DACA2 - e

STARTDATE 2018-08-22
STARTTIME 16:59:33
GIT-REVISION 799601c

ftp://ftp.se.debian.org/debian/pool/main/e/e-mem/e-mem_1.0.1.orig.tar.gz
E-MEM-1.0.1/file.h:126:20: style: The scope of the variable 'k' can be reduced. [variableScope]
E-MEM-1.0.1/file.h:890:13: style: The scope of the variable 'flag' can be reduced. [variableScope]
E-MEM-1.0.1/e-mem.cpp:295:12: style: The scope of the variable 'copyBits' can be reduced. [variableScope]
E-MEM-1.0.1/e-mem.cpp:344:88: warning: Shifting 64-bit value by 64 bits is undefined behaviour. See condition at line 340. [shiftTooManyBits]
E-MEM-1.0.1/e-mem.cpp:340:23: note: Assuming that condition '!offset' is not redundant
E-MEM-1.0.1/e-mem.cpp:344:88: note: Shift
E-MEM-1.0.1/e-mem.cpp:344:84: warning: Either the condition '!offset' is redundant, otherwise there is negative array index -1. [negativeIndex]
E-MEM-1.0.1/e-mem.cpp:340:23: note: Assuming that condition '!offset' is not redundant
E-MEM-1.0.1/e-mem.cpp:344:84: note: Negative array index
E-MEM-1.0.1/file.h:213:7: warning: Member variable 'seqFileReadInfo::binReads' is not initialized in the constructor. [uninitMemberVar]
E-MEM-1.0.1/file.h:222:7: warning: Member variable 'seqFileReadInfo::binReads' is not initialized in the constructor. [uninitMemberVar]
E-MEM-1.0.1/file.h:601:5: warning: Member variable 'MemExt::lR' is not initialized in the constructor. [uninitMemberVar]
E-MEM-1.0.1/file.h:601:5: warning: Member variable 'MemExt::rR' is not initialized in the constructor. [uninitMemberVar]
E-MEM-1.0.1/file.h:601:5: warning: Member variable 'MemExt::lQ' is not initialized in the constructor. [uninitMemberVar]
E-MEM-1.0.1/file.h:601:5: warning: Member variable 'MemExt::rQ' is not initialized in the constructor. [uninitMemberVar]
E-MEM-1.0.1/file.h:666:5: warning: Member variable 'tmpFilesInfo::numMemsInFile' is not initialized in the constructor. [uninitMemberVar]
E-MEM-1.0.1/qlist.h:29:1: style: The class 'MEMS_LIST' does not have a constructor although it has private member variables. [noConstructor]
E-MEM-1.0.1/qlist.h:35:1: style: The class 'queryList' does not have a constructor although it has private member variables. [noConstructor]
E-MEM-1.0.1/e-mem.h:72:14: style: Technically the member function 'Knode::getHashKey' can be const. [functionConst]
E-MEM-1.0.1/file.h:68:10: style: Technically the member function 'seqData::operator()' can be const. [functionConst]
E-MEM-1.0.1/file.h:88:12: style: Technically the member function 'mapObject::operator()' can be const. [functionConst]
E-MEM-1.0.1/file.h:383:16: style: Technically the member function 'seqFileReadInfo::getCurrPos' can be const. [functionConst]
E-MEM-1.0.1/file.h:450:12: performance: Technically the member function 'seqFileReadInfo::flipCharacter' can be static. [functionStatic]
E-MEM-1.0.1/file.h:612:10: style: Technically the member function 'MemExt::operator()' can be const. [functionConst]
E-MEM-1.0.1/file.h:633:10: performance: Technically the member function 'tmpFilesInfo::checkMEMExt' can be static. [functionStatic]
E-MEM-1.0.1/file.h:746:10: performance: Technically the member function 'tmpFilesInfo::printQueryHeader' can be static. [functionStatic]
E-MEM-1.0.1/qlist.h:54:10: style: Technically the member function 'queryList::ListFree' can be const. [functionConst]
E-MEM-1.0.1/qlist.h:115:9: performance: Technically the member function 'queryList::checkRedundantMEM' can be static. [functionStatic]
E-MEM-1.0.1/file.h:667:9: style: Class 'tmpFilesInfo' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
E-MEM-1.0.1/file.h:667:9: style: Class 'tmpFilesInfo' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
E-MEM-1.0.1/file.h:222:7: style: Class 'seqFileReadInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
E-MEM-1.0.1/file.h:666:5: style: Class 'tmpFilesInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
[16:59]

ftp://ftp.se.debian.org/debian/pool/main/e/e-wrapper/e-wrapper_0.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/e00compr/e00compr_1.0.1.orig.tar.gz
e00compr-1.0.1/e00conv.c:69:17: style: The scope of the variable 'hWritePtr' can be reduced. [variableScope]
e00compr-1.0.1/e00conv.c:71:18: style: The scope of the variable 'pszLine' can be reduced. [variableScope]
e00compr-1.0.1/e00read.c:277:11: style: The scope of the variable 'pszPtr' can be reduced. [variableScope]
e00compr-1.0.1/e00write.c:206:14: style: The scope of the variable 'pszPtr' can be reduced. [variableScope]
e00compr-1.0.1/e00write.c:281:13: style: The scope of the variable 'nDigits' can be reduced. [variableScope]
e00compr-1.0.1/e00write.c:283:17: style: The scope of the variable 'pszCodePos' can be reduced. [variableScope]
e00compr-1.0.1/e00write.c:519:26: style: The scope of the variable 'nToWrite' can be reduced. [variableScope]
e00compr-1.0.1/e00write.c:520:14: style: The scope of the variable 'pszSrc' can be reduced. [variableScope]
e00compr-1.0.1/e00write.c:520:23: style: The scope of the variable 'pszDst' can be reduced. [variableScope]
e00compr-1.0.1/e00write.c:517:61: style: Function '_WriteNextCompressedLine' argument 2 names different: declaration 'nMaxChars' definition 'bFlushWholeBuffer'. [funcArgNamesDifferent]
e00compr-1.0.1/e00write.c:69:61: note: Function '_WriteNextCompressedLine' argument 2 names different: declaration 'nMaxChars' definition 'bFlushWholeBuffer'.
e00compr-1.0.1/e00write.c:517:61: note: Function '_WriteNextCompressedLine' argument 2 names different: declaration 'nMaxChars' definition 'bFlushWholeBuffer'.
e00compr-1.0.1/ex_read.c:15:18: style: The scope of the variable 'pszLine' can be reduced. [variableScope]
e00compr-1.0.1/ex_readcb.c:18:18: style: The scope of the variable 'pszLine' can be reduced. [variableScope]
e00compr-1.0.1/ex_write.c:14:17: style: The scope of the variable 'hWritePtr' can be reduced. [variableScope]
e00compr-1.0.1/ex_write.c:15:18: style: The scope of the variable 'pszLine' can be reduced. [variableScope]
e00compr-1.0.1/ex_writecb.c:16:17: style: The scope of the variable 'hWritePtr' can be reduced. [variableScope]
e00compr-1.0.1/ex_writecb.c:17:18: style: The scope of the variable 'pszLine' can be reduced. [variableScope]
e00compr-1.0.1/ex_writecb.c:18:18: style: The scope of the variable 'fp' can be reduced. [variableScope]
[16:59]

ftp://ftp.se.debian.org/debian/pool/main/e/e17/e17_0.22.3.orig.tar.xz
enlightenment-0.22.3/src/bin/e_about.c:15:17: style: The scope of the variable 'tbuf' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_client.h:137:32: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
enlightenment-0.22.3/src/bin/e_acpi.c:296:53: style: Redundant condition: _devices_multiplexed[i].bus. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
enlightenment-0.22.3/src/bin/e_acpi.c:270:13: warning: %x in format string (no. 3) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
enlightenment-0.22.3/src/bin/e_acpi.c:270:13: warning: %x in format string (no. 4) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
enlightenment-0.22.3/src/bin/e_acpi.c:266:17: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
enlightenment-0.22.3/src/bin/e_actions.c:2568:23: style: Redundant condition: params. '!params || (params && fnmatch(params,es->name,0)==0)' is equivalent to '!params || fnmatch(params,es->name,0)==0' [redundantCondition]
enlightenment-0.22.3/src/bin/e_actions.c:2608:16: style: Redundant condition: params. '!params || (params && fnmatch(params,es->name,0)==0)' is equivalent to '!params || fnmatch(params,es->name,0)==0' [redundantCondition]
enlightenment-0.22.3/src/bin/e_actions.c:2616:16: style: Redundant condition: params. '!params || (params && fnmatch(params,es->name,0)==0)' is equivalent to '!params || fnmatch(params,es->name,0)==0' [redundantCondition]
enlightenment-0.22.3/src/bin/e_actions.c:2624:16: style: Redundant condition: params. '!params || (params && fnmatch(params,es->name,0)==0)' is equivalent to '!params || fnmatch(params,es->name,0)==0' [redundantCondition]
enlightenment-0.22.3/src/bin/e_actions.c:2632:16: style: Redundant condition: params. '!params || (params && fnmatch(params,es->name,0)==0)' is equivalent to '!params || fnmatch(params,es->name,0)==0' [redundantCondition]
enlightenment-0.22.3/src/bin/e_actions.c:480:18: warning: Width 20 given in format string (no. 2) is smaller than destination buffer 'buf[32]'. [invalidScanfFormatWidth_smaller]
enlightenment-0.22.3/src/bin/e_actions.c:583:20: warning: Width 20 given in format string (no. 2) is smaller than destination buffer 's1[32]'. [invalidScanfFormatWidth_smaller]
enlightenment-0.22.3/src/bin/e_actions.c:583:20: warning: Width 20 given in format string (no. 3) is smaller than destination buffer 's2[32]'. [invalidScanfFormatWidth_smaller]
enlightenment-0.22.3/src/bin/e_actions.c:686:18: warning: Width 20 given in format string (no. 2) is smaller than destination buffer 'buf[32]'. [invalidScanfFormatWidth_smaller]
enlightenment-0.22.3/src/bin/e_actions.c:2710:4: warning: Width 10 given in format string (no. 1) is smaller than destination buffer 'fbuf[16]'. [invalidScanfFormatWidth_smaller]
enlightenment-0.22.3/src/bin/e_actions.c:2710:4: warning: Width 1000 given in format string (no. 2) is smaller than destination buffer 'buf[1024]'. [invalidScanfFormatWidth_smaller]
enlightenment-0.22.3/src/bin/e_actions.c:4055:10: warning: Width 20 given in format string (no. 1) is smaller than destination buffer 's1[32]'. [invalidScanfFormatWidth_smaller]
enlightenment-0.22.3/src/bin/e_actions.c:4055:10: warning: Width 20 given in format string (no. 2) is smaller than destination buffer 's2[32]'. [invalidScanfFormatWidth_smaller]
enlightenment-0.22.3/src/bin/e_actions.c:745:42: warning: Either the condition 'if(ec&&params)' is redundant or there is possible null pointer dereference: ec. [nullPointerRedundantCheck]
enlightenment-0.22.3/src/bin/e_actions.c:746:12: note: Assuming that condition 'if(ec&&params)' is not redundant
enlightenment-0.22.3/src/bin/e_actions.c:745:42: note: Null pointer dereference
enlightenment-0.22.3/src/bin/e_actions.c:766:42: warning: Either the condition 'if(ec&&params)' is redundant or there is possible null pointer dereference: ec. [nullPointerRedundantCheck]
enlightenment-0.22.3/src/bin/e_actions.c:767:12: note: Assuming that condition 'if(ec&&params)' is not redundant
enlightenment-0.22.3/src/bin/e_actions.c:766:42: note: Null pointer dereference
enlightenment-0.22.3/src/bin/e_actions.c:1165:4: style: Variable 'start_name' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/bin/e_actions.c:1164:4: note: Variable 'start_name' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_actions.c:1165:4: note: Variable 'start_name' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_actions.c:1833:14: style: Variable 'm' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/bin/e_actions.c:1831:0: note: Variable 'm' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_actions.c:1833:14: note: Variable 'm' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_actions.c:1885:14: style: Variable 'm' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/bin/e_actions.c:1883:0: note: Variable 'm' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_actions.c:1885:14: note: Variable 'm' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_actions.c:1914:14: style: Variable 'm' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/bin/e_actions.c:1912:0: note: Variable 'm' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_actions.c:1914:14: note: Variable 'm' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_actions.c:914:8: style: The scope of the variable 'x' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_actions.c:914:11: style: The scope of the variable 'y' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_actions.c:3086:46: style: The scope of the variable 'found' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_actions.c:4048:39: style: Function '_e_actions_maximize_parse' argument 1 names different: declaration 'maximize' definition 'params'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_actions.c:89:57: note: Function '_e_actions_maximize_parse' argument 1 names different: declaration 'maximize' definition 'params'.
enlightenment-0.22.3/src/bin/e_actions.c:4048:39: note: Function '_e_actions_maximize_parse' argument 1 names different: declaration 'maximize' definition 'params'.
enlightenment-0.22.3/src/bin/e_actions.c:1977:26: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
enlightenment-0.22.3/src/bin/e_actions.c:2759:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
enlightenment-0.22.3/src/bin/e_actions.c:2763:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
enlightenment-0.22.3/src/bin/e_alert.c:20:59: style: Function 'e_alert_composite_win' argument 2 names different: declaration 'win' definition 'comp'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_comp_x.h:116:70: note: Function 'e_alert_composite_win' argument 2 names different: declaration 'win' definition 'comp'.
enlightenment-0.22.3/src/bin/e_alert.c:20:59: note: Function 'e_alert_composite_win' argument 2 names different: declaration 'win' definition 'comp'.
enlightenment-0.22.3/src/bin/e_alert_main.c:737:4: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/bin/e_alert_main.c:730:0: note: Variable 'str' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_alert_main.c:737:4: note: Variable 'str' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_alert_main.c:1106:4: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/bin/e_alert_main.c:1098:0: note: Variable 'str' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_alert_main.c:1106:4: note: Variable 'str' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_alert_main.c:822:36: style: Function '_e_alert_window_raise' argument 1 names different: declaration 'win' definition 'window'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_alert_main.c:77:57: note: Function '_e_alert_window_raise' argument 1 names different: declaration 'win' definition 'window'.
enlightenment-0.22.3/src/bin/e_alert_main.c:822:36: note: Function '_e_alert_window_raise' argument 1 names different: declaration 'win' definition 'window'.
enlightenment-0.22.3/src/bin/e_askpass_main.c:41:23: style: The scope of the variable 'bx' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_askpass_main.c:41:28: style: The scope of the variable 'fr' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_askpass_main.c:41:33: style: The scope of the variable 'lab' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_askpass_main.c:41:44: style: The scope of the variable 'sep' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_askpass_main.c:41:50: style: The scope of the variable 'bx2' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_askpass_main.c:41:56: style: The scope of the variable 'bt' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_backlight.c:184:48: style: Redundant condition: pmode==E_BACKLIGHT_MODE_NORMAL. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition]
enlightenment-0.22.3/src/bin/e_backlight.c:214:26: style: The scope of the variable 'out' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_backlight.c:215:8: style: The scope of the variable 'i' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_backlight.c:225:20: style: The scope of the variable 'name' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_backlight.c:285:22: style: The scope of the variable 'i' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_backlight.c:286:15: style: The scope of the variable 'name' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_backlight.c:156:36: style: Function 'e_backlight_level_get' argument 1 names different: declaration 'zone' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_backlight.h:34:57: note: Function 'e_backlight_level_get' argument 1 names different: declaration 'zone' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_backlight.c:156:36: note: Function 'e_backlight_level_get' argument 1 names different: declaration 'zone' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_backlight.c:194:35: style: Function 'e_backlight_mode_get' argument 1 names different: declaration 'zone' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_backlight.h:36:56: note: Function 'e_backlight_mode_get' argument 1 names different: declaration 'zone' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_backlight.c:194:35: note: Function 'e_backlight_mode_get' argument 1 names different: declaration 'zone' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_backlight.c:331:21: style: Function '_bl_anim' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_backlight.c:29:33: note: Function '_bl_anim' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_backlight.c:331:21: note: Function '_bl_anim' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_bg.c:81:15: style: The scope of the variable 'l' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_bg.c:81:19: style: The scope of the variable 'entries' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_bg.c:83:16: style: The scope of the variable 'bgfile' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_bg.c:84:10: style: The scope of the variable 'entry' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_bg.c:85:8: style: The scope of the variable 'current_spec' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_bg.c:501:43: style: Function '_e_bg_signal' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_bg.c:4:51: note: Function '_e_bg_signal' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_bg.c:501:43: note: Function '_e_bg_signal' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_bg.c:501:77: style: Function '_e_bg_signal' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_bg.c:4:68: note: Function '_e_bg_signal' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_bg.c:501:77: note: Function '_e_bg_signal' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_bg.c:501:109: style: Function '_e_bg_signal' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_bg.c:4:90: note: Function '_e_bg_signal' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_bg.c:501:109: note: Function '_e_bg_signal' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_bg.c:516:39: style: Function '_e_bg_event_bg_update_free' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_bg.c:5:46: note: Function '_e_bg_event_bg_update_free' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_bg.c:516:39: note: Function '_e_bg_event_bg_update_free' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_bg.c:522:65: style: Function '_e_bg_handler_image_imported' argument 2 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_bg.c:8:72: note: Function '_e_bg_handler_image_imported' argument 2 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_bg.c:522:65: note: Function '_e_bg_handler_image_imported' argument 2 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_bindings.c:1070:15: style: Redundant condition: sig. '!sig || (sig && sig[0]==0)' is equivalent to '!sig || sig[0]==0' [redundantCondition]
enlightenment-0.22.3/src/bin/e_bindings.c:1042:15: warning: Either the condition 'sig' is redundant or there is possible null pointer dereference: sig. [nullPointerRedundantCheck]
enlightenment-0.22.3/src/bin/e_bindings.c:1070:19: note: Assuming that condition 'sig' is not redundant
enlightenment-0.22.3/src/bin/e_bindings.c:1073:39: note: Calling function 'e_bindings_signal_find', 2nd argument 'sig' value is 0
enlightenment-0.22.3/src/bin/e_bindings.c:1042:15: note: Null pointer dereference
enlightenment-0.22.3/src/bin/e_bindings.c:1043:15: warning: Either the condition 'sig' is redundant or there is possible null pointer dereference: sig. [nullPointerRedundantCheck]
enlightenment-0.22.3/src/bin/e_bindings.c:1070:19: note: Assuming that condition 'sig' is not redundant
enlightenment-0.22.3/src/bin/e_bindings.c:1073:39: note: Calling function 'e_bindings_signal_find', 2nd argument 'sig' value is 0
enlightenment-0.22.3/src/bin/e_bindings.c:1043:15: note: Null pointer dereference
enlightenment-0.22.3/src/bin/e_bindings.c:1044:15: warning: Either the condition 'sig' is redundant or there is possible null pointer dereference: sig. [nullPointerRedundantCheck]
enlightenment-0.22.3/src/bin/e_bindings.c:1070:19: note: Assuming that condition 'sig' is not redundant
enlightenment-0.22.3/src/bin/e_bindings.c:1073:39: note: Calling function 'e_bindings_signal_find', 2nd argument 'sig' value is 0
enlightenment-0.22.3/src/bin/e_bindings.c:1044:15: note: Null pointer dereference
enlightenment-0.22.3/src/bin/e_bindings.c:1045:15: warning: Either the condition 'sig' is redundant or there is possible null pointer dereference: sig. [nullPointerRedundantCheck]
enlightenment-0.22.3/src/bin/e_bindings.c:1070:19: note: Assuming that condition 'sig' is not redundant
enlightenment-0.22.3/src/bin/e_bindings.c:1073:39: note: Calling function 'e_bindings_signal_find', 2nd argument 'sig' value is 0
enlightenment-0.22.3/src/bin/e_bindings.c:1045:15: note: Null pointer dereference
enlightenment-0.22.3/src/bin/e_bindings.c:1400:41: style: Function '_e_bindings_mouse_free' argument 1 names different: declaration 'bind' definition 'binding'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_bindings.c:4:67: note: Function '_e_bindings_mouse_free' argument 1 names different: declaration 'bind' definition 'binding'.
enlightenment-0.22.3/src/bin/e_bindings.c:1400:41: note: Function '_e_bindings_mouse_free' argument 1 names different: declaration 'bind' definition 'binding'.
enlightenment-0.22.3/src/bin/e_bindings.c:1408:37: style: Function '_e_bindings_key_free' argument 1 names different: declaration 'bind' definition 'binding'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_bindings.c:5:63: note: Function '_e_bindings_key_free' argument 1 names different: declaration 'bind' definition 'binding'.
enlightenment-0.22.3/src/bin/e_bindings.c:1408:37: note: Function '_e_bindings_key_free' argument 1 names different: declaration 'bind' definition 'binding'.
enlightenment-0.22.3/src/bin/e_bindings.c:1417:39: style: Function '_e_bindings_edge_free' argument 1 names different: declaration 'bind' definition 'binding'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_bindings.c:6:65: note: Function '_e_bindings_edge_free' argument 1 names different: declaration 'bind' definition 'binding'.
enlightenment-0.22.3/src/bin/e_bindings.c:1417:39: note: Function '_e_bindings_edge_free' argument 1 names different: declaration 'bind' definition 'binding'.
enlightenment-0.22.3/src/bin/e_bindings.c:1432:43: style: Function '_e_bindings_signal_free' argument 1 names different: declaration 'bind' definition 'binding'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_bindings.c:7:69: note: Function '_e_bindings_signal_free' argument 1 names different: declaration 'bind' definition 'binding'.
enlightenment-0.22.3/src/bin/e_bindings.c:1432:43: note: Function '_e_bindings_signal_free' argument 1 names different: declaration 'bind' definition 'binding'.
enlightenment-0.22.3/src/bin/e_bindings.c:1442:41: style: Function '_e_bindings_wheel_free' argument 1 names different: declaration 'bind' definition 'binding'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_bindings.c:8:67: note: Function '_e_bindings_wheel_free' argument 1 names different: declaration 'bind' definition 'binding'.
enlightenment-0.22.3/src/bin/e_bindings.c:1442:41: note: Function '_e_bindings_wheel_free' argument 1 names different: declaration 'bind' definition 'binding'.
enlightenment-0.22.3/src/bin/e_bindings.c:1450:39: style: Function '_e_bindings_acpi_free' argument 1 names different: declaration 'bind' definition 'binding'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_bindings.c:9:65: note: Function '_e_bindings_acpi_free' argument 1 names different: declaration 'bind' definition 'binding'.
enlightenment-0.22.3/src/bin/e_bindings.c:1450:39: note: Function '_e_bindings_acpi_free' argument 1 names different: declaration 'bind' definition 'binding'.
enlightenment-0.22.3/src/bin/e_bryce.c:488:9: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
enlightenment-0.22.3/src/bin/e_bryce.c:1095:4: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
enlightenment-0.22.3/src/bin/e_bryce.c:1099:4: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
enlightenment-0.22.3/src/bin/e_bryce.c:1095:58: warning: Possible null pointer dereference: loc [nullPointer]
enlightenment-0.22.3/src/bin/e_bryce.c:1072:22: note: Assignment 'loc=NULL', assigned value is 0
enlightenment-0.22.3/src/bin/e_bryce.c:1095:58: note: Null pointer dereference
enlightenment-0.22.3/src/bin/e_bryce.c:1095:63: warning: Possible null pointer dereference: loc2 [nullPointer]
enlightenment-0.22.3/src/bin/e_bryce.c:1072:36: note: Assignment 'loc2=NULL', assigned value is 0
enlightenment-0.22.3/src/bin/e_bryce.c:1095:63: note: Null pointer dereference
enlightenment-0.22.3/src/bin/e_bryce.c:1099:51: warning: Possible null pointer dereference: loc [nullPointer]
enlightenment-0.22.3/src/bin/e_bryce.c:1072:22: note: Assignment 'loc=NULL', assigned value is 0
enlightenment-0.22.3/src/bin/e_bryce.c:1099:51: note: Null pointer dereference
enlightenment-0.22.3/src/bin/e_bryce.c:1099:56: warning: Possible null pointer dereference: loc2 [nullPointer]
enlightenment-0.22.3/src/bin/e_bryce.c:1072:36: note: Assignment 'loc2=NULL', assigned value is 0
enlightenment-0.22.3/src/bin/e_bryce.c:1099:56: note: Null pointer dereference
enlightenment-0.22.3/src/bin/e_bryce.c:475:40: style: The scope of the variable 'p' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_bryce_editor.c:71:4: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
enlightenment-0.22.3/src/bin/e_bryce_editor.c:270:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_bryce_editor.c:389:32: style: The scope of the variable 'o' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_bryce_editor.c:300:31: style: Function '_editor_add_bottom' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_bryce_editor.c:18:38: note: Function '_editor_add_bottom' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_bryce_editor.c:300:31: note: Function '_editor_add_bottom' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_bryce_editor.c:300:78: style: Function '_editor_add_bottom' argument 3 names different: declaration 'sig' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_bryce_editor.c:18:74: note: Function '_editor_add_bottom' argument 3 names different: declaration 'sig' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_bryce_editor.c:300:78: note: Function '_editor_add_bottom' argument 3 names different: declaration 'sig' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_bryce_editor.c:300:107: style: Function '_editor_add_bottom' argument 4 names different: declaration 'src' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_bryce_editor.c:18:91: note: Function '_editor_add_bottom' argument 4 names different: declaration 'src' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_bryce_editor.c:300:107: note: Function '_editor_add_bottom' argument 4 names different: declaration 'src' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_bryce_editor.c:306:28: style: Function '_editor_add_top' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_bryce_editor.c:19:35: note: Function '_editor_add_top' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_bryce_editor.c:306:28: note: Function '_editor_add_top' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_bryce_editor.c:306:75: style: Function '_editor_add_top' argument 3 names different: declaration 'sig' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_bryce_editor.c:19:71: note: Function '_editor_add_top' argument 3 names different: declaration 'sig' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_bryce_editor.c:306:75: note: Function '_editor_add_top' argument 3 names different: declaration 'sig' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_bryce_editor.c:306:104: style: Function '_editor_add_top' argument 4 names different: declaration 'src' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_bryce_editor.c:19:88: note: Function '_editor_add_top' argument 4 names different: declaration 'src' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_bryce_editor.c:306:104: note: Function '_editor_add_top' argument 4 names different: declaration 'src' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_bryce_editor.c:312:29: style: Function '_editor_add_left' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_bryce_editor.c:20:36: note: Function '_editor_add_left' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_bryce_editor.c:312:29: note: Function '_editor_add_left' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_bryce_editor.c:312:76: style: Function '_editor_add_left' argument 3 names different: declaration 'sig' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_bryce_editor.c:20:72: note: Function '_editor_add_left' argument 3 names different: declaration 'sig' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_bryce_editor.c:312:76: note: Function '_editor_add_left' argument 3 names different: declaration 'sig' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_bryce_editor.c:312:105: style: Function '_editor_add_left' argument 4 names different: declaration 'src' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_bryce_editor.c:20:89: note: Function '_editor_add_left' argument 4 names different: declaration 'src' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_bryce_editor.c:312:105: note: Function '_editor_add_left' argument 4 names different: declaration 'src' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_bryce_editor.c:324:30: style: Function '_editor_add_right' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_bryce_editor.c:21:37: note: Function '_editor_add_right' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_bryce_editor.c:324:30: note: Function '_editor_add_right' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_bryce_editor.c:324:77: style: Function '_editor_add_right' argument 3 names different: declaration 'sig' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_bryce_editor.c:21:73: note: Function '_editor_add_right' argument 3 names different: declaration 'sig' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_bryce_editor.c:324:77: note: Function '_editor_add_right' argument 3 names different: declaration 'sig' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_bryce_editor.c:324:106: style: Function '_editor_add_right' argument 4 names different: declaration 'src' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_bryce_editor.c:21:90: note: Function '_editor_add_right' argument 4 names different: declaration 'src' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_bryce_editor.c:324:106: note: Function '_editor_add_right' argument 4 names different: declaration 'src' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_client.c:1972:30: style: Redundant condition: ec->remember. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
enlightenment-0.22.3/src/bin/e_client.c:1775:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
enlightenment-0.22.3/src/bin/e_client.c:2849:8: warning: Either the condition 'desk' is redundant or there is possible null pointer dereference: desk. [nullPointerRedundantCheck]
enlightenment-0.22.3/src/bin/e_client.c:4682:8: note: Assuming that condition 'desk' is not redundant
enlightenment-0.22.3/src/bin/e_client.c:4687:26: note: Calling function 'e_client_desk_set', 2nd argument 'desk' value is 0
enlightenment-0.22.3/src/bin/e_client.c:2849:8: note: Null pointer dereference
enlightenment-0.22.3/src/bin/e_client.c:2861:35: warning: Either the condition 'desk' is redundant or there is possible null pointer dereference: desk. [nullPointerRedundantCheck]
enlightenment-0.22.3/src/bin/e_client.c:4682:8: note: Assuming that condition 'desk' is not redundant
enlightenment-0.22.3/src/bin/e_client.c:4687:26: note: Calling function 'e_client_desk_set', 2nd argument 'desk' value is 0
enlightenment-0.22.3/src/bin/e_client.c:2861:35: note: Null pointer dereference
enlightenment-0.22.3/src/bin/e_client.c:2862:26: warning: Either the condition 'desk' is redundant or there is possible null pointer dereference: desk. [nullPointerRedundantCheck]
enlightenment-0.22.3/src/bin/e_client.c:4682:8: note: Assuming that condition 'desk' is not redundant
enlightenment-0.22.3/src/bin/e_client.c:4687:26: note: Calling function 'e_client_desk_set', 2nd argument 'desk' value is 0
enlightenment-0.22.3/src/bin/e_client.c:2862:26: note: Null pointer dereference
enlightenment-0.22.3/src/bin/e_client.c:3079:8: warning: Either the condition '!action_client' is redundant or there is possible null pointer dereference: ec. [nullPointerRedundantCheck]
enlightenment-0.22.3/src/bin/e_client.c:762:8: note: Assuming that condition '!action_client' is not redundant
enlightenment-0.22.3/src/bin/e_client.c:761:22: note: Calling function 'e_client_mouse_up', 1st argument 'ec' value is 0
enlightenment-0.22.3/src/bin/e_client.c:3079:8: note: Null pointer dereference
enlightenment-0.22.3/src/bin/e_client.c:3087:4: warning: Either the condition '!action_client' is redundant or there is possible null pointer dereference: ec. [nullPointerRedundantCheck]
enlightenment-0.22.3/src/bin/e_client.c:762:8: note: Assuming that condition '!action_client' is not redundant
enlightenment-0.22.3/src/bin/e_client.c:761:22: note: Calling function 'e_client_mouse_up', 1st argument 'ec' value is 0
enlightenment-0.22.3/src/bin/e_client.c:3087:4: note: Null pointer dereference
enlightenment-0.22.3/src/bin/e_client.c:3088:4: warning: Either the condition '!action_client' is redundant or there is possible null pointer dereference: ec. [nullPointerRedundantCheck]
enlightenment-0.22.3/src/bin/e_client.c:762:8: note: Assuming that condition '!action_client' is not redundant
enlightenment-0.22.3/src/bin/e_client.c:761:22: note: Calling function 'e_client_mouse_up', 1st argument 'ec' value is 0
enlightenment-0.22.3/src/bin/e_client.c:3088:4: note: Null pointer dereference
enlightenment-0.22.3/src/bin/e_client.c:3091:8: warning: Either the condition '!action_client' is redundant or there is possible null pointer dereference: ec. [nullPointerRedundantCheck]
enlightenment-0.22.3/src/bin/e_client.c:762:8: note: Assuming that condition '!action_client' is not redundant
enlightenment-0.22.3/src/bin/e_client.c:761:22: note: Calling function 'e_client_mouse_up', 1st argument 'ec' value is 0
enlightenment-0.22.3/src/bin/e_client.c:3091:8: note: Null pointer dereference
enlightenment-0.22.3/src/bin/e_client.c:3106:4: warning: Either the condition '!action_client' is redundant or there is possible null pointer dereference: ec. [nullPointerRedundantCheck]
enlightenment-0.22.3/src/bin/e_client.c:762:8: note: Assuming that condition '!action_client' is not redundant
enlightenment-0.22.3/src/bin/e_client.c:761:22: note: Calling function 'e_client_mouse_up', 1st argument 'ec' value is 0
enlightenment-0.22.3/src/bin/e_client.c:3106:4: note: Null pointer dereference
enlightenment-0.22.3/src/bin/e_client.c:434:19: style: Variable 'ec->lock_focus_out' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/bin/e_client.c:432:19: note: Variable 'ec->lock_focus_out' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_client.c:434:19: note: Variable 'ec->lock_focus_out' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_client.c:450:9: style: Variable 'ec->lock_focus_out' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/bin/e_client.c:448:9: note: Variable 'ec->lock_focus_out' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_client.c:450:9: note: Variable 'ec->lock_focus_out' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_client.c:3198:24: style: Variable 'o' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/bin/e_client.c:3183:0: note: Variable 'o' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_client.c:3198:24: note: Variable 'o' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_client.c:165:16: style: The scope of the variable 'p' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_client.c:166:8: style: The scope of the variable 'i' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_client.c:2812:29: style: The scope of the variable 'ev' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_client.c:3702:19: style: The scope of the variable 'll' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_client.c:3219:45: style: Function 'e_client_res_change_geometry_save' argument 1 names different: declaration 'bd' definition 'ec'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_client.h:787:56: note: Function 'e_client_res_change_geometry_save' argument 1 names different: declaration 'bd' definition 'ec'.
enlightenment-0.22.3/src/bin/e_client.c:3219:45: note: Function 'e_client_res_change_geometry_save' argument 1 names different: declaration 'bd' definition 'ec'.
enlightenment-0.22.3/src/bin/e_client.c:5171:25: style: Function 'e_client_ping' argument 1 names different: declaration 'cw' definition 'ec'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_client.h:839:36: note: Function 'e_client_ping' argument 1 names different: declaration 'cw' definition 'ec'.
enlightenment-0.22.3/src/bin/e_client.c:5171:25: note: Function 'e_client_ping' argument 1 names different: declaration 'cw' definition 'ec'.
enlightenment-0.22.3/src/bin/e_client.c:3046:45: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
enlightenment-0.22.3/src/bin/e_client_volume.c:438:9: style: Variable 'o' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/bin/e_client_volume.c:437:9: note: Variable 'o' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_client_volume.c:438:9: note: Variable 'o' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_client_volume.c:19:44: style: Function '_e_client_volume_event_simple_free' argument 1 names different: declaration 'd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_client_volume.c:10:54: note: Function '_e_client_volume_event_simple_free' argument 1 names different: declaration 'd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_client_volume.c:19:44: note: Function '_e_client_volume_event_simple_free' argument 1 names different: declaration 'd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_client_volume.c:62:59: style: Function '_e_client_volume_object_mouse_down_cb' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_client_volume.c:12:69: note: Function '_e_client_volume_object_mouse_down_cb' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_client_volume.c:62:59: note: Function '_e_client_volume_object_mouse_down_cb' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_client_volume.c:62:89: style: Function '_e_client_volume_object_mouse_down_cb' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_client_volume.c:12:85: note: Function '_e_client_volume_object_mouse_down_cb' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_client_volume.c:62:89: note: Function '_e_client_volume_object_mouse_down_cb' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_client_volume.c:62:119: style: Function '_e_client_volume_object_mouse_down_cb' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_client_volume.c:12:96: note: Function '_e_client_volume_object_mouse_down_cb' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_client_volume.c:62:119: note: Function '_e_client_volume_object_mouse_down_cb' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_client_volume.c:72:87: style: Function '_e_client_volume_object_volume_changed' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_client_volume.c:13:88: note: Function '_e_client_volume_object_volume_changed' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_client_volume.c:72:87: note: Function '_e_client_volume_object_volume_changed' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_client_volume.c:82:89: style: Function '_e_client_volume_object_volume_drag_stop' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_client_volume.c:14:90: note: Function '_e_client_volume_object_volume_drag_stop' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_client_volume.c:82:89: note: Function '_e_client_volume_object_volume_drag_stop' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_client_volume.c:92:54: style: Function '_e_client_volume_object_changed' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_client_volume.c:15:66: note: Function '_e_client_volume_object_changed' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_client_volume.c:92:54: note: Function '_e_client_volume_object_changed' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_client_volume.c:123:55: style: Function '_e_client_volume_object_del_cb' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_client_volume.c:16:62: note: Function '_e_client_volume_object_del_cb' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_client_volume.c:123:55: note: Function '_e_client_volume_object_del_cb' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_client_volume.c:123:103: style: Function '_e_client_volume_object_del_cb' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_client_volume.c:16:92: note: Function '_e_client_volume_object_del_cb' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_client_volume.c:123:103: note: Function '_e_client_volume_object_del_cb' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_client_volume.c:175:48: style: Function 'e_client_volume_sink_del' argument 1 names different: declaration 'mixer' definition 'sink'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_client_volume.h:47:67: note: Function 'e_client_volume_sink_del' argument 1 names different: declaration 'mixer' definition 'sink'.
enlightenment-0.22.3/src/bin/e_client_volume.c:175:48: note: Function 'e_client_volume_sink_del' argument 1 names different: declaration 'mixer' definition 'sink'.
enlightenment-0.22.3/src/bin/e_client_volume.c:191:48: style: Function 'e_client_volume_sink_set' argument 1 names different: declaration 'mixer' definition 'sink'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_client_volume.h:48:67: note: Function 'e_client_volume_sink_set' argument 1 names different: declaration 'mixer' definition 'sink'.
enlightenment-0.22.3/src/bin/e_client_volume.c:191:48: note: Function 'e_client_volume_sink_set' argument 1 names different: declaration 'mixer' definition 'sink'.
enlightenment-0.22.3/src/bin/e_client_volume.c:199:54: style: Function 'e_client_volume_sink_get' argument 1 names different: declaration 'mixer' definition 'sink'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_client_volume.h:49:73: note: Function 'e_client_volume_sink_get' argument 1 names different: declaration 'mixer' definition 'sink'.
enlightenment-0.22.3/src/bin/e_client_volume.c:199:54: note: Function 'e_client_volume_sink_get' argument 1 names different: declaration 'mixer' definition 'sink'.
enlightenment-0.22.3/src/bin/e_client_volume.c:207:58: style: Function 'e_client_volume_sink_min_get' argument 1 names different: declaration 'mixer' definition 'sink'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_client_volume.h:50:77: note: Function 'e_client_volume_sink_min_get' argument 1 names different: declaration 'mixer' definition 'sink'.
enlightenment-0.22.3/src/bin/e_client_volume.c:207:58: note: Function 'e_client_volume_sink_min_get' argument 1 names different: declaration 'mixer' definition 'sink'.
enlightenment-0.22.3/src/bin/e_client_volume.c:217:58: style: Function 'e_client_volume_sink_max_get' argument 1 names different: declaration 'mixer' definition 'sink'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_client_volume.h:51:77: note: Function 'e_client_volume_sink_max_get' argument 1 names different: declaration 'mixer' definition 'sink'.
enlightenment-0.22.3/src/bin/e_client_volume.c:217:58: note: Function 'e_client_volume_sink_max_get' argument 1 names different: declaration 'mixer' definition 'sink'.
enlightenment-0.22.3/src/bin/e_client_volume.c:226:59: style: Function 'e_client_volume_sink_name_get' argument 1 names different: declaration 'mixer' definition 'sink'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_client_volume.h:52:78: note: Function 'e_client_volume_sink_name_get' argument 1 names different: declaration 'mixer' definition 'sink'.
enlightenment-0.22.3/src/bin/e_client_volume.c:226:59: note: Function 'e_client_volume_sink_name_get' argument 1 names different: declaration 'mixer' definition 'sink'.
enlightenment-0.22.3/src/bin/e_client_volume.c:296:65: style: Function 'e_client_volume_sink_append' argument 2 names different: declaration 'mixer' definition 'sink'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_client_volume.h:53:84: note: Function 'e_client_volume_sink_append' argument 2 names different: declaration 'mixer' definition 'sink'.
enlightenment-0.22.3/src/bin/e_client_volume.c:296:65: note: Function 'e_client_volume_sink_append' argument 2 names different: declaration 'mixer' definition 'sink'.
enlightenment-0.22.3/src/bin/e_client_volume.c:321:65: style: Function 'e_client_volume_sink_remove' argument 2 names different: declaration 'mixer' definition 'sink'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_client_volume.h:54:84: note: Function 'e_client_volume_sink_remove' argument 2 names different: declaration 'mixer' definition 'sink'.
enlightenment-0.22.3/src/bin/e_client_volume.c:321:65: note: Function 'e_client_volume_sink_remove' argument 2 names different: declaration 'mixer' definition 'sink'.
enlightenment-0.22.3/src/bin/e_client_volume.c:333:51: style: Function 'e_client_volume_sink_update' argument 1 names different: declaration 'mixer' definition 'sink'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_client_volume.h:55:70: note: Function 'e_client_volume_sink_update' argument 1 names different: declaration 'mixer' definition 'sink'.
enlightenment-0.22.3/src/bin/e_client_volume.c:333:51: note: Function 'e_client_volume_sink_update' argument 1 names different: declaration 'mixer' definition 'sink'.
enlightenment-0.22.3/src/bin/e_client_volume.c:105:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
enlightenment-0.22.3/src/bin/e_client_volume.c:425:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
enlightenment-0.22.3/src/bin/e_color_dialog.c:17:35: style: Function 'e_color_dialog_new' argument 1 names different: declaration 'initial_color' definition 'color'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_color_dialog.h:27:74: note: Function 'e_color_dialog_new' argument 1 names different: declaration 'initial_color' definition 'color'.
enlightenment-0.22.3/src/bin/e_color_dialog.c:17:35: note: Function 'e_color_dialog_new' argument 1 names different: declaration 'initial_color' definition 'color'.
enlightenment-0.22.3/src/bin/e_color_dialog.c:113:71: style: Function '_e_color_dialog_cb_csel_change' argument 3 names different: declaration 'ev' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_color_dialog.c:7:80: note: Function '_e_color_dialog_cb_csel_change' argument 3 names different: declaration 'ev' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_color_dialog.c:113:71: note: Function '_e_color_dialog_cb_csel_change' argument 3 names different: declaration 'ev' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_color_dialog.c:131:58: style: Function '_e_color_dialog_button1_click' argument 2 names different: declaration 'edia' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_color_dialog.c:3:65: note: Function '_e_color_dialog_button1_click' argument 2 names different: declaration 'edia' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_color_dialog.c:131:58: note: Function '_e_color_dialog_button1_click' argument 2 names different: declaration 'edia' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_color_dialog.c:142:58: style: Function '_e_color_dialog_button2_click' argument 2 names different: declaration 'edia' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_color_dialog.c:4:65: note: Function '_e_color_dialog_button2_click' argument 2 names different: declaration 'edia' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_color_dialog.c:142:58: note: Function '_e_color_dialog_button2_click' argument 2 names different: declaration 'edia' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_comp.c:1276:45: style: The scope of the variable 'oly' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_comp.c:759:11: error: Common realloc mistake: 'exr' nulled but not freed upon failure [memleakOnRealloc]
enlightenment-0.22.3/src/bin/e_comp_canvas.c:629:21: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
enlightenment-0.22.3/src/bin/e_comp_canvas.c:598:44: style: The scope of the variable 'll' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_comp_canvas.c:868:30: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
enlightenment-0.22.3/src/bin/e_comp_object.c:1691:36: style: Redundant condition: cw->ec->iconic. '!cw->ec->iconic || (cw->ec->iconic && !cw->animating)' is equivalent to '!cw->ec->iconic || !cw->animating' [redundantCondition]
enlightenment-0.22.3/src/bin/e_comp_object.c:3892:9: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
enlightenment-0.22.3/src/bin/e_comp_object.c:591:4: style: Variable 'list' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/bin/e_comp_object.c:580:0: note: Variable 'list' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_comp_object.c:591:4: note: Variable 'list' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_comp_object.c:3028:4: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/bin/e_comp_object.c:3013:0: note: Variable 'z' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_comp_object.c:3028:4: note: Variable 'z' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_comp_object.c:3665:19: style: Variable 'x' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/bin/e_comp_object.c:3664:19: note: Variable 'x' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_comp_object.c:3665:19: note: Variable 'x' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_comp_object.c:580:29: style: The scope of the variable 'l' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_comp_object.c:2538:8: style: The scope of the variable 'x' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_comp_object.c:2538:11: style: The scope of the variable 'y' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_comp_object.c:2538:14: style: The scope of the variable 'w' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_comp_object.c:2538:17: style: The scope of the variable 'h' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_comp_object.c:2541:17: style: The scope of the variable 'o' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_comp_object.c:2892:15: style: The scope of the variable 'l' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_comp_object.c:2895:18: style: The scope of the variable 'm' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_comp_object.c:3859:17: style: The scope of the variable 'i' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_comp_object.c:993:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
enlightenment-0.22.3/src/bin/e_comp_object.c:4412:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
enlightenment-0.22.3/src/bin/e_comp_wl.c:1871:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
enlightenment-0.22.3/src/bin/e_comp_wl.c:2433:59: warning: Either the condition 'epc' is redundant or there is possible null pointer dereference: epc. [nullPointerRedundantCheck]
enlightenment-0.22.3/src/bin/e_comp_wl.c:2419:8: note: Assuming that condition 'epc' is not redundant
enlightenment-0.22.3/src/bin/e_comp_wl.c:2433:59: note: Null pointer dereference
enlightenment-0.22.3/src/bin/e_comp_wl.c:2434:39: warning: Either the condition 'epc' is redundant or there is possible null pointer dereference: epc. [nullPointerRedundantCheck]
enlightenment-0.22.3/src/bin/e_comp_wl.c:2419:8: note: Assuming that condition 'epc' is not redundant
enlightenment-0.22.3/src/bin/e_comp_wl.c:2434:39: note: Null pointer dereference
enlightenment-0.22.3/src/bin/e_comp_wl.c:1338:4: style: Variable 'first' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/bin/e_comp_wl.c:1334:0: note: Variable 'first' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_comp_wl.c:1338:4: note: Variable 'first' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_comp_wl.c:909:13: style: Same expression on both sides of '>'. [duplicateExpression]
enlightenment-0.22.3/src/bin/e_comp_wl.c:909:13: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
enlightenment-0.22.3/src/bin/e_comp_wl.c:910:13: style: Same expression on both sides of '>'. [duplicateExpression]
enlightenment-0.22.3/src/bin/e_comp_wl.c:910:13: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
enlightenment-0.22.3/src/bin/e_comp_wl.c:1335:20: style: The scope of the variable 'dmg' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_comp_wl.c:3270:12: style: The scope of the variable 'zone' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_comp_wl.c:3360:13: style: The scope of the variable 'serial' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_comp_wl.c:3416:13: style: The scope of the variable 'serial' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_comp_wl.c:3417:24: style: The scope of the variable 'res' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_comp_wl.c:3418:15: style: The scope of the variable 'l' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_comp_wl.c:3542:14: style: The scope of the variable 'gec' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_comp_wl_data.c:486:24: style: The scope of the variable 'offer_res' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_comp_wl_data.c:486:36: style: The scope of the variable 'data_device_res' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_comp_wl_data.c:547:21: style: The scope of the variable 'z' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_comp_wl_extensions.c:228:35: style: Function '_exported_del' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_comp_wl_extensions.c:201:45: note: Function '_exported_del' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_comp_wl_extensions.c:228:35: note: Function '_exported_del' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_comp_wl_extensions.c:228:65: style: Function '_exported_del' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_comp_wl_extensions.c:201:61: note: Function '_exported_del' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_comp_wl_extensions.c:228:65: note: Function '_exported_del' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_comp_wl_extensions.c:228:95: style: Function '_exported_del' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_comp_wl_extensions.c:201:72: note: Function '_exported_del' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_comp_wl_extensions.c:228:95: note: Function '_exported_del' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_comp_wl_extensions.c:308:35: style: Function '_imported_del' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_comp_wl_extensions.c:284:45: note: Function '_imported_del' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_comp_wl_extensions.c:308:35: note: Function '_imported_del' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_comp_wl_extensions.c:308:65: style: Function '_imported_del' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_comp_wl_extensions.c:284:61: note: Function '_imported_del' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_comp_wl_extensions.c:308:65: note: Function '_imported_del' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_comp_wl_extensions.c:308:95: style: Function '_imported_del' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_comp_wl_extensions.c:284:72: note: Function '_imported_del' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_comp_wl_extensions.c:308:95: note: Function '_imported_del' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_comp_wl_extensions_tizen.c:173:4: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/bin/e_comp_wl_extensions_tizen.c:167:0: note: Variable 'res' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_comp_wl_extensions_tizen.c:173:4: note: Variable 'res' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_comp_wl_extensions_tizen.c:193:4: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/bin/e_comp_wl_extensions_tizen.c:187:0: note: Variable 'res' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_comp_wl_extensions_tizen.c:193:4: note: Variable 'res' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_comp_wl_extensions_tizen.c:212:4: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/bin/e_comp_wl_extensions_tizen.c:207:0: note: Variable 'res' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_comp_wl_extensions_tizen.c:212:4: note: Variable 'res' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_comp_wl_extensions_tizen.c:231:4: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/bin/e_comp_wl_extensions_tizen.c:226:0: note: Variable 'res' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_comp_wl_extensions_tizen.c:231:4: note: Variable 'res' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_comp_wl_extensions_tizen.c:250:4: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/bin/e_comp_wl_extensions_tizen.c:245:0: note: Variable 'res' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_comp_wl_extensions_tizen.c:250:4: note: Variable 'res' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_comp_wl_extensions_tizen.c:267:8: style: The scope of the variable 'len' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_comp_wl_extensions_tizen.c:268:10: style: The scope of the variable 'p' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_comp_wl_extensions_tizen.c:301:8: style: The scope of the variable 'len' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_comp_wl_extensions_tizen.c:302:10: style: The scope of the variable 'p' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_comp_x.c:4526:19: style: Variable 'ecl' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/bin/e_comp_x.c:4524:0: note: Variable 'ecl' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_comp_x.c:4526:19: note: Variable 'ecl' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_comp_x.c:351:20: style: The scope of the variable 'i' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_comp_x.c:1193:19: style: The scope of the variable 'i' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_comp_x.c:1193:22: style: The scope of the variable 'best_size_index' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_comp_x.c:2374:8: style: The scope of the variable 'i' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_comp_x.c:3197:23: style: The scope of the variable 'orects' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_comp_x.c:3922:13: style: The scope of the variable 'i' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_comp_x.c:4443:26: style: The scope of the variable 'inst' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_comp_x.c:4563:25: style: The scope of the variable 'p2' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_comp_x.c:4565:13: style: The scope of the variable 'i' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_comp_x.c:5237:17: style: The scope of the variable 'i' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_comp_x.c:5377:17: style: The scope of the variable 'i' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_comp_x.c:5441:31: style: The scope of the variable 'deskxy' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_comp_x.c:1712:13: style: Variable 'ox' is assigned a value that is never used. [unreadVariable]
enlightenment-0.22.3/src/bin/e_comp_x.c:1713:13: style: Variable 'oy' is assigned a value that is never used. [unreadVariable]
enlightenment-0.22.3/src/bin/e_comp_x.c:1714:13: style: Variable 'ow' is assigned a value that is never used. [unreadVariable]
enlightenment-0.22.3/src/bin/e_comp_x.c:1715:13: style: Variable 'oh' is assigned a value that is never used. [unreadVariable]
enlightenment-0.22.3/src/bin/e_comp_x_randr.c:129:4: style: Variable 'edid' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/bin/e_comp_x_randr.c:125:0: note: Variable 'edid' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_comp_x_randr.c:129:4: note: Variable 'edid' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_comp_x_randr.c:132:22: style: The scope of the variable 'k' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_comp_x_randr.c:132:25: style: The scope of the variable 'kk' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_comp_x_randr.c:358:10: style: The scope of the variable 'n' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_comp_x_randr.c:403:29: style: The scope of the variable 'minfo' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_comp_x_randr.c:405:39: style: The scope of the variable 'distance' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_comp_x_randr.c:406:8: style: The scope of the variable 'diff' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_comp_x_randr.c:406:14: style: The scope of the variable 'i' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_comp_x_randr.c:407:11: style: The scope of the variable 'refresh' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_comp_x_randr.c:469:15: style: The scope of the variable 'l' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_comp_x_randr.c:474:48: style: The scope of the variable 'outconf' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_comp_x_randr.c:475:22: style: The scope of the variable 'screenconf' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_comp_x_randr.c:476:40: style: The scope of the variable 'i' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_comp_x_randr.c:476:43: style: The scope of the variable 'numout' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_comp_x_randr.c:477:29: style: The scope of the variable 'info' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_comp_x_randr.c:478:8: style: The scope of the variable 'top_priority' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_comp_x_randr.c:316:30: style: Function '_cb_screen_change' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_comp_x_randr.c:14:42: note: Function '_cb_screen_change' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_comp_x_randr.c:316:30: note: Function '_cb_screen_change' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_comp_x_randr.c:316:52: style: Function '_cb_screen_change' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_comp_x_randr.c:14:52: note: Function '_cb_screen_change' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_comp_x_randr.c:316:52: note: Function '_cb_screen_change' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_comp_x_randr.c:329:28: style: Function '_cb_crtc_change' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_comp_x_randr.c:15:40: note: Function '_cb_crtc_change' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_comp_x_randr.c:329:28: note: Function '_cb_crtc_change' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_comp_x_randr.c:329:50: style: Function '_cb_crtc_change' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_comp_x_randr.c:15:50: note: Function '_cb_crtc_change' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_comp_x_randr.c:329:50: note: Function '_cb_crtc_change' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_comp_x_randr.c:342:30: style: Function '_cb_output_change' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_comp_x_randr.c:16:42: note: Function '_cb_output_change' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_comp_x_randr.c:342:30: note: Function '_cb_output_change' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_comp_x_randr.c:342:52: style: Function '_cb_output_change' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_comp_x_randr.c:16:52: note: Function '_cb_output_change' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_comp_x_randr.c:342:52: note: Function '_cb_output_change' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_comp_x_randr.c:511:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
enlightenment-0.22.3/src/bin/e_comp_x_randr.c:512:22: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
enlightenment-0.22.3/src/bin/e_config.c:1987:38: style: Condition '_e_config_revisions>0' is always true [knownConditionTrueFalse]
enlightenment-0.22.3/src/bin/e_config.c:2070:38: style: Condition '_e_config_revisions>0' is always true [knownConditionTrueFalse]
enlightenment-0.22.3/src/bin/e_config.c:1163:35: style: The scope of the variable 'cl' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_config.c:1164:25: style: The scope of the variable 'l' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_config.c:1456:38: style: The scope of the variable 'module' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_config.c:1481:38: style: The scope of the variable 'module' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_config.c:2039:16: style: The scope of the variable 'ret' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_config.c:1589:4: style: Checking if unsigned variable 'e_config->show_cursor' is less than zero. [unsignedLessThanZero]
enlightenment-0.22.3/src/bin/e_config.c:1608:4: style: Checking if unsigned variable 'e_config->desklock_ask_presentation' is less than zero. [unsignedLessThanZero]
enlightenment-0.22.3/src/bin/e_config.c:1615:4: style: Checking if unsigned variable 'e_config->icon_theme_overrides' is less than zero. [unsignedLessThanZero]
enlightenment-0.22.3/src/bin/e_config.c:1637:4: style: Checking if unsigned variable 'e_config->screensaver_ask_presentation' is less than zero. [unsignedLessThanZero]
enlightenment-0.22.3/src/bin/e_config.c:1663:4: style: Checking if unsigned variable 'e_config->mode.presentation' is less than zero. [unsignedLessThanZero]
enlightenment-0.22.3/src/bin/e_config.c:1664:4: style: Checking if unsigned variable 'e_config->mode.offline' is less than zero. [unsignedLessThanZero]
enlightenment-0.22.3/src/bin/e_config.c:1667:4: style: Checking if unsigned variable 'e_config->exec.show_run_dialog' is less than zero. [unsignedLessThanZero]
enlightenment-0.22.3/src/bin/e_config.c:1668:4: style: Checking if unsigned variable 'e_config->exec.show_exit_dialog' is less than zero. [unsignedLessThanZero]
enlightenment-0.22.3/src/bin/e_config.c:1670:4: style: Checking if unsigned variable 'e_config->null_container_win' is less than zero. [unsignedLessThanZero]
enlightenment-0.22.3/src/bin/e_config.c:1689:4: style: Checking if unsigned variable 'e_config->backlight.idle_dim' is less than zero. [unsignedLessThanZero]
enlightenment-0.22.3/src/bin/e_config.c:2310:30: style: Function '_e_config_save_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_config.c:9:42: note: Function '_e_config_save_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_config.c:2310:30: note: Function '_e_config_save_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_config.c:2326:26: style: Function '_e_config_free' argument 1 names different: declaration 'cfg' definition 'ecf'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_config.c:10:43: note: Function '_e_config_free' argument 1 names different: declaration 'cfg' definition 'ecf'.
enlightenment-0.22.3/src/bin/e_config.c:2326:26: note: Function '_e_config_free' argument 1 names different: declaration 'cfg' definition 'ecf'.
enlightenment-0.22.3/src/bin/e_config_dialog.c:337:35: style: Function '_e_config_dialog_cb_ok' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_config_dialog.c:8:47: note: Function '_e_config_dialog_cb_ok' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_config_dialog.c:337:35: note: Function '_e_config_dialog_cb_ok' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_config_dialog.c:358:38: style: Function '_e_config_dialog_cb_apply' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_config_dialog.c:9:50: note: Function '_e_config_dialog_cb_apply' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_config_dialog.c:358:38: note: Function '_e_config_dialog_cb_apply' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_config_dialog.c:383:54: style: Function '_e_config_dialog_cb_advanced' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_config_dialog.c:10:65: note: Function '_e_config_dialog_cb_advanced' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_config_dialog.c:383:54: note: Function '_e_config_dialog_cb_advanced' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_config_dialog.c:393:51: style: Function '_e_config_dialog_cb_basic' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_config_dialog.c:11:62: note: Function '_e_config_dialog_cb_basic' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_config_dialog.c:393:51: note: Function '_e_config_dialog_cb_basic' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_config_dialog.c:462:58: style: Function '_e_config_dialog_cb_changed' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_config_dialog.c:13:71: note: Function '_e_config_dialog_cb_changed' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_config_dialog.c:462:58: note: Function '_e_config_dialog_cb_changed' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_config_dialog.c:475:38: style: Function '_e_config_dialog_cb_close' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_config_dialog.c:14:50: note: Function '_e_config_dialog_cb_close' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_config_dialog.c:475:38: note: Function '_e_config_dialog_cb_close' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_configure.c:353:15: style: The scope of the variable 's' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_configure.c:274:45: style: Function '_e_configure_menu_module_item_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_configure.c:3:57: note: Function '_e_configure_menu_module_item_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_configure.c:274:45: note: Function '_e_configure_menu_module_item_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_configure.c:274:68: style: Function '_e_configure_menu_module_item_cb' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_configure.c:3:71: note: Function '_e_configure_menu_module_item_cb' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_configure.c:274:68: note: Function '_e_configure_menu_module_item_cb' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_configure.c:274:97: style: Function '_e_configure_menu_module_item_cb' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_configure.c:3:87: note: Function '_e_configure_menu_module_item_cb' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_configure.c:274:97: note: Function '_e_configure_menu_module_item_cb' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_configure.c:280:34: style: Function '_e_configure_menu_add' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_configure.c:4:46: note: Function '_e_configure_menu_add' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_configure.c:280:34: note: Function '_e_configure_menu_add' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_configure.c:291:27: style: Function '_configure_job' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_configure.c:11:39: note: Function '_configure_job' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_configure.c:291:27: note: Function '_configure_job' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_configure.c:298:34: style: Function '_configure_init_timer' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_configure.c:12:46: note: Function '_configure_init_timer' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_configure.c:298:34: note: Function '_configure_init_timer' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_configure.c:446:56: style: Function '_e_configure_cb_efreet_desktop_cache_update' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_configure.c:7:68: note: Function '_e_configure_cb_efreet_desktop_cache_update' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_configure.c:446:56: note: Function '_e_configure_cb_efreet_desktop_cache_update' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_configure.c:446:78: style: Function '_e_configure_cb_efreet_desktop_cache_update' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_configure.c:7:78: note: Function '_e_configure_cb_efreet_desktop_cache_update' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_configure.c:446:78: note: Function '_e_configure_cb_efreet_desktop_cache_update' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_configure.c:446:103: style: Function '_e_configure_cb_efreet_desktop_cache_update' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_configure.c:7:90: note: Function '_e_configure_cb_efreet_desktop_cache_update' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_configure.c:446:103: note: Function '_e_configure_cb_efreet_desktop_cache_update' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_confirm_dialog.c:80:49: style: Function '_e_confirm_dialog_yes' argument 2 names different: declaration 'dia' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_confirm_dialog.c:6:57: note: Function '_e_confirm_dialog_yes' argument 2 names different: declaration 'dia' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_confirm_dialog.c:80:49: note: Function '_e_confirm_dialog_yes' argument 2 names different: declaration 'dia' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_confirm_dialog.c:93:48: style: Function '_e_confirm_dialog_no' argument 2 names different: declaration 'dia' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_confirm_dialog.c:7:56: note: Function '_e_confirm_dialog_no' argument 2 names different: declaration 'dia' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_confirm_dialog.c:93:48: note: Function '_e_confirm_dialog_no' argument 2 names different: declaration 'dia' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_dbusmenu.c:291:34: style: The scope of the variable 'found' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_dbusmenu.c:447:47: style: Function 'e_dbusmenu_pop_request_cb_set' argument 1 names different: declaration 'menu_data' definition 'ctx'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_dbusmenu.h:67:58: note: Function 'e_dbusmenu_pop_request_cb_set' argument 1 names different: declaration 'menu_data' definition 'ctx'.
enlightenment-0.22.3/src/bin/e_dbusmenu.c:447:47: note: Function 'e_dbusmenu_pop_request_cb_set' argument 1 names different: declaration 'menu_data' definition 'ctx'.
enlightenment-0.22.3/src/bin/e_dbusmenu.c:453:42: style: Function 'e_dbusmenu_update_cb_set' argument 1 names different: declaration 'menu_data' definition 'ctx'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_dbusmenu.h:66:53: note: Function 'e_dbusmenu_update_cb_set' argument 1 names different: declaration 'menu_data' definition 'ctx'.
enlightenment-0.22.3/src/bin/e_dbusmenu.c:453:42: note: Function 'e_dbusmenu_update_cb_set' argument 1 names different: declaration 'menu_data' definition 'ctx'.
enlightenment-0.22.3/src/bin/e_desk.c:51:24: style: The scope of the variable 'buf2' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_desk.c:93:9: style: The scope of the variable 'name' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_desk.c:248:29: style: The scope of the variable 'eeev' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_desk.c:718:41: style: Function '_e_desk_event_desk_show_free' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_desk.c:9:53: note: Function '_e_desk_event_desk_show_free' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_desk.c:718:41: note: Function '_e_desk_event_desk_show_free' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_desk.c:718:60: style: Function '_e_desk_event_desk_show_free' argument 2 names different: declaration 'ev' definition 'event'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_desk.c:9:65: note: Function '_e_desk_event_desk_show_free' argument 2 names different: declaration 'ev' definition 'event'.
enlightenment-0.22.3/src/bin/e_desk.c:718:60: note: Function '_e_desk_event_desk_show_free' argument 2 names different: declaration 'ev' definition 'event'.
enlightenment-0.22.3/src/bin/e_desk.c:728:48: style: Function '_e_desk_event_desk_before_show_free' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_desk.c:10:60: note: Function '_e_desk_event_desk_before_show_free' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_desk.c:728:48: note: Function '_e_desk_event_desk_before_show_free' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_desk.c:728:67: style: Function '_e_desk_event_desk_before_show_free' argument 2 names different: declaration 'ev' definition 'event'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_desk.c:10:72: note: Function '_e_desk_event_desk_before_show_free' argument 2 names different: declaration 'ev' definition 'event'.
enlightenment-0.22.3/src/bin/e_desk.c:728:67: note: Function '_e_desk_event_desk_before_show_free' argument 2 names different: declaration 'ev' definition 'event'.
enlightenment-0.22.3/src/bin/e_desk.c:738:47: style: Function '_e_desk_event_desk_after_show_free' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_desk.c:11:59: note: Function '_e_desk_event_desk_after_show_free' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_desk.c:738:47: note: Function '_e_desk_event_desk_after_show_free' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_desk.c:738:66: style: Function '_e_desk_event_desk_after_show_free' argument 2 names different: declaration 'ev' definition 'event'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_desk.c:11:71: note: Function '_e_desk_event_desk_after_show_free' argument 2 names different: declaration 'ev' definition 'event'.
enlightenment-0.22.3/src/bin/e_desk.c:738:66: note: Function '_e_desk_event_desk_after_show_free' argument 2 names different: declaration 'ev' definition 'event'.
enlightenment-0.22.3/src/bin/e_desk.c:748:45: style: Function '_e_desk_event_desk_deskshow_free' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_desk.c:12:57: note: Function '_e_desk_event_desk_deskshow_free' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_desk.c:748:45: note: Function '_e_desk_event_desk_deskshow_free' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_desk.c:748:64: style: Function '_e_desk_event_desk_deskshow_free' argument 2 names different: declaration 'ev' definition 'event'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_desk.c:12:69: note: Function '_e_desk_event_desk_deskshow_free' argument 2 names different: declaration 'ev' definition 'event'.
enlightenment-0.22.3/src/bin/e_desk.c:748:64: note: Function '_e_desk_event_desk_deskshow_free' argument 2 names different: declaration 'ev' definition 'event'.
enlightenment-0.22.3/src/bin/e_desk.c:758:48: style: Function '_e_desk_event_desk_name_change_free' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_desk.c:13:60: note: Function '_e_desk_event_desk_name_change_free' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_desk.c:758:48: note: Function '_e_desk_event_desk_name_change_free' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_desk.c:758:67: style: Function '_e_desk_event_desk_name_change_free' argument 2 names different: declaration 'ev' definition 'event'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_desk.c:13:72: note: Function '_e_desk_event_desk_name_change_free' argument 2 names different: declaration 'ev' definition 'event'.
enlightenment-0.22.3/src/bin/e_desk.c:758:67: note: Function '_e_desk_event_desk_name_change_free' argument 2 names different: declaration 'ev' definition 'event'.
enlightenment-0.22.3/src/bin/e_desk.c:766:58: style: Function '_e_desk_event_desk_window_profile_change_free' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_desk.c:16:70: note: Function '_e_desk_event_desk_window_profile_change_free' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_desk.c:766:58: note: Function '_e_desk_event_desk_window_profile_change_free' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_desk.c:766:77: style: Function '_e_desk_event_desk_window_profile_change_free' argument 2 names different: declaration 'ev' definition 'event'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_desk.c:16:82: note: Function '_e_desk_event_desk_window_profile_change_free' argument 2 names different: declaration 'ev' definition 'event'.
enlightenment-0.22.3/src/bin/e_desk.c:766:77: note: Function '_e_desk_event_desk_window_profile_change_free' argument 2 names different: declaration 'ev' definition 'event'.
enlightenment-0.22.3/src/bin/e_desk.c:302:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
enlightenment-0.22.3/src/bin/e_deskenv.c:7:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_deskenv.c:7:24: style: The scope of the variable 'buf2' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_desklock.c:667:31: style: Function '_e_desklock_cb_run' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_desklock.c:41:43: note: Function '_e_desklock_cb_run' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_desklock.c:667:31: note: Function '_e_desklock_cb_run' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_desklock.c:667:53: style: Function '_e_desklock_cb_run' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_desklock.c:41:53: note: Function '_e_desklock_cb_run' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_desklock.c:667:53: note: Function '_e_desklock_cb_run' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_desklock.c:708:33: style: Function '_e_desklock_cb_randr' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_desklock.c:42:45: note: Function '_e_desklock_cb_randr' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_desklock.c:708:33: note: Function '_e_desklock_cb_randr' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_desklock.c:708:55: style: Function '_e_desklock_cb_randr' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_desklock.c:42:55: note: Function '_e_desklock_cb_randr' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_desklock.c:708:55: note: Function '_e_desklock_cb_randr' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_desklock.c:708:80: style: Function '_e_desklock_cb_randr' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_desklock.c:42:67: note: Function '_e_desklock_cb_randr' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_desklock.c:708:80: note: Function '_e_desklock_cb_randr' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_deskmirror.c:646:49: style: Function '_comp_object_dirty' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_deskmirror.c:60:57: note: Function '_comp_object_dirty' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_deskmirror.c:646:49: note: Function '_comp_object_dirty' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_desktop_editor.c:318:14: style: The scope of the variable 'dir' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_desktop_editor.c:319:21: style: The scope of the variable 'file' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_desktop_editor.c:464:9: style: The scope of the variable 'path' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_desktop_editor.c:384:48: style: Function '_e_desktop_edit_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_desktop_editor.c:44:64: note: Function '_e_desktop_edit_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_desktop_editor.c:384:48: note: Function '_e_desktop_edit_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_desktop_editor.c:384:83: style: Function '_e_desktop_edit_free_data' argument 2 names different: declaration 'data' definition 'cfdata'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_desktop_editor.c:44:91: note: Function '_e_desktop_edit_free_data' argument 2 names different: declaration 'data' definition 'cfdata'.
enlightenment-0.22.3/src/bin/e_desktop_editor.c:384:83: note: Function '_e_desktop_edit_free_data' argument 2 names different: declaration 'data' definition 'cfdata'.
enlightenment-0.22.3/src/bin/e_desktop_editor.c:482:55: style: Function '_e_desktop_edit_basic_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_desktop_editor.c:45:71: note: Function '_e_desktop_edit_basic_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_desktop_editor.c:482:55: note: Function '_e_desktop_edit_basic_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_desktop_editor.c:482:90: style: Function '_e_desktop_edit_basic_apply_data' argument 2 names different: declaration 'data' definition 'cfdata'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_desktop_editor.c:45:98: note: Function '_e_desktop_edit_basic_apply_data' argument 2 names different: declaration 'data' definition 'cfdata'.
enlightenment-0.22.3/src/bin/e_desktop_editor.c:482:90: note: Function '_e_desktop_edit_basic_apply_data' argument 2 names different: declaration 'data' definition 'cfdata'.
enlightenment-0.22.3/src/bin/e_desktop_editor.c:538:58: style: Function '_e_desktop_edit_basic_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_desktop_editor.c:46:74: note: Function '_e_desktop_edit_basic_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_desktop_editor.c:538:58: note: Function '_e_desktop_edit_basic_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_desktop_editor.c:538:93: style: Function '_e_desktop_edit_basic_check_changed' argument 2 names different: declaration 'data' definition 'cfdata'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_desktop_editor.c:46:101: note: Function '_e_desktop_edit_basic_check_changed' argument 2 names different: declaration 'data' definition 'cfdata'.
enlightenment-0.22.3/src/bin/e_desktop_editor.c:538:93: note: Function '_e_desktop_edit_basic_check_changed' argument 2 names different: declaration 'data' definition 'cfdata'.
enlightenment-0.22.3/src/bin/e_desktop_editor.c:682:67: style: Function '_e_desktop_editor_icon_entry_changed' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_desktop_editor.c:59:83: note: Function '_e_desktop_editor_icon_entry_changed' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_desktop_editor.c:682:67: note: Function '_e_desktop_editor_icon_entry_changed' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_desktop_editor.c:696:59: style: Function '_e_desktop_edit_basic_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_desktop_editor.c:47:75: note: Function '_e_desktop_edit_basic_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_desktop_editor.c:696:59: note: Function '_e_desktop_edit_basic_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_desktop_editor.c:696:106: style: Function '_e_desktop_edit_basic_create_widgets' argument 3 names different: declaration 'data' definition 'cfdata'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_desktop_editor.c:47:114: note: Function '_e_desktop_edit_basic_create_widgets' argument 3 names different: declaration 'data' definition 'cfdata'.
enlightenment-0.22.3/src/bin/e_desktop_editor.c:696:106: note: Function '_e_desktop_edit_basic_create_widgets' argument 3 names different: declaration 'data' definition 'cfdata'.
enlightenment-0.22.3/src/bin/e_desktop_editor.c:968:38: style: Function '_e_desktop_edit_select_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_desktop_editor.c:58:53: note: Function '_e_desktop_edit_select_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_desktop_editor.c:968:38: note: Function '_e_desktop_edit_select_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_desktop_editor.c:968:68: style: Function '_e_desktop_edit_select_cb' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_desktop_editor.c:58:72: note: Function '_e_desktop_edit_select_cb' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_desktop_editor.c:968:68: note: Function '_e_desktop_edit_select_cb' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_dialog.c:286:34: style: Function '_e_dialog_del_func_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_dialog.c:5:41: note: Function '_e_dialog_del_func_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_dialog.c:286:34: note: Function '_e_dialog_del_func_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_dialog.c:292:43: style: Function '_e_dialog_cb_key_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_dialog.c:7:53: note: Function '_e_dialog_cb_key_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_dialog.c:292:43: note: Function '_e_dialog_cb_key_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_dialog.c:292:73: style: Function '_e_dialog_cb_key_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_dialog.c:7:69: note: Function '_e_dialog_cb_key_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_dialog.c:292:73: note: Function '_e_dialog_cb_key_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_dnd.c:391:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_dnd.c:394:11: style: The scope of the variable 'len' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_dnd.c:484:15: style: The scope of the variable 'l' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_dnd.c:761:13: style: The scope of the variable 'shelf' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_dnd.c:788:13: style: The scope of the variable 'shelf' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_dnd.c:839:14: style: The scope of the variable 'ec' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_dnd.c:1112:21: style: The scope of the variable 'l' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_dnd.c:1314:21: style: The scope of the variable 'l' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_dnd.c:1346:21: style: The scope of the variable 'l' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_dnd.c:1388:8: style: The scope of the variable 'responsive' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_dnd.c:1478:8: style: The scope of the variable 'i' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_dnd.c:1110:31: style: Function '_e_drag_xdnd_end' argument 1 names different: declaration 'root' definition 'win'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_dnd.c:13:53: note: Function '_e_drag_xdnd_end' argument 1 names different: declaration 'root' definition 'win'.
enlightenment-0.22.3/src/bin/e_dnd.c:1110:31: note: Function '_e_drag_xdnd_end' argument 1 names different: declaration 'root' definition 'win'.
enlightenment-0.22.3/src/bin/e_dnd.c:1197:31: style: Function '_e_dnd_cb_key_down' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_dnd.c:16:48: note: Function '_e_dnd_cb_key_down' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_dnd.c:1197:31: note: Function '_e_dnd_cb_key_down' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_dnd.c:1197:53: style: Function '_e_dnd_cb_key_down' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_dnd.c:16:58: note: Function '_e_dnd_cb_key_down' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_dnd.c:1197:53: note: Function '_e_dnd_cb_key_down' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_dnd.c:1212:29: style: Function '_e_dnd_cb_key_up' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_dnd.c:17:46: note: Function '_e_dnd_cb_key_up' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_dnd.c:1212:29: note: Function '_e_dnd_cb_key_up' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_dnd.c:1212:51: style: Function '_e_dnd_cb_key_up' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_dnd.c:17:56: note: Function '_e_dnd_cb_key_up' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_dnd.c:1212:51: note: Function '_e_dnd_cb_key_up' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_dnd.c:1227:31: style: Function '_e_dnd_cb_mouse_up' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_dnd.c:18:48: note: Function '_e_dnd_cb_mouse_up' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_dnd.c:1227:31: note: Function '_e_dnd_cb_mouse_up' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_dnd.c:1227:53: style: Function '_e_dnd_cb_mouse_up' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_dnd.c:18:58: note: Function '_e_dnd_cb_mouse_up' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_dnd.c:1227:53: note: Function '_e_dnd_cb_mouse_up' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_dnd.c:1244:33: style: Function '_e_dnd_cb_mouse_move' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_dnd.c:19:50: note: Function '_e_dnd_cb_mouse_move' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_dnd.c:1244:33: note: Function '_e_dnd_cb_mouse_move' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_dnd.c:1244:55: style: Function '_e_dnd_cb_mouse_move' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_dnd.c:19:60: note: Function '_e_dnd_cb_mouse_move' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_dnd.c:1244:55: note: Function '_e_dnd_cb_mouse_move' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_dnd.c:1274:38: style: Function '_e_dnd_cb_event_dnd_enter' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_dnd.c:21:55: note: Function '_e_dnd_cb_event_dnd_enter' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_dnd.c:1274:38: note: Function '_e_dnd_cb_event_dnd_enter' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_dnd.c:1274:60: style: Function '_e_dnd_cb_event_dnd_enter' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_dnd.c:21:65: note: Function '_e_dnd_cb_event_dnd_enter' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_dnd.c:1274:60: note: Function '_e_dnd_cb_event_dnd_enter' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_dnd.c:1310:38: style: Function '_e_dnd_cb_event_dnd_leave' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_dnd.c:22:55: note: Function '_e_dnd_cb_event_dnd_leave' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_dnd.c:1310:38: note: Function '_e_dnd_cb_event_dnd_leave' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_dnd.c:1310:60: style: Function '_e_dnd_cb_event_dnd_leave' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_dnd.c:22:65: note: Function '_e_dnd_cb_event_dnd_leave' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_dnd.c:1310:60: note: Function '_e_dnd_cb_event_dnd_leave' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_dnd.c:1342:33: style: Function '_e_dnd_cb_event_hide' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_dnd.c:27:50: note: Function '_e_dnd_cb_event_hide' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_dnd.c:1342:33: note: Function '_e_dnd_cb_event_hide' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_dnd.c:1342:55: style: Function '_e_dnd_cb_event_hide' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_dnd.c:27:60: note: Function '_e_dnd_cb_event_hide' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_dnd.c:1342:55: note: Function '_e_dnd_cb_event_hide' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_dnd.c:1384:41: style: Function '_e_dnd_cb_event_dnd_position' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_dnd.c:23:58: note: Function '_e_dnd_cb_event_dnd_position' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_dnd.c:1384:41: note: Function '_e_dnd_cb_event_dnd_position' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_dnd.c:1384:63: style: Function '_e_dnd_cb_event_dnd_position' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_dnd.c:23:68: note: Function '_e_dnd_cb_event_dnd_position' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_dnd.c:1384:63: note: Function '_e_dnd_cb_event_dnd_position' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_dnd.c:1419:41: style: Function '_e_dnd_cb_event_dnd_finished' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_dnd.c:24:58: note: Function '_e_dnd_cb_event_dnd_finished' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_dnd.c:1419:41: note: Function '_e_dnd_cb_event_dnd_finished' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_dnd.c:1419:63: style: Function '_e_dnd_cb_event_dnd_finished' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_dnd.c:24:68: note: Function '_e_dnd_cb_event_dnd_finished' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_dnd.c:1419:63: note: Function '_e_dnd_cb_event_dnd_finished' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_dnd.c:1419:88: style: Function '_e_dnd_cb_event_dnd_finished' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_dnd.c:24:80: note: Function '_e_dnd_cb_event_dnd_finished' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_dnd.c:1419:88: note: Function '_e_dnd_cb_event_dnd_finished' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_dnd.c:1440:37: style: Function '_e_dnd_cb_event_dnd_drop' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_dnd.c:25:54: note: Function '_e_dnd_cb_event_dnd_drop' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_dnd.c:1440:37: note: Function '_e_dnd_cb_event_dnd_drop' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_dnd.c:1440:59: style: Function '_e_dnd_cb_event_dnd_drop' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_dnd.c:25:64: note: Function '_e_dnd_cb_event_dnd_drop' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_dnd.c:1440:59: note: Function '_e_dnd_cb_event_dnd_drop' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_dnd.c:1475:42: style: Function '_e_dnd_cb_event_dnd_selection' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_dnd.c:26:59: note: Function '_e_dnd_cb_event_dnd_selection' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_dnd.c:1475:42: note: Function '_e_dnd_cb_event_dnd_selection' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_dnd.c:1475:64: style: Function '_e_dnd_cb_event_dnd_selection' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_dnd.c:26:69: note: Function '_e_dnd_cb_event_dnd_selection' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_dnd.c:1475:64: note: Function '_e_dnd_cb_event_dnd_selection' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_dnd.c:1082:31: error: Common realloc mistake: 'data' nulled but not freed upon failure [memleakOnRealloc]
enlightenment-0.22.3/src/bin/e_elm_cfgtool_main.c:9:16: style: The scope of the variable 'derive_options' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_entry_dialog.c:21:21: style: The scope of the variable 'ob' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_entry_dialog.c:86:38: style: Function '_e_entry_dialog_free' argument 1 names different: declaration 'dia' definition 'ed'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_entry_dialog.c:5:50: note: Function '_e_entry_dialog_free' argument 1 names different: declaration 'dia' definition 'ed'.
enlightenment-0.22.3/src/bin/e_entry_dialog.c:86:38: note: Function '_e_entry_dialog_free' argument 1 names different: declaration 'dia' definition 'ed'.
enlightenment-0.22.3/src/bin/e_entry_dialog.c:94:46: style: Function '_e_entry_dialog_ok' argument 2 names different: declaration 'dia' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_entry_dialog.c:6:54: note: Function '_e_entry_dialog_ok' argument 2 names different: declaration 'dia' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_entry_dialog.c:94:46: note: Function '_e_entry_dialog_ok' argument 2 names different: declaration 'dia' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_entry_dialog.c:106:50: style: Function '_e_entry_dialog_cancel' argument 2 names different: declaration 'dia' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_entry_dialog.c:7:58: note: Function '_e_entry_dialog_cancel' argument 2 names different: declaration 'dia' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_entry_dialog.c:106:50: note: Function '_e_entry_dialog_cancel' argument 2 names different: declaration 'dia' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_entry_dialog.c:124:51: style: Function '_e_entry_cb_key_down' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_entry_dialog.c:9:59: note: Function '_e_entry_cb_key_down' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_entry_dialog.c:124:51: note: Function '_e_entry_cb_key_down' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_exec.c:416:4: style: Variable 'inst' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/bin/e_exec.c:409:0: note: Variable 'inst' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_exec.c:416:4: note: Variable 'inst' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_exec.c:329:19: style: The scope of the variable 'ln' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_exec.c:592:15: style: The scope of the variable 'instances' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_exec.c:1017:26: style: The scope of the variable 'os' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_exec.c:303:32: style: Function 'e_exec_startup_id_pid_find' argument 1 names different: declaration 'startup_id' definition 'id'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_exec.h:41:54: note: Function 'e_exec_startup_id_pid_find' argument 1 names different: declaration 'startup_id' definition 'id'.
enlightenment-0.22.3/src/bin/e_exec.c:303:32: note: Function 'e_exec_startup_id_pid_find' argument 1 names different: declaration 'startup_id' definition 'id'.
enlightenment-0.22.3/src/bin/e_exec.c:643:47: style: Function '_e_exec_cb_exec_new_free' argument 2 names different: declaration 'event' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_exec.c:54:63: note: Function '_e_exec_cb_exec_new_free' argument 2 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_exec.c:643:47: note: Function '_e_exec_cb_exec_new_free' argument 2 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_exec.c:652:47: style: Function '_e_exec_cb_exec_del_free' argument 2 names different: declaration 'event' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_exec.c:56:63: note: Function '_e_exec_cb_exec_del_free' argument 2 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_exec.c:652:47: note: Function '_e_exec_cb_exec_del_free' argument 2 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_exec.c:679:28: style: Function '_e_exec_cb_exit' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_exec.c:52:47: note: Function '_e_exec_cb_exit' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_exec.c:679:28: note: Function '_e_exec_cb_exit' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_exec.c:679:50: style: Function '_e_exec_cb_exit' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_exec.c:52:57: note: Function '_e_exec_cb_exit' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_exec.c:679:50: note: Function '_e_exec_cb_exit' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_exec.c:770:38: style: Function '_e_exec_cb_desktop_update' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_exec.c:53:57: note: Function '_e_exec_cb_desktop_update' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_exec.c:770:38: note: Function '_e_exec_cb_desktop_update' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_exec.c:770:60: style: Function '_e_exec_cb_desktop_update' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_exec.c:53:67: note: Function '_e_exec_cb_desktop_update' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_exec.c:770:60: note: Function '_e_exec_cb_desktop_update' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_exec.c:770:85: style: Function '_e_exec_cb_desktop_update' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_exec.c:53:79: note: Function '_e_exec_cb_desktop_update' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_exec.c:770:85: note: Function '_e_exec_cb_desktop_update' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_exec.c:826:86: style: Function '_e_exec_error_dialog' argument 3 names different: declaration 'event' definition 'exe_event'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_exec.c:60:110: note: Function '_e_exec_error_dialog' argument 3 names different: declaration 'event' definition 'exe_event'.
enlightenment-0.22.3/src/bin/e_exec.c:826:86: note: Function '_e_exec_error_dialog' argument 3 names different: declaration 'event' definition 'exe_event'.
enlightenment-0.22.3/src/bin/e_exec.c:827:44: style: Function '_e_exec_error_dialog' argument 4 names different: declaration 'error' definition 'exe_error'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_exec.c:60:139: note: Function '_e_exec_error_dialog' argument 4 names different: declaration 'error' definition 'exe_error'.
enlightenment-0.22.3/src/bin/e_exec.c:827:44: note: Function '_e_exec_error_dialog' argument 4 names different: declaration 'error' definition 'exe_error'.
enlightenment-0.22.3/src/bin/e_exec.c:827:77: style: Function '_e_exec_error_dialog' argument 5 names different: declaration 'read' definition 'exe_read'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_exec.c:60:168: note: Function '_e_exec_error_dialog' argument 5 names different: declaration 'read' definition 'exe_read'.
enlightenment-0.22.3/src/bin/e_exec.c:827:77: note: Function '_e_exec_error_dialog' argument 5 names different: declaration 'read' definition 'exe_read'.
enlightenment-0.22.3/src/bin/e_exec.c:951:33: style: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_exec.c:63:53: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_exec.c:951:33: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_exec.c:1013:44: style: Function '_basic_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_exec.c:64:64: note: Function '_basic_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_exec.c:1013:44: note: Function '_basic_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_exec.c:1056:47: style: Function '_advanced_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_exec.c:65:67: note: Function '_advanced_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_exec.c:1056:47: note: Function '_advanced_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_exec.c:1139:28: style: Function '_dialog_save_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_exec.c:67:47: note: Function '_dialog_save_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_exec.c:1139:28: note: Function '_dialog_save_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_exec.c:992:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
enlightenment-0.22.3/src/bin/e_exec.c:1180:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
enlightenment-0.22.3/src/bin/e_exec.c:1206:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
enlightenment-0.22.3/src/bin/e_exehist.c:264:13: style: The scope of the variable 'bad' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_exehist.c:543:33: style: Function '_e_exehist_cb_unload' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_exehist.c:32:47: note: Function '_e_exehist_cb_unload' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_exehist.c:543:33: note: Function '_e_exehist_cb_unload' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_filereg.c:44:4: style: Variable 'fi' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/bin/e_filereg.c:42:0: note: Variable 'fi' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_filereg.c:44:4: note: Variable 'fi' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_filereg.c:63:4: style: Variable 'fi' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/bin/e_filereg.c:61:0: note: Variable 'fi' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_filereg.c:63:4: note: Variable 'fi' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_flowlayout.c:773:20: style: The scope of the variable 'count' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_flowlayout.c:515:46: style: Function '_e_flowlayout_smart_item_del_hook' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_flowlayout.c:52:67: note: Function '_e_flowlayout_smart_item_del_hook' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_flowlayout.c:515:46: note: Function '_e_flowlayout_smart_item_del_hook' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_flowlayout.c:515:67: style: Function '_e_flowlayout_smart_item_del_hook' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_flowlayout.c:52:79: note: Function '_e_flowlayout_smart_item_del_hook' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_flowlayout.c:515:67: note: Function '_e_flowlayout_smart_item_del_hook' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_flowlayout.c:515:115: style: Function '_e_flowlayout_smart_item_del_hook' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_flowlayout.c:52:106: note: Function '_e_flowlayout_smart_item_del_hook' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_flowlayout.c:515:115: note: Function '_e_flowlayout_smart_item_del_hook' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:7291:35: style: Redundant condition: !up. 'up || (!up && !ic->selected)' is equivalent to 'up || !ic->selected' [redundantCondition]
enlightenment-0.22.3/src/bin/e_fm.c:1130:9: style: Variable 'v' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/bin/e_fm.c:1128:0: note: Variable 'v' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_fm.c:1130:9: note: Variable 'v' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_fm.c:6058:19: style: Variable 'sd->typebuf.setting' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/bin/e_fm.c:6056:19: note: Variable 'sd->typebuf.setting' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_fm.c:6058:19: note: Variable 'sd->typebuf.setting' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_fm.c:6122:19: style: Variable 'sd->typebuf.setting' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/bin/e_fm.c:6120:19: note: Variable 'sd->typebuf.setting' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_fm.c:6122:19: note: Variable 'sd->typebuf.setting' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_fm.c:6321:4: style: Variable 'px' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/bin/e_fm.c:6316:0: note: Variable 'px' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_fm.c:6321:4: note: Variable 'px' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_fm.c:9474:4: style: Variable 'md' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/bin/e_fm.c:9470:0: note: Variable 'md' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_fm.c:9474:4: note: Variable 'md' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_fm.c:9273:9: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
enlightenment-0.22.3/src/bin/e_fm.c:9295:9: note: Found duplicate branches for 'if' and 'else'.
enlightenment-0.22.3/src/bin/e_fm.c:9273:9: note: Found duplicate branches for 'if' and 'else'.
enlightenment-0.22.3/src/bin/e_fm.c:992:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm.c:993:8: style: The scope of the variable 'idx' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm.c:2621:15: style: The scope of the variable 'l2' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm.c:2791:47: style: The scope of the variable 'file' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm.c:2793:13: style: The scope of the variable 'broken_link' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm.c:2902:45: style: The scope of the variable 'buf' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm.c:3432:21: style: The scope of the variable 'ic2' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm.c:3787:19: style: The scope of the variable 'i' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm.c:3787:22: style: The scope of the variable 'p0' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm.c:3787:26: style: The scope of the variable 'p1' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm.c:3787:30: style: The scope of the variable 'n' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm.c:3787:33: style: The scope of the variable 'v' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm.c:5499:8: style: The scope of the variable 'x' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm.c:5499:15: style: The scope of the variable 'y' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm.c:5500:8: style: The scope of the variable 'dist' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm.c:5500:18: style: The scope of the variable 'min' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm.c:5606:15: style: The scope of the variable 'l' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm.c:5608:8: style: The scope of the variable 'dist' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm.c:5608:14: style: The scope of the variable 'min' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm.c:5658:15: style: The scope of the variable 'l' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm.c:5660:8: style: The scope of the variable 'dist' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm.c:5660:14: style: The scope of the variable 'min' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm.c:6782:29: style: The scope of the variable 's' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm.c:7006:36: style: The scope of the variable 'mp' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm.c:7605:21: style: The scope of the variable 'ici' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm.c:8065:20: style: The scope of the variable 'l' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm.c:8393:13: style: The scope of the variable 'cmp' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm.c:8936:17: style: The scope of the variable 'sub' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm.c:8937:17: style: The scope of the variable 'mi' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm.c:9079:17: style: The scope of the variable 'sub' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm.c:9080:17: style: The scope of the variable 'mi' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm.c:9082:15: style: The scope of the variable 'sel' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm.c:9084:14: style: The scope of the variable 'can_w' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm.c:9084:21: style: The scope of the variable 'can_w2' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm.c:9084:29: style: The scope of the variable 'protect' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm.c:9085:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm.c:9085:25: style: The scope of the variable 'ext' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm.c:9472:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm.c:9992:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm.c:10233:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm.c:10398:9: style: The scope of the variable 'text' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm.c:10657:27: style: The scope of the variable 'sd' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm.c:10808:17: style: The scope of the variable 'm' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm.c:11082:21: style: The scope of the variable 'l' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm.c:11083:21: style: The scope of the variable 'ici' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm.c:11282:15: style: The scope of the variable 'l' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm.c:11739:15: style: The scope of the variable 'uri' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm.c:1013:36: style: Function '_e_fm2_favorites_thread_cb' argument 1 names different: declaration 'd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:477:55: note: Function '_e_fm2_favorites_thread_cb' argument 1 names different: declaration 'd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:1013:36: note: Function '_e_fm2_favorites_thread_cb' argument 1 names different: declaration 'd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:1013:66: style: Function '_e_fm2_favorites_thread_cb' argument 2 names different: declaration 'et' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:477:72: note: Function '_e_fm2_favorites_thread_cb' argument 2 names different: declaration 'et' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:1013:66: note: Function '_e_fm2_favorites_thread_cb' argument 2 names different: declaration 'et' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:1019:34: style: Function '_e_fm2_thread_cleanup_cb' argument 1 names different: declaration 'd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:478:53: note: Function '_e_fm2_thread_cleanup_cb' argument 1 names different: declaration 'd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:1019:34: note: Function '_e_fm2_thread_cleanup_cb' argument 1 names different: declaration 'd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:1019:64: style: Function '_e_fm2_thread_cleanup_cb' argument 2 names different: declaration 'et' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:478:70: note: Function '_e_fm2_thread_cleanup_cb' argument 2 names different: declaration 'et' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:1019:64: note: Function '_e_fm2_thread_cleanup_cb' argument 2 names different: declaration 'et' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:1540:58: style: Function 'e_fm2_select_set' argument 3 names different: declaration 'select' definition 'select_'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.h:173:81: note: Function 'e_fm2_select_set' argument 3 names different: declaration 'select' definition 'select_'.
enlightenment-0.22.3/src/bin/e_fm.c:1540:58: note: Function 'e_fm2_select_set' argument 3 names different: declaration 'select' definition 'select_'.
enlightenment-0.22.3/src/bin/e_fm.c:3750:44: style: Function '_e_fm2_file_cut_menu' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:433:63: note: Function '_e_fm2_file_cut_menu' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:3750:44: note: Function '_e_fm2_file_cut_menu' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:3750:73: style: Function '_e_fm2_file_cut_menu' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:433:79: note: Function '_e_fm2_file_cut_menu' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:3750:73: note: Function '_e_fm2_file_cut_menu' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:3758:45: style: Function '_e_fm2_file_copy_menu' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:434:64: note: Function '_e_fm2_file_copy_menu' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:3758:45: note: Function '_e_fm2_file_copy_menu' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:3758:74: style: Function '_e_fm2_file_copy_menu' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:434:80: note: Function '_e_fm2_file_copy_menu' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:3758:74: note: Function '_e_fm2_file_copy_menu' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:3766:46: style: Function '_e_fm2_file_paste_menu' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:435:65: note: Function '_e_fm2_file_paste_menu' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:3766:46: note: Function '_e_fm2_file_paste_menu' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:3766:75: style: Function '_e_fm2_file_paste_menu' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:435:81: note: Function '_e_fm2_file_paste_menu' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:3766:75: note: Function '_e_fm2_file_paste_menu' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:3774:48: style: Function '_e_fm2_file_symlink_menu' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:436:67: note: Function '_e_fm2_file_symlink_menu' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:3774:48: note: Function '_e_fm2_file_symlink_menu' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:3774:77: style: Function '_e_fm2_file_symlink_menu' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:436:83: note: Function '_e_fm2_file_symlink_menu' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:3774:77: note: Function '_e_fm2_file_symlink_menu' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:6516:63: style: Function '_e_fm2_cb_dnd_leave' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:331:78: note: Function '_e_fm2_cb_dnd_leave' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:6516:63: note: Function '_e_fm2_cb_dnd_leave' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:7355:47: style: Function '_e_fm2_cb_icon_mouse_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:333:66: note: Function '_e_fm2_cb_icon_mouse_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:7355:47: note: Function '_e_fm2_cb_icon_mouse_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:7355:77: style: Function '_e_fm2_cb_icon_mouse_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:333:82: note: Function '_e_fm2_cb_icon_mouse_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:7355:77: note: Function '_e_fm2_cb_icon_mouse_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:7412:45: style: Function '_e_fm2_cb_icon_mouse_up' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:334:64: note: Function '_e_fm2_cb_icon_mouse_up' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:7412:45: note: Function '_e_fm2_cb_icon_mouse_up' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:7412:75: style: Function '_e_fm2_cb_icon_mouse_up' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:334:80: note: Function '_e_fm2_cb_icon_mouse_up' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:7412:75: note: Function '_e_fm2_cb_icon_mouse_up' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:7574:45: style: Function '_e_fm2_cb_icon_mouse_in' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:336:64: note: Function '_e_fm2_cb_icon_mouse_in' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:7574:45: note: Function '_e_fm2_cb_icon_mouse_in' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:7574:75: style: Function '_e_fm2_cb_icon_mouse_in' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:336:80: note: Function '_e_fm2_cb_icon_mouse_in' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:7574:75: note: Function '_e_fm2_cb_icon_mouse_in' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:7588:46: style: Function '_e_fm2_cb_icon_mouse_out' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:337:65: note: Function '_e_fm2_cb_icon_mouse_out' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:7588:46: note: Function '_e_fm2_cb_icon_mouse_out' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:7588:76: style: Function '_e_fm2_cb_icon_mouse_out' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:337:81: note: Function '_e_fm2_cb_icon_mouse_out' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:7588:76: note: Function '_e_fm2_cb_icon_mouse_out' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:7601:65: style: Function '_e_fm2_cb_icon_mouse_move' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:335:82: note: Function '_e_fm2_cb_icon_mouse_move' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:7601:65: note: Function '_e_fm2_cb_icon_mouse_move' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:7776:77: style: Function '_e_fm2_cb_icon_thumb_dnd_gen' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:338:87: note: Function '_e_fm2_cb_icon_thumb_dnd_gen' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:7776:77: note: Function '_e_fm2_cb_icon_thumb_dnd_gen' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:7798:73: style: Function '_e_fm2_cb_icon_thumb_gen' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:339:83: note: Function '_e_fm2_cb_icon_thumb_gen' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:7798:73: note: Function '_e_fm2_cb_icon_thumb_gen' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:7849:40: style: Function '_e_fm2_cb_key_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:340:59: note: Function '_e_fm2_cb_key_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:7849:40: note: Function '_e_fm2_cb_key_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:8053:42: style: Function '_e_fm2_cb_mouse_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:341:61: note: Function '_e_fm2_cb_mouse_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:8053:42: note: Function '_e_fm2_cb_mouse_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:8053:72: style: Function '_e_fm2_cb_mouse_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:341:77: note: Function '_e_fm2_cb_mouse_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:8053:72: note: Function '_e_fm2_cb_mouse_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:8121:40: style: Function '_e_fm2_cb_mouse_up' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:342:59: note: Function '_e_fm2_cb_mouse_up' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:8121:40: note: Function '_e_fm2_cb_mouse_up' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:8121:70: style: Function '_e_fm2_cb_mouse_up' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:342:75: note: Function '_e_fm2_cb_mouse_up' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:8121:70: note: Function '_e_fm2_cb_mouse_up' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:8121:100: style: Function '_e_fm2_cb_mouse_up' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:342:86: note: Function '_e_fm2_cb_mouse_up' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:8121:100: note: Function '_e_fm2_cb_mouse_up' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:8134:42: style: Function '_e_fm2_cb_mouse_move' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:343:61: note: Function '_e_fm2_cb_mouse_move' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:8134:42: note: Function '_e_fm2_cb_mouse_move' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:8134:72: style: Function '_e_fm2_cb_mouse_move' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:343:77: note: Function '_e_fm2_cb_mouse_move' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:8134:72: note: Function '_e_fm2_cb_mouse_move' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:8544:31: style: Function '_e_fm2_smart_add' argument 1 names different: declaration 'object' definition 'obj'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:353:52: note: Function '_e_fm2_smart_add' argument 1 names different: declaration 'object' definition 'obj'.
enlightenment-0.22.3/src/bin/e_fm.c:8544:31: note: Function '_e_fm2_smart_add' argument 1 names different: declaration 'object' definition 'obj'.
enlightenment-0.22.3/src/bin/e_fm.c:8612:31: style: Function '_e_fm2_smart_del' argument 1 names different: declaration 'object' definition 'obj'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:354:52: note: Function '_e_fm2_smart_del' argument 1 names different: declaration 'object' definition 'obj'.
enlightenment-0.22.3/src/bin/e_fm.c:8612:31: note: Function '_e_fm2_smart_del' argument 1 names different: declaration 'object' definition 'obj'.
enlightenment-0.22.3/src/bin/e_fm.c:8686:32: style: Function '_e_fm2_smart_move' argument 1 names different: declaration 'object' definition 'obj'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:355:53: note: Function '_e_fm2_smart_move' argument 1 names different: declaration 'object' definition 'obj'.
enlightenment-0.22.3/src/bin/e_fm.c:8686:32: note: Function '_e_fm2_smart_move' argument 1 names different: declaration 'object' definition 'obj'.
enlightenment-0.22.3/src/bin/e_fm.c:8706:34: style: Function '_e_fm2_smart_resize' argument 1 names different: declaration 'object' definition 'obj'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:356:55: note: Function '_e_fm2_smart_resize' argument 1 names different: declaration 'object' definition 'obj'.
enlightenment-0.22.3/src/bin/e_fm.c:8706:34: note: Function '_e_fm2_smart_resize' argument 1 names different: declaration 'object' definition 'obj'.
enlightenment-0.22.3/src/bin/e_fm.c:8756:32: style: Function '_e_fm2_smart_show' argument 1 names different: declaration 'object' definition 'obj'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:357:53: note: Function '_e_fm2_smart_show' argument 1 names different: declaration 'object' definition 'obj'.
enlightenment-0.22.3/src/bin/e_fm.c:8756:32: note: Function '_e_fm2_smart_show' argument 1 names different: declaration 'object' definition 'obj'.
enlightenment-0.22.3/src/bin/e_fm.c:8766:32: style: Function '_e_fm2_smart_hide' argument 1 names different: declaration 'object' definition 'obj'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:358:53: note: Function '_e_fm2_smart_hide' argument 1 names different: declaration 'object' definition 'obj'.
enlightenment-0.22.3/src/bin/e_fm.c:8766:32: note: Function '_e_fm2_smart_hide' argument 1 names different: declaration 'object' definition 'obj'.
enlightenment-0.22.3/src/bin/e_fm.c:9067:43: style: Function '_e_fm2_menu_post_cb' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:364:62: note: Function '_e_fm2_menu_post_cb' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:9067:43: note: Function '_e_fm2_menu_post_cb' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:9403:85: style: Function '_e_fm2_context_menu_append' argument 3 names different: declaration 'l' definition 'list'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:461:106: note: Function '_e_fm2_context_menu_append' argument 3 names different: declaration 'l' definition 'list'.
enlightenment-0.22.3/src/bin/e_fm.c:9403:85: note: Function '_e_fm2_context_menu_append' argument 3 names different: declaration 'l' definition 'list'.
enlightenment-0.22.3/src/bin/e_fm.c:9456:48: style: Function '_e_fm2_icon_menu_post_cb' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:366:67: note: Function '_e_fm2_icon_menu_post_cb' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:9456:48: note: Function '_e_fm2_icon_menu_post_cb' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:9468:48: style: Function '_e_fm2_icon_menu_item_cb' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:367:67: note: Function '_e_fm2_icon_menu_item_cb' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:9468:48: note: Function '_e_fm2_icon_menu_item_cb' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:9468:77: style: Function '_e_fm2_icon_menu_item_cb' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:367:83: note: Function '_e_fm2_icon_menu_item_cb' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:9468:77: note: Function '_e_fm2_icon_menu_item_cb' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:9666:47: style: Function '_e_fm2_icon_view_menu_pre' argument 2 names different: declaration 'm' definition 'subm'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:368:68: note: Function '_e_fm2_icon_view_menu_pre' argument 2 names different: declaration 'm' definition 'subm'.
enlightenment-0.22.3/src/bin/e_fm.c:9666:47: note: Function '_e_fm2_icon_view_menu_pre' argument 2 names different: declaration 'm' definition 'subm'.
enlightenment-0.22.3/src/bin/e_fm.c:9829:39: style: Function '_e_fm2_new_file' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:480:49: note: Function '_e_fm2_new_file' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:9829:39: note: Function '_e_fm2_new_file' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:9829:68: style: Function '_e_fm2_new_file' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:480:65: note: Function '_e_fm2_new_file' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:9829:68: note: Function '_e_fm2_new_file' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:9850:44: style: Function '_e_fm2_new_directory' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:387:63: note: Function '_e_fm2_new_directory' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:9850:44: note: Function '_e_fm2_new_directory' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:9850:73: style: Function '_e_fm2_new_directory' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:387:79: note: Function '_e_fm2_new_directory' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:9850:73: note: Function '_e_fm2_new_directory' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:9871:41: style: Function '_e_fm2_add_menu_pre' argument 2 names different: declaration 'm' definition 'subm'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:370:62: note: Function '_e_fm2_add_menu_pre' argument 2 names different: declaration 'm' definition 'subm'.
enlightenment-0.22.3/src/bin/e_fm.c:9871:41: note: Function '_e_fm2_add_menu_pre' argument 2 names different: declaration 'm' definition 'subm'.
enlightenment-0.22.3/src/bin/e_fm.c:9903:45: style: Function '_e_fm2_options_menu_pre' argument 2 names different: declaration 'm' definition 'subm'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:369:66: note: Function '_e_fm2_options_menu_pre' argument 2 names different: declaration 'm' definition 'subm'.
enlightenment-0.22.3/src/bin/e_fm.c:9903:45: note: Function '_e_fm2_options_menu_pre' argument 2 names different: declaration 'm' definition 'subm'.
enlightenment-0.22.3/src/bin/e_fm.c:10044:42: style: Function '_e_fm2_view_menu_pre' argument 2 names different: declaration 'm' definition 'subm'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:372:63: note: Function '_e_fm2_view_menu_pre' argument 2 names different: declaration 'm' definition 'subm'.
enlightenment-0.22.3/src/bin/e_fm.c:10044:42: note: Function '_e_fm2_view_menu_pre' argument 2 names different: declaration 'm' definition 'subm'.
enlightenment-0.22.3/src/bin/e_fm.c:10279:58: style: Function '_e_fm2_view_menu_set_background_cb' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:377:77: note: Function '_e_fm2_view_menu_set_background_cb' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:10279:58: note: Function '_e_fm2_view_menu_set_background_cb' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:10279:87: style: Function '_e_fm2_view_menu_set_background_cb' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:377:93: note: Function '_e_fm2_view_menu_set_background_cb' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:10279:87: note: Function '_e_fm2_view_menu_set_background_cb' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:10307:55: style: Function '_e_fm2_view_menu_set_overlay_cb' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:378:74: note: Function '_e_fm2_view_menu_set_overlay_cb' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:10307:55: note: Function '_e_fm2_view_menu_set_overlay_cb' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:10307:84: style: Function '_e_fm2_view_menu_set_overlay_cb' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:378:90: note: Function '_e_fm2_view_menu_set_overlay_cb' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:10307:84: note: Function '_e_fm2_view_menu_set_overlay_cb' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:10317:38: style: Function '_e_fm2_refresh' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:381:57: note: Function '_e_fm2_refresh' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:10317:38: note: Function '_e_fm2_refresh' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:10317:67: style: Function '_e_fm2_refresh' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:381:73: note: Function '_e_fm2_refresh' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:10317:67: note: Function '_e_fm2_refresh' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:10342:47: style: Function '_e_fm2_toggle_secure_rm' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:384:66: note: Function '_e_fm2_toggle_secure_rm' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:10342:47: note: Function '_e_fm2_toggle_secure_rm' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:10342:76: style: Function '_e_fm2_toggle_secure_rm' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:384:82: note: Function '_e_fm2_toggle_secure_rm' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:10342:76: note: Function '_e_fm2_toggle_secure_rm' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:10350:50: style: Function '_e_fm2_toggle_single_click' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:383:69: note: Function '_e_fm2_toggle_single_click' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:10350:50: note: Function '_e_fm2_toggle_single_click' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:10350:79: style: Function '_e_fm2_toggle_single_click' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:383:85: note: Function '_e_fm2_toggle_single_click' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:10350:79: note: Function '_e_fm2_toggle_single_click' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:10395:42: style: Function '_e_fm2_file_rename' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:388:61: note: Function '_e_fm2_file_rename' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:10395:42: note: Function '_e_fm2_file_rename' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:10395:71: style: Function '_e_fm2_file_rename' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:388:77: note: Function '_e_fm2_file_rename' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:10395:71: note: Function '_e_fm2_file_rename' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:10488:58: style: Function '_e_fm2_icon_entry_widget_cb_key_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:399:77: note: Function '_e_fm2_icon_entry_widget_cb_key_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:10488:58: note: Function '_e_fm2_icon_entry_widget_cb_key_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:10488:88: style: Function '_e_fm2_icon_entry_widget_cb_key_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:399:93: note: Function '_e_fm2_icon_entry_widget_cb_key_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:10488:88: note: Function '_e_fm2_icon_entry_widget_cb_key_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:10628:39: style: Function '_e_fm_retry_abort_retry_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:403:55: note: Function '_e_fm_retry_abort_retry_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:10628:39: note: Function '_e_fm_retry_abort_retry_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:10637:39: style: Function '_e_fm_retry_abort_abort_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:404:55: note: Function '_e_fm_retry_abort_abort_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:10637:39: note: Function '_e_fm_retry_abort_abort_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:10690:34: style: Function '_e_fm_overwrite_no_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:407:50: note: Function '_e_fm_overwrite_no_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:10690:34: note: Function '_e_fm_overwrite_no_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:10699:38: style: Function '_e_fm_overwrite_no_all_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:408:54: note: Function '_e_fm_overwrite_no_all_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:10699:38: note: Function '_e_fm_overwrite_no_all_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:10756:35: style: Function '_e_fm_overwrite_rename' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:409:51: note: Function '_e_fm_overwrite_rename' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:10756:35: note: Function '_e_fm_overwrite_rename' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:10783:35: style: Function '_e_fm_overwrite_yes_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:410:51: note: Function '_e_fm_overwrite_yes_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:10783:35: note: Function '_e_fm_overwrite_yes_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:10792:39: style: Function '_e_fm_overwrite_yes_all_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:411:55: note: Function '_e_fm_overwrite_yes_all_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:10792:39: note: Function '_e_fm_overwrite_yes_all_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:10858:33: style: Function '_e_fm_error_retry_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:414:49: note: Function '_e_fm_error_retry_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:10858:33: note: Function '_e_fm_error_retry_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:10867:33: style: Function '_e_fm_error_abort_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:415:49: note: Function '_e_fm_error_abort_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:10867:33: note: Function '_e_fm_error_abort_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:10917:39: style: Function '_e_fm_error_ignore_this_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:417:55: note: Function '_e_fm_error_ignore_this_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:10917:39: note: Function '_e_fm_error_ignore_this_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:10926:38: style: Function '_e_fm_error_ignore_all_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:418:54: note: Function '_e_fm_error_ignore_all_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:10926:38: note: Function '_e_fm_error_ignore_all_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:10977:46: style: Function '_e_fm2_file_properties' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:393:65: note: Function '_e_fm2_file_properties' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:10977:46: note: Function '_e_fm2_file_properties' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:10977:75: style: Function '_e_fm2_file_properties' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:393:81: note: Function '_e_fm2_file_properties' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:10977:75: note: Function '_e_fm2_file_properties' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:11000:47: style: Function '_e_fm2_file_delete_menu' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:423:66: note: Function '_e_fm2_file_delete_menu' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:11000:47: note: Function '_e_fm2_file_delete_menu' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:11000:76: style: Function '_e_fm2_file_delete_menu' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:423:82: note: Function '_e_fm2_file_delete_menu' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:11000:76: note: Function '_e_fm2_file_delete_menu' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:11480:43: style: Function '_e_fm2_volume_mount' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:466:62: note: Function '_e_fm2_volume_mount' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:11480:43: note: Function '_e_fm2_volume_mount' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:11480:72: style: Function '_e_fm2_volume_mount' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:466:78: note: Function '_e_fm2_volume_mount' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:11480:72: note: Function '_e_fm2_volume_mount' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:11494:45: style: Function '_e_fm2_volume_unmount' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:467:64: note: Function '_e_fm2_volume_unmount' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:11494:45: note: Function '_e_fm2_volume_unmount' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:11494:74: style: Function '_e_fm2_volume_unmount' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:467:80: note: Function '_e_fm2_volume_unmount' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:11494:74: note: Function '_e_fm2_volume_unmount' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:11506:43: style: Function '_e_fm2_volume_eject' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:468:62: note: Function '_e_fm2_volume_eject' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:11506:43: note: Function '_e_fm2_volume_eject' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:11506:72: style: Function '_e_fm2_volume_eject' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.c:468:78: note: Function '_e_fm2_volume_eject' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:11506:72: note: Function '_e_fm2_volume_eject' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm.c:11666:36: style: Function 'e_fm2_overlay_clip_to' argument 1 names different: declaration 'fm' definition 'obj'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.h:203:59: note: Function 'e_fm2_overlay_clip_to' argument 1 names different: declaration 'fm' definition 'obj'.
enlightenment-0.22.3/src/bin/e_fm.c:11666:36: note: Function 'e_fm2_overlay_clip_to' argument 1 names different: declaration 'fm' definition 'obj'.
enlightenment-0.22.3/src/bin/e_fm.c:11777:30: style: Function 'e_fm2_drop_menu' argument 1 names different: declaration 'e_fm' definition 'obj'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm.h:214:53: note: Function 'e_fm2_drop_menu' argument 1 names different: declaration 'e_fm' definition 'obj'.
enlightenment-0.22.3/src/bin/e_fm.c:11777:30: note: Function 'e_fm2_drop_menu' argument 1 names different: declaration 'e_fm' definition 'obj'.
enlightenment-0.22.3/src/bin/e_fm.c:2634:8: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
enlightenment-0.22.3/src/bin/e_fm.c:2653:8: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
enlightenment-0.22.3/src/bin/e_fm.c:2680:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
enlightenment-0.22.3/src/bin/e_fm.c:5898:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
enlightenment-0.22.3/src/bin/e_fm.c:5906:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
enlightenment-0.22.3/src/bin/e_fm.c:6539:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
enlightenment-0.22.3/src/bin/e_fm/e_fm_ipc.c:809:59: warning: Possible null pointer dereference: data [nullPointer]
enlightenment-0.22.3/src/bin/e_fm/e_fm_ipc.c:512:54: note: Calling function '_e_fm_ipc_slave_send', 3rd argument 'data' value is 0
enlightenment-0.22.3/src/bin/e_fm/e_fm_ipc.c:809:59: note: Null pointer dereference
enlightenment-0.22.3/src/bin/e_fm/e_fm_ipc.c:1157:4: style: Variable 'fop' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/bin/e_fm/e_fm_ipc.c:1144:0: note: Variable 'fop' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_fm/e_fm_ipc.c:1157:4: note: Variable 'fop' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_fm/e_fm_ipc.c:235:16: style: The scope of the variable 's' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm/e_fm_ipc.c:466:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm/e_fm_ipc.c:466:32: style: The scope of the variable 'dir' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm/e_fm_ipc.c:628:28: style: The scope of the variable 'mountpoint' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm/e_fm_ipc.c:1151:15: style: The scope of the variable 'lt' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm/e_fm_ipc.c:1226:9: style: The scope of the variable 'buffer' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm/e_fm_ipc.c:1243:18: style: The scope of the variable 'len' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm/e_fm_ipc.c:188:36: style: Function '_e_fm_ipc_cb_server_add' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm/e_fm_ipc.c:123:50: note: Function '_e_fm_ipc_cb_server_add' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm/e_fm_ipc.c:188:36: note: Function '_e_fm_ipc_cb_server_add' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm/e_fm_ipc.c:188:58: style: Function '_e_fm_ipc_cb_server_add' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm/e_fm_ipc.c:123:60: note: Function '_e_fm_ipc_cb_server_add' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm/e_fm_ipc.c:188:58: note: Function '_e_fm_ipc_cb_server_add' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm/e_fm_ipc.c:201:36: style: Function '_e_fm_ipc_cb_server_del' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm/e_fm_ipc.c:124:50: note: Function '_e_fm_ipc_cb_server_del' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm/e_fm_ipc.c:201:36: note: Function '_e_fm_ipc_cb_server_del' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm/e_fm_ipc.c:201:58: style: Function '_e_fm_ipc_cb_server_del' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm/e_fm_ipc.c:124:60: note: Function '_e_fm_ipc_cb_server_del' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm/e_fm_ipc.c:201:58: note: Function '_e_fm_ipc_cb_server_del' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm/e_fm_ipc.c:201:83: style: Function '_e_fm_ipc_cb_server_del' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm/e_fm_ipc.c:124:72: note: Function '_e_fm_ipc_cb_server_del' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm/e_fm_ipc.c:201:83: note: Function '_e_fm_ipc_cb_server_del' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm/e_fm_ipc.c:483:70: style: Function '_e_fm_ipc_mkdir' argument 4 names different: declaration 'rel_to' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm/e_fm_ipc.c:134:82: note: Function '_e_fm_ipc_mkdir' argument 4 names different: declaration 'rel_to' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm/e_fm_ipc.c:483:70: note: Function '_e_fm_ipc_mkdir' argument 4 names different: declaration 'rel_to' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm/e_fm_ipc.c:538:37: style: Function '_e_fm_ipc_cb_server_data' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm/e_fm_ipc.c:125:51: note: Function '_e_fm_ipc_cb_server_data' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm/e_fm_ipc.c:538:37: note: Function '_e_fm_ipc_cb_server_data' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm/e_fm_ipc.c:538:59: style: Function '_e_fm_ipc_cb_server_data' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm/e_fm_ipc.c:125:61: note: Function '_e_fm_ipc_cb_server_data' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm/e_fm_ipc.c:538:59: note: Function '_e_fm_ipc_cb_server_data' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm/e_fm_ipc.c:819:46: style: Function '_e_fm_ipc_slave_data_cb' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm/e_fm_ipc.h:8:51: note: Function '_e_fm_ipc_slave_data_cb' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm/e_fm_ipc.c:819:46: note: Function '_e_fm_ipc_slave_data_cb' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm/e_fm_ipc.c:874:47: style: Function '_e_fm_ipc_slave_error_cb' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm/e_fm_ipc.h:9:52: note: Function '_e_fm_ipc_slave_error_cb' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm/e_fm_ipc.c:874:47: note: Function '_e_fm_ipc_slave_error_cb' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm/e_fm_ipc.c:892:45: style: Function '_e_fm_ipc_slave_del_cb' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm/e_fm_ipc.h:10:50: note: Function '_e_fm_ipc_slave_del_cb' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm/e_fm_ipc.c:892:45: note: Function '_e_fm_ipc_slave_del_cb' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm/e_fm_ipc.c:914:38: style: Function '_e_fm_ipc_cb_file_monitor' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm/e_fm_ipc.c:143:52: note: Function '_e_fm_ipc_cb_file_monitor' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm/e_fm_ipc.c:914:38: note: Function '_e_fm_ipc_cb_file_monitor' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm/e_fm_ipc.c:914:74: style: Function '_e_fm_ipc_cb_file_monitor' argument 2 names different: declaration 'em' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm/e_fm_ipc.c:143:78: note: Function '_e_fm_ipc_cb_file_monitor' argument 2 names different: declaration 'em' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm/e_fm_ipc.c:914:74: note: Function '_e_fm_ipc_cb_file_monitor' argument 2 names different: declaration 'em' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_eeze.c:624:4: style: Variable 'ev' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_eeze.c:622:0: note: Variable 'ev' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_eeze.c:624:4: note: Variable 'ev' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_eeze.c:383:30: style: The scope of the variable 'size' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_eeze.c:655:15: style: The scope of the variable 'count' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_eeze.c:837:17: style: The scope of the variable 'size' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_eeze.c:837:23: style: The scope of the variable 'sector_size' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_eeze.c:172:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_eeze.c:250:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_eeze.c:303:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_udisks.c:550:37: style: The scope of the variable 'buf' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_udisks.c:1006:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_udisks.c:79:41: style: Function '_e_fm_main_udisks_cb_dev_all' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_udisks.c:24:48: note: Function '_e_fm_main_udisks_cb_dev_all' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_udisks.c:79:41: note: Function '_e_fm_main_udisks_cb_dev_all' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_udisks.c:80:54: style: Function '_e_fm_main_udisks_cb_dev_all' argument 3 names different: declaration 'pending' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_udisks.c:25:58: note: Function '_e_fm_main_udisks_cb_dev_all' argument 3 names different: declaration 'pending' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_udisks.c:80:54: note: Function '_e_fm_main_udisks_cb_dev_all' argument 3 names different: declaration 'pending' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_udisks.c:113:57: style: Function '_e_fm_main_udisks_cb_dev_verify' argument 3 names different: declaration 'pending' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_udisks.c:27:61: note: Function '_e_fm_main_udisks_cb_dev_verify' argument 3 names different: declaration 'pending' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_udisks.c:113:57: note: Function '_e_fm_main_udisks_cb_dev_verify' argument 3 names different: declaration 'pending' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_udisks.c:201:41: style: Function '_e_fm_main_udisks_cb_dev_add' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_udisks.c:28:48: note: Function '_e_fm_main_udisks_cb_dev_add' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_udisks.c:201:41: note: Function '_e_fm_main_udisks_cb_dev_add' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_udisks.c:226:41: style: Function '_e_fm_main_udisks_cb_dev_del' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_udisks.c:29:48: note: Function '_e_fm_main_udisks_cb_dev_del' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_udisks.c:226:41: note: Function '_e_fm_main_udisks_cb_dev_del' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_udisks.c:245:62: style: Function '_e_fm_main_udisks_cb_prop_modified' argument 2 names different: declaration 'msg' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_udisks.c:30:82: note: Function '_e_fm_main_udisks_cb_prop_modified' argument 2 names different: declaration 'msg' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_udisks.c:245:62: note: Function '_e_fm_main_udisks_cb_prop_modified' argument 2 names different: declaration 'msg' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_udisks.c:261:57: style: Function '_e_fm_main_udisks_cb_store_prop' argument 3 names different: declaration 'pending' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_udisks.c:32:61: note: Function '_e_fm_main_udisks_cb_store_prop' argument 3 names different: declaration 'pending' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_udisks.c:261:57: note: Function '_e_fm_main_udisks_cb_store_prop' argument 3 names different: declaration 'pending' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_udisks.c:410:55: style: Function '_e_fm_main_udisks_cb_vol_prop' argument 3 names different: declaration 'pending' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_udisks.c:34:59: note: Function '_e_fm_main_udisks_cb_vol_prop' argument 3 names different: declaration 'pending' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_udisks.c:410:55: note: Function '_e_fm_main_udisks_cb_vol_prop' argument 3 names different: declaration 'pending' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_udisks.c:881:42: style: Function '_e_fm_main_udisks_volume_add' argument 1 names different: declaration 'udi' definition 'path'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_udisks.h:4:52: note: Function '_e_fm_main_udisks_volume_add' argument 1 names different: declaration 'udi' definition 'path'.
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_udisks.c:881:42: note: Function '_e_fm_main_udisks_volume_add' argument 1 names different: declaration 'udi' definition 'path'.
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_udisks.c:908:42: style: Function '_e_fm_main_udisks_volume_del' argument 1 names different: declaration 'udi' definition 'path'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_udisks.h:5:47: note: Function '_e_fm_main_udisks_volume_del' argument 1 names different: declaration 'udi' definition 'path'.
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_udisks.c:908:42: note: Function '_e_fm_main_udisks_volume_del' argument 1 names different: declaration 'udi' definition 'path'.
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_udisks.c:1088:43: style: Function '_e_fm_main_udisks_storage_add' argument 1 names different: declaration 'udi' definition 'path'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_udisks.h:12:54: note: Function '_e_fm_main_udisks_storage_add' argument 1 names different: declaration 'udi' definition 'path'.
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_udisks.c:1088:43: note: Function '_e_fm_main_udisks_storage_add' argument 1 names different: declaration 'udi' definition 'path'.
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_udisks.c:1108:43: style: Function '_e_fm_main_udisks_storage_del' argument 1 names different: declaration 'udi' definition 'path'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_udisks.h:13:48: note: Function '_e_fm_main_udisks_storage_del' argument 1 names different: declaration 'udi' definition 'path'.
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_udisks.c:1108:43: note: Function '_e_fm_main_udisks_storage_del' argument 1 names different: declaration 'udi' definition 'path'.
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_udisks.c:698:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_udisks.c:749:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_udisks.c:872:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_udisks2.c:632:13: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_udisks2.c:630:8: note: outer condition: !s
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_udisks2.c:632:13: note: identical inner condition: !s
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_udisks2.c:632:13: style: Condition '!s' is always true [knownConditionTrueFalse]
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_udisks2.c:630:8: note: Assuming that condition '!s' is not redundant
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_udisks2.c:632:13: note: Condition '!s' is always true
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_udisks2.c:502:14: style: The scope of the variable 'v' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_udisks2.c:911:9: style: The scope of the variable 'opt_txt' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_udisks2.c:912:9: style: The scope of the variable 'fs_txt' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_udisks2.c:369:42: style: Function '_e_fm_main_udisks2_cb_dev_all' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_udisks2.c:41:49: note: Function '_e_fm_main_udisks2_cb_dev_all' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_udisks2.c:369:42: note: Function '_e_fm_main_udisks2_cb_dev_all' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_udisks2.c:370:54: style: Function '_e_fm_main_udisks2_cb_dev_all' argument 3 names different: declaration 'pending' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_udisks2.c:42:58: note: Function '_e_fm_main_udisks2_cb_dev_all' argument 3 names different: declaration 'pending' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_udisks2.c:370:54: note: Function '_e_fm_main_udisks2_cb_dev_all' argument 3 names different: declaration 'pending' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_udisks2.c:420:42: style: Function '_e_fm_main_udisks2_cb_dev_add' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_udisks2.c:43:49: note: Function '_e_fm_main_udisks2_cb_dev_add' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_udisks2.c:420:42: note: Function '_e_fm_main_udisks2_cb_dev_add' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_udisks2.c:498:42: style: Function '_e_fm_main_udisks2_cb_dev_del' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_udisks2.c:44:49: note: Function '_e_fm_main_udisks2_cb_dev_del' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_udisks2.c:498:42: note: Function '_e_fm_main_udisks2_cb_dev_del' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_udisks2.c:536:102: style: Function '_e_fm_main_udisks2_cb_storage_prop_modified' argument 3 names different: declaration 'p' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_udisks2.c:53:112: note: Function '_e_fm_main_udisks2_cb_storage_prop_modified' argument 3 names different: declaration 'p' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_udisks2.c:536:102: note: Function '_e_fm_main_udisks2_cb_storage_prop_modified' argument 3 names different: declaration 'p' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_udisks2.c:1044:43: style: Function '_e_fm_main_udisks2_volume_add' argument 1 names different: declaration 'udi' definition 'path'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_udisks2.h:4:53: note: Function '_e_fm_main_udisks2_volume_add' argument 1 names different: declaration 'udi' definition 'path'.
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_udisks2.c:1044:43: note: Function '_e_fm_main_udisks2_volume_add' argument 1 names different: declaration 'udi' definition 'path'.
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_udisks2.c:1067:43: style: Function '_e_fm_main_udisks2_volume_del' argument 1 names different: declaration 'udi' definition 'path'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_udisks2.h:5:48: note: Function '_e_fm_main_udisks2_volume_del' argument 1 names different: declaration 'udi' definition 'path'.
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_udisks2.c:1067:43: note: Function '_e_fm_main_udisks2_volume_del' argument 1 names different: declaration 'udi' definition 'path'.
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_udisks2.c:1228:44: style: Function '_e_fm_main_udisks2_storage_add' argument 1 names different: declaration 'udi' definition 'path'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_udisks2.h:12:55: note: Function '_e_fm_main_udisks2_storage_add' argument 1 names different: declaration 'udi' definition 'path'.
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_udisks2.c:1228:44: note: Function '_e_fm_main_udisks2_storage_add' argument 1 names different: declaration 'udi' definition 'path'.
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_udisks2.c:1245:44: style: Function '_e_fm_main_udisks2_storage_del' argument 1 names different: declaration 'udi' definition 'path'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_udisks2.h:13:49: note: Function '_e_fm_main_udisks2_storage_del' argument 1 names different: declaration 'udi' definition 'path'.
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_udisks2.c:1245:44: note: Function '_e_fm_main_udisks2_storage_del' argument 1 names different: declaration 'udi' definition 'path'.
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_udisks2.c:783:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_udisks2.c:830:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
enlightenment-0.22.3/src/bin/e_fm/e_fm_main_udisks2.c:960:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
enlightenment-0.22.3/src/bin/e_fm_custom.c:195:22: style: The scope of the variable 'l' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm_custom.c:196:23: style: The scope of the variable 'cf2' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm_custom.c:197:16: style: The scope of the variable 'key' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm_custom.c:224:22: style: The scope of the variable 'l' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm_custom.c:225:16: style: The scope of the variable 'key' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm_custom.c:365:28: style: The scope of the variable 'cf' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm_custom.c:367:13: style: The scope of the variable 'i' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm_custom.c:284:60: style: Function '_e_fm2_custom_file_hash_foreach_list' argument 1 names different: declaration 'hash' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm_custom.c:3:73: note: Function '_e_fm2_custom_file_hash_foreach_list' argument 1 names different: declaration 'hash' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm_custom.c:284:60: note: Function '_e_fm2_custom_file_hash_foreach_list' argument 1 names different: declaration 'hash' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm_custom.c:284:101: style: Function '_e_fm2_custom_file_hash_foreach_list' argument 3 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm_custom.c:3:102: note: Function '_e_fm2_custom_file_hash_foreach_list' argument 3 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm_custom.c:284:101: note: Function '_e_fm2_custom_file_hash_foreach_list' argument 3 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm_custom.c:334:55: style: Function '_e_fm2_custom_file_hash_foreach' argument 1 names different: declaration 'hash' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm_custom.c:7:68: note: Function '_e_fm2_custom_file_hash_foreach' argument 1 names different: declaration 'hash' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm_custom.c:334:55: note: Function '_e_fm2_custom_file_hash_foreach' argument 1 names different: declaration 'hash' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm_custom.c:334:84: style: Function '_e_fm2_custom_file_hash_foreach' argument 2 names different: declaration 'key' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm_custom.c:7:86: note: Function '_e_fm2_custom_file_hash_foreach' argument 2 names different: declaration 'key' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm_custom.c:334:84: note: Function '_e_fm2_custom_file_hash_foreach' argument 2 names different: declaration 'key' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm_custom.c:334:121: style: Function '_e_fm2_custom_file_hash_foreach' argument 4 names different: declaration 'fdata' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm_custom.c:7:109: note: Function '_e_fm2_custom_file_hash_foreach' argument 4 names different: declaration 'fdata' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm_custom.c:334:121: note: Function '_e_fm2_custom_file_hash_foreach' argument 4 names different: declaration 'fdata' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm_custom.c:341:60: style: Function '_e_fm2_custom_file_hash_foreach_save' argument 1 names different: declaration 'hash' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm_custom.c:8:73: note: Function '_e_fm2_custom_file_hash_foreach_save' argument 1 names different: declaration 'hash' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm_custom.c:341:60: note: Function '_e_fm2_custom_file_hash_foreach_save' argument 1 names different: declaration 'hash' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm_custom.c:435:45: style: Function '_e_fm2_custom_file_cb_defer_save' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm_custom.c:12:58: note: Function '_e_fm2_custom_file_cb_defer_save' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm_custom.c:435:45: note: Function '_e_fm2_custom_file_cb_defer_save' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm_device.c:315:24: style: The scope of the variable 'buf2' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm_device.c:211:35: style: Function 'e_fm2_device_volume_add' argument 1 names different: declaration 's' definition 'v'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm_device.h:11:54: note: Function 'e_fm2_device_volume_add' argument 1 names different: declaration 's' definition 'v'.
enlightenment-0.22.3/src/bin/e_fm_device.c:211:35: note: Function 'e_fm2_device_volume_add' argument 1 names different: declaration 's' definition 'v'.
enlightenment-0.22.3/src/bin/e_fm_device.c:284:35: style: Function 'e_fm2_device_volume_del' argument 1 names different: declaration 's' definition 'v'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm_device.h:12:54: note: Function 'e_fm2_device_volume_del' argument 1 names different: declaration 's' definition 'v'.
enlightenment-0.22.3/src/bin/e_fm_device.c:284:35: note: Function 'e_fm2_device_volume_del' argument 1 names different: declaration 's' definition 'v'.
enlightenment-0.22.3/src/bin/e_fm_mime.c:197:70: style: Function 'e_fm2_mime_handler_glob_add' argument 2 names different: declaration 'glob' definition 'glob_'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm_mime.h:25:86: note: Function 'e_fm2_mime_handler_glob_add' argument 2 names different: declaration 'glob' definition 'glob_'.
enlightenment-0.22.3/src/bin/e_fm_mime.c:197:70: note: Function 'e_fm2_mime_handler_glob_add' argument 2 names different: declaration 'glob' definition 'glob_'.
enlightenment-0.22.3/src/bin/e_fm_mime.c:248:70: style: Function 'e_fm2_mime_handler_glob_del' argument 2 names different: declaration 'glob' definition 'glob_'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm_mime.h:31:81: note: Function 'e_fm2_mime_handler_glob_del' argument 2 names different: declaration 'glob' definition 'glob_'.
enlightenment-0.22.3/src/bin/e_fm_mime.c:248:70: note: Function 'e_fm2_mime_handler_glob_del' argument 2 names different: declaration 'glob' definition 'glob_'.
enlightenment-0.22.3/src/bin/e_fm_mime.c:282:50: style: Function 'e_fm2_mime_handler_glob_handlers_get' argument 1 names different: declaration 'glob' definition 'glob_'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm_mime.h:33:67: note: Function 'e_fm2_mime_handler_glob_handlers_get' argument 1 names different: declaration 'glob' definition 'glob_'.
enlightenment-0.22.3/src/bin/e_fm_mime.c:282:50: note: Function 'e_fm2_mime_handler_glob_handlers_get' argument 1 names different: declaration 'glob' definition 'glob_'.
enlightenment-0.22.3/src/bin/e_fm_mime.c:342:91: style: Function 'e_fm2_mime_handler_glob_handlers_call_all' argument 3 names different: declaration 'glob' definition 'glob_'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm_mime.h:29:102: note: Function 'e_fm2_mime_handler_glob_handlers_call_all' argument 3 names different: declaration 'glob' definition 'glob_'.
enlightenment-0.22.3/src/bin/e_fm_mime.c:342:91: note: Function 'e_fm2_mime_handler_glob_handlers_call_all' argument 3 names different: declaration 'glob' definition 'glob_'.
enlightenment-0.22.3/src/bin/e_fm_op.c:411:23: style: The scope of the variable 'task' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm_op.c:465:23: style: The scope of the variable 'data' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm_op.c:494:18: style: The scope of the variable 'ltask' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm_op.c:965:8: style: The scope of the variable 'len' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm_op.c:998:23: style: The scope of the variable 'data' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm_op.c:1112:15: style: The scope of the variable 'ppercent' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm_op.c:1113:8: style: The scope of the variable 'percent' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm_op.c:1114:18: style: The scope of the variable 'c_time' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm_op.c:1115:18: style: The scope of the variable 's_time' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm_op.c:1116:11: style: The scope of the variable 'eta' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm_op.c:1117:15: style: The scope of the variable 'peta' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm_op.c:1118:25: style: The scope of the variable 'ptask' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm_op.c:1511:20: style: The scope of the variable 'l' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_fm_op.c:520:32: style: Function '_e_fm_op_stdin_data' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm_op.c:81:48: note: Function '_e_fm_op_stdin_data' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm_op.c:520:32: note: Function '_e_fm_op_stdin_data' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm_op.c:729:32: style: Function '_e_fm_op_work_idler' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm_op.c:86:48: note: Function '_e_fm_op_work_idler' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm_op.c:729:32: note: Function '_e_fm_op_work_idler' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm_op.c:819:32: style: Function '_e_fm_op_scan_idler' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm_op.c:87:48: note: Function '_e_fm_op_scan_idler' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm_op.c:819:32: note: Function '_e_fm_op_scan_idler' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm_op.c:1057:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
enlightenment-0.22.3/src/bin/e_fm_op.c:1307:32: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
enlightenment-0.22.3/src/bin/e_fm_op.c:1314:27: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
enlightenment-0.22.3/src/bin/e_fm_op_registry.c:130:102: style: Function 'e_fm2_op_registry_entry_add' argument 4 names different: declaration 'abort' definition 'abrt'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm_op_registry.h:70:112: note: Function 'e_fm2_op_registry_entry_add' argument 4 names different: declaration 'abort' definition 'abrt'.
enlightenment-0.22.3/src/bin/e_fm_op_registry.c:130:102: note: Function 'e_fm2_op_registry_entry_add' argument 4 names different: declaration 'abort' definition 'abrt'.
enlightenment-0.22.3/src/bin/e_fm_prop.c:174:33: style: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm_prop.c:37:49: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm_prop.c:174:33: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm_prop.c:195:40: style: Function '_basic_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm_prop.c:38:56: note: Function '_basic_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm_prop.c:195:40: note: Function '_basic_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm_prop.c:651:39: style: Function '_cb_type' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm_prop.c:46:55: note: Function '_cb_type' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm_prop.c:651:39: note: Function '_cb_type' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm_prop.c:651:69: style: Function '_cb_type' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm_prop.c:46:66: note: Function '_cb_type' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm_prop.c:651:69: note: Function '_cb_type' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm_prop.c:663:49: style: Function '_cb_preview_update' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm_prop.c:47:65: note: Function '_cb_preview_update' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm_prop.c:663:49: note: Function '_cb_preview_update' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm_prop.c:663:79: style: Function '_cb_preview_update' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm_prop.c:47:76: note: Function '_cb_preview_update' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm_prop.c:663:79: note: Function '_cb_preview_update' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm_prop.c:674:43: style: Function '_cb_fsel_sel' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_fm_prop.c:48:59: note: Function '_cb_fsel_sel' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_fm_prop.c:674:43: note: Function '_cb_fsel_sel' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_focus.c:59:37: style: Function 'e_focus_event_mouse_up' argument 1 names different: declaration 'ec' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_focus.h:9:45: note: Function 'e_focus_event_mouse_up' argument 1 names different: declaration 'ec' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_focus.c:59:37: note: Function 'e_focus_event_mouse_up' argument 1 names different: declaration 'ec' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_focus.c:64:37: style: Function 'e_focus_event_focus_in' argument 1 names different: declaration 'ec' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_focus.h:10:45: note: Function 'e_focus_event_focus_in' argument 1 names different: declaration 'ec' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_focus.c:64:37: note: Function 'e_focus_event_focus_in' argument 1 names different: declaration 'ec' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_focus.c:69:38: style: Function 'e_focus_event_focus_out' argument 1 names different: declaration 'ec' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_focus.h:11:46: note: Function 'e_focus_event_focus_out' argument 1 names different: declaration 'ec' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_focus.c:69:38: note: Function 'e_focus_event_focus_out' argument 1 names different: declaration 'ec' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_font.c:31:21: style: The scope of the variable 'eff' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_font.c:32:14: style: The scope of the variable 'len' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_font.c:162:35: style: The scope of the variable 'temp' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_gadcon.c:4389:23: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
enlightenment-0.22.3/src/bin/e_gadcon.c:4384:16: note: outer condition: need>0
enlightenment-0.22.3/src/bin/e_gadcon.c:4389:23: note: opposite inner condition: need<=0
enlightenment-0.22.3/src/bin/e_gadcon.c:997:24: warning: Either the condition 'gc' is redundant or there is possible null pointer dereference: gc. [nullPointerRedundantCheck]
enlightenment-0.22.3/src/bin/e_gadcon.c:990:8: note: Assuming that condition 'gc' is not redundant
enlightenment-0.22.3/src/bin/e_gadcon.c:997:24: note: Null pointer dereference
enlightenment-0.22.3/src/bin/e_gadcon.c:3090:4: style: Variable 'gcc' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/bin/e_gadcon.c:3083:0: note: Variable 'gcc' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_gadcon.c:3090:4: note: Variable 'gcc' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_gadcon.c:602:21: style: The scope of the variable 'gcc' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_gadcon.c:1691:12: style: The scope of the variable 'mn' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_gadcon.c:1692:17: style: The scope of the variable 'mi' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_gadcon.c:1730:12: style: The scope of the variable 'mo' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_gadcon.c:1732:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_gadcon.c:3931:29: style: The scope of the variable 'lc' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_gadcon.c:4362:8: style: The scope of the variable 'needed' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_gadcon.c:4364:8: style: The scope of the variable 'max_size' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_gadcon.c:4794:33: style: The scope of the variable 'stop' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_gadcon.c:4880:33: style: The scope of the variable 'stop' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_gadcon.c:1057:68: style: Function 'e_gadcon_client_new' argument 3 names different: declaration 'id' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.h:321:95: note: Function 'e_gadcon_client_new' argument 3 names different: declaration 'id' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:1057:68: note: Function 'e_gadcon_client_new' argument 3 names different: declaration 'id' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:1471:52: style: Function 'e_gadcon_client_resizable_set' argument 1 names different: declaration 'gcc' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.h:334:78: note: Function 'e_gadcon_client_resizable_set' argument 1 names different: declaration 'gcc' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:1471:52: note: Function 'e_gadcon_client_resizable_set' argument 1 names different: declaration 'gcc' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:1471:79: style: Function 'e_gadcon_client_resizable_set' argument 2 names different: declaration 'resizable' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.h:334:87: note: Function 'e_gadcon_client_resizable_set' argument 2 names different: declaration 'resizable' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:1471:79: note: Function 'e_gadcon_client_resizable_set' argument 2 names different: declaration 'resizable' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:1728:93: style: Function 'e_gadcon_client_util_menu_items_append' argument 3 names different: declaration 'flags' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.h:339:117: note: Function 'e_gadcon_client_util_menu_items_append' argument 3 names different: declaration 'flags' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:1728:93: note: Function 'e_gadcon_client_util_menu_items_append' argument 3 names different: declaration 'flags' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:1917:68: style: Function 'e_gadcon_client_autoscroll_update' argument 2 names different: declaration 'mx' definition 'x'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.h:332:91: note: Function 'e_gadcon_client_autoscroll_update' argument 2 names different: declaration 'mx' definition 'x'.
enlightenment-0.22.3/src/bin/e_gadcon.c:1917:68: note: Function 'e_gadcon_client_autoscroll_update' argument 2 names different: declaration 'mx' definition 'x'.
enlightenment-0.22.3/src/bin/e_gadcon.c:1917:82: style: Function 'e_gadcon_client_autoscroll_update' argument 3 names different: declaration 'my' definition 'y'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.h:332:99: note: Function 'e_gadcon_client_autoscroll_update' argument 3 names different: declaration 'my' definition 'y'.
enlightenment-0.22.3/src/bin/e_gadcon.c:1917:82: note: Function 'e_gadcon_client_autoscroll_update' argument 3 names different: declaration 'my' definition 'y'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2054:37: style: Function '_e_gadcon_client_event_free' argument 1 names different: declaration 'd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:68:67: note: Function '_e_gadcon_client_event_free' argument 1 names different: declaration 'd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2054:37: note: Function '_e_gadcon_client_event_free' argument 1 names different: declaration 'd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2074:32: style: Function '_e_gadcon_client_delfn' argument 1 names different: declaration 'd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:66:62: note: Function '_e_gadcon_client_delfn' argument 1 names different: declaration 'd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2074:32: note: Function '_e_gadcon_client_delfn' argument 1 names different: declaration 'd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2289:58: style: Function '_e_gadcon_cb_client_frame_mouse_move' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:18:88: note: Function '_e_gadcon_cb_client_frame_mouse_move' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2289:58: note: Function '_e_gadcon_cb_client_frame_mouse_move' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2289:88: style: Function '_e_gadcon_cb_client_frame_mouse_move' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:18:104: note: Function '_e_gadcon_cb_client_frame_mouse_move' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2289:88: note: Function '_e_gadcon_cb_client_frame_mouse_move' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2303:58: style: Function '_e_gadcon_cb_client_frame_moveresize' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:19:88: note: Function '_e_gadcon_cb_client_frame_moveresize' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2303:58: note: Function '_e_gadcon_cb_client_frame_moveresize' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2303:88: style: Function '_e_gadcon_cb_client_frame_moveresize' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:19:104: note: Function '_e_gadcon_cb_client_frame_moveresize' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2303:88: note: Function '_e_gadcon_cb_client_frame_moveresize' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2303:118: style: Function '_e_gadcon_cb_client_frame_moveresize' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:19:115: note: Function '_e_gadcon_cb_client_frame_moveresize' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2303:118: note: Function '_e_gadcon_cb_client_frame_moveresize' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2470:60: style: Function '_e_gadcon_cb_min_size_request' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:24:88: note: Function '_e_gadcon_cb_min_size_request' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2470:60: note: Function '_e_gadcon_cb_min_size_request' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2470:90: style: Function '_e_gadcon_cb_min_size_request' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:24:99: note: Function '_e_gadcon_cb_min_size_request' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2470:90: note: Function '_e_gadcon_cb_min_size_request' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2485:56: style: Function '_e_gadcon_cb_size_request' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:25:84: note: Function '_e_gadcon_cb_size_request' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2485:56: note: Function '_e_gadcon_cb_size_request' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2485:86: style: Function '_e_gadcon_cb_size_request' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:25:95: note: Function '_e_gadcon_cb_size_request' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2485:86: note: Function '_e_gadcon_cb_size_request' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2500:42: style: Function '_e_gadcon_cb_show' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:27:69: note: Function '_e_gadcon_cb_show' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2500:42: note: Function '_e_gadcon_cb_show' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2500:72: style: Function '_e_gadcon_cb_show' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:27:88: note: Function '_e_gadcon_cb_show' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2500:72: note: Function '_e_gadcon_cb_show' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2500:102: style: Function '_e_gadcon_cb_show' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:27:99: note: Function '_e_gadcon_cb_show' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2500:102: note: Function '_e_gadcon_cb_show' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2511:42: style: Function '_e_gadcon_cb_hide' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:26:69: note: Function '_e_gadcon_cb_hide' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2511:42: note: Function '_e_gadcon_cb_hide' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2511:72: style: Function '_e_gadcon_cb_hide' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:26:88: note: Function '_e_gadcon_cb_hide' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2511:72: note: Function '_e_gadcon_cb_hide' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2511:102: style: Function '_e_gadcon_cb_hide' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:26:99: note: Function '_e_gadcon_cb_hide' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2511:102: note: Function '_e_gadcon_cb_hide' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2522:48: style: Function '_e_gadcon_cb_moveresize' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:28:75: note: Function '_e_gadcon_cb_moveresize' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2522:48: note: Function '_e_gadcon_cb_moveresize' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2522:78: style: Function '_e_gadcon_cb_moveresize' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:28:94: note: Function '_e_gadcon_cb_moveresize' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2522:78: note: Function '_e_gadcon_cb_moveresize' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2522:108: style: Function '_e_gadcon_cb_moveresize' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:28:105: note: Function '_e_gadcon_cb_moveresize' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2522:108: note: Function '_e_gadcon_cb_moveresize' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2534:55: style: Function '_e_gadcon_cb_client_mouse_down' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:30:82: note: Function '_e_gadcon_cb_client_mouse_down' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2534:55: note: Function '_e_gadcon_cb_client_mouse_down' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2534:85: style: Function '_e_gadcon_cb_client_mouse_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:30:101: note: Function '_e_gadcon_cb_client_mouse_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2534:85: note: Function '_e_gadcon_cb_client_mouse_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2585:53: style: Function '_e_gadcon_cb_client_mouse_in' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:31:80: note: Function '_e_gadcon_cb_client_mouse_in' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2585:53: note: Function '_e_gadcon_cb_client_mouse_in' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2585:83: style: Function '_e_gadcon_cb_client_mouse_in' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:31:99: note: Function '_e_gadcon_cb_client_mouse_in' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2585:83: note: Function '_e_gadcon_cb_client_mouse_in' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2585:113: style: Function '_e_gadcon_cb_client_mouse_in' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:31:110: note: Function '_e_gadcon_cb_client_mouse_in' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2585:113: note: Function '_e_gadcon_cb_client_mouse_in' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2594:54: style: Function '_e_gadcon_cb_client_mouse_out' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:32:81: note: Function '_e_gadcon_cb_client_mouse_out' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2594:54: note: Function '_e_gadcon_cb_client_mouse_out' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2594:84: style: Function '_e_gadcon_cb_client_mouse_out' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:32:100: note: Function '_e_gadcon_cb_client_mouse_out' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2594:84: note: Function '_e_gadcon_cb_client_mouse_out' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2594:114: style: Function '_e_gadcon_cb_client_mouse_out' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:32:111: note: Function '_e_gadcon_cb_client_mouse_out' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2594:114: note: Function '_e_gadcon_cb_client_mouse_out' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2603:49: style: Function '_e_gadcon_cb_client_move' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:33:76: note: Function '_e_gadcon_cb_client_move' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2603:49: note: Function '_e_gadcon_cb_client_move' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2603:97: style: Function '_e_gadcon_cb_client_move' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:33:106: note: Function '_e_gadcon_cb_client_move' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2603:97: note: Function '_e_gadcon_cb_client_move' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2615:51: style: Function '_e_gadcon_cb_client_resize' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:34:78: note: Function '_e_gadcon_cb_client_resize' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2615:51: note: Function '_e_gadcon_cb_client_resize' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2615:99: style: Function '_e_gadcon_cb_client_resize' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:34:108: note: Function '_e_gadcon_cb_client_resize' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2615:99: note: Function '_e_gadcon_cb_client_resize' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2779:61: style: Function '_e_gadcon_cb_signal_move_start' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:40:89: note: Function '_e_gadcon_cb_signal_move_start' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2779:61: note: Function '_e_gadcon_cb_signal_move_start' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2779:95: style: Function '_e_gadcon_cb_signal_move_start' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:40:106: note: Function '_e_gadcon_cb_signal_move_start' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2779:95: note: Function '_e_gadcon_cb_signal_move_start' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2779:127: style: Function '_e_gadcon_cb_signal_move_start' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:40:128: note: Function '_e_gadcon_cb_signal_move_start' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2779:127: note: Function '_e_gadcon_cb_signal_move_start' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2785:60: style: Function '_e_gadcon_cb_signal_move_stop' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:41:88: note: Function '_e_gadcon_cb_signal_move_stop' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2785:60: note: Function '_e_gadcon_cb_signal_move_stop' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2785:94: style: Function '_e_gadcon_cb_signal_move_stop' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:41:105: note: Function '_e_gadcon_cb_signal_move_stop' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2785:94: note: Function '_e_gadcon_cb_signal_move_stop' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2785:126: style: Function '_e_gadcon_cb_signal_move_stop' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:41:127: note: Function '_e_gadcon_cb_signal_move_stop' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2785:126: note: Function '_e_gadcon_cb_signal_move_stop' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2791:58: style: Function '_e_gadcon_cb_signal_move_go' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:42:86: note: Function '_e_gadcon_cb_signal_move_go' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2791:58: note: Function '_e_gadcon_cb_signal_move_go' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2791:92: style: Function '_e_gadcon_cb_signal_move_go' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:42:103: note: Function '_e_gadcon_cb_signal_move_go' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2791:92: note: Function '_e_gadcon_cb_signal_move_go' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2791:124: style: Function '_e_gadcon_cb_signal_move_go' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:42:125: note: Function '_e_gadcon_cb_signal_move_go' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2791:124: note: Function '_e_gadcon_cb_signal_move_go' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2815:68: style: Function '_e_gadcon_cb_signal_resize_left_start' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:43:96: note: Function '_e_gadcon_cb_signal_resize_left_start' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2815:68: note: Function '_e_gadcon_cb_signal_resize_left_start' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2815:102: style: Function '_e_gadcon_cb_signal_resize_left_start' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:43:113: note: Function '_e_gadcon_cb_signal_resize_left_start' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2815:102: note: Function '_e_gadcon_cb_signal_resize_left_start' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2815:134: style: Function '_e_gadcon_cb_signal_resize_left_start' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:43:135: note: Function '_e_gadcon_cb_signal_resize_left_start' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2815:134: note: Function '_e_gadcon_cb_signal_resize_left_start' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2821:67: style: Function '_e_gadcon_cb_signal_resize_left_stop' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:44:95: note: Function '_e_gadcon_cb_signal_resize_left_stop' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2821:67: note: Function '_e_gadcon_cb_signal_resize_left_stop' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2821:101: style: Function '_e_gadcon_cb_signal_resize_left_stop' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:44:112: note: Function '_e_gadcon_cb_signal_resize_left_stop' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2821:101: note: Function '_e_gadcon_cb_signal_resize_left_stop' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2821:133: style: Function '_e_gadcon_cb_signal_resize_left_stop' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:44:134: note: Function '_e_gadcon_cb_signal_resize_left_stop' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2821:133: note: Function '_e_gadcon_cb_signal_resize_left_stop' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2827:65: style: Function '_e_gadcon_cb_signal_resize_left_go' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:45:93: note: Function '_e_gadcon_cb_signal_resize_left_go' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2827:65: note: Function '_e_gadcon_cb_signal_resize_left_go' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2827:99: style: Function '_e_gadcon_cb_signal_resize_left_go' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:45:110: note: Function '_e_gadcon_cb_signal_resize_left_go' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2827:99: note: Function '_e_gadcon_cb_signal_resize_left_go' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2827:131: style: Function '_e_gadcon_cb_signal_resize_left_go' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:45:132: note: Function '_e_gadcon_cb_signal_resize_left_go' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2827:131: note: Function '_e_gadcon_cb_signal_resize_left_go' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2887:69: style: Function '_e_gadcon_cb_signal_resize_right_start' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:46:97: note: Function '_e_gadcon_cb_signal_resize_right_start' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2887:69: note: Function '_e_gadcon_cb_signal_resize_right_start' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2887:103: style: Function '_e_gadcon_cb_signal_resize_right_start' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:46:114: note: Function '_e_gadcon_cb_signal_resize_right_start' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2887:103: note: Function '_e_gadcon_cb_signal_resize_right_start' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2887:135: style: Function '_e_gadcon_cb_signal_resize_right_start' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:46:136: note: Function '_e_gadcon_cb_signal_resize_right_start' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2887:135: note: Function '_e_gadcon_cb_signal_resize_right_start' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2893:68: style: Function '_e_gadcon_cb_signal_resize_right_stop' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:47:96: note: Function '_e_gadcon_cb_signal_resize_right_stop' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2893:68: note: Function '_e_gadcon_cb_signal_resize_right_stop' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2893:102: style: Function '_e_gadcon_cb_signal_resize_right_stop' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:47:113: note: Function '_e_gadcon_cb_signal_resize_right_stop' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2893:102: note: Function '_e_gadcon_cb_signal_resize_right_stop' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2893:134: style: Function '_e_gadcon_cb_signal_resize_right_stop' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:47:135: note: Function '_e_gadcon_cb_signal_resize_right_stop' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2893:134: note: Function '_e_gadcon_cb_signal_resize_right_stop' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2899:66: style: Function '_e_gadcon_cb_signal_resize_right_go' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:48:94: note: Function '_e_gadcon_cb_signal_resize_right_go' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2899:66: note: Function '_e_gadcon_cb_signal_resize_right_go' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2899:100: style: Function '_e_gadcon_cb_signal_resize_right_go' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:48:111: note: Function '_e_gadcon_cb_signal_resize_right_go' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2899:100: note: Function '_e_gadcon_cb_signal_resize_right_go' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2899:132: style: Function '_e_gadcon_cb_signal_resize_right_go' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:48:133: note: Function '_e_gadcon_cb_signal_resize_right_go' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2899:132: note: Function '_e_gadcon_cb_signal_resize_right_go' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2959:53: style: Function '_e_gadcon_cb_dnd_enter' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:49:80: note: Function '_e_gadcon_cb_dnd_enter' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:2959:53: note: Function '_e_gadcon_cb_dnd_enter' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:3079:52: style: Function '_e_gadcon_cb_dnd_move' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:50:79: note: Function '_e_gadcon_cb_dnd_move' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:3079:52: note: Function '_e_gadcon_cb_dnd_move' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:3126:53: style: Function '_e_gadcon_cb_dnd_leave' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:51:80: note: Function '_e_gadcon_cb_dnd_leave' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:3126:53: note: Function '_e_gadcon_cb_dnd_leave' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:3126:78: style: Function '_e_gadcon_cb_dnd_leave' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:51:92: note: Function '_e_gadcon_cb_dnd_leave' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:3126:78: note: Function '_e_gadcon_cb_dnd_leave' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:3151:52: style: Function '_e_gadcon_cb_dnd_drop' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:52:79: note: Function '_e_gadcon_cb_dnd_drop' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:3151:52: note: Function '_e_gadcon_cb_dnd_drop' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:3151:77: style: Function '_e_gadcon_cb_dnd_drop' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:52:91: note: Function '_e_gadcon_cb_dnd_drop' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:3151:77: note: Function '_e_gadcon_cb_dnd_drop' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:3242:52: style: Function '_e_gadcon_client_cb_mouse_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:56:82: note: Function '_e_gadcon_client_cb_mouse_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:3242:52: note: Function '_e_gadcon_client_cb_mouse_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:3242:82: style: Function '_e_gadcon_client_cb_mouse_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:56:98: note: Function '_e_gadcon_client_cb_mouse_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:3242:82: note: Function '_e_gadcon_client_cb_mouse_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:3295:50: style: Function '_e_gadcon_client_cb_mouse_up' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:57:80: note: Function '_e_gadcon_client_cb_mouse_up' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:3295:50: note: Function '_e_gadcon_client_cb_mouse_up' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:3295:80: style: Function '_e_gadcon_client_cb_mouse_up' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:57:96: note: Function '_e_gadcon_client_cb_mouse_up' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:3295:80: note: Function '_e_gadcon_client_cb_mouse_up' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:3326:52: style: Function '_e_gadcon_client_cb_mouse_move' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:58:82: note: Function '_e_gadcon_client_cb_mouse_move' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:3326:52: note: Function '_e_gadcon_client_cb_mouse_move' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:3326:82: style: Function '_e_gadcon_client_cb_mouse_move' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:58:98: note: Function '_e_gadcon_client_cb_mouse_move' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:3326:82: note: Function '_e_gadcon_client_cb_mouse_move' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:3326:112: style: Function '_e_gadcon_client_cb_mouse_move' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:58:109: note: Function '_e_gadcon_client_cb_mouse_move' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:3326:112: note: Function '_e_gadcon_client_cb_mouse_move' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:3338:60: style: Function '_e_gadcon_client_cb_menu_style_plain' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:59:90: note: Function '_e_gadcon_client_cb_menu_style_plain' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:3338:60: note: Function '_e_gadcon_client_cb_menu_style_plain' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:3338:89: style: Function '_e_gadcon_client_cb_menu_style_plain' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:59:106: note: Function '_e_gadcon_client_cb_menu_style_plain' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:3338:89: note: Function '_e_gadcon_client_cb_menu_style_plain' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:3352:60: style: Function '_e_gadcon_client_cb_menu_style_inset' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:60:90: note: Function '_e_gadcon_client_cb_menu_style_inset' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:3352:60: note: Function '_e_gadcon_client_cb_menu_style_inset' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:3352:89: style: Function '_e_gadcon_client_cb_menu_style_inset' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:60:106: note: Function '_e_gadcon_client_cb_menu_style_inset' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:3352:89: note: Function '_e_gadcon_client_cb_menu_style_inset' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:3366:59: style: Function '_e_gadcon_client_cb_menu_autoscroll' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:61:89: note: Function '_e_gadcon_client_cb_menu_autoscroll' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:3366:59: note: Function '_e_gadcon_client_cb_menu_autoscroll' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:3366:88: style: Function '_e_gadcon_client_cb_menu_autoscroll' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:61:105: note: Function '_e_gadcon_client_cb_menu_autoscroll' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:3366:88: note: Function '_e_gadcon_client_cb_menu_autoscroll' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:3397:53: style: Function '_e_gadcon_client_cb_menu_edit' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:63:83: note: Function '_e_gadcon_client_cb_menu_edit' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:3397:53: note: Function '_e_gadcon_client_cb_menu_edit' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:3397:82: style: Function '_e_gadcon_client_cb_menu_edit' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:63:99: note: Function '_e_gadcon_client_cb_menu_edit' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:3397:82: note: Function '_e_gadcon_client_cb_menu_edit' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:3409:55: style: Function '_e_gadcon_client_cb_menu_remove' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:64:85: note: Function '_e_gadcon_client_cb_menu_remove' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:3409:55: note: Function '_e_gadcon_client_cb_menu_remove' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:3409:84: style: Function '_e_gadcon_client_cb_menu_remove' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:64:101: note: Function '_e_gadcon_client_cb_menu_remove' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:3409:84: note: Function '_e_gadcon_client_cb_menu_remove' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:3429:52: style: Function '_e_gadcon_client_cb_menu_pre' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:65:82: note: Function '_e_gadcon_client_cb_menu_pre' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:3429:52: note: Function '_e_gadcon_client_cb_menu_pre' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:3447:47: style: Function '_e_gadcon_client_del_hook' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:67:77: note: Function '_e_gadcon_client_del_hook' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:3447:47: note: Function '_e_gadcon_client_del_hook' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:3447:77: style: Function '_e_gadcon_client_del_hook' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:67:93: note: Function '_e_gadcon_client_del_hook' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:3447:77: note: Function '_e_gadcon_client_del_hook' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:3447:107: style: Function '_e_gadcon_client_del_hook' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:67:104: note: Function '_e_gadcon_client_del_hook' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:3447:107: note: Function '_e_gadcon_client_del_hook' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:3916:49: style: Function '_e_gadcon_layout_smart_item_del_hook' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:3495:73: note: Function '_e_gadcon_layout_smart_item_del_hook' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:3916:49: note: Function '_e_gadcon_layout_smart_item_del_hook' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:3916:70: style: Function '_e_gadcon_layout_smart_item_del_hook' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:3495:85: note: Function '_e_gadcon_layout_smart_item_del_hook' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:3916:70: note: Function '_e_gadcon_layout_smart_item_del_hook' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:3916:118: style: Function '_e_gadcon_layout_smart_item_del_hook' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:3495:112: note: Function '_e_gadcon_layout_smart_item_del_hook' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:3916:118: note: Function '_e_gadcon_layout_smart_item_del_hook' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:5439:73: style: Function '_e_gadcon_layout_smart_position_items_inside_container' argument 1 names different: declaration 'sd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:103:102: note: Function '_e_gadcon_layout_smart_position_items_inside_container' argument 1 names different: declaration 'sd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:5439:73: note: Function '_e_gadcon_layout_smart_position_items_inside_container' argument 1 names different: declaration 'sd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:5465:58: style: Function '_e_gadcon_layout_smart_containers_merge' argument 1 names different: declaration 'sd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:104:87: note: Function '_e_gadcon_layout_smart_containers_merge' argument 1 names different: declaration 'sd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:5465:58: note: Function '_e_gadcon_layout_smart_containers_merge' argument 1 names different: declaration 'sd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:5654:42: style: Function '_e_gadcon_custom_populate_job' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:88:69: note: Function '_e_gadcon_custom_populate_job' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:5654:42: note: Function '_e_gadcon_custom_populate_job' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:5702:44: style: Function '_e_gadcon_provider_populate_job' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_gadcon.c:86:71: note: Function '_e_gadcon_provider_populate_job' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadcon.c:5702:44: note: Function '_e_gadcon_provider_populate_job' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_gadget.c:1464:0: error: syntax error [syntaxError]
enlightenment-0.22.3/src/bin/e_hints.c:334:27: style: The scope of the variable 'non_x' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_hints.c:684:13: style: The scope of the variable 'i' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_hints.c:684:16: style: The scope of the variable 'j' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_hints.c:1012:17: style: The scope of the variable 'i' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_hints.c:1152:17: style: The scope of the variable 'i' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_hints.c:21:27: style: Function 'e_hints_init' argument 1 names different: declaration 'win' definition 'root'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_hints.h:6:40: note: Function 'e_hints_init' argument 1 names different: declaration 'win' definition 'root'.
enlightenment-0.22.3/src/bin/e_hints.c:21:27: note: Function 'e_hints_init' argument 1 names different: declaration 'win' definition 'root'.
enlightenment-0.22.3/src/bin/e_hints.c:1571:41: style: Function 'e_hints_window_e_state_set' argument 1 names different: declaration 'ec' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_hints.h:37:49: note: Function 'e_hints_window_e_state_set' argument 1 names different: declaration 'ec' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_hints.c:1571:41: note: Function 'e_hints_window_e_state_set' argument 1 names different: declaration 'ec' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_icon.c:465:46: style: Function 'e_icon_alpha_set' argument 2 names different: declaration 'smooth' definition 'alpha'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_icon.h:20:73: note: Function 'e_icon_alpha_set' argument 2 names different: declaration 'smooth' definition 'alpha'.
enlightenment-0.22.3/src/bin/e_icon.c:465:46: note: Function 'e_icon_alpha_set' argument 2 names different: declaration 'smooth' definition 'alpha'.
enlightenment-0.22.3/src/bin/e_icon.c:729:39: style: Function '_e_icon_preloaded' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_icon.c:59:54: note: Function '_e_icon_preloaded' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_icon.c:729:39: note: Function '_e_icon_preloaded' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_icon.c:729:69: style: Function '_e_icon_preloaded' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_icon.c:59:70: note: Function '_e_icon_preloaded' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_icon.c:729:69: note: Function '_e_icon_preloaded' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_icon.c:729:99: style: Function '_e_icon_preloaded' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_icon.c:59:81: note: Function '_e_icon_preloaded' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_icon.c:729:99: note: Function '_e_icon_preloaded' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_icon.c:29:17: style: struct member '_Cache_Item::timestamp' is never used. [unusedStructMember]
enlightenment-0.22.3/src/bin/e_icon.c:31:17: style: struct member '_Cache_Item::icon' is never used. [unusedStructMember]
enlightenment-0.22.3/src/bin/e_icon.c:32:17: style: struct member '_Cache_Item::id' is never used. [unusedStructMember]
enlightenment-0.22.3/src/bin/e_icon.c:33:17: style: struct member '_Cache_Item::objs' is never used. [unusedStructMember]
enlightenment-0.22.3/src/bin/e_icon.c:38:17: style: struct member '_Cache::hash' is never used. [unusedStructMember]
enlightenment-0.22.3/src/bin/e_icon.c:40:17: style: struct member '_Cache::file' is never used. [unusedStructMember]
enlightenment-0.22.3/src/bin/e_icon.c:41:17: style: struct member '_Cache::ef' is never used. [unusedStructMember]
enlightenment-0.22.3/src/bin/e_icon.c:43:17: style: struct member '_Cache::load_queue' is never used. [unusedStructMember]
enlightenment-0.22.3/src/bin/e_ilist.c:880:50: style: Function '_e_smart_event_mouse_down' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_ilist.c:40:66: note: Function '_e_smart_event_mouse_down' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_ilist.c:880:50: note: Function '_e_smart_event_mouse_down' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_ilist.c:880:80: style: Function '_e_smart_event_mouse_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_ilist.c:40:85: note: Function '_e_smart_event_mouse_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_ilist.c:880:80: note: Function '_e_smart_event_mouse_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_ilist.c:901:48: style: Function '_e_smart_event_mouse_up' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_ilist.c:41:64: note: Function '_e_smart_event_mouse_up' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_ilist.c:901:48: note: Function '_e_smart_event_mouse_up' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_ilist.c:901:78: style: Function '_e_smart_event_mouse_up' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_ilist.c:41:83: note: Function '_e_smart_event_mouse_up' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_ilist.c:901:78: note: Function '_e_smart_event_mouse_up' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_ilist.c:954:48: style: Function '_e_smart_event_key_down' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_ilist.c:42:64: note: Function '_e_smart_event_key_down' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_ilist.c:954:48: note: Function '_e_smart_event_key_down' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_import_config_dialog.c:281:37: style: Function '_import_cb_edje_cc_exit' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_import_config_dialog.c:11:58: note: Function '_import_cb_edje_cc_exit' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_import_config_dialog.c:281:37: note: Function '_import_cb_edje_cc_exit' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_import_dialog.c:136:42: style: Function 'e_import_dialog_show' argument 1 names different: declaration 'parent' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_import_dialog.h:18:58: note: Function 'e_import_dialog_show' argument 1 names different: declaration 'parent' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_import_dialog.c:136:42: note: Function 'e_import_dialog_show' argument 1 names different: declaration 'parent' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_init.c:129:15: style: The scope of the variable 'l' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_init.c:130:17: style: The scope of the variable 'o' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_int_client_locks.c:141:33: style: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_locks.c:5:49: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_locks.c:141:33: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_locks.c:150:40: style: Function '_basic_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_locks.c:6:56: note: Function '_basic_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_locks.c:150:40: note: Function '_basic_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_locks.c:217:43: style: Function '_advanced_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_locks.c:7:59: note: Function '_advanced_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_locks.c:217:43: note: Function '_advanced_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_locks.c:278:44: style: Function '_basic_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_locks.c:8:60: note: Function '_basic_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_locks.c:278:44: note: Function '_basic_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_locks.c:301:47: style: Function '_advanced_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_locks.c:9:63: note: Function '_advanced_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_locks.c:301:47: note: Function '_advanced_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:1007:4: style: Variable 'desk' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:1002:0: note: Variable 'desk' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:1007:4: note: Variable 'desk' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:105:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:323:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:929:8: style: The scope of the variable 'toggle' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:1717:22: style: The scope of the variable 'smi' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:278:41: style: Function '_e_client_cb_border_menu_end' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:3:48: note: Function '_e_client_cb_border_menu_end' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:278:41: note: Function '_e_client_cb_border_menu_end' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:296:47: style: Function '_e_client_menu_cb_locks' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:4:57: note: Function '_e_client_menu_cb_locks' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:296:47: note: Function '_e_client_menu_cb_locks' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:296:76: style: Function '_e_client_menu_cb_locks' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:4:73: note: Function '_e_client_menu_cb_locks' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:296:76: note: Function '_e_client_menu_cb_locks' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:308:50: style: Function '_e_client_menu_cb_remember' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:5:60: note: Function '_e_client_menu_cb_remember' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:308:50: note: Function '_e_client_menu_cb_remember' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:308:79: style: Function '_e_client_menu_cb_remember' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:5:76: note: Function '_e_client_menu_cb_remember' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:308:79: note: Function '_e_client_menu_cb_remember' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:320:48: style: Function '_e_client_menu_cb_border' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:7:58: note: Function '_e_client_menu_cb_border' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:320:48: note: Function '_e_client_menu_cb_border' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:320:77: style: Function '_e_client_menu_cb_border' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:7:74: note: Function '_e_client_menu_cb_border' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:320:77: note: Function '_e_client_menu_cb_border' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:336:52: style: Function '_e_client_menu_cb_borderless' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:6:62: note: Function '_e_client_menu_cb_borderless' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:336:52: note: Function '_e_client_menu_cb_borderless' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:353:47: style: Function '_e_client_menu_cb_close' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:9:57: note: Function '_e_client_menu_cb_close' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:353:47: note: Function '_e_client_menu_cb_close' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:353:76: style: Function '_e_client_menu_cb_close' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:9:73: note: Function '_e_client_menu_cb_close' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:353:76: note: Function '_e_client_menu_cb_close' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:362:49: style: Function '_e_client_menu_cb_iconify' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:10:59: note: Function '_e_client_menu_cb_iconify' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:362:49: note: Function '_e_client_menu_cb_iconify' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:362:78: style: Function '_e_client_menu_cb_iconify' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:10:75: note: Function '_e_client_menu_cb_iconify' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:362:78: note: Function '_e_client_menu_cb_iconify' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:377:46: style: Function '_e_client_menu_cb_kill' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:11:56: note: Function '_e_client_menu_cb_kill' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:377:46: note: Function '_e_client_menu_cb_kill' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:377:75: style: Function '_e_client_menu_cb_kill' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:11:72: note: Function '_e_client_menu_cb_kill' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:377:75: note: Function '_e_client_menu_cb_kill' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:390:46: style: Function '_e_client_menu_cb_move' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:12:56: note: Function '_e_client_menu_cb_move' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:390:46: note: Function '_e_client_menu_cb_move' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:390:75: style: Function '_e_client_menu_cb_move' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:12:72: note: Function '_e_client_menu_cb_move' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:390:75: note: Function '_e_client_menu_cb_move' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:401:48: style: Function '_e_client_menu_cb_resize' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:13:58: note: Function '_e_client_menu_cb_resize' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:401:48: note: Function '_e_client_menu_cb_resize' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:401:77: style: Function '_e_client_menu_cb_resize' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:13:74: note: Function '_e_client_menu_cb_resize' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:401:77: note: Function '_e_client_menu_cb_resize' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:412:54: style: Function '_e_client_menu_cb_maximize_pre' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:14:64: note: Function '_e_client_menu_cb_maximize_pre' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:412:54: note: Function '_e_client_menu_cb_maximize_pre' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:509:50: style: Function '_e_client_menu_cb_maximize' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:15:60: note: Function '_e_client_menu_cb_maximize' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:509:50: note: Function '_e_client_menu_cb_maximize' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:509:79: style: Function '_e_client_menu_cb_maximize' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:15:76: note: Function '_e_client_menu_cb_maximize' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:509:79: note: Function '_e_client_menu_cb_maximize' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:520:61: style: Function '_e_client_menu_cb_maximize_vertically' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:16:71: note: Function '_e_client_menu_cb_maximize_vertically' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:520:61: note: Function '_e_client_menu_cb_maximize_vertically' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:520:90: style: Function '_e_client_menu_cb_maximize_vertically' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:16:87: note: Function '_e_client_menu_cb_maximize_vertically' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:520:90: note: Function '_e_client_menu_cb_maximize_vertically' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:535:63: style: Function '_e_client_menu_cb_maximize_horizontally' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:17:73: note: Function '_e_client_menu_cb_maximize_horizontally' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:535:63: note: Function '_e_client_menu_cb_maximize_horizontally' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:535:92: style: Function '_e_client_menu_cb_maximize_horizontally' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:17:89: note: Function '_e_client_menu_cb_maximize_horizontally' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:535:92: note: Function '_e_client_menu_cb_maximize_horizontally' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:550:55: style: Function '_e_client_menu_cb_maximize_left' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:18:65: note: Function '_e_client_menu_cb_maximize_left' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:550:55: note: Function '_e_client_menu_cb_maximize_left' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:550:84: style: Function '_e_client_menu_cb_maximize_left' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:18:81: note: Function '_e_client_menu_cb_maximize_left' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:550:84: note: Function '_e_client_menu_cb_maximize_left' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:565:56: style: Function '_e_client_menu_cb_maximize_right' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:19:66: note: Function '_e_client_menu_cb_maximize_right' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:565:56: note: Function '_e_client_menu_cb_maximize_right' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:565:85: style: Function '_e_client_menu_cb_maximize_right' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:19:82: note: Function '_e_client_menu_cb_maximize_right' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:565:85: note: Function '_e_client_menu_cb_maximize_right' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:580:52: style: Function '_e_client_menu_cb_unmaximize' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:20:62: note: Function '_e_client_menu_cb_unmaximize' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:580:52: note: Function '_e_client_menu_cb_unmaximize' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:580:81: style: Function '_e_client_menu_cb_unmaximize' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:20:78: note: Function '_e_client_menu_cb_unmaximize' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:580:81: note: Function '_e_client_menu_cb_unmaximize' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:589:47: style: Function '_e_client_menu_cb_shade' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:21:57: note: Function '_e_client_menu_cb_shade' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:589:47: note: Function '_e_client_menu_cb_shade' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:589:76: style: Function '_e_client_menu_cb_shade' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:21:73: note: Function '_e_client_menu_cb_shade' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:589:76: note: Function '_e_client_menu_cb_shade' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:604:52: style: Function '_e_client_menu_cb_resistance' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:22:62: note: Function '_e_client_menu_cb_resistance' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:604:52: note: Function '_e_client_menu_cb_resistance' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:604:81: style: Function '_e_client_menu_cb_resistance' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:22:78: note: Function '_e_client_menu_cb_resistance' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:604:81: note: Function '_e_client_menu_cb_resistance' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:613:51: style: Function '_e_client_menu_cb_icon_edit' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:23:61: note: Function '_e_client_menu_cb_icon_edit' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:613:51: note: Function '_e_client_menu_cb_icon_edit' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:613:80: style: Function '_e_client_menu_cb_icon_edit' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:23:77: note: Function '_e_client_menu_cb_icon_edit' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:613:80: note: Function '_e_client_menu_cb_icon_edit' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:663:57: style: Function '_e_client_menu_cb_application_pre' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:24:67: note: Function '_e_client_menu_cb_application_pre' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:663:57: note: Function '_e_client_menu_cb_application_pre' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:872:46: style: Function '_e_client_menu_cb_prop' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:26:56: note: Function '_e_client_menu_cb_prop' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:872:46: note: Function '_e_client_menu_cb_prop' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:872:75: style: Function '_e_client_menu_cb_prop' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:26:72: note: Function '_e_client_menu_cb_prop' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:872:75: note: Function '_e_client_menu_cb_prop' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:881:47: style: Function '_e_client_menu_cb_stick' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:27:57: note: Function '_e_client_menu_cb_stick' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:881:47: note: Function '_e_client_menu_cb_stick' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:881:76: style: Function '_e_client_menu_cb_stick' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:27:73: note: Function '_e_client_menu_cb_stick' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:881:76: note: Function '_e_client_menu_cb_stick' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:896:48: style: Function '_e_client_menu_cb_on_top' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:29:58: note: Function '_e_client_menu_cb_on_top' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:896:48: note: Function '_e_client_menu_cb_on_top' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:896:77: style: Function '_e_client_menu_cb_on_top' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:29:74: note: Function '_e_client_menu_cb_on_top' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:896:77: note: Function '_e_client_menu_cb_on_top' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:906:47: style: Function '_e_client_menu_cb_below' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:31:57: note: Function '_e_client_menu_cb_below' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:906:47: note: Function '_e_client_menu_cb_below' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:906:76: style: Function '_e_client_menu_cb_below' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:31:73: note: Function '_e_client_menu_cb_below' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:906:76: note: Function '_e_client_menu_cb_below' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:916:48: style: Function '_e_client_menu_cb_normal' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:30:58: note: Function '_e_client_menu_cb_normal' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:916:48: note: Function '_e_client_menu_cb_normal' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:916:77: style: Function '_e_client_menu_cb_normal' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:30:74: note: Function '_e_client_menu_cb_normal' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:916:77: note: Function '_e_client_menu_cb_normal' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:926:52: style: Function '_e_client_menu_cb_fullscreen' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:32:62: note: Function '_e_client_menu_cb_fullscreen' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:926:52: note: Function '_e_client_menu_cb_fullscreen' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:944:54: style: Function '_e_client_menu_cb_skip_winlist' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:33:64: note: Function '_e_client_menu_cb_skip_winlist' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:944:54: note: Function '_e_client_menu_cb_skip_winlist' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:963:52: style: Function '_e_client_menu_cb_skip_pager' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:34:62: note: Function '_e_client_menu_cb_skip_pager' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:963:52: note: Function '_e_client_menu_cb_skip_pager' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:981:54: style: Function '_e_client_menu_cb_skip_taskbar' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:35:64: note: Function '_e_client_menu_cb_skip_taskbar' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:981:54: note: Function '_e_client_menu_cb_skip_taskbar' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:1183:51: style: Function '_e_client_menu_cb_align_pre' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:37:61: note: Function '_e_client_menu_cb_align_pre' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:1183:51: note: Function '_e_client_menu_cb_align_pre' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:1252:52: style: Function '_e_client_menu_cb_sendto_pre' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:36:62: note: Function '_e_client_menu_cb_sendto_pre' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:1252:52: note: Function '_e_client_menu_cb_sendto_pre' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:1314:65: style: Function '_e_client_menu_cb_sendto' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:38:74: note: Function '_e_client_menu_cb_sendto' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:1314:65: note: Function '_e_client_menu_cb_sendto' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:1334:34: style: Function '_e_client_menu_cb_pin' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:39:41: note: Function '_e_client_menu_cb_pin' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:1334:34: note: Function '_e_client_menu_cb_pin' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:1334:74: style: Function '_e_client_menu_cb_pin' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:39:71: note: Function '_e_client_menu_cb_pin' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:1334:74: note: Function '_e_client_menu_cb_pin' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:1343:36: style: Function '_e_client_menu_cb_unpin' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:40:43: note: Function '_e_client_menu_cb_unpin' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:1343:36: note: Function '_e_client_menu_cb_unpin' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:1343:76: style: Function '_e_client_menu_cb_unpin' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:40:73: note: Function '_e_client_menu_cb_unpin' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:1343:76: note: Function '_e_client_menu_cb_unpin' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:1352:54: style: Function '_e_client_menu_cb_stacking_pre' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:28:64: note: Function '_e_client_menu_cb_stacking_pre' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:1352:54: note: Function '_e_client_menu_cb_stacking_pre' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:1458:47: style: Function '_e_client_menu_cb_raise' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:41:57: note: Function '_e_client_menu_cb_raise' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:1458:47: note: Function '_e_client_menu_cb_raise' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:1458:76: style: Function '_e_client_menu_cb_raise' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:41:73: note: Function '_e_client_menu_cb_raise' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:1458:76: note: Function '_e_client_menu_cb_raise' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:1470:47: style: Function '_e_client_menu_cb_lower' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:42:57: note: Function '_e_client_menu_cb_lower' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:1470:47: note: Function '_e_client_menu_cb_lower' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:1470:76: style: Function '_e_client_menu_cb_lower' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:42:73: note: Function '_e_client_menu_cb_lower' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:1470:76: note: Function '_e_client_menu_cb_lower' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:1519:52: style: Function '_e_client_menu_cb_border_pre' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:48:62: note: Function '_e_client_menu_cb_border_pre' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:1519:52: note: Function '_e_client_menu_cb_border_pre' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:1583:52: style: Function '_e_client_menu_cb_iconpref_e' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:49:62: note: Function '_e_client_menu_cb_iconpref_e' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:1583:52: note: Function '_e_client_menu_cb_iconpref_e' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:1583:81: style: Function '_e_client_menu_cb_iconpref_e' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:49:78: note: Function '_e_client_menu_cb_iconpref_e' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:1583:81: note: Function '_e_client_menu_cb_iconpref_e' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:1595:55: style: Function '_e_client_menu_cb_iconpref_user' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:53:65: note: Function '_e_client_menu_cb_iconpref_user' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:1595:55: note: Function '_e_client_menu_cb_iconpref_user' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:1595:84: style: Function '_e_client_menu_cb_iconpref_user' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:53:81: note: Function '_e_client_menu_cb_iconpref_user' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:1595:84: note: Function '_e_client_menu_cb_iconpref_user' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:1607:56: style: Function '_e_client_menu_cb_iconpref_netwm' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:51:66: note: Function '_e_client_menu_cb_iconpref_netwm' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:1607:56: note: Function '_e_client_menu_cb_iconpref_netwm' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:1607:85: style: Function '_e_client_menu_cb_iconpref_netwm' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:51:82: note: Function '_e_client_menu_cb_iconpref_netwm' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:1607:85: note: Function '_e_client_menu_cb_iconpref_netwm' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:1619:50: style: Function '_e_client_menu_cb_skip_pre' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:43:60: note: Function '_e_client_menu_cb_skip_pre' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:1619:50: note: Function '_e_client_menu_cb_skip_pre' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:1664:49: style: Function '_e_client_menu_cb_fav_add' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:44:59: note: Function '_e_client_menu_cb_fav_add' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:1664:49: note: Function '_e_client_menu_cb_fav_add' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:1664:78: style: Function '_e_client_menu_cb_fav_add' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:44:75: note: Function '_e_client_menu_cb_fav_add' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:1664:78: note: Function '_e_client_menu_cb_fav_add' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:1683:55: style: Function '_e_client_menu_cb_kbdshrtct_add' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:45:65: note: Function '_e_client_menu_cb_kbdshrtct_add' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:1683:55: note: Function '_e_client_menu_cb_kbdshrtct_add' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:1683:84: style: Function '_e_client_menu_cb_kbdshrtct_add' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:45:81: note: Function '_e_client_menu_cb_kbdshrtct_add' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:1683:84: note: Function '_e_client_menu_cb_kbdshrtct_add' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:1696:54: style: Function '_e_client_menu_cb_ibar_add_pre' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:46:64: note: Function '_e_client_menu_cb_ibar_add_pre' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:1696:54: note: Function '_e_client_menu_cb_ibar_add_pre' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:1735:67: style: Function '_e_client_menu_cb_ibar_add' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_menu.c:47:76: note: Function '_e_client_menu_cb_ibar_add' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_menu.c:1735:67: note: Function '_e_client_menu_cb_ibar_add' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_prop.c:365:32: style: Function '_ec_cb_dialog_close' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_prop.c:10:47: note: Function '_ec_cb_dialog_close' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_prop.c:365:32: note: Function '_ec_cb_dialog_close' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_prop.c:433:44: style: Function '_ec_icccm_create' argument 2 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_prop.c:11:59: note: Function '_ec_icccm_create' argument 2 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_prop.c:433:44: note: Function '_ec_icccm_create' argument 2 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_prop.c:489:44: style: Function '_ec_netwm_create' argument 2 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_prop.c:12:59: note: Function '_ec_netwm_create' argument 2 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_prop.c:489:44: note: Function '_ec_netwm_create' argument 2 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_remember.c:368:16: style: The scope of the variable 'title' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_int_client_remember.c:311:33: style: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_remember.c:5:49: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_remember.c:311:33: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_remember.c:416:40: style: Function '_basic_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_remember.c:6:56: note: Function '_basic_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_remember.c:416:40: note: Function '_basic_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_remember.c:465:43: style: Function '_advanced_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_remember.c:7:59: note: Function '_advanced_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_remember.c:465:43: note: Function '_advanced_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_remember.c:645:44: style: Function '_basic_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_client_remember.c:8:60: note: Function '_basic_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_client_remember.c:645:44: note: Function '_basic_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_config_comp.c:71:39: style: Function 'e_int_config_comp' argument 1 names different: declaration 'parent' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_comp.h:232:55: note: Function 'e_int_config_comp' argument 1 names different: declaration 'parent' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_config_comp.c:71:39: note: Function 'e_int_config_comp' argument 1 names different: declaration 'parent' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_config_comp.c:71:71: style: Function 'e_int_config_comp' argument 2 names different: declaration 'params' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_comp.h:232:75: note: Function 'e_int_config_comp' argument 2 names different: declaration 'params' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_config_comp.c:71:71: note: Function 'e_int_config_comp' argument 2 names different: declaration 'params' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_config_comp.c:92:35: style: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_config_comp.c:56:51: note: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_config_comp.c:92:35: note: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_config_comp.c:159:34: style: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_config_comp.c:57:49: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_config_comp.c:159:34: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_config_comp.c:409:44: style: Function '_advanced_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_config_comp.c:67:59: note: Function '_advanced_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_config_comp.c:409:44: note: Function '_advanced_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_config_comp.c:600:41: style: Function '_basic_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_config_comp.c:62:56: note: Function '_basic_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_config_comp.c:600:41: note: Function '_basic_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_config_comp_match.c:248:17: style: The scope of the variable 'il' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_int_config_comp_match.c:338:58: style: The scope of the variable 'sf' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_int_config_comp_match.c:338:63: style: The scope of the variable 'li' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_int_config_comp_match.c:932:65: style: Function 'e_int_config_comp_match' argument 2 names different: declaration 'params' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_comp.h:233:81: note: Function 'e_int_config_comp_match' argument 2 names different: declaration 'params' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_config_comp_match.c:932:65: note: Function 'e_int_config_comp_match' argument 2 names different: declaration 'params' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_config_modules.c:230:12: style: The scope of the variable 'cft' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_int_config_modules.c:86:42: style: Function 'e_int_config_modules' argument 1 names different: declaration 'parent' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_config_modules.h:6:58: note: Function 'e_int_config_modules' argument 1 names different: declaration 'parent' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_config_modules.c:86:42: note: Function 'e_int_config_modules' argument 1 names different: declaration 'parent' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_config_modules.c:86:74: style: Function 'e_int_config_modules' argument 2 names different: declaration 'params' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_config_modules.h:6:78: note: Function 'e_int_config_modules' argument 2 names different: declaration 'params' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_config_modules.c:86:74: note: Function 'e_int_config_modules' argument 2 names different: declaration 'params' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_config_modules.c:105:35: style: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_config_modules.c:68:51: note: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_config_modules.c:105:35: note: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_config_modules.c:136:33: style: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_config_modules.c:69:49: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_config_modules.c:136:33: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_config_modules.c:597:40: style: Function '_btn_cb_unload' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_config_modules.c:82:54: note: Function '_btn_cb_unload' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_config_modules.c:597:40: note: Function '_btn_cb_unload' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_config_modules.c:622:38: style: Function '_btn_cb_load' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_config_modules.c:83:52: note: Function '_btn_cb_load' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_config_modules.c:622:38: note: Function '_btn_cb_load' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_gadcon_config.c:233:15: warning: Either the condition 'if(gcc&&(gcc->cf!=cf_gcc))' is redundant or there is possible null pointer dereference: gcc. [nullPointerRedundantCheck]
enlightenment-0.22.3/src/bin/e_int_gadcon_config.c:234:12: note: Assuming that condition 'if(gcc&&(gcc->cf!=cf_gcc))' is not redundant
enlightenment-0.22.3/src/bin/e_int_gadcon_config.c:233:15: note: Null pointer dereference
enlightenment-0.22.3/src/bin/e_int_gadcon_config.c:121:33: style: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_gadcon_config.c:33:49: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_gadcon_config.c:121:33: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_gadcon_config.c:632:52: style: Function '_cb_gcc_del' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_gadcon_config.c:47:67: note: Function '_cb_gcc_del' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_gadcon_config.c:632:52: note: Function '_cb_gcc_del' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_gadcon_config.c:648:52: style: Function '_cb_gcc_add' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_gadcon_config.c:46:67: note: Function '_cb_gcc_add' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_gadcon_config.c:648:52: note: Function '_cb_gcc_add' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_gadcon_config.c:656:51: style: Function '_cb_cc_del' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_gadcon_config.c:45:66: note: Function '_cb_cc_del' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_gadcon_config.c:656:51: note: Function '_cb_cc_del' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_gadcon_config.c:666:51: style: Function '_cb_cc_add' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_gadcon_config.c:44:66: note: Function '_cb_cc_add' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_gadcon_config.c:666:51: note: Function '_cb_cc_add' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:1381:32: style: Redundant condition: ec->iconic. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
enlightenment-0.22.3/src/bin/e_int_menus.c:1604:9: warning: Possible null pointer dereference: ec [nullPointer]
enlightenment-0.22.3/src/bin/e_int_menus.c:1299:19: note: Assignment 'ec=NULL', assigned value is 0
enlightenment-0.22.3/src/bin/e_int_menus.c:1307:39: note: Calling function '_e_int_menus_clients_item_create', 1st argument 'ec' value is 0
enlightenment-0.22.3/src/bin/e_int_menus.c:1604:9: note: Null pointer dereference
enlightenment-0.22.3/src/bin/e_int_menus.c:167:4: style: Variable 'l' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/bin/e_int_menus.c:149:0: note: Variable 'l' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_int_menus.c:167:4: note: Variable 'l' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_int_menus.c:1179:4: style: Variable 'l' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/bin/e_int_menus.c:1175:0: note: Variable 'l' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_int_menus.c:1179:4: note: Variable 'l' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_int_menus.c:1467:4: style: Variable 'zone' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/bin/e_int_menus.c:1461:0: note: Variable 'zone' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_int_menus.c:1467:4: note: Variable 'zone' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_int_menus.c:1468:4: style: Variable 'desk' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/bin/e_int_menus.c:1462:0: note: Variable 'desk' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_int_menus.c:1468:4: note: Variable 'desk' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_int_menus.c:1687:9: style: Variable 'title' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/bin/e_int_menus.c:1685:0: note: Variable 'title' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_int_menus.c:1687:9: note: Variable 'title' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_int_menus.c:1775:4: style: Variable 'shelves' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/bin/e_int_menus.c:1767:0: note: Variable 'shelves' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_int_menus.c:1775:4: note: Variable 'shelves' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_int_menus.c:818:15: style: The scope of the variable 'l' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_int_menus.c:591:50: style: Function '_e_int_menus_efreet_desktop_cache_update' argument 1 names different: declaration 'd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_menus.c:65:68: note: Function '_e_int_menus_efreet_desktop_cache_update' argument 1 names different: declaration 'd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:591:50: note: Function '_e_int_menus_efreet_desktop_cache_update' argument 1 names different: declaration 'd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:591:72: style: Function '_e_int_menus_efreet_desktop_cache_update' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_menus.c:65:75: note: Function '_e_int_menus_efreet_desktop_cache_update' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:591:72: note: Function '_e_int_menus_efreet_desktop_cache_update' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:591:93: style: Function '_e_int_menus_efreet_desktop_cache_update' argument 3 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_menus.c:65:87: note: Function '_e_int_menus_efreet_desktop_cache_update' argument 3 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:591:93: note: Function '_e_int_menus_efreet_desktop_cache_update' argument 3 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:630:36: style: Function '_e_int_menus_main_about' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_menus.c:19:51: note: Function '_e_int_menus_main_about' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:630:36: note: Function '_e_int_menus_main_about' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:630:59: style: Function '_e_int_menus_main_about' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_menus.c:19:65: note: Function '_e_int_menus_main_about' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:630:59: note: Function '_e_int_menus_main_about' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:630:88: style: Function '_e_int_menus_main_about' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_menus.c:19:81: note: Function '_e_int_menus_main_about' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:630:88: note: Function '_e_int_menus_main_about' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:639:38: style: Function '_e_int_menus_themes_about' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_menus.c:46:53: note: Function '_e_int_menus_themes_about' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:639:38: note: Function '_e_int_menus_themes_about' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:639:61: style: Function '_e_int_menus_themes_about' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_menus.c:46:67: note: Function '_e_int_menus_themes_about' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:639:61: note: Function '_e_int_menus_themes_about' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:639:90: style: Function '_e_int_menus_themes_about' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_menus.c:46:83: note: Function '_e_int_menus_themes_about' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:639:90: note: Function '_e_int_menus_themes_about' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:648:36: style: Function '_e_int_menus_report_bug' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_menus.c:47:51: note: Function '_e_int_menus_report_bug' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:648:36: note: Function '_e_int_menus_report_bug' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:648:59: style: Function '_e_int_menus_report_bug' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_menus.c:47:65: note: Function '_e_int_menus_report_bug' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:648:59: note: Function '_e_int_menus_report_bug' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:648:88: style: Function '_e_int_menus_report_bug' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_menus.c:47:81: note: Function '_e_int_menus_report_bug' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:648:88: note: Function '_e_int_menus_report_bug' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:662:35: style: Function '_e_int_menus_config_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_menus.c:57:50: note: Function '_e_int_menus_config_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:662:35: note: Function '_e_int_menus_config_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:662:75: style: Function '_e_int_menus_config_cb' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_menus.c:57:80: note: Function '_e_int_menus_config_cb' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:662:75: note: Function '_e_int_menus_config_cb' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:671:39: style: Function '_e_int_menus_main_showhide' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_menus.c:58:54: note: Function '_e_int_menus_main_showhide' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:671:39: note: Function '_e_int_menus_main_showhide' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:671:79: style: Function '_e_int_menus_main_showhide' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_menus.c:58:84: note: Function '_e_int_menus_main_showhide' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:671:79: note: Function '_e_int_menus_main_showhide' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:680:38: style: Function '_e_int_menus_main_restart' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_menus.c:59:53: note: Function '_e_int_menus_main_restart' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:680:38: note: Function '_e_int_menus_main_restart' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:680:61: style: Function '_e_int_menus_main_restart' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_menus.c:59:67: note: Function '_e_int_menus_main_restart' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:680:61: note: Function '_e_int_menus_main_restart' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:680:90: style: Function '_e_int_menus_main_restart' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_menus.c:59:83: note: Function '_e_int_menus_main_restart' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:680:90: note: Function '_e_int_menus_main_restart' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:689:35: style: Function '_e_int_menus_main_exit' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_menus.c:60:50: note: Function '_e_int_menus_main_exit' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:689:35: note: Function '_e_int_menus_main_exit' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:689:58: style: Function '_e_int_menus_main_exit' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_menus.c:60:64: note: Function '_e_int_menus_main_exit' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:689:58: note: Function '_e_int_menus_main_exit' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:689:87: style: Function '_e_int_menus_main_exit' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_menus.c:60:80: note: Function '_e_int_menus_main_exit' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:689:87: note: Function '_e_int_menus_main_exit' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:1018:62: style: Function '_e_int_menus_apps_run' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_menus.c:24:79: note: Function '_e_int_menus_apps_run' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:1018:62: note: Function '_e_int_menus_apps_run' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:1038:46: style: Function '_e_int_menus_apps_drag' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_menus.c:25:64: note: Function '_e_int_menus_apps_drag' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:1038:46: note: Function '_e_int_menus_apps_drag' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:1068:41: style: Function '_e_int_menus_virtuals_pre_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_menus.c:43:56: note: Function '_e_int_menus_virtuals_pre_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:1068:41: note: Function '_e_int_menus_virtuals_pre_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:1128:38: style: Function '_e_int_menus_desk_item_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_menus.c:62:53: note: Function '_e_int_menus_desk_item_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:1128:38: note: Function '_e_int_menus_desk_item_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:1128:61: style: Function '_e_int_menus_desk_item_cb' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_menus.c:62:67: note: Function '_e_int_menus_desk_item_cb' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:1128:61: note: Function '_e_int_menus_desk_item_cb' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:1128:90: style: Function '_e_int_menus_desk_item_cb' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_menus.c:62:83: note: Function '_e_int_menus_desk_item_cb' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:1128:90: note: Function '_e_int_menus_desk_item_cb' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:1134:53: style: Function '_e_int_menus_virtuals_item_cb' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_menus.c:44:71: note: Function '_e_int_menus_virtuals_item_cb' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:1134:53: note: Function '_e_int_menus_virtuals_item_cb' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:1134:82: style: Function '_e_int_menus_virtuals_item_cb' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_menus.c:44:87: note: Function '_e_int_menus_virtuals_item_cb' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:1134:82: note: Function '_e_int_menus_virtuals_item_cb' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:1172:39: style: Function '_e_int_menus_config_pre_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_menus.c:26:54: note: Function '_e_int_menus_config_pre_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:1172:39: note: Function '_e_int_menus_config_pre_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:1455:40: style: Function '_e_int_menus_clients_pre_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_menus.c:28:55: note: Function '_e_int_menus_clients_pre_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:1455:40: note: Function '_e_int_menus_clients_pre_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:1621:52: style: Function '_e_int_menus_clients_item_cb' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_menus.c:31:70: note: Function '_e_int_menus_clients_item_cb' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:1621:52: note: Function '_e_int_menus_clients_item_cb' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:1621:81: style: Function '_e_int_menus_clients_item_cb' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_menus.c:31:86: note: Function '_e_int_menus_clients_item_cb' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:1621:81: note: Function '_e_int_menus_clients_item_cb' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:1652:44: style: Function '_e_int_menus_clients_cleanup_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_menus.c:33:59: note: Function '_e_int_menus_clients_cleanup_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:1652:44: note: Function '_e_int_menus_clients_cleanup_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:1652:84: style: Function '_e_int_menus_clients_cleanup_cb' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_menus.c:33:89: note: Function '_e_int_menus_clients_cleanup_cb' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:1652:84: note: Function '_e_int_menus_clients_cleanup_cb' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:1661:45: style: Function '_e_int_menus_lost_clients_pre_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_menus.c:48:60: note: Function '_e_int_menus_lost_clients_pre_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:1661:45: note: Function '_e_int_menus_lost_clients_pre_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:1718:57: style: Function '_e_int_menus_lost_clients_item_cb' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_menus.c:50:75: note: Function '_e_int_menus_lost_clients_item_cb' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:1718:57: note: Function '_e_int_menus_lost_clients_item_cb' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:1718:86: style: Function '_e_int_menus_lost_clients_item_cb' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_menus.c:50:91: note: Function '_e_int_menus_lost_clients_item_cb' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:1718:86: note: Function '_e_int_menus_lost_clients_item_cb' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:1764:40: style: Function '_e_int_menus_shelves_pre_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_menus.c:53:55: note: Function '_e_int_menus_shelves_pre_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:1764:40: note: Function '_e_int_menus_shelves_pre_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:1871:52: style: Function '_e_int_menus_shelves_item_cb' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_menus.c:54:70: note: Function '_e_int_menus_shelves_item_cb' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:1871:52: note: Function '_e_int_menus_shelves_item_cb' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:1871:81: style: Function '_e_int_menus_shelves_item_cb' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_menus.c:54:86: note: Function '_e_int_menus_shelves_item_cb' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:1871:81: note: Function '_e_int_menus_shelves_item_cb' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:1880:40: style: Function '_e_int_menus_shelves_add_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_menus.c:55:55: note: Function '_e_int_menus_shelves_add_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:1880:40: note: Function '_e_int_menus_shelves_add_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:1880:63: style: Function '_e_int_menus_shelves_add_cb' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_menus.c:55:69: note: Function '_e_int_menus_shelves_add_cb' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:1880:63: note: Function '_e_int_menus_shelves_add_cb' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:1880:92: style: Function '_e_int_menus_shelves_add_cb' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_menus.c:55:85: note: Function '_e_int_menus_shelves_add_cb' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:1880:92: note: Function '_e_int_menus_shelves_add_cb' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:1889:40: style: Function '_e_int_menus_shelves_del_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_menus.c:56:55: note: Function '_e_int_menus_shelves_del_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:1889:40: note: Function '_e_int_menus_shelves_del_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:1889:63: style: Function '_e_int_menus_shelves_del_cb' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_menus.c:56:69: note: Function '_e_int_menus_shelves_del_cb' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:1889:63: note: Function '_e_int_menus_shelves_del_cb' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:1889:92: style: Function '_e_int_menus_shelves_del_cb' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_menus.c:56:85: note: Function '_e_int_menus_shelves_del_cb' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_menus.c:1889:92: note: Function '_e_int_menus_shelves_del_cb' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_toolbar_config.c:53:33: style: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_toolbar_config.c:6:49: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_toolbar_config.c:53:33: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_toolbar_config.c:60:35: style: Function '_basic_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_toolbar_config.c:7:51: note: Function '_basic_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_toolbar_config.c:60:35: note: Function '_basic_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_toolbar_config.c:71:36: style: Function '_basic_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_int_toolbar_config.c:8:52: note: Function '_basic_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_int_toolbar_config.c:71:36: note: Function '_basic_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_intl.c:150:13: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
enlightenment-0.22.3/src/bin/e_intl.c:146:8: note: outer condition: !lang
enlightenment-0.22.3/src/bin/e_intl.c:150:13: note: identical inner condition: !lang
enlightenment-0.22.3/src/bin/e_intl.c:150:13: style: Condition '!lang' is always true [knownConditionTrueFalse]
enlightenment-0.22.3/src/bin/e_intl.c:146:8: note: Assuming that condition '!lang' is not redundant
enlightenment-0.22.3/src/bin/e_intl.c:150:13: note: Condition '!lang' is always true
enlightenment-0.22.3/src/bin/e_intl.c:378:4: style: Variable 'im_list' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/bin/e_intl.c:375:4: note: Variable 'im_list' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_intl.c:378:4: note: Variable 'im_list' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_intl.c:329:32: style: The scope of the variable 'imc' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_intl.c:505:10: style: The scope of the variable 'file' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_intl.c:315:37: style: Function 'e_intl_input_method_set' argument 1 names different: declaration 'method' definition 'imc_path'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_intl.h:53:63: note: Function 'e_intl_input_method_set' argument 1 names different: declaration 'method' definition 'imc_path'.
enlightenment-0.22.3/src/bin/e_intl.c:315:37: note: Function 'e_intl_input_method_set' argument 1 names different: declaration 'method' definition 'imc_path'.
enlightenment-0.22.3/src/bin/e_intl.c:414:28: style: Function '_e_intl_cb_exit' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_intl.c:49:41: note: Function '_e_intl_cb_exit' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_intl.c:414:28: note: Function '_e_intl_cb_exit' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_intl.c:414:50: style: Function '_e_intl_cb_exit' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_intl.c:49:51: note: Function '_e_intl_cb_exit' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_intl.c:414:50: note: Function '_e_intl_cb_exit' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_intl.c:426:37: style: Function '_e_intl_locale_hash_free' argument 1 names different: declaration 'language_hash' definition 'locale_hash'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_intl.c:45:55: note: Function '_e_intl_locale_hash_free' argument 1 names different: declaration 'language_hash' definition 'locale_hash'.
enlightenment-0.22.3/src/bin/e_intl.c:426:37: note: Function '_e_intl_locale_hash_free' argument 1 names different: declaration 'language_hash' definition 'locale_hash'.
enlightenment-0.22.3/src/bin/e_intl.c:434:51: style: Function '_e_intl_locale_hash_free_cb' argument 1 names different: declaration 'hash' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_intl.c:46:64: note: Function '_e_intl_locale_hash_free_cb' argument 1 names different: declaration 'hash' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_intl.c:434:51: note: Function '_e_intl_locale_hash_free_cb' argument 1 names different: declaration 'hash' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_intl.c:434:80: style: Function '_e_intl_locale_hash_free_cb' argument 2 names different: declaration 'key' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_intl.c:46:82: note: Function '_e_intl_locale_hash_free_cb' argument 2 names different: declaration 'key' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_intl.c:434:80: note: Function '_e_intl_locale_hash_free_cb' argument 2 names different: declaration 'key' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_intl.c:434:117: style: Function '_e_intl_locale_hash_free_cb' argument 4 names different: declaration 'fdata' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_intl.c:46:105: note: Function '_e_intl_locale_hash_free_cb' argument 4 names different: declaration 'fdata' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_intl.c:434:117: note: Function '_e_intl_locale_hash_free_cb' argument 4 names different: declaration 'fdata' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_ipc_codec.c:325:15: style: The scope of the variable 'str_node' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_ipc_codec.c:212:61: style: Function 'e_ipc_codec_2int_dec' argument 4 names different: declaration 'dest2x' definition 'dest2'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_ipc_codec.h:105:76: note: Function 'e_ipc_codec_2int_dec' argument 4 names different: declaration 'dest2x' definition 'dest2'.
enlightenment-0.22.3/src/bin/e_ipc_codec.c:212:61: note: Function 'e_ipc_codec_2int_dec' argument 4 names different: declaration 'dest2x' definition 'dest2'.
enlightenment-0.22.3/src/bin/e_layout.c:373:42: style: Function '_e_layout_smart_item_del_hook' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_layout.c:31:59: note: Function '_e_layout_smart_item_del_hook' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_layout.c:373:42: note: Function '_e_layout_smart_item_del_hook' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_layout.c:373:63: style: Function '_e_layout_smart_item_del_hook' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_layout.c:31:71: note: Function '_e_layout_smart_item_del_hook' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_layout.c:373:63: note: Function '_e_layout_smart_item_del_hook' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_layout.c:373:111: style: Function '_e_layout_smart_item_del_hook' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_layout.c:31:98: note: Function '_e_layout_smart_item_del_hook' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_layout.c:373:111: note: Function '_e_layout_smart_item_del_hook' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_main.c:1674:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
enlightenment-0.22.3/src/bin/e_main.c:1694:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
enlightenment-0.22.3/src/bin/e_main.c:1133:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_main.c:1686:10: style: The scope of the variable 'env' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_maximize.c:23:63: style: Function 'e_maximize_client_shelf_fit' argument 3 names different: declaration 'y1' definition 'yy1'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_maximize.h:6:74: note: Function 'e_maximize_client_shelf_fit' argument 3 names different: declaration 'y1' definition 'yy1'.
enlightenment-0.22.3/src/bin/e_maximize.c:23:63: note: Function 'e_maximize_client_shelf_fit' argument 3 names different: declaration 'y1' definition 'yy1'.
enlightenment-0.22.3/src/bin/e_maximize.c:29:62: style: Function 'e_maximize_client_dock_fit' argument 3 names different: declaration 'y1' definition 'yy1'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_maximize.h:7:73: note: Function 'e_maximize_client_dock_fit' argument 3 names different: declaration 'y1' definition 'yy1'.
enlightenment-0.22.3/src/bin/e_maximize.c:29:62: note: Function 'e_maximize_client_dock_fit' argument 3 names different: declaration 'y1' definition 'yy1'.
enlightenment-0.22.3/src/bin/e_maximize.c:127:64: style: Function 'e_maximize_client_shelf_fill' argument 3 names different: declaration 'y1' definition 'yy1'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_maximize.h:8:75: note: Function 'e_maximize_client_shelf_fill' argument 3 names different: declaration 'y1' definition 'yy1'.
enlightenment-0.22.3/src/bin/e_maximize.c:127:64: note: Function 'e_maximize_client_shelf_fill' argument 3 names different: declaration 'y1' definition 'yy1'.
enlightenment-0.22.3/src/bin/e_maximize.c:149:65: style: Function 'e_maximize_client_client_fill' argument 3 names different: declaration 'y1' definition 'yy1'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_maximize.h:9:76: note: Function 'e_maximize_client_client_fill' argument 3 names different: declaration 'y1' definition 'yy1'.
enlightenment-0.22.3/src/bin/e_maximize.c:149:65: note: Function 'e_maximize_client_client_fill' argument 3 names different: declaration 'y1' definition 'yy1'.
enlightenment-0.22.3/src/bin/e_maximize.c:169:62: style: Function '_e_maximize_client_rects_fill' argument 2 names different: declaration 'list' definition 'rects'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_maximize.c:17:74: note: Function '_e_maximize_client_rects_fill' argument 2 names different: declaration 'list' definition 'rects'.
enlightenment-0.22.3/src/bin/e_maximize.c:169:62: note: Function '_e_maximize_client_rects_fill' argument 2 names different: declaration 'list' definition 'rects'.
enlightenment-0.22.3/src/bin/e_menu.c:553:21: style: The scope of the variable 'cat' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_menu.c:1689:24: style: The scope of the variable 'maxh' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_menu.c:1890:15: style: The scope of the variable 'l' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_menu.c:2150:15: style: The scope of the variable 'll' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_menu.c:2151:17: style: The scope of the variable 'mi' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_menu.c:2175:15: style: The scope of the variable 'll' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_menu.c:2176:17: style: The scope of the variable 'mi' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_menu.c:482:32: style: Function 'e_menu_icon_file_set' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_menu.h:166:49: note: Function 'e_menu_icon_file_set' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_menu.c:482:32: note: Function 'e_menu_icon_file_set' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_menu.c:482:62: style: Function 'e_menu_icon_file_set' argument 2 names different: declaration 'icon' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_menu.h:166:64: note: Function 'e_menu_icon_file_set' argument 2 names different: declaration 'icon' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_menu.c:482:62: note: Function 'e_menu_icon_file_set' argument 2 names different: declaration 'icon' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_menu.c:1953:34: style: Function '_e_menu_deactivate_above' argument 1 names different: declaration 'm' definition 'ma'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_menu.c:42:54: note: Function '_e_menu_deactivate_above' argument 1 names different: declaration 'm' definition 'ma'.
enlightenment-0.22.3/src/bin/e_menu.c:1953:34: note: Function '_e_menu_deactivate_above' argument 1 names different: declaration 'm' definition 'ma'.
enlightenment-0.22.3/src/bin/e_menu.c:2663:43: style: Function '_e_menu_cb_item_in' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_menu.c:73:58: note: Function '_e_menu_cb_item_in' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_menu.c:2663:43: note: Function '_e_menu_cb_item_in' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_menu.c:2663:73: style: Function '_e_menu_cb_item_in' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_menu.c:73:77: note: Function '_e_menu_cb_item_in' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_menu.c:2663:73: note: Function '_e_menu_cb_item_in' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_menu.c:2663:103: style: Function '_e_menu_cb_item_in' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_menu.c:73:88: note: Function '_e_menu_cb_item_in' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_menu.c:2663:103: note: Function '_e_menu_cb_item_in' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_menu.c:2674:44: style: Function '_e_menu_cb_item_out' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_menu.c:74:59: note: Function '_e_menu_cb_item_out' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_menu.c:2674:44: note: Function '_e_menu_cb_item_out' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_menu.c:2674:74: style: Function '_e_menu_cb_item_out' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_menu.c:74:78: note: Function '_e_menu_cb_item_out' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_menu.c:2674:74: note: Function '_e_menu_cb_item_out' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_menu.c:2674:104: style: Function '_e_menu_cb_item_out' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_menu.c:74:89: note: Function '_e_menu_cb_item_out' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_menu.c:2674:104: note: Function '_e_menu_cb_item_out' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_menu.c:2737:34: warning: Function '_e_menu_cb_mouse_evas_down' argument order different: declaration 'EINA_UNUSED, EINA_UNUSED' definition 'data, EINA_UNUSED' [funcArgOrderDifferent]
enlightenment-0.22.3/src/bin/e_menu.c:83:59: note: Function '_e_menu_cb_mouse_evas_down' argument order different: declaration 'EINA_UNUSED, EINA_UNUSED' definition 'data, EINA_UNUSED'
enlightenment-0.22.3/src/bin/e_menu.c:2737:34: note: Function '_e_menu_cb_mouse_evas_down' argument order different: declaration 'EINA_UNUSED, EINA_UNUSED' definition 'data, EINA_UNUSED'
enlightenment-0.22.3/src/bin/e_menu.c:2747:34: style: Function '_e_menu_cb_mouse_down' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_menu.c:76:49: note: Function '_e_menu_cb_mouse_down' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_menu.c:2747:34: note: Function '_e_menu_cb_mouse_down' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_menu.c:2747:56: style: Function '_e_menu_cb_mouse_down' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_menu.c:76:59: note: Function '_e_menu_cb_mouse_down' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_menu.c:2747:56: note: Function '_e_menu_cb_mouse_down' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_menu.c:2775:32: style: Function '_e_menu_cb_mouse_up' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_menu.c:77:47: note: Function '_e_menu_cb_mouse_up' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_menu.c:2775:32: note: Function '_e_menu_cb_mouse_up' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_menu.c:2775:54: style: Function '_e_menu_cb_mouse_up' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_menu.c:77:57: note: Function '_e_menu_cb_mouse_up' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_menu.c:2775:54: note: Function '_e_menu_cb_mouse_up' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_menu.c:2827:34: style: Function '_e_menu_cb_mouse_move' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_menu.c:78:49: note: Function '_e_menu_cb_mouse_move' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_menu.c:2827:34: note: Function '_e_menu_cb_mouse_move' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_menu.c:2827:56: style: Function '_e_menu_cb_mouse_move' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_menu.c:78:59: note: Function '_e_menu_cb_mouse_move' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_menu.c:2827:56: note: Function '_e_menu_cb_mouse_move' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_menu.c:2901:35: style: Function '_e_menu_cb_mouse_wheel' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_menu.c:79:50: note: Function '_e_menu_cb_mouse_wheel' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_menu.c:2901:35: note: Function '_e_menu_cb_mouse_wheel' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_menu.c:2901:57: style: Function '_e_menu_cb_mouse_wheel' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_menu.c:79:60: note: Function '_e_menu_cb_mouse_wheel' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_menu.c:2901:57: note: Function '_e_menu_cb_mouse_wheel' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_menu.c:2925:39: style: Function '_e_menu_cb_scroll_animator' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_menu.c:80:54: note: Function '_e_menu_cb_scroll_animator' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_menu.c:2925:39: note: Function '_e_menu_cb_scroll_animator' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_menu.c:2975:49: style: Function '_e_menu_cb_item_submenu_post_default' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_menu.c:81:64: note: Function '_e_menu_cb_item_submenu_post_default' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_menu.c:2975:49: note: Function '_e_menu_cb_item_submenu_post_default' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_menu.c:2975:72: style: Function '_e_menu_cb_item_submenu_post_default' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_menu.c:81:78: note: Function '_e_menu_cb_item_submenu_post_default' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_menu.c:2975:72: note: Function '_e_menu_cb_item_submenu_post_default' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_module.c:215:40: warning: Return value of function strstr() is not used. [ignoredReturnValue]
enlightenment-0.22.3/src/bin/e_module.c:215:14: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/bin/e_module.c:212:0: note: Variable 'data' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_module.c:215:14: note: Variable 'data' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_module.c:229:14: style: The scope of the variable 'm' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_module.c:517:15: style: The scope of the variable 'l' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_module.c:518:27: style: The scope of the variable 'ev' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_module.c:519:21: style: The scope of the variable 'em' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_module.c:629:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_module.c:773:22: style: The scope of the variable 'md' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_module.c:768:78: style: Function '_e_module_desktop_list_cb' argument 2 names different: declaration 'key' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_module.c:19:91: note: Function '_e_module_desktop_list_cb' argument 2 names different: declaration 'key' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_module.c:768:78: note: Function '_e_module_desktop_list_cb' argument 2 names different: declaration 'key' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_module.c:852:31: style: Function '_e_module_cb_idler' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_module.c:15:43: note: Function '_e_module_cb_idler' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_module.c:852:31: note: Function '_e_module_cb_idler' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_module.c:919:40: style: Function '_e_module_event_update_free' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_module.c:14:52: note: Function '_e_module_event_update_free' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_module.c:919:40: note: Function '_e_module_event_update_free' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_moveresize.c:81:28: style: Function '_e_resize_begin' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_moveresize.c:3:35: note: Function '_e_resize_begin' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_moveresize.c:81:28: note: Function '_e_resize_begin' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_moveresize.c:121:26: style: Function '_e_resize_end' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_moveresize.c:5:33: note: Function '_e_resize_end' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_moveresize.c:121:26: note: Function '_e_resize_end' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_moveresize.c:121:52: style: Function '_e_resize_end' argument 2 names different: declaration 'ec' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_moveresize.c:5:49: note: Function '_e_resize_end' argument 2 names different: declaration 'ec' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_moveresize.c:121:52: note: Function '_e_resize_end' argument 2 names different: declaration 'ec' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_moveresize.c:137:29: style: Function '_e_resize_update' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_moveresize.c:4:36: note: Function '_e_resize_update' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_moveresize.c:137:29: note: Function '_e_resize_update' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_moveresize.c:154:26: style: Function '_e_move_begin' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_moveresize.c:6:33: note: Function '_e_move_begin' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_moveresize.c:154:26: note: Function '_e_move_begin' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_moveresize.c:195:24: style: Function '_e_move_end' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_moveresize.c:8:31: note: Function '_e_move_end' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_moveresize.c:195:24: note: Function '_e_move_end' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_moveresize.c:195:50: style: Function '_e_move_end' argument 2 names different: declaration 'ec' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_moveresize.c:8:47: note: Function '_e_move_end' argument 2 names different: declaration 'ec' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_moveresize.c:195:50: note: Function '_e_move_end' argument 2 names different: declaration 'ec' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_moveresize.c:209:27: style: Function '_e_move_update' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_moveresize.c:7:34: note: Function '_e_move_update' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_moveresize.c:209:27: note: Function '_e_move_update' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_msg.c:118:28: style: Function '_e_msg_event_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_msg.c:24:40: note: Function '_e_msg_event_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_msg.c:118:28: note: Function '_e_msg_event_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_msg.c:118:53: style: Function '_e_msg_event_cb' argument 2 names different: declaration 'ev_type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_msg.c:24:50: note: Function '_e_msg_event_cb' argument 2 names different: declaration 'ev_type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_msg.c:118:53: note: Function '_e_msg_event_cb' argument 2 names different: declaration 'ev_type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_msg.c:141:30: style: Function '_e_msg_event_free' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_msg.c:25:42: note: Function '_e_msg_event_free' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_msg.c:141:30: note: Function '_e_msg_event_free' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_msgbus.c:77:38: style: Function '_e_msgbus_request_name_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_msgbus.c:6:56: note: Function '_e_msgbus_request_name_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_msgbus.c:77:38: note: Function '_e_msgbus_request_name_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_msgbus.c:78:51: style: Function '_e_msgbus_request_name_cb' argument 3 names different: declaration 'pending' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_msgbus.c:6:105: note: Function '_e_msgbus_request_name_cb' argument 3 names different: declaration 'pending' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_msgbus.c:78:51: note: Function '_e_msgbus_request_name_cb' argument 3 names different: declaration 'pending' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_msgbus.c:100:65: style: Function '_e_msgbus_core_version_cb' argument 1 names different: declaration 'iface' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_msgbus.c:8:82: note: Function '_e_msgbus_core_version_cb' argument 1 names different: declaration 'iface' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_msgbus.c:100:65: note: Function '_e_msgbus_core_version_cb' argument 1 names different: declaration 'iface' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_msgbus.c:110:65: style: Function '_e_msgbus_core_restart_cb' argument 1 names different: declaration 'iface' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_msgbus.c:9:82: note: Function '_e_msgbus_core_restart_cb' argument 1 names different: declaration 'iface' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_msgbus.c:110:65: note: Function '_e_msgbus_core_restart_cb' argument 1 names different: declaration 'iface' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_msgbus.c:121:66: style: Function '_e_msgbus_core_shutdown_cb' argument 1 names different: declaration 'iface' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_msgbus.c:10:83: note: Function '_e_msgbus_core_shutdown_cb' argument 1 names different: declaration 'iface' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_msgbus.c:121:66: note: Function '_e_msgbus_core_shutdown_cb' argument 1 names different: declaration 'iface' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_notification.c:142:32: style: The scope of the variable 'popped' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_notification.c:412:20: style: The scope of the variable 'd' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_notification.c:413:24: style: The scope of the variable 's' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_notification.c:436:1: style: Label 'error' is not used. [unusedLabel]
enlightenment-0.22.3/src/bin/e_notification.c:347:104: style: Function 'e_notification_server_register' argument 2 names different: declaration 'notify_cb' definition 'n_cb'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_notification.h:71:120: note: Function 'e_notification_server_register' argument 2 names different: declaration 'notify_cb' definition 'n_cb'.
enlightenment-0.22.3/src/bin/e_notification.c:347:104: note: Function 'e_notification_server_register' argument 2 names different: declaration 'notify_cb' definition 'n_cb'.
enlightenment-0.22.3/src/bin/e_obj_dialog.c:138:53: style: Function '_e_obj_dialog_cb_close' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_obj_dialog.c:6:61: note: Function '_e_obj_dialog_cb_close' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_obj_dialog.c:138:53: note: Function '_e_obj_dialog_cb_close' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_obj_dialog.c:138:87: style: Function '_e_obj_dialog_cb_close' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_obj_dialog.c:6:78: note: Function '_e_obj_dialog_cb_close' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_obj_dialog.c:138:87: note: Function '_e_obj_dialog_cb_close' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_obj_dialog.c:138:119: style: Function '_e_obj_dialog_cb_close' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_obj_dialog.c:6:100: note: Function '_e_obj_dialog_cb_close' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_obj_dialog.c:138:119: note: Function '_e_obj_dialog_cb_close' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_open.c:297:16: style: The scope of the variable 's' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_order.c:249:56: style: Function '_e_order_cb_monitor' argument 2 names different: declaration 'em' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_order.c:5:70: note: Function '_e_order_cb_monitor' argument 2 names different: declaration 'em' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_order.c:249:56: note: Function '_e_order_cb_monitor' argument 2 names different: declaration 'em' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_order.c:249:92: style: Function '_e_order_cb_monitor' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_order.c:5:91: note: Function '_e_order_cb_monitor' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_order.c:249:92: note: Function '_e_order_cb_monitor' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_order.c:249:122: style: Function '_e_order_cb_monitor' argument 4 names different: declaration 'path' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_order.c:5:110: note: Function '_e_order_cb_monitor' argument 4 names different: declaration 'path' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_order.c:249:122: note: Function '_e_order_cb_monitor' argument 4 names different: declaration 'path' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_order.c:330:44: style: Function '_e_order_cb_efreet_cache_update' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_order.c:9:56: note: Function '_e_order_cb_efreet_cache_update' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_order.c:330:44: note: Function '_e_order_cb_efreet_cache_update' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_order.c:330:69: style: Function '_e_order_cb_efreet_cache_update' argument 2 names different: declaration 'ev_type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_order.c:9:66: note: Function '_e_order_cb_efreet_cache_update' argument 2 names different: declaration 'ev_type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_order.c:330:69: note: Function '_e_order_cb_efreet_cache_update' argument 2 names different: declaration 'ev_type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_order.c:330:91: style: Function '_e_order_cb_efreet_cache_update' argument 3 names different: declaration 'ev' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_order.c:9:81: note: Function '_e_order_cb_efreet_cache_update' argument 3 names different: declaration 'ev' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_order.c:330:91: note: Function '_e_order_cb_efreet_cache_update' argument 3 names different: declaration 'ev' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_pan.c:134:45: style: Function '_e_smart_child_del_hook' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_pan.c:16:55: note: Function '_e_smart_child_del_hook' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_pan.c:134:45: note: Function '_e_smart_child_del_hook' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_pan.c:134:75: style: Function '_e_smart_child_del_hook' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_pan.c:16:71: note: Function '_e_smart_child_del_hook' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_pan.c:134:75: note: Function '_e_smart_child_del_hook' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_pan.c:134:105: style: Function '_e_smart_child_del_hook' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_pan.c:16:82: note: Function '_e_smart_child_del_hook' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_pan.c:134:105: note: Function '_e_smart_child_del_hook' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_pan.c:144:48: style: Function '_e_smart_child_resize_hook' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_pan.c:17:58: note: Function '_e_smart_child_resize_hook' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_pan.c:144:48: note: Function '_e_smart_child_resize_hook' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_pan.c:144:78: style: Function '_e_smart_child_resize_hook' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_pan.c:17:74: note: Function '_e_smart_child_resize_hook' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_pan.c:144:78: note: Function '_e_smart_child_resize_hook' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_pan.c:144:108: style: Function '_e_smart_child_resize_hook' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_pan.c:17:85: note: Function '_e_smart_child_resize_hook' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_pan.c:144:108: note: Function '_e_smart_child_resize_hook' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_path.c:371:45: style: Function '_e_path_cache_free_cb' argument 1 names different: declaration 'hash' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_path.c:6:57: note: Function '_e_path_cache_free_cb' argument 1 names different: declaration 'hash' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_path.c:371:45: note: Function '_e_path_cache_free_cb' argument 1 names different: declaration 'hash' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_path.c:371:74: style: Function '_e_path_cache_free_cb' argument 2 names different: declaration 'key' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_path.c:6:75: note: Function '_e_path_cache_free_cb' argument 2 names different: declaration 'key' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_path.c:371:74: note: Function '_e_path_cache_free_cb' argument 2 names different: declaration 'key' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_path.c:371:111: style: Function '_e_path_cache_free_cb' argument 4 names different: declaration 'fdata' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_path.c:6:98: note: Function '_e_path_cache_free_cb' argument 4 names different: declaration 'fdata' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_path.c:371:111: note: Function '_e_path_cache_free_cb' argument 4 names different: declaration 'fdata' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_pixmap.c:416:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
enlightenment-0.22.3/src/bin/e_place.c:441:41: style: Function 'e_place_zone_cursor' argument 2 names different: declaration 'x' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_place.h:9:49: note: Function 'e_place_zone_cursor' argument 2 names different: declaration 'x' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_place.c:441:41: note: Function 'e_place_zone_cursor' argument 2 names different: declaration 'x' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_place.c:441:60: style: Function 'e_place_zone_cursor' argument 3 names different: declaration 'y' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_place.h:9:56: note: Function 'e_place_zone_cursor' argument 3 names different: declaration 'y' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_place.c:441:60: note: Function 'e_place_zone_cursor' argument 3 names different: declaration 'y' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_powersave.c:173:8: style: The scope of the variable 'ret' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_powersave.c:245:43: style: Function '_e_powersave_cb_deferred_timer' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_powersave.c:19:55: note: Function '_e_powersave_cb_deferred_timer' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_powersave.c:245:43: note: Function '_e_powersave_cb_deferred_timer' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_randr2.c:521:28: style: The scope of the variable 'cs' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_randr2.c:193:28: style: Function '_cb_delay_timer' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_randr2.c:8:54: note: Function '_cb_delay_timer' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_randr2.c:193:28: note: Function '_cb_delay_timer' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_randr2.c:204:30: style: Function '_cb_fade_animator' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_randr2.c:9:56: note: Function '_cb_fade_animator' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_randr2.c:204:30: note: Function '_cb_fade_animator' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_randr2.c:637:36: style: Function '_cb_screen_change_delay' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_randr2.c:21:62: note: Function '_cb_screen_change_delay' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_randr2.c:637:36: note: Function '_cb_screen_change_delay' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_randr2.c:744:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
enlightenment-0.22.3/src/bin/e_randr2.c:770:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
enlightenment-0.22.3/src/bin/e_remember.c:75:4: style: Variable 'h' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/bin/e_remember.c:73:4: note: Variable 'h' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_remember.c:75:4: note: Variable 'h' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_remember.c:39:15: style: The scope of the variable 'll' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_remember.c:40:16: style: The scope of the variable 'rem' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_remember.c:213:35: style: Function '_e_remember_restore_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_remember.c:23:49: note: Function '_e_remember_restore_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_remember.c:213:35: note: Function '_e_remember_restore_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_remember.c:213:57: style: Function '_e_remember_restore_cb' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_remember.c:23:59: note: Function '_e_remember_restore_cb' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_remember.c:213:57: note: Function '_e_remember_restore_cb' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_remember.c:213:82: style: Function '_e_remember_restore_cb' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_remember.c:23:71: note: Function '_e_remember_restore_cb' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_remember.c:213:82: note: Function '_e_remember_restore_cb' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_remember.c:965:53: style: Function '_e_remember_cb_hook_eval_post_new_client' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_remember.c:21:67: note: Function '_e_remember_cb_hook_eval_post_new_client' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_remember.c:965:53: note: Function '_e_remember_cb_hook_eval_post_new_client' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_remember.c:1001:47: style: Function '_e_remember_cb_hook_pre_post_fetch' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_remember.c:20:61: note: Function '_e_remember_cb_hook_pre_post_fetch' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_remember.c:1001:47: note: Function '_e_remember_cb_hook_pre_post_fetch' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_resist.c:89:46: style: Function 'e_resist_gadman_position' argument 1 names different: declaration 'skiplist' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_resist.h:7:47: note: Function 'e_resist_gadman_position' argument 1 names different: declaration 'skiplist' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_resist.c:89:46: note: Function 'e_resist_gadman_position' argument 1 names different: declaration 'skiplist' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_scrollframe.c:525:18: style: The scope of the variable 'p' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_scrollframe.c:567:33: style: The scope of the variable 'dt' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_scrollframe.c:410:51: style: Function '_e_smart_edje_drag_v' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_scrollframe.c:78:64: note: Function '_e_smart_edje_drag_v' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_scrollframe.c:410:51: note: Function '_e_smart_edje_drag_v' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_scrollframe.c:410:85: style: Function '_e_smart_edje_drag_v' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_scrollframe.c:78:81: note: Function '_e_smart_edje_drag_v' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_scrollframe.c:410:85: note: Function '_e_smart_edje_drag_v' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_scrollframe.c:410:117: style: Function '_e_smart_edje_drag_v' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_scrollframe.c:78:103: note: Function '_e_smart_edje_drag_v' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_scrollframe.c:410:117: note: Function '_e_smart_edje_drag_v' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_scrollframe.c:419:51: style: Function '_e_smart_edje_drag_h' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_scrollframe.c:79:64: note: Function '_e_smart_edje_drag_h' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_scrollframe.c:419:51: note: Function '_e_smart_edje_drag_h' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_scrollframe.c:419:85: style: Function '_e_smart_edje_drag_h' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_scrollframe.c:79:81: note: Function '_e_smart_edje_drag_h' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_scrollframe.c:419:85: note: Function '_e_smart_edje_drag_h' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_scrollframe.c:419:117: style: Function '_e_smart_edje_drag_h' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_scrollframe.c:79:103: note: Function '_e_smart_edje_drag_h' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_scrollframe.c:419:117: note: Function '_e_smart_edje_drag_h' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_scrollframe.c:428:45: style: Function '_e_smart_child_del_hook' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_scrollframe.c:69:60: note: Function '_e_smart_child_del_hook' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_scrollframe.c:428:45: note: Function '_e_smart_child_del_hook' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_scrollframe.c:428:75: style: Function '_e_smart_child_del_hook' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_scrollframe.c:69:76: note: Function '_e_smart_child_del_hook' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_scrollframe.c:428:75: note: Function '_e_smart_child_del_hook' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_scrollframe.c:428:105: style: Function '_e_smart_child_del_hook' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_scrollframe.c:69:87: note: Function '_e_smart_child_del_hook' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_scrollframe.c:428:105: note: Function '_e_smart_child_del_hook' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_scrollframe.c:439:56: style: Function '_e_smart_pan_changed_hook' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_scrollframe.c:70:69: note: Function '_e_smart_pan_changed_hook' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_scrollframe.c:439:56: note: Function '_e_smart_pan_changed_hook' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_scrollframe.c:439:86: style: Function '_e_smart_pan_changed_hook' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_scrollframe.c:70:80: note: Function '_e_smart_pan_changed_hook' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_scrollframe.c:439:86: note: Function '_e_smart_pan_changed_hook' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_scrollframe.c:456:60: style: Function '_e_smart_pan_pan_changed_hook' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_scrollframe.c:71:73: note: Function '_e_smart_pan_pan_changed_hook' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_scrollframe.c:456:60: note: Function '_e_smart_pan_pan_changed_hook' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_scrollframe.c:456:90: style: Function '_e_smart_pan_pan_changed_hook' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_scrollframe.c:71:84: note: Function '_e_smart_pan_pan_changed_hook' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_scrollframe.c:456:90: note: Function '_e_smart_pan_pan_changed_hook' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_scrollframe.c:468:42: style: Function '_e_smart_event_wheel' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_scrollframe.c:72:57: note: Function '_e_smart_event_wheel' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_scrollframe.c:468:42: note: Function '_e_smart_event_wheel' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_scrollframe.c:468:72: style: Function '_e_smart_event_wheel' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_scrollframe.c:72:73: note: Function '_e_smart_event_wheel' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_scrollframe.c:468:72: note: Function '_e_smart_event_wheel' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_scrollframe.c:488:47: style: Function '_e_smart_event_mouse_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_scrollframe.c:73:62: note: Function '_e_smart_event_mouse_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_scrollframe.c:488:47: note: Function '_e_smart_event_mouse_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_scrollframe.c:488:77: style: Function '_e_smart_event_mouse_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_scrollframe.c:73:78: note: Function '_e_smart_event_mouse_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_scrollframe.c:488:77: note: Function '_e_smart_event_mouse_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_scrollframe.c:551:63: style: Function '_e_smart_event_mouse_up' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_scrollframe.c:75:76: note: Function '_e_smart_event_mouse_up' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_scrollframe.c:551:63: note: Function '_e_smart_event_mouse_up' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_scrollframe.c:616:65: style: Function '_e_smart_event_mouse_move' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_scrollframe.c:76:78: note: Function '_e_smart_event_mouse_move' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_scrollframe.c:616:65: note: Function '_e_smart_event_mouse_move' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_scrollframe.c:691:45: style: Function '_e_smart_event_key_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_scrollframe.c:77:60: note: Function '_e_smart_event_key_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_scrollframe.c:691:45: note: Function '_e_smart_event_key_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_scrollframe.c:691:75: style: Function '_e_smart_event_key_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_scrollframe.c:77:76: note: Function '_e_smart_event_key_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_scrollframe.c:691:75: note: Function '_e_smart_event_key_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_sha1.c:88:30: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
enlightenment-0.22.3/src/bin/e_sha1.c:77:28: note: outer condition: i<80
enlightenment-0.22.3/src/bin/e_sha1.c:88:30: note: identical inner condition: i<80
enlightenment-0.22.3/src/bin/e_shelf.c:1913:9: style: Variable 'inside' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/bin/e_shelf.c:1905:0: note: Variable 'inside' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_shelf.c:1913:9: note: Variable 'inside' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_shelf.c:635:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_shelf.c:2322:17: style: The scope of the variable 'mi' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_shelf.c:1158:41: style: Function '_e_shelf_event_rename_end_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_shelf.c:39:56: note: Function '_e_shelf_event_rename_end_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_shelf.c:1158:41: note: Function '_e_shelf_event_rename_end_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_shelf.c:1245:45: style: Function '_e_shelf_gadcon_min_size_request' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_shelf.c:6:60: note: Function '_e_shelf_gadcon_min_size_request' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_shelf.c:1245:45: note: Function '_e_shelf_gadcon_min_size_request' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_shelf.c:1245:71: style: Function '_e_shelf_gadcon_min_size_request' argument 2 names different: declaration 'gc' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_shelf.c:6:76: note: Function '_e_shelf_gadcon_min_size_request' argument 2 names different: declaration 'gc' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_shelf.c:1245:71: note: Function '_e_shelf_gadcon_min_size_request' argument 2 names different: declaration 'gc' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_shelf.c:1245:97: style: Function '_e_shelf_gadcon_min_size_request' argument 3 names different: declaration 'w' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_shelf.c:6:91: note: Function '_e_shelf_gadcon_min_size_request' argument 3 names different: declaration 'w' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_shelf.c:1245:97: note: Function '_e_shelf_gadcon_min_size_request' argument 3 names different: declaration 'w' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_shelf.c:1245:123: style: Function '_e_shelf_gadcon_min_size_request' argument 4 names different: declaration 'h' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_shelf.c:6:105: note: Function '_e_shelf_gadcon_min_size_request' argument 4 names different: declaration 'h' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_shelf.c:1245:123: note: Function '_e_shelf_gadcon_min_size_request' argument 4 names different: declaration 'h' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_shelf.c:1604:64: style: Function '_e_shelf_cb_menu_items_append' argument 2 names different: declaration 'gcc' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_shelf.c:16:80: note: Function '_e_shelf_cb_menu_items_append' argument 2 names different: declaration 'gcc' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_shelf.c:1604:64: note: Function '_e_shelf_cb_menu_items_append' argument 2 names different: declaration 'gcc' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_shelf.c:1654:47: style: Function '_e_shelf_cb_menu_config' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_shelf.c:10:65: note: Function '_e_shelf_cb_menu_config' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_shelf.c:1654:47: note: Function '_e_shelf_cb_menu_config' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_shelf.c:1654:76: style: Function '_e_shelf_cb_menu_config' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_shelf.c:10:81: note: Function '_e_shelf_cb_menu_config' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_shelf.c:1654:76: note: Function '_e_shelf_cb_menu_config' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_shelf.c:1663:45: style: Function '_e_shelf_cb_menu_edit' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_shelf.c:11:63: note: Function '_e_shelf_cb_menu_edit' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_shelf.c:1663:45: note: Function '_e_shelf_cb_menu_edit' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_shelf.c:1663:74: style: Function '_e_shelf_cb_menu_edit' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_shelf.c:11:79: note: Function '_e_shelf_cb_menu_edit' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_shelf.c:1663:74: note: Function '_e_shelf_cb_menu_edit' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_shelf.c:1681:49: style: Function '_e_shelf_cb_menu_contents' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_shelf.c:12:67: note: Function '_e_shelf_cb_menu_contents' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_shelf.c:1681:49: note: Function '_e_shelf_cb_menu_contents' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_shelf.c:1681:78: style: Function '_e_shelf_cb_menu_contents' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_shelf.c:12:83: note: Function '_e_shelf_cb_menu_contents' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_shelf.c:1681:78: note: Function '_e_shelf_cb_menu_contents' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_shelf.c:1710:47: style: Function '_e_shelf_cb_menu_delete' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_shelf.c:14:65: note: Function '_e_shelf_cb_menu_delete' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_shelf.c:1710:47: note: Function '_e_shelf_cb_menu_delete' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_shelf.c:1710:76: style: Function '_e_shelf_cb_menu_delete' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_shelf.c:14:81: note: Function '_e_shelf_cb_menu_delete' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_shelf.c:1710:76: note: Function '_e_shelf_cb_menu_delete' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_shelf.c:1748:47: style: Function '_e_shelf_cb_mouse_down' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_shelf.c:19:62: note: Function '_e_shelf_cb_mouse_down' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_shelf.c:1748:47: note: Function '_e_shelf_cb_mouse_down' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_shelf.c:1748:77: style: Function '_e_shelf_cb_mouse_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_shelf.c:19:81: note: Function '_e_shelf_cb_mouse_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_shelf.c:1748:77: note: Function '_e_shelf_cb_mouse_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_shelf.c:2001:51: style: Function '_e_shelf_cb_dummy_moveresize' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_shelf.c:37:67: note: Function '_e_shelf_cb_dummy_moveresize' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_shelf.c:2001:51: note: Function '_e_shelf_cb_dummy_moveresize' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_shelf.c:2001:81: style: Function '_e_shelf_cb_dummy_moveresize' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_shelf.c:37:83: note: Function '_e_shelf_cb_dummy_moveresize' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_shelf.c:2001:81: note: Function '_e_shelf_cb_dummy_moveresize' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_shelf.c:2001:111: style: Function '_e_shelf_cb_dummy_moveresize' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_shelf.c:37:94: note: Function '_e_shelf_cb_dummy_moveresize' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_shelf.c:2001:111: note: Function '_e_shelf_cb_dummy_moveresize' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_shelf.c:2014:44: style: Function '_e_shelf_cb_dummy_del' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_shelf.c:36:60: note: Function '_e_shelf_cb_dummy_del' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_shelf.c:2014:44: note: Function '_e_shelf_cb_dummy_del' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_shelf.c:2014:74: style: Function '_e_shelf_cb_dummy_del' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_shelf.c:36:76: note: Function '_e_shelf_cb_dummy_del' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_shelf.c:2014:74: note: Function '_e_shelf_cb_dummy_del' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_shelf.c:2014:104: style: Function '_e_shelf_cb_dummy_del' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_shelf.c:36:87: note: Function '_e_shelf_cb_dummy_del' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_shelf.c:2014:104: note: Function '_e_shelf_cb_dummy_del' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_signals.c:89:20: style: Function 'e_sigseg_act' argument 1 names different: declaration 'x' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_signals.h:7:29: note: Function 'e_sigseg_act' argument 1 names different: declaration 'x' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_signals.c:89:20: note: Function 'e_sigseg_act' argument 1 names different: declaration 'x' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_signals.c:89:49: style: Function 'e_sigseg_act' argument 2 names different: declaration 'info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_signals.h:7:43: note: Function 'e_sigseg_act' argument 2 names different: declaration 'info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_signals.c:89:49: note: Function 'e_sigseg_act' argument 2 names different: declaration 'info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_signals.c:89:73: style: Function 'e_sigseg_act' argument 3 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_signals.h:7:55: note: Function 'e_sigseg_act' argument 3 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_signals.c:89:73: note: Function 'e_sigseg_act' argument 3 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_signals.c:95:20: style: Function 'e_sigill_act' argument 1 names different: declaration 'x' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_signals.h:8:29: note: Function 'e_sigill_act' argument 1 names different: declaration 'x' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_signals.c:95:20: note: Function 'e_sigill_act' argument 1 names different: declaration 'x' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_signals.c:95:49: style: Function 'e_sigill_act' argument 2 names different: declaration 'info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_signals.h:8:43: note: Function 'e_sigill_act' argument 2 names different: declaration 'info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_signals.c:95:49: note: Function 'e_sigill_act' argument 2 names different: declaration 'info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_signals.c:95:73: style: Function 'e_sigill_act' argument 3 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_signals.h:8:55: note: Function 'e_sigill_act' argument 3 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_signals.c:95:73: note: Function 'e_sigill_act' argument 3 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_signals.c:113:20: style: Function 'e_sigfpe_act' argument 1 names different: declaration 'x' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_signals.h:9:29: note: Function 'e_sigfpe_act' argument 1 names different: declaration 'x' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_signals.c:113:20: note: Function 'e_sigfpe_act' argument 1 names different: declaration 'x' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_signals.c:113:49: style: Function 'e_sigfpe_act' argument 2 names different: declaration 'info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_signals.h:9:43: note: Function 'e_sigfpe_act' argument 2 names different: declaration 'info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_signals.c:113:49: note: Function 'e_sigfpe_act' argument 2 names different: declaration 'info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_signals.c:113:73: style: Function 'e_sigfpe_act' argument 3 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_signals.h:9:55: note: Function 'e_sigfpe_act' argument 3 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_signals.c:113:73: note: Function 'e_sigfpe_act' argument 3 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_signals.c:119:20: style: Function 'e_sigbus_act' argument 1 names different: declaration 'x' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_signals.h:10:29: note: Function 'e_sigbus_act' argument 1 names different: declaration 'x' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_signals.c:119:20: note: Function 'e_sigbus_act' argument 1 names different: declaration 'x' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_signals.c:119:49: style: Function 'e_sigbus_act' argument 2 names different: declaration 'info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_signals.h:10:43: note: Function 'e_sigbus_act' argument 2 names different: declaration 'info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_signals.c:119:49: note: Function 'e_sigbus_act' argument 2 names different: declaration 'info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_signals.c:119:73: style: Function 'e_sigbus_act' argument 3 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_signals.h:10:55: note: Function 'e_sigbus_act' argument 3 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_signals.c:119:73: note: Function 'e_sigbus_act' argument 3 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_signals.c:125:21: style: Function 'e_sigabrt_act' argument 1 names different: declaration 'x' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_signals.h:11:30: note: Function 'e_sigabrt_act' argument 1 names different: declaration 'x' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_signals.c:125:21: note: Function 'e_sigabrt_act' argument 1 names different: declaration 'x' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_signals.c:125:50: style: Function 'e_sigabrt_act' argument 2 names different: declaration 'info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_signals.h:11:44: note: Function 'e_sigabrt_act' argument 2 names different: declaration 'info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_signals.c:125:50: note: Function 'e_sigabrt_act' argument 2 names different: declaration 'info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_signals.c:125:74: style: Function 'e_sigabrt_act' argument 3 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_signals.h:11:56: note: Function 'e_sigabrt_act' argument 3 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_signals.c:125:74: note: Function 'e_sigabrt_act' argument 3 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_slidecore.c:188:20: style: The scope of the variable 'pl1' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_slidecore.c:188:25: style: The scope of the variable 'pl2' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_slidecore.c:212:23: style: The scope of the variable 'it1' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_slidecore.c:212:29: style: The scope of the variable 'it2' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_slidecore.c:131:47: style: Function '_e_smart_event_mouse_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_slidecore.c:34:62: note: Function '_e_smart_event_mouse_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_slidecore.c:131:47: note: Function '_e_smart_event_mouse_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_slidecore.c:131:77: style: Function '_e_smart_event_mouse_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_slidecore.c:34:78: note: Function '_e_smart_event_mouse_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_slidecore.c:131:77: note: Function '_e_smart_event_mouse_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_slidecore.c:147:45: style: Function '_e_smart_event_mouse_up' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_slidecore.c:35:60: note: Function '_e_smart_event_mouse_up' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_slidecore.c:147:45: note: Function '_e_smart_event_mouse_up' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_slidecore.c:147:75: style: Function '_e_smart_event_mouse_up' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_slidecore.c:35:76: note: Function '_e_smart_event_mouse_up' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_slidecore.c:147:75: note: Function '_e_smart_event_mouse_up' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_slidecore.c:172:47: style: Function '_e_smart_event_mouse_move' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_slidecore.c:36:62: note: Function '_e_smart_event_mouse_move' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_slidecore.c:172:47: note: Function '_e_smart_event_mouse_move' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_slidecore.c:172:77: style: Function '_e_smart_event_mouse_move' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_slidecore.c:36:78: note: Function '_e_smart_event_mouse_move' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_slidecore.c:172:77: note: Function '_e_smart_event_mouse_move' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_slider.c:369:54: style: Function '_e_smart_signal_cb_drag' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_slider.c:43:67: note: Function '_e_smart_signal_cb_drag' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_slider.c:369:54: note: Function '_e_smart_signal_cb_drag' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_slider.c:369:88: style: Function '_e_smart_signal_cb_drag' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_slider.c:43:84: note: Function '_e_smart_signal_cb_drag' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_slider.c:369:88: note: Function '_e_smart_signal_cb_drag' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_slider.c:369:120: style: Function '_e_smart_signal_cb_drag' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_slider.c:43:106: note: Function '_e_smart_signal_cb_drag' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_slider.c:369:120: note: Function '_e_smart_signal_cb_drag' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_slider.c:383:60: style: Function '_e_smart_signal_cb_drag_start' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_slider.c:44:73: note: Function '_e_smart_signal_cb_drag_start' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_slider.c:383:60: note: Function '_e_smart_signal_cb_drag_start' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_slider.c:383:94: style: Function '_e_smart_signal_cb_drag_start' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_slider.c:44:90: note: Function '_e_smart_signal_cb_drag_start' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_slider.c:383:94: note: Function '_e_smart_signal_cb_drag_start' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_slider.c:383:126: style: Function '_e_smart_signal_cb_drag_start' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_slider.c:44:112: note: Function '_e_smart_signal_cb_drag_start' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_slider.c:383:126: note: Function '_e_smart_signal_cb_drag_start' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_slider.c:397:59: style: Function '_e_smart_signal_cb_drag_stop' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_slider.c:45:72: note: Function '_e_smart_signal_cb_drag_stop' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_slider.c:397:59: note: Function '_e_smart_signal_cb_drag_stop' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_slider.c:397:93: style: Function '_e_smart_signal_cb_drag_stop' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_slider.c:45:89: note: Function '_e_smart_signal_cb_drag_stop' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_slider.c:397:93: note: Function '_e_smart_signal_cb_drag_stop' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_slider.c:397:125: style: Function '_e_smart_signal_cb_drag_stop' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_slider.c:45:111: note: Function '_e_smart_signal_cb_drag_stop' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_slider.c:397:125: note: Function '_e_smart_signal_cb_drag_stop' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_slider.c:432:45: style: Function '_e_smart_event_key_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_slider.c:46:60: note: Function '_e_smart_event_key_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_slider.c:432:45: note: Function '_e_smart_event_key_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_slider.c:432:75: style: Function '_e_smart_event_key_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_slider.c:46:76: note: Function '_e_smart_event_key_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_slider.c:432:75: note: Function '_e_smart_event_key_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_slidesel.c:105:47: style: Function '_e_smart_event_mouse_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_slidesel.c:35:57: note: Function '_e_smart_event_mouse_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_slidesel.c:105:47: note: Function '_e_smart_event_mouse_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_slidesel.c:105:77: style: Function '_e_smart_event_mouse_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_slidesel.c:35:73: note: Function '_e_smart_event_mouse_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_slidesel.c:105:77: note: Function '_e_smart_event_mouse_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_slidesel.c:124:45: style: Function '_e_smart_event_mouse_up' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_slidesel.c:36:55: note: Function '_e_smart_event_mouse_up' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_slidesel.c:124:45: note: Function '_e_smart_event_mouse_up' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_slidesel.c:124:75: style: Function '_e_smart_event_mouse_up' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_slidesel.c:36:71: note: Function '_e_smart_event_mouse_up' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_slidesel.c:124:75: note: Function '_e_smart_event_mouse_up' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_slidesel.c:154:47: style: Function '_e_smart_event_mouse_move' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_slidesel.c:37:57: note: Function '_e_smart_event_mouse_move' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_slidesel.c:154:47: note: Function '_e_smart_event_mouse_move' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_slidesel.c:154:77: style: Function '_e_smart_event_mouse_move' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_slidesel.c:37:73: note: Function '_e_smart_event_mouse_move' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_slidesel.c:154:77: note: Function '_e_smart_event_mouse_move' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_slidesel.c:177:36: style: Function '_e_smart_event_key_down' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_slidesel.c:38:43: note: Function '_e_smart_event_key_down' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_slidesel.c:177:36: note: Function '_e_smart_event_key_down' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_slidesel.c:177:57: style: Function '_e_smart_event_key_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_slidesel.c:38:55: note: Function '_e_smart_event_key_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_slidesel.c:177:57: note: Function '_e_smart_event_key_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_slidesel.c:177:87: style: Function '_e_smart_event_key_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_slidesel.c:38:71: note: Function '_e_smart_event_key_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_slidesel.c:177:87: note: Function '_e_smart_event_key_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_slidesel.c:177:117: style: Function '_e_smart_event_key_down' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_slidesel.c:38:82: note: Function '_e_smart_event_key_down' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_slidesel.c:177:117: note: Function '_e_smart_event_key_down' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_spectrum.c:285:14: style: The scope of the variable 'vy' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_start_main.c:78:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
enlightenment-0.22.3/src/bin/e_start_main.c:551:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
enlightenment-0.22.3/src/bin/e_start_main.c:656:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
enlightenment-0.22.3/src/bin/e_startup.c:88:31: style: Function '_e_startup_next_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_startup.c:10:43: note: Function '_e_startup_next_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_startup.c:88:31: note: Function '_e_startup_next_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_startup.c:111:45: style: Function '_e_startup_event_cb' argument 2 names different: declaration 'ev_type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_startup.c:11:54: note: Function '_e_startup_event_cb' argument 2 names different: declaration 'ev_type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_startup.c:111:45: note: Function '_e_startup_event_cb' argument 2 names different: declaration 'ev_type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_startup.c:139:37: style: Function '_e_startup_time_exceeded' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_startup.c:12:49: note: Function '_e_startup_time_exceeded' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_startup.c:139:37: note: Function '_e_startup_time_exceeded' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_static_grab.c:335:20: style: The scope of the variable 'buffer' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_static_grab.c:32:19: style: struct member 'Anonymous1::release' is never used. [unusedStructMember]
enlightenment-0.22.3/src/bin/e_static_grab.c:33:19: style: struct member 'Anonymous1::os' is never used. [unusedStructMember]
enlightenment-0.22.3/src/bin/e_static_grab.c:34:19: style: struct member 'Anonymous1::kernel_release' is never used. [unusedStructMember]
enlightenment-0.22.3/src/bin/e_static_grab.c:42:22: style: struct member 'Anonymous3::renderer' is never used. [unusedStructMember]
enlightenment-0.22.3/src/bin/e_static_grab.c:350:29: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
enlightenment-0.22.3/src/bin/e_sys.c:110:21: style: The scope of the variable 'l' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_sys.c:111:12: style: The scope of the variable 'zone' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_sys.c:162:12: style: The scope of the variable 'zone' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_sys.c:572:37: style: Function '_e_sys_systemd_exists_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_sys.c:47:44: note: Function '_e_sys_systemd_exists_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_sys.c:572:37: note: Function '_e_sys_systemd_exists_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_sys.c:572:93: style: Function '_e_sys_systemd_exists_cb' argument 3 names different: declaration 'p' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_sys.c:47:91: note: Function '_e_sys_systemd_exists_cb' argument 3 names different: declaration 'p' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_sys.c:572:93: note: Function '_e_sys_systemd_exists_cb' argument 3 names different: declaration 'p' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_sys.c:647:28: style: Function '_e_sys_cb_timer' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_sys.c:6:40: note: Function '_e_sys_cb_timer' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_sys.c:647:28: note: Function '_e_sys_cb_timer' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_sys.c:675:27: style: Function '_e_sys_cb_exit' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_sys.c:7:39: note: Function '_e_sys_cb_exit' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_sys.c:675:27: note: Function '_e_sys_cb_exit' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_sys.c:675:49: style: Function '_e_sys_cb_exit' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_sys.c:7:49: note: Function '_e_sys_cb_exit' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_sys.c:675:49: note: Function '_e_sys_cb_exit' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_sys.c:729:36: style: Function '_e_sys_cb_logout_logout' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_sys.c:8:48: note: Function '_e_sys_cb_logout_logout' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_sys.c:729:36: note: Function '_e_sys_cb_logout_logout' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_sys.c:743:34: style: Function '_e_sys_cb_logout_wait' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_sys.c:9:46: note: Function '_e_sys_cb_logout_wait' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_sys.c:743:34: note: Function '_e_sys_cb_logout_wait' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_sys.c:753:35: style: Function '_e_sys_cb_logout_abort' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_sys.c:10:47: note: Function '_e_sys_cb_logout_abort' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_sys.c:753:35: note: Function '_e_sys_cb_logout_abort' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_sys.c:792:35: style: Function '_e_sys_cb_logout_timer' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_sys.c:11:47: note: Function '_e_sys_cb_logout_timer' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_sys.c:792:35: note: Function '_e_sys_cb_logout_timer' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_sys.c:1034:46: style: Function '_e_sys_action_do' argument 2 names different: declaration 'param' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_sys.c:16:57: note: Function '_e_sys_action_do' argument 2 names different: declaration 'param' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_sys.c:1034:46: note: Function '_e_sys_action_do' argument 2 names different: declaration 'param' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_sys_main.c:542:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
enlightenment-0.22.3/src/bin/e_sys_main.c:557:23: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
enlightenment-0.22.3/src/bin/e_theme.c:100:4: style: Variable 'trans' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/bin/e_theme.c:96:0: note: Variable 'trans' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_theme.c:100:4: note: Variable 'trans' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_theme.c:120:4: style: Variable 'bds' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/bin/e_theme.c:116:0: note: Variable 'bds' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_theme.c:120:4: note: Variable 'bds' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_theme.c:140:4: style: Variable 'shelfs' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/bin/e_theme.c:136:0: note: Variable 'shelfs' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_theme.c:140:4: note: Variable 'shelfs' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_theme.c:160:4: style: Variable 'comps' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/bin/e_theme.c:156:0: note: Variable 'comps' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_theme.c:160:4: note: Variable 'comps' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_theme.c:43:27: style: The scope of the variable 'p2' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_theme.c:33:48: style: Function 'e_theme_collection_items_find' argument 1 names different: declaration 'category' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_theme.h:9:60: note: Function 'e_theme_collection_items_find' argument 1 names different: declaration 'category' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_theme.c:33:48: note: Function 'e_theme_collection_items_find' argument 1 names different: declaration 'category' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_theme.c:33:73: style: Function 'e_theme_collection_items_find' argument 2 names different: declaration 'grp' definition 'collname'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_theme.h:9:82: note: Function 'e_theme_collection_items_find' argument 2 names different: declaration 'grp' definition 'collname'.
enlightenment-0.22.3/src/bin/e_theme.c:33:73: note: Function 'e_theme_collection_items_find' argument 2 names different: declaration 'grp' definition 'collname'.
enlightenment-0.22.3/src/bin/e_theme.c:64:62: style: Function 'e_theme_edje_object_set' argument 2 names different: declaration 'category' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_theme.h:10:71: note: Function 'e_theme_edje_object_set' argument 2 names different: declaration 'category' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_theme.c:64:62: note: Function 'e_theme_edje_object_set' argument 2 names different: declaration 'category' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_theme.c:75:44: style: Function 'e_theme_edje_file_get' argument 1 names different: declaration 'category' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_theme.h:11:53: note: Function 'e_theme_edje_file_get' argument 1 names different: declaration 'category' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_theme.c:75:44: note: Function 'e_theme_edje_file_get' argument 1 names different: declaration 'category' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_theme.c:154:37: style: Function 'e_theme_comp_frame_find' argument 1 names different: declaration 'theme' definition 'comp'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_theme.h:20:54: note: Function 'e_theme_comp_frame_find' argument 1 names different: declaration 'theme' definition 'comp'.
enlightenment-0.22.3/src/bin/e_theme.c:154:37: note: Function 'e_theme_comp_frame_find' argument 1 names different: declaration 'theme' definition 'comp'.
enlightenment-0.22.3/src/bin/e_theme.c:47:24: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
enlightenment-0.22.3/src/bin/e_thumb.c:126:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_thumb.c:268:8: style: The scope of the variable 'objid' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_thumb.c:269:10: style: The scope of the variable 'icon' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_thumb.c:271:17: style: The scope of the variable 'obj' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_thumb.c:415:30: style: Function '_e_thumb_del_hook' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_thumb.c:24:45: note: Function '_e_thumb_del_hook' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_thumb.c:415:30: note: Function '_e_thumb_del_hook' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_thumb.c:415:51: style: Function '_e_thumb_del_hook' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_thumb.c:24:57: note: Function '_e_thumb_del_hook' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_thumb.c:415:51: note: Function '_e_thumb_del_hook' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_thumb.c:415:99: style: Function '_e_thumb_del_hook' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_thumb.c:24:84: note: Function '_e_thumb_del_hook' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_thumb.c:415:99: note: Function '_e_thumb_del_hook' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_thumb.c:483:29: style: Function '_e_thumb_cb_kill' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_thumb.c:30:44: note: Function '_e_thumb_cb_kill' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_thumb.c:483:29: note: Function '_e_thumb_cb_kill' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_thumb.c:495:38: style: Function '_e_thumb_cb_exe_event_del' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_thumb.c:31:53: note: Function '_e_thumb_cb_exe_event_del' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_thumb.c:495:38: note: Function '_e_thumb_cb_exe_event_del' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_thumb.c:495:60: style: Function '_e_thumb_cb_exe_event_del' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_thumb.c:31:63: note: Function '_e_thumb_cb_exe_event_del' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_thumb.c:495:60: note: Function '_e_thumb_cb_exe_event_del' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_thumb.c:352:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
enlightenment-0.22.3/src/bin/e_thumb_main.c:277:13: style: The scope of the variable 'eth' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_thumb_main.c:435:37: style: The scope of the variable 'src' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_thumb_main.c:165:33: style: Function '_e_ipc_cb_server_add' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_thumb_main.c:49:45: note: Function '_e_ipc_cb_server_add' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_thumb_main.c:165:33: note: Function '_e_ipc_cb_server_add' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_thumb_main.c:166:33: style: Function '_e_ipc_cb_server_add' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_thumb_main.c:50:43: note: Function '_e_ipc_cb_server_add' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_thumb_main.c:166:33: note: Function '_e_ipc_cb_server_add' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_thumb_main.c:180:34: style: Function '_e_ipc_cb_server_del' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_thumb_main.c:52:45: note: Function '_e_ipc_cb_server_del' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_thumb_main.c:180:34: note: Function '_e_ipc_cb_server_del' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_thumb_main.c:181:34: style: Function '_e_ipc_cb_server_del' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_thumb_main.c:53:43: note: Function '_e_ipc_cb_server_del' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_thumb_main.c:181:34: note: Function '_e_ipc_cb_server_del' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_thumb_main.c:182:34: style: Function '_e_ipc_cb_server_del' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_thumb_main.c:54:45: note: Function '_e_ipc_cb_server_del' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_thumb_main.c:182:34: note: Function '_e_ipc_cb_server_del' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_thumb_main.c:190:34: style: Function '_e_ipc_cb_server_data' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_thumb_main.c:55:46: note: Function '_e_ipc_cb_server_data' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_thumb_main.c:190:34: note: Function '_e_ipc_cb_server_data' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_thumb_main.c:191:34: style: Function '_e_ipc_cb_server_data' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_thumb_main.c:56:44: note: Function '_e_ipc_cb_server_data' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_thumb_main.c:191:34: note: Function '_e_ipc_cb_server_data' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_thumb_main.c:275:24: style: Function '_e_cb_timer' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_thumb_main.c:58:36: note: Function '_e_cb_timer' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_thumb_main.c:275:24: note: Function '_e_cb_timer' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_thumb_main.c:307:18: style: struct member '_Color::closest' is never used. [unusedStructMember]
enlightenment-0.22.3/src/bin/e_thumb_main.c:308:18: style: struct member '_Color::closest_dist' is never used. [unusedStructMember]
enlightenment-0.22.3/src/bin/e_thumb_main.c:309:18: style: struct member '_Color::use' is never used. [unusedStructMember]
enlightenment-0.22.3/src/bin/e_thumb_main.c:310:18: style: struct member '_Color::r' is never used. [unusedStructMember]
enlightenment-0.22.3/src/bin/e_thumb_main.c:310:21: style: struct member '_Color::g' is never used. [unusedStructMember]
enlightenment-0.22.3/src/bin/e_thumb_main.c:310:24: style: struct member '_Color::b' is never used. [unusedStructMember]
enlightenment-0.22.3/src/bin/e_thumb_main.c:421:25: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
enlightenment-0.22.3/src/bin/e_toolbar.c:301:49: style: Function '_e_toolbar_cb_mouse_down' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_toolbar.c:5:63: note: Function '_e_toolbar_cb_mouse_down' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_toolbar.c:301:49: note: Function '_e_toolbar_cb_mouse_down' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_toolbar.c:301:79: style: Function '_e_toolbar_cb_mouse_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_toolbar.c:5:82: note: Function '_e_toolbar_cb_mouse_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_toolbar.c:301:79: note: Function '_e_toolbar_cb_mouse_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_toolbar.c:323:48: style: Function '_e_toolbar_menu_cb_post' argument 2 names different: declaration 'mn' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_toolbar.c:6:64: note: Function '_e_toolbar_menu_cb_post' argument 2 names different: declaration 'mn' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_toolbar.c:323:48: note: Function '_e_toolbar_menu_cb_post' argument 2 names different: declaration 'mn' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_toolbar.c:366:63: style: Function '_e_toolbar_menu_items_append' argument 2 names different: declaration 'gcc' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_toolbar.c:20:78: note: Function '_e_toolbar_menu_items_append' argument 2 names different: declaration 'gcc' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_toolbar.c:366:63: note: Function '_e_toolbar_menu_items_append' argument 2 names different: declaration 'gcc' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_toolbar.c:402:50: style: Function '_e_toolbar_menu_cb_config' argument 2 names different: declaration 'mn' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_toolbar.c:10:66: note: Function '_e_toolbar_menu_cb_config' argument 2 names different: declaration 'mn' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_toolbar.c:402:50: note: Function '_e_toolbar_menu_cb_config' argument 2 names different: declaration 'mn' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_toolbar.c:402:79: style: Function '_e_toolbar_menu_cb_config' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_toolbar.c:10:83: note: Function '_e_toolbar_menu_cb_config' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_toolbar.c:402:79: note: Function '_e_toolbar_menu_cb_config' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_toolbar.c:489:53: style: Function '_e_toolbar_fm2_changed' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_toolbar.c:14:68: note: Function '_e_toolbar_fm2_changed' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_toolbar.c:489:53: note: Function '_e_toolbar_fm2_changed' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_toolbar.c:489:83: style: Function '_e_toolbar_fm2_changed' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_toolbar.c:14:79: note: Function '_e_toolbar_fm2_changed' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_toolbar.c:489:83: note: Function '_e_toolbar_fm2_changed' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_toolbar.c:505:57: style: Function '_e_toolbar_fm2_dir_changed' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_toolbar.c:15:72: note: Function '_e_toolbar_fm2_dir_changed' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_toolbar.c:505:57: note: Function '_e_toolbar_fm2_dir_changed' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_toolbar.c:505:87: style: Function '_e_toolbar_fm2_dir_changed' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_toolbar.c:15:83: note: Function '_e_toolbar_fm2_dir_changed' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_toolbar.c:505:87: note: Function '_e_toolbar_fm2_dir_changed' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_toolbar.c:521:57: style: Function '_e_toolbar_fm2_dir_deleted' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_toolbar.c:16:72: note: Function '_e_toolbar_fm2_dir_deleted' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_toolbar.c:521:57: note: Function '_e_toolbar_fm2_dir_deleted' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_toolbar.c:521:87: style: Function '_e_toolbar_fm2_dir_deleted' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_toolbar.c:16:83: note: Function '_e_toolbar_fm2_dir_deleted' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_toolbar.c:521:87: note: Function '_e_toolbar_fm2_dir_deleted' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_toolbar.c:537:59: style: Function '_e_toolbar_fm2_files_deleted' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_toolbar.c:17:74: note: Function '_e_toolbar_fm2_files_deleted' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_toolbar.c:537:59: note: Function '_e_toolbar_fm2_files_deleted' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_toolbar.c:537:89: style: Function '_e_toolbar_fm2_files_deleted' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_toolbar.c:17:85: note: Function '_e_toolbar_fm2_files_deleted' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_toolbar.c:537:89: note: Function '_e_toolbar_fm2_files_deleted' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_toolbar.c:553:54: style: Function '_e_toolbar_fm2_selected' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_toolbar.c:18:69: note: Function '_e_toolbar_fm2_selected' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_toolbar.c:553:54: note: Function '_e_toolbar_fm2_selected' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_toolbar.c:553:84: style: Function '_e_toolbar_fm2_selected' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_toolbar.c:18:80: note: Function '_e_toolbar_fm2_selected' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_toolbar.c:553:84: note: Function '_e_toolbar_fm2_selected' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_toolbar.c:569:63: style: Function '_e_toolbar_fm2_selection_changed' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_toolbar.c:19:78: note: Function '_e_toolbar_fm2_selection_changed' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_toolbar.c:569:63: note: Function '_e_toolbar_fm2_selection_changed' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_toolbar.c:569:93: style: Function '_e_toolbar_fm2_selection_changed' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_toolbar.c:19:89: note: Function '_e_toolbar_fm2_selection_changed' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_toolbar.c:569:93: note: Function '_e_toolbar_fm2_selection_changed' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_update.c:149:21: style: The scope of the variable 'c' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_update.c:150:11: style: The scope of the variable 'len' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_update.c:211:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_update.c:102:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
enlightenment-0.22.3/src/bin/e_utils.c:120:14: style: Redundant condition: s1. '!s1 || (s1 && s1[0]==0)' is equivalent to '!s1 || s1[0]==0' [redundantCondition]
enlightenment-0.22.3/src/bin/e_utils.c:121:14: style: Redundant condition: s2. '!s2 || (s2 && s2[0]==0)' is equivalent to '!s2 || s2[0]==0' [redundantCondition]
enlightenment-0.22.3/src/bin/e_utils.c:618:23: style: Condition 'diff>60' is always true [knownConditionTrueFalse]
enlightenment-0.22.3/src/bin/e_utils.c:1010:26: style: Condition 'seconds>60' is always true [knownConditionTrueFalse]
enlightenment-0.22.3/src/bin/e_utils.c:652:22: style: The scope of the variable 'obj' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_utils.c:1120:16: style: The scope of the variable 's' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_utils.c:1147:38: style: The scope of the variable 'td' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_utils.c:1416:30: style: The scope of the variable 'll' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_utils.c:1439:30: style: The scope of the variable 'll' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_utils.c:55:48: style: Function 'e_util_glob_match' argument 2 names different: declaration 'glob' definition 'pattern'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_utils.h:17:67: note: Function 'e_util_glob_match' argument 2 names different: declaration 'glob' definition 'pattern'.
enlightenment-0.22.3/src/bin/e_utils.c:55:48: note: Function 'e_util_glob_match' argument 2 names different: declaration 'glob' definition 'pattern'.
enlightenment-0.22.3/src/bin/e_utils.c:70:53: style: Function 'e_util_glob_case_match' argument 2 names different: declaration 'glob' definition 'pattern'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_utils.h:18:72: note: Function 'e_util_glob_case_match' argument 2 names different: declaration 'glob' definition 'pattern'.
enlightenment-0.22.3/src/bin/e_utils.c:70:53: note: Function 'e_util_glob_case_match' argument 2 names different: declaration 'glob' definition 'pattern'.
enlightenment-0.22.3/src/bin/e_utils.c:718:35: style: Function '_e_util_cb_delayed_del' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_utils.c:12:50: note: Function '_e_util_cb_delayed_del' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_utils.c:718:35: note: Function '_e_util_cb_delayed_del' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_utils.c:738:49: style: Function '_e_util_cb_delayed_cancel' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_utils.c:17:65: note: Function '_e_util_cb_delayed_cancel' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_utils.c:738:49: note: Function '_e_util_cb_delayed_cancel' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_utils.c:863:30: style: Function '_e_util_wakeup_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_utils.c:13:45: note: Function '_e_util_wakeup_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_utils.c:863:30: note: Function '_e_util_wakeup_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_utils.c:82:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
enlightenment-0.22.3/src/bin/e_utils.c:86:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
enlightenment-0.22.3/src/bin/e_utils.c:467:28: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
enlightenment-0.22.3/src/bin/e_video.c:37:21: style: The scope of the variable 'oimg' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_widget.c:471:9: style: Variable 'parent' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/bin/e_widget.c:469:0: note: Variable 'parent' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_widget.c:471:9: note: Variable 'parent' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_widget.c:531:4: style: Variable 'sd' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/bin/e_widget.c:529:0: note: Variable 'sd' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_widget.c:531:4: note: Variable 'sd' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_widget_bgpreview.c:151:12: style: The scope of the variable 'zone' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_widget_bgpreview.c:228:11: style: The scope of the variable 'zone_ratio' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_widget_bgpreview.c:228:23: style: The scope of the variable 'desk_ratio' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_widget_bgpreview.c:308:46: style: Function '_e_wid_desk_cb_config' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_bgpreview.c:26:58: note: Function '_e_wid_desk_cb_config' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_bgpreview.c:308:46: note: Function '_e_wid_desk_cb_config' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_bgpreview.c:308:76: style: Function '_e_wid_desk_cb_config' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_bgpreview.c:26:77: note: Function '_e_wid_desk_cb_config' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_bgpreview.c:308:76: note: Function '_e_wid_desk_cb_config' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_bgpreview.c:326:29: style: Function '_e_wid_cb_resize' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_bgpreview.c:27:41: note: Function '_e_wid_cb_resize' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_bgpreview.c:326:29: note: Function '_e_wid_cb_resize' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_bgpreview.c:326:53: style: Function '_e_wid_cb_resize' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_bgpreview.c:27:53: note: Function '_e_wid_cb_resize' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_bgpreview.c:326:53: note: Function '_e_wid_cb_resize' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_bgpreview.c:326:96: style: Function '_e_wid_cb_resize' argument 4 names different: declaration 'event' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_bgpreview.c:27:83: note: Function '_e_wid_cb_resize' argument 4 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_bgpreview.c:326:96: note: Function '_e_wid_cb_resize' argument 4 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_button.c:148:40: style: Function '_e_wid_focus_steal' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_button.c:18:50: note: Function '_e_wid_focus_steal' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_button.c:148:40: note: Function '_e_wid_focus_steal' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_button.c:148:70: style: Function '_e_wid_focus_steal' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_button.c:18:66: note: Function '_e_wid_focus_steal' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_button.c:148:70: note: Function '_e_wid_focus_steal' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_button.c:148:100: style: Function '_e_wid_focus_steal' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_button.c:18:77: note: Function '_e_wid_focus_steal' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_button.c:148:100: note: Function '_e_wid_focus_steal' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_color_well.c:37:48: style: Function '_e_wid_signal_cb1' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_color_well.c:17:56: note: Function '_e_wid_signal_cb1' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_color_well.c:37:48: note: Function '_e_wid_signal_cb1' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_color_well.c:37:82: style: Function '_e_wid_signal_cb1' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_color_well.c:17:73: note: Function '_e_wid_signal_cb1' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_color_well.c:37:82: note: Function '_e_wid_signal_cb1' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_color_well.c:37:114: style: Function '_e_wid_signal_cb1' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_color_well.c:17:95: note: Function '_e_wid_signal_cb1' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_color_well.c:37:114: note: Function '_e_wid_signal_cb1' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_color_well.c:57:44: style: Function '_e_wid_color_select_cb' argument 1 names different: declaration 'dia' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_color_well.c:18:52: note: Function '_e_wid_color_select_cb' argument 1 names different: declaration 'dia' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_color_well.c:57:44: note: Function '_e_wid_color_select_cb' argument 1 names different: declaration 'dia' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_color_well.c:68:44: style: Function '_e_wid_color_cancel_cb' argument 1 names different: declaration 'dia' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_color_well.c:19:52: note: Function '_e_wid_color_cancel_cb' argument 1 names different: declaration 'dia' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_color_well.c:68:44: note: Function '_e_wid_color_cancel_cb' argument 1 names different: declaration 'dia' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_color_well.c:80:44: style: Function '_e_wid_color_change_cb' argument 1 names different: declaration 'dia' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_color_well.c:20:52: note: Function '_e_wid_color_change_cb' argument 1 names different: declaration 'dia' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_color_well.c:80:44: note: Function '_e_wid_color_change_cb' argument 1 names different: declaration 'dia' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_config_list.c:35:194: style: Function 'e_widget_config_list_add' argument 4 names different: declaration 'listspan' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_config_list.h:7:205: note: Function 'e_widget_config_list_add' argument 4 names different: declaration 'listspan' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_config_list.c:35:194: note: Function 'e_widget_config_list_add' argument 4 names different: declaration 'listspan' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_config_list.c:156:46: style: Function '_list_cb_change' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_config_list.c:6:54: note: Function '_list_cb_change' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_config_list.c:156:46: note: Function '_list_cb_change' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_config_list.c:198:41: style: Function '_button_cb_remove' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_config_list.c:8:49: note: Function '_button_cb_remove' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_config_list.c:198:41: note: Function '_button_cb_remove' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_config_list.c:216:37: style: Function '_button_cb_up' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_config_list.c:9:45: note: Function '_button_cb_up' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_config_list.c:216:37: note: Function '_button_cb_up' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_config_list.c:237:39: style: Function '_button_cb_down' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_config_list.c:10:47: note: Function '_button_cb_down' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_config_list.c:237:39: note: Function '_button_cb_down' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_entry.c:259:40: style: Function '_e_wid_focus_steal' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_entry.c:18:50: note: Function '_e_wid_focus_steal' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_entry.c:259:40: note: Function '_e_wid_focus_steal' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_entry.c:259:70: style: Function '_e_wid_focus_steal' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_entry.c:18:66: note: Function '_e_wid_focus_steal' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_entry.c:259:70: note: Function '_e_wid_focus_steal' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_entry.c:259:100: style: Function '_e_wid_focus_steal' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_entry.c:18:77: note: Function '_e_wid_focus_steal' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_entry.c:259:100: note: Function '_e_wid_focus_steal' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_entry.c:265:48: style: Function '_e_wid_changed_cb' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_entry.c:19:56: note: Function '_e_wid_changed_cb' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_entry.c:265:48: note: Function '_e_wid_changed_cb' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_entry.c:265:78: style: Function '_e_wid_changed_cb' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_entry.c:19:67: note: Function '_e_wid_changed_cb' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_entry.c:265:78: note: Function '_e_wid_changed_cb' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_entry.c:296:36: style: Function '_e_wid_keydown' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_entry.c:20:46: note: Function '_e_wid_keydown' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_entry.c:296:36: note: Function '_e_wid_keydown' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_entry.c:296:66: style: Function '_e_wid_keydown' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_entry.c:20:62: note: Function '_e_wid_keydown' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_entry.c:296:66: note: Function '_e_wid_keydown' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_entry.c:302:36: style: Function '_e_wid_movresz' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_entry.c:21:46: note: Function '_e_wid_movresz' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_entry.c:302:36: note: Function '_e_wid_movresz' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_entry.c:302:84: style: Function '_e_wid_movresz' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_entry.c:21:73: note: Function '_e_wid_movresz' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_entry.c:302:84: note: Function '_e_wid_movresz' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_filepreview.c:678:39: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
enlightenment-0.22.3/src/bin/e_widget_filepreview.c:653:43: note: outer condition: mpoint[0]
enlightenment-0.22.3/src/bin/e_widget_filepreview.c:678:39: note: identical inner condition: mpoint[0]
enlightenment-0.22.3/src/bin/e_widget_filepreview.c:623:38: warning: Width 4000 given in format string (no. 1) is smaller than destination buffer 'mdev[4096]'. [invalidScanfFormatWidth_smaller]
enlightenment-0.22.3/src/bin/e_widget_filepreview.c:623:38: warning: Width 4000 given in format string (no. 2) is smaller than destination buffer 'mpoint[4096]'. [invalidScanfFormatWidth_smaller]
enlightenment-0.22.3/src/bin/e_widget_filepreview.c:623:38: warning: Width 4000 given in format string (no. 3) is smaller than destination buffer 'fstype[4096]'. [invalidScanfFormatWidth_smaller]
enlightenment-0.22.3/src/bin/e_widget_filepreview.c:79:17: style: The scope of the variable 'o' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_widget_filepreview.c:80:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_widget_filepreview.c:109:19: style: The scope of the variable 'group' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_widget_filepreview.c:315:23: style: The scope of the variable 'path' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_widget_filepreview.c:612:29: style: The scope of the variable 'buf' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_widget_filepreview.c:816:19: style: The scope of the variable 'pwd' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_widget_filepreview.c:1120:15: style: The scope of the variable 'buf' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_widget_filepreview.c:76:76: style: Function '_e_wid_fprev_preview_update' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_filepreview.c:62:78: note: Function '_e_wid_fprev_preview_update' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_filepreview.c:76:76: note: Function '_e_wid_fprev_preview_update' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_filepreview.c:832:59: style: Function '_e_wid_file_perms_get' argument 3 names different: declaration 'gid' definition 'st_gid'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_filepreview.c:66:72: note: Function '_e_wid_file_perms_get' argument 3 names different: declaration 'gid' definition 'st_gid'.
enlightenment-0.22.3/src/bin/e_widget_filepreview.c:832:59: note: Function '_e_wid_file_perms_get' argument 3 names different: declaration 'gid' definition 'st_gid'.
enlightenment-0.22.3/src/bin/e_widget_filepreview.c:1035:69: style: Function '_e_wid_fprev_preview_txt_open_success' argument 2 names different: declaration 'handler' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_filepreview.c:1012:73: note: Function '_e_wid_fprev_preview_txt_open_success' argument 2 names different: declaration 'handler' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_filepreview.c:1035:69: note: Function '_e_wid_fprev_preview_txt_open_success' argument 2 names different: declaration 'handler' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_filepreview.c:1133:20: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
enlightenment-0.22.3/src/bin/e_widget_flist.c:92:4: style: Variable 'wd' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/bin/e_widget_flist.c:90:0: note: Variable 'wd' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_widget_flist.c:92:4: note: Variable 'wd' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_widget_flist.c:101:4: style: Variable 'wd' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/bin/e_widget_flist.c:99:0: note: Variable 'wd' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_widget_flist.c:101:4: note: Variable 'wd' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_widget_flist.c:111:4: style: Variable 'wd' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/bin/e_widget_flist.c:109:0: note: Variable 'wd' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_widget_flist.c:111:4: note: Variable 'wd' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_widget_flist.c:120:4: style: Variable 'wd' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/bin/e_widget_flist.c:118:0: note: Variable 'wd' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_widget_flist.c:120:4: note: Variable 'wd' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_widget_flist.c:129:4: style: Variable 'wd' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/bin/e_widget_flist.c:127:0: note: Variable 'wd' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_widget_flist.c:129:4: note: Variable 'wd' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_widget_flist.c:138:4: style: Variable 'wd' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/bin/e_widget_flist.c:136:0: note: Variable 'wd' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_widget_flist.c:138:4: note: Variable 'wd' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_widget_flist.c:147:4: style: Variable 'wd' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/bin/e_widget_flist.c:145:0: note: Variable 'wd' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_widget_flist.c:147:4: note: Variable 'wd' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_widget_flist.c:156:4: style: Variable 'wd' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/bin/e_widget_flist.c:154:0: note: Variable 'wd' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_widget_flist.c:156:4: note: Variable 'wd' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_widget_flist.c:165:4: style: Variable 'wd' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/bin/e_widget_flist.c:163:0: note: Variable 'wd' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_widget_flist.c:165:4: note: Variable 'wd' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_widget_flist.c:175:4: style: Variable 'wd' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/bin/e_widget_flist.c:173:0: note: Variable 'wd' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_widget_flist.c:175:4: note: Variable 'wd' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_widget_flist.c:185:4: style: Variable 'wd' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/bin/e_widget_flist.c:183:0: note: Variable 'wd' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_widget_flist.c:185:4: note: Variable 'wd' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_widget_flist.c:194:4: style: Variable 'wd' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/bin/e_widget_flist.c:192:0: note: Variable 'wd' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_widget_flist.c:194:4: note: Variable 'wd' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_widget_flist.c:143:67: style: Function 'e_widget_flist_select_set' argument 3 names different: declaration 'select' definition 's'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_flist.h:12:78: note: Function 'e_widget_flist_select_set' argument 3 names different: declaration 'select' definition 's'.
enlightenment-0.22.3/src/bin/e_widget_flist.c:143:67: note: Function 'e_widget_flist_select_set' argument 3 names different: declaration 'select' definition 's'.
enlightenment-0.22.3/src/bin/e_widget_flist.c:210:43: style: Function '_e_wid_focus_steal' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_flist.c:13:50: note: Function '_e_wid_focus_steal' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_flist.c:210:43: note: Function '_e_wid_focus_steal' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_flist.c:210:73: style: Function '_e_wid_focus_steal' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_flist.c:13:69: note: Function '_e_wid_focus_steal' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_flist.c:210:73: note: Function '_e_wid_focus_steal' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_flist.c:210:98: style: Function '_e_wid_focus_steal' argument 4 names different: declaration 'event' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_flist.c:13:80: note: Function '_e_wid_focus_steal' argument 4 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_flist.c:210:98: note: Function '_e_wid_focus_steal' argument 4 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_flist.c:216:49: style: Function '_e_wid_cb_selected' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_flist.c:14:57: note: Function '_e_wid_cb_selected' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_flist.c:216:49: note: Function '_e_wid_cb_selected' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_flist.c:222:52: style: Function '_e_wid_cb_dir_changed' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_flist.c:15:60: note: Function '_e_wid_cb_dir_changed' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_flist.c:222:52: note: Function '_e_wid_cb_dir_changed' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_flist.c:228:48: style: Function '_e_wid_cb_changed' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_flist.c:16:56: note: Function '_e_wid_cb_changed' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_flist.c:228:48: note: Function '_e_wid_cb_changed' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_flist.c:234:53: style: Function '_e_wid_cb_file_deleted' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_flist.c:17:61: note: Function '_e_wid_cb_file_deleted' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_flist.c:234:53: note: Function '_e_wid_cb_file_deleted' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_font_preview.c:80:50: style: Function '_e_wid_cb_scrollframe_resize' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_font_preview.c:9:60: note: Function '_e_wid_cb_scrollframe_resize' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_font_preview.c:80:50: note: Function '_e_wid_cb_scrollframe_resize' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_font_preview.c:80:98: style: Function '_e_wid_cb_scrollframe_resize' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_font_preview.c:9:87: note: Function '_e_wid_cb_scrollframe_resize' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_font_preview.c:80:98: note: Function '_e_wid_cb_scrollframe_resize' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_font_preview.c:95:40: style: Function '_e_wid_focus_steal' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_font_preview.c:10:50: note: Function '_e_wid_focus_steal' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_font_preview.c:95:40: note: Function '_e_wid_focus_steal' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_font_preview.c:95:70: style: Function '_e_wid_focus_steal' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_font_preview.c:10:66: note: Function '_e_wid_focus_steal' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_font_preview.c:95:70: note: Function '_e_wid_focus_steal' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_font_preview.c:95:100: style: Function '_e_wid_focus_steal' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_font_preview.c:10:77: note: Function '_e_wid_focus_steal' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_font_preview.c:95:100: note: Function '_e_wid_focus_steal' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_frametable.c:72:52: style: Function 'e_widget_frametable_object_repack' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_frametable.h:9:59: note: Function 'e_widget_frametable_object_repack' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_frametable.c:72:52: note: Function 'e_widget_frametable_object_repack' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_fsel.c:54:10: style: The scope of the variable 'f' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_widget_fsel.c:261:29: style: The scope of the variable 'newpath' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_widget_fsel.c:303:95: style: Function 'e_widget_fsel_add' argument 5 names different: declaration 'filter' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_fsel.h:6:107: note: Function 'e_widget_fsel_add' argument 5 names different: declaration 'filter' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_fsel.c:303:95: note: Function 'e_widget_fsel_add' argument 5 names different: declaration 'filter' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_fsel.c:87:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
enlightenment-0.22.3/src/bin/e_widget_ilist.c:945:23: style: The scope of the variable 'wcb' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_widget_ilist.c:1078:50: style: Function '_e_wid_cb_scrollframe_resize' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_ilist.c:45:65: note: Function '_e_wid_cb_scrollframe_resize' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_ilist.c:1078:50: note: Function '_e_wid_cb_scrollframe_resize' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_ilist.c:1078:98: style: Function '_e_wid_cb_scrollframe_resize' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_ilist.c:45:92: note: Function '_e_wid_cb_scrollframe_resize' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_ilist.c:1078:98: note: Function '_e_wid_cb_scrollframe_resize' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_ilist.c:1119:48: style: Function '_e_wid_cb_item_hilight' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_ilist.c:47:59: note: Function '_e_wid_cb_item_hilight' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_ilist.c:1119:48: note: Function '_e_wid_cb_item_hilight' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_ilist.c:1130:49: style: Function '_e_wid_cb_selected' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_ilist.c:48:62: note: Function '_e_wid_cb_selected' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_ilist.c:1130:49: note: Function '_e_wid_cb_selected' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_ilist.c:1136:40: style: Function '_e_wid_focus_steal' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_ilist.c:49:55: note: Function '_e_wid_focus_steal' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_ilist.c:1136:40: note: Function '_e_wid_focus_steal' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_ilist.c:1136:70: style: Function '_e_wid_focus_steal' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_ilist.c:49:71: note: Function '_e_wid_focus_steal' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_ilist.c:1136:70: note: Function '_e_wid_focus_steal' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_ilist.c:1136:100: style: Function '_e_wid_focus_steal' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_ilist.c:49:82: note: Function '_e_wid_focus_steal' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_ilist.c:1136:100: note: Function '_e_wid_focus_steal' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_ilist.c:16:20: style: struct member 'Anonymous134::count' is never used. [unusedStructMember]
enlightenment-0.22.3/src/bin/e_widget_ilist.c:17:20: style: struct member 'Anonymous134::show_nth' is never used. [unusedStructMember]
enlightenment-0.22.3/src/bin/e_widget_ilist.c:18:20: style: struct member 'Anonymous134::select_nth' is never used. [unusedStructMember]
enlightenment-0.22.3/src/bin/e_widget_preview.c:152:55: style: Function '_e_wid_preview_thumb_gen' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_preview.c:11:63: note: Function '_e_wid_preview_thumb_gen' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_preview.c:152:55: note: Function '_e_wid_preview_thumb_gen' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_preview.c:152:85: style: Function '_e_wid_preview_thumb_gen' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_preview.c:11:74: note: Function '_e_wid_preview_thumb_gen' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_preview.c:152:85: note: Function '_e_wid_preview_thumb_gen' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_radio.c:270:48: style: Function '_e_wid_signal_cb1' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_radio.c:23:56: note: Function '_e_wid_signal_cb1' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_radio.c:270:48: note: Function '_e_wid_signal_cb1' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_radio.c:270:82: style: Function '_e_wid_signal_cb1' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_radio.c:23:73: note: Function '_e_wid_signal_cb1' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_radio.c:270:82: note: Function '_e_wid_signal_cb1' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_radio.c:270:114: style: Function '_e_wid_signal_cb1' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_radio.c:23:95: note: Function '_e_wid_signal_cb1' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_radio.c:270:114: note: Function '_e_wid_signal_cb1' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_radio.c:277:40: style: Function '_e_wid_focus_steal' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_radio.c:24:50: note: Function '_e_wid_focus_steal' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_radio.c:277:40: note: Function '_e_wid_focus_steal' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_radio.c:277:70: style: Function '_e_wid_focus_steal' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_radio.c:24:66: note: Function '_e_wid_focus_steal' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_radio.c:277:70: note: Function '_e_wid_focus_steal' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_radio.c:277:100: style: Function '_e_wid_focus_steal' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_radio.c:24:77: note: Function '_e_wid_focus_steal' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_radio.c:277:100: note: Function '_e_wid_focus_steal' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_scrollframe.c:154:40: style: Function '_e_wid_focus_steal' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_scrollframe.c:11:50: note: Function '_e_wid_focus_steal' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_scrollframe.c:154:40: note: Function '_e_wid_focus_steal' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_scrollframe.c:154:70: style: Function '_e_wid_focus_steal' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_scrollframe.c:11:66: note: Function '_e_wid_focus_steal' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_scrollframe.c:154:70: note: Function '_e_wid_focus_steal' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_scrollframe.c:154:100: style: Function '_e_wid_focus_steal' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_scrollframe.c:11:77: note: Function '_e_wid_focus_steal' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_scrollframe.c:154:100: note: Function '_e_wid_focus_steal' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_scrollframe.c:160:50: style: Function '_e_wid_cb_scrollframe_resize' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_scrollframe.c:12:60: note: Function '_e_wid_cb_scrollframe_resize' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_scrollframe.c:160:50: note: Function '_e_wid_cb_scrollframe_resize' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_scrollframe.c:160:98: style: Function '_e_wid_cb_scrollframe_resize' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_scrollframe.c:13:48: note: Function '_e_wid_cb_scrollframe_resize' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_scrollframe.c:160:98: note: Function '_e_wid_cb_scrollframe_resize' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_slider.c:213:40: style: Function '_e_wid_focus_steal' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_slider.c:13:50: note: Function '_e_wid_focus_steal' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_slider.c:213:40: note: Function '_e_wid_focus_steal' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_slider.c:213:70: style: Function '_e_wid_focus_steal' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_slider.c:13:66: note: Function '_e_wid_focus_steal' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_slider.c:213:70: note: Function '_e_wid_focus_steal' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_slider.c:213:100: style: Function '_e_wid_focus_steal' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_slider.c:13:77: note: Function '_e_wid_focus_steal' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_slider.c:213:100: note: Function '_e_wid_focus_steal' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_slider.c:219:48: style: Function '_e_wid_cb_changed' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_slider.c:14:56: note: Function '_e_wid_cb_changed' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_slider.c:219:48: note: Function '_e_wid_cb_changed' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_slider.c:219:78: style: Function '_e_wid_cb_changed' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_slider.c:14:67: note: Function '_e_wid_cb_changed' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_slider.c:219:78: note: Function '_e_wid_cb_changed' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_spectrum.c:149:40: style: Function '_e_wid_move' argument 2 names different: declaration 'o' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_spectrum.c:23:50: note: Function '_e_wid_move' argument 2 names different: declaration 'o' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_spectrum.c:149:40: note: Function '_e_wid_move' argument 2 names different: declaration 'o' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_spectrum.c:159:42: style: Function '_e_wid_resize' argument 2 names different: declaration 'o' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_spectrum.c:22:52: note: Function '_e_wid_resize' argument 2 names different: declaration 'o' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_spectrum.c:159:42: note: Function '_e_wid_resize' argument 2 names different: declaration 'o' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_spectrum.c:208:40: style: Function '_e_wid_focus_steal' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_spectrum.c:20:50: note: Function '_e_wid_focus_steal' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_spectrum.c:208:40: note: Function '_e_wid_focus_steal' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_spectrum.c:208:70: style: Function '_e_wid_focus_steal' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_spectrum.c:20:66: note: Function '_e_wid_focus_steal' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_spectrum.c:208:70: note: Function '_e_wid_focus_steal' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_spectrum.c:208:100: style: Function '_e_wid_focus_steal' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_spectrum.c:20:77: note: Function '_e_wid_focus_steal' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_spectrum.c:208:100: note: Function '_e_wid_focus_steal' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_spectrum.c:277:36: style: Function '_e_wid_cb_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_spectrum.c:26:46: note: Function '_e_wid_cb_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_spectrum.c:277:36: note: Function '_e_wid_cb_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_spectrum.c:277:66: style: Function '_e_wid_cb_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_spectrum.c:26:62: note: Function '_e_wid_cb_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_spectrum.c:277:66: note: Function '_e_wid_cb_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_spectrum.c:292:34: style: Function '_e_wid_cb_up' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_spectrum.c:28:44: note: Function '_e_wid_cb_up' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_spectrum.c:292:34: note: Function '_e_wid_cb_up' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_spectrum.c:292:64: style: Function '_e_wid_cb_up' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_spectrum.c:28:60: note: Function '_e_wid_cb_up' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_spectrum.c:292:64: note: Function '_e_wid_cb_up' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_spectrum.c:292:94: style: Function '_e_wid_cb_up' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_spectrum.c:28:71: note: Function '_e_wid_cb_up' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_spectrum.c:292:94: note: Function '_e_wid_cb_up' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_spectrum.c:303:36: style: Function '_e_wid_cb_move' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_spectrum.c:27:46: note: Function '_e_wid_cb_move' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_spectrum.c:303:36: note: Function '_e_wid_cb_move' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_spectrum.c:303:66: style: Function '_e_wid_cb_move' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_spectrum.c:27:62: note: Function '_e_wid_cb_move' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_spectrum.c:303:66: note: Function '_e_wid_cb_move' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_table.c:62:47: style: Function 'e_widget_table_object_repack' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_table.h:9:54: note: Function 'e_widget_table_object_repack' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_table.c:62:47: note: Function 'e_widget_table_object_repack' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_textblock.c:137:40: style: Function '_e_wid_focus_steal' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_textblock.c:11:50: note: Function '_e_wid_focus_steal' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_textblock.c:137:40: note: Function '_e_wid_focus_steal' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_textblock.c:137:70: style: Function '_e_wid_focus_steal' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_textblock.c:11:66: note: Function '_e_wid_focus_steal' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_textblock.c:137:70: note: Function '_e_wid_focus_steal' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_textblock.c:137:100: style: Function '_e_wid_focus_steal' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_textblock.c:11:77: note: Function '_e_wid_focus_steal' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_textblock.c:137:100: note: Function '_e_wid_focus_steal' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_textblock.c:82:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
enlightenment-0.22.3/src/bin/e_widget_toolbar.c:351:48: style: Function '_e_wid_signal_cb1' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_toolbar.c:26:56: note: Function '_e_wid_signal_cb1' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_toolbar.c:351:48: note: Function '_e_wid_signal_cb1' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_toolbar.c:351:82: style: Function '_e_wid_signal_cb1' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_toolbar.c:26:73: note: Function '_e_wid_signal_cb1' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_toolbar.c:351:82: note: Function '_e_wid_signal_cb1' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_toolbar.c:351:114: style: Function '_e_wid_signal_cb1' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_toolbar.c:26:95: note: Function '_e_wid_signal_cb1' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_toolbar.c:351:114: note: Function '_e_wid_signal_cb1' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_toolbar.c:372:49: style: Function '_e_wid_signal_prev' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_toolbar.c:29:57: note: Function '_e_wid_signal_prev' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_toolbar.c:372:49: note: Function '_e_wid_signal_prev' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_toolbar.c:372:83: style: Function '_e_wid_signal_prev' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_toolbar.c:29:74: note: Function '_e_wid_signal_prev' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_toolbar.c:372:83: note: Function '_e_wid_signal_prev' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_toolbar.c:372:115: style: Function '_e_wid_signal_prev' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_toolbar.c:29:96: note: Function '_e_wid_signal_prev' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_toolbar.c:372:115: note: Function '_e_wid_signal_prev' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_toolbar.c:397:49: style: Function '_e_wid_signal_next' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_toolbar.c:30:57: note: Function '_e_wid_signal_next' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_toolbar.c:397:49: note: Function '_e_wid_signal_next' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_toolbar.c:397:83: style: Function '_e_wid_signal_next' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_toolbar.c:30:74: note: Function '_e_wid_signal_next' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_toolbar.c:397:83: note: Function '_e_wid_signal_next' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_toolbar.c:397:115: style: Function '_e_wid_signal_next' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_toolbar.c:30:96: note: Function '_e_wid_signal_next' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_toolbar.c:397:115: note: Function '_e_wid_signal_next' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_toolbar.c:422:50: style: Function '_e_wid_cb_scrollframe_resize' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_toolbar.c:27:60: note: Function '_e_wid_cb_scrollframe_resize' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_toolbar.c:422:50: note: Function '_e_wid_cb_scrollframe_resize' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_toolbar.c:422:80: style: Function '_e_wid_cb_scrollframe_resize' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_toolbar.c:27:76: note: Function '_e_wid_cb_scrollframe_resize' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_toolbar.c:422:80: note: Function '_e_wid_cb_scrollframe_resize' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_toolbar.c:422:110: style: Function '_e_wid_cb_scrollframe_resize' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_toolbar.c:27:87: note: Function '_e_wid_cb_scrollframe_resize' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_toolbar.c:422:110: note: Function '_e_wid_cb_scrollframe_resize' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_toolbar.c:451:43: style: Function '_e_wid_cb_key_down' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_toolbar.c:28:50: note: Function '_e_wid_cb_key_down' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_toolbar.c:451:43: note: Function '_e_wid_cb_key_down' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_toolbar.c:451:73: style: Function '_e_wid_cb_key_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_toolbar.c:28:69: note: Function '_e_wid_cb_key_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_toolbar.c:451:73: note: Function '_e_wid_cb_key_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_toolbar.c:539:40: style: Function '_e_wid_focus_steal' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_toolbar.c:24:50: note: Function '_e_wid_focus_steal' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_toolbar.c:539:40: note: Function '_e_wid_focus_steal' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_toolbar.c:539:70: style: Function '_e_wid_focus_steal' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_toolbar.c:24:66: note: Function '_e_wid_focus_steal' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_toolbar.c:539:70: note: Function '_e_wid_focus_steal' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_toolbar.c:539:100: style: Function '_e_wid_focus_steal' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_widget_toolbar.c:24:77: note: Function '_e_wid_focus_steal' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_widget_toolbar.c:539:100: note: Function '_e_wid_focus_steal' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_win.c:452:36: style: Function 'e_win_client_icon_set' argument 1 names different: declaration 'win' definition 'obj'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_win.h:14:47: note: Function 'e_win_client_icon_set' argument 1 names different: declaration 'win' definition 'obj'.
enlightenment-0.22.3/src/bin/e_win.c:452:36: note: Function 'e_win_client_icon_set' argument 1 names different: declaration 'win' definition 'obj'.
enlightenment-0.22.3/src/bin/e_win.c:461:40: style: Function 'e_win_client_icon_key_set' argument 1 names different: declaration 'win' definition 'obj'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_win.h:15:51: note: Function 'e_win_client_icon_key_set' argument 1 names different: declaration 'win' definition 'obj'.
enlightenment-0.22.3/src/bin/e_win.c:461:40: note: Function 'e_win_client_icon_key_set' argument 1 names different: declaration 'win' definition 'obj'.
enlightenment-0.22.3/src/bin/e_win.c:470:31: style: Function 'e_win_placed_set' argument 1 names different: declaration 'win' definition 'obj'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_win.h:17:42: note: Function 'e_win_placed_set' argument 1 names different: declaration 'win' definition 'obj'.
enlightenment-0.22.3/src/bin/e_win.c:470:31: note: Function 'e_win_placed_set' argument 1 names different: declaration 'win' definition 'obj'.
enlightenment-0.22.3/src/bin/e_win.c:484:36: style: Function 'e_win_no_remember_set' argument 1 names different: declaration 'win' definition 'obj'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_win.h:18:47: note: Function 'e_win_no_remember_set' argument 1 names different: declaration 'win' definition 'obj'.
enlightenment-0.22.3/src/bin/e_win.c:484:36: note: Function 'e_win_no_remember_set' argument 1 names different: declaration 'win' definition 'obj'.
enlightenment-0.22.3/src/bin/e_win.c:495:34: style: Function 'e_win_no_reopen_set' argument 1 names different: declaration 'win' definition 'obj'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_win.h:19:45: note: Function 'e_win_no_reopen_set' argument 1 names different: declaration 'win' definition 'obj'.
enlightenment-0.22.3/src/bin/e_win.c:495:34: note: Function 'e_win_no_reopen_set' argument 1 names different: declaration 'win' definition 'obj'.
enlightenment-0.22.3/src/bin/e_xkb.c:27:4: style: Variable 'cl' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/bin/e_xkb.c:24:0: note: Variable 'cl' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_xkb.c:27:4: note: Variable 'cl' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/bin/e_xkb.c:159:25: style: The scope of the variable 'cl' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_xkb.c:160:25: style: The scope of the variable 'op' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_xsettings.c:436:14: style: The scope of the variable 'buf' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_xsettings.c:516:23: style: The scope of the variable 'efp' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_xsettings.c:463:33: style: Function '_e_xsettings_done_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_xsettings.c:76:40: note: Function '_e_xsettings_done_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_xsettings.c:463:33: note: Function '_e_xsettings_done_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_xsettings.c:463:64: style: Function '_e_xsettings_done_cb' argument 2 names different: declaration 'handler' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_xsettings.c:76:56: note: Function '_e_xsettings_done_cb' argument 2 names different: declaration 'handler' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_xsettings.c:463:64: note: Function '_e_xsettings_done_cb' argument 2 names different: declaration 'handler' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_xsettings.c:463:100: style: Function '_e_xsettings_done_cb' argument 3 names different: declaration 'stat' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_xsettings.c:76:82: note: Function '_e_xsettings_done_cb' argument 3 names different: declaration 'stat' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_xsettings.c:463:100: note: Function '_e_xsettings_done_cb' argument 3 names different: declaration 'stat' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_zone.c:224:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
enlightenment-0.22.3/src/bin/e_zone.c:368:12: style: The scope of the variable 'zone' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_zone.c:610:29: style: The scope of the variable 'nx' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_zone.c:610:33: style: The scope of the variable 'ny' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_zone.c:1358:12: style: The scope of the variable 'zone' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_zone.c:1359:12: style: The scope of the variable 'desk' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_zone.c:1667:12: style: The scope of the variable 'zone' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_zone.c:1668:12: style: The scope of the variable 'desk' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/e_zone.c:1487:43: style: Function '_e_zone_cb_bg_mouse_down' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_zone.c:9:51: note: Function '_e_zone_cb_bg_mouse_down' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_zone.c:1487:43: note: Function '_e_zone_cb_bg_mouse_down' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_zone.c:1488:43: style: Function '_e_zone_cb_bg_mouse_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_zone.c:10:58: note: Function '_e_zone_cb_bg_mouse_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_zone.c:1488:43: note: Function '_e_zone_cb_bg_mouse_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_zone.c:1515:41: style: Function '_e_zone_cb_bg_mouse_up' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_zone.c:13:49: note: Function '_e_zone_cb_bg_mouse_up' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_zone.c:1515:41: note: Function '_e_zone_cb_bg_mouse_up' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_zone.c:1516:41: style: Function '_e_zone_cb_bg_mouse_up' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_zone.c:14:56: note: Function '_e_zone_cb_bg_mouse_up' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_zone.c:1516:41: note: Function '_e_zone_cb_bg_mouse_up' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_zone.c:1572:39: style: Function '_e_zone_event_generic_free' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_zone.c:17:53: note: Function '_e_zone_event_generic_free' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_zone.c:1572:39: note: Function '_e_zone_event_generic_free' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_zoomap.c:85:36: style: Function 'e_zoomap_child_resize' argument 1 names different: declaration 'zoomap' definition 'obj'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_zoomap.h:15:55: note: Function 'e_zoomap_child_resize' argument 1 names different: declaration 'zoomap' definition 'obj'.
enlightenment-0.22.3/src/bin/e_zoomap.c:85:36: note: Function 'e_zoomap_child_resize' argument 1 names different: declaration 'zoomap' definition 'obj'.
enlightenment-0.22.3/src/bin/e_zoomap.c:167:52: style: Function '_e_zoomap_smart_child_del_hook' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_zoomap.c:20:62: note: Function '_e_zoomap_smart_child_del_hook' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_zoomap.c:167:52: note: Function '_e_zoomap_smart_child_del_hook' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_zoomap.c:167:82: style: Function '_e_zoomap_smart_child_del_hook' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_zoomap.c:20:78: note: Function '_e_zoomap_smart_child_del_hook' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_zoomap.c:167:82: note: Function '_e_zoomap_smart_child_del_hook' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_zoomap.c:167:112: style: Function '_e_zoomap_smart_child_del_hook' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_zoomap.c:20:89: note: Function '_e_zoomap_smart_child_del_hook' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_zoomap.c:167:112: note: Function '_e_zoomap_smart_child_del_hook' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_zoomap.c:176:55: style: Function '_e_zoomap_smart_child_resize_hook' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_zoomap.c:21:65: note: Function '_e_zoomap_smart_child_resize_hook' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_zoomap.c:176:55: note: Function '_e_zoomap_smart_child_resize_hook' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_zoomap.c:176:85: style: Function '_e_zoomap_smart_child_resize_hook' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_zoomap.c:21:81: note: Function '_e_zoomap_smart_child_resize_hook' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_zoomap.c:176:85: note: Function '_e_zoomap_smart_child_resize_hook' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_zoomap.c:176:115: style: Function '_e_zoomap_smart_child_resize_hook' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/e_zoomap.c:21:92: note: Function '_e_zoomap_smart_child_resize_hook' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/e_zoomap.c:176:115: note: Function '_e_zoomap_smart_child_resize_hook' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/efx/efx_bumpmapping.c:30:8: style: The scope of the variable 'i' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/efx/efx_bumpmapping.c:41:13: style: The scope of the variable 'lightx' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/efx/efx_bumpmapping.c:42:8: style: The scope of the variable 'mx' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/efx/efx_bumpmapping.c:46:18: style: The scope of the variable 'mp' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/efx/efx_bumpmapping.c:47:18: style: The scope of the variable 'mpy' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/efx/efx_fade.c:54:11: style: The scope of the variable 'factor' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/efx/efx_fade.c:55:18: style: The scope of the variable 'r' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/efx/efx_fade.c:55:21: style: The scope of the variable 'g' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/efx/efx_fade.c:55:24: style: The scope of the variable 'b' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/efx/efx_fade.c:55:27: style: The scope of the variable 'a' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/efx/efx_fade.c:115:25: style: Function 'e_efx_fade_reclip' argument 1 names different: declaration 'efd' definition 'fade_data'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/efx/e_efx_private.h:98:30: note: Function 'e_efx_fade_reclip' argument 1 names different: declaration 'efd' definition 'fade_data'.
enlightenment-0.22.3/src/bin/efx/efx_fade.c:115:25: note: Function 'e_efx_fade_reclip' argument 1 names different: declaration 'efd' definition 'fade_data'.
enlightenment-0.22.3/src/bin/efx/efx_pan.c:329:20: style: The scope of the variable 'epd' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/efx/efx_pan.c:330:16: style: The scope of the variable 'sd' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/efx/efx_pan.c:51:43: style: Function '_smart_child_del_hook' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/efx/efx_pan.c:31:53: note: Function '_smart_child_del_hook' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/efx/efx_pan.c:51:43: note: Function '_smart_child_del_hook' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/efx/efx_pan.c:51:73: style: Function '_smart_child_del_hook' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/efx/efx_pan.c:31:69: note: Function '_smart_child_del_hook' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/efx/efx_pan.c:51:73: note: Function '_smart_child_del_hook' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/efx/efx_pan.c:51:103: style: Function '_smart_child_del_hook' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/efx/efx_pan.c:31:80: note: Function '_smart_child_del_hook' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/efx/efx_pan.c:51:103: note: Function '_smart_child_del_hook' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/efx/efx_pan.c:60:46: style: Function '_smart_child_resize_hook' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/efx/efx_pan.c:32:56: note: Function '_smart_child_resize_hook' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/efx/efx_pan.c:60:46: note: Function '_smart_child_resize_hook' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/efx/efx_pan.c:60:76: style: Function '_smart_child_resize_hook' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/efx/efx_pan.c:32:72: note: Function '_smart_child_resize_hook' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/efx/efx_pan.c:60:76: note: Function '_smart_child_resize_hook' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/efx/efx_pan.c:60:106: style: Function '_smart_child_resize_hook' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/efx/efx_pan.c:32:83: note: Function '_smart_child_resize_hook' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/efx/efx_pan.c:60:106: note: Function '_smart_child_resize_hook' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/bin/efx/efx_queue.c:185:28: style: The scope of the variable 'eqd2' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/efx/efx_resize.c:58:11: style: The scope of the variable 'factor' can be reduced. [variableScope]
enlightenment-0.22.3/src/bin/efx/efx_resize.c:123:37: style: Function '_e_efx_resize_adjust' argument 2 names different: declaration 'x' definition 'ax'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/efx/e_efx_private.h:80:42: note: Function '_e_efx_resize_adjust' argument 2 names different: declaration 'x' definition 'ax'.
enlightenment-0.22.3/src/bin/efx/efx_resize.c:123:37: note: Function '_e_efx_resize_adjust' argument 2 names different: declaration 'x' definition 'ax'.
enlightenment-0.22.3/src/bin/efx/efx_resize.c:123:46: style: Function '_e_efx_resize_adjust' argument 3 names different: declaration 'y' definition 'ay'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/bin/efx/e_efx_private.h:80:50: note: Function '_e_efx_resize_adjust' argument 3 names different: declaration 'y' definition 'ay'.
enlightenment-0.22.3/src/bin/efx/efx_resize.c:123:46: note: Function '_e_efx_resize_adjust' argument 3 names different: declaration 'y' definition 'ay'.
enlightenment-0.22.3/src/bin/efx/efx_zoom.c:112:39: warning: Either the condition 'ezd' is redundant or there is possible null pointer dereference: ezd. [nullPointerRedundantCheck]
enlightenment-0.22.3/src/bin/efx/efx_zoom.c:111:52: note: Assuming that condition 'ezd' is not redundant
enlightenment-0.22.3/src/bin/efx/efx_zoom.c:112:39: note: Null pointer dereference
enlightenment-0.22.3/src/modules/appmenu/e_mod_appmenu_render.c:244:40: style: Function 'appmenu_menu_render' argument 1 names different: declaration 'EINA_UNUSED' definition 'ctxt'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/appmenu/e_mod_appmenu_private.h:42:50: note: Function 'appmenu_menu_render' argument 1 names different: declaration 'EINA_UNUSED' definition 'ctxt'.
enlightenment-0.22.3/src/modules/appmenu/e_mod_appmenu_render.c:244:40: note: Function 'appmenu_menu_render' argument 1 names different: declaration 'EINA_UNUSED' definition 'ctxt'.
enlightenment-0.22.3/src/modules/appmenu/e_mod_appmenu_render.c:244:64: style: Function 'appmenu_menu_render' argument 2 names different: declaration 'w' definition 'window'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/appmenu/e_mod_appmenu_private.h:42:81: note: Function 'appmenu_menu_render' argument 2 names different: declaration 'w' definition 'window'.
enlightenment-0.22.3/src/modules/appmenu/e_mod_appmenu_render.c:244:64: note: Function 'appmenu_menu_render' argument 2 names different: declaration 'w' definition 'window'.
enlightenment-0.22.3/src/modules/appmenu/e_mod_dbus_registrar_server.c:16:57: style: Function 'appmenu_application_monitor' argument 2 names different: declaration 'bus' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/appmenu/e_mod_appmenu_private.h:41:58: note: Function 'appmenu_application_monitor' argument 2 names different: declaration 'bus' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/appmenu/e_mod_dbus_registrar_server.c:16:57: note: Function 'appmenu_application_monitor' argument 2 names different: declaration 'bus' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/appmenu/e_mod_dbus_registrar_server.c:16:86: style: Function 'appmenu_application_monitor' argument 3 names different: declaration 'old' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/appmenu/e_mod_appmenu_private.h:41:75: note: Function 'appmenu_application_monitor' argument 3 names different: declaration 'old' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/appmenu/e_mod_dbus_registrar_server.c:16:86: note: Function 'appmenu_application_monitor' argument 3 names different: declaration 'old' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/appmenu/e_mod_dbus_registrar_server.c:16:115: style: Function 'appmenu_application_monitor' argument 4 names different: declaration 'new' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/appmenu/e_mod_appmenu_private.h:41:92: note: Function 'appmenu_application_monitor' argument 4 names different: declaration 'new' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/appmenu/e_mod_dbus_registrar_server.c:16:115: note: Function 'appmenu_application_monitor' argument 4 names different: declaration 'new' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/backlight/e_mod_main.c:67:45: style: Function '_backlight_level_set' argument 2 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/backlight/e_mod_main.c:53:57: note: Function '_backlight_level_set' argument 2 names different: declaration 'value' definition 'val'.
enlightenment-0.22.3/src/modules/backlight/e_mod_main.c:67:45: note: Function '_backlight_level_set' argument 2 names different: declaration 'value' definition 'val'.
enlightenment-0.22.3/src/modules/backlight/e_mod_main.c:336:57: style: Function '_gc_orient' argument 2 names different: declaration 'orient' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/backlight/e_mod_main.c:18:62: note: Function '_gc_orient' argument 2 names different: declaration 'orient' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/backlight/e_mod_main.c:336:57: note: Function '_gc_orient' argument 2 names different: declaration 'orient' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/backlight/e_mod_main.c:353:53: style: Function '_gc_label' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/backlight/e_mod_main.c:19:59: note: Function '_gc_label' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/backlight/e_mod_main.c:353:53: note: Function '_gc_label' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/backlight/e_mod_main.c:359:52: style: Function '_gc_icon' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/backlight/e_mod_main.c:20:59: note: Function '_gc_icon' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/backlight/e_mod_main.c:359:52: note: Function '_gc_icon' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/backlight/gadget/backlight.c:271:51: style: Function 'backlight_gadget_create' argument 2 names different: declaration 'EINA_UNUSED' definition 'id'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/backlight/gadget/backlight.h:10:75: note: Function 'backlight_gadget_create' argument 2 names different: declaration 'EINA_UNUSED' definition 'id'.
enlightenment-0.22.3/src/modules/backlight/gadget/backlight.c:271:51: note: Function 'backlight_gadget_create' argument 2 names different: declaration 'EINA_UNUSED' definition 'id'.
enlightenment-0.22.3/src/modules/backlight/gadget/mod.c:4:32: style: Function 'e_modapi_gadget_init' argument 1 names different: declaration 'EINA_UNUSED' definition 'm'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/backlight/gadget/backlight.h:6:48: note: Function 'e_modapi_gadget_init' argument 1 names different: declaration 'EINA_UNUSED' definition 'm'.
enlightenment-0.22.3/src/modules/backlight/gadget/mod.c:4:32: note: Function 'e_modapi_gadget_init' argument 1 names different: declaration 'EINA_UNUSED' definition 'm'.
enlightenment-0.22.3/src/modules/battery/batget.c:671:47: style: Condition 'time_to_empty<0' is always true [knownConditionTrueFalse]
enlightenment-0.22.3/src/modules/battery/batget.c:1020:8: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
enlightenment-0.22.3/src/modules/battery/batget.c:1020:8: warning: %x in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
enlightenment-0.22.3/src/modules/battery/batget.c:1020:8: warning: %x in format string (no. 3) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
enlightenment-0.22.3/src/modules/battery/batget.c:1020:8: warning: %x in format string (no. 4) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
enlightenment-0.22.3/src/modules/battery/batget.c:467:15: style: The scope of the variable 'l' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/battery/batget.c:518:15: style: The scope of the variable 'l' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/battery/batget.c:519:10: style: The scope of the variable 'name' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/battery/batget.c:520:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/battery/batget.c:551:18: style: The scope of the variable 'pwr' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/battery/batget.c:813:19: style: The scope of the variable 'powers' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/battery/batget.c:660:92: warning: Either the condition 'current<0' is redundant or there is division by zero at line 660. [zerodivcond]
enlightenment-0.22.3/src/modules/battery/batget.c:656:46: note: Assuming that condition 'current<0' is not redundant
enlightenment-0.22.3/src/modules/battery/batget.c:660:92: note: Division by zero
enlightenment-0.22.3/src/modules/battery/batget.c:739:37: style: Function 'linux_acpi_cb_acpid_add' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/battery/batget.c:707:48: note: Function 'linux_acpi_cb_acpid_add' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/battery/batget.c:739:37: note: Function 'linux_acpi_cb_acpid_add' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/battery/batget.c:740:37: style: Function 'linux_acpi_cb_acpid_add' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/battery/batget.c:708:46: note: Function 'linux_acpi_cb_acpid_add' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/battery/batget.c:740:37: note: Function 'linux_acpi_cb_acpid_add' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/battery/batget.c:741:37: style: Function 'linux_acpi_cb_acpid_add' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/battery/batget.c:709:48: note: Function 'linux_acpi_cb_acpid_add' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/battery/batget.c:741:37: note: Function 'linux_acpi_cb_acpid_add' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/battery/batget.c:747:37: style: Function 'linux_acpi_cb_acpid_del' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/battery/batget.c:710:48: note: Function 'linux_acpi_cb_acpid_del' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/battery/batget.c:747:37: note: Function 'linux_acpi_cb_acpid_del' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/battery/batget.c:748:37: style: Function 'linux_acpi_cb_acpid_del' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/battery/batget.c:711:46: note: Function 'linux_acpi_cb_acpid_del' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/battery/batget.c:748:37: note: Function 'linux_acpi_cb_acpid_del' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/battery/batget.c:749:37: style: Function 'linux_acpi_cb_acpid_del' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/battery/batget.c:712:48: note: Function 'linux_acpi_cb_acpid_del' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/battery/batget.c:749:37: note: Function 'linux_acpi_cb_acpid_del' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/battery/batget.c:763:38: style: Function 'linux_acpi_cb_acpid_data' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/battery/batget.c:713:49: note: Function 'linux_acpi_cb_acpid_data' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/battery/batget.c:763:38: note: Function 'linux_acpi_cb_acpid_data' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/battery/batget.c:764:38: style: Function 'linux_acpi_cb_acpid_data' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/battery/batget.c:714:47: note: Function 'linux_acpi_cb_acpid_data' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/battery/batget.c:764:38: note: Function 'linux_acpi_cb_acpid_data' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/battery/batget.c:765:38: style: Function 'linux_acpi_cb_acpid_data' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/battery/batget.c:715:49: note: Function 'linux_acpi_cb_acpid_data' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/battery/batget.c:765:38: note: Function 'linux_acpi_cb_acpid_data' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/battery/batget.c:1259:20: style: Function 'poll_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/battery/batget.c:32:32: note: Function 'poll_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/battery/batget.c:1259:20: note: Function 'poll_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/battery/e_mod_config.c:44:49: style: Function 'e_int_config_battery_module' argument 1 names different: declaration 'parent' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/battery/e_mod_main.h:143:59: note: Function 'e_int_config_battery_module' argument 1 names different: declaration 'parent' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/battery/e_mod_config.c:44:49: note: Function 'e_int_config_battery_module' argument 1 names different: declaration 'parent' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/battery/e_mod_config.c:107:35: style: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/battery/e_mod_config.c:33:51: note: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/battery/e_mod_config.c:107:35: note: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/battery/e_mod_config.c:117:33: style: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/battery/e_mod_config.c:34:49: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/battery/e_mod_config.c:117:33: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/battery/e_mod_config.c:125:44: style: Function '_basic_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/battery/e_mod_config.c:35:60: note: Function '_basic_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/battery/e_mod_config.c:125:44: note: Function '_basic_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/battery/e_mod_config.c:140:40: style: Function '_basic_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/battery/e_mod_config.c:36:56: note: Function '_basic_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/battery/e_mod_config.c:140:40: note: Function '_basic_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/battery/e_mod_config.c:164:43: style: Function '_basic_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/battery/e_mod_config.c:37:59: note: Function '_basic_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/battery/e_mod_config.c:164:43: note: Function '_basic_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/battery/e_mod_config.c:213:47: style: Function '_advanced_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/battery/e_mod_config.c:38:63: note: Function '_advanced_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/battery/e_mod_config.c:213:47: note: Function '_advanced_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/battery/e_mod_config.c:307:43: style: Function '_advanced_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/battery/e_mod_config.c:39:59: note: Function '_advanced_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/battery/e_mod_config.c:307:43: note: Function '_advanced_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/battery/e_mod_config.c:343:46: style: Function '_advanced_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/battery/e_mod_config.c:40:62: note: Function '_advanced_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/battery/e_mod_config.c:343:46: note: Function '_advanced_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/battery/e_mod_config.c:206:12: style: Variable 'fuzzy' is assigned a value that is never used. [unreadVariable]
enlightenment-0.22.3/src/modules/battery/e_mod_main.c:667:0: error: syntax error [syntaxError]
enlightenment-0.22.3/src/modules/battery/e_mod_upower.c:328:1: style: Label 'proxy_error' is not used. [unusedLabel]
enlightenment-0.22.3/src/modules/battery/e_mod_upower.c:330:1: style: Label 'obj_error' is not used. [unusedLabel]
enlightenment-0.22.3/src/modules/bluez4/e_mod_main.c:501:4: style: Variable 'inst' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/modules/bluez4/e_mod_main.c:499:0: note: Variable 'inst' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/bluez4/e_mod_main.c:501:4: note: Variable 'inst' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/bluez4/e_mod_main.c:568:4: style: Variable 'o' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/modules/bluez4/e_mod_main.c:563:0: note: Variable 'o' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/bluez4/e_mod_main.c:568:4: note: Variable 'o' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/bluez4/e_mod_main.c:355:16: style: The scope of the variable 'subm' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/bluez4/e_mod_main.c:356:22: style: The scope of the variable 'submi' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/bluez4/e_mod_main.c:738:12: style: The scope of the variable 'dev' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/bluez4/e_mod_main.c:739:17: style: The scope of the variable 'o_type' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/bluez4/e_mod_main.c:704:31: style: Function 'e_modapi_shutdown' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/bluez4/e_mod_main.h:28:39: note: Function 'e_modapi_shutdown' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/bluez4/e_mod_main.c:704:31: note: Function 'e_modapi_shutdown' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/bluez4/e_mod_main.c:727:27: style: Function 'e_modapi_save' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/bluez4/e_mod_main.h:29:35: note: Function 'e_modapi_save' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/bluez4/e_mod_main.c:727:27: note: Function 'e_modapi_save' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/bluez4/ebluez4.c:210:9: style: The scope of the variable 'err_msg' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/bluez4/ebluez4.c:459:9: style: The scope of the variable 'err_msg' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/clock/e_mod_config.c:172:4: style: Variable 'ci->changed' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/modules/clock/e_mod_config.c:170:4: note: Variable 'ci->changed' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/clock/e_mod_config.c:172:4: note: Variable 'ci->changed' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/clock/e_mod_config.c:20:47: style: Function 'e_int_config_clock_module' argument 1 names different: declaration 'parent' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/clock/e_mod_main.h:37:45: note: Function 'e_int_config_clock_module' argument 1 names different: declaration 'parent' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/clock/e_mod_config.c:20:47: note: Function 'e_int_config_clock_module' argument 1 names different: declaration 'parent' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/clock/e_mod_config.c:42:35: style: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/clock/e_mod_config.c:10:51: note: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/clock/e_mod_config.c:42:35: note: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/clock/e_mod_config.c:56:34: style: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/clock/e_mod_config.c:11:49: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/clock/e_mod_config.c:56:34: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/clock/e_mod_config.c:64:44: style: Function '_basic_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/clock/e_mod_config.c:13:60: note: Function '_basic_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/clock/e_mod_config.c:64:44: note: Function '_basic_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/clock/e_mod_config.c:163:41: style: Function '_basic_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/clock/e_mod_config.c:16:56: note: Function '_basic_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/clock/e_mod_config.c:163:41: note: Function '_basic_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/clock/e_mod_main.c:713:4: style: Variable 'ci' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/modules/clock/e_mod_main.c:711:0: note: Variable 'ci' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/clock/e_mod_main.c:713:4: note: Variable 'ci' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/clock/e_mod_main.c:115:8: style: The scope of the variable 'started' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/clock/e_mod_main.c:115:21: style: The scope of the variable 'num' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/clock/e_mod_main.c:115:26: style: The scope of the variable 'i' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/clock/e_mod_main.c:684:57: style: Function '_gc_orient' argument 2 names different: declaration 'orient' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/clock/e_mod_main.c:31:74: note: Function '_gc_orient' argument 2 names different: declaration 'orient' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/clock/e_mod_main.c:684:57: note: Function '_gc_orient' argument 2 names different: declaration 'orient' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/clock/e_mod_main.c:690:53: style: Function '_gc_label' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/clock/e_mod_main.c:32:64: note: Function '_gc_label' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/clock/e_mod_main.c:690:53: note: Function '_gc_label' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/clock/e_mod_main.c:696:52: style: Function '_gc_icon' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/clock/e_mod_main.c:33:63: note: Function '_gc_icon' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/clock/e_mod_main.c:696:52: note: Function '_gc_icon' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/clock/e_mod_main.c:709:54: style: Function '_gc_id_new' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/clock/e_mod_main.c:34:65: note: Function '_gc_id_new' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/clock/e_mod_main.c:709:54: note: Function '_gc_id_new' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/clock/e_mod_main.c:927:31: style: Function 'e_modapi_shutdown' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/clock/e_mod_main.h:7:42: note: Function 'e_modapi_shutdown' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/clock/e_mod_main.c:927:31: note: Function 'e_modapi_shutdown' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/clock/e_mod_main.c:974:27: style: Function 'e_modapi_save' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/clock/e_mod_main.h:8:42: note: Function 'e_modapi_save' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/clock/e_mod_main.c:974:27: note: Function 'e_modapi_save' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf/e_conf.c:69:14: style: The scope of the variable 'ec' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/conf/e_conf.c:450:24: style: The scope of the variable 'buf' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/conf/e_conf.c:232:47: style: Function '_e_configure_cb_close' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf/e_conf.c:50:70: note: Function '_e_configure_cb_close' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf/e_conf.c:232:47: note: Function '_e_configure_cb_close' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf/e_conf.c:271:50: style: Function '_e_configure_category_cb' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf/e_conf.c:52:73: note: Function '_e_configure_category_cb' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf/e_conf.c:271:50: note: Function '_e_configure_category_cb' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf/e_conf.c:369:45: style: Function '_e_configure_keydown_cb' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf/e_conf.c:56:72: note: Function '_e_configure_keydown_cb' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf/e_conf.c:369:45: note: Function '_e_configure_keydown_cb' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf/e_conf.c:369:75: style: Function '_e_configure_keydown_cb' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf/e_conf.c:56:88: note: Function '_e_configure_keydown_cb' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf/e_conf.c:369:75: note: Function '_e_configure_keydown_cb' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf/e_conf.c:481:52: style: Function '_e_configure_module_update_cb' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf/e_conf.c:58:76: note: Function '_e_configure_module_update_cb' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf/e_conf.c:481:52: note: Function '_e_configure_module_update_cb' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf/e_conf.c:481:77: style: Function '_e_configure_module_update_cb' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf/e_conf.c:58:88: note: Function '_e_configure_module_update_cb' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf/e_conf.c:481:77: note: Function '_e_configure_module_update_cb' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf/e_mod_config.c:16:46: style: Function 'e_int_config_conf_module' argument 1 names different: declaration 'parent' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf/e_mod_main.h:23:56: note: Function 'e_int_config_conf_module' argument 1 names different: declaration 'parent' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf/e_mod_config.c:16:46: note: Function 'e_int_config_conf_module' argument 1 names different: declaration 'parent' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf/e_mod_config.c:16:78: style: Function 'e_int_config_conf_module' argument 2 names different: declaration 'params' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf/e_mod_main.h:23:76: note: Function 'e_int_config_conf_module' argument 2 names different: declaration 'params' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf/e_mod_config.c:16:78: note: Function 'e_int_config_conf_module' argument 2 names different: declaration 'params' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf/e_mod_config.c:43:35: style: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf/e_mod_config.c:9:51: note: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf/e_mod_config.c:43:35: note: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf/e_mod_config.c:52:33: style: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf/e_mod_config.c:10:49: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf/e_mod_config.c:52:33: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf/e_mod_config.c:59:36: style: Function '_basic_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf/e_mod_config.c:11:52: note: Function '_basic_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf/e_mod_config.c:59:36: note: Function '_basic_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf/e_mod_config.c:73:35: style: Function '_basic_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf/e_mod_config.c:12:51: note: Function '_basic_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf/e_mod_config.c:73:35: note: Function '_basic_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf/e_mod_config.c:94:43: style: Function '_basic_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf/e_mod_config.c:13:59: note: Function '_basic_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf/e_mod_config.c:94:43: note: Function '_basic_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf/e_mod_main.c:160:24: style: The scope of the variable 'buf' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/conf/e_mod_main.c:85:57: style: Function '_gc_orient' argument 2 names different: declaration 'orient' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf/e_mod_main.c:22:74: note: Function '_gc_orient' argument 2 names different: declaration 'orient' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf/e_mod_main.c:85:57: note: Function '_gc_orient' argument 2 names different: declaration 'orient' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf/e_mod_main.c:99:53: style: Function '_gc_label' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf/e_mod_main.c:23:64: note: Function '_gc_label' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf/e_mod_main.c:99:53: note: Function '_gc_label' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf/e_mod_main.c:105:52: style: Function '_gc_icon' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf/e_mod_main.c:24:63: note: Function '_gc_icon' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf/e_mod_main.c:105:52: note: Function '_gc_icon' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf/e_mod_main.c:118:54: style: Function '_gc_id_new' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf/e_mod_main.c:25:65: note: Function '_gc_id_new' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf/e_mod_main.c:118:54: note: Function '_gc_id_new' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf/e_mod_main.c:135:46: style: Function '_cb_action_conf' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf/e_mod_main.c:26:66: note: Function '_cb_action_conf' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf/e_mod_main.c:135:46: note: Function '_cb_action_conf' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf/e_mod_main.c:135:80: style: Function '_cb_action_conf' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf/e_mod_main.c:26:83: note: Function '_cb_action_conf' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf/e_mod_main.c:135:80: note: Function '_cb_action_conf' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf/e_mod_main.c:135:112: style: Function '_cb_action_conf' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf/e_mod_main.c:26:105: note: Function '_cb_action_conf' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf/e_mod_main.c:135:112: note: Function '_cb_action_conf' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf/e_mod_main.c:146:37: style: Function '_e_mod_run_cb' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf/e_mod_main.c:16:59: note: Function '_e_mod_run_cb' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf/e_mod_main.c:146:37: note: Function '_e_mod_run_cb' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf/e_mod_main.c:146:66: style: Function '_e_mod_run_cb' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf/e_mod_main.c:16:75: note: Function '_e_mod_run_cb' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf/e_mod_main.c:146:66: note: Function '_e_mod_run_cb' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf/e_mod_main.c:241:34: style: Function 'e_mod_config_menu_add' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf/e_mod_main.h:24:34: note: Function 'e_mod_config_menu_add' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf/e_mod_main.c:241:34: note: Function 'e_mod_config_menu_add' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf/e_mod_main.c:389:27: style: Function '_e_mod_conf_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf/e_mod_main.c:14:46: note: Function '_e_mod_conf_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf/e_mod_main.c:389:27: note: Function '_e_mod_conf_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf/e_mod_main.c:389:50: style: Function '_e_mod_conf_cb' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf/e_mod_main.c:14:60: note: Function '_e_mod_conf_cb' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf/e_mod_main.c:389:50: note: Function '_e_mod_conf_cb' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf/e_mod_main.c:389:79: style: Function '_e_mod_conf_cb' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf/e_mod_main.c:14:76: note: Function '_e_mod_conf_cb' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf/e_mod_main.c:389:79: note: Function '_e_mod_conf_cb' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf/e_mod_main.c:446:28: style: Function '_e_mod_menu_add' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf/e_mod_main.c:15:47: note: Function '_e_mod_menu_add' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf/e_mod_main.c:446:28: note: Function '_e_mod_menu_add' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_applications/e_int_config_apps.c:431:4: style: Variable 'menu' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/modules/conf_applications/e_int_config_apps.c:427:0: note: Variable 'menu' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/conf_applications/e_int_config_apps.c:431:4: note: Variable 'menu' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/conf_applications/e_int_config_apps.c:564:4: style: Variable 'desks' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/modules/conf_applications/e_int_config_apps.c:561:0: note: Variable 'desks' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/conf_applications/e_int_config_apps.c:564:4: note: Variable 'desks' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/conf_applications/e_int_config_apps.c:678:9: style: Variable 'icon' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/modules/conf_applications/e_int_config_apps.c:676:0: note: Variable 'icon' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/conf_applications/e_int_config_apps.c:678:9: note: Variable 'icon' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/conf_applications/e_int_config_apps.c:604:15: style: The scope of the variable 'files' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/conf_applications/e_int_config_apps.c:288:32: style: Function '_basic_create' argument 1 names different: declaration 'EINA_UNUSED' definition 'cfd'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_applications/e_int_config_apps.c:31:60: note: Function '_basic_create' argument 1 names different: declaration 'EINA_UNUSED' definition 'cfd'.
enlightenment-0.22.3/src/modules/conf_applications/e_int_config_apps.c:288:32: note: Function '_basic_create' argument 1 names different: declaration 'EINA_UNUSED' definition 'cfd'.
enlightenment-0.22.3/src/modules/conf_applications/e_int_config_apps_personal.c:47:35: style: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_applications/e_int_config_apps_personal.c:15:51: note: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_applications/e_int_config_apps_personal.c:47:35: note: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_applications/e_int_config_apps_personal.c:71:32: style: Function '_basic_create' argument 1 names different: declaration 'EINA_UNUSED' definition 'cfd'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_applications/e_int_config_apps_personal.c:17:56: note: Function '_basic_create' argument 1 names different: declaration 'EINA_UNUSED' definition 'cfd'.
enlightenment-0.22.3/src/modules/conf_applications/e_int_config_apps_personal.c:71:32: note: Function '_basic_create' argument 1 names different: declaration 'EINA_UNUSED' definition 'cfd'.
enlightenment-0.22.3/src/modules/conf_applications/e_int_config_apps_personal.c:183:24: style: Function '_btn_cb_add' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_applications/e_int_config_apps_personal.c:21:39: note: Function '_btn_cb_add' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_applications/e_int_config_apps_personal.c:183:24: note: Function '_btn_cb_add' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_applications/e_int_config_apps_personal.c:183:49: style: Function '_btn_cb_add' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_applications/e_int_config_apps_personal.c:21:51: note: Function '_btn_cb_add' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_applications/e_int_config_apps_personal.c:183:49: note: Function '_btn_cb_add' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_applications/e_int_config_apps_personal.c:189:37: style: Function '_btn_cb_del' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_applications/e_int_config_apps_personal.c:22:51: note: Function '_btn_cb_del' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_applications/e_int_config_apps_personal.c:189:37: note: Function '_btn_cb_del' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_applications/e_int_config_defapps.c:84:16: style: The scope of the variable 'ini' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/conf_applications/e_int_config_defapps.c:85:19: style: The scope of the variable 'it' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/conf_applications/e_int_config_defapps.c:87:16: style: The scope of the variable 'key' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/conf_applications/e_int_config_defapps.c:81:35: style: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_applications/e_int_config_defapps.c:45:51: note: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_applications/e_int_config_defapps.c:81:35: note: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_applications/e_int_config_defapps.c:286:32: style: Function '_basic_create' argument 1 names different: declaration 'EINA_UNUSED' definition 'cfd'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_applications/e_int_config_defapps.c:47:56: note: Function '_basic_create' argument 1 names different: declaration 'EINA_UNUSED' definition 'cfd'.
enlightenment-0.22.3/src/modules/conf_applications/e_int_config_defapps.c:286:32: note: Function '_basic_create' argument 1 names different: declaration 'EINA_UNUSED' definition 'cfd'.
enlightenment-0.22.3/src/modules/conf_applications/e_int_config_defapps.c:609:37: style: Function '_find_glob' argument 2 names different: declaration 'glob' definition 'globbing'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_applications/e_int_config_defapps.c:55:57: note: Function '_find_glob' argument 2 names different: declaration 'glob' definition 'globbing'.
enlightenment-0.22.3/src/modules/conf_applications/e_int_config_defapps.c:609:37: note: Function '_find_glob' argument 2 names different: declaration 'glob' definition 'globbing'.
enlightenment-0.22.3/src/modules/conf_applications/e_int_config_deskenv.c:72:35: style: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_applications/e_int_config_deskenv.c:5:51: note: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_applications/e_int_config_deskenv.c:72:35: note: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_applications/e_int_config_deskenv.c:82:33: style: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_applications/e_int_config_deskenv.c:6:49: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_applications/e_int_config_deskenv.c:82:33: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_applications/e_int_config_deskenv.c:89:43: style: Function '_basic_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_applications/e_int_config_deskenv.c:7:59: note: Function '_basic_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_applications/e_int_config_deskenv.c:89:43: note: Function '_basic_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_applications/e_int_config_deskenv.c:113:35: style: Function '_basic_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_applications/e_int_config_deskenv.c:8:51: note: Function '_basic_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_applications/e_int_config_deskenv.c:113:35: note: Function '_basic_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_applications/e_int_config_deskenv.c:128:36: style: Function '_basic_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_applications/e_int_config_deskenv.c:9:52: note: Function '_basic_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_applications/e_int_config_deskenv.c:128:36: note: Function '_basic_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_acpibindings.c:152:37: style: The scope of the variable 'b2' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_acpibindings.c:344:43: style: Function '_binding_label_get' argument 1 names different: declaration 'bind' definition 'binding'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_acpibindings.c:34:73: note: Function '_binding_label_get' argument 1 names different: declaration 'bind' definition 'binding'.
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_acpibindings.c:344:43: note: Function '_binding_label_get' argument 1 names different: declaration 'bind' definition 'binding'.
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_acpibindings.c:649:16: style: Function '_cb_acpi_event' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_acpibindings.c:47:50: note: Function '_cb_acpi_event' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_acpibindings.c:649:16: note: Function '_cb_acpi_event' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_edgebindings.c:191:12: style: The scope of the variable 'zone' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_edgebindings.c:459:27: style: The scope of the variable 'bi' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_edgebindings.c:505:22: style: The scope of the variable 'prof' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_edgebindings.c:553:16: style: The scope of the variable 'i' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_edgebindings.c:555:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_edgebindings.c:745:10: style: The scope of the variable 'b' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_edgebindings.c:747:27: style: The scope of the variable 'bi' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_edgebindings.c:1243:17: style: The scope of the variable 'ok' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_edgebindings.c:167:33: style: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_edgebindings.c:14:49: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_edgebindings.c:167:33: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_edgebindings.c:188:40: style: Function '_basic_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_edgebindings.c:15:56: note: Function '_basic_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_edgebindings.c:188:40: note: Function '_basic_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_edgebindings.c:355:46: style: Function '_add_edge_binding_cb' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_edgebindings.c:34:60: note: Function '_add_edge_binding_cb' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_edgebindings.c:355:46: note: Function '_add_edge_binding_cb' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_edgebindings.c:368:49: style: Function '_modify_edge_binding_cb' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_edgebindings.c:35:63: note: Function '_modify_edge_binding_cb' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_edgebindings.c:368:49: note: Function '_modify_edge_binding_cb' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_edgebindings.c:426:53: style: Function '_delete_all_edge_binding_cb' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_edgebindings.c:31:67: note: Function '_delete_all_edge_binding_cb' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_edgebindings.c:426:53: note: Function '_delete_all_edge_binding_cb' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_edgebindings.c:454:49: style: Function '_delete_edge_binding_cb' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_edgebindings.c:32:63: note: Function '_delete_edge_binding_cb' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_edgebindings.c:454:49: note: Function '_delete_edge_binding_cb' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_edgebindings.c:502:59: style: Function '_restore_edge_binding_defaults_cb' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_edgebindings.c:33:73: note: Function '_restore_edge_binding_defaults_cb' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_edgebindings.c:502:59: note: Function '_restore_edge_binding_defaults_cb' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_edgebindings.c:953:51: style: Function '_edge_grab_wnd_cb_apply' argument 2 names different: declaration 'dia' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_edgebindings.c:47:67: note: Function '_edge_grab_wnd_cb_apply' argument 2 names different: declaration 'dia' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_edgebindings.c:953:51: note: Function '_edge_grab_wnd_cb_apply' argument 2 names different: declaration 'dia' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_edgebindings.c:964:51: style: Function '_edge_grab_wnd_cb_close' argument 2 names different: declaration 'dia' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_edgebindings.c:48:67: note: Function '_edge_grab_wnd_cb_close' argument 2 names different: declaration 'dia' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_edgebindings.c:964:51: note: Function '_edge_grab_wnd_cb_close' argument 2 names different: declaration 'dia' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_edgebindings.c:973:63: style: Function '_edge_grab_wnd_slider_changed_cb' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_edgebindings.c:49:79: note: Function '_edge_grab_wnd_slider_changed_cb' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_edgebindings.c:973:63: note: Function '_edge_grab_wnd_slider_changed_cb' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_edgebindings.c:988:62: style: Function '_edge_grab_wnd_check_changed_cb' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_edgebindings.c:50:78: note: Function '_edge_grab_wnd_check_changed_cb' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_edgebindings.c:988:62: note: Function '_edge_grab_wnd_check_changed_cb' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_edgebindings.c:1013:53: style: Function '_edge_grab_wnd_selected_edge_cb' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_edgebindings.c:51:71: note: Function '_edge_grab_wnd_selected_edge_cb' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_edgebindings.c:1013:53: note: Function '_edge_grab_wnd_selected_edge_cb' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_edgebindings.c:1013:83: style: Function '_edge_grab_wnd_selected_edge_cb' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_edgebindings.c:51:87: note: Function '_edge_grab_wnd_selected_edge_cb' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_edgebindings.c:1013:83: note: Function '_edge_grab_wnd_selected_edge_cb' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_edgebindings.c:70:19: style: struct member 'Anonymous1::cur_act' is never used. [unusedStructMember]
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_keybindings.c:885:14: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_keybindings.c:935:19: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_keybindings.c:413:16: style: The scope of the variable 'n' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_keybindings.c:416:26: style: The scope of the variable 'bi' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_keybindings.c:466:22: style: The scope of the variable 'prof' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_keybindings.c:514:16: style: The scope of the variable 'i' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_keybindings.c:514:22: style: The scope of the variable 'cnt' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_keybindings.c:158:34: style: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_keybindings.c:8:49: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_keybindings.c:158:34: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_keybindings.c:181:41: style: Function '_basic_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_keybindings.c:10:56: note: Function '_basic_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_keybindings.c:181:41: note: Function '_basic_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_keybindings.c:320:33: style: Function '_add_key_binding_cb' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_keybindings.c:36:47: note: Function '_add_key_binding_cb' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_keybindings.c:320:33: note: Function '_add_key_binding_cb' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_keybindings.c:334:36: style: Function '_modify_key_binding_cb' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_keybindings.c:38:50: note: Function '_modify_key_binding_cb' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_keybindings.c:334:36: note: Function '_modify_key_binding_cb' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_keybindings.c:380:40: style: Function '_delete_all_key_binding_cb' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_keybindings.c:30:54: note: Function '_delete_all_key_binding_cb' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_keybindings.c:380:40: note: Function '_delete_all_key_binding_cb' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_keybindings.c:410:36: style: Function '_delete_key_binding_cb' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_keybindings.c:32:50: note: Function '_delete_key_binding_cb' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_keybindings.c:410:36: note: Function '_delete_key_binding_cb' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_keybindings.c:463:46: style: Function '_restore_key_binding_defaults_cb' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_keybindings.c:34:60: note: Function '_restore_key_binding_defaults_cb' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_keybindings.c:463:46: note: Function '_restore_key_binding_defaults_cb' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_keybindings.c:687:48: style: Function '_update_key_binding_list' argument 2 names different: declaration 'bi' definition 'bi_new'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_keybindings.c:21:68: note: Function '_update_key_binding_list' argument 2 names different: declaration 'bi' definition 'bi_new'.
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_keybindings.c:687:48: note: Function '_update_key_binding_list' argument 2 names different: declaration 'bi' definition 'bi_new'.
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_mousebindings.c:113:33: style: The scope of the variable 'eb2' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_mousebindings.c:114:33: style: The scope of the variable 'bw2' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_mousebindings.c:196:33: style: The scope of the variable 'eb2' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_mousebindings.c:502:28: style: The scope of the variable 'eb' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_mousebindings.c:567:22: style: The scope of the variable 'prof' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_mousebindings.c:621:16: style: The scope of the variable 'i' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_mousebindings.c:165:33: style: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_mousebindings.c:7:49: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_mousebindings.c:165:33: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_mousebindings.c:193:40: style: Function '_basic_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_mousebindings.c:8:56: note: Function '_basic_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_mousebindings.c:193:40: note: Function '_basic_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_mousebindings.c:407:47: style: Function '_add_mouse_binding_cb' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_mousebindings.c:20:61: note: Function '_add_mouse_binding_cb' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_mousebindings.c:407:47: note: Function '_add_mouse_binding_cb' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_mousebindings.c:419:50: style: Function '_modify_mouse_binding_cb' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_mousebindings.c:21:64: note: Function '_modify_mouse_binding_cb' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_mousebindings.c:419:50: note: Function '_modify_mouse_binding_cb' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_mousebindings.c:460:54: style: Function '_delete_all_mouse_binding_cb' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_mousebindings.c:18:68: note: Function '_delete_all_mouse_binding_cb' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_mousebindings.c:460:54: note: Function '_delete_all_mouse_binding_cb' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_mousebindings.c:497:50: style: Function '_delete_mouse_binding_cb' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_mousebindings.c:17:64: note: Function '_delete_mouse_binding_cb' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_mousebindings.c:497:50: note: Function '_delete_mouse_binding_cb' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_mousebindings.c:564:60: style: Function '_restore_mouse_binding_defaults_cb' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_mousebindings.c:19:74: note: Function '_restore_mouse_binding_defaults_cb' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_mousebindings.c:564:60: note: Function '_restore_mouse_binding_defaults_cb' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_mousebindings.c:1297:33: style: Function '_grab_mouse_down_cb' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_mousebindings.c:43:57: note: Function '_grab_mouse_down_cb' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_mousebindings.c:1297:33: note: Function '_grab_mouse_down_cb' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_mousebindings.c:1396:43: style: Function '_grab_mouse_wheel_cb' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_mousebindings.c:44:58: note: Function '_grab_mouse_wheel_cb' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_mousebindings.c:1396:43: note: Function '_grab_mouse_wheel_cb' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_signalbindings.c:75:17: style: The scope of the variable 'ok' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_signalbindings.c:379:16: style: The scope of the variable 'i' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_signalbindings.c:454:29: style: The scope of the variable 'bi' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_signalbindings.c:729:22: style: The scope of the variable 'prof' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_signalbindings.c:35:21: style: struct member '_E_Config_Dialog_Data::fullscreen_flip' is never used. [unusedStructMember]
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_signalbindings.c:36:21: style: struct member '_E_Config_Dialog_Data::multiscreen_flip' is never used. [unusedStructMember]
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_signalbindings.c:17:19: style: struct member 'Anonymous1::button' is never used. [unusedStructMember]
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_signalbindings.c:18:19: style: struct member 'Anonymous1::cur_act' is never used. [unusedStructMember]
enlightenment-0.22.3/src/modules/conf_bindings/e_int_config_signalbindings.c:30:31: style: struct member 'Anonymous2::o_selector' is never used. [unusedStructMember]
enlightenment-0.22.3/src/modules/conf_dialogs/e_int_config_dialogs.c:55:35: style: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_dialogs/e_int_config_dialogs.c:3:44: note: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_dialogs/e_int_config_dialogs.c:55:35: note: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_dialogs/e_int_config_dialogs.c:64:33: style: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_dialogs/e_int_config_dialogs.c:4:41: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_dialogs/e_int_config_dialogs.c:64:33: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_dialogs/e_int_config_dialogs.c:70:40: style: Function '_basic_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_dialogs/e_int_config_dialogs.c:5:47: note: Function '_basic_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_dialogs/e_int_config_dialogs.c:70:40: note: Function '_basic_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_dialogs/e_int_config_dialogs.c:87:43: style: Function '_basic_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_dialogs/e_int_config_dialogs.c:6:50: note: Function '_basic_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_dialogs/e_int_config_dialogs.c:87:43: note: Function '_basic_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_dialogs/e_int_config_dialogs.c:102:44: style: Function '_basic_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_dialogs/e_int_config_dialogs.c:7:60: note: Function '_basic_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_dialogs/e_int_config_dialogs.c:102:44: note: Function '_basic_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_dialogs/e_int_config_profiles.c:71:33: style: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_dialogs/e_int_config_profiles.c:4:49: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_dialogs/e_int_config_profiles.c:71:33: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_dialogs/e_int_config_profiles.c:77:36: style: Function '_apply_cfdata' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_dialogs/e_int_config_profiles.c:5:52: note: Function '_apply_cfdata' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_dialogs/e_int_config_profiles.c:77:36: note: Function '_apply_cfdata' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_dialogs/e_int_config_profiles.c:98:38: style: Function '_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_dialogs/e_int_config_profiles.c:6:54: note: Function '_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_dialogs/e_int_config_profiles.c:98:38: note: Function '_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_dialogs/e_int_config_profiles.c:305:33: style: Function '_cb_add' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_dialogs/e_int_config_profiles.c:9:47: note: Function '_cb_add' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_dialogs/e_int_config_profiles.c:305:33: note: Function '_cb_add' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_dialogs/e_int_config_profiles.c:326:36: style: Function '_cb_delete' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_dialogs/e_int_config_profiles.c:10:50: note: Function '_cb_delete' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_dialogs/e_int_config_profiles.c:326:36: note: Function '_cb_delete' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_dialogs/e_int_config_profiles.c:346:24: style: Function '_cb_scratch' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_dialogs/e_int_config_profiles.c:11:39: note: Function '_cb_scratch' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_dialogs/e_int_config_profiles.c:346:24: note: Function '_cb_scratch' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_dialogs/e_int_config_profiles.c:346:49: style: Function '_cb_scratch' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_dialogs/e_int_config_profiles.c:11:51: note: Function '_cb_scratch' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_dialogs/e_int_config_profiles.c:346:49: note: Function '_cb_scratch' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_dialogs/e_int_config_profiles.c:366:22: style: Function '_cb_reset' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_dialogs/e_int_config_profiles.c:12:37: note: Function '_cb_reset' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_dialogs/e_int_config_profiles.c:366:22: note: Function '_cb_reset' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_dialogs/e_int_config_profiles.c:366:47: style: Function '_cb_reset' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_dialogs/e_int_config_profiles.c:12:49: note: Function '_cb_reset' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_dialogs/e_int_config_profiles.c:366:47: note: Function '_cb_reset' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_dialogs/e_int_config_profiles.c:434:31: style: Function '_new_profile_cb_dia_del' argument 1 names different: declaration 'obj' definition 'data'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_dialogs/e_int_config_profiles.c:17:51: note: Function '_new_profile_cb_dia_del' argument 1 names different: declaration 'obj' definition 'data'.
enlightenment-0.22.3/src/modules/conf_dialogs/e_int_config_profiles.c:434:31: note: Function '_new_profile_cb_dia_del' argument 1 names different: declaration 'obj' definition 'data'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desk.c:58:9: style: The scope of the variable 'name' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desk.c:109:9: style: The scope of the variable 'name' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desk.c:97:33: style: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desk.c:4:49: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desk.c:97:33: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desk.c:107:35: style: Function '_basic_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desk.c:5:51: note: Function '_basic_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desk.c:107:35: note: Function '_basic_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desk.c:168:36: style: Function '_cb_config' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desk.c:7:50: note: Function '_cb_config' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desk.c:168:36: note: Function '_cb_config' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desklock.c:134:8: style: The scope of the variable 'x' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desklock.c:438:34: style: The scope of the variable 'cbg' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desklock.c:662:18: style: The scope of the variable 'y' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desklock.c:64:43: style: Function 'e_int_config_desklock' argument 1 names different: declaration 'parent' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_display/e_mod_main.h:9:53: note: Function 'e_int_config_desklock' argument 1 names different: declaration 'parent' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desklock.c:64:43: note: Function 'e_int_config_desklock' argument 1 names different: declaration 'parent' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desklock.c:198:33: style: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desklock.c:6:49: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desklock.c:198:33: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desklock.c:435:35: style: Function '_basic_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desklock.c:8:51: note: Function '_basic_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desklock.c:435:35: note: Function '_basic_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desklock.c:524:43: style: Function '_basic_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desklock.c:9:59: note: Function '_basic_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desklock.c:524:43: note: Function '_basic_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desklock.c:610:48: style: Function '_cb_method_change' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desklock.c:12:64: note: Function '_cb_method_change' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desklock.c:610:48: note: Function '_cb_method_change' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desklock.c:610:78: style: Function '_cb_method_change' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desklock.c:12:75: note: Function '_cb_method_change' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desklock.c:610:78: note: Function '_cb_method_change' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desklock.c:735:51: style: Function '_login_method_change' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desklock.c:13:67: note: Function '_login_method_change' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desklock.c:735:51: note: Function '_login_method_change' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desklock.c:735:81: style: Function '_login_method_change' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desklock.c:13:78: note: Function '_login_method_change' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desklock.c:735:81: note: Function '_login_method_change' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desklock.c:763:47: style: Function '_cb_login_change' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desklock.c:14:63: note: Function '_cb_login_change' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desklock.c:763:47: note: Function '_cb_login_change' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desklock.c:772:42: style: Function '_cb_bg_mouse_down' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desklock.c:16:57: note: Function '_cb_bg_mouse_down' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desklock.c:772:42: note: Function '_cb_bg_mouse_down' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desklock.c:772:85: style: Function '_cb_bg_mouse_down' argument 4 names different: declaration 'event' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desklock.c:16:87: note: Function '_cb_bg_mouse_down' argument 4 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desklock.c:772:85: note: Function '_cb_bg_mouse_down' argument 4 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desklock.c:57:20: style: struct member 'Anonymous0::auto_lock_slider' is never used. [unusedStructMember]
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desklock_fsel.c:69:36: style: Function '_basic_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desklock_fsel.c:15:52: note: Function '_basic_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desklock_fsel.c:69:36: note: Function '_basic_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desklock_fsel.c:134:46: style: Function '_cb_dir_changed' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desklock_fsel.c:16:62: note: Function '_cb_dir_changed' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desklock_fsel.c:134:46: note: Function '_cb_dir_changed' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desklock_fsel.c:134:71: style: Function '_cb_dir_changed' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desklock_fsel.c:16:73: note: Function '_cb_dir_changed' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desklock_fsel.c:134:71: note: Function '_cb_dir_changed' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desklock_fsel.c:144:46: style: Function '_cb_sel_changed' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desklock_fsel.c:17:62: note: Function '_cb_sel_changed' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desklock_fsel.c:144:46: note: Function '_cb_sel_changed' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desklock_fsel.c:144:71: style: Function '_cb_sel_changed' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desklock_fsel.c:17:73: note: Function '_cb_sel_changed' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desklock_fsel.c:144:71: note: Function '_cb_sel_changed' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desklock_fsel.c:167:48: style: Function '_cb_files_changed' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desklock_fsel.c:18:64: note: Function '_cb_files_changed' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desklock_fsel.c:167:48: note: Function '_cb_files_changed' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desklock_fsel.c:167:73: style: Function '_cb_files_changed' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desklock_fsel.c:18:75: note: Function '_cb_files_changed' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desklock_fsel.c:167:73: note: Function '_cb_files_changed' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desklock_fsel.c:199:48: style: Function '_cb_files_deleted' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desklock_fsel.c:19:64: note: Function '_cb_files_deleted' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desklock_fsel.c:199:48: note: Function '_cb_files_deleted' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desklock_fsel.c:199:73: style: Function '_cb_files_deleted' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desklock_fsel.c:19:75: note: Function '_cb_files_deleted' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desklock_fsel.c:199:73: note: Function '_cb_files_deleted' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desklock_fsel.c:224:48: style: Function '_cb_radio_changed' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desklock_fsel.c:20:64: note: Function '_cb_radio_changed' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desklock_fsel.c:224:48: note: Function '_cb_radio_changed' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desklock_fsel.c:224:73: style: Function '_cb_radio_changed' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desklock_fsel.c:20:75: note: Function '_cb_radio_changed' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desklock_fsel.c:224:73: note: Function '_cb_radio_changed' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desklock_fsel.c:238:37: style: Function '_cb_dir_up' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desklock_fsel.c:21:51: note: Function '_cb_dir_up' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desklock_fsel.c:238:37: note: Function '_cb_dir_up' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desks.c:93:35: style: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desks.c:4:44: note: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desks.c:93:35: note: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desks.c:103:33: style: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desks.c:5:41: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desks.c:103:33: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desks.c:112:40: style: Function '_basic_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desks.c:6:47: note: Function '_basic_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desks.c:112:40: note: Function '_basic_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desks.c:138:43: style: Function '_basic_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desks.c:7:50: note: Function '_basic_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desks.c:138:43: note: Function '_basic_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desks.c:160:44: style: Function '_basic_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desks.c:8:60: note: Function '_basic_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desks.c:160:44: note: Function '_basic_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desks.c:234:48: style: Function '_cb_slider_change' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desks.c:9:56: note: Function '_cb_slider_change' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_desks.c:234:48: note: Function '_cb_slider_change' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_dpms.c:150:22: style: The scope of the variable 'l' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/conf_display/e_int_config_dpms.c:151:20: style: The scope of the variable 'label' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/conf_display/e_int_config_dpms.c:88:33: style: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_display/e_int_config_dpms.c:4:41: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_dpms.c:88:33: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_dpms.c:124:46: style: Function '_advanced_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_display/e_int_config_dpms.c:5:54: note: Function '_advanced_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_dpms.c:124:46: note: Function '_advanced_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_dpms.c:147:47: style: Function '_advanced_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_display/e_int_config_dpms.c:7:64: note: Function '_advanced_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_dpms.c:147:47: note: Function '_advanced_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_dpms.c:258:42: style: Function '_cb_disable' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_display/e_int_config_dpms.c:9:50: note: Function '_cb_disable' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_dpms.c:258:42: note: Function '_cb_disable' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_dpms.c:272:59: style: Function '_cb_ask_presentation_changed' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_display/e_int_config_dpms.c:10:67: note: Function '_cb_ask_presentation_changed' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_dpms.c:272:59: note: Function '_cb_ask_presentation_changed' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_dpms.c:19:10: style: struct member '_E_Config_Dialog_Data::bl_dev' is never used. [unusedStructMember]
enlightenment-0.22.3/src/modules/conf_display/e_int_config_screensaver.c:94:33: style: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_display/e_int_config_screensaver.c:12:41: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_screensaver.c:94:33: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_screensaver.c:100:35: style: Function '_basic_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_display/e_int_config_screensaver.c:13:42: note: Function '_basic_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_screensaver.c:100:35: note: Function '_basic_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_screensaver.c:163:36: style: Function '_basic_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_display/e_int_config_screensaver.c:15:52: note: Function '_basic_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_screensaver.c:163:36: note: Function '_basic_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_screensaver.c:249:59: style: Function '_cb_ask_presentation_changed' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_display/e_int_config_screensaver.c:16:67: note: Function '_cb_ask_presentation_changed' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_display/e_int_config_screensaver.c:249:59: note: Function '_cb_ask_presentation_changed' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_interaction/e_int_config_interaction.c:53:35: style: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_interaction/e_int_config_interaction.c:3:44: note: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_interaction/e_int_config_interaction.c:53:35: note: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_interaction/e_int_config_interaction.c:63:33: style: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_interaction/e_int_config_interaction.c:4:41: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_interaction/e_int_config_interaction.c:63:33: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_interaction/e_int_config_interaction.c:69:43: style: Function '_basic_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_interaction/e_int_config_interaction.c:5:50: note: Function '_basic_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_interaction/e_int_config_interaction.c:69:43: note: Function '_basic_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_interaction/e_int_config_interaction.c:78:35: style: Function '_basic_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_interaction/e_int_config_interaction.c:6:42: note: Function '_basic_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_interaction/e_int_config_interaction.c:78:35: note: Function '_basic_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_interaction/e_int_config_interaction.c:90:36: style: Function '_basic_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_interaction/e_int_config_interaction.c:7:52: note: Function '_basic_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_interaction/e_int_config_interaction.c:90:36: note: Function '_basic_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_interaction/e_int_config_interaction.c:143:42: style: Function '_enabled_cb' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_interaction/e_int_config_interaction.c:8:50: note: Function '_enabled_cb' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_interaction/e_int_config_interaction.c:143:42: note: Function '_enabled_cb' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_interaction/e_int_config_interaction.c:143:72: style: Function '_enabled_cb' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_interaction/e_int_config_interaction.c:8:61: note: Function '_enabled_cb' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_interaction/e_int_config_interaction.c:143:72: note: Function '_enabled_cb' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_interaction/e_int_config_mouse.c:79:43: style: Function '_basic_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_interaction/e_int_config_mouse.c:7:50: note: Function '_basic_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_interaction/e_int_config_mouse.c:79:43: note: Function '_basic_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_interaction/e_int_config_mouse.c:92:33: style: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_interaction/e_int_config_mouse.c:4:41: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_interaction/e_int_config_mouse.c:92:33: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_interaction/e_int_config_mouse.c:99:40: style: Function '_basic_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_interaction/e_int_config_mouse.c:5:47: note: Function '_basic_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_interaction/e_int_config_mouse.c:99:40: note: Function '_basic_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_interaction/e_int_config_mouse.c:142:44: style: Function '_basic_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_interaction/e_int_config_mouse.c:6:60: note: Function '_basic_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_interaction/e_int_config_mouse.c:142:44: note: Function '_basic_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc.c:878:4: style: Variable 'cfdata->o_frame' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc.c:870:4: note: Variable 'cfdata->o_frame' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc.c:878:4: note: Variable 'cfdata->o_frame' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc.c:216:27: style: The scope of the variable 'imc' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc.c:402:14: style: The scope of the variable 'ef' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc.c:485:14: style: The scope of the variable 'ef' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc.c:662:14: style: The scope of the variable 'imc_file' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc.c:148:33: style: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc.c:7:49: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc.c:148:33: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc.c:177:40: style: Function '_basic_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc.c:8:56: note: Function '_basic_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc.c:177:40: note: Function '_basic_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc.c:213:52: style: Function '_e_imc_list_change_cb' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc.c:15:68: note: Function '_e_imc_list_change_cb' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc.c:213:52: note: Function '_e_imc_list_change_cb' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc.c:249:41: style: Function '_e_imc_setup_cb' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc.c:16:55: note: Function '_e_imc_setup_cb' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc.c:249:41: note: Function '_e_imc_setup_cb' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc.c:281:44: style: Function '_basic_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc.c:10:60: note: Function '_basic_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc.c:281:44: note: Function '_basic_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc.c:444:38: style: Function '_cb_dir' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc.c:19:54: note: Function '_cb_dir' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc.c:444:38: note: Function '_cb_dir' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc.c:459:21: style: Function '_cb_button_up' argument 1 names different: declaration 'data1' definition 'data'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc.c:20:41: note: Function '_cb_button_up' argument 1 names different: declaration 'data1' definition 'data'.
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc.c:459:21: note: Function '_cb_button_up' argument 1 names different: declaration 'data1' definition 'data'.
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc.c:459:39: style: Function '_cb_button_up' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc.c:20:54: note: Function '_cb_button_up' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc.c:459:39: note: Function '_cb_button_up' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc.c:472:53: style: Function '_e_imc_entry_change_cb' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc.c:30:69: note: Function '_e_imc_entry_change_cb' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc.c:472:53: note: Function '_e_imc_entry_change_cb' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc.c:482:33: style: Function '_cb_new' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc.c:21:47: note: Function '_cb_new' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc.c:482:33: note: Function '_cb_new' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc.c:509:45: style: Function '_e_imc_adv_setup_cb' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc.c:27:59: note: Function '_e_imc_adv_setup_cb' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc.c:509:45: note: Function '_e_imc_adv_setup_cb' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc.c:536:48: style: Function '_cb_files_changed' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc.c:23:64: note: Function '_cb_files_changed' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc.c:536:48: note: Function '_cb_files_changed' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc.c:536:78: style: Function '_cb_files_changed' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc.c:23:75: note: Function '_cb_files_changed' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc.c:536:78: note: Function '_cb_files_changed' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc.c:557:57: style: Function '_cb_files_selection_change' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc.c:24:73: note: Function '_cb_files_selection_change' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc.c:557:57: note: Function '_cb_files_selection_change' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc.c:557:87: style: Function '_cb_files_selection_change' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc.c:24:84: note: Function '_cb_files_selection_change' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc.c:557:87: note: Function '_cb_files_selection_change' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc.c:591:54: style: Function '_cb_files_files_changed' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc.c:25:70: note: Function '_cb_files_files_changed' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc.c:591:54: note: Function '_cb_files_files_changed' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc.c:591:84: style: Function '_cb_files_files_changed' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc.c:25:81: note: Function '_cb_files_files_changed' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc.c:591:84: note: Function '_cb_files_files_changed' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc.c:621:54: style: Function '_cb_files_files_deleted' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc.c:26:70: note: Function '_cb_files_files_deleted' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc.c:621:54: note: Function '_cb_files_files_deleted' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc.c:621:84: style: Function '_cb_files_files_deleted' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc.c:26:81: note: Function '_cb_files_files_deleted' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc.c:621:84: note: Function '_cb_files_files_deleted' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc_import.c:188:16: style: The scope of the variable 'file' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc_import.c:229:16: style: The scope of the variable 'file' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc_import.c:145:55: style: Function '_imc_import_cb_delete' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc_import.c:28:65: note: Function '_imc_import_cb_delete' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc_import.c:145:55: note: Function '_imc_import_cb_delete' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc_import.c:145:103: style: Function '_imc_import_cb_delete' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc_import.c:28:92: note: Function '_imc_import_cb_delete' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc_import.c:145:103: note: Function '_imc_import_cb_delete' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc_import.c:175:54: style: Function '_imc_import_cb_selected' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc_import.c:30:62: note: Function '_imc_import_cb_selected' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc_import.c:175:54: note: Function '_imc_import_cb_selected' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc_import.c:184:53: style: Function '_imc_import_cb_changed' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc_import.c:31:61: note: Function '_imc_import_cb_changed' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc_import.c:184:53: note: Function '_imc_import_cb_changed' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc_import.c:224:43: style: Function '_imc_import_cb_ok' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc_import.c:32:49: note: Function '_imc_import_cb_ok' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc_import.c:224:43: note: Function '_imc_import_cb_ok' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc_import.c:293:46: style: Function '_imc_import_cb_close' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc_import.c:33:52: note: Function '_imc_import_cb_close' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc_import.c:293:46: note: Function '_imc_import_cb_close' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc_import.c:299:45: style: Function '_imc_import_cb_key_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc_import.c:34:55: note: Function '_imc_import_cb_key_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc_import.c:299:45: note: Function '_imc_import_cb_key_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc_import.c:299:75: style: Function '_imc_import_cb_key_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc_import.c:34:71: note: Function '_imc_import_cb_key_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_imc_import.c:299:75: note: Function '_imc_import_cb_key_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_intl.c:695:44: style: The scope of the variable 'region_node' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_intl.c:1227:9: style: The scope of the variable 'locale' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_intl.c:1250:9: style: The scope of the variable 'locale' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_intl.c:1270:9: style: The scope of the variable 'locale' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_intl.c:1289:26: style: The scope of the variable 'lang_node' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_intl.c:862:33: style: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_intl.c:9:49: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_intl.c:862:33: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_intl.c:971:52: style: Function '_basic_advanced_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_intl.c:10:68: note: Function '_basic_advanced_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_intl.c:971:52: note: Function '_basic_advanced_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_intl.c:986:49: style: Function '_basic_advanced_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_intl.c:11:65: note: Function '_basic_advanced_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_intl.c:986:49: note: Function '_basic_advanced_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_intl.c:1201:62: style: Function '_ilist_basic_language_cb_change' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_intl.c:15:78: note: Function '_ilist_basic_language_cb_change' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_intl.c:1201:62: note: Function '_ilist_basic_language_cb_change' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_intl.c:1210:56: style: Function '_ilist_language_cb_change' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_intl.c:16:72: note: Function '_ilist_language_cb_change' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_intl.c:1210:56: note: Function '_ilist_language_cb_change' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_intl.c:1224:54: style: Function '_ilist_region_cb_change' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_intl.c:17:70: note: Function '_ilist_region_cb_change' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_intl.c:1224:54: note: Function '_ilist_region_cb_change' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_intl.c:1247:55: style: Function '_ilist_codeset_cb_change' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_intl.c:18:71: note: Function '_ilist_codeset_cb_change' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_intl.c:1247:55: note: Function '_ilist_codeset_cb_change' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_intl.c:1267:56: style: Function '_ilist_modifier_cb_change' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_intl.c:19:72: note: Function '_ilist_modifier_cb_change' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_intl.c:1267:56: note: Function '_ilist_modifier_cb_change' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_intl/e_int_config_intl.c:657:16: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
enlightenment-0.22.3/src/modules/conf_menus/e_int_config_menus.c:45:35: style: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_menus/e_int_config_menus.c:16:44: note: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_menus/e_int_config_menus.c:45:35: note: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_menus/e_int_config_menus.c:55:41: style: Function '_fill_data' argument 1 names different: declaration 'cfdata' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_menus/e_int_config_menus.c:17:46: note: Function '_fill_data' argument 1 names different: declaration 'cfdata' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_menus/e_int_config_menus.c:55:41: note: Function '_fill_data' argument 1 names different: declaration 'cfdata' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_menus/e_int_config_menus.c:78:33: style: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_menus/e_int_config_menus.c:18:41: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_menus/e_int_config_menus.c:78:33: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_menus/e_int_config_menus.c:251:36: style: Function '_basic_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_menus/e_int_config_menus.c:19:52: note: Function '_basic_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_menus/e_int_config_menus.c:251:36: note: Function '_basic_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_menus/e_int_config_menus.c:328:35: style: Function '_basic_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_menus/e_int_config_menus.c:20:42: note: Function '_basic_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_menus/e_int_config_menus.c:328:35: note: Function '_basic_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_menus/e_int_config_menus.c:369:43: style: Function '_basic_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_menus/e_int_config_menus.c:21:50: note: Function '_basic_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_menus/e_int_config_menus.c:369:43: note: Function '_basic_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_paths/e_int_config_env.c:46:28: style: The scope of the variable 'evr2' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/conf_paths/e_int_config_env.c:90:8: style: The scope of the variable 'same' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/conf_paths/e_int_config_env.c:218:15: style: The scope of the variable 'l' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/conf_paths/e_int_config_env.c:70:33: style: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_paths/e_int_config_env.c:4:41: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_paths/e_int_config_env.c:70:33: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_paths/e_int_config_env.c:86:40: style: Function '_basic_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_paths/e_int_config_env.c:5:47: note: Function '_basic_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_paths/e_int_config_env.c:86:40: note: Function '_basic_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_paths/e_int_config_paths.c:100:33: style: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_paths/e_int_config_paths.c:7:41: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_paths/e_int_config_paths.c:100:33: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_paths/e_int_config_paths.c:125:40: style: Function '_basic_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_paths/e_int_config_paths.c:8:47: note: Function '_basic_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_paths/e_int_config_paths.c:125:40: note: Function '_basic_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_paths/e_int_config_paths.c:156:44: style: Function '_basic_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_paths/e_int_config_paths.c:9:60: note: Function '_basic_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_paths/e_int_config_paths.c:156:44: note: Function '_basic_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_performance/e_int_config_performance.c:38:35: style: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_performance/e_int_config_performance.c:3:44: note: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_performance/e_int_config_performance.c:38:35: note: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_performance/e_int_config_performance.c:51:33: style: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_performance/e_int_config_performance.c:4:41: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_performance/e_int_config_performance.c:51:33: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_performance/e_int_config_performance.c:57:35: style: Function '_basic_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_performance/e_int_config_performance.c:5:42: note: Function '_basic_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_performance/e_int_config_performance.c:57:35: note: Function '_basic_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_performance/e_int_config_performance.c:70:43: style: Function '_basic_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_performance/e_int_config_performance.c:6:50: note: Function '_basic_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_performance/e_int_config_performance.c:70:43: note: Function '_basic_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_performance/e_int_config_performance.c:79:36: style: Function '_basic_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_performance/e_int_config_performance.c:7:52: note: Function '_basic_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_performance/e_int_config_performance.c:79:36: note: Function '_basic_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_performance/e_int_config_powermanagement.c:392:17: style: The scope of the variable 'o' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/conf_performance/e_int_config_powermanagement.c:408:17: style: The scope of the variable 'o' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/conf_performance/e_int_config_powermanagement.c:49:35: style: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_performance/e_int_config_powermanagement.c:3:44: note: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_performance/e_int_config_powermanagement.c:49:35: note: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_performance/e_int_config_powermanagement.c:65:33: style: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_performance/e_int_config_powermanagement.c:4:41: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_performance/e_int_config_powermanagement.c:65:33: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_performance/e_int_config_powermanagement.c:73:35: style: Function '_basic_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_performance/e_int_config_powermanagement.c:5:42: note: Function '_basic_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_performance/e_int_config_powermanagement.c:73:35: note: Function '_basic_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_performance/e_int_config_powermanagement.c:96:43: style: Function '_basic_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_performance/e_int_config_powermanagement.c:6:50: note: Function '_basic_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_performance/e_int_config_powermanagement.c:96:43: note: Function '_basic_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_performance/e_int_config_powermanagement.c:109:36: style: Function '_basic_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_performance/e_int_config_powermanagement.c:7:52: note: Function '_basic_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_performance/e_int_config_powermanagement.c:109:36: note: Function '_basic_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_performance/e_int_config_powermanagement.c:389:46: style: Function '_cb_min_changed' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_performance/e_int_config_powermanagement.c:8:54: note: Function '_cb_min_changed' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_performance/e_int_config_powermanagement.c:389:46: note: Function '_cb_min_changed' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_performance/e_int_config_powermanagement.c:405:46: style: Function '_cb_max_changed' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_performance/e_int_config_powermanagement.c:9:54: note: Function '_cb_max_changed' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_performance/e_int_config_powermanagement.c:405:46: note: Function '_cb_max_changed' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_randr/e_int_config_randr2.c:296:58: warning: Either the condition 'if(pdir)' is redundant or there is possible null pointer dereference: pdir. [nullPointerRedundantCheck]
enlightenment-0.22.3/src/modules/conf_randr/e_int_config_randr2.c:302:17: note: Assuming that condition 'if(pdir)' is not redundant
enlightenment-0.22.3/src/modules/conf_randr/e_int_config_randr2.c:296:58: note: Null pointer dereference
enlightenment-0.22.3/src/modules/conf_randr/e_int_config_randr2.c:351:15: style: The scope of the variable 'items' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/conf_randr/e_int_config_randr2.c:354:21: style: The scope of the variable 'iwt' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/conf_randr/e_int_config_randr2.c:59:41: style: Function 'e_int_config_randr2' argument 1 names different: declaration 'parent' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_randr/e_int_config_randr2.h:6:51: note: Function 'e_int_config_randr2' argument 1 names different: declaration 'parent' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_randr/e_int_config_randr2.c:59:41: note: Function 'e_int_config_randr2' argument 1 names different: declaration 'parent' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_randr/e_int_config_randr2.c:97:35: style: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_randr/e_int_config_randr2.c:51:51: note: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_randr/e_int_config_randr2.c:97:35: note: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_randr/e_int_config_randr2.c:111:33: style: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_randr/e_int_config_randr2.c:52:49: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_randr/e_int_config_randr2.c:111:33: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_randr/e_int_config_randr2.c:809:48: style: Function '_basic_create' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_randr/e_int_config_randr2.c:53:63: note: Function '_basic_create' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_randr/e_int_config_randr2.c:809:48: note: Function '_basic_create' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_randr/e_int_config_randr2.c:1131:35: style: Function '_basic_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_randr/e_int_config_randr2.c:54:51: note: Function '_basic_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_randr/e_int_config_randr2.c:1131:35: note: Function '_basic_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_randr/e_int_config_randr2.c:1177:35: style: Function '_basic_check' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_randr/e_int_config_randr2.c:55:51: note: Function '_basic_check' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_randr/e_int_config_randr2.c:1177:35: note: Function '_basic_check' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_randr/e_int_config_randr2.c:1177:77: style: Function '_basic_check' argument 2 names different: declaration 'cfdata' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_randr/e_int_config_randr2.c:55:78: note: Function '_basic_check' argument 2 names different: declaration 'cfdata' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_randr/e_int_config_randr2.c:1177:77: note: Function '_basic_check' argument 2 names different: declaration 'cfdata' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_shelves/e_int_config_shelf.c:104:33: style: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_shelves/e_int_config_shelf.c:4:49: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_shelves/e_int_config_shelf.c:104:33: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_shelves/e_int_config_shelf.c:119:36: style: Function '_basic_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_shelves/e_int_config_shelf.c:5:52: note: Function '_basic_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_shelves/e_int_config_shelf.c:119:36: note: Function '_basic_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_shelves/e_int_config_shelf.c:164:28: style: Function '_ilist_refresh' argument 1 names different: declaration 'es' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_shelves/e_int_config_shelf.c:16:45: note: Function '_ilist_refresh' argument 1 names different: declaration 'es' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_shelves/e_int_config_shelf.c:164:28: note: Function '_ilist_refresh' argument 1 names different: declaration 'es' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_shelves/e_int_config_shelf.c:319:31: style: Function '_ilist_cb_selected' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_shelves/e_int_config_shelf.c:8:46: note: Function '_ilist_cb_selected' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_shelves/e_int_config_shelf.c:319:31: note: Function '_ilist_cb_selected' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_shelves/e_int_config_shelf.c:341:33: style: Function '_cb_add' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_shelves/e_int_config_shelf.c:9:47: note: Function '_cb_add' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_shelves/e_int_config_shelf.c:341:33: note: Function '_cb_add' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_shelves/e_int_config_shelf.c:358:32: style: Function '_cb_rename' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_shelves/e_int_config_shelf.c:11:50: note: Function '_cb_rename' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_shelves/e_int_config_shelf.c:358:32: note: Function '_cb_rename' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_shelves/e_int_config_shelf.c:367:36: style: Function '_cb_delete' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_shelves/e_int_config_shelf.c:10:50: note: Function '_cb_delete' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_shelves/e_int_config_shelf.c:367:36: note: Function '_cb_delete' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_shelves/e_int_config_shelf.c:433:36: style: Function '_cb_config' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_shelves/e_int_config_shelf.c:14:50: note: Function '_cb_config' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_shelves/e_int_config_shelf.c:433:36: note: Function '_cb_config' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_shelves/e_int_config_shelf.c:455:38: style: Function '_cb_contents' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_shelves/e_int_config_shelf.c:15:52: note: Function '_cb_contents' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_shelves/e_int_config_shelf.c:455:38: note: Function '_cb_contents' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_shelves/e_int_config_shelf.c:34:25: style: struct member '_E_Config_Dialog_Data::new_shelf' is never used. [unusedStructMember]
enlightenment-0.22.3/src/modules/conf_shelves/e_mod_main.c:64:26: style: Function '_e_mod_run_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_shelves/e_mod_main.c:5:33: note: Function '_e_mod_run_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_shelves/e_mod_main.c:64:26: note: Function '_e_mod_run_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_shelves/e_mod_main.c:64:49: style: Function '_e_mod_run_cb' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_shelves/e_mod_main.c:5:47: note: Function '_e_mod_run_cb' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_shelves/e_mod_main.c:64:49: note: Function '_e_mod_run_cb' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_shelves/e_mod_main.c:64:78: style: Function '_e_mod_run_cb' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_shelves/e_mod_main.c:5:63: note: Function '_e_mod_run_cb' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_shelves/e_mod_main.c:64:78: note: Function '_e_mod_run_cb' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_shelves/e_mod_main.c:71:28: style: Function '_e_mod_menu_add' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_shelves/e_mod_main.c:6:35: note: Function '_e_mod_menu_add' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_shelves/e_mod_main.c:71:28: note: Function '_e_mod_menu_add' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_borders.c:194:31: style: The scope of the variable 'oj' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_borders.c:104:33: style: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_borders.c:6:58: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_borders.c:104:33: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_borders.c:114:43: style: Function '_basic_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_borders.c:9:68: note: Function '_basic_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_borders.c:114:43: note: Function '_basic_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_borders.c:129:35: style: Function '_basic_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_borders.c:7:60: note: Function '_basic_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_borders.c:129:35: note: Function '_basic_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_borders.c:192:36: style: Function '_basic_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_borders.c:8:61: note: Function '_basic_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_borders.c:192:36: note: Function '_basic_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_color_classes.c:12:15: style: The scope of the variable 'l' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_fonts.c:180:18: style: The scope of the variable 'tc' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_fonts.c:614:22: style: The scope of the variable 'ic' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_fonts.c:790:22: style: The scope of the variable 'ic' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_fonts.c:963:8: style: The scope of the variable 'n' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_fonts.c:1062:16: style: The scope of the variable 'f' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_fonts.c:1063:15: style: The scope of the variable 'next' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_fonts.c:313:33: style: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_fonts.c:8:49: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_fonts.c:313:33: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_fonts.c:346:40: style: Function '_basic_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_fonts.c:9:56: note: Function '_basic_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_fonts.c:346:40: note: Function '_basic_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_fonts.c:419:44: style: Function '_basic_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_fonts.c:10:60: note: Function '_basic_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_fonts.c:419:44: note: Function '_basic_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_fonts.c:502:52: style: Function '_basic_font_cb_change' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_fonts.c:14:68: note: Function '_basic_font_cb_change' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_fonts.c:502:52: note: Function '_basic_font_cb_change' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_fonts.c:512:54: style: Function '_basic_enable_cb_change' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_fonts.c:15:70: note: Function '_basic_enable_cb_change' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_fonts.c:512:54: note: Function '_basic_enable_cb_change' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_fonts.c:579:43: style: Function '_advanced_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_fonts.c:11:59: note: Function '_advanced_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_fonts.c:579:43: note: Function '_advanced_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_fonts.c:668:47: style: Function '_advanced_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_fonts.c:12:63: note: Function '_advanced_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_fonts.c:668:47: note: Function '_advanced_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_fonts.c:818:51: style: Function '_adv_class_cb_change' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_fonts.c:18:67: note: Function '_adv_class_cb_change' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_fonts.c:818:51: note: Function '_adv_class_cb_change' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_fonts.c:889:58: style: Function '_adv_enabled_font_cb_change' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_fonts.c:19:74: note: Function '_adv_enabled_font_cb_change' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_fonts.c:889:58: note: Function '_adv_enabled_font_cb_change' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_fonts.c:959:50: style: Function '_adv_font_cb_change' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_fonts.c:21:66: note: Function '_adv_font_cb_change' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_fonts.c:959:50: note: Function '_adv_font_cb_change' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_fonts.c:1113:51: style: Function '_adv_style_cb_change' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_fonts.c:22:67: note: Function '_adv_style_cb_change' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_fonts.c:1113:51: note: Function '_adv_style_cb_change' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_fonts.c:1142:62: style: Function '_adv_enabled_fallback_cb_change' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_fonts.c:20:78: note: Function '_adv_enabled_fallback_cb_change' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_fonts.c:1142:62: note: Function '_adv_enabled_fallback_cb_change' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_scale.c:40:22: style: The scope of the variable 'ob2' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_scale.c:41:12: style: The scope of the variable 'sc' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_scale.c:41:16: style: The scope of the variable 'scl' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_scale.c:42:8: style: The scope of the variable 'v' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_scale.c:43:15: style: The scope of the variable 'l' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_scale.c:92:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_scale.c:385:29: style: Function '_adv_apply' argument 1 names different: declaration 'EINA_UNUSED' definition 'cfd'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_scale.c:10:53: note: Function '_adv_apply' argument 1 names different: declaration 'EINA_UNUSED' definition 'cfd'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_scale.c:385:29: note: Function '_adv_apply' argument 1 names different: declaration 'EINA_UNUSED' definition 'cfd'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_scale.c:23:23: style: struct member 'Anonymous1::o_lbl' is never used. [unusedStructMember]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_scale.c:23:31: style: struct member 'Anonymous1::o_slider' is never used. [unusedStructMember]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_theme.c:118:4: style: Variable 'po2' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_theme.c:92:4: note: Variable 'po2' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_theme.c:118:4: note: Variable 'po2' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_theme.c:774:14: style: The scope of the variable 'a' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_theme.c:310:40: style: Function 'e_int_config_theme' argument 1 names different: declaration 'parent' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_theme/e_mod_main.h:28:50: note: Function 'e_int_config_theme' argument 1 names different: declaration 'parent' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_theme.c:310:40: note: Function 'e_int_config_theme' argument 1 names different: declaration 'parent' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_theme.c:657:33: style: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_theme.c:5:49: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_theme.c:657:33: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_theme.c:678:44: style: Function '_basic_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_theme.c:8:60: note: Function '_basic_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_theme.c:678:44: note: Function '_basic_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_theme.c:772:40: style: Function '_basic_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_theme.c:7:56: note: Function '_basic_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_theme.c:772:40: note: Function '_basic_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_theme_import.c:187:16: style: The scope of the variable 'file' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_theme_import.c:229:16: style: The scope of the variable 'file' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_theme_import.c:230:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_theme_import.c:145:36: style: Function '_theme_import_cb_delete' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_theme_import.c:28:43: note: Function '_theme_import_cb_delete' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_theme_import.c:145:36: note: Function '_theme_import_cb_delete' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_theme_import.c:145:57: style: Function '_theme_import_cb_delete' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_theme_import.c:28:55: note: Function '_theme_import_cb_delete' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_theme_import.c:145:57: note: Function '_theme_import_cb_delete' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_theme_import.c:145:105: style: Function '_theme_import_cb_delete' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_theme_import.c:28:82: note: Function '_theme_import_cb_delete' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_theme_import.c:145:105: note: Function '_theme_import_cb_delete' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_theme_import.c:174:56: style: Function '_theme_import_cb_selected' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_theme_import.c:30:64: note: Function '_theme_import_cb_selected' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_theme_import.c:174:56: note: Function '_theme_import_cb_selected' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_theme_import.c:183:55: style: Function '_theme_import_cb_changed' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_theme_import.c:31:63: note: Function '_theme_import_cb_changed' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_theme_import.c:183:55: note: Function '_theme_import_cb_changed' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_theme_import.c:224:45: style: Function '_theme_import_cb_ok' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_theme_import.c:32:51: note: Function '_theme_import_cb_ok' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_theme_import.c:224:45: note: Function '_theme_import_cb_ok' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_theme_import.c:284:48: style: Function '_theme_import_cb_close' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_theme_import.c:33:54: note: Function '_theme_import_cb_close' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_theme_import.c:284:48: note: Function '_theme_import_cb_close' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_theme_import.c:290:47: style: Function '_theme_import_cb_key_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_theme_import.c:34:57: note: Function '_theme_import_cb_key_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_theme_import.c:290:47: note: Function '_theme_import_cb_key_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_theme_import.c:290:77: style: Function '_theme_import_cb_key_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_theme_import.c:34:73: note: Function '_theme_import_cb_key_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_theme_import.c:290:77: note: Function '_theme_import_cb_key_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_transitions.c:105:4: style: Variable 'trans' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_transitions.c:102:0: note: Variable 'trans' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_transitions.c:105:4: note: Variable 'trans' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_transitions.c:227:16: style: The scope of the variable 'list' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_transitions.c:64:35: style: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_transitions.c:7:51: note: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_transitions.c:64:35: note: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_transitions.c:74:33: style: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_transitions.c:8:49: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_transitions.c:74:33: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_transitions.c:83:43: style: Function '_basic_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_transitions.c:9:59: note: Function '_basic_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_transitions.c:83:43: note: Function '_basic_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_transitions.c:100:40: style: Function '_basic_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_transitions.c:10:56: note: Function '_basic_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_transitions.c:100:40: note: Function '_basic_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_transitions.c:162:44: style: Function '_basic_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_transitions.c:11:60: note: Function '_basic_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_transitions.c:162:44: note: Function '_basic_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_transitions.c:372:42: style: Function '_e_wid_done' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_transitions.c:4:58: note: Function '_e_wid_done' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_transitions.c:372:42: note: Function '_e_wid_done' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_transitions.c:372:76: style: Function '_e_wid_done' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_transitions.c:4:75: note: Function '_e_wid_done' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_transitions.c:372:76: note: Function '_e_wid_done' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_transitions.c:372:108: style: Function '_e_wid_done' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_transitions.c:4:97: note: Function '_e_wid_done' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_transitions.c:372:108: note: Function '_e_wid_done' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_wallpaper.c:412:4: style: Variable 'zone' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_wallpaper.c:405:0: note: Variable 'zone' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_wallpaper.c:412:4: note: Variable 'zone' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_wallpaper.c:587:4: style: Variable 'zone' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_wallpaper.c:580:0: note: Variable 'zone' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_wallpaper.c:587:4: note: Variable 'zone' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_wallpaper.c:251:16: style: The scope of the variable 'f' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_wallpaper.c:328:39: style: The scope of the variable 'cfbg' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_wallpaper.c:329:9: style: The scope of the variable 'path' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_wallpaper.c:55:44: style: Function 'e_int_config_wallpaper' argument 1 names different: declaration 'parent' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_theme/e_mod_main.h:37:54: note: Function 'e_int_config_wallpaper' argument 1 names different: declaration 'parent' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_wallpaper.c:55:44: note: Function 'e_int_config_wallpaper' argument 1 names different: declaration 'parent' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_wallpaper.c:61:49: style: Function 'e_int_config_wallpaper_desk' argument 1 names different: declaration 'parent' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_theme/e_mod_main.h:38:59: note: Function 'e_int_config_wallpaper_desk' argument 1 names different: declaration 'parent' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_wallpaper.c:61:49: note: Function 'e_int_config_wallpaper_desk' argument 1 names different: declaration 'parent' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_wallpaper.c:133:40: style: Function '_cb_button_up' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_wallpaper.c:14:58: note: Function '_cb_button_up' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_wallpaper.c:133:40: note: Function '_cb_button_up' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_wallpaper.c:142:48: style: Function '_cb_files_changed' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_wallpaper.c:15:68: note: Function '_cb_files_changed' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_wallpaper.c:142:48: note: Function '_cb_files_changed' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_wallpaper.c:142:78: style: Function '_cb_files_changed' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_wallpaper.c:15:79: note: Function '_cb_files_changed' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_wallpaper.c:142:78: note: Function '_cb_files_changed' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_wallpaper.c:154:57: style: Function '_cb_files_selection_change' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_wallpaper.c:16:77: note: Function '_cb_files_selection_change' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_wallpaper.c:154:57: note: Function '_cb_files_selection_change' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_wallpaper.c:154:87: style: Function '_cb_files_selection_change' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_wallpaper.c:16:88: note: Function '_cb_files_selection_change' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_wallpaper.c:154:87: note: Function '_cb_files_selection_change' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_wallpaper.c:183:54: style: Function '_cb_files_files_changed' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_wallpaper.c:17:74: note: Function '_cb_files_files_changed' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_wallpaper.c:183:54: note: Function '_cb_files_files_changed' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_wallpaper.c:183:84: style: Function '_cb_files_files_changed' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_wallpaper.c:17:85: note: Function '_cb_files_files_changed' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_wallpaper.c:183:84: note: Function '_cb_files_files_changed' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_wallpaper.c:216:54: style: Function '_cb_files_files_deleted' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_wallpaper.c:18:74: note: Function '_cb_files_files_deleted' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_wallpaper.c:216:54: note: Function '_cb_files_files_deleted' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_wallpaper.c:216:84: style: Function '_cb_files_files_deleted' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_wallpaper.c:18:85: note: Function '_cb_files_files_deleted' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_wallpaper.c:216:84: note: Function '_cb_files_files_deleted' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_wallpaper.c:248:50: style: Function '_cb_theme_wallpaper' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_wallpaper.c:19:70: note: Function '_cb_theme_wallpaper' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_wallpaper.c:248:50: note: Function '_cb_theme_wallpaper' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_wallpaper.c:248:80: style: Function '_cb_theme_wallpaper' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_wallpaper.c:19:81: note: Function '_cb_theme_wallpaper' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_wallpaper.c:248:80: note: Function '_cb_theme_wallpaper' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_wallpaper.c:270:38: style: Function '_cb_dir' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_wallpaper.c:20:58: note: Function '_cb_dir' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_wallpaper.c:270:38: note: Function '_cb_dir' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_wallpaper.c:270:68: style: Function '_cb_dir' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_wallpaper.c:20:69: note: Function '_cb_dir' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_wallpaper.c:270:68: note: Function '_cb_dir' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_wallpaper.c:309:37: style: Function '_cb_import' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_wallpaper.c:21:55: note: Function '_cb_import' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_wallpaper.c:309:37: note: Function '_cb_import' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_wallpaper.c:401:36: style: Function '_basic_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_wallpaper.c:8:56: note: Function '_basic_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_wallpaper.c:401:36: note: Function '_basic_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_wallpaper.c:576:34: style: Function '_adv_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_wallpaper.c:10:54: note: Function '_adv_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_wallpaper.c:576:34: note: Function '_adv_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_wallpaper.c:670:33: style: Function '_adv_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_wallpaper.c:9:53: note: Function '_adv_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_wallpaper.c:670:33: note: Function '_adv_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_xsettings.c:280:14: style: Variable 'gtk2' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_xsettings.c:277:0: note: Variable 'gtk2' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_xsettings.c:280:14: note: Variable 'gtk2' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_xsettings.c:282:14: style: Variable 'gtk3' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_xsettings.c:278:0: note: Variable 'gtk3' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_xsettings.c:282:14: note: Variable 'gtk3' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_xsettings.c:85:33: style: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_xsettings.c:4:49: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_xsettings.c:85:33: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_xsettings.c:97:43: style: Function '_basic_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_xsettings.c:5:59: note: Function '_basic_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_xsettings.c:97:43: note: Function '_basic_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_xsettings.c:457:36: style: Function '_basic_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_xsettings.c:7:52: note: Function '_basic_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_theme/e_int_config_xsettings.c:457:36: note: Function '_basic_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_clientlist.c:58:35: style: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_clientlist.c:4:44: note: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_clientlist.c:58:35: note: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_clientlist.c:68:33: style: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_clientlist.c:5:41: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_clientlist.c:68:33: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_clientlist.c:74:43: style: Function '_basic_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_clientlist.c:6:50: note: Function '_basic_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_clientlist.c:74:43: note: Function '_basic_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_clientlist.c:89:35: style: Function '_basic_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_clientlist.c:7:42: note: Function '_basic_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_clientlist.c:89:35: note: Function '_basic_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_clientlist.c:106:36: style: Function '_basic_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_clientlist.c:8:52: note: Function '_basic_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_clientlist.c:106:36: note: Function '_basic_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_focus.c:95:35: style: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_focus.c:5:51: note: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_focus.c:95:35: note: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_focus.c:109:33: style: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_focus.c:6:49: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_focus.c:109:33: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_focus.c:116:35: style: Function '_basic_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_focus.c:7:51: note: Function '_basic_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_focus.c:116:35: note: Function '_basic_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_focus.c:166:43: style: Function '_basic_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_focus.c:8:59: note: Function '_basic_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_focus.c:166:43: note: Function '_basic_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_focus.c:173:38: style: Function '_advanced_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_focus.c:9:54: note: Function '_advanced_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_focus.c:173:38: note: Function '_advanced_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_focus.c:203:46: style: Function '_advanced_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_focus.c:10:62: note: Function '_advanced_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_focus.c:203:46: note: Function '_advanced_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_focus.c:225:36: style: Function '_basic_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_focus.c:11:52: note: Function '_basic_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_focus.c:225:36: note: Function '_basic_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_focus.c:248:39: style: Function '_advanced_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_focus.c:12:55: note: Function '_advanced_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_focus.c:248:39: note: Function '_advanced_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_window_display.c:54:35: style: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_window_display.c:3:51: note: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_window_display.c:54:35: note: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_window_display.c:85:33: style: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_window_display.c:4:49: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_window_display.c:85:33: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_window_display.c:91:35: style: Function '_basic_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_window_display.c:5:51: note: Function '_basic_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_window_display.c:91:35: note: Function '_basic_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_window_display.c:114:43: style: Function '_basic_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_window_display.c:6:59: note: Function '_basic_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_window_display.c:114:43: note: Function '_basic_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_window_display.c:134:36: style: Function '_basic_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_window_display.c:7:52: note: Function '_basic_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_window_display.c:134:36: note: Function '_basic_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_window_geometry.c:71:35: style: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_window_geometry.c:4:44: note: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_window_geometry.c:71:35: note: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_window_geometry.c:105:33: style: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_window_geometry.c:5:41: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_window_geometry.c:105:33: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_window_geometry.c:111:35: style: Function '_basic_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_window_geometry.c:6:42: note: Function '_basic_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_window_geometry.c:111:35: note: Function '_basic_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_window_geometry.c:141:43: style: Function '_basic_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_window_geometry.c:7:50: note: Function '_basic_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_window_geometry.c:141:43: note: Function '_basic_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_window_geometry.c:168:36: style: Function '_basic_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_window_geometry.c:8:52: note: Function '_basic_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_window_geometry.c:168:36: note: Function '_basic_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_window_process.c:46:35: style: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_window_process.c:4:44: note: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_window_process.c:46:35: note: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_window_process.c:61:33: style: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_window_process.c:5:41: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_window_process.c:61:33: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_window_process.c:67:35: style: Function '_basic_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_window_process.c:6:42: note: Function '_basic_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_window_process.c:67:35: note: Function '_basic_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_window_process.c:79:43: style: Function '_basic_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_window_process.c:7:50: note: Function '_basic_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_window_process.c:79:43: note: Function '_basic_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_window_process.c:89:36: style: Function '_basic_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_window_process.c:8:52: note: Function '_basic_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_window_manipulation/e_int_config_window_process.c:89:36: note: Function '_basic_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_window_remembers/e_int_config_remembers.c:210:4: style: Variable 'll' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/modules/conf_window_remembers/e_int_config_remembers.c:200:0: note: Variable 'll' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/conf_window_remembers/e_int_config_remembers.c:210:4: note: Variable 'll' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/conf_window_remembers/e_int_config_remembers.c:332:9: style: Variable 'item' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/modules/conf_window_remembers/e_int_config_remembers.c:329:0: note: Variable 'item' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/conf_window_remembers/e_int_config_remembers.c:332:9: note: Variable 'item' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/conf_window_remembers/e_int_config_remembers.c:81:35: style: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_window_remembers/e_int_config_remembers.c:4:51: note: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_window_remembers/e_int_config_remembers.c:81:35: note: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_window_remembers/e_int_config_remembers.c:110:40: style: Function '_basic_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_window_remembers/e_int_config_remembers.c:7:56: note: Function '_basic_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_window_remembers/e_int_config_remembers.c:110:40: note: Function '_basic_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_window_remembers/e_int_config_remembers.c:121:36: style: Function '_basic_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_window_remembers/e_int_config_remembers.c:8:52: note: Function '_basic_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_window_remembers/e_int_config_remembers.c:121:36: note: Function '_basic_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_window_remembers/e_int_config_remembers.c:319:36: style: Function '_cb_delete' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_window_remembers/e_int_config_remembers.c:11:50: note: Function '_cb_delete' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_window_remembers/e_int_config_remembers.c:319:36: note: Function '_cb_delete' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_window_remembers/e_int_config_remembers.c:353:46: style: Function '_cb_list_change' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/conf_window_remembers/e_int_config_remembers.c:12:62: note: Function '_cb_list_change' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/conf_window_remembers/e_int_config_remembers.c:353:46: note: Function '_cb_list_change' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/connman/agent.c:170:55: style: The scope of the variable 'check' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/connman/e_connman.c:420:1: style: Label 'fail' is not used. [unusedLabel]
enlightenment-0.22.3/src/modules/connman/e_connman.c:450:1: style: Label 'fail' is not used. [unusedLabel]
enlightenment-0.22.3/src/modules/connman/e_connman.c:480:1: style: Label 'fail' is not used. [unusedLabel]
enlightenment-0.22.3/src/modules/connman/e_mod_config.c:53:49: style: Function 'e_connman_config_dialog_new' argument 1 names different: declaration 'parent' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/connman/e_mod_main.h:60:59: note: Function 'e_connman_config_dialog_new' argument 1 names different: declaration 'parent' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/connman/e_mod_config.c:53:49: note: Function 'e_connman_config_dialog_new' argument 1 names different: declaration 'parent' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/connman/e_mod_main.c:266:24: style: The scope of the variable 'bt' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/cpufreq/e_mod_config.c:23:49: style: Function 'e_int_config_cpufreq_module' argument 1 names different: declaration 'parent' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.h:63:59: note: Function 'e_int_config_cpufreq_module' argument 1 names different: declaration 'parent' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_config.c:23:49: note: Function 'e_int_config_cpufreq_module' argument 1 names different: declaration 'parent' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_config.c:23:81: style: Function 'e_int_config_cpufreq_module' argument 2 names different: declaration 'params' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.h:63:79: note: Function 'e_int_config_cpufreq_module' argument 2 names different: declaration 'params' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_config.c:23:81: note: Function 'e_int_config_cpufreq_module' argument 2 names different: declaration 'params' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_config.c:61:35: style: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/cpufreq/e_mod_config.c:16:51: note: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_config.c:61:35: note: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_config.c:71:33: style: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/cpufreq/e_mod_config.c:17:49: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_config.c:71:33: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_config.c:79:44: style: Function '_basic_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/cpufreq/e_mod_config.c:18:60: note: Function '_basic_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_config.c:79:44: note: Function '_basic_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_config.c:127:40: style: Function '_basic_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/cpufreq/e_mod_config.c:19:56: note: Function '_basic_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_config.c:127:40: note: Function '_basic_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_config.c:151:43: style: Function '_basic_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/cpufreq/e_mod_config.c:20:59: note: Function '_basic_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_config.c:151:43: note: Function '_basic_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_config.c:151:85: style: Function '_basic_check_changed' argument 2 names different: declaration 'cfdata' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/cpufreq/e_mod_config.c:20:86: note: Function '_basic_check_changed' argument 2 names different: declaration 'cfdata' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_config.c:151:85: note: Function '_basic_check_changed' argument 2 names different: declaration 'cfdata' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:182:14: style: The scope of the variable 'buf' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:1003:26: style: The scope of the variable 'frequency_msg' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:1004:29: style: The scope of the variable 'governor_msg' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:124:57: style: Function '_gc_orient' argument 2 names different: declaration 'orient' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:16:74: note: Function '_gc_orient' argument 2 names different: declaration 'orient' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:124:57: note: Function '_gc_orient' argument 2 names different: declaration 'orient' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:131:53: style: Function '_gc_label' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:17:64: note: Function '_gc_label' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:131:53: note: Function '_gc_label' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:137:52: style: Function '_gc_icon' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:18:63: note: Function '_gc_icon' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:137:52: note: Function '_gc_icon' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:150:54: style: Function '_gc_id_new' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:19:65: note: Function '_gc_id_new' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:150:54: note: Function '_gc_id_new' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:168:43: style: Function '_button_cb_mouse_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:39:58: note: Function '_button_cb_mouse_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:168:43: note: Function '_button_cb_mouse_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:168:73: style: Function '_button_cb_mouse_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:39:74: note: Function '_button_cb_mouse_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:168:73: note: Function '_button_cb_mouse_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:459:37: style: Function '_menu_cb_post' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:40:52: note: Function '_menu_cb_post' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:459:37: note: Function '_menu_cb_post' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:1066:43: style: Function '_cpufreq_face_cb_set_frequency' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:49:55: note: Function '_cpufreq_face_cb_set_frequency' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:1066:43: note: Function '_cpufreq_face_cb_set_frequency' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:1066:73: style: Function '_cpufreq_face_cb_set_frequency' argument 2 names different: declaration 'o' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:49:74: note: Function '_cpufreq_face_cb_set_frequency' argument 2 names different: declaration 'o' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:1066:73: note: Function '_cpufreq_face_cb_set_frequency' argument 2 names different: declaration 'o' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:1066:124: style: Function '_cpufreq_face_cb_set_frequency' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:49:111: note: Function '_cpufreq_face_cb_set_frequency' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:1066:124: note: Function '_cpufreq_face_cb_set_frequency' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:1093:42: style: Function '_cpufreq_face_cb_set_governor' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:50:54: note: Function '_cpufreq_face_cb_set_governor' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:1093:42: note: Function '_cpufreq_face_cb_set_governor' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:1093:72: style: Function '_cpufreq_face_cb_set_governor' argument 2 names different: declaration 'o' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:50:73: note: Function '_cpufreq_face_cb_set_governor' argument 2 names different: declaration 'o' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:1093:72: note: Function '_cpufreq_face_cb_set_governor' argument 2 names different: declaration 'o' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:1093:106: style: Function '_cpufreq_face_cb_set_governor' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:50:88: note: Function '_cpufreq_face_cb_set_governor' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:1093:106: note: Function '_cpufreq_face_cb_set_governor' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:1093:135: style: Function '_cpufreq_face_cb_set_governor' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:50:110: note: Function '_cpufreq_face_cb_set_governor' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:1093:135: note: Function '_cpufreq_face_cb_set_governor' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:1173:31: style: Function '_cpufreq_menu_fast' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:53:43: note: Function '_cpufreq_menu_fast' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:1173:31: note: Function '_cpufreq_menu_fast' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:1173:54: style: Function '_cpufreq_menu_fast' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:53:57: note: Function '_cpufreq_menu_fast' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:1173:54: note: Function '_cpufreq_menu_fast' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:1173:83: style: Function '_cpufreq_menu_fast' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:53:73: note: Function '_cpufreq_menu_fast' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:1173:83: note: Function '_cpufreq_menu_fast' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:1180:33: style: Function '_cpufreq_menu_medium' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:54:45: note: Function '_cpufreq_menu_medium' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:1180:33: note: Function '_cpufreq_menu_medium' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:1180:56: style: Function '_cpufreq_menu_medium' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:54:59: note: Function '_cpufreq_menu_medium' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:1180:56: note: Function '_cpufreq_menu_medium' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:1180:85: style: Function '_cpufreq_menu_medium' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:54:75: note: Function '_cpufreq_menu_medium' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:1180:85: note: Function '_cpufreq_menu_medium' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:1187:33: style: Function '_cpufreq_menu_normal' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:55:45: note: Function '_cpufreq_menu_normal' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:1187:33: note: Function '_cpufreq_menu_normal' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:1187:56: style: Function '_cpufreq_menu_normal' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:55:59: note: Function '_cpufreq_menu_normal' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:1187:56: note: Function '_cpufreq_menu_normal' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:1187:85: style: Function '_cpufreq_menu_normal' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:55:75: note: Function '_cpufreq_menu_normal' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:1187:85: note: Function '_cpufreq_menu_normal' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:1194:31: style: Function '_cpufreq_menu_slow' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:56:43: note: Function '_cpufreq_menu_slow' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:1194:31: note: Function '_cpufreq_menu_slow' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:1194:54: style: Function '_cpufreq_menu_slow' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:56:57: note: Function '_cpufreq_menu_slow' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:1194:54: note: Function '_cpufreq_menu_slow' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:1194:83: style: Function '_cpufreq_menu_slow' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:56:73: note: Function '_cpufreq_menu_slow' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:1194:83: note: Function '_cpufreq_menu_slow' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:1201:36: style: Function '_cpufreq_menu_very_slow' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:57:48: note: Function '_cpufreq_menu_very_slow' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:1201:36: note: Function '_cpufreq_menu_very_slow' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:1201:59: style: Function '_cpufreq_menu_very_slow' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:57:62: note: Function '_cpufreq_menu_very_slow' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:1201:59: note: Function '_cpufreq_menu_very_slow' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:1201:88: style: Function '_cpufreq_menu_very_slow' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:57:78: note: Function '_cpufreq_menu_very_slow' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:1201:88: note: Function '_cpufreq_menu_very_slow' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:1208:43: style: Function '_cpufreq_menu_restore_governor' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:58:55: note: Function '_cpufreq_menu_restore_governor' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:1208:43: note: Function '_cpufreq_menu_restore_governor' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:1208:66: style: Function '_cpufreq_menu_restore_governor' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:58:69: note: Function '_cpufreq_menu_restore_governor' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:1208:66: note: Function '_cpufreq_menu_restore_governor' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:1221:41: style: Function '_cpufreq_menu_auto_powersave' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:59:53: note: Function '_cpufreq_menu_auto_powersave' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:1221:41: note: Function '_cpufreq_menu_auto_powersave' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:1221:64: style: Function '_cpufreq_menu_auto_powersave' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:59:67: note: Function '_cpufreq_menu_auto_powersave' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:1221:64: note: Function '_cpufreq_menu_auto_powersave' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:1228:46: style: Function '_cpufreq_menu_governor' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:60:61: note: Function '_cpufreq_menu_governor' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:1228:46: note: Function '_cpufreq_menu_governor' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:1228:75: style: Function '_cpufreq_menu_governor' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:60:77: note: Function '_cpufreq_menu_governor' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:1228:75: note: Function '_cpufreq_menu_governor' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:1242:56: style: Function '_cpufreq_menu_powersave_governor' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:61:71: note: Function '_cpufreq_menu_powersave_governor' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:1242:56: note: Function '_cpufreq_menu_powersave_governor' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:1242:85: style: Function '_cpufreq_menu_powersave_governor' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:61:87: note: Function '_cpufreq_menu_powersave_governor' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:1242:85: note: Function '_cpufreq_menu_powersave_governor' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:1253:47: style: Function '_cpufreq_menu_frequency' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:62:62: note: Function '_cpufreq_menu_frequency' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:1253:47: note: Function '_cpufreq_menu_frequency' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:1253:76: style: Function '_cpufreq_menu_frequency' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:62:78: note: Function '_cpufreq_menu_frequency' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:1253:76: note: Function '_cpufreq_menu_frequency' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:1262:48: style: Function '_cpufreq_menu_pstate_min' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:63:63: note: Function '_cpufreq_menu_pstate_min' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:1262:48: note: Function '_cpufreq_menu_pstate_min' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:1262:77: style: Function '_cpufreq_menu_pstate_min' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:63:79: note: Function '_cpufreq_menu_pstate_min' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:1262:77: note: Function '_cpufreq_menu_pstate_min' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:1274:48: style: Function '_cpufreq_menu_pstate_max' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:64:63: note: Function '_cpufreq_menu_pstate_max' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:1274:48: note: Function '_cpufreq_menu_pstate_max' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:1274:77: style: Function '_cpufreq_menu_pstate_max' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:64:79: note: Function '_cpufreq_menu_pstate_max' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:1274:77: note: Function '_cpufreq_menu_pstate_max' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:1507:31: style: Function 'e_modapi_shutdown' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.h:60:42: note: Function 'e_modapi_shutdown' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:1507:31: note: Function 'e_modapi_shutdown' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:1564:27: style: Function 'e_modapi_save' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.h:61:42: note: Function 'e_modapi_save' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:1564:27: note: Function 'e_modapi_save' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/cpufreq/e_mod_main.c:377:14: style: Variable 'set' is assigned a value that is never used. [unreadVariable]
enlightenment-0.22.3/src/modules/cpufreq/freqset.c:145:10: style: The scope of the variable 'f' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/everything/e_mod_main.c:548:4: style: Variable 'zone' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/modules/everything/e_mod_main.c:546:0: note: Variable 'zone' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/everything/e_mod_main.c:548:4: note: Variable 'zone' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/everything/e_mod_main.c:350:19: style: The scope of the variable 'pc' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/everything/e_mod_main.c:350:24: style: The scope of the variable 'pcc' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/everything/e_mod_main.c:151:31: style: Function 'e_modapi_shutdown' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/everything/e_mod_main.h:357:42: note: Function 'e_modapi_shutdown' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/everything/e_mod_main.c:151:31: note: Function 'e_modapi_shutdown' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/everything/e_mod_main.c:232:27: style: Function 'e_modapi_save' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/everything/e_mod_main.h:358:42: note: Function 'e_modapi_save' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/everything/e_mod_main.c:232:27: note: Function 'e_modapi_save' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/everything/e_mod_main.c:334:29: style: Function '_cleanup_history' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/everything/e_mod_main.c:10:41: note: Function '_cleanup_history' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/everything/e_mod_main.c:334:29: note: Function '_cleanup_history' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/everything/e_mod_main.c:544:32: style: Function '_e_mod_action_cb' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/everything/e_mod_main.c:3:45: note: Function '_e_mod_action_cb' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/everything/e_mod_main.c:544:32: note: Function '_e_mod_action_cb' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/everything/e_mod_main.c:561:38: style: Function '_e_mod_action_cb_edge' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/everything/e_mod_main.c:4:50: note: Function '_e_mod_action_cb_edge' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/everything/e_mod_main.c:561:38: note: Function '_e_mod_action_cb_edge' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/everything/e_mod_main.c:574:26: style: Function '_e_mod_run_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/everything/e_mod_main.c:6:38: note: Function '_e_mod_run_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/everything/e_mod_main.c:574:26: note: Function '_e_mod_run_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/everything/e_mod_main.c:574:66: style: Function '_e_mod_run_cb' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/everything/e_mod_main.c:6:68: note: Function '_e_mod_run_cb' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/everything/e_mod_main.c:574:66: note: Function '_e_mod_run_cb' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/everything/e_mod_main.c:582:28: style: Function '_e_mod_menu_add' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/everything/e_mod_main.c:7:40: note: Function '_e_mod_menu_add' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/everything/e_mod_main.c:582:28: note: Function '_e_mod_menu_add' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/everything/evry.c:1782:9: warning: Identical condition '!sel', second condition is always false [identicalConditionAfterEarlyExit]
enlightenment-0.22.3/src/modules/everything/evry.c:1780:8: note: first condition
enlightenment-0.22.3/src/modules/everything/evry.c:1782:9: note: second condition
enlightenment-0.22.3/src/modules/everything/evry.c:1382:14: warning: Either the condition '!s' is redundant or there is possible null pointer dereference: s. [nullPointerRedundantCheck]
enlightenment-0.22.3/src/modules/everything/evry.c:1368:9: note: Assuming that condition '!s' is not redundant
enlightenment-0.22.3/src/modules/everything/evry.c:1382:14: note: Null pointer dereference
enlightenment-0.22.3/src/modules/everything/evry.c:2450:19: warning: Either the condition 'if(s_act&&it_act&&it_act->plugin->history)' is redundant or there is possible null pointer dereference: s_act. [nullPointerRedundantCheck]
enlightenment-0.22.3/src/modules/everything/evry.c:2529:7: note: Assuming that condition 'if(s_act&&it_act&&it_act->plugin->history)' is not redundant
enlightenment-0.22.3/src/modules/everything/evry.c:2450:19: note: Null pointer dereference
enlightenment-0.22.3/src/modules/everything/evry.c:3106:20: style: Same expression on both sides of '!=' because the value of 'data' and 'win' are the same. [duplicateExpression]
enlightenment-0.22.3/src/modules/everything/evry.c:3103:23: note: 'win' is assigned value 'data' here.
enlightenment-0.22.3/src/modules/everything/evry.c:3106:20: note: Same expression on both sides of '!=' because the value of 'data' and 'win' are the same.
enlightenment-0.22.3/src/modules/everything/evry.c:110:15: style: The scope of the variable 'l' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/everything/evry.c:197:19: style: The scope of the variable 'sel' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/everything/evry.c:329:8: style: The scope of the variable 'i' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/everything/evry.c:1655:15: style: The scope of the variable 'l' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/everything/evry.c:2383:33: style: The scope of the variable 'ev' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/everything/evry.c:2417:15: style: The scope of the variable 'l' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/everything/evry.c:494:26: style: Function 'evry_item_new' argument 1 names different: declaration 'base' definition 'it'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/everything/e_mod_main.h:219:37: note: Function 'evry_item_new' argument 1 names different: declaration 'base' definition 'it'.
enlightenment-0.22.3/src/modules/everything/evry.c:494:26: note: Function 'evry_item_new' argument 1 names different: declaration 'base' definition 'it'.
enlightenment-0.22.3/src/modules/everything/evry.c:613:36: style: Function 'evry_item_select' argument 1 names different: declaration 's' definition 'state'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/everything/e_mod_main.h:216:42: note: Function 'evry_item_select' argument 1 names different: declaration 's' definition 'state'.
enlightenment-0.22.3/src/modules/everything/evry.c:613:36: note: Function 'evry_item_select' argument 1 names different: declaration 's' definition 'state'.
enlightenment-0.22.3/src/modules/everything/evry.c:666:33: style: Function 'evry_plugin_update' argument 1 names different: declaration 'plugin' definition 'p'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/everything/e_mod_main.h:225:39: note: Function 'evry_plugin_update' argument 1 names different: declaration 'plugin' definition 'p'.
enlightenment-0.22.3/src/modules/everything/evry.c:666:33: note: Function 'evry_plugin_update' argument 1 names different: declaration 'plugin' definition 'p'.
enlightenment-0.22.3/src/modules/everything/evry.c:666:40: style: Function 'evry_plugin_update' argument 2 names different: declaration 'state' definition 'action'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/everything/e_mod_main.h:225:51: note: Function 'evry_plugin_update' argument 2 names different: declaration 'state' definition 'action'.
enlightenment-0.22.3/src/modules/everything/evry.c:666:40: note: Function 'evry_plugin_update' argument 2 names different: declaration 'state' definition 'action'.
enlightenment-0.22.3/src/modules/everything/evry.c:1958:40: style: Function '_evry_cb_key_down' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/everything/evry.c:69:57: note: Function '_evry_cb_key_down' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/everything/evry.c:1958:40: note: Function '_evry_cb_key_down' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/everything/evry.c:3100:48: style: Function '_evry_cb_selection_notify' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/everything/evry.c:70:65: note: Function '_evry_cb_selection_notify' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/everything/evry.c:3100:48: note: Function '_evry_cb_selection_notify' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/everything/evry.c:3131:35: style: Function 'evry_item_app_free' argument 1 names different: declaration 'it' definition 'app'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/everything/evry_types.h:295:40: note: Function 'evry_item_app_free' argument 1 names different: declaration 'it' definition 'app'.
enlightenment-0.22.3/src/modules/everything/evry.c:3131:35: note: Function 'evry_item_app_free' argument 1 names different: declaration 'it' definition 'app'.
enlightenment-0.22.3/src/modules/everything/evry.c:3140:37: style: Function 'evry_item_file_free' argument 1 names different: declaration 'it' definition 'file'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/everything/evry_types.h:296:42: note: Function 'evry_item_file_free' argument 1 names different: declaration 'it' definition 'file'.
enlightenment-0.22.3/src/modules/everything/evry.c:3140:37: note: Function 'evry_item_file_free' argument 1 names different: declaration 'it' definition 'file'.
enlightenment-0.22.3/src/modules/everything/evry_config.c:664:27: warning: Either the condition 'if(pc2)' is redundant or there is possible null pointer dereference: pc2. [nullPointerRedundantCheck]
enlightenment-0.22.3/src/modules/everything/evry_config.c:667:12: note: Assuming that condition 'if(pc2)' is not redundant
enlightenment-0.22.3/src/modules/everything/evry_config.c:664:27: note: Null pointer dereference
enlightenment-0.22.3/src/modules/everything/evry_config.c:647:4: style: Variable 'cfdata' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/modules/everything/evry_config.c:642:0: note: Variable 'cfdata' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/everything/evry_config.c:647:4: note: Variable 'cfdata' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/everything/evry_config.c:235:15: style: The scope of the variable 'l1' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/everything/evry_config.c:235:20: style: The scope of the variable 'l2' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/everything/evry_config.c:63:40: style: Function 'evry_config_dialog' argument 1 names different: declaration 'parent' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/everything/e_mod_main.h:359:56: note: Function 'evry_config_dialog' argument 1 names different: declaration 'parent' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/everything/evry_config.c:63:40: note: Function 'evry_config_dialog' argument 1 names different: declaration 'parent' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/everything/evry_config.c:63:72: style: Function 'evry_config_dialog' argument 2 names different: declaration 'params' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/everything/e_mod_main.h:359:76: note: Function 'evry_config_dialog' argument 2 names different: declaration 'params' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/everything/evry_config.c:63:72: note: Function 'evry_config_dialog' argument 2 names different: declaration 'params' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/everything/evry_config.c:111:35: style: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/everything/evry_config.c:3:51: note: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/everything/evry_config.c:111:35: note: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/everything/evry_config.c:121:33: style: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/everything/evry_config.c:4:49: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/everything/evry_config.c:121:33: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/everything/evry_config.c:131:40: style: Function '_basic_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/everything/evry_config.c:5:56: note: Function '_basic_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/everything/evry_config.c:131:40: note: Function '_basic_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/everything/evry_config.c:446:44: style: Function '_basic_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/everything/evry_config.c:6:60: note: Function '_basic_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/everything/evry_config.c:446:44: note: Function '_basic_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/everything/evry_config.c:446:63: style: Function '_basic_create_widgets' argument 2 names different: declaration 'evas' definition 'e'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/everything/evry_config.c:6:71: note: Function '_basic_create_widgets' argument 2 names different: declaration 'evas' definition 'e'.
enlightenment-0.22.3/src/modules/everything/evry_config.c:446:63: note: Function '_basic_create_widgets' argument 2 names different: declaration 'evas' definition 'e'.
enlightenment-0.22.3/src/modules/everything/evry_config.c:608:49: style: Function 'evry_collection_conf_dialog' argument 1 names different: declaration 'parent' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/everything/e_mod_main.h:360:65: note: Function 'evry_collection_conf_dialog' argument 1 names different: declaration 'parent' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/everything/evry_config.c:608:49: note: Function 'evry_collection_conf_dialog' argument 1 names different: declaration 'parent' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/everything/evry_config.c:682:37: style: Function '_cat_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/everything/evry_config.c:602:53: note: Function '_cat_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/everything/evry_config.c:682:37: note: Function '_cat_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/everything/evry_config.c:727:48: style: Function '_cat_basic_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/everything/evry_config.c:603:64: note: Function '_cat_basic_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/everything/evry_config.c:727:48: note: Function '_cat_basic_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/everything/evry_config.c:727:67: style: Function '_cat_basic_create_widgets' argument 2 names different: declaration 'evas' definition 'e'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/everything/evry_config.c:603:75: note: Function '_cat_basic_create_widgets' argument 2 names different: declaration 'evas' definition 'e'.
enlightenment-0.22.3/src/modules/everything/evry_config.c:727:67: note: Function '_cat_basic_create_widgets' argument 2 names different: declaration 'evas' definition 'e'.
enlightenment-0.22.3/src/modules/everything/evry_gadget.c:207:4: style: Variable 'ci' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/modules/everything/evry_gadget.c:205:0: note: Variable 'ci' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/everything/evry_gadget.c:207:4: note: Variable 'ci' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/everything/evry_gadget.c:584:4: style: Variable 'cfdata' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/modules/everything/evry_gadget.c:580:0: note: Variable 'cfdata' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/everything/evry_gadget.c:584:4: note: Variable 'cfdata' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/everything/evry_gadget.c:667:4: style: Variable 'o' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/modules/everything/evry_gadget.c:664:0: note: Variable 'o' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/everything/evry_gadget.c:667:4: note: Variable 'o' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/everything/evry_gadget.c:669:4: style: Variable 'of' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/modules/everything/evry_gadget.c:664:0: note: Variable 'of' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/everything/evry_gadget.c:669:4: note: Variable 'of' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/everything/evry_gadget.c:673:4: style: Variable 'ow' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/modules/everything/evry_gadget.c:664:0: note: Variable 'ow' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/everything/evry_gadget.c:673:4: note: Variable 'ow' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/everything/evry_gadget.c:444:19: style: The scope of the variable 'ec' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/everything/evry_gadget.c:150:57: style: Function '_gc_orient' argument 2 names different: declaration 'orient' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/everything/evry_gadget.c:37:74: note: Function '_gc_orient' argument 2 names different: declaration 'orient' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/everything/evry_gadget.c:150:57: note: Function '_gc_orient' argument 2 names different: declaration 'orient' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/everything/evry_gadget.c:167:53: style: Function '_gc_label' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/everything/evry_gadget.c:38:64: note: Function '_gc_label' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/everything/evry_gadget.c:167:53: note: Function '_gc_label' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/everything/evry_gadget.c:173:52: style: Function '_gc_icon' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/everything/evry_gadget.c:39:63: note: Function '_gc_icon' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/everything/evry_gadget.c:173:52: note: Function '_gc_icon' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/everything/evry_gadget.c:173:76: style: Function '_gc_icon' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/everything/evry_gadget.c:39:83: note: Function '_gc_icon' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/everything/evry_gadget.c:173:76: note: Function '_gc_icon' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/everything/evry_gadget.c:203:54: style: Function '_gc_id_new' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/everything/evry_gadget.c:40:65: note: Function '_gc_id_new' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/everything/evry_gadget.c:203:54: note: Function '_gc_id_new' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/everything/evry_gadget.c:429:43: style: Function '_button_cb_mouse_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/everything/evry_gadget.c:30:65: note: Function '_button_cb_mouse_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/everything/evry_gadget.c:429:43: note: Function '_button_cb_mouse_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/everything/evry_gadget.c:429:73: style: Function '_button_cb_mouse_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/everything/evry_gadget.c:30:81: note: Function '_button_cb_mouse_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/everything/evry_gadget.c:429:73: note: Function '_button_cb_mouse_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/everything/evry_gadget.c:662:43: style: Function '_basic_create' argument 2 names different: declaration 'evas' definition 'e'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/everything/evry_gadget.c:549:63: note: Function '_basic_create' argument 2 names different: declaration 'evas' definition 'e'.
enlightenment-0.22.3/src/modules/everything/evry_gadget.c:662:43: note: Function '_basic_create' argument 2 names different: declaration 'evas' definition 'e'.
enlightenment-0.22.3/src/modules/everything/evry_history.c:380:14: style: Condition '!rem_ctxt' is always false [knownConditionTrueFalse]
enlightenment-0.22.3/src/modules/everything/evry_history.c:364:19: note: Assignment 'rem_ctxt=1', assigned value is 1
enlightenment-0.22.3/src/modules/everything/evry_history.c:380:14: note: Condition '!rem_ctxt' is always false
enlightenment-0.22.3/src/modules/everything/evry_history.c:309:21: warning: Either the condition '!hi' is redundant or there is possible null pointer dereference: hi. [nullPointerRedundantCheck]
enlightenment-0.22.3/src/modules/everything/evry_history.c:292:8: note: Assuming that condition '!hi' is not redundant
enlightenment-0.22.3/src/modules/everything/evry_history.c:309:21: note: Null pointer dereference
enlightenment-0.22.3/src/modules/everything/evry_history.c:262:19: style: The scope of the variable 'ht' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/everything/evry_history.c:264:15: style: The scope of the variable 'l' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/everything/evry_history.c:266:16: style: The scope of the variable 'id' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/everything/evry_history.c:360:19: style: The scope of the variable 'he' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/everything/evry_history.c:361:19: style: The scope of the variable 'ht' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/everything/evry_history.c:363:15: style: The scope of the variable 'l' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/everything/evry_history.c:233:34: style: Function 'evry_history_types_get' argument 1 names different: declaration 'type' definition '_type'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/everything/e_mod_main.h:260:49: note: Function 'evry_history_types_get' argument 1 names different: declaration 'type' definition '_type'.
enlightenment-0.22.3/src/modules/everything/evry_history.c:233:34: note: Function 'evry_history_types_get' argument 1 names different: declaration 'type' definition '_type'.
enlightenment-0.22.3/src/modules/everything/evry_plug_actions.c:121:27: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
enlightenment-0.22.3/src/modules/everything/evry_plug_actions.c:120:25: note: outer condition: it1->fuzzy_match||it2->fuzzy_match
enlightenment-0.22.3/src/modules/everything/evry_plug_actions.c:121:27: note: identical inner condition: it1->fuzzy_match||it2->fuzzy_match
enlightenment-0.22.3/src/modules/everything/evry_plug_actions.c:262:10: warning: Possible null pointer dereference: act [nullPointer]
enlightenment-0.22.3/src/modules/everything/evry_plug_actions.c:256:23: note: Assignment 'act=NULL', assigned value is 0
enlightenment-0.22.3/src/modules/everything/evry_plug_actions.c:262:10: note: Null pointer dereference
enlightenment-0.22.3/src/modules/everything/evry_plug_actions.c:145:8: style: The scope of the variable 'match' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/everything/evry_plug_actions.c:222:27: style: Function 'evry_action_new' argument 3 names different: declaration 'type1' definition 'type_in1'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/everything/e_mod_main.h:271:19: note: Function 'evry_action_new' argument 3 names different: declaration 'type1' definition 'type_in1'.
enlightenment-0.22.3/src/modules/everything/evry_plug_actions.c:222:27: note: Function 'evry_action_new' argument 3 names different: declaration 'type1' definition 'type_in1'.
enlightenment-0.22.3/src/modules/everything/evry_plug_actions.c:222:47: style: Function 'evry_action_new' argument 4 names different: declaration 'type2' definition 'type_in2'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/everything/e_mod_main.h:271:36: note: Function 'evry_action_new' argument 4 names different: declaration 'type2' definition 'type_in2'.
enlightenment-0.22.3/src/modules/everything/evry_plug_actions.c:222:47: note: Function 'evry_action_new' argument 4 names different: declaration 'type2' definition 'type_in2'.
enlightenment-0.22.3/src/modules/everything/evry_plug_aggregator.c:28:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/everything/evry_plug_apps.c:507:15: warning: Either the condition '!d' is redundant or there is possible null pointer dereference: d. [nullPointerRedundantCheck]
enlightenment-0.22.3/src/modules/everything/evry_plug_apps.c:509:13: note: Assuming that condition '!d' is not redundant
enlightenment-0.22.3/src/modules/everything/evry_plug_apps.c:507:15: note: Null pointer dereference
enlightenment-0.22.3/src/modules/everything/evry_plug_apps.c:515:20: warning: Either the condition 'if(d&&(!d->no_display))' is redundant or there is possible null pointer dereference: d. [nullPointerRedundantCheck]
enlightenment-0.22.3/src/modules/everything/evry_plug_apps.c:517:17: note: Assuming that condition 'if(d&&(!d->no_display))' is not redundant
enlightenment-0.22.3/src/modules/everything/evry_plug_apps.c:515:20: note: Null pointer dereference
enlightenment-0.22.3/src/modules/everything/evry_plug_apps.c:461:4: style: Variable 'apps' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/modules/everything/evry_plug_apps.c:456:0: note: Variable 'apps' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/everything/evry_plug_apps.c:461:4: note: Variable 'apps' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/everything/evry_plug_apps.c:1321:4: style: Variable 'cfdata' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/modules/everything/evry_plug_apps.c:1319:0: note: Variable 'cfdata' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/everything/evry_plug_apps.c:1321:4: note: Variable 'cfdata' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/everything/evry_plug_apps.c:1338:4: style: Variable 'o' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/modules/everything/evry_plug_apps.c:1336:0: note: Variable 'o' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/everything/evry_plug_apps.c:1338:4: note: Variable 'o' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/everything/evry_plug_apps.c:1340:4: style: Variable 'of' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/modules/everything/evry_plug_apps.c:1336:0: note: Variable 'of' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/everything/evry_plug_apps.c:1340:4: note: Variable 'of' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/everything/evry_plug_apps.c:1341:4: style: Variable 'ow' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/modules/everything/evry_plug_apps.c:1336:0: note: Variable 'ow' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/everything/evry_plug_apps.c:1341:4: note: Variable 'ow' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/everything/evry_plug_apps.c:208:19: style: The scope of the variable 'app' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/everything/evry_plug_apps.c:249:17: style: The scope of the variable 'cnt' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/everything/evry_plug_apps.c:418:8: style: The scope of the variable 'm1' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/everything/evry_plug_apps.c:418:12: style: The scope of the variable 'm2' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/everything/evry_plug_apps.c:492:20: style: The scope of the variable 'd' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/everything/evry_plug_apps.c:616:19: style: The scope of the variable 'ht' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/everything/evry_plug_apps.c:618:17: style: The scope of the variable 'entry' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/everything/evry_plug_apps.c:619:8: style: The scope of the variable 'i' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/everything/evry_plug_apps.c:1028:19: style: The scope of the variable 'tmp' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/everything/evry_plug_apps.c:1029:9: style: The scope of the variable 'cwd' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/everything/evry_plug_apps.c:1627:22: style: The scope of the variable 'last' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/everything/evry_plug_apps.c:1317:35: style: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/everything/evry_plug_apps.c:1287:51: note: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/everything/evry_plug_apps.c:1317:35: note: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/everything/evry_plug_apps.c:1327:33: style: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/everything/evry_plug_apps.c:1288:49: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/everything/evry_plug_apps.c:1327:33: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/everything/evry_plug_apps.c:1334:43: style: Function '_basic_create' argument 2 names different: declaration 'evas' definition 'e'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/everything/evry_plug_apps.c:1290:63: note: Function '_basic_create' argument 2 names different: declaration 'evas' definition 'e'.
enlightenment-0.22.3/src/modules/everything/evry_plug_apps.c:1334:43: note: Function '_basic_create' argument 2 names different: declaration 'evas' definition 'e'.
enlightenment-0.22.3/src/modules/everything/evry_plug_apps.c:1368:35: style: Function '_basic_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/everything/evry_plug_apps.c:1291:51: note: Function '_basic_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/everything/evry_plug_apps.c:1368:35: note: Function '_basic_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/everything/evry_plug_calc.c:109:15: style: The scope of the variable 'l' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/everything/evry_plug_calc.c:110:15: style: The scope of the variable 'it' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/everything/evry_plug_calc.c:204:15: style: The scope of the variable 'it' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/everything/evry_plug_calc.c:200:31: style: Function '_cb_data' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/everything/evry_plug_calc.c:12:43: note: Function '_cb_data' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/everything/evry_plug_calc.c:200:31: note: Function '_cb_data' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/everything/evry_plug_calc.c:227:32: style: Function '_cb_error' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/everything/evry_plug_calc.c:13:44: note: Function '_cb_error' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/everything/evry_plug_calc.c:227:32: note: Function '_cb_error' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/everything/evry_plug_calc.c:243:20: style: Function '_cb_del' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/everything/evry_plug_calc.c:14:32: note: Function '_cb_del' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/everything/evry_plug_calc.c:243:20: note: Function '_cb_del' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/everything/evry_plug_calc.c:243:42: style: Function '_cb_del' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/everything/evry_plug_calc.c:14:42: note: Function '_cb_del' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/everything/evry_plug_calc.c:243:42: note: Function '_cb_del' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/everything/evry_plug_clipboard.c:56:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
enlightenment-0.22.3/src/modules/everything/evry_plug_files.c:1460:4: style: Variable 'o' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/modules/everything/evry_plug_files.c:1458:0: note: Variable 'o' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/everything/evry_plug_files.c:1460:4: note: Variable 'o' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/everything/evry_plug_files.c:1462:4: style: Variable 'of' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/modules/everything/evry_plug_files.c:1458:0: note: Variable 'of' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/everything/evry_plug_files.c:1462:4: note: Variable 'of' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/everything/evry_plug_files.c:1469:4: style: Variable 'ow' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/modules/everything/evry_plug_files.c:1458:0: note: Variable 'ow' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/everything/evry_plug_files.c:1469:4: note: Variable 'ow' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/everything/evry_plug_files.c:1499:4: style: Variable 'cfdata' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/modules/everything/evry_plug_files.c:1497:0: note: Variable 'cfdata' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/everything/evry_plug_files.c:1499:4: note: Variable 'cfdata' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/everything/evry_plug_files.c:295:15: style: The scope of the variable 'l' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/everything/evry_plug_files.c:371:15: style: The scope of the variable 'item' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/everything/evry_plug_files.c:372:20: style: The scope of the variable 'file' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/everything/evry_plug_files.c:373:15: style: The scope of the variable 'l' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/everything/evry_plug_files.c:373:19: style: The scope of the variable 'll' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/everything/evry_plug_files.c:677:20: style: The scope of the variable 'dir' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/everything/evry_plug_files.c:1061:20: style: The scope of the variable 'file' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/everything/evry_plug_files.c:1062:19: style: The scope of the variable 'ht' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/everything/evry_plug_files.c:1116:10: style: The scope of the variable 'dir' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/everything/evry_plug_files.c:1456:36: style: Function '_basic_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/everything/evry_plug_files.c:1423:52: note: Function '_basic_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/everything/evry_plug_files.c:1456:36: note: Function '_basic_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/everything/evry_plug_files.c:1495:35: style: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/everything/evry_plug_files.c:1420:51: note: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/everything/evry_plug_files.c:1495:35: note: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/everything/evry_plug_files.c:1505:33: style: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/everything/evry_plug_files.c:1421:49: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/everything/evry_plug_files.c:1505:33: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/everything/evry_plug_files.c:1524:35: style: Function '_basic_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/everything/evry_plug_files.c:1424:51: note: Function '_basic_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/everything/evry_plug_files.c:1524:35: note: Function '_basic_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/everything/evry_plug_text.c:34:15: style: The scope of the variable 'it' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/everything/evry_plug_windows.c:86:10: warning: Either the condition '!bi' is redundant or there is possible null pointer dereference: bi. [nullPointerRedundantCheck]
enlightenment-0.22.3/src/modules/everything/evry_plug_windows.c:89:8: note: Assuming that condition '!bi' is not redundant
enlightenment-0.22.3/src/modules/everything/evry_plug_windows.c:86:10: note: Null pointer dereference
enlightenment-0.22.3/src/modules/everything/evry_plugin.c:130:10: warning: Either the condition '!pc' is redundant or there is possible null pointer dereference: pc. [nullPointerRedundantCheck]
enlightenment-0.22.3/src/modules/everything/evry_plugin.c:138:8: note: Assuming that condition '!pc' is not redundant
enlightenment-0.22.3/src/modules/everything/evry_plugin.c:130:10: note: Null pointer dereference
enlightenment-0.22.3/src/modules/everything/evry_plugin.c:46:24: style: Function 'evry_plugin_new' argument 7 names different: declaration 'cleanup' definition 'finish'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/everything/e_mod_main.h:265:16: note: Function 'evry_plugin_new' argument 7 names different: declaration 'cleanup' definition 'finish'.
enlightenment-0.22.3/src/modules/everything/evry_plugin.c:46:24: note: Function 'evry_plugin_new' argument 7 names different: declaration 'cleanup' definition 'finish'.
enlightenment-0.22.3/src/modules/everything/evry_util.c:16:16: style: The scope of the variable 'tmp' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/everything/evry_util.c:58:17: style: The scope of the variable 'last' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/everything/evry_util.c:59:17: style: The scope of the variable 'offset' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/everything/evry_util.c:60:17: style: The scope of the variable 'min' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/everything/evry_util.c:61:18: style: The scope of the variable 'first' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/everything/evry_util.c:489:15: style: The scope of the variable 'sum' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/everything/evry_util.c:581:25: style: The scope of the variable 'l' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/everything/evry_util.c:582:20: style: The scope of the variable 'mime' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/everything/evry_util.c:674:18: style: The scope of the variable 'in' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/everything/evry_util.c:792:18: style: The scope of the variable 'in' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/everything/evry_util.c:909:38: style: Function 'evry_item_changed' argument 2 names different: declaration 'change_icon' definition 'icon'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/everything/e_mod_main.h:240:44: note: Function 'evry_item_changed' argument 2 names different: declaration 'change_icon' definition 'icon'.
enlightenment-0.22.3/src/modules/everything/evry_util.c:909:38: note: Function 'evry_item_changed' argument 2 names different: declaration 'change_icon' definition 'icon'.
enlightenment-0.22.3/src/modules/everything/evry_util.c:909:48: style: Function 'evry_item_changed' argument 3 names different: declaration 'change_selected' definition 'selected'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/everything/e_mod_main.h:240:61: note: Function 'evry_item_changed' argument 3 names different: declaration 'change_selected' definition 'selected'.
enlightenment-0.22.3/src/modules/everything/evry_util.c:909:48: note: Function 'evry_item_changed' argument 3 names different: declaration 'change_selected' definition 'selected'.
enlightenment-0.22.3/src/modules/everything/evry_view.c:1398:10: warning: Either the condition '!it' is redundant or there is possible null pointer dereference: it. [nullPointerRedundantCheck]
enlightenment-0.22.3/src/modules/everything/evry_view.c:1401:8: note: Assuming that condition '!it' is not redundant
enlightenment-0.22.3/src/modules/everything/evry_view.c:1398:10: note: Null pointer dereference
enlightenment-0.22.3/src/modules/everything/evry_view.c:760:11: style: The scope of the variable 'da' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/everything/evry_view.c:909:10: style: The scope of the variable 'it' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/everything/evry_view.c:980:13: style: The scope of the variable 'last_pos' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/everything/evry_view.c:905:24: style: Function '_view_clear' argument 1 names different: declaration 'view' definition 'ev'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/everything/evry_view.c:79:41: note: Function '_view_clear' argument 1 names different: declaration 'view' definition 'ev'.
enlightenment-0.22.3/src/modules/everything/evry_view.c:905:24: note: Function '_view_clear' argument 1 names different: declaration 'view' definition 'ev'.
enlightenment-0.22.3/src/modules/everything/evry_view_tabs.c:182:15: warning: Either the condition '!tab' is redundant or there is possible null pointer dereference: tab. [nullPointerRedundantCheck]
enlightenment-0.22.3/src/modules/everything/evry_view_tabs.c:184:13: note: Assuming that condition '!tab' is not redundant
enlightenment-0.22.3/src/modules/everything/evry_view_tabs.c:182:15: note: Null pointer dereference
enlightenment-0.22.3/src/modules/everything/md5.c:52:18: style: Function 'MD5Init' argument 1 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/everything/md5.h:15:32: note: Function 'MD5Init' argument 1 names different: declaration 'context' definition 'ctx'.
enlightenment-0.22.3/src/modules/everything/md5.c:52:18: note: Function 'MD5Init' argument 1 names different: declaration 'context' definition 'ctx'.
enlightenment-0.22.3/src/modules/everything/md5.c:68:20: style: Function 'MD5Update' argument 1 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/everything/md5.h:16:34: note: Function 'MD5Update' argument 1 names different: declaration 'context' definition 'ctx'.
enlightenment-0.22.3/src/modules/everything/md5.c:68:20: note: Function 'MD5Update' argument 1 names different: declaration 'context' definition 'ctx'.
enlightenment-0.22.3/src/modules/everything/md5.c:120:45: style: Function 'MD5Final' argument 2 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/everything/md5.h:17:70: note: Function 'MD5Final' argument 2 names different: declaration 'context' definition 'ctx'.
enlightenment-0.22.3/src/modules/everything/md5.c:120:45: note: Function 'MD5Final' argument 2 names different: declaration 'context' definition 'ctx'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:2314:10: warning: Possible null pointer dereference: rem [nullPointer]
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:2275:22: note: Assignment 'rem=NULL', assigned value is 0
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:2314:10: note: Null pointer dereference
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:1916:4: style: Variable 'desktop' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:1913:0: note: Variable 'desktop' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:1916:4: note: Variable 'desktop' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:2095:4: style: Variable 'selected' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:2088:0: note: Variable 'selected' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:2095:4: note: Variable 'selected' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:2171:4: style: Variable 'selected' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:2165:0: note: Variable 'selected' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:2171:4: note: Variable 'selected' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:2263:4: style: Variable 'selected' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:2260:0: note: Variable 'selected' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:2263:4: note: Variable 'selected' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:1596:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:2468:31: style: The scope of the variable 'ot' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:421:37: style: Function 'e_fwin_zone_new' argument 2 names different: declaration 'path' definition 'p'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_mod_main.h:124:48: note: Function 'e_fwin_zone_new' argument 2 names different: declaration 'path' definition 'p'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:421:37: note: Function 'e_fwin_zone_new' argument 2 names different: declaration 'path' definition 'p'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:954:83: style: Function '_e_fwin_icon_mouse_out' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:106:84: note: Function '_e_fwin_icon_mouse_out' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:954:83: note: Function '_e_fwin_icon_mouse_out' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:1659:39: style: Function '_e_fwin_cb_delete' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:113:61: note: Function '_e_fwin_cb_delete' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:1659:39: note: Function '_e_fwin_cb_delete' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:1659:69: style: Function '_e_fwin_cb_delete' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:113:77: note: Function '_e_fwin_cb_delete' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:1659:69: note: Function '_e_fwin_cb_delete' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:1659:99: style: Function '_e_fwin_cb_delete' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:113:88: note: Function '_e_fwin_cb_delete' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:1659:99: note: Function '_e_fwin_cb_delete' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:1687:39: style: Function '_e_fwin_cb_resize' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:114:61: note: Function '_e_fwin_cb_resize' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:1687:39: note: Function '_e_fwin_cb_resize' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:1687:69: style: Function '_e_fwin_cb_resize' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:114:77: note: Function '_e_fwin_cb_resize' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:1687:69: note: Function '_e_fwin_cb_resize' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:1687:99: style: Function '_e_fwin_cb_resize' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:114:88: note: Function '_e_fwin_cb_resize' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:1687:99: note: Function '_e_fwin_cb_resize' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:1704:34: style: Function '_e_fwin_deleted' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:116:54: note: Function '_e_fwin_deleted' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:1704:34: note: Function '_e_fwin_deleted' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:1705:34: style: Function '_e_fwin_deleted' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:117:47: note: Function '_e_fwin_deleted' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:1705:34: note: Function '_e_fwin_deleted' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:1716:34: style: Function '_e_fwin_changed' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:130:47: note: Function '_e_fwin_changed' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:1716:34: note: Function '_e_fwin_changed' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:1861:35: style: Function '_e_fwin_favorite_selected' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:132:65: note: Function '_e_fwin_favorite_selected' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:1861:35: note: Function '_e_fwin_favorite_selected' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:1862:35: style: Function '_e_fwin_favorite_selected' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:133:58: note: Function '_e_fwin_favorite_selected' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:1862:35: note: Function '_e_fwin_favorite_selected' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:1878:35: style: Function '_e_fwin_selected' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:135:55: note: Function '_e_fwin_selected' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:1878:35: note: Function '_e_fwin_selected' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:1879:35: style: Function '_e_fwin_selected' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:136:48: note: Function '_e_fwin_selected' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:1879:35: note: Function '_e_fwin_selected' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:1894:43: style: Function '_e_fwin_selection_change' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:139:56: note: Function '_e_fwin_selection_change' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:1894:43: note: Function '_e_fwin_selection_change' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:1910:40: style: Function '_e_fwin_cb_all_change' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:163:60: note: Function '_e_fwin_cb_all_change' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:1910:40: note: Function '_e_fwin_cb_all_change' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:1927:38: style: Function '_e_fwin_cb_key_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:149:51: note: Function '_e_fwin_cb_key_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:1927:38: note: Function '_e_fwin_cb_key_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:1928:38: style: Function '_e_fwin_cb_key_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:150:58: note: Function '_e_fwin_cb_key_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:1928:38: note: Function '_e_fwin_cb_key_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:1963:36: style: Function '_e_fwin_cb_page_obj_del' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:198:55: note: Function '_e_fwin_cb_page_obj_del' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:1963:36: note: Function '_e_fwin_cb_page_obj_del' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:1964:42: style: Function '_e_fwin_cb_page_obj_del' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:198:67: note: Function '_e_fwin_cb_page_obj_del' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:1964:42: note: Function '_e_fwin_cb_page_obj_del' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:1966:42: style: Function '_e_fwin_cb_page_obj_del' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:199:73: note: Function '_e_fwin_cb_page_obj_del' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:1966:42: note: Function '_e_fwin_cb_page_obj_del' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:1983:45: style: Function '_e_fwin_zone_cb_mouse_down' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:201:58: note: Function '_e_fwin_zone_cb_mouse_down' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:1983:45: note: Function '_e_fwin_zone_cb_mouse_down' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:1984:45: style: Function '_e_fwin_zone_cb_mouse_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:202:65: note: Function '_e_fwin_zone_cb_mouse_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:1984:45: note: Function '_e_fwin_zone_cb_mouse_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:1985:45: style: Function '_e_fwin_zone_cb_mouse_down' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:203:58: note: Function '_e_fwin_zone_cb_mouse_down' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:1985:45: note: Function '_e_fwin_zone_cb_mouse_down' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:1996:47: style: Function '_e_fwin_zone_move_resize' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:205:54: note: Function '_e_fwin_zone_move_resize' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:1996:47: note: Function '_e_fwin_zone_move_resize' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:2032:40: warning: Function '_e_fwin_cb_dir_handler_test' argument order different: declaration 'EINA_UNUSED, EINA_UNUSED, path' definition 'EINA_UNUSED, obj, path' [funcArgOrderDifferent]
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:103:51: note: Function '_e_fwin_cb_dir_handler_test' argument order different: declaration 'EINA_UNUSED, EINA_UNUSED, path' definition 'EINA_UNUSED, obj, path'
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:2032:40: note: Function '_e_fwin_cb_dir_handler_test' argument order different: declaration 'EINA_UNUSED, EINA_UNUSED, path' definition 'EINA_UNUSED, obj, path'
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:2044:35: warning: Function '_e_fwin_cb_dir_handler' argument order different: declaration 'EINA_UNUSED, EINA_UNUSED, path' definition 'EINA_UNUSED, obj, path' [funcArgOrderDifferent]
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:104:47: note: Function '_e_fwin_cb_dir_handler' argument order different: declaration 'EINA_UNUSED, EINA_UNUSED, path' definition 'EINA_UNUSED, obj, path'
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:2044:35: note: Function '_e_fwin_cb_dir_handler' argument order different: declaration 'EINA_UNUSED, EINA_UNUSED, path' definition 'EINA_UNUSED, obj, path'
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:2063:32: style: Function '_e_fwin_parent' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:146:48: note: Function '_e_fwin_parent' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:2063:32: note: Function '_e_fwin_parent' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:2064:32: style: Function '_e_fwin_parent' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:147:53: note: Function '_e_fwin_parent' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:2064:32: note: Function '_e_fwin_parent' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:2071:40: style: Function '_e_fwin_cb_menu_open_fast' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:143:59: note: Function '_e_fwin_cb_menu_open_fast' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:2071:40: note: Function '_e_fwin_cb_menu_open_fast' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:2241:38: style: Function '_e_fwin_cb_menu_open' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:157:54: note: Function '_e_fwin_cb_menu_open' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:2241:38: note: Function '_e_fwin_cb_menu_open' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:2242:38: style: Function '_e_fwin_cb_menu_open' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:158:59: note: Function '_e_fwin_cb_menu_open' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:2242:38: note: Function '_e_fwin_cb_menu_open' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:2256:43: style: Function '_e_fwin_cb_menu_open_with' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:160:59: note: Function '_e_fwin_cb_menu_open_with' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:2256:43: note: Function '_e_fwin_cb_menu_open_with' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:2257:43: style: Function '_e_fwin_cb_menu_open_with' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:161:64: note: Function '_e_fwin_cb_menu_open_with' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:2257:43: note: Function '_e_fwin_cb_menu_open_with' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:2756:53: style: Function '_e_fwin_file_open_dialog_cb_key_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:181:68: note: Function '_e_fwin_file_open_dialog_cb_key_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:2756:53: note: Function '_e_fwin_file_open_dialog_cb_key_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:2757:53: style: Function '_e_fwin_file_open_dialog_cb_key_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:182:75: note: Function '_e_fwin_file_open_dialog_cb_key_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:2757:53: note: Function '_e_fwin_file_open_dialog_cb_key_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:2798:41: style: Function '_e_fwin_cb_exec_cmd_changed' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:165:59: note: Function '_e_fwin_cb_exec_cmd_changed' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:2798:41: note: Function '_e_fwin_cb_exec_cmd_changed' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:2820:31: style: Function '_e_fwin_cb_open' argument 2 names different: declaration 'dia' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:167:51: note: Function '_e_fwin_cb_open' argument 2 names different: declaration 'dia' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:2820:31: note: Function '_e_fwin_cb_open' argument 2 names different: declaration 'dia' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:2857:32: style: Function '_e_fwin_cb_close' argument 2 names different: declaration 'dia' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:169:52: note: Function '_e_fwin_cb_close' argument 2 names different: declaration 'dia' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:2857:32: note: Function '_e_fwin_cb_close' argument 2 names different: declaration 'dia' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:3148:34: style: Function '_e_fwin_op_registry_entry_add_cb' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:221:62: note: Function '_e_fwin_op_registry_entry_add_cb' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:3148:34: note: Function '_e_fwin_op_registry_entry_add_cb' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:3193:51: style: Function '_e_fwin_op_registry_abort_cb' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:225:67: note: Function '_e_fwin_op_registry_abort_cb' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:3193:51: note: Function '_e_fwin_op_registry_abort_cb' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:3194:51: style: Function '_e_fwin_op_registry_abort_cb' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:226:66: note: Function '_e_fwin_op_registry_abort_cb' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:3194:51: note: Function '_e_fwin_op_registry_abort_cb' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:3195:51: style: Function '_e_fwin_op_registry_abort_cb' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:227:66: note: Function '_e_fwin_op_registry_abort_cb' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:3195:51: note: Function '_e_fwin_op_registry_abort_cb' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin.c:2950:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:304:10: warning: Possible null pointer dereference: inst [nullPointer]
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:289:21: note: Assignment 'inst=NULL', assigned value is 0
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:304:10: note: Null pointer dereference
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:409:4: style: Variable 'inst' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:406:0: note: Variable 'inst' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:409:4: note: Variable 'inst' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:104:19: style: The scope of the variable 'nip' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:717:17: style: The scope of the variable 'dir' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:444:33: style: Function '_gc_orient' argument 1 names different: declaration 'gcc' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:39:53: note: Function '_gc_orient' argument 1 names different: declaration 'gcc' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:444:33: note: Function '_gc_orient' argument 1 names different: declaration 'gcc' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:468:53: style: Function '_gc_label' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:40:64: note: Function '_gc_label' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:468:53: note: Function '_gc_label' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:474:52: style: Function '_gc_icon' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:41:63: note: Function '_gc_icon' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:474:52: note: Function '_gc_icon' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:480:54: style: Function '_gc_id_new' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:42:65: note: Function '_gc_id_new' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:480:54: note: Function '_gc_id_new' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:491:34: style: Function '_cb_key_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:44:56: note: Function '_cb_key_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:491:34: note: Function '_cb_key_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:515:36: style: Function '_cb_mouse_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:43:58: note: Function '_cb_mouse_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:515:36: note: Function '_cb_mouse_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:515:66: style: Function '_cb_mouse_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:43:74: note: Function '_cb_mouse_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:515:66: note: Function '_cb_mouse_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:538:45: style: Function '_cb_back_click' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:45:65: note: Function '_cb_back_click' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:538:45: note: Function '_cb_back_click' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:538:79: style: Function '_cb_back_click' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:45:82: note: Function '_cb_back_click' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:538:79: note: Function '_cb_back_click' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:538:111: style: Function '_cb_back_click' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:45:104: note: Function '_cb_back_click' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:538:111: note: Function '_cb_back_click' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:552:48: style: Function '_cb_forward_click' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:46:68: note: Function '_cb_forward_click' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:552:48: note: Function '_cb_forward_click' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:552:82: style: Function '_cb_forward_click' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:46:85: note: Function '_cb_forward_click' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:552:82: note: Function '_cb_forward_click' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:552:114: style: Function '_cb_forward_click' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:46:107: note: Function '_cb_forward_click' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:552:114: note: Function '_cb_forward_click' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:566:48: style: Function '_cb_refresh_click' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:48:68: note: Function '_cb_refresh_click' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:566:48: note: Function '_cb_refresh_click' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:566:82: style: Function '_cb_refresh_click' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:48:85: note: Function '_cb_refresh_click' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:566:82: note: Function '_cb_refresh_click' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:566:114: style: Function '_cb_refresh_click' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:48:107: note: Function '_cb_refresh_click' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:566:114: note: Function '_cb_refresh_click' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:576:43: style: Function '_cb_up_click' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:47:63: note: Function '_cb_up_click' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:576:43: note: Function '_cb_up_click' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:576:77: style: Function '_cb_up_click' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:47:80: note: Function '_cb_up_click' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:576:77: note: Function '_cb_up_click' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:576:109: style: Function '_cb_up_click' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:47:102: note: Function '_cb_up_click' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:576:109: note: Function '_cb_up_click' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:601:50: style: Function '_cb_favorites_click' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:49:70: note: Function '_cb_favorites_click' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:601:50: note: Function '_cb_favorites_click' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:601:84: style: Function '_cb_favorites_click' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:49:87: note: Function '_cb_favorites_click' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:601:84: note: Function '_cb_favorites_click' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:601:116: style: Function '_cb_favorites_click' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:49:109: note: Function '_cb_favorites_click' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:601:116: note: Function '_cb_favorites_click' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:623:42: style: Function '_cb_changed' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:50:62: note: Function '_cb_changed' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:623:42: note: Function '_cb_changed' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:632:69: style: Function '_cb_button_click' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:52:84: note: Function '_cb_button_click' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:632:69: note: Function '_cb_button_click' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:632:101: style: Function '_cb_button_click' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:52:106: note: Function '_cb_button_click' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:632:101: note: Function '_cb_button_click' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:650:99: style: Function '_cb_scroll_resize' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:53:112: note: Function '_cb_scroll_resize' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:650:99: note: Function '_cb_scroll_resize' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:713:46: style: Function '_cb_dir_changed' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:51:66: note: Function '_cb_dir_changed' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:713:46: note: Function '_cb_dir_changed' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:713:76: style: Function '_cb_dir_changed' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:51:77: note: Function '_cb_dir_changed' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_fwin_nav.c:713:76: note: Function '_cb_dir_changed' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_int_config_mime.c:48:39: style: Function 'e_int_config_mime' argument 1 names different: declaration 'parent' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_mod_main.h:115:49: note: Function 'e_int_config_mime' argument 1 names different: declaration 'parent' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_int_config_mime.c:48:39: note: Function 'e_int_config_mime' argument 1 names different: declaration 'parent' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_int_config_mime.c:120:33: style: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_int_config_mime.c:32:49: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_int_config_mime.c:120:33: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_int_config_mime.c:162:36: style: Function '_basic_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_int_config_mime.c:33:52: note: Function '_basic_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_int_config_mime.c:162:36: note: Function '_basic_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_int_config_mime.c:515:37: style: Function '_find_glob' argument 2 names different: declaration 'glob' definition 'globing'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_int_config_mime.c:42:57: note: Function '_find_glob' argument 2 names different: declaration 'glob' definition 'globing'.
enlightenment-0.22.3/src/modules/fileman/e_int_config_mime.c:515:37: note: Function '_find_glob' argument 2 names different: declaration 'glob' definition 'globing'.
enlightenment-0.22.3/src/modules/fileman/e_int_config_mime.c:531:36: style: Function '_cb_config' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_int_config_mime.c:43:50: note: Function '_cb_config' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_int_config_mime.c:531:36: note: Function '_cb_config' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_int_config_mime_edit.c:129:27: style: The scope of the variable 'icon' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/fileman/e_int_config_mime_edit.c:429:17: style: The scope of the variable 'icon' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/fileman/e_int_config_mime_edit.c:81:33: style: Function '_fill_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_int_config_mime_edit.c:4:55: note: Function '_fill_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_int_config_mime_edit.c:81:33: note: Function '_fill_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_int_config_mime_edit.c:113:33: style: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_int_config_mime_edit.c:5:55: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_int_config_mime_edit.c:113:33: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_int_config_mime_edit.c:188:35: style: Function '_basic_check' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_int_config_mime_edit.c:7:55: note: Function '_basic_check' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_int_config_mime_edit.c:188:35: note: Function '_basic_check' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_int_config_mime_edit.c:206:35: style: Function '_basic_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_int_config_mime_edit.c:8:55: note: Function '_basic_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_int_config_mime_edit.c:206:35: note: Function '_basic_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_int_config_mime_edit.c:371:39: style: Function '_cb_type' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_int_config_mime_edit.c:11:63: note: Function '_cb_type' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_int_config_mime_edit.c:371:39: note: Function '_cb_type' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_int_config_mime_edit.c:371:69: style: Function '_cb_type' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_int_config_mime_edit.c:11:74: note: Function '_cb_type' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_int_config_mime_edit.c:371:69: note: Function '_cb_type' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_int_config_mime_edit.c:390:43: style: Function '_cb_fsel_sel' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_int_config_mime_edit.c:12:63: note: Function '_cb_fsel_sel' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_int_config_mime_edit.c:390:43: note: Function '_cb_fsel_sel' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_mod_config.c:110:42: style: Function 'e_int_config_fileman' argument 1 names different: declaration 'parent' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_mod_main.h:113:52: note: Function 'e_int_config_fileman' argument 1 names different: declaration 'parent' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_mod_config.c:110:42: note: Function 'e_int_config_fileman' argument 1 names different: declaration 'parent' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_mod_config.c:185:36: style: Function '_basic_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_mod_config.c:101:56: note: Function '_basic_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_mod_config.c:185:36: note: Function '_basic_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_mod_config.c:233:44: style: Function '_basic_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_mod_config.c:103:64: note: Function '_basic_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_mod_config.c:233:44: note: Function '_basic_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_mod_config.c:300:37: style: Function '_basic_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_mod_config.c:105:57: note: Function '_basic_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_mod_config.c:300:37: note: Function '_basic_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_mod_config.c:11:12: style: struct member 'Anonymous12::selector' is never used. [unusedStructMember]
enlightenment-0.22.3/src/modules/fileman/e_mod_config.c:13:12: style: struct member 'Anonymous12::no_subdir_jump' is never used. [unusedStructMember]
enlightenment-0.22.3/src/modules/fileman/e_mod_config.c:14:12: style: struct member 'Anonymous12::no_subdir_drop' is never used. [unusedStructMember]
enlightenment-0.22.3/src/modules/fileman/e_mod_config.c:15:12: style: struct member 'Anonymous12::always_order' is never used. [unusedStructMember]
enlightenment-0.22.3/src/modules/fileman/e_mod_config.c:16:12: style: struct member 'Anonymous12::link_drop' is never used. [unusedStructMember]
enlightenment-0.22.3/src/modules/fileman/e_mod_config.c:17:12: style: struct member 'Anonymous12::fit_custom_pos' is never used. [unusedStructMember]
enlightenment-0.22.3/src/modules/fileman/e_mod_config.c:49:20: style: struct member 'Anonymous14::key_hint' is never used. [unusedStructMember]
enlightenment-0.22.3/src/modules/fileman/e_mod_config.c:70:12: style: struct member 'Anonymous20::single' is never used. [unusedStructMember]
enlightenment-0.22.3/src/modules/fileman/e_mod_config.c:77:20: style: struct member 'Anonymous21::background' is never used. [unusedStructMember]
enlightenment-0.22.3/src/modules/fileman/e_mod_config.c:78:20: style: struct member 'Anonymous21::frame' is never used. [unusedStructMember]
enlightenment-0.22.3/src/modules/fileman/e_mod_config.c:78:28: style: struct member 'Anonymous21::icons' is never used. [unusedStructMember]
enlightenment-0.22.3/src/modules/fileman/e_mod_config.c:79:20: style: struct member 'Anonymous21::fixed' is never used. [unusedStructMember]
enlightenment-0.22.3/src/modules/fileman/e_mod_dbus.c:75:80: style: Function '_e_fileman_dbus_daemon_open_directory_cb' argument 1 names different: declaration 'iface' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_mod_dbus.c:15:98: note: Function '_e_fileman_dbus_daemon_open_directory_cb' argument 1 names different: declaration 'iface' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_mod_dbus.c:75:80: note: Function '_e_fileman_dbus_daemon_open_directory_cb' argument 1 names different: declaration 'iface' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_mod_dbus.c:175:75: style: Function '_e_fileman_dbus_daemon_open_file_cb' argument 1 names different: declaration 'iface' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_mod_dbus.c:16:92: note: Function '_e_fileman_dbus_daemon_open_file_cb' argument 1 names different: declaration 'iface' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_mod_dbus.c:175:75: note: Function '_e_fileman_dbus_daemon_open_file_cb' argument 1 names different: declaration 'iface' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_mod_dbus.c:109:38: style: Variable 'to_free' is assigned a value that is never used. [unreadVariable]
enlightenment-0.22.3/src/modules/fileman/e_mod_main.c:165:4: style: Variable 'zone' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/modules/fileman/e_mod_main.c:163:0: note: Variable 'zone' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/fileman/e_mod_main.c:165:4: note: Variable 'zone' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/fileman/e_mod_main.c:160:42: style: Function '_e_mod_action_fileman_cb' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_mod_main.c:4:50: note: Function '_e_mod_action_fileman_cb' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_mod_main.c:160:42: note: Function '_e_mod_action_fileman_cb' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_mod_main.c:188:28: style: Function '_e_mod_menu_add' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_mod_main.c:7:42: note: Function '_e_mod_menu_add' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_mod_main.c:188:28: note: Function '_e_mod_menu_add' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_mod_main.c:320:17: style: Function '_e_mod_zone_add' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman/e_mod_main.c:10:40: note: Function '_e_mod_zone_add' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_mod_main.c:320:17: note: Function '_e_mod_zone_add' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman/e_mod_menu.c:284:11: warning: Either the condition 'mi?e_object_data_get(E_OBJECT(mi)):NULL' is redundant or there is possible null pointer dereference: mi. [nullPointerRedundantCheck]
enlightenment-0.22.3/src/modules/fileman/e_mod_menu.c:287:14: note: Assuming that condition 'mi?e_object_data_get(E_OBJECT(mi)):NULL' is not redundant
enlightenment-0.22.3/src/modules/fileman/e_mod_menu.c:284:11: note: Null pointer dereference
enlightenment-0.22.3/src/modules/fileman/e_mod_menu.c:330:14: style: Variable 'alias' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/modules/fileman/e_mod_menu.c:328:14: note: Variable 'alias' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/fileman/e_mod_menu.c:330:14: note: Variable 'alias' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/fileman/e_mod_menu.c:309:9: style: The scope of the variable 'line' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/fileman/e_mod_menu.c:312:17: style: The scope of the variable 'mi' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/fileman/e_mod_menu.c:313:16: style: The scope of the variable 'uri' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/fileman/e_mod_menu.c:314:10: style: The scope of the variable 'alias' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/fileman/e_mod_menu.c:412:26: style: The scope of the variable 'type' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/fileman_opinfo/e_mod_main.c:336:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/fileman_opinfo/e_mod_main.c:241:59: style: Function '_opinfo_op_registry_abort_cb' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman_opinfo/e_mod_main.c:51:76: note: Function '_opinfo_op_registry_abort_cb' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman_opinfo/e_mod_main.c:241:59: note: Function '_opinfo_op_registry_abort_cb' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman_opinfo/e_mod_main.c:241:93: style: Function '_opinfo_op_registry_abort_cb' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman_opinfo/e_mod_main.c:51:93: note: Function '_opinfo_op_registry_abort_cb' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman_opinfo/e_mod_main.c:241:93: note: Function '_opinfo_op_registry_abort_cb' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman_opinfo/e_mod_main.c:241:125: style: Function '_opinfo_op_registry_abort_cb' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman_opinfo/e_mod_main.c:51:115: note: Function '_opinfo_op_registry_abort_cb' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman_opinfo/e_mod_main.c:241:125: note: Function '_opinfo_op_registry_abort_cb' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman_opinfo/e_mod_main.c:252:65: style: Function '_opinfo_op_registry_window_jump_cb' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman_opinfo/e_mod_main.c:52:76: note: Function '_opinfo_op_registry_window_jump_cb' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman_opinfo/e_mod_main.c:252:65: note: Function '_opinfo_op_registry_window_jump_cb' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman_opinfo/e_mod_main.c:252:99: style: Function '_opinfo_op_registry_window_jump_cb' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman_opinfo/e_mod_main.c:52:93: note: Function '_opinfo_op_registry_window_jump_cb' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman_opinfo/e_mod_main.c:252:99: note: Function '_opinfo_op_registry_window_jump_cb' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman_opinfo/e_mod_main.c:252:131: style: Function '_opinfo_op_registry_window_jump_cb' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman_opinfo/e_mod_main.c:52:115: note: Function '_opinfo_op_registry_window_jump_cb' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman_opinfo/e_mod_main.c:252:131: note: Function '_opinfo_op_registry_window_jump_cb' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman_opinfo/e_mod_main.c:277:46: style: Function '_opinfo_op_registry_entry_add_cb' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman_opinfo/e_mod_main.c:45:73: note: Function '_opinfo_op_registry_entry_add_cb' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman_opinfo/e_mod_main.c:277:46: note: Function '_opinfo_op_registry_entry_add_cb' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman_opinfo/e_mod_main.c:306:46: style: Function '_opinfo_op_registry_entry_del_cb' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman_opinfo/e_mod_main.c:46:73: note: Function '_opinfo_op_registry_entry_del_cb' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman_opinfo/e_mod_main.c:306:46: note: Function '_opinfo_op_registry_entry_del_cb' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman_opinfo/e_mod_main.c:306:68: style: Function '_opinfo_op_registry_entry_del_cb' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman_opinfo/e_mod_main.c:46:85: note: Function '_opinfo_op_registry_entry_del_cb' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman_opinfo/e_mod_main.c:306:68: note: Function '_opinfo_op_registry_entry_del_cb' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman_opinfo/e_mod_main.c:422:57: style: Function '_gc_orient' argument 2 names different: declaration 'orient' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman_opinfo/e_mod_main.c:29:76: note: Function '_gc_orient' argument 2 names different: declaration 'orient' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman_opinfo/e_mod_main.c:422:57: note: Function '_gc_orient' argument 2 names different: declaration 'orient' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman_opinfo/e_mod_main.c:433:53: style: Function '_gc_label' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman_opinfo/e_mod_main.c:30:67: note: Function '_gc_label' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman_opinfo/e_mod_main.c:433:53: note: Function '_gc_label' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman_opinfo/e_mod_main.c:439:52: style: Function '_gc_icon' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman_opinfo/e_mod_main.c:31:67: note: Function '_gc_icon' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman_opinfo/e_mod_main.c:439:52: note: Function '_gc_icon' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman_opinfo/e_mod_main.c:453:54: style: Function '_gc_id_new' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/fileman_opinfo/e_mod_main.c:32:67: note: Function '_gc_id_new' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/fileman_opinfo/e_mod_main.c:453:54: note: Function '_gc_id_new' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_config.c:324:4: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/modules/gadman/e_mod_config.c:312:0: note: Variable 'p' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/gadman/e_mod_config.c:324:4: note: Variable 'p' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/gadman/e_mod_config.c:313:21: style: The scope of the variable 'ic' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/gadman/e_mod_config.c:314:9: style: The scope of the variable 'path' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/gadman/e_mod_config.c:60:43: style: Function '_config_gadman_module' argument 1 names different: declaration 'parent' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.h:87:53: note: Function '_config_gadman_module' argument 1 names different: declaration 'parent' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_config.c:60:43: note: Function '_config_gadman_module' argument 1 names different: declaration 'parent' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_config.c:115:33: style: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/gadman/e_mod_config.c:28:49: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_config.c:115:33: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_config.c:167:44: style: Function '_basic_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/gadman/e_mod_config.c:29:60: note: Function '_basic_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_config.c:167:44: note: Function '_basic_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_config.c:309:40: style: Function '_basic_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/gadman/e_mod_config.c:30:56: note: Function '_basic_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_config.c:309:40: note: Function '_basic_apply_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_config.c:356:46: style: Function '_cb_color_changed' argument 2 names different: declaration 'o' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/gadman/e_mod_config.c:33:64: note: Function '_cb_color_changed' argument 2 names different: declaration 'o' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_config.c:356:46: note: Function '_cb_color_changed' argument 2 names different: declaration 'o' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_config.c:365:50: style: Function '_cb_fm_radio_change' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/gadman/e_mod_config.c:32:66: note: Function '_cb_fm_radio_change' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_config.c:365:50: note: Function '_cb_fm_radio_change' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_config.c:380:44: style: Function '_cb_fm_change' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/gadman/e_mod_config.c:34:60: note: Function '_cb_fm_change' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_config.c:380:44: note: Function '_cb_fm_change' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_config.c:380:74: style: Function '_cb_fm_change' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/gadman/e_mod_config.c:34:71: note: Function '_cb_fm_change' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_config.c:380:74: note: Function '_cb_fm_change' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_config.c:413:48: style: Function '_cb_fm_sel_change' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/gadman/e_mod_config.c:35:64: note: Function '_cb_fm_sel_change' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_config.c:413:48: note: Function '_cb_fm_sel_change' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_config.c:413:78: style: Function '_cb_fm_sel_change' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/gadman/e_mod_config.c:35:75: note: Function '_cb_fm_sel_change' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_config.c:413:78: note: Function '_cb_fm_sel_change' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_config.c:422:40: style: Function '_cb_button_up' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/gadman/e_mod_config.c:36:54: note: Function '_cb_button_up' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_config.c:422:40: note: Function '_cb_button_up' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:359:4: style: Variable 'cf' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:350:0: note: Variable 'cf' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:359:4: note: Variable 'cf' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:217:15: style: The scope of the variable 'l' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:762:28: style: The scope of the variable 'cf' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:764:14: style: The scope of the variable 'dst_gadcon' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1050:12: style: The scope of the variable 'mn' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1620:26: style: The scope of the variable 'gcc' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1638:19: style: The scope of the variable 'll' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1642:21: style: The scope of the variable 'gcc' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:467:35: style: Function 'gadman_gadget_edit_end' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.h:82:47: note: Function 'gadman_gadget_edit_end' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:467:35: note: Function 'gadman_gadget_edit_end' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:467:65: style: Function 'gadman_gadget_edit_end' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.h:82:66: note: Function 'gadman_gadget_edit_end' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:467:65: note: Function 'gadman_gadget_edit_end' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:467:99: style: Function 'gadman_gadget_edit_end' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.h:82:83: note: Function 'gadman_gadget_edit_end' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:467:99: note: Function 'gadman_gadget_edit_end' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:467:131: style: Function 'gadman_gadget_edit_end' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.h:82:105: note: Function 'gadman_gadget_edit_end' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:467:131: note: Function 'gadman_gadget_edit_end' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1048:25: style: Function '_attach_menu' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:4:44: note: Function '_attach_menu' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1048:25: note: Function '_attach_menu' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1151:43: style: Function 'on_menu_style_plain' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:24:65: note: Function 'on_menu_style_plain' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1151:43: note: Function 'on_menu_style_plain' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1151:72: style: Function 'on_menu_style_plain' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:24:81: note: Function 'on_menu_style_plain' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1151:72: note: Function 'on_menu_style_plain' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1164:43: style: Function 'on_menu_style_inset' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:25:65: note: Function 'on_menu_style_inset' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1164:43: note: Function 'on_menu_style_inset' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1164:72: style: Function 'on_menu_style_inset' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:25:81: note: Function 'on_menu_style_inset' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1164:72: note: Function 'on_menu_style_inset' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1208:43: style: Function 'on_menu_style_float' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:26:65: note: Function 'on_menu_style_float' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1208:43: note: Function 'on_menu_style_float' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1208:72: style: Function 'on_menu_style_float' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:26:81: note: Function 'on_menu_style_float' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1208:72: note: Function 'on_menu_style_float' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1214:43: style: Function 'on_menu_style_horiz' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:27:65: note: Function 'on_menu_style_horiz' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1214:43: note: Function 'on_menu_style_horiz' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1214:72: style: Function 'on_menu_style_horiz' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:27:81: note: Function 'on_menu_style_horiz' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1214:72: note: Function 'on_menu_style_horiz' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1220:42: style: Function 'on_menu_style_vert' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:28:64: note: Function 'on_menu_style_vert' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1220:42: note: Function 'on_menu_style_vert' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1220:71: style: Function 'on_menu_style_vert' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:28:80: note: Function 'on_menu_style_vert' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1220:71: note: Function 'on_menu_style_vert' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1226:36: style: Function 'on_menu_edit' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:30:58: note: Function 'on_menu_edit' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1226:36: note: Function 'on_menu_edit' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1226:65: style: Function 'on_menu_edit' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:30:74: note: Function 'on_menu_edit' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1226:65: note: Function 'on_menu_edit' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1232:24: style: Function 'on_menu_add' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:31:43: note: Function 'on_menu_add' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1232:24: note: Function 'on_menu_add' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1232:47: style: Function 'on_menu_add' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:31:57: note: Function 'on_menu_add' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1232:47: note: Function 'on_menu_add' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1232:76: style: Function 'on_menu_add' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:31:73: note: Function 'on_menu_add' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1232:76: note: Function 'on_menu_add' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1240:38: style: Function 'on_menu_delete' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:29:60: note: Function 'on_menu_delete' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1240:38: note: Function 'on_menu_delete' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1240:67: style: Function 'on_menu_delete' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:29:76: note: Function 'on_menu_delete' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1240:67: note: Function 'on_menu_delete' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1249:36: style: Function 'on_frame_click' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:19:58: note: Function 'on_frame_click' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1249:36: note: Function 'on_frame_click' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1249:66: style: Function 'on_frame_click' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:19:74: note: Function 'on_frame_click' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1249:66: note: Function 'on_frame_click' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1277:35: style: Function 'on_top' argument 2 names different: declaration 'o' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:13:57: note: Function 'on_top' argument 2 names different: declaration 'o' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1277:35: note: Function 'on_top' argument 2 names different: declaration 'o' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1277:63: style: Function 'on_top' argument 3 names different: declaration 'em' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:13:72: note: Function 'on_top' argument 3 names different: declaration 'em' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1277:63: note: Function 'on_top' argument 3 names different: declaration 'em' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1277:92: style: Function 'on_top' argument 4 names different: declaration 'src' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:13:88: note: Function 'on_top' argument 4 names different: declaration 'src' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1277:92: note: Function 'on_top' argument 4 names different: declaration 'src' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1343:37: style: Function 'on_right' argument 2 names different: declaration 'o' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:14:59: note: Function 'on_right' argument 2 names different: declaration 'o' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1343:37: note: Function 'on_right' argument 2 names different: declaration 'o' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1343:65: style: Function 'on_right' argument 3 names different: declaration 'em' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:14:74: note: Function 'on_right' argument 3 names different: declaration 'em' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1343:65: note: Function 'on_right' argument 3 names different: declaration 'em' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1343:94: style: Function 'on_right' argument 4 names different: declaration 'src' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:14:90: note: Function 'on_right' argument 4 names different: declaration 'src' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1343:94: note: Function 'on_right' argument 4 names different: declaration 'src' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1397:36: style: Function 'on_down' argument 2 names different: declaration 'o' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:15:58: note: Function 'on_down' argument 2 names different: declaration 'o' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1397:36: note: Function 'on_down' argument 2 names different: declaration 'o' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1397:64: style: Function 'on_down' argument 3 names different: declaration 'em' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:15:73: note: Function 'on_down' argument 3 names different: declaration 'em' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1397:64: note: Function 'on_down' argument 3 names different: declaration 'em' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1397:93: style: Function 'on_down' argument 4 names different: declaration 'src' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:15:89: note: Function 'on_down' argument 4 names different: declaration 'src' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1397:93: note: Function 'on_down' argument 4 names different: declaration 'src' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1449:36: style: Function 'on_left' argument 2 names different: declaration 'o' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:16:58: note: Function 'on_left' argument 2 names different: declaration 'o' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1449:36: note: Function 'on_left' argument 2 names different: declaration 'o' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1449:64: style: Function 'on_left' argument 3 names different: declaration 'em' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:16:73: note: Function 'on_left' argument 3 names different: declaration 'em' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1449:64: note: Function 'on_left' argument 3 names different: declaration 'em' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1449:93: style: Function 'on_left' argument 4 names different: declaration 'src' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:16:89: note: Function 'on_left' argument 4 names different: declaration 'src' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1449:93: note: Function 'on_left' argument 4 names different: declaration 'src' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1512:36: style: Function 'on_move' argument 2 names different: declaration 'o' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:17:58: note: Function 'on_move' argument 2 names different: declaration 'o' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1512:36: note: Function 'on_move' argument 2 names different: declaration 'o' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1512:64: style: Function 'on_move' argument 3 names different: declaration 'em' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:17:73: note: Function 'on_move' argument 3 names different: declaration 'em' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1512:64: note: Function 'on_move' argument 3 names different: declaration 'em' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1512:93: style: Function 'on_move' argument 4 names different: declaration 'src' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:17:89: note: Function 'on_move' argument 4 names different: declaration 'src' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1512:93: note: Function 'on_move' argument 4 names different: declaration 'src' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1563:24: style: Function 'on_bg_click' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:20:43: note: Function 'on_bg_click' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1563:24: note: Function 'on_bg_click' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1563:52: style: Function 'on_bg_click' argument 2 names different: declaration 'o' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:20:62: note: Function 'on_bg_click' argument 2 names different: declaration 'o' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1563:52: note: Function 'on_bg_click' argument 2 names different: declaration 'o' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1563:80: style: Function 'on_bg_click' argument 3 names different: declaration 'em' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:20:77: note: Function 'on_bg_click' argument 3 names different: declaration 'em' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1563:80: note: Function 'on_bg_click' argument 3 names different: declaration 'em' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1563:109: style: Function 'on_bg_click' argument 4 names different: declaration 'src' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:20:93: note: Function 'on_bg_click' argument 4 names different: declaration 'src' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1563:109: note: Function 'on_bg_click' argument 4 names different: declaration 'src' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1575:28: style: Function '_e_gadman_client_add' argument 1 names different: declaration 'EINA_UNUSED' definition 'data'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:34:57: note: Function '_e_gadman_client_add' argument 1 names different: declaration 'EINA_UNUSED' definition 'data'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1575:28: note: Function '_e_gadman_client_add' argument 1 names different: declaration 'EINA_UNUSED' definition 'data'.
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1635:37: warning: Function '_e_gadman_cb_zone_change' argument order different: declaration 'EINA_UNUSED, EINA_UNUSED, event' definition 'EINA_UNUSED, type, event' [funcArgOrderDifferent]
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:39:61: note: Function '_e_gadman_cb_zone_change' argument order different: declaration 'EINA_UNUSED, EINA_UNUSED, event' definition 'EINA_UNUSED, type, event'
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.c:1635:37: note: Function '_e_gadman_cb_zone_change' argument order different: declaration 'EINA_UNUSED, EINA_UNUSED, event' definition 'EINA_UNUSED, type, event'
enlightenment-0.22.3/src/modules/gadman/e_mod_main.c:190:65: style: Function '_gadman_desktop_menu' argument 3 names different: declaration 'icon' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/gadman/e_mod_main.c:7:72: note: Function '_gadman_desktop_menu' argument 3 names different: declaration 'icon' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_main.c:190:65: note: Function '_gadman_desktop_menu' argument 3 names different: declaration 'icon' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_main.c:205:28: style: Function '_gadman_maug_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/gadman/e_mod_main.c:4:35: note: Function '_gadman_maug_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_main.c:205:28: note: Function '_gadman_maug_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_main.c:205:51: style: Function '_gadman_maug_cb' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/gadman/e_mod_main.c:4:49: note: Function '_gadman_maug_cb' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_main.c:205:51: note: Function '_gadman_maug_cb' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_main.c:205:80: style: Function '_gadman_maug_cb' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/gadman/e_mod_main.c:4:65: note: Function '_gadman_maug_cb' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_main.c:205:80: note: Function '_gadman_maug_cb' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_main.c:222:33: style: Function '_gadman_action_cb' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/gadman/e_mod_main.c:6:41: note: Function '_gadman_action_cb' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_main.c:222:33: note: Function '_gadman_action_cb' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_main.c:222:65: style: Function '_gadman_action_cb' argument 2 names different: declaration 'params' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/gadman/e_mod_main.c:6:58: note: Function '_gadman_action_cb' argument 2 names different: declaration 'params' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_main.c:222:65: note: Function '_gadman_action_cb' argument 2 names different: declaration 'params' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_main.c:228:35: style: Function 'gadman_gadget_add_handler' argument 1 names different: declaration 'd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.h:85:43: note: Function 'gadman_gadget_add_handler' argument 1 names different: declaration 'd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_main.c:228:35: note: Function 'gadman_gadget_add_handler' argument 1 names different: declaration 'd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_main.c:228:57: style: Function 'gadman_gadget_add_handler' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/gadman/e_mod_gadman.h:85:50: note: Function 'gadman_gadget_add_handler' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/gadman/e_mod_main.c:228:57: note: Function 'gadman_gadget_add_handler' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/geolocation/e_mod_main.c:513:57: style: Function '_gc_orient' argument 2 names different: declaration 'orient' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/geolocation/e_mod_main.c:12:62: note: Function '_gc_orient' argument 2 names different: declaration 'orient' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/geolocation/e_mod_main.c:513:57: note: Function '_gc_orient' argument 2 names different: declaration 'orient' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/geolocation/e_mod_main.c:530:53: style: Function '_gc_label' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/geolocation/e_mod_main.c:13:59: note: Function '_gc_label' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/geolocation/e_mod_main.c:530:53: note: Function '_gc_label' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/geolocation/e_mod_main.c:536:52: style: Function '_gc_icon' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/geolocation/e_mod_main.c:14:59: note: Function '_gc_icon' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/geolocation/e_mod_main.c:536:52: note: Function '_gc_icon' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_config.c:232:10: style: The scope of the variable 'f' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/ibar/e_mod_config.c:90:33: style: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibar/e_mod_config.c:22:49: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_config.c:90:33: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_config.c:99:44: style: Function '_basic_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibar/e_mod_config.c:23:60: note: Function '_basic_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_config.c:99:44: note: Function '_basic_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_config.c:184:33: style: Function '_cb_add' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibar/e_mod_config.c:25:47: note: Function '_cb_add' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_config.c:184:33: note: Function '_cb_add' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_config.c:195:33: style: Function '_cb_del' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibar/e_mod_config.c:26:47: note: Function '_cb_del' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_config.c:195:33: note: Function '_cb_del' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_config.c:216:36: style: Function '_cb_config' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibar/e_mod_config.c:27:50: note: Function '_cb_config' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_config.c:216:36: note: Function '_cb_config' argument 2 names different: declaration 'data2' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_config.c:324:52: style: Function '_show_label_cb_change' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibar/e_mod_config.c:32:68: note: Function '_show_label_cb_change' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_config.c:324:52: note: Function '_show_label_cb_change' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:1310:14: style: The scope of the variable 'ec2' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:1592:20: style: The scope of the variable 'it' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:1595:32: style: The scope of the variable 'action' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:368:53: style: Function '_gc_label' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:8:64: note: Function '_gc_label' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:368:53: note: Function '_gc_label' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:374:52: style: Function '_gc_icon' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:9:63: note: Function '_gc_icon' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:374:52: note: Function '_gc_icon' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:387:54: style: Function '_gc_id_new' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:10:65: note: Function '_gc_id_new' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:387:54: note: Function '_gc_id_new' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:396:54: style: Function '_gc_id_del' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:11:65: note: Function '_gc_id_del' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:396:54: note: Function '_gc_id_del' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:396:82: style: Function '_gc_id_del' argument 2 names different: declaration 'id' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:11:91: note: Function '_gc_id_del' argument 2 names different: declaration 'id' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:396:82: note: Function '_gc_id_del' argument 2 names different: declaration 'id' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:463:47: style: Function '_ibar_cb_empty_mouse_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:98:65: note: Function '_ibar_cb_empty_mouse_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:463:47: note: Function '_ibar_cb_empty_mouse_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:463:77: style: Function '_ibar_cb_empty_mouse_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:98:81: note: Function '_ibar_cb_empty_mouse_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:463:77: note: Function '_ibar_cb_empty_mouse_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:992:45: style: Function '_ibar_cb_app_change' argument 2 names different: declaration 'eo' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:115:62: note: Function '_ibar_cb_app_change' argument 2 names different: declaration 'eo' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:992:45: note: Function '_ibar_cb_app_change' argument 2 names different: declaration 'eo' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:1018:45: style: Function '_ibar_cb_obj_moveresize' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:116:63: note: Function '_ibar_cb_obj_moveresize' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:1018:45: note: Function '_ibar_cb_obj_moveresize' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:1018:75: style: Function '_ibar_cb_obj_moveresize' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:116:79: note: Function '_ibar_cb_obj_moveresize' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:1018:75: note: Function '_ibar_cb_obj_moveresize' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:1018:105: style: Function '_ibar_cb_obj_moveresize' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:116:90: note: Function '_ibar_cb_obj_moveresize' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:1018:105: note: Function '_ibar_cb_obj_moveresize' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:1027:54: style: Function '_ibar_cb_menu_icon_action_exec' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:117:72: note: Function '_ibar_cb_menu_icon_action_exec' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:1027:54: note: Function '_ibar_cb_menu_icon_action_exec' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:1027:83: style: Function '_ibar_cb_menu_icon_action_exec' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:117:88: note: Function '_ibar_cb_menu_icon_action_exec' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:1027:83: note: Function '_ibar_cb_menu_icon_action_exec' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:1034:35: style: Function '_ibar_cb_menu_icon_new' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:118:50: note: Function '_ibar_cb_menu_icon_new' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:1034:35: note: Function '_ibar_cb_menu_icon_new' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:1034:58: style: Function '_ibar_cb_menu_icon_new' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:118:64: note: Function '_ibar_cb_menu_icon_new' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:1034:58: note: Function '_ibar_cb_menu_icon_new' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:1034:87: style: Function '_ibar_cb_menu_icon_new' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:118:80: note: Function '_ibar_cb_menu_icon_new' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:1034:87: note: Function '_ibar_cb_menu_icon_new' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:1041:46: style: Function '_ibar_cb_menu_icon_add' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:119:64: note: Function '_ibar_cb_menu_icon_add' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:1041:46: note: Function '_ibar_cb_menu_icon_add' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:1041:75: style: Function '_ibar_cb_menu_icon_add' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:119:80: note: Function '_ibar_cb_menu_icon_add' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:1041:75: note: Function '_ibar_cb_menu_icon_add' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:1053:53: style: Function '_ibar_cb_menu_icon_properties' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:120:71: note: Function '_ibar_cb_menu_icon_properties' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:1053:53: note: Function '_ibar_cb_menu_icon_properties' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:1053:82: style: Function '_ibar_cb_menu_icon_properties' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:120:87: note: Function '_ibar_cb_menu_icon_properties' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:1053:82: note: Function '_ibar_cb_menu_icon_properties' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:1071:49: style: Function '_ibar_cb_menu_icon_remove' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:121:67: note: Function '_ibar_cb_menu_icon_remove' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:1071:49: note: Function '_ibar_cb_menu_icon_remove' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:1071:78: style: Function '_ibar_cb_menu_icon_remove' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:121:83: note: Function '_ibar_cb_menu_icon_remove' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:1071:78: note: Function '_ibar_cb_menu_icon_remove' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:1083:51: style: Function '_ibar_cb_menu_configuration' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:122:69: note: Function '_ibar_cb_menu_configuration' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:1083:51: note: Function '_ibar_cb_menu_configuration' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:1083:80: style: Function '_ibar_cb_menu_configuration' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:122:85: note: Function '_ibar_cb_menu_configuration' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:1083:80: note: Function '_ibar_cb_menu_configuration' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:1504:44: style: Function '_ibar_cb_icon_mouse_in' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:123:62: note: Function '_ibar_cb_icon_mouse_in' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:1504:44: note: Function '_ibar_cb_icon_mouse_in' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:1504:74: style: Function '_ibar_cb_icon_mouse_in' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:123:78: note: Function '_ibar_cb_icon_mouse_in' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:1504:74: note: Function '_ibar_cb_icon_mouse_in' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:1504:104: style: Function '_ibar_cb_icon_mouse_in' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:123:89: note: Function '_ibar_cb_icon_mouse_in' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:1504:104: note: Function '_ibar_cb_icon_mouse_in' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:1535:45: style: Function '_ibar_cb_icon_mouse_out' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:124:63: note: Function '_ibar_cb_icon_mouse_out' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:1535:45: note: Function '_ibar_cb_icon_mouse_out' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:1535:75: style: Function '_ibar_cb_icon_mouse_out' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:124:79: note: Function '_ibar_cb_icon_mouse_out' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:1535:75: note: Function '_ibar_cb_icon_mouse_out' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:1535:105: style: Function '_ibar_cb_icon_mouse_out' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:124:90: note: Function '_ibar_cb_icon_mouse_out' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:1535:105: note: Function '_ibar_cb_icon_mouse_out' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:1566:46: style: Function '_ibar_cb_icon_mouse_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:125:64: note: Function '_ibar_cb_icon_mouse_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:1566:46: note: Function '_ibar_cb_icon_mouse_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:1566:76: style: Function '_ibar_cb_icon_mouse_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:125:80: note: Function '_ibar_cb_icon_mouse_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:1566:76: note: Function '_ibar_cb_icon_mouse_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:1704:41: style: Function '_ibar_cb_icon_wheel' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:130:59: note: Function '_ibar_cb_icon_wheel' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:1704:41: note: Function '_ibar_cb_icon_wheel' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:1704:71: style: Function '_ibar_cb_icon_wheel' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:130:75: note: Function '_ibar_cb_icon_wheel' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:1704:71: note: Function '_ibar_cb_icon_wheel' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:1853:44: style: Function '_ibar_cb_icon_mouse_up' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:126:62: note: Function '_ibar_cb_icon_mouse_up' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:1853:44: note: Function '_ibar_cb_icon_mouse_up' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:1853:74: style: Function '_ibar_cb_icon_mouse_up' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:126:78: note: Function '_ibar_cb_icon_mouse_up' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:1853:74: note: Function '_ibar_cb_icon_mouse_up' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:1872:46: style: Function '_ibar_cb_icon_mouse_move' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:127:64: note: Function '_ibar_cb_icon_mouse_move' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:1872:46: note: Function '_ibar_cb_icon_mouse_move' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:1872:76: style: Function '_ibar_cb_icon_mouse_move' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:127:80: note: Function '_ibar_cb_icon_mouse_move' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:1872:76: note: Function '_ibar_cb_icon_mouse_move' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:1920:76: style: Function '_ibar_cb_icon_move' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:128:85: note: Function '_ibar_cb_icon_move' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:1920:76: note: Function '_ibar_cb_icon_move' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:1952:42: style: Function '_ibar_cb_icon_resize' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:129:60: note: Function '_ibar_cb_icon_resize' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:1952:42: note: Function '_ibar_cb_icon_resize' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:1952:72: style: Function '_ibar_cb_icon_resize' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:129:76: note: Function '_ibar_cb_icon_resize' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:1952:72: note: Function '_ibar_cb_icon_resize' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:1952:102: style: Function '_ibar_cb_icon_resize' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:129:87: note: Function '_ibar_cb_icon_resize' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:1952:102: note: Function '_ibar_cb_icon_resize' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:1985:32: style: Function '_ibar_cb_drag_finished' argument 1 names different: declaration 'data' definition 'drag'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:135:52: note: Function '_ibar_cb_drag_finished' argument 1 names different: declaration 'data' definition 'drag'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:1985:32: note: Function '_ibar_cb_drag_finished' argument 1 names different: declaration 'data' definition 'drag'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:2059:50: style: Function '_ibar_inst_cb_enter' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:131:65: note: Function '_ibar_inst_cb_enter' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:2059:50: note: Function '_ibar_inst_cb_enter' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:2091:49: style: Function '_ibar_inst_cb_move' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:132:64: note: Function '_ibar_inst_cb_move' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:2091:49: note: Function '_ibar_inst_cb_move' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:2105:50: style: Function '_ibar_inst_cb_leave' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:133:65: note: Function '_ibar_inst_cb_leave' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:2105:50: note: Function '_ibar_inst_cb_leave' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:2105:80: style: Function '_ibar_inst_cb_leave' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:133:77: note: Function '_ibar_inst_cb_leave' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:2105:80: note: Function '_ibar_inst_cb_leave' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:2892:31: style: Function 'e_modapi_shutdown' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibar/e_mod_main.h:33:42: note: Function 'e_modapi_shutdown' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:2892:31: note: Function 'e_modapi_shutdown' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:2927:27: style: Function 'e_modapi_save' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibar/e_mod_main.h:34:42: note: Function 'e_modapi_save' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:2927:27: note: Function 'e_modapi_save' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:2934:23: style: Function '_ibar_cb_config_icons' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:138:49: note: Function '_ibar_cb_config_icons' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:2934:23: note: Function '_ibar_cb_config_icons' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:2934:47: style: Function '_ibar_cb_config_icons' argument 2 names different: declaration 'ev_type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:138:59: note: Function '_ibar_cb_config_icons' argument 2 names different: declaration 'ev_type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:2934:47: note: Function '_ibar_cb_config_icons' argument 2 names different: declaration 'ev_type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:2934:72: style: Function '_ibar_cb_config_icons' argument 3 names different: declaration 'ev' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:138:74: note: Function '_ibar_cb_config_icons' argument 3 names different: declaration 'ev' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibar/e_mod_main.c:2934:72: note: Function '_ibar_cb_config_icons' argument 3 names different: declaration 'ev' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_config.c:99:4: style: Variable 'show_check' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/modules/ibox/e_mod_config.c:90:0: note: Variable 'show_check' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/ibox/e_mod_config.c:99:4: note: Variable 'show_check' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/ibox/e_mod_config.c:86:44: style: Function '_basic_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibox/e_mod_config.c:23:60: note: Function '_basic_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_config.c:86:44: note: Function '_basic_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_config.c:190:53: style: Function '_cb_zone_policy_change' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibox/e_mod_config.c:26:61: note: Function '_cb_zone_policy_change' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_config.c:190:53: note: Function '_cb_zone_policy_change' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:135:15: style: The scope of the variable 'ic' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:137:15: style: The scope of the variable 'l' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:1058:15: style: The scope of the variable 'ic' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:1121:15: style: The scope of the variable 'ic' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:1155:15: style: The scope of the variable 'ic' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:271:53: style: Function '_gc_label' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:8:64: note: Function '_gc_label' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:271:53: note: Function '_gc_label' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:277:52: style: Function '_gc_icon' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:9:63: note: Function '_gc_icon' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:277:52: note: Function '_gc_icon' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:300:54: style: Function '_gc_id_del' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:11:65: note: Function '_gc_id_del' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:300:54: note: Function '_gc_id_del' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:300:82: style: Function '_gc_id_del' argument 2 names different: declaration 'id' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:11:91: note: Function '_gc_id_del' argument 2 names different: declaration 'id' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:300:82: note: Function '_gc_id_del' argument 2 names different: declaration 'id' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:342:47: style: Function '_ibox_cb_empty_mouse_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:75:65: note: Function '_ibox_cb_empty_mouse_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:342:47: note: Function '_ibox_cb_empty_mouse_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:342:77: style: Function '_ibox_cb_empty_mouse_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:75:81: note: Function '_ibox_cb_empty_mouse_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:342:77: note: Function '_ibox_cb_empty_mouse_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:663:45: style: Function '_ibox_cb_obj_moveresize' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:91:63: note: Function '_ibox_cb_obj_moveresize' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:663:45: note: Function '_ibox_cb_obj_moveresize' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:663:75: style: Function '_ibox_cb_obj_moveresize' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:91:79: note: Function '_ibox_cb_obj_moveresize' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:663:75: note: Function '_ibox_cb_obj_moveresize' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:663:105: style: Function '_ibox_cb_obj_moveresize' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:91:90: note: Function '_ibox_cb_obj_moveresize' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:663:105: note: Function '_ibox_cb_obj_moveresize' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:673:44: style: Function '_ibox_cb_icon_mouse_in' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:93:62: note: Function '_ibox_cb_icon_mouse_in' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:673:44: note: Function '_ibox_cb_icon_mouse_in' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:673:74: style: Function '_ibox_cb_icon_mouse_in' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:93:78: note: Function '_ibox_cb_icon_mouse_in' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:673:74: note: Function '_ibox_cb_icon_mouse_in' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:673:104: style: Function '_ibox_cb_icon_mouse_in' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:93:89: note: Function '_ibox_cb_icon_mouse_in' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:673:104: note: Function '_ibox_cb_icon_mouse_in' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:687:45: style: Function '_ibox_cb_icon_mouse_out' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:94:63: note: Function '_ibox_cb_icon_mouse_out' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:687:45: note: Function '_ibox_cb_icon_mouse_out' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:687:75: style: Function '_ibox_cb_icon_mouse_out' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:94:79: note: Function '_ibox_cb_icon_mouse_out' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:687:75: note: Function '_ibox_cb_icon_mouse_out' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:687:105: style: Function '_ibox_cb_icon_mouse_out' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:94:90: note: Function '_ibox_cb_icon_mouse_out' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:687:105: note: Function '_ibox_cb_icon_mouse_out' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:698:46: style: Function '_ibox_cb_icon_mouse_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:95:64: note: Function '_ibox_cb_icon_mouse_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:698:46: note: Function '_ibox_cb_icon_mouse_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:698:76: style: Function '_ibox_cb_icon_mouse_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:95:80: note: Function '_ibox_cb_icon_mouse_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:698:76: note: Function '_ibox_cb_icon_mouse_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:738:44: style: Function '_ibox_cb_icon_mouse_up' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:96:62: note: Function '_ibox_cb_icon_mouse_up' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:738:44: note: Function '_ibox_cb_icon_mouse_up' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:738:74: style: Function '_ibox_cb_icon_mouse_up' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:96:78: note: Function '_ibox_cb_icon_mouse_up' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:738:74: note: Function '_ibox_cb_icon_mouse_up' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:753:46: style: Function '_ibox_cb_icon_mouse_move' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:97:64: note: Function '_ibox_cb_icon_mouse_move' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:753:46: note: Function '_ibox_cb_icon_mouse_move' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:753:76: style: Function '_ibox_cb_icon_mouse_move' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:97:80: note: Function '_ibox_cb_icon_mouse_move' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:753:76: note: Function '_ibox_cb_icon_mouse_move' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:797:40: style: Function '_ibox_cb_icon_move' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:98:58: note: Function '_ibox_cb_icon_move' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:797:40: note: Function '_ibox_cb_icon_move' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:797:70: style: Function '_ibox_cb_icon_move' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:98:74: note: Function '_ibox_cb_icon_move' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:797:70: note: Function '_ibox_cb_icon_move' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:797:100: style: Function '_ibox_cb_icon_move' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:98:85: note: Function '_ibox_cb_icon_move' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:797:100: note: Function '_ibox_cb_icon_move' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:809:42: style: Function '_ibox_cb_icon_resize' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:99:60: note: Function '_ibox_cb_icon_resize' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:809:42: note: Function '_ibox_cb_icon_resize' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:809:72: style: Function '_ibox_cb_icon_resize' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:99:76: note: Function '_ibox_cb_icon_resize' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:809:72: note: Function '_ibox_cb_icon_resize' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:809:102: style: Function '_ibox_cb_icon_resize' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:99:87: note: Function '_ibox_cb_icon_resize' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:809:102: note: Function '_ibox_cb_icon_resize' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:902:50: style: Function '_ibox_inst_cb_enter' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:101:65: note: Function '_ibox_inst_cb_enter' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:902:50: note: Function '_ibox_inst_cb_enter' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:931:49: style: Function '_ibox_inst_cb_move' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:102:64: note: Function '_ibox_inst_cb_move' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:931:49: note: Function '_ibox_inst_cb_move' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:943:50: style: Function '_ibox_inst_cb_leave' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:103:65: note: Function '_ibox_inst_cb_leave' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:943:50: note: Function '_ibox_inst_cb_leave' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:943:80: style: Function '_ibox_inst_cb_leave' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:103:77: note: Function '_ibox_inst_cb_leave' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:943:80: note: Function '_ibox_inst_cb_leave' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:1024:38: style: Function '_ibox_cb_event_client_add' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:107:53: note: Function '_ibox_cb_event_client_add' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:1024:38: note: Function '_ibox_cb_event_client_add' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:1024:60: style: Function '_ibox_cb_event_client_add' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:107:63: note: Function '_ibox_cb_event_client_add' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:1024:60: note: Function '_ibox_cb_event_client_add' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:1054:41: style: Function '_ibox_cb_event_client_remove' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:108:56: note: Function '_ibox_cb_event_client_remove' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:1054:41: note: Function '_ibox_cb_event_client_remove' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:1054:63: style: Function '_ibox_cb_event_client_remove' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:108:66: note: Function '_ibox_cb_event_client_remove' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:1054:63: note: Function '_ibox_cb_event_client_remove' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:1079:42: style: Function '_ibox_cb_event_client_iconify' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:109:57: note: Function '_ibox_cb_event_client_iconify' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:1079:42: note: Function '_ibox_cb_event_client_iconify' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:1079:64: style: Function '_ibox_cb_event_client_iconify' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:109:67: note: Function '_ibox_cb_event_client_iconify' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:1079:64: note: Function '_ibox_cb_event_client_iconify' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:1117:44: style: Function '_ibox_cb_event_client_uniconify' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:110:59: note: Function '_ibox_cb_event_client_uniconify' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:1117:44: note: Function '_ibox_cb_event_client_uniconify' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:1117:66: style: Function '_ibox_cb_event_client_uniconify' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:110:69: note: Function '_ibox_cb_event_client_uniconify' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:1117:66: note: Function '_ibox_cb_event_client_uniconify' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:1187:43: style: Function '_ibox_cb_event_client_zone_set' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:111:58: note: Function '_ibox_cb_event_client_zone_set' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:1187:43: note: Function '_ibox_cb_event_client_zone_set' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:1187:65: style: Function '_ibox_cb_event_client_zone_set' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:111:68: note: Function '_ibox_cb_event_client_zone_set' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:1187:65: note: Function '_ibox_cb_event_client_zone_set' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:1200:37: style: Function '_ibox_cb_event_desk_show' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:112:52: note: Function '_ibox_cb_event_desk_show' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:1200:37: note: Function '_ibox_cb_event_desk_show' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:1200:59: style: Function '_ibox_cb_event_desk_show' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:112:62: note: Function '_ibox_cb_event_desk_show' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:1200:59: note: Function '_ibox_cb_event_desk_show' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:1258:51: style: Function '_ibox_cb_menu_configuration' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:92:69: note: Function '_ibox_cb_menu_configuration' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:1258:51: note: Function '_ibox_cb_menu_configuration' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:1258:80: style: Function '_ibox_cb_menu_configuration' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:92:85: note: Function '_ibox_cb_menu_configuration' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:1258:80: note: Function '_ibox_cb_menu_configuration' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:1356:31: style: Function 'e_modapi_shutdown' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibox/e_mod_main.h:31:42: note: Function 'e_modapi_shutdown' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:1356:31: note: Function 'e_modapi_shutdown' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:1382:27: style: Function 'e_modapi_save' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/ibox/e_mod_main.h:32:42: note: Function 'e_modapi_save' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:1382:27: note: Function 'e_modapi_save' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:69:21: style: struct member 'Anonymous0::dx' is never used. [unusedStructMember]
enlightenment-0.22.3/src/modules/ibox/e_mod_main.c:69:25: style: struct member 'Anonymous0::dy' is never used. [unusedStructMember]
enlightenment-0.22.3/src/modules/lokker/lokker.c:132:18: style: The scope of the variable 'pos' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/luncher/bar.c:168:9: style: The scope of the variable 'ori' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/luncher/bar.c:209:9: style: The scope of the variable 'ori' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/luncher/bar.c:350:8: style: The scope of the variable 'len' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/luncher/bar.c:551:43: style: The scope of the variable 'sep' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/luncher/bar.c:553:32: style: The scope of the variable 'action' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/luncher/bar.c:969:8: style: The scope of the variable 'len' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/luncher/bar.c:1082:21: style: The scope of the variable 'l' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/luncher/bar.c:1596:15: style: The scope of the variable 'l' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/luncher/bar.c:1597:10: style: The scope of the variable 'ic' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/luncher/bar.c:1695:25: style: The scope of the variable 'handler' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/luncher/bar.c:1872:16: style: The scope of the variable 'drop' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/luncher/bar.c:1933:15: style: The scope of the variable 'l' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/luncher/bar.c:1981:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/luncher/bar.c:2004:16: style: The scope of the variable 'drop' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/luncher/bar.c:939:40: style: Function '_bar_exec_new_show' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/luncher/bar.c:6:50: note: Function '_bar_exec_new_show' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/luncher/bar.c:939:40: note: Function '_bar_exec_new_show' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/luncher/bar.c:939:88: style: Function '_bar_exec_new_show' argument 4 names different: declaration 'event_data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/luncher/bar.c:6:77: note: Function '_bar_exec_new_show' argument 4 names different: declaration 'event_data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/luncher/bar.c:939:88: note: Function '_bar_exec_new_show' argument 4 names different: declaration 'event_data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/luncher/bar.c:2035:70: style: Function 'bar_create' argument 3 names different: declaration 'orient' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/luncher/luncher.h:102:84: note: Function 'bar_create' argument 3 names different: declaration 'orient' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/luncher/bar.c:2035:70: note: Function 'bar_create' argument 3 names different: declaration 'orient' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/luncher/config.c:62:4: style: Variable 'inst->cfg->dir' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/modules/luncher/config.c:61:4: note: Variable 'inst->cfg->dir' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/luncher/config.c:62:4: note: Variable 'inst->cfg->dir' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/luncher/config.c:113:10: style: The scope of the variable 'f' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/luncher/config.c:220:8: style: The scope of the variable 'len' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/luncher/grid.c:384:10: style: The scope of the variable 'ic' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/luncher/grid.c:404:15: style: The scope of the variable 'l' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/luncher/grid.c:405:10: style: The scope of the variable 'ic' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/luncher/grid.c:634:15: style: The scope of the variable 'l' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/luncher/grid.c:680:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/luncher/mod.c:95:31: style: Function 'e_modapi_shutdown' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/luncher/luncher.h:9:42: note: Function 'e_modapi_shutdown' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/luncher/mod.c:95:31: note: Function 'e_modapi_shutdown' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/luncher/mod.c:102:27: style: Function 'e_modapi_save' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/luncher/luncher.h:10:42: note: Function 'e_modapi_save' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/luncher/mod.c:102:27: note: Function 'e_modapi_save' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/mixer/e_mod_config.c:130:21: style: The scope of the variable 'backends' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/mixer/e_mod_config.c:130:32: style: The scope of the variable 'l' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/mixer/e_mod_config.c:131:16: style: The scope of the variable 's' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/mixer/e_mod_config.c:476:56: style: Function 'emix_config_popup_new' argument 2 names different: declaration 'p' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/mixer/e_mod_config.h:23:70: note: Function 'emix_config_popup_new' argument 2 names different: declaration 'p' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/mixer/e_mod_config.c:476:56: note: Function 'emix_config_popup_new' argument 2 names different: declaration 'p' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/mixer/e_mod_main.c:926:15: style: The scope of the variable 'clients' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/mixer/e_mod_main.c:709:57: style: Function '_gc_orient' argument 2 names different: declaration 'orient' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/mixer/e_mod_main.c:35:52: note: Function '_gc_orient' argument 2 names different: declaration 'orient' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/mixer/e_mod_main.c:709:57: note: Function '_gc_orient' argument 2 names different: declaration 'orient' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/mixer/e_mod_main.c:716:53: style: Function '_gc_label' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/mixer/e_mod_main.c:36:64: note: Function '_gc_label' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/mixer/e_mod_main.c:716:53: note: Function '_gc_label' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/mixer/e_mod_main.c:722:52: style: Function '_gc_icon' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/mixer/e_mod_main.c:37:63: note: Function '_gc_icon' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/mixer/e_mod_main.c:722:52: note: Function '_gc_icon' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/mixer/e_mod_main.c:736:54: style: Function '_gc_id_new' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/mixer/e_mod_main.c:39:65: note: Function '_gc_id_new' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/mixer/e_mod_main.c:736:54: note: Function '_gc_id_new' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/mixer/e_mod_main.c:163:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
enlightenment-0.22.3/src/modules/mixer/gadget/mixer.c:868:15: style: The scope of the variable 'clients' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/mixer/gadget/mixer.c:1294:15: style: The scope of the variable 'l' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/mixer/gadget/mixer.c:1295:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/mixer/gadget/mixer.c:661:47: style: Function 'mixer_gadget_create' argument 2 names different: declaration 'EINA_UNUSED' definition 'id'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/mixer/gadget/mixer.h:28:71: note: Function 'mixer_gadget_create' argument 2 names different: declaration 'EINA_UNUSED' definition 'id'.
enlightenment-0.22.3/src/modules/mixer/gadget/mixer.c:661:47: note: Function 'mixer_gadget_create' argument 2 names different: declaration 'EINA_UNUSED' definition 'id'.
enlightenment-0.22.3/src/modules/mixer/gadget/mixer.c:661:72: style: Function 'mixer_gadget_create' argument 3 names different: declaration 'EINA_UNUSED' definition 'orient'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/mixer/gadget/mixer.h:28:112: note: Function 'mixer_gadget_create' argument 3 names different: declaration 'EINA_UNUSED' definition 'orient'.
enlightenment-0.22.3/src/modules/mixer/gadget/mixer.c:661:72: note: Function 'mixer_gadget_create' argument 3 names different: declaration 'EINA_UNUSED' definition 'orient'.
enlightenment-0.22.3/src/modules/mixer/gadget/mixer.c:123:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
enlightenment-0.22.3/src/modules/mixer/gadget/mixer.c:637:20: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
enlightenment-0.22.3/src/modules/mixer/gadget/mod.c:16:38: style: Function 'e_modapi_gadget_shutdown' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/mixer/gadget/mixer.h:10:50: note: Function 'e_modapi_gadget_shutdown' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/mixer/gadget/mod.c:16:38: note: Function 'e_modapi_gadget_shutdown' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/mixer/gadget/mod.c:28:34: style: Function 'e_modapi_gadget_save' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/mixer/gadget/mixer.h:11:46: note: Function 'e_modapi_gadget_save' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/mixer/gadget/mod.c:28:34: note: Function 'e_modapi_gadget_save' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/mixer/lib/backends/alsa/alsa.c:396:22: warning: Either the condition 'ctx&&source' is redundant or there is possible null pointer dereference: s. [nullPointerRedundantCheck]
enlightenment-0.22.3/src/modules/mixer/lib/backends/alsa/alsa.c:394:37: note: Assuming that condition 'ctx&&source' is not redundant
enlightenment-0.22.3/src/modules/mixer/lib/backends/alsa/alsa.c:390:26: note: Assignment 's=(struct _Alsa_Emix_Source*)source', assigned value is 0
enlightenment-0.22.3/src/modules/mixer/lib/backends/alsa/alsa.c:396:22: note: Null pointer dereference
enlightenment-0.22.3/src/modules/mixer/lib/backends/alsa/alsa.c:419:43: warning: Either the condition 'ctx&&source' is redundant or there is possible null pointer dereference: s. [nullPointerRedundantCheck]
enlightenment-0.22.3/src/modules/mixer/lib/backends/alsa/alsa.c:417:37: note: Assuming that condition 'ctx&&source' is not redundant
enlightenment-0.22.3/src/modules/mixer/lib/backends/alsa/alsa.c:413:26: note: Assignment 's=(struct _Alsa_Emix_Source*)source', assigned value is 0
enlightenment-0.22.3/src/modules/mixer/lib/backends/alsa/alsa.c:419:43: note: Null pointer dereference
enlightenment-0.22.3/src/modules/mixer/lib/backends/alsa/alsa.c:467:22: warning: Either the condition 'ctx&&sink' is redundant or there is possible null pointer dereference: as. [nullPointerRedundantCheck]
enlightenment-0.22.3/src/modules/mixer/lib/backends/alsa/alsa.c:465:37: note: Assuming that condition 'ctx&&sink' is not redundant
enlightenment-0.22.3/src/modules/mixer/lib/backends/alsa/alsa.c:461:25: note: Assignment 'as=(struct _Alsa_Emix_Sink*)sink', assigned value is 0
enlightenment-0.22.3/src/modules/mixer/lib/backends/alsa/alsa.c:467:22: note: Null pointer dereference
enlightenment-0.22.3/src/modules/mixer/lib/backends/alsa/alsa.c:491:43: warning: Either the condition 'ctx&&sink' is redundant or there is possible null pointer dereference: s. [nullPointerRedundantCheck]
enlightenment-0.22.3/src/modules/mixer/lib/backends/alsa/alsa.c:489:37: note: Assuming that condition 'ctx&&sink' is not redundant
enlightenment-0.22.3/src/modules/mixer/lib/backends/alsa/alsa.c:485:24: note: Assignment 's=(struct _Alsa_Emix_Sink*)sink', assigned value is 0
enlightenment-0.22.3/src/modules/mixer/lib/backends/alsa/alsa.c:491:43: note: Null pointer dereference
enlightenment-0.22.3/src/modules/mixer/lib/backends/alsa/alsa.c:415:22: style: The scope of the variable 'elem' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/mixer/lib/backends/alsa/alsa.c:487:22: style: The scope of the variable 'elem' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/mixer/lib/backends/pulseaudio/pulse.c:934:52: warning: Either the condition 'source!=NULL' is redundant or there is possible null pointer dereference: s. [nullPointerRedundantCheck]
enlightenment-0.22.3/src/modules/mixer/lib/backends/pulseaudio/pulse.c:931:62: note: Assuming that condition 'source!=NULL' is not redundant
enlightenment-0.22.3/src/modules/mixer/lib/backends/pulseaudio/pulse.c:930:16: note: Assignment 's=(struct _Source*)source', assigned value is 0
enlightenment-0.22.3/src/modules/mixer/lib/backends/pulseaudio/pulse.c:934:52: note: Null pointer dereference
enlightenment-0.22.3/src/modules/mixer/lib/backends/pulseaudio/pulse.c:947:50: warning: Either the condition 'source!=NULL' is redundant or there is possible null pointer dereference: s. [nullPointerRedundantCheck]
enlightenment-0.22.3/src/modules/mixer/lib/backends/pulseaudio/pulse.c:944:62: note: Assuming that condition 'source!=NULL' is not redundant
enlightenment-0.22.3/src/modules/mixer/lib/backends/pulseaudio/pulse.c:943:16: note: Assignment 's=(struct _Source*)source', assigned value is 0
enlightenment-0.22.3/src/modules/mixer/lib/backends/pulseaudio/pulse.c:947:50: note: Null pointer dereference
enlightenment-0.22.3/src/modules/mixer/lib/backends/pulseaudio/pulse.c:981:50: warning: Either the condition 'sink!=NULL' is redundant or there is possible null pointer dereference: s. [nullPointerRedundantCheck]
enlightenment-0.22.3/src/modules/mixer/lib/backends/pulseaudio/pulse.c:978:61: note: Assuming that condition 'sink!=NULL' is not redundant
enlightenment-0.22.3/src/modules/mixer/lib/backends/pulseaudio/pulse.c:976:14: note: Assignment 's=(struct _Sink*)sink', assigned value is 0
enlightenment-0.22.3/src/modules/mixer/lib/backends/pulseaudio/pulse.c:981:50: note: Null pointer dereference
enlightenment-0.22.3/src/modules/mixer/lib/backends/pulseaudio/pulse.c:993:48: warning: Either the condition 'sink!=NULL' is redundant or there is possible null pointer dereference: s. [nullPointerRedundantCheck]
enlightenment-0.22.3/src/modules/mixer/lib/backends/pulseaudio/pulse.c:990:61: note: Assuming that condition 'sink!=NULL' is not redundant
enlightenment-0.22.3/src/modules/mixer/lib/backends/pulseaudio/pulse.c:989:14: note: Assignment 's=(struct _Sink*)sink', assigned value is 0
enlightenment-0.22.3/src/modules/mixer/lib/backends/pulseaudio/pulse.c:993:48: note: Null pointer dereference
enlightenment-0.22.3/src/modules/mixer/lib/backends/pulseaudio/pulse.c:1007:47: warning: Either the condition 'input!=NULL' is redundant or there is possible null pointer dereference: sink_input. [nullPointerRedundantCheck]
enlightenment-0.22.3/src/modules/mixer/lib/backends/pulseaudio/pulse.c:1003:61: note: Assuming that condition 'input!=NULL' is not redundant
enlightenment-0.22.3/src/modules/mixer/lib/backends/pulseaudio/pulse.c:1001:29: note: Assignment 'sink_input=(struct _Sink_Input*)input', assigned value is 0
enlightenment-0.22.3/src/modules/mixer/lib/backends/pulseaudio/pulse.c:1007:47: note: Null pointer dereference
enlightenment-0.22.3/src/modules/mixer/lib/backends/pulseaudio/pulse.c:1020:45: warning: Either the condition 'input!=NULL' is redundant or there is possible null pointer dereference: sink_input. [nullPointerRedundantCheck]
enlightenment-0.22.3/src/modules/mixer/lib/backends/pulseaudio/pulse.c:1017:61: note: Assuming that condition 'input!=NULL' is not redundant
enlightenment-0.22.3/src/modules/mixer/lib/backends/pulseaudio/pulse.c:1016:29: note: Assignment 'sink_input=(struct _Sink_Input*)input', assigned value is 0
enlightenment-0.22.3/src/modules/mixer/lib/backends/pulseaudio/pulse.c:1020:45: note: Null pointer dereference
enlightenment-0.22.3/src/modules/mixer/lib/backends/pulseaudio/pulse.c:1035:50: warning: Either the condition 'input!=NULL' is redundant or there is possible null pointer dereference: i. [nullPointerRedundantCheck]
enlightenment-0.22.3/src/modules/mixer/lib/backends/pulseaudio/pulse.c:1031:61: note: Assuming that condition 'input!=NULL' is not redundant
enlightenment-0.22.3/src/modules/mixer/lib/backends/pulseaudio/pulse.c:1030:20: note: Assignment 'i=(struct _Sink_Input*)input', assigned value is 0
enlightenment-0.22.3/src/modules/mixer/lib/backends/pulseaudio/pulse.c:1035:50: note: Null pointer dereference
enlightenment-0.22.3/src/modules/mixer/lib/backends/pulseaudio/pulse.c:1035:58: warning: Either the condition 'sink!=NULL' is redundant or there is possible null pointer dereference: s. [nullPointerRedundantCheck]
enlightenment-0.22.3/src/modules/mixer/lib/backends/pulseaudio/pulse.c:1032:40: note: Assuming that condition 'sink!=NULL' is not redundant
enlightenment-0.22.3/src/modules/mixer/lib/backends/pulseaudio/pulse.c:1029:14: note: Assignment 's=(struct _Sink*)sink', assigned value is 0
enlightenment-0.22.3/src/modules/mixer/lib/backends/pulseaudio/pulse.c:1035:58: note: Null pointer dereference
enlightenment-0.22.3/src/modules/mixer/lib/backends/pulseaudio/pulse.c:1049:48: warning: Either the condition 'sink!=NULL' is redundant or there is possible null pointer dereference: s. [nullPointerRedundantCheck]
enlightenment-0.22.3/src/modules/mixer/lib/backends/pulseaudio/pulse.c:1046:41: note: Assuming that condition 'sink!=NULL' is not redundant
enlightenment-0.22.3/src/modules/mixer/lib/backends/pulseaudio/pulse.c:1044:14: note: Assignment 's=(struct _Sink*)sink', assigned value is 0
enlightenment-0.22.3/src/modules/mixer/lib/backends/pulseaudio/pulse.c:1049:48: note: Null pointer dereference
enlightenment-0.22.3/src/modules/mixer/lib/backends/pulseaudio/pulse.c:132:15: style: The scope of the variable 'port' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/mixer/lib/backends/pulseaudio/pulse_ml.c:58:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/mixer/lib/backends/pulseaudio/pulse_ml.c:49:63: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
enlightenment-0.22.3/src/modules/mixer/lib/backends/pulseaudio/pulse_ml.c:50:64: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
enlightenment-0.22.3/src/modules/mixer/lib/backends/pulseaudio/pulse_ml.c:51:63: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
enlightenment-0.22.3/src/modules/mixer/lib/backends/pulseaudio/pulse_ml.c:52:64: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
enlightenment-0.22.3/src/modules/msgbus/msgbus_module.c:33:64: style: Function '_e_msgbus_module_load_cb' argument 1 names different: declaration 'iface' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/msgbus/msgbus_module.c:13:81: note: Function '_e_msgbus_module_load_cb' argument 1 names different: declaration 'iface' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/msgbus/msgbus_module.c:33:64: note: Function '_e_msgbus_module_load_cb' argument 1 names different: declaration 'iface' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/msgbus/msgbus_module.c:51:66: style: Function '_e_msgbus_module_unload_cb' argument 1 names different: declaration 'iface' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/msgbus/msgbus_module.c:14:83: note: Function '_e_msgbus_module_unload_cb' argument 1 names different: declaration 'iface' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/msgbus/msgbus_module.c:51:66: note: Function '_e_msgbus_module_unload_cb' argument 1 names different: declaration 'iface' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/msgbus/msgbus_module.c:71:66: style: Function '_e_msgbus_module_enable_cb' argument 1 names different: declaration 'iface' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/msgbus/msgbus_module.c:15:83: note: Function '_e_msgbus_module_enable_cb' argument 1 names different: declaration 'iface' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/msgbus/msgbus_module.c:71:66: note: Function '_e_msgbus_module_enable_cb' argument 1 names different: declaration 'iface' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/msgbus/msgbus_module.c:90:67: style: Function '_e_msgbus_module_disable_cb' argument 1 names different: declaration 'iface' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/msgbus/msgbus_module.c:16:84: note: Function '_e_msgbus_module_disable_cb' argument 1 names different: declaration 'iface' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/msgbus/msgbus_module.c:90:67: note: Function '_e_msgbus_module_disable_cb' argument 1 names different: declaration 'iface' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/msgbus/msgbus_module.c:109:64: style: Function '_e_msgbus_module_list_cb' argument 1 names different: declaration 'iface' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/msgbus/msgbus_module.c:17:81: note: Function '_e_msgbus_module_list_cb' argument 1 names different: declaration 'iface' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/msgbus/msgbus_module.c:109:64: note: Function '_e_msgbus_module_list_cb' argument 1 names different: declaration 'iface' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/msgbus/msgbus_profile.c:34:64: style: Function '_e_msgbus_profile_set_cb' argument 1 names different: declaration 'iface' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/msgbus/msgbus_profile.c:13:81: note: Function '_e_msgbus_profile_set_cb' argument 1 names different: declaration 'iface' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/msgbus/msgbus_profile.c:34:64: note: Function '_e_msgbus_profile_set_cb' argument 1 names different: declaration 'iface' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/msgbus/msgbus_profile.c:53:64: style: Function '_e_msgbus_profile_get_cb' argument 1 names different: declaration 'iface' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/msgbus/msgbus_profile.c:14:81: note: Function '_e_msgbus_profile_get_cb' argument 1 names different: declaration 'iface' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/msgbus/msgbus_profile.c:53:64: note: Function '_e_msgbus_profile_get_cb' argument 1 names different: declaration 'iface' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/msgbus/msgbus_profile.c:66:65: style: Function '_e_msgbus_profile_list_cb' argument 1 names different: declaration 'iface' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/msgbus/msgbus_profile.c:15:82: note: Function '_e_msgbus_profile_list_cb' argument 1 names different: declaration 'iface' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/msgbus/msgbus_profile.c:66:65: note: Function '_e_msgbus_profile_list_cb' argument 1 names different: declaration 'iface' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/msgbus/msgbus_profile.c:95:64: style: Function '_e_msgbus_profile_add_cb' argument 1 names different: declaration 'iface' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/msgbus/msgbus_profile.c:16:81: note: Function '_e_msgbus_profile_add_cb' argument 1 names different: declaration 'iface' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/msgbus/msgbus_profile.c:95:64: note: Function '_e_msgbus_profile_add_cb' argument 1 names different: declaration 'iface' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/msgbus/msgbus_profile.c:109:67: style: Function '_e_msgbus_profile_delete_cb' argument 1 names different: declaration 'iface' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/msgbus/msgbus_profile.c:17:84: note: Function '_e_msgbus_profile_delete_cb' argument 1 names different: declaration 'iface' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/msgbus/msgbus_profile.c:109:67: note: Function '_e_msgbus_profile_delete_cb' argument 1 names different: declaration 'iface' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/msgbus/msgbus_window.c:126:13: style: The scope of the variable 'zone' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/msgbus/msgbus_window.c:127:13: style: The scope of the variable 'desk' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/msgbus/msgbus_window.c:45:64: style: Function '_e_msgbus_window_list_cb' argument 1 names different: declaration 'iface' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/msgbus/msgbus_window.c:16:1: note: Function '_e_msgbus_window_list_cb' argument 1 names different: declaration 'iface' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/msgbus/msgbus_window.c:45:64: note: Function '_e_msgbus_window_list_cb' argument 1 names different: declaration 'iface' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/msgbus/msgbus_window.c:94:1: style: Function '_e_msgbus_window_close_cb' argument 1 names different: declaration 'iface' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/msgbus/msgbus_window.c:17:1: note: Function '_e_msgbus_window_close_cb' argument 1 names different: declaration 'iface' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/msgbus/msgbus_window.c:94:1: note: Function '_e_msgbus_window_close_cb' argument 1 names different: declaration 'iface' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/msgbus/msgbus_window.c:98:1: style: Function '_e_msgbus_window_kill_cb' argument 1 names different: declaration 'iface' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/msgbus/msgbus_window.c:18:1: note: Function '_e_msgbus_window_kill_cb' argument 1 names different: declaration 'iface' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/msgbus/msgbus_window.c:98:1: note: Function '_e_msgbus_window_kill_cb' argument 1 names different: declaration 'iface' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/msgbus/msgbus_window.c:102:1: style: Function '_e_msgbus_window_focus_cb' argument 1 names different: declaration 'iface' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/msgbus/msgbus_window.c:19:1: note: Function '_e_msgbus_window_focus_cb' argument 1 names different: declaration 'iface' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/msgbus/msgbus_window.c:102:1: note: Function '_e_msgbus_window_focus_cb' argument 1 names different: declaration 'iface' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/msgbus/msgbus_window.c:106:1: style: Function '_e_msgbus_window_iconify_cb' argument 1 names different: declaration 'iface' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/msgbus/msgbus_window.c:20:1: note: Function '_e_msgbus_window_iconify_cb' argument 1 names different: declaration 'iface' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/msgbus/msgbus_window.c:106:1: note: Function '_e_msgbus_window_iconify_cb' argument 1 names different: declaration 'iface' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/msgbus/msgbus_window.c:110:1: style: Function '_e_msgbus_window_uniconify_cb' argument 1 names different: declaration 'iface' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/msgbus/msgbus_window.c:21:1: note: Function '_e_msgbus_window_uniconify_cb' argument 1 names different: declaration 'iface' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/msgbus/msgbus_window.c:110:1: note: Function '_e_msgbus_window_uniconify_cb' argument 1 names different: declaration 'iface' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/msgbus/msgbus_window.c:114:1: style: Function '_e_msgbus_window_maximize_cb' argument 1 names different: declaration 'iface' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/msgbus/msgbus_window.c:22:1: note: Function '_e_msgbus_window_maximize_cb' argument 1 names different: declaration 'iface' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/msgbus/msgbus_window.c:114:1: note: Function '_e_msgbus_window_maximize_cb' argument 1 names different: declaration 'iface' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/msgbus/msgbus_window.c:118:1: style: Function '_e_msgbus_window_unmaximize_cb' argument 1 names different: declaration 'iface' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/msgbus/msgbus_window.c:23:1: note: Function '_e_msgbus_window_unmaximize_cb' argument 1 names different: declaration 'iface' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/msgbus/msgbus_window.c:118:1: note: Function '_e_msgbus_window_unmaximize_cb' argument 1 names different: declaration 'iface' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/msgbus/msgbus_window.c:123:74: style: Function '_e_msgbus_window_sendtodesktop_cb' argument 1 names different: declaration 'iface' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/msgbus/msgbus_window.c:24:1: note: Function '_e_msgbus_window_sendtodesktop_cb' argument 1 names different: declaration 'iface' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/msgbus/msgbus_window.c:123:74: note: Function '_e_msgbus_window_sendtodesktop_cb' argument 1 names different: declaration 'iface' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/music-control/e_mod_main.c:32:35: style: Function '_desklock_cb' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/music-control/private.h:47:40: note: Function '_desklock_cb' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/music-control/e_mod_main.c:32:35: note: Function '_desklock_cb' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/music-control/e_mod_main.c:411:31: style: Function 'e_modapi_shutdown' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/music-control/e_mod_main.h:9:39: note: Function 'e_modapi_shutdown' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/music-control/e_mod_main.c:411:31: note: Function 'e_modapi_shutdown' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/music-control/ui.c:253:52: style: Function 'music_control_mouse_down_cb' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/music-control/private.h:41:52: note: Function 'music_control_mouse_down_cb' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/music-control/ui.c:253:52: note: Function 'music_control_mouse_down_cb' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/music-control/ui.c:253:82: style: Function 'music_control_mouse_down_cb' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/music-control/private.h:41:71: note: Function 'music_control_mouse_down_cb' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/music-control/ui.c:253:82: note: Function 'music_control_mouse_down_cb' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/notification/e_mod_config.c:63:4: style: Variable 'cfdata' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/modules/notification/e_mod_config.c:61:0: note: Variable 'cfdata' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/notification/e_mod_config.c:63:4: note: Variable 'cfdata' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/notification/e_mod_config.c:98:4: style: Variable 'o' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/modules/notification/e_mod_config.c:94:0: note: Variable 'o' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/notification/e_mod_config.c:98:4: note: Variable 'o' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/notification/e_mod_config.c:99:4: style: Variable 'of' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/modules/notification/e_mod_config.c:94:0: note: Variable 'of' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/notification/e_mod_config.c:99:4: note: Variable 'of' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/notification/e_mod_config.c:100:4: style: Variable 'ow' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/modules/notification/e_mod_config.c:94:0: note: Variable 'ow' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/notification/e_mod_config.c:100:4: note: Variable 'ow' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/notification/e_mod_config.c:32:54: style: Function 'e_int_config_notification_module' argument 1 names different: declaration 'parent' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/notification/e_mod_main.h:85:64: note: Function 'e_int_config_notification_module' argument 1 names different: declaration 'parent' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/notification/e_mod_config.c:32:54: note: Function 'e_int_config_notification_module' argument 1 names different: declaration 'parent' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/notification/e_mod_config.c:33:54: style: Function 'e_int_config_notification_module' argument 2 names different: declaration 'params' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/notification/e_mod_main.h:85:84: note: Function 'e_int_config_notification_module' argument 2 names different: declaration 'params' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/notification/e_mod_config.c:33:54: note: Function 'e_int_config_notification_module' argument 2 names different: declaration 'params' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/notification/e_mod_config.c:59:35: style: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/notification/e_mod_config.c:17:51: note: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/notification/e_mod_config.c:59:35: note: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/notification/e_mod_config.c:69:38: style: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/notification/e_mod_config.c:18:54: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/notification/e_mod_config.c:69:38: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/notification/e_mod_config.c:90:41: style: Function '_basic_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/notification/e_mod_config.c:21:57: note: Function '_basic_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/notification/e_mod_config.c:90:41: note: Function '_basic_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/notification/e_mod_config.c:171:40: style: Function '_basic_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/notification/e_mod_config.c:24:47: note: Function '_basic_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/notification/e_mod_config.c:171:40: note: Function '_basic_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/notification/e_mod_config.c:188:48: style: Function '_basic_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/notification/e_mod_config.c:26:55: note: Function '_basic_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/notification/e_mod_config.c:188:48: note: Function '_basic_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/notification/e_mod_main.c:229:31: style: Function 'e_modapi_shutdown' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/notification/e_mod_main.h:80:42: note: Function 'e_modapi_shutdown' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/notification/e_mod_main.c:229:31: note: Function 'e_modapi_shutdown' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/notification/e_mod_main.c:253:27: style: Function 'e_modapi_save' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/notification/e_mod_main.h:81:38: note: Function 'e_modapi_save' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/notification/e_mod_main.c:253:27: note: Function 'e_modapi_save' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/notification/e_mod_popup.c:277:15: style: The scope of the variable 'l' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/notification/e_mod_popup.c:364:50: style: Function '_notification_popup_place' argument 2 names different: declaration 'num' definition 'pos'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/notification/e_mod_popup.c:8:58: note: Function '_notification_popup_place' argument 2 names different: declaration 'num' definition 'pos'.
enlightenment-0.22.3/src/modules/notification/e_mod_popup.c:364:50: note: Function '_notification_popup_place' argument 2 names different: declaration 'num' definition 'pos'.
enlightenment-0.22.3/src/modules/notification/e_mod_popup.c:66:33: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
enlightenment-0.22.3/src/modules/packagekit/e_mod_packagekit.c:49:15: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
enlightenment-0.22.3/src/modules/packagekit/e_mod_packagekit.c:178:22: style: The scope of the variable 'item' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/pager/e_mod_config.c:81:35: style: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/pager/e_mod_config.c:37:51: note: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/pager/e_mod_config.c:81:35: note: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/pager/e_mod_config.c:119:32: style: Function '_basic_create' argument 1 names different: declaration 'EINA_UNUSED' definition 'cfd'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/pager/e_mod_config.c:40:56: note: Function '_basic_create' argument 1 names different: declaration 'EINA_UNUSED' definition 'cfd'.
enlightenment-0.22.3/src/modules/pager/e_mod_config.c:119:32: note: Function '_basic_create' argument 1 names different: declaration 'EINA_UNUSED' definition 'cfd'.
enlightenment-0.22.3/src/modules/pager/e_mod_config.c:173:30: style: Function '_adv_create' argument 1 names different: declaration 'EINA_UNUSED' definition 'cfd'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/pager/e_mod_config.c:43:54: note: Function '_adv_create' argument 1 names different: declaration 'EINA_UNUSED' definition 'cfd'.
enlightenment-0.22.3/src/modules/pager/e_mod_config.c:173:30: note: Function '_adv_create' argument 1 names different: declaration 'EINA_UNUSED' definition 'cfd'.
enlightenment-0.22.3/src/modules/pager/e_mod_config.c:351:42: style: Function '_update_btn' argument 1 names different: declaration 'cfdata' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/pager/e_mod_config.c:47:55: note: Function '_update_btn' argument 1 names different: declaration 'cfdata' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/pager/e_mod_config.c:351:42: note: Function '_update_btn' argument 1 names different: declaration 'cfdata' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/pager/e_mod_config.c:24:22: style: struct member 'Anonymous2::hdls' is never used. [unusedStructMember]
enlightenment-0.22.3/src/modules/pager/e_mod_config.c:29:20: style: struct member 'Anonymous3::ob1' is never used. [unusedStructMember]
enlightenment-0.22.3/src/modules/pager/e_mod_main.c:422:26: style: The scope of the variable 'pd' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/pager/e_mod_main.c:452:14: style: The scope of the variable 'ec' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/pager/e_mod_main.c:995:17: style: The scope of the variable 'pp' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/pager/e_mod_main.c:1423:8: style: The scope of the variable 'dx' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/pager/e_mod_main.c:1423:16: style: The scope of the variable 'dy' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/pager/e_mod_main.c:1585:17: style: The scope of the variable 'resist' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/pager/e_mod_main.c:1586:12: style: The scope of the variable 'drag' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/pager/e_mod_main.c:1587:17: style: The scope of the variable 'o' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/pager/e_mod_main.c:1589:16: style: The scope of the variable 'drag_types' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/pager/e_mod_main.c:1635:15: style: The scope of the variable 'l' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/pager/e_mod_main.c:1636:12: style: The scope of the variable 'desk' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/pager/e_mod_main.c:1637:12: style: The scope of the variable 'zone' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/pager/e_mod_main.c:1638:11: style: The scope of the variable 'p' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/pager/e_mod_main.c:308:41: style: Function '_gc_id_new' argument 1 names different: declaration 'EINA_UNUSED' definition 'client_class'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/pager/e_mod_main.c:10:78: note: Function '_gc_id_new' argument 1 names different: declaration 'EINA_UNUSED' definition 'client_class'.
enlightenment-0.22.3/src/modules/pager/e_mod_main.c:308:41: note: Function '_gc_id_new' argument 1 names different: declaration 'EINA_UNUSED' definition 'client_class'.
enlightenment-0.22.3/src/modules/pager/e_mod_main.c:927:56: style: Function '_pager_inst_cb_menu_virtual_desktops_dialog' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/pager/e_mod_main.c:108:75: note: Function '_pager_inst_cb_menu_virtual_desktops_dialog' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/pager/e_mod_main.c:927:56: note: Function '_pager_inst_cb_menu_virtual_desktops_dialog' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/pager/e_mod_main.c:963:55: style: Function '_pager_cb_mirror_add' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/pager/e_mod_main.c:101:75: note: Function '_pager_cb_mirror_add' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/pager/e_mod_main.c:963:55: note: Function '_pager_cb_mirror_add' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/pager/e_mod_main.c:1085:93: style: Function '_pager_cb_event_compositor_resize' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/pager/e_mod_main.c:112:111: note: Function '_pager_cb_event_compositor_resize' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/pager/e_mod_main.c:1085:93: note: Function '_pager_cb_event_compositor_resize' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/pager/e_mod_main.c:1116:107: style: Function '_pager_window_cb_mouse_up' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/pager/e_mod_main.c:115:120: note: Function '_pager_window_cb_mouse_up' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/pager/e_mod_main.c:1116:107: note: Function '_pager_window_cb_mouse_up' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/pager/e_mod_main.c:1369:81: style: Function '_pager_drop_cb_enter' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/pager/e_mod_main.c:119:94: note: Function '_pager_drop_cb_enter' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/pager/e_mod_main.c:1369:81: note: Function '_pager_drop_cb_enter' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/pager/e_mod_main.c:87:21: style: struct member 'Anonymous1::desktop' is never used. [unusedStructMember]
enlightenment-0.22.3/src/modules/pager/gadget/config.c:683:4: style: Variable 'it' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/modules/pager/gadget/config.c:681:4: note: Variable 'it' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/pager/gadget/config.c:683:4: note: Variable 'it' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/pager/gadget/config.c:685:4: style: Variable 'it' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/modules/pager/gadget/config.c:683:4: note: Variable 'it' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/pager/gadget/config.c:685:4: note: Variable 'it' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/pager/gadget/config.c:685:9: style: Variable 'it' is assigned a value that is never used. [unreadVariable]
enlightenment-0.22.3/src/modules/pager/gadget/mod.c:76:38: style: Function 'e_modapi_gadget_shutdown' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/pager/gadget/pager.h:7:50: note: Function 'e_modapi_gadget_shutdown' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/pager/gadget/mod.c:76:38: note: Function 'e_modapi_gadget_shutdown' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/pager/gadget/mod.c:103:34: style: Function 'e_modapi_gadget_save' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/pager/gadget/pager.h:8:46: note: Function 'e_modapi_gadget_save' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/pager/gadget/mod.c:103:34: note: Function 'e_modapi_gadget_save' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/pager/gadget/pager.c:350:15: style: The scope of the variable 'l' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/pager/gadget/pager.c:351:16: style: The scope of the variable 'pd' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/pager/gadget/pager.c:559:26: style: The scope of the variable 'pd' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/pager/gadget/pager.c:599:15: style: The scope of the variable 'l' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/pager/gadget/pager.c:602:16: style: The scope of the variable 'drop' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/pager/gadget/pager.c:862:8: style: The scope of the variable 'visible' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/pager/gadget/pager.c:1820:17: style: The scope of the variable 'pp' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/pager/gadget/pager.c:2302:15: style: The scope of the variable 'l' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/pager/gadget/pager.c:2303:21: style: The scope of the variable 'pdd' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/pager/gadget/pager.c:2306:8: style: The scope of the variable 'dx' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/pager/gadget/pager.c:2306:16: style: The scope of the variable 'dy' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/pager/gadget/pager.c:2479:17: style: The scope of the variable 'resist' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/pager/gadget/pager.c:2480:12: style: The scope of the variable 'drag' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/pager/gadget/pager.c:2481:17: style: The scope of the variable 'o' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/pager/gadget/pager.c:2483:16: style: The scope of the variable 'drag_types' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/pager/gadget/pager.c:2539:15: style: The scope of the variable 'l' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/pager/gadget/pager.c:2540:12: style: The scope of the variable 'desk' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/pager/gadget/pager.c:2541:12: style: The scope of the variable 'zone' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/pager/gadget/pager.c:2542:11: style: The scope of the variable 'p' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/pager/gadget/pager.c:1084:40: style: Function '_pager_gadget_configure' argument 1 names different: declaration 'g' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/pager/gadget/pager.c:85:58: note: Function '_pager_gadget_configure' argument 1 names different: declaration 'g' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/pager/gadget/pager.c:1084:40: note: Function '_pager_gadget_configure' argument 1 names different: declaration 'g' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/pager/gadget/pager.c:1163:55: style: Function '_pager_cb_mirror_add' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/pager/gadget/pager.c:80:71: note: Function '_pager_cb_mirror_add' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/pager/gadget/pager.c:1163:55: note: Function '_pager_cb_mirror_add' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/pager/gadget/pager.c:1947:93: style: Function '_pager_cb_event_compositor_resize' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/pager/gadget/pager.c:89:107: note: Function '_pager_cb_event_compositor_resize' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/pager/gadget/pager.c:1947:93: note: Function '_pager_cb_event_compositor_resize' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/pager/gadget/pager.c:1969:92: style: Function '_pager_cb_event_powersave_change' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/pager/gadget/pager.c:86:106: note: Function '_pager_cb_event_powersave_change' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/pager/gadget/pager.c:1969:92: note: Function '_pager_cb_event_powersave_change' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/pager/gadget/pager.c:2263:81: style: Function '_pager_drop_cb_enter' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/pager/gadget/pager.c:112:90: note: Function '_pager_drop_cb_enter' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/pager/gadget/pager.c:2263:81: note: Function '_pager_drop_cb_enter' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/pager/gadget/pager.c:2956:72: style: Function 'pager_create' argument 3 names different: declaration 'orient' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/pager/gadget/pager.h:31:89: note: Function 'pager_create' argument 3 names different: declaration 'orient' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/pager/gadget/pager.c:2956:72: note: Function 'pager_create' argument 3 names different: declaration 'orient' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/pager/gadget/pager.c:66:21: style: struct member 'Anonymous1::desktop' is never used. [unusedStructMember]
enlightenment-0.22.3/src/modules/pager_plain/e_mod_config.c:81:35: style: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/pager_plain/e_mod_config.c:37:51: note: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/pager_plain/e_mod_config.c:81:35: note: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/pager_plain/e_mod_config.c:120:32: style: Function '_basic_create' argument 1 names different: declaration 'EINA_UNUSED' definition 'cfd'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/pager_plain/e_mod_config.c:40:56: note: Function '_basic_create' argument 1 names different: declaration 'EINA_UNUSED' definition 'cfd'.
enlightenment-0.22.3/src/modules/pager_plain/e_mod_config.c:120:32: note: Function '_basic_create' argument 1 names different: declaration 'EINA_UNUSED' definition 'cfd'.
enlightenment-0.22.3/src/modules/pager_plain/e_mod_config.c:178:30: style: Function '_adv_create' argument 1 names different: declaration 'EINA_UNUSED' definition 'cfd'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/pager_plain/e_mod_config.c:43:54: note: Function '_adv_create' argument 1 names different: declaration 'EINA_UNUSED' definition 'cfd'.
enlightenment-0.22.3/src/modules/pager_plain/e_mod_config.c:178:30: note: Function '_adv_create' argument 1 names different: declaration 'EINA_UNUSED' definition 'cfd'.
enlightenment-0.22.3/src/modules/pager_plain/e_mod_config.c:360:42: style: Function '_update_btn' argument 1 names different: declaration 'cfdata' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/pager_plain/e_mod_config.c:47:55: note: Function '_update_btn' argument 1 names different: declaration 'cfdata' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/pager_plain/e_mod_config.c:360:42: note: Function '_update_btn' argument 1 names different: declaration 'cfdata' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/pager_plain/e_mod_config.c:24:22: style: struct member 'Anonymous2::hdls' is never used. [unusedStructMember]
enlightenment-0.22.3/src/modules/pager_plain/e_mod_config.c:29:20: style: struct member 'Anonymous3::ob1' is never used. [unusedStructMember]
enlightenment-0.22.3/src/modules/pager_plain/e_mod_main.c:364:26: style: The scope of the variable 'pd' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/pager_plain/e_mod_main.c:1404:17: style: The scope of the variable 'pp' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/pager_plain/e_mod_main.c:1674:17: style: The scope of the variable 'pp' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/pager_plain/e_mod_main.c:1736:19: style: The scope of the variable 'll' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/pager_plain/e_mod_main.c:1850:12: style: The scope of the variable 'drag' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/pager_plain/e_mod_main.c:1851:17: style: The scope of the variable 'o' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/pager_plain/e_mod_main.c:1851:21: style: The scope of the variable 'oo' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/pager_plain/e_mod_main.c:1853:16: style: The scope of the variable 'drag_types' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/pager_plain/e_mod_main.c:1856:17: style: The scope of the variable 'resist' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/pager_plain/e_mod_main.c:1965:12: style: The scope of the variable 'zone' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/pager_plain/e_mod_main.c:1966:12: style: The scope of the variable 'desk' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/pager_plain/e_mod_main.c:1967:22: style: The scope of the variable 'dx' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/pager_plain/e_mod_main.c:1967:26: style: The scope of the variable 'dy' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/pager_plain/e_mod_main.c:2115:8: style: The scope of the variable 'dx' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/pager_plain/e_mod_main.c:2115:16: style: The scope of the variable 'dy' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/pager_plain/e_mod_main.c:2278:17: style: The scope of the variable 'resist' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/pager_plain/e_mod_main.c:2279:12: style: The scope of the variable 'drag' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/pager_plain/e_mod_main.c:2280:17: style: The scope of the variable 'o' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/pager_plain/e_mod_main.c:2280:21: style: The scope of the variable 'oo' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/pager_plain/e_mod_main.c:2280:26: style: The scope of the variable 'o_icon' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/pager_plain/e_mod_main.c:2282:16: style: The scope of the variable 'drag_types' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/pager_plain/e_mod_main.c:2283:15: style: The scope of the variable 'pw' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/pager_plain/e_mod_main.c:2284:15: style: The scope of the variable 'l' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/pager_plain/e_mod_main.c:2367:15: style: The scope of the variable 'l' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/pager_plain/e_mod_main.c:2368:12: style: The scope of the variable 'desk' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/pager_plain/e_mod_main.c:2369:12: style: The scope of the variable 'zone' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/pager_plain/e_mod_main.c:2370:11: style: The scope of the variable 'p' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/pager_plain/e_mod_main.c:292:41: style: Function '_gc_id_new' argument 1 names different: declaration 'EINA_UNUSED' definition 'client_class'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/pager_plain/e_mod_main.c:10:78: note: Function '_gc_id_new' argument 1 names different: declaration 'EINA_UNUSED' definition 'client_class'.
enlightenment-0.22.3/src/modules/pager_plain/e_mod_main.c:292:41: note: Function '_gc_id_new' argument 1 names different: declaration 'EINA_UNUSED' definition 'client_class'.
enlightenment-0.22.3/src/modules/pager_plain/e_mod_main.c:912:56: style: Function '_pager_inst_cb_menu_virtual_desktops_dialog' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/pager_plain/e_mod_main.c:104:75: note: Function '_pager_inst_cb_menu_virtual_desktops_dialog' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/pager_plain/e_mod_main.c:912:56: note: Function '_pager_inst_cb_menu_virtual_desktops_dialog' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/pager_plain/e_mod_main.c:1653:95: style: Function '_pager_cb_event_zone_desk_count_set' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/pager_plain/e_mod_main.c:122:113: note: Function '_pager_cb_event_zone_desk_count_set' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/pager_plain/e_mod_main.c:1653:95: note: Function '_pager_cb_event_zone_desk_count_set' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/pager_plain/e_mod_main.c:1764:93: style: Function '_pager_cb_event_compositor_resize' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/pager_plain/e_mod_main.c:125:111: note: Function '_pager_cb_event_compositor_resize' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/pager_plain/e_mod_main.c:1764:93: note: Function '_pager_cb_event_compositor_resize' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/pager_plain/e_mod_main.c:2061:81: style: Function '_pager_drop_cb_enter' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/pager_plain/e_mod_main.c:131:94: note: Function '_pager_drop_cb_enter' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/pager_plain/e_mod_main.c:2061:81: note: Function '_pager_drop_cb_enter' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/pager_plain/e_mod_main.c:2959:31: style: Function 'e_modapi_shutdown' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/pager_plain/e_mod_main.h:45:39: note: Function 'e_modapi_shutdown' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/pager_plain/e_mod_main.c:2959:31: note: Function 'e_modapi_shutdown' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/pager_plain/e_mod_main.c:2985:27: style: Function 'e_modapi_save' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/pager_plain/e_mod_main.h:46:35: note: Function 'e_modapi_save' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/pager_plain/e_mod_main.c:2985:27: note: Function 'e_modapi_save' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/pager_plain/e_mod_main.c:86:21: style: struct member 'Anonymous1::desktop' is never used. [unusedStructMember]
enlightenment-0.22.3/src/modules/quickaccess/e_mod_config.c:550:44: style: Function 'e_int_config_qa_module' argument 1 names different: declaration 'parent' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/quickaccess/e_mod_main.h:97:54: note: Function 'e_int_config_qa_module' argument 1 names different: declaration 'parent' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/quickaccess/e_mod_config.c:550:44: note: Function 'e_int_config_qa_module' argument 1 names different: declaration 'parent' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/quickaccess/e_mod_quickaccess.c:314:4: style: Variable 'entry->dia' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/modules/quickaccess/e_mod_quickaccess.c:313:4: note: Variable 'entry->dia' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/quickaccess/e_mod_quickaccess.c:314:4: note: Variable 'entry->dia' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/quickaccess/e_mod_quickaccess.c:567:14: style: The scope of the variable 'ec' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/quickaccess/e_mod_quickaccess.c:783:41: style: Function '_e_qa_bd_menu_del' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/quickaccess/e_mod_quickaccess.c:23:51: note: Function '_e_qa_bd_menu_del' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/quickaccess/e_mod_quickaccess.c:783:41: note: Function '_e_qa_bd_menu_del' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/quickaccess/e_mod_quickaccess.c:783:70: style: Function '_e_qa_bd_menu_del' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/quickaccess/e_mod_quickaccess.c:23:67: note: Function '_e_qa_bd_menu_del' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/quickaccess/e_mod_quickaccess.c:783:70: note: Function '_e_qa_bd_menu_del' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/quickaccess/e_mod_quickaccess.c:799:41: style: Function '_e_qa_bd_menu_add' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/quickaccess/e_mod_quickaccess.c:22:51: note: Function '_e_qa_bd_menu_add' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/quickaccess/e_mod_quickaccess.c:799:41: note: Function '_e_qa_bd_menu_add' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/quickaccess/e_mod_quickaccess.c:799:70: style: Function '_e_qa_bd_menu_add' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/quickaccess/e_mod_quickaccess.c:22:67: note: Function '_e_qa_bd_menu_add' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/quickaccess/e_mod_quickaccess.c:799:70: note: Function '_e_qa_bd_menu_add' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/quickaccess/e_mod_quickaccess.c:1177:33: style: Function '_e_qa_help_timer2_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/quickaccess/e_mod_quickaccess.c:28:45: note: Function '_e_qa_help_timer2_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/quickaccess/e_mod_quickaccess.c:1177:33: note: Function '_e_qa_help_timer2_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/quickaccess/e_mod_quickaccess.c:1201:32: style: Function '_e_qa_help_timer_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/quickaccess/e_mod_quickaccess.c:27:44: note: Function '_e_qa_help_timer_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/quickaccess/e_mod_quickaccess.c:1201:32: note: Function '_e_qa_help_timer_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/shot/e_mod_main.c:775:13: warning: Width 100 given in format string (no. 1) is smaller than destination buffer 'smode[128]'. [invalidScanfFormatWidth_smaller]
enlightenment-0.22.3/src/modules/shot/e_mod_main.c:775:13: warning: Width 100 given in format string (no. 2) is smaller than destination buffer 'squal[128]'. [invalidScanfFormatWidth_smaller]
enlightenment-0.22.3/src/modules/shot/e_mod_main.c:775:13: warning: Width 100 given in format string (no. 3) is smaller than destination buffer 'sscreen[128]'. [invalidScanfFormatWidth_smaller]
enlightenment-0.22.3/src/modules/shot/e_mod_main.c:978:10: warning: Either the condition '!mi' is redundant or there is possible null pointer dereference: mi. [nullPointerRedundantCheck]
enlightenment-0.22.3/src/modules/shot/e_mod_main.c:979:9: note: Assuming that condition '!mi' is not redundant
enlightenment-0.22.3/src/modules/shot/e_mod_main.c:978:10: note: Null pointer dereference
enlightenment-0.22.3/src/modules/shot/e_mod_main.c:179:22: style: The scope of the variable 'o' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/shot/e_mod_main.c:190:41: style: The scope of the variable 's' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/shot/e_mod_main.c:190:45: style: The scope of the variable 'd' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/shot/e_mod_main.c:191:30: style: The scope of the variable 'y' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/shot/e_mod_main.c:714:19: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
enlightenment-0.22.3/src/modules/shot/e_mod_main.c:342:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
enlightenment-0.22.3/src/modules/start/e_mod_main.c:181:53: style: Function '_gc_label' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/start/e_mod_main.c:18:64: note: Function '_gc_label' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/start/e_mod_main.c:181:53: note: Function '_gc_label' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/start/e_mod_main.c:187:52: style: Function '_gc_icon' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/start/e_mod_main.c:19:63: note: Function '_gc_icon' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/start/e_mod_main.c:187:52: note: Function '_gc_icon' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/start/e_mod_main.c:200:54: style: Function '_gc_id_new' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/start/e_mod_main.c:20:65: note: Function '_gc_id_new' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/start/e_mod_main.c:200:54: note: Function '_gc_id_new' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/start/e_mod_main.c:206:43: style: Function '_button_cb_mouse_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/start/e_mod_main.c:43:53: note: Function '_button_cb_mouse_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/start/e_mod_main.c:206:43: note: Function '_button_cb_mouse_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/start/e_mod_main.c:206:73: style: Function '_button_cb_mouse_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/start/e_mod_main.c:43:69: note: Function '_button_cb_mouse_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/start/e_mod_main.c:206:73: note: Function '_button_cb_mouse_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/syscon/e_int_config_syscon.c:53:33: style: The scope of the variable 'sa2' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/syscon/e_int_config_syscon.c:103:33: style: The scope of the variable 'sa2' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/syscon/e_int_config_syscon.c:73:35: style: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/syscon/e_int_config_syscon.c:3:51: note: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/syscon/e_int_config_syscon.c:73:35: note: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/syscon/e_int_config_syscon.c:84:33: style: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/syscon/e_int_config_syscon.c:4:49: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/syscon/e_int_config_syscon.c:84:33: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/syscon/e_int_config_syscon.c:100:35: style: Function '_basic_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/syscon/e_int_config_syscon.c:5:51: note: Function '_basic_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/syscon/e_int_config_syscon.c:100:35: note: Function '_basic_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/syscon/e_int_config_syscon.c:133:43: style: Function '_basic_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/syscon/e_int_config_syscon.c:6:59: note: Function '_basic_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/syscon/e_int_config_syscon.c:133:43: note: Function '_basic_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/syscon/e_int_config_syscon.c:146:36: style: Function '_basic_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/syscon/e_int_config_syscon.c:7:52: note: Function '_basic_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/syscon/e_int_config_syscon.c:146:36: note: Function '_basic_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/syscon/e_int_config_syscon.c:21:20: style: struct member 'Anonymous1::disable_iconified' is never used. [unusedStructMember]
enlightenment-0.22.3/src/modules/syscon/e_int_config_syscon.c:22:20: style: struct member 'Anonymous1::disable_scroll_animate' is never used. [unusedStructMember]
enlightenment-0.22.3/src/modules/syscon/e_int_config_syscon.c:23:20: style: struct member 'Anonymous1::disable_warp' is never used. [unusedStructMember]
enlightenment-0.22.3/src/modules/syscon/e_int_config_syscon.c:24:20: style: struct member 'Anonymous1::min_w' is never used. [unusedStructMember]
enlightenment-0.22.3/src/modules/syscon/e_int_config_syscon.c:24:28: style: struct member 'Anonymous1::min_h' is never used. [unusedStructMember]
enlightenment-0.22.3/src/modules/syscon/e_mod_main.c:83:4: style: Variable 'zone' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/modules/syscon/e_mod_main.c:74:0: note: Variable 'zone' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/syscon/e_mod_main.c:83:4: note: Variable 'zone' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/syscon/e_mod_main.c:72:39: style: Function '_e_mod_action_syscon_cb' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/syscon/e_mod_main.c:5:52: note: Function '_e_mod_action_syscon_cb' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/syscon/e_mod_main.c:72:39: note: Function '_e_mod_action_syscon_cb' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/syscon/e_mod_main.c:99:29: style: Function '_e_mod_syscon_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/syscon/e_mod_main.c:7:41: note: Function '_e_mod_syscon_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/syscon/e_mod_main.c:99:29: note: Function '_e_mod_syscon_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/syscon/e_mod_main.c:99:69: style: Function '_e_mod_syscon_cb' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/syscon/e_mod_main.c:7:71: note: Function '_e_mod_syscon_cb' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/syscon/e_mod_main.c:99:69: note: Function '_e_mod_syscon_cb' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/syscon/e_mod_main.c:112:28: style: Function '_e_mod_menu_add' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/syscon/e_mod_main.c:8:40: note: Function '_e_mod_menu_add' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/syscon/e_mod_main.c:112:28: note: Function '_e_mod_menu_add' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/syscon/e_syscon.c:151:14: style: The scope of the variable 'buf' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/syscon/e_syscon.c:224:14: style: The scope of the variable 'buf' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/syscon/e_syscon.c:403:19: style: The scope of the variable 'act' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/syscon/e_syscon.c:462:19: style: The scope of the variable 'a' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/syscon/e_syscon.c:319:14: style: Function '_cb_key_down' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/syscon/e_syscon.c:5:49: note: Function '_cb_key_down' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/syscon/e_syscon.c:319:14: note: Function '_cb_key_down' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/syscon/e_syscon.c:449:29: style: Function '_cb_signal_close' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/syscon/e_syscon.c:6:41: note: Function '_cb_signal_close' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/syscon/e_syscon.c:449:29: note: Function '_cb_signal_close' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/syscon/e_syscon.c:449:59: style: Function '_cb_signal_close' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/syscon/e_syscon.c:6:60: note: Function '_cb_signal_close' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/syscon/e_syscon.c:449:59: note: Function '_cb_signal_close' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/syscon/e_syscon.c:449:93: style: Function '_cb_signal_close' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/syscon/e_syscon.c:6:77: note: Function '_cb_signal_close' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/syscon/e_syscon.c:449:93: note: Function '_cb_signal_close' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/syscon/e_syscon.c:449:125: style: Function '_cb_signal_close' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/syscon/e_syscon.c:6:99: note: Function '_cb_signal_close' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/syscon/e_syscon.c:449:125: note: Function '_cb_signal_close' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/syscon/e_syscon.c:477:30: style: Function '_cb_signal_syscon' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/syscon/e_syscon.c:7:42: note: Function '_cb_signal_syscon' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/syscon/e_syscon.c:477:30: note: Function '_cb_signal_syscon' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/syscon/e_syscon.c:477:60: style: Function '_cb_signal_syscon' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/syscon/e_syscon.c:7:61: note: Function '_cb_signal_syscon' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/syscon/e_syscon.c:477:60: note: Function '_cb_signal_syscon' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/syscon/e_syscon.c:477:94: style: Function '_cb_signal_syscon' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/syscon/e_syscon.c:7:78: note: Function '_cb_signal_syscon' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/syscon/e_syscon.c:477:94: note: Function '_cb_signal_syscon' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/syscon/e_syscon.c:484:48: style: Function '_cb_signal_action' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/syscon/e_syscon.c:8:61: note: Function '_cb_signal_action' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/syscon/e_syscon.c:484:48: note: Function '_cb_signal_action' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/syscon/e_syscon.c:484:82: style: Function '_cb_signal_action' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/syscon/e_syscon.c:8:78: note: Function '_cb_signal_action' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/syscon/e_syscon.c:484:82: note: Function '_cb_signal_action' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/syscon/e_syscon.c:484:114: style: Function '_cb_signal_action' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/syscon/e_syscon.c:8:100: note: Function '_cb_signal_action' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/syscon/e_syscon.c:484:114: note: Function '_cb_signal_action' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/syscon/e_syscon.c:498:54: style: Function '_cb_signal_action_extra' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/syscon/e_syscon.c:9:67: note: Function '_cb_signal_action_extra' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/syscon/e_syscon.c:498:54: note: Function '_cb_signal_action_extra' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/syscon/e_syscon.c:498:88: style: Function '_cb_signal_action_extra' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/syscon/e_syscon.c:9:84: note: Function '_cb_signal_action_extra' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/syscon/e_syscon.c:498:88: note: Function '_cb_signal_action_extra' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/syscon/e_syscon.c:498:120: style: Function '_cb_signal_action_extra' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/syscon/e_syscon.c:9:106: note: Function '_cb_signal_action_extra' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/syscon/e_syscon.c:498:120: note: Function '_cb_signal_action_extra' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/syscon/e_syscon.c:509:34: style: Function '_cb_timeout_defaction' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/syscon/e_syscon.c:10:46: note: Function '_cb_timeout_defaction' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/syscon/e_syscon.c:509:34: note: Function '_cb_timeout_defaction' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/syscon/e_syscon_gadget.c:132:57: style: Function '_gc_orient' argument 2 names different: declaration 'orient' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/syscon/e_syscon_gadget.c:21:81: note: Function '_gc_orient' argument 2 names different: declaration 'orient' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/syscon/e_syscon_gadget.c:132:57: note: Function '_gc_orient' argument 2 names different: declaration 'orient' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/syscon/e_syscon_gadget.c:145:42: style: Function '_gc_icon' argument 1 names different: declaration 'cc' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/syscon/e_syscon_gadget.c:23:70: note: Function '_gc_icon' argument 1 names different: declaration 'cc' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/syscon/e_syscon_gadget.c:145:42: note: Function '_gc_icon' argument 1 names different: declaration 'cc' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/syscon/e_syscon_gadget.c:229:35: style: Function '_cb_menu_post' argument 2 names different: declaration 'EINA_UNUSED' definition 'm'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/syscon/e_syscon_gadget.c:26:68: note: Function '_cb_menu_post' argument 2 names different: declaration 'EINA_UNUSED' definition 'm'.
enlightenment-0.22.3/src/modules/syscon/e_syscon_gadget.c:229:35: note: Function '_cb_menu_post' argument 2 names different: declaration 'EINA_UNUSED' definition 'm'.
enlightenment-0.22.3/src/modules/syscon/e_syscon_gadget.c:243:36: style: Function '_cb_menu_sel' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/syscon/e_syscon_gadget.c:27:65: note: Function '_cb_menu_sel' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/syscon/e_syscon_gadget.c:243:36: note: Function '_cb_menu_sel' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/sysinfo/batman/batman.c:449:4: style: Variable 'inst' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/modules/sysinfo/batman/batman.c:447:0: note: Variable 'inst' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/sysinfo/batman/batman.c:449:4: note: Variable 'inst' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/sysinfo/batman/batman.c:193:18: style: The scope of the variable 'debounce_time' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/sysinfo/batman/batman.c:701:15: style: The scope of the variable 'l' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/sysinfo/batman/batman.c:445:51: style: Function '_batman_cb_warning_popup_hide' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/sysinfo/batman/batman.c:9:66: note: Function '_batman_cb_warning_popup_hide' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/sysinfo/batman/batman.c:445:51: note: Function '_batman_cb_warning_popup_hide' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/sysinfo/batman/batman.c:445:81: style: Function '_batman_cb_warning_popup_hide' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/sysinfo/batman/batman.c:9:82: note: Function '_batman_cb_warning_popup_hide' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/sysinfo/batman/batman.c:445:81: note: Function '_batman_cb_warning_popup_hide' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/sysinfo/batman/batman.c:445:106: style: Function '_batman_cb_warning_popup_hide' argument 4 names different: declaration 'event' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/sysinfo/batman/batman.c:9:93: note: Function '_batman_cb_warning_popup_hide' argument 4 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/sysinfo/batman/batman.c:445:106: note: Function '_batman_cb_warning_popup_hide' argument 4 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/sysinfo/batman/batman.c:475:43: style: Function '_batman_warning_popup' argument 2 names different: declaration 'time' definition 't'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/sysinfo/batman/batman.c:11:60: note: Function '_batman_warning_popup' argument 2 names different: declaration 'time' definition 't'.
enlightenment-0.22.3/src/modules/sysinfo/batman/batman.c:475:43: note: Function '_batman_warning_popup' argument 2 names different: declaration 'time' definition 't'.
enlightenment-0.22.3/src/modules/sysinfo/batman/batman.c:739:73: style: Function 'batman_create' argument 3 names different: declaration 'orient' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/sysinfo/sysinfo.h:276:87: note: Function 'batman_create' argument 3 names different: declaration 'orient' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/sysinfo/batman/batman.c:739:73: note: Function 'batman_create' argument 3 names different: declaration 'orient' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/sysinfo/batman/batman.c:420:14: style: Variable 'ok' is assigned a value that is never used. [unreadVariable]
enlightenment-0.22.3/src/modules/sysinfo/batman/batman_config.c:303:4: style: Variable 'it' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/modules/sysinfo/batman/batman_config.c:301:4: note: Variable 'it' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/sysinfo/batman/batman_config.c:303:4: note: Variable 'it' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/sysinfo/batman/batman_config.c:211:8: style: The scope of the variable 'len' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/sysinfo/batman/batman_fallback.c:655:47: style: Condition 'time_to_empty<0' is always true [knownConditionTrueFalse]
enlightenment-0.22.3/src/modules/sysinfo/batman/batman_fallback.c:1003:8: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
enlightenment-0.22.3/src/modules/sysinfo/batman/batman_fallback.c:1003:8: warning: %x in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
enlightenment-0.22.3/src/modules/sysinfo/batman/batman_fallback.c:1003:8: warning: %x in format string (no. 3) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
enlightenment-0.22.3/src/modules/sysinfo/batman/batman_fallback.c:1003:8: warning: %x in format string (no. 4) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
enlightenment-0.22.3/src/modules/sysinfo/batman/batman_fallback.c:452:15: style: The scope of the variable 'l' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/sysinfo/batman/batman_fallback.c:503:15: style: The scope of the variable 'l' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/sysinfo/batman/batman_fallback.c:504:10: style: The scope of the variable 'name' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/sysinfo/batman/batman_fallback.c:505:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/sysinfo/batman/batman_fallback.c:536:18: style: The scope of the variable 'pwr' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/sysinfo/batman/batman_fallback.c:797:19: style: The scope of the variable 'powers' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/sysinfo/batman/batman_fallback.c:644:92: warning: Either the condition 'current<0' is redundant or there is division by zero at line 644. [zerodivcond]
enlightenment-0.22.3/src/modules/sysinfo/batman/batman_fallback.c:640:46: note: Assuming that condition 'current<0' is not redundant
enlightenment-0.22.3/src/modules/sysinfo/batman/batman_fallback.c:644:92: note: Division by zero
enlightenment-0.22.3/src/modules/sysinfo/batman/batman_fallback.c:723:36: style: Function 'linux_acpi_cb_acpid_add' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/sysinfo/batman/batman_fallback.c:691:48: note: Function 'linux_acpi_cb_acpid_add' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/sysinfo/batman/batman_fallback.c:723:36: note: Function 'linux_acpi_cb_acpid_add' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/sysinfo/batman/batman_fallback.c:724:34: style: Function 'linux_acpi_cb_acpid_add' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/sysinfo/batman/batman_fallback.c:692:46: note: Function 'linux_acpi_cb_acpid_add' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/sysinfo/batman/batman_fallback.c:724:34: note: Function 'linux_acpi_cb_acpid_add' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/sysinfo/batman/batman_fallback.c:725:37: style: Function 'linux_acpi_cb_acpid_add' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/sysinfo/batman/batman_fallback.c:693:48: note: Function 'linux_acpi_cb_acpid_add' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/sysinfo/batman/batman_fallback.c:725:37: note: Function 'linux_acpi_cb_acpid_add' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/sysinfo/batman/batman_fallback.c:731:36: style: Function 'linux_acpi_cb_acpid_del' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/sysinfo/batman/batman_fallback.c:694:48: note: Function 'linux_acpi_cb_acpid_del' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/sysinfo/batman/batman_fallback.c:731:36: note: Function 'linux_acpi_cb_acpid_del' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/sysinfo/batman/batman_fallback.c:732:34: style: Function 'linux_acpi_cb_acpid_del' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/sysinfo/batman/batman_fallback.c:695:46: note: Function 'linux_acpi_cb_acpid_del' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/sysinfo/batman/batman_fallback.c:732:34: note: Function 'linux_acpi_cb_acpid_del' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/sysinfo/batman/batman_fallback.c:733:37: style: Function 'linux_acpi_cb_acpid_del' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/sysinfo/batman/batman_fallback.c:696:48: note: Function 'linux_acpi_cb_acpid_del' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/sysinfo/batman/batman_fallback.c:733:37: note: Function 'linux_acpi_cb_acpid_del' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/sysinfo/batman/batman_fallback.c:747:37: style: Function 'linux_acpi_cb_acpid_data' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/sysinfo/batman/batman_fallback.c:697:49: note: Function 'linux_acpi_cb_acpid_data' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/sysinfo/batman/batman_fallback.c:747:37: note: Function 'linux_acpi_cb_acpid_data' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/sysinfo/batman/batman_fallback.c:748:35: style: Function 'linux_acpi_cb_acpid_data' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/sysinfo/batman/batman_fallback.c:698:47: note: Function 'linux_acpi_cb_acpid_data' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/sysinfo/batman/batman_fallback.c:748:35: note: Function 'linux_acpi_cb_acpid_data' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/sysinfo/batman/batman_fallback.c:749:38: style: Function 'linux_acpi_cb_acpid_data' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/sysinfo/batman/batman_fallback.c:699:49: note: Function 'linux_acpi_cb_acpid_data' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/sysinfo/batman/batman_fallback.c:749:38: note: Function 'linux_acpi_cb_acpid_data' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/sysinfo/batman/batman_fallback.c:1195:32: style: Function '_batman_fallback_poll_cb' argument 1 names different: declaration 'EINA_UNUSED' definition 'data'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/sysinfo/batman/batman_fallback.c:32:54: note: Function '_batman_fallback_poll_cb' argument 1 names different: declaration 'EINA_UNUSED' definition 'data'.
enlightenment-0.22.3/src/modules/sysinfo/batman/batman_fallback.c:1195:32: note: Function '_batman_fallback_poll_cb' argument 1 names different: declaration 'EINA_UNUSED' definition 'data'.
enlightenment-0.22.3/src/modules/sysinfo/batman/batman_udev.c:100:59: style: The scope of the variable 'l' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/sysinfo/batman/batman_udev.c:140:61: style: The scope of the variable 'l' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/sysinfo/batman/batman_udev.c:252:11: style: The scope of the variable 't' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/sysinfo/batman/batman_udev.c:252:14: style: The scope of the variable 'charge' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/sysinfo/batman/batman_udev.c:67:107: style: Function '_batman_udev_event_battery' argument 4 names different: declaration 'watch' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/sysinfo/batman/batman_udev.c:3:118: note: Function '_batman_udev_event_battery' argument 4 names different: declaration 'watch' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/sysinfo/batman/batman_udev.c:67:107: note: Function '_batman_udev_event_battery' argument 4 names different: declaration 'watch' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/sysinfo/batman/batman_udev.c:82:102: style: Function '_batman_udev_event_ac' argument 4 names different: declaration 'watch' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/sysinfo/batman/batman_udev.c:4:113: note: Function '_batman_udev_event_ac' argument 4 names different: declaration 'watch' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/sysinfo/batman/batman_udev.c:82:102: note: Function '_batman_udev_event_ac' argument 4 names different: declaration 'watch' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/sysinfo/batman/batman_upower.c:373:1: style: Label 'proxy_error' is not used. [unusedLabel]
enlightenment-0.22.3/src/modules/sysinfo/batman/batman_upower.c:375:1: style: Label 'obj_error' is not used. [unusedLabel]
enlightenment-0.22.3/src/modules/sysinfo/batman/batman_upower.c:348:28: style: Variable 'exists' is assigned a value that is never used. [unreadVariable]
enlightenment-0.22.3/src/modules/sysinfo/cpuclock/cpuclock.c:363:26: style: The scope of the variable 'frequency_msg' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/sysinfo/cpuclock/cpuclock.c:364:29: style: The scope of the variable 'governor_msg' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/sysinfo/cpuclock/cpuclock.c:1168:15: style: The scope of the variable 'l' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/sysinfo/cpuclock/cpuclock.c:1199:75: style: Function 'cpuclock_create' argument 3 names different: declaration 'orient' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/sysinfo/sysinfo.h:278:89: note: Function 'cpuclock_create' argument 3 names different: declaration 'orient' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/sysinfo/cpuclock/cpuclock.c:1199:75: note: Function 'cpuclock_create' argument 3 names different: declaration 'orient' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/sysinfo/cpuclock/cpuclock.c:26:14: style: struct member '_Pstate_Config::min' is never used. [unusedStructMember]
enlightenment-0.22.3/src/modules/sysinfo/cpuclock/cpuclock.c:27:14: style: struct member '_Pstate_Config::max' is never used. [unusedStructMember]
enlightenment-0.22.3/src/modules/sysinfo/cpuclock/cpuclock.c:28:14: style: struct member '_Pstate_Config::turbo' is never used. [unusedStructMember]
enlightenment-0.22.3/src/modules/sysinfo/cpuclock/cpuclock.c:932:20: style: Variable 'init_set' is assigned a value that is never used. [unreadVariable]
enlightenment-0.22.3/src/modules/sysinfo/cpuclock/cpuclock_config.c:278:4: style: Variable 'it' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/modules/sysinfo/cpuclock/cpuclock_config.c:276:4: note: Variable 'it' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/sysinfo/cpuclock/cpuclock_config.c:278:4: note: Variable 'it' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/sysinfo/cpuclock/cpuclock_sysfs.c:87:10: style: The scope of the variable 'f' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/sysinfo/cpumonitor/cpumonitor.c:69:25: style: The scope of the variable 'box' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/sysinfo/cpumonitor/cpumonitor.c:69:38: style: The scope of the variable 'label' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/sysinfo/cpumonitor/cpumonitor.c:72:9: style: The scope of the variable 'text' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/sysinfo/cpumonitor/cpumonitor.c:267:13: style: The scope of the variable 'percent' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/sysinfo/cpumonitor/cpumonitor.c:466:15: style: The scope of the variable 'l' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/sysinfo/cpumonitor/cpumonitor.c:491:77: style: Function 'cpumonitor_create' argument 3 names different: declaration 'orient' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/sysinfo/sysinfo.h:279:91: note: Function 'cpumonitor_create' argument 3 names different: declaration 'orient' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/sysinfo/cpumonitor/cpumonitor.c:491:77: note: Function 'cpumonitor_create' argument 3 names different: declaration 'orient' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/sysinfo/cpumonitor/cpumonitor_proc.c:6:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/sysinfo/cpumonitor/cpumonitor_proc.c:6:21: style: The scope of the variable 'tok' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/sysinfo/cpumonitor/cpumonitor_proc.c:8:19: style: The scope of the variable 'i' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/sysinfo/cpumonitor/cpumonitor_proc.c:36:8: style: The scope of the variable 'k' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/sysinfo/cpumonitor/cpumonitor_proc.c:36:15: style: The scope of the variable 'j' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/sysinfo/cpumonitor/cpumonitor_proc.c:37:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/sysinfo/cpumonitor/cpumonitor_proc.c:39:14: style: The scope of the variable 'core' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/sysinfo/cpumonitor/cpumonitor_proc.c:48:54: style: The scope of the variable 'use' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/sysinfo/cpumonitor/cpumonitor_proc.c:77:54: style: The scope of the variable 'use' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/sysinfo/cpumonitor/cpumonitor_proc.c:33:32: style: Function '_cpumonitor_proc_getusage' argument 3 names different: declaration 'prev_precent' definition 'prev_percent'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/sysinfo/cpumonitor/cpumonitor.h:8:98: note: Function '_cpumonitor_proc_getusage' argument 3 names different: declaration 'prev_precent' definition 'prev_percent'.
enlightenment-0.22.3/src/modules/sysinfo/cpumonitor/cpumonitor_proc.c:33:32: note: Function '_cpumonitor_proc_getusage' argument 3 names different: declaration 'prev_precent' definition 'prev_percent'.
enlightenment-0.22.3/src/modules/sysinfo/cpumonitor/cpumonitor_sysctl.c:29:87: style: Function '_cpumonitor_sysctl_getusage' argument 3 names different: declaration 'prev_precent' definition 'prev_percent'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/sysinfo/cpumonitor/cpumonitor.h:10:100: note: Function '_cpumonitor_sysctl_getusage' argument 3 names different: declaration 'prev_precent' definition 'prev_percent'.
enlightenment-0.22.3/src/modules/sysinfo/cpumonitor/cpumonitor_sysctl.c:29:87: note: Function '_cpumonitor_sysctl_getusage' argument 3 names different: declaration 'prev_precent' definition 'prev_percent'.
enlightenment-0.22.3/src/modules/sysinfo/cpumonitor/cpumonitor_sysctl.c:31:14: style: Unused variable: core [unusedVariable]
enlightenment-0.22.3/src/modules/sysinfo/cpumonitor/cpumonitor_sysctl.c:32:11: style: Unused variable: size [unusedVariable]
enlightenment-0.22.3/src/modules/sysinfo/cpumonitor/cpumonitor_sysctl.c:33:0: style: Variable 'percent_all' is assigned a value that is never used. [unreadVariable]
enlightenment-0.22.3/src/modules/sysinfo/cpumonitor/cpumonitor_sysctl.c:33:0: style: Variable 'total_all' is assigned a value that is never used. [unreadVariable]
enlightenment-0.22.3/src/modules/sysinfo/cpumonitor/cpumonitor_sysctl.c:33:0: style: Variable 'idle_all' is assigned a value that is never used. [unreadVariable]
enlightenment-0.22.3/src/modules/sysinfo/cpumonitor/cpumonitor_sysctl.c:34:8: style: Unused variable: i [unusedVariable]
enlightenment-0.22.3/src/modules/sysinfo/cpumonitor/cpumonitor_sysctl.c:34:11: style: Unused variable: j [unusedVariable]
enlightenment-0.22.3/src/modules/sysinfo/memusage/memusage.c:529:15: style: The scope of the variable 'l' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/sysinfo/memusage/memusage.c:564:75: style: Function 'memusage_create' argument 3 names different: declaration 'orient' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/sysinfo/sysinfo.h:280:89: note: Function 'memusage_create' argument 3 names different: declaration 'orient' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/sysinfo/memusage/memusage.c:564:75: note: Function 'memusage_create' argument 3 names different: declaration 'orient' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/sysinfo/memusage/memusage_sysctl.c:47:11: style: Unused variable: len [unusedVariable]
enlightenment-0.22.3/src/modules/sysinfo/memusage/memusage_sysctl.c:48:0: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
enlightenment-0.22.3/src/modules/sysinfo/mod.c:210:31: style: Function 'e_modapi_shutdown' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/sysinfo/sysinfo.h:14:42: note: Function 'e_modapi_shutdown' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/sysinfo/mod.c:210:31: note: Function 'e_modapi_shutdown' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/sysinfo/mod.c:217:27: style: Function 'e_modapi_save' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/sysinfo/sysinfo.h:15:42: note: Function 'e_modapi_save' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/sysinfo/mod.c:217:27: note: Function 'e_modapi_save' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/sysinfo/netstatus/netstatus.c:89:17: style: The scope of the variable 'label' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/sysinfo/netstatus/netstatus.c:89:33: style: The scope of the variable 'table' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/sysinfo/netstatus/netstatus.c:92:9: style: The scope of the variable 'text' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/sysinfo/netstatus/netstatus.c:92:21: style: The scope of the variable 'buf' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/sysinfo/netstatus/netstatus.c:466:15: style: The scope of the variable 'l' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/sysinfo/netstatus/netstatus.c:496:76: style: Function 'netstatus_create' argument 3 names different: declaration 'orient' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/sysinfo/sysinfo.h:281:90: note: Function 'netstatus_create' argument 3 names different: declaration 'orient' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/sysinfo/netstatus/netstatus.c:496:76: note: Function 'netstatus_create' argument 3 names different: declaration 'orient' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/sysinfo/netstatus/netstatus_proc.c:18:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/sysinfo/netstatus/netstatus_proc.c:18:20: style: The scope of the variable 'dummys' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/sysinfo/netstatus/netstatus_proc.c:35:18: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
enlightenment-0.22.3/src/modules/sysinfo/sysinfo.c:75:15: style: The scope of the variable 'l' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/sysinfo/thermal/thermal.c:120:22: style: The scope of the variable 'temp' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/sysinfo/thermal/thermal.c:470:15: style: The scope of the variable 'l' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/sysinfo/thermal/thermal.c:500:74: style: Function 'thermal_create' argument 3 names different: declaration 'orient' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/sysinfo/sysinfo.h:277:88: note: Function 'thermal_create' argument 3 names different: declaration 'orient' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/sysinfo/thermal/thermal.c:500:74: note: Function 'thermal_create' argument 3 names different: declaration 'orient' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/sysinfo/thermal/thermal_udev.c:6:15: style: The scope of the variable 'l' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/sysinfo/thermal/thermal_udev.c:7:11: style: The scope of the variable 'cur' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/sysinfo/thermal/thermal_udev.c:8:10: style: The scope of the variable 'syspath' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/sysinfo/thermal/thermal_udev.c:9:16: style: The scope of the variable 'test' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/sysinfo/thermal/thermal_udev.c:10:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/sysinfo/thermal/thermal_udev.c:11:8: style: The scope of the variable 'x' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/sysinfo/thermal/thermal_udev.c:11:11: style: The scope of the variable 'y' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/sysinfo/thermal/thermal_udev.c:11:14: style: The scope of the variable 'cpus' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/systray/e_mod_main.c:434:31: style: Function 'e_modapi_shutdown' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/systray/e_mod_main.h:9:41: note: Function 'e_modapi_shutdown' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/systray/e_mod_main.c:434:31: note: Function 'e_modapi_shutdown' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/systray/e_mod_main.c:449:27: style: Function 'e_modapi_save' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/systray/e_mod_main.h:10:37: note: Function 'e_modapi_save' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/systray/e_mod_main.c:449:27: note: Function 'e_modapi_save' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/systray/e_mod_notifier_host.c:339:4: style: Variable 'host_inst' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/modules/systray/e_mod_notifier_host.c:337:0: note: Variable 'host_inst' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/systray/e_mod_notifier_host.c:339:4: note: Variable 'host_inst' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/systray/e_mod_notifier_host.c:71:17: style: The scope of the variable 'ext' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/systray/e_mod_notifier_host_dbus.c:18:28: style: struct member '_Notifier_Host_Data::host_inst' is never used. [unusedStructMember]
enlightenment-0.22.3/src/modules/systray/e_mod_notifier_host_dbus.c:19:10: style: struct member '_Notifier_Host_Data::data' is never used. [unusedStructMember]
enlightenment-0.22.3/src/modules/tasks/e_mod_config.c:62:33: style: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/tasks/e_mod_config.c:15:49: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/tasks/e_mod_config.c:62:33: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/tasks/e_mod_config.c:78:44: style: Function '_basic_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/tasks/e_mod_config.c:16:60: note: Function '_basic_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/tasks/e_mod_config.c:78:44: note: Function '_basic_create_widgets' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:728:15: style: The scope of the variable 'l' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:1026:15: style: The scope of the variable 'l' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:1027:11: style: The scope of the variable 'tasks' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:162:31: style: Function 'e_modapi_shutdown' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/tasks/e_mod_main.h:30:39: note: Function 'e_modapi_shutdown' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:162:31: note: Function 'e_modapi_shutdown' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:197:27: style: Function 'e_modapi_save' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/tasks/e_mod_main.h:31:35: note: Function 'e_modapi_save' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:197:27: note: Function 'e_modapi_save' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:290:53: style: Function '_gc_label' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:10:64: note: Function '_gc_label' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:290:53: note: Function '_gc_label' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:296:52: style: Function '_gc_icon' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:11:63: note: Function '_gc_icon' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:296:52: note: Function '_gc_icon' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:309:54: style: Function '_gc_id_new' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:12:65: note: Function '_gc_id_new' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:309:54: note: Function '_gc_id_new' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:769:36: style: Function '_tasks_config_updated' argument 1 names different: declaration 'ci' definition 'config'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/tasks/e_mod_main.h:34:41: note: Function '_tasks_config_updated' argument 1 names different: declaration 'ci' definition 'config'.
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:769:36: note: Function '_tasks_config_updated' argument 1 names different: declaration 'ci' definition 'config'.
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:782:48: style: Function '_tasks_cb_menu_configure' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:75:66: note: Function '_tasks_cb_menu_configure' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:782:48: note: Function '_tasks_cb_menu_configure' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:782:77: style: Function '_tasks_cb_menu_configure' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:75:82: note: Function '_tasks_cb_menu_configure' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:782:77: note: Function '_tasks_cb_menu_configure' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:791:47: style: Function '_tasks_cb_item_mouse_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:76:65: note: Function '_tasks_cb_item_mouse_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:791:47: note: Function '_tasks_cb_item_mouse_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:791:77: style: Function '_tasks_cb_item_mouse_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:76:81: note: Function '_tasks_cb_item_mouse_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:791:77: note: Function '_tasks_cb_item_mouse_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:859:45: style: Function '_tasks_cb_item_mouse_up' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:77:63: note: Function '_tasks_cb_item_mouse_up' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:859:45: note: Function '_tasks_cb_item_mouse_up' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:859:75: style: Function '_tasks_cb_item_mouse_up' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:77:79: note: Function '_tasks_cb_item_mouse_up' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:859:75: note: Function '_tasks_cb_item_mouse_up' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:932:39: style: Function '_tasks_cb_event_client_add' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:80:54: note: Function '_tasks_cb_event_client_add' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:932:39: note: Function '_tasks_cb_event_client_add' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:932:61: style: Function '_tasks_cb_event_client_add' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:80:64: note: Function '_tasks_cb_event_client_add' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:932:61: note: Function '_tasks_cb_event_client_add' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:951:42: style: Function '_tasks_cb_event_client_remove' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:81:57: note: Function '_tasks_cb_event_client_remove' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:951:42: note: Function '_tasks_cb_event_client_remove' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:951:64: style: Function '_tasks_cb_event_client_remove' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:81:67: note: Function '_tasks_cb_event_client_remove' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:951:64: note: Function '_tasks_cb_event_client_remove' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:967:43: style: Function '_tasks_cb_event_client_iconify' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:82:58: note: Function '_tasks_cb_event_client_iconify' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:967:43: note: Function '_tasks_cb_event_client_iconify' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:967:65: style: Function '_tasks_cb_event_client_iconify' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:82:68: note: Function '_tasks_cb_event_client_iconify' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:967:65: note: Function '_tasks_cb_event_client_iconify' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:981:45: style: Function '_tasks_cb_event_client_uniconify' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:83:60: note: Function '_tasks_cb_event_client_uniconify' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:981:45: note: Function '_tasks_cb_event_client_uniconify' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:981:67: style: Function '_tasks_cb_event_client_uniconify' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:83:70: note: Function '_tasks_cb_event_client_uniconify' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:981:67: note: Function '_tasks_cb_event_client_uniconify' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:995:38: style: Function '_tasks_cb_window_focus_in' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:87:53: note: Function '_tasks_cb_window_focus_in' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:995:38: note: Function '_tasks_cb_window_focus_in' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:995:60: style: Function '_tasks_cb_window_focus_in' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:87:63: note: Function '_tasks_cb_window_focus_in' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:995:60: note: Function '_tasks_cb_window_focus_in' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:1009:39: style: Function '_tasks_cb_window_focus_out' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:88:54: note: Function '_tasks_cb_window_focus_out' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:1009:39: note: Function '_tasks_cb_window_focus_out' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:1009:61: style: Function '_tasks_cb_window_focus_out' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:88:64: note: Function '_tasks_cb_window_focus_out' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:1009:61: note: Function '_tasks_cb_window_focus_out' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:1023:47: style: Function '_tasks_cb_event_client_prop_change' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:84:62: note: Function '_tasks_cb_event_client_prop_change' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:1023:47: note: Function '_tasks_cb_event_client_prop_change' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:1023:69: style: Function '_tasks_cb_event_client_prop_change' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:84:72: note: Function '_tasks_cb_event_client_prop_change' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:1023:69: note: Function '_tasks_cb_event_client_prop_change' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:1043:44: style: Function '_tasks_cb_event_client_zone_set' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:85:59: note: Function '_tasks_cb_event_client_zone_set' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:1043:44: note: Function '_tasks_cb_event_client_zone_set' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:1043:66: style: Function '_tasks_cb_event_client_zone_set' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:85:69: note: Function '_tasks_cb_event_client_zone_set' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:1043:66: note: Function '_tasks_cb_event_client_zone_set' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:1043:91: style: Function '_tasks_cb_event_client_zone_set' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:85:81: note: Function '_tasks_cb_event_client_zone_set' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:1043:91: note: Function '_tasks_cb_event_client_zone_set' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:1050:44: style: Function '_tasks_cb_event_client_desk_set' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:86:59: note: Function '_tasks_cb_event_client_desk_set' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:1050:44: note: Function '_tasks_cb_event_client_desk_set' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:1050:66: style: Function '_tasks_cb_event_client_desk_set' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:86:69: note: Function '_tasks_cb_event_client_desk_set' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:1050:66: note: Function '_tasks_cb_event_client_desk_set' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:1058:38: style: Function '_tasks_cb_event_desk_show' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:89:53: note: Function '_tasks_cb_event_desk_show' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:1058:38: note: Function '_tasks_cb_event_desk_show' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:1058:60: style: Function '_tasks_cb_event_desk_show' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:89:63: note: Function '_tasks_cb_event_desk_show' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:1058:60: note: Function '_tasks_cb_event_desk_show' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:1058:85: style: Function '_tasks_cb_event_desk_show' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:89:75: note: Function '_tasks_cb_event_desk_show' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/tasks/e_mod_main.c:1058:85: note: Function '_tasks_cb_event_desk_show' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/teamwork/e_mod_config.c:162:50: style: Function 'e_int_config_teamwork_module' argument 1 names different: declaration 'parent' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/teamwork/e_mod_main.h:72:68: note: Function 'e_int_config_teamwork_module' argument 1 names different: declaration 'parent' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/teamwork/e_mod_config.c:162:50: note: Function 'e_int_config_teamwork_module' argument 1 names different: declaration 'parent' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/teamwork/e_mod_tw.c:1094:4: style: Variable 'video' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/modules/teamwork/e_mod_tw.c:1092:0: note: Variable 'video' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/teamwork/e_mod_tw.c:1094:4: note: Variable 'video' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/teamwork/e_mod_tw.c:364:11: style: The scope of the variable 'i' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/teamwork/e_mod_tw.c:721:11: style: The scope of the variable 'list' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/teamwork/e_mod_tw.c:998:17: style: The scope of the variable 'o' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/temperature/e_mod_config.c:240:36: style: Function '_basic_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/temperature/e_mod_config.c:36:52: note: Function '_basic_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/temperature/e_mod_config.c:240:36: note: Function '_basic_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/temperature/e_mod_config.c:325:35: style: Function '_basic_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/temperature/e_mod_config.c:37:42: note: Function '_basic_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/temperature/e_mod_config.c:325:35: note: Function '_basic_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/temperature/e_mod_main.c:80:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/temperature/e_mod_main.c:325:22: style: The scope of the variable 'temp' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/temperature/e_mod_main.c:196:57: style: Function '_gc_orient' argument 2 names different: declaration 'orient' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/temperature/e_mod_main.c:19:62: note: Function '_gc_orient' argument 2 names different: declaration 'orient' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/temperature/e_mod_main.c:196:57: note: Function '_gc_orient' argument 2 names different: declaration 'orient' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/temperature/e_mod_main.c:203:53: style: Function '_gc_label' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/temperature/e_mod_main.c:20:59: note: Function '_gc_label' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/temperature/e_mod_main.c:203:53: note: Function '_gc_label' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/temperature/e_mod_main.c:209:52: style: Function '_gc_icon' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/temperature/e_mod_main.c:21:59: note: Function '_gc_icon' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/temperature/e_mod_main.c:209:52: note: Function '_gc_icon' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/temperature/e_mod_main.c:222:54: style: Function '_gc_id_new' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/temperature/e_mod_main.c:22:60: note: Function '_gc_id_new' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/temperature/e_mod_main.c:222:54: note: Function '_gc_id_new' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/temperature/e_mod_main.c:247:53: style: Function '_temperature_face_cb_mouse_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/temperature/e_mod_main.c:36:63: note: Function '_temperature_face_cb_mouse_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/temperature/e_mod_main.c:247:53: note: Function '_temperature_face_cb_mouse_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/temperature/e_mod_main.c:247:83: style: Function '_temperature_face_cb_mouse_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/temperature/e_mod_main.c:36:79: note: Function '_temperature_face_cb_mouse_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/temperature/e_mod_main.c:247:83: note: Function '_temperature_face_cb_mouse_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/temperature/e_mod_main.c:278:59: style: Function '_temperature_face_cb_menu_configure' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/temperature/e_mod_main.c:38:69: note: Function '_temperature_face_cb_menu_configure' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/temperature/e_mod_main.c:278:59: note: Function '_temperature_face_cb_menu_configure' argument 2 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/temperature/e_mod_main.c:278:88: style: Function '_temperature_face_cb_menu_configure' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/temperature/e_mod_main.c:38:85: note: Function '_temperature_face_cb_menu_configure' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/temperature/e_mod_main.c:278:88: note: Function '_temperature_face_cb_menu_configure' argument 3 names different: declaration 'mi' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/temperature/e_mod_main.c:431:31: style: Function 'e_modapi_shutdown' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/temperature/e_mod_main.h:100:39: note: Function 'e_modapi_shutdown' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/temperature/e_mod_main.c:431:31: note: Function 'e_modapi_shutdown' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/temperature/e_mod_main.c:445:27: style: Function 'e_modapi_save' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/temperature/e_mod_main.h:101:35: note: Function 'e_modapi_save' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/temperature/e_mod_main.c:445:27: note: Function 'e_modapi_save' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/temperature/e_mod_tempget.c:447:18: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
enlightenment-0.22.3/src/modules/temperature/e_mod_udev.c:7:15: style: The scope of the variable 'l' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/temperature/e_mod_udev.c:8:11: style: The scope of the variable 'cur' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/temperature/e_mod_udev.c:9:10: style: The scope of the variable 'syspath' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/temperature/e_mod_udev.c:10:16: style: The scope of the variable 'test' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/temperature/e_mod_udev.c:11:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/temperature/e_mod_udev.c:12:8: style: The scope of the variable 'x' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/temperature/e_mod_udev.c:12:11: style: The scope of the variable 'y' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/temperature/e_mod_udev.c:12:14: style: The scope of the variable 'cpus' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/tiling/e_mod_config.c:163:12: style: The scope of the variable 'zone' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/tiling/e_mod_config.c:300:48: style: Function 'e_int_config_tiling_module' argument 1 names different: declaration 'parent' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/tiling/e_mod_tiling.h:70:63: note: Function 'e_int_config_tiling_module' argument 1 names different: declaration 'parent' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/tiling/e_mod_config.c:300:48: note: Function 'e_int_config_tiling_module' argument 1 names different: declaration 'parent' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/tiling/e_mod_config.c:300:80: style: Function 'e_int_config_tiling_module' argument 2 names different: declaration 'params' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/tiling/e_mod_tiling.h:70:83: note: Function 'e_int_config_tiling_module' argument 2 names different: declaration 'params' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/tiling/e_mod_config.c:300:80: note: Function 'e_int_config_tiling_module' argument 2 names different: declaration 'params' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/tiling/e_mod_config.c:8:17: style: struct member '_E_Widget_Smart_Data::parent_obj' is never used. [unusedStructMember]
enlightenment-0.22.3/src/modules/tiling/e_mod_config.c:11:17: style: struct member '_E_Widget_Smart_Data::subobjs' is never used. [unusedStructMember]
enlightenment-0.22.3/src/modules/tiling/e_mod_tiling.c:1574:10: warning: Either the condition '!mi' is redundant or there is possible null pointer dereference: mi. [nullPointerRedundantCheck]
enlightenment-0.22.3/src/modules/tiling/e_mod_tiling.c:1576:9: note: Assuming that condition '!mi' is not redundant
enlightenment-0.22.3/src/modules/tiling/e_mod_tiling.c:1574:10: note: Null pointer dereference
enlightenment-0.22.3/src/modules/tiling/e_mod_tiling.c:274:27: style: The scope of the variable 'new_nb_stacks' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/tiling/e_mod_tiling.c:2009:31: style: Function 'e_modapi_shutdown' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/tiling/e_mod_tiling.h:75:52: note: Function 'e_modapi_shutdown' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/tiling/e_mod_tiling.c:2009:31: note: Function 'e_modapi_shutdown' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/tiling/e_mod_tiling.c:2083:27: style: Function 'e_modapi_save' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/tiling/e_mod_tiling.h:76:48: note: Function 'e_modapi_save' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/tiling/e_mod_tiling.c:2083:27: note: Function 'e_modapi_save' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/tiling/e_mod_tiling.c:2222:57: style: Function '_gc_orient' argument 2 names different: declaration 'orient' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/tiling/e_mod_tiling.c:86:74: note: Function '_gc_orient' argument 2 names different: declaration 'orient' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/tiling/e_mod_tiling.c:2222:57: note: Function '_gc_orient' argument 2 names different: declaration 'orient' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/tiling/e_mod_tiling.c:106:46: style: struct member 'tiling_mod_main_g::handler_move_end' is never used. [unusedStructMember]
enlightenment-0.22.3/src/modules/tiling/window_tree.c:103:17: style: The scope of the variable 'parent' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/tiling/window_tree.c:606:22: style: The scope of the variable 'pl' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/time/clock.c:143:16: style: The scope of the variable 'digital' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/time/clock.c:348:15: style: The scope of the variable 'l' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/time/config.c:82:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/time/mod.c:131:31: style: Function 'e_modapi_shutdown' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/time/clock.h:9:42: note: Function 'e_modapi_shutdown' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/time/mod.c:131:31: note: Function 'e_modapi_shutdown' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/time/mod.c:138:27: style: Function 'e_modapi_save' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/time/clock.h:10:42: note: Function 'e_modapi_save' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/time/mod.c:138:27: note: Function 'e_modapi_save' argument 1 names different: declaration 'm' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/vkbd/e_kbd_buf.c:89:13: style: The scope of the variable 'dist' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/vkbd/e_kbd_buf.c:89:19: style: The scope of the variable 'dx' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/vkbd/e_kbd_buf.c:89:23: style: The scope of the variable 'dy' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/vkbd/e_kbd_buf.c:439:21: style: The scope of the variable 'str' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/vkbd/e_kbd_buf.c:241:49: style: Function 'e_kbd_buf_new' argument 2 names different: declaration 'dicts' definition 'dict'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/vkbd/e_kbd_buf.h:56:65: note: Function 'e_kbd_buf_new' argument 2 names different: declaration 'dicts' definition 'dict'.
enlightenment-0.22.3/src/modules/vkbd/e_kbd_buf.c:241:49: note: Function 'e_kbd_buf_new' argument 2 names different: declaration 'dicts' definition 'dict'.
enlightenment-0.22.3/src/modules/vkbd/e_kbd_cfg.c:63:25: style: The scope of the variable 'p' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/vkbd/e_kbd_dict.c:360:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
enlightenment-0.22.3/src/modules/vkbd/e_kbd_dict.c:517:27: style: The scope of the variable 'v2' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/vkbd/e_kbd_dict.c:709:21: style: The scope of the variable 'kw' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/vkbd/e_kbd_dict.c:710:19: style: The scope of the variable 'len' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/vkbd/e_kbd_dict.c:710:24: style: The scope of the variable 'd' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/vkbd/e_kbd_dict.c:747:24: style: The scope of the variable 'w2' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/vkbd/e_kbd_dict.c:747:28: style: The scope of the variable 'b2' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/vkbd/e_kbd_dict.c:788:21: style: The scope of the variable 'lettermaxdist' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/vkbd/e_kbd_dict.c:195:8: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
enlightenment-0.22.3/src/modules/vkbd/e_kbd_dict.c:526:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
enlightenment-0.22.3/src/modules/vkbd/e_kbd_dict.c:793:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
enlightenment-0.22.3/src/modules/vkbd/e_kbd_dict.c:108:19: warning: Either the condition 'glyph<256' is redundant or tolower() argument nr 1 can have invalid value. The value is 256 but the valid values are '0:255'. [invalidFunctionArg]
enlightenment-0.22.3/src/modules/vkbd/e_kbd_dict.c:107:14: note: Assuming that condition 'glyph<256' is not redundant
enlightenment-0.22.3/src/modules/vkbd/e_kbd_dict.c:108:19: note: Invalid argument
enlightenment-0.22.3/src/modules/vkbd/e_kbd_int.c:935:13: warning: Width 4000 given in format string (no. 1) is smaller than destination buffer 'str[4096]'. [invalidScanfFormatWidth_smaller]
enlightenment-0.22.3/src/modules/vkbd/e_kbd_int.c:978:18: warning: Width 4000 given in format string (no. 1) is smaller than destination buffer 'label[4096]'. [invalidScanfFormatWidth_smaller]
enlightenment-0.22.3/src/modules/vkbd/e_kbd_int.c:990:18: warning: Width 4000 given in format string (no. 1) is smaller than destination buffer 'str[4096]'. [invalidScanfFormatWidth_smaller]
enlightenment-0.22.3/src/modules/vkbd/e_kbd_int.c:1208:28: warning: Width 4000 given in format string (no. 1) is smaller than destination buffer 'str[4096]'. [invalidScanfFormatWidth_smaller]
enlightenment-0.22.3/src/modules/vkbd/e_kbd_int.c:1211:29: warning: Width 4000 given in format string (no. 1) is smaller than destination buffer 'str[4096]'. [invalidScanfFormatWidth_smaller]
enlightenment-0.22.3/src/modules/vkbd/e_kbd_int.c:1242:29: warning: Width 4000 given in format string (no. 1) is smaller than destination buffer 'str[4096]'. [invalidScanfFormatWidth_smaller]
enlightenment-0.22.3/src/modules/vkbd/e_kbd_int.c:219:13: style: The scope of the variable 'newpos' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/vkbd/e_kbd_int.c:721:19: style: The scope of the variable 'ky' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/vkbd/e_kbd_int.c:722:26: style: The scope of the variable 'inf' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/vkbd/e_kbd_send.c:319:9: style: Variable 'key' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/modules/vkbd/e_kbd_send.c:317:0: note: Variable 'key' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/vkbd/e_kbd_send.c:319:9: note: Variable 'key' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/vkbd/e_kbd_send.c:312:41: style: Function 'e_kbd_send_string_press' argument 1 names different: declaration 'str' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/vkbd/e_kbd_send.h:12:47: note: Function 'e_kbd_send_string_press' argument 1 names different: declaration 'str' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/vkbd/e_kbd_send.c:312:41: note: Function 'e_kbd_send_string_press' argument 1 names different: declaration 'str' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/vkbd/e_kbd_send.c:312:66: style: Function 'e_kbd_send_string_press' argument 2 names different: declaration 'mod' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/vkbd/e_kbd_send.h:12:60: note: Function 'e_kbd_send_string_press' argument 2 names different: declaration 'mod' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/vkbd/e_kbd_send.c:312:66: note: Function 'e_kbd_send_string_press' argument 2 names different: declaration 'mod' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/vkbd/e_kbd_send.c:327:41: style: Function 'e_kbd_send_keysym_press' argument 1 names different: declaration 'key' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/vkbd/e_kbd_send.h:13:47: note: Function 'e_kbd_send_keysym_press' argument 1 names different: declaration 'key' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/vkbd/e_kbd_send.c:327:41: note: Function 'e_kbd_send_keysym_press' argument 1 names different: declaration 'key' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/vkbd/e_kbd_send.c:327:66: style: Function 'e_kbd_send_keysym_press' argument 2 names different: declaration 'mod' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/vkbd/e_kbd_send.h:13:60: note: Function 'e_kbd_send_keysym_press' argument 2 names different: declaration 'mod' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/vkbd/e_kbd_send.c:327:66: note: Function 'e_kbd_send_keysym_press' argument 2 names different: declaration 'mod' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/winlist/e_int_config_winlist.c:95:35: style: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/winlist/e_int_config_winlist.c:3:51: note: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/winlist/e_int_config_winlist.c:95:35: note: Function '_create_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/winlist/e_int_config_winlist.c:106:33: style: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/winlist/e_int_config_winlist.c:4:49: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/winlist/e_int_config_winlist.c:106:33: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/winlist/e_int_config_winlist.c:112:35: style: Function '_basic_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/winlist/e_int_config_winlist.c:5:51: note: Function '_basic_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/winlist/e_int_config_winlist.c:112:35: note: Function '_basic_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/winlist/e_int_config_winlist.c:146:43: style: Function '_basic_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/winlist/e_int_config_winlist.c:6:59: note: Function '_basic_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/winlist/e_int_config_winlist.c:146:43: note: Function '_basic_check_changed' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/winlist/e_int_config_winlist.c:180:36: style: Function '_basic_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/winlist/e_int_config_winlist.c:7:52: note: Function '_basic_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/winlist/e_int_config_winlist.c:180:36: note: Function '_basic_create' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/winlist/e_mod_main.c:118:4: style: Variable 'zone' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/modules/winlist/e_mod_main.c:112:0: note: Variable 'zone' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/winlist/e_mod_main.c:118:4: note: Variable 'zone' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/winlist/e_mod_main.c:183:45: style: Function '_e_mod_action_winlist_edge_cb' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/winlist/e_mod_main.c:8:53: note: Function '_e_mod_action_winlist_edge_cb' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/winlist/e_mod_main.c:183:45: note: Function '_e_mod_action_winlist_edge_cb' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/winlist/e_mod_main.c:183:77: style: Function '_e_mod_action_winlist_edge_cb' argument 2 names different: declaration 'params' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/winlist/e_mod_main.c:8:70: note: Function '_e_mod_action_winlist_edge_cb' argument 2 names different: declaration 'params' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/winlist/e_mod_main.c:183:77: note: Function '_e_mod_action_winlist_edge_cb' argument 2 names different: declaration 'params' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/winlist/e_mod_main.c:183:112: style: Function '_e_mod_action_winlist_edge_cb' argument 3 names different: declaration 'ev' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/winlist/e_mod_main.c:8:97: note: Function '_e_mod_action_winlist_edge_cb' argument 3 names different: declaration 'ev' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/winlist/e_mod_main.c:183:112: note: Function '_e_mod_action_winlist_edge_cb' argument 3 names different: declaration 'ev' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/winlist/e_mod_main.c:189:47: style: Function '_e_mod_action_winlist_signal_cb' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/winlist/e_mod_main.c:9:55: note: Function '_e_mod_action_winlist_signal_cb' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/winlist/e_mod_main.c:189:47: note: Function '_e_mod_action_winlist_signal_cb' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/winlist/e_mod_main.c:189:79: style: Function '_e_mod_action_winlist_signal_cb' argument 2 names different: declaration 'params' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/winlist/e_mod_main.c:9:72: note: Function '_e_mod_action_winlist_signal_cb' argument 2 names different: declaration 'params' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/winlist/e_mod_main.c:189:79: note: Function '_e_mod_action_winlist_signal_cb' argument 2 names different: declaration 'params' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/winlist/e_mod_main.c:189:108: style: Function '_e_mod_action_winlist_signal_cb' argument 3 names different: declaration 'sig' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/winlist/e_mod_main.c:9:92: note: Function '_e_mod_action_winlist_signal_cb' argument 3 names different: declaration 'sig' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/winlist/e_mod_main.c:189:108: note: Function '_e_mod_action_winlist_signal_cb' argument 3 names different: declaration 'sig' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/winlist/e_mod_main.c:189:137: style: Function '_e_mod_action_winlist_signal_cb' argument 4 names different: declaration 'src' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/winlist/e_mod_main.c:9:109: note: Function '_e_mod_action_winlist_signal_cb' argument 4 names different: declaration 'src' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/winlist/e_mod_main.c:189:137: note: Function '_e_mod_action_winlist_signal_cb' argument 4 names different: declaration 'src' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/winlist/e_mod_main.c:195:45: style: Function '_e_mod_action_winlist_acpi_cb' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/winlist/e_mod_main.c:10:53: note: Function '_e_mod_action_winlist_acpi_cb' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/winlist/e_mod_main.c:195:45: note: Function '_e_mod_action_winlist_acpi_cb' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/winlist/e_mod_main.c:195:77: style: Function '_e_mod_action_winlist_acpi_cb' argument 2 names different: declaration 'params' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/winlist/e_mod_main.c:10:70: note: Function '_e_mod_action_winlist_acpi_cb' argument 2 names different: declaration 'params' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/winlist/e_mod_main.c:195:77: note: Function '_e_mod_action_winlist_acpi_cb' argument 2 names different: declaration 'params' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/winlist/e_mod_main.c:195:107: style: Function '_e_mod_action_winlist_acpi_cb' argument 3 names different: declaration 'ev' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/winlist/e_mod_main.c:10:92: note: Function '_e_mod_action_winlist_acpi_cb' argument 3 names different: declaration 'ev' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/winlist/e_mod_main.c:195:107: note: Function '_e_mod_action_winlist_acpi_cb' argument 3 names different: declaration 'ev' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/winlist/e_winlist.c:427:4: style: Variable 'ec_next' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/modules/winlist/e_winlist.c:422:0: note: Variable 'ec_next' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/winlist/e_winlist.c:427:4: note: Variable 'ec_next' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/winlist/e_winlist.c:925:43: style: Function '_e_winlist_cb_event_border_add' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/winlist/e_winlist.c:23:55: note: Function '_e_winlist_cb_event_border_add' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/winlist/e_winlist.c:925:43: note: Function '_e_winlist_cb_event_border_add' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/winlist/e_winlist.c:925:65: style: Function '_e_winlist_cb_event_border_add' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/winlist/e_winlist.c:23:65: note: Function '_e_winlist_cb_event_border_add' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/winlist/e_winlist.c:925:65: note: Function '_e_winlist_cb_event_border_add' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/winlist/e_winlist.c:952:46: style: Function '_e_winlist_cb_event_border_remove' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/winlist/e_winlist.c:24:58: note: Function '_e_winlist_cb_event_border_remove' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/winlist/e_winlist.c:952:46: note: Function '_e_winlist_cb_event_border_remove' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/winlist/e_winlist.c:952:68: style: Function '_e_winlist_cb_event_border_remove' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/winlist/e_winlist.c:24:68: note: Function '_e_winlist_cb_event_border_remove' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/winlist/e_winlist.c:952:68: note: Function '_e_winlist_cb_event_border_remove' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/winlist/e_winlist.c:965:35: style: Function '_e_winlist_cb_key_down' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/winlist/e_winlist.c:25:47: note: Function '_e_winlist_cb_key_down' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/winlist/e_winlist.c:965:35: note: Function '_e_winlist_cb_key_down' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/winlist/e_winlist.c:965:57: style: Function '_e_winlist_cb_key_down' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/winlist/e_winlist.c:25:57: note: Function '_e_winlist_cb_key_down' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/winlist/e_winlist.c:965:57: note: Function '_e_winlist_cb_key_down' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/winlist/e_winlist.c:1040:33: style: Function '_e_winlist_cb_key_up' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/winlist/e_winlist.c:26:45: note: Function '_e_winlist_cb_key_up' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/winlist/e_winlist.c:1040:33: note: Function '_e_winlist_cb_key_up' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/winlist/e_winlist.c:1040:55: style: Function '_e_winlist_cb_key_up' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/winlist/e_winlist.c:26:55: note: Function '_e_winlist_cb_key_up' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/winlist/e_winlist.c:1040:55: note: Function '_e_winlist_cb_key_up' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/winlist/e_winlist.c:1107:37: style: Function '_e_winlist_cb_mouse_down' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/winlist/e_winlist.c:27:49: note: Function '_e_winlist_cb_mouse_down' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/winlist/e_winlist.c:1107:37: note: Function '_e_winlist_cb_mouse_down' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/winlist/e_winlist.c:1107:59: style: Function '_e_winlist_cb_mouse_down' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/winlist/e_winlist.c:27:59: note: Function '_e_winlist_cb_mouse_down' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/winlist/e_winlist.c:1107:59: note: Function '_e_winlist_cb_mouse_down' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/winlist/e_winlist.c:1119:35: style: Function '_e_winlist_cb_mouse_up' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/winlist/e_winlist.c:28:47: note: Function '_e_winlist_cb_mouse_up' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/winlist/e_winlist.c:1119:35: note: Function '_e_winlist_cb_mouse_up' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/winlist/e_winlist.c:1119:57: style: Function '_e_winlist_cb_mouse_up' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/winlist/e_winlist.c:28:57: note: Function '_e_winlist_cb_mouse_up' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/winlist/e_winlist.c:1119:57: note: Function '_e_winlist_cb_mouse_up' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/winlist/e_winlist.c:1133:38: style: Function '_e_winlist_cb_mouse_wheel' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/winlist/e_winlist.c:29:50: note: Function '_e_winlist_cb_mouse_wheel' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/winlist/e_winlist.c:1133:38: note: Function '_e_winlist_cb_mouse_wheel' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/winlist/e_winlist.c:1133:60: style: Function '_e_winlist_cb_mouse_wheel' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/winlist/e_winlist.c:29:60: note: Function '_e_winlist_cb_mouse_wheel' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/winlist/e_winlist.c:1133:60: note: Function '_e_winlist_cb_mouse_wheel' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/winlist/e_winlist.c:1156:37: style: Function '_e_winlist_cb_mouse_move' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/winlist/e_winlist.c:30:49: note: Function '_e_winlist_cb_mouse_move' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/winlist/e_winlist.c:1156:37: note: Function '_e_winlist_cb_mouse_move' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/winlist/e_winlist.c:1156:59: style: Function '_e_winlist_cb_mouse_move' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/winlist/e_winlist.c:30:59: note: Function '_e_winlist_cb_mouse_move' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/winlist/e_winlist.c:1156:59: note: Function '_e_winlist_cb_mouse_move' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/winlist/e_winlist.c:1172:36: style: Function '_e_winlist_scroll_timer' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/winlist/e_winlist.c:31:48: note: Function '_e_winlist_scroll_timer' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/winlist/e_winlist.c:1172:36: note: Function '_e_winlist_scroll_timer' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/winlist/e_winlist.c:1188:32: style: Function '_e_winlist_animator' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/winlist/e_winlist.c:32:44: note: Function '_e_winlist_animator' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/winlist/e_winlist.c:1188:32: note: Function '_e_winlist_animator' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/wireless/connman.c:1052:44: error: Array 'connman_services_map[4]' accessed at index 4, which is out of bounds. [arrayIndexOutOfBounds]
enlightenment-0.22.3/src/modules/wireless/connman.c:1046:4: note: After for loop, i has value 4
enlightenment-0.22.3/src/modules/wireless/connman.c:1052:44: note: Array index out of bounds
enlightenment-0.22.3/src/modules/wireless/connman.c:290:22: style: The scope of the variable 'wn' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/wireless/connman.c:1517:21: style: The scope of the variable 'privacy' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/wireless/wireless.c:1018:84: error: Array 'wireless_type_enabled[4]' accessed at index 4, which is out of bounds. [arrayIndexOutOfBounds]
enlightenment-0.22.3/src/modules/wireless/wireless.c:1015:4: note: After for loop, type has value 4
enlightenment-0.22.3/src/modules/wireless/wireless.c:1018:84: note: Array index out of bounds
enlightenment-0.22.3/src/modules/wireless/wireless.c:466:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
enlightenment-0.22.3/src/modules/wireless/wireless.c:805:59: style: The scope of the variable 'bt' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/wireless/wireless.c:1003:12: style: The scope of the variable 'zone' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/wireless/wireless.c:1460:22: style: The scope of the variable 'o' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/wireless/wireless.c:551:28: error: Expression 'tb,fr,0,row++' depends on order of evaluation of side effects [unknownEvaluationOrder]
enlightenment-0.22.3/src/modules/wireless/wireless.c:641:28: error: Expression 'tb,fr,0,row++' depends on order of evaluation of side effects [unknownEvaluationOrder]
enlightenment-0.22.3/src/modules/wireless/wireless.c:709:28: error: Expression 'tb,fr,0,row++' depends on order of evaluation of side effects [unknownEvaluationOrder]
enlightenment-0.22.3/src/modules/wireless/wireless.c:1520:29: error: Expression 'tb,lbl,0,row++' depends on order of evaluation of side effects [unknownEvaluationOrder]
enlightenment-0.22.3/src/modules/wireless/wireless.c:1329:46: style: Function 'wireless_service_type_enabled_set' argument 1 names different: declaration 'enabled' definition 'avail'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/wireless/wireless.h:123:59: note: Function 'wireless_service_type_enabled_set' argument 1 names different: declaration 'enabled' definition 'avail'.
enlightenment-0.22.3/src/modules/wireless/wireless.c:1329:46: note: Function 'wireless_service_type_enabled_set' argument 1 names different: declaration 'enabled' definition 'avail'.
enlightenment-0.22.3/src/modules/wireless/wireless.c:114:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
enlightenment-0.22.3/src/modules/wizard/e_wizard.c:156:25: style: Function 'e_wizard_page_add' argument 3 names different: declaration 'init' definition 'init_cb'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/wizard/e_wizard.h:38:45: note: Function 'e_wizard_page_add' argument 3 names different: declaration 'init' definition 'init_cb'.
enlightenment-0.22.3/src/modules/wizard/e_wizard.c:156:25: note: Function 'e_wizard_page_add' argument 3 names different: declaration 'init' definition 'init_cb'.
enlightenment-0.22.3/src/modules/wizard/e_wizard.c:157:25: style: Function 'e_wizard_page_add' argument 4 names different: declaration 'shutdown' definition 'shutdown_cb'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/wizard/e_wizard.h:39:45: note: Function 'e_wizard_page_add' argument 4 names different: declaration 'shutdown' definition 'shutdown_cb'.
enlightenment-0.22.3/src/modules/wizard/e_wizard.c:157:25: note: Function 'e_wizard_page_add' argument 4 names different: declaration 'shutdown' definition 'shutdown_cb'.
enlightenment-0.22.3/src/modules/wizard/e_wizard.c:158:25: style: Function 'e_wizard_page_add' argument 5 names different: declaration 'show' definition 'show_cb'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/wizard/e_wizard.h:40:45: note: Function 'e_wizard_page_add' argument 5 names different: declaration 'show' definition 'show_cb'.
enlightenment-0.22.3/src/modules/wizard/e_wizard.c:158:25: note: Function 'e_wizard_page_add' argument 5 names different: declaration 'show' definition 'show_cb'.
enlightenment-0.22.3/src/modules/wizard/e_wizard.c:159:25: style: Function 'e_wizard_page_add' argument 6 names different: declaration 'hide' definition 'hide_cb'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/wizard/e_wizard.h:41:45: note: Function 'e_wizard_page_add' argument 6 names different: declaration 'hide' definition 'hide_cb'.
enlightenment-0.22.3/src/modules/wizard/e_wizard.c:159:25: note: Function 'e_wizard_page_add' argument 6 names different: declaration 'hide' definition 'hide_cb'.
enlightenment-0.22.3/src/modules/wizard/e_wizard.c:160:25: style: Function 'e_wizard_page_add' argument 7 names different: declaration 'apply' definition 'apply_cb'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/wizard/e_wizard.h:42:45: note: Function 'e_wizard_page_add' argument 7 names different: declaration 'apply' definition 'apply_cb'.
enlightenment-0.22.3/src/modules/wizard/e_wizard.c:160:25: note: Function 'e_wizard_page_add' argument 7 names different: declaration 'apply' definition 'apply_cb'.
enlightenment-0.22.3/src/modules/wizard/e_wizard.c:309:30: style: Function '_e_wizard_cb_next' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/wizard/e_wizard.c:7:41: note: Function '_e_wizard_cb_next' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/wizard/e_wizard.c:309:30: note: Function '_e_wizard_cb_next' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/wizard/e_wizard.c:309:60: style: Function '_e_wizard_cb_next' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/wizard/e_wizard.c:7:60: note: Function '_e_wizard_cb_next' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/wizard/e_wizard.c:309:60: note: Function '_e_wizard_cb_next' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/wizard/e_wizard.c:309:94: style: Function '_e_wizard_cb_next' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/wizard/e_wizard.c:7:77: note: Function '_e_wizard_cb_next' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/wizard/e_wizard.c:309:94: note: Function '_e_wizard_cb_next' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/wizard/e_wizard.c:309:126: style: Function '_e_wizard_cb_next' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/wizard/e_wizard.c:7:99: note: Function '_e_wizard_cb_next' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/wizard/e_wizard.c:309:126: note: Function '_e_wizard_cb_next' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/wizard/e_wizard.c:378:35: style: Function '_e_wizard_cb_next_page' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/wizard/e_wizard.c:11:47: note: Function '_e_wizard_cb_next_page' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/wizard/e_wizard.c:378:35: note: Function '_e_wizard_cb_next_page' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/wizard/e_wizard.c:387:41: style: Function '_e_wizard_cb_desktops_update' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/wizard/e_wizard.c:12:53: note: Function '_e_wizard_cb_desktops_update' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/wizard/e_wizard.c:387:41: note: Function '_e_wizard_cb_desktops_update' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/wizard/e_wizard.c:387:66: style: Function '_e_wizard_cb_desktops_update' argument 2 names different: declaration 'ev_type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/wizard/e_wizard.c:12:63: note: Function '_e_wizard_cb_desktops_update' argument 2 names different: declaration 'ev_type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/wizard/e_wizard.c:387:66: note: Function '_e_wizard_cb_desktops_update' argument 2 names different: declaration 'ev_type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/wizard/e_wizard.c:402:38: style: Function '_e_wizard_cb_icons_update' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/wizard/e_wizard.c:13:50: note: Function '_e_wizard_cb_icons_update' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/wizard/e_wizard.c:402:38: note: Function '_e_wizard_cb_icons_update' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/wizard/e_wizard.c:402:63: style: Function '_e_wizard_cb_icons_update' argument 2 names different: declaration 'ev_type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/wizard/e_wizard.c:13:60: note: Function '_e_wizard_cb_icons_update' argument 2 names different: declaration 'ev_type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/wizard/e_wizard.c:402:63: note: Function '_e_wizard_cb_icons_update' argument 2 names different: declaration 'ev_type' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/wizard/e_wizard.c:402:85: style: Function '_e_wizard_cb_icons_update' argument 3 names different: declaration 'ev' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/wizard/e_wizard.c:13:75: note: Function '_e_wizard_cb_icons_update' argument 3 names different: declaration 'ev' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/wizard/e_wizard.c:402:85: note: Function '_e_wizard_cb_icons_update' argument 3 names different: declaration 'ev' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/wizard/page_010.c:98:16: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
enlightenment-0.22.3/src/modules/wizard/page_011.c:79:23: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
enlightenment-0.22.3/src/modules/wizard/page_020.c:81:4: style: Variable 'desk' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/modules/wizard/page_020.c:76:0: note: Variable 'desk' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/wizard/page_020.c:81:4: note: Variable 'desk' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/wizard/page_040.c:58:23: warning: Width 4000 given in format string (no. 1) is smaller than destination buffer 'abuf[4096]'. [invalidScanfFormatWidth_smaller]
enlightenment-0.22.3/src/modules/wizard/page_040.c:67:43: warning: Width 4000 given in format string (no. 1) is smaller than destination buffer 'dbuf[4096]'. [invalidScanfFormatWidth_smaller]
enlightenment-0.22.3/src/modules/wizard/page_040.c:32:27: style: The scope of the variable 'extra_desk' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/wizard/page_050.c:22:22: style: The scope of the variable 'ob2' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/wizard/page_050.c:23:12: style: The scope of the variable 'sc' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/wizard/page_050.c:23:16: style: The scope of the variable 'scl' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/wizard/page_050.c:24:8: style: The scope of the variable 'v' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/wizard/page_050.c:25:15: style: The scope of the variable 'l' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/wizard/page_065.c:139:71: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
enlightenment-0.22.3/src/modules/wizard/page_080.c:34:30: style: The scope of the variable 'desk' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/wizard/page_080.c:36:18: style: The scope of the variable 'n' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/wizard/page_080.c:44:23: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
enlightenment-0.22.3/src/modules/wizard/page_100.c:57:16: style: The scope of the variable 'p' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/wizard/page_120.c:96:16: style: The scope of the variable 'sensor_path' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/wizard/page_150.c:66:4: style: Variable 'conf' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/modules/wizard/page_150.c:64:0: note: Variable 'conf' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/wizard/page_150.c:66:4: note: Variable 'conf' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/wl_drm/e_mod_main.c:714:31: style: Condition 'ev->pointer_count>0' is always true [knownConditionTrueFalse]
enlightenment-0.22.3/src/modules/wl_drm/e_mod_main.c:722:32: style: Condition 'ev->keyboard_count>0' is always true [knownConditionTrueFalse]
enlightenment-0.22.3/src/modules/wl_drm/e_mod_main.c:727:29: style: Condition 'ev->touch_count>0' is always true [knownConditionTrueFalse]
enlightenment-0.22.3/src/modules/wl_drm/e_mod_main.c:486:8: style: The scope of the variable 'diff' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/wl_text_input/e_mod_main.c:122:30: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
enlightenment-0.22.3/src/modules/wl_text_input/e_mod_main.c:120:26: note: outer condition: input_method->context
enlightenment-0.22.3/src/modules/wl_text_input/e_mod_main.c:122:30: note: identical inner condition: input_method->context
enlightenment-0.22.3/src/modules/wl_weekeyboard/e_mod_main.c:41:35: warning: Either the condition '!text' is redundant or there is possible null pointer dereference: text. [nullPointerRedundantCheck]
enlightenment-0.22.3/src/modules/wl_weekeyboard/e_mod_main.c:50:9: note: Assuming that condition '!text' is not redundant
enlightenment-0.22.3/src/modules/wl_weekeyboard/e_mod_main.c:41:35: note: Null pointer dereference
enlightenment-0.22.3/src/modules/wl_weekeyboard/e_mod_main.c:41:50: warning: Either the condition '!insert' is redundant or there is possible null pointer dereference: insert. [nullPointerRedundantCheck]
enlightenment-0.22.3/src/modules/wl_weekeyboard/e_mod_main.c:50:20: note: Assuming that condition '!insert' is not redundant
enlightenment-0.22.3/src/modules/wl_weekeyboard/e_mod_main.c:41:50: note: Null pointer dereference
enlightenment-0.22.3/src/modules/wl_weekeyboard/e_mod_main.c:175:4: style: Variable 'key' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/modules/wl_weekeyboard/e_mod_main.c:174:4: note: Variable 'key' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/wl_weekeyboard/e_mod_main.c:175:4: note: Variable 'key' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/wl_weekeyboard/e_mod_main.c:505:22: style: The scope of the variable 'global' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/wl_weekeyboard/e_mod_main.c:60:4: error: Memory leak: new_text [memleak]
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1391:4: style: Variable 'it' is reassigned a value before the old one has been used. [redundantAssignment]
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1389:4: note: Variable 'it' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1391:4: note: Variable 'it' is reassigned a value before the old one has been used.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:153:18: style: The scope of the variable 'op2' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:154:15: style: The scope of the variable 'l' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:175:30: style: The scope of the variable 'nl' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:274:30: style: The scope of the variable 'nl' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:367:30: style: The scope of the variable 'nl' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:124:69: style: Function '_xkb_cfg_dialog' argument 2 names different: declaration 'params' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_main.h:20:61: note: Function '_xkb_cfg_dialog' argument 2 names different: declaration 'params' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:124:69: note: Function '_xkb_cfg_dialog' argument 2 names different: declaration 'params' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:243:33: style: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:70:49: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:243:33: note: Function '_free_data' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:364:35: style: Function '_basic_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:73:51: note: Function '_basic_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:364:35: note: Function '_basic_apply' argument 1 names different: declaration 'cfd' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:822:46: style: Function '_layout_clicked' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:80:62: note: Function '_layout_clicked' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:822:46: note: Function '_layout_clicked' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:822:71: style: Function '_layout_clicked' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:80:73: note: Function '_layout_clicked' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:822:71: note: Function '_layout_clicked' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:886:38: style: Function '_cb_add' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:81:54: note: Function '_cb_add' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:886:38: note: Function '_cb_add' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:886:63: style: Function '_cb_add' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:81:65: note: Function '_cb_add' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:886:63: note: Function '_cb_add' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:896:38: style: Function '_cb_del' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:82:54: note: Function '_cb_del' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:896:38: note: Function '_cb_del' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:896:63: style: Function '_cb_del' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:82:65: note: Function '_cb_del' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:896:63: note: Function '_cb_del' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:917:52: style: Function '_popup_cancel_clicked' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:106:68: note: Function '_popup_cancel_clicked' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:917:52: note: Function '_popup_cancel_clicked' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:917:82: style: Function '_popup_cancel_clicked' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:106:79: note: Function '_popup_cancel_clicked' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:917:82: note: Function '_popup_cancel_clicked' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1024:45: style: Function '_cb_compose_up' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:89:61: note: Function '_cb_compose_up' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1024:45: note: Function '_cb_compose_up' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1024:70: style: Function '_cb_compose_up' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:89:72: note: Function '_cb_compose_up' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1024:70: note: Function '_cb_compose_up' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1035:41: style: Function '_cb_lv3_up' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:90:57: note: Function '_cb_lv3_up' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1035:41: note: Function '_cb_lv3_up' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1035:66: style: Function '_cb_lv3_up' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:90:68: note: Function '_cb_lv3_up' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1035:66: note: Function '_cb_lv3_up' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1046:44: style: Function '_cb_switch_up' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:91:60: note: Function '_cb_switch_up' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1046:44: note: Function '_cb_switch_up' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1046:69: style: Function '_cb_switch_up' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:91:71: note: Function '_cb_switch_up' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1046:69: note: Function '_cb_switch_up' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1057:41: style: Function '_cb_led_up' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:87:57: note: Function '_cb_led_up' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1057:41: note: Function '_cb_led_up' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1057:66: style: Function '_cb_led_up' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:87:68: note: Function '_cb_led_up' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1057:66: note: Function '_cb_led_up' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1069:42: style: Function '_cb_ctrl_up' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:88:58: note: Function '_cb_ctrl_up' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1069:42: note: Function '_cb_ctrl_up' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1069:67: style: Function '_cb_ctrl_up' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:88:69: note: Function '_cb_ctrl_up' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1069:67: note: Function '_cb_ctrl_up' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1080:44: style: Function '_cb_keypad_up' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:92:60: note: Function '_cb_keypad_up' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1080:44: note: Function '_cb_keypad_up' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1080:69: style: Function '_cb_keypad_up' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:92:71: note: Function '_cb_keypad_up' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1080:69: note: Function '_cb_keypad_up' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1092:47: style: Function '_cb_delkeypad_up' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:93:63: note: Function '_cb_delkeypad_up' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1092:47: note: Function '_cb_delkeypad_up' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1092:72: style: Function '_cb_delkeypad_up' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:93:74: note: Function '_cb_delkeypad_up' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1092:72: note: Function '_cb_delkeypad_up' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1103:46: style: Function '_cb_capslock_up' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:94:62: note: Function '_cb_capslock_up' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1103:46: note: Function '_cb_capslock_up' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1103:71: style: Function '_cb_capslock_up' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:94:73: note: Function '_cb_capslock_up' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1103:71: note: Function '_cb_capslock_up' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1114:44: style: Function '_cb_altwin_up' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:95:60: note: Function '_cb_altwin_up' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1114:44: note: Function '_cb_altwin_up' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1114:69: style: Function '_cb_altwin_up' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:95:71: note: Function '_cb_altwin_up' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1114:69: note: Function '_cb_altwin_up' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1125:46: style: Function '_cb_currency_up' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:96:62: note: Function '_cb_currency_up' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1125:46: note: Function '_cb_currency_up' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1125:71: style: Function '_cb_currency_up' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:96:73: note: Function '_cb_currency_up' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1125:71: note: Function '_cb_currency_up' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1136:41: style: Function '_cb_lv5_up' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:97:57: note: Function '_cb_lv5_up' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1136:41: note: Function '_cb_lv5_up' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1136:66: style: Function '_cb_lv5_up' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:97:68: note: Function '_cb_lv5_up' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1136:66: note: Function '_cb_lv5_up' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1147:46: style: Function '_cb_spacebar_up' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:98:62: note: Function '_cb_spacebar_up' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1147:46: note: Function '_cb_spacebar_up' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1147:71: style: Function '_cb_spacebar_up' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:98:73: note: Function '_cb_spacebar_up' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1147:71: note: Function '_cb_spacebar_up' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1158:43: style: Function '_cb_japan_up' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:99:59: note: Function '_cb_japan_up' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1158:43: note: Function '_cb_japan_up' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1158:68: style: Function '_cb_japan_up' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:99:70: note: Function '_cb_japan_up' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1158:68: note: Function '_cb_japan_up' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1169:44: style: Function '_cb_korean_up' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:100:60: note: Function '_cb_korean_up' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1169:44: note: Function '_cb_korean_up' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1169:69: style: Function '_cb_korean_up' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:100:71: note: Function '_cb_korean_up' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1169:69: note: Function '_cb_korean_up' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1180:47: style: Function '_cb_esperanto_up' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:101:63: note: Function '_cb_esperanto_up' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1180:47: note: Function '_cb_esperanto_up' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1180:72: style: Function '_cb_esperanto_up' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:101:74: note: Function '_cb_esperanto_up' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1180:72: note: Function '_cb_esperanto_up' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1191:45: style: Function '_cb_solaris_up' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:102:61: note: Function '_cb_solaris_up' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1191:45: note: Function '_cb_solaris_up' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1191:70: style: Function '_cb_solaris_up' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:102:72: note: Function '_cb_solaris_up' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1191:70: note: Function '_cb_solaris_up' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1202:47: style: Function '_cb_terminate_up' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:103:63: note: Function '_cb_terminate_up' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1202:47: note: Function '_cb_terminate_up' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1202:72: style: Function '_cb_terminate_up' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:103:74: note: Function '_cb_terminate_up' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1202:72: note: Function '_cb_terminate_up' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1213:42: style: Function '_cb_misc_up' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:104:58: note: Function '_cb_misc_up' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1213:42: note: Function '_cb_misc_up' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1213:67: style: Function '_cb_misc_up' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:104:69: note: Function '_cb_misc_up' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1213:67: note: Function '_cb_misc_up' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1225:80: style: Function '_dont_touch_my_damn_keyboard_changed' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:77:94: note: Function '_dont_touch_my_damn_keyboard_changed' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1225:80: note: Function '_dont_touch_my_damn_keyboard_changed' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1238:63: style: Function '_only_label_changed' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:78:77: note: Function '_only_label_changed' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1238:63: note: Function '_only_label_changed' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1249:37: style: Function '_cb_up' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:84:53: note: Function '_cb_up' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1249:37: note: Function '_cb_up' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1249:62: style: Function '_cb_up' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:84:64: note: Function '_cb_up' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1249:62: note: Function '_cb_up' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1285:37: style: Function '_cb_dn' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:85:53: note: Function '_cb_dn' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1285:37: note: Function '_cb_dn' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1285:62: style: Function '_cb_dn' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:85:64: note: Function '_cb_dn' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1285:62: note: Function '_cb_dn' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1678:46: style: Function '_cb_used_select' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:117:62: note: Function '_cb_used_select' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1678:46: note: Function '_cb_used_select' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1678:71: style: Function '_cb_used_select' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:117:73: note: Function '_cb_used_select' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1678:71: note: Function '_cb_used_select' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:9:17: style: struct member '_E_Config_Dialog_Data::dmodel_list' is never used. [unusedStructMember]
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_config.c:1391:9: style: Variable 'it' is assigned a value that is never used. [unreadVariable]
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_main.c:293:12: style: The scope of the variable 'm' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_main.c:179:36: style: Function '_gc_init' argument 2 names different: declaration 'name' definition 'gcname'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_main.c:7:60: note: Function '_gc_init' argument 2 names different: declaration 'name' definition 'gcname'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_main.c:179:36: note: Function '_gc_init' argument 2 names different: declaration 'name' definition 'gcname'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_main.c:247:57: style: Function '_gc_orient' argument 2 names different: declaration 'orient' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_main.c:9:74: note: Function '_gc_orient' argument 2 names different: declaration 'orient' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_main.c:247:57: note: Function '_gc_orient' argument 2 names different: declaration 'orient' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_main.c:254:53: style: Function '_gc_label' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_main.c:10:64: note: Function '_gc_label' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_main.c:254:53: note: Function '_gc_label' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_main.c:260:41: style: Function '_gc_id_new' argument 1 names different: declaration 'EINA_UNUSED' definition 'client_class'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_main.c:11:78: note: Function '_gc_id_new' argument 1 names different: declaration 'EINA_UNUSED' definition 'client_class'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_main.c:260:41: note: Function '_gc_id_new' argument 1 names different: declaration 'EINA_UNUSED' definition 'client_class'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_main.c:270:52: style: Function '_gc_icon' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_main.c:12:63: note: Function '_gc_icon' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_main.c:270:52: note: Function '_gc_icon' argument 1 names different: declaration 'client_class' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_main.c:282:78: style: Function '_xkb_changed_state' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_main.c:15:96: note: Function '_xkb_changed_state' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_main.c:282:78: note: Function '_xkb_changed_state' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_main.c:289:45: style: Function '_e_xkb_cb_mouse_down' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_main.c:16:64: note: Function '_e_xkb_cb_mouse_down' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_main.c:289:45: note: Function '_e_xkb_cb_mouse_down' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_main.c:289:75: style: Function '_e_xkb_cb_mouse_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_main.c:16:83: note: Function '_e_xkb_cb_mouse_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_main.c:289:75: note: Function '_e_xkb_cb_mouse_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_main.c:462:37: style: Function '_e_xkb_cb_menu_configure' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_main.c:17:56: note: Function '_e_xkb_cb_menu_configure' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_main.c:462:37: note: Function '_e_xkb_cb_menu_configure' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_main.c:462:61: style: Function '_e_xkb_cb_menu_configure' argument 2 names different: declaration 'mn' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_main.c:17:70: note: Function '_e_xkb_cb_menu_configure' argument 2 names different: declaration 'mn' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_main.c:462:61: note: Function '_e_xkb_cb_menu_configure' argument 2 names different: declaration 'mn' definition 'EINA_UNUSED'.
enlightenment-0.22.3/src/modules/xkbswitch/e_mod_parse.c:263:41: style: The scope of the variable 'txt' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/xkbswitch/gadget/xkbswitch.c:146:31: style: The scope of the variable 'mi' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/xwayland/dnd.c:123:30: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
enlightenment-0.22.3/src/modules/xwayland/dnd.c:509:15: style: The scope of the variable 'xd' can be reduced. [variableScope]
enlightenment-0.22.3/src/modules/xwayland/dnd.c:421:17: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
[17:02]

ftp://ftp.se.debian.org/debian/pool/main/e/e2fsprogs/e2fsprogs_1.44.4.orig.tar.gz.asc

ftp://ftp.se.debian.org/debian/pool/main/e/e2fsprogs1.41/e2fsprogs1.41_1.41.14.orig.tar.gz
e2fsprogs-1.41.14/contrib/make-sparse.c:25:6: style: The scope of the variable 'got' can be reduced. [variableScope]
e2fsprogs-1.41.14/contrib/make-sparse.c:50:10: style: The scope of the variable 'got' can be reduced. [variableScope]
e2fsprogs-1.41.14/debugfs/debugfs.c:2095:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
e2fsprogs-1.41.14/debugfs/debugfs.c:2094:3: note: Variable 'ret' is reassigned a value before the old one has been used.
e2fsprogs-1.41.14/debugfs/debugfs.c:2095:3: note: Variable 'ret' is reassigned a value before the old one has been used.
e2fsprogs-1.41.14/debugfs/debugfs.c:2230:3: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
e2fsprogs-1.41.14/debugfs/debugfs.c:2229:3: note: Variable 'retval' is reassigned a value before the old one has been used.
e2fsprogs-1.41.14/debugfs/debugfs.c:2230:3: note: Variable 'retval' is reassigned a value before the old one has been used.
e2fsprogs-1.41.14/debugfs/debugfs.c:498:30: style: The scope of the variable 'entry' can be reduced. [variableScope]
e2fsprogs-1.41.14/debugfs/debugfs.c:500:8: style: The scope of the variable 'start' can be reduced. [variableScope]
e2fsprogs-1.41.14/debugfs/debugfs.c:500:16: style: The scope of the variable 'end' can be reduced. [variableScope]
e2fsprogs-1.41.14/debugfs/debugfs.c:2036:14: style: The scope of the variable 'bit' can be reduced. [variableScope]
e2fsprogs-1.41.14/debugfs/debugfs.c:2036:19: style: The scope of the variable 'ret' can be reduced. [variableScope]
e2fsprogs-1.41.14/debugfs/debugfs.c:2103:9: style: The scope of the variable 'cp' can be reduced. [variableScope]
e2fsprogs-1.41.14/debugfs/debugfs.c:2105:7: style: The scope of the variable 'retval' can be reduced. [variableScope]
e2fsprogs-1.41.14/debugfs/debugfs.c:878:2: style: Label 'print_usage' is not used. [unusedLabel]
e2fsprogs-1.41.14/debugfs/debugfs.c:386:45: style: Function 'do_dirty_filesys' argument 1 names different: declaration 'argc' definition 'unused'. [funcArgNamesDifferent]
e2fsprogs-1.41.14/debugfs/debugfs.h:90:34: note: Function 'do_dirty_filesys' argument 1 names different: declaration 'argc' definition 'unused'.
e2fsprogs-1.41.14/debugfs/debugfs.c:386:45: note: Function 'do_dirty_filesys' argument 1 names different: declaration 'argc' definition 'unused'.
e2fsprogs-1.41.14/debugfs/debugfs.c:1912:51: style: Function 'do_show_debugfs_params' argument 1 names different: declaration 'argc' definition 'unused'. [funcArgNamesDifferent]
e2fsprogs-1.41.14/debugfs/debugfs.h:121:40: note: Function 'do_show_debugfs_params' argument 1 names different: declaration 'argc' definition 'unused'.
e2fsprogs-1.41.14/debugfs/debugfs.c:1912:51: note: Function 'do_show_debugfs_params' argument 1 names different: declaration 'argc' definition 'unused'.
e2fsprogs-1.41.14/debugfs/debugfs.c:2095:9: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
e2fsprogs-1.41.14/debugfs/debugfs.c:657:47: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
e2fsprogs-1.41.14/debugfs/debugfs.c:669:47: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
e2fsprogs-1.41.14/debugfs/debugfs.c:678:47: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
e2fsprogs-1.41.14/debugfs/debugfs.c:1919:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
e2fsprogs-1.41.14/debugfs/dump.c:107:7: style: The scope of the variable 'nbytes' can be reduced. [variableScope]
e2fsprogs-1.41.14/debugfs/htree.c:94:3: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
e2fsprogs-1.41.14/debugfs/htree.c:37:25: style: The scope of the variable 'dirent' can be reduced. [variableScope]
e2fsprogs-1.41.14/debugfs/htree.c:38:7: style: The scope of the variable 'thislen' can be reduced. [variableScope]
e2fsprogs-1.41.14/debugfs/htree.c:123:9: style: The scope of the variable 'hash' can be reduced. [variableScope]
e2fsprogs-1.41.14/debugfs/htree.c:394:25: style: The scope of the variable 'dirent' can be reduced. [variableScope]
e2fsprogs-1.41.14/debugfs/htree.c:389:35: style: Function 'search_dir_block' argument 4 names different: declaration 'ref_blk' definition 'unused'. [funcArgNamesDifferent]
e2fsprogs-1.41.14/debugfs/htree.c:352:36: note: Function 'search_dir_block' argument 4 names different: declaration 'ref_blk' definition 'unused'.
e2fsprogs-1.41.14/debugfs/htree.c:389:35: note: Function 'search_dir_block' argument 4 names different: declaration 'ref_blk' definition 'unused'.
e2fsprogs-1.41.14/debugfs/logdump.c:164:3: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
e2fsprogs-1.41.14/debugfs/logdump.c:369:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
e2fsprogs-1.41.14/debugfs/logdump.c:558:3: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
e2fsprogs-1.41.14/debugfs/logdump.c:342:20: style: The scope of the variable 'header' can be reduced. [variableScope]
e2fsprogs-1.41.14/debugfs/logdump.c:470:10: style: The scope of the variable 'tagp' can be reduced. [variableScope]
e2fsprogs-1.41.14/debugfs/logdump.c:471:23: style: The scope of the variable 'tag' can be reduced. [variableScope]
e2fsprogs-1.41.14/debugfs/logdump.c:528:17: style: The scope of the variable 'entry' can be reduced. [variableScope]
e2fsprogs-1.41.14/debugfs/logdump.c:528:24: style: The scope of the variable 'rblock' can be reduced. [variableScope]
e2fsprogs-1.41.14/debugfs/logdump.c:633:20: style: The scope of the variable 'this' can be reduced. [variableScope]
e2fsprogs-1.41.14/debugfs/set_fields.c:337:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
e2fsprogs-1.41.14/debugfs/set_fields.c:203:15: style: The scope of the variable 'delim' can be reduced. [variableScope]
e2fsprogs-1.41.14/debugfs/unused.c:27:43: style: Function 'do_dump_unused' argument 1 names different: declaration 'argc' definition 'unused'. [funcArgNamesDifferent]
e2fsprogs-1.41.14/debugfs/debugfs.h:84:32: note: Function 'do_dump_unused' argument 1 names different: declaration 'argc' definition 'unused'.
e2fsprogs-1.41.14/debugfs/unused.c:27:43: note: Function 'do_dump_unused' argument 1 names different: declaration 'argc' definition 'unused'.
e2fsprogs-1.41.14/debugfs/util.c:82:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
e2fsprogs-1.41.14/debugfs/util.c:195:14: style: The scope of the variable 'tz' can be reduced. [variableScope]
e2fsprogs-1.41.14/debugfs/util.c:205:9: style: Obsolete function 'asctime' called. It is recommended to use 'strftime' instead. [asctimeCalled]
e2fsprogs-1.41.14/e2fsck/badblocks.c:119:32: style: Function 'check_bb_inode_blocks' argument 3 names different: declaration 'blockcnt' definition 'unused'. [funcArgNamesDifferent]
e2fsprogs-1.41.14/e2fsck/badblocks.c:16:71: note: Function 'check_bb_inode_blocks' argument 3 names different: declaration 'blockcnt' definition 'unused'.
e2fsprogs-1.41.14/e2fsck/badblocks.c:119:32: note: Function 'check_bb_inode_blocks' argument 3 names different: declaration 'blockcnt' definition 'unused'.
e2fsprogs-1.41.14/e2fsck/dict.c:459:9: style: The scope of the variable 'result' can be reduced. [variableScope]
e2fsprogs-1.41.14/e2fsck/dirinfo.c:113:8: style: The scope of the variable 'i' can be reduced. [variableScope]
e2fsprogs-1.41.14/e2fsck/dirinfo.c:113:11: style: The scope of the variable 'j' can be reduced. [variableScope]
e2fsprogs-1.41.14/e2fsck/dirinfo.c:115:17: style: The scope of the variable 'old_size' can be reduced. [variableScope]
e2fsprogs-1.41.14/e2fsck/dirinfo.c:178:19: style: The scope of the variable 'mid' can be reduced. [variableScope]
e2fsprogs-1.41.14/e2fsck/dirinfo.c:329:64: style: Function 'e2fsck_dir_info_iter_end' argument 1 names different: declaration 'ctx' definition 'unused'. [funcArgNamesDifferent]
e2fsprogs-1.41.14/e2fsck/e2fsck.h:399:47: note: Function 'e2fsck_dir_info_iter_end' argument 1 names different: declaration 'ctx' definition 'unused'.
e2fsprogs-1.41.14/e2fsck/dirinfo.c:329:64: note: Function 'e2fsck_dir_info_iter_end' argument 1 names different: declaration 'ctx' definition 'unused'.
e2fsprogs-1.41.14/e2fsck/dirinfo.c:321:9: warning: Size of pointer 'iter' used instead of size of its data. [pointerSize]
e2fsprogs-1.41.14/e2fsck/ehandler.c:30:6: style: The scope of the variable 'i' can be reduced. [variableScope]
e2fsprogs-1.41.14/e2fsck/ehandler.c:31:8: style: The scope of the variable 'p' can be reduced. [variableScope]
e2fsprogs-1.41.14/e2fsck/ehandler.c:77:7: style: The scope of the variable 'i' can be reduced. [variableScope]
e2fsprogs-1.41.14/e2fsck/ehandler.c:78:14: style: The scope of the variable 'p' can be reduced. [variableScope]
e2fsprogs-1.41.14/e2fsck/iscan.c:105:0: error: failed to expand 'init_resource_track', Wrong number of parameters for macro 'init_resource_track'. [preprocessorErrorDirective]
e2fsprogs-1.41.14/e2fsck/journal.c:245:2: style: Variable 'journal' is reassigned a value before the old one has been used. [redundantAssignment]
e2fsprogs-1.41.14/e2fsck/journal.c:236:0: note: Variable 'journal' is reassigned a value before the old one has been used.
e2fsprogs-1.41.14/e2fsck/journal.c:245:2: note: Variable 'journal' is reassigned a value before the old one has been used.
e2fsprogs-1.41.14/e2fsck/journal.c:111:22: style: The scope of the variable 'bh' can be reduced. [variableScope]
e2fsprogs-1.41.14/e2fsck/journal.c:68:35: style: Function 'getblk' argument 1 names different: declaration 'ctx' definition 'kdev'. [funcArgNamesDifferent]
e2fsprogs-1.41.14/e2fsck/jfs_user.h:124:35: note: Function 'getblk' argument 1 names different: declaration 'ctx' definition 'kdev'.
e2fsprogs-1.41.14/e2fsck/journal.c:68:35: note: Function 'getblk' argument 1 names different: declaration 'ctx' definition 'kdev'.
e2fsprogs-1.41.14/e2fsck/journal.c:108:30: style: Function 'll_rw_block' argument 2 names different: declaration 'dummy' definition 'nr'. [funcArgNamesDifferent]
e2fsprogs-1.41.14/e2fsck/jfs_user.h:126:30: note: Function 'll_rw_block' argument 2 names different: declaration 'dummy' definition 'nr'.
e2fsprogs-1.41.14/e2fsck/journal.c:108:30: note: Function 'll_rw_block' argument 2 names different: declaration 'dummy' definition 'nr'.
e2fsprogs-1.41.14/e2fsck/journal.c:108:54: style: Function 'll_rw_block' argument 3 names different: declaration 'bh' definition 'bhp'. [funcArgNamesDifferent]
e2fsprogs-1.41.14/e2fsck/jfs_user.h:126:57: note: Function 'll_rw_block' argument 3 names different: declaration 'bh' definition 'bhp'.
e2fsprogs-1.41.14/e2fsck/journal.c:108:54: note: Function 'll_rw_block' argument 3 names different: declaration 'bh' definition 'bhp'.
e2fsprogs-1.41.14/e2fsck/message.c:227:30: style: Condition 'do_gmt>0' is always false [knownConditionTrueFalse]
e2fsprogs-1.41.14/e2fsck/message.c:468:3: warning: %llu in format string (no. 1) requires 'unsigned long long' but the argument type is 'signed long long'. [invalidPrintfArgType_uint]
e2fsprogs-1.41.14/e2fsck/message.c:170:16: style: The scope of the variable 'ch' can be reduced. [variableScope]
e2fsprogs-1.41.14/e2fsck/message.c:240:21: style: The scope of the variable 'str' can be reduced. [variableScope]
e2fsprogs-1.41.14/e2fsck/message.c:227:14: style: Obsolete function 'asctime' called. It is recommended to use 'strftime' instead. [asctimeCalled]
e2fsprogs-1.41.14/e2fsck/mtrace.c:93:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
e2fsprogs-1.41.14/e2fsck/mtrace.c:121:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
e2fsprogs-1.41.14/e2fsck/mtrace.c:123:5: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
e2fsprogs-1.41.14/e2fsck/pass1.c:877:49: style: Same expression on both sides of '||'. [duplicateExpression]
e2fsprogs-1.41.14/e2fsck/pass1.c:135:6: style: The scope of the variable 'i' can be reduced. [variableScope]
e2fsprogs-1.41.14/e2fsck/pass1.c:409:16: style: The scope of the variable 'i' can be reduced. [variableScope]
e2fsprogs-1.41.14/e2fsck/pass1.c:2440:21: style: The scope of the variable 'flexbg' can be reduced. [variableScope]
e2fsprogs-1.41.14/e2fsck/pass1.c:2440:29: style: The scope of the variable 'flexbg_size' can be reduced. [variableScope]
e2fsprogs-1.41.14/e2fsck/pass1.c:132:65: style: Function 'e2fsck_pass1_check_device_inode' argument 1 names different: declaration 'fs' definition 'unused'. [funcArgNamesDifferent]
e2fsprogs-1.41.14/e2fsck/e2fsck.h:445:56: note: Function 'e2fsck_pass1_check_device_inode' argument 1 names different: declaration 'fs' definition 'unused'.
e2fsprogs-1.41.14/e2fsck/pass1.c:132:65: note: Function 'e2fsck_pass1_check_device_inode' argument 1 names different: declaration 'fs' definition 'unused'.
e2fsprogs-1.41.14/e2fsck/pass1.c:1181:45: style: Function 'scan_callback' argument 2 names different: declaration 'scan' definition 'unused'. [funcArgNamesDifferent]
e2fsprogs-1.41.14/e2fsck/pass1.c:73:64: note: Function 'scan_callback' argument 2 names different: declaration 'scan' definition 'unused'.
e2fsprogs-1.41.14/e2fsck/pass1.c:1181:45: note: Function 'scan_callback' argument 2 names different: declaration 'scan' definition 'unused'.
e2fsprogs-1.41.14/e2fsck/pass1.c:2119:12: style: Function 'process_block' argument 2 names different: declaration 'blocknr' definition 'block_nr'. [funcArgNamesDifferent]
e2fsprogs-1.41.14/e2fsck/pass1.c:58:49: note: Function 'process_block' argument 2 names different: declaration 'blocknr' definition 'block_nr'.
e2fsprogs-1.41.14/e2fsck/pass1.c:2119:12: note: Function 'process_block' argument 2 names different: declaration 'blocknr' definition 'block_nr'.
e2fsprogs-1.41.14/e2fsck/pass1.c:2121:34: style: Function 'process_block' argument 4 names different: declaration 'ref_blk' definition 'unused'. [funcArgNamesDifferent]
e2fsprogs-1.41.14/e2fsck/pass1.c:59:33: note: Function 'process_block' argument 4 names different: declaration 'ref_blk' definition 'unused'.
e2fsprogs-1.41.14/e2fsck/pass1.c:2121:34: note: Function 'process_block' argument 4 names different: declaration 'ref_blk' definition 'unused'.
e2fsprogs-1.41.14/e2fsck/pass1.c:2272:38: style: Function 'process_bad_block' argument 4 names different: declaration 'ref_blk' definition 'unused'. [funcArgNamesDifferent]
e2fsprogs-1.41.14/e2fsck/pass1.c:62:37: note: Function 'process_bad_block' argument 4 names different: declaration 'ref_blk' definition 'unused'.
e2fsprogs-1.41.14/e2fsck/pass1.c:2272:38: note: Function 'process_bad_block' argument 4 names different: declaration 'ref_blk' definition 'unused'.
e2fsprogs-1.41.14/e2fsck/pass1.c:475:11: style: Variable 'old_op' is assigned a value that is never used. [unreadVariable]
e2fsprogs-1.41.14/e2fsck/pass1.c:408:12: style: Unused variable: first_dir_blk [unusedVariable]
e2fsprogs-1.41.14/e2fsck/pass1.c:1864:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
e2fsprogs-1.41.14/e2fsck/pass1b.c:433:6: style: The scope of the variable 'shared_len' can be reduced. [variableScope]
e2fsprogs-1.41.14/e2fsck/pass1b.c:435:6: style: The scope of the variable 'file_ok' can be reduced. [variableScope]
e2fsprogs-1.41.14/e2fsck/pass1b.c:564:20: style: The scope of the variable 'p' can be reduced. [variableScope]
e2fsprogs-1.41.14/e2fsck/pass1b.c:565:11: style: The scope of the variable 'n' can be reduced. [variableScope]
e2fsprogs-1.41.14/e2fsck/pass1b.c:660:20: style: The scope of the variable 'p' can be reduced. [variableScope]
e2fsprogs-1.41.14/e2fsck/pass1b.c:664:11: style: The scope of the variable 'n' can be reduced. [variableScope]
e2fsprogs-1.41.14/e2fsck/pass1b.c:329:61: style: Function 'process_pass1b_block' argument 1 names different: declaration 'fs' definition 'unused'. [funcArgNamesDifferent]
e2fsprogs-1.41.14/e2fsck/pass1b.c:85:45: note: Function 'process_pass1b_block' argument 1 names different: declaration 'fs' definition 'unused'.
e2fsprogs-1.41.14/e2fsck/pass1b.c:329:61: note: Function 'process_pass1b_block' argument 1 names different: declaration 'fs' definition 'unused'.
e2fsprogs-1.41.14/e2fsck/pass1b.c:813:50: style: Function 'check_if_fs_block' argument 2 names different: declaration 'test_blk' definition 'test_block'. [funcArgNamesDifferent]
e2fsprogs-1.41.14/e2fsck/pass1b.c:92:50: note: Function 'check_if_fs_block' argument 2 names different: declaration 'test_blk' definition 'test_block'.
e2fsprogs-1.41.14/e2fsck/pass1b.c:813:50: note: Function 'check_if_fs_block' argument 2 names different: declaration 'test_blk' definition 'test_block'.
e2fsprogs-1.41.14/e2fsck/pass2.c:346:25: style: The scope of the variable 'nextdir' can be reduced. [variableScope]
e2fsprogs-1.41.14/e2fsck/pass2.c:347:24: style: The scope of the variable 'new_len' can be reduced. [variableScope]
e2fsprogs-1.41.14/e2fsck/pass2.c:703:29: style: Function 'check_dir_block' argument 2 names different: declaration 'dir_blocks_info' definition 'db'. [funcArgNamesDifferent]
e2fsprogs-1.41.14/e2fsck/pass2.c:64:29: note: Function 'check_dir_block' argument 2 names different: declaration 'dir_blocks_info' definition 'db'.
e2fsprogs-1.41.14/e2fsck/pass2.c:703:29: note: Function 'check_dir_block' argument 2 names different: declaration 'dir_blocks_info' definition 'db'.
e2fsprogs-1.41.14/e2fsck/pass2.c:1398:32: style: Function 'allocate_dir_block' argument 2 names different: declaration 'dir_blocks_info' definition 'db'. [funcArgNamesDifferent]
e2fsprogs-1.41.14/e2fsck/pass2.c:67:32: note: Function 'allocate_dir_block' argument 2 names different: declaration 'dir_blocks_info' definition 'db'.
e2fsprogs-1.41.14/e2fsck/pass2.c:1398:32: note: Function 'allocate_dir_block' argument 2 names different: declaration 'dir_blocks_info' definition 'db'.
e2fsprogs-1.41.14/e2fsck/pass2.c:1399:33: style: Function 'allocate_dir_block' argument 3 names different: declaration 'buf' definition 'unused'. [funcArgNamesDifferent]
e2fsprogs-1.41.14/e2fsck/pass2.c:68:16: note: Function 'allocate_dir_block' argument 3 names different: declaration 'buf' definition 'unused'.
e2fsprogs-1.41.14/e2fsck/pass2.c:1399:33: note: Function 'allocate_dir_block' argument 3 names different: declaration 'buf' definition 'unused'.
e2fsprogs-1.41.14/e2fsck/pass2.c:91:22: style: Unused variable: dx_dir [unusedVariable]
e2fsprogs-1.41.14/e2fsck/pass2.c:92:27: style: Unused variable: dx_db [unusedVariable]
e2fsprogs-1.41.14/e2fsck/pass2.c:92:35: style: Unused variable: dx_parent [unusedVariable]
e2fsprogs-1.41.14/e2fsck/pass2.c:93:8: style: Unused variable: b [unusedVariable]
e2fsprogs-1.41.14/e2fsck/pass2.c:94:8: style: Unused variable: i [unusedVariable]
e2fsprogs-1.41.14/e2fsck/pass2.c:94:11: style: Unused variable: depth [unusedVariable]
e2fsprogs-1.41.14/e2fsck/pass2.c:95:13: style: Unused variable: code [unusedVariable]
e2fsprogs-1.41.14/e2fsck/pass2.c:96:8: style: Unused variable: bad_dir [unusedVariable]
e2fsprogs-1.41.14/e2fsck/pass3.c:259:53: style: Function 'check_directory' argument 2 names different: declaration 'ino' definition 'dir'. [funcArgNamesDifferent]
e2fsprogs-1.41.14/e2fsck/pass3.c:45:53: note: Function 'check_directory' argument 2 names different: declaration 'ino' definition 'dir'.
e2fsprogs-1.41.14/e2fsck/pass3.c:259:53: note: Function 'check_directory' argument 2 names different: declaration 'ino' definition 'dir'.
e2fsprogs-1.41.14/e2fsck/pass3.c:500:52: style: Function 'e2fsck_reconnect_file' argument 2 names different: declaration 'inode' definition 'ino'. [funcArgNamesDifferent]
e2fsprogs-1.41.14/e2fsck/e2fsck.h:458:59: note: Function 'e2fsck_reconnect_file' argument 2 names different: declaration 'inode' definition 'ino'.
e2fsprogs-1.41.14/e2fsck/pass3.c:500:52: note: Function 'e2fsck_reconnect_file' argument 2 names different: declaration 'inode' definition 'ino'.
e2fsprogs-1.41.14/e2fsck/pass3.c:751:20: style: Function 'e2fsck_expand_directory' argument 4 names different: declaration 'gauranteed_size' definition 'guaranteed_size'. [funcArgNamesDifferent]
e2fsprogs-1.41.14/e2fsck/e2fsck.h:460:20: note: Function 'e2fsck_expand_directory' argument 4 names different: declaration 'gauranteed_size' definition 'guaranteed_size'.
e2fsprogs-1.41.14/e2fsck/pass3.c:751:20: note: Function 'e2fsck_expand_directory' argument 4 names different: declaration 'gauranteed_size' definition 'guaranteed_size'.
e2fsprogs-1.41.14/e2fsck/problem.c:1748:14: style: The scope of the variable 'message' can be reduced. [variableScope]
e2fsprogs-1.41.14/e2fsck/problem.c:1749:23: style: The scope of the variable 'ans' can be reduced. [variableScope]
e2fsprogs-1.41.14/e2fsck/problem.c:1750:7: style: The scope of the variable 'print_answer' can be reduced. [variableScope]
e2fsprogs-1.41.14/e2fsck/problem.c:1722:52: style: Function 'clear_problem_context' argument 1 names different: declaration 'pctx' definition 'ctx'. [funcArgNamesDifferent]
e2fsprogs-1.41.14/e2fsck/problem.h:1000:52: note: Function 'clear_problem_context' argument 1 names different: declaration 'pctx' definition 'ctx'.
e2fsprogs-1.41.14/e2fsck/problem.c:1722:52: note: Function 'clear_problem_context' argument 1 names different: declaration 'pctx' definition 'ctx'.
e2fsprogs-1.41.14/e2fsck/profile.c:455:42: style: Function 'profile_open_file' argument 1 names different: declaration 'file' definition 'filespec'. [funcArgNamesDifferent]
e2fsprogs-1.41.14/e2fsck/profile.c:203:16: note: Function 'profile_open_file' argument 1 names different: declaration 'file' definition 'filespec'.
e2fsprogs-1.41.14/e2fsck/profile.c:455:42: note: Function 'profile_open_file' argument 1 names different: declaration 'file' definition 'filespec'.
e2fsprogs-1.41.14/e2fsck/profile.c:602:35: style: Function 'profile_free_file' argument 1 names different: declaration 'profile' definition 'prf'. [funcArgNamesDifferent]
e2fsprogs-1.41.14/e2fsck/profile.c:209:14: note: Function 'profile_free_file' argument 1 names different: declaration 'profile' definition 'prf'.
e2fsprogs-1.41.14/e2fsck/profile.c:602:35: note: Function 'profile_free_file' argument 1 names different: declaration 'profile' definition 'prf'.
e2fsprogs-1.41.14/e2fsck/profile.c:1044:45: style: Function 'profile_free_node' argument 1 names different: declaration 'relation' definition 'node'. [funcArgNamesDifferent]
e2fsprogs-1.41.14/e2fsck/profile.c:176:24: note: Function 'profile_free_node' argument 1 names different: declaration 'relation' definition 'node'.
e2fsprogs-1.41.14/e2fsck/profile.c:1044:45: note: Function 'profile_free_node' argument 1 names different: declaration 'relation' definition 'node'.
e2fsprogs-1.41.14/e2fsck/profile.c:1519:49: style: Function 'profile_get_integer' argument 6 names different: declaration 'ret_default' definition 'ret_int'. [funcArgNamesDifferent]
e2fsprogs-1.41.14/e2fsck/profile.h:74:9: note: Function 'profile_get_integer' argument 6 names different: declaration 'ret_default' definition 'ret_int'.
e2fsprogs-1.41.14/e2fsck/profile.c:1519:49: note: Function 'profile_get_integer' argument 6 names different: declaration 'ret_default' definition 'ret_int'.
e2fsprogs-1.41.14/e2fsck/profile.c:1636:49: style: Function 'profile_get_boolean' argument 6 names different: declaration 'ret_default' definition 'ret_boolean'. [funcArgNamesDifferent]
e2fsprogs-1.41.14/e2fsck/profile.h:84:9: note: Function 'profile_get_boolean' argument 6 names different: declaration 'ret_default' definition 'ret_boolean'.
e2fsprogs-1.41.14/e2fsck/profile.c:1636:49: note: Function 'profile_get_boolean' argument 6 names different: declaration 'ret_default' definition 'ret_boolean'.
e2fsprogs-1.41.14/e2fsck/profile_helpers.c:68:9: style: The scope of the variable 'cp' can be reduced. [variableScope]
e2fsprogs-1.41.14/e2fsck/profile_helpers.c:91:6: style: The scope of the variable 'newmax' can be reduced. [variableScope]
e2fsprogs-1.41.14/e2fsck/profile_helpers.c:265:15: style: The scope of the variable 'ent_len' can be reduced. [variableScope]
e2fsprogs-1.41.14/e2fsck/recovery.c:184:24: style: The scope of the variable 'tag' can be reduced. [variableScope]
e2fsprogs-1.41.14/e2fsck/recovery.c:328:19: style: The scope of the variable 'err' can be reduced. [variableScope]
e2fsprogs-1.41.14/e2fsck/recovery.c:329:16: style: The scope of the variable 'io_block' can be reduced. [variableScope]
e2fsprogs-1.41.14/e2fsck/recovery.c:290:7: style: Variable 'sb' is assigned a value that is never used. [unreadVariable]
e2fsprogs-1.41.14/e2fsck/rehash.c:335:28: style: The scope of the variable 'prev' can be reduced. [variableScope]
e2fsprogs-1.41.14/e2fsck/rehash.c:555:33: style: The scope of the variable 'dx_ent' can be reduced. [variableScope]
e2fsprogs-1.41.14/e2fsck/rehash.c:559:16: style: The scope of the variable 'c2' can be reduced. [variableScope]
e2fsprogs-1.41.14/e2fsck/revoke.c:240:20: style: The scope of the variable 'hash_list' can be reduced. [variableScope]
e2fsprogs-1.41.14/e2fsck/revoke.c:625:20: style: The scope of the variable 'hash_list' can be reduced. [variableScope]
e2fsprogs-1.41.14/e2fsck/unix.c:108:6: style: The scope of the variable 'i' can be reduced. [variableScope]
e2fsprogs-1.41.14/e2fsck/unix.c:247:16: style: The scope of the variable 'tmp2' can be reduced. [variableScope]
e2fsprogs-1.41.14/e2fsck/unix.c:247:26: style: The scope of the variable 'fname' can be reduced. [variableScope]
e2fsprogs-1.41.14/e2fsck/unix.c:249:17: style: The scope of the variable 'de' can be reduced. [variableScope]
e2fsprogs-1.41.14/e2fsck/unix.c:492:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
e2fsprogs-1.41.14/e2fsck/unix.c:493:8: style: The scope of the variable 'percent' can be reduced. [variableScope]
e2fsprogs-1.41.14/e2fsck/unix.c:565:33: style: The scope of the variable 'arg' can be reduced. [variableScope]
e2fsprogs-1.41.14/e2fsck/unix.c:253:7: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
e2fsprogs-1.41.14/e2fsck/unix.c:268:8: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
e2fsprogs-1.41.14/e2fsck/util.c:66:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
e2fsprogs-1.41.14/e2fsck/util.c:116:6: style: The scope of the variable 'r' can be reduced. [variableScope]
e2fsprogs-1.41.14/e2fsck/util.c:136:7: style: The scope of the variable 'c' can be reduced. [variableScope]
e2fsprogs-1.41.14/e2fsck/util.c:564:10: style: The scope of the variable 'count' can be reduced. [variableScope]
e2fsprogs-1.41.14/e2fsck/util.c:614:17: style: The scope of the variable 'cp' can be reduced. [variableScope]
e2fsprogs-1.41.14/e2fsck/util.c:614:22: style: The scope of the variable 't' can be reduced. [variableScope]
e2fsprogs-1.41.14/e2fsck/util.c:696:10: style: The scope of the variable 'ret' can be reduced. [variableScope]
e2fsprogs-1.41.14/e2fsck/util.c:46:44: style: Function 'fatal_error' argument 2 names different: declaration 'fmt_string' definition 'msg'. [funcArgNamesDifferent]
e2fsprogs-1.41.14/e2fsck/e2fsck.h:485:52: note: Function 'fatal_error' argument 2 names different: declaration 'fmt_string' definition 'msg'.
e2fsprogs-1.41.14/e2fsck/util.c:46:44: note: Function 'fatal_error' argument 2 names different: declaration 'fmt_string' definition 'msg'.
e2fsprogs-1.41.14/e2fsck/util.c:80:45: style: Function 'string_copy' argument 1 names different: declaration 'ctx' definition 'unused'. [funcArgNamesDifferent]
e2fsprogs-1.41.14/e2fsck/e2fsck.h:489:35: note: Function 'string_copy' argument 1 names different: declaration 'ctx' definition 'unused'.
e2fsprogs-1.41.14/e2fsck/util.c:80:45: note: Function 'string_copy' argument 1 names different: declaration 'ctx' definition 'unused'.
e2fsprogs-1.41.14/e2fsck/util.c:587:2: style: Variable 'next_update' is assigned a value that is never used. [unreadVariable]
e2fsprogs-1.41.14/e2fsck/util.c:590:3: style: Variable 'next_update_incr' is assigned a value that is never used. [unreadVariable]
e2fsprogs-1.41.14/ext2ed/blockbitmap_com.c:87:2: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
e2fsprogs-1.41.14/ext2ed/blockbitmap_com.c:103:2: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
e2fsprogs-1.41.14/ext2ed/dir_com.c:580:68: warning: Either the condition 'descriptor_ptr!=NULL' is redundant or there is possible null pointer dereference: descriptor_ptr. [nullPointerRedundantCheck]
e2fsprogs-1.41.14/ext2ed/dir_com.c:568:23: note: Assuming that condition 'descriptor_ptr!=NULL' is not redundant
e2fsprogs-1.41.14/ext2ed/dir_com.c:580:68: note: Null pointer dereference
e2fsprogs-1.41.14/ext2ed/dir_com.c:102:6: style: The scope of the variable 'return_code' can be reduced. [variableScope]
e2fsprogs-1.41.14/ext2ed/dir_com.c:102:19: style: The scope of the variable 'next' can be reduced. [variableScope]
e2fsprogs-1.41.14/ext2ed/dir_com.c:219:58: style: The scope of the variable 'temp2' can be reduced. [variableScope]
e2fsprogs-1.41.14/ext2ed/dir_com.c:595:58: style: The scope of the variable 'temp' can be reduced. [variableScope]
e2fsprogs-1.41.14/ext2ed/dir_com.c:40:45: style: Function 'init_dir_info' argument 1 names different: declaration 'info' definition 'info_ptr'. [funcArgNamesDifferent]
e2fsprogs-1.41.14/ext2ed/ext2ed.h:357:52: note: Function 'init_dir_info' argument 1 names different: declaration 'info' definition 'info_ptr'.
e2fsprogs-1.41.14/ext2ed/dir_com.c:40:45: note: Function 'init_dir_info' argument 1 names different: declaration 'info' definition 'info_ptr'.
e2fsprogs-1.41.14/ext2ed/disk.c:53:3: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
e2fsprogs-1.41.14/ext2ed/disk.c:105:3: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
e2fsprogs-1.41.14/ext2ed/disk.c:46:7: style: The scope of the variable 'temp' can be reduced. [variableScope]
e2fsprogs-1.41.14/ext2ed/disk.c:85:7: style: The scope of the variable 'temp' can be reduced. [variableScope]
e2fsprogs-1.41.14/ext2ed/ext2_com.c:38:2: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
e2fsprogs-1.41.14/ext2ed/ext2_com.c:94:2: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
e2fsprogs-1.41.14/ext2ed/ext2_com.c:53:7: style: The scope of the variable 'temp' can be reduced. [variableScope]
e2fsprogs-1.41.14/ext2ed/file_com.c:432:68: warning: Either the condition 'descriptor_ptr!=NULL' is redundant or there is possible null pointer dereference: descriptor_ptr. [nullPointerRedundantCheck]
e2fsprogs-1.41.14/ext2ed/file_com.c:420:23: note: Assuming that condition 'descriptor_ptr!=NULL' is not redundant
e2fsprogs-1.41.14/ext2ed/file_com.c:432:68: note: Null pointer dereference
e2fsprogs-1.41.14/ext2ed/file_com.c:440:25: style: The scope of the variable 'ch_ptr' can be reduced. [variableScope]
e2fsprogs-1.41.14/ext2ed/general_com.c:430:25: style: The scope of the variable 'ch_ptr' can be reduced. [variableScope]
e2fsprogs-1.41.14/ext2ed/general_com.c:583:16: style: The scope of the variable 'ch' can be reduced. [variableScope]
e2fsprogs-1.41.14/ext2ed/general_com.c:616:19: style: The scope of the variable 'len' can be reduced. [variableScope]
e2fsprogs-1.41.14/ext2ed/general_com.c:618:27: style: The scope of the variable 'ch_ptr' can be reduced. [variableScope]
e2fsprogs-1.41.14/ext2ed/general_com.c:619:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
e2fsprogs-1.41.14/ext2ed/general_com.c:750:18: style: Function 'pgdn' argument 1 names different: declaration 'command_line' definition 'commnad_line'. [funcArgNamesDifferent]
e2fsprogs-1.41.14/ext2ed/ext2ed.h:265:25: note: Function 'pgdn' argument 1 names different: declaration 'command_line' definition 'commnad_line'.
e2fsprogs-1.41.14/ext2ed/general_com.c:750:18: note: Function 'pgdn' argument 1 names different: declaration 'command_line' definition 'commnad_line'.
e2fsprogs-1.41.14/ext2ed/group_com.c:33:2: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
e2fsprogs-1.41.14/ext2ed/group_com.c:49:2: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
e2fsprogs-1.41.14/ext2ed/init.c:109:45: style: The scope of the variable 'ch' can be reduced. [variableScope]
e2fsprogs-1.41.14/ext2ed/init.c:617:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
e2fsprogs-1.41.14/ext2ed/init.c:229:50: style: Function 'add_new_variable' argument 1 names different: declaration 'descriptor' definition 'ptr'. [funcArgNamesDifferent]
e2fsprogs-1.41.14/ext2ed/ext2ed.h:237:57: note: Function 'add_new_variable' argument 1 names different: declaration 'descriptor' definition 'ptr'.
e2fsprogs-1.41.14/ext2ed/init.c:229:50: note: Function 'add_new_variable' argument 1 names different: declaration 'descriptor' definition 'ptr'.
e2fsprogs-1.41.14/ext2ed/inode_com.c:39:12: style: Variable 'block_num' is assigned a value that is never used. [unreadVariable]
e2fsprogs-1.41.14/ext2ed/inode_com.c:48:2: style: Variable 'first_entry' is assigned a value that is never used. [unreadVariable]
e2fsprogs-1.41.14/ext2ed/inode_com.c:48:27: style: Variable 'last_entry' is assigned a value that is never used. [unreadVariable]
e2fsprogs-1.41.14/ext2ed/inode_com.c:49:2: style: Variable 'inode_num' is assigned a value that is never used. [unreadVariable]
e2fsprogs-1.41.14/ext2ed/inode_com.c:87:12: style: Variable 'block_num' is assigned a value that is never used. [unreadVariable]
e2fsprogs-1.41.14/ext2ed/inode_com.c:96:2: style: Variable 'first_entry' is assigned a value that is never used. [unreadVariable]
e2fsprogs-1.41.14/ext2ed/inode_com.c:97:2: style: Variable 'inode_num' is assigned a value that is never used. [unreadVariable]
e2fsprogs-1.41.14/ext2ed/inode_com.c:295:12: style: Variable 'block_num' is assigned a value that is never used. [unreadVariable]
e2fsprogs-1.41.14/ext2ed/inode_com.c:405:12: style: Variable 'block_num' is assigned a value that is never used. [unreadVariable]
e2fsprogs-1.41.14/ext2ed/inode_com.c:413:2: style: Variable 'first_entry' is assigned a value that is never used. [unreadVariable]
e2fsprogs-1.41.14/ext2ed/inode_com.c:413:27: style: Variable 'last_entry' is assigned a value that is never used. [unreadVariable]
e2fsprogs-1.41.14/ext2ed/inodebitmap_com.c:60:2: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
e2fsprogs-1.41.14/ext2ed/inodebitmap_com.c:76:2: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
e2fsprogs-1.41.14/ext2ed/main.c:100:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
e2fsprogs-1.41.14/ext2ed/win.c:125:28: style: The scope of the variable 'i' can be reduced. [variableScope]
e2fsprogs-1.41.14/ext2ed/win.c:135:15: style: Variable 'right' is assigned a value that is never used. [unreadVariable]
e2fsprogs-1.41.14/ext2ed/win.c:136:46: style: Variable 'bottom' is assigned a value that is never used. [unreadVariable]
e2fsprogs-1.41.14/ext2ed/win.c:191:6: style: Unused variable: save_col [unusedVariable]
e2fsprogs-1.41.14/ext2ed/win.c:191:16: style: Unused variable: save_lines [unusedVariable]
e2fsprogs-1.41.14/intl/dcigettext.c:584:39: style: Redundant condition: If 'EXPR == ':'', the comparison 'EXPR != '\0'' is always true. [redundantCondition]
e2fsprogs-1.41.14/intl/hash-string.h:31:0: style: The scope of the variable 'g' can be reduced. [variableScope]
e2fsprogs-1.41.14/intl/dcigettext.c:428:25: style: Function 'libintl_dcigettext' argument 1 names different: declaration '__domainname' definition 'domainname'. [funcArgNamesDifferent]
e2fsprogs-1.41.14/intl/gettextP.h:207:46: note: Function 'libintl_dcigettext' argument 1 names different: declaration '__domainname' definition 'domainname'.
e2fsprogs-1.41.14/intl/dcigettext.c:428:25: note: Function 'libintl_dcigettext' argument 1 names different: declaration '__domainname' definition 'domainname'.
e2fsprogs-1.41.14/intl/dcigettext.c:428:49: style: Function 'libintl_dcigettext' argument 2 names different: declaration '__msgid1' definition 'msgid1'. [funcArgNamesDifferent]
e2fsprogs-1.41.14/intl/gettextP.h:208:18: note: Function 'libintl_dcigettext' argument 2 names different: declaration '__msgid1' definition 'msgid1'.
e2fsprogs-1.41.14/intl/dcigettext.c:428:49: note: Function 'libintl_dcigettext' argument 2 names different: declaration '__msgid1' definition 'msgid1'.
e2fsprogs-1.41.14/intl/dcigettext.c:428:69: style: Function 'libintl_dcigettext' argument 3 names different: declaration '__msgid2' definition 'msgid2'. [funcArgNamesDifferent]
e2fsprogs-1.41.14/intl/gettextP.h:208:40: note: Function 'libintl_dcigettext' argument 3 names different: declaration '__msgid2' definition 'msgid2'.
e2fsprogs-1.41.14/intl/dcigettext.c:428:69: note: Function 'libintl_dcigettext' argument 3 names different: declaration '__msgid2' definition 'msgid2'.
e2fsprogs-1.41.14/intl/dcigettext.c:429:10: style: Function 'libintl_dcigettext' argument 4 names different: declaration '__plural' definition 'plural'. [funcArgNamesDifferent]
e2fsprogs-1.41.14/intl/gettextP.h:209:10: note: Function 'libintl_dcigettext' argument 4 names different: declaration '__plural' definition 'plural'.
e2fsprogs-1.41.14/intl/dcigettext.c:429:10: note: Function 'libintl_dcigettext' argument 4 names different: declaration '__plural' definition 'plural'.
e2fsprogs-1.41.14/intl/dcigettext.c:429:32: style: Function 'libintl_dcigettext' argument 5 names different: declaration '__n' definition 'n'. [funcArgNamesDifferent]
e2fsprogs-1.41.14/intl/gettextP.h:209:34: note: Function 'libintl_dcigettext' argument 5 names different: declaration '__n' definition 'n'.
e2fsprogs-1.41.14/intl/dcigettext.c:429:32: note: Function 'libintl_dcigettext' argument 5 names different: declaration '__n' definition 'n'.
e2fsprogs-1.41.14/intl/dcigettext.c:429:43: style: Function 'libintl_dcigettext' argument 6 names different: declaration '__category' definition 'category'. [funcArgNamesDifferent]
e2fsprogs-1.41.14/intl/gettextP.h:210:10: note: Function 'libintl_dcigettext' argument 6 names different: declaration '__category' definition 'category'.
e2fsprogs-1.41.14/intl/dcigettext.c:429:43: note: Function 'libintl_dcigettext' argument 6 names different: declaration '__category' definition 'category'.
e2fsprogs-1.41.14/intl/dcigettext.c:228:7: style: struct member 'known_translation_t::category' is never used. [unusedStructMember]
e2fsprogs-1.41.14/intl/dcigettext.c:231:7: style: struct member 'known_translation_t::counter' is never used. [unusedStructMember]
e2fsprogs-1.41.14/intl/dcigettext.c:234:27: style: struct member 'known_translation_t::domain' is never used. [unusedStructMember]
e2fsprogs-1.41.14/intl/dcigettext.c:237:15: style: struct member 'known_translation_t::translation' is never used. [unusedStructMember]
e2fsprogs-1.41.14/intl/dcigettext.c:238:10: style: struct member 'known_translation_t::translation_length' is never used. [unusedStructMember]
e2fsprogs-1.41.14/intl/dcigettext.c:241:8: style: struct member 'known_translation_t::msgid' is never used. [unusedStructMember]
e2fsprogs-1.41.14/intl/finddomain.c:50:30: style: Function '_nl_find_domain' argument 1 names different: declaration '__dirname' definition 'dirname'. [funcArgNamesDifferent]
e2fsprogs-1.41.14/intl/gettextP.h:157:54: note: Function '_nl_find_domain' argument 1 names different: declaration '__dirname' definition 'dirname'.
e2fsprogs-1.41.14/intl/finddomain.c:50:30: note: Function '_nl_find_domain' argument 1 names different: declaration '__dirname' definition 'dirname'.
e2fsprogs-1.41.14/intl/finddomain.c:50:45: style: Function '_nl_find_domain' argument 2 names different: declaration '__locale' definition 'locale'. [funcArgNamesDifferent]
e2fsprogs-1.41.14/intl/gettextP.h:157:71: note: Function '_nl_find_domain' argument 2 names different: declaration '__locale' definition 'locale'.
e2fsprogs-1.41.14/intl/finddomain.c:50:45: note: Function '_nl_find_domain' argument 2 names different: declaration '__locale' definition 'locale'.
e2fsprogs-1.41.14/intl/finddomain.c:51:16: style: Function '_nl_find_domain' argument 3 names different: declaration '__domainname' definition 'domainname'. [funcArgNamesDifferent]
e2fsprogs-1.41.14/intl/gettextP.h:158:19: note: Function '_nl_find_domain' argument 3 names different: declaration '__domainname' definition 'domainname'.
e2fsprogs-1.41.14/intl/finddomain.c:51:16: note: Function '_nl_find_domain' argument 3 names different: declaration '__domainname' definition 'domainname'.
e2fsprogs-1.41.14/intl/finddomain.c:51:44: style: Function '_nl_find_domain' argument 4 names different: declaration '__domainbinding' definition 'domainbinding'. [funcArgNamesDifferent]
e2fsprogs-1.41.14/intl/gettextP.h:159:23: note: Function '_nl_find_domain' argument 4 names different: declaration '__domainbinding' definition 'domainbinding'.
e2fsprogs-1.41.14/intl/finddomain.c:51:44: note: Function '_nl_find_domain' argument 4 names different: declaration '__domainbinding' definition 'domainbinding'.
e2fsprogs-1.41.14/intl/l10nflist.c:374:9: style: The scope of the variable 'wp' can be reduced. [variableScope]
e2fsprogs-1.41.14/intl/loadmsgcat.c:975:12: style: Condition 'data==(struct mo_file_header*)-1' is always true [knownConditionTrueFalse]
e2fsprogs-1.41.14/intl/loadmsgcat.c:919:33: note: Assignment 'data=(struct mo_file_header*)-1', assigned value is -1
e2fsprogs-1.41.14/intl/loadmsgcat.c:975:12: note: Condition 'data==(struct mo_file_header*)-1' is always true
e2fsprogs-1.41.14/intl/loadmsgcat.c:975:12: style: Same expression on both sides of '==' because the value of 'data' and '(struct mo_file_header*)-1' are the same. [duplicateExpression]
e2fsprogs-1.41.14/intl/loadmsgcat.c:919:33: note: 'data' is assigned value '(struct mo_file_header*)-1' here.
e2fsprogs-1.41.14/intl/loadmsgcat.c:975:12: note: Same expression on both sides of '==' because the value of 'data' and '(struct mo_file_header*)-1' are the same.
e2fsprogs-1.41.14/intl/loadmsgcat.c:771:47: style: Function '_nl_init_domain_conv' argument 1 names different: declaration '__domain_file' definition 'domain_file'. [funcArgNamesDifferent]
e2fsprogs-1.41.14/intl/gettextP.h:166:59: note: Function '_nl_init_domain_conv' argument 1 names different: declaration '__domain_file' definition 'domain_file'.
e2fsprogs-1.41.14/intl/loadmsgcat.c:771:47: note: Function '_nl_init_domain_conv' argument 1 names different: declaration '__domain_file' definition 'domain_file'.
e2fsprogs-1.41.14/intl/loadmsgcat.c:772:31: style: Function '_nl_init_domain_conv' argument 2 names different: declaration '__domain' definition 'domain'. [funcArgNamesDifferent]
e2fsprogs-1.41.14/intl/gettextP.h:167:29: note: Function '_nl_init_domain_conv' argument 2 names different: declaration '__domain' definition 'domain'.
e2fsprogs-1.41.14/intl/loadmsgcat.c:772:31: note: Function '_nl_init_domain_conv' argument 2 names different: declaration '__domain' definition 'domain'.
e2fsprogs-1.41.14/intl/loadmsgcat.c:773:25: style: Function '_nl_init_domain_conv' argument 3 names different: declaration '__domainbinding' definition 'domainbinding'. [funcArgNamesDifferent]
e2fsprogs-1.41.14/intl/gettextP.h:168:23: note: Function '_nl_init_domain_conv' argument 3 names different: declaration '__domainbinding' definition 'domainbinding'.
e2fsprogs-1.41.14/intl/loadmsgcat.c:773:25: note: Function '_nl_init_domain_conv' argument 3 names different: declaration '__domainbinding' definition 'domainbinding'.
e2fsprogs-1.41.14/intl/loadmsgcat.c:889:45: style: Function '_nl_free_domain_conv' argument 1 names different: declaration '__domain' definition 'domain'. [funcArgNamesDifferent]
e2fsprogs-1.41.14/intl/gettextP.h:170:50: note: Function '_nl_free_domain_conv' argument 1 names different: declaration '__domain' definition 'domain'.
e2fsprogs-1.41.14/intl/loadmsgcat.c:889:45: note: Function '_nl_free_domain_conv' argument 1 names different: declaration '__domain' definition 'domain'.
e2fsprogs-1.41.14/intl/loadmsgcat.c:909:42: style: Function '_nl_load_domain' argument 1 names different: declaration '__domain' definition 'domain_file'. [funcArgNamesDifferent]
e2fsprogs-1.41.14/intl/gettextP.h:161:47: note: Function '_nl_load_domain' argument 1 names different: declaration '__domain' definition 'domain_file'.
e2fsprogs-1.41.14/intl/loadmsgcat.c:909:42: note: Function '_nl_load_domain' argument 1 names different: declaration '__domain' definition 'domain_file'.
e2fsprogs-1.41.14/intl/loadmsgcat.c:910:20: style: Function '_nl_load_domain' argument 2 names different: declaration '__domainbinding' definition 'domainbinding'. [funcArgNamesDifferent]
e2fsprogs-1.41.14/intl/gettextP.h:162:25: note: Function '_nl_load_domain' argument 2 names different: declaration '__domainbinding' definition 'domainbinding'.
e2fsprogs-1.41.14/intl/loadmsgcat.c:910:20: note: Function '_nl_load_domain' argument 2 names different: declaration '__domainbinding' definition 'domainbinding'.
e2fsprogs-1.41.14/intl/localcharset.c:294:14: style: Condition 'locale==NULL' is always true [knownConditionTrueFalse]
e2fsprogs-1.41.14/intl/localcharset.c:285:24: note: Assignment 'locale=NULL', assigned value is 0
e2fsprogs-1.41.14/intl/localcharset.c:294:14: note: Condition 'locale==NULL' is always true
e2fsprogs-1.41.14/intl/localcharset.c:294:14: style: Same expression on both sides of '==' because the value of 'locale' and 'NULL' are the same. [duplicateExpression]
e2fsprogs-1.41.14/intl/localcharset.c:285:24: note: 'locale' is assigned value 'NULL' here.
e2fsprogs-1.41.14/intl/localcharset.c:294:14: note: Same expression on both sides of '==' because the value of 'locale' and 'NULL' are the same.
e2fsprogs-1.41.14/intl/localcharset.c:120:19: style: The scope of the variable 'base' can be reduced. [variableScope]
e2fsprogs-1.41.14/intl/localcharset.c:144:8: style: The scope of the variable 'c' can be reduced. [variableScope]
e2fsprogs-1.41.14/intl/localealias.c:254:13: style: The scope of the variable 'alias' can be reduced. [variableScope]
e2fsprogs-1.41.14/intl/localealias.c:255:13: style: The scope of the variable 'value' can be reduced. [variableScope]
e2fsprogs-1.41.14/intl/localealias.c:303:0: error: Resource leak: fp [resourceLeak]
e2fsprogs-1.41.14/lib/blkid/devname.c:51:24: style: The scope of the variable 'pnext' can be reduced. [variableScope]
e2fsprogs-1.41.14/lib/blkid/devname.c:404:17: style: The scope of the variable 'last' can be reduced. [variableScope]
e2fsprogs-1.41.14/lib/blkid/devname.c:376:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
e2fsprogs-1.41.14/lib/blkid/devno.c:176:2: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
e2fsprogs-1.41.14/lib/blkid/devno.c:180:4: note: Found duplicate branches for 'if' and 'else'.
e2fsprogs-1.41.14/lib/blkid/devno.c:176:2: note: Found duplicate branches for 'if' and 'else'.
e2fsprogs-1.41.14/lib/blkid/getsize.c:77:0: style: Variable 'valid_blkgetsize64' is assigned a value that is never used. [unreadVariable]
e2fsprogs-1.41.14/lib/blkid/getsize.c:81:21: style: Unused variable: size64 [unusedVariable]
e2fsprogs-1.41.14/lib/blkid/getsize.c:82:16: style: Unused variable: size [unusedVariable]
e2fsprogs-1.41.14/lib/blkid/llseek.c:126:60: style: Function 'blkid_llseek' argument 3 names different: declaration 'whence' definition 'origin'. [funcArgNamesDifferent]
e2fsprogs-1.41.14/lib/blkid/blkidP.h:163:67: note: Function 'blkid_llseek' argument 3 names different: declaration 'whence' definition 'origin'.
e2fsprogs-1.41.14/lib/blkid/llseek.c:126:60: note: Function 'blkid_llseek' argument 3 names different: declaration 'whence' definition 'origin'.
e2fsprogs-1.41.14/lib/blkid/probe.c:46:9: warning: Redundant assignment of 'label' to itself. [selfAssignment]
e2fsprogs-1.41.14/lib/blkid/probe.c:130:7: style: The scope of the variable 'str' can be reduced. [variableScope]
e2fsprogs-1.41.14/lib/blkid/probe.c:172:17: style: The scope of the variable 'cp' can be reduced. [variableScope]
e2fsprogs-1.41.14/lib/blkid/probe.c:172:22: style: The scope of the variable 't' can be reduced. [variableScope]
e2fsprogs-1.41.14/lib/blkid/probe.c:524:21: style: The scope of the variable 'maxloop' can be reduced. [variableScope]
e2fsprogs-1.41.14/lib/blkid/probe.c:691:34: style: The scope of the variable 'attr_len' can be reduced. [variableScope]
e2fsprogs-1.41.14/lib/blkid/probe.c:692:18: style: The scope of the variable 'attr_type' can be reduced. [variableScope]
e2fsprogs-1.41.14/lib/blkid/probe.c:692:29: style: The scope of the variable 'val_len' can be reduced. [variableScope]
e2fsprogs-1.41.14/lib/blkid/probe.c:693:7: style: The scope of the variable 'val_off' can be reduced. [variableScope]
e2fsprogs-1.41.14/lib/blkid/probe.c:1091:14: style: The scope of the variable 'label' can be reduced. [variableScope]
e2fsprogs-1.41.14/lib/blkid/probe.c:1113:14: style: The scope of the variable 'label' can be reduced. [variableScope]
e2fsprogs-1.41.14/lib/blkid/probe.c:1134:15: style: The scope of the variable 'c' can be reduced. [variableScope]
e2fsprogs-1.41.14/lib/blkid/probe.c:1166:7: style: The scope of the variable 'uuid_str' can be reduced. [variableScope]
e2fsprogs-1.41.14/lib/blkid/probe.c:1193:15: style: The scope of the variable 'alloc_block_size' can be reduced. [variableScope]
e2fsprogs-1.41.14/lib/blkid/probe.c:1194:15: style: The scope of the variable 'alloc_first_block' can be reduced. [variableScope]
e2fsprogs-1.41.14/lib/blkid/probe.c:1195:15: style: The scope of the variable 'embed_first_block' can be reduced. [variableScope]
e2fsprogs-1.41.14/lib/blkid/probe.c:1200:15: style: The scope of the variable 'ext_block_count' can be reduced. [variableScope]
e2fsprogs-1.41.14/lib/blkid/probe.c:1209:7: style: The scope of the variable 'uuid_str' can be reduced. [variableScope]
e2fsprogs-1.41.14/lib/blkid/probe.c:898:2: warning: The buffer 'uuid' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
e2fsprogs-1.41.14/lib/blkid/read.c:421:13: style: Array index 'end' is used before limits check. [arrayIndexThenCheck]
e2fsprogs-1.41.14/lib/blkid/tag.c:365:12: style: Redundant condition: dev. '!dev || (dev && dev->bid_flags&1)' is equivalent to '!dev || dev->bid_flags&1' [redundantCondition]
e2fsprogs-1.41.14/lib/e2p/feature.c:263:7: style: The scope of the variable 'neg' can be reduced. [variableScope]
e2fsprogs-1.41.14/lib/e2p/feature.c:122:43: style: Function 'e2p_string2feature' argument 2 names different: declaration 'compat' definition 'compat_type'. [funcArgNamesDifferent]
e2fsprogs-1.41.14/lib/e2p/e2p.h:50:43: note: Function 'e2p_string2feature' argument 2 names different: declaration 'compat' definition 'compat_type'.
e2fsprogs-1.41.14/lib/e2p/feature.c:122:43: note: Function 'e2p_string2feature' argument 2 names different: declaration 'compat' definition 'compat_type'.
e2fsprogs-1.41.14/lib/e2p/feature.c:161:12: warning: Shifting 32-bit value by 32 bits is undefined behaviour. See condition at line 157. [shiftTooManyBits]
e2fsprogs-1.41.14/lib/e2p/feature.c:157:10: note: Assuming that condition 'num>32' is not redundant
e2fsprogs-1.41.14/lib/e2p/feature.c:161:12: note: Shift
e2fsprogs-1.41.14/lib/e2p/feature.c:235:12: warning: Shifting 32-bit value by 32 bits is undefined behaviour. See condition at line 231. [shiftTooManyBits]
e2fsprogs-1.41.14/lib/e2p/feature.c:231:10: note: Assuming that condition 'num>32' is not redundant
e2fsprogs-1.41.14/lib/e2p/feature.c:235:12: note: Shift
e2fsprogs-1.41.14/lib/e2p/feature.c:161:12: warning: Either the condition 'num>32' is redundant or there is signed integer overflow for expression '1<<num'. [integerOverflowCond]
e2fsprogs-1.41.14/lib/e2p/feature.c:157:10: note: Assuming that condition 'num>32' is not redundant
e2fsprogs-1.41.14/lib/e2p/feature.c:161:12: note: Integer overflow
e2fsprogs-1.41.14/lib/e2p/feature.c:235:12: warning: Either the condition 'num>32' is redundant or there is signed integer overflow for expression '1<<num'. [integerOverflowCond]
e2fsprogs-1.41.14/lib/e2p/feature.c:231:10: note: Assuming that condition 'num>32' is not redundant
e2fsprogs-1.41.14/lib/e2p/feature.c:235:12: note: Integer overflow
e2fsprogs-1.41.14/lib/e2p/fgetflags.c:94:1: style: Label 'notsupp' is not used. [unusedLabel]
e2fsprogs-1.41.14/lib/e2p/fgetflags.c:45:14: style: Unused variable: buf [unusedVariable]
e2fsprogs-1.41.14/lib/e2p/fsetflags.c:98:1: style: Label 'notsupp' is not used. [unusedLabel]
e2fsprogs-1.41.14/lib/e2p/fsetflags.c:54:14: style: Unused variable: buf [unusedVariable]
e2fsprogs-1.41.14/lib/e2p/getflags.c:65:1: style: Label 'notsupp' is not used. [unusedLabel]
e2fsprogs-1.41.14/lib/e2p/getflags.c:32:14: style: Unused variable: buf [unusedVariable]
e2fsprogs-1.41.14/lib/e2p/iod.c:37:14: style: Condition 'max_len==-1' is always true [knownConditionTrueFalse]
e2fsprogs-1.41.14/lib/e2p/iod.c:32:17: note: Assignment 'max_len=-1', assigned value is -1
e2fsprogs-1.41.14/lib/e2p/iod.c:37:14: note: Condition 'max_len==-1' is always true
e2fsprogs-1.41.14/lib/e2p/iod.c:37:14: style: Same expression on both sides of '==' because the value of 'max_len' and '-1' are the same. [duplicateExpression]
e2fsprogs-1.41.14/lib/e2p/iod.c:32:17: note: 'max_len' is assigned value '-1' here.
e2fsprogs-1.41.14/lib/e2p/iod.c:37:14: note: Same expression on both sides of '==' because the value of 'max_len' and '-1' are the same.
e2fsprogs-1.41.14/lib/e2p/iod.c:32:20: style: The scope of the variable 'len' can be reduced. [variableScope]
e2fsprogs-1.41.14/lib/e2p/ls.c:90:3: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
e2fsprogs-1.41.14/lib/e2p/ls.c:239:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
e2fsprogs-1.41.14/lib/e2p/ls.c:250:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
e2fsprogs-1.41.14/lib/e2p/ls.c:59:7: style: The scope of the variable 'hr' can be reduced. [variableScope]
e2fsprogs-1.41.14/lib/e2p/ls.c:59:11: style: The scope of the variable 'min' can be reduced. [variableScope]
e2fsprogs-1.41.14/lib/e2p/ls.c:178:44: style: Function 'list_super2' argument 1 names different: declaration 's' definition 'sb'. [funcArgNamesDifferent]
e2fsprogs-1.41.14/lib/e2p/e2p.h:41:44: note: Function 'list_super2' argument 1 names different: declaration 's' definition 'sb'.
e2fsprogs-1.41.14/lib/e2p/ls.c:178:44: note: Function 'list_super2' argument 1 names different: declaration 's' definition 'sb'.
e2fsprogs-1.41.14/lib/e2p/mntopts.c:104:6: style: The scope of the variable 'neg' can be reduced. [variableScope]
e2fsprogs-1.41.14/lib/e2p/mntopts.c:78:12: warning: Shifting 32-bit value by 32 bits is undefined behaviour. See condition at line 74. [shiftTooManyBits]
e2fsprogs-1.41.14/lib/e2p/mntopts.c:74:10: note: Assuming that condition 'num>32' is not redundant
e2fsprogs-1.41.14/lib/e2p/mntopts.c:78:12: note: Shift
e2fsprogs-1.41.14/lib/e2p/mntopts.c:78:12: warning: Either the condition 'num>32' is redundant or there is signed integer overflow for expression '1<<num'. [integerOverflowCond]
e2fsprogs-1.41.14/lib/e2p/mntopts.c:74:10: note: Assuming that condition 'num>32' is not redundant
e2fsprogs-1.41.14/lib/e2p/mntopts.c:78:12: note: Integer overflow
e2fsprogs-1.41.14/lib/e2p/setflags.c:41:14: style: Unused variable: buf [unusedVariable]
e2fsprogs-1.41.14/lib/et/error_message.c:249:21: style: Condition 'et_list_lock()!=0' is always false [knownConditionTrueFalse]
e2fsprogs-1.41.14/lib/et/error_message.c:276:21: style: Condition 'et_list_lock()!=0' is always false [knownConditionTrueFalse]
e2fsprogs-1.41.14/lib/et/error_message.c:206:6: style: The scope of the variable 'fd' can be reduced. [variableScope]
e2fsprogs-1.41.14/lib/et/error_message.c:206:10: style: The scope of the variable 'flags' can be reduced. [variableScope]
e2fsprogs-1.41.14/lib/et/et_name.c:26:9: style: The scope of the variable 'ch' can be reduced. [variableScope]
e2fsprogs-1.41.14/lib/ext2fs/alloc_sb.c:48:6: style: The scope of the variable 'j' can be reduced. [variableScope]
e2fsprogs-1.41.14/lib/ext2fs/alloc_tables.c:87:7: style: The scope of the variable 'j' can be reduced. [variableScope]
e2fsprogs-1.41.14/lib/ext2fs/badblocks.c:111:16: style: The scope of the variable 'old_size' can be reduced. [variableScope]
e2fsprogs-1.41.14/lib/ext2fs/badblocks.c:164:17: style: The scope of the variable 'mid' can be reduced. [variableScope]
e2fsprogs-1.41.14/lib/ext2fs/bb_inode.c:161:17: style: The scope of the variable 'old_size' can be reduced. [variableScope]
e2fsprogs-1.41.14/lib/ext2fs/brel_ma.c:47:22: style: Function 'ext2fs_brel_memarray_create' argument 3 names different: declaration 'brel' definition 'new_brel'. [funcArgNamesDifferent]
e2fsprogs-1.41.14/lib/ext2fs/brel.h:77:20: note: Function 'ext2fs_brel_memarray_create' argument 3 names different: declaration 'brel' definition 'new_brel'.
e2fsprogs-1.41.14/lib/ext2fs/brel_ma.c:47:22: note: Function 'ext2fs_brel_memarray_create' argument 3 names different: declaration 'brel' definition 'new_brel'.
e2fsprogs-1.41.14/lib/ext2fs/closefs.c:355:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
e2fsprogs-1.41.14/lib/ext2fs/closefs.c:354:2: note: Variable 'retval' is reassigned a value before the old one has been used.
e2fsprogs-1.41.14/lib/ext2fs/closefs.c:355:2: note: Variable 'retval' is reassigned a value before the old one has been used.
e2fsprogs-1.41.14/lib/ext2fs/closefs.c:376:7: style: The scope of the variable 'meta_blks' can be reduced. [variableScope]
e2fsprogs-1.41.14/lib/ext2fs/dblist.c:160:17: style: The scope of the variable 'old_size' can be reduced. [variableScope]
e2fsprogs-1.41.14/lib/ext2fs/dblist.c:227:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
e2fsprogs-1.41.14/lib/ext2fs/dir_iterate.c:73:25: style: The scope of the variable 'dirent' can be reduced. [variableScope]
e2fsprogs-1.41.14/lib/ext2fs/dirblock.c:28:15: style: The scope of the variable 'name_len' can be reduced. [variableScope]
e2fsprogs-1.41.14/lib/ext2fs/dirblock.c:69:13: style: Function 'ext2fs_write_dir_block2' argument 3 names different: declaration 'buf' definition 'inbuf'. [funcArgNamesDifferent]
e2fsprogs-1.41.14/lib/ext2fs/ext2fs.h:791:13: note: Function 'ext2fs_write_dir_block2' argument 3 names different: declaration 'buf' definition 'inbuf'.
e2fsprogs-1.41.14/lib/ext2fs/dirblock.c:69:13: note: Function 'ext2fs_write_dir_block2' argument 3 names different: declaration 'buf' definition 'inbuf'.
e2fsprogs-1.41.14/lib/ext2fs/dirblock.c:111:12: style: Function 'ext2fs_write_dir_block' argument 3 names different: declaration 'buf' definition 'inbuf'. [funcArgNamesDifferent]
e2fsprogs-1.41.14/lib/ext2fs/ext2fs.h:789:12: note: Function 'ext2fs_write_dir_block' argument 3 names different: declaration 'buf' definition 'inbuf'.
e2fsprogs-1.41.14/lib/ext2fs/dirblock.c:111:12: note: Function 'ext2fs_write_dir_block' argument 3 names different: declaration 'buf' definition 'inbuf'.
e2fsprogs-1.41.14/lib/ext2fs/dirhash.c:197:7: style: The scope of the variable 'i' can be reduced. [variableScope]
e2fsprogs-1.41.14/lib/ext2fs/dosio.c:227:0: error: Memory leak: part [memleak]
e2fsprogs-1.41.14/lib/ext2fs/ext_attr.c:92:6: style: Condition 'buf' is always false [knownConditionTrueFalse]
e2fsprogs-1.41.14/lib/ext2fs/ext_attr.c:80:15: note: Assignment 'buf=NULL', assigned value is 0
e2fsprogs-1.41.14/lib/ext2fs/ext_attr.c:92:6: note: Condition 'buf' is always false
e2fsprogs-1.41.14/lib/ext2fs/ext_attr.c:76:68: style: Function 'ext2fs_write_ext_attr' argument 3 names different: declaration 'buf' definition 'inbuf'. [funcArgNamesDifferent]
e2fsprogs-1.41.14/lib/ext2fs/ext2fs.h:841:18: note: Function 'ext2fs_write_ext_attr' argument 3 names different: declaration 'buf' definition 'inbuf'.
e2fsprogs-1.41.14/lib/ext2fs/ext_attr.c:76:68: note: Function 'ext2fs_write_ext_attr' argument 3 names different: declaration 'buf' definition 'inbuf'.
e2fsprogs-1.41.14/lib/ext2fs/extent.c:1013:3: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
e2fsprogs-1.41.14/lib/ext2fs/extent.c:1009:3: note: Variable 'retval' is reassigned a value before the old one has been used.
e2fsprogs-1.41.14/lib/ext2fs/extent.c:1013:3: note: Variable 'retval' is reassigned a value before the old one has been used.
e2fsprogs-1.41.14/lib/ext2fs/extent.c:1507:4: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
e2fsprogs-1.41.14/lib/ext2fs/extent.c:1505:4: note: Variable 'retval' is reassigned a value before the old one has been used.
e2fsprogs-1.41.14/lib/ext2fs/extent.c:1507:4: note: Variable 'retval' is reassigned a value before the old one has been used.
e2fsprogs-1.41.14/lib/ext2fs/extent.c:163:8: style: The scope of the variable 'i' can be reduced. [variableScope]
e2fsprogs-1.41.14/lib/ext2fs/extent.c:546:27: style: The scope of the variable 'ix' can be reduced. [variableScope]
e2fsprogs-1.41.14/lib/ext2fs/extent.c:766:27: style: The scope of the variable 'ix' can be reduced. [variableScope]
e2fsprogs-1.41.14/lib/ext2fs/extent.c:767:23: style: The scope of the variable 'ex' can be reduced. [variableScope]
e2fsprogs-1.41.14/lib/ext2fs/extent.c:1453:29: style: The scope of the variable 'eh' can be reduced. [variableScope]
e2fsprogs-1.41.14/lib/ext2fs/extent.c:181:31: style: Function 'ext2fs_extent_open' argument 3 names different: declaration 'handle' definition 'ret_handle'. [funcArgNamesDifferent]
e2fsprogs-1.41.14/lib/ext2fs/ext2fs.h:849:31: note: Function 'ext2fs_extent_open' argument 3 names different: declaration 'handle' definition 'ret_handle'.
e2fsprogs-1.41.14/lib/ext2fs/extent.c:181:31: note: Function 'ext2fs_extent_open' argument 3 names different: declaration 'handle' definition 'ret_handle'.
e2fsprogs-1.41.14/lib/ext2fs/extent.c:64:8: style: struct member 'ext2_extent_path::leaf_height' is never used. [unusedStructMember]
e2fsprogs-1.41.14/lib/ext2fs/finddev.c:128:19: style: The scope of the variable 'current' can be reduced. [variableScope]
e2fsprogs-1.41.14/lib/ext2fs/gen_bitmap.c:361:6: style: The scope of the variable 'first_bit' can be reduced. [variableScope]
e2fsprogs-1.41.14/lib/ext2fs/gen_bitmap.c:362:6: style: The scope of the variable 'last_bit' can be reduced. [variableScope]
e2fsprogs-1.41.14/lib/ext2fs/gen_bitmap.c:363:6: style: The scope of the variable 'mark_count' can be reduced. [variableScope]
e2fsprogs-1.41.14/lib/ext2fs/gen_bitmap.c:365:6: style: The scope of the variable 'i' can be reduced. [variableScope]
e2fsprogs-1.41.14/lib/ext2fs/icount.c:484:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
e2fsprogs-1.41.14/lib/ext2fs/icount.c:484:4: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
e2fsprogs-1.41.14/lib/ext2fs/imager.c:284:8: style: The scope of the variable 'c' can be reduced. [variableScope]
e2fsprogs-1.41.14/lib/ext2fs/imager.c:362:12: style: The scope of the variable 'actual' can be reduced. [variableScope]
e2fsprogs-1.41.14/lib/ext2fs/initialize.c:425:16: style: Condition '((int)c)==-1' is always true [knownConditionTrueFalse]
e2fsprogs-1.41.14/lib/ext2fs/initialize.c:424:6: note: Assignment 'c=(char)255', assigned value is -1
e2fsprogs-1.41.14/lib/ext2fs/initialize.c:425:16: note: Condition '((int)c)==-1' is always true
e2fsprogs-1.41.14/lib/ext2fs/ext2fs.h:1205:2: error: Memory leak: pp [memleak]
e2fsprogs-1.41.14/lib/ext2fs/ext2fs.h:1255:2: error: Common realloc mistake: 'p' nulled but not freed upon failure [memleakOnRealloc]
e2fsprogs-1.41.14/lib/ext2fs/ext2fs.h:1259:0: error: Memory leak: p [memleak]
e2fsprogs-1.41.14/lib/ext2fs/inode.c:525:17: style: The scope of the variable 'group' can be reduced. [variableScope]
e2fsprogs-1.41.14/lib/ext2fs/inode.c:525:24: style: The scope of the variable 'block' can be reduced. [variableScope]
e2fsprogs-1.41.14/lib/ext2fs/inode.c:528:8: style: The scope of the variable 'clen' can be reduced. [variableScope]
e2fsprogs-1.41.14/lib/ext2fs/inode.c:528:14: style: The scope of the variable 'i' can be reduced. [variableScope]
e2fsprogs-1.41.14/lib/ext2fs/inode.c:528:17: style: The scope of the variable 'inodes_per_block' can be reduced. [variableScope]
e2fsprogs-1.41.14/lib/ext2fs/inode_io.c:209:48: style: Function 'inode_read_blk64' argument 4 names different: declaration 'data' definition 'buf'. [funcArgNamesDifferent]
e2fsprogs-1.41.14/lib/ext2fs/inode_io.c:60:48: note: Function 'inode_read_blk64' argument 4 names different: declaration 'data' definition 'buf'.
e2fsprogs-1.41.14/lib/ext2fs/inode_io.c:209:48: note: Function 'inode_read_blk64' argument 4 names different: declaration 'data' definition 'buf'.
e2fsprogs-1.41.14/lib/ext2fs/inode_io.c:229:28: style: Function 'inode_read_blk' argument 4 names different: declaration 'data' definition 'buf'. [funcArgNamesDifferent]
e2fsprogs-1.41.14/lib/ext2fs/inode_io.c:53:28: note: Function 'inode_read_blk' argument 4 names different: declaration 'data' definition 'buf'.
e2fsprogs-1.41.14/lib/ext2fs/inode_io.c:229:28: note: Function 'inode_read_blk' argument 4 names different: declaration 'data' definition 'buf'.
e2fsprogs-1.41.14/lib/ext2fs/inode_io.c:235:54: style: Function 'inode_write_blk64' argument 4 names different: declaration 'data' definition 'buf'. [funcArgNamesDifferent]
e2fsprogs-1.41.14/lib/ext2fs/inode_io.c:62:54: note: Function 'inode_write_blk64' argument 4 names different: declaration 'data' definition 'buf'.
e2fsprogs-1.41.14/lib/ext2fs/inode_io.c:235:54: note: Function 'inode_write_blk64' argument 4 names different: declaration 'data' definition 'buf'.
e2fsprogs-1.41.14/lib/ext2fs/inode_io.c:255:28: style: Function 'inode_write_blk' argument 4 names different: declaration 'data' definition 'buf'. [funcArgNamesDifferent]
e2fsprogs-1.41.14/lib/ext2fs/inode_io.c:55:28: note: Function 'inode_write_blk' argument 4 names different: declaration 'data' definition 'buf'.
e2fsprogs-1.41.14/lib/ext2fs/inode_io.c:255:28: note: Function 'inode_write_blk' argument 4 names different: declaration 'data' definition 'buf'.
e2fsprogs-1.41.14/lib/ext2fs/inode_io.c:261:28: style: Function 'inode_write_byte' argument 4 names different: declaration 'data' definition 'buf'. [funcArgNamesDifferent]
e2fsprogs-1.41.14/lib/ext2fs/inode_io.c:58:27: note: Function 'inode_write_byte' argument 4 names different: declaration 'data' definition 'buf'.
e2fsprogs-1.41.14/lib/ext2fs/inode_io.c:261:28: note: Function 'inode_write_byte' argument 4 names different: declaration 'data' definition 'buf'.
e2fsprogs-1.41.14/lib/ext2fs/io_manager.c:25:31: style: The scope of the variable 'arg' can be reduced. [variableScope]
e2fsprogs-1.41.14/lib/ext2fs/irel_ma.c:101:0: error: Invalid number of character '(' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
e2fsprogs-1.41.14/lib/ext2fs/ismounted.c:325:6: style: Condition 'retval' is always false [knownConditionTrueFalse]
e2fsprogs-1.41.14/lib/ext2fs/ismounted.c:305:21: note: Assignment 'retval=0', assigned value is 0
e2fsprogs-1.41.14/lib/ext2fs/ismounted.c:325:6: note: Condition 'retval' is always false
e2fsprogs-1.41.14/lib/ext2fs/ismounted.c:304:14: style: Unused variable: st_buf [unusedVariable]
e2fsprogs-1.41.14/lib/ext2fs/ismounted.c:306:7: style: Unused variable: fd [unusedVariable]
e2fsprogs-1.41.14/lib/ext2fs/link.c:41:24: style: The scope of the variable 'min_rec_len' can be reduced. [variableScope]
e2fsprogs-1.41.14/lib/ext2fs/newdir.c:34:8: style: The scope of the variable 'rec_len' can be reduced. [variableScope]
e2fsprogs-1.41.14/lib/ext2fs/newdir.c:35:8: style: The scope of the variable 'filetype' can be reduced. [variableScope]
e2fsprogs-1.41.14/lib/ext2fs/nt_io.c:1138:3: warning: Either the condition 'NULL==NtData' is redundant or there is possible null pointer dereference: NtData. [nullPointerRedundantCheck]
e2fsprogs-1.41.14/lib/ext2fs/nt_io.c:1110:12: note: Assuming that condition 'NULL==NtData' is not redundant
e2fsprogs-1.41.14/lib/ext2fs/nt_io.c:1138:3: note: Null pointer dereference
e2fsprogs-1.41.14/lib/ext2fs/nt_io.c:1139:3: warning: Either the condition 'NULL==NtData' is redundant or there is possible null pointer dereference: NtData. [nullPointerRedundantCheck]
e2fsprogs-1.41.14/lib/ext2fs/nt_io.c:1110:12: note: Assuming that condition 'NULL==NtData' is not redundant
e2fsprogs-1.41.14/lib/ext2fs/nt_io.c:1139:3: note: Null pointer dereference
e2fsprogs-1.41.14/lib/ext2fs/nt_io.c:1140:3: warning: Either the condition 'NULL==NtData' is redundant or there is possible null pointer dereference: NtData. [nullPointerRedundantCheck]
e2fsprogs-1.41.14/lib/ext2fs/nt_io.c:1110:12: note: Assuming that condition 'NULL==NtData' is not redundant
e2fsprogs-1.41.14/lib/ext2fs/nt_io.c:1140:3: note: Null pointer dereference
e2fsprogs-1.41.14/lib/ext2fs/nt_io.c:1141:3: warning: Either the condition 'NULL==NtData' is redundant or there is possible null pointer dereference: NtData. [nullPointerRedundantCheck]
e2fsprogs-1.41.14/lib/ext2fs/nt_io.c:1110:12: note: Assuming that condition 'NULL==NtData' is not redundant
e2fsprogs-1.41.14/lib/ext2fs/nt_io.c:1141:3: note: Null pointer dereference
e2fsprogs-1.41.14/lib/ext2fs/nt_io.c:1143:15: warning: Either the condition 'NULL==NtData' is redundant or there is possible null pointer dereference: NtData. [nullPointerRedundantCheck]
e2fsprogs-1.41.14/lib/ext2fs/nt_io.c:1110:12: note: Assuming that condition 'NULL==NtData' is not redundant
e2fsprogs-1.41.14/lib/ext2fs/nt_io.c:1143:15: note: Null pointer dereference
e2fsprogs-1.41.14/lib/ext2fs/nt_io.c:1163:18: warning: Either the condition 'NULL==NtData' is redundant or there is possible null pointer dereference: NtData. [nullPointerRedundantCheck]
e2fsprogs-1.41.14/lib/ext2fs/nt_io.c:1110:12: note: Assuming that condition 'NULL==NtData' is not redundant
e2fsprogs-1.41.14/lib/ext2fs/nt_io.c:1163:18: note: Null pointer dereference
e2fsprogs-1.41.14/lib/ext2fs/nt_io.c:1171:29: warning: Either the condition 'NULL==NtData' is redundant or there is possible null pointer dereference: NtData. [nullPointerRedundantCheck]
e2fsprogs-1.41.14/lib/ext2fs/nt_io.c:1110:12: note: Assuming that condition 'NULL==NtData' is not redundant
e2fsprogs-1.41.14/lib/ext2fs/nt_io.c:1171:29: note: Null pointer dereference
e2fsprogs-1.41.14/lib/ext2fs/nt_io.c:1233:2: warning: Either the condition 'NULL!=NtData' is redundant or there is possible null pointer dereference: NtData. [nullPointerRedundantCheck]
e2fsprogs-1.41.14/lib/ext2fs/nt_io.c:1243:11: note: Assuming that condition 'NULL!=NtData' is not redundant
e2fsprogs-1.41.14/lib/ext2fs/nt_io.c:1233:2: note: Null pointer dereference
e2fsprogs-1.41.14/lib/ext2fs/nt_io.c:1304:28: style: Function 'nt_read_blk' argument 4 names different: declaration 'data' definition 'buf'. [funcArgNamesDifferent]
e2fsprogs-1.41.14/lib/ext2fs/nt_io.c:227:28: note: Function 'nt_read_blk' argument 4 names different: declaration 'data' definition 'buf'.
e2fsprogs-1.41.14/lib/ext2fs/nt_io.c:1304:28: note: Function 'nt_read_blk' argument 4 names different: declaration 'data' definition 'buf'.
e2fsprogs-1.41.14/lib/ext2fs/nt_io.c:1386:28: style: Function 'nt_write_blk' argument 4 names different: declaration 'data' definition 'buf'. [funcArgNamesDifferent]
e2fsprogs-1.41.14/lib/ext2fs/nt_io.c:229:28: note: Function 'nt_write_blk' argument 4 names different: declaration 'data' definition 'buf'.
e2fsprogs-1.41.14/lib/ext2fs/nt_io.c:1386:28: note: Function 'nt_write_blk' argument 4 names different: declaration 'data' definition 'buf'.
e2fsprogs-1.41.14/lib/ext2fs/read_bb_file.c:42:7: style: The scope of the variable 'count' can be reduced. [variableScope]
e2fsprogs-1.41.14/lib/ext2fs/tdb.c:2962:2: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
e2fsprogs-1.41.14/lib/ext2fs/tdb.c:2962:2: warning: %d in format string (no. 5) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
e2fsprogs-1.41.14/lib/ext2fs/tdb.c:2962:2: warning: %d in format string (no. 6) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
e2fsprogs-1.41.14/lib/ext2fs/tdb.c:3045:3: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
e2fsprogs-1.41.14/lib/ext2fs/tdb.c:2588:2: style: Variable 'mem_tdb' is reassigned a value before the old one has been used. [redundantAssignment]
e2fsprogs-1.41.14/lib/ext2fs/tdb.c:2581:0: note: Variable 'mem_tdb' is reassigned a value before the old one has been used.
e2fsprogs-1.41.14/lib/ext2fs/tdb.c:2588:2: note: Variable 'mem_tdb' is reassigned a value before the old one has been used.
e2fsprogs-1.41.14/lib/ext2fs/tdb.c:3746:3: style: Redundant pointer operation on 'newdb' - it's already a pointer. [redundantPointerOp]
e2fsprogs-1.41.14/lib/ext2fs/tdb.c:3756:2: style: Redundant pointer operation on 'newdb' - it's already a pointer. [redundantPointerOp]
e2fsprogs-1.41.14/lib/ext2fs/tdb.c:2889:56: style: Function 'ext2fs_tdb_nextkey' argument 2 names different: declaration 'key' definition 'oldkey'. [funcArgNamesDifferent]
e2fsprogs-1.41.14/lib/ext2fs/tdb.h:168:56: note: Function 'ext2fs_tdb_nextkey' argument 2 names different: declaration 'key' definition 'oldkey'.
e2fsprogs-1.41.14/lib/ext2fs/tdb.c:2889:56: note: Function 'ext2fs_tdb_nextkey' argument 2 names different: declaration 'key' definition 'oldkey'.
e2fsprogs-1.41.14/lib/ext2fs/tdb.c:2985:8: warning: Suspicious code: sign conversion of i in calculation, even though i can have a negative value [signConversion]
e2fsprogs-1.41.14/lib/ext2fs/tdb.c:82:7: error: Uninitialized variable: length [uninitvar]
e2fsprogs-1.41.14/lib/ext2fs/tdbtool.c:426:6: style: The scope of the variable 'cmd_len' can be reduced. [variableScope]
e2fsprogs-1.41.14/lib/ext2fs/test_io.c:307:28: style: Function 'test_read_blk' argument 4 names different: declaration 'data' definition 'buf'. [funcArgNamesDifferent]
e2fsprogs-1.41.14/lib/ext2fs/test_io.c:63:28: note: Function 'test_read_blk' argument 4 names different: declaration 'data' definition 'buf'.
e2fsprogs-1.41.14/lib/ext2fs/test_io.c:307:28: note: Function 'test_read_blk' argument 4 names different: declaration 'data' definition 'buf'.
e2fsprogs-1.41.14/lib/ext2fs/test_io.c:334:34: style: Function 'test_write_blk' argument 4 names different: declaration 'data' definition 'buf'. [funcArgNamesDifferent]
e2fsprogs-1.41.14/lib/ext2fs/test_io.c:65:28: note: Function 'test_write_blk' argument 4 names different: declaration 'data' definition 'buf'.
e2fsprogs-1.41.14/lib/ext2fs/test_io.c:334:34: note: Function 'test_write_blk' argument 4 names different: declaration 'data' definition 'buf'.
e2fsprogs-1.41.14/lib/ext2fs/test_io.c:361:28: style: Function 'test_read_blk64' argument 4 names different: declaration 'data' definition 'buf'. [funcArgNamesDifferent]
e2fsprogs-1.41.14/lib/ext2fs/test_io.c:67:28: note: Function 'test_read_blk64' argument 4 names different: declaration 'data' definition 'buf'.
e2fsprogs-1.41.14/lib/ext2fs/test_io.c:361:28: note: Function 'test_read_blk64' argument 4 names different: declaration 'data' definition 'buf'.
e2fsprogs-1.41.14/lib/ext2fs/test_io.c:388:34: style: Function 'test_write_blk64' argument 4 names different: declaration 'data' definition 'buf'. [funcArgNamesDifferent]
e2fsprogs-1.41.14/lib/ext2fs/test_io.c:69:28: note: Function 'test_write_blk64' argument 4 names different: declaration 'data' definition 'buf'.
e2fsprogs-1.41.14/lib/ext2fs/test_io.c:388:34: note: Function 'test_write_blk64' argument 4 names different: declaration 'data' definition 'buf'.
e2fsprogs-1.41.14/lib/ext2fs/tst_badblocks.c:123:9: style: The scope of the variable 'match' can be reduced. [variableScope]
e2fsprogs-1.41.14/lib/ext2fs/tst_badblocks.c:271:6: style: The scope of the variable 'equal' can be reduced. [variableScope]
e2fsprogs-1.41.14/lib/ext2fs/tst_badblocks.c:236:3: error: Memory leak: fs [memleak]
e2fsprogs-1.41.14/lib/ext2fs/tst_badblocks.c:241:3: error: Memory leak: fs [memleak]
e2fsprogs-1.41.14/lib/ext2fs/tst_iscan.c:202:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
e2fsprogs-1.41.14/lib/ext2fs/undo_io.c:459:28: style: Function 'undo_read_blk' argument 4 names different: declaration 'data' definition 'buf'. [funcArgNamesDifferent]
e2fsprogs-1.41.14/lib/ext2fs/undo_io.c:77:28: note: Function 'undo_read_blk' argument 4 names different: declaration 'data' definition 'buf'.
e2fsprogs-1.41.14/lib/ext2fs/undo_io.c:459:28: note: Function 'undo_read_blk' argument 4 names different: declaration 'data' definition 'buf'.
e2fsprogs-1.41.14/lib/ext2fs/undo_io.c:475:28: style: Function 'undo_write_blk' argument 4 names different: declaration 'data' definition 'buf'. [funcArgNamesDifferent]
e2fsprogs-1.41.14/lib/ext2fs/undo_io.c:79:28: note: Function 'undo_write_blk' argument 4 names different: declaration 'data' definition 'buf'.
e2fsprogs-1.41.14/lib/ext2fs/undo_io.c:475:28: note: Function 'undo_write_blk' argument 4 names different: declaration 'data' definition 'buf'.
e2fsprogs-1.41.14/lib/ext2fs/undo_io.c:496:28: style: Function 'undo_write_byte' argument 4 names different: declaration 'data' definition 'buf'. [funcArgNamesDifferent]
e2fsprogs-1.41.14/lib/ext2fs/undo_io.c:82:27: note: Function 'undo_write_byte' argument 4 names different: declaration 'data' definition 'buf'.
e2fsprogs-1.41.14/lib/ext2fs/undo_io.c:496:28: note: Function 'undo_write_byte' argument 4 names different: declaration 'data' definition 'buf'.
e2fsprogs-1.41.14/lib/ext2fs/unix_io.c:616:21: style: The scope of the variable 'cache' can be reduced. [variableScope]
e2fsprogs-1.41.14/lib/ext2fs/unix_io.c:703:21: style: The scope of the variable 'cache' can be reduced. [variableScope]
e2fsprogs-1.41.14/lib/ext2fs/unix_io.c:816:21: style: The scope of the variable 'tmp' can be reduced. [variableScope]
e2fsprogs-1.41.14/lib/ext2fs/unix_io.c:613:28: style: Function 'unix_read_blk64' argument 4 names different: declaration 'data' definition 'buf'. [funcArgNamesDifferent]
e2fsprogs-1.41.14/lib/ext2fs/unix_io.c:115:28: note: Function 'unix_read_blk64' argument 4 names different: declaration 'data' definition 'buf'.
e2fsprogs-1.41.14/lib/ext2fs/unix_io.c:613:28: note: Function 'unix_read_blk64' argument 4 names different: declaration 'data' definition 'buf'.
e2fsprogs-1.41.14/lib/ext2fs/unix_io.c:694:28: style: Function 'unix_read_blk' argument 4 names different: declaration 'data' definition 'buf'. [funcArgNamesDifferent]
e2fsprogs-1.41.14/lib/ext2fs/unix_io.c:102:28: note: Function 'unix_read_blk' argument 4 names different: declaration 'data' definition 'buf'.
e2fsprogs-1.41.14/lib/ext2fs/unix_io.c:694:28: note: Function 'unix_read_blk' argument 4 names different: declaration 'data' definition 'buf'.
e2fsprogs-1.41.14/lib/ext2fs/unix_io.c:700:28: style: Function 'unix_write_blk64' argument 4 names different: declaration 'data' definition 'buf'. [funcArgNamesDifferent]
e2fsprogs-1.41.14/lib/ext2fs/unix_io.c:117:28: note: Function 'unix_write_blk64' argument 4 names different: declaration 'data' definition 'buf'.
e2fsprogs-1.41.14/lib/ext2fs/unix_io.c:700:28: note: Function 'unix_write_blk64' argument 4 names different: declaration 'data' definition 'buf'.
e2fsprogs-1.41.14/lib/ext2fs/unix_io.c:752:28: style: Function 'unix_write_blk' argument 4 names different: declaration 'data' definition 'buf'. [funcArgNamesDifferent]
e2fsprogs-1.41.14/lib/ext2fs/unix_io.c:104:28: note: Function 'unix_write_blk' argument 4 names different: declaration 'data' definition 'buf'.
e2fsprogs-1.41.14/lib/ext2fs/unix_io.c:752:28: note: Function 'unix_write_blk' argument 4 names different: declaration 'data' definition 'buf'.
e2fsprogs-1.41.14/lib/ext2fs/unix_io.c:758:28: style: Function 'unix_write_byte' argument 4 names different: declaration 'data' definition 'buf'. [funcArgNamesDifferent]
e2fsprogs-1.41.14/lib/ext2fs/unix_io.c:107:27: note: Function 'unix_write_byte' argument 4 names different: declaration 'data' definition 'buf'.
e2fsprogs-1.41.14/lib/ext2fs/unix_io.c:758:28: note: Function 'unix_write_byte' argument 4 names different: declaration 'data' definition 'buf'.
e2fsprogs-1.41.14/lib/ext2fs/unix_io.c:204:7: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
e2fsprogs-1.41.14/lib/ext2fs/unix_io.c:278:7: portability: 'buf' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
e2fsprogs-1.41.14/lib/ss/help.c:51:18: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress]
e2fsprogs-1.41.14/lib/ss/help.c:153:5: error: Common realloc mistake: 'dirs' nulled but not freed upon failure [memleakOnRealloc]
e2fsprogs-1.41.14/lib/ss/listen.c:124:25: error: Uninitialized variable: old_jmpb [uninitvar]
e2fsprogs-1.41.14/lib/ss/pager.c:111:10: style: The scope of the variable 'ret' can be reduced. [variableScope]
e2fsprogs-1.41.14/lib/ss/parse.c:83:3: error: Common realloc mistake: 'argv' nulled but not freed upon failure [memleakOnRealloc]
e2fsprogs-1.41.14/lib/ss/parse.c:91:3: error: Common realloc mistake: 'argv' nulled but not freed upon failure [memleakOnRealloc]
e2fsprogs-1.41.14/lib/ss/request_tbl.c:29:15: style: The scope of the variable 'i' can be reduced. [variableScope]
e2fsprogs-1.41.14/lib/ss/test_ss.c:80:0: error: Resource leak: f [resourceLeak]
e2fsprogs-1.41.14/lib/uuid/gen_uuid.c:164:3: warning: Return value of function rand() is not used. [ignoredReturnValue]
e2fsprogs-1.41.14/lib/uuid/gen_uuid.c:176:6: style: The scope of the variable 'lose_counter' can be reduced. [variableScope]
e2fsprogs-1.41.14/lib/uuid/gen_uuid.c:420:10: style: The scope of the variable 'ret' can be reduced. [variableScope]
e2fsprogs-1.41.14/misc/badblocks.c:129:6: style: Condition '!ret' is always true [knownConditionTrueFalse]
e2fsprogs-1.41.14/misc/badblocks.c:114:14: note: Assignment 'ret=0', assigned value is 0
e2fsprogs-1.41.14/misc/badblocks.c:129:6: note: Condition '!ret' is always true
e2fsprogs-1.41.14/misc/badblocks.c:563:23: warning: Either the condition '!buffer' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
e2fsprogs-1.41.14/misc/badblocks.c:565:6: note: Assuming that condition '!buffer' is not redundant
e2fsprogs-1.41.14/misc/badblocks.c:563:23: note: Null pointer addition
e2fsprogs-1.41.14/misc/badblocks.c:288:15: style: The scope of the variable 'i' can be reduced. [variableScope]
e2fsprogs-1.41.14/misc/badblocks.c:288:18: style: The scope of the variable 'nb' can be reduced. [variableScope]
e2fsprogs-1.41.14/misc/badblocks.c:556:9: style: The scope of the variable 'try' can be reduced. [variableScope]
e2fsprogs-1.41.14/misc/badblocks.c:184:12: style: Checking if unsigned variable 'total' is less than zero. [unsignedLessThanZero]
e2fsprogs-1.41.14/misc/blkid.c:74:16: style: The scope of the variable 'ch' can be reduced. [variableScope]
e2fsprogs-1.41.14/misc/blkid.c:142:11: style: The scope of the variable 'w' can be reduced. [variableScope]
e2fsprogs-1.41.14/misc/blkid.c:173:8: style: The scope of the variable 'len' can be reduced. [variableScope]
e2fsprogs-1.41.14/misc/chattr.c:296:6: style: The scope of the variable 'err' can be reduced. [variableScope]
e2fsprogs-1.41.14/misc/dumpe2fs.c:358:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
e2fsprogs-1.41.14/misc/dumpe2fs.c:360:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
e2fsprogs-1.41.14/misc/dumpe2fs.c:152:6: style: The scope of the variable 'has_super' can be reduced. [variableScope]
e2fsprogs-1.41.14/misc/dumpe2fs.c:413:33: style: The scope of the variable 'arg' can be reduced. [variableScope]
e2fsprogs-1.41.14/misc/e2freefrag.c:158:3: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
e2fsprogs-1.41.14/misc/e2freefrag.c:144:16: style: The scope of the variable 'total_chunks' can be reduced. [variableScope]
e2fsprogs-1.41.14/misc/e2freefrag.c:147:27: style: The scope of the variable 'end' can be reduced. [variableScope]
e2fsprogs-1.41.14/misc/e2freefrag.c:147:32: style: Unused variable: cum [unusedVariable]
e2fsprogs-1.41.14/misc/e2freefrag.c:221:27: style: Unused variable: i [unusedVariable]
e2fsprogs-1.41.14/misc/e2freefrag.c:221:30: style: Unused variable: free_blks [unusedVariable]
e2fsprogs-1.41.14/misc/e2image.c:367:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
e2fsprogs-1.41.14/misc/e2image.c:314:7: style: The scope of the variable 'count' can be reduced. [variableScope]
e2fsprogs-1.41.14/misc/e2image.c:610:13: style: Variable 'image_io' is assigned a value that is never used. [unreadVariable]
e2fsprogs-1.41.14/misc/e2initrd_helper.c:104:3: error: Memory leak: buf [memleak]
e2fsprogs-1.41.14/misc/e2undo.c:209:3: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
e2fsprogs-1.41.14/misc/findsuper.c:183:2: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
e2fsprogs-1.41.14/misc/fsck.c:1183:7: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
e2fsprogs-1.41.14/misc/fsck.c:169:8: style: The scope of the variable 'p' can be reduced. [variableScope]
e2fsprogs-1.41.14/misc/fsck.c:963:6: style: The scope of the variable 'pass_done' can be reduced. [variableScope]
e2fsprogs-1.41.14/misc/fsck.c:1258:18: style: The scope of the variable 'fs' can be reduced. [variableScope]
e2fsprogs-1.41.14/misc/logsave.c:58:10: style: The scope of the variable 'ret' can be reduced. [variableScope]
e2fsprogs-1.41.14/misc/logsave.c:77:14: style: The scope of the variable 'cp' can be reduced. [variableScope]
e2fsprogs-1.41.14/misc/logsave.c:79:7: style: The scope of the variable 'cnt' can be reduced. [variableScope]
e2fsprogs-1.41.14/misc/logsave.c:79:12: style: The scope of the variable 'd' can be reduced. [variableScope]
e2fsprogs-1.41.14/misc/logsave.c:79:15: style: The scope of the variable 'del' can be reduced. [variableScope]
e2fsprogs-1.41.14/misc/logsave.c:120:22: style: The scope of the variable 'cp' can be reduced. [variableScope]
e2fsprogs-1.41.14/misc/logsave.c:229:6: style: The scope of the variable 'c' can be reduced. [variableScope]
e2fsprogs-1.41.14/misc/logsave.c:252:9: style: The scope of the variable 'pid' can be reduced. [variableScope]
e2fsprogs-1.41.14/misc/logsave.c:253:17: style: The scope of the variable 'cpp' can be reduced. [variableScope]
e2fsprogs-1.41.14/misc/lsattr.c:161:6: style: The scope of the variable 'i' can be reduced. [variableScope]
e2fsprogs-1.41.14/misc/lsattr.c:162:6: style: The scope of the variable 'err' can be reduced. [variableScope]
e2fsprogs-1.41.14/misc/mke2fs.c:2117:7: style: Condition '!retval' is always false [knownConditionTrueFalse]
e2fsprogs-1.41.14/misc/mke2fs.c:2115:12: note: Assignment 'retval=1', assigned value is 1
e2fsprogs-1.41.14/misc/mke2fs.c:2117:7: note: Condition '!retval' is always false
e2fsprogs-1.41.14/misc/mke2fs.c:236:8: style: The scope of the variable 'group_bad' can be reduced. [variableScope]
e2fsprogs-1.41.14/misc/mke2fs.c:358:12: style: The scope of the variable 'ipb' can be reduced. [variableScope]
e2fsprogs-1.41.14/misc/mke2fs.c:509:16: style: The scope of the variable 'magic' can be reduced. [variableScope]
e2fsprogs-1.41.14/misc/mke2fs.c:692:33: style: The scope of the variable 'arg' can be reduced. [variableScope]
e2fsprogs-1.41.14/misc/mke2fs.c:374:10: style: Variable 'ipb' is assigned a value that is never used. [unreadVariable]
e2fsprogs-1.41.14/misc/mklost+found.c:37:6: style: The scope of the variable 'd' can be reduced. [variableScope]
e2fsprogs-1.41.14/misc/partinfo.c:69:3: warning: %d in format string (no. 7) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
e2fsprogs-1.41.14/misc/partinfo.c:29:6: style: The scope of the variable 'fd' can be reduced. [variableScope]
e2fsprogs-1.41.14/misc/tune2fs.c:902:33: style: The scope of the variable 'arg' can be reduced. [variableScope]
e2fsprogs-1.41.14/misc/tune2fs.c:1167:19: style: The scope of the variable 'bmv' can be reduced. [variableScope]
e2fsprogs-1.41.14/misc/util.c:179:33: style: The scope of the variable 'arg' can be reduced. [variableScope]
e2fsprogs-1.41.14/misc/uuidd.c:90:10: style: The scope of the variable 'ret' can be reduced. [variableScope]
e2fsprogs-1.41.14/misc/uuidd.c:114:10: style: The scope of the variable 'ret' can be reduced. [variableScope]
e2fsprogs-1.41.14/resize/extent.c:84:9: style: The scope of the variable 'newsize' can be reduced. [variableScope]
e2fsprogs-1.41.14/resize/main.c:52:14: style: The scope of the variable 'label' can be reduced. [variableScope]
e2fsprogs-1.41.14/resize/online.c:22:47: style: Function 'online_resize_fs' argument 4 names different: declaration 'flags' definition 'unused'. [funcArgNamesDifferent]
e2fsprogs-1.41.14/resize/resize2fs.h:149:28: note: Function 'online_resize_fs' argument 4 names different: declaration 'flags' definition 'unused'.
e2fsprogs-1.41.14/resize/online.c:22:47: note: Function 'online_resize_fs' argument 4 names different: declaration 'flags' definition 'unused'.
e2fsprogs-1.41.14/resize/resize2fs.c:692:17: style: Variable 'meta_bg_size' is assigned a value that is never used. [unreadVariable]
e2fsprogs-1.41.14/resize/resize2fs.c:696:21: style: Variable 'old_desc_blocks' is assigned a value that is never used. [unreadVariable]
e2fsprogs-1.41.14/tests/progs/random_exercise.c:50:6: style: The scope of the variable 'fd' can be reduced. [variableScope]
e2fsprogs-1.41.14/tests/progs/random_exercise.c:76:6: style: The scope of the variable 'size' can be reduced. [variableScope]
e2fsprogs-1.41.14/tests/progs/random_exercise.c:144:9: style: The scope of the variable 'fd' can be reduced. [variableScope]
e2fsprogs-1.41.14/tests/progs/test_icount.c:80:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
e2fsprogs-1.41.14/tests/progs/test_icount.c:80:11: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
e2fsprogs-1.41.14/tests/progs/test_icount.c:348:3: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
e2fsprogs-1.41.14/tests/progs/test_icount.c:347:3: note: Variable 'retval' is reassigned a value before the old one has been used.
e2fsprogs-1.41.14/tests/progs/test_icount.c:348:3: note: Variable 'retval' is reassigned a value before the old one has been used.
e2fsprogs-1.41.14/tests/progs/test_icount.c:104:14: style: The scope of the variable 'usage' can be reduced. [variableScope]
e2fsprogs-1.41.14/tests/progs/test_icount.c:127:14: style: The scope of the variable 'usage' can be reduced. [variableScope]
e2fsprogs-1.41.14/tests/progs/test_icount.c:151:14: style: The scope of the variable 'usage' can be reduced. [variableScope]
e2fsprogs-1.41.14/tests/progs/test_icount.c:175:14: style: The scope of the variable 'usage' can be reduced. [variableScope]
e2fsprogs-1.41.14/tests/progs/test_icount.c:292:0: error: Resource leak: f [resourceLeak]
e2fsprogs-1.41.14/tests/progs/test_rel.c:750:3: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
e2fsprogs-1.41.14/tests/progs/test_rel.c:749:3: note: Variable 'retval' is reassigned a value before the old one has been used.
e2fsprogs-1.41.14/tests/progs/test_rel.c:750:3: note: Variable 'retval' is reassigned a value before the old one has been used.
e2fsprogs-1.41.14/tests/progs/test_rel.c:145:14: style: The scope of the variable 'usage' can be reduced. [variableScope]
e2fsprogs-1.41.14/tests/progs/test_rel.c:174:14: style: The scope of the variable 'usage' can be reduced. [variableScope]
e2fsprogs-1.41.14/tests/progs/test_rel.c:215:14: style: The scope of the variable 'usage' can be reduced. [variableScope]
e2fsprogs-1.41.14/tests/progs/test_rel.c:305:14: style: The scope of the variable 'usage' can be reduced. [variableScope]
e2fsprogs-1.41.14/tests/progs/test_rel.c:330:14: style: The scope of the variable 'usage' can be reduced. [variableScope]
e2fsprogs-1.41.14/tests/progs/test_rel.c:352:14: style: The scope of the variable 'usage' can be reduced. [variableScope]
e2fsprogs-1.41.14/tests/progs/test_rel.c:382:14: style: The scope of the variable 'usage' can be reduced. [variableScope]
e2fsprogs-1.41.14/tests/progs/test_rel.c:418:14: style: The scope of the variable 'usage' can be reduced. [variableScope]
e2fsprogs-1.41.14/tests/progs/test_rel.c:444:14: style: The scope of the variable 'usage' can be reduced. [variableScope]
e2fsprogs-1.41.14/tests/progs/test_rel.c:536:14: style: The scope of the variable 'usage' can be reduced. [variableScope]
e2fsprogs-1.41.14/tests/progs/test_rel.c:573:14: style: The scope of the variable 'usage' can be reduced. [variableScope]
e2fsprogs-1.41.14/tests/progs/test_rel.c:614:14: style: The scope of the variable 'usage' can be reduced. [variableScope]
e2fsprogs-1.41.14/tests/progs/test_rel.c:640:14: style: The scope of the variable 'usage' can be reduced. [variableScope]
e2fsprogs-1.41.14/tests/progs/test_rel.c:708:0: error: Resource leak: f [resourceLeak]
e2fsprogs-1.41.14/util/subst.c:273:36: style: The scope of the variable 'oldcp' can be reduced. [variableScope]
e2fsprogs-1.41.14/util/subst.c:273:44: style: The scope of the variable 'newcp' can be reduced. [variableScope]
[17:02]

ftp://ftp.se.debian.org/debian/pool/main/e/e2guardian/e2guardian_5.1.orig.tar.gz
e2guardian-5.1/src/FOptionContainer.hpp:116:5: warning: Member variable 'FOptionContainer::reporting_level' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/FOptionContainer.hpp:116:5: warning: Member variable 'FOptionContainer::category_threshold' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/FOptionContainer.hpp:116:5: warning: Member variable 'FOptionContainer::infection_bypass_errors_only' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/FOptionContainer.hpp:116:5: warning: Member variable 'FOptionContainer::disable_content_scan' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/FOptionContainer.hpp:116:5: warning: Member variable 'FOptionContainer::disable_content_scan_error' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/FOptionContainer.hpp:116:5: warning: Member variable 'FOptionContainer::content_scan_exceptions' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/FOptionContainer.hpp:116:5: warning: Member variable 'FOptionContainer::automitm' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/FOptionContainer.hpp:116:5: warning: Member variable 'FOptionContainer::weighted_phrase_mode' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/FOptionContainer.hpp:116:5: warning: Member variable 'FOptionContainer::banned_phrase_list' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/FOptionContainer.hpp:116:5: warning: Member variable 'FOptionContainer::group_mode' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/FOptionContainer.hpp:116:5: warning: Member variable 'FOptionContainer::embedded_url_weight' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/FOptionContainer.hpp:116:5: warning: Member variable 'FOptionContainer::naughtyness_limit' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/FOptionContainer.hpp:116:5: warning: Member variable 'FOptionContainer::searchterm_limit' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/FOptionContainer.hpp:116:5: warning: Member variable 'FOptionContainer::filtergroup' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/FOptionContainer.hpp:116:5: warning: Member variable 'FOptionContainer::non_standard_delimiter' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/FOptionContainer.hpp:116:5: warning: Member variable 'FOptionContainer::reverse_lookups' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/FOptionContainer.hpp:116:5: warning: Member variable 'FOptionContainer::force_quick_search' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/FOptionContainer.hpp:116:5: warning: Member variable 'FOptionContainer::bypass_mode' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/FOptionContainer.hpp:116:5: warning: Member variable 'FOptionContainer::infection_bypass_mode' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/FOptionContainer.hpp:116:5: warning: Member variable 'FOptionContainer::use_only_local_allow_lists' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/FOptionContainer.hpp:116:5: warning: Member variable 'FOptionContainer::url_redirect_regexp_flag' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/FOptionContainer.hpp:116:5: warning: Member variable 'FOptionContainer::allow_empty_host_certs' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/FOptionContainer.hpp:116:5: warning: Member variable 'FOptionContainer::searchterm_list' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/FOptionContainer.hpp:116:5: warning: Member variable 'FOptionContainer::neterr_page' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/FOptionContainer.hpp:116:5: warning: Member variable 'FOptionContainer::banned_search_flag' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/Auth.cpp:43:13: warning: Member variable 'AuthPlugin::client_ip_based' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/FOptionContainer.hpp:56:10: style: Member variable 'FOptionContainer::ssl_mitm' is in the wrong place in the initializer list. [initializerList]
e2guardian-5.1/src/FOptionContainer.hpp:117:59: note: Member variable 'FOptionContainer::ssl_mitm' is in the wrong place in the initializer list.
e2guardian-5.1/src/FOptionContainer.hpp:56:10: note: Member variable 'FOptionContainer::ssl_mitm' is in the wrong place in the initializer list.
e2guardian-5.1/src/FOptionContainer.hpp:53:10: style: Member variable 'FOptionContainer::ssl_check_cert' is in the wrong place in the initializer list. [initializerList]
e2guardian-5.1/src/FOptionContainer.hpp:118:42: note: Member variable 'FOptionContainer::ssl_check_cert' is in the wrong place in the initializer list.
e2guardian-5.1/src/FOptionContainer.hpp:53:10: note: Member variable 'FOptionContainer::ssl_check_cert' is in the wrong place in the initializer list.
e2guardian-5.1/src/FOptionContainer.hpp:111:10: style: Member variable 'FOptionContainer::ssl_denied_rewrite' is in the wrong place in the initializer list. [initializerList]
e2guardian-5.1/src/FOptionContainer.hpp:121:15: note: Member variable 'FOptionContainer::ssl_denied_rewrite' is in the wrong place in the initializer list.
e2guardian-5.1/src/FOptionContainer.hpp:111:10: note: Member variable 'FOptionContainer::ssl_denied_rewrite' is in the wrong place in the initializer list.
e2guardian-5.1/src/Auth.cpp:46:5: performance: Variable 'cv' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
e2guardian-5.1/src/ListContainer.hpp:86:9: style: Technically the member function 'ListContainer::getListLength' can be const. [functionConst]
e2guardian-5.1/src/HTTPHeader.hpp:121:10: style: Technically the member function 'HTTPHeader::isPersistent' can be const. [functionConst]
e2guardian-5.1/src/HTTPHeader.hpp:125:10: style: Technically the member function 'HTTPHeader::wasPersistent' can be const. [functionConst]
e2guardian-5.1/src/Auth.hpp:81:12: style: Technically the member function 'AuthPlugin::getPluginName' can be const. [functionConst]
e2guardian-5.1/src/Auth.cpp:60:20: note: Technically the member function 'AuthPlugin::getPluginName' can be const.
e2guardian-5.1/src/Auth.hpp:81:12: note: Technically the member function 'AuthPlugin::getPluginName' can be const.
e2guardian-5.1/src/DataBuffer.hpp:40:9: style: Technically the member function 'DataBuffer::length' can be const. [functionConst]
e2guardian-5.1/src/ContentScanner.hpp:85:19: style: Technically the member function 'CSPlugin::getLastMessage' can be const. [functionConst]
e2guardian-5.1/src/ContentScanner.hpp:89:19: style: Technically the member function 'CSPlugin::getLastVirusName' can be const. [functionConst]
e2guardian-5.1/src/LOptionContainer.hpp:93:12: style: Technically the member function 'LOptionContainer::ISTag' can be const. [functionConst]
e2guardian-5.1/src/String.hpp:27:5: style: Class 'String' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
e2guardian-5.1/src/String.hpp:33:5: style: Class 'String' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
e2guardian-5.1/src/String.hpp:34:5: style: Class 'String' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
e2guardian-5.1/src/String.hpp:35:5: style: Class 'String' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
e2guardian-5.1/src/String.hpp:36:5: style: Class 'String' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
e2guardian-5.1/src/String.hpp:42:5: style: Class 'String' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
e2guardian-5.1/src/String.hpp:50:5: style: Class 'String' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
e2guardian-5.1/src/Socket.hpp:32:5: style: Class 'Socket' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
e2guardian-5.1/src/HTTPHeader.hpp:193:5: style: Class 'HTTPHeader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
e2guardian-5.1/src/LOptionContainer.hpp:74:5: style: Class 'LOptionContainer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
e2guardian-5.1/src/Socket.hpp:46:13: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
e2guardian-5.1/src/BaseSocket.hpp:57:25: note: Virtual function in base class
e2guardian-5.1/src/Socket.hpp:46:13: note: Function in derived class
e2guardian-5.1/src/Socket.hpp:49:10: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
e2guardian-5.1/src/BaseSocket.hpp:56:18: note: Virtual function in base class
e2guardian-5.1/src/Socket.hpp:49:10: note: Function in derived class
e2guardian-5.1/src/Auth.hpp:54:17: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
e2guardian-5.1/src/Plugin.hpp:21:17: note: Virtual function in base class
e2guardian-5.1/src/Auth.hpp:54:17: note: Function in derived class
e2guardian-5.1/src/Auth.hpp:55:17: style: The function 'quit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
e2guardian-5.1/src/Plugin.hpp:22:17: note: Virtual function in base class
e2guardian-5.1/src/Auth.hpp:55:17: note: Function in derived class
e2guardian-5.1/src/DownloadManager.hpp:39:17: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
e2guardian-5.1/src/Plugin.hpp:21:17: note: Virtual function in base class
e2guardian-5.1/src/DownloadManager.hpp:39:17: note: Function in derived class
e2guardian-5.1/src/DownloadManager.hpp:40:17: style: The function 'quit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
e2guardian-5.1/src/Plugin.hpp:22:17: note: Virtual function in base class
e2guardian-5.1/src/DownloadManager.hpp:40:17: note: Function in derived class
e2guardian-5.1/src/ContentScanner.hpp:95:17: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
e2guardian-5.1/src/Plugin.hpp:21:17: note: Virtual function in base class
e2guardian-5.1/src/ContentScanner.hpp:95:17: note: Function in derived class
e2guardian-5.1/src/ContentScanner.hpp:96:17: style: The function 'quit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
e2guardian-5.1/src/Plugin.hpp:22:17: note: Virtual function in base class
e2guardian-5.1/src/ContentScanner.hpp:96:17: note: Function in derived class
e2guardian-5.1/src/BackedStore.cpp:60:14: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
e2guardian-5.1/src/BaseSocket.cpp:490:9: style: The scope of the variable 'sent' can be reduced. [variableScope]
e2guardian-5.1/src/BaseSocket.cpp:520:14: style: The scope of the variable 'rc' can be reduced. [variableScope]
e2guardian-5.1/src/BaseSocket.cpp:67:13: warning: Member variable 'BaseSocket::buffer' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/BaseSocket.cpp:52:13: warning: Member variable 'BaseSocket::buffer' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/BaseSocket.hpp:34:9: style: Technically the member function 'BaseSocket::getFD' can be const. [functionConst]
e2guardian-5.1/src/BaseSocket.cpp:140:17: note: Technically the member function 'BaseSocket::getFD' can be const.
e2guardian-5.1/src/BaseSocket.hpp:34:9: note: Technically the member function 'BaseSocket::getFD' can be const.
e2guardian-5.1/src/BaseSocket.hpp:42:9: style: Technically the member function 'BaseSocket::getTimeout' can be const. [functionConst]
e2guardian-5.1/src/BaseSocket.cpp:174:17: note: Technically the member function 'BaseSocket::getTimeout' can be const.
e2guardian-5.1/src/BaseSocket.hpp:42:9: note: Technically the member function 'BaseSocket::getTimeout' can be const.
e2guardian-5.1/src/BaseSocket.hpp:43:9: style: Technically the member function 'BaseSocket::getErrno' can be const. [functionConst]
e2guardian-5.1/src/BaseSocket.cpp:168:17: note: Technically the member function 'BaseSocket::getErrno' can be const.
e2guardian-5.1/src/BaseSocket.hpp:43:9: note: Technically the member function 'BaseSocket::getErrno' can be const.
e2guardian-5.1/src/BaseSocket.hpp:45:10: style: Technically the member function 'BaseSocket::isClosing' can be const. [functionConst]
e2guardian-5.1/src/BaseSocket.cpp:184:18: note: Technically the member function 'BaseSocket::isClosing' can be const.
e2guardian-5.1/src/BaseSocket.hpp:45:10: note: Technically the member function 'BaseSocket::isClosing' can be const.
e2guardian-5.1/src/BaseSocket.hpp:46:10: style: Technically the member function 'BaseSocket::isHup' can be const. [functionConst]
e2guardian-5.1/src/BaseSocket.cpp:199:18: note: Technically the member function 'BaseSocket::isHup' can be const.
e2guardian-5.1/src/BaseSocket.hpp:46:10: note: Technically the member function 'BaseSocket::isHup' can be const.
e2guardian-5.1/src/BaseSocket.hpp:47:10: style: Technically the member function 'BaseSocket::sockError' can be const. [functionConst]
e2guardian-5.1/src/BaseSocket.cpp:189:18: note: Technically the member function 'BaseSocket::sockError' can be const.
e2guardian-5.1/src/BaseSocket.hpp:47:10: note: Technically the member function 'BaseSocket::sockError' can be const.
e2guardian-5.1/src/BaseSocket.hpp:48:10: style: Technically the member function 'BaseSocket::isTimedout' can be const. [functionConst]
e2guardian-5.1/src/BaseSocket.cpp:194:18: note: Technically the member function 'BaseSocket::isTimedout' can be const.
e2guardian-5.1/src/BaseSocket.hpp:48:10: note: Technically the member function 'BaseSocket::isTimedout' can be const.
e2guardian-5.1/src/BaseSocket.hpp:49:10: style: Technically the member function 'BaseSocket::isNoOpp' can be const. [functionConst]
e2guardian-5.1/src/BaseSocket.cpp:204:18: note: Technically the member function 'BaseSocket::isNoOpp' can be const.
e2guardian-5.1/src/BaseSocket.hpp:49:10: note: Technically the member function 'BaseSocket::isNoOpp' can be const.
e2guardian-5.1/src/BaseSocket.hpp:50:10: style: Technically the member function 'BaseSocket::isNoRead' can be const. [functionConst]
e2guardian-5.1/src/BaseSocket.cpp:209:18: note: Technically the member function 'BaseSocket::isNoRead' can be const.
e2guardian-5.1/src/BaseSocket.hpp:50:10: note: Technically the member function 'BaseSocket::isNoRead' can be const.
e2guardian-5.1/src/BaseSocket.hpp:51:10: style: Technically the member function 'BaseSocket::isNoWrite' can be const. [functionConst]
e2guardian-5.1/src/BaseSocket.cpp:214:18: note: Technically the member function 'BaseSocket::isNoWrite' can be const.
e2guardian-5.1/src/BaseSocket.hpp:51:10: note: Technically the member function 'BaseSocket::isNoWrite' can be const.
e2guardian-5.1/src/BaseSocket.hpp:52:10: style: Technically the member function 'BaseSocket::isOpen' can be const. [functionConst]
e2guardian-5.1/src/BaseSocket.cpp:179:18: note: Technically the member function 'BaseSocket::isOpen' can be const.
e2guardian-5.1/src/BaseSocket.hpp:52:10: note: Technically the member function 'BaseSocket::isOpen' can be const.
e2guardian-5.1/src/ConfigVar.cpp:26:15: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
e2guardian-5.1/src/ConnectionHandler.cpp:2322:22: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
e2guardian-5.1/src/ConnectionHandler.cpp:2316:17: note: outer condition: mess_no1>0
e2guardian-5.1/src/ConnectionHandler.cpp:2322:22: note: identical inner condition: mess_no1>0
e2guardian-5.1/src/ConnectionHandler.cpp:3553:9: style: Condition '!ismitm' is always true [knownConditionTrueFalse]
e2guardian-5.1/src/ConnectionHandler.cpp:3304:19: note: Assignment 'ismitm=false', assigned value is 0
e2guardian-5.1/src/ConnectionHandler.cpp:3553:9: note: Condition '!ismitm' is always true
e2guardian-5.1/src/ConnectionHandler.cpp:3742:11: style: Condition 'isbanneduser' is always false [knownConditionTrueFalse]
e2guardian-5.1/src/ConnectionHandler.cpp:3678:25: note: Assignment 'isbanneduser=false', assigned value is 0
e2guardian-5.1/src/ConnectionHandler.cpp:3742:11: note: Condition 'isbanneduser' is always false
e2guardian-5.1/src/ConnectionHandler.cpp:1019:25: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
e2guardian-5.1/src/ConnectionHandler.cpp:1022:27: note: Found duplicate branches for 'if' and 'else'.
e2guardian-5.1/src/ConnectionHandler.cpp:1019:25: note: Found duplicate branches for 'if' and 'else'.
e2guardian-5.1/src/ConnectionHandler.cpp:159:19: style: The scope of the variable 'c' can be reduced. [variableScope]
e2guardian-5.1/src/ConnectionHandler.cpp:267:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
e2guardian-5.1/src/ConnectionHandler.cpp:531:14: style: The scope of the variable 'isbanneduser' can be reduced. [variableScope]
e2guardian-5.1/src/ConnectionHandler.cpp:532:14: style: The scope of the variable 'isscanbypass' can be reduced. [variableScope]
e2guardian-5.1/src/ConnectionHandler.cpp:533:14: style: The scope of the variable 'isbypass' can be reduced. [variableScope]
e2guardian-5.1/src/ConnectionHandler.cpp:534:14: style: The scope of the variable 'isvirusbypass' can be reduced. [variableScope]
e2guardian-5.1/src/ConnectionHandler.cpp:541:14: style: The scope of the variable 'persistOutgoing' can be reduced. [variableScope]
e2guardian-5.1/src/ConnectionHandler.cpp:1249:10: style: The scope of the variable 'cachehit' can be reduced. [variableScope]
e2guardian-5.1/src/ConnectionHandler.cpp:2572:10: style: The scope of the variable 'dobreak' can be reduced. [variableScope]
e2guardian-5.1/src/ConnectionHandler.cpp:3320:14: style: The scope of the variable 'authed' can be reduced. [variableScope]
e2guardian-5.1/src/ConnectionHandler.cpp:3322:14: style: The scope of the variable 'isbanneduser' can be reduced. [variableScope]
e2guardian-5.1/src/ConnectionHandler.cpp:3638:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
e2guardian-5.1/src/ConnectionHandler.cpp:438:97: style: Function 'handlePeer' argument 4 names different: declaration 'LC_type' definition 'lc_type'. [funcArgNamesDifferent]
e2guardian-5.1/src/ConnectionHandler.hpp:63:82: note: Function 'handlePeer' argument 4 names different: declaration 'LC_type' definition 'lc_type'.
e2guardian-5.1/src/ConnectionHandler.cpp:438:97: note: Function 'handlePeer' argument 4 names different: declaration 'LC_type' definition 'lc_type'.
e2guardian-5.1/src/ConnectionHandler.cpp:470:92: style: Function 'handleConnection' argument 4 names different: declaration 'proxyconn' definition 'proxysock'. [funcArgNamesDifferent]
e2guardian-5.1/src/ConnectionHandler.hpp:86:77: note: Function 'handleConnection' argument 4 names different: declaration 'proxyconn' definition 'proxysock'.
e2guardian-5.1/src/ConnectionHandler.cpp:470:92: note: Function 'handleConnection' argument 4 names different: declaration 'proxyconn' definition 'proxysock'.
e2guardian-5.1/src/ConnectionHandler.cpp:1873:95: style: Function 'contentFilter' argument 12 names different: declaration 'responsescanner' definition 'responsescanners'. [funcArgNamesDifferent]
e2guardian-5.1/src/ConnectionHandler.hpp:137:65: note: Function 'contentFilter' argument 12 names different: declaration 'responsescanner' definition 'responsescanners'.
e2guardian-5.1/src/ConnectionHandler.cpp:1873:95: note: Function 'contentFilter' argument 12 names different: declaration 'responsescanner' definition 'responsescanners'.
e2guardian-5.1/src/ConnectionHandler.cpp:2566:37: style: Function 'doAuth' argument 1 names different: declaration 'auth_result' definition 'rc'. [funcArgNamesDifferent]
e2guardian-5.1/src/ConnectionHandler.hpp:147:22: note: Function 'doAuth' argument 1 names different: declaration 'auth_result' definition 'rc'.
e2guardian-5.1/src/ConnectionHandler.cpp:2566:37: note: Function 'doAuth' argument 1 names different: declaration 'auth_result' definition 'rc'.
e2guardian-5.1/src/ConnectionHandler.cpp:104:24: style: Variable 'peerport' is assigned a value that is never used. [unreadVariable]
e2guardian-5.1/src/ConnectionHandler.cpp:2234:7: style: Unused variable: response [unusedVariable]
e2guardian-5.1/src/ConnectionHandler.cpp:2235:9: style: Unused variable: responseLen [unusedVariable]
e2guardian-5.1/src/ConnectionHandler.cpp:3865:19: style: Variable 'authed' is assigned a value that is never used. [unreadVariable]
e2guardian-5.1/src/ConnectionHandler.cpp:4049:20: style: Variable 'done' is assigned a value that is never used. [unreadVariable]
e2guardian-5.1/src/ConnectionHandler.cpp:3941:10: style: Unused variable: part_banned [unusedVariable]
e2guardian-5.1/src/ConnectionHandler.cpp:1936:110: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
e2guardian-5.1/src/ConnectionHandler.cpp:2580:94: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
e2guardian-5.1/src/ConnectionHandler.cpp:66:20: warning: Member variable 'ConnectionHandler::load_id' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/ConnectionHandler.cpp:66:20: warning: Member variable 'ConnectionHandler::filtergroup' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/ConnectionHandler.cpp:66:20: warning: Member variable 'ConnectionHandler::matchedip' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/ConnectionHandler.cpp:66:20: warning: Member variable 'ConnectionHandler::persistent_authed' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/ConnectionHandler.cpp:66:20: warning: Member variable 'ConnectionHandler::overide_persist' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/ConnectionHandler.cpp:66:20: warning: Member variable 'ConnectionHandler::is_real_user' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/ICAPHeader.hpp:26:10: style: Member variable 'ICAPHeader::is_response' is in the wrong place in the initializer list. [initializerList]
e2guardian-5.1/src/ICAPHeader.hpp:137:51: note: Member variable 'ICAPHeader::is_response' is in the wrong place in the initializer list.
e2guardian-5.1/src/ICAPHeader.hpp:26:10: note: Member variable 'ICAPHeader::is_response' is in the wrong place in the initializer list.
e2guardian-5.1/src/ICAPHeader.hpp:26:10: style: Member variable 'ICAPHeader::is_response' is in the wrong place in the initializer list. [initializerList]
e2guardian-5.1/src/ICAPHeader.hpp:143:55: note: Member variable 'ICAPHeader::is_response' is in the wrong place in the initializer list.
e2guardian-5.1/src/ICAPHeader.hpp:26:10: note: Member variable 'ICAPHeader::is_response' is in the wrong place in the initializer list.
e2guardian-5.1/src/ConnectionHandler.hpp:83:10: performance: Technically the member function 'ConnectionHandler::peerDiag' can be static. [functionStatic]
e2guardian-5.1/src/ConnectionHandler.cpp:102:25: note: Technically the member function 'ConnectionHandler::peerDiag' can be static.
e2guardian-5.1/src/ConnectionHandler.hpp:83:10: note: Technically the member function 'ConnectionHandler::peerDiag' can be static.
e2guardian-5.1/src/ConnectionHandler.hpp:84:10: performance: Technically the member function 'ConnectionHandler::upstreamDiag' can be static. [functionStatic]
e2guardian-5.1/src/ConnectionHandler.cpp:131:25: note: Technically the member function 'ConnectionHandler::upstreamDiag' can be static.
e2guardian-5.1/src/ConnectionHandler.hpp:84:10: note: Technically the member function 'ConnectionHandler::upstreamDiag' can be static.
e2guardian-5.1/src/ConnectionHandler.hpp:95:10: performance: Technically the member function 'ConnectionHandler::getdnstxt' can be static. [functionStatic]
e2guardian-5.1/src/ConnectionHandler.cpp:2203:25: note: Technically the member function 'ConnectionHandler::getdnstxt' can be static.
e2guardian-5.1/src/ConnectionHandler.hpp:95:10: note: Technically the member function 'ConnectionHandler::getdnstxt' can be static.
e2guardian-5.1/src/ConnectionHandler.hpp:97:12: performance: Technically the member function 'ConnectionHandler::dns_error' can be static. [functionStatic]
e2guardian-5.1/src/ConnectionHandler.cpp:2289:27: note: Technically the member function 'ConnectionHandler::dns_error' can be static.
e2guardian-5.1/src/ConnectionHandler.hpp:97:12: note: Technically the member function 'ConnectionHandler::dns_error' can be static.
e2guardian-5.1/src/ConnectionHandler.hpp:116:17: performance: Technically the member function 'ConnectionHandler::miniURLEncode' can be static. [functionStatic]
e2guardian-5.1/src/ConnectionHandler.cpp:156:32: note: Technically the member function 'ConnectionHandler::miniURLEncode' can be static.
e2guardian-5.1/src/ConnectionHandler.hpp:116:17: note: Technically the member function 'ConnectionHandler::miniURLEncode' can be static.
e2guardian-5.1/src/ConnectionHandler.hpp:132:12: performance: Technically the member function 'ConnectionHandler::hashedCookie' can be static. [functionStatic]
e2guardian-5.1/src/ConnectionHandler.cpp:199:27: note: Technically the member function 'ConnectionHandler::hashedCookie' can be static.
e2guardian-5.1/src/ConnectionHandler.hpp:132:12: note: Technically the member function 'ConnectionHandler::hashedCookie' can be static.
e2guardian-5.1/src/ConnectionHandler.hpp:145:10: performance: Technically the member function 'ConnectionHandler::gen_error_mess' can be static. [functionStatic]
e2guardian-5.1/src/ConnectionHandler.cpp:2312:20: note: Technically the member function 'ConnectionHandler::gen_error_mess' can be static.
e2guardian-5.1/src/ConnectionHandler.hpp:145:10: note: Technically the member function 'ConnectionHandler::gen_error_mess' can be static.
e2guardian-5.1/src/ConnectionHandler.hpp:164:9: performance: Technically the member function 'ConnectionHandler::sendProxyConnect' can be static. [functionStatic]
e2guardian-5.1/src/ConnectionHandler.cpp:2102:24: note: Technically the member function 'ConnectionHandler::sendProxyConnect' can be static.
e2guardian-5.1/src/ConnectionHandler.hpp:164:9: note: Technically the member function 'ConnectionHandler::sendProxyConnect' can be static.
e2guardian-5.1/src/ICAPHeader.hpp:142:5: style: Class 'ICAPHeader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
e2guardian-5.1/src/UDSocket.hpp:22:5: style: Class 'UDSocket' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
e2guardian-5.1/src/ConnectionHandler.cpp:80:5: style: Class 'postfilter_exception' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
e2guardian-5.1/src/UDSocket.hpp:32:15: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
e2guardian-5.1/src/BaseSocket.hpp:57:25: note: Virtual function in base class
e2guardian-5.1/src/UDSocket.hpp:32:15: note: Function in derived class
e2guardian-5.1/src/UDSocket.hpp:35:10: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
e2guardian-5.1/src/BaseSocket.hpp:56:18: note: Virtual function in base class
e2guardian-5.1/src/UDSocket.hpp:35:10: note: Function in derived class
e2guardian-5.1/src/ConnectionHandler.cpp:2313:61: performance: Function parameter 'mess' should be passed by const reference. [passedByValue]
e2guardian-5.1/src/ConnectionHandler.cpp:2332:112: performance: Function parameter 'mess' should be passed by const reference. [passedByValue]
e2guardian-5.1/src/ContentScanner.cpp:75:9: style: Condition '!readStandardLists()' is always false [knownConditionTrueFalse]
e2guardian-5.1/src/ContentScanner.cpp:64:5: performance: Variable 'cv' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
e2guardian-5.1/src/ContentScanner.hpp:116:10: style: Technically the member function 'CSPlugin::blockFile' can be const. [functionConst]
e2guardian-5.1/src/ContentScanner.cpp:335:16: note: Technically the member function 'CSPlugin::blockFile' can be const.
e2guardian-5.1/src/ContentScanner.hpp:116:10: note: Technically the member function 'CSPlugin::blockFile' can be const.
e2guardian-5.1/src/ContentScanner.hpp:119:10: performance: Technically the member function 'CSPlugin::readStandardLists' can be static. [functionStatic]
e2guardian-5.1/src/ContentScanner.cpp:159:16: note: Technically the member function 'CSPlugin::readStandardLists' can be static.
e2guardian-5.1/src/ContentScanner.hpp:119:10: note: Technically the member function 'CSPlugin::readStandardLists' can be static.
e2guardian-5.1/src/ContentScanner.hpp:121:9: performance: Technically the member function 'CSPlugin::makeTempFile' can be static. [functionStatic]
e2guardian-5.1/src/ContentScanner.cpp:84:15: note: Technically the member function 'CSPlugin::makeTempFile' can be static.
e2guardian-5.1/src/ContentScanner.hpp:121:9: note: Technically the member function 'CSPlugin::makeTempFile' can be static.
e2guardian-5.1/src/DataBuffer.cpp:402:9: warning: Identical condition 'header', second condition is always false [identicalConditionAfterEarlyExit]
e2guardian-5.1/src/DataBuffer.cpp:377:9: note: first condition
e2guardian-5.1/src/DataBuffer.cpp:402:9: note: second condition
e2guardian-5.1/src/DataBuffer.cpp:118:13: style: The scope of the variable 'rc' can be reduced. [variableScope]
e2guardian-5.1/src/DataBuffer.cpp:213:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
e2guardian-5.1/src/DataBuffer.cpp:261:13: style: The scope of the variable 'rc' can be reduced. [variableScope]
e2guardian-5.1/src/DataBuffer.cpp:500:13: style: The scope of the variable 're' can be reduced. [variableScope]
e2guardian-5.1/src/DataBuffer.cpp:137:99: style: Function 'bufferReadFromSocket' argument 5 names different: declaration 'timeout' definition 'stimeout'. [funcArgNamesDifferent]
e2guardian-5.1/src/DataBuffer.hpp:102:91: note: Function 'bufferReadFromSocket' argument 5 names different: declaration 'timeout' definition 'stimeout'.
e2guardian-5.1/src/DataBuffer.cpp:137:99: note: Function 'bufferReadFromSocket' argument 5 names different: declaration 'timeout' definition 'stimeout'.
e2guardian-5.1/src/DataBuffer.cpp:217:86: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
e2guardian-5.1/src/DataBuffer.cpp:39:13: warning: Member variable 'DataBuffer::chunked' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/DataBuffer.cpp:39:13: warning: Member variable 'DataBuffer::got_all' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/DataBuffer.hpp:29:10: style: Member variable 'DataBuffer::icap' is in the wrong place in the initializer list. [initializerList]
e2guardian-5.1/src/DataBuffer.cpp:40:238: note: Member variable 'DataBuffer::icap' is in the wrong place in the initializer list.
e2guardian-5.1/src/DataBuffer.hpp:29:10: note: Member variable 'DataBuffer::icap' is in the wrong place in the initializer list.
e2guardian-5.1/src/DataBuffer.hpp:29:10: style: Member variable 'DataBuffer::icap' is in the wrong place in the initializer list. [initializerList]
e2guardian-5.1/src/DataBuffer.cpp:46:231: note: Member variable 'DataBuffer::icap' is in the wrong place in the initializer list.
e2guardian-5.1/src/DataBuffer.hpp:29:10: note: Member variable 'DataBuffer::icap' is in the wrong place in the initializer list.
e2guardian-5.1/src/DataBuffer.hpp:101:9: performance: Technically the member function 'DataBuffer::bufferReadFromSocket' can be static. [functionStatic]
e2guardian-5.1/src/DataBuffer.cpp:115:17: note: Technically the member function 'DataBuffer::bufferReadFromSocket' can be static.
e2guardian-5.1/src/DataBuffer.hpp:101:9: note: Technically the member function 'DataBuffer::bufferReadFromSocket' can be static.
e2guardian-5.1/src/DataBuffer.hpp:102:9: style: Technically the member function 'DataBuffer::bufferReadFromSocket' can be const. [functionConst]
e2guardian-5.1/src/DataBuffer.cpp:137:17: note: Technically the member function 'DataBuffer::bufferReadFromSocket' can be const.
e2guardian-5.1/src/DataBuffer.hpp:102:9: note: Technically the member function 'DataBuffer::bufferReadFromSocket' can be const.
e2guardian-5.1/src/DataBuffer.cpp:46:7: style: Class 'DataBuffer' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
e2guardian-5.1/src/DataBuffer.cpp:46:7: style: Class 'DataBuffer' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
e2guardian-5.1/src/DebugManager.cpp:9:2: performance: Variable 'm_debuglevel' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
e2guardian-5.1/src/DebugManager.cpp:10:2: performance: Variable 'm_path_debuglevel' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
e2guardian-5.1/src/DebugManager.hpp:26:8: performance: Technically the member function 'DebugManager::CheckFlag' can be static. [functionStatic]
e2guardian-5.1/src/DebugManager.cpp:250:20: note: Technically the member function 'DebugManager::CheckFlag' can be static.
e2guardian-5.1/src/DebugManager.hpp:26:8: note: Technically the member function 'DebugManager::CheckFlag' can be static.
e2guardian-5.1/src/DebugManager.cpp:13:3: style: Class 'DebugManager' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
e2guardian-5.1/src/DebugManager.cpp:13:3: style: Class 'DebugManager' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
e2guardian-5.1/src/DebugManager.cpp:126:0: error: Memory leak: p [memleak]
e2guardian-5.1/src/DebugManager.cpp:7:40: performance: Function parameter 'debuglevel' should be passed by const reference. [passedByValue]
e2guardian-5.1/src/DebugManager.cpp:7:64: performance: Function parameter 'path_debuglevel' should be passed by const reference. [passedByValue]
e2guardian-5.1/src/DebugManager.cpp:55:7: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
e2guardian-5.1/src/DynamicIPList.cpp:132:19: style: The scope of the variable 't' can be reduced. [variableScope]
e2guardian-5.1/src/DynamicIPList.hpp:25:9: style: Technically the member function 'DynamicIPList::getNumberOfItems' can be const. [functionConst]
e2guardian-5.1/src/DynamicIPList.cpp:32:7: style: Class 'DynamicIPList' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
e2guardian-5.1/src/DynamicIPList.cpp:32:7: style: Class 'DynamicIPList' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
e2guardian-5.1/src/DynamicURLList.cpp:96:19: style: The scope of the variable 'achar' can be reduced. [variableScope]
e2guardian-5.1/src/DynamicURLList.cpp:97:19: style: The scope of the variable 'bchar' can be reduced. [variableScope]
e2guardian-5.1/src/FOptionContainer.cpp:817:87: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
e2guardian-5.1/src/FOptionContainer.hpp:163:10: performance: Technically the member function 'FOptionContainer::readFile' can be static. [functionStatic]
e2guardian-5.1/src/FOptionContainer.cpp:113:24: note: Technically the member function 'FOptionContainer::readFile' can be static.
e2guardian-5.1/src/FOptionContainer.hpp:163:10: note: Technically the member function 'FOptionContainer::readFile' can be static.
e2guardian-5.1/src/FOptionContainer.hpp:172:10: performance: Technically the member function 'FOptionContainer::realitycheck' can be static. [functionStatic]
e2guardian-5.1/src/FOptionContainer.cpp:845:24: note: Technically the member function 'FOptionContainer::realitycheck' can be static.
e2guardian-5.1/src/FOptionContainer.hpp:172:10: note: Technically the member function 'FOptionContainer::realitycheck' can be static.
e2guardian-5.1/src/FatController.cpp:1640:9: style: Condition 'is_starting' is always true [knownConditionTrueFalse]
e2guardian-5.1/src/FatController.cpp:1630:19: note: Assignment 'is_starting=true', assigned value is 1
e2guardian-5.1/src/FatController.cpp:1640:9: note: Condition 'is_starting' is always true
e2guardian-5.1/src/FatController.cpp:291:12: warning: Either the condition '!fs' is redundant or there is possible null pointer dereference: fs. [nullPointerRedundantCheck]
e2guardian-5.1/src/FatController.cpp:286:9: note: Assuming that condition '!fs' is not redundant
e2guardian-5.1/src/FatController.cpp:291:12: note: Null pointer dereference
e2guardian-5.1/src/FatController.cpp:497:10: style: The scope of the variable 'rc' can be reduced. [variableScope]
e2guardian-5.1/src/FatController.cpp:472:17: style: Variable 'dummy' is assigned a value that is never used. [unreadVariable]
e2guardian-5.1/src/HTMLTemplate.cpp:110:10: style: The scope of the variable 'newline' can be reduced. [variableScope]
e2guardian-5.1/src/HTTPHeader.cpp:1932:9: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
e2guardian-5.1/src/HTTPHeader.cpp:1948:11: note: Found duplicate branches for 'if' and 'else'.
e2guardian-5.1/src/HTTPHeader.cpp:1932:9: note: Found duplicate branches for 'if' and 'else'.
e2guardian-5.1/src/HTTPHeader.cpp:1936:86: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
e2guardian-5.1/src/HTTPHeader.cpp:1952:86: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
e2guardian-5.1/src/HTTPHeader.cpp:802:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
e2guardian-5.1/src/HTTPHeader.cpp:847:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
e2guardian-5.1/src/HTTPHeader.cpp:584:13: style: The scope of the variable 're' can be reduced. [variableScope]
e2guardian-5.1/src/HTTPHeader.cpp:735:19: style: The scope of the variable 'c' can be reduced. [variableScope]
e2guardian-5.1/src/HTTPHeader.cpp:814:17: style: The scope of the variable 'line' can be reduced. [variableScope]
e2guardian-5.1/src/HTTPHeader.cpp:863:17: style: The scope of the variable 'line' can be reduced. [variableScope]
e2guardian-5.1/src/HTTPHeader.cpp:1526:9: style: The scope of the variable 'offset' can be reduced. [variableScope]
e2guardian-5.1/src/HTTPHeader.cpp:1558:17: style: The scope of the variable 'buf' can be reduced. [variableScope]
e2guardian-5.1/src/HTTPHeader.cpp:1594:10: style: The scope of the variable 'four' can be reduced. [variableScope]
e2guardian-5.1/src/HTTPHeader.cpp:1595:9: style: The scope of the variable 'd' can be reduced. [variableScope]
e2guardian-5.1/src/HTTPHeader.cpp:1669:19: style: The scope of the variable 'c' can be reduced. [variableScope]
e2guardian-5.1/src/HTTPHeader.cpp:1884:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
e2guardian-5.1/src/HTTPHeader.cpp:673:36: style: Function 'addHeader' argument 1 names different: declaration 'xheader' definition 'newheader'. [funcArgNamesDifferent]
e2guardian-5.1/src/HTTPHeader.hpp:94:29: note: Function 'addHeader' argument 1 names different: declaration 'xheader' definition 'newheader'.
e2guardian-5.1/src/HTTPHeader.cpp:673:36: note: Function 'addHeader' argument 1 names different: declaration 'xheader' definition 'newheader'.
e2guardian-5.1/src/HTTPHeader.cpp:808:32: style: Unused variable: htid [unusedVariable]
e2guardian-5.1/src/HTTPHeader.cpp:819:82: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
e2guardian-5.1/src/HTTPHeader.cpp:868:82: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
e2guardian-5.1/src/HTTPHeader.cpp:902:82: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
e2guardian-5.1/src/HTTPHeader.cpp:1290:78: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
e2guardian-5.1/src/HTTPHeader.cpp:1488:78: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
e2guardian-5.1/src/HTTPHeader.cpp:1693:82: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
e2guardian-5.1/src/HTTPHeader.cpp:1794:86: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
e2guardian-5.1/src/HTTPHeader.hpp:187:5: warning: Member variable 'HTTPHeader::plogheadervalue' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/HTTPHeader.hpp:187:5: warning: Member variable 'HTTPHeader::pheaderident' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/HTTPHeader.hpp:193:5: warning: Member variable 'HTTPHeader::plogheadervalue' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/HTTPHeader.hpp:193:5: warning: Member variable 'HTTPHeader::pheaderident' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/HTTPHeader.hpp:71:12: style: Technically the member function 'HTTPHeader::requestType' can be const. [functionConst]
e2guardian-5.1/src/HTTPHeader.cpp:104:20: note: Technically the member function 'HTTPHeader::requestType' can be const.
e2guardian-5.1/src/HTTPHeader.hpp:71:12: note: Technically the member function 'HTTPHeader::requestType' can be const.
e2guardian-5.1/src/HTTPHeader.hpp:73:9: style: Technically the member function 'HTTPHeader::returnCode' can be const. [functionConst]
e2guardian-5.1/src/HTTPHeader.cpp:110:17: note: Technically the member function 'HTTPHeader::returnCode' can be const.
e2guardian-5.1/src/HTTPHeader.hpp:73:9: note: Technically the member function 'HTTPHeader::returnCode' can be const.
e2guardian-5.1/src/HTTPHeader.hpp:77:11: style: Technically the member function 'HTTPHeader::contentLength' can be const. [functionConst]
e2guardian-5.1/src/HTTPHeader.cpp:116:19: note: Technically the member function 'HTTPHeader::contentLength' can be const.
e2guardian-5.1/src/HTTPHeader.hpp:77:11: note: Technically the member function 'HTTPHeader::contentLength' can be const.
e2guardian-5.1/src/HTTPHeader.hpp:84:10: style: Technically the member function 'HTTPHeader::authRequired' can be const. [functionConst]
e2guardian-5.1/src/HTTPHeader.cpp:131:18: note: Technically the member function 'HTTPHeader::authRequired' can be const.
e2guardian-5.1/src/HTTPHeader.hpp:84:10: note: Technically the member function 'HTTPHeader::authRequired' can be const.
e2guardian-5.1/src/HTTPHeader.hpp:87:12: style: Technically the member function 'HTTPHeader::userAgent' can be const. [functionConst]
e2guardian-5.1/src/HTTPHeader.cpp:162:20: note: Technically the member function 'HTTPHeader::userAgent' can be const.
e2guardian-5.1/src/HTTPHeader.hpp:87:12: note: Technically the member function 'HTTPHeader::userAgent' can be const.
e2guardian-5.1/src/HTTPHeader.hpp:93:10: style: Technically the member function 'HTTPHeader::isCompressed' can be const. [functionConst]
e2guardian-5.1/src/HTTPHeader.cpp:308:18: note: Technically the member function 'HTTPHeader::isCompressed' can be const.
e2guardian-5.1/src/HTTPHeader.hpp:93:10: note: Technically the member function 'HTTPHeader::isCompressed' can be const.
e2guardian-5.1/src/HTTPHeader.hpp:116:17: style: Technically the member function 'HTTPHeader::getRawAuthData' can be const. [functionConst]
e2guardian-5.1/src/HTTPHeader.cpp:299:25: note: Technically the member function 'HTTPHeader::getRawAuthData' can be const.
e2guardian-5.1/src/HTTPHeader.hpp:116:17: note: Technically the member function 'HTTPHeader::getRawAuthData' can be const.
e2guardian-5.1/src/HTTPHeader.hpp:118:10: performance: Technically the member function 'HTTPHeader::dbshowheader' can be static. [functionStatic]
e2guardian-5.1/src/HTTPHeader.cpp:799:18: note: Technically the member function 'HTTPHeader::dbshowheader' can be static.
e2guardian-5.1/src/HTTPHeader.hpp:118:10: note: Technically the member function 'HTTPHeader::dbshowheader' can be static.
e2guardian-5.1/src/HTTPHeader.hpp:119:10: performance: Technically the member function 'HTTPHeader::dbshowheader' can be static. [functionStatic]
e2guardian-5.1/src/HTTPHeader.cpp:844:18: note: Technically the member function 'HTTPHeader::dbshowheader' can be static.
e2guardian-5.1/src/HTTPHeader.hpp:119:10: note: Technically the member function 'HTTPHeader::dbshowheader' can be static.
e2guardian-5.1/src/HTTPHeader.hpp:141:10: performance: Technically the member function 'HTTPHeader::malformedURL' can be static. [functionStatic]
e2guardian-5.1/src/HTTPHeader.cpp:713:18: note: Technically the member function 'HTTPHeader::malformedURL' can be static.
e2guardian-5.1/src/HTTPHeader.hpp:141:10: note: Technically the member function 'HTTPHeader::malformedURL' can be static.
e2guardian-5.1/src/HTTPHeader.hpp:142:12: style: Technically the member function 'HTTPHeader::getAuthType' can be const. [functionConst]
e2guardian-5.1/src/HTTPHeader.cpp:122:20: note: Technically the member function 'HTTPHeader::getAuthType' can be const.
e2guardian-5.1/src/HTTPHeader.hpp:142:12: note: Technically the member function 'HTTPHeader::getAuthType' can be const.
e2guardian-5.1/src/HTTPHeader.hpp:147:12: style: Technically the member function 'HTTPHeader::redirecturl' can be const. [functionConst]
e2guardian-5.1/src/HTTPHeader.cpp:668:20: note: Technically the member function 'HTTPHeader::redirecturl' can be const.
e2guardian-5.1/src/HTTPHeader.hpp:147:12: note: Technically the member function 'HTTPHeader::redirecturl' can be const.
e2guardian-5.1/src/HTTPHeader.hpp:171:9: performance: Technically the member function 'HTTPHeader::isBypassURL' can be static. [functionStatic]
e2guardian-5.1/src/HTTPHeader.cpp:1370:17: note: Technically the member function 'HTTPHeader::isBypassURL' can be static.
e2guardian-5.1/src/HTTPHeader.hpp:171:9: note: Technically the member function 'HTTPHeader::isBypassURL' can be static.
e2guardian-5.1/src/HTTPHeader.hpp:173:10: performance: Technically the member function 'HTTPHeader::isScanBypassURL' can be static. [functionStatic]
e2guardian-5.1/src/HTTPHeader.cpp:1436:18: note: Technically the member function 'HTTPHeader::isScanBypassURL' can be static.
e2guardian-5.1/src/HTTPHeader.hpp:173:10: note: Technically the member function 'HTTPHeader::isScanBypassURL' can be static.
e2guardian-5.1/src/HTTPHeader.hpp:266:9: performance: Technically the member function 'HTTPHeader::decode1b64' can be static. [functionStatic]
e2guardian-5.1/src/HTTPHeader.cpp:1619:17: note: Technically the member function 'HTTPHeader::decode1b64' can be static.
e2guardian-5.1/src/HTTPHeader.hpp:266:9: note: Technically the member function 'HTTPHeader::decode1b64' can be static.
e2guardian-5.1/src/HTTPHeader.hpp:271:12: performance: Technically the member function 'HTTPHeader::modifyEncodings' can be static. [functionStatic]
e2guardian-5.1/src/HTTPHeader.cpp:447:20: note: Technically the member function 'HTTPHeader::modifyEncodings' can be static.
e2guardian-5.1/src/HTTPHeader.hpp:271:12: note: Technically the member function 'HTTPHeader::modifyEncodings' can be static.
e2guardian-5.1/src/HTTPHeader.hpp:275:10: performance: Technically the member function 'HTTPHeader::regExp' can be static. [functionStatic]
e2guardian-5.1/src/HTTPHeader.cpp:582:18: note: Technically the member function 'HTTPHeader::regExp' can be static.
e2guardian-5.1/src/HTTPHeader.hpp:275:10: note: Technically the member function 'HTTPHeader::regExp' can be static.
e2guardian-5.1/src/ICAPHeader.cpp:88:9: style: Variable 'pencapsulated' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
e2guardian-5.1/src/ICAPHeader.cpp:77:9: note: Variable 'pencapsulated' is reassigned a value before the old one has been used if variable is no semaphore variable.
e2guardian-5.1/src/ICAPHeader.cpp:88:9: note: Variable 'pencapsulated' is reassigned a value before the old one has been used if variable is no semaphore variable.
e2guardian-5.1/src/ICAPHeader.cpp:668:86: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
e2guardian-5.1/src/ICAPHeader.cpp:693:86: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
e2guardian-5.1/src/ICAPHeader.cpp:313:17: style: The scope of the variable 'buf' can be reduced. [variableScope]
e2guardian-5.1/src/ICAPHeader.cpp:349:10: style: The scope of the variable 'four' can be reduced. [variableScope]
e2guardian-5.1/src/ICAPHeader.cpp:350:9: style: The scope of the variable 'd' can be reduced. [variableScope]
e2guardian-5.1/src/ICAPHeader.cpp:419:34: style: Function 'respond' argument 1 names different: declaration 'peersock' definition 'sock'. [funcArgNamesDifferent]
e2guardian-5.1/src/ICAPHeader.hpp:101:26: note: Function 'respond' argument 1 names different: declaration 'peersock' definition 'sock'.
e2guardian-5.1/src/ICAPHeader.cpp:419:34: note: Function 'respond' argument 1 names different: declaration 'peersock' definition 'sock'.
e2guardian-5.1/src/ICAPHeader.cpp:419:47: style: Function 'respond' argument 2 names different: declaration 'rescode' definition 'res_code'. [funcArgNamesDifferent]
e2guardian-5.1/src/ICAPHeader.hpp:101:43: note: Function 'respond' argument 2 names different: declaration 'rescode' definition 'res_code'.
e2guardian-5.1/src/ICAPHeader.cpp:419:47: note: Function 'respond' argument 2 names different: declaration 'rescode' definition 'res_code'.
e2guardian-5.1/src/ICAPHeader.cpp:571:41: style: Function 'errorResponse' argument 1 names different: declaration 'peersock' definition 'peerconn'. [funcArgNamesDifferent]
e2guardian-5.1/src/ICAPHeader.hpp:103:32: note: Function 'errorResponse' argument 1 names different: declaration 'peersock' definition 'peerconn'.
e2guardian-5.1/src/ICAPHeader.cpp:571:41: note: Function 'errorResponse' argument 1 names different: declaration 'peersock' definition 'peerconn'.
e2guardian-5.1/src/ICAPHeader.cpp:571:59: style: Function 'errorResponse' argument 2 names different: declaration 'reshdr' definition 'res_header'. [funcArgNamesDifferent]
e2guardian-5.1/src/ICAPHeader.hpp:103:50: note: Function 'errorResponse' argument 2 names different: declaration 'reshdr' definition 'res_header'.
e2guardian-5.1/src/ICAPHeader.cpp:571:59: note: Function 'errorResponse' argument 2 names different: declaration 'reshdr' definition 'res_header'.
e2guardian-5.1/src/ICAPHeader.cpp:571:79: style: Function 'errorResponse' argument 3 names different: declaration 'resbody' definition 'res_body'. [funcArgNamesDifferent]
e2guardian-5.1/src/ICAPHeader.hpp:103:67: note: Function 'errorResponse' argument 3 names different: declaration 'resbody' definition 'res_body'.
e2guardian-5.1/src/ICAPHeader.cpp:571:79: note: Function 'errorResponse' argument 3 names different: declaration 'resbody' definition 'res_body'.
e2guardian-5.1/src/ICAPHeader.cpp:900:125: style: Function 'set_icap_com' argument 6 names different: declaration 'mess_string' definition 'mess'. [funcArgNamesDifferent]
e2guardian-5.1/src/ICAPHeader.hpp:85:118: note: Function 'set_icap_com' argument 6 names different: declaration 'mess_string' definition 'mess'.
e2guardian-5.1/src/ICAPHeader.cpp:900:125: note: Function 'set_icap_com' argument 6 names different: declaration 'mess_string' definition 'mess'.
e2guardian-5.1/src/ICAPHeader.cpp:148:21: style: Variable 'outgoing' is assigned a value that is never used. [unreadVariable]
e2guardian-5.1/src/ICAPHeader.cpp:150:82: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
e2guardian-5.1/src/ICAPHeader.cpp:868:92: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
e2guardian-5.1/src/ICAPHeader.hpp:136:5: warning: Member variable 'ICAPHeader::out_req_body_flag' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/ICAPHeader.hpp:136:5: warning: Member variable 'ICAPHeader::out_res_body_flag' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/ICAPHeader.hpp:136:5: warning: Member variable 'ICAPHeader::size_req_body' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/ICAPHeader.hpp:136:5: warning: Member variable 'ICAPHeader::size_res_body' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/ICAPHeader.hpp:136:5: warning: Member variable 'ICAPHeader::req_hdr' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/ICAPHeader.hpp:136:5: warning: Member variable 'ICAPHeader::res_hdr' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/ICAPHeader.hpp:136:5: warning: Member variable 'ICAPHeader::req_body' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/ICAPHeader.hpp:136:5: warning: Member variable 'ICAPHeader::res_body' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/ICAPHeader.hpp:136:5: warning: Member variable 'ICAPHeader::opt_body' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/ICAPHeader.hpp:136:5: warning: Member variable 'ICAPHeader::null_body' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/ICAPHeader.hpp:136:5: warning: Member variable 'ICAPHeader::ppreview' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/ICAPHeader.hpp:142:5: warning: Member variable 'ICAPHeader::out_req_body_flag' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/ICAPHeader.hpp:142:5: warning: Member variable 'ICAPHeader::out_res_body_flag' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/ICAPHeader.hpp:142:5: warning: Member variable 'ICAPHeader::size_req_body' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/ICAPHeader.hpp:142:5: warning: Member variable 'ICAPHeader::size_res_body' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/ICAPHeader.hpp:142:5: warning: Member variable 'ICAPHeader::req_hdr' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/ICAPHeader.hpp:142:5: warning: Member variable 'ICAPHeader::res_hdr' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/ICAPHeader.hpp:142:5: warning: Member variable 'ICAPHeader::req_body' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/ICAPHeader.hpp:142:5: warning: Member variable 'ICAPHeader::res_body' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/ICAPHeader.hpp:142:5: warning: Member variable 'ICAPHeader::opt_body' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/ICAPHeader.hpp:142:5: warning: Member variable 'ICAPHeader::null_body' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/ICAPHeader.hpp:142:5: warning: Member variable 'ICAPHeader::ppreview' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/ICAPHeader.hpp:205:9: performance: Technically the member function 'ICAPHeader::decode1b64' can be static. [functionStatic]
e2guardian-5.1/src/ICAPHeader.cpp:374:17: note: Technically the member function 'ICAPHeader::decode1b64' can be static.
e2guardian-5.1/src/ICAPHeader.hpp:205:9: note: Technically the member function 'ICAPHeader::decode1b64' can be static.
e2guardian-5.1/src/ImageContainer.hpp:26:9: style: Technically the member function 'ImageContainer::display_hb' can be const. [functionConst]
e2guardian-5.1/src/ImageContainer.cpp:66:22: note: Technically the member function 'ImageContainer::display_hb' can be const.
e2guardian-5.1/src/ImageContainer.hpp:26:9: note: Technically the member function 'ImageContainer::display_hb' can be const.
e2guardian-5.1/src/LOptionContainer.cpp:237:28: style: The scope of the variable 'lc' can be reduced. [variableScope]
e2guardian-5.1/src/LOptionContainer.cpp:40:40: style: Function 'LOptionContainer' argument 1 names different: declaration 'reload_id' definition 'load_id'. [funcArgNamesDifferent]
e2guardian-5.1/src/LOptionContainer.hpp:74:26: note: Function 'LOptionContainer' argument 1 names different: declaration 'reload_id' definition 'load_id'.
e2guardian-5.1/src/LOptionContainer.cpp:40:40: note: Function 'LOptionContainer' argument 1 names different: declaration 'reload_id' definition 'load_id'.
e2guardian-5.1/src/LOptionContainer.cpp:122:50: warning: Function 'inSiteList' argument order different: declaration 'url, lc, swsort, ip' definition 'url, lc, ip, ssl' [funcArgOrderDifferent]
e2guardian-5.1/src/LOptionContainer.hpp:90:36: note: Function 'inSiteList' argument order different: declaration 'url, lc, swsort, ip' definition 'url, lc, ip, ssl'
e2guardian-5.1/src/LOptionContainer.cpp:122:50: note: Function 'inSiteList' argument order different: declaration 'url, lc, swsort, ip' definition 'url, lc, ip, ssl'
e2guardian-5.1/src/LOptionContainer.cpp:151:43: warning: Function 'inURLList' argument order different: declaration 'url, lc, swsort, ip' definition 'url, lc, ip, ssl' [funcArgOrderDifferent]
e2guardian-5.1/src/LOptionContainer.hpp:91:29: note: Function 'inURLList' argument order different: declaration 'url, lc, swsort, ip' definition 'url, lc, ip, ssl'
e2guardian-5.1/src/LOptionContainer.cpp:151:43: note: Function 'inURLList' argument order different: declaration 'url, lc, swsort, ip' definition 'url, lc, ip, ssl'
e2guardian-5.1/src/LOptionContainer.cpp:230:11: style: Unused variable: ret [unusedVariable]
e2guardian-5.1/src/LOptionContainer.cpp:586:87: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
e2guardian-5.1/src/LOptionContainer.cpp:622:87: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
e2guardian-5.1/src/LOptionContainer.cpp:35:19: warning: Member variable 'LOptionContainer::loaded_ok' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/LOptionContainer.cpp:35:19: warning: Member variable 'LOptionContainer::reload_id' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/LOptionContainer.hpp:58:24: style: Member variable 'LOptionContainer::fg' is in the wrong place in the initializer list. [initializerList]
e2guardian-5.1/src/LOptionContainer.cpp:36:28: note: Member variable 'LOptionContainer::fg' is in the wrong place in the initializer list.
e2guardian-5.1/src/LOptionContainer.hpp:58:24: note: Member variable 'LOptionContainer::fg' is in the wrong place in the initializer list.
e2guardian-5.1/src/LOptionContainer.hpp:58:24: style: Member variable 'LOptionContainer::fg' is in the wrong place in the initializer list. [initializerList]
e2guardian-5.1/src/LOptionContainer.cpp:41:33: note: Member variable 'LOptionContainer::fg' is in the wrong place in the initializer list.
e2guardian-5.1/src/LOptionContainer.hpp:58:24: note: Member variable 'LOptionContainer::fg' is in the wrong place in the initializer list.
e2guardian-5.1/src/LOptionContainer.hpp:79:10: style: Technically the member function 'LOptionContainer::inExceptionIPList' can be const. [functionConst]
e2guardian-5.1/src/LOptionContainer.cpp:220:24: note: Technically the member function 'LOptionContainer::inExceptionIPList' can be const.
e2guardian-5.1/src/LOptionContainer.hpp:79:10: note: Technically the member function 'LOptionContainer::inExceptionIPList' can be const.
e2guardian-5.1/src/LOptionContainer.hpp:83:10: performance: Technically the member function 'LOptionContainer::doReadItemList' can be static. [functionStatic]
e2guardian-5.1/src/LOptionContainer.cpp:203:24: note: Technically the member function 'LOptionContainer::doReadItemList' can be static.
e2guardian-5.1/src/LOptionContainer.hpp:83:10: note: Technically the member function 'LOptionContainer::doReadItemList' can be static.
e2guardian-5.1/src/LOptionContainer.hpp:90:17: performance: Technically the member function 'LOptionContainer::inSiteList' can be static. [functionStatic]
e2guardian-5.1/src/LOptionContainer.cpp:122:31: note: Technically the member function 'LOptionContainer::inSiteList' can be static.
e2guardian-5.1/src/LOptionContainer.hpp:90:17: note: Technically the member function 'LOptionContainer::inSiteList' can be static.
e2guardian-5.1/src/LanguageContainer.hpp:23:17: style: Technically the member function 'LanguageContainer::getTranslation' can be const. [functionConst]
e2guardian-5.1/src/LanguageContainer.cpp:40:32: note: Technically the member function 'LanguageContainer::getTranslation' can be const.
e2guardian-5.1/src/LanguageContainer.hpp:23:17: note: Technically the member function 'LanguageContainer::getTranslation' can be const.
e2guardian-5.1/src/ListContainer.cpp:617:14: style: The scope of the variable 'rc' can be reduced. [variableScope]
e2guardian-5.1/src/ListContainer.cpp:639:14: style: The scope of the variable 'rc' can be reduced. [variableScope]
e2guardian-5.1/src/ListContainer.cpp:673:21: style: The scope of the variable 'rc' can be reduced. [variableScope]
e2guardian-5.1/src/ListContainer.cpp:696:15: style: The scope of the variable 'rc' can be reduced. [variableScope]
e2guardian-5.1/src/ListContainer.cpp:723:15: style: The scope of the variable 'rc' can be reduced. [variableScope]
e2guardian-5.1/src/ListContainer.cpp:745:15: style: The scope of the variable 'rc' can be reduced. [variableScope]
e2guardian-5.1/src/ListContainer.cpp:947:9: style: The scope of the variable 'branches' can be reduced. [variableScope]
e2guardian-5.1/src/ListContainer.cpp:1095:10: style: The scope of the variable 'match' can be reduced. [variableScope]
e2guardian-5.1/src/ListContainer.cpp:1277:19: style: The scope of the variable 'c' can be reduced. [variableScope]
e2guardian-5.1/src/ListContainer.cpp:1281:9: style: The scope of the variable 'numlinks' can be reduced. [variableScope]
e2guardian-5.1/src/ListContainer.cpp:511:17: style: Unused variable: linebuffer [unusedVariable]
e2guardian-5.1/src/ListContainer.cpp:557:17: style: Unused variable: linebuffer [unusedVariable]
e2guardian-5.1/src/ListContainer.cpp:1418:33: style: Variable 'graphdata' is assigned a value that is never used. [unreadVariable]
e2guardian-5.1/src/ListContainer.cpp:870:99: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
e2guardian-5.1/src/ListContainer.cpp:1053:91: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
e2guardian-5.1/src/ListContainer.cpp:1159:91: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
e2guardian-5.1/src/ListContainer.cpp:44:16: warning: Member variable 'ListContainer::listtimelimit' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/ListContainer.hpp:126:10: style: Member variable 'ListContainer::realgraphdata' is in the wrong place in the initializer list. [initializerList]
e2guardian-5.1/src/ListContainer.cpp:45:332: note: Member variable 'ListContainer::realgraphdata' is in the wrong place in the initializer list.
e2guardian-5.1/src/ListContainer.hpp:126:10: note: Member variable 'ListContainer::realgraphdata' is in the wrong place in the initializer list.
e2guardian-5.1/src/ListContainer.hpp:49:10: style: Member variable 'ListContainer::is_iplist' is in the wrong place in the initializer list. [initializerList]
e2guardian-5.1/src/ListContainer.cpp:46:75: note: Member variable 'ListContainer::is_iplist' is in the wrong place in the initializer list.
e2guardian-5.1/src/ListContainer.hpp:49:10: note: Member variable 'ListContainer::is_iplist' is in the wrong place in the initializer list.
e2guardian-5.1/src/ListContainer.hpp:92:9: style: Technically the member function 'ListContainer::getWeightAt' can be const. [functionConst]
e2guardian-5.1/src/ListContainer.cpp:763:20: note: Technically the member function 'ListContainer::getWeightAt' can be const.
e2guardian-5.1/src/ListContainer.hpp:92:9: note: Technically the member function 'ListContainer::getWeightAt' can be const.
e2guardian-5.1/src/ListContainer.hpp:93:9: style: Technically the member function 'ListContainer::getTypeAt' can be const. [functionConst]
e2guardian-5.1/src/ListContainer.cpp:767:20: note: Technically the member function 'ListContainer::getTypeAt' can be const.
e2guardian-5.1/src/ListContainer.hpp:93:9: note: Technically the member function 'ListContainer::getTypeAt' can be const.
e2guardian-5.1/src/ListContainer.hpp:100:10: style: Technically the member function 'ListContainer::previousUseItem' can be const. [functionConst]
e2guardian-5.1/src/ListContainer.cpp:122:21: note: Technically the member function 'ListContainer::previousUseItem' can be const.
e2guardian-5.1/src/ListContainer.hpp:100:10: note: Technically the member function 'ListContainer::previousUseItem' can be const.
e2guardian-5.1/src/ListContainer.hpp:103:12: style: Technically the member function 'ListContainer::getListCategoryAt' can be const. [functionConst]
e2guardian-5.1/src/ListContainer.cpp:1820:23: note: Technically the member function 'ListContainer::getListCategoryAt' can be const.
e2guardian-5.1/src/ListContainer.hpp:103:12: note: Technically the member function 'ListContainer::getListCategoryAt' can be const.
e2guardian-5.1/src/ListContainer.hpp:104:12: style: Technically the member function 'ListContainer::getListCategoryAtD' can be const. [functionConst]
e2guardian-5.1/src/ListContainer.cpp:1834:23: note: Technically the member function 'ListContainer::getListCategoryAtD' can be const.
e2guardian-5.1/src/ListContainer.hpp:104:12: note: Technically the member function 'ListContainer::getListCategoryAtD' can be const.
e2guardian-5.1/src/ListContainer.hpp:177:9: performance: Technically the member function 'ListContainer::bmsearch' can be static. [functionStatic]
e2guardian-5.1/src/ListContainer.cpp:1084:20: note: Technically the member function 'ListContainer::bmsearch' can be static.
e2guardian-5.1/src/ListContainer.hpp:177:9: note: Technically the member function 'ListContainer::bmsearch' can be static.
e2guardian-5.1/src/ListContainer.hpp:181:9: performance: Technically the member function 'ListContainer::greaterThanEWF' can be static. [functionStatic]
e2guardian-5.1/src/ListContainer.cpp:1519:20: note: Technically the member function 'ListContainer::greaterThanEWF' can be static.
e2guardian-5.1/src/ListContainer.hpp:181:9: note: Technically the member function 'ListContainer::greaterThanEWF' can be static.
e2guardian-5.1/src/ListContainer.hpp:182:9: performance: Technically the member function 'ListContainer::greaterThanEW' can be static. [functionStatic]
e2guardian-5.1/src/ListContainer.cpp:1581:20: note: Technically the member function 'ListContainer::greaterThanEW' can be static.
e2guardian-5.1/src/ListContainer.hpp:182:9: note: Technically the member function 'ListContainer::greaterThanEW' can be static.
e2guardian-5.1/src/ListContainer.hpp:183:9: performance: Technically the member function 'ListContainer::greaterThanSWF' can be static. [functionStatic]
e2guardian-5.1/src/ListContainer.cpp:1537:20: note: Technically the member function 'ListContainer::greaterThanSWF' can be static.
e2guardian-5.1/src/ListContainer.hpp:183:9: note: Technically the member function 'ListContainer::greaterThanSWF' can be static.
e2guardian-5.1/src/ListContainer.hpp:184:9: performance: Technically the member function 'ListContainer::greaterThanSW' can be static. [functionStatic]
e2guardian-5.1/src/ListContainer.cpp:1554:20: note: Technically the member function 'ListContainer::greaterThanSW' can be static.
e2guardian-5.1/src/ListContainer.hpp:184:9: note: Technically the member function 'ListContainer::greaterThanSW' can be static.
e2guardian-5.1/src/ListContainer.hpp:191:17: performance: Technically the member function 'ListContainer::hIPtoChar' can be static. [functionStatic]
e2guardian-5.1/src/ListContainer.cpp:1884:28: note: Technically the member function 'ListContainer::hIPtoChar' can be static.
e2guardian-5.1/src/ListContainer.hpp:191:17: note: Technically the member function 'ListContainer::hIPtoChar' can be static.
e2guardian-5.1/src/ListContainer.cpp:940:5: error: Common realloc mistake: 'realgraphdata' nulled but not freed upon failure [memleakOnRealloc]
e2guardian-5.1/src/ListContainer.cpp:1600:9: error: Common realloc mistake: 'data' nulled but not freed upon failure [memleakOnRealloc]
e2guardian-5.1/src/ListManager.cpp:75:36: style: Function 'deRefList' argument 1 names different: declaration 'item' definition 'i'. [funcArgNamesDifferent]
e2guardian-5.1/src/ListManager.hpp:40:27: note: Function 'deRefList' argument 1 names different: declaration 'item' definition 'i'.
e2guardian-5.1/src/ListManager.cpp:75:36: note: Function 'deRefList' argument 1 names different: declaration 'item' definition 'i'.
e2guardian-5.1/src/ListManager.cpp:86:34: style: Function 'refList' argument 1 names different: declaration 'item' definition 'i'. [funcArgNamesDifferent]
e2guardian-5.1/src/ListManager.hpp:49:25: note: Function 'refList' argument 1 names different: declaration 'item' definition 'i'.
e2guardian-5.1/src/ListManager.cpp:86:34: note: Function 'refList' argument 1 names different: declaration 'item' definition 'i'.
e2guardian-5.1/src/ListManager.hpp:47:9: style: Technically the member function 'ListManager::findNULL' can be const. [functionConst]
e2guardian-5.1/src/ListManager.cpp:46:18: note: Technically the member function 'ListManager::findNULL' can be const.
e2guardian-5.1/src/ListManager.hpp:47:9: note: Technically the member function 'ListManager::findNULL' can be const.
e2guardian-5.1/src/ListMeta.cpp:550:10: style: The scope of the variable 'rv' can be reduced. [variableScope]
e2guardian-5.1/src/ListMeta.cpp:679:13: style: The scope of the variable 're' can be reduced. [variableScope]
e2guardian-5.1/src/ListMeta.cpp:267:34: style: Function 'inList' argument 1 names different: declaration 'list' definition 'info'. [funcArgNamesDifferent]
e2guardian-5.1/src/ListMeta.hpp:87:28: note: Function 'inList' argument 1 names different: declaration 'list' definition 'info'.
e2guardian-5.1/src/ListMeta.cpp:267:34: note: Function 'inList' argument 1 names different: declaration 'list' definition 'info'.
e2guardian-5.1/src/ListMeta.cpp:419:42: style: Function 'inSiteList' argument 1 names different: declaration 'url' definition 'urlp'. [funcArgNamesDifferent]
e2guardian-5.1/src/ListMeta.hpp:97:36: note: Function 'inSiteList' argument 1 names different: declaration 'url' definition 'urlp'.
e2guardian-5.1/src/ListMeta.cpp:419:42: note: Function 'inSiteList' argument 1 names different: declaration 'url' definition 'urlp'.
e2guardian-5.1/src/ListMeta.cpp:455:35: style: Function 'inURLList' argument 1 names different: declaration 'url' definition 'urlp'. [funcArgNamesDifferent]
e2guardian-5.1/src/ListMeta.hpp:96:29: note: Function 'inURLList' argument 1 names different: declaration 'url' definition 'urlp'.
e2guardian-5.1/src/ListMeta.cpp:455:35: note: Function 'inURLList' argument 1 names different: declaration 'url' definition 'urlp'.
e2guardian-5.1/src/ListMeta.cpp:455:68: style: Function 'inURLList' argument 3 names different: declaration 'lastcategory' definition 'lc'. [funcArgNamesDifferent]
e2guardian-5.1/src/ListMeta.hpp:96:62: note: Function 'inURLList' argument 3 names different: declaration 'lastcategory' definition 'lc'.
e2guardian-5.1/src/ListMeta.cpp:455:68: note: Function 'inURLList' argument 3 names different: declaration 'lastcategory' definition 'lc'.
e2guardian-5.1/src/ListMeta.cpp:237:11: style: Unused variable: match [unusedVariable]
e2guardian-5.1/src/ListMeta.cpp:49:93: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
e2guardian-5.1/src/ListMeta.cpp:204:93: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
e2guardian-5.1/src/ListMeta.cpp:656:88: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
e2guardian-5.1/src/ListMeta.cpp:767:78: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
e2guardian-5.1/src/ListMeta.cpp:792:78: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
e2guardian-5.1/src/ListMeta.cpp:39:11: warning: Member variable 'ListMeta::items' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/ListMeta.hpp:92:9: performance: Technically the member function 'ListMeta::readFile' can be static. [functionStatic]
e2guardian-5.1/src/ListMeta.cpp:391:16: note: Technically the member function 'ListMeta::readFile' can be static.
e2guardian-5.1/src/ListMeta.hpp:92:9: note: Technically the member function 'ListMeta::readFile' can be static.
e2guardian-5.1/src/ListMeta.hpp:97:17: performance: Technically the member function 'ListMeta::inSiteList' can be static. [functionStatic]
e2guardian-5.1/src/ListMeta.cpp:419:23: note: Technically the member function 'ListMeta::inSiteList' can be static.
e2guardian-5.1/src/ListMeta.hpp:97:17: note: Technically the member function 'ListMeta::inSiteList' can be static.
e2guardian-5.1/src/ListMeta.hpp:98:17: performance: Technically the member function 'ListMeta::inSearchList' can be static. [functionStatic]
e2guardian-5.1/src/ListMeta.cpp:445:23: note: Technically the member function 'ListMeta::inSearchList' can be static.
e2guardian-5.1/src/ListMeta.hpp:98:17: note: Technically the member function 'ListMeta::inSearchList' can be static.
e2guardian-5.1/src/ListMeta.hpp:99:11: performance: Technically the member function 'ListMeta::inRegExpURLList' can be static. [functionStatic]
e2guardian-5.1/src/ListMeta.cpp:622:15: note: Technically the member function 'ListMeta::inRegExpURLList' can be static.
e2guardian-5.1/src/ListMeta.hpp:99:11: note: Technically the member function 'ListMeta::inRegExpURLList' can be static.
e2guardian-5.1/src/ListMeta.hpp:100:6: performance: Technically the member function 'ListMeta::regExp' can be static. [functionStatic]
e2guardian-5.1/src/ListMeta.cpp:678:16: note: Technically the member function 'ListMeta::regExp' can be static.
e2guardian-5.1/src/ListMeta.hpp:100:6: note: Technically the member function 'ListMeta::regExp' can be static.
e2guardian-5.1/src/ListMeta.hpp:111:10: performance: Technically the member function 'ListMeta::readRegExReplacementFile' can be static. [functionStatic]
e2guardian-5.1/src/ListMeta.cpp:573:16: note: Technically the member function 'ListMeta::readRegExReplacementFile' can be static.
e2guardian-5.1/src/ListMeta.hpp:111:10: note: Technically the member function 'ListMeta::readRegExReplacementFile' can be static.
e2guardian-5.1/src/NaughtyFilter.cpp:443:35: style: Redundant condition: c==32. 'c!=32 || (c==32 && bodymeta[j-1]!=32)' is equivalent to 'c!=32 || bodymeta[j-1]!=32' [redundantCondition]
e2guardian-5.1/src/NaughtyFilter.cpp:162:5: style: Variable 'message_no' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
e2guardian-5.1/src/NaughtyFilter.cpp:130:5: note: Variable 'message_no' is reassigned a value before the old one has been used if variable is no semaphore variable.
e2guardian-5.1/src/NaughtyFilter.cpp:162:5: note: Variable 'message_no' is reassigned a value before the old one has been used if variable is no semaphore variable.
e2guardian-5.1/src/NaughtyFilter.cpp:209:23: style: The scope of the variable 'c1' can be reduced. [variableScope]
e2guardian-5.1/src/NaughtyFilter.cpp:210:23: style: The scope of the variable 'c2' can be reduced. [variableScope]
e2guardian-5.1/src/NaughtyFilter.cpp:211:23: style: The scope of the variable 'c3' can be reduced. [variableScope]
e2guardian-5.1/src/NaughtyFilter.cpp:478:18: style: The scope of the variable 'addit' can be reduced. [variableScope]
e2guardian-5.1/src/NaughtyFilter.cpp:733:15: style: The scope of the variable 'index' can be reduced. [variableScope]
e2guardian-5.1/src/NaughtyFilter.cpp:731:17: style: Unused variable: exceptionphrase [unusedVariable]
e2guardian-5.1/src/NaughtyFilter.cpp:807:25: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
e2guardian-5.1/src/NaughtyFilter.cpp:865:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
e2guardian-5.1/src/NaughtyFilter.cpp:880:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
e2guardian-5.1/src/NaughtyFilter.cpp:938:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
e2guardian-5.1/src/NaughtyFilter.cpp:1008:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
e2guardian-5.1/src/NaughtyFilter.cpp:1026:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
e2guardian-5.1/src/NaughtyFilter.cpp:57:16: warning: Member variable 'NaughtyFilter::request_header' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/NaughtyFilter.cpp:57:16: warning: Member variable 'NaughtyFilter::response_header' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/NaughtyFilter.cpp:57:16: warning: Member variable 'NaughtyFilter::filtergroup' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/NaughtyFilter.cpp:57:16: warning: Member variable 'NaughtyFilter::log_message_no' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/NaughtyFilter.hpp:29:10: style: Member variable 'NaughtyFilter::isGrey' is in the wrong place in the initializer list. [initializerList]
e2guardian-5.1/src/NaughtyFilter.cpp:58:115: note: Member variable 'NaughtyFilter::isGrey' is in the wrong place in the initializer list.
e2guardian-5.1/src/NaughtyFilter.hpp:29:10: note: Member variable 'NaughtyFilter::isGrey' is in the wrong place in the initializer list.
e2guardian-5.1/src/NaughtyFilter.hpp:29:10: style: Member variable 'NaughtyFilter::isGrey' is in the wrong place in the initializer list. [initializerList]
e2guardian-5.1/src/NaughtyFilter.cpp:63:119: note: Member variable 'NaughtyFilter::isGrey' is in the wrong place in the initializer list.
e2guardian-5.1/src/NaughtyFilter.hpp:29:10: note: Member variable 'NaughtyFilter::isGrey' is in the wrong place in the initializer list.
e2guardian-5.1/src/NaughtyFilter.cpp:43:9: performance: Variable 'string' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
e2guardian-5.1/src/OptionContainer.cpp:815:37: style: C-style pointer casting [cstyleCast]
e2guardian-5.1/src/OptionContainer.cpp:974:14: style: The scope of the variable 'site_list' can be reduced. [variableScope]
e2guardian-5.1/src/OptionContainer.cpp:975:14: style: The scope of the variable 'url_list' can be reduced. [variableScope]
e2guardian-5.1/src/OptionContainer.cpp:1023:49: warning: Function 'inSiteList' argument order different: declaration 'url, lc, swsort, ip' definition 'url, lc, ip, ssl' [funcArgOrderDifferent]
e2guardian-5.1/src/OptionContainer.hpp:245:36: note: Function 'inSiteList' argument order different: declaration 'url, lc, swsort, ip' definition 'url, lc, ip, ssl'
e2guardian-5.1/src/OptionContainer.cpp:1023:49: note: Function 'inSiteList' argument order different: declaration 'url, lc, swsort, ip' definition 'url, lc, ip, ssl'
e2guardian-5.1/src/OptionContainer.cpp:1052:42: warning: Function 'inURLList' argument order different: declaration 'url, lc, swsort, ip' definition 'url, lc, ip, ssl' [funcArgOrderDifferent]
e2guardian-5.1/src/OptionContainer.hpp:246:29: note: Function 'inURLList' argument order different: declaration 'url, lc, swsort, ip' definition 'url, lc, ip, ssl'
e2guardian-5.1/src/OptionContainer.cpp:1052:42: note: Function 'inURLList' argument order different: declaration 'url, lc, swsort, ip' definition 'url, lc, ip, ssl'
e2guardian-5.1/src/OptionContainer.cpp:69:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
e2guardian-5.1/src/OptionContainer.cpp:1152:87: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
e2guardian-5.1/src/OptionContainer.cpp:1188:87: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
e2guardian-5.1/src/OptionContainer.cpp:35:18: warning: Member variable 'OptionContainer::myDebug' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/OptionContainer.cpp:35:18: warning: Member variable 'OptionContainer::filter_groups' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/OptionContainer.cpp:35:18: warning: Member variable 'OptionContainer::log_exception_hits' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/OptionContainer.cpp:35:18: warning: Member variable 'OptionContainer::non_standard_delimiter' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/OptionContainer.cpp:35:18: warning: Member variable 'OptionContainer::log_file_format' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/OptionContainer.cpp:35:18: warning: Member variable 'OptionContainer::show_weighted_found' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/OptionContainer.cpp:35:18: warning: Member variable 'OptionContainer::forwarded_for' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/OptionContainer.cpp:35:18: warning: Member variable 'OptionContainer::createlistcachefiles' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/OptionContainer.cpp:35:18: warning: Member variable 'OptionContainer::use_custom_banned_image' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/OptionContainer.cpp:35:18: warning: Member variable 'OptionContainer::use_custom_banned_flash' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/OptionContainer.cpp:35:18: warning: Member variable 'OptionContainer::reverse_lookups' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/OptionContainer.cpp:35:18: warning: Member variable 'OptionContainer::reverse_client_ip_lookups' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/OptionContainer.cpp:35:18: warning: Member variable 'OptionContainer::log_client_hostnames' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/OptionContainer.cpp:35:18: warning: Member variable 'OptionContainer::use_xforwardedfor' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/OptionContainer.cpp:35:18: warning: Member variable 'OptionContainer::logconerror' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/OptionContainer.cpp:35:18: warning: Member variable 'OptionContainer::logchildprocs' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/OptionContainer.cpp:35:18: warning: Member variable 'OptionContainer::log_ssl_errors' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/OptionContainer.cpp:35:18: warning: Member variable 'OptionContainer::url_cache_number' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/OptionContainer.cpp:35:18: warning: Member variable 'OptionContainer::url_cache_age' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/OptionContainer.cpp:35:18: warning: Member variable 'OptionContainer::phrase_filter_mode' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/OptionContainer.cpp:35:18: warning: Member variable 'OptionContainer::preserve_case' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/OptionContainer.cpp:35:18: warning: Member variable 'OptionContainer::max_header_lines' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/OptionContainer.cpp:35:18: warning: Member variable 'OptionContainer::hex_decode_content' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/OptionContainer.cpp:35:18: warning: Member variable 'OptionContainer::force_quick_search' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/OptionContainer.cpp:35:18: warning: Member variable 'OptionContainer::map_auth_to_ports' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/OptionContainer.cpp:35:18: warning: Member variable 'OptionContainer::map_ports_to_ips' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/OptionContainer.cpp:35:18: warning: Member variable 'OptionContainer::filter_port' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/OptionContainer.cpp:35:18: warning: Member variable 'OptionContainer::proxy_port' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/OptionContainer.cpp:35:18: warning: Member variable 'OptionContainer::no_proxy' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/OptionContainer.cpp:35:18: warning: Member variable 'OptionContainer::transparenthttps_port' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/OptionContainer.cpp:35:18: warning: Member variable 'OptionContainer::icap_port' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/OptionContainer.cpp:35:18: warning: Member variable 'OptionContainer::ll' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/OptionContainer.cpp:35:18: warning: Member variable 'OptionContainer::connect_timeout' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/OptionContainer.cpp:35:18: warning: Member variable 'OptionContainer::connect_timeout_sec' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/OptionContainer.cpp:35:18: warning: Member variable 'OptionContainer::connect_retries' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/OptionContainer.cpp:35:18: warning: Member variable 'OptionContainer::proxy_timeout' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/OptionContainer.cpp:35:18: warning: Member variable 'OptionContainer::proxy_timeout_sec' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/OptionContainer.cpp:35:18: warning: Member variable 'OptionContainer::proxy_failure_log_interval' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/OptionContainer.cpp:35:18: warning: Member variable 'OptionContainer::exchange_timeout' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/OptionContainer.cpp:35:18: warning: Member variable 'OptionContainer::exchange_timeout_sec' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/OptionContainer.cpp:35:18: warning: Member variable 'OptionContainer::pcon_timeout' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/OptionContainer.cpp:35:18: warning: Member variable 'OptionContainer::pcon_timeout_sec' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/OptionContainer.cpp:35:18: warning: Member variable 'OptionContainer::http_workers' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/OptionContainer.cpp:35:18: warning: Member variable 'OptionContainer::proxy_user' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/OptionContainer.cpp:35:18: warning: Member variable 'OptionContainer::proxy_group' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/OptionContainer.cpp:35:18: warning: Member variable 'OptionContainer::root_user' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/OptionContainer.cpp:35:18: warning: Member variable 'OptionContainer::max_ips' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/OptionContainer.cpp:35:18: warning: Member variable 'OptionContainer::recheck_replaced_urls' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/OptionContainer.cpp:35:18: warning: Member variable 'OptionContainer::enable_ssl' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/OptionContainer.cpp:35:18: warning: Member variable 'OptionContainer::monitor_helper_flag' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/OptionContainer.cpp:35:18: warning: Member variable 'OptionContainer::monitor_flag_flag' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/OptionContainer.cpp:35:18: warning: Member variable 'OptionContainer::content_scanner_timeout_sec' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/OptionContainer.cpp:35:18: warning: Member variable 'OptionContainer::use_total_block_list' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/OptionContainer.hpp:121:10: style: Member variable 'OptionContainer::auth_requires_user_and_group' is in the wrong place in the initializer list. [initializerList]
e2guardian-5.1/src/OptionContainer.cpp:36:67: note: Member variable 'OptionContainer::auth_requires_user_and_group' is in the wrong place in the initializer list.
e2guardian-5.1/src/OptionContainer.hpp:121:10: note: Member variable 'OptionContainer::auth_requires_user_and_group' is in the wrong place in the initializer list.
e2guardian-5.1/src/OptionContainer.hpp:119:10: style: Member variable 'OptionContainer::use_group_names_list' is in the wrong place in the initializer list. [initializerList]
e2guardian-5.1/src/OptionContainer.cpp:36:104: note: Member variable 'OptionContainer::use_group_names_list' is in the wrong place in the initializer list.
e2guardian-5.1/src/OptionContainer.hpp:119:10: note: Member variable 'OptionContainer::use_group_names_list' is in the wrong place in the initializer list.
e2guardian-5.1/src/OptionContainer.hpp:151:10: style: Member variable 'OptionContainer::no_daemon' is in the wrong place in the initializer list. [initializerList]
e2guardian-5.1/src/OptionContainer.cpp:36:213: note: Member variable 'OptionContainer::no_daemon' is in the wrong place in the initializer list.
e2guardian-5.1/src/OptionContainer.hpp:151:10: note: Member variable 'OptionContainer::no_daemon' is in the wrong place in the initializer list.
e2guardian-5.1/src/OptionContainer.hpp:156:18: style: Member variable 'OptionContainer::max_logitem_length' is in the wrong place in the initializer list. [initializerList]
e2guardian-5.1/src/OptionContainer.cpp:36:416: note: Member variable 'OptionContainer::max_logitem_length' is in the wrong place in the initializer list.
e2guardian-5.1/src/OptionContainer.hpp:156:18: note: Member variable 'OptionContainer::max_logitem_length' is in the wrong place in the initializer list.
e2guardian-5.1/src/OptionContainer.hpp:54:9: style: Member variable 'OptionContainer::weighted_phrase_mode' is in the wrong place in the initializer list. [initializerList]
e2guardian-5.1/src/OptionContainer.cpp:36:682: note: Member variable 'OptionContainer::weighted_phrase_mode' is in the wrong place in the initializer list.
e2guardian-5.1/src/OptionContainer.hpp:54:9: note: Member variable 'OptionContainer::weighted_phrase_mode' is in the wrong place in the initializer list.
e2guardian-5.1/src/OptionContainer.hpp:141:10: style: Member variable 'OptionContainer::dstat_log_flag' is in the wrong place in the initializer list. [initializerList]
e2guardian-5.1/src/OptionContainer.cpp:36:717: note: Member variable 'OptionContainer::dstat_log_flag' is in the wrong place in the initializer list.
e2guardian-5.1/src/OptionContainer.hpp:141:10: note: Member variable 'OptionContainer::dstat_log_flag' is in the wrong place in the initializer list.
e2guardian-5.1/src/OptionContainer.hpp:94:10: style: Member variable 'OptionContainer::abort_on_missing_list' is in the wrong place in the initializer list. [initializerList]
e2guardian-5.1/src/OptionContainer.cpp:36:797: note: Member variable 'OptionContainer::abort_on_missing_list' is in the wrong place in the initializer list.
e2guardian-5.1/src/OptionContainer.hpp:94:10: note: Member variable 'OptionContainer::abort_on_missing_list' is in the wrong place in the initializer list.
e2guardian-5.1/src/OptionContainer.hpp:75:9: style: Member variable 'OptionContainer::default_fg' is in the wrong place in the initializer list. [initializerList]
e2guardian-5.1/src/OptionContainer.cpp:36:844: note: Member variable 'OptionContainer::default_fg' is in the wrong place in the initializer list.
e2guardian-5.1/src/OptionContainer.hpp:75:9: note: Member variable 'OptionContainer::default_fg' is in the wrong place in the initializer list.
e2guardian-5.1/src/OptionContainer.hpp:229:10: performance: Technically the member function 'OptionContainer::deletePlugins' can be static. [functionStatic]
e2guardian-5.1/src/OptionContainer.cpp:67:23: note: Technically the member function 'OptionContainer::deletePlugins' can be static.
e2guardian-5.1/src/OptionContainer.hpp:229:10: note: Technically the member function 'OptionContainer::deletePlugins' can be static.
e2guardian-5.1/src/OptionContainer.hpp:245:17: performance: Technically the member function 'OptionContainer::inSiteList' can be static. [functionStatic]
e2guardian-5.1/src/OptionContainer.cpp:1023:30: note: Technically the member function 'OptionContainer::inSiteList' can be static.
e2guardian-5.1/src/OptionContainer.hpp:245:17: note: Technically the member function 'OptionContainer::inSiteList' can be static.
e2guardian-5.1/src/OptionContainer.hpp:273:10: performance: Technically the member function 'OptionContainer::realitycheck' can be static. [functionStatic]
e2guardian-5.1/src/OptionContainer.cpp:1216:23: note: Technically the member function 'OptionContainer::realitycheck' can be static.
e2guardian-5.1/src/OptionContainer.hpp:273:10: note: Technically the member function 'OptionContainer::realitycheck' can be static.
e2guardian-5.1/src/OptionContainer.cpp:38:5: style: Class 'OptionContainer' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
e2guardian-5.1/src/OptionContainer.cpp:38:5: style: Class 'OptionContainer' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
e2guardian-5.1/src/OptionContainer.cpp:852:20: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
e2guardian-5.1/src/RegExp.cpp:182:18: style: The scope of the variable 'largestoffset' can be reduced. [variableScope]
e2guardian-5.1/src/RegExp.cpp:222:10: style: The scope of the variable 'match' can be reduced. [variableScope]
e2guardian-5.1/src/RegExp.cpp:224:11: style: The scope of the variable 'k' can be reduced. [variableScope]
e2guardian-5.1/src/RegExp.cpp:81:18: style: Unused variable: i [unusedVariable]
e2guardian-5.1/src/RegExp.cpp:94:5: performance: Variable 'searchstring' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
e2guardian-5.1/src/RegExp.hpp:36:9: style: Technically the member function 'RegResult::numberOfMatches' can be const. [functionConst]
e2guardian-5.1/src/RegExp.cpp:57:16: note: Technically the member function 'RegResult::numberOfMatches' can be const.
e2guardian-5.1/src/RegExp.hpp:36:9: note: Technically the member function 'RegResult::numberOfMatches' can be const.
e2guardian-5.1/src/RegExp.hpp:38:10: style: Technically the member function 'RegResult::matched' can be const. [functionConst]
e2guardian-5.1/src/RegExp.cpp:64:17: note: Technically the member function 'RegResult::matched' can be const.
e2guardian-5.1/src/RegExp.hpp:38:10: note: Technically the member function 'RegResult::matched' can be const.
e2guardian-5.1/src/RegExp.hpp:41:17: style: Technically the member function 'RegResult::result' can be const. [functionConst]
e2guardian-5.1/src/RegExp.cpp:30:24: note: Technically the member function 'RegResult::result' can be const.
e2guardian-5.1/src/RegExp.hpp:41:17: note: Technically the member function 'RegResult::result' can be const.
e2guardian-5.1/src/RegExp.hpp:43:18: style: Technically the member function 'RegResult::offset' can be const. [functionConst]
e2guardian-5.1/src/RegExp.cpp:39:25: note: Technically the member function 'RegResult::offset' can be const.
e2guardian-5.1/src/RegExp.hpp:43:18: note: Technically the member function 'RegResult::offset' can be const.
e2guardian-5.1/src/RegExp.hpp:45:18: style: Technically the member function 'RegResult::length' can be const. [functionConst]
e2guardian-5.1/src/RegExp.cpp:48:25: note: Technically the member function 'RegResult::length' can be const.
e2guardian-5.1/src/RegExp.hpp:45:18: note: Technically the member function 'RegResult::length' can be const.
e2guardian-5.1/src/RegExp.hpp:56:1: warning: The class 'RegExp' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
e2guardian-5.1/src/SBFunction.cpp:69:33: style: Function 'start' argument 1 names different: declaration 'name' definition 'sname'. [funcArgNamesDifferent]
e2guardian-5.1/src/SBFunction.hpp:193:22: note: Function 'start' argument 1 names different: declaration 'name' definition 'sname'.
e2guardian-5.1/src/SBFunction.cpp:69:33: note: Function 'start' argument 1 names different: declaration 'name' definition 'sname'.
e2guardian-5.1/src/SBFunction.cpp:69:71: style: Function 'start' argument 3 names different: declaration 'line_noi' definition 'line_no'. [funcArgNamesDifferent]
e2guardian-5.1/src/SBFunction.hpp:193:59: note: Function 'start' argument 3 names different: declaration 'line_noi' definition 'line_no'.
e2guardian-5.1/src/SBFunction.cpp:69:71: note: Function 'start' argument 3 names different: declaration 'line_noi' definition 'line_no'.
e2guardian-5.1/src/SBFunction.cpp:38:13: warning: Member variable 'SBFunction::items' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/SBFunction.cpp:38:13: warning: Member variable 'SBFunction::fn_id' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/SBFunction.cpp:38:13: warning: Member variable 'SBFunction::file_lineno' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/SBFunction.hpp:192:10: performance: Technically the member function 'SBFunction::reset' can be static. [functionStatic]
e2guardian-5.1/src/SBFunction.cpp:66:18: note: Technically the member function 'SBFunction::reset' can be static.
e2guardian-5.1/src/SBFunction.hpp:192:10: note: Technically the member function 'SBFunction::reset' can be static.
e2guardian-5.1/src/SBFunction.hpp:194:7: performance: Technically the member function 'SBFunction::end' can be static. [functionStatic]
e2guardian-5.1/src/SBFunction.cpp:78:18: note: Technically the member function 'SBFunction::end' can be static.
e2guardian-5.1/src/SBFunction.hpp:194:7: note: Technically the member function 'SBFunction::end' can be static.
e2guardian-5.1/src/SBFunction.hpp:196:15: style: Technically the member function 'SBFunction::getStateID' can be const. [functionConst]
e2guardian-5.1/src/SBFunction.cpp:195:26: note: Technically the member function 'SBFunction::getStateID' can be const.
e2guardian-5.1/src/SBFunction.hpp:196:15: note: Technically the member function 'SBFunction::getStateID' can be const.
e2guardian-5.1/src/SBFunction.hpp:198:12: style: Technically the member function 'SBFunction::getState' can be const. [functionConst]
e2guardian-5.1/src/SBFunction.cpp:220:20: note: Technically the member function 'SBFunction::getState' can be const.
e2guardian-5.1/src/SBFunction.hpp:198:12: note: Technically the member function 'SBFunction::getState' can be const.
e2guardian-5.1/src/SBFunction.hpp:199:9: style: Technically the member function 'SBFunction::getBIFunct' can be const. [functionConst]
e2guardian-5.1/src/SBFunction.cpp:226:20: note: Technically the member function 'SBFunction::getBIFunct' can be const.
e2guardian-5.1/src/SBFunction.hpp:199:9: note: Technically the member function 'SBFunction::getBIFunct' can be const.
e2guardian-5.1/src/SBFunction.hpp:200:9: style: Technically the member function 'SBFunction::getName' can be const. [functionConst]
e2guardian-5.1/src/SBFunction.cpp:235:20: note: Technically the member function 'SBFunction::getName' can be const.
e2guardian-5.1/src/SBFunction.hpp:200:9: note: Technically the member function 'SBFunction::getName' can be const.
e2guardian-5.1/src/SNI.cpp:13:20: style: The scope of the variable 'ext_len' can be reduced. [variableScope]
e2guardian-5.1/src/Socket.cpp:1145:30: style: Function 'readChunk' argument 1 names different: declaration 'buffout' definition 'buffin'. [funcArgNamesDifferent]
e2guardian-5.1/src/Socket.hpp:67:26: note: Function 'readChunk' argument 1 names different: declaration 'buffout' definition 'buffin'.
e2guardian-5.1/src/Socket.cpp:1145:30: note: Function 'readChunk' argument 1 names different: declaration 'buffout' definition 'buffin'.
e2guardian-5.1/src/Socket.cpp:67:23: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
e2guardian-5.1/src/Socket.cpp:244:15: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
e2guardian-5.1/src/Socket.cpp:257:15: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
e2guardian-5.1/src/Socket.cpp:1125:9: style: Unused variable: lw [unusedVariable]
e2guardian-5.1/src/Socket.hpp:54:9: style: Technically the member function 'Socket::getPort' can be const. [functionConst]
e2guardian-5.1/src/Socket.cpp:152:13: note: Technically the member function 'Socket::getPort' can be const.
e2guardian-5.1/src/Socket.hpp:54:9: note: Technically the member function 'Socket::getPort' can be const.
e2guardian-5.1/src/Socket.hpp:129:10: style: Technically the member function 'Socket::getIeof' can be const. [functionConst]
e2guardian-5.1/src/Socket.cpp:1276:14: note: Technically the member function 'Socket::getIeof' can be const.
e2guardian-5.1/src/Socket.hpp:129:10: note: Technically the member function 'Socket::getIeof' can be const.
e2guardian-5.1/src/SocketArray.cpp:60:72: style: Function 'bindSingle' argument 3 names different: declaration 'CT_type' definition 'type'. [funcArgNamesDifferent]
e2guardian-5.1/src/SocketArray.hpp:39:63: note: Function 'bindSingle' argument 3 names different: declaration 'CT_type' definition 'type'.
e2guardian-5.1/src/SocketArray.cpp:60:72: note: Function 'bindSingle' argument 3 names different: declaration 'CT_type' definition 'type'.
e2guardian-5.1/src/SocketArray.cpp:74:50: style: Function 'bindSingleM' argument 1 names different: declaration 'port' definition 'ports'. [funcArgNamesDifferent]
e2guardian-5.1/src/SocketArray.hpp:40:41: note: Function 'bindSingleM' argument 1 names different: declaration 'port' definition 'ports'.
e2guardian-5.1/src/SocketArray.cpp:74:50: note: Function 'bindSingleM' argument 1 names different: declaration 'port' definition 'ports'.
e2guardian-5.1/src/StoryBoard.cpp:280:14: style: The scope of the variable 'i' can be reduced. [variableScope]
e2guardian-5.1/src/StoryBoard.cpp:56:59: style: Function 'readFile' argument 2 names different: declaration 'LMeta' definition 'LM'. [funcArgNamesDifferent]
e2guardian-5.1/src/StoryBoard.hpp:59:51: note: Function 'readFile' argument 2 names different: declaration 'LMeta' definition 'LM'.
e2guardian-5.1/src/StoryBoard.cpp:56:59: note: Function 'readFile' argument 2 names different: declaration 'LMeta' definition 'LM'.
e2guardian-5.1/src/StoryBoard.cpp:851:51: style: Function 'deep_urls' argument 1 names different: declaration 'url' definition 'urld'. [funcArgNamesDifferent]
e2guardian-5.1/src/StoryBoard.hpp:70:44: note: Function 'deep_urls' argument 1 names different: declaration 'url' definition 'urld'.
e2guardian-5.1/src/StoryBoard.cpp:851:51: note: Function 'deep_urls' argument 1 names different: declaration 'url' definition 'urld'.
e2guardian-5.1/src/StoryBoard.cpp:190:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
e2guardian-5.1/src/StoryBoard.cpp:191:103: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
e2guardian-5.1/src/StoryBoard.cpp:237:85: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
e2guardian-5.1/src/StoryBoard.cpp:288:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
e2guardian-5.1/src/StoryBoard.cpp:321:99: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
e2guardian-5.1/src/StoryBoard.cpp:468:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
e2guardian-5.1/src/StoryBoard.cpp:471:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
e2guardian-5.1/src/StoryBoard.cpp:500:113: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
e2guardian-5.1/src/StoryBoard.cpp:541:91: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
e2guardian-5.1/src/StoryBoard.cpp:544:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
e2guardian-5.1/src/StoryBoard.cpp:42:13: warning: Member variable 'StoryBoard::entrys' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/StoryBoard.cpp:42:13: warning: Member variable 'StoryBoard::items' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/StoryBoard.cpp:42:13: warning: Member variable 'StoryBoard::LMeta' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/StoryBoard.hpp:57:10: performance: Technically the member function 'StoryBoard::reset' can be static. [functionStatic]
e2guardian-5.1/src/StoryBoard.cpp:52:18: note: Technically the member function 'StoryBoard::reset' can be static.
e2guardian-5.1/src/StoryBoard.hpp:57:10: note: Technically the member function 'StoryBoard::reset' can be static.
e2guardian-5.1/src/StoryBoard.hpp:70:25: performance: Technically the member function 'StoryBoard::deep_urls' can be static. [functionStatic]
e2guardian-5.1/src/StoryBoard.cpp:851:33: note: Technically the member function 'StoryBoard::deep_urls' can be static.
e2guardian-5.1/src/StoryBoard.hpp:70:25: note: Technically the member function 'StoryBoard::deep_urls' can be static.
e2guardian-5.1/src/StoryBoard.hpp:71:26: performance: Technically the member function 'StoryBoard::ipToHostname' can be static. [functionStatic]
e2guardian-5.1/src/StoryBoard.cpp:878:33: note: Technically the member function 'StoryBoard::ipToHostname' can be static.
e2guardian-5.1/src/StoryBoard.hpp:71:26: note: Technically the member function 'StoryBoard::ipToHostname' can be static.
e2guardian-5.1/src/String.cpp:582:25: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
e2guardian-5.1/src/String.cpp:267:19: style: The scope of the variable 'c1' can be reduced. [variableScope]
e2guardian-5.1/src/String.cpp:268:19: style: The scope of the variable 'c2' can be reduced. [variableScope]
e2guardian-5.1/src/String.cpp:269:19: style: The scope of the variable 'c3' can be reduced. [variableScope]
e2guardian-5.1/src/String.cpp:444:19: style: The scope of the variable 't' can be reduced. [variableScope]
e2guardian-5.1/src/String.cpp:476:19: style: The scope of the variable 'b' can be reduced. [variableScope]
e2guardian-5.1/src/SysV.cpp:41:26: performance: Function parameter 'pidfile' should be passed by const reference. [passedByValue]
e2guardian-5.1/src/SysV.cpp:126:26: performance: Function parameter 'pidfile' should be passed by const reference. [passedByValue]
e2guardian-5.1/src/SysV.cpp:145:27: performance: Function parameter 'pidfile' should be passed by const reference. [passedByValue]
e2guardian-5.1/src/SysV.cpp:164:30: performance: Function parameter 'pidfile' should be passed by const reference. [passedByValue]
e2guardian-5.1/src/SysV.cpp:200:34: performance: Function parameter 'pidfile' should be passed by const reference. [passedByValue]
e2guardian-5.1/src/UDSocket.cpp:71:5: performance: Variable 'my_adr' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
e2guardian-5.1/src/authplugins/digest.cpp:25:5: style: Class 'digestinstance' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
e2guardian-5.1/src/authplugins/digest.cpp:31:9: style: The function 'identify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
e2guardian-5.1/src/Auth.hpp:63:17: note: Virtual function in base class
e2guardian-5.1/src/authplugins/digest.cpp:31:9: note: Function in derived class
e2guardian-5.1/src/authplugins/dnsauth.cpp:243:9: style: Unused variable: rrnum [unusedVariable]
e2guardian-5.1/src/authplugins/dnsauth.cpp:245:13: style: Unused variable: cp [unusedVariable]
e2guardian-5.1/src/authplugins/dnsauth.cpp:246:10: style: Unused variable: ans [unusedVariable]
e2guardian-5.1/src/authplugins/dnsauth.cpp:307:29: style: Variable 'foc' is assigned a value that is never used. [unreadVariable]
e2guardian-5.1/src/authplugins/dnsauth.cpp:72:5: warning: Member variable 'dnsauthinstance::userst' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/authplugins/dnsauth.cpp:89:12: style: Unused private function: 'dnsauthinstance::dns_error' [unusedPrivateFunction]
e2guardian-5.1/src/authplugins/dnsauth.cpp:89:12: performance: Technically the member function 'dnsauthinstance::dns_error' can be static. [functionStatic]
e2guardian-5.1/src/authplugins/dnsauth.cpp:280:25: note: Technically the member function 'dnsauthinstance::dns_error' can be static.
e2guardian-5.1/src/authplugins/dnsauth.cpp:89:12: note: Technically the member function 'dnsauthinstance::dns_error' can be static.
e2guardian-5.1/src/authplugins/dnsauth.cpp:90:10: performance: Technically the member function 'dnsauthinstance::inAuthByPassLists' can be static. [functionStatic]
e2guardian-5.1/src/authplugins/dnsauth.cpp:303:23: note: Technically the member function 'dnsauthinstance::inAuthByPassLists' can be static.
e2guardian-5.1/src/authplugins/dnsauth.cpp:90:10: note: Technically the member function 'dnsauthinstance::inAuthByPassLists' can be static.
e2guardian-5.1/src/authplugins/dnsauth.cpp:72:5: style: Class 'dnsauthinstance' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
e2guardian-5.1/src/authplugins/dnsauth.cpp:80:9: style: The function 'identify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
e2guardian-5.1/src/Auth.hpp:63:17: note: Virtual function in base class
e2guardian-5.1/src/authplugins/dnsauth.cpp:80:9: note: Function in derived class
e2guardian-5.1/src/authplugins/dnsauth.cpp:81:9: style: The function 'determineGroup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
e2guardian-5.1/src/Auth.hpp:72:17: note: Virtual function in base class
e2guardian-5.1/src/authplugins/dnsauth.cpp:81:9: note: Function in derived class
e2guardian-5.1/src/authplugins/dnsauth.cpp:83:9: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
e2guardian-5.1/src/Auth.hpp:54:17: note: Virtual function in base class
e2guardian-5.1/src/authplugins/dnsauth.cpp:83:9: note: Function in derived class
e2guardian-5.1/src/authplugins/dnsauth.cpp:84:9: style: The function 'quit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
e2guardian-5.1/src/Auth.hpp:55:17: note: Virtual function in base class
e2guardian-5.1/src/authplugins/dnsauth.cpp:84:9: note: Function in derived class
e2guardian-5.1/src/authplugins/header.cpp:31:5: style: Class 'headerinstance' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
e2guardian-5.1/src/authplugins/header.cpp:39:9: style: The function 'identify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
e2guardian-5.1/src/Auth.hpp:63:17: note: Virtual function in base class
e2guardian-5.1/src/authplugins/header.cpp:39:9: note: Function in derived class
e2guardian-5.1/src/authplugins/ident.cpp:28:5: style: Class 'identinstance' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
e2guardian-5.1/src/authplugins/ident.cpp:32:9: style: The function 'identify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
e2guardian-5.1/src/Auth.hpp:63:17: note: Virtual function in base class
e2guardian-5.1/src/authplugins/ident.cpp:32:9: note: Function in derived class
e2guardian-5.1/src/authplugins/ip.cpp:175:56: style: Function 'determineGroup' argument 2 names different: declaration 'fg' definition 'rfg'. [funcArgNamesDifferent]
e2guardian-5.1/src/authplugins/ip.cpp:84:48: note: Function 'determineGroup' argument 2 names different: declaration 'fg' definition 'rfg'.
e2guardian-5.1/src/authplugins/ip.cpp:175:56: note: Function 'determineGroup' argument 2 names different: declaration 'fg' definition 'rfg'.
e2guardian-5.1/src/authplugins/ip.cpp:75:5: style: Class 'ipinstance' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
e2guardian-5.1/src/authplugins/ip.cpp:83:9: style: The function 'identify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
e2guardian-5.1/src/Auth.hpp:63:17: note: Virtual function in base class
e2guardian-5.1/src/authplugins/ip.cpp:83:9: note: Function in derived class
e2guardian-5.1/src/authplugins/ip.cpp:84:9: style: The function 'determineGroup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
e2guardian-5.1/src/Auth.hpp:72:17: note: Virtual function in base class
e2guardian-5.1/src/authplugins/ip.cpp:84:9: note: Function in derived class
e2guardian-5.1/src/authplugins/ip.cpp:86:9: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
e2guardian-5.1/src/Auth.hpp:54:17: note: Virtual function in base class
e2guardian-5.1/src/authplugins/ip.cpp:86:9: note: Function in derived class
e2guardian-5.1/src/authplugins/ip.cpp:87:9: style: The function 'quit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
e2guardian-5.1/src/Auth.hpp:55:17: note: Virtual function in base class
e2guardian-5.1/src/authplugins/ip.cpp:87:9: note: Function in derived class
e2guardian-5.1/src/authplugins/ntlm.cpp:290:19: style: The scope of the variable 'b' can be reduced. [variableScope]
e2guardian-5.1/src/authplugins/ntlm.cpp:312:31: style: Unsigned variable 'b' can't be negative so it is unnecessary to test it. [unsignedPositive]
e2guardian-5.1/src/authplugins/ntlm.cpp:102:13: style: struct member 'strhdr::maxlen' is never used. [unusedStructMember]
e2guardian-5.1/src/authplugins/ntlm.cpp:295:24: style: Variable 'clientip' is assigned a value that is never used. [unreadVariable]
e2guardian-5.1/src/authplugins/ntlm.cpp:55:5: style: Class 'ntlminstance' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
e2guardian-5.1/src/authplugins/ntlm.cpp:84:9: style: The function 'identify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
e2guardian-5.1/src/Auth.hpp:63:17: note: Virtual function in base class
e2guardian-5.1/src/authplugins/ntlm.cpp:84:9: note: Function in derived class
e2guardian-5.1/src/authplugins/ntlm.cpp:86:9: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
e2guardian-5.1/src/Auth.hpp:54:17: note: Virtual function in base class
e2guardian-5.1/src/authplugins/ntlm.cpp:86:9: note: Function in derived class
e2guardian-5.1/src/authplugins/ntlm.cpp:87:9: style: The function 'quit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
e2guardian-5.1/src/Auth.hpp:55:17: note: Virtual function in base class
e2guardian-5.1/src/authplugins/ntlm.cpp:87:9: note: Function in derived class
e2guardian-5.1/src/authplugins/ntlm.cpp:88:10: style: The function 'isTransparent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
e2guardian-5.1/src/Auth.hpp:82:18: note: Virtual function in base class
e2guardian-5.1/src/authplugins/ntlm.cpp:88:10: note: Function in derived class
e2guardian-5.1/src/authplugins/port.cpp:128:58: style: Function 'determineGroup' argument 2 names different: declaration 'fg' definition 'pfg'. [funcArgNamesDifferent]
e2guardian-5.1/src/authplugins/port.cpp:64:48: note: Function 'determineGroup' argument 2 names different: declaration 'fg' definition 'pfg'.
e2guardian-5.1/src/authplugins/port.cpp:128:58: note: Function 'determineGroup' argument 2 names different: declaration 'fg' definition 'pfg'.
e2guardian-5.1/src/authplugins/port.cpp:154:37: style: Function 'inList' argument 1 names different: declaration 'ip' definition 'port'. [funcArgNamesDifferent]
e2guardian-5.1/src/authplugins/port.cpp:74:27: note: Function 'inList' argument 1 names different: declaration 'ip' definition 'port'.
e2guardian-5.1/src/authplugins/port.cpp:154:37: note: Function 'inList' argument 1 names different: declaration 'ip' definition 'port'.
e2guardian-5.1/src/authplugins/port.cpp:163:55: style: Function 'searchList' argument 3 names different: declaration 'ip' definition 'port'. [funcArgNamesDifferent]
e2guardian-5.1/src/authplugins/port.cpp:73:45: note: Function 'searchList' argument 3 names different: declaration 'ip' definition 'port'.
e2guardian-5.1/src/authplugins/port.cpp:163:55: note: Function 'searchList' argument 3 names different: declaration 'ip' definition 'port'.
e2guardian-5.1/src/authplugins/port.cpp:56:5: style: Class 'portinstance' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
e2guardian-5.1/src/authplugins/port.cpp:63:9: style: The function 'identify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
e2guardian-5.1/src/Auth.hpp:63:17: note: Virtual function in base class
e2guardian-5.1/src/authplugins/port.cpp:63:9: note: Function in derived class
e2guardian-5.1/src/authplugins/port.cpp:64:9: style: The function 'determineGroup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
e2guardian-5.1/src/Auth.hpp:72:17: note: Virtual function in base class
e2guardian-5.1/src/authplugins/port.cpp:64:9: note: Function in derived class
e2guardian-5.1/src/authplugins/port.cpp:66:9: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
e2guardian-5.1/src/Auth.hpp:54:17: note: Virtual function in base class
e2guardian-5.1/src/authplugins/port.cpp:66:9: note: Function in derived class
e2guardian-5.1/src/authplugins/port.cpp:67:9: style: The function 'quit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
e2guardian-5.1/src/Auth.hpp:55:17: note: Virtual function in base class
e2guardian-5.1/src/authplugins/port.cpp:67:9: note: Function in derived class
e2guardian-5.1/src/authplugins/proxy.cpp:24:5: style: Class 'proxyinstance' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
e2guardian-5.1/src/authplugins/proxy.cpp:30:9: style: The function 'identify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
e2guardian-5.1/src/Auth.hpp:63:17: note: Virtual function in base class
e2guardian-5.1/src/authplugins/proxy.cpp:30:9: note: Function in derived class
e2guardian-5.1/src/contentscanners/avastdscan.cpp:231:98: style: Redundant condition: If 'EXPR == '\0'', the comparison 'EXPR != '['' is always true. [redundantCondition]
e2guardian-5.1/src/contentscanners/avastdscan.cpp:34:5: style: Class 'avastdinstance' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
e2guardian-5.1/src/contentscanners/avastdscan.cpp:43:9: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
e2guardian-5.1/src/ContentScanner.hpp:95:17: note: Virtual function in base class
e2guardian-5.1/src/contentscanners/avastdscan.cpp:43:9: note: Function in derived class
e2guardian-5.1/src/contentscanners/clamdscan.cpp:36:5: style: Class 'clamdinstance' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
e2guardian-5.1/src/contentscanners/clamdscan.cpp:41:9: style: The function 'scanFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
e2guardian-5.1/src/ContentScanner.hpp:81:17: note: Virtual function in base class
e2guardian-5.1/src/contentscanners/clamdscan.cpp:41:9: note: Function in derived class
e2guardian-5.1/src/contentscanners/clamdscan.cpp:45:9: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
e2guardian-5.1/src/ContentScanner.hpp:95:17: note: Virtual function in base class
e2guardian-5.1/src/contentscanners/clamdscan.cpp:45:9: note: Function in derived class
e2guardian-5.1/src/contentscanners/commandlinescan.cpp:128:96: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
e2guardian-5.1/src/contentscanners/commandlinescan.cpp:215:96: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
e2guardian-5.1/src/contentscanners/commandlinescan.cpp:218:90: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
e2guardian-5.1/src/contentscanners/commandlinescan.cpp:41:5: style: Class 'commandlineinstance' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
e2guardian-5.1/src/contentscanners/commandlinescan.cpp:43:9: style: The function 'scanFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
e2guardian-5.1/src/ContentScanner.hpp:81:17: note: Virtual function in base class
e2guardian-5.1/src/contentscanners/commandlinescan.cpp:43:9: note: Function in derived class
e2guardian-5.1/src/contentscanners/commandlinescan.cpp:47:9: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
e2guardian-5.1/src/ContentScanner.hpp:95:17: note: Virtual function in base class
e2guardian-5.1/src/contentscanners/commandlinescan.cpp:47:9: note: Function in derived class
e2guardian-5.1/src/contentscanners/icapscan.cpp:43:5: warning: Member variable 'icapinstance::icapport' is not initialized in the constructor. [uninitMemberVar]
e2guardian-5.1/src/contentscanners/icapscan.cpp:43:5: style: Class 'icapinstance' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
e2guardian-5.1/src/contentscanners/icapscan.cpp:46:9: style: The function 'willScanRequest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
e2guardian-5.1/src/ContentScanner.hpp:61:17: note: Virtual function in base class
e2guardian-5.1/src/contentscanners/icapscan.cpp:46:9: note: Function in derived class
e2guardian-5.1/src/contentscanners/icapscan.cpp:49:9: style: The function 'scanMemory' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
e2guardian-5.1/src/ContentScanner.hpp:79:17: note: Virtual function in base class
e2guardian-5.1/src/contentscanners/icapscan.cpp:49:9: note: Function in derived class
e2guardian-5.1/src/contentscanners/icapscan.cpp:52:9: style: The function 'scanFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
e2guardian-5.1/src/ContentScanner.hpp:81:17: note: Virtual function in base class
e2guardian-5.1/src/contentscanners/icapscan.cpp:52:9: note: Function in derived class
e2guardian-5.1/src/contentscanners/icapscan.cpp:56:9: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
e2guardian-5.1/src/ContentScanner.hpp:95:17: note: Virtual function in base class
e2guardian-5.1/src/contentscanners/icapscan.cpp:56:9: note: Function in derived class
e2guardian-5.1/src/contentscanners/kavdscan.cpp:38:5: style: Class 'kavdinstance' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
e2guardian-5.1/src/contentscanners/kavdscan.cpp:44:9: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
e2guardian-5.1/src/ContentScanner.hpp:95:17: note: Virtual function in base class
e2guardian-5.1/src/contentscanners/kavdscan.cpp:44:9: note: Function in derived class
e2guardian-5.1/src/downloadmanagers/default.cpp:30:5: style: Class 'dminstance' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
e2guardian-5.1/src/downloadmanagers/default.cpp:33:9: style: The function 'in' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
e2guardian-5.1/src/DownloadManager.hpp:49:17: note: Virtual function in base class
e2guardian-5.1/src/downloadmanagers/default.cpp:33:9: note: Function in derived class
e2guardian-5.1/src/downloadmanagers/fancy.cpp:226:26: style: The scope of the variable 'newline' can be reduced. [variableScope]
e2guardian-5.1/src/downloadmanagers/fancy.cpp:243:25: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
e2guardian-5.1/src/downloadmanagers/fancy.cpp:61:17: performance: Technically the member function 'fancydm::timestring' can be static. [functionStatic]
e2guardian-5.1/src/downloadmanagers/fancy.cpp:483:22: note: Technically the member function 'fancydm::timestring' can be static.
e2guardian-5.1/src/downloadmanagers/fancy.cpp:61:17: note: Technically the member function 'fancydm::timestring' can be static.
e2guardian-5.1/src/downloadmanagers/fancy.cpp:63:12: performance: Technically the member function 'fancydm::bytestring' can be static. [functionStatic]
e2guardian-5.1/src/downloadmanagers/fancy.cpp:493:17: note: Technically the member function 'fancydm::bytestring' can be static.
e2guardian-5.1/src/downloadmanagers/fancy.cpp:63:12: note: Technically the member function 'fancydm::bytestring' can be static.
e2guardian-5.1/src/downloadmanagers/fancy.cpp:34:5: style: Class 'fancydm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
e2guardian-5.1/src/downloadmanagers/fancy.cpp:36:9: style: The function 'in' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
e2guardian-5.1/src/DownloadManager.hpp:49:17: note: Virtual function in base class
e2guardian-5.1/src/downloadmanagers/fancy.cpp:36:9: note: Function in derived class
e2guardian-5.1/src/downloadmanagers/fancy.cpp:39:9: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
e2guardian-5.1/src/DownloadManager.hpp:39:17: note: Virtual function in base class
e2guardian-5.1/src/downloadmanagers/fancy.cpp:39:9: note: Function in derived class
e2guardian-5.1/src/downloadmanagers/fancy.cpp:41:10: style: The function 'sendLink' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
e2guardian-5.1/src/DownloadManager.hpp:54:18: note: Virtual function in base class
e2guardian-5.1/src/downloadmanagers/fancy.cpp:41:10: note: Function in derived class
e2guardian-5.1/src/downloadmanagers/trickle.cpp:35:5: style: Class 'trickledm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
e2guardian-5.1/src/downloadmanagers/trickle.cpp:37:9: style: The function 'in' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
e2guardian-5.1/src/DownloadManager.hpp:49:17: note: Virtual function in base class
e2guardian-5.1/src/downloadmanagers/trickle.cpp:37:9: note: Function in derived class
[17:02]

ftp://ftp.se.debian.org/debian/pool/main/e/e2ps/e2ps_4.34.orig.tar.gz
e2ps-4.34/e2ps.c:69:10: style: The scope of the variable 'ftmp' can be reduced. [variableScope]
e2ps-4.34/e2ps.c:958:7: style: The scope of the variable 'i' can be reduced. [variableScope]
e2ps-4.34/e2ps.c:1078:8: style: The scope of the variable 'sStr' can be reduced. [variableScope]
e2ps-4.34/e2ps.c:1424:5: style: Variable 'sTmp' is assigned a value that is never used. [unreadVariable]
e2ps-4.34/e2ps.c:1417:2: style: Variable 'uStart' is assigned a value that is never used. [unreadVariable]
e2ps-4.34/e2ps.c:1480:5: style: Variable 'sTmp' is assigned a value that is never used. [unreadVariable]
e2ps-4.34/ps-font.c:14:0: error: No pair for character ("). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
e2ps-4.34/wtkf.c:200:14: error: Common realloc mistake: 'tmp' nulled but not freed upon failure [memleakOnRealloc]
e2ps-4.34/wtkf.c:311:14: error: Common realloc mistake: 'tmp' nulled but not freed upon failure [memleakOnRealloc]
[17:02]

ftp://ftp.se.debian.org/debian/pool/main/e/e2tools/e2tools_0.0.16.orig.tar.gz
e2tools-0.0.16/copy.c:260:10: style: The scope of the variable 'cur_file_name' can be reduced. [variableScope]
e2tools-0.0.16/copy.c:263:7: style: The scope of the variable 'num_files' can be reduced. [variableScope]
e2tools-0.0.16/copy.c:268:17: style: The scope of the variable 'xref' can be reduced. [variableScope]
e2tools-0.0.16/copy.c:269:7: style: The scope of the variable 'tmp_val' can be reduced. [variableScope]
e2tools-0.0.16/copy.c:634:7: style: The scope of the variable 'retval' can be reduced. [variableScope]
e2tools-0.0.16/copy.c:636:7: style: The scope of the variable 'new_dir' can be reduced. [variableScope]
e2tools-0.0.16/copy.c:973:15: style: The scope of the variable 'tmpstr' can be reduced. [variableScope]
e2tools-0.0.16/copy.c:991:8: style: The scope of the variable 'retval' can be reduced. [variableScope]
e2tools-0.0.16/copy.c:1025:8: style: The scope of the variable 'c' can be reduced. [variableScope]
e2tools-0.0.16/copy.c:1097:17: style: The scope of the variable 'xref' can be reduced. [variableScope]
e2tools-0.0.16/copy.c:1125:17: style: The scope of the variable 'x_node' can be reduced. [variableScope]
e2tools-0.0.16/copy.c:1011:11: warning: The buffer 'cur_out_dir' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
e2tools-0.0.16/copy.c:1131:7: error: Memory leak: xref [memleak]
e2tools-0.0.16/elist.c:141:7: style: The scope of the variable 'c' can be reduced. [variableScope]
e2tools-0.0.16/elist.c:144:10: style: The scope of the variable 'dptr' can be reduced. [variableScope]
e2tools-0.0.16/elist.c:82:12: style: Unused variable: n [unusedVariable]
e2tools-0.0.16/ls.c:339:8: style: The scope of the variable 'last_type' can be reduced. [variableScope]
e2tools-0.0.16/ls.c:626:14: style: The scope of the variable 'tm_p' can be reduced. [variableScope]
e2tools-0.0.16/ls.c:1027:14: style: The scope of the variable 'cd' can be reduced. [variableScope]
e2tools-0.0.16/ls.c:146:21: style: Unused variable: inode [unusedVariable]
e2tools-0.0.16/ls.c:1026:12: style: Unused variable: next [unusedVariable]
e2tools-0.0.16/ls.c:1028:14: style: Unused variable: nd [unusedVariable]
e2tools-0.0.16/ls.c:205:7: error: Memory leak: file_info [memleak]
e2tools-0.0.16/mkdir.c:359:23: warning: %d in format string (no. 3) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
e2tools-0.0.16/mkdir.c:417:11: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
e2tools-0.0.16/mkdir.c:287:7: style: The scope of the variable 'len' can be reduced. [variableScope]
e2tools-0.0.16/mkdir.c:288:8: style: The scope of the variable 'c' can be reduced. [variableScope]
e2tools-0.0.16/mkdir.c:284:9: style: Unused variable: name [unusedVariable]
e2tools-0.0.16/mv.c:99:9: style: The scope of the variable 'result_name' can be reduced. [variableScope]
e2tools-0.0.16/mv.c:298:8: style: The scope of the variable 'retval' can be reduced. [variableScope]
e2tools-0.0.16/progress.c:157:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
e2tools-0.0.16/progress.c:84:7: style: The scope of the variable 'len' can be reduced. [variableScope]
e2tools-0.0.16/read.c:109:7: style: Unused variable: fd [unusedVariable]
e2tools-0.0.16/rm.c:357:59: style: Function 'rm_regex_proc' argument 7 names different: declaration 'private' definition 'arg'. [funcArgNamesDifferent]
e2tools-0.0.16/rm.c:64:59: note: Function 'rm_regex_proc' argument 7 names different: declaration 'private' definition 'arg'.
e2tools-0.0.16/rm.c:357:59: note: Function 'rm_regex_proc' argument 7 names different: declaration 'private' definition 'arg'.
e2tools-0.0.16/tail.c:112:7: style: The scope of the variable 'verbose' can be reduced. [variableScope]
e2tools-0.0.16/tail.c:253:9: style: The scope of the variable 'ptr' can be reduced. [variableScope]
e2tools-0.0.16/tail.c:240:19: style: Function 'tail' argument 1 names different: declaration 'fs' definition 'fs_ptr'. [funcArgNamesDifferent]
e2tools-0.0.16/tail.c:67:19: note: Function 'tail' argument 1 names different: declaration 'fs' definition 'fs_ptr'.
e2tools-0.0.16/tail.c:240:19: note: Function 'tail' argument 1 names different: declaration 'fs' definition 'fs_ptr'.
e2tools-0.0.16/util.c:282:25: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
e2tools-0.0.16/write.c:331:9: style: The scope of the variable 'ptr' can be reduced. [variableScope]
[17:02]

ftp://ftp.se.debian.org/debian/pool/main/e/e2wm/e2wm_1.4.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/e3/e3_2.71.orig.tar.gz
e3_2.71.orig/e3c/e3.c:21:0: error: #error "Sorry, but I need GNU C." [preprocessorErrorDirective]
[17:02]

ftp://ftp.se.debian.org/debian/pool/main/e/ea-utils/ea-utils_1.1.2+dfsg.orig.tar.xz
ea-utils.1.1.2-686/bam.c:316:51: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
ea-utils.1.1.2-686/bam.c:317:52: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
ea-utils.1.1.2-686/bam.c:333:55: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
ea-utils.1.1.2-686/bam.c:88:2: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
ea-utils.1.1.2-686/bam.c:86:0: note: Variable 'i' is reassigned a value before the old one has been used.
ea-utils.1.1.2-686/bam.c:88:2: note: Variable 'i' is reassigned a value before the old one has been used.
ea-utils.1.1.2-686/bam.c:327:25: style: Same expression on both sides of '||'. [duplicateExpression]
ea-utils.1.1.2-686/bam.c:65:10: style: The scope of the variable 'i' can be reduced. [variableScope]
ea-utils.1.1.2-686/bam.c:194:26: style: The scope of the variable 'i' can be reduced. [variableScope]
ea-utils.1.1.2-686/bam.c:228:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ea-utils.1.1.2-686/bam.c:430:13: style: The scope of the variable 'c' can be reduced. [variableScope]
ea-utils.1.1.2-686/bam.c:128:2: warning: The buffer 'buf' is not null-terminated after the call to strncpy(). [bufferNotZeroTerminated]
ea-utils.1.1.2-686/bam.c:128:2: warning: The buffer 'buf' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
ea-utils.1.1.2-686/bam_aux.c:177:27: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
ea-utils.1.1.2-686/bam_aux.c:186:27: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
ea-utils.1.1.2-686/bam_cat.c:77:11: style: The scope of the variable 'fp_file' can be reduced. [variableScope]
ea-utils.1.1.2-686/bam_import.c:179:13: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
ea-utils.1.1.2-686/bam_import.c:186:9: portability: %ld in format string (no. 3) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
ea-utils.1.1.2-686/bam_import.c:186:9: portability: %ld in format string (no. 4) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
ea-utils.1.1.2-686/bam_import.c:415:6: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
ea-utils.1.1.2-686/bam_import.c:420:6: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
ea-utils.1.1.2-686/bam_import.c:456:61: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
ea-utils.1.1.2-686/bam_import.c:74:20: style: The scope of the variable 's' can be reduced. [variableScope]
ea-utils.1.1.2-686/bam_import.c:287:9: style: The scope of the variable 's' can be reduced. [variableScope]
ea-utils.1.1.2-686/bam_import.c:288:7: style: The scope of the variable 'i' can be reduced. [variableScope]
ea-utils.1.1.2-686/bam_import.c:288:10: style: The scope of the variable 'op' can be reduced. [variableScope]
ea-utils.1.1.2-686/bam_import.c:289:8: style: The scope of the variable 'x' can be reduced. [variableScope]
ea-utils.1.1.2-686/bam_import.c:84:4: error: Common realloc mistake: 'list' nulled but not freed upon failure [memleakOnRealloc]
ea-utils.1.1.2-686/bam_index.c:192:4: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ea-utils.1.1.2-686/bam_index.c:544:4: warning: %llu in format string (no. 1) requires 'unsigned long long' but the argument type is 'signed long long'. [invalidPrintfArgType_uint]
ea-utils.1.1.2-686/bam_index.c:544:4: warning: %llu in format string (no. 2) requires 'unsigned long long' but the argument type is 'signed long long'. [invalidPrintfArgType_uint]
ea-utils.1.1.2-686/bam_index.c:548:2: warning: %llu in format string (no. 1) requires 'unsigned long long' but the argument type is 'signed long long'. [invalidPrintfArgType_uint]
ea-utils.1.1.2-686/bam_index.c:94:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ea-utils.1.1.2-686/bam_index.c:560:12: error: Expression 'list[i++]=0' depends on order of evaluation of side effects [unknownEvaluationOrder]
ea-utils.1.1.2-686/bam_index.c:415:0: error: Deallocating a deallocated pointer: fp [deallocDealloc]
ea-utils.1.1.2-686/bam_index.c:468:0: error: Memory leak: fnidx [memleak]
ea-utils.1.1.2-686/bam_md.c:30:10: style: The scope of the variable 'old_nm_i' can be reduced. [variableScope]
ea-utils.1.1.2-686/bam_md.c:70:8: style: The scope of the variable 'j' can be reduced. [variableScope]
ea-utils.1.1.2-686/bam_pileup.c:75:9: style: The scope of the variable 'is_head' can be reduced. [variableScope]
ea-utils.1.1.2-686/bam_pileup.c:94:7: style: The scope of the variable 'op' can be reduced. [variableScope]
ea-utils.1.1.2-686/bam_reheader.c:17:8: style: Variable 'old' is assigned a value that is never used. [unreadVariable]
ea-utils.1.1.2-686/bam_sort.c:444:11: style: The scope of the variable 'i' can be reduced. [variableScope]
ea-utils.1.1.2-686/bam_sort.c:469:4: error: Common realloc mistake: 'buf' nulled but not freed upon failure [memleakOnRealloc]
ea-utils.1.1.2-686/bgzf.c:572:11: style: The scope of the variable 'count' can be reduced. [variableScope]
ea-utils.1.1.2-686/bgzf.c:572:18: style: The scope of the variable 'block_length' can be reduced. [variableScope]
ea-utils.1.1.2-686/bgzf.c:409:8: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
ea-utils.1.1.2-686/bgzf.c:578:11: style: Variable 'count' is assigned a value that is never used. [unreadVariable]
ea-utils.1.1.2-686/bgzf.c:585:39: error: Used file that is not opened. [useClosedFile]
ea-utils.1.1.2-686/bgzf.c:585:39: error: Resource handle 'fp' freed twice. [doubleFree]
ea-utils.1.1.2-686/faidx.c:381:10: style: The scope of the variable 's' can be reduced. [variableScope]
ea-utils.1.1.2-686/faidx.c:93:6: error: Common realloc mistake: 'name' nulled but not freed upon failure [memleakOnRealloc]
ea-utils.1.1.2-686/fastq-clipper.c:50:7: style: The scope of the variable 'eol' can be reduced. [variableScope]
ea-utils.1.1.2-686/fastq-clipper.c:236:0: error: Resource leak: fout [resourceLeak]
ea-utils.1.1.2-686/fastq-join.c:148:30: warning: Either the condition '!orep' is redundant or there is possible null pointer dereference: orep. [nullPointerRedundantCheck]
ea-utils.1.1.2-686/fastq-join.c:149:21: note: Assuming that condition '!orep' is not redundant
ea-utils.1.1.2-686/fastq-join.c:148:30: note: Null pointer dereference
ea-utils.1.1.2-686/fastq-join.c:45:6: style: The scope of the variable 'threads' can be reduced. [variableScope]
ea-utils.1.1.2-686/fastq-join.c:151:0: error: Resource leak: frep [resourceLeak]
ea-utils.1.1.2-686/fastq-lib.cpp:99:26: style: Function 'gzopen' argument 1 names different: declaration 'in' definition 'f'. [funcArgNamesDifferent]
ea-utils.1.1.2-686/fastq-lib.h:90:26: note: Function 'gzopen' argument 1 names different: declaration 'in' definition 'f'.
ea-utils.1.1.2-686/fastq-lib.cpp:99:26: note: Function 'gzopen' argument 1 names different: declaration 'in' definition 'f'.
ea-utils.1.1.2-686/fastq-lib.cpp:99:41: style: Function 'gzopen' argument 2 names different: declaration 'mode' definition 'm'. [funcArgNamesDifferent]
ea-utils.1.1.2-686/fastq-lib.h:90:42: note: Function 'gzopen' argument 2 names different: declaration 'mode' definition 'm'.
ea-utils.1.1.2-686/fastq-lib.cpp:99:41: note: Function 'gzopen' argument 2 names different: declaration 'mode' definition 'm'.
ea-utils.1.1.2-686/fastq-lib.cpp:184:25: style: Function 'revcomp' argument 1 names different: declaration 'dest' definition 'd'. [funcArgNamesDifferent]
ea-utils.1.1.2-686/fastq-lib.h:111:25: note: Function 'revcomp' argument 1 names different: declaration 'dest' definition 'd'.
ea-utils.1.1.2-686/fastq-lib.cpp:184:25: note: Function 'revcomp' argument 1 names different: declaration 'dest' definition 'd'.
ea-utils.1.1.2-686/fastq-lib.cpp:184:39: style: Function 'revcomp' argument 2 names different: declaration 'src' definition 's'. [funcArgNamesDifferent]
ea-utils.1.1.2-686/fastq-lib.h:111:42: note: Function 'revcomp' argument 2 names different: declaration 'src' definition 's'.
ea-utils.1.1.2-686/fastq-lib.cpp:184:39: note: Function 'revcomp' argument 2 names different: declaration 'src' definition 's'.
ea-utils.1.1.2-686/fastq-lib.cpp:221:25: style: Function 'free_fq' argument 1 names different: declaration 'fq' definition 'f'. [funcArgNamesDifferent]
ea-utils.1.1.2-686/fastq-lib.h:73:25: note: Function 'free_fq' argument 1 names different: declaration 'fq' definition 'f'.
ea-utils.1.1.2-686/fastq-lib.cpp:221:25: note: Function 'free_fq' argument 1 names different: declaration 'fq' definition 'f'.
ea-utils.1.1.2-686/fastq-lib.cpp:41:22: warning: Storing fgetc() return value in char variable and then comparing with EOF. [checkCastIntToCharAndBack]
ea-utils.1.1.2-686/fastq-lib.cpp:49:7: warning: Storing fgetc() return value in char variable and then comparing with EOF. [checkCastIntToCharAndBack]
ea-utils.1.1.2-686/fastq-mcf.c:88:0: error: Code 'classadjustment{' is invalid C code. Use --std or --language to configure the language. [syntaxError]
ea-utils.1.1.2-686/fastq-multx.c:760:35: warning: Either the condition '!p' is redundant or there is overflow in pointer subtraction. [nullPointerArithmeticRedundantCheck]
ea-utils.1.1.2-686/fastq-multx.c:758:8: note: Assuming that condition '!p' is not redundant
ea-utils.1.1.2-686/fastq-multx.c:760:35: note: Null pointer subtraction
ea-utils.1.1.2-686/fastq-multx.c:761:18: warning: Either the condition '!p' is redundant or there is overflow in pointer subtraction. [nullPointerArithmeticRedundantCheck]
ea-utils.1.1.2-686/fastq-multx.c:758:8: note: Assuming that condition '!p' is not redundant
ea-utils.1.1.2-686/fastq-multx.c:761:18: note: Null pointer subtraction
ea-utils.1.1.2-686/fastq-multx.c:763:26: warning: Either the condition '!p' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
ea-utils.1.1.2-686/fastq-multx.c:758:8: note: Assuming that condition '!p' is not redundant
ea-utils.1.1.2-686/fastq-multx.c:763:26: note: Null pointer addition
ea-utils.1.1.2-686/fastq-multx.c:822:0: style: Same expression used in consecutive assignments of 'bestmm' and 'bestd'. [duplicateAssignExpression]
ea-utils.1.1.2-686/fastq-multx.c:822:0: note: Same expression used in consecutive assignments of 'bestmm' and 'bestd'.
ea-utils.1.1.2-686/fastq-multx.c:822:0: note: Same expression used in consecutive assignments of 'bestmm' and 'bestd'.
ea-utils.1.1.2-686/fastq-multx.c:277:56: style: The scope of the variable 'ns' can be reduced. [variableScope]
ea-utils.1.1.2-686/fastq-multx.c:122:14: warning: Label 't' is not used. Should this be a 'case' of the enclosing switch()? [unusedLabelSwitch]
ea-utils.1.1.2-686/fastq-multx.c:223:0: error: Memory leak: bcg [memleak]
ea-utils.1.1.2-686/fastq-stats.cpp:603:6: style: Unused variable: n [unusedVariable]
ea-utils.1.1.2-686/fastq-stats.cpp:357:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ea-utils.1.1.2-686/fastq-stats.cpp:387:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ea-utils.1.1.2-686/fastq-stats.cpp:96:40: performance: Variable 'seq' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ea-utils.1.1.2-686/fastq-stats.cpp:525:11: error: When len_i==vlen.size(), vlen[len_i] is out of bounds. [stlOutOfBounds]
ea-utils.1.1.2-686/fastq-stats.cpp:526:42: error: When len_i==vlen.size(), vlen[len_i] is out of bounds. [stlOutOfBounds]
ea-utils.1.1.2-686/fastq-stats.cpp:355:18: error: Iterator 'it' used after element has been erased. [eraseDereference]
ea-utils.1.1.2-686/fastq-stats.cpp:357:7: note: Iterator 'it' used after element has been erased.
ea-utils.1.1.2-686/fastq-stats.cpp:355:18: note: Iterator 'it' used after element has been erased.
ea-utils.1.1.2-686/fastq-stats.cpp:367:37: error: Uninitialized variable: isgz [uninitvar]
ea-utils.1.1.2-686/fastq-stats.cpp:608:17: error: Using reference 'fmt' as parameter for va_start() results in undefined behaviour. [va_start_referencePassed]
ea-utils.1.1.2-686/gcModel.c:28:0: error: Code 'using namespace std' is invalid C code. Use --std or --language to configure the language. [syntaxError]
ea-utils.1.1.2-686/kaln.c:418:15: style: Variable 'end' is reassigned a value before the old one has been used. [redundantAssignment]
ea-utils.1.1.2-686/kaln.c:415:0: note: Variable 'end' is reassigned a value before the old one has been used.
ea-utils.1.1.2-686/kaln.c:418:15: note: Variable 'end' is reassigned a value before the old one has been used.
ea-utils.1.1.2-686/kaln.c:205:17: style: The scope of the variable 'max' can be reduced. [variableScope]
ea-utils.1.1.2-686/kaln.c:206:10: style: The scope of the variable 'type' can be reduced. [variableScope]
ea-utils.1.1.2-686/kaln.c:206:16: style: The scope of the variable 'ctype' can be reduced. [variableScope]
ea-utils.1.1.2-686/knetfile.c:189:26: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ea-utils.1.1.2-686/knetfile.c:520:29: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ea-utils.1.1.2-686/kprobaln.c:219:12: style: Variable 'is_diff' is assigned a value that is never used. [unreadVariable]
ea-utils.1.1.2-686/kprobaln.c:173:0: error: Memory leak: b [memleak]
ea-utils.1.1.2-686/kstring.c:74:29: error: Common realloc mistake: 'offsets' nulled but not freed upon failure [memleakOnRealloc]
ea-utils.1.1.2-686/kstring.c:80:51: error: Common realloc mistake: 'offsets' nulled but not freed upon failure [memleakOnRealloc]
ea-utils.1.1.2-686/padding.c:76:7: style: The scope of the variable 'base' can be reduced. [variableScope]
ea-utils.1.1.2-686/padding.c:110:7: style: The scope of the variable 'base' can be reduced. [variableScope]
ea-utils.1.1.2-686/padding.c:159:15: style: The scope of the variable 'n2' can be reduced. [variableScope]
ea-utils.1.1.2-686/padding.c:321:13: style: The scope of the variable 'unpadded_len' can be reduced. [variableScope]
ea-utils.1.1.2-686/padding.c:195:4: error: Common realloc mistake: 'cigar2' nulled but not freed upon failure [memleakOnRealloc]
ea-utils.1.1.2-686/padding.c:220:5: error: Common realloc mistake: 'cigar2' nulled but not freed upon failure [memleakOnRealloc]
ea-utils.1.1.2-686/padding.c:222:5: error: Common realloc mistake: 'cigar2' nulled but not freed upon failure [memleakOnRealloc]
ea-utils.1.1.2-686/padding.c:224:6: error: Common realloc mistake: 'cigar2' nulled but not freed upon failure [memleakOnRealloc]
ea-utils.1.1.2-686/padding.c:233:12: error: Common realloc mistake: 'cigar2' nulled but not freed upon failure [memleakOnRealloc]
ea-utils.1.1.2-686/padding.c:238:6: error: Common realloc mistake: 'cigar2' nulled but not freed upon failure [memleakOnRealloc]
ea-utils.1.1.2-686/padding.c:242:4: error: Common realloc mistake: 'cigar2' nulled but not freed upon failure [memleakOnRealloc]
ea-utils.1.1.2-686/padding.c:244:5: error: Common realloc mistake: 'cigar2' nulled but not freed upon failure [memleakOnRealloc]
ea-utils.1.1.2-686/padding.c:247:6: error: Common realloc mistake: 'cigar2' nulled but not freed upon failure [memleakOnRealloc]
ea-utils.1.1.2-686/padding.c:249:5: error: Common realloc mistake: 'cigar2' nulled but not freed upon failure [memleakOnRealloc]
ea-utils.1.1.2-686/phase.c:416:3: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ea-utils.1.1.2-686/phase.c:422:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ea-utils.1.1.2-686/phase.c:422:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ea-utils.1.1.2-686/phase.c:422:3: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ea-utils.1.1.2-686/phase.c:422:3: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ea-utils.1.1.2-686/phase.c:114:27: style: The scope of the variable 'max' can be reduced. [variableScope]
ea-utils.1.1.2-686/phase.c:189:6: error: Common realloc mistake: 'left' nulled but not freed upon failure [memleakOnRealloc]
ea-utils.1.1.2-686/phase.c:190:6: error: Common realloc mistake: 'rght' nulled but not freed upon failure [memleakOnRealloc]
ea-utils.1.1.2-686/phase.c:268:5: error: Common realloc mistake: 'list' nulled but not freed upon failure [memleakOnRealloc]
ea-utils.1.1.2-686/phase.c:630:4: error: Common realloc mistake: 'cns' nulled but not freed upon failure [memleakOnRealloc]
ea-utils.1.1.2-686/razf.c:93:10: style: The scope of the variable 'i' can be reduced. [variableScope]
ea-utils.1.1.2-686/razf.c:116:10: style: The scope of the variable 'i' can be reduced. [variableScope]
ea-utils.1.1.2-686/razf.c:192:6: style: The scope of the variable 'tout' can be reduced. [variableScope]
ea-utils.1.1.2-686/razf.c:214:11: style: The scope of the variable 'tout' can be reduced. [variableScope]
ea-utils.1.1.2-686/razf.c:247:11: style: The scope of the variable 'tout' can be reduced. [variableScope]
ea-utils.1.1.2-686/razf.c:290:16: style: The scope of the variable 'n' can be reduced. [variableScope]
ea-utils.1.1.2-686/razf.c:317:24: style: The scope of the variable 'len' can be reduced. [variableScope]
ea-utils.1.1.2-686/razf.c:534:10: style: The scope of the variable 'n' can be reduced. [variableScope]
ea-utils.1.1.2-686/razf.c:566:11: style: The scope of the variable 'tin' can be reduced. [variableScope]
ea-utils.1.1.2-686/razf.c:283:9: portability: 'data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ea-utils.1.1.2-686/razf.c:297:8: portability: 'data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ea-utils.1.1.2-686/razf.c:631:10: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ea-utils.1.1.2-686/razf.c:637:10: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ea-utils.1.1.2-686/razf.c:46:13: style: struct member '_gz_header_s::xflags' is never used. [unusedStructMember]
ea-utils.1.1.2-686/razf.c:56:13: style: struct member '_gz_header_s::done' is never used. [unusedStructMember]
ea-utils.1.1.2-686/razip.c:82:53: warning: Found calculation inside sizeof(). [sizeofCalculation]
ea-utils.1.1.2-686/sam-stats.cpp:214:16: style: The scope of the variable 'newonly' can be reduced. [variableScope]
ea-utils.1.1.2-686/sam-stats.cpp:224:17: style: The scope of the variable 'prefix' can be reduced. [variableScope]
ea-utils.1.1.2-686/sam-stats.cpp:256:14: style: The scope of the variable 'stdv' can be reduced. [variableScope]
ea-utils.1.1.2-686/sam-stats.cpp:423:7: style: The scope of the variable 'phred' can be reduced. [variableScope]
ea-utils.1.1.2-686/sam-stats.cpp:582:21: style: The scope of the variable 'logd' can be reduced. [variableScope]
ea-utils.1.1.2-686/sam-stats.cpp:1055:12: style: Unused variable: n [unusedVariable]
ea-utils.1.1.2-686/sam-stats.cpp:305:25: warning: Either the condition 'c==-1' is redundant or ungetc() argument nr 1 can have invalid value. The value is -1 but the valid values are '0:255'. [invalidFunctionArg]
ea-utils.1.1.2-686/sam-stats.cpp:306:12: note: Assuming that condition 'c==-1' is not redundant
ea-utils.1.1.2-686/sam-stats.cpp:305:25: note: Invalid argument
ea-utils.1.1.2-686/sam-stats.cpp:585:36: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
ea-utils.1.1.2-686/sam-stats.cpp:104:10: style: Technically the member function 'cRunningStats::Mean' can be const. [functionConst]
ea-utils.1.1.2-686/sam-stats.cpp:107:10: style: Technically the member function 'cRunningStats::Variance' can be const. [functionConst]
ea-utils.1.1.2-686/sam-stats.cpp:109:10: style: Technically the member function 'cRunningStats::Kurtosis' can be const. [functionConst]
ea-utils.1.1.2-686/sam-stats.cpp:128:2: style: Class 'ibucket' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ea-utils.1.1.2-686/sam-stats.cpp:658:0: error: Resource leak: rnao [resourceLeak]
ea-utils.1.1.2-686/sam-stats.cpp:1060:21: error: Using reference 'fmt' as parameter for va_start() results in undefined behaviour. [va_start_referencePassed]
ea-utils.1.1.2-686/sam.c:95:9: style: The scope of the variable 'i' can be reduced. [variableScope]
ea-utils.1.1.2-686/sam_header.c:366:16: style: Redundant condition: If 'EXPR == '\t'', the comparison 'EXPR' is always true. [redundantCondition]
ea-utils.1.1.2-686/sam_header.c:390:20: style: Redundant condition: If 'EXPR == '\t'', the comparison 'EXPR' is always true. [redundantCondition]
ea-utils.1.1.2-686/sam_header.c:406:16: style: The scope of the variable 'tag' can be reduced. [variableScope]
ea-utils.1.1.2-686/sam_header.c:456:16: style: The scope of the variable 'tag' can be reduced. [variableScope]
ea-utils.1.1.2-686/sam_header.c:568:17: style: The scope of the variable 'hline' can be reduced. [variableScope]
ea-utils.1.1.2-686/sam_header.c:662:4: error: Common realloc mistake: 'ret' nulled but not freed upon failure [memleakOnRealloc]
ea-utils.1.1.2-686/tidx/fastq-lib.cpp:99:26: style: Function 'gzopen' argument 1 names different: declaration 'in' definition 'f'. [funcArgNamesDifferent]
ea-utils.1.1.2-686/tidx/fastq-lib.h:90:26: note: Function 'gzopen' argument 1 names different: declaration 'in' definition 'f'.
ea-utils.1.1.2-686/tidx/fastq-lib.cpp:99:26: note: Function 'gzopen' argument 1 names different: declaration 'in' definition 'f'.
ea-utils.1.1.2-686/tidx/fastq-lib.cpp:99:41: style: Function 'gzopen' argument 2 names different: declaration 'mode' definition 'm'. [funcArgNamesDifferent]
ea-utils.1.1.2-686/tidx/fastq-lib.h:90:42: note: Function 'gzopen' argument 2 names different: declaration 'mode' definition 'm'.
ea-utils.1.1.2-686/tidx/fastq-lib.cpp:99:41: note: Function 'gzopen' argument 2 names different: declaration 'mode' definition 'm'.
ea-utils.1.1.2-686/tidx/fastq-lib.cpp:184:25: style: Function 'revcomp' argument 1 names different: declaration 'dest' definition 'd'. [funcArgNamesDifferent]
ea-utils.1.1.2-686/tidx/fastq-lib.h:111:25: note: Function 'revcomp' argument 1 names different: declaration 'dest' definition 'd'.
ea-utils.1.1.2-686/tidx/fastq-lib.cpp:184:25: note: Function 'revcomp' argument 1 names different: declaration 'dest' definition 'd'.
ea-utils.1.1.2-686/tidx/fastq-lib.cpp:184:39: style: Function 'revcomp' argument 2 names different: declaration 'src' definition 's'. [funcArgNamesDifferent]
ea-utils.1.1.2-686/tidx/fastq-lib.h:111:42: note: Function 'revcomp' argument 2 names different: declaration 'src' definition 's'.
ea-utils.1.1.2-686/tidx/fastq-lib.cpp:184:39: note: Function 'revcomp' argument 2 names different: declaration 'src' definition 's'.
ea-utils.1.1.2-686/tidx/fastq-lib.cpp:221:25: style: Function 'free_fq' argument 1 names different: declaration 'fq' definition 'f'. [funcArgNamesDifferent]
ea-utils.1.1.2-686/tidx/fastq-lib.h:73:25: note: Function 'free_fq' argument 1 names different: declaration 'fq' definition 'f'.
ea-utils.1.1.2-686/tidx/fastq-lib.cpp:221:25: note: Function 'free_fq' argument 1 names different: declaration 'fq' definition 'f'.
ea-utils.1.1.2-686/tidx/fastq-lib.cpp:41:22: warning: Storing fgetc() return value in char variable and then comparing with EOF. [checkCastIntToCharAndBack]
ea-utils.1.1.2-686/tidx/fastq-lib.cpp:49:7: warning: Storing fgetc() return value in char variable and then comparing with EOF. [checkCastIntToCharAndBack]
ea-utils.1.1.2-686/tidx/tidx-lib.cpp:379:43: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
ea-utils.1.1.2-686/tidx/tidx-lib.cpp:267:13: portability: %ld in format string (no. 4) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
ea-utils.1.1.2-686/tidx/tidx-lib.cpp:337:20: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
ea-utils.1.1.2-686/tidx/tidx-lib.cpp:402:24: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
ea-utils.1.1.2-686/tidx/tidx-lib.cpp:405:20: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
ea-utils.1.1.2-686/tidx/tidx-lib.cpp:297:23: warning: Either the condition '!fin' is redundant or there is possible null pointer dereference: fin. [nullPointerRedundantCheck]
ea-utils.1.1.2-686/tidx/tidx-lib.cpp:277:9: note: Assuming that condition '!fin' is not redundant
ea-utils.1.1.2-686/tidx/tidx-lib.cpp:297:23: note: Null pointer dereference
ea-utils.1.1.2-686/tidx/tidx-lib.cpp:241:29: style: Function 'read' argument 1 names different: declaration 'path' definition 'in'. [funcArgNamesDifferent]
ea-utils.1.1.2-686/tidx/tidx.h:24:27: note: Function 'read' argument 1 names different: declaration 'path' definition 'in'.
ea-utils.1.1.2-686/tidx/tidx-lib.cpp:241:29: note: Function 'read' argument 1 names different: declaration 'path' definition 'in'.
ea-utils.1.1.2-686/tidx/tidx-lib.cpp:260:23: style: Function 'dump' argument 1 names different: declaration 'stream' definition 'fh'. [funcArgNamesDifferent]
ea-utils.1.1.2-686/tidx/tidx.h:23:21: note: Function 'dump' argument 1 names different: declaration 'stream' definition 'fh'.
ea-utils.1.1.2-686/tidx/tidx-lib.cpp:260:23: note: Function 'dump' argument 1 names different: declaration 'stream' definition 'fh'.
ea-utils.1.1.2-686/tidx/tidx-lib.cpp:274:30: style: Function 'build' argument 1 names different: declaration 'path' definition 'in'. [funcArgNamesDifferent]
ea-utils.1.1.2-686/tidx/tidx.h:25:28: note: Function 'build' argument 1 names different: declaration 'path' definition 'in'.
ea-utils.1.1.2-686/tidx/tidx-lib.cpp:274:30: note: Function 'build' argument 1 names different: declaration 'path' definition 'in'.
ea-utils.1.1.2-686/tidx/tidx-lib.cpp:433:29: style: Function 'tidx_build' argument 1 names different: declaration 'path' definition 'file'. [funcArgNamesDifferent]
ea-utils.1.1.2-686/tidx/tidx.h:42:29: note: Function 'tidx_build' argument 1 names different: declaration 'path' definition 'file'.
ea-utils.1.1.2-686/tidx/tidx-lib.cpp:433:29: note: Function 'tidx_build' argument 1 names different: declaration 'path' definition 'file'.
ea-utils.1.1.2-686/tidx/tidx-lib.cpp:433:56: style: Function 'tidx_build' argument 3 names different: declaration 'nchr' definition 'chr'. [funcArgNamesDifferent]
ea-utils.1.1.2-686/tidx/tidx.h:42:56: note: Function 'tidx_build' argument 3 names different: declaration 'nchr' definition 'chr'.
ea-utils.1.1.2-686/tidx/tidx-lib.cpp:433:56: note: Function 'tidx_build' argument 3 names different: declaration 'nchr' definition 'chr'.
ea-utils.1.1.2-686/tidx/tidx-lib.cpp:433:65: style: Function 'tidx_build' argument 4 names different: declaration 'nbeg' definition 'beg'. [funcArgNamesDifferent]
ea-utils.1.1.2-686/tidx/tidx.h:42:66: note: Function 'tidx_build' argument 4 names different: declaration 'nbeg' definition 'beg'.
ea-utils.1.1.2-686/tidx/tidx-lib.cpp:433:65: note: Function 'tidx_build' argument 4 names different: declaration 'nbeg' definition 'beg'.
ea-utils.1.1.2-686/tidx/tidx-lib.cpp:433:74: style: Function 'tidx_build' argument 5 names different: declaration 'nend' definition 'end'. [funcArgNamesDifferent]
ea-utils.1.1.2-686/tidx/tidx.h:42:76: note: Function 'tidx_build' argument 5 names different: declaration 'nend' definition 'end'.
ea-utils.1.1.2-686/tidx/tidx-lib.cpp:433:74: note: Function 'tidx_build' argument 5 names different: declaration 'nend' definition 'end'.
ea-utils.1.1.2-686/tidx/tidx-lib.cpp:193:12: style: Unused variable: line [unusedVariable]
ea-utils.1.1.2-686/tidx/tidx-lib.cpp:216:12: style: Unused variable: line [unusedVariable]
ea-utils.1.1.2-686/tidx/tidx.h:18:5: style: Class 'tidx' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ea-utils.1.1.2-686/tidx/tidx.cpp:149:33: warning: Either the condition '!ain' is redundant or there is possible null pointer dereference: ain. [nullPointerRedundantCheck]
ea-utils.1.1.2-686/tidx/tidx.cpp:96:20: note: Assuming that condition '!ain' is not redundant
ea-utils.1.1.2-686/tidx/tidx.cpp:149:33: note: Null pointer dereference
ea-utils.1.1.2-686/tidx/tidx.cpp:136:15: warning: Either the condition '!p' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
ea-utils.1.1.2-686/tidx/tidx.cpp:133:17: note: Assuming that condition '!p' is not redundant
ea-utils.1.1.2-686/tidx/tidx.cpp:136:15: note: Null pointer addition
ea-utils.1.1.2-686/tidx/tidx.cpp:25:10: style: The scope of the variable 'echo' can be reduced. [variableScope]
ea-utils.1.1.2-686/tidx/tidx.cpp:31:17: style: The scope of the variable 'trim' can be reduced. [variableScope]
ea-utils.1.1.2-686/tidx/tidx.cpp:116:13: style: The scope of the variable 'nl' can be reduced. [variableScope]
ea-utils.1.1.2-686/tidx/tidx.cpp:153:41: style: Variable 'nl' is modified but its new value is never used. [unreadVariable]
ea-utils.1.1.2-686/varcall.cpp:1584:3: warning: fprintf format string requires 4 parameters but 5 are given. [wrongPrintfScanfArgNum]
ea-utils.1.1.2-686/varcall.cpp:308:7: warning: Either the condition '!p' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
ea-utils.1.1.2-686/varcall.cpp:307:10: note: Assuming that condition '!p' is not redundant
ea-utils.1.1.2-686/varcall.cpp:308:7: note: Null pointer dereference
ea-utils.1.1.2-686/varcall.cpp:309:22: warning: Either the condition '!p' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
ea-utils.1.1.2-686/varcall.cpp:307:10: note: Assuming that condition '!p' is not redundant
ea-utils.1.1.2-686/varcall.cpp:309:22: note: Null pointer addition
ea-utils.1.1.2-686/varcall.cpp:379:14: style: The scope of the variable 'stdv' can be reduced. [variableScope]
ea-utils.1.1.2-686/varcall.cpp:503:15: style: The scope of the variable 'val' can be reduced. [variableScope]
ea-utils.1.1.2-686/varcall.cpp:605:13: style: Unsigned variable 'pos' can't be negative so it is unnecessary to test it. [unsignedPositive]
ea-utils.1.1.2-686/varcall.cpp:612:21: style: Function 'qnorm' argument 1 names different: declaration 'x' definition 'q'. [funcArgNamesDifferent]
ea-utils.1.1.2-686/varcall.cpp:76:21: note: Function 'qnorm' argument 1 names different: declaration 'x' definition 'q'.
ea-utils.1.1.2-686/varcall.cpp:612:21: note: Function 'qnorm' argument 1 names different: declaration 'x' definition 'q'.
ea-utils.1.1.2-686/varcall.cpp:782:55: style: Function 'PileupSummary' argument 2 names different: declaration 'reads' definition 'rds'. [funcArgNamesDifferent]
ea-utils.1.1.2-686/varcall.cpp:173:41: note: Function 'PileupSummary' argument 2 names different: declaration 'reads' definition 'rds'.
ea-utils.1.1.2-686/varcall.cpp:782:55: note: Function 'PileupSummary' argument 2 names different: declaration 'reads' definition 'rds'.
ea-utils.1.1.2-686/varcall.cpp:1010:43: style: Function 'Visit' argument 1 names different: declaration 'dat' definition 'p'. [funcArgNamesDifferent]
ea-utils.1.1.2-686/varcall.cpp:219:31: note: Function 'Visit' argument 1 names different: declaration 'dat' definition 'p'.
ea-utils.1.1.2-686/varcall.cpp:1010:43: note: Function 'Visit' argument 1 names different: declaration 'dat' definition 'p'.
ea-utils.1.1.2-686/varcall.cpp:1151:44: style: Function 'VisitX' argument 1 names different: declaration 'dat' definition 'p'. [funcArgNamesDifferent]
ea-utils.1.1.2-686/varcall.cpp:213:32: note: Function 'VisitX' argument 1 names different: declaration 'dat' definition 'p'.
ea-utils.1.1.2-686/varcall.cpp:1151:44: note: Function 'VisitX' argument 1 names different: declaration 'dat' definition 'p'.
ea-utils.1.1.2-686/varcall.cpp:1509:43: style: Function 'LoadIndex' argument 1 names different: declaration 'a' definition 'path'. [funcArgNamesDifferent]
ea-utils.1.1.2-686/varcall.cpp:189:36: note: Function 'LoadIndex' argument 1 names different: declaration 'a' definition 'path'.
ea-utils.1.1.2-686/varcall.cpp:1509:43: note: Function 'LoadIndex' argument 1 names different: declaration 'a' definition 'path'.
ea-utils.1.1.2-686/varcall.cpp:1543:43: style: Function 'Visit' argument 1 names different: declaration 'dat' definition 'p'. [funcArgNamesDifferent]
ea-utils.1.1.2-686/varcall.cpp:198:31: note: Function 'Visit' argument 1 names different: declaration 'dat' definition 'p'.
ea-utils.1.1.2-686/varcall.cpp:1543:43: note: Function 'Visit' argument 1 names different: declaration 'dat' definition 'p'.
ea-utils.1.1.2-686/varcall.cpp:416:29: style: Variable 'depth_qx' is assigned a value that is never used. [unreadVariable]
ea-utils.1.1.2-686/varcall.cpp:1112:13: style: Unused variable: i [unusedVariable]
ea-utils.1.1.2-686/varcall.cpp:1570:6: style: Unused variable: i [unusedVariable]
ea-utils.1.1.2-686/varcall.cpp:1663:12: style: Unused variable: n [unusedVariable]
ea-utils.1.1.2-686/varcall.cpp:1683:24: style: Unused variable: it [unusedVariable]
ea-utils.1.1.2-686/varcall.cpp:90:2: warning: Member variable 'Noise::qnoise' is not initialized in the constructor. [uninitMemberVar]
ea-utils.1.1.2-686/varcall.cpp:90:2: warning: Member variable 'Noise::mnqual' is not initialized in the constructor. [uninitMemberVar]
ea-utils.1.1.2-686/varcall.cpp:174:5: warning: Member variable 'PileupSummary::Depth' is not initialized in the constructor. [uninitMemberVar]
ea-utils.1.1.2-686/varcall.cpp:174:5: warning: Member variable 'PileupSummary::TotQual' is not initialized in the constructor. [uninitMemberVar]
ea-utils.1.1.2-686/varcall.cpp:174:5: warning: Member variable 'PileupSummary::NumReads' is not initialized in the constructor. [uninitMemberVar]
ea-utils.1.1.2-686/varcall.cpp:174:5: warning: Member variable 'PileupSummary::SkipN' is not initialized in the constructor. [uninitMemberVar]
ea-utils.1.1.2-686/varcall.cpp:174:5: warning: Member variable 'PileupSummary::SkipDupReads' is not initialized in the constructor. [uninitMemberVar]
ea-utils.1.1.2-686/varcall.cpp:174:5: warning: Member variable 'PileupSummary::SkipMinMapq' is not initialized in the constructor. [uninitMemberVar]
ea-utils.1.1.2-686/varcall.cpp:174:5: warning: Member variable 'PileupSummary::SkipMinQual' is not initialized in the constructor. [uninitMemberVar]
ea-utils.1.1.2-686/varcall.cpp:174:5: warning: Member variable 'PileupSummary::MaxDepthByPos' is not initialized in the constructor. [uninitMemberVar]
ea-utils.1.1.2-686/varcall.cpp:174:5: warning: Member variable 'PileupSummary::RepeatCount' is not initialized in the constructor. [uninitMemberVar]
ea-utils.1.1.2-686/varcall.cpp:174:5: warning: Member variable 'PileupSummary::RepeatBase' is not initialized in the constructor. [uninitMemberVar]
ea-utils.1.1.2-686/varcall.cpp:186:9: warning: Member variable 'PileupVisitor::AnnotType' is not initialized in the constructor. [uninitMemberVar]
ea-utils.1.1.2-686/varcall.cpp:128:14: error: No 'return' statement in non-void function causes undefined behavior. [operatorEqMissingReturnStatement]
ea-utils.1.1.2-686/varcall.cpp:133:10: style: Technically the member function 'vfinal::is_indel' can be const. [functionConst]
ea-utils.1.1.2-686/varcall.cpp:148:12: style: Technically the member function 'PileupReads::MeanReadLen' can be const. [functionConst]
ea-utils.1.1.2-686/varcall.cpp:127:5: style: Class 'vfinal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ea-utils.1.1.2-686/varcall.cpp:125:1: warning: The class 'vfinal' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
ea-utils.1.1.2-686/varcall.cpp:198:10: style: The function 'Visit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ea-utils.1.1.2-686/varcall.cpp:190:16: note: Virtual function in base class
ea-utils.1.1.2-686/varcall.cpp:198:10: note: Function in derived class
ea-utils.1.1.2-686/varcall.cpp:199:10: style: The function 'Finish' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ea-utils.1.1.2-686/varcall.cpp:191:16: note: Virtual function in base class
ea-utils.1.1.2-686/varcall.cpp:199:10: note: Function in derived class
ea-utils.1.1.2-686/varcall.cpp:219:10: style: The function 'Visit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ea-utils.1.1.2-686/varcall.cpp:190:16: note: Virtual function in base class
ea-utils.1.1.2-686/varcall.cpp:219:10: note: Function in derived class
ea-utils.1.1.2-686/varcall.cpp:220:10: style: The function 'Finish' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ea-utils.1.1.2-686/varcall.cpp:191:16: note: Virtual function in base class
ea-utils.1.1.2-686/varcall.cpp:220:10: note: Function in derived class
ea-utils.1.1.2-686/varcall.cpp:1682:33: performance: Function parameter 'str' should be passed by const reference. [passedByValue]
ea-utils.1.1.2-686/varcall.cpp:1089:9: error: Uninitialized variable: lrb [uninitvar]
ea-utils.1.1.2-686/varcall.cpp:1089:16: error: Uninitialized variable: rrb [uninitvar]
ea-utils.1.1.2-686/varcall.cpp:1668:19: error: Using reference 'fmt' as parameter for va_start() results in undefined behaviour. [va_start_referencePassed]
[17:02]

ftp://ftp.se.debian.org/debian/pool/main/e/eag-healpix/eag-healpix_2017.09.06.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/eancheck/eancheck_1.0.orig.tar.gz
[17:02]

ftp://ftp.se.debian.org/debian/pool/main/e/earlyoom/earlyoom_1.1.orig.tar.gz
earlyoom-1.1/kill.c:120:20: style: The scope of the variable 'd' can be reduced. [variableScope]
earlyoom-1.1/kill.c:171:17: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
earlyoom-1.1/main.c:232:5: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
earlyoom-1.1/main.c:232:5: warning: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
earlyoom-1.1/main.c:234:5: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
earlyoom-1.1/main.c:234:5: warning: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
earlyoom-1.1/main.c:265:13: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
earlyoom-1.1/main.c:265:13: warning: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
earlyoom-1.1/meminfo.c:59:16: style: The scope of the variable 'guesstimate_warned' can be reduced. [variableScope]
earlyoom-1.1/sanitize.c:8:10: style: The scope of the variable 'c' can be reduced. [variableScope]
[17:02]

ftp://ftp.se.debian.org/debian/pool/main/e/ears/ears_1.0.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/easy-format/easy-format_1.2.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/easy-rsa/easy-rsa_3.0.4.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/easybind/easybind_1.0.3.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/e/easychem/easychem_0.6.orig.tar.gz
easychem-0.6/bonds.c:1527:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
easychem-0.6/bonds.c:1545:11: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
easychem-0.6/bonds.c:1545:11: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
easychem-0.6/bonds.c:1556:11: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
easychem-0.6/bonds.c:1556:11: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
easychem-0.6/bonds.c:574:22: style: Same expression on both sides of '==' because the value of 'previous' and 'NULL' are the same. [duplicateExpression]
easychem-0.6/bonds.c:562:14: note: 'previous' is assigned value 'NULL' here.
easychem-0.6/bonds.c:574:22: note: Same expression on both sides of '==' because the value of 'previous' and 'NULL' are the same.
easychem-0.6/bonds.c:580:22: style: Same expression on both sides of '==' because the value of 'previous' and 'NULL' are the same. [duplicateExpression]
easychem-0.6/bonds.c:562:14: note: 'previous' is assigned value 'NULL' here.
easychem-0.6/bonds.c:580:22: note: Same expression on both sides of '==' because the value of 'previous' and 'NULL' are the same.
easychem-0.6/bonds.c:80:16: style: The scope of the variable 'current' can be reduced. [variableScope]
easychem-0.6/bonds.c:905:22: style: The scope of the variable 'dist2' can be reduced. [variableScope]
easychem-0.6/bonds.c:937:22: style: The scope of the variable 'dist2' can be reduced. [variableScope]
easychem-0.6/bonds.c:1579:7: style: The scope of the variable 'type' can be reduced. [variableScope]
easychem-0.6/bonds.c:2668:30: style: The scope of the variable 'i' can be reduced. [variableScope]
easychem-0.6/bonds.c:2668:33: style: The scope of the variable 'j' can be reduced. [variableScope]
easychem-0.6/bonds.c:2909:24: style: The scope of the variable 'parent2' can be reduced. [variableScope]
easychem-0.6/bonds.c:2909:36: style: The scope of the variable 'j' can be reduced. [variableScope]
easychem-0.6/bonds.c:2909:44: style: The scope of the variable 'k' can be reduced. [variableScope]
easychem-0.6/bonds.c:2910:7: style: The scope of the variable 'pos_begin' can be reduced. [variableScope]
easychem-0.6/bonds.c:2911:23: style: The scope of the variable 'str3' can be reduced. [variableScope]
easychem-0.6/bonds.c:1384:49: style: Function 'center_of_selection' argument 2 names different: declaration 'x' definition 'x_center'. [funcArgNamesDifferent]
easychem-0.6/bonds.h:47:61: note: Function 'center_of_selection' argument 2 names different: declaration 'x' definition 'x_center'.
easychem-0.6/bonds.c:1384:49: note: Function 'center_of_selection' argument 2 names different: declaration 'x' definition 'x_center'.
easychem-0.6/bonds.c:1384:67: style: Function 'center_of_selection' argument 3 names different: declaration 'y' definition 'y_center'. [funcArgNamesDifferent]
easychem-0.6/bonds.h:47:72: note: Function 'center_of_selection' argument 3 names different: declaration 'y' definition 'y_center'.
easychem-0.6/bonds.c:1384:67: note: Function 'center_of_selection' argument 3 names different: declaration 'y' definition 'y_center'.
easychem-0.6/bonds.c:1834:21: error: Uninitialized struct member: current_new.next [uninitStructMember]
easychem-0.6/bonds.c:2420:14: error: Uninitialized struct member: current.next [uninitStructMember]
easychem-0.6/dialogs.c:653:10: style: The scope of the variable 's' can be reduced. [variableScope]
easychem-0.6/dialogs.c:724:9: style: The scope of the variable 's' can be reduced. [variableScope]
easychem-0.6/dialogs.c:725:16: style: The scope of the variable 'row' can be reduced. [variableScope]
easychem-0.6/dialogs.c:728:34: style: The scope of the variable 'table' can be reduced. [variableScope]
easychem-0.6/dialogs.c:729:26: style: The scope of the variable 'menu' can be reduced. [variableScope]
easychem-0.6/dialogs.c:731:17: style: The scope of the variable 'attach' can be reduced. [variableScope]
easychem-0.6/dialogs.c:732:20: style: The scope of the variable 'old' can be reduced. [variableScope]
easychem-0.6/dialogs.c:908:10: style: The scope of the variable 's' can be reduced. [variableScope]
easychem-0.6/dialogs.c:954:3: style: Variable 'row' is modified but its new value is never used. [unreadVariable]
easychem-0.6/drawing.c:99:10: style: The scope of the variable 'tc' can be reduced. [variableScope]
easychem-0.6/drawing.c:99:14: style: The scope of the variable 't_first' can be reduced. [variableScope]
easychem-0.6/drawing.c:99:26: style: The scope of the variable 't_spacing' can be reduced. [variableScope]
easychem-0.6/drawing.c:277:16: style: The scope of the variable 'p_layout' can be reduced. [variableScope]
easychem-0.6/drawing.c:282:10: style: The scope of the variable 'x' can be reduced. [variableScope]
easychem-0.6/drawing.c:282:17: style: The scope of the variable 'y' can be reduced. [variableScope]
easychem-0.6/drawing.c:282:24: style: The scope of the variable 'r' can be reduced. [variableScope]
easychem-0.6/drawing.c:282:27: style: The scope of the variable 'cx' can be reduced. [variableScope]
easychem-0.6/drawing.c:282:31: style: The scope of the variable 'cy' can be reduced. [variableScope]
easychem-0.6/easychem.c:474:23: style: The scope of the variable 'label' can be reduced. [variableScope]
easychem-0.6/easychem.c:551:14: style: The scope of the variable 'dialog' can be reduced. [variableScope]
easychem-0.6/easychem.c:552:9: style: The scope of the variable 'file' can be reduced. [variableScope]
easychem-0.6/easychem.c:579:14: style: The scope of the variable 'dialog' can be reduced. [variableScope]
easychem-0.6/easychem.c:579:23: style: The scope of the variable 'label' can be reduced. [variableScope]
easychem-0.6/easychem.c:626:7: style: The scope of the variable 'len' can be reduced. [variableScope]
easychem-0.6/easychem.c:783:7: style: The scope of the variable 'vertical' can be reduced. [variableScope]
easychem-0.6/easychem.c:783:17: style: The scope of the variable 'horizontal' can be reduced. [variableScope]
easychem-0.6/easychem.c:957:10: style: The scope of the variable 'j' can be reduced. [variableScope]
easychem-0.6/easychem.c:1181:7: style: The scope of the variable 'x' can be reduced. [variableScope]
easychem-0.6/easychem.c:1181:10: style: The scope of the variable 'y' can be reduced. [variableScope]
easychem-0.6/easychem.c:1948:44: style: The scope of the variable 'new' can be reduced. [variableScope]
easychem-0.6/easychem.c:2075:14: style: The scope of the variable 'dialog' can be reduced. [variableScope]
easychem-0.6/easychem.c:2076:9: style: The scope of the variable 'file' can be reduced. [variableScope]
easychem-0.6/easychem.c:2937:10: style: The scope of the variable 'basename' can be reduced. [variableScope]
easychem-0.6/easychem.c:2938:9: style: The scope of the variable 'file' can be reduced. [variableScope]
easychem-0.6/export.c:1521:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
easychem-0.6/export.c:1557:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
easychem-0.6/export.c:1598:8: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
easychem-0.6/export.c:1605:8: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
easychem-0.6/export.c:1636:8: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
easychem-0.6/export.c:1639:8: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
easychem-0.6/export.c:1674:8: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
easychem-0.6/export.c:1677:8: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
easychem-0.6/export.c:1708:8: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
easychem-0.6/export.c:1711:8: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
easychem-0.6/export.c:1740:8: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
easychem-0.6/export.c:1743:8: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
easychem-0.6/export.c:1772:8: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
easychem-0.6/export.c:1775:8: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
easychem-0.6/export.c:1804:8: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
easychem-0.6/export.c:1807:8: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
easychem-0.6/export.c:1828:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
easychem-0.6/export.c:1830:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
easychem-0.6/export.c:1836:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
easychem-0.6/export.c:1846:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
easychem-0.6/export.c:1864:8: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
easychem-0.6/export.c:1876:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
easychem-0.6/export.c:1882:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
easychem-0.6/export.c:1888:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
easychem-0.6/export.c:1899:8: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
easychem-0.6/export.c:1906:8: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
easychem-0.6/export.c:1915:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
easychem-0.6/export.c:1927:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
easychem-0.6/export.c:1938:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
easychem-0.6/export.c:731:30: style: The scope of the variable 'i' can be reduced. [variableScope]
easychem-0.6/export.c:954:10: style: The scope of the variable 'tc' can be reduced. [variableScope]
easychem-0.6/export.c:954:14: style: The scope of the variable 't_first' can be reduced. [variableScope]
easychem-0.6/export.c:954:26: style: The scope of the variable 't_spacing' can be reduced. [variableScope]
easychem-0.6/export.c:991:12: style: The scope of the variable 'fonts' can be reduced. [variableScope]
easychem-0.6/export.c:992:10: style: The scope of the variable 'ex1' can be reduced. [variableScope]
easychem-0.6/export.c:992:15: style: The scope of the variable 'ey1' can be reduced. [variableScope]
easychem-0.6/export.c:992:20: style: The scope of the variable 'ex2' can be reduced. [variableScope]
easychem-0.6/export.c:992:25: style: The scope of the variable 'ey2' can be reduced. [variableScope]
easychem-0.6/export.c:992:30: style: The scope of the variable 'ex3' can be reduced. [variableScope]
easychem-0.6/export.c:992:35: style: The scope of the variable 'ey3' can be reduced. [variableScope]
easychem-0.6/export.c:992:48: style: The scope of the variable 'r' can be reduced. [variableScope]
easychem-0.6/export.c:1310:14: style: The scope of the variable 'dialog' can be reduced. [variableScope]
easychem-0.6/export.c:1389:14: style: The scope of the variable 'dialog' can be reduced. [variableScope]
easychem-0.6/export.c:1480:10: style: The scope of the variable 'tc' can be reduced. [variableScope]
easychem-0.6/export.c:1480:14: style: The scope of the variable 't_first' can be reduced. [variableScope]
easychem-0.6/export.c:1480:26: style: The scope of the variable 't_spacing' can be reduced. [variableScope]
easychem-0.6/export.c:1508:7: style: The scope of the variable 'ex1' can be reduced. [variableScope]
easychem-0.6/export.c:1508:12: style: The scope of the variable 'ey1' can be reduced. [variableScope]
easychem-0.6/export.c:1508:17: style: The scope of the variable 'ex2' can be reduced. [variableScope]
easychem-0.6/export.c:1508:22: style: The scope of the variable 'ey2' can be reduced. [variableScope]
easychem-0.6/export.c:1508:27: style: The scope of the variable 'ex3' can be reduced. [variableScope]
easychem-0.6/export.c:1508:32: style: The scope of the variable 'ey3' can be reduced. [variableScope]
easychem-0.6/export.c:1509:18: style: The scope of the variable 'r' can be reduced. [variableScope]
easychem-0.6/export.c:1977:14: style: The scope of the variable 'dialog' can be reduced. [variableScope]
[17:02]

ftp://ftp.se.debian.org/debian/pool/main/e/easyconf/easyconf_0.9.5.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/easygit/easygit_0.99.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/easyh10/easyh10_1.5.orig.tar.gz
easyh10-1.5/common/easyh10_database.c:94:3: style: Variable 'new_target' is reassigned a value before the old one has been used. [redundantAssignment]
easyh10-1.5/common/easyh10_database.c:87:0: note: Variable 'new_target' is reassigned a value before the old one has been used.
easyh10-1.5/common/easyh10_database.c:94:3: note: Variable 'new_target' is reassigned a value before the old one has been used.
easyh10-1.5/common/easyh10_database.c:874:0: error: Memory leak: array [memleak]
easyh10-1.5/common/easyh10_dump.c:48:2: style: Variable 'h10db' is reassigned a value before the old one has been used. [redundantAssignment]
easyh10-1.5/common/easyh10_dump.c:45:0: note: Variable 'h10db' is reassigned a value before the old one has been used.
easyh10-1.5/common/easyh10_dump.c:48:2: note: Variable 'h10db' is reassigned a value before the old one has been used.
easyh10-1.5/common/easyh10_playlist.c:413:3: style: Variable 'new_target' is reassigned a value before the old one has been used. [redundantAssignment]
easyh10-1.5/common/easyh10_playlist.c:404:0: note: Variable 'new_target' is reassigned a value before the old one has been used.
easyh10-1.5/common/easyh10_playlist.c:413:3: note: Variable 'new_target' is reassigned a value before the old one has been used.
easyh10-1.5/common/easyh10_playlist.c:457:3: style: Variable 'new_target' is reassigned a value before the old one has been used. [redundantAssignment]
easyh10-1.5/common/easyh10_playlist.c:450:0: note: Variable 'new_target' is reassigned a value before the old one has been used.
easyh10-1.5/common/easyh10_playlist.c:457:3: note: Variable 'new_target' is reassigned a value before the old one has been used.
easyh10-1.5/common/easyh10_playlist.c:536:2: style: Variable 'q' is reassigned a value before the old one has been used. [redundantAssignment]
easyh10-1.5/common/easyh10_playlist.c:534:0: note: Variable 'q' is reassigned a value before the old one has been used.
easyh10-1.5/common/easyh10_playlist.c:536:2: note: Variable 'q' is reassigned a value before the old one has been used.
easyh10-1.5/common/easyh10_playlist.c:285:7: style: The scope of the variable 'valid' can be reduced. [variableScope]
easyh10-1.5/common/easyh10_playlist.c:285:18: style: The scope of the variable 'success' can be reduced. [variableScope]
easyh10-1.5/common/easyh10_playlist.c:368:0: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
easyh10-1.5/common/easyh10_tuner.c:241:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
easyh10-1.5/common/easyh10_tuner.c:179:7: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
easyh10-1.5/common/filepathutil_posix.c:53:2: style: Variable 'dirp' is reassigned a value before the old one has been used. [redundantAssignment]
easyh10-1.5/common/filepathutil_posix.c:42:0: note: Variable 'dirp' is reassigned a value before the old one has been used.
easyh10-1.5/common/filepathutil_posix.c:53:2: note: Variable 'dirp' is reassigned a value before the old one has been used.
easyh10-1.5/common/filepathutil_posix.c:134:16: style: Unsigned variable 'length' can't be negative so it is unnecessary to test it. [unsignedPositive]
easyh10-1.5/common/filepathutil_posix.c:263:50: style: Function 'filepathutil_is_same_root' argument 1 names different: declaration 'path1' definition 'path'. [funcArgNamesDifferent]
easyh10-1.5/common/filepathutil.h:70:50: note: Function 'filepathutil_is_same_root' argument 1 names different: declaration 'path1' definition 'path'.
easyh10-1.5/common/filepathutil_posix.c:263:50: note: Function 'filepathutil_is_same_root' argument 1 names different: declaration 'path1' definition 'path'.
easyh10-1.5/common/filepathutil_posix.c:263:75: style: Function 'filepathutil_is_same_root' argument 2 names different: declaration 'path2' definition 'root'. [funcArgNamesDifferent]
easyh10-1.5/common/filepathutil.h:70:76: note: Function 'filepathutil_is_same_root' argument 2 names different: declaration 'path2' definition 'root'.
easyh10-1.5/common/filepathutil_posix.c:263:75: note: Function 'filepathutil_is_same_root' argument 2 names different: declaration 'path2' definition 'root'.
easyh10-1.5/common/filepathutil_posix.c:82:17: style: Variable 'st' is not assigned a value. [unassignedVariable]
easyh10-1.5/common/filepathutil_posix.c:270:0: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
easyh10-1.5/common/filepathutil_posix.c:271:14: style: Unused variable: st1 [unusedVariable]
easyh10-1.5/common/filepathutil_posix.c:272:14: style: Unused variable: st2 [unusedVariable]
easyh10-1.5/common/playlist.c:174:6: style: The scope of the variable 'is_pls' can be reduced. [variableScope]
easyh10-1.5/common/regex_playlist_posix.c:167:5: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment]
easyh10-1.5/common/regex_playlist_posix.c:165:0: note: Variable 'cond' is reassigned a value before the old one has been used.
easyh10-1.5/common/regex_playlist_posix.c:167:5: note: Variable 'cond' is reassigned a value before the old one has been used.
easyh10-1.5/common/regex_playlist_posix.c:62:45: style: Function 'regex_playlist_init' argument 1 names different: declaration 'rep' definition 'ptr_rep'. [funcArgNamesDifferent]
easyh10-1.5/common/regex_playlist.h:34:45: note: Function 'regex_playlist_init' argument 1 names different: declaration 'rep' definition 'ptr_rep'.
easyh10-1.5/common/regex_playlist_posix.c:62:45: note: Function 'regex_playlist_init' argument 1 names different: declaration 'rep' definition 'ptr_rep'.
easyh10-1.5/common/rel2abs.c:111:22: style: Redundant condition: If 'EXPR == '.'', the comparison 'EXPR' is always true. [redundantCondition]
easyh10-1.5/cui/main.c:1111:3: warning: fprintf format string requires 1 parameter but 2 are given. [wrongPrintfScanfArgNum]
easyh10-1.5/cui/main.c:961:3: style: Variable 'mbs' is reassigned a value before the old one has been used. [redundantAssignment]
easyh10-1.5/cui/main.c:960:0: note: Variable 'mbs' is reassigned a value before the old one has been used.
easyh10-1.5/cui/main.c:961:3: note: Variable 'mbs' is reassigned a value before the old one has been used.
easyh10-1.5/cui/main.c:1012:4: style: Variable 'mbs' is reassigned a value before the old one has been used. [redundantAssignment]
easyh10-1.5/cui/main.c:1010:0: note: Variable 'mbs' is reassigned a value before the old one has been used.
easyh10-1.5/cui/main.c:1012:4: note: Variable 'mbs' is reassigned a value before the old one has been used.
easyh10-1.5/cui/main.c:1027:4: style: Variable 'mbs' is reassigned a value before the old one has been used. [redundantAssignment]
easyh10-1.5/cui/main.c:1025:0: note: Variable 'mbs' is reassigned a value before the old one has been used.
easyh10-1.5/cui/main.c:1027:4: note: Variable 'mbs' is reassigned a value before the old one has been used.
easyh10-1.5/cui/main.c:1042:4: style: Variable 'mbs' is reassigned a value before the old one has been used. [redundantAssignment]
easyh10-1.5/cui/main.c:1040:0: note: Variable 'mbs' is reassigned a value before the old one has been used.
easyh10-1.5/cui/main.c:1042:4: note: Variable 'mbs' is reassigned a value before the old one has been used.
easyh10-1.5/libgetmediainfo/getmediainfo.c:64:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
easyh10-1.5/libgetmediainfo/getmediainfo.c:257:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
easyh10-1.5/libgetmediainfo/getmediainfo.c:65:3: style: Variable 'track_number' is reassigned a value before the old one has been used. [redundantAssignment]
easyh10-1.5/libgetmediainfo/getmediainfo.c:61:0: note: Variable 'track_number' is reassigned a value before the old one has been used.
easyh10-1.5/libgetmediainfo/getmediainfo.c:65:3: note: Variable 'track_number' is reassigned a value before the old one has been used.
easyh10-1.5/libgetmediainfo/getmediainfo.c:258:3: style: Variable 'ordinal_number' is reassigned a value before the old one has been used. [redundantAssignment]
easyh10-1.5/libgetmediainfo/getmediainfo.c:254:0: note: Variable 'ordinal_number' is reassigned a value before the old one has been used.
easyh10-1.5/libgetmediainfo/getmediainfo.c:258:3: note: Variable 'ordinal_number' is reassigned a value before the old one has been used.
easyh10-1.5/libgetmediainfo/getmediainfo.c:217:16: style: Checking if unsigned variable 'max_order' is less than zero. [unsignedLessThanZero]
easyh10-1.5/libgetmediainfo/getmediainfo.c:240:17: style: Checking if unsigned variable 'max_number' is less than zero. [unsignedLessThanZero]
easyh10-1.5/libgetmediainfo/gmi_mp3_id3tag.c:281:2: style: Variable 'frame' is reassigned a value before the old one has been used. [redundantAssignment]
easyh10-1.5/libgetmediainfo/gmi_mp3_id3tag.c:276:0: note: Variable 'frame' is reassigned a value before the old one has been used.
easyh10-1.5/libgetmediainfo/gmi_mp3_id3tag.c:281:2: note: Variable 'frame' is reassigned a value before the old one has been used.
easyh10-1.5/libgetmediainfo/gmi_mp3_id3tag.c:346:2: style: Variable 'fp' is reassigned a value before the old one has been used. [redundantAssignment]
easyh10-1.5/libgetmediainfo/gmi_mp3_id3tag.c:324:0: note: Variable 'fp' is reassigned a value before the old one has been used.
easyh10-1.5/libgetmediainfo/gmi_mp3_id3tag.c:346:2: note: Variable 'fp' is reassigned a value before the old one has been used.
easyh10-1.5/libgetmediainfo/gmi_mp3_id3tag.c:168:11: style: The scope of the variable 'id3v2_size' can be reduced. [variableScope]
easyh10-1.5/libgetmediainfo/gmi_mp3_id3tag.c:326:0: style: Variable 'tn' is assigned a value that is never used. [unreadVariable]
easyh10-1.5/libgetmediainfo/gmi_mp3_id3tag.c:327:27: style: Variable 'ucs2_empty' is assigned a value that is never used. [unreadVariable]
easyh10-1.5/libgetmediainfo/gmi_mp3_id3tag.c:485:18: style: Variable 'channels' is assigned a value that is never used. [unreadVariable]
easyh10-1.5/libgetmediainfo/gmi_wav.c:87:11: style: Condition 'pos<0' is always false [knownConditionTrueFalse]
easyh10-1.5/libgetmediainfo/gmi_wav.c:85:14: note: Assignment 'pos=0', assigned value is 0
easyh10-1.5/libgetmediainfo/gmi_wav.c:87:11: note: Condition 'pos<0' is always false
easyh10-1.5/libgetmediainfo/gmi_wav.c:174:11: style: Condition 'pos<0' is always false [knownConditionTrueFalse]
easyh10-1.5/libgetmediainfo/gmi_wav.c:173:14: note: Assignment 'pos=0', assigned value is 0
easyh10-1.5/libgetmediainfo/gmi_wav.c:174:11: note: Condition 'pos<0' is always false
easyh10-1.5/libgetmediainfo/gmi_wav.c:154:2: style: Variable 'fp' is reassigned a value before the old one has been used. [redundantAssignment]
easyh10-1.5/libgetmediainfo/gmi_wav.c:147:0: note: Variable 'fp' is reassigned a value before the old one has been used.
easyh10-1.5/libgetmediainfo/gmi_wav.c:154:2: note: Variable 'fp' is reassigned a value before the old one has been used.
easyh10-1.5/libgetmediainfo/gmi_wav.c:87:11: style: Same expression on both sides of '<' because the value of 'pos' and '0' are the same. [duplicateExpression]
easyh10-1.5/libgetmediainfo/gmi_wav.c:85:14: note: 'pos' is assigned value '0' here.
easyh10-1.5/libgetmediainfo/gmi_wav.c:87:11: note: Same expression on both sides of '<' because the value of 'pos' and '0' are the same.
easyh10-1.5/libgetmediainfo/gmi_wav.c:174:11: style: Same expression on both sides of '<' because the value of 'pos' and '0' are the same. [duplicateExpression]
easyh10-1.5/libgetmediainfo/gmi_wav.c:173:14: note: 'pos' is assigned value '0' here.
easyh10-1.5/libgetmediainfo/gmi_wav.c:174:11: note: Same expression on both sides of '<' because the value of 'pos' and '0' are the same.
easyh10-1.5/libgetmediainfo/gmi_wav.c:50:10: style: Variable 'v' is not assigned a value. [unassignedVariable]
easyh10-1.5/libgetmediainfo/gmi_wav.c:58:10: style: Variable 'v' is not assigned a value. [unassignedVariable]
easyh10-1.5/libgetmediainfo/gmi_wma.c:161:2: style: Variable 'fp' is reassigned a value before the old one has been used. [redundantAssignment]
easyh10-1.5/libgetmediainfo/gmi_wma.c:158:0: note: Variable 'fp' is reassigned a value before the old one has been used.
easyh10-1.5/libgetmediainfo/gmi_wma.c:161:2: note: Variable 'fp' is reassigned a value before the old one has been used.
easyh10-1.5/libgetmediainfo/gmi_wma.c:317:7: style: Variable 'q' is reassigned a value before the old one has been used. [redundantAssignment]
easyh10-1.5/libgetmediainfo/gmi_wma.c:316:0: note: Variable 'q' is reassigned a value before the old one has been used.
easyh10-1.5/libgetmediainfo/gmi_wma.c:317:7: note: Variable 'q' is reassigned a value before the old one has been used.
easyh10-1.5/libh10db/bufferedfile.c:222:16: style: Checking if unsigned variable 'remaining' is less than zero. [unsignedLessThanZero]
easyh10-1.5/libh10db/crc.c:164:14: style: The scope of the variable 'remainder' can be reduced. [variableScope]
easyh10-1.5/libh10db/crc.c:221:20: style: The scope of the variable 'data' can be reduced. [variableScope]
easyh10-1.5/libh10db/crc.c:126:29: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
easyh10-1.5/libh10db/crc.c:187:29: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
easyh10-1.5/libh10db/h10db.c:392:2: style: Variable 'bfp' is reassigned a value before the old one has been used. [redundantAssignment]
easyh10-1.5/libh10db/h10db.c:382:0: note: Variable 'bfp' is reassigned a value before the old one has been used.
easyh10-1.5/libh10db/h10db.c:392:2: note: Variable 'bfp' is reassigned a value before the old one has been used.
easyh10-1.5/libh10db/h10db.c:647:2: style: Variable 'bfp' is reassigned a value before the old one has been used. [redundantAssignment]
easyh10-1.5/libh10db/h10db.c:645:0: note: Variable 'bfp' is reassigned a value before the old one has been used.
easyh10-1.5/libh10db/h10db.c:647:2: note: Variable 'bfp' is reassigned a value before the old one has been used.
easyh10-1.5/libh10db/h10db.c:696:2: style: Variable 'bfp' is reassigned a value before the old one has been used. [redundantAssignment]
easyh10-1.5/libh10db/h10db.c:694:0: note: Variable 'bfp' is reassigned a value before the old one has been used.
easyh10-1.5/libh10db/h10db.c:696:2: note: Variable 'bfp' is reassigned a value before the old one has been used.
easyh10-1.5/libh10db/h10db.c:1127:3: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
easyh10-1.5/libh10db/h10db.c:1126:0: note: Variable 'p' is reassigned a value before the old one has been used.
easyh10-1.5/libh10db/h10db.c:1127:3: note: Variable 'p' is reassigned a value before the old one has been used.
easyh10-1.5/libh10db/h10db.c:1143:3: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
easyh10-1.5/libh10db/h10db.c:1142:0: note: Variable 'p' is reassigned a value before the old one has been used.
easyh10-1.5/libh10db/h10db.c:1143:3: note: Variable 'p' is reassigned a value before the old one has been used.
easyh10-1.5/libh10db/h10db.c:327:6: style: The scope of the variable 'i' can be reduced. [variableScope]
easyh10-1.5/libh10db/h10db.c:644:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
easyh10-1.5/libh10db/h10db.c:692:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
easyh10-1.5/libh10db/h10db.c:693:7: style: The scope of the variable 'pos' can be reduced. [variableScope]
easyh10-1.5/libh10db/h10db.c:720:14: style: The scope of the variable 'num_deleted' can be reduced. [variableScope]
easyh10-1.5/libh10db/h10db_dat.c:244:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
easyh10-1.5/libh10db/h10db_dat.c:307:84: warning: Either the condition 'hdr' is redundant or there is possible null pointer dereference: hdr. [nullPointerRedundantCheck]
easyh10-1.5/libh10db/h10db_dat.c:296:7: note: Assuming that condition 'hdr' is not redundant
easyh10-1.5/libh10db/h10db_dat.c:307:84: note: Null pointer dereference
easyh10-1.5/libh10db/h10db_dat.c:354:100: warning: Either the condition 'hdr' is redundant or there is possible null pointer dereference: hdr. [nullPointerRedundantCheck]
easyh10-1.5/libh10db/h10db_dat.c:351:7: note: Assuming that condition 'hdr' is not redundant
easyh10-1.5/libh10db/h10db_dat.c:354:100: note: Null pointer dereference
easyh10-1.5/libh10db/h10db_dat.c:60:17: style: Same expression on both sides of '-'. [duplicateExpression]
easyh10-1.5/libh10db/h10db_dat.c:69:22: style: Obsolete function 'asctime' called. It is recommended to use 'strftime' instead. [asctimeCalled]
easyh10-1.5/libh10db/h10db_hdr.c:139:9: style: The scope of the variable 'j' can be reduced. [variableScope]
easyh10-1.5/libh10db/h10db_model.c:176:0: style: Variable 'chunk_size' is assigned a value that is never used. [unreadVariable]
easyh10-1.5/libh10db/serialize.c:102:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
easyh10-1.5/libh10db/serialize.c:153:0: style: Variable 'null' is assigned a value that is never used. [unreadVariable]
easyh10-1.5/libucs2/ucs2char.c:284:5: error: fprintf format string requires 2 parameters but only 1 is given. [wrongPrintfScanfArgNum]
easyh10-1.5/libucs2/ucs2char.c:373:14: style: Unused variable: temp [unusedVariable]
easyh10-1.5/libucs2/ucs2char_iconv.c:57:5: error: fprintf format string requires 2 parameters but only 1 is given. [wrongPrintfScanfArgNum]
easyh10-1.5/libucs2/ucs2char_iconv.c:259:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
easyh10-1.5/libucs2/ucs2char_iconv.c:276:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
easyh10-1.5/libucs2/ucs2char_iconv.c:293:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
easyh10-1.5/libucs2/ucs2char_iconv.c:310:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
easyh10-1.5/libucs2/ucs2char_iconv.c:311:14: style: Unused variable: st [unusedVariable]
easyh10-1.5/libucs2/ucs2char_iconv.c:88:2: warning: The buffer 'g_encoding' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
easyh10-1.5/libucs2/ucs2char_iconv.c:89:2: warning: The buffer 'g_ucs2encoding' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
easyh10-1.5/libucs2/ucs2char_iconv.c:95:2: warning: The buffer 'g_encoding_music' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
easyh10-1.5/libucs2/ucs2char_iconv.c:96:2: warning: The buffer 'g_ucs2encoding' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
[17:02]

ftp://ftp.se.debian.org/debian/pool/main/e/easyloggingpp/easyloggingpp_9.96.4+dfsg.orig.tar.gz
easyloggingpp-9.96.4/src/easylogging++.h:339:0: error: #error "C++0x (or higher) support not detected! (Is `-std=c++11' missing?)" [preprocessorErrorDirective]
easyloggingpp-9.96.4/samples/Qt/fast-dictionary/moc_listwithsearch.cpp:12:0: error: #error "The header file 'listwithsearch.hh' doesn't include <QObject>." [preprocessorErrorDirective]
easyloggingpp-9.96.4/samples/Qt/fast-dictionary/moc_mainwindow.cpp:12:0: error: #error "The header file 'mainwindow.hh' doesn't include <QObject>." [preprocessorErrorDirective]
easyloggingpp-9.96.4/samples/Qt/file-splitter-joiner/splitablefiledelegate.h:10:5: style: Class 'SplitableFileDelegate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
[17:03]

ftp://ftp.se.debian.org/debian/pool/main/e/easymock/easymock_3.6.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/e/easymp3gain/easymp3gain_0.5.0+svn135.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/easypg/easypg_0.0.16.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/easyprocess/easyprocess_0.2.3.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/easytag/easytag_2.4.3.orig.tar.xz
easytag-2.4.3/nautilus-extension/nautilus-easytag.c:199:49: warning: Either the condition 'files!=NULL' is redundant or there is possible null pointer dereference: files. [nullPointerRedundantCheck]
easytag-2.4.3/nautilus-extension/nautilus-easytag.c:222:23: note: Assuming that condition 'files!=NULL' is not redundant
easytag-2.4.3/nautilus-extension/nautilus-easytag.c:199:49: note: Null pointer dereference
easytag-2.4.3/src/application.c:214:16: style: The scope of the variable 'info' can be reduced. [variableScope]
easytag-2.4.3/src/application_window.c:665:5: style: Variable 'selfilelist' is reassigned a value before the old one has been used. [redundantAssignment]
easytag-2.4.3/src/application_window.c:651:0: note: Variable 'selfilelist' is reassigned a value before the old one has been used.
easytag-2.4.3/src/application_window.c:665:5: note: Variable 'selfilelist' is reassigned a value before the old one has been used.
easytag-2.4.3/src/application_window.c:707:5: style: Variable 'selfilelist' is reassigned a value before the old one has been used. [redundantAssignment]
easytag-2.4.3/src/application_window.c:693:0: note: Variable 'selfilelist' is reassigned a value before the old one has been used.
easytag-2.4.3/src/application_window.c:707:5: note: Variable 'selfilelist' is reassigned a value before the old one has been used.
easytag-2.4.3/src/application_window.c:914:5: style: Variable 'selfilelist' is reassigned a value before the old one has been used. [redundantAssignment]
easytag-2.4.3/src/application_window.c:892:0: note: Variable 'selfilelist' is reassigned a value before the old one has been used.
easytag-2.4.3/src/application_window.c:914:5: note: Variable 'selfilelist' is reassigned a value before the old one has been used.
easytag-2.4.3/src/application_window.c:2224:5: style: Variable 'size' is reassigned a value before the old one has been used. [redundantAssignment]
easytag-2.4.3/src/application_window.c:2202:0: note: Variable 'size' is reassigned a value before the old one has been used.
easytag-2.4.3/src/application_window.c:2224:5: note: Variable 'size' is reassigned a value before the old one has been used.
easytag-2.4.3/src/application_window.c:2225:5: style: Variable 'size1' is reassigned a value before the old one has been used. [redundantAssignment]
easytag-2.4.3/src/application_window.c:2203:0: note: Variable 'size1' is reassigned a value before the old one has been used.
easytag-2.4.3/src/application_window.c:2225:5: note: Variable 'size1' is reassigned a value before the old one has been used.
easytag-2.4.3/src/application_window.c:2231:5: style: Variable 'time' is reassigned a value before the old one has been used. [redundantAssignment]
easytag-2.4.3/src/application_window.c:2200:0: note: Variable 'time' is reassigned a value before the old one has been used.
easytag-2.4.3/src/application_window.c:2231:5: note: Variable 'time' is reassigned a value before the old one has been used.
easytag-2.4.3/src/application_window.c:2232:5: style: Variable 'time1' is reassigned a value before the old one has been used. [redundantAssignment]
easytag-2.4.3/src/application_window.c:2201:0: note: Variable 'time1' is reassigned a value before the old one has been used.
easytag-2.4.3/src/application_window.c:2232:5: note: Variable 'time1' is reassigned a value before the old one has been used.
easytag-2.4.3/src/application_window.c:338:16: style: The scope of the variable 'msgdialog' can be reduced. [variableScope]
easytag-2.4.3/src/application_window.c:502:12: style: The scope of the variable 'fraction' can be reduced. [variableScope]
easytag-2.4.3/src/application_window.c:504:26: style: The scope of the variable 'rowref' can be reduced. [variableScope]
easytag-2.4.3/src/application_window.c:654:14: style: The scope of the variable 'etfile' can be reduced. [variableScope]
easytag-2.4.3/src/application_window.c:696:14: style: The scope of the variable 'etfile' can be reduced. [variableScope]
easytag-2.4.3/src/application_window.c:894:14: style: The scope of the variable 'etfile' can be reduced. [variableScope]
easytag-2.4.3/src/application_window.c:895:15: style: The scope of the variable 'FileTag' can be reduced. [variableScope]
easytag-2.4.3/src/application_window.c:898:12: style: The scope of the variable 'fraction' can be reduced. [variableScope]
easytag-2.4.3/src/application_window.c:2624:18: style: The scope of the variable 'etfile' can be reduced. [variableScope]
easytag-2.4.3/src/application_window.c:2628:27: style: The scope of the variable 'selection' can be reduced. [variableScope]
easytag-2.4.3/src/application_window.c:3018:16: style: The scope of the variable 'msgbox' can be reduced. [variableScope]
easytag-2.4.3/src/browser.c:424:5: style: Variable 'selfilelist' is reassigned a value before the old one has been used. [redundantAssignment]
easytag-2.4.3/src/browser.c:415:0: note: Variable 'selfilelist' is reassigned a value before the old one has been used.
easytag-2.4.3/src/browser.c:424:5: note: Variable 'selfilelist' is reassigned a value before the old one has been used.
easytag-2.4.3/src/browser.c:1855:5: style: Variable 'currentPath' is reassigned a value before the old one has been used. [redundantAssignment]
easytag-2.4.3/src/browser.c:1853:0: note: Variable 'currentPath' is reassigned a value before the old one has been used.
easytag-2.4.3/src/browser.c:1855:5: note: Variable 'currentPath' is reassigned a value before the old one has been used.
easytag-2.4.3/src/browser.c:3165:5: style: Variable 'current_path' is reassigned a value before the old one has been used. [redundantAssignment]
easytag-2.4.3/src/browser.c:3159:0: note: Variable 'current_path' is reassigned a value before the old one has been used.
easytag-2.4.3/src/browser.c:3165:5: note: Variable 'current_path' is reassigned a value before the old one has been used.
easytag-2.4.3/src/browser.c:3786:5: style: Variable 'parent_window' is reassigned a value before the old one has been used. [redundantAssignment]
easytag-2.4.3/src/browser.c:3783:0: note: Variable 'parent_window' is reassigned a value before the old one has been used.
easytag-2.4.3/src/browser.c:3786:5: note: Variable 'parent_window' is reassigned a value before the old one has been used.
easytag-2.4.3/src/browser.c:659:18: style: The scope of the variable 'kevent' can be reduced. [variableScope]
easytag-2.4.3/src/browser.c:663:18: style: The scope of the variable 'treePath' can be reduced. [variableScope]
easytag-2.4.3/src/browser.c:1370:12: style: The scope of the variable 'current_basename_utf8' can be reduced. [variableScope]
easytag-2.4.3/src/browser.c:1371:12: style: The scope of the variable 'track' can be reduced. [variableScope]
easytag-2.4.3/src/browser.c:1372:12: style: The scope of the variable 'disc' can be reduced. [variableScope]
easytag-2.4.3/src/browser.c:1487:23: style: The scope of the variable 'selection' can be reduced. [variableScope]
easytag-2.4.3/src/browser.c:2005:23: style: The scope of the variable 'selection' can be reduced. [variableScope]
easytag-2.4.3/src/browser.c:2008:9: style: The scope of the variable 'max' can be reduced. [variableScope]
easytag-2.4.3/src/browser.c:2008:18: style: The scope of the variable 'this' can be reduced. [variableScope]
easytag-2.4.3/src/browser.c:2338:12: style: The scope of the variable 'etfilelist' can be reduced. [variableScope]
easytag-2.4.3/src/browser.c:2339:14: style: The scope of the variable 'etfile' can be reduced. [variableScope]
easytag-2.4.3/src/browser.c:2344:12: style: The scope of the variable 'artistname' can be reduced. [variableScope]
easytag-2.4.3/src/browser.c:2552:14: style: The scope of the variable 'etfile' can be reduced. [variableScope]
easytag-2.4.3/src/browser.c:2555:12: style: The scope of the variable 'albumname' can be reduced. [variableScope]
easytag-2.4.3/src/browser.c:3351:12: style: The scope of the variable 'text' can be reduced. [variableScope]
easytag-2.4.3/src/browser.c:3523:12: style: The scope of the variable 'fullpath_file' can be reduced. [variableScope]
easytag-2.4.3/src/browser.c:3781:12: style: The scope of the variable 'filename' can be reduced. [variableScope]
easytag-2.4.3/src/browser.c:3781:23: style: The scope of the variable 'filename_utf8' can be reduced. [variableScope]
easytag-2.4.3/src/browser.c:4296:20: style: The scope of the variable 'msgdialog' can be reduced. [variableScope]
easytag-2.4.3/src/browser.c:1765:40: style: Function 'et_browser_remove_file' argument 2 names different: declaration 'ETFile' definition 'searchETFile'. [funcArgNamesDifferent]
easytag-2.4.3/src/browser.h:88:62: note: Function 'et_browser_remove_file' argument 2 names different: declaration 'ETFile' definition 'searchETFile'.
easytag-2.4.3/src/browser.c:1765:40: note: Function 'et_browser_remove_file' argument 2 names different: declaration 'ETFile' definition 'searchETFile'.
easytag-2.4.3/src/browser.c:1850:51: style: Function 'et_browser_select_file_by_et_file' argument 2 names different: declaration 'ETFile' definition 'file'. [funcArgNamesDifferent]
easytag-2.4.3/src/browser.h:80:73: note: Function 'et_browser_select_file_by_et_file' argument 2 names different: declaration 'ETFile' definition 'file'.
easytag-2.4.3/src/browser.c:1850:51: note: Function 'et_browser_select_file_by_et_file' argument 2 names different: declaration 'ETFile' definition 'file'.
easytag-2.4.3/src/browser.c:1938:48: style: Function 'Browser_List_Select_File_By_Iter' argument 2 names different: declaration 'iter' definition 'rowIter'. [funcArgNamesDifferent]
easytag-2.4.3/src/browser.c:190:60: note: Function 'Browser_List_Select_File_By_Iter' argument 2 names different: declaration 'iter' definition 'rowIter'.
easytag-2.4.3/src/browser.c:1938:48: note: Function 'Browser_List_Select_File_By_Iter' argument 2 names different: declaration 'iter' definition 'rowIter'.
easytag-2.4.3/src/browser.c:1965:53: style: Function 'et_browser_select_file_by_iter_string' argument 2 names different: declaration 'stringiter' definition 'stringIter'. [funcArgNamesDifferent]
easytag-2.4.3/src/browser.h:82:75: note: Function 'et_browser_select_file_by_iter_string' argument 2 names different: declaration 'stringiter' definition 'stringIter'.
easytag-2.4.3/src/browser.c:1965:53: note: Function 'et_browser_select_file_by_iter_string' argument 2 names different: declaration 'stringiter' definition 'stringIter'.
easytag-2.4.3/src/browser.c:2449:71: style: Function 'Browser_Artist_List_Set_Row_Appearance' argument 2 names different: declaration 'row' definition 'iter'. [funcArgNamesDifferent]
easytag-2.4.3/src/browser.c:195:83: note: Function 'Browser_Artist_List_Set_Row_Appearance' argument 2 names different: declaration 'row' definition 'iter'.
easytag-2.4.3/src/browser.c:2449:71: note: Function 'Browser_Artist_List_Set_Row_Appearance' argument 2 names different: declaration 'row' definition 'iter'.
easytag-2.4.3/src/browser.c:2691:70: style: Function 'Browser_Album_List_Set_Row_Appearance' argument 2 names different: declaration 'row' definition 'iter'. [funcArgNamesDifferent]
easytag-2.4.3/src/browser.c:201:82: note: Function 'Browser_Album_List_Set_Row_Appearance' argument 2 names different: declaration 'row' definition 'iter'.
easytag-2.4.3/src/browser.c:2691:70: note: Function 'Browser_Album_List_Set_Row_Appearance' argument 2 names different: declaration 'row' definition 'iter'.
easytag-2.4.3/src/browser.c:3346:48: style: Function 'Find_Child_Node' argument 2 names different: declaration 'parent' definition 'parentnode'. [funcArgNamesDifferent]
easytag-2.4.3/src/browser.c:205:68: note: Function 'Find_Child_Node' argument 2 names different: declaration 'parent' definition 'parentnode'.
easytag-2.4.3/src/browser.c:3346:48: note: Function 'Find_Child_Node' argument 2 names different: declaration 'parent' definition 'parentnode'.
easytag-2.4.3/src/browser.c:3346:67: style: Function 'Find_Child_Node' argument 3 names different: declaration 'searchtext' definition 'childtext'. [funcArgNamesDifferent]
easytag-2.4.3/src/browser.c:205:83: note: Function 'Find_Child_Node' argument 3 names different: declaration 'searchtext' definition 'childtext'.
easytag-2.4.3/src/browser.c:3346:67: note: Function 'Find_Child_Node' argument 3 names different: declaration 'searchtext' definition 'childtext'.
easytag-2.4.3/src/cddb_dialog.c:1784:20: warning: Either the condition 'cddb_out!=NULL' is redundant or there is possible null pointer dereference: cddb_out_tmp. [nullPointerRedundantCheck]
easytag-2.4.3/src/cddb_dialog.c:1694:22: note: Assuming that condition 'cddb_out!=NULL' is not redundant
easytag-2.4.3/src/cddb_dialog.c:1689:24: note: Assignment 'cddb_out_tmp=cddb_out', assigned value is 0
easytag-2.4.3/src/cddb_dialog.c:1784:20: note: Null pointer dereference
easytag-2.4.3/src/cddb_dialog.c:788:5: style: Variable 'file_path' is reassigned a value before the old one has been used. [redundantAssignment]
easytag-2.4.3/src/cddb_dialog.c:782:0: note: Variable 'file_path' is reassigned a value before the old one has been used.
easytag-2.4.3/src/cddb_dialog.c:788:5: note: Variable 'file_path' is reassigned a value before the old one has been used.
easytag-2.4.3/src/cddb_dialog.c:1311:5: style: Variable 'selectedRows' is reassigned a value before the old one has been used. [redundantAssignment]
easytag-2.4.3/src/cddb_dialog.c:1303:0: note: Variable 'selectedRows' is reassigned a value before the old one has been used.
easytag-2.4.3/src/cddb_dialog.c:1311:5: note: Variable 'selectedRows' is reassigned a value before the old one has been used.
easytag-2.4.3/src/cddb_dialog.c:1535:5: style: Variable 'string' is reassigned a value before the old one has been used. [redundantAssignment]
easytag-2.4.3/src/cddb_dialog.c:1505:0: note: Variable 'string' is reassigned a value before the old one has been used.
easytag-2.4.3/src/cddb_dialog.c:1535:5: note: Variable 'string' is reassigned a value before the old one has been used.
easytag-2.4.3/src/cddb_dialog.c:1871:5: style: Variable 'string' is reassigned a value before the old one has been used. [redundantAssignment]
easytag-2.4.3/src/cddb_dialog.c:1837:0: note: Variable 'string' is reassigned a value before the old one has been used.
easytag-2.4.3/src/cddb_dialog.c:1871:5: note: Variable 'string' is reassigned a value before the old one has been used.
easytag-2.4.3/src/cddb_dialog.c:2385:5: style: Variable 'file_selection' is reassigned a value before the old one has been used. [redundantAssignment]
easytag-2.4.3/src/cddb_dialog.c:2371:0: note: Variable 'file_selection' is reassigned a value before the old one has been used.
easytag-2.4.3/src/cddb_dialog.c:2385:5: note: Variable 'file_selection' is reassigned a value before the old one has been used.
easytag-2.4.3/src/cddb_dialog.c:2393:5: style: Variable 'selection' is reassigned a value before the old one has been used. [redundantAssignment]
easytag-2.4.3/src/cddb_dialog.c:2370:0: note: Variable 'selection' is reassigned a value before the old one has been used.
easytag-2.4.3/src/cddb_dialog.c:2393:5: note: Variable 'selection' is reassigned a value before the old one has been used.
easytag-2.4.3/src/cddb_dialog.c:3060:5: style: Variable 'file_selection' is reassigned a value before the old one has been used. [redundantAssignment]
easytag-2.4.3/src/cddb_dialog.c:3043:0: note: Variable 'file_selection' is reassigned a value before the old one has been used.
easytag-2.4.3/src/cddb_dialog.c:3060:5: note: Variable 'file_selection' is reassigned a value before the old one has been used.
easytag-2.4.3/src/cddb_dialog.c:864:16: style: The scope of the variable 'cddb_in' can be reduced. [variableScope]
easytag-2.4.3/src/cddb_dialog.c:865:12: style: The scope of the variable 'msg' can be reduced. [variableScope]
easytag-2.4.3/src/cddb_dialog.c:867:16: style: The scope of the variable 'proxy_auth' can be reduced. [variableScope]
easytag-2.4.3/src/cddb_dialog.c:872:12: style: The scope of the variable 'proxy_hostname' can be reduced. [variableScope]
easytag-2.4.3/src/cddb_dialog.c:1506:18: style: The scope of the variable 'tmp1' can be reduced. [variableScope]
easytag-2.4.3/src/cddb_dialog.c:1509:12: style: The scope of the variable 'cddb_out_tmp' can be reduced. [variableScope]
easytag-2.4.3/src/cddb_dialog.c:1704:31: style: The scope of the variable 'ptr_font1' can be reduced. [variableScope]
easytag-2.4.3/src/cddb_dialog.c:1838:18: style: The scope of the variable 'tmp1' can be reduced. [variableScope]
easytag-2.4.3/src/cddb_dialog.c:1839:12: style: The scope of the variable 'cddb_in' can be reduced. [variableScope]
easytag-2.4.3/src/cddb_dialog.c:1844:12: style: The scope of the variable 'cddb_server_name' can be reduced. [variableScope]
easytag-2.4.3/src/cddb_dialog.c:1846:12: style: The scope of the variable 'cddb_server_cgi_path' can be reduced. [variableScope]
easytag-2.4.3/src/cddb_dialog.c:1848:12: style: The scope of the variable 'proxy_hostname' can be reduced. [variableScope]
easytag-2.4.3/src/cddb_dialog.c:1851:22: style: The scope of the variable 'cat_str' can be reduced. [variableScope]
easytag-2.4.3/src/cddb_dialog.c:1851:32: style: The scope of the variable 'art_alb_str' can be reduced. [variableScope]
easytag-2.4.3/src/cddb_dialog.c:1852:12: style: The scope of the variable 'end_str' can be reduced. [variableScope]
easytag-2.4.3/src/cddb_dialog.c:1853:12: style: The scope of the variable 'ptr_sraf' can be reduced. [variableScope]
easytag-2.4.3/src/cddb_dialog.c:1853:23: style: The scope of the variable 'sraf_str' can be reduced. [variableScope]
easytag-2.4.3/src/cddb_dialog.c:1853:34: style: The scope of the variable 'sraf_end_str' can be reduced. [variableScope]
easytag-2.4.3/src/cddb_dialog.c:1854:12: style: The scope of the variable 'html_end_str' can be reduced. [variableScope]
easytag-2.4.3/src/cddb_dialog.c:2859:12: style: The scope of the variable 'l' can be reduced. [variableScope]
easytag-2.4.3/src/cddb_dialog.c:3028:12: style: The scope of the variable 'proxy_auth' can be reduced. [variableScope]
easytag-2.4.3/src/cddb_dialog.c:3029:12: style: The scope of the variable 'cddb_server_name' can be reduced. [variableScope]
easytag-2.4.3/src/cddb_dialog.c:3031:12: style: The scope of the variable 'cddb_server_cgi_path' can be reduced. [variableScope]
easytag-2.4.3/src/cddb_dialog.c:3033:12: style: The scope of the variable 'proxy_hostname' can be reduced. [variableScope]
easytag-2.4.3/src/cddb_dialog.c:3052:18: style: The scope of the variable 'fileIter' can be reduced. [variableScope]
easytag-2.4.3/src/cddb_dialog.c:2036:24: style: Variable 'html_end_str' is allocated memory that is never used. [unusedAllocatedMemory]
easytag-2.4.3/src/charset.c:481:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
easytag-2.4.3/src/charset.c:475:0: note: Variable 'ret' is reassigned a value before the old one has been used.
easytag-2.4.3/src/charset.c:481:5: note: Variable 'ret' is reassigned a value before the old one has been used.
easytag-2.4.3/src/charset.c:157:11: style: The scope of the variable 's' can be reduced. [variableScope]
easytag-2.4.3/src/charset.c:181:44: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
easytag-2.4.3/src/charset.c:185:50: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
easytag-2.4.3/src/charset.c:187:49: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
easytag-2.4.3/src/charset.c:188:47: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
easytag-2.4.3/src/charset.c:189:52: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
easytag-2.4.3/src/charset.c:191:53: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
easytag-2.4.3/src/charset.c:193:53: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
easytag-2.4.3/src/charset.c:195:46: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
easytag-2.4.3/src/charset.c:196:46: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
easytag-2.4.3/src/charset.c:198:51: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
easytag-2.4.3/src/charset.c:199:152: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
easytag-2.4.3/src/charset.c:203:98: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
easytag-2.4.3/src/charset.c:205:50: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
easytag-2.4.3/src/charset.c:206:56: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
easytag-2.4.3/src/charset.c:210:50: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
easytag-2.4.3/src/charset.c:215:50: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
easytag-2.4.3/src/charset.c:217:63: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
easytag-2.4.3/src/charset.c:218:57: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
easytag-2.4.3/src/charset.c:219:51: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
easytag-2.4.3/src/charset.c:223:46: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
easytag-2.4.3/src/charset.c:225:46: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
easytag-2.4.3/src/charset.c:227:53: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
easytag-2.4.3/src/charset.c:229:48: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
easytag-2.4.3/src/charset.c:231:47: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
easytag-2.4.3/src/dlm.c:30:19: style: Function 'dlm' argument 1 names different: declaration 's' definition 'ds'. [funcArgNamesDifferent]
easytag-2.4.3/src/dlm.h:26:24: note: Function 'dlm' argument 1 names different: declaration 's' definition 'ds'.
easytag-2.4.3/src/dlm.c:30:19: note: Function 'dlm' argument 1 names different: declaration 's' definition 'ds'.
easytag-2.4.3/src/dlm.c:30:36: style: Function 'dlm' argument 2 names different: declaration 't' definition 'dt'. [funcArgNamesDifferent]
easytag-2.4.3/src/dlm.h:26:40: note: Function 'dlm' argument 2 names different: declaration 't' definition 'dt'.
easytag-2.4.3/src/dlm.c:30:36: note: Function 'dlm' argument 2 names different: declaration 't' definition 'dt'.
easytag-2.4.3/src/easytag.c:394:52: warning: Either the condition 'ETFile!=NULL' is redundant or there is possible null pointer dereference: ETFile. [nullPointerRedundantCheck]
easytag-2.4.3/src/easytag.c:399:34: note: Assuming that condition 'ETFile!=NULL' is not redundant
easytag-2.4.3/src/easytag.c:394:52: note: Null pointer dereference
easytag-2.4.3/src/easytag.c:395:52: warning: Either the condition 'ETFile!=NULL' is redundant or there is possible null pointer dereference: ETFile. [nullPointerRedundantCheck]
easytag-2.4.3/src/easytag.c:399:34: note: Assuming that condition 'ETFile!=NULL' is not redundant
easytag-2.4.3/src/easytag.c:395:52: note: Null pointer dereference
easytag-2.4.3/src/easytag.c:114:5: style: Variable 'selfilelist' is reassigned a value before the old one has been used. [redundantAssignment]
easytag-2.4.3/src/easytag.c:108:0: note: Variable 'selfilelist' is reassigned a value before the old one has been used.
easytag-2.4.3/src/easytag.c:114:5: note: Variable 'selfilelist' is reassigned a value before the old one has been used.
easytag-2.4.3/src/easytag.c:161:5: style: Variable 'etfile_save_position' is reassigned a value before the old one has been used. [redundantAssignment]
easytag-2.4.3/src/easytag.c:147:0: note: Variable 'etfile_save_position' is reassigned a value before the old one has been used.
easytag-2.4.3/src/easytag.c:161:5: note: Variable 'etfile_save_position' is reassigned a value before the old one has been used.
easytag-2.4.3/src/easytag.c:240:9: style: Variable 'msgdialog' is reassigned a value before the old one has been used. [redundantAssignment]
easytag-2.4.3/src/easytag.c:237:0: note: Variable 'msgdialog' is reassigned a value before the old one has been used.
easytag-2.4.3/src/easytag.c:240:9: note: Variable 'msgdialog' is reassigned a value before the old one has been used.
easytag-2.4.3/src/easytag.c:739:5: style: Variable 'msg' is reassigned a value before the old one has been used. [redundantAssignment]
easytag-2.4.3/src/easytag.c:734:0: note: Variable 'msg' is reassigned a value before the old one has been used.
easytag-2.4.3/src/easytag.c:739:5: note: Variable 'msg' is reassigned a value before the old one has been used.
easytag-2.4.3/src/easytag.c:110:14: style: The scope of the variable 'etfile' can be reduced. [variableScope]
easytag-2.4.3/src/easytag.c:148:16: style: The scope of the variable 'FileTag' can be reduced. [variableScope]
easytag-2.4.3/src/easytag.c:149:16: style: The scope of the variable 'FileNameNew' can be reduced. [variableScope]
easytag-2.4.3/src/easytag.c:397:12: style: The scope of the variable 'dirname_cur_utf8' can be reduced. [variableScope]
easytag-2.4.3/src/easytag.c:397:31: style: The scope of the variable 'dirname_new_utf8' can be reduced. [variableScope]
easytag-2.4.3/src/easytag.c:736:16: style: The scope of the variable 'msgdialog' can be reduced. [variableScope]
easytag-2.4.3/src/easytag.c:830:12: style: The scope of the variable 'fraction' can be reduced. [variableScope]
easytag-2.4.3/src/easytag.c:1027:17: style: The scope of the variable 'file_name' can be reduced. [variableScope]
easytag-2.4.3/src/easytag.c:822:30: style: Function 'Read_Directory' argument 1 names different: declaration 'path' definition 'path_real'. [funcArgNamesDifferent]
easytag-2.4.3/src/easytag.h:52:39: note: Function 'Read_Directory' argument 1 names different: declaration 'path' definition 'path_real'.
easytag-2.4.3/src/easytag.c:822:30: note: Function 'Read_Directory' argument 1 names different: declaration 'path' definition 'path_real'.
easytag-2.4.3/src/file.c:1039:5: style: Variable 'dirname' is reassigned a value before the old one has been used. [redundantAssignment]
easytag-2.4.3/src/file.c:1030:0: note: Variable 'dirname' is reassigned a value before the old one has been used.
easytag-2.4.3/src/file.c:1039:5: note: Variable 'dirname' is reassigned a value before the old one has been used.
easytag-2.4.3/src/file.c:1749:37: style: Function 'et_file_generate_name' argument 2 names different: declaration 'new_file_name' definition 'new_file_name_utf8'. [funcArgNamesDifferent]
easytag-2.4.3/src/file.h:82:67: note: Function 'et_file_generate_name' argument 2 names different: declaration 'new_file_name' definition 'new_file_name_utf8'.
easytag-2.4.3/src/file.c:1749:37: note: Function 'et_file_generate_name' argument 2 names different: declaration 'new_file_name' definition 'new_file_name_utf8'.
easytag-2.4.3/src/file_list.c:818:5: style: Variable 'ETFileDisplayedList' is reassigned a value before the old one has been used. [redundantAssignment]
easytag-2.4.3/src/file_list.c:811:0: note: Variable 'ETFileDisplayedList' is reassigned a value before the old one has been used.
easytag-2.4.3/src/file_list.c:818:5: note: Variable 'ETFileDisplayedList' is reassigned a value before the old one has been used.
easytag-2.4.3/src/file_list.c:819:5: style: Variable 'ETFileList' is reassigned a value before the old one has been used. [redundantAssignment]
easytag-2.4.3/src/file_list.c:810:0: note: Variable 'ETFileList' is reassigned a value before the old one has been used.
easytag-2.4.3/src/file_list.c:819:5: note: Variable 'ETFileList' is reassigned a value before the old one has been used.
easytag-2.4.3/src/file_tag.c:354:32: warning: Either the condition 'FileTag1' is redundant or there is possible null pointer dereference: FileTag1. [nullPointerRedundantCheck]
easytag-2.4.3/src/file_tag.c:349:12: note: Assuming that condition 'FileTag1' is not redundant
easytag-2.4.3/src/file_tag.c:354:32: note: Null pointer dereference
easytag-2.4.3/src/file_tag.c:354:49: warning: Either the condition 'FileTag2' is redundant or there is possible null pointer dereference: FileTag2. [nullPointerRedundantCheck]
easytag-2.4.3/src/file_tag.c:350:25: note: Assuming that condition 'FileTag2' is not redundant
easytag-2.4.3/src/file_tag.c:354:49: note: Null pointer dereference
easytag-2.4.3/src/file_tag.c:52:29: style: Function 'et_file_tag_free' argument 1 names different: declaration 'file_tag' definition 'FileTag'. [funcArgNamesDifferent]
easytag-2.4.3/src/file_tag.h:79:34: note: Function 'et_file_tag_free' argument 1 names different: declaration 'file_tag' definition 'FileTag'.
easytag-2.4.3/src/file_tag.c:52:29: note: Function 'et_file_tag_free' argument 1 names different: declaration 'file_tag' definition 'FileTag'.
easytag-2.4.3/src/load_files_dialog.c:257:12: style: The scope of the variable 'valid' can be reduced. [variableScope]
easytag-2.4.3/src/load_files_dialog.c:497:18: style: The scope of the variable 'currentPath' can be reduced. [variableScope]
easytag-2.4.3/src/load_files_dialog.c:561:18: style: The scope of the variable 'currentPath' can be reduced. [variableScope]
easytag-2.4.3/src/load_files_dialog.c:619:14: style: The scope of the variable 'etfile' can be reduced. [variableScope]
easytag-2.4.3/src/load_files_dialog.c:620:12: style: The scope of the variable 'filename_utf8' can be reduced. [variableScope]
easytag-2.4.3/src/load_files_dialog.c:621:12: style: The scope of the variable 'pos' can be reduced. [variableScope]
easytag-2.4.3/src/misc.c:45:74: style: Function 'Add_String_To_Combo_List' argument 2 names different: declaration 'string' definition 'str'. [funcArgNamesDifferent]
easytag-2.4.3/src/misc.h:30:73: note: Function 'Add_String_To_Combo_List' argument 2 names different: declaration 'string' definition 'str'.
easytag-2.4.3/src/misc.c:45:74: note: Function 'Add_String_To_Combo_List' argument 2 names different: declaration 'string' definition 'str'.
easytag-2.4.3/src/misc.c:386:29: style: Function 'et_rename_file' argument 1 names different: declaration 'old_filename' definition 'old_filepath'. [funcArgNamesDifferent]
easytag-2.4.3/src/misc.h:41:39: note: Function 'et_rename_file' argument 1 names different: declaration 'old_filename' definition 'old_filepath'.
easytag-2.4.3/src/misc.c:386:29: note: Function 'et_rename_file' argument 1 names different: declaration 'old_filename' definition 'old_filepath'.
easytag-2.4.3/src/misc.c:387:29: style: Function 'et_rename_file' argument 2 names different: declaration 'new_filename' definition 'new_filepath'. [funcArgNamesDifferent]
easytag-2.4.3/src/misc.h:41:66: note: Function 'et_rename_file' argument 2 names different: declaration 'new_filename' definition 'new_filepath'.
easytag-2.4.3/src/misc.c:387:29: note: Function 'et_rename_file' argument 2 names different: declaration 'new_filename' definition 'new_filepath'.
easytag-2.4.3/src/picture.c:253:9: warning: Either the condition 'a' is redundant or there is possible null pointer dereference: a. [nullPointerRedundantCheck]
easytag-2.4.3/src/picture.c:248:10: note: Assuming that condition 'a' is not redundant
easytag-2.4.3/src/picture.c:253:9: note: Null pointer dereference
easytag-2.4.3/src/picture.c:253:20: warning: Either the condition 'b' is redundant or there is possible null pointer dereference: b. [nullPointerRedundantCheck]
easytag-2.4.3/src/picture.c:248:29: note: Assuming that condition 'b' is not redundant
easytag-2.4.3/src/picture.c:253:20: note: Null pointer dereference
easytag-2.4.3/src/playlist_dialog.c:131:9: style: Variable 'selfilelist' is reassigned a value before the old one has been used. [redundantAssignment]
easytag-2.4.3/src/playlist_dialog.c:128:0: note: Variable 'selfilelist' is reassigned a value before the old one has been used.
easytag-2.4.3/src/playlist_dialog.c:131:9: note: Variable 'selfilelist' is reassigned a value before the old one has been used.
easytag-2.4.3/src/playlist_dialog.c:610:5: style: Variable 'mask' is reassigned a value before the old one has been used. [redundantAssignment]
easytag-2.4.3/src/playlist_dialog.c:606:0: note: Variable 'mask' is reassigned a value before the old one has been used.
easytag-2.4.3/src/playlist_dialog.c:610:5: note: Variable 'mask' is reassigned a value before the old one has been used.
easytag-2.4.3/src/playlist_dialog.c:428:16: style: The scope of the variable 'msgdialog' can be reduced. [variableScope]
easytag-2.4.3/src/playlist_dialog.c:779:36: style: Function 'et_playlist_dialog_new' argument 1 names different: declaration 'window' definition 'parent'. [funcArgNamesDifferent]
easytag-2.4.3/src/playlist_dialog.h:47:54: note: Function 'et_playlist_dialog_new' argument 1 names different: declaration 'window' definition 'parent'.
easytag-2.4.3/src/playlist_dialog.c:779:36: note: Function 'et_playlist_dialog_new' argument 1 names different: declaration 'window' definition 'parent'.
easytag-2.4.3/src/scan.c:43:18: style: The scope of the variable 'tmp1' can be reduced. [variableScope]
easytag-2.4.3/src/scan.c:390:25: error: Uninitialized variable: utf8_character [uninitvar]
easytag-2.4.3/src/scan_dialog.c:799:5: style: Variable 'mask' is reassigned a value before the old one has been used. [redundantAssignment]
easytag-2.4.3/src/scan_dialog.c:792:0: note: Variable 'mask' is reassigned a value before the old one has been used.
easytag-2.4.3/src/scan_dialog.c:799:5: note: Variable 'mask' is reassigned a value before the old one has been used.
easytag-2.4.3/src/scan_dialog.c:2569:5: style: Variable 'mask' is reassigned a value before the old one has been used. [redundantAssignment]
easytag-2.4.3/src/scan_dialog.c:2564:0: note: Variable 'mask' is reassigned a value before the old one has been used.
easytag-2.4.3/src/scan_dialog.c:2569:5: note: Variable 'mask' is reassigned a value before the old one has been used.
easytag-2.4.3/src/scan_dialog.c:2646:5: style: Variable 'mask' is reassigned a value before the old one has been used. [redundantAssignment]
easytag-2.4.3/src/scan_dialog.c:2642:0: note: Variable 'mask' is reassigned a value before the old one has been used.
easytag-2.4.3/src/scan_dialog.c:2646:5: note: Variable 'mask' is reassigned a value before the old one has been used.
easytag-2.4.3/src/scan_dialog.c:2724:5: style: Variable 'selfilelist' is reassigned a value before the old one has been used. [redundantAssignment]
easytag-2.4.3/src/scan_dialog.c:2700:0: note: Variable 'selfilelist' is reassigned a value before the old one has been used.
easytag-2.4.3/src/scan_dialog.c:2724:5: note: Variable 'selfilelist' is reassigned a value before the old one has been used.
easytag-2.4.3/src/scan_dialog.c:393:16: style: The scope of the variable 'file' can be reduced. [variableScope]
easytag-2.4.3/src/scan_dialog.c:396:16: style: The scope of the variable 'buffer' can be reduced. [variableScope]
easytag-2.4.3/src/scan_dialog.c:1126:12: style: The scope of the variable 'path_tmp' can be reduced. [variableScope]
easytag-2.4.3/src/scan_dialog.c:1330:16: style: The scope of the variable 'filename_utf8' can be reduced. [variableScope]
easytag-2.4.3/src/scan_dialog.c:1894:19: style: The scope of the variable 'treemodel' can be reduced. [variableScope]
easytag-2.4.3/src/scan_dialog.c:1895:23: style: The scope of the variable 'selection' can be reduced. [variableScope]
easytag-2.4.3/src/scan_dialog.c:2122:18: style: The scope of the variable 'currentPath' can be reduced. [variableScope]
easytag-2.4.3/src/scan_dialog.c:2167:18: style: The scope of the variable 'currentPath' can be reduced. [variableScope]
easytag-2.4.3/src/scan_dialog.c:2699:12: style: The scope of the variable 'fraction' can be reduced. [variableScope]
easytag-2.4.3/src/scan_dialog.c:2702:14: style: The scope of the variable 'etfile' can be reduced. [variableScope]
easytag-2.4.3/src/search_dialog.c:405:20: style: The scope of the variable 'ETFile' can be reduced. [variableScope]
easytag-2.4.3/src/setting.c:514:5: style: Variable 'easytag_path' is reassigned a value before the old one has been used. [redundantAssignment]
easytag-2.4.3/src/setting.c:510:0: note: Variable 'easytag_path' is reassigned a value before the old one has been used.
easytag-2.4.3/src/setting.c:514:5: note: Variable 'easytag_path' is reassigned a value before the old one has been used.
easytag-2.4.3/src/tag_area.c:156:5: style: Variable 'selection_filelist' is reassigned a value before the old one has been used. [redundantAssignment]
easytag-2.4.3/src/tag_area.c:137:0: note: Variable 'selection_filelist' is reassigned a value before the old one has been used.
easytag-2.4.3/src/tag_area.c:156:5: note: Variable 'selection_filelist' is reassigned a value before the old one has been used.
easytag-2.4.3/src/tag_area.c:388:9: style: Variable 'etfilelistfull' is reassigned a value before the old one has been used. [redundantAssignment]
easytag-2.4.3/src/tag_area.c:381:0: note: Variable 'etfilelistfull' is reassigned a value before the old one has been used.
easytag-2.4.3/src/tag_area.c:388:9: note: Variable 'etfilelistfull' is reassigned a value before the old one has been used.
easytag-2.4.3/src/tag_area.c:1631:5: style: Variable 'parent_window' is reassigned a value before the old one has been used. [redundantAssignment]
easytag-2.4.3/src/tag_area.c:1621:0: note: Variable 'parent_window' is reassigned a value before the old one has been used.
easytag-2.4.3/src/tag_area.c:1631:5: note: Variable 'parent_window' is reassigned a value before the old one has been used.
easytag-2.4.3/src/tag_area.c:1828:5: style: Variable 'parent_window' is reassigned a value before the old one has been used. [redundantAssignment]
easytag-2.4.3/src/tag_area.c:1816:0: note: Variable 'parent_window' is reassigned a value before the old one has been used.
easytag-2.4.3/src/tag_area.c:1828:5: note: Variable 'parent_window' is reassigned a value before the old one has been used.
easytag-2.4.3/src/tag_area.c:1028:12: style: The scope of the variable 'text' can be reduced. [variableScope]
easytag-2.4.3/src/tag_area.c:1616:16: style: The scope of the variable 'type' can be reduced. [variableScope]
easytag-2.4.3/src/tag_area.c:1616:23: style: The scope of the variable 'desc' can be reduced. [variableScope]
easytag-2.4.3/src/tag_area.c:1618:19: style: The scope of the variable 'store' can be reduced. [variableScope]
easytag-2.4.3/src/tag_area.c:1814:16: style: The scope of the variable 'FileSelectionWindow' can be reduced. [variableScope]
easytag-2.4.3/src/tag_area.c:1815:20: style: The scope of the variable 'filter' can be reduced. [variableScope]
easytag-2.4.3/src/tag_area.c:1192:39: style: Checking if unsigned variable 'strlen(year)' is less than zero. [unsignedLessThanZero]
easytag-2.4.3/src/tags/libapetag/apetaglib.c:585:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
easytag-2.4.3/src/tags/libapetag/apetaglib.c:190:17: style: The scope of the variable 'mTag' can be reduced. [variableScope]
easytag-2.4.3/src/tags/libapetag/apetaglib.c:699:9: style: The scope of the variable 'apeTag2' can be reduced. [variableScope]
easytag-2.4.3/src/tags/libapetag/apetaglib.c:702:31: style: The scope of the variable 'buffLength' can be reduced. [variableScope]
easytag-2.4.3/src/tags/libapetag/apetaglib.c:704:20: style: The scope of the variable 'end' can be reduced. [variableScope]
easytag-2.4.3/src/tags/libapetag/apetaglib.c:705:19: style: The scope of the variable 'tagCount' can be reduced. [variableScope]
easytag-2.4.3/src/tags/libapetag/apetaglib.c:706:20: style: The scope of the variable 'p' can be reduced. [variableScope]
easytag-2.4.3/src/tags/libapetag/apetaglib.c:1021:16: style: The scope of the variable 'writedBytes' can be reduced. [variableScope]
easytag-2.4.3/src/tags/libapetag/apetaglib.c:56:19: style: struct member '_apetag_footer::reserved' is never used. [unusedStructMember]
easytag-2.4.3/src/tags/libapetag/info_mpc.c:70:31: style: Function 'info_mpc_read' argument 2 names different: declaration 'Info' definition 'stream_info'. [funcArgNamesDifferent]
easytag-2.4.3/src/tags/libapetag/info_mpc.h:91:53: note: Function 'info_mpc_read' argument 2 names different: declaration 'Info' definition 'stream_info'.
easytag-2.4.3/src/tags/libapetag/info_mpc.c:70:31: note: Function 'info_mpc_read' argument 2 names different: declaration 'Info' definition 'stream_info'.
easytag-2.4.3/src/tags/monkeyaudio_header.c:87:5: style: Variable 'size' is reassigned a value before the old one has been used. [redundantAssignment]
easytag-2.4.3/src/tags/monkeyaudio_header.c:63:0: note: Variable 'size' is reassigned a value before the old one has been used.
easytag-2.4.3/src/tags/monkeyaudio_header.c:87:5: note: Variable 'size' is reassigned a value before the old one has been used.
easytag-2.4.3/src/tags/monkeyaudio_header.c:88:5: style: Variable 'size1' is reassigned a value before the old one has been used. [redundantAssignment]
easytag-2.4.3/src/tags/monkeyaudio_header.c:64:0: note: Variable 'size1' is reassigned a value before the old one has been used.
easytag-2.4.3/src/tags/monkeyaudio_header.c:88:5: note: Variable 'size1' is reassigned a value before the old one has been used.
easytag-2.4.3/src/tags/monkeyaudio_header.c:94:5: style: Variable 'time' is reassigned a value before the old one has been used. [redundantAssignment]
easytag-2.4.3/src/tags/monkeyaudio_header.c:61:0: note: Variable 'time' is reassigned a value before the old one has been used.
easytag-2.4.3/src/tags/monkeyaudio_header.c:94:5: note: Variable 'time' is reassigned a value before the old one has been used.
easytag-2.4.3/src/tags/monkeyaudio_header.c:95:5: style: Variable 'time1' is reassigned a value before the old one has been used. [redundantAssignment]
easytag-2.4.3/src/tags/monkeyaudio_header.c:62:0: note: Variable 'time1' is reassigned a value before the old one has been used.
easytag-2.4.3/src/tags/monkeyaudio_header.c:95:5: note: Variable 'time1' is reassigned a value before the old one has been used.
easytag-2.4.3/src/tags/musepack_header.c:88:5: style: Variable 'size' is reassigned a value before the old one has been used. [redundantAssignment]
easytag-2.4.3/src/tags/musepack_header.c:64:0: note: Variable 'size' is reassigned a value before the old one has been used.
easytag-2.4.3/src/tags/musepack_header.c:88:5: note: Variable 'size' is reassigned a value before the old one has been used.
easytag-2.4.3/src/tags/musepack_header.c:89:5: style: Variable 'size1' is reassigned a value before the old one has been used. [redundantAssignment]
easytag-2.4.3/src/tags/musepack_header.c:65:0: note: Variable 'size1' is reassigned a value before the old one has been used.
easytag-2.4.3/src/tags/musepack_header.c:89:5: note: Variable 'size1' is reassigned a value before the old one has been used.
easytag-2.4.3/src/tags/musepack_header.c:95:5: style: Variable 'time' is reassigned a value before the old one has been used. [redundantAssignment]
easytag-2.4.3/src/tags/musepack_header.c:62:0: note: Variable 'time' is reassigned a value before the old one has been used.
easytag-2.4.3/src/tags/musepack_header.c:95:5: note: Variable 'time' is reassigned a value before the old one has been used.
easytag-2.4.3/src/tags/musepack_header.c:96:5: style: Variable 'time1' is reassigned a value before the old one has been used. [redundantAssignment]
easytag-2.4.3/src/tags/musepack_header.c:63:0: note: Variable 'time1' is reassigned a value before the old one has been used.
easytag-2.4.3/src/tags/musepack_header.c:96:5: note: Variable 'time1' is reassigned a value before the old one has been used.
easytag-2.4.3/tests/test-misc.c:30:12: style: The scope of the variable 'time' can be reduced. [variableScope]
[17:03]

ftp://ftp.se.debian.org/debian/pool/main/e/easyzone/easyzone_1.2.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/eb/eb_4.4.3.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/e/ebib/ebib_2.11.11.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/e/eblook/eblook_1.6.1.orig.tar.gz
eblook-1.6.1/bmp_in.c:191:25: warning: Either the condition 'output==NULL' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
eblook-1.6.1/bmp_in.c:193:16: note: Assuming that condition 'output==NULL' is not redundant
eblook-1.6.1/bmp_in.c:191:25: note: Null pointer addition
eblook-1.6.1/bmp_in.c:164:2: error: Memory leak: p [memleak]
eblook-1.6.1/codeconv.c:368:19: style: Condition 'conv_mode==IO_AUTO' is always true [knownConditionTrueFalse]
eblook-1.6.1/codeconv.c:330:17: note: Assignment 'conv_mode=IO_AUTO', assigned value is 0
eblook-1.6.1/codeconv.c:368:19: note: Condition 'conv_mode==IO_AUTO' is always true
eblook-1.6.1/codeconv.c:383:9: style: The scope of the variable 'wlen' can be reduced. [variableScope]
eblook-1.6.1/codeconv.c:656:9: style: The scope of the variable 'c1' can be reduced. [variableScope]
eblook-1.6.1/codeconv.c:656:13: style: The scope of the variable 'c2' can be reduced. [variableScope]
eblook-1.6.1/codeconv.c:765:9: style: The scope of the variable 'c1' can be reduced. [variableScope]
eblook-1.6.1/codeconv.c:765:13: style: The scope of the variable 'c2' can be reduced. [variableScope]
eblook-1.6.1/codeconv.c:691:18: style: Checking if unsigned variable '*out_len' is less than zero. [unsignedLessThanZero]
eblook-1.6.1/codeconv.c:727:19: style: Checking if unsigned variable '*out_len' is less than zero. [unsignedLessThanZero]
eblook-1.6.1/codeconv.c:800:18: style: Checking if unsigned variable '*out_len' is less than zero. [unsignedLessThanZero]
eblook-1.6.1/codeconv.c:832:19: style: Checking if unsigned variable '*out_len' is less than zero. [unsignedLessThanZero]
eblook-1.6.1/eblook.c:2519:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
eblook-1.6.1/eblook.c:2519:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
eblook-1.6.1/eblook.c:2528:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
eblook-1.6.1/eblook.c:2528:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
eblook-1.6.1/eblook.c:2589:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
eblook-1.6.1/eblook.c:2589:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
eblook-1.6.1/eblook.c:1766:3: style: Variable 'error_code' is reassigned a value before the old one has been used. [redundantAssignment]
eblook-1.6.1/eblook.c:1760:0: note: Variable 'error_code' is reassigned a value before the old one has been used.
eblook-1.6.1/eblook.c:1766:3: note: Variable 'error_code' is reassigned a value before the old one has been used.
eblook-1.6.1/eblook.c:2128:3: style: Variable 'error_code' is reassigned a value before the old one has been used. [redundantAssignment]
eblook-1.6.1/eblook.c:2123:0: note: Variable 'error_code' is reassigned a value before the old one has been used.
eblook-1.6.1/eblook.c:2128:3: note: Variable 'error_code' is reassigned a value before the old one has been used.
eblook-1.6.1/eblook.c:3109:5: style: Variable 'error_code' is reassigned a value before the old one has been used. [redundantAssignment]
eblook-1.6.1/eblook.c:3105:5: note: Variable 'error_code' is reassigned a value before the old one has been used.
eblook-1.6.1/eblook.c:3109:5: note: Variable 'error_code' is reassigned a value before the old one has been used.
eblook-1.6.1/eblook.c:3178:5: style: Variable 'error_code' is reassigned a value before the old one has been used. [redundantAssignment]
eblook-1.6.1/eblook.c:3173:0: note: Variable 'error_code' is reassigned a value before the old one has been used.
eblook-1.6.1/eblook.c:3178:5: note: Variable 'error_code' is reassigned a value before the old one has been used.
eblook-1.6.1/eblook.c:394:9: style: The scope of the variable 'fp' can be reduced. [variableScope]
eblook-1.6.1/eblook.c:1631:7: style: The scope of the variable 'i' can be reduced. [variableScope]
eblook-1.6.1/eblook.c:1534:13: style: Variable 'begin' is assigned a value that is never used. [unreadVariable]
eblook-1.6.1/eblook.c:3109:18: style: Variable 'error_code' is assigned a value that is never used. [unreadVariable]
eblook-1.6.1/strcasecmp.c:123:9: style: The scope of the variable 'comparison_result' can be reduced. [variableScope]
eblook-1.6.1/strcasecmp.c:149:9: style: The scope of the variable 'comparison_result' can be reduced. [variableScope]
eblook-1.6.1/strcasecmp.c:155:10: style: Checking if unsigned variable 'i--' is less than zero. [unsignedLessThanZero]
eblook-1.6.1/win32.c:42:16: style: The scope of the variable 'c1' can be reduced. [variableScope]
eblook-1.6.1/win32.c:83:16: style: The scope of the variable 'c1' can be reduced. [variableScope]
[17:03]

ftp://ftp.se.debian.org/debian/pool/main/e/ebnetd/ebnetd_1.0.dfsg.1.orig.tar.gz
ebnetd-1.0.dfsg.1/ebhttpd/book.c:211:9: style: The scope of the variable 'i' can be reduced. [variableScope]
ebnetd-1.0.dfsg.1/ebhttpd/ebhtcheck.c:98:9: style: The scope of the variable 'ch' can be reduced. [variableScope]
ebnetd-1.0.dfsg.1/ebhttpd/ebhtcontrol.c:150:9: style: The scope of the variable 'ch' can be reduced. [variableScope]
ebnetd-1.0.dfsg.1/ebhttpd/generator.c:1487:34: style: Checking if unsigned variable 'text_length_argument' is less than zero. [unsignedLessThanZero]
ebnetd-1.0.dfsg.1/ebhttpd/hookset.c:459:20: style: The scope of the variable 'alt_p' can be reduced. [variableScope]
ebnetd-1.0.dfsg.1/ebhttpd/hookset.c:501:20: style: The scope of the variable 'alt_p' can be reduced. [variableScope]
ebnetd-1.0.dfsg.1/ebhttpd/hookset.c:647:17: style: The scope of the variable 'entity' can be reduced. [variableScope]
ebnetd-1.0.dfsg.1/ebhttpd/http.c:456:5: portability: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
ebnetd-1.0.dfsg.1/ebhttpd/http.c:647:17: style: The scope of the variable 'entity' can be reduced. [variableScope]
ebnetd-1.0.dfsg.1/ebhttpd/http.c:757:17: style: The scope of the variable 'pattern_p' can be reduced. [variableScope]
ebnetd-1.0.dfsg.1/ebhttpd/http.c:758:17: style: The scope of the variable 'path_p' can be reduced. [variableScope]
ebnetd-1.0.dfsg.1/ebhttpd/http.c:759:9: style: The scope of the variable 'matched' can be reduced. [variableScope]
ebnetd-1.0.dfsg.1/ebhttpd/httprequest.c:292:13: style: The scope of the variable 'line_length' can be reduced. [variableScope]
ebnetd-1.0.dfsg.1/ebhttpd/httprequest.c:484:13: style: The scope of the variable 'line_length' can be reduced. [variableScope]
ebnetd-1.0.dfsg.1/ebhttpd/httprequest.c:604:12: style: The scope of the variable 'chunk_length' can be reduced. [variableScope]
ebnetd-1.0.dfsg.1/ebhttpd/httprequest.c:605:12: style: The scope of the variable 'chunk_rest_length' can be reduced. [variableScope]
ebnetd-1.0.dfsg.1/ebhttpd/httprequest.c:609:11: style: The scope of the variable 'line_p' can be reduced. [variableScope]
ebnetd-1.0.dfsg.1/ebhttpd/urlparts.c:332:2: style: Variable 'netloc' is reassigned a value before the old one has been used. [redundantAssignment]
ebnetd-1.0.dfsg.1/ebhttpd/urlparts.c:320:0: note: Variable 'netloc' is reassigned a value before the old one has been used.
ebnetd-1.0.dfsg.1/ebhttpd/urlparts.c:332:2: note: Variable 'netloc' is reassigned a value before the old one has been used.
ebnetd-1.0.dfsg.1/ebnetd/book.c:211:9: style: The scope of the variable 'i' can be reduced. [variableScope]
ebnetd-1.0.dfsg.1/ebnetd/ebncheck.c:98:9: style: The scope of the variable 'ch' can be reduced. [variableScope]
ebnetd-1.0.dfsg.1/ebnetd/ebncontrol.c:150:9: style: The scope of the variable 'ch' can be reduced. [variableScope]
ebnetd-1.0.dfsg.1/ebnetd/ebnet.c:1082:10: style: The scope of the variable 'subbook_name' can be reduced. [variableScope]
ebnetd-1.0.dfsg.1/ebnetd/ebnet.c:1083:12: style: The scope of the variable 'subbook_name_length' can be reduced. [variableScope]
ebnetd-1.0.dfsg.1/ebnetd/ebnet.c:1145:10: style: The scope of the variable 'subbook_name' can be reduced. [variableScope]
ebnetd-1.0.dfsg.1/ebnetd/ebnet.c:1146:12: style: The scope of the variable 'subbook_name_length' can be reduced. [variableScope]
ebnetd-1.0.dfsg.1/ebnetd/ebnet.c:1147:22: style: The scope of the variable 'error_code' can be reduced. [variableScope]
ebnetd-1.0.dfsg.1/ebnetd/fdcache.c:272:20: style: The scope of the variable 'entry' can be reduced. [variableScope]
ebnetd-1.0.dfsg.1/ebnetd/fdcache.c:328:20: style: The scope of the variable 'lru_entry' can be reduced. [variableScope]
ebnetd-1.0.dfsg.1/ebnetd/fdcache.c:329:9: style: The scope of the variable 'saved_errno' can be reduced. [variableScope]
ebnetd-1.0.dfsg.1/ebtiny/util.c:245:13: style: The scope of the variable 'n' can be reduced. [variableScope]
ebnetd-1.0.dfsg.1/lib/confutil.c:123:21: style: The scope of the variable 'serv' can be reduced. [variableScope]
ebnetd-1.0.dfsg.1/lib/confutil.c:155:21: style: The scope of the variable 'serv' can be reduced. [variableScope]
ebnetd-1.0.dfsg.1/lib/confutil.c:263:9: style: struct member 'Facility_Entry::code' is never used. [unusedStructMember]
ebnetd-1.0.dfsg.1/lib/confutil.c:264:17: style: struct member 'Facility_Entry::name' is never used. [unusedStructMember]
ebnetd-1.0.dfsg.1/lib/filename.c:99:10: style: The scope of the variable 'cwd' can be reduced. [variableScope]
ebnetd-1.0.dfsg.1/lib/filename.c:100:10: style: The scope of the variable 'tmp_path_name' can be reduced. [variableScope]
ebnetd-1.0.dfsg.1/lib/gettext.h:198:15: style: The scope of the variable 'translation' can be reduced. [variableScope]
ebnetd-1.0.dfsg.1/lib/gettext.h:244:15: style: The scope of the variable 'translation' can be reduced. [variableScope]
ebnetd-1.0.dfsg.1/lib/getopt.c:352:25: style: Function '_getopt_internal_r' argument 1 names different: declaration '___argc' definition 'argc'. [funcArgNamesDifferent]
ebnetd-1.0.dfsg.1/lib/getopt_int.h:114:36: note: Function '_getopt_internal_r' argument 1 names different: declaration '___argc' definition 'argc'.
ebnetd-1.0.dfsg.1/lib/getopt.c:352:25: note: Function '_getopt_internal_r' argument 1 names different: declaration '___argc' definition 'argc'.
ebnetd-1.0.dfsg.1/lib/getopt.c:352:38: style: Function '_getopt_internal_r' argument 2 names different: declaration '___argv' definition 'argv'. [funcArgNamesDifferent]
ebnetd-1.0.dfsg.1/lib/getopt_int.h:114:52: note: Function '_getopt_internal_r' argument 2 names different: declaration '___argv' definition 'argv'.
ebnetd-1.0.dfsg.1/lib/getopt.c:352:38: note: Function '_getopt_internal_r' argument 2 names different: declaration '___argv' definition 'argv'.
ebnetd-1.0.dfsg.1/lib/getopt.c:352:56: style: Function '_getopt_internal_r' argument 3 names different: declaration '__shortopts' definition 'optstring'. [funcArgNamesDifferent]
ebnetd-1.0.dfsg.1/lib/getopt_int.h:115:23: note: Function '_getopt_internal_r' argument 3 names different: declaration '__shortopts' definition 'optstring'.
ebnetd-1.0.dfsg.1/lib/getopt.c:352:56: note: Function '_getopt_internal_r' argument 3 names different: declaration '__shortopts' definition 'optstring'.
ebnetd-1.0.dfsg.1/lib/getopt.c:353:28: style: Function '_getopt_internal_r' argument 4 names different: declaration '__longopts' definition 'longopts'. [funcArgNamesDifferent]
ebnetd-1.0.dfsg.1/lib/getopt_int.h:116:32: note: Function '_getopt_internal_r' argument 4 names different: declaration '__longopts' definition 'longopts'.
ebnetd-1.0.dfsg.1/lib/getopt.c:353:28: note: Function '_getopt_internal_r' argument 4 names different: declaration '__longopts' definition 'longopts'.
ebnetd-1.0.dfsg.1/lib/getopt.c:353:43: style: Function '_getopt_internal_r' argument 5 names different: declaration '__longind' definition 'longind'. [funcArgNamesDifferent]
ebnetd-1.0.dfsg.1/lib/getopt_int.h:116:49: note: Function '_getopt_internal_r' argument 5 names different: declaration '__longind' definition 'longind'.
ebnetd-1.0.dfsg.1/lib/getopt.c:353:43: note: Function '_getopt_internal_r' argument 5 names different: declaration '__longind' definition 'longind'.
ebnetd-1.0.dfsg.1/lib/getopt.c:354:11: style: Function '_getopt_internal_r' argument 6 names different: declaration '__long_only' definition 'long_only'. [funcArgNamesDifferent]
ebnetd-1.0.dfsg.1/lib/getopt_int.h:117:15: note: Function '_getopt_internal_r' argument 6 names different: declaration '__long_only' definition 'long_only'.
ebnetd-1.0.dfsg.1/lib/getopt.c:354:11: note: Function '_getopt_internal_r' argument 6 names different: declaration '__long_only' definition 'long_only'.
ebnetd-1.0.dfsg.1/lib/getopt.c:354:26: style: Function '_getopt_internal_r' argument 7 names different: declaration '__posixly_correct' definition 'posixly_correct'. [funcArgNamesDifferent]
ebnetd-1.0.dfsg.1/lib/getopt_int.h:117:32: note: Function '_getopt_internal_r' argument 7 names different: declaration '__posixly_correct' definition 'posixly_correct'.
ebnetd-1.0.dfsg.1/lib/getopt.c:354:26: note: Function '_getopt_internal_r' argument 7 names different: declaration '__posixly_correct' definition 'posixly_correct'.
ebnetd-1.0.dfsg.1/lib/getopt.c:354:64: style: Function '_getopt_internal_r' argument 8 names different: declaration '__data' definition 'd'. [funcArgNamesDifferent]
ebnetd-1.0.dfsg.1/lib/getopt_int.h:118:32: note: Function '_getopt_internal_r' argument 8 names different: declaration '__data' definition 'd'.
ebnetd-1.0.dfsg.1/lib/getopt.c:354:64: note: Function '_getopt_internal_r' argument 8 names different: declaration '__data' definition 'd'.
ebnetd-1.0.dfsg.1/lib/getopt.c:1088:23: style: Function '_getopt_internal' argument 1 names different: declaration '___argc' definition 'argc'. [funcArgNamesDifferent]
ebnetd-1.0.dfsg.1/lib/getopt_int.h:23:34: note: Function '_getopt_internal' argument 1 names different: declaration '___argc' definition 'argc'.
ebnetd-1.0.dfsg.1/lib/getopt.c:1088:23: note: Function '_getopt_internal' argument 1 names different: declaration '___argc' definition 'argc'.
ebnetd-1.0.dfsg.1/lib/getopt.c:1088:36: style: Function '_getopt_internal' argument 2 names different: declaration '___argv' definition 'argv'. [funcArgNamesDifferent]
ebnetd-1.0.dfsg.1/lib/getopt_int.h:23:50: note: Function '_getopt_internal' argument 2 names different: declaration '___argv' definition 'argv'.
ebnetd-1.0.dfsg.1/lib/getopt.c:1088:36: note: Function '_getopt_internal' argument 2 names different: declaration '___argv' definition 'argv'.
ebnetd-1.0.dfsg.1/lib/getopt.c:1088:54: style: Function '_getopt_internal' argument 3 names different: declaration '__shortopts' definition 'optstring'. [funcArgNamesDifferent]
ebnetd-1.0.dfsg.1/lib/getopt_int.h:24:21: note: Function '_getopt_internal' argument 3 names different: declaration '__shortopts' definition 'optstring'.
ebnetd-1.0.dfsg.1/lib/getopt.c:1088:54: note: Function '_getopt_internal' argument 3 names different: declaration '__shortopts' definition 'optstring'.
ebnetd-1.0.dfsg.1/lib/getopt.c:1089:26: style: Function '_getopt_internal' argument 4 names different: declaration '__longopts' definition 'longopts'. [funcArgNamesDifferent]
ebnetd-1.0.dfsg.1/lib/getopt_int.h:25:37: note: Function '_getopt_internal' argument 4 names different: declaration '__longopts' definition 'longopts'.
ebnetd-1.0.dfsg.1/lib/getopt.c:1089:26: note: Function '_getopt_internal' argument 4 names different: declaration '__longopts' definition 'longopts'.
ebnetd-1.0.dfsg.1/lib/getopt.c:1089:41: style: Function '_getopt_internal' argument 5 names different: declaration '__longind' definition 'longind'. [funcArgNamesDifferent]
ebnetd-1.0.dfsg.1/lib/getopt_int.h:25:54: note: Function '_getopt_internal' argument 5 names different: declaration '__longind' definition 'longind'.
ebnetd-1.0.dfsg.1/lib/getopt.c:1089:41: note: Function '_getopt_internal' argument 5 names different: declaration '__longind' definition 'longind'.
ebnetd-1.0.dfsg.1/lib/getopt.c:1090:9: style: Function '_getopt_internal' argument 6 names different: declaration '__long_only' definition 'long_only'. [funcArgNamesDifferent]
ebnetd-1.0.dfsg.1/lib/getopt_int.h:26:13: note: Function '_getopt_internal' argument 6 names different: declaration '__long_only' definition 'long_only'.
ebnetd-1.0.dfsg.1/lib/getopt.c:1090:9: note: Function '_getopt_internal' argument 6 names different: declaration '__long_only' definition 'long_only'.
ebnetd-1.0.dfsg.1/lib/getopt.c:1090:24: style: Function '_getopt_internal' argument 7 names different: declaration '__posixly_correct' definition 'posixly_correct'. [funcArgNamesDifferent]
ebnetd-1.0.dfsg.1/lib/getopt_int.h:26:30: note: Function '_getopt_internal' argument 7 names different: declaration '__posixly_correct' definition 'posixly_correct'.
ebnetd-1.0.dfsg.1/lib/getopt.c:1090:24: note: Function '_getopt_internal' argument 7 names different: declaration '__posixly_correct' definition 'posixly_correct'.
ebnetd-1.0.dfsg.1/lib/getopt.c:1116:13: style: Function 'getopt' argument 1 names different: declaration '___argc' definition 'argc'. [funcArgNamesDifferent]
ebnetd-1.0.dfsg.1/lib/getopt.h:204:24: note: Function 'getopt' argument 1 names different: declaration '___argc' definition 'argc'.
ebnetd-1.0.dfsg.1/lib/getopt.c:1116:13: note: Function 'getopt' argument 1 names different: declaration '___argc' definition 'argc'.
ebnetd-1.0.dfsg.1/lib/getopt.c:1116:32: style: Function 'getopt' argument 2 names different: declaration '___argv' definition 'argv'. [funcArgNamesDifferent]
ebnetd-1.0.dfsg.1/lib/getopt.h:204:46: note: Function 'getopt' argument 2 names different: declaration '___argv' definition 'argv'.
ebnetd-1.0.dfsg.1/lib/getopt.c:1116:32: note: Function 'getopt' argument 2 names different: declaration '___argv' definition 'argv'.
ebnetd-1.0.dfsg.1/lib/getopt.c:1116:50: style: Function 'getopt' argument 3 names different: declaration '__shortopts' definition 'optstring'. [funcArgNamesDifferent]
ebnetd-1.0.dfsg.1/lib/getopt.h:204:67: note: Function 'getopt' argument 3 names different: declaration '__shortopts' definition 'optstring'.
ebnetd-1.0.dfsg.1/lib/getopt.c:1116:50: note: Function 'getopt' argument 3 names different: declaration '__shortopts' definition 'optstring'.
ebnetd-1.0.dfsg.1/lib/inet_pton.c:197:14: style: The scope of the variable 'xdigits' can be reduced. [variableScope]
ebnetd-1.0.dfsg.1/lib/inet_pton2.c:164:5: style: Variable 'copied_string' is reassigned a value before the old one has been used. [redundantAssignment]
ebnetd-1.0.dfsg.1/lib/inet_pton2.c:156:0: note: Variable 'copied_string' is reassigned a value before the old one has been used.
ebnetd-1.0.dfsg.1/lib/inet_pton2.c:164:5: note: Variable 'copied_string' is reassigned a value before the old one has been used.
ebnetd-1.0.dfsg.1/lib/inet_pton2.c:330:5: style: Variable 'copied_string' is reassigned a value before the old one has been used. [redundantAssignment]
ebnetd-1.0.dfsg.1/lib/inet_pton2.c:316:0: note: Variable 'copied_string' is reassigned a value before the old one has been used.
ebnetd-1.0.dfsg.1/lib/inet_pton2.c:330:5: note: Variable 'copied_string' is reassigned a value before the old one has been used.
ebnetd-1.0.dfsg.1/lib/inet_pton2.c:476:5: style: Variable 'copied_string' is reassigned a value before the old one has been used. [redundantAssignment]
ebnetd-1.0.dfsg.1/lib/inet_pton2.c:465:0: note: Variable 'copied_string' is reassigned a value before the old one has been used.
ebnetd-1.0.dfsg.1/lib/inet_pton2.c:476:5: note: Variable 'copied_string' is reassigned a value before the old one has been used.
ebnetd-1.0.dfsg.1/lib/linebuf.c:459:13: style: The scope of the variable 'line_length' can be reduced. [variableScope]
ebnetd-1.0.dfsg.1/lib/permission.c:151:5: style: Variable 'permission_p' is reassigned a value before the old one has been used. [redundantAssignment]
ebnetd-1.0.dfsg.1/lib/permission.c:144:0: note: Variable 'permission_p' is reassigned a value before the old one has been used.
ebnetd-1.0.dfsg.1/lib/permission.c:151:5: note: Variable 'permission_p' is reassigned a value before the old one has been used.
ebnetd-1.0.dfsg.1/lib/strcasecmp.c:86:11: style: Checking if unsigned variable 'i' is less than zero. [unsignedLessThanZero]
ebnetd-1.0.dfsg.1/lib/strcasecmp.c:106:8: style: Checking if unsigned variable 'i' is less than zero. [unsignedLessThanZero]
ebnetd-1.0.dfsg.1/ndtpd/book.c:211:9: style: The scope of the variable 'i' can be reduced. [variableScope]
ebnetd-1.0.dfsg.1/ndtpd/ndtp.c:1794:10: style: The scope of the variable 'message' can be reduced. [variableScope]
ebnetd-1.0.dfsg.1/ndtpd/ndtp.c:999:27: style: Checking if unsigned variable 'text_length_argument' is less than zero. [unsignedLessThanZero]
ebnetd-1.0.dfsg.1/ndtpd/ndtpcheck.c:98:9: style: The scope of the variable 'ch' can be reduced. [variableScope]
ebnetd-1.0.dfsg.1/ndtpd/ndtpcontrol.c:150:9: style: The scope of the variable 'ch' can be reduced. [variableScope]
[17:03]

ftp://ftp.se.debian.org/debian/pool/main/e/eboard/eboard_1.1.1.orig.tar.gz
eboard-1.1.1.orig/board.cc:804:5: style: Suspicious condition (bitwise operator + comparison); Clarify expression with parentheses. [clarifyCondition]
eboard-1.1.1.orig/board.cc:804:9: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
eboard-1.1.1.orig/board.cc:940:6: style: Suspicious condition (bitwise operator + comparison); Clarify expression with parentheses. [clarifyCondition]
eboard-1.1.1.orig/board.cc:940:8: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
eboard-1.1.1.orig/board.cc:1117:8: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/board.cc:1248:15: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/board.cc:1252:15: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/board.cc:1256:15: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/board.cc:1260:15: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/board.cc:1264:15: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/board.cc:1416:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/board.cc:1544:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/board.cc:1743:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/board.cc:1946:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/board.cc:2005:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/board.cc:2038:8: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/board.cc:2119:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/board.cc:2191:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/board.cc:2345:7: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/board.cc:2559:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/board.cc:370:11: style: The scope of the variable 'k' can be reduced. [variableScope]
eboard-1.1.1.orig/board.cc:674:16: style: The scope of the variable 'i' can be reduced. [variableScope]
eboard-1.1.1.orig/board.cc:674:18: style: The scope of the variable 'rate' can be reduced. [variableScope]
eboard-1.1.1.orig/board.cc:675:18: style: The scope of the variable 'ap' can be reduced. [variableScope]
eboard-1.1.1.orig/board.cc:882:10: style: The scope of the variable 'arrow' can be reduced. [variableScope]
eboard-1.1.1.orig/board.cc:886:7: style: The scope of the variable 'i' can be reduced. [variableScope]
eboard-1.1.1.orig/board.cc:907:7: style: The scope of the variable 'i' can be reduced. [variableScope]
eboard-1.1.1.orig/board.cc:907:13: style: The scope of the variable 'X' can be reduced. [variableScope]
eboard-1.1.1.orig/board.cc:907:15: style: The scope of the variable 'Y' can be reduced. [variableScope]
eboard-1.1.1.orig/board.cc:907:17: style: The scope of the variable 'S' can be reduced. [variableScope]
eboard-1.1.1.orig/board.cc:1111:17: style: The scope of the variable 'accel' can be reduced. [variableScope]
eboard-1.1.1.orig/board.cc:1115:10: style: The scope of the variable 'elapsed' can be reduced. [variableScope]
eboard-1.1.1.orig/board.cc:1195:7: style: The scope of the variable 'x' can be reduced. [variableScope]
eboard-1.1.1.orig/board.cc:1195:9: style: The scope of the variable 'y' can be reduced. [variableScope]
eboard-1.1.1.orig/board.cc:1411:16: style: The scope of the variable 'i' can be reduced. [variableScope]
eboard-1.1.1.orig/board.cc:1732:7: style: The scope of the variable 'rw' can be reduced. [variableScope]
eboard-1.1.1.orig/board.cc:1732:10: style: The scope of the variable 'rh' can be reduced. [variableScope]
eboard-1.1.1.orig/board.cc:2363:33: style: The scope of the variable 'e' can be reduced. [variableScope]
eboard-1.1.1.orig/board.cc:2547:32: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
eboard-1.1.1.orig/board.cc:1417:5: style: Variable 'w' is assigned a value that is never used. [unreadVariable]
eboard-1.1.1.orig/board.cc:1418:5: style: Variable 'h' is assigned a value that is never used. [unreadVariable]
eboard-1.1.1.orig/board.cc:1422:6: style: Variable 'sq' is assigned a value that is never used. [unreadVariable]
eboard-1.1.1.orig/board.cc:2121:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/board.cc:2135:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/board.cc:2145:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/board.cc:2154:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/board.cc:2197:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/board.cc:2222:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/board.cc:2239:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/board.cc:2248:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/board.cc:2391:70: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/position.h:36:3: warning: Member variable 'IntAndString::i' is not initialized in the constructor. [uninitMemberVar]
eboard-1.1.1.orig/position.h:84:3: style: 'Position::operator=' should return 'Position &'. [operatorEq]
eboard-1.1.1.orig/proto_p2p.h:41:3: style: 'GameProposal::operator=' should return 'GameProposal &'. [operatorEq]
eboard-1.1.1.orig/sound.h:52:3: style: 'SoundEvent::operator=' should return 'SoundEvent &'. [operatorEq]
eboard-1.1.1.orig/board.h:50:7: style: Technically the member function 'AnimatedPiece::over' can be const. [functionConst]
eboard-1.1.1.orig/board.cc:2567:20: note: Technically the member function 'AnimatedPiece::over' can be const.
eboard-1.1.1.orig/board.h:50:7: note: Technically the member function 'AnimatedPiece::over' can be const.
eboard-1.1.1.orig/board.h:52:7: style: Technically the member function 'AnimatedPiece::getX' can be const. [functionConst]
eboard-1.1.1.orig/board.cc:2569:20: note: Technically the member function 'AnimatedPiece::getX' can be const.
eboard-1.1.1.orig/board.h:52:7: note: Technically the member function 'AnimatedPiece::getX' can be const.
eboard-1.1.1.orig/board.h:53:7: style: Technically the member function 'AnimatedPiece::getY' can be const. [functionConst]
eboard-1.1.1.orig/board.cc:2571:20: note: Technically the member function 'AnimatedPiece::getY' can be const.
eboard-1.1.1.orig/board.h:53:7: note: Technically the member function 'AnimatedPiece::getY' can be const.
eboard-1.1.1.orig/board.h:54:0: style: Technically the member function 'AnimatedPiece::getPiece' can be const. [functionConst]
eboard-1.1.1.orig/board.cc:2573:22: note: Technically the member function 'AnimatedPiece::getPiece' can be const.
eboard-1.1.1.orig/board.h:54:0: note: Technically the member function 'AnimatedPiece::getPiece' can be const.
eboard-1.1.1.orig/board.h:55:8: style: Technically the member function 'AnimatedPiece::getSoundHold' can be const. [functionConst]
eboard-1.1.1.orig/board.cc:2575:21: note: Technically the member function 'AnimatedPiece::getSoundHold' can be const.
eboard-1.1.1.orig/board.h:55:8: note: Technically the member function 'AnimatedPiece::getSoundHold' can be const.
eboard-1.1.1.orig/board.h:85:8: style: Technically the member function 'DropSource::hit' can be const. [functionConst]
eboard-1.1.1.orig/board.cc:2281:18: note: Technically the member function 'DropSource::hit' can be const.
eboard-1.1.1.orig/board.h:85:8: note: Technically the member function 'DropSource::hit' can be const.
eboard-1.1.1.orig/board.h:104:8: performance: Technically the member function 'RootBoard::clockString' can be static. [functionStatic]
eboard-1.1.1.orig/board.cc:333:17: note: Technically the member function 'RootBoard::clockString' can be static.
eboard-1.1.1.orig/board.h:104:8: note: Technically the member function 'RootBoard::clockString' can be static.
eboard-1.1.1.orig/board.h:149:15: style: Technically the member function 'Board::getFlipInversion' can be const. [functionConst]
eboard-1.1.1.orig/board.cc:246:13: note: Technically the member function 'Board::getFlipInversion' can be const.
eboard-1.1.1.orig/board.h:149:15: note: Technically the member function 'Board::getFlipInversion' can be const.
eboard-1.1.1.orig/board.h:180:8: style: Technically the member function 'Board::hasGame' can be const. [functionConst]
eboard-1.1.1.orig/board.cc:151:13: note: Technically the member function 'Board::hasGame' can be const.
eboard-1.1.1.orig/board.h:180:8: note: Technically the member function 'Board::hasGame' can be const.
eboard-1.1.1.orig/board.h:182:8: style: Technically the member function 'Board::effectiveFlip' can be const. [functionConst]
eboard-1.1.1.orig/widgetproxy.h:55:3: style: Class 'BoxedLabel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eboard-1.1.1.orig/widgetproxy.h:63:3: style: Class 'ModalDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eboard-1.1.1.orig/widgetproxy.h:89:3: style: Class 'NonModalDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eboard-1.1.1.orig/widgetproxy.h:98:3: style: Class 'UnboundedProgressWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eboard-1.1.1.orig/widgetproxy.h:157:3: style: Class 'FileDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eboard-1.1.1.orig/util.h:78:3: style: Class 'ExactStringPat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eboard-1.1.1.orig/util.h:90:3: style: Class 'CIExactStringPat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eboard-1.1.1.orig/util.h:293:3: style: Class 'zifstream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eboard-1.1.1.orig/cimg.h:62:3: style: Class 'CImg' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eboard-1.1.1.orig/cimg.h:63:3: style: Class 'CImg' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eboard-1.1.1.orig/pieces.h:51:3: style: Class 'PieceSet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eboard-1.1.1.orig/chess.h:78:3: style: Class 'ChessGame' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eboard-1.1.1.orig/chess.h:205:3: style: Class 'PGNEditInfoDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eboard-1.1.1.orig/board.h:334:3: style: Class 'EditBoard' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eboard-1.1.1.orig/board.h:350:3: style: Class 'GetFENDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eboard-1.1.1.orig/ntext.h:51:3: style: Class 'FLine' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eboard-1.1.1.orig/history.h:32:3: style: Class 'History' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eboard-1.1.1.orig/network.h:171:3: style: Class 'IncomingConnection' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eboard-1.1.1.orig/proto_p2p.h:50:3: style: Class 'P2PPad' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eboard-1.1.1.orig/global.h:104:3: style: Class 'IcsChannel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eboard-1.1.1.orig/dlg_connect.h:63:3: style: Class 'EditEngineBookmarksDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eboard-1.1.1.orig/dlg_gamelist.h:36:3: style: Class 'GameListDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eboard-1.1.1.orig/dlg_gamelist.h:70:3: style: Class 'StockListDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eboard-1.1.1.orig/dlg_gamelist.h:120:3: style: Class 'AdListDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eboard-1.1.1.orig/promote.h:37:3: style: Class 'PromotionPicker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eboard-1.1.1.orig/quickbar.h:61:3: style: Class 'QuickBar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eboard-1.1.1.orig/script.h:60:3: style: Class 'ScriptInstance' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eboard-1.1.1.orig/board.h:113:0: style: Class 'mblock < unsigned char >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eboard-1.1.1.orig/widgetproxy.h:65:16: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/widgetproxy.h:39:16: note: Virtual function in base class
eboard-1.1.1.orig/widgetproxy.h:65:16: note: Function in derived class
eboard-1.1.1.orig/widgetproxy.h:91:16: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/widgetproxy.h:65:16: note: Virtual function in base class
eboard-1.1.1.orig/widgetproxy.h:91:16: note: Function in derived class
eboard-1.1.1.orig/widgetproxy.h:93:16: style: The function 'releaseWithoutDelete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/widgetproxy.h:71:16: note: Virtual function in base class
eboard-1.1.1.orig/widgetproxy.h:93:16: note: Function in derived class
eboard-1.1.1.orig/widgetproxy.h:137:8: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/widgetproxy.h:108:16: note: Virtual function in base class
eboard-1.1.1.orig/widgetproxy.h:137:8: note: Function in derived class
eboard-1.1.1.orig/util.h:81:15: style: The function 'tryMatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/util.h:69:15: note: Virtual function in base class
eboard-1.1.1.orig/util.h:81:15: note: Function in derived class
eboard-1.1.1.orig/util.h:93:7: style: The function 'tryMatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/util.h:81:15: note: Virtual function in base class
eboard-1.1.1.orig/util.h:93:7: note: Function in derived class
eboard-1.1.1.orig/util.h:101:7: style: The function 'tryMatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/util.h:69:15: note: Virtual function in base class
eboard-1.1.1.orig/util.h:101:7: note: Function in derived class
eboard-1.1.1.orig/util.h:103:8: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/util.h:71:16: note: Virtual function in base class
eboard-1.1.1.orig/util.h:103:8: note: Function in derived class
eboard-1.1.1.orig/util.h:123:7: style: The function 'tryMatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/util.h:69:15: note: Virtual function in base class
eboard-1.1.1.orig/util.h:123:7: note: Function in derived class
eboard-1.1.1.orig/clock.h:69:8: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/eboard.h:87:16: note: Virtual function in base class
eboard-1.1.1.orig/clock.h:69:8: note: Function in derived class
eboard-1.1.1.orig/chess.h:120:16: style: The function 'moveListClosed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/eboard.h:98:16: note: Virtual function in base class
eboard-1.1.1.orig/chess.h:120:16: note: Function in derived class
eboard-1.1.1.orig/board.h:68:16: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/board.h:45:16: note: Virtual function in base class
eboard-1.1.1.orig/board.h:68:16: note: Function in derived class
eboard-1.1.1.orig/board.h:69:16: style: The function 'lemming' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/board.h:46:16: note: Virtual function in base class
eboard-1.1.1.orig/board.h:69:16: note: Function in derived class
eboard-1.1.1.orig/board.h:70:16: style: The function 'destroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/board.h:47:16: note: Virtual function in base class
eboard-1.1.1.orig/board.h:70:16: note: Function in derived class
eboard-1.1.1.orig/board.h:71:16: style: The function 'step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/board.h:48:16: note: Virtual function in base class
eboard-1.1.1.orig/board.h:71:16: note: Function in derived class
eboard-1.1.1.orig/board.h:141:8: style: The function 'repaint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/widgetproxy.h:41:16: note: Virtual function in base class
eboard-1.1.1.orig/board.h:141:8: note: Function in derived class
eboard-1.1.1.orig/board.h:168:16: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/widgetproxy.h:39:16: note: Virtual function in base class
eboard-1.1.1.orig/board.h:168:16: note: Function in derived class
eboard-1.1.1.orig/board.h:171:16: style: The function 'updateClock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/clock.h:41:16: note: Virtual function in base class
eboard-1.1.1.orig/board.h:171:16: note: Function in derived class
eboard-1.1.1.orig/board.h:173:16: style: The function 'pieceSetChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/eboard.h:144:16: note: Virtual function in base class
eboard-1.1.1.orig/board.h:173:16: note: Function in derived class
eboard-1.1.1.orig/board.h:341:16: style: The function 'renderClock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/board.h:193:16: note: Virtual function in base class
eboard-1.1.1.orig/board.h:341:16: note: Function in derived class
eboard-1.1.1.orig/ntext.h:106:16: style: The function 'repaint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/widgetproxy.h:41:16: note: Virtual function in base class
eboard-1.1.1.orig/ntext.h:106:16: note: Function in derived class
eboard-1.1.1.orig/text.h:81:8: style: The function 'append' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/text.h:42:16: note: Virtual function in base class
eboard-1.1.1.orig/text.h:81:8: note: Function in derived class
eboard-1.1.1.orig/text.h:82:8: style: The function 'append' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/text.h:43:16: note: Virtual function in base class
eboard-1.1.1.orig/text.h:82:8: note: Function in derived class
eboard-1.1.1.orig/text.h:87:8: style: The function 'setBackground' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/text.h:46:16: note: Virtual function in base class
eboard-1.1.1.orig/text.h:87:8: note: Function in derived class
eboard-1.1.1.orig/text.h:88:8: style: The function 'updateScrollBack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/text.h:44:16: note: Virtual function in base class
eboard-1.1.1.orig/text.h:88:8: note: Function in derived class
eboard-1.1.1.orig/text.h:89:8: style: The function 'updateFont' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/text.h:45:16: note: Virtual function in base class
eboard-1.1.1.orig/text.h:89:8: note: Function in derived class
eboard-1.1.1.orig/text.h:96:8: style: The function 'execSearch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/text.h:52:16: note: Virtual function in base class
eboard-1.1.1.orig/text.h:96:8: note: Function in derived class
eboard-1.1.1.orig/text.h:113:8: style: The function 'append' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/text.h:42:16: note: Virtual function in base class
eboard-1.1.1.orig/text.h:113:8: note: Function in derived class
eboard-1.1.1.orig/text.h:114:8: style: The function 'append' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/text.h:43:16: note: Virtual function in base class
eboard-1.1.1.orig/text.h:114:8: note: Function in derived class
eboard-1.1.1.orig/text.h:119:8: style: The function 'updateScrollBack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/text.h:44:16: note: Virtual function in base class
eboard-1.1.1.orig/text.h:119:8: note: Function in derived class
eboard-1.1.1.orig/text.h:120:8: style: The function 'updateFont' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/text.h:45:16: note: Virtual function in base class
eboard-1.1.1.orig/text.h:120:8: note: Function in derived class
eboard-1.1.1.orig/text.h:121:8: style: The function 'setBackground' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/text.h:46:16: note: Virtual function in base class
eboard-1.1.1.orig/text.h:121:8: note: Function in derived class
eboard-1.1.1.orig/text.h:134:8: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/widgetproxy.h:39:16: note: Virtual function in base class
eboard-1.1.1.orig/text.h:134:8: note: Function in derived class
eboard-1.1.1.orig/network.h:76:16: style: The function 'ZombieNotification' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/eboard.h:134:16: note: Virtual function in base class
eboard-1.1.1.orig/network.h:76:16: note: Function in derived class
eboard-1.1.1.orig/network.h:130:15: style: The function 'readPartial' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/network.h:98:15: note: Virtual function in base class
eboard-1.1.1.orig/network.h:130:15: note: Function in derived class
eboard-1.1.1.orig/network.h:131:15: style: The function 'bufferMatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/network.h:99:15: note: Virtual function in base class
eboard-1.1.1.orig/network.h:131:15: note: Function in derived class
eboard-1.1.1.orig/network.h:143:15: style: The function 'innerReadLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/network.h:133:15: note: Virtual function in base class
eboard-1.1.1.orig/network.h:143:15: note: Function in derived class
eboard-1.1.1.orig/network.h:150:7: style: The function 'open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/network.h:89:16: note: Virtual function in base class
eboard-1.1.1.orig/network.h:150:7: note: Function in derived class
eboard-1.1.1.orig/network.h:151:8: style: The function 'close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/network.h:91:16: note: Virtual function in base class
eboard-1.1.1.orig/network.h:151:8: note: Function in derived class
eboard-1.1.1.orig/network.h:152:7: style: The function 'readLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/network.h:94:15: note: Virtual function in base class
eboard-1.1.1.orig/network.h:152:7: note: Function in derived class
eboard-1.1.1.orig/network.h:153:8: style: The function 'writeLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/network.h:96:16: note: Virtual function in base class
eboard-1.1.1.orig/network.h:153:8: note: Function in derived class
eboard-1.1.1.orig/network.h:154:7: style: The function 'isConnected' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/network.h:86:15: note: Virtual function in base class
eboard-1.1.1.orig/network.h:154:7: note: Function in derived class
eboard-1.1.1.orig/network.h:156:9: style: The function 'getError' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/network.h:101:17: note: Virtual function in base class
eboard-1.1.1.orig/network.h:156:9: note: Function in derived class
eboard-1.1.1.orig/network.h:157:8: style: The function 'getReadHandle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/network.h:105:16: note: Virtual function in base class
eboard-1.1.1.orig/network.h:157:8: note: Function in derived class
eboard-1.1.1.orig/network.h:173:7: style: The function 'open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/network.h:89:16: note: Virtual function in base class
eboard-1.1.1.orig/network.h:173:7: note: Function in derived class
eboard-1.1.1.orig/network.h:174:8: style: The function 'close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/network.h:91:16: note: Virtual function in base class
eboard-1.1.1.orig/network.h:174:8: note: Function in derived class
eboard-1.1.1.orig/network.h:175:7: style: The function 'readLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/network.h:94:15: note: Virtual function in base class
eboard-1.1.1.orig/network.h:175:7: note: Function in derived class
eboard-1.1.1.orig/network.h:176:8: style: The function 'writeLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/network.h:96:16: note: Virtual function in base class
eboard-1.1.1.orig/network.h:176:8: note: Function in derived class
eboard-1.1.1.orig/network.h:177:7: style: The function 'isConnected' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/network.h:86:15: note: Virtual function in base class
eboard-1.1.1.orig/network.h:177:7: note: Function in derived class
eboard-1.1.1.orig/network.h:179:9: style: The function 'getError' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/network.h:101:17: note: Virtual function in base class
eboard-1.1.1.orig/network.h:179:9: note: Function in derived class
eboard-1.1.1.orig/network.h:180:8: style: The function 'getReadHandle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/network.h:105:16: note: Virtual function in base class
eboard-1.1.1.orig/network.h:180:8: note: Function in derived class
eboard-1.1.1.orig/network.h:205:7: style: The function 'isConnected' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/network.h:86:15: note: Virtual function in base class
eboard-1.1.1.orig/network.h:205:7: note: Function in derived class
eboard-1.1.1.orig/network.h:208:8: style: The function 'open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/network.h:89:16: note: Virtual function in base class
eboard-1.1.1.orig/network.h:208:8: note: Function in derived class
eboard-1.1.1.orig/network.h:210:8: style: The function 'close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/network.h:91:16: note: Virtual function in base class
eboard-1.1.1.orig/network.h:210:8: note: Function in derived class
eboard-1.1.1.orig/network.h:215:7: style: The function 'readLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/network.h:94:15: note: Virtual function in base class
eboard-1.1.1.orig/network.h:215:7: note: Function in derived class
eboard-1.1.1.orig/network.h:216:8: style: The function 'writeLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/network.h:96:16: note: Virtual function in base class
eboard-1.1.1.orig/network.h:216:8: note: Function in derived class
eboard-1.1.1.orig/network.h:217:9: style: The function 'getError' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/network.h:101:17: note: Virtual function in base class
eboard-1.1.1.orig/network.h:217:9: note: Function in derived class
eboard-1.1.1.orig/network.h:218:9: style: The function 'getReadHandle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/network.h:105:16: note: Virtual function in base class
eboard-1.1.1.orig/network.h:218:9: note: Function in derived class
eboard-1.1.1.orig/network.h:220:16: style: The function 'farewellPid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/network.h:59:16: note: Virtual function in base class
eboard-1.1.1.orig/network.h:220:16: note: Function in derived class
eboard-1.1.1.orig/network.h:249:16: style: The function 'isConnected' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/network.h:86:15: note: Virtual function in base class
eboard-1.1.1.orig/network.h:249:16: note: Function in derived class
eboard-1.1.1.orig/network.h:250:16: style: The function 'open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/network.h:89:16: note: Virtual function in base class
eboard-1.1.1.orig/network.h:250:16: note: Function in derived class
eboard-1.1.1.orig/network.h:251:16: style: The function 'close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/network.h:91:16: note: Virtual function in base class
eboard-1.1.1.orig/network.h:251:16: note: Function in derived class
eboard-1.1.1.orig/network.h:252:16: style: The function 'readLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/network.h:94:15: note: Virtual function in base class
eboard-1.1.1.orig/network.h:252:16: note: Function in derived class
eboard-1.1.1.orig/network.h:253:16: style: The function 'writeLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/network.h:96:16: note: Virtual function in base class
eboard-1.1.1.orig/network.h:253:16: note: Function in derived class
eboard-1.1.1.orig/network.h:254:15: style: The function 'readPartial' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/network.h:98:15: note: Virtual function in base class
eboard-1.1.1.orig/network.h:254:15: note: Function in derived class
eboard-1.1.1.orig/network.h:255:15: style: The function 'bufferMatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/network.h:99:15: note: Virtual function in base class
eboard-1.1.1.orig/network.h:255:15: note: Function in derived class
eboard-1.1.1.orig/network.h:256:17: style: The function 'getError' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/network.h:101:17: note: Virtual function in base class
eboard-1.1.1.orig/network.h:256:17: note: Function in derived class
eboard-1.1.1.orig/network.h:257:15: style: The function 'getReadHandle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/network.h:105:16: note: Virtual function in base class
eboard-1.1.1.orig/network.h:257:15: note: Function in derived class
eboard-1.1.1.orig/network.h:259:16: style: The function 'notifyReadReady' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/network.h:112:16: note: Virtual function in base class
eboard-1.1.1.orig/network.h:259:16: note: Function in derived class
eboard-1.1.1.orig/network.h:260:16: style: The function 'sendReadNotify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/network.h:113:16: note: Virtual function in base class
eboard-1.1.1.orig/network.h:260:16: note: Function in derived class
eboard-1.1.1.orig/protocol.h:84:8: style: The function 'receiveString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/protocol.h:46:16: note: Virtual function in base class
eboard-1.1.1.orig/protocol.h:84:8: note: Function in derived class
eboard-1.1.1.orig/protocol.h:85:8: style: The function 'sendMove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/protocol.h:47:16: note: Virtual function in base class
eboard-1.1.1.orig/protocol.h:85:8: note: Function in derived class
eboard-1.1.1.orig/protocol.h:87:16: style: The function 'resign' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/protocol.h:55:16: note: Virtual function in base class
eboard-1.1.1.orig/protocol.h:87:16: note: Function in derived class
eboard-1.1.1.orig/protocol.h:88:16: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/protocol.h:56:16: note: Virtual function in base class
eboard-1.1.1.orig/protocol.h:88:16: note: Function in derived class
eboard-1.1.1.orig/protocol.h:89:16: style: The function 'adjourn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/protocol.h:57:16: note: Virtual function in base class
eboard-1.1.1.orig/protocol.h:89:16: note: Function in derived class
eboard-1.1.1.orig/protocol.h:90:16: style: The function 'abort' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/protocol.h:58:16: note: Virtual function in base class
eboard-1.1.1.orig/protocol.h:90:16: note: Function in derived class
eboard-1.1.1.orig/proto_fics.h:40:8: style: The function 'receiveString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/protocol.h:46:16: note: Virtual function in base class
eboard-1.1.1.orig/proto_fics.h:40:8: note: Function in derived class
eboard-1.1.1.orig/proto_fics.h:41:8: style: The function 'sendMove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/protocol.h:47:16: note: Virtual function in base class
eboard-1.1.1.orig/proto_fics.h:41:8: note: Function in derived class
eboard-1.1.1.orig/proto_fics.h:42:8: style: The function 'sendDrop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/protocol.h:48:16: note: Virtual function in base class
eboard-1.1.1.orig/proto_fics.h:42:8: note: Function in derived class
eboard-1.1.1.orig/proto_fics.h:43:8: style: The function 'finalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/protocol.h:49:16: note: Virtual function in base class
eboard-1.1.1.orig/proto_fics.h:43:8: note: Function in derived class
eboard-1.1.1.orig/proto_fics.h:44:8: style: The function 'hasAuthenticationPrompts' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/protocol.h:50:16: note: Virtual function in base class
eboard-1.1.1.orig/proto_fics.h:44:8: note: Function in derived class
eboard-1.1.1.orig/proto_fics.h:46:8: style: The function 'resign' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/protocol.h:55:16: note: Virtual function in base class
eboard-1.1.1.orig/proto_fics.h:46:8: note: Function in derived class
eboard-1.1.1.orig/proto_fics.h:47:8: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/protocol.h:56:16: note: Virtual function in base class
eboard-1.1.1.orig/proto_fics.h:47:8: note: Function in derived class
eboard-1.1.1.orig/proto_fics.h:48:8: style: The function 'adjourn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/protocol.h:57:16: note: Virtual function in base class
eboard-1.1.1.orig/proto_fics.h:48:8: note: Function in derived class
eboard-1.1.1.orig/proto_fics.h:49:8: style: The function 'abort' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/protocol.h:58:16: note: Virtual function in base class
eboard-1.1.1.orig/proto_fics.h:49:8: note: Function in derived class
eboard-1.1.1.orig/proto_fics.h:51:8: style: The function 'discardGame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/protocol.h:64:16: note: Virtual function in base class
eboard-1.1.1.orig/proto_fics.h:51:8: note: Function in derived class
eboard-1.1.1.orig/proto_fics.h:52:8: style: The function 'queryGameList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/protocol.h:65:16: note: Virtual function in base class
eboard-1.1.1.orig/proto_fics.h:52:8: note: Function in derived class
eboard-1.1.1.orig/proto_fics.h:53:8: style: The function 'queryAdList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/protocol.h:66:16: note: Virtual function in base class
eboard-1.1.1.orig/proto_fics.h:53:8: note: Function in derived class
eboard-1.1.1.orig/proto_fics.h:54:8: style: The function 'observe' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/protocol.h:67:16: note: Virtual function in base class
eboard-1.1.1.orig/proto_fics.h:54:8: note: Function in derived class
eboard-1.1.1.orig/proto_fics.h:55:8: style: The function 'answerAd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/protocol.h:68:16: note: Virtual function in base class
eboard-1.1.1.orig/proto_fics.h:55:8: note: Function in derived class
eboard-1.1.1.orig/proto_fics.h:57:8: style: The function 'exaForward' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/protocol.h:61:16: note: Virtual function in base class
eboard-1.1.1.orig/proto_fics.h:57:8: note: Function in derived class
eboard-1.1.1.orig/proto_fics.h:58:8: style: The function 'exaBackward' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/protocol.h:62:16: note: Virtual function in base class
eboard-1.1.1.orig/proto_fics.h:58:8: note: Function in derived class
eboard-1.1.1.orig/proto_fics.h:60:8: style: The function 'refreshSeeks' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/protocol.h:70:16: note: Virtual function in base class
eboard-1.1.1.orig/proto_fics.h:60:8: note: Function in derived class
eboard-1.1.1.orig/proto_fics.h:62:22: style: The function 'getPlayerActions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/protocol.h:75:30: note: Virtual function in base class
eboard-1.1.1.orig/proto_fics.h:62:22: note: Function in derived class
eboard-1.1.1.orig/proto_fics.h:63:22: style: The function 'getGameActions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/protocol.h:76:30: note: Virtual function in base class
eboard-1.1.1.orig/proto_fics.h:63:22: note: Function in derived class
eboard-1.1.1.orig/proto_fics.h:65:8: style: The function 'callPlayerAction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/protocol.h:78:16: note: Virtual function in base class
eboard-1.1.1.orig/proto_fics.h:65:8: note: Function in derived class
eboard-1.1.1.orig/proto_fics.h:66:8: style: The function 'callGameAction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/protocol.h:79:16: note: Virtual function in base class
eboard-1.1.1.orig/proto_fics.h:66:8: note: Function in derived class
eboard-1.1.1.orig/proto_fics.h:102:8: style: The function 'updateVar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/protocol.h:72:16: note: Virtual function in base class
eboard-1.1.1.orig/proto_fics.h:102:8: note: Function in derived class
eboard-1.1.1.orig/proto_p2p.h:79:8: style: The function 'receiveString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/protocol.h:46:16: note: Virtual function in base class
eboard-1.1.1.orig/proto_p2p.h:79:8: note: Function in derived class
eboard-1.1.1.orig/proto_p2p.h:80:8: style: The function 'sendMove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/protocol.h:47:16: note: Virtual function in base class
eboard-1.1.1.orig/proto_p2p.h:80:8: note: Function in derived class
eboard-1.1.1.orig/proto_p2p.h:81:8: style: The function 'sendUserInput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/protocol.h:53:16: note: Virtual function in base class
eboard-1.1.1.orig/proto_p2p.h:81:8: note: Function in derived class
eboard-1.1.1.orig/proto_p2p.h:82:8: style: The function 'finalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/protocol.h:49:16: note: Virtual function in base class
eboard-1.1.1.orig/proto_p2p.h:82:8: note: Function in derived class
eboard-1.1.1.orig/proto_p2p.h:84:16: style: The function 'requiresLegalityChecking' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/protocol.h:51:16: note: Virtual function in base class
eboard-1.1.1.orig/proto_p2p.h:84:16: note: Function in derived class
eboard-1.1.1.orig/proto_p2p.h:86:8: style: The function 'resign' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/protocol.h:55:16: note: Virtual function in base class
eboard-1.1.1.orig/proto_p2p.h:86:8: note: Function in derived class
eboard-1.1.1.orig/proto_p2p.h:87:8: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/protocol.h:56:16: note: Virtual function in base class
eboard-1.1.1.orig/proto_p2p.h:87:8: note: Function in derived class
eboard-1.1.1.orig/proto_p2p.h:88:8: style: The function 'adjourn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/protocol.h:57:16: note: Virtual function in base class
eboard-1.1.1.orig/proto_p2p.h:88:8: note: Function in derived class
eboard-1.1.1.orig/proto_p2p.h:89:8: style: The function 'abort' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/protocol.h:58:16: note: Virtual function in base class
eboard-1.1.1.orig/proto_p2p.h:89:8: note: Function in derived class
eboard-1.1.1.orig/proto_xboard.h:63:16: style: The function 'receiveString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/protocol.h:46:16: note: Virtual function in base class
eboard-1.1.1.orig/proto_xboard.h:63:16: note: Function in derived class
eboard-1.1.1.orig/proto_xboard.h:64:16: style: The function 'sendMove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/protocol.h:47:16: note: Virtual function in base class
eboard-1.1.1.orig/proto_xboard.h:64:16: note: Function in derived class
eboard-1.1.1.orig/proto_xboard.h:65:16: style: The function 'finalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/protocol.h:49:16: note: Virtual function in base class
eboard-1.1.1.orig/proto_xboard.h:65:16: note: Function in derived class
eboard-1.1.1.orig/proto_xboard.h:67:16: style: The function 'resign' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/protocol.h:55:16: note: Virtual function in base class
eboard-1.1.1.orig/proto_xboard.h:67:16: note: Function in derived class
eboard-1.1.1.orig/proto_xboard.h:68:16: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/protocol.h:56:16: note: Virtual function in base class
eboard-1.1.1.orig/proto_xboard.h:68:16: note: Function in derived class
eboard-1.1.1.orig/proto_xboard.h:69:16: style: The function 'adjourn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/protocol.h:57:16: note: Virtual function in base class
eboard-1.1.1.orig/proto_xboard.h:69:16: note: Function in derived class
eboard-1.1.1.orig/proto_xboard.h:70:16: style: The function 'abort' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/protocol.h:58:16: note: Virtual function in base class
eboard-1.1.1.orig/proto_xboard.h:70:16: note: Function in derived class
eboard-1.1.1.orig/proto_xboard.h:71:16: style: The function 'retractMove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/protocol.h:59:16: note: Virtual function in base class
eboard-1.1.1.orig/proto_xboard.h:71:16: note: Function in derived class
eboard-1.1.1.orig/proto_xboard.h:73:15: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/protocol.h:102:15: note: Virtual function in base class
eboard-1.1.1.orig/proto_xboard.h:73:15: note: Function in derived class
eboard-1.1.1.orig/proto_xboard.h:74:15: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/protocol.h:105:15: note: Virtual function in base class
eboard-1.1.1.orig/proto_xboard.h:74:15: note: Function in derived class
eboard-1.1.1.orig/proto_xboard.h:79:16: style: The function 'setInitialPosition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/protocol.h:107:16: note: Virtual function in base class
eboard-1.1.1.orig/proto_xboard.h:79:16: note: Function in derived class
eboard-1.1.1.orig/proto_xboard.h:81:16: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/eboard.h:87:16: note: Virtual function in base class
eboard-1.1.1.orig/proto_xboard.h:81:16: note: Function in derived class
eboard-1.1.1.orig/proto_xboard.h:178:16: style: The function 'initEngine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/proto_xboard.h:76:16: note: Virtual function in base class
eboard-1.1.1.orig/proto_xboard.h:178:16: note: Function in derived class
eboard-1.1.1.orig/proto_xboard.h:179:16: style: The function 'readDialog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/proto_xboard.h:77:16: note: Virtual function in base class
eboard-1.1.1.orig/proto_xboard.h:179:16: note: Function in derived class
eboard-1.1.1.orig/proto_xboard.h:182:17: style: The function 'getDialogName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/proto_xboard.h:95:17: note: Virtual function in base class
eboard-1.1.1.orig/proto_xboard.h:182:17: note: Function in derived class
eboard-1.1.1.orig/proto_xboard.h:196:16: style: The function 'sendDrop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/protocol.h:48:16: note: Virtual function in base class
eboard-1.1.1.orig/proto_xboard.h:196:16: note: Function in derived class
eboard-1.1.1.orig/proto_xboard.h:197:16: style: The function 'initEngine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/proto_xboard.h:76:16: note: Virtual function in base class
eboard-1.1.1.orig/proto_xboard.h:197:16: note: Function in derived class
eboard-1.1.1.orig/proto_xboard.h:198:16: style: The function 'readDialog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/proto_xboard.h:77:16: note: Virtual function in base class
eboard-1.1.1.orig/proto_xboard.h:198:16: note: Function in derived class
eboard-1.1.1.orig/proto_xboard.h:201:16: style: The function 'createDialog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/proto_xboard.h:92:16: note: Virtual function in base class
eboard-1.1.1.orig/proto_xboard.h:201:16: note: Function in derived class
eboard-1.1.1.orig/proto_xboard.h:202:17: style: The function 'getDialogName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/proto_xboard.h:95:17: note: Virtual function in base class
eboard-1.1.1.orig/proto_xboard.h:202:17: note: Function in derived class
eboard-1.1.1.orig/proto_xboard.h:213:16: style: The function 'initEngine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/proto_xboard.h:76:16: note: Virtual function in base class
eboard-1.1.1.orig/proto_xboard.h:213:16: note: Function in derived class
eboard-1.1.1.orig/proto_xboard.h:214:16: style: The function 'readDialog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/proto_xboard.h:77:16: note: Virtual function in base class
eboard-1.1.1.orig/proto_xboard.h:214:16: note: Function in derived class
eboard-1.1.1.orig/proto_xboard.h:217:17: style: The function 'getDialogName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/proto_xboard.h:95:17: note: Virtual function in base class
eboard-1.1.1.orig/proto_xboard.h:217:17: note: Function in derived class
eboard-1.1.1.orig/bugpane.h:48:16: style: The function 'updateClock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/clock.h:41:16: note: Virtual function in base class
eboard-1.1.1.orig/bugpane.h:48:16: note: Function in derived class
eboard-1.1.1.orig/bugpane.h:57:16: style: The function 'pieceSetChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/eboard.h:144:16: note: Virtual function in base class
eboard-1.1.1.orig/bugpane.h:57:16: note: Function in derived class
eboard-1.1.1.orig/global.h:121:8: style: The function 'ZombieNotification' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/eboard.h:134:16: note: Virtual function in base class
eboard-1.1.1.orig/global.h:121:8: note: Function in derived class
eboard-1.1.1.orig/global.h:264:14: style: The function 'getNotebook' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/global.h:114:22: note: Virtual function in base class
eboard-1.1.1.orig/global.h:264:14: note: Function in derived class
eboard-1.1.1.orig/dlg_connect.h:37:16: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/widgetproxy.h:39:16: note: Virtual function in base class
eboard-1.1.1.orig/dlg_connect.h:37:16: note: Function in derived class
eboard-1.1.1.orig/dlg_connect.h:76:16: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/eboard.h:87:16: note: Virtual function in base class
eboard-1.1.1.orig/dlg_connect.h:76:16: note: Function in derived class
eboard-1.1.1.orig/dlg_gamelist.h:38:8: style: The function 'appendGame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/eboard.h:123:16: note: Virtual function in base class
eboard-1.1.1.orig/dlg_gamelist.h:38:8: note: Function in derived class
eboard-1.1.1.orig/dlg_gamelist.h:39:8: style: The function 'endOfList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/eboard.h:124:16: note: Virtual function in base class
eboard-1.1.1.orig/dlg_gamelist.h:39:8: note: Function in derived class
eboard-1.1.1.orig/dlg_gamelist.h:122:8: style: The function 'appendGame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/eboard.h:123:16: note: Virtual function in base class
eboard-1.1.1.orig/dlg_gamelist.h:122:8: note: Function in derived class
eboard-1.1.1.orig/dlg_gamelist.h:123:8: style: The function 'endOfList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/eboard.h:124:16: note: Virtual function in base class
eboard-1.1.1.orig/dlg_gamelist.h:123:8: note: Function in derived class
eboard-1.1.1.orig/dlg_prefs.h:41:8: style: The function 'SoundEventChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/sound.h:45:16: note: Virtual function in base class
eboard-1.1.1.orig/dlg_prefs.h:41:8: note: Function in derived class
eboard-1.1.1.orig/dlg_prefs.h:43:16: style: The function 'joystickEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/eboard.h:170:16: note: Virtual function in base class
eboard-1.1.1.orig/dlg_prefs.h:43:16: note: Function in derived class
eboard-1.1.1.orig/promote.h:42:0: style: The function 'getPiece' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/eboard.h:65:0: note: Virtual function in base class
eboard-1.1.1.orig/promote.h:42:0: note: Function in derived class
eboard-1.1.1.orig/mainwindow.h:119:8: style: The function 'setPasswordMode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/eboard.h:70:16: note: Virtual function in base class
eboard-1.1.1.orig/mainwindow.h:119:8: note: Function in derived class
eboard-1.1.1.orig/mainwindow.h:120:8: style: The function 'openServer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/eboard.h:79:16: note: Virtual function in base class
eboard-1.1.1.orig/mainwindow.h:120:8: note: Function in derived class
eboard-1.1.1.orig/mainwindow.h:121:8: style: The function 'openServer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/eboard.h:81:16: note: Virtual function in base class
eboard-1.1.1.orig/mainwindow.h:121:8: note: Function in derived class
eboard-1.1.1.orig/mainwindow.h:128:8: style: The function 'gameListClosed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/eboard.h:103:16: note: Virtual function in base class
eboard-1.1.1.orig/mainwindow.h:128:8: note: Function in derived class
eboard-1.1.1.orig/mainwindow.h:129:8: style: The function 'stockListClosed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/eboard.h:108:16: note: Virtual function in base class
eboard-1.1.1.orig/mainwindow.h:129:8: note: Function in derived class
eboard-1.1.1.orig/mainwindow.h:130:8: style: The function 'adListClosed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/eboard.h:113:16: note: Virtual function in base class
eboard-1.1.1.orig/mainwindow.h:130:8: note: Function in derived class
eboard-1.1.1.orig/mainwindow.h:131:8: style: The function 'consoleClosed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/eboard.h:118:16: note: Virtual function in base class
eboard-1.1.1.orig/mainwindow.h:131:8: note: Function in derived class
eboard-1.1.1.orig/mainwindow.h:133:8: style: The function 'paneChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/eboard.h:129:16: note: Virtual function in base class
eboard-1.1.1.orig/mainwindow.h:133:8: note: Function in derived class
eboard-1.1.1.orig/mainwindow.h:134:8: style: The function 'userInput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/eboard.h:71:16: note: Virtual function in base class
eboard-1.1.1.orig/mainwindow.h:134:8: note: Function in derived class
eboard-1.1.1.orig/mainwindow.h:135:8: style: The function 'peekKeys' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/eboard.h:72:16: note: Virtual function in base class
eboard-1.1.1.orig/mainwindow.h:135:8: note: Function in derived class
eboard-1.1.1.orig/mainwindow.h:136:8: style: The function 'keyPressed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/eboard.h:73:16: note: Virtual function in base class
eboard-1.1.1.orig/mainwindow.h:136:8: note: Function in derived class
eboard-1.1.1.orig/mainwindow.h:137:8: style: The function 'updatePrefix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/eboard.h:74:16: note: Virtual function in base class
eboard-1.1.1.orig/mainwindow.h:137:8: note: Function in derived class
eboard-1.1.1.orig/mainwindow.h:143:8: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/eboard.h:87:16: note: Virtual function in base class
eboard-1.1.1.orig/mainwindow.h:143:8: note: Function in derived class
eboard-1.1.1.orig/mainwindow.h:145:8: style: The function 'readAvailable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/eboard.h:92:16: note: Virtual function in base class
eboard-1.1.1.orig/mainwindow.h:145:8: note: Function in derived class
eboard-1.1.1.orig/mainwindow.h:146:8: style: The function 'writeAvailable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/eboard.h:93:16: note: Virtual function in base class
eboard-1.1.1.orig/mainwindow.h:146:8: note: Function in derived class
eboard-1.1.1.orig/mainwindow.h:195:8: style: The function 'updateBookmarks' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eboard-1.1.1.orig/eboard.h:139:16: note: Virtual function in base class
eboard-1.1.1.orig/mainwindow.h:195:8: note: Function in derived class
eboard-1.1.1.orig/bugpane.cc:143:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/bugpane.cc:129:7: style: The scope of the variable 'i' can be reduced. [variableScope]
eboard-1.1.1.orig/bugpane.cc:129:9: style: The scope of the variable 'j' can be reduced. [variableScope]
eboard-1.1.1.orig/bugpane.cc:129:11: style: The scope of the variable 'k' can be reduced. [variableScope]
eboard-1.1.1.orig/bugpane.cc:129:22: style: The scope of the variable 'x' can be reduced. [variableScope]
eboard-1.1.1.orig/bugpane.cc:129:24: style: The scope of the variable 'y' can be reduced. [variableScope]
eboard-1.1.1.orig/bugpane.cc:132:8: style: The scope of the variable 'z' can be reduced. [variableScope]
eboard-1.1.1.orig/bugpane.cc:132:15: style: The scope of the variable 't' can be reduced. [variableScope]
eboard-1.1.1.orig/bugpane.cc:134:10: style: The scope of the variable 'tmp' can be reduced. [variableScope]
eboard-1.1.1.orig/bugpane.cc:135:7: style: The scope of the variable 'rowsz' can be reduced. [variableScope]
eboard-1.1.1.orig/bugpane.cc:138:0: style: The scope of the variable 'stock' can be reduced. [variableScope]
eboard-1.1.1.orig/bugpane.cc:301:9: style: The scope of the variable 'c' can be reduced. [variableScope]
eboard-1.1.1.orig/bugpane.cc:301:11: style: The scope of the variable 'r' can be reduced. [variableScope]
eboard-1.1.1.orig/bugpane.cc:346:18: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
eboard-1.1.1.orig/bugpane.cc:281:11: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/bugpane.cc:50:5: style: Class 'BareBoard' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
eboard-1.1.1.orig/bugpane.cc:50:5: style: Class 'BareBoard' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
eboard-1.1.1.orig/bugpane.cc:309:3: style: Class 'BugPane' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
eboard-1.1.1.orig/bugpane.cc:309:3: style: Class 'BugPane' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
eboard-1.1.1.orig/chess.cc:1563:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/chess.cc:1576:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/chess.cc:1588:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/chess.cc:1602:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/chess.cc:339:15: style: The scope of the variable 'c' can be reduced. [variableScope]
eboard-1.1.1.orig/chess.cc:507:0: style: The scope of the variable 'q' can be reduced. [variableScope]
eboard-1.1.1.orig/chess.cc:509:8: style: The scope of the variable 'v' can be reduced. [variableScope]
eboard-1.1.1.orig/chess.cc:1127:12: style: The scope of the variable 'i' can be reduced. [variableScope]
eboard-1.1.1.orig/chess.cc:1575:15: style: The scope of the variable 'k' can be reduced. [variableScope]
eboard-1.1.1.orig/chess.cc:1523:23: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
eboard-1.1.1.orig/chess.cc:147:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/chess.cc:149:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/chess.cc:154:39: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/chess.cc:250:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/chess.cc:256:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/chess.cc:328:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/chess.cc:382:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/chess.cc:386:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/chess.cc:388:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/chess.cc:397:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/chess.cc:409:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/chess.cc:411:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/chess.cc:418:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/chess.cc:456:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/chess.cc:475:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/chess.cc:491:15: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/chess.cc:497:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/chess.cc:546:15: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/chess.cc:551:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/chess.cc:618:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/chess.cc:632:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/chess.cc:845:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/chess.cc:1295:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/chess.cc:1301:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/chess.cc:1316:28: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/chess.cc:1398:42: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/chess.cc:1408:42: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/chess.cc:1418:42: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/chess.cc:1426:42: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/chess.cc:1449:42: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/chess.cc:55:12: warning: Member variable 'ChessGame::PrivateString' is not initialized in the constructor. [uninitMemberVar]
eboard-1.1.1.orig/chess.cc:55:12: warning: Member variable 'ChessGame::result' is not initialized in the constructor. [uninitMemberVar]
eboard-1.1.1.orig/chess.cc:55:12: warning: Member variable 'ChessGame::ereason' is not initialized in the constructor. [uninitMemberVar]
eboard-1.1.1.orig/chess.cc:86:12: warning: Member variable 'ChessGame::info0' is not initialized in the constructor. [uninitMemberVar]
eboard-1.1.1.orig/chess.cc:86:12: warning: Member variable 'ChessGame::clock_regressive' is not initialized in the constructor. [uninitMemberVar]
eboard-1.1.1.orig/chess.cc:86:12: warning: Member variable 'ChessGame::PrivateString' is not initialized in the constructor. [uninitMemberVar]
eboard-1.1.1.orig/chess.cc:86:12: warning: Member variable 'ChessGame::result' is not initialized in the constructor. [uninitMemberVar]
eboard-1.1.1.orig/chess.cc:86:12: warning: Member variable 'ChessGame::ereason' is not initialized in the constructor. [uninitMemberVar]
eboard-1.1.1.orig/chess.cc:119:12: warning: Member variable 'ChessGame::info0' is not initialized in the constructor. [uninitMemberVar]
eboard-1.1.1.orig/chess.cc:119:12: warning: Member variable 'ChessGame::clock_regressive' is not initialized in the constructor. [uninitMemberVar]
eboard-1.1.1.orig/chess.cc:119:12: warning: Member variable 'ChessGame::PrivateString' is not initialized in the constructor. [uninitMemberVar]
eboard-1.1.1.orig/chess.cc:119:12: warning: Member variable 'ChessGame::result' is not initialized in the constructor. [uninitMemberVar]
eboard-1.1.1.orig/chess.cc:119:12: warning: Member variable 'ChessGame::ereason' is not initialized in the constructor. [uninitMemberVar]
eboard-1.1.1.orig/chess.cc:1378:3: performance: Variable 'name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eboard-1.1.1.orig/chess.cc:1379:3: performance: Variable 'value' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eboard-1.1.1.orig/chess.cc:1383:3: performance: Variable 'name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eboard-1.1.1.orig/chess.cc:1384:3: performance: Variable 'value' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eboard-1.1.1.orig/chess.cc:1388:3: performance: Variable 'name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eboard-1.1.1.orig/chess.cc:1389:3: performance: Variable 'value' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eboard-1.1.1.orig/chess.h:60:8: style: Technically the member function 'PGNheader::empty' can be const. [functionConst]
eboard-1.1.1.orig/chess.cc:1434:16: note: Technically the member function 'PGNheader::empty' can be const.
eboard-1.1.1.orig/chess.h:60:8: note: Technically the member function 'PGNheader::empty' can be const.
eboard-1.1.1.orig/chess.h:61:8: style: Technically the member function 'PGNheader::size' can be const. [functionConst]
eboard-1.1.1.orig/chess.cc:1438:16: note: Technically the member function 'PGNheader::size' can be const.
eboard-1.1.1.orig/chess.h:61:8: note: Technically the member function 'PGNheader::size' can be const.
eboard-1.1.1.orig/chess.h:81:7: style: Technically the member function 'ChessGame::operator==' can be const. [functionConst]
eboard-1.1.1.orig/chess.cc:165:16: note: Technically the member function 'ChessGame::operator==' can be const.
eboard-1.1.1.orig/chess.h:81:7: note: Technically the member function 'ChessGame::operator==' can be const.
eboard-1.1.1.orig/chess.h:97:8: style: Technically the member function 'ChessGame::isOver' can be const. [functionConst]
eboard-1.1.1.orig/chess.cc:607:16: note: Technically the member function 'ChessGame::isOver' can be const.
eboard-1.1.1.orig/chess.h:97:8: note: Technically the member function 'ChessGame::isOver' can be const.
eboard-1.1.1.orig/chess.h:103:14: style: Technically the member function 'ChessGame::getResult' can be const. [functionConst]
eboard-1.1.1.orig/chess.cc:1334:23: note: Technically the member function 'ChessGame::getResult' can be const.
eboard-1.1.1.orig/chess.h:103:14: note: Technically the member function 'ChessGame::getResult' can be const.
eboard-1.1.1.orig/chess.h:105:8: style: Technically the member function 'ChessGame::dump' can be const. [functionConst]
eboard-1.1.1.orig/chess.cc:638:17: note: Technically the member function 'ChessGame::dump' can be const.
eboard-1.1.1.orig/chess.h:105:8: note: Technically the member function 'ChessGame::dump' can be const.
eboard-1.1.1.orig/chess.h:134:8: style: Technically the member function 'ChessGame::isFresh' can be const. [functionConst]
eboard-1.1.1.orig/chess.cc:240:17: note: Technically the member function 'ChessGame::isFresh' can be const.
eboard-1.1.1.orig/chess.h:134:8: note: Technically the member function 'ChessGame::isFresh' can be const.
eboard-1.1.1.orig/cimg.cc:205:10: style: The scope of the variable 'p' can be reduced. [variableScope]
eboard-1.1.1.orig/cimg.cc:207:7: style: The scope of the variable 'ew' can be reduced. [variableScope]
eboard-1.1.1.orig/cimg.cc:207:10: style: The scope of the variable 'eh' can be reduced. [variableScope]
eboard-1.1.1.orig/cimg.cc:207:13: style: The scope of the variable 'missing' can be reduced. [variableScope]
eboard-1.1.1.orig/cimg.cc:302:19: style: The scope of the variable 's_m1' can be reduced. [variableScope]
eboard-1.1.1.orig/cimg.cc:302:32: style: The scope of the variable 's_p1' can be reduced. [variableScope]
eboard-1.1.1.orig/cimg.cc:302:40: style: The scope of the variable 's_p2' can be reduced. [variableScope]
eboard-1.1.1.orig/cimg.cc:304:19: style: The scope of the variable 'r' can be reduced. [variableScope]
eboard-1.1.1.orig/cimg.cc:314:10: style: The scope of the variable 'j' can be reduced. [variableScope]
eboard-1.1.1.orig/cimg.cc:315:7: style: The scope of the variable 'frac' can be reduced. [variableScope]
eboard-1.1.1.orig/cimg.cc:317:7: style: The scope of the variable 'minus_x' can be reduced. [variableScope]
eboard-1.1.1.orig/cimg.cc:317:24: style: The scope of the variable 'plus2_x' can be reduced. [variableScope]
eboard-1.1.1.orig/cimg.cc:618:16: style: The scope of the variable 'wcd' can be reduced. [variableScope]
eboard-1.1.1.orig/cimg.cc:639:14: style: The scope of the variable 'wcd' can be reduced. [variableScope]
eboard-1.1.1.orig/cimg.h:38:8: performance: Technically the member function 'Blitter::bitblt' can be static. [functionStatic]
eboard-1.1.1.orig/cimg.cc:614:15: note: Technically the member function 'Blitter::bitblt' can be static.
eboard-1.1.1.orig/cimg.h:38:8: note: Technically the member function 'Blitter::bitblt' can be static.
eboard-1.1.1.orig/cimg.h:40:8: performance: Technically the member function 'Blitter::bitblt_a' can be static. [functionStatic]
eboard-1.1.1.orig/cimg.cc:635:15: note: Technically the member function 'Blitter::bitblt_a' can be static.
eboard-1.1.1.orig/cimg.h:40:8: note: Technically the member function 'Blitter::bitblt_a' can be static.
eboard-1.1.1.orig/cimg.h:52:7: performance: Technically the member function 'ColorSpace::pixr' can be static. [functionStatic]
eboard-1.1.1.orig/cimg.cc:597:17: note: Technically the member function 'ColorSpace::pixr' can be static.
eboard-1.1.1.orig/cimg.h:52:7: note: Technically the member function 'ColorSpace::pixr' can be static.
eboard-1.1.1.orig/cimg.h:53:7: performance: Technically the member function 'ColorSpace::pixg' can be static. [functionStatic]
eboard-1.1.1.orig/cimg.cc:601:17: note: Technically the member function 'ColorSpace::pixg' can be static.
eboard-1.1.1.orig/cimg.h:53:7: note: Technically the member function 'ColorSpace::pixg' can be static.
eboard-1.1.1.orig/cimg.h:54:7: performance: Technically the member function 'ColorSpace::pixb' can be static. [functionStatic]
eboard-1.1.1.orig/cimg.cc:605:17: note: Technically the member function 'ColorSpace::pixb' can be static.
eboard-1.1.1.orig/cimg.h:54:7: note: Technically the member function 'ColorSpace::pixb' can be static.
eboard-1.1.1.orig/cimg.h:55:7: performance: Technically the member function 'ColorSpace::pixel' can be static. [functionStatic]
eboard-1.1.1.orig/cimg.cc:609:17: note: Technically the member function 'ColorSpace::pixel' can be static.
eboard-1.1.1.orig/cimg.h:55:7: note: Technically the member function 'ColorSpace::pixel' can be static.
eboard-1.1.1.orig/cimg.h:67:8: style: Technically the member function 'CImg::set' can be const. [functionConst]
eboard-1.1.1.orig/cimg.cc:176:12: note: Technically the member function 'CImg::set' can be const.
eboard-1.1.1.orig/cimg.h:67:8: note: Technically the member function 'CImg::set' can be const.
eboard-1.1.1.orig/cimg.h:68:8: style: Technically the member function 'CImg::get' can be const. [functionConst]
eboard-1.1.1.orig/cimg.cc:189:12: note: Technically the member function 'CImg::get' can be const.
eboard-1.1.1.orig/cimg.h:68:8: note: Technically the member function 'CImg::get' can be const.
eboard-1.1.1.orig/cimg.cc:121:3: error: Common realloc mistake: 'data' nulled but not freed upon failure [memleakOnRealloc]
eboard-1.1.1.orig/clock.cc:68:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/clock.cc:559:31: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/clock.cc:590:31: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/clock.cc:159:8: style: The scope of the variable 'u' can be reduced. [variableScope]
eboard-1.1.1.orig/clock.cc:453:20: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
eboard-1.1.1.orig/clock.cc:469:31: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
eboard-1.1.1.orig/clock.cc:523:24: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
eboard-1.1.1.orig/clock.cc:53:42: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/clock.cc:62:42: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/clock.cc:210:14: warning: Member variable 'TimeControl::value' is not initialized in the constructor. [uninitMemberVar]
eboard-1.1.1.orig/clock.h:61:8: style: Technically the member function 'ChessClock::getActive' can be const. [functionConst]
eboard-1.1.1.orig/clock.cc:153:18: note: Technically the member function 'ChessClock::getActive' can be const.
eboard-1.1.1.orig/clock.h:61:8: note: Technically the member function 'ChessClock::getActive' can be const.
eboard-1.1.1.orig/clock.h:62:8: style: Technically the member function 'ChessClock::getValue2' can be const. [functionConst]
eboard-1.1.1.orig/clock.cc:180:17: note: Technically the member function 'ChessClock::getValue2' can be const.
eboard-1.1.1.orig/clock.h:62:8: note: Technically the member function 'ChessClock::getValue2' can be const.
eboard-1.1.1.orig/clock.h:110:16: style: Technically the member function 'TimeControl::operator==' can be const. [functionConst]
eboard-1.1.1.orig/clock.cc:221:18: note: Technically the member function 'TimeControl::operator==' can be const.
eboard-1.1.1.orig/clock.h:110:16: note: Technically the member function 'TimeControl::operator==' can be const.
eboard-1.1.1.orig/clock.h:111:16: style: Technically the member function 'TimeControl::operator!=' can be const. [functionConst]
eboard-1.1.1.orig/clock.cc:234:18: note: Technically the member function 'TimeControl::operator!=' can be const.
eboard-1.1.1.orig/clock.h:111:16: note: Technically the member function 'TimeControl::operator!=' can be const.
eboard-1.1.1.orig/clock.h:122:8: style: Technically the member function 'TimeControl::isRegressive' can be const. [functionConst]
eboard-1.1.1.orig/clock.cc:368:19: note: Technically the member function 'TimeControl::isRegressive' can be const.
eboard-1.1.1.orig/clock.h:122:8: note: Technically the member function 'TimeControl::isRegressive' can be const.
eboard-1.1.1.orig/clock.h:123:8: style: Technically the member function 'TimeControl::startValue' can be const. [functionConst]
eboard-1.1.1.orig/clock.cc:372:18: note: Technically the member function 'TimeControl::startValue' can be const.
eboard-1.1.1.orig/clock.h:123:8: note: Technically the member function 'TimeControl::startValue' can be const.
eboard-1.1.1.orig/clock.h:106:1: warning: The class 'TimeControl' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
eboard-1.1.1.orig/dgtboard.cc:247:18: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/dgtboard.cc:367:9: style: Unused variable: wtime [unusedVariable]
eboard-1.1.1.orig/dgtboard.cc:367:16: style: Unused variable: btime [unusedVariable]
eboard-1.1.1.orig/dgtboard.cc:367:23: style: Unused variable: wturn [unusedVariable]
eboard-1.1.1.orig/dgtboard.cc:421:5: warning: The buffer 'msg' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
eboard-1.1.1.orig/dlg_connect.cc:178:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/dlg_connect.cc:222:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/dlg_connect.cc:232:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/dlg_connect.cc:485:15: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/dlg_connect.cc:502:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/dlg_connect.cc:515:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/dlg_connect.cc:538:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/dlg_connect.cc:553:15: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/dlg_connect.cc:560:28: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/dlg_connect.cc:571:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/dlg_connect.cc:45:22: style: The scope of the variable 'ysw' can be reduced. [variableScope]
eboard-1.1.1.orig/dlg_connect.cc:45:27: style: The scope of the variable 'ysl' can be reduced. [variableScope]
eboard-1.1.1.orig/dlg_connect.cc:423:7: style: The scope of the variable 'i' can be reduced. [variableScope]
eboard-1.1.1.orig/dlg_connect.cc:424:8: style: The scope of the variable 'z' can be reduced. [variableScope]
eboard-1.1.1.orig/dlg_connect.cc:424:15: style: The scope of the variable 'x' can be reduced. [variableScope]
eboard-1.1.1.orig/dlg_connect.cc:99:22: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
eboard-1.1.1.orig/dlg_connect.cc:157:13: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
eboard-1.1.1.orig/dlg_connect.cc:356:53: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
eboard-1.1.1.orig/dlg_connect.cc:365:22: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
eboard-1.1.1.orig/dlg_connect.cc:87:31: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/dlg_connect.cc:235:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/dlg_connect.cc:404:70: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/dlg_connect.cc:429:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/dlg_connect.cc:491:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/dlg_connect.cc:521:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/dlg_connect.cc:540:70: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/dlg_connect.cc:577:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/dlg_gamelist.cc:158:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/dlg_gamelist.cc:182:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/dlg_gamelist.cc:198:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/dlg_gamelist.cc:208:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/dlg_gamelist.cc:218:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/dlg_gamelist.cc:662:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/dlg_gamelist.cc:670:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/dlg_gamelist.cc:681:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/dlg_gamelist.cc:699:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/dlg_gamelist.cc:715:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/dlg_gamelist.cc:726:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/dlg_gamelist.cc:734:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/dlg_gamelist.cc:742:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/dlg_gamelist.cc:758:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/dlg_gamelist.cc:779:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/dlg_gamelist.cc:905:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/dlg_gamelist.cc:914:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/dlg_gamelist.cc:926:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/dlg_gamelist.cc:936:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/dlg_gamelist.cc:946:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/dlg_gamelist.cc:602:10: style: The scope of the variable 'b' can be reduced. [variableScope]
eboard-1.1.1.orig/dlg_gamelist.cc:679:14: style: The scope of the variable 'cg' can be reduced. [variableScope]
eboard-1.1.1.orig/dlg_gamelist.cc:122:26: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
eboard-1.1.1.orig/dlg_gamelist.cc:357:30: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
eboard-1.1.1.orig/dlg_gamelist.cc:856:26: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
eboard-1.1.1.orig/dlg_gamelist.cc:58:12: style: Unused variable: fixed [unusedVariable]
eboard-1.1.1.orig/dlg_gamelist.cc:227:12: style: Unused variable: fixed [unusedVariable]
eboard-1.1.1.orig/dlg_gamelist.cc:792:12: style: Unused variable: fixed [unusedVariable]
eboard-1.1.1.orig/dlg_gamelist.cc:424:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/dlg_gamelist.cc:574:64: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/dlg_gamelist.cc:621:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/dlg_gamelist.h:75:8: style: Unused private function: 'StockListDialog::open' [unusedPrivateFunction]
eboard-1.1.1.orig/dlg_gamelist.h:76:8: style: Unused private function: 'StockListDialog::trash' [unusedPrivateFunction]
eboard-1.1.1.orig/dlg_gamelist.h:77:8: style: Unused private function: 'StockListDialog::trashAll' [unusedPrivateFunction]
eboard-1.1.1.orig/dlg_prefs.cc:800:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/dlg_prefs.cc:819:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/dlg_prefs.cc:825:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/dlg_prefs.cc:832:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/dlg_prefs.cc:840:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/dlg_prefs.cc:854:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/dlg_prefs.cc:889:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/dlg_prefs.cc:900:27: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/dlg_prefs.cc:910:27: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/dlg_prefs.cc:983:8: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/dlg_prefs.cc:988:25: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/dlg_prefs.cc:154:23: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
eboard-1.1.1.orig/dlg_prefs.cc:175:51: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
eboard-1.1.1.orig/dlg_prefs.cc:182:30: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
eboard-1.1.1.orig/dlg_prefs.cc:284:47: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
eboard-1.1.1.orig/dlg_prefs.cc:346:56: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
eboard-1.1.1.orig/dlg_prefs.cc:406:21: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
eboard-1.1.1.orig/dlg_prefs.cc:474:24: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
eboard-1.1.1.orig/dlg_prefs.cc:483:30: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
eboard-1.1.1.orig/dlg_prefs.cc:510:37: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
eboard-1.1.1.orig/dlg_prefs.cc:551:67: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
eboard-1.1.1.orig/dlg_prefs.cc:579:40: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
eboard-1.1.1.orig/dlg_prefs.cc:231:7: style: Variable 'spl' is assigned a value that is never used. [unreadVariable]
eboard-1.1.1.orig/dlg_prefs.cc:760:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/dlg_prefs.h:61:8: style: Unused private function: 'PreferencesDialog::Apply' [unusedPrivateFunction]
eboard-1.1.1.orig/dlg_prefs.h:62:8: performance: Technically the member function 'PreferencesDialog::ApplyCheckBox' can be static. [functionStatic]
eboard-1.1.1.orig/dlg_prefs.cc:600:25: note: Technically the member function 'PreferencesDialog::ApplyCheckBox' can be static.
eboard-1.1.1.orig/dlg_prefs.h:62:8: note: Technically the member function 'PreferencesDialog::ApplyCheckBox' can be static.
eboard-1.1.1.orig/dlg_prefs.h:63:8: performance: Technically the member function 'PreferencesDialog::ApplyEntry' can be static. [functionStatic]
eboard-1.1.1.orig/dlg_prefs.cc:610:25: note: Technically the member function 'PreferencesDialog::ApplyEntry' can be static.
eboard-1.1.1.orig/dlg_prefs.h:63:8: note: Technically the member function 'PreferencesDialog::ApplyEntry' can be static.
eboard-1.1.1.orig/dlg_prefs.h:64:8: performance: Technically the member function 'PreferencesDialog::ApplyColorButton' can be static. [functionStatic]
eboard-1.1.1.orig/dlg_prefs.cc:622:25: note: Technically the member function 'PreferencesDialog::ApplyColorButton' can be static.
eboard-1.1.1.orig/dlg_prefs.h:64:8: note: Technically the member function 'PreferencesDialog::ApplyColorButton' can be static.
eboard-1.1.1.orig/dlg_prefs.cc:147:3: style: Class 'PreferencesDialog' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
eboard-1.1.1.orig/dlg_prefs.cc:147:3: style: Class 'PreferencesDialog' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
eboard-1.1.1.orig/global.cc:935:14: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
eboard-1.1.1.orig/global.cc:935:21: style: Condition '128!=0' is always true [knownConditionTrueFalse]
eboard-1.1.1.orig/global.cc:420:12: style: The scope of the variable 'p' can be reduced. [variableScope]
eboard-1.1.1.orig/global.cc:817:8: style: The scope of the variable 'z' can be reduced. [variableScope]
eboard-1.1.1.orig/global.cc:817:16: style: The scope of the variable 'p' can be reduced. [variableScope]
eboard-1.1.1.orig/global.cc:818:15: style: The scope of the variable 'hexa' can be reduced. [variableScope]
eboard-1.1.1.orig/global.cc:1420:20: style: The scope of the variable 'dc' can be reduced. [variableScope]
eboard-1.1.1.orig/global.cc:313:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/global.cc:320:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/global.cc:345:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/global.cc:581:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/global.cc:626:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/global.cc:649:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/global.cc:692:42: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/global.cc:703:42: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/global.cc:713:42: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/global.cc:783:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/global.cc:857:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/global.cc:866:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/global.cc:882:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/global.cc:900:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/global.cc:986:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/global.cc:1020:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/global.cc:1036:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/global.cc:1364:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/global.cc:1367:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/global.cc:113:9: warning: Member variable 'Global::iowatcher' is not initialized in the constructor. [uninitMemberVar]
eboard-1.1.1.orig/global.cc:113:9: warning: Member variable 'Global::SystemType' is not initialized in the constructor. [uninitMemberVar]
eboard-1.1.1.orig/global.cc:113:9: warning: Member variable 'Global::argv0' is not initialized in the constructor. [uninitMemberVar]
eboard-1.1.1.orig/global.h:93:8: style: Unused private function: 'ZombieHunter::handleSigChild' [unusedPrivateFunction]
eboard-1.1.1.orig/global.h:163:8: style: Technically the member function 'WindowGeometry::print' can be const. [functionConst]
eboard-1.1.1.orig/global.cc:1319:22: note: Technically the member function 'WindowGeometry::print' can be const.
eboard-1.1.1.orig/global.h:163:8: note: Technically the member function 'WindowGeometry::print' can be const.
eboard-1.1.1.orig/global.h:166:8: style: Technically the member function 'WindowGeometry::isNull' can be const. [functionConst]
eboard-1.1.1.orig/global.cc:1333:22: note: Technically the member function 'WindowGeometry::isNull' can be const.
eboard-1.1.1.orig/global.h:166:8: note: Technically the member function 'WindowGeometry::isNull' can be const.
eboard-1.1.1.orig/global.h:410:7: performance: Technically the member function 'Global::createDir' can be static. [functionStatic]
eboard-1.1.1.orig/global.cc:405:13: note: Technically the member function 'Global::createDir' can be static.
eboard-1.1.1.orig/global.h:410:7: note: Technically the member function 'Global::createDir' can be static.
eboard-1.1.1.orig/global.h:416:8: performance: Technically the member function 'Global::unicodeNormalize' can be static. [functionStatic]
eboard-1.1.1.orig/global.cc:955:14: note: Technically the member function 'Global::unicodeNormalize' can be static.
eboard-1.1.1.orig/global.h:416:8: note: Technically the member function 'Global::unicodeNormalize' can be static.
eboard-1.1.1.orig/help.cc:287:10: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/help.cc:164:32: style: The scope of the variable 'w' can be reduced. [variableScope]
eboard-1.1.1.orig/help.cc:266:11: style: The scope of the variable 'c' can be reduced. [variableScope]
eboard-1.1.1.orig/help.cc:105:40: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
eboard-1.1.1.orig/help.cc:158:32: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
eboard-1.1.1.orig/help.cc:253:36: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
eboard-1.1.1.orig/help.cc:328:31: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
eboard-1.1.1.orig/langs.cc:100:9: style: The scope of the variable 'f' can be reduced. [variableScope]
eboard-1.1.1.orig/langs.cc:166:7: style: The scope of the variable 'i' can be reduced. [variableScope]
eboard-1.1.1.orig/langs.cc:166:9: style: The scope of the variable 'j' can be reduced. [variableScope]
eboard-1.1.1.orig/langs.cc:166:11: style: The scope of the variable 'k' can be reduced. [variableScope]
eboard-1.1.1.orig/langs.cc:168:8: style: The scope of the variable 'c' can be reduced. [variableScope]
eboard-1.1.1.orig/langs.cc:87:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/langs.cc:241:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/langs.cc:78:13: warning: Member variable 'Translator::Lang' is not initialized in the constructor. [uninitMemberVar]
eboard-1.1.1.orig/langs.cc:78:13: warning: Member variable 'Translator::SubLang' is not initialized in the constructor. [uninitMemberVar]
eboard-1.1.1.orig/langs.cc:78:13: warning: Member variable 'Translator::Package' is not initialized in the constructor. [uninitMemberVar]
eboard-1.1.1.orig/langs.cc:40:3: style: Class 'TEntry' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
eboard-1.1.1.orig/langs.cc:40:3: style: Class 'TEntry' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
eboard-1.1.1.orig/langs.cc:173:23: error: Memory leak: tmpk [memleak]
eboard-1.1.1.orig/langs.cc:173:23: error: Memory leak: tmpd [memleak]
eboard-1.1.1.orig/langs.cc:198:7: error: Common realloc mistake: 'tmpk' nulled but not freed upon failure [memleakOnRealloc]
eboard-1.1.1.orig/langs.cc:199:7: error: Common realloc mistake: 'tmpd' nulled but not freed upon failure [memleakOnRealloc]
eboard-1.1.1.orig/main.cc:115:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/mainwindow.cc:396:19: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/mainwindow.cc:397:20: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/mainwindow.cc:400:21: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/mainwindow.cc:401:22: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/mainwindow.cc:402:20: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/mainwindow.cc:1420:7: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/mainwindow.cc:1498:7: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/mainwindow.cc:1521:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/mainwindow.cc:1531:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/mainwindow.cc:1541:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/mainwindow.cc:1717:20: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/mainwindow.cc:1743:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/mainwindow.cc:1750:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/mainwindow.cc:1757:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/mainwindow.cc:1764:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/mainwindow.cc:1771:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/mainwindow.cc:1778:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/mainwindow.cc:1785:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/mainwindow.cc:1792:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/mainwindow.cc:1799:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/mainwindow.cc:1923:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/mainwindow.cc:1934:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/mainwindow.cc:1942:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/mainwindow.cc:1943:35: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/mainwindow.cc:2071:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/mainwindow.cc:2112:20: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/mainwindow.cc:925:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
eboard-1.1.1.orig/mainwindow.cc:715:14: style: The scope of the variable 'menuitem' can be reduced. [variableScope]
eboard-1.1.1.orig/mainwindow.cc:719:18: style: The scope of the variable 'ds' can be reduced. [variableScope]
eboard-1.1.1.orig/mainwindow.cc:1065:21: style: The scope of the variable 'bytcp' can be reduced. [variableScope]
eboard-1.1.1.orig/mainwindow.cc:1066:19: style: The scope of the variable 'bypipe' can be reduced. [variableScope]
eboard-1.1.1.orig/mainwindow.cc:1162:10: style: The scope of the variable 'i' can be reduced. [variableScope]
eboard-1.1.1.orig/mainwindow.cc:1162:12: style: The scope of the variable 'j' can be reduced. [variableScope]
eboard-1.1.1.orig/mainwindow.cc:1669:8: style: The scope of the variable 'line' can be reduced. [variableScope]
eboard-1.1.1.orig/mainwindow.cc:1670:7: style: The scope of the variable 'gotinput' can be reduced. [variableScope]
eboard-1.1.1.orig/mainwindow.cc:1670:17: style: The scope of the variable 'loopc' can be reduced. [variableScope]
eboard-1.1.1.orig/mainwindow.cc:257:21: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
eboard-1.1.1.orig/mainwindow.cc:313:24: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
eboard-1.1.1.orig/mainwindow.cc:462:23: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
eboard-1.1.1.orig/mainwindow.cc:517:21: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
eboard-1.1.1.orig/mainwindow.cc:608:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/mainwindow.cc:646:66: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/mainwindow.cc:689:70: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/mainwindow.cc:751:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/mainwindow.cc:1128:64: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/mainwindow.h:65:8: style: Technically the member function 'InputModeSelector::getChatMode' can be const. [functionConst]
eboard-1.1.1.orig/mainwindow.cc:1988:25: note: Technically the member function 'InputModeSelector::getChatMode' can be const.
eboard-1.1.1.orig/mainwindow.h:65:8: note: Technically the member function 'InputModeSelector::getChatMode' can be const.
eboard-1.1.1.orig/mainwindow.h:66:8: style: Technically the member function 'InputModeSelector::getSearchMode' can be const. [functionConst]
eboard-1.1.1.orig/mainwindow.cc:1992:25: note: Technically the member function 'InputModeSelector::getSearchMode' can be const.
eboard-1.1.1.orig/mainwindow.h:66:8: note: Technically the member function 'InputModeSelector::getSearchMode' can be const.
eboard-1.1.1.orig/mainwindow.h:82:8: performance: Technically the member function 'InputModeSelector::setColor' can be static. [functionStatic]
eboard-1.1.1.orig/mainwindow.cc:2048:25: note: Technically the member function 'InputModeSelector::setColor' can be static.
eboard-1.1.1.orig/mainwindow.h:82:8: note: Technically the member function 'InputModeSelector::setColor' can be static.
eboard-1.1.1.orig/mainwindow.cc:225:3: style: Class 'MainWindow' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
eboard-1.1.1.orig/mainwindow.cc:225:3: style: Class 'MainWindow' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
eboard-1.1.1.orig/movelist.cc:176:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/movelist.cc:85:23: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
eboard-1.1.1.orig/movelist.cc:117:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/movelist.cc:76:3: style: Class 'MoveListWindow' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
eboard-1.1.1.orig/movelist.cc:76:3: style: Class 'MoveListWindow' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
eboard-1.1.1.orig/network.cc:131:23: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/network.cc:906:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/network.cc:176:7: style: The scope of the variable 'i' can be reduced. [variableScope]
eboard-1.1.1.orig/network.cc:205:7: style: The scope of the variable 'i' can be reduced. [variableScope]
eboard-1.1.1.orig/network.cc:206:8: style: The scope of the variable 'c' can be reduced. [variableScope]
eboard-1.1.1.orig/network.cc:250:8: style: The scope of the variable 'c' can be reduced. [variableScope]
eboard-1.1.1.orig/network.cc:650:31: style: The scope of the variable 'p' can be reduced. [variableScope]
eboard-1.1.1.orig/network.cc:745:11: style: The scope of the variable 'wr' can be reduced. [variableScope]
eboard-1.1.1.orig/network.cc:761:9: style: The scope of the variable 'rs' can be reduced. [variableScope]
eboard-1.1.1.orig/network.cc:853:7: style: The scope of the variable 'ew' can be reduced. [variableScope]
eboard-1.1.1.orig/network.cc:853:10: style: The scope of the variable 'rem' can be reduced. [variableScope]
eboard-1.1.1.orig/network.cc:853:14: style: The scope of the variable 'ec' can be reduced. [variableScope]
eboard-1.1.1.orig/network.cc:853:17: style: The scope of the variable 'tol' can be reduced. [variableScope]
eboard-1.1.1.orig/network.cc:940:7: style: The scope of the variable 'r' can be reduced. [variableScope]
eboard-1.1.1.orig/network.cc:62:42: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/network.cc:74:42: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/network.cc:167:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/network.cc:209:42: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/network.cc:237:42: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/network.cc:284:42: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/network.cc:923:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/network.cc:945:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/network.cc:309:19: warning: Member variable 'DirectConnection::he' is not initialized in the constructor. [uninitMemberVar]
eboard-1.1.1.orig/network.cc:309:19: warning: Member variable 'DirectConnection::netsocket' is not initialized in the constructor. [uninitMemberVar]
eboard-1.1.1.orig/network.cc:560:17: warning: Member variable 'PipeConnection::opmode' is not initialized in the constructor. [uninitMemberVar]
eboard-1.1.1.orig/network.cc:560:17: warning: Member variable 'PipeConnection::Port' is not initialized in the constructor. [uninitMemberVar]
eboard-1.1.1.orig/network.cc:560:17: warning: Member variable 'PipeConnection::HelperBin' is not initialized in the constructor. [uninitMemberVar]
eboard-1.1.1.orig/network.cc:560:17: warning: Member variable 'PipeConnection::errorMessage' is not initialized in the constructor. [uninitMemberVar]
eboard-1.1.1.orig/network.cc:560:17: warning: Member variable 'PipeConnection::toid' is not initialized in the constructor. [uninitMemberVar]
eboard-1.1.1.orig/network.cc:604:17: warning: Member variable 'PipeConnection::pout' is not initialized in the constructor. [uninitMemberVar]
eboard-1.1.1.orig/network.cc:604:17: warning: Member variable 'PipeConnection::pin' is not initialized in the constructor. [uninitMemberVar]
eboard-1.1.1.orig/network.cc:604:17: warning: Member variable 'PipeConnection::errorMessage' is not initialized in the constructor. [uninitMemberVar]
eboard-1.1.1.orig/network.cc:917:21: warning: Member variable 'FallBackConnection::errorMessage' is not initialized in the constructor. [uninitMemberVar]
eboard-1.1.1.orig/network.h:65:7: style: Technically the member function 'Parent::operator==' can be const. [functionConst]
eboard-1.1.1.orig/network.cc:50:13: note: Technically the member function 'Parent::operator==' can be const.
eboard-1.1.1.orig/network.h:65:7: note: Technically the member function 'Parent::operator==' can be const.
eboard-1.1.1.orig/network.h:112:16: warning: Virtual function 'notifyReadReady' is called from destructor '~NetConnection()' at line 107. Dynamic binding is not used. [virtualCallInConstructor]
eboard-1.1.1.orig/network.cc:107:3: note: Calling notifyReadReady
eboard-1.1.1.orig/network.h:112:16: note: notifyReadReady is a virtual method
eboard-1.1.1.orig/notebook.cc:36:5: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/notebook.cc:359:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/notebook.cc:53:14: style: The scope of the variable 'b' can be reduced. [variableScope]
eboard-1.1.1.orig/notebook.cc:53:17: style: The scope of the variable 'p' can be reduced. [variableScope]
eboard-1.1.1.orig/notebook.cc:78:35: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
eboard-1.1.1.orig/notebook.cc:341:24: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
eboard-1.1.1.orig/notebook.cc:181:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/notebook.cc:206:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/notebook.cc:222:26: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/notebook.cc:248:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/notebook.cc:261:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/notebook.cc:275:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/notebook.cc:286:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/notebook.cc:299:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/notebook.cc:306:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/notebook.cc:315:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/notebook.cc:40:7: warning: Member variable 'Page::removable' is not initialized in the constructor. [uninitMemberVar]
eboard-1.1.1.orig/notebook.cc:40:7: warning: Member variable 'Page::labelframe' is not initialized in the constructor. [uninitMemberVar]
eboard-1.1.1.orig/notebook.h:39:7: style: Technically the member function 'Page::operator==' can be const. [functionConst]
eboard-1.1.1.orig/notebook.cc:92:11: note: Technically the member function 'Page::operator==' can be const.
eboard-1.1.1.orig/notebook.h:39:7: note: Technically the member function 'Page::operator==' can be const.
eboard-1.1.1.orig/notebook.h:40:7: style: Technically the member function 'Page::under' can be const. [functionConst]
eboard-1.1.1.orig/notebook.cc:96:11: note: Technically the member function 'Page::under' can be const.
eboard-1.1.1.orig/notebook.h:40:7: note: Technically the member function 'Page::under' can be const.
eboard-1.1.1.orig/notebook.h:41:7: style: Technically the member function 'Page::above' can be const. [functionConst]
eboard-1.1.1.orig/notebook.cc:100:11: note: Technically the member function 'Page::above' can be const.
eboard-1.1.1.orig/notebook.h:41:7: note: Technically the member function 'Page::above' can be const.
eboard-1.1.1.orig/notebook.h:49:8: style: Technically the member function 'Page::dump' can be const. [functionConst]
eboard-1.1.1.orig/notebook.cc:125:12: note: Technically the member function 'Page::dump' can be const.
eboard-1.1.1.orig/notebook.h:49:8: note: Technically the member function 'Page::dump' can be const.
eboard-1.1.1.orig/notebook.h:117:8: style: Technically the member function 'NotebookInsider::getPageId' can be const. [functionConst]
eboard-1.1.1.orig/notebook.cc:418:22: note: Technically the member function 'NotebookInsider::getPageId' can be const.
eboard-1.1.1.orig/notebook.h:117:8: note: Technically the member function 'NotebookInsider::getPageId' can be const.
eboard-1.1.1.orig/ntext.cc:623:15: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/ntext.cc:637:15: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/ntext.cc:804:15: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/ntext.cc:871:15: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/ntext.cc:884:15: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/ntext.cc:955:15: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/ntext.cc:990:15: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/ntext.cc:1020:15: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/ntext.cc:1031:15: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/ntext.cc:1091:15: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/ntext.cc:238:7: style: The scope of the variable 'i' can be reduced. [variableScope]
eboard-1.1.1.orig/ntext.cc:291:8: style: The scope of the variable 'fit' can be reduced. [variableScope]
eboard-1.1.1.orig/ntext.cc:638:29: style: The scope of the variable 'ri' can be reduced. [variableScope]
eboard-1.1.1.orig/ntext.cc:814:9: style: The scope of the variable 'x' can be reduced. [variableScope]
eboard-1.1.1.orig/ntext.cc:825:7: style: The scope of the variable 'p' can be reduced. [variableScope]
eboard-1.1.1.orig/ntext.cc:886:19: style: The scope of the variable 'ml' can be reduced. [variableScope]
eboard-1.1.1.orig/ntext.cc:886:23: style: The scope of the variable 'mr' can be reduced. [variableScope]
eboard-1.1.1.orig/ntext.cc:957:10: style: The scope of the variable 'dirty' can be reduced. [variableScope]
eboard-1.1.1.orig/ntext.cc:992:7: style: The scope of the variable 'x' can be reduced. [variableScope]
eboard-1.1.1.orig/ntext.cc:992:9: style: The scope of the variable 'y' can be reduced. [variableScope]
eboard-1.1.1.orig/ntext.cc:1032:7: style: The scope of the variable 'i' can be reduced. [variableScope]
eboard-1.1.1.orig/ntext.cc:1032:9: style: The scope of the variable 'sz' can be reduced. [variableScope]
eboard-1.1.1.orig/ntext.cc:1033:9: style: The scope of the variable 'txt' can be reduced. [variableScope]
eboard-1.1.1.orig/ntext.cc:1033:14: style: The scope of the variable 'p' can be reduced. [variableScope]
eboard-1.1.1.orig/ntext.cc:1033:17: style: The scope of the variable 'q' can be reduced. [variableScope]
eboard-1.1.1.orig/ntext.cc:212:20: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
eboard-1.1.1.orig/ntext.cc:219:33: style: Function 'setFont' argument 1 names different: declaration 'font' definition 'f'. [funcArgNamesDifferent]
eboard-1.1.1.orig/ntext.h:86:28: note: Function 'setFont' argument 1 names different: declaration 'font' definition 'f'.
eboard-1.1.1.orig/ntext.cc:219:33: note: Function 'setFont' argument 1 names different: declaration 'font' definition 'f'.
eboard-1.1.1.orig/ntext.cc:581:7: style: Unused variable: i [unusedVariable]
eboard-1.1.1.orig/ntext.cc:581:9: style: Unused variable: j [unusedVariable]
eboard-1.1.1.orig/ntext.cc:823:9: style: Unused variable: j [unusedVariable]
eboard-1.1.1.orig/ntext.cc:824:7: style: Unused variable: l [unusedVariable]
eboard-1.1.1.orig/ntext.cc:824:9: style: Unused variable: r [unusedVariable]
eboard-1.1.1.orig/ntext.cc:847:2: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
eboard-1.1.1.orig/ntext.cc:227:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/ntext.cc:504:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/ntext.cc:61:8: warning: Member variable 'FLine::Src' is not initialized in the constructor. [uninitMemberVar]
eboard-1.1.1.orig/ntext.cc:61:8: warning: Member variable 'FLine::Off' is not initialized in the constructor. [uninitMemberVar]
eboard-1.1.1.orig/ntext.cc:61:8: warning: Member variable 'FLine::X' is not initialized in the constructor. [uninitMemberVar]
eboard-1.1.1.orig/ntext.cc:61:8: warning: Member variable 'FLine::Y' is not initialized in the constructor. [uninitMemberVar]
eboard-1.1.1.orig/ntext.cc:61:8: warning: Member variable 'FLine::H' is not initialized in the constructor. [uninitMemberVar]
eboard-1.1.1.orig/ntext.cc:61:8: warning: Member variable 'FLine::valid' is not initialized in the constructor. [uninitMemberVar]
eboard-1.1.1.orig/ntext.cc:68:8: warning: Member variable 'FLine::Src' is not initialized in the constructor. [uninitMemberVar]
eboard-1.1.1.orig/ntext.cc:68:8: warning: Member variable 'FLine::Off' is not initialized in the constructor. [uninitMemberVar]
eboard-1.1.1.orig/ntext.cc:68:8: warning: Member variable 'FLine::X' is not initialized in the constructor. [uninitMemberVar]
eboard-1.1.1.orig/ntext.cc:68:8: warning: Member variable 'FLine::Y' is not initialized in the constructor. [uninitMemberVar]
eboard-1.1.1.orig/ntext.cc:68:8: warning: Member variable 'FLine::H' is not initialized in the constructor. [uninitMemberVar]
eboard-1.1.1.orig/ntext.cc:68:8: warning: Member variable 'FLine::valid' is not initialized in the constructor. [uninitMemberVar]
eboard-1.1.1.orig/ntext.cc:83:8: warning: Member variable 'FLine::Src' is not initialized in the constructor. [uninitMemberVar]
eboard-1.1.1.orig/ntext.cc:83:8: warning: Member variable 'FLine::Off' is not initialized in the constructor. [uninitMemberVar]
eboard-1.1.1.orig/ntext.cc:83:8: warning: Member variable 'FLine::X' is not initialized in the constructor. [uninitMemberVar]
eboard-1.1.1.orig/ntext.cc:83:8: warning: Member variable 'FLine::Y' is not initialized in the constructor. [uninitMemberVar]
eboard-1.1.1.orig/ntext.cc:83:8: warning: Member variable 'FLine::H' is not initialized in the constructor. [uninitMemberVar]
eboard-1.1.1.orig/ntext.cc:83:8: warning: Member variable 'FLine::valid' is not initialized in the constructor. [uninitMemberVar]
eboard-1.1.1.orig/ntext.h:67:11: style: Technically the member function 'TPoint::operator<' can be const. [functionConst]
eboard-1.1.1.orig/ntext.cc:115:17: note: Technically the member function 'TPoint::operator<' can be const.
eboard-1.1.1.orig/ntext.h:67:11: note: Technically the member function 'TPoint::operator<' can be const.
eboard-1.1.1.orig/ntext.h:68:11: style: Technically the member function 'TPoint::operator>' can be const. [functionConst]
eboard-1.1.1.orig/ntext.cc:122:17: note: Technically the member function 'TPoint::operator>' can be const.
eboard-1.1.1.orig/ntext.h:68:11: note: Technically the member function 'TPoint::operator>' can be const.
eboard-1.1.1.orig/ntext.h:69:11: style: Technically the member function 'TPoint::operator==' can be const. [functionConst]
eboard-1.1.1.orig/ntext.cc:129:17: note: Technically the member function 'TPoint::operator==' can be const.
eboard-1.1.1.orig/ntext.h:69:11: note: Technically the member function 'TPoint::operator==' can be const.
eboard-1.1.1.orig/ntext.h:71:11: style: Technically the member function 'TPoint::operator<' can be const. [functionConst]
eboard-1.1.1.orig/ntext.cc:133:13: note: Technically the member function 'TPoint::operator<' can be const.
eboard-1.1.1.orig/ntext.h:71:11: note: Technically the member function 'TPoint::operator<' can be const.
eboard-1.1.1.orig/ntext.h:72:11: style: Technically the member function 'TPoint::operator<=' can be const. [functionConst]
eboard-1.1.1.orig/ntext.cc:134:13: note: Technically the member function 'TPoint::operator<=' can be const.
eboard-1.1.1.orig/ntext.h:72:11: note: Technically the member function 'TPoint::operator<=' can be const.
eboard-1.1.1.orig/ntext.h:73:11: style: Technically the member function 'TPoint::operator>' can be const. [functionConst]
eboard-1.1.1.orig/ntext.cc:135:13: note: Technically the member function 'TPoint::operator>' can be const.
eboard-1.1.1.orig/ntext.h:73:11: note: Technically the member function 'TPoint::operator>' can be const.
eboard-1.1.1.orig/ntext.h:74:11: style: Technically the member function 'TPoint::operator>=' can be const. [functionConst]
eboard-1.1.1.orig/ntext.cc:136:13: note: Technically the member function 'TPoint::operator>=' can be const.
eboard-1.1.1.orig/ntext.h:74:11: note: Technically the member function 'TPoint::operator>=' can be const.
eboard-1.1.1.orig/ntext.h:75:11: style: Technically the member function 'TPoint::operator==' can be const. [functionConst]
eboard-1.1.1.orig/ntext.cc:137:13: note: Technically the member function 'TPoint::operator==' can be const.
eboard-1.1.1.orig/ntext.h:75:11: note: Technically the member function 'TPoint::operator==' can be const.
eboard-1.1.1.orig/ntext.h:101:8: style: Technically the member function 'NText::getLastFoundLine' can be const. [functionConst]
eboard-1.1.1.orig/ntext.cc:561:12: note: Technically the member function 'NText::getLastFoundLine' can be const.
eboard-1.1.1.orig/ntext.h:101:8: note: Technically the member function 'NText::getLastFoundLine' can be const.
eboard-1.1.1.orig/ntext.h:63:1: warning: The class 'TPoint' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
eboard-1.1.1.orig/p2p.cc:178:14: error: Array 'bl[4]' accessed at index 4, which is out of bounds. [arrayIndexOutOfBounds]
eboard-1.1.1.orig/p2p.cc:188:19: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/p2p.cc:216:19: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/p2p.cc:226:19: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/p2p.cc:281:19: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/p2p.cc:232:8: style: The scope of the variable 'z' can be reduced. [variableScope]
eboard-1.1.1.orig/p2p.cc:89:43: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
eboard-1.1.1.orig/p2p.cc:120:42: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
eboard-1.1.1.orig/p2p.cc:142:21: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
eboard-1.1.1.orig/p2p.cc:170:43: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
eboard-1.1.1.orig/p2p.cc:40:8: style: Unused variable: z [unusedVariable]
eboard-1.1.1.orig/p2p.cc:50:3: style: Class 'P2PDialog' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
eboard-1.1.1.orig/p2p.cc:50:3: style: Class 'P2PDialog' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
eboard-1.1.1.orig/pieces.cc:515:7: style: The scope of the variable 'top' can be reduced. [variableScope]
eboard-1.1.1.orig/pieces.cc:515:12: style: The scope of the variable 'sc' can be reduced. [variableScope]
eboard-1.1.1.orig/pieces.cc:515:18: style: The scope of the variable 'hlt' can be reduced. [variableScope]
eboard-1.1.1.orig/pieces.cc:547:7: style: The scope of the variable 'sx' can be reduced. [variableScope]
eboard-1.1.1.orig/pieces.cc:547:10: style: The scope of the variable 'sy' can be reduced. [variableScope]
eboard-1.1.1.orig/pieces.cc:672:11: style: The scope of the variable 's' can be reduced. [variableScope]
eboard-1.1.1.orig/pieces.cc:164:6: style: Variable 'h1' is assigned a value that is never used. [unreadVariable]
eboard-1.1.1.orig/pieces.cc:127:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/pieces.cc:657:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/pieces.h:105:8: style: Unused private function: 'PieceSet::getPixel' [unusedPrivateFunction]
eboard-1.1.1.orig/pieces.h:106:8: style: Unused private function: 'PieceSet::setPixel' [unusedPrivateFunction]
eboard-1.1.1.orig/pieces.h:107:8: style: Unused private function: 'PieceSet::xSetPixel' [unusedPrivateFunction]
eboard-1.1.1.orig/pieces.h:108:8: style: Unused private function: 'PieceSet::alpha' [unusedPrivateFunction]
eboard-1.1.1.orig/pieces.cc:56:3: performance: Variable 'Name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eboard-1.1.1.orig/pieces.cc:57:3: performance: Variable 'SqName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eboard-1.1.1.orig/pieces.cc:104:3: performance: Variable 'Name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eboard-1.1.1.orig/pieces.cc:105:3: performance: Variable 'SqName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eboard-1.1.1.orig/pieces.h:39:7: style: Technically the member function 'PReq::operator<' can be const. [functionConst]
eboard-1.1.1.orig/pieces.cc:45:11: note: Technically the member function 'PReq::operator<' can be const.
eboard-1.1.1.orig/pieces.h:39:7: note: Technically the member function 'PReq::operator<' can be const.
eboard-1.1.1.orig/pieces.h:40:7: style: Technically the member function 'PReq::operator>' can be const. [functionConst]
eboard-1.1.1.orig/pieces.cc:46:11: note: Technically the member function 'PReq::operator>' can be const.
eboard-1.1.1.orig/pieces.h:40:7: note: Technically the member function 'PReq::operator>' can be const.
eboard-1.1.1.orig/pieces.h:103:8: performance: Technically the member function 'PieceSet::rect_outline' can be static. [functionStatic]
eboard-1.1.1.orig/pieces.cc:598:16: note: Technically the member function 'PieceSet::rect_outline' can be static.
eboard-1.1.1.orig/pieces.h:103:8: note: Technically the member function 'PieceSet::rect_outline' can be static.
eboard-1.1.1.orig/pieces.h:108:8: style: Technically the member function 'PieceSet::alpha' can be const. [functionConst]
eboard-1.1.1.orig/pieces.cc:630:15: note: Technically the member function 'PieceSet::alpha' can be const.
eboard-1.1.1.orig/pieces.h:108:8: note: Technically the member function 'PieceSet::alpha' can be const.
eboard-1.1.1.orig/pieces.h:116:8: style: Technically the member function 'VecDetail::draw' can be const. [functionConst]
eboard-1.1.1.orig/pieces.cc:871:17: note: Technically the member function 'VecDetail::draw' can be const.
eboard-1.1.1.orig/pieces.h:116:8: note: Technically the member function 'VecDetail::draw' can be const.
eboard-1.1.1.orig/pieces.h:125:8: performance: Technically the member function 'VectorPieces::drawSquares' can be static. [functionStatic]
eboard-1.1.1.orig/pieces.cc:781:20: note: Technically the member function 'VectorPieces::drawSquares' can be static.
eboard-1.1.1.orig/pieces.h:125:8: note: Technically the member function 'VectorPieces::drawSquares' can be static.
eboard-1.1.1.orig/pieces.cc:107:3: style: Class 'PieceSet' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
eboard-1.1.1.orig/pieces.cc:107:3: style: Class 'PieceSet' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
eboard-1.1.1.orig/position.cc:264:7: style: The scope of the variable 'i' can be reduced. [variableScope]
eboard-1.1.1.orig/position.cc:266:8: style: The scope of the variable 'xlate' can be reduced. [variableScope]
eboard-1.1.1.orig/position.cc:653:7: style: The scope of the variable 'i' can be reduced. [variableScope]
eboard-1.1.1.orig/position.cc:719:16: style: The scope of the variable 'i' can be reduced. [variableScope]
eboard-1.1.1.orig/position.cc:937:7: style: The scope of the variable 'sx' can be reduced. [variableScope]
eboard-1.1.1.orig/position.cc:937:17: style: The scope of the variable 'dx' can be reduced. [variableScope]
eboard-1.1.1.orig/position.cc:938:0: style: The scope of the variable 'p' can be reduced. [variableScope]
eboard-1.1.1.orig/position.cc:1168:7: style: The scope of the variable 'dx' can be reduced. [variableScope]
eboard-1.1.1.orig/position.cc:1435:8: style: The scope of the variable 'z' can be reduced. [variableScope]
eboard-1.1.1.orig/position.cc:82:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/position.cc:91:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/position.cc:101:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/position.cc:141:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/position.cc:204:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/position.cc:234:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/position.cc:187:20: warning: Member variable 'Position::MaterialString' is not assigned a value in 'Position::operator='. [operatorEqVarError]
eboard-1.1.1.orig/position.cc:187:20: warning: Member variable 'Position::HouseString' is not assigned a value in 'Position::operator='. [operatorEqVarError]
eboard-1.1.1.orig/position.h:58:8: style: Technically the member function 'StringCollection::isOpen' can be const. [functionConst]
eboard-1.1.1.orig/position.cc:75:24: note: Technically the member function 'StringCollection::isOpen' can be const.
eboard-1.1.1.orig/position.h:58:8: note: Technically the member function 'StringCollection::isOpen' can be const.
eboard-1.1.1.orig/position.h:72:7: style: Technically the member function 'SMove::valid' can be const. [functionConst]
eboard-1.1.1.orig/position.cc:120:12: note: Technically the member function 'SMove::valid' can be const.
eboard-1.1.1.orig/position.h:72:7: note: Technically the member function 'SMove::valid' can be const.
eboard-1.1.1.orig/position.h:82:7: style: Technically the member function 'Position::operator==' can be const. [functionConst]
eboard-1.1.1.orig/position.cc:170:15: note: Technically the member function 'Position::operator==' can be const.
eboard-1.1.1.orig/position.h:82:7: note: Technically the member function 'Position::operator==' can be const.
eboard-1.1.1.orig/position.h:83:7: style: Technically the member function 'Position::operator!=' can be const. [functionConst]
eboard-1.1.1.orig/position.cc:183:15: note: Technically the member function 'Position::operator!=' can be const.
eboard-1.1.1.orig/position.h:83:7: note: Technically the member function 'Position::operator!=' can be const.
eboard-1.1.1.orig/position.h:88:0: style: Technically the member function 'Position::getPiece' can be const. [functionConst]
eboard-1.1.1.orig/position.cc:218:17: note: Technically the member function 'Position::getPiece' can be const.
eboard-1.1.1.orig/position.h:88:0: note: Technically the member function 'Position::getPiece' can be const.
eboard-1.1.1.orig/position.h:102:8: style: Technically the member function 'Position::getStockCount' can be const. [functionConst]
eboard-1.1.1.orig/position.cc:1092:15: note: Technically the member function 'Position::getStockCount' can be const.
eboard-1.1.1.orig/position.h:102:8: note: Technically the member function 'Position::getStockCount' can be const.
eboard-1.1.1.orig/position.h:107:9: style: Technically the member function 'Position::print' can be const. [functionConst]
eboard-1.1.1.orig/position.cc:893:16: note: Technically the member function 'Position::print' can be const.
eboard-1.1.1.orig/position.h:107:9: note: Technically the member function 'Position::print' can be const.
eboard-1.1.1.orig/position.h:127:8: style: Technically the member function 'Position::isDropLegal' can be const. [functionConst]
eboard-1.1.1.orig/position.cc:1220:16: note: Technically the member function 'Position::isDropLegal' can be const.
eboard-1.1.1.orig/position.h:127:8: note: Technically the member function 'Position::isDropLegal' can be const.
eboard-1.1.1.orig/position.h:131:8: style: Technically the member function 'Position::isNMDraw' can be const. [functionConst]
eboard-1.1.1.orig/position.cc:1345:16: note: Technically the member function 'Position::isNMDraw' can be const.
eboard-1.1.1.orig/position.h:131:8: note: Technically the member function 'Position::isNMDraw' can be const.
eboard-1.1.1.orig/position.h:152:8: style: Technically the member function 'Position::canMove' can be const. [functionConst]
eboard-1.1.1.orig/position.cc:796:16: note: Technically the member function 'Position::canMove' can be const.
eboard-1.1.1.orig/position.h:152:8: note: Technically the member function 'Position::canMove' can be const.
eboard-1.1.1.orig/position.h:77:1: warning: The class 'Position' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
eboard-1.1.1.orig/promote.cc:172:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/promote.cc:170:10: style: The scope of the variable 'i' can be reduced. [variableScope]
eboard-1.1.1.orig/promote.h:39:10: style: Technically the member function 'PromotionPicker::getPromotion' can be const. [functionConst]
eboard-1.1.1.orig/promote.cc:149:23: note: Technically the member function 'PromotionPicker::getPromotion' can be const.
eboard-1.1.1.orig/promote.h:39:10: note: Technically the member function 'PromotionPicker::getPromotion' can be const.
eboard-1.1.1.orig/promote.h:40:0: style: Technically the member function 'PromotionPicker::getPromotionPiece' can be const. [functionConst]
eboard-1.1.1.orig/promote.cc:153:24: note: Technically the member function 'PromotionPicker::getPromotionPiece' can be const.
eboard-1.1.1.orig/promote.h:40:0: note: Technically the member function 'PromotionPicker::getPromotionPiece' can be const.
eboard-1.1.1.orig/proto_fics.cc:2012:19: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/proto_fics.cc:2023:11: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/proto_fics.cc:880:8: style: The scope of the variable 'z' can be reduced. [variableScope]
eboard-1.1.1.orig/proto_fics.cc:1152:0: style: The scope of the variable 'pp' can be reduced. [variableScope]
eboard-1.1.1.orig/proto_fics.cc:1839:8: style: The scope of the variable 'z' can be reduced. [variableScope]
eboard-1.1.1.orig/proto_fics.cc:1955:15: style: The scope of the variable 'w' can be reduced. [variableScope]
eboard-1.1.1.orig/proto_fics.cc:1976:16: style: The scope of the variable 'w' can be reduced. [variableScope]
eboard-1.1.1.orig/proto_fics.cc:224:16: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
eboard-1.1.1.orig/proto_fics.cc:47:15: warning: Member variable 'FicsProtocol::nick' is not initialized in the constructor. [uninitMemberVar]
eboard-1.1.1.orig/proto_fics.h:71:8: performance: Technically the member function 'FicsProtocol::createScratchPos' can be static. [functionStatic]
eboard-1.1.1.orig/proto_fics.cc:900:20: note: Technically the member function 'FicsProtocol::createScratchPos' can be static.
eboard-1.1.1.orig/proto_fics.h:71:8: note: Technically the member function 'FicsProtocol::createScratchPos' can be static.
eboard-1.1.1.orig/proto_fics.h:74:8: performance: Technically the member function 'FicsProtocol::innerRemoveGame' can be static. [functionStatic]
eboard-1.1.1.orig/proto_fics.cc:1107:20: note: Technically the member function 'FicsProtocol::innerRemoveGame' can be static.
eboard-1.1.1.orig/proto_fics.h:74:8: note: Technically the member function 'FicsProtocol::innerRemoveGame' can be static.
eboard-1.1.1.orig/proto_fics.h:93:8: performance: Technically the member function 'FicsProtocol::ensureSeekGraph' can be static. [functionStatic]
eboard-1.1.1.orig/proto_fics.cc:1857:20: note: Technically the member function 'FicsProtocol::ensureSeekGraph' can be static.
eboard-1.1.1.orig/proto_fics.h:93:8: note: Technically the member function 'FicsProtocol::ensureSeekGraph' can be static.
eboard-1.1.1.orig/proto_fics.h:97:8: performance: Technically the member function 'FicsProtocol::doPlayerAction' can be static. [functionStatic]
eboard-1.1.1.orig/proto_fics.cc:1954:20: note: Technically the member function 'FicsProtocol::doPlayerAction' can be static.
eboard-1.1.1.orig/proto_fics.h:97:8: note: Technically the member function 'FicsProtocol::doPlayerAction' can be static.
eboard-1.1.1.orig/proto_fics.h:98:8: performance: Technically the member function 'FicsProtocol::doGameAction' can be static. [functionStatic]
eboard-1.1.1.orig/proto_fics.cc:1975:20: note: Technically the member function 'FicsProtocol::doGameAction' can be static.
eboard-1.1.1.orig/proto_fics.h:98:8: note: Technically the member function 'FicsProtocol::doGameAction' can be static.
eboard-1.1.1.orig/proto_fics.cc:2101:7: error: Uninitialized variable: i [uninitvar]
eboard-1.1.1.orig/proto_p2p.cc:659:16: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/proto_p2p.cc:666:16: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/proto_p2p.cc:87:8: style: The scope of the variable 'z' can be reduced. [variableScope]
eboard-1.1.1.orig/proto_p2p.cc:100:8: style: The scope of the variable 'z' can be reduced. [variableScope]
eboard-1.1.1.orig/proto_p2p.cc:113:8: style: The scope of the variable 'z' can be reduced. [variableScope]
eboard-1.1.1.orig/proto_p2p.cc:485:8: style: The scope of the variable 'z' can be reduced. [variableScope]
eboard-1.1.1.orig/proto_p2p.cc:494:8: style: The scope of the variable 'z' can be reduced. [variableScope]
eboard-1.1.1.orig/proto_p2p.cc:511:8: style: The scope of the variable 'z' can be reduced. [variableScope]
eboard-1.1.1.orig/proto_p2p.cc:606:63: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
eboard-1.1.1.orig/proto_p2p.cc:312:7: style: Variable 'j' is assigned a value that is never used. [unreadVariable]
eboard-1.1.1.orig/proto_p2p.cc:668:8: style: Unused variable: z [unusedVariable]
eboard-1.1.1.orig/proto_p2p.cc:669:7: style: Unused variable: T [unusedVariable]
eboard-1.1.1.orig/proto_p2p.cc:37:14: warning: Member variable 'P2PProtocol::MoveNumber' is not initialized in the constructor. [uninitMemberVar]
eboard-1.1.1.orig/proto_p2p.cc:550:3: style: Class 'P2PPad' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
eboard-1.1.1.orig/proto_p2p.cc:550:3: style: Class 'P2PPad' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
eboard-1.1.1.orig/proto_p2p.cc:38:3: style: Class 'P2PProtocol' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
eboard-1.1.1.orig/proto_p2p.cc:38:3: style: Class 'P2PProtocol' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
eboard-1.1.1.orig/proto_p2p.h:38:1: warning: The class 'GameProposal' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
eboard-1.1.1.orig/proto_xboard.cc:469:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/proto_xboard.cc:921:8: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/proto_xboard.cc:1041:24: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/proto_xboard.cc:1045:27: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/proto_xboard.cc:1051:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/proto_xboard.cc:1057:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/proto_xboard.cc:258:17: style: The scope of the variable 'umove' can be reduced. [variableScope]
eboard-1.1.1.orig/proto_xboard.cc:321:14: style: The scope of the variable 'refgame' can be reduced. [variableScope]
eboard-1.1.1.orig/proto_xboard.cc:786:33: style: The scope of the variable 'b31' can be reduced. [variableScope]
eboard-1.1.1.orig/proto_xboard.cc:786:38: style: The scope of the variable 'l31' can be reduced. [variableScope]
eboard-1.1.1.orig/proto_xboard.cc:1107:24: style: The scope of the variable 'p' can be reduced. [variableScope]
eboard-1.1.1.orig/proto_xboard.cc:856:12: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
eboard-1.1.1.orig/proto_xboard.cc:858:22: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
eboard-1.1.1.orig/proto_xboard.cc:889:46: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
eboard-1.1.1.orig/proto_xboard.cc:891:24: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
eboard-1.1.1.orig/proto_xboard.cc:910:31: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
eboard-1.1.1.orig/proto_xboard.cc:1210:17: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
eboard-1.1.1.orig/proto_xboard.cc:48:17: warning: Member variable 'XBoardProtocol::eng_dlg' is not initialized in the constructor. [uninitMemberVar]
eboard-1.1.1.orig/proto_xboard.cc:48:17: warning: Member variable 'XBoardProtocol::eng_book' is not initialized in the constructor. [uninitMemberVar]
eboard-1.1.1.orig/proto_xboard.cc:48:17: warning: Member variable 'XBoardProtocol::engctl_engcmd' is not initialized in the constructor. [uninitMemberVar]
eboard-1.1.1.orig/proto_xboard.cc:48:17: warning: Member variable 'XBoardProtocol::engctl_engdir' is not initialized in the constructor. [uninitMemberVar]
eboard-1.1.1.orig/proto_xboard.cc:48:17: warning: Member variable 'XBoardProtocol::MaxDepth' is not initialized in the constructor. [uninitMemberVar]
eboard-1.1.1.orig/proto_xboard.cc:48:17: warning: Member variable 'XBoardProtocol::ThinkAlways' is not initialized in the constructor. [uninitMemberVar]
eboard-1.1.1.orig/proto_xboard.cc:48:17: warning: Member variable 'XBoardProtocol::FullCommand' is not initialized in the constructor. [uninitMemberVar]
eboard-1.1.1.orig/proto_xboard.cc:48:17: warning: Member variable 'XBoardProtocol::engctl_lbl' is not initialized in the constructor. [uninitMemberVar]
eboard-1.1.1.orig/proto_xboard.cc:48:17: warning: Member variable 'XBoardProtocol::engctl_ewhite' is not initialized in the constructor. [uninitMemberVar]
eboard-1.1.1.orig/proto_xboard.cc:48:17: warning: Member variable 'XBoardProtocol::engctl_ply' is not initialized in the constructor. [uninitMemberVar]
eboard-1.1.1.orig/proto_xboard.cc:48:17: warning: Member variable 'XBoardProtocol::think' is not initialized in the constructor. [uninitMemberVar]
eboard-1.1.1.orig/proto_xboard.cc:48:17: warning: Member variable 'XBoardProtocol::bookmark' is not initialized in the constructor. [uninitMemberVar]
eboard-1.1.1.orig/proto_xboard.cc:48:17: warning: Member variable 'XBoardProtocol::GotResult' is not initialized in the constructor. [uninitMemberVar]
eboard-1.1.1.orig/proto_xboard.cc:1072:17: warning: Member variable 'CraftyProtocol::BookPath' is not initialized in the constructor. [uninitMemberVar]
eboard-1.1.1.orig/proto_xboard.cc:1072:17: warning: Member variable 'CraftyProtocol::LogPath' is not initialized in the constructor. [uninitMemberVar]
eboard-1.1.1.orig/proto_xboard.cc:1140:16: warning: Member variable 'SjengProtocol::varbutton' is not initialized in the constructor. [uninitMemberVar]
eboard-1.1.1.orig/proto_xboard.h:152:8: performance: Technically the member function 'XBoardProtocol::dumpGame' can be static. [functionStatic]
eboard-1.1.1.orig/proto_xboard.cc:687:22: note: Technically the member function 'XBoardProtocol::dumpGame' can be static.
eboard-1.1.1.orig/proto_xboard.h:152:8: note: Technically the member function 'XBoardProtocol::dumpGame' can be static.
eboard-1.1.1.orig/quickbar.cc:160:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/quickbar.cc:179:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/quickbar.cc:195:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/quickbar.cc:102:8: style: The scope of the variable 'z' can be reduced. [variableScope]
eboard-1.1.1.orig/quickbar.cc:102:16: style: The scope of the variable 'y' can be reduced. [variableScope]
eboard-1.1.1.orig/quickbar.cc:102:24: style: The scope of the variable 'a' can be reduced. [variableScope]
eboard-1.1.1.orig/quickbar.cc:104:11: style: The scope of the variable 'p' can be reduced. [variableScope]
eboard-1.1.1.orig/quickbar.cc:137:7: style: The scope of the variable 'j' can be reduced. [variableScope]
eboard-1.1.1.orig/quickbar.cc:138:14: style: The scope of the variable 'b' can be reduced. [variableScope]
eboard-1.1.1.orig/quickbar.cc:158:15: style: The scope of the variable 'x' can be reduced. [variableScope]
eboard-1.1.1.orig/quickbar.cc:158:19: style: The scope of the variable 'y' can be reduced. [variableScope]
eboard-1.1.1.orig/quickbar.cc:73:24: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
eboard-1.1.1.orig/quickbar.cc:244:56: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
eboard-1.1.1.orig/quickbar.cc:274:44: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
eboard-1.1.1.orig/quickbar.h:83:7: style: Unused private function: 'QuickBarSetupDialog::whichButton' [unusedPrivateFunction]
eboard-1.1.1.orig/quickbar.cc:302:3: performance: Variable 'caption' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eboard-1.1.1.orig/quickbar.cc:303:3: performance: Variable 'command' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eboard-1.1.1.orig/quickbar.cc:308:3: performance: Variable 'caption' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eboard-1.1.1.orig/quickbar.cc:309:3: performance: Variable 'command' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eboard-1.1.1.orig/quickbar.h:83:7: style: Technically the member function 'QuickBarSetupDialog::whichButton' can be const. [functionConst]
eboard-1.1.1.orig/quickbar.cc:292:26: note: Technically the member function 'QuickBarSetupDialog::whichButton' can be const.
eboard-1.1.1.orig/quickbar.h:83:7: note: Technically the member function 'QuickBarSetupDialog::whichButton' can be const.
eboard-1.1.1.orig/script.cc:163:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/script.cc:170:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/script.cc:179:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/script.cc:188:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/script.cc:279:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/script.cc:288:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/script.cc:303:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/script.cc:108:8: style: The scope of the variable 'sd' can be reduced. [variableScope]
eboard-1.1.1.orig/script.cc:109:8: style: The scope of the variable 'z' can be reduced. [variableScope]
eboard-1.1.1.orig/script.cc:109:32: style: The scope of the variable 'tmp' can be reduced. [variableScope]
eboard-1.1.1.orig/script.cc:109:42: style: The scope of the variable 'dp' can be reduced. [variableScope]
eboard-1.1.1.orig/script.cc:110:18: style: The scope of the variable 'de' can be reduced. [variableScope]
eboard-1.1.1.orig/script.cc:90:26: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
eboard-1.1.1.orig/script.cc:265:25: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
eboard-1.1.1.orig/script.cc:238:3: style: Class 'ScriptInstance' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
eboard-1.1.1.orig/script.cc:238:3: style: Class 'ScriptInstance' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
eboard-1.1.1.orig/seekgraph.cc:254:20: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/seekgraph.cc:271:20: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/seekgraph.cc:596:20: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/seekgraph.cc:608:20: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/seekgraph.cc:255:8: style: The scope of the variable 'z' can be reduced. [variableScope]
eboard-1.1.1.orig/seekgraph.cc:403:12: style: The scope of the variable 'r' can be reduced. [variableScope]
eboard-1.1.1.orig/seekgraph.cc:609:13: style: The scope of the variable 'd' can be reduced. [variableScope]
eboard-1.1.1.orig/seekgraph.cc:121:18: warning: Member variable 'SeekAd::lx' is not assigned a value in 'SeekAd::operator='. [operatorEqVarError]
eboard-1.1.1.orig/seekgraph.cc:121:18: warning: Member variable 'SeekAd::ly' is not assigned a value in 'SeekAd::operator='. [operatorEqVarError]
eboard-1.1.1.orig/seekgraph.cc:121:18: warning: Member variable 'SeekAd::lw' is not assigned a value in 'SeekAd::operator='. [operatorEqVarError]
eboard-1.1.1.orig/seekgraph.cc:121:18: warning: Member variable 'SeekAd::lh' is not assigned a value in 'SeekAd::operator='. [operatorEqVarError]
eboard-1.1.1.orig/seekgraph.cc:121:18: warning: Member variable 'SeekAd::sw' is not assigned a value in 'SeekAd::operator='. [operatorEqVarError]
eboard-1.1.1.orig/seekgraph.h:38:7: style: Technically the member function 'SeekAd::operator==' can be const. [functionConst]
eboard-1.1.1.orig/seekgraph.cc:140:13: note: Technically the member function 'SeekAd::operator==' can be const.
eboard-1.1.1.orig/seekgraph.h:38:7: note: Technically the member function 'SeekAd::operator==' can be const.
eboard-1.1.1.orig/seekgraph.h:42:9: style: Technically the member function 'SeekAd::getEtime' can be const. [functionConst]
eboard-1.1.1.orig/seekgraph.cc:148:15: note: Technically the member function 'SeekAd::getEtime' can be const.
eboard-1.1.1.orig/seekgraph.h:42:9: note: Technically the member function 'SeekAd::getEtime' can be const.
eboard-1.1.1.orig/seekgraph.h:96:8: performance: Technically the member function 'SeekGraph2::intervalOverlap' can be static. [functionStatic]
eboard-1.1.1.orig/seekgraph.cc:394:18: note: Technically the member function 'SeekGraph2::intervalOverlap' can be static.
eboard-1.1.1.orig/seekgraph.h:96:8: note: Technically the member function 'SeekGraph2::intervalOverlap' can be static.
eboard-1.1.1.orig/seekgraph.h:34:1: warning: The class 'SeekAd' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
eboard-1.1.1.orig/sound.cc:507:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/sound.cc:528:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/sound.cc:539:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/sound.cc:549:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/sound.cc:342:33: style: The scope of the variable 'omm' can be reduced. [variableScope]
eboard-1.1.1.orig/sound.cc:342:38: style: The scope of the variable 'ommi' can be reduced. [variableScope]
eboard-1.1.1.orig/sound.cc:642:7: style: The scope of the variable 'r' can be reduced. [variableScope]
eboard-1.1.1.orig/sound.cc:443:32: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
eboard-1.1.1.orig/sound.cc:445:24: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
eboard-1.1.1.orig/sound.cc:448:24: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
eboard-1.1.1.orig/sound.cc:471:41: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
eboard-1.1.1.orig/sound.cc:72:13: warning: Member variable 'SoundEvent::pvt' is not initialized in the constructor. [uninitMemberVar]
eboard-1.1.1.orig/sound.cc:82:24: warning: Member variable 'SoundEvent::pvt' is not assigned a value in 'SoundEvent::operator='. [operatorEqVarError]
eboard-1.1.1.orig/sound.h:89:8: style: Unused private function: 'SoundEventDialog::apply' [unusedPrivateFunction]
eboard-1.1.1.orig/sound.h:54:7: style: Technically the member function 'SoundEvent::operator!=' can be const. [functionConst]
eboard-1.1.1.orig/sound.cc:104:17: note: Technically the member function 'SoundEvent::operator!=' can be const.
eboard-1.1.1.orig/sound.h:54:7: note: Technically the member function 'SoundEvent::operator!=' can be const.
eboard-1.1.1.orig/sound.h:74:8: style: Technically the member function 'SoundEvent::sine_beep' can be const. [functionConst]
eboard-1.1.1.orig/sound.cc:219:18: note: Technically the member function 'SoundEvent::sine_beep' can be const.
eboard-1.1.1.orig/sound.h:74:8: note: Technically the member function 'SoundEvent::sine_beep' can be const.
eboard-1.1.1.orig/sound.h:107:8: performance: Technically the member function 'SoundSlave::waitForEvents' can be static. [functionStatic]
eboard-1.1.1.orig/sound.cc:640:18: note: Technically the member function 'SoundSlave::waitForEvents' can be static.
eboard-1.1.1.orig/sound.h:107:8: note: Technically the member function 'SoundSlave::waitForEvents' can be static.
eboard-1.1.1.orig/sound.h:48:1: warning: The class 'SoundEvent' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
eboard-1.1.1.orig/status.cc:57:16: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/status.cc:71:7: style: The scope of the variable 'i' can be reduced. [variableScope]
eboard-1.1.1.orig/status.cc:46:21: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
eboard-1.1.1.orig/status.h:40:8: style: Technically the member function 'Status::waitUpdate' can be const. [functionConst]
eboard-1.1.1.orig/status.cc:70:14: note: Technically the member function 'Status::waitUpdate' can be const.
eboard-1.1.1.orig/status.h:40:8: note: Technically the member function 'Status::waitUpdate' can be const.
eboard-1.1.1.orig/text.cc:370:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/text.cc:377:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/text.cc:388:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/text.cc:429:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/text.cc:435:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/text.cc:499:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/text.cc:70:8: style: The scope of the variable 'z' can be reduced. [variableScope]
eboard-1.1.1.orig/text.cc:498:8: style: The scope of the variable 'z' can be reduced. [variableScope]
eboard-1.1.1.orig/text.cc:285:40: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
eboard-1.1.1.orig/text.cc:485:44: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
eboard-1.1.1.orig/text.cc:50:12: style: Unused variable: fxd [unusedVariable]
eboard-1.1.1.orig/text.cc:170:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/text.cc:180:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/text.cc:186:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/text.cc:192:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/text.cc:198:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/text.cc:204:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/text.cc:210:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/text.cc:216:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/text.cc:517:3: performance: Variable 'FilterString' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eboard-1.1.1.orig/text.h:62:15: style: Technically the member function 'TextFilter::getString' can be const. [functionConst]
eboard-1.1.1.orig/text.cc:563:26: note: Technically the member function 'TextFilter::getString' can be const.
eboard-1.1.1.orig/text.h:62:15: note: Technically the member function 'TextFilter::getString' can be const.
eboard-1.1.1.orig/text.cc:253:3: style: Class 'DetachedConsole' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
eboard-1.1.1.orig/text.cc:253:3: style: Class 'DetachedConsole' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
eboard-1.1.1.orig/tstring.cc:30:10: warning: Member variable 'tstring::pos' is not initialized in the constructor. [uninitMemberVar]
eboard-1.1.1.orig/util.cc:75:7: style: The scope of the variable 'i' can be reduced. [variableScope]
eboard-1.1.1.orig/util.cc:75:9: style: The scope of the variable 'j' can be reduced. [variableScope]
eboard-1.1.1.orig/util.cc:105:7: style: The scope of the variable 'i' can be reduced. [variableScope]
eboard-1.1.1.orig/util.cc:105:9: style: The scope of the variable 'j' can be reduced. [variableScope]
eboard-1.1.1.orig/util.cc:106:8: style: The scope of the variable 'fullname' can be reduced. [variableScope]
eboard-1.1.1.orig/util.cc:433:25: style: The scope of the variable 'gnd' can be reduced. [variableScope]
eboard-1.1.1.orig/util.cc:452:25: style: The scope of the variable 'gnd' can be reduced. [variableScope]
eboard-1.1.1.orig/util.cc:675:19: style: The scope of the variable 'pm' can be reduced. [variableScope]
eboard-1.1.1.orig/util.cc:54:9: style: Checking if unsigned variable 'i' is less than zero. This might be a false warning. [unsignedLessThanZero]
eboard-1.1.1.orig/util.cc:177:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/util.cc:191:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/util.cc:211:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/util.cc:244:29: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/util.cc:380:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/util.cc:394:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/util.cc:398:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/util.cc:401:25: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/util.cc:406:24: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/util.cc:419:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/util.cc:471:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/util.cc:508:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/util.cc:516:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/util.cc:696:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eboard-1.1.1.orig/util.cc:786:7: error: Buffer is accessed out of bounds: tmpfile [bufferAccessOutOfBounds]
eboard-1.1.1.orig/util.cc:702:12: warning: Member variable 'zifstream::ungzfile' is not initialized in the constructor. [uninitMemberVar]
eboard-1.1.1.orig/util.h:48:7: style: Technically the member function 'FileFinder::getPathCount' can be const. [functionConst]
eboard-1.1.1.orig/util.cc:48:17: note: Technically the member function 'FileFinder::getPathCount' can be const.
eboard-1.1.1.orig/util.h:48:7: note: Technically the member function 'FileFinder::getPathCount' can be const.
eboard-1.1.1.orig/util.h:128:8: style: Technically the member function 'SetPat::inSet' can be const. [functionConst]
eboard-1.1.1.orig/util.cc:253:21: note: Technically the member function 'SetPat::inSet' can be const.
eboard-1.1.1.orig/util.h:128:8: note: Technically the member function 'SetPat::inSet' can be const.
eboard-1.1.1.orig/util.h:305:17: style: Technically the member function 'zifstream::is_open' can be const. [functionConst]
eboard-1.1.1.orig/util.cc:778:17: note: Technically the member function 'zifstream::is_open' can be const.
eboard-1.1.1.orig/util.h:305:17: note: Technically the member function 'zifstream::is_open' can be const.
eboard-1.1.1.orig/util.h:327:10: style: Technically the member function 'Timestamp::operator-' can be const. [functionConst]
eboard-1.1.1.orig/util.cc:842:19: note: Technically the member function 'Timestamp::operator-' can be const.
eboard-1.1.1.orig/util.h:327:10: note: Technically the member function 'Timestamp::operator-' can be const.
eboard-1.1.1.orig/util.cc:374:3: style: Class 'PatternMatcher' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
eboard-1.1.1.orig/util.cc:374:3: style: Class 'PatternMatcher' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
eboard-1.1.1.orig/util.h:321:1: warning: The class 'Timestamp' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
eboard-1.1.1.orig/util.cc:404:5: error: Common realloc mistake: 'token' nulled but not freed upon failure [memleakOnRealloc]
eboard-1.1.1.orig/widgetproxy.cc:175:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/widgetproxy.cc:182:21: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/widgetproxy.cc:341:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/widgetproxy.cc:361:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/widgetproxy.cc:461:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/widgetproxy.cc:517:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/widgetproxy.cc:523:6: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/widgetproxy.cc:821:17: style: C-style pointer casting [cstyleCast]
eboard-1.1.1.orig/widgetproxy.cc:839:16: style: The scope of the variable 'x' can be reduced. [variableScope]
eboard-1.1.1.orig/widgetproxy.cc:107:18: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
eboard-1.1.1.orig/widgetproxy.cc:241:25: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
eboard-1.1.1.orig/widgetproxy.cc:281:25: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
eboard-1.1.1.orig/widgetproxy.h:116:8: style: Technically the member function 'ColorButton::getColor' can be const. [functionConst]
eboard-1.1.1.orig/widgetproxy.cc:291:19: note: Technically the member function 'ColorButton::getColor' can be const.
eboard-1.1.1.orig/widgetproxy.h:116:8: note: Technically the member function 'ColorButton::getColor' can be const.
eboard-1.1.1.orig/widgetproxy.h:199:8: style: Technically the member function 'LayoutBox::prepared' can be const. [functionConst]
eboard-1.1.1.orig/widgetproxy.cc:568:17: note: Technically the member function 'LayoutBox::prepared' can be const.
eboard-1.1.1.orig/widgetproxy.h:199:8: note: Technically the member function 'LayoutBox::prepared' can be const.
eboard-1.1.1.orig/widgetproxy.h:218:8: style: Technically the member function 'DropBox::getSelection' can be const. [functionConst]
eboard-1.1.1.orig/widgetproxy.cc:807:15: note: Technically the member function 'DropBox::getSelection' can be const.
eboard-1.1.1.orig/widgetproxy.h:218:8: note: Technically the member function 'DropBox::getSelection' can be const.
[17:03]

ftp://ftp.se.debian.org/debian/pool/main/e/eboard-extras-pack1/eboard-extras-pack1_2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/ebook-speaker/ebook-speaker_5.0.0.orig.tar.gz.asc

ftp://ftp.se.debian.org/debian/pool/main/e/ebook-tools/ebook-tools_0.2.2.orig.tar.gz
ebook-tools-0.2.2/src/libepub/linklist.c:140:10: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
ebook-tools-0.2.2/src/libepub/linklist.c:540:7: style: The scope of the variable 'Test' can be reduced. [variableScope]
ebook-tools-0.2.2/src/libepub/linklist.c:123:7: error: Uninitialized variable: Compare [uninitvar]
ebook-tools-0.2.2/src/libepub/list.c:22:35: style: Function '_list_free_date' argument 1 names different: declaration 'date' definition 'data'. [funcArgNamesDifferent]
ebook-tools-0.2.2/src/libepub/epublib.h:302:35: note: Function '_list_free_date' argument 1 names different: declaration 'date' definition 'data'.
ebook-tools-0.2.2/src/libepub/list.c:22:35: note: Function '_list_free_date' argument 1 names different: declaration 'date' definition 'data'.
ebook-tools-0.2.2/src/libepub/list.c:30:31: style: Function '_list_free_id' argument 1 names different: declaration 'id' definition 'data'. [funcArgNamesDifferent]
ebook-tools-0.2.2/src/libepub/epublib.h:303:31: note: Function '_list_free_id' argument 1 names different: declaration 'id' definition 'data'.
ebook-tools-0.2.2/src/libepub/list.c:30:31: note: Function '_list_free_id' argument 1 names different: declaration 'id' definition 'data'.
ebook-tools-0.2.2/src/libepub/list.c:40:35: style: Function '_list_free_meta' argument 1 names different: declaration 'meta' definition 'data'. [funcArgNamesDifferent]
ebook-tools-0.2.2/src/libepub/epublib.h:304:35: note: Function '_list_free_meta' argument 1 names different: declaration 'meta' definition 'data'.
ebook-tools-0.2.2/src/libepub/list.c:40:35: note: Function '_list_free_meta' argument 1 names different: declaration 'meta' definition 'data'.
ebook-tools-0.2.2/src/libepub/ocf.c:153:4: warning: Either the condition '!fileStr' is redundant or there is possible null pointer dereference: fileStr. [nullPointerRedundantCheck]
ebook-tools-0.2.2/src/libepub/ocf.c:168:7: note: Assuming that condition '!fileStr' is not redundant
ebook-tools-0.2.2/src/libepub/ocf.c:153:4: note: Null pointer dereference
ebook-tools-0.2.2/src/libepub/ocf.c:167:4: warning: Either the condition '!fileStr' is redundant or there is possible null pointer dereference: fileStr. [nullPointerRedundantCheck]
ebook-tools-0.2.2/src/libepub/ocf.c:168:7: note: Assuming that condition '!fileStr' is not redundant
ebook-tools-0.2.2/src/libepub/ocf.c:167:4: note: Null pointer dereference
ebook-tools-0.2.2/src/libepub/ocf.c:27:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
ebook-tools-0.2.2/src/libepub/ocf.c:103:8: style: The scope of the variable 'errStr' can be reduced. [variableScope]
ebook-tools-0.2.2/src/libepub/ocf.c:100:52: style: Function '_ocf_open' argument 2 names different: declaration 'fileName' definition 'filename'. [funcArgNamesDifferent]
ebook-tools-0.2.2/src/libepub/epublib.h:255:52: note: Function '_ocf_open' argument 2 names different: declaration 'fileName' definition 'filename'.
ebook-tools-0.2.2/src/libepub/ocf.c:100:52: note: Function '_ocf_open' argument 2 names different: declaration 'fileName' definition 'filename'.
ebook-tools-0.2.2/src/libepub/ocf.c:221:4: error: Memory leak: ocf [memleak]
ebook-tools-0.2.2/src/libepub/opf.c:6:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
ebook-tools-0.2.2/src/libepub/opf.c:608:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
ebook-tools-0.2.2/src/libepub/opf.c:660:9: style: The scope of the variable 'size' can be reduced. [variableScope]
ebook-tools-0.2.2/src/libepub/opf.c:52:6: error: Memory leak: opf [memleak]
[17:03]

ftp://ftp.se.debian.org/debian/pool/main/e/ebook2cw/ebook2cw_0.8.2.orig.tar.gz
ebook2cw-0.8.2/ebook2cw.c:393:8: warning: Either the condition 'pos==1024' is redundant or the array 'word[1024]' is accessed at index 1024, which is out of bounds. [arrayIndexOutOfBoundsCond]
ebook2cw-0.8.2/ebook2cw.c:392:41: note: Assuming that condition 'pos==1024' is not redundant
ebook2cw-0.8.2/ebook2cw.c:393:8: note: Array index out of bounds
ebook2cw-0.8.2/ebook2cw.c:1100:7: warning: Width 255 given in format string (no. 1) is smaller than destination buffer 'mapfile[1024]'. [invalidScanfFormatWidth_smaller]
ebook2cw-0.8.2/ebook2cw.c:1103:12: warning: Width 255 given in format string (no. 1) is smaller than destination buffer 'mapfile[1024]'. [invalidScanfFormatWidth_smaller]
ebook2cw-0.8.2/ebook2cw.c:1281:9: warning: Width 3 given in format string (no. 2) is smaller than destination buffer 's[6]'. [invalidScanfFormatWidth_smaller]
ebook2cw-0.8.2/ebook2cw.c:191:23: style: The scope of the variable 'qw' can be reduced. [variableScope]
ebook2cw-0.8.2/ebook2cw.c:538:14: style: The scope of the variable 'val1' can be reduced. [variableScope]
ebook2cw-0.8.2/ebook2cw.c:538:20: style: The scope of the variable 'val2' can be reduced. [variableScope]
ebook2cw-0.8.2/ebook2cw.c:632:6: style: The scope of the variable 'c' can be reduced. [variableScope]
ebook2cw-0.8.2/ebook2cw.c:1323:9: style: The scope of the variable 'j' can be reduced. [variableScope]
ebook2cw-0.8.2/ebook2cw.c:740:21: style: Function 'closefile' argument 1 names different: declaration 'letter' definition 'chapter'. [funcArgNamesDifferent]
ebook2cw-0.8.2/ebook2cw.c:160:22: note: Function 'closefile' argument 1 names different: declaration 'letter' definition 'chapter'.
ebook2cw-0.8.2/ebook2cw.c:740:21: note: Function 'closefile' argument 1 names different: declaration 'letter' definition 'chapter'.
ebook2cw-0.8.2/ebook2cw.c:1110:25: style: Function 'setparameter' argument 1 names different: declaration 'p' definition 'i'. [funcArgNamesDifferent]
ebook2cw-0.8.2/ebook2cw.c:167:26: note: Function 'setparameter' argument 1 names different: declaration 'p' definition 'i'.
ebook2cw-0.8.2/ebook2cw.c:1110:25: note: Function 'setparameter' argument 1 names different: declaration 'p' definition 'i'.
ebook2cw-0.8.2/ebook2cw.c:1249:24: style: Function 'loadmapping' argument 1 names different: declaration 'filename' definition 'file'. [funcArgNamesDifferent]
ebook2cw-0.8.2/ebook2cw.c:168:25: note: Function 'loadmapping' argument 1 names different: declaration 'filename' definition 'file'.
ebook2cw-0.8.2/ebook2cw.c:1249:24: note: Function 'loadmapping' argument 1 names different: declaration 'filename' definition 'file'.
ebook2cw-0.8.2/ebook2cw.c:410:6: style: Variable 'qw' is assigned a value that is never used. [unreadVariable]
ebook2cw-0.8.2/ebook2cw.c:1043:3: error: Buffer is accessed out of bounds: cw.configfile [bufferAccessOutOfBounds]
ebook2cw-0.8.2/ebook2cw.c:1090:8: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ebook2cw-0.8.2/ebook2cw.c:1059:10: error: Resource leak: conf [resourceLeak]
ebook2cw-0.8.2/ebook2cw.c:1068:5: error: Resource leak: conf [resourceLeak]
ebook2cw-0.8.2/ebook2cw.c:527:0: error: Resource leak: infile [resourceLeak]
ebook2cw-0.8.2/ebook2cw.c:1311:0: error: Resource leak: mp [resourceLeak]
ebook2cw-0.8.2/ebook2cw.c:1594:0: error: Memory leak: in [memleak]
[17:03]

ftp://ftp.se.debian.org/debian/pool/main/e/ebook2cwgui/ebook2cwgui_0.1.2.orig.tar.gz
ebook2cwgui-0.1.2/about.h:30:3: style: Class 'About' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ebook2cwgui-0.1.2/ebook2cwgui.h:36:3: style: Class 'Ebook2cw' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
[17:03]

ftp://ftp.se.debian.org/debian/pool/main/e/ebtables/ebtables_2.0.10.4.orig.tar.gz
ebtables-v2.0.10-4/communication.c:518:8: style: The scope of the variable 'i' can be reduced. [variableScope]
ebtables-v2.0.10-4/communication.c:556:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ebtables-v2.0.10-4/communication.c:218:46: style: Function 'ebt_deliver_table' argument 1 names different: declaration 'repl' definition 'u_repl'. [funcArgNamesDifferent]
ebtables-v2.0.10-4/include/ebtables_u.h:290:46: note: Function 'ebt_deliver_table' argument 1 names different: declaration 'repl' definition 'u_repl'.
ebtables-v2.0.10-4/communication.c:218:46: note: Function 'ebt_deliver_table' argument 1 names different: declaration 'repl' definition 'u_repl'.
ebtables-v2.0.10-4/communication.c:290:49: style: Function 'ebt_deliver_counters' argument 1 names different: declaration 'repl' definition 'u_repl'. [funcArgNamesDifferent]
ebtables-v2.0.10-4/include/ebtables_u.h:289:49: note: Function 'ebt_deliver_counters' argument 1 names different: declaration 'repl' definition 'u_repl'.
ebtables-v2.0.10-4/communication.c:290:49: note: Function 'ebt_deliver_counters' argument 1 names different: declaration 'repl' definition 'u_repl'.
ebtables-v2.0.10-4/communication.c:708:41: style: Function 'ebt_get_table' argument 1 names different: declaration 'repl' definition 'u_repl'. [funcArgNamesDifferent]
ebtables-v2.0.10-4/include/ebtables_u.h:288:41: note: Function 'ebt_get_table' argument 1 names different: declaration 'repl' definition 'u_repl'.
ebtables-v2.0.10-4/communication.c:708:41: note: Function 'ebt_get_table' argument 1 names different: declaration 'repl' definition 'u_repl'.
ebtables-v2.0.10-4/communication.c:498:3: portability: '(void*)(e)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ebtables-v2.0.10-4/communication.c:500:3: portability: '(void*)(e)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ebtables-v2.0.10-4/communication.c:754:2: portability: '(void*)(repl.entries)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ebtables-v2.0.10-4/communication.c:765:2: portability: '(void*)((char*)repl.entries)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ebtables-v2.0.10-4/ebtables.c:461:65: warning: Logical conjunction always evaluates to false: argv[optind+1][1] < '0' && argv[optind+1][1] > '9'. [incorrectLogicOperator]
ebtables-v2.0.10-4/ebtables.c:207:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ebtables-v2.0.10-4/ebtables.c:196:23: style: The scope of the variable 't' can be reduced. [variableScope]
ebtables-v2.0.10-4/ebtables.c:405:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ebtables-v2.0.10-4/ebtablesu.c:73:0: error: Memory leak: arguments [memleak]
ebtables-v2.0.10-4/extensions/ebt_among.c:122:7: style: The scope of the variable 'c' can be reduced. [variableScope]
ebtables-v2.0.10-4/extensions/ebt_among.c:159:6: style: The scope of the variable 'c' can be reduced. [variableScope]
ebtables-v2.0.10-4/extensions/ebt_among.c:182:14: style: The scope of the variable 'anchor' can be reduced. [variableScope]
ebtables-v2.0.10-4/extensions/ebt_ip.c:58:21: warning: Logical disjunction always evaluates to true: port >= 0 || port <= 65535. [incorrectLogicOperator]
ebtables-v2.0.10-4/extensions/ebt_ip.c:48:18: style: The scope of the variable 'service' can be reduced. [variableScope]
ebtables-v2.0.10-4/extensions/ebt_ip6.c:111:21: warning: Logical disjunction always evaluates to true: port >= 0 || port <= 65535. [incorrectLogicOperator]
ebtables-v2.0.10-4/extensions/ebt_ip6.c:228:4: warning: Either the condition 'next' is redundant or there is possible null pointer dereference: next. [nullPointerRedundantCheck]
ebtables-v2.0.10-4/extensions/ebt_ip6.c:224:8: note: Assuming that condition 'next' is not redundant
ebtables-v2.0.10-4/extensions/ebt_ip6.c:228:4: note: Null pointer dereference
ebtables-v2.0.10-4/extensions/ebt_ip6.c:101:18: style: The scope of the variable 'service' can be reduced. [variableScope]
ebtables-v2.0.10-4/extensions/ebt_ip6.c:187:7: style: The scope of the variable 'number' can be reduced. [variableScope]
ebtables-v2.0.10-4/extensions/ebt_limit.c:53:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ebtables-v2.0.10-4/getethertype.c:87:3: error: Resource leak: etherf [resourceLeak]
ebtables-v2.0.10-4/libebtc.c:486:28: warning: Possible null pointer dereference: entries [nullPointer]
ebtables-v2.0.10-4/libebtc.c:533:12: note: Assignment '_ch=NULL', assigned value is 0
ebtables-v2.0.10-4/libebtc.c:533:12: note: Assignment 'entries=_ch', assigned value is 0
ebtables-v2.0.10-4/libebtc.c:534:18: note: Calling function 'ebt_empty_chain', 1st argument 'entries' value is 0
ebtables-v2.0.10-4/libebtc.c:486:28: note: Null pointer dereference
ebtables-v2.0.10-4/libebtc.c:487:16: warning: Possible null pointer dereference: entries [nullPointer]
ebtables-v2.0.10-4/libebtc.c:533:12: note: Assignment '_ch=NULL', assigned value is 0
ebtables-v2.0.10-4/libebtc.c:533:12: note: Assignment 'entries=_ch', assigned value is 0
ebtables-v2.0.10-4/libebtc.c:534:18: note: Calling function 'ebt_empty_chain', 1st argument 'entries' value is 0
ebtables-v2.0.10-4/libebtc.c:487:16: note: Null pointer dereference
ebtables-v2.0.10-4/libebtc.c:494:2: warning: Possible null pointer dereference: entries [nullPointer]
ebtables-v2.0.10-4/libebtc.c:533:12: note: Assignment '_ch=NULL', assigned value is 0
ebtables-v2.0.10-4/libebtc.c:533:12: note: Assignment 'entries=_ch', assigned value is 0
ebtables-v2.0.10-4/libebtc.c:534:18: note: Calling function 'ebt_empty_chain', 1st argument 'entries' value is 0
ebtables-v2.0.10-4/libebtc.c:494:2: note: Null pointer dereference
ebtables-v2.0.10-4/libebtc.c:495:2: warning: Possible null pointer dereference: entries [nullPointer]
ebtables-v2.0.10-4/libebtc.c:533:12: note: Assignment '_ch=NULL', assigned value is 0
ebtables-v2.0.10-4/libebtc.c:533:12: note: Assignment 'entries=_ch', assigned value is 0
ebtables-v2.0.10-4/libebtc.c:534:18: note: Calling function 'ebt_empty_chain', 1st argument 'entries' value is 0
ebtables-v2.0.10-4/libebtc.c:495:2: note: Null pointer dereference
ebtables-v2.0.10-4/libebtc.c:554:8: warning: Possible null pointer dereference: entries [nullPointer]
ebtables-v2.0.10-4/libebtc.c:551:34: note: Assignment '_ch=NULL', assigned value is 0
ebtables-v2.0.10-4/libebtc.c:551:34: note: Assignment 'entries=_ch', assigned value is 0
ebtables-v2.0.10-4/libebtc.c:554:8: note: Null pointer dereference
ebtables-v2.0.10-4/libebtc.c:429:24: style: The scope of the variable 'chain' can be reduced. [variableScope]
ebtables-v2.0.10-4/libebtc.c:769:28: style: The scope of the variable 'u_e2' can be reduced. [variableScope]
ebtables-v2.0.10-4/libebtc.c:860:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ebtables-v2.0.10-4/libebtc.c:991:22: style: The scope of the variable 'm' can be reduced. [variableScope]
ebtables-v2.0.10-4/libebtc.c:992:24: style: The scope of the variable 'w' can be reduced. [variableScope]
ebtables-v2.0.10-4/libebtc.c:1346:28: error: va_list 'l' used before va_start() was called. [va_list_usedBeforeStarted]
ebtables-v2.0.10-4/libebtc.c:1348:3: error: va_list 'l' used before va_start() was called. [va_list_usedBeforeStarted]
ebtables-v2.0.10-4/useful_functions.c:209:7: style: The scope of the variable 'bits' can be reduced. [variableScope]
[17:03]

ftp://ftp.se.debian.org/debian/pool/main/e/ebumeter/ebumeter_0.4.0.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/e/ebview/ebview_0.3.6.2.orig.tar.gz
ebview-0.3.6.2/intl/dcigettext.c:697:39: style: Redundant condition: If 'EXPR == ':'', the comparison 'EXPR != '\0'' is always true. [redundantCondition]
ebview-0.3.6.2/intl/dcigettext.c:1492:15: style: The scope of the variable 'language_default' can be reduced. [variableScope]
ebview-0.3.6.2/intl/dcigettext.c:487:25: style: Function 'libintl_dcigettext' argument 1 names different: declaration '__domainname' definition 'domainname'. [funcArgNamesDifferent]
ebview-0.3.6.2/intl/gettextP.h:80:46: note: Function 'libintl_dcigettext' argument 1 names different: declaration '__domainname' definition 'domainname'.
ebview-0.3.6.2/intl/dcigettext.c:487:25: note: Function 'libintl_dcigettext' argument 1 names different: declaration '__domainname' definition 'domainname'.
ebview-0.3.6.2/intl/dcigettext.c:487:49: style: Function 'libintl_dcigettext' argument 2 names different: declaration '__msgid1' definition 'msgid1'. [funcArgNamesDifferent]
ebview-0.3.6.2/intl/gettextP.h:81:18: note: Function 'libintl_dcigettext' argument 2 names different: declaration '__msgid1' definition 'msgid1'.
ebview-0.3.6.2/intl/dcigettext.c:487:49: note: Function 'libintl_dcigettext' argument 2 names different: declaration '__msgid1' definition 'msgid1'.
ebview-0.3.6.2/intl/dcigettext.c:487:69: style: Function 'libintl_dcigettext' argument 3 names different: declaration '__msgid2' definition 'msgid2'. [funcArgNamesDifferent]
ebview-0.3.6.2/intl/gettextP.h:81:40: note: Function 'libintl_dcigettext' argument 3 names different: declaration '__msgid2' definition 'msgid2'.
ebview-0.3.6.2/intl/dcigettext.c:487:69: note: Function 'libintl_dcigettext' argument 3 names different: declaration '__msgid2' definition 'msgid2'.
ebview-0.3.6.2/intl/dcigettext.c:488:10: style: Function 'libintl_dcigettext' argument 4 names different: declaration '__plural' definition 'plural'. [funcArgNamesDifferent]
ebview-0.3.6.2/intl/gettextP.h:82:10: note: Function 'libintl_dcigettext' argument 4 names different: declaration '__plural' definition 'plural'.
ebview-0.3.6.2/intl/dcigettext.c:488:10: note: Function 'libintl_dcigettext' argument 4 names different: declaration '__plural' definition 'plural'.
ebview-0.3.6.2/intl/dcigettext.c:488:32: style: Function 'libintl_dcigettext' argument 5 names different: declaration '__n' definition 'n'. [funcArgNamesDifferent]
ebview-0.3.6.2/intl/gettextP.h:82:34: note: Function 'libintl_dcigettext' argument 5 names different: declaration '__n' definition 'n'.
ebview-0.3.6.2/intl/dcigettext.c:488:32: note: Function 'libintl_dcigettext' argument 5 names different: declaration '__n' definition 'n'.
ebview-0.3.6.2/intl/dcigettext.c:488:43: style: Function 'libintl_dcigettext' argument 6 names different: declaration '__category' definition 'category'. [funcArgNamesDifferent]
ebview-0.3.6.2/intl/gettextP.h:83:10: note: Function 'libintl_dcigettext' argument 6 names different: declaration '__category' definition 'category'.
ebview-0.3.6.2/intl/dcigettext.c:488:43: note: Function 'libintl_dcigettext' argument 6 names different: declaration '__category' definition 'category'.
ebview-0.3.6.2/intl/finddomain.c:61:30: style: Function '_nl_find_domain' argument 1 names different: declaration '__dirname' definition 'dirname'. [funcArgNamesDifferent]
ebview-0.3.6.2/intl/gettextP.h:243:54: note: Function '_nl_find_domain' argument 1 names different: declaration '__dirname' definition 'dirname'.
ebview-0.3.6.2/intl/finddomain.c:61:30: note: Function '_nl_find_domain' argument 1 names different: declaration '__dirname' definition 'dirname'.
ebview-0.3.6.2/intl/finddomain.c:61:45: style: Function '_nl_find_domain' argument 2 names different: declaration '__locale' definition 'locale'. [funcArgNamesDifferent]
ebview-0.3.6.2/intl/gettextP.h:243:71: note: Function '_nl_find_domain' argument 2 names different: declaration '__locale' definition 'locale'.
ebview-0.3.6.2/intl/finddomain.c:61:45: note: Function '_nl_find_domain' argument 2 names different: declaration '__locale' definition 'locale'.
ebview-0.3.6.2/intl/finddomain.c:62:16: style: Function '_nl_find_domain' argument 3 names different: declaration '__domainname' definition 'domainname'. [funcArgNamesDifferent]
ebview-0.3.6.2/intl/gettextP.h:244:19: note: Function '_nl_find_domain' argument 3 names different: declaration '__domainname' definition 'domainname'.
ebview-0.3.6.2/intl/finddomain.c:62:16: note: Function '_nl_find_domain' argument 3 names different: declaration '__domainname' definition 'domainname'.
ebview-0.3.6.2/intl/finddomain.c:62:44: style: Function '_nl_find_domain' argument 4 names different: declaration '__domainbinding' definition 'domainbinding'. [funcArgNamesDifferent]
ebview-0.3.6.2/intl/gettextP.h:245:23: note: Function '_nl_find_domain' argument 4 names different: declaration '__domainbinding' definition 'domainbinding'.
ebview-0.3.6.2/intl/finddomain.c:62:44: note: Function '_nl_find_domain' argument 4 names different: declaration '__domainbinding' definition 'domainbinding'.
ebview-0.3.6.2/intl/hash-string.c:34:0: style: The scope of the variable 'g' can be reduced. [variableScope]
ebview-0.3.6.2/intl/l10nflist.c:352:9: style: The scope of the variable 'wp' can be reduced. [variableScope]
ebview-0.3.6.2/intl/loadmsgcat.c:861:12: style: Condition 'data==(struct mo_file_header*)-1' is always true [knownConditionTrueFalse]
ebview-0.3.6.2/intl/loadmsgcat.c:791:33: note: Assignment 'data=(struct mo_file_header*)-1', assigned value is -1
ebview-0.3.6.2/intl/loadmsgcat.c:861:12: note: Condition 'data==(struct mo_file_header*)-1' is always true
ebview-0.3.6.2/intl/loadmsgcat.c:861:12: style: Same expression on both sides of '==' because the value of 'data' and '(struct mo_file_header*)-1' are the same. [duplicateExpression]
ebview-0.3.6.2/intl/loadmsgcat.c:791:33: note: 'data' is assigned value '(struct mo_file_header*)-1' here.
ebview-0.3.6.2/intl/loadmsgcat.c:861:12: note: Same expression on both sides of '==' because the value of 'data' and '(struct mo_file_header*)-1' are the same.
ebview-0.3.6.2/intl/loadmsgcat.c:780:42: style: Function '_nl_load_domain' argument 1 names different: declaration '__domain' definition 'domain_file'. [funcArgNamesDifferent]
ebview-0.3.6.2/intl/gettextP.h:247:47: note: Function '_nl_load_domain' argument 1 names different: declaration '__domain' definition 'domain_file'.
ebview-0.3.6.2/intl/loadmsgcat.c:780:42: note: Function '_nl_load_domain' argument 1 names different: declaration '__domain' definition 'domain_file'.
ebview-0.3.6.2/intl/loadmsgcat.c:781:20: style: Function '_nl_load_domain' argument 2 names different: declaration '__domainbinding' definition 'domainbinding'. [funcArgNamesDifferent]
ebview-0.3.6.2/intl/gettextP.h:248:25: note: Function '_nl_load_domain' argument 2 names different: declaration '__domainbinding' definition 'domainbinding'.
ebview-0.3.6.2/intl/loadmsgcat.c:781:20: note: Function '_nl_load_domain' argument 2 names different: declaration '__domainbinding' definition 'domainbinding'.
ebview-0.3.6.2/intl/localcharset.c:358:14: style: Condition 'locale==NULL' is always true [knownConditionTrueFalse]
ebview-0.3.6.2/intl/localcharset.c:349:24: note: Assignment 'locale=NULL', assigned value is 0
ebview-0.3.6.2/intl/localcharset.c:358:14: note: Condition 'locale==NULL' is always true
ebview-0.3.6.2/intl/localcharset.c:358:14: style: Same expression on both sides of '==' because the value of 'locale' and 'NULL' are the same. [duplicateExpression]
ebview-0.3.6.2/intl/localcharset.c:349:24: note: 'locale' is assigned value 'NULL' here.
ebview-0.3.6.2/intl/localcharset.c:358:14: note: Same expression on both sides of '==' because the value of 'locale' and 'NULL' are the same.
ebview-0.3.6.2/intl/localcharset.c:117:19: style: The scope of the variable 'base' can be reduced. [variableScope]
plural.c:1160:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
plural.y:156:19: style: Same expression on both sides of '-'. [duplicateExpression]
plural.y:158:50: style: Same expression on both sides of '-'. [duplicateExpression]
plural.y:164:94: style: Same expression on both sides of '-'. [duplicateExpression]
plural.y:168:69: style: Same expression on both sides of '-'. [duplicateExpression]
plural.y:172:70: style: Same expression on both sides of '-'. [duplicateExpression]
plural.y:176:87: style: Same expression on both sides of '-'. [duplicateExpression]
plural.y:180:87: style: Same expression on both sides of '-'. [duplicateExpression]
plural.y:184:87: style: Same expression on both sides of '-'. [duplicateExpression]
plural.y:188:87: style: Same expression on both sides of '-'. [duplicateExpression]
plural.y:192:46: style: Same expression on both sides of '-'. [duplicateExpression]
plural.y:201:40: style: Same expression on both sides of '-'. [duplicateExpression]
ebview-0.3.6.2/intl/vasnprintf.c:4645:3: style: Label 'overflow' is not used. [unusedLabel]
ebview-0.3.6.2/po/cat-id-tbl.c:2:0: error: No pair for character ('). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
ebview-0.3.6.2/src/jcode.h:52:0: error: #error iconv() required! [preprocessorErrorDirective]
ebview-0.3.6.2/src/dictbar.c:124:13: style: The scope of the variable 'toggle' can be reduced. [variableScope]
ebview-0.3.6.2/src/dictbar.c:125:13: style: The scope of the variable 'label' can be reduced. [variableScope]
ebview-0.3.6.2/src/dictbar.c:127:7: style: The scope of the variable 'name' can be reduced. [variableScope]
ebview-0.3.6.2/src/dictbar.c:128:7: style: The scope of the variable 'buff' can be reduced. [variableScope]
ebview-0.3.6.2/src/dictbar.c:143:11: style: The scope of the variable 'tip_string' can be reduced. [variableScope]
ebview-0.3.6.2/src/dictbar.c:221:15: style: The scope of the variable 'child' can be reduced. [variableScope]
ebview-0.3.6.2/src/dictbar.c:294:15: style: The scope of the variable 'child' can be reduced. [variableScope]
ebview-0.3.6.2/src/ebview-client.c:75:13: error: Buffer overrun possible for long command line arguments. [insecureCmdLineArgs]
ebview-0.3.6.2/src/history.c:95:9: style: The scope of the variable 'next' can be reduced. [variableScope]
ebview-0.3.6.2/src/history.c:90:34: style: Function 'save_result_history' argument 1 names different: declaration 'result' definition 'rp'. [funcArgNamesDifferent]
ebview-0.3.6.2/src/history.h:23:34: note: Function 'save_result_history' argument 1 names different: declaration 'result' definition 'rp'.
ebview-0.3.6.2/src/history.c:90:34: note: Function 'save_result_history' argument 1 names different: declaration 'result' definition 'rp'.
ebview-0.3.6.2/src/hook.c:215:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ebview-0.3.6.2/src/hook.c:456:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ebview-0.3.6.2/src/hook.c:456:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ebview-0.3.6.2/src/hook.c:661:17: style: The scope of the variable 'entity' can be reduced. [variableScope]
ebview-0.3.6.2/src/hook.c:390:8: style: Variable 'text' is assigned a value that is never used. [unreadVariable]
ebview-0.3.6.2/src/link.c:74:7: style: The scope of the variable 'tag' can be reduced. [variableScope]
ebview-0.3.6.2/src/log.c:66:3: warning: 'format' given to va_start() is not last named argument of the function. Did you intend to pass 'message'? [va_start_wrongParameter]
ebview-0.3.6.2/src/log.c:76:3: warning: 'format' given to va_start() is not last named argument of the function. Did you intend to pass 'message'? [va_start_wrongParameter]
ebview-0.3.6.2/src/mainmenu.c:784:2: style: Variable 'group' is reassigned a value before the old one has been used. [redundantAssignment]
ebview-0.3.6.2/src/mainmenu.c:774:2: note: Variable 'group' is reassigned a value before the old one has been used.
ebview-0.3.6.2/src/mainmenu.c:784:2: note: Variable 'group' is reassigned a value before the old one has been used.
ebview-0.3.6.2/src/mainmenu.c:902:2: style: Variable 'group' is reassigned a value before the old one has been used. [redundantAssignment]
ebview-0.3.6.2/src/mainmenu.c:823:2: note: Variable 'group' is reassigned a value before the old one has been used.
ebview-0.3.6.2/src/mainmenu.c:902:2: note: Variable 'group' is reassigned a value before the old one has been used.
ebview-0.3.6.2/src/mainmenu.c:559:10: style: Variable 'group' is assigned a value that is never used. [unreadVariable]
ebview-0.3.6.2/src/menu.c:31:10: style: The scope of the variable 'rp' can be reduced. [variableScope]
ebview-0.3.6.2/src/menu.c:91:10: style: The scope of the variable 'rp' can be reduced. [variableScope]
ebview-0.3.6.2/src/pref_dirgroup.c:47:2: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
ebview-0.3.6.2/src/pref_dirgroup.c:51:4: note: Found duplicate branches for 'if' and 'else'.
ebview-0.3.6.2/src/pref_dirgroup.c:47:2: note: Found duplicate branches for 'if' and 'else'.
ebview-0.3.6.2/src/pref_font.c:148:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ebview-0.3.6.2/src/pref_grep.c:269:22: style: The scope of the variable 'column' can be reduced. [variableScope]
ebview-0.3.6.2/src/preference.c:104:15: style: The scope of the variable 'name' can be reduced. [variableScope]
ebview-0.3.6.2/src/preference.c:529:13: style: The scope of the variable 'label' can be reduced. [variableScope]
ebview-0.3.6.2/src/preference.c:531:13: style: The scope of the variable 'frame' can be reduced. [variableScope]
ebview-0.3.6.2/src/shortcut.c:59:9: style: The scope of the variable 'str' can be reduced. [variableScope]
ebview-0.3.6.2/src/shortcut.c:61:12: style: The scope of the variable 'closure' can be reduced. [variableScope]
ebview-0.3.6.2/src/shortcut.c:117:13: style: The scope of the variable 'item' can be reduced. [variableScope]
ebview-0.3.6.2/src/shortcut.c:119:9: style: The scope of the variable 'str' can be reduced. [variableScope]
ebview-0.3.6.2/src/shortcut.c:57:13: style: Unused variable: item [unusedVariable]
ebview-0.3.6.2/src/shortcut.c:65:2: style: Variable 'idx' is assigned a value that is never used. [unreadVariable]
ebview-0.3.6.2/src/shortcut.c:92:10: style: Variable 'str' is allocated memory that is never used. [unusedAllocatedMemory]
ebview-0.3.6.2/src/shortcut.c:124:2: style: Variable 'idx' is assigned a value that is never used. [unreadVariable]
ebview-0.3.6.2/src/shortcut.c:159:9: style: Unused variable: item [unusedVariable]
ebview-0.3.6.2/src/shortcut.c:160:13: style: Unused variable: widget [unusedVariable]
ebview-0.3.6.2/src/splash.c:97:2: style: Variable 'root_win' is reassigned a value before the old one has been used. [redundantAssignment]
ebview-0.3.6.2/src/splash.c:87:0: note: Variable 'root_win' is reassigned a value before the old one has been used.
ebview-0.3.6.2/src/splash.c:97:2: note: Variable 'root_win' is reassigned a value before the old one has been used.
ebview-0.3.6.2/src/thread_search.c:129:7: style: The scope of the variable 'msg' can be reduced. [variableScope]
[17:03]

ftp://ftp.se.debian.org/debian/pool/main/e/ecaccess/ecaccess_4.0.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/ecasound/ecasound_2.9.1.orig.tar.gz
ecasound-2.9.1/ecasound/eca-curses.cpp:212:13: warning: Member variable 'ECA_CURSES::last_cmdchar_repp' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/ecasound/eca-curses.cpp:212:13: warning: Member variable 'ECA_CURSES::rl_initialized_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/ecasound/eca-curses.h:53:8: style: Unused private function: 'ECA_CURSES::init_readline_support' [unusedPrivateFunction]
ecasound-2.9.1/ecasound/eca-curses.h:53:8: performance: Technically the member function 'ECA_CURSES::init_readline_support' can be static. [functionStatic]
ecasound-2.9.1/ecasound/eca-curses.cpp:218:18: note: Technically the member function 'ECA_CURSES::init_readline_support' can be static.
ecasound-2.9.1/ecasound/eca-curses.h:53:8: note: Technically the member function 'ECA_CURSES::init_readline_support' can be static.
ecasound-2.9.1/ecasound/eca-curses.h:32:16: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/ecasound/eca-console.h:20:16: note: Virtual function in base class
ecasound-2.9.1/ecasound/eca-curses.h:32:16: note: Function in derived class
ecasound-2.9.1/ecasound/eca-curses.h:37:16: style: The function 'print_banner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/ecasound/eca-console.h:25:16: note: Virtual function in base class
ecasound-2.9.1/ecasound/eca-curses.h:37:16: note: Function in derived class
ecasound-2.9.1/ecasound/eca-curses.h:44:16: style: The function 'read_command' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/ecasound/eca-console.h:34:16: note: Virtual function in base class
ecasound-2.9.1/ecasound/eca-curses.h:44:16: note: Function in derived class
ecasound-2.9.1/ecasound/eca-curses.h:49:30: style: The function 'last_command' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/ecasound/eca-console.h:39:30: note: Virtual function in base class
ecasound-2.9.1/ecasound/eca-curses.h:49:30: note: Function in derived class
ecasound-2.9.1/ecasound/eca-neteci-server.cpp:73:20: warning: Member variable 'ECA_NETECI_SERVER::addr_repp' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/ecasound/eca-neteci-server.h:34:3: style: Class 'ECA_NETECI_SERVER' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecasound-2.9.1/ecasound/eca-neteci-server.cpp:371:11: performance: Possible inefficient checking for 'parsed_cmd_queue_rep' emptiness. [stlSize]
ecasound-2.9.1/ecasound/eca-plaintext.h:22:3: style: Class 'ECA_PLAIN_TEXT' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecasound-2.9.1/ecasound/eca-plaintext.h:32:16: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/ecasound/eca-console.h:20:16: note: Virtual function in base class
ecasound-2.9.1/ecasound/eca-plaintext.h:32:16: note: Function in derived class
ecasound-2.9.1/ecasound/eca-plaintext.h:37:16: style: The function 'print_banner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/ecasound/eca-console.h:25:16: note: Virtual function in base class
ecasound-2.9.1/ecasound/eca-plaintext.h:37:16: note: Function in derived class
ecasound-2.9.1/ecasound/eca-plaintext.h:44:16: style: The function 'read_command' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/ecasound/eca-console.h:34:16: note: Virtual function in base class
ecasound-2.9.1/ecasound/eca-plaintext.h:44:16: note: Function in derived class
ecasound-2.9.1/ecasound/eca-plaintext.h:49:30: style: The function 'last_command' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/ecasound/eca-console.h:39:30: note: Virtual function in base class
ecasound-2.9.1/ecasound/eca-plaintext.h:49:30: note: Function in derived class
ecasound-2.9.1/ecasound/ecasound.cpp:223:8: style: The scope of the variable 'have_curses' can be reduced. [variableScope]
ecasound-2.9.1/ecasound/ecasound.cpp:548:26: style: Function 'ecasound_parse_command_line' argument 2 names different: declaration 'clinein' definition 'cline'. [funcArgNamesDifferent]
ecasound-2.9.1/ecasound/ecasound.cpp:79:26: note: Function 'ecasound_parse_command_line' argument 2 names different: declaration 'clinein' definition 'cline'.
ecasound-2.9.1/ecasound/ecasound.cpp:548:26: note: Function 'ecasound_parse_command_line' argument 2 names different: declaration 'clinein' definition 'cline'.
ecasound-2.9.1/ecatools/ecalength.c:238:26: style: Redundant condition: opts.script. '!opts.script || (opts.script && opts.human)' is equivalent to '!opts.script || opts.human' [redundantCondition]
ecasound-2.9.1/ecatools/ecalength.c:243:26: style: Redundant condition: opts.script. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
ecasound-2.9.1/ecatools/ecalength.c:249:26: style: Redundant condition: opts.script. '!opts.script || (opts.script && opts.human)' is equivalent to '!opts.script || opts.human' [redundantCondition]
ecasound-2.9.1/ecatools/ecalength.c:250:11: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ecasound-2.9.1/ecatools/ecalength.c:298:5: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ecasound-2.9.1/ecatools/ecalength.c:85:9: style: The scope of the variable 'file' can be reduced. [variableScope]
ecasound-2.9.1/ecatools/ecalength.c:158:12: style: The scope of the variable 'badopts' can be reduced. [variableScope]
ecasound-2.9.1/ecatools/ecaplay.c:513:3: style: Variable 'nexttrack' is reassigned a value before the old one has been used. [redundantAssignment]
ecasound-2.9.1/ecatools/ecaplay.c:506:0: note: Variable 'nexttrack' is reassigned a value before the old one has been used.
ecasound-2.9.1/ecatools/ecaplay.c:513:3: note: Variable 'nexttrack' is reassigned a value before the old one has been used.
ecasound-2.9.1/ecatools/ecaplay.c:429:9: style: The scope of the variable 'c' can be reduced. [variableScope]
ecasound-2.9.1/ecatools/ecaplay.c:505:21: style: The scope of the variable 'stop' can be reduced. [variableScope]
ecasound-2.9.1/ecatools/ecaplay.c:666:7: style: The scope of the variable 'i' can be reduced. [variableScope]
ecasound-2.9.1/ecatools/ecaplay.c:149:67: style: Function 'add_input_to_chainsetup' argument 2 names different: declaration 'nextrack' definition 'nexttrack'. [funcArgNamesDifferent]
ecasound-2.9.1/ecatools/ecaplay.c:51:67: note: Function 'add_input_to_chainsetup' argument 2 names different: declaration 'nextrack' definition 'nexttrack'.
ecasound-2.9.1/ecatools/ecaplay.c:149:67: note: Function 'add_input_to_chainsetup' argument 2 names different: declaration 'nextrack' definition 'nexttrack'.
ecasound-2.9.1/ecatools/ecasignalview.cpp:149:7: style: The scope of the variable 'res' can be reduced. [variableScope]
ecasound-2.9.1/ecatools/ecasignalview.cpp:258:54: style: Function 'ecasv_parse_command_line' argument 1 names different: declaration 'cop' definition 'eci'. [funcArgNamesDifferent]
ecasound-2.9.1/ecatools/ecasignalview.cpp:97:54: note: Function 'ecasv_parse_command_line' argument 1 names different: declaration 'cop' definition 'eci'.
ecasound-2.9.1/ecatools/ecasignalview.cpp:258:54: note: Function 'ecasv_parse_command_line' argument 1 names different: declaration 'cop' definition 'eci'.
ecasound-2.9.1/ecatools/ecasignalview.cpp:326:51: style: Function 'ecasv_cop_to_string' argument 1 names different: declaration 'cop' definition 'eci'. [funcArgNamesDifferent]
ecasound-2.9.1/ecatools/ecasignalview.cpp:99:56: note: Function 'ecasv_cop_to_string' argument 1 names different: declaration 'cop' definition 'eci'.
ecasound-2.9.1/ecatools/ecasignalview.cpp:326:51: note: Function 'ecasv_cop_to_string' argument 1 names different: declaration 'cop' definition 'eci'.
ecasound-2.9.1/kvutils/kvu_com_line.cpp:30:3: performance: Variable 'current_rep' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ecasound-2.9.1/kvutils/kvu_com_line.cpp:35:3: performance: Variable 'current_rep' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ecasound-2.9.1/kvutils/kvu_com_line.cpp:44:3: performance: Variable 'cparams' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ecasound-2.9.1/kvutils/kvu_com_line.h:84:5: style: Class 'COMMAND_LINE' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecasound-2.9.1/kvutils/kvu_locks.h:67:3: warning: Member variable 'KVU_GUARD_LOCK::lock_repp' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/kvutils/kvu_locks.h:68:3: warning: Member variable 'KVU_GUARD_LOCK::lock_repp' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/kvutils/kvu_locks.h:69:19: warning: Member variable 'KVU_GUARD_LOCK::lock_repp' is not assigned a value in 'KVU_GUARD_LOCK::operator='. [operatorEqVarError]
ecasound-2.9.1/kvutils/kvu_locks.h:40:3: style: Class 'ATOMIC_INTEGER' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecasound-2.9.1/kvutils/kvu_locks.h:60:3: style: Class 'KVU_GUARD_LOCK' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecasound-2.9.1/kvutils/kvu_numtostr.cpp:28:41: style: Function 'kvu_numtostr' argument 1 names different: declaration 'n' definition 'i'. [funcArgNamesDifferent]
ecasound-2.9.1/kvutils/kvu_numtostr.h:19:41: note: Function 'kvu_numtostr' argument 1 names different: declaration 'n' definition 'i'.
ecasound-2.9.1/kvutils/kvu_numtostr.cpp:28:41: note: Function 'kvu_numtostr' argument 1 names different: declaration 'n' definition 'i'.
ecasound-2.9.1/kvutils/kvu_procedure_timer.h:45:3: warning: Member variable 'PROCEDURE_TIMER::start_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/kvutils/kvu_procedure_timer.h:45:3: warning: Member variable 'PROCEDURE_TIMER::now_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/kvutils/kvu_procedure_timer.h:45:3: warning: Member variable 'PROCEDURE_TIMER::min_event_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/kvutils/kvu_procedure_timer.h:45:3: warning: Member variable 'PROCEDURE_TIMER::max_event_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/kvutils/kvu_procedure_timer.h:45:3: warning: Member variable 'PROCEDURE_TIMER::lower_bound_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/kvutils/kvu_procedure_timer.h:45:3: warning: Member variable 'PROCEDURE_TIMER::upper_bound_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/kvutils/kvu_procedure_timer.h:45:3: warning: Member variable 'PROCEDURE_TIMER::event_time_total_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/kvutils/kvu_procedure_timer.h:45:3: warning: Member variable 'PROCEDURE_TIMER::last_duration_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/kvutils/kvu_procedure_timer.h:45:3: warning: Member variable 'PROCEDURE_TIMER::events_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/kvutils/kvu_procedure_timer.h:45:3: warning: Member variable 'PROCEDURE_TIMER::events_over_bound_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/kvutils/kvu_procedure_timer.h:45:3: warning: Member variable 'PROCEDURE_TIMER::events_under_bound_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/kvutils/kvu_procedure_timer.h:45:3: warning: Member variable 'PROCEDURE_TIMER::idstr_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/kvutils/kvu_procedure_timer.h:46:20: warning: Member variable 'PROCEDURE_TIMER::start_rep' is not assigned a value in 'PROCEDURE_TIMER::operator='. [operatorEqVarError]
ecasound-2.9.1/kvutils/kvu_procedure_timer.h:46:20: warning: Member variable 'PROCEDURE_TIMER::now_rep' is not assigned a value in 'PROCEDURE_TIMER::operator='. [operatorEqVarError]
ecasound-2.9.1/kvutils/kvu_procedure_timer.h:46:20: warning: Member variable 'PROCEDURE_TIMER::min_event_rep' is not assigned a value in 'PROCEDURE_TIMER::operator='. [operatorEqVarError]
ecasound-2.9.1/kvutils/kvu_procedure_timer.h:46:20: warning: Member variable 'PROCEDURE_TIMER::max_event_rep' is not assigned a value in 'PROCEDURE_TIMER::operator='. [operatorEqVarError]
ecasound-2.9.1/kvutils/kvu_procedure_timer.h:46:20: warning: Member variable 'PROCEDURE_TIMER::lower_bound_rep' is not assigned a value in 'PROCEDURE_TIMER::operator='. [operatorEqVarError]
ecasound-2.9.1/kvutils/kvu_procedure_timer.h:46:20: warning: Member variable 'PROCEDURE_TIMER::upper_bound_rep' is not assigned a value in 'PROCEDURE_TIMER::operator='. [operatorEqVarError]
ecasound-2.9.1/kvutils/kvu_procedure_timer.h:46:20: warning: Member variable 'PROCEDURE_TIMER::event_time_total_rep' is not assigned a value in 'PROCEDURE_TIMER::operator='. [operatorEqVarError]
ecasound-2.9.1/kvutils/kvu_procedure_timer.h:46:20: warning: Member variable 'PROCEDURE_TIMER::last_duration_rep' is not assigned a value in 'PROCEDURE_TIMER::operator='. [operatorEqVarError]
ecasound-2.9.1/kvutils/kvu_procedure_timer.h:46:20: warning: Member variable 'PROCEDURE_TIMER::events_rep' is not assigned a value in 'PROCEDURE_TIMER::operator='. [operatorEqVarError]
ecasound-2.9.1/kvutils/kvu_procedure_timer.h:46:20: warning: Member variable 'PROCEDURE_TIMER::events_over_bound_rep' is not assigned a value in 'PROCEDURE_TIMER::operator='. [operatorEqVarError]
ecasound-2.9.1/kvutils/kvu_procedure_timer.h:46:20: warning: Member variable 'PROCEDURE_TIMER::events_under_bound_rep' is not assigned a value in 'PROCEDURE_TIMER::operator='. [operatorEqVarError]
ecasound-2.9.1/kvutils/kvu_procedure_timer.h:46:20: warning: Member variable 'PROCEDURE_TIMER::idstr_rep' is not assigned a value in 'PROCEDURE_TIMER::operator='. [operatorEqVarError]
ecasound-2.9.1/kvutils/kvu_procedure_timer.h:49:8: performance: Technically the member function 'PROCEDURE_TIMER::less_than' can be static. [functionStatic]
ecasound-2.9.1/kvutils/kvu_procedure_timer.cpp:37:23: note: Technically the member function 'PROCEDURE_TIMER::less_than' can be static.
ecasound-2.9.1/kvutils/kvu_procedure_timer.h:49:8: note: Technically the member function 'PROCEDURE_TIMER::less_than' can be static.
ecasound-2.9.1/kvutils/kvu_procedure_timer.h:50:8: performance: Technically the member function 'PROCEDURE_TIMER::subtract' can be static. [functionStatic]
ecasound-2.9.1/kvutils/kvu_procedure_timer.cpp:53:23: note: Technically the member function 'PROCEDURE_TIMER::subtract' can be static.
ecasound-2.9.1/kvutils/kvu_procedure_timer.h:50:8: note: Technically the member function 'PROCEDURE_TIMER::subtract' can be static.
ecasound-2.9.1/kvutils/kvu_procedure_timer.h:51:10: performance: Technically the member function 'PROCEDURE_TIMER::to_seconds' can be static. [functionStatic]
ecasound-2.9.1/kvutils/kvu_procedure_timer.cpp:64:25: note: Technically the member function 'PROCEDURE_TIMER::to_seconds' can be static.
ecasound-2.9.1/kvutils/kvu_procedure_timer.h:51:10: note: Technically the member function 'PROCEDURE_TIMER::to_seconds' can be static.
ecasound-2.9.1/kvutils/kvu_procedure_timer.h:52:10: performance: Technically the member function 'PROCEDURE_TIMER::to_seconds' can be static. [functionStatic]
ecasound-2.9.1/kvutils/kvu_procedure_timer.cpp:68:25: note: Technically the member function 'PROCEDURE_TIMER::to_seconds' can be static.
ecasound-2.9.1/kvutils/kvu_procedure_timer.h:52:10: note: Technically the member function 'PROCEDURE_TIMER::to_seconds' can be static.
ecasound-2.9.1/kvutils/kvu_procedure_timer.h:40:3: style: Class 'PROCEDURE_TIMER' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecasound-2.9.1/kvutils/kvu_temporary_file_directory.cpp:154:20: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
ecasound-2.9.1/kvutils/kvu_temporary_file_directory.cpp:153:18: note: outer condition: tmpdir_p!=NULL
ecasound-2.9.1/kvutils/kvu_temporary_file_directory.cpp:154:20: note: identical inner condition: tmpdir_p!=NULL
ecasound-2.9.1/kvutils/kvu_temporary_file_directory.cpp:152:5: style: Variable 'tmpdir_p' is reassigned a value before the old one has been used. [redundantAssignment]
ecasound-2.9.1/kvutils/kvu_temporary_file_directory.cpp:151:0: note: Variable 'tmpdir_p' is reassigned a value before the old one has been used.
ecasound-2.9.1/kvutils/kvu_temporary_file_directory.cpp:152:5: note: Variable 'tmpdir_p' is reassigned a value before the old one has been used.
ecasound-2.9.1/kvutils/kvu_temporary_file_directory.cpp:52:69: style: Function 'reserve_directory' argument 1 names different: declaration 'nspace' definition 'dir'. [funcArgNamesDifferent]
ecasound-2.9.1/kvutils/kvu_temporary_file_directory.h:24:45: note: Function 'reserve_directory' argument 1 names different: declaration 'nspace' definition 'dir'.
ecasound-2.9.1/kvutils/kvu_temporary_file_directory.cpp:52:69: note: Function 'reserve_directory' argument 1 names different: declaration 'nspace' definition 'dir'.
ecasound-2.9.1/kvutils/kvu_temporary_file_directory.cpp:35:27: warning: Member variable 'TEMPORARY_FILE_DIRECTORY::tmp_index_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/kvutils/kvu_temporary_file_directory.cpp:41:27: warning: Member variable 'TEMPORARY_FILE_DIRECTORY::tmp_index_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/kvutils/kvu_temporary_file_directory.h:20:3: style: Class 'TEMPORARY_FILE_DIRECTORY' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecasound-2.9.1/kvutils/kvu_utils.cpp:300:52: style: Function 'kvu_string_search_and_replace' argument 1 names different: declaration 'a' definition 'str'. [funcArgNamesDifferent]
ecasound-2.9.1/kvutils/kvu_utils.h:18:62: note: Function 'kvu_string_search_and_replace' argument 1 names different: declaration 'a' definition 'str'.
ecasound-2.9.1/kvutils/kvu_utils.cpp:300:52: note: Function 'kvu_string_search_and_replace' argument 1 names different: declaration 'a' definition 'str'.
ecasound-2.9.1/kvutils/kvu_utils.cpp:334:36: style: Function 'kvu_string_icmp' argument 1 names different: declaration 'a' definition 'first'. [funcArgNamesDifferent]
ecasound-2.9.1/kvutils/kvu_utils.h:8:41: note: Function 'kvu_string_icmp' argument 1 names different: declaration 'a' definition 'first'.
ecasound-2.9.1/kvutils/kvu_utils.cpp:334:36: note: Function 'kvu_string_icmp' argument 1 names different: declaration 'a' definition 'first'.
ecasound-2.9.1/kvutils/kvu_utils.cpp:334:57: style: Function 'kvu_string_icmp' argument 2 names different: declaration 'b' definition 'second'. [funcArgNamesDifferent]
ecasound-2.9.1/kvutils/kvu_utils.h:8:63: note: Function 'kvu_string_icmp' argument 2 names different: declaration 'b' definition 'second'.
ecasound-2.9.1/kvutils/kvu_utils.cpp:334:57: note: Function 'kvu_string_icmp' argument 2 names different: declaration 'b' definition 'second'.
ecasound-2.9.1/kvutils/kvu_utils.cpp:454:108: style: Function 'kvu_priv_find_next_instance' argument 2 names different: declaration 'curpos' definition 'start'. [funcArgNamesDifferent]
ecasound-2.9.1/kvutils/kvu_utils.cpp:47:108: note: Function 'kvu_priv_find_next_instance' argument 2 names different: declaration 'curpos' definition 'start'.
ecasound-2.9.1/kvutils/kvu_utils.cpp:454:108: note: Function 'kvu_priv_find_next_instance' argument 2 names different: declaration 'curpos' definition 'start'.
ecasound-2.9.1/kvutils/kvu_utils.cpp:550:48: style: Function 'kvu_get_arguments' argument 1 names different: declaration 'arg' definition 'argu'. [funcArgNamesDifferent]
ecasound-2.9.1/kvutils/kvu_utils.h:37:63: note: Function 'kvu_get_arguments' argument 1 names different: declaration 'arg' definition 'argu'.
ecasound-2.9.1/kvutils/kvu_utils.cpp:550:48: note: Function 'kvu_get_arguments' argument 1 names different: declaration 'arg' definition 'argu'.
ecasound-2.9.1/kvutils/kvu_utils.cpp:611:46: style: Function 'kvu_get_argument_prefix' argument 1 names different: declaration 'argument' definition 'argu'. [funcArgNamesDifferent]
ecasound-2.9.1/kvutils/kvu_utils.h:39:56: note: Function 'kvu_get_argument_prefix' argument 1 names different: declaration 'argument' definition 'argu'.
ecasound-2.9.1/kvutils/kvu_utils.cpp:611:46: note: Function 'kvu_get_argument_prefix' argument 1 names different: declaration 'argument' definition 'argu'.
ecasound-2.9.1/kvutils/kvu_utils.cpp:139:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecasound-2.9.1/kvutils/kvu_utils.cpp:174:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecasound-2.9.1/kvutils/kvu_utils.cpp:180:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecasound-2.9.1/kvutils/kvu_utils.cpp:214:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecasound-2.9.1/kvutils/kvu_utils.cpp:241:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecasound-2.9.1/kvutils/kvu_utils.cpp:357:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecasound-2.9.1/kvutils/kvu_utils.cpp:360:24: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecasound-2.9.1/kvutils/kvu_utils.cpp:373:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecasound-2.9.1/kvutils/kvu_utils.cpp:376:23: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecasound-2.9.1/kvutils/kvu_utils.cpp:388:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecasound-2.9.1/kvutils/kvu_utils.cpp:389:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecasound-2.9.1/kvutils/kvu_utils.cpp:399:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecasound-2.9.1/kvutils/kvu_utils.cpp:410:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecasound-2.9.1/kvutils/kvu_value_queue.h:52:8: style: Technically the member function 'VALUE_QUEUE::poll' can be const. [functionConst]
ecasound-2.9.1/kvutils/kvu_value_queue.cpp:95:19: note: Technically the member function 'VALUE_QUEUE::poll' can be const.
ecasound-2.9.1/kvutils/kvu_value_queue.h:52:8: note: Technically the member function 'VALUE_QUEUE::poll' can be const.
ecasound-2.9.1/kvutils/kvu_value_queue.h:94:8: style: Technically the member function 'VALUE_QUEUE_RT_C::poll' can be const. [functionConst]
ecasound-2.9.1/kvutils/kvu_value_queue.cpp:235:24: note: Technically the member function 'VALUE_QUEUE_RT_C::poll' can be const.
ecasound-2.9.1/kvutils/kvu_value_queue.h:94:8: note: Technically the member function 'VALUE_QUEUE_RT_C::poll' can be const.
ecasound-2.9.1/kvutils/kvu_value_queue.h:97:3: style: Class 'VALUE_QUEUE_RT_C' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecasound-2.9.1/kvutils/libkvutils_tester.cpp:131:23: style: C-style pointer casting [cstyleCast]
ecasound-2.9.1/kvutils/libkvutils_tester.cpp:402:30: style: C-style pointer casting [cstyleCast]
ecasound-2.9.1/kvutils/libkvutils_tester.cpp:102:7: style: The scope of the variable 'n' can be reduced. [variableScope]
ecasound-2.9.1/kvutils/libkvutils_tester.cpp:134:11: style: The scope of the variable 'prev' can be reduced. [variableScope]
ecasound-2.9.1/kvutils/libkvutils_tester.cpp:173:11: style: The scope of the variable 'prev' can be reduced. [variableScope]
ecasound-2.9.1/kvutils/kvu_message_queue.h:171:0: style: Technically the member function 'MESSAGE_QUEUE_RT_C < std :: string >::poll' can be const. [functionConst]
ecasound-2.9.1/kvutils/kvu_message_queue.h:69:0: style: Class 'MESSAGE_QUEUE_RT_C < std :: string >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecasound-2.9.1/libecasound/eca-error.h:40:5: performance: Variable 'esection_rep' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ecasound-2.9.1/libecasound/eca-error.h:41:5: performance: Variable 'eerrormsg_rep' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ecasound-2.9.1/libecasound/eca-samplerate-aware.h:30:3: style: Class 'ECA_SAMPLERATE_AWARE' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecasound-2.9.1/libecasound/audiofx.cpp:58:0: style: Function 'set_samples_per_second' argument 1 names different: declaration 'v' definition 'new_rate'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasound/audiofx.h:41:0: note: Function 'set_samples_per_second' argument 1 names different: declaration 'v' definition 'new_rate'.
ecasound-2.9.1/libecasound/audiofx.cpp:58:0: note: Function 'set_samples_per_second' argument 1 names different: declaration 'v' definition 'new_rate'.
ecasound-2.9.1/libecasound/eca-operator.h:91:21: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/dynamic-object.h:28:0: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-operator.h:91:21: note: Function in derived class
ecasound-2.9.1/libecasound/eca-operator.h:92:21: style: The function 'new_expr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/dynamic-object.h:34:0: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-operator.h:92:21: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx.h:41:16: style: The function 'set_samples_per_second' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-samplerate-aware.h:49:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx.h:41:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx.h:49:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-chainop.h:43:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx.h:49:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_amplitude.cpp:51:44: style: Function 'init' argument 1 names different: declaration 'insample' definition 'sbuf'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasound/audiofx_amplitude.h:20:36: note: Function 'init' argument 1 names different: declaration 'insample' definition 'sbuf'.
ecasound-2.9.1/libecasound/audiofx_amplitude.cpp:51:44: note: Function 'init' argument 1 names different: declaration 'insample' definition 'sbuf'.
ecasound-2.9.1/libecasound/audiofx_amplitude.cpp:95:42: style: Function 'init' argument 1 names different: declaration 'insample' definition 'sbuf'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasound/audiofx_amplitude.h:51:36: note: Function 'init' argument 1 names different: declaration 'insample' definition 'sbuf'.
ecasound-2.9.1/libecasound/audiofx_amplitude.cpp:95:42: note: Function 'init' argument 1 names different: declaration 'insample' definition 'sbuf'.
ecasound-2.9.1/libecasound/audiofx_amplitude.cpp:179:45: style: Function 'init' argument 1 names different: declaration 'insample' definition 'sbuf'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasound/audiofx_amplitude.h:85:36: note: Function 'init' argument 1 names different: declaration 'insample' definition 'sbuf'.
ecasound-2.9.1/libecasound/audiofx_amplitude.cpp:179:45: note: Function 'init' argument 1 names different: declaration 'insample' definition 'sbuf'.
ecasound-2.9.1/libecasound/audiofx_amplitude.cpp:267:52: style: Function 'init' argument 1 names different: declaration 'insample' definition 'sbuf'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasound/audiofx_amplitude.h:117:36: note: Function 'init' argument 1 names different: declaration 'insample' definition 'sbuf'.
ecasound-2.9.1/libecasound/audiofx_amplitude.cpp:267:52: note: Function 'init' argument 1 names different: declaration 'insample' definition 'sbuf'.
ecasound-2.9.1/libecasound/audiofx_amplitude.cpp:385:45: style: Function 'EFFECT_LIMITER' argument 1 names different: declaration 'multiplier_percent' definition 'limiting_percent'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasound/audiofx_amplitude.h:176:31: note: Function 'EFFECT_LIMITER' argument 1 names different: declaration 'multiplier_percent' definition 'limiting_percent'.
ecasound-2.9.1/libecasound/audiofx_amplitude.cpp:385:45: note: Function 'EFFECT_LIMITER' argument 1 names different: declaration 'multiplier_percent' definition 'limiting_percent'.
ecasound-2.9.1/libecasound/audiofx_amplitude.cpp:418:42: style: Function 'init' argument 1 names different: declaration 'insample' definition 'sbuf'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasound/audiofx_amplitude.h:173:36: note: Function 'init' argument 1 names different: declaration 'insample' definition 'sbuf'.
ecasound-2.9.1/libecasound/audiofx_amplitude.cpp:418:42: note: Function 'init' argument 1 names different: declaration 'insample' definition 'sbuf'.
ecasound-2.9.1/libecasound/audiofx_amplitude.cpp:553:21: style: Function 'EFFECT_NOISEGATE' argument 3 names different: declaration 'atime' definition 'a'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasound/audiofx_amplitude.h:256:19: note: Function 'EFFECT_NOISEGATE' argument 3 names different: declaration 'atime' definition 'a'.
ecasound-2.9.1/libecasound/audiofx_amplitude.cpp:553:21: note: Function 'EFFECT_NOISEGATE' argument 3 names different: declaration 'atime' definition 'a'.
ecasound-2.9.1/libecasound/audiofx_amplitude.cpp:554:21: style: Function 'EFFECT_NOISEGATE' argument 4 names different: declaration 'htime' definition 'h'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasound/audiofx_amplitude.h:257:19: note: Function 'EFFECT_NOISEGATE' argument 4 names different: declaration 'htime' definition 'h'.
ecasound-2.9.1/libecasound/audiofx_amplitude.cpp:554:21: note: Function 'EFFECT_NOISEGATE' argument 4 names different: declaration 'htime' definition 'h'.
ecasound-2.9.1/libecasound/audiofx_amplitude.cpp:555:21: style: Function 'EFFECT_NOISEGATE' argument 5 names different: declaration 'rtime' definition 'r'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasound/audiofx_amplitude.h:258:19: note: Function 'EFFECT_NOISEGATE' argument 5 names different: declaration 'rtime' definition 'r'.
ecasound-2.9.1/libecasound/audiofx_amplitude.cpp:555:21: note: Function 'EFFECT_NOISEGATE' argument 5 names different: declaration 'rtime' definition 'r'.
ecasound-2.9.1/libecasound/samplebuffer_iterators.h:12:1: style: The class 'SAMPLE_ITERATOR' does not have a constructor although it has private member variables. [noConstructor]
ecasound-2.9.1/libecasound/samplebuffer_iterators.h:57:1: style: The class 'SAMPLE_ITERATOR_CHANNEL' does not have a constructor although it has private member variables. [noConstructor]
ecasound-2.9.1/libecasound/samplebuffer_iterators.h:108:1: style: The class 'SAMPLE_ITERATOR_CHANNELS' does not have a constructor although it has private member variables. [noConstructor]
ecasound-2.9.1/libecasound/samplebuffer_iterators.h:155:1: style: The class 'SAMPLE_ITERATOR_INTERLEAVED' does not have a constructor although it has private member variables. [noConstructor]
ecasound-2.9.1/libecasound/audiofx_amplitude.cpp:63:17: warning: Member variable 'EFFECT_AMPLIFY::i' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_amplitude.cpp:63:17: warning: Member variable 'EFFECT_AMPLIFY::sbuf_repp' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_amplitude.cpp:235:27: warning: Member variable 'EFFECT_AMPLIFY_CLIPCOUNT::nm' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_amplitude.cpp:235:27: warning: Member variable 'EFFECT_AMPLIFY_CLIPCOUNT::i' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_amplitude.cpp:299:25: warning: Member variable 'EFFECT_AMPLIFY_CHANNEL::i' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_amplitude.cpp:385:17: warning: Member variable 'EFFECT_LIMITER::i' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_amplitude.cpp:443:18: warning: Member variable 'EFFECT_COMPRESS::i' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_amplitude.cpp:443:18: warning: Member variable 'EFFECT_COMPRESS::new_value' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_amplitude.cpp:436:18: warning: Member variable 'EFFECT_COMPRESS::i' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_amplitude.cpp:551:19: warning: Member variable 'EFFECT_NOISEGATE::i' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_amplitude.cpp:731:20: warning: Member variable 'EFFECT_NORMAL_PAN::i' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_amplitude.cpp:444:3: performance: Variable 'crate' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ecasound-2.9.1/libecasound/audiofx_amplitude.cpp:445:3: performance: Variable 'threshold' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ecasound-2.9.1/libecasound/audiofx_amplitude.cpp:446:3: performance: Variable 'delta' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ecasound-2.9.1/libecasound/audiofx_amplitude.cpp:447:3: performance: Variable 'ratio' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ecasound-2.9.1/libecasound/audiofx_amplitude.cpp:450:3: performance: Variable 'lastin' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ecasound-2.9.1/libecasound/audiofx_amplitude.cpp:451:3: performance: Variable 'lastout' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ecasound-2.9.1/libecasound/samplebuffer_iterators.h:35:15: style: Technically the member function 'SAMPLE_ITERATOR::end' can be const. [functionConst]
ecasound-2.9.1/libecasound/samplebuffer_iterators.h:94:15: style: Technically the member function 'SAMPLE_ITERATOR_CHANNEL::end' can be const. [functionConst]
ecasound-2.9.1/libecasound/samplebuffer_iterators.h:136:15: style: Technically the member function 'SAMPLE_ITERATOR_CHANNELS::end' can be const. [functionConst]
ecasound-2.9.1/libecasound/samplebuffer_iterators.h:182:15: style: Technically the member function 'SAMPLE_ITERATOR_INTERLEAVED::end' can be const. [functionConst]
ecasound-2.9.1/libecasound/audiofx_amplitude.h:82:16: warning: Virtual function 'set_parameter' is called from constructor 'EFFECT_AMPLIFY_DB(parameter_t gain=0.0f,int channel=0)' at line 127. Dynamic binding is not used. [virtualCallInConstructor]
ecasound-2.9.1/libecasound/audiofx_amplitude.cpp:127:3: note: Calling set_parameter
ecasound-2.9.1/libecasound/audiofx_amplitude.h:82:16: note: set_parameter is a virtual method
ecasound-2.9.1/libecasound/audiofx_amplitude.h:114:16: warning: Virtual function 'set_parameter' is called from constructor 'EFFECT_AMPLIFY_CLIPCOUNT(parameter_t multiplier_percent=100.0,int max_clipped=0)' at line 236. Dynamic binding is not used. [virtualCallInConstructor]
ecasound-2.9.1/libecasound/audiofx_amplitude.cpp:236:3: note: Calling set_parameter
ecasound-2.9.1/libecasound/audiofx_amplitude.h:114:16: note: set_parameter is a virtual method
ecasound-2.9.1/libecasound/audiofx_amplitude.h:141:16: warning: Virtual function 'set_parameter' is called from constructor 'EFFECT_AMPLIFY_CHANNEL(parameter_t multiplier_percent=100.0,int channel=1)' at line 301. Dynamic binding is not used. [virtualCallInConstructor]
ecasound-2.9.1/libecasound/audiofx_amplitude.cpp:301:3: note: Calling set_parameter
ecasound-2.9.1/libecasound/audiofx_amplitude.h:141:16: note: set_parameter is a virtual method
ecasound-2.9.1/libecasound/audiofx_amplitude.h:170:16: warning: Virtual function 'set_parameter' is called from constructor 'EFFECT_LIMITER(parameter_t multiplier_percent=100.0)' at line 387. Dynamic binding is not used. [virtualCallInConstructor]
ecasound-2.9.1/libecasound/audiofx_amplitude.cpp:387:3: note: Calling set_parameter
ecasound-2.9.1/libecasound/audiofx_amplitude.h:170:16: note: set_parameter is a virtual method
ecasound-2.9.1/libecasound/audiofx_amplitude.h:203:16: warning: Virtual function 'set_parameter' is called from constructor 'EFFECT_COMPRESS(parameter_t compress_rate=1.0,parameter_t thold=10.0)' at line 437. Dynamic binding is not used. [virtualCallInConstructor]
ecasound-2.9.1/libecasound/audiofx_amplitude.cpp:437:3: note: Calling set_parameter
ecasound-2.9.1/libecasound/audiofx_amplitude.h:203:16: note: set_parameter is a virtual method
ecasound-2.9.1/libecasound/audiofx_amplitude.h:203:16: warning: Virtual function 'set_parameter' is called from constructor 'EFFECT_COMPRESS(parameter_t compress_rate=1.0,parameter_t thold=10.0)' at line 438. Dynamic binding is not used. [virtualCallInConstructor]
ecasound-2.9.1/libecasound/audiofx_amplitude.cpp:438:3: note: Calling set_parameter
ecasound-2.9.1/libecasound/audiofx_amplitude.h:203:16: note: set_parameter is a virtual method
ecasound-2.9.1/libecasound/audiofx_amplitude.h:246:16: warning: Virtual function 'set_parameter' is called from constructor 'EFFECT_NOISEGATE(parameter_t thlevel_percent=100.0,parameter_t thtime=50.0,parameter_t atime=50.0,parameter_t htime=50.0,parameter_t rtime=50.0)' at line 559. Dynamic binding is not used. [virtualCallInConstructor]
ecasound-2.9.1/libecasound/audiofx_amplitude.cpp:559:3: note: Calling set_parameter
ecasound-2.9.1/libecasound/audiofx_amplitude.h:246:16: note: set_parameter is a virtual method
ecasound-2.9.1/libecasound/audiofx_amplitude.h:246:16: warning: Virtual function 'set_parameter' is called from constructor 'EFFECT_NOISEGATE(parameter_t thlevel_percent=100.0,parameter_t thtime=50.0,parameter_t atime=50.0,parameter_t htime=50.0,parameter_t rtime=50.0)' at line 560. Dynamic binding is not used. [virtualCallInConstructor]
ecasound-2.9.1/libecasound/audiofx_amplitude.cpp:560:3: note: Calling set_parameter
ecasound-2.9.1/libecasound/audiofx_amplitude.h:246:16: note: set_parameter is a virtual method
ecasound-2.9.1/libecasound/audiofx_amplitude.h:246:16: warning: Virtual function 'set_parameter' is called from constructor 'EFFECT_NOISEGATE(parameter_t thlevel_percent=100.0,parameter_t thtime=50.0,parameter_t atime=50.0,parameter_t htime=50.0,parameter_t rtime=50.0)' at line 561. Dynamic binding is not used. [virtualCallInConstructor]
ecasound-2.9.1/libecasound/audiofx_amplitude.cpp:561:3: note: Calling set_parameter
ecasound-2.9.1/libecasound/audiofx_amplitude.h:246:16: note: set_parameter is a virtual method
ecasound-2.9.1/libecasound/audiofx_amplitude.h:246:16: warning: Virtual function 'set_parameter' is called from constructor 'EFFECT_NOISEGATE(parameter_t thlevel_percent=100.0,parameter_t thtime=50.0,parameter_t atime=50.0,parameter_t htime=50.0,parameter_t rtime=50.0)' at line 562. Dynamic binding is not used. [virtualCallInConstructor]
ecasound-2.9.1/libecasound/audiofx_amplitude.cpp:562:3: note: Calling set_parameter
ecasound-2.9.1/libecasound/audiofx_amplitude.h:246:16: note: set_parameter is a virtual method
ecasound-2.9.1/libecasound/audiofx_amplitude.h:246:16: warning: Virtual function 'set_parameter' is called from constructor 'EFFECT_NOISEGATE(parameter_t thlevel_percent=100.0,parameter_t thtime=50.0,parameter_t atime=50.0,parameter_t htime=50.0,parameter_t rtime=50.0)' at line 563. Dynamic binding is not used. [virtualCallInConstructor]
ecasound-2.9.1/libecasound/audiofx_amplitude.cpp:563:3: note: Calling set_parameter
ecasound-2.9.1/libecasound/audiofx_amplitude.h:246:16: note: set_parameter is a virtual method
ecasound-2.9.1/libecasound/audiofx_amplitude.h:283:16: warning: Virtual function 'set_parameter' is called from constructor 'EFFECT_NORMAL_PAN(parameter_t right_percent=50.0)' at line 733. Dynamic binding is not used. [virtualCallInConstructor]
ecasound-2.9.1/libecasound/audiofx_amplitude.cpp:733:3: note: Calling set_parameter
ecasound-2.9.1/libecasound/audiofx_amplitude.h:283:16: note: set_parameter is a virtual method
ecasound-2.9.1/libecasound/audiofx_amplitude.h:56:3: style: Class 'EFFECT_AMPLIFY' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecasound-2.9.1/libecasound/audiofx_amplitude.h:176:3: style: Class 'EFFECT_LIMITER' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecasound-2.9.1/libecasound/audiofx_amplitude.h:292:3: style: Class 'EFFECT_NORMAL_PAN' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecasound-2.9.1/libecasound/audiofx_amplitude.h:186:1: warning: The class 'EFFECT_COMPRESS' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ecasound-2.9.1/libecasound/audiofx_amplitude.h:20:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audiofx.h:49:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:20:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:21:16: style: The function 'release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-chainop.h:58:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:21:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_compressor.h:31:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-object.h:24:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_compressor.h:31:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_compressor.h:32:23: style: The function 'parameter_names' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/dynamic-parameters.h:47:0: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_compressor.h:32:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_compressor.h:37:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audiofx_amplitude.h:20:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_compressor.h:37:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_compressor.h:38:16: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-chainop.h:64:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_compressor.h:38:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_compressor.h:39:15: style: The function 'output_channels' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-chainop.h:98:15: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_compressor.h:39:15: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:44:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-object.h:24:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:44:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:45:23: style: The function 'parameter_names' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/dynamic-parameters.h:47:0: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:45:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:46:16: style: The function 'parameter_description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-operator.h:89:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:46:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:51:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audiofx_amplitude.h:20:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:51:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:52:16: style: The function 'release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audiofx_amplitude.h:21:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:52:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:53:16: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-chainop.h:64:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:53:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:79:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-object.h:24:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:79:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:80:23: style: The function 'parameter_names' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/dynamic-parameters.h:47:0: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:80:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:85:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audiofx_amplitude.h:20:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:85:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:86:16: style: The function 'release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audiofx_amplitude.h:21:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:86:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:87:16: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-chainop.h:64:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:87:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:90:15: style: The function 'output_channels' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-chainop.h:98:15: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:90:15: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:110:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-object.h:24:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:110:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:111:23: style: The function 'parameter_names' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/dynamic-parameters.h:47:0: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:111:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:112:16: style: The function 'parameter_description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-operator.h:89:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:112:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:117:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audiofx_amplitude.h:20:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:117:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:118:16: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-chainop.h:64:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:118:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:137:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-object.h:24:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:137:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:138:23: style: The function 'parameter_names' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/dynamic-parameters.h:47:0: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:138:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:139:16: style: The function 'parameter_description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-operator.h:89:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:139:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:144:15: style: The function 'output_channels' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-chainop.h:98:15: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:144:15: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:146:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audiofx_amplitude.h:20:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:146:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:147:16: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-chainop.h:64:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:147:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:166:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-object.h:24:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:166:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:167:23: style: The function 'parameter_names' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/dynamic-parameters.h:47:0: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:167:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:168:16: style: The function 'parameter_description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-operator.h:89:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:168:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:173:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audiofx_amplitude.h:20:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:173:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:174:16: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-chainop.h:64:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:174:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:199:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-object.h:24:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:199:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:200:23: style: The function 'parameter_names' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/dynamic-parameters.h:47:0: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:200:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:201:16: style: The function 'parameter_description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-operator.h:89:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:201:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:206:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audiofx_amplitude.h:20:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:206:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:207:16: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-chainop.h:64:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:207:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:239:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-object.h:24:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:239:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:240:23: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-object.h:30:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:240:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:241:23: style: The function 'parameter_names' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/dynamic-parameters.h:47:0: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:241:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:244:16: style: The function 'parameter_description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-operator.h:89:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:244:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:249:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audiofx_amplitude.h:20:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:249:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:250:16: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-chainop.h:64:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:250:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:276:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-object.h:24:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:276:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:277:23: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-object.h:30:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:277:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:278:23: style: The function 'parameter_names' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/dynamic-parameters.h:47:0: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:278:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:279:16: style: The function 'parameter_description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-operator.h:89:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:279:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:281:15: style: The function 'output_channels' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-chainop.h:98:15: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:281:15: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:286:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audiofx_amplitude.h:20:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:286:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:287:16: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-chainop.h:64:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_amplitude.h:287:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_analysis.cpp:75:24: warning: Member variable 'EFFECT_VOLUME_BUCKETS::i' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_analysis.cpp:298:21: warning: Member variable 'EFFECT_VOLUME_PEAK::clipped_samples_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_analysis.cpp:298:21: warning: Member variable 'EFFECT_VOLUME_PEAK::i' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_analysis.cpp:376:16: warning: Member variable 'EFFECT_DCFIND::tempval' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_analysis.cpp:376:16: warning: Member variable 'EFFECT_DCFIND::i' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_analysis.h:50:8: performance: Technically the member function 'EFFECT_VOLUME_BUCKETS::status_entry' can be static. [functionStatic]
ecasound-2.9.1/libecasound/audiofx_analysis.cpp:86:29: note: Technically the member function 'EFFECT_VOLUME_BUCKETS::status_entry' can be static.
ecasound-2.9.1/libecasound/audiofx_analysis.h:50:8: note: Technically the member function 'EFFECT_VOLUME_BUCKETS::status_entry' can be static.
ecasound-2.9.1/libecasound/audiofx_analysis.h:25:23: style: The function 'parameter_names' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/dynamic-parameters.h:47:0: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_analysis.h:25:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_analysis.h:56:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-object.h:24:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_analysis.h:56:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_analysis.h:57:23: style: The function 'parameter_names' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audiofx_analysis.h:25:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_analysis.h:57:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_analysis.h:59:16: style: The function 'parameter_description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-operator.h:89:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_analysis.h:59:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_analysis.h:60:16: style: The function 'set_parameter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audiofx_analysis.h:22:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_analysis.h:60:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_analysis.h:61:23: style: The function 'get_parameter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audiofx_analysis.h:23:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_analysis.h:61:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_analysis.h:63:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audiofx.h:49:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_analysis.h:63:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_analysis.h:64:16: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-chainop.h:64:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_analysis.h:64:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_analysis.h:65:23: style: The function 'status' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-chainop.h:72:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_analysis.h:65:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_analysis.h:82:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-object.h:24:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_analysis.h:82:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_analysis.h:83:23: style: The function 'parameter_names' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audiofx_analysis.h:25:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_analysis.h:83:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_analysis.h:85:16: style: The function 'parameter_description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-operator.h:89:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_analysis.h:85:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_analysis.h:86:16: style: The function 'set_parameter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audiofx_analysis.h:22:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_analysis.h:86:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_analysis.h:87:23: style: The function 'get_parameter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audiofx_analysis.h:23:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_analysis.h:87:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_analysis.h:89:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audiofx.h:49:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_analysis.h:89:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_analysis.h:90:16: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-chainop.h:64:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_analysis.h:90:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_analysis.h:128:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-object.h:24:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_analysis.h:128:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_analysis.h:129:23: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-object.h:30:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_analysis.h:129:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_analysis.h:130:23: style: The function 'parameter_names' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audiofx_analysis.h:25:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_analysis.h:130:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_analysis.h:132:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audiofx.h:49:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_analysis.h:132:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_analysis.h:133:16: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-chainop.h:64:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_analysis.h:133:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_analysis.h:134:23: style: The function 'status' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-chainop.h:72:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_analysis.h:134:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_analysis.h:136:16: style: The function 'parameter_description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-operator.h:89:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_analysis.h:136:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_analysis.h:137:16: style: The function 'set_parameter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audiofx_analysis.h:22:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_analysis.h:137:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_analysis.h:138:23: style: The function 'get_parameter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audiofx_analysis.h:23:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_analysis.h:138:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_analysis.cpp:39:45: performance: Function parameter 'txt' should be passed by const reference. [passedByValue]
ecasound-2.9.1/libecasound/audiofx_compressor.h:22:3: warning: Member variable 'ADVANCED_COMPRESSOR::iter' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_compressor.h:22:3: warning: Member variable 'ADVANCED_COMPRESSOR::rgainfilter' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_compressor.h:22:3: warning: Member variable 'ADVANCED_COMPRESSOR::fastgaincompressionratio' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_compressor.h:22:3: warning: Member variable 'ADVANCED_COMPRESSOR::compressionratio' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_compressor.h:22:3: warning: Member variable 'ADVANCED_COMPRESSOR::maxlevel' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_compressor.h:22:3: warning: Member variable 'ADVANCED_COMPRESSOR::targetlevel' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_compressor.h:22:3: warning: Member variable 'ADVANCED_COMPRESSOR::peaklimitdelay' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_compressor.h:22:3: warning: Member variable 'ADVANCED_COMPRESSOR::totalgain' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_compressor.h:22:3: warning: Member variable 'ADVANCED_COMPRESSOR::npeakgain' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_compressor.h:22:3: warning: Member variable 'ADVANCED_COMPRESSOR::level' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_compressor.h:22:3: warning: Member variable 'ADVANCED_COMPRESSOR::levelsq0' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_compressor.h:22:3: warning: Member variable 'ADVANCED_COMPRESSOR::levelsqe' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_compressor.h:22:3: warning: Member variable 'ADVANCED_COMPRESSOR::gain' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_compressor.h:22:3: warning: Member variable 'ADVANCED_COMPRESSOR::qgain' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_compressor.h:22:3: warning: Member variable 'ADVANCED_COMPRESSOR::tgain' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_compressor.h:22:3: warning: Member variable 'ADVANCED_COMPRESSOR::newright' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_compressor.h:22:3: warning: Member variable 'ADVANCED_COMPRESSOR::newleft' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_compressor.h:22:3: warning: Member variable 'ADVANCED_COMPRESSOR::efilt' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_compressor.h:22:3: warning: Member variable 'ADVANCED_COMPRESSOR::fastgain' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_compressor.h:22:3: warning: Member variable 'ADVANCED_COMPRESSOR::slowgain' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_compressor.h:22:3: warning: Member variable 'ADVANCED_COMPRESSOR::tslowgain' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_compressor.h:22:3: warning: Member variable 'ADVANCED_COMPRESSOR::leveldelta' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_compressor.h:22:3: warning: Member variable 'ADVANCED_COMPRESSOR::right' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_compressor.h:22:3: warning: Member variable 'ADVANCED_COMPRESSOR::left' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_compressor.h:22:3: warning: Member variable 'ADVANCED_COMPRESSOR::rightd' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_compressor.h:22:3: warning: Member variable 'ADVANCED_COMPRESSOR::leftd' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_compressor.h:22:3: warning: Member variable 'ADVANCED_COMPRESSOR::delayed' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_compressor.h:22:3: warning: Member variable 'ADVANCED_COMPRESSOR::nrgain' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_compressor.h:22:3: warning: Member variable 'ADVANCED_COMPRESSOR::nlgain' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_compressor.h:22:3: warning: Member variable 'ADVANCED_COMPRESSOR::ngain' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_compressor.h:22:3: warning: Member variable 'ADVANCED_COMPRESSOR::ngsq' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_compressor.h:22:3: warning: Member variable 'ADVANCED_COMPRESSOR::sqrtrpeakgain' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_compressor.h:22:3: warning: Member variable 'ADVANCED_COMPRESSOR::skipmode' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_compressor.h:22:3: warning: Member variable 'ADVANCED_COMPRESSOR::extra_maxlevel' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_compressor.h:22:3: warning: Member variable 'ADVANCED_COMPRESSOR::parm' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_compressor.h:22:3: warning: Member variable 'ADVANCED_COMPRESSOR::ch' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_compressor.h:22:3: warning: Member variable 'ADVANCED_COMPRESSOR::tnrgain' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_compressor.cpp:52:22: warning: Member variable 'ADVANCED_COMPRESSOR::iter' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_compressor.cpp:52:22: warning: Member variable 'ADVANCED_COMPRESSOR::rgainfilter' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_compressor.cpp:52:22: warning: Member variable 'ADVANCED_COMPRESSOR::fastgaincompressionratio' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_compressor.cpp:52:22: warning: Member variable 'ADVANCED_COMPRESSOR::compressionratio' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_compressor.cpp:52:22: warning: Member variable 'ADVANCED_COMPRESSOR::maxlevel' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_compressor.cpp:52:22: warning: Member variable 'ADVANCED_COMPRESSOR::targetlevel' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_compressor.cpp:52:22: warning: Member variable 'ADVANCED_COMPRESSOR::peaklimitdelay' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_compressor.cpp:52:22: warning: Member variable 'ADVANCED_COMPRESSOR::totalgain' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_compressor.cpp:52:22: warning: Member variable 'ADVANCED_COMPRESSOR::npeakgain' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_compressor.cpp:52:22: warning: Member variable 'ADVANCED_COMPRESSOR::level' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_compressor.cpp:52:22: warning: Member variable 'ADVANCED_COMPRESSOR::levelsq0' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_compressor.cpp:52:22: warning: Member variable 'ADVANCED_COMPRESSOR::levelsqe' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_compressor.cpp:52:22: warning: Member variable 'ADVANCED_COMPRESSOR::gain' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_compressor.cpp:52:22: warning: Member variable 'ADVANCED_COMPRESSOR::qgain' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_compressor.cpp:52:22: warning: Member variable 'ADVANCED_COMPRESSOR::tgain' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_compressor.cpp:52:22: warning: Member variable 'ADVANCED_COMPRESSOR::newright' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_compressor.cpp:52:22: warning: Member variable 'ADVANCED_COMPRESSOR::newleft' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_compressor.cpp:52:22: warning: Member variable 'ADVANCED_COMPRESSOR::efilt' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_compressor.cpp:52:22: warning: Member variable 'ADVANCED_COMPRESSOR::fastgain' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_compressor.cpp:52:22: warning: Member variable 'ADVANCED_COMPRESSOR::slowgain' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_compressor.cpp:52:22: warning: Member variable 'ADVANCED_COMPRESSOR::tslowgain' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_compressor.cpp:52:22: warning: Member variable 'ADVANCED_COMPRESSOR::leveldelta' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_compressor.cpp:52:22: warning: Member variable 'ADVANCED_COMPRESSOR::right' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_compressor.cpp:52:22: warning: Member variable 'ADVANCED_COMPRESSOR::left' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_compressor.cpp:52:22: warning: Member variable 'ADVANCED_COMPRESSOR::rightd' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_compressor.cpp:52:22: warning: Member variable 'ADVANCED_COMPRESSOR::leftd' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_compressor.cpp:52:22: warning: Member variable 'ADVANCED_COMPRESSOR::delayed' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_compressor.cpp:52:22: warning: Member variable 'ADVANCED_COMPRESSOR::nrgain' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_compressor.cpp:52:22: warning: Member variable 'ADVANCED_COMPRESSOR::nlgain' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_compressor.cpp:52:22: warning: Member variable 'ADVANCED_COMPRESSOR::ngain' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_compressor.cpp:52:22: warning: Member variable 'ADVANCED_COMPRESSOR::ngsq' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_compressor.cpp:52:22: warning: Member variable 'ADVANCED_COMPRESSOR::sqrtrpeakgain' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_compressor.cpp:52:22: warning: Member variable 'ADVANCED_COMPRESSOR::skipmode' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_compressor.cpp:52:22: warning: Member variable 'ADVANCED_COMPRESSOR::extra_maxlevel' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_compressor.cpp:52:22: warning: Member variable 'ADVANCED_COMPRESSOR::parm' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_compressor.cpp:52:22: warning: Member variable 'ADVANCED_COMPRESSOR::ch' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_compressor.cpp:52:22: warning: Member variable 'ADVANCED_COMPRESSOR::tnrgain' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_compressor.h:107:10: performance: Technically the member function 'ADVANCED_COMPRESSOR::hardlimit' can be static. [functionStatic]
ecasound-2.9.1/libecasound/audiofx_compressor.cpp:220:29: note: Technically the member function 'ADVANCED_COMPRESSOR::hardlimit' can be static.
ecasound-2.9.1/libecasound/audiofx_compressor.h:107:10: note: Technically the member function 'ADVANCED_COMPRESSOR::hardlimit' can be static.
ecasound-2.9.1/libecasound/audiofx_envelope_modulation.cpp:116:45: style: Function 'init' argument 1 names different: declaration 'insample' definition 'sbuf'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasound/audiofx_envelope_modulation.h:40:36: note: Function 'init' argument 1 names different: declaration 'insample' definition 'sbuf'.
ecasound-2.9.1/libecasound/audiofx_envelope_modulation.cpp:116:45: note: Function 'init' argument 1 names different: declaration 'insample' definition 'sbuf'.
ecasound-2.9.1/libecasound/audiofx_envelope_modulation.cpp:176:49: style: Function 'init' argument 1 names different: declaration 'insample' definition 'sbuf'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasound/audiofx_envelope_modulation.h:75:36: note: Function 'init' argument 1 names different: declaration 'insample' definition 'sbuf'.
ecasound-2.9.1/libecasound/audiofx_envelope_modulation.cpp:176:49: note: Function 'init' argument 1 names different: declaration 'insample' definition 'sbuf'.
ecasound-2.9.1/libecasound/audiofx_envelope_modulation.cpp:236:42: style: Function 'init' argument 1 names different: declaration 'insample' definition 'sbuf'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasound/audiofx_envelope_modulation.h:112:36: note: Function 'init' argument 1 names different: declaration 'insample' definition 'sbuf'.
ecasound-2.9.1/libecasound/audiofx_envelope_modulation.cpp:236:42: note: Function 'init' argument 1 names different: declaration 'insample' definition 'sbuf'.
ecasound-2.9.1/libecasound/audiofx_envelope_modulation.cpp:48:20: warning: Member variable 'EFFECT_PULSE_GATE::i' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_envelope_modulation.cpp:190:17: warning: Member variable 'EFFECT_TREMOLO::i' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_envelope_modulation.h:37:16: warning: Virtual function 'set_parameter' is called from constructor 'EFFECT_PULSE_GATE(parameter_t freq_Hz=1.0,parameter_t onTime_percent=50.0)' at line 51. Dynamic binding is not used. [virtualCallInConstructor]
ecasound-2.9.1/libecasound/audiofx_envelope_modulation.cpp:51:3: note: Calling set_parameter
ecasound-2.9.1/libecasound/audiofx_envelope_modulation.h:37:16: note: set_parameter is a virtual method
ecasound-2.9.1/libecasound/audiofx_envelope_modulation.h:37:16: warning: Virtual function 'set_parameter' is called from constructor 'EFFECT_PULSE_GATE(parameter_t freq_Hz=1.0,parameter_t onTime_percent=50.0)' at line 52. Dynamic binding is not used. [virtualCallInConstructor]
ecasound-2.9.1/libecasound/audiofx_envelope_modulation.cpp:52:3: note: Calling set_parameter
ecasound-2.9.1/libecasound/audiofx_envelope_modulation.h:37:16: note: set_parameter is a virtual method
ecasound-2.9.1/libecasound/audiofx_envelope_modulation.h:72:16: warning: Virtual function 'set_parameter' is called from constructor 'EFFECT_PULSE_GATE_BPM(parameter_t bpm=120.0,parameter_t ontime_percent=5.0)' at line 144. Dynamic binding is not used. [virtualCallInConstructor]
ecasound-2.9.1/libecasound/audiofx_envelope_modulation.cpp:144:3: note: Calling set_parameter
ecasound-2.9.1/libecasound/audiofx_envelope_modulation.h:72:16: note: set_parameter is a virtual method
ecasound-2.9.1/libecasound/audiofx_envelope_modulation.h:72:16: warning: Virtual function 'set_parameter' is called from constructor 'EFFECT_PULSE_GATE_BPM(parameter_t bpm=120.0,parameter_t ontime_percent=5.0)' at line 145. Dynamic binding is not used. [virtualCallInConstructor]
ecasound-2.9.1/libecasound/audiofx_envelope_modulation.cpp:145:3: note: Calling set_parameter
ecasound-2.9.1/libecasound/audiofx_envelope_modulation.h:72:16: note: set_parameter is a virtual method
ecasound-2.9.1/libecasound/audiofx_envelope_modulation.h:109:16: warning: Virtual function 'set_parameter' is called from constructor 'EFFECT_TREMOLO(parameter_t freq_bpm=60.0,parameter_t depth_percent=100.0)' at line 193. Dynamic binding is not used. [virtualCallInConstructor]
ecasound-2.9.1/libecasound/audiofx_envelope_modulation.cpp:193:3: note: Calling set_parameter
ecasound-2.9.1/libecasound/audiofx_envelope_modulation.h:109:16: note: set_parameter is a virtual method
ecasound-2.9.1/libecasound/audiofx_envelope_modulation.h:109:16: warning: Virtual function 'set_parameter' is called from constructor 'EFFECT_TREMOLO(parameter_t freq_bpm=60.0,parameter_t depth_percent=100.0)' at line 194. Dynamic binding is not used. [virtualCallInConstructor]
ecasound-2.9.1/libecasound/audiofx_envelope_modulation.cpp:194:3: note: Calling set_parameter
ecasound-2.9.1/libecasound/audiofx_envelope_modulation.h:109:16: note: set_parameter is a virtual method
ecasound-2.9.1/libecasound/audiofx_envelope_modulation.h:34:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-object.h:24:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_envelope_modulation.h:34:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_envelope_modulation.h:35:23: style: The function 'parameter_names' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/dynamic-parameters.h:47:0: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_envelope_modulation.h:35:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_envelope_modulation.h:40:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audiofx.h:49:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_envelope_modulation.h:40:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_envelope_modulation.h:41:16: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-chainop.h:64:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_envelope_modulation.h:41:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_envelope_modulation.h:52:16: style: The function 'set_samples_per_second' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audiofx.h:41:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_envelope_modulation.h:52:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_envelope_modulation.h:69:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-object.h:24:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_envelope_modulation.h:69:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_envelope_modulation.h:70:23: style: The function 'parameter_names' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/dynamic-parameters.h:47:0: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_envelope_modulation.h:70:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_envelope_modulation.h:75:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audiofx.h:49:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_envelope_modulation.h:75:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_envelope_modulation.h:76:16: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-chainop.h:64:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_envelope_modulation.h:76:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_envelope_modulation.h:87:16: style: The function 'set_samples_per_second' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audiofx.h:41:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_envelope_modulation.h:87:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_envelope_modulation.h:106:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-object.h:24:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_envelope_modulation.h:106:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_envelope_modulation.h:107:23: style: The function 'parameter_names' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/dynamic-parameters.h:47:0: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_envelope_modulation.h:107:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_envelope_modulation.h:112:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audiofx.h:49:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_envelope_modulation.h:112:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_envelope_modulation.h:113:16: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-chainop.h:64:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_envelope_modulation.h:113:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_filter.h:54:3: warning: Member variable 'EFFECT_BW_FILTER::outputSample' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_filter.h:54:3: warning: Member variable 'EFFECT_BW_FILTER::i' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_filter.cpp:225:24: warning: Member variable 'EFFECT_ALLPASS_FILTER::i' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_filter.h:37:8: performance: Technically the member function 'EFFECT_BW_FILTER::init_values' can be static. [functionStatic]
ecasound-2.9.1/libecasound/audiofx_filter.cpp:186:24: note: Technically the member function 'EFFECT_BW_FILTER::init_values' can be static.
ecasound-2.9.1/libecasound/audiofx_filter.h:37:8: note: Technically the member function 'EFFECT_BW_FILTER::init_values' can be static.
ecasound-2.9.1/libecasound/audiofx_filter.h:46:8: performance: Technically the member function 'EFFECT_BW_FILTER::process_notused' can be static. [functionStatic]
ecasound-2.9.1/libecasound/audiofx_filter.cpp:165:24: note: Technically the member function 'EFFECT_BW_FILTER::process_notused' can be static.
ecasound-2.9.1/libecasound/audiofx_filter.h:46:8: note: Technically the member function 'EFFECT_BW_FILTER::process_notused' can be static.
ecasound-2.9.1/libecasound/audiofx_filter.h:140:3: style: Class 'EFFECT_HIGHPASS' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecasound-2.9.1/libecasound/audiofx_filter.h:260:3: style: Class 'EFFECT_LOWPASS' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecasound-2.9.1/libecasound/audiofx_filter.h:296:3: style: Class 'EFFECT_LOWPASS_SIMPLE' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecasound-2.9.1/libecasound/audiofx_filter.h:47:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audiofx.h:49:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_filter.h:47:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_filter.h:48:16: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-chainop.h:64:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_filter.h:48:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_filter.h:77:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-object.h:24:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_filter.h:77:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_filter.h:78:23: style: The function 'parameter_names' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/dynamic-parameters.h:47:0: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_filter.h:78:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_filter.h:83:20: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audiofx_filter.h:50:29: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_filter.h:83:20: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_filter.h:106:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-object.h:24:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_filter.h:106:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_filter.h:107:23: style: The function 'parameter_names' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/dynamic-parameters.h:47:0: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_filter.h:107:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_filter.h:112:22: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audiofx_filter.h:50:29: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_filter.h:112:22: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_filter.h:132:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-object.h:24:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_filter.h:132:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_filter.h:133:23: style: The function 'parameter_names' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/dynamic-parameters.h:47:0: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_filter.h:133:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_filter.h:138:20: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audiofx_filter.h:50:29: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_filter.h:138:20: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_filter.h:156:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-object.h:24:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_filter.h:156:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_filter.h:157:23: style: The function 'parameter_names' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/dynamic-parameters.h:47:0: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_filter.h:157:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_filter.h:162:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audiofx.h:49:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_filter.h:162:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_filter.h:163:16: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-chainop.h:64:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_filter.h:163:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_filter.h:188:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-object.h:24:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_filter.h:188:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_filter.h:189:23: style: The function 'parameter_names' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/dynamic-parameters.h:47:0: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_filter.h:189:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_filter.h:194:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audiofx.h:49:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_filter.h:194:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_filter.h:195:16: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-chainop.h:64:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_filter.h:195:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_filter.h:220:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-object.h:24:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_filter.h:220:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_filter.h:221:23: style: The function 'parameter_names' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/dynamic-parameters.h:47:0: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_filter.h:221:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_filter.h:226:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audiofx.h:49:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_filter.h:226:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_filter.h:227:16: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-chainop.h:64:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_filter.h:227:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_filter.h:250:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-object.h:24:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_filter.h:250:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_filter.h:251:23: style: The function 'parameter_names' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/dynamic-parameters.h:47:0: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_filter.h:251:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_filter.h:258:19: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audiofx_filter.h:50:29: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_filter.h:258:19: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_filter.h:285:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-object.h:24:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_filter.h:285:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_filter.h:286:23: style: The function 'parameter_names' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/dynamic-parameters.h:47:0: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_filter.h:286:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_filter.h:288:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audiofx.h:49:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_filter.h:288:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_filter.h:289:16: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-chainop.h:64:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_filter.h:289:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_filter.h:318:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-object.h:24:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_filter.h:318:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_filter.h:319:23: style: The function 'parameter_names' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/dynamic-parameters.h:47:0: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_filter.h:319:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_filter.h:324:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audiofx.h:49:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_filter.h:324:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_filter.h:325:16: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-chainop.h:64:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_filter.h:325:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_filter.h:370:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-object.h:24:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_filter.h:370:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_filter.h:371:23: style: The function 'parameter_names' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/dynamic-parameters.h:47:0: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_filter.h:371:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_filter.h:376:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audiofx.h:49:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_filter.h:376:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_filter.h:377:16: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-chainop.h:64:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_filter.h:377:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_filter.h:408:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-object.h:24:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_filter.h:408:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_filter.h:409:23: style: The function 'parameter_names' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/dynamic-parameters.h:47:0: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_filter.h:409:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_filter.h:414:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audiofx.h:49:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_filter.h:414:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_filter.h:415:16: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-chainop.h:64:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_filter.h:415:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_ladspa.cpp:39:56: style: Function 'EFFECT_LADSPA' argument 1 names different: declaration 'plugin_desc' definition 'pdesc'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasound/audiofx_ladspa.h:27:43: note: Function 'EFFECT_LADSPA' argument 1 names different: declaration 'plugin_desc' definition 'pdesc'.
ecasound-2.9.1/libecasound/audiofx_ladspa.cpp:39:56: note: Function 'EFFECT_LADSPA' argument 1 names different: declaration 'plugin_desc' definition 'pdesc'.
ecasound-2.9.1/libecasound/audiofx_ladspa.h:64:3: warning: Member variable 'EFFECT_LADSPA::buffer_repp' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/audiofx_ladspa.h:64:3: warning: Member variable 'EFFECT_LADSPA::plugin_desc' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/audiofx_ladspa.h:64:3: warning: Member variable 'EFFECT_LADSPA::plugins_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/audiofx_ladspa.h:64:3: warning: Member variable 'EFFECT_LADSPA::port_count_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/audiofx_ladspa.h:64:3: warning: Member variable 'EFFECT_LADSPA::in_audio_ports' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/audiofx_ladspa.h:64:3: warning: Member variable 'EFFECT_LADSPA::out_audio_ports' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/audiofx_ladspa.h:64:3: warning: Member variable 'EFFECT_LADSPA::unique_number_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/audiofx_ladspa.h:64:3: warning: Member variable 'EFFECT_LADSPA::name_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/audiofx_ladspa.h:64:3: warning: Member variable 'EFFECT_LADSPA::maker_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/audiofx_ladspa.h:64:3: warning: Member variable 'EFFECT_LADSPA::unique_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/audiofx_ladspa.h:64:3: warning: Member variable 'EFFECT_LADSPA::param_names_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/audiofx_ladspa.h:64:3: warning: Member variable 'EFFECT_LADSPA::params' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/audiofx_ladspa.h:64:3: warning: Member variable 'EFFECT_LADSPA::param_descs_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/audiofx_ladspa.h:65:18: warning: Member variable 'EFFECT_LADSPA::buffer_repp' is not assigned a value in 'EFFECT_LADSPA::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audiofx_ladspa.h:65:18: warning: Member variable 'EFFECT_LADSPA::plugin_desc' is not assigned a value in 'EFFECT_LADSPA::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audiofx_ladspa.h:65:18: warning: Member variable 'EFFECT_LADSPA::plugins_rep' is not assigned a value in 'EFFECT_LADSPA::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audiofx_ladspa.h:65:18: warning: Member variable 'EFFECT_LADSPA::port_count_rep' is not assigned a value in 'EFFECT_LADSPA::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audiofx_ladspa.h:65:18: warning: Member variable 'EFFECT_LADSPA::in_audio_ports' is not assigned a value in 'EFFECT_LADSPA::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audiofx_ladspa.h:65:18: warning: Member variable 'EFFECT_LADSPA::out_audio_ports' is not assigned a value in 'EFFECT_LADSPA::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audiofx_ladspa.h:65:18: warning: Member variable 'EFFECT_LADSPA::unique_number_rep' is not assigned a value in 'EFFECT_LADSPA::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audiofx_ladspa.h:65:18: warning: Member variable 'EFFECT_LADSPA::name_rep' is not assigned a value in 'EFFECT_LADSPA::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audiofx_ladspa.h:65:18: warning: Member variable 'EFFECT_LADSPA::maker_rep' is not assigned a value in 'EFFECT_LADSPA::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audiofx_ladspa.h:65:18: warning: Member variable 'EFFECT_LADSPA::unique_rep' is not assigned a value in 'EFFECT_LADSPA::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audiofx_ladspa.h:65:18: warning: Member variable 'EFFECT_LADSPA::param_names_rep' is not assigned a value in 'EFFECT_LADSPA::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audiofx_ladspa.h:65:18: warning: Member variable 'EFFECT_LADSPA::params' is not assigned a value in 'EFFECT_LADSPA::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audiofx_ladspa.h:65:18: warning: Member variable 'EFFECT_LADSPA::param_descs_rep' is not assigned a value in 'EFFECT_LADSPA::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audiofx_ladspa.h:59:16: warning: Virtual function 'release' is called from destructor '~EFFECT_LADSPA()' at line 59. Dynamic binding is not used. [virtualCallInConstructor]
ecasound-2.9.1/libecasound/audiofx_ladspa.cpp:59:3: note: Calling release
ecasound-2.9.1/libecasound/audiofx_ladspa.h:59:16: note: release is a virtual method
ecasound-2.9.1/libecasound/audiofx_ladspa.h:27:3: style: Class 'EFFECT_LADSPA' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecasound-2.9.1/libecasound/audiofx_ladspa.h:33:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-object.h:24:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_ladspa.h:33:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_ladspa.h:34:23: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-object.h:30:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_ladspa.h:34:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_ladspa.h:35:23: style: The function 'parameter_names' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/dynamic-parameters.h:47:0: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_ladspa.h:35:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_ladspa.h:52:15: style: The function 'output_channels' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-chainop.h:98:15: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_ladspa.h:52:15: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_ladspa.h:54:16: style: The function 'parameter_description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-operator.h:89:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_ladspa.h:54:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_ladspa.h:58:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audiofx.h:49:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_ladspa.h:58:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_ladspa.h:59:16: style: The function 'release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-chainop.h:58:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_ladspa.h:59:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_ladspa.h:60:16: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-chainop.h:64:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_ladspa.h:60:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_ladspa.cpp:264:46: style: Expression '(X & 0x2) == 0x4' is always false. [comparisonError]
ecasound-2.9.1/libecasound/audiofx_misc.cpp:36:15: warning: Member variable 'EFFECT_DCFIX::i_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_misc.cpp:42:3: performance: Variable 'deltafixes_rep' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ecasound-2.9.1/libecasound/audiofx_misc.cpp:43:3: performance: Variable 'i_rep' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ecasound-2.9.1/libecasound/audiofx_misc.cpp:112:3: performance: Variable 'pmod_rep' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ecasound-2.9.1/libecasound/audiofx_misc.h:14:1: warning: The class 'EFFECT_DCFIX' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ecasound-2.9.1/libecasound/audiofx_misc.h:45:1: warning: The class 'EFFECT_PITCH_SHIFT' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ecasound-2.9.1/libecasound/audiofx_misc.h:81:1: warning: The class 'EFFECT_AUDIO_STAMP' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ecasound-2.9.1/libecasound/audiofx_misc.h:23:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-object.h:24:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_misc.h:23:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_misc.h:24:23: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-object.h:30:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_misc.h:24:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_misc.h:25:16: style: The function 'variable_params' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/dynamic-parameters.h:34:0: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_misc.h:25:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_misc.h:26:23: style: The function 'parameter_names' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/dynamic-parameters.h:47:0: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_misc.h:26:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_misc.h:27:16: style: The function 'parameter_description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-operator.h:89:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_misc.h:27:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_misc.h:32:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audiofx.h:49:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_misc.h:32:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_misc.h:33:16: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-chainop.h:64:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_misc.h:33:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_misc.h:57:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-object.h:24:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_misc.h:57:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_misc.h:58:23: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-object.h:30:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_misc.h:58:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_misc.h:59:23: style: The function 'parameter_names' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/dynamic-parameters.h:47:0: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_misc.h:59:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_misc.h:60:16: style: The function 'parameter_description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-operator.h:89:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_misc.h:60:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_misc.h:65:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audiofx.h:49:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_misc.h:65:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_misc.h:66:16: style: The function 'release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-chainop.h:58:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_misc.h:66:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_misc.h:67:16: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-chainop.h:64:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_misc.h:67:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_misc.h:69:16: style: The function 'max_output_samples' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-chainop.h:85:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_misc.h:69:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_misc.h:88:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-object.h:24:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_misc.h:88:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_misc.h:89:23: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-object.h:30:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_misc.h:89:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_misc.h:91:23: style: The function 'parameter_names' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/dynamic-parameters.h:47:0: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_misc.h:91:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_misc.h:92:16: style: The function 'parameter_description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-operator.h:89:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_misc.h:92:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_misc.h:97:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audiofx.h:49:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_misc.h:97:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_misc.h:98:16: style: The function 'release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-chainop.h:58:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_misc.h:98:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_misc.h:99:16: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-chainop.h:64:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_misc.h:99:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_mixing.cpp:55:55: style: Function 'EFFECT_CHANNEL_COPY' argument 1 names different: declaration 'from_channel' definition 'from'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasound/audiofx_mixing.h:48:36: note: Function 'EFFECT_CHANNEL_COPY' argument 1 names different: declaration 'from_channel' definition 'from'.
ecasound-2.9.1/libecasound/audiofx_mixing.cpp:55:55: note: Function 'EFFECT_CHANNEL_COPY' argument 1 names different: declaration 'from_channel' definition 'from'.
ecasound-2.9.1/libecasound/audiofx_mixing.cpp:56:20: style: Function 'EFFECT_CHANNEL_COPY' argument 2 names different: declaration 'to_channel' definition 'to'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasound/audiofx_mixing.h:48:68: note: Function 'EFFECT_CHANNEL_COPY' argument 2 names different: declaration 'to_channel' definition 'to'.
ecasound-2.9.1/libecasound/audiofx_mixing.cpp:56:20: note: Function 'EFFECT_CHANNEL_COPY' argument 2 names different: declaration 'to_channel' definition 'to'.
ecasound-2.9.1/libecasound/audiofx_mixing.cpp:129:55: style: Function 'EFFECT_CHANNEL_MOVE' argument 1 names different: declaration 'from_channel' definition 'from'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasound/audiofx_mixing.h:78:36: note: Function 'EFFECT_CHANNEL_MOVE' argument 1 names different: declaration 'from_channel' definition 'from'.
ecasound-2.9.1/libecasound/audiofx_mixing.cpp:129:55: note: Function 'EFFECT_CHANNEL_MOVE' argument 1 names different: declaration 'from_channel' definition 'from'.
ecasound-2.9.1/libecasound/audiofx_mixing.cpp:130:20: style: Function 'EFFECT_CHANNEL_MOVE' argument 2 names different: declaration 'to_channel' definition 'to'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasound/audiofx_mixing.h:78:68: note: Function 'EFFECT_CHANNEL_MOVE' argument 2 names different: declaration 'to_channel' definition 'to'.
ecasound-2.9.1/libecasound/audiofx_mixing.cpp:130:20: note: Function 'EFFECT_CHANNEL_MOVE' argument 2 names different: declaration 'to_channel' definition 'to'.
ecasound-2.9.1/libecasound/audiofx_mixing.cpp:248:59: style: Function 'EFFECT_MIX_TO_CHANNEL' argument 1 names different: declaration 'to_channel' definition 'to'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasound/audiofx_mixing.h:134:38: note: Function 'EFFECT_MIX_TO_CHANNEL' argument 1 names different: declaration 'to_channel' definition 'to'.
ecasound-2.9.1/libecasound/audiofx_mixing.cpp:248:59: note: Function 'EFFECT_MIX_TO_CHANNEL' argument 1 names different: declaration 'to_channel' definition 'to'.
ecasound-2.9.1/libecasound/audiofx_mixing.cpp:317:23: warning: Member variable 'EFFECT_CHANNEL_ORDER::f_iter' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_mixing.cpp:317:23: warning: Member variable 'EFFECT_CHANNEL_ORDER::t_iter' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_mixing.h:40:16: warning: Virtual function 'set_parameter' is called from constructor 'EFFECT_CHANNEL_COPY(parameter_t from_channel=1.0,parameter_t to_channel=1.0)' at line 58. Dynamic binding is not used. [virtualCallInConstructor]
ecasound-2.9.1/libecasound/audiofx_mixing.cpp:58:3: note: Calling set_parameter
ecasound-2.9.1/libecasound/audiofx_mixing.h:40:16: note: set_parameter is a virtual method
ecasound-2.9.1/libecasound/audiofx_mixing.h:40:16: warning: Virtual function 'set_parameter' is called from constructor 'EFFECT_CHANNEL_COPY(parameter_t from_channel=1.0,parameter_t to_channel=1.0)' at line 59. Dynamic binding is not used. [virtualCallInConstructor]
ecasound-2.9.1/libecasound/audiofx_mixing.cpp:59:3: note: Calling set_parameter
ecasound-2.9.1/libecasound/audiofx_mixing.h:40:16: note: set_parameter is a virtual method
ecasound-2.9.1/libecasound/audiofx_mixing.h:70:16: warning: Virtual function 'set_parameter' is called from constructor 'EFFECT_CHANNEL_MOVE(parameter_t from_channel=1.0,parameter_t to_channel=1.0)' at line 132. Dynamic binding is not used. [virtualCallInConstructor]
ecasound-2.9.1/libecasound/audiofx_mixing.cpp:132:3: note: Calling set_parameter
ecasound-2.9.1/libecasound/audiofx_mixing.h:70:16: note: set_parameter is a virtual method
ecasound-2.9.1/libecasound/audiofx_mixing.h:70:16: warning: Virtual function 'set_parameter' is called from constructor 'EFFECT_CHANNEL_MOVE(parameter_t from_channel=1.0,parameter_t to_channel=1.0)' at line 133. Dynamic binding is not used. [virtualCallInConstructor]
ecasound-2.9.1/libecasound/audiofx_mixing.cpp:133:3: note: Calling set_parameter
ecasound-2.9.1/libecasound/audiofx_mixing.h:70:16: note: set_parameter is a virtual method
ecasound-2.9.1/libecasound/audiofx_mixing.h:93:16: warning: Virtual function 'set_parameter' is called from constructor 'EFFECT_CHANNEL_MUTE(parameter_t channel=1.0)' at line 209. Dynamic binding is not used. [virtualCallInConstructor]
ecasound-2.9.1/libecasound/audiofx_mixing.cpp:209:3: note: Calling set_parameter
ecasound-2.9.1/libecasound/audiofx_mixing.h:93:16: note: set_parameter is a virtual method
ecasound-2.9.1/libecasound/audiofx_mixing.h:126:16: warning: Virtual function 'set_parameter' is called from constructor 'EFFECT_MIX_TO_CHANNEL(parameter_t to_channel=1.0)' at line 250. Dynamic binding is not used. [virtualCallInConstructor]
ecasound-2.9.1/libecasound/audiofx_mixing.cpp:250:3: note: Calling set_parameter
ecasound-2.9.1/libecasound/audiofx_mixing.h:126:16: note: set_parameter is a virtual method
ecasound-2.9.1/libecasound/audiofx_mixing.h:98:3: style: Class 'EFFECT_CHANNEL_MUTE' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecasound-2.9.1/libecasound/audiofx_mixing.h:134:3: style: Class 'EFFECT_MIX_TO_CHANNEL' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecasound-2.9.1/libecasound/audiofx_mixing.h:34:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-object.h:24:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_mixing.h:34:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_mixing.h:35:23: style: The function 'parameter_names' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/dynamic-parameters.h:47:0: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_mixing.h:35:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_mixing.h:37:7: style: The function 'output_channels' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-chainop.h:98:15: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_mixing.h:37:7: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_mixing.h:39:16: style: The function 'parameter_description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-operator.h:89:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_mixing.h:39:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_mixing.h:43:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audiofx.h:49:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_mixing.h:43:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_mixing.h:44:16: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-chainop.h:64:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_mixing.h:44:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_mixing.h:64:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-object.h:24:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_mixing.h:64:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_mixing.h:65:23: style: The function 'parameter_names' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/dynamic-parameters.h:47:0: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_mixing.h:65:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_mixing.h:67:7: style: The function 'output_channels' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-chainop.h:98:15: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_mixing.h:67:7: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_mixing.h:69:16: style: The function 'parameter_description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-operator.h:89:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_mixing.h:69:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_mixing.h:73:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audiofx.h:49:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_mixing.h:73:8: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_mixing.h:74:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-chainop.h:64:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_mixing.h:74:8: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_mixing.h:89:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audiofx_amplitude.h:137:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_mixing.h:89:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_mixing.h:90:23: style: The function 'parameter_names' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audiofx_amplitude.h:138:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_mixing.h:90:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_mixing.h:92:16: style: The function 'parameter_description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audiofx_amplitude.h:139:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_mixing.h:92:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_mixing.h:93:16: style: The function 'set_parameter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audiofx_amplitude.h:141:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_mixing.h:93:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_mixing.h:94:23: style: The function 'get_parameter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audiofx_amplitude.h:142:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_mixing.h:94:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_mixing.h:120:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-object.h:24:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_mixing.h:120:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_mixing.h:121:23: style: The function 'parameter_names' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/dynamic-parameters.h:47:0: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_mixing.h:121:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_mixing.h:123:7: style: The function 'output_channels' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-chainop.h:98:15: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_mixing.h:123:7: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_mixing.h:125:16: style: The function 'parameter_description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-operator.h:89:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_mixing.h:125:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_mixing.h:129:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audiofx.h:49:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_mixing.h:129:8: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_mixing.h:130:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-chainop.h:64:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_mixing.h:130:8: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_mixing.h:154:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-object.h:24:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_mixing.h:154:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_mixing.h:155:23: style: The function 'parameter_names' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/dynamic-parameters.h:47:0: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_mixing.h:155:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_mixing.h:157:7: style: The function 'output_channels' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-chainop.h:98:15: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_mixing.h:157:7: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_mixing.h:159:16: style: The function 'parameter_description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-operator.h:89:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_mixing.h:159:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_mixing.h:160:16: style: The function 'variable_params' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/dynamic-parameters.h:34:0: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_mixing.h:160:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_mixing.h:164:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audiofx.h:49:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_mixing.h:164:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_mixing.h:165:16: style: The function 'release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-chainop.h:58:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_mixing.h:165:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_mixing.h:166:16: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-chainop.h:64:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_mixing.h:166:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_rcfilter.h:38:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-object.h:24:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_rcfilter.h:38:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_rcfilter.h:39:23: style: The function 'parameter_names' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/dynamic-parameters.h:47:0: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_rcfilter.h:39:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_rcfilter.h:44:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audiofx.h:49:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_rcfilter.h:44:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_rcfilter.h:45:16: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-chainop.h:64:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_rcfilter.h:45:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_reverb.h:28:5: warning: Member variable 'CHANNEL_DATA::oldvalue' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiofx_reverb.h:28:5: warning: Member variable 'CHANNEL_DATA::lpvalue' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/oscillator.h:28:5: performance: Variable 'freq_value' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ecasound-2.9.1/libecasound/oscillator.h:29:5: performance: Variable 'phase_value' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ecasound-2.9.1/libecasound/audiofx_timebased.h:56:15: style: Technically the member function 'EFFECT_DELAY::get_delta_in_samples' can be const. [functionConst]
ecasound-2.9.1/libecasound/audiofx_timebased.h:156:15: style: Technically the member function 'EFFECT_REVERB::get_delta_in_samples' can be const. [functionConst]
ecasound-2.9.1/libecasound/audiofx_reverb.h:39:16: warning: Virtual function 'set_parameter' is called from constructor 'ADVANCED_REVERB(parameter_t roomsize=10.0,parameter_t feedback_percent=50.0,parameter_t wet_percent=50.0)' at line 48. Dynamic binding is not used. [virtualCallInConstructor]
ecasound-2.9.1/libecasound/audiofx_reverb.cpp:48:3: note: Calling set_parameter
ecasound-2.9.1/libecasound/audiofx_reverb.h:39:16: note: set_parameter is a virtual method
ecasound-2.9.1/libecasound/audiofx_reverb.h:39:16: warning: Virtual function 'set_parameter' is called from constructor 'ADVANCED_REVERB(parameter_t roomsize=10.0,parameter_t feedback_percent=50.0,parameter_t wet_percent=50.0)' at line 49. Dynamic binding is not used. [virtualCallInConstructor]
ecasound-2.9.1/libecasound/audiofx_reverb.cpp:49:3: note: Calling set_parameter
ecasound-2.9.1/libecasound/audiofx_reverb.h:39:16: note: set_parameter is a virtual method
ecasound-2.9.1/libecasound/audiofx_reverb.h:39:16: warning: Virtual function 'set_parameter' is called from constructor 'ADVANCED_REVERB(parameter_t roomsize=10.0,parameter_t feedback_percent=50.0,parameter_t wet_percent=50.0)' at line 50. Dynamic binding is not used. [virtualCallInConstructor]
ecasound-2.9.1/libecasound/audiofx_reverb.cpp:50:3: note: Calling set_parameter
ecasound-2.9.1/libecasound/audiofx_reverb.h:39:16: note: set_parameter is a virtual method
ecasound-2.9.1/libecasound/audiofx_timebased.h:125:3: style: Class 'EFFECT_FAKE_STEREO' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecasound-2.9.1/libecasound/eca-audio-position.h:133:16: style: The function 'set_samples_per_second' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-samplerate-aware.h:49:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-audio-position.h:133:16: note: Function in derived class
ecasound-2.9.1/libecasound/ctrl-source.h:41:30: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-operator.h:91:21: note: Virtual function in base class
ecasound-2.9.1/libecasound/ctrl-source.h:41:30: note: Function in derived class
ecasound-2.9.1/libecasound/ctrl-source.h:42:30: style: The function 'new_expr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-operator.h:92:21: note: Virtual function in base class
ecasound-2.9.1/libecasound/ctrl-source.h:42:30: note: Function in derived class
ecasound-2.9.1/libecasound/osc-sine.h:15:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/ctrl-source.h:23:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/osc-sine.h:15:16: note: Function in derived class
ecasound-2.9.1/libecasound/osc-sine.h:18:15: style: The function 'parameter_names' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/dynamic-parameters.h:47:0: note: Virtual function in base class
ecasound-2.9.1/libecasound/osc-sine.h:18:15: note: Function in derived class
ecasound-2.9.1/libecasound/osc-sine.h:22:15: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-object.h:24:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/osc-sine.h:22:15: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_timebased.h:45:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-object.h:24:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_timebased.h:45:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_timebased.h:46:23: style: The function 'parameter_names' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/dynamic-parameters.h:47:0: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_timebased.h:46:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_timebased.h:47:16: style: The function 'parameter_description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-operator.h:89:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_timebased.h:47:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_timebased.h:52:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audiofx.h:49:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_timebased.h:52:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_timebased.h:53:16: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-chainop.h:64:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_timebased.h:53:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_timebased.h:54:15: style: The function 'output_channels' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-chainop.h:98:15: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_timebased.h:54:15: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_timebased.h:58:17: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audiofx_timebased.h:21:30: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_timebased.h:58:17: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_timebased.h:84:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-object.h:24:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_timebased.h:84:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_timebased.h:85:23: style: The function 'parameter_names' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/dynamic-parameters.h:47:0: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_timebased.h:85:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_timebased.h:86:16: style: The function 'parameter_description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-operator.h:89:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_timebased.h:86:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_timebased.h:91:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audiofx.h:49:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_timebased.h:91:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_timebased.h:92:16: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-chainop.h:64:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_timebased.h:92:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_timebased.h:94:26: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audiofx_timebased.h:21:30: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_timebased.h:94:26: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_timebased.h:112:15: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-object.h:24:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_timebased.h:112:15: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_timebased.h:113:16: style: The function 'parameter_description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-operator.h:89:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_timebased.h:113:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_timebased.h:115:23: style: The function 'parameter_names' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/dynamic-parameters.h:47:0: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_timebased.h:115:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_timebased.h:119:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audiofx.h:49:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_timebased.h:119:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_timebased.h:120:16: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-chainop.h:64:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_timebased.h:120:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_timebased.h:121:15: style: The function 'output_channels' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-chainop.h:98:15: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_timebased.h:121:15: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_timebased.h:123:23: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audiofx_timebased.h:21:30: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_timebased.h:123:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_timebased.h:145:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-object.h:24:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_timebased.h:145:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_timebased.h:146:23: style: The function 'parameter_names' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/dynamic-parameters.h:47:0: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_timebased.h:146:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_timebased.h:147:16: style: The function 'parameter_description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-operator.h:89:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_timebased.h:147:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_timebased.h:152:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audiofx.h:49:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_timebased.h:152:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_timebased.h:153:16: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-chainop.h:64:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_timebased.h:153:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_timebased.h:154:15: style: The function 'output_channels' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-chainop.h:98:15: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_timebased.h:154:15: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_timebased.h:158:18: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audiofx_timebased.h:21:30: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_timebased.h:158:18: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_timebased.h:182:16: style: The function 'parameter_description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-operator.h:89:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_timebased.h:182:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_timebased.h:187:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audiofx.h:49:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_timebased.h:187:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_timebased.h:188:16: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-chainop.h:64:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_timebased.h:188:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_timebased.h:203:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-object.h:24:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_timebased.h:203:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_timebased.h:204:23: style: The function 'parameter_names' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/dynamic-parameters.h:47:0: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_timebased.h:204:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_timebased.h:206:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audiofx_timebased.h:188:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_timebased.h:206:8: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_timebased.h:219:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-object.h:24:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_timebased.h:219:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_timebased.h:220:23: style: The function 'parameter_names' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/dynamic-parameters.h:47:0: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_timebased.h:220:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_timebased.h:222:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audiofx_timebased.h:188:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_timebased.h:222:8: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_timebased.h:235:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-object.h:24:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_timebased.h:235:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_timebased.h:236:23: style: The function 'parameter_names' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/dynamic-parameters.h:47:0: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_timebased.h:236:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_timebased.h:238:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audiofx_timebased.h:188:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_timebased.h:238:8: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_reverb.h:34:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-object.h:24:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_reverb.h:34:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_reverb.h:35:23: style: The function 'parameter_names' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/dynamic-parameters.h:47:0: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_reverb.h:35:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_reverb.h:36:16: style: The function 'parameter_description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-operator.h:89:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_reverb.h:36:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_reverb.h:41:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audiofx.h:49:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_reverb.h:41:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_reverb.h:42:16: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-chainop.h:64:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_reverb.h:42:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_reverb.h:44:20: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audiofx_timebased.h:21:30: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_reverb.h:44:20: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_timebased.cpp:667:28: style: The scope of the variable 'temp_left' can be reduced. [variableScope]
ecasound-2.9.1/libecasound/audiofx_timebased.cpp:668:28: style: The scope of the variable 'temp_right' can be reduced. [variableScope]
ecasound-2.9.1/libecasound/audiogate.cpp:49:45: style: Function 'analyze' argument 1 names different: declaration 'insample' definition 'sbuf'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasound/audiogate.h:61:31: note: Function 'analyze' argument 1 names different: declaration 'insample' definition 'sbuf'.
ecasound-2.9.1/libecasound/audiogate.cpp:49:45: note: Function 'analyze' argument 1 names different: declaration 'insample' definition 'sbuf'.
ecasound-2.9.1/libecasound/audiogate.cpp:146:45: style: Function 'analyze' argument 1 names different: declaration 'insample' definition 'sbuf'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasound/audiogate.h:108:39: note: Function 'analyze' argument 1 names different: declaration 'insample' definition 'sbuf'.
ecasound-2.9.1/libecasound/audiogate.cpp:146:45: note: Function 'analyze' argument 1 names different: declaration 'insample' definition 'sbuf'.
ecasound-2.9.1/libecasound/audiogate.cpp:217:42: style: Function 'analyze' argument 1 names different: declaration 'insample' definition 'sbuf'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasound/audiogate.h:142:39: note: Function 'analyze' argument 1 names different: declaration 'insample' definition 'sbuf'.
ecasound-2.9.1/libecasound/audiogate.cpp:217:42: note: Function 'analyze' argument 1 names different: declaration 'insample' definition 'sbuf'.
ecasound-2.9.1/libecasound/audiogate.h:37:3: warning: Member variable 'GATE_BASE::target' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audiogate.h:30:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-chainop.h:43:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiogate.h:30:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiogate.h:31:16: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-chainop.h:64:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiogate.h:31:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiogate.h:57:15: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-object.h:24:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiogate.h:57:15: note: Function in derived class
ecasound-2.9.1/libecasound/audiogate.h:59:15: style: The function 'parameter_names' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/dynamic-parameters.h:47:0: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiogate.h:59:15: note: Function in derived class
ecasound-2.9.1/libecasound/audiogate.h:61:8: style: The function 'analyze' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audiogate.h:32:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiogate.h:61:8: note: Function in derived class
ecasound-2.9.1/libecasound/audiogate.h:66:16: style: The function 'set_samples_per_second' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-samplerate-aware.h:49:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiogate.h:66:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiogate.h:70:19: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audiogate.h:34:22: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiogate.h:70:19: note: Function in derived class
ecasound-2.9.1/libecasound/audiogate.h:102:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audiogate.h:30:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiogate.h:102:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiogate.h:104:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-object.h:24:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiogate.h:104:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiogate.h:106:23: style: The function 'parameter_names' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/dynamic-parameters.h:47:0: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiogate.h:106:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiogate.h:108:16: style: The function 'analyze' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audiogate.h:32:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiogate.h:108:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiogate.h:110:19: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audiogate.h:34:22: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiogate.h:110:19: note: Function in derived class
ecasound-2.9.1/libecasound/audiogate.h:139:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-object.h:24:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiogate.h:139:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiogate.h:140:23: style: The function 'parameter_names' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/dynamic-parameters.h:47:0: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiogate.h:140:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiogate.h:142:16: style: The function 'analyze' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audiogate.h:32:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiogate.h:142:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiogate.h:144:16: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audiogate.h:34:22: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiogate.h:144:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-aac.cpp:46:23: warning: Member variable 'AAC_FORKED_INTERFACE::bytes_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audioio-aac.cpp:46:23: warning: Member variable 'AAC_FORKED_INTERFACE::filedes_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audioio-aac.cpp:46:23: warning: Member variable 'AAC_FORKED_INTERFACE::f1_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audioio-aac.h:44:16: warning: Virtual function 'close' is called from destructor '~AAC_FORKED_INTERFACE()' at line 57. Dynamic binding is not used. [virtualCallInConstructor]
ecasound-2.9.1/libecasound/audioio-aac.cpp:57:5: note: Calling close
ecasound-2.9.1/libecasound/audioio-aac.h:44:16: note: close is a virtual method
ecasound-2.9.1/libecasound/eca-audio-time.h:26:3: style: Class 'ECA_AUDIO_TIME' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecasound-2.9.1/libecasound/eca-audio-time.h:28:3: style: Class 'ECA_AUDIO_TIME' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecasound-2.9.1/libecasound/audioio-aac.h:29:3: style: Class 'AAC_FORKED_INTERFACE' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecasound-2.9.1/libecasound/audioio.h:112:21: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/dynamic-object.h:28:0: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio.h:112:21: note: Function in derived class
ecasound-2.9.1/libecasound/audioio.h:113:21: style: The function 'new_expr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/dynamic-object.h:34:0: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio.h:113:21: note: Function in derived class
ecasound-2.9.1/libecasound/audioio.h:170:16: style: The function 'set_parameter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/dynamic-parameters.h:59:0: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio.h:170:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio.h:171:18: style: The function 'get_parameter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/dynamic-parameters.h:66:0: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio.h:171:18: note: Function in derived class
ecasound-2.9.1/libecasound/audioio.h:317:16: style: The function 'set_samples_per_second' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-samplerate-aware.h:49:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio.h:317:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio.h:318:16: style: The function 'set_audio_format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-audio-format.h:153:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio.h:318:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio.h:325:16: style: The function 'supports_seeking' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-audio-position.h:92:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio.h:325:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio.h:326:16: style: The function 'supports_seeking_sample_accurate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-audio-position.h:93:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio.h:326:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio.h:327:0: style: The function 'seek_position' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-audio-position.h:109:0: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio.h:327:0: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-buffered.h:19:16: style: The function 'read_buffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio.h:205:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-buffered.h:19:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-buffered.h:20:16: style: The function 'write_buffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio.h:219:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-buffered.h:20:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-buffered.h:22:16: style: The function 'set_buffersize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio.h:152:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-buffered.h:22:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-buffered.h:23:16: style: The function 'buffersize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio.h:159:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-buffered.h:23:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-forked-stream.h:40:16: style: The function 'stop_io' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-barrier.h:28:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-forked-stream.h:40:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-aac.h:46:16: style: The function 'read_samples' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-buffered.h:29:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-aac.h:46:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-aac.h:47:16: style: The function 'write_samples' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-buffered.h:35:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-aac.h:47:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-aac.h:54:16: style: The function 'start_io' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-barrier.h:20:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-aac.h:54:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-aac.h:55:16: style: The function 'stop_io' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-forked-stream.h:40:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-aac.h:55:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-aac.h:66:16: style: The function 'do_supports_seeking' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-forked-stream.h:67:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-aac.h:66:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-aac.h:67:16: style: The function 'do_set_position_in_samples' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-forked-stream.h:68:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-aac.h:67:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-seqbase.h:170:25: warning: Member variable 'AUDIO_SEQUENCER_BASE::child_looping_rep' is not assigned a value in 'AUDIO_SEQUENCER_BASE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-seqbase.h:170:25: warning: Member variable 'AUDIO_SEQUENCER_BASE::child_length_set_by_client_rep' is not assigned a value in 'AUDIO_SEQUENCER_BASE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-seqbase.h:170:25: warning: Member variable 'AUDIO_SEQUENCER_BASE::child_object_str_rep' is not assigned a value in 'AUDIO_SEQUENCER_BASE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-seqbase.h:170:25: warning: Member variable 'AUDIO_SEQUENCER_BASE::buffersize_rep' is not assigned a value in 'AUDIO_SEQUENCER_BASE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-seqbase.h:170:25: warning: Member variable 'AUDIO_SEQUENCER_BASE::child_write_started' is not assigned a value in 'AUDIO_SEQUENCER_BASE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-seqbase.h:170:25: warning: Member variable 'AUDIO_SEQUENCER_BASE::init_rep' is not assigned a value in 'AUDIO_SEQUENCER_BASE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-seqbase.h:171:3: warning: Member variable 'AUDIO_SEQUENCER_BASE::child_looping_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/audioio-seqbase.h:171:3: warning: Member variable 'AUDIO_SEQUENCER_BASE::child_length_set_by_client_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/audioio-seqbase.h:171:3: warning: Member variable 'AUDIO_SEQUENCER_BASE::child_object_str_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/audioio-seqbase.h:171:3: warning: Member variable 'AUDIO_SEQUENCER_BASE::buffersize_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/audioio-seqbase.h:171:3: warning: Member variable 'AUDIO_SEQUENCER_BASE::child_write_started' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/audioio-seqbase.h:171:3: warning: Member variable 'AUDIO_SEQUENCER_BASE::init_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/audioio-acseq.h:80:25: warning: Member variable 'AUDIO_CLIP_SEQUENCER::params_rep' is not assigned a value in 'AUDIO_CLIP_SEQUENCER::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-acseq.h:80:25: warning: Member variable 'AUDIO_CLIP_SEQUENCER::child_param_offset_rep' is not assigned a value in 'AUDIO_CLIP_SEQUENCER::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-acseq.h:80:25: warning: Member variable 'AUDIO_CLIP_SEQUENCER::cseq_mode_rep' is not assigned a value in 'AUDIO_CLIP_SEQUENCER::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-acseq.h:81:3: warning: Member variable 'AUDIO_CLIP_SEQUENCER::params_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/audioio-acseq.h:81:3: warning: Member variable 'AUDIO_CLIP_SEQUENCER::child_param_offset_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/audioio-acseq.h:81:3: warning: Member variable 'AUDIO_CLIP_SEQUENCER::cseq_mode_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/audioio-proxy.h:54:23: style: The function 'parameter_names' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio.h:169:18: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-proxy.h:54:23: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-proxy.h:56:23: style: The function 'get_parameter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio.h:171:18: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-proxy.h:56:23: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-proxy.h:63:27: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio.h:112:21: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-proxy.h:63:27: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-proxy.h:64:27: style: The function 'new_expr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio.h:113:21: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-proxy.h:64:27: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-proxy.h:71:0: style: The function 'seek_position' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio.h:327:0: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-proxy.h:71:0: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-proxy.h:72:16: style: The function 'supports_seeking' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio.h:325:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-proxy.h:72:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-proxy.h:73:16: style: The function 'supports_seeking_sample_accurate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio.h:326:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-proxy.h:73:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-proxy.h:80:15: style: The function 'supported_io_modes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio.h:123:15: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-proxy.h:80:15: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-proxy.h:81:16: style: The function 'supports_nonblocking_mode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio.h:124:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-proxy.h:81:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-proxy.h:82:16: style: The function 'finite_length_stream' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio.h:125:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-proxy.h:82:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-proxy.h:83:16: style: The function 'locked_audio_format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio.h:126:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-proxy.h:83:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-proxy.h:85:16: style: The function 'set_buffersize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio.h:152:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-proxy.h:85:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-proxy.h:86:16: style: The function 'buffersize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio.h:159:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-proxy.h:86:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-proxy.h:88:16: style: The function 'read_buffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio.h:205:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-proxy.h:88:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-proxy.h:89:16: style: The function 'write_buffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio.h:219:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-proxy.h:89:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-proxy.h:91:16: style: The function 'finished' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio.h:300:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-proxy.h:91:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-proxy.h:100:16: style: The function 'set_audio_format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio.h:318:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-proxy.h:100:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-proxy.h:108:16: style: The function 'set_samples_per_second' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio.h:317:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-proxy.h:108:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-proxy.h:115:16: style: The function 'start_io' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-barrier.h:20:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-proxy.h:115:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-proxy.h:116:16: style: The function 'stop_io' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-barrier.h:28:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-proxy.h:116:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-seqbase.h:55:33: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-proxy.h:63:27: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-seqbase.h:55:33: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-seqbase.h:56:33: style: The function 'new_expr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-proxy.h:64:27: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-seqbase.h:56:33: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-seqbase.h:63:0: style: The function 'seek_position' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-proxy.h:71:0: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-seqbase.h:63:0: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-seqbase.h:70:16: style: The function 'finite_length_stream' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-proxy.h:82:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-seqbase.h:70:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-seqbase.h:71:16: style: The function 'finished' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-proxy.h:91:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-seqbase.h:71:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-seqbase.h:73:16: style: The function 'read_buffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-proxy.h:88:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-seqbase.h:73:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-seqbase.h:74:16: style: The function 'write_buffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-proxy.h:89:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-seqbase.h:74:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-acseq.h:49:33: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-seqbase.h:55:33: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-acseq.h:49:33: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-acseq.h:50:33: style: The function 'new_expr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-seqbase.h:56:33: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-acseq.h:50:33: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-acseq.h:63:16: style: The function 'open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-seqbase.h:76:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-acseq.h:63:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-acseq.h:64:16: style: The function 'close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-seqbase.h:77:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-acseq.h:64:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-cdr.cpp:163:32: style: Same expression on both sides of '=='. [duplicateExpression]
ecasound-2.9.1/libecasound/audioio-cdr.h:41:3: warning: Member variable 'CDRFILE::samples_read' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/audioio-cdr.h:41:3: warning: Member variable 'CDRFILE::fobject' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/audioio-cdr.h:42:12: warning: Member variable 'CDRFILE::samples_read' is not assigned a value in 'CDRFILE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-cdr.h:42:12: warning: Member variable 'CDRFILE::fobject' is not assigned a value in 'CDRFILE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-cdr.cpp:47:10: warning: Member variable 'CDRFILE::samples_read' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audioio-cdr.cpp:47:10: warning: Member variable 'CDRFILE::fobject' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audioio-cdr.h:45:18: performance: Technically the member function 'CDRFILE::swapw' can be static. [functionStatic]
ecasound-2.9.1/libecasound/audioio-cdr.h:54:15: performance: Technically the member function 'CDRFILE::name' can be static. [functionStatic]
ecasound-2.9.1/libecasound/audioio-cdr.h:55:15: performance: Technically the member function 'CDRFILE::description' can be static. [functionStatic]
ecasound-2.9.1/libecasound/audioio-cdr.h:60:16: warning: Virtual function 'close' is called from destructor '~CDRFILE()' at line 55. Dynamic binding is not used. [virtualCallInConstructor]
ecasound-2.9.1/libecasound/audioio-cdr.cpp:55:5: note: Calling close
ecasound-2.9.1/libecasound/audioio-cdr.h:60:16: note: close is a virtual method
ecasound-2.9.1/libecasound/audioio-cdr.h:68:3: style: Class 'CDRFILE' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecasound-2.9.1/libecasound/audioio-cdr.h:62:16: style: The function 'read_samples' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-buffered.h:29:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-cdr.h:62:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-cdr.h:63:16: style: The function 'write_samples' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-buffered.h:35:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-cdr.h:63:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-db-buffer.cpp:26:21: warning: Member variable 'AUDIO_IO_DB_BUFFER::io_mode_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audioio-db-server.h:97:23: warning: Member variable 'AUDIO_IO_DB_SERVER::buffers_rep' is not assigned a value in 'AUDIO_IO_DB_SERVER::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-db-server.h:97:23: warning: Member variable 'AUDIO_IO_DB_SERVER::clients_rep' is not assigned a value in 'AUDIO_IO_DB_SERVER::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-db-server.h:97:23: warning: Member variable 'AUDIO_IO_DB_SERVER::client_map_rep' is not assigned a value in 'AUDIO_IO_DB_SERVER::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-db-server.h:97:23: warning: Member variable 'AUDIO_IO_DB_SERVER::impl_repp' is not assigned a value in 'AUDIO_IO_DB_SERVER::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-db-server.h:97:23: warning: Member variable 'AUDIO_IO_DB_SERVER::thread_running_rep' is not assigned a value in 'AUDIO_IO_DB_SERVER::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-db-server.h:97:23: warning: Member variable 'AUDIO_IO_DB_SERVER::exit_ok_rep' is not assigned a value in 'AUDIO_IO_DB_SERVER::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-db-server.h:97:23: warning: Member variable 'AUDIO_IO_DB_SERVER::exit_request_rep' is not assigned a value in 'AUDIO_IO_DB_SERVER::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-db-server.h:97:23: warning: Member variable 'AUDIO_IO_DB_SERVER::stop_request_rep' is not assigned a value in 'AUDIO_IO_DB_SERVER::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-db-server.h:97:23: warning: Member variable 'AUDIO_IO_DB_SERVER::running_rep' is not assigned a value in 'AUDIO_IO_DB_SERVER::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-db-server.h:97:23: warning: Member variable 'AUDIO_IO_DB_SERVER::full_rep' is not assigned a value in 'AUDIO_IO_DB_SERVER::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-db-server.h:97:23: warning: Member variable 'AUDIO_IO_DB_SERVER::buffercount_rep' is not assigned a value in 'AUDIO_IO_DB_SERVER::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-db-server.h:97:23: warning: Member variable 'AUDIO_IO_DB_SERVER::buffersize_rep' is not assigned a value in 'AUDIO_IO_DB_SERVER::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-db-server.h:97:23: warning: Member variable 'AUDIO_IO_DB_SERVER::schedpriority_rep' is not assigned a value in 'AUDIO_IO_DB_SERVER::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-db-server.h:98:3: warning: Member variable 'AUDIO_IO_DB_SERVER::buffers_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/audioio-db-server.h:98:3: warning: Member variable 'AUDIO_IO_DB_SERVER::clients_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/audioio-db-server.h:98:3: warning: Member variable 'AUDIO_IO_DB_SERVER::client_map_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/audioio-db-server.h:98:3: warning: Member variable 'AUDIO_IO_DB_SERVER::impl_repp' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/audioio-db-server.h:98:3: warning: Member variable 'AUDIO_IO_DB_SERVER::thread_running_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/audioio-db-server.h:98:3: warning: Member variable 'AUDIO_IO_DB_SERVER::exit_ok_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/audioio-db-server.h:98:3: warning: Member variable 'AUDIO_IO_DB_SERVER::exit_request_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/audioio-db-server.h:98:3: warning: Member variable 'AUDIO_IO_DB_SERVER::stop_request_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/audioio-db-server.h:98:3: warning: Member variable 'AUDIO_IO_DB_SERVER::running_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/audioio-db-server.h:98:3: warning: Member variable 'AUDIO_IO_DB_SERVER::full_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/audioio-db-server.h:98:3: warning: Member variable 'AUDIO_IO_DB_SERVER::buffercount_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/audioio-db-server.h:98:3: warning: Member variable 'AUDIO_IO_DB_SERVER::buffersize_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/audioio-db-server.h:98:3: warning: Member variable 'AUDIO_IO_DB_SERVER::schedpriority_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/audioio-db-client.h:95:23: warning: Member variable 'AUDIO_IO_DB_CLIENT::pserver_repp' is not assigned a value in 'AUDIO_IO_DB_CLIENT::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-db-client.h:95:23: warning: Member variable 'AUDIO_IO_DB_CLIENT::pbuffer_repp' is not assigned a value in 'AUDIO_IO_DB_CLIENT::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-db-client.h:95:23: warning: Member variable 'AUDIO_IO_DB_CLIENT::xruns_rep' is not assigned a value in 'AUDIO_IO_DB_CLIENT::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-db-client.h:95:23: warning: Member variable 'AUDIO_IO_DB_CLIENT::finished_rep' is not assigned a value in 'AUDIO_IO_DB_CLIENT::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-db-client.h:95:23: warning: Member variable 'AUDIO_IO_DB_CLIENT::free_child_rep' is not assigned a value in 'AUDIO_IO_DB_CLIENT::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-db-client.h:95:23: warning: Member variable 'AUDIO_IO_DB_CLIENT::recursing_rep' is not assigned a value in 'AUDIO_IO_DB_CLIENT::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-db-client.h:96:3: warning: Member variable 'AUDIO_IO_DB_CLIENT::pserver_repp' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/audioio-db-client.h:96:3: warning: Member variable 'AUDIO_IO_DB_CLIENT::pbuffer_repp' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/audioio-db-client.h:96:3: warning: Member variable 'AUDIO_IO_DB_CLIENT::xruns_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/audioio-db-client.h:96:3: warning: Member variable 'AUDIO_IO_DB_CLIENT::finished_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/audioio-db-client.h:96:3: warning: Member variable 'AUDIO_IO_DB_CLIENT::free_child_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/audioio-db-client.h:96:3: warning: Member variable 'AUDIO_IO_DB_CLIENT::recursing_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/audioio-db-client.h:84:16: warning: Virtual function 'close' is called from destructor '~AUDIO_IO_DB_CLIENT()' at line 87. Dynamic binding is not used. [virtualCallInConstructor]
ecasound-2.9.1/libecasound/audioio-db-client.cpp:87:5: note: Calling close
ecasound-2.9.1/libecasound/audioio-db-client.h:84:16: note: close is a virtual method
ecasound-2.9.1/libecasound/audioio-db-client.h:42:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-proxy.h:45:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-db-client.h:42:23: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-db-client.h:43:23: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-proxy.h:46:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-db-client.h:43:23: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-db-client.h:57:23: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-proxy.h:63:27: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-db-client.h:57:23: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-db-client.h:58:23: style: The function 'new_expr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-proxy.h:64:27: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-db-client.h:58:23: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-db-client.h:65:0: style: The function 'seek_position' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-proxy.h:71:0: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-db-client.h:65:0: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-db-client.h:72:16: style: The function 'start_io' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-proxy.h:115:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-db-client.h:72:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-db-client.h:73:16: style: The function 'stop_io' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-proxy.h:116:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-db-client.h:73:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-db-client.h:80:16: style: The function 'read_buffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-proxy.h:88:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-db-client.h:80:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-db-client.h:81:16: style: The function 'write_buffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-proxy.h:89:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-db-client.h:81:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-db-client.h:86:16: style: The function 'finished' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-proxy.h:91:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-db-client.h:86:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-db-server.cpp:447:15: style: Unsigned variable 'index' can't be negative so it is unnecessary to test it. [unsignedPositive]
ecasound-2.9.1/libecasound/audioio-db-server.cpp:220:14: style: Function 'timed_wait' argument 3 names different: declaration 'usecs' definition 'msecs'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasound/audioio-db-server.cpp:72:74: note: Function 'timed_wait' argument 3 names different: declaration 'usecs' definition 'msecs'.
ecasound-2.9.1/libecasound/audioio-db-server.cpp:220:14: note: Function 'timed_wait' argument 3 names different: declaration 'usecs' definition 'msecs'.
ecasound-2.9.1/libecasound/audioio-db-server.cpp:414:52: style: Function 'register_client' argument 1 names different: declaration 'abject' definition 'aobject'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasound/audioio-db-server.h:67:34: note: Function 'register_client' argument 1 names different: declaration 'abject' definition 'aobject'.
ecasound-2.9.1/libecasound/audioio-db-server.cpp:414:52: note: Function 'register_client' argument 1 names different: declaration 'abject' definition 'aobject'.
ecasound-2.9.1/libecasound/audioio-db-server.cpp:438:54: style: Function 'unregister_client' argument 1 names different: declaration 'abject' definition 'aobject'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasound/audioio-db-server.h:68:36: note: Function 'unregister_client' argument 1 names different: declaration 'abject' definition 'aobject'.
ecasound-2.9.1/libecasound/audioio-db-server.cpp:438:54: note: Function 'unregister_client' argument 1 names different: declaration 'abject' definition 'aobject'.
ecasound-2.9.1/libecasound/audioio-db-server.cpp:466:69: style: Function 'get_client_buffer' argument 1 names different: declaration 'abject' definition 'aobject'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasound/audioio-db-server.h:69:51: note: Function 'get_client_buffer' argument 1 names different: declaration 'abject' definition 'aobject'.
ecasound-2.9.1/libecasound/audioio-db-server.cpp:466:69: note: Function 'get_client_buffer' argument 1 names different: declaration 'abject' definition 'aobject'.
ecasound-2.9.1/libecasound/audioio-db-server.cpp:95:21: warning: Member variable 'AUDIO_IO_DB_SERVER::schedpriority_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audioio-db-server_impl.h:7:1: style: The class 'AUDIO_IO_DB_SERVER_impl' does not have a constructor although it has private member variables. [noConstructor]
ecasound-2.9.1/libecasound/audioio-db-server.h:100:8: style: Unused private function: 'AUDIO_IO_DB_SERVER::io_thread' [unusedPrivateFunction]
ecasound-2.9.1/libecasound/audioio-db-server.h:108:8: style: Unused private function: 'AUDIO_IO_DB_SERVER::dump_profile_counters' [unusedPrivateFunction]
ecasound-2.9.1/libecasound/audioio-device.h:47:16: style: The function 'write_buffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-buffered.h:20:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-device.h:47:16: note: Function in derived class
ecasound-2.9.1/libecasound/resource-file.h:75:3: style: Class 'RESOURCE_FILE' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecasound-2.9.1/libecasound/audioio-ewf.h:56:20: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-seqbase.h:55:33: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-ewf.h:56:20: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-ewf.h:57:20: style: The function 'new_expr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-seqbase.h:56:33: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-ewf.h:57:20: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-ewf.h:71:16: style: The function 'open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-seqbase.h:76:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-ewf.h:71:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-ewf.h:72:16: style: The function 'close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-seqbase.h:77:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-ewf.h:72:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-flac.cpp:45:24: warning: Member variable 'FLAC_FORKED_INTERFACE::bytes_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audioio-flac.cpp:45:24: warning: Member variable 'FLAC_FORKED_INTERFACE::filedes_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audioio-flac.cpp:45:24: warning: Member variable 'FLAC_FORKED_INTERFACE::f1_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audioio-flac.h:44:16: warning: Virtual function 'close' is called from destructor '~FLAC_FORKED_INTERFACE()' at line 56. Dynamic binding is not used. [virtualCallInConstructor]
ecasound-2.9.1/libecasound/audioio-flac.cpp:56:5: note: Calling close
ecasound-2.9.1/libecasound/audioio-flac.h:44:16: note: close is a virtual method
ecasound-2.9.1/libecasound/audioio-flac.h:29:3: style: Class 'FLAC_FORKED_INTERFACE' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecasound-2.9.1/libecasound/audioio-flac.h:46:16: style: The function 'read_samples' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-buffered.h:29:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-flac.h:46:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-flac.h:47:16: style: The function 'write_samples' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-buffered.h:35:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-flac.h:47:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-flac.h:54:16: style: The function 'start_io' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-barrier.h:20:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-flac.h:54:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-flac.h:55:16: style: The function 'stop_io' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-forked-stream.h:40:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-flac.h:55:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-flac.h:62:16: style: The function 'do_supports_seeking' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-forked-stream.h:67:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-flac.h:62:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-flac.h:63:16: style: The function 'do_set_position_in_samples' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-forked-stream.h:68:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-flac.h:63:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-forked-stream.cpp:233:2: warning: Return value of function freopen() is not used. [ignoredReturnValue]
ecasound-2.9.1/libecasound/audioio-forked-stream.cpp:294:5: warning: Return value of function freopen() is not used. [ignoredReturnValue]
ecasound-2.9.1/libecasound/audioio-forked-stream.cpp:353:7: warning: Return value of function freopen() is not used. [ignoredReturnValue]
ecasound-2.9.1/libecasound/audioio-forked-stream.cpp:237:0: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ecasound-2.9.1/libecasound/audioio-forked-stream.cpp:307:0: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ecasound-2.9.1/libecasound/audioio-forked-stream.cpp:355:0: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ecasound-2.9.1/libecasound/audioio-loop.cpp:91:46: style: Function 'read_buffer' argument 1 names different: declaration 'sbuf' definition 'buffer'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasound/audioio-loop.h:38:43: note: Function 'read_buffer' argument 1 names different: declaration 'sbuf' definition 'buffer'.
ecasound-2.9.1/libecasound/audioio-loop.cpp:91:46: note: Function 'read_buffer' argument 1 names different: declaration 'sbuf' definition 'buffer'.
ecasound-2.9.1/libecasound/audioio-loop.cpp:115:47: style: Function 'write_buffer' argument 1 names different: declaration 'sbuf' definition 'buffer'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasound/audioio-loop.h:39:44: note: Function 'write_buffer' argument 1 names different: declaration 'sbuf' definition 'buffer'.
ecasound-2.9.1/libecasound/audioio-loop.cpp:115:47: note: Function 'write_buffer' argument 1 names different: declaration 'sbuf' definition 'buffer'.
ecasound-2.9.1/libecasound/audioio-loop.h:18:3: warning: Member variable 'LOOP_DEVICE::writes_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audioio-loop.h:18:3: warning: Member variable 'LOOP_DEVICE::registered_inputs_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audioio-loop.h:18:3: warning: Member variable 'LOOP_DEVICE::registered_outputs_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audioio-loop.h:18:3: warning: Member variable 'LOOP_DEVICE::empty_rounds_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audioio-loop.h:18:3: warning: Member variable 'LOOP_DEVICE::finished_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audioio-loop.h:18:3: warning: Member variable 'LOOP_DEVICE::filled_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audioio-loop.h:17:3: style: Class 'LOOP_DEVICE' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecasound-2.9.1/libecasound/audioio-loop.h:21:24: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio.h:112:21: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-loop.h:21:24: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-loop.h:22:24: style: The function 'new_expr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio.h:113:21: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-loop.h:22:24: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-loop.h:30:15: style: The function 'supported_io_modes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio.h:123:15: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-loop.h:30:15: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-loop.h:31:16: style: The function 'locked_audio_format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio.h:126:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-loop.h:31:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-loop.h:33:16: style: The function 'open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio.h:242:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-loop.h:33:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-loop.h:35:16: style: The function 'set_buffersize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio.h:152:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-loop.h:35:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-loop.h:36:16: style: The function 'buffersize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio.h:159:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-loop.h:36:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-loop.h:38:16: style: The function 'read_buffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio.h:205:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-loop.h:38:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-loop.h:39:16: style: The function 'write_buffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio.h:219:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-loop.h:39:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-loop.h:41:16: style: The function 'finished' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio.h:300:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-loop.h:41:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-loop.h:42:0: style: The function 'seek_position' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio.h:327:0: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-loop.h:42:0: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-loop.h:44:23: style: The function 'parameter_names' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio.h:169:18: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-loop.h:44:23: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-loop.h:46:23: style: The function 'get_parameter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio.h:171:18: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-loop.h:46:23: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-mikmod.cpp:38:19: warning: Member variable 'MIKMOD_INTERFACE::bytes_read_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audioio-mikmod.cpp:38:19: warning: Member variable 'MIKMOD_INTERFACE::filedes_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audioio-mikmod.cpp:38:19: warning: Member variable 'MIKMOD_INTERFACE::f1_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audioio-mikmod.h:73:21: warning: Member variable 'MIKMOD_INTERFACE::opt_filename_rep' is not assigned a value in 'MIKMOD_INTERFACE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-mikmod.h:73:21: warning: Member variable 'MIKMOD_INTERFACE::triggered_rep' is not assigned a value in 'MIKMOD_INTERFACE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-mikmod.h:73:21: warning: Member variable 'MIKMOD_INTERFACE::finished_rep' is not assigned a value in 'MIKMOD_INTERFACE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-mikmod.h:73:21: warning: Member variable 'MIKMOD_INTERFACE::bytes_read_rep' is not assigned a value in 'MIKMOD_INTERFACE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-mikmod.h:73:21: warning: Member variable 'MIKMOD_INTERFACE::filedes_rep' is not assigned a value in 'MIKMOD_INTERFACE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-mikmod.h:73:21: warning: Member variable 'MIKMOD_INTERFACE::f1_rep' is not assigned a value in 'MIKMOD_INTERFACE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-mikmod.h:45:16: warning: Virtual function 'close' is called from destructor '~MIKMOD_INTERFACE()' at line 48. Dynamic binding is not used. [virtualCallInConstructor]
ecasound-2.9.1/libecasound/audioio-mikmod.cpp:48:5: note: Calling close
ecasound-2.9.1/libecasound/audioio-mikmod.h:45:16: note: close is a virtual method
ecasound-2.9.1/libecasound/audioio-mikmod.h:28:3: style: Class 'MIKMOD_INTERFACE' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecasound-2.9.1/libecasound/audioio-mikmod.h:15:1: warning: The class 'MIKMOD_INTERFACE' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
ecasound-2.9.1/libecasound/audioio-mikmod.h:47:16: style: The function 'read_samples' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-buffered.h:29:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-mikmod.h:47:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-mikmod.h:48:16: style: The function 'write_samples' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-buffered.h:35:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-mikmod.h:48:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-mikmod.h:52:16: style: The function 'start_io' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-barrier.h:20:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-mikmod.h:52:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-mikmod.h:53:16: style: The function 'stop_io' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-forked-stream.h:40:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-mikmod.h:53:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-mikmod.h:60:16: style: The function 'do_supports_seeking' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-forked-stream.h:67:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-mikmod.h:60:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-mikmod.h:61:16: style: The function 'do_set_position_in_samples' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-forked-stream.h:68:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-mikmod.h:61:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-mp3.cpp:403:58: style: Function 'process_mono_fix' argument 2 names different: declaration 'bytes_rep' definition 'bytes'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasound/audioio-mp3.h:83:51: note: Function 'process_mono_fix' argument 2 names different: declaration 'bytes_rep' definition 'bytes'.
ecasound-2.9.1/libecasound/audioio-mp3.cpp:403:58: note: Function 'process_mono_fix' argument 2 names different: declaration 'bytes_rep' definition 'bytes'.
ecasound-2.9.1/libecasound/audioio-mp3.cpp:330:10: warning: Member variable 'MP3FILE::pid_of_child_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audioio-mp3.cpp:330:10: warning: Member variable 'MP3FILE::bytes_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audioio-mp3.cpp:330:10: warning: Member variable 'MP3FILE::last_position_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audioio-mp3.h:87:12: warning: Member variable 'MP3FILE::finished_rep' is not assigned a value in 'MP3FILE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-mp3.h:87:12: warning: Member variable 'MP3FILE::triggered_rep' is not assigned a value in 'MP3FILE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-mp3.h:87:12: warning: Member variable 'MP3FILE::pid_of_child_rep' is not assigned a value in 'MP3FILE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-mp3.h:87:12: warning: Member variable 'MP3FILE::pcm_rep' is not assigned a value in 'MP3FILE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-mp3.h:87:12: warning: Member variable 'MP3FILE::bytes_rep' is not assigned a value in 'MP3FILE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-mp3.h:87:12: warning: Member variable 'MP3FILE::bitrate_rep' is not assigned a value in 'MP3FILE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-mp3.h:87:12: warning: Member variable 'MP3FILE::last_position_rep' is not assigned a value in 'MP3FILE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-mp3.h:87:12: warning: Member variable 'MP3FILE::filedes_rep' is not assigned a value in 'MP3FILE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-mp3.h:87:12: warning: Member variable 'MP3FILE::filehandle_rep' is not assigned a value in 'MP3FILE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-mp3.h:87:12: warning: Member variable 'MP3FILE::mono_input_rep' is not assigned a value in 'MP3FILE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/layer.h:40:1: style: The class 'Layer' does not have a constructor although it has private member variables. [noConstructor]
ecasound-2.9.1/libecasound/audioio-mp3.h:83:8: style: Unused private function: 'MP3FILE::process_mono_fix' [unusedPrivateFunction]
ecasound-2.9.1/libecasound/audioio-mp3.h:83:8: performance: Technically the member function 'MP3FILE::process_mono_fix' can be static. [functionStatic]
ecasound-2.9.1/libecasound/audioio-mp3.cpp:403:15: note: Technically the member function 'MP3FILE::process_mono_fix' can be static.
ecasound-2.9.1/libecasound/audioio-mp3.h:83:8: note: Technically the member function 'MP3FILE::process_mono_fix' can be static.
ecasound-2.9.1/libecasound/audioio-mp3.h:48:16: warning: Virtual function 'close' is called from destructor '~MP3FILE()' at line 347. Dynamic binding is not used. [virtualCallInConstructor]
ecasound-2.9.1/libecasound/audioio-mp3.cpp:347:5: note: Calling close
ecasound-2.9.1/libecasound/audioio-mp3.h:48:16: note: close is a virtual method
ecasound-2.9.1/libecasound/audioio-mp3.h:32:3: style: Class 'MP3FILE' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecasound-2.9.1/libecasound/audioio-mp3.h:16:1: warning: The class 'MP3FILE' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
ecasound-2.9.1/libecasound/audioio-mp3.h:50:16: style: The function 'read_samples' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-buffered.h:29:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-mp3.h:50:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-mp3.h:51:16: style: The function 'write_samples' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-buffered.h:35:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-mp3.h:51:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-mp3.h:59:16: style: The function 'start_io' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-barrier.h:20:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-mp3.h:59:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-mp3.h:60:16: style: The function 'stop_io' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-forked-stream.h:40:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-mp3.h:60:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-mp3.h:67:16: style: The function 'do_supports_seeking' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-forked-stream.h:67:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-mp3.h:67:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-mp3.h:68:16: style: The function 'do_set_position_in_samples' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-forked-stream.h:68:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-mp3.h:68:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-null.h:29:3: style: Class 'NULLFILE' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecasound-2.9.1/libecasound/audioio-null.h:18:16: style: The function 'read_samples' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-buffered.h:29:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-null.h:18:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-null.h:22:16: style: The function 'write_samples' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-buffered.h:35:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-null.h:22:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-ogg.cpp:42:23: warning: Member variable 'OGG_VORBIS_INTERFACE::bytes_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audioio-ogg.cpp:42:23: warning: Member variable 'OGG_VORBIS_INTERFACE::filedes_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audioio-ogg.cpp:42:23: warning: Member variable 'OGG_VORBIS_INTERFACE::f1_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audioio-ogg.h:46:16: warning: Virtual function 'close' is called from destructor '~OGG_VORBIS_INTERFACE()' at line 54. Dynamic binding is not used. [virtualCallInConstructor]
ecasound-2.9.1/libecasound/audioio-ogg.cpp:54:5: note: Calling close
ecasound-2.9.1/libecasound/audioio-ogg.h:46:16: note: close is a virtual method
ecasound-2.9.1/libecasound/audioio-ogg.h:31:3: style: Class 'OGG_VORBIS_INTERFACE' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecasound-2.9.1/libecasound/audioio-ogg.h:48:16: style: The function 'read_samples' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-buffered.h:29:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-ogg.h:48:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-ogg.h:49:16: style: The function 'write_samples' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-buffered.h:35:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-ogg.h:49:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-ogg.h:56:16: style: The function 'start_io' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-barrier.h:20:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-ogg.h:56:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-ogg.h:57:16: style: The function 'stop_io' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-forked-stream.h:40:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-ogg.h:57:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-ogg.h:64:16: style: The function 'do_supports_seeking' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-forked-stream.h:67:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-ogg.h:64:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-ogg.h:65:16: style: The function 'do_set_position_in_samples' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-forked-stream.h:68:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-ogg.h:65:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-oss.cpp:42:12: warning: Member variable 'OSSDEVICE::audio_fd' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audioio-oss.cpp:42:12: warning: Member variable 'OSSDEVICE::fragment_size' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audioio-oss.cpp:42:12: warning: Member variable 'OSSDEVICE::fragment_count' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audioio-oss.cpp:42:12: warning: Member variable 'OSSDEVICE::bytes_read' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audioio-oss.cpp:42:12: warning: Member variable 'OSSDEVICE::oss_caps' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audioio-oss.h:70:3: warning: Member variable 'OSSDEVICE::audio_fd' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/audioio-oss.h:70:3: warning: Member variable 'OSSDEVICE::audiobuf' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/audioio-oss.h:70:3: warning: Member variable 'OSSDEVICE::audioinfo' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/audioio-oss.h:70:3: warning: Member variable 'OSSDEVICE::fds' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/audioio-oss.h:70:3: warning: Member variable 'OSSDEVICE::fragment_size' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/audioio-oss.h:70:3: warning: Member variable 'OSSDEVICE::fragment_count' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/audioio-oss.h:70:3: warning: Member variable 'OSSDEVICE::bytes_read' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/audioio-oss.h:70:3: warning: Member variable 'OSSDEVICE::oss_caps' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/audioio-oss.h:70:3: warning: Member variable 'OSSDEVICE::start_time' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/audioio-oss.h:70:3: warning: Member variable 'OSSDEVICE::precise_srate_mode' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/audioio-oss.h:71:14: warning: Member variable 'OSSDEVICE::audio_fd' is not assigned a value in 'OSSDEVICE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-oss.h:71:14: warning: Member variable 'OSSDEVICE::audiobuf' is not assigned a value in 'OSSDEVICE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-oss.h:71:14: warning: Member variable 'OSSDEVICE::audioinfo' is not assigned a value in 'OSSDEVICE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-oss.h:71:14: warning: Member variable 'OSSDEVICE::fds' is not assigned a value in 'OSSDEVICE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-oss.h:71:14: warning: Member variable 'OSSDEVICE::fragment_size' is not assigned a value in 'OSSDEVICE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-oss.h:71:14: warning: Member variable 'OSSDEVICE::fragment_count' is not assigned a value in 'OSSDEVICE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-oss.h:71:14: warning: Member variable 'OSSDEVICE::bytes_read' is not assigned a value in 'OSSDEVICE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-oss.h:71:14: warning: Member variable 'OSSDEVICE::oss_caps' is not assigned a value in 'OSSDEVICE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-oss.h:71:14: warning: Member variable 'OSSDEVICE::start_time' is not assigned a value in 'OSSDEVICE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-oss.h:71:14: warning: Member variable 'OSSDEVICE::precise_srate_mode' is not assigned a value in 'OSSDEVICE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-oss.h:60:16: warning: Virtual function 'stop' is called from destructor '~OSSDEVICE()' at line 51. Dynamic binding is not used. [virtualCallInConstructor]
ecasound-2.9.1/libecasound/audioio-oss.cpp:51:42: note: Calling stop
ecasound-2.9.1/libecasound/audioio-oss.h:60:16: note: stop is a virtual method
ecasound-2.9.1/libecasound/audioio-oss.h:49:16: warning: Virtual function 'close' is called from destructor '~OSSDEVICE()' at line 54. Dynamic binding is not used. [virtualCallInConstructor]
ecasound-2.9.1/libecasound/audioio-oss.cpp:54:5: note: Calling close
ecasound-2.9.1/libecasound/audioio-oss.h:49:16: note: close is a virtual method
ecasound-2.9.1/libecasound/audioio-oss.h:59:16: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-device.h:153:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-oss.h:59:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-oss.h:62:16: style: The function 'delay' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-device.h:192:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-oss.h:62:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-oss.h:63:16: style: The function 'latency' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-device.h:107:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-oss.h:63:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-oss.h:64:16: style: The function 'prefill_space' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-device.h:119:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-oss.h:64:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-proxy.h:124:8: style: Technically the member function 'AUDIO_IO_PROXY::pre_child_open' can be const. [functionConst]
ecasound-2.9.1/libecasound/audioio-proxy.cpp:71:22: note: Technically the member function 'AUDIO_IO_PROXY::pre_child_open' can be const.
ecasound-2.9.1/libecasound/audioio-proxy.h:124:8: note: Technically the member function 'AUDIO_IO_PROXY::pre_child_open' can be const.
ecasound-2.9.1/libecasound/audioio-proxy.h:128:15: style: Technically the member function 'AUDIO_IO_PROXY::child_params_as_string' can be const. [functionConst]
ecasound-2.9.1/libecasound/audioio-proxy.cpp:163:29: note: Technically the member function 'AUDIO_IO_PROXY::child_params_as_string' can be const.
ecasound-2.9.1/libecasound/audioio-proxy.h:128:15: note: Technically the member function 'AUDIO_IO_PROXY::child_params_as_string' can be const.
ecasound-2.9.1/libecasound/audioio-proxy.cpp:34:3: style: Class 'AUDIO_IO_PROXY' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ecasound-2.9.1/libecasound/audioio-proxy.cpp:34:3: style: Class 'AUDIO_IO_PROXY' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ecasound-2.9.1/libecasound/eca-fileio-stream.h:16:3: warning: Member variable 'ECA_FILE_IO_STREAM::f1' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/eca-fileio-stream.h:16:3: warning: Member variable 'ECA_FILE_IO_STREAM::standard_mode' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audioio-raw.h:48:3: warning: Member variable 'RAWFILE::fio_repp' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/audioio-raw.h:48:3: warning: Member variable 'RAWFILE::mmaptoggle_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/audioio-raw.h:49:12: warning: Member variable 'RAWFILE::fio_repp' is not assigned a value in 'RAWFILE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-raw.h:49:12: warning: Member variable 'RAWFILE::mmaptoggle_rep' is not assigned a value in 'RAWFILE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-raw.h:32:16: warning: Virtual function 'close' is called from destructor '~RAWFILE()' at line 43. Dynamic binding is not used. [virtualCallInConstructor]
ecasound-2.9.1/libecasound/audioio-raw.cpp:43:5: note: Calling close
ecasound-2.9.1/libecasound/audioio-raw.h:32:16: note: close is a virtual method
ecasound-2.9.1/libecasound/audioio-raw.h:22:3: style: Class 'RAWFILE' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecasound-2.9.1/libecasound/eca-fileio-mmap.h:30:16: style: The function 'open_file' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-fileio.h:20:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-fileio-mmap.h:30:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-fileio-mmap.h:31:16: style: The function 'open_stdin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-fileio.h:22:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-fileio-mmap.h:31:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-fileio-mmap.h:32:16: style: The function 'open_stdout' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-fileio.h:23:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-fileio-mmap.h:32:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-fileio-mmap.h:33:16: style: The function 'open_stderr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-fileio.h:24:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-fileio-mmap.h:33:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-fileio-mmap.h:34:16: style: The function 'close_file' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-fileio.h:25:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-fileio-mmap.h:34:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-fileio-mmap.h:39:16: style: The function 'read_to_buffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-fileio.h:30:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-fileio-mmap.h:39:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-fileio-mmap.h:40:16: style: The function 'write_from_buffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-fileio.h:31:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-fileio-mmap.h:40:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-fileio-mmap.h:42:16: style: The function 'set_file_position' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-fileio.h:33:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-fileio-mmap.h:42:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-fileio-mmap.h:44:16: style: The function 'set_file_position_advance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-fileio.h:34:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-fileio-mmap.h:44:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-fileio-mmap.h:45:16: style: The function 'set_file_position_end' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-fileio.h:35:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-fileio-mmap.h:45:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-fileio-mmap.h:46:17: style: The function 'get_file_position' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-fileio.h:36:17: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-fileio-mmap.h:46:17: note: Function in derived class
ecasound-2.9.1/libecasound/eca-fileio-mmap.h:47:17: style: The function 'get_file_length' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-fileio.h:37:17: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-fileio-mmap.h:47:17: note: Function in derived class
ecasound-2.9.1/libecasound/eca-fileio-mmap.h:52:16: style: The function 'is_file_ready' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-fileio.h:42:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-fileio-mmap.h:52:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-fileio-mmap.h:53:16: style: The function 'is_file_error' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-fileio.h:43:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-fileio-mmap.h:53:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-fileio-mmap.h:55:17: style: The function 'file_bytes_processed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-fileio.h:44:17: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-fileio-mmap.h:55:17: note: Function in derived class
ecasound-2.9.1/libecasound/eca-fileio-mmap.h:56:30: style: The function 'file_mode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-fileio.h:45:30: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-fileio-mmap.h:56:30: note: Function in derived class
ecasound-2.9.1/libecasound/eca-fileio-stream.h:22:16: style: The function 'open_file' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-fileio.h:20:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-fileio-stream.h:22:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-fileio-stream.h:23:16: style: The function 'open_stdin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-fileio.h:22:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-fileio-stream.h:23:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-fileio-stream.h:24:16: style: The function 'open_stdout' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-fileio.h:23:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-fileio-stream.h:24:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-fileio-stream.h:25:16: style: The function 'open_stderr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-fileio.h:24:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-fileio-stream.h:25:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-fileio-stream.h:26:16: style: The function 'close_file' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-fileio.h:25:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-fileio-stream.h:26:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-fileio-stream.h:31:16: style: The function 'read_to_buffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-fileio.h:30:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-fileio-stream.h:31:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-fileio-stream.h:32:16: style: The function 'write_from_buffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-fileio.h:31:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-fileio-stream.h:32:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-fileio-stream.h:34:16: style: The function 'set_file_position' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-fileio.h:33:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-fileio-stream.h:34:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-fileio-stream.h:35:16: style: The function 'set_file_position_advance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-fileio.h:34:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-fileio-stream.h:35:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-fileio-stream.h:36:16: style: The function 'set_file_position_end' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-fileio.h:35:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-fileio-stream.h:36:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-fileio-stream.h:37:17: style: The function 'get_file_position' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-fileio.h:36:17: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-fileio-stream.h:37:17: note: Function in derived class
ecasound-2.9.1/libecasound/eca-fileio-stream.h:38:17: style: The function 'get_file_length' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-fileio.h:37:17: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-fileio-stream.h:38:17: note: Function in derived class
ecasound-2.9.1/libecasound/eca-fileio-stream.h:43:16: style: The function 'is_file_ready' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-fileio.h:42:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-fileio-stream.h:43:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-fileio-stream.h:44:16: style: The function 'is_file_error' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-fileio.h:43:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-fileio-stream.h:44:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-fileio-stream.h:45:17: style: The function 'file_bytes_processed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-fileio.h:44:17: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-fileio-stream.h:45:17: note: Function in derived class
ecasound-2.9.1/libecasound/eca-fileio-stream.h:46:30: style: The function 'file_mode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-fileio.h:45:30: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-fileio-stream.h:46:30: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-raw.h:34:16: style: The function 'read_samples' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-buffered.h:29:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-raw.h:34:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-raw.h:35:16: style: The function 'write_samples' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-buffered.h:35:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-raw.h:35:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-resample.cpp:304:52: style: Function 'read_buffer' argument 1 names different: declaration 'sbuf' definition 'dst_sbuf'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasound/audioio-resample.h:64:43: note: Function 'read_buffer' argument 1 names different: declaration 'sbuf' definition 'dst_sbuf'.
ecasound-2.9.1/libecasound/audioio-resample.cpp:304:52: note: Function 'read_buffer' argument 1 names different: declaration 'sbuf' definition 'dst_sbuf'.
ecasound-2.9.1/libecasound/audioio-resample.cpp:43:20: warning: Member variable 'AUDIO_IO_RESAMPLE::child_srate_conf_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audioio-resample.h:110:22: warning: Member variable 'AUDIO_IO_RESAMPLE::params_rep' is not assigned a value in 'AUDIO_IO_RESAMPLE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-resample.h:110:22: warning: Member variable 'AUDIO_IO_RESAMPLE::init_rep' is not assigned a value in 'AUDIO_IO_RESAMPLE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-resample.h:110:22: warning: Member variable 'AUDIO_IO_RESAMPLE::child_srate_conf_rep' is not assigned a value in 'AUDIO_IO_RESAMPLE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-resample.h:110:22: warning: Member variable 'AUDIO_IO_RESAMPLE::psfactor_rep' is not assigned a value in 'AUDIO_IO_RESAMPLE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-resample.h:110:22: warning: Member variable 'AUDIO_IO_RESAMPLE::quality_rep' is not assigned a value in 'AUDIO_IO_RESAMPLE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-resample.h:111:3: warning: Member variable 'AUDIO_IO_RESAMPLE::params_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/audioio-resample.h:111:3: warning: Member variable 'AUDIO_IO_RESAMPLE::init_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/audioio-resample.h:111:3: warning: Member variable 'AUDIO_IO_RESAMPLE::child_srate_conf_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/audioio-resample.h:111:3: warning: Member variable 'AUDIO_IO_RESAMPLE::psfactor_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/audioio-resample.h:111:3: warning: Member variable 'AUDIO_IO_RESAMPLE::quality_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/audioio-resample.h:35:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-proxy.h:45:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-resample.h:35:23: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-resample.h:42:16: style: The function 'variable_params' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-proxy.h:53:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-resample.h:42:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-resample.h:43:23: style: The function 'parameter_names' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-proxy.h:54:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-resample.h:43:23: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-resample.h:44:16: style: The function 'set_parameter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-proxy.h:55:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-resample.h:44:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-resample.h:45:23: style: The function 'get_parameter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-proxy.h:56:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-resample.h:45:23: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-resample.h:52:30: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-proxy.h:63:27: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-resample.h:52:30: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-resample.h:53:30: style: The function 'new_expr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-proxy.h:64:27: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-resample.h:53:30: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-resample.h:60:15: style: The function 'supported_io_modes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-proxy.h:80:15: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-resample.h:60:15: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-resample.h:61:16: style: The function 'supports_seeking' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-proxy.h:72:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-resample.h:61:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-resample.h:62:16: style: The function 'finite_length_stream' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-proxy.h:82:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-resample.h:62:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-resample.h:64:16: style: The function 'read_buffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-proxy.h:88:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-resample.h:64:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-resample.h:65:16: style: The function 'write_buffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-proxy.h:89:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-resample.h:65:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-resample.h:70:16: style: The function 'set_buffersize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-proxy.h:85:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-resample.h:70:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-resample.h:71:16: style: The function 'buffersize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-proxy.h:86:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-resample.h:71:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-resample.h:78:0: style: The function 'seek_position' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-proxy.h:71:0: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-resample.h:78:0: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-resample.h:85:16: style: The function 'set_audio_format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-proxy.h:100:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-resample.h:85:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-resample.h:92:16: style: The function 'set_samples_per_second' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-proxy.h:108:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-resample.h:92:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-reverse.h:97:21: warning: Member variable 'AUDIO_IO_REVERSE::params_rep' is not assigned a value in 'AUDIO_IO_REVERSE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-reverse.h:97:21: warning: Member variable 'AUDIO_IO_REVERSE::init_rep' is not assigned a value in 'AUDIO_IO_REVERSE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-reverse.h:97:21: warning: Member variable 'AUDIO_IO_REVERSE::finished_rep' is not assigned a value in 'AUDIO_IO_REVERSE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-reverse.h:97:21: warning: Member variable 'AUDIO_IO_REVERSE::tempbuf_repp' is not assigned a value in 'AUDIO_IO_REVERSE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-reverse.h:98:3: warning: Member variable 'AUDIO_IO_REVERSE::params_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/audioio-reverse.h:98:3: warning: Member variable 'AUDIO_IO_REVERSE::init_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/audioio-reverse.h:98:3: warning: Member variable 'AUDIO_IO_REVERSE::finished_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/audioio-reverse.h:98:3: warning: Member variable 'AUDIO_IO_REVERSE::tempbuf_repp' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/audioio-reverse.h:36:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-proxy.h:45:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-reverse.h:36:23: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-reverse.h:43:23: style: The function 'parameter_names' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-proxy.h:54:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-reverse.h:43:23: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-reverse.h:44:16: style: The function 'set_parameter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-proxy.h:55:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-reverse.h:44:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-reverse.h:45:23: style: The function 'get_parameter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-proxy.h:56:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-reverse.h:45:23: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-reverse.h:52:29: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-proxy.h:63:27: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-reverse.h:52:29: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-reverse.h:53:29: style: The function 'new_expr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-proxy.h:64:27: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-reverse.h:53:29: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-reverse.h:60:0: style: The function 'seek_position' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-proxy.h:71:0: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-reverse.h:60:0: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-reverse.h:74:15: style: The function 'supported_io_modes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-proxy.h:80:15: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-reverse.h:74:15: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-reverse.h:75:16: style: The function 'supports_seeking' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-proxy.h:72:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-reverse.h:75:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-reverse.h:76:16: style: The function 'finite_length_stream' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-proxy.h:82:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-reverse.h:76:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-reverse.h:78:16: style: The function 'read_buffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-proxy.h:88:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-reverse.h:78:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-reverse.h:79:16: style: The function 'write_buffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-proxy.h:89:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-reverse.h:79:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-reverse.h:84:16: style: The function 'finished' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-proxy.h:91:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-reverse.h:84:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-rtnull.cpp:84:16: warning: Member variable 'REALTIME_NULL::total_buffers_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audioio-rtnull.h:30:16: warning: Virtual function 'stop' is called from destructor '~REALTIME_NULL()' at line 91. Dynamic binding is not used. [virtualCallInConstructor]
ecasound-2.9.1/libecasound/audioio-rtnull.cpp:91:42: note: Calling stop
ecasound-2.9.1/libecasound/audioio-rtnull.h:30:16: note: stop is a virtual method
ecasound-2.9.1/libecasound/audioio-rtnull.h:19:16: warning: Virtual function 'close' is called from destructor '~REALTIME_NULL()' at line 94. Dynamic binding is not used. [virtualCallInConstructor]
ecasound-2.9.1/libecasound/audioio-rtnull.cpp:94:5: note: Calling close
ecasound-2.9.1/libecasound/audioio-rtnull.h:19:16: note: close is a virtual method
ecasound-2.9.1/libecasound/audioio-rtnull.h:38:3: style: Class 'REALTIME_NULL' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecasound-2.9.1/libecasound/audioio-rtnull.h:29:16: style: The function 'prepare' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-device.h:136:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-rtnull.h:29:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-rtnull.h:31:16: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-device.h:153:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-rtnull.h:31:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-rtnull.h:33:16: style: The function 'delay' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-device.h:192:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-rtnull.h:33:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-rtnull.h:34:16: style: The function 'prefill_space' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-device.h:119:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-rtnull.h:34:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-seqbase.cpp:413:39: style: Redundant condition: io_mode()!=AUDIO_IO::io_read. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition]
ecasound-2.9.1/libecasound/audioio-seqbase.cpp:252:26: style: Same expression on both sides of '==' because the value of 'save_bsize' and 'buffersize()' are the same. [duplicateExpression]
ecasound-2.9.1/libecasound/audioio-seqbase.cpp:251:37: note: 'save_bsize' is assigned value 'buffersize()' here.
ecasound-2.9.1/libecasound/audioio-seqbase.cpp:252:26: note: Same expression on both sides of '==' because the value of 'save_bsize' and 'buffersize()' are the same.
ecasound-2.9.1/libecasound/audioio-seqbase.cpp:332:23: style: Same expression on both sides of '==' because the value of 'save_bsize' and 'buffersize()' are the same. [duplicateExpression]
ecasound-2.9.1/libecasound/audioio-seqbase.cpp:331:34: note: 'save_bsize' is assigned value 'buffersize()' here.
ecasound-2.9.1/libecasound/audioio-seqbase.cpp:332:23: note: Same expression on both sides of '==' because the value of 'save_bsize' and 'buffersize()' are the same.
ecasound-2.9.1/libecasound/audioio-seqbase.h:150:8: style: Technically the member function 'AUDIO_SEQUENCER_BASE::dump_child_debug' can be const. [functionConst]
ecasound-2.9.1/libecasound/audioio-seqbase.cpp:380:28: note: Technically the member function 'AUDIO_SEQUENCER_BASE::dump_child_debug' can be const.
ecasound-2.9.1/libecasound/audioio-seqbase.h:150:8: note: Technically the member function 'AUDIO_SEQUENCER_BASE::dump_child_debug' can be const.
ecasound-2.9.1/libecasound/audioio-seqbase.h:168:8: style: Unhandled exception specification when calling function change_child_name(). [unhandledExceptionSpecification]
ecasound-2.9.1/libecasound/audioio-seqbase.cpp:428:3: note: Unhandled exception specification when calling function change_child_name().
ecasound-2.9.1/libecasound/audioio-seqbase.h:168:8: note: Unhandled exception specification when calling function change_child_name().
ecasound-2.9.1/libecasound/audioio-timidity.cpp:33:21: warning: Member variable 'TIMIDITY_INTERFACE::bytes_read_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audioio-timidity.cpp:33:21: warning: Member variable 'TIMIDITY_INTERFACE::filedes_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audioio-timidity.cpp:33:21: warning: Member variable 'TIMIDITY_INTERFACE::f1_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audioio-timidity.h:66:23: warning: Member variable 'TIMIDITY_INTERFACE::triggered_rep' is not assigned a value in 'TIMIDITY_INTERFACE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-timidity.h:66:23: warning: Member variable 'TIMIDITY_INTERFACE::finished_rep' is not assigned a value in 'TIMIDITY_INTERFACE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-timidity.h:66:23: warning: Member variable 'TIMIDITY_INTERFACE::bytes_read_rep' is not assigned a value in 'TIMIDITY_INTERFACE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-timidity.h:66:23: warning: Member variable 'TIMIDITY_INTERFACE::filedes_rep' is not assigned a value in 'TIMIDITY_INTERFACE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-timidity.h:66:23: warning: Member variable 'TIMIDITY_INTERFACE::f1_rep' is not assigned a value in 'TIMIDITY_INTERFACE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-timidity.h:40:16: warning: Virtual function 'close' is called from destructor '~TIMIDITY_INTERFACE()' at line 43. Dynamic binding is not used. [virtualCallInConstructor]
ecasound-2.9.1/libecasound/audioio-timidity.cpp:43:5: note: Calling close
ecasound-2.9.1/libecasound/audioio-timidity.h:40:16: note: close is a virtual method
ecasound-2.9.1/libecasound/audioio-timidity.h:28:3: style: Class 'TIMIDITY_INTERFACE' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecasound-2.9.1/libecasound/audioio-timidity.h:15:1: warning: The class 'TIMIDITY_INTERFACE' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
ecasound-2.9.1/libecasound/audioio-timidity.h:42:16: style: The function 'read_samples' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-buffered.h:29:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-timidity.h:42:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-timidity.h:43:16: style: The function 'write_samples' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-buffered.h:35:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-timidity.h:43:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-timidity.h:47:16: style: The function 'start_io' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-barrier.h:20:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-timidity.h:47:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-timidity.h:48:16: style: The function 'stop_io' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-forked-stream.h:40:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-timidity.h:48:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-timidity.h:55:16: style: The function 'do_supports_seeking' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-forked-stream.h:67:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-timidity.h:55:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-timidity.h:56:16: style: The function 'do_set_position_in_samples' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-forked-stream.h:68:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-timidity.h:56:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-tone.cpp:86:16: warning: Member variable 'AUDIO_IO_TONE::i' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audioio-tone.cpp:86:16: warning: Member variable 'AUDIO_IO_TONE::buffersize_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audioio-tone.cpp:86:16: warning: Member variable 'AUDIO_IO_TONE::finished_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audioio-tone.cpp:86:16: warning: Member variable 'AUDIO_IO_TONE::m_lPhase' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audioio-tone.h:104:18: warning: Member variable 'AUDIO_IO_TONE::i' is not assigned a value in 'AUDIO_IO_TONE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-tone.h:104:18: warning: Member variable 'AUDIO_IO_TONE::buffersize_rep' is not assigned a value in 'AUDIO_IO_TONE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-tone.h:104:18: warning: Member variable 'AUDIO_IO_TONE::finished_rep' is not assigned a value in 'AUDIO_IO_TONE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-tone.h:104:18: warning: Member variable 'AUDIO_IO_TONE::m_lPhase' is not assigned a value in 'AUDIO_IO_TONE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-tone.h:104:18: warning: Member variable 'AUDIO_IO_TONE::m_lPhaseStep' is not assigned a value in 'AUDIO_IO_TONE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-tone.h:104:18: warning: Member variable 'AUDIO_IO_TONE::m_fCachedFrequency' is not assigned a value in 'AUDIO_IO_TONE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-tone.h:104:18: warning: Member variable 'AUDIO_IO_TONE::m_fLimitFrequency' is not assigned a value in 'AUDIO_IO_TONE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-tone.h:104:18: warning: Member variable 'AUDIO_IO_TONE::m_fPhaseStepScalar' is not assigned a value in 'AUDIO_IO_TONE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-tone.h:105:3: warning: Member variable 'AUDIO_IO_TONE::i' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/audioio-tone.h:105:3: warning: Member variable 'AUDIO_IO_TONE::buffersize_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/audioio-tone.h:105:3: warning: Member variable 'AUDIO_IO_TONE::finished_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/audioio-tone.h:105:3: warning: Member variable 'AUDIO_IO_TONE::m_lPhase' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/audioio-tone.h:105:3: warning: Member variable 'AUDIO_IO_TONE::m_lPhaseStep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/audioio-tone.h:105:3: warning: Member variable 'AUDIO_IO_TONE::m_fCachedFrequency' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/audioio-tone.h:105:3: warning: Member variable 'AUDIO_IO_TONE::m_fLimitFrequency' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/audioio-tone.h:105:3: warning: Member variable 'AUDIO_IO_TONE::m_fPhaseStepScalar' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/audioio-tone.h:24:3: style: Class 'AUDIO_IO_TONE' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecasound-2.9.1/libecasound/audioio-tone.h:47:26: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio.h:112:21: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-tone.h:47:26: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-tone.h:48:26: style: The function 'new_expr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio.h:113:21: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-tone.h:48:26: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-tone.h:55:0: style: The function 'seek_position' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio.h:327:0: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-tone.h:55:0: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-tone.h:62:16: style: The function 'locked_audio_format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio.h:126:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-tone.h:62:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-tone.h:63:16: style: The function 'supports_seeking' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio.h:325:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-tone.h:63:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-tone.h:64:16: style: The function 'finite_length_stream' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio.h:125:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-tone.h:64:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-tone.h:66:16: style: The function 'finished' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio.h:300:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-tone.h:66:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-tone.h:68:16: style: The function 'read_buffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio.h:205:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-tone.h:68:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-tone.h:69:16: style: The function 'write_buffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio.h:219:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-tone.h:69:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-tone.h:71:16: style: The function 'open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio.h:242:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-tone.h:71:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-tone.h:72:16: style: The function 'close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio.h:253:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-tone.h:72:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-tone.h:74:16: style: The function 'set_buffersize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio.h:152:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-tone.h:74:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-tone.h:75:16: style: The function 'buffersize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio.h:159:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-tone.h:75:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-tone.h:77:23: style: The function 'parameter_names' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio.h:169:18: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-tone.h:77:23: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-tone.h:78:16: style: The function 'set_parameter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio.h:170:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-tone.h:78:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-tone.h:79:18: style: The function 'get_parameter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio.h:171:18: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-tone.h:79:18: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-typeselect.h:71:24: warning: Member variable 'AUDIO_IO_TYPESELECT::type_rep' is not assigned a value in 'AUDIO_IO_TYPESELECT::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-typeselect.h:71:24: warning: Member variable 'AUDIO_IO_TYPESELECT::params_rep' is not assigned a value in 'AUDIO_IO_TYPESELECT::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-typeselect.h:71:24: warning: Member variable 'AUDIO_IO_TYPESELECT::init_rep' is not assigned a value in 'AUDIO_IO_TYPESELECT::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-typeselect.h:72:3: warning: Member variable 'AUDIO_IO_TYPESELECT::type_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/audioio-typeselect.h:72:3: warning: Member variable 'AUDIO_IO_TYPESELECT::params_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/audioio-typeselect.h:72:3: warning: Member variable 'AUDIO_IO_TYPESELECT::init_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/audioio-typeselect.h:35:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-proxy.h:45:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-typeselect.h:35:23: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-typeselect.h:42:23: style: The function 'parameter_names' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-proxy.h:54:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-typeselect.h:42:23: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-typeselect.h:43:16: style: The function 'variable_params' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-proxy.h:53:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-typeselect.h:43:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-typeselect.h:44:16: style: The function 'set_parameter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-proxy.h:55:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-typeselect.h:44:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-typeselect.h:45:23: style: The function 'get_parameter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-proxy.h:56:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-typeselect.h:45:23: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-typeselect.h:52:32: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-proxy.h:63:27: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-typeselect.h:52:32: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-typeselect.h:53:32: style: The function 'new_expr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-proxy.h:64:27: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-typeselect.h:53:32: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-wave.cpp:78:30: style: Same expression on both sides of '!=' because the value of 'is_system_littleendian' and 'true' are the same. [duplicateExpression]
ecasound-2.9.1/libecasound/audioio-wave.cpp:62:44: note: 'is_system_littleendian' is assigned value 'true' here.
ecasound-2.9.1/libecasound/audioio-wave.cpp:78:30: note: Same expression on both sides of '!=' because the value of 'is_system_littleendian' and 'true' are the same.
ecasound-2.9.1/libecasound/audioio-wave.cpp:86:30: style: Same expression on both sides of '!=' because the value of 'is_system_littleendian' and 'true' are the same. [duplicateExpression]
ecasound-2.9.1/libecasound/audioio-wave.cpp:62:44: note: 'is_system_littleendian' is assigned value 'true' here.
ecasound-2.9.1/libecasound/audioio-wave.cpp:86:30: note: Same expression on both sides of '!=' because the value of 'is_system_littleendian' and 'true' are the same.
ecasound-2.9.1/libecasound/audioio-wave.cpp:105:11: warning: Member variable 'WAVEFILE::riff_header_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audioio-wave.cpp:105:11: warning: Member variable 'WAVEFILE::riff_format_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audioio-wave.cpp:105:11: warning: Member variable 'WAVEFILE::data_start_position_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/audioio-wave.h:124:3: warning: Member variable 'WAVEFILE::fio_repp' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/audioio-wave.h:124:3: warning: Member variable 'WAVEFILE::riff_header_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/audioio-wave.h:124:3: warning: Member variable 'WAVEFILE::riff_format_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/audioio-wave.h:124:3: warning: Member variable 'WAVEFILE::data_start_position_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/audioio-wave.h:124:3: warning: Member variable 'WAVEFILE::mmaptoggle_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/audioio-wave.h:125:13: warning: Member variable 'WAVEFILE::fio_repp' is not assigned a value in 'WAVEFILE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-wave.h:125:13: warning: Member variable 'WAVEFILE::riff_header_rep' is not assigned a value in 'WAVEFILE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-wave.h:125:13: warning: Member variable 'WAVEFILE::riff_format_rep' is not assigned a value in 'WAVEFILE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-wave.h:125:13: warning: Member variable 'WAVEFILE::data_start_position_rep' is not assigned a value in 'WAVEFILE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-wave.h:125:13: warning: Member variable 'WAVEFILE::mmaptoggle_rep' is not assigned a value in 'WAVEFILE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/audioio-wave.h:111:16: warning: Virtual function 'close' is called from destructor '~WAVEFILE()' at line 115. Dynamic binding is not used. [virtualCallInConstructor]
ecasound-2.9.1/libecasound/audioio-wave.cpp:115:5: note: Calling close
ecasound-2.9.1/libecasound/audioio-wave.h:111:16: note: close is a virtual method
ecasound-2.9.1/libecasound/audioio-wave.h:100:3: style: Class 'WAVEFILE' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecasound-2.9.1/libecasound/audioio-wave.h:113:16: style: The function 'read_samples' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-buffered.h:29:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-wave.h:113:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-wave.h:114:16: style: The function 'write_samples' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/audioio-buffered.h:35:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-wave.h:114:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-wave.h:132:8: style: Unhandled exception specification when calling function write_riff_header(). [unhandledExceptionSpecification]
ecasound-2.9.1/libecasound/audioio-wave.cpp:256:5: note: Unhandled exception specification when calling function write_riff_header().
ecasound-2.9.1/libecasound/audioio-wave.h:132:8: note: Unhandled exception specification when calling function write_riff_header().
ecasound-2.9.1/libecasound/audioio.h:253:16: warning: Virtual function 'close' is called from destructor '~AUDIO_IO()' at line 55. Dynamic binding is not used. [virtualCallInConstructor]
ecasound-2.9.1/libecasound/audioio.cpp:55:5: note: Calling close
ecasound-2.9.1/libecasound/audioio.h:253:16: note: close is a virtual method
ecasound-2.9.1/libecasound/eca-audio-format.cpp:33:40: style: Function 'ECA_AUDIO_FORMAT' argument 1 names different: declaration 'ch' definition 'channels'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasound/eca-audio-format.h:77:25: note: Function 'ECA_AUDIO_FORMAT' argument 1 names different: declaration 'ch' definition 'channels'.
ecasound-2.9.1/libecasound/eca-audio-format.cpp:33:40: note: Function 'ECA_AUDIO_FORMAT' argument 1 names different: declaration 'ch' definition 'channels'.
ecasound-2.9.1/libecasound/eca-audio-format.cpp:77:65: style: Function 'set_audio_format' argument 1 names different: declaration 'f_str' definition 'f'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasound/eca-audio-format.h:153:57: note: Function 'set_audio_format' argument 1 names different: declaration 'f_str' definition 'f'.
ecasound-2.9.1/libecasound/eca-audio-format.cpp:77:65: note: Function 'set_audio_format' argument 1 names different: declaration 'f_str' definition 'f'.
ecasound-2.9.1/libecasound/eca-audio-format.cpp:85:74: style: Function 'set_sample_format' argument 1 names different: declaration 'v' definition 'sfmt'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasound/eca-audio-format.h:152:48: note: Function 'set_sample_format' argument 1 names different: declaration 'v' definition 'sfmt'.
ecasound-2.9.1/libecasound/eca-audio-format.cpp:85:74: note: Function 'set_sample_format' argument 1 names different: declaration 'v' definition 'sfmt'.
ecasound-2.9.1/libecasound/eca-audio-format.h:190:17: performance: Technically the member function 'ECA_AUDIO_FORMAT::string_to_sample_format' can be static. [functionStatic]
ecasound-2.9.1/libecasound/eca-audio-format.cpp:218:51: note: Technically the member function 'ECA_AUDIO_FORMAT::string_to_sample_format' can be static.
ecasound-2.9.1/libecasound/eca-audio-format.h:190:17: note: Technically the member function 'ECA_AUDIO_FORMAT::string_to_sample_format' can be static.
ecasound-2.9.1/libecasound/eca-audio-format.h:151:16: warning: Virtual function 'set_channels' is called from constructor 'ECA_AUDIO_FORMAT(int ch,long srate,Sample_format format,bool ileaved=false)' at line 38. Dynamic binding is not used. [virtualCallInConstructor]
ecasound-2.9.1/libecasound/eca-audio-format.cpp:38:3: note: Calling set_channels
ecasound-2.9.1/libecasound/eca-audio-format.h:151:16: note: set_channels is a virtual method
ecasound-2.9.1/libecasound/eca-audio-format.h:152:16: warning: Virtual function 'set_sample_format' is called from constructor 'ECA_AUDIO_FORMAT(int ch,long srate,Sample_format format,bool ileaved=false)' at line 40. Dynamic binding is not used. [virtualCallInConstructor]
ecasound-2.9.1/libecasound/eca-audio-format.cpp:40:3: note: Calling set_sample_format
ecasound-2.9.1/libecasound/eca-audio-format.h:152:16: note: set_sample_format is a virtual method
ecasound-2.9.1/libecasound/eca-audio-format.h:154:16: warning: Virtual function 'toggle_interleaved_channels' is called from constructor 'ECA_AUDIO_FORMAT(int ch,long srate,Sample_format format,bool ileaved=false)' at line 41. Dynamic binding is not used. [virtualCallInConstructor]
ecasound-2.9.1/libecasound/eca-audio-format.cpp:41:3: note: Calling toggle_interleaved_channels
ecasound-2.9.1/libecasound/eca-audio-format.h:154:16: note: toggle_interleaved_channels is a virtual method
ecasound-2.9.1/libecasound/eca-audio-format.h:151:16: warning: Virtual function 'set_channels' is called from constructor 'ECA_AUDIO_FORMAT()' at line 46. Dynamic binding is not used. [virtualCallInConstructor]
ecasound-2.9.1/libecasound/eca-audio-format.cpp:46:3: note: Calling set_channels
ecasound-2.9.1/libecasound/eca-audio-format.h:151:16: note: set_channels is a virtual method
ecasound-2.9.1/libecasound/eca-audio-format.h:152:16: warning: Virtual function 'set_sample_format' is called from constructor 'ECA_AUDIO_FORMAT()' at line 48. Dynamic binding is not used. [virtualCallInConstructor]
ecasound-2.9.1/libecasound/eca-audio-format.cpp:48:3: note: Calling set_sample_format
ecasound-2.9.1/libecasound/eca-audio-format.h:152:16: note: set_sample_format is a virtual method
ecasound-2.9.1/libecasound/eca-audio-format.h:154:16: warning: Virtual function 'toggle_interleaved_channels' is called from constructor 'ECA_AUDIO_FORMAT()' at line 49. Dynamic binding is not used. [virtualCallInConstructor]
ecasound-2.9.1/libecasound/eca-audio-format.cpp:49:3: note: Calling toggle_interleaved_channels
ecasound-2.9.1/libecasound/eca-audio-format.h:154:16: note: toggle_interleaved_channels is a virtual method
ecasound-2.9.1/libecasound/eca-audio-format.h:152:16: style: Unhandled exception specification when calling function set_sample_format(). [unhandledExceptionSpecification]
ecasound-2.9.1/libecasound/eca-audio-format.cpp:40:3: note: Unhandled exception specification when calling function set_sample_format().
ecasound-2.9.1/libecasound/eca-audio-format.h:152:16: note: Unhandled exception specification when calling function set_sample_format().
ecasound-2.9.1/libecasound/eca-audio-format.h:152:16: style: Unhandled exception specification when calling function set_sample_format(). [unhandledExceptionSpecification]
ecasound-2.9.1/libecasound/eca-audio-format.cpp:48:3: note: Unhandled exception specification when calling function set_sample_format().
ecasound-2.9.1/libecasound/eca-audio-format.h:152:16: note: Unhandled exception specification when calling function set_sample_format().
ecasound-2.9.1/libecasound/eca-audio-format.h:152:16: style: Unhandled exception specification when calling function set_sample_format(). [unhandledExceptionSpecification]
ecasound-2.9.1/libecasound/eca-audio-format.cpp:80:3: note: Unhandled exception specification when calling function set_sample_format().
ecasound-2.9.1/libecasound/eca-audio-format.h:152:16: note: Unhandled exception specification when calling function set_sample_format().
ecasound-2.9.1/libecasound/eca-audio-format.h:174:8: style: Unhandled exception specification when calling function set_sample_format_string(). [unhandledExceptionSpecification]
ecasound-2.9.1/libecasound/eca-audio-format.cpp:284:3: note: Unhandled exception specification when calling function set_sample_format_string().
ecasound-2.9.1/libecasound/eca-audio-format.h:174:8: note: Unhandled exception specification when calling function set_sample_format_string().
ecasound-2.9.1/libecasound/eca-audio-format.h:174:8: style: Unhandled exception specification when calling function set_sample_format_string(). [unhandledExceptionSpecification]
ecasound-2.9.1/libecasound/eca-audio-format.cpp:295:3: note: Unhandled exception specification when calling function set_sample_format_string().
ecasound-2.9.1/libecasound/eca-audio-format.h:174:8: note: Unhandled exception specification when calling function set_sample_format_string().
ecasound-2.9.1/libecasound/eca-audio-position.cpp:144:0: style: Function 'seek_position_in_samples_advance' argument 1 names different: declaration 'pos_in_samples' definition 'pos'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasound/eca-audio-position.h:86:0: note: Function 'seek_position_in_samples_advance' argument 1 names different: declaration 'pos_in_samples' definition 'pos'.
ecasound-2.9.1/libecasound/eca-audio-position.cpp:144:0: note: Function 'seek_position_in_samples_advance' argument 1 names different: declaration 'pos_in_samples' definition 'pos'.
ecasound-2.9.1/libecasound/eca-audio-time.h:35:8: style: Technically the member function 'ECA_AUDIO_TIME::set_samples_per_second' can be const. [functionConst]
ecasound-2.9.1/libecasound/eca-audio-time.cpp:168:22: note: Technically the member function 'ECA_AUDIO_TIME::set_samples_per_second' can be const.
ecasound-2.9.1/libecasound/eca-audio-time.h:35:8: note: Technically the member function 'ECA_AUDIO_TIME::set_samples_per_second' can be const.
ecasound-2.9.1/libecasound/eca-chain.cpp:905:5: style: Variable 'fpreset' is reassigned a value before the old one has been used. [redundantAssignment]
ecasound-2.9.1/libecasound/eca-chain.cpp:904:5: note: Variable 'fpreset' is reassigned a value before the old one has been used.
ecasound-2.9.1/libecasound/eca-chain.cpp:905:5: note: Variable 'fpreset' is reassigned a value before the old one has been used.
ecasound-2.9.1/libecasound/eca-chain.cpp:914:7: style: Variable 'gpreset' is reassigned a value before the old one has been used. [redundantAssignment]
ecasound-2.9.1/libecasound/eca-chain.cpp:913:7: note: Variable 'gpreset' is reassigned a value before the old one has been used.
ecasound-2.9.1/libecasound/eca-chain.cpp:914:7: note: Variable 'gpreset' is reassigned a value before the old one has been used.
ecasound-2.9.1/libecasound/eca-chain.cpp:898:16: style: The scope of the variable 'fpreset' can be reduced. [variableScope]
ecasound-2.9.1/libecasound/eca-chain.cpp:158:32: style: Function 'output_removed' argument 1 names different: declaration 'input' definition 'output'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasound/eca-chain.h:106:27: note: Function 'output_removed' argument 1 names different: declaration 'input' definition 'output'.
ecasound-2.9.1/libecasound/eca-chain.cpp:158:32: note: Function 'output_removed' argument 1 names different: declaration 'input' definition 'output'.
ecasound-2.9.1/libecasound/eca-chain.cpp:439:26: style: Function 'set_mute' argument 1 names different: declaration 'muted' definition 'state'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasound/eca-chain.h:76:21: note: Function 'set_mute' argument 1 names different: declaration 'muted' definition 'state'.
ecasound-2.9.1/libecasound/eca-chain.cpp:439:26: note: Function 'set_mute' argument 1 names different: declaration 'muted' definition 'state'.
ecasound-2.9.1/libecasound/eca-chain.cpp:583:39: style: Function 'select_chain_operator' argument 1 names different: declaration 'op_index' definition 'index'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasound/eca-chain.h:153:34: note: Function 'select_chain_operator' argument 1 names different: declaration 'op_index' definition 'index'.
ecasound-2.9.1/libecasound/eca-chain.cpp:583:39: note: Function 'select_chain_operator' argument 1 names different: declaration 'op_index' definition 'index'.
ecasound-2.9.1/libecasound/eca-chain.cpp:604:49: style: Function 'select_chain_operator_parameter' argument 1 names different: declaration 'param_index' definition 'index'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasound/eca-chain.h:154:44: note: Function 'select_chain_operator_parameter' argument 1 names different: declaration 'param_index' definition 'index'.
ecasound-2.9.1/libecasound/eca-chain.cpp:604:49: note: Function 'select_chain_operator_parameter' argument 1 names different: declaration 'param_index' definition 'index'.
ecasound-2.9.1/libecasound/eca-chain.cpp:675:42: style: Function 'set_controller_parameter' argument 1 names different: declaration 'op_index' definition 'ctrl_index'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasound/eca-chain.h:144:37: note: Function 'set_controller_parameter' argument 1 names different: declaration 'op_index' definition 'ctrl_index'.
ecasound-2.9.1/libecasound/eca-chain.cpp:675:42: note: Function 'set_controller_parameter' argument 1 names different: declaration 'op_index' definition 'ctrl_index'.
ecasound-2.9.1/libecasound/eca-chain.cpp:89:22: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecasound-2.9.1/libecasound/eca-chain.cpp:100:26: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecasound-2.9.1/libecasound/eca-chain.cpp:224:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecasound-2.9.1/libecasound/eca-chain.cpp:542:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecasound-2.9.1/libecasound/eca-chain.cpp:558:102: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecasound-2.9.1/libecasound/eca-chain.cpp:564:26: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecasound-2.9.1/libecasound/preset.h:85:11: warning: Member variable 'PRESET::impl_repp' is not assigned a value in 'PRESET::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/preset.h:85:11: warning: Member variable 'PRESET::first_buffer' is not assigned a value in 'PRESET::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/preset.h:85:11: warning: Member variable 'PRESET::buffers' is not assigned a value in 'PRESET::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/preset.h:85:11: warning: Member variable 'PRESET::chains' is not assigned a value in 'PRESET::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/preset.h:86:3: warning: Member variable 'PRESET::impl_repp' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/preset.h:86:3: warning: Member variable 'PRESET::first_buffer' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/preset.h:86:3: warning: Member variable 'PRESET::buffers' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/preset.h:86:3: warning: Member variable 'PRESET::chains' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/eca-chain.cpp:63:8: warning: Member variable 'CHAIN::in_channels_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/eca-chain.cpp:63:8: warning: Member variable 'CHAIN::out_channels_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/eca-chain.cpp:63:8: warning: Member variable 'CHAIN::audioslot_repp' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/eca-chain.h:135:8: style: Technically the member function 'CHAIN::set_parameter' can be const. [functionConst]
ecasound-2.9.1/libecasound/eca-chain.cpp:381:13: note: Technically the member function 'CHAIN::set_parameter' can be const.
ecasound-2.9.1/libecasound/eca-chain.h:135:8: note: Technically the member function 'CHAIN::set_parameter' can be const.
ecasound-2.9.1/libecasound/eca-chain.h:144:8: style: Technically the member function 'CHAIN::set_controller_parameter' can be const. [functionConst]
ecasound-2.9.1/libecasound/eca-chain.cpp:675:13: note: Technically the member function 'CHAIN::set_controller_parameter' can be const.
ecasound-2.9.1/libecasound/eca-chain.h:144:8: note: Technically the member function 'CHAIN::set_controller_parameter' can be const.
ecasound-2.9.1/libecasound/preset.h:37:3: style: Class 'PRESET' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecasound-2.9.1/libecasound/file-preset.h:25:3: style: Class 'FILE_PRESET' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecasound-2.9.1/libecasound/global-preset.h:24:3: style: Class 'GLOBAL_PRESET' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecasound-2.9.1/libecasound/generic-controller.h:28:23: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/ctrl-source.h:41:30: note: Virtual function in base class
ecasound-2.9.1/libecasound/generic-controller.h:28:23: note: Function in derived class
ecasound-2.9.1/libecasound/generic-controller.h:29:23: style: The function 'new_expr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/ctrl-source.h:42:30: note: Virtual function in base class
ecasound-2.9.1/libecasound/generic-controller.h:29:23: note: Function in derived class
ecasound-2.9.1/libecasound/generic-controller.h:36:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/ctrl-source.h:23:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/generic-controller.h:36:16: note: Function in derived class
ecasound-2.9.1/libecasound/generic-controller.h:53:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-object.h:24:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/generic-controller.h:53:23: note: Function in derived class
ecasound-2.9.1/libecasound/generic-controller.h:60:16: style: The function 'variable_params' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/dynamic-parameters.h:34:0: note: Virtual function in base class
ecasound-2.9.1/libecasound/generic-controller.h:60:16: note: Function in derived class
ecasound-2.9.1/libecasound/generic-controller.h:61:23: style: The function 'parameter_names' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/dynamic-parameters.h:47:0: note: Virtual function in base class
ecasound-2.9.1/libecasound/generic-controller.h:61:23: note: Function in derived class
ecasound-2.9.1/libecasound/preset.h:29:16: style: The function 'set_samples_per_second' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-samplerate-aware.h:49:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/preset.h:29:16: note: Function in derived class
ecasound-2.9.1/libecasound/preset.h:48:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-object.h:24:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/preset.h:48:23: note: Function in derived class
ecasound-2.9.1/libecasound/preset.h:49:23: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-object.h:30:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/preset.h:49:23: note: Function in derived class
ecasound-2.9.1/libecasound/preset.h:53:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-chainop.h:43:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/preset.h:53:16: note: Function in derived class
ecasound-2.9.1/libecasound/preset.h:54:16: style: The function 'release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-chainop.h:58:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/preset.h:54:16: note: Function in derived class
ecasound-2.9.1/libecasound/preset.h:55:16: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-chainop.h:64:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/preset.h:55:16: note: Function in derived class
ecasound-2.9.1/libecasound/preset.h:56:23: style: The function 'parameter_names' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/dynamic-parameters.h:47:0: note: Virtual function in base class
ecasound-2.9.1/libecasound/preset.h:56:23: note: Function in derived class
ecasound-2.9.1/libecasound/preset.h:59:16: style: The function 'parameter_description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-operator.h:89:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/preset.h:59:16: note: Function in derived class
ecasound-2.9.1/libecasound/file-preset.h:21:24: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/preset.h:44:19: note: Virtual function in base class
ecasound-2.9.1/libecasound/file-preset.h:21:24: note: Function in derived class
ecasound-2.9.1/libecasound/file-preset.h:22:24: style: The function 'new_expr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/preset.h:45:19: note: Virtual function in base class
ecasound-2.9.1/libecasound/file-preset.h:22:24: note: Function in derived class
ecasound-2.9.1/libecasound/global-preset.h:20:26: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/preset.h:44:19: note: Virtual function in base class
ecasound-2.9.1/libecasound/global-preset.h:20:26: note: Function in derived class
ecasound-2.9.1/libecasound/global-preset.h:21:26: style: The function 'new_expr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/preset.h:45:19: note: Virtual function in base class
ecasound-2.9.1/libecasound/global-preset.h:21:26: note: Function in derived class
ecasound-2.9.1/libecasound/eca-preset-map.h:35:16: style: The function 'register_object' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-object-map.h:52:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-preset-map.h:35:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-preset-map.h:36:16: style: The function 'unregister_object' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-object-map.h:53:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-preset-map.h:36:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-preset-map.h:43:29: style: The function 'object' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-object-map.h:60:29: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-preset-map.h:43:29: note: Function in derived class
ecasound-2.9.1/libecasound/eca-preset-map.h:44:29: style: The function 'object_expr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-object-map.h:61:29: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-preset-map.h:44:29: note: Function in derived class
ecasound-2.9.1/libecasound/eca-preset-map.h:51:16: style: The function 'has_keyword' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-object-map.h:69:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-preset-map.h:51:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-preset-map.h:52:41: style: The function 'registered_objects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-object-map.h:68:41: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-preset-map.h:52:41: note: Function in derived class
ecasound-2.9.1/libecasound/eca-chain.h:200:16: style: The function 'set_samples_per_second' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-audio-position.h:133:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-chain.h:200:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-chain.h:207:0: style: The function 'seek_position' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-audio-position.h:109:0: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-chain.h:207:0: note: Function in derived class
ecasound-2.9.1/libecasound/eca-chain.h:208:16: style: The function 'supports_seeking' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-audio-position.h:92:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-chain.h:208:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-chain.h:209:16: style: The function 'supports_seeking_sample_accurate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-audio-position.h:93:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-chain.h:209:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-chain.cpp:248:20: error: Iterator 'p' used after element has been erased. [eraseDereference]
ecasound-2.9.1/libecasound/eca-chain.cpp:222:5: note: Iterator 'p' used after element has been erased.
ecasound-2.9.1/libecasound/eca-chain.cpp:248:20: note: Iterator 'p' used after element has been erased.
ecasound-2.9.1/libecasound/eca-chainsetup-bufparams.cpp:30:27: warning: Member variable 'ECA_CHAINSETUP_BUFPARAMS::buffersize_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/eca-chainsetup-bufparams.cpp:30:27: warning: Member variable 'ECA_CHAINSETUP_BUFPARAMS::raisedpriority_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/eca-chainsetup-bufparams.cpp:30:27: warning: Member variable 'ECA_CHAINSETUP_BUFPARAMS::sched_priority_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/eca-chainsetup-bufparams.cpp:30:27: warning: Member variable 'ECA_CHAINSETUP_BUFPARAMS::double_buffering_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/eca-chainsetup-bufparams.cpp:30:27: warning: Member variable 'ECA_CHAINSETUP_BUFPARAMS::double_buffer_size_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/eca-chainsetup-bufparams.cpp:30:27: warning: Member variable 'ECA_CHAINSETUP_BUFPARAMS::max_buffers_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/eca-chainsetup-parser.cpp:789:4: warning: Either the condition 'last_object' is redundant or there is possible null pointer dereference: last_object. [nullPointerRedundantCheck]
ecasound-2.9.1/libecasound/eca-chainsetup-parser.cpp:783:6: note: Assuming that condition 'last_object' is not redundant
ecasound-2.9.1/libecasound/eca-chainsetup-parser.cpp:789:4: note: Null pointer dereference
ecasound-2.9.1/libecasound/eca-chainsetup-parser.cpp:791:8: warning: Either the condition 'last_object' is redundant or there is possible null pointer dereference: last_object. [nullPointerRedundantCheck]
ecasound-2.9.1/libecasound/eca-chainsetup-parser.cpp:783:6: note: Assuming that condition 'last_object' is not redundant
ecasound-2.9.1/libecasound/eca-chainsetup-parser.cpp:791:8: note: Null pointer dereference
ecasound-2.9.1/libecasound/eca-chainsetup-parser.cpp:792:78: warning: Either the condition 'last_object' is redundant or there is possible null pointer dereference: last_object. [nullPointerRedundantCheck]
ecasound-2.9.1/libecasound/eca-chainsetup-parser.cpp:783:6: note: Assuming that condition 'last_object' is not redundant
ecasound-2.9.1/libecasound/eca-chainsetup-parser.cpp:792:78: note: Null pointer dereference
ecasound-2.9.1/libecasound/eca-chainsetup-parser.cpp:795:80: warning: Either the condition 'last_object' is redundant or there is possible null pointer dereference: last_object. [nullPointerRedundantCheck]
ecasound-2.9.1/libecasound/eca-chainsetup-parser.cpp:783:6: note: Assuming that condition 'last_object' is not redundant
ecasound-2.9.1/libecasound/eca-chainsetup-parser.cpp:795:80: note: Null pointer dereference
ecasound-2.9.1/libecasound/eca-chainsetup-parser.cpp:798:4: warning: Either the condition 'last_object' is redundant or there is possible null pointer dereference: last_object. [nullPointerRedundantCheck]
ecasound-2.9.1/libecasound/eca-chainsetup-parser.cpp:783:6: note: Assuming that condition 'last_object' is not redundant
ecasound-2.9.1/libecasound/eca-chainsetup-parser.cpp:798:4: note: Null pointer dereference
ecasound-2.9.1/libecasound/eca-chainsetup-parser.cpp:538:24: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecasound-2.9.1/libecasound/midi-server.h:102:16: warning: Member variable 'MIDI_SERVER::buffer_rep' is not assigned a value in 'MIDI_SERVER::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/midi-server.h:102:16: warning: Member variable 'MIDI_SERVER::controller_values_rep' is not assigned a value in 'MIDI_SERVER::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/midi-server.h:102:16: warning: Member variable 'MIDI_SERVER::running_status_rep' is not assigned a value in 'MIDI_SERVER::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/midi-server.h:102:16: warning: Member variable 'MIDI_SERVER::current_ctrl_channel_rep' is not assigned a value in 'MIDI_SERVER::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/midi-server.h:102:16: warning: Member variable 'MIDI_SERVER::current_ctrl_number' is not assigned a value in 'MIDI_SERVER::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/midi-server.h:102:16: warning: Member variable 'MIDI_SERVER::mmc_send_ids_rep' is not assigned a value in 'MIDI_SERVER::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/midi-server.h:102:16: warning: Member variable 'MIDI_SERVER::mmc_receive_id_rep' is not assigned a value in 'MIDI_SERVER::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/midi-server.h:102:16: warning: Member variable 'MIDI_SERVER::clients_rep' is not assigned a value in 'MIDI_SERVER::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/midi-server.h:102:16: warning: Member variable 'MIDI_SERVER::midi_sync_send_rep' is not assigned a value in 'MIDI_SERVER::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/midi-server.h:102:16: warning: Member variable 'MIDI_SERVER::midi_sync_receive_rep' is not assigned a value in 'MIDI_SERVER::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/midi-server.h:102:16: warning: Member variable 'MIDI_SERVER::handlers_rep' is not assigned a value in 'MIDI_SERVER::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/midi-server.h:102:16: warning: Member variable 'MIDI_SERVER::io_thread_rep' is not assigned a value in 'MIDI_SERVER::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/midi-server.h:102:16: warning: Member variable 'MIDI_SERVER::thread_running_rep' is not assigned a value in 'MIDI_SERVER::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/midi-server.h:102:16: warning: Member variable 'MIDI_SERVER::schedrealtime_rep' is not assigned a value in 'MIDI_SERVER::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/midi-server.h:102:16: warning: Member variable 'MIDI_SERVER::schedpriority_rep' is not assigned a value in 'MIDI_SERVER::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/midi-server.h:102:16: warning: Member variable 'MIDI_SERVER::exit_request_rep' is not assigned a value in 'MIDI_SERVER::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/midi-server.h:102:16: warning: Member variable 'MIDI_SERVER::stop_request_rep' is not assigned a value in 'MIDI_SERVER::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/midi-server.h:102:16: warning: Member variable 'MIDI_SERVER::running_rep' is not assigned a value in 'MIDI_SERVER::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/midi-server.h:103:3: warning: Member variable 'MIDI_SERVER::buffer_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/midi-server.h:103:3: warning: Member variable 'MIDI_SERVER::controller_values_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/midi-server.h:103:3: warning: Member variable 'MIDI_SERVER::running_status_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/midi-server.h:103:3: warning: Member variable 'MIDI_SERVER::current_ctrl_channel_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/midi-server.h:103:3: warning: Member variable 'MIDI_SERVER::current_ctrl_number' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/midi-server.h:103:3: warning: Member variable 'MIDI_SERVER::mmc_send_ids_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/midi-server.h:103:3: warning: Member variable 'MIDI_SERVER::mmc_receive_id_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/midi-server.h:103:3: warning: Member variable 'MIDI_SERVER::clients_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/midi-server.h:103:3: warning: Member variable 'MIDI_SERVER::midi_sync_send_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/midi-server.h:103:3: warning: Member variable 'MIDI_SERVER::midi_sync_receive_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/midi-server.h:103:3: warning: Member variable 'MIDI_SERVER::handlers_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/midi-server.h:103:3: warning: Member variable 'MIDI_SERVER::io_thread_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/midi-server.h:103:3: warning: Member variable 'MIDI_SERVER::thread_running_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/midi-server.h:103:3: warning: Member variable 'MIDI_SERVER::schedrealtime_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/midi-server.h:103:3: warning: Member variable 'MIDI_SERVER::schedpriority_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/midi-server.h:103:3: warning: Member variable 'MIDI_SERVER::exit_request_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/midi-server.h:103:3: warning: Member variable 'MIDI_SERVER::stop_request_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/midi-server.h:103:3: warning: Member variable 'MIDI_SERVER::running_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/eca-chainsetup-parser.cpp:54:24: warning: Member variable 'ECA_CHAINSETUP_PARSER::last_audio_object_repp' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/eca-chainsetup-parser.cpp:54:24: warning: Member variable 'ECA_CHAINSETUP_PARSER::istatus_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/eca-chainsetup-parser.cpp:54:24: warning: Member variable 'ECA_CHAINSETUP_PARSER::interpret_result_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/eca-chainsetup-parser.h:23:3: style: Class 'ECA_CHAINSETUP_PARSER' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecasound-2.9.1/libecasound/eca-chainsetup.h:108:3: style: Class 'ECA_CHAINSETUP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecasound-2.9.1/libecasound/eca-chainsetup.h:109:3: style: Class 'ECA_CHAINSETUP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecasound-2.9.1/libecasound/midiio.h:63:20: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/dynamic-object.h:28:0: note: Virtual function in base class
ecasound-2.9.1/libecasound/midiio.h:63:20: note: Function in derived class
ecasound-2.9.1/libecasound/midiio.h:64:20: style: The function 'new_expr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/dynamic-object.h:34:0: note: Virtual function in base class
ecasound-2.9.1/libecasound/midiio.h:64:20: note: Function in derived class
ecasound-2.9.1/libecasound/midiio.h:92:23: style: The function 'parameter_names' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/dynamic-parameters.h:47:0: note: Virtual function in base class
ecasound-2.9.1/libecasound/midiio.h:92:23: note: Function in derived class
ecasound-2.9.1/libecasound/midiio.h:93:16: style: The function 'set_parameter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/dynamic-parameters.h:59:0: note: Virtual function in base class
ecasound-2.9.1/libecasound/midiio.h:93:16: note: Function in derived class
ecasound-2.9.1/libecasound/midiio.h:94:23: style: The function 'get_parameter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/dynamic-parameters.h:66:0: note: Virtual function in base class
ecasound-2.9.1/libecasound/midiio.h:94:23: note: Function in derived class
ecasound-2.9.1/libecasound/eca-chainsetup-position.h:43:16: style: The function 'set_samples_per_second' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-audio-position.h:133:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-chainsetup-position.h:43:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-chainsetup-position.h:50:16: style: The function 'supports_seeking' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-audio-position.h:92:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-chainsetup-position.h:50:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-chainsetup-position.h:51:16: style: The function 'supports_seeking_sample_accurate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-audio-position.h:93:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-chainsetup-position.h:51:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-chainsetup.h:249:16: style: The function 'set_samples_per_second' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-chainsetup-position.h:43:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-chainsetup.h:249:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-chainsetup.h:258:0: style: The function 'seek_position' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-audio-position.h:109:0: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-chainsetup.h:258:0: note: Function in derived class
ecasound-2.9.1/libecasound/eca-chainsetup-position.cpp:25:26: warning: Member variable 'ECA_CHAINSETUP_POSITION::max_length_in_samples_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/eca-chainsetup.cpp:103:54: style: Function 'ECA_CHAINSETUP' argument 1 names different: declaration 'options' definition 'opts'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasound/eca-chainsetup.h:108:40: note: Function 'ECA_CHAINSETUP' argument 1 names different: declaration 'options' definition 'opts'.
ecasound-2.9.1/libecasound/eca-chainsetup.cpp:103:54: note: Function 'ECA_CHAINSETUP' argument 1 names different: declaration 'options' definition 'opts'.
ecasound-2.9.1/libecasound/eca-chainsetup.cpp:1357:42: style: Function 'add_input' argument 1 names different: declaration 'aiod' definition 'aio'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasound/eca-chainsetup.h:119:28: note: Function 'add_input' argument 1 names different: declaration 'aiod' definition 'aio'.
ecasound-2.9.1/libecasound/eca-chainsetup.cpp:1357:42: note: Function 'add_input' argument 1 names different: declaration 'aiod' definition 'aio'.
ecasound-2.9.1/libecasound/eca-chainsetup.cpp:1398:43: style: Function 'add_output' argument 1 names different: declaration 'aiod' definition 'aio'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasound/eca-chainsetup.h:120:29: note: Function 'add_output' argument 1 names different: declaration 'aiod' definition 'aio'.
ecasound-2.9.1/libecasound/eca-chainsetup.cpp:1398:43: note: Function 'add_output' argument 1 names different: declaration 'aiod' definition 'aio'.
ecasound-2.9.1/libecasound/eca-chainsetup.cpp:1611:55: style: Function 'remove_midi_device' argument 1 names different: declaration 'name' definition 'mdev_name'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasound/eca-chainsetup.h:163:41: note: Function 'remove_midi_device' argument 1 names different: declaration 'name' definition 'mdev_name'.
ecasound-2.9.1/libecasound/eca-chainsetup.cpp:1611:55: note: Function 'remove_midi_device' argument 1 names different: declaration 'name' definition 'mdev_name'.
ecasound-2.9.1/libecasound/eca-chainsetup.cpp:2185:0: style: Function 'set_samples_per_second' argument 1 names different: declaration 'v' definition 'new_value'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasound/eca-chainsetup.h:249:0: note: Function 'set_samples_per_second' argument 1 names different: declaration 'v' definition 'new_value'.
ecasound-2.9.1/libecasound/eca-chainsetup.cpp:2185:0: note: Function 'set_samples_per_second' argument 1 names different: declaration 'v' definition 'new_value'.
ecasound-2.9.1/libecasound/eca-chainsetup.cpp:196:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecasound-2.9.1/libecasound/eca-chainsetup.cpp:203:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecasound-2.9.1/libecasound/eca-chainsetup.cpp:212:96: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecasound-2.9.1/libecasound/eca-chainsetup.cpp:221:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecasound-2.9.1/libecasound/eca-chainsetup.cpp:230:98: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecasound-2.9.1/libecasound/eca-chainsetup.cpp:240:85: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecasound-2.9.1/libecasound/eca-chainsetup.cpp:247:102: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecasound-2.9.1/libecasound/eca-chainsetup.cpp:385:79: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecasound-2.9.1/libecasound/eca-chainsetup.cpp:744:83: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecasound-2.9.1/libecasound/eca-chainsetup.cpp:746:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecasound-2.9.1/libecasound/eca-chainsetup.cpp:776:99: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecasound-2.9.1/libecasound/eca-chainsetup.cpp:806:99: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecasound-2.9.1/libecasound/eca-chainsetup.cpp:807:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecasound-2.9.1/libecasound/eca-chainsetup.cpp:820:99: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecasound-2.9.1/libecasound/eca-chainsetup.cpp:821:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecasound-2.9.1/libecasound/eca-chainsetup.cpp:873:99: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecasound-2.9.1/libecasound/eca-chainsetup.cpp:874:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecasound-2.9.1/libecasound/eca-chainsetup.cpp:893:99: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecasound-2.9.1/libecasound/eca-chainsetup.cpp:894:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecasound-2.9.1/libecasound/eca-chainsetup.cpp:1153:108: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecasound-2.9.1/libecasound/eca-chainsetup.cpp:1176:108: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecasound-2.9.1/libecasound/eca-chainsetup.cpp:1261:108: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecasound-2.9.1/libecasound/eca-chainsetup.cpp:1617:85: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecasound-2.9.1/libecasound/eca-chainsetup.cpp:1678:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecasound-2.9.1/libecasound/eca-chainsetup.cpp:1684:102: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecasound-2.9.1/libecasound/eca-chainsetup.cpp:1685:70: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecasound-2.9.1/libecasound/eca-chainsetup.cpp:1714:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecasound-2.9.1/libecasound/eca-chainsetup.cpp:1720:102: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecasound-2.9.1/libecasound/eca-chainsetup.cpp:1721:70: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecasound-2.9.1/libecasound/eca-chainsetup.cpp:1829:78: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecasound-2.9.1/libecasound/eca-chainsetup.cpp:1839:78: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecasound-2.9.1/libecasound/eca-chainsetup.cpp:1854:80: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecasound-2.9.1/libecasound/eca-chainsetup.cpp:1889:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecasound-2.9.1/libecasound/eca-chainsetup.cpp:1949:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecasound-2.9.1/libecasound/eca-chainsetup.cpp:1954:78: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecasound-2.9.1/libecasound/eca-chainsetup.cpp:1960:87: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecasound-2.9.1/libecasound/eca-chainsetup.cpp:2196:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecasound-2.9.1/libecasound/eca-chainsetup.cpp:2200:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecasound-2.9.1/libecasound/eca-chainsetup.cpp:2204:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecasound-2.9.1/libecasound/eca-chainsetup.cpp:2213:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecasound-2.9.1/libecasound/eca-chainsetup.cpp:2250:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecasound-2.9.1/libecasound/eca-chainsetup.cpp:2437:79: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecasound-2.9.1/libecasound/eca-chainsetup.cpp:2438:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecasound-2.9.1/libecasound/eca-chainsetup.cpp:2473:79: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecasound-2.9.1/libecasound/eca-chainsetup.cpp:2474:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecasound-2.9.1/libecasound/eca-chainsetup.cpp:2507:79: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecasound-2.9.1/libecasound/eca-chainsetup.cpp:2508:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecasound-2.9.1/libecasound/eca-session.h:158:3: warning: Member variable 'ECA_SESSION::chainsetups_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/eca-session.h:158:3: warning: Member variable 'ECA_SESSION::connected_chainsetup_repp' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/eca-session.h:158:3: warning: Member variable 'ECA_SESSION::selected_chainsetup_repp' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/eca-session.h:158:3: warning: Member variable 'ECA_SESSION::cs_defaults_set_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/eca-session.h:159:16: warning: Member variable 'ECA_SESSION::chainsetups_rep' is not assigned a value in 'ECA_SESSION::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/eca-session.h:159:16: warning: Member variable 'ECA_SESSION::connected_chainsetup_repp' is not assigned a value in 'ECA_SESSION::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/eca-session.h:159:16: warning: Member variable 'ECA_SESSION::selected_chainsetup_repp' is not assigned a value in 'ECA_SESSION::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/eca-session.h:159:16: warning: Member variable 'ECA_SESSION::cs_defaults_set_rep' is not assigned a value in 'ECA_SESSION::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/eca-chainsetup.cpp:111:3: performance: Variable 'setup_name_rep' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ecasound-2.9.1/libecasound/eca-chainsetup.cpp:112:3: performance: Variable 'setup_filename_rep' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ecasound-2.9.1/libecasound/eca-chainsetup.cpp:140:3: performance: Variable 'setup_name_rep' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ecasound-2.9.1/libecasound/eca-chainsetup.cpp:162:3: performance: Variable 'setup_name_rep' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ecasound-2.9.1/libecasound/eca-chainsetup.h:393:8: style: Technically the member function 'ECA_CHAINSETUP::unregister_audio_object_from_manager' can be const. [functionConst]
ecasound-2.9.1/libecasound/eca-chainsetup.cpp:1239:22: note: Technically the member function 'ECA_CHAINSETUP::unregister_audio_object_from_manager' can be const.
ecasound-2.9.1/libecasound/eca-chainsetup.h:393:8: note: Technically the member function 'ECA_CHAINSETUP::unregister_audio_object_from_manager' can be const.
ecasound-2.9.1/libecasound/eca-chainsetup.h:420:8: performance: Technically the member function 'ECA_CHAINSETUP::lock_all_memory' can be static. [functionStatic]
ecasound-2.9.1/libecasound/eca-chainsetup.cpp:672:22: note: Technically the member function 'ECA_CHAINSETUP::lock_all_memory' can be static.
ecasound-2.9.1/libecasound/eca-chainsetup.h:420:8: note: Technically the member function 'ECA_CHAINSETUP::lock_all_memory' can be static.
ecasound-2.9.1/libecasound/eca-chainsetup.h:429:8: performance: Technically the member function 'ECA_CHAINSETUP::check_for_locked_buffersize' can be static. [functionStatic]
ecasound-2.9.1/libecasound/eca-chainsetup.cpp:2140:26: note: Technically the member function 'ECA_CHAINSETUP::check_for_locked_buffersize' can be static.
ecasound-2.9.1/libecasound/eca-chainsetup.h:429:8: note: Technically the member function 'ECA_CHAINSETUP::check_for_locked_buffersize' can be static.
ecasound-2.9.1/libecasound/eca-chainsetup.cpp:160:3: style: Class 'ECA_CHAINSETUP' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ecasound-2.9.1/libecasound/eca-chainsetup.cpp:160:3: style: Class 'ECA_CHAINSETUP' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ecasound-2.9.1/libecasound/eca-session.h:49:3: style: Class 'ECA_SESSION' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecasound-2.9.1/libecasound/audioio-manager.h:34:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-object.h:24:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-manager.h:34:23: note: Function in derived class
ecasound-2.9.1/libecasound/audioio-manager.h:39:23: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-object.h:30:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio-manager.h:39:23: note: Function in derived class
ecasound-2.9.1/libecasound/eca-chainsetup.h:405:8: style: Unhandled exception specification when calling function load_from_file(). [unhandledExceptionSpecification]
ecasound-2.9.1/libecasound/eca-chainsetup.cpp:165:3: note: Unhandled exception specification when calling function load_from_file().
ecasound-2.9.1/libecasound/eca-chainsetup.h:405:8: note: Unhandled exception specification when calling function load_from_file().
ecasound-2.9.1/libecasound/audioio.h:242:16: style: Unhandled exception specification when calling function open(). [unhandledExceptionSpecification]
ecasound-2.9.1/libecasound/eca-chainsetup.cpp:1782:11: note: Unhandled exception specification when calling function open().
ecasound-2.9.1/libecasound/audioio.h:242:16: note: Unhandled exception specification when calling function open().
ecasound-2.9.1/libecasound/eca-control-base.cpp:233:37: style: Redundant condition: is_engine_created()==true. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition]
ecasound-2.9.1/libecasound/eca-engine.h:22:1: style: The class 'ECA_ENGINE_DEFAULT_DRIVER' does not have a constructor although it has private member variables. [noConstructor]
ecasound-2.9.1/libecasound/eca-engine.h:343:15: warning: Member variable 'ECA_ENGINE::impl_repp' is not assigned a value in 'ECA_ENGINE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/eca-engine.h:343:15: warning: Member variable 'ECA_ENGINE::use_midi_rep' is not assigned a value in 'ECA_ENGINE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/eca-engine.h:343:15: warning: Member variable 'ECA_ENGINE::batchmode_enabled_rep' is not assigned a value in 'ECA_ENGINE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/eca-engine.h:343:15: warning: Member variable 'ECA_ENGINE::processing_range_set_rep' is not assigned a value in 'ECA_ENGINE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/eca-engine.h:343:15: warning: Member variable 'ECA_ENGINE::prepared_rep' is not assigned a value in 'ECA_ENGINE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/eca-engine.h:343:15: warning: Member variable 'ECA_ENGINE::running_rep' is not assigned a value in 'ECA_ENGINE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/eca-engine.h:343:15: warning: Member variable 'ECA_ENGINE::started_rep' is not assigned a value in 'ECA_ENGINE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/eca-engine.h:343:15: warning: Member variable 'ECA_ENGINE::was_running_rep' is not assigned a value in 'ECA_ENGINE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/eca-engine.h:343:15: warning: Member variable 'ECA_ENGINE::driver_local' is not assigned a value in 'ECA_ENGINE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/eca-engine.h:343:15: warning: Member variable 'ECA_ENGINE::finished_rep' is not assigned a value in 'ECA_ENGINE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/eca-engine.h:343:15: warning: Member variable 'ECA_ENGINE::outputs_finished_rep' is not assigned a value in 'ECA_ENGINE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/eca-engine.h:343:15: warning: Member variable 'ECA_ENGINE::driver_errors_rep' is not assigned a value in 'ECA_ENGINE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/eca-engine.h:343:15: warning: Member variable 'ECA_ENGINE::inputs_not_finished_rep' is not assigned a value in 'ECA_ENGINE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/eca-engine.h:343:15: warning: Member variable 'ECA_ENGINE::prefill_threshold_rep' is not assigned a value in 'ECA_ENGINE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/eca-engine.h:343:15: warning: Member variable 'ECA_ENGINE::preroll_samples_rep' is not assigned a value in 'ECA_ENGINE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/eca-engine.h:343:15: warning: Member variable 'ECA_ENGINE::recording_offset_rep' is not assigned a value in 'ECA_ENGINE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/eca-engine.h:343:15: warning: Member variable 'ECA_ENGINE::csetup_repp' is not assigned a value in 'ECA_ENGINE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/eca-engine.h:343:15: warning: Member variable 'ECA_ENGINE::driver_repp' is not assigned a value in 'ECA_ENGINE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/eca-engine.h:343:15: warning: Member variable 'ECA_ENGINE::chains_repp' is not assigned a value in 'ECA_ENGINE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/eca-engine.h:343:15: warning: Member variable 'ECA_ENGINE::inputs_repp' is not assigned a value in 'ECA_ENGINE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/eca-engine.h:343:15: warning: Member variable 'ECA_ENGINE::outputs_repp' is not assigned a value in 'ECA_ENGINE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/eca-engine.h:343:15: warning: Member variable 'ECA_ENGINE::mixslot_repp' is not assigned a value in 'ECA_ENGINE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/eca-engine.h:343:15: warning: Member variable 'ECA_ENGINE::cslots_rep' is not assigned a value in 'ECA_ENGINE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/eca-engine.h:343:15: warning: Member variable 'ECA_ENGINE::realtime_inputs_rep' is not assigned a value in 'ECA_ENGINE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/eca-engine.h:343:15: warning: Member variable 'ECA_ENGINE::realtime_outputs_rep' is not assigned a value in 'ECA_ENGINE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/eca-engine.h:343:15: warning: Member variable 'ECA_ENGINE::realtime_objects_rep' is not assigned a value in 'ECA_ENGINE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/eca-engine.h:343:15: warning: Member variable 'ECA_ENGINE::non_realtime_inputs_rep' is not assigned a value in 'ECA_ENGINE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/eca-engine.h:343:15: warning: Member variable 'ECA_ENGINE::non_realtime_outputs_rep' is not assigned a value in 'ECA_ENGINE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/eca-engine.h:343:15: warning: Member variable 'ECA_ENGINE::non_realtime_objects_rep' is not assigned a value in 'ECA_ENGINE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/eca-engine.h:343:15: warning: Member variable 'ECA_ENGINE::input_chain_count_rep' is not assigned a value in 'ECA_ENGINE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/eca-engine.h:343:15: warning: Member variable 'ECA_ENGINE::output_chain_count_rep' is not assigned a value in 'ECA_ENGINE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/eca-engine.h:130:3: style: Class 'ECA_ENGINE' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecasound-2.9.1/libecasound/eca-control-dump.h:128:3: style: Class 'ECA_CONTROL_DUMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecasound-2.9.1/libecasound/eca-control.h:66:3: style: Class 'ECA_CONTROL' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecasound-2.9.1/libecasound/eca-engine.h:67:1: warning: The class 'ECA_ENGINE' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
ecasound-2.9.1/libecasound/eca-engine.h:26:15: style: The function 'exec' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-engine-driver.h:34:15: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-engine.h:26:15: note: Function in derived class
ecasound-2.9.1/libecasound/eca-engine.h:27:16: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-engine-driver.h:47:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-engine.h:27:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-engine.h:28:16: style: The function 'stop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-engine-driver.h:57:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-engine.h:28:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-engine.h:29:16: style: The function 'exit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-engine-driver.h:65:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-engine.h:29:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-control.h:75:16: style: The function 'is_running' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-control-main.h:82:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-control.h:75:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-control.h:76:16: style: The function 'is_connected' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-control-main.h:83:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-control.h:76:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-control.h:77:16: style: The function 'is_selected' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-control-main.h:84:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-control.h:77:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-control.h:78:16: style: The function 'is_finished' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-control-main.h:85:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-control.h:78:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-control.h:79:16: style: The function 'is_valid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-control-main.h:86:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-control.h:79:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-control.h:80:16: style: The function 'is_engine_created' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-control-main.h:87:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-control.h:80:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-control.h:81:16: style: The function 'is_engine_ready_for_commands' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-control-main.h:88:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-control.h:81:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-control.h:83:16: style: The function 'engine_start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-control-main.h:74:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-control.h:83:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-control.h:84:15: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-control-main.h:75:15: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-control.h:84:15: note: Function in derived class
ecasound-2.9.1/libecasound/eca-control.h:85:16: style: The function 'stop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-control-main.h:76:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-control.h:85:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-control.h:86:16: style: The function 'stop_on_condition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-control-main.h:77:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-control.h:86:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-control.h:87:15: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-control-main.h:78:15: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-control.h:87:15: note: Function in derived class
ecasound-2.9.1/libecasound/eca-control.h:88:16: style: The function 'quit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-control-main.h:79:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-control.h:88:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-control.h:89:16: style: The function 'quit_async' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-control-main.h:80:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-control.h:89:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-control.h:91:16: style: The function 'connect_chainsetup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-control-main.h:92:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-control.h:91:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-control.h:92:16: style: The function 'disconnect_chainsetup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-control-main.h:93:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-control.h:92:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-control.h:93:33: style: The function 'get_connected_chainsetup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-control-main.h:90:33: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-control.h:93:33: note: Function in derived class
ecasound-2.9.1/libecasound/eca-control.h:95:16: style: The function 'execute_edit_on_connected' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-control-main.h:102:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-control.h:95:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-control.h:96:16: style: The function 'execute_edit_on_selected' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-control-main.h:103:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-control.h:96:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-control.h:98:16: style: The function 'print_last_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-control-main.h:126:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-control.h:98:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-control.h:99:16: style: The function 'command' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-control-main.h:116:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-control.h:99:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-control.h:100:16: style: The function 'command_float_arg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-control-main.h:124:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-control.h:100:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-control-mt.h:130:19: warning: Member variable 'ECA_CONTROL_MT::mutex_rep' is not assigned a value in 'ECA_CONTROL_MT::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/eca-control-mt.h:130:19: warning: Member variable 'ECA_CONTROL_MT::ec_repp' is not assigned a value in 'ECA_CONTROL_MT::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/eca-control-mt.h:131:3: warning: Member variable 'ECA_CONTROL_MT::ec_repp' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/eca-control-mt.h:58:8: style: Technically the member function 'ECA_CONTROL_MT::lock_control' can be const. [functionConst]
ecasound-2.9.1/libecasound/eca-control-mt.cpp:40:22: note: Technically the member function 'ECA_CONTROL_MT::lock_control' can be const.
ecasound-2.9.1/libecasound/eca-control-mt.h:58:8: note: Technically the member function 'ECA_CONTROL_MT::lock_control' can be const.
ecasound-2.9.1/libecasound/eca-control-mt.h:59:8: style: Technically the member function 'ECA_CONTROL_MT::unlock_control' can be const. [functionConst]
ecasound-2.9.1/libecasound/eca-control-mt.cpp:45:22: note: Technically the member function 'ECA_CONTROL_MT::unlock_control' can be const.
ecasound-2.9.1/libecasound/eca-control-mt.h:59:8: note: Technically the member function 'ECA_CONTROL_MT::unlock_control' can be const.
ecasound-2.9.1/libecasound/eca-control-mt.cpp:31:3: style: Class 'ECA_CONTROL_MT' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ecasound-2.9.1/libecasound/eca-control-mt.h:48:3: style: Class 'ECA_CONTROL_MT' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecasound-2.9.1/libecasound/eca-control-mt.h:131:3: style: Class 'ECA_CONTROL_MT' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecasound-2.9.1/libecasound/eca-control-mt.h:41:1: warning: The class 'ECA_CONTROL_MT' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
ecasound-2.9.1/libecasound/eca-control-mt.h:68:16: style: The function 'engine_start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-control-main.h:74:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-control-mt.h:68:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-control-mt.h:69:15: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-control-main.h:75:15: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-control-mt.h:69:15: note: Function in derived class
ecasound-2.9.1/libecasound/eca-control-mt.h:70:16: style: The function 'stop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-control-main.h:76:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-control-mt.h:70:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-control-mt.h:71:16: style: The function 'stop_on_condition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-control-main.h:77:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-control-mt.h:71:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-control-mt.h:72:15: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-control-main.h:78:15: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-control-mt.h:72:15: note: Function in derived class
ecasound-2.9.1/libecasound/eca-control-mt.h:73:16: style: The function 'quit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-control-main.h:79:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-control-mt.h:73:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-control-mt.h:74:16: style: The function 'quit_async' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-control-main.h:80:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-control-mt.h:74:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-control-mt.h:76:16: style: The function 'is_running' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-control-main.h:82:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-control-mt.h:76:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-control-mt.h:77:16: style: The function 'is_connected' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-control-main.h:83:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-control-mt.h:77:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-control-mt.h:78:16: style: The function 'is_selected' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-control-main.h:84:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-control-mt.h:78:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-control-mt.h:79:16: style: The function 'is_finished' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-control-main.h:85:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-control-mt.h:79:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-control-mt.h:80:16: style: The function 'is_valid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-control-main.h:86:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-control-mt.h:80:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-control-mt.h:81:16: style: The function 'is_engine_created' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-control-main.h:87:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-control-mt.h:81:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-control-mt.h:82:16: style: The function 'is_engine_ready_for_commands' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-control-main.h:88:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-control-mt.h:82:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-control-mt.h:84:33: style: The function 'get_connected_chainsetup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-control-main.h:90:33: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-control-mt.h:84:33: note: Function in derived class
ecasound-2.9.1/libecasound/eca-control-mt.h:86:16: style: The function 'connect_chainsetup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-control-main.h:92:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-control-mt.h:86:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-control-mt.h:87:16: style: The function 'disconnect_chainsetup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-control-main.h:93:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-control-mt.h:87:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-control-mt.h:96:16: style: The function 'execute_edit_on_connected' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-control-main.h:102:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-control-mt.h:96:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-control-mt.h:97:16: style: The function 'execute_edit_on_selected' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-control-main.h:103:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-control-mt.h:97:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-control-mt.h:110:16: style: The function 'command' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-control-main.h:116:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-control-mt.h:110:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-control-mt.h:118:16: style: The function 'command_float_arg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-control-main.h:124:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-control-mt.h:118:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-control-mt.h:120:16: style: The function 'print_last_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-control-main.h:126:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-control-mt.h:120:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-control-objects.cpp:215:50: style: Function 'select_chainsetup_by_index' argument 1 names different: declaration 'index' definition 'index_number'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasound/eca-control.h:144:39: note: Function 'select_chainsetup_by_index' argument 1 names different: declaration 'index' definition 'index_number'.
ecasound-2.9.1/libecasound/eca-control-objects.cpp:215:50: note: Function 'select_chainsetup_by_index' argument 1 names different: declaration 'index' definition 'index_number'.
ecasound-2.9.1/libecasound/eca-control-objects.cpp:1279:51: style: Function 'select_audio_input_by_index' argument 1 names different: declaration 'index' definition 'index_number'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasound/eca-control.h:214:40: note: Function 'select_audio_input_by_index' argument 1 names different: declaration 'index' definition 'index_number'.
ecasound-2.9.1/libecasound/eca-control-objects.cpp:1279:51: note: Function 'select_audio_input_by_index' argument 1 names different: declaration 'index' definition 'index_number'.
ecasound-2.9.1/libecasound/eca-control-objects.cpp:1298:52: style: Function 'select_audio_output_by_index' argument 1 names different: declaration 'index' definition 'index_number'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasound/eca-control.h:221:41: note: Function 'select_audio_output_by_index' argument 1 names different: declaration 'index' definition 'index_number'.
ecasound-2.9.1/libecasound/eca-control-objects.cpp:1298:52: note: Function 'select_audio_output_by_index' argument 1 names different: declaration 'index' definition 'index_number'.
ecasound-2.9.1/libecasound/eca-control-objects.cpp:2304:41: style: Function 'select_controller' argument 1 names different: declaration 'ctrl_id' definition 'controller_id'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasound/eca-control.h:268:30: note: Function 'select_controller' argument 1 names different: declaration 'ctrl_id' definition 'controller_id'.
ecasound-2.9.1/libecasound/eca-control-objects.cpp:2304:41: note: Function 'select_controller' argument 1 names different: declaration 'ctrl_id' definition 'controller_id'.
ecasound-2.9.1/libecasound/eca-control-objects.cpp:997:15: error: Iterator 'o' used after element has been erased. [eraseDereference]
ecasound-2.9.1/libecasound/eca-control-objects.cpp:994:5: note: Iterator 'o' used after element has been erased.
ecasound-2.9.1/libecasound/eca-control-objects.cpp:997:15: note: Iterator 'o' used after element has been erased.
ecasound-2.9.1/libecasound/eca-control.cpp:262:3: style: Variable 'action_id' is reassigned a value before the old one has been used. [redundantAssignment]
ecasound-2.9.1/libecasound/eca-control.cpp:261:0: note: Variable 'action_id' is reassigned a value before the old one has been used.
ecasound-2.9.1/libecasound/eca-control.cpp:262:3: note: Variable 'action_id' is reassigned a value before the old one has been used.
ecasound-2.9.1/libecasound/eca-control.cpp:1507:22: style: Variable 'count' is modified but its new value is never used. [unreadVariable]
ecasound-2.9.1/libecasound/eca-control.cpp:91:14: warning: Member variable 'ECA_CONTROL::req_batchmode_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/eca-control.cpp:91:14: warning: Member variable 'ECA_CONTROL::last_exec_res_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/eca-control.cpp:91:14: warning: Member variable 'ECA_CONTROL::last_retval_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/eca-control.cpp:91:14: warning: Member variable 'ECA_CONTROL::action_arg_f_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/eca-control.cpp:91:14: warning: Member variable 'ECA_CONTROL::action_arg_f_set_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/eca-control.cpp:91:14: warning: Member variable 'ECA_CONTROL::action_ok' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/eca-control.cpp:91:14: warning: Member variable 'ECA_CONTROL::action_reconnect' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/eca-control.cpp:91:14: warning: Member variable 'ECA_CONTROL::action_restart' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/eca-logger-wellformed.h:23:16: style: The function 'do_msg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-logger-interface.h:67:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-logger-wellformed.h:23:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-logger-wellformed.h:24:16: style: The function 'do_flush' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-logger-interface.h:68:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-logger-wellformed.h:24:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-logger-wellformed.h:25:16: style: The function 'do_log_level_changed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-logger-interface.h:69:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-logger-wellformed.h:25:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-engine.cpp:186:40: style: Function 'ECA_ENGINE' argument 1 names different: declaration 'eparam' definition 'csetup'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasound/eca-engine.h:130:30: note: Function 'ECA_ENGINE' argument 1 names different: declaration 'eparam' definition 'csetup'.
ecasound-2.9.1/libecasound/eca-engine.cpp:186:40: note: Function 'ECA_ENGINE' argument 1 names different: declaration 'eparam' definition 'csetup'.
ecasound-2.9.1/libecasound/eca-engine.cpp:186:13: warning: Member variable 'ECA_ENGINE::processing_range_set_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/eca-engine.cpp:186:13: warning: Member variable 'ECA_ENGINE::started_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/eca-engine.cpp:186:13: warning: Member variable 'ECA_ENGINE::was_running_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/eca-engine.cpp:186:13: warning: Member variable 'ECA_ENGINE::preroll_samples_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/eca-engine_impl.h:18:1: style: The class 'ECA_ENGINE_impl' does not have a constructor although it has private member variables. [noConstructor]
ecasound-2.9.1/libecasound/eca-engine.cpp:204:3: style: Class 'ECA_ENGINE' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ecasound-2.9.1/libecasound/eca-fileio-mmap.cpp:38:19: warning: Member variable 'ECA_FILE_IO_MMAP::fd_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/eca-fileio-mmap.cpp:38:19: warning: Member variable 'ECA_FILE_IO_MMAP::buffer_repp' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/eca-fileio-mmap.cpp:38:19: warning: Member variable 'ECA_FILE_IO_MMAP::file_ready_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/eca-fileio-mmap.cpp:38:19: warning: Member variable 'ECA_FILE_IO_MMAP::file_ended_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/eca-fileio-stream.h:26:16: warning: Virtual function 'close_file' is called from destructor '~ECA_FILE_IO_STREAM()' at line 43. Dynamic binding is not used. [virtualCallInConstructor]
ecasound-2.9.1/libecasound/eca-fileio-stream.cpp:43:23: note: Calling close_file
ecasound-2.9.1/libecasound/eca-fileio-stream.h:26:16: note: close_file is a virtual method
ecasound-2.9.1/libecasound/eca-iamode-parser.h:23:8: performance: Technically the member function 'ECA_IAMODE_PARSER::action_requires_params' can be static. [functionStatic]
ecasound-2.9.1/libecasound/eca-iamode-parser.cpp:357:25: note: Technically the member function 'ECA_IAMODE_PARSER::action_requires_params' can be static.
ecasound-2.9.1/libecasound/eca-iamode-parser.h:23:8: note: Technically the member function 'ECA_IAMODE_PARSER::action_requires_params' can be static.
ecasound-2.9.1/libecasound/eca-iamode-parser.h:24:8: performance: Technically the member function 'ECA_IAMODE_PARSER::action_requires_connected' can be static. [functionStatic]
ecasound-2.9.1/libecasound/eca-iamode-parser.cpp:426:25: note: Technically the member function 'ECA_IAMODE_PARSER::action_requires_connected' can be static.
ecasound-2.9.1/libecasound/eca-iamode-parser.h:24:8: note: Technically the member function 'ECA_IAMODE_PARSER::action_requires_connected' can be static.
ecasound-2.9.1/libecasound/eca-iamode-parser.h:25:8: performance: Technically the member function 'ECA_IAMODE_PARSER::action_requires_selected_not_connected' can be static. [functionStatic]
ecasound-2.9.1/libecasound/eca-iamode-parser.cpp:546:25: note: Technically the member function 'ECA_IAMODE_PARSER::action_requires_selected_not_connected' can be static.
ecasound-2.9.1/libecasound/eca-iamode-parser.h:25:8: note: Technically the member function 'ECA_IAMODE_PARSER::action_requires_selected_not_connected' can be static.
ecasound-2.9.1/libecasound/eca-iamode-parser.h:26:8: performance: Technically the member function 'ECA_IAMODE_PARSER::action_requires_selected' can be static. [functionStatic]
ecasound-2.9.1/libecasound/eca-iamode-parser.cpp:445:25: note: Technically the member function 'ECA_IAMODE_PARSER::action_requires_selected' can be static.
ecasound-2.9.1/libecasound/eca-iamode-parser.h:26:8: note: Technically the member function 'ECA_IAMODE_PARSER::action_requires_selected' can be static.
ecasound-2.9.1/libecasound/eca-iamode-parser.h:27:8: performance: Technically the member function 'ECA_IAMODE_PARSER::action_requires_selected_audio_input' can be static. [functionStatic]
ecasound-2.9.1/libecasound/eca-iamode-parser.cpp:592:25: note: Technically the member function 'ECA_IAMODE_PARSER::action_requires_selected_audio_input' can be static.
ecasound-2.9.1/libecasound/eca-iamode-parser.h:27:8: note: Technically the member function 'ECA_IAMODE_PARSER::action_requires_selected_audio_input' can be static.
ecasound-2.9.1/libecasound/eca-iamode-parser.h:28:8: performance: Technically the member function 'ECA_IAMODE_PARSER::action_requires_selected_audio_output' can be static. [functionStatic]
ecasound-2.9.1/libecasound/eca-iamode-parser.cpp:618:25: note: Technically the member function 'ECA_IAMODE_PARSER::action_requires_selected_audio_output' can be static.
ecasound-2.9.1/libecasound/eca-iamode-parser.h:28:8: note: Technically the member function 'ECA_IAMODE_PARSER::action_requires_selected_audio_output' can be static.
ecasound-2.9.1/libecasound/eca-logger-default.h:25:3: style: Class 'ECA_LOGGER_DEFAULT' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecasound-2.9.1/libecasound/eca-logger-default.h:21:16: style: The function 'do_msg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-logger-interface.h:67:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-logger-default.h:21:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-logger-default.h:22:16: style: The function 'do_flush' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-logger-interface.h:68:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-logger-default.h:22:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-logger-default.h:23:16: style: The function 'do_log_level_changed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-logger-interface.h:69:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-logger-default.h:23:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-logger-interface.cpp:189:10: style: Unused variable: retval [unusedVariable]
ecasound-2.9.1/libecasound/eca-logger-interface.cpp:62:5: style: Class 'ECA_LOGGER_INTERFACE' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ecasound-2.9.1/libecasound/eca-logger-interface.cpp:62:5: style: Class 'ECA_LOGGER_INTERFACE' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ecasound-2.9.1/libecasound/eca-logger-wellformed.cpp:86:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecasound-2.9.1/libecasound/eca-object-factory.cpp:716:27: style: Condition 'output_selected!=true' is always true [knownConditionTrueFalse]
ecasound-2.9.1/libecasound/eca-object-factory.cpp:697:25: note: Assignment 'output_selected=false', assigned value is 0
ecasound-2.9.1/libecasound/eca-object-factory.cpp:716:27: note: Condition 'output_selected!=true' is always true
ecasound-2.9.1/libecasound/eca-object-factory.cpp:768:15: style: Condition 'lv2_cop!=0' is always false [knownConditionTrueFalse]
ecasound-2.9.1/libecasound/eca-object-factory.cpp:757:35: note: Assignment 'lv2_cop=0', assigned value is 0
ecasound-2.9.1/libecasound/eca-object-factory.cpp:768:15: note: Condition 'lv2_cop!=0' is always false
ecasound-2.9.1/libecasound/eca-object-factory.cpp:768:15: style: Same expression on both sides of '!=' because the value of 'lv2_cop' and '0' are the same. [duplicateExpression]
ecasound-2.9.1/libecasound/eca-object-factory.cpp:757:35: note: 'lv2_cop' is assigned value '0' here.
ecasound-2.9.1/libecasound/eca-object-factory.cpp:768:15: note: Same expression on both sides of '!=' because the value of 'lv2_cop' and '0' are the same.
ecasound-2.9.1/libecasound/eca-object-factory.cpp:440:25: style: The scope of the variable 'cop' can be reduced. [variableScope]
ecasound-2.9.1/libecasound/eca-object-factory.cpp:496:25: style: The scope of the variable 'cop' can be reduced. [variableScope]
ecasound-2.9.1/libecasound/eca-object-factory.cpp:689:10: style: The scope of the variable 'output_selected' can be reduced. [variableScope]
ecasound-2.9.1/libecasound/eca-object-factory.cpp:890:71: style: Function 'audio_object_format_to_eos' argument 1 names different: declaration 'aiod' definition 'aio'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasound/eca-object-factory.h:89:65: note: Function 'audio_object_format_to_eos' argument 1 names different: declaration 'aiod' definition 'aio'.
ecasound-2.9.1/libecasound/eca-object-factory.cpp:890:71: note: Function 'audio_object_format_to_eos' argument 1 names different: declaration 'aiod' definition 'aio'.
ecasound-2.9.1/libecasound/eca-object-map.cpp:165:61: style: Function 'object_expr' argument 1 names different: declaration 'expr' definition 'input'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasound/eca-object-map.h:61:55: note: Function 'object_expr' argument 1 names different: declaration 'expr' definition 'input'.
ecasound-2.9.1/libecasound/eca-object-map.cpp:165:61: note: Function 'object_expr' argument 1 names different: declaration 'expr' definition 'input'.
ecasound-2.9.1/libecasound/eca-session.cpp:535:63: style: Function 'interpret_general_option' argument 1 names different: declaration 'opts' definition 'argu'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasound/eca-session.h:72:51: note: Function 'interpret_general_option' argument 1 names different: declaration 'opts' definition 'argu'.
ecasound-2.9.1/libecasound/eca-session.cpp:535:63: note: Function 'interpret_general_option' argument 1 names different: declaration 'opts' definition 'argu'.
ecasound-2.9.1/libecasound/eca-session.cpp:74:103: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecasound-2.9.1/libecasound/eca-session.h:69:8: performance: Technically the member function 'ECA_SESSION::preprocess_options' can be static. [functionStatic]
ecasound-2.9.1/libecasound/eca-session.cpp:476:19: note: Technically the member function 'ECA_SESSION::preprocess_options' can be static.
ecasound-2.9.1/libecasound/eca-session.h:69:8: note: Technically the member function 'ECA_SESSION::preprocess_options' can be static.
ecasound-2.9.1/libecasound/eca-session.h:70:8: performance: Technically the member function 'ECA_SESSION::create_chainsetup_options' can be static. [functionStatic]
ecasound-2.9.1/libecasound/eca-session.cpp:436:19: note: Technically the member function 'ECA_SESSION::create_chainsetup_options' can be static.
ecasound-2.9.1/libecasound/eca-session.h:70:8: note: Technically the member function 'ECA_SESSION::create_chainsetup_options' can be static.
ecasound-2.9.1/libecasound/eca-session.h:75:8: performance: Technically the member function 'ECA_SESSION::is_session_option' can be static. [functionStatic]
ecasound-2.9.1/libecasound/eca-session.cpp:450:19: note: Technically the member function 'ECA_SESSION::is_session_option' can be static.
ecasound-2.9.1/libecasound/eca-session.h:75:8: note: Technically the member function 'ECA_SESSION::is_session_option' can be static.
ecasound-2.9.1/libecasound/osc-gen.h:21:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/ctrl-source.h:23:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/osc-gen.h:21:16: note: Function in derived class
ecasound-2.9.1/libecasound/osc-gen.h:23:23: style: The function 'parameter_names' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/dynamic-parameters.h:47:0: note: Virtual function in base class
ecasound-2.9.1/libecasound/osc-gen.h:23:23: note: Function in derived class
ecasound-2.9.1/libecasound/osc-gen.h:27:15: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-object.h:24:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/osc-gen.h:27:15: note: Function in derived class
ecasound-2.9.1/libecasound/osc-gen-file.h:15:23: style: The function 'parameter_names' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/osc-gen.h:23:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/osc-gen-file.h:15:23: note: Function in derived class
ecasound-2.9.1/libecasound/osc-gen-file.h:16:16: style: The function 'set_parameter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/osc-gen.h:24:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/osc-gen-file.h:16:16: note: Function in derived class
ecasound-2.9.1/libecasound/osc-gen-file.h:17:23: style: The function 'get_parameter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/osc-gen.h:25:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/osc-gen-file.h:17:23: note: Function in derived class
ecasound-2.9.1/libecasound/osc-gen-file.h:18:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-object.h:24:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/osc-gen-file.h:18:23: note: Function in derived class
ecasound-2.9.1/libecasound/eca-static-object-maps.cpp:315:19: style: Condition 'native_flac!=true' is always true [knownConditionTrueFalse]
ecasound-2.9.1/libecasound/eca-static-object-maps.cpp:204:22: note: Assignment 'native_flac=false', assigned value is 0
ecasound-2.9.1/libecasound/eca-static-object-maps.cpp:315:19: note: Condition 'native_flac!=true' is always true
ecasound-2.9.1/libecasound/eca-static-object-maps.cpp:521:8: style: The scope of the variable 'dp' can be reduced. [variableScope]
ecasound-2.9.1/libecasound/eca-static-object-maps.cpp:623:32: style: The scope of the variable 'plugin_desc' can be reduced. [variableScope]
ecasound-2.9.1/libecasound/midiio-raw.h:17:3: style: Class 'MIDI_IO_RAW' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecasound-2.9.1/libecasound/midi-cc.h:20:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/ctrl-source.h:23:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/midi-cc.h:20:16: note: Function in derived class
ecasound-2.9.1/libecasound/midi-cc.h:29:15: style: The function 'parameter_names' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/dynamic-parameters.h:47:0: note: Virtual function in base class
ecasound-2.9.1/libecasound/midi-cc.h:29:15: note: Function in derived class
ecasound-2.9.1/libecasound/midi-cc.h:33:15: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-object.h:24:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/midi-cc.h:33:15: note: Function in derived class
ecasound-2.9.1/libecasound/midi-cc.h:40:20: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/ctrl-source.h:41:30: note: Virtual function in base class
ecasound-2.9.1/libecasound/midi-cc.h:40:20: note: Function in derived class
ecasound-2.9.1/libecasound/midi-cc.h:41:20: style: The function 'new_expr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/ctrl-source.h:42:30: note: Virtual function in base class
ecasound-2.9.1/libecasound/midi-cc.h:41:20: note: Function in derived class
ecasound-2.9.1/libecasound/linear-envelope.h:18:20: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/ctrl-source.h:41:30: note: Virtual function in base class
ecasound-2.9.1/libecasound/linear-envelope.h:18:20: note: Function in derived class
ecasound-2.9.1/libecasound/linear-envelope.h:19:20: style: The function 'new_expr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/ctrl-source.h:42:30: note: Virtual function in base class
ecasound-2.9.1/libecasound/linear-envelope.h:19:20: note: Function in derived class
ecasound-2.9.1/libecasound/linear-envelope.h:21:15: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-object.h:24:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/linear-envelope.h:21:15: note: Function in derived class
ecasound-2.9.1/libecasound/linear-envelope.h:23:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/ctrl-source.h:23:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/linear-envelope.h:23:16: note: Function in derived class
ecasound-2.9.1/libecasound/linear-envelope.h:27:15: style: The function 'parameter_names' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/dynamic-parameters.h:47:0: note: Virtual function in base class
ecasound-2.9.1/libecasound/linear-envelope.h:27:15: note: Function in derived class
ecasound-2.9.1/libecasound/two-stage-linear-envelope.h:15:15: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-object.h:24:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/two-stage-linear-envelope.h:15:15: note: Function in derived class
ecasound-2.9.1/libecasound/two-stage-linear-envelope.h:18:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/ctrl-source.h:23:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/two-stage-linear-envelope.h:18:16: note: Function in derived class
ecasound-2.9.1/libecasound/two-stage-linear-envelope.h:20:15: style: The function 'parameter_names' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/dynamic-parameters.h:47:0: note: Virtual function in base class
ecasound-2.9.1/libecasound/two-stage-linear-envelope.h:20:15: note: Function in derived class
ecasound-2.9.1/libecasound/two-stage-linear-envelope.h:25:30: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/ctrl-source.h:41:30: note: Virtual function in base class
ecasound-2.9.1/libecasound/two-stage-linear-envelope.h:25:30: note: Function in derived class
ecasound-2.9.1/libecasound/two-stage-linear-envelope.h:26:30: style: The function 'new_expr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/ctrl-source.h:42:30: note: Virtual function in base class
ecasound-2.9.1/libecasound/two-stage-linear-envelope.h:26:30: note: Function in derived class
ecasound-2.9.1/libecasound/stamp-ctrl.h:29:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-object.h:24:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/stamp-ctrl.h:29:23: note: Function in derived class
ecasound-2.9.1/libecasound/stamp-ctrl.h:31:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/ctrl-source.h:23:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/stamp-ctrl.h:31:16: note: Function in derived class
ecasound-2.9.1/libecasound/stamp-ctrl.h:35:23: style: The function 'parameter_names' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/dynamic-parameters.h:47:0: note: Virtual function in base class
ecasound-2.9.1/libecasound/stamp-ctrl.h:35:23: note: Function in derived class
ecasound-2.9.1/libecasound/generic-linear-envelope.h:21:28: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/ctrl-source.h:41:30: note: Virtual function in base class
ecasound-2.9.1/libecasound/generic-linear-envelope.h:21:28: note: Function in derived class
ecasound-2.9.1/libecasound/generic-linear-envelope.h:22:28: style: The function 'new_expr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/ctrl-source.h:42:30: note: Virtual function in base class
ecasound-2.9.1/libecasound/generic-linear-envelope.h:22:28: note: Function in derived class
ecasound-2.9.1/libecasound/generic-linear-envelope.h:24:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/ctrl-source.h:23:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/generic-linear-envelope.h:24:16: note: Function in derived class
ecasound-2.9.1/libecasound/generic-linear-envelope.h:28:16: style: The function 'variable_params' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/dynamic-parameters.h:34:0: note: Virtual function in base class
ecasound-2.9.1/libecasound/generic-linear-envelope.h:28:16: note: Function in derived class
ecasound-2.9.1/libecasound/generic-linear-envelope.h:29:23: style: The function 'parameter_names' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/dynamic-parameters.h:47:0: note: Virtual function in base class
ecasound-2.9.1/libecasound/generic-linear-envelope.h:29:23: note: Function in derived class
ecasound-2.9.1/libecasound/generic-linear-envelope.h:33:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-object.h:24:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/generic-linear-envelope.h:33:23: note: Function in derived class
ecasound-2.9.1/libecasound/midiio-raw.h:20:24: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/midiio.h:63:20: note: Virtual function in base class
ecasound-2.9.1/libecasound/midiio-raw.h:20:24: note: Function in derived class
ecasound-2.9.1/libecasound/midiio-raw.h:21:24: style: The function 'new_expr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/midiio.h:64:20: note: Virtual function in base class
ecasound-2.9.1/libecasound/midiio-raw.h:21:24: note: Function in derived class
ecasound-2.9.1/libecasound/midiio-raw.h:23:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-object.h:24:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/midiio-raw.h:23:23: note: Function in derived class
ecasound-2.9.1/libecasound/midiio-raw.h:24:15: style: The function 'supported_io_modes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/midiio.h:74:15: note: Virtual function in base class
ecasound-2.9.1/libecasound/midiio-raw.h:24:15: note: Function in derived class
ecasound-2.9.1/libecasound/midiio-raw.h:25:16: style: The function 'supports_nonblocking_mode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/midiio.h:75:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/midiio-raw.h:25:16: note: Function in derived class
ecasound-2.9.1/libecasound/midiio-raw.h:26:15: style: The function 'poll_descriptor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/midiio.h:146:15: note: Virtual function in base class
ecasound-2.9.1/libecasound/midiio-raw.h:26:15: note: Function in derived class
ecasound-2.9.1/libecasound/midiio-raw.h:27:23: style: The function 'parameter_names' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/midiio.h:92:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/midiio-raw.h:27:23: note: Function in derived class
ecasound-2.9.1/libecasound/midiio-raw.h:29:16: style: The function 'set_parameter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/midiio.h:93:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/midiio-raw.h:29:16: note: Function in derived class
ecasound-2.9.1/libecasound/midiio-raw.h:30:23: style: The function 'get_parameter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/midiio.h:94:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/midiio-raw.h:30:23: note: Function in derived class
ecasound-2.9.1/libecasound/midiio-raw.h:32:16: style: The function 'open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/midiio.h:123:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/midiio-raw.h:32:16: note: Function in derived class
ecasound-2.9.1/libecasound/midiio-raw.h:33:16: style: The function 'close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/midiio.h:134:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/midiio-raw.h:33:16: note: Function in derived class
ecasound-2.9.1/libecasound/midiio-raw.h:35:16: style: The function 'read_bytes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/midiio.h:107:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/midiio-raw.h:35:16: note: Function in derived class
ecasound-2.9.1/libecasound/midiio-raw.h:36:16: style: The function 'write_bytes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/midiio.h:113:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/midiio-raw.h:36:16: note: Function in derived class
ecasound-2.9.1/libecasound/midiio-raw.h:38:16: style: The function 'finished' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/midiio.h:161:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/midiio-raw.h:38:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-test-case.cpp:45:13: performance: Possible inefficient checking for 'failures_rep' emptiness. [stlSize]
ecasound-2.9.1/libecasound/eca-test-case.cpp:50:7: performance: Possible inefficient checking for 'failures_rep' emptiness. [stlSize]
ecasound-2.9.1/libecasound/generic-linear-envelope_test.h:62:8: style: The scope of the variable 'verbose' can be reduced. [variableScope]
ecasound-2.9.1/libecasound/eca-sample-conversion_test.h:178:3: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
ecasound-2.9.1/libecasound/eca-sample-conversion_test.h:198:3: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
ecasound-2.9.1/libecasound/eca-sample-conversion_test.h:200:3: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
ecasound-2.9.1/libecasound/eca-sample-conversion_test.h:201:3: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
ecasound-2.9.1/libecasound/eca-sample-conversion_test.h:202:3: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
ecasound-2.9.1/libecasound/generic-linear-envelope_test.h:64:15: style: Variable 'verbose' is assigned a value that is never used. [unreadVariable]
ecasound-2.9.1/libecasound/eca-test-repository.h:63:3: warning: Member variable 'ECA_TEST_REPOSITORY::test_cases_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/eca-test-repository.h:64:24: warning: Member variable 'ECA_TEST_REPOSITORY::test_cases_rep' is not assigned a value in 'ECA_TEST_REPOSITORY::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/eca-chainsetup_test.h:51:8: performance: Technically the member function 'ECA_CHAINSETUP_TEST::do_run_save_and_restore' can be static. [functionStatic]
ecasound-2.9.1/libecasound/eca-chainsetup_test.h:60:27: note: Technically the member function 'ECA_CHAINSETUP_TEST::do_run_save_and_restore' can be static.
ecasound-2.9.1/libecasound/eca-chainsetup_test.h:51:8: note: Technically the member function 'ECA_CHAINSETUP_TEST::do_run_save_and_restore' can be static.
ecasound-2.9.1/libecasound/generic-linear-envelope_test.h:45:8: performance: Technically the member function 'GENERIC_LINEAR_ENVELOPE_TEST::roughly_same' can be static. [functionStatic]
ecasound-2.9.1/libecasound/generic-linear-envelope_test.h:48:36: note: Technically the member function 'GENERIC_LINEAR_ENVELOPE_TEST::roughly_same' can be static.
ecasound-2.9.1/libecasound/generic-linear-envelope_test.h:45:8: note: Technically the member function 'GENERIC_LINEAR_ENVELOPE_TEST::roughly_same' can be static.
ecasound-2.9.1/libecasound/eca-test-repository.h:40:16: style: The function 'do_run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-test-case.h:70:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-test-repository.h:40:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-test-repository.h:41:16: style: The function 'do_run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-test-case.h:71:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-test-repository.h:41:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-test-repository.h:42:23: style: The function 'do_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-test-case.h:69:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-test-repository.h:42:23: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_amplitude_test.h:43:18: style: The function 'do_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-test-case.h:69:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_amplitude_test.h:43:18: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_amplitude_test.h:44:16: style: The function 'do_run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-test-case.h:70:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_amplitude_test.h:44:16: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_amplitude_test.h:98:18: style: The function 'do_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-test-case.h:69:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_amplitude_test.h:98:18: note: Function in derived class
ecasound-2.9.1/libecasound/audiofx_amplitude_test.h:99:16: style: The function 'do_run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-test-case.h:70:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/audiofx_amplitude_test.h:99:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-audio-time_test.h:37:18: style: The function 'do_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-test-case.h:69:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-audio-time_test.h:37:18: note: Function in derived class
ecasound-2.9.1/libecasound/eca-audio-time_test.h:38:16: style: The function 'do_run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-test-case.h:70:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-audio-time_test.h:38:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-control_test.h:39:18: style: The function 'do_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-test-case.h:69:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-control_test.h:39:18: note: Function in derived class
ecasound-2.9.1/libecasound/eca-control_test.h:40:16: style: The function 'do_run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-test-case.h:70:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-control_test.h:40:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-session_test.h:38:18: style: The function 'do_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-test-case.h:69:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-session_test.h:38:18: note: Function in derived class
ecasound-2.9.1/libecasound/eca-session_test.h:39:16: style: The function 'do_run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-test-case.h:70:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-session_test.h:39:16: note: Function in derived class
ecasound-2.9.1/libecasound/audioio.h:169:18: style: The function 'parameter_names' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/dynamic-parameters.h:47:0: note: Virtual function in base class
ecasound-2.9.1/libecasound/audioio.h:169:18: note: Function in derived class
ecasound-2.9.1/libecasound/eca-object-factory_test.h:64:18: style: The function 'do_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-test-case.h:69:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-object-factory_test.h:64:18: note: Function in derived class
ecasound-2.9.1/libecasound/eca-object-factory_test.h:65:16: style: The function 'do_run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-test-case.h:70:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-object-factory_test.h:65:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-sample-conversion_test.h:38:18: style: The function 'do_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-test-case.h:69:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-sample-conversion_test.h:38:18: note: Function in derived class
ecasound-2.9.1/libecasound/eca-sample-conversion_test.h:39:16: style: The function 'do_run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-test-case.h:70:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-sample-conversion_test.h:39:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-chainsetup_test.h:42:18: style: The function 'do_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-test-case.h:69:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-chainsetup_test.h:42:18: note: Function in derived class
ecasound-2.9.1/libecasound/eca-chainsetup_test.h:43:16: style: The function 'do_run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-test-case.h:70:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-chainsetup_test.h:43:16: note: Function in derived class
ecasound-2.9.1/libecasound/eca-chainsetup-parser_test.h:42:18: style: The function 'do_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-test-case.h:69:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-chainsetup-parser_test.h:42:18: note: Function in derived class
ecasound-2.9.1/libecasound/eca-chainsetup-parser_test.h:43:16: style: The function 'do_run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-test-case.h:70:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/eca-chainsetup-parser_test.h:43:16: note: Function in derived class
ecasound-2.9.1/libecasound/generic-linear-envelope_test.h:37:18: style: The function 'do_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-test-case.h:69:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/generic-linear-envelope_test.h:37:18: note: Function in derived class
ecasound-2.9.1/libecasound/generic-linear-envelope_test.h:38:16: style: The function 'do_run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-test-case.h:70:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/generic-linear-envelope_test.h:38:16: note: Function in derived class
ecasound-2.9.1/libecasound/samplebuffer_test.h:39:18: style: The function 'do_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-test-case.h:69:23: note: Virtual function in base class
ecasound-2.9.1/libecasound/samplebuffer_test.h:39:18: note: Function in derived class
ecasound-2.9.1/libecasound/samplebuffer_test.h:40:16: style: The function 'do_run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/eca-test-case.h:70:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/samplebuffer_test.h:40:16: note: Function in derived class
ecasound-2.9.1/libecasound/generic-controller.cpp:44:59: style: Function 'GENERIC_CONTROLLER' argument 1 names different: declaration 'source' definition 'src'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasound/generic-controller.h:22:41: note: Function 'GENERIC_CONTROLLER' argument 1 names different: declaration 'source' definition 'src'.
ecasound-2.9.1/libecasound/generic-controller.cpp:44:59: note: Function 'GENERIC_CONTROLLER' argument 1 names different: declaration 'source' definition 'src'.
ecasound-2.9.1/libecasound/generic-controller.cpp:44:84: style: Function 'GENERIC_CONTROLLER' argument 3 names different: declaration 'param_id' definition 'par_id'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasound/generic-controller.h:24:12: note: Function 'GENERIC_CONTROLLER' argument 3 names different: declaration 'param_id' definition 'par_id'.
ecasound-2.9.1/libecasound/generic-controller.cpp:44:84: note: Function 'GENERIC_CONTROLLER' argument 3 names different: declaration 'param_id' definition 'par_id'.
ecasound-2.9.1/libecasound/generic-controller.cpp:71:65: style: Function 'value' argument 1 names different: declaration 'pos_secs' definition 'pos'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasound/generic-controller.h:44:36: note: Function 'value' argument 1 names different: declaration 'pos_secs' definition 'pos'.
ecasound-2.9.1/libecasound/generic-controller.cpp:71:65: note: Function 'value' argument 1 names different: declaration 'pos_secs' definition 'pos'.
ecasound-2.9.1/libecasound/generic-linear-envelope.cpp:64:48: style: Function 'set_stage' argument 1 names different: declaration 'pos' definition 'curpos'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasound/generic-linear-envelope.h:44:25: note: Function 'set_stage' argument 1 names different: declaration 'pos' definition 'curpos'.
ecasound-2.9.1/libecasound/generic-linear-envelope.cpp:64:48: note: Function 'set_stage' argument 1 names different: declaration 'pos' definition 'curpos'.
ecasound-2.9.1/libecasound/generic-linear-envelope.cpp:84:70: style: Function 'value' argument 1 names different: declaration 'pos' definition 'curpos'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasound/generic-linear-envelope.h:25:36: note: Function 'value' argument 1 names different: declaration 'pos' definition 'curpos'.
ecasound-2.9.1/libecasound/generic-linear-envelope.cpp:84:70: note: Function 'value' argument 1 names different: declaration 'pos' definition 'curpos'.
ecasound-2.9.1/libecasound/jack-connections.cpp:111:18: style: The scope of the variable 'next' can be reduced. [variableScope]
ecasound-2.9.1/libecasound/jack-connections.cpp:125:15: style: The scope of the variable 'nextconn' can be reduced. [variableScope]
ecasound-2.9.1/libecasound/layer.cpp:115:16: style: Checking if unsigned variable 'readsize' is less than zero. [unsignedLessThanZero]
ecasound-2.9.1/libecasound/layer.h:42:16: style: Technically the member function 'Layer::mode_name' can be const. [functionConst]
ecasound-2.9.1/libecasound/layer.cpp:76:21: note: Technically the member function 'Layer::mode_name' can be const.
ecasound-2.9.1/libecasound/layer.h:42:16: note: Technically the member function 'Layer::mode_name' can be const.
ecasound-2.9.1/libecasound/layer.h:43:16: style: Technically the member function 'Layer::layer_name' can be const. [functionConst]
ecasound-2.9.1/libecasound/layer.cpp:77:21: note: Technically the member function 'Layer::layer_name' can be const.
ecasound-2.9.1/libecasound/layer.h:43:16: note: Technically the member function 'Layer::layer_name' can be const.
ecasound-2.9.1/libecasound/layer.h:44:16: style: Technically the member function 'Layer::version_name' can be const. [functionConst]
ecasound-2.9.1/libecasound/layer.cpp:78:21: note: Technically the member function 'Layer::version_name' can be const.
ecasound-2.9.1/libecasound/layer.h:44:16: note: Technically the member function 'Layer::version_name' can be const.
ecasound-2.9.1/libecasound/layer.h:45:16: style: Technically the member function 'Layer::version_num' can be const. [functionConst]
ecasound-2.9.1/libecasound/layer.cpp:79:21: note: Technically the member function 'Layer::version_num' can be const.
ecasound-2.9.1/libecasound/layer.h:45:16: note: Technically the member function 'Layer::version_num' can be const.
ecasound-2.9.1/libecasound/layer.h:46:16: style: Technically the member function 'Layer::bitrate' can be const. [functionConst]
ecasound-2.9.1/libecasound/layer.cpp:81:21: note: Technically the member function 'Layer::bitrate' can be const.
ecasound-2.9.1/libecasound/layer.h:46:16: note: Technically the member function 'Layer::bitrate' can be const.
ecasound-2.9.1/libecasound/layer.h:47:16: style: Technically the member function 'Layer::sfreq' can be const. [functionConst]
ecasound-2.9.1/libecasound/layer.cpp:83:21: note: Technically the member function 'Layer::sfreq' can be const.
ecasound-2.9.1/libecasound/layer.h:47:16: note: Technically the member function 'Layer::sfreq' can be const.
ecasound-2.9.1/libecasound/layer.h:49:16: style: Technically the member function 'Layer::pcmPerFrame' can be const. [functionConst]
ecasound-2.9.1/libecasound/layer.cpp:86:21: note: Technically the member function 'Layer::pcmPerFrame' can be const.
ecasound-2.9.1/libecasound/layer.h:49:16: note: Technically the member function 'Layer::pcmPerFrame' can be const.
ecasound-2.9.1/libecasound/layer.h:50:7: style: Technically the member function 'Layer::mode' can be const. [functionConst]
ecasound-2.9.1/libecasound/layer.cpp:80:12: note: Technically the member function 'Layer::mode' can be const.
ecasound-2.9.1/libecasound/layer.h:50:7: note: Technically the member function 'Layer::mode' can be const.
ecasound-2.9.1/libecasound/layer.cpp:109:14: error: Memory leak: buff [memleak]
ecasound-2.9.1/libecasound/linear-envelope.cpp:38:62: style: Function 'value' argument 1 names different: declaration 'pos_secs' definition 'pos'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasound/linear-envelope.h:24:36: note: Function 'value' argument 1 names different: declaration 'pos_secs' definition 'pos'.
ecasound-2.9.1/libecasound/linear-envelope.cpp:38:62: note: Function 'value' argument 1 names different: declaration 'pos_secs' definition 'pos'.
ecasound-2.9.1/libecasound/midi-cc.cpp:36:62: style: Function 'value' argument 1 names different: declaration 'pos_secs' definition 'pos'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasound/midi-cc.h:21:36: note: Function 'value' argument 1 names different: declaration 'pos_secs' definition 'pos'.
ecasound-2.9.1/libecasound/midi-cc.cpp:36:62: note: Function 'value' argument 1 names different: declaration 'pos_secs' definition 'pos'.
ecasound-2.9.1/libecasound/midi-server.cpp:319:50: style: Function 'register_handler' argument 1 names different: declaration 'handler' definition 'object'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasound/midi-server.h:57:39: note: Function 'register_handler' argument 1 names different: declaration 'handler' definition 'object'.
ecasound-2.9.1/libecasound/midi-server.cpp:319:50: note: Function 'register_handler' argument 1 names different: declaration 'handler' definition 'object'.
ecasound-2.9.1/libecasound/midi-server.cpp:332:52: style: Function 'unregister_handler' argument 1 names different: declaration 'handler' definition 'object'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasound/midi-server.h:58:41: note: Function 'unregister_handler' argument 1 names different: declaration 'handler' definition 'object'.
ecasound-2.9.1/libecasound/midi-server.cpp:332:52: note: Function 'unregister_handler' argument 1 names different: declaration 'handler' definition 'object'.
ecasound-2.9.1/libecasound/midi-server.cpp:478:60: style: Function 'remove_controller_trace' argument 2 names different: declaration 'ctrl' definition 'controller'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasound/midi-server.h:73:49: note: Function 'remove_controller_trace' argument 2 names different: declaration 'ctrl' definition 'controller'.
ecasound-2.9.1/libecasound/midi-server.cpp:478:60: note: Function 'remove_controller_trace' argument 2 names different: declaration 'ctrl' definition 'controller'.
ecasound-2.9.1/libecasound/midi-server.cpp:147:14: warning: Member variable 'MIDI_SERVER::mmc_receive_id_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/midi-server.cpp:147:14: warning: Member variable 'MIDI_SERVER::midi_sync_send_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/midi-server.cpp:147:14: warning: Member variable 'MIDI_SERVER::midi_sync_receive_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/midi-server.cpp:147:14: warning: Member variable 'MIDI_SERVER::schedrealtime_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/midi-server.cpp:147:14: warning: Member variable 'MIDI_SERVER::schedpriority_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/midi-server.h:105:8: style: Unused private function: 'MIDI_SERVER::io_thread' [unusedPrivateFunction]
ecasound-2.9.1/libecasound/midi-server.h:112:8: style: Unused private function: 'MIDI_SERVER::send_midi_continue' [unusedPrivateFunction]
ecasound-2.9.1/libecasound/midiio-raw.cpp:31:14: warning: Member variable 'MIDI_IO_RAW::fd_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/midiio-raw.cpp:31:14: warning: Member variable 'MIDI_IO_RAW::finished_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/midiio-raw.h:33:16: warning: Virtual function 'close' is called from destructor '~MIDI_IO_RAW()' at line 33. Dynamic binding is not used. [virtualCallInConstructor]
ecasound-2.9.1/libecasound/midiio-raw.cpp:33:50: note: Calling close
ecasound-2.9.1/libecasound/midiio-raw.h:33:16: note: close is a virtual method
ecasound-2.9.1/libecasound/osc-gen-file.cpp:35:67: style: Function 'GENERIC_OSCILLATOR_FILE' argument 2 names different: declaration 'preset_number' definition 'mode'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasound/osc-gen-file.h:22:51: note: Function 'GENERIC_OSCILLATOR_FILE' argument 2 names different: declaration 'preset_number' definition 'mode'.
ecasound-2.9.1/libecasound/osc-gen-file.cpp:35:67: note: Function 'GENERIC_OSCILLATOR_FILE' argument 2 names different: declaration 'preset_number' definition 'mode'.
ecasound-2.9.1/libecasound/osc-gen-file.cpp:35:26: warning: Member variable 'GENERIC_OSCILLATOR_FILE::preset_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/osc-gen.cpp:102:65: style: Function 'value' argument 1 names different: declaration 'pos_secs' definition 'pos'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasound/osc-gen.h:22:36: note: Function 'value' argument 1 names different: declaration 'pos_secs' definition 'pos'.
ecasound-2.9.1/libecasound/osc-gen.cpp:102:65: note: Function 'value' argument 1 names different: declaration 'pos_secs' definition 'pos'.
ecasound-2.9.1/libecasound/osc-gen.cpp:157:46: style: Function 'set_param_count' argument 1 names different: declaration 'n' definition 'params'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasound/osc-gen.h:47:28: note: Function 'set_param_count' argument 1 names different: declaration 'n' definition 'params'.
ecasound-2.9.1/libecasound/osc-gen.cpp:157:46: note: Function 'set_param_count' argument 1 names different: declaration 'n' definition 'params'.
ecasound-2.9.1/libecasound/osc-gen.cpp:133:21: warning: Member variable 'GENERIC_OSCILLATOR::last_pos_scaled_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/osc-gen.cpp:133:21: warning: Member variable 'GENERIC_OSCILLATOR::mode_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/osc-gen.cpp:133:21: warning: Member variable 'GENERIC_OSCILLATOR::first_value_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/osc-gen.cpp:133:21: warning: Member variable 'GENERIC_OSCILLATOR::last_value_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/osc-gen.cpp:133:21: warning: Member variable 'GENERIC_OSCILLATOR::loop_length_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/osc-sine.cpp:32:62: style: Function 'value' argument 1 names different: declaration 'pos' definition 'pos_secs'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasound/osc-sine.h:16:36: note: Function 'value' argument 1 names different: declaration 'pos' definition 'pos_secs'.
ecasound-2.9.1/libecasound/osc-sine.cpp:32:62: note: Function 'value' argument 1 names different: declaration 'pos' definition 'pos_secs'.
ecasound-2.9.1/libecasound/osc-sine.cpp:49:18: warning: Member variable 'SINE_OSCILLATOR::period_len_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/plugins/audioio_af.h:26:24: warning: Member variable 'AUDIOFILE_INTERFACE::opt_filename_rep' is not assigned a value in 'AUDIOFILE_INTERFACE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/plugins/audioio_af.h:26:24: warning: Member variable 'AUDIOFILE_INTERFACE::samples_read' is not assigned a value in 'AUDIOFILE_INTERFACE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/plugins/audioio_af.h:26:24: warning: Member variable 'AUDIOFILE_INTERFACE::finished_rep' is not assigned a value in 'AUDIOFILE_INTERFACE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/plugins/audioio_af.h:26:24: warning: Member variable 'AUDIOFILE_INTERFACE::afhandle' is not assigned a value in 'AUDIOFILE_INTERFACE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/plugins/audioio_af.h:44:16: warning: Virtual function 'close' is called from destructor '~AUDIOFILE_INTERFACE()' at line 65. Dynamic binding is not used. [virtualCallInConstructor]
ecasound-2.9.1/libecasound/plugins/audioio_af.cpp:65:5: note: Calling close
ecasound-2.9.1/libecasound/plugins/audioio_af.h:44:16: note: close is a virtual method
ecasound-2.9.1/libecasound/plugins/audioio_af.h:55:3: style: Class 'AUDIOFILE_INTERFACE' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecasound-2.9.1/libecasound/plugins/audioio_af.h:19:1: warning: The class 'AUDIOFILE_INTERFACE' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
ecasound-2.9.1/libecasound/plugins/audioio_alsa.h:109:3: warning: Member variable 'AUDIO_IO_ALSA_PCM::audio_fd_repp' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/plugins/audioio_alsa.h:109:3: warning: Member variable 'AUDIO_IO_ALSA_PCM::pcm_stream_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/plugins/audioio_alsa.h:109:3: warning: Member variable 'AUDIO_IO_ALSA_PCM::format_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/plugins/audioio_alsa.h:109:3: warning: Member variable 'AUDIO_IO_ALSA_PCM::pcm_hw_params_repp' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/plugins/audioio_alsa.h:109:3: warning: Member variable 'AUDIO_IO_ALSA_PCM::pcm_sw_params_repp' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/plugins/audioio_alsa.h:109:3: warning: Member variable 'AUDIO_IO_ALSA_PCM::period_size_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/plugins/audioio_alsa.h:109:3: warning: Member variable 'AUDIO_IO_ALSA_PCM::buffer_size_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/plugins/audioio_alsa.h:109:3: warning: Member variable 'AUDIO_IO_ALSA_PCM::card_number_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/plugins/audioio_alsa.h:109:3: warning: Member variable 'AUDIO_IO_ALSA_PCM::device_number_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/plugins/audioio_alsa.h:109:3: warning: Member variable 'AUDIO_IO_ALSA_PCM::subdevice_number_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/plugins/audioio_alsa.h:109:3: warning: Member variable 'AUDIO_IO_ALSA_PCM::underruns_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/plugins/audioio_alsa.h:109:3: warning: Member variable 'AUDIO_IO_ALSA_PCM::overruns_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/plugins/audioio_alsa.h:109:3: warning: Member variable 'AUDIO_IO_ALSA_PCM::nbufs_repp' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/plugins/audioio_alsa.h:109:3: warning: Member variable 'AUDIO_IO_ALSA_PCM::pcm_device_name_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/plugins/audioio_alsa.h:109:3: warning: Member variable 'AUDIO_IO_ALSA_PCM::using_plugin_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/plugins/audioio_alsa.h:109:3: warning: Member variable 'AUDIO_IO_ALSA_PCM::trigger_request_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/plugins/audioio_alsa.h:110:22: warning: Member variable 'AUDIO_IO_ALSA_PCM::audio_fd_repp' is not assigned a value in 'AUDIO_IO_ALSA_PCM::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/plugins/audioio_alsa.h:110:22: warning: Member variable 'AUDIO_IO_ALSA_PCM::pcm_stream_rep' is not assigned a value in 'AUDIO_IO_ALSA_PCM::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/plugins/audioio_alsa.h:110:22: warning: Member variable 'AUDIO_IO_ALSA_PCM::format_rep' is not assigned a value in 'AUDIO_IO_ALSA_PCM::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/plugins/audioio_alsa.h:110:22: warning: Member variable 'AUDIO_IO_ALSA_PCM::pcm_hw_params_repp' is not assigned a value in 'AUDIO_IO_ALSA_PCM::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/plugins/audioio_alsa.h:110:22: warning: Member variable 'AUDIO_IO_ALSA_PCM::pcm_sw_params_repp' is not assigned a value in 'AUDIO_IO_ALSA_PCM::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/plugins/audioio_alsa.h:110:22: warning: Member variable 'AUDIO_IO_ALSA_PCM::period_size_rep' is not assigned a value in 'AUDIO_IO_ALSA_PCM::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/plugins/audioio_alsa.h:110:22: warning: Member variable 'AUDIO_IO_ALSA_PCM::buffer_size_rep' is not assigned a value in 'AUDIO_IO_ALSA_PCM::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/plugins/audioio_alsa.h:110:22: warning: Member variable 'AUDIO_IO_ALSA_PCM::card_number_rep' is not assigned a value in 'AUDIO_IO_ALSA_PCM::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/plugins/audioio_alsa.h:110:22: warning: Member variable 'AUDIO_IO_ALSA_PCM::device_number_rep' is not assigned a value in 'AUDIO_IO_ALSA_PCM::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/plugins/audioio_alsa.h:110:22: warning: Member variable 'AUDIO_IO_ALSA_PCM::subdevice_number_rep' is not assigned a value in 'AUDIO_IO_ALSA_PCM::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/plugins/audioio_alsa.h:110:22: warning: Member variable 'AUDIO_IO_ALSA_PCM::underruns_rep' is not assigned a value in 'AUDIO_IO_ALSA_PCM::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/plugins/audioio_alsa.h:110:22: warning: Member variable 'AUDIO_IO_ALSA_PCM::overruns_rep' is not assigned a value in 'AUDIO_IO_ALSA_PCM::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/plugins/audioio_alsa.h:110:22: warning: Member variable 'AUDIO_IO_ALSA_PCM::nbufs_repp' is not assigned a value in 'AUDIO_IO_ALSA_PCM::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/plugins/audioio_alsa.h:110:22: warning: Member variable 'AUDIO_IO_ALSA_PCM::pcm_device_name_rep' is not assigned a value in 'AUDIO_IO_ALSA_PCM::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/plugins/audioio_alsa.h:110:22: warning: Member variable 'AUDIO_IO_ALSA_PCM::using_plugin_rep' is not assigned a value in 'AUDIO_IO_ALSA_PCM::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/plugins/audioio_alsa.h:110:22: warning: Member variable 'AUDIO_IO_ALSA_PCM::trigger_request_rep' is not assigned a value in 'AUDIO_IO_ALSA_PCM::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/plugins/audioio_alsa.h:58:16: warning: Virtual function 'stop' is called from destructor '~AUDIO_IO_ALSA_PCM()' at line 106. Dynamic binding is not used. [virtualCallInConstructor]
ecasound-2.9.1/libecasound/plugins/audioio_alsa.cpp:106:42: note: Calling stop
ecasound-2.9.1/libecasound/plugins/audioio_alsa.h:58:16: note: stop is a virtual method
ecasound-2.9.1/libecasound/plugins/audioio_alsa.h:46:16: warning: Virtual function 'close' is called from destructor '~AUDIO_IO_ALSA_PCM()' at line 109. Dynamic binding is not used. [virtualCallInConstructor]
ecasound-2.9.1/libecasound/plugins/audioio_alsa.cpp:109:5: note: Calling close
ecasound-2.9.1/libecasound/plugins/audioio_alsa.h:46:16: note: close is a virtual method
ecasound-2.9.1/libecasound/plugins/audioio_alsa_named.h:14:18: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/plugins/audioio_alsa.h:33:18: note: Virtual function in base class
ecasound-2.9.1/libecasound/plugins/audioio_alsa_named.h:14:18: note: Function in derived class
ecasound-2.9.1/libecasound/plugins/audioio_alsa_named.h:15:18: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/plugins/audioio_alsa.h:34:18: note: Virtual function in base class
ecasound-2.9.1/libecasound/plugins/audioio_alsa_named.h:15:18: note: Function in derived class
ecasound-2.9.1/libecasound/plugins/audioio_alsa_named.h:17:18: style: The function 'parameter_names' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/plugins/audioio_alsa.h:43:18: note: Virtual function in base class
ecasound-2.9.1/libecasound/plugins/audioio_alsa_named.h:17:18: note: Function in derived class
ecasound-2.9.1/libecasound/plugins/audioio_alsa_named.h:18:16: style: The function 'set_parameter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/plugins/audioio_alsa.h:36:16: note: Virtual function in base class
ecasound-2.9.1/libecasound/plugins/audioio_alsa_named.h:18:16: note: Function in derived class
ecasound-2.9.1/libecasound/plugins/audioio_alsa_named.h:19:18: style: The function 'get_parameter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecasound-2.9.1/libecasound/plugins/audioio_alsa.h:37:18: note: Virtual function in base class
ecasound-2.9.1/libecasound/plugins/audioio_alsa_named.h:19:18: note: Function in derived class
ecasound-2.9.1/libecasound/plugins/audioio_arts.cpp:41:17: warning: Member variable 'ARTS_INTERFACE::stream_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/plugins/audioio_arts.cpp:41:17: warning: Member variable 'ARTS_INTERFACE::latency_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/plugins/audioio_arts.h:57:3: warning: Member variable 'ARTS_INTERFACE::stream_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/plugins/audioio_arts.h:57:3: warning: Member variable 'ARTS_INTERFACE::samples_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/plugins/audioio_arts.h:57:3: warning: Member variable 'ARTS_INTERFACE::latency_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/plugins/audioio_arts.h:58:19: warning: Member variable 'ARTS_INTERFACE::stream_rep' is not assigned a value in 'ARTS_INTERFACE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/plugins/audioio_arts.h:58:19: warning: Member variable 'ARTS_INTERFACE::samples_rep' is not assigned a value in 'ARTS_INTERFACE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/plugins/audioio_arts.h:58:19: warning: Member variable 'ARTS_INTERFACE::latency_rep' is not assigned a value in 'ARTS_INTERFACE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/plugins/audioio_arts.h:43:16: warning: Virtual function 'stop' is called from destructor '~ARTS_INTERFACE()' at line 48. Dynamic binding is not used. [virtualCallInConstructor]
ecasound-2.9.1/libecasound/plugins/audioio_arts.cpp:48:42: note: Calling stop
ecasound-2.9.1/libecasound/plugins/audioio_arts.h:43:16: note: stop is a virtual method
ecasound-2.9.1/libecasound/plugins/audioio_arts.h:27:16: warning: Virtual function 'close' is called from destructor '~ARTS_INTERFACE()' at line 51. Dynamic binding is not used. [virtualCallInConstructor]
ecasound-2.9.1/libecasound/plugins/audioio_arts.cpp:51:5: note: Calling close
ecasound-2.9.1/libecasound/plugins/audioio_arts.h:27:16: note: close is a virtual method
ecasound-2.9.1/libecasound/plugins/audioio_arts.h:49:3: style: Class 'ARTS_INTERFACE' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecasound-2.9.1/libecasound/plugins/audioio_jack.h:80:3: warning: Member variable 'AUDIO_IO_JACK::jackmgr_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/plugins/audioio_jack.h:80:3: warning: Member variable 'AUDIO_IO_JACK::myid_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/plugins/audioio_jack.h:80:3: warning: Member variable 'AUDIO_IO_JACK::error_flag_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/plugins/audioio_jack.h:80:3: warning: Member variable 'AUDIO_IO_JACK::params_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/plugins/audioio_jack.h:80:3: warning: Member variable 'AUDIO_IO_JACK::curpos_rep' is not initialized in the constructor. [uninitMemberVarPrivate]
ecasound-2.9.1/libecasound/plugins/audioio_jack.h:81:18: warning: Member variable 'AUDIO_IO_JACK::jackmgr_rep' is not assigned a value in 'AUDIO_IO_JACK::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/plugins/audioio_jack.h:81:18: warning: Member variable 'AUDIO_IO_JACK::myid_rep' is not assigned a value in 'AUDIO_IO_JACK::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/plugins/audioio_jack.h:81:18: warning: Member variable 'AUDIO_IO_JACK::error_flag_rep' is not assigned a value in 'AUDIO_IO_JACK::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/plugins/audioio_jack.h:81:18: warning: Member variable 'AUDIO_IO_JACK::params_rep' is not assigned a value in 'AUDIO_IO_JACK::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/plugins/audioio_jack.h:81:18: warning: Member variable 'AUDIO_IO_JACK::curpos_rep' is not assigned a value in 'AUDIO_IO_JACK::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/plugins/audioio_jack.h:59:16: warning: Virtual function 'stop' is called from destructor '~AUDIO_IO_JACK()' at line 63. Dynamic binding is not used. [virtualCallInConstructor]
ecasound-2.9.1/libecasound/plugins/audioio_jack.cpp:63:42: note: Calling stop
ecasound-2.9.1/libecasound/plugins/audioio_jack.h:59:16: note: stop is a virtual method
ecasound-2.9.1/libecasound/plugins/audioio_jack.h:40:16: warning: Virtual function 'close' is called from destructor '~AUDIO_IO_JACK()' at line 65. Dynamic binding is not used. [virtualCallInConstructor]
ecasound-2.9.1/libecasound/plugins/audioio_jack.cpp:65:5: note: Calling close
ecasound-2.9.1/libecasound/plugins/audioio_jack.h:40:16: note: close is a virtual method
ecasound-2.9.1/libecasound/plugins/audioio_jack_manager.cpp:685:24: warning: Member variable 'AUDIO_IO_JACK_MANAGER::exit_request_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/plugins/audioio_jack_manager.cpp:685:24: warning: Member variable 'AUDIO_IO_JACK_MANAGER::start_request_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/plugins/audioio_jack_manager.cpp:685:24: warning: Member variable 'AUDIO_IO_JACK_MANAGER::stop_request_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/plugins/audioio_jack_manager.cpp:685:24: warning: Member variable 'AUDIO_IO_JACK_MANAGER::j_stopped_rounds_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/plugins/audioio_jack_manager.cpp:685:24: warning: Member variable 'AUDIO_IO_JACK_MANAGER::client_repp' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/plugins/audioio_sndfile.cpp:240:5: style: Variable 'file_format' is reassigned a value before the old one has been used. [redundantAssignment]
ecasound-2.9.1/libecasound/plugins/audioio_sndfile.cpp:235:0: note: Variable 'file_format' is reassigned a value before the old one has been used.
ecasound-2.9.1/libecasound/plugins/audioio_sndfile.cpp:240:5: note: Variable 'file_format' is reassigned a value before the old one has been used.
ecasound-2.9.1/libecasound/plugins/audioio_sndfile.cpp:160:60: style: Function 'find_file_format' argument 1 names different: declaration 'filename' definition 'fname'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasound/plugins/audioio_sndfile.h:107:43: note: Function 'find_file_format' argument 1 names different: declaration 'filename' definition 'fname'.
ecasound-2.9.1/libecasound/plugins/audioio_sndfile.cpp:160:60: note: Function 'find_file_format' argument 1 names different: declaration 'filename' definition 'fname'.
ecasound-2.9.1/libecasound/plugins/audioio_sndfile.h:109:22: warning: Member variable 'SNDFILE_INTERFACE::opt_filename_rep' is not assigned a value in 'SNDFILE_INTERFACE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/plugins/audioio_sndfile.h:109:22: warning: Member variable 'SNDFILE_INTERFACE::opt_format_rep' is not assigned a value in 'SNDFILE_INTERFACE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/plugins/audioio_sndfile.h:109:22: warning: Member variable 'SNDFILE_INTERFACE::snd_repp' is not assigned a value in 'SNDFILE_INTERFACE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/plugins/audioio_sndfile.h:109:22: warning: Member variable 'SNDFILE_INTERFACE::samples_read' is not assigned a value in 'SNDFILE_INTERFACE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/plugins/audioio_sndfile.h:109:22: warning: Member variable 'SNDFILE_INTERFACE::finished_rep' is not assigned a value in 'SNDFILE_INTERFACE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/plugins/audioio_sndfile.h:109:22: warning: Member variable 'SNDFILE_INTERFACE::closing_rep' is not assigned a value in 'SNDFILE_INTERFACE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/plugins/audioio_sndfile.h:109:22: warning: Member variable 'SNDFILE_INTERFACE::seek_supported_rep' is not assigned a value in 'SNDFILE_INTERFACE::operator='. [operatorEqVarError]
ecasound-2.9.1/libecasound/plugins/audioio_sndfile.h:83:16: warning: Virtual function 'close' is called from destructor '~SNDFILE_INTERFACE()' at line 68. Dynamic binding is not used. [virtualCallInConstructor]
ecasound-2.9.1/libecasound/plugins/audioio_sndfile.cpp:68:5: note: Calling close
ecasound-2.9.1/libecasound/plugins/audioio_sndfile.h:83:16: note: close is a virtual method
ecasound-2.9.1/libecasound/plugins/audioio_sndfile.h:27:3: style: Class 'SNDFILE_INTERFACE' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecasound-2.9.1/libecasound/plugins/audioio_sndfile.h:20:1: warning: The class 'SNDFILE_INTERFACE' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
ecasound-2.9.1/libecasound/preset.cpp:430:3: style: Variable 'cop' is reassigned a value before the old one has been used. [redundantAssignment]
ecasound-2.9.1/libecasound/preset.cpp:429:3: note: Variable 'cop' is reassigned a value before the old one has been used.
ecasound-2.9.1/libecasound/preset.cpp:430:3: note: Variable 'cop' is reassigned a value before the old one has been used.
ecasound-2.9.1/libecasound/preset.cpp:524:34: style: Function 'init' argument 1 names different: declaration 'sbuf' definition 'insample'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasound/preset.h:53:36: note: Function 'init' argument 1 names different: declaration 'sbuf' definition 'insample'.
ecasound-2.9.1/libecasound/preset.cpp:524:34: note: Function 'init' argument 1 names different: declaration 'sbuf' definition 'insample'.
ecasound-2.9.1/libecasound/preset.cpp:48:9: warning: Member variable 'PRESET::first_buffer' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/preset_impl.h:17:1: style: The class 'PRESET_impl' does not have a constructor although it has private member variables. [noConstructor]
ecasound-2.9.1/libecasound/samplebuffer.cpp:1082:0: style: Function 'resample_init_memory' argument 1 names different: declaration 'from_rate' definition 'from_srate'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasound/samplebuffer.h:139:0: note: Function 'resample_init_memory' argument 1 names different: declaration 'from_rate' definition 'from_srate'.
ecasound-2.9.1/libecasound/samplebuffer.cpp:1082:0: note: Function 'resample_init_memory' argument 1 names different: declaration 'from_rate' definition 'from_srate'.
ecasound-2.9.1/libecasound/samplebuffer.cpp:1083:0: style: Function 'resample_init_memory' argument 2 names different: declaration 'to_rate' definition 'to_srate'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasound/samplebuffer.h:139:0: note: Function 'resample_init_memory' argument 2 names different: declaration 'to_rate' definition 'to_srate'.
ecasound-2.9.1/libecasound/samplebuffer.cpp:1083:0: note: Function 'resample_init_memory' argument 2 names different: declaration 'to_rate' definition 'to_srate'.
ecasound-2.9.1/libecasound/samplebuffer.cpp:1243:0: style: Function 'resample_nofilter' argument 1 names different: declaration 'from_rate' definition 'from'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasound/samplebuffer.h:170:0: note: Function 'resample_nofilter' argument 1 names different: declaration 'from_rate' definition 'from'.
ecasound-2.9.1/libecasound/samplebuffer.cpp:1243:0: note: Function 'resample_nofilter' argument 1 names different: declaration 'from_rate' definition 'from'.
ecasound-2.9.1/libecasound/samplebuffer.cpp:1244:0: style: Function 'resample_nofilter' argument 2 names different: declaration 'to_rate' definition 'to'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasound/samplebuffer.h:170:0: note: Function 'resample_nofilter' argument 2 names different: declaration 'to_rate' definition 'to'.
ecasound-2.9.1/libecasound/samplebuffer.cpp:1244:0: note: Function 'resample_nofilter' argument 2 names different: declaration 'to_rate' definition 'to'.
ecasound-2.9.1/libecasound/samplebuffer.cpp:1297:0: style: Function 'resample_with_memory' argument 1 names different: declaration 'from_rate' definition 'from'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasound/samplebuffer.h:171:0: note: Function 'resample_with_memory' argument 1 names different: declaration 'from_rate' definition 'from'.
ecasound-2.9.1/libecasound/samplebuffer.cpp:1297:0: note: Function 'resample_with_memory' argument 1 names different: declaration 'from_rate' definition 'from'.
ecasound-2.9.1/libecasound/samplebuffer.cpp:1298:0: style: Function 'resample_with_memory' argument 2 names different: declaration 'to_rate' definition 'to'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasound/samplebuffer.h:171:0: note: Function 'resample_with_memory' argument 2 names different: declaration 'to_rate' definition 'to'.
ecasound-2.9.1/libecasound/samplebuffer.cpp:1298:0: note: Function 'resample_with_memory' argument 2 names different: declaration 'to_rate' definition 'to'.
ecasound-2.9.1/libecasound/samplebuffer.cpp:1439:0: style: Function 'resample_extfilter' argument 1 names different: declaration 'from_rate' definition 'from_srate'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasound/samplebuffer.h:167:0: note: Function 'resample_extfilter' argument 1 names different: declaration 'from_rate' definition 'from_srate'.
ecasound-2.9.1/libecasound/samplebuffer.cpp:1439:0: note: Function 'resample_extfilter' argument 1 names different: declaration 'from_rate' definition 'from_srate'.
ecasound-2.9.1/libecasound/samplebuffer.cpp:1440:0: style: Function 'resample_extfilter' argument 2 names different: declaration 'to_rate' definition 'to_srate'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasound/samplebuffer.h:167:0: note: Function 'resample_extfilter' argument 2 names different: declaration 'to_rate' definition 'to_srate'.
ecasound-2.9.1/libecasound/samplebuffer.cpp:1440:0: note: Function 'resample_extfilter' argument 2 names different: declaration 'to_rate' definition 'to_srate'.
ecasound-2.9.1/libecasound/samplebuffer.cpp:1444:0: style: Function 'resample_simplefilter' argument 1 names different: declaration 'from_rate' definition 'from_srate'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasound/samplebuffer.h:169:0: note: Function 'resample_simplefilter' argument 1 names different: declaration 'from_rate' definition 'from_srate'.
ecasound-2.9.1/libecasound/samplebuffer.cpp:1444:0: note: Function 'resample_simplefilter' argument 1 names different: declaration 'from_rate' definition 'from_srate'.
ecasound-2.9.1/libecasound/samplebuffer.cpp:1445:0: style: Function 'resample_simplefilter' argument 2 names different: declaration 'to_rate' definition 'to_srate'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasound/samplebuffer.h:169:0: note: Function 'resample_simplefilter' argument 2 names different: declaration 'to_rate' definition 'to_srate'.
ecasound-2.9.1/libecasound/samplebuffer.cpp:1445:0: note: Function 'resample_simplefilter' argument 2 names different: declaration 'to_rate' definition 'to_srate'.
ecasound-2.9.1/libecasound/samplebuffer_impl.h:15:1: style: The class 'SAMPLE_BUFFER_impl' does not have a constructor although it has private member variables. [noConstructor]
ecasound-2.9.1/libecasound/samplebuffer.h:161:8: style: Technically the member function 'SAMPLE_BUFFER::event_tag_test' can be const. [functionConst]
ecasound-2.9.1/libecasound/samplebuffer.cpp:1232:21: note: Technically the member function 'SAMPLE_BUFFER::event_tag_test' can be const.
ecasound-2.9.1/libecasound/samplebuffer.h:161:8: note: Technically the member function 'SAMPLE_BUFFER::event_tag_test' can be const.
ecasound-2.9.1/libecasound/samplebuffer.h:167:8: performance: Technically the member function 'SAMPLE_BUFFER::resample_extfilter' can be static. [functionStatic]
ecasound-2.9.1/libecasound/samplebuffer.cpp:1439:21: note: Technically the member function 'SAMPLE_BUFFER::resample_extfilter' can be static.
ecasound-2.9.1/libecasound/samplebuffer.h:167:8: note: Technically the member function 'SAMPLE_BUFFER::resample_extfilter' can be static.
ecasound-2.9.1/libecasound/samplebuffer.h:168:8: performance: Technically the member function 'SAMPLE_BUFFER::resample_secret_rabbit_code' can be static. [functionStatic]
ecasound-2.9.1/libecasound/samplebuffer.cpp:1354:21: note: Technically the member function 'SAMPLE_BUFFER::resample_secret_rabbit_code' can be static.
ecasound-2.9.1/libecasound/samplebuffer.h:168:8: note: Technically the member function 'SAMPLE_BUFFER::resample_secret_rabbit_code' can be static.
ecasound-2.9.1/libecasound/samplebuffer.h:169:8: performance: Technically the member function 'SAMPLE_BUFFER::resample_simplefilter' can be static. [functionStatic]
ecasound-2.9.1/libecasound/samplebuffer.cpp:1444:21: note: Technically the member function 'SAMPLE_BUFFER::resample_simplefilter' can be static.
ecasound-2.9.1/libecasound/samplebuffer.h:169:8: note: Technically the member function 'SAMPLE_BUFFER::resample_simplefilter' can be static.
ecasound-2.9.1/libecasound/stamp-ctrl.cpp:31:72: style: Function 'value' argument 1 names different: declaration 'pos_secs' definition 'pos'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasound/stamp-ctrl.h:32:36: note: Function 'value' argument 1 names different: declaration 'pos_secs' definition 'pos'.
ecasound-2.9.1/libecasound/stamp-ctrl.cpp:31:72: note: Function 'value' argument 1 names different: declaration 'pos_secs' definition 'pos'.
ecasound-2.9.1/libecasound/stamp-ctrl.cpp:27:28: warning: Member variable 'VOLUME_ANALYZE_CONTROLLER::rms_mode_rep' is not initialized in the constructor. [uninitMemberVar]
ecasound-2.9.1/libecasound/two-stage-linear-envelope.cpp:58:3: performance: Variable 'first_stage_length_rep' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ecasound-2.9.1/libecasound/two-stage-linear-envelope.cpp:59:3: performance: Variable 'second_stage_length_rep' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ecasound-2.9.1/libecasoundc/eca-control-interface.h:74:8: performance: Technically the member function 'ECA_CONTROL_INTERFACE::events_available' can be static. [functionStatic]
ecasound-2.9.1/libecasoundc/eca-control-interface.cpp:122:29: note: Technically the member function 'ECA_CONTROL_INTERFACE::events_available' can be static.
ecasound-2.9.1/libecasoundc/eca-control-interface.h:74:8: note: Technically the member function 'ECA_CONTROL_INTERFACE::events_available' can be static.
ecasound-2.9.1/libecasoundc/eca-control-interface.h:75:8: performance: Technically the member function 'ECA_CONTROL_INTERFACE::next_event' can be static. [functionStatic]
ecasound-2.9.1/libecasoundc/eca-control-interface.cpp:127:29: note: Technically the member function 'ECA_CONTROL_INTERFACE::next_event' can be static.
ecasound-2.9.1/libecasoundc/eca-control-interface.h:75:8: note: Technically the member function 'ECA_CONTROL_INTERFACE::next_event' can be static.
ecasound-2.9.1/libecasoundc/eca-control-interface.h:76:22: style: Technically the member function 'ECA_CONTROL_INTERFACE::current_event' can be const. [functionConst]
ecasound-2.9.1/libecasoundc/eca-control-interface.cpp:131:38: note: Technically the member function 'ECA_CONTROL_INTERFACE::current_event' can be const.
ecasound-2.9.1/libecasoundc/eca-control-interface.h:76:22: note: Technically the member function 'ECA_CONTROL_INTERFACE::current_event' can be const.
ecasound-2.9.1/libecasoundc/ecasoundc_sa.c:321:7: warning: Return value of function freopen() is not used. [ignoredReturnValue]
ecasound-2.9.1/libecasoundc/ecasoundc_sa.c:1182:25: warning: Logical conjunction always evaluates to false: c < 48 && c > 57. [incorrectLogicOperator]
ecasound-2.9.1/libecasoundc/ecasoundc_sa.c:1206:25: warning: Logical conjunction always evaluates to false: c < 48 && c > 57. [incorrectLogicOperator]
ecasound-2.9.1/libecasoundc/ecasoundc_sa.c:379:7: warning: Possible null pointer dereference: eci_rep [nullPointer]
ecasound-2.9.1/libecasoundc/ecasoundc_sa.c:377:14: note: Assignment 'eci_rep=NULL', assigned value is 0
ecasound-2.9.1/libecasoundc/ecasoundc_sa.c:379:7: note: Null pointer dereference
ecasound-2.9.1/libecasoundc/ecasoundc_sa.c:380:7: warning: Possible null pointer dereference: eci_rep [nullPointer]
ecasound-2.9.1/libecasoundc/ecasoundc_sa.c:377:14: note: Assignment 'eci_rep=NULL', assigned value is 0
ecasound-2.9.1/libecasoundc/ecasoundc_sa.c:380:7: note: Null pointer dereference
ecasound-2.9.1/libecasoundc/ecasoundc_sa.c:382:7: warning: Possible null pointer dereference: eci_rep [nullPointer]
ecasound-2.9.1/libecasoundc/ecasoundc_sa.c:377:14: note: Assignment 'eci_rep=NULL', assigned value is 0
ecasound-2.9.1/libecasoundc/ecasoundc_sa.c:382:7: note: Null pointer dereference
ecasound-2.9.1/libecasoundc/ecasoundc_sa.c:384:7: warning: Possible null pointer dereference: eci_rep [nullPointer]
ecasound-2.9.1/libecasoundc/ecasoundc_sa.c:377:14: note: Assignment 'eci_rep=NULL', assigned value is 0
ecasound-2.9.1/libecasoundc/ecasoundc_sa.c:384:7: note: Null pointer dereference
ecasound-2.9.1/libecasoundc/ecasoundc_sa.c:388:13: warning: Possible null pointer dereference: eci_rep [nullPointer]
ecasound-2.9.1/libecasoundc/ecasoundc_sa.c:377:14: note: Assignment 'eci_rep=NULL', assigned value is 0
ecasound-2.9.1/libecasoundc/ecasoundc_sa.c:388:13: note: Null pointer dereference
ecasound-2.9.1/libecasoundc/ecasoundc_sa.c:389:13: warning: Possible null pointer dereference: eci_rep [nullPointer]
ecasound-2.9.1/libecasoundc/ecasoundc_sa.c:377:14: note: Assignment 'eci_rep=NULL', assigned value is 0
ecasound-2.9.1/libecasoundc/ecasoundc_sa.c:389:13: note: Null pointer dereference
ecasound-2.9.1/libecasoundc/ecasoundc_sa.c:392:30: warning: Possible null pointer dereference: eci_rep [nullPointer]
ecasound-2.9.1/libecasoundc/ecasoundc_sa.c:377:14: note: Assignment 'eci_rep=NULL', assigned value is 0
ecasound-2.9.1/libecasoundc/ecasoundc_sa.c:392:30: note: Null pointer dereference
ecasound-2.9.1/libecasoundc/ecasoundc_sa.c:868:23: warning: Possible null pointer dereference: src [nullPointer]
ecasound-2.9.1/libecasoundc/ecasoundc_sa.c:804:28: note: Calling function 'eci_string_add', 3rd argument 'src' value is 0
ecasound-2.9.1/libecasoundc/ecasoundc_sa.c:868:23: note: Null pointer dereference
ecasound-2.9.1/libecasoundc/ecasoundc_sa.c:1066:28: warning: Either the condition 'parser!=0' is redundant or there is possible null pointer dereference: parser. [nullPointerRedundantCheck]
ecasound-2.9.1/libecasoundc/ecasoundc_sa.c:1071:3: note: Assuming that condition 'parser!=0' is not redundant
ecasound-2.9.1/libecasoundc/ecasoundc_sa.c:1066:28: note: Null pointer dereference
ecasound-2.9.1/libecasoundc/ecasoundc_sa.c:330:7: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
ecasound-2.9.1/libecasoundc/ecasoundc_sa.c:328:7: note: Variable 'res' is reassigned a value before the old one has been used.
ecasound-2.9.1/libecasoundc/ecasoundc_sa.c:330:7: note: Variable 'res' is reassigned a value before the old one has been used.
ecasound-2.9.1/libecasoundc/ecasoundc_sa.c:467:24: style: The scope of the variable 'respoll' can be reduced. [variableScope]
ecasound-2.9.1/libecasoundc/ecasoundc_sa.c:435:30: style: Function 'eci_ready_r' argument 1 names different: declaration 'p' definition 'ptr'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasoundc/ecasoundc.h:43:30: note: Function 'eci_ready_r' argument 1 names different: declaration 'p' definition 'ptr'.
ecasound-2.9.1/libecasoundc/ecasoundc_sa.c:435:30: note: Function 'eci_ready_r' argument 1 names different: declaration 'p' definition 'ptr'.
ecasound-2.9.1/libecasoundc/ecasoundc_sa.c:464:33: style: Function 'eci_cleanup_r' argument 1 names different: declaration 'p' definition 'ptr'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasoundc/ecasoundc.h:46:33: note: Function 'eci_cleanup_r' argument 1 names different: declaration 'p' definition 'ptr'.
ecasound-2.9.1/libecasoundc/ecasoundc_sa.c:464:33: note: Function 'eci_cleanup_r' argument 1 names different: declaration 'p' definition 'ptr'.
ecasound-2.9.1/libecasoundc/ecasoundc_sa.c:522:30: style: Function 'eci_command' argument 1 names different: declaration 'cmd' definition 'command'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasoundc/ecasoundc.h:52:30: note: Function 'eci_command' argument 1 names different: declaration 'cmd' definition 'command'.
ecasound-2.9.1/libecasoundc/ecasoundc_sa.c:522:30: note: Function 'eci_command' argument 1 names different: declaration 'cmd' definition 'command'.
ecasound-2.9.1/libecasoundc/ecasoundc_sa.c:528:33: style: Function 'eci_command_r' argument 1 names different: declaration 'p' definition 'ptr'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasoundc/ecasoundc.h:53:33: note: Function 'eci_command_r' argument 1 names different: declaration 'p' definition 'ptr'.
ecasound-2.9.1/libecasoundc/ecasoundc_sa.c:528:33: note: Function 'eci_command_r' argument 1 names different: declaration 'p' definition 'ptr'.
ecasound-2.9.1/libecasoundc/ecasoundc_sa.c:528:50: style: Function 'eci_command_r' argument 2 names different: declaration 'cmd' definition 'command'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasoundc/ecasoundc.h:53:48: note: Function 'eci_command_r' argument 2 names different: declaration 'cmd' definition 'command'.
ecasound-2.9.1/libecasoundc/ecasoundc_sa.c:528:50: note: Function 'eci_command_r' argument 2 names different: declaration 'cmd' definition 'command'.
ecasound-2.9.1/libecasoundc/ecasoundc_sa.c:589:43: style: Function 'eci_command_float_arg_r' argument 1 names different: declaration 'p' definition 'ptr'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasoundc/ecasoundc.h:56:43: note: Function 'eci_command_float_arg_r' argument 1 names different: declaration 'p' definition 'ptr'.
ecasound-2.9.1/libecasoundc/ecasoundc_sa.c:589:43: note: Function 'eci_command_float_arg_r' argument 1 names different: declaration 'p' definition 'ptr'.
ecasound-2.9.1/libecasoundc/ecasoundc_sa.c:613:47: style: Function 'eci_last_string_list_count_r' argument 1 names different: declaration 'p' definition 'ptr'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasoundc/ecasoundc.h:63:47: note: Function 'eci_last_string_list_count_r' argument 1 names different: declaration 'p' definition 'ptr'.
ecasound-2.9.1/libecasoundc/ecasoundc_sa.c:613:47: note: Function 'eci_last_string_list_count_r' argument 1 names different: declaration 'p' definition 'ptr'.
ecasound-2.9.1/libecasoundc/ecasoundc_sa.c:646:54: style: Function 'eci_last_string_list_item_r' argument 1 names different: declaration 'p' definition 'ptr'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasoundc/ecasoundc.h:66:54: note: Function 'eci_last_string_list_item_r' argument 1 names different: declaration 'p' definition 'ptr'.
ecasound-2.9.1/libecasoundc/ecasoundc_sa.c:646:54: note: Function 'eci_last_string_list_item_r' argument 1 names different: declaration 'p' definition 'ptr'.
ecasound-2.9.1/libecasoundc/ecasoundc_sa.c:667:44: style: Function 'eci_last_string_r' argument 1 names different: declaration 'p' definition 'ptr'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasoundc/ecasoundc.h:69:44: note: Function 'eci_last_string_r' argument 1 names different: declaration 'p' definition 'ptr'.
ecasound-2.9.1/libecasoundc/ecasoundc_sa.c:667:44: note: Function 'eci_last_string_r' argument 1 names different: declaration 'p' definition 'ptr'.
ecasound-2.9.1/libecasoundc/ecasoundc_sa.c:678:38: style: Function 'eci_last_float_r' argument 1 names different: declaration 'p' definition 'ptr'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasoundc/ecasoundc.h:72:38: note: Function 'eci_last_float_r' argument 1 names different: declaration 'p' definition 'ptr'.
ecasound-2.9.1/libecasoundc/ecasoundc_sa.c:678:38: note: Function 'eci_last_float_r' argument 1 names different: declaration 'p' definition 'ptr'.
ecasound-2.9.1/libecasoundc/ecasoundc_sa.c:689:37: style: Function 'eci_last_integer_r' argument 1 names different: declaration 'p' definition 'ptr'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasoundc/ecasoundc.h:75:37: note: Function 'eci_last_integer_r' argument 1 names different: declaration 'p' definition 'ptr'.
ecasound-2.9.1/libecasoundc/ecasoundc_sa.c:689:37: note: Function 'eci_last_integer_r' argument 1 names different: declaration 'p' definition 'ptr'.
ecasound-2.9.1/libecasoundc/ecasoundc_sa.c:700:47: style: Function 'eci_last_long_integer_r' argument 1 names different: declaration 'p' definition 'ptr'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasoundc/ecasoundc.h:78:47: note: Function 'eci_last_long_integer_r' argument 1 names different: declaration 'p' definition 'ptr'.
ecasound-2.9.1/libecasoundc/ecasoundc_sa.c:700:47: note: Function 'eci_last_long_integer_r' argument 1 names different: declaration 'p' definition 'ptr'.
ecasound-2.9.1/libecasoundc/ecasoundc_sa.c:719:43: style: Function 'eci_last_error_r' argument 1 names different: declaration 'p' definition 'ptr'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasoundc/ecasoundc.h:81:43: note: Function 'eci_last_error_r' argument 1 names different: declaration 'p' definition 'ptr'.
ecasound-2.9.1/libecasoundc/ecasoundc_sa.c:719:43: note: Function 'eci_last_error_r' argument 1 names different: declaration 'p' definition 'ptr'.
ecasound-2.9.1/libecasoundc/ecasoundc_sa.c:731:42: style: Function 'eci_last_type_r' argument 1 names different: declaration 'p' definition 'ptr'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasoundc/ecasoundc.h:84:42: note: Function 'eci_last_type_r' argument 1 names different: declaration 'p' definition 'ptr'.
ecasound-2.9.1/libecasoundc/ecasoundc_sa.c:731:42: note: Function 'eci_last_type_r' argument 1 names different: declaration 'p' definition 'ptr'.
ecasound-2.9.1/libecasoundc/ecasoundc_sa.c:752:30: style: Function 'eci_error_r' argument 1 names different: declaration 'p' definition 'ptr'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasoundc/ecasoundc.h:87:30: note: Function 'eci_error_r' argument 1 names different: declaration 'p' definition 'ptr'.
ecasound-2.9.1/libecasoundc/ecasoundc_sa.c:752:30: note: Function 'eci_error_r' argument 1 names different: declaration 'p' definition 'ptr'.
ecasound-2.9.1/libecasoundc/ecasoundc_sa.c:781:41: style: Function 'eci_events_available_r' argument 1 names different: declaration 'p' definition 'ptr'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasoundc/ecasoundc.h:94:41: note: Function 'eci_events_available_r' argument 1 names different: declaration 'p' definition 'ptr'.
ecasound-2.9.1/libecasoundc/ecasoundc_sa.c:781:41: note: Function 'eci_events_available_r' argument 1 names different: declaration 'p' definition 'ptr'.
ecasound-2.9.1/libecasoundc/ecasoundc_sa.c:783:36: style: Function 'eci_next_event_r' argument 1 names different: declaration 'p' definition 'ptr'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasoundc/ecasoundc.h:97:36: note: Function 'eci_next_event_r' argument 1 names different: declaration 'p' definition 'ptr'.
ecasound-2.9.1/libecasoundc/ecasoundc_sa.c:783:36: note: Function 'eci_next_event_r' argument 1 names different: declaration 'p' definition 'ptr'.
ecasound-2.9.1/libecasoundc/ecasoundc_sa.c:785:46: style: Function 'eci_current_event_r' argument 1 names different: declaration 'p' definition 'ptr'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasoundc/ecasoundc.h:100:46: note: Function 'eci_current_event_r' argument 1 names different: declaration 'p' definition 'ptr'.
ecasound-2.9.1/libecasoundc/ecasoundc_sa.c:785:46: note: Function 'eci_current_event_r' argument 1 names different: declaration 'p' definition 'ptr'.
ecasound-2.9.1/libecasoundc/ecasoundc_sa.c:961:77: style: Function 'eci_impl_los_list_add_item' argument 1 names different: declaration 'headptr' definition 'head'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasoundc/ecasoundc_sa.c:245:77: note: Function 'eci_impl_los_list_add_item' argument 1 names different: declaration 'headptr' definition 'head'.
ecasound-2.9.1/libecasoundc/ecasoundc_sa.c:961:77: note: Function 'eci_impl_los_list_add_item' argument 1 names different: declaration 'headptr' definition 'head'.
ecasound-2.9.1/libecasoundc/ecasoundc_sa.c:1150:54: style: Function 'eci_impl_update_state' argument 1 names different: declaration 'eci_rep' definition 'parser'. [funcArgNamesDifferent]
ecasound-2.9.1/libecasoundc/ecasoundc_sa.c:251:54: note: Function 'eci_impl_update_state' argument 1 names different: declaration 'eci_rep' definition 'parser'.
ecasound-2.9.1/libecasoundc/ecasoundc_sa.c:1150:54: note: Function 'eci_impl_update_state' argument 1 names different: declaration 'eci_rep' definition 'parser'.
ecasound-2.9.1/libecasoundc/ecasoundc_sa.c:490:15: style: Variable 'respoll' is assigned a value that is never used. [unreadVariable]
ecasound-2.9.1/libecasoundc/libecasoundc_tester.c:88:7: style: The scope of the variable 'n' can be reduced. [variableScope]
[17:03]

ftp://ftp.se.debian.org/debian/pool/main/e/ecb/ecb_2.40+git20140216.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/eccodes/eccodes_2.8.0.orig.tar.xz
eccodes-2.8.0/cmake/contrib/GreatCMakeCookOff/cpp11/__func__-N2340.cpp:6:27: style: Checking if unsigned variable 'std::strlen(__func__)' is less than zero. [unsignedLessThanZero]
eccodes-2.8.0/cmake/contrib/GreatCMakeCookOff/cpp11/constexpr-N2235.cpp:15:25: style: Condition 'square(the_answer())==1764' is always true [knownConditionTrueFalse]
eccodes-2.8.0/cmake/contrib/GreatCMakeCookOff/cpp11/deleted_constructor.cpp:3:3: style: Struct 'A' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eccodes-2.8.0/cmake/contrib/GreatCMakeCookOff/cpp11/deleted_constructor_fail_compile.cpp:3:3: style: Struct 'A' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eccodes-2.8.0/cmake/contrib/GreatCMakeCookOff/cpp11/explicit_cast.cpp:3:4: style: Class 'A' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eccodes-2.8.0/cmake/contrib/GreatCMakeCookOff/cpp11/initialization.cpp:4:23: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
eccodes-2.8.0/cmake/contrib/GreatCMakeCookOff/cpp11/initialization.cpp:5:38: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
eccodes-2.8.0/cmake/contrib/GreatCMakeCookOff/cpp11/nullptr-N2431_fail_compile.cpp:3:10: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
eccodes-2.8.0/cmake/contrib/GreatCMakeCookOff/cpp11/override.cpp:17:0: error: Memory leak: b [memleak]
eccodes-2.8.0/cmake/contrib/GreatCMakeCookOff/cpp11/override_fail_compile.cpp:4:10: performance: Technically the member function 'A::bar' can be static. [functionStatic]
eccodes-2.8.0/cmake/contrib/GreatCMakeCookOff/cpp11/override_fail_compile.cpp:10:10: performance: Technically the member function 'B::bar' can be static. [functionStatic]
eccodes-2.8.0/cmake/contrib/GreatCMakeCookOff/cpp11/override_fail_compile.cpp:17:0: error: Memory leak: b [memleak]
eccodes-2.8.0/cmake/contrib/GreatCMakeCookOff/cpp11/trivial_type_traits.cpp:4:14: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
eccodes-2.8.0/cmake/contrib/GreatCMakeCookOff/cpp11/trivial_type_traits.cpp:5:14: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
eccodes-2.8.0/cmake/contrib/GreatCMakeCookOff/cpp11/type_traits.cpp:4:14: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
eccodes-2.8.0/cmake/contrib/GreatCMakeCookOff/cpp11/type_traits.cpp:5:14: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
eccodes-2.8.0/fortran/grib_fortran.c:646:5: style: Variable 'h' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/fortran/grib_fortran.c:643:0: note: Variable 'h' is reassigned a value before the old one has been used.
eccodes-2.8.0/fortran/grib_fortran.c:646:5: note: Variable 'h' is reassigned a value before the old one has been used.
eccodes-2.8.0/fortran/grib_fortran.c:656:5: style: Variable 'h' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/fortran/grib_fortran.c:653:0: note: Variable 'h' is reassigned a value before the old one has been used.
eccodes-2.8.0/fortran/grib_fortran.c:656:5: note: Variable 'h' is reassigned a value before the old one has been used.
eccodes-2.8.0/fortran/grib_fortran.c:666:5: style: Variable 'h' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/fortran/grib_fortran.c:663:0: note: Variable 'h' is reassigned a value before the old one has been used.
eccodes-2.8.0/fortran/grib_fortran.c:666:5: note: Variable 'h' is reassigned a value before the old one has been used.
eccodes-2.8.0/fortran/grib_fortran.c:700:5: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/fortran/grib_fortran.c:697:0: note: Variable 'i' is reassigned a value before the old one has been used.
eccodes-2.8.0/fortran/grib_fortran.c:700:5: note: Variable 'i' is reassigned a value before the old one has been used.
eccodes-2.8.0/fortran/grib_fortran.c:720:5: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/fortran/grib_fortran.c:717:0: note: Variable 'i' is reassigned a value before the old one has been used.
eccodes-2.8.0/fortran/grib_fortran.c:720:5: note: Variable 'i' is reassigned a value before the old one has been used.
eccodes-2.8.0/fortran/grib_fortran.c:741:5: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/fortran/grib_fortran.c:738:0: note: Variable 'i' is reassigned a value before the old one has been used.
eccodes-2.8.0/fortran/grib_fortran.c:741:5: note: Variable 'i' is reassigned a value before the old one has been used.
eccodes-2.8.0/fortran/grib_fortran.c:1079:9: style: Variable 'h' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/fortran/grib_fortran.c:1069:0: note: Variable 'h' is reassigned a value before the old one has been used.
eccodes-2.8.0/fortran/grib_fortran.c:1079:9: note: Variable 'h' is reassigned a value before the old one has been used.
eccodes-2.8.0/fortran/grib_fortran.c:1477:5: style: Variable 'h' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/fortran/grib_fortran.c:1476:0: note: Variable 'h' is reassigned a value before the old one has been used.
eccodes-2.8.0/fortran/grib_fortran.c:1477:5: note: Variable 'h' is reassigned a value before the old one has been used.
eccodes-2.8.0/fortran/grib_fortran.c:1496:5: style: Variable 'h' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/fortran/grib_fortran.c:1495:0: note: Variable 'h' is reassigned a value before the old one has been used.
eccodes-2.8.0/fortran/grib_fortran.c:1496:5: note: Variable 'h' is reassigned a value before the old one has been used.
eccodes-2.8.0/fortran/grib_fortran.c:1517:5: style: Variable 'h' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/fortran/grib_fortran.c:1515:0: note: Variable 'h' is reassigned a value before the old one has been used.
eccodes-2.8.0/fortran/grib_fortran.c:1517:5: note: Variable 'h' is reassigned a value before the old one has been used.
eccodes-2.8.0/fortran/grib_fortran.c:1540:5: style: Variable 'h' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/fortran/grib_fortran.c:1538:0: note: Variable 'h' is reassigned a value before the old one has been used.
eccodes-2.8.0/fortran/grib_fortran.c:1540:5: note: Variable 'h' is reassigned a value before the old one has been used.
eccodes-2.8.0/fortran/grib_fortran.c:910:19: style: The scope of the variable 'c' can be reduced. [variableScope]
eccodes-2.8.0/fortran/grib_fortran.c:911:9: style: The scope of the variable 'err' can be reduced. [variableScope]
eccodes-2.8.0/fortran/grib_fortran.c:931:19: style: The scope of the variable 'c' can be reduced. [variableScope]
eccodes-2.8.0/fortran/grib_fortran.c:932:9: style: The scope of the variable 'err' can be reduced. [variableScope]
eccodes-2.8.0/fortran/grib_fortran.c:952:19: style: The scope of the variable 'c' can be reduced. [variableScope]
eccodes-2.8.0/fortran/grib_fortran.c:956:13: style: The scope of the variable 'ioerr' can be reduced. [variableScope]
eccodes-2.8.0/fortran/grib_fortran.c:977:19: style: The scope of the variable 'c' can be reduced. [variableScope]
eccodes-2.8.0/fortran/grib_fortran.c:981:13: style: The scope of the variable 'ioerr' can be reduced. [variableScope]
eccodes-2.8.0/fortran/grib_fortran.c:1003:9: style: The scope of the variable 'ioerr' can be reduced. [variableScope]
eccodes-2.8.0/fortran/grib_fortran.c:1626:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
eccodes-2.8.0/fortran/grib_fortran.c:1648:21: style: The scope of the variable 'msg' can be reduced. [variableScope]
eccodes-2.8.0/fortran/grib_fortran.c:1723:23: style: The scope of the variable 'msg' can be reduced. [variableScope]
eccodes-2.8.0/fortran/grib_fortran.c:1952:10: style: The scope of the variable 'fname' can be reduced. [variableScope]
eccodes-2.8.0/fortran/grib_fortran.c:1953:10: style: The scope of the variable 'knames' can be reduced. [variableScope]
eccodes-2.8.0/fortran/grib_fortran.c:1983:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
eccodes-2.8.0/fortran/grib_fortran.c:2004:10: style: The scope of the variable 'fname' can be reduced. [variableScope]
eccodes-2.8.0/fortran/grib_fortran.c:2033:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
eccodes-2.8.0/fortran/grib_fortran.c:2128:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
eccodes-2.8.0/fortran/grib_fortran.c:2165:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
eccodes-2.8.0/fortran/grib_fortran.c:2186:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
eccodes-2.8.0/fortran/grib_fortran.c:2207:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
eccodes-2.8.0/fortran/grib_fortran.c:2228:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
eccodes-2.8.0/fortran/grib_fortran.c:3073:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
eccodes-2.8.0/fortran/grib_fortran.c:1582:41: style: Function 'grib_f_copy_key_' argument 2 names different: declaration 'name' definition 'key'. [funcArgNamesDifferent]
eccodes-2.8.0/fortran/grib_fortran_prototypes.h:132:42: note: Function 'grib_f_copy_key_' argument 2 names different: declaration 'name' definition 'key'.
eccodes-2.8.0/fortran/grib_fortran.c:1582:41: note: Function 'grib_f_copy_key_' argument 2 names different: declaration 'name' definition 'key'.
eccodes-2.8.0/fortran/grib_fortran_kinds.c:28:11: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
eccodes-2.8.0/fortran/grib_fortran_kinds.c:34:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
eccodes-2.8.0/python/grib_interface.c:1640:13: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
eccodes-2.8.0/python/grib_interface.c:881:5: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/python/grib_interface.c:874:0: note: Variable 'f' is reassigned a value before the old one has been used.
eccodes-2.8.0/python/grib_interface.c:881:5: note: Variable 'f' is reassigned a value before the old one has been used.
eccodes-2.8.0/python/grib_interface.c:1155:5: style: Variable 'h' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/python/grib_interface.c:1154:0: note: Variable 'h' is reassigned a value before the old one has been used.
eccodes-2.8.0/python/grib_interface.c:1155:5: note: Variable 'h' is reassigned a value before the old one has been used.
eccodes-2.8.0/python/grib_interface.c:1168:5: style: Variable 'h' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/python/grib_interface.c:1167:0: note: Variable 'h' is reassigned a value before the old one has been used.
eccodes-2.8.0/python/grib_interface.c:1168:5: note: Variable 'h' is reassigned a value before the old one has been used.
eccodes-2.8.0/python/grib_interface.c:1182:5: style: Variable 'h' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/python/grib_interface.c:1180:0: note: Variable 'h' is reassigned a value before the old one has been used.
eccodes-2.8.0/python/grib_interface.c:1182:5: note: Variable 'h' is reassigned a value before the old one has been used.
eccodes-2.8.0/python/grib_interface.c:1198:5: style: Variable 'h' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/python/grib_interface.c:1196:0: note: Variable 'h' is reassigned a value before the old one has been used.
eccodes-2.8.0/python/grib_interface.c:1198:5: note: Variable 'h' is reassigned a value before the old one has been used.
eccodes-2.8.0/python/grib_interface.c:1734:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
eccodes-2.8.0/python/grib_interface.c:819:19: style: The scope of the variable 'c' can be reduced. [variableScope]
eccodes-2.8.0/python/grib_interface.c:820:9: style: The scope of the variable 'err' can be reduced. [variableScope]
eccodes-2.8.0/python/grib_interface.c:836:19: style: The scope of the variable 'c' can be reduced. [variableScope]
eccodes-2.8.0/python/grib_interface.c:840:13: style: The scope of the variable 'ioerr' can be reduced. [variableScope]
eccodes-2.8.0/python/grib_interface.c:855:19: style: The scope of the variable 'c' can be reduced. [variableScope]
eccodes-2.8.0/python/grib_interface.c:859:13: style: The scope of the variable 'ioerr' can be reduced. [variableScope]
eccodes-2.8.0/python/grib_interface.c:875:9: style: The scope of the variable 'ioerr' can be reduced. [variableScope]
eccodes-2.8.0/python/swig_wrap_numpy.c:2682:0: error: #error "This python version requires swig to be run with the '-classic' option" [preprocessorErrorDirective]
eccodes-2.8.0/src/action.c:190:43: style: Function 'grib_dump_action_tree' argument 1 names different: declaration 'c' definition 'ctx'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_api.h:987:46: note: Function 'grib_dump_action_tree' argument 1 names different: declaration 'c' definition 'ctx'.
eccodes-2.8.0/src/action.c:190:43: note: Function 'grib_dump_action_tree' argument 1 names different: declaration 'c' definition 'ctx'.
eccodes-2.8.0/src/action.c:190:53: style: Function 'grib_dump_action_tree' argument 2 names different: declaration 'f' definition 'out'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_api.h:987:56: note: Function 'grib_dump_action_tree' argument 2 names different: declaration 'f' definition 'out'.
eccodes-2.8.0/src/action.c:190:53: note: Function 'grib_dump_action_tree' argument 2 names different: declaration 'f' definition 'out'.
eccodes-2.8.0/src/action_class_alias.c:120:13: style: The scope of the variable 'id' can be reduced. [variableScope]
eccodes-2.8.0/src/action_class_alias.c:256:32: style: Function 'dump' argument 1 names different: declaration 'd' definition 'act'. [funcArgNamesDifferent]
eccodes-2.8.0/src/action_class_alias.c:41:43: note: Function 'dump' argument 1 names different: declaration 'd' definition 'act'.
eccodes-2.8.0/src/action_class_alias.c:256:32: note: Function 'dump' argument 1 names different: declaration 'd' definition 'act'.
eccodes-2.8.0/src/action_class_alias.c:268:32: style: Function 'xref' argument 1 names different: declaration 'd' definition 'act'. [funcArgNamesDifferent]
eccodes-2.8.0/src/action_class_alias.c:42:43: note: Function 'xref' argument 1 names different: declaration 'd' definition 'act'.
eccodes-2.8.0/src/action_class_alias.c:268:32: note: Function 'xref' argument 1 names different: declaration 'd' definition 'act'.
eccodes-2.8.0/src/action_class_assert.c:90:3: style: Variable 'a' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/action_class_assert.c:82:0: note: Variable 'a' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/action_class_assert.c:90:3: note: Variable 'a' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/action_class_assert.c:108:32: style: Function 'dump' argument 1 names different: declaration 'd' definition 'act'. [funcArgNamesDifferent]
eccodes-2.8.0/src/action_class_assert.c:40:43: note: Function 'dump' argument 1 names different: declaration 'd' definition 'act'.
eccodes-2.8.0/src/action_class_assert.c:108:32: note: Function 'dump' argument 1 names different: declaration 'd' definition 'act'.
eccodes-2.8.0/src/action_class_close.c:95:33: style: Function 'execute' argument 1 names different: declaration 'a' definition 'act'. [funcArgNamesDifferent]
eccodes-2.8.0/src/action_class_close.c:37:33: note: Function 'execute' argument 1 names different: declaration 'a' definition 'act'.
eccodes-2.8.0/src/action_class_close.c:95:33: note: Function 'execute' argument 1 names different: declaration 'a' definition 'act'.
eccodes-2.8.0/src/action_class_close.c:115:31: style: Function 'dump' argument 1 names different: declaration 'd' definition 'act'. [funcArgNamesDifferent]
eccodes-2.8.0/src/action_class_close.c:35:43: note: Function 'dump' argument 1 names different: declaration 'd' definition 'act'.
eccodes-2.8.0/src/action_class_close.c:115:31: note: Function 'dump' argument 1 names different: declaration 'd' definition 'act'.
eccodes-2.8.0/src/action_class_concept.c:148:5: style: Variable 'a' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/action_class_concept.c:142:0: note: Variable 'a' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/action_class_concept.c:148:5: note: Variable 'a' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/action_class_concept.c:303:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/action_class_concept.c:299:0: note: Variable 'result' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/action_class_concept.c:303:5: note: Variable 'result' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/action_class_concept.c:187:31: style: Function 'dump' argument 1 names different: declaration 'd' definition 'act'. [funcArgNamesDifferent]
eccodes-2.8.0/src/action_class_concept.c:45:43: note: Function 'dump' argument 1 names different: declaration 'd' definition 'act'.
eccodes-2.8.0/src/action_class_concept.c:187:31: note: Function 'dump' argument 1 names different: declaration 'd' definition 'act'.
eccodes-2.8.0/src/action_class_gen.c:165:5: style: Variable 'ga' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/action_class_gen.c:163:0: note: Variable 'ga' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/action_class_gen.c:165:5: note: Variable 'ga' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/action_class_gen.c:111:32: style: Function 'dump' argument 1 names different: declaration 'd' definition 'act'. [funcArgNamesDifferent]
eccodes-2.8.0/src/action_class_gen.c:43:43: note: Function 'dump' argument 1 names different: declaration 'd' definition 'act'.
eccodes-2.8.0/src/action_class_gen.c:111:32: note: Function 'dump' argument 1 names different: declaration 'd' definition 'act'.
eccodes-2.8.0/src/action_class_gen.c:122:32: style: Function 'xref' argument 1 names different: declaration 'd' definition 'act'. [funcArgNamesDifferent]
eccodes-2.8.0/src/action_class_gen.c:44:43: note: Function 'xref' argument 1 names different: declaration 'd' definition 'act'.
eccodes-2.8.0/src/action_class_gen.c:122:32: note: Function 'xref' argument 1 names different: declaration 'd' definition 'act'.
eccodes-2.8.0/src/action_class_gen.c:179:39: style: Function 'notify_change' argument 1 names different: declaration 'a' definition 'act'. [funcArgNamesDifferent]
eccodes-2.8.0/src/action_class_gen.c:47:39: note: Function 'notify_change' argument 1 names different: declaration 'a' definition 'act'.
eccodes-2.8.0/src/action_class_gen.c:179:39: note: Function 'notify_change' argument 1 names different: declaration 'a' definition 'act'.
eccodes-2.8.0/src/action_class_gen.c:179:60: style: Function 'notify_change' argument 2 names different: declaration 'observer' definition 'notified'. [funcArgNamesDifferent]
eccodes-2.8.0/src/action_class_gen.c:47:57: note: Function 'notify_change' argument 2 names different: declaration 'observer' definition 'notified'.
eccodes-2.8.0/src/action_class_gen.c:179:60: note: Function 'notify_change' argument 2 names different: declaration 'observer' definition 'notified'.
eccodes-2.8.0/src/action_class_gen.c:179:85: style: Function 'notify_change' argument 3 names different: declaration 'observed' definition 'changed'. [funcArgNamesDifferent]
eccodes-2.8.0/src/action_class_gen.c:47:81: note: Function 'notify_change' argument 3 names different: declaration 'observed' definition 'changed'.
eccodes-2.8.0/src/action_class_gen.c:179:85: note: Function 'notify_change' argument 3 names different: declaration 'observed' definition 'changed'.
eccodes-2.8.0/src/action_class_hash_array.c:136:5: style: Variable 'a' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/action_class_hash_array.c:130:0: note: Variable 'a' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/action_class_hash_array.c:136:5: note: Variable 'a' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/action_class_hash_array.c:315:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/action_class_hash_array.c:311:0: note: Variable 'result' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/action_class_hash_array.c:315:5: note: Variable 'result' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/action_class_hash_array.c:222:10: style: The scope of the variable 'localDir' can be reduced. [variableScope]
eccodes-2.8.0/src/action_class_hash_array.c:224:10: style: The scope of the variable 'ecmfDir' can be reduced. [variableScope]
eccodes-2.8.0/src/action_class_hash_array.c:179:31: style: Function 'dump' argument 1 names different: declaration 'd' definition 'act'. [funcArgNamesDifferent]
eccodes-2.8.0/src/action_class_hash_array.c:45:43: note: Function 'dump' argument 1 names different: declaration 'd' definition 'act'.
eccodes-2.8.0/src/action_class_hash_array.c:179:31: note: Function 'dump' argument 1 names different: declaration 'd' definition 'act'.
eccodes-2.8.0/src/action_class_if.c:142:5: style: Variable 'as' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/action_class_if.c:139:0: note: Variable 'as' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/action_class_if.c:142:5: note: Variable 'as' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/action_class_if.c:177:33: style: Function 'execute' argument 1 names different: declaration 'a' definition 'act'. [funcArgNamesDifferent]
eccodes-2.8.0/src/action_class_if.c:52:33: note: Function 'execute' argument 1 names different: declaration 'a' definition 'act'.
eccodes-2.8.0/src/action_class_if.c:177:33: note: Function 'execute' argument 1 names different: declaration 'a' definition 'act'.
eccodes-2.8.0/src/action_class_if.c:216:31: style: Function 'dump' argument 1 names different: declaration 'd' definition 'act'. [funcArgNamesDifferent]
eccodes-2.8.0/src/action_class_if.c:47:43: note: Function 'dump' argument 1 names different: declaration 'd' definition 'act'.
eccodes-2.8.0/src/action_class_if.c:216:31: note: Function 'dump' argument 1 names different: declaration 'd' definition 'act'.
eccodes-2.8.0/src/action_class_list.c:89:32: style: Function 'dump' argument 1 names different: declaration 'd' definition 'act'. [funcArgNamesDifferent]
eccodes-2.8.0/src/action_class_list.c:44:43: note: Function 'dump' argument 1 names different: declaration 'd' definition 'act'.
eccodes-2.8.0/src/action_class_list.c:89:32: note: Function 'dump' argument 1 names different: declaration 'd' definition 'act'.
eccodes-2.8.0/src/action_class_meta.c:106:32: style: Function 'dump' argument 1 names different: declaration 'd' definition 'act'. [funcArgNamesDifferent]
eccodes-2.8.0/src/action_class_meta.c:40:43: note: Function 'dump' argument 1 names different: declaration 'd' definition 'act'.
eccodes-2.8.0/src/action_class_meta.c:106:32: note: Function 'dump' argument 1 names different: declaration 'd' definition 'act'.
eccodes-2.8.0/src/action_class_meta.c:114:33: style: Function 'execute' argument 1 names different: declaration 'a' definition 'act'. [funcArgNamesDifferent]
eccodes-2.8.0/src/action_class_meta.c:41:33: note: Function 'execute' argument 1 names different: declaration 'a' definition 'act'.
eccodes-2.8.0/src/action_class_meta.c:114:33: note: Function 'execute' argument 1 names different: declaration 'a' definition 'act'.
eccodes-2.8.0/src/action_class_modify.c:113:2: style: Variable 'ga' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/action_class_modify.c:111:0: note: Variable 'ga' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/action_class_modify.c:113:2: note: Variable 'ga' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/action_class_modify.c:104:31: style: Function 'dump' argument 1 names different: declaration 'd' definition 'act'. [funcArgNamesDifferent]
eccodes-2.8.0/src/action_class_modify.c:41:43: note: Function 'dump' argument 1 names different: declaration 'd' definition 'act'.
eccodes-2.8.0/src/action_class_modify.c:104:31: note: Function 'dump' argument 1 names different: declaration 'd' definition 'act'.
eccodes-2.8.0/src/action_class_noop.c:95:31: style: Function 'dump' argument 1 names different: declaration 'd' definition 'act'. [funcArgNamesDifferent]
eccodes-2.8.0/src/action_class_noop.c:37:43: note: Function 'dump' argument 1 names different: declaration 'd' definition 'act'.
eccodes-2.8.0/src/action_class_noop.c:95:31: note: Function 'dump' argument 1 names different: declaration 'd' definition 'act'.
eccodes-2.8.0/src/action_class_noop.c:109:33: style: Function 'execute' argument 1 names different: declaration 'a' definition 'act'. [funcArgNamesDifferent]
eccodes-2.8.0/src/action_class_noop.c:40:33: note: Function 'execute' argument 1 names different: declaration 'a' definition 'act'.
eccodes-2.8.0/src/action_class_noop.c:109:33: note: Function 'execute' argument 1 names different: declaration 'a' definition 'act'.
eccodes-2.8.0/src/action_class_print.c:98:9: style: Variable 'out' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/action_class_print.c:95:0: note: Variable 'out' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/action_class_print.c:98:9: note: Variable 'out' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/action_class_print.c:119:9: style: The scope of the variable 'ioerr' can be reduced. [variableScope]
eccodes-2.8.0/src/action_class_print.c:114:33: style: Function 'execute' argument 1 names different: declaration 'a' definition 'act'. [funcArgNamesDifferent]
eccodes-2.8.0/src/action_class_print.c:42:33: note: Function 'execute' argument 1 names different: declaration 'a' definition 'act'.
eccodes-2.8.0/src/action_class_print.c:114:33: note: Function 'execute' argument 1 names different: declaration 'a' definition 'act'.
eccodes-2.8.0/src/action_class_print.c:140:31: style: Function 'dump' argument 1 names different: declaration 'd' definition 'act'. [funcArgNamesDifferent]
eccodes-2.8.0/src/action_class_print.c:40:43: note: Function 'dump' argument 1 names different: declaration 'd' definition 'act'.
eccodes-2.8.0/src/action_class_print.c:140:31: note: Function 'dump' argument 1 names different: declaration 'd' definition 'act'.
eccodes-2.8.0/src/action_class_put.c:89:5: style: Variable 'a' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/action_class_put.c:81:0: note: Variable 'a' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/action_class_put.c:89:5: note: Variable 'a' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/action_class_put.c:102:5: style: Variable 'ga' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/action_class_put.c:100:0: note: Variable 'ga' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/action_class_put.c:102:5: note: Variable 'ga' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/action_class_put.c:120:32: style: Function 'dump' argument 1 names different: declaration 'd' definition 'act'. [funcArgNamesDifferent]
eccodes-2.8.0/src/action_class_put.c:41:43: note: Function 'dump' argument 1 names different: declaration 'd' definition 'act'.
eccodes-2.8.0/src/action_class_put.c:120:32: note: Function 'dump' argument 1 names different: declaration 'd' definition 'act'.
eccodes-2.8.0/src/action_class_remove.c:89:5: style: Variable 'a' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/action_class_remove.c:81:0: note: Variable 'a' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/action_class_remove.c:89:5: note: Variable 'a' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/action_class_remove.c:125:5: style: Variable 'ga' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/action_class_remove.c:122:0: note: Variable 'ga' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/action_class_remove.c:125:5: note: Variable 'ga' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/action_class_remove.c:97:9: style: The scope of the variable 'id' can be reduced. [variableScope]
eccodes-2.8.0/src/action_class_remove.c:137:32: style: Function 'dump' argument 1 names different: declaration 'd' definition 'act'. [funcArgNamesDifferent]
eccodes-2.8.0/src/action_class_remove.c:40:43: note: Function 'dump' argument 1 names different: declaration 'd' definition 'act'.
eccodes-2.8.0/src/action_class_remove.c:137:32: note: Function 'dump' argument 1 names different: declaration 'd' definition 'act'.
eccodes-2.8.0/src/action_class_rename.c:91:5: style: Variable 'a' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/action_class_rename.c:83:0: note: Variable 'a' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/action_class_rename.c:91:5: note: Variable 'a' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/action_class_rename.c:119:5: style: Variable 'ga' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/action_class_rename.c:117:0: note: Variable 'ga' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/action_class_rename.c:119:5: note: Variable 'ga' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/action_class_rename.c:99:9: style: The scope of the variable 'id' can be reduced. [variableScope]
eccodes-2.8.0/src/action_class_rename.c:130:32: style: Function 'dump' argument 1 names different: declaration 'd' definition 'act'. [funcArgNamesDifferent]
eccodes-2.8.0/src/action_class_rename.c:41:43: note: Function 'dump' argument 1 names different: declaration 'd' definition 'act'.
eccodes-2.8.0/src/action_class_rename.c:130:32: note: Function 'dump' argument 1 names different: declaration 'd' definition 'act'.
eccodes-2.8.0/src/action_class_section.c:93:39: style: Function 'notify_change' argument 1 names different: declaration 'a' definition 'act'. [funcArgNamesDifferent]
eccodes-2.8.0/src/action_class_section.c:42:39: note: Function 'notify_change' argument 1 names different: declaration 'a' definition 'act'.
eccodes-2.8.0/src/action_class_section.c:93:39: note: Function 'notify_change' argument 1 names different: declaration 'a' definition 'act'.
eccodes-2.8.0/src/action_class_section.c:93:60: style: Function 'notify_change' argument 2 names different: declaration 'observer' definition 'notified'. [funcArgNamesDifferent]
eccodes-2.8.0/src/action_class_section.c:42:57: note: Function 'notify_change' argument 2 names different: declaration 'observer' definition 'notified'.
eccodes-2.8.0/src/action_class_section.c:93:60: note: Function 'notify_change' argument 2 names different: declaration 'observer' definition 'notified'.
eccodes-2.8.0/src/action_class_section.c:94:24: style: Function 'notify_change' argument 3 names different: declaration 'observed' definition 'changed'. [funcArgNamesDifferent]
eccodes-2.8.0/src/action_class_section.c:42:81: note: Function 'notify_change' argument 3 names different: declaration 'observed' definition 'changed'.
eccodes-2.8.0/src/action_class_section.c:94:24: note: Function 'notify_change' argument 3 names different: declaration 'observed' definition 'changed'.
eccodes-2.8.0/src/action_class_set.c:120:31: style: Function 'dump' argument 1 names different: declaration 'd' definition 'act'. [funcArgNamesDifferent]
eccodes-2.8.0/src/action_class_set.c:40:43: note: Function 'dump' argument 1 names different: declaration 'd' definition 'act'.
eccodes-2.8.0/src/action_class_set.c:120:31: note: Function 'dump' argument 1 names different: declaration 'd' definition 'act'.
eccodes-2.8.0/src/action_class_set_darray.c:112:31: style: Function 'dump' argument 1 names different: declaration 'd' definition 'act'. [funcArgNamesDifferent]
eccodes-2.8.0/src/action_class_set_darray.c:39:43: note: Function 'dump' argument 1 names different: declaration 'd' definition 'act'.
eccodes-2.8.0/src/action_class_set_darray.c:112:31: note: Function 'dump' argument 1 names different: declaration 'd' definition 'act'.
eccodes-2.8.0/src/action_class_set_iarray.c:112:31: style: Function 'dump' argument 1 names different: declaration 'd' definition 'act'. [funcArgNamesDifferent]
eccodes-2.8.0/src/action_class_set_iarray.c:39:43: note: Function 'dump' argument 1 names different: declaration 'd' definition 'act'.
eccodes-2.8.0/src/action_class_set_iarray.c:112:31: note: Function 'dump' argument 1 names different: declaration 'd' definition 'act'.
eccodes-2.8.0/src/action_class_set_missing.c:106:31: style: Function 'dump' argument 1 names different: declaration 'd' definition 'act'. [funcArgNamesDifferent]
eccodes-2.8.0/src/action_class_set_missing.c:38:43: note: Function 'dump' argument 1 names different: declaration 'd' definition 'act'.
eccodes-2.8.0/src/action_class_set_missing.c:106:31: note: Function 'dump' argument 1 names different: declaration 'd' definition 'act'.
eccodes-2.8.0/src/action_class_set_sarray.c:112:31: style: Function 'dump' argument 1 names different: declaration 'd' definition 'act'. [funcArgNamesDifferent]
eccodes-2.8.0/src/action_class_set_sarray.c:39:43: note: Function 'dump' argument 1 names different: declaration 'd' definition 'act'.
eccodes-2.8.0/src/action_class_set_sarray.c:112:31: note: Function 'dump' argument 1 names different: declaration 'd' definition 'act'.
eccodes-2.8.0/src/action_class_switch.c:130:22: style: The scope of the variable 'e' can be reduced. [variableScope]
eccodes-2.8.0/src/action_class_switch.c:131:22: style: The scope of the variable 'value' can be reduced. [variableScope]
eccodes-2.8.0/src/action_class_switch.c:132:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
eccodes-2.8.0/src/action_class_switch.c:138:10: style: The scope of the variable 'ok' can be reduced. [variableScope]
eccodes-2.8.0/src/action_class_switch.c:140:17: style: The scope of the variable 'cres' can be reduced. [variableScope]
eccodes-2.8.0/src/action_class_switch.c:124:33: style: Function 'execute' argument 1 names different: declaration 'a' definition 'act'. [funcArgNamesDifferent]
eccodes-2.8.0/src/action_class_switch.c:45:33: note: Function 'execute' argument 1 names different: declaration 'a' definition 'act'.
eccodes-2.8.0/src/action_class_switch.c:124:33: note: Function 'execute' argument 1 names different: declaration 'a' definition 'act'.
eccodes-2.8.0/src/action_class_template.c:144:5: style: Variable 'as' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/action_class_template.c:138:0: note: Variable 'as' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/action_class_template.c:144:5: note: Variable 'as' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/action_class_template.c:142:11: style: The scope of the variable 'fpath' can be reduced. [variableScope]
eccodes-2.8.0/src/action_class_template.c:190:11: style: The scope of the variable 'fpath' can be reduced. [variableScope]
eccodes-2.8.0/src/action_class_template.c:108:32: style: Function 'dump' argument 1 names different: declaration 'd' definition 'act'. [funcArgNamesDifferent]
eccodes-2.8.0/src/action_class_template.c:45:43: note: Function 'dump' argument 1 names different: declaration 'd' definition 'act'.
eccodes-2.8.0/src/action_class_template.c:108:32: note: Function 'dump' argument 1 names different: declaration 'd' definition 'act'.
eccodes-2.8.0/src/action_class_transient_darray.c:95:5: style: Variable 'a' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/action_class_transient_darray.c:89:0: note: Variable 'a' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/action_class_transient_darray.c:95:5: note: Variable 'a' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/action_class_transient_darray.c:114:5: style: Variable 'a' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/action_class_transient_darray.c:111:0: note: Variable 'a' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/action_class_transient_darray.c:114:5: note: Variable 'a' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/action_class_transient_darray.c:107:33: style: Function 'execute' argument 1 names different: declaration 'a' definition 'act'. [funcArgNamesDifferent]
eccodes-2.8.0/src/action_class_transient_darray.c:43:33: note: Function 'execute' argument 1 names different: declaration 'a' definition 'act'.
eccodes-2.8.0/src/action_class_transient_darray.c:107:33: note: Function 'execute' argument 1 names different: declaration 'a' definition 'act'.
eccodes-2.8.0/src/action_class_transient_darray.c:125:31: style: Function 'dump' argument 1 names different: declaration 'd' definition 'act'. [funcArgNamesDifferent]
eccodes-2.8.0/src/action_class_transient_darray.c:40:43: note: Function 'dump' argument 1 names different: declaration 'd' definition 'act'.
eccodes-2.8.0/src/action_class_transient_darray.c:125:31: note: Function 'dump' argument 1 names different: declaration 'd' definition 'act'.
eccodes-2.8.0/src/action_class_trigger.c:130:5: style: Variable 'as' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/action_class_trigger.c:126:0: note: Variable 'as' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/action_class_trigger.c:130:5: note: Variable 'as' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/action_class_trigger.c:123:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
eccodes-2.8.0/src/action_class_trigger.c:113:32: style: Function 'dump' argument 1 names different: declaration 'd' definition 'act'. [funcArgNamesDifferent]
eccodes-2.8.0/src/action_class_trigger.c:45:43: note: Function 'dump' argument 1 names different: declaration 'd' definition 'act'.
eccodes-2.8.0/src/action_class_trigger.c:113:32: note: Function 'dump' argument 1 names different: declaration 'd' definition 'act'.
eccodes-2.8.0/src/action_class_when.c:125:31: style: Function 'dump' argument 1 names different: declaration 'd' definition 'act'. [funcArgNamesDifferent]
eccodes-2.8.0/src/action_class_when.c:42:43: note: Function 'dump' argument 1 names different: declaration 'd' definition 'act'.
eccodes-2.8.0/src/action_class_when.c:125:31: note: Function 'dump' argument 1 names different: declaration 'd' definition 'act'.
eccodes-2.8.0/src/action_class_while.c:103:2: style: Variable 'ga' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/action_class_while.c:96:0: note: Variable 'ga' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/action_class_while.c:103:2: note: Variable 'ga' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/action_class_while.c:100:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
eccodes-2.8.0/src/action_class_while.c:83:32: style: Function 'dump' argument 1 names different: declaration 'd' definition 'act'. [funcArgNamesDifferent]
eccodes-2.8.0/src/action_class_while.c:38:43: note: Function 'dump' argument 1 names different: declaration 'd' definition 'act'.
eccodes-2.8.0/src/action_class_while.c:83:32: note: Function 'dump' argument 1 names different: declaration 'd' definition 'act'.
eccodes-2.8.0/src/action_class_write.c:92:5: style: Variable 'a' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/action_class_write.c:86:0: note: Variable 'a' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/action_class_write.c:92:5: note: Variable 'a' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/action_class_write.c:106:33: style: Function 'execute' argument 1 names different: declaration 'a' definition 'act'. [funcArgNamesDifferent]
eccodes-2.8.0/src/action_class_write.c:42:33: note: Function 'execute' argument 1 names different: declaration 'a' definition 'act'.
eccodes-2.8.0/src/action_class_write.c:106:33: note: Function 'execute' argument 1 names different: declaration 'a' definition 'act'.
eccodes-2.8.0/src/action_class_write.c:191:31: style: Function 'dump' argument 1 names different: declaration 'd' definition 'act'. [funcArgNamesDifferent]
eccodes-2.8.0/src/action_class_write.c:40:43: note: Function 'dump' argument 1 names different: declaration 'd' definition 'act'.
eccodes-2.8.0/src/action_class_write.c:191:31: note: Function 'dump' argument 1 names different: declaration 'd' definition 'act'.
eccodes-2.8.0/src/bufr_keys_iterator.c:103:10: style: The scope of the variable 'r' can be reduced. [variableScope]
eccodes-2.8.0/src/bufr_keys_iterator.c:179:10: style: The scope of the variable 'r' can be reduced. [variableScope]
eccodes-2.8.0/src/bufr_keys_iterator.c:79:57: style: Function 'codes_bufr_keys_iterator_rewind' argument 1 names different: declaration 'kiter' definition 'ki'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_api.h:1309:57: note: Function 'codes_bufr_keys_iterator_rewind' argument 1 names different: declaration 'kiter' definition 'ki'.
eccodes-2.8.0/src/bufr_keys_iterator.c:79:57: note: Function 'codes_bufr_keys_iterator_rewind' argument 1 names different: declaration 'kiter' definition 'ki'.
eccodes-2.8.0/src/bufr_util.c:57:11: style: The scope of the variable 'name' can be reduced. [variableScope]
eccodes-2.8.0/src/bufr_util.c:99:11: style: The scope of the variable 'name' can be reduced. [variableScope]
eccodes-2.8.0/src/eccodes.c:406:51: style: Function 'codes_set_values' argument 2 names different: declaration 'codes_values' definition 'grib_values'. [funcArgNamesDifferent]
eccodes-2.8.0/src/eccodes.h:1190:53: note: Function 'codes_set_values' argument 2 names different: declaration 'codes_values' definition 'grib_values'.
eccodes-2.8.0/src/eccodes.c:406:51: note: Function 'codes_set_values' argument 2 names different: declaration 'codes_values' definition 'grib_values'.
eccodes-2.8.0/src/encode_double_array.c:22:18: style: The scope of the variable 'ival' can be reduced. [variableScope]
eccodes-2.8.0/src/encode_double_array.c:23:16: style: The scope of the variable 'jbits' can be reduced. [variableScope]
eccodes-2.8.0/src/encode_double_array.c:201:10: style: The scope of the variable 'i' can be reduced. [variableScope]
eccodes-2.8.0/src/encode_double_array.c:201:13: style: The scope of the variable 'j' can be reduced. [variableScope]
eccodes-2.8.0/src/encode_double_array.c:202:12: style: Unused variable: tmp [unusedVariable]
eccodes-2.8.0/src/grib_2order_packer_simple.c:37:14: style: Checking if unsigned variable 'len' is less than zero. [unsignedLessThanZero]
eccodes-2.8.0/src/grib_accessor.c:670:5: style: Variable 'same' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_accessor.c:667:0: note: Variable 'same' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor.c:670:5: note: Variable 'same' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor.c:604:10: style: The scope of the variable 'type1' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor.c:605:10: style: The scope of the variable 'type2' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class.c:139:5: style: Variable 'c' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_accessor_class.c:131:0: note: Variable 'c' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class.c:139:5: note: Variable 'c' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class.c:142:5: style: Variable 'a' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_accessor_class.c:132:0: note: Variable 'a' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class.c:142:5: note: Variable 'a' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class.c:75:11: style: The scope of the variable 'fpath' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class.c:229:9: style: The scope of the variable 'id' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class.c:50:28: style: struct member 'table_entry::type' is never used. [unusedStructMember]
eccodes-2.8.0/src/grib_accessor_class_apply_operators.c:261:9: style: The scope of the variable 'X' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_apply_operators.c:261:11: style: The scope of the variable 'F' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_apply_operators.c:261:13: style: The scope of the variable 'Y' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_apply_operators.c:321:9: style: The scope of the variable 'X' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_apply_operators.c:321:11: style: The scope of the variable 'F' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_apply_operators.c:321:13: style: The scope of the variable 'Y' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_ascii.c:225:23: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR != 0' is always true. [redundantCondition]
eccodes-2.8.0/src/grib_accessor_class_ascii.c:203:53: style: Function 'pack_long' argument 2 names different: declaration 'val' definition 'v'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_accessor_class_ascii.c:44:50: note: Function 'pack_long' argument 2 names different: declaration 'val' definition 'v'.
eccodes-2.8.0/src/grib_accessor_class_ascii.c:203:53: note: Function 'pack_long' argument 2 names different: declaration 'val' definition 'v'.
eccodes-2.8.0/src/grib_accessor_class_ascii.c:208:55: style: Function 'pack_double' argument 2 names different: declaration 'val' definition 'v'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_accessor_class_ascii.c:43:54: note: Function 'pack_double' argument 2 names different: declaration 'val' definition 'v'.
eccodes-2.8.0/src/grib_accessor_class_ascii.c:208:55: note: Function 'pack_double' argument 2 names different: declaration 'val' definition 'v'.
eccodes-2.8.0/src/grib_accessor_class_ascii.c:214:53: style: Function 'unpack_long' argument 2 names different: declaration 'val' definition 'v'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_accessor_class_ascii.c:47:46: note: Function 'unpack_long' argument 2 names different: declaration 'val' definition 'v'.
eccodes-2.8.0/src/grib_accessor_class_ascii.c:214:53: note: Function 'unpack_long' argument 2 names different: declaration 'val' definition 'v'.
eccodes-2.8.0/src/grib_accessor_class_ascii.c:240:52: style: Function 'unpack_double' argument 2 names different: declaration 'val' definition 'v'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_accessor_class_ascii.c:46:50: note: Function 'unpack_double' argument 2 names different: declaration 'val' definition 'v'.
eccodes-2.8.0/src/grib_accessor_class_ascii.c:240:52: note: Function 'unpack_double' argument 2 names different: declaration 'val' definition 'v'.
eccodes-2.8.0/src/grib_accessor_class_bitmap.c:156:24: style: The scope of the variable 'seclen' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_bitmap.c:267:62: style: Function 'unpack_double_element' argument 2 names different: declaration 'i' definition 'idx'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_accessor_class_bitmap.c:50:56: note: Function 'unpack_double_element' argument 2 names different: declaration 'i' definition 'idx'.
eccodes-2.8.0/src/grib_accessor_class_bitmap.c:267:62: note: Function 'unpack_double_element' argument 2 names different: declaration 'i' definition 'idx'.
eccodes-2.8.0/src/grib_accessor_class_bits.c:166:5: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_accessor_class_bits.c:160:0: note: Variable 'e' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_bits.c:166:5: note: Variable 'e' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_box.c:150:3: style: Variable 'a' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_accessor_class_box.c:146:0: note: Variable 'a' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_box.c:150:3: note: Variable 'a' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_box.c:151:3: style: Variable 'na' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_accessor_class_box.c:147:0: note: Variable 'na' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_box.c:151:3: note: Variable 'na' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_bufr_data.c:214:10: style: struct member 'grib_accessor_constant::dval' is never used. [unusedStructMember]
eccodes-2.8.0/src/grib_accessor_class_bufr_data.c:215:10: style: struct member 'grib_accessor_constant::cval' is never used. [unusedStructMember]
eccodes-2.8.0/src/grib_accessor_class_bufr_data.c:225:16: style: struct member 'grib_accessor_bufr_data_element::numberOfValues' is never used. [unusedStructMember]
eccodes-2.8.0/src/grib_accessor_class_bufr_data.c:226:17: style: struct member 'grib_accessor_bufr_data_element::dvalues' is never used. [unusedStructMember]
eccodes-2.8.0/src/grib_accessor_class_bufr_data.c:227:15: style: struct member 'grib_accessor_bufr_data_element::lvalues' is never used. [unusedStructMember]
eccodes-2.8.0/src/grib_accessor_class_bufr_data.c:228:22: style: struct member 'grib_accessor_bufr_data_element::svalues' is never used. [unusedStructMember]
eccodes-2.8.0/src/grib_accessor_class_bufr_data.c:229:13: style: struct member 'grib_accessor_bufr_data_element::isConstant' is never used. [unusedStructMember]
eccodes-2.8.0/src/grib_accessor_class_bufr_data_array.c:397:5: style: Variable 'dataKeysName' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_accessor_class_bufr_data_array.c:388:0: note: Variable 'dataKeysName' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_bufr_data_array.c:397:5: note: Variable 'dataKeysName' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_bufr_data_array.c:399:5: style: Variable 'dataKeysAcc' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_accessor_class_bufr_data_array.c:389:0: note: Variable 'dataKeysAcc' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_bufr_data_array.c:399:5: note: Variable 'dataKeysAcc' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_bufr_data_array.c:1641:5: style: Variable 'a' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_accessor_class_bufr_data_array.c:1632:0: note: Variable 'a' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_bufr_data_array.c:1641:5: note: Variable 'a' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_bufr_data_array.c:2308:17: style: Variable 'asn' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_accessor_class_bufr_data_array.c:2298:0: note: Variable 'asn' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_bufr_data_array.c:2308:17: note: Variable 'asn' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_bufr_data_array.c:668:9: style: The scope of the variable 'k' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_bufr_data_array.c:668:11: style: The scope of the variable 'j' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_bufr_data_array.c:719:9: style: The scope of the variable 'j' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_bufr_data_array.c:722:20: style: The scope of the variable 'allone' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_bufr_data_array.c:723:12: style: The scope of the variable 'localRange' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_bufr_data_array.c:996:18: style: The scope of the variable 'sar' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_bufr_data_array.c:997:9: style: The scope of the variable 'index' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_bufr_data_array.c:997:17: style: The scope of the variable 'ii' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_bufr_data_array.c:997:20: style: The scope of the variable 'stringValuesLen' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_bufr_data_array.c:998:11: style: The scope of the variable 'csval' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_bufr_data_array.c:999:20: style: The scope of the variable 'x' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_bufr_data_array.c:1071:9: style: The scope of the variable 'localReference' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_bufr_data_array.c:1071:24: style: The scope of the variable 'width' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_bufr_data_array.c:1176:9: style: The scope of the variable 'ii' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_bufr_data_array.c:1177:11: style: The scope of the variable 'csval' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_bufr_data_array.c:1178:19: style: The scope of the variable 'missingChar' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_bufr_data_array.c:1179:12: style: The scope of the variable 'cdval' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_bufr_data_array.c:1181:12: style: The scope of the variable 'slen' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_bufr_data_array.c:1287:9: style: The scope of the variable 'idx' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_bufr_data_array.c:1362:22: style: The scope of the variable 'iDelayedReplication' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_bufr_data_array.c:1363:11: style: The scope of the variable 'localReference' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_bufr_data_array.c:1363:26: style: The scope of the variable 'width' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_bufr_data_array.c:1364:10: style: The scope of the variable 'ppos' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_bufr_data_array.c:1370:9: style: The scope of the variable 'err' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_bufr_data_array.c:1444:22: style: The scope of the variable 'iDelayedReplication' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_bufr_data_array.c:1471:22: style: The scope of the variable 'iDelayedReplication' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_bufr_data_array.c:1618:18: style: The scope of the variable 'd' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_bufr_data_array.c:2091:20: style: The scope of the variable 'associatedFieldAccessor' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_bufr_data_array.c:2092:20: style: The scope of the variable 'associatedFieldSignificanceAccessor' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_bufr_data_array.c:2093:18: style: The scope of the variable 'elementsInSubset' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_bufr_data_array.c:2105:9: style: The scope of the variable 'qualityPresent' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_bufr_data_array.c:2438:10: style: The scope of the variable 'inr' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_bufr_data_array.c:2444:10: style: The scope of the variable 'numberOfNestedRepetitions' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_bufr_data_array.c:2452:23: style: The scope of the variable 'elementIndex' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_bufr_data_array.c:2456:10: style: The scope of the variable 'icount' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_bufr_data_array.c:2928:15: style: The scope of the variable 'l' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_bufr_data_array.c:2929:10: style: The scope of the variable 'i' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_bufr_data_array.c:2952:16: style: The scope of the variable 'elementsInSubset' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_bufr_data_element.c:287:15: style: The scope of the variable 'i' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_bufr_data_element.c:288:10: style: The scope of the variable 'count' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_bufr_data_element.c:315:15: style: The scope of the variable 'i' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_bufr_data_element.c:315:17: style: The scope of the variable 'idx' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_bufr_data_element.c:345:10: style: The scope of the variable 'sval' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_bufr_data_element.c:422:15: style: The scope of the variable 'i' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_bufr_data_element.c:451:15: style: The scope of the variable 'i' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_bufr_data_element.c:478:15: style: The scope of the variable 'i' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_bufr_data_element.c:479:10: style: The scope of the variable 'count' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_bufr_data_element.c:507:15: style: The scope of the variable 'i' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_bufr_data_element.c:508:10: style: The scope of the variable 'count' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_bufr_data_element.c:535:25: style: The scope of the variable 'idx' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_bufr_data_element.c:558:59: style: Function 'unpack_double_element' argument 2 names different: declaration 'i' definition 'idx'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_accessor_class_bufr_data_element.c:67:56: note: Function 'unpack_double_element' argument 2 names different: declaration 'i' definition 'idx'.
eccodes-2.8.0/src/grib_accessor_class_bufr_data_element.c:558:59: note: Function 'unpack_double_element' argument 2 names different: declaration 'i' definition 'idx'.
eccodes-2.8.0/src/grib_accessor_class_bufr_elements_table.c:202:5: style: Variable 'len' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_accessor_class_bufr_elements_table.c:194:0: note: Variable 'len' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_bufr_elements_table.c:202:5: note: Variable 'len' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_bufr_extract_area_subsets.c:195:11: style: The scope of the variable 'subsets_ar' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_bufr_extract_datetime_subsets.c:221:44: style: The scope of the variable 'julianDT' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_bufr_extract_datetime_subsets.c:230:15: style: The scope of the variable 'subsets_ar' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_bufr_has_delayed_replication.c:156:10: style: The scope of the variable 'F' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_bufr_simple_thinning.c:170:23: style: The scope of the variable 'nsubsets' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_bufr_simple_thinning.c:171:10: style: The scope of the variable 'i' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_bufr_simple_thinning.c:172:18: style: The scope of the variable 'subsets' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_bufr_simple_thinning.c:173:11: style: The scope of the variable 'subsets_ar' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_bufr_string_values.c:175:10: style: The scope of the variable 'l' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_change_scanning_direction.c:171:14: style: The scope of the variable 'jr' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_change_scanning_direction.c:226:14: style: The scope of the variable 'kpj' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_codetable.c:395:5: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_accessor_class_codetable.c:391:0: note: Variable 'f' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_codetable.c:395:5: note: Variable 'f' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_codetable.c:736:9: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_accessor_class_codetable.c:732:9: note: Variable 'ret' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_codetable.c:736:9: note: Variable 'ret' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_data_2order_packing.c:822:5: style: Variable 'bitp' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_accessor_class_data_2order_packing.c:819:5: note: Variable 'bitp' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_data_2order_packing.c:822:5: note: Variable 'bitp' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_data_2order_packing.c:841:5: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_accessor_class_data_2order_packing.c:840:5: note: Variable 'buf' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_data_2order_packing.c:841:5: note: Variable 'buf' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_data_2order_packing.c:241:13: style: The scope of the variable 'bits' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_data_2order_packing.c:278:10: style: The scope of the variable 'inc' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_data_2order_packing.c:376:10: style: The scope of the variable 'i_second_diff' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_data_2order_packing.c:461:11: style: The scope of the variable 'ref_vals' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_data_2order_packing.c:464:11: style: The scope of the variable 'f_size_of_group' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_data_2order_packing.c:465:11: style: The scope of the variable 'f_width_of_group' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_data_2order_packing.c:654:12: style: Variable 'max' is assigned a value that is never used. [unreadVariable]
eccodes-2.8.0/src/grib_accessor_class_data_2order_packing.c:653:12: style: Variable 'min' is assigned a value that is never used. [unreadVariable]
eccodes-2.8.0/src/grib_accessor_class_data_apply_bitmap.c:264:59: style: Function 'unpack_double_element' argument 2 names different: declaration 'i' definition 'idx'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_accessor_class_data_apply_bitmap.c:50:56: note: Function 'unpack_double_element' argument 2 names different: declaration 'i' definition 'idx'.
eccodes-2.8.0/src/grib_accessor_class_data_apply_bitmap.c:264:59: note: Function 'unpack_double_element' argument 2 names different: declaration 'i' definition 'idx'.
eccodes-2.8.0/src/grib_accessor_class_data_apply_boustrophedonic.c:176:11: style: The scope of the variable 'pl' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_data_apply_boustrophedonic.c:279:11: style: The scope of the variable 'pl' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_data_apply_boustrophedonic.c:255:59: style: Function 'unpack_double_element' argument 2 names different: declaration 'i' definition 'idx'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_accessor_class_data_apply_boustrophedonic.c:49:56: note: Function 'unpack_double_element' argument 2 names different: declaration 'i' definition 'idx'.
eccodes-2.8.0/src/grib_accessor_class_data_apply_boustrophedonic.c:255:59: note: Function 'unpack_double_element' argument 2 names different: declaration 'i' definition 'idx'.
eccodes-2.8.0/src/grib_accessor_class_data_apply_boustrophedonic_bitmap.c:300:59: style: Function 'unpack_double_element' argument 2 names different: declaration 'i' definition 'idx'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_accessor_class_data_apply_boustrophedonic_bitmap.c:52:56: note: Function 'unpack_double_element' argument 2 names different: declaration 'i' definition 'idx'.
eccodes-2.8.0/src/grib_accessor_class_data_apply_boustrophedonic_bitmap.c:300:59: note: Function 'unpack_double_element' argument 2 names different: declaration 'i' definition 'idx'.
eccodes-2.8.0/src/grib_accessor_class_data_complex_packing.c:719:5: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_accessor_class_data_complex_packing.c:715:5: note: Variable 'i' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_data_complex_packing.c:719:5: note: Variable 'i' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_data_complex_packing.c:801:5: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_accessor_class_data_complex_packing.c:797:5: note: Variable 'i' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_data_complex_packing.c:801:5: note: Variable 'i' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_data_complex_packing.c:234:12: style: The scope of the variable 'lup' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_data_complex_packing.c:266:12: style: The scope of the variable 'operat' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_data_g1complex_packing.c:192:10: style: The scope of the variable 'n' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_data_g1complex_packing.c:193:10: style: The scope of the variable 'half_byte' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_data_g1complex_packing.c:195:11: style: The scope of the variable 'buflen' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_data_g1second_order_constant_width_packing.c:220:52: style: Function 'unpack_double' argument 2 names different: declaration 'val' definition 'values'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_accessor_class_data_g1second_order_constant_width_packing.c:55:50: note: Function 'unpack_double' argument 2 names different: declaration 'val' definition 'values'.
eccodes-2.8.0/src/grib_accessor_class_data_g1second_order_constant_width_packing.c:220:52: note: Function 'unpack_double' argument 2 names different: declaration 'val' definition 'values'.
eccodes-2.8.0/src/grib_accessor_class_data_g1second_order_constant_width_packing.c:326:56: style: Function 'pack_double' argument 2 names different: declaration 'val' definition 'cval'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_accessor_class_data_g1second_order_constant_width_packing.c:54:54: note: Function 'pack_double' argument 2 names different: declaration 'val' definition 'cval'.
eccodes-2.8.0/src/grib_accessor_class_data_g1second_order_constant_width_packing.c:326:56: note: Function 'pack_double' argument 2 names different: declaration 'val' definition 'cval'.
eccodes-2.8.0/src/grib_accessor_class_data_g1second_order_general_extended_packing.c:352:12: style: The scope of the variable 'k' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_data_g1second_order_general_extended_packing.c:1235:32: style: The scope of the variable 'groupWidthA' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_data_g1second_order_general_extended_packing.c:1243:10: style: The scope of the variable 'groupLengthC' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_data_g1second_order_general_extended_packing.c:1243:23: style: The scope of the variable 'groupLengthA' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_data_g1second_order_general_extended_packing.c:1245:10: style: The scope of the variable 'maxC' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_data_g1second_order_general_extended_packing.c:1245:15: style: The scope of the variable 'minC' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_data_g1second_order_general_extended_packing.c:1246:10: style: The scope of the variable 'maxAC' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_data_g1second_order_general_extended_packing.c:1246:16: style: The scope of the variable 'minAC' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_data_g1second_order_general_extended_packing.c:1247:23: style: The scope of the variable 'maxSPD' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_data_g1second_order_general_extended_packing.c:1248:30: style: The scope of the variable 'offset' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_data_g1second_order_general_extended_packing.c:1248:37: style: The scope of the variable 'groupLength' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_data_g1second_order_general_extended_packing.c:1248:51: style: The scope of the variable 'groupWidth' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_data_g1second_order_general_extended_packing.c:1248:62: style: The scope of the variable 'firstOrderValue' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_data_g1second_order_general_extended_packing.c:1256:23: style: The scope of the variable 'widthOfBias' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_data_g1second_order_general_extended_packing.c:310:59: style: Function 'unpack_double_element' argument 2 names different: declaration 'i' definition 'idx'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_accessor_class_data_g1second_order_general_extended_packing.c:72:56: note: Function 'unpack_double_element' argument 2 names different: declaration 'i' definition 'idx'.
eccodes-2.8.0/src/grib_accessor_class_data_g1second_order_general_extended_packing.c:310:59: note: Function 'unpack_double_element' argument 2 names different: declaration 'i' definition 'idx'.
eccodes-2.8.0/src/grib_accessor_class_data_g1second_order_general_extended_packing.c:330:52: style: Function 'unpack_double' argument 2 names different: declaration 'val' definition 'values'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_accessor_class_data_g1second_order_general_extended_packing.c:67:50: note: Function 'unpack_double' argument 2 names different: declaration 'val' definition 'values'.
eccodes-2.8.0/src/grib_accessor_class_data_g1second_order_general_extended_packing.c:330:52: note: Function 'unpack_double' argument 2 names different: declaration 'val' definition 'values'.
eccodes-2.8.0/src/grib_accessor_class_data_g1second_order_general_extended_packing.c:1788:55: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
eccodes-2.8.0/src/grib_accessor_class_data_g1second_order_general_packing.c:218:52: style: Function 'unpack_double' argument 2 names different: declaration 'val' definition 'values'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_accessor_class_data_g1second_order_general_packing.c:55:50: note: Function 'unpack_double' argument 2 names different: declaration 'val' definition 'values'.
eccodes-2.8.0/src/grib_accessor_class_data_g1second_order_general_packing.c:218:52: note: Function 'unpack_double' argument 2 names different: declaration 'val' definition 'values'.
eccodes-2.8.0/src/grib_accessor_class_data_g1second_order_general_packing.c:314:56: style: Function 'pack_double' argument 2 names different: declaration 'val' definition 'cval'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_accessor_class_data_g1second_order_general_packing.c:54:54: note: Function 'pack_double' argument 2 names different: declaration 'val' definition 'cval'.
eccodes-2.8.0/src/grib_accessor_class_data_g1second_order_general_packing.c:314:56: note: Function 'pack_double' argument 2 names different: declaration 'val' definition 'cval'.
eccodes-2.8.0/src/grib_accessor_class_data_g1second_order_row_by_row_packing.c:274:52: style: Function 'unpack_double' argument 2 names different: declaration 'val' definition 'values'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_accessor_class_data_g1second_order_row_by_row_packing.c:55:50: note: Function 'unpack_double' argument 2 names different: declaration 'val' definition 'values'.
eccodes-2.8.0/src/grib_accessor_class_data_g1second_order_row_by_row_packing.c:274:52: note: Function 'unpack_double' argument 2 names different: declaration 'val' definition 'values'.
eccodes-2.8.0/src/grib_accessor_class_data_g1second_order_row_by_row_packing.c:424:56: style: Function 'pack_double' argument 2 names different: declaration 'val' definition 'cval'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_accessor_class_data_g1second_order_row_by_row_packing.c:54:54: note: Function 'pack_double' argument 2 names different: declaration 'val' definition 'cval'.
eccodes-2.8.0/src/grib_accessor_class_data_g1second_order_row_by_row_packing.c:424:56: note: Function 'pack_double' argument 2 names different: declaration 'val' definition 'cval'.
eccodes-2.8.0/src/grib_accessor_class_data_g1simple_packing.c:201:9: style: The scope of the variable 'i' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_data_g1simple_packing.c:182:56: style: Function 'pack_double' argument 2 names different: declaration 'val' definition 'cval'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_accessor_class_data_g1simple_packing.c:40:54: note: Function 'pack_double' argument 2 names different: declaration 'val' definition 'cval'.
eccodes-2.8.0/src/grib_accessor_class_data_g1simple_packing.c:182:56: note: Function 'pack_double' argument 2 names different: declaration 'val' definition 'cval'.
eccodes-2.8.0/src/grib_accessor_class_data_g22order_packing.c:457:10: style: The scope of the variable 'nvals_per_group' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_data_g22order_packing.c:458:10: style: The scope of the variable 'nbits_per_group_val' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_data_g22order_packing.c:459:10: style: The scope of the variable 'group_ref_val' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_data_g22order_packing.c:850:59: style: Function 'unpack_double_element' argument 2 names different: declaration 'i' definition 'idx'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_accessor_class_data_g22order_packing.c:63:56: note: Function 'unpack_double_element' argument 2 names different: declaration 'i' definition 'idx'.
eccodes-2.8.0/src/grib_accessor_class_data_g22order_packing.c:850:59: note: Function 'unpack_double_element' argument 2 names different: declaration 'i' definition 'idx'.
eccodes-2.8.0/src/grib_accessor_class_data_g2secondary_bitmap.c:218:13: style: Variable 'on' is modified but its new value is never used. [unreadVariable]
eccodes-2.8.0/src/grib_accessor_class_data_g2simple_packing.c:164:56: style: Function 'pack_double' argument 2 names different: declaration 'val' definition 'cval'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_accessor_class_data_g2simple_packing.c:38:54: note: Function 'pack_double' argument 2 names different: declaration 'val' definition 'cval'.
eccodes-2.8.0/src/grib_accessor_class_data_g2simple_packing.c:164:56: note: Function 'pack_double' argument 2 names different: declaration 'val' definition 'cval'.
eccodes-2.8.0/src/grib_accessor_class_data_jpeg2000_packing.c:570:59: style: Function 'unpack_double_element' argument 2 names different: declaration 'i' definition 'idx'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_accessor_class_data_jpeg2000_packing.c:52:56: note: Function 'unpack_double_element' argument 2 names different: declaration 'i' definition 'idx'.
eccodes-2.8.0/src/grib_accessor_class_data_jpeg2000_packing.c:570:59: note: Function 'unpack_double_element' argument 2 names different: declaration 'i' definition 'idx'.
eccodes-2.8.0/src/grib_accessor_class_data_raw_packing.c:280:59: style: Function 'unpack_double_element' argument 2 names different: declaration 'i' definition 'idx'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_accessor_class_data_raw_packing.c:50:56: note: Function 'unpack_double_element' argument 2 names different: declaration 'i' definition 'idx'.
eccodes-2.8.0/src/grib_accessor_class_data_raw_packing.c:280:59: note: Function 'unpack_double_element' argument 2 names different: declaration 'i' definition 'idx'.
eccodes-2.8.0/src/grib_accessor_class_data_sh_packed.c:381:17: style: Variable 'dummy' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_accessor_class_data_sh_packed.c:380:17: note: Variable 'dummy' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_data_sh_packed.c:381:17: note: Variable 'dummy' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_data_sh_packed.c:235:12: style: The scope of the variable 'lup' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_data_sh_packed.c:268:12: style: The scope of the variable 'operat' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_data_sh_unpacked.c:382:7: style: Variable 'dummy' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_accessor_class_data_sh_unpacked.c:380:7: note: Variable 'dummy' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_data_sh_unpacked.c:382:7: note: Variable 'dummy' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_data_sh_unpacked.c:227:10: style: The scope of the variable 'lup' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_data_sh_unpacked.c:261:10: style: The scope of the variable 'operat' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_data_simple_packing.c:486:9: style: The scope of the variable 'last' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_data_simple_packing.c:496:12: style: The scope of the variable 'unscaled_max' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_data_simple_packing.c:497:12: style: The scope of the variable 'unscaled_min' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_data_simple_packing.c:498:12: style: The scope of the variable 'f' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_data_simple_packing.c:499:12: style: The scope of the variable 'range' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_data_simple_packing.c:500:12: style: The scope of the variable 'minrange' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_data_simple_packing.c:500:23: style: The scope of the variable 'maxrange' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_data_simple_packing.c:216:59: style: Function 'unpack_double_element' argument 2 names different: declaration 'i' definition 'idx'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_accessor_class_data_simple_packing.c:60:56: note: Function 'unpack_double_element' argument 2 names different: declaration 'i' definition 'idx'.
eccodes-2.8.0/src/grib_accessor_class_data_simple_packing.c:216:59: note: Function 'unpack_double_element' argument 2 names different: declaration 'i' definition 'idx'.
eccodes-2.8.0/src/grib_accessor_class_dictionary.c:182:5: style: Variable 'len' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_accessor_class_dictionary.c:174:0: note: Variable 'len' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_dictionary.c:182:5: note: Variable 'len' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_expanded_descriptors.c:481:5: style: Variable 'expanded' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_accessor_class_expanded_descriptors.c:474:0: note: Variable 'expanded' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_expanded_descriptors.c:481:5: note: Variable 'expanded' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_expanded_descriptors.c:221:9: style: The scope of the variable 'idx' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_expanded_descriptors.c:647:12: style: The scope of the variable 'expandedSize' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_g1bitmap.c:178:13: style: Variable 'bmaplen' is modified but its new value is never used. [unreadVariable]
eccodes-2.8.0/src/grib_accessor_class_g1step_range.c:237:9: style: The scope of the variable 'factor' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_g1step_range.c:238:10: style: The scope of the variable 'u2sf' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_g1step_range.c:406:20: style: The scope of the variable 'end_sec' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_g2bitmap.c:183:4: style: Variable 'bmaplen' is modified but its new value is never used. [unreadVariable]
eccodes-2.8.0/src/grib_accessor_class_g2step_range.c:205:3: style: Variable 'theEnd' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_accessor_class_g2step_range.c:200:0: note: Variable 'theEnd' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_g2step_range.c:205:3: note: Variable 'theEnd' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_g2step_range.c:212:9: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
eccodes-2.8.0/src/grib_accessor_class_gen.c:269:53: style: Function 'unpack_long' argument 2 names different: declaration 'val' definition 'v'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_accessor_class_gen.c:59:46: note: Function 'unpack_long' argument 2 names different: declaration 'val' definition 'v'.
eccodes-2.8.0/src/grib_accessor_class_gen.c:269:53: note: Function 'unpack_long' argument 2 names different: declaration 'val' definition 'v'.
eccodes-2.8.0/src/grib_accessor_class_gen.c:301:52: style: Function 'unpack_double' argument 2 names different: declaration 'val' definition 'v'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_accessor_class_gen.c:58:50: note: Function 'unpack_double' argument 2 names different: declaration 'val' definition 'v'.
eccodes-2.8.0/src/grib_accessor_class_gen.c:301:52: note: Function 'unpack_double' argument 2 names different: declaration 'val' definition 'v'.
eccodes-2.8.0/src/grib_accessor_class_gen.c:424:53: style: Function 'pack_long' argument 2 names different: declaration 'val' definition 'v'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_accessor_class_gen.c:53:50: note: Function 'pack_long' argument 2 names different: declaration 'val' definition 'v'.
eccodes-2.8.0/src/grib_accessor_class_gen.c:424:53: note: Function 'pack_long' argument 2 names different: declaration 'val' definition 'v'.
eccodes-2.8.0/src/grib_accessor_class_gen.c:463:56: style: Function 'pack_double' argument 2 names different: declaration 'val' definition 'v'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_accessor_class_gen.c:52:54: note: Function 'pack_double' argument 2 names different: declaration 'val' definition 'v'.
eccodes-2.8.0/src/grib_accessor_class_gen.c:463:56: note: Function 'pack_double' argument 2 names different: declaration 'val' definition 'v'.
eccodes-2.8.0/src/grib_accessor_class_global_gaussian.c:284:53: style: The scope of the variable 'basic_angle' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_group.c:240:23: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR != 0' is always true. [redundantCondition]
eccodes-2.8.0/src/grib_accessor_class_group.c:218:53: style: Function 'pack_long' argument 2 names different: declaration 'val' definition 'v'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_accessor_class_group.c:46:50: note: Function 'pack_long' argument 2 names different: declaration 'val' definition 'v'.
eccodes-2.8.0/src/grib_accessor_class_group.c:218:53: note: Function 'pack_long' argument 2 names different: declaration 'val' definition 'v'.
eccodes-2.8.0/src/grib_accessor_class_group.c:223:55: style: Function 'pack_double' argument 2 names different: declaration 'val' definition 'v'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_accessor_class_group.c:45:54: note: Function 'pack_double' argument 2 names different: declaration 'val' definition 'v'.
eccodes-2.8.0/src/grib_accessor_class_group.c:223:55: note: Function 'pack_double' argument 2 names different: declaration 'val' definition 'v'.
eccodes-2.8.0/src/grib_accessor_class_group.c:229:53: style: Function 'unpack_long' argument 2 names different: declaration 'val' definition 'v'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_accessor_class_group.c:49:46: note: Function 'unpack_long' argument 2 names different: declaration 'val' definition 'v'.
eccodes-2.8.0/src/grib_accessor_class_group.c:229:53: note: Function 'unpack_long' argument 2 names different: declaration 'val' definition 'v'.
eccodes-2.8.0/src/grib_accessor_class_group.c:255:52: style: Function 'unpack_double' argument 2 names different: declaration 'val' definition 'v'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_accessor_class_group.c:48:50: note: Function 'unpack_double' argument 2 names different: declaration 'val' definition 'v'.
eccodes-2.8.0/src/grib_accessor_class_group.c:255:52: note: Function 'unpack_double' argument 2 names different: declaration 'val' definition 'v'.
eccodes-2.8.0/src/grib_accessor_class_hash_array.c:199:5: style: Variable 'ha' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_accessor_class_hash_array.c:197:0: note: Variable 'ha' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_hash_array.c:199:5: note: Variable 'ha' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_iterator.c:153:2: style: Variable 'a' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_accessor_class_iterator.c:149:0: note: Variable 'a' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_iterator.c:153:2: note: Variable 'a' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_iterator.c:154:2: style: Variable 'ita' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_accessor_class_iterator.c:150:0: note: Variable 'ita' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_iterator.c:154:2: note: Variable 'ita' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_julian_date.c:246:10: style: The scope of the variable 'ymd' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_julian_date.c:246:16: style: The scope of the variable 'hms' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_julian_date.c:336:25: style: The scope of the variable 'ymd' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_julian_date.c:336:29: style: The scope of the variable 'hms' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_julian_date.c:398:53: style: Function 'pack_long' argument 2 names different: declaration 'val' definition 'v'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_accessor_class_julian_date.c:49:50: note: Function 'pack_long' argument 2 names different: declaration 'val' definition 'v'.
eccodes-2.8.0/src/grib_accessor_class_julian_date.c:398:53: note: Function 'pack_long' argument 2 names different: declaration 'val' definition 'v'.
eccodes-2.8.0/src/grib_accessor_class_julian_day.c:182:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_accessor_class_julian_day.c:178:3: note: Variable 'ret' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_julian_day.c:182:3: note: Variable 'ret' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_latlon_increment.c:276:12: style: The scope of the variable 'directionIncrementDouble' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_long_vector.c:162:3: style: Variable 'va' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_accessor_class_long_vector.c:156:0: note: Variable 'va' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_long_vector.c:162:3: note: Variable 'va' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_long_vector.c:163:3: style: Variable 'v' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_accessor_class_long_vector.c:157:0: note: Variable 'v' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_long_vector.c:163:3: note: Variable 'v' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_long_vector.c:180:3: style: Variable 'va' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_accessor_class_long_vector.c:177:0: note: Variable 'va' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_long_vector.c:180:3: note: Variable 'va' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_long_vector.c:181:3: style: Variable 'v' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_accessor_class_long_vector.c:178:0: note: Variable 'v' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_long_vector.c:181:3: note: Variable 'v' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_long_vector.c:201:3: style: Variable 'va' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_accessor_class_long_vector.c:199:0: note: Variable 'va' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_long_vector.c:201:3: note: Variable 'va' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_long_vector.c:202:3: style: Variable 'v' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_accessor_class_long_vector.c:200:0: note: Variable 'v' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_long_vector.c:202:3: note: Variable 'v' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_long_vector.c:217:3: style: Variable 'va' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_accessor_class_long_vector.c:214:0: note: Variable 'va' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_long_vector.c:217:3: note: Variable 'va' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_long_vector.c:218:3: style: Variable 'v' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_accessor_class_long_vector.c:215:0: note: Variable 'v' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_long_vector.c:218:3: note: Variable 'v' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_md5.c:197:20: style: The scope of the variable 'p' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_missing.c:167:53: style: Function 'unpack_long' argument 2 names different: declaration 'val' definition 'v'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_accessor_class_missing.c:54:46: note: Function 'unpack_long' argument 2 names different: declaration 'val' definition 'v'.
eccodes-2.8.0/src/grib_accessor_class_missing.c:167:53: note: Function 'unpack_long' argument 2 names different: declaration 'val' definition 'v'.
eccodes-2.8.0/src/grib_accessor_class_missing.c:171:52: style: Function 'unpack_double' argument 2 names different: declaration 'val' definition 'v'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_accessor_class_missing.c:53:50: note: Function 'unpack_double' argument 2 names different: declaration 'val' definition 'v'.
eccodes-2.8.0/src/grib_accessor_class_missing.c:171:52: note: Function 'unpack_double' argument 2 names different: declaration 'val' definition 'v'.
eccodes-2.8.0/src/grib_accessor_class_missing.c:184:53: style: Function 'pack_long' argument 2 names different: declaration 'val' definition 'v'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_accessor_class_missing.c:49:50: note: Function 'pack_long' argument 2 names different: declaration 'val' definition 'v'.
eccodes-2.8.0/src/grib_accessor_class_missing.c:184:53: note: Function 'pack_long' argument 2 names different: declaration 'val' definition 'v'.
eccodes-2.8.0/src/grib_accessor_class_missing.c:188:55: style: Function 'pack_double' argument 2 names different: declaration 'val' definition 'v'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_accessor_class_missing.c:48:54: note: Function 'pack_double' argument 2 names different: declaration 'val' definition 'v'.
eccodes-2.8.0/src/grib_accessor_class_missing.c:188:55: note: Function 'pack_double' argument 2 names different: declaration 'val' definition 'v'.
eccodes-2.8.0/src/grib_accessor_class_nearest.c:149:3: style: Variable 'a' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_accessor_class_nearest.c:145:0: note: Variable 'a' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_nearest.c:149:3: note: Variable 'a' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_nearest.c:150:3: style: Variable 'na' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_accessor_class_nearest.c:146:0: note: Variable 'na' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_nearest.c:150:3: note: Variable 'na' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_non_alpha.c:225:34: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR != 0' is always true. [redundantCondition]
eccodes-2.8.0/src/grib_accessor_class_non_alpha.c:202:53: style: Function 'pack_long' argument 2 names different: declaration 'val' definition 'v'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_accessor_class_non_alpha.c:45:50: note: Function 'pack_long' argument 2 names different: declaration 'val' definition 'v'.
eccodes-2.8.0/src/grib_accessor_class_non_alpha.c:202:53: note: Function 'pack_long' argument 2 names different: declaration 'val' definition 'v'.
eccodes-2.8.0/src/grib_accessor_class_non_alpha.c:208:55: style: Function 'pack_double' argument 2 names different: declaration 'val' definition 'v'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_accessor_class_non_alpha.c:44:54: note: Function 'pack_double' argument 2 names different: declaration 'val' definition 'v'.
eccodes-2.8.0/src/grib_accessor_class_non_alpha.c:208:55: note: Function 'pack_double' argument 2 names different: declaration 'val' definition 'v'.
eccodes-2.8.0/src/grib_accessor_class_non_alpha.c:214:50: style: Function 'unpack_long' argument 2 names different: declaration 'val' definition 'v'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_accessor_class_non_alpha.c:48:46: note: Function 'unpack_long' argument 2 names different: declaration 'val' definition 'v'.
eccodes-2.8.0/src/grib_accessor_class_non_alpha.c:214:50: note: Function 'unpack_long' argument 2 names different: declaration 'val' definition 'v'.
eccodes-2.8.0/src/grib_accessor_class_non_alpha.c:239:51: style: Function 'unpack_double' argument 2 names different: declaration 'val' definition 'v'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_accessor_class_non_alpha.c:47:50: note: Function 'unpack_double' argument 2 names different: declaration 'val' definition 'v'.
eccodes-2.8.0/src/grib_accessor_class_non_alpha.c:239:51: note: Function 'unpack_double' argument 2 names different: declaration 'val' definition 'v'.
eccodes-2.8.0/src/grib_accessor_class_number_of_points.c:160:9: style: The scope of the variable 'pl' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_number_of_points.c:161:7: style: The scope of the variable 'i' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_number_of_points_gaussian.c:177:9: style: The scope of the variable 'is_global' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_number_of_points_gaussian.c:211:16: style: The scope of the variable 'lon_first_row' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_number_of_points_gaussian.c:211:32: style: The scope of the variable 'lon_last_row' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_number_of_values.c:164:24: style: The scope of the variable 'i' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_number_of_values_data_raw_packing.c:166:3: style: Variable 'adata' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_accessor_class_number_of_values_data_raw_packing.c:161:0: note: Variable 'adata' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_number_of_values_data_raw_packing.c:166:3: note: Variable 'adata' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_padtoeven.c:164:21: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
eccodes-2.8.0/src/grib_accessor_class_raw.c:150:9: style: Condition 'err' is always false [knownConditionTrueFalse]
eccodes-2.8.0/src/grib_accessor_class_raw.c:139:13: note: Assignment 'err=0', assigned value is 0
eccodes-2.8.0/src/grib_accessor_class_raw.c:150:9: note: Condition 'err' is always false
eccodes-2.8.0/src/grib_accessor_class_rdbtime_guess_date.c:197:53: style: Function 'pack_long' argument 2 names different: declaration 'val' definition 'v'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_accessor_class_rdbtime_guess_date.c:40:50: note: Function 'pack_long' argument 2 names different: declaration 'val' definition 'v'.
eccodes-2.8.0/src/grib_accessor_class_rdbtime_guess_date.c:197:53: note: Function 'pack_long' argument 2 names different: declaration 'val' definition 'v'.
eccodes-2.8.0/src/grib_accessor_class_round.c:146:3: style: Variable 'oval' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_accessor_class_round.c:145:0: note: Variable 'oval' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_round.c:146:3: note: Variable 'oval' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_sexagesimal2decimal.c:163:18: style: The scope of the variable 'ss' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_smart_table.c:314:5: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_accessor_class_smart_table.c:307:0: note: Variable 'f' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_smart_table.c:314:5: note: Variable 'f' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_smart_table.c:222:10: style: The scope of the variable 'name' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_smart_table.c:228:10: style: The scope of the variable 'localName' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_smart_table.c:232:10: style: The scope of the variable 'extraTable' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_smart_table_column.c:200:3: style: Variable 'tableAccessor' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_accessor_class_smart_table_column.c:191:0: note: Variable 'tableAccessor' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_smart_table_column.c:200:3: note: Variable 'tableAccessor' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_sprintf.c:161:5: style: Variable 'uname' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_accessor_class_sprintf.c:157:0: note: Variable 'uname' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_sprintf.c:161:5: note: Variable 'uname' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_step_in_units.c:204:6: style: The scope of the variable 'factor' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_step_in_units.c:205:7: style: The scope of the variable 'u2sf' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_step_in_units.c:205:12: style: The scope of the variable 'u2sf_step_unit' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_to_double.c:235:53: style: Function 'pack_long' argument 2 names different: declaration 'val' definition 'v'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_accessor_class_to_double.c:49:50: note: Function 'pack_long' argument 2 names different: declaration 'val' definition 'v'.
eccodes-2.8.0/src/grib_accessor_class_to_double.c:235:53: note: Function 'pack_long' argument 2 names different: declaration 'val' definition 'v'.
eccodes-2.8.0/src/grib_accessor_class_to_double.c:241:55: style: Function 'pack_double' argument 2 names different: declaration 'val' definition 'v'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_accessor_class_to_double.c:48:54: note: Function 'pack_double' argument 2 names different: declaration 'val' definition 'v'.
eccodes-2.8.0/src/grib_accessor_class_to_double.c:241:55: note: Function 'pack_double' argument 2 names different: declaration 'val' definition 'v'.
eccodes-2.8.0/src/grib_accessor_class_to_double.c:247:53: style: Function 'unpack_long' argument 2 names different: declaration 'val' definition 'v'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_accessor_class_to_double.c:52:46: note: Function 'unpack_long' argument 2 names different: declaration 'val' definition 'v'.
eccodes-2.8.0/src/grib_accessor_class_to_double.c:247:53: note: Function 'unpack_long' argument 2 names different: declaration 'val' definition 'v'.
eccodes-2.8.0/src/grib_accessor_class_to_double.c:264:57: style: Function 'unpack_double' argument 2 names different: declaration 'val' definition 'v'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_accessor_class_to_double.c:51:50: note: Function 'unpack_double' argument 2 names different: declaration 'val' definition 'v'.
eccodes-2.8.0/src/grib_accessor_class_to_double.c:264:57: note: Function 'unpack_double' argument 2 names different: declaration 'val' definition 'v'.
eccodes-2.8.0/src/grib_accessor_class_to_double.c:219:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
eccodes-2.8.0/src/grib_accessor_class_to_integer.c:231:53: style: Function 'pack_long' argument 2 names different: declaration 'val' definition 'v'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_accessor_class_to_integer.c:48:50: note: Function 'pack_long' argument 2 names different: declaration 'val' definition 'v'.
eccodes-2.8.0/src/grib_accessor_class_to_integer.c:231:53: note: Function 'pack_long' argument 2 names different: declaration 'val' definition 'v'.
eccodes-2.8.0/src/grib_accessor_class_to_integer.c:237:55: style: Function 'pack_double' argument 2 names different: declaration 'val' definition 'v'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_accessor_class_to_integer.c:47:54: note: Function 'pack_double' argument 2 names different: declaration 'val' definition 'v'.
eccodes-2.8.0/src/grib_accessor_class_to_integer.c:237:55: note: Function 'pack_double' argument 2 names different: declaration 'val' definition 'v'.
eccodes-2.8.0/src/grib_accessor_class_to_integer.c:243:53: style: Function 'unpack_long' argument 2 names different: declaration 'val' definition 'v'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_accessor_class_to_integer.c:51:46: note: Function 'unpack_long' argument 2 names different: declaration 'val' definition 'v'.
eccodes-2.8.0/src/grib_accessor_class_to_integer.c:243:53: note: Function 'unpack_long' argument 2 names different: declaration 'val' definition 'v'.
eccodes-2.8.0/src/grib_accessor_class_to_integer.c:258:53: style: Function 'unpack_double' argument 2 names different: declaration 'val' definition 'v'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_accessor_class_to_integer.c:50:50: note: Function 'unpack_double' argument 2 names different: declaration 'val' definition 'v'.
eccodes-2.8.0/src/grib_accessor_class_to_integer.c:258:53: note: Function 'unpack_double' argument 2 names different: declaration 'val' definition 'v'.
eccodes-2.8.0/src/grib_accessor_class_to_integer.c:215:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
eccodes-2.8.0/src/grib_accessor_class_to_string.c:231:53: style: Function 'pack_long' argument 2 names different: declaration 'val' definition 'v'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_accessor_class_to_string.c:48:50: note: Function 'pack_long' argument 2 names different: declaration 'val' definition 'v'.
eccodes-2.8.0/src/grib_accessor_class_to_string.c:231:53: note: Function 'pack_long' argument 2 names different: declaration 'val' definition 'v'.
eccodes-2.8.0/src/grib_accessor_class_to_string.c:237:55: style: Function 'pack_double' argument 2 names different: declaration 'val' definition 'v'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_accessor_class_to_string.c:47:54: note: Function 'pack_double' argument 2 names different: declaration 'val' definition 'v'.
eccodes-2.8.0/src/grib_accessor_class_to_string.c:237:55: note: Function 'pack_double' argument 2 names different: declaration 'val' definition 'v'.
eccodes-2.8.0/src/grib_accessor_class_to_string.c:243:53: style: Function 'unpack_long' argument 2 names different: declaration 'val' definition 'v'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_accessor_class_to_string.c:51:46: note: Function 'unpack_long' argument 2 names different: declaration 'val' definition 'v'.
eccodes-2.8.0/src/grib_accessor_class_to_string.c:243:53: note: Function 'unpack_long' argument 2 names different: declaration 'val' definition 'v'.
eccodes-2.8.0/src/grib_accessor_class_to_string.c:258:53: style: Function 'unpack_double' argument 2 names different: declaration 'val' definition 'v'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_accessor_class_to_string.c:50:50: note: Function 'unpack_double' argument 2 names different: declaration 'val' definition 'v'.
eccodes-2.8.0/src/grib_accessor_class_to_string.c:258:53: note: Function 'unpack_double' argument 2 names different: declaration 'val' definition 'v'.
eccodes-2.8.0/src/grib_accessor_class_to_string.c:215:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
eccodes-2.8.0/src/grib_accessor_class_unexpanded_descriptors.c:206:5: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_accessor_class_unexpanded_descriptors.c:199:0: note: Variable 'buf' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_unexpanded_descriptors.c:206:5: note: Variable 'buf' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_unexpanded_descriptors.c:160:10: style: The scope of the variable 'f' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_unexpanded_descriptors.c:160:12: style: The scope of the variable 'x' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_unexpanded_descriptors.c:160:14: style: The scope of the variable 'y' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_unexpanded_descriptors.c:198:19: style: The scope of the variable 'f' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_unexpanded_descriptors.c:198:21: style: The scope of the variable 'x' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_unexpanded_descriptors.c:198:23: style: The scope of the variable 'y' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_unsigned.c:145:5: style: Variable 'self->arg' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_accessor_class_unsigned.c:144:5: note: Variable 'self->arg' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_unsigned.c:145:5: note: Variable 'self->arg' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_unsigned.c:246:47: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 245. [shiftTooManyBitsSigned]
eccodes-2.8.0/src/grib_accessor_class_unsigned.c:245:27: note: Assuming that condition 'nbits<32' is not redundant
eccodes-2.8.0/src/grib_accessor_class_unsigned.c:246:47: note: Shift
eccodes-2.8.0/src/grib_accessor_class_variable.c:409:5: style: Variable 'the_clone' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_accessor_class_variable.c:400:0: note: Variable 'the_clone' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_variable.c:409:5: note: Variable 'the_clone' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_variable.c:413:5: style: Variable 'variableAccessor' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_accessor_class_variable.c:402:0: note: Variable 'variableAccessor' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_variable.c:413:5: note: Variable 'variableAccessor' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_accessor_class_variable.c:148:17: style: The scope of the variable 'p' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_accessor_class_vector.c:167:11: style: The scope of the variable 'stat' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_bits_any_endian.c:269:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
eccodes-2.8.0/src/grib_bits_any_endian.c:271:5: note: Found duplicate branches for 'if' and 'else'.
eccodes-2.8.0/src/grib_bits_any_endian.c:269:5: note: Found duplicate branches for 'if' and 'else'.
eccodes-2.8.0/src/grib_bits.c:84:20: style: The scope of the variable 'accum' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_bits_any_endian.c:55:11: style: The scope of the variable 'v' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_bits_any_endian.c:56:19: style: The scope of the variable 'cmask' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_bits_any_endian.c:91:19: style: The scope of the variable 'c' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_bits_any_endian.c:130:19: style: The scope of the variable 'c' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_bits_any_endian.c:243:19: style: The scope of the variable 'tmp' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_bits_any_endian_omp.c:80:19: style: The scope of the variable 'lvalue' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_bits_any_endian_omp.c:81:12: style: The scope of the variable 'x' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_bits_fast_big_endian_simple.c:26:3: style: Variable 'remainingBits' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_bits_fast_big_endian_simple.c:20:0: note: Variable 'remainingBits' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_bits_fast_big_endian_simple.c:26:3: note: Variable 'remainingBits' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_bits_fast_big_endian_simple.c:81:3: style: Variable 'remainingBits' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_bits_fast_big_endian_simple.c:73:0: note: Variable 'remainingBits' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_bits_fast_big_endian_simple.c:81:3: note: Variable 'remainingBits' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_bits_fast_big_endian_simple.c:135:3: style: Variable 'remainingBits' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_bits_fast_big_endian_simple.c:129:0: note: Variable 'remainingBits' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_bits_fast_big_endian_simple.c:135:3: note: Variable 'remainingBits' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_bits_fast_big_endian.c:81:19: style: The scope of the variable 'c' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_bits_fast_big_endian_simple.c:18:8: style: The scope of the variable 'countOfLeftmostBits' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_bits_fast_big_endian_simple.c:18:30: style: The scope of the variable 'leftmostBits' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_bits_fast_big_endian_simple.c:71:8: style: The scope of the variable 'countOfLeftmostBits' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_bits_fast_big_endian_simple.c:71:30: style: The scope of the variable 'leftmostBits' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_bits_fast_big_endian_simple.c:127:8: style: The scope of the variable 'countOfLeftmostBits' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_bits_fast_big_endian_simple.c:127:30: style: The scope of the variable 'leftmostBits' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_bits_fast_big_endian_simple.c:183:8: style: The scope of the variable 'countOfLeftmostBits' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_bits_fast_big_endian_simple.c:246:8: style: The scope of the variable 'countOfLeftmostBits' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_bits_fast_big_endian.c:33:15: error: Shifting 64-bit value by 64 bits is undefined behaviour [shiftTooManyBits]
eccodes-2.8.0/src/grib_bits_fast_big_endian.c:27:26: note: Assignment 'size=sizeof(long)*8', assigned value is 64
eccodes-2.8.0/src/grib_bits_fast_big_endian.c:33:15: note: Shift
eccodes-2.8.0/src/grib_bits_fast_big_endian.c:45:12: style: Unused variable: i [unusedVariable]
eccodes-2.8.0/src/grib_bits_fast_big_endian.c:49:20: style: Unused variable: p [unusedVariable]
eccodes-2.8.0/src/grib_bits_fast_big_endian_simple.c:19:17: style: Unused variable: startByte [unusedVariable]
eccodes-2.8.0/src/grib_bits_fast_big_endian_simple.c:22:0: style: Variable 'inited' is assigned a value that is never used. [unreadVariable]
eccodes-2.8.0/src/grib_bits_fast_big_endian_simple.c:23:0: style: Variable 'uval' is assigned a value that is never used. [unreadVariable]
eccodes-2.8.0/src/grib_bits_fast_big_endian_simple.c:72:17: style: Unused variable: startByte [unusedVariable]
eccodes-2.8.0/src/grib_bits_fast_big_endian_simple.c:75:0: style: Variable 'inited' is assigned a value that is never used. [unreadVariable]
eccodes-2.8.0/src/grib_bits_fast_big_endian_simple.c:76:0: style: Variable 'uval' is assigned a value that is never used. [unreadVariable]
eccodes-2.8.0/src/grib_bits_fast_big_endian_simple.c:131:0: style: Variable 'inited' is assigned a value that is never used. [unreadVariable]
eccodes-2.8.0/src/grib_bits_fast_big_endian_simple.c:132:0: style: Variable 'uval' is assigned a value that is never used. [unreadVariable]
eccodes-2.8.0/src/grib_bits_fast_big_endian_omp.c:18:8: style: The scope of the variable 'countOfLeftmostBits' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_bits_fast_big_endian_omp.c:18:30: style: The scope of the variable 'leftmostBits' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_bits_fast_big_endian_omp.c:88:8: style: The scope of the variable 'countOfLeftmostBits' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_bits_fast_big_endian_omp.c:88:30: style: The scope of the variable 'leftmostBits' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_bits_fast_big_endian_omp.c:162:8: style: The scope of the variable 'countOfLeftmostBits' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_bits_fast_big_endian_omp.c:162:30: style: The scope of the variable 'leftmostBits' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_bits_fast_big_endian_omp.c:237:8: style: The scope of the variable 'countOfLeftmostBits' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_bits_fast_big_endian_omp.c:300:8: style: The scope of the variable 'countOfLeftmostBits' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_bits_fast_big_endian_omp.c:19:17: style: Unused variable: startByte [unusedVariable]
eccodes-2.8.0/src/grib_bits_fast_big_endian_omp.c:23:0: style: Variable 'uval' is assigned a value that is never used. [unreadVariable]
eccodes-2.8.0/src/grib_bits_fast_big_endian_omp.c:89:17: style: Unused variable: startByte [unusedVariable]
eccodes-2.8.0/src/grib_bits_fast_big_endian_omp.c:93:0: style: Variable 'uval' is assigned a value that is never used. [unreadVariable]
eccodes-2.8.0/src/grib_bits_fast_big_endian_omp.c:167:0: style: Variable 'uval' is assigned a value that is never used. [unreadVariable]
eccodes-2.8.0/src/grib_bits_fast_big_endian_vector.c:17:8: style: The scope of the variable 'countOfLeftmostBits' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_bits_fast_big_endian_vector.c:17:30: style: The scope of the variable 'leftmostBits' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_bits_fast_big_endian_vector.c:18:33: style: The scope of the variable 'off' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_bits_fast_big_endian_vector.c:28:8: style: The scope of the variable 'imax' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_bits_fast_big_endian_vector.c:28:13: style: The scope of the variable 'j' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_bits_fast_big_endian_vector.c:114:8: style: The scope of the variable 'countOfLeftmostBits' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_bits_fast_big_endian_vector.c:114:30: style: The scope of the variable 'leftmostBits' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_bits_fast_big_endian_vector.c:115:33: style: The scope of the variable 'off' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_bits_fast_big_endian_vector.c:127:8: style: The scope of the variable 'imax' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_bits_fast_big_endian_vector.c:127:13: style: The scope of the variable 'j' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_bits_fast_big_endian_vector.c:214:8: style: The scope of the variable 'countOfLeftmostBits' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_bits_fast_big_endian_vector.c:214:30: style: The scope of the variable 'leftmostBits' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_bits_fast_big_endian_vector.c:215:17: style: The scope of the variable 'off' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_bits_fast_big_endian_vector.c:269:8: style: The scope of the variable 'countOfLeftmostBits' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_bits_fast_big_endian_vector.c:269:41: style: The scope of the variable 'remainingBits' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_bits_fast_big_endian_vector.c:338:8: style: The scope of the variable 'countOfLeftmostBits' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_bits_fast_big_endian_vector.c:338:41: style: The scope of the variable 'remainingBits' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_bits_fast_big_endian_vector.c:18:23: style: Unused variable: startByte [unusedVariable]
eccodes-2.8.0/src/grib_bits_fast_big_endian_vector.c:21:0: style: Variable 'inited' is assigned a value that is never used. [unreadVariable]
eccodes-2.8.0/src/grib_bits_fast_big_endian_vector.c:22:0: style: Variable 'uval' is assigned a value that is never used. [unreadVariable]
eccodes-2.8.0/src/grib_bits_fast_big_endian_vector.c:23:12: style: Unused variable: n [unusedVariable]
eccodes-2.8.0/src/grib_bits_fast_big_endian_vector.c:24:37: style: Variable 'pp' is assigned a value that is never used. [unreadVariable]
eccodes-2.8.0/src/grib_bits_fast_big_endian_vector.c:115:23: style: Unused variable: startByte [unusedVariable]
eccodes-2.8.0/src/grib_bits_fast_big_endian_vector.c:118:0: style: Variable 'inited' is assigned a value that is never used. [unreadVariable]
eccodes-2.8.0/src/grib_bits_fast_big_endian_vector.c:119:0: style: Variable 'uval' is assigned a value that is never used. [unreadVariable]
eccodes-2.8.0/src/grib_bits_fast_big_endian_vector.c:122:12: style: Unused variable: n [unusedVariable]
eccodes-2.8.0/src/grib_bits_fast_big_endian_vector.c:123:37: style: Variable 'pp' is assigned a value that is never used. [unreadVariable]
eccodes-2.8.0/src/grib_bits_fast_big_endian_vector.c:217:38: style: Variable 'pp' is assigned a value that is never used. [unreadVariable]
eccodes-2.8.0/src/grib_bits_fast_big_endian_vector.c:219:0: style: Variable 'uval' is assigned a value that is never used. [unreadVariable]
eccodes-2.8.0/src/grib_bits_fast_big_endian_vector.c:337:13: style: Variable 'v' is assigned a value that is never used. [unreadVariable]
eccodes-2.8.0/src/grib_bits_ibmpow_opt.c:107:5: style: Variable 'remainingBits' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_bits_ibmpow_opt.c:101:0: note: Variable 'remainingBits' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_bits_ibmpow_opt.c:107:5: note: Variable 'remainingBits' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_bits_ibmpow.c:101:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
eccodes-2.8.0/src/grib_bits_ibmpow.c:103:5: note: Found duplicate branches for 'if' and 'else'.
eccodes-2.8.0/src/grib_bits_ibmpow.c:101:5: note: Found duplicate branches for 'if' and 'else'.
eccodes-2.8.0/src/grib_bits_ibmpow.c:70:19: style: The scope of the variable 'tmp' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_bits_ibmpow_opt.c:99:10: style: The scope of the variable 'countOfLeftmostBits' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_bits_ibmpow_opt.c:99:32: style: The scope of the variable 'leftmostBits' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_bits_ibmpow_opt.c:240:10: style: The scope of the variable 'countOfLeftmostBits' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_bits_ibmpow_opt.c:103:0: style: Variable 'inited' is assigned a value that is never used. [unreadVariable]
eccodes-2.8.0/src/grib_bits_ibmpow_opt.c:104:0: style: Variable 'uval' is assigned a value that is never used. [unreadVariable]
eccodes-2.8.0/src/grib_box_class.c:43:7: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_box_class.c:42:7: note: Variable 'ret' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_box_class.c:43:7: note: Variable 'ret' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_box_class_reduced_gaussian.c:195:2: style: Variable 'points' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_box_class_reduced_gaussian.c:192:0: note: Variable 'points' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_box_class_reduced_gaussian.c:195:2: note: Variable 'points' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_box_class_reduced_gaussian.c:91:9: style: The scope of the variable 'l' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_box_class_reduced_gaussian.c:188:9: style: The scope of the variable 'lat' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_bufr_descriptors_array.c:127:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
eccodes-2.8.0/src/grib_bufr_descriptors_array.c:113:22: style: The scope of the variable 'vv' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_bufr_descriptors_array.c:134:9: style: The scope of the variable 'i' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_bufr_descriptors_array.c:179:9: style: The scope of the variable 'i' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_concept_index.c:159:2: style: Variable 'index->conditions' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_concept_index.c:158:2: note: Variable 'index->conditions' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_concept_index.c:159:2: note: Variable 'index->conditions' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_concept_index.c:46:28: style: The scope of the variable 'e' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_concept_index.c:59:7: style: The scope of the variable 'found' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_context.c:380:9: style: Variable 'write_on_fail' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_context.c:364:0: note: Variable 'write_on_fail' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_context.c:380:9: note: Variable 'write_on_fail' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_context.c:381:9: style: Variable 'bufrdc_mode' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_context.c:375:0: note: Variable 'bufrdc_mode' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_context.c:381:9: note: Variable 'bufrdc_mode' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_context.c:382:9: style: Variable 'bufr_set_to_missing_if_out_of_range' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_context.c:376:0: note: Variable 'bufr_set_to_missing_if_out_of_range' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_context.c:382:9: note: Variable 'bufr_set_to_missing_if_out_of_range' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_context.c:383:9: style: Variable 'bufr_quality_without_bitmap' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_context.c:377:0: note: Variable 'bufr_quality_without_bitmap' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_context.c:383:9: note: Variable 'bufr_quality_without_bitmap' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_context.c:384:9: style: Variable 'large_constant_fields' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_context.c:365:0: note: Variable 'large_constant_fields' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_context.c:384:9: note: Variable 'large_constant_fields' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_context.c:385:9: style: Variable 'no_abort' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_context.c:366:0: note: Variable 'no_abort' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_context.c:385:9: note: Variable 'no_abort' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_context.c:386:9: style: Variable 'debug' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_context.c:367:0: note: Variable 'debug' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_context.c:386:9: note: Variable 'debug' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_context.c:387:9: style: Variable 'gribex' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_context.c:368:0: note: Variable 'gribex' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_context.c:387:9: note: Variable 'gribex' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_context.c:388:9: style: Variable 'ieee_packing' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_context.c:369:0: note: Variable 'ieee_packing' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_context.c:388:9: note: Variable 'ieee_packing' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_context.c:389:9: style: Variable 'io_buffer_size' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_context.c:370:0: note: Variable 'io_buffer_size' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_context.c:389:9: note: Variable 'io_buffer_size' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_context.c:390:9: style: Variable 'log_stream' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_context.c:371:0: note: Variable 'log_stream' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_context.c:390:9: note: Variable 'log_stream' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_context.c:391:9: style: Variable 'no_big_group_split' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_context.c:372:0: note: Variable 'no_big_group_split' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_context.c:391:9: note: Variable 'no_big_group_split' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_context.c:392:9: style: Variable 'no_spd' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_context.c:373:0: note: Variable 'no_spd' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_context.c:392:9: note: Variable 'no_spd' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_context.c:393:9: style: Variable 'keep_matrix' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_context.c:374:0: note: Variable 'keep_matrix' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_context.c:393:9: note: Variable 'keep_matrix' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_context.c:394:9: style: Variable 'file_pool_max_opened_files' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_context.c:378:0: note: Variable 'file_pool_max_opened_files' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_context.c:394:9: note: Variable 'file_pool_max_opened_files' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_context.c:593:9: style: Variable 'dir' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_context.c:592:0: note: Variable 'dir' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_context.c:593:9: note: Variable 'dir' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_context.c:615:9: style: The scope of the variable 'err' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_context.c:618:23: style: The scope of the variable 'fullpath' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_context.c:220:67: style: Function 'grib_context_set_print_proc' argument 2 names different: declaration 'printp' definition 'p'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_api.h:1201:69: note: Function 'grib_context_set_print_proc' argument 2 names different: declaration 'printp' definition 'p'.
eccodes-2.8.0/src/grib_context.c:220:67: note: Function 'grib_context_set_print_proc' argument 2 names different: declaration 'printp' definition 'p'.
eccodes-2.8.0/src/grib_context.c:232:67: style: Function 'grib_context_set_logging_proc' argument 2 names different: declaration 'logp' definition 'p'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_api.h:1209:70: note: Function 'grib_context_set_logging_proc' argument 2 names different: declaration 'logp' definition 'p'.
eccodes-2.8.0/src/grib_context.c:232:67: note: Function 'grib_context_set_logging_proc' argument 2 names different: declaration 'logp' definition 'p'.
eccodes-2.8.0/src/grib_context.c:872:69: style: Function 'grib_context_set_memory_proc' argument 2 names different: declaration 'griballoc' definition 'm'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_api.h:1170:69: note: Function 'grib_context_set_memory_proc' argument 2 names different: declaration 'griballoc' definition 'm'.
eccodes-2.8.0/src/grib_context.c:872:69: note: Function 'grib_context_set_memory_proc' argument 2 names different: declaration 'griballoc' definition 'm'.
eccodes-2.8.0/src/grib_context.c:872:87: style: Function 'grib_context_set_memory_proc' argument 3 names different: declaration 'gribfree' definition 'f'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_api.h:1171:23: note: Function 'grib_context_set_memory_proc' argument 3 names different: declaration 'gribfree' definition 'f'.
eccodes-2.8.0/src/grib_context.c:872:87: note: Function 'grib_context_set_memory_proc' argument 3 names different: declaration 'gribfree' definition 'f'.
eccodes-2.8.0/src/grib_context.c:872:107: style: Function 'grib_context_set_memory_proc' argument 4 names different: declaration 'gribrealloc' definition 'r'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_api.h:1172:26: note: Function 'grib_context_set_memory_proc' argument 4 names different: declaration 'gribrealloc' definition 'r'.
eccodes-2.8.0/src/grib_context.c:872:107: note: Function 'grib_context_set_memory_proc' argument 4 names different: declaration 'gribrealloc' definition 'r'.
eccodes-2.8.0/src/grib_context.c:879:80: style: Function 'grib_context_set_persistent_memory_proc' argument 2 names different: declaration 'griballoc' definition 'm'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_api.h:1181:81: note: Function 'grib_context_set_persistent_memory_proc' argument 2 names different: declaration 'griballoc' definition 'm'.
eccodes-2.8.0/src/grib_context.c:879:80: note: Function 'grib_context_set_persistent_memory_proc' argument 2 names different: declaration 'griballoc' definition 'm'.
eccodes-2.8.0/src/grib_context.c:879:98: style: Function 'grib_context_set_persistent_memory_proc' argument 3 names different: declaration 'gribfree' definition 'f'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_api.h:1182:18: note: Function 'grib_context_set_persistent_memory_proc' argument 3 names different: declaration 'gribfree' definition 'f'.
eccodes-2.8.0/src/grib_context.c:879:98: note: Function 'grib_context_set_persistent_memory_proc' argument 3 names different: declaration 'gribfree' definition 'f'.
eccodes-2.8.0/src/grib_context.c:885:76: style: Function 'grib_context_set_buffer_memory_proc' argument 2 names different: declaration 'griballoc' definition 'm'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_api.h:1191:77: note: Function 'grib_context_set_buffer_memory_proc' argument 2 names different: declaration 'griballoc' definition 'm'.
eccodes-2.8.0/src/grib_context.c:885:76: note: Function 'grib_context_set_buffer_memory_proc' argument 2 names different: declaration 'griballoc' definition 'm'.
eccodes-2.8.0/src/grib_context.c:885:94: style: Function 'grib_context_set_buffer_memory_proc' argument 3 names different: declaration 'gribfree' definition 'f'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_api.h:1192:23: note: Function 'grib_context_set_buffer_memory_proc' argument 3 names different: declaration 'gribfree' definition 'f'.
eccodes-2.8.0/src/grib_context.c:885:94: note: Function 'grib_context_set_buffer_memory_proc' argument 3 names different: declaration 'gribfree' definition 'f'.
eccodes-2.8.0/src/grib_context.c:885:114: style: Function 'grib_context_set_buffer_memory_proc' argument 4 names different: declaration 'gribrealloc' definition 'r'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_api.h:1193:26: note: Function 'grib_context_set_buffer_memory_proc' argument 4 names different: declaration 'gribrealloc' definition 'r'.
eccodes-2.8.0/src/grib_context.c:885:114: note: Function 'grib_context_set_buffer_memory_proc' argument 4 names different: declaration 'gribrealloc' definition 'r'.
eccodes-2.8.0/src/grib_context.c:663:5: style: Variable 'full' is assigned a value that is never used. [unreadVariable]
eccodes-2.8.0/src/grib_context.c:577:5: warning: The buffer 'path' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
eccodes-2.8.0/src/grib_darray.c:82:10: style: The scope of the variable 'start_size' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_darray.c:83:10: style: The scope of the variable 'start_incsize' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_date.c:21:14: style: The scope of the variable 'alpha' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_db.c:574:25: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR != '\0'' is always true. [redundantCondition]
eccodes-2.8.0/src/grib_db.c:807:21: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR != '\0'' is always true. [redundantCondition]
eccodes-2.8.0/src/grib_db.c:292:8: style: Condition '!c' is always true [knownConditionTrueFalse]
eccodes-2.8.0/src/grib_db.c:289:20: note: Assignment 'c=NULL', assigned value is 0
eccodes-2.8.0/src/grib_db.c:292:8: note: Condition '!c' is always true
eccodes-2.8.0/src/grib_db.c:251:5: warning: Either the condition 'err!=0' is redundant or there is possible null pointer dereference: err. [nullPointerRedundantCheck]
eccodes-2.8.0/src/grib_db.c:249:19: note: Assuming that condition 'err!=0' is not redundant
eccodes-2.8.0/src/grib_db.c:251:5: note: Null pointer dereference
eccodes-2.8.0/src/grib_db.c:277:5: warning: Either the condition 'err!=0' is redundant or there is possible null pointer dereference: err. [nullPointerRedundantCheck]
eccodes-2.8.0/src/grib_db.c:249:19: note: Assuming that condition 'err!=0' is not redundant
eccodes-2.8.0/src/grib_db.c:248:55: note: Calling function 'grib_db_new_from_file', 5th argument 'err' value is 0
eccodes-2.8.0/src/grib_db.c:277:5: note: Null pointer dereference
eccodes-2.8.0/src/grib_db.c:556:14: warning: Either the condition 'if(z)' is redundant or there is possible null pointer dereference: z. [nullPointerRedundantCheck]
eccodes-2.8.0/src/grib_db.c:565:6: note: Assuming that condition 'if(z)' is not redundant
eccodes-2.8.0/src/grib_db.c:556:14: note: Null pointer dereference
eccodes-2.8.0/src/grib_db.c:640:8: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_db.c:635:8: note: Variable 'ret' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_db.c:640:8: note: Variable 'ret' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_db.c:237:8: style: The scope of the variable 'ret' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_db.c:453:7: style: The scope of the variable 'idkey' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_db.c:500:11: style: The scope of the variable 'temp' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_db.c:545:7: style: The scope of the variable 'id' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_db.c:547:7: style: The scope of the variable 'mode' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_db.c:262:0: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
eccodes-2.8.0/src/grib_db.c:415:0: style: Variable 'm' is assigned a value that is never used. [unreadVariable]
eccodes-2.8.0/src/grib_db.c:615:10: style: Variable 'nkeys' is assigned a value that is never used. [unreadVariable]
eccodes-2.8.0/src/grib_dumper_class.c:83:46: style: Function 'grib_dump_content' argument 2 names different: declaration 'out' definition 'f'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_api.h:979:47: note: Function 'grib_dump_content' argument 2 names different: declaration 'out' definition 'f'.
eccodes-2.8.0/src/grib_dumper_class.c:83:46: note: Function 'grib_dump_content' argument 2 names different: declaration 'out' definition 'f'.
eccodes-2.8.0/src/grib_dumper_class.c:83:98: style: Function 'grib_dump_content' argument 5 names different: declaration 'arg' definition 'data'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_api.h:979:102: note: Function 'grib_dump_content' argument 5 names different: declaration 'arg' definition 'data'.
eccodes-2.8.0/src/grib_dumper_class.c:83:98: note: Function 'grib_dump_content' argument 5 names different: declaration 'arg' definition 'data'.
eccodes-2.8.0/src/grib_dumper_class_bufr_decode_C.c:471:5: style: Variable 'c' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_dumper_class_bufr_decode_C.c:465:0: note: Variable 'c' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_dumper_class_bufr_decode_C.c:471:5: note: Variable 'c' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_dumper_class_bufr_decode_C.c:535:5: style: Variable 'c' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_dumper_class_bufr_decode_C.c:530:0: note: Variable 'c' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_dumper_class_bufr_decode_C.c:535:5: note: Variable 'c' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_dumper_class_bufr_decode_C.c:161:11: style: The scope of the variable 'sval' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_bufr_decode_C.c:423:11: style: The scope of the variable 'sval' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_bufr_decode_filter.c:395:5: style: Variable 'c' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_dumper_class_bufr_decode_filter.c:389:0: note: Variable 'c' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_dumper_class_bufr_decode_filter.c:395:5: note: Variable 'c' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_dumper_class_bufr_decode_filter.c:448:5: style: Variable 'c' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_dumper_class_bufr_decode_filter.c:443:0: note: Variable 'c' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_dumper_class_bufr_decode_filter.c:448:5: note: Variable 'c' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_dumper_class_bufr_decode_filter.c:109:9: style: struct member 'string_count::count' is never used. [unusedStructMember]
eccodes-2.8.0/src/grib_dumper_class_bufr_decode_fortran.c:422:5: style: Variable 'c' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_dumper_class_bufr_decode_fortran.c:416:0: note: Variable 'c' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_dumper_class_bufr_decode_fortran.c:422:5: note: Variable 'c' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_dumper_class_bufr_decode_fortran.c:475:5: style: Variable 'c' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_dumper_class_bufr_decode_fortran.c:470:0: note: Variable 'c' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_dumper_class_bufr_decode_fortran.c:475:5: note: Variable 'c' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_dumper_class_bufr_decode_python.c:439:5: style: Variable 'c' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_dumper_class_bufr_decode_python.c:433:0: note: Variable 'c' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_dumper_class_bufr_decode_python.c:439:5: note: Variable 'c' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_dumper_class_bufr_decode_python.c:489:5: style: Variable 'c' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_dumper_class_bufr_decode_python.c:484:0: note: Variable 'c' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_dumper_class_bufr_decode_python.c:489:5: note: Variable 'c' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_dumper_class_bufr_encode_C.c:168:9: style: The scope of the variable 'i' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_bufr_encode_C.c:168:13: style: The scope of the variable 'icount' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_bufr_encode_C.c:169:9: style: The scope of the variable 'cols' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_bufr_encode_C.c:251:9: style: The scope of the variable 'i' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_bufr_encode_C.c:251:11: style: The scope of the variable 'icount' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_bufr_encode_C.c:252:9: style: The scope of the variable 'cols' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_bufr_encode_C.c:323:9: style: The scope of the variable 'i' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_bufr_encode_C.c:323:13: style: The scope of the variable 'icount' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_bufr_encode_C.c:324:9: style: The scope of the variable 'cols' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_bufr_encode_C.c:431:9: style: The scope of the variable 'i' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_bufr_encode_C.c:431:11: style: The scope of the variable 'icount' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_bufr_encode_C.c:432:9: style: The scope of the variable 'cols' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_bufr_encode_filter.c:501:5: style: Variable 'c' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_dumper_class_bufr_encode_filter.c:495:0: note: Variable 'c' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_dumper_class_bufr_encode_filter.c:501:5: note: Variable 'c' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_dumper_class_bufr_encode_filter.c:574:5: style: Variable 'c' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_dumper_class_bufr_encode_filter.c:569:0: note: Variable 'c' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_dumper_class_bufr_encode_filter.c:574:5: note: Variable 'c' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_dumper_class_bufr_encode_filter.c:151:9: style: The scope of the variable 'i' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_bufr_encode_filter.c:152:9: style: The scope of the variable 'cols' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_bufr_encode_filter.c:231:9: style: The scope of the variable 'i' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_bufr_encode_filter.c:231:11: style: The scope of the variable 'icount' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_bufr_encode_filter.c:232:9: style: The scope of the variable 'cols' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_bufr_encode_filter.c:293:9: style: The scope of the variable 'i' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_bufr_encode_filter.c:293:13: style: The scope of the variable 'icount' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_bufr_encode_filter.c:294:9: style: The scope of the variable 'cols' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_bufr_encode_filter.c:389:9: style: The scope of the variable 'i' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_bufr_encode_filter.c:389:11: style: The scope of the variable 'icount' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_bufr_encode_filter.c:390:9: style: The scope of the variable 'cols' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_bufr_encode_filter.c:109:9: style: struct member 'string_count::count' is never used. [unusedStructMember]
eccodes-2.8.0/src/grib_dumper_class_bufr_encode_fortran.c:182:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_dumper_class_bufr_encode_fortran.c:177:0: note: Variable 'result' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_dumper_class_bufr_encode_fortran.c:182:5: note: Variable 'result' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_dumper_class_bufr_encode_fortran.c:601:5: style: Variable 'c' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_dumper_class_bufr_encode_fortran.c:595:0: note: Variable 'c' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_dumper_class_bufr_encode_fortran.c:601:5: note: Variable 'c' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_dumper_class_bufr_encode_fortran.c:670:5: style: Variable 'c' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_dumper_class_bufr_encode_fortran.c:665:0: note: Variable 'c' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_dumper_class_bufr_encode_fortran.c:670:5: note: Variable 'c' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_dumper_class_bufr_encode_fortran.c:216:9: style: The scope of the variable 'i' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_bufr_encode_fortran.c:216:13: style: The scope of the variable 'icount' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_bufr_encode_fortran.c:217:9: style: The scope of the variable 'cols' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_bufr_encode_fortran.c:300:9: style: The scope of the variable 'i' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_bufr_encode_fortran.c:300:11: style: The scope of the variable 'icount' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_bufr_encode_fortran.c:301:9: style: The scope of the variable 'cols' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_bufr_encode_fortran.c:373:9: style: The scope of the variable 'i' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_bufr_encode_fortran.c:373:13: style: The scope of the variable 'icount' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_bufr_encode_fortran.c:374:9: style: The scope of the variable 'cols' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_bufr_encode_fortran.c:479:9: style: The scope of the variable 'i' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_bufr_encode_fortran.c:479:11: style: The scope of the variable 'icount' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_bufr_encode_fortran.c:480:9: style: The scope of the variable 'cols' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_bufr_encode_python.c:538:5: style: Variable 'c' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_dumper_class_bufr_encode_python.c:532:0: note: Variable 'c' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_dumper_class_bufr_encode_python.c:538:5: note: Variable 'c' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_dumper_class_bufr_encode_python.c:604:5: style: Variable 'c' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_dumper_class_bufr_encode_python.c:599:0: note: Variable 'c' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_dumper_class_bufr_encode_python.c:604:5: note: Variable 'c' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_dumper_class_bufr_encode_python.c:168:9: style: The scope of the variable 'i' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_bufr_encode_python.c:168:13: style: The scope of the variable 'icount' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_bufr_encode_python.c:169:9: style: The scope of the variable 'cols' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_bufr_encode_python.c:249:9: style: The scope of the variable 'i' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_bufr_encode_python.c:249:11: style: The scope of the variable 'icount' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_bufr_encode_python.c:250:9: style: The scope of the variable 'cols' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_bufr_encode_python.c:320:9: style: The scope of the variable 'i' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_bufr_encode_python.c:320:13: style: The scope of the variable 'icount' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_bufr_encode_python.c:321:9: style: The scope of the variable 'cols' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_bufr_encode_python.c:424:9: style: The scope of the variable 'i' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_bufr_encode_python.c:424:11: style: The scope of the variable 'icount' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_bufr_encode_python.c:425:9: style: The scope of the variable 'cols' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_bufr_simple.c:592:5: style: Variable 'c' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_dumper_class_bufr_simple.c:586:0: note: Variable 'c' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_dumper_class_bufr_simple.c:592:5: note: Variable 'c' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_dumper_class_bufr_simple.c:151:9: style: The scope of the variable 'i' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_bufr_simple.c:152:9: style: The scope of the variable 'cols' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_bufr_simple.c:232:9: style: The scope of the variable 'i' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_bufr_simple.c:232:11: style: The scope of the variable 'icount' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_bufr_simple.c:233:9: style: The scope of the variable 'cols' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_bufr_simple.c:296:9: style: The scope of the variable 'i' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_bufr_simple.c:296:13: style: The scope of the variable 'icount' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_bufr_simple.c:297:9: style: The scope of the variable 'cols' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_bufr_simple.c:403:9: style: The scope of the variable 'i' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_bufr_simple.c:403:11: style: The scope of the variable 'icount' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_bufr_simple.c:404:9: style: The scope of the variable 'cols' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_bufr_simple.c:109:9: style: struct member 'string_count::count' is never used. [unusedStructMember]
eccodes-2.8.0/src/grib_dumper_class_debug.c:105:9: style: The scope of the variable 'i' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_debug.c:134:25: style: The scope of the variable 'more' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_default.c:149:5: style: Variable 'size' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_dumper_class_default.c:142:0: note: Variable 'size' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_dumper_class_default.c:149:5: note: Variable 'size' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_dumper_class_default.c:334:5: style: Variable 'c' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_dumper_class_default.c:329:0: note: Variable 'c' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_dumper_class_default.c:334:5: note: Variable 'c' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_dumper_class_default.c:400:5: style: Variable 'c' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_dumper_class_default.c:397:0: note: Variable 'c' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_dumper_class_default.c:400:5: note: Variable 'c' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_dumper_class_default.c:112:9: style: The scope of the variable 'i' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_default.c:145:9: style: The scope of the variable 'i' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_default.c:633:10: style: The scope of the variable 'tmp' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_default.c:669:9: style: The scope of the variable 'i' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_default.c:669:11: style: The scope of the variable 'k' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_default.c:670:10: style: The scope of the variable 'offset' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_default.c:672:12: style: The scope of the variable 'size' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_default.c:672:19: style: The scope of the variable 'more' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_json.c:264:21: style: Condition 'doing_unexpandedDescriptors' is always false [knownConditionTrueFalse]
eccodes-2.8.0/src/grib_dumper_class_json.c:246:41: note: Assignment 'doing_unexpandedDescriptors=0', assigned value is 0
eccodes-2.8.0/src/grib_dumper_class_json.c:264:21: note: Condition 'doing_unexpandedDescriptors' is always false
eccodes-2.8.0/src/grib_dumper_class_json.c:353:5: style: Variable 'c' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_dumper_class_json.c:350:0: note: Variable 'c' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_dumper_class_json.c:353:5: note: Variable 'c' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_dumper_class_json.c:424:5: style: Variable 'c' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_dumper_class_json.c:421:0: note: Variable 'c' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_dumper_class_json.c:424:5: note: Variable 'c' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_dumper_class_json.c:130:9: style: The scope of the variable 'i' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_json.c:131:9: style: The scope of the variable 'cols' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_json.c:216:9: style: The scope of the variable 'i' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_json.c:217:9: style: The scope of the variable 'cols' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_keys.c:110:5: style: The scope of the variable 'i' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_serialize.c:319:3: style: Variable 'values_format' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_dumper_class_serialize.c:311:0: note: Variable 'values_format' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_dumper_class_serialize.c:319:3: note: Variable 'values_format' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_dumper_class_serialize.c:309:7: style: The scope of the variable 'last' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_wmo.c:289:5: style: Variable 'value' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_dumper_class_wmo.c:285:0: note: Variable 'value' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_dumper_class_wmo.c:289:5: note: Variable 'value' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_dumper_class_wmo.c:584:5: style: Variable 'c' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_dumper_class_wmo.c:579:0: note: Variable 'c' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_dumper_class_wmo.c:584:5: note: Variable 'c' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_dumper_class_wmo.c:113:9: style: The scope of the variable 'i' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_wmo.c:144:18: style: The scope of the variable 'i' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_wmo.c:173:13: style: The scope of the variable 'cols' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_wmo.c:174:13: style: The scope of the variable 'icount' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_wmo.c:501:10: style: The scope of the variable 'tmp' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_wmo.c:549:10: style: The scope of the variable 'tmp' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_wmo.c:560:9: style: The scope of the variable 'i' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_dumper_class_wmo.c:561:19: style: The scope of the variable 'offset' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_expression_class_accessor.c:95:46: style: Function 'get_name' argument 1 names different: declaration 'e' definition 'g'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_expression_class_accessor.c:51:41: note: Function 'get_name' argument 1 names different: declaration 'e' definition 'g'.
eccodes-2.8.0/src/grib_expression_class_accessor.c:95:46: note: Function 'get_name' argument 1 names different: declaration 'e' definition 'g'.
eccodes-2.8.0/src/grib_expression_class_accessor.c:149:54: style: Function 'destroy' argument 2 names different: declaration 'e' definition 'g'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_expression_class_accessor.c:47:59: note: Function 'destroy' argument 2 names different: declaration 'e' definition 'g'.
eccodes-2.8.0/src/grib_expression_class_accessor.c:149:54: note: Function 'destroy' argument 2 names different: declaration 'e' definition 'g'.
eccodes-2.8.0/src/grib_expression_class_accessor.c:155:46: style: Function 'add_dependency' argument 1 names different: declaration 'e' definition 'g'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_expression_class_accessor.c:50:52: note: Function 'add_dependency' argument 1 names different: declaration 'e' definition 'g'.
eccodes-2.8.0/src/grib_expression_class_accessor.c:155:46: note: Function 'add_dependency' argument 1 names different: declaration 'e' definition 'g'.
eccodes-2.8.0/src/grib_expression_class_binop.c:171:54: style: Function 'destroy' argument 2 names different: declaration 'e' definition 'g'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_expression_class_binop.c:47:59: note: Function 'destroy' argument 2 names different: declaration 'e' definition 'g'.
eccodes-2.8.0/src/grib_expression_class_binop.c:171:54: note: Function 'destroy' argument 2 names different: declaration 'e' definition 'g'.
eccodes-2.8.0/src/grib_expression_class_binop.c:178:46: style: Function 'add_dependency' argument 1 names different: declaration 'e' definition 'g'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_expression_class_binop.c:50:52: note: Function 'add_dependency' argument 1 names different: declaration 'e' definition 'g'.
eccodes-2.8.0/src/grib_expression_class_binop.c:178:46: note: Function 'add_dependency' argument 1 names different: declaration 'e' definition 'g'.
eccodes-2.8.0/src/grib_expression_class_column.c:122:10: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress]
eccodes-2.8.0/src/grib_expression_class_column.c:92:46: style: Function 'get_name' argument 1 names different: declaration 'e' definition 'g'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_expression_class_column.c:50:41: note: Function 'get_name' argument 1 names different: declaration 'e' definition 'g'.
eccodes-2.8.0/src/grib_expression_class_column.c:92:46: note: Function 'get_name' argument 1 names different: declaration 'e' definition 'g'.
eccodes-2.8.0/src/grib_expression_class_column.c:131:54: style: Function 'destroy' argument 2 names different: declaration 'e' definition 'g'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_expression_class_column.c:48:59: note: Function 'destroy' argument 2 names different: declaration 'e' definition 'g'.
eccodes-2.8.0/src/grib_expression_class_column.c:131:54: note: Function 'destroy' argument 2 names different: declaration 'e' definition 'g'.
eccodes-2.8.0/src/grib_expression_class_constant.c:100:54: style: Function 'destroy' argument 2 names different: declaration 'e' definition 'g'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_expression_class_constant.c:46:59: note: Function 'destroy' argument 2 names different: declaration 'e' definition 'g'.
eccodes-2.8.0/src/grib_expression_class_constant.c:100:54: note: Function 'destroy' argument 2 names different: declaration 'e' definition 'g'.
eccodes-2.8.0/src/grib_expression_class_constant.c:106:46: style: Function 'add_dependency' argument 1 names different: declaration 'e' definition 'g'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_expression_class_constant.c:49:52: note: Function 'add_dependency' argument 1 names different: declaration 'e' definition 'g'.
eccodes-2.8.0/src/grib_expression_class_constant.c:106:46: note: Function 'add_dependency' argument 1 names different: declaration 'e' definition 'g'.
eccodes-2.8.0/src/grib_expression_class_double.c:107:54: style: Function 'destroy' argument 2 names different: declaration 'e' definition 'g'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_expression_class_double.c:43:59: note: Function 'destroy' argument 2 names different: declaration 'e' definition 'g'.
eccodes-2.8.0/src/grib_expression_class_double.c:107:54: note: Function 'destroy' argument 2 names different: declaration 'e' definition 'g'.
eccodes-2.8.0/src/grib_expression_class_double.c:112:46: style: Function 'add_dependency' argument 1 names different: declaration 'e' definition 'g'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_expression_class_double.c:46:52: note: Function 'add_dependency' argument 1 names different: declaration 'e' definition 'g'.
eccodes-2.8.0/src/grib_expression_class_double.c:112:46: note: Function 'add_dependency' argument 1 names different: declaration 'e' definition 'g'.
eccodes-2.8.0/src/grib_expression_class_functor.c:161:54: style: Function 'destroy' argument 2 names different: declaration 'e' definition 'g'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_expression_class_functor.c:43:59: note: Function 'destroy' argument 2 names different: declaration 'e' definition 'g'.
eccodes-2.8.0/src/grib_expression_class_functor.c:161:54: note: Function 'destroy' argument 2 names different: declaration 'e' definition 'g'.
eccodes-2.8.0/src/grib_expression_class_functor.c:168:46: style: Function 'add_dependency' argument 1 names different: declaration 'e' definition 'g'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_expression_class_functor.c:46:52: note: Function 'add_dependency' argument 1 names different: declaration 'e' definition 'g'.
eccodes-2.8.0/src/grib_expression_class_functor.c:168:46: note: Function 'add_dependency' argument 1 names different: declaration 'e' definition 'g'.
eccodes-2.8.0/src/grib_expression_class_is_in_dict.c:106:3: style: Variable 'filename' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_expression_class_is_in_dict.c:96:0: note: Variable 'filename' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_expression_class_is_in_dict.c:106:3: note: Variable 'filename' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_expression_class_is_in_dict.c:99:9: style: The scope of the variable 'list' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_expression_class_is_in_dict.c:102:7: style: The scope of the variable 'i' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_expression_class_is_in_dict.c:148:46: style: Function 'get_name' argument 1 names different: declaration 'e' definition 'g'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_expression_class_is_in_dict.c:48:41: note: Function 'get_name' argument 1 names different: declaration 'e' definition 'g'.
eccodes-2.8.0/src/grib_expression_class_is_in_dict.c:148:46: note: Function 'get_name' argument 1 names different: declaration 'e' definition 'g'.
eccodes-2.8.0/src/grib_expression_class_is_in_dict.c:238:46: style: Function 'add_dependency' argument 1 names different: declaration 'e' definition 'g'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_expression_class_is_in_dict.c:47:52: note: Function 'add_dependency' argument 1 names different: declaration 'e' definition 'g'.
eccodes-2.8.0/src/grib_expression_class_is_in_dict.c:238:46: note: Function 'add_dependency' argument 1 names different: declaration 'e' definition 'g'.
eccodes-2.8.0/src/grib_expression_class_is_in_list.c:105:3: style: Variable 'filename' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_expression_class_is_in_list.c:98:0: note: Variable 'filename' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_expression_class_is_in_list.c:105:3: note: Variable 'filename' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_expression_class_is_in_list.c:143:46: style: Function 'get_name' argument 1 names different: declaration 'e' definition 'g'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_expression_class_is_in_list.c:50:41: note: Function 'get_name' argument 1 names different: declaration 'e' definition 'g'.
eccodes-2.8.0/src/grib_expression_class_is_in_list.c:143:46: note: Function 'get_name' argument 1 names different: declaration 'e' definition 'g'.
eccodes-2.8.0/src/grib_expression_class_is_in_list.c:218:54: style: Function 'destroy' argument 2 names different: declaration 'e' definition 'g'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_expression_class_is_in_list.c:46:59: note: Function 'destroy' argument 2 names different: declaration 'e' definition 'g'.
eccodes-2.8.0/src/grib_expression_class_is_in_list.c:218:54: note: Function 'destroy' argument 2 names different: declaration 'e' definition 'g'.
eccodes-2.8.0/src/grib_expression_class_is_in_list.c:223:46: style: Function 'add_dependency' argument 1 names different: declaration 'e' definition 'g'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_expression_class_is_in_list.c:49:52: note: Function 'add_dependency' argument 1 names different: declaration 'e' definition 'g'.
eccodes-2.8.0/src/grib_expression_class_is_in_list.c:223:46: note: Function 'add_dependency' argument 1 names different: declaration 'e' definition 'g'.
eccodes-2.8.0/src/grib_expression_class_is_integer.c:95:46: style: Function 'get_name' argument 1 names different: declaration 'e' definition 'g'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_expression_class_is_integer.c:51:41: note: Function 'get_name' argument 1 names different: declaration 'e' definition 'g'.
eccodes-2.8.0/src/grib_expression_class_is_integer.c:95:46: note: Function 'get_name' argument 1 names different: declaration 'e' definition 'g'.
eccodes-2.8.0/src/grib_expression_class_is_integer.c:170:54: style: Function 'destroy' argument 2 names different: declaration 'e' definition 'g'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_expression_class_is_integer.c:47:59: note: Function 'destroy' argument 2 names different: declaration 'e' definition 'g'.
eccodes-2.8.0/src/grib_expression_class_is_integer.c:170:54: note: Function 'destroy' argument 2 names different: declaration 'e' definition 'g'.
eccodes-2.8.0/src/grib_expression_class_is_integer.c:177:46: style: Function 'add_dependency' argument 1 names different: declaration 'e' definition 'g'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_expression_class_is_integer.c:50:52: note: Function 'add_dependency' argument 1 names different: declaration 'e' definition 'g'.
eccodes-2.8.0/src/grib_expression_class_is_integer.c:177:46: note: Function 'add_dependency' argument 1 names different: declaration 'e' definition 'g'.
eccodes-2.8.0/src/grib_expression_class_length.c:95:46: style: Function 'get_name' argument 1 names different: declaration 'e' definition 'g'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_expression_class_length.c:51:41: note: Function 'get_name' argument 1 names different: declaration 'e' definition 'g'.
eccodes-2.8.0/src/grib_expression_class_length.c:95:46: note: Function 'get_name' argument 1 names different: declaration 'e' definition 'g'.
eccodes-2.8.0/src/grib_expression_class_length.c:152:54: style: Function 'destroy' argument 2 names different: declaration 'e' definition 'g'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_expression_class_length.c:47:59: note: Function 'destroy' argument 2 names different: declaration 'e' definition 'g'.
eccodes-2.8.0/src/grib_expression_class_length.c:152:54: note: Function 'destroy' argument 2 names different: declaration 'e' definition 'g'.
eccodes-2.8.0/src/grib_expression_class_length.c:158:46: style: Function 'add_dependency' argument 1 names different: declaration 'e' definition 'g'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_expression_class_length.c:50:52: note: Function 'add_dependency' argument 1 names different: declaration 'e' definition 'g'.
eccodes-2.8.0/src/grib_expression_class_length.c:158:46: note: Function 'add_dependency' argument 1 names different: declaration 'e' definition 'g'.
eccodes-2.8.0/src/grib_expression_class_logical_and.c:160:54: style: Function 'destroy' argument 2 names different: declaration 'e' definition 'g'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_expression_class_logical_and.c:45:59: note: Function 'destroy' argument 2 names different: declaration 'e' definition 'g'.
eccodes-2.8.0/src/grib_expression_class_logical_and.c:160:54: note: Function 'destroy' argument 2 names different: declaration 'e' definition 'g'.
eccodes-2.8.0/src/grib_expression_class_logical_and.c:167:46: style: Function 'add_dependency' argument 1 names different: declaration 'e' definition 'g'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_expression_class_logical_and.c:48:52: note: Function 'add_dependency' argument 1 names different: declaration 'e' definition 'g'.
eccodes-2.8.0/src/grib_expression_class_logical_and.c:167:46: note: Function 'add_dependency' argument 1 names different: declaration 'e' definition 'g'.
eccodes-2.8.0/src/grib_expression_class_logical_or.c:160:54: style: Function 'destroy' argument 2 names different: declaration 'e' definition 'g'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_expression_class_logical_or.c:45:59: note: Function 'destroy' argument 2 names different: declaration 'e' definition 'g'.
eccodes-2.8.0/src/grib_expression_class_logical_or.c:160:54: note: Function 'destroy' argument 2 names different: declaration 'e' definition 'g'.
eccodes-2.8.0/src/grib_expression_class_logical_or.c:167:46: style: Function 'add_dependency' argument 1 names different: declaration 'e' definition 'g'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_expression_class_logical_or.c:48:52: note: Function 'add_dependency' argument 1 names different: declaration 'e' definition 'g'.
eccodes-2.8.0/src/grib_expression_class_logical_or.c:167:46: note: Function 'add_dependency' argument 1 names different: declaration 'e' definition 'g'.
eccodes-2.8.0/src/grib_expression_class_long.c:107:54: style: Function 'destroy' argument 2 names different: declaration 'e' definition 'g'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_expression_class_long.c:43:59: note: Function 'destroy' argument 2 names different: declaration 'e' definition 'g'.
eccodes-2.8.0/src/grib_expression_class_long.c:107:54: note: Function 'destroy' argument 2 names different: declaration 'e' definition 'g'.
eccodes-2.8.0/src/grib_expression_class_long.c:112:46: style: Function 'add_dependency' argument 1 names different: declaration 'e' definition 'g'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_expression_class_long.c:46:52: note: Function 'add_dependency' argument 1 names different: declaration 'e' definition 'g'.
eccodes-2.8.0/src/grib_expression_class_long.c:112:46: note: Function 'add_dependency' argument 1 names different: declaration 'e' definition 'g'.
eccodes-2.8.0/src/grib_expression_class_string.c:98:54: style: Function 'destroy' argument 2 names different: declaration 'e' definition 'g'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_expression_class_string.c:42:59: note: Function 'destroy' argument 2 names different: declaration 'e' definition 'g'.
eccodes-2.8.0/src/grib_expression_class_string.c:98:54: note: Function 'destroy' argument 2 names different: declaration 'e' definition 'g'.
eccodes-2.8.0/src/grib_expression_class_string.c:104:46: style: Function 'add_dependency' argument 1 names different: declaration 'e' definition 'g'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_expression_class_string.c:45:52: note: Function 'add_dependency' argument 1 names different: declaration 'e' definition 'g'.
eccodes-2.8.0/src/grib_expression_class_string.c:104:46: note: Function 'add_dependency' argument 1 names different: declaration 'e' definition 'g'.
eccodes-2.8.0/src/grib_expression_class_string_compare.c:136:54: style: Function 'destroy' argument 2 names different: declaration 'e' definition 'g'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_expression_class_string_compare.c:44:59: note: Function 'destroy' argument 2 names different: declaration 'e' definition 'g'.
eccodes-2.8.0/src/grib_expression_class_string_compare.c:136:54: note: Function 'destroy' argument 2 names different: declaration 'e' definition 'g'.
eccodes-2.8.0/src/grib_expression_class_string_compare.c:143:46: style: Function 'add_dependency' argument 1 names different: declaration 'e' definition 'g'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_expression_class_string_compare.c:47:52: note: Function 'add_dependency' argument 1 names different: declaration 'e' definition 'g'.
eccodes-2.8.0/src/grib_expression_class_string_compare.c:143:46: note: Function 'add_dependency' argument 1 names different: declaration 'e' definition 'g'.
eccodes-2.8.0/src/grib_expression_class_sub_string.c:98:54: style: Function 'destroy' argument 2 names different: declaration 'e' definition 'g'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_expression_class_sub_string.c:42:59: note: Function 'destroy' argument 2 names different: declaration 'e' definition 'g'.
eccodes-2.8.0/src/grib_expression_class_sub_string.c:98:54: note: Function 'destroy' argument 2 names different: declaration 'e' definition 'g'.
eccodes-2.8.0/src/grib_expression_class_sub_string.c:105:46: style: Function 'add_dependency' argument 1 names different: declaration 'e' definition 'g'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_expression_class_sub_string.c:45:52: note: Function 'add_dependency' argument 1 names different: declaration 'e' definition 'g'.
eccodes-2.8.0/src/grib_expression_class_sub_string.c:105:46: note: Function 'add_dependency' argument 1 names different: declaration 'e' definition 'g'.
eccodes-2.8.0/src/grib_expression_class_true.c:104:54: style: Function 'destroy' argument 2 names different: declaration 'e' definition 'g'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_expression_class_true.c:42:59: note: Function 'destroy' argument 2 names different: declaration 'e' definition 'g'.
eccodes-2.8.0/src/grib_expression_class_true.c:104:54: note: Function 'destroy' argument 2 names different: declaration 'e' definition 'g'.
eccodes-2.8.0/src/grib_expression_class_true.c:109:46: style: Function 'add_dependency' argument 1 names different: declaration 'e' definition 'g'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_expression_class_true.c:45:52: note: Function 'add_dependency' argument 1 names different: declaration 'e' definition 'g'.
eccodes-2.8.0/src/grib_expression_class_true.c:109:46: note: Function 'add_dependency' argument 1 names different: declaration 'e' definition 'g'.
eccodes-2.8.0/src/grib_expression_class_unop.c:122:54: style: Function 'destroy' argument 2 names different: declaration 'e' definition 'g'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_expression_class_unop.c:45:59: note: Function 'destroy' argument 2 names different: declaration 'e' definition 'g'.
eccodes-2.8.0/src/grib_expression_class_unop.c:122:54: note: Function 'destroy' argument 2 names different: declaration 'e' definition 'g'.
eccodes-2.8.0/src/grib_expression_class_unop.c:129:46: style: Function 'add_dependency' argument 1 names different: declaration 'e' definition 'g'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_expression_class_unop.c:48:52: note: Function 'add_dependency' argument 1 names different: declaration 'e' definition 'g'.
eccodes-2.8.0/src/grib_expression_class_unop.c:129:46: note: Function 'add_dependency' argument 1 names different: declaration 'e' definition 'g'.
eccodes-2.8.0/src/grib_fieldset.c:653:13: warning: Identical condition 'err!=0', second condition is always false [identicalConditionAfterEarlyExit]
eccodes-2.8.0/src/grib_fieldset.c:651:13: note: first condition
eccodes-2.8.0/src/grib_fieldset.c:653:13: note: second condition
eccodes-2.8.0/src/grib_fieldset.c:655:13: warning: Identical condition 'err!=0', second condition is always false [identicalConditionAfterEarlyExit]
eccodes-2.8.0/src/grib_fieldset.c:651:13: note: first condition
eccodes-2.8.0/src/grib_fieldset.c:655:13: note: second condition
eccodes-2.8.0/src/grib_fieldset.c:655:13: warning: Identical condition 'err!=0', second condition is always false [identicalConditionAfterEarlyExit]
eccodes-2.8.0/src/grib_fieldset.c:653:13: note: first condition
eccodes-2.8.0/src/grib_fieldset.c:655:13: note: second condition
eccodes-2.8.0/src/grib_fieldset.c:546:31: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR != '\0'' is always true. [redundantCondition]
eccodes-2.8.0/src/grib_fieldset.c:818:23: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR != '\0'' is always true. [redundantCondition]
eccodes-2.8.0/src/grib_fieldset.c:528:16: warning: Either the condition 'if(z)' is redundant or there is possible null pointer dereference: z. [nullPointerRedundantCheck]
eccodes-2.8.0/src/grib_fieldset.c:569:8: note: Assuming that condition 'if(z)' is not redundant
eccodes-2.8.0/src/grib_fieldset.c:528:16: note: Null pointer dereference
eccodes-2.8.0/src/grib_fieldset.c:629:13: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_fieldset.c:624:13: note: Variable 'ret' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_fieldset.c:629:13: note: Variable 'ret' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_fieldset.c:247:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_fieldset.c:423:9: style: The scope of the variable 'idkey' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_fieldset.c:470:12: style: The scope of the variable 'temp' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_fieldset.c:517:9: style: The scope of the variable 'id' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_fieldset.c:519:9: style: The scope of the variable 'mode' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_fieldset.c:514:79: style: Function 'grib_fieldset_new_order_by' argument 2 names different: declaration 'z' definition 'obstr'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_fieldset.c:38:79: note: Function 'grib_fieldset_new_order_by' argument 2 names different: declaration 'z' definition 'obstr'.
eccodes-2.8.0/src/grib_fieldset.c:514:79: note: Function 'grib_fieldset_new_order_by' argument 2 names different: declaration 'z' definition 'obstr'.
eccodes-2.8.0/src/grib_filepool.c:432:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
eccodes-2.8.0/src/grib_filepool.c:184:24: style: The scope of the variable 'prev' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_gaussian_reduced.c:25:31: style: The scope of the variable 'dlon_last' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_geography.c:74:5: style: Variable 'denom' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_geography.c:65:0: note: Variable 'denom' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_geography.c:74:5: note: Variable 'denom' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_geography.c:114:14: style: Same expression on both sides of '!=' because the value of 'nlat' and 'trunc*2' are the same. [duplicateExpression]
eccodes-2.8.0/src/grib_geography.c:67:23: note: 'nlat' is assigned value 'trunc*2' here.
eccodes-2.8.0/src/grib_geography.c:114:14: note: Same expression on both sides of '!=' because the value of 'nlat' and 'trunc*2' are the same.
eccodes-2.8.0/src/grib_geography.c:62:16: style: The scope of the variable 'iter' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_geography.c:63:30: style: The scope of the variable 'root' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_geography.c:64:24: style: The scope of the variable 'conv' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_geography.c:60:38: style: Function 'grib_get_gaussian_latitudes' argument 1 names different: declaration 'truncation' definition 'trunc'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_api.h:1346:38: note: Function 'grib_get_gaussian_latitudes' argument 1 names different: declaration 'truncation' definition 'trunc'.
eccodes-2.8.0/src/grib_geography.c:60:38: note: Function 'grib_get_gaussian_latitudes' argument 1 names different: declaration 'truncation' definition 'trunc'.
eccodes-2.8.0/src/grib_geography.c:60:53: style: Function 'grib_get_gaussian_latitudes' argument 2 names different: declaration 'latitudes' definition 'lats'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_api.h:1346:57: note: Function 'grib_get_gaussian_latitudes' argument 2 names different: declaration 'latitudes' definition 'lats'.
eccodes-2.8.0/src/grib_geography.c:60:53: note: Function 'grib_get_gaussian_latitudes' argument 2 names different: declaration 'latitudes' definition 'lats'.
eccodes-2.8.0/src/grib_handle.c:173:9: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
eccodes-2.8.0/src/grib_handle.c:1344:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
eccodes-2.8.0/src/grib_handle.c:1364:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
eccodes-2.8.0/src/grib_handle.c:1401:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
eccodes-2.8.0/src/grib_handle.c:1324:5: style: Variable 'a' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_handle.c:1322:0: note: Variable 'a' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_handle.c:1324:5: note: Variable 'a' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_handle.c:372:10: style: The scope of the variable 'prod_kind_str' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_handle.c:489:18: style: The scope of the variable 'seccount' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_handle.c:490:15: style: The scope of the variable 'i' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_handle.c:623:18: style: The scope of the variable 'seccount' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_handle.c:624:15: style: The scope of the variable 'i' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_handle.c:1331:9: style: The scope of the variable 'err' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_handle.c:1351:9: style: The scope of the variable 'err' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_handle.c:252:73: style: Function 'grib_handle_new_from_samples' argument 2 names different: declaration 'sample_name' definition 'name'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_api.h:495:73: note: Function 'grib_handle_new_from_samples' argument 2 names different: declaration 'sample_name' definition 'name'.
eccodes-2.8.0/src/grib_handle.c:252:73: note: Function 'grib_handle_new_from_samples' argument 2 names different: declaration 'sample_name' definition 'name'.
eccodes-2.8.0/src/grib_handle.c:386:92: style: Function 'grib_handle_new_from_message_copy' argument 3 names different: declaration 'data_len' definition 'size'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_api.h:484:90: note: Function 'grib_handle_new_from_message_copy' argument 3 names different: declaration 'data_len' definition 'size'.
eccodes-2.8.0/src/grib_handle.c:386:92: note: Function 'grib_handle_new_from_message_copy' argument 3 names different: declaration 'data_len' definition 'size'.
eccodes-2.8.0/src/grib_handle.c:437:87: style: Function 'grib_handle_new_from_message' argument 3 names different: declaration 'data_len' definition 'buflen'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_api.h:459:85: note: Function 'grib_handle_new_from_message' argument 3 names different: declaration 'data_len' definition 'buflen'.
eccodes-2.8.0/src/grib_handle.c:437:87: note: Function 'grib_handle_new_from_message' argument 3 names different: declaration 'data_len' definition 'buflen'.
eccodes-2.8.0/src/grib_handle.c:455:17: style: Function 'grib_handle_new_from_multi_message' argument 3 names different: declaration 'data_len' definition 'buflen'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_api.h:474:57: note: Function 'grib_handle_new_from_multi_message' argument 3 names different: declaration 'data_len' definition 'buflen'.
eccodes-2.8.0/src/grib_handle.c:455:17: note: Function 'grib_handle_new_from_multi_message' argument 3 names different: declaration 'data_len' definition 'buflen'.
eccodes-2.8.0/src/grib_handle.c:480:77: style: Function 'grib_handle_new_multi' argument 2 names different: declaration 'idata' definition 'data'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_handle.c:56:77: note: Function 'grib_handle_new_multi' argument 2 names different: declaration 'idata' definition 'data'.
eccodes-2.8.0/src/grib_handle.c:480:77: note: Function 'grib_handle_new_multi' argument 2 names different: declaration 'idata' definition 'data'.
eccodes-2.8.0/src/grib_handle.c:1105:51: style: Function 'grib_multi_handle_delete' argument 1 names different: declaration 'mh' definition 'h'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_api.h:544:49: note: Function 'grib_multi_handle_delete' argument 1 names different: declaration 'mh' definition 'h'.
eccodes-2.8.0/src/grib_handle.c:1105:51: note: Function 'grib_multi_handle_delete' argument 1 names different: declaration 'mh' definition 'h'.
eccodes-2.8.0/src/grib_handle.c:1163:50: style: Function 'grib_multi_handle_write' argument 1 names different: declaration 'mh' definition 'h'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_api.h:555:48: note: Function 'grib_multi_handle_write' argument 1 names different: declaration 'mh' definition 'h'.
eccodes-2.8.0/src/grib_handle.c:1163:50: note: Function 'grib_multi_handle_write' argument 1 names different: declaration 'mh' definition 'h'.
eccodes-2.8.0/src/grib_handle.c:1216:69: style: Function 'grib_get_message_copy' argument 3 names different: declaration 'message_length' definition 'len'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_api.h:581:67: note: Function 'grib_get_message_copy' argument 3 names different: declaration 'message_length' definition 'len'.
eccodes-2.8.0/src/grib_handle.c:1216:69: note: Function 'grib_get_message_copy' argument 3 names different: declaration 'message_length' definition 'len'.
eccodes-2.8.0/src/grib_handle.c:1248:52: style: Function 'grib_get_message' argument 2 names different: declaration 'message' definition 'msg'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_api.h:569:51: note: Function 'grib_get_message' argument 2 names different: declaration 'message' definition 'msg'.
eccodes-2.8.0/src/grib_handle.c:1248:52: note: Function 'grib_get_message' argument 2 names different: declaration 'message' definition 'msg'.
eccodes-2.8.0/src/grib_handle.c:1248:64: style: Function 'grib_get_message' argument 3 names different: declaration 'message_length' definition 'size'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_api.h:569:68: note: Function 'grib_get_message' argument 3 names different: declaration 'message_length' definition 'size'.
eccodes-2.8.0/src/grib_handle.c:1248:64: note: Function 'grib_get_message' argument 3 names different: declaration 'message_length' definition 'size'.
eccodes-2.8.0/src/grib_handle.c:1406:125: style: Function 'grib2_build_message' argument 5 names different: declaration 'msglen' definition 'len'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_handle.c:53:125: note: Function 'grib2_build_message' argument 5 names different: declaration 'msglen' definition 'len'.
eccodes-2.8.0/src/grib_handle.c:1406:125: note: Function 'grib2_build_message' argument 5 names different: declaration 'msglen' definition 'len'.
eccodes-2.8.0/src/grib_iarray.c:129:12: style: The scope of the variable 'start_size' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_iarray.c:130:12: style: The scope of the variable 'start_incsize' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_iarray.c:144:12: style: The scope of the variable 'start_size' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_iarray.c:145:12: style: The scope of the variable 'start_incsize' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_iarray.c:146:9: style: The scope of the variable 'i' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_iarray.c:165:12: style: The scope of the variable 'start_incsize' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_ibmfloat.c:85:22: style: The scope of the variable 'jm' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_ibmfloat.c:210:19: style: The scope of the variable 'e' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_ibmfloat.c:211:19: style: The scope of the variable 'm' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_ibmfloat.c:212:19: style: The scope of the variable 's' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_ibmfloat.c:213:19: style: The scope of the variable 'mmin' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_ieeefloat.c:99:22: style: The scope of the variable 'jm' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_ieeefloat.c:233:19: style: The scope of the variable 'e' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_ieeefloat.c:234:19: style: The scope of the variable 'm' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_ieeefloat.c:235:19: style: The scope of the variable 's' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_ieeefloat.c:236:19: style: The scope of the variable 'mmin' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_ieeefloat.c:237:14: style: The scope of the variable 'eps' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_index.c:601:9: warning: Identical condition '*err', second condition is always false [identicalConditionAfterEarlyExit]
eccodes-2.8.0/src/grib_index.c:598:9: note: first condition
eccodes-2.8.0/src/grib_index.c:601:9: note: second condition
eccodes-2.8.0/src/grib_index.c:224:5: style: Variable 'next' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_index.c:221:0: note: Variable 'next' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_index.c:224:5: note: Variable 'next' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_index.c:1605:9: style: Variable 'identifier' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_index.c:1602:0: note: Variable 'identifier' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_index.c:1605:9: note: Variable 'identifier' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_index.c:473:56: style: Function 'grib_index_new' argument 2 names different: declaration 'keys' definition 'key'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_api.h:274:57: note: Function 'grib_index_new' argument 2 names different: declaration 'keys' definition 'key'.
eccodes-2.8.0/src/grib_index.c:473:56: note: Function 'grib_index_new' argument 2 names different: declaration 'keys' definition 'key'.
eccodes-2.8.0/src/grib_index.c:1361:58: style: Function 'grib_index_select_long' argument 2 names different: declaration 'key' definition 'skey'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_api.h:347:58: note: Function 'grib_index_select_long' argument 2 names different: declaration 'key' definition 'skey'.
eccodes-2.8.0/src/grib_index.c:1361:58: note: Function 'grib_index_select_long' argument 2 names different: declaration 'key' definition 'skey'.
eccodes-2.8.0/src/grib_index.c:1393:60: style: Function 'grib_index_select_double' argument 2 names different: declaration 'key' definition 'skey'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_api.h:358:60: note: Function 'grib_index_select_double' argument 2 names different: declaration 'key' definition 'skey'.
eccodes-2.8.0/src/grib_index.c:1393:60: note: Function 'grib_index_select_double' argument 2 names different: declaration 'key' definition 'skey'.
eccodes-2.8.0/src/grib_index.c:1425:60: style: Function 'grib_index_select_string' argument 2 names different: declaration 'key' definition 'skey'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_api.h:369:60: note: Function 'grib_index_select_string' argument 2 names different: declaration 'key' definition 'skey'.
eccodes-2.8.0/src/grib_index.c:1425:60: note: Function 'grib_index_select_string' argument 2 names different: declaration 'key' definition 'skey'.
eccodes-2.8.0/src/grib_io.c:107:73: warning: Identical condition 'err', second condition is always false [identicalConditionAfterEarlyExit]
eccodes-2.8.0/src/grib_io.c:99:8: note: first condition
eccodes-2.8.0/src/grib_io.c:107:73: note: second condition
eccodes-2.8.0/src/grib_io.c:146:5: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_io.c:129:0: note: Variable 'tmp' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_io.c:146:5: note: Variable 'tmp' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_io.c:625:5: style: Variable 'c' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_io.c:621:0: note: Variable 'c' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_io.c:625:5: note: Variable 'c' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_io.c:626:5: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_io.c:620:0: note: Variable 'tmp' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_io.c:626:5: note: Variable 'tmp' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_io.c:1195:10: style: Same expression on both sides of '!=' because the value of 'n' and 'len' are the same. [duplicateExpression]
eccodes-2.8.0/src/grib_io.c:1193:14: note: 'n' is assigned value 'len' here.
eccodes-2.8.0/src/grib_io.c:1195:10: note: Same expression on both sides of '!=' because the value of 'n' and 'len' are the same.
eccodes-2.8.0/src/grib_io.c:131:12: style: The scope of the variable 'total_length' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_iterator.c:24:5: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_iterator.c:21:0: note: Variable 'iter' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_iterator.c:24:5: note: Variable 'iter' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_iterator_class_gaussian.c:164:22: style: The scope of the variable 'jm' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_iterator_class_gaussian_reduced.c:105:32: style: Function 'init' argument 1 names different: declaration 'i' definition 'iter'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_iterator_class_gaussian_reduced.c:47:47: note: Function 'init' argument 1 names different: declaration 'i' definition 'iter'.
eccodes-2.8.0/src/grib_iterator_class_gaussian_reduced.c:105:32: note: Function 'init' argument 1 names different: declaration 'i' definition 'iter'.
eccodes-2.8.0/src/grib_iterator_class_gen.c:171:5: style: Variable 's_numPoints' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_iterator_class_gen.c:167:0: note: Variable 's_numPoints' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_iterator_class_gen.c:171:5: note: Variable 's_numPoints' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_iterator_class_gen.c:173:5: style: Variable 's_rawData' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_iterator_class_gen.c:166:0: note: Variable 's_rawData' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_iterator_class_gen.c:173:5: note: Variable 's_rawData' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_iterator_class_gen.c:105:22: style: The scope of the variable 'pData1' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_iterator_class_gen.c:161:32: style: Function 'init' argument 1 names different: declaration 'i' definition 'iter'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_iterator_class_gen.c:41:47: note: Function 'init' argument 1 names different: declaration 'i' definition 'iter'.
eccodes-2.8.0/src/grib_iterator_class_gen.c:161:32: note: Function 'init' argument 1 names different: declaration 'i' definition 'iter'.
eccodes-2.8.0/src/grib_iterator_class_gen.c:199:33: style: Function 'reset' argument 1 names different: declaration 'i' definition 'iter'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_iterator_class_gen.c:43:47: note: Function 'reset' argument 1 names different: declaration 'i' definition 'iter'.
eccodes-2.8.0/src/grib_iterator_class_gen.c:199:33: note: Function 'reset' argument 1 names different: declaration 'i' definition 'iter'.
eccodes-2.8.0/src/grib_iterator_class_gen.c:205:35: style: Function 'destroy' argument 1 names different: declaration 'i' definition 'iter'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_iterator_class_gen.c:42:47: note: Function 'destroy' argument 1 names different: declaration 'i' definition 'iter'.
eccodes-2.8.0/src/grib_iterator_class_gen.c:205:35: note: Function 'destroy' argument 1 names different: declaration 'i' definition 'iter'.
eccodes-2.8.0/src/grib_iterator_class_gen.c:212:37: style: Function 'has_next' argument 1 names different: declaration 'i' definition 'iter'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_iterator_class_gen.c:44:47: note: Function 'has_next' argument 1 names different: declaration 'i' definition 'iter'.
eccodes-2.8.0/src/grib_iterator_class_gen.c:212:37: note: Function 'has_next' argument 1 names different: declaration 'i' definition 'iter'.
eccodes-2.8.0/src/grib_iterator_class_lambert_azimuthal_equal_area.c:105:32: style: Function 'init' argument 1 names different: declaration 'i' definition 'iter'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_iterator_class_lambert_azimuthal_equal_area.c:46:47: note: Function 'init' argument 1 names different: declaration 'i' definition 'iter'.
eccodes-2.8.0/src/grib_iterator_class_lambert_azimuthal_equal_area.c:105:32: note: Function 'init' argument 1 names different: declaration 'i' definition 'iter'.
eccodes-2.8.0/src/grib_iterator_class_lambert_conformal.c:123:47: style: The scope of the variable 'y' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_iterator_class_lambert_conformal.c:123:50: style: The scope of the variable 'tmp' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_iterator_class_lambert_conformal.c:123:55: style: The scope of the variable 'tmp2' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_iterator_class_lambert_conformal.c:114:32: style: Function 'init' argument 1 names different: declaration 'i' definition 'iter'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_iterator_class_lambert_conformal.c:41:47: note: Function 'init' argument 1 names different: declaration 'i' definition 'iter'.
eccodes-2.8.0/src/grib_iterator_class_lambert_conformal.c:114:32: note: Function 'init' argument 1 names different: declaration 'i' definition 'iter'.
eccodes-2.8.0/src/grib_iterator_class_latlon.c:146:32: style: Function 'next' argument 1 names different: declaration 'i' definition 'iter'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_iterator_class_latlon.c:38:47: note: Function 'next' argument 1 names different: declaration 'i' definition 'iter'.
eccodes-2.8.0/src/grib_iterator_class_latlon.c:146:32: note: Function 'next' argument 1 names different: declaration 'i' definition 'iter'.
eccodes-2.8.0/src/grib_iterator_class_latlon.c:187:32: style: Function 'init' argument 1 names different: declaration 'i' definition 'iter'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_iterator_class_latlon.c:37:47: note: Function 'init' argument 1 names different: declaration 'i' definition 'iter'.
eccodes-2.8.0/src/grib_iterator_class_latlon.c:187:32: note: Function 'init' argument 1 names different: declaration 'i' definition 'iter'.
eccodes-2.8.0/src/grib_iterator_class_latlon_reduced.c:111:13: style: The scope of the variable 'tlof' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_iterator_class_latlon_reduced.c:116:7: style: The scope of the variable 'nlons' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_iterator_class_latlon_reduced.c:118:9: style: The scope of the variable 'idirinc' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_iterator_class_latlon_reduced.c:121:7: style: The scope of the variable 'nlons2' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_iterator_class_polar_stereographic.c:121:12: style: The scope of the variable 'x' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_iterator_class_polar_stereographic.c:116:32: style: Function 'init' argument 1 names different: declaration 'i' definition 'iter'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_iterator_class_polar_stereographic.c:41:47: note: Function 'init' argument 1 names different: declaration 'i' definition 'iter'.
eccodes-2.8.0/src/grib_iterator_class_polar_stereographic.c:116:32: note: Function 'init' argument 1 names different: declaration 'i' definition 'iter'.
eccodes-2.8.0/src/grib_iterator_class_regular.c:114:36: style: Function 'previous' argument 1 names different: declaration 'ei' definition 'i'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_iterator_class_regular.c:51:47: note: Function 'previous' argument 1 names different: declaration 'ei' definition 'i'.
eccodes-2.8.0/src/grib_iterator_class_regular.c:114:36: note: Function 'previous' argument 1 names different: declaration 'ei' definition 'i'.
eccodes-2.8.0/src/grib_iterator_class_space_view.c:118:36: style: The scope of the variable 'x' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_iterator_class_space_view.c:118:39: style: The scope of the variable 'y' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_iterator_class_space_view.c:119:19: style: The scope of the variable 'cos_y' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_iterator_class_space_view.c:119:33: style: The scope of the variable 'sin_y' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_iterator_class_space_view.c:120:32: style: The scope of the variable 'tmp1' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_iterator_class_space_view.c:102:32: style: Function 'init' argument 1 names different: declaration 'i' definition 'iter'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_iterator_class_space_view.c:41:47: note: Function 'init' argument 1 names different: declaration 'i' definition 'iter'.
eccodes-2.8.0/src/grib_iterator_class_space_view.c:102:32: note: Function 'init' argument 1 names different: declaration 'i' definition 'iter'.
eccodes-2.8.0/src/grib_iterator_class_space_view.c:220:9: style: Variable 'lap' is assigned a value that is never used. [unreadVariable]
eccodes-2.8.0/src/grib_jasper_encoding.c:217:85: style: Function 'grib_jasper_decode' argument 4 names different: declaration 'values' definition 'val'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_api_prototypes.h:705:85: note: Function 'grib_jasper_decode' argument 4 names different: declaration 'values' definition 'val'.
eccodes-2.8.0/src/grib_jasper_encoding.c:217:85: note: Function 'grib_jasper_decode' argument 4 names different: declaration 'values' definition 'val'.
eccodes-2.8.0/src/grib_jasper_encoding.c:217:98: style: Function 'grib_jasper_decode' argument 5 names different: declaration 'no_values' definition 'n_vals'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_api_prototypes.h:705:101: note: Function 'grib_jasper_decode' argument 5 names different: declaration 'no_values' definition 'n_vals'.
eccodes-2.8.0/src/grib_jasper_encoding.c:217:98: note: Function 'grib_jasper_decode' argument 5 names different: declaration 'no_values' definition 'n_vals'.
eccodes-2.8.0/src/grib_keys_iterator.c:52:54: style: Function 'grib_keys_iterator_set_flags' argument 1 names different: declaration 'kiter' definition 'ki'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_api.h:1311:54: note: Function 'grib_keys_iterator_set_flags' argument 1 names different: declaration 'kiter' definition 'ki'.
eccodes-2.8.0/src/grib_keys_iterator.c:52:54: note: Function 'grib_keys_iterator_set_flags' argument 1 names different: declaration 'kiter' definition 'ki'.
eccodes-2.8.0/src/grib_keys_iterator.c:94:51: style: Function 'grib_keys_iterator_rewind' argument 1 names different: declaration 'kiter' definition 'ki'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_api.h:1308:51: note: Function 'grib_keys_iterator_rewind' argument 1 names different: declaration 'kiter' definition 'ki'.
eccodes-2.8.0/src/grib_keys_iterator.c:94:51: note: Function 'grib_keys_iterator_rewind' argument 1 names different: declaration 'kiter' definition 'ki'.
gribl.c:2779:2: warning: Possible null pointer dereference: b [nullPointer]
gribl.c:2672:22: note: Calling function 'grib_yy_init_buffer', 1st argument 'b' value is 0
gribl.c:2779:2: note: Null pointer dereference
gribl.c:2780:2: warning: Possible null pointer dereference: b [nullPointer]
gribl.c:2672:22: note: Calling function 'grib_yy_init_buffer', 1st argument 'b' value is 0
gribl.c:2780:2: note: Null pointer dereference
gribl.c:2791:9: warning: Possible null pointer dereference: b [nullPointer]
gribl.c:2672:22: note: Calling function 'grib_yy_init_buffer', 1st argument 'b' value is 0
gribl.c:2791:9: note: Null pointer dereference
gribl.c:2420:19: style: Checking if unsigned variable 'new_size' is less than zero. [unsignedLessThanZero]
gribl.c:2524:74: style: Function 'grib_yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'grib_yy_current_state'. [funcArgNamesDifferent]
gribl.c:350:69: note: Function 'grib_yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'grib_yy_current_state'.
gribl.c:2524:74: note: Function 'grib_yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'grib_yy_current_state'.
gribl.c:2547:47: style: Function 'grib_yyunput' argument 2 names different: declaration 'buf_ptr' definition 'grib_yy_bp'. [funcArgNamesDifferent]
gribl.c:1269:36: note: Function 'grib_yyunput' argument 2 names different: declaration 'buf_ptr' definition 'grib_yy_bp'.
gribl.c:2547:47: note: Function 'grib_yyunput' argument 2 names different: declaration 'buf_ptr' definition 'grib_yy_bp'.
gribl.c:2964:58: style: Function 'grib_yy_scan_string' argument 1 names different: declaration 'grib_yy_str' definition 'grib_yystr'. [funcArgNamesDifferent]
gribl.c:303:57: note: Function 'grib_yy_scan_string' argument 1 names different: declaration 'grib_yy_str' definition 'grib_yystr'.
gribl.c:2964:58: note: Function 'grib_yy_scan_string' argument 1 names different: declaration 'grib_yy_str' definition 'grib_yystr'.
gribl.c:2977:58: style: Function 'grib_yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'grib_yybytes'. [funcArgNamesDifferent]
gribl.c:304:56: note: Function 'grib_yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'grib_yybytes'.
gribl.c:2977:58: note: Function 'grib_yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'grib_yybytes'.
gribl.c:2977:88: style: Function 'grib_yy_scan_bytes' argument 2 names different: declaration 'len' definition '_grib_yybytes_len'. [funcArgNamesDifferent]
gribl.c:304:77: note: Function 'grib_yy_scan_bytes' argument 2 names different: declaration 'len' definition '_grib_yybytes_len'.
gribl.c:2977:88: note: Function 'grib_yy_scan_bytes' argument 2 names different: declaration 'len' definition '_grib_yybytes_len'.
gribl.c:3109:29: style: Function 'grib_yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'. [funcArgNamesDifferent]
gribl.c:1235:28: note: Function 'grib_yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
gribl.c:3109:29: note: Function 'grib_yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
gribl.c:2445:4: style: Variable 'num_to_read' is assigned a value that is never used. [unreadVariable]
eccodes-2.8.0/src/grib_loader_from_array.c:75:5: style: Variable 'ar' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_loader_from_array.c:72:0: note: Variable 'ar' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_loader_from_array.c:75:5: note: Variable 'ar' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_loader_from_array.c:68:11: style: The scope of the variable 'lvalue' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_loader_from_array.c:69:10: style: The scope of the variable 'lval' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_loader_from_array.c:71:9: style: The scope of the variable 'i' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_loader_from_file.c:59:8: style: The scope of the variable 'lval' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_loader_from_file.c:60:9: style: The scope of the variable 'dval' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_loader_from_handle.c:76:16: style: The scope of the variable 'first' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_loader_from_handle.c:77:24: style: The scope of the variable 'missing' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_nearest.c:93:12: style: The scope of the variable 'jm' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_nearest.c:143:12: style: The scope of the variable 'max' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_nearest.c:76:39: style: Function 'grib_nearest_delete' argument 1 names different: declaration 'nearest' definition 'i'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_api.h:696:58: note: Function 'grib_nearest_delete' argument 1 names different: declaration 'nearest' definition 'i'.
eccodes-2.8.0/src/grib_nearest.c:76:39: note: Function 'grib_nearest_delete' argument 1 names different: declaration 'nearest' definition 'i'.
eccodes-2.8.0/src/grib_nearest_class.c:48:7: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_nearest_class.c:47:7: note: Variable 'ret' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_nearest_class.c:48:7: note: Variable 'ret' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_nearest_class_latlon_reduced.c:112:9: style: The scope of the variable 'j' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_nearest_class_latlon_reduced.c:120:16: style: The scope of the variable 'ilon' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_nearest_class_reduced.c:139:16: style: The scope of the variable 'ilon' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_nearest_class_sh.c:187:14: style: The scope of the variable 'of' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_nearest_class_sh.c:98:17: style: Function 'find' argument 8 names different: declaration 'values' definition 'outvalues'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_nearest_class_sh.c:42:145: note: Function 'find' argument 8 names different: declaration 'values' definition 'outvalues'.
eccodes-2.8.0/src/grib_nearest_class_sh.c:98:17: note: Function 'find' argument 8 names different: declaration 'values' definition 'outvalues'.
eccodes-2.8.0/src/grib_nearest_class_sh.c:240:40: style: Function 'grib_invtrans' argument 1 names different: declaration 'c' definition 'context'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_nearest_class_sh.c:84:40: note: Function 'grib_invtrans' argument 1 names different: declaration 'c' definition 'context'.
eccodes-2.8.0/src/grib_nearest_class_sh.c:240:40: note: Function 'grib_invtrans' argument 1 names different: declaration 'c' definition 'context'.
eccodes-2.8.0/src/grib_oarray.c:80:12: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
eccodes-2.8.0/src/grib_oarray.c:59:12: style: The scope of the variable 'start_size' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_oarray.c:60:12: style: The scope of the variable 'start_incsize' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_parse_utils.c:459:22: warning: Either the condition 'pp' is redundant or there is overflow in pointer subtraction. [nullPointerArithmeticRedundantCheck]
eccodes-2.8.0/src/grib_parse_utils.c:458:23: note: Assuming that condition 'pp' is not redundant
eccodes-2.8.0/src/grib_parse_utils.c:459:22: note: Null pointer subtraction
eccodes-2.8.0/src/grib_parse_utils.c:94:5: style: Variable 'ptrEnd_fname' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_parse_utils.c:90:0: note: Variable 'ptrEnd_fname' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_parse_utils.c:94:5: note: Variable 'ptrEnd_fname' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_query.c:209:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_query.c:206:0: note: Variable 'ret' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_query.c:209:5: note: Variable 'ret' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_query.c:239:9: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_query.c:236:0: note: Variable 'ret' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_query.c:239:9: note: Variable 'ret' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_query.c:274:5: style: Variable 'accessor_name' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_query.c:270:0: note: Variable 'accessor_name' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_query.c:274:5: note: Variable 'accessor_name' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_query.c:412:5: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_query.c:409:0: note: Variable 'p' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_query.c:412:5: note: Variable 'p' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_query.c:417:9: style: Variable 'basename' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_query.c:416:0: note: Variable 'basename' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_query.c:417:9: note: Variable 'basename' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_query.c:467:9: style: Variable 'accessor_name' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_query.c:463:0: note: Variable 'accessor_name' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_query.c:467:9: note: Variable 'accessor_name' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_query.c:469:9: style: Variable 'a' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_query.c:465:0: note: Variable 'a' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_query.c:469:9: note: Variable 'a' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_query.c:505:5: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_query.c:502:0: note: Variable 'p' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_query.c:505:5: note: Variable 'p' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_query.c:327:26: style: The scope of the variable 'al' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_sarray.c:80:12: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
eccodes-2.8.0/src/grib_sarray.c:59:12: style: The scope of the variable 'start_size' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_sarray.c:60:12: style: The scope of the variable 'start_incsize' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_templates.c:140:16: style: Variable 'g' is assigned a value that is never used. [unreadVariable]
eccodes-2.8.0/src/grib_templates.c:193:16: style: Variable 'g' is assigned a value that is never used. [unreadVariable]
eccodes-2.8.0/src/grib_trie_with_rank.c:496:11: style: The scope of the variable 'data' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_util.c:1601:21: style: The scope of the variable 's' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_util.c:732:39: style: Function 'grib_util_set_spec' argument 2 names different: declaration 'grid_spec' definition 'spec'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_api.h:1545:32: note: Function 'grib_util_set_spec' argument 2 names different: declaration 'grid_spec' definition 'spec'.
eccodes-2.8.0/src/grib_util.c:732:39: note: Function 'grib_util_set_spec' argument 2 names different: declaration 'grid_spec' definition 'spec'.
eccodes-2.8.0/src/grib_util.c:782:39: style: Function 'grib_util_set_spec2' argument 2 names different: declaration 'grid_spec' definition 'spec'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_api.h:1553:35: note: Function 'grib_util_set_spec2' argument 2 names different: declaration 'grid_spec' definition 'spec'.
eccodes-2.8.0/src/grib_util.c:782:39: note: Function 'grib_util_set_spec2' argument 2 names different: declaration 'grid_spec' definition 'spec'.
eccodes-2.8.0/src/grib_value.c:66:5: style: Variable 'a' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_value.c:63:0: note: Variable 'a' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_value.c:66:5: note: Variable 'a' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_value.c:92:5: style: Variable 'a' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_value.c:89:0: note: Variable 'a' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_value.c:92:5: note: Variable 'a' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_value.c:116:5: style: Variable 'a' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_value.c:113:0: note: Variable 'a' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_value.c:116:5: note: Variable 'a' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_value.c:308:5: style: Variable 'a' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_value.c:305:0: note: Variable 'a' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_value.c:308:5: note: Variable 'a' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_value.c:333:5: style: Variable 'a' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_value.c:331:0: note: Variable 'a' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_value.c:333:5: note: Variable 'a' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_value.c:432:5: style: Variable 'a' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_value.c:430:0: note: Variable 'a' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_value.c:432:5: note: Variable 'a' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_value.c:473:5: style: Variable 'a' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_value.c:471:0: note: Variable 'a' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_value.c:473:5: note: Variable 'a' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_value.c:492:5: style: Variable 'a' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_value.c:490:0: note: Variable 'a' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_value.c:492:5: note: Variable 'a' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_value.c:516:5: style: Variable 'a' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_value.c:514:0: note: Variable 'a' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_value.c:516:5: note: Variable 'a' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_value.c:949:5: style: Variable 'a' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_value.c:947:0: note: Variable 'a' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_value.c:949:5: note: Variable 'a' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_value.c:967:5: style: Variable 'act' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_value.c:965:0: note: Variable 'act' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_value.c:967:5: note: Variable 'act' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_value.c:1409:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_value.c:1408:9: note: Variable 'err' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_value.c:1409:9: note: Variable 'err' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_value.c:1400:13: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/src/grib_value.c:1399:13: note: Variable 'err' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_value.c:1400:13: note: Variable 'err' is reassigned a value before the old one has been used.
eccodes-2.8.0/src/grib_value.c:28:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_value.c:48:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_value.c:62:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_value.c:88:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_value.c:112:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_value.c:304:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_value.c:330:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_value.c:404:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_value.c:429:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_value.c:451:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_value.c:470:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_value.c:489:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_value.c:513:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_value.c:693:9: style: The scope of the variable 'constant' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_value.c:693:18: style: The scope of the variable 'i' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_value.c:946:11: style: The scope of the variable 'ret' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_value.c:1022:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_value.c:1123:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_value.c:1145:12: style: The scope of the variable 's' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_value.c:1263:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_value.c:1701:13: style: The scope of the variable 'ad' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_value.c:1703:11: style: The scope of the variable 'al' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_value.c:1704:11: style: The scope of the variable 's' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_value.c:1705:12: style: The scope of the variable 'as' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_value.c:86:47: style: Function 'grib_set_long' argument 2 names different: declaration 'key' definition 'name'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_api.h:888:57: note: Function 'grib_set_long' argument 2 names different: declaration 'key' definition 'name'.
eccodes-2.8.0/src/grib_value.c:86:47: note: Function 'grib_set_long' argument 2 names different: declaration 'key' definition 'name'.
eccodes-2.8.0/src/grib_value.c:302:49: style: Function 'grib_set_double' argument 2 names different: declaration 'key' definition 'name'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_api.h:899:57: note: Function 'grib_set_double' argument 2 names different: declaration 'key' definition 'name'.
eccodes-2.8.0/src/grib_value.c:302:49: note: Function 'grib_set_double' argument 2 names different: declaration 'key' definition 'name'.
eccodes-2.8.0/src/grib_value.c:353:49: style: Function 'grib_set_string' argument 2 names different: declaration 'key' definition 'name'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_api.h:911:57: note: Function 'grib_set_string' argument 2 names different: declaration 'key' definition 'name'.
eccodes-2.8.0/src/grib_value.c:353:49: note: Function 'grib_set_string' argument 2 names different: declaration 'key' definition 'name'.
eccodes-2.8.0/src/grib_value.c:353:67: style: Function 'grib_set_string' argument 3 names different: declaration 'mesg' definition 'val'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_api.h:911:75: note: Function 'grib_set_string' argument 3 names different: declaration 'mesg' definition 'val'.
eccodes-2.8.0/src/grib_value.c:353:67: note: Function 'grib_set_string' argument 3 names different: declaration 'mesg' definition 'val'.
eccodes-2.8.0/src/grib_value.c:402:55: style: Function 'grib_set_string_array' argument 2 names different: declaration 'key' definition 'name'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_api.h:966:55: note: Function 'grib_set_string_array' argument 2 names different: declaration 'key' definition 'name'.
eccodes-2.8.0/src/grib_value.c:402:55: note: Function 'grib_set_string_array' argument 2 names different: declaration 'key' definition 'name'.
eccodes-2.8.0/src/grib_value.c:402:74: style: Function 'grib_set_string_array' argument 3 names different: declaration 'vals' definition 'val'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_api.h:966:73: note: Function 'grib_set_string_array' argument 3 names different: declaration 'vals' definition 'val'.
eccodes-2.8.0/src/grib_value.c:402:74: note: Function 'grib_set_string_array' argument 3 names different: declaration 'vals' definition 'val'.
eccodes-2.8.0/src/grib_value.c:449:48: style: Function 'grib_set_bytes' argument 2 names different: declaration 'key' definition 'name'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_api.h:923:57: note: Function 'grib_set_bytes' argument 2 names different: declaration 'key' definition 'name'.
eccodes-2.8.0/src/grib_value.c:449:48: note: Function 'grib_set_bytes' argument 2 names different: declaration 'key' definition 'name'.
eccodes-2.8.0/src/grib_value.c:449:75: style: Function 'grib_set_bytes' argument 3 names different: declaration 'bytes' definition 'val'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_api.h:923:83: note: Function 'grib_set_bytes' argument 3 names different: declaration 'bytes' definition 'val'.
eccodes-2.8.0/src/grib_value.c:449:75: note: Function 'grib_set_bytes' argument 3 names different: declaration 'bytes' definition 'val'.
eccodes-2.8.0/src/grib_value.c:511:50: style: Function 'grib_set_missing' argument 2 names different: declaration 'key' definition 'name'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_api.h:1344:50: note: Function 'grib_set_missing' argument 2 names different: declaration 'key' definition 'name'.
eccodes-2.8.0/src/grib_value.c:511:50: note: Function 'grib_set_missing' argument 2 names different: declaration 'key' definition 'name'.
eccodes-2.8.0/src/grib_value.c:588:49: style: Function 'grib_is_missing' argument 2 names different: declaration 'key' definition 'name'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_api.h:1342:49: note: Function 'grib_is_missing' argument 2 names different: declaration 'key' definition 'name'.
eccodes-2.8.0/src/grib_value.c:588:49: note: Function 'grib_is_missing' argument 2 names different: declaration 'key' definition 'name'.
eccodes-2.8.0/src/grib_value.c:595:49: style: Function 'grib_is_defined' argument 2 names different: declaration 'key' definition 'name'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_api.h:1343:49: note: Function 'grib_is_defined' argument 2 names different: declaration 'key' definition 'name'.
eccodes-2.8.0/src/grib_value.c:595:49: note: Function 'grib_is_defined' argument 2 names different: declaration 'key' definition 'name'.
eccodes-2.8.0/src/grib_value.c:754:61: style: Function 'grib_set_force_double_array' argument 2 names different: declaration 'key' definition 'name'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_api.h:941:61: note: Function 'grib_set_force_double_array' argument 2 names different: declaration 'key' definition 'name'.
eccodes-2.8.0/src/grib_value.c:754:61: note: Function 'grib_set_force_double_array' argument 2 names different: declaration 'key' definition 'name'.
eccodes-2.8.0/src/grib_value.c:754:81: style: Function 'grib_set_force_double_array' argument 3 names different: declaration 'vals' definition 'val'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_api.h:941:80: note: Function 'grib_set_force_double_array' argument 3 names different: declaration 'vals' definition 'val'.
eccodes-2.8.0/src/grib_value.c:754:81: note: Function 'grib_set_force_double_array' argument 3 names different: declaration 'vals' definition 'val'.
eccodes-2.8.0/src/grib_value.c:761:55: style: Function 'grib_set_double_array' argument 2 names different: declaration 'key' definition 'name'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_api.h:935:57: note: Function 'grib_set_double_array' argument 2 names different: declaration 'key' definition 'name'.
eccodes-2.8.0/src/grib_value.c:761:55: note: Function 'grib_set_double_array' argument 2 names different: declaration 'key' definition 'name'.
eccodes-2.8.0/src/grib_value.c:761:75: style: Function 'grib_set_double_array' argument 3 names different: declaration 'vals' definition 'val'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_api.h:935:84: note: Function 'grib_set_double_array' argument 3 names different: declaration 'vals' definition 'val'.
eccodes-2.8.0/src/grib_value.c:761:75: note: Function 'grib_set_double_array' argument 3 names different: declaration 'vals' definition 'val'.
eccodes-2.8.0/src/grib_value.c:832:53: style: Function 'grib_set_long_array' argument 2 names different: declaration 'key' definition 'name'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_api.h:954:57: note: Function 'grib_set_long_array' argument 2 names different: declaration 'key' definition 'name'.
eccodes-2.8.0/src/grib_value.c:832:53: note: Function 'grib_set_long_array' argument 2 names different: declaration 'key' definition 'name'.
eccodes-2.8.0/src/grib_value.c:832:71: style: Function 'grib_set_long_array' argument 3 names different: declaration 'vals' definition 'val'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_api.h:954:84: note: Function 'grib_set_long_array' argument 3 names different: declaration 'vals' definition 'val'.
eccodes-2.8.0/src/grib_value.c:832:71: note: Function 'grib_set_long_array' argument 3 names different: declaration 'vals' definition 'val'.
eccodes-2.8.0/src/grib_value.c:870:47: style: Function 'grib_get_long' argument 2 names different: declaration 'key' definition 'name'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_api.h:771:65: note: Function 'grib_get_long' argument 2 names different: declaration 'key' definition 'name'.
eccodes-2.8.0/src/grib_value.c:870:47: note: Function 'grib_get_long' argument 2 names different: declaration 'key' definition 'name'.
eccodes-2.8.0/src/grib_value.c:870:59: style: Function 'grib_get_long' argument 3 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_api.h:771:78: note: Function 'grib_get_long' argument 3 names different: declaration 'value' definition 'val'.
eccodes-2.8.0/src/grib_value.c:870:59: note: Function 'grib_get_long' argument 3 names different: declaration 'value' definition 'val'.
eccodes-2.8.0/src/grib_value.c:902:49: style: Function 'grib_get_double' argument 2 names different: declaration 'key' definition 'name'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_api.h:782:56: note: Function 'grib_get_double' argument 2 names different: declaration 'key' definition 'name'.
eccodes-2.8.0/src/grib_value.c:902:49: note: Function 'grib_get_double' argument 2 names different: declaration 'key' definition 'name'.
eccodes-2.8.0/src/grib_value.c:902:63: style: Function 'grib_get_double' argument 3 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_api.h:782:69: note: Function 'grib_get_double' argument 3 names different: declaration 'value' definition 'val'.
eccodes-2.8.0/src/grib_value.c:902:63: note: Function 'grib_get_double' argument 3 names different: declaration 'value' definition 'val'.
eccodes-2.8.0/src/grib_value.c:934:57: style: Function 'grib_get_double_element' argument 2 names different: declaration 'key' definition 'name'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_api.h:793:57: note: Function 'grib_get_double_element' argument 2 names different: declaration 'key' definition 'name'.
eccodes-2.8.0/src/grib_value.c:934:57: note: Function 'grib_get_double_element' argument 2 names different: declaration 'key' definition 'name'.
eccodes-2.8.0/src/grib_value.c:934:78: style: Function 'grib_get_double_element' argument 4 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_api.h:793:77: note: Function 'grib_get_double_element' argument 4 names different: declaration 'value' definition 'val'.
eccodes-2.8.0/src/grib_value.c:934:78: note: Function 'grib_get_double_element' argument 4 names different: declaration 'value' definition 'val'.
eccodes-2.8.0/src/grib_value.c:959:58: style: Function 'grib_get_double_elements' argument 2 names different: declaration 'key' definition 'name'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_api.h:805:58: note: Function 'grib_get_double_elements' argument 2 names different: declaration 'key' definition 'name'.
eccodes-2.8.0/src/grib_value.c:959:58: note: Function 'grib_get_double_elements' argument 2 names different: declaration 'key' definition 'name'.
eccodes-2.8.0/src/grib_value.c:959:69: style: Function 'grib_get_double_elements' argument 3 names different: declaration 'i' definition 'index_array'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_api.h:805:68: note: Function 'grib_get_double_elements' argument 3 names different: declaration 'i' definition 'index_array'.
eccodes-2.8.0/src/grib_value.c:959:69: note: Function 'grib_get_double_elements' argument 3 names different: declaration 'i' definition 'index_array'.
eccodes-2.8.0/src/grib_value.c:959:87: style: Function 'grib_get_double_elements' argument 4 names different: declaration 'size' definition 'len'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_api.h:805:76: note: Function 'grib_get_double_elements' argument 4 names different: declaration 'size' definition 'len'.
eccodes-2.8.0/src/grib_value.c:959:87: note: Function 'grib_get_double_elements' argument 4 names different: declaration 'size' definition 'len'.
eccodes-2.8.0/src/grib_value.c:959:100: style: Function 'grib_get_double_elements' argument 5 names different: declaration 'value' definition 'val_array'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_api.h:805:90: note: Function 'grib_get_double_elements' argument 5 names different: declaration 'value' definition 'val_array'.
eccodes-2.8.0/src/grib_value.c:959:100: note: Function 'grib_get_double_elements' argument 5 names different: declaration 'value' definition 'val_array'.
eccodes-2.8.0/src/grib_value.c:1018:49: style: Function 'grib_get_string' argument 2 names different: declaration 'key' definition 'name'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_api.h:817:49: note: Function 'grib_get_string' argument 2 names different: declaration 'key' definition 'name'.
eccodes-2.8.0/src/grib_value.c:1018:49: note: Function 'grib_get_string' argument 2 names different: declaration 'key' definition 'name'.
eccodes-2.8.0/src/grib_value.c:1018:61: style: Function 'grib_get_string' argument 3 names different: declaration 'mesg' definition 'val'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_api.h:817:60: note: Function 'grib_get_string' argument 3 names different: declaration 'mesg' definition 'val'.
eccodes-2.8.0/src/grib_value.c:1018:61: note: Function 'grib_get_string' argument 3 names different: declaration 'mesg' definition 'val'.
eccodes-2.8.0/src/grib_value.c:1049:48: style: Function 'grib_get_bytes' argument 2 names different: declaration 'key' definition 'name'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_api.h:841:56: note: Function 'grib_get_bytes' argument 2 names different: declaration 'key' definition 'name'.
eccodes-2.8.0/src/grib_value.c:1049:48: note: Function 'grib_get_bytes' argument 2 names different: declaration 'key' definition 'name'.
eccodes-2.8.0/src/grib_value.c:1049:69: style: Function 'grib_get_bytes' argument 3 names different: declaration 'bytes' definition 'val'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_api.h:841:77: note: Function 'grib_get_bytes' argument 3 names different: declaration 'bytes' definition 'val'.
eccodes-2.8.0/src/grib_value.c:1049:69: note: Function 'grib_get_bytes' argument 3 names different: declaration 'bytes' definition 'val'.
eccodes-2.8.0/src/grib_value.c:1118:55: style: Function 'grib_get_double_array' argument 2 names different: declaration 'key' definition 'name'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_api.h:852:56: note: Function 'grib_get_double_array' argument 2 names different: declaration 'key' definition 'name'.
eccodes-2.8.0/src/grib_value.c:1118:55: note: Function 'grib_get_double_array' argument 2 names different: declaration 'key' definition 'name'.
eccodes-2.8.0/src/grib_value.c:1118:69: style: Function 'grib_get_double_array' argument 3 names different: declaration 'vals' definition 'val'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_api.h:852:69: note: Function 'grib_get_double_array' argument 3 names different: declaration 'vals' definition 'val'.
eccodes-2.8.0/src/grib_value.c:1118:69: note: Function 'grib_get_double_array' argument 3 names different: declaration 'vals' definition 'val'.
eccodes-2.8.0/src/grib_value.c:1186:47: style: Function 'grib_get_size' argument 2 names different: declaration 'key' definition 'name'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_api.h:750:55: note: Function 'grib_get_size' argument 2 names different: declaration 'key' definition 'name'.
eccodes-2.8.0/src/grib_value.c:1186:47: note: Function 'grib_get_size' argument 2 names different: declaration 'key' definition 'name'.
eccodes-2.8.0/src/grib_value.c:1211:49: style: Function 'grib_get_length' argument 2 names different: declaration 'key' definition 'name'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_api.h:760:57: note: Function 'grib_get_length' argument 2 names different: declaration 'key' definition 'name'.
eccodes-2.8.0/src/grib_value.c:1211:49: note: Function 'grib_get_length' argument 2 names different: declaration 'key' definition 'name'.
eccodes-2.8.0/src/grib_value.c:1229:61: style: Function 'grib_get_offset' argument 3 names different: declaration 'offset' definition 'val'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_api.h:740:79: note: Function 'grib_get_offset' argument 3 names different: declaration 'offset' definition 'val'.
eccodes-2.8.0/src/grib_value.c:1229:61: note: Function 'grib_get_offset' argument 3 names different: declaration 'offset' definition 'val'.
eccodes-2.8.0/src/grib_value.c:1258:55: style: Function 'grib_get_string_array' argument 2 names different: declaration 'key' definition 'name'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_api.h:829:55: note: Function 'grib_get_string_array' argument 2 names different: declaration 'key' definition 'name'.
eccodes-2.8.0/src/grib_value.c:1258:55: note: Function 'grib_get_string_array' argument 2 names different: declaration 'key' definition 'name'.
eccodes-2.8.0/src/grib_value.c:1258:68: style: Function 'grib_get_string_array' argument 3 names different: declaration 'vals' definition 'val'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_api.h:829:67: note: Function 'grib_get_string_array' argument 3 names different: declaration 'vals' definition 'val'.
eccodes-2.8.0/src/grib_value.c:1258:68: note: Function 'grib_get_string_array' argument 3 names different: declaration 'vals' definition 'val'.
eccodes-2.8.0/src/grib_value.c:1314:53: style: Function 'grib_get_long_array' argument 2 names different: declaration 'key' definition 'name'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_api.h:864:53: note: Function 'grib_get_long_array' argument 2 names different: declaration 'key' definition 'name'.
eccodes-2.8.0/src/grib_value.c:1314:53: note: Function 'grib_get_long_array' argument 2 names different: declaration 'key' definition 'name'.
eccodes-2.8.0/src/grib_value.c:1314:65: style: Function 'grib_get_long_array' argument 3 names different: declaration 'vals' definition 'val'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_api.h:864:64: note: Function 'grib_get_long_array' argument 3 names different: declaration 'vals' definition 'val'.
eccodes-2.8.0/src/grib_value.c:1314:65: note: Function 'grib_get_long_array' argument 3 names different: declaration 'vals' definition 'val'.
eccodes-2.8.0/src/grib_value.c:1500:49: style: Function 'grib_set_values' argument 2 names different: declaration 'grib_values' definition 'args'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_api.h:1339:50: note: Function 'grib_set_values' argument 2 names different: declaration 'grib_values' definition 'args'.
eccodes-2.8.0/src/grib_value.c:1500:49: note: Function 'grib_set_values' argument 2 names different: declaration 'grib_values' definition 'args'.
eccodes-2.8.0/src/grib_value.c:1500:61: style: Function 'grib_set_values' argument 3 names different: declaration 'arg_count' definition 'count'. [funcArgNamesDifferent]
eccodes-2.8.0/src/grib_api.h:1339:71: note: Function 'grib_set_values' argument 3 names different: declaration 'arg_count' definition 'count'.
eccodes-2.8.0/src/grib_value.c:1500:61: note: Function 'grib_set_values' argument 3 names different: declaration 'arg_count' definition 'count'.
eccodes-2.8.0/src/grib_vdarray.c:27:9: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eccodes-2.8.0/src/grib_vdarray.c:73:12: style: The scope of the variable 'start_size' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_vdarray.c:74:12: style: The scope of the variable 'start_incsize' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_viarray.c:59:12: style: The scope of the variable 'start_size' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_viarray.c:60:12: style: The scope of the variable 'start_incsize' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_vsarray.c:59:12: style: The scope of the variable 'start_size' can be reduced. [variableScope]
eccodes-2.8.0/src/grib_vsarray.c:60:12: style: The scope of the variable 'start_incsize' can be reduced. [variableScope]
y.tab.c:2279:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
griby.y:264:63: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:265:69: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:266:47: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:267:47: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:276:62: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:277:91: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:278:62: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:279:91: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:282:62: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:283:91: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:287:60: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:288:89: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:292:57: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:293:57: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:321:83: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:329:220: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:332:193: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:335:225: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:338:185: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:341:158: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:344:185: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:347:160: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:350:169: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:353:159: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:356:162: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:360:185: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:363:185: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:366:217: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:369:191: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:372:186: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:375:218: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:378:191: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:381:223: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:384:217: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:393:82: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:398:222: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:402:222: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:405:191: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:408:190: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:411:186: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:414:225: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:417:230: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:420:216: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:423:186: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:426:183: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:429:83: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:432:83: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:435:161: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:439:157: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:442:158: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:445:158: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:448:159: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:451:172: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:454:173: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:457:158: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:460:159: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:463:172: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:466:173: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:469:158: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:472:159: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:475:172: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:478:173: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:481:184: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:485:161: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:488:188: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:491:83: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:494:166: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:497:194: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:499:155: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:502:162: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:505:162: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:508:189: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:511:83: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:514:162: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:523:120: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:538:154: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:541:132: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:544:135: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:546:118: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:548:118: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:551:146: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:554:85: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:558:172: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:562:88: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:565:204: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:568:209: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:610:86: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:618:114: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:621:111: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:625:111: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:628:85: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:630:85: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:632:85: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:634:85: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:638:85: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:639:85: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:640:85: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:657:111: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:658:111: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:667:44: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:671:41: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:675:72: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:703:165: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:704:191: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:705:240: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:706:268: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:707:212: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:708:268: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:709:240: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:710:191: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:711:222: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:712:165: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:713:191: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:714:240: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:715:212: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:716:268: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:717:240: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:718:191: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:719:222: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:728:53: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:731:171: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:732:243: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:736:47: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:739:113: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:759:71: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:774:84: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:776:82: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:780:80: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:781:82: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:786:108: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:792:127: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:796:137: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:797:137: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:798:130: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:799:127: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:800:130: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:810:137: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:811:137: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:815:135: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:817:135: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:818:135: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:819:135: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:820:135: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:821:135: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:822:118: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:831:115: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:835:114: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:854:64: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:857:81: style: Same expression on both sides of '-'. [duplicateExpression]
griby.y:865:59: style: Same expression on both sides of '-'. [duplicateExpression]
eccodes-2.8.0/tests/bits.c:243:5: style: Variable 'eps' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/tests/bits.c:239:5: note: Variable 'eps' is reassigned a value before the old one has been used.
eccodes-2.8.0/tests/bits.c:243:5: note: Variable 'eps' is reassigned a value before the old one has been used.
eccodes-2.8.0/tests/bits.c:145:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
eccodes-2.8.0/tests/bits.c:98:28: style: The scope of the variable 'm' can be reduced. [variableScope]
eccodes-2.8.0/tests/bits.c:108:8: style: The scope of the variable 'e' can be reduced. [variableScope]
eccodes-2.8.0/tests/bits.c:96:16: style: Unused variable: w [unusedVariable]
eccodes-2.8.0/tests/bits.c:97:0: style: Variable 'dt' is assigned a value that is never used. [unreadVariable]
eccodes-2.8.0/tests/bits.c:98:21: style: Unused variable: n [unusedVariable]
eccodes-2.8.0/tests/bits.c:240:9: style: Variable 'm' is assigned a value that is never used. [unreadVariable]
eccodes-2.8.0/tests/bits.c:99:0: style: Variable 'seed' is assigned a value that is never used. [unreadVariable]
eccodes-2.8.0/tests/bits.c:100:17: style: Unused variable: ibm [unusedVariable]
eccodes-2.8.0/tests/bits.c:101:0: style: Variable 'xf' is assigned a value that is never used. [unreadVariable]
eccodes-2.8.0/tests/bits.c:102:7: style: Unused variable: r [unusedVariable]
eccodes-2.8.0/tests/bits.c:238:9: style: Variable 'e' is assigned a value that is never used. [unreadVariable]
eccodes-2.8.0/tests/bpv_limit.c:81:5: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/tests/bpv_limit.c:77:5: note: Variable 'err' is reassigned a value before the old one has been used.
eccodes-2.8.0/tests/bpv_limit.c:81:5: note: Variable 'err' is reassigned a value before the old one has been used.
eccodes-2.8.0/tests/bufr_ecc-517.c:26:3: style: Variable 'outfilename' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/tests/bufr_ecc-517.c:23:0: note: Variable 'outfilename' is reassigned a value before the old one has been used.
eccodes-2.8.0/tests/bufr_ecc-517.c:26:3: note: Variable 'outfilename' is reassigned a value before the old one has been used.
eccodes-2.8.0/tests/bufr_ecc-517.c:28:3: style: Variable 'h' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/tests/bufr_ecc-517.c:18:0: note: Variable 'h' is reassigned a value before the old one has been used.
eccodes-2.8.0/tests/bufr_ecc-517.c:28:3: note: Variable 'h' is reassigned a value before the old one has been used.
eccodes-2.8.0/tests/bufr_ecc-517.c:31:3: style: Variable 'ivalues' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/tests/bufr_ecc-517.c:19:0: note: Variable 'ivalues' is reassigned a value before the old one has been used.
eccodes-2.8.0/tests/bufr_ecc-517.c:31:3: note: Variable 'ivalues' is reassigned a value before the old one has been used.
eccodes-2.8.0/tests/bufr_ecc-517.c:81:3: style: Variable 'ivalues' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/tests/bufr_ecc-517.c:79:18: note: Variable 'ivalues' is reassigned a value before the old one has been used.
eccodes-2.8.0/tests/bufr_ecc-517.c:81:3: note: Variable 'ivalues' is reassigned a value before the old one has been used.
eccodes-2.8.0/tests/bufr_ecc-517.c:101:5: error: Resource leak: fout [resourceLeak]
eccodes-2.8.0/tests/bufr_get_element.c:32:5: style: Variable 'in' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/tests/bufr_get_element.c:21:0: note: Variable 'in' is reassigned a value before the old one has been used.
eccodes-2.8.0/tests/bufr_get_element.c:32:5: note: Variable 'in' is reassigned a value before the old one has been used.
eccodes-2.8.0/tests/bufr_get_element.c:24:9: style: The scope of the variable 'elem_index' can be reduced. [variableScope]
eccodes-2.8.0/tests/gauss_sub.c:20:19: style: The scope of the variable 'h2' can be reduced. [variableScope]
eccodes-2.8.0/tests/gauss_sub.c:25:18: style: The scope of the variable 'v' can be reduced. [variableScope]
eccodes-2.8.0/tests/gauss_sub.c:26:22: style: The scope of the variable 'lon' can be reduced. [variableScope]
eccodes-2.8.0/tests/gauss_sub.c:27:22: style: The scope of the variable 'lat' can be reduced. [variableScope]
eccodes-2.8.0/tests/gauss_sub.c:30:8: style: The scope of the variable 'j' can be reduced. [variableScope]
eccodes-2.8.0/tests/gauss_sub.c:32:17: style: The scope of the variable 'iter1' can be reduced. [variableScope]
eccodes-2.8.0/tests/gauss_sub.c:32:24: style: The scope of the variable 'iter2' can be reduced. [variableScope]
eccodes-2.8.0/tests/grib_2nd_order_numValues.c:2716:12: style: The scope of the variable 'len' can be reduced. [variableScope]
eccodes-2.8.0/tests/grib_2nd_order_numValues.c:2717:19: style: The scope of the variable 'h' can be reduced. [variableScope]
eccodes-2.8.0/tests/grib_encode_pthreads.c:77:9: style: Variable 'values' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/tests/grib_encode_pthreads.c:69:0: note: Variable 'values' is reassigned a value before the old one has been used.
eccodes-2.8.0/tests/grib_encode_pthreads.c:77:9: note: Variable 'values' is reassigned a value before the old one has been used.
eccodes-2.8.0/tests/grib_encode_pthreads.c:109:21: style: Function 'do_stuff' argument 1 names different: declaration 'data' definition 'arg'. [funcArgNamesDifferent]
eccodes-2.8.0/tests/grib_encode_pthreads.c:22:21: note: Function 'do_stuff' argument 1 names different: declaration 'data' definition 'arg'.
eccodes-2.8.0/tests/grib_encode_pthreads.c:109:21: note: Function 'do_stuff' argument 1 names different: declaration 'data' definition 'arg'.
eccodes-2.8.0/tests/grib_util_set_spec.c:52:5: style: Variable 'in' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/tests/grib_util_set_spec.c:42:0: note: Variable 'in' is reassigned a value before the old one has been used.
eccodes-2.8.0/tests/grib_util_set_spec.c:52:5: note: Variable 'in' is reassigned a value before the old one has been used.
eccodes-2.8.0/tests/grib_util_set_spec.c:137:5: style: Variable 'in' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/tests/grib_util_set_spec.c:126:0: note: Variable 'in' is reassigned a value before the old one has been used.
eccodes-2.8.0/tests/grib_util_set_spec.c:137:5: note: Variable 'in' is reassigned a value before the old one has been used.
eccodes-2.8.0/tests/ibm.c:28:4: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
eccodes-2.8.0/tests/index_orderby.c:23:7: style: Unused variable: i [unusedVariable]
eccodes-2.8.0/tests/index_orderby.c:23:9: style: Unused variable: j [unusedVariable]
eccodes-2.8.0/tests/index_orderby.c:23:11: style: Unused variable: k [unusedVariable]
eccodes-2.8.0/tests/index_orderby.c:23:13: style: Unused variable: l [unusedVariable]
eccodes-2.8.0/tests/julian.c:123:10: style: The scope of the variable 'jdl' can be reduced. [variableScope]
eccodes-2.8.0/tests/julian.c:123:14: style: The scope of the variable 'date' can be reduced. [variableScope]
eccodes-2.8.0/tests/largefile.c:37:3: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eccodes-2.8.0/tests/largefile.c:37:3: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eccodes-2.8.0/tests/largefile.c:55:4: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eccodes-2.8.0/tests/largefile.c:55:4: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eccodes-2.8.0/tests/largefile.c:29:21: style: The scope of the variable 'rsizeout' can be reduced. [variableScope]
eccodes-2.8.0/tests/largefile.c:30:10: style: The scope of the variable 'doff' can be reduced. [variableScope]
eccodes-2.8.0/tests/optimize_scaling_sh.c:229:19: style: The scope of the variable 'h' can be reduced. [variableScope]
eccodes-2.8.0/tests/values_to_ascii.c:71:5: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eccodes-2.8.0/tests/values_to_ascii.c:18:7: style: The scope of the variable 'err' can be reduced. [variableScope]
eccodes-2.8.0/tests/values_to_ascii.c:26:10: style: Unused variable: a [unusedVariable]
eccodes-2.8.0/tests/values_to_ascii.c:27:8: style: Unused variable: d [unusedVariable]
eccodes-2.8.0/tigge/tigge_accumulations.c:167:11: style: The scope of the variable 'in' can be reduced. [variableScope]
eccodes-2.8.0/tigge/tigge_check.c:210:9: style: The scope of the variable 'e' can be reduced. [variableScope]
eccodes-2.8.0/tigge/tigge_split.c:56:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
eccodes-2.8.0/tools/bufr_3to4.c:30:6: style: The scope of the variable 'write' can be reduced. [variableScope]
eccodes-2.8.0/tools/bufr_3to4.c:34:6: style: The scope of the variable 'edition' can be reduced. [variableScope]
eccodes-2.8.0/tools/bufr_compare.c:128:5: style: Variable 'fh' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/tools/bufr_compare.c:123:0: note: Variable 'fh' is reassigned a value before the old one has been used.
eccodes-2.8.0/tools/bufr_compare.c:128:5: note: Variable 'fh' is reassigned a value before the old one has been used.
eccodes-2.8.0/tools/bufr_compare.c:249:15: style: The scope of the variable 'i' can be reduced. [variableScope]
eccodes-2.8.0/tools/bufr_compare.c:250:9: style: The scope of the variable 'nfiles' can be reduced. [variableScope]
eccodes-2.8.0/tools/bufr_compare.c:251:10: style: The scope of the variable 'orderby' can be reduced. [variableScope]
eccodes-2.8.0/tools/bufr_compare.c:662:12: style: The scope of the variable 'maxdiff' can be reduced. [variableScope]
eccodes-2.8.0/tools/bufr_compare.c:971:20: style: The scope of the variable 'diff' can be reduced. [variableScope]
eccodes-2.8.0/tools/bufr_copy.c:95:9: style: The scope of the variable 'err' can be reduced. [variableScope]
eccodes-2.8.0/tools/bufr_get.c:79:9: style: The scope of the variable 'err' can be reduced. [variableScope]
eccodes-2.8.0/tools/bufr_ls.c:103:9: style: The scope of the variable 'err' can be reduced. [variableScope]
eccodes-2.8.0/tools/bufr_set.c:103:9: style: The scope of the variable 'i' can be reduced. [variableScope]
eccodes-2.8.0/tools/bufr_set.c:104:9: style: The scope of the variable 'err' can be reduced. [variableScope]
eccodes-2.8.0/tools/compile.c:24:9: style: The scope of the variable 'j' can be reduced. [variableScope]
eccodes-2.8.0/tools/compile.c:29:18: style: The scope of the variable 'a' can be reduced. [variableScope]
eccodes-2.8.0/tools/deprecated/dump.c:242:0: error: Resource leak: o [resourceLeak]
eccodes-2.8.0/tools/deprecated/grib_add.c:28:8: style: The scope of the variable 'in' can be reduced. [variableScope]
eccodes-2.8.0/tools/deprecated/grib_convert.c:110:7: style: The scope of the variable 'i' can be reduced. [variableScope]
eccodes-2.8.0/tools/deprecated/grib_diff.c:367:3: style: Variable 'count' is modified but its new value is never used. [unreadVariable]
eccodes-2.8.0/tools/deprecated/grib_keys.c:59:4: style: Variable 'extn' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/tools/deprecated/grib_keys.c:57:0: note: Variable 'extn' is reassigned a value before the old one has been used.
eccodes-2.8.0/tools/deprecated/grib_keys.c:59:4: note: Variable 'extn' is reassigned a value before the old one has been used.
eccodes-2.8.0/tools/deprecated/grib_keys.c:111:4: style: Variable 'adir' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/tools/deprecated/grib_keys.c:108:0: note: Variable 'adir' is reassigned a value before the old one has been used.
eccodes-2.8.0/tools/deprecated/grib_keys.c:111:4: note: Variable 'adir' is reassigned a value before the old one has been used.
eccodes-2.8.0/tools/deprecated/grib_keys.c:110:4: warning: The buffer 'paths' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
eccodes-2.8.0/tools/deprecated/grib_points.c:98:5: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/tools/deprecated/grib_points.c:96:0: note: Variable 'f' is reassigned a value before the old one has been used.
eccodes-2.8.0/tools/deprecated/grib_points.c:98:5: note: Variable 'f' is reassigned a value before the old one has been used.
eccodes-2.8.0/tools/deprecated/grib_points.c:57:10: style: The scope of the variable 'min' can be reduced. [variableScope]
eccodes-2.8.0/tools/deprecated/grib_points.c:57:16: style: The scope of the variable 'max' can be reduced. [variableScope]
eccodes-2.8.0/tools/deprecated/grib_points.c:58:7: style: The scope of the variable 'i' can be reduced. [variableScope]
eccodes-2.8.0/tools/deprecated/grib_points.c:58:11: style: The scope of the variable 'idx' can be reduced. [variableScope]
eccodes-2.8.0/tools/deprecated/grib_points.c:165:7: style: The scope of the variable 'i' can be reduced. [variableScope]
eccodes-2.8.0/tools/deprecated/grib_points.c:117:69: style: Variable 'idx' is assigned a value that is never used. [unreadVariable]
eccodes-2.8.0/tools/gg_sub_area_check.c:23:19: style: The scope of the variable 'h2' can be reduced. [variableScope]
eccodes-2.8.0/tools/gg_sub_area_check.c:28:18: style: The scope of the variable 'v' can be reduced. [variableScope]
eccodes-2.8.0/tools/gg_sub_area_check.c:29:22: style: The scope of the variable 'lon' can be reduced. [variableScope]
eccodes-2.8.0/tools/gg_sub_area_check.c:30:22: style: The scope of the variable 'lat' can be reduced. [variableScope]
eccodes-2.8.0/tools/gg_sub_area_check.c:33:8: style: The scope of the variable 'j' can be reduced. [variableScope]
eccodes-2.8.0/tools/gg_sub_area_check.c:35:17: style: The scope of the variable 'iter1' can be reduced. [variableScope]
eccodes-2.8.0/tools/gg_sub_area_check.c:35:24: style: The scope of the variable 'iter2' can be reduced. [variableScope]
eccodes-2.8.0/tools/grib2ppm.c:152:13: style: Variable 'values' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/tools/grib2ppm.c:147:0: note: Variable 'values' is reassigned a value before the old one has been used.
eccodes-2.8.0/tools/grib2ppm.c:152:13: note: Variable 'values' is reassigned a value before the old one has been used.
eccodes-2.8.0/tools/grib_2_request.c:24:8: style: The scope of the variable 'mode' can be reduced. [variableScope]
eccodes-2.8.0/tools/grib_2_request.c:34:11: style: Variable 'mode' is assigned a value that is never used. [unreadVariable]
eccodes-2.8.0/tools/grib_compare.c:182:9: style: The scope of the variable 'nfiles' can be reduced. [variableScope]
eccodes-2.8.0/tools/grib_compare.c:183:10: style: The scope of the variable 'orderby' can be reduced. [variableScope]
eccodes-2.8.0/tools/grib_compare.c:590:12: style: The scope of the variable 'maxdiff' can be reduced. [variableScope]
eccodes-2.8.0/tools/grib_compare.c:894:20: style: The scope of the variable 'diff' can be reduced. [variableScope]
eccodes-2.8.0/tools/grib_copy.c:99:13: style: The scope of the variable 'v' can be reduced. [variableScope]
eccodes-2.8.0/tools/grib_dump.c:163:11: style: The scope of the variable 'err' can be reduced. [variableScope]
eccodes-2.8.0/tools/grib_dump.c:180:14: style: The scope of the variable 'identifier' can be reduced. [variableScope]
eccodes-2.8.0/tools/grib_get.c:113:9: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/tools/grib_get.c:111:0: note: Variable 'f' is reassigned a value before the old one has been used.
eccodes-2.8.0/tools/grib_get.c:113:9: note: Variable 'f' is reassigned a value before the old one has been used.
eccodes-2.8.0/tools/grib_get.c:70:12: style: The scope of the variable 'min' can be reduced. [variableScope]
eccodes-2.8.0/tools/grib_get.c:70:18: style: The scope of the variable 'max' can be reduced. [variableScope]
eccodes-2.8.0/tools/grib_get.c:71:9: style: The scope of the variable 'i' can be reduced. [variableScope]
eccodes-2.8.0/tools/grib_get_data.c:221:17: style: Variable 'n' is modified but its new value is never used. [unreadVariable]
eccodes-2.8.0/tools/grib_histogram.c:63:21: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
eccodes-2.8.0/tools/grib_ls.c:130:9: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/tools/grib_ls.c:125:0: note: Variable 'f' is reassigned a value before the old one has been used.
eccodes-2.8.0/tools/grib_ls.c:130:9: note: Variable 'f' is reassigned a value before the old one has been used.
eccodes-2.8.0/tools/grib_ls.c:84:12: style: The scope of the variable 'min' can be reduced. [variableScope]
eccodes-2.8.0/tools/grib_ls.c:84:18: style: The scope of the variable 'max' can be reduced. [variableScope]
eccodes-2.8.0/tools/grib_ls.c:85:9: style: The scope of the variable 'i' can be reduced. [variableScope]
eccodes-2.8.0/tools/grib_ls.c:260:9: style: The scope of the variable 'i' can be reduced. [variableScope]
eccodes-2.8.0/tools/grib_ls.c:271:16: style: The scope of the variable 'min' can be reduced. [variableScope]
eccodes-2.8.0/tools/grib_ls.c:366:9: style: The scope of the variable 'i' can be reduced. [variableScope]
eccodes-2.8.0/tools/grib_merge.c:126:12: style: The scope of the variable 'j' can be reduced. [variableScope]
eccodes-2.8.0/tools/grib_nearest_land.c:48:15: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eccodes-2.8.0/tools/grib_nearest_land.c:50:15: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eccodes-2.8.0/tools/grib_nearest_land.c:52:18: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eccodes-2.8.0/tools/grib_nearest_land.c:54:18: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eccodes-2.8.0/tools/grib_nearest_land.c:56:17: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eccodes-2.8.0/tools/grib_nearest_land.c:58:21: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eccodes-2.8.0/tools/grib_nearest_land.c:60:20: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eccodes-2.8.0/tools/grib_nearest_land.c:62:18: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eccodes-2.8.0/tools/grib_options.c:385:10: style: The scope of the variable 'empty' can be reduced. [variableScope]
eccodes-2.8.0/tools/grib_options.c:186:48: style: Function 'grib_process_runtime_options' argument 1 names different: declaration 'c' definition 'context'. [funcArgNamesDifferent]
eccodes-2.8.0/tools/grib_tools.h:198:48: note: Function 'grib_process_runtime_options' argument 1 names different: declaration 'c' definition 'context'.
eccodes-2.8.0/tools/grib_options.c:186:48: note: Function 'grib_process_runtime_options' argument 1 names different: declaration 'c' definition 'context'.
eccodes-2.8.0/tools/grib_options.c:370:0: error: Memory leak: err [memleak]
eccodes-2.8.0/tools/grib_options.c:393:0: error: Memory leak: err [memleak]
eccodes-2.8.0/tools/grib_set.c:107:12: style: The scope of the variable 'i' can be reduced. [variableScope]
eccodes-2.8.0/tools/grib_set.c:108:9: style: The scope of the variable 'err' can be reduced. [variableScope]
eccodes-2.8.0/tools/grib_to_json.c:141:17: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
eccodes-2.8.0/tools/grib_to_json.c:141:17: portability: %lu in format string (no. 3) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
eccodes-2.8.0/tools/grib_tools.c:983:5: style: Variable 'failed' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/tools/grib_tools.c:979:0: note: Variable 'failed' is reassigned a value before the old one has been used.
eccodes-2.8.0/tools/grib_tools.c:983:5: note: Variable 'failed' is reassigned a value before the old one has been used.
eccodes-2.8.0/tools/grib_tools.c:528:34: style: Same expression on both sides of '==' because the value of 'err' and '0' are the same. [duplicateExpression]
eccodes-2.8.0/tools/grib_tools.c:520:13: note: 'err' is assigned value '0' here.
eccodes-2.8.0/tools/grib_tools.c:528:34: note: Same expression on both sides of '==' because the value of 'err' and '0' are the same.
eccodes-2.8.0/tools/grib_tools.c:614:12: style: The scope of the variable 'strlenkey' can be reduced. [variableScope]
eccodes-2.8.0/tools/grib_tools.c:615:9: style: The scope of the variable 'width' can be reduced. [variableScope]
eccodes-2.8.0/tools/grib_tools.c:616:9: style: The scope of the variable 'written_to_dump' can be reduced. [variableScope]
eccodes-2.8.0/tools/gts_compare.c:61:5: style: Variable 'fh' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/tools/gts_compare.c:56:0: note: Variable 'fh' is reassigned a value before the old one has been used.
eccodes-2.8.0/tools/gts_compare.c:61:5: note: Variable 'fh' is reassigned a value before the old one has been used.
eccodes-2.8.0/tools/gts_compare.c:758:5: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/tools/gts_compare.c:757:0: note: Variable 'iter' is reassigned a value before the old one has been used.
eccodes-2.8.0/tools/gts_compare.c:758:5: note: Variable 'iter' is reassigned a value before the old one has been used.
eccodes-2.8.0/tools/gts_compare.c:151:9: style: The scope of the variable 'nfiles' can be reduced. [variableScope]
eccodes-2.8.0/tools/gts_compare.c:152:10: style: The scope of the variable 'orderby' can be reduced. [variableScope]
eccodes-2.8.0/tools/gts_compare.c:461:9: style: The scope of the variable 'countdiff' can be reduced. [variableScope]
eccodes-2.8.0/tools/gts_copy.c:81:9: style: The scope of the variable 'err' can be reduced. [variableScope]
eccodes-2.8.0/tools/gts_dump.c:115:8: style: The scope of the variable 'identifier' can be reduced. [variableScope]
eccodes-2.8.0/tools/gts_get.c:72:9: style: The scope of the variable 'err' can be reduced. [variableScope]
eccodes-2.8.0/tools/gts_ls.c:89:9: style: The scope of the variable 'err' can be reduced. [variableScope]
eccodes-2.8.0/tools/load.c:138:3: error: Common realloc mistake: 'double_value' nulled but not freed upon failure [memleakOnRealloc]
eccodes-2.8.0/tools/load.c:150:3: error: Common realloc mistake: 'long_value' nulled but not freed upon failure [memleakOnRealloc]
eccodes-2.8.0/tools/metar_compare.c:87:5: style: Variable 'fh' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/tools/metar_compare.c:82:0: note: Variable 'fh' is reassigned a value before the old one has been used.
eccodes-2.8.0/tools/metar_compare.c:87:5: note: Variable 'fh' is reassigned a value before the old one has been used.
eccodes-2.8.0/tools/metar_compare.c:984:5: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/tools/metar_compare.c:983:0: note: Variable 'iter' is reassigned a value before the old one has been used.
eccodes-2.8.0/tools/metar_compare.c:984:5: note: Variable 'iter' is reassigned a value before the old one has been used.
eccodes-2.8.0/tools/metar_compare.c:208:15: style: The scope of the variable 'i' can be reduced. [variableScope]
eccodes-2.8.0/tools/metar_compare.c:209:9: style: The scope of the variable 'nfiles' can be reduced. [variableScope]
eccodes-2.8.0/tools/metar_compare.c:210:10: style: The scope of the variable 'orderby' can be reduced. [variableScope]
eccodes-2.8.0/tools/metar_compare.c:546:15: style: The scope of the variable 'i' can be reduced. [variableScope]
eccodes-2.8.0/tools/metar_compare.c:558:12: style: The scope of the variable 'maxdiff' can be reduced. [variableScope]
eccodes-2.8.0/tools/metar_compare.c:841:20: style: The scope of the variable 'diff' can be reduced. [variableScope]
eccodes-2.8.0/tools/metar_copy.c:81:9: style: The scope of the variable 'err' can be reduced. [variableScope]
eccodes-2.8.0/tools/metar_dump.c:123:8: style: The scope of the variable 'identifier' can be reduced. [variableScope]
eccodes-2.8.0/tools/metar_get.c:75:9: style: The scope of the variable 'err' can be reduced. [variableScope]
eccodes-2.8.0/tools/metar_ls.c:126:5: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/tools/metar_ls.c:124:0: note: Variable 'f' is reassigned a value before the old one has been used.
eccodes-2.8.0/tools/metar_ls.c:126:5: note: Variable 'f' is reassigned a value before the old one has been used.
eccodes-2.8.0/tools/metar_ls.c:82:10: style: The scope of the variable 'min' can be reduced. [variableScope]
eccodes-2.8.0/tools/metar_ls.c:82:16: style: The scope of the variable 'max' can be reduced. [variableScope]
eccodes-2.8.0/tools/metar_ls.c:83:7: style: The scope of the variable 'i' can be reduced. [variableScope]
eccodes-2.8.0/tools/metar_ls.c:231:7: style: The scope of the variable 'i' can be reduced. [variableScope]
eccodes-2.8.0/tools/metar_ls.c:243:9: style: The scope of the variable 'min' can be reduced. [variableScope]
eccodes-2.8.0/tools/metar_ls.c:319:7: style: The scope of the variable 'i' can be reduced. [variableScope]
eccodes-2.8.0/tools/taf_dump.c:121:10: style: The scope of the variable 'identifier' can be reduced. [variableScope]
eccodes-2.8.0/tools/taf_get.c:106:9: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
eccodes-2.8.0/tools/taf_get.c:104:0: note: Variable 'f' is reassigned a value before the old one has been used.
eccodes-2.8.0/tools/taf_get.c:106:9: note: Variable 'f' is reassigned a value before the old one has been used.
eccodes-2.8.0/tools/taf_get.c:61:12: style: The scope of the variable 'min' can be reduced. [variableScope]
eccodes-2.8.0/tools/taf_get.c:61:18: style: The scope of the variable 'max' can be reduced. [variableScope]
eccodes-2.8.0/tools/taf_get.c:62:9: style: The scope of the variable 'i' can be reduced. [variableScope]
eccodes-2.8.0/tools/taf_get.c:162:9: style: The scope of the variable 'err' can be reduced. [variableScope]
eccodes-2.8.0/tools/taf_ls.c:147:9: style: The scope of the variable 'err' can be reduced. [variableScope]
eccodes-2.8.0/tools/taf_ls.c:148:9: style: The scope of the variable 'i' can be reduced. [variableScope]
eccodes-2.8.0/tools/taf_ls.c:160:16: style: The scope of the variable 'min' can be reduced. [variableScope]
eccodes-2.8.0/tools/taf_ls.c:239:9: style: The scope of the variable 'i' can be reduced. [variableScope]
eccodes-2.8.0/tools/xref.c:19:14: style: The scope of the variable 'a' can be reduced. [variableScope]
[17:07]

ftp://ftp.se.debian.org/debian/pool/main/e/ecdsautils/ecdsautils_0.3.2+git20151018.orig.tar.xz
ecdsautils-0.3.2+git20151018/src/array.c:109:0: error: #error Unknown qsort_r definition [preprocessorErrorDirective]
ecdsautils-0.3.2+git20151018/src/hexutil.c:40:11: warning: %hhx in format string (no. 1) requires 'unsigned char *' but the argument type is 'signed char *'. [invalidScanfArgType_int]
ecdsautils-0.3.2+git20151018/src/hexutil.c:40:50: portability: 'buffer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ecdsautils-0.3.2+git20151018/src/sha256sum.c:389:11: style: The scope of the variable 'bufferBytesLeft' can be reduced. [variableScope]
ecdsautils-0.3.2+git20151018/src/sha256sum.c:390:11: style: The scope of the variable 'bytesToCopy' can be reduced. [variableScope]
ecdsautils-0.3.2+git20151018/src/sha256sum.c:442:6: style: The scope of the variable 'i' can be reduced. [variableScope]
[17:08]

ftp://ftp.se.debian.org/debian/pool/main/e/ecere-sdk/ecere-sdk_0.44.15.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/e/ecflow/ecflow_4.9.0.orig.tar.xz
ecflow-4.9.0/ACore/src/ArgvCreator.hpp:27:2: style: Class 'ArgvCreator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ACore/src/Calendar.cpp:137:54: style: Function 'begin' argument 1 names different: declaration 'time' definition 'the_time'. [funcArgNamesDifferent]
ecflow-4.9.0/ACore/src/Calendar.hpp:116:47: note: Function 'begin' argument 1 names different: declaration 'time' definition 'the_time'.
ecflow-4.9.0/ACore/src/Calendar.cpp:137:54: note: Function 'begin' argument 1 names different: declaration 'time' definition 'the_time'.
ecflow-4.9.0/ACore/src/CalendarUpdateParams.hpp:41:3: style: Class 'CalendarUpdateParams' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ACore/src/DState.cpp:105:51: style: Function 'toState' argument 1 names different: declaration 'state' definition 'str'. [funcArgNamesDifferent]
ecflow-4.9.0/ACore/src/DState.hpp:53:50: note: Function 'toState' argument 1 names different: declaration 'state' definition 'str'.
ecflow-4.9.0/ACore/src/DState.cpp:105:51: note: Function 'toState' argument 1 names different: declaration 'state' definition 'str'.
ecflow-4.9.0/ACore/src/NState.hpp:32:2: style: Class 'NState' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ACore/src/DState.hpp:33:2: style: Class 'DState' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ACore/src/DState.hpp:74:4: style: Class 'Defstatus' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ACore/src/DState.hpp:75:4: style: Class 'Defstatus' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ACore/src/Extract.cpp:78:67: style: Function 'theInt' argument 2 names different: declaration 'errorContext' definition 'errorMsg'. [funcArgNamesDifferent]
ecflow-4.9.0/ACore/src/Extract.hpp:39:64: note: Function 'theInt' argument 2 names different: declaration 'errorContext' definition 'errorMsg'.
ecflow-4.9.0/ACore/src/Extract.cpp:78:67: note: Function 'theInt' argument 2 names different: declaration 'errorContext' definition 'errorMsg'.
ecflow-4.9.0/ACore/src/Extract.cpp:91:37: style: Function 'ymd' argument 1 names different: declaration 'token' definition 'ymdToken'. [funcArgNamesDifferent]
ecflow-4.9.0/ACore/src/Extract.hpp:43:36: note: Function 'ymd' argument 1 names different: declaration 'token' definition 'ymdToken'.
ecflow-4.9.0/ACore/src/Extract.cpp:91:37: note: Function 'ymd' argument 1 names different: declaration 'token' definition 'ymdToken'.
ecflow-4.9.0/ACore/src/Extract.cpp:91:61: style: Function 'ymd' argument 2 names different: declaration 'errorContext' definition 'errorMsg'. [funcArgNamesDifferent]
ecflow-4.9.0/ACore/src/Extract.hpp:43:56: note: Function 'ymd' argument 2 names different: declaration 'errorContext' definition 'errorMsg'.
ecflow-4.9.0/ACore/src/Extract.cpp:91:61: note: Function 'ymd' argument 2 names different: declaration 'errorContext' definition 'errorMsg'.
ecflow-4.9.0/ACore/src/Extract.cpp:108:36: style: Function 'optionalInt' argument 3 names different: declaration 'defaultvalue' definition 'defaultValue'. [funcArgNamesDifferent]
ecflow-4.9.0/ACore/src/Extract.hpp:52:37: note: Function 'optionalInt' argument 3 names different: declaration 'defaultvalue' definition 'defaultValue'.
ecflow-4.9.0/ACore/src/Extract.cpp:108:36: note: Function 'optionalInt' argument 3 names different: declaration 'defaultvalue' definition 'defaultValue'.
ecflow-4.9.0/ACore/src/Extract.cpp:109:51: style: Function 'optionalInt' argument 4 names different: declaration 'errorContext' definition 'errorMsg'. [funcArgNamesDifferent]
ecflow-4.9.0/ACore/src/Extract.hpp:52:69: note: Function 'optionalInt' argument 4 names different: declaration 'errorContext' definition 'errorMsg'.
ecflow-4.9.0/ACore/src/Extract.cpp:109:51: note: Function 'optionalInt' argument 4 names different: declaration 'errorContext' definition 'errorMsg'.
ecflow-4.9.0/ACore/src/File.cpp:78:45: style: Function 'getExt' argument 1 names different: declaration 'file' definition 's'. [funcArgNamesDifferent]
ecflow-4.9.0/ACore/src/File.hpp:44:47: note: Function 'getExt' argument 1 names different: declaration 'file' definition 's'.
ecflow-4.9.0/ACore/src/File.cpp:78:45: note: Function 'getExt' argument 1 names different: declaration 'file' definition 's'.
ecflow-4.9.0/ACore/src/File_r.hpp:27:4: style: Class 'File_r' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ACore/src/Host.cpp:75:84: style: Function 'prefix_host_and_port' argument 2 names different: declaration 'list_file' definition 'file_name'. [funcArgNamesDifferent]
ecflow-4.9.0/ACore/src/Host.hpp:49:81: note: Function 'prefix_host_and_port' argument 2 names different: declaration 'list_file' definition 'file_name'.
ecflow-4.9.0/ACore/src/Host.cpp:75:84: note: Function 'prefix_host_and_port' argument 2 names different: declaration 'list_file' definition 'file_name'.
ecflow-4.9.0/ACore/src/Host.hpp:28:4: style: Class 'Host' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ACore/src/Log.cpp:56:29: style: Function 'Log' argument 1 names different: declaration 'filename' definition 'fileName'. [funcArgNamesDifferent]
ecflow-4.9.0/ACore/src/Log.hpp:109:27: note: Function 'Log' argument 1 names different: declaration 'filename' definition 'fileName'.
ecflow-4.9.0/ACore/src/Log.cpp:56:29: note: Function 'Log' argument 1 names different: declaration 'filename' definition 'fileName'.
ecflow-4.9.0/ACore/src/Log.cpp:140:39: style: Function 'new_path' argument 1 names different: declaration 'the_path' definition 'the_new_path'. [funcArgNamesDifferent]
ecflow-4.9.0/ACore/src/Log.hpp:93:37: note: Function 'new_path' argument 1 names different: declaration 'the_path' definition 'the_new_path'.
ecflow-4.9.0/ACore/src/Log.cpp:140:39: note: Function 'new_path' argument 1 names different: declaration 'the_path' definition 'the_new_path'.
ecflow-4.9.0/ACore/src/Log.cpp:150:45: style: Function 'check_new_path' argument 1 names different: declaration 'the_new_path' definition 'new_path'. [funcArgNamesDifferent]
ecflow-4.9.0/ACore/src/Log.hpp:105:50: note: Function 'check_new_path' argument 1 names different: declaration 'the_new_path' definition 'new_path'.
ecflow-4.9.0/ACore/src/Log.cpp:150:45: note: Function 'check_new_path' argument 1 names different: declaration 'the_new_path' definition 'new_path'.
ecflow-4.9.0/ACore/src/Log.hpp:109:4: style: Class 'Log' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ACore/src/LogVerification.cpp:81:120: style: Function 'compareNodeStates' argument 3 names different: declaration 'errormsg' definition 'errorMsg'. [funcArgNamesDifferent]
ecflow-4.9.0/ACore/src/LogVerification.hpp:35:112: note: Function 'compareNodeStates' argument 3 names different: declaration 'errormsg' definition 'errorMsg'.
ecflow-4.9.0/ACore/src/LogVerification.cpp:81:120: note: Function 'compareNodeStates' argument 3 names different: declaration 'errormsg' definition 'errorMsg'.
ecflow-4.9.0/ACore/src/LogVerification.cpp:45:3: style: Variable 'line_number' is modified but its new value is never used. [unreadVariable]
ecflow-4.9.0/ACore/src/NOrder.cpp:45:41: style: Function 'isValid' argument 1 names different: declaration 'order' definition 'state'. [funcArgNamesDifferent]
ecflow-4.9.0/ACore/src/NOrder.hpp:28:41: note: Function 'isValid' argument 1 names different: declaration 'order' definition 'state'.
ecflow-4.9.0/ACore/src/NOrder.cpp:45:41: note: Function 'isValid' argument 1 names different: declaration 'order' definition 'state'.
ecflow-4.9.0/ACore/src/NState.cpp:85:51: style: Function 'toState' argument 1 names different: declaration 'state' definition 'str'. [funcArgNamesDifferent]
ecflow-4.9.0/ACore/src/NState.hpp:49:50: note: Function 'toState' argument 1 names different: declaration 'state' definition 'str'.
ecflow-4.9.0/ACore/src/NState.cpp:85:51: note: Function 'toState' argument 1 names different: declaration 'state' definition 'str'.
ecflow-4.9.0/ACore/src/PrintStyle.hpp:31:2: style: Class 'PrintStyle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ACore/src/SState.cpp:37:51: style: Function 'toState' argument 1 names different: declaration 'state' definition 'str'. [funcArgNamesDifferent]
ecflow-4.9.0/ACore/src/SState.hpp:40:52: note: Function 'toState' argument 1 names different: declaration 'state' definition 'str'.
ecflow-4.9.0/ACore/src/SState.cpp:37:51: note: Function 'toState' argument 1 names different: declaration 'state' definition 'str'.
ecflow-4.9.0/ACore/src/Str.cpp:115:36: style: Function 'replace_all' argument 1 names different: declaration 'jobLine' definition 'subject'. [funcArgNamesDifferent]
ecflow-4.9.0/ACore/src/Str.hpp:46:41: note: Function 'replace_all' argument 1 names different: declaration 'jobLine' definition 'subject'.
ecflow-4.9.0/ACore/src/Str.cpp:115:36: note: Function 'replace_all' argument 1 names different: declaration 'jobLine' definition 'subject'.
ecflow-4.9.0/ACore/src/Str.cpp:115:64: style: Function 'replace_all' argument 2 names different: declaration 'stringToFind' definition 'search'. [funcArgNamesDifferent]
ecflow-4.9.0/ACore/src/Str.hpp:46:69: note: Function 'replace_all' argument 2 names different: declaration 'stringToFind' definition 'search'.
ecflow-4.9.0/ACore/src/Str.cpp:115:64: note: Function 'replace_all' argument 2 names different: declaration 'stringToFind' definition 'search'.
ecflow-4.9.0/ACore/src/Str.cpp:115:91: style: Function 'replace_all' argument 3 names different: declaration 'stringToRplace' definition 'replace'. [funcArgNamesDifferent]
ecflow-4.9.0/ACore/src/Str.hpp:46:102: note: Function 'replace_all' argument 3 names different: declaration 'stringToRplace' definition 'replace'.
ecflow-4.9.0/ACore/src/Str.cpp:115:91: note: Function 'replace_all' argument 3 names different: declaration 'stringToRplace' definition 'replace'.
ecflow-4.9.0/ACore/src/Str.cpp:147:35: style: Function 'replaceall' argument 1 names different: declaration 'jobLine' definition 'subject'. [funcArgNamesDifferent]
ecflow-4.9.0/ACore/src/Str.hpp:47:40: note: Function 'replaceall' argument 1 names different: declaration 'jobLine' definition 'subject'.
ecflow-4.9.0/ACore/src/Str.cpp:147:35: note: Function 'replaceall' argument 1 names different: declaration 'jobLine' definition 'subject'.
ecflow-4.9.0/ACore/src/Str.cpp:147:63: style: Function 'replaceall' argument 2 names different: declaration 'stringToFind' definition 'search'. [funcArgNamesDifferent]
ecflow-4.9.0/ACore/src/Str.hpp:47:68: note: Function 'replaceall' argument 2 names different: declaration 'stringToFind' definition 'search'.
ecflow-4.9.0/ACore/src/Str.cpp:147:63: note: Function 'replaceall' argument 2 names different: declaration 'stringToFind' definition 'search'.
ecflow-4.9.0/ACore/src/Str.cpp:147:90: style: Function 'replaceall' argument 3 names different: declaration 'stringToRplace' definition 'replace'. [funcArgNamesDifferent]
ecflow-4.9.0/ACore/src/Str.hpp:47:101: note: Function 'replaceall' argument 3 names different: declaration 'stringToRplace' definition 'replace'.
ecflow-4.9.0/ACore/src/Str.cpp:147:90: note: Function 'replaceall' argument 3 names different: declaration 'stringToRplace' definition 'replace'.
ecflow-4.9.0/ACore/src/Str.cpp:152:36: style: Function 'split' argument 1 names different: declaration 'str' definition 'line'. [funcArgNamesDifferent]
ecflow-4.9.0/ACore/src/Str.hpp:59:39: note: Function 'split' argument 1 names different: declaration 'str' definition 'line'.
ecflow-4.9.0/ACore/src/Str.cpp:152:36: note: Function 'split' argument 1 names different: declaration 'str' definition 'line'.
ecflow-4.9.0/ACore/src/Str.cpp:152:70: style: Function 'split' argument 2 names different: declaration 'lineTokens' definition 'tokens'. [funcArgNamesDifferent]
ecflow-4.9.0/ACore/src/Str.hpp:60:48: note: Function 'split' argument 2 names different: declaration 'lineTokens' definition 'tokens'.
ecflow-4.9.0/ACore/src/Str.cpp:152:70: note: Function 'split' argument 2 names different: declaration 'lineTokens' definition 'tokens'.
ecflow-4.9.0/ACore/src/Str.cpp:208:46: style: Function 'caseInsCompare' argument 1 names different: declaration 'str1' definition 's1'. [funcArgNamesDifferent]
ecflow-4.9.0/ACore/src/Str.hpp:64:49: note: Function 'caseInsCompare' argument 1 names different: declaration 'str1' definition 's1'.
ecflow-4.9.0/ACore/src/Str.cpp:208:46: note: Function 'caseInsCompare' argument 1 names different: declaration 'str1' definition 's1'.
ecflow-4.9.0/ACore/src/Str.cpp:208:69: style: Function 'caseInsCompare' argument 2 names different: declaration 'str2' definition 's2'. [funcArgNamesDifferent]
ecflow-4.9.0/ACore/src/Str.hpp:64:74: note: Function 'caseInsCompare' argument 2 names different: declaration 'str2' definition 's2'.
ecflow-4.9.0/ACore/src/Str.cpp:208:69: note: Function 'caseInsCompare' argument 2 names different: declaration 'str2' definition 's2'.
ecflow-4.9.0/ACore/src/Str.cpp:224:43: style: Function 'caseInsLess' argument 1 names different: declaration 'str1' definition 'a'. [funcArgNamesDifferent]
ecflow-4.9.0/ACore/src/Str.hpp:67:48: note: Function 'caseInsLess' argument 1 names different: declaration 'str1' definition 'a'.
ecflow-4.9.0/ACore/src/Str.cpp:224:43: note: Function 'caseInsLess' argument 1 names different: declaration 'str1' definition 'a'.
ecflow-4.9.0/ACore/src/Str.cpp:224:65: style: Function 'caseInsLess' argument 2 names different: declaration 'str2' definition 'b'. [funcArgNamesDifferent]
ecflow-4.9.0/ACore/src/Str.hpp:67:73: note: Function 'caseInsLess' argument 2 names different: declaration 'str2' definition 'b'.
ecflow-4.9.0/ACore/src/Str.cpp:224:65: note: Function 'caseInsLess' argument 2 names different: declaration 'str2' definition 'b'.
ecflow-4.9.0/ACore/src/Str.cpp:241:46: style: Function 'caseInsGreater' argument 1 names different: declaration 'str1' definition 'a'. [funcArgNamesDifferent]
ecflow-4.9.0/ACore/src/Str.hpp:70:51: note: Function 'caseInsGreater' argument 1 names different: declaration 'str1' definition 'a'.
ecflow-4.9.0/ACore/src/Str.cpp:241:46: note: Function 'caseInsGreater' argument 1 names different: declaration 'str1' definition 'a'.
ecflow-4.9.0/ACore/src/Str.cpp:241:68: style: Function 'caseInsGreater' argument 2 names different: declaration 'str2' definition 'b'. [funcArgNamesDifferent]
ecflow-4.9.0/ACore/src/Str.hpp:70:76: note: Function 'caseInsGreater' argument 2 names different: declaration 'str2' definition 'b'.
ecflow-4.9.0/ACore/src/Str.cpp:241:68: note: Function 'caseInsGreater' argument 2 names different: declaration 'str2' definition 'b'.
ecflow-4.9.0/ACore/src/Str.cpp:319:65: style: Function 'truncate_at_start' argument 2 names different: declaration 'max_lines_' definition 'max_lines'. [funcArgNamesDifferent]
ecflow-4.9.0/ACore/src/Str.hpp:84:70: note: Function 'truncate_at_start' argument 2 names different: declaration 'max_lines_' definition 'max_lines'.
ecflow-4.9.0/ACore/src/Str.cpp:319:65: note: Function 'truncate_at_start' argument 2 names different: declaration 'max_lines_' definition 'max_lines'.
ecflow-4.9.0/ACore/src/Str.cpp:335:63: style: Function 'truncate_at_end' argument 2 names different: declaration 'max_lines_' definition 'max_lines'. [funcArgNamesDifferent]
ecflow-4.9.0/ACore/src/Str.hpp:85:68: note: Function 'truncate_at_end' argument 2 names different: declaration 'max_lines_' definition 'max_lines'.
ecflow-4.9.0/ACore/src/Str.cpp:335:63: note: Function 'truncate_at_end' argument 2 names different: declaration 'max_lines_' definition 'max_lines'.
ecflow-4.9.0/ACore/src/TimeSeries.cpp:53:51: style: Function 'TimeSeries' argument 3 names different: declaration 'relativeToSuiteStart' definition 'relative'. [funcArgNamesDifferent]
ecflow-4.9.0/ACore/src/TimeSeries.hpp:55:40: note: Function 'TimeSeries' argument 3 names different: declaration 'relativeToSuiteStart' definition 'relative'.
ecflow-4.9.0/ACore/src/TimeSeries.cpp:53:51: note: Function 'TimeSeries' argument 3 names different: declaration 'relativeToSuiteStart' definition 'relative'.
ecflow-4.9.0/ACore/src/TimeSeries.cpp:64:47: style: Function 'TimeSeries' argument 2 names different: declaration 'relativeToSuiteStart' definition 'relative'. [funcArgNamesDifferent]
ecflow-4.9.0/ACore/src/TimeSeries.hpp:56:35: note: Function 'TimeSeries' argument 2 names different: declaration 'relativeToSuiteStart' definition 'relative'.
ecflow-4.9.0/ACore/src/TimeSeries.cpp:64:47: note: Function 'TimeSeries' argument 2 names different: declaration 'relativeToSuiteStart' definition 'relative'.
ecflow-4.9.0/ACore/src/TimeSeries.cpp:75:97: style: Function 'TimeSeries' argument 4 names different: declaration 'relativeToSuiteStart' definition 'relative'. [funcArgNamesDifferent]
ecflow-4.9.0/ACore/src/TimeSeries.hpp:57:86: note: Function 'TimeSeries' argument 4 names different: declaration 'relativeToSuiteStart' definition 'relative'.
ecflow-4.9.0/ACore/src/TimeSeries.cpp:75:97: note: Function 'TimeSeries' argument 4 names different: declaration 'relativeToSuiteStart' definition 'relative'.
ecflow-4.9.0/ACore/src/TimeSeries.cpp:519:76: style: Function 'duration' argument 1 names different: declaration 'calendar' definition 'c'. [funcArgNamesDifferent]
ecflow-4.9.0/ACore/src/TimeSeries.hpp:85:66: note: Function 'duration' argument 1 names different: declaration 'calendar' definition 'c'.
ecflow-4.9.0/ACore/src/TimeSeries.cpp:519:76: note: Function 'duration' argument 1 names different: declaration 'calendar' definition 'c'.
ecflow-4.9.0/ACore/src/TimeSlot.hpp:39:2: style: Class 'TimeSlot' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ACore/src/WhiteListFile.cpp:147:14: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
ecflow-4.9.0/ACore/src/WhiteListFile.cpp:171:11: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
ecflow-4.9.0/ACore/src/boost_archive.cpp:52:72: style: Function 'replace_version' argument 2 names different: declaration 'new_version' definition 'the_new_version'. [funcArgNamesDifferent]
ecflow-4.9.0/ACore/src/boost_archive.hpp:86:50: note: Function 'replace_version' argument 2 names different: declaration 'new_version' definition 'the_new_version'.
ecflow-4.9.0/ACore/src/boost_archive.cpp:52:72: note: Function 'replace_version' argument 2 names different: declaration 'new_version' definition 'the_new_version'.
ecflow-4.9.0/ACore/test/TestVersioning.hpp:23:4: style: Class 'X' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ACore/test/TestVersioning.hpp:59:4: style: Class 'X' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ACore/test/TestVersioning.hpp:75:4: style: Class 'X' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANattr/src/AutoCancelAttr.hpp:30:3: style: Class 'AutoCancelAttr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANattr/src/ClockAttr.hpp:43:2: style: Class 'ClockAttr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANattr/src/DateAttr.hpp:32:4: style: Class 'DateAttr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANattr/src/DateAttr.hpp:36:4: style: Class 'DateAttr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANattr/src/CronAttr.cpp:45:39: style: Function 'CronAttr' argument 1 names different: declaration 'time_series' definition 'str'. [funcArgNamesDifferent]
ecflow-4.9.0/ANattr/src/CronAttr.hpp:34:32: note: Function 'CronAttr' argument 1 names different: declaration 'time_series' definition 'str'.
ecflow-4.9.0/ANattr/src/CronAttr.cpp:45:39: note: Function 'CronAttr' argument 1 names different: declaration 'time_series' definition 'str'.
ecflow-4.9.0/ANattr/src/CronAttr.hpp:64:7: performance: Technically the member function 'ecf::CronAttr::checkForRequeue' can be static. [functionStatic]
ecflow-4.9.0/ANattr/src/CronAttr.cpp:212:16: note: Technically the member function 'ecf::CronAttr::checkForRequeue' can be static.
ecflow-4.9.0/ANattr/src/CronAttr.hpp:64:7: note: Technically the member function 'ecf::CronAttr::checkForRequeue' can be static.
ecflow-4.9.0/ANattr/src/CronAttr.hpp:34:4: style: Class 'CronAttr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANattr/src/CronAttr.hpp:36:4: style: Class 'CronAttr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANattr/src/DayAttr.hpp:34:2: style: Class 'DayAttr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANattr/src/DayAttr.hpp:35:4: style: Class 'DayAttr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANattr/src/DayAttr.hpp:36:2: style: Class 'DayAttr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANattr/src/LateAttr.cpp:80:55: style: Function 'checkForLateness' argument 2 names different: declaration 'c' definition 'calendar'. [funcArgNamesDifferent]
ecflow-4.9.0/ANattr/src/LateAttr.hpp:70:114: note: Function 'checkForLateness' argument 2 names different: declaration 'c' definition 'calendar'.
ecflow-4.9.0/ANattr/src/LateAttr.cpp:80:55: note: Function 'checkForLateness' argument 2 names different: declaration 'c' definition 'calendar'.
ecflow-4.9.0/ANattr/src/LateAttr.cpp:90:123: style: Function 'check_for_lateness' argument 2 names different: declaration 'c' definition 'calendar'. [funcArgNamesDifferent]
ecflow-4.9.0/ANattr/src/LateAttr.hpp:71:116: note: Function 'check_for_lateness' argument 2 names different: declaration 'c' definition 'calendar'.
ecflow-4.9.0/ANattr/src/LateAttr.cpp:90:123: note: Function 'check_for_lateness' argument 2 names different: declaration 'c' definition 'calendar'.
ecflow-4.9.0/ANattr/src/NodeAttr.cpp:291:47: style: Function 'set_new_value' argument 1 names different: declaration 'new_label' definition 'l'. [funcArgNamesDifferent]
ecflow-4.9.0/ANattr/src/NodeAttr.hpp:43:42: note: Function 'set_new_value' argument 1 names different: declaration 'new_label' definition 'l'.
ecflow-4.9.0/ANattr/src/NodeAttr.cpp:291:47: note: Function 'set_new_value' argument 1 names different: declaration 'new_label' definition 'l'.
ecflow-4.9.0/ANattr/src/NodeAttr.hpp:100:4: style: Class 'Event' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANattr/src/RepeatAttr.cpp:72:2: style: Variable 'repeatType_' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ecflow-4.9.0/ANattr/src/RepeatAttr.cpp:71:22: note: Variable 'repeatType_' is reassigned a value before the old one has been used if variable is no semaphore variable.
ecflow-4.9.0/ANattr/src/RepeatAttr.cpp:72:2: note: Variable 'repeatType_' is reassigned a value before the old one has been used if variable is no semaphore variable.
ecflow-4.9.0/ANattr/src/RepeatAttr.cpp:253:45: style: Function 'last_valid_value_minus' argument 1 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:135:44: note: Function 'last_valid_value_minus' argument 1 names different: declaration 'value' definition 'val'.
ecflow-4.9.0/ANattr/src/RepeatAttr.cpp:253:45: note: Function 'last_valid_value_minus' argument 1 names different: declaration 'value' definition 'val'.
ecflow-4.9.0/ANattr/src/RepeatAttr.cpp:261:44: style: Function 'last_valid_value_plus' argument 1 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:136:43: note: Function 'last_valid_value_plus' argument 1 names different: declaration 'value' definition 'val'.
ecflow-4.9.0/ANattr/src/RepeatAttr.cpp:261:44: note: Function 'last_valid_value_plus' argument 1 names different: declaration 'value' definition 'val'.
ecflow-4.9.0/ANattr/src/RepeatAttr.cpp:345:45: style: Function 'change' argument 1 names different: declaration 'newValue' definition 'newdate'. [funcArgNamesDifferent]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:149:43: note: Function 'change' argument 1 names different: declaration 'newValue' definition 'newdate'.
ecflow-4.9.0/ANattr/src/RepeatAttr.cpp:345:45: note: Function 'change' argument 1 names different: declaration 'newValue' definition 'newdate'.
ecflow-4.9.0/ANattr/src/RepeatAttr.cpp:374:35: style: Function 'changeValue' argument 1 names different: declaration 'newValue' definition 'the_new_date'. [funcArgNamesDifferent]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:150:34: note: Function 'changeValue' argument 1 names different: declaration 'newValue' definition 'the_new_date'.
ecflow-4.9.0/ANattr/src/RepeatAttr.cpp:374:35: note: Function 'changeValue' argument 1 names different: declaration 'newValue' definition 'the_new_date'.
ecflow-4.9.0/ANattr/src/RepeatAttr.cpp:404:33: style: Function 'set_value' argument 1 names different: declaration 'newValue' definition 'the_new_date'. [funcArgNamesDifferent]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:151:32: note: Function 'set_value' argument 1 names different: declaration 'newValue' definition 'the_new_date'.
ecflow-4.9.0/ANattr/src/RepeatAttr.cpp:404:33: note: Function 'set_value' argument 1 names different: declaration 'newValue' definition 'the_new_date'.
ecflow-4.9.0/ANattr/src/RepeatAttr.cpp:470:38: style: Function 'changeValue' argument 1 names different: declaration 'newValue' definition 'the_new_value'. [funcArgNamesDifferent]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:209:34: note: Function 'changeValue' argument 1 names different: declaration 'newValue' definition 'the_new_value'.
ecflow-4.9.0/ANattr/src/RepeatAttr.cpp:470:38: note: Function 'changeValue' argument 1 names different: declaration 'newValue' definition 'the_new_value'.
ecflow-4.9.0/ANattr/src/RepeatAttr.cpp:489:36: style: Function 'set_value' argument 1 names different: declaration 'newValue' definition 'the_new_value'. [funcArgNamesDifferent]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:210:32: note: Function 'set_value' argument 1 names different: declaration 'newValue' definition 'the_new_value'.
ecflow-4.9.0/ANattr/src/RepeatAttr.cpp:489:36: note: Function 'set_value' argument 1 names different: declaration 'newValue' definition 'the_new_value'.
ecflow-4.9.0/ANattr/src/RepeatAttr.cpp:733:42: style: Function 'changeValue' argument 1 names different: declaration 'newValue' definition 'the_new_value'. [funcArgNamesDifferent]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:264:34: note: Function 'changeValue' argument 1 names different: declaration 'newValue' definition 'the_new_value'.
ecflow-4.9.0/ANattr/src/RepeatAttr.cpp:733:42: note: Function 'changeValue' argument 1 names different: declaration 'newValue' definition 'the_new_value'.
ecflow-4.9.0/ANattr/src/RepeatAttr.cpp:744:39: style: Function 'set_value' argument 1 names different: declaration 'newValue' definition 'the_new_value'. [funcArgNamesDifferent]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:265:32: note: Function 'set_value' argument 1 names different: declaration 'newValue' definition 'the_new_value'.
ecflow-4.9.0/ANattr/src/RepeatAttr.cpp:744:39: note: Function 'set_value' argument 1 names different: declaration 'newValue' definition 'the_new_value'.
ecflow-4.9.0/ANattr/src/RepeatAttr.cpp:887:38: style: Function 'changeValue' argument 1 names different: declaration 'newValue' definition 'the_new_value'. [funcArgNamesDifferent]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:312:34: note: Function 'changeValue' argument 1 names different: declaration 'newValue' definition 'the_new_value'.
ecflow-4.9.0/ANattr/src/RepeatAttr.cpp:887:38: note: Function 'changeValue' argument 1 names different: declaration 'newValue' definition 'the_new_value'.
ecflow-4.9.0/ANattr/src/RepeatAttr.cpp:898:35: style: Function 'set_value' argument 1 names different: declaration 'newValue' definition 'the_new_value'. [funcArgNamesDifferent]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:313:32: note: Function 'set_value' argument 1 names different: declaration 'newValue' definition 'the_new_value'.
ecflow-4.9.0/ANattr/src/RepeatAttr.cpp:898:35: note: Function 'set_value' argument 1 names different: declaration 'newValue' definition 'the_new_value'.
ecflow-4.9.0/ANattr/src/RepeatAttr.cpp:62:17: warning: 'operator=' should check for assignment to self to avoid problems with dynamic memory. [operatorEqToSelf]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:358:4: style: Class 'RepeatDay' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:407:4: style: Class 'Repeat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:408:4: style: Class 'Repeat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:409:4: style: Class 'Repeat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:410:4: style: Class 'Repeat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:411:4: style: Class 'Repeat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:125:17: style: The function 'gen_variables' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:53:17: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:125:17: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:126:28: style: The function 'find_gen_variable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:54:28: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:126:28: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:127:17: style: The function 'update_repeat_genvar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:55:17: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:127:17: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:129:16: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:48:16: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:129:16: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:130:16: style: The function 'end' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:49:16: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:130:16: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:131:16: style: The function 'step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:50:16: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:131:16: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:132:17: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:65:17: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:132:17: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:133:17: style: The function 'index_or_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:73:17: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:133:17: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:134:17: style: The function 'last_valid_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:78:17: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:134:17: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:135:17: style: The function 'last_valid_value_minus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:79:17: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:135:17: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:136:17: style: The function 'last_valid_value_plus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:80:17: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:136:17: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:141:24: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:82:24: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:141:24: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:142:17: style: The function 'compare' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:83:17: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:142:17: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:143:17: style: The function 'valid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:84:17: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:143:17: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:144:24: style: The function 'valueAsString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:86:24: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:144:24: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:145:24: style: The function 'value_as_string' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:87:24: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:145:24: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:146:17: style: The function 'setToLastValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:85:17: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:146:17: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:147:17: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:88:17: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:147:17: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:148:17: style: The function 'increment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:74:17: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:148:17: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:149:17: style: The function 'change' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:89:17: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:149:17: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:150:17: style: The function 'changeValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:90:17: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:150:17: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:151:17: style: The function 'set_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:91:17: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:151:17: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:153:24: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:92:24: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:153:24: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:154:24: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:93:24: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:154:24: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:157:17: style: The function 'isInfinite' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:98:17: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:157:17: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:193:16: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:48:16: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:193:16: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:194:16: style: The function 'end' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:49:16: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:194:16: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:195:16: style: The function 'step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:50:16: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:195:16: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:196:17: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:65:17: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:196:17: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:197:17: style: The function 'index_or_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:73:17: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:197:17: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:198:17: style: The function 'last_valid_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:78:17: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:198:17: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:200:27: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:82:24: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:200:27: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:201:17: style: The function 'compare' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:83:17: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:201:17: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:202:17: style: The function 'valid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:84:17: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:202:17: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:203:24: style: The function 'valueAsString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:86:24: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:203:24: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:204:24: style: The function 'value_as_string' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:87:24: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:204:24: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:205:17: style: The function 'setToLastValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:85:17: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:205:17: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:206:17: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:88:17: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:206:17: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:207:17: style: The function 'increment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:74:17: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:207:17: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:208:17: style: The function 'change' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:89:17: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:208:17: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:209:17: style: The function 'changeValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:90:17: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:209:17: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:210:17: style: The function 'set_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:91:17: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:210:17: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:211:24: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:92:24: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:211:24: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:212:24: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:93:24: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:212:24: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:215:17: style: The function 'isInfinite' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:98:17: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:215:17: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:248:16: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:48:16: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:248:16: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:249:16: style: The function 'end' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:49:16: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:249:16: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:250:16: style: The function 'step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:50:16: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:250:16: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:251:17: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:65:17: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:251:17: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:252:17: style: The function 'index_or_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:73:17: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:252:17: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:253:17: style: The function 'last_valid_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:78:17: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:253:17: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:255:24: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:82:24: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:255:24: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:256:17: style: The function 'compare' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:83:17: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:256:17: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:257:17: style: The function 'valid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:84:17: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:257:17: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:258:24: style: The function 'valueAsString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:86:24: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:258:24: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:259:24: style: The function 'value_as_string' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:87:24: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:259:24: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:260:17: style: The function 'setToLastValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:85:17: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:260:17: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:261:17: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:88:17: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:261:17: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:262:17: style: The function 'increment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:74:17: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:262:17: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:263:17: style: The function 'change' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:89:17: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:263:17: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:264:17: style: The function 'changeValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:90:17: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:264:17: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:265:17: style: The function 'set_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:91:17: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:265:17: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:266:24: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:92:24: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:266:24: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:267:24: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:93:24: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:267:24: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:270:17: style: The function 'isInfinite' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:98:17: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:270:17: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:296:16: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:48:16: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:296:16: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:297:16: style: The function 'end' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:49:16: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:297:16: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:298:16: style: The function 'step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:50:16: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:298:16: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:299:17: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:65:17: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:299:17: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:300:17: style: The function 'index_or_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:73:17: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:300:17: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:301:17: style: The function 'last_valid_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:78:17: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:301:17: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:303:24: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:82:24: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:303:24: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:304:17: style: The function 'compare' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:83:17: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:304:17: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:305:17: style: The function 'valid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:84:17: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:305:17: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:306:24: style: The function 'valueAsString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:86:24: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:306:24: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:307:24: style: The function 'value_as_string' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:87:24: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:307:24: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:308:17: style: The function 'setToLastValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:85:17: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:308:17: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:309:17: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:88:17: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:309:17: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:310:17: style: The function 'increment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:74:17: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:310:17: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:311:17: style: The function 'change' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:89:17: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:311:17: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:312:17: style: The function 'changeValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:90:17: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:312:17: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:313:17: style: The function 'set_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:91:17: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:313:17: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:314:24: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:92:24: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:314:24: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:315:24: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:93:24: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:315:24: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:318:17: style: The function 'isInfinite' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:98:17: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:318:17: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:363:16: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:48:16: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:363:16: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:364:16: style: The function 'end' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:49:16: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:364:16: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:365:16: style: The function 'step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:50:16: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:365:16: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:366:17: style: The function 'increment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:74:17: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:366:17: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:367:17: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:65:17: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:367:17: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:368:17: style: The function 'index_or_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:73:17: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:368:17: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:369:17: style: The function 'last_valid_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:78:17: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:369:17: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:371:24: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:82:24: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:371:24: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:372:17: style: The function 'compare' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:83:17: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:372:17: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:373:17: style: The function 'valid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:84:17: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:373:17: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:374:24: style: The function 'valueAsString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:86:24: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:374:24: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:375:24: style: The function 'value_as_string' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:87:24: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:375:24: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:376:17: style: The function 'setToLastValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:85:17: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:376:17: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:377:17: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:88:17: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:377:17: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:378:17: style: The function 'change' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:89:17: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:378:17: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:379:17: style: The function 'changeValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:90:17: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:379:17: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:380:17: style: The function 'set_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:91:17: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:380:17: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:381:24: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:92:24: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:381:24: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:382:24: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:93:24: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:382:24: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:385:17: style: The function 'isInfinite' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:98:17: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:385:17: note: Function in derived class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:387:17: style: The function 'is_repeat_day' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:100:17: note: Virtual function in base class
ecflow-4.9.0/ANattr/src/RepeatAttr.hpp:387:17: note: Function in derived class
ecflow-4.9.0/ANattr/src/TimeAttr.hpp:62:4: style: Class 'TimeAttr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANattr/src/TimeAttr.hpp:68:2: style: Class 'TimeAttr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANattr/src/TodayAttr.hpp:98:4: style: Class 'TodayAttr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANattr/src/TodayAttr.hpp:104:2: style: Class 'TodayAttr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANattr/src/Zombie.cpp:28:37: style: Function 'Zombie' argument 2 names different: declaration 'child_cmd' definition 'cmd'. [funcArgNamesDifferent]
ecflow-4.9.0/ANattr/src/Zombie.hpp:55:31: note: Function 'Zombie' argument 2 names different: declaration 'child_cmd' definition 'cmd'.
ecflow-4.9.0/ANattr/src/Zombie.cpp:28:37: note: Function 'Zombie' argument 2 names different: declaration 'child_cmd' definition 'cmd'.
ecflow-4.9.0/ANattr/src/ZombieAttr.cpp:172:50: style: Function 'create' argument 1 names different: declaration 'str' definition 'string_to_parse'. [funcArgNamesDifferent]
ecflow-4.9.0/ANattr/src/ZombieAttr.hpp:54:46: note: Function 'create' argument 1 names different: declaration 'str' definition 'string_to_parse'.
ecflow-4.9.0/ANattr/src/ZombieAttr.cpp:172:50: note: Function 'create' argument 1 names different: declaration 'str' definition 'string_to_parse'.
ecflow-4.9.0/ANattr/test/TestDayAttr.cpp:53:34: style: Variable 'day_changed' is modified but its new value is never used. [unreadVariable]
ecflow-4.9.0/ANode/parser/src/AutoCancelParser.hpp:23:2: style: Class 'AutoCancelParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/parser/src/AutoCancelParser.hpp:24:22: style: The function 'keyword' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/parser/src/Parser.hpp:40:22: note: Virtual function in base class
ecflow-4.9.0/ANode/parser/src/AutoCancelParser.hpp:24:22: note: Function in derived class
ecflow-4.9.0/ANode/parser/src/AutoCancelParser.hpp:25:15: style: The function 'doParse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/parser/src/Parser.hpp:36:15: note: Virtual function in base class
ecflow-4.9.0/ANode/parser/src/AutoCancelParser.hpp:25:15: note: Function in derived class
ecflow-4.9.0/ANode/parser/src/CalendarParser.hpp:23:4: style: Class 'CalendarParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/parser/src/CalendarParser.hpp:24:24: style: The function 'keyword' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/parser/src/Parser.hpp:40:22: note: Virtual function in base class
ecflow-4.9.0/ANode/parser/src/CalendarParser.hpp:24:24: note: Function in derived class
ecflow-4.9.0/ANode/parser/src/CalendarParser.hpp:25:17: style: The function 'doParse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/parser/src/Parser.hpp:36:15: note: Virtual function in base class
ecflow-4.9.0/ANode/parser/src/CalendarParser.hpp:25:17: note: Function in derived class
ecflow-4.9.0/ANode/parser/src/ClockParser.hpp:24:2: style: Class 'ClockParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/parser/src/ClockParser.hpp:31:4: style: Class 'EndClockParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/parser/src/DateParser.hpp:23:2: style: Class 'DateParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/parser/src/ClockParser.hpp:25:22: style: The function 'keyword' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/parser/src/Parser.hpp:40:22: note: Virtual function in base class
ecflow-4.9.0/ANode/parser/src/ClockParser.hpp:25:22: note: Function in derived class
ecflow-4.9.0/ANode/parser/src/ClockParser.hpp:26:15: style: The function 'doParse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/parser/src/Parser.hpp:36:15: note: Virtual function in base class
ecflow-4.9.0/ANode/parser/src/ClockParser.hpp:26:15: note: Function in derived class
ecflow-4.9.0/ANode/parser/src/ClockParser.hpp:32:24: style: The function 'keyword' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/parser/src/Parser.hpp:40:22: note: Virtual function in base class
ecflow-4.9.0/ANode/parser/src/ClockParser.hpp:32:24: note: Function in derived class
ecflow-4.9.0/ANode/parser/src/ClockParser.hpp:33:17: style: The function 'doParse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/parser/src/Parser.hpp:36:15: note: Virtual function in base class
ecflow-4.9.0/ANode/parser/src/ClockParser.hpp:33:17: note: Function in derived class
ecflow-4.9.0/ANode/parser/src/DateParser.hpp:24:22: style: The function 'keyword' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/parser/src/Parser.hpp:40:22: note: Virtual function in base class
ecflow-4.9.0/ANode/parser/src/DateParser.hpp:24:22: note: Function in derived class
ecflow-4.9.0/ANode/parser/src/DateParser.hpp:25:15: style: The function 'doParse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/parser/src/Parser.hpp:36:15: note: Virtual function in base class
ecflow-4.9.0/ANode/parser/src/DateParser.hpp:25:15: note: Function in derived class
ecflow-4.9.0/ANode/parser/src/CronParser.hpp:23:2: style: Class 'CronParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/parser/src/DefsParser.hpp:23:4: style: Class 'DefsParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/parser/src/DefsStructureParser.hpp:37:4: style: Class 'DefsString' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/parser/src/DefsStructureParser.hpp:57:4: style: Class 'DefsStructureParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/parser/src/CronParser.hpp:24:22: style: The function 'keyword' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/parser/src/Parser.hpp:40:22: note: Virtual function in base class
ecflow-4.9.0/ANode/parser/src/CronParser.hpp:24:22: note: Function in derived class
ecflow-4.9.0/ANode/parser/src/CronParser.hpp:25:15: style: The function 'doParse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/parser/src/Parser.hpp:36:15: note: Virtual function in base class
ecflow-4.9.0/ANode/parser/src/CronParser.hpp:25:15: note: Function in derived class
ecflow-4.9.0/ANode/parser/src/DefsParser.hpp:25:22: style: The function 'keyword' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/parser/src/Parser.hpp:40:22: note: Virtual function in base class
ecflow-4.9.0/ANode/parser/src/DefsParser.hpp:25:22: note: Function in derived class
ecflow-4.9.0/ANode/parser/src/DayParser.hpp:23:2: style: Class 'DayParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/parser/src/DayParser.hpp:24:22: style: The function 'keyword' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/parser/src/Parser.hpp:40:22: note: Virtual function in base class
ecflow-4.9.0/ANode/parser/src/DayParser.hpp:24:22: note: Function in derived class
ecflow-4.9.0/ANode/parser/src/DayParser.hpp:25:15: style: The function 'doParse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/parser/src/Parser.hpp:36:15: note: Virtual function in base class
ecflow-4.9.0/ANode/parser/src/DayParser.hpp:25:15: note: Function in derived class
ecflow-4.9.0/ANode/parser/src/ExternParser.hpp:36:2: style: Class 'ExternParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/parser/src/RepeatParser.hpp:23:2: style: Class 'RepeatParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/parser/src/InlimitParser.hpp:23:2: style: Class 'InlimitParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/parser/src/LimitParser.hpp:23:2: style: Class 'LimitParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/parser/src/TimeParser.hpp:23:2: style: Class 'TimeParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/parser/src/TodayParser.hpp:23:2: style: Class 'TodayParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/parser/src/MeterParser.hpp:23:2: style: Class 'MeterParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/parser/src/DefsStatusParser.hpp:23:2: style: Class 'DefsStatusParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/parser/src/EventParser.hpp:23:2: style: Class 'EventParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/parser/src/LabelParser.hpp:23:2: style: Class 'LabelParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/parser/src/TriggerParser.hpp:23:2: style: Class 'TriggerCompleteParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/parser/src/TriggerParser.hpp:34:2: style: Class 'TriggerParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/parser/src/TriggerParser.hpp:41:2: style: Class 'CompleteParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/parser/src/VerifyParser.hpp:24:2: style: Class 'VerifyParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/parser/src/ZombieAttrParser.hpp:22:2: style: Class 'ZombieAttrParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/parser/src/LateParser.hpp:23:2: style: Class 'LateParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/parser/src/DefsStateParser.hpp:23:4: style: Class 'DefsStateParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/parser/src/DefsStateParser.hpp:30:4: style: Class 'HistoryParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/parser/src/DefsParser.cpp:68:4: style: Class 'TextParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/parser/src/DefsParser.cpp:82:4: style: Class 'AliasParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/parser/src/DefsParser.cpp:164:4: style: Class 'TaskParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/parser/src/DefsParser.cpp:250:4: style: Class 'FamilyParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/parser/src/DefsParser.cpp:364:2: style: Class 'SuiteParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/parser/src/ExternParser.hpp:37:15: style: The function 'doParse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/parser/src/Parser.hpp:36:15: note: Virtual function in base class
ecflow-4.9.0/ANode/parser/src/ExternParser.hpp:37:15: note: Function in derived class
ecflow-4.9.0/ANode/parser/src/ExternParser.hpp:38:22: style: The function 'keyword' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/parser/src/Parser.hpp:40:22: note: Virtual function in base class
ecflow-4.9.0/ANode/parser/src/ExternParser.hpp:38:22: note: Function in derived class
ecflow-4.9.0/ANode/parser/src/RepeatParser.hpp:25:22: style: The function 'keyword' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/parser/src/Parser.hpp:40:22: note: Virtual function in base class
ecflow-4.9.0/ANode/parser/src/RepeatParser.hpp:25:22: note: Function in derived class
ecflow-4.9.0/ANode/parser/src/RepeatParser.hpp:26:15: style: The function 'doParse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/parser/src/Parser.hpp:36:15: note: Virtual function in base class
ecflow-4.9.0/ANode/parser/src/RepeatParser.hpp:26:15: note: Function in derived class
ecflow-4.9.0/ANode/parser/src/VariableParser.hpp:42:22: style: The function 'keyword' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/parser/src/Parser.hpp:40:22: note: Virtual function in base class
ecflow-4.9.0/ANode/parser/src/VariableParser.hpp:42:22: note: Function in derived class
ecflow-4.9.0/ANode/parser/src/VariableParser.hpp:43:15: style: The function 'doParse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/parser/src/Parser.hpp:36:15: note: Virtual function in base class
ecflow-4.9.0/ANode/parser/src/VariableParser.hpp:43:15: note: Function in derived class
ecflow-4.9.0/ANode/parser/src/InlimitParser.hpp:24:22: style: The function 'keyword' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/parser/src/Parser.hpp:40:22: note: Virtual function in base class
ecflow-4.9.0/ANode/parser/src/InlimitParser.hpp:24:22: note: Function in derived class
ecflow-4.9.0/ANode/parser/src/InlimitParser.hpp:25:15: style: The function 'doParse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/parser/src/Parser.hpp:36:15: note: Virtual function in base class
ecflow-4.9.0/ANode/parser/src/InlimitParser.hpp:25:15: note: Function in derived class
ecflow-4.9.0/ANode/parser/src/LimitParser.hpp:24:22: style: The function 'keyword' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/parser/src/Parser.hpp:40:22: note: Virtual function in base class
ecflow-4.9.0/ANode/parser/src/LimitParser.hpp:24:22: note: Function in derived class
ecflow-4.9.0/ANode/parser/src/LimitParser.hpp:25:15: style: The function 'doParse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/parser/src/Parser.hpp:36:15: note: Virtual function in base class
ecflow-4.9.0/ANode/parser/src/LimitParser.hpp:25:15: note: Function in derived class
ecflow-4.9.0/ANode/parser/src/TimeParser.hpp:24:22: style: The function 'keyword' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/parser/src/Parser.hpp:40:22: note: Virtual function in base class
ecflow-4.9.0/ANode/parser/src/TimeParser.hpp:24:22: note: Function in derived class
ecflow-4.9.0/ANode/parser/src/TimeParser.hpp:25:15: style: The function 'doParse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/parser/src/Parser.hpp:36:15: note: Virtual function in base class
ecflow-4.9.0/ANode/parser/src/TimeParser.hpp:25:15: note: Function in derived class
ecflow-4.9.0/ANode/parser/src/TodayParser.hpp:24:22: style: The function 'keyword' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/parser/src/Parser.hpp:40:22: note: Virtual function in base class
ecflow-4.9.0/ANode/parser/src/TodayParser.hpp:24:22: note: Function in derived class
ecflow-4.9.0/ANode/parser/src/TodayParser.hpp:25:15: style: The function 'doParse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/parser/src/Parser.hpp:36:15: note: Virtual function in base class
ecflow-4.9.0/ANode/parser/src/TodayParser.hpp:25:15: note: Function in derived class
ecflow-4.9.0/ANode/parser/src/MeterParser.hpp:24:22: style: The function 'keyword' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/parser/src/Parser.hpp:40:22: note: Virtual function in base class
ecflow-4.9.0/ANode/parser/src/MeterParser.hpp:24:22: note: Function in derived class
ecflow-4.9.0/ANode/parser/src/MeterParser.hpp:25:15: style: The function 'doParse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/parser/src/Parser.hpp:36:15: note: Virtual function in base class
ecflow-4.9.0/ANode/parser/src/MeterParser.hpp:25:15: note: Function in derived class
ecflow-4.9.0/ANode/parser/src/DefsStatusParser.hpp:24:22: style: The function 'keyword' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/parser/src/Parser.hpp:40:22: note: Virtual function in base class
ecflow-4.9.0/ANode/parser/src/DefsStatusParser.hpp:24:22: note: Function in derived class
ecflow-4.9.0/ANode/parser/src/DefsStatusParser.hpp:25:15: style: The function 'doParse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/parser/src/Parser.hpp:36:15: note: Virtual function in base class
ecflow-4.9.0/ANode/parser/src/DefsStatusParser.hpp:25:15: note: Function in derived class
ecflow-4.9.0/ANode/parser/src/EventParser.hpp:24:22: style: The function 'keyword' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/parser/src/Parser.hpp:40:22: note: Virtual function in base class
ecflow-4.9.0/ANode/parser/src/EventParser.hpp:24:22: note: Function in derived class
ecflow-4.9.0/ANode/parser/src/EventParser.hpp:25:15: style: The function 'doParse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/parser/src/Parser.hpp:36:15: note: Virtual function in base class
ecflow-4.9.0/ANode/parser/src/EventParser.hpp:25:15: note: Function in derived class
ecflow-4.9.0/ANode/parser/src/LabelParser.hpp:24:15: style: The function 'doParse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/parser/src/Parser.hpp:36:15: note: Virtual function in base class
ecflow-4.9.0/ANode/parser/src/LabelParser.hpp:24:15: note: Function in derived class
ecflow-4.9.0/ANode/parser/src/LabelParser.hpp:25:22: style: The function 'keyword' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/parser/src/Parser.hpp:40:22: note: Virtual function in base class
ecflow-4.9.0/ANode/parser/src/LabelParser.hpp:25:22: note: Function in derived class
ecflow-4.9.0/ANode/parser/src/TriggerParser.hpp:35:15: style: The function 'doParse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/parser/src/Parser.hpp:36:15: note: Virtual function in base class
ecflow-4.9.0/ANode/parser/src/TriggerParser.hpp:35:15: note: Function in derived class
ecflow-4.9.0/ANode/parser/src/TriggerParser.hpp:36:22: style: The function 'keyword' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/parser/src/Parser.hpp:40:22: note: Virtual function in base class
ecflow-4.9.0/ANode/parser/src/TriggerParser.hpp:36:22: note: Function in derived class
ecflow-4.9.0/ANode/parser/src/TriggerParser.hpp:42:15: style: The function 'doParse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/parser/src/Parser.hpp:36:15: note: Virtual function in base class
ecflow-4.9.0/ANode/parser/src/TriggerParser.hpp:42:15: note: Function in derived class
ecflow-4.9.0/ANode/parser/src/TriggerParser.hpp:43:22: style: The function 'keyword' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/parser/src/Parser.hpp:40:22: note: Virtual function in base class
ecflow-4.9.0/ANode/parser/src/TriggerParser.hpp:43:22: note: Function in derived class
ecflow-4.9.0/ANode/parser/src/VerifyParser.hpp:25:22: style: The function 'keyword' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/parser/src/Parser.hpp:40:22: note: Virtual function in base class
ecflow-4.9.0/ANode/parser/src/VerifyParser.hpp:25:22: note: Function in derived class
ecflow-4.9.0/ANode/parser/src/VerifyParser.hpp:26:15: style: The function 'doParse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/parser/src/Parser.hpp:36:15: note: Virtual function in base class
ecflow-4.9.0/ANode/parser/src/VerifyParser.hpp:26:15: note: Function in derived class
ecflow-4.9.0/ANode/parser/src/ZombieAttrParser.hpp:23:22: style: The function 'keyword' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/parser/src/Parser.hpp:40:22: note: Virtual function in base class
ecflow-4.9.0/ANode/parser/src/ZombieAttrParser.hpp:23:22: note: Function in derived class
ecflow-4.9.0/ANode/parser/src/ZombieAttrParser.hpp:24:15: style: The function 'doParse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/parser/src/Parser.hpp:36:15: note: Virtual function in base class
ecflow-4.9.0/ANode/parser/src/ZombieAttrParser.hpp:24:15: note: Function in derived class
ecflow-4.9.0/ANode/parser/src/LateParser.hpp:24:22: style: The function 'keyword' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/parser/src/Parser.hpp:40:22: note: Virtual function in base class
ecflow-4.9.0/ANode/parser/src/LateParser.hpp:24:22: note: Function in derived class
ecflow-4.9.0/ANode/parser/src/LateParser.hpp:25:15: style: The function 'doParse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/parser/src/Parser.hpp:36:15: note: Virtual function in base class
ecflow-4.9.0/ANode/parser/src/LateParser.hpp:25:15: note: Function in derived class
ecflow-4.9.0/ANode/parser/src/DefsStateParser.hpp:24:17: style: The function 'doParse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/parser/src/Parser.hpp:36:15: note: Virtual function in base class
ecflow-4.9.0/ANode/parser/src/DefsStateParser.hpp:24:17: note: Function in derived class
ecflow-4.9.0/ANode/parser/src/DefsStateParser.hpp:25:24: style: The function 'keyword' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/parser/src/Parser.hpp:40:22: note: Virtual function in base class
ecflow-4.9.0/ANode/parser/src/DefsStateParser.hpp:25:24: note: Function in derived class
ecflow-4.9.0/ANode/parser/src/DefsStateParser.hpp:31:17: style: The function 'doParse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/parser/src/Parser.hpp:36:15: note: Virtual function in base class
ecflow-4.9.0/ANode/parser/src/DefsStateParser.hpp:31:17: note: Function in derived class
ecflow-4.9.0/ANode/parser/src/DefsStateParser.hpp:32:24: style: The function 'keyword' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/parser/src/Parser.hpp:40:22: note: Virtual function in base class
ecflow-4.9.0/ANode/parser/src/DefsStateParser.hpp:32:24: note: Function in derived class
ecflow-4.9.0/ANode/parser/src/DefsParser.cpp:70:24: style: The function 'keyword' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/parser/src/Parser.hpp:40:22: note: Virtual function in base class
ecflow-4.9.0/ANode/parser/src/DefsParser.cpp:70:24: note: Function in derived class
ecflow-4.9.0/ANode/parser/src/DefsParser.cpp:72:17: style: The function 'doParse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/parser/src/Parser.hpp:36:15: note: Virtual function in base class
ecflow-4.9.0/ANode/parser/src/DefsParser.cpp:72:17: note: Function in derived class
ecflow-4.9.0/ANode/parser/src/DefsParser.cpp:105:17: style: The function 'doParse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/parser/src/Parser.hpp:36:15: note: Virtual function in base class
ecflow-4.9.0/ANode/parser/src/DefsParser.cpp:105:17: note: Function in derived class
ecflow-4.9.0/ANode/parser/src/DefsParser.cpp:123:24: style: The function 'keyword' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/parser/src/Parser.hpp:40:22: note: Virtual function in base class
ecflow-4.9.0/ANode/parser/src/DefsParser.cpp:123:24: note: Function in derived class
ecflow-4.9.0/ANode/parser/src/DefsParser.cpp:189:15: style: The function 'doParse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/parser/src/Parser.hpp:36:15: note: Virtual function in base class
ecflow-4.9.0/ANode/parser/src/DefsParser.cpp:189:15: note: Function in derived class
ecflow-4.9.0/ANode/parser/src/DefsParser.cpp:204:22: style: The function 'keyword' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/parser/src/Parser.hpp:40:22: note: Virtual function in base class
ecflow-4.9.0/ANode/parser/src/DefsParser.cpp:204:22: note: Function in derived class
ecflow-4.9.0/ANode/parser/src/DefsParser.cpp:276:15: style: The function 'doParse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/parser/src/Parser.hpp:36:15: note: Virtual function in base class
ecflow-4.9.0/ANode/parser/src/DefsParser.cpp:276:15: note: Function in derived class
ecflow-4.9.0/ANode/parser/src/DefsParser.cpp:299:22: style: The function 'keyword' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/parser/src/Parser.hpp:40:22: note: Virtual function in base class
ecflow-4.9.0/ANode/parser/src/DefsParser.cpp:299:22: note: Function in derived class
ecflow-4.9.0/ANode/parser/src/DefsParser.cpp:387:15: style: The function 'doParse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/parser/src/Parser.hpp:36:15: note: Virtual function in base class
ecflow-4.9.0/ANode/parser/src/DefsParser.cpp:387:15: note: Function in derived class
ecflow-4.9.0/ANode/parser/src/DefsParser.cpp:414:22: style: The function 'keyword' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/parser/src/Parser.hpp:40:22: note: Virtual function in base class
ecflow-4.9.0/ANode/parser/src/DefsParser.cpp:414:22: note: Function in derived class
ecflow-4.9.0/ANode/parser/src/DefsStructureParser.cpp:50:77: style: Function 'DefsStructureParser' argument 2 names different: declaration 'def_str' definition 'str'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/parser/src/DefsStructureParser.hpp:56:59: note: Function 'DefsStructureParser' argument 2 names different: declaration 'def_str' definition 'str'.
ecflow-4.9.0/ANode/parser/src/DefsStructureParser.cpp:50:77: note: Function 'DefsStructureParser' argument 2 names different: declaration 'def_str' definition 'str'.
ecflow-4.9.0/ANode/parser/src/DefsStructureParser.cpp:267:8: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
ecflow-4.9.0/ANode/parser/src/TriggerParser.cpp:49:38: style: Function 'getExpression' argument 2 names different: declaration 'lineTokens' definition 'theLineTokens'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/parser/src/TriggerParser.hpp:25:47: note: Function 'getExpression' argument 2 names different: declaration 'lineTokens' definition 'theLineTokens'.
ecflow-4.9.0/ANode/parser/src/TriggerParser.cpp:49:38: note: Function 'getExpression' argument 2 names different: declaration 'lineTokens' definition 'theLineTokens'.
ecflow-4.9.0/ANode/parser/src/TriggerParser.cpp:51:16: style: Function 'getExpression' argument 4 names different: declaration 'andExr' definition 'andExp'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/parser/src/TriggerParser.hpp:27:27: note: Function 'getExpression' argument 4 names different: declaration 'andExr' definition 'andExp'.
ecflow-4.9.0/ANode/parser/src/TriggerParser.cpp:51:16: note: Function 'getExpression' argument 4 names different: declaration 'andExr' definition 'andExp'.
ecflow-4.9.0/ANode/parser/src/TriggerParser.cpp:52:16: style: Function 'getExpression' argument 5 names different: declaration 'orExpr' definition 'orExp'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/parser/src/TriggerParser.hpp:28:27: note: Function 'getExpression' argument 5 names different: declaration 'orExpr' definition 'orExp'.
ecflow-4.9.0/ANode/parser/src/TriggerParser.cpp:52:16: note: Function 'getExpression' argument 5 names different: declaration 'orExpr' definition 'orExp'.
ecflow-4.9.0/ANode/parser/test/PersistHelper.hpp:30:2: style: Class 'PersistHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/parser/test/PersistHelper.cpp:201:112: style: Function 'reload_from_defs_file' argument 3 names different: declaration 'filename' definition 'tmpFilename'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/parser/test/PersistHelper.hpp:44:101: note: Function 'reload_from_defs_file' argument 3 names different: declaration 'filename' definition 'tmpFilename'.
ecflow-4.9.0/ANode/parser/test/PersistHelper.cpp:201:112: note: Function 'reload_from_defs_file' argument 3 names different: declaration 'filename' definition 'tmpFilename'.
ecflow-4.9.0/ANode/parser/test/TestSingleDefsFile.cpp:117:11: style: The scope of the variable 'expectedTimeForParseOnly' can be reduced. [variableScope]
ecflow-4.9.0/ANode/parser/test/TestSingleDefsFile.cpp:118:11: style: The scope of the variable 'expectedTimeForResolveDependencies' can be reduced. [variableScope]
ecflow-4.9.0/ANode/parser/test/TestSingleDefsFile.cpp:119:11: style: The scope of the variable 'checkExprAndLimits' can be reduced. [variableScope]
ecflow-4.9.0/ANode/parser/test/TestSingleDefsFile.cpp:120:11: style: The scope of the variable 'expectedTimeForFindAllPaths' can be reduced. [variableScope]
ecflow-4.9.0/ANode/parser/test/TestSingleDefsFile.cpp:121:11: style: The scope of the variable 'expectedTimeForDefsPersistOnly' can be reduced. [variableScope]
ecflow-4.9.0/ANode/parser/test/TestSingleDefsFile.cpp:123:11: style: The scope of the variable 'expectedTimeForCheckPtPersistAndReload' can be reduced. [variableScope]
ecflow-4.9.0/ANode/src/Alias.cpp:129:33: style: Function 'isAddChildOk' argument 1 names different: declaration 'child' definition 'alias'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/Alias.hpp:49:37: note: Function 'isAddChildOk' argument 1 names different: declaration 'child' definition 'alias'.
ecflow-4.9.0/ANode/src/Alias.cpp:129:33: note: Function 'isAddChildOk' argument 1 names different: declaration 'child' definition 'alias'.
ecflow-4.9.0/ANode/src/InLimitMgr.hpp:127:8: style: Technically the member function 'InLimitMgr::serialize' can be const. [functionConst]
ecflow-4.9.0/ANode/src/Defs.hpp:135:16: performance: Technically the member function 'Defs::name' can be static. [functionStatic]
ecflow-4.9.0/ANode/src/ExprAst.hpp:408:2: style: Class 'AstInteger' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/src/ExprAst.hpp:429:2: style: Class 'AstNodeState' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/src/ExprAst.hpp:446:2: style: Class 'AstEventState' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/src/ExprAst.hpp:473:2: style: Class 'AstNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/src/ExprAst.hpp:598:4: style: Class 'AstParentVariable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/src/ExprAst.hpp:638:2: style: Class 'VariableHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/src/Expression.hpp:37:4: style: Class 'PartExpression' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/src/Expression.hpp:87:4: style: Class 'Expression' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/src/Expression.hpp:88:4: style: Class 'Expression' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/src/InLimitMgr.hpp:41:4: style: Class 'InLimitMgr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/src/TimeDepAttrs.hpp:33:4: style: Class 'TimeDepAttrs' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/src/ChildAttrs.hpp:32:4: style: Class 'ChildAttrs' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/src/MiscAttrs.hpp:30:4: style: Class 'MiscAttrs' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/src/Submittable.hpp:184:4: style: Class 'SubGenVariables' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/src/Alias.hpp:21:4: style: Class 'Alias' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/src/ServerState.hpp:38:4: style: Class 'ServerState' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/src/ClientSuites.hpp:50:4: style: Struct 'HSuite' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/src/ClientSuiteMgr.hpp:44:3: style: Class 'ClientSuiteMgr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/src/EcfFile.hpp:28:4: style: Class 'IncludeFileCache' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/src/EcfFile.hpp:158:4: style: Class 'PreProcessor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/src/JobsParam.hpp:29:2: style: Class 'JobsParam' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/src/NodeContainer.hpp:28:4: style: Class 'NodeContainer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/src/Suite.hpp:27:4: style: Class 'Suite' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/src/Suite.hpp:159:4: style: Class 'SuiteGenVariables' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/src/Defs.hpp:60:4: style: Class 'Defs' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/src/Defs.hpp:445:4: style: Class 'ChangeStartNotification' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/src/MiscAttrs.hpp:28:1: warning: The class 'MiscAttrs' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ecflow-4.9.0/ANode/src/ExprAst.hpp:76:15: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:36:15: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:76:15: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:77:20: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:37:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:77:20: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:79:16: style: The function 'left' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:46:15: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:79:16: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:80:16: style: The function 'addChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:45:15: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:80:16: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:81:18: style: The function 'isTop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:42:20: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:81:18: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:82:16: style: The function 'evaluate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:48:15: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:82:16: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:83:17: style: The function 'check' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:51:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:83:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:85:15: style: The function 'empty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:49:15: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:85:15: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:86:24: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:54:26: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:86:24: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:87:17: style: The function 'print_flat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:55:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:87:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:88:17: style: The function 'is_valid_ast' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:53:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:88:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:90:15: style: The function 'why' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:60:15: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:90:15: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:91:22: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:56:22: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:91:22: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:92:15: style: The function 'exprType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:57:15: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:92:15: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:94:22: style: The function 'expression' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:59:24: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:94:22: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:95:24: style: The function 'why_expression' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:61:24: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:95:24: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:96:15: style: The function 'setParentNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:68:15: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:96:15: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:109:16: style: The function 'isRoot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:41:15: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:109:16: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:110:17: style: The function 'is_evaluateable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:43:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:110:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:112:17: style: The function 'check' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:51:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:112:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:113:15: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:36:15: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:113:15: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:114:15: style: The function 'addChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:45:15: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:114:15: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:115:16: style: The function 'left' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:46:15: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:115:16: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:116:16: style: The function 'right' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:47:15: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:116:16: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:117:24: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:54:26: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:117:24: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:118:15: style: The function 'empty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:49:15: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:118:15: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:119:15: style: The function 'setParentNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:68:15: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:119:15: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:138:15: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:113:15: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:138:15: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:140:17: style: The function 'is_not' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:39:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:140:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:142:15: style: The function 'evaluate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:48:15: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:142:15: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:143:14: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:50:16: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:143:14: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:144:24: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:117:24: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:144:24: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:145:17: style: The function 'print_flat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:55:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:145:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:146:17: style: The function 'is_valid_ast' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:53:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:146:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:147:22: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:56:22: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:147:22: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:148:22: style: The function 'expression' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:59:24: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:148:22: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:149:24: style: The function 'why_expression' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:61:24: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:149:24: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:151:17: style: The function 'set_root_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:121:15: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:151:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:160:15: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:113:15: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:160:15: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:163:15: style: The function 'evaluate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:48:15: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:163:15: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:164:14: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:50:16: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:164:14: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:165:24: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:117:24: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:165:24: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:166:17: style: The function 'print_flat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:55:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:166:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:167:17: style: The function 'is_valid_ast' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:53:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:167:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:168:22: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:56:22: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:168:22: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:169:22: style: The function 'expression' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:59:24: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:169:22: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:170:24: style: The function 'why_expression' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:61:24: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:170:24: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:177:15: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:113:15: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:177:15: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:180:15: style: The function 'evaluate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:48:15: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:180:15: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:181:14: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:50:16: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:181:14: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:182:24: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:117:24: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:182:24: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:183:17: style: The function 'print_flat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:55:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:183:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:184:17: style: The function 'is_valid_ast' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:53:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:184:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:185:22: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:56:22: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:185:22: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:186:22: style: The function 'expression' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:59:24: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:186:22: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:187:24: style: The function 'why_expression' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:61:24: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:187:24: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:194:15: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:113:15: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:194:15: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:196:15: style: The function 'evaluate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:48:15: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:196:15: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:197:17: style: The function 'check' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:112:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:197:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:198:14: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:50:16: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:198:14: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:199:24: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:117:24: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:199:24: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:200:17: style: The function 'print_flat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:55:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:200:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:201:17: style: The function 'is_valid_ast' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:53:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:201:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:202:22: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:56:22: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:202:22: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:203:22: style: The function 'expression' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:59:24: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:203:22: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:204:24: style: The function 'why_expression' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:61:24: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:204:24: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:211:15: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:113:15: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:211:15: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:213:15: style: The function 'evaluate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:48:15: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:213:15: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:214:14: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:50:16: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:214:14: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:215:24: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:117:24: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:215:24: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:216:17: style: The function 'print_flat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:55:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:216:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:217:17: style: The function 'is_valid_ast' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:53:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:217:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:218:22: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:56:22: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:218:22: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:219:22: style: The function 'expression' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:59:24: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:219:22: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:220:24: style: The function 'why_expression' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:61:24: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:220:24: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:227:17: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:113:15: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:227:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:229:17: style: The function 'check' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:112:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:229:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:230:17: style: The function 'evaluate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:48:15: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:230:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:231:16: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:50:16: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:231:16: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:232:26: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:117:24: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:232:26: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:233:17: style: The function 'print_flat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:55:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:233:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:234:17: style: The function 'is_valid_ast' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:53:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:234:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:235:24: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:56:22: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:235:24: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:236:24: style: The function 'expression' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:59:24: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:236:24: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:237:24: style: The function 'why_expression' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:61:24: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:237:24: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:245:15: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:113:15: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:245:15: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:247:15: style: The function 'evaluate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:48:15: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:247:15: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:248:24: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:117:24: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:248:24: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:249:17: style: The function 'print_flat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:55:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:249:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:250:17: style: The function 'is_valid_ast' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:53:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:250:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:251:22: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:56:22: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:251:22: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:252:22: style: The function 'expression' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:59:24: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:252:22: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:253:24: style: The function 'why_expression' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:61:24: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:253:24: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:260:15: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:113:15: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:260:15: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:262:15: style: The function 'evaluate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:48:15: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:262:15: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:263:24: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:117:24: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:263:24: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:264:17: style: The function 'print_flat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:55:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:264:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:265:17: style: The function 'is_valid_ast' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:53:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:265:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:266:22: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:56:22: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:266:22: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:267:22: style: The function 'expression' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:59:24: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:267:22: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:268:24: style: The function 'why_expression' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:61:24: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:268:24: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:275:15: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:113:15: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:275:15: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:277:15: style: The function 'evaluate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:48:15: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:277:15: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:278:24: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:117:24: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:278:24: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:279:17: style: The function 'print_flat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:55:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:279:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:280:17: style: The function 'is_valid_ast' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:53:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:280:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:281:22: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:56:22: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:281:22: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:282:22: style: The function 'expression' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:59:24: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:282:22: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:283:24: style: The function 'why_expression' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:61:24: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:283:24: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:290:15: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:113:15: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:290:15: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:292:15: style: The function 'evaluate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:48:15: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:292:15: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:293:24: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:117:24: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:293:24: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:294:17: style: The function 'print_flat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:55:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:294:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:295:17: style: The function 'is_valid_ast' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:53:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:295:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:296:22: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:56:22: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:296:22: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:297:22: style: The function 'expression' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:59:24: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:297:22: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:298:24: style: The function 'why_expression' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:61:24: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:298:24: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:305:15: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:113:15: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:305:15: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:307:15: style: The function 'evaluate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:48:15: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:307:15: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:308:24: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:117:24: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:308:24: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:309:17: style: The function 'print_flat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:55:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:309:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:310:17: style: The function 'is_valid_ast' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:53:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:310:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:311:22: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:56:22: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:311:22: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:312:22: style: The function 'expression' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:59:24: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:312:22: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:313:24: style: The function 'why_expression' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:61:24: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:313:24: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:320:15: style: The function 'evaluate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:48:15: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:320:15: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:321:15: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:113:15: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:321:15: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:323:24: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:117:24: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:323:24: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:324:17: style: The function 'print_flat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:55:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:324:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:325:17: style: The function 'is_valid_ast' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:53:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:325:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:326:22: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:56:22: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:326:22: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:327:22: style: The function 'expression' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:59:24: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:327:22: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:328:24: style: The function 'why_expression' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:61:24: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:328:24: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:337:15: style: The function 'evaluate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:48:15: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:337:15: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:338:15: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:113:15: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:338:15: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:340:24: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:117:24: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:340:24: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:341:17: style: The function 'print_flat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:55:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:341:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:342:17: style: The function 'is_valid_ast' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:53:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:342:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:343:22: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:56:22: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:343:22: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:344:22: style: The function 'expression' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:59:24: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:344:22: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:345:24: style: The function 'why_expression' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:61:24: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:345:24: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:354:15: style: The function 'evaluate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:48:15: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:354:15: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:355:15: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:113:15: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:355:15: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:357:24: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:117:24: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:357:24: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:358:17: style: The function 'print_flat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:55:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:358:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:359:17: style: The function 'is_valid_ast' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:53:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:359:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:360:22: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:56:22: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:360:22: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:361:22: style: The function 'expression' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:59:24: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:361:22: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:362:24: style: The function 'why_expression' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:61:24: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:362:24: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:373:15: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:36:15: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:373:15: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:374:15: style: The function 'isleaf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:40:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:374:15: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:375:17: style: The function 'is_valid_ast' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:53:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:375:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:384:17: style: The function 'is_evaluateable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:43:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:384:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:385:17: style: The function 'evaluate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:48:15: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:385:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:387:17: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:373:15: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:387:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:389:16: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:50:16: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:389:16: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:390:26: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:54:26: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:390:26: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:391:17: style: The function 'print_flat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:55:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:391:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:392:24: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:56:22: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:392:24: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:393:24: style: The function 'expression' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:59:24: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:393:24: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:394:24: style: The function 'why_expression' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:61:24: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:394:24: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:396:17: style: The function 'setParentNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:68:15: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:396:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:410:17: style: The function 'is_evaluateable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:43:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:410:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:411:15: style: The function 'evaluate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:48:15: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:411:15: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:413:15: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:373:15: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:413:15: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:415:15: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:50:16: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:415:15: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:416:25: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:54:26: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:416:25: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:417:17: style: The function 'print_flat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:55:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:417:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:418:22: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:56:22: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:418:22: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:419:22: style: The function 'expression' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:59:24: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:419:22: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:420:24: style: The function 'why_expression' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:61:24: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:420:24: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:431:15: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:373:15: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:431:15: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:433:15: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:50:16: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:433:15: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:434:25: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:54:26: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:434:25: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:435:17: style: The function 'print_flat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:55:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:435:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:436:22: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:56:22: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:436:22: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:437:22: style: The function 'expression' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:59:24: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:437:22: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:438:24: style: The function 'why_expression' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:61:24: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:438:24: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:448:15: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:373:15: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:448:15: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:450:15: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:50:16: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:450:15: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:451:25: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:54:26: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:451:25: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:452:17: style: The function 'print_flat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:55:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:452:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:453:22: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:56:22: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:453:22: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:454:22: style: The function 'expression' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:59:24: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:454:22: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:455:24: style: The function 'why_expression' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:61:24: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:455:24: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:475:15: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:373:15: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:475:15: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:477:15: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:50:16: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:477:15: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:478:26: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:54:26: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:478:26: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:479:17: style: The function 'print_flat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:55:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:479:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:480:22: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:56:22: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:480:22: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:481:24: style: The function 'expression' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:59:24: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:481:24: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:482:24: style: The function 'why_expression' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:61:24: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:482:24: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:483:16: style: The function 'setParentNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:68:15: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:483:16: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:503:24: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:58:22: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:503:24: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:505:17: style: The function 'is_attribute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:38:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:505:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:509:17: style: The function 'is_evaluateable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:43:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:509:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:510:17: style: The function 'evaluate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:48:15: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:510:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:512:17: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:373:15: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:512:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:514:16: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:50:16: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:514:16: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:515:26: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:54:26: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:515:26: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:516:17: style: The function 'print_flat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:55:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:516:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:517:24: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:56:22: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:517:24: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:518:24: style: The function 'expression' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:59:24: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:518:24: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:519:24: style: The function 'why_expression' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:61:24: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:519:24: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:520:17: style: The function 'setParentNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:68:15: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:520:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:550:22: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:58:22: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:550:22: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:551:17: style: The function 'is_attribute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:38:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:551:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:556:17: style: The function 'is_evaluateable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:43:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:556:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:557:17: style: The function 'evaluate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:48:15: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:557:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:559:16: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:373:15: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:559:16: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:561:14: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:50:16: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:561:14: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:562:25: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:54:26: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:562:25: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:563:17: style: The function 'print_flat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:55:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:563:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:564:22: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:56:22: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:564:22: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:565:22: style: The function 'expression' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:59:24: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:565:22: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:566:24: style: The function 'why_expression' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:61:24: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:566:24: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:567:16: style: The function 'setParentNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:68:15: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:567:16: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:569:16: style: The function 'minus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:65:16: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:569:16: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:570:16: style: The function 'plus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:66:16: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:570:16: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:601:24: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:58:22: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:601:24: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:602:17: style: The function 'is_attribute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:38:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:602:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:607:17: style: The function 'is_evaluateable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:43:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:607:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:608:17: style: The function 'evaluate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:48:15: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:608:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:610:17: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:373:15: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:610:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:612:16: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:50:16: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:612:16: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:613:26: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:54:26: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:613:26: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:614:17: style: The function 'print_flat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:55:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:614:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:615:24: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:56:22: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:615:24: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:616:24: style: The function 'expression' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:59:24: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:616:24: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:617:24: style: The function 'why_expression' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:61:24: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:617:24: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:618:17: style: The function 'setParentNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:68:15: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:618:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:620:16: style: The function 'minus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:65:16: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:620:16: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAst.hpp:621:16: style: The function 'plus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAst.hpp:66:16: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAst.hpp:621:16: note: Function in derived class
ecflow-4.9.0/ANode/src/Submittable.hpp:60:17: style: The function 'calendarChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:89:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Submittable.hpp:60:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Submittable.hpp:66:17: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:129:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Submittable.hpp:66:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Submittable.hpp:67:17: style: The function 'begin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:132:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Submittable.hpp:67:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Submittable.hpp:68:17: style: The function 'requeue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:172:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Submittable.hpp:68:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Submittable.hpp:69:17: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:192:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Submittable.hpp:69:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Submittable.hpp:70:17: style: The function 'kill' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:118:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Submittable.hpp:70:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Submittable.hpp:71:17: style: The function 'status' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:122:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Submittable.hpp:71:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Submittable.hpp:73:17: style: The function 'update_generated_variables' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:233:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Submittable.hpp:73:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Submittable.hpp:74:28: style: The function 'findGenVariable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:544:28: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Submittable.hpp:74:28: note: Function in derived class
ecflow-4.9.0/ANode/src/Submittable.hpp:75:17: style: The function 'gen_variables' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:363:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Submittable.hpp:75:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Submittable.hpp:93:17: style: The function 'check_job_creation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:236:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Submittable.hpp:93:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Submittable.hpp:96:17: style: The function 'generate_scripts' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:246:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Submittable.hpp:96:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Submittable.hpp:98:26: style: The function 'computedState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:576:26: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Submittable.hpp:98:26: note: Function in derived class
ecflow-4.9.0/ANode/src/Submittable.hpp:119:31: style: The function 'abortedReason' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:262:31: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Submittable.hpp:119:31: note: Function in derived class
ecflow-4.9.0/ANode/src/Submittable.hpp:125:17: style: The function 'read_state' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:655:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Submittable.hpp:125:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Submittable.hpp:128:24: style: The function 'write_state' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:654:24: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Submittable.hpp:128:24: note: Function in derived class
ecflow-4.9.0/ANode/src/Submittable.hpp:136:17: style: The function 'update_limits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:617:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Submittable.hpp:136:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Alias.hpp:30:18: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:249:26: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Alias.hpp:30:18: note: Function in derived class
ecflow-4.9.0/ANode/src/Alias.hpp:37:17: style: The function 'begin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Submittable.hpp:67:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Alias.hpp:37:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Alias.hpp:38:17: style: The function 'requeue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Submittable.hpp:68:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Alias.hpp:38:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Alias.hpp:40:19: style: The function 'suite' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:304:19: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Alias.hpp:40:19: note: Function in derived class
ecflow-4.9.0/ANode/src/Alias.hpp:41:18: style: The function 'defs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:305:18: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Alias.hpp:41:18: note: Function in derived class
ecflow-4.9.0/ANode/src/Alias.hpp:42:19: style: The function 'isAlias' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:309:19: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Alias.hpp:42:19: note: Function in derived class
ecflow-4.9.0/ANode/src/Alias.hpp:43:25: style: The function 'isSubmittable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:310:25: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Alias.hpp:43:25: note: Function in derived class
ecflow-4.9.0/ANode/src/Alias.hpp:45:31: style: The function 'debugType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:317:31: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Alias.hpp:45:31: note: Function in derived class
ecflow-4.9.0/ANode/src/Alias.hpp:47:21: style: The function 'removeChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:239:21: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Alias.hpp:47:21: note: Function in derived class
ecflow-4.9.0/ANode/src/Alias.hpp:48:17: style: The function 'addChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:240:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Alias.hpp:48:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Alias.hpp:49:17: style: The function 'isAddChildOk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:241:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Alias.hpp:49:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Alias.hpp:51:31: style: The function 'script_extension' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Submittable.hpp:86:31: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Alias.hpp:51:31: note: Function in derived class
ecflow-4.9.0/ANode/src/Alias.hpp:53:17: style: The function 'collateChanges' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:483:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Alias.hpp:53:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Alias.hpp:56:21: style: The function 'find_node_up_the_tree' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:511:21: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Alias.hpp:56:21: note: Function in derived class
ecflow-4.9.0/ANode/src/Alias.hpp:59:21: style: The function 'find_relative_node' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:514:21: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Alias.hpp:59:21: note: Function in derived class
ecflow-4.9.0/ANode/src/Alias.hpp:61:17: style: The function 'get_all_nodes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:379:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Alias.hpp:61:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Alias.hpp:68:19: style: The function 'child_position' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:609:19: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Alias.hpp:68:19: note: Function in derived class
ecflow-4.9.0/ANode/src/Alias.hpp:72:17: style: The function 'check_job_creation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Submittable.hpp:93:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Alias.hpp:72:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Alias.hpp:76:17: style: The function 'handleStateChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:595:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Alias.hpp:76:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Alias.hpp:79:17: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:255:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Alias.hpp:79:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Alias.hpp:80:17: style: The function 'acceptVisitTraversor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:256:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Alias.hpp:80:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Alias.hpp:81:17: style: The function 'get_all_tasks' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:378:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Alias.hpp:81:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Alias.hpp:82:17: style: The function 'get_all_aliases' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:380:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Alias.hpp:82:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Alias.hpp:83:17: style: The function 'getAllNodes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:384:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Alias.hpp:83:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Alias.hpp:84:17: style: The function 'getAllTasks' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:381:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Alias.hpp:84:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Alias.hpp:85:17: style: The function 'getAllSubmittables' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:382:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Alias.hpp:85:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Alias.hpp:86:17: style: The function 'get_all_active_submittables' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:383:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Alias.hpp:86:17: note: Function in derived class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:33:15: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:255:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:33:15: note: Function in derived class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:34:15: style: The function 'acceptVisitTraversor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:256:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:34:15: note: Function in derived class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:35:18: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:129:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:35:18: note: Function in derived class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:36:15: style: The function 'begin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:132:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:36:15: note: Function in derived class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:37:15: style: The function 'requeue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:172:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:37:15: note: Function in derived class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:38:17: style: The function 'requeue_time_attrs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:178:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:38:17: note: Function in derived class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:39:15: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:192:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:39:15: note: Function in derived class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:40:15: style: The function 'kill' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:118:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:40:15: note: Function in derived class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:41:15: style: The function 'status' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:122:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:41:15: note: Function in derived class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:42:15: style: The function 'top_down_why' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:195:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:42:15: note: Function in derived class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:43:15: style: The function 'collateChanges' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:483:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:43:15: note: Function in derived class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:46:17: style: The function 'order' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:125:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:46:17: note: Function in derived class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:48:15: style: The function 'hasAutoCancel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:337:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:48:15: note: Function in derived class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:49:16: style: The function 'calendarChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:89:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:49:16: note: Function in derived class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:50:16: style: The function 'resolveDependencies' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:99:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:50:16: note: Function in derived class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:51:16: style: The function 'check' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:227:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:51:16: note: Function in derived class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:58:15: style: The function 'immediateChildren' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:388:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:58:15: note: Function in derived class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:59:16: style: The function 'allChildren' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:391:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:59:16: note: Function in derived class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:61:20: style: The function 'findImmediateChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:541:21: note: Virtual function in base class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:61:20: note: Function in derived class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:62:21: style: The function 'find_node_up_the_tree' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:511:21: note: Virtual function in base class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:62:21: note: Function in derived class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:65:2: style: The function 'find_relative_node' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:514:21: note: Virtual function in base class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:65:2: note: Function in derived class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:71:15: style: The function 'getAllNodes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:384:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:71:15: note: Function in derived class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:72:17: style: The function 'getAllTasks' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:381:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:72:17: note: Function in derived class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:73:17: style: The function 'getAllSubmittables' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:382:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:73:17: note: Function in derived class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:74:17: style: The function 'get_all_active_submittables' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:383:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:74:17: note: Function in derived class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:75:17: style: The function 'get_all_tasks' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:378:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:75:17: note: Function in derived class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:76:17: style: The function 'get_all_nodes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:379:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:76:17: note: Function in derived class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:77:17: style: The function 'get_all_aliases' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:380:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:77:17: note: Function in derived class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:78:15: style: The function 'getAllAstNodes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:385:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:78:15: note: Function in derived class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:83:16: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:249:26: note: Virtual function in base class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:83:16: note: Function in derived class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:86:15: style: The function 'hasTimeDependencies' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:327:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:86:15: note: Function in derived class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:88:15: style: The function 'check_job_creation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:236:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:88:15: note: Function in derived class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:89:17: style: The function 'generate_scripts' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:246:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:89:17: note: Function in derived class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:91:15: style: The function 'checkInvariants' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:252:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:91:15: note: Function in derived class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:92:16: style: The function 'verification' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:243:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:92:16: note: Function in derived class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:94:24: style: The function 'computedState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:576:26: note: Virtual function in base class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:94:24: note: Function in derived class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:96:20: style: The function 'removeChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:239:21: note: Virtual function in base class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:96:20: note: Function in derived class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:97:16: style: The function 'addChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:240:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:97:16: note: Function in derived class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:98:16: style: The function 'isAddChildOk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:241:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:98:16: note: Function in derived class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:100:16: style: The function 'setRepeatToLastValueHierarchically' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:209:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:100:16: note: Function in derived class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:101:15: style: The function 'setStateOnlyHierarchically' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:289:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:101:15: note: Function in derived class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:102:15: style: The function 'set_state_hierarchically' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:285:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:102:15: note: Function in derived class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:103:17: style: The function 'update_limits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:617:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:103:17: note: Function in derived class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:104:17: style: The function 'sort_attributes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:428:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:104:17: note: Function in derived class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:107:19: style: The function 'child_position' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:609:19: note: Virtual function in base class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:107:19: note: Function in derived class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:114:15: style: The function 'handleStateChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:595:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:114:15: note: Function in derived class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:118:17: style: The function 'doDeleteChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:635:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:118:17: note: Function in derived class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:129:17: style: The function 'force_sync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:598:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/NodeContainer.hpp:129:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Suite.hpp:55:19: style: The function 'suite' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:304:19: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Suite.hpp:55:19: note: Function in derived class
ecflow-4.9.0/ANode/src/Suite.hpp:56:18: style: The function 'defs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:305:18: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Suite.hpp:56:18: note: Function in derived class
ecflow-4.9.0/ANode/src/Suite.hpp:58:19: style: The function 'isSuite' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:313:19: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Suite.hpp:58:19: note: Function in derived class
ecflow-4.9.0/ANode/src/Suite.hpp:59:27: style: The function 'isNodeContainer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:311:27: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Suite.hpp:59:27: note: Function in derived class
ecflow-4.9.0/ANode/src/Suite.hpp:62:17: style: The function 'resolveDependencies' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/NodeContainer.hpp:50:16: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Suite.hpp:62:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Suite.hpp:64:17: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/NodeContainer.hpp:33:15: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Suite.hpp:64:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Suite.hpp:65:17: style: The function 'acceptVisitTraversor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/NodeContainer.hpp:34:15: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Suite.hpp:65:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Suite.hpp:66:17: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/NodeContainer.hpp:35:18: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Suite.hpp:66:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Suite.hpp:67:17: style: The function 'begin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/NodeContainer.hpp:36:15: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Suite.hpp:67:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Suite.hpp:68:17: style: The function 'requeue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/NodeContainer.hpp:37:15: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Suite.hpp:68:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Suite.hpp:71:17: style: The function 'update_generated_variables' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:233:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Suite.hpp:71:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Suite.hpp:73:28: style: The function 'findGenVariable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:544:28: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Suite.hpp:73:28: note: Function in derived class
ecflow-4.9.0/ANode/src/Suite.hpp:74:17: style: The function 'gen_variables' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:363:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Suite.hpp:74:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Suite.hpp:78:31: style: The function 'debugType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:317:31: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Suite.hpp:78:31: note: Function in derived class
ecflow-4.9.0/ANode/src/Suite.hpp:81:18: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:249:26: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Suite.hpp:81:18: note: Function in derived class
ecflow-4.9.0/ANode/src/Suite.hpp:97:17: style: The function 'checkInvariants' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/NodeContainer.hpp:91:15: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Suite.hpp:97:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Suite.hpp:100:17: style: The function 'collateChanges' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/NodeContainer.hpp:43:15: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Suite.hpp:100:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Suite.hpp:112:17: style: The function 'read_state' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:655:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Suite.hpp:112:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Suite.hpp:119:24: style: The function 'write_state' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:654:24: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Suite.hpp:119:24: note: Function in derived class
ecflow-4.9.0/ANode/src/Attr.cpp:50:46: style: Function 'to_attr' argument 1 names different: declaration 'attr' definition 'str'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/Attr.hpp:28:50: note: Function 'to_attr' argument 1 names different: declaration 'attr' definition 'str'.
ecflow-4.9.0/ANode/src/Attr.cpp:50:46: note: Function 'to_attr' argument 1 names different: declaration 'attr' definition 'str'.
ecflow-4.9.0/ANode/src/Attr.cpp:59:41: style: Function 'is_valid' argument 1 names different: declaration 'state' definition 'str'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/Attr.hpp:29:45: note: Function 'is_valid' argument 1 names different: declaration 'state' definition 'str'.
ecflow-4.9.0/ANode/src/Attr.cpp:59:41: note: Function 'is_valid' argument 1 names different: declaration 'state' definition 'str'.
ecflow-4.9.0/ANode/src/ChildAttrs.cpp:61:51: style: Function 'sort_attributes' argument 1 names different: declaration 'at' definition 'attr'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/ChildAttrs.hpp:43:42: note: Function 'sort_attributes' argument 1 names different: declaration 'at' definition 'attr'.
ecflow-4.9.0/ANode/src/ChildAttrs.cpp:61:51: note: Function 'sort_attributes' argument 1 names different: declaration 'at' definition 'attr'.
ecflow-4.9.0/ANode/src/ChildAttrs.cpp:86:63: style: Function 'set_event_used_in_trigger' argument 1 names different: declaration 'name' definition 'event_name_or_number'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/ChildAttrs.hpp:104:54: note: Function 'set_event_used_in_trigger' argument 1 names different: declaration 'name' definition 'event_name_or_number'.
ecflow-4.9.0/ANode/src/ChildAttrs.cpp:86:63: note: Function 'set_event_used_in_trigger' argument 1 names different: declaration 'name' definition 'event_name_or_number'.
ecflow-4.9.0/ANode/src/ChildAttrs.cpp:117:63: style: Function 'set_meter_used_in_trigger' argument 1 names different: declaration 'name' definition 'meter_name'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/ChildAttrs.hpp:103:54: note: Function 'set_meter_used_in_trigger' argument 1 names different: declaration 'name' definition 'meter_name'.
ecflow-4.9.0/ANode/src/ChildAttrs.cpp:117:63: note: Function 'set_meter_used_in_trigger' argument 1 names different: declaration 'name' definition 'meter_name'.
ecflow-4.9.0/ANode/src/ChildAttrs.cpp:138:47: style: Function 'set_event' argument 1 names different: declaration 'name' definition 'event_name_or_number'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/ChildAttrs.hpp:78:38: note: Function 'set_event' argument 1 names different: declaration 'name' definition 'event_name_or_number'.
ecflow-4.9.0/ANode/src/ChildAttrs.cpp:138:47: note: Function 'set_event' argument 1 names different: declaration 'name' definition 'event_name_or_number'.
ecflow-4.9.0/ANode/src/ChildAttrs.cpp:169:47: style: Function 'set_meter' argument 1 names different: declaration 'name' definition 'meter_name'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/ChildAttrs.hpp:77:38: note: Function 'set_meter' argument 1 names different: declaration 'name' definition 'meter_name'.
ecflow-4.9.0/ANode/src/ChildAttrs.cpp:169:47: note: Function 'set_meter' argument 1 names different: declaration 'name' definition 'meter_name'.
ecflow-4.9.0/ANode/src/ChildAttrs.cpp:203:49: style: Function 'changeEvent' argument 1 names different: declaration 'name' definition 'event_name_or_number'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/ChildAttrs.hpp:71:40: note: Function 'changeEvent' argument 1 names different: declaration 'name' definition 'event_name_or_number'.
ecflow-4.9.0/ANode/src/ChildAttrs.cpp:203:49: note: Function 'changeEvent' argument 1 names different: declaration 'name' definition 'event_name_or_number'.
ecflow-4.9.0/ANode/src/ChildAttrs.cpp:216:49: style: Function 'changeEvent' argument 1 names different: declaration 'name' definition 'event_name_or_number'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/ChildAttrs.hpp:72:40: note: Function 'changeEvent' argument 1 names different: declaration 'name' definition 'event_name_or_number'.
ecflow-4.9.0/ANode/src/ChildAttrs.cpp:216:49: note: Function 'changeEvent' argument 1 names different: declaration 'name' definition 'event_name_or_number'.
ecflow-4.9.0/ANode/src/ChildAttrs.cpp:222:49: style: Function 'changeMeter' argument 1 names different: declaration 'name' definition 'meter_name'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/ChildAttrs.hpp:73:40: note: Function 'changeMeter' argument 1 names different: declaration 'name' definition 'meter_name'.
ecflow-4.9.0/ANode/src/ChildAttrs.cpp:222:49: note: Function 'changeMeter' argument 1 names different: declaration 'name' definition 'meter_name'.
ecflow-4.9.0/ANode/src/ChildAttrs.cpp:233:49: style: Function 'changeMeter' argument 1 names different: declaration 'name' definition 'meter_name'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/ChildAttrs.hpp:74:40: note: Function 'changeMeter' argument 1 names different: declaration 'name' definition 'meter_name'.
ecflow-4.9.0/ANode/src/ChildAttrs.cpp:233:49: note: Function 'changeMeter' argument 1 names different: declaration 'name' definition 'meter_name'.
ecflow-4.9.0/ANode/src/ChildAttrs.cpp:468:62: style: Function 'findEventByName' argument 1 names different: declaration 'name' definition 'event_name'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/ChildAttrs.hpp:102:53: note: Function 'findEventByName' argument 1 names different: declaration 'name' definition 'event_name'.
ecflow-4.9.0/ANode/src/ChildAttrs.cpp:468:62: note: Function 'findEventByName' argument 1 names different: declaration 'name' definition 'event_name'.
ecflow-4.9.0/ANode/src/ChildAttrs.cpp:479:70: style: Function 'findEventByNameOrNumber' argument 1 names different: declaration 'name' definition 'theName'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/ChildAttrs.hpp:95:61: note: Function 'findEventByNameOrNumber' argument 1 names different: declaration 'name' definition 'theName'.
ecflow-4.9.0/ANode/src/ChildAttrs.cpp:479:70: note: Function 'findEventByNameOrNumber' argument 1 names different: declaration 'name' definition 'theName'.
ecflow-4.9.0/ANode/src/Family.hpp:24:4: style: Class 'Family' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/src/Family.hpp:78:4: style: Class 'FamGenVariables' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/src/Task.hpp:21:4: style: Class 'Task' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/src/Memento.hpp:80:4: style: Class 'CompoundMemento' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/src/Memento.hpp:110:4: style: Class 'StateMemento' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/src/Memento.hpp:130:4: style: Class 'OrderMemento' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/src/Memento.hpp:153:4: style: Class 'ChildrenMemento' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/src/Memento.hpp:176:4: style: Class 'AliasChildrenMemento' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/src/Memento.hpp:197:4: style: Class 'AliasNumberMemento' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/src/Memento.hpp:216:4: style: Class 'SuspendedMemento' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/src/Memento.hpp:235:4: style: Class 'ServerStateMemento' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/src/Memento.hpp:253:4: style: Class 'ServerVariableMemento' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/src/Memento.hpp:271:4: style: Class 'NodeDefStatusDeltaMemento' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/src/Memento.hpp:289:4: style: Class 'NodeEventMemento' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/src/Memento.hpp:308:4: style: Class 'NodeMeterMemento' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/src/Memento.hpp:327:4: style: Class 'NodeLabelMemento' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/src/Memento.hpp:347:4: style: Class 'NodeTriggerMemento' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/src/Memento.hpp:365:4: style: Class 'NodeCompleteMemento' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/src/Memento.hpp:383:4: style: Class 'NodeRepeatMemento' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/src/Memento.hpp:401:4: style: Class 'NodeLimitMemento' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/src/Memento.hpp:419:4: style: Class 'NodeInLimitMemento' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/src/Memento.hpp:438:4: style: Class 'NodeVariableMemento' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/src/Memento.hpp:456:4: style: Class 'NodeLateMemento' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/src/Memento.hpp:474:4: style: Class 'FlagMemento' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/src/Memento.hpp:494:4: style: Class 'NodeTodayMemento' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/src/Memento.hpp:513:4: style: Class 'NodeTimeMemento' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/src/Memento.hpp:532:4: style: Class 'NodeDayMemento' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/src/Memento.hpp:551:4: style: Class 'NodeCronMemento' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/src/Memento.hpp:570:4: style: Class 'NodeDateMemento' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/src/Memento.hpp:589:4: style: Class 'NodeZombieMemento' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/src/Memento.hpp:608:4: style: Class 'NodeVerifyMemento' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/src/Memento.hpp:660:4: style: Class 'SuiteClockMemento' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/src/Memento.hpp:678:4: style: Class 'SuiteBeginDeltaMemento' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/src/Memento.hpp:696:4: style: Class 'SuiteCalendarMemento' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/src/ChildAttrs.hpp:30:1: warning: The class 'ChildAttrs' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ecflow-4.9.0/ANode/src/Family.hpp:33:17: style: The function 'suite' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:304:19: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Family.hpp:33:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Family.hpp:34:16: style: The function 'defs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:305:18: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Family.hpp:34:16: note: Function in derived class
ecflow-4.9.0/ANode/src/Family.hpp:35:19: style: The function 'isFamily' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:312:20: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Family.hpp:35:19: note: Function in derived class
ecflow-4.9.0/ANode/src/Family.hpp:36:27: style: The function 'isNodeContainer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:311:27: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Family.hpp:36:27: note: Function in derived class
ecflow-4.9.0/ANode/src/Family.hpp:38:17: style: The function 'begin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/NodeContainer.hpp:36:15: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Family.hpp:38:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Family.hpp:39:17: style: The function 'resolveDependencies' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/NodeContainer.hpp:50:16: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Family.hpp:39:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Family.hpp:40:18: style: The function 'requeue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/NodeContainer.hpp:37:15: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Family.hpp:40:18: note: Function in derived class
ecflow-4.9.0/ANode/src/Family.hpp:41:15: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/NodeContainer.hpp:33:15: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Family.hpp:41:15: note: Function in derived class
ecflow-4.9.0/ANode/src/Family.hpp:42:15: style: The function 'acceptVisitTraversor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/NodeContainer.hpp:34:15: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Family.hpp:42:15: note: Function in derived class
ecflow-4.9.0/ANode/src/Family.hpp:43:15: style: The function 'update_generated_variables' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:233:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Family.hpp:43:15: note: Function in derived class
ecflow-4.9.0/ANode/src/Family.hpp:44:26: style: The function 'findGenVariable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:544:28: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Family.hpp:44:26: note: Function in derived class
ecflow-4.9.0/ANode/src/Family.hpp:45:15: style: The function 'gen_variables' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:363:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Family.hpp:45:15: note: Function in derived class
ecflow-4.9.0/ANode/src/Family.hpp:47:29: style: The function 'debugType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:317:31: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Family.hpp:47:29: note: Function in derived class
ecflow-4.9.0/ANode/src/Family.hpp:49:16: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:249:26: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Family.hpp:49:16: note: Function in derived class
ecflow-4.9.0/ANode/src/Family.hpp:52:15: style: The function 'collateChanges' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/NodeContainer.hpp:43:15: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Family.hpp:52:15: note: Function in derived class
ecflow-4.9.0/ANode/src/Family.hpp:56:17: style: The function 'read_state' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:655:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Family.hpp:56:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Family.hpp:58:24: style: The function 'write_state' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:654:24: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Family.hpp:58:24: note: Function in derived class
ecflow-4.9.0/ANode/src/Task.hpp:43:18: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:249:26: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Task.hpp:43:18: note: Function in derived class
ecflow-4.9.0/ANode/src/Task.hpp:64:17: style: The function 'immediateChildren' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:388:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Task.hpp:64:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Task.hpp:67:31: style: The function 'script_extension' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Submittable.hpp:86:31: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Task.hpp:67:31: note: Function in derived class
ecflow-4.9.0/ANode/src/Task.hpp:69:21: style: The function 'find_node_up_the_tree' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:511:21: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Task.hpp:69:21: note: Function in derived class
ecflow-4.9.0/ANode/src/Task.hpp:72:21: style: The function 'find_relative_node' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:514:21: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Task.hpp:72:21: note: Function in derived class
ecflow-4.9.0/ANode/src/Task.hpp:78:17: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Submittable.hpp:66:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Task.hpp:78:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Task.hpp:79:17: style: The function 'begin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Submittable.hpp:67:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Task.hpp:79:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Task.hpp:80:15: style: The function 'requeue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Submittable.hpp:68:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Task.hpp:80:15: note: Function in derived class
ecflow-4.9.0/ANode/src/Task.hpp:82:19: style: The function 'suite' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:304:19: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Task.hpp:82:19: note: Function in derived class
ecflow-4.9.0/ANode/src/Task.hpp:83:18: style: The function 'defs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:305:18: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Task.hpp:83:18: note: Function in derived class
ecflow-4.9.0/ANode/src/Task.hpp:84:16: style: The function 'isTask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:308:18: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Task.hpp:84:16: note: Function in derived class
ecflow-4.9.0/ANode/src/Task.hpp:85:25: style: The function 'isSubmittable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:310:25: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Task.hpp:85:25: note: Function in derived class
ecflow-4.9.0/ANode/src/Task.hpp:87:15: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:255:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Task.hpp:87:15: note: Function in derived class
ecflow-4.9.0/ANode/src/Task.hpp:88:15: style: The function 'acceptVisitTraversor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:256:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Task.hpp:88:15: note: Function in derived class
ecflow-4.9.0/ANode/src/Task.hpp:90:17: style: The function 'getAllNodes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:384:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Task.hpp:90:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Task.hpp:91:17: style: The function 'getAllTasks' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:381:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Task.hpp:91:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Task.hpp:92:17: style: The function 'getAllSubmittables' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:382:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Task.hpp:92:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Task.hpp:93:17: style: The function 'get_all_active_submittables' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:383:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Task.hpp:93:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Task.hpp:94:17: style: The function 'get_all_tasks' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:378:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Task.hpp:94:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Task.hpp:95:17: style: The function 'get_all_nodes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:379:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Task.hpp:95:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Task.hpp:96:17: style: The function 'get_all_aliases' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:380:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Task.hpp:96:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Task.hpp:98:29: style: The function 'debugType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:317:31: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Task.hpp:98:29: note: Function in derived class
ecflow-4.9.0/ANode/src/Task.hpp:101:15: style: The function 'resolveDependencies' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:99:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Task.hpp:101:15: note: Function in derived class
ecflow-4.9.0/ANode/src/Task.hpp:103:21: style: The function 'removeChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:239:21: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Task.hpp:103:21: note: Function in derived class
ecflow-4.9.0/ANode/src/Task.hpp:104:16: style: The function 'addChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:240:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Task.hpp:104:16: note: Function in derived class
ecflow-4.9.0/ANode/src/Task.hpp:105:16: style: The function 'isAddChildOk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:241:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Task.hpp:105:16: note: Function in derived class
ecflow-4.9.0/ANode/src/Task.hpp:107:17: style: The function 'order' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:125:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Task.hpp:107:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Task.hpp:108:17: style: The function 'generate_scripts' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Submittable.hpp:96:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Task.hpp:108:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Task.hpp:110:17: style: The function 'checkInvariants' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:252:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Task.hpp:110:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Task.hpp:112:17: style: The function 'collateChanges' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:483:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Task.hpp:112:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Task.hpp:118:17: style: The function 'read_state' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Submittable.hpp:125:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Task.hpp:118:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Task.hpp:121:19: style: The function 'child_position' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:609:19: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Task.hpp:121:19: note: Function in derived class
ecflow-4.9.0/ANode/src/Task.hpp:122:24: style: The function 'write_state' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Submittable.hpp:128:24: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Task.hpp:122:24: note: Function in derived class
ecflow-4.9.0/ANode/src/Task.hpp:132:15: style: The function 'handleStateChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:595:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Task.hpp:132:15: note: Function in derived class
ecflow-4.9.0/ANode/src/Task.hpp:133:17: style: The function 'doDeleteChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:635:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Task.hpp:133:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Task.hpp:136:21: style: The function 'findImmediateChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Node.hpp:541:21: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Task.hpp:136:21: note: Function in derived class
ecflow-4.9.0/ANode/src/Memento.hpp:113:17: style: The function 'do_incremental_node_sync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Memento.hpp:59:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Memento.hpp:113:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Memento.hpp:114:17: style: The function 'do_incremental_defs_sync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Memento.hpp:64:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Memento.hpp:114:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Memento.hpp:133:17: style: The function 'do_incremental_defs_sync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Memento.hpp:64:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Memento.hpp:133:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Memento.hpp:134:17: style: The function 'do_incremental_suite_sync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Memento.hpp:62:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Memento.hpp:134:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Memento.hpp:135:17: style: The function 'do_incremental_family_sync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Memento.hpp:63:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Memento.hpp:135:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Memento.hpp:136:17: style: The function 'do_incremental_task_sync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Memento.hpp:60:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Memento.hpp:136:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Memento.hpp:156:17: style: The function 'do_incremental_suite_sync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Memento.hpp:62:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Memento.hpp:156:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Memento.hpp:157:17: style: The function 'do_incremental_family_sync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Memento.hpp:63:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Memento.hpp:157:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Memento.hpp:179:17: style: The function 'do_incremental_task_sync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Memento.hpp:60:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Memento.hpp:179:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Memento.hpp:200:17: style: The function 'do_incremental_task_sync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Memento.hpp:60:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Memento.hpp:200:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Memento.hpp:219:17: style: The function 'do_incremental_node_sync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Memento.hpp:59:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Memento.hpp:219:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Memento.hpp:238:17: style: The function 'do_incremental_defs_sync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Memento.hpp:64:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Memento.hpp:238:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Memento.hpp:256:17: style: The function 'do_incremental_defs_sync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Memento.hpp:64:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Memento.hpp:256:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Memento.hpp:274:17: style: The function 'do_incremental_node_sync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Memento.hpp:59:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Memento.hpp:274:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Memento.hpp:292:17: style: The function 'do_incremental_node_sync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Memento.hpp:59:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Memento.hpp:292:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Memento.hpp:311:17: style: The function 'do_incremental_node_sync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Memento.hpp:59:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Memento.hpp:311:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Memento.hpp:330:17: style: The function 'do_incremental_node_sync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Memento.hpp:59:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Memento.hpp:330:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Memento.hpp:350:17: style: The function 'do_incremental_node_sync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Memento.hpp:59:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Memento.hpp:350:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Memento.hpp:368:17: style: The function 'do_incremental_node_sync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Memento.hpp:59:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Memento.hpp:368:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Memento.hpp:386:17: style: The function 'do_incremental_node_sync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Memento.hpp:59:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Memento.hpp:386:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Memento.hpp:404:17: style: The function 'do_incremental_node_sync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Memento.hpp:59:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Memento.hpp:404:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Memento.hpp:422:17: style: The function 'do_incremental_node_sync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Memento.hpp:59:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Memento.hpp:422:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Memento.hpp:441:17: style: The function 'do_incremental_node_sync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Memento.hpp:59:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Memento.hpp:441:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Memento.hpp:459:17: style: The function 'do_incremental_node_sync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Memento.hpp:59:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Memento.hpp:459:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Memento.hpp:477:17: style: The function 'do_incremental_node_sync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Memento.hpp:59:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Memento.hpp:477:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Memento.hpp:478:17: style: The function 'do_incremental_defs_sync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Memento.hpp:64:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Memento.hpp:478:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Memento.hpp:497:17: style: The function 'do_incremental_node_sync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Memento.hpp:59:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Memento.hpp:497:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Memento.hpp:516:17: style: The function 'do_incremental_node_sync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Memento.hpp:59:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Memento.hpp:516:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Memento.hpp:535:17: style: The function 'do_incremental_node_sync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Memento.hpp:59:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Memento.hpp:535:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Memento.hpp:554:17: style: The function 'do_incremental_node_sync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Memento.hpp:59:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Memento.hpp:554:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Memento.hpp:573:17: style: The function 'do_incremental_node_sync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Memento.hpp:59:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Memento.hpp:573:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Memento.hpp:592:17: style: The function 'do_incremental_node_sync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Memento.hpp:59:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Memento.hpp:592:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Memento.hpp:611:17: style: The function 'do_incremental_node_sync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Memento.hpp:59:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Memento.hpp:611:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Memento.hpp:638:17: style: The function 'do_incremental_task_sync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Memento.hpp:60:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Memento.hpp:638:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Memento.hpp:639:17: style: The function 'do_incremental_alias_sync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Memento.hpp:61:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Memento.hpp:639:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Memento.hpp:663:17: style: The function 'do_incremental_suite_sync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Memento.hpp:62:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Memento.hpp:663:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Memento.hpp:681:17: style: The function 'do_incremental_suite_sync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Memento.hpp:62:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Memento.hpp:681:17: note: Function in derived class
ecflow-4.9.0/ANode/src/Memento.hpp:699:17: style: The function 'do_incremental_suite_sync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/Memento.hpp:62:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/Memento.hpp:699:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ClientSuiteMgr.cpp:29:135: style: Function 'create_client_suite' argument 3 names different: declaration 'user' definition 'the_user'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/ClientSuiteMgr.hpp:47:121: note: Function 'create_client_suite' argument 3 names different: declaration 'user' definition 'the_user'.
ecflow-4.9.0/ANode/src/ClientSuiteMgr.cpp:29:135: note: Function 'create_client_suite' argument 3 names different: declaration 'user' definition 'the_user'.
ecflow-4.9.0/ANode/src/DefsDelta.hpp:37:2: style: Class 'DefsDelta' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/src/ClientSuites.cpp:230:48: style: Function 'max_change_no' argument 1 names different: declaration 'state_change_no' definition 'the_max_state_change_no'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/ClientSuites.hpp:107:35: note: Function 'max_change_no' argument 1 names different: declaration 'state_change_no' definition 'the_max_state_change_no'.
ecflow-4.9.0/ANode/src/ClientSuites.cpp:230:48: note: Function 'max_change_no' argument 1 names different: declaration 'state_change_no' definition 'the_max_state_change_no'.
ecflow-4.9.0/ANode/src/ClientSuites.cpp:230:86: style: Function 'max_change_no' argument 2 names different: declaration 'modify_change_no' definition 'the_max_modify_change_no'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/ClientSuites.hpp:107:65: note: Function 'max_change_no' argument 2 names different: declaration 'modify_change_no' definition 'the_max_modify_change_no'.
ecflow-4.9.0/ANode/src/ClientSuites.cpp:230:86: note: Function 'max_change_no' argument 2 names different: declaration 'modify_change_no' definition 'the_max_modify_change_no'.
ecflow-4.9.0/ANode/src/Defs.cpp:1112:14: warning: Either the condition 'client_parent' is redundant or there is possible null pointer dereference: client_parent. [nullPointerRedundantCheck]
ecflow-4.9.0/ANode/src/Defs.cpp:1084:9: note: Assuming that condition 'client_parent' is not redundant
ecflow-4.9.0/ANode/src/Defs.cpp:1112:14: note: Null pointer dereference
ecflow-4.9.0/ANode/src/Defs.cpp:102:42: style: Function 'copy_defs_state_only' argument 1 names different: declaration 'defs' definition 'server_defs'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/Defs.hpp:66:39: note: Function 'copy_defs_state_only' argument 1 names different: declaration 'defs' definition 'server_defs'.
ecflow-4.9.0/ANode/src/Defs.cpp:102:42: note: Function 'copy_defs_state_only' argument 1 names different: declaration 'defs' definition 'server_defs'.
ecflow-4.9.0/ANode/src/Defs.cpp:467:42: style: Function 'add_extern' argument 1 names different: declaration 'nodePath' definition 'ex'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/Defs.hpp:151:39: note: Function 'add_extern' argument 1 names different: declaration 'nodePath' definition 'ex'.
ecflow-4.9.0/ANode/src/Defs.cpp:467:42: note: Function 'add_extern' argument 1 names different: declaration 'nodePath' definition 'ex'.
ecflow-4.9.0/ANode/src/Defs.cpp:1013:33: style: Function 'replaceChild' argument 2 names different: declaration 'clientDef' definition 'clientDefs'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/Defs.hpp:246:29: note: Function 'replaceChild' argument 2 names different: declaration 'clientDef' definition 'clientDefs'.
ecflow-4.9.0/ANode/src/Defs.cpp:1013:33: note: Function 'replaceChild' argument 2 names different: declaration 'clientDef' definition 'clientDefs'.
ecflow-4.9.0/ANode/src/Defs.cpp:1016:30: style: Function 'replaceChild' argument 5 names different: declaration 'errormsg' definition 'errorMsg'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/Defs.hpp:249:26: note: Function 'replaceChild' argument 5 names different: declaration 'errormsg' definition 'errorMsg'.
ecflow-4.9.0/ANode/src/Defs.cpp:1016:30: note: Function 'replaceChild' argument 5 names different: declaration 'errormsg' definition 'errorMsg'.
ecflow-4.9.0/ANode/src/Defs.cpp:1143:53: style: Function 'boost_save_as_checkpt' argument 1 names different: declaration 'fileName' definition 'the_fileName'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/Defs.hpp:260:50: note: Function 'boost_save_as_checkpt' argument 1 names different: declaration 'fileName' definition 'the_fileName'.
ecflow-4.9.0/ANode/src/Defs.cpp:1143:53: note: Function 'boost_save_as_checkpt' argument 1 names different: declaration 'fileName' definition 'the_fileName'.
ecflow-4.9.0/ANode/src/Defs.cpp:1155:54: style: Function 'boost_save_as_filename' argument 1 names different: declaration 'fileName' definition 'the_fileName'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/Defs.hpp:261:51: note: Function 'boost_save_as_filename' argument 1 names different: declaration 'fileName' definition 'the_fileName'.
ecflow-4.9.0/ANode/src/Defs.cpp:1155:54: note: Function 'boost_save_as_filename' argument 1 names different: declaration 'fileName' definition 'the_fileName'.
ecflow-4.9.0/ANode/src/Defs.cpp:1162:58: style: Function 'boost_restore_from_checkpt' argument 1 names different: declaration 'fileName' definition 'the_fileName'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/Defs.hpp:262:55: note: Function 'boost_restore_from_checkpt' argument 1 names different: declaration 'fileName' definition 'the_fileName'.
ecflow-4.9.0/ANode/src/Defs.cpp:1162:58: note: Function 'boost_restore_from_checkpt' argument 1 names different: declaration 'fileName' definition 'the_fileName'.
ecflow-4.9.0/ANode/src/Defs.cpp:1176:47: style: Function 'save_as_checkpt' argument 1 names different: declaration 'fileName' definition 'the_fileName'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/Defs.hpp:265:44: note: Function 'save_as_checkpt' argument 1 names different: declaration 'fileName' definition 'the_fileName'.
ecflow-4.9.0/ANode/src/Defs.cpp:1176:47: note: Function 'save_as_checkpt' argument 1 names different: declaration 'fileName' definition 'the_fileName'.
ecflow-4.9.0/ANode/src/Defs.cpp:1189:48: style: Function 'save_as_filename' argument 1 names different: declaration 'fileName' definition 'the_fileName'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/Defs.hpp:266:45: note: Function 'save_as_filename' argument 1 names different: declaration 'fileName' definition 'the_fileName'.
ecflow-4.9.0/ANode/src/Defs.cpp:1189:48: note: Function 'save_as_filename' argument 1 names different: declaration 'fileName' definition 'the_fileName'.
ecflow-4.9.0/ANode/src/Defs.cpp:1202:40: style: Function 'save_as_string' argument 1 names different: declaration 'str' definition 'the_string'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/Defs.hpp:267:37: note: Function 'save_as_string' argument 1 names different: declaration 'str' definition 'the_string'.
ecflow-4.9.0/ANode/src/Defs.cpp:1202:40: note: Function 'save_as_string' argument 1 names different: declaration 'str' definition 'the_string'.
ecflow-4.9.0/ANode/src/Defs.cpp:1214:39: style: Function 'restore' argument 1 names different: declaration 'fileName' definition 'the_fileName'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/Defs.hpp:268:36: note: Function 'restore' argument 1 names different: declaration 'fileName' definition 'the_fileName'.
ecflow-4.9.0/ANode/src/Defs.cpp:1214:39: note: Function 'restore' argument 1 names different: declaration 'fileName' definition 'the_fileName'.
ecflow-4.9.0/ANode/src/Defs.cpp:1228:39: style: Function 'restore' argument 1 names different: declaration 'fileName' definition 'the_fileName'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/Defs.hpp:269:36: note: Function 'restore' argument 1 names different: declaration 'fileName' definition 'the_fileName'.
ecflow-4.9.0/ANode/src/Defs.cpp:1228:39: note: Function 'restore' argument 1 names different: declaration 'fileName' definition 'the_fileName'.
ecflow-4.9.0/ANode/src/Defs.cpp:1448:60: style: Function 'why' argument 2 names different: declaration 'html_tags' definition 'html'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/Defs.hpp:256:57: note: Function 'why' argument 2 names different: declaration 'html_tags' definition 'html'.
ecflow-4.9.0/ANode/src/Defs.cpp:1448:60: note: Function 'why' argument 2 names different: declaration 'html_tags' definition 'html'.
ecflow-4.9.0/ANode/src/Defs.cpp:1557:97: style: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/Defs.hpp:288:86: note: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'.
ecflow-4.9.0/ANode/src/Defs.cpp:1557:97: note: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'.
ecflow-4.9.0/ANode/src/Defs.cpp:1566:104: style: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/Defs.hpp:289:92: note: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'.
ecflow-4.9.0/ANode/src/Defs.cpp:1566:104: note: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'.
ecflow-4.9.0/ANode/src/Defs.cpp:1575:107: style: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/Defs.hpp:290:95: note: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'.
ecflow-4.9.0/ANode/src/Defs.cpp:1575:107: note: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'.
ecflow-4.9.0/ANode/src/Defs.cpp:1591:98: style: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/Defs.hpp:291:86: note: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'.
ecflow-4.9.0/ANode/src/Defs.cpp:1591:98: note: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'.
ecflow-4.9.0/ANode/src/Defs.cpp:1626:97: style: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/Defs.hpp:292:85: note: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'.
ecflow-4.9.0/ANode/src/Defs.cpp:1626:97: note: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'.
ecflow-4.9.0/ANode/src/Defs.hpp:118:9: performance: Technically the member function 'Defs::update_calendar' can be static. [functionStatic]
ecflow-4.9.0/ANode/src/Defs.cpp:291:12: note: Technically the member function 'Defs::update_calendar' can be static.
ecflow-4.9.0/ANode/src/Defs.hpp:118:9: note: Technically the member function 'Defs::update_calendar' can be static.
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:85:2: style: Class 'AstResolveVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:123:2: style: Class 'AstCollateNodesVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/src/ResolveExternsVisitor.hpp:29:2: style: Class 'ResolveExternsVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/src/SuiteChanged.hpp:37:2: style: Class 'SuiteChanged' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/src/SuiteChanged.hpp:47:2: style: Class 'SuiteChanged0' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/src/SuiteChanged.hpp:59:2: style: Class 'SuiteChanged1' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:90:17: style: The function 'visitTop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:56:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:90:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:91:16: style: The function 'visitRoot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:57:16: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:91:16: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:92:16: style: The function 'visitAnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:58:16: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:92:16: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:93:16: style: The function 'visitNot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:59:16: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:93:16: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:94:16: style: The function 'visitPlus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:60:16: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:94:16: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:95:16: style: The function 'visitMinus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:61:16: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:95:16: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:96:16: style: The function 'visitDivide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:62:16: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:96:16: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:97:17: style: The function 'visitMultiply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:63:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:97:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:98:17: style: The function 'visitModulo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:64:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:98:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:99:16: style: The function 'visitOr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:65:16: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:99:16: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:100:16: style: The function 'visitEqual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:66:16: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:100:16: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:101:16: style: The function 'visitNotEqual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:67:16: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:101:16: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:102:16: style: The function 'visitLessEqual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:68:16: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:102:16: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:103:16: style: The function 'visitGreaterEqual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:69:16: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:103:16: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:104:16: style: The function 'visitGreaterThan' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:70:16: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:104:16: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:105:16: style: The function 'visitLessThan' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:71:16: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:105:16: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:106:16: style: The function 'visitLeaf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:72:16: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:106:16: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:107:16: style: The function 'visitInteger' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:73:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:107:16: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:108:17: style: The function 'visitFunction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:74:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:108:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:109:16: style: The function 'visitNodeState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:75:16: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:109:16: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:110:16: style: The function 'visitEventState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:76:16: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:110:16: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:111:16: style: The function 'visitNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:77:16: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:111:16: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:112:17: style: The function 'visitVariable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:78:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:112:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:113:17: style: The function 'visitParentVariable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:79:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:113:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:114:17: style: The function 'visitFlag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:80:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:114:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:126:17: style: The function 'visitTop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:56:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:126:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:127:16: style: The function 'visitRoot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:57:16: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:127:16: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:128:16: style: The function 'visitAnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:58:16: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:128:16: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:129:16: style: The function 'visitNot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:59:16: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:129:16: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:130:16: style: The function 'visitPlus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:60:16: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:130:16: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:131:16: style: The function 'visitMinus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:61:16: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:131:16: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:132:16: style: The function 'visitDivide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:62:16: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:132:16: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:133:17: style: The function 'visitMultiply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:63:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:133:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:134:17: style: The function 'visitModulo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:64:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:134:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:135:16: style: The function 'visitOr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:65:16: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:135:16: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:136:16: style: The function 'visitEqual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:66:16: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:136:16: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:137:16: style: The function 'visitNotEqual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:67:16: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:137:16: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:138:16: style: The function 'visitLessEqual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:68:16: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:138:16: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:139:16: style: The function 'visitGreaterEqual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:69:16: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:139:16: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:140:16: style: The function 'visitGreaterThan' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:70:16: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:140:16: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:141:16: style: The function 'visitLessThan' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:71:16: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:141:16: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:142:16: style: The function 'visitLeaf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:72:16: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:142:16: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:143:16: style: The function 'visitInteger' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:73:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:143:16: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:144:17: style: The function 'visitFunction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:74:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:144:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:145:16: style: The function 'visitNodeState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:75:16: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:145:16: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:146:16: style: The function 'visitEventState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:76:16: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:146:16: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:147:16: style: The function 'visitNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:77:16: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:147:16: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:148:17: style: The function 'visitVariable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:78:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:148:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:149:17: style: The function 'visitParentVariable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:79:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:149:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:150:17: style: The function 'visitFlag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:80:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:150:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ResolveExternsVisitor.hpp:31:15: style: The function 'traverseObjectStructureViaVisitors' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/NodeTreeVisitor.hpp:30:15: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ResolveExternsVisitor.hpp:31:15: note: Function in derived class
ecflow-4.9.0/ANode/src/ResolveExternsVisitor.hpp:32:15: style: The function 'visitDefs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/NodeTreeVisitor.hpp:31:15: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ResolveExternsVisitor.hpp:32:15: note: Function in derived class
ecflow-4.9.0/ANode/src/ResolveExternsVisitor.hpp:33:15: style: The function 'visitSuite' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/NodeTreeVisitor.hpp:32:15: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ResolveExternsVisitor.hpp:33:15: note: Function in derived class
ecflow-4.9.0/ANode/src/ResolveExternsVisitor.hpp:34:15: style: The function 'visitFamily' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/NodeTreeVisitor.hpp:33:15: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ResolveExternsVisitor.hpp:34:15: note: Function in derived class
ecflow-4.9.0/ANode/src/ResolveExternsVisitor.hpp:35:15: style: The function 'visitNodeContainer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/NodeTreeVisitor.hpp:34:15: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ResolveExternsVisitor.hpp:35:15: note: Function in derived class
ecflow-4.9.0/ANode/src/ResolveExternsVisitor.hpp:36:15: style: The function 'visitTask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/NodeTreeVisitor.hpp:35:15: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ResolveExternsVisitor.hpp:36:15: note: Function in derived class
ecflow-4.9.0/ANode/src/ResolveExternsVisitor.hpp:50:17: style: The function 'visitTop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:56:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ResolveExternsVisitor.hpp:50:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ResolveExternsVisitor.hpp:51:16: style: The function 'visitRoot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:57:16: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ResolveExternsVisitor.hpp:51:16: note: Function in derived class
ecflow-4.9.0/ANode/src/ResolveExternsVisitor.hpp:52:16: style: The function 'visitAnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:58:16: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ResolveExternsVisitor.hpp:52:16: note: Function in derived class
ecflow-4.9.0/ANode/src/ResolveExternsVisitor.hpp:53:16: style: The function 'visitNot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:59:16: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ResolveExternsVisitor.hpp:53:16: note: Function in derived class
ecflow-4.9.0/ANode/src/ResolveExternsVisitor.hpp:54:16: style: The function 'visitPlus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:60:16: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ResolveExternsVisitor.hpp:54:16: note: Function in derived class
ecflow-4.9.0/ANode/src/ResolveExternsVisitor.hpp:55:16: style: The function 'visitMinus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:61:16: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ResolveExternsVisitor.hpp:55:16: note: Function in derived class
ecflow-4.9.0/ANode/src/ResolveExternsVisitor.hpp:56:16: style: The function 'visitDivide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:62:16: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ResolveExternsVisitor.hpp:56:16: note: Function in derived class
ecflow-4.9.0/ANode/src/ResolveExternsVisitor.hpp:57:17: style: The function 'visitMultiply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:63:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ResolveExternsVisitor.hpp:57:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ResolveExternsVisitor.hpp:58:17: style: The function 'visitModulo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:64:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ResolveExternsVisitor.hpp:58:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ResolveExternsVisitor.hpp:59:16: style: The function 'visitOr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:65:16: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ResolveExternsVisitor.hpp:59:16: note: Function in derived class
ecflow-4.9.0/ANode/src/ResolveExternsVisitor.hpp:60:16: style: The function 'visitEqual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:66:16: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ResolveExternsVisitor.hpp:60:16: note: Function in derived class
ecflow-4.9.0/ANode/src/ResolveExternsVisitor.hpp:61:16: style: The function 'visitNotEqual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:67:16: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ResolveExternsVisitor.hpp:61:16: note: Function in derived class
ecflow-4.9.0/ANode/src/ResolveExternsVisitor.hpp:62:16: style: The function 'visitLessEqual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:68:16: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ResolveExternsVisitor.hpp:62:16: note: Function in derived class
ecflow-4.9.0/ANode/src/ResolveExternsVisitor.hpp:63:16: style: The function 'visitGreaterEqual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:69:16: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ResolveExternsVisitor.hpp:63:16: note: Function in derived class
ecflow-4.9.0/ANode/src/ResolveExternsVisitor.hpp:64:16: style: The function 'visitGreaterThan' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:70:16: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ResolveExternsVisitor.hpp:64:16: note: Function in derived class
ecflow-4.9.0/ANode/src/ResolveExternsVisitor.hpp:65:16: style: The function 'visitLessThan' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:71:16: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ResolveExternsVisitor.hpp:65:16: note: Function in derived class
ecflow-4.9.0/ANode/src/ResolveExternsVisitor.hpp:66:16: style: The function 'visitLeaf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:72:16: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ResolveExternsVisitor.hpp:66:16: note: Function in derived class
ecflow-4.9.0/ANode/src/ResolveExternsVisitor.hpp:67:16: style: The function 'visitInteger' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:73:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ResolveExternsVisitor.hpp:67:16: note: Function in derived class
ecflow-4.9.0/ANode/src/ResolveExternsVisitor.hpp:68:17: style: The function 'visitFunction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:74:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ResolveExternsVisitor.hpp:68:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ResolveExternsVisitor.hpp:69:16: style: The function 'visitNodeState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:75:16: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ResolveExternsVisitor.hpp:69:16: note: Function in derived class
ecflow-4.9.0/ANode/src/ResolveExternsVisitor.hpp:70:16: style: The function 'visitEventState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:76:16: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ResolveExternsVisitor.hpp:70:16: note: Function in derived class
ecflow-4.9.0/ANode/src/ResolveExternsVisitor.hpp:71:16: style: The function 'visitNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:77:16: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ResolveExternsVisitor.hpp:71:16: note: Function in derived class
ecflow-4.9.0/ANode/src/ResolveExternsVisitor.hpp:72:17: style: The function 'visitVariable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:78:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ResolveExternsVisitor.hpp:72:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ResolveExternsVisitor.hpp:73:17: style: The function 'visitParentVariable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:79:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ResolveExternsVisitor.hpp:73:17: note: Function in derived class
ecflow-4.9.0/ANode/src/ResolveExternsVisitor.hpp:74:17: style: The function 'visitFlag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/ANode/src/ExprAstVisitor.hpp:80:17: note: Virtual function in base class
ecflow-4.9.0/ANode/src/ResolveExternsVisitor.hpp:74:17: note: Function in derived class
ecflow-4.9.0/ANode/src/EcfFile.cpp:222:48: style: Function 'edit_used_variables' argument 1 names different: declaration 'file_with_used_variables' definition 'return_script_with_used_variables'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/EcfFile.hpp:92:40: note: Function 'edit_used_variables' argument 1 names different: declaration 'file_with_used_variables' definition 'return_script_with_used_variables'.
ecflow-4.9.0/ANode/src/EcfFile.cpp:222:48: note: Function 'edit_used_variables' argument 1 names different: declaration 'file_with_used_variables' definition 'return_script_with_used_variables'.
ecflow-4.9.0/ANode/src/EcfFile.cpp:727:77: style: Function 'get_used_variables' argument 2 names different: declaration 'errorMsg' definition 'errormsg'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/EcfFile.hpp:139:70: note: Function 'get_used_variables' argument 2 names different: declaration 'errorMsg' definition 'errormsg'.
ecflow-4.9.0/ANode/src/EcfFile.cpp:727:77: note: Function 'get_used_variables' argument 2 names different: declaration 'errorMsg' definition 'errormsg'.
ecflow-4.9.0/ANode/src/EcfFile.cpp:1430:66: style: Function 'getIncludedFilePath' argument 1 names different: declaration 'include' definition 'includedFile1'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/EcfFile.hpp:170:56: note: Function 'getIncludedFilePath' argument 1 names different: declaration 'include' definition 'includedFile1'.
ecflow-4.9.0/ANode/src/EcfFile.cpp:1430:66: note: Function 'getIncludedFilePath' argument 1 names different: declaration 'include' definition 'includedFile1'.
ecflow-4.9.0/ANode/src/EcfFile.cpp:1584:46: style: Function 'file_exists' argument 1 names different: declaration 'file_path' definition 'ecf_include'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/EcfFile.hpp:141:39: note: Function 'file_exists' argument 1 names different: declaration 'file_path' definition 'ecf_include'.
ecflow-4.9.0/ANode/src/EcfFile.cpp:1584:46: note: Function 'file_exists' argument 1 names different: declaration 'file_path' definition 'ecf_include'.
ecflow-4.9.0/ANode/src/EcfFile.hpp:49:1: warning: The class 'EcfFile' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
ecflow-4.9.0/ANode/src/EcfFile.cpp:348:14: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
ecflow-4.9.0/ANode/src/EcfFile.cpp:349:14: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
ecflow-4.9.0/ANode/src/EcfFile.cpp:350:14: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
ecflow-4.9.0/ANode/src/EcfFile.cpp:351:14: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
ecflow-4.9.0/ANode/src/EcfFile.cpp:622:14: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
ecflow-4.9.0/ANode/src/EcfFile.cpp:623:14: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
ecflow-4.9.0/ANode/src/EcfFile.cpp:624:14: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
ecflow-4.9.0/ANode/src/EcfFile.cpp:625:14: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
ecflow-4.9.0/ANode/src/EcfFile.cpp:632:14: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
ecflow-4.9.0/ANode/src/EcfFile.cpp:759:14: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
ecflow-4.9.0/ANode/src/EcfFile.cpp:760:14: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
ecflow-4.9.0/ANode/src/EcfFile.cpp:761:14: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
ecflow-4.9.0/ANode/src/EcfFile.cpp:762:14: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
ecflow-4.9.0/ANode/src/EcfFile.cpp:769:23: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
ecflow-4.9.0/ANode/src/EcfFile.cpp:1281:8: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
ecflow-4.9.0/ANode/src/EcfFile.cpp:1290:8: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
ecflow-4.9.0/ANode/src/EcfFile.cpp:1299:8: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
ecflow-4.9.0/ANode/src/EcfFile.cpp:1308:8: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
ecflow-4.9.0/ANode/src/EcfFile.cpp:1326:8: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
ecflow-4.9.0/ANode/src/EcfFile.cpp:1531:12: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
ecflow-4.9.0/ANode/src/ExprAst.cpp:101:47: style: Function 'print_flat' argument 2 names different: declaration 'add_brackets' definition 'add_bracket'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/ExprAst.hpp:87:47: note: Function 'print_flat' argument 2 names different: declaration 'add_brackets' definition 'add_bracket'.
ecflow-4.9.0/ANode/src/ExprAst.cpp:101:47: note: Function 'print_flat' argument 2 names different: declaration 'add_brackets' definition 'add_bracket'.
ecflow-4.9.0/ANode/src/ExprAst.cpp:296:48: style: Function 'print_flat' argument 2 names different: declaration 'add_brackets' definition 'add_bracket'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/ExprAst.hpp:145:47: note: Function 'print_flat' argument 2 names different: declaration 'add_brackets' definition 'add_bracket'.
ecflow-4.9.0/ANode/src/ExprAst.cpp:296:48: note: Function 'print_flat' argument 2 names different: declaration 'add_brackets' definition 'add_bracket'.
ecflow-4.9.0/ANode/src/ExprAst.cpp:357:48: style: Function 'print_flat' argument 2 names different: declaration 'add_brackets' definition 'add_bracket'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/ExprAst.hpp:166:47: note: Function 'print_flat' argument 2 names different: declaration 'add_brackets' definition 'add_bracket'.
ecflow-4.9.0/ANode/src/ExprAst.cpp:357:48: note: Function 'print_flat' argument 2 names different: declaration 'add_brackets' definition 'add_bracket'.
ecflow-4.9.0/ANode/src/ExprAst.cpp:409:49: style: Function 'print_flat' argument 2 names different: declaration 'add_brackets' definition 'add_bracket'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/ExprAst.hpp:183:47: note: Function 'print_flat' argument 2 names different: declaration 'add_brackets' definition 'add_bracket'.
ecflow-4.9.0/ANode/src/ExprAst.cpp:409:49: note: Function 'print_flat' argument 2 names different: declaration 'add_brackets' definition 'add_bracket'.
ecflow-4.9.0/ANode/src/ExprAst.cpp:478:50: style: Function 'print_flat' argument 2 names different: declaration 'add_brackets' definition 'add_bracket'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/ExprAst.hpp:200:47: note: Function 'print_flat' argument 2 names different: declaration 'add_brackets' definition 'add_bracket'.
ecflow-4.9.0/ANode/src/ExprAst.cpp:478:50: note: Function 'print_flat' argument 2 names different: declaration 'add_brackets' definition 'add_bracket'.
ecflow-4.9.0/ANode/src/ExprAst.cpp:530:52: style: Function 'print_flat' argument 2 names different: declaration 'add_brackets' definition 'add_bracket'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/ExprAst.hpp:216:47: note: Function 'print_flat' argument 2 names different: declaration 'add_brackets' definition 'add_bracket'.
ecflow-4.9.0/ANode/src/ExprAst.cpp:530:52: note: Function 'print_flat' argument 2 names different: declaration 'add_brackets' definition 'add_bracket'.
ecflow-4.9.0/ANode/src/ExprAst.cpp:600:50: style: Function 'print_flat' argument 2 names different: declaration 'add_brackets' definition 'add_bracket'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/ExprAst.hpp:233:47: note: Function 'print_flat' argument 2 names different: declaration 'add_brackets' definition 'add_bracket'.
ecflow-4.9.0/ANode/src/ExprAst.cpp:600:50: note: Function 'print_flat' argument 2 names different: declaration 'add_brackets' definition 'add_bracket'.
ecflow-4.9.0/ANode/src/ExprAst.cpp:652:47: style: Function 'print_flat' argument 2 names different: declaration 'add_brackets' definition 'add_bracket'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/ExprAst.hpp:249:47: note: Function 'print_flat' argument 2 names different: declaration 'add_brackets' definition 'add_bracket'.
ecflow-4.9.0/ANode/src/ExprAst.cpp:652:47: note: Function 'print_flat' argument 2 names different: declaration 'add_brackets' definition 'add_bracket'.
ecflow-4.9.0/ANode/src/ExprAst.cpp:705:46: style: Function 'print_flat' argument 2 names different: declaration 'add_brackets' definition 'add_bracket'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/ExprAst.hpp:264:47: note: Function 'print_flat' argument 2 names different: declaration 'add_brackets' definition 'add_bracket'.
ecflow-4.9.0/ANode/src/ExprAst.cpp:705:46: note: Function 'print_flat' argument 2 names different: declaration 'add_brackets' definition 'add_bracket'.
ecflow-4.9.0/ANode/src/ExprAst.cpp:758:49: style: Function 'print_flat' argument 2 names different: declaration 'add_brackets' definition 'add_bracket'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/ExprAst.hpp:279:47: note: Function 'print_flat' argument 2 names different: declaration 'add_brackets' definition 'add_bracket'.
ecflow-4.9.0/ANode/src/ExprAst.cpp:758:49: note: Function 'print_flat' argument 2 names different: declaration 'add_brackets' definition 'add_bracket'.
ecflow-4.9.0/ANode/src/ExprAst.cpp:810:52: style: Function 'print_flat' argument 2 names different: declaration 'add_brackets' definition 'add_bracket'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/ExprAst.hpp:294:47: note: Function 'print_flat' argument 2 names different: declaration 'add_brackets' definition 'add_bracket'.
ecflow-4.9.0/ANode/src/ExprAst.cpp:810:52: note: Function 'print_flat' argument 2 names different: declaration 'add_brackets' definition 'add_bracket'.
ecflow-4.9.0/ANode/src/ExprAst.cpp:862:53: style: Function 'print_flat' argument 2 names different: declaration 'add_brackets' definition 'add_bracket'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/ExprAst.hpp:309:47: note: Function 'print_flat' argument 2 names different: declaration 'add_brackets' definition 'add_bracket'.
ecflow-4.9.0/ANode/src/ExprAst.cpp:862:53: note: Function 'print_flat' argument 2 names different: declaration 'add_brackets' definition 'add_bracket'.
ecflow-4.9.0/ANode/src/ExprAst.cpp:914:56: style: Function 'print_flat' argument 2 names different: declaration 'add_brackets' definition 'add_bracket'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/ExprAst.hpp:324:47: note: Function 'print_flat' argument 2 names different: declaration 'add_brackets' definition 'add_bracket'.
ecflow-4.9.0/ANode/src/ExprAst.cpp:914:56: note: Function 'print_flat' argument 2 names different: declaration 'add_brackets' definition 'add_bracket'.
ecflow-4.9.0/ANode/src/ExprAst.cpp:966:55: style: Function 'print_flat' argument 2 names different: declaration 'add_brackets' definition 'add_bracket'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/ExprAst.hpp:341:47: note: Function 'print_flat' argument 2 names different: declaration 'add_brackets' definition 'add_bracket'.
ecflow-4.9.0/ANode/src/ExprAst.cpp:966:55: note: Function 'print_flat' argument 2 names different: declaration 'add_brackets' definition 'add_bracket'.
ecflow-4.9.0/ANode/src/ExprAst.cpp:1019:52: style: Function 'print_flat' argument 2 names different: declaration 'add_brackets' definition 'add_bracket'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/ExprAst.hpp:358:47: note: Function 'print_flat' argument 2 names different: declaration 'add_brackets' definition 'add_bracket'.
ecflow-4.9.0/ANode/src/ExprAst.cpp:1019:52: note: Function 'print_flat' argument 2 names different: declaration 'add_brackets' definition 'add_bracket'.
ecflow-4.9.0/ANode/src/ExprAst.cpp:1778:66: style: Function 'varTypeAndValue' argument 2 names different: declaration 'value' definition 'theValue'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/ExprAst.hpp:648:52: note: Function 'varTypeAndValue' argument 2 names different: declaration 'value' definition 'theValue'.
ecflow-4.9.0/ANode/src/ExprAst.cpp:1778:66: note: Function 'varTypeAndValue' argument 2 names different: declaration 'value' definition 'theValue'.
ecflow-4.9.0/ANode/src/ExprParser.cpp:219:11: performance: Variable 'nodename' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ecflow-4.9.0/ANode/src/ExprParser.hpp:29:2: style: Class 'ExprParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/src/ExprParser.hpp:51:4: style: Class 'SimpleExprParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/src/ExprParser.cpp:217:9: style: Struct 'definition' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/src/Expression.cpp:187:35: style: Function 'createAST' argument 1 names different: declaration 'parent_node' definition 'node'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/Expression.hpp:127:26: note: Function 'createAST' argument 1 names different: declaration 'parent_node' definition 'node'.
ecflow-4.9.0/ANode/src/Expression.cpp:187:35: note: Function 'createAST' argument 1 names different: declaration 'parent_node' definition 'node'.
ecflow-4.9.0/ANode/src/Expression.cpp:225:31: style: Copying 'auto_ptr' pointer to another does not create two equal objects since one has lost its ownership of the pointer. [useAutoPointerCopy]
ecflow-4.9.0/ANode/src/Jobs.hpp:58:2: style: Class 'Jobs' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/src/Jobs.hpp:59:2: style: Class 'Jobs' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/src/Jobs.hpp:60:2: style: Class 'Jobs' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/src/Limit.cpp:171:52: style: Function 'set_paths' argument 1 names different: declaration 'p' definition 'paths'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/Limit.hpp:48:48: note: Function 'set_paths' argument 1 names different: declaration 'p' definition 'paths'.
ecflow-4.9.0/ANode/src/Limit.cpp:171:52: note: Function 'set_paths' argument 1 names different: declaration 'p' definition 'paths'.
ecflow-4.9.0/ANode/src/Limit.cpp:177:74: style: Function 'set_state' argument 3 names different: declaration 'p' definition 'paths'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/Limit.hpp:47:69: note: Function 'set_state' argument 3 names different: declaration 'p' definition 'paths'.
ecflow-4.9.0/ANode/src/Limit.cpp:177:74: note: Function 'set_state' argument 3 names different: declaration 'p' definition 'paths'.
ecflow-4.9.0/ANode/src/Limit.hpp:32:1: warning: The class 'Limit' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ecflow-4.9.0/ANode/src/MiscAttrs.cpp:115:49: style: Function 'deleteZombie' argument 1 names different: declaration 'type' definition 'zombie_type'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/MiscAttrs.hpp:55:41: note: Function 'deleteZombie' argument 1 names different: declaration 'type' definition 'zombie_type'.
ecflow-4.9.0/ANode/src/MiscAttrs.cpp:115:49: note: Function 'deleteZombie' argument 1 names different: declaration 'type' definition 'zombie_type'.
ecflow-4.9.0/ANode/src/Node.cpp:52:31: style: Function 'Node' argument 1 names different: declaration 'name' definition 'n'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/Node.hpp:69:28: note: Function 'Node' argument 1 names different: declaration 'name' definition 'n'.
ecflow-4.9.0/ANode/src/Node.cpp:52:31: note: Function 'Node' argument 1 names different: declaration 'name' definition 'n'.
ecflow-4.9.0/ANode/src/Node.cpp:720:52: style: Function 'checkForAutoCancel' argument 1 names different: declaration 'c' definition 'calendar'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/Node.hpp:684:49: note: Function 'checkForAutoCancel' argument 1 names different: declaration 'c' definition 'calendar'.
ecflow-4.9.0/ANode/src/Node.cpp:720:52: note: Function 'checkForAutoCancel' argument 1 names different: declaration 'c' definition 'calendar'.
ecflow-4.9.0/ANode/src/Node.cpp:835:39: style: Function 'setStateOnly' argument 1 names different: declaration 's' definition 'newState'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/Node.hpp:288:36: note: Function 'setStateOnly' argument 1 names different: declaration 's' definition 'newState'.
ecflow-4.9.0/ANode/src/Node.cpp:835:39: note: Function 'setStateOnly' argument 1 names different: declaration 's' definition 'newState'.
ecflow-4.9.0/ANode/src/Node.cpp:835:106: style: Function 'setStateOnly' argument 4 names different: declaration 'log_state_changes' definition 'do_log_state_changes'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/Node.hpp:288:112: note: Function 'setStateOnly' argument 4 names different: declaration 'log_state_changes' definition 'do_log_state_changes'.
ecflow-4.9.0/ANode/src/Node.cpp:835:106: note: Function 'setStateOnly' argument 4 names different: declaration 'log_state_changes' definition 'do_log_state_changes'.
ecflow-4.9.0/ANode/src/Node.cpp:1544:44: style: Function 'print' argument 1 names different: declaration 'type' definition 'p_style'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/Node.hpp:250:41: note: Function 'print' argument 1 names different: declaration 'type' definition 'p_style'.
ecflow-4.9.0/ANode/src/Node.cpp:1544:44: note: Function 'print' argument 1 names different: declaration 'type' definition 'p_style'.
ecflow-4.9.0/ANode/src/Node.cpp:1825:42: style: Function 'why' argument 1 names different: declaration 'theReasonWhy' definition 'vec'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/Node.hpp:672:39: note: Function 'why' argument 1 names different: declaration 'theReasonWhy' definition 'vec'.
ecflow-4.9.0/ANode/src/Node.cpp:1825:42: note: Function 'why' argument 1 names different: declaration 'theReasonWhy' definition 'vec'.
ecflow-4.9.0/ANode/src/Node.cpp:1825:65: style: Function 'why' argument 3 names different: declaration 'html_tags' definition 'html'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/Node.hpp:672:79: note: Function 'why' argument 3 names different: declaration 'html_tags' definition 'html'.
ecflow-4.9.0/ANode/src/Node.cpp:1825:65: note: Function 'why' argument 3 names different: declaration 'html_tags' definition 'html'.
ecflow-4.9.0/ANode/src/Node.cpp:2063:45: style: Function 'getLabelValue' argument 1 names different: declaration 'name' definition 'labelName'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/Node.hpp:364:42: note: Function 'getLabelValue' argument 1 names different: declaration 'name' definition 'labelName'.
ecflow-4.9.0/ANode/src/Node.cpp:2063:45: note: Function 'getLabelValue' argument 1 names different: declaration 'name' definition 'labelName'.
ecflow-4.9.0/ANode/src/Node.cpp:2069:48: style: Function 'getLabelNewValue' argument 1 names different: declaration 'name' definition 'labelName'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/Node.hpp:365:45: note: Function 'getLabelNewValue' argument 1 names different: declaration 'name' definition 'labelName'.
ecflow-4.9.0/ANode/src/Node.cpp:2069:48: note: Function 'getLabelNewValue' argument 1 names different: declaration 'name' definition 'labelName'.
ecflow-4.9.0/ANode/src/Node.cpp:2112:74: style: Function 'get_max_simulation_duration' argument 1 names different: declaration 'resol' definition 'duration'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/Node.hpp:334:71: note: Function 'get_max_simulation_duration' argument 1 names different: declaration 'resol' definition 'duration'.
ecflow-4.9.0/ANode/src/Node.cpp:2112:74: note: Function 'get_max_simulation_duration' argument 1 names different: declaration 'resol' definition 'duration'.
ecflow-4.9.0/ANode/src/Node.cpp:2186:44: style: Function 'sort_attributes' argument 1 names different: declaration 'at' definition 'attr'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/Node.hpp:428:50: note: Function 'sort_attributes' argument 1 names different: declaration 'at' definition 'attr'.
ecflow-4.9.0/ANode/src/Node.cpp:2186:44: note: Function 'sort_attributes' argument 1 names different: declaration 'at' definition 'attr'.
ecflow-4.9.0/ANode/src/Node.cpp:1116:12: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
ecflow-4.9.0/ANode/src/NodeChange.cpp:40:41: style: Function 'set_event' argument 1 names different: declaration 'name' definition 'event_name_or_number'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/Node.hpp:477:38: note: Function 'set_event' argument 1 names different: declaration 'name' definition 'event_name_or_number'.
ecflow-4.9.0/ANode/src/NodeChange.cpp:40:41: note: Function 'set_event' argument 1 names different: declaration 'name' definition 'event_name_or_number'.
ecflow-4.9.0/ANode/src/NodeChange.cpp:46:57: style: Function 'set_event_used_in_trigger' argument 1 names different: declaration 'name' definition 'event_name_or_number'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/Node.hpp:691:54: note: Function 'set_event_used_in_trigger' argument 1 names different: declaration 'name' definition 'event_name_or_number'.
ecflow-4.9.0/ANode/src/NodeChange.cpp:46:57: note: Function 'set_event_used_in_trigger' argument 1 names different: declaration 'name' definition 'event_name_or_number'.
ecflow-4.9.0/ANode/src/NodeChange.cpp:51:43: style: Function 'changeEvent' argument 1 names different: declaration 'name' definition 'event_name_or_number'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/Node.hpp:461:40: note: Function 'changeEvent' argument 1 names different: declaration 'name' definition 'event_name_or_number'.
ecflow-4.9.0/ANode/src/NodeChange.cpp:51:43: note: Function 'changeEvent' argument 1 names different: declaration 'name' definition 'event_name_or_number'.
ecflow-4.9.0/ANode/src/NodeChange.cpp:55:43: style: Function 'changeEvent' argument 1 names different: declaration 'name' definition 'event_name_or_number'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/Node.hpp:462:40: note: Function 'changeEvent' argument 1 names different: declaration 'name' definition 'event_name_or_number'.
ecflow-4.9.0/ANode/src/NodeChange.cpp:55:43: note: Function 'changeEvent' argument 1 names different: declaration 'name' definition 'event_name_or_number'.
ecflow-4.9.0/ANode/src/NodeChange.cpp:64:41: style: Function 'set_meter' argument 1 names different: declaration 'name' definition 'meter_name'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/Node.hpp:476:38: note: Function 'set_meter' argument 1 names different: declaration 'name' definition 'meter_name'.
ecflow-4.9.0/ANode/src/NodeChange.cpp:64:41: note: Function 'set_meter' argument 1 names different: declaration 'name' definition 'meter_name'.
ecflow-4.9.0/ANode/src/NodeChange.cpp:69:57: style: Function 'set_meter_used_in_trigger' argument 1 names different: declaration 'name' definition 'meter_name'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/Node.hpp:690:54: note: Function 'set_meter_used_in_trigger' argument 1 names different: declaration 'name' definition 'meter_name'.
ecflow-4.9.0/ANode/src/NodeChange.cpp:69:57: note: Function 'set_meter_used_in_trigger' argument 1 names different: declaration 'name' definition 'meter_name'.
ecflow-4.9.0/ANode/src/NodeChange.cpp:74:43: style: Function 'changeMeter' argument 1 names different: declaration 'name' definition 'meter_name'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/Node.hpp:463:40: note: Function 'changeMeter' argument 1 names different: declaration 'name' definition 'meter_name'.
ecflow-4.9.0/ANode/src/NodeChange.cpp:74:43: note: Function 'changeMeter' argument 1 names different: declaration 'name' definition 'meter_name'.
ecflow-4.9.0/ANode/src/NodeChange.cpp:82:43: style: Function 'changeMeter' argument 1 names different: declaration 'name' definition 'meter_name'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/Node.hpp:464:40: note: Function 'changeMeter' argument 1 names different: declaration 'name' definition 'meter_name'.
ecflow-4.9.0/ANode/src/NodeChange.cpp:82:43: note: Function 'changeMeter' argument 1 names different: declaration 'name' definition 'meter_name'.
ecflow-4.9.0/ANode/src/NodeChange.cpp:164:47: style: Function 'changeDefstatus' argument 1 names different: declaration 'state' definition 'theState'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/Node.hpp:473:44: note: Function 'changeDefstatus' argument 1 names different: declaration 'state' definition 'theState'.
ecflow-4.9.0/ANode/src/NodeChange.cpp:164:47: note: Function 'changeDefstatus' argument 1 names different: declaration 'state' definition 'theState'.
ecflow-4.9.0/ANode/src/NodeContainer.cpp:242:107: style: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/NodeContainer.hpp:44:86: note: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'.
ecflow-4.9.0/ANode/src/NodeContainer.cpp:242:107: note: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'.
ecflow-4.9.0/ANode/src/NodeContainer.cpp:277:110: style: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/NodeContainer.hpp:45:89: note: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'.
ecflow-4.9.0/ANode/src/NodeContainer.cpp:277:110: note: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'.
ecflow-4.9.0/ANode/src/NodeContainer.cpp:520:41: style: Function 'isAddChildOk' argument 1 names different: declaration 'child' definition 'theChild'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/NodeContainer.hpp:98:36: note: Function 'isAddChildOk' argument 1 names different: declaration 'child' definition 'theChild'.
ecflow-4.9.0/ANode/src/NodeContainer.cpp:520:41: note: Function 'isAddChildOk' argument 1 names different: declaration 'child' definition 'theChild'.
ecflow-4.9.0/ANode/src/NodeContainer.cpp:654:63: style: Function 'findImmediateChild' argument 1 names different: declaration 'name' definition 'theName'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/NodeContainer.hpp:61:58: note: Function 'findImmediateChild' argument 1 names different: declaration 'name' definition 'theName'.
ecflow-4.9.0/ANode/src/NodeContainer.cpp:654:63: note: Function 'findImmediateChild' argument 1 names different: declaration 'name' definition 'theName'.
ecflow-4.9.0/ANode/src/NodeContainer.cpp:667:66: style: Function 'find_node_up_the_tree' argument 1 names different: declaration 'name' definition 'the_name'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/NodeContainer.hpp:62:62: note: Function 'find_node_up_the_tree' argument 1 names different: declaration 'name' definition 'the_name'.
ecflow-4.9.0/ANode/src/NodeContainer.cpp:667:66: note: Function 'find_node_up_the_tree' argument 1 names different: declaration 'name' definition 'the_name'.
ecflow-4.9.0/ANode/src/NodeContainer.cpp:742:92: style: Function 'match_closest_children' argument 2 names different: declaration 'indexIntoPathToNode' definition 'indexIntoPathNode'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/NodeContainer.hpp:112:78: note: Function 'match_closest_children' argument 2 names different: declaration 'indexIntoPathToNode' definition 'indexIntoPathNode'.
ecflow-4.9.0/ANode/src/NodeContainer.cpp:742:92: note: Function 'match_closest_children' argument 2 names different: declaration 'indexIntoPathToNode' definition 'indexIntoPathNode'.
ecflow-4.9.0/ANode/src/NodeDelete.cpp:254:49: style: Function 'delete_limit_path' argument 1 names different: declaration 'limit_name' definition 'name'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/Node.hpp:453:46: note: Function 'delete_limit_path' argument 1 names different: declaration 'limit_name' definition 'name'.
ecflow-4.9.0/ANode/src/NodeDelete.cpp:254:49: note: Function 'delete_limit_path' argument 1 names different: declaration 'limit_name' definition 'name'.
ecflow-4.9.0/ANode/src/NodeDelete.cpp:254:73: style: Function 'delete_limit_path' argument 2 names different: declaration 'limit_path' definition 'path'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/Node.hpp:453:77: note: Function 'delete_limit_path' argument 2 names different: declaration 'limit_path' definition 'path'.
ecflow-4.9.0/ANode/src/NodeDelete.cpp:254:73: note: Function 'delete_limit_path' argument 2 names different: declaration 'limit_path' definition 'path'.
ecflow-4.9.0/ANode/src/NodeDelete.cpp:292:44: style: Function 'deleteZombie' argument 1 names different: declaration 'type' definition 'zombie_type'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/Node.hpp:455:41: note: Function 'deleteZombie' argument 1 names different: declaration 'type' definition 'zombie_type'.
ecflow-4.9.0/ANode/src/NodeDelete.cpp:292:44: note: Function 'deleteZombie' argument 1 names different: declaration 'type' definition 'zombie_type'.
ecflow-4.9.0/ANode/src/NodeFind.cpp:222:47: style: Function 'find_limit' argument 1 names different: declaration 'name' definition 'theName'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/Node.hpp:552:44: note: Function 'find_limit' argument 1 names different: declaration 'name' definition 'theName'.
ecflow-4.9.0/ANode/src/NodeFind.cpp:222:47: note: Function 'find_limit' argument 1 names different: declaration 'name' definition 'theName'.
ecflow-4.9.0/ANode/src/NodeFind.cpp:262:56: style: Function 'findEventByName' argument 1 names different: declaration 'name' definition 'event_name'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/Node.hpp:689:53: note: Function 'findEventByName' argument 1 names different: declaration 'name' definition 'event_name'.
ecflow-4.9.0/ANode/src/NodeFind.cpp:262:56: note: Function 'findEventByName' argument 1 names different: declaration 'name' definition 'event_name'.
ecflow-4.9.0/ANode/src/NodeFind.cpp:268:64: style: Function 'findEventByNameOrNumber' argument 1 names different: declaration 'name' definition 'theName'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/Node.hpp:560:61: note: Function 'findEventByNameOrNumber' argument 1 names different: declaration 'name' definition 'theName'.
ecflow-4.9.0/ANode/src/NodeFind.cpp:268:64: note: Function 'findEventByNameOrNumber' argument 1 names different: declaration 'name' definition 'theName'.
ecflow-4.9.0/ANode/src/NodeFind.cpp:565:83: style: Function 'findReferencedNode' argument 2 names different: declaration 'externObj' definition 'extern_obj'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/Node.hpp:569:80: note: Function 'findReferencedNode' argument 2 names different: declaration 'externObj' definition 'extern_obj'.
ecflow-4.9.0/ANode/src/NodeFind.cpp:565:83: note: Function 'findReferencedNode' argument 2 names different: declaration 'externObj' definition 'extern_obj'.
ecflow-4.9.0/ANode/src/NodeMemento.cpp:280:97: style: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/Node.hpp:486:86: note: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'.
ecflow-4.9.0/ANode/src/NodeMemento.cpp:280:97: note: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'.
ecflow-4.9.0/ANode/src/NodeMemento.cpp:290:111: style: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/Node.hpp:487:99: note: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'.
ecflow-4.9.0/ANode/src/NodeMemento.cpp:290:111: note: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'.
ecflow-4.9.0/ANode/src/NodeMemento.cpp:300:102: style: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/Node.hpp:488:90: note: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'.
ecflow-4.9.0/ANode/src/NodeMemento.cpp:300:102: note: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'.
ecflow-4.9.0/ANode/src/NodeMemento.cpp:313:102: style: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/Node.hpp:489:90: note: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'.
ecflow-4.9.0/ANode/src/NodeMemento.cpp:313:102: note: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'.
ecflow-4.9.0/ANode/src/NodeMemento.cpp:332:102: style: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/Node.hpp:490:90: note: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'.
ecflow-4.9.0/ANode/src/NodeMemento.cpp:332:102: note: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'.
ecflow-4.9.0/ANode/src/NodeMemento.cpp:351:102: style: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/Node.hpp:491:90: note: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'.
ecflow-4.9.0/ANode/src/NodeMemento.cpp:351:102: note: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'.
ecflow-4.9.0/ANode/src/NodeMemento.cpp:370:104: style: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/Node.hpp:492:92: note: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'.
ecflow-4.9.0/ANode/src/NodeMemento.cpp:370:104: note: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'.
ecflow-4.9.0/ANode/src/NodeMemento.cpp:390:105: style: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/Node.hpp:493:93: note: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'.
ecflow-4.9.0/ANode/src/NodeMemento.cpp:390:105: note: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'.
ecflow-4.9.0/ANode/src/NodeMemento.cpp:410:103: style: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/Node.hpp:494:91: note: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'.
ecflow-4.9.0/ANode/src/NodeMemento.cpp:410:103: note: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'.
ecflow-4.9.0/ANode/src/NodeMemento.cpp:439:102: style: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/Node.hpp:495:90: note: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'.
ecflow-4.9.0/ANode/src/NodeMemento.cpp:439:102: note: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'.
ecflow-4.9.0/ANode/src/NodeMemento.cpp:459:104: style: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/Node.hpp:496:92: note: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'.
ecflow-4.9.0/ANode/src/NodeMemento.cpp:459:104: note: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'.
ecflow-4.9.0/ANode/src/NodeMemento.cpp:474:105: style: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/Node.hpp:497:93: note: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'.
ecflow-4.9.0/ANode/src/NodeMemento.cpp:474:105: note: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'.
ecflow-4.9.0/ANode/src/NodeMemento.cpp:496:101: style: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/Node.hpp:498:89: note: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'.
ecflow-4.9.0/ANode/src/NodeMemento.cpp:496:101: note: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'.
ecflow-4.9.0/ANode/src/NodeMemento.cpp:515:102: style: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/Node.hpp:499:90: note: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'.
ecflow-4.9.0/ANode/src/NodeMemento.cpp:515:102: note: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'.
ecflow-4.9.0/ANode/src/NodeMemento.cpp:533:101: style: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/Node.hpp:500:89: note: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'.
ecflow-4.9.0/ANode/src/NodeMemento.cpp:533:101: note: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'.
ecflow-4.9.0/ANode/src/NodeMemento.cpp:551:100: style: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/Node.hpp:501:88: note: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'.
ecflow-4.9.0/ANode/src/NodeMemento.cpp:551:100: note: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'.
ecflow-4.9.0/ANode/src/NodeMemento.cpp:569:101: style: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/Node.hpp:503:89: note: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'.
ecflow-4.9.0/ANode/src/NodeMemento.cpp:569:101: note: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'.
ecflow-4.9.0/ANode/src/NodeMemento.cpp:587:101: style: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/Node.hpp:502:89: note: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'.
ecflow-4.9.0/ANode/src/NodeMemento.cpp:587:101: note: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'.
ecflow-4.9.0/ANode/src/NodeMemento.cpp:605:97: style: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/Node.hpp:506:85: note: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'.
ecflow-4.9.0/ANode/src/NodeMemento.cpp:605:97: note: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'.
ecflow-4.9.0/ANode/src/NodeMemento.cpp:615:103: style: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/Node.hpp:504:91: note: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'.
ecflow-4.9.0/ANode/src/NodeMemento.cpp:615:103: note: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'.
ecflow-4.9.0/ANode/src/NodeMemento.cpp:636:103: style: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/Node.hpp:505:91: note: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'.
ecflow-4.9.0/ANode/src/NodeMemento.cpp:636:103: note: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'.
ecflow-4.9.0/ANode/src/ServerState.cpp:273:71: style: Function 'find_user_variable' argument 1 names different: declaration 'name' definition 'theVarName'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/ServerState.hpp:75:61: note: Function 'find_user_variable' argument 1 names different: declaration 'name' definition 'theVarName'.
ecflow-4.9.0/ANode/src/ServerState.cpp:273:71: note: Function 'find_user_variable' argument 1 names different: declaration 'name' definition 'theVarName'.
ecflow-4.9.0/ANode/src/ServerState.cpp:285:66: style: Function 'find_variable' argument 1 names different: declaration 'name' definition 'theVarName'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/ServerState.hpp:78:56: note: Function 'find_variable' argument 1 names different: declaration 'name' definition 'theVarName'.
ecflow-4.9.0/ANode/src/ServerState.cpp:285:66: note: Function 'find_variable' argument 1 names different: declaration 'name' definition 'theVarName'.
ecflow-4.9.0/ANode/src/ServerState.hpp:35:1: warning: The class 'ServerState' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ecflow-4.9.0/ANode/src/Submittable.cpp:76:44: style: Function 'init' argument 1 names different: declaration 'processId' definition 'the_process_or_remote_id'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/Submittable.hpp:52:33: note: Function 'init' argument 1 names different: declaration 'processId' definition 'the_process_or_remote_id'.
ecflow-4.9.0/ANode/src/Submittable.cpp:76:44: note: Function 'init' argument 1 names different: declaration 'processId' definition 'the_process_or_remote_id'.
ecflow-4.9.0/ANode/src/Submittable.cpp:888:110: style: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/Submittable.hpp:123:92: note: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'.
ecflow-4.9.0/ANode/src/Submittable.cpp:888:110: note: Function 'set_memento' argument 3 names different: declaration 'f' definition 'aspect_only'.
ecflow-4.9.0/ANode/src/Submittable.cpp:605:4: style: Class 'JobCreationTimer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/src/Suite.cpp:392:48: style: Function 'changeClockType' argument 1 names different: declaration 'theType' definition 'clockType'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/Suite.hpp:86:44: note: Function 'changeClockType' argument 1 names different: declaration 'theType' definition 'clockType'.
ecflow-4.9.0/ANode/src/Suite.cpp:392:48: note: Function 'changeClockType' argument 1 names different: declaration 'theType' definition 'clockType'.
ecflow-4.9.0/ANode/src/Suite.cpp:463:48: style: Function 'changeClockGain' argument 1 names different: declaration 'theIntGain' definition 'gain'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/Suite.hpp:88:44: note: Function 'changeClockGain' argument 1 names different: declaration 'theIntGain' definition 'gain'.
ecflow-4.9.0/ANode/src/Suite.cpp:463:48: note: Function 'changeClockGain' argument 1 names different: declaration 'theIntGain' definition 'gain'.
ecflow-4.9.0/ANode/src/Task.cpp:806:45: style: Function 'set_memento' argument 1 names different: declaration 'm' definition 'memento'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/Task.hpp:113:41: note: Function 'set_memento' argument 1 names different: declaration 'm' definition 'memento'.
ecflow-4.9.0/ANode/src/Task.cpp:806:45: note: Function 'set_memento' argument 1 names different: declaration 'm' definition 'memento'.
ecflow-4.9.0/ANode/src/Task.cpp:841:53: style: Function 'set_memento' argument 1 names different: declaration 'm' definition 'memento'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/Task.hpp:114:49: note: Function 'set_memento' argument 1 names different: declaration 'm' definition 'memento'.
ecflow-4.9.0/ANode/src/Task.cpp:841:53: note: Function 'set_memento' argument 1 names different: declaration 'm' definition 'memento'.
ecflow-4.9.0/ANode/src/Task.cpp:859:51: style: Function 'set_memento' argument 1 names different: declaration 'm' definition 'memento'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/Task.hpp:115:47: note: Function 'set_memento' argument 1 names different: declaration 'm' definition 'memento'.
ecflow-4.9.0/ANode/src/Task.cpp:859:51: note: Function 'set_memento' argument 1 names different: declaration 'm' definition 'memento'.
ecflow-4.9.0/ANode/src/TaskScriptGenerator.hpp:28:4: style: Class 'TaskScriptGenerator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/src/TimeDepAttrs.cpp:571:50: style: Function 'why' argument 1 names different: declaration 'theReasonWhy' definition 'vec'. [funcArgNamesDifferent]
ecflow-4.9.0/ANode/src/TimeDepAttrs.hpp:104:39: note: Function 'why' argument 1 names different: declaration 'theReasonWhy' definition 'vec'.
ecflow-4.9.0/ANode/src/TimeDepAttrs.cpp:571:50: note: Function 'why' argument 1 names different: declaration 'theReasonWhy' definition 'vec'.
ecflow-4.9.0/ANode/src/TimeDepAttrs.hpp:31:1: warning: The class 'TimeDepAttrs' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ecflow-4.9.0/ANode/test/MyDefsFixture.hpp:36:2: style: Struct 'MyDefsFixture' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/test/TestChangeMgrSingleton.cpp:28:4: style: Class 'MyObserver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/test/TestChangeMgrSingleton.cpp:29:4: style: Class 'MyObserver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/ANode/test/TestExprParser.cpp:341:4: style: Variable 'exprMap["t:step % 20 ge 120"]' is reassigned a value before the old one has been used. [redundantAssignment]
ecflow-4.9.0/ANode/test/TestExprParser.cpp:340:4: note: Variable 'exprMap["t:step % 20 ge 120"]' is reassigned a value before the old one has been used.
ecflow-4.9.0/ANode/test/TestExprParser.cpp:341:4: note: Variable 'exprMap["t:step % 20 ge 120"]' is reassigned a value before the old one has been used.
ecflow-4.9.0/Base/src/Client.cpp:42:9: style: Function 'Client' argument 5 names different: declaration 'timout' definition 'timeout'. [funcArgNamesDifferent]
ecflow-4.9.0/Base/src/Client.hpp:37:14: note: Function 'Client' argument 5 names different: declaration 'timout' definition 'timeout'.
ecflow-4.9.0/Base/src/Client.cpp:42:9: note: Function 'Client' argument 5 names different: declaration 'timout' definition 'timeout'.
ecflow-4.9.0/Base/src/Connection.hpp:78:4: style: Class 'connection' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Base/src/ServerToClientResponse.hpp:26:4: style: Class 'ServerToClientResponse' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Base/src/Connection.cpp:61:13: warning: Member variable 'connection::inbound_header_' is not initialized in the constructor. [uninitMemberVar]
ecflow-4.9.0/Base/src/Gnuplot.cpp:83:29: style: Function 'create_gnuplot_file' argument 2 names different: declaration 'input_data' definition 'temp_file'. [funcArgNamesDifferent]
ecflow-4.9.0/Base/src/Gnuplot.hpp:60:32: note: Function 'create_gnuplot_file' argument 2 names different: declaration 'input_data' definition 'temp_file'.
ecflow-4.9.0/Base/src/Gnuplot.cpp:83:29: note: Function 'create_gnuplot_file' argument 2 names different: declaration 'input_data' definition 'temp_file'.
ecflow-4.9.0/Base/src/Gnuplot.hpp:48:7: style: Struct 'SuiteLoad' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Base/src/cts/AlterCmd.cpp:520:22: style: Function 'create' argument 3 names different: declaration 'clientEnv' definition 'ac'. [funcArgNamesDifferent]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1523:32: note: Function 'create' argument 3 names different: declaration 'clientEnv' definition 'ac'.
ecflow-4.9.0/Base/src/cts/AlterCmd.cpp:520:22: note: Function 'create' argument 3 names different: declaration 'clientEnv' definition 'ac'.
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:178:9: performance: Technically the member function 'ClientToServerCmd::serialize' can be static. [functionStatic]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:601:4: style: Class 'CtsCmd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:683:4: style: Class 'CSyncCmd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:736:4: style: Class 'ClientHandleCmd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:747:4: style: Class 'ClientHandleCmd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:752:4: style: Class 'ClientHandleCmd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:818:4: style: Class 'CtsNodeCmd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:865:4: style: Class 'PathsCmd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:917:4: style: Class 'LogCmd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:956:4: style: Class 'LogMessageCmd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1028:4: style: Class 'ZombieCmd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1199:4: style: Class 'ShowCmd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:196:17: style: The function 'isWrite' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:95:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:196:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:197:16: style: The function 'timeout' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:89:16: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:197:16: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:205:17: style: The function 'equals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:63:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:205:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:206:17: style: The function 'task_cmd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:115:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:206:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:207:17: style: The function 'connect_to_different_servers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:108:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:207:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:211:17: style: The function 'setup_user_authentification' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:100:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:211:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:212:17: style: The function 'setup_user_authentification' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:101:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:212:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:213:17: style: The function 'setup_user_authentification' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:102:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:213:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:215:17: style: The function 'authenticate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:139:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:215:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:248:26: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:60:26: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:248:26: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:249:17: style: The function 'equals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:205:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:249:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:251:24: style: The function 'theArg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:124:24: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:251:24: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:252:17: style: The function 'addOption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:125:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:252:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:253:17: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:126:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:253:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:260:24: style: The function 'doHandleRequest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:133:24: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:260:24: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:261:32: style: The function 'child_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:203:32: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:261:32: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:279:26: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:60:26: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:279:26: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:280:17: style: The function 'equals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:205:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:280:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:282:24: style: The function 'theArg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:124:24: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:282:24: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:283:17: style: The function 'addOption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:125:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:283:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:284:17: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:126:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:284:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:291:24: style: The function 'doHandleRequest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:133:24: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:291:24: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:292:32: style: The function 'child_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:203:32: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:292:32: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:314:26: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:60:26: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:314:26: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:315:17: style: The function 'equals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:205:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:315:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:317:24: style: The function 'theArg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:124:24: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:317:24: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:318:17: style: The function 'addOption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:125:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:318:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:319:17: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:126:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:319:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:327:24: style: The function 'doHandleRequest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:133:24: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:327:24: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:328:32: style: The function 'child_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:203:32: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:328:32: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:350:26: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:60:26: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:350:26: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:351:17: style: The function 'equals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:205:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:351:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:353:24: style: The function 'theArg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:124:24: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:353:24: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:354:17: style: The function 'addOption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:125:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:354:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:355:17: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:126:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:355:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:362:24: style: The function 'doHandleRequest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:133:24: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:362:24: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:363:32: style: The function 'child_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:203:32: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:363:32: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:387:26: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:60:26: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:387:26: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:388:17: style: The function 'equals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:205:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:388:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:390:24: style: The function 'theArg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:124:24: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:390:24: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:391:17: style: The function 'addOption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:125:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:391:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:392:17: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:126:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:392:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:399:24: style: The function 'doHandleRequest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:133:24: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:399:24: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:400:32: style: The function 'child_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:203:32: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:400:32: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:427:26: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:60:26: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:427:26: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:428:17: style: The function 'equals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:205:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:428:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:430:24: style: The function 'theArg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:124:24: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:430:24: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:431:17: style: The function 'addOption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:125:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:431:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:432:17: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:126:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:432:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:439:24: style: The function 'doHandleRequest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:133:24: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:439:24: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:440:32: style: The function 'child_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:203:32: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:440:32: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:469:26: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:60:26: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:469:26: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:470:17: style: The function 'equals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:205:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:470:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:472:24: style: The function 'theArg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:124:24: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:472:24: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:473:17: style: The function 'addOption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:125:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:473:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:474:18: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:126:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:474:18: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:481:24: style: The function 'doHandleRequest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:133:24: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:481:24: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:482:32: style: The function 'child_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:203:32: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:482:32: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:508:17: style: The function 'setup_user_authentification' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:100:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:508:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:509:17: style: The function 'setup_user_authentification' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:101:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:509:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:510:17: style: The function 'setup_user_authentification' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:102:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:510:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:514:17: style: The function 'equals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:63:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:514:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:515:17: style: The function 'authenticate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:139:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:515:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:560:26: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:60:26: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:560:26: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:561:17: style: The function 'equals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:514:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:561:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:562:24: style: The function 'theArg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:124:24: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:562:24: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:563:17: style: The function 'addOption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:125:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:563:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:564:17: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:126:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:564:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:568:24: style: The function 'doHandleRequest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:133:24: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:568:24: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:606:26: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:60:26: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:606:26: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:607:17: style: The function 'equals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:514:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:607:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:609:17: style: The function 'isWrite' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:95:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:609:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:610:17: style: The function 'terminate_cmd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:116:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:610:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:611:17: style: The function 'ping_cmd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:118:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:611:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:612:16: style: The function 'timeout' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:89:16: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:612:16: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:614:17: style: The function 'handleRequestIsTestable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:76:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:614:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:616:24: style: The function 'theArg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:124:24: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:616:24: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:617:17: style: The function 'addOption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:125:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:617:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:618:17: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:126:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:618:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:622:24: style: The function 'doHandleRequest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:133:24: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:622:24: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:644:26: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:60:26: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:644:26: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:645:17: style: The function 'equals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:514:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:645:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:646:17: style: The function 'isWrite' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:95:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:646:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:647:24: style: The function 'theArg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:124:24: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:647:24: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:648:17: style: The function 'addOption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:125:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:648:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:649:17: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:126:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:649:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:653:24: style: The function 'doHandleRequest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:133:24: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:653:24: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:699:26: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:60:26: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:699:26: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:700:17: style: The function 'equals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:514:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:700:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:701:16: style: The function 'timeout' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:89:16: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:701:16: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:703:24: style: The function 'theArg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:124:24: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:703:24: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:704:17: style: The function 'addOption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:125:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:704:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:705:17: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:126:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:705:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:712:17: style: The function 'do_log' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:145:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:712:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:714:24: style: The function 'doHandleRequest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:133:24: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:714:24: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:772:26: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:60:26: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:772:26: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:773:17: style: The function 'equals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:514:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:773:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:775:24: style: The function 'theArg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:124:24: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:775:24: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:776:17: style: The function 'addOption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:125:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:776:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:777:17: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:126:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:777:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:781:24: style: The function 'doHandleRequest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:133:24: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:781:24: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:824:26: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:60:26: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:824:26: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:825:17: style: The function 'equals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:514:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:825:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:827:31: style: The function 'show_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:111:31: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:827:31: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:829:16: style: The function 'timeout' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:89:16: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:829:16: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:830:17: style: The function 'isWrite' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:95:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:830:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:831:17: style: The function 'handleRequestIsTestable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:76:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:831:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:832:17: style: The function 'why_cmd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:119:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:832:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:833:17: style: The function 'get_cmd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:114:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:833:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:835:24: style: The function 'theArg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:124:24: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:835:24: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:836:17: style: The function 'addOption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:125:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:836:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:837:17: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:126:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:837:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:841:24: style: The function 'doHandleRequest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:133:24: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:841:24: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:842:17: style: The function 'authenticate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:515:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:842:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:874:26: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:60:26: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:874:26: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:875:26: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:61:26: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:875:26: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:877:17: style: The function 'equals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:514:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:877:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:878:17: style: The function 'isWrite' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:95:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:878:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:879:17: style: The function 'delete_all_cmd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:121:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:879:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:881:24: style: The function 'theArg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:124:24: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:881:24: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:882:17: style: The function 'addOption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:125:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:882:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:883:17: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:126:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:883:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:887:24: style: The function 'doHandleRequest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:133:24: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:887:24: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:888:17: style: The function 'authenticate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:515:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:888:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:889:17: style: The function 'cleanup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:73:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:889:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:924:26: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:60:26: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:924:26: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:925:17: style: The function 'equals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:514:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:925:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:927:17: style: The function 'isWrite' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:95:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:927:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:928:24: style: The function 'theArg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:124:24: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:928:24: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:929:17: style: The function 'addOption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:125:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:929:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:930:17: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:126:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:930:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:937:24: style: The function 'doHandleRequest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:133:24: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:937:24: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:961:26: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:60:26: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:961:26: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:962:17: style: The function 'equals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:514:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:962:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:964:24: style: The function 'theArg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:124:24: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:964:24: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:965:17: style: The function 'addOption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:125:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:965:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:966:17: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:126:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:966:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:970:24: style: The function 'doHandleRequest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:133:24: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:970:24: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:994:16: style: The function 'timeout' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:89:16: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:994:16: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:996:17: style: The function 'isWrite' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:95:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:996:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:997:26: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:60:26: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:997:26: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:998:17: style: The function 'equals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:514:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:998:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1000:24: style: The function 'theArg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:124:24: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1000:24: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1001:17: style: The function 'addOption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:125:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1001:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1002:17: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:126:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1002:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1009:24: style: The function 'doHandleRequest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:133:24: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1009:24: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1034:26: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:60:26: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1034:26: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1035:17: style: The function 'equals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:514:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1035:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1037:24: style: The function 'theArg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:124:24: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1037:24: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1038:17: style: The function 'addOption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:125:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1038:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1039:17: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:126:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1039:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1044:24: style: The function 'doHandleRequest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:133:24: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1044:24: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1077:17: style: The function 'isWrite' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:95:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1077:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1078:26: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:60:26: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1078:26: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1079:26: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:61:26: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1079:26: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1080:17: style: The function 'equals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:514:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1080:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1082:24: style: The function 'theArg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:124:24: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1082:24: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1083:17: style: The function 'addOption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:125:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1083:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1084:17: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:126:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1084:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1091:24: style: The function 'doHandleRequest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:133:24: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1091:24: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1092:17: style: The function 'authenticate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:515:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1092:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1093:17: style: The function 'cleanup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:73:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1093:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1117:17: style: The function 'isWrite' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:95:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1117:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1118:26: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:60:26: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1118:26: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1119:17: style: The function 'equals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:514:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1119:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1121:24: style: The function 'theArg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:124:24: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1121:24: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1122:17: style: The function 'addOption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:125:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1122:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1123:17: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:126:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1123:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1130:24: style: The function 'doHandleRequest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:133:24: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1130:24: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1131:17: style: The function 'authenticate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:515:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1131:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1161:17: style: The function 'isWrite' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:95:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1161:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1162:26: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:60:26: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1162:26: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1163:26: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:61:26: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1163:26: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1164:17: style: The function 'equals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:514:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1164:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1166:24: style: The function 'theArg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:124:24: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1166:24: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1167:17: style: The function 'addOption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:125:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1167:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1168:17: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:126:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1168:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1175:24: style: The function 'doHandleRequest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:133:24: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1175:24: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1176:17: style: The function 'authenticate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:515:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1176:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1177:17: style: The function 'cleanup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:73:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1177:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1202:17: style: The function 'show_cmd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:120:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1202:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1203:31: style: The function 'show_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:111:31: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1203:31: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1205:26: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:60:26: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1205:26: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1206:17: style: The function 'equals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:514:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1206:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1208:24: style: The function 'theArg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:124:24: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1208:24: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1209:17: style: The function 'addOption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:125:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1209:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1210:17: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:126:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1210:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1219:24: style: The function 'doHandleRequest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:133:24: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1219:24: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1247:17: style: The function 'isWrite' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:95:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1247:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1248:16: style: The function 'timeout' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:89:16: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1248:16: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1249:26: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:60:26: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1249:26: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1250:17: style: The function 'equals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:514:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1250:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1252:24: style: The function 'theArg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:124:24: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1252:24: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1253:17: style: The function 'addOption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:125:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1253:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1254:17: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:126:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1254:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1263:24: style: The function 'doHandleRequest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:133:24: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1263:24: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1291:17: style: The function 'isWrite' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:95:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1291:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1292:16: style: The function 'timeout' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:89:16: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1292:16: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1293:26: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:60:26: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1293:26: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1294:17: style: The function 'equals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:514:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1294:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1296:24: style: The function 'theArg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:124:24: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1296:24: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1297:17: style: The function 'addOption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:125:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1297:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1298:17: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:126:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1298:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1305:24: style: The function 'doHandleRequest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:133:24: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1305:24: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1306:17: style: The function 'authenticate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:515:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1306:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1353:17: style: The function 'isWrite' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:95:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1353:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1354:26: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:60:26: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1354:26: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1355:26: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:61:26: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1355:26: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1356:17: style: The function 'equals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:514:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1356:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1358:24: style: The function 'theArg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:124:24: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1358:24: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1359:17: style: The function 'addOption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:125:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1359:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1360:17: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:126:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1360:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1367:24: style: The function 'doHandleRequest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:133:24: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1367:24: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1368:17: style: The function 'authenticate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:515:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1368:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1369:17: style: The function 'cleanup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:73:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1369:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1416:17: style: The function 'isWrite' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:95:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1416:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1417:26: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:60:26: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1417:26: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1418:26: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:61:26: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1418:26: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1419:17: style: The function 'equals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:514:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1419:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1421:24: style: The function 'theArg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:124:24: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1421:24: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1422:17: style: The function 'addOption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:125:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1422:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1423:17: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:126:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1423:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1430:24: style: The function 'doHandleRequest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:133:24: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1430:24: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1431:17: style: The function 'authenticate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:515:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1431:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1432:17: style: The function 'cleanup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:73:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1432:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1514:17: style: The function 'isWrite' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:95:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1514:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1515:26: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:60:26: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1515:26: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1516:26: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:61:26: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1516:26: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1517:17: style: The function 'equals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:514:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1517:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1519:24: style: The function 'theArg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:124:24: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1519:24: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1520:17: style: The function 'addOption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:125:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1520:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1521:17: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:126:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1521:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1528:24: style: The function 'doHandleRequest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:133:24: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1528:24: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1530:17: style: The function 'authenticate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:515:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1530:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1531:17: style: The function 'cleanup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:73:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1531:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1587:17: style: The function 'handleRequestIsTestable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:76:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1587:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1588:26: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:60:26: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1588:26: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1589:17: style: The function 'equals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:514:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1589:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1591:24: style: The function 'theArg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:124:24: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1591:24: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1592:17: style: The function 'addOption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:125:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1592:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1593:17: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:126:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1593:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1600:24: style: The function 'doHandleRequest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:133:24: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1600:24: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1601:17: style: The function 'authenticate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:515:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1601:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1657:17: style: The function 'handleRequestIsTestable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:76:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1657:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1658:17: style: The function 'isWrite' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:95:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1658:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1659:26: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:60:26: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1659:26: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1660:17: style: The function 'equals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:514:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1660:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1662:24: style: The function 'theArg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:124:24: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1662:24: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1663:17: style: The function 'addOption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:125:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1663:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1664:17: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:126:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1664:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1671:24: style: The function 'doHandleRequest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:133:24: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1671:24: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1672:17: style: The function 'authenticate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:515:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1672:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1673:17: style: The function 'cleanup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:73:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1673:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1705:16: style: The function 'timeout' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:89:16: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1705:16: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1706:17: style: The function 'handleRequestIsTestable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:76:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1706:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1707:17: style: The function 'isWrite' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:95:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1707:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1708:26: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:60:26: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1708:26: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1709:17: style: The function 'equals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:514:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1709:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1711:24: style: The function 'theArg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:124:24: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1711:24: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1712:17: style: The function 'addOption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:125:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1712:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1713:17: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:126:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1713:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1720:24: style: The function 'doHandleRequest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:133:24: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1720:24: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1744:17: style: The function 'handleRequestIsTestable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:76:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1744:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1745:17: style: The function 'isWrite' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:95:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1745:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1746:26: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:60:26: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1746:26: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1747:17: style: The function 'equals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:514:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1747:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1749:24: style: The function 'theArg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:124:24: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1749:24: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1750:17: style: The function 'addOption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:125:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1750:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1751:17: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:126:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1751:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1758:24: style: The function 'doHandleRequest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:133:24: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1758:24: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1801:17: style: The function 'isWrite' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:95:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1801:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1802:31: style: The function 'show_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:111:31: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1802:31: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1803:17: style: The function 'get_cmd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:114:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1803:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1804:17: style: The function 'task_cmd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:115:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1804:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1805:17: style: The function 'terminate_cmd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:116:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1805:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1806:17: style: The function 'why_cmd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:119:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1806:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1807:17: style: The function 'group_cmd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:117:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1807:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1809:26: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:60:26: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1809:26: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1810:17: style: The function 'equals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:514:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1810:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1815:24: style: The function 'theArg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:124:24: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1815:24: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1816:17: style: The function 'addOption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:125:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1816:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1817:17: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:126:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1817:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1824:17: style: The function 'setup_user_authentification' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:508:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1824:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1825:17: style: The function 'setup_user_authentification' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:509:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1825:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1826:17: style: The function 'setup_user_authentification' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:510:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1826:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1828:17: style: The function 'authenticate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:515:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1828:17: note: Function in derived class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1829:24: style: The function 'doHandleRequest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:133:24: note: Virtual function in base class
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1829:24: note: Function in derived class
ecflow-4.9.0/Base/src/cts/BeginCmd.cpp:135:26: style: Function 'create' argument 3 names different: declaration 'clientEnv' definition 'ace'. [funcArgNamesDifferent]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1004:32: note: Function 'create' argument 3 names different: declaration 'clientEnv' definition 'ace'.
ecflow-4.9.0/Base/src/cts/BeginCmd.cpp:135:26: note: Function 'create' argument 3 names different: declaration 'clientEnv' definition 'ace'.
ecflow-4.9.0/Base/src/cts/CFileCmd.cpp:36:100: style: Function 'CFileCmd' argument 3 names different: declaration 'max_lines' definition 'input_max_lines'. [funcArgNamesDifferent]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1575:93: note: Function 'CFileCmd' argument 3 names different: declaration 'max_lines' definition 'input_max_lines'.
ecflow-4.9.0/Base/src/cts/CFileCmd.cpp:36:100: note: Function 'CFileCmd' argument 3 names different: declaration 'max_lines' definition 'input_max_lines'.
ecflow-4.9.0/Base/src/cts/CFileCmd.cpp:295:26: style: Function 'create' argument 3 names different: declaration 'clientEnv' definition 'ac'. [funcArgNamesDifferent]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1595:32: note: Function 'create' argument 3 names different: declaration 'clientEnv' definition 'ac'.
ecflow-4.9.0/Base/src/cts/CFileCmd.cpp:295:26: note: Function 'create' argument 3 names different: declaration 'clientEnv' definition 'ac'.
ecflow-4.9.0/Base/src/cts/CSyncCmd.cpp:142:27: style: Function 'create' argument 3 names different: declaration 'clientEnv' definition 'ac'. [funcArgNamesDifferent]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:707:32: note: Function 'create' argument 3 names different: declaration 'clientEnv' definition 'ac'.
ecflow-4.9.0/Base/src/cts/CSyncCmd.cpp:142:27: note: Function 'create' argument 3 names different: declaration 'clientEnv' definition 'ac'.
ecflow-4.9.0/Base/src/cts/CheckPtCmd.cpp:151:30: style: Function 'create' argument 3 names different: declaration 'clientEnv' definition 'ace'. [funcArgNamesDifferent]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:651:32: note: Function 'create' argument 3 names different: declaration 'clientEnv' definition 'ace'.
ecflow-4.9.0/Base/src/cts/CheckPtCmd.cpp:151:30: note: Function 'create' argument 3 names different: declaration 'clientEnv' definition 'ace'.
ecflow-4.9.0/Base/src/cts/ClientHandleCmd.cpp:245:27: style: Function 'create' argument 3 names different: declaration 'clientEnv' definition 'ac'. [funcArgNamesDifferent]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:779:32: note: Function 'create' argument 3 names different: declaration 'clientEnv' definition 'ac'.
ecflow-4.9.0/Base/src/cts/ClientHandleCmd.cpp:245:27: note: Function 'create' argument 3 names different: declaration 'clientEnv' definition 'ac'.
ecflow-4.9.0/Base/src/cts/CtsApi.cpp:273:59: style: Function 'check' argument 1 names different: declaration 'absNodePath' definition 'path'. [funcArgNamesDifferent]
ecflow-4.9.0/Base/src/cts/CtsApi.hpp:68:61: note: Function 'check' argument 1 names different: declaration 'absNodePath' definition 'path'.
ecflow-4.9.0/Base/src/cts/CtsApi.cpp:273:59: note: Function 'check' argument 1 names different: declaration 'absNodePath' definition 'path'.
ecflow-4.9.0/Base/src/cts/CtsApi.cpp:313:61: style: Function 'suspend' argument 1 names different: declaration 'absNodePath' definition 'path'. [funcArgNamesDifferent]
ecflow-4.9.0/Base/src/cts/CtsApi.hpp:72:63: note: Function 'suspend' argument 1 names different: declaration 'absNodePath' definition 'path'.
ecflow-4.9.0/Base/src/cts/CtsApi.cpp:313:61: note: Function 'suspend' argument 1 names different: declaration 'absNodePath' definition 'path'.
ecflow-4.9.0/Base/src/cts/CtsApi.cpp:327:60: style: Function 'resume' argument 1 names different: declaration 'absNodePath' definition 'path'. [funcArgNamesDifferent]
ecflow-4.9.0/Base/src/cts/CtsApi.hpp:74:60: note: Function 'resume' argument 1 names different: declaration 'absNodePath' definition 'path'.
ecflow-4.9.0/Base/src/cts/CtsApi.cpp:327:60: note: Function 'resume' argument 1 names different: declaration 'absNodePath' definition 'path'.
ecflow-4.9.0/Base/src/cts/CtsApi.cpp:341:58: style: Function 'kill' argument 1 names different: declaration 'absNodePath' definition 'path'. [funcArgNamesDifferent]
ecflow-4.9.0/Base/src/cts/CtsApi.hpp:76:58: note: Function 'kill' argument 1 names different: declaration 'absNodePath' definition 'path'.
ecflow-4.9.0/Base/src/cts/CtsApi.cpp:341:58: note: Function 'kill' argument 1 names different: declaration 'absNodePath' definition 'path'.
ecflow-4.9.0/Base/src/cts/CtsApi.cpp:355:60: style: Function 'status' argument 1 names different: declaration 'absNodePath' definition 'path'. [funcArgNamesDifferent]
ecflow-4.9.0/Base/src/cts/CtsApi.hpp:78:62: note: Function 'status' argument 1 names different: declaration 'absNodePath' definition 'path'.
ecflow-4.9.0/Base/src/cts/CtsApi.cpp:355:60: note: Function 'status' argument 1 names different: declaration 'absNodePath' definition 'path'.
ecflow-4.9.0/Base/src/cts/CtsApi.cpp:369:66: style: Function 'edit_history' argument 1 names different: declaration 'absNodePath' definition 'path'. [funcArgNamesDifferent]
ecflow-4.9.0/Base/src/cts/CtsApi.hpp:81:68: note: Function 'edit_history' argument 1 names different: declaration 'absNodePath' definition 'path'.
ecflow-4.9.0/Base/src/cts/CtsApi.cpp:369:66: note: Function 'edit_history' argument 1 names different: declaration 'absNodePath' definition 'path'.
ecflow-4.9.0/Base/src/cts/CtsApi.cpp:397:53: style: Function 'zombieFobCli' argument 1 names different: declaration 'task_path' definition 'path'. [funcArgNamesDifferent]
ecflow-4.9.0/Base/src/cts/CtsApi.hpp:91:53: note: Function 'zombieFobCli' argument 1 names different: declaration 'task_path' definition 'path'.
ecflow-4.9.0/Base/src/cts/CtsApi.cpp:397:53: note: Function 'zombieFobCli' argument 1 names different: declaration 'task_path' definition 'path'.
ecflow-4.9.0/Base/src/cts/CtsApi.cpp:409:54: style: Function 'zombieFailCli' argument 1 names different: declaration 'task_path' definition 'path'. [funcArgNamesDifferent]
ecflow-4.9.0/Base/src/cts/CtsApi.hpp:92:54: note: Function 'zombieFailCli' argument 1 names different: declaration 'task_path' definition 'path'.
ecflow-4.9.0/Base/src/cts/CtsApi.cpp:409:54: note: Function 'zombieFailCli' argument 1 names different: declaration 'task_path' definition 'path'.
ecflow-4.9.0/Base/src/cts/CtsApi.cpp:421:55: style: Function 'zombieAdoptCli' argument 1 names different: declaration 'task_path' definition 'path'. [funcArgNamesDifferent]
ecflow-4.9.0/Base/src/cts/CtsApi.hpp:93:55: note: Function 'zombieAdoptCli' argument 1 names different: declaration 'task_path' definition 'path'.
ecflow-4.9.0/Base/src/cts/CtsApi.cpp:421:55: note: Function 'zombieAdoptCli' argument 1 names different: declaration 'task_path' definition 'path'.
ecflow-4.9.0/Base/src/cts/CtsApi.cpp:433:56: style: Function 'zombieRemoveCli' argument 1 names different: declaration 'task_path' definition 'path'. [funcArgNamesDifferent]
ecflow-4.9.0/Base/src/cts/CtsApi.hpp:94:56: note: Function 'zombieRemoveCli' argument 1 names different: declaration 'task_path' definition 'path'.
ecflow-4.9.0/Base/src/cts/CtsApi.cpp:433:56: note: Function 'zombieRemoveCli' argument 1 names different: declaration 'task_path' definition 'path'.
ecflow-4.9.0/Base/src/cts/CtsApi.cpp:445:55: style: Function 'zombieBlockCli' argument 1 names different: declaration 'task_path' definition 'path'. [funcArgNamesDifferent]
ecflow-4.9.0/Base/src/cts/CtsApi.hpp:95:57: note: Function 'zombieBlockCli' argument 1 names different: declaration 'task_path' definition 'path'.
ecflow-4.9.0/Base/src/cts/CtsApi.cpp:445:55: note: Function 'zombieBlockCli' argument 1 names different: declaration 'task_path' definition 'path'.
ecflow-4.9.0/Base/src/cts/CtsApi.cpp:458:54: style: Function 'zombieKillCli' argument 1 names different: declaration 'task_path' definition 'path'. [funcArgNamesDifferent]
ecflow-4.9.0/Base/src/cts/CtsApi.hpp:96:56: note: Function 'zombieKillCli' argument 1 names different: declaration 'task_path' definition 'path'.
ecflow-4.9.0/Base/src/cts/CtsApi.cpp:458:54: note: Function 'zombieKillCli' argument 1 names different: declaration 'task_path' definition 'path'.
ecflow-4.9.0/Base/src/cts/CtsApi.cpp:598:61: style: Function 'freeDep' argument 1 names different: declaration 'absNodePath' definition 'path'. [funcArgNamesDifferent]
ecflow-4.9.0/Base/src/cts/CtsApi.hpp:115:63: note: Function 'freeDep' argument 1 names different: declaration 'absNodePath' definition 'path'.
ecflow-4.9.0/Base/src/cts/CtsApi.cpp:598:61: note: Function 'freeDep' argument 1 names different: declaration 'absNodePath' definition 'path'.
ecflow-4.9.0/Base/src/cts/CtsApi.cpp:686:45: style: Function 'getLog' argument 1 names different: declaration 'lastLines' definition 'lastLine'. [funcArgNamesDifferent]
ecflow-4.9.0/Base/src/cts/CtsApi.hpp:141:45: note: Function 'getLog' argument 1 names different: declaration 'lastLines' definition 'lastLine'.
ecflow-4.9.0/Base/src/cts/CtsApi.cpp:686:45: note: Function 'getLog' argument 1 names different: declaration 'lastLines' definition 'lastLine'.
ecflow-4.9.0/Base/src/cts/CtsCmd.cpp:416:30: style: Function 'create' argument 3 names different: declaration 'clientEnv' definition 'ac'. [funcArgNamesDifferent]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:620:32: note: Function 'create' argument 3 names different: declaration 'clientEnv' definition 'ac'.
ecflow-4.9.0/Base/src/cts/CtsCmd.cpp:416:30: note: Function 'create' argument 3 names different: declaration 'clientEnv' definition 'ac'.
ecflow-4.9.0/Base/src/cts/CtsCmdRegistry.hpp:32:2: style: Class 'CtsCmdRegistry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Base/src/cts/CtsNodeCmd.cpp:304:47: style: Function 'create' argument 3 names different: declaration 'clientEnv' definition 'ac'. [funcArgNamesDifferent]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:839:32: note: Function 'create' argument 3 names different: declaration 'clientEnv' definition 'ac'.
ecflow-4.9.0/Base/src/cts/CtsNodeCmd.cpp:304:47: note: Function 'create' argument 3 names different: declaration 'clientEnv' definition 'ac'.
ecflow-4.9.0/Base/src/cts/EditScriptCmd.cpp:314:26: style: Function 'create' argument 3 names different: declaration 'clientEnv' definition 'ac'. [funcArgNamesDifferent]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1666:32: note: Function 'create' argument 3 names different: declaration 'clientEnv' definition 'ac'.
ecflow-4.9.0/Base/src/cts/EditScriptCmd.cpp:314:26: note: Function 'create' argument 3 names different: declaration 'clientEnv' definition 'ac'.
ecflow-4.9.0/Base/src/cts/ForceCmd.cpp:199:27: style: Function 'create' argument 3 names different: declaration 'clientEnv' definition 'ac'. [funcArgNamesDifferent]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1362:32: note: Function 'create' argument 3 names different: declaration 'clientEnv' definition 'ac'.
ecflow-4.9.0/Base/src/cts/ForceCmd.cpp:199:27: note: Function 'create' argument 3 names different: declaration 'clientEnv' definition 'ac'.
ecflow-4.9.0/Base/src/cts/FreeDepCmd.cpp:121:27: style: Function 'create' argument 3 names different: declaration 'clientEnv' definition 'ac'. [funcArgNamesDifferent]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1425:32: note: Function 'create' argument 3 names different: declaration 'clientEnv' definition 'ac'.
ecflow-4.9.0/Base/src/cts/FreeDepCmd.cpp:121:27: note: Function 'create' argument 3 names different: declaration 'clientEnv' definition 'ac'.
ecflow-4.9.0/Base/src/cts/GroupCTSCmd.cpp:40:45: style: Function 'GroupCTSCmd' argument 1 names different: declaration 'list_of_commands' definition 'cmdSeries'. [funcArgNamesDifferent]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1798:35: note: Function 'GroupCTSCmd' argument 1 names different: declaration 'list_of_commands' definition 'cmdSeries'.
ecflow-4.9.0/Base/src/cts/GroupCTSCmd.cpp:40:45: note: Function 'GroupCTSCmd' argument 1 names different: declaration 'list_of_commands' definition 'cmdSeries'.
ecflow-4.9.0/Base/src/cts/LoadDefsCmd.cpp:61:14: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
ecflow-4.9.0/Base/src/cts/LogCmd.cpp:196:26: style: Function 'create' argument 3 names different: declaration 'clientEnv' definition 'ac'. [funcArgNamesDifferent]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:932:32: note: Function 'create' argument 3 names different: declaration 'clientEnv' definition 'ac'.
ecflow-4.9.0/Base/src/cts/LogCmd.cpp:196:26: note: Function 'create' argument 3 names different: declaration 'clientEnv' definition 'ac'.
ecflow-4.9.0/Base/src/cts/LogMessageCmd.cpp:65:26: style: Function 'create' argument 3 names different: declaration 'clientEnv' definition 'ace'. [funcArgNamesDifferent]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:968:32: note: Function 'create' argument 3 names different: declaration 'clientEnv' definition 'ace'.
ecflow-4.9.0/Base/src/cts/LogMessageCmd.cpp:65:26: note: Function 'create' argument 3 names different: declaration 'clientEnv' definition 'ace'.
ecflow-4.9.0/Base/src/cts/OrderNodeCmd.cpp:89:28: style: Function 'create' argument 3 names different: declaration 'clientEnv' definition 'ac'. [funcArgNamesDifferent]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1125:32: note: Function 'create' argument 3 names different: declaration 'clientEnv' definition 'ac'.
ecflow-4.9.0/Base/src/cts/OrderNodeCmd.cpp:89:28: note: Function 'create' argument 3 names different: declaration 'clientEnv' definition 'ac'.
ecflow-4.9.0/Base/src/cts/PathsCmd.cpp:454:29: style: Function 'create' argument 3 names different: declaration 'clientEnv' definition 'ac'. [funcArgNamesDifferent]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:885:32: note: Function 'create' argument 3 names different: declaration 'clientEnv' definition 'ac'.
ecflow-4.9.0/Base/src/cts/PathsCmd.cpp:454:29: note: Function 'create' argument 3 names different: declaration 'clientEnv' definition 'ac'.
ecflow-4.9.0/Base/src/cts/PlugCmd.cpp:227:29: style: Function 'create' argument 3 names different: declaration 'clientEnv' definition 'ace'. [funcArgNamesDifferent]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1715:32: note: Function 'create' argument 3 names different: declaration 'clientEnv' definition 'ace'.
ecflow-4.9.0/Base/src/cts/PlugCmd.cpp:227:29: note: Function 'create' argument 3 names different: declaration 'clientEnv' definition 'ace'.
ecflow-4.9.0/Base/src/cts/RequeueNodeCmd.cpp:188:28: style: Function 'create' argument 3 names different: declaration 'clientEnv' definition 'ac'. [funcArgNamesDifferent]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1086:32: note: Function 'create' argument 3 names different: declaration 'clientEnv' definition 'ac'.
ecflow-4.9.0/Base/src/cts/RequeueNodeCmd.cpp:188:28: note: Function 'create' argument 3 names different: declaration 'clientEnv' definition 'ac'.
ecflow-4.9.0/Base/src/cts/RunNodeCmd.cpp:147:27: style: Function 'create' argument 3 names different: declaration 'clientEnv' definition 'ace'. [funcArgNamesDifferent]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1170:32: note: Function 'create' argument 3 names different: declaration 'clientEnv' definition 'ace'.
ecflow-4.9.0/Base/src/cts/RunNodeCmd.cpp:147:27: note: Function 'create' argument 3 names different: declaration 'clientEnv' definition 'ace'.
ecflow-4.9.0/Base/src/cts/ServerVersionCmd.cpp:70:30: style: Function 'create' argument 3 names different: declaration 'clientEnv' definition 'ace'. [funcArgNamesDifferent]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:566:47: note: Function 'create' argument 3 names different: declaration 'clientEnv' definition 'ace'.
ecflow-4.9.0/Base/src/cts/ServerVersionCmd.cpp:70:30: note: Function 'create' argument 3 names different: declaration 'clientEnv' definition 'ace'.
ecflow-4.9.0/Base/src/cts/ShowCmd.cpp:88:26: style: Function 'create' argument 3 names different: declaration 'clientEnv' definition 'ac'. [funcArgNamesDifferent]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1212:32: note: Function 'create' argument 3 names different: declaration 'clientEnv' definition 'ac'.
ecflow-4.9.0/Base/src/cts/ShowCmd.cpp:88:26: note: Function 'create' argument 3 names different: declaration 'clientEnv' definition 'ac'.
ecflow-4.9.0/Base/src/cts/TaskApi.cpp:45:89: style: Function 'meter' argument 2 names different: declaration 'metervalue' definition 'new_meter_value'. [funcArgNamesDifferent]
ecflow-4.9.0/Base/src/cts/TaskApi.hpp:29:88: note: Function 'meter' argument 2 names different: declaration 'metervalue' definition 'new_meter_value'.
ecflow-4.9.0/Base/src/cts/TaskApi.cpp:45:89: note: Function 'meter' argument 2 names different: declaration 'metervalue' definition 'new_meter_value'.
ecflow-4.9.0/Base/src/cts/ZombieCmd.cpp:208:26: style: Function 'create' argument 3 names different: declaration 'clientEnv' definition 'ace'. [funcArgNamesDifferent]
ecflow-4.9.0/Base/src/cts/ClientToServerCmd.hpp:1041:32: note: Function 'create' argument 3 names different: declaration 'clientEnv' definition 'ace'.
ecflow-4.9.0/Base/src/cts/ZombieCmd.cpp:208:26: note: Function 'create' argument 3 names different: declaration 'clientEnv' definition 'ace'.
ecflow-4.9.0/Base/src/stc/ServerToClientCmd.hpp:60:10: performance: Technically the member function 'ServerToClientCmd::serialize' can be static. [functionStatic]
ecflow-4.9.0/Base/src/stc/DefsCmd.hpp:35:17: style: The function 'hasDefs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/stc/ServerToClientCmd.hpp:45:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/stc/DefsCmd.hpp:35:17: note: Function in derived class
ecflow-4.9.0/Base/src/stc/DefsCmd.hpp:36:17: style: The function 'handle_server_response' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/stc/ServerToClientCmd.hpp:53:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/stc/DefsCmd.hpp:36:17: note: Function in derived class
ecflow-4.9.0/Base/src/stc/DefsCmd.hpp:37:26: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/stc/ServerToClientCmd.hpp:40:24: note: Virtual function in base class
ecflow-4.9.0/Base/src/stc/DefsCmd.hpp:37:26: note: Function in derived class
ecflow-4.9.0/Base/src/stc/DefsCmd.hpp:38:15: style: The function 'equals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/stc/ServerToClientCmd.hpp:41:15: note: Virtual function in base class
ecflow-4.9.0/Base/src/stc/DefsCmd.hpp:38:15: note: Function in derived class
ecflow-4.9.0/Base/src/stc/ErrorCmd.hpp:21:2: style: Class 'ErrorCmd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Base/src/stc/ErrorCmd.hpp:25:24: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/stc/ServerToClientCmd.hpp:40:24: note: Virtual function in base class
ecflow-4.9.0/Base/src/stc/ErrorCmd.hpp:25:24: note: Function in derived class
ecflow-4.9.0/Base/src/stc/ErrorCmd.hpp:26:15: style: The function 'equals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/stc/ServerToClientCmd.hpp:41:15: note: Virtual function in base class
ecflow-4.9.0/Base/src/stc/ErrorCmd.hpp:26:15: note: Function in derived class
ecflow-4.9.0/Base/src/stc/ErrorCmd.hpp:27:17: style: The function 'handle_server_response' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/stc/ServerToClientCmd.hpp:53:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/stc/ErrorCmd.hpp:27:17: note: Function in derived class
ecflow-4.9.0/Base/src/stc/ErrorCmd.hpp:29:23: style: The function 'error' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/stc/ServerToClientCmd.hpp:47:22: note: Virtual function in base class
ecflow-4.9.0/Base/src/stc/ErrorCmd.hpp:29:23: note: Function in derived class
ecflow-4.9.0/Base/src/stc/ErrorCmd.hpp:30:15: style: The function 'ok' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/stc/ServerToClientCmd.hpp:44:15: note: Virtual function in base class
ecflow-4.9.0/Base/src/stc/ErrorCmd.hpp:30:15: note: Function in derived class
ecflow-4.9.0/Base/src/stc/ErrorCmd.hpp:31:17: style: The function 'cleanup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/stc/ServerToClientCmd.hpp:38:15: note: Virtual function in base class
ecflow-4.9.0/Base/src/stc/ErrorCmd.hpp:31:17: note: Function in derived class
ecflow-4.9.0/Base/src/stc/GroupSTCCmd.hpp:24:25: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/stc/ServerToClientCmd.hpp:40:24: note: Virtual function in base class
ecflow-4.9.0/Base/src/stc/GroupSTCCmd.hpp:24:25: note: Function in derived class
ecflow-4.9.0/Base/src/stc/GroupSTCCmd.hpp:25:17: style: The function 'equals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/stc/ServerToClientCmd.hpp:41:15: note: Virtual function in base class
ecflow-4.9.0/Base/src/stc/GroupSTCCmd.hpp:25:17: note: Function in derived class
ecflow-4.9.0/Base/src/stc/GroupSTCCmd.hpp:26:17: style: The function 'handle_server_response' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/stc/ServerToClientCmd.hpp:53:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/stc/GroupSTCCmd.hpp:26:17: note: Function in derived class
ecflow-4.9.0/Base/src/stc/PreAllocatedReply.cpp:144:67: style: Function 'server_load_cmd' argument 1 names different: declaration 'any_string' definition 'log_file_path'. [funcArgNamesDifferent]
ecflow-4.9.0/Base/src/stc/PreAllocatedReply.hpp:45:58: note: Function 'server_load_cmd' argument 1 names different: declaration 'any_string' definition 'log_file_path'.
ecflow-4.9.0/Base/src/stc/PreAllocatedReply.cpp:144:67: note: Function 'server_load_cmd' argument 1 names different: declaration 'any_string' definition 'log_file_path'.
ecflow-4.9.0/Base/src/stc/StcCmd.hpp:31:2: style: Class 'StcCmd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Base/src/stc/SStringCmd.hpp:32:4: style: Class 'SStringCmd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Base/src/stc/SStringVecCmd.hpp:23:4: style: Class 'SStringVecCmd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Base/src/stc/SServerLoadCmd.hpp:26:4: style: Class 'SServerLoadCmd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Base/src/stc/SStatsCmd.hpp:28:2: style: Class 'SStatsCmd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Base/src/stc/SSuitesCmd.hpp:27:4: style: Class 'SSuitesCmd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Base/src/stc/SClientHandleCmd.hpp:21:2: style: Class 'SClientHandleCmd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Base/src/stc/SClientHandleSuitesCmd.hpp:24:4: style: Class 'SClientHandleSuitesCmd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Base/src/stc/ZombieGetCmd.hpp:28:2: style: Class 'ZombieGetCmd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Base/src/stc/StcCmd.hpp:37:24: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/stc/ServerToClientCmd.hpp:40:24: note: Virtual function in base class
ecflow-4.9.0/Base/src/stc/StcCmd.hpp:37:24: note: Function in derived class
ecflow-4.9.0/Base/src/stc/StcCmd.hpp:38:15: style: The function 'equals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/stc/ServerToClientCmd.hpp:41:15: note: Virtual function in base class
ecflow-4.9.0/Base/src/stc/StcCmd.hpp:38:15: note: Function in derived class
ecflow-4.9.0/Base/src/stc/StcCmd.hpp:39:18: style: The function 'handle_server_response' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/stc/ServerToClientCmd.hpp:53:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/stc/StcCmd.hpp:39:18: note: Function in derived class
ecflow-4.9.0/Base/src/stc/StcCmd.hpp:43:15: style: The function 'ok' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/stc/ServerToClientCmd.hpp:44:15: note: Virtual function in base class
ecflow-4.9.0/Base/src/stc/StcCmd.hpp:43:15: note: Function in derived class
ecflow-4.9.0/Base/src/stc/StcCmd.hpp:44:15: style: The function 'isOkCmd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/stc/ServerToClientCmd.hpp:48:15: note: Virtual function in base class
ecflow-4.9.0/Base/src/stc/StcCmd.hpp:44:15: note: Function in derived class
ecflow-4.9.0/Base/src/stc/SNodeCmd.hpp:32:17: style: The function 'handle_server_response' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/stc/ServerToClientCmd.hpp:53:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/stc/SNodeCmd.hpp:32:17: note: Function in derived class
ecflow-4.9.0/Base/src/stc/SNodeCmd.hpp:33:26: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/stc/ServerToClientCmd.hpp:40:24: note: Virtual function in base class
ecflow-4.9.0/Base/src/stc/SNodeCmd.hpp:33:26: note: Function in derived class
ecflow-4.9.0/Base/src/stc/SNodeCmd.hpp:34:17: style: The function 'equals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/stc/ServerToClientCmd.hpp:41:15: note: Virtual function in base class
ecflow-4.9.0/Base/src/stc/SNodeCmd.hpp:34:17: note: Function in derived class
ecflow-4.9.0/Base/src/stc/SNodeCmd.hpp:35:17: style: The function 'hasNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/stc/ServerToClientCmd.hpp:46:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/stc/SNodeCmd.hpp:35:17: note: Function in derived class
ecflow-4.9.0/Base/src/stc/SStringCmd.hpp:36:26: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/stc/ServerToClientCmd.hpp:40:24: note: Virtual function in base class
ecflow-4.9.0/Base/src/stc/SStringCmd.hpp:36:26: note: Function in derived class
ecflow-4.9.0/Base/src/stc/SStringCmd.hpp:37:17: style: The function 'equals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/stc/ServerToClientCmd.hpp:41:15: note: Virtual function in base class
ecflow-4.9.0/Base/src/stc/SStringCmd.hpp:37:17: note: Function in derived class
ecflow-4.9.0/Base/src/stc/SStringCmd.hpp:38:31: style: The function 'get_string' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/stc/ServerToClientCmd.hpp:43:29: note: Virtual function in base class
ecflow-4.9.0/Base/src/stc/SStringCmd.hpp:38:31: note: Function in derived class
ecflow-4.9.0/Base/src/stc/SStringCmd.hpp:39:17: style: The function 'handle_server_response' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/stc/ServerToClientCmd.hpp:53:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/stc/SStringCmd.hpp:39:17: note: Function in derived class
ecflow-4.9.0/Base/src/stc/SStringCmd.hpp:40:17: style: The function 'cleanup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/stc/ServerToClientCmd.hpp:38:15: note: Virtual function in base class
ecflow-4.9.0/Base/src/stc/SStringCmd.hpp:40:17: note: Function in derived class
ecflow-4.9.0/Base/src/stc/SStringVecCmd.hpp:29:26: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/stc/ServerToClientCmd.hpp:40:24: note: Virtual function in base class
ecflow-4.9.0/Base/src/stc/SStringVecCmd.hpp:29:26: note: Function in derived class
ecflow-4.9.0/Base/src/stc/SStringVecCmd.hpp:30:17: style: The function 'equals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/stc/ServerToClientCmd.hpp:41:15: note: Virtual function in base class
ecflow-4.9.0/Base/src/stc/SStringVecCmd.hpp:30:17: note: Function in derived class
ecflow-4.9.0/Base/src/stc/SStringVecCmd.hpp:31:17: style: The function 'handle_server_response' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/stc/ServerToClientCmd.hpp:53:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/stc/SStringVecCmd.hpp:31:17: note: Function in derived class
ecflow-4.9.0/Base/src/stc/SStringVecCmd.hpp:32:17: style: The function 'cleanup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/stc/ServerToClientCmd.hpp:38:15: note: Virtual function in base class
ecflow-4.9.0/Base/src/stc/SStringVecCmd.hpp:32:17: note: Function in derived class
ecflow-4.9.0/Base/src/stc/SServerLoadCmd.hpp:31:26: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/stc/ServerToClientCmd.hpp:40:24: note: Virtual function in base class
ecflow-4.9.0/Base/src/stc/SServerLoadCmd.hpp:31:26: note: Function in derived class
ecflow-4.9.0/Base/src/stc/SServerLoadCmd.hpp:32:17: style: The function 'equals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/stc/ServerToClientCmd.hpp:41:15: note: Virtual function in base class
ecflow-4.9.0/Base/src/stc/SServerLoadCmd.hpp:32:17: note: Function in derived class
ecflow-4.9.0/Base/src/stc/SServerLoadCmd.hpp:33:17: style: The function 'handle_server_response' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/stc/ServerToClientCmd.hpp:53:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/stc/SServerLoadCmd.hpp:33:17: note: Function in derived class
ecflow-4.9.0/Base/src/stc/SNewsCmd.hpp:45:26: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/stc/ServerToClientCmd.hpp:40:24: note: Virtual function in base class
ecflow-4.9.0/Base/src/stc/SNewsCmd.hpp:45:26: note: Function in derived class
ecflow-4.9.0/Base/src/stc/SNewsCmd.hpp:46:17: style: The function 'equals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/stc/ServerToClientCmd.hpp:41:15: note: Virtual function in base class
ecflow-4.9.0/Base/src/stc/SNewsCmd.hpp:46:17: note: Function in derived class
ecflow-4.9.0/Base/src/stc/SNewsCmd.hpp:47:17: style: The function 'handle_server_response' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/stc/ServerToClientCmd.hpp:53:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/stc/SNewsCmd.hpp:47:17: note: Function in derived class
ecflow-4.9.0/Base/src/stc/SSyncCmd.hpp:49:26: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/stc/ServerToClientCmd.hpp:40:24: note: Virtual function in base class
ecflow-4.9.0/Base/src/stc/SSyncCmd.hpp:49:26: note: Function in derived class
ecflow-4.9.0/Base/src/stc/SSyncCmd.hpp:50:17: style: The function 'equals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/stc/ServerToClientCmd.hpp:41:15: note: Virtual function in base class
ecflow-4.9.0/Base/src/stc/SSyncCmd.hpp:50:17: note: Function in derived class
ecflow-4.9.0/Base/src/stc/SSyncCmd.hpp:51:17: style: The function 'hasDefs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/stc/ServerToClientCmd.hpp:45:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/stc/SSyncCmd.hpp:51:17: note: Function in derived class
ecflow-4.9.0/Base/src/stc/SSyncCmd.hpp:54:17: style: The function 'handle_server_response' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/stc/ServerToClientCmd.hpp:53:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/stc/SSyncCmd.hpp:54:17: note: Function in derived class
ecflow-4.9.0/Base/src/stc/SStatsCmd.hpp:33:24: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/stc/ServerToClientCmd.hpp:40:24: note: Virtual function in base class
ecflow-4.9.0/Base/src/stc/SStatsCmd.hpp:33:24: note: Function in derived class
ecflow-4.9.0/Base/src/stc/SStatsCmd.hpp:34:15: style: The function 'equals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/stc/ServerToClientCmd.hpp:41:15: note: Virtual function in base class
ecflow-4.9.0/Base/src/stc/SStatsCmd.hpp:34:15: note: Function in derived class
ecflow-4.9.0/Base/src/stc/SStatsCmd.hpp:35:15: style: The function 'handle_server_response' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/stc/ServerToClientCmd.hpp:53:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/stc/SStatsCmd.hpp:35:15: note: Function in derived class
ecflow-4.9.0/Base/src/stc/SSuitesCmd.hpp:31:26: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/stc/ServerToClientCmd.hpp:40:24: note: Virtual function in base class
ecflow-4.9.0/Base/src/stc/SSuitesCmd.hpp:31:26: note: Function in derived class
ecflow-4.9.0/Base/src/stc/SSuitesCmd.hpp:32:17: style: The function 'equals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/stc/ServerToClientCmd.hpp:41:15: note: Virtual function in base class
ecflow-4.9.0/Base/src/stc/SSuitesCmd.hpp:32:17: note: Function in derived class
ecflow-4.9.0/Base/src/stc/SSuitesCmd.hpp:33:17: style: The function 'handle_server_response' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/stc/ServerToClientCmd.hpp:53:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/stc/SSuitesCmd.hpp:33:17: note: Function in derived class
ecflow-4.9.0/Base/src/stc/SSuitesCmd.hpp:34:17: style: The function 'cleanup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/stc/ServerToClientCmd.hpp:38:15: note: Virtual function in base class
ecflow-4.9.0/Base/src/stc/SSuitesCmd.hpp:34:17: note: Function in derived class
ecflow-4.9.0/Base/src/stc/SClientHandleCmd.hpp:25:24: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/stc/ServerToClientCmd.hpp:40:24: note: Virtual function in base class
ecflow-4.9.0/Base/src/stc/SClientHandleCmd.hpp:25:24: note: Function in derived class
ecflow-4.9.0/Base/src/stc/SClientHandleCmd.hpp:26:15: style: The function 'equals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/stc/ServerToClientCmd.hpp:41:15: note: Virtual function in base class
ecflow-4.9.0/Base/src/stc/SClientHandleCmd.hpp:26:15: note: Function in derived class
ecflow-4.9.0/Base/src/stc/SClientHandleCmd.hpp:27:17: style: The function 'handle_server_response' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/stc/ServerToClientCmd.hpp:53:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/stc/SClientHandleCmd.hpp:27:17: note: Function in derived class
ecflow-4.9.0/Base/src/stc/SClientHandleSuitesCmd.hpp:28:26: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/stc/ServerToClientCmd.hpp:40:24: note: Virtual function in base class
ecflow-4.9.0/Base/src/stc/SClientHandleSuitesCmd.hpp:28:26: note: Function in derived class
ecflow-4.9.0/Base/src/stc/SClientHandleSuitesCmd.hpp:29:17: style: The function 'equals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/stc/ServerToClientCmd.hpp:41:15: note: Virtual function in base class
ecflow-4.9.0/Base/src/stc/SClientHandleSuitesCmd.hpp:29:17: note: Function in derived class
ecflow-4.9.0/Base/src/stc/SClientHandleSuitesCmd.hpp:30:17: style: The function 'handle_server_response' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/stc/ServerToClientCmd.hpp:53:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/stc/SClientHandleSuitesCmd.hpp:30:17: note: Function in derived class
ecflow-4.9.0/Base/src/stc/ZombieGetCmd.hpp:32:17: style: The function 'handle_server_response' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/stc/ServerToClientCmd.hpp:53:17: note: Virtual function in base class
ecflow-4.9.0/Base/src/stc/ZombieGetCmd.hpp:32:17: note: Function in derived class
ecflow-4.9.0/Base/src/stc/ZombieGetCmd.hpp:33:26: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/stc/ServerToClientCmd.hpp:40:24: note: Virtual function in base class
ecflow-4.9.0/Base/src/stc/ZombieGetCmd.hpp:33:26: note: Function in derived class
ecflow-4.9.0/Base/src/stc/ZombieGetCmd.hpp:34:15: style: The function 'equals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/stc/ServerToClientCmd.hpp:41:15: note: Virtual function in base class
ecflow-4.9.0/Base/src/stc/ZombieGetCmd.hpp:34:15: note: Function in derived class
ecflow-4.9.0/Base/src/stc/ZombieGetCmd.hpp:35:17: style: The function 'cleanup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Base/src/stc/ServerToClientCmd.hpp:38:15: note: Virtual function in base class
ecflow-4.9.0/Base/src/stc/ZombieGetCmd.hpp:35:17: note: Function in derived class
ecflow-4.9.0/Base/src/stc/SSyncCmd.cpp:57:20: style: Function 'init' argument 4 names different: declaration 'full_sync' definition 'do_full_sync'. [funcArgNamesDifferent]
ecflow-4.9.0/Base/src/stc/SSyncCmd.hpp:67:18: note: Function 'init' argument 4 names different: declaration 'full_sync' definition 'do_full_sync'.
ecflow-4.9.0/Base/src/stc/SSyncCmd.cpp:57:20: note: Function 'init' argument 4 names different: declaration 'full_sync' definition 'do_full_sync'.
ecflow-4.9.0/Base/test/TestHelper.hpp:45:43: style: Same expression on both sides of '!=' because the value of 'state_change_no' and 'Ecf::state_change_no()' are the same. [duplicateExpression]
ecflow-4.9.0/Base/test/TestHelper.hpp:32:56: note: 'state_change_no' is assigned value 'Ecf::state_change_no()' here.
ecflow-4.9.0/Base/test/TestHelper.hpp:45:43: note: Same expression on both sides of '!=' because the value of 'state_change_no' and 'Ecf::state_change_no()' are the same.
ecflow-4.9.0/Base/test/TestHelper.hpp:45:90: style: Same expression on both sides of '!=' because the value of 'modify_change_no' and 'Ecf::modify_change_no()' are the same. [duplicateExpression]
ecflow-4.9.0/Base/test/TestHelper.hpp:33:58: note: 'modify_change_no' is assigned value 'Ecf::modify_change_no()' here.
ecflow-4.9.0/Base/test/TestHelper.hpp:45:90: note: Same expression on both sides of '!=' because the value of 'modify_change_no' and 'Ecf::modify_change_no()' are the same.
ecflow-4.9.0/Base/test/MockServer.hpp:36:2: style: Class 'MockServer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Base/test/MockServer.hpp:37:2: style: Class 'MockServer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Base/test/MockServer.hpp:98:2: style: Class 'MockSuiteChangedServer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Base/test/TestAlterCmd.cpp:35:4: style: Class 'TestStateChanged' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Base/test/TestAlterCmd.cpp:60:4: style: Class 'TestDefsStateChanged' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/CSim/src/DefsAnalyserVisitor.cpp:54:41: style: Function 'analyse' argument 1 names different: declaration 'n' definition 'node'. [funcArgNamesDifferent]
ecflow-4.9.0/CSim/src/DefsAnalyserVisitor.hpp:40:21: note: Function 'analyse' argument 1 names different: declaration 'n' definition 'node'.
ecflow-4.9.0/CSim/src/DefsAnalyserVisitor.cpp:54:41: note: Function 'analyse' argument 1 names different: declaration 'n' definition 'node'.
ecflow-4.9.0/CSim/src/FlatAnalyserVisitor.cpp:59:41: style: Function 'analyse' argument 1 names different: declaration 'n' definition 'node'. [funcArgNamesDifferent]
ecflow-4.9.0/CSim/src/FlatAnalyserVisitor.hpp:38:21: note: Function 'analyse' argument 1 names different: declaration 'n' definition 'node'.
ecflow-4.9.0/CSim/src/FlatAnalyserVisitor.cpp:59:41: note: Function 'analyse' argument 1 names different: declaration 'n' definition 'node'.
ecflow-4.9.0/CSim/src/SimulatorVisitor.hpp:31:2: style: Class 'SimulatorVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Client/src/ClientEnvironment.cpp:148:58: style: Function 'set_host_port' argument 1 names different: declaration 'host' definition 'the_host'. [funcArgNamesDifferent]
ecflow-4.9.0/Client/src/ClientEnvironment.hpp:96:50: note: Function 'set_host_port' argument 1 names different: declaration 'host' definition 'the_host'.
ecflow-4.9.0/Client/src/ClientEnvironment.cpp:148:58: note: Function 'set_host_port' argument 1 names different: declaration 'host' definition 'the_host'.
ecflow-4.9.0/Client/src/ClientEnvironment.cpp:148:87: style: Function 'set_host_port' argument 2 names different: declaration 'port' definition 'the_port'. [funcArgNamesDifferent]
ecflow-4.9.0/Client/src/ClientEnvironment.hpp:96:75: note: Function 'set_host_port' argument 2 names different: declaration 'port' definition 'the_port'.
ecflow-4.9.0/Client/src/ClientEnvironment.cpp:148:87: note: Function 'set_host_port' argument 2 names different: declaration 'port' definition 'the_port'.
ecflow-4.9.0/Client/src/ClientInvoker.cpp:89:54: style: Function 'set_host_port' argument 1 names different: declaration 'h' definition 'host'. [funcArgNamesDifferent]
ecflow-4.9.0/Client/src/ClientInvoker.hpp:70:42: note: Function 'set_host_port' argument 1 names different: declaration 'h' definition 'host'.
ecflow-4.9.0/Client/src/ClientInvoker.cpp:89:54: note: Function 'set_host_port' argument 1 names different: declaration 'h' definition 'host'.
ecflow-4.9.0/Client/src/ClientInvoker.cpp:89:79: style: Function 'set_host_port' argument 2 names different: declaration 'p' definition 'port'. [funcArgNamesDifferent]
ecflow-4.9.0/Client/src/ClientInvoker.hpp:70:64: note: Function 'set_host_port' argument 2 names different: declaration 'p' definition 'port'.
ecflow-4.9.0/Client/src/ClientInvoker.cpp:89:79: note: Function 'set_host_port' argument 2 names different: declaration 'p' definition 'port'.
ecflow-4.9.0/Client/src/ClientInvoker.cpp:945:107: style: Function 'freeDep' argument 5 names different: declaration 'time' definition 'the_time'. [funcArgNamesDifferent]
ecflow-4.9.0/Client/src/ClientInvoker.hpp:268:116: note: Function 'freeDep' argument 5 names different: declaration 'time' definition 'the_time'.
ecflow-4.9.0/Client/src/ClientInvoker.cpp:945:107: note: Function 'freeDep' argument 5 names different: declaration 'time' definition 'the_time'.
ecflow-4.9.0/Client/src/ClientInvoker.cpp:950:100: style: Function 'freeDep' argument 5 names different: declaration 'time' definition 'the_time'. [funcArgNamesDifferent]
ecflow-4.9.0/Client/src/ClientInvoker.hpp:269:110: note: Function 'freeDep' argument 5 names different: declaration 'time' definition 'the_time'.
ecflow-4.9.0/Client/src/ClientInvoker.cpp:950:100: note: Function 'freeDep' argument 5 names different: declaration 'time' definition 'the_time'.
ecflow-4.9.0/Client/src/ClientInvoker.cpp:1092:15: style: Function 'edit_script_submit' argument 4 names different: declaration 'alias' definition 'create_alias'. [funcArgNamesDifferent]
ecflow-4.9.0/Client/src/ClientInvoker.hpp:323:30: note: Function 'edit_script_submit' argument 4 names different: declaration 'alias' definition 'create_alias'.
ecflow-4.9.0/Client/src/ClientInvoker.cpp:1092:15: note: Function 'edit_script_submit' argument 4 names different: declaration 'alias' definition 'create_alias'.
ecflow-4.9.0/Client/src/ClientInvoker.cpp:1093:15: style: Function 'edit_script_submit' argument 5 names different: declaration 'run' definition 'run_alias'. [funcArgNamesDifferent]
ecflow-4.9.0/Client/src/ClientInvoker.hpp:324:30: note: Function 'edit_script_submit' argument 5 names different: declaration 'run' definition 'run_alias'.
ecflow-4.9.0/Client/src/ClientInvoker.cpp:1093:15: note: Function 'edit_script_submit' argument 5 names different: declaration 'run' definition 'run_alias'.
ecflow-4.9.0/Client/src/ClientInvoker.cpp:1277:51: style: Function 'child_wait' argument 1 names different: declaration 'on_expression' definition 'expression'. [funcArgNamesDifferent]
ecflow-4.9.0/Client/src/ClientInvoker.hpp:169:37: note: Function 'child_wait' argument 1 names different: declaration 'on_expression' definition 'expression'.
ecflow-4.9.0/Client/src/ClientInvoker.cpp:1277:51: note: Function 'child_wait' argument 1 names different: declaration 'on_expression' definition 'expression'.
ecflow-4.9.0/Client/src/ClientInvoker.hpp:42:4: style: Class 'ClientInvoker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Client/src/ClientInvoker.hpp:362:4: style: Class 'RequestLogger' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Client/src/ClientInvoker.hpp:372:4: style: Class 'RoundTripRecorder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Client/src/Rtt.hpp:42:4: style: Class 'Rtt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Client/test/TestSinglePerf.cpp:108:27: style: Redundant condition: If 'i == 0', the comparison 'i != 1' is always true. [redundantCondition]
ecflow-4.9.0/Pyext/src/BoostPythonUtil.cpp:29:98: style: Function 'list_to_str_vec' argument 2 names different: declaration 'int_vec' definition 'vec'. [funcArgNamesDifferent]
ecflow-4.9.0/Pyext/src/BoostPythonUtil.hpp:33:91: note: Function 'list_to_str_vec' argument 2 names different: declaration 'int_vec' definition 'vec'.
ecflow-4.9.0/Pyext/src/BoostPythonUtil.cpp:29:98: note: Function 'list_to_str_vec' argument 2 names different: declaration 'int_vec' definition 'vec'.
ecflow-4.9.0/Pyext/src/BoostPythonUtil.cpp:38:122: style: Function 'dict_to_str_vec' argument 2 names different: declaration 'str_pair' definition 'str_pair_vec'. [funcArgNamesDifferent]
ecflow-4.9.0/Pyext/src/BoostPythonUtil.hpp:34:115: note: Function 'dict_to_str_vec' argument 2 names different: declaration 'str_pair' definition 'str_pair_vec'.
ecflow-4.9.0/Pyext/src/BoostPythonUtil.cpp:38:122: note: Function 'dict_to_str_vec' argument 2 names different: declaration 'str_pair' definition 'str_pair_vec'.
ecflow-4.9.0/Pyext/src/Edit.hpp:23:4: style: Class 'Edit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Pyext/src/ExportClient.cpp:56:4: style: Class 'CliSetter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Pyext/src/Trigger.hpp:28:4: style: Class 'Trigger' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Pyext/src/Trigger.hpp:30:4: style: Class 'Trigger' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Pyext/src/Trigger.hpp:32:4: style: Class 'Trigger' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Pyext/src/Trigger.hpp:48:4: style: Class 'Complete' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Pyext/src/Trigger.hpp:50:4: style: Class 'Complete' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Pyext/src/Trigger.hpp:52:4: style: Class 'Complete' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Server/src/Server.hpp:49:4: style: Class 'Server' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Server/src/ServerEnvironment.hpp:44:4: style: Class 'ServerEnvironmentException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Server/src/NodeTreeTraverser.cpp:339:35: style: Function 'traverse_node_tree_and_job_generate' argument 1 names different: declaration 'time_now' definition 'start_time'. [funcArgNamesDifferent]
ecflow-4.9.0/Server/src/NodeTreeTraverser.hpp:68:77: note: Function 'traverse_node_tree_and_job_generate' argument 1 names different: declaration 'time_now' definition 'start_time'.
ecflow-4.9.0/Server/src/NodeTreeTraverser.cpp:339:35: note: Function 'traverse_node_tree_and_job_generate' argument 1 names different: declaration 'time_now' definition 'start_time'.
ecflow-4.9.0/Server/src/Server.hpp:102:47: warning: Virtual function 'hostPort' is called from constructor 'Server(ServerEnvironment&)' at line 131. Dynamic binding is not used. [virtualCallInConstructor]
ecflow-4.9.0/Server/src/Server.cpp:131:7: note: Calling update_defs_server_state
ecflow-4.9.0/Server/src/Server.cpp:567:35: note: Calling hostPort
ecflow-4.9.0/Server/src/Server.hpp:102:47: note: hostPort is a virtual method
ecflow-4.9.0/Server/src/ServerEnvironment.cpp:225:24: style: Redundant condition: If 'serverPort_ == 0', the comparison 'serverPort_ <= 1023' is always true. [redundantCondition]
ecflow-4.9.0/Server/src/ServerEnvironment.cpp:531:30: style: Condition 'the_task_threshold!=0' is always false [knownConditionTrueFalse]
ecflow-4.9.0/Server/src/ServerEnvironment.cpp:489:32: note: Assignment 'the_task_threshold=0', assigned value is 0
ecflow-4.9.0/Server/src/ServerEnvironment.cpp:531:30: note: Condition 'the_task_threshold!=0' is always false
ecflow-4.9.0/Server/src/ServerEnvironment.cpp:531:30: style: Same expression on both sides of '!=' because the value of 'the_task_threshold' and '0' are the same. [duplicateExpression]
ecflow-4.9.0/Server/src/ServerEnvironment.cpp:489:32: note: 'the_task_threshold' is assigned value '0' here.
ecflow-4.9.0/Server/src/ServerEnvironment.cpp:531:30: note: Same expression on both sides of '!=' because the value of 'the_task_threshold' and '0' are the same.
ecflow-4.9.0/Server/test/TestServer1.cpp:45:4: style: Class 'TestServer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Test/src/ServerTestHarness.cpp:58:29: style: Function 'run' argument 2 names different: declaration 'defs_file' definition 'defs_filename'. [funcArgNamesDifferent]
ecflow-4.9.0/Test/src/ServerTestHarness.hpp:71:38: note: Function 'run' argument 2 names different: declaration 'defs_file' definition 'defs_filename'.
ecflow-4.9.0/Test/src/ServerTestHarness.cpp:58:29: note: Function 'run' argument 2 names different: declaration 'defs_file' definition 'defs_filename'.
ecflow-4.9.0/Test/src/ServerTestHarness.cpp:70:60: style: Function 'run' argument 2 names different: declaration 'defs_file' definition 'defs_filename'. [funcArgNamesDifferent]
ecflow-4.9.0/Test/src/ServerTestHarness.hpp:72:37: note: Function 'run' argument 2 names different: declaration 'defs_file' definition 'defs_filename'.
ecflow-4.9.0/Test/src/ServerTestHarness.cpp:70:60: note: Function 'run' argument 2 names different: declaration 'defs_file' definition 'defs_filename'.
ecflow-4.9.0/Test/src/ServerTestHarness.cpp:79:109: style: Function 'doRun' argument 3 names different: declaration 'sleepTime' definition 'timeout'. [funcArgNamesDifferent]
ecflow-4.9.0/Test/src/ServerTestHarness.hpp:92:70: note: Function 'doRun' argument 3 names different: declaration 'sleepTime' definition 'timeout'.
ecflow-4.9.0/Test/src/ServerTestHarness.cpp:79:109: note: Function 'doRun' argument 3 names different: declaration 'sleepTime' definition 'timeout'.
ecflow-4.9.0/Test/src/ServerTestHarness.cpp:431:51: style: Function 'createDirAndEcfFiles' argument 3 names different: declaration 'taskSmsMap' definition 'customTaskSmsMap'. [funcArgNamesDifferent]
ecflow-4.9.0/Test/src/ServerTestHarness.hpp:97:46: note: Function 'createDirAndEcfFiles' argument 3 names different: declaration 'taskSmsMap' definition 'customTaskSmsMap'.
ecflow-4.9.0/Test/src/ServerTestHarness.cpp:431:51: note: Function 'createDirAndEcfFiles' argument 3 names different: declaration 'taskSmsMap' definition 'customTaskSmsMap'.
ecflow-4.9.0/Test/src/ZombieUtil.hpp:32:4: style: Class 'TestClean' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Test/src/TestFixture.hpp:42:4: style: Struct 'TestFixture' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Test/src/ZombieUtill.cpp:138:34: warning: Identical condition 'expected_action_cnt==action_set', second condition is always false [identicalConditionAfterEarlyExit]
ecflow-4.9.0/Test/src/ZombieUtill.cpp:132:31: note: first condition
ecflow-4.9.0/Test/src/ZombieUtill.cpp:138:34: note: second condition
ecflow-4.9.0/Viewer/src/VReply.hpp:42:24: style: Technically the member function 'VReply::fileReadMethod' can be const. [functionConst]
ecflow-4.9.0/Viewer/src/VProperty.hpp:68:12: style: Technically the member function 'VProperty::paramToColour' can be const. [functionConst]
ecflow-4.9.0/Viewer/src/VReply.hpp:25:5: style: Class 'VReply' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Viewer/src/VInfo.hpp:76:10: style: The function 'notifyDefsChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:24:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VInfo.hpp:76:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/VInfo.hpp:77:10: style: The function 'notifyServerDelete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:25:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VInfo.hpp:77:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/VInfo.hpp:78:10: style: The function 'notifyBeginServerClear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:26:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VInfo.hpp:78:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/VInfo.hpp:79:10: style: The function 'notifyEndServerClear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:27:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VInfo.hpp:79:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/VInfo.hpp:80:10: style: The function 'notifyBeginServerScan' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:28:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VInfo.hpp:80:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/VInfo.hpp:81:10: style: The function 'notifyEndServerScan' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:29:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VInfo.hpp:81:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/VInfo.hpp:82:10: style: The function 'notifyServerConnectState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:30:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VInfo.hpp:82:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/VInfo.hpp:83:10: style: The function 'notifyServerActivityChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:31:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VInfo.hpp:83:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/VInfo.hpp:84:10: style: The function 'notifyServerSuiteFilterChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:32:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VInfo.hpp:84:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/VInfo.hpp:109:7: style: The function 'isServer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VInfo.hpp:50:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VInfo.hpp:109:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/VInfo.hpp:110:10: style: The function 'isEmpty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VInfo.hpp:53:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VInfo.hpp:110:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/VInfo.hpp:111:10: style: The function 'hasData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VInfo.hpp:54:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VInfo.hpp:111:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/VInfo.hpp:112:12: style: The function 'item' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VInfo.hpp:59:20: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VInfo.hpp:112:12: note: Function in derived class
ecflow-4.9.0/Viewer/src/VInfo.hpp:114:10: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VInfo.hpp:69:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VInfo.hpp:114:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/VInfo.hpp:115:17: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VInfo.hpp:61:22: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VInfo.hpp:115:17: note: Function in derived class
ecflow-4.9.0/Viewer/src/VInfo.hpp:116:17: style: The function 'path' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VInfo.hpp:62:25: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VInfo.hpp:116:17: note: Function in derived class
ecflow-4.9.0/Viewer/src/VInfo.hpp:117:17: style: The function 'nodePath' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VInfo.hpp:65:25: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VInfo.hpp:117:17: note: Function in derived class
ecflow-4.9.0/Viewer/src/VInfo.hpp:129:7: style: The function 'isNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VInfo.hpp:51:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VInfo.hpp:129:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/VInfo.hpp:130:7: style: The function 'isEmpty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VInfo.hpp:53:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VInfo.hpp:130:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/VInfo.hpp:131:10: style: The function 'hasData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VInfo.hpp:54:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VInfo.hpp:131:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/VInfo.hpp:132:10: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VInfo.hpp:69:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VInfo.hpp:132:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/VInfo.hpp:133:17: style: The function 'path' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VInfo.hpp:62:25: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VInfo.hpp:133:17: note: Function in derived class
ecflow-4.9.0/Viewer/src/VInfo.hpp:134:14: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VInfo.hpp:61:22: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VInfo.hpp:134:14: note: Function in derived class
ecflow-4.9.0/Viewer/src/VInfo.hpp:135:14: style: The function 'serverAlias' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VInfo.hpp:63:25: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VInfo.hpp:135:14: note: Function in derived class
ecflow-4.9.0/Viewer/src/VInfo.hpp:136:17: style: The function 'nodePath' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VInfo.hpp:65:25: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VInfo.hpp:136:17: note: Function in derived class
ecflow-4.9.0/Viewer/src/VInfo.hpp:137:17: style: The function 'relativePath' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VInfo.hpp:64:25: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VInfo.hpp:137:17: note: Function in derived class
ecflow-4.9.0/Viewer/src/VInfo.hpp:138:12: style: The function 'item' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VInfo.hpp:59:20: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VInfo.hpp:138:12: note: Function in derived class
ecflow-4.9.0/Viewer/src/VInfo.hpp:153:10: style: The function 'isAttribute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VInfo.hpp:52:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VInfo.hpp:153:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/VInfo.hpp:154:7: style: The function 'isEmpty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VInfo.hpp:53:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VInfo.hpp:154:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/VInfo.hpp:155:10: style: The function 'hasData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VInfo.hpp:54:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VInfo.hpp:155:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/VInfo.hpp:156:10: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VInfo.hpp:69:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VInfo.hpp:156:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/VInfo.hpp:157:17: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VInfo.hpp:61:22: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VInfo.hpp:157:17: note: Function in derived class
ecflow-4.9.0/Viewer/src/VInfo.hpp:158:17: style: The function 'path' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VInfo.hpp:62:25: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VInfo.hpp:158:17: note: Function in derived class
ecflow-4.9.0/Viewer/src/VInfo.hpp:159:17: style: The function 'nodePath' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VInfo.hpp:65:25: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VInfo.hpp:159:17: note: Function in derived class
ecflow-4.9.0/Viewer/src/VInfo.hpp:160:12: style: The function 'item' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VInfo.hpp:59:20: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VInfo.hpp:160:12: note: Function in derived class
ecflow-4.9.0/Viewer/src/ServerFilter.hpp:56:10: style: The function 'notifyServerItemChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerItem.hpp:28:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/ServerFilter.hpp:56:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/ServerFilter.hpp:57:10: style: The function 'notifyServerItemDeletion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerItem.hpp:29:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/ServerFilter.hpp:57:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/VProperty.hpp:101:10: style: The function 'notifyChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VProperty.hpp:29:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VProperty.hpp:101:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/VServerSettings.hpp:46:7: style: The function 'notifyChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VProperty.hpp:29:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VServerSettings.hpp:46:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/VParam.hpp:34:8: style: The function 'notifyChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VProperty.hpp:29:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VParam.hpp:34:8: note: Function in derived class
ecflow-4.9.0/Viewer/src/VFilter.hpp:104:10: style: The function 'readSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VFilter.hpp:58:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VFilter.hpp:104:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/VFilter.hpp:185:10: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VFilter.hpp:160:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VFilter.hpp:185:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/VFilter.hpp:186:10: style: The function 'isNull' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VFilter.hpp:161:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VFilter.hpp:186:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/VFilter.hpp:187:10: style: The function 'isComplete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VFilter.hpp:162:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VFilter.hpp:187:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/VFilter.hpp:188:10: style: The function 'matchCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VFilter.hpp:163:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VFilter.hpp:188:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/VFilter.hpp:189:10: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VFilter.hpp:164:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VFilter.hpp:189:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/VFilter.hpp:205:7: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VFilter.hpp:160:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VFilter.hpp:205:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/VFilter.hpp:206:10: style: The function 'isNull' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VFilter.hpp:161:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VFilter.hpp:206:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/VFilter.hpp:207:10: style: The function 'isComplete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VFilter.hpp:162:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VFilter.hpp:207:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/VFilter.hpp:208:10: style: The function 'matchCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VFilter.hpp:163:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VFilter.hpp:208:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/VFilter.hpp:209:10: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VFilter.hpp:164:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VFilter.hpp:209:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/VModelData.hpp:103:11: style: The function 'reload' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VModelData.hpp:72:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VModelData.hpp:103:11: note: Function in derived class
ecflow-4.9.0/Viewer/src/VModelData.hpp:105:10: style: The function 'nodeNum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VModelData.hpp:71:17: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VModelData.hpp:105:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/VModelData.hpp:106:18: style: The function 'filter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VModelData.hpp:75:25: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VModelData.hpp:106:18: note: Function in derived class
ecflow-4.9.0/Viewer/src/VModelData.hpp:108:19: style: The function 'treeServer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VModelData.hpp:78:26: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VModelData.hpp:108:19: note: Function in derived class
ecflow-4.9.0/Viewer/src/VModelData.hpp:120:8: style: The function 'notifyDefsChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:24:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VModelData.hpp:120:8: note: Function in derived class
ecflow-4.9.0/Viewer/src/VModelData.hpp:121:11: style: The function 'notifyServerDelete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:25:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VModelData.hpp:121:11: note: Function in derived class
ecflow-4.9.0/Viewer/src/VModelData.hpp:122:8: style: The function 'notifyBeginServerClear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:26:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VModelData.hpp:122:8: note: Function in derived class
ecflow-4.9.0/Viewer/src/VModelData.hpp:123:8: style: The function 'notifyEndServerClear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:27:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VModelData.hpp:123:8: note: Function in derived class
ecflow-4.9.0/Viewer/src/VModelData.hpp:124:8: style: The function 'notifyBeginServerScan' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:28:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VModelData.hpp:124:8: note: Function in derived class
ecflow-4.9.0/Viewer/src/VModelData.hpp:125:8: style: The function 'notifyEndServerScan' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:29:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VModelData.hpp:125:8: note: Function in derived class
ecflow-4.9.0/Viewer/src/VModelData.hpp:126:8: style: The function 'notifyServerConnectState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:30:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VModelData.hpp:126:8: note: Function in derived class
ecflow-4.9.0/Viewer/src/VModelData.hpp:127:8: style: The function 'notifyServerActivityChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:31:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VModelData.hpp:127:8: note: Function in derived class
ecflow-4.9.0/Viewer/src/VModelData.hpp:128:8: style: The function 'notifyEndServerSync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:33:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VModelData.hpp:128:8: note: Function in derived class
ecflow-4.9.0/Viewer/src/VModelData.hpp:131:8: style: The function 'notifyBeginNodeChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeObserver.hpp:25:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VModelData.hpp:131:8: note: Function in derived class
ecflow-4.9.0/Viewer/src/VModelData.hpp:132:8: style: The function 'notifyEndNodeChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeObserver.hpp:26:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VModelData.hpp:132:8: note: Function in derived class
ecflow-4.9.0/Viewer/src/VModelData.hpp:169:11: style: The function 'reload' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VModelData.hpp:72:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VModelData.hpp:169:11: note: Function in derived class
ecflow-4.9.0/Viewer/src/VModelData.hpp:171:10: style: The function 'nodeNum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VModelData.hpp:71:17: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VModelData.hpp:171:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/VModelData.hpp:174:18: style: The function 'filter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VModelData.hpp:75:25: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VModelData.hpp:174:18: note: Function in derived class
ecflow-4.9.0/Viewer/src/VModelData.hpp:175:20: style: The function 'tableServer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VModelData.hpp:79:27: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VModelData.hpp:175:20: note: Function in derived class
ecflow-4.9.0/Viewer/src/VModelData.hpp:181:11: style: The function 'notifyDefsChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:24:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VModelData.hpp:181:11: note: Function in derived class
ecflow-4.9.0/Viewer/src/VModelData.hpp:182:11: style: The function 'notifyServerDelete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:25:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VModelData.hpp:182:11: note: Function in derived class
ecflow-4.9.0/Viewer/src/VModelData.hpp:183:8: style: The function 'notifyBeginServerClear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:26:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VModelData.hpp:183:8: note: Function in derived class
ecflow-4.9.0/Viewer/src/VModelData.hpp:184:11: style: The function 'notifyEndServerClear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:27:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VModelData.hpp:184:11: note: Function in derived class
ecflow-4.9.0/Viewer/src/VModelData.hpp:185:11: style: The function 'notifyBeginServerScan' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:28:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VModelData.hpp:185:11: note: Function in derived class
ecflow-4.9.0/Viewer/src/VModelData.hpp:186:8: style: The function 'notifyEndServerScan' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:29:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VModelData.hpp:186:8: note: Function in derived class
ecflow-4.9.0/Viewer/src/VModelData.hpp:187:8: style: The function 'notifyServerConnectState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:30:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VModelData.hpp:187:8: note: Function in derived class
ecflow-4.9.0/Viewer/src/VModelData.hpp:188:8: style: The function 'notifyServerActivityChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:31:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VModelData.hpp:188:8: note: Function in derived class
ecflow-4.9.0/Viewer/src/VModelData.hpp:189:8: style: The function 'notifyEndServerSync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:33:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VModelData.hpp:189:8: note: Function in derived class
ecflow-4.9.0/Viewer/src/VModelData.hpp:192:8: style: The function 'notifyBeginNodeChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeObserver.hpp:25:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VModelData.hpp:192:8: note: Function in derived class
ecflow-4.9.0/Viewer/src/VModelData.hpp:193:8: style: The function 'notifyEndNodeChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeObserver.hpp:26:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VModelData.hpp:193:8: note: Function in derived class
ecflow-4.9.0/Viewer/src/VModelData.hpp:238:7: style: The function 'notifyServerFilterAdded' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerFilter.hpp:26:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VModelData.hpp:238:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/VModelData.hpp:239:7: style: The function 'notifyServerFilterRemoved' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerFilter.hpp:27:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VModelData.hpp:239:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/VModelData.hpp:240:7: style: The function 'notifyServerFilterChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerFilter.hpp:28:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VModelData.hpp:240:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/VModelData.hpp:241:7: style: The function 'notifyServerFilterDelete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerFilter.hpp:29:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VModelData.hpp:241:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/VModelData.hpp:275:10: style: The function 'deleteExpandState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VModelData.hpp:234:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VModelData.hpp:275:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/VModelData.hpp:281:10: style: The function 'add' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VModelData.hpp:258:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VModelData.hpp:281:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/VModelData.hpp:282:10: style: The function 'connectToModel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VModelData.hpp:259:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VModelData.hpp:282:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/VModelData.hpp:300:10: style: The function 'add' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VModelData.hpp:258:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VModelData.hpp:300:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/VModelData.hpp:301:10: style: The function 'connectToModel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VModelData.hpp:259:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VModelData.hpp:301:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/AbstractNodeView.cpp:509:14: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
ecflow-4.9.0/Viewer/src/AbstractNodeView.cpp:513:9: note: Found duplicate branches for 'if' and 'else'.
ecflow-4.9.0/Viewer/src/AbstractNodeView.cpp:509:14: note: Found duplicate branches for 'if' and 'else'.
ecflow-4.9.0/Viewer/src/AbstractNodeView.cpp:722:50: style: Function 'expand' argument 1 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/AbstractNodeView.hpp:79:36: note: Function 'expand' argument 1 names different: declaration 'index' definition 'idx'.
ecflow-4.9.0/Viewer/src/AbstractNodeView.cpp:722:50: note: Function 'expand' argument 1 names different: declaration 'index' definition 'idx'.
ecflow-4.9.0/Viewer/src/AbstractNodeView.cpp:728:53: style: Function 'expandAll' argument 1 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/AbstractNodeView.hpp:71:39: note: Function 'expandAll' argument 1 names different: declaration 'index' definition 'idx'.
ecflow-4.9.0/Viewer/src/AbstractNodeView.cpp:728:53: note: Function 'expandAll' argument 1 names different: declaration 'index' definition 'idx'.
ecflow-4.9.0/Viewer/src/AbstractNodeView.hpp:115:18: warning: Call of pure virtual function 'layout' in constructor. [pureVirtualCall]
ecflow-4.9.0/Viewer/src/AbstractNodeView.cpp:58:5: note: Call of pure virtual function 'layout' in constructor.
ecflow-4.9.0/Viewer/src/AbstractNodeView.cpp:77:19: note: Call of pure virtual function 'layout' in constructor.
ecflow-4.9.0/Viewer/src/AbstractNodeView.cpp:316:5: note: Call of pure virtual function 'layout' in constructor.
ecflow-4.9.0/Viewer/src/AbstractNodeView.hpp:115:18: note: Call of pure virtual function 'layout' in constructor.
ecflow-4.9.0/Viewer/src/FontMetrics.hpp:19:5: style: Class 'FontMetrics' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Viewer/src/RectMetrics.hpp:17:5: style: Class 'RectMetrics' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Viewer/src/UiLog.hpp:34:5: style: Class 'UiFunctionLog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Viewer/src/UiLog.hpp:52:4: style: Class 'UiLog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Viewer/src/UiLog.hpp:53:4: style: Class 'UiLog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Viewer/src/VNode.hpp:107:14: style: The function 'root' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VItem.hpp:43:22: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VNode.hpp:107:14: note: Function in derived class
ecflow-4.9.0/Viewer/src/VNode.hpp:108:20: style: The function 'server' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VItem.hpp:42:28: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VNode.hpp:108:20: note: Function in derived class
ecflow-4.9.0/Viewer/src/VNode.hpp:111:12: style: The function 'isNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VItem.hpp:35:20: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VNode.hpp:111:12: note: Function in derived class
ecflow-4.9.0/Viewer/src/VNode.hpp:112:10: style: The function 'isTopLevel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VItem.hpp:44:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VNode.hpp:112:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/VNode.hpp:144:17: style: The function 'fullPath' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VItem.hpp:48:25: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VNode.hpp:144:17: note: Function in derived class
ecflow-4.9.0/Viewer/src/VNode.hpp:148:10: style: The function 'sameContents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VItem.hpp:49:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VNode.hpp:148:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/VNode.hpp:149:17: style: The function 'strName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VItem.hpp:45:25: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VNode.hpp:149:17: note: Function in derived class
ecflow-4.9.0/Viewer/src/VNode.hpp:150:13: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VItem.hpp:46:21: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VNode.hpp:150:13: note: Function in derived class
ecflow-4.9.0/Viewer/src/VNode.hpp:197:13: style: The function 'nodeMenuMode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VItem.hpp:51:21: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VNode.hpp:197:13: note: Function in derived class
ecflow-4.9.0/Viewer/src/VNode.hpp:229:17: style: The function 'isSuite' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VItem.hpp:36:25: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VNode.hpp:229:17: note: Function in derived class
ecflow-4.9.0/Viewer/src/VNode.hpp:230:24: style: The function 'typeName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VItem.hpp:47:32: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VNode.hpp:230:24: note: Function in derived class
ecflow-4.9.0/Viewer/src/VNode.hpp:237:18: style: The function 'isFamily' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VItem.hpp:37:26: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VNode.hpp:237:18: note: Function in derived class
ecflow-4.9.0/Viewer/src/VNode.hpp:238:24: style: The function 'typeName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VItem.hpp:47:32: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VNode.hpp:238:24: note: Function in derived class
ecflow-4.9.0/Viewer/src/VNode.hpp:245:17: style: The function 'isAlias' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VItem.hpp:39:25: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VNode.hpp:245:17: note: Function in derived class
ecflow-4.9.0/Viewer/src/VNode.hpp:246:24: style: The function 'typeName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VItem.hpp:47:32: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VNode.hpp:246:24: note: Function in derived class
ecflow-4.9.0/Viewer/src/VNode.hpp:259:17: style: The function 'server' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VItem.hpp:42:28: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VNode.hpp:259:17: note: Function in derived class
ecflow-4.9.0/Viewer/src/VNode.hpp:260:12: style: The function 'suite' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VNode.hpp:109:20: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VNode.hpp:260:12: note: Function in derived class
ecflow-4.9.0/Viewer/src/VNode.hpp:263:7: style: The function 'isTopLevel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VItem.hpp:44:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VNode.hpp:263:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/VNode.hpp:264:14: style: The function 'isServer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VItem.hpp:34:22: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VNode.hpp:264:14: note: Function in derived class
ecflow-4.9.0/Viewer/src/VNode.hpp:265:12: style: The function 'isNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VItem.hpp:35:20: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VNode.hpp:265:12: note: Function in derived class
ecflow-4.9.0/Viewer/src/VNode.hpp:280:24: style: The function 'typeName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VItem.hpp:47:32: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VNode.hpp:280:24: note: Function in derived class
ecflow-4.9.0/Viewer/src/VNode.hpp:281:13: style: The function 'toolTip' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VNode.hpp:176:21: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VNode.hpp:281:13: note: Function in derived class
ecflow-4.9.0/Viewer/src/VNode.hpp:284:14: style: The function 'absNodePath' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VNode.hpp:145:25: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VNode.hpp:284:14: note: Function in derived class
ecflow-4.9.0/Viewer/src/VNode.hpp:285:10: style: The function 'stateName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VNode.hpp:152:21: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VNode.hpp:285:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/VNode.hpp:286:10: style: The function 'defaultStateName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VNode.hpp:154:21: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VNode.hpp:286:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/VNode.hpp:287:13: style: The function 'serverStateName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VNode.hpp:153:21: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VNode.hpp:287:13: note: Function in derived class
ecflow-4.9.0/Viewer/src/VNode.hpp:288:7: style: The function 'isSuspended' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VNode.hpp:156:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VNode.hpp:288:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/VNode.hpp:289:10: style: The function 'stateColour' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VNode.hpp:159:21: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VNode.hpp:289:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/VNode.hpp:290:10: style: The function 'stateFontColour' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VNode.hpp:161:21: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VNode.hpp:290:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/VNode.hpp:291:14: style: The function 'strName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VItem.hpp:45:25: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VNode.hpp:291:14: note: Function in derived class
ecflow-4.9.0/Viewer/src/VNode.hpp:292:6: style: The function 'tryNo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VNode.hpp:163:17: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VNode.hpp:292:6: note: Function in derived class
ecflow-4.9.0/Viewer/src/VNode.hpp:298:9: style: The function 'variablesNum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VNode.hpp:132:17: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VNode.hpp:298:9: note: Function in derived class
ecflow-4.9.0/Viewer/src/VNode.hpp:299:6: style: The function 'genVariablesNum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VNode.hpp:133:17: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VNode.hpp:299:6: note: Function in derived class
ecflow-4.9.0/Viewer/src/VNode.hpp:300:10: style: The function 'variables' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VNode.hpp:134:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VNode.hpp:300:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/VNode.hpp:301:10: style: The function 'genVariables' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VNode.hpp:135:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VNode.hpp:301:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/VNode.hpp:302:14: style: The function 'genVariable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VNode.hpp:137:25: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VNode.hpp:302:14: note: Function in derived class
ecflow-4.9.0/Viewer/src/VNode.hpp:306:14: style: The function 'findVariable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VNode.hpp:138:25: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VNode.hpp:306:14: note: Function in derived class
ecflow-4.9.0/Viewer/src/VNode.hpp:307:14: style: The function 'findInheritedVariable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VNode.hpp:142:25: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VNode.hpp:307:14: note: Function in derived class
ecflow-4.9.0/Viewer/src/VNode.hpp:309:17: style: The function 'flagsAsStr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VNode.hpp:170:25: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VNode.hpp:309:17: note: Function in derived class
ecflow-4.9.0/Viewer/src/VNode.hpp:310:7: style: The function 'isFlagSet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VNode.hpp:171:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VNode.hpp:310:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/VNode.hpp:312:7: style: The function 'why' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VNode.hpp:181:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VNode.hpp:312:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/VNode.hpp:316:10: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VNode.hpp:199:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VNode.hpp:316:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/Animation.hpp:34:10: style: The function 'notifyDefsChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:24:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/Animation.hpp:34:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/Animation.hpp:35:10: style: The function 'notifyServerDelete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:25:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/Animation.hpp:35:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/Animation.hpp:36:10: style: The function 'notifyBeginServerClear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:26:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/Animation.hpp:36:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/TreeNodeModel.hpp:48:17: style: The function 'serverToIndex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractNodeModel.hpp:83:22: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TreeNodeModel.hpp:48:17: note: Function in derived class
ecflow-4.9.0/Viewer/src/TreeNodeModel.hpp:51:17: style: The function 'nodeToIndex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractNodeModel.hpp:54:22: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TreeNodeModel.hpp:51:17: note: Function in derived class
ecflow-4.9.0/Viewer/src/TreeNodeModel.hpp:57:17: style: The function 'attributeToIndex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractNodeModel.hpp:55:25: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TreeNodeModel.hpp:57:17: note: Function in derived class
ecflow-4.9.0/Viewer/src/TreeNodeModel.hpp:59:15: style: The function 'nodeInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractNodeModel.hpp:47:20: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TreeNodeModel.hpp:59:15: note: Function in derived class
ecflow-4.9.0/Viewer/src/TreeNodeModel.hpp:67:17: style: The function 'data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractNodeModel.hpp:52:22: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TreeNodeModel.hpp:67:17: note: Function in derived class
ecflow-4.9.0/Viewer/src/TreeNodeModel.hpp:70:7: style: The function 'slotServerAddBegin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractNodeModel.hpp:66:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TreeNodeModel.hpp:70:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/TreeNodeModel.hpp:71:7: style: The function 'slotServerAddEnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractNodeModel.hpp:67:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TreeNodeModel.hpp:71:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/TreeNodeModel.hpp:72:10: style: The function 'slotServerRemoveBegin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractNodeModel.hpp:68:22: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TreeNodeModel.hpp:72:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/TreeNodeModel.hpp:73:10: style: The function 'slotServerRemoveEnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractNodeModel.hpp:69:22: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TreeNodeModel.hpp:73:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/TreeNodeModel.hpp:89:10: style: The function 'slotDataChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractNodeModel.hpp:71:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TreeNodeModel.hpp:89:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/TreeNodeModel.hpp:90:10: style: The function 'slotBeginServerScan' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractNodeModel.hpp:72:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TreeNodeModel.hpp:90:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/TreeNodeModel.hpp:91:7: style: The function 'slotEndServerScan' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractNodeModel.hpp:73:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TreeNodeModel.hpp:91:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/TreeNodeModel.hpp:92:7: style: The function 'slotBeginServerClear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractNodeModel.hpp:74:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TreeNodeModel.hpp:92:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/TreeNodeModel.hpp:93:7: style: The function 'slotEndServerClear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractNodeModel.hpp:75:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TreeNodeModel.hpp:93:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeViewDelegate.hpp:77:10: style: The function 'adjust' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeViewDelegate.hpp:37:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeViewDelegate.hpp:77:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeViewDelegate.hpp:103:10: style: The function 'adjust' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeViewDelegate.hpp:37:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeViewDelegate.hpp:103:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeViewDelegate.hpp:119:7: style: The function 'notifyChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VProperty.hpp:29:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeViewDelegate.hpp:119:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/TreeNodeViewDelegate.hpp:56:10: style: The function 'updateSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeViewDelegate.hpp:122:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TreeNodeViewDelegate.hpp:56:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/AbstractNodeView.hpp:147:45: performance: Function parameter 'rect' should be passed by const reference. [passedByValue]
ecflow-4.9.0/Viewer/src/VProperty.hpp:68:34: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ecflow-4.9.0/Viewer/src/AbstractSearchLine.hpp:36:15: warning: Call of pure virtual function 'slotFind' in constructor. [pureVirtualCall]
ecflow-4.9.0/Viewer/src/AbstractSearchLine.cpp:37:14: note: Call of pure virtual function 'slotFind' in constructor.
ecflow-4.9.0/Viewer/src/AbstractSearchLine.hpp:36:15: note: Call of pure virtual function 'slotFind' in constructor.
ecflow-4.9.0/Viewer/src/AbstractSearchLine.hpp:37:15: warning: Call of pure virtual function 'slotFindNext' in constructor. [pureVirtualCall]
ecflow-4.9.0/Viewer/src/AbstractSearchLine.cpp:40:14: note: Call of pure virtual function 'slotFindNext' in constructor.
ecflow-4.9.0/Viewer/src/AbstractSearchLine.hpp:37:15: note: Call of pure virtual function 'slotFindNext' in constructor.
ecflow-4.9.0/Viewer/src/AbstractSearchLine.hpp:37:15: warning: Call of pure virtual function 'slotFindNext' in constructor. [pureVirtualCall]
ecflow-4.9.0/Viewer/src/AbstractSearchLine.cpp:43:14: note: Call of pure virtual function 'slotFindNext' in constructor.
ecflow-4.9.0/Viewer/src/AbstractSearchLine.hpp:37:15: note: Call of pure virtual function 'slotFindNext' in constructor.
ecflow-4.9.0/Viewer/src/AbstractSearchLine.hpp:38:15: warning: Call of pure virtual function 'slotFindPrev' in constructor. [pureVirtualCall]
ecflow-4.9.0/Viewer/src/AbstractSearchLine.cpp:46:14: note: Call of pure virtual function 'slotFindPrev' in constructor.
ecflow-4.9.0/Viewer/src/AbstractSearchLine.hpp:38:15: note: Call of pure virtual function 'slotFindPrev' in constructor.
ecflow-4.9.0/Viewer/src/AbstractSearchLine.hpp:39:15: warning: Virtual function 'slotClose' is called from constructor 'AbstractSearchLine(QWidget*parent=0)' at line 49. Dynamic binding is not used. [virtualCallInConstructor]
ecflow-4.9.0/Viewer/src/AbstractSearchLine.cpp:49:14: note: Calling slotClose
ecflow-4.9.0/Viewer/src/AbstractSearchLine.hpp:39:15: note: slotClose is a virtual method
ecflow-4.9.0/Viewer/src/AbstractSearchLine.hpp:37:15: warning: Call of pure virtual function 'slotFindNext' in constructor. [pureVirtualCall]
ecflow-4.9.0/Viewer/src/AbstractSearchLine.cpp:75:55: note: Call of pure virtual function 'slotFindNext' in constructor.
ecflow-4.9.0/Viewer/src/AbstractSearchLine.hpp:37:15: note: Call of pure virtual function 'slotFindNext' in constructor.
ecflow-4.9.0/Viewer/src/IconProvider.hpp:42:12: style: The function 'unknown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/IconProvider.hpp:29:20: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/IconProvider.hpp:42:12: note: Function in derived class
ecflow-4.9.0/Viewer/src/StringMatchMode.hpp:23:2: style: Class 'StringMatchMode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Viewer/src/StringMatchMode.hpp:17:1: warning: The class 'StringMatchMode' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:464:17: style: Technically the member function 'WhatToSearchForOperand::name' can be const. [functionConst]
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:467:17: style: Technically the member function 'WhatToSearchForOperand::what' can be const. [functionConst]
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:177:5: style: Class 'StringMatchExact' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:186:5: style: Class 'StringMatchContains' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:195:5: style: Class 'StringMatchWildcard' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:204:5: style: Class 'StringMatchRegexp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Viewer/src/VAttribute.hpp:34:20: style: The function 'server' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VItem.hpp:42:28: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VAttribute.hpp:34:20: note: Function in derived class
ecflow-4.9.0/Viewer/src/VAttribute.hpp:35:14: style: The function 'root' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VItem.hpp:43:22: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VAttribute.hpp:35:14: note: Function in derived class
ecflow-4.9.0/Viewer/src/VAttribute.hpp:36:17: style: The function 'isAttribute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VItem.hpp:40:25: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VAttribute.hpp:36:17: note: Function in derived class
ecflow-4.9.0/Viewer/src/VAttribute.hpp:38:13: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VItem.hpp:46:21: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VAttribute.hpp:38:13: note: Function in derived class
ecflow-4.9.0/Viewer/src/VAttribute.hpp:39:17: style: The function 'strName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VItem.hpp:45:25: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VAttribute.hpp:39:17: note: Function in derived class
ecflow-4.9.0/Viewer/src/VAttribute.hpp:40:24: style: The function 'typeName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VItem.hpp:47:32: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VAttribute.hpp:40:24: note: Function in derived class
ecflow-4.9.0/Viewer/src/VAttribute.hpp:41:17: style: The function 'fullPath' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VItem.hpp:48:25: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VAttribute.hpp:41:17: note: Function in derived class
ecflow-4.9.0/Viewer/src/VAttribute.hpp:45:10: style: The function 'sameContents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VItem.hpp:49:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VAttribute.hpp:45:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:122:10: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:97:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:122:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:123:10: style: The function 'numOperands' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:99:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:123:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:124:17: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:100:25: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:124:17: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:135:10: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:97:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:135:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:136:10: style: The function 'numOperands' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:99:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:136:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:137:17: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:100:25: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:137:17: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:148:10: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:97:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:148:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:149:10: style: The function 'numOperands' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:99:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:149:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:150:17: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:100:25: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:150:17: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:180:10: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:168:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:180:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:189:10: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:168:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:189:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:198:10: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:168:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:198:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:207:10: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:168:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:207:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:222:10: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:97:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:222:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:223:10: style: The function 'numOperands' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:99:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:223:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:224:17: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:100:25: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:224:17: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:225:10: style: The function 'operand2IsArbitraryString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:101:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:225:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:242:10: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:97:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:242:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:243:17: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:100:25: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:243:17: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:252:10: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:97:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:252:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:253:17: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:100:25: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:253:17: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:268:10: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:97:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:268:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:269:17: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:100:25: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:269:17: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:287:10: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:97:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:287:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:288:17: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:100:25: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:288:17: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:306:10: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:97:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:306:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:307:17: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:100:25: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:307:17: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:325:10: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:97:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:325:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:326:17: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:100:25: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:326:17: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:345:10: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:97:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:345:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:346:17: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:100:25: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:346:17: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:364:10: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:97:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:364:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:365:17: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:100:25: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:365:17: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:382:10: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:97:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:382:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:383:17: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:100:25: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:383:17: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:401:10: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:97:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:401:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:402:17: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:100:25: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:402:17: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:403:12: style: The function 'secsSinceEpoch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:384:20: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:403:12: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:416:10: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:97:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:416:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:417:10: style: The function 'numOperands' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:99:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:417:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:418:17: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:100:25: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:418:17: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:427:10: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:97:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:427:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:428:10: style: The function 'numOperands' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:99:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:428:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:429:17: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:100:25: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:429:17: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:445:10: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:97:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:445:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:446:17: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:100:25: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:446:17: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:453:10: style: The function 'searchInAttributes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:108:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:453:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:465:10: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:97:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:465:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:466:17: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:100:25: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:466:17: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:484:10: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:97:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:484:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:486:17: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:100:25: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:486:17: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:503:10: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:97:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:503:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:504:17: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:100:25: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:504:17: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:103:55: performance: Function parameter 'ops' should be passed by const reference. [passedByValue]
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:284:41: performance: Function parameter 'stateName' should be passed by const reference. [passedByValue]
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:303:44: performance: Function parameter 'menuModeName' should be passed by const reference. [passedByValue]
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:342:45: performance: Function parameter 'nodeAttrName' should be passed by const reference. [passedByValue]
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:361:40: performance: Function parameter 'nodeFlagName' should be passed by const reference. [passedByValue]
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:500:46: performance: Function parameter 'attrState' should be passed by const reference. [passedByValue]
ecflow-4.9.0/Viewer/src/AstCollateVNodesVisitor.hpp:23:3: style: Class 'AstCollateVNodesVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Viewer/src/AttributeEditor.cpp:218:100: style: Function 'notifyBeginNodeChange' argument 2 names different: declaration 'a' definition 'aspect'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/AttributeEditor.hpp:35:87: note: Function 'notifyBeginNodeChange' argument 2 names different: declaration 'a' definition 'aspect'.
ecflow-4.9.0/Viewer/src/AttributeEditor.cpp:218:100: note: Function 'notifyBeginNodeChange' argument 2 names different: declaration 'a' definition 'aspect'.
ecflow-4.9.0/Viewer/src/VRepeatAttr.hpp:41:9: performance: Technically the member function 'VRepeatAttr::startIndex' can be static. [functionStatic]
ecflow-4.9.0/Viewer/src/VRepeatAttr.hpp:60:5: style: Class 'VRepeatDateAttr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Viewer/src/VRepeatAttr.hpp:73:5: style: Class 'VRepeatDayAttr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Viewer/src/VRepeatAttr.hpp:86:5: style: Class 'VRepeatIntAttr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Viewer/src/VRepeatAttr.hpp:99:5: style: Class 'VRepeatEnumAttr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Viewer/src/VRepeatAttr.hpp:113:5: style: Class 'VRepeatStringAttr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Viewer/src/AttributeEditor.hpp:31:10: style: The function 'notifyDelete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VInfo.hpp:191:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/AttributeEditor.hpp:31:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/AttributeEditor.hpp:32:10: style: The function 'notifyDataLost' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VInfo.hpp:190:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/AttributeEditor.hpp:32:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/AttributeEditor.hpp:35:10: style: The function 'notifyBeginNodeChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeObserver.hpp:25:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/AttributeEditor.hpp:35:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/AttributeEditor.hpp:36:10: style: The function 'notifyEndNodeChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeObserver.hpp:26:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/AttributeEditor.hpp:36:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/AttributeEditor.hpp:39:10: style: The function 'notifyDefsChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:24:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/AttributeEditor.hpp:39:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/AttributeEditor.hpp:40:10: style: The function 'notifyServerDelete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:25:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/AttributeEditor.hpp:40:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/AttributeEditor.hpp:41:10: style: The function 'notifyBeginServerClear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:26:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/AttributeEditor.hpp:41:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/AttributeEditor.hpp:42:10: style: The function 'notifyEndServerClear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:27:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/AttributeEditor.hpp:42:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/AttributeEditor.hpp:43:10: style: The function 'notifyBeginServerScan' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:28:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/AttributeEditor.hpp:43:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/AttributeEditor.hpp:44:10: style: The function 'notifyEndServerScan' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:29:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/AttributeEditor.hpp:44:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/AttributeEditor.hpp:45:10: style: The function 'notifyServerConnectState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:30:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/AttributeEditor.hpp:45:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/AttributeEditor.hpp:46:10: style: The function 'notifyServerSuiteFilterChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:32:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/AttributeEditor.hpp:46:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/AttributeEditorFactory.hpp:37:22: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AttributeEditorFactory.hpp:26:30: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/AttributeEditorFactory.hpp:37:22: note: Function in derived class
ecflow-4.9.0/Viewer/src/VRepeatAttr.hpp:28:13: style: The function 'toolTip' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VAttributeType.hpp:37:21: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VRepeatAttr.hpp:28:13: note: Function in derived class
ecflow-4.9.0/Viewer/src/VRepeatAttr.hpp:29:13: style: The function 'definition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VAttributeType.hpp:38:21: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VRepeatAttr.hpp:29:13: note: Function in derived class
ecflow-4.9.0/Viewer/src/VRepeatAttr.hpp:47:21: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VAttribute.hpp:31:29: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VRepeatAttr.hpp:47:21: note: Function in derived class
ecflow-4.9.0/Viewer/src/VRepeatAttr.hpp:48:17: style: The function 'data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VAttribute.hpp:42:25: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VRepeatAttr.hpp:48:17: note: Function in derived class
ecflow-4.9.0/Viewer/src/VRepeatAttr.hpp:49:17: style: The function 'strName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VItem.hpp:45:25: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VRepeatAttr.hpp:49:17: note: Function in derived class
ecflow-4.9.0/Viewer/src/VRepeatAttr.hpp:61:9: style: The function 'endIndex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VRepeatAttr.hpp:42:17: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VRepeatAttr.hpp:61:9: note: Function in derived class
ecflow-4.9.0/Viewer/src/VRepeatAttr.hpp:62:9: style: The function 'currentIndex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VRepeatAttr.hpp:43:17: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VRepeatAttr.hpp:62:9: note: Function in derived class
ecflow-4.9.0/Viewer/src/VRepeatAttr.hpp:63:17: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VRepeatAttr.hpp:45:25: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VRepeatAttr.hpp:63:17: note: Function in derived class
ecflow-4.9.0/Viewer/src/VRepeatAttr.hpp:64:24: style: The function 'subType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VAttribute.hpp:32:32: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VRepeatAttr.hpp:64:24: note: Function in derived class
ecflow-4.9.0/Viewer/src/VRepeatAttr.hpp:74:9: style: The function 'endIndex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VRepeatAttr.hpp:42:17: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VRepeatAttr.hpp:74:9: note: Function in derived class
ecflow-4.9.0/Viewer/src/VRepeatAttr.hpp:75:9: style: The function 'currentIndex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VRepeatAttr.hpp:43:17: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VRepeatAttr.hpp:75:9: note: Function in derived class
ecflow-4.9.0/Viewer/src/VRepeatAttr.hpp:76:17: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VRepeatAttr.hpp:45:25: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VRepeatAttr.hpp:76:17: note: Function in derived class
ecflow-4.9.0/Viewer/src/VRepeatAttr.hpp:77:24: style: The function 'subType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VAttribute.hpp:32:32: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VRepeatAttr.hpp:77:24: note: Function in derived class
ecflow-4.9.0/Viewer/src/VRepeatAttr.hpp:87:9: style: The function 'endIndex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VRepeatAttr.hpp:42:17: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VRepeatAttr.hpp:87:9: note: Function in derived class
ecflow-4.9.0/Viewer/src/VRepeatAttr.hpp:88:9: style: The function 'currentIndex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VRepeatAttr.hpp:43:17: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VRepeatAttr.hpp:88:9: note: Function in derived class
ecflow-4.9.0/Viewer/src/VRepeatAttr.hpp:89:17: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VRepeatAttr.hpp:45:25: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VRepeatAttr.hpp:89:17: note: Function in derived class
ecflow-4.9.0/Viewer/src/VRepeatAttr.hpp:90:24: style: The function 'subType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VAttribute.hpp:32:32: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VRepeatAttr.hpp:90:24: note: Function in derived class
ecflow-4.9.0/Viewer/src/VRepeatAttr.hpp:100:9: style: The function 'endIndex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VRepeatAttr.hpp:42:17: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VRepeatAttr.hpp:100:9: note: Function in derived class
ecflow-4.9.0/Viewer/src/VRepeatAttr.hpp:101:9: style: The function 'currentIndex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VRepeatAttr.hpp:43:17: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VRepeatAttr.hpp:101:9: note: Function in derived class
ecflow-4.9.0/Viewer/src/VRepeatAttr.hpp:102:17: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VRepeatAttr.hpp:45:25: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VRepeatAttr.hpp:102:17: note: Function in derived class
ecflow-4.9.0/Viewer/src/VRepeatAttr.hpp:103:24: style: The function 'subType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VAttribute.hpp:32:32: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VRepeatAttr.hpp:103:24: note: Function in derived class
ecflow-4.9.0/Viewer/src/VRepeatAttr.hpp:104:13: style: The function 'allValues' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VRepeatAttr.hpp:53:21: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VRepeatAttr.hpp:104:13: note: Function in derived class
ecflow-4.9.0/Viewer/src/VRepeatAttr.hpp:114:9: style: The function 'endIndex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VRepeatAttr.hpp:42:17: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VRepeatAttr.hpp:114:9: note: Function in derived class
ecflow-4.9.0/Viewer/src/VRepeatAttr.hpp:115:9: style: The function 'currentIndex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VRepeatAttr.hpp:43:17: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VRepeatAttr.hpp:115:9: note: Function in derived class
ecflow-4.9.0/Viewer/src/VRepeatAttr.hpp:116:17: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VRepeatAttr.hpp:45:25: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VRepeatAttr.hpp:116:17: note: Function in derived class
ecflow-4.9.0/Viewer/src/VRepeatAttr.hpp:117:24: style: The function 'subType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VAttribute.hpp:32:32: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VRepeatAttr.hpp:117:24: note: Function in derived class
ecflow-4.9.0/Viewer/src/VRepeatAttr.hpp:118:13: style: The function 'allValues' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VRepeatAttr.hpp:53:21: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VRepeatAttr.hpp:118:13: note: Function in derived class
ecflow-4.9.0/Viewer/src/AttributeEditor.cpp:31:57: performance: Function parameter 'type' should be passed by const reference. [passedByValue]
ecflow-4.9.0/Viewer/src/AttributeSearchPanel.cpp:126:23: warning: Member variable 'AttributeSearchPanel::grid_' is not initialized in the constructor. [uninitMemberVar]
ecflow-4.9.0/Viewer/src/StringMatchCombo.hpp:22:5: style: Class 'StringMatchTb' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Viewer/src/VSettings.hpp:92:7: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VSettings.hpp:49:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VSettings.hpp:92:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/VSettings.hpp:94:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VSettings.hpp:47:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VSettings.hpp:94:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/VSettings.hpp:98:7: style: The function 'beginGroup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VSettings.hpp:53:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VSettings.hpp:98:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/VSettings.hpp:99:7: style: The function 'endGroup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VSettings.hpp:54:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VSettings.hpp:99:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeQuery.hpp:53:10: style: The function 'hasType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeQuery.hpp:37:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeQuery.hpp:53:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeQueryOptionEdit.hpp:65:10: style: The function 'setVisible' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeQueryOptionEdit.hpp:45:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeQueryOptionEdit.hpp:65:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeQueryOptionEdit.hpp:66:10: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeQueryOptionEdit.hpp:46:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeQueryOptionEdit.hpp:66:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeQueryOptionEdit.hpp:73:10: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeQueryOptionEdit.hpp:52:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeQueryOptionEdit.hpp:73:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeQueryOptionEdit.hpp:86:10: style: The function 'setVisible' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeQueryOptionEdit.hpp:45:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeQueryOptionEdit.hpp:86:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeQueryOptionEdit.hpp:87:10: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeQueryOptionEdit.hpp:46:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeQueryOptionEdit.hpp:87:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeQueryOptionEdit.hpp:93:10: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeQueryOptionEdit.hpp:52:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeQueryOptionEdit.hpp:93:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeQueryOptionEdit.hpp:105:10: style: The function 'setVisible' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeQueryOptionEdit.hpp:45:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeQueryOptionEdit.hpp:105:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeQueryOptionEdit.hpp:111:10: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeQueryOptionEdit.hpp:52:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeQueryOptionEdit.hpp:111:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeQueryOptionEdit.hpp:123:10: style: The function 'setVisible' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeQueryOptionEdit.hpp:45:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeQueryOptionEdit.hpp:123:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeQueryOptionEdit.hpp:126:10: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeQueryOptionEdit.hpp:52:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeQueryOptionEdit.hpp:126:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/AttributeSearchPanel.cpp:53:10: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AttributeSearchPanel.cpp:39:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/AttributeSearchPanel.cpp:53:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/ChangeNotify.cpp:318:81: style: Function 'updateNotificationStateFromServer' argument 2 names different: declaration 'hasEnabledServer' definition 'en'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/ChangeNotify.hpp:57:78: note: Function 'updateNotificationStateFromServer' argument 2 names different: declaration 'hasEnabledServer' definition 'en'.
ecflow-4.9.0/Viewer/src/ChangeNotify.cpp:318:81: note: Function 'updateNotificationStateFromServer' argument 2 names different: declaration 'hasEnabledServer' definition 'en'.
ecflow-4.9.0/Viewer/src/ChangeNotify.cpp:61:2: style: Class 'ChangeNotify' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ecflow-4.9.0/Viewer/src/ChangeNotify.cpp:61:2: style: Class 'ChangeNotify' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ecflow-4.9.0/Viewer/src/ChangeNotify.hpp:52:7: style: The function 'notifyChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VProperty.hpp:29:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/ChangeNotify.hpp:52:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/ChangeNotify.hpp:87:12: style: The function 'fillColour' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ChangeNotify.hpp:42:20: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/ChangeNotify.hpp:87:12: note: Function in derived class
ecflow-4.9.0/Viewer/src/ChangeNotify.hpp:88:12: style: The function 'textColour' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ChangeNotify.hpp:43:20: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/ChangeNotify.hpp:88:12: note: Function in derived class
ecflow-4.9.0/Viewer/src/Sound.hpp:31:10: style: The function 'notifyChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VProperty.hpp:29:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/Sound.hpp:31:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/VNodeList.hpp:62:10: style: The function 'notifyDefsChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:24:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VNodeList.hpp:62:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/VNodeList.hpp:63:8: style: The function 'notifyServerDelete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:25:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VNodeList.hpp:63:8: note: Function in derived class
ecflow-4.9.0/Viewer/src/VNodeList.hpp:64:10: style: The function 'notifyBeginServerClear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:26:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VNodeList.hpp:64:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/VNodeList.hpp:65:8: style: The function 'notifyEndServerClear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:27:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VNodeList.hpp:65:8: note: Function in derived class
ecflow-4.9.0/Viewer/src/VNodeList.hpp:66:8: style: The function 'notifyBeginServerScan' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:28:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VNodeList.hpp:66:8: note: Function in derived class
ecflow-4.9.0/Viewer/src/VNodeList.hpp:67:10: style: The function 'notifyEndServerScan' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:29:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VNodeList.hpp:67:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/VNodeList.hpp:70:10: style: The function 'notifyBeginNodeChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeObserver.hpp:25:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VNodeList.hpp:70:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/VNodeList.hpp:71:8: style: The function 'notifyEndNodeChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeObserver.hpp:26:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VNodeList.hpp:71:8: note: Function in derived class
ecflow-4.9.0/Viewer/src/VConfigLoader.hpp:35:0: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VConfigLoader.hpp:24:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VConfigLoader.hpp:35:0: note: Function in derived class
ecflow-4.9.0/Viewer/src/ChangeNotifyDialog.cpp:522:52: style: Function 'readNtfWidgetSettings' argument 1 names different: declaration 'tabIndex' definition 'idx'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/ChangeNotifyDialog.hpp:105:36: note: Function 'readNtfWidgetSettings' argument 1 names different: declaration 'tabIndex' definition 'idx'.
ecflow-4.9.0/Viewer/src/ChangeNotifyDialog.cpp:522:52: note: Function 'readNtfWidgetSettings' argument 1 names different: declaration 'tabIndex' definition 'idx'.
ecflow-4.9.0/Viewer/src/SessionHandler.hpp:43:10: style: Technically the member function 'SessionItem::askToPreserveTemporarySession' can be const. [functionConst]
ecflow-4.9.0/Viewer/src/SessionHandler.hpp:70:9: style: Technically the member function 'SessionHandler::numSessions' can be const. [functionConst]
ecflow-4.9.0/Viewer/src/SessionHandler.hpp:80:18: style: Technically the member function 'SessionHandler::lastSessionName' can be const. [functionConst]
ecflow-4.9.0/Viewer/src/SessionHandler.hpp:94:17: performance: Technically the member function 'SessionHandler::defaultSessionName' can be static. [functionStatic]
ecflow-4.9.0/Viewer/src/MainWindow.hpp:39:4: style: Class 'MainWindowTitleHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Viewer/src/SessionHandler.hpp:37:47: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:37:2: style: Class 'FontSizeSpin' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:71:16: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:59:24: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:71:16: note: Function in derived class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:152:11: style: The function 'item' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:91:19: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:152:11: note: Function in derived class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:153:11: style: The function 'button' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:92:19: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:153:11: note: Function in derived class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:154:7: style: The function 'applyChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:104:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:154:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:155:14: style: The function 'currentValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:105:19: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:155:14: note: Function in derived class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:156:10: style: The function 'canExpand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:99:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:156:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:160:7: style: The function 'slotReset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:108:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:160:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:163:7: style: The function 'setEnabledEditable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:124:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:163:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:179:11: style: The function 'item' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:91:19: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:179:11: note: Function in derived class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:180:11: style: The function 'button' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:92:19: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:180:11: note: Function in derived class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:181:7: style: The function 'applyChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:104:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:181:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:182:11: style: The function 'currentValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:105:19: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:182:11: note: Function in derived class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:186:7: style: The function 'slotReset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:108:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:186:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:189:7: style: The function 'setEnabledEditable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:124:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:189:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:207:11: style: The function 'item' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:91:19: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:207:11: note: Function in derived class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:208:11: style: The function 'button' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:92:19: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:208:11: note: Function in derived class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:209:7: style: The function 'applyChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:104:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:209:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:210:11: style: The function 'currentValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:105:19: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:210:11: note: Function in derived class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:214:7: style: The function 'slotReset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:108:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:214:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:219:7: style: The function 'setEnabledEditable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:124:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:219:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:240:11: style: The function 'item' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:91:19: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:240:11: note: Function in derived class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:241:11: style: The function 'button' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:92:19: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:241:11: note: Function in derived class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:242:7: style: The function 'applyChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:104:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:242:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:243:11: style: The function 'currentValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:105:19: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:243:11: note: Function in derived class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:247:7: style: The function 'slotReset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:108:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:247:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:250:7: style: The function 'setEnabledEditable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:124:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:250:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:266:11: style: The function 'item' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:91:19: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:266:11: note: Function in derived class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:267:11: style: The function 'button' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:92:19: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:267:11: note: Function in derived class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:268:7: style: The function 'applyChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:104:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:268:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:269:11: style: The function 'currentValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:105:19: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:269:11: note: Function in derived class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:273:7: style: The function 'slotReset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:108:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:273:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:276:7: style: The function 'setEnabledEditable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:124:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:276:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:292:11: style: The function 'item' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:91:19: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:292:11: note: Function in derived class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:293:11: style: The function 'button' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:92:19: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:293:11: note: Function in derived class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:294:7: style: The function 'applyChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:104:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:294:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:295:11: style: The function 'currentValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:105:19: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:295:11: note: Function in derived class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:299:7: style: The function 'slotReset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:108:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:299:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:302:7: style: The function 'setEnabledEditable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:124:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:302:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:319:11: style: The function 'item' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:91:19: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:319:11: note: Function in derived class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:320:11: style: The function 'button' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:92:19: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:320:11: note: Function in derived class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:321:7: style: The function 'applyChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:104:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:321:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:322:11: style: The function 'currentValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:105:19: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:322:11: note: Function in derived class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:323:7: style: The function 'canExpand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:99:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:323:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:327:7: style: The function 'slotReset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:108:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:327:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:330:7: style: The function 'setEnabledEditable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:124:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:330:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:346:11: style: The function 'item' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:91:19: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:346:11: note: Function in derived class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:347:11: style: The function 'button' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:92:19: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:347:11: note: Function in derived class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:353:7: style: The function 'setEnabledEditable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:124:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:353:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/ClockWidget.cpp:33:5: style: Class 'ClockWidget' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ecflow-4.9.0/Viewer/src/ClockWidget.cpp:33:5: style: Class 'ClockWidget' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ecflow-4.9.0/Viewer/src/ClockWidget.hpp:24:5: style: Class 'ClockWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Viewer/src/ClockWidget.hpp:27:10: style: The function 'notifyChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VProperty.hpp:29:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/ClockWidget.hpp:27:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeQueryResultTmp.hpp:25:5: style: Struct 'NodeQueryResultTmp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Viewer/src/NodeQueryResult.hpp:36:2: style: Class 'NodeQueryResultItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Viewer/src/NodeQueryResult.hpp:37:2: style: Class 'NodeQueryResultItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Viewer/src/CustomCommandHandler.hpp:82:20: style: The function 'add' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/CustomCommandHandler.hpp:43:25: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/CustomCommandHandler.hpp:82:20: note: Function in derived class
ecflow-4.9.0/Viewer/src/CustomCommandHandler.hpp:88:17: style: The function 'settingsFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/CustomCommandHandler.hpp:66:22: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/CustomCommandHandler.hpp:88:17: note: Function in derived class
ecflow-4.9.0/Viewer/src/CustomCommandHandler.hpp:101:20: style: The function 'add' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/CustomCommandHandler.hpp:43:25: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/CustomCommandHandler.hpp:101:20: note: Function in derived class
ecflow-4.9.0/Viewer/src/CustomCommandHandler.hpp:106:17: style: The function 'settingsFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/CustomCommandHandler.hpp:66:22: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/CustomCommandHandler.hpp:106:17: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeQueryResult.hpp:91:10: style: The function 'notifyDefsChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:24:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeQueryResult.hpp:91:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeQueryResult.hpp:92:8: style: The function 'notifyServerDelete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:25:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeQueryResult.hpp:92:8: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeQueryResult.hpp:93:10: style: The function 'notifyBeginServerClear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:26:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeQueryResult.hpp:93:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeQueryResult.hpp:94:8: style: The function 'notifyEndServerClear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:27:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeQueryResult.hpp:94:8: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeQueryResult.hpp:95:8: style: The function 'notifyBeginServerScan' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:28:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeQueryResult.hpp:95:8: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeQueryResult.hpp:96:10: style: The function 'notifyEndServerScan' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:29:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeQueryResult.hpp:96:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeQueryResult.hpp:99:10: style: The function 'notifyBeginNodeChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeObserver.hpp:25:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeQueryResult.hpp:99:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeQueryResult.hpp:100:8: style: The function 'notifyEndNodeChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeObserver.hpp:26:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeQueryResult.hpp:100:8: note: Function in derived class
ecflow-4.9.0/Viewer/src/CommandOutput.hpp:89:5: style: Class 'CommandOutputHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Viewer/src/CommandHandler.cpp:114:12: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
ecflow-4.9.0/Viewer/src/CompactView.cpp:115:9: style: The scope of the variable 'last' can be reduced. [variableScope]
ecflow-4.9.0/Viewer/src/CompactView.cpp:1025:62: style: Function 'itemAtRowCoordinate' argument 3 names different: declaration 'xPos' definition 'logicalXPos'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/CompactView.hpp:50:53: note: Function 'itemAtRowCoordinate' argument 3 names different: declaration 'xPos' definition 'logicalXPos'.
ecflow-4.9.0/Viewer/src/CompactView.cpp:1025:62: note: Function 'itemAtRowCoordinate' argument 3 names different: declaration 'xPos' definition 'logicalXPos'.
ecflow-4.9.0/Viewer/src/CompactView.hpp:36:11: style: The function 'visualRect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractNodeView.hpp:68:19: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/CompactView.hpp:36:11: note: Function in derived class
ecflow-4.9.0/Viewer/src/CompactView.hpp:39:10: style: The function 'paint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractNodeView.hpp:110:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/CompactView.hpp:39:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/CompactView.hpp:42:10: style: The function 'layout' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractNodeView.hpp:115:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/CompactView.hpp:42:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/CompactView.hpp:44:9: style: The function 'itemRow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractNodeView.hpp:119:17: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/CompactView.hpp:44:9: note: Function in derived class
ecflow-4.9.0/Viewer/src/CompactView.hpp:49:9: style: The function 'itemAtCoordinate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractNodeView.hpp:120:17: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/CompactView.hpp:49:9: note: Function in derived class
ecflow-4.9.0/Viewer/src/CompactView.hpp:51:10: style: The function 'isPointInExpandIndicator' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractNodeView.hpp:123:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/CompactView.hpp:51:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/CompactView.hpp:53:10: style: The function 'firstVisibleItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractNodeView.hpp:149:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/CompactView.hpp:53:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/CompactView.hpp:54:10: style: The function 'updateRowCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractNodeView.hpp:150:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/CompactView.hpp:54:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/CompactView.hpp:55:10: style: The function 'updateScrollBars' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractNodeView.hpp:151:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/CompactView.hpp:55:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/CompactView.hpp:56:10: style: The function 'updateViewport' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractNodeView.hpp:147:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/CompactView.hpp:56:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/CompactView.cpp:1042:46: performance: Function parameter 'rect' should be passed by const reference. [passedByValue]
ecflow-4.9.0/Viewer/src/CustomCommandHandler.hpp:60:7: performance: Technically the member function 'CustomCommandHandler::stringToBool' can be static. [functionStatic]
ecflow-4.9.0/Viewer/src/CustomCommandHandler.cpp:186:28: note: Technically the member function 'CustomCommandHandler::stringToBool' can be static.
ecflow-4.9.0/Viewer/src/CustomCommandHandler.hpp:60:7: note: Technically the member function 'CustomCommandHandler::stringToBool' can be static.
ecflow-4.9.0/Viewer/src/Dashboard.cpp:49:2: style: Class 'Dashboard' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ecflow-4.9.0/Viewer/src/Dashboard.cpp:49:2: style: Class 'Dashboard' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ecflow-4.9.0/Viewer/src/Dashboard.hpp:51:7: style: The function 'notifyServerFilterAdded' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerFilter.hpp:26:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/Dashboard.hpp:51:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/Dashboard.hpp:52:7: style: The function 'notifyServerFilterRemoved' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerFilter.hpp:27:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/Dashboard.hpp:52:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/Dashboard.hpp:53:7: style: The function 'notifyServerFilterChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerFilter.hpp:28:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/Dashboard.hpp:53:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/Dashboard.hpp:54:7: style: The function 'notifyServerFilterDelete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerFilter.hpp:29:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/Dashboard.hpp:54:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/DashboardTitle.hpp:42:7: style: The function 'notifyServerFilterAdded' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerFilter.hpp:26:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/DashboardTitle.hpp:42:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/DashboardTitle.hpp:43:7: style: The function 'notifyServerFilterRemoved' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerFilter.hpp:27:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/DashboardTitle.hpp:43:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/DashboardTitle.hpp:44:7: style: The function 'notifyServerFilterChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerFilter.hpp:28:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/DashboardTitle.hpp:44:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/DashboardTitle.hpp:45:7: style: The function 'notifyServerFilterDelete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerFilter.hpp:29:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/DashboardTitle.hpp:45:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/DashboardTitle.hpp:47:7: style: The function 'notifyDefsChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:24:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/DashboardTitle.hpp:47:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/DashboardTitle.hpp:48:7: style: The function 'notifyServerDelete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:25:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/DashboardTitle.hpp:48:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/DashboardTitle.hpp:49:10: style: The function 'notifyBeginServerClear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:26:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/DashboardTitle.hpp:49:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/DashboardTitle.hpp:50:7: style: The function 'notifyEndServerClear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:27:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/DashboardTitle.hpp:50:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/DashboardTitle.hpp:51:10: style: The function 'notifyBeginServerScan' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:28:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/DashboardTitle.hpp:51:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/DashboardTitle.hpp:52:7: style: The function 'notifyEndServerScan' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:29:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/DashboardTitle.hpp:52:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/DashboardTitle.hpp:53:7: style: The function 'notifyServerConnectState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:30:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/DashboardTitle.hpp:53:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/DashboardTitle.hpp:54:7: style: The function 'notifyServerActivityChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:31:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/DashboardTitle.hpp:54:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/DashboardTitle.hpp:55:10: style: The function 'notifyServerSuiteFilterChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:32:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/DashboardTitle.hpp:55:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/InfoPanel.hpp:65:10: style: The function 'populateDialog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/DashboardWidget.hpp:35:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/InfoPanel.hpp:65:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/InfoPanel.hpp:68:10: style: The function 'populateDockTitleBar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/DashboardWidget.hpp:34:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/InfoPanel.hpp:68:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/InfoPanel.hpp:69:10: style: The function 'reload' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/DashboardWidget.hpp:36:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/InfoPanel.hpp:69:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/InfoPanel.hpp:70:7: style: The function 'rerender' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/DashboardWidget.hpp:37:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/InfoPanel.hpp:70:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/InfoPanel.hpp:71:10: style: The function 'writeSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/DashboardWidget.hpp:51:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/InfoPanel.hpp:71:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/InfoPanel.hpp:72:10: style: The function 'readSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/DashboardWidget.hpp:52:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/InfoPanel.hpp:72:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/InfoPanel.hpp:73:10: style: The function 'writeSettingsForDialog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/DashboardWidget.hpp:53:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/InfoPanel.hpp:73:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/InfoPanel.hpp:74:10: style: The function 'readSettingsForDialog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/DashboardWidget.hpp:54:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/InfoPanel.hpp:74:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/InfoPanel.hpp:77:10: style: The function 'notifyDelete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VInfo.hpp:191:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/InfoPanel.hpp:77:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/InfoPanel.hpp:78:7: style: The function 'notifyDataLost' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VInfo.hpp:190:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/InfoPanel.hpp:78:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/InfoPanel.hpp:81:7: style: The function 'notifyDefsChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:24:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/InfoPanel.hpp:81:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/InfoPanel.hpp:82:7: style: The function 'notifyServerDelete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:25:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/InfoPanel.hpp:82:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/InfoPanel.hpp:83:7: style: The function 'notifyBeginServerClear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:26:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/InfoPanel.hpp:83:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/InfoPanel.hpp:84:10: style: The function 'notifyEndServerClear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:27:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/InfoPanel.hpp:84:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/InfoPanel.hpp:85:10: style: The function 'notifyBeginServerScan' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:28:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/InfoPanel.hpp:85:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/InfoPanel.hpp:86:7: style: The function 'notifyEndServerScan' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:29:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/InfoPanel.hpp:86:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/InfoPanel.hpp:87:7: style: The function 'notifyServerConnectState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:30:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/InfoPanel.hpp:87:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/InfoPanel.hpp:88:7: style: The function 'notifyServerSuiteFilterChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:32:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/InfoPanel.hpp:88:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/InfoPanel.hpp:89:10: style: The function 'notifyEndServerSync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:33:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/InfoPanel.hpp:89:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/InfoPanel.hpp:93:7: style: The function 'setCurrentSelection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/DashboardWidget.hpp:60:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/InfoPanel.hpp:93:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/InfoPanel.hpp:105:10: style: The function 'detachedChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/DashboardWidget.hpp:74:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/InfoPanel.hpp:105:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeWidget.hpp:42:12: style: The function 'currentSelection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/DashboardWidget.hpp:39:20: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeWidget.hpp:42:12: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeWidget.hpp:44:7: style: The function 'reload' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/DashboardWidget.hpp:36:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeWidget.hpp:44:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeWidget.hpp:45:10: style: The function 'populateDialog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/DashboardWidget.hpp:35:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeWidget.hpp:45:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeWidget.hpp:46:21: style: The function 'dockTitleActions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/DashboardWidget.hpp:42:29: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeWidget.hpp:46:21: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeWidget.hpp:49:7: style: The function 'setCurrentSelection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/DashboardWidget.hpp:60:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeWidget.hpp:49:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/TableNodeWidget.hpp:30:10: style: The function 'populateDockTitleBar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/DashboardWidget.hpp:34:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TableNodeWidget.hpp:30:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/TableNodeWidget.hpp:31:10: style: The function 'rerender' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/DashboardWidget.hpp:37:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TableNodeWidget.hpp:31:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/TableNodeWidget.hpp:33:10: style: The function 'writeSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/DashboardWidget.hpp:51:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TableNodeWidget.hpp:33:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/TableNodeWidget.hpp:34:10: style: The function 'readSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/DashboardWidget.hpp:52:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TableNodeWidget.hpp:34:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/TableNodeWidget.hpp:41:10: style: The function 'detachedChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/DashboardWidget.hpp:74:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TableNodeWidget.hpp:41:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/TreeNodeWidget.hpp:32:7: style: The function 'populateDockTitleBar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/DashboardWidget.hpp:34:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TreeNodeWidget.hpp:32:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/TreeNodeWidget.hpp:34:7: style: The function 'rerender' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/DashboardWidget.hpp:37:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TreeNodeWidget.hpp:34:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/TreeNodeWidget.hpp:35:10: style: The function 'initialSelectionInView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/DashboardWidget.hpp:38:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TreeNodeWidget.hpp:35:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/TreeNodeWidget.hpp:36:10: style: The function 'writeSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/DashboardWidget.hpp:51:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TreeNodeWidget.hpp:36:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/TreeNodeWidget.hpp:37:10: style: The function 'readSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/DashboardWidget.hpp:52:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TreeNodeWidget.hpp:37:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/TreeNodeWidget.hpp:39:10: style: The function 'notifyChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VProperty.hpp:29:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TreeNodeWidget.hpp:39:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/TreeNodeWidget.hpp:51:10: style: The function 'detachedChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/DashboardWidget.hpp:74:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TreeNodeWidget.hpp:51:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/Dashboard.cpp:38:30: performance: Function parameter 'rootNode' should be passed by const reference. [passedByValue]
ecflow-4.9.0/Viewer/src/Dashboard.cpp:347:52: performance: Function parameter 'cmd' should be passed by const reference. [passedByValue]
ecflow-4.9.0/Viewer/src/DashboardTitle.cpp:203:38: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
ecflow-4.9.0/Viewer/src/DashboardWidget.hpp:74:18: warning: Call of pure virtual function 'detachedChanged' in constructor. [pureVirtualCall]
ecflow-4.9.0/Viewer/src/DashboardWidget.cpp:37:23: note: Call of pure virtual function 'detachedChanged' in constructor.
ecflow-4.9.0/Viewer/src/DashboardWidget.cpp:58:5: note: Call of pure virtual function 'detachedChanged' in constructor.
ecflow-4.9.0/Viewer/src/DashboardWidget.hpp:74:18: note: Call of pure virtual function 'detachedChanged' in constructor.
ecflow-4.9.0/Viewer/src/DirectoryHandler.cpp:49:48: style: Function 'init' argument 1 names different: declaration 'exePath' definition 'exeStr'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/DirectoryHandler.hpp:22:41: note: Function 'init' argument 1 names different: declaration 'exePath' definition 'exeStr'.
ecflow-4.9.0/Viewer/src/DirectoryHandler.cpp:49:48: note: Function 'init' argument 1 names different: declaration 'exePath' definition 'exeStr'.
ecflow-4.9.0/Viewer/src/DirectoryHandler.cpp:231:80: style: Function 'findFiles' argument 2 names different: declaration 'regExpPattern' definition 'filterStr'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/DirectoryHandler.hpp:37:73: note: Function 'findFiles' argument 2 names different: declaration 'regExpPattern' definition 'filterStr'.
ecflow-4.9.0/Viewer/src/DirectoryHandler.cpp:231:80: note: Function 'findFiles' argument 2 names different: declaration 'regExpPattern' definition 'filterStr'.
ecflow-4.9.0/Viewer/src/DirectoryHandler.cpp:236:79: style: Function 'findDirs' argument 2 names different: declaration 'regExpPattern' definition 'filterStr'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/DirectoryHandler.hpp:40:72: note: Function 'findDirs' argument 2 names different: declaration 'regExpPattern' definition 'filterStr'.
ecflow-4.9.0/Viewer/src/DirectoryHandler.cpp:236:79: note: Function 'findDirs' argument 2 names different: declaration 'regExpPattern' definition 'filterStr'.
ecflow-4.9.0/Viewer/src/DirectoryHandler.cpp:460:54: style: Function 'removeFile' argument 1 names different: declaration 'file' definition 'path'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/DirectoryHandler.hpp:47:47: note: Function 'removeFile' argument 1 names different: declaration 'file' definition 'path'.
ecflow-4.9.0/Viewer/src/DirectoryHandler.cpp:460:54: note: Function 'removeFile' argument 1 names different: declaration 'file' definition 'path'.
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:70:10: performance: Technically the member function 'InfoPanelItem::infoProgressStart' can be static. [functionStatic]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:71:10: performance: Technically the member function 'InfoPanelItem::infoProgress' can be static. [functionStatic]
ecflow-4.9.0/Viewer/src/FlagSet.hpp:18:0: style: Class 'FlagSet < ChangeFlag >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Viewer/src/FlagSet.hpp:18:0: style: Class 'FlagSet < UnselectedFlag >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:64:10: style: The function 'taskChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VTaskObserver.hpp:19:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:64:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:67:10: style: The function 'infoReady' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPresenter.hpp:28:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:67:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:68:10: style: The function 'infoFailed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPresenter.hpp:29:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:68:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:69:10: style: The function 'infoProgress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPresenter.hpp:30:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:69:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:74:7: style: The function 'notifyBeginNodeChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeObserver.hpp:25:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:74:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:75:7: style: The function 'notifyEndNodeChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeObserver.hpp:26:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:75:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/EditItemWidget.hpp:28:7: style: The function 'reload' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:49:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/EditItemWidget.hpp:28:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/EditItemWidget.hpp:29:11: style: The function 'realWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:50:19: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/EditItemWidget.hpp:29:11: note: Function in derived class
ecflow-4.9.0/Viewer/src/EditItemWidget.hpp:30:10: style: The function 'clearContents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:51:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/EditItemWidget.hpp:30:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/EditItemWidget.hpp:33:7: style: The function 'infoReady' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPresenter.hpp:28:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/EditItemWidget.hpp:33:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/EditItemWidget.hpp:34:7: style: The function 'infoFailed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPresenter.hpp:29:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/EditItemWidget.hpp:34:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/EditItemWidget.hpp:35:7: style: The function 'infoProgress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPresenter.hpp:30:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/EditItemWidget.hpp:35:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/EditItemWidget.hpp:37:10: style: The function 'nodeChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:97:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/EditItemWidget.hpp:37:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/EditItemWidget.hpp:38:10: style: The function 'defsChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:91:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/EditItemWidget.hpp:38:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/InfoProvider.hpp:37:7: style: The function 'visit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VInfo.hpp:178:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/InfoProvider.hpp:37:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/InfoProvider.hpp:38:7: style: The function 'visit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VInfo.hpp:179:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/InfoProvider.hpp:38:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/InfoProvider.hpp:39:10: style: The function 'visit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VInfo.hpp:180:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/InfoProvider.hpp:39:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/InfoProvider.hpp:42:7: style: The function 'taskChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VTaskObserver.hpp:19:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/InfoProvider.hpp:42:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/InfoProvider.hpp:67:8: style: The function 'handleFileMissing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoProvider.hpp:46:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/InfoProvider.hpp:67:8: note: Function in derived class
ecflow-4.9.0/Viewer/src/EditProvider.hpp:25:8: style: The function 'visit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VInfo.hpp:179:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/EditProvider.hpp:25:8: note: Function in derived class
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:128:0: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:116:28: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:128:0: note: Function in derived class
ecflow-4.9.0/Viewer/src/FlagSet.hpp:18:5: style: Class 'FlagSet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Viewer/src/VTree.hpp:83:6: style: Class 'VTree' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Viewer/src/VTree.hpp:71:17: style: The function 'totalNumOfChildren' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VTree.hpp:52:17: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VTree.hpp:71:17: note: Function in derived class
ecflow-4.9.0/Viewer/src/VTree.hpp:74:10: style: The function 'countChildren' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VTree.hpp:61:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VTree.hpp:74:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/VTree.hpp:87:13: style: The function 'root' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VTree.hpp:39:20: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VTree.hpp:87:13: note: Function in derived class
ecflow-4.9.0/Viewer/src/VTree.hpp:88:19: style: The function 'server' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VTree.hpp:40:26: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VTree.hpp:88:19: note: Function in derived class
ecflow-4.9.0/Viewer/src/VTree.hpp:91:11: style: The function 'isTopLevel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VTree.hpp:50:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VTree.hpp:91:11: note: Function in derived class
ecflow-4.9.0/Viewer/src/VTree.hpp:92:11: style: The function 'isRoot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VTree.hpp:51:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VTree.hpp:92:11: note: Function in derived class
ecflow-4.9.0/Viewer/src/ExpandStateNode.cpp:124:64: style: Function 'findChild' argument 1 names different: declaration 'name' definition 'theName'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/ExpandStateNode.hpp:40:51: note: Function 'findChild' argument 1 names different: declaration 'name' definition 'theName'.
ecflow-4.9.0/Viewer/src/ExpandStateNode.cpp:124:64: note: Function 'findChild' argument 1 names different: declaration 'name' definition 'theName'.
ecflow-4.9.0/Viewer/src/ExpandStateNode.cpp:137:64: style: Function 'findChild' argument 1 names different: declaration 'name' definition 'theName'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/ExpandStateNode.hpp:41:51: note: Function 'findChild' argument 1 names different: declaration 'name' definition 'theName'.
ecflow-4.9.0/Viewer/src/ExpandStateNode.cpp:137:64: note: Function 'findChild' argument 1 names different: declaration 'name' definition 'theName'.
ecflow-4.9.0/Viewer/src/ExpandStateNode.cpp:20:5: performance: Variable 'name_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ecflow-4.9.0/Viewer/src/FileInfoLabel.cpp:36:50: style: Function 'update' argument 2 names different: declaration 'str' definition 'extraText'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/FileInfoLabel.hpp:26:30: note: Function 'update' argument 2 names different: declaration 'str' definition 'extraText'.
ecflow-4.9.0/Viewer/src/FileInfoLabel.cpp:36:50: note: Function 'update' argument 2 names different: declaration 'str' definition 'extraText'.
ecflow-4.9.0/Viewer/src/FilterWidget.cpp:287:2: style: Class 'ServerFilterMenu' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ecflow-4.9.0/Viewer/src/FilterWidget.cpp:287:2: style: Class 'ServerFilterMenu' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ecflow-4.9.0/Viewer/src/ServerList.hpp:31:1: warning: The class 'ServerListTmpItem' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ecflow-4.9.0/Viewer/src/FilterWidget.hpp:70:7: style: The function 'notifyServerListChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerList.hpp:27:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/FilterWidget.hpp:70:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/FilterWidget.hpp:71:7: style: The function 'notifyServerListFavouriteChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerList.hpp:28:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/FilterWidget.hpp:71:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/FilterWidget.hpp:74:7: style: The function 'notifyServerFilterAdded' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerFilter.hpp:26:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/FilterWidget.hpp:74:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/FilterWidget.hpp:75:7: style: The function 'notifyServerFilterRemoved' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerFilter.hpp:27:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/FilterWidget.hpp:75:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/FilterWidget.hpp:76:7: style: The function 'notifyServerFilterChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerFilter.hpp:28:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/FilterWidget.hpp:76:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/FilterWidget.hpp:77:7: style: The function 'notifyServerFilterDelete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerFilter.hpp:29:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/FilterWidget.hpp:77:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/HistoryItemWidget.hpp:30:7: style: The function 'reload' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:49:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/HistoryItemWidget.hpp:30:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/HistoryItemWidget.hpp:31:11: style: The function 'realWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:50:19: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/HistoryItemWidget.hpp:31:11: note: Function in derived class
ecflow-4.9.0/Viewer/src/HistoryItemWidget.hpp:32:10: style: The function 'clearContents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:51:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/HistoryItemWidget.hpp:32:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/HistoryItemWidget.hpp:34:10: style: The function 'infoReady' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPresenter.hpp:28:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/HistoryItemWidget.hpp:34:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/HistoryItemWidget.hpp:35:10: style: The function 'infoFailed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPresenter.hpp:29:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/HistoryItemWidget.hpp:35:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/HistoryItemWidget.hpp:36:10: style: The function 'infoProgress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPresenter.hpp:30:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/HistoryItemWidget.hpp:36:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/HistoryItemWidget.hpp:37:10: style: The function 'infoAppended' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPresenter.hpp:33:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/HistoryItemWidget.hpp:37:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/HistoryItemWidget.hpp:39:10: style: The function 'nodeChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:97:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/HistoryItemWidget.hpp:39:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/HistoryItemWidget.hpp:40:10: style: The function 'defsChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:91:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/HistoryItemWidget.hpp:40:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/LogProvider.hpp:33:9: style: The function 'visit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VInfo.hpp:178:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/LogProvider.hpp:33:9: note: Function in derived class
ecflow-4.9.0/Viewer/src/LogProvider.hpp:34:9: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoProvider.hpp:29:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/LogProvider.hpp:34:9: note: Function in derived class
ecflow-4.9.0/Viewer/src/LogProvider.hpp:35:9: style: The function 'setAutoUpdate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoProvider.hpp:32:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/LogProvider.hpp:35:9: note: Function in derived class
ecflow-4.9.0/Viewer/src/HtmlEdit.hpp:25:10: style: The function 'notifyChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VProperty.hpp:29:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/HtmlEdit.hpp:25:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/IconProvider.cpp:41:28: performance: Function parameter 'path' should be passed by const reference. [passedByValue]
ecflow-4.9.0/Viewer/src/IconProvider.cpp:76:42: performance: Function parameter 'path' should be passed by const reference. [passedByValue]
ecflow-4.9.0/Viewer/src/IconProvider.cpp:138:38: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ecflow-4.9.0/Viewer/src/InfoPanel.cpp:40:68: style: Function 'match' argument 1 names different: declaration 'defs' definition 'ids'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/InfoPanel.hpp:37:47: note: Function 'match' argument 1 names different: declaration 'defs' definition 'ids'.
ecflow-4.9.0/Viewer/src/InfoPanel.cpp:40:68: note: Function 'match' argument 1 names different: declaration 'defs' definition 'ids'.
ecflow-4.9.0/Viewer/src/InfoPanel.cpp:216:33: style: Function 'reset' argument 1 names different: declaration 'node' definition 'info'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/InfoPanel.hpp:109:26: note: Function 'reset' argument 1 names different: declaration 'node' definition 'info'.
ecflow-4.9.0/Viewer/src/InfoPanel.cpp:216:33: note: Function 'reset' argument 1 names different: declaration 'node' definition 'info'.
ecflow-4.9.0/Viewer/src/InfoPanel.cpp:254:38: style: Function 'slotReload' argument 1 names different: declaration 'node' definition 'info'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/InfoPanel.hpp:92:28: note: Function 'slotReload' argument 1 names different: declaration 'node' definition 'info'.
ecflow-4.9.0/Viewer/src/InfoPanel.cpp:254:38: note: Function 'slotReload' argument 1 names different: declaration 'node' definition 'info'.
ecflow-4.9.0/Viewer/src/InfoPanel.cpp:271:44: style: Function 'slotReloadFromBc' argument 1 names different: declaration 'node' definition 'info'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/InfoPanel.hpp:96:37: note: Function 'slotReloadFromBc' argument 1 names different: declaration 'node' definition 'info'.
ecflow-4.9.0/Viewer/src/InfoPanel.cpp:271:44: note: Function 'slotReloadFromBc' argument 1 names different: declaration 'node' definition 'info'.
ecflow-4.9.0/Viewer/src/InfoPanel.cpp:290:38: style: Function 'adjustInfo' argument 1 names different: declaration 'node' definition 'info'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/InfoPanel.hpp:110:28: note: Function 'adjustInfo' argument 1 names different: declaration 'node' definition 'info'.
ecflow-4.9.0/Viewer/src/InfoPanel.cpp:290:38: note: Function 'adjustInfo' argument 1 names different: declaration 'node' definition 'info'.
ecflow-4.9.0/Viewer/src/InfoPanel.cpp:337:38: style: Function 'adjustTabs' argument 1 names different: declaration 'node' definition 'info'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/InfoPanel.hpp:111:31: note: Function 'adjustTabs' argument 1 names different: declaration 'node' definition 'info'.
ecflow-4.9.0/Viewer/src/InfoPanel.cpp:337:38: note: Function 'adjustTabs' argument 1 names different: declaration 'node' definition 'info'.
ecflow-4.9.0/Viewer/src/InfoPanel.cpp:606:96: style: Function 'notifyDefsChanged' argument 2 names different: declaration 'a' definition 'aspect'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/InfoPanel.hpp:81:86: note: Function 'notifyDefsChanged' argument 2 names different: declaration 'a' definition 'aspect'.
ecflow-4.9.0/Viewer/src/InfoPanel.cpp:606:96: note: Function 'notifyDefsChanged' argument 2 names different: declaration 'a' definition 'aspect'.
ecflow-4.9.0/Viewer/src/NodePathWidget.hpp:168:5: style: Class 'NodePathEllipsisItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:128:20: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:116:28: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:128:20: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodePathWidget.hpp:55:10: style: The function 'notifyChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VProperty.hpp:29:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodePathWidget.hpp:55:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodePathWidget.hpp:157:10: style: The function 'makeShape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodePathWidget.hpp:119:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodePathWidget.hpp:157:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodePathWidget.hpp:158:9: style: The function 'rightPos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodePathWidget.hpp:120:17: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodePathWidget.hpp:158:9: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodePathWidget.hpp:188:7: style: The function 'notifyBeginNodeChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeObserver.hpp:25:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodePathWidget.hpp:188:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodePathWidget.hpp:189:7: style: The function 'notifyEndNodeChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeObserver.hpp:26:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodePathWidget.hpp:189:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodePathWidget.hpp:192:7: style: The function 'notifyDefsChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:24:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodePathWidget.hpp:192:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodePathWidget.hpp:193:7: style: The function 'notifyServerDelete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:25:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodePathWidget.hpp:193:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodePathWidget.hpp:194:10: style: The function 'notifyBeginServerClear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:26:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodePathWidget.hpp:194:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodePathWidget.hpp:195:10: style: The function 'notifyEndServerClear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:27:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodePathWidget.hpp:195:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodePathWidget.hpp:196:10: style: The function 'notifyBeginServerScan' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:28:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodePathWidget.hpp:196:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodePathWidget.hpp:197:10: style: The function 'notifyEndServerScan' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:29:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodePathWidget.hpp:197:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodePathWidget.hpp:198:7: style: The function 'notifyServerConnectState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:30:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodePathWidget.hpp:198:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodePathWidget.hpp:199:7: style: The function 'notifyServerActivityChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:31:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodePathWidget.hpp:199:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodePathWidget.hpp:202:10: style: The function 'notifyDelete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VInfo.hpp:191:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodePathWidget.hpp:202:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodePathWidget.hpp:203:10: style: The function 'notifyDataLost' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VInfo.hpp:190:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodePathWidget.hpp:203:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodePathWidget.hpp:154:58: performance: Function parameter 'text' should be passed by const reference. [passedByValue]
ecflow-4.9.0/Viewer/src/InfoPanel.cpp:584:62: performance: Function parameter 'cmd' should be passed by const reference. [passedByValue]
ecflow-4.9.0/Viewer/src/InfoPanel.cpp:589:62: performance: Function parameter 'cmd' should be passed by const reference. [passedByValue]
ecflow-4.9.0/Viewer/src/InfoPanelHandler.cpp:44:48: style: Function 'init' argument 1 names different: declaration 'file' definition 'configFile'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/InfoPanelHandler.hpp:64:31: note: Function 'init' argument 1 names different: declaration 'file' definition 'configFile'.
ecflow-4.9.0/Viewer/src/InfoPanelHandler.cpp:44:48: note: Function 'init' argument 1 names different: declaration 'file' definition 'configFile'.
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:87:18: warning: Virtual function 'clear' is called from destructor '~InfoPanelItem()' at line 53. Dynamic binding is not used. [virtualCallInConstructor]
ecflow-4.9.0/Viewer/src/InfoPanelItem.cpp:53:2: note: Calling clear
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:87:18: note: clear is a virtual method
ecflow-4.9.0/Viewer/src/InfoProvider.cpp:26:2: style: Class 'InfoProvider' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ecflow-4.9.0/Viewer/src/InfoProvider.cpp:26:2: style: Class 'InfoProvider' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ecflow-4.9.0/Viewer/src/InfoProvider.hpp:29:15: warning: Virtual function 'clear' is called from destructor '~InfoProvider()' at line 34. Dynamic binding is not used. [virtualCallInConstructor]
ecflow-4.9.0/Viewer/src/InfoProvider.cpp:34:2: note: Calling clear
ecflow-4.9.0/Viewer/src/InfoProvider.hpp:29:15: note: clear is a virtual method
ecflow-4.9.0/Viewer/src/InputEventLog.cpp:144:61: style: Function 'logMousePress' argument 2 names different: declaration 'e' definition 'event'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/InputEventLog.hpp:41:50: note: Function 'logMousePress' argument 2 names different: declaration 'e' definition 'event'.
ecflow-4.9.0/Viewer/src/InputEventLog.cpp:144:61: note: Function 'logMousePress' argument 2 names different: declaration 'e' definition 'event'.
ecflow-4.9.0/Viewer/src/InputEventLog.cpp:180:63: style: Function 'logMouseRelease' argument 2 names different: declaration 'e' definition 'event'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/InputEventLog.hpp:42:52: note: Function 'logMouseRelease' argument 2 names different: declaration 'e' definition 'event'.
ecflow-4.9.0/Viewer/src/InputEventLog.cpp:180:63: note: Function 'logMouseRelease' argument 2 names different: declaration 'e' definition 'event'.
ecflow-4.9.0/Viewer/src/InputEventLog.cpp:200:56: style: Function 'logClose' argument 2 names different: declaration 'e' definition 'event'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/InputEventLog.hpp:43:45: note: Function 'logClose' argument 2 names different: declaration 'e' definition 'event'.
ecflow-4.9.0/Viewer/src/InputEventLog.cpp:200:56: note: Function 'logClose' argument 2 names different: declaration 'e' definition 'event'.
ecflow-4.9.0/Viewer/src/InputEventLog.cpp:212:68: style: Function 'logContextMenu' argument 2 names different: declaration 'e' definition 'event'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/InputEventLog.hpp:44:57: note: Function 'logContextMenu' argument 2 names different: declaration 'e' definition 'event'.
ecflow-4.9.0/Viewer/src/InputEventLog.cpp:212:68: note: Function 'logContextMenu' argument 2 names different: declaration 'e' definition 'event'.
ecflow-4.9.0/Viewer/src/InputEventLog.hpp:38:5: style: Class 'InputEventLog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Viewer/src/JobItemWidget.hpp:26:7: style: The function 'reload' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:49:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/JobItemWidget.hpp:26:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/JobItemWidget.hpp:27:11: style: The function 'realWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:50:19: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/JobItemWidget.hpp:27:11: note: Function in derived class
ecflow-4.9.0/Viewer/src/JobItemWidget.hpp:28:10: style: The function 'clearContents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:51:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/JobItemWidget.hpp:28:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/JobItemWidget.hpp:31:10: style: The function 'infoReady' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPresenter.hpp:28:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/JobItemWidget.hpp:31:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/JobItemWidget.hpp:32:10: style: The function 'infoFailed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPresenter.hpp:29:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/JobItemWidget.hpp:32:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/JobItemWidget.hpp:33:10: style: The function 'infoProgress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPresenter.hpp:30:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/JobItemWidget.hpp:33:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/JobItemWidget.hpp:35:10: style: The function 'nodeChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:97:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/JobItemWidget.hpp:35:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/JobItemWidget.hpp:36:10: style: The function 'defsChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:91:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/JobItemWidget.hpp:36:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/JobItemWidget.hpp:40:10: style: The function 'reloadRequested' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/CodeItemWidget.hpp:39:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/JobItemWidget.hpp:40:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/LabelEditor.hpp:25:5: style: Class 'LabelEditorWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Viewer/src/LabelEditor.hpp:39:10: style: The function 'apply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AttributeEditor.hpp:66:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/LabelEditor.hpp:39:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/LabelEditor.hpp:40:10: style: The function 'resetValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AttributeEditor.hpp:67:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/LabelEditor.hpp:40:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/LabelEditor.hpp:41:10: style: The function 'isValueChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AttributeEditor.hpp:68:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/LabelEditor.hpp:41:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/AttributeEditorFactory.hpp:37:0: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AttributeEditorFactory.hpp:26:30: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/AttributeEditorFactory.hpp:37:0: note: Function in derived class
ecflow-4.9.0/Viewer/src/LimitEditor.cpp:216:69: style: Function 'nodeChanged' argument 1 names different: declaration 'a' definition 'aspect'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/LimitEditor.hpp:51:60: note: Function 'nodeChanged' argument 1 names different: declaration 'a' definition 'aspect'.
ecflow-4.9.0/Viewer/src/LimitEditor.cpp:216:69: note: Function 'nodeChanged' argument 1 names different: declaration 'a' definition 'aspect'.
ecflow-4.9.0/Viewer/src/LimitEditor.cpp:278:45: style: Function 'lookup' argument 1 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/LimitEditor.hpp:53:36: note: Function 'lookup' argument 1 names different: declaration 'index' definition 'idx'.
ecflow-4.9.0/Viewer/src/LimitEditor.cpp:278:45: note: Function 'lookup' argument 1 names different: declaration 'index' definition 'idx'.
ecflow-4.9.0/Viewer/src/LimitEditor.cpp:202:34: style: Unused variable: paths [unusedVariable]
ecflow-4.9.0/Viewer/src/LimitEditor.hpp:28:5: style: Class 'LimitEditorWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Viewer/src/LimitEditor.hpp:46:10: style: The function 'resetValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AttributeEditor.hpp:67:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/LimitEditor.hpp:46:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/LimitEditor.hpp:47:10: style: The function 'apply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AttributeEditor.hpp:66:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/LimitEditor.hpp:47:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/LimitEditor.hpp:48:10: style: The function 'isValueChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AttributeEditor.hpp:68:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/LimitEditor.hpp:48:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/LimitEditor.hpp:51:10: style: The function 'nodeChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AttributeEditor.hpp:69:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/LimitEditor.hpp:51:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/VLimitAttr.hpp:30:13: style: The function 'toolTip' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VAttributeType.hpp:37:21: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VLimitAttr.hpp:30:13: note: Function in derived class
ecflow-4.9.0/Viewer/src/VLimitAttr.hpp:31:13: style: The function 'definition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VAttributeType.hpp:38:21: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VLimitAttr.hpp:31:13: note: Function in derived class
ecflow-4.9.0/Viewer/src/VLimitAttr.hpp:44:21: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VAttribute.hpp:31:29: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VLimitAttr.hpp:44:21: note: Function in derived class
ecflow-4.9.0/Viewer/src/VLimitAttr.hpp:45:17: style: The function 'data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VAttribute.hpp:42:25: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VLimitAttr.hpp:45:17: note: Function in derived class
ecflow-4.9.0/Viewer/src/VLimitAttr.hpp:46:17: style: The function 'strName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VItem.hpp:45:25: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VLimitAttr.hpp:46:17: note: Function in derived class
ecflow-4.9.0/Viewer/src/LogEvent.cpp:177:17: style: The scope of the variable 'rc' can be reduced. [variableScope]
ecflow-4.9.0/Viewer/src/LogEvent.cpp:131:16: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/LogEvent.hpp:39:16: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/LogEvent.cpp:131:16: note: Function in derived class
ecflow-4.9.0/Viewer/src/LogEvent.cpp:132:16: style: The function 'end' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/LogEvent.hpp:40:16: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/LogEvent.cpp:132:16: note: Function in derived class
ecflow-4.9.0/Viewer/src/LogEvent.cpp:134:19: style: The function 'status' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/LogEvent.hpp:42:19: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/LogEvent.cpp:134:19: note: Function in derived class
ecflow-4.9.0/Viewer/src/LogEvent.cpp:145:19: style: The function 'status' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/LogEvent.hpp:42:19: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/LogEvent.cpp:145:19: note: Function in derived class
ecflow-4.9.0/Viewer/src/LogEvent.cpp:155:19: style: The function 'status' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/LogEvent.hpp:42:19: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/LogEvent.cpp:155:19: note: Function in derived class
ecflow-4.9.0/Viewer/src/LogTruncator.cpp:20:36: performance: Function parameter 'path' should be passed by const reference. [passedByValue]
ecflow-4.9.0/Viewer/src/MainWindow.cpp:584:41: style: Function 'openWindow' argument 1 names different: declaration 'id' definition 'idLst'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/MainWindow.hpp:63:40: note: Function 'openWindow' argument 1 names different: declaration 'id' definition 'idLst'.
ecflow-4.9.0/Viewer/src/MainWindow.cpp:584:41: note: Function 'openWindow' argument 1 names different: declaration 'id' definition 'idLst'.
ecflow-4.9.0/Viewer/src/MainWindow.cpp:874:30: style: Unused variable: propVec [unusedVariable]
ecflow-4.9.0/Viewer/src/TabWidget.hpp:25:5: style: Class 'IconTabBar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Viewer/src/ServerListSyncWidget.hpp:28:5: style: Class 'ServerListSyncWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Viewer/src/NodePanel.hpp:78:7: style: The function 'tabBarCommand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/TabWidget.hpp:71:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodePanel.hpp:78:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/ServerComInfoWidget.hpp:46:10: style: The function 'notifyChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VProperty.hpp:29:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/ServerComInfoWidget.hpp:46:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/ServerComInfoWidget.hpp:48:10: style: The function 'notifyDefsChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:24:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/ServerComInfoWidget.hpp:48:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/ServerComInfoWidget.hpp:49:10: style: The function 'notifyServerDelete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:25:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/ServerComInfoWidget.hpp:49:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/ServerComInfoWidget.hpp:50:10: style: The function 'notifyBeginServerClear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:26:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/ServerComInfoWidget.hpp:50:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/ServerComInfoWidget.hpp:51:10: style: The function 'notifyEndServerScan' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:29:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/ServerComInfoWidget.hpp:51:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/ServerComInfoWidget.hpp:52:10: style: The function 'notifyServerActivityChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerObserver.hpp:31:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/ServerComInfoWidget.hpp:52:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/ServerComInfoWidget.hpp:54:10: style: The function 'notifyRefreshTimerStarted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerComObserver.hpp:21:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/ServerComInfoWidget.hpp:54:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/ServerComInfoWidget.hpp:55:10: style: The function 'notifyRefreshTimerStopped' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerComObserver.hpp:22:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/ServerComInfoWidget.hpp:55:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/ServerComInfoWidget.hpp:56:10: style: The function 'notifyRefreshTimerChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerComObserver.hpp:23:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/ServerComInfoWidget.hpp:56:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/ServerComInfoWidget.hpp:57:10: style: The function 'notifyRefreshScheduled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerComObserver.hpp:24:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/ServerComInfoWidget.hpp:57:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/ServerComInfoWidget.hpp:58:10: style: The function 'notifyRefreshFinished' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerComObserver.hpp:25:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/ServerComInfoWidget.hpp:58:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/MainWindow.cpp:582:0: error: Memory leak: win [memleak]
ecflow-4.9.0/Viewer/src/MainWindow.cpp:589:0: error: Memory leak: win [memleak]
ecflow-4.9.0/Viewer/src/ServerListDialog.hpp:29:42: performance: Function parameter 'txt' should be passed by const reference. [passedByValue]
ecflow-4.9.0/Viewer/src/MainWindow.cpp:60:36: performance: Function parameter 'idLst' should be passed by const reference. [passedByValue]
ecflow-4.9.0/Viewer/src/MainWindow.cpp:563:44: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
ecflow-4.9.0/Viewer/src/MainWindow.cpp:570:48: performance: Function parameter 'idLst' should be passed by const reference. [passedByValue]
ecflow-4.9.0/Viewer/src/MainWindow.cpp:829:43: performance: Function parameter 'option' should be passed by const reference. [passedByValue]
ecflow-4.9.0/Viewer/src/ManualItemWidget.hpp:23:7: style: The function 'reload' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:49:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/ManualItemWidget.hpp:23:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/ManualItemWidget.hpp:24:11: style: The function 'realWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:50:19: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/ManualItemWidget.hpp:24:11: note: Function in derived class
ecflow-4.9.0/Viewer/src/ManualItemWidget.hpp:25:10: style: The function 'clearContents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:51:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/ManualItemWidget.hpp:25:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/ManualItemWidget.hpp:28:10: style: The function 'infoReady' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPresenter.hpp:28:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/ManualItemWidget.hpp:28:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/ManualItemWidget.hpp:29:10: style: The function 'infoFailed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPresenter.hpp:29:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/ManualItemWidget.hpp:29:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/ManualItemWidget.hpp:30:10: style: The function 'infoProgress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPresenter.hpp:30:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/ManualItemWidget.hpp:30:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/ManualItemWidget.hpp:32:10: style: The function 'nodeChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:97:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/ManualItemWidget.hpp:32:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/ManualItemWidget.hpp:33:10: style: The function 'defsChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:91:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/ManualItemWidget.hpp:33:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/ManualItemWidget.hpp:37:10: style: The function 'reloadRequested' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/CodeItemWidget.hpp:39:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/ManualItemWidget.hpp:37:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/MenuConfigDialog.cpp:73:37: warning: Either the condition 'if(menu)' is redundant or there is possible null pointer dereference: menu. [nullPointerRedundantCheck]
ecflow-4.9.0/Viewer/src/MenuConfigDialog.cpp:84:15: note: Assuming that condition 'if(menu)' is not redundant
ecflow-4.9.0/Viewer/src/MenuConfigDialog.cpp:73:37: note: Null pointer dereference
ecflow-4.9.0/Viewer/src/MenuHandler.cpp:234:37: style: Variable 'state' is assigned a value that is never used. [unreadVariable]
ecflow-4.9.0/Viewer/src/MenuHandler.hpp:63:10: style: Technically the member function 'MenuItem::shouldAskQuestion' can be const. [functionConst]
ecflow-4.9.0/Viewer/src/MenuHandler.cpp:797:16: note: Technically the member function 'MenuItem::shouldAskQuestion' can be const.
ecflow-4.9.0/Viewer/src/MenuHandler.hpp:63:10: note: Technically the member function 'MenuItem::shouldAskQuestion' can be const.
ecflow-4.9.0/Viewer/src/MenuHandler.hpp:140:10: performance: Technically the member function 'Menu::buildMenuTitle' can be static. [functionStatic]
ecflow-4.9.0/Viewer/src/MenuHandler.cpp:672:12: note: Technically the member function 'Menu::buildMenuTitle' can be static.
ecflow-4.9.0/Viewer/src/MenuHandler.hpp:140:10: note: Technically the member function 'Menu::buildMenuTitle' can be static.
ecflow-4.9.0/Viewer/src/MessageItemWidget.hpp:26:7: style: The function 'reload' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:49:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/MessageItemWidget.hpp:26:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/MessageItemWidget.hpp:27:11: style: The function 'realWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:50:19: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/MessageItemWidget.hpp:27:11: note: Function in derived class
ecflow-4.9.0/Viewer/src/MessageItemWidget.hpp:28:10: style: The function 'clearContents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:51:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/MessageItemWidget.hpp:28:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/MessageItemWidget.hpp:31:7: style: The function 'infoReady' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPresenter.hpp:28:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/MessageItemWidget.hpp:31:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/MessageItemWidget.hpp:32:7: style: The function 'infoFailed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPresenter.hpp:29:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/MessageItemWidget.hpp:32:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/MessageItemWidget.hpp:33:7: style: The function 'infoProgress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPresenter.hpp:30:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/MessageItemWidget.hpp:33:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/MessageItemWidget.hpp:35:10: style: The function 'nodeChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:97:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/MessageItemWidget.hpp:35:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/MessageItemWidget.hpp:36:10: style: The function 'defsChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:91:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/MessageItemWidget.hpp:36:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/MessageLabel.cpp:28:44: performance: Function parameter 'title' should be passed by const reference. [passedByValue]
ecflow-4.9.0/Viewer/src/MessageLabel.cpp:129:37: performance: Function parameter 'msg' should be passed by const reference. [passedByValue]
ecflow-4.9.0/Viewer/src/MessageLabel.cpp:134:40: performance: Function parameter 'msg' should be passed by const reference. [passedByValue]
ecflow-4.9.0/Viewer/src/MessageLabel.cpp:139:38: performance: Function parameter 'msg' should be passed by const reference. [passedByValue]
ecflow-4.9.0/Viewer/src/MessageLabel.cpp:144:36: performance: Function parameter 'msg' should be passed by const reference. [passedByValue]
ecflow-4.9.0/Viewer/src/MessageLabel.cpp:149:39: performance: Function parameter 'msg' should be passed by const reference. [passedByValue]
ecflow-4.9.0/Viewer/src/MessageLabel.cpp:154:42: performance: Function parameter 'msg' should be passed by const reference. [passedByValue]
ecflow-4.9.0/Viewer/src/MessageLabel.cpp:159:40: performance: Function parameter 'msg' should be passed by const reference. [passedByValue]
ecflow-4.9.0/Viewer/src/MessageLabel.cpp:164:38: performance: Function parameter 'msg' should be passed by const reference. [passedByValue]
ecflow-4.9.0/Viewer/src/MessageLabel.cpp:169:57: performance: Function parameter 'msg' should be passed by const reference. [passedByValue]
ecflow-4.9.0/Viewer/src/MessageLabel.cpp:202:59: performance: Function parameter 'msg' should be passed by const reference. [passedByValue]
ecflow-4.9.0/Viewer/src/MeterEditor.hpp:25:5: style: Class 'MeterEditorWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Viewer/src/MeterEditor.hpp:40:10: style: The function 'apply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AttributeEditor.hpp:66:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/MeterEditor.hpp:40:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/MeterEditor.hpp:41:10: style: The function 'resetValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AttributeEditor.hpp:67:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/MeterEditor.hpp:41:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/MeterEditor.hpp:42:10: style: The function 'isValueChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AttributeEditor.hpp:68:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/MeterEditor.hpp:42:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/ModelColumn.cpp:67:2: performance: Variable 'id_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ecflow-4.9.0/Viewer/src/NodeExpression.cpp:129:75: style: Function 'isWhatToSearchIn' argument 2 names different: declaration 'isAttribute' definition 'isAttr'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:55:57: note: Function 'isWhatToSearchIn' argument 2 names different: declaration 'isAttribute' definition 'isAttr'.
ecflow-4.9.0/Viewer/src/NodeExpression.cpp:129:75: note: Function 'isWhatToSearchIn' argument 2 names different: declaration 'isAttribute' definition 'isAttr'.
ecflow-4.9.0/Viewer/src/NodeExpression.cpp:596:40: style: Function 'execute' argument 1 names different: declaration 'node' definition 'item'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:268:25: note: Function 'execute' argument 1 names different: declaration 'node' definition 'item'.
ecflow-4.9.0/Viewer/src/NodeExpression.cpp:596:40: note: Function 'execute' argument 1 names different: declaration 'node' definition 'item'.
ecflow-4.9.0/Viewer/src/NodeExpression.cpp:656:41: style: Function 'execute' argument 1 names different: declaration 'node' definition 'item'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:287:25: note: Function 'execute' argument 1 names different: declaration 'node' definition 'item'.
ecflow-4.9.0/Viewer/src/NodeExpression.cpp:656:41: note: Function 'execute' argument 1 names different: declaration 'node' definition 'item'.
ecflow-4.9.0/Viewer/src/NodeExpression.cpp:766:43: style: Function 'execute' argument 1 names different: declaration 'node' definition 'item'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:222:25: note: Function 'execute' argument 1 names different: declaration 'node' definition 'item'.
ecflow-4.9.0/Viewer/src/NodeExpression.cpp:766:43: note: Function 'execute' argument 1 names different: declaration 'node' definition 'item'.
ecflow-4.9.0/Viewer/src/NodeExpression.cpp:970:44: style: Function 'IsoDateCondition' argument 1 names different: declaration 'str' definition 'dateStr'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:379:39: note: Function 'IsoDateCondition' argument 1 names different: declaration 'str' definition 'dateStr'.
ecflow-4.9.0/Viewer/src/NodeExpression.cpp:970:44: note: Function 'IsoDateCondition' argument 1 names different: declaration 'str' definition 'dateStr'.
ecflow-4.9.0/Viewer/src/NodeExpression.cpp:888:5: performance: Variable 'what_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:52:10: performance: Technically the member function 'NodeExpressionParser::isMenuMode' can be static. [functionStatic]
ecflow-4.9.0/Viewer/src/NodeExpression.cpp:102:28: note: Technically the member function 'NodeExpressionParser::isMenuMode' can be static.
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:52:10: note: Technically the member function 'NodeExpressionParser::isMenuMode' can be static.
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:53:10: performance: Technically the member function 'NodeExpressionParser::isNodeHasAttribute' can be static. [functionStatic]
ecflow-4.9.0/Viewer/src/NodeExpression.cpp:110:28: note: Technically the member function 'NodeExpressionParser::isNodeHasAttribute' can be static.
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:53:10: note: Technically the member function 'NodeExpressionParser::isNodeHasAttribute' can be static.
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:54:10: performance: Technically the member function 'NodeExpressionParser::isNodeFlag' can be static. [functionStatic]
ecflow-4.9.0/Viewer/src/NodeExpression.cpp:118:28: note: Technically the member function 'NodeExpressionParser::isNodeFlag' can be static.
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:54:10: note: Technically the member function 'NodeExpressionParser::isNodeFlag' can be static.
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:55:10: performance: Technically the member function 'NodeExpressionParser::isWhatToSearchIn' can be static. [functionStatic]
ecflow-4.9.0/Viewer/src/NodeExpression.cpp:129:28: note: Technically the member function 'NodeExpressionParser::isWhatToSearchIn' can be static.
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:55:10: note: Technically the member function 'NodeExpressionParser::isWhatToSearchIn' can be static.
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:59:10: performance: Technically the member function 'NodeExpressionParser::isAttributeState' can be static. [functionStatic]
ecflow-4.9.0/Viewer/src/NodeExpression.cpp:157:28: note: Technically the member function 'NodeExpressionParser::isAttributeState' can be static.
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:59:10: note: Technically the member function 'NodeExpressionParser::isAttributeState' can be static.
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:60:10: performance: Technically the member function 'NodeExpressionParser::isIsoDate' can be static. [functionStatic]
ecflow-4.9.0/Viewer/src/NodeExpression.cpp:164:28: note: Technically the member function 'NodeExpressionParser::isIsoDate' can be static.
ecflow-4.9.0/Viewer/src/NodeExpression.hpp:60:10: note: Technically the member function 'NodeExpressionParser::isIsoDate' can be static.
ecflow-4.9.0/Viewer/src/NodeExpression.cpp:761:13: style: Class 'StringMatchCondition' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ecflow-4.9.0/Viewer/src/NodeExpression.cpp:761:13: style: Class 'StringMatchCondition' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ecflow-4.9.0/Viewer/src/NodeExpression.cpp:712:42: performance: Function parameter 'searchFor' should be passed by const reference. [passedByValue]
ecflow-4.9.0/Viewer/src/NodeExpression.cpp:712:65: performance: Function parameter 'searchIn' should be passed by const reference. [passedByValue]
ecflow-4.9.0/Viewer/src/NodeExpression.cpp:886:58: performance: Function parameter 'what' should be passed by const reference. [passedByValue]
ecflow-4.9.0/Viewer/src/NodePanel.cpp:223:46: style: Function 'slotTabTitle' argument 1 names different: declaration 'w' definition 't'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/NodePanel.hpp:64:39: note: Function 'slotTabTitle' argument 1 names different: declaration 'w' definition 't'.
ecflow-4.9.0/Viewer/src/NodePanel.cpp:223:46: note: Function 'slotTabTitle' argument 1 names different: declaration 'w' definition 't'.
ecflow-4.9.0/Viewer/src/NodePathWidget.cpp:61:5: performance: Variable 'font_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ecflow-4.9.0/Viewer/src/NodePathWidget.hpp:109:10: performance: Technically the member function 'NodePathItem::setCurrent' can be static. [functionStatic]
ecflow-4.9.0/Viewer/src/NodePathWidget.cpp:629:20: note: Technically the member function 'NodePathItem::setCurrent' can be static.
ecflow-4.9.0/Viewer/src/NodePathWidget.hpp:109:10: note: Technically the member function 'NodePathItem::setCurrent' can be static.
ecflow-4.9.0/Viewer/src/NodePathWidget.cpp:84:5: style: Class 'BcWidget' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ecflow-4.9.0/Viewer/src/NodePathWidget.cpp:84:5: style: Class 'BcWidget' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ecflow-4.9.0/Viewer/src/NodePathWidget.cpp:815:2: style: Class 'NodePathWidget' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ecflow-4.9.0/Viewer/src/NodePathWidget.cpp:815:2: style: Class 'NodePathWidget' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ecflow-4.9.0/Viewer/src/NodePathWidget.cpp:594:62: performance: Function parameter 'text' should be passed by const reference. [passedByValue]
ecflow-4.9.0/Viewer/src/NodePathWidget.cpp:708:34: performance: Function parameter 'text' should be passed by const reference. [passedByValue]
ecflow-4.9.0/Viewer/src/NodeQueryOption.hpp:65:5: style: Class 'NodeQueryStringOption' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Viewer/src/NodeQueryOption.hpp:98:5: style: Class 'NodeQueryListOption' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Viewer/src/NodeQueryOption.hpp:123:5: style: Class 'NodeQueryComboOption' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Viewer/src/NodeQueryOption.hpp:148:5: style: Class 'NodeQueryPeriodOption' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Viewer/src/NodeQueryOption.hpp:67:10: style: The function 'swap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeQueryOption.hpp:39:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeQueryOption.hpp:67:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeQueryOption.hpp:70:13: style: The function 'valueAsString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeQueryOption.hpp:37:21: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeQueryOption.hpp:70:13: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeQueryOption.hpp:80:13: style: The function 'query' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeQueryOption.hpp:40:21: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeQueryOption.hpp:80:13: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeQueryOption.hpp:81:10: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeQueryOption.hpp:43:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeQueryOption.hpp:81:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeQueryOption.hpp:82:10: style: The function 'save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeQueryOption.hpp:44:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeQueryOption.hpp:82:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeQueryOption.hpp:84:28: style: The function 'isString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeQueryOption.hpp:46:36: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeQueryOption.hpp:84:28: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeQueryOption.hpp:100:10: style: The function 'swap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeQueryOption.hpp:39:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeQueryOption.hpp:100:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeQueryOption.hpp:102:13: style: The function 'query' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeQueryOption.hpp:42:21: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeQueryOption.hpp:102:13: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeQueryOption.hpp:103:10: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeQueryOption.hpp:43:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeQueryOption.hpp:103:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeQueryOption.hpp:104:10: style: The function 'save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeQueryOption.hpp:44:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeQueryOption.hpp:104:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeQueryOption.hpp:106:13: style: The function 'valueAsString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeQueryOption.hpp:37:21: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeQueryOption.hpp:106:13: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeQueryOption.hpp:112:26: style: The function 'isList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeQueryOption.hpp:47:34: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeQueryOption.hpp:112:26: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeQueryOption.hpp:125:10: style: The function 'swap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeQueryOption.hpp:39:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeQueryOption.hpp:125:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeQueryOption.hpp:127:13: style: The function 'query' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeQueryOption.hpp:40:21: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeQueryOption.hpp:127:13: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeQueryOption.hpp:128:10: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeQueryOption.hpp:43:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeQueryOption.hpp:128:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeQueryOption.hpp:129:10: style: The function 'save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeQueryOption.hpp:44:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeQueryOption.hpp:129:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeQueryOption.hpp:135:13: style: The function 'valueAsString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeQueryOption.hpp:37:21: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeQueryOption.hpp:135:13: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeQueryOption.hpp:137:27: style: The function 'isCombo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeQueryOption.hpp:48:35: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeQueryOption.hpp:137:27: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeQueryOption.hpp:150:10: style: The function 'swap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeQueryOption.hpp:39:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeQueryOption.hpp:150:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeQueryOption.hpp:152:13: style: The function 'query' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeQueryOption.hpp:40:21: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeQueryOption.hpp:152:13: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeQueryOption.hpp:153:13: style: The function 'sqlQuery' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeQueryOption.hpp:41:21: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeQueryOption.hpp:153:13: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeQueryOption.hpp:154:10: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeQueryOption.hpp:43:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeQueryOption.hpp:154:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeQueryOption.hpp:155:10: style: The function 'save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeQueryOption.hpp:44:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeQueryOption.hpp:155:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeQueryOption.hpp:167:13: style: The function 'valueAsString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeQueryOption.hpp:37:21: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeQueryOption.hpp:167:13: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeQuery.hpp:33:32: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ecflow-4.9.0/Viewer/src/NodeQuery.hpp:50:35: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ecflow-4.9.0/Viewer/src/NodeQuery.hpp:84:30: performance: Function parameter 'servers' should be passed by const reference. [passedByValue]
ecflow-4.9.0/Viewer/src/NodeQueryOption.hpp:75:27: performance: Function parameter 's' should be passed by const reference. [passedByValue]
ecflow-4.9.0/Viewer/src/NodeQueryOption.hpp:109:35: performance: Function parameter 'lst' should be passed by const reference. [passedByValue]
ecflow-4.9.0/Viewer/src/NodeQueryEditor.cpp:210:13: warning: Possible null pointer dereference: e [nullPointer]
ecflow-4.9.0/Viewer/src/NodeQueryEditor.cpp:201:36: note: Assignment 'e=0', assigned value is 0
ecflow-4.9.0/Viewer/src/NodeQueryEditor.cpp:210:13: note: Null pointer dereference
ecflow-4.9.0/Viewer/src/NodeQueryEditor.cpp:87:5: style: Class 'NodeQueryEditor' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ecflow-4.9.0/Viewer/src/NodeQueryEditor.cpp:87:5: style: Class 'NodeQueryEditor' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ecflow-4.9.0/Viewer/src/NodeQueryEditor.hpp:63:10: style: The function 'notifyServerFilterAdded' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerFilter.hpp:26:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeQueryEditor.hpp:63:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeQueryEditor.hpp:64:10: style: The function 'notifyServerFilterRemoved' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerFilter.hpp:27:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeQueryEditor.hpp:64:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeQueryEditor.hpp:65:10: style: The function 'notifyServerFilterChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerFilter.hpp:28:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeQueryEditor.hpp:65:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeQueryEditor.hpp:66:10: style: The function 'notifyServerFilterDelete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/ServerFilter.hpp:29:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeQueryEditor.hpp:66:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeQueryEngine.cpp:340:5: style: Class 'NodeFilterEngine' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ecflow-4.9.0/Viewer/src/NodeQueryEngine.cpp:340:5: style: Class 'NodeFilterEngine' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ecflow-4.9.0/Viewer/src/NodeQueryResultTmp.hpp:26:48: performance: Function parameter 'attr' should be passed by const reference. [passedByValue]
ecflow-4.9.0/Viewer/src/NodeQueryEngine.cpp:61:61: performance: Function parameter 'allServers' should be passed by const reference. [passedByValue]
ecflow-4.9.0/Viewer/src/NodeQueryHandler.cpp:49:49: style: Function 'add' argument 2 names different: declaration 'save' definition 'saveToFile'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/NodeQueryHandler.hpp:25:32: note: Function 'add' argument 2 names different: declaration 'save' definition 'saveToFile'.
ecflow-4.9.0/Viewer/src/NodeQueryHandler.cpp:49:49: note: Function 'add' argument 2 names different: declaration 'save' definition 'saveToFile'.
ecflow-4.9.0/Viewer/src/NodeQueryHandler.hpp:26:7: performance: Technically the member function 'NodeQueryHandler::remove' can be static. [functionStatic]
ecflow-4.9.0/Viewer/src/NodeQueryHandler.cpp:57:24: note: Technically the member function 'NodeQueryHandler::remove' can be static.
ecflow-4.9.0/Viewer/src/NodeQueryHandler.hpp:26:7: note: Technically the member function 'NodeQueryHandler::remove' can be static.
ecflow-4.9.0/Viewer/src/NodeQueryHandler.hpp:27:7: performance: Technically the member function 'NodeQueryHandler::remove' can be static. [functionStatic]
ecflow-4.9.0/Viewer/src/NodeQueryHandler.cpp:61:24: note: Technically the member function 'NodeQueryHandler::remove' can be static.
ecflow-4.9.0/Viewer/src/NodeQueryHandler.hpp:27:7: note: Technically the member function 'NodeQueryHandler::remove' can be static.
ecflow-4.9.0/Viewer/src/NodeQueryHandler.hpp:30:7: performance: Technically the member function 'NodeQueryHandler::save' can be static. [functionStatic]
ecflow-4.9.0/Viewer/src/NodeQueryHandler.cpp:76:24: note: Technically the member function 'NodeQueryHandler::save' can be static.
ecflow-4.9.0/Viewer/src/NodeQueryHandler.hpp:30:7: note: Technically the member function 'NodeQueryHandler::save' can be static.
ecflow-4.9.0/Viewer/src/NodeQueryOption.cpp:59:67: style: Function 'NodeQueryOptionFactory' argument 1 names different: declaration 't' definition 'type'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/NodeQueryOption.cpp:40:56: note: Function 'NodeQueryOptionFactory' argument 1 names different: declaration 't' definition 'type'.
ecflow-4.9.0/Viewer/src/NodeQueryOption.cpp:59:67: note: Function 'NodeQueryOptionFactory' argument 1 names different: declaration 't' definition 'type'.
ecflow-4.9.0/Viewer/src/NodeQueryOption.cpp:377:47: style: Function 'setLastPeriod' argument 1 names different: declaration 'lastPeriod' definition 'interval'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/NodeQueryOption.hpp:158:28: note: Function 'setLastPeriod' argument 1 names different: declaration 'lastPeriod' definition 'interval'.
ecflow-4.9.0/Viewer/src/NodeQueryOption.cpp:377:47: note: Function 'setLastPeriod' argument 1 names different: declaration 'lastPeriod' definition 'interval'.
ecflow-4.9.0/Viewer/src/NodeQueryOption.cpp:377:64: style: Function 'setLastPeriod' argument 2 names different: declaration 'lastPeriodUnits' definition 'intervalUnits'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/NodeQueryOption.hpp:158:47: note: Function 'setLastPeriod' argument 2 names different: declaration 'lastPeriodUnits' definition 'intervalUnits'.
ecflow-4.9.0/Viewer/src/NodeQueryOption.cpp:377:64: note: Function 'setLastPeriod' argument 2 names different: declaration 'lastPeriodUnits' definition 'intervalUnits'.
ecflow-4.9.0/Viewer/src/NodeQueryOption.cpp:88:5: performance: Variable 'type_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ecflow-4.9.0/Viewer/src/NodeQueryOption.cpp:248:5: performance: Variable 'values_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ecflow-4.9.0/Viewer/src/NodeQueryOption.cpp:307:5: performance: Variable 'values_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ecflow-4.9.0/Viewer/src/NodeQueryOption.cpp:54:0: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeQueryOption.cpp:43:30: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeQueryOption.cpp:54:0: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeQueryOption.cpp:333:45: performance: Function parameter 'val' should be passed by const reference. [passedByValue]
ecflow-4.9.0/Viewer/src/NodeQueryOption.cpp:377:64: performance: Function parameter 'intervalUnits' should be passed by const reference. [passedByValue]
ecflow-4.9.0/Viewer/src/NodeQueryOptionEdit.cpp:151:92: style: Function 'NodeQueryListOptionEdit' argument 2 names different: declaration 'cl' definition 'list'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/NodeQueryOptionEdit.hpp:85:71: note: Function 'NodeQueryListOptionEdit' argument 2 names different: declaration 'cl' definition 'list'.
ecflow-4.9.0/Viewer/src/NodeQueryOptionEdit.cpp:151:92: note: Function 'NodeQueryListOptionEdit' argument 2 names different: declaration 'cl' definition 'list'.
ecflow-4.9.0/Viewer/src/NodeQueryResult.cpp:141:46: style: Function 'find' argument 1 names different: declaration 'node' definition 'nc'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/NodeQueryResult.hpp:71:25: note: Function 'find' argument 1 names different: declaration 'node' definition 'nc'.
ecflow-4.9.0/Viewer/src/NodeQueryResult.cpp:141:46: note: Function 'find' argument 1 names different: declaration 'node' definition 'nc'.
ecflow-4.9.0/Viewer/src/NodeQueryResult.cpp:225:13: style: Variable 'num' is modified but its new value is never used. [unreadVariable]
ecflow-4.9.0/Viewer/src/NodeQueryResult.cpp:249:109: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecflow-4.9.0/Viewer/src/NodeQueryResult.cpp:256:93: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecflow-4.9.0/Viewer/src/NodeQueryResult.cpp:274:103: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecflow-4.9.0/Viewer/src/NodeQueryResult.cpp:311:103: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecflow-4.9.0/Viewer/src/NodeQueryResult.cpp:35:2: performance: Variable 'attr_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ecflow-4.9.0/Viewer/src/NodeQueryResultView.cpp:153:54: style: Function 'currentSelection' argument 1 names different: declaration 'n' definition 'info'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/NodeQueryResultView.hpp:35:34: note: Function 'currentSelection' argument 1 names different: declaration 'n' definition 'info'.
ecflow-4.9.0/Viewer/src/NodeQueryResultView.cpp:153:54: note: Function 'currentSelection' argument 1 names different: declaration 'n' definition 'info'.
ecflow-4.9.0/Viewer/src/NodeQueryViewDelegate.hpp:38:10: style: The function 'updateSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeViewDelegate.hpp:122:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/NodeQueryViewDelegate.hpp:38:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/NodeViewDelegate.cpp:157:14: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
ecflow-4.9.0/Viewer/src/NodeViewDelegate.cpp:159:9: note: Found duplicate branches for 'if' and 'else'.
ecflow-4.9.0/Viewer/src/NodeViewDelegate.cpp:157:14: note: Found duplicate branches for 'if' and 'else'.
ecflow-4.9.0/Viewer/src/NodeViewDelegate.cpp:34:2: performance: Variable 'hoverPen_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ecflow-4.9.0/Viewer/src/OneLineTextEdit.hpp:21:2: style: Class 'OneLineTextEdit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Viewer/src/OutputBrowser.cpp:271:38: style: Function 'loadText' argument 1 names different: declaration 'text' definition 'txt'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/OutputBrowser.hpp:78:27: note: Function 'loadText' argument 1 names different: declaration 'text' definition 'txt'.
ecflow-4.9.0/Viewer/src/OutputBrowser.cpp:271:38: note: Function 'loadText' argument 1 names different: declaration 'text' definition 'txt'.
ecflow-4.9.0/Viewer/src/PlainTextEdit.hpp:42:10: style: The function 'notifyChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VProperty.hpp:29:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/PlainTextEdit.hpp:42:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/PlainTextSearchInterface.hpp:24:7: style: The function 'findString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractTextEditSearchInterface.hpp:27:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/PlainTextSearchInterface.hpp:24:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/PlainTextSearchInterface.hpp:27:7: style: The function 'automaticSearchForKeywords' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractTextEditSearchInterface.hpp:29:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/PlainTextSearchInterface.hpp:27:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/PlainTextSearchInterface.hpp:28:7: style: The function 'refreshSearch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractTextEditSearchInterface.hpp:30:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/PlainTextSearchInterface.hpp:28:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/PlainTextSearchInterface.hpp:29:10: style: The function 'clearHighlights' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractTextEditSearchInterface.hpp:31:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/PlainTextSearchInterface.hpp:29:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/PlainTextSearchInterface.hpp:30:10: style: The function 'disableHighlights' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractTextEditSearchInterface.hpp:32:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/PlainTextSearchInterface.hpp:30:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/PlainTextSearchInterface.hpp:31:10: style: The function 'enableHighlights' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractTextEditSearchInterface.hpp:33:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/PlainTextSearchInterface.hpp:31:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/PlainTextSearchInterface.hpp:32:7: style: The function 'highlightsNeedSearch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractTextEditSearchInterface.hpp:34:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/PlainTextSearchInterface.hpp:32:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/PlainTextSearchInterface.hpp:33:7: style: The function 'gotoLastLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractTextEditSearchInterface.hpp:35:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/PlainTextSearchInterface.hpp:33:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/TextEditSearchLine.hpp:33:7: style: The function 'slotFind' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractSearchLine.hpp:36:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TextEditSearchLine.hpp:33:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/TextEditSearchLine.hpp:34:7: style: The function 'slotFindNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractSearchLine.hpp:37:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TextEditSearchLine.hpp:34:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/TextEditSearchLine.hpp:35:7: style: The function 'slotFindPrev' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractSearchLine.hpp:38:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TextEditSearchLine.hpp:35:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/TextEditSearchLine.hpp:36:7: style: The function 'slotFindNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractSearchLine.hpp:37:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TextEditSearchLine.hpp:36:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/TextEditSearchLine.hpp:37:7: style: The function 'slotFindPrev' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractSearchLine.hpp:38:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TextEditSearchLine.hpp:37:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/TextEditSearchLine.hpp:39:7: style: The function 'on_actionCaseSensitive__toggled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractSearchLine.hpp:40:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TextEditSearchLine.hpp:39:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/TextEditSearchLine.hpp:40:7: style: The function 'on_actionWholeWords__toggled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractSearchLine.hpp:41:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TextEditSearchLine.hpp:40:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/TextEditSearchLine.hpp:41:7: style: The function 'on_actionHighlightAll__toggled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractSearchLine.hpp:42:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TextEditSearchLine.hpp:41:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/TextEditSearchLine.hpp:42:7: style: The function 'slotClose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractSearchLine.hpp:39:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TextEditSearchLine.hpp:42:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/TextPager/TextPagerSearchInterface.hpp:25:7: style: The function 'findString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractTextEditSearchInterface.hpp:27:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TextPager/TextPagerSearchInterface.hpp:25:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/TextPager/TextPagerSearchInterface.hpp:28:7: style: The function 'automaticSearchForKeywords' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractTextEditSearchInterface.hpp:29:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TextPager/TextPagerSearchInterface.hpp:28:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/TextPager/TextPagerSearchInterface.hpp:29:7: style: The function 'refreshSearch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractTextEditSearchInterface.hpp:30:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TextPager/TextPagerSearchInterface.hpp:29:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/TextPager/TextPagerSearchInterface.hpp:30:10: style: The function 'clearHighlights' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractTextEditSearchInterface.hpp:31:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TextPager/TextPagerSearchInterface.hpp:30:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/TextPager/TextPagerSearchInterface.hpp:31:10: style: The function 'disableHighlights' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractTextEditSearchInterface.hpp:32:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TextPager/TextPagerSearchInterface.hpp:31:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/TextPager/TextPagerSearchInterface.hpp:32:7: style: The function 'enableHighlights' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractTextEditSearchInterface.hpp:33:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TextPager/TextPagerSearchInterface.hpp:32:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/TextPager/TextPagerSearchInterface.hpp:33:7: style: The function 'highlightsNeedSearch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractTextEditSearchInterface.hpp:34:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TextPager/TextPagerSearchInterface.hpp:33:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/TextPager/TextPagerSearchInterface.hpp:34:7: style: The function 'gotoLastLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractTextEditSearchInterface.hpp:35:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TextPager/TextPagerSearchInterface.hpp:34:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/OutputBrowser.cpp:271:50: performance: Function parameter 'fileName' should be passed by const reference. [passedByValue]
ecflow-4.9.0/Viewer/src/OutputBrowser.cpp:355:47: performance: Function parameter 'fileName' should be passed by const reference. [passedByValue]
ecflow-4.9.0/Viewer/src/OutputBrowser.cpp:454:43: performance: Function parameter 'filter' should be passed by const reference. [passedByValue]
ecflow-4.9.0/Viewer/src/OutputCache.hpp:53:5: style: Class 'OutputCache' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Viewer/src/OutputCache.cpp:19:42: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
ecflow-4.9.0/Viewer/src/OutputClient.cpp:14:71: style: Function 'OutputClient' argument 2 names different: declaration 'port' definition 'portStr'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/OutputClient.hpp:25:61: note: Function 'OutputClient' argument 2 names different: declaration 'port' definition 'portStr'.
ecflow-4.9.0/Viewer/src/OutputClient.cpp:14:71: note: Function 'OutputClient' argument 2 names different: declaration 'port' definition 'portStr'.
ecflow-4.9.0/Viewer/src/OutputClient.hpp:37:18: warning: Call of pure virtual function 'slotRead' in constructor. [pureVirtualCall]
ecflow-4.9.0/Viewer/src/OutputClient.cpp:27:16: note: Call of pure virtual function 'slotRead' in constructor.
ecflow-4.9.0/Viewer/src/OutputClient.hpp:37:18: note: Call of pure virtual function 'slotRead' in constructor.
ecflow-4.9.0/Viewer/src/OutputClient.hpp:36:18: warning: Call of pure virtual function 'slotError' in constructor. [pureVirtualCall]
ecflow-4.9.0/Viewer/src/OutputClient.cpp:30:14: note: Call of pure virtual function 'slotError' in constructor.
ecflow-4.9.0/Viewer/src/OutputClient.hpp:36:18: note: Call of pure virtual function 'slotError' in constructor.
ecflow-4.9.0/Viewer/src/OutputClient.hpp:38:18: warning: Call of pure virtual function 'slotConnected' in constructor. [pureVirtualCall]
ecflow-4.9.0/Viewer/src/OutputClient.cpp:33:17: note: Call of pure virtual function 'slotConnected' in constructor.
ecflow-4.9.0/Viewer/src/OutputClient.hpp:38:18: note: Call of pure virtual function 'slotConnected' in constructor.
ecflow-4.9.0/Viewer/src/OutputDirClient.cpp:20:77: style: Function 'OutputDirClient' argument 2 names different: declaration 'port' definition 'portStr'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/OutputDirClient.hpp:24:64: note: Function 'OutputDirClient' argument 2 names different: declaration 'port' definition 'portStr'.
ecflow-4.9.0/Viewer/src/OutputDirClient.cpp:20:77: note: Function 'OutputDirClient' argument 2 names different: declaration 'port' definition 'portStr'.
ecflow-4.9.0/Viewer/src/OutputDirClient.hpp:30:10: style: The function 'slotError' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/OutputClient.hpp:36:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/OutputDirClient.hpp:30:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/OutputDirClient.hpp:31:10: style: The function 'slotRead' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/OutputClient.hpp:37:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/OutputDirClient.hpp:31:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/OutputDirClient.hpp:32:10: style: The function 'slotConnected' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/OutputClient.hpp:38:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/OutputDirClient.hpp:32:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/OutputDirProvider.hpp:50:8: style: The function 'visit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VInfo.hpp:179:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/OutputDirProvider.hpp:50:8: note: Function in derived class
ecflow-4.9.0/Viewer/src/OutputDirProvider.hpp:51:8: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoProvider.hpp:29:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/OutputDirProvider.hpp:51:8: note: Function in derived class
ecflow-4.9.0/Viewer/src/OutputDirProvider.cpp:114:60: performance: Function parameter 'msg' should be passed by const reference. [passedByValue]
ecflow-4.9.0/Viewer/src/OutputDirProvider.cpp:127:45: performance: Function parameter 'msg' should be passed by const reference. [passedByValue]
ecflow-4.9.0/Viewer/src/OutputFetchInfo.cpp:88:13: style: Variable 'cnt' is modified but its new value is never used. [unreadVariable]
ecflow-4.9.0/Viewer/src/OutputFetchInfo.hpp:23:5: style: Class 'OutputFetchInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Viewer/src/OutputFileClient.cpp:17:79: style: Function 'OutputFileClient' argument 2 names different: declaration 'port' definition 'portStr'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/OutputFileClient.hpp:23:65: note: Function 'OutputFileClient' argument 2 names different: declaration 'port' definition 'portStr'.
ecflow-4.9.0/Viewer/src/OutputFileClient.cpp:17:79: note: Function 'OutputFileClient' argument 2 names different: declaration 'port' definition 'portStr'.
ecflow-4.9.0/Viewer/src/OutputFileClient.hpp:33:10: style: The function 'slotError' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/OutputClient.hpp:36:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/OutputFileClient.hpp:33:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/OutputFileClient.hpp:34:10: style: The function 'slotRead' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/OutputClient.hpp:37:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/OutputFileClient.hpp:34:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/OutputFileClient.hpp:35:10: style: The function 'slotConnected' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/OutputClient.hpp:38:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/OutputFileClient.hpp:35:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/OutputFileProvider.cpp:112:114: style: Function 'fetchFile' argument 5 names different: declaration 'detachCache' definition 'useCache'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/OutputFileProvider.hpp:48:99: note: Function 'fetchFile' argument 5 names different: declaration 'detachCache' definition 'useCache'.
ecflow-4.9.0/Viewer/src/OutputFileProvider.cpp:112:114: note: Function 'fetchFile' argument 5 names different: declaration 'detachCache' definition 'useCache'.
ecflow-4.9.0/Viewer/src/OutputFileProvider.cpp:433:57: style: Function 'isTryNoZero' argument 1 names different: declaration 'fileName' definition 'filename'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/OutputFileProvider.hpp:39:42: note: Function 'isTryNoZero' argument 1 names different: declaration 'fileName' definition 'filename'.
ecflow-4.9.0/Viewer/src/OutputFileProvider.cpp:433:57: note: Function 'isTryNoZero' argument 1 names different: declaration 'fileName' definition 'filename'.
ecflow-4.9.0/Viewer/src/OutputFileProvider.cpp:29:5: style: Class 'OutputFileProvider' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ecflow-4.9.0/Viewer/src/OutputFileProvider.cpp:29:5: style: Class 'OutputFileProvider' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ecflow-4.9.0/Viewer/src/OutputFileProvider.hpp:31:8: style: The function 'visit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VInfo.hpp:179:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/OutputFileProvider.hpp:31:8: note: Function in derived class
ecflow-4.9.0/Viewer/src/OutputFileProvider.hpp:32:8: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoProvider.hpp:29:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/OutputFileProvider.hpp:32:8: note: Function in derived class
ecflow-4.9.0/Viewer/src/OutputFileProvider.cpp:467:24: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
ecflow-4.9.0/Viewer/src/OutputItemWidget.hpp:34:7: style: The function 'reload' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:49:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/OutputItemWidget.hpp:34:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/OutputItemWidget.hpp:35:11: style: The function 'realWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:50:19: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/OutputItemWidget.hpp:35:11: note: Function in derived class
ecflow-4.9.0/Viewer/src/OutputItemWidget.hpp:36:7: style: The function 'clearContents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:51:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/OutputItemWidget.hpp:36:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/OutputItemWidget.hpp:39:7: style: The function 'infoReady' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPresenter.hpp:28:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/OutputItemWidget.hpp:39:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/OutputItemWidget.hpp:40:7: style: The function 'infoFailed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPresenter.hpp:29:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/OutputItemWidget.hpp:40:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/OutputItemWidget.hpp:41:7: style: The function 'infoProgress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPresenter.hpp:30:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/OutputItemWidget.hpp:41:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/OutputItemWidget.hpp:42:10: style: The function 'infoProgressStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPresenter.hpp:31:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/OutputItemWidget.hpp:42:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/OutputItemWidget.hpp:43:10: style: The function 'infoProgress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPresenter.hpp:32:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/OutputItemWidget.hpp:43:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/OutputItemWidget.hpp:45:10: style: The function 'nodeChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:97:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/OutputItemWidget.hpp:45:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/OutputItemWidget.hpp:46:10: style: The function 'defsChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:91:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/OutputItemWidget.hpp:46:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/OutputItemWidget.hpp:65:10: style: The function 'updateState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:88:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/OutputItemWidget.hpp:65:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/OutputItemWidget.cpp:673:55: performance: Function parameter 'idx1' should be passed by const reference. [passedByValue]
ecflow-4.9.0/Viewer/src/OutputItemWidget.cpp:673:72: performance: Function parameter 'idx2' should be passed by const reference. [passedByValue]
ecflow-4.9.0/Viewer/src/OverviewItemWidget.hpp:23:7: style: The function 'reload' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:49:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/OverviewItemWidget.hpp:23:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/OverviewItemWidget.hpp:24:11: style: The function 'realWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:50:19: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/OverviewItemWidget.hpp:24:11: note: Function in derived class
ecflow-4.9.0/Viewer/src/OverviewItemWidget.hpp:25:10: style: The function 'clearContents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:51:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/OverviewItemWidget.hpp:25:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/OverviewItemWidget.hpp:28:7: style: The function 'infoReady' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPresenter.hpp:28:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/OverviewItemWidget.hpp:28:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/OverviewItemWidget.hpp:29:7: style: The function 'infoFailed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPresenter.hpp:29:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/OverviewItemWidget.hpp:29:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/OverviewItemWidget.hpp:30:7: style: The function 'infoProgress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPresenter.hpp:30:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/OverviewItemWidget.hpp:30:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/OverviewItemWidget.hpp:32:7: style: The function 'nodeChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:97:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/OverviewItemWidget.hpp:32:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/OverviewItemWidget.hpp:33:7: style: The function 'defsChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:91:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/OverviewItemWidget.hpp:33:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/OverviewItemWidget.hpp:34:7: style: The function 'connectStateChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:92:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/OverviewItemWidget.hpp:34:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/OverviewItemWidget.hpp:39:10: style: The function 'reloadRequested' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/CodeItemWidget.hpp:39:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/OverviewItemWidget.hpp:39:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/OverviewProvider.hpp:23:7: style: The function 'visit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VInfo.hpp:178:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/OverviewProvider.hpp:23:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/OverviewProvider.hpp:24:7: style: The function 'visit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VInfo.hpp:179:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/OverviewProvider.hpp:24:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/OverviewProvider.hpp:25:7: style: The function 'visit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VInfo.hpp:180:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/OverviewProvider.hpp:25:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/OverviewProvider.hpp:28:7: style: The function 'taskChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VTaskObserver.hpp:19:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/OverviewProvider.hpp:28:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/OverviewProvider.hpp:31:7: performance: Technically the member function 'OverviewProvider::serverInfo' can be static. [functionStatic]
ecflow-4.9.0/Viewer/src/OverviewProvider.cpp:95:24: note: Technically the member function 'OverviewProvider::serverInfo' can be static.
ecflow-4.9.0/Viewer/src/OverviewProvider.hpp:31:7: note: Technically the member function 'OverviewProvider::serverInfo' can be static.
ecflow-4.9.0/Viewer/src/OverviewProvider.hpp:32:7: performance: Technically the member function 'OverviewProvider::nodeInfo' can be static. [functionStatic]
ecflow-4.9.0/Viewer/src/OverviewProvider.cpp:180:24: note: Technically the member function 'OverviewProvider::nodeInfo' can be static.
ecflow-4.9.0/Viewer/src/OverviewProvider.hpp:32:7: note: Technically the member function 'OverviewProvider::nodeInfo' can be static.
ecflow-4.9.0/Viewer/src/Palette.cpp:115:9: style: The scope of the variable 'lighter' can be reduced. [variableScope]
ecflow-4.9.0/Viewer/src/PlainTextEdit.cpp:414:9: style: The scope of the variable 'bn' can be reduced. [variableScope]
ecflow-4.9.0/Viewer/src/PlainTextEdit.cpp:218:47: style: Function 'resizeEvent' argument 1 names different: declaration 'event' definition 'e'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/PlainTextEdit.hpp:63:36: note: Function 'resizeEvent' argument 1 names different: declaration 'event' definition 'e'.
ecflow-4.9.0/Viewer/src/PlainTextEdit.cpp:218:47: note: Function 'resizeEvent' argument 1 names different: declaration 'event' definition 'e'.
ecflow-4.9.0/Viewer/src/PlainTextEdit.cpp:36:5: style: Class 'PlainTextEdit' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ecflow-4.9.0/Viewer/src/PlainTextEdit.cpp:36:5: style: Class 'PlainTextEdit' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ecflow-4.9.0/Viewer/src/PlainTextEdit.cpp:321:0: warning: Suspicious condition. The result of find() is an iterator, but it is not properly checked. [stlIfFind]
ecflow-4.9.0/Viewer/src/PlainTextEdit.cpp:340:0: warning: Suspicious condition. The result of find() is an iterator, but it is not properly checked. [stlIfFind]
ecflow-4.9.0/Viewer/src/PlainTextSearchInterface.cpp:21:101: style: Function 'findString' argument 3 names different: declaration 'findFlags' definition 'flags'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/PlainTextSearchInterface.hpp:24:76: note: Function 'findString' argument 3 names different: declaration 'findFlags' definition 'flags'.
ecflow-4.9.0/Viewer/src/PlainTextSearchInterface.cpp:21:101: note: Function 'findString' argument 3 names different: declaration 'findFlags' definition 'flags'.
ecflow-4.9.0/Viewer/src/PropertyEditor.cpp:46:54: style: Function 'edit' argument 2 names different: declaration 'pixmap' definition 'pix'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/PropertyEditor.hpp:32:34: note: Function 'edit' argument 2 names different: declaration 'pixmap' definition 'pix'.
ecflow-4.9.0/Viewer/src/PropertyEditor.cpp:46:54: note: Function 'edit' argument 2 names different: declaration 'pixmap' definition 'pix'.
ecflow-4.9.0/Viewer/src/PropertyEditor.cpp:60:54: style: Function 'edit' argument 2 names different: declaration 'label' definition 'serverName'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/PropertyEditor.hpp:33:34: note: Function 'edit' argument 2 names different: declaration 'label' definition 'serverName'.
ecflow-4.9.0/Viewer/src/PropertyEditor.cpp:60:54: note: Function 'edit' argument 2 names different: declaration 'label' definition 'serverName'.
ecflow-4.9.0/Viewer/src/PropertyEditor.cpp:201:69: style: Function 'addLine' argument 2 names different: declaration 'grid' definition 'gridLayout'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/PropertyEditor.hpp:47:57: note: Function 'addLine' argument 2 names different: declaration 'grid' definition 'gridLayout'.
ecflow-4.9.0/Viewer/src/PropertyEditor.cpp:201:69: note: Function 'addLine' argument 2 names different: declaration 'grid' definition 'gridLayout'.
ecflow-4.9.0/Viewer/src/PropertyEditor.cpp:339:44: style: Function 'addGridRow' argument 1 names different: declaration 'prop' definition 'vProp'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/PropertyEditor.hpp:50:32: note: Function 'addGridRow' argument 1 names different: declaration 'prop' definition 'vProp'.
ecflow-4.9.0/Viewer/src/PropertyEditor.cpp:339:44: note: Function 'addGridRow' argument 1 names different: declaration 'prop' definition 'vProp'.
ecflow-4.9.0/Viewer/src/PropertyEditor.cpp:411:49: style: Function 'addNotification' argument 1 names different: declaration 'prop' definition 'vProp'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/PropertyEditor.hpp:51:37: note: Function 'addNotification' argument 1 names different: declaration 'prop' definition 'vProp'.
ecflow-4.9.0/Viewer/src/PropertyEditor.cpp:411:49: note: Function 'addNotification' argument 1 names different: declaration 'prop' definition 'vProp'.
ecflow-4.9.0/Viewer/src/PropertyLine.cpp:75:79: style: Function 'create' argument 3 names different: declaration 'w' definition 'parent'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:60:57: note: Function 'create' argument 3 names different: declaration 'w' definition 'parent'.
ecflow-4.9.0/Viewer/src/PropertyLine.cpp:75:79: note: Function 'create' argument 3 names different: declaration 'w' definition 'parent'.
ecflow-4.9.0/Viewer/src/PropertyLine.cpp:321:51: style: Function 'StringPropertyLine' argument 1 names different: declaration 'vProp' definition 'guiProp'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:151:32: note: Function 'StringPropertyLine' argument 1 names different: declaration 'vProp' definition 'guiProp'.
ecflow-4.9.0/Viewer/src/PropertyLine.cpp:321:51: note: Function 'StringPropertyLine' argument 1 names different: declaration 'vProp' definition 'guiProp'.
ecflow-4.9.0/Viewer/src/PropertyLine.cpp:386:51: style: Function 'ColourPropertyLine' argument 1 names different: declaration 'vProp' definition 'guiProp'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:178:32: note: Function 'ColourPropertyLine' argument 1 names different: declaration 'vProp' definition 'guiProp'.
ecflow-4.9.0/Viewer/src/PropertyLine.cpp:386:51: note: Function 'ColourPropertyLine' argument 1 names different: declaration 'vProp' definition 'guiProp'.
ecflow-4.9.0/Viewer/src/PropertyLine.cpp:502:47: style: Function 'FontPropertyLine' argument 1 names different: declaration 'vProp' definition 'guiProp'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:206:30: note: Function 'FontPropertyLine' argument 1 names different: declaration 'vProp' definition 'guiProp'.
ecflow-4.9.0/Viewer/src/PropertyLine.cpp:502:47: note: Function 'FontPropertyLine' argument 1 names different: declaration 'vProp' definition 'guiProp'.
ecflow-4.9.0/Viewer/src/PropertyLine.cpp:636:45: style: Function 'IntPropertyLine' argument 1 names different: declaration 'vProp' definition 'guiProp'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:239:29: note: Function 'IntPropertyLine' argument 1 names different: declaration 'vProp' definition 'guiProp'.
ecflow-4.9.0/Viewer/src/PropertyLine.cpp:636:45: note: Function 'IntPropertyLine' argument 1 names different: declaration 'vProp' definition 'guiProp'.
ecflow-4.9.0/Viewer/src/PropertyLine.cpp:717:47: style: Function 'BoolPropertyLine' argument 1 names different: declaration 'vProp' definition 'guiProp'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:265:30: note: Function 'BoolPropertyLine' argument 1 names different: declaration 'vProp' definition 'guiProp'.
ecflow-4.9.0/Viewer/src/PropertyLine.cpp:717:47: note: Function 'BoolPropertyLine' argument 1 names different: declaration 'vProp' definition 'guiProp'.
ecflow-4.9.0/Viewer/src/PropertyLine.cpp:786:49: style: Function 'ComboPropertyLine' argument 1 names different: declaration 'vProp' definition 'guiProp'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:291:31: note: Function 'ComboPropertyLine' argument 1 names different: declaration 'vProp' definition 'guiProp'.
ecflow-4.9.0/Viewer/src/PropertyLine.cpp:786:49: note: Function 'ComboPropertyLine' argument 1 names different: declaration 'vProp' definition 'guiProp'.
ecflow-4.9.0/Viewer/src/PropertyLine.cpp:877:59: style: Function 'ComboMultiPropertyLine' argument 1 names different: declaration 'vProp' definition 'guiProp'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:318:36: note: Function 'ComboMultiPropertyLine' argument 1 names different: declaration 'vProp' definition 'guiProp'.
ecflow-4.9.0/Viewer/src/PropertyLine.cpp:877:59: note: Function 'ComboMultiPropertyLine' argument 1 names different: declaration 'vProp' definition 'guiProp'.
ecflow-4.9.0/Viewer/src/PropertyLine.cpp:963:59: style: Function 'SoundComboPropertyLine' argument 1 names different: declaration 'vProp' definition 'guiProp'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:345:36: note: Function 'SoundComboPropertyLine' argument 1 names different: declaration 'vProp' definition 'guiProp'.
ecflow-4.9.0/Viewer/src/PropertyLine.cpp:963:59: note: Function 'SoundComboPropertyLine' argument 1 names different: declaration 'vProp' definition 'guiProp'.
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:108:15: warning: Call of pure virtual function 'slotReset' in constructor. [pureVirtualCall]
ecflow-4.9.0/Viewer/src/PropertyLine.cpp:132:20: note: Call of pure virtual function 'slotReset' in constructor.
ecflow-4.9.0/Viewer/src/PropertyLine.cpp:176:2: note: Call of pure virtual function 'slotReset' in constructor.
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:108:15: note: Call of pure virtual function 'slotReset' in constructor.
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:71:0: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:59:24: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/PropertyLine.hpp:71:0: note: Function in derived class
ecflow-4.9.0/Viewer/src/RepeatEditor.hpp:32:5: style: Class 'RepeatEditorWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Viewer/src/RepeatEditor.hpp:73:10: style: The function 'apply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AttributeEditor.hpp:66:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/RepeatEditor.hpp:73:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/RepeatEditor.hpp:74:10: style: The function 'setValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/RepeatEditor.hpp:51:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/RepeatEditor.hpp:74:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/RepeatEditor.hpp:75:10: style: The function 'resetValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AttributeEditor.hpp:67:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/RepeatEditor.hpp:75:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/RepeatEditor.hpp:76:10: style: The function 'isValueChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AttributeEditor.hpp:68:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/RepeatEditor.hpp:76:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/RepeatEditor.hpp:89:10: style: The function 'apply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AttributeEditor.hpp:66:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/RepeatEditor.hpp:89:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/RepeatEditor.hpp:90:10: style: The function 'setValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/RepeatEditor.hpp:51:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/RepeatEditor.hpp:90:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/RepeatEditor.hpp:91:10: style: The function 'resetValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AttributeEditor.hpp:67:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/RepeatEditor.hpp:91:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/RepeatEditor.hpp:92:10: style: The function 'isValueChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AttributeEditor.hpp:68:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/RepeatEditor.hpp:92:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/RepeatEditor.hpp:105:10: style: The function 'apply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AttributeEditor.hpp:66:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/RepeatEditor.hpp:105:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/RepeatEditor.hpp:106:10: style: The function 'setValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/RepeatEditor.hpp:51:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/RepeatEditor.hpp:106:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/RepeatEditor.hpp:107:10: style: The function 'resetValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AttributeEditor.hpp:67:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/RepeatEditor.hpp:107:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/RepeatEditor.hpp:108:10: style: The function 'isValueChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AttributeEditor.hpp:68:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/RepeatEditor.hpp:108:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/RichTextEdit.hpp:27:10: style: The function 'notifyChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VProperty.hpp:29:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/RichTextEdit.hpp:27:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/RichTextSearchInterface.cpp:20:100: style: Function 'findString' argument 3 names different: declaration 'findFlags' definition 'flags'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/RichTextSearchInterface.hpp:24:78: note: Function 'findString' argument 3 names different: declaration 'findFlags' definition 'flags'.
ecflow-4.9.0/Viewer/src/RichTextSearchInterface.cpp:20:100: note: Function 'findString' argument 3 names different: declaration 'findFlags' definition 'flags'.
ecflow-4.9.0/Viewer/src/RichTextSearchInterface.hpp:24:10: style: The function 'findString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractTextEditSearchInterface.hpp:27:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/RichTextSearchInterface.hpp:24:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/RichTextSearchInterface.hpp:27:10: style: The function 'automaticSearchForKeywords' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractTextEditSearchInterface.hpp:29:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/RichTextSearchInterface.hpp:27:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/RichTextSearchInterface.hpp:28:10: style: The function 'refreshSearch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractTextEditSearchInterface.hpp:30:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/RichTextSearchInterface.hpp:28:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/RichTextSearchInterface.hpp:29:10: style: The function 'clearHighlights' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractTextEditSearchInterface.hpp:31:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/RichTextSearchInterface.hpp:29:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/RichTextSearchInterface.hpp:30:10: style: The function 'disableHighlights' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractTextEditSearchInterface.hpp:32:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/RichTextSearchInterface.hpp:30:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/RichTextSearchInterface.hpp:31:10: style: The function 'enableHighlights' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractTextEditSearchInterface.hpp:33:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/RichTextSearchInterface.hpp:31:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/RichTextSearchInterface.hpp:32:10: style: The function 'highlightsNeedSearch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractTextEditSearchInterface.hpp:34:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/RichTextSearchInterface.hpp:32:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/RichTextSearchInterface.hpp:33:10: style: The function 'gotoLastLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractTextEditSearchInterface.hpp:35:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/RichTextSearchInterface.hpp:33:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/ScriptItemWidget.hpp:23:7: style: The function 'reload' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:49:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/ScriptItemWidget.hpp:23:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/ScriptItemWidget.hpp:24:11: style: The function 'realWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:50:19: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/ScriptItemWidget.hpp:24:11: note: Function in derived class
ecflow-4.9.0/Viewer/src/ScriptItemWidget.hpp:25:10: style: The function 'clearContents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:51:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/ScriptItemWidget.hpp:25:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/ScriptItemWidget.hpp:28:10: style: The function 'infoReady' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPresenter.hpp:28:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/ScriptItemWidget.hpp:28:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/ScriptItemWidget.hpp:29:10: style: The function 'infoFailed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPresenter.hpp:29:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/ScriptItemWidget.hpp:29:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/ScriptItemWidget.hpp:30:10: style: The function 'infoProgress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPresenter.hpp:30:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/ScriptItemWidget.hpp:30:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/ScriptItemWidget.hpp:32:10: style: The function 'nodeChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:97:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/ScriptItemWidget.hpp:32:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/ScriptItemWidget.hpp:33:10: style: The function 'defsChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:91:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/ScriptItemWidget.hpp:33:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/ScriptItemWidget.hpp:37:10: style: The function 'reloadRequested' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/CodeItemWidget.hpp:39:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/ScriptItemWidget.hpp:37:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/ServerComInfoWidget.cpp:627:59: style: Function 'mouseMoveEvent' argument 1 names different: declaration 'e' definition 'event'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/ServerComInfoWidget.hpp:71:38: note: Function 'mouseMoveEvent' argument 1 names different: declaration 'e' definition 'event'.
ecflow-4.9.0/Viewer/src/ServerComInfoWidget.cpp:627:59: note: Function 'mouseMoveEvent' argument 1 names different: declaration 'e' definition 'event'.
ecflow-4.9.0/Viewer/src/ServerComInfoWidget.cpp:137:5: style: Class 'ServerRefreshInfoWidget' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ecflow-4.9.0/Viewer/src/ServerComInfoWidget.cpp:137:5: style: Class 'ServerRefreshInfoWidget' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ecflow-4.9.0/Viewer/src/ServerComThread.cpp:560:54: style: Function 'aspectToStr' argument 1 names different: declaration 's' definition 'ss'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/ServerComThread.hpp:73:41: note: Function 'aspectToStr' argument 1 names different: declaration 's' definition 'ss'.
ecflow-4.9.0/Viewer/src/ServerComThread.cpp:560:54: note: Function 'aspectToStr' argument 1 names different: declaration 's' definition 'ss'.
ecflow-4.9.0/Viewer/src/ServerComThread.cpp:378:46: style: Variable 'typesCopy' is assigned a value that is never used. [unreadVariable]
ecflow-4.9.0/Viewer/src/SuiteFilter.hpp:100:29: style: Technically the member function 'SuiteFilter::changeFlags' can be const. [functionConst]
ecflow-4.9.0/Viewer/src/ServerHandler.cpp:357:42: style: Function 'setActivity' argument 1 names different: declaration 'activity' definition 'ac'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/ServerHandler.hpp:188:28: note: Function 'setActivity' argument 1 names different: declaration 'activity' definition 'ac'.
ecflow-4.9.0/Viewer/src/ServerHandler.cpp:357:42: note: Function 'setActivity' argument 1 names different: declaration 'activity' definition 'ac'.
ecflow-4.9.0/Viewer/src/ServerHandler.cpp:428:42: style: Function 'state' argument 1 names different: declaration 'isSuspended' definition 'suspended'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/ServerHandler.hpp:82:28: note: Function 'state' argument 1 names different: declaration 'isSuspended' definition 'suspended'.
ecflow-4.9.0/Viewer/src/ServerHandler.cpp:428:42: note: Function 'state' argument 1 names different: declaration 'isSuspended' definition 'suspended'.
ecflow-4.9.0/Viewer/src/ServerHandler.cpp:545:38: style: Function 'script' argument 1 names different: declaration 'req' definition 'task'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/ServerHandler.hpp:180:24: note: Function 'script' argument 1 names different: declaration 'req' definition 'task'.
ecflow-4.9.0/Viewer/src/ServerHandler.cpp:545:38: note: Function 'script' argument 1 names different: declaration 'req' definition 'task'.
ecflow-4.9.0/Viewer/src/ServerHandler.cpp:556:35: style: Function 'job' argument 1 names different: declaration 'req' definition 'task'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/ServerHandler.hpp:181:21: note: Function 'job' argument 1 names different: declaration 'req' definition 'task'.
ecflow-4.9.0/Viewer/src/ServerHandler.cpp:556:35: note: Function 'job' argument 1 names different: declaration 'req' definition 'task'.
ecflow-4.9.0/Viewer/src/ServerHandler.cpp:567:38: style: Function 'jobout' argument 1 names different: declaration 'req' definition 'task'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/ServerHandler.hpp:182:24: note: Function 'jobout' argument 1 names different: declaration 'req' definition 'task'.
ecflow-4.9.0/Viewer/src/ServerHandler.cpp:567:38: note: Function 'jobout' argument 1 names different: declaration 'req' definition 'task'.
ecflow-4.9.0/Viewer/src/ServerHandler.cpp:575:38: style: Function 'manual' argument 1 names different: declaration 'req' definition 'task'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/ServerHandler.hpp:183:24: note: Function 'manual' argument 1 names different: declaration 'req' definition 'task'.
ecflow-4.9.0/Viewer/src/ServerHandler.cpp:575:38: note: Function 'manual' argument 1 names different: declaration 'req' definition 'task'.
ecflow-4.9.0/Viewer/src/ServerHandler.cpp:619:49: style: Function 'slotNodeChanged' argument 1 names different: declaration 'n' definition 'nc'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/ServerHandler.hpp:157:35: note: Function 'slotNodeChanged' argument 1 names different: declaration 'n' definition 'nc'.
ecflow-4.9.0/Viewer/src/ServerHandler.cpp:619:49: note: Function 'slotNodeChanged' argument 1 names different: declaration 'n' definition 'nc'.
ecflow-4.9.0/Viewer/src/UpdateTimer.hpp:18:5: style: Class 'UpdateTimer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Viewer/src/ServerList.cpp:275:25: style: The scope of the variable 'item' can be reduced. [variableScope]
ecflow-4.9.0/Viewer/src/ServerList.hpp:85:7: performance: Technically the member function 'ServerList::rescan' can be static. [functionStatic]
ecflow-4.9.0/Viewer/src/ServerList.cpp:182:18: note: Technically the member function 'ServerList::rescan' can be static.
ecflow-4.9.0/Viewer/src/ServerList.hpp:85:7: note: Technically the member function 'ServerList::rescan' can be static.
ecflow-4.9.0/Viewer/src/ServerSettingsItemWidget.hpp:33:7: style: The function 'reload' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:49:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/ServerSettingsItemWidget.hpp:33:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/ServerSettingsItemWidget.hpp:34:11: style: The function 'realWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:50:19: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/ServerSettingsItemWidget.hpp:34:11: note: Function in derived class
ecflow-4.9.0/Viewer/src/ServerSettingsItemWidget.hpp:35:10: style: The function 'clearContents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:51:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/ServerSettingsItemWidget.hpp:35:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/ServerSettingsItemWidget.hpp:37:10: style: The function 'nodeChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:97:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/ServerSettingsItemWidget.hpp:37:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/ServerSettingsItemWidget.hpp:38:10: style: The function 'defsChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:91:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/ServerSettingsItemWidget.hpp:38:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/SessionHandler.hpp:65:7: performance: Technically the member function 'SessionHandler::rename' can be static. [functionStatic]
ecflow-4.9.0/Viewer/src/SessionHandler.cpp:252:22: note: Technically the member function 'SessionHandler::rename' can be static.
ecflow-4.9.0/Viewer/src/SessionHandler.hpp:65:7: note: Technically the member function 'SessionHandler::rename' can be static.
ecflow-4.9.0/Viewer/src/SessionHandler.hpp:68:7: style: Technically the member function 'SessionHandler::save' can be const. [functionConst]
ecflow-4.9.0/Viewer/src/SessionHandler.cpp:283:22: note: Technically the member function 'SessionHandler::save' can be const.
ecflow-4.9.0/Viewer/src/SessionHandler.hpp:68:7: note: Technically the member function 'SessionHandler::save' can be const.
ecflow-4.9.0/Viewer/src/SessionHandler.hpp:69:7: performance: Technically the member function 'SessionHandler::load' can be static. [functionStatic]
ecflow-4.9.0/Viewer/src/SessionHandler.cpp:291:22: note: Technically the member function 'SessionHandler::load' can be static.
ecflow-4.9.0/Viewer/src/SessionHandler.hpp:69:7: note: Technically the member function 'SessionHandler::load' can be static.
ecflow-4.9.0/Viewer/src/SessionHandler.hpp:76:15: performance: Technically the member function 'SessionHandler::createSessionDirWithTemplate' can be static. [functionStatic]
ecflow-4.9.0/Viewer/src/SessionHandler.cpp:424:22: note: Technically the member function 'SessionHandler::createSessionDirWithTemplate' can be static.
ecflow-4.9.0/Viewer/src/SessionHandler.hpp:76:15: note: Technically the member function 'SessionHandler::createSessionDirWithTemplate' can be static.
ecflow-4.9.0/Viewer/src/SessionHandler.hpp:78:15: performance: Technically the member function 'SessionHandler::removeLastSessionName' can be static. [functionStatic]
ecflow-4.9.0/Viewer/src/SessionHandler.cpp:369:22: note: Technically the member function 'SessionHandler::removeLastSessionName' can be static.
ecflow-4.9.0/Viewer/src/SessionHandler.hpp:78:15: note: Technically the member function 'SessionHandler::removeLastSessionName' can be static.
ecflow-4.9.0/Viewer/src/SessionHandler.hpp:79:15: style: Technically the member function 'SessionHandler::loadLastSessionAtStartup' can be const. [functionConst]
ecflow-4.9.0/Viewer/src/SessionHandler.cpp:201:22: note: Technically the member function 'SessionHandler::loadLastSessionAtStartup' can be const.
ecflow-4.9.0/Viewer/src/SessionHandler.hpp:79:15: note: Technically the member function 'SessionHandler::loadLastSessionAtStartup' can be const.
ecflow-4.9.0/Viewer/src/SessionHandler.cpp:97:59: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ecflow-4.9.0/Viewer/src/Sound.cpp:77:53: style: Function 'playSystem' argument 2 names different: declaration 'repeat' definition 'loopCount'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/Sound.hpp:27:44: note: Function 'playSystem' argument 2 names different: declaration 'repeat' definition 'loopCount'.
ecflow-4.9.0/Viewer/src/Sound.cpp:77:53: note: Function 'playSystem' argument 2 names different: declaration 'repeat' definition 'loopCount'.
ecflow-4.9.0/Viewer/src/Sound.cpp:83:47: style: Function 'play' argument 2 names different: declaration 'repeat' definition 'loopCount'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/Sound.hpp:28:38: note: Function 'play' argument 2 names different: declaration 'repeat' definition 'loopCount'.
ecflow-4.9.0/Viewer/src/Sound.cpp:83:47: note: Function 'play' argument 2 names different: declaration 'repeat' definition 'loopCount'.
ecflow-4.9.0/Viewer/src/Sound.cpp:130:29: style: Function 'load' argument 1 names different: declaration 'group' definition 'prop'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/Sound.hpp:34:33: note: Function 'load' argument 1 names different: declaration 'group' definition 'prop'.
ecflow-4.9.0/Viewer/src/Sound.cpp:130:29: note: Function 'load' argument 1 names different: declaration 'group' definition 'prop'.
ecflow-4.9.0/Viewer/src/Sound.cpp:55:2: performance: Variable 'formats_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ecflow-4.9.0/Viewer/src/Sound.cpp:57:2: performance: Variable 'sysDir_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ecflow-4.9.0/Viewer/src/StandardView.cpp:414:8: style: Condition 'needToDraw' is always true [knownConditionTrueFalse]
ecflow-4.9.0/Viewer/src/StandardView.cpp:406:21: note: Assignment 'needToDraw=true', assigned value is 1
ecflow-4.9.0/Viewer/src/StandardView.cpp:414:8: note: Condition 'needToDraw' is always true
ecflow-4.9.0/Viewer/src/StandardView.cpp:121:9: style: The scope of the variable 'last' can be reduced. [variableScope]
ecflow-4.9.0/Viewer/src/StandardView.hpp:38:11: style: The function 'visualRect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractNodeView.hpp:68:19: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/StandardView.hpp:38:11: note: Function in derived class
ecflow-4.9.0/Viewer/src/StandardView.hpp:41:10: style: The function 'paint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractNodeView.hpp:110:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/StandardView.hpp:41:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/StandardView.hpp:44:10: style: The function 'layout' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractNodeView.hpp:115:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/StandardView.hpp:44:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/StandardView.hpp:46:9: style: The function 'itemRow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractNodeView.hpp:119:17: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/StandardView.hpp:46:9: note: Function in derived class
ecflow-4.9.0/Viewer/src/StandardView.hpp:48:9: style: The function 'itemAtCoordinate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractNodeView.hpp:120:17: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/StandardView.hpp:48:9: note: Function in derived class
ecflow-4.9.0/Viewer/src/StandardView.hpp:49:10: style: The function 'isPointInExpandIndicator' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractNodeView.hpp:123:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/StandardView.hpp:49:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/StandardView.hpp:51:10: style: The function 'firstVisibleItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractNodeView.hpp:149:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/StandardView.hpp:51:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/StandardView.hpp:52:10: style: The function 'updateRowCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractNodeView.hpp:150:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/StandardView.hpp:52:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/StandardView.hpp:53:10: style: The function 'updateScrollBars' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractNodeView.hpp:151:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/StandardView.hpp:53:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/StandardView.hpp:54:10: style: The function 'updateViewport' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractNodeView.hpp:147:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/StandardView.hpp:54:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/StandardView.cpp:786:47: performance: Function parameter 'rect' should be passed by const reference. [passedByValue]
ecflow-4.9.0/Viewer/src/StringMatchMode.cpp:22:39: style: Function 'StringMatchMode' argument 1 names different: declaration 'm' definition 'mode'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/StringMatchMode.hpp:23:23: note: Function 'StringMatchMode' argument 1 names different: declaration 'm' definition 'mode'.
ecflow-4.9.0/Viewer/src/StringMatchMode.cpp:22:39: note: Function 'StringMatchMode' argument 1 names different: declaration 'm' definition 'mode'.
ecflow-4.9.0/Viewer/src/StringMatchMode.hpp:34:7: performance: Technically the member function 'StringMatchMode::init' can be static. [functionStatic]
ecflow-4.9.0/Viewer/src/StringMatchMode.cpp:28:23: note: Technically the member function 'StringMatchMode::init' can be static.
ecflow-4.9.0/Viewer/src/StringMatchMode.hpp:34:7: note: Technically the member function 'StringMatchMode::init' can be static.
ecflow-4.9.0/Viewer/src/SuiteFilter.hpp:43:1: warning: The class 'SuiteFilterItem' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ecflow-4.9.0/Viewer/src/SuiteItemWidget.hpp:31:7: style: The function 'reload' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:49:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/SuiteItemWidget.hpp:31:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/SuiteItemWidget.hpp:32:11: style: The function 'realWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:50:19: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/SuiteItemWidget.hpp:32:11: note: Function in derived class
ecflow-4.9.0/Viewer/src/SuiteItemWidget.hpp:33:10: style: The function 'clearContents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:51:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/SuiteItemWidget.hpp:33:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/SuiteItemWidget.hpp:35:7: style: The function 'infoReady' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPresenter.hpp:28:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/SuiteItemWidget.hpp:35:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/SuiteItemWidget.hpp:36:7: style: The function 'infoFailed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPresenter.hpp:29:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/SuiteItemWidget.hpp:36:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/SuiteItemWidget.hpp:37:10: style: The function 'infoProgress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPresenter.hpp:30:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/SuiteItemWidget.hpp:37:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/SuiteItemWidget.hpp:39:10: style: The function 'nodeChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:97:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/SuiteItemWidget.hpp:39:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/SuiteItemWidget.hpp:40:10: style: The function 'defsChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:91:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/SuiteItemWidget.hpp:40:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/SuiteItemWidget.hpp:42:10: style: The function 'notifyChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/SuiteFilterObserver.hpp:22:17: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/SuiteItemWidget.hpp:42:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/SuiteItemWidget.hpp:43:10: style: The function 'notifyDelete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/SuiteFilterObserver.hpp:23:17: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/SuiteItemWidget.hpp:43:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/SuiteModel.hpp:35:10: style: The function 'notifyChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/SuiteFilterObserver.hpp:22:17: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/SuiteModel.hpp:35:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/SuiteModel.hpp:36:10: style: The function 'notifyDelete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/SuiteFilterObserver.hpp:23:17: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/SuiteModel.hpp:36:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/TableFilterWidget.cpp:75:50: performance: Function parameter 'column' should be passed by const reference. [passedByValue]
ecflow-4.9.0/Viewer/src/TableNodeModel.hpp:44:15: style: The function 'nodeInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractNodeModel.hpp:47:20: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TableNodeModel.hpp:44:15: note: Function in derived class
ecflow-4.9.0/Viewer/src/TableNodeModel.hpp:47:17: style: The function 'data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractNodeModel.hpp:52:22: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TableNodeModel.hpp:47:17: note: Function in derived class
ecflow-4.9.0/Viewer/src/TableNodeModel.hpp:56:10: style: The function 'slotServerAddBegin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractNodeModel.hpp:66:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TableNodeModel.hpp:56:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/TableNodeModel.hpp:57:10: style: The function 'slotServerAddEnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractNodeModel.hpp:67:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TableNodeModel.hpp:57:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/TableNodeModel.hpp:58:10: style: The function 'slotServerRemoveBegin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractNodeModel.hpp:68:22: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TableNodeModel.hpp:58:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/TableNodeModel.hpp:59:10: style: The function 'slotServerRemoveEnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractNodeModel.hpp:69:22: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TableNodeModel.hpp:59:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/TableNodeModel.hpp:61:10: style: The function 'slotDataChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractNodeModel.hpp:71:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TableNodeModel.hpp:61:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/TableNodeModel.hpp:67:10: style: The function 'slotBeginServerScan' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractNodeModel.hpp:72:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TableNodeModel.hpp:67:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/TableNodeModel.hpp:68:10: style: The function 'slotEndServerScan' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractNodeModel.hpp:73:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TableNodeModel.hpp:68:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/TableNodeModel.hpp:69:10: style: The function 'slotBeginServerClear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractNodeModel.hpp:74:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TableNodeModel.hpp:69:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/TableNodeModel.hpp:70:10: style: The function 'slotEndServerClear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractNodeModel.hpp:75:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TableNodeModel.hpp:70:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/TableNodeModel.hpp:80:14: style: The function 'serverToIndex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractNodeModel.hpp:83:22: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TableNodeModel.hpp:80:14: note: Function in derived class
ecflow-4.9.0/Viewer/src/TableNodeModel.hpp:83:17: style: The function 'nodeToIndex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractNodeModel.hpp:54:22: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TableNodeModel.hpp:83:17: note: Function in derived class
ecflow-4.9.0/Viewer/src/TableNodeModel.hpp:86:17: style: The function 'attributeToIndex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractNodeModel.hpp:55:25: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TableNodeModel.hpp:86:17: note: Function in derived class
ecflow-4.9.0/Viewer/src/TableNodeView.cpp:463:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ecflow-4.9.0/Viewer/src/TableNodeView.cpp:185:51: style: Function 'setCurrentSelection' argument 1 names different: declaration 'n' definition 'info'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/TableNodeView.hpp:45:40: note: Function 'setCurrentSelection' argument 1 names different: declaration 'n' definition 'info'.
ecflow-4.9.0/Viewer/src/TableNodeView.cpp:185:51: note: Function 'setCurrentSelection' argument 1 names different: declaration 'n' definition 'info'.
ecflow-4.9.0/Viewer/src/TableNodeView.cpp:427:45: style: Function 'showEvent' argument 1 names different: declaration 'QSize' definition 'e'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/TableNodeView.hpp:112:29: note: Function 'showEvent' argument 1 names different: declaration 'QSize' definition 'e'.
ecflow-4.9.0/Viewer/src/TableNodeView.cpp:427:45: note: Function 'showEvent' argument 1 names different: declaration 'QSize' definition 'e'.
ecflow-4.9.0/Viewer/src/TableNodeView.cpp:77:5: style: Class 'TableNodeView' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ecflow-4.9.0/Viewer/src/TableNodeView.cpp:77:5: style: Class 'TableNodeView' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ecflow-4.9.0/Viewer/src/TableNodeView.hpp:85:2: style: Class 'TableNodeHeaderButton' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Viewer/src/TableNodeView.hpp:40:10: style: The function 'reload' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeViewBase.hpp:30:16: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TableNodeView.hpp:40:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/TableNodeView.hpp:41:7: style: The function 'rerender' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeViewBase.hpp:31:16: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TableNodeView.hpp:41:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/TableNodeView.hpp:42:14: style: The function 'realWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeViewBase.hpp:32:26: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TableNodeView.hpp:42:14: note: Function in derived class
ecflow-4.9.0/Viewer/src/TableNodeView.hpp:43:14: style: The function 'realObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeViewBase.hpp:33:26: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TableNodeView.hpp:43:14: note: Function in derived class
ecflow-4.9.0/Viewer/src/TableNodeView.hpp:44:12: style: The function 'currentSelection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeViewBase.hpp:34:27: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TableNodeView.hpp:44:12: note: Function in derived class
ecflow-4.9.0/Viewer/src/TableNodeView.hpp:45:10: style: The function 'setCurrentSelection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeViewBase.hpp:36:22: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TableNodeView.hpp:45:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/TableNodeView.hpp:46:7: style: The function 'selectFirstServer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeViewBase.hpp:35:16: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TableNodeView.hpp:46:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/TableNodeView.hpp:49:7: style: The function 'notifyChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VProperty.hpp:29:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TableNodeView.hpp:49:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/TableNodeView.hpp:51:10: style: The function 'readSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeViewBase.hpp:38:22: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TableNodeView.hpp:51:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/TableNodeView.hpp:52:10: style: The function 'writeSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeViewBase.hpp:39:22: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TableNodeView.hpp:52:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/TableNodeViewDelegate.hpp:42:10: style: The function 'updateSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeViewDelegate.hpp:122:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TableNodeViewDelegate.hpp:42:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/TableNodeView.hpp:85:32: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
ecflow-4.9.0/Viewer/src/TableNodeView.hpp:88:21: performance: Function parameter 'r' should be passed by const reference. [passedByValue]
ecflow-4.9.0/Viewer/src/TableNodeView.cpp:219:113: performance: Function parameter 'widgetPos' should be passed by const reference. [passedByValue]
ecflow-4.9.0/Viewer/src/TableNodeView.cpp:243:60: performance: Function parameter 'cmd' should be passed by const reference. [passedByValue]
ecflow-4.9.0/Viewer/src/TableNodeViewDelegate.cpp:60:2: performance: Variable 'borderPen_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ecflow-4.9.0/Viewer/src/TableNodeWidget.cpp:30:48: style: Function 'TableNodeWidget' argument 1 names different: declaration 'servers' definition 'serverFilter'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/TableNodeWidget.hpp:27:32: note: Function 'TableNodeWidget' argument 1 names different: declaration 'servers' definition 'serverFilter'.
ecflow-4.9.0/Viewer/src/TableNodeWidget.cpp:30:48: note: Function 'TableNodeWidget' argument 1 names different: declaration 'servers' definition 'serverFilter'.
ecflow-4.9.0/Viewer/src/TextEditSearchLine.cpp:181:47: style: Function 'matchModeChanged' argument 1 names different: declaration 'newIndex' definition 'notUsed'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/TextEditSearchLine.hpp:38:28: note: Function 'matchModeChanged' argument 1 names different: declaration 'newIndex' definition 'notUsed'.
ecflow-4.9.0/Viewer/src/TextEditSearchLine.cpp:181:47: note: Function 'matchModeChanged' argument 1 names different: declaration 'newIndex' definition 'notUsed'.
ecflow-4.9.0/Viewer/src/TextFilterHandler.hpp:65:17: performance: Technically the member function 'TextFilterHandler::settingsFile' can be static. [functionStatic]
ecflow-4.9.0/Viewer/src/TextFilterHandler.cpp:181:32: note: Technically the member function 'TextFilterHandler::settingsFile' can be static.
ecflow-4.9.0/Viewer/src/TextFilterHandler.hpp:65:17: note: Technically the member function 'TextFilterHandler::settingsFile' can be static.
ecflow-4.9.0/Viewer/src/TextFilterHandlerDialog.cpp:251:11: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
ecflow-4.9.0/Viewer/src/TextFilterWidget.cpp:236:28: style: Unsigned variable 'pos' can't be negative so it is unnecessary to test it. [unsignedPositive]
ecflow-4.9.0/Viewer/src/TextFilterWidget.cpp:244:28: style: Unsigned variable 'pos' can't be negative so it is unnecessary to test it. [unsignedPositive]
ecflow-4.9.0/Viewer/src/TextPager/TextPagerDocument_p.hpp:179:0: error: syntax error [syntaxError]
ecflow-4.9.0/Viewer/src/TextPager/TextPagerDocument.hpp:48:5: style: Class 'TextPagerDocument' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Viewer/src/TextPager/TextPagerSearchHighlighter.hpp:24:2: style: Class 'TextPagerSearchHighlighter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Viewer/src/TextPager/TextPagerSearchHighlighter.hpp:25:15: style: The function 'highlightBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/TextPager/syntaxhighlighter.hpp:39:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TextPager/TextPagerSearchHighlighter.hpp:25:15: note: Function in derived class
ecflow-4.9.0/Viewer/src/TextPager/TextPagerEdit.hpp:45:5: style: Class 'TextPagerEdit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Viewer/src/TextPager/TextPagerWidget.hpp:22:2: style: Class 'TextPagerWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Viewer/src/TimeItemWidget.hpp:31:7: style: The function 'reload' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:49:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TimeItemWidget.hpp:31:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/TimeItemWidget.hpp:32:11: style: The function 'realWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:50:19: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TimeItemWidget.hpp:32:11: note: Function in derived class
ecflow-4.9.0/Viewer/src/TimeItemWidget.hpp:33:10: style: The function 'clearContents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:51:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TimeItemWidget.hpp:33:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/TimeItemWidget.hpp:35:10: style: The function 'nodeChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:97:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TimeItemWidget.hpp:35:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/TimeItemWidget.hpp:36:10: style: The function 'defsChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:91:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TimeItemWidget.hpp:36:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/TreeNodeView.cpp:195:50: style: Function 'setCurrentSelection' argument 1 names different: declaration 'n' definition 'info'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/TreeNodeView.hpp:44:40: note: Function 'setCurrentSelection' argument 1 names different: declaration 'n' definition 'info'.
ecflow-4.9.0/Viewer/src/TreeNodeView.cpp:195:50: note: Function 'setCurrentSelection' argument 1 names different: declaration 'n' definition 'info'.
ecflow-4.9.0/Viewer/src/TreeNodeView.cpp:91:17: style: Unused variable: propName [unusedVariable]
ecflow-4.9.0/Viewer/src/TreeNodeView.cpp:73:5: style: Class 'TreeNodeView' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ecflow-4.9.0/Viewer/src/TreeNodeView.cpp:73:5: style: Class 'TreeNodeView' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ecflow-4.9.0/Viewer/src/VItemPathParser.hpp:19:5: style: Class 'VItemPathParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Viewer/src/TreeNodeView.hpp:39:10: style: The function 'reload' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeViewBase.hpp:30:16: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TreeNodeView.hpp:39:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/TreeNodeView.hpp:40:10: style: The function 'rerender' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeViewBase.hpp:31:16: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TreeNodeView.hpp:40:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/TreeNodeView.hpp:41:14: style: The function 'realWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeViewBase.hpp:32:26: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TreeNodeView.hpp:41:14: note: Function in derived class
ecflow-4.9.0/Viewer/src/TreeNodeView.hpp:42:14: style: The function 'realObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeViewBase.hpp:33:26: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TreeNodeView.hpp:42:14: note: Function in derived class
ecflow-4.9.0/Viewer/src/TreeNodeView.hpp:43:15: style: The function 'currentSelection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeViewBase.hpp:34:27: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TreeNodeView.hpp:43:15: note: Function in derived class
ecflow-4.9.0/Viewer/src/TreeNodeView.hpp:44:10: style: The function 'setCurrentSelection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeViewBase.hpp:36:22: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TreeNodeView.hpp:44:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/TreeNodeView.hpp:45:10: style: The function 'selectFirstServer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeViewBase.hpp:35:16: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TreeNodeView.hpp:45:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/TreeNodeView.hpp:47:10: style: The function 'notifyChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VProperty.hpp:29:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TreeNodeView.hpp:47:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/TreeNodeView.hpp:49:10: style: The function 'readSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeViewBase.hpp:38:22: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TreeNodeView.hpp:49:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/TreeNodeView.hpp:50:10: style: The function 'writeSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeViewBase.hpp:39:22: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TreeNodeView.hpp:50:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/StandardView.hpp:54:37: performance: Function parameter 'rect' should be passed by const reference. [passedByValue]
ecflow-4.9.0/Viewer/src/TreeNodeView.cpp:295:112: performance: Function parameter 'widgetPos' should be passed by const reference. [passedByValue]
ecflow-4.9.0/Viewer/src/TreeNodeView.cpp:326:59: performance: Function parameter 'cmd' should be passed by const reference. [passedByValue]
ecflow-4.9.0/Viewer/src/TreeNodeViewDelegate.cpp:652:8: style: Condition 'hasPix' is always false [knownConditionTrueFalse]
ecflow-4.9.0/Viewer/src/TreeNodeViewDelegate.cpp:522:17: note: Assignment 'hasPix=false', assigned value is 0
ecflow-4.9.0/Viewer/src/TreeNodeViewDelegate.cpp:652:8: note: Condition 'hasPix' is always false
ecflow-4.9.0/Viewer/src/TreeNodeViewDelegate.cpp:1225:16: style: The scope of the variable 'an' can be reduced. [variableScope]
ecflow-4.9.0/Viewer/src/TreeNodeViewDelegate.cpp:1242:10: style: The scope of the variable 'hasNum' can be reduced. [variableScope]
ecflow-4.9.0/Viewer/src/TreeNodeViewDelegate.cpp:52:9: style: struct member 'ServerUpdateData::prevTime_' is never used. [unusedStructMember]
ecflow-4.9.0/Viewer/src/TreeNodeViewDelegate.cpp:53:9: style: struct member 'ServerUpdateData::nextTime_' is never used. [unusedStructMember]
ecflow-4.9.0/Viewer/src/TreeNodeViewDelegate.cpp:64:5: warning: Member variable 'TreeNodeDelegateBox::realFontHeight' is not initialized in the constructor. [uninitMemberVar]
ecflow-4.9.0/Viewer/src/TreeNodeViewDelegate.cpp:129:5: warning: Member variable 'TreeAttrDelegateBox::realFontHeight' is not initialized in the constructor. [uninitMemberVar]
ecflow-4.9.0/Viewer/src/TreeNodeViewDelegate.cpp:227:5: style: Class 'TreeNodeViewDelegate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ecflow-4.9.0/Viewer/src/TreeNodeViewDelegate.cpp:227:5: style: Class 'TreeNodeViewDelegate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ecflow-4.9.0/Viewer/src/TreeNodeViewDelegate.cpp:80:11: style: The function 'adjust' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeViewDelegate.hpp:37:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TreeNodeViewDelegate.cpp:80:11: note: Function in derived class
ecflow-4.9.0/Viewer/src/TreeNodeViewDelegate.cpp:111:12: style: The function 'adjustTextRect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeViewDelegate.hpp:38:19: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TreeNodeViewDelegate.cpp:111:12: note: Function in derived class
ecflow-4.9.0/Viewer/src/TreeNodeViewDelegate.cpp:120:12: style: The function 'adjustSelectionRect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeViewDelegate.hpp:40:19: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TreeNodeViewDelegate.cpp:120:12: note: Function in derived class
ecflow-4.9.0/Viewer/src/TreeNodeViewDelegate.cpp:145:11: style: The function 'adjust' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeViewDelegate.hpp:37:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TreeNodeViewDelegate.cpp:145:11: note: Function in derived class
ecflow-4.9.0/Viewer/src/TreeNodeViewDelegate.cpp:159:12: style: The function 'adjustTextRect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeViewDelegate.hpp:38:19: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TreeNodeViewDelegate.cpp:159:12: note: Function in derived class
ecflow-4.9.0/Viewer/src/TreeNodeViewDelegate.cpp:167:12: style: The function 'adjustTextBgRect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeViewDelegate.hpp:39:19: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TreeNodeViewDelegate.cpp:167:12: note: Function in derived class
ecflow-4.9.0/Viewer/src/TreeNodeViewDelegate.cpp:173:12: style: The function 'adjustSelectionRect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeViewDelegate.hpp:40:19: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TreeNodeViewDelegate.cpp:173:12: note: Function in derived class
ecflow-4.9.0/Viewer/src/TreeNodeViewDelegate.cpp:178:12: style: The function 'adjustSelectionRectNonOpt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeViewDelegate.hpp:45:19: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TreeNodeViewDelegate.cpp:178:12: note: Function in derived class
ecflow-4.9.0/Viewer/src/CompactView.hpp:56:37: performance: Function parameter 'rect' should be passed by const reference. [passedByValue]
ecflow-4.9.0/Viewer/src/TriggerCollector.hpp:49:5: style: Class 'TriggerListCollector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Viewer/src/TriggerCollector.hpp:97:5: style: Class 'TriggeredCollector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Viewer/src/TriggerCollector.hpp:138:5: style: Class 'TriggerTableItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Viewer/src/TriggerCollector.hpp:157:5: style: Class 'TriggerTableCollector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Viewer/src/TriggerCollector.hpp:53:10: style: The function 'add' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/TriggerCollector.hpp:36:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TriggerCollector.hpp:53:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/TriggerCollector.hpp:54:10: style: The function 'scanParents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/TriggerCollector.hpp:37:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TriggerCollector.hpp:54:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/TriggerCollector.hpp:55:10: style: The function 'scanKids' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/TriggerCollector.hpp:38:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TriggerCollector.hpp:55:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/TriggerCollector.hpp:73:10: style: The function 'add' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/TriggerCollector.hpp:36:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TriggerCollector.hpp:73:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/TriggerCollector.hpp:87:10: style: The function 'add' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/TriggerCollector.hpp:36:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TriggerCollector.hpp:87:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/TriggerCollector.hpp:99:10: style: The function 'add' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/TriggerCollector.hpp:36:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TriggerCollector.hpp:99:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/TriggerCollector.hpp:161:10: style: The function 'add' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/TriggerCollector.hpp:36:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TriggerCollector.hpp:161:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/TriggerCollector.hpp:162:10: style: The function 'scanParents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/TriggerCollector.hpp:37:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TriggerCollector.hpp:162:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/TriggerCollector.hpp:163:10: style: The function 'scanKids' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/TriggerCollector.hpp:38:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TriggerCollector.hpp:163:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/TriggerEditor.hpp:25:5: style: Class 'TriggerEditorWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Viewer/src/TriggerEditor.hpp:39:10: style: The function 'apply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AttributeEditor.hpp:66:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TriggerEditor.hpp:39:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/TriggerEditor.hpp:40:10: style: The function 'resetValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AttributeEditor.hpp:67:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TriggerEditor.hpp:40:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/TriggerEditor.hpp:41:10: style: The function 'isValueChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AttributeEditor.hpp:68:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TriggerEditor.hpp:41:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/TriggeredScanner.hpp:23:5: style: Class 'TriggeredScanner' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Viewer/src/TriggerItemWidget.hpp:35:7: style: The function 'reload' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:49:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TriggerItemWidget.hpp:35:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/TriggerItemWidget.hpp:36:11: style: The function 'realWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:50:19: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TriggerItemWidget.hpp:36:11: note: Function in derived class
ecflow-4.9.0/Viewer/src/TriggerItemWidget.hpp:37:10: style: The function 'clearContents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:51:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TriggerItemWidget.hpp:37:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/TriggerItemWidget.hpp:39:10: style: The function 'nodeChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:97:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TriggerItemWidget.hpp:39:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/TriggerItemWidget.hpp:40:10: style: The function 'defsChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:91:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TriggerItemWidget.hpp:40:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/TriggerItemWidget.hpp:44:10: style: The function 'writeSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:77:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TriggerItemWidget.hpp:44:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/TriggerItemWidget.hpp:45:10: style: The function 'readSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:78:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TriggerItemWidget.hpp:45:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/TriggerViewDelegate.hpp:38:10: style: The function 'updateSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/NodeViewDelegate.hpp:122:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/TriggerViewDelegate.hpp:38:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/TriggerTableView.cpp:181:116: performance: Function parameter 'widgetPos' should be passed by const reference. [passedByValue]
ecflow-4.9.0/Viewer/src/TriggerTableView.cpp:203:63: performance: Function parameter 'cmd' should be passed by const reference. [passedByValue]
ecflow-4.9.0/Viewer/src/TriggerViewDelegate.cpp:66:5: performance: Variable 'borderPen_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ecflow-4.9.0/Viewer/src/UiLog.cpp:81:29: style: Function 'UiLog' argument 1 names different: declaration 'server' definition 'sh'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/UiLog.hpp:52:25: note: Function 'UiLog' argument 1 names different: declaration 'server' definition 'sh'.
ecflow-4.9.0/Viewer/src/UiLog.cpp:81:29: note: Function 'UiLog' argument 1 names different: declaration 'server' definition 'sh'.
ecflow-4.9.0/Viewer/src/UiLog.hpp:72:9: performance: Technically the member function 'UiLog::appendType' can be static. [functionStatic]
ecflow-4.9.0/Viewer/src/UiLog.cpp:95:13: note: Technically the member function 'UiLog::appendType' can be static.
ecflow-4.9.0/Viewer/src/UiLog.hpp:72:9: note: Technically the member function 'UiLog::appendType' can be static.
ecflow-4.9.0/Viewer/src/VAttributeType.cpp:99:110: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecflow-4.9.0/Viewer/src/VLabelAttr.hpp:31:13: style: The function 'toolTip' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VAttributeType.hpp:37:21: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VLabelAttr.hpp:31:13: note: Function in derived class
ecflow-4.9.0/Viewer/src/VLabelAttr.hpp:32:13: style: The function 'definition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VAttributeType.hpp:38:21: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VLabelAttr.hpp:32:13: note: Function in derived class
ecflow-4.9.0/Viewer/src/VLabelAttr.hpp:44:9: style: The function 'lineNum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VAttribute.hpp:33:17: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VLabelAttr.hpp:44:9: note: Function in derived class
ecflow-4.9.0/Viewer/src/VLabelAttr.hpp:45:21: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VAttribute.hpp:31:29: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VLabelAttr.hpp:45:21: note: Function in derived class
ecflow-4.9.0/Viewer/src/VLabelAttr.hpp:46:17: style: The function 'data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VAttribute.hpp:42:25: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VLabelAttr.hpp:46:17: note: Function in derived class
ecflow-4.9.0/Viewer/src/VLabelAttr.hpp:47:17: style: The function 'strName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VItem.hpp:45:25: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VLabelAttr.hpp:47:17: note: Function in derived class
ecflow-4.9.0/Viewer/src/VMeterAttr.hpp:31:13: style: The function 'toolTip' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VAttributeType.hpp:37:21: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VMeterAttr.hpp:31:13: note: Function in derived class
ecflow-4.9.0/Viewer/src/VMeterAttr.hpp:32:13: style: The function 'definition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VAttributeType.hpp:38:21: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VMeterAttr.hpp:32:13: note: Function in derived class
ecflow-4.9.0/Viewer/src/VMeterAttr.hpp:45:21: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VAttribute.hpp:31:29: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VMeterAttr.hpp:45:21: note: Function in derived class
ecflow-4.9.0/Viewer/src/VMeterAttr.hpp:46:17: style: The function 'data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VAttribute.hpp:42:25: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VMeterAttr.hpp:46:17: note: Function in derived class
ecflow-4.9.0/Viewer/src/VMeterAttr.hpp:47:17: style: The function 'strName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VItem.hpp:45:25: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VMeterAttr.hpp:47:17: note: Function in derived class
ecflow-4.9.0/Viewer/src/VEventAttr.hpp:31:13: style: The function 'toolTip' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VAttributeType.hpp:37:21: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VEventAttr.hpp:31:13: note: Function in derived class
ecflow-4.9.0/Viewer/src/VEventAttr.hpp:32:13: style: The function 'definition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VAttributeType.hpp:38:21: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VEventAttr.hpp:32:13: note: Function in derived class
ecflow-4.9.0/Viewer/src/VEventAttr.hpp:44:21: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VAttribute.hpp:31:29: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VEventAttr.hpp:44:21: note: Function in derived class
ecflow-4.9.0/Viewer/src/VEventAttr.hpp:45:17: style: The function 'data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VAttribute.hpp:42:25: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VEventAttr.hpp:45:17: note: Function in derived class
ecflow-4.9.0/Viewer/src/VEventAttr.hpp:46:17: style: The function 'strName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VItem.hpp:45:25: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VEventAttr.hpp:46:17: note: Function in derived class
ecflow-4.9.0/Viewer/src/VLimiterAttr.hpp:31:13: style: The function 'toolTip' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VAttributeType.hpp:37:21: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VLimiterAttr.hpp:31:13: note: Function in derived class
ecflow-4.9.0/Viewer/src/VLimiterAttr.hpp:32:13: style: The function 'definition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VAttributeType.hpp:38:21: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VLimiterAttr.hpp:32:13: note: Function in derived class
ecflow-4.9.0/Viewer/src/VLimiterAttr.hpp:47:21: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VAttribute.hpp:31:29: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VLimiterAttr.hpp:47:21: note: Function in derived class
ecflow-4.9.0/Viewer/src/VLimiterAttr.hpp:48:17: style: The function 'data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VAttribute.hpp:42:25: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VLimiterAttr.hpp:48:17: note: Function in derived class
ecflow-4.9.0/Viewer/src/VLimiterAttr.hpp:49:17: style: The function 'strName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VItem.hpp:45:25: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VLimiterAttr.hpp:49:17: note: Function in derived class
ecflow-4.9.0/Viewer/src/VTriggerAttr.hpp:30:13: style: The function 'toolTip' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VAttributeType.hpp:37:21: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VTriggerAttr.hpp:30:13: note: Function in derived class
ecflow-4.9.0/Viewer/src/VTriggerAttr.hpp:31:13: style: The function 'definition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VAttributeType.hpp:38:21: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VTriggerAttr.hpp:31:13: note: Function in derived class
ecflow-4.9.0/Viewer/src/VTriggerAttr.hpp:45:21: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VAttribute.hpp:31:29: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VTriggerAttr.hpp:45:21: note: Function in derived class
ecflow-4.9.0/Viewer/src/VTriggerAttr.hpp:46:17: style: The function 'data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VAttribute.hpp:42:25: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VTriggerAttr.hpp:46:17: note: Function in derived class
ecflow-4.9.0/Viewer/src/VTriggerAttr.hpp:47:17: style: The function 'strName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VItem.hpp:45:25: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VTriggerAttr.hpp:47:17: note: Function in derived class
ecflow-4.9.0/Viewer/src/VDateAttr.hpp:31:13: style: The function 'toolTip' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VAttributeType.hpp:37:21: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VDateAttr.hpp:31:13: note: Function in derived class
ecflow-4.9.0/Viewer/src/VDateAttr.hpp:32:13: style: The function 'definition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VAttributeType.hpp:38:21: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VDateAttr.hpp:32:13: note: Function in derived class
ecflow-4.9.0/Viewer/src/VDateAttr.hpp:49:21: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VAttribute.hpp:31:29: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VDateAttr.hpp:49:21: note: Function in derived class
ecflow-4.9.0/Viewer/src/VDateAttr.hpp:50:17: style: The function 'data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VAttribute.hpp:42:25: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VDateAttr.hpp:50:17: note: Function in derived class
ecflow-4.9.0/Viewer/src/VDateAttr.hpp:51:17: style: The function 'strName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VItem.hpp:45:25: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VDateAttr.hpp:51:17: note: Function in derived class
ecflow-4.9.0/Viewer/src/VTimeAttr.hpp:32:13: style: The function 'toolTip' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VAttributeType.hpp:37:21: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VTimeAttr.hpp:32:13: note: Function in derived class
ecflow-4.9.0/Viewer/src/VTimeAttr.hpp:33:13: style: The function 'definition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VAttributeType.hpp:38:21: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VTimeAttr.hpp:33:13: note: Function in derived class
ecflow-4.9.0/Viewer/src/VTimeAttr.hpp:52:21: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VAttribute.hpp:31:29: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VTimeAttr.hpp:52:21: note: Function in derived class
ecflow-4.9.0/Viewer/src/VTimeAttr.hpp:53:17: style: The function 'data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VAttribute.hpp:42:25: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VTimeAttr.hpp:53:17: note: Function in derived class
ecflow-4.9.0/Viewer/src/VTimeAttr.hpp:54:17: style: The function 'strName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VItem.hpp:45:25: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VTimeAttr.hpp:54:17: note: Function in derived class
ecflow-4.9.0/Viewer/src/VLateAttr.hpp:23:13: style: The function 'toolTip' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VAttributeType.hpp:37:21: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VLateAttr.hpp:23:13: note: Function in derived class
ecflow-4.9.0/Viewer/src/VLateAttr.hpp:24:13: style: The function 'definition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VAttributeType.hpp:38:21: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VLateAttr.hpp:24:13: note: Function in derived class
ecflow-4.9.0/Viewer/src/VLateAttr.hpp:36:21: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VAttribute.hpp:31:29: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VLateAttr.hpp:36:21: note: Function in derived class
ecflow-4.9.0/Viewer/src/VLateAttr.hpp:37:17: style: The function 'data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VAttribute.hpp:42:25: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VLateAttr.hpp:37:17: note: Function in derived class
ecflow-4.9.0/Viewer/src/VGenVarAttr.hpp:30:13: style: The function 'toolTip' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VAttributeType.hpp:37:21: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VGenVarAttr.hpp:30:13: note: Function in derived class
ecflow-4.9.0/Viewer/src/VGenVarAttr.hpp:42:21: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VAttribute.hpp:31:29: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VGenVarAttr.hpp:42:21: note: Function in derived class
ecflow-4.9.0/Viewer/src/VGenVarAttr.hpp:43:17: style: The function 'data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VAttribute.hpp:42:25: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VGenVarAttr.hpp:43:17: note: Function in derived class
ecflow-4.9.0/Viewer/src/VGenVarAttr.hpp:44:17: style: The function 'strName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VItem.hpp:45:25: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VGenVarAttr.hpp:44:17: note: Function in derived class
ecflow-4.9.0/Viewer/src/VUserVarAttr.hpp:30:13: style: The function 'toolTip' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VAttributeType.hpp:37:21: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VUserVarAttr.hpp:30:13: note: Function in derived class
ecflow-4.9.0/Viewer/src/VUserVarAttr.hpp:42:21: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VAttribute.hpp:31:29: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VUserVarAttr.hpp:42:21: note: Function in derived class
ecflow-4.9.0/Viewer/src/VUserVarAttr.hpp:43:17: style: The function 'data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VAttribute.hpp:42:25: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VUserVarAttr.hpp:43:17: note: Function in derived class
ecflow-4.9.0/Viewer/src/VUserVarAttr.hpp:44:17: style: The function 'strName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VItem.hpp:45:25: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VUserVarAttr.hpp:44:17: note: Function in derived class
ecflow-4.9.0/Viewer/src/VConfig.cpp:117:10: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ecflow-4.9.0/Viewer/src/VConfig.cpp:58:39: style: Function 'init' argument 1 names different: declaration 'parDir' definition 'parDirPath'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/VConfig.hpp:35:34: note: Function 'init' argument 1 names different: declaration 'parDir' definition 'parDirPath'.
ecflow-4.9.0/Viewer/src/VConfig.cpp:58:39: note: Function 'init' argument 1 names different: declaration 'parDir' definition 'parDirPath'.
ecflow-4.9.0/Viewer/src/VConfig.cpp:36:2: performance: Variable 'appName_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ecflow-4.9.0/Viewer/src/VConfig.hpp:50:10: performance: Technically the member function 'VConfig::saveSettings' can be static. [functionStatic]
ecflow-4.9.0/Viewer/src/VConfig.cpp:294:15: note: Technically the member function 'VConfig::saveSettings' can be static.
ecflow-4.9.0/Viewer/src/VConfig.hpp:50:10: note: Technically the member function 'VConfig::saveSettings' can be static.
ecflow-4.9.0/Viewer/src/VConfig.hpp:53:10: performance: Technically the member function 'VConfig::readRcFile' can be static. [functionStatic]
ecflow-4.9.0/Viewer/src/VConfig.cpp:442:15: note: Technically the member function 'VConfig::readRcFile' can be static.
ecflow-4.9.0/Viewer/src/VConfig.hpp:53:10: note: Technically the member function 'VConfig::readRcFile' can be static.
ecflow-4.9.0/Viewer/src/VConfigLoader.hpp:35:10: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VConfigLoader.hpp:24:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VConfigLoader.hpp:35:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/VDateAttr.hpp:33:10: style: Technically the member function 'VDateAttrType::encode' can be const. [functionConst]
ecflow-4.9.0/Viewer/src/VDateAttr.cpp:50:21: note: Technically the member function 'VDateAttrType::encode' can be const.
ecflow-4.9.0/Viewer/src/VDateAttr.hpp:33:10: note: Technically the member function 'VDateAttrType::encode' can be const.
ecflow-4.9.0/Viewer/src/VDateAttr.hpp:34:10: style: Technically the member function 'VDateAttrType::encode' can be const. [functionConst]
ecflow-4.9.0/Viewer/src/VDateAttr.cpp:55:21: note: Technically the member function 'VDateAttrType::encode' can be const.
ecflow-4.9.0/Viewer/src/VDateAttr.hpp:34:10: note: Technically the member function 'VDateAttrType::encode' can be const.
ecflow-4.9.0/Viewer/src/VDir.cpp:84:10: style: Variable 'item->size_' is reassigned a value before the old one has been used. [redundantAssignment]
ecflow-4.9.0/Viewer/src/VDir.cpp:83:10: note: Variable 'item->size_' is reassigned a value before the old one has been used.
ecflow-4.9.0/Viewer/src/VDir.cpp:84:10: note: Variable 'item->size_' is reassigned a value before the old one has been used.
ecflow-4.9.0/Viewer/src/VDir.cpp:37:46: style: Function 'path' argument 2 names different: declaration 'reload' definition 'doReload'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/VDir.hpp:44:44: note: Function 'path' argument 2 names different: declaration 'reload' definition 'doReload'.
ecflow-4.9.0/Viewer/src/VDir.cpp:37:46: note: Function 'path' argument 2 names different: declaration 'reload' definition 'doReload'.
ecflow-4.9.0/Viewer/src/VFile.cpp:49:33: style: Function 'VFile' argument 1 names different: declaration 'str' definition 'name'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/VFile.hpp:75:27: note: Function 'VFile' argument 1 names different: declaration 'str' definition 'name'.
ecflow-4.9.0/Viewer/src/VFile.cpp:49:33: note: Function 'VFile' argument 1 names different: declaration 'str' definition 'name'.
ecflow-4.9.0/Viewer/src/VFile.cpp:112:68: style: Function 'create' argument 2 names different: declaration 'contents' definition 'str'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/VFile.hpp:66:69: note: Function 'create' argument 2 names different: declaration 'contents' definition 'str'.
ecflow-4.9.0/Viewer/src/VFile.cpp:112:68: note: Function 'create' argument 2 names different: declaration 'contents' definition 'str'.
ecflow-4.9.0/Viewer/src/VFilter.cpp:607:52: style: Function 'collectTopFilterChange' argument 1 names different: declaration 'n' definition 'node'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/VFilter.hpp:195:40: note: Function 'collectTopFilterChange' argument 1 names different: declaration 'n' definition 'node'.
ecflow-4.9.0/Viewer/src/VFilter.cpp:607:52: note: Function 'collectTopFilterChange' argument 1 names different: declaration 'n' definition 'node'.
ecflow-4.9.0/Viewer/src/VFilter.cpp:424:5: style: Class 'NodeFilter' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ecflow-4.9.0/Viewer/src/VFilter.cpp:424:5: style: Class 'NodeFilter' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ecflow-4.9.0/Viewer/src/VIcon.hpp:44:13: style: Technically the member function 'VIcon::pixmap' can be const. [functionConst]
ecflow-4.9.0/Viewer/src/VIcon.cpp:177:16: note: Technically the member function 'VIcon::pixmap' can be const.
ecflow-4.9.0/Viewer/src/VIcon.hpp:44:13: note: Technically the member function 'VIcon::pixmap' can be const.
ecflow-4.9.0/Viewer/src/VIcon.cpp:51:7: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VIcon.hpp:51:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VIcon.cpp:51:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/VIcon.cpp:58:7: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VIcon.hpp:51:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VIcon.cpp:58:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/VIcon.cpp:65:7: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VIcon.hpp:51:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VIcon.cpp:65:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/VIcon.cpp:72:7: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VIcon.hpp:51:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VIcon.cpp:72:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/VIcon.cpp:79:7: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VIcon.hpp:51:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VIcon.cpp:79:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/VIcon.cpp:86:7: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VIcon.hpp:51:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VIcon.cpp:86:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/VIcon.cpp:93:7: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VIcon.hpp:51:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VIcon.cpp:93:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/VIcon.cpp:100:7: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VIcon.hpp:51:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VIcon.cpp:100:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/VIcon.cpp:107:7: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VIcon.hpp:51:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VIcon.cpp:107:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/VIcon.cpp:114:10: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VIcon.hpp:51:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VIcon.cpp:114:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/VIcon.cpp:121:10: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VIcon.hpp:51:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VIcon.cpp:121:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/VItemPathParser.cpp:21:8: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
ecflow-4.9.0/Viewer/src/VItemPathParser.cpp:41:25: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
ecflow-4.9.0/Viewer/src/VModelData.cpp:1465:5: style: Variable 'd' is reassigned a value before the old one has been used. [redundantAssignment]
ecflow-4.9.0/Viewer/src/VModelData.cpp:1463:0: note: Variable 'd' is reassigned a value before the old one has been used.
ecflow-4.9.0/Viewer/src/VModelData.cpp:1465:5: note: Variable 'd' is reassigned a value before the old one has been used.
ecflow-4.9.0/Viewer/src/VModelData.cpp:1520:2: style: Variable 'd' is reassigned a value before the old one has been used. [redundantAssignment]
ecflow-4.9.0/Viewer/src/VModelData.cpp:1518:0: note: Variable 'd' is reassigned a value before the old one has been used.
ecflow-4.9.0/Viewer/src/VModelData.cpp:1520:2: note: Variable 'd' is reassigned a value before the old one has been used.
ecflow-4.9.0/Viewer/src/VModelData.cpp:439:33: style: Checking if unsigned variable 'suitesChanged.size()' is less than zero. This might be a false warning. [unsignedLessThanZero]
ecflow-4.9.0/Viewer/src/VModelData.cpp:595:59: style: Function 'setForceShowAttribute' argument 1 names different: declaration 'node' definition 'a'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/VModelData.hpp:111:51: note: Function 'setForceShowAttribute' argument 1 names different: declaration 'node' definition 'a'.
ecflow-4.9.0/Viewer/src/VModelData.cpp:595:59: note: Function 'setForceShowAttribute' argument 1 names different: declaration 'node' definition 'a'.
ecflow-4.9.0/Viewer/src/VModelData.cpp:1129:38: style: Function 'reset' argument 1 names different: declaration 'servers' definition 'serverFilter'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/VModelData.hpp:218:27: note: Function 'reset' argument 1 names different: declaration 'servers' definition 'serverFilter'.
ecflow-4.9.0/Viewer/src/VModelData.cpp:1129:38: note: Function 'reset' argument 1 names different: declaration 'servers' definition 'serverFilter'.
ecflow-4.9.0/Viewer/src/VModelData.cpp:1414:51: style: Function 'connectToModel' argument 1 names different: declaration 'd' definition 's'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/VModelData.hpp:282:39: note: Function 'connectToModel' argument 1 names different: declaration 'd' definition 's'.
ecflow-4.9.0/Viewer/src/VModelData.cpp:1414:51: note: Function 'connectToModel' argument 1 names different: declaration 'd' definition 's'.
ecflow-4.9.0/Viewer/src/VModelData.cpp:1502:52: style: Function 'connectToModel' argument 1 names different: declaration 'd' definition 's'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/VModelData.hpp:301:39: note: Function 'connectToModel' argument 1 names different: declaration 'd' definition 's'.
ecflow-4.9.0/Viewer/src/VModelData.cpp:1502:52: note: Function 'connectToModel' argument 1 names different: declaration 'd' definition 's'.
ecflow-4.9.0/Viewer/src/VModelData.cpp:1313:3: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
ecflow-4.9.0/Viewer/src/VModelData.cpp:86:5: style: Class 'VTreeServer' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ecflow-4.9.0/Viewer/src/VModelData.cpp:86:5: style: Class 'VTreeServer' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ecflow-4.9.0/Viewer/src/VModelData.cpp:876:5: style: Class 'VTableServer' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ecflow-4.9.0/Viewer/src/VModelData.cpp:876:5: style: Class 'VTableServer' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ecflow-4.9.0/Viewer/src/VNode.cpp:1576:3: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment]
ecflow-4.9.0/Viewer/src/VNode.cpp:1575:0: note: Variable 's' is reassigned a value before the old one has been used.
ecflow-4.9.0/Viewer/src/VNode.cpp:1576:3: note: Variable 's' is reassigned a value before the old one has been used.
ecflow-4.9.0/Viewer/src/VNode.cpp:912:12: style: The scope of the variable 'nullItem' can be reduced. [variableScope]
ecflow-4.9.0/Viewer/src/VNode.cpp:347:50: style: Function 'findAttribute' argument 1 names different: declaration 'type' definition 't'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/VNode.hpp:122:47: note: Function 'findAttribute' argument 1 names different: declaration 'type' definition 't'.
ecflow-4.9.0/Viewer/src/VNode.cpp:347:50: note: Function 'findAttribute' argument 1 names different: declaration 'type' definition 't'.
ecflow-4.9.0/Viewer/src/VNode.cpp:997:48: style: Function 'triggersInChildren' argument 2 names different: declaration 'nn' definition 'p'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/VNode.hpp:215:52: note: Function 'triggersInChildren' argument 2 names different: declaration 'nn' definition 'p'.
ecflow-4.9.0/Viewer/src/VNode.cpp:997:48: note: Function 'triggersInChildren' argument 2 names different: declaration 'nn' definition 'p'.
ecflow-4.9.0/Viewer/src/VNode.cpp:1023:37: style: Function 'addTriggeredData' argument 1 names different: declaration 'a' definition 'triggered'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/VNode.hpp:195:34: note: Function 'addTriggeredData' argument 1 names different: declaration 'a' definition 'triggered'.
ecflow-4.9.0/Viewer/src/VNode.cpp:1023:37: note: Function 'addTriggeredData' argument 1 names different: declaration 'a' definition 'triggered'.
ecflow-4.9.0/Viewer/src/VNode.cpp:1023:54: style: Function 'addTriggeredData' argument 2 names different: declaration 'n' definition 'trigger'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/VNode.hpp:195:43: note: Function 'addTriggeredData' argument 2 names different: declaration 'n' definition 'trigger'.
ecflow-4.9.0/Viewer/src/VNode.cpp:1023:54: note: Function 'addTriggeredData' argument 2 names different: declaration 'n' definition 'trigger'.
ecflow-4.9.0/Viewer/src/VNode.cpp:1064:49: style: Function 'triggeredByChildren' argument 2 names different: declaration 'parent' definition 'p'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/VNode.hpp:216:53: note: Function 'triggeredByChildren' argument 2 names different: declaration 'parent' definition 'p'.
ecflow-4.9.0/Viewer/src/VNode.cpp:1064:49: note: Function 'triggeredByChildren' argument 2 names different: declaration 'parent' definition 'p'.
ecflow-4.9.0/Viewer/src/VNode.cpp:1309:51: style: Function 'genVariables' argument 1 names different: declaration 'genVars' definition 'vars'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/VNode.hpp:301:46: note: Function 'genVariables' argument 1 names different: declaration 'genVars' definition 'vars'.
ecflow-4.9.0/Viewer/src/VNode.cpp:1309:51: note: Function 'genVariables' argument 1 names different: declaration 'genVars' definition 'vars'.
ecflow-4.9.0/Viewer/src/VNode.cpp:1394:65: style: Function 'substituteVariableValue' argument 1 names different: declaration 'val' definition 'inVal'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/VNode.hpp:330:60: note: Function 'substituteVariableValue' argument 1 names different: declaration 'val' definition 'inVal'.
ecflow-4.9.0/Viewer/src/VNode.cpp:1394:65: note: Function 'substituteVariableValue' argument 1 names different: declaration 'val' definition 'inVal'.
ecflow-4.9.0/Viewer/src/VNode.hpp:166:10: performance: Technically the member function 'VNode::hasAccessed' can be static. [functionStatic]
ecflow-4.9.0/Viewer/src/VNode.cpp:205:13: note: Technically the member function 'VNode::hasAccessed' can be static.
ecflow-4.9.0/Viewer/src/VNode.hpp:166:10: note: Technically the member function 'VNode::hasAccessed' can be static.
ecflow-4.9.0/Viewer/src/VNode.hpp:175:24: style: Technically the member function 'VNode::nodeType' can be const. [functionConst]
ecflow-4.9.0/Viewer/src/VNode.cpp:767:28: note: Technically the member function 'VNode::nodeType' can be const.
ecflow-4.9.0/Viewer/src/VNode.hpp:175:24: note: Technically the member function 'VNode::nodeType' can be const.
ecflow-4.9.0/Viewer/src/VNode.hpp:187:10: style: Technically the member function 'VNode::logServer' can be const. [functionConst]
ecflow-4.9.0/Viewer/src/VNode.cpp:700:13: note: Technically the member function 'VNode::logServer' can be const.
ecflow-4.9.0/Viewer/src/VNode.hpp:187:10: note: Technically the member function 'VNode::logServer' can be const.
ecflow-4.9.0/Viewer/src/VNode.hpp:274:7: performance: Technically the member function 'VServer::endUpdate' can be static. [functionStatic]
ecflow-4.9.0/Viewer/src/VNode.cpp:1625:15: note: Technically the member function 'VServer::endUpdate' can be static.
ecflow-4.9.0/Viewer/src/VNode.hpp:274:7: note: Technically the member function 'VServer::endUpdate' can be static.
ecflow-4.9.0/Viewer/src/VTaskNode.hpp:28:7: performance: Technically the member function 'VTaskNode::isEmpty' can be static. [functionStatic]
ecflow-4.9.0/Viewer/src/VNode.cpp:73:10: performance: Technically the member function 'VNodeTriggerData::add' can be static. [functionStatic]
ecflow-4.9.0/Viewer/src/VTaskNode.hpp:30:10: style: The function 'isTopLevel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VItem.hpp:44:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VTaskNode.hpp:30:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/VTaskNode.hpp:32:16: style: The function 'isTask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VItem.hpp:38:24: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VTaskNode.hpp:32:16: note: Function in derived class
ecflow-4.9.0/Viewer/src/VTaskNode.hpp:33:7: style: The function 'internalState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VNode.hpp:164:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VTaskNode.hpp:33:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/VTaskNode.hpp:34:24: style: The function 'typeName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VItem.hpp:47:32: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VTaskNode.hpp:34:24: note: Function in derived class
ecflow-4.9.0/Viewer/src/VTaskNode.hpp:37:7: style: The function 'check' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VNode.hpp:211:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VTaskNode.hpp:37:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/VTaskNode.hpp:38:7: style: The function 'check' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VNode.hpp:210:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VTaskNode.hpp:38:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/VNodeList.cpp:121:81: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecflow-4.9.0/Viewer/src/VNodeList.cpp:169:87: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecflow-4.9.0/Viewer/src/VNodeList.cpp:183:98: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecflow-4.9.0/Viewer/src/VNodeList.cpp:190:87: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecflow-4.9.0/Viewer/src/VSState.cpp:63:42: style: Function 'toState' argument 1 names different: declaration 'n' definition 's'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/VSState.hpp:34:41: note: Function 'toState' argument 1 names different: declaration 'n' definition 's'.
ecflow-4.9.0/Viewer/src/VSState.cpp:63:42: note: Function 'toState' argument 1 names different: declaration 'n' definition 's'.
ecflow-4.9.0/Viewer/src/VSState.cpp:91:41: style: Function 'toColour' argument 1 names different: declaration 'n' definition 's'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/VSState.hpp:32:41: note: Function 'toColour' argument 1 names different: declaration 'n' definition 's'.
ecflow-4.9.0/Viewer/src/VSState.cpp:91:41: note: Function 'toColour' argument 1 names different: declaration 'n' definition 's'.
ecflow-4.9.0/Viewer/src/VSState.cpp:97:45: style: Function 'toFontColour' argument 1 names different: declaration 'n' definition 's'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/VSState.hpp:33:45: note: Function 'toFontColour' argument 1 names different: declaration 'n' definition 's'.
ecflow-4.9.0/Viewer/src/VSState.cpp:97:45: note: Function 'toFontColour' argument 1 names different: declaration 'n' definition 's'.
ecflow-4.9.0/Viewer/src/VServerSettings.cpp:166:100: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecflow-4.9.0/Viewer/src/VServerSettings.cpp:177:97: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecflow-4.9.0/Viewer/src/VTask.cpp:95:35: style: Function 'status' argument 2 names different: declaration 'broadcast' definition 'broadcastIt'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/VTask.hpp:69:28: note: Function 'status' argument 2 names different: declaration 'broadcast' definition 'broadcastIt'.
ecflow-4.9.0/Viewer/src/VTask.cpp:95:35: note: Function 'status' argument 2 names different: declaration 'broadcast' definition 'broadcastIt'.
ecflow-4.9.0/Viewer/src/VTimeAttr.hpp:34:10: style: Technically the member function 'VTimeAttrType::encode' can be const. [functionConst]
ecflow-4.9.0/Viewer/src/VTimeAttr.cpp:47:21: note: Technically the member function 'VTimeAttrType::encode' can be const.
ecflow-4.9.0/Viewer/src/VTimeAttr.hpp:34:10: note: Technically the member function 'VTimeAttrType::encode' can be const.
ecflow-4.9.0/Viewer/src/VTimeAttr.hpp:35:10: style: Technically the member function 'VTimeAttrType::encode' can be const. [functionConst]
ecflow-4.9.0/Viewer/src/VTimeAttr.cpp:52:21: note: Technically the member function 'VTimeAttrType::encode' can be const.
ecflow-4.9.0/Viewer/src/VTimeAttr.hpp:35:10: note: Technically the member function 'VTimeAttrType::encode' can be const.
ecflow-4.9.0/Viewer/src/VTimeAttr.hpp:36:10: style: Technically the member function 'VTimeAttrType::encode' can be const. [functionConst]
ecflow-4.9.0/Viewer/src/VTimeAttr.cpp:57:21: note: Technically the member function 'VTimeAttrType::encode' can be const.
ecflow-4.9.0/Viewer/src/VTimeAttr.hpp:36:10: note: Technically the member function 'VTimeAttrType::encode' can be const.
ecflow-4.9.0/Viewer/src/VTree.cpp:27:29: style: Function 'VTreeNode' argument 1 names different: declaration 'vnode' definition 'n'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/VTree.hpp:28:22: note: Function 'VTreeNode' argument 1 names different: declaration 'vnode' definition 'n'.
ecflow-4.9.0/Viewer/src/VTree.cpp:27:29: note: Function 'VTreeNode' argument 1 names different: declaration 'vnode' definition 'n'.
ecflow-4.9.0/Viewer/src/VTree.cpp:152:39: style: Function 'VTreeSuiteNode' argument 1 names different: declaration 'vnode' definition 'n'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/VTree.hpp:70:27: note: Function 'VTreeSuiteNode' argument 1 names different: declaration 'vnode' definition 'n'.
ecflow-4.9.0/Viewer/src/VTree.cpp:152:39: note: Function 'VTreeSuiteNode' argument 1 names different: declaration 'vnode' definition 'n'.
ecflow-4.9.0/Viewer/src/VTree.cpp:233:35: style: Function 'totalNumOfTopLevel' argument 1 names different: declaration 'i' definition 'idx'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/VTree.hpp:95:33: note: Function 'totalNumOfTopLevel' argument 1 names different: declaration 'i' definition 'idx'.
ecflow-4.9.0/Viewer/src/VTree.cpp:233:35: note: Function 'totalNumOfTopLevel' argument 1 names different: declaration 'i' definition 'idx'.
ecflow-4.9.0/Viewer/src/VTree.cpp:424:44: style: Function 'build' argument 2 names different: declaration 'vnode' definition 'node'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/VTree.hpp:113:42: note: Function 'build' argument 2 names different: declaration 'vnode' definition 'node'.
ecflow-4.9.0/Viewer/src/VTree.cpp:424:44: note: Function 'build' argument 2 names different: declaration 'vnode' definition 'node'.
ecflow-4.9.0/Viewer/src/VTree.hpp:47:10: style: Technically the member function 'VTreeNode::updateAttrNum' can be const. [functionConst]
ecflow-4.9.0/Viewer/src/VTree.cpp:109:17: note: Technically the member function 'VTreeNode::updateAttrNum' can be const.
ecflow-4.9.0/Viewer/src/VTree.hpp:47:10: note: Technically the member function 'VTreeNode::updateAttrNum' can be const.
ecflow-4.9.0/Viewer/src/VariableEditor.hpp:25:5: style: Class 'VariableEditorWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/Viewer/src/VariableEditor.hpp:39:10: style: The function 'apply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AttributeEditor.hpp:66:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VariableEditor.hpp:39:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/VariableEditor.hpp:40:10: style: The function 'resetValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AttributeEditor.hpp:67:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VariableEditor.hpp:40:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/VariableEditor.hpp:41:10: style: The function 'isValueChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AttributeEditor.hpp:68:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VariableEditor.hpp:41:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/VariableItemWidget.cpp:878:4: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
ecflow-4.9.0/Viewer/src/VariableItemWidget.cpp:882:4: note: Found duplicate branches for 'if' and 'else'.
ecflow-4.9.0/Viewer/src/VariableItemWidget.cpp:878:4: note: Found duplicate branches for 'if' and 'else'.
ecflow-4.9.0/Viewer/src/VariableItemWidget.cpp:911:7: style: The scope of the variable 'genVar' can be reduced. [variableScope]
ecflow-4.9.0/Viewer/src/VariableItemWidget.hpp:41:10: style: The function 'notifyCleared' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VariableModelDataObserver.hpp:19:20: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VariableItemWidget.hpp:41:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/VariableItemWidget.hpp:42:10: style: The function 'notifyUpdated' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VariableModelDataObserver.hpp:20:20: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VariableItemWidget.hpp:42:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/VariableItemWidget.hpp:83:10: style: The function 'notifyCleared' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VariableModelDataObserver.hpp:19:20: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VariableItemWidget.hpp:83:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/VariableItemWidget.hpp:84:10: style: The function 'notifyUpdated' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/VariableModelDataObserver.hpp:20:20: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VariableItemWidget.hpp:84:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/VariableItemWidget.hpp:113:7: style: The function 'reload' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:49:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VariableItemWidget.hpp:113:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/VariableItemWidget.hpp:114:11: style: The function 'realWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:50:19: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VariableItemWidget.hpp:114:11: note: Function in derived class
ecflow-4.9.0/Viewer/src/VariableItemWidget.hpp:115:10: style: The function 'clearContents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:51:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VariableItemWidget.hpp:115:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/VariableItemWidget.hpp:149:10: style: The function 'nodeChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:97:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VariableItemWidget.hpp:149:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/VariableItemWidget.hpp:150:7: style: The function 'defsChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:91:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VariableItemWidget.hpp:150:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/VariableSearchLine.hpp:29:10: style: The function 'slotFind' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractSearchLine.hpp:36:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VariableSearchLine.hpp:29:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/VariableSearchLine.hpp:30:10: style: The function 'slotFindNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractSearchLine.hpp:37:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VariableSearchLine.hpp:30:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/VariableSearchLine.hpp:31:10: style: The function 'slotFindPrev' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractSearchLine.hpp:38:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VariableSearchLine.hpp:31:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/VariableSearchLine.hpp:32:10: style: The function 'slotFindNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractSearchLine.hpp:37:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VariableSearchLine.hpp:32:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/VariableSearchLine.hpp:33:10: style: The function 'slotFindPrev' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/AbstractSearchLine.hpp:38:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/VariableSearchLine.hpp:33:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/VariableModel.hpp:116:34: performance: Function parameter 'idx' should be passed by const reference. [passedByValue]
ecflow-4.9.0/Viewer/src/VariableModelData.hpp:40:48: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ecflow-4.9.0/Viewer/src/VariableItemWidget.cpp:366:77: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ecflow-4.9.0/Viewer/src/VariableModel.cpp:227:49: style: Function 'variable' argument 1 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/VariableModel.hpp:38:35: note: Function 'variable' argument 1 names different: declaration 'index' definition 'idx'.
ecflow-4.9.0/Viewer/src/VariableModel.cpp:227:49: note: Function 'variable' argument 1 names different: declaration 'index' definition 'idx'.
ecflow-4.9.0/Viewer/src/VariableModel.cpp:400:60: style: Function 'identify' argument 2 names different: declaration 'parent' definition 'block'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/VariableModel.hpp:64:49: note: Function 'identify' argument 2 names different: declaration 'parent' definition 'block'.
ecflow-4.9.0/Viewer/src/VariableModel.cpp:400:60: note: Function 'identify' argument 2 names different: declaration 'parent' definition 'block'.
ecflow-4.9.0/Viewer/src/VariableModel.cpp:561:46: style: Function 'setMatchText' argument 1 names different: declaration 'text' definition 'txt'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/VariableModel.hpp:89:28: note: Function 'setMatchText' argument 1 names different: declaration 'text' definition 'txt'.
ecflow-4.9.0/Viewer/src/VariableModel.cpp:561:46: note: Function 'setMatchText' argument 1 names different: declaration 'text' definition 'txt'.
ecflow-4.9.0/Viewer/src/VariableModel.cpp:611:53: style: Function 'lessThan' argument 1 names different: declaration 'left' definition 'sourceLeft'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/VariableModel.hpp:91:35: note: Function 'lessThan' argument 1 names different: declaration 'left' definition 'sourceLeft'.
ecflow-4.9.0/Viewer/src/VariableModel.cpp:611:53: note: Function 'lessThan' argument 1 names different: declaration 'left' definition 'sourceLeft'.
ecflow-4.9.0/Viewer/src/VariableModel.cpp:611:84: style: Function 'lessThan' argument 2 names different: declaration 'right' definition 'sourceRight'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/VariableModel.hpp:91:60: note: Function 'lessThan' argument 2 names different: declaration 'right' definition 'sourceRight'.
ecflow-4.9.0/Viewer/src/VariableModel.cpp:611:84: note: Function 'lessThan' argument 2 names different: declaration 'right' definition 'sourceRight'.
ecflow-4.9.0/Viewer/src/VariableModel.cpp:561:46: performance: Function parameter 'txt' should be passed by const reference. [passedByValue]
ecflow-4.9.0/Viewer/src/VariableModel.cpp:572:49: performance: Function parameter 'idx' should be passed by const reference. [passedByValue]
ecflow-4.9.0/Viewer/src/VariableModelData.cpp:64:60: style: Function 'reset' argument 1 names different: declaration 'v' definition 'vars'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/VariableModelData.hpp:73:45: note: Function 'reset' argument 1 names different: declaration 'v' definition 'vars'.
ecflow-4.9.0/Viewer/src/VariableModelData.cpp:64:60: note: Function 'reset' argument 1 names different: declaration 'v' definition 'vars'.
ecflow-4.9.0/Viewer/src/VariableModelData.cpp:64:94: style: Function 'reset' argument 2 names different: declaration 'gv' definition 'genVars'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/VariableModelData.hpp:73:76: note: Function 'reset' argument 2 names different: declaration 'gv' definition 'genVars'.
ecflow-4.9.0/Viewer/src/VariableModelData.cpp:64:94: note: Function 'reset' argument 2 names different: declaration 'gv' definition 'genVars'.
ecflow-4.9.0/Viewer/src/VariableModelData.cpp:189:63: style: Function 'value' argument 1 names different: declaration 'name' definition 'n'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/VariableModelData.hpp:40:48: note: Function 'value' argument 1 names different: declaration 'name' definition 'n'.
ecflow-4.9.0/Viewer/src/VariableModelData.cpp:189:63: note: Function 'value' argument 1 names different: declaration 'name' definition 'n'.
ecflow-4.9.0/Viewer/src/VariableModelData.cpp:325:51: style: Function 'remove' argument 1 names different: declaration 'val' definition 'varName'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/VariableModelData.hpp:62:36: note: Function 'remove' argument 1 names different: declaration 'val' definition 'varName'.
ecflow-4.9.0/Viewer/src/VariableModelData.cpp:325:51: note: Function 'remove' argument 1 names different: declaration 'val' definition 'varName'.
ecflow-4.9.0/Viewer/src/VariableModelData.cpp:337:53: style: Function 'isGenVar' argument 1 names different: declaration 'varName' definition 'n'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/VariableModelData.hpp:44:38: note: Function 'isGenVar' argument 1 names different: declaration 'varName' definition 'n'.
ecflow-4.9.0/Viewer/src/VariableModelData.cpp:337:53: note: Function 'isGenVar' argument 1 names different: declaration 'varName' definition 'n'.
ecflow-4.9.0/Viewer/src/VariableModelData.cpp:369:84: style: Function 'latestVars' argument 2 names different: declaration 'gv' definition 'vg'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/VariableModelData.hpp:70:69: note: Function 'latestVars' argument 2 names different: declaration 'gv' definition 'vg'.
ecflow-4.9.0/Viewer/src/VariableModelData.cpp:369:84: note: Function 'latestVars' argument 2 names different: declaration 'gv' definition 'vg'.
ecflow-4.9.0/Viewer/src/VariableModelData.cpp:447:88: style: Function 'checkUpdateDiff' argument 2 names different: declaration 'gv' definition 'vg'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/VariableModelData.hpp:71:73: note: Function 'checkUpdateDiff' argument 2 names different: declaration 'gv' definition 'vg'.
ecflow-4.9.0/Viewer/src/VariableModelData.cpp:447:88: note: Function 'checkUpdateDiff' argument 2 names different: declaration 'gv' definition 'vg'.
ecflow-4.9.0/Viewer/src/VariableModelData.cpp:463:92: style: Function 'update' argument 2 names different: declaration 'gv' definition 'vg'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/VariableModelData.hpp:74:77: note: Function 'update' argument 2 names different: declaration 'gv' definition 'vg'.
ecflow-4.9.0/Viewer/src/VariableModelData.cpp:463:92: note: Function 'update' argument 2 names different: declaration 'gv' definition 'vg'.
ecflow-4.9.0/Viewer/src/VariableModelData.hpp:47:10: performance: Technically the member function 'VariableModelData::isReadOnly' can be static. [functionStatic]
ecflow-4.9.0/Viewer/src/VariableModelData.cpp:354:25: note: Technically the member function 'VariableModelData::isReadOnly' can be static.
ecflow-4.9.0/Viewer/src/VariableModelData.hpp:47:10: note: Technically the member function 'VariableModelData::isReadOnly' can be static.
ecflow-4.9.0/Viewer/src/VariableModelData.hpp:69:10: performance: Technically the member function 'VariableModelData::removeDuplicates' can be static. [functionStatic]
ecflow-4.9.0/Viewer/src/VariableModelData.cpp:77:25: note: Technically the member function 'VariableModelData::removeDuplicates' can be static.
ecflow-4.9.0/Viewer/src/VariableModelData.hpp:69:10: note: Technically the member function 'VariableModelData::removeDuplicates' can be static.
ecflow-4.9.0/Viewer/src/VariableModelData.cpp:189:63: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
ecflow-4.9.0/Viewer/src/VariableModelData.cpp:719:14: error: Array index -1 is out of bounds. [negativeContainerIndex]
ecflow-4.9.0/Viewer/src/VariableModelData.cpp:701:20: note: Assignment 'dataIndex=-1', assigned value is -1
ecflow-4.9.0/Viewer/src/VariableModelData.cpp:719:14: note: Negative array index
ecflow-4.9.0/Viewer/src/VariableModelData.cpp:722:9: error: Array index -1 is out of bounds. [negativeContainerIndex]
ecflow-4.9.0/Viewer/src/VariableModelData.cpp:701:20: note: Assignment 'dataIndex=-1', assigned value is -1
ecflow-4.9.0/Viewer/src/VariableModelData.cpp:722:9: note: Negative array index
ecflow-4.9.0/Viewer/src/VariableModelData.cpp:785:17: error: Array index -1 is out of bounds. [negativeContainerIndex]
ecflow-4.9.0/Viewer/src/VariableModelData.cpp:701:20: note: Assignment 'dataIndex=-1', assigned value is -1
ecflow-4.9.0/Viewer/src/VariableModelData.cpp:717:33: note: Calling function 'updateVariables', 1st argument 'dataIndex' value is -1
ecflow-4.9.0/Viewer/src/VariableModelData.cpp:785:17: note: Negative array index
ecflow-4.9.0/Viewer/src/VariableView.cpp:32:5: performance: Variable 'selectPen_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ecflow-4.9.0/Viewer/src/WhyItemWidget.hpp:30:7: style: The function 'reload' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:49:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/WhyItemWidget.hpp:30:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/WhyItemWidget.hpp:31:11: style: The function 'realWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:50:19: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/WhyItemWidget.hpp:31:11: note: Function in derived class
ecflow-4.9.0/Viewer/src/WhyItemWidget.hpp:32:10: style: The function 'clearContents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:51:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/WhyItemWidget.hpp:32:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/WhyItemWidget.hpp:34:10: style: The function 'nodeChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:97:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/WhyItemWidget.hpp:34:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/WhyItemWidget.hpp:35:10: style: The function 'defsChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:91:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/WhyItemWidget.hpp:35:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/WhyItemWidget.hpp:42:10: style: The function 'serverSyncFinished' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:94:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/WhyItemWidget.hpp:42:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/WmWorkspaceHandler.hpp:20:17: style: Unused private function: 'WmWorkspaceHandler::hasCommand' [unusedPrivateFunction]
ecflow-4.9.0/Viewer/src/WmWorkspaceHandler.hpp:21:16: style: Unused private function: 'WmWorkspaceHandler::workspaceId' [unusedPrivateFunction]
ecflow-4.9.0/Viewer/src/WmWorkspaceHandler.hpp:22:17: style: Unused private function: 'WmWorkspaceHandler::moveAndSwitchToWorkspace' [unusedPrivateFunction]
ecflow-4.9.0/Viewer/src/ZombieItemWidget.cpp:222:50: style: Function 'lookup' argument 1 names different: declaration 'idx' definition 'index'. [funcArgNamesDifferent]
ecflow-4.9.0/Viewer/src/ZombieItemWidget.hpp:60:36: note: Function 'lookup' argument 1 names different: declaration 'idx' definition 'index'.
ecflow-4.9.0/Viewer/src/ZombieItemWidget.cpp:222:50: note: Function 'lookup' argument 1 names different: declaration 'idx' definition 'index'.
ecflow-4.9.0/Viewer/src/ZombieItemWidget.hpp:31:7: style: The function 'reload' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:49:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/ZombieItemWidget.hpp:31:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/ZombieItemWidget.hpp:32:11: style: The function 'realWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:50:19: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/ZombieItemWidget.hpp:32:11: note: Function in derived class
ecflow-4.9.0/Viewer/src/ZombieItemWidget.hpp:33:10: style: The function 'clearContents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:51:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/ZombieItemWidget.hpp:33:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/ZombieItemWidget.hpp:36:7: style: The function 'infoReady' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPresenter.hpp:28:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/ZombieItemWidget.hpp:36:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/ZombieItemWidget.hpp:37:7: style: The function 'infoFailed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPresenter.hpp:29:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/ZombieItemWidget.hpp:37:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/ZombieItemWidget.hpp:38:10: style: The function 'infoProgress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPresenter.hpp:30:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/ZombieItemWidget.hpp:38:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/ZombieItemWidget.hpp:40:10: style: The function 'nodeChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:97:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/ZombieItemWidget.hpp:40:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/ZombieItemWidget.hpp:41:10: style: The function 'defsChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:91:15: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/ZombieItemWidget.hpp:41:10: note: Function in derived class
ecflow-4.9.0/Viewer/src/ZombieItemWidget.hpp:56:7: style: The function 'serverSyncFinished' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/Viewer/src/InfoPanelItem.hpp:94:18: note: Virtual function in base class
ecflow-4.9.0/Viewer/src/ZombieItemWidget.hpp:56:7: note: Function in derived class
ecflow-4.9.0/Viewer/src/ZombieModel.cpp:44:78: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecflow-4.9.0/Viewer/src/ZombieModel.cpp:48:83: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecflow-4.9.0/build_scripts/aix_fix/boost_1_53_0/thread.cpp:511:0: error: #error  [preprocessorErrorDirective]
ecflow-4.9.0/cmake/contrib/GreatCMakeCookOff/cpp11/__func__-N2340.cpp:6:27: style: Checking if unsigned variable 'std::strlen(__func__)' is less than zero. [unsignedLessThanZero]
ecflow-4.9.0/cmake/contrib/GreatCMakeCookOff/cpp11/constexpr-N2235.cpp:15:25: style: Condition 'square(the_answer())==1764' is always true [knownConditionTrueFalse]
ecflow-4.9.0/cmake/contrib/GreatCMakeCookOff/cpp11/deleted_constructor.cpp:3:3: style: Struct 'A' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/cmake/contrib/GreatCMakeCookOff/cpp11/deleted_constructor_fail_compile.cpp:3:3: style: Struct 'A' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/cmake/contrib/GreatCMakeCookOff/cpp11/explicit_cast.cpp:3:4: style: Class 'A' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/cmake/contrib/GreatCMakeCookOff/cpp11/initialization.cpp:4:23: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
ecflow-4.9.0/cmake/contrib/GreatCMakeCookOff/cpp11/initialization.cpp:5:38: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
ecflow-4.9.0/cmake/contrib/GreatCMakeCookOff/cpp11/nullptr-N2431_fail_compile.cpp:3:10: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
ecflow-4.9.0/cmake/contrib/GreatCMakeCookOff/cpp11/override.cpp:17:0: error: Memory leak: b [memleak]
ecflow-4.9.0/cmake/contrib/GreatCMakeCookOff/cpp11/override_fail_compile.cpp:4:10: performance: Technically the member function 'A::bar' can be static. [functionStatic]
ecflow-4.9.0/cmake/contrib/GreatCMakeCookOff/cpp11/override_fail_compile.cpp:10:10: performance: Technically the member function 'B::bar' can be static. [functionStatic]
ecflow-4.9.0/cmake/contrib/GreatCMakeCookOff/cpp11/override_fail_compile.cpp:17:0: error: Memory leak: b [memleak]
ecflow-4.9.0/cmake/contrib/GreatCMakeCookOff/cpp11/trivial_type_traits.cpp:4:14: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
ecflow-4.9.0/cmake/contrib/GreatCMakeCookOff/cpp11/trivial_type_traits.cpp:5:14: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
ecflow-4.9.0/cmake/contrib/GreatCMakeCookOff/cpp11/type_traits.cpp:4:14: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
ecflow-4.9.0/cmake/contrib/GreatCMakeCookOff/cpp11/type_traits.cpp:5:14: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
ecflow-4.9.0/view/src/Hyper.c:897:22: style: The scope of the variable 'q' can be reduced. [variableScope]
ecflow-4.9.0/view/src/SimpleBase.c:1056:40: style: Function 'sb_new_dummy_node' argument 1 names different: declaration 'w' definition 'gw'. [funcArgNamesDifferent]
ecflow-4.9.0/view/src/SimpleBaseP.h:119:41: note: Function 'sb_new_dummy_node' argument 1 names different: declaration 'w' definition 'gw'.
ecflow-4.9.0/view/src/SimpleBase.c:1056:40: note: Function 'sb_new_dummy_node' argument 1 names different: declaration 'w' definition 'gw'.
ecflow-4.9.0/view/src/SimpleBase.c:1098:44: style: Function 'sb_clear_dummy_nodes' argument 1 names different: declaration 'w' definition 'gw'. [funcArgNamesDifferent]
ecflow-4.9.0/view/src/SimpleBaseP.h:120:44: note: Function 'sb_clear_dummy_nodes' argument 1 names different: declaration 'w' definition 'gw'.
ecflow-4.9.0/view/src/SimpleBase.c:1098:44: note: Function 'sb_clear_dummy_nodes' argument 1 names different: declaration 'w' definition 'gw'.
ecflow-4.9.0/view/src/SimpleBase.c:1141:43: style: Function 'sb_insert_dummy_node' argument 1 names different: declaration 'w' definition 'gw'. [funcArgNamesDifferent]
ecflow-4.9.0/view/src/SimpleBaseP.h:121:44: note: Function 'sb_insert_dummy_node' argument 1 names different: declaration 'w' definition 'gw'.
ecflow-4.9.0/view/src/SimpleBase.c:1141:43: note: Function 'sb_insert_dummy_node' argument 1 names different: declaration 'w' definition 'gw'.
ecflow-4.9.0/view/src/SimpleBase.c:1141:50: style: Function 'sb_insert_dummy_node' argument 2 names different: declaration 'p' definition 'np'. [funcArgNamesDifferent]
ecflow-4.9.0/view/src/SimpleBaseP.h:121:50: note: Function 'sb_insert_dummy_node' argument 2 names different: declaration 'p' definition 'np'.
ecflow-4.9.0/view/src/SimpleBase.c:1141:50: note: Function 'sb_insert_dummy_node' argument 2 names different: declaration 'p' definition 'np'.
ecflow-4.9.0/view/src/SimpleBase.c:1141:57: style: Function 'sb_insert_dummy_node' argument 3 names different: declaration 'k' definition 'nk'. [funcArgNamesDifferent]
ecflow-4.9.0/view/src/SimpleBaseP.h:121:56: note: Function 'sb_insert_dummy_node' argument 3 names different: declaration 'k' definition 'nk'.
ecflow-4.9.0/view/src/SimpleBase.c:1141:57: note: Function 'sb_insert_dummy_node' argument 3 names different: declaration 'k' definition 'nk'.
ecflow-4.9.0/view/src/SimpleBase.c:1207:52: style: Function 'sb_is_dummy' argument 2 names different: declaration 'p' definition 'n'. [funcArgNamesDifferent]
ecflow-4.9.0/view/src/SimpleBaseP.h:127:51: note: Function 'sb_is_dummy' argument 2 names different: declaration 'p' definition 'n'.
ecflow-4.9.0/view/src/SimpleBase.c:1207:52: note: Function 'sb_is_dummy' argument 2 names different: declaration 'p' definition 'n'.
ecflow-4.9.0/view/src/SimpleBase.c:1114:4: style: Variable 'cnt' is modified but its new value is never used. [unreadVariable]
ecflow-4.9.0/view/src/SimpleGraph.c:725:17: warning: Either the condition 'm2' is redundant or there is possible null pointer dereference: m2. [nullPointerRedundantCheck]
ecflow-4.9.0/view/src/SimpleGraph.c:719:8: note: Assuming that condition 'm2' is not redundant
ecflow-4.9.0/view/src/SimpleGraph.c:725:17: note: Null pointer dereference
ecflow-4.9.0/view/src/SimpleGraph.c:793:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ecflow-4.9.0/view/src/SimpleGraph.c:986:6: style: The scope of the variable 'count' can be reduced. [variableScope]
ecflow-4.9.0/view/src/SimpleGraph.c:1152:9: style: The scope of the variable 'j' can be reduced. [variableScope]
ecflow-4.9.0/view/src/SimpleGraph.c:1153:9: style: The scope of the variable 'n' can be reduced. [variableScope]
ecflow-4.9.0/view/src/SimpleGraph.c:1154:9: style: The scope of the variable 'x' can be reduced. [variableScope]
ecflow-4.9.0/view/src/SimpleGraph.c:1051:12: style: Variable 'h_dist' is assigned a value that is never used. [unreadVariable]
ecflow-4.9.0/view/src/SimpleTime.c:353:9: style: The scope of the variable 'n' can be reduced. [variableScope]
ecflow-4.9.0/view/src/SimpleTime.c:376:7: style: The scope of the variable 'width' can be reduced. [variableScope]
ecflow-4.9.0/view/src/SimpleTime.c:492:6: style: The scope of the variable 'j' can be reduced. [variableScope]
ecflow-4.9.0/view/src/SimpleTree.c:217:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ecflow-4.9.0/view/src/SimpleTree.c:247:6: style: The scope of the variable 'fkid' can be reduced. [variableScope]
ecflow-4.9.0/view/src/SimpleTree.c:594:7: style: The scope of the variable 'ac' can be reduced. [variableScope]
ecflow-4.9.0/view/src/SimpleTree.c:594:15: style: The scope of the variable 'arg' can be reduced. [variableScope]
ecflow-4.9.0/view/src/Tab.c:724:47: style: Function 'make_visible' argument 2 names different: declaration 'w' definition 'wid'. [funcArgNamesDifferent]
ecflow-4.9.0/view/src/Tab.c:165:46: note: Function 'make_visible' argument 2 names different: declaration 'w' definition 'wid'.
ecflow-4.9.0/view/src/Tab.c:724:47: note: Function 'make_visible' argument 2 names different: declaration 'w' definition 'wid'.
ecflow-4.9.0/view/src/ecflow.h:54:2: warning: Member variable 'ecf_dir::mode' is not initialized in the constructor. [uninitMemberVar]
ecflow-4.9.0/view/src/ecflow.h:54:2: warning: Member variable 'ecf_dir::uid' is not initialized in the constructor. [uninitMemberVar]
ecflow-4.9.0/view/src/ecflow.h:54:2: warning: Member variable 'ecf_dir::gid' is not initialized in the constructor. [uninitMemberVar]
ecflow-4.9.0/view/src/ecflow.h:54:2: warning: Member variable 'ecf_dir::size' is not initialized in the constructor. [uninitMemberVar]
ecflow-4.9.0/view/src/ecflow.h:54:2: warning: Member variable 'ecf_dir::atime' is not initialized in the constructor. [uninitMemberVar]
ecflow-4.9.0/view/src/ecflow.h:54:2: warning: Member variable 'ecf_dir::mtime' is not initialized in the constructor. [uninitMemberVar]
ecflow-4.9.0/view/src/ecflow.h:54:2: warning: Member variable 'ecf_dir::ctime' is not initialized in the constructor. [uninitMemberVar]
ecflow-4.9.0/view/src/ecflow.h:87:3: warning: Member variable 'ecf_list::type_' is not initialized in the constructor. [uninitMemberVar]
ecflow-4.9.0/view/src/xnode.h:41:10: style: Technically the member function 'xnode::widget' can be const. [functionConst]
ecflow-4.9.0/view/src/xnode.h:70:9: style: Technically the member function 'xnode::operatordelete' can be const. [functionConst]
ecflow-4.9.0/view/src/node.h:143:10: style: Technically the member function 'node::folded' can be const. [functionConst]
ecflow-4.9.0/view/src/ecf_node.h:467:17: warning: Virtual function 'unlink' is called from destructor '~ecf_concrete_node()' at line 341. Dynamic binding is not used. [virtualCallInConstructor]
ecflow-4.9.0/view/src/ecf_node.h:341:7: note: Calling unlink
ecflow-4.9.0/view/src/ecf_node.h:467:17: note: unlink is a virtual method
ecflow-4.9.0/view/src/ecf_node.h:116:4: style: Class 'ecf_node_builder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/str.h:28:2: style: Struct 'str_imp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/str.h:35:2: style: Class 'str' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/str.h:37:2: style: Class 'str' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/xmstring.h:42:2: style: Class 'xmstring' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/node_list.h:56:15: style: The function 'notification' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/observer.h:33:15: note: Virtual function in base class
ecflow-4.9.0/view/src/node_list.h:56:15: note: Function in derived class
ecflow-4.9.0/view/src/node_list.h:57:15: style: The function 'adoption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/observer.h:34:15: note: Virtual function in base class
ecflow-4.9.0/view/src/node_list.h:57:15: note: Function in derived class
ecflow-4.9.0/view/src/node_list.h:58:15: style: The function 'gone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/observer.h:35:15: note: Virtual function in base class
ecflow-4.9.0/view/src/node_list.h:58:15: note: Function in derived class
ecflow-4.9.0/view/src/ecf_node.h:111:18: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/ecf_node.h:101:18: note: Virtual function in base class
ecflow-4.9.0/view/src/ecf_node.h:111:18: note: Function in derived class
ecflow-4.9.0/view/src/ecf_node.h:322:18: style: The function 'create_node' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/ecf_node.h:182:18: note: Virtual function in base class
ecflow-4.9.0/view/src/ecf_node.h:322:18: note: Function in derived class
ecflow-4.9.0/view/src/ecf_node.h:344:17: style: The function 'set_graphic_ptr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/ecf_node.h:179:17: note: Virtual function in base class
ecflow-4.9.0/view/src/ecf_node.h:344:17: note: Function in derived class
ecflow-4.9.0/view/src/ecf_node.h:352:30: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/ecf_node.h:205:30: note: Virtual function in base class
ecflow-4.9.0/view/src/ecf_node.h:352:30: note: Function in derived class
ecflow-4.9.0/view/src/ecf_node.h:355:16: style: The function 'status' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/ecf_node.h:210:16: note: Virtual function in base class
ecflow-4.9.0/view/src/ecf_node.h:355:16: note: Function in derived class
ecflow-4.9.0/view/src/ecf_node.h:359:16: style: The function 'defstatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/ecf_node.h:218:16: note: Virtual function in base class
ecflow-4.9.0/view/src/ecf_node.h:359:16: note: Function in derived class
ecflow-4.9.0/view/src/ecf_node.h:363:37: style: The function 'status_time' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/ecf_node.h:214:37: note: Virtual function in base class
ecflow-4.9.0/view/src/ecf_node.h:363:37: note: Function in derived class
ecflow-4.9.0/view/src/ecf_node.h:367:16: style: The function 'tryno' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/ecf_node.h:222:16: note: Virtual function in base class
ecflow-4.9.0/view/src/ecf_node.h:367:16: note: Function in derived class
ecflow-4.9.0/view/src/ecf_node.h:371:16: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/ecf_node.h:195:16: note: Virtual function in base class
ecflow-4.9.0/view/src/ecf_node.h:371:16: note: Function in derived class
ecflow-4.9.0/view/src/ecf_node.h:375:16: style: The function 'flags' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/ecf_node.h:196:16: note: Virtual function in base class
ecflow-4.9.0/view/src/ecf_node.h:375:16: note: Function in derived class
ecflow-4.9.0/view/src/ecf_node.h:379:31: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/ecf_node.h:226:31: note: Virtual function in base class
ecflow-4.9.0/view/src/ecf_node.h:379:31: note: Function in derived class
ecflow-4.9.0/view/src/ecf_node.h:383:31: style: The function 'full_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/ecf_node.h:230:31: note: Virtual function in base class
ecflow-4.9.0/view/src/ecf_node.h:383:31: note: Function in derived class
ecflow-4.9.0/view/src/ecf_node.h:387:17: style: The function 'is_late' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/ecf_node.h:235:17: note: Virtual function in base class
ecflow-4.9.0/view/src/ecf_node.h:387:17: note: Function in derived class
ecflow-4.9.0/view/src/ecf_node.h:391:17: style: The function 'hasZombieAttr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/ecf_node.h:239:17: note: Virtual function in base class
ecflow-4.9.0/view/src/ecf_node.h:391:17: note: Function in derived class
ecflow-4.9.0/view/src/ecf_node.h:395:17: style: The function 'hasTime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/ecf_node.h:243:17: note: Virtual function in base class
ecflow-4.9.0/view/src/ecf_node.h:395:17: note: Function in derived class
ecflow-4.9.0/view/src/ecf_node.h:399:17: style: The function 'hasDate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/ecf_node.h:247:17: note: Virtual function in base class
ecflow-4.9.0/view/src/ecf_node.h:399:17: note: Function in derived class
ecflow-4.9.0/view/src/ecf_node.h:403:17: style: The function 'hasTrigger' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/ecf_node.h:251:17: note: Virtual function in base class
ecflow-4.9.0/view/src/ecf_node.h:403:17: note: Function in derived class
ecflow-4.9.0/view/src/ecf_node.h:408:17: style: The function 'make_subtree' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/ecf_node.h:203:17: note: Virtual function in base class
ecflow-4.9.0/view/src/ecf_node.h:408:17: note: Function in derived class
ecflow-4.9.0/view/src/ecf_node.h:412:26: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/ecf_node.h:256:26: note: Virtual function in base class
ecflow-4.9.0/view/src/ecf_node.h:412:26: note: Function in derived class
ecflow-4.9.0/view/src/ecf_node.h:416:17: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/ecf_node.h:260:17: note: Virtual function in base class
ecflow-4.9.0/view/src/ecf_node.h:416:17: note: Function in derived class
ecflow-4.9.0/view/src/ecf_node.h:420:30: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/ecf_node.h:197:30: note: Virtual function in base class
ecflow-4.9.0/view/src/ecf_node.h:420:30: note: Function in derived class
ecflow-4.9.0/view/src/ecf_node.h:431:17: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/ecf_node.h:198:17: note: Virtual function in base class
ecflow-4.9.0/view/src/ecf_node.h:431:17: note: Function in derived class
ecflow-4.9.0/view/src/ecf_node.h:436:17: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/ecf_node.h:199:17: note: Virtual function in base class
ecflow-4.9.0/view/src/ecf_node.h:436:17: note: Function in derived class
ecflow-4.9.0/view/src/ecf_node.h:442:9: style: The function 'update_delete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/ecf_node.h:200:17: note: Virtual function in base class
ecflow-4.9.0/view/src/ecf_node.h:442:9: note: Function in derived class
ecflow-4.9.0/view/src/ecf_node.h:447:9: style: The function 'update_delete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/ecf_node.h:201:17: note: Virtual function in base class
ecflow-4.9.0/view/src/ecf_node.h:447:9: note: Function in derived class
ecflow-4.9.0/view/src/ecf_node.h:453:31: style: The function 'variable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/ecf_node.h:264:31: note: Virtual function in base class
ecflow-4.9.0/view/src/ecf_node.h:453:31: note: Function in derived class
ecflow-4.9.0/view/src/ecf_node.h:457:17: style: The function 'why' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/ecf_node.h:265:17: note: Virtual function in base class
ecflow-4.9.0/view/src/ecf_node.h:457:17: note: Function in derived class
ecflow-4.9.0/view/src/ecf_node.h:461:24: style: The function 'get_var' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/ecf_node.h:269:24: note: Virtual function in base class
ecflow-4.9.0/view/src/ecf_node.h:461:24: note: Function in derived class
ecflow-4.9.0/view/src/ecf_node.h:467:17: style: The function 'unlink' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/ecf_node.h:303:17: note: Virtual function in base class
ecflow-4.9.0/view/src/ecf_node.h:467:17: note: Function in derived class
ecflow-4.9.0/view/src/ecf_node.h:472:17: style: The function 'check' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/ecf_node.h:304:17: note: Virtual function in base class
ecflow-4.9.0/view/src/ecf_node.h:472:17: note: Function in derived class
ecflow-4.9.0/view/src/ecf_node.h:478:19: style: The function 'get_limit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/ecf_node.h:275:19: note: Virtual function in base class
ecflow-4.9.0/view/src/ecf_node.h:478:19: note: Function in derived class
ecflow-4.9.0/view/src/ecf_node.h:482:18: style: The function 'get_node' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/ecf_node.h:276:18: note: Virtual function in base class
ecflow-4.9.0/view/src/ecf_node.h:482:18: note: Function in derived class
ecflow-4.9.0/view/src/ecf_node.h:486:25: style: The function 'get_label' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/ecf_node.h:277:25: note: Virtual function in base class
ecflow-4.9.0/view/src/ecf_node.h:486:25: note: Function in derived class
ecflow-4.9.0/view/src/ecf_node.h:490:25: style: The function 'get_event' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/ecf_node.h:278:25: note: Virtual function in base class
ecflow-4.9.0/view/src/ecf_node.h:490:25: note: Function in derived class
ecflow-4.9.0/view/src/ecf_node.h:494:25: style: The function 'get_meter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/ecf_node.h:279:25: note: Virtual function in base class
ecflow-4.9.0/view/src/ecf_node.h:494:25: note: Function in derived class
ecflow-4.9.0/view/src/ecf_node.h:498:26: style: The function 'get_repeat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/ecf_node.h:280:26: note: Virtual function in base class
ecflow-4.9.0/view/src/ecf_node.h:498:26: note: Function in derived class
ecflow-4.9.0/view/src/node.h:331:15: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/xnode.h:36:16: note: Virtual function in base class
ecflow-4.9.0/view/src/node.h:331:15: note: Function in derived class
ecflow-4.9.0/view/src/node.h:332:15: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/xnode.h:37:16: note: Virtual function in base class
ecflow-4.9.0/view/src/node.h:332:15: note: Function in derived class
ecflow-4.9.0/view/src/aborted.h:87:15: style: The function 'keep' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node_list.h:39:15: note: Virtual function in base class
ecflow-4.9.0/view/src/aborted.h:87:15: note: Function in derived class
ecflow-4.9.0/view/src/node_alert.h:40:0: style: The function 'shell' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/window.h:30:17: note: Virtual function in base class
ecflow-4.9.0/view/src/node_alert.h:40:0: note: Function in derived class
ecflow-4.9.0/view/src/node_alert.h:41:0: style: The function 'list' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node_list.h:37:17: note: Virtual function in base class
ecflow-4.9.0/view/src/node_alert.h:41:0: note: Function in derived class
ecflow-4.9.0/view/src/node_alert.h:42:0: style: The function 'form' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node_list.h:38:17: note: Virtual function in base class
ecflow-4.9.0/view/src/node_alert.h:42:0: note: Function in derived class
ecflow-4.9.0/view/src/ecflow.h:105:30: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
ecflow-4.9.0/view/src/ecflow.h:105:51: performance: Function parameter 'm' should be passed by const reference. [passedByValue]
ecflow-4.9.0/view/src/node.h:215:31: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
ecflow-4.9.0/view/src/to_check.h:34:15: style: The function 'keep' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node_list.h:39:15: note: Virtual function in base class
ecflow-4.9.0/view/src/to_check.h:34:15: note: Function in derived class
ecflow-4.9.0/view/src/zombie.h:33:16: style: The function 'keep' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node_list.h:39:15: note: Virtual function in base class
ecflow-4.9.0/view/src/zombie.h:33:16: note: Function in derived class
ecflow-4.9.0/view/src/simple_node.h:31:23: style: The function 'variable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:234:22: note: Virtual function in base class
ecflow-4.9.0/view/src/simple_node.h:31:23: note: Function in derived class
ecflow-4.9.0/view/src/simple_node.h:32:23: style: The function 'status_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:152:30: note: Virtual function in base class
ecflow-4.9.0/view/src/simple_node.h:32:23: note: Function in derived class
ecflow-4.9.0/view/src/simple_node.h:34:16: style: The function 'info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:128:15: note: Virtual function in base class
ecflow-4.9.0/view/src/simple_node.h:34:16: note: Function in derived class
ecflow-4.9.0/view/src/simple_node.h:35:16: style: The function 'triggers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:140:15: note: Virtual function in base class
ecflow-4.9.0/view/src/simple_node.h:35:16: note: Function in derived class
ecflow-4.9.0/view/src/simple_node.h:37:19: style: The function 'hasTriggers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:166:18: note: Virtual function in base class
ecflow-4.9.0/view/src/simple_node.h:37:19: note: Function in derived class
ecflow-4.9.0/view/src/simple_node.h:38:19: style: The function 'hasDate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:167:18: note: Virtual function in base class
ecflow-4.9.0/view/src/simple_node.h:38:19: note: Function in derived class
ecflow-4.9.0/view/src/simple_node.h:39:19: style: The function 'hasTime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:168:18: note: Virtual function in base class
ecflow-4.9.0/view/src/simple_node.h:39:19: note: Function in derived class
ecflow-4.9.0/view/src/simple_node.h:41:19: style: The function 'hasTimeHolding' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:170:18: note: Virtual function in base class
ecflow-4.9.0/view/src/simple_node.h:41:19: note: Function in derived class
ecflow-4.9.0/view/src/simple_node.h:43:19: style: The function 'hasManual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:172:18: note: Virtual function in base class
ecflow-4.9.0/view/src/simple_node.h:43:19: note: Function in derived class
ecflow-4.9.0/view/src/simple_node.h:44:19: style: The function 'isSimpleNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:165:18: note: Virtual function in base class
ecflow-4.9.0/view/src/simple_node.h:44:19: note: Function in derived class
ecflow-4.9.0/view/src/simple_node.h:45:19: style: The function 'isGenVariable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:236:18: note: Virtual function in base class
ecflow-4.9.0/view/src/simple_node.h:45:19: note: Function in derived class
ecflow-4.9.0/view/src/simple_node.h:46:16: style: The function 'genvars' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:148:15: note: Virtual function in base class
ecflow-4.9.0/view/src/simple_node.h:46:16: note: Function in derived class
ecflow-4.9.0/view/src/simple_node.h:47:16: style: The function 'variables' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:149:15: note: Virtual function in base class
ecflow-4.9.0/view/src/simple_node.h:47:16: note: Function in derived class
ecflow-4.9.0/view/src/simple_node.h:49:19: style: The function 'visible' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:91:18: note: Virtual function in base class
ecflow-4.9.0/view/src/simple_node.h:49:19: note: Function in derived class
ecflow-4.9.0/view/src/simple_node.h:50:19: style: The function 'visible_kid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:93:18: note: Virtual function in base class
ecflow-4.9.0/view/src/simple_node.h:50:19: note: Function in derived class
ecflow-4.9.0/view/src/simple_node.h:51:19: style: The function 'show_it' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:92:18: note: Virtual function in base class
ecflow-4.9.0/view/src/simple_node.h:51:19: note: Function in derived class
ecflow-4.9.0/view/src/simple_node.h:53:16: style: The function 'tell_me_why' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:133:15: note: Virtual function in base class
ecflow-4.9.0/view/src/simple_node.h:53:16: note: Function in derived class
ecflow-4.9.0/view/src/simple_node.h:54:16: style: The function 'why' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:134:15: note: Virtual function in base class
ecflow-4.9.0/view/src/simple_node.h:54:16: note: Function in derived class
ecflow-4.9.0/view/src/simple_node.h:55:16: style: The function 'suspended' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:136:15: note: Virtual function in base class
ecflow-4.9.0/view/src/simple_node.h:55:16: note: Function in derived class
ecflow-4.9.0/view/src/simple_node.h:56:16: style: The function 'aborted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:137:15: note: Virtual function in base class
ecflow-4.9.0/view/src/simple_node.h:56:16: note: Function in derived class
ecflow-4.9.0/view/src/simple_node.h:57:16: style: The function 'queued' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:138:15: note: Virtual function in base class
ecflow-4.9.0/view/src/simple_node.h:57:16: note: Function in derived class
ecflow-4.9.0/view/src/simple_node.h:59:15: style: The function 'tryno' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:161:14: note: Virtual function in base class
ecflow-4.9.0/view/src/simple_node.h:59:15: note: Function in derived class
ecflow-4.9.0/view/src/simple_node.h:60:15: style: The function 'flags' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:162:14: note: Virtual function in base class
ecflow-4.9.0/view/src/simple_node.h:60:15: note: Function in derived class
ecflow-4.9.0/view/src/simple_node.h:61:36: style: The function 'status_time' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:158:35: note: Virtual function in base class
ecflow-4.9.0/view/src/simple_node.h:61:36: note: Function in derived class
ecflow-4.9.0/view/src/simple_node.h:63:19: style: The function 'isMigrated' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:174:18: note: Virtual function in base class
ecflow-4.9.0/view/src/simple_node.h:63:19: note: Function in derived class
ecflow-4.9.0/view/src/simple_node.h:64:19: style: The function 'isLate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:175:18: note: Virtual function in base class
ecflow-4.9.0/view/src/simple_node.h:64:19: note: Function in derived class
ecflow-4.9.0/view/src/simple_node.h:65:19: style: The function 'isWaiting' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:176:18: note: Virtual function in base class
ecflow-4.9.0/view/src/simple_node.h:65:19: note: Function in derived class
ecflow-4.9.0/view/src/simple_node.h:66:19: style: The function 'hasMessages' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:177:18: note: Virtual function in base class
ecflow-4.9.0/view/src/simple_node.h:66:19: note: Function in derived class
ecflow-4.9.0/view/src/simple_node.h:68:19: style: The function 'isTimeDependent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:178:18: note: Virtual function in base class
ecflow-4.9.0/view/src/simple_node.h:68:19: note: Function in derived class
ecflow-4.9.0/view/src/simple_node.h:70:19: style: The function 'isForceAbort' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:188:18: note: Virtual function in base class
ecflow-4.9.0/view/src/simple_node.h:70:19: note: Function in derived class
ecflow-4.9.0/view/src/simple_node.h:71:19: style: The function 'isUserEdit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:189:18: note: Virtual function in base class
ecflow-4.9.0/view/src/simple_node.h:71:19: note: Function in derived class
ecflow-4.9.0/view/src/simple_node.h:72:19: style: The function 'isTaskAbort' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:190:18: note: Virtual function in base class
ecflow-4.9.0/view/src/simple_node.h:72:19: note: Function in derived class
ecflow-4.9.0/view/src/simple_node.h:73:19: style: The function 'isEditFailed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:191:18: note: Virtual function in base class
ecflow-4.9.0/view/src/simple_node.h:73:19: note: Function in derived class
ecflow-4.9.0/view/src/simple_node.h:74:19: style: The function 'isCmdFailed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:192:18: note: Virtual function in base class
ecflow-4.9.0/view/src/simple_node.h:74:19: note: Function in derived class
ecflow-4.9.0/view/src/simple_node.h:75:19: style: The function 'isScriptMissing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:193:18: note: Virtual function in base class
ecflow-4.9.0/view/src/simple_node.h:75:19: note: Function in derived class
ecflow-4.9.0/view/src/simple_node.h:76:19: style: The function 'isKilled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:194:18: note: Virtual function in base class
ecflow-4.9.0/view/src/simple_node.h:76:19: note: Function in derived class
ecflow-4.9.0/view/src/simple_node.h:77:19: style: The function 'isByRule' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:195:18: note: Virtual function in base class
ecflow-4.9.0/view/src/simple_node.h:77:19: note: Function in derived class
ecflow-4.9.0/view/src/simple_node.h:78:19: style: The function 'isQueueLimit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:196:18: note: Virtual function in base class
ecflow-4.9.0/view/src/simple_node.h:78:19: note: Function in derived class
ecflow-4.9.0/view/src/simple_node.h:80:19: style: The function 'isRerun' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:179:18: note: Virtual function in base class
ecflow-4.9.0/view/src/simple_node.h:80:19: note: Function in derived class
ecflow-4.9.0/view/src/simple_node.h:81:19: style: The function 'isZombie' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:183:18: note: Virtual function in base class
ecflow-4.9.0/view/src/simple_node.h:81:19: note: Function in derived class
ecflow-4.9.0/view/src/simple_node.h:82:19: style: The function 'hasZombieAttr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:184:18: note: Virtual function in base class
ecflow-4.9.0/view/src/simple_node.h:82:19: note: Function in derived class
ecflow-4.9.0/view/src/simple_node.h:83:19: style: The function 'isToBeChecked' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:185:18: note: Virtual function in base class
ecflow-4.9.0/view/src/simple_node.h:83:19: note: Function in derived class
ecflow-4.9.0/view/src/simple_node.h:84:19: style: The function 'isDefComplete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:182:18: note: Virtual function in base class
ecflow-4.9.0/view/src/simple_node.h:84:19: note: Function in derived class
ecflow-4.9.0/view/src/simple_node.h:86:16: style: The function 'trigger_kids' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:203:15: note: Virtual function in base class
ecflow-4.9.0/view/src/simple_node.h:86:16: note: Function in derived class
ecflow-4.9.0/view/src/simple_node.h:87:16: style: The function 'trigger_parent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:204:15: note: Virtual function in base class
ecflow-4.9.0/view/src/simple_node.h:87:16: note: Function in derived class
ecflow-4.9.0/view/src/simple_node.h:89:19: style: The function 'ecfFlag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:146:18: note: Virtual function in base class
ecflow-4.9.0/view/src/simple_node.h:89:19: note: Function in derived class
ecflow-4.9.0/view/src/simple_node.h:95:16: style: The function 'perlify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:264:15: note: Virtual function in base class
ecflow-4.9.0/view/src/simple_node.h:95:16: note: Function in derived class
ecflow-4.9.0/view/src/simple_node.h:102:16: style: The function 'drawNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:223:15: note: Virtual function in base class
ecflow-4.9.0/view/src/simple_node.h:102:16: note: Function in derived class
ecflow-4.9.0/view/src/simple_node.h:103:16: style: The function 'sizeNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:224:15: note: Virtual function in base class
ecflow-4.9.0/view/src/simple_node.h:103:16: note: Function in derived class
ecflow-4.9.0/view/src/simple_node.h:104:16: style: The function 'drawBackground' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:225:15: note: Virtual function in base class
ecflow-4.9.0/view/src/simple_node.h:104:16: note: Function in derived class
ecflow-4.9.0/view/src/simple_node.h:116:17: style: The function 'color' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:221:16: note: Virtual function in base class
ecflow-4.9.0/view/src/simple_node.h:116:17: note: Function in derived class
ecflow-4.9.0/view/src/simple_node.h:127:19: style: The function 'show_it' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/simple_node.h:51:19: note: Virtual function in base class
ecflow-4.9.0/view/src/simple_node.h:127:19: note: Function in derived class
ecflow-4.9.0/view/src/simple_node.h:128:19: style: The function 'visible' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/simple_node.h:49:19: note: Virtual function in base class
ecflow-4.9.0/view/src/simple_node.h:128:19: note: Function in derived class
ecflow-4.9.0/view/src/late.h:87:15: style: The function 'keep' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node_list.h:39:15: note: Virtual function in base class
ecflow-4.9.0/view/src/late.h:87:15: note: Function in derived class
ecflow-4.9.0/view/src/simple_node.h:136:16: style: The function 'trigger_kids' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/simple_node.h:86:16: note: Virtual function in base class
ecflow-4.9.0/view/src/simple_node.h:136:16: note: Function in derived class
ecflow-4.9.0/view/src/simple_node.h:137:16: style: The function 'trigger_parent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/simple_node.h:87:16: note: Virtual function in base class
ecflow-4.9.0/view/src/simple_node.h:137:16: note: Function in derived class
ecflow-4.9.0/view/src/simple_node.h:143:8: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:82:15: note: Virtual function in base class
ecflow-4.9.0/view/src/simple_node.h:143:8: note: Function in derived class
ecflow-4.9.0/view/src/task_node.h:33:15: style: The function 'adopt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:105:15: note: Virtual function in base class
ecflow-4.9.0/view/src/task_node.h:33:15: note: Function in derived class
ecflow-4.9.0/view/src/task_node.h:34:15: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:106:15: note: Virtual function in base class
ecflow-4.9.0/view/src/task_node.h:34:15: note: Function in derived class
ecflow-4.9.0/view/src/task_node.h:35:15: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:82:15: note: Virtual function in base class
ecflow-4.9.0/view/src/task_node.h:35:15: note: Function in derived class
ecflow-4.9.0/view/src/task_node.h:37:15: style: The function 'info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/simple_node.h:34:16: note: Virtual function in base class
ecflow-4.9.0/view/src/task_node.h:37:15: note: Function in derived class
ecflow-4.9.0/view/src/task_node.h:39:15: style: The function 'aborted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/simple_node.h:56:16: note: Virtual function in base class
ecflow-4.9.0/view/src/task_node.h:39:15: note: Function in derived class
ecflow-4.9.0/view/src/task_node.h:40:15: style: The function 'html_output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:254:15: note: Virtual function in base class
ecflow-4.9.0/view/src/task_node.h:40:15: note: Function in derived class
ecflow-4.9.0/view/src/task_node.h:41:15: style: The function 'html_script' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:256:15: note: Virtual function in base class
ecflow-4.9.0/view/src/task_node.h:41:15: note: Function in derived class
ecflow-4.9.0/view/src/task_node.h:42:15: style: The function 'html_job' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:257:15: note: Virtual function in base class
ecflow-4.9.0/view/src/task_node.h:42:15: note: Function in derived class
ecflow-4.9.0/view/src/task_node.h:43:15: style: The function 'html_jobstatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:258:15: note: Virtual function in base class
ecflow-4.9.0/view/src/task_node.h:43:15: note: Function in derived class
ecflow-4.9.0/view/src/task_node.h:44:15: style: The function 'html_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:250:15: note: Virtual function in base class
ecflow-4.9.0/view/src/task_node.h:44:15: note: Function in derived class
ecflow-4.9.0/view/src/task_node.h:45:22: style: The function 'html_page' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:248:22: note: Virtual function in base class
ecflow-4.9.0/view/src/task_node.h:45:22: note: Function in derived class
ecflow-4.9.0/view/src/task_node.h:49:8: style: The function 'why' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/simple_node.h:54:16: note: Virtual function in base class
ecflow-4.9.0/view/src/task_node.h:49:8: note: Function in derived class
ecflow-4.9.0/view/src/array.h:57:6: style: Technically the member function 'array::count' can be const. [functionConst]
ecflow-4.9.0/view/src/ask.cc:31:37: performance: Function parameter 'msg' should be passed by const reference. [passedByValue]
ecflow-4.9.0/view/src/auto_alarm.cc:23:13: warning: Member variable 'auto_alarm::saveSec_' is not initialized in the constructor. [uninitMemberVar]
ecflow-4.9.0/view/src/auto_alarm.h:37:3: style: Class 'auto_alarm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/base.h:54:15: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/runnable.h:39:15: note: Virtual function in base class
ecflow-4.9.0/view/src/base.h:54:15: note: Function in derived class
ecflow-4.9.0/view/src/host.h:328:8: style: Technically the member function 'host_locker::err' can be const. [functionConst]
ecflow-4.9.0/view/src/array.h:57:0: style: Technically the member function 'array < xmstring >::count' can be const. [functionConst]
ecflow-4.9.0/view/src/host.h:91:3: style: Class 'host_builder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/host.h:326:4: style: Struct 'host_locker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/host.h:333:2: style: Class 'Updating' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/collector.h:64:17: style: The function 'shell' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/window.h:30:17: note: Virtual function in base class
ecflow-4.9.0/view/src/collector.h:64:17: note: Function in derived class
ecflow-4.9.0/view/src/collector.h:65:17: style: The function 'list' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node_list.h:37:17: note: Virtual function in base class
ecflow-4.9.0/view/src/collector.h:65:17: note: Function in derived class
ecflow-4.9.0/view/src/collector.h:66:17: style: The function 'form' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node_list.h:38:17: note: Virtual function in base class
ecflow-4.9.0/view/src/collector.h:66:17: note: Function in derived class
ecflow-4.9.0/view/src/collector.h:84:7: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/runnable.h:39:15: note: Virtual function in base class
ecflow-4.9.0/view/src/collector.h:84:7: note: Function in derived class
ecflow-4.9.0/view/src/collector.h:95:15: style: The function 'keep' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node_list.h:39:15: note: Virtual function in base class
ecflow-4.9.0/view/src/collector.h:95:15: note: Function in derived class
ecflow-4.9.0/view/src/host.h:88:17: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/host.h:77:17: note: Virtual function in base class
ecflow-4.9.0/view/src/host.h:88:17: note: Function in derived class
ecflow-4.9.0/view/src/host.h:191:7: style: The function 'changed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/configurable.h:25:15: note: Virtual function in base class
ecflow-4.9.0/view/src/host.h:191:7: note: Function in derived class
ecflow-4.9.0/view/src/host.h:199:7: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/timeout.h:37:15: note: Virtual function in base class
ecflow-4.9.0/view/src/host.h:199:7: note: Function in derived class
ecflow-4.9.0/view/src/host.h:202:21: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/searchable.h:41:22: note: Virtual function in base class
ecflow-4.9.0/view/src/host.h:202:21: note: Function in derived class
ecflow-4.9.0/view/src/host.h:207:7: style: The function 'search' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/searchable.h:42:15: note: Virtual function in base class
ecflow-4.9.0/view/src/host.h:207:7: note: Function in derived class
ecflow-4.9.0/view/src/host.h:279:16: style: The function 'dir' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/host.h:168:16: note: Virtual function in base class
ecflow-4.9.0/view/src/host.h:279:16: note: Function in derived class
ecflow-4.9.0/view/src/host.h:281:8: style: The function 'zombies' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/host.h:172:16: note: Virtual function in base class
ecflow-4.9.0/view/src/host.h:281:8: note: Function in derived class
ecflow-4.9.0/view/src/host.h:282:8: style: The function 'get_zombies_list' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/host.h:173:16: note: Virtual function in base class
ecflow-4.9.0/view/src/host.h:282:8: note: Function in derived class
ecflow-4.9.0/view/src/host.h:284:8: style: The function 'login' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/host.h:144:16: note: Virtual function in base class
ecflow-4.9.0/view/src/host.h:284:8: note: Function in derived class
ecflow-4.9.0/view/src/host.h:285:8: style: The function 'logout' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/host.h:145:16: note: Virtual function in base class
ecflow-4.9.0/view/src/host.h:285:8: note: Function in derived class
ecflow-4.9.0/view/src/host.h:286:8: style: The function 'changed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/configurable.h:25:15: note: Virtual function in base class
ecflow-4.9.0/view/src/host.h:286:8: note: Function in derived class
ecflow-4.9.0/view/src/host.h:287:35: style: The function 'history' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/host.h:153:35: note: Virtual function in base class
ecflow-4.9.0/view/src/host.h:287:35: note: Function in derived class
ecflow-4.9.0/view/src/host.h:289:15: style: The function 'logfile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/host.h:193:14: note: Virtual function in base class
ecflow-4.9.0/view/src/host.h:289:15: note: Function in derived class
ecflow-4.9.0/view/src/host.h:290:15: style: The function 'command' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/host.h:152:15: note: Virtual function in base class
ecflow-4.9.0/view/src/host.h:290:15: note: Function in derived class
ecflow-4.9.0/view/src/host.h:291:7: style: The function 'command' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/host.h:150:15: note: Virtual function in base class
ecflow-4.9.0/view/src/host.h:291:7: note: Function in derived class
ecflow-4.9.0/view/src/host.h:292:7: style: The function 'command' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/host.h:151:15: note: Virtual function in base class
ecflow-4.9.0/view/src/host.h:292:7: note: Function in derived class
ecflow-4.9.0/view/src/host.h:294:20: style: The function 'edit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/host.h:166:20: note: Virtual function in base class
ecflow-4.9.0/view/src/host.h:294:20: note: Function in derived class
ecflow-4.9.0/view/src/host.h:295:16: style: The function 'send' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/host.h:167:16: note: Virtual function in base class
ecflow-4.9.0/view/src/host.h:295:16: note: Function in derived class
ecflow-4.9.0/view/src/host.h:296:16: style: The function 'suites' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/host.h:176:16: note: Virtual function in base class
ecflow-4.9.0/view/src/host.h:296:16: note: Function in derived class
ecflow-4.9.0/view/src/host.h:297:12: style: The function 'sfile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/host.h:158:20: note: Virtual function in base class
ecflow-4.9.0/view/src/host.h:297:12: note: Function in derived class
ecflow-4.9.0/view/src/host.h:298:12: style: The function 'file' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/host.h:157:20: note: Virtual function in base class
ecflow-4.9.0/view/src/host.h:298:12: note: Function in derived class
ecflow-4.9.0/view/src/host.h:299:12: style: The function 'manual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/host.h:159:20: note: Virtual function in base class
ecflow-4.9.0/view/src/host.h:299:12: note: Function in derived class
ecflow-4.9.0/view/src/host.h:300:12: style: The function 'jobcheck' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/host.h:164:20: note: Virtual function in base class
ecflow-4.9.0/view/src/host.h:300:12: note: Function in derived class
ecflow-4.9.0/view/src/host.h:301:12: style: The function 'jobstatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/host.h:163:20: note: Virtual function in base class
ecflow-4.9.0/view/src/host.h:301:12: note: Function in derived class
ecflow-4.9.0/view/src/host.h:303:21: style: The function 'reply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/host.h:136:29: note: Virtual function in base class
ecflow-4.9.0/view/src/host.h:303:21: note: Function in derived class
ecflow-4.9.0/view/src/host.h:304:15: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/host.h:149:15: note: Virtual function in base class
ecflow-4.9.0/view/src/host.h:304:15: note: Function in derived class
ecflow-4.9.0/view/src/host.h:306:43: style: The function 'messages' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/host.h:212:42: note: Virtual function in base class
ecflow-4.9.0/view/src/host.h:306:43: note: Function in derived class
ecflow-4.9.0/view/src/host.h:308:8: style: The function 'stats' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/host.h:272:22: note: Virtual function in base class
ecflow-4.9.0/view/src/host.h:308:8: note: Function in derived class
ecflow-4.9.0/view/src/host.h:310:16: style: The function 'connect_mngt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/host.h:265:15: note: Virtual function in base class
ecflow-4.9.0/view/src/host.h:310:16: note: Function in derived class
ecflow-4.9.0/view/src/host.h:312:8: style: The function 'create_tree' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/host.h:180:16: note: Virtual function in base class
ecflow-4.9.0/view/src/host.h:312:8: note: Function in derived class
ecflow-4.9.0/view/src/host.h:314:16: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/host.h:264:15: note: Virtual function in base class
ecflow-4.9.0/view/src/host.h:314:16: note: Function in derived class
ecflow-4.9.0/view/src/substitute.h:50:21: style: The function 'eval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/substitute.h:34:29: note: Virtual function in base class
ecflow-4.9.0/view/src/substitute.h:50:21: note: Function in derived class
ecflow-4.9.0/view/src/option.h:31:0: style: The function 'initWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/resource.h:45:15: note: Virtual function in base class
ecflow-4.9.0/view/src/option.h:31:0: note: Function in derived class
ecflow-4.9.0/view/src/option.h:32:0: style: The function 'readWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/resource.h:46:15: note: Virtual function in base class
ecflow-4.9.0/view/src/option.h:32:0: note: Function in derived class
ecflow-4.9.0/view/src/option.h:33:0: style: The function 'changed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/resource.h:47:15: note: Virtual function in base class
ecflow-4.9.0/view/src/option.h:33:0: note: Function in derived class
ecflow-4.9.0/view/src/text_lister.h:60:58: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
ecflow-4.9.0/view/src/option.h:31:15: style: The function 'initWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/resource.h:45:15: note: Virtual function in base class
ecflow-4.9.0/view/src/option.h:31:15: note: Function in derived class
ecflow-4.9.0/view/src/option.h:32:15: style: The function 'readWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/resource.h:46:15: note: Virtual function in base class
ecflow-4.9.0/view/src/option.h:32:15: note: Function in derived class
ecflow-4.9.0/view/src/option.h:33:15: style: The function 'changed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/resource.h:47:15: note: Virtual function in base class
ecflow-4.9.0/view/src/option.h:33:15: note: Function in derived class
ecflow-4.9.0/view/src/pref_editor.h:40:15: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/configurator.h:59:15: note: Virtual function in base class
ecflow-4.9.0/view/src/pref_editor.h:40:15: note: Function in derived class
ecflow-4.9.0/view/src/pref_editor.h:41:15: style: The function 'modified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/configurator.h:60:15: note: Virtual function in base class
ecflow-4.9.0/view/src/pref_editor.h:41:15: note: Function in derived class
ecflow-4.9.0/view/src/prefs.h:112:17: style: The function 'form' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/editor.h:39:17: note: Virtual function in base class
ecflow-4.9.0/view/src/prefs.h:112:17: note: Function in derived class
ecflow-4.9.0/view/src/prefs.h:113:24: style: The function 'owner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/pref_editor.h:38:24: note: Virtual function in base class
ecflow-4.9.0/view/src/prefs.h:113:24: note: Function in derived class
ecflow-4.9.0/view/src/colors_prefs.h:33:17: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/prefs.h:62:17: note: Virtual function in base class
ecflow-4.9.0/view/src/colors_prefs.h:33:17: note: Function in derived class
ecflow-4.9.0/view/src/show.h:80:2: style: Class 'show' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/dummy_node.h:24:3: style: Class 'dummy_node' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/dummy_node.h:27:19: style: The function 'menus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:95:18: note: Virtual function in base class
ecflow-4.9.0/view/src/dummy_node.h:27:19: note: Function in derived class
ecflow-4.9.0/view/src/dummy_node.h:28:19: style: The function 'selectable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:96:18: note: Virtual function in base class
ecflow-4.9.0/view/src/dummy_node.h:28:19: note: Function in derived class
ecflow-4.9.0/view/src/dummy_node.h:29:30: style: The function 'full_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:99:29: note: Virtual function in base class
ecflow-4.9.0/view/src/dummy_node.h:29:30: note: Function in derived class
ecflow-4.9.0/view/src/dummy_node.h:30:30: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:98:29: note: Virtual function in base class
ecflow-4.9.0/view/src/dummy_node.h:30:30: note: Function in derived class
ecflow-4.9.0/view/src/dummy_node.h:31:16: style: The function 'info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:128:15: note: Virtual function in base class
ecflow-4.9.0/view/src/dummy_node.h:31:16: note: Function in derived class
ecflow-4.9.0/view/src/dummy_node.h:33:21: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:129:28: note: Virtual function in base class
ecflow-4.9.0/view/src/dummy_node.h:33:21: note: Function in derived class
ecflow-4.9.0/view/src/dummy_node.h:34:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:151:30: note: Virtual function in base class
ecflow-4.9.0/view/src/dummy_node.h:34:23: note: Function in derived class
ecflow-4.9.0/view/src/dummy_node.h:35:23: style: The function 'status_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:152:30: note: Virtual function in base class
ecflow-4.9.0/view/src/dummy_node.h:35:23: note: Function in derived class
ecflow-4.9.0/view/src/dummy_node.h:46:7: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:156:14: note: Virtual function in base class
ecflow-4.9.0/view/src/dummy_node.h:46:7: note: Function in derived class
ecflow-4.9.0/view/src/dummy_node.h:48:16: style: The function 'perlify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:264:15: note: Virtual function in base class
ecflow-4.9.0/view/src/dummy_node.h:48:16: note: Function in derived class
ecflow-4.9.0/view/src/date.h:25:15: style: The function 'is_my_parent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:238:15: note: Virtual function in base class
ecflow-4.9.0/view/src/date.h:25:15: note: Function in derived class
ecflow-4.9.0/view/src/date.h:26:15: style: The function 'info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:128:15: note: Virtual function in base class
ecflow-4.9.0/view/src/date.h:26:15: note: Function in derived class
ecflow-4.9.0/view/src/date.h:28:19: style: The function 'make_label_tree' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:328:19: note: Virtual function in base class
ecflow-4.9.0/view/src/date.h:28:19: note: Function in derived class
ecflow-4.9.0/view/src/date.h:29:19: style: The function 'make_label_trigger' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:329:19: note: Virtual function in base class
ecflow-4.9.0/view/src/date.h:29:19: note: Function in derived class
ecflow-4.9.0/view/src/date.h:31:29: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:98:29: note: Virtual function in base class
ecflow-4.9.0/view/src/date.h:31:29: note: Function in derived class
ecflow-4.9.0/view/src/date.h:32:21: style: The function 'full_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:99:29: note: Virtual function in base class
ecflow-4.9.0/view/src/date.h:32:21: note: Function in derived class
ecflow-4.9.0/view/src/date.h:33:18: style: The function 'menus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:95:18: note: Virtual function in base class
ecflow-4.9.0/view/src/date.h:33:18: note: Function in derived class
ecflow-4.9.0/view/src/date.h:34:18: style: The function 'selectable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:96:18: note: Virtual function in base class
ecflow-4.9.0/view/src/date.h:34:18: note: Function in derived class
ecflow-4.9.0/view/src/date.h:36:18: style: The function 'visible' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:91:18: note: Virtual function in base class
ecflow-4.9.0/view/src/date.h:36:18: note: Function in derived class
ecflow-4.9.0/view/src/date.h:37:16: style: The function 'graph_node' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:242:16: note: Virtual function in base class
ecflow-4.9.0/view/src/date.h:37:16: note: Function in derived class
ecflow-4.9.0/view/src/date.h:40:15: style: The function 'perlify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:264:15: note: Virtual function in base class
ecflow-4.9.0/view/src/date.h:40:15: note: Function in derived class
ecflow-4.9.0/view/src/date.cc:77:12: error: Uninitialized variable: buf [uninitvar]
ecflow-4.9.0/view/src/flags.h:37:2: style: Class 'flagNot' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/flags.h:63:2: style: Class 'typeFlag' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/flags.h:70:2: style: Class 'statusFlag' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/flags.h:77:2: style: Class 'eventFlag' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/flags.h:85:2: style: Class 'procFlag' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/flags.h:100:2: style: Class 'showFlag' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/flags.h:108:2: style: Class 'userFlag' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/pixmap.h:32:2: style: Class 'pixmap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/flags.h:35:18: style: The function 'eval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/flags.h:27:20: note: Virtual function in base class
ecflow-4.9.0/view/src/flags.h:35:18: note: Function in derived class
ecflow-4.9.0/view/src/flags.h:44:18: style: The function 'eval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/flags.h:27:20: note: Virtual function in base class
ecflow-4.9.0/view/src/flags.h:44:18: note: Function in derived class
ecflow-4.9.0/view/src/flags.h:53:18: style: The function 'eval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/flags.h:27:20: note: Virtual function in base class
ecflow-4.9.0/view/src/flags.h:53:18: note: Function in derived class
ecflow-4.9.0/view/src/flags.h:62:18: style: The function 'eval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/flags.h:27:20: note: Virtual function in base class
ecflow-4.9.0/view/src/flags.h:62:18: note: Function in derived class
ecflow-4.9.0/view/src/flags.h:69:18: style: The function 'eval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/flags.h:27:20: note: Virtual function in base class
ecflow-4.9.0/view/src/flags.h:69:18: note: Function in derived class
ecflow-4.9.0/view/src/flags.h:76:18: style: The function 'eval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/flags.h:27:20: note: Virtual function in base class
ecflow-4.9.0/view/src/flags.h:76:18: note: Function in derived class
ecflow-4.9.0/view/src/flags.h:84:18: style: The function 'eval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/flags.h:27:20: note: Virtual function in base class
ecflow-4.9.0/view/src/flags.h:84:18: note: Function in derived class
ecflow-4.9.0/view/src/flags.h:89:18: style: The function 'eval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/flags.h:27:20: note: Virtual function in base class
ecflow-4.9.0/view/src/flags.h:89:18: note: Function in derived class
ecflow-4.9.0/view/src/flags.h:93:18: style: The function 'eval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/flags.h:27:20: note: Virtual function in base class
ecflow-4.9.0/view/src/flags.h:93:18: note: Function in derived class
ecflow-4.9.0/view/src/flags.h:99:18: style: The function 'eval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/flags.h:27:20: note: Virtual function in base class
ecflow-4.9.0/view/src/flags.h:99:18: note: Function in derived class
ecflow-4.9.0/view/src/flags.h:107:18: style: The function 'eval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/flags.h:27:20: note: Virtual function in base class
ecflow-4.9.0/view/src/flags.h:107:18: note: Function in derived class
ecflow-4.9.0/view/src/flags.h:113:18: style: The function 'eval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/flags.h:27:20: note: Virtual function in base class
ecflow-4.9.0/view/src/flags.h:113:18: note: Function in derived class
ecflow-4.9.0/view/src/result.h:34:15: style: The function 'keep' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node_list.h:39:15: note: Virtual function in base class
ecflow-4.9.0/view/src/result.h:34:15: note: Function in derived class
ecflow-4.9.0/view/src/directory.cc:71:2: error: Resource leak: f [resourceLeak]
ecflow-4.9.0/view/src/dummy_node.cc:46:16: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/ecf_node.h:467:0: warning: Virtual function 'unlink' is called from destructor '~ecf_concrete_node < dummy_node >()' at line 341. Dynamic binding is not used. [virtualCallInConstructor]
ecflow-4.9.0/view/src/ecf_node.h:341:0: note: Calling unlink
ecflow-4.9.0/view/src/ecf_node.h:467:0: note: unlink is a virtual method
ecflow-4.9.0/view/src/ecf_node.h:322:0: style: The function 'create_node' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/ecf_node.h:182:18: note: Virtual function in base class
ecflow-4.9.0/view/src/ecf_node.h:322:0: note: Function in derived class
ecflow-4.9.0/view/src/ecf_node.h:344:0: style: The function 'set_graphic_ptr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/ecf_node.h:179:17: note: Virtual function in base class
ecflow-4.9.0/view/src/ecf_node.h:344:0: note: Function in derived class
ecflow-4.9.0/view/src/ecf_node.h:352:0: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/ecf_node.h:205:30: note: Virtual function in base class
ecflow-4.9.0/view/src/ecf_node.h:352:0: note: Function in derived class
ecflow-4.9.0/view/src/ecf_node.h:355:0: style: The function 'status' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/ecf_node.h:210:16: note: Virtual function in base class
ecflow-4.9.0/view/src/ecf_node.h:355:0: note: Function in derived class
ecflow-4.9.0/view/src/ecf_node.h:359:0: style: The function 'defstatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/ecf_node.h:218:16: note: Virtual function in base class
ecflow-4.9.0/view/src/ecf_node.h:359:0: note: Function in derived class
ecflow-4.9.0/view/src/ecf_node.h:363:0: style: The function 'status_time' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/ecf_node.h:214:37: note: Virtual function in base class
ecflow-4.9.0/view/src/ecf_node.h:363:0: note: Function in derived class
ecflow-4.9.0/view/src/ecf_node.h:367:0: style: The function 'tryno' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/ecf_node.h:222:16: note: Virtual function in base class
ecflow-4.9.0/view/src/ecf_node.h:367:0: note: Function in derived class
ecflow-4.9.0/view/src/ecf_node.h:371:0: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/ecf_node.h:195:16: note: Virtual function in base class
ecflow-4.9.0/view/src/ecf_node.h:371:0: note: Function in derived class
ecflow-4.9.0/view/src/ecf_node.h:375:0: style: The function 'flags' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/ecf_node.h:196:16: note: Virtual function in base class
ecflow-4.9.0/view/src/ecf_node.h:375:0: note: Function in derived class
ecflow-4.9.0/view/src/ecf_node.h:379:0: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/ecf_node.h:226:31: note: Virtual function in base class
ecflow-4.9.0/view/src/ecf_node.h:379:0: note: Function in derived class
ecflow-4.9.0/view/src/ecf_node.h:383:0: style: The function 'full_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/ecf_node.h:230:31: note: Virtual function in base class
ecflow-4.9.0/view/src/ecf_node.h:383:0: note: Function in derived class
ecflow-4.9.0/view/src/ecf_node.h:387:0: style: The function 'is_late' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/ecf_node.h:235:17: note: Virtual function in base class
ecflow-4.9.0/view/src/ecf_node.h:387:0: note: Function in derived class
ecflow-4.9.0/view/src/ecf_node.h:391:0: style: The function 'hasZombieAttr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/ecf_node.h:239:17: note: Virtual function in base class
ecflow-4.9.0/view/src/ecf_node.h:391:0: note: Function in derived class
ecflow-4.9.0/view/src/ecf_node.h:395:0: style: The function 'hasTime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/ecf_node.h:243:17: note: Virtual function in base class
ecflow-4.9.0/view/src/ecf_node.h:395:0: note: Function in derived class
ecflow-4.9.0/view/src/ecf_node.h:399:0: style: The function 'hasDate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/ecf_node.h:247:17: note: Virtual function in base class
ecflow-4.9.0/view/src/ecf_node.h:399:0: note: Function in derived class
ecflow-4.9.0/view/src/ecf_node.h:403:0: style: The function 'hasTrigger' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/ecf_node.h:251:17: note: Virtual function in base class
ecflow-4.9.0/view/src/ecf_node.h:403:0: note: Function in derived class
ecflow-4.9.0/view/src/ecf_node.h:408:0: style: The function 'make_subtree' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/ecf_node.h:203:17: note: Virtual function in base class
ecflow-4.9.0/view/src/ecf_node.h:408:0: note: Function in derived class
ecflow-4.9.0/view/src/ecf_node.h:412:0: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/ecf_node.h:256:26: note: Virtual function in base class
ecflow-4.9.0/view/src/ecf_node.h:412:0: note: Function in derived class
ecflow-4.9.0/view/src/ecf_node.h:416:0: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/ecf_node.h:260:17: note: Virtual function in base class
ecflow-4.9.0/view/src/ecf_node.h:416:0: note: Function in derived class
ecflow-4.9.0/view/src/ecf_node.h:420:0: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/ecf_node.h:197:30: note: Virtual function in base class
ecflow-4.9.0/view/src/ecf_node.h:420:0: note: Function in derived class
ecflow-4.9.0/view/src/ecf_node.h:431:0: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/ecf_node.h:198:17: note: Virtual function in base class
ecflow-4.9.0/view/src/ecf_node.h:431:0: note: Function in derived class
ecflow-4.9.0/view/src/ecf_node.h:436:0: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/ecf_node.h:199:17: note: Virtual function in base class
ecflow-4.9.0/view/src/ecf_node.h:436:0: note: Function in derived class
ecflow-4.9.0/view/src/ecf_node.h:442:0: style: The function 'update_delete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/ecf_node.h:200:17: note: Virtual function in base class
ecflow-4.9.0/view/src/ecf_node.h:442:0: note: Function in derived class
ecflow-4.9.0/view/src/ecf_node.h:447:0: style: The function 'update_delete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/ecf_node.h:201:17: note: Virtual function in base class
ecflow-4.9.0/view/src/ecf_node.h:447:0: note: Function in derived class
ecflow-4.9.0/view/src/ecf_node.h:453:0: style: The function 'variable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/ecf_node.h:264:31: note: Virtual function in base class
ecflow-4.9.0/view/src/ecf_node.h:453:0: note: Function in derived class
ecflow-4.9.0/view/src/ecf_node.h:457:0: style: The function 'why' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/ecf_node.h:265:17: note: Virtual function in base class
ecflow-4.9.0/view/src/ecf_node.h:457:0: note: Function in derived class
ecflow-4.9.0/view/src/ecf_node.h:461:0: style: The function 'get_var' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/ecf_node.h:269:24: note: Virtual function in base class
ecflow-4.9.0/view/src/ecf_node.h:461:0: note: Function in derived class
ecflow-4.9.0/view/src/ecf_node.h:467:0: style: The function 'unlink' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/ecf_node.h:303:17: note: Virtual function in base class
ecflow-4.9.0/view/src/ecf_node.h:467:0: note: Function in derived class
ecflow-4.9.0/view/src/ecf_node.h:472:0: style: The function 'check' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/ecf_node.h:304:17: note: Virtual function in base class
ecflow-4.9.0/view/src/ecf_node.h:472:0: note: Function in derived class
ecflow-4.9.0/view/src/ecf_node.h:478:0: style: The function 'get_limit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/ecf_node.h:275:19: note: Virtual function in base class
ecflow-4.9.0/view/src/ecf_node.h:478:0: note: Function in derived class
ecflow-4.9.0/view/src/ecf_node.h:482:0: style: The function 'get_node' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/ecf_node.h:276:18: note: Virtual function in base class
ecflow-4.9.0/view/src/ecf_node.h:482:0: note: Function in derived class
ecflow-4.9.0/view/src/ecf_node.h:486:0: style: The function 'get_label' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/ecf_node.h:277:25: note: Virtual function in base class
ecflow-4.9.0/view/src/ecf_node.h:486:0: note: Function in derived class
ecflow-4.9.0/view/src/ecf_node.h:490:0: style: The function 'get_event' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/ecf_node.h:278:25: note: Virtual function in base class
ecflow-4.9.0/view/src/ecf_node.h:490:0: note: Function in derived class
ecflow-4.9.0/view/src/ecf_node.h:494:0: style: The function 'get_meter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/ecf_node.h:279:25: note: Virtual function in base class
ecflow-4.9.0/view/src/ecf_node.h:494:0: note: Function in derived class
ecflow-4.9.0/view/src/ecf_node.h:498:0: style: The function 'get_repeat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/ecf_node.h:280:26: note: Virtual function in base class
ecflow-4.9.0/view/src/ecf_node.h:498:0: note: Function in derived class
ecflow-4.9.0/view/src/dummy_node.cc:28:42: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ecflow-4.9.0/view/src/dummy_node.cc:41:47: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ecflow-4.9.0/view/src/ecf_node.cc:704:8: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
ecflow-4.9.0/view/src/ecf_node.cc:703:32: note: outer condition: xn
ecflow-4.9.0/view/src/ecf_node.cc:704:8: note: identical inner condition: xn
ecflow-4.9.0/view/src/ecf_node.h:133:24: performance: Technically the member function 'ExpressionWrapper::name' can be static. [functionStatic]
ecflow-4.9.0/view/src/ecf_node.cc:1264:40: note: Technically the member function 'ExpressionWrapper::name' can be static.
ecflow-4.9.0/view/src/ecf_node.h:133:24: note: Technically the member function 'ExpressionWrapper::name' can be static.
ecflow-4.9.0/view/src/ecf_node.h:134:24: performance: Technically the member function 'ExpressionWrapper::full_name' can be static. [functionStatic]
ecflow-4.9.0/view/src/ecf_node.cc:1269:40: note: Technically the member function 'ExpressionWrapper::full_name' can be static.
ecflow-4.9.0/view/src/ecf_node.h:134:24: note: Technically the member function 'ExpressionWrapper::full_name' can be static.
ecflow-4.9.0/view/src/ecf_node.cc:298:16: style: Technically the member function 'cless_than::operator()' can be const. [functionConst]
ecflow-4.9.0/view/src/ecf_node.h:303:17: warning: Virtual function 'unlink' is called from destructor '~ecf_node()' at line 211. Dynamic binding is not used. [virtualCallInConstructor]
ecflow-4.9.0/view/src/ecf_node.cc:211:4: note: Calling unlink
ecflow-4.9.0/view/src/ecf_node.h:303:17: note: unlink is a virtual method
ecflow-4.9.0/view/src/ecf_node.h:467:0: warning: Virtual function 'unlink' is called from destructor '~ecf_concrete_node < external >()' at line 341. Dynamic binding is not used. [virtualCallInConstructor]
ecflow-4.9.0/view/src/ecf_node.h:341:0: note: Calling unlink
ecflow-4.9.0/view/src/ecf_node.h:467:0: note: unlink is a virtual method
ecflow-4.9.0/view/src/tree.h:48:2: style: Class 'tree' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/external.h:24:2: style: Class 'external' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/node_window.h:40:15: style: The function 'new_selection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/selection.h:36:15: note: Virtual function in base class
ecflow-4.9.0/view/src/node_window.h:40:15: note: Function in derived class
ecflow-4.9.0/view/src/node_window.h:41:15: style: The function 'selection_cleared' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/selection.h:35:15: note: Virtual function in base class
ecflow-4.9.0/view/src/node_window.h:41:15: note: Function in derived class
ecflow-4.9.0/view/src/tree.h:58:17: style: The function 'xnode_of' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node_window.h:37:17: note: Virtual function in base class
ecflow-4.9.0/view/src/tree.h:58:17: note: Function in derived class
ecflow-4.9.0/view/src/tree.h:63:15: style: The function 'click2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node_window.h:52:15: note: Virtual function in base class
ecflow-4.9.0/view/src/tree.h:63:15: note: Function in derived class
ecflow-4.9.0/view/src/tree.h:79:15: style: The function 'show_node' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node_window.h:45:15: note: Virtual function in base class
ecflow-4.9.0/view/src/tree.h:79:15: note: Function in derived class
ecflow-4.9.0/view/src/tree.h:81:17: style: The function 'menu1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node_window.h:59:17: note: Virtual function in base class
ecflow-4.9.0/view/src/tree.h:81:17: note: Function in derived class
ecflow-4.9.0/view/src/tree.h:82:17: style: The function 'menu2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node_window.h:60:17: note: Virtual function in base class
ecflow-4.9.0/view/src/tree.h:82:17: note: Function in derived class
ecflow-4.9.0/view/src/tree.h:85:7: style: The function 'notification' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/observer.h:33:15: note: Virtual function in base class
ecflow-4.9.0/view/src/tree.h:85:7: note: Function in derived class
ecflow-4.9.0/view/src/tree.h:87:7: style: The function 'gone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/observer.h:35:15: note: Virtual function in base class
ecflow-4.9.0/view/src/tree.h:87:7: note: Function in derived class
ecflow-4.9.0/view/src/tree.h:88:7: style: The function 'adoption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/observer.h:34:15: note: Virtual function in base class
ecflow-4.9.0/view/src/tree.h:88:7: note: Function in derived class
ecflow-4.9.0/view/src/tree.h:90:15: style: The function 'new_selection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node_window.h:40:15: note: Virtual function in base class
ecflow-4.9.0/view/src/tree.h:90:15: note: Function in derived class
ecflow-4.9.0/view/src/tree.h:91:15: style: The function 'selection_cleared' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node_window.h:41:15: note: Virtual function in base class
ecflow-4.9.0/view/src/tree.h:91:15: note: Function in derived class
ecflow-4.9.0/view/src/tree.h:93:9: style: The function 'node_widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node_window.h:38:17: note: Virtual function in base class
ecflow-4.9.0/view/src/tree.h:93:9: note: Function in derived class
ecflow-4.9.0/view/src/external.h:27:18: style: The function 'menus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:95:18: note: Virtual function in base class
ecflow-4.9.0/view/src/external.h:27:18: note: Function in derived class
ecflow-4.9.0/view/src/external.h:28:18: style: The function 'selectable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:96:18: note: Virtual function in base class
ecflow-4.9.0/view/src/external.h:28:18: note: Function in derived class
ecflow-4.9.0/view/src/external.h:29:29: style: The function 'full_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:99:29: note: Virtual function in base class
ecflow-4.9.0/view/src/external.h:29:29: note: Function in derived class
ecflow-4.9.0/view/src/external.h:30:15: style: The function 'info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:128:15: note: Virtual function in base class
ecflow-4.9.0/view/src/external.h:30:15: note: Function in derived class
ecflow-4.9.0/view/src/external.h:32:22: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:151:30: note: Virtual function in base class
ecflow-4.9.0/view/src/external.h:32:22: note: Function in derived class
ecflow-4.9.0/view/src/external.h:33:22: style: The function 'status_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:152:30: note: Virtual function in base class
ecflow-4.9.0/view/src/external.h:33:22: note: Function in derived class
ecflow-4.9.0/view/src/external.h:34:29: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:98:29: note: Virtual function in base class
ecflow-4.9.0/view/src/external.h:34:29: note: Function in derived class
ecflow-4.9.0/view/src/external.h:35:28: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:129:28: note: Virtual function in base class
ecflow-4.9.0/view/src/external.h:35:28: note: Function in derived class
ecflow-4.9.0/view/src/external.h:49:15: style: The function 'perlify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:264:15: note: Virtual function in base class
ecflow-4.9.0/view/src/external.h:49:15: note: Function in derived class
ecflow-4.9.0/view/src/ecflow.cc:227:18: style: The scope of the variable 'de' can be reduced. [variableScope]
ecflow-4.9.0/view/src/ecflow.cc:233:19: style: The scope of the variable 'ok' can be reduced. [variableScope]
ecflow-4.9.0/view/src/log_event.h:127:56: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/ecflowview.cc:163:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ecflow-4.9.0/view/src/array.h:57:0: style: Technically the member function 'array < timetable_node * >::count' can be const. [functionConst]
ecflow-4.9.0/view/src/array.h:57:0: style: Technically the member function 'array < str >::count' can be const. [functionConst]
ecflow-4.9.0/view/src/edit.h:30:2: style: Class 'edit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/edit_label.h:46:2: style: Class 'edit_label' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/edit_limit.h:32:2: style: Class 'edit_limit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/edit_meter.h:46:2: style: Class 'edit_meter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/edit_repeat.h:27:2: style: Class 'edit_repeat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/edit_variable.h:33:2: style: Class 'edit_variable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/history.h:32:2: style: Class 'history' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/info.h:27:2: style: Class 'info' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/job.h:32:2: style: Class 'job' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/jobcheck_panel.h:34:2: style: Class 'jobcheck_panel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/jobstatus.h:34:2: style: Class 'jobstatus' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/manual.h:32:2: style: Class 'manual' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/messages.h:34:2: style: Class 'messages' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/option_panel.h:32:3: style: Class 'option_panel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/output.h:31:2: style: Class 'output' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/script_panel.h:32:2: style: Class 'script_panel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/suites_panel.h:28:2: style: Class 'suites_panel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/timetable_panel.h:56:2: style: Class 'timetable_panel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/trigger_panel.h:39:2: style: Class 'trigger_panel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/users.h:46:2: style: Class 'users' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/variables.h:30:2: style: Class 'variables' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/why.h:31:2: style: Class 'why' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/zombies_panel.h:30:2: style: Class 'zombies_panel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/panel.h:98:0: style: Class 'panel_maker < info >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/panel.h:98:0: style: Class 'panel_maker < manual >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/panel.h:98:0: style: Class 'panel_maker < script_panel >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/panel.h:98:0: style: Class 'panel_maker < job >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/panel.h:98:0: style: Class 'panel_maker < jobstatus >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/panel.h:98:0: style: Class 'panel_maker < output >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/panel.h:98:0: style: Class 'panel_maker < why >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/panel.h:98:0: style: Class 'panel_maker < trigger_panel >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/panel.h:98:0: style: Class 'panel_maker < jobcheck_panel >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/panel.h:98:0: style: Class 'panel_maker < timetable_panel >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/panel.h:98:0: style: Class 'panel_maker < variables >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/panel.h:98:0: style: Class 'panel_maker < edit >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/panel.h:98:0: style: Class 'panel_maker < edit_label >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/panel.h:98:0: style: Class 'panel_maker < edit_limit >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/panel.h:98:0: style: Class 'panel_maker < edit_variable >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/panel.h:98:0: style: Class 'panel_maker < edit_meter >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/panel.h:98:0: style: Class 'panel_maker < edit_repeat >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/panel.h:98:0: style: Class 'panel_maker < history >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/panel.h:98:0: style: Class 'panel_maker < messages >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/panel.h:98:0: style: Class 'panel_maker < suites_panel >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/panel.h:98:0: style: Class 'panel_maker < users >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/panel.h:98:0: style: Class 'panel_maker < zombies_panel >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/panel.h:98:0: style: Class 'panel_maker < option_panel >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/ecf_node.h:116:0: style: Class 'ecf_node_builder < Variable * , variable_node >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/ecf_node.h:116:0: style: Class 'ecf_node_builder < const Variable * , variable_node >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/ecf_node.h:116:0: style: Class 'ecf_node_builder < const Label * , label_node >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/ecf_node.h:116:0: style: Class 'ecf_node_builder < const Event * , event_node >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/ecf_node.h:116:0: style: Class 'ecf_node_builder < const Meter * , meter_node >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/ecf_node.h:116:0: style: Class 'ecf_node_builder < const ecf :: TimeAttr * , time_node >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/ecf_node.h:116:0: style: Class 'ecf_node_builder < const ecf :: TodayAttr * , time_node >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/ecf_node.h:116:0: style: Class 'ecf_node_builder < const DateAttr * , date_node >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/ecf_node.h:116:0: style: Class 'ecf_node_builder < const DayAttr * , date_node >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/ecf_node.h:116:0: style: Class 'ecf_node_builder < const ecf :: CronAttr * , date_node >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/ecf_node.h:116:0: style: Class 'ecf_node_builder < Limit * const , limit_node >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/ecf_node.h:116:0: style: Class 'ecf_node_builder < const InLimit * , inlimit_node >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/ecf_node.h:116:0: style: Class 'ecf_node_builder < const ecf :: LateAttr * , late_node >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/ecf_node.h:116:0: style: Class 'ecf_node_builder < ecf :: LateAttr * , late_node >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/ecf_node.h:116:0: style: Class 'ecf_node_builder < ExpressionWrapper * , trigger_node >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/ecf_node.h:116:0: style: Class 'ecf_node_builder < Suite * , suite_node >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/ecf_node.h:116:0: style: Class 'ecf_node_builder < Defs * , super_node >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/ecf_node.h:116:0: style: Class 'ecf_node_builder < Node * , family_node >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/ecf_node.h:116:0: style: Class 'ecf_node_builder < Alias * , alias_node >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/ecf_node.h:116:0: style: Class 'ecf_node_builder < Task * , task_node >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/ecf_node.h:116:0: style: Class 'ecf_node_builder < Family * , family_node >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/ecf_node.h:116:0: style: Class 'ecf_node_builder < RepeatEnumerated * , repeat_enumerated_node >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/ecf_node.h:116:0: style: Class 'ecf_node_builder < RepeatString * , repeat_string_node >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/ecf_node.h:116:0: style: Class 'ecf_node_builder < RepeatDate * , repeat_date_node >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/ecf_node.h:116:0: style: Class 'ecf_node_builder < RepeatInteger * , repeat_integer_node >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/ecf_node.h:116:0: style: Class 'ecf_node_builder < RepeatDay * , repeat_day_node >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/panel.h:72:7: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/runnable.h:39:15: note: Virtual function in base class
ecflow-4.9.0/view/src/panel.h:72:7: note: Function in derived class
ecflow-4.9.0/view/src/panel.h:73:7: style: The function 'notification' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/observer.h:33:15: note: Virtual function in base class
ecflow-4.9.0/view/src/panel.h:73:7: note: Function in derived class
ecflow-4.9.0/view/src/panel.h:74:7: style: The function 'gone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/observer.h:35:15: note: Virtual function in base class
ecflow-4.9.0/view/src/panel.h:74:7: note: Function in derived class
ecflow-4.9.0/view/src/panel.h:75:7: style: The function 'adoption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/observer.h:34:15: note: Virtual function in base class
ecflow-4.9.0/view/src/panel.h:75:7: note: Function in derived class
ecflow-4.9.0/view/src/text_window.h:52:15: style: The function 'search' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/find.h:40:15: note: Virtual function in base class
ecflow-4.9.0/view/src/text_window.h:52:15: note: Function in derived class
ecflow-4.9.0/view/src/edit.h:34:22: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:46:22: note: Virtual function in base class
ecflow-4.9.0/view/src/edit.h:34:22: note: Function in derived class
ecflow-4.9.0/view/src/edit.h:35:15: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:42:16: note: Virtual function in base class
ecflow-4.9.0/view/src/edit.h:35:15: note: Function in derived class
ecflow-4.9.0/view/src/edit.h:36:15: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:41:16: note: Virtual function in base class
ecflow-4.9.0/view/src/edit.h:36:15: note: Function in derived class
ecflow-4.9.0/view/src/edit.h:37:18: style: The function 'enabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:44:18: note: Virtual function in base class
ecflow-4.9.0/view/src/edit.h:37:18: note: Function in derived class
ecflow-4.9.0/view/src/edit.h:38:17: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:47:17: note: Virtual function in base class
ecflow-4.9.0/view/src/edit.h:38:17: note: Function in derived class
ecflow-4.9.0/view/src/edit.h:39:17: style: The function 'tools' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:49:17: note: Virtual function in base class
ecflow-4.9.0/view/src/edit.h:39:17: note: Function in derived class
ecflow-4.9.0/view/src/edit.h:40:17: style: The function 'text' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/text_window.h:45:17: note: Virtual function in base class
ecflow-4.9.0/view/src/edit.h:40:17: note: Function in derived class
ecflow-4.9.0/view/src/edit.h:56:7: style: The function 'ready' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/input.h:62:15: note: Virtual function in base class
ecflow-4.9.0/view/src/edit.h:56:7: note: Function in derived class
ecflow-4.9.0/view/src/edit.h:57:7: style: The function 'done' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/input.h:63:15: note: Virtual function in base class
ecflow-4.9.0/view/src/edit.h:57:7: note: Function in derived class
ecflow-4.9.0/view/src/edit.h:59:15: style: The function 'changed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:43:16: note: Virtual function in base class
ecflow-4.9.0/view/src/edit.h:59:15: note: Function in derived class
ecflow-4.9.0/view/src/edit.h:69:15: style: The function 'can_print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:55:15: note: Virtual function in base class
ecflow-4.9.0/view/src/edit.h:69:15: note: Function in derived class
ecflow-4.9.0/view/src/edit.h:70:15: style: The function 'can_save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:56:15: note: Virtual function in base class
ecflow-4.9.0/view/src/edit.h:70:15: note: Function in derived class
ecflow-4.9.0/view/src/edit.h:71:15: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:52:15: note: Virtual function in base class
ecflow-4.9.0/view/src/edit.h:71:15: note: Function in derived class
ecflow-4.9.0/view/src/edit.h:72:15: style: The function 'save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:53:15: note: Virtual function in base class
ecflow-4.9.0/view/src/edit.h:72:15: note: Function in derived class
ecflow-4.9.0/view/src/edit_label.h:63:22: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:46:22: note: Virtual function in base class
ecflow-4.9.0/view/src/edit_label.h:63:22: note: Function in derived class
ecflow-4.9.0/view/src/edit_label.h:64:15: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:42:16: note: Virtual function in base class
ecflow-4.9.0/view/src/edit_label.h:64:15: note: Function in derived class
ecflow-4.9.0/view/src/edit_label.h:65:18: style: The function 'enabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:44:18: note: Virtual function in base class
ecflow-4.9.0/view/src/edit_label.h:65:18: note: Function in derived class
ecflow-4.9.0/view/src/edit_label.h:66:15: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:41:16: note: Virtual function in base class
ecflow-4.9.0/view/src/edit_label.h:66:15: note: Function in derived class
ecflow-4.9.0/view/src/edit_label.h:67:17: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:47:17: note: Virtual function in base class
ecflow-4.9.0/view/src/edit_label.h:67:17: note: Function in derived class
ecflow-4.9.0/view/src/edit_label.h:68:17: style: The function 'tools' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:49:17: note: Virtual function in base class
ecflow-4.9.0/view/src/edit_label.h:68:17: note: Function in derived class
ecflow-4.9.0/view/src/edit_limit.h:36:22: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:46:22: note: Virtual function in base class
ecflow-4.9.0/view/src/edit_limit.h:36:22: note: Function in derived class
ecflow-4.9.0/view/src/edit_limit.h:37:15: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:42:16: note: Virtual function in base class
ecflow-4.9.0/view/src/edit_limit.h:37:15: note: Function in derived class
ecflow-4.9.0/view/src/edit_limit.h:38:18: style: The function 'enabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:44:18: note: Virtual function in base class
ecflow-4.9.0/view/src/edit_limit.h:38:18: note: Function in derived class
ecflow-4.9.0/view/src/edit_limit.h:39:15: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:41:16: note: Virtual function in base class
ecflow-4.9.0/view/src/edit_limit.h:39:15: note: Function in derived class
ecflow-4.9.0/view/src/edit_limit.h:40:17: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:47:17: note: Virtual function in base class
ecflow-4.9.0/view/src/edit_limit.h:40:17: note: Function in derived class
ecflow-4.9.0/view/src/edit_limit.h:41:17: style: The function 'tools' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:49:17: note: Virtual function in base class
ecflow-4.9.0/view/src/edit_limit.h:41:17: note: Function in derived class
ecflow-4.9.0/view/src/edit_limit.h:55:15: style: The function 'next' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node_lister.h:33:15: note: Virtual function in base class
ecflow-4.9.0/view/src/edit_limit.h:55:15: note: Function in derived class
ecflow-4.9.0/view/src/edit_limit.h:56:15: style: The function 'next' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node_lister.h:34:15: note: Virtual function in base class
ecflow-4.9.0/view/src/edit_limit.h:56:15: note: Function in derived class
ecflow-4.9.0/view/src/edit_meter.h:63:22: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:46:22: note: Virtual function in base class
ecflow-4.9.0/view/src/edit_meter.h:63:22: note: Function in derived class
ecflow-4.9.0/view/src/edit_meter.h:64:15: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:42:16: note: Virtual function in base class
ecflow-4.9.0/view/src/edit_meter.h:64:15: note: Function in derived class
ecflow-4.9.0/view/src/edit_meter.h:65:18: style: The function 'enabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:44:18: note: Virtual function in base class
ecflow-4.9.0/view/src/edit_meter.h:65:18: note: Function in derived class
ecflow-4.9.0/view/src/edit_meter.h:66:15: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:41:16: note: Virtual function in base class
ecflow-4.9.0/view/src/edit_meter.h:66:15: note: Function in derived class
ecflow-4.9.0/view/src/edit_meter.h:67:17: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:47:17: note: Virtual function in base class
ecflow-4.9.0/view/src/edit_meter.h:67:17: note: Function in derived class
ecflow-4.9.0/view/src/edit_meter.h:68:17: style: The function 'tools' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:49:17: note: Virtual function in base class
ecflow-4.9.0/view/src/edit_meter.h:68:17: note: Function in derived class
ecflow-4.9.0/view/src/edit_repeat.h:30:22: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:46:22: note: Virtual function in base class
ecflow-4.9.0/view/src/edit_repeat.h:30:22: note: Function in derived class
ecflow-4.9.0/view/src/edit_repeat.h:31:15: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:42:16: note: Virtual function in base class
ecflow-4.9.0/view/src/edit_repeat.h:31:15: note: Function in derived class
ecflow-4.9.0/view/src/edit_repeat.h:32:18: style: The function 'enabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:44:18: note: Virtual function in base class
ecflow-4.9.0/view/src/edit_repeat.h:32:18: note: Function in derived class
ecflow-4.9.0/view/src/edit_repeat.h:33:15: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:41:16: note: Virtual function in base class
ecflow-4.9.0/view/src/edit_repeat.h:33:15: note: Function in derived class
ecflow-4.9.0/view/src/edit_repeat.h:34:17: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:47:17: note: Virtual function in base class
ecflow-4.9.0/view/src/edit_repeat.h:34:17: note: Function in derived class
ecflow-4.9.0/view/src/edit_repeat.h:35:17: style: The function 'tools' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:49:17: note: Virtual function in base class
ecflow-4.9.0/view/src/edit_repeat.h:35:17: note: Function in derived class
ecflow-4.9.0/view/src/edit_variable.h:37:22: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:46:22: note: Virtual function in base class
ecflow-4.9.0/view/src/edit_variable.h:37:22: note: Function in derived class
ecflow-4.9.0/view/src/edit_variable.h:38:15: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:42:16: note: Virtual function in base class
ecflow-4.9.0/view/src/edit_variable.h:38:15: note: Function in derived class
ecflow-4.9.0/view/src/edit_variable.h:39:18: style: The function 'enabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:44:18: note: Virtual function in base class
ecflow-4.9.0/view/src/edit_variable.h:39:18: note: Function in derived class
ecflow-4.9.0/view/src/edit_variable.h:40:15: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:41:16: note: Virtual function in base class
ecflow-4.9.0/view/src/edit_variable.h:40:15: note: Function in derived class
ecflow-4.9.0/view/src/edit_variable.h:41:17: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:47:17: note: Virtual function in base class
ecflow-4.9.0/view/src/edit_variable.h:41:17: note: Function in derived class
ecflow-4.9.0/view/src/edit_variable.h:42:17: style: The function 'form' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/editor.h:39:17: note: Virtual function in base class
ecflow-4.9.0/view/src/edit_variable.h:42:17: note: Function in derived class
ecflow-4.9.0/view/src/edit_variable.h:43:17: style: The function 'tools' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:49:17: note: Virtual function in base class
ecflow-4.9.0/view/src/edit_variable.h:43:17: note: Function in derived class
ecflow-4.9.0/view/src/history.h:36:22: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:46:22: note: Virtual function in base class
ecflow-4.9.0/view/src/history.h:36:22: note: Function in derived class
ecflow-4.9.0/view/src/history.h:37:15: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:42:16: note: Virtual function in base class
ecflow-4.9.0/view/src/history.h:37:15: note: Function in derived class
ecflow-4.9.0/view/src/history.h:38:18: style: The function 'enabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:44:18: note: Virtual function in base class
ecflow-4.9.0/view/src/history.h:38:18: note: Function in derived class
ecflow-4.9.0/view/src/history.h:39:15: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:41:16: note: Virtual function in base class
ecflow-4.9.0/view/src/history.h:39:15: note: Function in derived class
ecflow-4.9.0/view/src/history.h:40:17: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:47:17: note: Virtual function in base class
ecflow-4.9.0/view/src/history.h:40:17: note: Function in derived class
ecflow-4.9.0/view/src/history.h:49:7: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/runnable.h:39:15: note: Virtual function in base class
ecflow-4.9.0/view/src/history.h:49:7: note: Function in derived class
ecflow-4.9.0/view/src/history.h:51:7: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:33:15: note: Virtual function in base class
ecflow-4.9.0/view/src/history.h:51:7: note: Function in derived class
ecflow-4.9.0/view/src/info.h:31:22: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:46:22: note: Virtual function in base class
ecflow-4.9.0/view/src/info.h:31:22: note: Function in derived class
ecflow-4.9.0/view/src/info.h:32:15: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:42:16: note: Virtual function in base class
ecflow-4.9.0/view/src/info.h:32:15: note: Function in derived class
ecflow-4.9.0/view/src/info.h:33:15: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:41:16: note: Virtual function in base class
ecflow-4.9.0/view/src/info.h:33:15: note: Function in derived class
ecflow-4.9.0/view/src/info.h:34:17: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:47:17: note: Virtual function in base class
ecflow-4.9.0/view/src/info.h:34:17: note: Function in derived class
ecflow-4.9.0/view/src/info.h:35:18: style: The function 'enabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:44:18: note: Virtual function in base class
ecflow-4.9.0/view/src/info.h:35:18: note: Function in derived class
ecflow-4.9.0/view/src/job.h:36:22: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:46:22: note: Virtual function in base class
ecflow-4.9.0/view/src/job.h:36:22: note: Function in derived class
ecflow-4.9.0/view/src/job.h:37:15: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:42:16: note: Virtual function in base class
ecflow-4.9.0/view/src/job.h:37:15: note: Function in derived class
ecflow-4.9.0/view/src/job.h:38:18: style: The function 'enabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:44:18: note: Virtual function in base class
ecflow-4.9.0/view/src/job.h:38:18: note: Function in derived class
ecflow-4.9.0/view/src/job.h:39:15: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:41:16: note: Virtual function in base class
ecflow-4.9.0/view/src/job.h:39:15: note: Function in derived class
ecflow-4.9.0/view/src/job.h:40:17: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:47:17: note: Virtual function in base class
ecflow-4.9.0/view/src/job.h:40:17: note: Function in derived class
ecflow-4.9.0/view/src/job.h:42:17: style: The function 'tools' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:49:17: note: Virtual function in base class
ecflow-4.9.0/view/src/job.h:42:17: note: Function in derived class
ecflow-4.9.0/view/src/job.h:43:17: style: The function 'text' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/text_window.h:45:17: note: Virtual function in base class
ecflow-4.9.0/view/src/job.h:43:17: note: Function in derived class
ecflow-4.9.0/view/src/job.h:57:15: style: The function 'can_print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:55:15: note: Virtual function in base class
ecflow-4.9.0/view/src/job.h:57:15: note: Function in derived class
ecflow-4.9.0/view/src/job.h:58:15: style: The function 'can_save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:56:15: note: Virtual function in base class
ecflow-4.9.0/view/src/job.h:58:15: note: Function in derived class
ecflow-4.9.0/view/src/job.h:59:15: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:52:15: note: Virtual function in base class
ecflow-4.9.0/view/src/job.h:59:15: note: Function in derived class
ecflow-4.9.0/view/src/job.h:60:15: style: The function 'save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:53:15: note: Virtual function in base class
ecflow-4.9.0/view/src/job.h:60:15: note: Function in derived class
ecflow-4.9.0/view/src/jobcheck_panel.h:40:22: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:46:22: note: Virtual function in base class
ecflow-4.9.0/view/src/jobcheck_panel.h:40:22: note: Function in derived class
ecflow-4.9.0/view/src/jobcheck_panel.h:41:15: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:42:16: note: Virtual function in base class
ecflow-4.9.0/view/src/jobcheck_panel.h:41:15: note: Function in derived class
ecflow-4.9.0/view/src/jobcheck_panel.h:42:18: style: The function 'enabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:44:18: note: Virtual function in base class
ecflow-4.9.0/view/src/jobcheck_panel.h:42:18: note: Function in derived class
ecflow-4.9.0/view/src/jobcheck_panel.h:43:15: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:41:16: note: Virtual function in base class
ecflow-4.9.0/view/src/jobcheck_panel.h:43:15: note: Function in derived class
ecflow-4.9.0/view/src/jobcheck_panel.h:44:17: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:47:17: note: Virtual function in base class
ecflow-4.9.0/view/src/jobcheck_panel.h:44:17: note: Function in derived class
ecflow-4.9.0/view/src/jobcheck_panel.h:45:17: style: The function 'tools' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:49:17: note: Virtual function in base class
ecflow-4.9.0/view/src/jobcheck_panel.h:45:17: note: Function in derived class
ecflow-4.9.0/view/src/jobcheck_panel.h:46:17: style: The function 'text' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/text_window.h:45:17: note: Virtual function in base class
ecflow-4.9.0/view/src/jobcheck_panel.h:46:17: note: Function in derived class
ecflow-4.9.0/view/src/jobcheck_panel.h:54:15: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:33:15: note: Virtual function in base class
ecflow-4.9.0/view/src/jobcheck_panel.h:54:15: note: Function in derived class
ecflow-4.9.0/view/src/jobcheck_panel.h:55:15: style: The function 'changed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:43:16: note: Virtual function in base class
ecflow-4.9.0/view/src/jobcheck_panel.h:55:15: note: Function in derived class
ecflow-4.9.0/view/src/jobcheck_panel.h:59:15: style: The function 'can_print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:55:15: note: Virtual function in base class
ecflow-4.9.0/view/src/jobcheck_panel.h:59:15: note: Function in derived class
ecflow-4.9.0/view/src/jobcheck_panel.h:60:15: style: The function 'can_save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:56:15: note: Virtual function in base class
ecflow-4.9.0/view/src/jobcheck_panel.h:60:15: note: Function in derived class
ecflow-4.9.0/view/src/jobcheck_panel.h:61:15: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:52:15: note: Virtual function in base class
ecflow-4.9.0/view/src/jobcheck_panel.h:61:15: note: Function in derived class
ecflow-4.9.0/view/src/jobcheck_panel.h:62:15: style: The function 'save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:53:15: note: Virtual function in base class
ecflow-4.9.0/view/src/jobcheck_panel.h:62:15: note: Function in derived class
ecflow-4.9.0/view/src/jobstatus.h:38:22: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:46:22: note: Virtual function in base class
ecflow-4.9.0/view/src/jobstatus.h:38:22: note: Function in derived class
ecflow-4.9.0/view/src/jobstatus.h:39:15: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:42:16: note: Virtual function in base class
ecflow-4.9.0/view/src/jobstatus.h:39:15: note: Function in derived class
ecflow-4.9.0/view/src/jobstatus.h:40:18: style: The function 'enabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:44:18: note: Virtual function in base class
ecflow-4.9.0/view/src/jobstatus.h:40:18: note: Function in derived class
ecflow-4.9.0/view/src/jobstatus.h:41:15: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:41:16: note: Virtual function in base class
ecflow-4.9.0/view/src/jobstatus.h:41:15: note: Function in derived class
ecflow-4.9.0/view/src/jobstatus.h:42:17: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:47:17: note: Virtual function in base class
ecflow-4.9.0/view/src/jobstatus.h:42:17: note: Function in derived class
ecflow-4.9.0/view/src/jobstatus.h:44:17: style: The function 'tools' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:49:17: note: Virtual function in base class
ecflow-4.9.0/view/src/jobstatus.h:44:17: note: Function in derived class
ecflow-4.9.0/view/src/jobstatus.h:45:17: style: The function 'text' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/text_window.h:45:17: note: Virtual function in base class
ecflow-4.9.0/view/src/jobstatus.h:45:17: note: Function in derived class
ecflow-4.9.0/view/src/jobstatus.h:61:15: style: The function 'can_print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:55:15: note: Virtual function in base class
ecflow-4.9.0/view/src/jobstatus.h:61:15: note: Function in derived class
ecflow-4.9.0/view/src/jobstatus.h:62:15: style: The function 'can_save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:56:15: note: Virtual function in base class
ecflow-4.9.0/view/src/jobstatus.h:62:15: note: Function in derived class
ecflow-4.9.0/view/src/jobstatus.h:63:15: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:52:15: note: Virtual function in base class
ecflow-4.9.0/view/src/jobstatus.h:63:15: note: Function in derived class
ecflow-4.9.0/view/src/jobstatus.h:64:15: style: The function 'save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:53:15: note: Virtual function in base class
ecflow-4.9.0/view/src/jobstatus.h:64:15: note: Function in derived class
ecflow-4.9.0/view/src/manual.h:36:22: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:46:22: note: Virtual function in base class
ecflow-4.9.0/view/src/manual.h:36:22: note: Function in derived class
ecflow-4.9.0/view/src/manual.h:37:15: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:42:16: note: Virtual function in base class
ecflow-4.9.0/view/src/manual.h:37:15: note: Function in derived class
ecflow-4.9.0/view/src/manual.h:38:18: style: The function 'enabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:44:18: note: Virtual function in base class
ecflow-4.9.0/view/src/manual.h:38:18: note: Function in derived class
ecflow-4.9.0/view/src/manual.h:39:15: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:41:16: note: Virtual function in base class
ecflow-4.9.0/view/src/manual.h:39:15: note: Function in derived class
ecflow-4.9.0/view/src/manual.h:40:17: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:47:17: note: Virtual function in base class
ecflow-4.9.0/view/src/manual.h:40:17: note: Function in derived class
ecflow-4.9.0/view/src/manual.h:42:17: style: The function 'tools' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:49:17: note: Virtual function in base class
ecflow-4.9.0/view/src/manual.h:42:17: note: Function in derived class
ecflow-4.9.0/view/src/manual.h:43:17: style: The function 'text' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/text_window.h:45:17: note: Virtual function in base class
ecflow-4.9.0/view/src/manual.h:43:17: note: Function in derived class
ecflow-4.9.0/view/src/manual.h:57:15: style: The function 'can_print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:55:15: note: Virtual function in base class
ecflow-4.9.0/view/src/manual.h:57:15: note: Function in derived class
ecflow-4.9.0/view/src/manual.h:58:15: style: The function 'can_save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:56:15: note: Virtual function in base class
ecflow-4.9.0/view/src/manual.h:58:15: note: Function in derived class
ecflow-4.9.0/view/src/manual.h:59:15: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:52:15: note: Virtual function in base class
ecflow-4.9.0/view/src/manual.h:59:15: note: Function in derived class
ecflow-4.9.0/view/src/manual.h:60:15: style: The function 'save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:53:15: note: Virtual function in base class
ecflow-4.9.0/view/src/manual.h:60:15: note: Function in derived class
ecflow-4.9.0/view/src/messages.h:38:22: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:46:22: note: Virtual function in base class
ecflow-4.9.0/view/src/messages.h:38:22: note: Function in derived class
ecflow-4.9.0/view/src/messages.h:39:15: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:42:16: note: Virtual function in base class
ecflow-4.9.0/view/src/messages.h:39:15: note: Function in derived class
ecflow-4.9.0/view/src/messages.h:40:15: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:41:16: note: Virtual function in base class
ecflow-4.9.0/view/src/messages.h:40:15: note: Function in derived class
ecflow-4.9.0/view/src/messages.h:41:17: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:47:17: note: Virtual function in base class
ecflow-4.9.0/view/src/messages.h:41:17: note: Function in derived class
ecflow-4.9.0/view/src/messages.h:42:18: style: The function 'enabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:44:18: note: Virtual function in base class
ecflow-4.9.0/view/src/messages.h:42:18: note: Function in derived class
ecflow-4.9.0/view/src/messages.h:44:17: style: The function 'tools' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:49:17: note: Virtual function in base class
ecflow-4.9.0/view/src/messages.h:44:17: note: Function in derived class
ecflow-4.9.0/view/src/messages.h:45:17: style: The function 'text' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/text_window.h:45:17: note: Virtual function in base class
ecflow-4.9.0/view/src/messages.h:45:17: note: Function in derived class
ecflow-4.9.0/view/src/messages.h:61:15: style: The function 'can_print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:55:15: note: Virtual function in base class
ecflow-4.9.0/view/src/messages.h:61:15: note: Function in derived class
ecflow-4.9.0/view/src/messages.h:62:15: style: The function 'can_save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:56:15: note: Virtual function in base class
ecflow-4.9.0/view/src/messages.h:62:15: note: Function in derived class
ecflow-4.9.0/view/src/messages.h:63:15: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:52:15: note: Virtual function in base class
ecflow-4.9.0/view/src/messages.h:63:15: note: Function in derived class
ecflow-4.9.0/view/src/messages.h:64:15: style: The function 'save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:53:15: note: Virtual function in base class
ecflow-4.9.0/view/src/messages.h:64:15: note: Function in derived class
ecflow-4.9.0/view/src/option_panel.h:36:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:46:22: note: Virtual function in base class
ecflow-4.9.0/view/src/option_panel.h:36:23: note: Function in derived class
ecflow-4.9.0/view/src/option_panel.h:37:16: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:42:16: note: Virtual function in base class
ecflow-4.9.0/view/src/option_panel.h:37:16: note: Function in derived class
ecflow-4.9.0/view/src/option_panel.h:38:16: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:41:16: note: Virtual function in base class
ecflow-4.9.0/view/src/option_panel.h:38:16: note: Function in derived class
ecflow-4.9.0/view/src/option_panel.h:39:19: style: The function 'enabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:44:18: note: Virtual function in base class
ecflow-4.9.0/view/src/option_panel.h:39:19: note: Function in derived class
ecflow-4.9.0/view/src/option_panel.h:41:18: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:47:17: note: Virtual function in base class
ecflow-4.9.0/view/src/option_panel.h:41:18: note: Function in derived class
ecflow-4.9.0/view/src/option_panel.h:53:18: style: The function 'form' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/editor.h:39:17: note: Virtual function in base class
ecflow-4.9.0/view/src/option_panel.h:53:18: note: Function in derived class
ecflow-4.9.0/view/src/option_panel.h:54:25: style: The function 'owner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/pref_editor.h:38:24: note: Virtual function in base class
ecflow-4.9.0/view/src/option_panel.h:54:25: note: Function in derived class
ecflow-4.9.0/view/src/output.h:35:22: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:46:22: note: Virtual function in base class
ecflow-4.9.0/view/src/output.h:35:22: note: Function in derived class
ecflow-4.9.0/view/src/output.h:36:15: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:42:16: note: Virtual function in base class
ecflow-4.9.0/view/src/output.h:36:15: note: Function in derived class
ecflow-4.9.0/view/src/output.h:37:15: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:41:16: note: Virtual function in base class
ecflow-4.9.0/view/src/output.h:37:15: note: Function in derived class
ecflow-4.9.0/view/src/output.h:38:18: style: The function 'enabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:44:18: note: Virtual function in base class
ecflow-4.9.0/view/src/output.h:38:18: note: Function in derived class
ecflow-4.9.0/view/src/output.h:39:17: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:47:17: note: Virtual function in base class
ecflow-4.9.0/view/src/output.h:39:17: note: Function in derived class
ecflow-4.9.0/view/src/output.h:41:17: style: The function 'tools' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:49:17: note: Virtual function in base class
ecflow-4.9.0/view/src/output.h:41:17: note: Function in derived class
ecflow-4.9.0/view/src/output.h:42:17: style: The function 'text' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/text_window.h:45:17: note: Virtual function in base class
ecflow-4.9.0/view/src/output.h:42:17: note: Function in derived class
ecflow-4.9.0/view/src/output.h:60:15: style: The function 'can_print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:55:15: note: Virtual function in base class
ecflow-4.9.0/view/src/output.h:60:15: note: Function in derived class
ecflow-4.9.0/view/src/output.h:61:15: style: The function 'can_save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:56:15: note: Virtual function in base class
ecflow-4.9.0/view/src/output.h:61:15: note: Function in derived class
ecflow-4.9.0/view/src/output.h:62:15: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:52:15: note: Virtual function in base class
ecflow-4.9.0/view/src/output.h:62:15: note: Function in derived class
ecflow-4.9.0/view/src/output.h:63:15: style: The function 'save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:53:15: note: Virtual function in base class
ecflow-4.9.0/view/src/output.h:63:15: note: Function in derived class
ecflow-4.9.0/view/src/script_panel.h:36:22: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:46:22: note: Virtual function in base class
ecflow-4.9.0/view/src/script_panel.h:36:22: note: Function in derived class
ecflow-4.9.0/view/src/script_panel.h:37:15: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:42:16: note: Virtual function in base class
ecflow-4.9.0/view/src/script_panel.h:37:15: note: Function in derived class
ecflow-4.9.0/view/src/script_panel.h:38:18: style: The function 'enabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:44:18: note: Virtual function in base class
ecflow-4.9.0/view/src/script_panel.h:38:18: note: Function in derived class
ecflow-4.9.0/view/src/script_panel.h:39:15: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:41:16: note: Virtual function in base class
ecflow-4.9.0/view/src/script_panel.h:39:15: note: Function in derived class
ecflow-4.9.0/view/src/script_panel.h:40:17: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:47:17: note: Virtual function in base class
ecflow-4.9.0/view/src/script_panel.h:40:17: note: Function in derived class
ecflow-4.9.0/view/src/script_panel.h:41:17: style: The function 'tools' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:49:17: note: Virtual function in base class
ecflow-4.9.0/view/src/script_panel.h:41:17: note: Function in derived class
ecflow-4.9.0/view/src/script_panel.h:42:17: style: The function 'text' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/text_window.h:45:17: note: Virtual function in base class
ecflow-4.9.0/view/src/script_panel.h:42:17: note: Function in derived class
ecflow-4.9.0/view/src/script_panel.h:56:15: style: The function 'can_print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:55:15: note: Virtual function in base class
ecflow-4.9.0/view/src/script_panel.h:56:15: note: Function in derived class
ecflow-4.9.0/view/src/script_panel.h:57:15: style: The function 'can_save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:56:15: note: Virtual function in base class
ecflow-4.9.0/view/src/script_panel.h:57:15: note: Function in derived class
ecflow-4.9.0/view/src/script_panel.h:58:15: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:52:15: note: Virtual function in base class
ecflow-4.9.0/view/src/script_panel.h:58:15: note: Function in derived class
ecflow-4.9.0/view/src/script_panel.h:59:15: style: The function 'save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:53:15: note: Virtual function in base class
ecflow-4.9.0/view/src/script_panel.h:59:15: note: Function in derived class
ecflow-4.9.0/view/src/suites_panel.h:32:22: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:46:22: note: Virtual function in base class
ecflow-4.9.0/view/src/suites_panel.h:32:22: note: Function in derived class
ecflow-4.9.0/view/src/suites_panel.h:33:15: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:42:16: note: Virtual function in base class
ecflow-4.9.0/view/src/suites_panel.h:33:15: note: Function in derived class
ecflow-4.9.0/view/src/suites_panel.h:34:15: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:41:16: note: Virtual function in base class
ecflow-4.9.0/view/src/suites_panel.h:34:15: note: Function in derived class
ecflow-4.9.0/view/src/suites_panel.h:35:18: style: The function 'enabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:44:18: note: Virtual function in base class
ecflow-4.9.0/view/src/suites_panel.h:35:18: note: Function in derived class
ecflow-4.9.0/view/src/suites_panel.h:36:17: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:47:17: note: Virtual function in base class
ecflow-4.9.0/view/src/suites_panel.h:36:17: note: Function in derived class
ecflow-4.9.0/view/src/suites_panel.h:37:17: style: The function 'tools' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:49:17: note: Virtual function in base class
ecflow-4.9.0/view/src/suites_panel.h:37:17: note: Function in derived class
ecflow-4.9.0/view/src/log_event.h:126:7: style: The function 'notification' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/observer.h:33:15: note: Virtual function in base class
ecflow-4.9.0/view/src/log_event.h:126:7: note: Function in derived class
ecflow-4.9.0/view/src/log_event.h:127:7: style: The function 'adoption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/observer.h:34:15: note: Virtual function in base class
ecflow-4.9.0/view/src/log_event.h:127:7: note: Function in derived class
ecflow-4.9.0/view/src/log_event.h:128:7: style: The function 'gone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/observer.h:35:15: note: Virtual function in base class
ecflow-4.9.0/view/src/log_event.h:128:7: note: Function in derived class
ecflow-4.9.0/view/src/timetable_panel.h:63:15: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:42:16: note: Virtual function in base class
ecflow-4.9.0/view/src/timetable_panel.h:63:15: note: Function in derived class
ecflow-4.9.0/view/src/timetable_panel.h:64:15: style: The function 'changed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:43:16: note: Virtual function in base class
ecflow-4.9.0/view/src/timetable_panel.h:64:15: note: Function in derived class
ecflow-4.9.0/view/src/timetable_panel.h:65:18: style: The function 'enabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:44:18: note: Virtual function in base class
ecflow-4.9.0/view/src/timetable_panel.h:65:18: note: Function in derived class
ecflow-4.9.0/view/src/timetable_panel.h:66:15: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:41:16: note: Virtual function in base class
ecflow-4.9.0/view/src/timetable_panel.h:66:15: note: Function in derived class
ecflow-4.9.0/view/src/timetable_panel.h:67:22: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:46:22: note: Virtual function in base class
ecflow-4.9.0/view/src/timetable_panel.h:67:22: note: Function in derived class
ecflow-4.9.0/view/src/timetable_panel.h:68:17: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:47:17: note: Virtual function in base class
ecflow-4.9.0/view/src/timetable_panel.h:68:17: note: Function in derived class
ecflow-4.9.0/view/src/timetable_panel.h:69:17: style: The function 'tools' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:49:17: note: Virtual function in base class
ecflow-4.9.0/view/src/timetable_panel.h:69:17: note: Function in derived class
ecflow-4.9.0/view/src/timetable_panel.h:110:17: style: The function 'xnode_of' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node_window.h:37:17: note: Virtual function in base class
ecflow-4.9.0/view/src/timetable_panel.h:110:17: note: Function in derived class
ecflow-4.9.0/view/src/timetable_panel.h:111:17: style: The function 'node_widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node_window.h:38:17: note: Virtual function in base class
ecflow-4.9.0/view/src/timetable_panel.h:111:17: note: Function in derived class
ecflow-4.9.0/view/src/timetable_panel.h:112:17: style: The function 'menu1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node_window.h:59:17: note: Virtual function in base class
ecflow-4.9.0/view/src/timetable_panel.h:112:17: note: Function in derived class
ecflow-4.9.0/view/src/timetable_panel.h:113:17: style: The function 'menu2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node_window.h:60:17: note: Virtual function in base class
ecflow-4.9.0/view/src/timetable_panel.h:113:17: note: Function in derived class
ecflow-4.9.0/view/src/timetable_panel.h:115:15: style: The function 'raw_click1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node_window.h:55:15: note: Virtual function in base class
ecflow-4.9.0/view/src/timetable_panel.h:115:15: note: Function in derived class
ecflow-4.9.0/view/src/timetable_panel.h:116:15: style: The function 'raw_click2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node_window.h:56:15: note: Virtual function in base class
ecflow-4.9.0/view/src/timetable_panel.h:116:15: note: Function in derived class
ecflow-4.9.0/view/src/timetable_panel.h:117:15: style: The function 'raw_click3' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node_window.h:57:15: note: Virtual function in base class
ecflow-4.9.0/view/src/timetable_panel.h:117:15: note: Function in derived class
ecflow-4.9.0/view/src/timetable_panel.h:119:15: style: The function 'next' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/log_event.h:41:15: note: Virtual function in base class
ecflow-4.9.0/view/src/timetable_panel.h:119:15: note: Function in derived class
ecflow-4.9.0/view/src/trigger_panel.h:44:15: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:42:16: note: Virtual function in base class
ecflow-4.9.0/view/src/trigger_panel.h:44:15: note: Function in derived class
ecflow-4.9.0/view/src/trigger_panel.h:45:18: style: The function 'enabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:44:18: note: Virtual function in base class
ecflow-4.9.0/view/src/trigger_panel.h:45:18: note: Function in derived class
ecflow-4.9.0/view/src/trigger_panel.h:46:15: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:41:16: note: Virtual function in base class
ecflow-4.9.0/view/src/trigger_panel.h:46:15: note: Function in derived class
ecflow-4.9.0/view/src/trigger_panel.h:47:22: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:46:22: note: Virtual function in base class
ecflow-4.9.0/view/src/trigger_panel.h:47:22: note: Function in derived class
ecflow-4.9.0/view/src/trigger_panel.h:48:10: style: The function 'menus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:48:17: note: Virtual function in base class
ecflow-4.9.0/view/src/trigger_panel.h:48:10: note: Function in derived class
ecflow-4.9.0/view/src/trigger_panel.h:49:17: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:47:17: note: Virtual function in base class
ecflow-4.9.0/view/src/trigger_panel.h:49:17: note: Function in derived class
ecflow-4.9.0/view/src/users.h:63:22: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:46:22: note: Virtual function in base class
ecflow-4.9.0/view/src/users.h:63:22: note: Function in derived class
ecflow-4.9.0/view/src/users.h:64:15: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:42:16: note: Virtual function in base class
ecflow-4.9.0/view/src/users.h:64:15: note: Function in derived class
ecflow-4.9.0/view/src/users.h:65:15: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:41:16: note: Virtual function in base class
ecflow-4.9.0/view/src/users.h:65:15: note: Function in derived class
ecflow-4.9.0/view/src/users.h:66:18: style: The function 'enabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:44:18: note: Virtual function in base class
ecflow-4.9.0/view/src/users.h:66:18: note: Function in derived class
ecflow-4.9.0/view/src/users.h:67:17: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:47:17: note: Virtual function in base class
ecflow-4.9.0/view/src/users.h:67:17: note: Function in derived class
ecflow-4.9.0/view/src/variables.h:34:22: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:46:22: note: Virtual function in base class
ecflow-4.9.0/view/src/variables.h:34:22: note: Function in derived class
ecflow-4.9.0/view/src/variables.h:35:15: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:42:16: note: Virtual function in base class
ecflow-4.9.0/view/src/variables.h:35:15: note: Function in derived class
ecflow-4.9.0/view/src/variables.h:36:18: style: The function 'enabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:44:18: note: Virtual function in base class
ecflow-4.9.0/view/src/variables.h:36:18: note: Function in derived class
ecflow-4.9.0/view/src/variables.h:37:15: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:41:16: note: Virtual function in base class
ecflow-4.9.0/view/src/variables.h:37:15: note: Function in derived class
ecflow-4.9.0/view/src/variables.h:38:17: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:47:17: note: Virtual function in base class
ecflow-4.9.0/view/src/variables.h:38:17: note: Function in derived class
ecflow-4.9.0/view/src/why.h:35:22: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:46:22: note: Virtual function in base class
ecflow-4.9.0/view/src/why.h:35:22: note: Function in derived class
ecflow-4.9.0/view/src/why.h:36:15: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:42:16: note: Virtual function in base class
ecflow-4.9.0/view/src/why.h:36:15: note: Function in derived class
ecflow-4.9.0/view/src/why.h:37:15: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:41:16: note: Virtual function in base class
ecflow-4.9.0/view/src/why.h:37:15: note: Function in derived class
ecflow-4.9.0/view/src/why.h:38:17: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:47:17: note: Virtual function in base class
ecflow-4.9.0/view/src/why.h:38:17: note: Function in derived class
ecflow-4.9.0/view/src/why.h:39:18: style: The function 'enabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:44:18: note: Virtual function in base class
ecflow-4.9.0/view/src/why.h:39:18: note: Function in derived class
ecflow-4.9.0/view/src/zombies_panel.h:34:22: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:46:22: note: Virtual function in base class
ecflow-4.9.0/view/src/zombies_panel.h:34:22: note: Function in derived class
ecflow-4.9.0/view/src/zombies_panel.h:35:15: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:42:16: note: Virtual function in base class
ecflow-4.9.0/view/src/zombies_panel.h:35:15: note: Function in derived class
ecflow-4.9.0/view/src/zombies_panel.h:36:15: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:41:16: note: Virtual function in base class
ecflow-4.9.0/view/src/zombies_panel.h:36:15: note: Function in derived class
ecflow-4.9.0/view/src/zombies_panel.h:37:18: style: The function 'enabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:44:18: note: Virtual function in base class
ecflow-4.9.0/view/src/zombies_panel.h:37:18: note: Function in derived class
ecflow-4.9.0/view/src/zombies_panel.h:38:17: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:47:17: note: Virtual function in base class
ecflow-4.9.0/view/src/zombies_panel.h:38:17: note: Function in derived class
ecflow-4.9.0/view/src/user_prefs.h:35:18: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/prefs.h:62:17: note: Virtual function in base class
ecflow-4.9.0/view/src/user_prefs.h:35:18: note: Function in derived class
ecflow-4.9.0/view/src/fonts_prefs.h:64:17: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/prefs.h:62:17: note: Virtual function in base class
ecflow-4.9.0/view/src/fonts_prefs.h:64:17: note: Function in derived class
ecflow-4.9.0/view/src/servers_prefs.h:49:17: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/prefs.h:62:17: note: Virtual function in base class
ecflow-4.9.0/view/src/servers_prefs.h:49:17: note: Function in derived class
ecflow-4.9.0/view/src/host_prefs.h:33:18: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/prefs.h:62:17: note: Virtual function in base class
ecflow-4.9.0/view/src/host_prefs.h:33:18: note: Function in derived class
ecflow-4.9.0/view/src/event_node.h:23:16: style: The function 'info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:128:15: note: Virtual function in base class
ecflow-4.9.0/view/src/event_node.h:23:16: note: Function in derived class
ecflow-4.9.0/view/src/event_node.h:24:18: style: The function 'evaluate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:135:15: note: Virtual function in base class
ecflow-4.9.0/view/src/event_node.h:24:18: note: Function in derived class
ecflow-4.9.0/view/src/event_node.h:26:18: style: The function 'drawNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:223:15: note: Virtual function in base class
ecflow-4.9.0/view/src/event_node.h:26:18: note: Function in derived class
ecflow-4.9.0/view/src/event_node.h:27:18: style: The function 'sizeNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:224:15: note: Virtual function in base class
ecflow-4.9.0/view/src/event_node.h:27:18: note: Function in derived class
ecflow-4.9.0/view/src/event_node.h:29:21: style: The function 'visible' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:91:18: note: Virtual function in base class
ecflow-4.9.0/view/src/event_node.h:29:21: note: Function in derived class
ecflow-4.9.0/view/src/event_node.h:31:17: style: The function 'status_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:152:30: note: Virtual function in base class
ecflow-4.9.0/view/src/event_node.h:31:17: note: Function in derived class
ecflow-4.9.0/view/src/event_node.h:33:18: style: The function 'perlify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:264:15: note: Virtual function in base class
ecflow-4.9.0/view/src/event_node.h:33:18: note: Function in derived class
ecflow-4.9.0/view/src/inlimit_node.h:25:15: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:240:15: note: Virtual function in base class
ecflow-4.9.0/view/src/inlimit_node.h:25:15: note: Function in derived class
ecflow-4.9.0/view/src/inlimit_node.h:27:15: style: The function 'info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:128:15: note: Virtual function in base class
ecflow-4.9.0/view/src/inlimit_node.h:27:15: note: Function in derived class
ecflow-4.9.0/view/src/inlimit_node.h:28:19: style: The function 'make_label_tree' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:328:19: note: Virtual function in base class
ecflow-4.9.0/view/src/inlimit_node.h:28:19: note: Function in derived class
ecflow-4.9.0/view/src/inlimit_node.h:30:29: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:98:29: note: Virtual function in base class
ecflow-4.9.0/view/src/inlimit_node.h:30:29: note: Function in derived class
ecflow-4.9.0/view/src/inlimit_node.h:31:29: style: The function 'full_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:99:29: note: Virtual function in base class
ecflow-4.9.0/view/src/inlimit_node.h:31:29: note: Function in derived class
ecflow-4.9.0/view/src/inlimit_node.h:32:18: style: The function 'menus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:95:18: note: Virtual function in base class
ecflow-4.9.0/view/src/inlimit_node.h:32:18: note: Function in derived class
ecflow-4.9.0/view/src/inlimit_node.h:33:18: style: The function 'selectable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:96:18: note: Virtual function in base class
ecflow-4.9.0/view/src/inlimit_node.h:33:18: note: Function in derived class
ecflow-4.9.0/view/src/inlimit_node.h:35:18: style: The function 'visible' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:91:18: note: Virtual function in base class
ecflow-4.9.0/view/src/inlimit_node.h:35:18: note: Function in derived class
ecflow-4.9.0/view/src/inlimit_node.h:37:15: style: The function 'triggered' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:141:15: note: Virtual function in base class
ecflow-4.9.0/view/src/inlimit_node.h:37:15: note: Function in derived class
ecflow-4.9.0/view/src/inlimit_node.h:38:15: style: The function 'triggers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:140:15: note: Virtual function in base class
ecflow-4.9.0/view/src/inlimit_node.h:38:15: note: Function in derived class
ecflow-4.9.0/view/src/inlimit_node.h:39:15: style: The function 'perlify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:264:15: note: Virtual function in base class
ecflow-4.9.0/view/src/inlimit_node.h:39:15: note: Function in derived class
ecflow-4.9.0/view/src/label_node.h:40:15: style: The function 'info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:128:15: note: Virtual function in base class
ecflow-4.9.0/view/src/label_node.h:40:15: note: Function in derived class
ecflow-4.9.0/view/src/label_node.h:41:19: style: The function 'make_label_tree' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:328:19: note: Virtual function in base class
ecflow-4.9.0/view/src/label_node.h:41:19: note: Function in derived class
ecflow-4.9.0/view/src/label_node.h:42:15: style: The function 'drawNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:223:15: note: Virtual function in base class
ecflow-4.9.0/view/src/label_node.h:42:15: note: Function in derived class
ecflow-4.9.0/view/src/label_node.h:44:18: style: The function 'visible' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:91:18: note: Virtual function in base class
ecflow-4.9.0/view/src/label_node.h:44:18: note: Function in derived class
ecflow-4.9.0/view/src/label_node.h:45:15: style: The function 'triggered' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:141:15: note: Virtual function in base class
ecflow-4.9.0/view/src/label_node.h:45:15: note: Function in derived class
ecflow-4.9.0/view/src/label_node.h:46:15: style: The function 'triggers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:140:15: note: Virtual function in base class
ecflow-4.9.0/view/src/label_node.h:46:15: note: Function in derived class
ecflow-4.9.0/view/src/label_node.h:48:15: style: The function 'perlify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:264:15: note: Virtual function in base class
ecflow-4.9.0/view/src/label_node.h:48:15: note: Function in derived class
ecflow-4.9.0/view/src/late_node.h:24:15: style: The function 'is_my_parent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:238:15: note: Virtual function in base class
ecflow-4.9.0/view/src/late_node.h:24:15: note: Function in derived class
ecflow-4.9.0/view/src/late_node.h:25:15: style: The function 'info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:128:15: note: Virtual function in base class
ecflow-4.9.0/view/src/late_node.h:25:15: note: Function in derived class
ecflow-4.9.0/view/src/late_node.h:27:19: style: The function 'make_label_tree' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:328:19: note: Virtual function in base class
ecflow-4.9.0/view/src/late_node.h:27:19: note: Function in derived class
ecflow-4.9.0/view/src/late_node.h:29:29: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:98:29: note: Virtual function in base class
ecflow-4.9.0/view/src/late_node.h:29:29: note: Function in derived class
ecflow-4.9.0/view/src/late_node.h:30:29: style: The function 'full_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:99:29: note: Virtual function in base class
ecflow-4.9.0/view/src/late_node.h:30:29: note: Function in derived class
ecflow-4.9.0/view/src/late_node.h:31:18: style: The function 'menus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:95:18: note: Virtual function in base class
ecflow-4.9.0/view/src/late_node.h:31:18: note: Function in derived class
ecflow-4.9.0/view/src/late_node.h:32:18: style: The function 'selectable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:96:18: note: Virtual function in base class
ecflow-4.9.0/view/src/late_node.h:32:18: note: Function in derived class
ecflow-4.9.0/view/src/late_node.h:34:18: style: The function 'visible' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:91:18: note: Virtual function in base class
ecflow-4.9.0/view/src/late_node.h:34:18: note: Function in derived class
ecflow-4.9.0/view/src/late_node.h:37:15: style: The function 'perlify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:264:15: note: Virtual function in base class
ecflow-4.9.0/view/src/late_node.h:37:15: note: Function in derived class
ecflow-4.9.0/view/src/limit_node.h:40:15: style: The function 'evaluate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:135:15: note: Virtual function in base class
ecflow-4.9.0/view/src/limit_node.h:40:15: note: Function in derived class
ecflow-4.9.0/view/src/limit_node.h:41:15: style: The function 'drawNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:223:15: note: Virtual function in base class
ecflow-4.9.0/view/src/limit_node.h:41:15: note: Function in derived class
ecflow-4.9.0/view/src/limit_node.h:42:15: style: The function 'sizeNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:224:15: note: Virtual function in base class
ecflow-4.9.0/view/src/limit_node.h:42:15: note: Function in derived class
ecflow-4.9.0/view/src/limit_node.h:43:19: style: The function 'make_label_tree' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:328:19: note: Virtual function in base class
ecflow-4.9.0/view/src/limit_node.h:43:19: note: Function in derived class
ecflow-4.9.0/view/src/limit_node.h:45:15: style: The function 'info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:128:15: note: Virtual function in base class
ecflow-4.9.0/view/src/limit_node.h:45:15: note: Function in derived class
ecflow-4.9.0/view/src/limit_node.h:46:22: style: The function 'status_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:152:30: note: Virtual function in base class
ecflow-4.9.0/view/src/limit_node.h:46:22: note: Function in derived class
ecflow-4.9.0/view/src/limit_node.h:47:18: style: The function 'visible' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:91:18: note: Virtual function in base class
ecflow-4.9.0/view/src/limit_node.h:47:18: note: Function in derived class
ecflow-4.9.0/view/src/limit_node.h:48:15: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:240:15: note: Virtual function in base class
ecflow-4.9.0/view/src/limit_node.h:48:15: note: Function in derived class
ecflow-4.9.0/view/src/limit_node.h:50:15: style: The function 'perlify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:264:15: note: Virtual function in base class
ecflow-4.9.0/view/src/limit_node.h:50:15: note: Function in derived class
ecflow-4.9.0/view/src/limit_node.h:54:7: style: The function 'sizeNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/limit_node.h:42:15: note: Virtual function in base class
ecflow-4.9.0/view/src/limit_node.h:54:7: note: Function in derived class
ecflow-4.9.0/view/src/limit_node.h:55:7: style: The function 'drawNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/limit_node.h:41:15: note: Virtual function in base class
ecflow-4.9.0/view/src/limit_node.h:55:7: note: Function in derived class
ecflow-4.9.0/view/src/meter_node.h:39:16: style: The function 'perlify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:264:15: note: Virtual function in base class
ecflow-4.9.0/view/src/meter_node.h:39:16: note: Function in derived class
ecflow-4.9.0/view/src/meter_node.h:46:15: style: The function 'info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:128:15: note: Virtual function in base class
ecflow-4.9.0/view/src/meter_node.h:46:15: note: Function in derived class
ecflow-4.9.0/view/src/meter_node.h:47:15: style: The function 'drawNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:223:15: note: Virtual function in base class
ecflow-4.9.0/view/src/meter_node.h:47:15: note: Function in derived class
ecflow-4.9.0/view/src/meter_node.h:48:15: style: The function 'sizeNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:224:15: note: Virtual function in base class
ecflow-4.9.0/view/src/meter_node.h:48:15: note: Function in derived class
ecflow-4.9.0/view/src/meter_node.h:49:19: style: The function 'make_label_tree' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:328:19: note: Virtual function in base class
ecflow-4.9.0/view/src/meter_node.h:49:19: note: Function in derived class
ecflow-4.9.0/view/src/meter_node.h:51:18: style: The function 'visible' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:91:18: note: Virtual function in base class
ecflow-4.9.0/view/src/meter_node.h:51:18: note: Function in derived class
ecflow-4.9.0/view/src/meter_node.h:52:22: style: The function 'status_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:152:30: note: Virtual function in base class
ecflow-4.9.0/view/src/meter_node.h:52:22: note: Function in derived class
ecflow-4.9.0/view/src/super_node.h:29:16: style: The function 'why' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/simple_node.h:54:16: note: Virtual function in base class
ecflow-4.9.0/view/src/super_node.h:29:16: note: Function in derived class
ecflow-4.9.0/view/src/super_node.h:30:18: style: The function 'visible' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/simple_node.h:49:19: note: Virtual function in base class
ecflow-4.9.0/view/src/super_node.h:30:18: note: Function in derived class
ecflow-4.9.0/view/src/super_node.h:31:18: style: The function 'show_it' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/simple_node.h:51:19: note: Virtual function in base class
ecflow-4.9.0/view/src/super_node.h:31:18: note: Function in derived class
ecflow-4.9.0/view/src/super_node.h:32:29: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:98:29: note: Virtual function in base class
ecflow-4.9.0/view/src/super_node.h:32:29: note: Function in derived class
ecflow-4.9.0/view/src/super_node.h:33:29: style: The function 'node_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:100:29: note: Virtual function in base class
ecflow-4.9.0/view/src/super_node.h:33:29: note: Function in derived class
ecflow-4.9.0/view/src/super_node.h:34:22: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:151:30: note: Virtual function in base class
ecflow-4.9.0/view/src/super_node.h:34:22: note: Function in derived class
ecflow-4.9.0/view/src/super_node.h:35:15: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/timeout.h:37:15: note: Virtual function in base class
ecflow-4.9.0/view/src/super_node.h:35:15: note: Function in derived class
ecflow-4.9.0/view/src/super_node.h:36:15: style: The function 'up_to_date' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:201:15: note: Virtual function in base class
ecflow-4.9.0/view/src/super_node.h:36:15: note: Function in derived class
ecflow-4.9.0/view/src/super_node.h:37:15: style: The function 'active' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:200:15: note: Virtual function in base class
ecflow-4.9.0/view/src/super_node.h:37:15: note: Function in derived class
ecflow-4.9.0/view/src/super_node.h:38:15: style: The function 'drawBackground' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/simple_node.h:104:16: note: Virtual function in base class
ecflow-4.9.0/view/src/super_node.h:38:15: note: Function in derived class
ecflow-4.9.0/view/src/super_node.h:39:15: style: The function 'info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/simple_node.h:34:16: note: Virtual function in base class
ecflow-4.9.0/view/src/super_node.h:39:15: note: Function in derived class
ecflow-4.9.0/view/src/super_node.h:41:15: style: The function 'trigger_kids' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/simple_node.h:86:16: note: Virtual function in base class
ecflow-4.9.0/view/src/super_node.h:41:15: note: Function in derived class
ecflow-4.9.0/view/src/super_node.h:42:15: style: The function 'trigger_parent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/simple_node.h:87:16: note: Virtual function in base class
ecflow-4.9.0/view/src/super_node.h:42:15: note: Function in derived class
ecflow-4.9.0/view/src/super_node.h:45:10: style: The function 'isLocked' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:180:18: note: Virtual function in base class
ecflow-4.9.0/view/src/super_node.h:45:10: note: Function in derived class
ecflow-4.9.0/view/src/super_node.h:47:18: style: The function 'hasManual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/simple_node.h:43:19: note: Virtual function in base class
ecflow-4.9.0/view/src/super_node.h:47:18: note: Function in derived class
ecflow-4.9.0/view/src/super_node.h:48:18: style: The function 'hasTriggers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/simple_node.h:37:19: note: Virtual function in base class
ecflow-4.9.0/view/src/super_node.h:48:18: note: Function in derived class
ecflow-4.9.0/view/src/super_node.h:49:18: style: The function 'hasInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:173:18: note: Virtual function in base class
ecflow-4.9.0/view/src/super_node.h:49:18: note: Function in derived class
ecflow-4.9.0/view/src/time_node.h:23:16: style: The function 'graph_node' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:242:16: note: Virtual function in base class
ecflow-4.9.0/view/src/time_node.h:23:16: note: Function in derived class
ecflow-4.9.0/view/src/time_node.h:25:15: style: The function 'is_my_parent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:238:15: note: Virtual function in base class
ecflow-4.9.0/view/src/time_node.h:25:15: note: Function in derived class
ecflow-4.9.0/view/src/time_node.h:26:15: style: The function 'info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:128:15: note: Virtual function in base class
ecflow-4.9.0/view/src/time_node.h:26:15: note: Function in derived class
ecflow-4.9.0/view/src/time_node.h:28:19: style: The function 'make_label_tree' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:328:19: note: Virtual function in base class
ecflow-4.9.0/view/src/time_node.h:28:19: note: Function in derived class
ecflow-4.9.0/view/src/time_node.h:29:19: style: The function 'make_label_trigger' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:329:19: note: Virtual function in base class
ecflow-4.9.0/view/src/time_node.h:29:19: note: Function in derived class
ecflow-4.9.0/view/src/time_node.h:33:29: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:98:29: note: Virtual function in base class
ecflow-4.9.0/view/src/time_node.h:33:29: note: Function in derived class
ecflow-4.9.0/view/src/time_node.h:34:21: style: The function 'full_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:99:29: note: Virtual function in base class
ecflow-4.9.0/view/src/time_node.h:34:21: note: Function in derived class
ecflow-4.9.0/view/src/time_node.h:35:18: style: The function 'menus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:95:18: note: Virtual function in base class
ecflow-4.9.0/view/src/time_node.h:35:18: note: Function in derived class
ecflow-4.9.0/view/src/time_node.h:36:18: style: The function 'selectable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:96:18: note: Virtual function in base class
ecflow-4.9.0/view/src/time_node.h:36:18: note: Function in derived class
ecflow-4.9.0/view/src/time_node.h:38:18: style: The function 'visible' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:91:18: note: Virtual function in base class
ecflow-4.9.0/view/src/time_node.h:38:18: note: Function in derived class
ecflow-4.9.0/view/src/time_node.h:41:15: style: The function 'perlify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:264:15: note: Virtual function in base class
ecflow-4.9.0/view/src/time_node.h:41:15: note: Function in derived class
ecflow-4.9.0/view/src/trigger_node.h:33:20: style: The function 'make_label_tree' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:328:19: note: Virtual function in base class
ecflow-4.9.0/view/src/trigger_node.h:33:20: note: Function in derived class
ecflow-4.9.0/view/src/trigger_node.h:34:8: style: The function 'drawNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:223:15: note: Virtual function in base class
ecflow-4.9.0/view/src/trigger_node.h:34:8: note: Function in derived class
ecflow-4.9.0/view/src/trigger_node.h:36:30: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:98:29: note: Virtual function in base class
ecflow-4.9.0/view/src/trigger_node.h:36:30: note: Function in derived class
ecflow-4.9.0/view/src/trigger_node.h:37:30: style: The function 'full_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:99:29: note: Virtual function in base class
ecflow-4.9.0/view/src/trigger_node.h:37:30: note: Function in derived class
ecflow-4.9.0/view/src/trigger_node.h:38:30: style: The function 'definition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:103:29: note: Virtual function in base class
ecflow-4.9.0/view/src/trigger_node.h:38:30: note: Function in derived class
ecflow-4.9.0/view/src/trigger_node.h:39:19: style: The function 'menus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:95:18: note: Virtual function in base class
ecflow-4.9.0/view/src/trigger_node.h:39:19: note: Function in derived class
ecflow-4.9.0/view/src/trigger_node.h:40:19: style: The function 'selectable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:96:18: note: Virtual function in base class
ecflow-4.9.0/view/src/trigger_node.h:40:19: note: Function in derived class
ecflow-4.9.0/view/src/trigger_node.h:42:19: style: The function 'visible' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:91:18: note: Virtual function in base class
ecflow-4.9.0/view/src/trigger_node.h:42:19: note: Function in derived class
ecflow-4.9.0/view/src/trigger_node.h:44:16: style: The function 'triggered' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:141:15: note: Virtual function in base class
ecflow-4.9.0/view/src/trigger_node.h:44:16: note: Function in derived class
ecflow-4.9.0/view/src/trigger_node.h:45:16: style: The function 'triggers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:140:15: note: Virtual function in base class
ecflow-4.9.0/view/src/trigger_node.h:45:16: note: Function in derived class
ecflow-4.9.0/view/src/trigger_node.h:46:16: style: The function 'perlify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:264:15: note: Virtual function in base class
ecflow-4.9.0/view/src/trigger_node.h:46:16: note: Function in derived class
ecflow-4.9.0/view/src/trigger_node.h:52:16: style: The function 'info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:128:15: note: Virtual function in base class
ecflow-4.9.0/view/src/trigger_node.h:52:16: note: Function in derived class
ecflow-4.9.0/view/src/variable_node.h:28:15: style: The function 'info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:128:15: note: Virtual function in base class
ecflow-4.9.0/view/src/variable_node.h:28:15: note: Function in derived class
ecflow-4.9.0/view/src/variable_node.h:30:19: style: The function 'make_label_tree' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:328:19: note: Virtual function in base class
ecflow-4.9.0/view/src/variable_node.h:30:19: note: Function in derived class
ecflow-4.9.0/view/src/variable_node.h:31:15: style: The function 'drawNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:223:15: note: Virtual function in base class
ecflow-4.9.0/view/src/variable_node.h:31:15: note: Function in derived class
ecflow-4.9.0/view/src/variable_node.h:33:18: style: The function 'visible' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:91:18: note: Virtual function in base class
ecflow-4.9.0/view/src/variable_node.h:33:18: note: Function in derived class
ecflow-4.9.0/view/src/variable_node.h:34:15: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:240:15: note: Virtual function in base class
ecflow-4.9.0/view/src/variable_node.h:34:15: note: Function in derived class
ecflow-4.9.0/view/src/variable_node.h:36:15: style: The function 'edit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:229:15: note: Virtual function in base class
ecflow-4.9.0/view/src/variable_node.h:36:15: note: Function in derived class
ecflow-4.9.0/view/src/variable_node.h:37:15: style: The function 'apply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:230:15: note: Virtual function in base class
ecflow-4.9.0/view/src/variable_node.h:37:15: note: Function in derived class
ecflow-4.9.0/view/src/variable_node.h:39:15: style: The function 'triggered' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:141:15: note: Virtual function in base class
ecflow-4.9.0/view/src/variable_node.h:39:15: note: Function in derived class
ecflow-4.9.0/view/src/variable_node.h:40:15: style: The function 'triggers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:140:15: note: Virtual function in base class
ecflow-4.9.0/view/src/variable_node.h:40:15: note: Function in derived class
ecflow-4.9.0/view/src/variable_node.h:42:15: style: The function 'perlify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:264:15: note: Virtual function in base class
ecflow-4.9.0/view/src/variable_node.h:42:15: note: Function in derived class
ecflow-4.9.0/view/src/variable_node.h:46:10: style: The function 'isGenVariable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:236:18: note: Virtual function in base class
ecflow-4.9.0/view/src/variable_node.h:46:10: note: Function in derived class
ecflow-4.9.0/view/src/repeat_node.h:40:16: style: The function 'perlify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:264:15: note: Virtual function in base class
ecflow-4.9.0/view/src/repeat_node.h:40:16: note: Function in derived class
ecflow-4.9.0/view/src/repeat_node.h:42:16: style: The function 'drawNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:223:15: note: Virtual function in base class
ecflow-4.9.0/view/src/repeat_node.h:42:16: note: Function in derived class
ecflow-4.9.0/view/src/repeat_node.h:43:16: style: The function 'sizeNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:224:15: note: Virtual function in base class
ecflow-4.9.0/view/src/repeat_node.h:43:16: note: Function in derived class
ecflow-4.9.0/view/src/repeat_node.h:53:16: style: The function 'info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:128:15: note: Virtual function in base class
ecflow-4.9.0/view/src/repeat_node.h:53:16: note: Function in derived class
ecflow-4.9.0/view/src/repeat_node.h:54:20: style: The function 'make_label_tree' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:328:19: note: Virtual function in base class
ecflow-4.9.0/view/src/repeat_node.h:54:20: note: Function in derived class
ecflow-4.9.0/view/src/repeat_node.h:56:23: style: The function 'status_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:152:30: note: Virtual function in base class
ecflow-4.9.0/view/src/repeat_node.h:56:23: note: Function in derived class
ecflow-4.9.0/view/src/repeat_node.h:58:30: style: The function 'full_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:99:29: note: Virtual function in base class
ecflow-4.9.0/view/src/repeat_node.h:58:30: note: Function in derived class
ecflow-4.9.0/view/src/repeat_node.h:59:30: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:98:29: note: Virtual function in base class
ecflow-4.9.0/view/src/repeat_node.h:59:30: note: Function in derived class
ecflow-4.9.0/view/src/repeat_node.h:61:16: style: The function 'is_my_parent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:238:15: note: Virtual function in base class
ecflow-4.9.0/view/src/repeat_node.h:61:16: note: Function in derived class
ecflow-4.9.0/view/src/repeat_node.h:62:19: style: The function 'visible' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:91:18: note: Virtual function in base class
ecflow-4.9.0/view/src/repeat_node.h:62:19: note: Function in derived class
ecflow-4.9.0/view/src/repeat.h:22:15: style: The function 'last' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/repeat_node.h:34:16: note: Virtual function in base class
ecflow-4.9.0/view/src/repeat.h:22:15: note: Function in derived class
ecflow-4.9.0/view/src/repeat.h:27:15: style: The function 'current' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/repeat_node.h:36:16: note: Virtual function in base class
ecflow-4.9.0/view/src/repeat.h:27:15: note: Function in derived class
ecflow-4.9.0/view/src/repeat.h:51:16: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/repeat_node.h:37:16: note: Virtual function in base class
ecflow-4.9.0/view/src/repeat.h:51:16: note: Function in derived class
ecflow-4.9.0/view/src/repeat.h:58:23: style: The function 'perl_class' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:265:22: note: Virtual function in base class
ecflow-4.9.0/view/src/repeat.h:58:23: note: Function in derived class
ecflow-4.9.0/view/src/repeat.h:66:15: style: The function 'last' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/repeat_node.h:34:16: note: Virtual function in base class
ecflow-4.9.0/view/src/repeat.h:66:15: note: Function in derived class
ecflow-4.9.0/view/src/repeat.h:68:15: style: The function 'current' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/repeat_node.h:36:16: note: Virtual function in base class
ecflow-4.9.0/view/src/repeat.h:68:15: note: Function in derived class
ecflow-4.9.0/view/src/repeat.h:70:16: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/repeat_node.h:37:16: note: Virtual function in base class
ecflow-4.9.0/view/src/repeat.h:70:16: note: Function in derived class
ecflow-4.9.0/view/src/repeat.h:72:23: style: The function 'perl_class' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:265:22: note: Virtual function in base class
ecflow-4.9.0/view/src/repeat.h:72:23: note: Function in derived class
ecflow-4.9.0/view/src/repeat.h:81:15: style: The function 'last' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/repeat_node.h:34:16: note: Virtual function in base class
ecflow-4.9.0/view/src/repeat.h:81:15: note: Function in derived class
ecflow-4.9.0/view/src/repeat.h:83:15: style: The function 'current' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/repeat_node.h:36:16: note: Virtual function in base class
ecflow-4.9.0/view/src/repeat.h:83:15: note: Function in derived class
ecflow-4.9.0/view/src/repeat.h:85:16: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/repeat_node.h:37:16: note: Virtual function in base class
ecflow-4.9.0/view/src/repeat.h:85:16: note: Function in derived class
ecflow-4.9.0/view/src/repeat.h:87:23: style: The function 'perl_class' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:265:22: note: Virtual function in base class
ecflow-4.9.0/view/src/repeat.h:87:23: note: Function in derived class
ecflow-4.9.0/view/src/repeat.h:96:15: style: The function 'last' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/repeat_node.h:34:16: note: Virtual function in base class
ecflow-4.9.0/view/src/repeat.h:96:15: note: Function in derived class
ecflow-4.9.0/view/src/repeat.h:100:15: style: The function 'current' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/repeat_node.h:36:16: note: Virtual function in base class
ecflow-4.9.0/view/src/repeat.h:100:15: note: Function in derived class
ecflow-4.9.0/view/src/repeat.h:102:16: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/repeat_node.h:37:16: note: Virtual function in base class
ecflow-4.9.0/view/src/repeat.h:102:16: note: Function in derived class
ecflow-4.9.0/view/src/repeat.h:105:15: style: The function 'index' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/repeat_node.h:38:16: note: Virtual function in base class
ecflow-4.9.0/view/src/repeat.h:105:15: note: Function in derived class
ecflow-4.9.0/view/src/repeat.h:107:16: style: The function 'can_use_text' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/repeat_node.h:39:16: note: Virtual function in base class
ecflow-4.9.0/view/src/repeat.h:107:16: note: Function in derived class
ecflow-4.9.0/view/src/repeat.h:109:16: style: The function 'perlify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/repeat_node.h:40:16: note: Virtual function in base class
ecflow-4.9.0/view/src/repeat.h:109:16: note: Function in derived class
ecflow-4.9.0/view/src/repeat.h:113:23: style: The function 'perl_class' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:265:22: note: Virtual function in base class
ecflow-4.9.0/view/src/repeat.h:113:23: note: Function in derived class
ecflow-4.9.0/view/src/repeat.h:122:15: style: The function 'last' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/repeat_node.h:34:16: note: Virtual function in base class
ecflow-4.9.0/view/src/repeat.h:122:15: note: Function in derived class
ecflow-4.9.0/view/src/repeat.h:126:15: style: The function 'current' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/repeat_node.h:36:16: note: Virtual function in base class
ecflow-4.9.0/view/src/repeat.h:126:15: note: Function in derived class
ecflow-4.9.0/view/src/repeat.h:128:16: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/repeat_node.h:37:16: note: Virtual function in base class
ecflow-4.9.0/view/src/repeat.h:128:16: note: Function in derived class
ecflow-4.9.0/view/src/repeat.h:130:15: style: The function 'index' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/repeat_node.h:38:16: note: Virtual function in base class
ecflow-4.9.0/view/src/repeat.h:130:15: note: Function in derived class
ecflow-4.9.0/view/src/repeat.h:132:16: style: The function 'can_use_text' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/repeat_node.h:39:16: note: Virtual function in base class
ecflow-4.9.0/view/src/repeat.h:132:16: note: Function in derived class
ecflow-4.9.0/view/src/repeat.h:135:16: style: The function 'perlify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/repeat_node.h:40:16: note: Virtual function in base class
ecflow-4.9.0/view/src/repeat.h:135:16: note: Function in derived class
ecflow-4.9.0/view/src/repeat.h:140:23: style: The function 'perl_class' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node.h:265:22: note: Virtual function in base class
ecflow-4.9.0/view/src/repeat.h:140:23: note: Function in derived class
ecflow-4.9.0/view/src/panel.h:99:0: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:91:18: note: Virtual function in base class
ecflow-4.9.0/view/src/panel.h:99:0: note: Function in derived class
ecflow-4.9.0/view/src/ecf_node.h:111:0: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/ecf_node.h:101:18: note: Virtual function in base class
ecflow-4.9.0/view/src/ecf_node.h:111:0: note: Function in derived class
ecflow-4.9.0/view/src/edit.cc:137:12: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR' is always true. [redundantCondition]
ecflow-4.9.0/view/src/edit.cc:145:8: style: The scope of the variable 'run' can be reduced. [variableScope]
ecflow-4.9.0/view/src/panel.h:98:2: style: Class 'panel_maker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/panel.h:99:17: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/panel.h:91:18: note: Virtual function in base class
ecflow-4.9.0/view/src/panel.h:99:17: note: Function in derived class
ecflow-4.9.0/view/src/globals.h:47:22: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/configurable.h:33:22: note: Virtual function in base class
ecflow-4.9.0/view/src/globals.h:47:22: note: Function in derived class
ecflow-4.9.0/view/src/globals.h:48:15: style: The function 'changed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/configurable.h:25:15: note: Virtual function in base class
ecflow-4.9.0/view/src/globals.h:48:15: note: Function in derived class
ecflow-4.9.0/view/src/edit.cc:202:0: error: Resource leak: f [resourceLeak]
ecflow-4.9.0/view/src/edit_limit.cc:143:41: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
ecflow-4.9.0/view/src/edit_repeat.cc:53:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
ecflow-4.9.0/view/src/edit_repeat.cc:26:14: warning: Member variable 'edit_repeat::use_text_' is not initialized in the constructor. [uninitMemberVar]
ecflow-4.9.0/view/src/editor.cc:21:33: style: Function 'find' argument 1 names different: declaration 'n' definition 'name'. [funcArgNamesDifferent]
ecflow-4.9.0/view/src/editor.h:61:26: note: Function 'find' argument 1 names different: declaration 'n' definition 'name'.
ecflow-4.9.0/view/src/editor.cc:21:33: note: Function 'find' argument 1 names different: declaration 'n' definition 'name'.
ecflow-4.9.0/view/src/external.cc:45:9: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/find.cc:166:19: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/fsb.h:103:15: style: The function 'okCB' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/dialog.h:44:0: note: Virtual function in base class
ecflow-4.9.0/view/src/fsb.h:103:15: note: Function in derived class
ecflow-4.9.0/view/src/choice.h:22:2: style: Class 'choice' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/graph_layout.cc:38:57: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/graph_layout.cc:164:18: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/graph_layout.cc:319:26: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/graph_layout.cc:371:23: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/graph_layout.cc:396:22: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/graph_layout.cc:413:20: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/graph_layout.cc:311:9: style: The scope of the variable 'n' can be reduced. [variableScope]
ecflow-4.9.0/view/src/layout.h:64:9: style: Technically the member function 'layout::layout_widget' can be const. [functionConst]
ecflow-4.9.0/view/src/graph_layout.cc:137:6: style: Technically the member function 'nl1::count' can be const. [functionConst]
ecflow-4.9.0/view/src/graph_layout.cc:155:6: style: Technically the member function 'nl2::count' can be const. [functionConst]
ecflow-4.9.0/view/src/array.h:57:0: style: Technically the member function 'array < graph_node * >::count' can be const. [functionConst]
ecflow-4.9.0/view/src/array.h:57:0: style: Technically the member function 'array < node_relation * >::count' can be const. [functionConst]
ecflow-4.9.0/view/src/graph_layout.h:44:15: warning: Virtual function 'clear' is called from destructor '~graph_layout()' at line 79. Dynamic binding is not used. [virtualCallInConstructor]
ecflow-4.9.0/view/src/graph_layout.cc:79:2: note: Calling clear
ecflow-4.9.0/view/src/graph_layout.h:44:15: note: clear is a virtual method
ecflow-4.9.0/view/src/graph_layout.cc:440:3: style: Class 'graph_layout_reacher' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/graph_layout.h:43:15: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/layout.h:59:15: note: Virtual function in base class
ecflow-4.9.0/view/src/graph_layout.h:43:15: note: Function in derived class
ecflow-4.9.0/view/src/graph_layout.h:44:15: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/layout.h:58:15: note: Virtual function in base class
ecflow-4.9.0/view/src/graph_layout.h:44:15: note: Function in derived class
ecflow-4.9.0/view/src/graph_layout.h:45:15: style: The function 'reach' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/layout.h:60:15: note: Virtual function in base class
ecflow-4.9.0/view/src/graph_layout.h:45:15: note: Function in derived class
ecflow-4.9.0/view/src/graph_layout.h:46:15: style: The function 'selectNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/layout.h:61:15: note: Virtual function in base class
ecflow-4.9.0/view/src/graph_layout.h:46:15: note: Function in derived class
ecflow-4.9.0/view/src/graph_layout.h:47:17: style: The function 'xnode_of' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node_window.h:37:17: note: Virtual function in base class
ecflow-4.9.0/view/src/graph_layout.h:47:17: note: Function in derived class
ecflow-4.9.0/view/src/graph_layout.h:48:15: style: The function 'click1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node_window.h:51:15: note: Virtual function in base class
ecflow-4.9.0/view/src/graph_layout.h:48:15: note: Function in derived class
ecflow-4.9.0/view/src/graph_layout.h:49:15: style: The function 'click2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node_window.h:52:15: note: Virtual function in base class
ecflow-4.9.0/view/src/graph_layout.h:49:15: note: Function in derived class
ecflow-4.9.0/view/src/graph_layout.h:51:9: style: The function 'node_widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node_window.h:38:17: note: Virtual function in base class
ecflow-4.9.0/view/src/graph_layout.h:51:9: note: Function in derived class
ecflow-4.9.0/view/src/graph_layout.h:67:17: style: The function 'menu1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node_window.h:59:17: note: Virtual function in base class
ecflow-4.9.0/view/src/graph_layout.h:67:17: note: Function in derived class
ecflow-4.9.0/view/src/graph_layout.h:68:17: style: The function 'menu2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node_window.h:60:17: note: Virtual function in base class
ecflow-4.9.0/view/src/graph_layout.h:68:17: note: Function in derived class
ecflow-4.9.0/view/src/graph_layout.h:70:15: style: The function 'link' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node_window.h:48:15: note: Virtual function in base class
ecflow-4.9.0/view/src/graph_layout.h:70:15: note: Function in derived class
ecflow-4.9.0/view/src/graph_layout.cc:37:8: style: The function 'notification' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/observer.h:33:15: note: Virtual function in base class
ecflow-4.9.0/view/src/graph_layout.cc:37:8: note: Function in derived class
ecflow-4.9.0/view/src/graph_layout.cc:38:8: style: The function 'adoption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/observer.h:34:15: note: Virtual function in base class
ecflow-4.9.0/view/src/graph_layout.cc:38:8: note: Function in derived class
ecflow-4.9.0/view/src/graph_layout.cc:39:8: style: The function 'gone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/observer.h:35:15: note: Virtual function in base class
ecflow-4.9.0/view/src/graph_layout.cc:39:8: note: Function in derived class
ecflow-4.9.0/view/src/graph_layout.cc:41:8: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/xnode.h:36:16: note: Virtual function in base class
ecflow-4.9.0/view/src/graph_layout.cc:41:8: note: Function in derived class
ecflow-4.9.0/view/src/graph_layout.cc:43:8: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/xnode.h:37:16: note: Virtual function in base class
ecflow-4.9.0/view/src/graph_layout.cc:43:8: note: Function in derived class
ecflow-4.9.0/view/src/graph_layout.cc:129:7: style: The function 'next_node' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/trigger_lister.h:30:18: note: Virtual function in base class
ecflow-4.9.0/view/src/graph_layout.cc:129:7: note: Function in derived class
ecflow-4.9.0/view/src/graph_layout.cc:134:10: style: The function 'parents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/trigger_lister.h:31:21: note: Virtual function in base class
ecflow-4.9.0/view/src/graph_layout.cc:134:10: note: Function in derived class
ecflow-4.9.0/view/src/graph_layout.cc:135:10: style: The function 'kids' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/trigger_lister.h:32:21: note: Virtual function in base class
ecflow-4.9.0/view/src/graph_layout.cc:135:10: note: Function in derived class
ecflow-4.9.0/view/src/graph_layout.cc:148:7: style: The function 'next_node' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/trigger_lister.h:30:18: note: Virtual function in base class
ecflow-4.9.0/view/src/graph_layout.cc:148:7: note: Function in derived class
ecflow-4.9.0/view/src/graph_layout.cc:152:10: style: The function 'parents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/trigger_lister.h:31:21: note: Virtual function in base class
ecflow-4.9.0/view/src/graph_layout.cc:152:10: note: Function in derived class
ecflow-4.9.0/view/src/graph_layout.cc:153:10: style: The function 'kids' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/trigger_lister.h:32:21: note: Virtual function in base class
ecflow-4.9.0/view/src/graph_layout.cc:153:10: note: Function in derived class
ecflow-4.9.0/view/src/graph_layout.cc:442:8: style: The function 'next' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/reach.h:38:15: note: Virtual function in base class
ecflow-4.9.0/view/src/graph_layout.cc:442:8: note: Function in derived class
ecflow-4.9.0/view/src/interface.h:27:3: warning: Class 'interface' which has virtual members does not have a virtual destructor. [virtualDestructor]
ecflow-4.9.0/view/src/gui.h:74:7: performance: Technically the member function 'gui::error' can be static. [functionStatic]
ecflow-4.9.0/view/src/gui.cc:368:11: note: Technically the member function 'gui::error' can be static.
ecflow-4.9.0/view/src/gui.h:74:7: note: Technically the member function 'gui::error' can be static.
ecflow-4.9.0/view/src/top.h:33:15: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/timeout.h:37:15: note: Virtual function in base class
ecflow-4.9.0/view/src/top.h:33:15: note: Function in derived class
ecflow-4.9.0/view/src/top.h:35:15: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/interface.h:29:15: note: Virtual function in base class
ecflow-4.9.0/view/src/top.h:35:15: note: Function in derived class
ecflow-4.9.0/view/src/top.h:36:15: style: The function 'message' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/interface.h:30:15: note: Virtual function in base class
ecflow-4.9.0/view/src/top.h:36:15: note: Function in derived class
ecflow-4.9.0/view/src/top.h:37:15: style: The function 'watch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/interface.h:31:15: note: Virtual function in base class
ecflow-4.9.0/view/src/top.h:37:15: note: Function in derived class
ecflow-4.9.0/view/src/top.h:39:15: style: The function 'add_host' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/interface.h:33:15: note: Virtual function in base class
ecflow-4.9.0/view/src/top.h:39:15: note: Function in derived class
ecflow-4.9.0/view/src/top.h:40:15: style: The function 'remove_host' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/interface.h:34:15: note: Virtual function in base class
ecflow-4.9.0/view/src/top.h:40:15: note: Function in derived class
ecflow-4.9.0/view/src/top.h:41:15: style: The function 'rename_host' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/interface.h:35:15: note: Virtual function in base class
ecflow-4.9.0/view/src/top.h:41:15: note: Function in derived class
ecflow-4.9.0/view/src/top.h:43:15: style: The function 'login' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/interface.h:37:15: note: Virtual function in base class
ecflow-4.9.0/view/src/top.h:43:15: note: Function in derived class
ecflow-4.9.0/view/src/top.h:44:15: style: The function 'logout' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/interface.h:38:15: note: Virtual function in base class
ecflow-4.9.0/view/src/top.h:44:15: note: Function in derived class
ecflow-4.9.0/view/src/top.h:46:17: style: The function 'top_shell' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/interface.h:40:17: note: Virtual function in base class
ecflow-4.9.0/view/src/top.h:46:17: note: Function in derived class
ecflow-4.9.0/view/src/top.h:47:17: style: The function 'trees' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/interface.h:41:17: note: Virtual function in base class
ecflow-4.9.0/view/src/top.h:47:17: note: Function in derived class
ecflow-4.9.0/view/src/top.h:48:17: style: The function 'windows' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/interface.h:42:17: note: Virtual function in base class
ecflow-4.9.0/view/src/top.h:48:17: note: Function in derived class
ecflow-4.9.0/view/src/top.h:50:15: style: The function 'error' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/interface.h:45:15: note: Virtual function in base class
ecflow-4.9.0/view/src/top.h:50:15: note: Function in derived class
ecflow-4.9.0/view/src/host.cc:1037:63: style: Function 'do_comp' argument 3 names different: declaration 'kind' definition 'a'. [funcArgNamesDifferent]
ecflow-4.9.0/view/src/host.h:196:48: note: Function 'do_comp' argument 3 names different: declaration 'kind' definition 'a'.
ecflow-4.9.0/view/src/host.cc:1037:63: note: Function 'do_comp' argument 3 names different: declaration 'kind' definition 'a'.
ecflow-4.9.0/view/src/host.cc:1037:85: style: Function 'do_comp' argument 4 names different: declaration 'meth' definition 'b'. [funcArgNamesDifferent]
ecflow-4.9.0/view/src/host.h:196:73: note: Function 'do_comp' argument 4 names different: declaration 'meth' definition 'b'.
ecflow-4.9.0/view/src/host.cc:1037:85: note: Function 'do_comp' argument 4 names different: declaration 'meth' definition 'b'.
ecflow-4.9.0/view/src/host.cc:1910:34: style: Function 'stats' argument 1 names different: declaration 'f' definition 'buf'. [funcArgNamesDifferent]
ecflow-4.9.0/view/src/host.h:308:28: note: Function 'stats' argument 1 names different: declaration 'f' definition 'buf'.
ecflow-4.9.0/view/src/host.cc:1910:34: note: Function 'stats' argument 1 names different: declaration 'f' definition 'buf'.
ecflow-4.9.0/view/src/host.h:314:16: warning: Virtual function 'reset' is called from constructor 'ehost(const std::string&name,const std::string&h,int number)' at line 226. Dynamic binding is not used. [virtualCallInConstructor]
ecflow-4.9.0/view/src/host.cc:226:18: note: Calling login
ecflow-4.9.0/view/src/host.cc:1309:4: note: Calling reset
ecflow-4.9.0/view/src/host.h:314:16: note: reset is a virtual method
ecflow-4.9.0/view/src/panel_window.h:49:2: style: Class 'panel_window' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/host.cc:132:3: style: Class 'SelectNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/host.h:91:0: style: Class 'host_builder < ehost >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/restart.h:87:15: style: The function 'keep' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node_list.h:39:15: note: Virtual function in base class
ecflow-4.9.0/view/src/restart.h:87:15: note: Function in derived class
ecflow-4.9.0/view/src/mail.h:55:15: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/timeout.h:37:15: note: Virtual function in base class
ecflow-4.9.0/view/src/mail.h:55:15: note: Function in derived class
ecflow-4.9.0/view/src/mail.h:56:15: style: The function 'adoption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/observer.h:34:15: note: Virtual function in base class
ecflow-4.9.0/view/src/mail.h:56:15: note: Function in derived class
ecflow-4.9.0/view/src/mail.h:57:15: style: The function 'notification' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/observer.h:33:15: note: Virtual function in base class
ecflow-4.9.0/view/src/mail.h:57:15: note: Function in derived class
ecflow-4.9.0/view/src/mail.h:58:15: style: The function 'gone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/observer.h:35:15: note: Virtual function in base class
ecflow-4.9.0/view/src/mail.h:58:15: note: Function in derived class
ecflow-4.9.0/view/src/panel_window.h:66:17: style: The function 'shell' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/window.h:30:17: note: Virtual function in base class
ecflow-4.9.0/view/src/panel_window.h:66:17: note: Function in derived class
ecflow-4.9.0/view/src/panel_window.h:69:15: style: The function 'new_selection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/selection.h:36:15: note: Virtual function in base class
ecflow-4.9.0/view/src/panel_window.h:69:15: note: Function in derived class
ecflow-4.9.0/view/src/panel_window.h:70:15: style: The function 'selection_cleared' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/selection.h:35:15: note: Virtual function in base class
ecflow-4.9.0/view/src/panel_window.h:70:15: note: Function in derived class
ecflow-4.9.0/view/src/panel_window.h:107:15: style: The function 'notification' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/observer.h:33:15: note: Virtual function in base class
ecflow-4.9.0/view/src/panel_window.h:107:15: note: Function in derived class
ecflow-4.9.0/view/src/panel_window.h:108:15: style: The function 'gone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/observer.h:35:15: note: Virtual function in base class
ecflow-4.9.0/view/src/panel_window.h:108:15: note: Function in derived class
ecflow-4.9.0/view/src/panel_window.h:109:15: style: The function 'adoption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/observer.h:34:15: note: Virtual function in base class
ecflow-4.9.0/view/src/panel_window.h:109:15: note: Function in derived class
ecflow-4.9.0/view/src/host.cc:736:9: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/init.h:58:15: note: Virtual function in base class
ecflow-4.9.0/view/src/host.cc:736:9: note: Function in derived class
ecflow-4.9.0/view/src/host.h:88:0: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/host.h:77:17: note: Virtual function in base class
ecflow-4.9.0/view/src/host.h:88:0: note: Function in derived class
ecflow-4.9.0/view/src/host.cc:562:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ecflow-4.9.0/view/src/html_lister.h:60:7: style: The function 'push' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/text_lister.h:29:16: note: Virtual function in base class
ecflow-4.9.0/view/src/html_lister.h:60:7: note: Function in derived class
ecflow-4.9.0/view/src/html_lister.h:61:7: style: The function 'push' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/text_lister.h:31:16: note: Virtual function in base class
ecflow-4.9.0/view/src/html_lister.h:61:7: note: Function in derived class
ecflow-4.9.0/view/src/html_lister.h:62:7: style: The function 'endline' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/text_lister.h:33:16: note: Virtual function in base class
ecflow-4.9.0/view/src/html_lister.h:62:7: note: Function in derived class
ecflow-4.9.0/view/src/html_lister.h:63:7: style: The function 'cancel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/text_lister.h:34:16: note: Virtual function in base class
ecflow-4.9.0/view/src/html_lister.h:63:7: note: Function in derived class
ecflow-4.9.0/view/src/html_lister.h:64:8: style: The function 'source' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/text_lister.h:28:17: note: Virtual function in base class
ecflow-4.9.0/view/src/html_lister.h:64:8: note: Function in derived class
ecflow-4.9.0/view/src/http.cc:59:2: warning: The buffer 'what' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
ecflow-4.9.0/view/src/http.cc:62:2: warning: The buffer 'serv' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
ecflow-4.9.0/view/src/url.h:42:2: style: Class 'url' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/http.h:57:15: style: The function 'serve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/server.h:26:15: note: Virtual function in base class
ecflow-4.9.0/view/src/http.h:57:15: note: Function in derived class
ecflow-4.9.0/view/src/http.h:62:15: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/interface.h:29:15: note: Virtual function in base class
ecflow-4.9.0/view/src/http.h:62:15: note: Function in derived class
ecflow-4.9.0/view/src/http.h:63:15: style: The function 'message' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/interface.h:30:15: note: Virtual function in base class
ecflow-4.9.0/view/src/http.h:63:15: note: Function in derived class
ecflow-4.9.0/view/src/http.h:64:15: style: The function 'watch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/interface.h:31:15: note: Virtual function in base class
ecflow-4.9.0/view/src/http.h:64:15: note: Function in derived class
ecflow-4.9.0/view/src/http.h:66:15: style: The function 'add_host' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/interface.h:33:15: note: Virtual function in base class
ecflow-4.9.0/view/src/http.h:66:15: note: Function in derived class
ecflow-4.9.0/view/src/http.h:67:15: style: The function 'remove_host' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/interface.h:34:15: note: Virtual function in base class
ecflow-4.9.0/view/src/http.h:67:15: note: Function in derived class
ecflow-4.9.0/view/src/http.h:68:15: style: The function 'rename_host' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/interface.h:35:15: note: Virtual function in base class
ecflow-4.9.0/view/src/http.h:68:15: note: Function in derived class
ecflow-4.9.0/view/src/http.h:70:15: style: The function 'login' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/interface.h:37:15: note: Virtual function in base class
ecflow-4.9.0/view/src/http.h:70:15: note: Function in derived class
ecflow-4.9.0/view/src/http.h:71:15: style: The function 'logout' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/interface.h:38:15: note: Virtual function in base class
ecflow-4.9.0/view/src/http.h:71:15: note: Function in derived class
ecflow-4.9.0/view/src/http.h:73:17: style: The function 'top_shell' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/interface.h:40:17: note: Virtual function in base class
ecflow-4.9.0/view/src/http.h:73:17: note: Function in derived class
ecflow-4.9.0/view/src/http.h:74:17: style: The function 'trees' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/interface.h:41:17: note: Virtual function in base class
ecflow-4.9.0/view/src/http.h:74:17: note: Function in derived class
ecflow-4.9.0/view/src/http.h:75:17: style: The function 'windows' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/interface.h:42:17: note: Virtual function in base class
ecflow-4.9.0/view/src/http.h:75:17: note: Function in derived class
ecflow-4.9.0/view/src/http.h:77:15: style: The function 'error' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/interface.h:45:15: note: Virtual function in base class
ecflow-4.9.0/view/src/http.h:77:15: note: Function in derived class
ecflow-4.9.0/view/src/url.h:31:15: style: The function 'save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/url.h:26:15: note: Virtual function in base class
ecflow-4.9.0/view/src/url.h:31:15: note: Function in derived class
ecflow-4.9.0/view/src/hyper_lister.h:33:8: style: The function 'push' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/text_lister.h:29:16: note: Virtual function in base class
ecflow-4.9.0/view/src/hyper_lister.h:33:8: note: Function in derived class
ecflow-4.9.0/view/src/hyper_lister.h:34:8: style: The function 'push' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/text_lister.h:31:16: note: Virtual function in base class
ecflow-4.9.0/view/src/hyper_lister.h:34:8: note: Function in derived class
ecflow-4.9.0/view/src/hyper_lister.h:35:8: style: The function 'endline' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/text_lister.h:33:16: note: Virtual function in base class
ecflow-4.9.0/view/src/hyper_lister.h:35:8: note: Function in derived class
ecflow-4.9.0/view/src/hyper_lister.h:36:8: style: The function 'cancel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/text_lister.h:34:16: note: Virtual function in base class
ecflow-4.9.0/view/src/hyper_lister.h:36:8: note: Function in derived class
ecflow-4.9.0/view/src/hyper_lister.h:37:9: style: The function 'source' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/text_lister.h:28:17: note: Virtual function in base class
ecflow-4.9.0/view/src/hyper_lister.h:37:9: note: Function in derived class
ecflow-4.9.0/view/src/input.cc:25:13: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/ecf_node.h:467:0: warning: Virtual function 'unlink' is called from destructor '~ecf_concrete_node < const Label >()' at line 341. Dynamic binding is not used. [virtualCallInConstructor]
ecflow-4.9.0/view/src/ecf_node.h:341:0: note: Calling unlink
ecflow-4.9.0/view/src/ecf_node.h:467:0: note: unlink is a virtual method
ecflow-4.9.0/view/src/libui/uiask.cc:70:25: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uiask.cc:76:25: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uiask.cc:82:25: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uicollector.cc:158:31: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uicollector.cc:164:31: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uicollector.cc:170:31: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uicollector.cc:176:31: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uicollector.cc:182:31: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uicollector.cc:188:31: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uicollector.cc:194:31: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uicollector.cc:200:31: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uicolors.cc:485:28: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uicolors.cc:491:28: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uiconfirm.cc:65:29: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uiconfirm.cc:71:29: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uiconfirm.cc:77:29: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uidepend.cc:112:28: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uidepend.cc:118:28: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uiedit.cc:132:25: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uiedit.cc:138:25: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uiedit.cc:144:25: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uiedit.cc:150:25: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uiedit.cc:156:25: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uiedit_label.cc:131:31: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uiedit_label.cc:137:31: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uiedit_limit.cc:117:31: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uiedit_limit.cc:123:31: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uiedit_limit.cc:129:31: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uiedit_limit.cc:135:31: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uiedit_meter.cc:107:31: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uiedit_meter.cc:113:31: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uiedit_repeat.cc:116:32: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uiedit_repeat.cc:122:32: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uiedit_variable.cc:100:34: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uiedit_variable.cc:106:34: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uierror.cc:58:27: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uierror.cc:64:27: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uierror.cc:70:27: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uifind.cc:207:26: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uifind.cc:213:26: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uifind.cc:219:26: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uifind.cc:225:26: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uifonts.cc:411:26: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uifonts.cc:417:26: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uifsb.cc:64:25: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uifsb.cc:70:25: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uifsb.cc:76:25: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uihistory.cc:58:28: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uiinfo.cc:77:25: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uijob.cc:110:24: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uijob.cc:116:24: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uijobcheck.cc:96:29: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uijobstatus.cc:134:30: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uijobstatus.cc:140:30: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uijobstatus.cc:146:37: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uimail.cc:126:26: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uimail.cc:132:26: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uimanual.cc:92:27: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uimanual.cc:98:27: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uimenu.cc:195:25: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uimenu.cc:201:25: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uimenu.cc:207:25: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uimenu.cc:213:25: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uimenu.cc:219:25: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uimenu.cc:225:25: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uimessages.cc:93:29: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uimessages.cc:99:29: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uinode_alert.cc:142:32: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uinode_alert.cc:148:32: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uinode_alert.cc:154:32: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uinode_alert.cc:160:32: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uioption.cc:1011:27: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uioption.cc:1017:27: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uioutput.cc:144:27: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uioutput.cc:150:27: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uioutput.cc:156:27: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uioutput.cc:162:27: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uipanel.cc:154:25: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uipanel.cc:160:25: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uipanel.cc:166:25: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uipanel.cc:172:25: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uipanel.cc:178:25: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uipanel.cc:184:25: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uipanel.cc:190:25: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uipanel.cc:196:25: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uipasswd.cc:113:28: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uipasswd.cc:119:28: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uipasswd.cc:125:28: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uipasswd.cc:131:28: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uipref.cc:95:26: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uipref.cc:101:26: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uiscript.cc:116:27: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uiscript.cc:122:27: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uisearch.cc:502:28: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uisearch.cc:508:28: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uisearch.cc:514:28: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uisearch.cc:520:28: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uisearch.cc:526:28: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uisearch.cc:532:28: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uisearch.cc:538:28: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uisearch.cc:544:28: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uisearch.cc:550:28: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uisearch.cc:556:28: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uisearch.cc:562:28: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uiservers.cc:191:28: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uiservers.cc:197:28: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uiservers.cc:203:28: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uiservers.cc:209:28: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uiservers.cc:215:28: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uiservers.cc:221:28: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uisuites.cc:111:27: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uisuites.cc:117:27: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uisuites.cc:123:27: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uitimetable.cc:299:30: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uitimetable.cc:305:30: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uitimetable.cc:311:30: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uitimetable.cc:317:30: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uitimetable.cc:323:30: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uitimetable.cc:329:30: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uitimetable.cc:335:30: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uitimetable.cc:341:30: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uitimetable.cc:347:30: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uitop.cc:942:25: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uitop.cc:948:25: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uitop.cc:954:25: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uitop.cc:960:32: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uitop.cc:966:32: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uitop.cc:972:25: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uitop.cc:978:25: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uitop.cc:984:25: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uitop.cc:990:25: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uitop.cc:996:25: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uitop.cc:1002:26: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uitop.cc:1008:25: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uitop.cc:1014:25: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uitop.cc:308:2: style: Variable 'ac' is reassigned a value before the old one has been used. [redundantAssignment]
ecflow-4.9.0/view/src/libui/uitop.cc:306:56: note: Variable 'ac' is reassigned a value before the old one has been used.
ecflow-4.9.0/view/src/libui/uitop.cc:308:2: note: Variable 'ac' is reassigned a value before the old one has been used.
ecflow-4.9.0/view/src/libui/uitree.cc:110:20: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uitree.cc:116:21: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uitree.cc:122:27: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uitree.cc:128:20: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uitree.cc:134:20: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uitree.cc:140:20: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uitriggers.cc:136:29: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uitriggers.cc:142:29: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uitriggers.cc:148:29: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uitriggers.cc:154:29: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uitriggers.cc:275:29: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uitriggers.cc:281:29: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uitriggers.cc:287:29: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uitriggers.cc:293:29: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uiuser.cc:97:25: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uiuser.cc:103:25: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uiusers.cc:72:26: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uivariables.cc:182:30: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uivariables.cc:188:30: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uivariables.cc:194:30: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uivariables.cc:200:30: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uivariables.cc:206:30: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uivariables.cc:212:30: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uiwhy.cc:77:24: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uizombies.cc:109:28: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uizombies.cc:115:28: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uizombies.cc:121:28: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uizombies.cc:127:28: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uizombies.cc:133:28: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libui/uizombies.cc:139:28: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/libxec/xec_Strings.c:91:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ecflow-4.9.0/view/src/libxec/xec_Text.c:238:11: style: The scope of the variable 'p' can be reduced. [variableScope]
ecflow-4.9.0/view/src/libxec/xec_Text.c:239:10: style: The scope of the variable 'length' can be reduced. [variableScope]
ecflow-4.9.0/view/src/libxec/xec_Text.c:321:10: style: The scope of the variable 'length' can be reduced. [variableScope]
ecflow-4.9.0/view/src/libxec/xec_Text.c:324:15: style: The scope of the variable 'p' can be reduced. [variableScope]
ecflow-4.9.0/view/src/libxec/xec_Text.c:327:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ecflow-4.9.0/view/src/limit_node.h:56:7: style: Technically the member function 'limit_integer_node::drawMeter' can be const. [functionConst]
ecflow-4.9.0/view/src/limit_node.cc:324:26: note: Technically the member function 'limit_integer_node::drawMeter' can be const.
ecflow-4.9.0/view/src/limit_node.h:56:7: note: Technically the member function 'limit_integer_node::drawMeter' can be const.
ecflow-4.9.0/view/src/log_event.cc:210:15: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/log_event.h:100:15: note: Virtual function in base class
ecflow-4.9.0/view/src/log_event.cc:210:15: note: Function in derived class
ecflow-4.9.0/view/src/log_event.cc:212:15: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/log_event.h:90:15: note: Virtual function in base class
ecflow-4.9.0/view/src/log_event.cc:212:15: note: Function in derived class
ecflow-4.9.0/view/src/log_event.cc:213:15: style: The function 'end' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/log_event.h:91:15: note: Virtual function in base class
ecflow-4.9.0/view/src/log_event.cc:213:15: note: Function in derived class
ecflow-4.9.0/view/src/log_event.cc:214:16: style: The function 'text' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/log_event.h:98:16: note: Virtual function in base class
ecflow-4.9.0/view/src/log_event.cc:214:16: note: Function in derived class
ecflow-4.9.0/view/src/log_event.cc:216:14: style: The function 'status' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/log_event.h:96:14: note: Virtual function in base class
ecflow-4.9.0/view/src/log_event.cc:216:14: note: Function in derived class
ecflow-4.9.0/view/src/log_event.cc:233:16: style: The function 'owner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/log_event.h:93:16: note: Virtual function in base class
ecflow-4.9.0/view/src/log_event.cc:233:16: note: Function in derived class
ecflow-4.9.0/view/src/log_event.cc:234:15: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/log_event.h:100:15: note: Virtual function in base class
ecflow-4.9.0/view/src/log_event.cc:234:15: note: Function in derived class
ecflow-4.9.0/view/src/log_event.cc:235:16: style: The function 'text' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/log_event.h:98:16: note: Virtual function in base class
ecflow-4.9.0/view/src/log_event.cc:235:16: note: Function in derived class
ecflow-4.9.0/view/src/log_event.cc:262:16: style: The function 'owner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/log_event.h:93:16: note: Virtual function in base class
ecflow-4.9.0/view/src/log_event.cc:262:16: note: Function in derived class
ecflow-4.9.0/view/src/log_event.cc:263:15: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/log_event.h:100:15: note: Virtual function in base class
ecflow-4.9.0/view/src/log_event.cc:263:15: note: Function in derived class
ecflow-4.9.0/view/src/log_event.cc:264:16: style: The function 'text' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/log_event.h:98:16: note: Virtual function in base class
ecflow-4.9.0/view/src/log_event.cc:264:16: note: Function in derived class
ecflow-4.9.0/view/src/logsvr.cc:47:45: style: Function 'logsvr' argument 2 names different: declaration 'port' definition 'cport'. [funcArgNamesDifferent]
ecflow-4.9.0/view/src/logsvr.h:32:39: note: Function 'logsvr' argument 2 names different: declaration 'port' definition 'cport'.
ecflow-4.9.0/view/src/logsvr.cc:47:45: note: Function 'logsvr' argument 2 names different: declaration 'port' definition 'cport'.
ecflow-4.9.0/view/src/logsvr.cc:221:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ecflow-4.9.0/view/src/mail.cc:218:27: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/mail.cc:141:7: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/runnable.h:39:15: note: Virtual function in base class
ecflow-4.9.0/view/src/mail.cc:141:7: note: Function in derived class
ecflow-4.9.0/view/src/menu_prefs.cc:63:12: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR' is always true. [redundantCondition]
ecflow-4.9.0/view/src/menu_prefs.h:35:17: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/prefs.h:62:17: note: Virtual function in base class
ecflow-4.9.0/view/src/menu_prefs.h:35:17: note: Function in derived class
<stdout>:2783:2: warning: Possible null pointer dereference: b [nullPointer]
<stdout>:2676:17: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
<stdout>:2783:2: note: Null pointer dereference
<stdout>:2784:2: warning: Possible null pointer dereference: b [nullPointer]
<stdout>:2676:17: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
<stdout>:2784:2: note: Null pointer dereference
<stdout>:2795:9: warning: Possible null pointer dereference: b [nullPointer]
<stdout>:2676:17: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
<stdout>:2795:9: note: Null pointer dereference
<stdout>:2434:23: style: Checking if unsigned variable 'num_to_read' is less than zero. [unsignedLessThanZero]
<stdout>:2522:59: style: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'. [funcArgNamesDifferent]
<stdout>:360:54: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
<stdout>:2522:59: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
<stdout>:2541:49: style: Function 'yyunput' argument 2 names different: declaration 'buf_ptr' definition 'yy_bp'. [funcArgNamesDifferent]
<stdout>:1271:38: note: Function 'yyunput' argument 2 names different: declaration 'buf_ptr' definition 'yy_bp'.
<stdout>:2541:49: note: Function 'yyunput' argument 2 names different: declaration 'buf_ptr' definition 'yy_bp'.
<stdout>:2968:48: style: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'. [funcArgNamesDifferent]
<stdout>:315:47: note: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
<stdout>:2968:48: note: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
<stdout>:2981:48: style: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'. [funcArgNamesDifferent]
<stdout>:316:46: note: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
<stdout>:2981:48: note: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
<stdout>:2981:68: style: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'. [funcArgNamesDifferent]
<stdout>:316:62: note: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
<stdout>:2981:68: note: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
<stdout>:3113:24: style: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'. [funcArgNamesDifferent]
<stdout>:1237:23: note: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
<stdout>:3113:24: note: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
ecflow-4.9.0/view/src/menus.cc:613:12: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/menus.cc:294:30: style: Function 'find' argument 1 names different: declaration 'name' definition 'title'. [funcArgNamesDifferent]
ecflow-4.9.0/view/src/menus.cc:272:26: note: Function 'find' argument 1 names different: declaration 'name' definition 'title'.
ecflow-4.9.0/view/src/menus.cc:294:30: note: Function 'find' argument 1 names different: declaration 'name' definition 'title'.
ecflow-4.9.0/view/src/menus.cc:172:10: style: Technically the member function 'action::widget' can be const. [functionConst]
ecflow-4.9.0/view/src/tip.h:28:2: style: Class 'tip' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/menus.cc:180:3: style: Class 'command' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/menus.cc:188:3: style: Class 'window_cmd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/menus.cc:199:3: style: Class 'internal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/tip.h:44:7: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/timeout.h:37:15: note: Virtual function in base class
ecflow-4.9.0/view/src/tip.h:44:7: note: Function in derived class
ecflow-4.9.0/view/src/menus.cc:178:16: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/menus.cc:169:16: note: Virtual function in base class
ecflow-4.9.0/view/src/menus.cc:178:16: note: Function in derived class
ecflow-4.9.0/view/src/menus.cc:181:16: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/menus.cc:173:16: note: Virtual function in base class
ecflow-4.9.0/view/src/menus.cc:181:16: note: Function in derived class
ecflow-4.9.0/view/src/menus.cc:186:16: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/menus.cc:169:16: note: Virtual function in base class
ecflow-4.9.0/view/src/menus.cc:186:16: note: Function in derived class
ecflow-4.9.0/view/src/menus.cc:189:16: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/menus.cc:173:16: note: Virtual function in base class
ecflow-4.9.0/view/src/menus.cc:189:16: note: Function in derived class
ecflow-4.9.0/view/src/menus.cc:197:16: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/menus.cc:169:16: note: Virtual function in base class
ecflow-4.9.0/view/src/menus.cc:197:16: note: Function in derived class
ecflow-4.9.0/view/src/menus.cc:200:16: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/menus.cc:173:16: note: Virtual function in base class
ecflow-4.9.0/view/src/menus.cc:200:16: note: Function in derived class
ecflow-4.9.0/view/src/menus.cc:206:16: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/menus.cc:169:16: note: Virtual function in base class
ecflow-4.9.0/view/src/menus.cc:206:16: note: Function in derived class
ecflow-4.9.0/view/src/menus.cc:213:16: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/menus.cc:173:16: note: Virtual function in base class
ecflow-4.9.0/view/src/menus.cc:213:16: note: Function in derived class
ecflow-4.9.0/view/src/menus.cc:218:22: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/menus.cc:169:16: note: Virtual function in base class
ecflow-4.9.0/view/src/menus.cc:218:22: note: Function in derived class
ecflow-4.9.0/view/src/menus.cc:219:15: style: The function 'fill' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/menus.cc:170:16: note: Virtual function in base class
ecflow-4.9.0/view/src/menus.cc:219:15: note: Function in derived class
ecflow-4.9.0/view/src/menus.cc:225:16: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/menus.cc:169:16: note: Virtual function in base class
ecflow-4.9.0/view/src/menus.cc:225:16: note: Function in derived class
ecflow-4.9.0/view/src/menus.cc:121:20: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
y.tab.c:1353:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
menuy.y:155:27: style: Same expression on both sides of '-'. [duplicateExpression]
menuy.y:156:27: style: Same expression on both sides of '-'. [duplicateExpression]
menuy.y:165:71: style: Same expression on both sides of '-'. [duplicateExpression]
menuy.y:177:71: style: Same expression on both sides of '-'. [duplicateExpression]
menuy.y:187:42: style: Same expression on both sides of '-'. [duplicateExpression]
menuy.y:229:64: style: Same expression on both sides of '-'. [duplicateExpression]
menuy.y:230:65: style: Same expression on both sides of '-'. [duplicateExpression]
menuy.y:274:63: style: Same expression on both sides of '-'. [duplicateExpression]
menuy.y:275:63: style: Same expression on both sides of '-'. [duplicateExpression]
menuy.y:276:63: style: Same expression on both sides of '-'. [duplicateExpression]
menuy.y:280:63: style: Same expression on both sides of '-'. [duplicateExpression]
menuy.y:281:63: style: Same expression on both sides of '-'. [duplicateExpression]
menuy.y:282:63: style: Same expression on both sides of '-'. [duplicateExpression]
menuy.y:283:62: style: Same expression on both sides of '-'. [duplicateExpression]
menuy.y:284:62: style: Same expression on both sides of '-'. [duplicateExpression]
ecflow-4.9.0/view/src/messages.cc:52:3: style: Struct 'ml' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/messages.cc:50:8: style: The function 'next' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/lister.h:22:0: note: Virtual function in base class
ecflow-4.9.0/view/src/messages.cc:50:8: note: Function in derived class
ecflow-4.9.0/view/src/meter_node.h:32:7: style: Technically the member function 'meter_node::minimum' can be const. [functionConst]
ecflow-4.9.0/view/src/meter_node.cc:122:17: note: Technically the member function 'meter_node::minimum' can be const.
ecflow-4.9.0/view/src/meter_node.h:32:7: note: Technically the member function 'meter_node::minimum' can be const.
ecflow-4.9.0/view/src/meter_node.h:33:7: style: Technically the member function 'meter_node::maximum' can be const. [functionConst]
ecflow-4.9.0/view/src/meter_node.cc:130:17: note: Technically the member function 'meter_node::maximum' can be const.
ecflow-4.9.0/view/src/meter_node.h:33:7: note: Technically the member function 'meter_node::maximum' can be const.
ecflow-4.9.0/view/src/meter_node.h:35:7: style: Technically the member function 'meter_node::threshold' can be const. [functionConst]
ecflow-4.9.0/view/src/meter_node.cc:146:17: note: Technically the member function 'meter_node::threshold' can be const.
ecflow-4.9.0/view/src/meter_node.h:35:7: note: Technically the member function 'meter_node::threshold' can be const.
ecflow-4.9.0/view/src/ecf_node.h:467:0: warning: Virtual function 'unlink' is called from destructor '~ecf_concrete_node < const Meter >()' at line 341. Dynamic binding is not used. [virtualCallInConstructor]
ecflow-4.9.0/view/src/ecf_node.h:341:0: note: Calling unlink
ecflow-4.9.0/view/src/ecf_node.h:467:0: note: unlink is a virtual method
ecflow-4.9.0/view/src/node.cc:502:15: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/node.cc:718:12: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/node.cc:693:10: style: The scope of the variable 'top' can be reduced. [variableScope]
ecflow-4.9.0/view/src/node.cc:697:31: style: The scope of the variable 'ecfn' can be reduced. [variableScope]
ecflow-4.9.0/view/src/node.cc:408:36: style: Function 'changed' argument 2 names different: declaration 'a' definition 'oldstatus'. [funcArgNamesDifferent]
ecflow-4.9.0/view/src/node.h:273:36: note: Function 'changed' argument 2 names different: declaration 'a' definition 'oldstatus'.
ecflow-4.9.0/view/src/node.cc:408:36: note: Function 'changed' argument 2 names different: declaration 'a' definition 'oldstatus'.
ecflow-4.9.0/view/src/node.cc:408:50: style: Function 'changed' argument 3 names different: declaration 'b' definition 'oldtryno'. [funcArgNamesDifferent]
ecflow-4.9.0/view/src/node.h:273:45: note: Function 'changed' argument 3 names different: declaration 'b' definition 'oldtryno'.
ecflow-4.9.0/view/src/node.cc:408:50: note: Function 'changed' argument 3 names different: declaration 'b' definition 'oldtryno'.
ecflow-4.9.0/view/src/node.cc:408:63: style: Function 'changed' argument 4 names different: declaration 'c' definition 'oldflags'. [funcArgNamesDifferent]
ecflow-4.9.0/view/src/node.h:273:54: note: Function 'changed' argument 4 names different: declaration 'c' definition 'oldflags'.
ecflow-4.9.0/view/src/node.cc:408:63: note: Function 'changed' argument 4 names different: declaration 'c' definition 'oldflags'.
ecflow-4.9.0/view/src/node.cc:691:36: style: Function 'find' argument 1 names different: declaration 'n' definition 'name'. [funcArgNamesDifferent]
ecflow-4.9.0/view/src/node.h:215:31: note: Function 'find' argument 1 names different: declaration 'n' definition 'name'.
ecflow-4.9.0/view/src/node.cc:691:36: note: Function 'find' argument 1 names different: declaration 'n' definition 'name'.
ecflow-4.9.0/view/src/node.cc:862:36: style: Function 'find_match' argument 1 names different: declaration 'name' definition 'p'. [funcArgNamesDifferent]
ecflow-4.9.0/view/src/node.h:217:31: note: Function 'find_match' argument 1 names different: declaration 'name' definition 'p'.
ecflow-4.9.0/view/src/node.cc:862:36: note: Function 'find_match' argument 1 names different: declaration 'name' definition 'p'.
ecflow-4.9.0/view/src/node.cc:870:41: style: Function 'find_name' argument 1 names different: declaration 'name' definition 'p'. [funcArgNamesDifferent]
ecflow-4.9.0/view/src/node.h:216:43: note: Function 'find_name' argument 1 names different: declaration 'name' definition 'p'.
ecflow-4.9.0/view/src/node.cc:870:41: note: Function 'find_name' argument 1 names different: declaration 'name' definition 'p'.
ecflow-4.9.0/view/src/node.cc:986:52: warning: The buffer 'bak' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
ecflow-4.9.0/view/src/node.h:125:7: performance: Technically the member function 'node::delvars' can be static. [functionStatic]
ecflow-4.9.0/view/src/node.cc:1065:12: note: Technically the member function 'node::delvars' can be static.
ecflow-4.9.0/view/src/node.h:125:7: note: Technically the member function 'node::delvars' can be static.
ecflow-4.9.0/view/src/node.h:207:7: style: Technically the member function 'node::unlink' can be const. [functionConst]
ecflow-4.9.0/view/src/node.cc:1068:12: note: Technically the member function 'node::unlink' can be const.
ecflow-4.9.0/view/src/node.h:207:7: note: Technically the member function 'node::unlink' can be const.
ecflow-4.9.0/view/src/node.h:209:7: style: Technically the member function 'node::check' can be const. [functionConst]
ecflow-4.9.0/view/src/node.cc:1036:12: note: Technically the member function 'node::check' can be const.
ecflow-4.9.0/view/src/node.h:209:7: note: Technically the member function 'node::check' can be const.
ecflow-4.9.0/view/src/node.h:267:7: performance: Technically the member function 'node::perl_member' can be static. [functionStatic]
ecflow-4.9.0/view/src/node.cc:982:12: note: Technically the member function 'node::perl_member' can be static.
ecflow-4.9.0/view/src/node.h:267:7: note: Technically the member function 'node::perl_member' can be static.
ecflow-4.9.0/view/src/node.h:269:7: performance: Technically the member function 'node::perl_member' can be static. [functionStatic]
ecflow-4.9.0/view/src/node.cc:1007:12: note: Technically the member function 'node::perl_member' can be static.
ecflow-4.9.0/view/src/node.h:269:7: note: Technically the member function 'node::perl_member' can be static.
ecflow-4.9.0/view/src/node.h:270:7: performance: Technically the member function 'node::perl_member' can be static. [functionStatic]
ecflow-4.9.0/view/src/node.cc:1013:12: note: Technically the member function 'node::perl_member' can be static.
ecflow-4.9.0/view/src/node.h:270:7: note: Technically the member function 'node::perl_member' can be static.
ecflow-4.9.0/view/src/node.h:294:7: performance: Technically the member function 'node::ondemand' can be static. [functionStatic]
ecflow-4.9.0/view/src/node.cc:1047:12: note: Technically the member function 'node::ondemand' can be static.
ecflow-4.9.0/view/src/node.h:294:7: note: Technically the member function 'node::ondemand' can be static.
ecflow-4.9.0/view/src/node.cc:63:18: style: Technically the member function 'node_data::labelTrigger' can be const. [functionConst]
ecflow-4.9.0/view/src/array.h:57:0: style: Technically the member function 'array < node * >::count' can be const. [functionConst]
ecflow-4.9.0/view/src/array.h:57:0: style: Technically the member function 'array < node_info * >::count' can be const. [functionConst]
ecflow-4.9.0/view/src/ecf_node.h:467:0: warning: Virtual function 'unlink' is called from destructor '~ecf_concrete_node < Defs >()' at line 341. Dynamic binding is not used. [virtualCallInConstructor]
ecflow-4.9.0/view/src/ecf_node.h:341:0: note: Calling unlink
ecflow-4.9.0/view/src/ecf_node.h:467:0: note: unlink is a virtual method
ecflow-4.9.0/view/src/node.cc:575:3: style: Struct 'triggered_lister' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/node.cc:577:8: style: The function 'next_node' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/trigger_lister.h:30:18: note: Virtual function in base class
ecflow-4.9.0/view/src/node.cc:577:8: note: Function in derived class
ecflow-4.9.0/view/src/node.cc:606:8: style: The function 'next_node' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/trigger_lister.h:30:18: note: Virtual function in base class
ecflow-4.9.0/view/src/node.cc:606:8: note: Function in derived class
ecflow-4.9.0/view/src/node.cc:630:8: style: The function 'next_node' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/trigger_lister.h:30:18: note: Virtual function in base class
ecflow-4.9.0/view/src/node.cc:630:8: note: Function in derived class
ecflow-4.9.0/view/src/node.cc:691:36: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ecflow-4.9.0/view/src/node_alert.h:40:18: style: The function 'shell' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/window.h:30:17: note: Virtual function in base class
ecflow-4.9.0/view/src/node_alert.h:40:18: note: Function in derived class
ecflow-4.9.0/view/src/node_alert.h:41:18: style: The function 'list' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node_list.h:37:17: note: Virtual function in base class
ecflow-4.9.0/view/src/node_alert.h:41:18: note: Function in derived class
ecflow-4.9.0/view/src/node_alert.h:42:18: style: The function 'form' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node_list.h:38:17: note: Virtual function in base class
ecflow-4.9.0/view/src/node_alert.h:42:18: note: Function in derived class
ecflow-4.9.0/view/src/node_list.cc:113:13: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/node_list.cc:120:13: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/node_list.cc:127:23: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/node_list.h:49:14: performance: Technically the member function 'node_list::name' can be static. [functionStatic]
ecflow-4.9.0/view/src/node_list.cc:103:24: note: Technically the member function 'node_list::name' can be static.
ecflow-4.9.0/view/src/node_list.h:49:14: note: Technically the member function 'node_list::name' can be static.
ecflow-4.9.0/view/src/node_list.cc:35:15: style: Technically the member function 'node_list_data::name' can be const. [functionConst]
ecflow-4.9.0/view/src/node_list.cc:34:3: style: Class 'node_list_data' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/opener.h:103:7: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/runnable.h:39:15: note: Virtual function in base class
ecflow-4.9.0/view/src/opener.h:103:7: note: Function in derived class
ecflow-4.9.0/view/src/node_window.cc:38:19: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/node_window.cc:41:14: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/node_window.cc:42:14: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/node_window.cc:56:22: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/node_window.cc:152:18: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/node_window.cc:215:18: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/not_enqueued.h:39:15: style: The function 'keep' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node_list.h:39:15: note: Virtual function in base class
ecflow-4.9.0/view/src/not_enqueued.h:39:15: note: Function in derived class
ecflow-4.9.0/view/src/observable.cc:35:2: style: Struct 'gone_iter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/observable.cc:52:2: style: Struct 'notify_iter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/observable.cc:33:7: style: The function 'next' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/relation.h:33:15: note: Virtual function in base class
ecflow-4.9.0/view/src/observable.cc:33:7: note: Function in derived class
ecflow-4.9.0/view/src/observable.cc:50:7: style: The function 'next' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/relation.h:33:15: note: Virtual function in base class
ecflow-4.9.0/view/src/observable.cc:50:7: note: Function in derived class
ecflow-4.9.0/view/src/observable.cc:66:7: style: The function 'next' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/relation.h:33:15: note: Virtual function in base class
ecflow-4.9.0/view/src/observable.cc:66:7: note: Function in derived class
ecflow-4.9.0/view/src/output.cc:136:11: style: Expression is always false because 'else if' condition matches previous condition at line 134. [multiCondition]
ecflow-4.9.0/view/src/output.cc:63:2: style: Class 'output_lister' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/output.cc:128:2: style: Class 'search_me' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/output.cc:59:7: style: The function 'sort' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/lister.h:23:0: note: Virtual function in base class
ecflow-4.9.0/view/src/output.cc:59:7: note: Function in derived class
ecflow-4.9.0/view/src/output.cc:60:7: style: The function 'compare' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/lister.h:24:0: note: Virtual function in base class
ecflow-4.9.0/view/src/output.cc:60:7: note: Function in derived class
ecflow-4.9.0/view/src/output.cc:61:7: style: The function 'next' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/lister.h:22:0: note: Virtual function in base class
ecflow-4.9.0/view/src/output.cc:61:7: note: Function in derived class
ecflow-4.9.0/view/src/output.cc:111:7: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/runnable.h:39:15: note: Virtual function in base class
ecflow-4.9.0/view/src/output.cc:111:7: note: Function in derived class
ecflow-4.9.0/view/src/output.cc:208:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ecflow-4.9.0/view/src/panel_window.cc:179:20: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/panel_window.cc:311:11: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/panel_window.h:65:15: warning: Virtual function 'create' is called from constructor 'panel_window()' at line 37. Dynamic binding is not used. [virtualCallInConstructor]
ecflow-4.9.0/view/src/panel_window.cc:37:2: note: Calling create
ecflow-4.9.0/view/src/panel_window.h:65:15: note: create is a virtual method
ecflow-4.9.0/view/src/panel_window.h:65:15: warning: Virtual function 'create' is called from constructor 'panel_window(panel_window*)' at line 48. Dynamic binding is not used. [virtualCallInConstructor]
ecflow-4.9.0/view/src/panel_window.cc:48:2: note: Calling create
ecflow-4.9.0/view/src/panel_window.h:65:15: note: create is a virtual method
ecflow-4.9.0/view/src/panel_window.h:65:15: warning: Virtual function 'create' is called from constructor 'panel_window(node*,bool,bool,const char*)' at line 75. Dynamic binding is not used. [virtualCallInConstructor]
ecflow-4.9.0/view/src/panel_window.cc:75:2: note: Calling create
ecflow-4.9.0/view/src/panel_window.h:65:15: note: create is a virtual method
ecflow-4.9.0/view/src/panel_window.h:65:15: warning: Virtual function 'create' is called from constructor 'panel_window(panel_window*,node*,bool,bool)' at line 88. Dynamic binding is not used. [virtualCallInConstructor]
ecflow-4.9.0/view/src/panel_window.cc:88:2: note: Calling create
ecflow-4.9.0/view/src/panel_window.h:65:15: note: create is a virtual method
ecflow-4.9.0/view/src/reach.cc:60:7: performance: Technically the member function 'trigger_collector::add' can be static. [functionStatic]
ecflow-4.9.0/view/src/reach.cc:79:25: note: Technically the member function 'trigger_collector::add' can be static.
ecflow-4.9.0/view/src/reach.cc:60:7: note: Technically the member function 'trigger_collector::add' can be static.
ecflow-4.9.0/view/src/reach.cc:54:2: style: Struct 'trigger_collector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/reach.cc:57:7: style: The function 'next_node' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/trigger_lister.h:30:18: note: Virtual function in base class
ecflow-4.9.0/view/src/reach.cc:57:7: note: Function in derived class
ecflow-4.9.0/view/src/reach.cc:64:10: style: The function 'kids' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/trigger_lister.h:32:21: note: Virtual function in base class
ecflow-4.9.0/view/src/reach.cc:64:10: note: Function in derived class
ecflow-4.9.0/view/src/reach.cc:65:10: style: The function 'parents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/trigger_lister.h:31:21: note: Virtual function in base class
ecflow-4.9.0/view/src/reach.cc:65:10: note: Function in derived class
ecflow-4.9.0/view/src/relation.cc:57:5: style: Variable 'c' is modified but its new value is never used. [unreadVariable]
ecflow-4.9.0/view/src/relation.cc:58:19: style: Variable 'v' is modified but its new value is never used. [unreadVariable]
ecflow-4.9.0/view/src/relation.cc:23:7: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/runnable.h:39:15: note: Virtual function in base class
ecflow-4.9.0/view/src/relation.cc:23:7: note: Function in derived class
ecflow-4.9.0/view/src/repeat_node.cc:68:7: style: Condition 'nnn' is always false [knownConditionTrueFalse]
ecflow-4.9.0/view/src/repeat_node.cc:66:16: note: Assignment 'nnn=0', assigned value is 0
ecflow-4.9.0/view/src/repeat_node.cc:68:7: note: Condition 'nnn' is always false
ecflow-4.9.0/view/src/repeat_node.cc:200:15: style: The scope of the variable 'vals' can be reduced. [variableScope]
ecflow-4.9.0/view/src/repeat_node.cc:201:15: style: The scope of the variable 'buf' can be reduced. [variableScope]
ecflow-4.9.0/view/src/scripting.cc:53:7: style: Condition '!host_name' is always true [knownConditionTrueFalse]
ecflow-4.9.0/view/src/scripting.cc:49:27: note: Assignment 'host_name=0', assigned value is 0
ecflow-4.9.0/view/src/scripting.cc:53:7: note: Condition '!host_name' is always true
ecflow-4.9.0/view/src/scripting.cc:322:25: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/scripting.cc:225:2: style: Class 'ecflowview_input' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/scripting.cc:98:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ecflow-4.9.0/view/src/scripting.cc:109:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ecflow-4.9.0/view/src/scripting.cc:126:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ecflow-4.9.0/view/src/scripting.cc:150:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ecflow-4.9.0/view/src/search.cc:278:18: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/search.cc:40:9: warning: Member variable 'search::subs_' is not initialized in the constructor. [uninitMemberVar]
ecflow-4.9.0/view/src/search.cc:40:9: warning: Member variable 'search::rege_' is not initialized in the constructor. [uninitMemberVar]
ecflow-4.9.0/view/src/search.cc:40:9: warning: Member variable 'search::icas_' is not initialized in the constructor. [uninitMemberVar]
ecflow-4.9.0/view/src/search.cc:40:9: warning: Member variable 'search::glob_' is not initialized in the constructor. [uninitMemberVar]
ecflow-4.9.0/view/src/array.h:57:0: style: Technically the member function 'array < flags * >::count' can be const. [functionConst]
ecflow-4.9.0/view/src/search.h:57:7: style: The function 'next' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/node_lister.h:33:15: note: Virtual function in base class
ecflow-4.9.0/view/src/search.h:57:7: note: Function in derived class
ecflow-4.9.0/view/src/selection.cc:63:10: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/selection.cc:34:21: style: Technically the member function 'selection_observer::path' can be const. [functionConst]
ecflow-4.9.0/view/src/selection.cc:35:21: style: Technically the member function 'selection_observer::server' can be const. [functionConst]
ecflow-4.9.0/view/src/selection.cc:23:8: style: The function 'gone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/observer.h:35:15: note: Virtual function in base class
ecflow-4.9.0/view/src/selection.cc:23:8: note: Function in derived class
ecflow-4.9.0/view/src/selection.cc:24:8: style: The function 'adoption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/observer.h:34:15: note: Virtual function in base class
ecflow-4.9.0/view/src/selection.cc:24:8: note: Function in derived class
ecflow-4.9.0/view/src/selection.cc:25:8: style: The function 'notification' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/observer.h:33:15: note: Virtual function in base class
ecflow-4.9.0/view/src/selection.cc:25:8: note: Function in derived class
ecflow-4.9.0/view/src/server.cc:39:9: warning: Member variable 'server::fork_' is not initialized in the constructor. [uninitMemberVar]
ecflow-4.9.0/view/src/show.h:83:7: style: Technically the member function 'show::on' can be const. [functionConst]
ecflow-4.9.0/view/src/show.cc:62:12: note: Technically the member function 'show::on' can be const.
ecflow-4.9.0/view/src/show.h:83:7: note: Technically the member function 'show::on' can be const.
ecflow-4.9.0/view/src/show.h:84:7: style: Technically the member function 'show::off' can be const. [functionConst]
ecflow-4.9.0/view/src/show.cc:71:12: note: Technically the member function 'show::off' can be const.
ecflow-4.9.0/view/src/show.h:84:7: note: Technically the member function 'show::off' can be const.
ecflow-4.9.0/view/src/show.h:85:7: style: Technically the member function 'show::wanted' can be const. [functionConst]
ecflow-4.9.0/view/src/show.cc:86:12: note: Technically the member function 'show::wanted' can be const.
ecflow-4.9.0/view/src/show.h:85:7: note: Technically the member function 'show::wanted' can be const.
ecflow-4.9.0/view/src/simple_node.cc:326:11: style: Expression is always false because 'else if' condition matches previous condition at line 325. [multiCondition]
ecflow-4.9.0/view/src/simple_node.cc:326:12: warning: Identical condition '!owner_', second condition is always false [identicalConditionAfterEarlyExit]
ecflow-4.9.0/view/src/simple_node.cc:325:7: note: first condition
ecflow-4.9.0/view/src/simple_node.cc:326:12: note: second condition
ecflow-4.9.0/view/src/simple_node.cc:364:29: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/simple_node.cc:621:13: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/simple_node.cc:629:26: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/simple_node.cc:652:26: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/simple_node.cc:675:27: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/simple_node.cc:1119:46: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/simple_node.cc:1131:46: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/simple_node.cc:513:37: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
ecflow-4.9.0/view/src/simple_node.cc:513:14: note: Variable 'path' is reassigned a value before the old one has been used.
ecflow-4.9.0/view/src/simple_node.cc:513:37: note: Variable 'path' is reassigned a value before the old one has been used.
ecflow-4.9.0/view/src/simple_node.cc:515:37: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
ecflow-4.9.0/view/src/simple_node.cc:515:14: note: Variable 'path' is reassigned a value before the old one has been used.
ecflow-4.9.0/view/src/simple_node.cc:515:37: note: Variable 'path' is reassigned a value before the old one has been used.
ecflow-4.9.0/view/src/simple_node.cc:964:35: style: Variable 'cp' is reassigned a value before the old one has been used. [redundantAssignment]
ecflow-4.9.0/view/src/simple_node.cc:964:14: note: Variable 'cp' is reassigned a value before the old one has been used.
ecflow-4.9.0/view/src/simple_node.cc:964:35: note: Variable 'cp' is reassigned a value before the old one has been used.
ecflow-4.9.0/view/src/simple_node.cc:966:35: style: Variable 'cp' is reassigned a value before the old one has been used. [redundantAssignment]
ecflow-4.9.0/view/src/simple_node.cc:966:14: note: Variable 'cp' is reassigned a value before the old one has been used.
ecflow-4.9.0/view/src/simple_node.cc:966:35: note: Variable 'cp' is reassigned a value before the old one has been used.
ecflow-4.9.0/view/src/simple_node.cc:63:11: style: struct member 'Anonymous2::vers_' is never used. [unusedStructMember]
ecflow-4.9.0/view/src/simple_node.cc:930:7: style: struct member 'Anonymous3::eval_' is never used. [unusedStructMember]
ecflow-4.9.0/view/src/simple_node.cc:430:47: style: Unused variable: gvar_end [unusedVariable]
ecflow-4.9.0/view/src/events.h:59:6: style: Technically the member function 'events::time' can be const. [functionConst]
ecflow-4.9.0/view/src/events.h:60:6: style: Technically the member function 'events::status' can be const. [functionConst]
ecflow-4.9.0/view/src/array.h:57:0: style: Technically the member function 'array < int >::count' can be const. [functionConst]
ecflow-4.9.0/view/src/ecf_node.h:467:0: warning: Virtual function 'unlink' is called from destructor '~ecf_concrete_node < InLimit const >()' at line 341. Dynamic binding is not used. [virtualCallInConstructor]
ecflow-4.9.0/view/src/ecf_node.h:341:0: note: Calling unlink
ecflow-4.9.0/view/src/ecf_node.h:467:0: note: unlink is a virtual method
ecflow-4.9.0/view/src/simple_node.cc:575:3: style: Class 'AstCollateXNodesVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/simple_node.cc:1007:3: style: Class 'why_triggers' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/simple_node.cc:541:8: style: The function 'next_node' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/trigger_lister.h:30:18: note: Virtual function in base class
ecflow-4.9.0/view/src/simple_node.cc:541:8: note: Function in derived class
ecflow-4.9.0/view/src/simple_node.cc:556:8: style: The function 'next_node' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/trigger_lister.h:30:18: note: Virtual function in base class
ecflow-4.9.0/view/src/simple_node.cc:556:8: note: Function in derived class
ecflow-4.9.0/view/src/simple_node.cc:1003:19: style: The function 'self' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/trigger_lister.h:33:21: note: Virtual function in base class
ecflow-4.9.0/view/src/simple_node.cc:1003:19: note: Function in derived class
ecflow-4.9.0/view/src/simple_node.cc:1004:19: style: The function 'kids' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/trigger_lister.h:32:21: note: Virtual function in base class
ecflow-4.9.0/view/src/simple_node.cc:1004:19: note: Function in derived class
ecflow-4.9.0/view/src/simple_node.cc:1005:19: style: The function 'parents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/trigger_lister.h:31:21: note: Virtual function in base class
ecflow-4.9.0/view/src/simple_node.cc:1005:19: note: Function in derived class
ecflow-4.9.0/view/src/simple_node.cc:1009:8: style: The function 'next_node' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/trigger_lister.h:30:18: note: Virtual function in base class
ecflow-4.9.0/view/src/simple_node.cc:1009:8: note: Function in derived class
ecflow-4.9.0/view/src/suites_panel.cc:53:15: style: Technically the member function 'suite_lister1::name' can be const. [functionConst]
ecflow-4.9.0/view/src/suites_panel.cc:78:15: style: Technically the member function 'suite_lister2::name' can be const. [functionConst]
ecflow-4.9.0/view/src/suites_panel.cc:59:55: performance: Function parameter 'suites' should be passed by const reference. [passedByValue]
ecflow-4.9.0/view/src/suites_panel.cc:84:55: performance: Function parameter 'suites' should be passed by const reference. [passedByValue]
ecflow-4.9.0/view/src/re.h:48:2: style: Class 're' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/task_node.cc:185:2: style: Class 'cpp_translator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/task_node.cc:188:15: style: The function 'save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/url.h:31:15: note: Virtual function in base class
ecflow-4.9.0/view/src/task_node.cc:188:15: note: Function in derived class
ecflow-4.9.0/view/src/text_layout.h:68:15: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/layout.h:59:15: note: Virtual function in base class
ecflow-4.9.0/view/src/text_layout.h:68:15: note: Function in derived class
ecflow-4.9.0/view/src/text_layout.h:69:15: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/layout.h:58:15: note: Virtual function in base class
ecflow-4.9.0/view/src/text_layout.h:69:15: note: Function in derived class
ecflow-4.9.0/view/src/text_layout.h:70:15: style: The function 'reach' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/layout.h:60:15: note: Virtual function in base class
ecflow-4.9.0/view/src/text_layout.h:70:15: note: Function in derived class
ecflow-4.9.0/view/src/text_layout.h:113:7: style: The function 'notification' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/observer.h:33:15: note: Virtual function in base class
ecflow-4.9.0/view/src/text_layout.h:113:7: note: Function in derived class
ecflow-4.9.0/view/src/text_layout.h:114:7: style: The function 'adoption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/observer.h:34:15: note: Virtual function in base class
ecflow-4.9.0/view/src/text_layout.h:114:7: note: Function in derived class
ecflow-4.9.0/view/src/text_layout.h:115:7: style: The function 'gone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/observer.h:35:15: note: Virtual function in base class
ecflow-4.9.0/view/src/text_layout.h:115:7: note: Function in derived class
ecflow-4.9.0/view/src/text_layout.cc:47:7: style: The function 'next_node' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/trigger_lister.h:30:18: note: Virtual function in base class
ecflow-4.9.0/view/src/text_layout.cc:47:7: note: Function in derived class
ecflow-4.9.0/view/src/text_layout.cc:48:10: style: The function 'parents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/trigger_lister.h:31:21: note: Virtual function in base class
ecflow-4.9.0/view/src/text_layout.cc:48:10: note: Function in derived class
ecflow-4.9.0/view/src/text_layout.cc:49:10: style: The function 'kids' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/trigger_lister.h:32:21: note: Virtual function in base class
ecflow-4.9.0/view/src/text_layout.cc:49:10: note: Function in derived class
ecflow-4.9.0/view/src/text_window.cc:94:6: style: Class 'text_viewer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/text_window.cc:146:6: style: Class 'text_saver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/text_window.cc:172:6: style: Class 'text_printer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecflow-4.9.0/view/src/viewer.h:111:11: style: The function 'ready' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/input.h:62:15: note: Virtual function in base class
ecflow-4.9.0/view/src/viewer.h:111:11: note: Function in derived class
ecflow-4.9.0/view/src/viewer.h:112:11: style: The function 'done' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/input.h:63:15: note: Virtual function in base class
ecflow-4.9.0/view/src/viewer.h:112:11: note: Function in derived class
ecflow-4.9.0/view/src/timeout.cc:23:16: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/timetable_panel.cc:112:55: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/timetable_panel.cc:455:17: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/timetable_panel.cc:457:27: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/timetable_panel.cc:568:22: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/timetable_panel.cc:620:22: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/timetable_panel.cc:128:58: style: Function 'timetable_node' argument 2 names different: declaration 't' definition 'o'. [funcArgNamesDifferent]
ecflow-4.9.0/view/src/timetable_panel.cc:119:43: note: Function 'timetable_node' argument 2 names different: declaration 't' definition 'o'.
ecflow-4.9.0/view/src/timetable_panel.cc:128:58: note: Function 'timetable_node' argument 2 names different: declaration 't' definition 'o'.
ecflow-4.9.0/view/src/timetable_panel.cc:206:18: warning: Member variable 'timetable_panel::dt1_' is not initialized in the constructor. [uninitMemberVar]
ecflow-4.9.0/view/src/timetable_panel.cc:206:18: warning: Member variable 'timetable_panel::dt2_' is not initialized in the constructor. [uninitMemberVar]
ecflow-4.9.0/view/src/timetable_panel.cc:111:7: style: Unused private function: 'timetable_node::notification' [unusedPrivateFunction]
ecflow-4.9.0/view/src/timetable_panel.cc:112:7: style: Unused private function: 'timetable_node::adoption' [unusedPrivateFunction]
ecflow-4.9.0/view/src/timetable_panel.cc:113:7: style: Unused private function: 'timetable_node::gone' [unusedPrivateFunction]
ecflow-4.9.0/view/src/timetable_panel.h:66:15: warning: Virtual function 'clear' is called from destructor '~timetable_panel()' at line 218. Dynamic binding is not used. [virtualCallInConstructor]
ecflow-4.9.0/view/src/timetable_panel.cc:218:3: note: Calling clear
ecflow-4.9.0/view/src/timetable_panel.h:66:15: note: clear is a virtual method
ecflow-4.9.0/view/src/timetable_panel.cc:143:8: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/xnode.h:36:16: note: Virtual function in base class
ecflow-4.9.0/view/src/timetable_panel.cc:143:8: note: Function in derived class
ecflow-4.9.0/view/src/timetable_panel.cc:144:8: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/xnode.h:37:16: note: Virtual function in base class
ecflow-4.9.0/view/src/timetable_panel.cc:144:8: note: Function in derived class
ecflow-4.9.0/view/src/timetable_panel.cc:161:8: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/xnode.h:36:16: note: Virtual function in base class
ecflow-4.9.0/view/src/timetable_panel.cc:161:8: note: Function in derived class
ecflow-4.9.0/view/src/timetable_panel.cc:162:8: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/xnode.h:37:16: note: Virtual function in base class
ecflow-4.9.0/view/src/timetable_panel.cc:162:8: note: Function in derived class
ecflow-4.9.0/view/src/timetable_panel.cc:166:17: style: The function 'text' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/timetable_panel.cc:123:16: note: Virtual function in base class
ecflow-4.9.0/view/src/timetable_panel.cc:166:17: note: Function in derived class
ecflow-4.9.0/view/src/timetable_panel.cc:168:16: style: The function 'is_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/timetable_panel.cc:124:15: note: Virtual function in base class
ecflow-4.9.0/view/src/timetable_panel.cc:168:16: note: Function in derived class
ecflow-4.9.0/view/src/timetable_panel.cc:169:16: style: The function 'change_fold' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/timetable_panel.cc:125:15: note: Virtual function in base class
ecflow-4.9.0/view/src/timetable_panel.cc:169:16: note: Function in derived class
ecflow-4.9.0/view/src/timetable_panel.cc:308:6: style: The function 'compare' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/log_event.h:46:14: note: Virtual function in base class
ecflow-4.9.0/view/src/timetable_panel.cc:308:6: note: Function in derived class
ecflow-4.9.0/view/src/timetable_panel.cc:326:6: style: The function 'compare' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/log_event.h:46:14: note: Virtual function in base class
ecflow-4.9.0/view/src/timetable_panel.cc:326:6: note: Function in derived class
ecflow-4.9.0/view/src/tip.cc:67:4: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/tip.cc:72:4: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/tmp_file.cc:46:32: style: Function 'tmp_file' argument 1 names different: declaration 'str' definition 'p'. [funcArgNamesDifferent]
ecflow-4.9.0/view/src/tmp_file.h:63:24: note: Function 'tmp_file' argument 1 names different: declaration 'str' definition 'p'.
ecflow-4.9.0/view/src/tmp_file.cc:46:32: note: Function 'tmp_file' argument 1 names different: declaration 'str' definition 'p'.
ecflow-4.9.0/view/src/tmp_file.cc:52:39: style: Function 'tmp_file' argument 1 names different: declaration 'str' definition 'p'. [funcArgNamesDifferent]
ecflow-4.9.0/view/src/tmp_file.h:66:31: note: Function 'tmp_file' argument 1 names different: declaration 'str' definition 'p'.
ecflow-4.9.0/view/src/tmp_file.cc:52:39: note: Function 'tmp_file' argument 1 names different: declaration 'str' definition 'p'.
ecflow-4.9.0/view/src/tmp_file.h:57:14: style: Technically the member function 'tmp_file_imp::str' can be const. [functionConst]
ecflow-4.9.0/view/src/tmp_file.cc:41:27: note: Technically the member function 'tmp_file_imp::str' can be const.
ecflow-4.9.0/view/src/tmp_file.h:57:14: note: Technically the member function 'tmp_file_imp::str' can be const.
ecflow-4.9.0/view/src/top.cc:148:17: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/top.cc:420:13: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/top.cc:444:15: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/top.cc:391:9: style: Variable 'f' is assigned a value that is never used. [unreadVariable]
ecflow-4.9.0/view/src/top.cc:132:7: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/runnable.h:39:15: note: Virtual function in base class
ecflow-4.9.0/view/src/top.cc:132:7: note: Function in derived class
ecflow-4.9.0/view/src/top.cc:323:7: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/runnable.h:39:15: note: Virtual function in base class
ecflow-4.9.0/view/src/top.cc:323:7: note: Function in derived class
ecflow-4.9.0/view/src/top.cc:206:3: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ecflow-4.9.0/view/src/top.cc:208:3: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ecflow-4.9.0/view/src/top.cc:218:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ecflow-4.9.0/view/src/top.cc:503:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ecflow-4.9.0/view/src/translator.cc:64:2: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
ecflow-4.9.0/view/src/translator.cc:32:41: style: Function 'operator()' argument 1 names different: declaration 'x' definition 'n'. [funcArgNamesDifferent]
ecflow-4.9.0/view/src/translator.h:52:21: note: Function 'operator()' argument 1 names different: declaration 'x' definition 'n'.
ecflow-4.9.0/view/src/translator.cc:32:41: note: Function 'operator()' argument 1 names different: declaration 'x' definition 'n'.
ecflow-4.9.0/view/src/translator.cc:49:57: style: Function 'operator()' argument 1 names different: declaration 'x' definition 'n'. [funcArgNamesDifferent]
ecflow-4.9.0/view/src/translator.h:61:27: note: Function 'operator()' argument 1 names different: declaration 'x' definition 'n'.
ecflow-4.9.0/view/src/translator.cc:49:57: note: Function 'operator()' argument 1 names different: declaration 'x' definition 'n'.
ecflow-4.9.0/view/src/translator.cc:61:51: style: Function 'operator()' argument 1 names different: declaration 'x' definition 'n'. [funcArgNamesDifferent]
ecflow-4.9.0/view/src/translator.h:76:26: note: Function 'operator()' argument 1 names different: declaration 'x' definition 'n'.
ecflow-4.9.0/view/src/translator.cc:61:51: note: Function 'operator()' argument 1 names different: declaration 'x' definition 'n'.
ecflow-4.9.0/view/src/translator.cc:99:50: style: Function 'operator()' argument 1 names different: declaration 'x' definition 'n'. [funcArgNamesDifferent]
ecflow-4.9.0/view/src/translator.h:42:29: note: Function 'operator()' argument 1 names different: declaration 'x' definition 'n'.
ecflow-4.9.0/view/src/translator.cc:99:50: note: Function 'operator()' argument 1 names different: declaration 'x' definition 'n'.
ecflow-4.9.0/view/src/translator.h:32:14: style: Technically the member function 'translator < str , str >::operator()' can be const. [functionConst]
ecflow-4.9.0/view/src/translator.cc:39:33: note: Technically the member function 'translator < str , str >::operator()' can be const.
ecflow-4.9.0/view/src/translator.h:32:14: note: Technically the member function 'translator < str , str >::operator()' can be const.
ecflow-4.9.0/view/src/translator.h:37:7: style: Technically the member function 'translator < str , bool >::operator()' can be const. [functionConst]
ecflow-4.9.0/view/src/translator.cc:107:28: note: Technically the member function 'translator < str , bool >::operator()' can be const.
ecflow-4.9.0/view/src/translator.h:37:7: note: Technically the member function 'translator < str , bool >::operator()' can be const.
ecflow-4.9.0/view/src/translator.h:42:13: style: Technically the member function 'translator < bool , str >::operator()' can be const. [functionConst]
ecflow-4.9.0/view/src/translator.cc:99:34: note: Technically the member function 'translator < bool , str >::operator()' can be const.
ecflow-4.9.0/view/src/translator.h:42:13: note: Technically the member function 'translator < bool , str >::operator()' can be const.
ecflow-4.9.0/view/src/translator.h:47:6: style: Technically the member function 'translator < str , int >::operator()' can be const. [functionConst]
ecflow-4.9.0/view/src/translator.cc:44:26: note: Technically the member function 'translator < str , int >::operator()' can be const.
ecflow-4.9.0/view/src/translator.h:47:6: note: Technically the member function 'translator < str , int >::operator()' can be const.
ecflow-4.9.0/view/src/translator.h:52:6: style: Technically the member function 'translator < int , str >::operator()' can be const. [functionConst]
ecflow-4.9.0/view/src/translator.cc:32:26: note: Technically the member function 'translator < int , str >::operator()' can be const.
ecflow-4.9.0/view/src/translator.h:52:6: note: Technically the member function 'translator < int , str >::operator()' can be const.
ecflow-4.9.0/view/src/translator.h:57:13: style: Technically the member function 'translator < str , long >::operator()' can be const. [functionConst]
ecflow-4.9.0/view/src/translator.cc:56:46: note: Technically the member function 'translator < str , long >::operator()' can be const.
ecflow-4.9.0/view/src/translator.h:57:13: note: Technically the member function 'translator < str , long >::operator()' can be const.
ecflow-4.9.0/view/src/translator.h:61:6: style: Technically the member function 'translator < long , str >::operator()' can be const. [functionConst]
ecflow-4.9.0/view/src/translator.cc:49:36: note: Technically the member function 'translator < long , str >::operator()' can be const.
ecflow-4.9.0/view/src/translator.h:61:6: note: Technically the member function 'translator < long , str >::operator()' can be const.
ecflow-4.9.0/view/src/translator.h:72:12: style: Technically the member function 'translator < str , uint64_t >::operator()' can be const. [functionConst]
ecflow-4.9.0/view/src/translator.cc:68:36: note: Technically the member function 'translator < str , uint64_t >::operator()' can be const.
ecflow-4.9.0/view/src/translator.h:72:12: note: Technically the member function 'translator < str , uint64_t >::operator()' can be const.
ecflow-4.9.0/view/src/translator.h:76:6: style: Technically the member function 'translator < uint64_t , str >::operator()' can be const. [functionConst]
ecflow-4.9.0/view/src/translator.cc:61:31: note: Technically the member function 'translator < uint64_t , str >::operator()' can be const.
ecflow-4.9.0/view/src/translator.h:76:6: note: Technically the member function 'translator < uint64_t , str >::operator()' can be const.
ecflow-4.9.0/view/src/translator.h:101:6: style: Technically the member function 'translator < ecf_list * , str >::operator()' can be const. [functionConst]
ecflow-4.9.0/view/src/translator.cc:148:32: note: Technically the member function 'translator < ecf_list * , str >::operator()' can be const.
ecflow-4.9.0/view/src/translator.h:101:6: note: Technically the member function 'translator < ecf_list * , str >::operator()' can be const.
ecflow-4.9.0/view/src/translator.h:106:9: style: Technically the member function 'translator < str , choice >::operator()' can be const. [functionConst]
ecflow-4.9.0/view/src/translator.cc:208:32: note: Technically the member function 'translator < str , choice >::operator()' can be const.
ecflow-4.9.0/view/src/translator.h:106:9: note: Technically the member function 'translator < str , choice >::operator()' can be const.
ecflow-4.9.0/view/src/tree.cc:117:12: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/tree.cc:160:7: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/tree.cc:268:9: style: Variable 'f' is assigned a value that is never used. [unreadVariable]
ecflow-4.9.0/view/src/trigger_panel.cc:40:9: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/trigger_panel.cc:41:9: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/trigger_panel.cc:109:15: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/trigger_panel.cc:140:12: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/url.h:67:7: performance: Technically the member function 'url::copy' can be static. [functionStatic]
ecflow-4.9.0/view/src/url.cc:140:11: note: Technically the member function 'url::copy' can be static.
ecflow-4.9.0/view/src/url.h:67:7: note: Technically the member function 'url::copy' can be static.
ecflow-4.9.0/view/src/url.cc:177:15: style: The function 'save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/url.h:26:15: note: Virtual function in base class
ecflow-4.9.0/view/src/url.cc:177:15: note: Function in derived class
ecflow-4.9.0/view/src/url.cc:38:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ecflow-4.9.0/view/src/variable_node.cc:56:41: style: Function 'get_var' argument 1 names different: declaration 'subsitute' definition 'substitute'. [funcArgNamesDifferent]
ecflow-4.9.0/view/src/variable_node.h:47:27: note: Function 'get_var' argument 1 names different: declaration 'subsitute' definition 'substitute'.
ecflow-4.9.0/view/src/variable_node.cc:56:41: note: Function 'get_var' argument 1 names different: declaration 'subsitute' definition 'substitute'.
ecflow-4.9.0/view/src/variable_node.cc:25:6: style: struct member 'ecf_variable::status' is never used. [unusedStructMember]
ecflow-4.9.0/view/src/variable_node.cc:26:6: style: struct member 'ecf_variable::nid' is never used. [unusedStructMember]
ecflow-4.9.0/view/src/variable_node.cc:27:6: style: struct member 'ecf_variable::act_no' is never used. [unusedStructMember]
ecflow-4.9.0/view/src/variable_node.cc:28:18: style: struct member 'ecf_variable::parent' is never used. [unusedStructMember]
ecflow-4.9.0/view/src/variable_node.cc:29:8: style: struct member 'ecf_variable::user_ptr' is never used. [unusedStructMember]
ecflow-4.9.0/view/src/variable_node.cc:30:6: style: struct member 'ecf_variable::user_int' is never used. [unusedStructMember]
ecflow-4.9.0/view/src/variable_node.cc:32:8: style: struct member 'ecf_variable::value' is never used. [unusedStructMember]
ecflow-4.9.0/view/src/variables.cc:294:16: style: The scope of the variable 'text' can be reduced. [variableScope]
ecflow-4.9.0/view/src/variables.cc:51:16: style: Technically the member function 'cless_than::operator()' can be const. [functionConst]
ecflow-4.9.0/view/src/variables.h:37:15: warning: Virtual function 'clear' is called from destructor '~variables()' at line 37. Dynamic binding is not used. [virtualCallInConstructor]
ecflow-4.9.0/view/src/variables.cc:37:4: note: Calling clear
ecflow-4.9.0/view/src/variables.h:37:15: note: clear is a virtual method
ecflow-4.9.0/view/src/xdclass.h:37:2: warning: Member variable 'xd_base_c::_xd_rootwidget' is not initialized in the constructor. [uninitMemberVarPrivate]
ecflow-4.9.0/view/src/xdclass.h:27:15: performance: Variable '_xd_rootwidget' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ecflow-4.9.0/view/src/xdxmdialog.cc:22:5: performance: Variable 'xd_childwidget' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ecflow-4.9.0/view/src/xdclass.h:81:15: style: The function 'xd_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/xdclass.h:71:15: note: Virtual function in base class
ecflow-4.9.0/view/src/xdclass.h:81:15: note: Function in derived class
ecflow-4.9.0/view/src/xdclass.h:82:15: style: The function 'xd_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/xdclass.h:72:15: note: Virtual function in base class
ecflow-4.9.0/view/src/xdclass.h:82:15: note: Function in derived class
ecflow-4.9.0/view/src/xdclass.h:92:15: style: The function 'xd_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/xdclass.h:71:15: note: Virtual function in base class
ecflow-4.9.0/view/src/xdclass.h:92:15: note: Function in derived class
ecflow-4.9.0/view/src/xdclass.h:93:15: style: The function 'xd_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ecflow-4.9.0/view/src/xdclass.h:72:15: note: Virtual function in base class
ecflow-4.9.0/view/src/xdclass.h:93:15: note: Function in derived class
ecflow-4.9.0/view/src/xdxtclass.cc:192:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ecflow-4.9.0/view/src/xdclass.h:64:7: performance: Technically the member function 'xd_ApplicationShell_c::xd_exit' can be static. [functionStatic]
ecflow-4.9.0/view/src/xdxtclass.cc:189:29: note: Technically the member function 'xd_ApplicationShell_c::xd_exit' can be static.
ecflow-4.9.0/view/src/xdclass.h:64:7: note: Technically the member function 'xd_ApplicationShell_c::xd_exit' can be static.
ecflow-4.9.0/view/src/xnode.cc:44:14: style: C-style pointer casting [cstyleCast]
ecflow-4.9.0/view/src/xnode.cc:49:14: style: C-style pointer casting [cstyleCast]
[17:09]

ftp://ftp.se.debian.org/debian/pool/main/e/echolot/echolot_2.1.9.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/echoping/echoping_6.0.2.orig.tar.gz
echoping-6.0.2/HTParse.c:294:11: style: The scope of the variable 'p' can be reduced. [variableScope]
echoping-6.0.2/HTParse.c:569:15: style: The scope of the variable 'q1' can be reduced. [variableScope]
echoping-6.0.2/HTParse.c:397:25: warning: Char literal compared with pointer 'p'. Did you intend to dereference it? [charLiteralWithCharPtrCompare]
echoping-6.0.2/echoping.c:566:10: style: Redundant condition: If 'EXPR == ':'', the comparison 'EXPR' is always true. [redundantCondition]
echoping-6.0.2/echoping.c:873:6: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
echoping-6.0.2/echoping.c:1504:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
echoping-6.0.2/echoping.c:1221:25: style: Same expression on both sides of '&&' because the value of '!discard' and '!smtp' are the same. [duplicateExpression]
echoping-6.0.2/echoping.c:115:28: note: 'discard' is assigned value '0' here.
echoping-6.0.2/echoping.c:114:25: note: 'smtp' is assigned value '0' here.
echoping-6.0.2/echoping.c:1221:25: note: Same expression on both sides of '&&' because the value of '!discard' and '!smtp' are the same.
echoping-6.0.2/echoping.c:1304:32: style: Same expression on both sides of '&&' because the value of '!discard' and '!smtp' are the same. [duplicateExpression]
echoping-6.0.2/echoping.c:115:28: note: 'discard' is assigned value '0' here.
echoping-6.0.2/echoping.c:114:25: note: 'smtp' is assigned value '0' here.
echoping-6.0.2/echoping.c:1304:32: note: Same expression on both sides of '&&' because the value of '!discard' and '!smtp' are the same.
echoping-6.0.2/echoping.c:95:18: style: The scope of the variable 'ext' can be reduced. [variableScope]
echoping-6.0.2/echoping.c:110:18: style: The scope of the variable 'plugin_port_name' can be reduced. [variableScope]
echoping-6.0.2/echoping.c:120:18: style: The scope of the variable 'nocache' can be reduced. [variableScope]
echoping-6.0.2/echoping.c:153:18: style: The scope of the variable 'p' can be reduced. [variableScope]
echoping-6.0.2/echoping.c:1498:18: style: The scope of the variable 'i' can be reduced. [variableScope]
echoping-6.0.2/echoping.c:323:13: style: Checking if unsigned variable 'size' is less than zero. [unsignedLessThanZero]
echoping-6.0.2/echoping.c:333:13: style: Checking if unsigned variable 'size' is less than zero. [unsignedLessThanZero]
echoping-6.0.2/echoping.c:347:15: style: Checking if unsigned variable 'number' is less than zero. [unsignedLessThanZero]
echoping-6.0.2/echoping.c:356:13: style: Checking if unsigned variable 'wait' is less than zero. [unsignedLessThanZero]
echoping-6.0.2/echoping.c:476:34: error: Undefined behavior: Variable 'plugin_name' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
echoping-6.0.2/plugins/dns/dns.c:99:33: style: Variable 'hostname' is assigned a value that is never used. [unreadVariable]
echoping-6.0.2/plugins/dns/dns.c:143:22: style: Unused variable: name_server_sockaddr_in6 [unusedVariable]
echoping-6.0.2/plugins/dns/dns.c:135:0: error: Memory leak: msg [memleak]
echoping-6.0.2/plugins/ldap/ldap.c:78:19: style: Same expression on both sides of '!=' because the value of 'scope_string' and 'NULL' are the same. [duplicateExpression]
echoping-6.0.2/plugins/ldap/ldap.c:40:33: note: 'scope_string' is assigned value 'NULL' here.
echoping-6.0.2/plugins/ldap/ldap.c:78:19: note: Same expression on both sides of '!=' because the value of 'scope_string' and 'NULL' are the same.
echoping-6.0.2/plugins/ldap/ldap.c:39:25: style: The scope of the variable 'port_text' can be reduced. [variableScope]
echoping-6.0.2/plugins/postgresql/postgresql.c:102:18: style: The scope of the variable 'row' can be reduced. [variableScope]
echoping-6.0.2/plugins/postgresql/postgresql.c:102:23: style: The scope of the variable 'column' can be reduced. [variableScope]
echoping-6.0.2/plugins/postgresql/postgresql.c:103:18: style: The scope of the variable 'result' can be reduced. [variableScope]
echoping-6.0.2/readline.c:18:18: style: The scope of the variable 'rc' can be reduced. [variableScope]
echoping-6.0.2/readline.c:19:18: style: The scope of the variable 'r' can be reduced. [variableScope]
echoping-6.0.2/util.c:18:21: style: The scope of the variable 'number' can be reduced. [variableScope]
echoping-6.0.2/writen.c:16:25: style: The scope of the variable 'nwritten' can be reduced. [variableScope]
[17:09]

ftp://ftp.se.debian.org/debian/pool/main/e/ecj/ecj_3.5.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/ecl/ecl_16.1.2.orig.tar.gz
ecl-16.1.2/msvc/gmp/build.vc8/gen-bases/gen-bases.c:124:7: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ecl-16.1.2/msvc/gmp/build.vc8/gen-bases/gen-bases.c:127:11: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ecl-16.1.2/msvc/gmp/build.vc8/gen-bases/gen-bases.c:132:11: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ecl-16.1.2/msvc/gmp/build.vc8/gen-psqr/gen-psqr.c:187:16: style: The scope of the variable 'r' can be reduced. [variableScope]
ecl-16.1.2/msvc/gmp/build.vc8/gen-psqr/gen-psqr.c:187:19: style: The scope of the variable 'idx' can be reduced. [variableScope]
ecl-16.1.2/msvc/gmp/build.vc8/gen-psqr/gen-psqr.c:204:11: style: The scope of the variable 'res' can be reduced. [variableScope]
ecl-16.1.2/src/bdwgc/allchblk.c:124:19: style: The scope of the variable 'h' can be reduced. [variableScope]
ecl-16.1.2/src/bdwgc/allchblk.c:155:19: style: The scope of the variable 'h' can be reduced. [variableScope]
ecl-16.1.2/src/bdwgc/allchblk.c:175:12: style: The scope of the variable 'bytes' can be reduced. [variableScope]
ecl-16.1.2/src/bdwgc/allchblk.c:356:11: style: The scope of the variable 'second_hdr' can be reduced. [variableScope]
ecl-16.1.2/src/bdwgc/alloc.c:358:16: style: The scope of the variable 'n_partial_gcs' can be reduced. [variableScope]
ecl-16.1.2/src/bdwgc/alloc.c:506:9: style: The scope of the variable 'i' can be reduced. [variableScope]
ecl-16.1.2/src/bdwgc/alloc.c:694:21: style: The scope of the variable 'last_h' can be reduced. [variableScope]
ecl-16.1.2/src/bdwgc/alloc.c:772:21: style: The scope of the variable 'last_h' can be reduced. [variableScope]
ecl-16.1.2/src/bdwgc/alloc.c:774:11: style: The scope of the variable 'sz' can be reduced. [variableScope]
ecl-16.1.2/src/bdwgc/alloc.c:775:13: style: The scope of the variable 'bit_no' can be reduced. [variableScope]
ecl-16.1.2/src/bdwgc/cord/cordbscs.c:178:25: style: The scope of the variable 'right_len' can be reduced. [variableScope]
ecl-16.1.2/src/bdwgc/cord/cordbscs.c:433:27: style: The scope of the variable 'c' can be reduced. [variableScope]
ecl-16.1.2/src/bdwgc/cord/cordbscs.c:524:23: style: The scope of the variable 'c' can be reduced. [variableScope]
ecl-16.1.2/src/bdwgc/cord/cordbscs.c:604:37: style: The scope of the variable 'current' can be reduced. [variableScope]
ecl-16.1.2/src/bdwgc/cord/cordbscs.c:281:13: style: Checking if unsigned variable 'len' is less than zero. [unsignedLessThanZero]
ecl-16.1.2/src/bdwgc/cord/cordbscs.c:457:23: style: Checking if unsigned variable 'n' is less than zero. [unsignedLessThanZero]
ecl-16.1.2/src/bdwgc/cord/cordbscs.c:68:14: style: struct member 'Generic::null' is never used. [unusedStructMember]
ecl-16.1.2/src/bdwgc/cord/cordprnt.c:301:49: style: Condition 'long_arg>0' is always true [knownConditionTrueFalse]
ecl-16.1.2/src/bdwgc/cord/cordprnt.c:274:25: error: va_list 'vsprintf_args' used before va_start() was called. [va_list_usedBeforeStarted]
ecl-16.1.2/src/bdwgc/cord/cordprnt.c:324:52: error: va_list 'vsprintf_args' used before va_start() was called. [va_list_usedBeforeStarted]
ecl-16.1.2/src/bdwgc/cord/cordxtra.c:154:21: style: The scope of the variable 'avail' can be reduced. [variableScope]
ecl-16.1.2/src/bdwgc/cord/cordxtra.c:154:28: style: The scope of the variable 'yavail' can be reduced. [variableScope]
ecl-16.1.2/src/bdwgc/cord/cordxtra.c:198:19: style: The scope of the variable 'avail' can be reduced. [variableScope]
ecl-16.1.2/src/bdwgc/cord/cordxtra.c:198:26: style: The scope of the variable 'yavail' can be reduced. [variableScope]
ecl-16.1.2/src/bdwgc/cord/cordxtra.c:456:18: style: The scope of the variable 'c' can be reduced. [variableScope]
ecl-16.1.2/src/bdwgc/cord/cordxtra.c:172:49: style: Checking if unsigned variable 'avail=CORD_pos_chars_left(xpos)' is less than zero. [unsignedLessThanZero]
ecl-16.1.2/src/bdwgc/cord/cordxtra.c:173:53: style: Checking if unsigned variable 'yavail=CORD_pos_chars_left(ypos)' is less than zero. [unsignedLessThanZero]
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:56:10: style: The scope of the variable 'c' can be reduced. [variableScope]
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:30:36: error: Division by zero. [zerodiv]
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:30:36: note: Assignment 'x=0', assigned value is 0
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:30:36: note: Division by zero
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:33:27: error: Division by zero. [zerodiv]
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:33:27: note: Assignment 'x=0', assigned value is 0
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:33:27: note: Division by zero
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:35:27: error: Division by zero. [zerodiv]
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:35:27: note: Assignment 'x=0', assigned value is 0
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:35:27: note: Division by zero
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:40:23: error: Division by zero. [zerodiv]
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:40:23: note: Assignment 'x=0', assigned value is 0
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:40:23: note: Division by zero
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:48:27: error: Division by zero. [zerodiv]
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:48:27: note: Assignment 'x=0', assigned value is 0
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:48:27: note: Division by zero
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:61:26: error: Division by zero. [zerodiv]
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:61:26: note: Assignment 'x=0', assigned value is 0
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:61:26: note: Division by zero
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:62:29: error: Division by zero. [zerodiv]
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:62:29: note: Assignment 'x=0', assigned value is 0
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:62:29: note: Division by zero
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:63:33: error: Division by zero. [zerodiv]
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:63:33: note: Assignment 'x=0', assigned value is 0
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:63:33: note: Division by zero
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:69:36: error: Division by zero. [zerodiv]
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:69:36: note: Assignment 'x=0', assigned value is 0
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:69:36: note: Division by zero
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:73:9: error: Division by zero. [zerodiv]
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:73:9: note: Assignment 'x=0', assigned value is 0
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:73:9: note: Division by zero
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:75:31: error: Division by zero. [zerodiv]
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:75:31: note: Assignment 'x=0', assigned value is 0
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:75:31: note: Division by zero
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:83:31: error: Division by zero. [zerodiv]
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:83:31: note: Assignment 'x=0', assigned value is 0
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:83:31: note: Division by zero
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:86:13: error: Division by zero. [zerodiv]
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:86:13: note: Assignment 'x=0', assigned value is 0
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:86:13: note: Division by zero
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:87:29: error: Division by zero. [zerodiv]
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:87:29: note: Assignment 'x=0', assigned value is 0
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:87:29: note: Division by zero
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:88:34: error: Division by zero. [zerodiv]
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:88:34: note: Assignment 'x=0', assigned value is 0
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:88:34: note: Division by zero
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:91:13: error: Division by zero. [zerodiv]
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:91:13: note: Assignment 'x=0', assigned value is 0
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:91:13: note: Division by zero
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:92:29: error: Division by zero. [zerodiv]
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:92:29: note: Assignment 'x=0', assigned value is 0
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:92:29: note: Division by zero
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:93:37: error: Division by zero. [zerodiv]
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:93:37: note: Assignment 'x=0', assigned value is 0
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:93:37: note: Division by zero
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:96:13: error: Division by zero. [zerodiv]
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:96:13: note: Assignment 'x=0', assigned value is 0
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:96:13: note: Division by zero
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:97:29: error: Division by zero. [zerodiv]
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:97:29: note: Assignment 'x=0', assigned value is 0
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:97:29: note: Division by zero
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:98:31: error: Division by zero. [zerodiv]
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:98:31: note: Assignment 'x=0', assigned value is 0
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:98:31: note: Division by zero
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:101:36: error: Division by zero. [zerodiv]
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:101:36: note: Assignment 'x=0', assigned value is 0
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:101:36: note: Division by zero
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:105:9: error: Division by zero. [zerodiv]
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:105:9: note: Assignment 'x=0', assigned value is 0
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:105:9: note: Division by zero
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:107:31: error: Division by zero. [zerodiv]
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:107:31: note: Assignment 'x=0', assigned value is 0
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:107:31: note: Division by zero
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:110:13: error: Division by zero. [zerodiv]
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:110:13: note: Assignment 'x=0', assigned value is 0
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:110:13: note: Division by zero
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:111:29: error: Division by zero. [zerodiv]
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:111:29: note: Assignment 'x=0', assigned value is 0
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:111:29: note: Division by zero
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:112:34: error: Division by zero. [zerodiv]
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:112:34: note: Assignment 'x=0', assigned value is 0
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:112:34: note: Division by zero
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:118:20: error: Division by zero. [zerodiv]
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:118:20: note: Assignment 'x=0', assigned value is 0
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:118:20: note: Division by zero
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:121:18: error: Division by zero. [zerodiv]
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:121:18: note: Assignment 'x=0', assigned value is 0
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:121:18: note: Division by zero
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:137:29: error: Division by zero. [zerodiv]
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:137:29: note: Assignment 'x=0', assigned value is 0
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:137:29: note: Division by zero
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:142:29: error: Division by zero. [zerodiv]
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:142:29: note: Assignment 'x=0', assigned value is 0
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:142:29: note: Division by zero
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:143:53: error: Division by zero. [zerodiv]
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:143:53: note: Assignment 'x=0', assigned value is 0
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:143:53: note: Division by zero
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:144:54: error: Division by zero. [zerodiv]
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:144:54: note: Assignment 'x=0', assigned value is 0
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:144:54: note: Division by zero
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:145:45: error: Division by zero. [zerodiv]
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:145:45: note: Assignment 'x=0', assigned value is 0
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:145:45: note: Division by zero
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:146:40: error: Division by zero. [zerodiv]
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:146:40: note: Assignment 'x=0', assigned value is 0
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:146:40: note: Division by zero
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:147:31: error: Division by zero. [zerodiv]
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:147:31: note: Assignment 'x=0', assigned value is 0
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:147:31: note: Division by zero
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:148:27: error: Division by zero. [zerodiv]
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:148:27: note: Assignment 'x=0', assigned value is 0
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:148:27: note: Division by zero
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:150:15: error: Division by zero. [zerodiv]
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:150:15: note: Assignment 'x=0', assigned value is 0
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:150:15: note: Division by zero
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:152:37: error: Division by zero. [zerodiv]
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:152:37: note: Assignment 'x=0', assigned value is 0
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:152:37: note: Division by zero
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:153:29: error: Division by zero. [zerodiv]
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:153:29: note: Assignment 'x=0', assigned value is 0
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:153:29: note: Division by zero
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:155:9: error: Division by zero. [zerodiv]
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:155:9: note: Assignment 'x=0', assigned value is 0
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:155:9: note: Division by zero
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:157:15: error: Division by zero. [zerodiv]
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:157:15: note: Assignment 'x=0', assigned value is 0
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:157:15: note: Division by zero
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:159:29: error: Division by zero. [zerodiv]
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:159:29: note: Assignment 'x=0', assigned value is 0
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:159:29: note: Division by zero
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:160:36: error: Division by zero. [zerodiv]
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:160:36: note: Assignment 'x=0', assigned value is 0
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:160:36: note: Division by zero
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:161:36: error: Division by zero. [zerodiv]
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:161:36: note: Assignment 'x=0', assigned value is 0
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:161:36: note: Division by zero
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:162:50: error: Division by zero. [zerodiv]
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:162:50: note: Assignment 'x=0', assigned value is 0
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:162:50: note: Division by zero
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:167:40: error: Division by zero. [zerodiv]
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:167:40: note: Assignment 'x=0', assigned value is 0
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:167:40: note: Division by zero
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:172:31: error: Division by zero. [zerodiv]
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:172:31: note: Assignment 'x=0', assigned value is 0
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:172:31: note: Division by zero
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:173:27: error: Division by zero. [zerodiv]
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:173:27: note: Assignment 'x=0', assigned value is 0
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:173:27: note: Division by zero
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:175:14: error: Division by zero. [zerodiv]
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:175:14: note: Assignment 'x=0', assigned value is 0
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:175:14: note: Division by zero
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:177:37: error: Division by zero. [zerodiv]
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:177:37: note: Assignment 'x=0', assigned value is 0
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:177:37: note: Division by zero
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:178:29: error: Division by zero. [zerodiv]
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:178:29: note: Assignment 'x=0', assigned value is 0
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:178:29: note: Division by zero
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:180:9: error: Division by zero. [zerodiv]
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:180:9: note: Assignment 'x=0', assigned value is 0
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:180:9: note: Division by zero
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:182:9: error: Division by zero. [zerodiv]
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:182:9: note: Assignment 'x=0', assigned value is 0
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:182:9: note: Division by zero
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:184:9: error: Division by zero. [zerodiv]
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:184:9: note: Assignment 'x=0', assigned value is 0
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:184:9: note: Division by zero
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:185:35: error: Division by zero. [zerodiv]
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:185:35: note: Assignment 'x=0', assigned value is 0
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:185:35: note: Division by zero
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:186:45: error: Division by zero. [zerodiv]
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:186:45: note: Assignment 'x=0', assigned value is 0
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:186:45: note: Division by zero
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:188:9: error: Division by zero. [zerodiv]
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:188:9: note: Assignment 'x=0', assigned value is 0
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:188:9: note: Division by zero
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:189:47: error: Division by zero. [zerodiv]
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:189:47: note: Assignment 'x=0', assigned value is 0
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:189:47: note: Division by zero
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:231:9: error: Division by zero. [zerodiv]
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:231:9: note: Assignment 'x=0', assigned value is 0
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:231:9: note: Division by zero
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:232:42: error: Division by zero. [zerodiv]
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:232:42: note: Assignment 'x=0', assigned value is 0
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:232:42: note: Division by zero
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:233:17: error: Division by zero. [zerodiv]
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:233:17: note: Assignment 'x=0', assigned value is 0
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:233:17: note: Division by zero
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:235:9: error: Division by zero. [zerodiv]
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:235:9: note: Assignment 'x=0', assigned value is 0
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:235:9: note: Division by zero
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:236:45: error: Division by zero. [zerodiv]
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:236:45: note: Assignment 'x=0', assigned value is 0
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:236:45: note: Division by zero
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:237:17: error: Division by zero. [zerodiv]
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:237:17: note: Assignment 'x=0', assigned value is 0
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:237:17: note: Division by zero
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:243:9: error: Division by zero. [zerodiv]
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:243:9: note: Assignment 'x=0', assigned value is 0
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:243:9: note: Division by zero
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:251:40: error: Division by zero. [zerodiv]
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:251:40: note: Assignment 'x=0', assigned value is 0
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:251:40: note: Division by zero
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:192:28: style: Variable 'w' is assigned a value that is never used. [unreadVariable]
ecl-16.1.2/src/bdwgc/cord/tests/cordtest.c:193:28: style: Variable 'z' is assigned a value that is never used. [unreadVariable]
ecl-16.1.2/src/bdwgc/cord/tests/de.c:158:12: style: The scope of the variable 'next' can be reduced. [variableScope]
ecl-16.1.2/src/bdwgc/cord/tests/de.c:209:18: style: The scope of the variable 'c' can be reduced. [variableScope]
ecl-16.1.2/src/bdwgc/cord/tests/de.c:583:1: style: Label 'done' is not used. [unusedLabel]
ecl-16.1.2/src/bdwgc/cord/tests/de_win.c:346:22: style: Function 'move_cursor' argument 1 names different: declaration 'column' definition 'c'. [funcArgNamesDifferent]
ecl-16.1.2/src/bdwgc/cord/tests/de_win.h:92:22: note: Function 'move_cursor' argument 1 names different: declaration 'column' definition 'c'.
ecl-16.1.2/src/bdwgc/cord/tests/de_win.c:346:22: note: Function 'move_cursor' argument 1 names different: declaration 'column' definition 'c'.
ecl-16.1.2/src/bdwgc/cord/tests/de_win.c:346:29: style: Function 'move_cursor' argument 2 names different: declaration 'line' definition 'l'. [funcArgNamesDifferent]
ecl-16.1.2/src/bdwgc/cord/tests/de_win.h:92:34: note: Function 'move_cursor' argument 2 names different: declaration 'line' definition 'l'.
ecl-16.1.2/src/bdwgc/cord/tests/de_win.c:346:29: note: Function 'move_cursor' argument 2 names different: declaration 'line' definition 'l'.
ecl-16.1.2/src/bdwgc/cord/tests/de_win.c:360:26: style: Function 'invalidate_line' argument 1 names different: declaration 'line' definition 'i'. [funcArgNamesDifferent]
ecl-16.1.2/src/bdwgc/cord/tests/de_win.h:97:26: note: Function 'invalidate_line' argument 1 names different: declaration 'line' definition 'i'.
ecl-16.1.2/src/bdwgc/cord/tests/de_win.c:360:26: note: Function 'invalidate_line' argument 1 names different: declaration 'line' definition 'i'.
ecl-16.1.2/src/bdwgc/extra/AmigaOS.c:114:60: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
ecl-16.1.2/src/bdwgc/extra/AmigaOS.c:115:60: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
ecl-16.1.2/src/bdwgc/extra/AmigaOS.c:123:11: style: Variable 'num' is modified but its new value is never used. [unreadVariable]
ecl-16.1.2/src/bdwgc/finalize.c:79:21: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
ecl-16.1.2/src/bdwgc/finalize.c:80:21: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
ecl-16.1.2/src/bdwgc/finalize.c:81:21: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
ecl-16.1.2/src/bdwgc/finalize.c:84:21: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
ecl-16.1.2/src/bdwgc/typd_mlc.c:129:29: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
ecl-16.1.2/src/bdwgc/misc.c:1945:44: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
ecl-16.1.2/src/bdwgc/finalize.c:900:23: style: Condition 'prev_fo==0' is always true [knownConditionTrueFalse]
ecl-16.1.2/src/bdwgc/finalize.c:892:19: note: Assignment 'prev_fo=0', assigned value is 0
ecl-16.1.2/src/bdwgc/finalize.c:900:23: note: Condition 'prev_fo==0' is always true
ecl-16.1.2/src/bdwgc/malloc.c:231:11: style: The scope of the variable 'op' can be reduced. [variableScope]
ecl-16.1.2/src/bdwgc/malloc.c:232:12: style: The scope of the variable 'lg' can be reduced. [variableScope]
ecl-16.1.2/src/bdwgc/malloc.c:260:11: style: The scope of the variable 'op' can be reduced. [variableScope]
ecl-16.1.2/src/bdwgc/malloc.c:261:12: style: The scope of the variable 'lg' can be reduced. [variableScope]
ecl-16.1.2/src/bdwgc/malloc.c:292:12: style: The scope of the variable 'lg' can be reduced. [variableScope]
ecl-16.1.2/src/bdwgc/malloc.c:478:12: style: The scope of the variable 'flh' can be reduced. [variableScope]
ecl-16.1.2/src/bdwgc/finalize.c:439:44: style: The scope of the variable 'prev_fo' can be reduced. [variableScope]
ecl-16.1.2/src/bdwgc/finalize.c:883:44: style: The scope of the variable 'prev_fo' can be reduced. [variableScope]
ecl-16.1.2/src/bdwgc/finalize.c:968:33: style: The scope of the variable 'curr_fo' can be reduced. [variableScope]
ecl-16.1.2/src/bdwgc/mark_rts.c:421:12: style: The scope of the variable 'mid' can be reduced. [variableScope]
ecl-16.1.2/src/bdwgc/mark_rts.c:441:24: style: The scope of the variable 'i' can be reduced. [variableScope]
ecl-16.1.2/src/bdwgc/reclaim.c:379:20: style: The scope of the variable 'rlh' can be reduced. [variableScope]
ecl-16.1.2/src/bdwgc/reclaim.c:618:16: style: The scope of the variable 'fop' can be reduced. [variableScope]
ecl-16.1.2/src/bdwgc/reclaim.c:619:16: style: The scope of the variable 'lim' can be reduced. [variableScope]
ecl-16.1.2/src/bdwgc/misc.c:802:8: style: The scope of the variable 'ch' can be reduced. [variableScope]
ecl-16.1.2/src/bdwgc/misc.c:1488:11: style: The scope of the variable 'result' can be reduced. [variableScope]
ecl-16.1.2/src/bdwgc/misc.c:1547:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
ecl-16.1.2/src/bdwgc/mark.c:1375:2: style: Label 'was_marked' is not used. [unusedLabel]
ecl-16.1.2/src/bdwgc/mark.c:1423:3: style: Label 'mark_and_push_exit' is not used. [unusedLabel]
ecl-16.1.2/src/bdwgc/typd_mlc.c:497:42: style: Function 'GC_array_mark_proc' argument 4 names different: declaration 'env' definition 'GC_ATTR_UNUSED'. [funcArgNamesDifferent]
ecl-16.1.2/src/bdwgc/typd_mlc.c:345:62: note: Function 'GC_array_mark_proc' argument 4 names different: declaration 'env' definition 'GC_ATTR_UNUSED'.
ecl-16.1.2/src/bdwgc/typd_mlc.c:497:42: note: Function 'GC_array_mark_proc' argument 4 names different: declaration 'env' definition 'GC_ATTR_UNUSED'.
ecl-16.1.2/src/bdwgc/mark.c:1498:34: style: Variable 'greatest_ha' is assigned a value that is never used. [unreadVariable]
ecl-16.1.2/src/bdwgc/mark.c:1499:31: style: Variable 'least_ha' is assigned a value that is never used. [unreadVariable]
ecl-16.1.2/src/bdwgc/mark_rts.c:393:5: error: Address of auto-variable 'sp' returned [returnAddressOfAutoVariable]
ecl-16.1.2/src/bdwgc/mach_dep.c:282:38: error: Uninitialized variable: regs [uninitvar]
ecl-16.1.2/src/bdwgc/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]
ecl-16.1.2/src/bdwgc/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.
ecl-16.1.2/src/bdwgc/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.
ecl-16.1.2/src/bdwgc/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]
ecl-16.1.2/src/bdwgc/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.
ecl-16.1.2/src/bdwgc/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.
ecl-16.1.2/src/bdwgc/libatomic_ops/src/atomic_ops.h:369:0: error: #error Cannot implement AO_compare_and_swap_full on this architecture. [preprocessorErrorDirective]
ecl-16.1.2/src/bdwgc/tests/disclaim_test.c:87:19: warning: Either the condition 'p==NULL' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
ecl-16.1.2/src/bdwgc/tests/disclaim_test.c:124:11: note: Assuming that condition 'p==NULL' is not redundant
ecl-16.1.2/src/bdwgc/tests/disclaim_test.c:123:5: note: Calling function 'is_pair', 1st argument 'p' value is 0
ecl-16.1.2/src/bdwgc/tests/disclaim_test.c:87:19: note: Null pointer dereference
ecl-16.1.2/src/bdwgc/tests/test_cpp.cc:139:19: style: C-style pointer casting [cstyleCast]
ecl-16.1.2/src/bdwgc/tests/test_cpp.cc:289:20: style: C-style pointer casting [cstyleCast]
ecl-16.1.2/src/bdwgc/tests/test_cpp.cc:290:20: style: C-style pointer casting [cstyleCast]
ecl-16.1.2/src/bdwgc/tests/test_cpp.cc:83:10: style: Technically the member function 'A::Test' can be const. [functionConst]
ecl-16.1.2/src/bdwgc/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]
ecl-16.1.2/src/bdwgc/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]
ecl-16.1.2/src/bdwgc/tests/test_cpp.cc:181:16: warning: The class 'F' defines member variable with name 'nFreed' also defined in its parent class 'E'. [duplInheritedMember]
ecl-16.1.2/src/bdwgc/tests/test_cpp.cc:161:16: note: Parent variable 'E::nFreed'
ecl-16.1.2/src/bdwgc/tests/test_cpp.cc:181:16: note: Derived variable 'F::nFreed'
ecl-16.1.2/src/bdwgc/tests/test_cpp.cc:182:16: warning: The class 'F' defines member variable with name 'nAllocated' also defined in its parent class 'E'. [duplInheritedMember]
ecl-16.1.2/src/bdwgc/tests/test_cpp.cc:162:16: note: Parent variable 'E::nAllocated'
ecl-16.1.2/src/bdwgc/tests/test_cpp.cc:182:16: note: Derived variable 'F::nAllocated'
ecl-16.1.2/src/bdwgc/tests/test_cpp.cc:82:5: style: Class 'A' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecl-16.1.2/src/bdwgc/tests/test_cpp.cc:91:5: style: Class 'B' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecl-16.1.2/src/bdwgc/tests/test_cpp.cc:104:5: style: Class 'C' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecl-16.1.2/src/bdwgc/tests/test_cpp.cc:136:5: style: Class 'D' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ecl-16.1.2/src/bdwgc/tools/if_not_there.c:37:5: error: Resource leak: f [resourceLeak]
ecl-16.1.2/src/bdwgc/tools/setjmp_t.c:93:5: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
ecl-16.1.2/src/bdwgc/tools/setjmp_t.c:116:5: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
ecl-16.1.2/src/c/dpp.c:631:13: style: The scope of the variable 'c' can be reduced. [variableScope]
ecl-16.1.2/src/c/dpp.c:660:7: style: The scope of the variable 'simple_varargs' can be reduced. [variableScope]
ecl-16.1.2/src/c/dpp.c:790:13: style: The scope of the variable 'i' can be reduced. [variableScope]
ecl-16.1.2/src/c/dpp.c:418:48: style: Variable 'name' is assigned a value that is never used. [unreadVariable]
ecl-16.1.2/src/c/dpp.c:240:23: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
ecl-16.1.2/src/c/unicode/ucd_names_char.c:499:7: style: The scope of the variable 'mid' can be reduced. [variableScope]
ecl-16.1.2/src/c/unicode/ucd_names_char.c:552:7: style: The scope of the variable 'mid' can be reduced. [variableScope]
ecl-16.1.2/src/c/unicode/ucd_names_char.c:552:12: style: The scope of the variable 'low' can be reduced. [variableScope]
ecl-16.1.2/src/clx/socket.c:55:20: style: The scope of the variable 'addr' can be reduced. [variableScope]
ecl-16.1.2/src/clx/socket.c:57:7: style: The scope of the variable 'addrlen' can be reduced. [variableScope]
ecl-16.1.2/src/gmp/cxx/osfuns.cc:55:45: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ecl-16.1.2/src/gmp/cxx/osfuns.cc:59:47: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ecl-16.1.2/src/gmp/cxx/osfuns.cc:109:39: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ecl-16.1.2/src/gmp/dumbmp.c:456:16: style: The scope of the variable 'cy' can be reduced. [variableScope]
ecl-16.1.2/src/gmp/dumbmp.c:527:7: style: The scope of the variable 'cnt' can be reduced. [variableScope]
ecl-16.1.2/src/gmp/dumbmp.c:527:12: style: The scope of the variable 'tnc' can be reduced. [variableScope]
ecl-16.1.2/src/gmp/dumbmp.c:529:13: style: The scope of the variable 'high_limb' can be reduced. [variableScope]
ecl-16.1.2/src/gmp/dumbmp.c:529:24: style: The scope of the variable 'low_limb' can be reduced. [variableScope]
ecl-16.1.2/src/gmp/dumbmp.c:530:7: style: The scope of the variable 'i' can be reduced. [variableScope]
ecl-16.1.2/src/gmp/dumbmp.c:595:23: style: The scope of the variable 'al' can be reduced. [variableScope]
ecl-16.1.2/src/gmp/dumbmp.c:595:27: style: The scope of the variable 'bl' can be reduced. [variableScope]
ecl-16.1.2/src/gmp/dumbmp.c:632:18: style: The scope of the variable 'cnt' can be reduced. [variableScope]
ecl-16.1.2/src/gmp/dumbmp.c:737:14: style: The scope of the variable 'alimb' can be reduced. [variableScope]
ecl-16.1.2/src/gmp/extract-dbl.c:165:0: error: failed to evaluate #if condition, division/modulo by zero [preprocessorErrorDirective]
ecl-16.1.2/src/gmp/gen-bases.c:124:7: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ecl-16.1.2/src/gmp/gen-bases.c:127:11: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ecl-16.1.2/src/gmp/gen-bases.c:132:11: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ecl-16.1.2/src/gmp/gen-psqr.c:187:16: style: The scope of the variable 'r' can be reduced. [variableScope]
ecl-16.1.2/src/gmp/gen-psqr.c:187:19: style: The scope of the variable 'idx' can be reduced. [variableScope]
ecl-16.1.2/src/gmp/gen-psqr.c:204:11: style: The scope of the variable 'res' can be reduced. [variableScope]
ecl-16.1.2/src/gmp/memory.c:49:7: portability: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
ecl-16.1.2/src/gmp/memory.c:97:7: portability: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
ecl-16.1.2/src/gmp/memory.c:97:7: portability: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
ecl-16.1.2/src/gmp/mpbsd/itom.c:43:7: style: Variable 'xp' is assigned a value that is never used. [unreadVariable]
ecl-16.1.2/src/gmp/mpf/div_2exp.c:123:4: style: Variable 'rp' is assigned a value that is never used. [unreadVariable]
ecl-16.1.2/src/gmp/mpf/get_str.c:254:14: style: The scope of the variable 'i' can be reduced. [variableScope]
ecl-16.1.2/src/gmp/mpf/mul_2exp.c:117:4: style: Variable 'rp' is assigned a value that is never used. [unreadVariable]
ecl-16.1.2/src/gmp/mpf/set_str.c:235:9: style: The scope of the variable 'cnt' can be reduced. [variableScope]
ecl-16.1.2/src/gmp/mpn/cray/ieee/mul_1.c:34:26: style: Unused variable: s1 [unusedVariable]
ecl-16.1.2/src/gmp/mpn/generic/addsub_n.c:40:13: style: Unused variable: acyn [unusedVariable]
ecl-16.1.2/src/gmp/mpn/generic/addsub_n.c:41:13: style: Unused variable: scyn [unusedVariable]
ecl-16.1.2/src/gmp/mpn/generic/fib2_ui.c:133:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ecl-16.1.2/src/gmp/mpn/generic/fib2_ui.c:135:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ecl-16.1.2/src/gmp/mpn/generic/fib2_ui.c:136:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ecl-16.1.2/src/gmp/mpn/generic/fib2_ui.c:152:41: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ecl-16.1.2/src/gmp/mpn/generic/mul.c:199:13: style: Variable 't' is assigned a value that is never used. [unreadVariable]
ecl-16.1.2/src/gmp/mpn/generic/mul_fft.c:121:8: style: The scope of the variable 'li' can be reduced. [variableScope]
ecl-16.1.2/src/gmp/mpn/generic/mul_fft.c:754:28: style: The scope of the variable 'j' can be reduced. [variableScope]
ecl-16.1.2/src/gmp/mpn/generic/mul_n.c:757:3: style: Variable 'c4' is assigned a value that is never used. [unreadVariable]
ecl-16.1.2/src/gmp/mpn/generic/mul_n.c:796:3: style: Variable 'c3' is assigned a value that is never used. [unreadVariable]
ecl-16.1.2/src/gmp/mpn/generic/mul_n.c:838:3: style: Variable 'c4' is assigned a value that is never used. [unreadVariable]
ecl-16.1.2/src/gmp/mpn/generic/random2.c:63:27: style: The scope of the variable 'chunksize' can be reduced. [variableScope]
ecl-16.1.2/src/gmp/mpn/generic/sizeinbase.c:37:7: style: The scope of the variable 'lb_base' can be reduced. [variableScope]
ecl-16.1.2/src/gmp/mpn/generic/sqrtrem.c:171:10: style: The scope of the variable 'b' can be reduced. [variableScope]
ecl-16.1.2/src/gmp/mpn/generic/sqrtrem.c:201:16: style: Variable 'q' is assigned a value that is never used. [unreadVariable]
ecl-16.1.2/src/gmp/mpn/sparc64/divrem_1.c:81:27: style: The scope of the variable 'n0' can be reduced. [variableScope]
ecl-16.1.2/src/gmp/mpn/sparc64/divrem_1.c:81:37: style: The scope of the variable 'nshift' can be reduced. [variableScope]
ecl-16.1.2/src/gmp/mpn/sparc64/mod_1.c:73:28: style: The scope of the variable 'n0' can be reduced. [variableScope]
ecl-16.1.2/src/gmp/mpn/sparc64/mod_1.c:111:30: warning: Shifting 32-bit value by 32 bits is undefined behaviour. See condition at line 107. [shiftTooManyBits]
ecl-16.1.2/src/gmp/mpn/sparc64/mod_1.c:107:26: note: Assuming that condition 'norm==0' is not redundant
ecl-16.1.2/src/gmp/mpn/sparc64/mod_1.c:106:24: note: Assignment 'norm_rshift=32-norm', assigned value is 32
ecl-16.1.2/src/gmp/mpn/sparc64/mod_1.c:111:30: note: Shift
ecl-16.1.2/src/gmp/mpn/sparc64/mode1o.c:148:12: style: Unused variable: i [unusedVariable]
ecl-16.1.2/src/gmp/mpq/set_d.c:44:7: style: The scope of the variable 'c' can be reduced. [variableScope]
ecl-16.1.2/src/gmp/mpq/set_d.c:128:10: style: Variable 'np' is assigned a value that is never used. [unreadVariable]
ecl-16.1.2/src/gmp/mpq/set_d.c:156:7: style: Variable 'dp' is assigned a value that is never used. [unreadVariable]
ecl-16.1.2/src/gmp/mpq/set_d.c:102:13: error: Uninitialized variable: nn [uninitvar]
ecl-16.1.2/src/gmp/mpq/set_d.c:117:40: error: Uninitialized variable: nn [uninitvar]
ecl-16.1.2/src/gmp/mpq/set_f.c:95:11: style: Variable 'den_ptr' is assigned a value that is never used. [unreadVariable]
ecl-16.1.2/src/gmp/mpz/aors.h:127:7: style: Variable 'wp' is assigned a value that is never used. [unreadVariable]
ecl-16.1.2/src/gmp/mpz/cfdiv_q_2exp.c:86:4: style: Variable 'wp' is assigned a value that is never used. [unreadVariable]
ecl-16.1.2/src/gmp/mpz/cmpabs_d.c:53:40: style: Unused variable: zlimb [unusedVariable]
ecl-16.1.2/src/gmp/mpz/cmpabs_d.c:53:47: style: Unused variable: dlimb [unusedVariable]
ecl-16.1.2/src/gmp/mpz/cmpabs_d.c:85:8: style: Variable 'zp' is assigned a value that is never used. [unreadVariable]
ecl-16.1.2/src/gmp/mpz/divis_ui.c:32:14: style: The scope of the variable 'twos' can be reduced. [variableScope]
ecl-16.1.2/src/gmp/mpz/fib_ui.c:105:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ecl-16.1.2/src/gmp/mpz/fib_ui.c:106:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ecl-16.1.2/src/gmp/mpz/gcd.c:153:2: style: Variable 'tp' is assigned a value that is never used. [unreadVariable]
ecl-16.1.2/src/gmp/mpz/inp_raw.c:61:19: style: The scope of the variable 'cp' can be reduced. [variableScope]
ecl-16.1.2/src/gmp/mpz/lcm_ui.c:67:3: style: Variable 'rp' is assigned a value that is never used. [unreadVariable]
ecl-16.1.2/src/gmp/mpz/lucnum2_ui.c:72:3: style: Variable 'lp' is assigned a value that is never used. [unreadVariable]
ecl-16.1.2/src/gmp/mpz/lucnum2_ui.c:79:3: style: Variable 'l1p' is assigned a value that is never used. [unreadVariable]
ecl-16.1.2/src/gmp/mpz/mul_i.h:70:7: style: Variable 'pp' is assigned a value that is never used. [unreadVariable]
ecl-16.1.2/src/gmp/mpz/mul_i.h:97:49: style: Checking if unsigned variable 'small_mult' is less than zero. [unsignedLessThanZero]
ecl-16.1.2/src/gmp/mpz/out_raw.c:58:15: style: The scope of the variable 'zeros' can be reduced. [variableScope]
ecl-16.1.2/src/gmp/mpz/perfpow.c:251:17: style: The scope of the variable 'q' can be reduced. [variableScope]
ecl-16.1.2/src/gmp/mpz/pprime_p.c:50:11: style: The scope of the variable 'is_prime' can be reduced. [variableScope]
ecl-16.1.2/src/gmp/mpz/pprime_p.c:143:17: style: The scope of the variable 'q' can be reduced. [variableScope]
ecl-16.1.2/src/gmp/mpz/rrandomb.c:58:27: style: The scope of the variable 'chunksize' can be reduced. [variableScope]
ecl-16.1.2/src/gmp/mpz/ui_sub.c:82:7: style: Variable 'wp' is assigned a value that is never used. [unreadVariable]
ecl-16.1.2/src/gmp/randlc2x.c:276:14: error: Array 'dstp->_cp[1]' accessed at index 1, which is out of bounds. [arrayIndexOutOfBounds]
ecl-16.1.2/src/gmp/randlc2x.c:276:29: error: Array 'srcp->_cp[1]' accessed at index 1, which is out of bounds. [arrayIndexOutOfBounds]
ecl-16.1.2/src/gmp/randlc2x.c:278:5: portability: Undefined behaviour, pointer arithmetic 'dstp->_cp+2' is out of bounds. [pointerOutOfBounds]
ecl-16.1.2/src/gmp/randlc2x.c:278:5: portability: Undefined behaviour, pointer arithmetic 'srcp->_cp+2' is out of bounds. [pointerOutOfBounds]
ecl-16.1.2/src/gmp/randmt.c:188:22: style: The scope of the variable 'y' can be reduced. [variableScope]
ecl-16.1.2/src/gmp/randmt.c:281:9: style: The scope of the variable 'bitidx' can be reduced. [variableScope]
ecl-16.1.2/src/gmp/randmts.c:103:7: style: The scope of the variable 'i' can be reduced. [variableScope]
ecl-16.1.2/src/libffi/src/aarch64/ffi.c:69:0: error: #error "Missing builtin to flush instruction cache" [preprocessorErrorDirective]
ecl-16.1.2/src/libffi/src/alpha/ffi.c:141:9: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
ecl-16.1.2/src/libffi/src/alpha/ffi.c:144:7: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
ecl-16.1.2/src/libffi/src/alpha/ffi.c:148:5: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
ecl-16.1.2/src/libffi/src/alpha/ffi.c:258:9: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
ecl-16.1.2/src/libffi/src/alpha/ffi.c:258:37: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
ecl-16.1.2/src/libffi/src/alpha/ffi.c:89:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ecl-16.1.2/src/libffi/src/alpha/ffi.c:93:18: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ecl-16.1.2/src/libffi/src/alpha/ffi.c:217:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ecl-16.1.2/src/libffi/src/arc/ffi.c:115:4: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
ecl-16.1.2/src/libffi/src/arc/ffi.c:119:4: note: Found duplicate branches for 'if' and 'else'.
ecl-16.1.2/src/libffi/src/arc/ffi.c:115:4: note: Found duplicate branches for 'if' and 'else'.
ecl-16.1.2/src/libffi/src/arc/ffi.c:178:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ecl-16.1.2/src/libffi/src/arc/ffi.c:206:24: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ecl-16.1.2/src/libffi/src/arm/ffi.c:107:5: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
ecl-16.1.2/src/libffi/src/arm/ffi.c:113:5: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
ecl-16.1.2/src/libffi/src/arm/ffi.c:163:8: style: The scope of the variable 'is_vfp_type' can be reduced. [variableScope]
ecl-16.1.2/src/libffi/src/arm/ffi.c:461:8: style: The scope of the variable 'is_vfp_type' can be reduced. [variableScope]
ecl-16.1.2/src/libffi/src/arm/ffi.c:408:49: style: Function 'ffi_prep_incoming_args_SYSV' argument 2 names different: declaration 'ret' definition 'rvalue'. [funcArgNamesDifferent]
ecl-16.1.2/src/libffi/src/arm/ffi.c:368:62: note: Function 'ffi_prep_incoming_args_SYSV' argument 2 names different: declaration 'ret' definition 'rvalue'.
ecl-16.1.2/src/libffi/src/arm/ffi.c:408:49: note: Function 'ffi_prep_incoming_args_SYSV' argument 2 names different: declaration 'ret' definition 'rvalue'.
ecl-16.1.2/src/libffi/src/arm/ffi.c:409:15: style: Function 'ffi_prep_incoming_args_SYSV' argument 3 names different: declaration 'args' definition 'avalue'. [funcArgNamesDifferent]
ecl-16.1.2/src/libffi/src/arm/ffi.c:369:14: note: Function 'ffi_prep_incoming_args_SYSV' argument 3 names different: declaration 'args' definition 'avalue'.
ecl-16.1.2/src/libffi/src/arm/ffi.c:409:15: note: Function 'ffi_prep_incoming_args_SYSV' argument 3 names different: declaration 'args' definition 'avalue'.
ecl-16.1.2/src/libffi/src/arm/ffi.c:449:48: style: Function 'ffi_prep_incoming_args_VFP' argument 2 names different: declaration 'ret' definition 'rvalue'. [funcArgNamesDifferent]
ecl-16.1.2/src/libffi/src/arm/ffi.c:371:61: note: Function 'ffi_prep_incoming_args_VFP' argument 2 names different: declaration 'ret' definition 'rvalue'.
ecl-16.1.2/src/libffi/src/arm/ffi.c:449:48: note: Function 'ffi_prep_incoming_args_VFP' argument 2 names different: declaration 'ret' definition 'rvalue'.
ecl-16.1.2/src/libffi/src/arm/ffi.c:450:15: style: Function 'ffi_prep_incoming_args_VFP' argument 3 names different: declaration 'args' definition 'avalue'. [funcArgNamesDifferent]
ecl-16.1.2/src/libffi/src/arm/ffi.c:372:14: note: Function 'ffi_prep_incoming_args_VFP' argument 3 names different: declaration 'args' definition 'avalue'.
ecl-16.1.2/src/libffi/src/arm/ffi.c:450:15: note: Function 'ffi_prep_incoming_args_VFP' argument 3 names different: declaration 'args' definition 'avalue'.
ecl-16.1.2/src/libffi/src/arm/ffi.c:324:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ecl-16.1.2/src/libffi/src/arm/ffi.c:331:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ecl-16.1.2/src/libffi/src/arm/ffi.c:389:26: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ecl-16.1.2/src/libffi/src/avr32/ffi.c:310:45: portability: '(void*)stack_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ecl-16.1.2/src/libffi/src/avr32/ffi.c:320:43: portability: '(void*)reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ecl-16.1.2/src/libffi/src/avr32/ffi.c:327:47: portability: '(void*)reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ecl-16.1.2/src/libffi/src/avr32/ffi.c:332:47: portability: '(void*)reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ecl-16.1.2/src/libffi/src/avr32/ffi.c:340:41: portability: '(void*)stack_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ecl-16.1.2/src/libffi/src/avr32/ffi.c:253:23: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ecl-16.1.2/src/libffi/src/avr32/ffi.c:380:25: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ecl-16.1.2/src/libffi/src/cris/ffi.c:255:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ecl-16.1.2/src/libffi/src/cris/ffi.c:307:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ecl-16.1.2/src/libffi/src/dlmalloc.c:2889:35: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ecl-16.1.2/src/libffi/src/dlmalloc.c:2932:33: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ecl-16.1.2/src/libffi/src/dlmalloc.c:3289:39: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ecl-16.1.2/src/libffi/src/dlmalloc.c:3383:41: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ecl-16.1.2/src/libffi/src/dlmalloc.c:3461:17: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ecl-16.1.2/src/libffi/src/dlmalloc.c:3475:15: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ecl-16.1.2/src/libffi/src/dlmalloc.c:3487:26: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ecl-16.1.2/src/libffi/src/dlmalloc.c:3488:26: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ecl-16.1.2/src/libffi/src/dlmalloc.c:3512:23: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ecl-16.1.2/src/libffi/src/dlmalloc.c:3525:20: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ecl-16.1.2/src/libffi/src/dlmalloc.c:3535:26: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ecl-16.1.2/src/libffi/src/dlmalloc.c:3555:47: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ecl-16.1.2/src/libffi/src/dlmalloc.c:3559:64: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ecl-16.1.2/src/libffi/src/dlmalloc.c:3627:59: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ecl-16.1.2/src/libffi/src/dlmalloc.c:3658:12: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ecl-16.1.2/src/libffi/src/dlmalloc.c:3530:7: style: Variable 'br' is reassigned a value before the old one has been used. [redundantAssignment]
ecl-16.1.2/src/libffi/src/dlmalloc.c:3527:0: note: Variable 'br' is reassigned a value before the old one has been used.
ecl-16.1.2/src/libffi/src/dlmalloc.c:3530:7: note: Variable 'br' is reassigned a value before the old one has been used.
ecl-16.1.2/src/libffi/src/dlmalloc.c:3531:7: style: Variable 'end' is reassigned a value before the old one has been used. [redundantAssignment]
ecl-16.1.2/src/libffi/src/dlmalloc.c:3528:0: note: Variable 'end' is reassigned a value before the old one has been used.
ecl-16.1.2/src/libffi/src/dlmalloc.c:3531:7: note: Variable 'end' is reassigned a value before the old one has been used.
ecl-16.1.2/src/libffi/src/dlmalloc.c:3756:27: style: Opposite expression on both sides of '&'. [oppositeExpression]
ecl-16.1.2/src/libffi/src/dlmalloc.c:3756:27: note: Opposite expression on both sides of '&'.
ecl-16.1.2/src/libffi/src/dlmalloc.c:3756:27: note: Opposite expression on both sides of '&'.
ecl-16.1.2/src/libffi/src/dlmalloc.c:3798:23: style: Opposite expression on both sides of '&'. [oppositeExpression]
ecl-16.1.2/src/libffi/src/dlmalloc.c:3798:23: note: Opposite expression on both sides of '&'.
ecl-16.1.2/src/libffi/src/dlmalloc.c:3798:23: note: Opposite expression on both sides of '&'.
ecl-16.1.2/src/libffi/src/dlmalloc.c:4176:31: style: Opposite expression on both sides of '&'. [oppositeExpression]
ecl-16.1.2/src/libffi/src/dlmalloc.c:4176:31: note: Opposite expression on both sides of '&'.
ecl-16.1.2/src/libffi/src/dlmalloc.c:4176:31: note: Opposite expression on both sides of '&'.
ecl-16.1.2/src/libffi/src/dlmalloc.c:3356:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ecl-16.1.2/src/libffi/src/dlmalloc.c:3412:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ecl-16.1.2/src/libffi/src/dlmalloc.c:3645:11: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ecl-16.1.2/src/libffi/src/dlmalloc.c:3783:11: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ecl-16.1.2/src/libffi/src/dlmalloc.c:4339:11: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ecl-16.1.2/src/libffi/src/dlmalloc.c:4013:13: style: The scope of the variable 'array_chunk' can be reduced. [variableScope]
ecl-16.1.2/src/libffi/src/dlmalloc.c:631:23: style: struct member 'mallinfo::smblks' is never used. [unusedStructMember]
ecl-16.1.2/src/libffi/src/dlmalloc.c:632:23: style: struct member 'mallinfo::hblks' is never used. [unusedStructMember]
ecl-16.1.2/src/libffi/src/dlmalloc.c:635:23: style: struct member 'mallinfo::fsmblks' is never used. [unusedStructMember]
ecl-16.1.2/src/libffi/src/dlmalloc.c:4364:18: error: Invalid malloc() argument nr 1. The value is -1 but the valid values are '0:'. [invalidFunctionArg]
ecl-16.1.2/src/libffi/src/dlmalloc.c:4362:13: note: Assignment 'req=~(unsigned long)0', assigned value is -1
ecl-16.1.2/src/libffi/src/dlmalloc.c:4364:18: note: Invalid argument
ecl-16.1.2/src/libffi/src/dlmalloc.c:4115:0: error: Memory leak: mem [memleak]
ecl-16.1.2/src/libffi/src/frv/ffi.c:263:3: style: Variable 'fn' is reassigned a value before the old one has been used. [redundantAssignment]
ecl-16.1.2/src/libffi/src/frv/ffi.c:256:0: note: Variable 'fn' is reassigned a value before the old one has been used.
ecl-16.1.2/src/libffi/src/frv/ffi.c:263:3: note: Variable 'fn' is reassigned a value before the old one has been used.
ecl-16.1.2/src/libffi/src/frv/ffi.c:148:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ecl-16.1.2/src/libffi/src/frv/ffi.c:186:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ecl-16.1.2/src/libffi/src/ia64/ffi.c:371:18: portability: 'avalue[i]' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ecl-16.1.2/src/libffi/src/ia64/ffi.c:560:38: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ecl-16.1.2/src/libffi/src/ia64/ffi.c:568:18: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ecl-16.1.2/src/libffi/src/ia64/ffi.c:287:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ecl-16.1.2/src/libffi/src/ia64/ffi.c:290:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ecl-16.1.2/src/libffi/src/ia64/ffi.c:461:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ecl-16.1.2/src/libffi/src/ia64/ffi.c:552:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ecl-16.1.2/src/libffi/src/java_raw_api.c:316:28: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ecl-16.1.2/src/libffi/src/m32r/ffi.c:66:15: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
ecl-16.1.2/src/libffi/src/m32r/ffi.c:57:25: note: outer condition: avn!=0
ecl-16.1.2/src/libffi/src/m32r/ffi.c:66:15: note: identical inner condition: avn!=0
ecl-16.1.2/src/libffi/src/m32r/ffi.c:60:14: style: The scope of the variable 'z' can be reduced. [variableScope]
ecl-16.1.2/src/libffi/src/m32r/ffi.c:190:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ecl-16.1.2/src/libffi/src/m68k/ffi.c:235:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ecl-16.1.2/src/libffi/src/m68k/ffi.c:315:23: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ecl-16.1.2/src/libffi/src/m88k/ffi.c:246:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ecl-16.1.2/src/libffi/src/m88k/ffi.c:358:23: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ecl-16.1.2/src/libffi/src/metag/ffi.c:189:17: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ecl-16.1.2/src/libffi/src/metag/ffi.c:278:22: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ecl-16.1.2/src/libffi/src/microblaze/ffi.c:49:11: warning: Either the condition 'ecif==NULL' is redundant or there is possible null pointer dereference: ecif. [nullPointerRedundantCheck]
ecl-16.1.2/src/libffi/src/microblaze/ffi.c:51:11: note: Assuming that condition 'ecif==NULL' is not redundant
ecl-16.1.2/src/libffi/src/microblaze/ffi.c:49:11: note: Null pointer dereference
ecl-16.1.2/src/libffi/src/microblaze/ffi.c:63:16: portability: 'stack_args_p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ecl-16.1.2/src/libffi/src/microblaze/ffi.c:80:16: portability: 'stack_args_p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ecl-16.1.2/src/libffi/src/microblaze/ffi.c:160:17: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ecl-16.1.2/src/libffi/src/microblaze/ffi.c:190:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ecl-16.1.2/src/libffi/src/microblaze/ffi.c:191:18: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ecl-16.1.2/src/libffi/src/mips/ffi.c:185:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
ecl-16.1.2/src/libffi/src/mips/ffi.c:603:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ecl-16.1.2/src/libffi/src/moxie/ffi.c:141:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ecl-16.1.2/src/libffi/src/moxie/ffi.c:184:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ecl-16.1.2/src/libffi/src/nios2/ffi.c:168:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ecl-16.1.2/src/libffi/src/nios2/ffi.c:208:24: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ecl-16.1.2/src/libffi/src/nios2/ffi.c:246:10: error: Uninitialized variable: result [uninitvar]
ecl-16.1.2/src/libffi/src/or1k/ffi.c:36:10: style: The scope of the variable 's' can be reduced. [variableScope]
ecl-16.1.2/src/libffi/src/or1k/ffi.c:181:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ecl-16.1.2/src/libffi/src/pa/ffi.c:394:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ecl-16.1.2/src/libffi/src/powerpc/ffi.c:97:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ecl-16.1.2/src/libffi/src/powerpc/ffi_darwin.c:120:22: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
ecl-16.1.2/src/libffi/src/powerpc/ffi_darwin.c:163:5: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
ecl-16.1.2/src/libffi/src/powerpc/ffi_darwin.c:175:5: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
ecl-16.1.2/src/libffi/src/powerpc/ffi_darwin.c:1130:12: style: union member 'ldu::lb' is never used. [unusedStructMember]
ecl-16.1.2/src/libffi/src/powerpc/ffi_darwin.c:1131:17: style: union member 'ldu::ld' is never used. [unusedStructMember]
ecl-16.1.2/src/libffi/src/powerpc/ffi_darwin.c:928:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ecl-16.1.2/src/libffi/src/powerpc/ffi_darwin.c:1145:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ecl-16.1.2/src/libffi/src/powerpc/ffi_sysv.c:706:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ecl-16.1.2/src/libffi/src/raw_api.c:206:28: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ecl-16.1.2/src/libffi/src/s390/ffi.c:524:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ecl-16.1.2/src/libffi/src/s390/ffi.c:573:20: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ecl-16.1.2/src/libffi/src/sh/ffi.c:325:7: style: The scope of the variable 'size' can be reduced. [variableScope]
ecl-16.1.2/src/libffi/src/sh/ffi.c:326:7: style: The scope of the variable 'n' can be reduced. [variableScope]
ecl-16.1.2/src/libffi/src/sh/ffi.c:429:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ecl-16.1.2/src/libffi/src/sh/ffi.c:528:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ecl-16.1.2/src/libffi/src/sh64/ffi.c:159:13: style: The scope of the variable 'type' can be reduced. [variableScope]
ecl-16.1.2/src/libffi/src/sh64/ffi.c:381:13: style: The scope of the variable 'p' can be reduced. [variableScope]
ecl-16.1.2/src/libffi/src/sh64/ffi.c:271:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ecl-16.1.2/src/libffi/src/sh64/ffi.c:361:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ecl-16.1.2/src/libffi/src/sparc/ffi.c:214:9: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
ecl-16.1.2/src/libffi/src/sparc/ffi.c:648:8: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ecl-16.1.2/src/libffi/src/sparc/ffi.c:670:19: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ecl-16.1.2/src/libffi/src/sparc/ffi.c:398:9: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ecl-16.1.2/src/libffi/src/sparc/ffi.c:403:20: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ecl-16.1.2/src/libffi/src/sparc/ffi.c:550:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ecl-16.1.2/src/libffi/src/sparc/ffi.c:615:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ecl-16.1.2/src/libffi/src/tile/ffi.c:298:46: style: union member 'Anonymous0::d' is never used. [unusedStructMember]
ecl-16.1.2/src/libffi/src/tile/ffi.c:147:30: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ecl-16.1.2/src/libffi/src/tile/ffi.c:160:46: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ecl-16.1.2/src/libffi/src/tile/ffi.c:290:26: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ecl-16.1.2/src/libffi/src/types.c:67:1: style: struct member 'struct_align_uint8::c' is never used. [unusedStructMember]
ecl-16.1.2/src/libffi/src/types.c:68:1: style: struct member 'struct_align_sint8::c' is never used. [unusedStructMember]
ecl-16.1.2/src/libffi/src/types.c:69:1: style: struct member 'struct_align_uint16::c' is never used. [unusedStructMember]
ecl-16.1.2/src/libffi/src/types.c:70:1: style: struct member 'struct_align_sint16::c' is never used. [unusedStructMember]
ecl-16.1.2/src/libffi/src/types.c:71:1: style: struct member 'struct_align_uint32::c' is never used. [unusedStructMember]
ecl-16.1.2/src/libffi/src/types.c:72:1: style: struct member 'struct_align_sint32::c' is never used. [unusedStructMember]
ecl-16.1.2/src/libffi/src/types.c:73:1: style: struct member 'struct_align_uint64::c' is never used. [unusedStructMember]
ecl-16.1.2/src/libffi/src/types.c:74:1: style: struct member 'struct_align_sint64::c' is never used. [unusedStructMember]
ecl-16.1.2/src/libffi/src/types.c:76:1: style: struct member 'struct_align_pointer::c' is never used. [unusedStructMember]
ecl-16.1.2/src/libffi/src/types.c:76:1: style: struct member 'struct_align_pointer::x' is never used. [unusedStructMember]
ecl-16.1.2/src/libffi/src/types.c:78:1: style: struct member 'struct_align_float::c' is never used. [unusedStructMember]
ecl-16.1.2/src/libffi/src/types.c:78:1: style: struct member 'struct_align_float::x' is never used. [unusedStructMember]
ecl-16.1.2/src/libffi/src/types.c:79:1: style: struct member 'struct_align_double::c' is never used. [unusedStructMember]
ecl-16.1.2/src/libffi/src/types.c:79:1: style: struct member 'struct_align_double::x' is never used. [unusedStructMember]
ecl-16.1.2/src/libffi/src/vax/ffi.c:176:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ecl-16.1.2/src/libffi/src/vax/ffi.c:232:24: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ecl-16.1.2/src/libffi/src/x86/ffi.c:229:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ecl-16.1.2/src/libffi/src/x86/ffi.c:520:44: style: Function 'ffi_prep_incoming_args' argument 2 names different: declaration 'ret' definition 'rvalue'. [funcArgNamesDifferent]
ecl-16.1.2/src/libffi/src/x86/ffi.c:416:65: note: Function 'ffi_prep_incoming_args' argument 2 names different: declaration 'ret' definition 'rvalue'.
ecl-16.1.2/src/libffi/src/x86/ffi.c:520:44: note: Function 'ffi_prep_incoming_args' argument 2 names different: declaration 'ret' definition 'rvalue'.
ecl-16.1.2/src/libffi/src/x86/ffi.c:520:59: style: Function 'ffi_prep_incoming_args' argument 3 names different: declaration 'args' definition 'avalue'. [funcArgNamesDifferent]
ecl-16.1.2/src/libffi/src/x86/ffi.c:417:52: note: Function 'ffi_prep_incoming_args' argument 3 names different: declaration 'args' definition 'avalue'.
ecl-16.1.2/src/libffi/src/x86/ffi.c:520:59: note: Function 'ffi_prep_incoming_args' argument 3 names different: declaration 'args' definition 'avalue'.
ecl-16.1.2/src/libffi/src/x86/ffi.c:372:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ecl-16.1.2/src/libffi/src/x86/ffi.c:479:26: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ecl-16.1.2/src/libffi/src/x86/ffi.c:503:26: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ecl-16.1.2/src/libffi/src/x86/ffi.c:895:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ecl-16.1.2/src/libffi/src/xtensa/ffi.c:112:13: style: union member 'Anonymous0::f' is never used. [unusedStructMember]
ecl-16.1.2/src/libffi/src/xtensa/ffi.c:113:14: style: union member 'Anonymous0::d' is never used. [unusedStructMember]
ecl-16.1.2/src/libffi/src/xtensa/ffi.c:208:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ecl-16.1.2/src/libffi/src/xtensa/ffi.c:273:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ecl-16.1.2/src/util/cut.c:19:9: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
ecl-16.1.2/src/util/cut.c:61:9: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
[17:12]

ftp://ftp.se.debian.org/debian/pool/main/e/eclib/eclib_20180815.orig.tar.gz
eclib-20180815/libsrc/GetOpt.cc:65:27: warning: Obsolete function 'alloca' called. [allocaCalled]
eclib-20180815/libsrc/arith.cc:159:11: style: The scope of the variable 'q' can be reduced. [variableScope]
eclib-20180815/libsrc/arith.cc:175:37: style: The scope of the variable 'p' can be reduced. [variableScope]
eclib-20180815/libsrc/arith.cc:198:11: style: The scope of the variable 'p' can be reduced. [variableScope]
eclib-20180815/libsrc/arith.cc:198:13: style: The scope of the variable 'e' can be reduced. [variableScope]
eclib-20180815/libsrc/arith.cc:216:11: style: The scope of the variable 'p' can be reduced. [variableScope]
eclib-20180815/libsrc/arith.cc:216:13: style: The scope of the variable 'e' can be reduced. [variableScope]
eclib-20180815/libsrc/arith.cc:234:11: style: The scope of the variable 'p' can be reduced. [variableScope]
eclib-20180815/libsrc/arith.cc:234:13: style: The scope of the variable 'e' can be reduced. [variableScope]
eclib-20180815/libsrc/arith.cc:251:11: style: The scope of the variable 'p' can be reduced. [variableScope]
eclib-20180815/libsrc/arith.cc:251:13: style: The scope of the variable 'e' can be reduced. [variableScope]
eclib-20180815/libsrc/arith.cc:283:8: style: The scope of the variable 'c' can be reduced. [variableScope]
eclib-20180815/libsrc/arith.cc:290:7: style: The scope of the variable 'c' can be reduced. [variableScope]
eclib-20180815/libsrc/arith.cc:303:11: style: The scope of the variable 'c' can be reduced. [variableScope]
eclib-20180815/libsrc/arith.cc:303:20: style: The scope of the variable 'newx' can be reduced. [variableScope]
eclib-20180815/libsrc/arith.cc:303:32: style: The scope of the variable 'newy' can be reduced. [variableScope]
eclib-20180815/libsrc/arith.cc:303:37: style: The scope of the variable 'q' can be reduced. [variableScope]
eclib-20180815/libsrc/arith.cc:338:22: style: The scope of the variable 'quot' can be reduced. [variableScope]
eclib-20180815/libsrc/arith.cc:391:10: style: The scope of the variable 'c' can be reduced. [variableScope]
eclib-20180815/libsrc/arith.cc:391:19: style: The scope of the variable 'newx' can be reduced. [variableScope]
eclib-20180815/libsrc/arith.cc:391:31: style: The scope of the variable 'newy' can be reduced. [variableScope]
eclib-20180815/libsrc/arith.cc:391:36: style: The scope of the variable 'q' can be reduced. [variableScope]
eclib-20180815/libsrc/arith.cc:469:17: style: The scope of the variable 'z' can be reduced. [variableScope]
eclib-20180815/libsrc/arith.cc:522:13: style: The scope of the variable 'p' can be reduced. [variableScope]
eclib-20180815/libsrc/arith.cc:266:23: style: Function 'mod' argument 2 names different: declaration 'modb' definition 'b'. [funcArgNamesDifferent]
eclib-20180815/libsrc/eclib/arith.h:139:23: note: Function 'mod' argument 2 names different: declaration 'modb' definition 'b'.
eclib-20180815/libsrc/arith.cc:266:23: note: Function 'mod' argument 2 names different: declaration 'modb' definition 'b'.
eclib-20180815/libsrc/arith.cc:274:26: style: Function 'posmod' argument 2 names different: declaration 'modb' definition 'b'. [funcArgNamesDifferent]
eclib-20180815/libsrc/eclib/arith.h:140:26: note: Function 'posmod' argument 2 names different: declaration 'modb' definition 'b'.
eclib-20180815/libsrc/arith.cc:274:26: note: Function 'posmod' argument 2 names different: declaration 'modb' definition 'b'.
eclib-20180815/libsrc/arith.cc:467:21: style: Function 'kronecker' argument 1 names different: declaration 'd' definition 'x'. [funcArgNamesDifferent]
eclib-20180815/libsrc/eclib/arith.h:175:21: note: Function 'kronecker' argument 1 names different: declaration 'd' definition 'x'.
eclib-20180815/libsrc/arith.cc:467:21: note: Function 'kronecker' argument 1 names different: declaration 'd' definition 'x'.
eclib-20180815/libsrc/arith.cc:467:29: style: Function 'kronecker' argument 2 names different: declaration 'n' definition 'y'. [funcArgNamesDifferent]
eclib-20180815/libsrc/eclib/arith.h:175:29: note: Function 'kronecker' argument 2 names different: declaration 'n' definition 'y'.
eclib-20180815/libsrc/arith.cc:467:29: note: Function 'kronecker' argument 2 names different: declaration 'n' definition 'y'.
eclib-20180815/libsrc/arith.cc:151:23: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/arith.cc:162:11: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/arith.cc:177:12: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/eclib/arith.h:41:7: style: Unused private function: 'primeclass::at_end' [unusedPrivateFunction]
eclib-20180815/libsrc/eclib/arith.h:41:7: style: Technically the member function 'primeclass::at_end' can be const. [functionConst]
eclib-20180815/libsrc/arith.cc:99:17: note: Technically the member function 'primeclass::at_end' can be const.
eclib-20180815/libsrc/eclib/arith.h:41:7: note: Technically the member function 'primeclass::at_end' can be const.
eclib-20180815/libsrc/eclib/arith.h:49:3: style: Class 'primeclass' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eclib-20180815/libsrc/eclib/arith.h:167:40: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
eclib-20180815/libsrc/arith.cc:544:38: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
eclib-20180815/libsrc/eclib/bitspace.h:37:17: style: Technically the member function 'bitspace::getbitmask' can be const. [functionConst]
eclib-20180815/libsrc/eclib/bitspace.h:41:7: style: Technically the member function 'bitspace::mask' can be const. [functionConst]
eclib-20180815/libsrc/bitspace.cc:46:3: style: Class 'bitspace' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
eclib-20180815/libsrc/bitspace.cc:46:3: style: Class 'bitspace' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
eclib-20180815/libsrc/eclib/bitspace.h:35:3: style: Class 'bitspace' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eclib-20180815/libsrc/eclib/interface.h:293:40: performance: Function parameter 'prompt' should be passed by const reference. [passedByValue]
eclib-20180815/libsrc/conic.cc:1038:10: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
eclib-20180815/libsrc/conic.cc:1034:16: note: outer condition: verb
eclib-20180815/libsrc/conic.cc:1038:10: note: identical inner condition: verb
eclib-20180815/libsrc/conic.cc:1070:6: style: Condition 'debug' is always false [knownConditionTrueFalse]
eclib-20180815/libsrc/conic.cc:1049:13: note: Assignment 'debug=0', assigned value is 0
eclib-20180815/libsrc/conic.cc:1070:6: note: Condition 'debug' is always false
eclib-20180815/libsrc/conic.cc:106:11: style: The scope of the variable 'verb' can be reduced. [variableScope]
eclib-20180815/libsrc/conic.cc:641:7: style: The scope of the variable 'res' can be reduced. [variableScope]
eclib-20180815/libsrc/eclib/unimod.h:46:3: style: 'unimod::operator=' should return 'unimod &'. [operatorEq]
eclib-20180815/libsrc/eclib/unimod.h:100:3: style: 'scaled_unimod::operator=' should return 'scaled_unimod &'. [operatorEq]
eclib-20180815/libsrc/eclib/quadratic.h:53:3: style: 'quadratic::operator=' should return 'quadratic &'. [operatorEq]
eclib-20180815/libsrc/eclib/unimod.h:36:15: performance: Variable 'm11' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eclib-20180815/libsrc/eclib/unimod.h:36:21: performance: Variable 'm12' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eclib-20180815/libsrc/eclib/unimod.h:36:27: performance: Variable 'm21' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eclib-20180815/libsrc/eclib/unimod.h:36:33: performance: Variable 'm22' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eclib-20180815/libsrc/eclib/unimod.h:85:30: performance: Variable 'm00' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eclib-20180815/libsrc/eclib/unimod.h:91:46: performance: Variable 'm00' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eclib-20180815/libsrc/eclib/unimod.h:58:10: performance: Technically the member function 'unimod::scale_factor' can be static. [functionStatic]
eclib-20180815/libsrc/eclib/unimod.h:91:3: style: Class 'scaled_unimod' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eclib-20180815/libsrc/eclib/quadratic.h:51:3: style: Class 'quadratic' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eclib-20180815/libsrc/conic.cc:673:0: error: Memory leak: flag [memleak]
eclib-20180815/libsrc/eclib/cperiods.h:93:3: style: 'Cperiods::operator=' should return 'Cperiods &'. [operatorEq]
eclib-20180815/libsrc/eclib/cperiods.h:130:14: style: Technically the member function 'Cperiods::Y_coord' can be const. [functionConst]
eclib-20180815/libsrc/cperiods.cc:390:22: note: Technically the member function 'Cperiods::Y_coord' can be const.
eclib-20180815/libsrc/eclib/cperiods.h:130:14: note: Technically the member function 'Cperiods::Y_coord' can be const.
eclib-20180815/libsrc/eclib/cperiods.h:82:3: style: Class 'Cperiods' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eclib-20180815/libsrc/cubic.cc:460:7: style: The scope of the variable 'sl2_equiv' can be reduced. [variableScope]
eclib-20180815/libsrc/cubic.cc:577:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/eclib/cubic.h:61:3: style: 'cubic::operator=' should return 'cubic &'. [operatorEq]
eclib-20180815/libsrc/eclib/cubic.h:62:7: style: Technically the member function 'cubic::operator==' can be const. [functionConst]
eclib-20180815/libsrc/eclib/cubic.h:65:17: style: Technically the member function 'cubic::coeff' can be const. [functionConst]
eclib-20180815/libsrc/eclib/cubic.h:121:7: style: Technically the member function 'cubic::is_hessian_reduced' can be const. [functionConst]
eclib-20180815/libsrc/cubic.cc:218:12: note: Technically the member function 'cubic::is_hessian_reduced' can be const.
eclib-20180815/libsrc/eclib/cubic.h:121:7: note: Technically the member function 'cubic::is_hessian_reduced' can be const.
eclib-20180815/libsrc/eclib/cubic.h:124:7: style: Technically the member function 'cubic::is_jc_reduced' can be const. [functionConst]
eclib-20180815/libsrc/cubic.cc:311:12: note: Technically the member function 'cubic::is_jc_reduced' can be const.
eclib-20180815/libsrc/eclib/cubic.h:124:7: note: Technically the member function 'cubic::is_jc_reduced' can be const.
eclib-20180815/libsrc/curve.cc:77:24: style: The scope of the variable 'd' can be reduced. [variableScope]
eclib-20180815/libsrc/eclib/curve.h:115:3: warning: Member variable 'Curvedata::minimal_flag' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/curve.h:115:3: warning: Member variable 'Curvedata::conncomp' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/curve.h:115:3: warning: Member variable 'Curvedata::ntorsion' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/curve.h:85:3: style: 'Curve::operator=' should return 'Curve &'. [operatorEq]
eclib-20180815/libsrc/eclib/curve.h:130:3: style: 'Curvedata::operator=' should return 'Curvedata &'. [operatorEq]
eclib-20180815/libsrc/eclib/curve.h:220:3: style: 'Kodaira_code::operator=' should return 'Kodaira_code &'. [operatorEq]
eclib-20180815/libsrc/eclib/curve.h:249:3: style: 'Reduction_type::operator=' should return 'Reduction_type &'. [operatorEq]
eclib-20180815/libsrc/eclib/curve.h:268:3: style: 'CurveRed::operator=' should return 'CurveRed &'. [operatorEq]
eclib-20180815/libsrc/eclib/curve.h:75:6: performance: Variable 'a1' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eclib-20180815/libsrc/eclib/curve.h:75:11: performance: Variable 'a2' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eclib-20180815/libsrc/eclib/curve.h:75:16: performance: Variable 'a3' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eclib-20180815/libsrc/eclib/curve.h:75:21: performance: Variable 'a4' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eclib-20180815/libsrc/eclib/curve.h:75:26: performance: Variable 'a6' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eclib-20180815/libsrc/eclib/curve.h:263:29: performance: Variable 'N' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eclib-20180815/libsrc/eclib/curve.h:217:3: style: Class 'Kodaira_code' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eclib-20180815/libsrc/eclib/curve.h:264:3: style: Class 'CurveRed' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eclib-20180815/libsrc/eclib/curve.h:237:1: warning: The class 'Reduction_type' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
eclib-20180815/libsrc/curvedata.cc:70:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/curvedata.cc:33:3: performance: Variable 'b2' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eclib-20180815/libsrc/curvedata.cc:33:22: performance: Variable 'b4' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eclib-20180815/libsrc/curvedata.cc:34:3: performance: Variable 'b6' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eclib-20180815/libsrc/curvedata.cc:121:3: performance: Variable 'b2' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eclib-20180815/libsrc/curvedata.cc:121:22: performance: Variable 'b4' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eclib-20180815/libsrc/curvedata.cc:122:3: performance: Variable 'b6' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eclib-20180815/libsrc/eclib/pointsmod.h:62:3: warning: Member variable 'pointmodq::is0flag' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/pointsmod.h:173:3: warning: Member variable 'curvemodqbasis::lazy_flag' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/pointsmod.h:82:3: style: 'pointmodq::operator=' should return 'pointmodq &'. [operatorEq]
eclib-20180815/libsrc/eclib/pointsmod.h:73:7: performance: Variable 'X' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eclib-20180815/libsrc/eclib/pointsmod.h:173:42: performance: Variable 'n2' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eclib-20180815/libsrc/eclib/pointsmod.h:63:3: style: Class 'pointmodq' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eclib-20180815/libsrc/curvered.cc:133:7: style: The scope of the variable 'ord_p_discr' can be reduced. [variableScope]
eclib-20180815/libsrc/curvered.cc:133:20: style: The scope of the variable 'ord_p_j' can be reduced. [variableScope]
eclib-20180815/libsrc/curvered.cc:133:36: style: The scope of the variable 'pdiv2' can be reduced. [variableScope]
eclib-20180815/libsrc/curvered.cc:133:43: style: The scope of the variable 'pdiv3' can be reduced. [variableScope]
eclib-20180815/libsrc/curvered.cc:686:34: style: The scope of the variable 'v6' can be reduced. [variableScope]
eclib-20180815/libsrc/curvered.cc:1053:7: style: The scope of the variable 'x' can be reduced. [variableScope]
eclib-20180815/libsrc/curvered.cc:1053:13: style: The scope of the variable 'd' can be reduced. [variableScope]
eclib-20180815/libsrc/curvered.cc:696:19: style: Variable 'v6' is assigned a value that is never used. [unreadVariable]
eclib-20180815/libsrc/curvered.cc:329:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/curvered.cc:378:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/curvered.cc:418:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/curvered.cc:457:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/eclib/curvemod.h:54:3: style: 'curvemodq::operator=' should return 'curvemodq &'. [operatorEq]
eclib-20180815/libsrc/eclib/ffmod.h:90:3: style: 'ffmodq::operator=' should return 'ffmodq &'. [operatorEq]
eclib-20180815/libsrc/eclib/ffmod.h:78:49: performance: Variable 'h1' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eclib-20180815/libsrc/eclib/ffmod.h:78:57: performance: Variable 'h2' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eclib-20180815/libsrc/curvered.cc:125:3: performance: Variable 'N' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eclib-20180815/libsrc/eclib/pointsmod.h:189:10: style: Technically the member function 'curvemodqbasis::get_order' can be const. [functionConst]
eclib-20180815/libsrc/eclib/ffmod.h:83:8: performance: Technically the member function 'ffmodq::init_h1h2' can be static. [functionStatic]
eclib-20180815/libsrc/eclib/ffmod.h:47:3: style: Class 'ffmodq' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eclib-20180815/libsrc/eclib/ffmod.h:57:3: style: Class 'ffmodq' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eclib-20180815/libsrc/eclib/ffmod.h:64:3: style: Class 'ffmodq' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eclib-20180815/libsrc/eclib/ffmod.h:71:3: style: Class 'ffmodq' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eclib-20180815/libsrc/eclib/ffmod.h:34:1: warning: The class 'ffmodq' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
eclib-20180815/libsrc/curvered.cc:953:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
eclib-20180815/libsrc/curvesort.cc:287:14: style: The scope of the variable 'r' can be reduced. [variableScope]
eclib-20180815/libsrc/curvesort.cc:271:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/cusp.cc:48:38: style: Function 'index' argument 1 names different: declaration 'a' definition 'c'. [funcArgNamesDifferent]
eclib-20180815/libsrc/eclib/cusp.h:41:32: note: Function 'index' argument 1 names different: declaration 'a' definition 'c'.
eclib-20180815/libsrc/cusp.cc:48:38: note: Function 'index' argument 1 names different: declaration 'a' definition 'c'.
eclib-20180815/libsrc/cusp.cc:59:40: style: Function 'index_1' argument 1 names different: declaration 'a' definition 'c'. [funcArgNamesDifferent]
eclib-20180815/libsrc/eclib/cusp.h:42:34: note: Function 'index_1' argument 1 names different: declaration 'a' definition 'c'.
eclib-20180815/libsrc/cusp.cc:59:40: note: Function 'index_1' argument 1 names different: declaration 'a' definition 'c'.
eclib-20180815/libsrc/cusp.cc:75:40: style: Function 'index_2' argument 1 names different: declaration 'a' definition 'c'. [funcArgNamesDifferent]
eclib-20180815/libsrc/eclib/cusp.h:43:34: note: Function 'index_2' argument 1 names different: declaration 'a' definition 'c'.
eclib-20180815/libsrc/cusp.cc:75:40: note: Function 'index_2' argument 1 names different: declaration 'a' definition 'c'.
eclib-20180815/libsrc/eclib/cusp.h:39:9: style: Class 'cusplist' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
eclib-20180815/libsrc/eclib/cusp.h:39:9: style: Class 'cusplist' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
eclib-20180815/libsrc/eclib/sieve_search.h:181:3: warning: Member variable 'qsieve::curve' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/sieve_search.h:181:3: warning: Member variable 'qsieve::degree' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/sieve_search.h:181:3: warning: Member variable 'qsieve::verbose' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/sieve_search.h:181:3: warning: Member variable 'qsieve::init_made' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/sieve_search.h:181:3: warning: Member variable 'qsieve::bits' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/sieve_search.h:181:3: warning: Member variable 'qsieve::squares' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/sieve_search.h:181:3: warning: Member variable 'qsieve::is_f_square' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/sieve_search.h:181:3: warning: Member variable 'qsieve::pnn' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/sieve_search.h:181:3: warning: Member variable 'qsieve::kpa' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/sieve_search.h:181:3: warning: Member variable 'qsieve::sieve' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/sieve_search.h:181:3: warning: Member variable 'qsieve::sieve2' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/sieve_search.h:181:3: warning: Member variable 'qsieve::sieves' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/sieve_search.h:181:3: warning: Member variable 'qsieve::coeffs_mod_p' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/sieve_search.h:181:3: warning: Member variable 'qsieve::sieve_primes1' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/sieve_search.h:181:3: warning: Member variable 'qsieve::sieve_primes2' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/sieve_search.h:181:3: warning: Member variable 'qsieve::survivors' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/sieve_search.h:181:3: warning: Member variable 'qsieve::prec' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/sieve_search.h:181:3: warning: Member variable 'qsieve::height' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/sieve_search.h:181:3: warning: Member variable 'qsieve::w_height' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/sieve_search.h:181:3: warning: Member variable 'qsieve::points_at_infty' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/sieve_search.h:181:3: warning: Member variable 'qsieve::b_low' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/sieve_search.h:181:3: warning: Member variable 'qsieve::b_high' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/sieve_search.h:181:3: warning: Member variable 'qsieve::halt_flag' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/sieve_search.h:181:3: warning: Member variable 'qsieve::use_opt' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/sieve_search.h:181:3: warning: Member variable 'qsieve::no_check' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/sieve_search.h:181:3: warning: Member variable 'qsieve::array_size' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/sieve_search.h:181:3: warning: Member variable 'qsieve::num_inter' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/sieve_search.h:181:3: warning: Member variable 'qsieve::domain' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/sieve_search.h:181:3: warning: Member variable 'qsieve::check_denom' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/sieve_search.h:181:3: warning: Member variable 'qsieve::forbidden' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/sieve_search.h:181:3: warning: Member variable 'qsieve::use_squares' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/sieve_search.h:181:3: warning: Member variable 'qsieve::odd_nums' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/sieve_search.h:181:3: warning: Member variable 'qsieve::compute_bc' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/sieve_search.h:181:3: warning: Member variable 'qsieve::num_surv1' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/sieve_search.h:181:3: warning: Member variable 'qsieve::num_surv2' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/mglobsol.h:57:3: warning: Member variable 'quartic_sieve::g' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/mglobsol.h:57:3: warning: Member variable 'quartic_sieve::verbose' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/mglobsol.h:57:3: warning: Member variable 'quartic_sieve::easy' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/mglobsol.h:57:3: warning: Member variable 'quartic_sieve::use_stoll' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/mglobsol.h:57:3: warning: Member variable 'quartic_sieve::ulim' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/mglobsol.h:57:3: warning: Member variable 'quartic_sieve::num_aux' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/mglobsol.h:57:3: warning: Member variable 'quartic_sieve::auxs' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/mglobsol.h:57:3: warning: Member variable 'quartic_sieve::xgood_mod_aux' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/mglobsol.h:57:3: warning: Member variable 'quartic_sieve::squares' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/mglobsol.h:57:3: warning: Member variable 'quartic_sieve::umod' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/mglobsol.h:57:3: warning: Member variable 'quartic_sieve::nwprimes' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/mglobsol.h:57:3: warning: Member variable 'quartic_sieve::wprimes' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/mglobsol.h:57:3: warning: Member variable 'quartic_sieve::uprimes' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/mglobsol.h:57:3: warning: Member variable 'quartic_sieve::npoints' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/mglobsol.h:57:3: warning: Member variable 'quartic_sieve::maxnpoints' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/mquartic.h:77:9: style: 'quartic::operator=' should return 'quartic &'. [operatorEq]
eclib-20180815/libsrc/eclib/sieve_search.h:64:7: style: Technically the member function 'point_counter::get_tally' can be const. [functionConst]
eclib-20180815/libsrc/eclib/sieve_search.h:163:8: performance: Technically the member function 'qsieve::w_floor' can be static. [functionStatic]
eclib-20180815/libsrc/eclib/sieve_search.h:165:8: performance: Technically the member function 'qsieve::w_ceil' can be static. [functionStatic]
eclib-20180815/libsrc/eclib/sieve_search.h:223:8: performance: Technically the member function 'qsieve::set_ratio1' can be static. [functionStatic]
eclib-20180815/libsrc/eclib/sieve_search.h:231:8: performance: Technically the member function 'qsieve::set_ratio2' can be static. [functionStatic]
eclib-20180815/libsrc/eclib/mglobsol.h:64:8: style: Technically the member function 'quartic_sieve::getpoint' can be const. [functionConst]
eclib-20180815/libsrc/eclib/sqfdiv.h:45:8: style: Technically the member function 'sqfdiv::getfactor' can be const. [functionConst]
eclib-20180815/libsrc/eclib/sieve_search.h:53:7: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eclib-20180815/libsrc/eclib/sieve_search.h:38:15: note: Virtual function in base class
eclib-20180815/libsrc/eclib/sieve_search.h:53:7: note: Function in derived class
eclib-20180815/libsrc/eclib/sieve_search.h:62:7: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eclib-20180815/libsrc/eclib/sieve_search.h:38:15: note: Virtual function in base class
eclib-20180815/libsrc/eclib/sieve_search.h:62:7: note: Function in derived class
eclib-20180815/libsrc/eclib/mglobsol.h:50:7: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eclib-20180815/libsrc/eclib/sieve_search.h:38:15: note: Virtual function in base class
eclib-20180815/libsrc/eclib/mglobsol.h:50:7: note: Function in derived class
eclib-20180815/libsrc/divpol.cc:31:39: style: Function 'makepdivpol' argument 1 names different: declaration 'EE' definition 'E'. [funcArgNamesDifferent]
eclib-20180815/libsrc/eclib/divpol.h:43:39: note: Function 'makepdivpol' argument 1 names different: declaration 'EE' definition 'E'.
eclib-20180815/libsrc/divpol.cc:31:39: note: Function 'makepdivpol' argument 1 names different: declaration 'EE' definition 'E'.
eclib-20180815/libsrc/egr.cc:367:9: style: The scope of the variable 'k' can be reduced. [variableScope]
eclib-20180815/libsrc/egr.cc:367:15: style: The scope of the variable 'n0' can be reduced. [variableScope]
eclib-20180815/libsrc/egr.cc:367:18: style: The scope of the variable 'n1' can be reduced. [variableScope]
eclib-20180815/libsrc/egr.cc:665:11: style: The scope of the variable 'k' can be reduced. [variableScope]
eclib-20180815/libsrc/egr.cc:815:18: style: The scope of the variable 'gm' can be reduced. [variableScope]
eclib-20180815/libsrc/egr.cc:577:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/egr.cc:613:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/egr.cc:771:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/eclib/points.h:113:3: style: 'Point::operator=' should return 'Point &'. [operatorEq]
eclib-20180815/libsrc/eclib/points.h:52:3: style: Class 'Point' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eclib-20180815/libsrc/eclib/points.h:55:3: style: Class 'Point' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eclib-20180815/libsrc/eclib/egr.h:34:3: style: Class 'ComponentGroups' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eclib-20180815/libsrc/eclib/egr.h:35:3: style: Class 'ComponentGroups' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eclib-20180815/libsrc/eclib/egr.h:36:3: style: Class 'ComponentGroups' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eclib-20180815/libsrc/elog.cc:324:10: style: The scope of the variable 'egg' can be reduced. [variableScope]
eclib-20180815/libsrc/elog.cc:276:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/elog.cc:280:31: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/ffmod.cc:347:0: style: Same expression used in consecutive assignments of 'R1' and 'R2'. [duplicateAssignExpression]
eclib-20180815/libsrc/ffmod.cc:348:0: note: Same expression used in consecutive assignments of 'R1' and 'R2'.
eclib-20180815/libsrc/ffmod.cc:347:0: note: Same expression used in consecutive assignments of 'R1' and 'R2'.
eclib-20180815/libsrc/eclib/ffmod.h:81:8: performance: Technically the member function 'ffmodq::init_f1f2' can be static. [functionStatic]
eclib-20180815/libsrc/ffmod.cc:43:14: note: Technically the member function 'ffmodq::init_f1f2' can be static.
eclib-20180815/libsrc/eclib/ffmod.h:81:8: note: Technically the member function 'ffmodq::init_f1f2' can be static.
eclib-20180815/libsrc/eclib/fixc6.h:55:8: style: Technically the member function 'fixc6::operator()' can be const. [functionConst]
eclib-20180815/libsrc/fixc6.cc:57:13: note: Technically the member function 'fixc6::operator()' can be const.
eclib-20180815/libsrc/eclib/fixc6.h:55:8: note: Technically the member function 'fixc6::operator()' can be const.
eclib-20180815/libsrc/eclib/gf.h:110:3: style: Variable 'mu_p[0]' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
eclib-20180815/libsrc/eclib/gf.h:109:3: note: Variable 'mu_p[0]' is reassigned a value before the old one has been used if variable is no semaphore variable.
eclib-20180815/libsrc/eclib/gf.h:110:3: note: Variable 'mu_p[0]' is reassigned a value before the old one has been used if variable is no semaphore variable.
eclib-20180815/libsrc/eclib/gf.h:98:19: style: Same expression on both sides of '/'. [duplicateExpression]
eclib-20180815/libsrc/eclib/gf.h:37:3: style: Class 'galois_field' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eclib-20180815/libsrc/heights.cc:244:11: style: The scope of the variable 'k' can be reduced. [variableScope]
eclib-20180815/libsrc/heights.cc:244:13: style: The scope of the variable 'd' can be reduced. [variableScope]
eclib-20180815/libsrc/heights.cc:239:35: style: Function 'regulator' argument 1 names different: declaration 'points' definition 'P'. [funcArgNamesDifferent]
eclib-20180815/libsrc/eclib/points.h:160:35: note: Function 'regulator' argument 1 names different: declaration 'points' definition 'P'.
eclib-20180815/libsrc/heights.cc:239:35: note: Function 'regulator' argument 1 names different: declaration 'points' definition 'P'.
eclib-20180815/libsrc/eclib/smatrix_elim.h:34:7: style: The scope of the variable 'i' can be reduced. [variableScope]
eclib-20180815/libsrc/homspace.cc:347:23: style: The scope of the variable 'dd' can be reduced. [variableScope]
eclib-20180815/libsrc/homspace.cc:347:31: style: The scope of the variable 'nc' can be reduced. [variableScope]
eclib-20180815/libsrc/homspace.cc:479:9: style: The scope of the variable 'j' can be reduced. [variableScope]
eclib-20180815/libsrc/homspace.cc:601:30: style: The scope of the variable 'q' can be reduced. [variableScope]
eclib-20180815/libsrc/homspace.cc:601:33: style: The scope of the variable 't' can be reduced. [variableScope]
eclib-20180815/libsrc/homspace.cc:601:36: style: The scope of the variable 'e' can be reduced. [variableScope]
eclib-20180815/libsrc/homspace.cc:628:19: style: The scope of the variable 'e' can be reduced. [variableScope]
eclib-20180815/libsrc/homspace.cc:628:34: style: The scope of the variable 'q' can be reduced. [variableScope]
eclib-20180815/libsrc/homspace.cc:628:37: style: The scope of the variable 'f' can be reduced. [variableScope]
eclib-20180815/libsrc/homspace.cc:640:19: style: The scope of the variable 'e' can be reduced. [variableScope]
eclib-20180815/libsrc/homspace.cc:640:34: style: The scope of the variable 'q' can be reduced. [variableScope]
eclib-20180815/libsrc/homspace.cc:640:37: style: The scope of the variable 'f' can be reduced. [variableScope]
eclib-20180815/libsrc/homspace.cc:652:19: style: The scope of the variable 'e' can be reduced. [variableScope]
eclib-20180815/libsrc/homspace.cc:652:34: style: The scope of the variable 'q' can be reduced. [variableScope]
eclib-20180815/libsrc/homspace.cc:652:37: style: The scope of the variable 'f' can be reduced. [variableScope]
eclib-20180815/libsrc/homspace.cc:1268:8: style: The scope of the variable 'i' can be reduced. [variableScope]
eclib-20180815/libsrc/homspace.cc:1268:10: style: The scope of the variable 'p2' can be reduced. [variableScope]
eclib-20180815/libsrc/homspace.cc:583:33: style: Function 'add_coords' argument 1 names different: declaration 'v' definition 'vv'. [funcArgNamesDifferent]
eclib-20180815/libsrc/eclib/homspace.h:107:25: note: Function 'add_coords' argument 1 names different: declaration 'v' definition 'vv'.
eclib-20180815/libsrc/homspace.cc:583:33: note: Function 'add_coords' argument 1 names different: declaration 'v' definition 'vv'.
eclib-20180815/libsrc/homspace.cc:583:51: style: Function 'add_coords' argument 2 names different: declaration 'r' definition 'm'. [funcArgNamesDifferent]
eclib-20180815/libsrc/eclib/homspace.h:107:42: note: Function 'add_coords' argument 2 names different: declaration 'r' definition 'm'.
eclib-20180815/libsrc/homspace.cc:583:51: note: Function 'add_coords' argument 2 names different: declaration 'r' definition 'm'.
eclib-20180815/libsrc/homspace.cc:611:32: style: Function 'proj_coords' argument 1 names different: declaration 'n' definition 'nn'. [funcArgNamesDifferent]
eclib-20180815/libsrc/eclib/homspace.h:125:24: note: Function 'proj_coords' argument 1 names different: declaration 'n' definition 'nn'.
eclib-20180815/libsrc/homspace.cc:611:32: note: Function 'proj_coords' argument 1 names different: declaration 'n' definition 'nn'.
eclib-20180815/libsrc/homspace.cc:611:41: style: Function 'proj_coords' argument 2 names different: declaration 'd' definition 'dd'. [funcArgNamesDifferent]
eclib-20180815/libsrc/eclib/homspace.h:125:32: note: Function 'proj_coords' argument 2 names different: declaration 'd' definition 'dd'.
eclib-20180815/libsrc/homspace.cc:611:41: note: Function 'proj_coords' argument 2 names different: declaration 'd' definition 'dd'.
eclib-20180815/libsrc/homspace.cc:618:35: style: Function 'nfproj_coords' argument 1 names different: declaration 'n' definition 'nn'. [funcArgNamesDifferent]
eclib-20180815/libsrc/eclib/homspace.h:127:27: note: Function 'nfproj_coords' argument 1 names different: declaration 'n' definition 'nn'.
eclib-20180815/libsrc/homspace.cc:618:35: note: Function 'nfproj_coords' argument 1 names different: declaration 'n' definition 'nn'.
eclib-20180815/libsrc/homspace.cc:618:44: style: Function 'nfproj_coords' argument 2 names different: declaration 'd' definition 'dd'. [funcArgNamesDifferent]
eclib-20180815/libsrc/eclib/homspace.h:127:35: note: Function 'nfproj_coords' argument 2 names different: declaration 'd' definition 'dd'.
eclib-20180815/libsrc/homspace.cc:618:44: note: Function 'nfproj_coords' argument 2 names different: declaration 'd' definition 'dd'.
eclib-20180815/libsrc/homspace.cc:637:45: style: Function 'add_proj_coords' argument 2 names different: declaration 'n' definition 'nn'. [funcArgNamesDifferent]
eclib-20180815/libsrc/eclib/homspace.h:129:37: note: Function 'add_proj_coords' argument 2 names different: declaration 'n' definition 'nn'.
eclib-20180815/libsrc/homspace.cc:637:45: note: Function 'add_proj_coords' argument 2 names different: declaration 'n' definition 'nn'.
eclib-20180815/libsrc/homspace.cc:637:54: style: Function 'add_proj_coords' argument 3 names different: declaration 'd' definition 'dd'. [funcArgNamesDifferent]
eclib-20180815/libsrc/eclib/homspace.h:129:45: note: Function 'add_proj_coords' argument 3 names different: declaration 'd' definition 'dd'.
eclib-20180815/libsrc/homspace.cc:637:54: note: Function 'add_proj_coords' argument 3 names different: declaration 'd' definition 'dd'.
eclib-20180815/libsrc/homspace.cc:649:49: style: Function 'add_nfproj_coords' argument 2 names different: declaration 'n' definition 'nn'. [funcArgNamesDifferent]
eclib-20180815/libsrc/eclib/homspace.h:131:41: note: Function 'add_nfproj_coords' argument 2 names different: declaration 'n' definition 'nn'.
eclib-20180815/libsrc/homspace.cc:649:49: note: Function 'add_nfproj_coords' argument 2 names different: declaration 'n' definition 'nn'.
eclib-20180815/libsrc/homspace.cc:649:58: style: Function 'add_nfproj_coords' argument 3 names different: declaration 'd' definition 'dd'. [funcArgNamesDifferent]
eclib-20180815/libsrc/eclib/homspace.h:131:49: note: Function 'add_nfproj_coords' argument 3 names different: declaration 'd' definition 'dd'.
eclib-20180815/libsrc/homspace.cc:649:58: note: Function 'add_nfproj_coords' argument 3 names different: declaration 'd' definition 'dd'.
eclib-20180815/libsrc/homspace.cc:1047:42: style: Function 'opmat' argument 3 names different: declaration 'verb' definition 'v'. [funcArgNamesDifferent]
eclib-20180815/libsrc/eclib/homspace.h:74:34: note: Function 'opmat' argument 3 names different: declaration 'verb' definition 'v'.
eclib-20180815/libsrc/homspace.cc:1047:42: note: Function 'opmat' argument 3 names different: declaration 'verb' definition 'v'.
eclib-20180815/libsrc/homspace.cc:1067:43: style: Function 'opmat_col' argument 3 names different: declaration 'verb' definition 'v'. [funcArgNamesDifferent]
eclib-20180815/libsrc/eclib/homspace.h:75:35: note: Function 'opmat_col' argument 3 names different: declaration 'verb' definition 'v'.
eclib-20180815/libsrc/homspace.cc:1067:43: note: Function 'opmat_col' argument 3 names different: declaration 'verb' definition 'v'.
eclib-20180815/libsrc/homspace.cc:1090:55: style: Function 'opmat_cols' argument 3 names different: declaration 'verb' definition 'v'. [funcArgNamesDifferent]
eclib-20180815/libsrc/eclib/homspace.h:76:47: note: Function 'opmat_cols' argument 3 names different: declaration 'verb' definition 'v'.
eclib-20180815/libsrc/homspace.cc:1090:55: note: Function 'opmat_cols' argument 3 names different: declaration 'verb' definition 'v'.
eclib-20180815/libsrc/homspace.cc:1114:46: style: Function 's_opmat_col' argument 3 names different: declaration 'verb' definition 'v'. [funcArgNamesDifferent]
eclib-20180815/libsrc/eclib/homspace.h:80:38: note: Function 's_opmat_col' argument 3 names different: declaration 'verb' definition 'v'.
eclib-20180815/libsrc/homspace.cc:1114:46: note: Function 's_opmat_col' argument 3 names different: declaration 'verb' definition 'v'.
eclib-20180815/libsrc/homspace.cc:1137:58: style: Function 's_opmat_cols' argument 3 names different: declaration 'verb' definition 'v'. [funcArgNamesDifferent]
eclib-20180815/libsrc/eclib/homspace.h:81:50: note: Function 's_opmat_cols' argument 3 names different: declaration 'verb' definition 'v'.
eclib-20180815/libsrc/homspace.cc:1137:58: note: Function 's_opmat_cols' argument 3 names different: declaration 'verb' definition 'v'.
eclib-20180815/libsrc/homspace.cc:1161:45: style: Function 's_opmat' argument 3 names different: declaration 'verb' definition 'v'. [funcArgNamesDifferent]
eclib-20180815/libsrc/eclib/homspace.h:79:35: note: Function 's_opmat' argument 3 names different: declaration 'verb' definition 'v'.
eclib-20180815/libsrc/homspace.cc:1161:45: note: Function 's_opmat' argument 3 names different: declaration 'verb' definition 'v'.
eclib-20180815/libsrc/homspace.cc:1181:72: style: Function 'opmat_restricted' argument 4 names different: declaration 'verb' definition 'v'. [funcArgNamesDifferent]
eclib-20180815/libsrc/eclib/homspace.h:77:63: note: Function 'opmat_restricted' argument 4 names different: declaration 'verb' definition 'v'.
eclib-20180815/libsrc/homspace.cc:1181:72: note: Function 'opmat_restricted' argument 4 names different: declaration 'verb' definition 'v'.
eclib-20180815/libsrc/homspace.cc:1203:76: style: Function 's_opmat_restricted' argument 4 names different: declaration 'verb' definition 'v'. [funcArgNamesDifferent]
eclib-20180815/libsrc/eclib/homspace.h:82:66: note: Function 's_opmat_restricted' argument 4 names different: declaration 'verb' definition 'v'.
eclib-20180815/libsrc/homspace.cc:1203:76: note: Function 's_opmat_restricted' argument 4 names different: declaration 'verb' definition 'v'.
eclib-20180815/libsrc/homspace.cc:349:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/homspace.cc:353:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/eclib/homspace.h:193:3: style: 'mat22::operator=' should return 'mat22 &'. [operatorEq]
eclib-20180815/libsrc/eclib/sub.h:39:2: style: 'subspace_i::operator=' should return 'subspace_i &'. [operatorEq]
eclib-20180815/libsrc/eclib/sub.h:39:2: style: 'subspace_l::operator=' should return 'subspace_l &'. [operatorEq]
eclib-20180815/libsrc/eclib/smat_elim.h:134:2: style: 'ssubspace_i::operator=' should return 'ssubspace_i &'. [operatorEq]
eclib-20180815/libsrc/eclib/smat_elim.h:134:2: style: 'ssubspace_l::operator=' should return 'ssubspace_l &'. [operatorEq]
eclib-20180815/libsrc/eclib/smat_elim.h:91:7: style: Technically the member function 'smat_i_elim::get_rank' can be const. [functionConst]
eclib-20180815/libsrc/eclib/smat_elim.h:91:7: style: Technically the member function 'smat_l_elim::get_rank' can be const. [functionConst]
eclib-20180815/libsrc/eclib/homspace.h:222:3: style: Class 'matop' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eclib-20180815/libsrc/eclib/timer.h:48:5: style: Class 'timer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eclib-20180815/libsrc/eclib/svec.h:41:3: style: Class 'svec_i' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eclib-20180815/libsrc/eclib/svec.h:45:3: style: Class 'svec_i' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eclib-20180815/libsrc/eclib/svec.h:41:3: style: Class 'svec_l' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eclib-20180815/libsrc/eclib/svec.h:45:3: style: Class 'svec_l' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eclib-20180815/libsrc/eclib/smat.h:49:6: style: Class 'smat_i' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eclib-20180815/libsrc/eclib/smat.h:49:6: style: Class 'smat_l' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eclib-20180815/libsrc/eclib/sub.h:33:9: style: Class 'subspace_i' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eclib-20180815/libsrc/eclib/sub.h:33:9: style: Class 'subspace_l' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eclib-20180815/libsrc/eclib/smat_elim.h:55:5: style: Class 'list' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eclib-20180815/libsrc/eclib/smat_elim.h:68:5: style: Class 'ordlist' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eclib-20180815/libsrc/eclib/smat_elim.h:128:9: style: Class 'ssubspace_i' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eclib-20180815/libsrc/eclib/smat_elim.h:128:9: style: Class 'ssubspace_l' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eclib-20180815/libsrc/eclib/svec.h:29:1: warning: The class 'svec_i' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
eclib-20180815/libsrc/eclib/svec.h:29:1: warning: The class 'svec_l' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
eclib-20180815/libsrc/homspace.cc:671:31: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
eclib-20180815/libsrc/htconst.cc:1144:6: style: Condition 'verbose' is always false [knownConditionTrueFalse]
eclib-20180815/libsrc/htconst.cc:1135:15: note: Assignment 'verbose=0', assigned value is 0
eclib-20180815/libsrc/htconst.cc:1144:6: note: Condition 'verbose' is always false
eclib-20180815/libsrc/htconst.cc:1152:6: style: Condition 'verbose' is always false [knownConditionTrueFalse]
eclib-20180815/libsrc/htconst.cc:1135:15: note: Assignment 'verbose=0', assigned value is 0
eclib-20180815/libsrc/htconst.cc:1152:6: note: Condition 'verbose' is always false
eclib-20180815/libsrc/htconst.cc:1170:10: style: Condition 'verbose' is always false [knownConditionTrueFalse]
eclib-20180815/libsrc/htconst.cc:1135:15: note: Assignment 'verbose=0', assigned value is 0
eclib-20180815/libsrc/htconst.cc:1170:10: note: Condition 'verbose' is always false
eclib-20180815/libsrc/htconst.cc:1175:10: style: Condition 'verbose' is always false [knownConditionTrueFalse]
eclib-20180815/libsrc/htconst.cc:1135:15: note: Assignment 'verbose=0', assigned value is 0
eclib-20180815/libsrc/htconst.cc:1175:10: note: Condition 'verbose' is always false
eclib-20180815/libsrc/htconst.cc:1178:10: style: Condition 'verbose' is always false [knownConditionTrueFalse]
eclib-20180815/libsrc/htconst.cc:1135:15: note: Assignment 'verbose=0', assigned value is 0
eclib-20180815/libsrc/htconst.cc:1178:10: note: Condition 'verbose' is always false
eclib-20180815/libsrc/htconst.cc:202:8: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
eclib-20180815/libsrc/htconst.cc:215:6: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
eclib-20180815/libsrc/htconst.cc:227:6: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
eclib-20180815/libsrc/htconst.cc:1522:7: style: The scope of the variable 'success' can be reduced. [variableScope]
eclib-20180815/libsrc/htconst.cc:994:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/htconst.cc:1010:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/htconst.cc:1042:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/htconst.cc:1060:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/htconst.cc:1381:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/htconst.cc:1382:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/htconst.cc:1421:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/htconst.cc:1422:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/eclib/saturate.h:70:3: warning: Member variable 'saturator::rank' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/saturate.h:70:3: warning: Member variable 'saturator::p' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/saturate.h:70:3: warning: Member variable 'saturator::log_index' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/saturate.h:70:3: warning: Member variable 'saturator::newq' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/saturate.h:70:3: warning: Member variable 'saturator::TLrank' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/saturate.h:70:3: warning: Member variable 'saturator::stuck_counter' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/mwprocs.h:97:3: warning: Member variable 'sieve::E' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/mwprocs.h:97:3: warning: Member variable 'sieve::a' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/mwprocs.h:97:3: warning: Member variable 'sieve::c' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/mwprocs.h:97:3: warning: Member variable 'sieve::mwbasis' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/mwprocs.h:97:3: warning: Member variable 'sieve::verbose' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/mwprocs.h:97:3: warning: Member variable 'sieve::posdisc' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/mwprocs.h:97:3: warning: Member variable 'sieve::firstnl' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/mwprocs.h:97:3: warning: Member variable 'sieve::num_aux' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/mwprocs.h:97:3: warning: Member variable 'sieve::auxs' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/mwprocs.h:97:3: warning: Member variable 'sieve::xgood_mod_aux' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/mwprocs.h:97:3: warning: Member variable 'sieve::x1good_mod_aux' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/mwprocs.h:97:3: warning: Member variable 'sieve::squares' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/mwprocs.h:97:3: warning: Member variable 'sieve::amod' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/mwprocs.h:97:3: warning: Member variable 'sieve::modhits' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/mwprocs.h:97:3: warning: Member variable 'sieve::npoints' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/mwprocs.h:97:3: warning: Member variable 'sieve::ascore' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/mwprocs.h:97:3: warning: Member variable 'sieve::amodc' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/mwprocs.h:97:3: warning: Member variable 'sieve::alim' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/mwprocs.h:97:3: warning: Member variable 'sieve::clim0' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/mwprocs.h:97:3: warning: Member variable 'sieve::clim1' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/mwprocs.h:97:3: warning: Member variable 'sieve::clim2' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/mwprocs.h:97:3: warning: Member variable 'sieve::clim' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/mwprocs.h:97:3: warning: Member variable 'sieve::cflag' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/mwprocs.h:97:3: warning: Member variable 'sieve::use_cflag' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/htconst.h:89:3: style: 'Interval::operator=' should return 'Interval &'. [operatorEq]
eclib-20180815/libsrc/htconst.cc:1250:3: performance: Variable 'min_ht' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eclib-20180815/libsrc/eclib/saturate.h:124:7: style: Technically the member function 'saturator::is_saturated' can be const. [functionConst]
eclib-20180815/libsrc/eclib/mwprocs.h:66:12: style: Technically the member function 'mw::regulator' can be const. [functionConst]
eclib-20180815/libsrc/eclib/mwprocs.h:68:7: style: Technically the member function 'mw::getrank' can be const. [functionConst]
eclib-20180815/libsrc/eclib/htconst.h:93:8: performance: Technically the member function 'Interval::show' can be static. [functionStatic]
eclib-20180815/libsrc/eclib/htconst.h:119:8: performance: Technically the member function 'Interval01::show' can be static. [functionStatic]
eclib-20180815/libsrc/eclib/htconst.h:85:3: style: Class 'Interval' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eclib-20180815/libsrc/eclib/htconst.h:168:3: style: Class 'CurveHeightConst' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eclib-20180815/libsrc/eclib/mwprocs.h:56:7: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eclib-20180815/libsrc/eclib/sieve_search.h:38:15: note: Virtual function in base class
eclib-20180815/libsrc/eclib/mwprocs.h:56:7: note: Function in derived class
eclib-20180815/libsrc/eclib/htconst.h:67:7: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eclib-20180815/libsrc/eclib/sieve_search.h:38:15: note: Virtual function in base class
eclib-20180815/libsrc/eclib/htconst.h:67:7: note: Function in derived class
eclib-20180815/libsrc/htconst.cc:127:15: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
eclib-20180815/libsrc/eclib/vec.h:45:9: style: Class 'vec_i' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eclib-20180815/libsrc/eclib/vec.h:45:9: style: Class 'vec_l' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eclib-20180815/libsrc/eclib/mvector.h:34:9: style: Class 'vec_m' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eclib-20180815/libsrc/eclib/mvector.h:37:9: style: Class 'vec_m' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eclib-20180815/libsrc/eclib/mvector.h:38:9: style: Class 'vec_m' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eclib-20180815/libsrc/illl.cc:79:0: error: Memory leak: d [memleak]
eclib-20180815/libsrc/illl.cc:79:0: error: Memory leak: lambda [memleak]
eclib-20180815/libsrc/interface.cc:312:51: performance: Function parameter 'def_val' should be passed by const reference. [passedByValue]
eclib-20180815/libsrc/isogs.cc:60:10: warning: Identical condition 'ell==2', second condition is always false [identicalConditionAfterEarlyExit]
eclib-20180815/libsrc/isogs.cc:44:9: note: first condition
eclib-20180815/libsrc/isogs.cc:60:10: note: second condition
eclib-20180815/libsrc/isogs.cc:286:14: style: The scope of the variable 'ell' can be reduced. [variableScope]
eclib-20180815/libsrc/isogs.cc:286:19: style: The scope of the variable 'n' can be reduced. [variableScope]
eclib-20180815/libsrc/isogs.cc:256:15: warning: Member variable 'IsogenyClass::ncurves' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/isogs.cc:256:15: warning: Member variable 'IsogenyClass::ndone' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/isogs.cc:259:3: performance: Variable 'cp' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eclib-20180815/libsrc/kbessel.cc:42:29: style: The scope of the variable 't' can be reduced. [variableScope]
eclib-20180815/libsrc/kbessel.cc:42:31: style: The scope of the variable 'q' can be reduced. [variableScope]
eclib-20180815/libsrc/kbessel.cc:42:33: style: The scope of the variable 'r' can be reduced. [variableScope]
eclib-20180815/libsrc/kbessel.cc:42:35: style: The scope of the variable 'u' can be reduced. [variableScope]
eclib-20180815/libsrc/kbessel.cc:42:37: style: The scope of the variable 'v' can be reduced. [variableScope]
eclib-20180815/libsrc/kbessel.cc:42:39: style: The scope of the variable 'e' can be reduced. [variableScope]
eclib-20180815/libsrc/kbessel.cc:42:41: style: The scope of the variable 'f' can be reduced. [variableScope]
eclib-20180815/libsrc/kbessel.cc:42:43: style: The scope of the variable 'c' can be reduced. [variableScope]
eclib-20180815/libsrc/kbessel.cc:42:45: style: The scope of the variable 'd' can be reduced. [variableScope]
eclib-20180815/libsrc/kbessel.cc:43:15: style: The scope of the variable 'w' can be reduced. [variableScope]
eclib-20180815/libsrc/kbessel.cc:44:21: style: The scope of the variable 'ex' can be reduced. [variableScope]
eclib-20180815/libsrc/lambda.cc:112:52: style: Function 'make_point_from_x' argument 2 names different: declaration 'a' definition 'xa'. [funcArgNamesDifferent]
eclib-20180815/libsrc/eclib/lambda.h:41:52: note: Function 'make_point_from_x' argument 2 names different: declaration 'a' definition 'xa'.
eclib-20180815/libsrc/lambda.cc:112:52: note: Function 'make_point_from_x' argument 2 names different: declaration 'a' definition 'xa'.
eclib-20180815/libsrc/lambda.cc:112:70: style: Function 'make_point_from_x' argument 3 names different: declaration 'd' definition 'xd'. [funcArgNamesDifferent]
eclib-20180815/libsrc/eclib/lambda.h:41:69: note: Function 'make_point_from_x' argument 3 names different: declaration 'd' definition 'xd'.
eclib-20180815/libsrc/lambda.cc:112:70: note: Function 'make_point_from_x' argument 3 names different: declaration 'd' definition 'xd'.
eclib-20180815/libsrc/legendre.cc:867:3: style: Variable 'e' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
eclib-20180815/libsrc/legendre.cc:866:3: note: Variable 'e' is reassigned a value before the old one has been used if variable is no semaphore variable.
eclib-20180815/libsrc/legendre.cc:867:3: note: Variable 'e' is reassigned a value before the old one has been used if variable is no semaphore variable.
eclib-20180815/libsrc/legendre.cc:1377:16: style: The scope of the variable 'p' can be reduced. [variableScope]
eclib-20180815/libsrc/legendre.cc:1377:19: style: The scope of the variable 'psq' can be reduced. [variableScope]
eclib-20180815/libsrc/legendre.cc:1008:18: style: Function 'lem4_1' argument 4 names different: declaration 'n' definition 'k1'. [funcArgNamesDifferent]
eclib-20180815/libsrc/eclib/legendre.h:141:19: note: Function 'lem4_1' argument 4 names different: declaration 'n' definition 'k1'.
eclib-20180815/libsrc/legendre.cc:1008:18: note: Function 'lem4_1' argument 4 names different: declaration 'n' definition 'k1'.
eclib-20180815/libsrc/legendre.cc:1008:36: style: Function 'lem4_1' argument 5 names different: declaration 'p' definition 'k2'. [funcArgNamesDifferent]
eclib-20180815/libsrc/eclib/legendre.h:141:36: note: Function 'lem4_1' argument 5 names different: declaration 'p' definition 'k2'.
eclib-20180815/libsrc/legendre.cc:1008:36: note: Function 'lem4_1' argument 5 names different: declaration 'p' definition 'k2'.
eclib-20180815/libsrc/legendre.cc:1008:54: style: Function 'lem4_1' argument 6 names different: declaration 'q' definition 'k3'. [funcArgNamesDifferent]
eclib-20180815/libsrc/eclib/legendre.h:141:53: note: Function 'lem4_1' argument 6 names different: declaration 'q' definition 'k3'.
eclib-20180815/libsrc/legendre.cc:1008:54: note: Function 'lem4_1' argument 6 names different: declaration 'q' definition 'k3'.
eclib-20180815/libsrc/eclib/mmatrix.h:38:9: style: Class 'mat_m' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eclib-20180815/libsrc/eclib/mmatrix.h:39:9: style: Class 'mat_m' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eclib-20180815/libsrc/marith.cc:241:28: style: The scope of the variable 'e' can be reduced. [variableScope]
eclib-20180815/libsrc/marith.cc:1047:24: style: The scope of the variable 'c' can be reduced. [variableScope]
eclib-20180815/libsrc/marith.cc:139:25: style: Function 'isqrt' argument 1 names different: declaration 'a' definition 'in'. [funcArgNamesDifferent]
eclib-20180815/libsrc/eclib/marith.h:40:25: note: Function 'isqrt' argument 1 names different: declaration 'a' definition 'in'.
eclib-20180815/libsrc/marith.cc:139:25: note: Function 'isqrt' argument 1 names different: declaration 'a' definition 'in'.
eclib-20180815/libsrc/marith.cc:729:36: style: Function 'rusin_lem3' argument 5 names different: declaration 'm12' definition 'm3'. [funcArgNamesDifferent]
eclib-20180815/libsrc/eclib/marith.h:116:36: note: Function 'rusin_lem3' argument 5 names different: declaration 'm12' definition 'm3'.
eclib-20180815/libsrc/marith.cc:729:36: note: Function 'rusin_lem3' argument 5 names different: declaration 'm12' definition 'm3'.
eclib-20180815/libsrc/marith.cc:1068:28: style: Function 'legendre' argument 1 names different: declaration 'a' definition 'aa'. [funcArgNamesDifferent]
eclib-20180815/libsrc/eclib/marith.h:151:28: note: Function 'legendre' argument 1 names different: declaration 'a' definition 'aa'.
eclib-20180815/libsrc/marith.cc:1068:28: note: Function 'legendre' argument 1 names different: declaration 'a' definition 'aa'.
eclib-20180815/libsrc/marith.cc:1077:29: style: Function 'kronecker' argument 1 names different: declaration 'd' definition 'x'. [funcArgNamesDifferent]
eclib-20180815/libsrc/eclib/marith.h:152:29: note: Function 'kronecker' argument 1 names different: declaration 'd' definition 'x'.
eclib-20180815/libsrc/marith.cc:1077:29: note: Function 'kronecker' argument 1 names different: declaration 'd' definition 'x'.
eclib-20180815/libsrc/marith.cc:1077:46: style: Function 'kronecker' argument 2 names different: declaration 'n' definition 'y'. [funcArgNamesDifferent]
eclib-20180815/libsrc/eclib/marith.h:152:46: note: Function 'kronecker' argument 2 names different: declaration 'n' definition 'y'.
eclib-20180815/libsrc/marith.cc:1077:46: note: Function 'kronecker' argument 2 names different: declaration 'n' definition 'y'.
eclib-20180815/libsrc/marith.cc:838:10: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
eclib-20180815/libsrc/marith.cc:244:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/marith.cc:274:84: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/marith.cc:470:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/marith.cc:672:11: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/eclib/marith.h:57:8: performance: Technically the member function 'extra_prime_class::read_from_file' can be static. [functionStatic]
eclib-20180815/libsrc/marith.cc:332:25: note: Technically the member function 'extra_prime_class::read_from_file' can be static.
eclib-20180815/libsrc/eclib/marith.h:57:8: note: Technically the member function 'extra_prime_class::read_from_file' can be static.
eclib-20180815/libsrc/marith.cc:361:71: performance: Function parameter 'factor_base' should be passed by const reference. [passedByValue]
eclib-20180815/libsrc/eclib/parifact.h:31:28: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
eclib-20180815/libsrc/eclib/parifact.h:32:27: performance: Function parameter 'p' should be passed by const reference. [passedByValue]
eclib-20180815/libsrc/mat.cc:218:20: style: The scope of the variable 'a' can be reduced. [variableScope]
eclib-20180815/libsrc/mat.cc:337:7: style: The scope of the variable 'j' can be reduced. [variableScope]
eclib-20180815/libsrc/mat.cc:337:9: style: The scope of the variable 'k' can be reduced. [variableScope]
eclib-20180815/libsrc/mat.cc:339:55: style: The scope of the variable 'bp' can be reduced. [variableScope]
eclib-20180815/libsrc/mat.cc:339:60: style: The scope of the variable 'cp' can be reduced. [variableScope]
eclib-20180815/libsrc/mat.cc:379:8: style: The scope of the variable 'nc' can be reduced. [variableScope]
eclib-20180815/libsrc/mat.cc:394:8: style: The scope of the variable 'nc' can be reduced. [variableScope]
eclib-20180815/libsrc/mat.cc:513:7: style: The scope of the variable 'nc' can be reduced. [variableScope]
eclib-20180815/libsrc/mat.cc:532:7: style: The scope of the variable 'n' can be reduced. [variableScope]
eclib-20180815/libsrc/mat.cc:632:33: style: The scope of the variable 'mp' can be reduced. [variableScope]
eclib-20180815/libsrc/mat.cc:632:37: style: The scope of the variable 'vp' can be reduced. [variableScope]
eclib-20180815/libsrc/mat.cc:632:41: style: The scope of the variable 'wp' can be reduced. [variableScope]
eclib-20180815/libsrc/mat.cc:815:26: style: The scope of the variable 'rmin' can be reduced. [variableScope]
eclib-20180815/libsrc/mat.cc:946:26: style: The scope of the variable 'rmin' can be reduced. [variableScope]
eclib-20180815/libsrc/mat.cc:947:7: style: The scope of the variable 'min' can be reduced. [variableScope]
eclib-20180815/libsrc/mat.cc:1093:26: style: The scope of the variable 'rmin' can be reduced. [variableScope]
eclib-20180815/libsrc/mat.cc:1094:8: style: The scope of the variable 'min' can be reduced. [variableScope]
eclib-20180815/libsrc/mat.cc:1297:23: style: The scope of the variable 'rmin' can be reduced. [variableScope]
eclib-20180815/libsrc/mat.cc:1402:23: style: The scope of the variable 'rmin' can be reduced. [variableScope]
eclib-20180815/libsrc/mat.cc:1662:22: style: The scope of the variable 'rmin' can be reduced. [variableScope]
eclib-20180815/libsrc/mat.cc:1714:7: style: The scope of the variable 'j' can be reduced. [variableScope]
eclib-20180815/libsrc/mat.cc:1714:9: style: The scope of the variable 'k' can be reduced. [variableScope]
eclib-20180815/libsrc/mat.cc:1716:55: style: The scope of the variable 'bp' can be reduced. [variableScope]
eclib-20180815/libsrc/mat.cc:1716:60: style: The scope of the variable 'cp' can be reduced. [variableScope]
eclib-20180815/libsrc/mat.cc:1747:7: style: The scope of the variable 'succ' can be reduced. [variableScope]
eclib-20180815/libsrc/mat.cc:417:10: style: The scope of the variable 'ma' can be reduced. [variableScope]
eclib-20180815/libsrc/mat.cc:417:14: style: The scope of the variable 'mi' can be reduced. [variableScope]
eclib-20180815/libsrc/mat.cc:816:10: style: The scope of the variable 'min' can be reduced. [variableScope]
eclib-20180815/libsrc/mat.cc:1054:15: style: The scope of the variable 'c' can be reduced. [variableScope]
eclib-20180815/libsrc/mat.cc:1298:9: style: The scope of the variable 'min' can be reduced. [variableScope]
eclib-20180815/libsrc/mat.cc:1403:9: style: The scope of the variable 'min' can be reduced. [variableScope]
eclib-20180815/libsrc/mat.cc:1427:17: style: The scope of the variable 'fac' can be reduced. [variableScope]
eclib-20180815/libsrc/mat.cc:1663:9: style: The scope of the variable 'min' can be reduced. [variableScope]
eclib-20180815/libsrc/mat.cc:1687:17: style: The scope of the variable 'fac' can be reduced. [variableScope]
eclib-20180815/libsrc/mat.cc:174:23: style: Function 'setcol' argument 1 names different: declaration 'i' definition 'j'. [funcArgNamesDifferent]
eclib-20180815/libsrc/eclib/mat.h:63:26: note: Function 'setcol' argument 1 names different: declaration 'i' definition 'j'.
eclib-20180815/libsrc/mat.cc:174:23: note: Function 'setcol' argument 1 names different: declaration 'i' definition 'j'.
eclib-20180815/libsrc/mat.cc:682:24: style: Function 'echelon' argument 1 names different: declaration 'm' definition 'entries'. [funcArgNamesDifferent]
eclib-20180815/libsrc/eclib/mat.h:143:24: note: Function 'echelon' argument 1 names different: declaration 'm' definition 'entries'.
eclib-20180815/libsrc/mat.cc:682:24: note: Function 'echelon' argument 1 names different: declaration 'm' definition 'entries'.
eclib-20180815/libsrc/eclib/mat.h:62:14: style: Technically the member function 'mat_i::setrow' can be const. [functionConst]
eclib-20180815/libsrc/mat.cc:157:11: note: Technically the member function 'mat_i::setrow' can be const.
eclib-20180815/libsrc/eclib/mat.h:62:14: note: Technically the member function 'mat_i::setrow' can be const.
eclib-20180815/libsrc/eclib/mat.h:63:14: style: Technically the member function 'mat_i::setcol' can be const. [functionConst]
eclib-20180815/libsrc/mat.cc:174:11: note: Technically the member function 'mat_i::setcol' can be const.
eclib-20180815/libsrc/eclib/mat.h:63:14: note: Technically the member function 'mat_i::setcol' can be const.
eclib-20180815/libsrc/eclib/mat.h:64:14: style: Technically the member function 'mat_i::swaprows' can be const. [functionConst]
eclib-20180815/libsrc/mat.cc:212:11: note: Technically the member function 'mat_i::swaprows' can be const.
eclib-20180815/libsrc/eclib/mat.h:64:14: note: Technically the member function 'mat_i::swaprows' can be const.
eclib-20180815/libsrc/eclib/mat.h:65:14: style: Technically the member function 'mat_i::multrow' can be const. [functionConst]
eclib-20180815/libsrc/mat.cc:228:11: note: Technically the member function 'mat_i::multrow' can be const.
eclib-20180815/libsrc/eclib/mat.h:65:14: note: Technically the member function 'mat_i::multrow' can be const.
eclib-20180815/libsrc/eclib/mat.h:66:14: style: Technically the member function 'mat_i::divrow' can be const. [functionConst]
eclib-20180815/libsrc/mat.cc:242:11: note: Technically the member function 'mat_i::divrow' can be const.
eclib-20180815/libsrc/eclib/mat.h:66:14: note: Technically the member function 'mat_i::divrow' can be const.
eclib-20180815/libsrc/eclib/mat.h:67:14: style: Technically the member function 'mat_i::clearrow' can be const. [functionConst]
eclib-20180815/libsrc/mat.cc:256:11: note: Technically the member function 'mat_i::clearrow' can be const.
eclib-20180815/libsrc/eclib/mat.h:67:14: note: Technically the member function 'mat_i::clearrow' can be const.
eclib-20180815/libsrc/eclib/mat.h:62:14: style: Technically the member function 'mat_l::setrow' can be const. [functionConst]
eclib-20180815/libsrc/mat.cc:157:11: note: Technically the member function 'mat_l::setrow' can be const.
eclib-20180815/libsrc/eclib/mat.h:62:14: note: Technically the member function 'mat_l::setrow' can be const.
eclib-20180815/libsrc/eclib/mat.h:63:14: style: Technically the member function 'mat_l::setcol' can be const. [functionConst]
eclib-20180815/libsrc/mat.cc:174:11: note: Technically the member function 'mat_l::setcol' can be const.
eclib-20180815/libsrc/eclib/mat.h:63:14: note: Technically the member function 'mat_l::setcol' can be const.
eclib-20180815/libsrc/eclib/mat.h:64:14: style: Technically the member function 'mat_l::swaprows' can be const. [functionConst]
eclib-20180815/libsrc/mat.cc:212:11: note: Technically the member function 'mat_l::swaprows' can be const.
eclib-20180815/libsrc/eclib/mat.h:64:14: note: Technically the member function 'mat_l::swaprows' can be const.
eclib-20180815/libsrc/eclib/mat.h:65:14: style: Technically the member function 'mat_l::multrow' can be const. [functionConst]
eclib-20180815/libsrc/mat.cc:228:11: note: Technically the member function 'mat_l::multrow' can be const.
eclib-20180815/libsrc/eclib/mat.h:65:14: note: Technically the member function 'mat_l::multrow' can be const.
eclib-20180815/libsrc/eclib/mat.h:66:14: style: Technically the member function 'mat_l::divrow' can be const. [functionConst]
eclib-20180815/libsrc/mat.cc:242:11: note: Technically the member function 'mat_l::divrow' can be const.
eclib-20180815/libsrc/eclib/mat.h:66:14: note: Technically the member function 'mat_l::divrow' can be const.
eclib-20180815/libsrc/eclib/mat.h:67:14: style: Technically the member function 'mat_l::clearrow' can be const. [functionConst]
eclib-20180815/libsrc/mat.cc:256:11: note: Technically the member function 'mat_l::clearrow' can be const.
eclib-20180815/libsrc/eclib/mat.h:67:14: note: Technically the member function 'mat_l::clearrow' can be const.
eclib-20180815/libsrc/mequiv.cc:259:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/mglobsol.cc:75:16: warning: Member variable 'quartic_sieve::ulim' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/mglobsol.cc:75:16: warning: Member variable 'quartic_sieve::npoints' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/mglobsol.cc:75:16: warning: Member variable 'quartic_sieve::maxnpoints' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/mglobsol.cc:189:5: style: Class 'quartic_sieve' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
eclib-20180815/libsrc/mglobsol.cc:189:5: style: Class 'quartic_sieve' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
eclib-20180815/libsrc/minim.cc:314:19: style: The scope of the variable 'success' can be reduced. [variableScope]
eclib-20180815/libsrc/minim.cc:70:21: style: Function 'minim_p' argument 1 names different: declaration 'ga' definition 'a'. [funcArgNamesDifferent]
eclib-20180815/libsrc/eclib/minim.h:40:21: note: Function 'minim_p' argument 1 names different: declaration 'ga' definition 'a'.
eclib-20180815/libsrc/minim.cc:70:21: note: Function 'minim_p' argument 1 names different: declaration 'ga' definition 'a'.
eclib-20180815/libsrc/minim.cc:70:32: style: Function 'minim_p' argument 2 names different: declaration 'gb' definition 'b'. [funcArgNamesDifferent]
eclib-20180815/libsrc/eclib/minim.h:40:33: note: Function 'minim_p' argument 2 names different: declaration 'gb' definition 'b'.
eclib-20180815/libsrc/minim.cc:70:32: note: Function 'minim_p' argument 2 names different: declaration 'gb' definition 'b'.
eclib-20180815/libsrc/minim.cc:70:43: style: Function 'minim_p' argument 3 names different: declaration 'gc' definition 'c'. [funcArgNamesDifferent]
eclib-20180815/libsrc/eclib/minim.h:40:45: note: Function 'minim_p' argument 3 names different: declaration 'gc' definition 'c'.
eclib-20180815/libsrc/minim.cc:70:43: note: Function 'minim_p' argument 3 names different: declaration 'gc' definition 'c'.
eclib-20180815/libsrc/minim.cc:71:16: style: Function 'minim_p' argument 4 names different: declaration 'gd' definition 'd'. [funcArgNamesDifferent]
eclib-20180815/libsrc/eclib/minim.h:41:16: note: Function 'minim_p' argument 4 names different: declaration 'gd' definition 'd'.
eclib-20180815/libsrc/minim.cc:71:16: note: Function 'minim_p' argument 4 names different: declaration 'gd' definition 'd'.
eclib-20180815/libsrc/minim.cc:71:27: style: Function 'minim_p' argument 5 names different: declaration 'ge' definition 'e'. [funcArgNamesDifferent]
eclib-20180815/libsrc/eclib/minim.h:41:28: note: Function 'minim_p' argument 5 names different: declaration 'ge' definition 'e'.
eclib-20180815/libsrc/minim.cc:71:27: note: Function 'minim_p' argument 5 names different: declaration 'ge' definition 'e'.
eclib-20180815/libsrc/mlocsol.cc:318:8: style: The scope of the variable 'e' can be reduced. [variableScope]
eclib-20180815/libsrc/mlocsol.cc:215:81: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/mmatrix.cc:148:56: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
eclib-20180815/libsrc/mmatrix.cc:392:7: style: The scope of the variable 'j' can be reduced. [variableScope]
eclib-20180815/libsrc/mmatrix.cc:392:9: style: The scope of the variable 'k' can be reduced. [variableScope]
eclib-20180815/libsrc/mmatrix.cc:394:55: style: The scope of the variable 'bp' can be reduced. [variableScope]
eclib-20180815/libsrc/mmatrix.cc:394:60: style: The scope of the variable 'cp' can be reduced. [variableScope]
eclib-20180815/libsrc/mmatrix.cc:434:8: style: The scope of the variable 'nc' can be reduced. [variableScope]
eclib-20180815/libsrc/mmatrix.cc:456:7: style: The scope of the variable 'nc' can be reduced. [variableScope]
eclib-20180815/libsrc/mmatrix.cc:475:7: style: The scope of the variable 'n' can be reduced. [variableScope]
eclib-20180815/libsrc/mmatrix.cc:570:33: style: The scope of the variable 'mp' can be reduced. [variableScope]
eclib-20180815/libsrc/mmatrix.cc:570:37: style: The scope of the variable 'vp' can be reduced. [variableScope]
eclib-20180815/libsrc/mmatrix.cc:570:41: style: The scope of the variable 'wp' can be reduced. [variableScope]
eclib-20180815/libsrc/mmatrix.cc:668:26: style: The scope of the variable 'rmin' can be reduced. [variableScope]
eclib-20180815/libsrc/mmatrix.cc:752:26: style: The scope of the variable 'rmin' can be reduced. [variableScope]
eclib-20180815/libsrc/mmatrix.cc:871:23: style: The scope of the variable 'rmin' can be reduced. [variableScope]
eclib-20180815/libsrc/mmatrix.cc:983:23: style: The scope of the variable 'rmin' can be reduced. [variableScope]
eclib-20180815/libsrc/mmatrix.cc:1039:7: style: The scope of the variable 'j' can be reduced. [variableScope]
eclib-20180815/libsrc/mmatrix.cc:1039:9: style: The scope of the variable 'k' can be reduced. [variableScope]
eclib-20180815/libsrc/mmatrix.cc:1041:55: style: The scope of the variable 'bp' can be reduced. [variableScope]
eclib-20180815/libsrc/mmatrix.cc:1041:60: style: The scope of the variable 'cp' can be reduced. [variableScope]
eclib-20180815/libsrc/mmatrix.cc:175:25: style: Function 'setcol' argument 1 names different: declaration 'i' definition 'j'. [funcArgNamesDifferent]
eclib-20180815/libsrc/eclib/mmatrix.h:54:26: note: Function 'setcol' argument 1 names different: declaration 'i' definition 'j'.
eclib-20180815/libsrc/mmatrix.cc:175:25: note: Function 'setcol' argument 1 names different: declaration 'i' definition 'j'.
eclib-20180815/libsrc/mmatrix.cc:865:29: style: Function 'echelonp' argument 1 names different: declaration 'm' definition 'm1'. [funcArgNamesDifferent]
eclib-20180815/libsrc/mmatrix.cc:620:29: note: Function 'echelonp' argument 1 names different: declaration 'm' definition 'm1'.
eclib-20180815/libsrc/mmatrix.cc:865:29: note: Function 'echelonp' argument 1 names different: declaration 'm' definition 'm1'.
eclib-20180815/libsrc/eclib/mmatrix.h:53:14: style: Technically the member function 'mat_m::setrow' can be const. [functionConst]
eclib-20180815/libsrc/mmatrix.cc:163:13: note: Technically the member function 'mat_m::setrow' can be const.
eclib-20180815/libsrc/eclib/mmatrix.h:53:14: note: Technically the member function 'mat_m::setrow' can be const.
eclib-20180815/libsrc/eclib/mmatrix.h:54:14: style: Technically the member function 'mat_m::setcol' can be const. [functionConst]
eclib-20180815/libsrc/mmatrix.cc:175:13: note: Technically the member function 'mat_m::setcol' can be const.
eclib-20180815/libsrc/eclib/mmatrix.h:54:14: note: Technically the member function 'mat_m::setcol' can be const.
eclib-20180815/libsrc/eclib/mmatrix.h:55:14: style: Technically the member function 'mat_m::swaprows' can be const. [functionConst]
eclib-20180815/libsrc/mmatrix.cc:215:13: note: Technically the member function 'mat_m::swaprows' can be const.
eclib-20180815/libsrc/eclib/mmatrix.h:55:14: note: Technically the member function 'mat_m::swaprows' can be const.
eclib-20180815/libsrc/eclib/mmatrix.h:56:14: style: Technically the member function 'mat_m::multrow' can be const. [functionConst]
eclib-20180815/libsrc/mmatrix.cc:231:13: note: Technically the member function 'mat_m::multrow' can be const.
eclib-20180815/libsrc/eclib/mmatrix.h:56:14: note: Technically the member function 'mat_m::multrow' can be const.
eclib-20180815/libsrc/eclib/mmatrix.h:57:14: style: Technically the member function 'mat_m::divrow' can be const. [functionConst]
eclib-20180815/libsrc/mmatrix.cc:245:13: note: Technically the member function 'mat_m::divrow' can be const.
eclib-20180815/libsrc/eclib/mmatrix.h:57:14: note: Technically the member function 'mat_m::divrow' can be const.
eclib-20180815/libsrc/eclib/mmatrix.h:58:14: style: Technically the member function 'mat_m::clearrow' can be const. [functionConst]
eclib-20180815/libsrc/mmatrix.cc:259:13: note: Technically the member function 'mat_m::clearrow' can be const.
eclib-20180815/libsrc/eclib/mmatrix.h:58:14: note: Technically the member function 'mat_m::clearrow' can be const.
eclib-20180815/libsrc/moddata.cc:57:11: style: The scope of the variable 'c' can be reduced. [variableScope]
eclib-20180815/libsrc/moddata.cc:57:20: style: The scope of the variable 'newx' can be reduced. [variableScope]
eclib-20180815/libsrc/moddata.cc:57:25: style: The scope of the variable 'q' can be reduced. [variableScope]
eclib-20180815/libsrc/moddata.cc:71:9: style: The scope of the variable 'p' can be reduced. [variableScope]
eclib-20180815/libsrc/moddata.cc:71:13: style: The scope of the variable 'd' can be reduced. [variableScope]
eclib-20180815/libsrc/moddata.cc:44:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/moddata.cc:31:3: performance: Variable 'plist' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eclib-20180815/libsrc/eclib/moddata.h:59:7: performance: Technically the member function 'moddata::abort' can be static. [functionStatic]
eclib-20180815/libsrc/eclib/moddata.h:57:2: style: Class 'moddata' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eclib-20180815/libsrc/mquartic.cc:81:11: style: Variable 'nrr' is assigned a value that is never used. [unreadVariable]
eclib-20180815/libsrc/mquartic.cc:29:10: warning: Member variable 'quartic::type' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/mquartic.cc:205:10: warning: Member variable 'quartic::p' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/mquartic.cc:205:10: warning: Member variable 'quartic::r' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/mquartic.cc:205:10: warning: Member variable 'quartic::psq' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/mquartic.cc:205:10: warning: Member variable 'quartic::asq' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/mquartic.cc:236:15: warning: Member variable 'quartic::p' is not assigned a value in 'quartic::operator='. [operatorEqVarError]
eclib-20180815/libsrc/mquartic.cc:236:15: warning: Member variable 'quartic::r' is not assigned a value in 'quartic::operator='. [operatorEqVarError]
eclib-20180815/libsrc/mquartic.cc:236:15: warning: Member variable 'quartic::psq' is not assigned a value in 'quartic::operator='. [operatorEqVarError]
eclib-20180815/libsrc/mquartic.cc:236:15: warning: Member variable 'quartic::asq' is not assigned a value in 'quartic::operator='. [operatorEqVarError]
eclib-20180815/libsrc/mrank1.cc:143:28: style: The scope of the variable 'gls' can be reduced. [variableScope]
eclib-20180815/libsrc/mrank1.cc:143:35: style: The scope of the variable 'els' can be reduced. [variableScope]
eclib-20180815/libsrc/mrank1.cc:1898:15: style: The scope of the variable 'z' can be reduced. [variableScope]
eclib-20180815/libsrc/mrank1.cc:1381:3: style: Class 'rank1' does not have a destructor which is recommended since it has dynamic memory/resource allocation(s). [noDestructor]
eclib-20180815/libsrc/mrank2.cc:1009:7: style: Condition 'lb1' is always true [knownConditionTrueFalse]
eclib-20180815/libsrc/mrank2.cc:1004:19: note: Assignment 'lb1=1', assigned value is 1
eclib-20180815/libsrc/mrank2.cc:1009:7: note: Condition 'lb1' is always true
eclib-20180815/libsrc/mrank2.cc:854:8: style: The scope of the variable 'mw0' can be reduced. [variableScope]
eclib-20180815/libsrc/mrank2.cc:854:12: style: The scope of the variable 'mw1' can be reduced. [variableScope]
eclib-20180815/libsrc/mrank2.cc:854:16: style: The scope of the variable 'sel0' can be reduced. [variableScope]
eclib-20180815/libsrc/mrank2.cc:854:21: style: The scope of the variable 'sel1' can be reduced. [variableScope]
eclib-20180815/libsrc/mrank2.cc:854:26: style: The scope of the variable 'sha0' can be reduced. [variableScope]
eclib-20180815/libsrc/mrank2.cc:854:31: style: The scope of the variable 'sha1' can be reduced. [variableScope]
eclib-20180815/libsrc/mrank2.cc:854:36: style: The scope of the variable 'sel20' can be reduced. [variableScope]
eclib-20180815/libsrc/mrank2.cc:854:42: style: The scope of the variable 'sel21' can be reduced. [variableScope]
eclib-20180815/libsrc/mrank2.cc:854:48: style: The scope of the variable 'sha20' can be reduced. [variableScope]
eclib-20180815/libsrc/mrank2.cc:854:54: style: The scope of the variable 'sha21' can be reduced. [variableScope]
eclib-20180815/libsrc/mrank2.cc:854:60: style: The scope of the variable 'lindex' can be reduced. [variableScope]
eclib-20180815/libsrc/mrank2.cc:998:12: style: The scope of the variable 'lb' can be reduced. [variableScope]
eclib-20180815/libsrc/mrank2.cc:998:24: style: The scope of the variable 'lb1' can be reduced. [variableScope]
eclib-20180815/libsrc/mrank2.cc:998:29: style: The scope of the variable 'eq' can be reduced. [variableScope]
eclib-20180815/libsrc/msubspace.cc:49:12: style: The scope of the variable 'k' can be reduced. [variableScope]
eclib-20180815/libsrc/msubspace.cc:53:11: style: The scope of the variable 'ap' can be reduced. [variableScope]
eclib-20180815/libsrc/msubspace.cc:53:45: style: The scope of the variable 'bp' can be reduced. [variableScope]
eclib-20180815/libsrc/msubspace.cc:87:30: style: The scope of the variable 'i' can be reduced. [variableScope]
eclib-20180815/libsrc/msubspace.cc:137:12: style: The scope of the variable 'k' can be reduced. [variableScope]
eclib-20180815/libsrc/msubspace.cc:141:11: style: The scope of the variable 'ap' can be reduced. [variableScope]
eclib-20180815/libsrc/msubspace.cc:141:45: style: The scope of the variable 'bp' can be reduced. [variableScope]
eclib-20180815/libsrc/msubspace.cc:174:30: style: The scope of the variable 'i' can be reduced. [variableScope]
eclib-20180815/libsrc/msubspace.cc:220:7: style: The scope of the variable 'succ' can be reduced. [variableScope]
eclib-20180815/libsrc/eclib/msubspace.h:42:9: style: 'msubspace::operator=' should return 'msubspace &'. [operatorEq]
eclib-20180815/libsrc/eclib/msubspace.h:34:39: performance: Variable 'denom' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eclib-20180815/libsrc/eclib/msubspace.h:33:9: style: Class 'msubspace' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eclib-20180815/libsrc/mvector.cc:337:55: style: The scope of the variable 'succ' can be reduced. [variableScope]
eclib-20180815/libsrc/eclib/mvector.h:45:14: style: Technically the member function 'vec_m::addmodp' can be const. [functionConst]
eclib-20180815/libsrc/mvector.cc:118:13: note: Technically the member function 'vec_m::addmodp' can be const.
eclib-20180815/libsrc/eclib/mvector.h:45:14: note: Technically the member function 'vec_m::addmodp' can be const.
eclib-20180815/libsrc/mwprocs.cc:99:14: style: The scope of the variable 'ii' can be reduced. [variableScope]
eclib-20180815/libsrc/mwprocs.cc:145:57: style: The scope of the variable 'piv' can be reduced. [variableScope]
eclib-20180815/libsrc/mwprocs.cc:145:62: style: The scope of the variable 'temp' can be reduced. [variableScope]
eclib-20180815/libsrc/mwprocs.cc:182:12: style: The scope of the variable 'x' can be reduced. [variableScope]
eclib-20180815/libsrc/mwprocs.cc:505:17: style: The scope of the variable 'ni' can be reduced. [variableScope]
eclib-20180815/libsrc/mwprocs.cc:903:29: style: The scope of the variable 'csq' can be reduced. [variableScope]
eclib-20180815/libsrc/mwprocs.cc:289:30: style: Function 'process' argument 1 names different: declaration 'P' definition 'PP'. [funcArgNamesDifferent]
eclib-20180815/libsrc/eclib/mwprocs.h:59:28: note: Function 'process' argument 1 names different: declaration 'P' definition 'PP'.
eclib-20180815/libsrc/mwprocs.cc:289:30: note: Function 'process' argument 1 names different: declaration 'P' definition 'PP'.
eclib-20180815/libsrc/mwprocs.cc:252:70: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/eclib/tlss.h:52:3: warning: Member variable 'TLSS::p' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/tlss.h:52:3: warning: Member variable 'TLSS::rank' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/tlss.h:52:3: warning: Member variable 'TLSS::verbose' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/mwprocs.cc:199:5: warning: Member variable 'mw::iso' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/mwprocs.h:97:3: warning: Member variable 'sieve::xmin' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/mwprocs.h:97:3: warning: Member variable 'sieve::x1' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/mwprocs.h:97:3: warning: Member variable 'sieve::x2' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/mwprocs.h:97:3: warning: Member variable 'sieve::x3' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/mwprocs.cc:697:8: warning: Member variable 'sieve::a' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/mwprocs.cc:697:8: warning: Member variable 'sieve::c' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/mwprocs.cc:697:8: warning: Member variable 'sieve::firstnl' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/mwprocs.cc:697:8: warning: Member variable 'sieve::x1good_mod_aux' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/mwprocs.cc:697:8: warning: Member variable 'sieve::amodc' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/mwprocs.cc:697:8: warning: Member variable 'sieve::alim' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/mwprocs.cc:697:8: warning: Member variable 'sieve::clim0' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/mwprocs.cc:697:8: warning: Member variable 'sieve::clim1' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/mwprocs.cc:697:8: warning: Member variable 'sieve::clim2' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/mwprocs.cc:697:8: warning: Member variable 'sieve::clim' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/mwprocs.cc:697:8: warning: Member variable 'sieve::cflag' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/mwprocs.cc:697:8: warning: Member variable 'sieve::use_cflag' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/mwprocs.h:102:8: style: Technically the member function 'sieve::stats' can be const. [functionConst]
eclib-20180815/libsrc/mwprocs.cc:1236:13: note: Technically the member function 'sieve::stats' can be const.
eclib-20180815/libsrc/eclib/mwprocs.h:102:8: note: Technically the member function 'sieve::stats' can be const.
eclib-20180815/libsrc/mwprocs.cc:205:3: style: Class 'mw' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
eclib-20180815/libsrc/mwprocs.cc:205:3: style: Class 'mw' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
eclib-20180815/libsrc/mwprocs.cc:755:5: style: Class 'sieve' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
eclib-20180815/libsrc/mwprocs.cc:755:5: style: Class 'sieve' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
eclib-20180815/libsrc/eclib/elog.h:58:33: performance: Function parameter 'P' should be passed by const reference. [passedByValue]
eclib-20180815/libsrc/newforms.cc:894:21: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
eclib-20180815/libsrc/newforms.cc:888:16: note: outer condition: upperbound>0
eclib-20180815/libsrc/newforms.cc:894:21: note: opposite inner condition: totalmult==0
eclib-20180815/libsrc/newforms.cc:1633:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
eclib-20180815/libsrc/newforms.cc:1691:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
eclib-20180815/libsrc/newforms.cc:319:48: style: The scope of the variable 'q' can be reduced. [variableScope]
eclib-20180815/libsrc/newforms.cc:637:13: style: The scope of the variable 'p' can be reduced. [variableScope]
eclib-20180815/libsrc/newforms.cc:912:7: style: The scope of the variable 'i' can be reduced. [variableScope]
eclib-20180815/libsrc/newforms.cc:912:9: style: The scope of the variable 'nap' can be reduced. [variableScope]
eclib-20180815/libsrc/newforms.cc:912:13: style: The scope of the variable 'maxnap' can be reduced. [variableScope]
eclib-20180815/libsrc/newforms.cc:1131:9: style: The scope of the variable 'j' can be reduced. [variableScope]
eclib-20180815/libsrc/newforms.cc:1509:8: style: The scope of the variable 'p' can be reduced. [variableScope]
eclib-20180815/libsrc/newforms.cc:1526:14: style: The scope of the variable 'p' can be reduced. [variableScope]
eclib-20180815/libsrc/newforms.cc:1592:7: style: The scope of the variable 'i' can be reduced. [variableScope]
eclib-20180815/libsrc/newforms.cc:1592:15: style: The scope of the variable 'N' can be reduced. [variableScope]
eclib-20180815/libsrc/newforms.cc:1666:21: style: The scope of the variable 'q' can be reduced. [variableScope]
eclib-20180815/libsrc/newforms.cc:1797:12: style: The scope of the variable 'j' can be reduced. [variableScope]
eclib-20180815/libsrc/newforms.cc:1841:10: style: The scope of the variable 'j' can be reduced. [variableScope]
eclib-20180815/libsrc/newforms.cc:1841:12: style: The scope of the variable 'iq' can be reduced. [variableScope]
eclib-20180815/libsrc/newforms.cc:1841:15: style: The scope of the variable 'ap' can be reduced. [variableScope]
eclib-20180815/libsrc/newforms.cc:1864:8: style: The scope of the variable 'ind' can be reduced. [variableScope]
eclib-20180815/libsrc/newforms.cc:99:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/newforms.cc:109:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/newforms.cc:266:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/newforms.cc:268:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/newforms.cc:309:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/newforms.cc:328:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/newforms.cc:339:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/newforms.cc:1538:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/newforms.cc:1870:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/newforms.cc:2028:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/eclib/newforms.h:92:3: warning: Member variable 'newform::nf' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/newforms.h:92:3: warning: Member variable 'newform::sign' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/newforms.h:92:3: warning: Member variable 'newform::index' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/newforms.h:92:3: warning: Member variable 'newform::ap0' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/newforms.h:92:3: warning: Member variable 'newform::sfe' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/newforms.h:92:3: warning: Member variable 'newform::cuspidalfactorplus' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/newforms.h:92:3: warning: Member variable 'newform::cuspidalfactorminus' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/newforms.h:92:3: warning: Member variable 'newform::pdot' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/newforms.h:92:3: warning: Member variable 'newform::np0' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/newforms.h:92:3: warning: Member variable 'newform::dp0' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/newforms.h:92:3: warning: Member variable 'newform::lplus' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/newforms.h:92:3: warning: Member variable 'newform::lminus' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/newforms.h:92:3: warning: Member variable 'newform::mplus' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/newforms.h:92:3: warning: Member variable 'newform::mminus' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/newforms.h:92:3: warning: Member variable 'newform::a' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/newforms.h:92:3: warning: Member variable 'newform::b' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/newforms.h:92:3: warning: Member variable 'newform::c' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/newforms.h:92:3: warning: Member variable 'newform::d' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/newforms.h:92:3: warning: Member variable 'newform::dotplus' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/newforms.h:92:3: warning: Member variable 'newform::dotminus' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/newforms.h:92:3: warning: Member variable 'newform::degphi' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/newforms.h:92:3: warning: Member variable 'newform::rk' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/newforms.h:92:3: warning: Member variable 'newform::denomplus' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/newforms.h:92:3: warning: Member variable 'newform::denomminus' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/newforms.h:92:3: warning: Member variable 'newform::j0' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/newforms.h:92:3: warning: Member variable 'newform::fac' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/newforms.h:167:3: warning: Member variable 'newforms::maxdepth' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/newforms.h:167:3: warning: Member variable 'newforms::cuspidal' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/newforms.h:167:3: warning: Member variable 'newforms::sign' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/newforms.h:167:3: warning: Member variable 'newforms::basisflag' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/newforms.h:167:3: warning: Member variable 'newforms::j0' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/newforms.h:167:3: warning: Member variable 'newforms::n1ds' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/newforms.h:167:3: warning: Member variable 'newforms::j1ds' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/periods.h:53:8: style: Technically the member function 'character::modulus' can be const. [functionConst]
eclib-20180815/libsrc/eclib/periods.h:54:7: style: Technically the member function 'character::operator()' can be const. [functionConst]
eclib-20180815/libsrc/eclib/periods.h:83:12: style: Technically the member function 'summer::rper' can be const. [functionConst]
eclib-20180815/libsrc/eclib/periods.h:84:12: style: Technically the member function 'summer::iper' can be const. [functionConst]
eclib-20180815/libsrc/eclib/periods.h:163:12: style: Technically the member function 'lfchi::value' can be const. [functionConst]
eclib-20180815/libsrc/eclib/periods.h:50:3: style: Class 'character' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eclib-20180815/libsrc/eclib/periods.h:92:8: style: The function 'use' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eclib-20180815/libsrc/eclib/periods.h:73:16: note: Virtual function in base class
eclib-20180815/libsrc/eclib/periods.h:92:8: note: Function in derived class
eclib-20180815/libsrc/eclib/periods.h:93:12: style: The function 'func1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eclib-20180815/libsrc/eclib/periods.h:71:20: note: Virtual function in base class
eclib-20180815/libsrc/eclib/periods.h:93:12: note: Function in derived class
eclib-20180815/libsrc/eclib/periods.h:94:12: style: The function 'func2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eclib-20180815/libsrc/eclib/periods.h:72:20: note: Virtual function in base class
eclib-20180815/libsrc/eclib/periods.h:94:12: note: Function in derived class
eclib-20180815/libsrc/eclib/periods.h:97:8: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eclib-20180815/libsrc/eclib/periods.h:82:16: note: Virtual function in base class
eclib-20180815/libsrc/eclib/periods.h:97:8: note: Function in derived class
eclib-20180815/libsrc/eclib/periods.h:105:8: style: The function 'use' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eclib-20180815/libsrc/eclib/periods.h:73:16: note: Virtual function in base class
eclib-20180815/libsrc/eclib/periods.h:105:8: note: Function in derived class
eclib-20180815/libsrc/eclib/periods.h:109:8: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eclib-20180815/libsrc/eclib/periods.h:82:16: note: Virtual function in base class
eclib-20180815/libsrc/eclib/periods.h:109:8: note: Function in derived class
eclib-20180815/libsrc/eclib/periods.h:117:12: style: The function 'func1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eclib-20180815/libsrc/eclib/periods.h:71:20: note: Virtual function in base class
eclib-20180815/libsrc/eclib/periods.h:117:12: note: Function in derived class
eclib-20180815/libsrc/eclib/periods.h:119:12: style: The function 'func2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eclib-20180815/libsrc/eclib/periods.h:72:20: note: Virtual function in base class
eclib-20180815/libsrc/eclib/periods.h:119:12: note: Function in derived class
eclib-20180815/libsrc/eclib/periods.h:120:8: style: The function 'use' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eclib-20180815/libsrc/eclib/periods.h:73:16: note: Virtual function in base class
eclib-20180815/libsrc/eclib/periods.h:120:8: note: Function in derived class
eclib-20180815/libsrc/eclib/periods.h:126:8: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eclib-20180815/libsrc/eclib/periods.h:82:16: note: Virtual function in base class
eclib-20180815/libsrc/eclib/periods.h:126:8: note: Function in derived class
eclib-20180815/libsrc/eclib/periods.h:139:8: style: The function 'use' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eclib-20180815/libsrc/eclib/periods.h:73:16: note: Virtual function in base class
eclib-20180815/libsrc/eclib/periods.h:139:8: note: Function in derived class
eclib-20180815/libsrc/eclib/periods.h:140:12: style: The function 'func1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eclib-20180815/libsrc/eclib/periods.h:71:20: note: Virtual function in base class
eclib-20180815/libsrc/eclib/periods.h:140:12: note: Function in derived class
eclib-20180815/libsrc/eclib/periods.h:144:8: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eclib-20180815/libsrc/eclib/periods.h:82:16: note: Virtual function in base class
eclib-20180815/libsrc/eclib/periods.h:144:8: note: Function in derived class
eclib-20180815/libsrc/eclib/periods.h:157:12: style: The function 'func1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eclib-20180815/libsrc/eclib/periods.h:71:20: note: Virtual function in base class
eclib-20180815/libsrc/eclib/periods.h:157:12: note: Function in derived class
eclib-20180815/libsrc/eclib/periods.h:158:8: style: The function 'use' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eclib-20180815/libsrc/eclib/periods.h:73:16: note: Virtual function in base class
eclib-20180815/libsrc/eclib/periods.h:158:8: note: Function in derived class
eclib-20180815/libsrc/eclib/periods.h:162:8: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eclib-20180815/libsrc/eclib/periods.h:82:16: note: Virtual function in base class
eclib-20180815/libsrc/eclib/periods.h:162:8: note: Function in derived class
eclib-20180815/libsrc/nfd.cc:334:6: warning: Identical condition 'bad', second condition is always false [identicalConditionAfterEarlyExit]
eclib-20180815/libsrc/nfd.cc:333:6: note: first condition
eclib-20180815/libsrc/nfd.cc:334:6: note: second condition
eclib-20180815/libsrc/eclib/nfd.h:50:3: warning: Member variable 'nfd::coord_fac' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/nfd.h:50:3: warning: Member variable 'nfd::h1' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/oldforms.cc:133:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/oldforms.cc:200:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/eclib/bigrat.h:280:8: style: The scope of the variable 'c' can be reduced. [variableScope]
eclib-20180815/libsrc/eclib/bigrat.h:36:9: style: 'bigrational::operator=' should return 'bigrational &'. [operatorEq]
eclib-20180815/libsrc/eclib/p2points.h:109:3: style: 'P2Point::operator=' should return 'P2Point &'. [operatorEq]
eclib-20180815/libsrc/eclib/bigrat.h:96:3: performance: Variable 'n' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eclib-20180815/libsrc/eclib/bigrat.h:96:14: performance: Variable 'd' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eclib-20180815/libsrc/eclib/p2points.h:53:7: performance: Variable 'X' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eclib-20180815/libsrc/eclib/p2points.h:53:12: performance: Variable 'Y' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eclib-20180815/libsrc/eclib/p2points.h:53:17: performance: Variable 'Z' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eclib-20180815/libsrc/eclib/bigrat.h:73:21: style: Technically the member function 'bigrational::operator+' can be const. [functionConst]
eclib-20180815/libsrc/eclib/bigrat.h:105:33: note: Technically the member function 'bigrational::operator+' can be const.
eclib-20180815/libsrc/eclib/bigrat.h:73:21: note: Technically the member function 'bigrational::operator+' can be const.
eclib-20180815/libsrc/eclib/bigrat.h:35:9: style: Class 'bigrational' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eclib-20180815/libsrc/parifact.cc:35:21: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
eclib-20180815/libsrc/parifact.cc:65:23: performance: Function parameter 'p' should be passed by const reference. [passedByValue]
eclib-20180815/libsrc/pcprocs.cc:348:18: style: The scope of the variable 'ell' can be reduced. [variableScope]
eclib-20180815/libsrc/pcprocs.cc:188:21: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
eclib-20180815/libsrc/pcprocs.cc:188:21: style: Variable 'd' is assigned a value that is never used. [unreadVariable]
eclib-20180815/libsrc/periods.cc:442:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
eclib-20180815/libsrc/periods.cc:80:14: style: The scope of the variable 'p' can be reduced. [variableScope]
eclib-20180815/libsrc/periods.cc:164:13: style: The scope of the variable 'm23' can be reduced. [variableScope]
eclib-20180815/libsrc/periods.cc:165:8: style: The scope of the variable 'am2' can be reduced. [variableScope]
eclib-20180815/libsrc/periods.cc:591:32: style: Function 'init' argument 1 names different: declaration 'N' definition 'iN'. [funcArgNamesDifferent]
eclib-20180815/libsrc/eclib/periods.h:138:26: note: Function 'init' argument 1 names different: declaration 'N' definition 'iN'.
eclib-20180815/libsrc/periods.cc:591:32: note: Function 'init' argument 1 names different: declaration 'N' definition 'iN'.
eclib-20180815/libsrc/periods.cc:42:3: style: Class 'character' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
eclib-20180815/libsrc/periods.cc:42:3: style: Class 'character' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
eclib-20180815/libsrc/periods.cc:1029:14: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
eclib-20180815/libsrc/points.cc:476:10: style: The scope of the variable 'j' can be reduced. [variableScope]
eclib-20180815/libsrc/points.cc:41:30: style: Function 'transform' argument 1 names different: declaration 'p' definition 'P'. [funcArgNamesDifferent]
eclib-20180815/libsrc/eclib/points.h:38:30: note: Function 'transform' argument 1 names different: declaration 'p' definition 'P'.
eclib-20180815/libsrc/points.cc:41:30: note: Function 'transform' argument 1 names different: declaration 'p' definition 'P'.
eclib-20180815/libsrc/pointsmod.cc:620:6: style: Condition 'debug_linear_relation' is always false [knownConditionTrueFalse]
eclib-20180815/libsrc/pointsmod.cc:619:29: note: Assignment 'debug_linear_relation=0', assigned value is 0
eclib-20180815/libsrc/pointsmod.cc:620:6: note: Condition 'debug_linear_relation' is always false
eclib-20180815/libsrc/pointsmod.cc:624:6: style: Condition 'debug_linear_relation' is always false [knownConditionTrueFalse]
eclib-20180815/libsrc/pointsmod.cc:619:29: note: Assignment 'debug_linear_relation=0', assigned value is 0
eclib-20180815/libsrc/pointsmod.cc:624:6: note: Condition 'debug_linear_relation' is always false
eclib-20180815/libsrc/pointsmod.cc:629:6: style: Condition 'debug_linear_relation' is always false [knownConditionTrueFalse]
eclib-20180815/libsrc/pointsmod.cc:619:29: note: Assignment 'debug_linear_relation=0', assigned value is 0
eclib-20180815/libsrc/pointsmod.cc:629:6: note: Condition 'debug_linear_relation' is always false
eclib-20180815/libsrc/pointsmod.cc:639:10: style: Condition 'debug_linear_relation' is always false [knownConditionTrueFalse]
eclib-20180815/libsrc/pointsmod.cc:619:29: note: Assignment 'debug_linear_relation=0', assigned value is 0
eclib-20180815/libsrc/pointsmod.cc:639:10: note: Condition 'debug_linear_relation' is always false
eclib-20180815/libsrc/pointsmod.cc:755:24: style: Same expression on both sides of '>' because the value of 'debug_iso_type' and '0' are the same. [duplicateExpression]
eclib-20180815/libsrc/pointsmod.cc:444:26: note: 'debug_iso_type' is assigned value '0' here.
eclib-20180815/libsrc/pointsmod.cc:755:24: note: Same expression on both sides of '>' because the value of 'debug_iso_type' and '0' are the same.
eclib-20180815/libsrc/pointsmod.cc:763:24: style: Same expression on both sides of '>' because the value of 'debug_iso_type' and '0' are the same. [duplicateExpression]
eclib-20180815/libsrc/pointsmod.cc:444:26: note: 'debug_iso_type' is assigned value '0' here.
eclib-20180815/libsrc/pointsmod.cc:763:24: note: Same expression on both sides of '>' because the value of 'debug_iso_type' and '0' are the same.
eclib-20180815/libsrc/pointsmod.cc:768:24: style: Same expression on both sides of '>' because the value of 'debug_iso_type' and '0' are the same. [duplicateExpression]
eclib-20180815/libsrc/pointsmod.cc:444:26: note: 'debug_iso_type' is assigned value '0' here.
eclib-20180815/libsrc/pointsmod.cc:768:24: note: Same expression on both sides of '>' because the value of 'debug_iso_type' and '0' are the same.
eclib-20180815/libsrc/pointsmod.cc:582:40: style: Function 'my_order_point' argument 1 names different: declaration 'PP' definition 'P'. [funcArgNamesDifferent]
eclib-20180815/libsrc/eclib/pointsmod.h:210:40: note: Function 'my_order_point' argument 1 names different: declaration 'PP' definition 'P'.
eclib-20180815/libsrc/pointsmod.cc:582:40: note: Function 'my_order_point' argument 1 names different: declaration 'PP' definition 'P'.
eclib-20180815/libsrc/pointsmod.cc:598:40: style: Function 'my_order_point' argument 1 names different: declaration 'PP' definition 'P'. [funcArgNamesDifferent]
eclib-20180815/libsrc/eclib/pointsmod.h:208:40: note: Function 'my_order_point' argument 1 names different: declaration 'PP' definition 'P'.
eclib-20180815/libsrc/pointsmod.cc:598:40: note: Function 'my_order_point' argument 1 names different: declaration 'PP' definition 'P'.
eclib-20180815/libsrc/pointsmod.cc:603:40: style: Function 'my_order_point' argument 1 names different: declaration 'PP' definition 'P'. [funcArgNamesDifferent]
eclib-20180815/libsrc/eclib/pointsmod.h:207:40: note: Function 'my_order_point' argument 1 names different: declaration 'PP' definition 'P'.
eclib-20180815/libsrc/pointsmod.cc:603:40: note: Function 'my_order_point' argument 1 names different: declaration 'PP' definition 'P'.
eclib-20180815/libsrc/pointsmod.cc:695:32: style: Function 'merge_points_1' argument 1 names different: declaration 'PP' definition 'P'. [funcArgNamesDifferent]
eclib-20180815/libsrc/eclib/pointsmod.h:217:32: note: Function 'merge_points_1' argument 1 names different: declaration 'PP' definition 'P'.
eclib-20180815/libsrc/pointsmod.cc:695:32: note: Function 'merge_points_1' argument 1 names different: declaration 'PP' definition 'P'.
eclib-20180815/libsrc/pointsmod.cc:901:37: style: Function 'my_isomorphism_type' argument 1 names different: declaration 'C' definition 'Cq'. [funcArgNamesDifferent]
eclib-20180815/libsrc/eclib/pointsmod.h:239:37: note: Function 'my_isomorphism_type' argument 1 names different: declaration 'C' definition 'Cq'.
eclib-20180815/libsrc/pointsmod.cc:901:37: note: Function 'my_isomorphism_type' argument 1 names different: declaration 'C' definition 'Cq'.
eclib-20180815/libsrc/pointsmod.cc:1059:7: style: Variable 'count' is modified but its new value is never used. [unreadVariable]
eclib-20180815/libsrc/pointsmod.cc:260:3: style: Instance of 'ffmodq' object is destroyed immediately. [unusedScopedObject]
eclib-20180815/libsrc/polys.cc:50:62: style: Function 'rootsmod' argument 2 names different: declaration 'p' definition 'q'. [funcArgNamesDifferent]
eclib-20180815/libsrc/eclib/polys.h:54:62: note: Function 'rootsmod' argument 2 names different: declaration 'p' definition 'q'.
eclib-20180815/libsrc/polys.cc:50:62: note: Function 'rootsmod' argument 2 names different: declaration 'p' definition 'q'.
eclib-20180815/libsrc/polys.cc:106:31: style: Function 'nrootscubic' argument 1 names different: declaration 'bb' definition 'b'. [funcArgNamesDifferent]
eclib-20180815/libsrc/eclib/polys.h:59:31: note: Function 'nrootscubic' argument 1 names different: declaration 'bb' definition 'b'.
eclib-20180815/libsrc/polys.cc:106:31: note: Function 'nrootscubic' argument 1 names different: declaration 'bb' definition 'b'.
eclib-20180815/libsrc/polys.cc:106:48: style: Function 'nrootscubic' argument 2 names different: declaration 'cc' definition 'c'. [funcArgNamesDifferent]
eclib-20180815/libsrc/eclib/polys.h:59:49: note: Function 'nrootscubic' argument 2 names different: declaration 'cc' definition 'c'.
eclib-20180815/libsrc/polys.cc:106:48: note: Function 'nrootscubic' argument 2 names different: declaration 'cc' definition 'c'.
eclib-20180815/libsrc/polys.cc:106:65: style: Function 'nrootscubic' argument 3 names different: declaration 'dd' definition 'd'. [funcArgNamesDifferent]
eclib-20180815/libsrc/eclib/polys.h:59:67: note: Function 'nrootscubic' argument 3 names different: declaration 'dd' definition 'd'.
eclib-20180815/libsrc/polys.cc:106:65: note: Function 'nrootscubic' argument 3 names different: declaration 'dd' definition 'd'.
eclib-20180815/libsrc/eclib/quadratic.h:62:10: style: Technically the member function 'quadratic::coeff' can be const. [functionConst]
eclib-20180815/libsrc/quadratic.cc:33:19: note: Technically the member function 'quadratic::coeff' can be const.
eclib-20180815/libsrc/eclib/quadratic.h:62:10: note: Technically the member function 'quadratic::coeff' can be const.
eclib-20180815/libsrc/reduce.cc:383:3: style: Variable 'az' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
eclib-20180815/libsrc/reduce.cc:358:0: note: Variable 'az' is reassigned a value before the old one has been used if variable is no semaphore variable.
eclib-20180815/libsrc/reduce.cc:383:3: note: Variable 'az' is reassigned a value before the old one has been used if variable is no semaphore variable.
eclib-20180815/libsrc/reduce.cc:262:38: style: Function 'reduce_quad_1' argument 1 names different: declaration 'b' definition 'bb'. [funcArgNamesDifferent]
eclib-20180815/libsrc/reduce.cc:251:38: note: Function 'reduce_quad_1' argument 1 names different: declaration 'b' definition 'bb'.
eclib-20180815/libsrc/reduce.cc:262:38: note: Function 'reduce_quad_1' argument 1 names different: declaration 'b' definition 'bb'.
eclib-20180815/libsrc/reduce.cc:262:58: style: Function 'reduce_quad_1' argument 2 names different: declaration 'c' definition 'cc'. [funcArgNamesDifferent]
eclib-20180815/libsrc/reduce.cc:251:57: note: Function 'reduce_quad_1' argument 2 names different: declaration 'c' definition 'cc'.
eclib-20180815/libsrc/reduce.cc:262:58: note: Function 'reduce_quad_1' argument 2 names different: declaration 'c' definition 'cc'.
eclib-20180815/libsrc/saturate.cc:185:22: style: The scope of the variable 'ci' can be reduced. [variableScope]
eclib-20180815/libsrc/saturate.cc:282:7: style: The scope of the variable 'pi' can be reduced. [variableScope]
eclib-20180815/libsrc/saturate.cc:330:23: style: The scope of the variable 'pi' can be reduced. [variableScope]
eclib-20180815/libsrc/saturate.cc:330:27: style: The scope of the variable 'p' can be reduced. [variableScope]
eclib-20180815/libsrc/saturate.cc:196:8: style: Unused variable: prec [unusedVariable]
eclib-20180815/libsrc/saturate.cc:196:14: style: Unused variable: original_prec [unusedVariable]
eclib-20180815/libsrc/saturate.cc:128:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/sieve_search.cc:818:25: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
eclib-20180815/libsrc/sieve_search.cc:165:12: style: The scope of the variable 'p' can be reduced. [variableScope]
eclib-20180815/libsrc/sieve_search.cc:453:10: style: The scope of the variable 't' can be reduced. [variableScope]
eclib-20180815/libsrc/sieve_search.cc:575:10: style: The scope of the variable 'p' can be reduced. [variableScope]
eclib-20180815/libsrc/sieve_search.cc:575:17: style: The scope of the variable 'bb' can be reduced. [variableScope]
eclib-20180815/libsrc/sieve_search.cc:575:21: style: The scope of the variable 'aa' can be reduced. [variableScope]
eclib-20180815/libsrc/sieve_search.cc:899:15: style: The scope of the variable 'nums' can be reduced. [variableScope]
eclib-20180815/libsrc/sieve_search.cc:1026:8: style: The scope of the variable 'p' can be reduced. [variableScope]
eclib-20180815/libsrc/sieve_search.cc:93:9: warning: Member variable 'qsieve::sieve' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/sieve_search.cc:93:9: warning: Member variable 'qsieve::sieve2' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/sieve_search.cc:93:9: warning: Member variable 'qsieve::sieves' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/sieve_search.cc:93:9: warning: Member variable 'qsieve::coeffs_mod_p' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/sieve_search.cc:93:9: warning: Member variable 'qsieve::survivors' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/sieve_search.cc:93:9: warning: Member variable 'qsieve::prec' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/sieve_search.cc:93:9: warning: Member variable 'qsieve::halt_flag' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/sieve_search.cc:93:9: warning: Member variable 'qsieve::domain' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/sieve_search.cc:93:9: warning: Member variable 'qsieve::forbidden' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/sieve_search.cc:93:9: warning: Member variable 'qsieve::compute_bc' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/sieve_search.cc:110:9: warning: Member variable 'qsieve::sieve' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/sieve_search.cc:110:9: warning: Member variable 'qsieve::sieve2' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/sieve_search.cc:110:9: warning: Member variable 'qsieve::sieves' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/sieve_search.cc:110:9: warning: Member variable 'qsieve::coeffs_mod_p' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/sieve_search.cc:110:9: warning: Member variable 'qsieve::survivors' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/sieve_search.cc:110:9: warning: Member variable 'qsieve::prec' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/sieve_search.cc:110:9: warning: Member variable 'qsieve::halt_flag' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/sieve_search.cc:110:9: warning: Member variable 'qsieve::domain' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/sieve_search.cc:110:9: warning: Member variable 'qsieve::forbidden' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/sieve_search.cc:110:9: warning: Member variable 'qsieve::compute_bc' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/sieve_search.h:178:8: style: Technically the member function 'qsieve::dealloc_sieves' can be const. [functionConst]
eclib-20180815/libsrc/sieve_search.cc:1023:14: note: Technically the member function 'qsieve::dealloc_sieves' can be const.
eclib-20180815/libsrc/eclib/sieve_search.h:178:8: note: Technically the member function 'qsieve::dealloc_sieves' can be const.
eclib-20180815/libsrc/sifter.cc:149:10: style: The scope of the variable 'c' can be reduced. [variableScope]
eclib-20180815/libsrc/eclib/sifter.h:48:8: style: Technically the member function 'sifter::clear' can be const. [functionConst]
eclib-20180815/libsrc/sifter.cc:119:14: note: Technically the member function 'sifter::clear' can be const.
eclib-20180815/libsrc/eclib/sifter.h:48:8: note: Technically the member function 'sifter::clear' can be const.
eclib-20180815/libsrc/eclib/sifter.h:70:7: style: Technically the member function 'sifter::getrank' can be const. [functionConst]
eclib-20180815/libsrc/eclib/sifter.h:71:8: style: Technically the member function 'sifter::vecout' can be const. [functionConst]
eclib-20180815/libsrc/sifter.cc:134:14: note: Technically the member function 'sifter::vecout' can be const.
eclib-20180815/libsrc/eclib/sifter.h:71:8: note: Technically the member function 'sifter::vecout' can be const.
eclib-20180815/libsrc/smat.cc:164:11: style: The scope of the variable 'r' can be reduced. [variableScope]
eclib-20180815/libsrc/smat.cc:366:10: style: The scope of the variable 'd' can be reduced. [variableScope]
eclib-20180815/libsrc/smat.cc:366:13: style: The scope of the variable 'k' can be reduced. [variableScope]
eclib-20180815/libsrc/smat.cc:424:10: style: The scope of the variable 'd' can be reduced. [variableScope]
eclib-20180815/libsrc/smat.cc:424:21: style: The scope of the variable 'veci' can be reduced. [variableScope]
eclib-20180815/libsrc/smat.cc:437:10: style: The scope of the variable 'd' can be reduced. [variableScope]
eclib-20180815/libsrc/smat.cc:437:21: style: The scope of the variable 'veci' can be reduced. [variableScope]
eclib-20180815/libsrc/smat.cc:450:10: style: The scope of the variable 'd' can be reduced. [variableScope]
eclib-20180815/libsrc/smat.cc:450:21: style: The scope of the variable 'veci' can be reduced. [variableScope]
eclib-20180815/libsrc/smat.cc:468:13: style: The scope of the variable 'd' can be reduced. [variableScope]
eclib-20180815/libsrc/smat.cc:827:9: style: The scope of the variable 'd' can be reduced. [variableScope]
eclib-20180815/libsrc/smat.cc:155:28: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/smat.cc:533:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/smat.cc:566:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/smat_elim.cc:133:7: style: The scope of the variable 'i' can be reduced. [variableScope]
eclib-20180815/libsrc/smat_elim.cc:685:10: style: The scope of the variable 'col0' can be reduced. [variableScope]
eclib-20180815/libsrc/smat_elim.cc:685:16: style: The scope of the variable 'row' can be reduced. [variableScope]
eclib-20180815/libsrc/smat_elim.cc:685:25: style: The scope of the variable 'mincolwt' can be reduced. [variableScope]
eclib-20180815/libsrc/smat_elim.cc:874:7: style: The scope of the variable 'c1' can be reduced. [variableScope]
eclib-20180815/libsrc/smat_elim.cc:1027:32: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/smat.cc:376:14: style: The scope of the variable 'newval' can be reduced. [variableScope]
eclib-20180815/libsrc/smat.cc:498:28: style: The scope of the variable 's' can be reduced. [variableScope]
eclib-20180815/libsrc/smat.cc:403:36: style: Function 'sub_mod_p' argument 1 names different: declaration 'lambdal' definition 'lambda'. [funcArgNamesDifferent]
eclib-20180815/libsrc/eclib/smat.h:63:35: note: Function 'sub_mod_p' argument 1 names different: declaration 'lambdal' definition 'lambda'.
eclib-20180815/libsrc/smat.cc:403:36: note: Function 'sub_mod_p' argument 1 names different: declaration 'lambdal' definition 'lambda'.
eclib-20180815/libsrc/smat.cc:800:28: style: Function 'operator+' argument 1 names different: declaration 'm1' definition 'sm1'. [funcArgNamesDifferent]
eclib-20180815/libsrc/eclib/smat.h:111:28: note: Function 'operator+' argument 1 names different: declaration 'm1' definition 'sm1'.
eclib-20180815/libsrc/smat.cc:800:28: note: Function 'operator+' argument 1 names different: declaration 'm1' definition 'sm1'.
eclib-20180815/libsrc/smat.cc:800:45: style: Function 'operator+' argument 2 names different: declaration 'm2' definition 'sm2'. [funcArgNamesDifferent]
eclib-20180815/libsrc/eclib/smat.h:111:44: note: Function 'operator+' argument 2 names different: declaration 'm2' definition 'sm2'.
eclib-20180815/libsrc/smat.cc:800:45: note: Function 'operator+' argument 2 names different: declaration 'm2' definition 'sm2'.
eclib-20180815/libsrc/smat.cc:805:28: style: Function 'operator-' argument 1 names different: declaration 'm1' definition 'sm1'. [funcArgNamesDifferent]
eclib-20180815/libsrc/eclib/smat.h:112:28: note: Function 'operator-' argument 1 names different: declaration 'm1' definition 'sm1'.
eclib-20180815/libsrc/smat.cc:805:28: note: Function 'operator-' argument 1 names different: declaration 'm1' definition 'sm1'.
eclib-20180815/libsrc/smat.cc:805:45: style: Function 'operator-' argument 2 names different: declaration 'm2' definition 'sm2'. [funcArgNamesDifferent]
eclib-20180815/libsrc/eclib/smat.h:112:44: note: Function 'operator-' argument 2 names different: declaration 'm2' definition 'sm2'.
eclib-20180815/libsrc/smat.cc:805:45: note: Function 'operator-' argument 2 names different: declaration 'm2' definition 'sm2'.
eclib-20180815/libsrc/smat.cc:810:41: style: Function 'operator*' argument 2 names different: declaration 'm' definition 'sm'. [funcArgNamesDifferent]
eclib-20180815/libsrc/eclib/smat.h:113:41: note: Function 'operator*' argument 2 names different: declaration 'm' definition 'sm'.
eclib-20180815/libsrc/smat.cc:810:41: note: Function 'operator*' argument 2 names different: declaration 'm' definition 'sm'.
eclib-20180815/libsrc/smat.cc:815:28: style: Function 'operator/' argument 1 names different: declaration 'm' definition 'sm'. [funcArgNamesDifferent]
eclib-20180815/libsrc/eclib/smat.h:114:28: note: Function 'operator/' argument 1 names different: declaration 'm' definition 'sm'.
eclib-20180815/libsrc/smat.cc:815:28: note: Function 'operator/' argument 1 names different: declaration 'm' definition 'sm'.
eclib-20180815/libsrc/smat.cc:820:28: style: Function 'operator!=' argument 1 names different: declaration 'm1' definition 'sm1'. [funcArgNamesDifferent]
eclib-20180815/libsrc/eclib/smat.h:115:28: note: Function 'operator!=' argument 1 names different: declaration 'm1' definition 'sm1'.
eclib-20180815/libsrc/smat.cc:820:28: note: Function 'operator!=' argument 1 names different: declaration 'm1' definition 'sm1'.
eclib-20180815/libsrc/smat.cc:820:45: style: Function 'operator!=' argument 2 names different: declaration 'm2' definition 'sm2'. [funcArgNamesDifferent]
eclib-20180815/libsrc/eclib/smat.h:115:44: note: Function 'operator!=' argument 2 names different: declaration 'm2' definition 'sm2'.
eclib-20180815/libsrc/smat.cc:820:45: note: Function 'operator!=' argument 2 names different: declaration 'm2' definition 'sm2'.
eclib-20180815/libsrc/smat_elim.cc:859:33: style: Function 'free_space' argument 1 names different: declaration 'col' definition 'col0'. [funcArgNamesDifferent]
eclib-20180815/libsrc/eclib/smat_elim.h:105:24: note: Function 'free_space' argument 1 names different: declaration 'col' definition 'col0'.
eclib-20180815/libsrc/smat_elim.cc:859:33: note: Function 'free_space' argument 1 names different: declaration 'col' definition 'col0'.
eclib-20180815/libsrc/smat_elim.cc:864:32: style: Function 'check_row' argument 1 names different: declaration 'd2' definition 'd'. [funcArgNamesDifferent]
eclib-20180815/libsrc/eclib/smat_elim.h:81:23: note: Function 'check_row' argument 1 names different: declaration 'd2' definition 'd'.
eclib-20180815/libsrc/smat_elim.cc:864:32: note: Function 'check_row' argument 1 names different: declaration 'd2' definition 'd'.
eclib-20180815/libsrc/smat_elim.cc:872:32: style: Function 'check_col' argument 1 names different: declaration 'col' definition 'c'. [funcArgNamesDifferent]
eclib-20180815/libsrc/eclib/smat_elim.h:80:23: note: Function 'check_col' argument 1 names different: declaration 'col' definition 'c'.
eclib-20180815/libsrc/smat_elim.cc:872:32: note: Function 'check_col' argument 1 names different: declaration 'col' definition 'c'.
eclib-20180815/libsrc/smat_elim.cc:1136:30: style: Function 'kernel' argument 1 names different: declaration 'm' definition 'sm'. [funcArgNamesDifferent]
eclib-20180815/libsrc/eclib/smat_elim.h:159:30: note: Function 'kernel' argument 1 names different: declaration 'm' definition 'sm'.
eclib-20180815/libsrc/smat_elim.cc:1136:30: note: Function 'kernel' argument 1 names different: declaration 'm' definition 'sm'.
eclib-20180815/libsrc/smat_elim.cc:1143:34: style: Function 'eigenspace' argument 1 names different: declaration 'm' definition 'm1'. [funcArgNamesDifferent]
eclib-20180815/libsrc/eclib/smat_elim.h:160:34: note: Function 'eigenspace' argument 1 names different: declaration 'm' definition 'm1'.
eclib-20180815/libsrc/smat_elim.cc:1143:34: note: Function 'eigenspace' argument 1 names different: declaration 'm' definition 'm1'.
eclib-20180815/libsrc/smat_elim.cc:1149:37: style: Function 'subeigenspace' argument 1 names different: declaration 'm' definition 'm1'. [funcArgNamesDifferent]
eclib-20180815/libsrc/eclib/smat_elim.h:161:37: note: Function 'subeigenspace' argument 1 names different: declaration 'm' definition 'm1'.
eclib-20180815/libsrc/smat_elim.cc:1149:37: note: Function 'subeigenspace' argument 1 names different: declaration 'm' definition 'm1'.
eclib-20180815/libsrc/smat_elim.cc:1099:12: warning: Member variable 'ssubspace_i::modulus' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/smat_elim.cc:1099:12: warning: Member variable 'ssubspace_l::modulus' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/libsrc/eclib/smat_elim.h:82:7: style: Technically the member function 'smat_i_elim::get_weight' can be const. [functionConst]
eclib-20180815/libsrc/smat_elim.cc:878:16: note: Technically the member function 'smat_i_elim::get_weight' can be const.
eclib-20180815/libsrc/eclib/smat_elim.h:82:7: note: Technically the member function 'smat_i_elim::get_weight' can be const.
eclib-20180815/libsrc/eclib/smat_elim.h:83:7: style: Technically the member function 'smat_i_elim::has_weight_one' can be const. [functionConst]
eclib-20180815/libsrc/smat_elim.cc:887:16: note: Technically the member function 'smat_i_elim::has_weight_one' can be const.
eclib-20180815/libsrc/eclib/smat_elim.h:83:7: note: Technically the member function 'smat_i_elim::has_weight_one' can be const.
eclib-20180815/libsrc/eclib/smat_elim.h:84:7: style: Technically the member function 'smat_i_elim::n_active_cols' can be const. [functionConst]
eclib-20180815/libsrc/smat_elim.cc:900:16: note: Technically the member function 'smat_i_elim::n_active_cols' can be const.
eclib-20180815/libsrc/eclib/smat_elim.h:84:7: note: Technically the member function 'smat_i_elim::n_active_cols' can be const.
eclib-20180815/libsrc/eclib/smat_elim.h:85:7: style: Technically the member function 'smat_i_elim::n_active_rows' can be const. [functionConst]
eclib-20180815/libsrc/smat_elim.cc:910:16: note: Technically the member function 'smat_i_elim::n_active_rows' can be const.
eclib-20180815/libsrc/eclib/smat_elim.h:85:7: note: Technically the member function 'smat_i_elim::n_active_rows' can be const.
eclib-20180815/libsrc/eclib/smat_elim.h:86:8: style: Technically the member function 'smat_i_elim::n_active_entries' can be const. [functionConst]
eclib-20180815/libsrc/smat_elim.cc:920:17: note: Technically the member function 'smat_i_elim::n_active_entries' can be const.
eclib-20180815/libsrc/eclib/smat_elim.h:86:8: note: Technically the member function 'smat_i_elim::n_active_entries' can be const.
eclib-20180815/libsrc/eclib/smat_elim.h:105:8: style: Technically the member function 'smat_i_elim::free_space' can be const. [functionConst]
eclib-20180815/libsrc/smat_elim.cc:859:17: note: Technically the member function 'smat_i_elim::free_space' can be const.
eclib-20180815/libsrc/eclib/smat_elim.h:105:8: note: Technically the member function 'smat_i_elim::free_space' can be const.
eclib-20180815/libsrc/eclib/smat_elim.h:82:7: style: Technically the member function 'smat_l_elim::get_weight' can be const. [functionConst]
eclib-20180815/libsrc/smat_elim.cc:878:16: note: Technically the member function 'smat_l_elim::get_weight' can be const.
eclib-20180815/libsrc/eclib/smat_elim.h:82:7: note: Technically the member function 'smat_l_elim::get_weight' can be const.
eclib-20180815/libsrc/eclib/smat_elim.h:83:7: style: Technically the member function 'smat_l_elim::has_weight_one' can be const. [functionConst]
eclib-20180815/libsrc/smat_elim.cc:887:16: note: Technically the member function 'smat_l_elim::has_weight_one' can be const.
eclib-20180815/libsrc/eclib/smat_elim.h:83:7: note: Technically the member function 'smat_l_elim::has_weight_one' can be const.
eclib-20180815/libsrc/eclib/smat_elim.h:84:7: style: Technically the member function 'smat_l_elim::n_active_cols' can be const. [functionConst]
eclib-20180815/libsrc/smat_elim.cc:900:16: note: Technically the member function 'smat_l_elim::n_active_cols' can be const.
eclib-20180815/libsrc/eclib/smat_elim.h:84:7: note: Technically the member function 'smat_l_elim::n_active_cols' can be const.
eclib-20180815/libsrc/eclib/smat_elim.h:85:7: style: Technically the member function 'smat_l_elim::n_active_rows' can be const. [functionConst]
eclib-20180815/libsrc/smat_elim.cc:910:16: note: Technically the member function 'smat_l_elim::n_active_rows' can be const.
eclib-20180815/libsrc/eclib/smat_elim.h:85:7: note: Technically the member function 'smat_l_elim::n_active_rows' can be const.
eclib-20180815/libsrc/eclib/smat_elim.h:86:8: style: Technically the member function 'smat_l_elim::n_active_entries' can be const. [functionConst]
eclib-20180815/libsrc/smat_elim.cc:920:17: note: Technically the member function 'smat_l_elim::n_active_entries' can be const.
eclib-20180815/libsrc/eclib/smat_elim.h:86:8: note: Technically the member function 'smat_l_elim::n_active_entries' can be const.
eclib-20180815/libsrc/eclib/smat_elim.h:105:8: style: Technically the member function 'smat_l_elim::free_space' can be const. [functionConst]
eclib-20180815/libsrc/smat_elim.cc:859:17: note: Technically the member function 'smat_l_elim::free_space' can be const.
eclib-20180815/libsrc/eclib/smat_elim.h:105:8: note: Technically the member function 'smat_l_elim::free_space' can be const.
eclib-20180815/libsrc/smat_elim.cc:105:3: style: Class 'list' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
eclib-20180815/libsrc/smat_elim.cc:105:3: style: Class 'list' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
eclib-20180815/libsrc/sqfdiv.cc:45:35: style: Function 'usediv' argument 1 names different: declaration 'e' definition 'ee'. [funcArgNamesDifferent]
eclib-20180815/libsrc/eclib/sqfdiv.h:41:29: note: Function 'usediv' argument 1 names different: declaration 'e' definition 'ee'.
eclib-20180815/libsrc/sqfdiv.cc:45:35: note: Function 'usediv' argument 1 names different: declaration 'e' definition 'ee'.
eclib-20180815/libsrc/sqfdiv.cc:32:3: performance: Variable 'd' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eclib-20180815/libsrc/sub.cc:81:12: style: The scope of the variable 'k' can be reduced. [variableScope]
eclib-20180815/libsrc/sub.cc:86:11: style: The scope of the variable 'ap' can be reduced. [variableScope]
eclib-20180815/libsrc/sub.cc:86:45: style: The scope of the variable 'bp' can be reduced. [variableScope]
eclib-20180815/libsrc/sub.cc:120:30: style: The scope of the variable 'i' can be reduced. [variableScope]
eclib-20180815/libsrc/sub.cc:170:11: style: The scope of the variable 'k' can be reduced. [variableScope]
eclib-20180815/libsrc/sub.cc:175:11: style: The scope of the variable 'ap' can be reduced. [variableScope]
eclib-20180815/libsrc/sub.cc:175:45: style: The scope of the variable 'bp' can be reduced. [variableScope]
eclib-20180815/libsrc/sub.cc:212:30: style: The scope of the variable 'i' can be reduced. [variableScope]
eclib-20180815/libsrc/sub.cc:229:29: style: The scope of the variable 'jj' can be reduced. [variableScope]
eclib-20180815/libsrc/sub.cc:118:28: style: Function 'kernel' argument 1 names different: declaration 'm' definition 'm1'. [funcArgNamesDifferent]
eclib-20180815/libsrc/eclib/sub.h:70:28: note: Function 'kernel' argument 1 names different: declaration 'm' definition 'm1'.
eclib-20180815/libsrc/sub.cc:118:28: note: Function 'kernel' argument 1 names different: declaration 'm' definition 'm1'.
eclib-20180815/libsrc/sub.cc:145:32: style: Function 'eigenspace' argument 1 names different: declaration 'm' definition 'm1'. [funcArgNamesDifferent]
eclib-20180815/libsrc/eclib/sub.h:72:32: note: Function 'eigenspace' argument 1 names different: declaration 'm' definition 'm1'.
eclib-20180815/libsrc/sub.cc:145:32: note: Function 'eigenspace' argument 1 names different: declaration 'm' definition 'm1'.
eclib-20180815/libsrc/sub.cc:152:35: style: Function 'subeigenspace' argument 1 names different: declaration 'm' definition 'm1'. [funcArgNamesDifferent]
eclib-20180815/libsrc/eclib/sub.h:73:35: note: Function 'subeigenspace' argument 1 names different: declaration 'm' definition 'm1'.
eclib-20180815/libsrc/sub.cc:152:35: note: Function 'subeigenspace' argument 1 names different: declaration 'm' definition 'm1'.
eclib-20180815/libsrc/sub.cc:210:32: style: Function 'oldpkernel' argument 1 names different: declaration 'm' definition 'm1'. [funcArgNamesDifferent]
eclib-20180815/libsrc/eclib/sub.h:79:32: note: Function 'oldpkernel' argument 1 names different: declaration 'm' definition 'm1'.
eclib-20180815/libsrc/sub.cc:210:32: note: Function 'oldpkernel' argument 1 names different: declaration 'm' definition 'm1'.
eclib-20180815/libsrc/sub.cc:227:29: style: Function 'pkernel' argument 1 names different: declaration 'm' definition 'm1'. [funcArgNamesDifferent]
eclib-20180815/libsrc/eclib/sub.h:80:29: note: Function 'pkernel' argument 1 names different: declaration 'm' definition 'm1'.
eclib-20180815/libsrc/sub.cc:227:29: note: Function 'pkernel' argument 1 names different: declaration 'm' definition 'm1'.
eclib-20180815/libsrc/sub.cc:263:33: style: Function 'peigenspace' argument 1 names different: declaration 'm' definition 'm1'. [funcArgNamesDifferent]
eclib-20180815/libsrc/eclib/sub.h:82:33: note: Function 'peigenspace' argument 1 names different: declaration 'm' definition 'm1'.
eclib-20180815/libsrc/sub.cc:263:33: note: Function 'peigenspace' argument 1 names different: declaration 'm' definition 'm1'.
eclib-20180815/libsrc/sub.cc:270:36: style: Function 'psubeigenspace' argument 1 names different: declaration 'm' definition 'm1'. [funcArgNamesDifferent]
eclib-20180815/libsrc/eclib/sub.h:83:36: note: Function 'psubeigenspace' argument 1 names different: declaration 'm' definition 'm1'.
eclib-20180815/libsrc/sub.cc:270:36: note: Function 'psubeigenspace' argument 1 names different: declaration 'm' definition 'm1'.
eclib-20180815/libsrc/svec.cc:49:26: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/svec.cc:89:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/svec.cc:168:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/svec.cc:173:33: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/svec.cc:178:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/svec.cc:183:30: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/svec.cc:184:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/svec.cc:185:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/svec.cc:209:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/svec.cc:214:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/svec.cc:219:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/svec.cc:224:32: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/svec.cc:225:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/svec.cc:226:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/svec.cc:251:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/svec.cc:256:33: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/svec.cc:261:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/svec.cc:266:30: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/svec.cc:267:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/svec.cc:268:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/svec.cc:279:29: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/svec.cc:291:30: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/svec.cc:292:21: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/svec.cc:301:24: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/svec.cc:324:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/svec.cc:329:33: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/svec.cc:334:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/svec.cc:339:30: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/svec.cc:340:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/svec.cc:341:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/svec.cc:371:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/svec.cc:376:33: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/svec.cc:382:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/svec.cc:387:30: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/svec.cc:388:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/svec.cc:389:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/svec.cc:414:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/svec.cc:419:33: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/svec.cc:424:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/svec.cc:429:30: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/svec.cc:430:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/svec.cc:431:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/svec.cc:455:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/svec.cc:460:33: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/svec.cc:465:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/svec.cc:470:30: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/svec.cc:471:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/svec.cc:472:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/svec.cc:487:29: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/svec.cc:498:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/svec.cc:500:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/svec.cc:516:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/svec.cc:532:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/svec.cc:533:31: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/svec.cc:536:6: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/svec.cc:547:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/svec.cc:556:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/svec.cc:568:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/svec.cc:569:31: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/svec.cc:572:6: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/svec.cc:582:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/svec.cc:30:22: style: The scope of the variable 'vi' can be reduced. [variableScope]
eclib-20180815/libsrc/svec.cc:286:10: style: The scope of the variable 'a' can be reduced. [variableScope]
eclib-20180815/libsrc/symb.cc:152:15: style: The scope of the variable 'c' can be reduced. [variableScope]
eclib-20180815/libsrc/symb.cc:152:19: style: The scope of the variable 'start' can be reduced. [variableScope]
eclib-20180815/libsrc/symb.cc:211:9: style: The scope of the variable 'j' can be reduced. [variableScope]
eclib-20180815/libsrc/eclib/symb.h:58:46: performance: Variable 'a' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eclib-20180815/libsrc/eclib/symb.h:59:53: performance: Variable 'a' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eclib-20180815/libsrc/eclib/symb.h:59:59: performance: Variable 'b' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eclib-20180815/libsrc/symb.cc:83:3: style: Class 'symblist' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
eclib-20180815/libsrc/symb.cc:83:3: style: Class 'symblist' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
eclib-20180815/libsrc/eclib/symb.h:60:5: style: Class 'modsym' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eclib-20180815/libsrc/eclib/symb.h:74:3: style: Class 'symblist' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eclib-20180815/libsrc/eclib/symb.h:88:5: style: Class 'symbdata' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eclib-20180815/libsrc/symb.cc:224:22: performance: Function parameter 's1' should be passed by const reference. [passedByValue]
eclib-20180815/libsrc/symb.cc:224:31: performance: Function parameter 's2' should be passed by const reference. [passedByValue]
eclib-20180815/libsrc/timer.cc:179:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/timer.cc:231:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/timer.cc:253:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/timer.cc:268:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/libsrc/eclib/timer.h:76:14: performance: Technically the member function 'timer::getWallTime' can be static. [functionStatic]
eclib-20180815/libsrc/timer.cc:324:15: note: Technically the member function 'timer::getWallTime' can be static.
eclib-20180815/libsrc/eclib/timer.h:76:14: note: Technically the member function 'timer::getWallTime' can be static.
eclib-20180815/libsrc/eclib/timer.h:79:12: performance: Technically the member function 'timer::toString' can be static. [functionStatic]
eclib-20180815/libsrc/timer.cc:353:15: note: Technically the member function 'timer::toString' can be static.
eclib-20180815/libsrc/eclib/timer.h:79:12: note: Technically the member function 'timer::toString' can be static.
eclib-20180815/libsrc/vec.cc:303:9: style: The scope of the variable 'vi0' can be reduced. [variableScope]
eclib-20180815/libsrc/vec.cc:303:14: style: The scope of the variable 'inv_vi0' can be reduced. [variableScope]
eclib-20180815/libsrc/eclib/vec.h:55:14: style: Technically the member function 'vec_i::addmodp' can be const. [functionConst]
eclib-20180815/libsrc/vec.cc:97:11: note: Technically the member function 'vec_i::addmodp' can be const.
eclib-20180815/libsrc/eclib/vec.h:55:14: note: Technically the member function 'vec_i::addmodp' can be const.
eclib-20180815/libsrc/eclib/vec.h:55:14: style: Technically the member function 'vec_l::addmodp' can be const. [functionConst]
eclib-20180815/libsrc/vec.cc:97:11: note: Technically the member function 'vec_l::addmodp' can be const.
eclib-20180815/libsrc/eclib/vec.h:55:14: note: Technically the member function 'vec_l::addmodp' can be const.
eclib-20180815/libsrc/xsplit.cc:301:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
eclib-20180815/libsrc/xsplit.cc:305:5: note: Found duplicate branches for 'if' and 'else'.
eclib-20180815/libsrc/xsplit.cc:301:5: note: Found duplicate branches for 'if' and 'else'.
eclib-20180815/libsrc/xsplit.cc:120:7: style: Unused variable: i [unusedVariable]
eclib-20180815/libsrc/xsplit.cc:120:10: style: Unused variable: j [unusedVariable]
eclib-20180815/libsrc/xsplit.cc:280:24: style: Unused variable: spm_abs [unusedVariable]
eclib-20180815/libsrc/eclib/xsplit.h:64:10: performance: Technically the member function 'form_finder::getbasis' can be static. [functionStatic]
eclib-20180815/libsrc/eclib/xsplit.h:65:10: performance: Technically the member function 'form_finder::getbasisplus' can be static. [functionStatic]
eclib-20180815/libsrc/eclib/xsplit.h:66:10: performance: Technically the member function 'form_finder::getbasisminus' can be static. [functionStatic]
eclib-20180815/libsrc/eclib/xsplit.h:86:10: performance: Technically the member function 'form_finder::go_up' can be static. [functionStatic]
eclib-20180815/libsrc/xsplit.cc:219:19: note: Technically the member function 'form_finder::go_up' can be static.
eclib-20180815/libsrc/eclib/xsplit.h:86:10: note: Technically the member function 'form_finder::go_up' can be static.
eclib-20180815/libsrc/eclib/xsplit.h:89:9: performance: Technically the member function 'form_finder::make_basis2' can be static. [functionStatic]
eclib-20180815/libsrc/xsplit.cc:335:18: note: Technically the member function 'form_finder::make_basis2' can be static.
eclib-20180815/libsrc/eclib/xsplit.h:89:9: note: Technically the member function 'form_finder::make_basis2' can be static.
eclib-20180815/libsrc/xsplit.cc:51:3: style: Class 'form_finder' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
eclib-20180815/libsrc/xsplit.cc:51:3: style: Class 'form_finder' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
eclib-20180815/libsrc/xsplit_data.cc:185:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/progs/aplist.cc:38:20: style: Unused variable: temp [unusedVariable]
eclib-20180815/progs/aplist.cc:58:8: style: Variable 'nap' is assigned a value that is never used. [unreadVariable]
eclib-20180815/progs/aplist.cc:48:47: style: Unused variable: nx [unusedVariable]
eclib-20180815/progs/aplist.cc:51:10: style: Unused variable: temp_short [unusedVariable]
eclib-20180815/progs/checkap.cc:36:7: style: The scope of the variable 'ok' can be reduced. [variableScope]
eclib-20180815/progs/checkap.cc:35:41: style: Unused variable: n2ds [unusedVariable]
eclib-20180815/progs/checkap.cc:35:47: style: Unused variable: ap [unusedVariable]
eclib-20180815/progs/checkap.cc:37:9: style: Unused variable: temp [unusedVariable]
eclib-20180815/progs/checkap.cc:50:10: style: Unused variable: temp_short [unusedVariable]
eclib-20180815/progs/curvesort.cc:350:14: style: The scope of the variable 'r' can be reduced. [variableScope]
eclib-20180815/progs/curvesort.cc:334:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/progs/h1bsdcurisog.cc:65:7: style: Unused variable: limit [unusedVariable]
eclib-20180815/progs/h1bsdcurisog.cc:98:0: style: Variable 'plus' is assigned a value that is never used. [unreadVariable]
eclib-20180815/progs/h1bsdcurisog.cc:98:0: style: Variable 'cuspidal' is assigned a value that is never used. [unreadVariable]
eclib-20180815/progs/h1clist.cc:73:0: style: Variable 'inf' is assigned a value that is never used. [unreadVariable]
eclib-20180815/progs/h1curve.cc:113:16: style: Same expression on both sides of '-' because the value of 'inf' and '1' are the same. [duplicateExpression]
eclib-20180815/progs/h1curve.cc:98:12: note: 'inf' is assigned value '1' here.
eclib-20180815/progs/h1curve.cc:113:16: note: Same expression on both sides of '-' because the value of 'inf' and '1' are the same.
eclib-20180815/progs/h1curve.cc:208:13: style: The scope of the variable 'ok1' can be reduced. [variableScope]
eclib-20180815/progs/indep_test.cc:37:8: style: The scope of the variable 'rank' can be reduced. [variableScope]
eclib-20180815/progs/indep_test.cc:37:20: style: The scope of the variable 'j' can be reduced. [variableScope]
eclib-20180815/progs/list_cubics.cc:33:7: style: The scope of the variable 'neg' can be reduced. [variableScope]
eclib-20180815/progs/moreap.cc:38:6: style: The scope of the variable 'nnf' can be reduced. [variableScope]
eclib-20180815/progs/moreap.cc:37:6: style: Unused variable: lastn [unusedVariable]
eclib-20180815/progs/nfcount.cc:34:3: style: Variable 'n' is reassigned a value before the old one has been used. [redundantAssignment]
eclib-20180815/progs/nfcount.cc:30:0: note: Variable 'n' is reassigned a value before the old one has been used.
eclib-20180815/progs/nfcount.cc:34:3: note: Variable 'n' is reassigned a value before the old one has been used.
eclib-20180815/progs/nfcount.cc:31:0: style: Variable 'getindex' is assigned a value that is never used. [unreadVariable]
eclib-20180815/progs/nfhpcurve.cc:97:0: style: Variable 'cuspidal' is assigned a value that is never used. [unreadVariable]
eclib-20180815/progs/nfhpmcurve.cc:86:0: style: Variable 'plus' is assigned a value that is never used. [unreadVariable]
eclib-20180815/progs/nfhpmcurve.cc:86:0: style: Variable 'cuspidal' is assigned a value that is never used. [unreadVariable]
eclib-20180815/progs/nfhpmcurve.cc:173:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/progs/pcurve.cc:89:16: style: Same expression on both sides of '-' because the value of 'inf' and '1' are the same. [duplicateExpression]
eclib-20180815/progs/pcurve.cc:80:14: note: 'inf' is assigned value '1' here.
eclib-20180815/progs/pcurve.cc:89:16: note: Same expression on both sides of '-' because the value of 'inf' and '1' are the same.
eclib-20180815/progs/pcurve.cc:99:17: style: Variable 'lplus' is assigned a value that is never used. [unreadVariable]
eclib-20180815/progs/pcurve.cc:99:35: style: Variable 'mplus' is assigned a value that is never used. [unreadVariable]
eclib-20180815/progs/pcurve.cc:100:15: style: Variable 's' is assigned a value that is never used. [unreadVariable]
eclib-20180815/progs/point_search.cc:48:36: style: The scope of the variable 'change_flag' can be reduced. [variableScope]
eclib-20180815/progs/qexp.cc:53:3: style: Variable 'n' is reassigned a value before the old one has been used. [redundantAssignment]
eclib-20180815/progs/qexp.cc:48:0: note: Variable 'n' is reassigned a value before the old one has been used.
eclib-20180815/progs/qexp.cc:53:3: note: Variable 'n' is reassigned a value before the old one has been used.
eclib-20180815/progs/qexp.cc:62:6: style: The scope of the variable 'i' can be reduced. [variableScope]
eclib-20180815/tests/checkgens.cc:124:14: style: Condition 'hmax<0' is always true [knownConditionTrueFalse]
eclib-20180815/tests/checkgens.cc:57:9: note: Assignment 'hmax=-1', assigned value is -1
eclib-20180815/tests/checkgens.cc:124:14: note: Condition 'hmax<0' is always true
eclib-20180815/tests/checkgens.cc:109:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/tests/hecketest.cc:88:33: style: The scope of the variable 'firstq' can be reduced. [variableScope]
eclib-20180815/tests/hecketest.cc:120:19: style: The scope of the variable 'mult' can be reduced. [variableScope]
eclib-20180815/tests/hecketest.cc:71:6: style: Unused variable: limit [unusedVariable]
eclib-20180815/tests/mattest.cc:36:12: style: The scope of the variable 'j' can be reduced. [variableScope]
eclib-20180815/tests/mhcount.cc:51:49: style: The scope of the variable 'c' can be reduced. [variableScope]
eclib-20180815/tests/mhcount.cc:51:52: style: The scope of the variable 'q' can be reduced. [variableScope]
eclib-20180815/tests/mhcount.cc:51:55: style: The scope of the variable 'x3' can be reduced. [variableScope]
eclib-20180815/tests/mhcount.cc:51:59: style: The scope of the variable 'y3' can be reduced. [variableScope]
eclib-20180815/tests/mmattest.cc:34:12: style: The scope of the variable 'j' can be reduced. [variableScope]
eclib-20180815/tests/modtest.cc:36:0: style: Variable 'plus' is assigned a value that is never used. [unreadVariable]
eclib-20180815/tests/mptest.cc:85:25: style: The scope of the variable 'res' can be reduced. [variableScope]
eclib-20180815/tests/mptest.cc:129:78: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/tests/nftest.cc:46:3: style: Variable 'verbose' is reassigned a value before the old one has been used. [redundantAssignment]
eclib-20180815/tests/nftest.cc:40:0: note: Variable 'verbose' is reassigned a value before the old one has been used.
eclib-20180815/tests/nftest.cc:46:3: note: Variable 'verbose' is reassigned a value before the old one has been used.
eclib-20180815/tests/nftest.cc:39:7: style: Unused variable: limit [unusedVariable]
eclib-20180815/tests/nftest.cc:39:13: style: Unused variable: firstn [unusedVariable]
eclib-20180815/tests/ptest.cc:76:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/tests/smattest.cc:167:23: error: Memory is allocated but not initialized: pos [uninitdata]
eclib-20180815/tests/tegr.cc:39:7: style: The scope of the variable 'j' can be reduced. [variableScope]
eclib-20180815/tests/thilbert.cc:33:30: style: The scope of the variable 'resp' can be reduced. [variableScope]
eclib-20180815/tests/thilbert.cc:33:36: style: The scope of the variable 'res' can be reduced. [variableScope]
eclib-20180815/tests/thilbert.cc:33:41: style: The scope of the variable 'checkres' can be reduced. [variableScope]
eclib-20180815/tests/thilbert.cc:61:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/tests/threading.cc:138:7: style: Condition 'v' is always false [knownConditionTrueFalse]
eclib-20180815/tests/threading.cc:79:20: note: Assignment 'v=0', assigned value is 0
eclib-20180815/tests/threading.cc:138:7: note: Condition 'v' is always false
eclib-20180815/tests/threading.cc:141:87: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eclib-20180815/tests/threading.cc:38:5: warning: Member variable 'isprime::min_' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/tests/threading.cc:38:5: warning: Member variable 'isprime::max_' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/tests/threading.cc:40:5: warning: Member variable 'isprime::n_' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/tests/threading.cc:40:5: warning: Member variable 'isprime::prime_' is not initialized in the constructor. [uninitMemberVar]
eclib-20180815/tests/threading.cc:57:18: style: Technically the member function 'isprime::n' can be const. [functionConst]
eclib-20180815/tests/threading.cc:61:10: style: Technically the member function 'isprime::isPrime' can be const. [functionConst]
eclib-20180815/tests/threading.cc:38:5: style: Class 'isprime' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eclib-20180815/tests/thtconst.cc:99:12: style: The scope of the variable 'kk' can be reduced. [variableScope]
eclib-20180815/tests/thtconst.cc:115:11: style: The scope of the variable 'cpsk' can be reduced. [variableScope]
eclib-20180815/tests/tilll.cc:30:10: style: The scope of the variable 'j' can be reduced. [variableScope]
eclib-20180815/tests/tilll.cc:30:13: style: The scope of the variable 'k' can be reduced. [variableScope]
eclib-20180815/tests/tlegcert.cc:54:15: style: Condition '!use_lll' is always true [knownConditionTrueFalse]
eclib-20180815/tests/tlegcert.cc:53:32: note: Assignment 'use_lll=4==5', assigned value is 0
eclib-20180815/tests/tlegcert.cc:54:15: note: Condition '!use_lll' is always true
eclib-20180815/tests/tlegcert.cc:55:10: style: Condition 'use_lll' is always false [knownConditionTrueFalse]
eclib-20180815/tests/tlegcert.cc:53:32: note: Assignment 'use_lll=4==5', assigned value is 0
eclib-20180815/tests/tlegcert.cc:55:10: note: Condition 'use_lll' is always false
eclib-20180815/tests/tmanin.cc:43:0: style: Variable 'cuspidal' is assigned a value that is never used. [unreadVariable]
eclib-20180815/tests/tmrank.cc:71:12: style: The scope of the variable 'rank' can be reduced. [variableScope]
eclib-20180815/tests/tnfd.cc:72:24: style: The scope of the variable 'bad' can be reduced. [variableScope]
eclib-20180815/tests/tnfd.cc:74:24: style: The scope of the variable 'p' can be reduced. [variableScope]
eclib-20180815/tests/torsion.cc:38:26: style: The scope of the variable 'ntor' can be reduced. [variableScope]
eclib-20180815/tests/torsion.cc:38:32: style: The scope of the variable 'n2' can be reduced. [variableScope]
eclib-20180815/tests/tpoints.cc:83:7: style: Condition 'loop' is always true [knownConditionTrueFalse]
eclib-20180815/tests/tpoints.cc:81:12: note: Assignment 'loop=1', assigned value is 1
eclib-20180815/tests/tpoints.cc:83:7: note: Condition 'loop' is always true
eclib-20180815/tests/tsat2.cc:48:7: style: The scope of the variable 'i' can be reduced. [variableScope]
eclib-20180815/tests/tsat2.cc:48:10: style: The scope of the variable 'j' can be reduced. [variableScope]
eclib-20180815/tests/tsat3.cc:62:7: style: The scope of the variable 'j' can be reduced. [variableScope]
[17:12]

ftp://ftp.se.debian.org/debian/pool/main/e/eclipse/eclipse_3.8.1.orig.tar.xz
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/carbon/eclipseCarbon.c:538:6: style: The scope of the variable 'length' can be reduced. [variableScope]
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/carbon/eclipseCarbon.c:590:6: style: The scope of the variable 'i' can be reduced. [variableScope]
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/carbon/eclipseCarbon.c:590:9: style: The scope of the variable 'q' can be reduced. [variableScope]
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/carbon/eclipseCarbon.c:591:6: style: The scope of the variable 'pathLength' can be reduced. [variableScope]
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/carbon/eclipseCarbon.c:795:45: style: Function 'loadBMPImage' argument 1 names different: declaration 'image' definition 'bmpPathname'. [funcArgNamesDifferent]
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/carbon/eclipseCarbon.c:244:44: note: Function 'loadBMPImage' argument 1 names different: declaration 'image' definition 'bmpPathname'.
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/carbon/eclipseCarbon.c:795:45: note: Function 'loadBMPImage' argument 1 names different: declaration 'image' definition 'bmpPathname'.
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/eclipseMain.c:369:2: style: Variable 'ch' is reassigned a value before the old one has been used. [redundantAssignment]
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/eclipseMain.c:366:0: note: Variable 'ch' is reassigned a value before the old one has been used.
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/eclipseMain.c:369:2: note: Variable 'ch' is reassigned a value before the old one has been used.
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/eclipseMain.c:102:11: style: The scope of the variable 'errorMsg' can be reduced. [variableScope]
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/eclipseMain.c:252:29: style: Function 'parseArgs' argument 1 names different: declaration 'argc' definition 'pArgc'. [funcArgNamesDifferent]
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/eclipseMain.c:55:31: note: Function 'parseArgs' argument 1 names different: declaration 'argc' definition 'pArgc'.
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/eclipseMain.c:252:29: note: Function 'parseArgs' argument 1 names different: declaration 'argc' definition 'pArgc'.
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/eclipse.c:826:2: style: Variable 'configFile' is reassigned a value before the old one has been used. [redundantAssignment]
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/eclipse.c:822:0: note: Variable 'configFile' is reassigned a value before the old one has been used.
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/eclipse.c:826:2: note: Variable 'configFile' is reassigned a value before the old one has been used.
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/eclipse.c:1113:2: style: Variable 'ch' is reassigned a value before the old one has been used. [redundantAssignment]
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/eclipse.c:1110:0: note: Variable 'ch' is reassigned a value before the old one has been used.
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/eclipse.c:1113:2: note: Variable 'ch' is reassigned a value before the old one has been used.
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/eclipse.c:1699:2: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/eclipse.c:1692:0: note: Variable 'buffer' is reassigned a value before the old one has been used.
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/eclipse.c:1699:2: note: Variable 'buffer' is reassigned a value before the old one has been used.
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/eclipse.c:718:6: style: The scope of the variable 'remArgs' can be reduced. [variableScope]
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/eclipse.c:721:11: style: The scope of the variable 'c' can be reduced. [variableScope]
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/eclipse.c:1604:10: style: The scope of the variable 'option' can be reduced. [variableScope]
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/eclipse.c:716:28: style: Function 'parseArgs' argument 1 names different: declaration 'argc' definition 'pArgc'. [funcArgNamesDifferent]
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/eclipse.c:340:33: note: Function 'parseArgs' argument 1 names different: declaration 'argc' definition 'pArgc'.
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/eclipse.c:716:28: note: Function 'parseArgs' argument 1 names different: declaration 'argc' definition 'pArgc'.
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/eclipse.c:1094:29: style: Function 'setProgramPath' argument 1 names different: declaration 'name' definition 'path'. [funcArgNamesDifferent]
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/eclipseCommon.h:75:36: note: Function 'setProgramPath' argument 1 names different: declaration 'name' definition 'path'.
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/eclipse.c:1094:29: note: Function 'setProgramPath' argument 1 names different: declaration 'name' definition 'path'.
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/eclipse.c:1681:0: error: Memory leak: argv [memleak]
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/eclipseCommon.c:518:4: error: Common realloc mistake: 'workingDir' nulled but not freed upon failure [memleakOnRealloc]
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/eclipseConfig.c:57:2: style: Variable 'config_file' is reassigned a value before the old one has been used. [redundantAssignment]
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/eclipseConfig.c:54:0: note: Variable 'config_file' is reassigned a value before the old one has been used.
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/eclipseConfig.c:57:2: note: Variable 'config_file' is reassigned a value before the old one has been used.
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/eclipseConfig.c:103:2: style: Variable 'file' is reassigned a value before the old one has been used. [redundantAssignment]
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/eclipseConfig.c:91:0: note: Variable 'file' is reassigned a value before the old one has been used.
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/eclipseConfig.c:103:2: note: Variable 'file' is reassigned a value before the old one has been used.
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/eclipseConfig.c:176:26: style: Function 'freeConfig' argument 1 names different: declaration 'args' definition 'argv'. [funcArgNamesDifferent]
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/eclipseConfig.h:60:33: note: Function 'freeConfig' argument 1 names different: declaration 'args' definition 'argv'.
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/eclipseConfig.c:176:26: note: Function 'freeConfig' argument 1 names different: declaration 'args' definition 'argv'.
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/eclipseConfig.c:132:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/eclipseConfig.c:119:4: error: Common realloc mistake: 'buffer' nulled but not freed upon failure [memleakOnRealloc]
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/eclipseConfig.c:120:4: error: Common realloc mistake: 'argument' nulled but not freed upon failure [memleakOnRealloc]
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/eclipseJNI.c:314:2: style: Variable 'results' is reassigned a value before the old one has been used. [redundantAssignment]
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/eclipseJNI.c:305:0: note: Variable 'results' is reassigned a value before the old one has been used.
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/eclipseJNI.c:314:2: note: Variable 'results' is reassigned a value before the old one has been used.
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/eclipseJNI.c:425:2: style: Variable 'jarFileClass' is reassigned a value before the old one has been used. [redundantAssignment]
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/eclipseJNI.c:417:0: note: Variable 'jarFileClass' is reassigned a value before the old one has been used.
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/eclipseJNI.c:425:2: note: Variable 'jarFileClass' is reassigned a value before the old one has been used.
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/eclipseJNI.c:531:3: style: Variable 'systemClass' is reassigned a value before the old one has been used. [redundantAssignment]
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/eclipseJNI.c:529:0: note: Variable 'systemClass' is reassigned a value before the old one has been used.
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/eclipseJNI.c:531:3: note: Variable 'systemClass' is reassigned a value before the old one has been used.
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/eclipseJNI.c:552:2: style: Variable 'booleanClass' is reassigned a value before the old one has been used. [redundantAssignment]
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/eclipseJNI.c:547:0: note: Variable 'booleanClass' is reassigned a value before the old one has been used.
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/eclipseJNI.c:552:2: note: Variable 'booleanClass' is reassigned a value before the old one has been used.
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/eclipseJNI.c:58:9: style: The scope of the variable 'length' can be reduced. [variableScope]
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/eclipseJNI.c:263:6: style: The scope of the variable 'index' can be reduced. [variableScope]
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/eclipseNix.c:128:2: style: Variable 'paths' is reassigned a value before the old one has been used. [redundantAssignment]
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/eclipseNix.c:120:0: note: Variable 'paths' is reassigned a value before the old one has been used.
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/eclipseNix.c:128:2: note: Variable 'paths' is reassigned a value before the old one has been used.
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/eclipseNix.c:211:3: style: Variable 'stream' is reassigned a value before the old one has been used. [redundantAssignment]
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/eclipseNix.c:208:0: note: Variable 'stream' is reassigned a value before the old one has been used.
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/eclipseNix.c:211:3: note: Variable 'stream' is reassigned a value before the old one has been used.
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/eclipseNix.c:72:6: style: The scope of the variable 'i' can be reduced. [variableScope]
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/eclipseNix.c:73:6: style: The scope of the variable 'pathLength' can be reduced. [variableScope]
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/eclipseShm.c:224:3: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/eclipseShm.c:216:17: warning: Either the condition 'id!=NULL' is redundant or there is possible null pointer dereference: id. [nullPointerRedundantCheck]
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/eclipseShm.c:212:9: note: Assuming that condition 'id!=NULL' is not redundant
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/eclipseShm.c:216:17: note: Null pointer dereference
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/eclipseShm.c:256:6: style: The scope of the variable 'length' can be reduced. [variableScope]
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/eclipseUtil.c:37:6: style: The scope of the variable 'res' can be reduced. [variableScope]
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/eclipseUtil.c:101:11: style: The scope of the variable 'checked' can be reduced. [variableScope]
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/eclipseUtil.c:102:9: style: The scope of the variable 'checkedLength' can be reduced. [variableScope]
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/eclipseUtil.c:193:6: style: The scope of the variable 'i' can be reduced. [variableScope]
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/eclipseUtil.c:211:11: style: The scope of the variable 'c' can be reduced. [variableScope]
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/eclipseUtil.c:141:31: style: Function 'concatPaths' argument 1 names different: declaration 'paths' definition 'strs'. [funcArgNamesDifferent]
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/eclipseUtil.h:48:37: note: Function 'concatPaths' argument 1 names different: declaration 'paths' definition 'strs'.
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/eclipseUtil.c:141:31: note: Function 'concatPaths' argument 1 names different: declaration 'paths' definition 'strs'.
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/eclipseUtil.c:141:44: style: Function 'concatPaths' argument 2 names different: declaration 'pathSeparator' definition 'separator'. [funcArgNamesDifferent]
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/eclipseUtil.h:48:51: note: Function 'concatPaths' argument 2 names different: declaration 'pathSeparator' definition 'separator'.
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/eclipseUtil.c:141:44: note: Function 'concatPaths' argument 2 names different: declaration 'pathSeparator' definition 'separator'.
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/eclipseUtil.c:117:4: error: Common realloc mistake: 'result' nulled but not freed upon failure [memleakOnRealloc]
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/gtk/eclipseGtk.c:143:10: style: The scope of the variable 'propVal' can be reduced. [variableScope]
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/motif/eclipseMotifCommon.c:49:5: style: Variable 'displayName' is reassigned a value before the old one has been used. [redundantAssignment]
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/motif/eclipseMotifCommon.c:41:0: note: Variable 'displayName' is reassigned a value before the old one has been used.
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/motif/eclipseMotifCommon.c:49:5: note: Variable 'displayName' is reassigned a value before the old one has been used.
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/photon/eclipsePhoton.c:253:39: style: Function 'centreWindow' argument 1 names different: declaration 'widget' definition 'window'. [funcArgNamesDifferent]
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/photon/eclipsePhoton.c:58:45: note: Function 'centreWindow' argument 1 names different: declaration 'widget' definition 'window'.
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/photon/eclipsePhoton.c:253:39: note: Function 'centreWindow' argument 1 names different: declaration 'widget' definition 'window'.
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/photon/eclipsePhoton.c:253:59: style: Function 'centreWindow' argument 2 names different: declaration 'label' definition 'expose'. [funcArgNamesDifferent]
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/photon/eclipsePhoton.c:58:65: note: Function 'centreWindow' argument 2 names different: declaration 'label' definition 'expose'.
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/photon/eclipsePhoton.c:253:59: note: Function 'centreWindow' argument 2 names different: declaration 'label' definition 'expose'.
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/photon/eclipsePhoton.c:284:77: style: Function 'splashTimeout' argument 3 names different: declaration 'id' definition 'info'. [funcArgNamesDifferent]
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/photon/eclipsePhoton.c:59:84: note: Function 'splashTimeout' argument 3 names different: declaration 'id' definition 'info'.
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/photon/eclipsePhoton.c:284:77: note: Function 'splashTimeout' argument 3 names different: declaration 'id' definition 'info'.
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/photon/eclipsePhoton.c:122:13: style: Variable 'depth' is assigned a value that is never used. [unreadVariable]
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/photon/eclipsePhoton.c:191:9: error: Common realloc mistake: 'ldpath' nulled but not freed upon failure [memleakOnRealloc]
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/win32/eclipseWin.c:124:2: style: Variable 'window' is reassigned a value before the old one has been used. [redundantAssignment]
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/win32/eclipseWin.c:117:0: note: Variable 'window' is reassigned a value before the old one has been used.
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/win32/eclipseWin.c:124:2: note: Variable 'window' is reassigned a value before the old one has been used.
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/win32/eclipseWin.c:299:2: style: Variable 'cwd' is reassigned a value before the old one has been used. [redundantAssignment]
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/win32/eclipseWin.c:289:0: note: Variable 'cwd' is reassigned a value before the old one has been used.
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/win32/eclipseWin.c:299:2: note: Variable 'cwd' is reassigned a value before the old one has been used.
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/win32/eclipseWin.c:291:11: style: The scope of the variable 'c' can be reduced. [variableScope]
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/win32/eclipseWin.c:338:6: style: The scope of the variable 'i' can be reduced. [variableScope]
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/win32/eclipseWin.c:338:9: style: The scope of the variable 'j' can be reduced. [variableScope]
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/win32/eclipseWin.c:339:9: style: The scope of the variable 'pathLength' can be reduced. [variableScope]
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/win32/eclipseWin.c:342:11: style: The scope of the variable 'location' can be reduced. [variableScope]
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/win32/eclipseWin.c:445:29: style: The scope of the variable 'space' can be reduced. [variableScope]
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/win32/eclipseWin.c:583:9: style: The scope of the variable 'info' can be reduced. [variableScope]
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/win32/eclipseWin.c:585:11: style: The scope of the variable 'key' can be reduced. [variableScope]
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/win32/eclipseWin.c:586:9: style: The scope of the variable 'i' can be reduced. [variableScope]
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/win32/eclipseWin.c:287:32: style: Function 'adjustSearchPath' argument 1 names different: declaration 'vmLibrary' definition 'vmLib'. [funcArgNamesDifferent]
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/win32/eclipseWin.c:59:40: note: Function 'adjustSearchPath' argument 1 names different: declaration 'vmLibrary' definition 'vmLib'.
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/win32/eclipseWin.c:287:32: note: Function 'adjustSearchPath' argument 1 names different: declaration 'vmLibrary' definition 'vmLib'.
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/win32/eclipseWin.c:421:40: style: Function 'checkVMRegistryKey' argument 1 names different: declaration 'jrekey' definition 'jreKey'. [funcArgNamesDifferent]
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/win32/eclipseWin.c:58:40: note: Function 'checkVMRegistryKey' argument 1 names different: declaration 'jrekey' definition 'jreKey'.
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/win32/eclipseWin.c:421:40: note: Function 'checkVMRegistryKey' argument 1 names different: declaration 'jrekey' definition 'jreKey'.
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/win32/eclipseWin.c:218:13: style: Variable 'depth' is assigned a value that is never used. [unreadVariable]
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/win32/eclipseWinCommon.c:107:2: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/win32/eclipseWinCommon.c:104:0: note: Variable 'str' is reassigned a value before the old one has been used.
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/win32/eclipseWinCommon.c:107:2: note: Variable 'str' is reassigned a value before the old one has been used.
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/wpf/eclipseWpf.cpp:242:20: style: The scope of the variable 'c' can be reduced. [variableScope]
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/wpf/eclipseWpf.cpp:279:6: style: The scope of the variable 'i' can be reduced. [variableScope]
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/wpf/eclipseWpf.cpp:279:9: style: The scope of the variable 'j' can be reduced. [variableScope]
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/wpf/eclipseWpf.cpp:280:6: style: The scope of the variable 'pathLength' can be reduced. [variableScope]
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/wpf/eclipseWpf.cpp:376:29: style: The scope of the variable 'space' can be reduced. [variableScope]
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/wpf/eclipseWpf.cpp:522:9: style: The scope of the variable 'info' can be reduced. [variableScope]
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/wpf/eclipseWpf.cpp:524:11: style: The scope of the variable 'key' can be reduced. [variableScope]
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/wpf/eclipseWpf.cpp:525:9: style: The scope of the variable 'i' can be reduced. [variableScope]
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/wpf/eclipseWpf.cpp:239:32: style: Function 'adjustSearchPath' argument 1 names different: declaration 'vmLibrary' definition 'vmLib'. [funcArgNamesDifferent]
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/wpf/eclipseWpf.cpp:55:40: note: Function 'adjustSearchPath' argument 1 names different: declaration 'vmLibrary' definition 'vmLib'.
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/wpf/eclipseWpf.cpp:239:32: note: Function 'adjustSearchPath' argument 1 names different: declaration 'vmLibrary' definition 'vmLib'.
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/wpf/eclipseWpf.cpp:353:40: style: Function 'checkVMRegistryKey' argument 1 names different: declaration 'jrekey' definition 'jreKey'. [funcArgNamesDifferent]
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/wpf/eclipseWpf.cpp:54:40: note: Function 'checkVMRegistryKey' argument 1 names different: declaration 'jrekey' definition 'jreKey'.
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/wpf/eclipseWpf.cpp:353:40: note: Function 'checkVMRegistryKey' argument 1 names different: declaration 'jrekey' definition 'jreKey'.
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/wpf/eclipseWpf.cpp:242:11: style: Unused variable: buffer [unusedVariable]
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/wpf/eclipseWpfCommon.cpp:49:2: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/wpf/eclipseWpfCommon.cpp:46:0: note: Variable 'str' is reassigned a value before the old one has been used.
eclipse-3.8.1/eclipse/features/org.eclipse.equinox.executable/library/wpf/eclipseWpfCommon.cpp:49:2: note: Variable 'str' is reassigned a value before the old one has been used.
eclipse-3.8.1/eclipse/plugins/org.eclipse.core.filesystem/natives/unix/unixfile.c:52:11: style: Unused variable: readOnly [unusedVariable]
eclipse-3.8.1/eclipse/plugins/org.eclipse.core.filesystem/natives/unix/unixfile.c:165:7: style: Unused variable: code [unusedVariable]
eclipse-3.8.1/eclipse/plugins/org.eclipse.core.filesystem/natives/unix/unixfile.c:169:23: style: Variable 'linkTarget' is assigned a value that is never used. [unreadVariable]
eclipse-3.8.1/eclipse/plugins/org.eclipse.core.net/natives/unix/gnomeproxy.c:165:2: performance: Buffer 'useSelector' is being written before its old content has been used. [redundantCopy]
eclipse-3.8.1/eclipse/plugins/org.eclipse.core.net/natives/unix/gnomeproxy.c:158:2: note: Buffer 'useSelector' is being written before its old content has been used.
eclipse-3.8.1/eclipse/plugins/org.eclipse.core.net/natives/unix/gnomeproxy.c:165:2: note: Buffer 'useSelector' is being written before its old content has been used.
eclipse-3.8.1/eclipse/plugins/org.eclipse.core.net/natives/win32/jWinHttp.cpp:159:2: style: Variable 'userAgent' is reassigned a value before the old one has been used. [redundantAssignment]
eclipse-3.8.1/eclipse/plugins/org.eclipse.core.net/natives/win32/jWinHttp.cpp:155:0: note: Variable 'userAgent' is reassigned a value before the old one has been used.
eclipse-3.8.1/eclipse/plugins/org.eclipse.core.net/natives/win32/jWinHttp.cpp:159:2: note: Variable 'userAgent' is reassigned a value before the old one has been used.
eclipse-3.8.1/eclipse/plugins/org.eclipse.core.net/natives/win32/jWinHttp.cpp:160:2: style: Variable 'proxyName' is reassigned a value before the old one has been used. [redundantAssignment]
eclipse-3.8.1/eclipse/plugins/org.eclipse.core.net/natives/win32/jWinHttp.cpp:156:0: note: Variable 'proxyName' is reassigned a value before the old one has been used.
eclipse-3.8.1/eclipse/plugins/org.eclipse.core.net/natives/win32/jWinHttp.cpp:160:2: note: Variable 'proxyName' is reassigned a value before the old one has been used.
eclipse-3.8.1/eclipse/plugins/org.eclipse.core.net/natives/win32/jWinHttp.cpp:161:2: style: Variable 'proxyBypass' is reassigned a value before the old one has been used. [redundantAssignment]
eclipse-3.8.1/eclipse/plugins/org.eclipse.core.net/natives/win32/jWinHttp.cpp:157:0: note: Variable 'proxyBypass' is reassigned a value before the old one has been used.
eclipse-3.8.1/eclipse/plugins/org.eclipse.core.net/natives/win32/jWinHttp.cpp:161:2: note: Variable 'proxyBypass' is reassigned a value before the old one has been used.
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT AWT/cocoa/library/swt_awt.c:25:27: style: The scope of the variable 'dsi' can be reduced. [variableScope]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT AWT/cocoa/library/swt_awt.c:26:33: style: The scope of the variable 'dsi_cocoa' can be reduced. [variableScope]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT AWT/gtk/library/swt_awt.c:23:27: style: The scope of the variable 'dsi' can be reduced. [variableScope]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT AWT/gtk/library/swt_awt.c:24:30: style: The scope of the variable 'dsi_x11' can be reduced. [variableScope]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT AWT/gtk/library/swt_awt.c:53:27: style: The scope of the variable 'dsi' can be reduced. [variableScope]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT AWT/gtk/library/swt_awt.c:54:30: style: The scope of the variable 'dsi_x11' can be reduced. [variableScope]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT AWT/motif/library/swt_awt.c:22:27: style: The scope of the variable 'dsi' can be reduced. [variableScope]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT AWT/motif/library/swt_awt.c:23:30: style: The scope of the variable 'dsi_x11' can be reduced. [variableScope]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT AWT/motif/library/swt_awt.c:52:27: style: The scope of the variable 'dsi' can be reduced. [variableScope]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT AWT/motif/library/swt_awt.c:53:30: style: The scope of the variable 'dsi_x11' can be reduced. [variableScope]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT AWT/win32/library/swt_awt.c:23:27: style: The scope of the variable 'dsi' can be reduced. [variableScope]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT AWT/win32/library/swt_awt.c:24:32: style: The scope of the variable 'dsi_win' can be reduced. [variableScope]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT Mozilla/common/library/nsIScriptGlobalObject.h:148:16: style: C-style pointer casting [cstyleCast]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT Mozilla/common/library/xpcom.cpp:7063:18: style: C-style pointer casting [cstyleCast]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT Mozilla/common/library/xpcom.cpp:7076:14: style: C-style pointer casting [cstyleCast]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT Mozilla/common/library/xpcom.cpp:7089:18: style: C-style pointer casting [cstyleCast]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT OpenGL/glx/library/glx.c:312:10: warning: Possible null pointer dereference: lparg0 [nullPointer]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT OpenGL/glx/library/glx.c:309:29: note: Assignment 'lparg0=NULL', assigned value is 0
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT OpenGL/glx/library/glx.c:312:10: note: Null pointer dereference
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/cocoa.c:94:41: warning: Possible null pointer dereference: lparg1 [nullPointer]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/cocoa.c:89:24: note: Assignment 'lparg1=NULL', assigned value is 0
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/cocoa.c:94:41: note: Null pointer dereference
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/cocoa.c:144:9: warning: Possible null pointer dereference: lparg0 [nullPointer]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/cocoa.c:141:24: note: Assignment 'lparg0=NULL', assigned value is 0
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/cocoa.c:144:9: note: Null pointer dereference
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/cocoa.c:158:10: warning: Possible null pointer dereference: lparg0 [nullPointer]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/cocoa.c:155:25: note: Assignment 'lparg0=NULL', assigned value is 0
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/cocoa.c:158:10: note: Null pointer dereference
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/cocoa.c:313:54: warning: Possible null pointer dereference: lparg3 [nullPointer]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/cocoa.c:309:25: note: Assignment 'lparg3=NULL', assigned value is 0
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/cocoa.c:313:54: note: Null pointer dereference
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/cocoa.c:329:54: warning: Possible null pointer dereference: lparg3 [nullPointer]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/cocoa.c:325:24: note: Assignment 'lparg3=NULL', assigned value is 0
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/cocoa.c:329:54: note: Null pointer dereference
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/cocoa.c:345:48: warning: Possible null pointer dereference: lparg2 [nullPointer]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/cocoa.c:341:25: note: Assignment 'lparg2=NULL', assigned value is 0
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/cocoa.c:345:48: note: Null pointer dereference
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/cocoa.c:361:48: warning: Possible null pointer dereference: lparg2 [nullPointer]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/cocoa.c:357:25: note: Assignment 'lparg2=NULL', assigned value is 0
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/cocoa.c:361:48: note: Null pointer dereference
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/cocoa.c:381:66: warning: Possible null pointer dereference: lparg4 [nullPointer]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/cocoa.c:375:25: note: Assignment 'lparg4=NULL', assigned value is 0
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/cocoa.c:381:66: note: Null pointer dereference
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/cocoa.c:399:48: warning: Possible null pointer dereference: lparg2 [nullPointer]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/cocoa.c:395:24: note: Assignment 'lparg2=NULL', assigned value is 0
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/cocoa.c:399:48: note: Null pointer dereference
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/cocoa.c:415:48: warning: Possible null pointer dereference: lparg2 [nullPointer]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/cocoa.c:411:24: note: Assignment 'lparg2=NULL', assigned value is 0
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/cocoa.c:415:48: note: Null pointer dereference
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/cocoa.c:431:48: warning: Possible null pointer dereference: lparg2 [nullPointer]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/cocoa.c:427:24: note: Assignment 'lparg2=NULL', assigned value is 0
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/cocoa.c:431:48: note: Null pointer dereference
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/cocoa.c:447:48: warning: Possible null pointer dereference: lparg2 [nullPointer]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/cocoa.c:443:24: note: Assignment 'lparg2=NULL', assigned value is 0
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/cocoa.c:447:48: note: Null pointer dereference
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/cocoa_custom.c:125:0: error: syntax error [syntaxError]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/os.c:2086:40: warning: Possible null pointer dereference: lparg1 [nullPointer]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/os.c:2083:24: note: Assignment 'lparg1=NULL', assigned value is 0
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/os.c:2086:40: note: Null pointer dereference
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/os.c:2110:52: warning: Possible null pointer dereference: lparg1 [nullPointer]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/os.c:2107:24: note: Assignment 'lparg1=NULL', assigned value is 0
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/os.c:2110:52: note: Null pointer dereference
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/os.c:2144:63: warning: Possible null pointer dereference: lparg1 [nullPointer]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/os.c:2141:17: note: Assignment 'lparg1=NULL', assigned value is 0
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/os.c:2144:63: note: Null pointer dereference
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/os.c:2158:52: warning: Possible null pointer dereference: lparg1 [nullPointer]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/os.c:2155:24: note: Assignment 'lparg1=NULL', assigned value is 0
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/os.c:2158:52: note: Null pointer dereference
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/os.c:2212:51: warning: Possible null pointer dereference: lparg1 [nullPointer]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/os.c:2209:24: note: Assignment 'lparg1=NULL', assigned value is 0
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/os.c:2212:51: note: Null pointer dereference
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/os.c:2570:67: warning: Possible null pointer dereference: lparg1 [nullPointer]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/os.c:2567:17: note: Assignment 'lparg1=NULL', assigned value is 0
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/os.c:2570:67: note: Null pointer dereference
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/os.c:2632:53: warning: Possible null pointer dereference: lparg1 [nullPointer]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/os.c:2629:24: note: Assignment 'lparg1=NULL', assigned value is 0
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/os.c:2632:53: note: Null pointer dereference
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/os.c:3190:76: warning: Possible null pointer dereference: lparg2 [nullPointer]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/os.c:3186:24: note: Assignment 'lparg2=NULL', assigned value is 0
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/os.c:3190:76: note: Null pointer dereference
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/os.c:3330:31: warning: Possible null pointer dereference: lparg0 [nullPointer]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/os.c:3326:25: note: Assignment 'lparg0=NULL', assigned value is 0
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/os.c:3330:31: note: Null pointer dereference
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/os.c:3360:43: warning: Possible null pointer dereference: lparg1 [nullPointer]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/os.c:3355:25: note: Assignment 'lparg1=NULL', assigned value is 0
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/os.c:3360:43: note: Null pointer dereference
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/os.c:3379:67: warning: Possible null pointer dereference: lparg2 [nullPointer]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/os.c:3374:25: note: Assignment 'lparg2=NULL', assigned value is 0
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/os.c:3379:67: note: Null pointer dereference
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/os.c:3398:74: warning: Possible null pointer dereference: lparg3 [nullPointer]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/os.c:3393:25: note: Assignment 'lparg3=NULL', assigned value is 0
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/os.c:3398:74: note: Null pointer dereference
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/os.c:3425:40: warning: Possible null pointer dereference: lparg0 [nullPointer]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/os.c:3421:25: note: Assignment 'lparg0=NULL', assigned value is 0
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/os.c:3425:40: note: Null pointer dereference
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/os.c:9170:53: warning: Possible null pointer dereference: lparg1 [nullPointer]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/os.c:9166:23: note: Assignment 'lparg1=NULL', assigned value is 0
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/os.c:9170:53: note: Null pointer dereference
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/os.c:9933:34: warning: Possible null pointer dereference: lparg0 [nullPointer]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/os.c:9929:23: note: Assignment 'lparg0=NULL', assigned value is 0
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/os.c:9933:34: note: Null pointer dereference
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/os.c:11187:35: warning: Possible null pointer dereference: lparg0 [nullPointer]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/os.c:11183:23: note: Assignment 'lparg0=NULL', assigned value is 0
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/os.c:11187:35: note: Null pointer dereference
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/os.c:11289:66: warning: Possible null pointer dereference: lparg1 [nullPointer]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/os.c:11285:24: note: Assignment 'lparg1=NULL', assigned value is 0
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/os.c:11289:66: note: Null pointer dereference
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/os.c:13816:33: warning: Possible null pointer dereference: lparg0 [nullPointer]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/os.c:13812:23: note: Assignment 'lparg0=NULL', assigned value is 0
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/os.c:13816:33: note: Null pointer dereference
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/os_custom.c:175:3: warning: Possible null pointer dereference: lparg1 [nullPointer]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/os_custom.c:172:24: note: Assignment 'lparg1=NULL', assigned value is 0
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/os_custom.c:175:3: note: Null pointer dereference
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/os_custom.c:189:3: warning: Possible null pointer dereference: lparg1 [nullPointer]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/os_custom.c:186:25: note: Assignment 'lparg1=NULL', assigned value is 0
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/os_custom.c:189:3: note: Null pointer dereference
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/os_custom.c:203:3: warning: Possible null pointer dereference: lparg1 [nullPointer]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/os_custom.c:200:24: note: Assignment 'lparg1=NULL', assigned value is 0
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/os_custom.c:203:3: note: Null pointer dereference
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/os_custom.c:221:3: warning: Possible null pointer dereference: lparg2 [nullPointer]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/os_custom.c:216:24: note: Assignment 'lparg2=NULL', assigned value is 0
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/os_custom.c:221:3: note: Null pointer dereference
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/os_custom.c:235:3: warning: Possible null pointer dereference: lparg1 [nullPointer]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/os_custom.c:232:24: note: Assignment 'lparg1=NULL', assigned value is 0
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/os_custom.c:235:3: note: Null pointer dereference
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/os_custom.c:249:3: warning: Possible null pointer dereference: lparg1 [nullPointer]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/os_custom.c:246:25: note: Assignment 'lparg1=NULL', assigned value is 0
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/os_custom.c:249:3: note: Null pointer dereference
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/os_custom.c:317:3: warning: Possible null pointer dereference: lparg1 [nullPointer]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/os_custom.c:314:24: note: Assignment 'lparg1=NULL', assigned value is 0
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/carbon/library/os_custom.c:317:3: note: Null pointer dereference
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/cocoa/library/os.c:0:0: error: syntax error [syntaxError]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/cocoa/library/os.c:0:0: note: syntax error
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/cocoa/library/os.c:0:0: note: syntax error
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/cocoa/library/os_custom.c:0:0: error: syntax error [syntaxError]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/cocoa/library/os_custom.c:0:0: note: syntax error
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/cocoa/library/os_custom.c:0:0: note: syntax error
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/os.c:13554:2: warning: Possible null pointer dereference: lparg2 [nullPointer]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/os.c:13551:26: note: Assignment 'lparg2=NULL', assigned value is 0
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/os.c:13554:2: note: Null pointer dereference
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/os.c:13568:2: warning: Possible null pointer dereference: lparg2 [nullPointer]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/os.c:13565:26: note: Assignment 'lparg2=NULL', assigned value is 0
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/os.c:13568:2: note: Null pointer dereference
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/os.c:13596:2: warning: Possible null pointer dereference: lparg1 [nullPointer]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/os.c:13593:26: note: Assignment 'lparg1=NULL', assigned value is 0
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/os.c:13596:2: note: Null pointer dereference
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/os.c:13624:2: warning: Possible null pointer dereference: lparg2 [nullPointer]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/os.c:13621:26: note: Assignment 'lparg2=NULL', assigned value is 0
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/os.c:13624:2: note: Null pointer dereference
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/os.c:13652:2: warning: Possible null pointer dereference: lparg2 [nullPointer]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/os.c:13649:26: note: Assignment 'lparg2=NULL', assigned value is 0
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/os.c:13652:2: note: Null pointer dereference
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/os.c:13692:2: warning: Possible null pointer dereference: lparg2 [nullPointer]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/os.c:13689:26: note: Assignment 'lparg2=NULL', assigned value is 0
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/os.c:13692:2: note: Null pointer dereference
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/os.c:13734:2: warning: Possible null pointer dereference: lparg2 [nullPointer]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/os.c:13731:26: note: Assignment 'lparg2=NULL', assigned value is 0
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/os.c:13734:2: note: Null pointer dereference
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/photon/library/os.c:3571:16: warning: Possible null pointer dereference: lparg1 [nullPointer]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/photon/library/os.c:3568:36: note: Assignment 'lparg1=NULL', assigned value is 0
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/photon/library/os.c:3571:16: note: Null pointer dereference
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/win32/library/com.c:3064:105: warning: Possible null pointer dereference: lparg2 [nullPointer]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/win32/library/com.c:3056:22: note: Assignment 'lparg2=NULL', assigned value is 0
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/win32/library/com.c:3064:105: note: Null pointer dereference
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/win32/library/com.c:3118:107: warning: Possible null pointer dereference: lparg2 [nullPointer]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/win32/library/com.c:3110:22: note: Assignment 'lparg2=NULL', assigned value is 0
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/win32/library/com.c:3118:107: note: Null pointer dereference
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/win32/library/gdip.cpp:613:51: warning: Possible null pointer dereference: lparg1 [nullPointer]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/win32/library/gdip.cpp:609:23: note: Assignment 'lparg1=NULL', assigned value is 0
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/win32/library/gdip.cpp:613:51: note: Null pointer dereference
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/win32/library/gdip.cpp:632:147: warning: Possible null pointer dereference: lparg6 [nullPointer]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/win32/library/gdip.cpp:627:24: note: Assignment 'lparg6=NULL', assigned value is 0
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/win32/library/gdip.cpp:632:147: note: Null pointer dereference
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/win32/library/gdip.cpp:930:73: warning: Possible null pointer dereference: lparg2 [nullPointer]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/win32/library/gdip.cpp:922:22: note: Assignment 'lparg2=NULL', assigned value is 0
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/win32/library/gdip.cpp:930:73: note: Null pointer dereference
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/win32/library/gdip.cpp:1000:87: warning: Possible null pointer dereference: lparg4 [nullPointer]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/win32/library/gdip.cpp:991:24: note: Assignment 'lparg4=NULL', assigned value is 0
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/win32/library/gdip.cpp:1000:87: note: Null pointer dereference
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/win32/library/gdip.cpp:1032:87: warning: Possible null pointer dereference: lparg4 [nullPointer]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/win32/library/gdip.cpp:1023:24: note: Assignment 'lparg4=NULL', assigned value is 0
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/win32/library/gdip.cpp:1032:87: note: Null pointer dereference
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/win32/library/gdip.cpp:1436:50: warning: Possible null pointer dereference: lparg1 [nullPointer]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/win32/library/gdip.cpp:1428:22: note: Assignment 'lparg1=NULL', assigned value is 0
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/win32/library/gdip.cpp:1436:50: note: Null pointer dereference
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/win32/library/gdip.cpp:1856:51: warning: Possible null pointer dereference: lparg1 [nullPointer]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/win32/library/gdip.cpp:1851:24: note: Assignment 'lparg1=NULL', assigned value is 0
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/win32/library/gdip.cpp:1856:51: note: Null pointer dereference
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/win32/library/gdip.cpp:2128:58: warning: Possible null pointer dereference: lparg1 [nullPointer]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/win32/library/gdip.cpp:2124:24: note: Assignment 'lparg1=NULL', assigned value is 0
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/win32/library/gdip.cpp:2128:58: note: Null pointer dereference
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/win32/library/os.c:2349:41: warning: Possible null pointer dereference: lparg1 [nullPointer]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/win32/library/os.c:2345:23: note: Assignment 'lparg1=NULL', assigned value is 0
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/win32/library/os.c:2349:41: note: Null pointer dereference
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/win32/library/os.c:12386:17: warning: Possible null pointer dereference: lparg0 [nullPointer]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/win32/library/os.c:12383:23: note: Assignment 'lparg0=NULL', assigned value is 0
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/win32/library/os.c:12386:17: note: Null pointer dereference
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/win32/library/os.c:12730:35: warning: Possible null pointer dereference: lparg1 [nullPointer]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/win32/library/os.c:12725:23: note: Assignment 'lparg1=NULL', assigned value is 0
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/win32/library/os.c:12730:35: note: Null pointer dereference
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/win32/library/os.c:19346:34: warning: Possible null pointer dereference: lparg0 [nullPointer]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/win32/library/os.c:19342:23: note: Assignment 'lparg0=NULL', assigned value is 0
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/win32/library/os.c:19346:34: note: Null pointer dereference
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/wpf/library/os.cpp:488:51: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/wpf/library/os.cpp:500:13: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/wpf/library/os.cpp:7644:13: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/wpf/library/os.cpp:8056:39: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/wpf/library/os.cpp:9107:110: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/wpf/library/os.cpp:9118:110: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/wpf/library/os.cpp:9651:13: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/wpf/library/os.cpp:9664:13: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/wpf/library/os.cpp:11971:57: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/wpf/library/os.cpp:12777:97: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/wpf/library/os.cpp:12919:65: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/wpf/library/os.cpp:12932:13: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/wpf/library/os.cpp:12945:13: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT PI/wpf/library/os_custom.cpp:1007:0: error: failed to expand 'HANDLER_CONSTRUCTOR', Invalid ## usage when expanding 'HANDLER_CONSTRUCTOR'. [preprocessorErrorDirective]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT/common/library/callback.c:1197:10: style: Condition 'env==NULL' is always true [knownConditionTrueFalse]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT/common/library/callback.c:1168:16: note: Assignment 'env=NULL', assigned value is 0
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT/common/library/callback.c:1197:10: note: Condition 'env==NULL' is always true
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT/common/library/callback.c:1197:10: style: Same expression on both sides of '==' because the value of 'env' and 'NULL' are the same. [duplicateExpression]
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT/common/library/callback.c:1168:16: note: 'env' is assigned value 'NULL' here.
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT/common/library/callback.c:1197:10: note: Same expression on both sides of '==' because the value of 'env' and 'NULL' are the same.
eclipse-3.8.1/eclipse/plugins/org.eclipse.swt/Eclipse SWT/common/library/callback.c:1220:7: style: The scope of the variable 'i' can be reduced. [variableScope]
eclipse-3.8.1/eclipse/plugins/org.eclipse.update.core.linux/src/update.c:80:2: style: Variable 'lpDirectoryName' is assigned a value that is never used. [unreadVariable]
eclipse-3.8.1/eclipse/plugins/org.eclipse.update.core.linux/src/update.c:111:2: style: Variable 'lpDirectoryName' is assigned a value that is never used. [unreadVariable]
eclipse-3.8.1/eclipse/plugins/org.eclipse.update.core.linux/src/update.c:134:0: style: Variable 'nDrive' is assigned a value that is never used. [unreadVariable]
eclipse-3.8.1/eclipse/plugins/org.eclipse.update.core.linux/src/update.c:146:2: style: Variable 'stringClass' is assigned a value that is never used. [unreadVariable]
eclipse-3.8.1/eclipse/plugins/org.eclipse.update.core.linux/src/update.c:147:2: style: Variable 'empty' is assigned a value that is never used. [unreadVariable]
eclipse-3.8.1/eclipse/plugins/org.eclipse.update.core.win32/src/update.cpp:66:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
eclipse-3.8.1/eclipse/plugins/org.eclipse.update.core.win32/src/update.cpp:156:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
eclipse-3.8.1/eclipse/plugins/org.eclipse.update.core.win32/src/update.cpp:362:22: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
eclipse-3.8.1/eclipse/plugins/org.eclipse.update.core.win32/src/update.cpp:372:22: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
[17:13]

ftp://ftp.se.debian.org/debian/pool/main/e/eclipse-aether/eclipse-aether_1.0.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/eclipse-anyedit/eclipse-anyedit_2.4.4.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/e/eclipse-cdt/eclipse-cdt_8.6.0.orig.tar.xz
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.aix/library/exec_unix.c:63:9: style: Unused variable: ptr [unusedVariable]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.aix/library/exec_unix.c:107:8: style: Unused variable: b [unusedVariable]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.aix/library/pfind.c:69:35: style: Checking if unsigned variable 'strlen(path)' is less than zero. [unsignedLessThanZero]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.aix/library/pty.c:32:2: style: Variable 'master' is reassigned a value before the old one has been used. [redundantAssignment]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.aix/library/pty.c:26:0: note: Variable 'master' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.aix/library/pty.c:32:2: note: Variable 'master' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.aix/library/spawner.c:78:17: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.aix/library/spawner.c:77:16: note: outer condition: *p
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.aix/library/spawner.c:78:17: note: identical inner condition: *p
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.aix/library/spawner.c:155:5: style: Variable 'cmd' is reassigned a value before the old one has been used. [redundantAssignment]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.aix/library/spawner.c:151:0: note: Variable 'cmd' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.aix/library/spawner.c:155:5: note: Variable 'cmd' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.linux/library/exec_unix.c:63:9: style: Unused variable: ptr [unusedVariable]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.linux/library/exec_unix.c:107:8: style: Unused variable: b [unusedVariable]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.linux/library/pfind.c:71:35: style: Checking if unsigned variable 'strlen(path)' is less than zero. [unsignedLessThanZero]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.linux/library/pty.c:31:2: style: Variable 'master' is reassigned a value before the old one has been used. [redundantAssignment]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.linux/library/pty.c:25:0: note: Variable 'master' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.linux/library/pty.c:31:2: note: Variable 'master' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.linux/library/spawner.c:77:17: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.linux/library/spawner.c:76:16: note: outer condition: *p
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.linux/library/spawner.c:77:17: note: identical inner condition: *p
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.linux/library/spawner.c:154:5: style: Variable 'cmd' is reassigned a value before the old one has been used. [redundantAssignment]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.linux/library/spawner.c:150:0: note: Variable 'cmd' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.linux/library/spawner.c:154:5: note: Variable 'cmd' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.macosx/library/exec_unix.c:61:9: style: Unused variable: ptr [unusedVariable]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.macosx/library/exec_unix.c:103:8: style: Unused variable: b [unusedVariable]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.macosx/library/pfind.c:71:35: style: Checking if unsigned variable 'strlen(path)' is less than zero. [unsignedLessThanZero]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.macosx/library/pty.c:29:2: style: Variable 'master' is reassigned a value before the old one has been used. [redundantAssignment]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.macosx/library/pty.c:23:0: note: Variable 'master' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.macosx/library/pty.c:29:2: note: Variable 'master' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.macosx/library/spawner.c:75:17: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.macosx/library/spawner.c:74:16: note: outer condition: *p
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.macosx/library/spawner.c:75:17: note: identical inner condition: *p
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.macosx/library/spawner.c:151:5: style: Variable 'cmd' is reassigned a value before the old one has been used. [redundantAssignment]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.macosx/library/spawner.c:147:0: note: Variable 'cmd' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.macosx/library/spawner.c:151:5: note: Variable 'cmd' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.qnx/library/pty/pty.c:29:2: style: Variable 'master' is reassigned a value before the old one has been used. [redundantAssignment]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.qnx/library/pty/pty.c:23:0: note: Variable 'master' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.qnx/library/pty/pty.c:29:2: note: Variable 'master' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.qnx/library/spawner/spawner.c:251:9: error: Array 'fd_ret[3]' accessed at index 3, which is out of bounds. [arrayIndexOutOfBounds]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.qnx/library/spawner/spawner.c:121:18: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.qnx/library/spawner/spawner.c:120:25: note: outer condition: pParms[j]!=NULL
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.qnx/library/spawner/spawner.c:121:18: note: identical inner condition: pParms[j]!=NULL
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.qnx/library/spawner/spawner.c:132:17: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.qnx/library/spawner/spawner.c:131:24: note: outer condition: pEnvs[j]!=NULL
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.qnx/library/spawner/spawner.c:132:17: note: identical inner condition: pEnvs[j]!=NULL
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.qnx/library/spawner/spawner.c:312:18: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.qnx/library/spawner/spawner.c:311:25: note: outer condition: pParms[j]!=NULL
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.qnx/library/spawner/spawner.c:312:18: note: identical inner condition: pParms[j]!=NULL
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.qnx/library/spawner/spawner.c:323:17: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.qnx/library/spawner/spawner.c:322:24: note: outer condition: pEnvs[j]!=NULL
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.qnx/library/spawner/spawner.c:323:17: note: identical inner condition: pEnvs[j]!=NULL
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.qnx/library/spawner/spawner.c:157:11: style: The scope of the variable 'pwd' can be reduced. [variableScope]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.solaris/library/exec_unix.c:63:9: style: Unused variable: ptr [unusedVariable]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.solaris/library/pfind.c:72:35: style: Checking if unsigned variable 'strlen(path)' is less than zero. [unsignedLessThanZero]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.solaris/library/pty.c:29:2: style: Variable 'master' is reassigned a value before the old one has been used. [redundantAssignment]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.solaris/library/pty.c:23:0: note: Variable 'master' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.solaris/library/pty.c:29:2: note: Variable 'master' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.solaris/library/spawner.c:76:17: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.solaris/library/spawner.c:75:16: note: outer condition: *p
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.solaris/library/spawner.c:76:17: note: identical inner condition: *p
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.solaris/library/spawner.c:153:5: style: Variable 'cmd' is reassigned a value before the old one has been used. [redundantAssignment]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.solaris/library/spawner.c:149:0: note: Variable 'cmd' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.solaris/library/spawner.c:153:5: note: Variable 'cmd' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/cfiles/TranslationUnits.c:29:6: style: struct member 'mystruct::a' is never used. [unusedStructMember]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/cfiles/TranslationUnits.c:30:7: style: struct member 'mystruct::b' is never used. [unusedStructMember]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/cfiles/TranslationUnits.c:31:7: style: struct member 'mystruct::c' is never used. [unusedStructMember]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/cfiles/TranslationUnits.c:36:6: style: union member 'myunion::x' is never used. [unusedStructMember]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/cfiles/TranslationUnits.c:37:7: style: union member 'myunion::y' is never used. [unusedStructMember]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/cfiles/TranslationUnits.c:38:7: style: union member 'myunion::z' is never used. [unusedStructMember]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/cfiles/TranslationUnits.c:60:6: style: Unused variable: var1 [unusedVariable]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/cmodel/CModelBuilderTest.cpp:2:15: performance: Technically the member function 'Test::inlined' can be static. [functionStatic]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/cmodel/IStructure.cpp:48:7: style: struct member 'testStruct9Inner::x' is never used. [unusedStructMember]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/cmodel/IStructure.cpp:51:7: style: struct member 'testStruct10Inner::y' is never used. [unusedStructMember]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/cmodel/IStructure.cpp:53:8: style: struct member 'testStruct11Inner::z' is never used. [unusedStructMember]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/cmodel/IStructure.cpp:59:7: style: union member 'testUnion1::m_field1' is never used. [unusedStructMember]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/cmodel/IStructure.cpp:60:8: style: union member 'testUnion1::m_field2' is never used. [unusedStructMember]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/cmodel/IStructure.cpp:61:16: style: union member 'testUnion1::m_field3' is never used. [unusedStructMember]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/cmodel/IStructure.cpp:62:6: style: union member 'testUnion1::m_field4' is never used. [unusedStructMember]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/cmodel/IStructure.cpp:63:11: style: union member 'testUnion1::m_field5' is never used. [unusedStructMember]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/cmodel/IStructure.cpp:64:8: style: union member 'testUnion1::m_field6' is never used. [unusedStructMember]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/cmodel/IStructure.cpp:13:2: warning: Member variable 'testStruct1::m_field1' is not initialized in the constructor. [uninitMemberVar]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/cmodel/IStructure.cpp:13:2: warning: Member variable 'testStruct1::m_field2' is not initialized in the constructor. [uninitMemberVar]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/cmodel/IStructure.cpp:13:2: warning: Member variable 'testStruct1::m_field3' is not initialized in the constructor. [uninitMemberVar]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/cmodel/IStructure.cpp:13:2: warning: Member variable 'testStruct1::m_field4' is not initialized in the constructor. [uninitMemberVar]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/cmodel/IStructure.cpp:13:2: warning: Member variable 'testStruct1::m_field5' is not initialized in the constructor. [uninitMemberVar]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/cmodel/IStructure.cpp:13:2: warning: Member variable 'testStruct1::m_field6' is not initialized in the constructor. [uninitMemberVar]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/cmodel/IStructure.cpp:11:21: performance: Technically the member function 'testStruct1::method2' can be static. [functionStatic]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/cmodel/ITemplate.cpp:41:18: style: union member 'ArrayOverlay::numArrays' is never used. [unusedStructMember]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/cmodel/ITemplate.cpp:10:27: style: Unused private function: 'Foo::fum' [unusedPrivateFunction]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/cmodel/ITemplate.cpp:10:27: performance: Technically the member function 'Foo::fum' can be static. [functionStatic]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/cmodel/ITemplate.cpp:60:31: note: Technically the member function 'Foo::fum' can be static.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/cmodel/ITemplate.cpp:10:27: note: Technically the member function 'Foo::fum' can be static.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/cmodel/ITemplate.cpp:30:6: performance: Technically the member function 'nonVector::length' can be static. [functionStatic]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/cmodel/ITemplate.cpp:49:21: performance: Technically the member function 'TemplateContainer::scrum' can be static. [functionStatic]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/cmodel/ITemplate.cpp:29:16: style: Class 'nonVector' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/cmodel/ITemplate.cpp:29:16: style: Class 'nonVector' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/cmodel/ITemplate.cpp:26:5: style: Class 'nonVector' is unsafe, 'nonVector::head' can leak by wrong usage. [unsafeClassCanLeak]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/indexer/DocumentManager.cpp:21:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/indexer/extramail.cpp:77:0: error: syntax error [syntaxError]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/indexer/mail.cpp:64:0: error: syntax error [syntaxError]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/parser/AutomatedTest/defaultCpp/Simple.h:26:7: performance: Technically the member function 'SimpleClass::init' can be static. [functionStatic]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/parser/AutomatedTest/defaultCpp/Simple.cpp:30:19: note: Technically the member function 'SimpleClass::init' can be static.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/parser/AutomatedTest/defaultCpp/Simple.h:26:7: note: Technically the member function 'SimpleClass::init' can be static.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/parser/AutomatedTest/defaultCpp/Simple.h:19:3: style: Struct 'InnerStruct' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/classTests/class.cpp:4:7: performance: Technically the member function 'A::f' can be static. [functionStatic]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/classTests/class.cpp:11:9: performance: Technically the member function 'B::bf' can be static. [functionStatic]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/classTests/class.cpp:28:6: style: Class 'C' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/compositeTypeTests/compositeType.c:63:2: style: Variable 'cs1.cs1b' is reassigned a value before the old one has been used. [redundantAssignment]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/compositeTypeTests/compositeType.c:62:2: note: Variable 'cs1.cs1b' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/compositeTypeTests/compositeType.c:63:2: note: Variable 'cs1.cs1b' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/compositeTypeTests/compositeType.c:70:2: style: Variable 'cs1.cs1c' is reassigned a value before the old one has been used. [redundantAssignment]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/compositeTypeTests/compositeType.c:69:2: note: Variable 'cs1.cs1c' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/compositeTypeTests/compositeType.c:70:2: note: Variable 'cs1.cs1c' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/compositeTypeTests/compositeType.c:71:2: style: Variable 'cs1.cs1c' is reassigned a value before the old one has been used. [redundantAssignment]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/compositeTypeTests/compositeType.c:70:2: note: Variable 'cs1.cs1c' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/compositeTypeTests/compositeType.c:71:2: note: Variable 'cs1.cs1c' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/compositeTypeTests/compositeType.c:78:2: style: Variable 'cs1.cs1c.cs2b' is reassigned a value before the old one has been used. [redundantAssignment]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/compositeTypeTests/compositeType.c:77:2: note: Variable 'cs1.cs1c.cs2b' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/compositeTypeTests/compositeType.c:78:2: note: Variable 'cs1.cs1c.cs2b' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/compositeTypeTests/compositeType.c:79:2: style: Variable 'cs1.cs1c.cs2b' is reassigned a value before the old one has been used. [redundantAssignment]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/compositeTypeTests/compositeType.c:78:2: note: Variable 'cs1.cs1c.cs2b' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/compositeTypeTests/compositeType.c:79:2: note: Variable 'cs1.cs1c.cs2b' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/compositeTypeTests/compositeType.c:84:2: style: Variable 'cs1.cs1c.cs2b.cs3a' is reassigned a value before the old one has been used. [redundantAssignment]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/compositeTypeTests/compositeType.c:83:2: note: Variable 'cs1.cs1c.cs2b.cs3a' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/compositeTypeTests/compositeType.c:84:2: note: Variable 'cs1.cs1c.cs2b.cs3a' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/compositeTypeTests/compositeType.c:85:2: style: Variable 'cs1.cs1c.cs2b.cs3a' is reassigned a value before the old one has been used. [redundantAssignment]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/compositeTypeTests/compositeType.c:84:2: note: Variable 'cs1.cs1c.cs2b.cs3a' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/compositeTypeTests/compositeType.c:85:2: note: Variable 'cs1.cs1c.cs2b.cs3a' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/compositeTypeTests/compositeType.c:86:2: style: Variable 'cs1.cs1c.cs2b.cs3a' is reassigned a value before the old one has been used. [redundantAssignment]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/compositeTypeTests/compositeType.c:85:2: note: Variable 'cs1.cs1c.cs2b.cs3a' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/compositeTypeTests/compositeType.c:86:2: note: Variable 'cs1.cs1c.cs2b.cs3a' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/compositeTypeTests/compositeType.c:87:2: style: Variable 'cs1.cs1c.cs2b.cs3a' is reassigned a value before the old one has been used. [redundantAssignment]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/compositeTypeTests/compositeType.c:86:2: note: Variable 'cs1.cs1c.cs2b.cs3a' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/compositeTypeTests/compositeType.c:87:2: note: Variable 'cs1.cs1c.cs2b.cs3a' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/compositeTypeTests/compositeType.c:2:6: style: struct member 'blah::lala' is never used. [unusedStructMember]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/compositeTypeTests/compositeType.c:54:2: error: Uninitialized variable: cpss [uninitvar]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/compositeTypeTests/compositeType.cpp:54:2: style: Variable 's1.s1b' is reassigned a value before the old one has been used. [redundantAssignment]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/compositeTypeTests/compositeType.cpp:53:2: note: Variable 's1.s1b' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/compositeTypeTests/compositeType.cpp:54:2: note: Variable 's1.s1b' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/compositeTypeTests/compositeType.cpp:61:2: style: Variable 's1.s1c' is reassigned a value before the old one has been used. [redundantAssignment]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/compositeTypeTests/compositeType.cpp:60:2: note: Variable 's1.s1c' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/compositeTypeTests/compositeType.cpp:61:2: note: Variable 's1.s1c' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/compositeTypeTests/compositeType.cpp:62:2: style: Variable 's1.s1c' is reassigned a value before the old one has been used. [redundantAssignment]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/compositeTypeTests/compositeType.cpp:61:2: note: Variable 's1.s1c' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/compositeTypeTests/compositeType.cpp:62:2: note: Variable 's1.s1c' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/compositeTypeTests/compositeType.cpp:69:2: style: Variable 's1.s1c.s2b' is reassigned a value before the old one has been used. [redundantAssignment]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/compositeTypeTests/compositeType.cpp:68:2: note: Variable 's1.s1c.s2b' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/compositeTypeTests/compositeType.cpp:69:2: note: Variable 's1.s1c.s2b' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/compositeTypeTests/compositeType.cpp:70:2: style: Variable 's1.s1c.s2b' is reassigned a value before the old one has been used. [redundantAssignment]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/compositeTypeTests/compositeType.cpp:69:2: note: Variable 's1.s1c.s2b' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/compositeTypeTests/compositeType.cpp:70:2: note: Variable 's1.s1c.s2b' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/compositeTypeTests/compositeType.cpp:75:2: style: Variable 's1.s1c.s2b.s3a' is reassigned a value before the old one has been used. [redundantAssignment]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/compositeTypeTests/compositeType.cpp:74:2: note: Variable 's1.s1c.s2b.s3a' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/compositeTypeTests/compositeType.cpp:75:2: note: Variable 's1.s1c.s2b.s3a' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/compositeTypeTests/compositeType.cpp:76:2: style: Variable 's1.s1c.s2b.s3a' is reassigned a value before the old one has been used. [redundantAssignment]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/compositeTypeTests/compositeType.cpp:75:2: note: Variable 's1.s1c.s2b.s3a' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/compositeTypeTests/compositeType.cpp:76:2: note: Variable 's1.s1c.s2b.s3a' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/compositeTypeTests/compositeType.cpp:77:2: style: Variable 's1.s1c.s2b.s3a' is reassigned a value before the old one has been used. [redundantAssignment]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/compositeTypeTests/compositeType.cpp:76:2: note: Variable 's1.s1c.s2b.s3a' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/compositeTypeTests/compositeType.cpp:77:2: note: Variable 's1.s1c.s2b.s3a' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/compositeTypeTests/compositeType.cpp:78:2: style: Variable 's1.s1c.s2b.s3a' is reassigned a value before the old one has been used. [redundantAssignment]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/compositeTypeTests/compositeType.cpp:77:2: note: Variable 's1.s1c.s2b.s3a' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/compositeTypeTests/compositeType.cpp:78:2: note: Variable 's1.s1c.s2b.s3a' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/compositeTypeTests/compositeType.cpp:45:2: error: Uninitialized variable: pss [uninitvar]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/defDeclTests/types.c:5:22: style: struct member 'type_t01::a' is never used. [unusedStructMember]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/defDeclTests/types.c:27:22: style: struct member 'type_t03::a' is never used. [unusedStructMember]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/defDeclTests/types.c:34:20: style: struct member 'type_t04::next' is never used. [unusedStructMember]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/defDeclTests/types.c:44:6: style: struct member 'type_t05::a' is never used. [unusedStructMember]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/defDeclTests/types.c:7:18: style: Unused variable: var [unusedVariable]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/defDeclTests/types.c:16:20: style: Unused variable: var [unusedVariable]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/defDeclTests/types.c:25:20: style: Unused variable: var [unusedVariable]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/defDeclTests/types.c:37:11: style: Unused variable: st [unusedVariable]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/defDeclTests/types.c:47:11: style: Unused variable: st [unusedVariable]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/defDeclTests/vars.c:14:10: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/defDeclTests/vars.c:21:0: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/defDeclTests/vars.c:29:10: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/defDeclTests/vars.c:41:10: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/defDeclTests/vars.c:52:10: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/fieldTests/fields.cpp:56:2: style: Variable 'c2.c2a' is reassigned a value before the old one has been used. [redundantAssignment]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/fieldTests/fields.cpp:55:2: note: Variable 'c2.c2a' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/fieldTests/fields.cpp:56:2: note: Variable 'c2.c2a' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/fieldTests/fields.cpp:30:9: warning: Member variable 'Class1::mutableField' is not initialized in the constructor. [uninitMemberVar]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/fieldTests/fields.cpp:30:9: warning: Member variable 'Class1::c1a' is not initialized in the constructor. [uninitMemberVar]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/fieldTests/fields.cpp:30:9: warning: Member variable 'Class1::c1b' is not initialized in the constructor. [uninitMemberVar]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/fieldTests/fields.cpp:36:9: warning: Member variable 'Class2::c2a' is not initialized in the constructor. [uninitMemberVar]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/fieldTests/fields.cpp:36:9: warning: Member variable 'Class2::c2b' is not initialized in the constructor. [uninitMemberVar]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/functionTests/modifiers.c:20:7: style: struct member 'D::a' is never used. [unusedStructMember]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/methodTests/inheritance.cpp:3:9: performance: Technically the member function 'Class1::normalMethod' can be static. [functionStatic]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/methodTests/inheritance.cpp:65:16: note: Technically the member function 'Class1::normalMethod' can be static.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/methodTests/inheritance.cpp:3:9: note: Technically the member function 'Class1::normalMethod' can be static.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/methodTests/inheritance.cpp:58:7: performance: Technically the member function 'Class2::overloadedMethod' can be static. [functionStatic]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/methodTests/inheritance.cpp:80:14: note: Technically the member function 'Class2::overloadedMethod' can be static.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/methodTests/inheritance.cpp:58:7: note: Technically the member function 'Class2::overloadedMethod' can be static.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/methodTests/inheritance.cpp:59:7: performance: Technically the member function 'Class2::overloadedMethod' can be static. [functionStatic]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/methodTests/inheritance.cpp:83:14: note: Technically the member function 'Class2::overloadedMethod' can be static.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/methodTests/inheritance.cpp:59:7: note: Technically the member function 'Class2::overloadedMethod' can be static.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/methodTests/inheritance.cpp:56:7: style: The function 'pureVirtualMethod' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/methodTests/inheritance.cpp:5:15: note: Virtual function in base class
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/methodTests/inheritance.cpp:56:7: note: Function in derived class
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/methodTests/inheritance.cpp:57:7: style: The function 'overriddenMethod' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/methodTests/inheritance.cpp:6:15: note: Virtual function in base class
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/methodTests/inheritance.cpp:57:7: note: Function in derived class
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/overloadsWithinSingleTU/withinSingleTranslationUnit.cpp:4:7: performance: Technically the member function 'Foo::foo' can be static. [functionStatic]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/overloadsWithinSingleTU/withinSingleTranslationUnit.cpp:5:7: performance: Technically the member function 'Foo::foo' can be static. [functionStatic]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/overloadsWithinSingleTU/withinSingleTranslationUnit.cpp:6:7: performance: Technically the member function 'Foo::foo' can be static. [functionStatic]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/overloadsWithinSingleTU/withinSingleTranslationUnit.cpp:23:8: performance: Technically the member function 'X::Foo::m' can be static. [functionStatic]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/searchTests/Class2.h:9:7: performance: Technically the member function 'Class2::foo' can be static. [functionStatic]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/searchTests/Class2.cpp:12:14: note: Technically the member function 'Class2::foo' can be static.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/searchTests/Class2.h:9:7: note: Technically the member function 'Class2::foo' can be static.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/types/typedef.c:9:9: error: Uninitialized variable: x [uninitvar]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/types/typedef.c:9:9: error: Uninitialized struct member: x.x [uninitStructMember]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/types/typedef.cpp:3:7: performance: Technically the member function 'A::f' can be static. [functionStatic]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/pdomtests/types/typedef.cpp:11:2: error: Uninitialized variable: x [uninitvar]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/search/classDecl.cpp:87:7: style: struct member 'xTag::x' is never used. [unusedStructMember]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/search/classDecl.cpp:92:7: style: struct member 'yTag::x' is never used. [unusedStructMember]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/search/classDecl.cpp:33:6: style: Unused variable: aStruct [unusedVariable]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/search/include.h:4:1: style: The class 'Head' does not have a constructor although it has private member variables. [noConstructor]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/search/include.h:17:1: style: The class 'DeclsAndDefns' does not have a constructor although it has private member variables. [noConstructor]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/search/include.h:21:7: style: Unused private function: 'DeclsAndDefns::forwardMethod' [unusedPrivateFunction]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/search/include.h:22:7: style: Unused private function: 'DeclsAndDefns::inlineMethod' [unusedPrivateFunction]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/search/include.h:34:9: style: Unused private function: 'Right::turn' [unusedPrivateFunction]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/search/include.h:21:7: performance: Technically the member function 'DeclsAndDefns::forwardMethod' can be static. [functionStatic]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/search/classDecl.cpp:80:21: note: Technically the member function 'DeclsAndDefns::forwardMethod' can be static.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/search/include.h:21:7: note: Technically the member function 'DeclsAndDefns::forwardMethod' can be static.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/search/include.h:22:7: performance: Technically the member function 'DeclsAndDefns::inlineMethod' can be static. [functionStatic]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.tests/resources/search/include.h:34:9: performance: Technically the member function 'Right::turn' can be static. [functionStatic]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.win32/library/Win32ProcessEx.c:831:30: style: Function 'findProcInfo' argument 1 names different: declaration 'pid' definition 'uid'. [funcArgNamesDifferent]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.win32/library/Win32ProcessEx.c:60:30: note: Function 'findProcInfo' argument 1 names different: declaration 'pid' definition 'uid'.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.win32/library/Win32ProcessEx.c:831:30: note: Function 'findProcInfo' argument 1 names different: declaration 'pid' definition 'uid'.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.win32/library/Win32ProcessEx.c:932:58: style: Function 'copyTo' argument 3 names different: declaration 'cpyLenght' definition 'cpyLength'. [funcArgNamesDifferent]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.win32/library/Win32ProcessEx.c:66:66: note: Function 'copyTo' argument 3 names different: declaration 'cpyLenght' definition 'cpyLength'.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.win32/library/Win32ProcessEx.c:932:58: note: Function 'copyTo' argument 3 names different: declaration 'cpyLenght' definition 'cpyLength'.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.win32/library/Win32ProcessEx.c:936:21: style: Variable 'totCpyLength' is assigned a value that is never used. [unreadVariable]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.win32/library/listtasks/listtasks.cpp:71:18: style: The scope of the variable 'szFileName' can be reduced. [variableScope]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.win32/library/raise.c:41:15: style: Variable 'thread_id' is assigned a value that is never used. [unreadVariable]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.win32/library/raise.c:96:10: style: Variable 'hmod' is assigned a value that is never used. [unreadVariable]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.win32/library/raise.c:123:45: style: Variable 'c_scan_code' is assigned a value that is never used. [unreadVariable]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.win32/library/starter/starter.cpp:183:2: warning: Either the condition 'NULL!=szCmdLine' is redundant or there is possible null pointer dereference: szCmdLine. [nullPointerRedundantCheck]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.win32/library/starter/starter.cpp:406:11: note: Assuming that condition 'NULL!=szCmdLine' is not redundant
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.win32/library/starter/starter.cpp:183:2: note: Null pointer dereference
eclipse-cdt-8.6.0/core/org.eclipse.cdt.core.win32/library/starter/starter.cpp:434:21: style: Variable 'totCpyLength' is assigned a value that is never used. [unreadVariable]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/addInclude/Enumerator_307738.cpp:2:11: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/addInclude/VariableTypeHelper.h:5:1: style: The class 'VT' does not have a constructor although it has private member variables. [noConstructor]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/addInclude/VariableTypeHelper.h:6:7: style: Unused private function: 'VT::method' [unusedPrivateFunction]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/ceditor/occurrences.cpp:134:2: style: Label 'referencedLabel' is not used. [unusedLabel]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/ceditor/occurrences.cpp:83:9: style: Unused variable: tu [unusedVariable]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/ceditor/occurrences.cpp:89:9: style: Unused variable: size [unusedVariable]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/ceditor/occurrences.cpp:68:2: warning: Member variable 'CppStruct::structField' is not initialized in the constructor. [uninitMemberVar]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/ceditor/occurrences.h:3:7: style: Unused private function: 'Base2::foo' [unusedPrivateFunction]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/ceditor/occurrences.cpp:51:13: style: Unused private function: 'ClassContainer::staticPrivMethod' [unusedPrivateFunction]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/ceditor/occurrences.cpp:58:3: performance: Variable 'tArg1' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/ceditor/occurrences.cpp:59:3: performance: Variable 'tArg2' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/ceditor/occurrences.h:3:7: performance: Technically the member function 'Base2::foo' can be static. [functionStatic]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/ceditor/occurrences.cpp:32:13: note: Technically the member function 'Base2::foo' can be static.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/ceditor/occurrences.h:3:7: note: Technically the member function 'Base2::foo' can be static.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/ceditor/occurrences.cpp:46:6: style: Technically the member function 'ClassContainer::pubMethod' can be const. [functionConst]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/ceditor/occurrences.cpp:94:21: note: Technically the member function 'ClassContainer::pubMethod' can be const.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/ceditor/occurrences.cpp:46:6: note: Technically the member function 'ClassContainer::pubMethod' can be const.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/ceditor/occurrences.cpp:120:0: performance: Technically the member function 'ConstantTemplate < 5 >::getNumber' can be static. [functionStatic]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/ceditor/occurrences.cpp:120:0: performance: Technically the member function 'ConstantTemplate < 4 >::getNumber' can be static. [functionStatic]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/compare/CompareTest.cpp:96:7: style: struct member 'MyStruct::sint' is never used. [unusedStructMember]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/compare/CompareTest.cpp:102:7: style: struct member 'myTypedef::ss' is never used. [unusedStructMember]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/compare/CompareTest.cpp:106:7: style: union member 'U::U1' is never used. [unusedStructMember]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/compare/CompareTest.cpp:91:0: style: Variable 'g' is assigned a value that is never used. [unreadVariable]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/compare/CompareTest.cpp:46:6: style: Class 'X' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart.h:32:0: style: Variable 'aLocalDeclaration' is assigned a value that is never used. [unreadVariable]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart.h:36:0: style: Variable 'xLocalDeclaration' is assigned a value that is never used. [unreadVariable]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart.h:50:7: performance: Technically the member function 'anotherClass::anotherMethod' can be static. [functionStatic]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart1.cpp:3:20: note: Technically the member function 'anotherClass::anotherMethod' can be static.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart.h:50:7: note: Technically the member function 'anotherClass::anotherMethod' can be static.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart.h:55:2: style: Class 'xOtherClass' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart.h:56:2: style: Class 'xOtherClass' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart.h:50:7: performance: Technically the member function 'anotherClass::anotherMethod' can be static. [functionStatic]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart10.cpp:3:20: note: Technically the member function 'anotherClass::anotherMethod' can be static.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart.h:50:7: note: Technically the member function 'anotherClass::anotherMethod' can be static.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart10.cpp:7:0: error: Memory leak: c [memleak]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart10.cpp:6:5: error: Memory is allocated but not initialized: c [uninitdata]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart14.cpp:4:6: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart15.cpp:4:6: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart16.cpp:3:0: error: Invalid number of character '(' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart17.cpp:3:0: error: Invalid number of character '(' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart18.cpp:4:0: error: Invalid number of character '(' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart19.cpp:4:0: error: Invalid number of character '(' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart.h:50:7: performance: Technically the member function 'anotherClass::anotherMethod' can be static. [functionStatic]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart2.cpp:3:20: note: Technically the member function 'anotherClass::anotherMethod' can be static.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart.h:50:7: note: Technically the member function 'anotherClass::anotherMethod' can be static.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart22.cpp:6:0: error: Invalid number of character '(' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart23.cpp:6:0: error: Invalid number of character '(' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart26.cpp:3:0: error: Syntax error in #ifdef [preprocessorErrorDirective]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart28.cpp:5:10: style: Variable 'myClass' is assigned a value that is never used. [unreadVariable]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart.h:50:7: performance: Technically the member function 'anotherClass::anotherMethod' can be static. [functionStatic]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart28.cpp:3:20: note: Technically the member function 'anotherClass::anotherMethod' can be static.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart.h:50:7: note: Technically the member function 'anotherClass::anotherMethod' can be static.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart29.cpp:5:10: style: Variable 'myClass' is assigned a value that is never used. [unreadVariable]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart.h:50:7: performance: Technically the member function 'anotherClass::anotherMethod' can be static. [functionStatic]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart29.cpp:3:20: note: Technically the member function 'anotherClass::anotherMethod' can be static.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart.h:50:7: note: Technically the member function 'anotherClass::anotherMethod' can be static.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart.h:50:7: performance: Technically the member function 'anotherClass::anotherMethod' can be static. [functionStatic]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart30.cpp:3:20: note: Technically the member function 'anotherClass::anotherMethod' can be static.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart.h:50:7: note: Technically the member function 'anotherClass::anotherMethod' can be static.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart.h:50:7: performance: Technically the member function 'anotherClass::anotherMethod' can be static. [functionStatic]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart31.cpp:3:20: note: Technically the member function 'anotherClass::anotherMethod' can be static.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart.h:50:7: note: Technically the member function 'anotherClass::anotherMethod' can be static.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart34.cpp:5:0: error: Invalid number of character '(' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart35.cpp:4:0: error: Invalid number of character '(' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart36.cpp:6:0: error: Invalid number of character '(' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart38.cpp:11:0: error: syntax error [syntaxError]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart39.cpp:10:0: error: syntax error [syntaxError]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart40.h:46:2: style: Class 'xOtherClass' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart40.h:47:2: style: Class 'xOtherClass' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart41.h:4:7: performance: Technically the member function 'B::bar' can be static. [functionStatic]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart41.h:10:7: performance: Technically the member function 'A::foo' can be static. [functionStatic]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart.h:50:7: performance: Technically the member function 'anotherClass::anotherMethod' can be static. [functionStatic]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart5.cpp:3:20: note: Technically the member function 'anotherClass::anotherMethod' can be static.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart.h:50:7: note: Technically the member function 'anotherClass::anotherMethod' can be static.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart.h:50:7: performance: Technically the member function 'anotherClass::anotherMethod' can be static. [functionStatic]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart6.cpp:3:20: note: Technically the member function 'anotherClass::anotherMethod' can be static.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart.h:50:7: note: Technically the member function 'anotherClass::anotherMethod' can be static.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart6.cpp:7:0: error: Memory leak: c [memleak]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart6.cpp:6:5: error: Memory is allocated but not initialized: c [uninitdata]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart.h:50:7: performance: Technically the member function 'anotherClass::anotherMethod' can be static. [functionStatic]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart7.cpp:7:20: note: Technically the member function 'anotherClass::anotherMethod' can be static.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart.h:50:7: note: Technically the member function 'anotherClass::anotherMethod' can be static.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart8.cpp:4:6: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart.h:50:7: performance: Technically the member function 'anotherClass::anotherMethod' can be static. [functionStatic]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart9.cpp:3:20: note: Technically the member function 'anotherClass::anotherMethod' can be static.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/contentassist/CompletionTestStart.h:50:7: note: Technically the member function 'anotherClass::anotherMethod' can be static.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/folding/FoldingTest.cpp:124:12: style: Expression is always false because 'else if' condition matches previous condition at line 121. [multiCondition]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/folding/FoldingTest.cpp:76:7: style: Condition '0==0' is always true [knownConditionTrueFalse]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/folding/FoldingTest.cpp:76:7: style: Same expression on both sides of '=='. [duplicateExpression]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/folding/FoldingTest.cpp:79:5: warning: Redundant assignment of 'j' to itself. [selfAssignment]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/folding/FoldingTest.cpp:75:14: style: The scope of the variable 'j' can be reduced. [variableScope]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/folding/FoldingTest.cpp:63:9: style: struct member 'CppStruct::structField' is never used. [unusedStructMember]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/folding/FoldingTest.cpp:67:9: style: union member 'CppUnion::unionField' is never used. [unusedStructMember]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/folding/FoldingTest.cpp:55:9: style: Technically the member function 'Class::pubMethod' can be const. [functionConst]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/folding/FoldingTest.cpp:58:12: note: Technically the member function 'Class::pubMethod' can be const.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/folding/FoldingTest.cpp:55:9: note: Technically the member function 'Class::pubMethod' can be const.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/formatter/bugs/After.cpp:44:26: style: The scope of the variable 'rtc_hdw_current_clock' can be reduced. [variableScope]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/formatter/bugs/After.cpp:45:6: style: The scope of the variable 'rtc_s2000_clock_source_state' can be reduced. [variableScope]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/formatter/bugs/After.cpp:45:36: style: The scope of the variable 'RTC_CLOCK_PLL' can be reduced. [variableScope]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/formatter/bugs/After.cpp:42:6: style: Unused variable: rtc_hdw_cr_sync_next [unusedVariable]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/formatter/bugs/After.cpp:42:28: style: Variable 'rtc_hdw_cr_sync' is not assigned a value. [unassignedVariable]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/formatter/bugs/After.cpp:42:45: style: Variable 'rtc_hdw_cr_resync_enable' is not assigned a value. [unassignedVariable]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/formatter/bugs/After.cpp:43:4: style: Variable 'rtc_s2000_src_pending' is not assigned a value. [unassignedVariable]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/formatter/bugs/After.cpp:43:27: style: Variable 'rtc_s2000_cr_sync_pending' is not assigned a value. [unassignedVariable]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/formatter/bugs/After.cpp:44:4: style: Variable 'rtc_hdw_cr_sync_next' is not assigned a value. [unassignedVariable]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/formatter/bugs/After.cpp:45:6: style: Variable 'rtc_s2000_clock_source_state' is not assigned a value. [unassignedVariable]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/formatter/bugs/After.cpp:45:36: style: Variable 'RTC_CLOCK_PLL' is not assigned a value. [unassignedVariable]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/formatter/bugs/After.cpp:11:2: style: Class 'ABaseClass' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/formatter/bugs/After.cpp:14:2: style: Class 'AClass' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/formatter/bugs/After.cpp:46:32: error: Uninitialized variable: rtc_hdw_cr_sync [uninitvar]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/formatter/bugs/After.cpp:46:52: error: Uninitialized variable: rtc_hdw_cr_resync_enable [uninitvar]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/formatter/bugs/After.cpp:47:8: error: Uninitialized variable: rtc_s2000_src_pending [uninitvar]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/formatter/bugs/After.cpp:47:34: error: Uninitialized variable: rtc_s2000_cr_sync_pending [uninitvar]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/formatter/bugs/After.cpp:46:8: error: Uninitialized variable: rtc_hdw_cr_sync_next [uninitvar]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/formatter/bugs/After.cpp:51:10: error: Uninitialized variable: rtc_s2000_clock_source_state [uninitvar]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/formatter/bugs/After.cpp:51:42: error: Uninitialized variable: RTC_CLOCK_PLL [uninitvar]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/formatter/bugs/After.cpp:48:38: error: Uninitialized variable: rtc_hdw_current_clock [uninitvar]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/formatter/bugs/After.cpp:49:9: error: Uninitialized variable: rtc_hdw_cr_sync_next [uninitvar]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/formatter/bugs/Before.cpp:25:137: style: The scope of the variable 'rtc_hdw_current_clock' can be reduced. [variableScope]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/formatter/bugs/Before.cpp:26:6: style: The scope of the variable 'rtc_s2000_clock_source_state' can be reduced. [variableScope]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/formatter/bugs/Before.cpp:26:35: style: The scope of the variable 'RTC_CLOCK_PLL' can be reduced. [variableScope]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/formatter/bugs/Before.cpp:25:6: style: Unused variable: rtc_hdw_cr_sync_next [unusedVariable]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/formatter/bugs/Before.cpp:25:27: style: Variable 'rtc_hdw_cr_sync' is not assigned a value. [unassignedVariable]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/formatter/bugs/Before.cpp:25:43: style: Variable 'rtc_hdw_cr_resync_enable' is not assigned a value. [unassignedVariable]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/formatter/bugs/Before.cpp:25:68: style: Variable 'rtc_s2000_src_pending' is not assigned a value. [unassignedVariable]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/formatter/bugs/Before.cpp:25:90: style: Variable 'rtc_s2000_cr_sync_pending' is not assigned a value. [unassignedVariable]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/formatter/bugs/Before.cpp:25:116: style: Variable 'rtc_hdw_cr_sync_next' is not assigned a value. [unassignedVariable]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/formatter/bugs/Before.cpp:26:6: style: Variable 'rtc_s2000_clock_source_state' is not assigned a value. [unassignedVariable]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/formatter/bugs/Before.cpp:26:35: style: Variable 'RTC_CLOCK_PLL' is not assigned a value. [unassignedVariable]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/formatter/bugs/Before.cpp:7:29: style: Class 'ABaseClass' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/formatter/bugs/Before.cpp:8:35: style: Class 'AClass' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/formatter/bugs/Before.cpp:27:34: error: Uninitialized variable: rtc_hdw_cr_sync [uninitvar]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/formatter/bugs/Before.cpp:27:55: error: Uninitialized variable: rtc_hdw_cr_resync_enable [uninitvar]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/formatter/bugs/Before.cpp:27:85: error: Uninitialized variable: rtc_s2000_src_pending [uninitvar]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/formatter/bugs/Before.cpp:27:111: error: Uninitialized variable: rtc_s2000_cr_sync_pending [uninitvar]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/formatter/bugs/Before.cpp:27:10: error: Uninitialized variable: rtc_hdw_cr_sync_next [uninitvar]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/formatter/bugs/Before.cpp:27:297: error: Uninitialized variable: rtc_s2000_clock_source_state [uninitvar]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/formatter/bugs/Before.cpp:27:329: error: Uninitialized variable: RTC_CLOCK_PLL [uninitvar]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/formatter/bugs/Before.cpp:27:175: error: Uninitialized variable: rtc_hdw_current_clock [uninitvar]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/formatter/complex/After.cpp:22:8: style: Technically the member function 'Complex::GetRe' can be const. [functionConst]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/formatter/complex/After.cpp:26:8: style: Technically the member function 'Complex::GetIm' can be const. [functionConst]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/formatter/complex/Before.cpp:22:10: style: Technically the member function 'Complex::GetRe' can be const. [functionConst]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/formatter/complex/Before.cpp:24:7: style: Technically the member function 'Complex::GetIm' can be const. [functionConst]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/formatter/preview/After.cpp:38:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/formatter/preview/After.cpp:54:14: style: Unused private function: 'Other::bar' [unusedPrivateFunction]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/formatter/preview/Before.cpp:5:516: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/formatter/preview/Before.cpp:11:26: style: Unused private function: 'Other::bar' [unusedPrivateFunction]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/formatter/templates/After.cpp:44:13: style: union member 'ArrayOverlay::numArrays' is never used. [unusedStructMember]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/formatter/templates/After.cpp:10:27: style: Unused private function: 'Foo::fum' [unusedPrivateFunction]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/formatter/templates/After.cpp:10:27: performance: Technically the member function 'Foo::fum' can be static. [functionStatic]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/formatter/templates/After.cpp:64:31: note: Technically the member function 'Foo::fum' can be static.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/formatter/templates/After.cpp:10:27: note: Technically the member function 'Foo::fum' can be static.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/formatter/templates/After.cpp:31:6: performance: Technically the member function 'nonVector::length' can be static. [functionStatic]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/formatter/templates/After.cpp:52:7: performance: Technically the member function 'TemplateContainer::scrum' can be static. [functionStatic]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/formatter/templates/After.cpp:29:3: style: Class 'nonVector' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/formatter/templates/After.cpp:29:3: style: Class 'nonVector' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/formatter/templates/After.cpp:25:5: style: Class 'nonVector' is unsafe, 'nonVector::head' can leak by wrong usage. [unsafeClassCanLeak]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/formatter/templates/Before.cpp:37:13: style: union member 'ArrayOverlay::numArrays' is never used. [unusedStructMember]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/formatter/templates/Before.cpp:9:38: style: Unused private function: 'Foo::fum' [unusedPrivateFunction]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/formatter/templates/Before.cpp:9:38: performance: Technically the member function 'Foo::fum' can be static. [functionStatic]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/formatter/templates/Before.cpp:57:31: note: Technically the member function 'Foo::fum' can be static.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/formatter/templates/Before.cpp:9:38: note: Technically the member function 'Foo::fum' can be static.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/formatter/templates/Before.cpp:27:6: performance: Technically the member function 'nonVector::length' can be static. [functionStatic]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/formatter/templates/Before.cpp:45:7: performance: Technically the member function 'TemplateContainer::scrum' can be static. [functionStatic]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/formatter/templates/Before.cpp:26:15: style: Class 'nonVector' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/formatter/templates/Before.cpp:26:15: style: Class 'nonVector' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/formatter/templates/Before.cpp:23:13: style: Class 'nonVector' is unsafe, 'nonVector::head' can leak by wrong usage. [unsafeClassCanLeak]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/inactiveCode/InactiveCodeTest.c:64:0: error: Syntax error in #ifdef [preprocessorErrorDirective]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/indentation/complex/After.cpp:14:8: style: Technically the member function 'Complex::GetRe' can be const. [functionConst]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/indentation/complex/After.cpp:18:8: style: Technically the member function 'Complex::GetIm' can be const. [functionConst]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/indentation/complex/Before.cpp:14:10: style: Technically the member function 'Complex::GetRe' can be const. [functionConst]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/indentation/complex/Before.cpp:18:10: style: Technically the member function 'Complex::GetIm' can be const. [functionConst]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/quickFix/RenameInFile.cpp:86:9: style: Unused variable: tu [unusedVariable]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/quickFix/RenameInFile.cpp:92:9: style: Unused variable: size [unusedVariable]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/quickFix/RenameInFile.cpp:72:2: warning: Member variable 'CppStruct::structField' is not initialized in the constructor. [uninitMemberVar]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/quickFix/RenameInFile.cpp:3:7: style: Unused private function: 'Base2::foo' [unusedPrivateFunction]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/quickFix/RenameInFile.cpp:55:13: style: Unused private function: 'ClassContainer::staticPrivMethod' [unusedPrivateFunction]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/quickFix/RenameInFile.cpp:62:3: performance: Variable 'tArg1' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/quickFix/RenameInFile.cpp:63:3: performance: Variable 'tArg2' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/quickFix/RenameInFile.cpp:3:7: performance: Technically the member function 'Base2::foo' can be static. [functionStatic]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/quickFix/RenameInFile.cpp:36:13: note: Technically the member function 'Base2::foo' can be static.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/quickFix/RenameInFile.cpp:3:7: note: Technically the member function 'Base2::foo' can be static.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/quickFix/RenameInFile.cpp:50:6: style: Technically the member function 'ClassContainer::pubMethod' can be const. [functionConst]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/quickFix/RenameInFile.cpp:97:21: note: Technically the member function 'ClassContainer::pubMethod' can be const.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/quickFix/RenameInFile.cpp:50:6: note: Technically the member function 'ClassContainer::pubMethod' can be const.
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/quickFix/RenameInFile.cpp:122:0: performance: Technically the member function 'ConstantTemplate < 5 >::getNumber' can be static. [functionStatic]
eclipse-cdt-8.6.0/core/org.eclipse.cdt.ui.tests/resources/quickFix/RenameInFile.cpp:122:0: performance: Technically the member function 'ConstantTemplate < 4 >::getNumber' can be static. [functionStatic]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/BreakpointTestApp.cc:35:6: style: The scope of the variable 'j' can be reduced. [variableScope]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/BreakpointTestApp.cc:38:7: style: Variable 'j' is assigned a value that is never used. [unreadVariable]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/BreakpointTestApp.cc:49:2: style: Variable 'a' is modified but its new value is never used. [unreadVariable]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:182:6: style: Condition 'a' is always true [knownConditionTrueFalse]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:180:10: note: Assignment 'a=8', assigned value is 8
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:182:6: note: Condition 'a' is always true
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:95:2: style: Variable 'lBoolPtr2' is reassigned a value before the old one has been used. [redundantAssignment]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:94:0: note: Variable 'lBoolPtr2' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:95:2: note: Variable 'lBoolPtr2' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:122:2: style: Variable 'lBoolPtr2' is reassigned a value before the old one has been used. [redundantAssignment]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:119:0: note: Variable 'lBoolPtr2' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:122:2: note: Variable 'lBoolPtr2' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:154:2: style: Variable 'z.x' is reassigned a value before the old one has been used. [redundantAssignment]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:153:2: note: Variable 'z.x' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:154:2: note: Variable 'z.x' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:161:2: style: Variable 'a' is reassigned a value before the old one has been used. [redundantAssignment]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:158:0: note: Variable 'a' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:161:2: note: Variable 'a' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:232:2: style: Variable 'a' is reassigned a value before the old one has been used. [redundantAssignment]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:231:0: note: Variable 'a' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:232:2: note: Variable 'a' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:238:2: style: Variable 'a' is reassigned a value before the old one has been used. [redundantAssignment]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:237:0: note: Variable 'a' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:238:2: note: Variable 'a' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:239:2: style: Variable 'a' is reassigned a value before the old one has been used. [redundantAssignment]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:238:2: note: Variable 'a' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:239:2: note: Variable 'a' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:248:2: style: Variable 'z.d' is reassigned a value before the old one has been used. [redundantAssignment]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:247:2: note: Variable 'z.d' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:248:2: note: Variable 'z.d' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:249:2: style: Variable 'z.d' is reassigned a value before the old one has been used. [redundantAssignment]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:248:2: note: Variable 'z.d' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:249:2: note: Variable 'z.d' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:258:2: style: Variable 'z.d' is reassigned a value before the old one has been used. [redundantAssignment]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:257:2: note: Variable 'z.d' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:258:2: note: Variable 'z.d' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:267:2: style: Variable 'z.d' is reassigned a value before the old one has been used. [redundantAssignment]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:266:2: note: Variable 'z.d' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:267:2: note: Variable 'z.d' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:276:2: style: Variable 'z.d' is reassigned a value before the old one has been used. [redundantAssignment]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:275:2: note: Variable 'z.d' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:276:2: note: Variable 'z.d' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:297:2: style: Variable 'z.a' is reassigned a value before the old one has been used. [redundantAssignment]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:296:2: note: Variable 'z.a' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:297:2: note: Variable 'z.a' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:362:5: style: Variable 'derived.ptr' is reassigned a value before the old one has been used. [redundantAssignment]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:360:5: note: Variable 'derived.ptr' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:362:5: note: Variable 'derived.ptr' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:394:2: style: Variable 'a' is reassigned a value before the old one has been used. [redundantAssignment]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:388:0: note: Variable 'a' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:394:2: note: Variable 'a' is reassigned a value before the old one has been used.
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:304:7: style: struct member 'Anonymous5::in' is never used. [unusedStructMember]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:90:0: style: Variable 'lIntVar' is assigned a value that is never used. [unreadVariable]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:91:9: style: Variable 'lDoubleArray' is assigned a value that is never used. [unreadVariable]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:92:0: style: Variable 'lCharVar' is assigned a value that is never used. [unreadVariable]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:93:20: style: Variable 'lCharPtr' is assigned a value that is never used. [unreadVariable]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:95:2: style: Variable 'lBoolPtr2' is assigned a value that is never used. [unreadVariable]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:101:0: style: Variable 'lIntVar' is assigned a value that is never used. [unreadVariable]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:102:0: style: Variable 'lDoubleVar' is assigned a value that is never used. [unreadVariable]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:103:0: style: Variable 'lCharVar' is assigned a value that is never used. [unreadVariable]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:104:21: style: Variable 'lBoolVar' is assigned a value that is never used. [unreadVariable]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:106:9: style: Variable 'lIntArray' is assigned a value that is never used. [unreadVariable]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:107:12: style: Variable 'lDoubleArray' is assigned a value that is never used. [unreadVariable]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:108:10: style: Variable 'lCharArray' is assigned a value that is never used. [unreadVariable]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:109:10: style: Variable 'lBoolArray' is assigned a value that is never used. [unreadVariable]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:111:21: style: Variable 'lIntPtr' is assigned a value that is never used. [unreadVariable]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:112:27: style: Variable 'lDoublePtr' is assigned a value that is never used. [unreadVariable]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:113:23: style: Variable 'lCharPtr' is assigned a value that is never used. [unreadVariable]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:114:23: style: Variable 'lBoolPtr' is assigned a value that is never used. [unreadVariable]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:116:27: style: Variable 'lIntPtr2' is assigned a value that is never used. [unreadVariable]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:117:36: style: Variable 'lDoublePtr2' is assigned a value that is never used. [unreadVariable]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:118:30: style: Variable 'lCharPtr2' is assigned a value that is never used. [unreadVariable]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:122:21: style: Variable 'lBoolPtr2' is assigned a value that is never used. [unreadVariable]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:135:6: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:222:2: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:232:2: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:239:2: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:301:0: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:302:12: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:305:4: style: Unused variable: c [unusedVariable]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:306:6: style: Unused variable: d [unusedVariable]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:312:6: style: Unused variable: array_simple [unusedVariable]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:313:6: style: Unused variable: array_int [unusedVariable]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:314:6: style: Variable 'array_foo' is assigned a value that is never used. [unreadVariable]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:322:6: style: Variable 'array_large' is assigned a value that is never used. [unreadVariable]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:325:18: style: Variable 'int_ptr' is assigned a value that is never used. [unreadVariable]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:370:5: style: Variable 'a' is modified but its new value is never used. [unreadVariable]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:382:0: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:394:2: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:389:11: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:399:0: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:78:3: warning: Member variable 'BaseTest::Base' is not initialized in the constructor. [uninitMemberVar]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:331:1: style: The class 'VirtualBase' does not have a constructor although it has private member variables. [noConstructor]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:339:1: style: The class 'Derived' does not have a constructor although it has private member variables. [noConstructor]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/ExpressionTestApp.cc:348:1: style: The class 'OtherDerived' does not have a constructor although it has private member variables. [noConstructor]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/LaunchConfigurationAndRestartTestApp.cc:14:5: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/LaunchConfigurationAndRestartTestApp.cc:20:12: style: Variable 'home' is assigned a value that is never used. [unreadVariable]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/LaunchConfigurationAndRestartTestApp.cc:21:18: style: Variable 'launchTest' is assigned a value that is never used. [unreadVariable]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/PatternMatchingExpressionsTestApp.cc:3:18: style: Variable 'firstvar' is assigned a value that is never used. [unreadVariable]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/PatternMatchingExpressionsTestApp.cc:4:0: style: Variable 'secondvar' is assigned a value that is never used. [unreadVariable]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/PatternMatchingExpressionsTestApp.cc:5:17: style: Variable 'ptrvar' is assigned a value that is never used. [unreadVariable]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/PatternMatchingExpressionsTestApp.cc:6:0: style: Variable 'var' is assigned a value that is never used. [unreadVariable]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/PatternMatchingExpressionsTestApp.cc:7:0: style: Variable 'var2' is assigned a value that is never used. [unreadVariable]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/PatternMatchingExpressionsTestApp.cc:23:5: style: Variable 'array' is assigned a value that is never used. [unreadVariable]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/PatternMatchingExpressionsTestApp.cc:14:9: style: Unused variable: arrayInt [unusedVariable]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/PatternMatchingExpressionsTestApp.cc:15:10: style: Unused variable: arrayBool [unusedVariable]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/PatternMatchingExpressionsTestApp.cc:16:0: style: Variable 'arrayNot' is assigned a value that is never used. [unreadVariable]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/PatternMatchingExpressionsTestApp.cc:16:0: style: Variable 'array2' is assigned a value that is never used. [unreadVariable]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/PatternMatchingExpressionsTestApp.cc:16:0: style: Variable 'array3' is assigned a value that is never used. [unreadVariable]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/PatternMatchingExpressionsTestApp.cc:29:0: style: Variable 'intvar' is assigned a value that is never used. [unreadVariable]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/PatternMatchingExpressionsTestApp.cc:30:20: style: Variable 'boolvar' is assigned a value that is never used. [unreadVariable]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/PatternMatchingExpressionsTestApp.cc:31:10: style: Unused variable: chararray [unusedVariable]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/StepIntoSelectionTestApp.cc:72:7: style: Condition 'i==100' is always false [knownConditionTrueFalse]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/StepIntoSelectionTestApp.cc:71:10: note: Assignment 'i=0', assigned value is 0
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/StepIntoSelectionTestApp.cc:72:7: note: Condition 'i==100' is always false
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/StepIntoSelection.h:5:0: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/StepIntoSelectionTestApp.cc:11:0: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/StepIntoSelectionTestApp.cc:55:0: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/StepIntoSelectionTestApp.cc:66:2: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/StepIntoSelectionTestApp.cc:76:2: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
eclipse-cdt-8.6.0/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/StepIntoSelectionTestApp.cc:81:0: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
[17:13]

ftp://ftp.se.debian.org/debian/pool/main/e/eclipse-cdt-pkg-config/eclipse-cdt-pkg-config_1.0.0~git20130115.orig.tar.gz
[17:13]

ftp://ftp.se.debian.org/debian/pool/main/e/eclipse-eclox/eclipse-eclox_0.10.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/eclipse-egit/eclipse-egit_3.7.0.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/e/eclipse-emf/eclipse-emf_2.8.3.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/e/eclipse-gef/eclipse-gef_3.9.100.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/e/eclipse-linuxtools/eclipse-linuxtools_3.1.0.orig.tar.xz
eclipse-linuxtools-3.1.0/gcov/org.eclipse.linuxtools.gcov.test/resource/Gcov_CPP_test/mult.hpp:20:10: performance: Technically the member function 'M::mult::multiply' can be static. [functionStatic]
eclipse-linuxtools-3.1.0/gcov/org.eclipse.linuxtools.gcov.test/resource/Gcov_CPP_test/mult.cpp:19:12: note: Technically the member function 'M::mult::multiply' can be static.
eclipse-linuxtools-3.1.0/gcov/org.eclipse.linuxtools.gcov.test/resource/Gcov_CPP_test/mult.hpp:20:10: note: Technically the member function 'M::mult::multiply' can be static.
eclipse-linuxtools-3.1.0/gcov/org.eclipse.linuxtools.gcov.test/resource/Gcov_C_library_test/main.c:25:3: warning: %li in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
eclipse-linuxtools-3.1.0/gcov/org.eclipse.linuxtools.gcov.test/resource/Gcov_C_library_test/main.c:25:3: warning: %li in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
eclipse-linuxtools-3.1.0/gcov/org.eclipse.linuxtools.gcov.test/resource/Gcov_C_test/main.c:25:3: warning: %li in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
eclipse-linuxtools-3.1.0/gcov/org.eclipse.linuxtools.gcov.test/resource/Gcov_C_test/main.c:25:3: warning: %li in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
eclipse-linuxtools-3.1.0/gprof/org.eclipse.linuxtools.gprof.test/foocpp_gprof_input/src/foox.cpp:26:9: performance: Technically the member function 'D::foocpp_dead::dead_func' can be static. [functionStatic]
eclipse-linuxtools-3.1.0/gprof/org.eclipse.linuxtools.gprof.test/foocpp_gprof_input/src/foox.cpp:46:9: performance: Technically the member function 'A::foocpp::func_f' can be static. [functionStatic]
eclipse-linuxtools-3.1.0/gprof/org.eclipse.linuxtools.gprof.test/foocpp_gprof_input/src/foox.cpp:82:7: style: Class 'foocpp' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
eclipse-linuxtools-3.1.0/gprof/org.eclipse.linuxtools.gprof.test/foocpp_gprof_input/src/foox.cpp:82:7: style: Class 'foocpp' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
eclipse-linuxtools-3.1.0/valgrind/org.eclipse.linuxtools.valgrind.cachegrind.tests/resources/basicTest/test.c:16:13: error: Array 'waste[10]' accessed at index 10, which is out of bounds. [arrayIndexOutOfBounds]
eclipse-linuxtools-3.1.0/valgrind/org.eclipse.linuxtools.valgrind.cachegrind.tests/resources/basicTest/test.c:18:0: error: Memory leak: waste [memleak]
eclipse-linuxtools-3.1.0/valgrind/org.eclipse.linuxtools.valgrind.cachegrind.tests/resources/cpptest/cpptest.h:19:6: performance: Technically the member function 'Foo::baz' can be static. [functionStatic]
eclipse-linuxtools-3.1.0/valgrind/org.eclipse.linuxtools.valgrind.cachegrind.tests/resources/cpptest/cpptest.cpp:44:10: note: Technically the member function 'Foo::baz' can be static.
eclipse-linuxtools-3.1.0/valgrind/org.eclipse.linuxtools.valgrind.cachegrind.tests/resources/cpptest/cpptest.h:19:6: note: Technically the member function 'Foo::baz' can be static.
eclipse-linuxtools-3.1.0/valgrind/org.eclipse.linuxtools.valgrind.cachegrind.tests/resources/cpptest/cpptest.cpp:18:6: style: Technically the member function 'A::c' can be const. [functionConst]
eclipse-linuxtools-3.1.0/valgrind/org.eclipse.linuxtools.valgrind.cachegrind.tests/resources/multiProcTest/parent.cpp:9:6: style: Technically the member function 'A::c' can be const. [functionConst]
eclipse-linuxtools-3.1.0/valgrind/org.eclipse.linuxtools.valgrind.helgrind.tests/resources/cpptest/cpptest.h:19:6: performance: Technically the member function 'Foo::baz' can be static. [functionStatic]
eclipse-linuxtools-3.1.0/valgrind/org.eclipse.linuxtools.valgrind.helgrind.tests/resources/cpptest/cpptest.cpp:44:10: note: Technically the member function 'Foo::baz' can be static.
eclipse-linuxtools-3.1.0/valgrind/org.eclipse.linuxtools.valgrind.helgrind.tests/resources/cpptest/cpptest.h:19:6: note: Technically the member function 'Foo::baz' can be static.
eclipse-linuxtools-3.1.0/valgrind/org.eclipse.linuxtools.valgrind.helgrind.tests/resources/cpptest/cpptest.cpp:18:6: style: Technically the member function 'A::c' can be const. [functionConst]
eclipse-linuxtools-3.1.0/valgrind/org.eclipse.linuxtools.valgrind.helgrind.tests/resources/multiProcTest/parent.cpp:9:6: style: Technically the member function 'A::c' can be const. [functionConst]
eclipse-linuxtools-3.1.0/valgrind/org.eclipse.linuxtools.valgrind.massif.tests/resources/basicTest/test.c:16:13: error: Array 'waste[10]' accessed at index 10, which is out of bounds. [arrayIndexOutOfBounds]
eclipse-linuxtools-3.1.0/valgrind/org.eclipse.linuxtools.valgrind.massif.tests/resources/basicTest/test.c:18:0: error: Memory leak: waste [memleak]
eclipse-linuxtools-3.1.0/valgrind/org.eclipse.linuxtools.valgrind.memcheck.tests/resources/basicTest/test.c:16:13: error: Array 'waste[10]' accessed at index 10, which is out of bounds. [arrayIndexOutOfBounds]
eclipse-linuxtools-3.1.0/valgrind/org.eclipse.linuxtools.valgrind.memcheck.tests/resources/basicTest/test.c:18:0: error: Memory leak: waste [memleak]
eclipse-linuxtools-3.1.0/valgrind/org.eclipse.linuxtools.valgrind.memcheck.tests/resources/linkedTest/src/test.c:16:13: error: Array 'waste[10]' accessed at index 10, which is out of bounds. [arrayIndexOutOfBounds]
eclipse-linuxtools-3.1.0/valgrind/org.eclipse.linuxtools.valgrind.memcheck.tests/resources/linkedTest/src/test.c:18:0: error: Memory leak: waste [memleak]
eclipse-linuxtools-3.1.0/valgrind/org.eclipse.linuxtools.valgrind.memcheck.tests/resources/multiProcTest/parent.c:8:32: style: Variable 'waste' is assigned a value that is never used. [unreadVariable]
eclipse-linuxtools-3.1.0/valgrind/org.eclipse.linuxtools.valgrind.memcheck.tests/resources/multiProcTest/parent.c:9:0: error: Memory leak: waste [memleak]
eclipse-linuxtools-3.1.0/valgrind/org.eclipse.linuxtools.valgrind.memcheck.tests/resources/segvtest/main.c:2:14: error: Modifying string literal "ABCDEFGH" directly or indirectly is undefined behaviour. [stringLiteralWrite]
eclipse-linuxtools-3.1.0/valgrind/org.eclipse.linuxtools.valgrind.memcheck.tests/resources/segvtest/main.c:3:3: note: Modifying string literal "ABCDEFGH" directly or indirectly is undefined behaviour.
eclipse-linuxtools-3.1.0/valgrind/org.eclipse.linuxtools.valgrind.memcheck.tests/resources/segvtest/main.c:2:14: note: Modifying string literal "ABCDEFGH" directly or indirectly is undefined behaviour.
eclipse-linuxtools-3.1.0/valgrind/org.eclipse.linuxtools.valgrind.ui.tests/resources/wrongDeallocTest/wrongDealloc.cpp:16:0: style: Variable 'p3' is allocated memory that is never used. [unusedAllocatedMemory]
eclipse-linuxtools-3.1.0/valgrind/org.eclipse.linuxtools.valgrind.ui.tests/resources/wrongDeallocTest/wrongDealloc.cpp:19:0: style: Variable 'p4' is allocated memory that is never used. [unusedAllocatedMemory]
eclipse-linuxtools-3.1.0/valgrind/org.eclipse.linuxtools.valgrind.ui.tests/resources/wrongDeallocTest/wrongDealloc.cpp:22:0: style: Variable 'p5' is allocated memory that is never used. [unusedAllocatedMemory]
eclipse-linuxtools-3.1.0/valgrind/org.eclipse.linuxtools.valgrind.ui.tests/resources/wrongDeallocTest/wrongDealloc.cpp:11:8: error: Mismatching allocation and deallocation: p1 [mismatchAllocDealloc]
eclipse-linuxtools-3.1.0/valgrind/org.eclipse.linuxtools.valgrind.ui.tests/resources/wrongDeallocTest/wrongDealloc.cpp:14:11: error: Mismatching allocation and deallocation: p2 [mismatchAllocDealloc]
eclipse-linuxtools-3.1.0/valgrind/org.eclipse.linuxtools.valgrind.ui.tests/resources/wrongDeallocTest/wrongDealloc.cpp:17:2: error: Mismatching allocation and deallocation: p3 [mismatchAllocDealloc]
eclipse-linuxtools-3.1.0/valgrind/org.eclipse.linuxtools.valgrind.ui.tests/resources/wrongDeallocTest/wrongDealloc.cpp:20:2: error: Mismatching allocation and deallocation: p4 [mismatchAllocDealloc]
eclipse-linuxtools-3.1.0/valgrind/org.eclipse.linuxtools.valgrind.ui.tests/resources/wrongDeallocTest/wrongDealloc.cpp:23:9: error: Mismatching allocation and deallocation: p5 [mismatchAllocDealloc]
[17:14]

ftp://ftp.se.debian.org/debian/pool/main/e/eclipse-mercurialeclipse/eclipse-mercurialeclipse_1.9.4.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/eclipse-mylyn/eclipse-mylyn_3.8.0.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/e/eclipse-mylyn-tasks-github/eclipse-mylyn-tasks-github_3.3.0.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/e/eclipse-ptp/eclipse-ptp_8.1.1.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/e/eclipse-pydev/eclipse-pydev_3.9.2.orig.tar.xz
eclipse-pydev-87087f1f782778f3894eae914d760667ba38d016/plugins/org.python.pydev/pysrc/pydevd_attach_to_process/linux/python.h:46:0: error: Code 'classPyObject{' is invalid C code. Use --std or --language to configure the language. [syntaxError]
[17:14]

ftp://ftp.se.debian.org/debian/pool/main/e/eclipse-remote-services-api/eclipse-remote-services-api_8.0.0.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/e/eclipse-rse/eclipse-rse_3.4.2.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/e/eclipse-subclipse/eclipse-subclipse_1.10.3.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/e/eclipse-titan/eclipse-titan_6.3.1.orig.tar.gz
titan.core-6.3.1/common/NetworkHandler.hh:154:3: style: Class 'NetworkHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/common/NetworkHandler.hh:155:3: style: Class 'NetworkHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Logger.hh:868:3: style: Class 'Logger_Format_Scope' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/common/NetworkHandler.hh:94:8: style: The function 'operator==' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/common/NetworkHandler.hh:66:16: note: Virtual function in base class
titan.core-6.3.1/common/NetworkHandler.hh:94:8: note: Function in derived class
titan.core-6.3.1/common/NetworkHandler.hh:95:8: style: The function 'operator!=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/common/NetworkHandler.hh:67:16: note: Virtual function in base class
titan.core-6.3.1/common/NetworkHandler.hh:95:8: note: Function in derived class
titan.core-6.3.1/common/NetworkHandler.hh:96:14: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/common/NetworkHandler.hh:68:22: note: Virtual function in base class
titan.core-6.3.1/common/NetworkHandler.hh:96:14: note: Function in derived class
titan.core-6.3.1/common/NetworkHandler.hh:97:8: style: The function 'push_raw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/common/NetworkHandler.hh:71:16: note: Virtual function in base class
titan.core-6.3.1/common/NetworkHandler.hh:97:8: note: Function in derived class
titan.core-6.3.1/common/NetworkHandler.hh:98:8: style: The function 'pull_raw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/common/NetworkHandler.hh:72:16: note: Virtual function in base class
titan.core-6.3.1/common/NetworkHandler.hh:98:8: note: Function in derived class
titan.core-6.3.1/common/NetworkHandler.hh:99:8: style: The function 'clean_up' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/common/NetworkHandler.hh:73:16: note: Virtual function in base class
titan.core-6.3.1/common/NetworkHandler.hh:99:8: note: Function in derived class
titan.core-6.3.1/common/NetworkHandler.hh:100:7: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/common/NetworkHandler.hh:74:15: note: Virtual function in base class
titan.core-6.3.1/common/NetworkHandler.hh:100:7: note: Function in derived class
titan.core-6.3.1/common/NetworkHandler.hh:101:7: style: The function 'getsockname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/common/NetworkHandler.hh:76:15: note: Virtual function in base class
titan.core-6.3.1/common/NetworkHandler.hh:101:7: note: Function in derived class
titan.core-6.3.1/common/NetworkHandler.hh:102:25: style: The function 'get_port' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/common/NetworkHandler.hh:77:26: note: Virtual function in base class
titan.core-6.3.1/common/NetworkHandler.hh:102:25: note: Function in derived class
titan.core-6.3.1/common/NetworkHandler.hh:103:15: style: The function 'set_port' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/common/NetworkHandler.hh:78:16: note: Virtual function in base class
titan.core-6.3.1/common/NetworkHandler.hh:103:15: note: Function in derived class
titan.core-6.3.1/common/NetworkHandler.hh:104:8: style: The function 'set_addr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/common/NetworkHandler.hh:79:16: note: Virtual function in base class
titan.core-6.3.1/common/NetworkHandler.hh:104:8: note: Function in derived class
titan.core-6.3.1/common/NetworkHandler.hh:105:33: style: The function 'get_addr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/common/NetworkHandler.hh:80:34: note: Virtual function in base class
titan.core-6.3.1/common/NetworkHandler.hh:105:33: note: Function in derived class
titan.core-6.3.1/common/NetworkHandler.hh:106:23: style: The function 'get_addr_len' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/common/NetworkHandler.hh:81:24: note: Virtual function in base class
titan.core-6.3.1/common/NetworkHandler.hh:106:23: note: Function in derived class
titan.core-6.3.1/common/NetworkHandler.hh:107:22: style: The function 'get_host_str' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/common/NetworkHandler.hh:64:23: note: Virtual function in base class
titan.core-6.3.1/common/NetworkHandler.hh:107:22: note: Function in derived class
titan.core-6.3.1/common/NetworkHandler.hh:108:22: style: The function 'get_addr_str' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/common/NetworkHandler.hh:65:23: note: Virtual function in base class
titan.core-6.3.1/common/NetworkHandler.hh:108:22: note: Function in derived class
titan.core-6.3.1/common/NetworkHandler.hh:110:8: style: The function 'is_local' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/common/NetworkHandler.hh:82:16: note: Virtual function in base class
titan.core-6.3.1/common/NetworkHandler.hh:110:8: note: Function in derived class
titan.core-6.3.1/JNI/jnimw.h:61:17: style: The function 'enterLoop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/mctr2/mctr/UserInterface.h:54:17: note: Virtual function in base class
titan.core-6.3.1/JNI/jnimw.h:61:17: note: Function in derived class
titan.core-6.3.1/JNI/jnimw.h:67:18: style: The function 'status_change' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/mctr2/mctr/UserInterface.h:59:18: note: Virtual function in base class
titan.core-6.3.1/JNI/jnimw.h:67:18: note: Function in derived class
titan.core-6.3.1/JNI/jnimw.h:72:18: style: The function 'error' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/mctr2/mctr/UserInterface.h:64:18: note: Virtual function in base class
titan.core-6.3.1/JNI/jnimw.h:72:18: note: Function in derived class
titan.core-6.3.1/JNI/jnimw.h:77:18: style: The function 'notify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/mctr2/mctr/UserInterface.h:69:18: note: Virtual function in base class
titan.core-6.3.1/JNI/jnimw.h:77:18: note: Function in derived class
titan.core-6.3.1/core/Logger.hh:858:8: style: The function 'update_lineno' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Logger.hh:815:16: note: Virtual function in base class
titan.core-6.3.1/core/Logger.hh:858:8: note: Function in derived class
titan.core-6.3.1/JNI/jnimw.cc:270:3: error: Common realloc mistake: 'pipe_buffer' nulled but not freed upon failure [memleakOnRealloc]
titan.core-6.3.1/common/version.h:78:0: error: #error "No supported platform has been defined in the Makefile. The supported ones: SOLARIS, SOLARIS8, LINUX, WIN32" [preprocessorErrorDirective]
titan.core-6.3.1/common/JSON_Tokenizer.hh:128:22: style: Technically the member function 'JSON_Tokenizer::get_buffer' can be const. [functionConst]
titan.core-6.3.1/common/JSON_Tokenizer.hh:131:17: style: Technically the member function 'JSON_Tokenizer::get_buffer_length' can be const. [functionConst]
titan.core-6.3.1/common/JSON_Tokenizer.hh:147:17: style: Technically the member function 'JSON_Tokenizer::get_buf_pos' can be const. [functionConst]
titan.core-6.3.1/common/JSON_Tokenizer.hh:115:3: style: Class 'JSON_Tokenizer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/common/ModuleVersion.hh:23:5: warning: Member variable 'ModuleVersion::suffix' is not initialized in the constructor. [uninitMemberVar]
titan.core-6.3.1/common/ModuleVersion.hh:23:5: warning: Member variable 'ModuleVersion::release' is not initialized in the constructor. [uninitMemberVar]
titan.core-6.3.1/common/ModuleVersion.hh:23:5: warning: Member variable 'ModuleVersion::patch' is not initialized in the constructor. [uninitMemberVar]
titan.core-6.3.1/common/ModuleVersion.hh:23:5: warning: Member variable 'ModuleVersion::build' is not initialized in the constructor. [uninitMemberVar]
titan.core-6.3.1/common/NetworkHandler.cc:197:7: warning: The buffer 'm_host_str' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
titan.core-6.3.1/common/NetworkHandler.cc:216:9: warning: The buffer 'm_host_str' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
titan.core-6.3.1/common/NetworkHandler.cc:235:9: warning: The buffer 'm_host_str' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
titan.core-6.3.1/common/NetworkHandler.cc:256:3: warning: The buffer 'm_host_str' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
titan.core-6.3.1/common/NetworkHandler.cc:196:7: warning: The buffer 'm_addr_str' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
titan.core-6.3.1/common/NetworkHandler.cc:210:5: warning: The buffer 'm_addr_str' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
titan.core-6.3.1/common/NetworkHandler.cc:229:5: warning: The buffer 'm_addr_str' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
titan.core-6.3.1/common/NetworkHandler.cc:257:3: warning: The buffer 'm_addr_str' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
titan.core-6.3.1/common/Quadruple.hh:80:3: style: 'Quad::operator=' should return 'Quad &'. [operatorEq]
titan.core-6.3.1/common/Quadruple.hh:60:3: style: Class 'Quad' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/common/Quadruple.hh:130:1: warning: The class 'QuadInterval' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
titan.core-6.3.1/common/UnicharPattern.cc:172:7: style: Class 'UnicharPattern' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
titan.core-6.3.1/common/UnicharPattern.cc:172:7: style: Class 'UnicharPattern' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
titan.core-6.3.1/common/path.c:187:64: style: Function 'get_relative_dir' argument 2 names different: declaration 'working_dir' definition 'base_dir'. [funcArgNamesDifferent]
titan.core-6.3.1/common/path.h:89:17: note: Function 'get_relative_dir' argument 2 names different: declaration 'working_dir' definition 'base_dir'.
titan.core-6.3.1/common/path.c:187:64: note: Function 'get_relative_dir' argument 2 names different: declaration 'working_dir' definition 'base_dir'.
titan.core-6.3.1/compiler2/subtypestuff.hh:1371:24: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
titan.core-6.3.1/compiler2/subtypestuff.hh:1414:24: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
titan.core-6.3.1/common/ttcn3float.hh:43:11: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
titan.core-6.3.1/compiler2/subtypestuff.hh:193:42: performance: Variable 'value' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
titan.core-6.3.1/compiler2/subtypestuff.hh:115:8: performance: Technically the member function 'Common::size_limit_t::check_interval_end' can be static. [functionStatic]
titan.core-6.3.1/compiler2/subtypestuff.hh:140:8: performance: Technically the member function 'Common::char_limit_t::check_single_value' can be static. [functionStatic]
titan.core-6.3.1/compiler2/subtypestuff.hh:141:8: performance: Technically the member function 'Common::char_limit_t::check_interval_start' can be static. [functionStatic]
titan.core-6.3.1/compiler2/subtypestuff.hh:142:8: performance: Technically the member function 'Common::char_limit_t::check_interval_end' can be static. [functionStatic]
titan.core-6.3.1/compiler2/subtypestuff.hh:170:8: performance: Technically the member function 'Common::universal_char_limit_t::check_single_value' can be static. [functionStatic]
titan.core-6.3.1/compiler2/subtypestuff.hh:171:8: performance: Technically the member function 'Common::universal_char_limit_t::check_interval_start' can be static. [functionStatic]
titan.core-6.3.1/compiler2/subtypestuff.hh:172:8: performance: Technically the member function 'Common::universal_char_limit_t::check_interval_end' can be static. [functionStatic]
titan.core-6.3.1/compiler2/subtypestuff.hh:1057:11: performance: Technically the member function 'Common::StringPatternConstraint::is_empty' can be static. [functionStatic]
titan.core-6.3.1/compiler2/subtypestuff.hh:1058:11: performance: Technically the member function 'Common::StringPatternConstraint::is_full' can be static. [functionStatic]
titan.core-6.3.1/compiler2/subtypestuff.hh:1059:11: performance: Technically the member function 'Common::StringPatternConstraint::is_equal' can be static. [functionStatic]
titan.core-6.3.1/compiler2/subtypestuff.hh:1062:11: performance: Technically the member function 'Common::StringPatternConstraint::match' can be static. [functionStatic]
titan.core-6.3.1/compiler2/subtypestuff.hh:1064:27: performance: Technically the member function 'Common::StringPatternConstraint::set_operation' can be static. [functionStatic]
titan.core-6.3.1/compiler2/subtypestuff.hh:1070:11: performance: Technically the member function 'Common::StringPatternConstraint::is_subset' can be static. [functionStatic]
titan.core-6.3.1/compiler2/subtypestuff.hh:1095:11: performance: Technically the member function 'Common::StringValueConstraint::is_full' can be static. [functionStatic]
titan.core-6.3.1/compiler2/subtypestuff.hh:2186:11: performance: Technically the member function 'Common::ValueList::is_full' can be static. [functionStatic]
titan.core-6.3.1/compiler2/subtype.hh:276:8: style: Technically the member function 'Common::SubType::is_extendable' can be const. [functionConst]
titan.core-6.3.1/compiler2/Type.hh:1399:17: style: Technically the member function 'Common::Type::is_pard_type_instance' can be const. [functionConst]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:144:28: style: Technically the member function 'Ttcn::ActualPar::get_gen_restriction_check' can be const. [functionConst]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:821:15: style: Technically the member function 'Ttcn::ImpMod::get_imptype' can be const. [functionConst]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1145:28: style: Technically the member function 'Ttcn::Def_Template::get_template_restriction' can be const. [functionConst]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1214:28: style: Technically the member function 'Ttcn::Def_Var_Template::get_template_restriction' can be const. [functionConst]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1388:28: style: Technically the member function 'Ttcn::Def_Function_Base::get_template_restriction' can be const. [functionConst]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1827:28: style: Technically the member function 'Ttcn::FormalPar::get_template_restriction' can be const. [functionConst]
titan.core-6.3.1/compiler2/map.hh:207:0: style: Technically the member function 'map < string , const char >::operator[]' can be const. [functionConst]
titan.core-6.3.1/compiler2/map.hh:226:0: style: Technically the member function 'map < string , const char >::get_nth_elem' can be const. [functionConst]
titan.core-6.3.1/compiler2/string.hh:42:3: style: Class 'string' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/string.hh:43:3: style: Class 'string' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/CompilerError.hh:65:5: style: Class 'Error_Context' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/CompilerError.hh:69:5: style: Class 'Error_Context' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/Setting.hh:484:5: style: Class 'GovernedSimple' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/ustring.hh:43:3: style: Class 'ustring' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/ustring.hh:71:3: style: Class 'ustring' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/subtypestuff.hh:73:3: style: Class 'int_limit_t' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/subtypestuff.hh:74:3: style: Class 'int_limit_t' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/subtypestuff.hh:104:3: style: Class 'size_limit_t' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/subtypestuff.hh:105:3: style: Class 'size_limit_t' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/subtypestuff.hh:133:3: style: Class 'char_limit_t' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/subtypestuff.hh:161:3: style: Class 'universal_char_limit_t' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/subtypestuff.hh:162:3: style: Class 'universal_char_limit_t' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/subtypestuff.hh:194:3: style: Class 'real_limit_t' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/subtypestuff.hh:603:3: style: Class 'RealRangeListConstraint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/subtypestuff.hh:604:3: style: Class 'RealRangeListConstraint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/subtypestuff.hh:648:3: style: Class 'BooleanListConstraint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/subtypestuff.hh:687:3: style: Class 'VerdicttypeListConstraint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/subtypestuff.hh:729:3: style: Class 'StringSizeAndValueListConstraint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/subtypestuff.hh:730:3: style: Class 'StringSizeAndValueListConstraint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/subtypestuff.hh:732:3: style: Class 'StringSizeAndValueListConstraint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/subtypestuff.hh:1055:3: style: Class 'StringPatternConstraint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/subtypestuff.hh:1088:3: style: Class 'StringValueConstraint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/subtypestuff.hh:1291:3: style: Class 'StringSubtypeTreeElement' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/subtypestuff.hh:1293:3: style: Class 'StringSubtypeTreeElement' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/subtypestuff.hh:1294:3: style: Class 'StringSubtypeTreeElement' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/subtypestuff.hh:2179:3: style: Class 'ValueList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/subtypestuff.hh:2213:3: style: Class 'ValueListConstraint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/subtypestuff.hh:2214:3: style: Class 'ValueListConstraint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/subtypestuff.hh:2242:3: style: Class 'RecofConstraint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/subtypestuff.hh:2243:3: style: Class 'RecofConstraint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/subtypestuff.hh:2246:3: style: Class 'RecofConstraint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/subtype.hh:77:3: style: Class 'SubTypeParse' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/subtype.hh:89:3: style: Class 'SubTypeParse' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/subtype.hh:94:3: style: Class 'SubTypeParse' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/subtype.hh:181:3: style: Class 'SubtypeConstraint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/ttcn3/RawAST.hh:129:5: style: Class 'RawAST' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/ttcn3/TextAST.hh:62:5: style: Class 'TextAST' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/ttcn3/JsonAST.hh:46:5: style: Class 'JsonAST' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/Type.hh:543:5: style: Class 'Type' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/Type.hh:503:7: style: Class 'RecursionTracker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/Value.hh:401:5: style: Class 'Value' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/Value.hh:417:5: style: Class 'Value' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/Value.hh:383:7: style: Class 'UnfoldabilityCheck' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:104:5: style: Class 'ActualPar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:106:5: style: Class 'ActualPar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:108:5: style: Class 'ActualPar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:111:5: style: Class 'ActualPar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:208:5: style: Class 'FieldOrArrayRef' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:209:5: style: Class 'FieldOrArrayRef' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:325:5: style: Class 'Reference' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:448:5: style: Class 'RunsOnScope' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:479:5: style: Class 'PortScope' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:577:5: style: Class 'Group' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:609:5: style: Class 'ControlPart' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:643:5: style: Class 'Module' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:734:5: style: Class 'FriendMod' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:792:5: style: Class 'ImpMod' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1518:5: style: Class 'transparency_holder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/subtypestuff.hh:250:0: style: Class 'Common :: RangeListConstraint < real_limit_t >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/vector.hh:246:0: style: Class 'dynamic_array < string >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/ttcn3/JsonAST.hh:19:1: warning: The class 'JsonSchemaExtension' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
titan.core-6.3.1/compiler2/Setting.hh:359:22: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/Setting.hh:359:22: note: Function in derived class
titan.core-6.3.1/compiler2/Setting.hh:361:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Setting.hh:361:18: note: Function in derived class
titan.core-6.3.1/compiler2/Setting.hh:406:28: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:359:22: note: Virtual function in base class
titan.core-6.3.1/compiler2/Setting.hh:406:28: note: Function in derived class
titan.core-6.3.1/compiler2/Setting.hh:417:23: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:359:22: note: Virtual function in base class
titan.core-6.3.1/compiler2/Setting.hh:417:23: note: Function in derived class
titan.core-6.3.1/compiler2/Setting.hh:429:23: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:359:22: note: Virtual function in base class
titan.core-6.3.1/compiler2/Setting.hh:429:23: note: Function in derived class
titan.core-6.3.1/compiler2/Setting.hh:545:22: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:429:23: note: Virtual function in base class
titan.core-6.3.1/compiler2/Setting.hh:545:22: note: Function in derived class
titan.core-6.3.1/compiler2/Setting.hh:671:24: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/Setting.hh:671:24: note: Function in derived class
titan.core-6.3.1/compiler2/Setting.hh:674:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Setting.hh:674:18: note: Function in derived class
titan.core-6.3.1/compiler2/Setting.hh:710:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Setting.hh:710:18: note: Function in derived class
titan.core-6.3.1/compiler2/Setting.hh:734:24: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:671:24: note: Virtual function in base class
titan.core-6.3.1/compiler2/Setting.hh:734:24: note: Function in derived class
titan.core-6.3.1/compiler2/Setting.hh:740:20: style: The function 'get_dispname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:673:20: note: Virtual function in base class
titan.core-6.3.1/compiler2/Setting.hh:740:20: note: Function in derived class
titan.core-6.3.1/compiler2/Setting.hh:741:22: style: The function 'get_refd_setting' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:679:22: note: Virtual function in base class
titan.core-6.3.1/compiler2/Setting.hh:741:22: note: Function in derived class
titan.core-6.3.1/compiler2/Setting.hh:743:25: style: The function 'get_refd_assignment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:688:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/Setting.hh:743:25: note: Function in derived class
titan.core-6.3.1/compiler2/Setting.hh:745:18: style: The function 'has_single_expr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:702:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Setting.hh:745:18: note: Function in derived class
titan.core-6.3.1/compiler2/Setting.hh:790:29: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/Setting.hh:790:29: note: Function in derived class
titan.core-6.3.1/compiler2/subtype.hh:279:10: style: The function 'to_string' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/subtype.hh:212:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/subtype.hh:279:10: note: Function in derived class
titan.core-6.3.1/compiler2/Type.hh:594:19: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:417:23: note: Virtual function in base class
titan.core-6.3.1/compiler2/Type.hh:594:19: note: Function in derived class
titan.core-6.3.1/compiler2/Type.hh:649:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Type.hh:649:18: note: Function in derived class
titan.core-6.3.1/compiler2/Type.hh:651:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:361:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Type.hh:651:18: note: Function in derived class
titan.core-6.3.1/compiler2/Type.hh:653:18: style: The function 'chk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:418:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Type.hh:653:18: note: Function in derived class
titan.core-6.3.1/compiler2/Type.hh:1320:20: style: The function 'create_stringRepr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:391:20: note: Virtual function in base class
titan.core-6.3.1/compiler2/Type.hh:1320:20: note: Function in derived class
titan.core-6.3.1/compiler2/Type.hh:1370:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Type.hh:1370:18: note: Function in derived class
titan.core-6.3.1/compiler2/Value.hh:497:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Value.hh:497:18: note: Function in derived class
titan.core-6.3.1/compiler2/Value.hh:498:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:361:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Value.hh:498:18: note: Function in derived class
titan.core-6.3.1/compiler2/Value.hh:825:20: style: The function 'create_stringRepr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:391:20: note: Virtual function in base class
titan.core-6.3.1/compiler2/Value.hh:825:20: note: Function in derived class
titan.core-6.3.1/compiler2/Value.hh:1052:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Value.hh:1052:18: note: Function in derived class
titan.core-6.3.1/compiler2/AST.hh:118:22: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/AST.hh:118:22: note: Function in derived class
titan.core-6.3.1/compiler2/AST.hh:334:21: style: The function 'get_scope_mod' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:612:21: note: Virtual function in base class
titan.core-6.3.1/compiler2/AST.hh:334:21: note: Function in derived class
titan.core-6.3.1/compiler2/AST.hh:335:21: style: The function 'get_scope_mod_gen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:613:21: note: Virtual function in base class
titan.core-6.3.1/compiler2/AST.hh:335:21: note: Function in derived class
titan.core-6.3.1/compiler2/AST.hh:446:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/AST.hh:446:18: note: Function in derived class
titan.core-6.3.1/compiler2/AST.hh:470:26: style: The function 'get_scope_asss' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:608:26: note: Virtual function in base class
titan.core-6.3.1/compiler2/AST.hh:470:26: note: Function in derived class
titan.core-6.3.1/compiler2/AST.hh:473:25: style: The function 'get_ass_bySRef' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:616:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/AST.hh:473:25: note: Function in derived class
titan.core-6.3.1/compiler2/AST.hh:476:18: style: The function 'has_ass_withId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:620:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/AST.hh:476:18: note: Function in derived class
titan.core-6.3.1/compiler2/AST.hh:553:25: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/AST.hh:553:25: note: Function in derived class
titan.core-6.3.1/compiler2/AST.hh:564:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/AST.hh:564:18: note: Function in derived class
titan.core-6.3.1/compiler2/AST.hh:621:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/AST.hh:621:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:113:24: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:113:24: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:114:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:114:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:115:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:115:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:141:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:141:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:158:20: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:158:20: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:159:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:159:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:160:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:160:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:189:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:189:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:211:30: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:211:30: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:212:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:212:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:213:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:213:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:243:23: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:243:23: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:244:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:244:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:245:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:245:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:297:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:297:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:298:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:674:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:298:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:302:18: style: The function 'getUsedInIsbound' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:698:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:302:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:303:18: style: The function 'setUsedInIsbound' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:699:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:303:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:304:14: style: The function 'get_refd_setting' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:741:22: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:304:14: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:308:18: style: The function 'has_single_expr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:745:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:308:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:309:18: style: The function 'set_code_section' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:704:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:309:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:314:18: style: The function 'generate_code_const_ref' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:709:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:314:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:328:6: style: The function 'Reference' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:670:14: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:328:6: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:329:24: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:296:23: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:329:24: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:330:20: style: The function 'get_dispname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:740:20: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:330:20: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:331:33: style: The function 'get_refd_assignment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:743:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:331:33: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:332:31: style: The function 'get_modid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:736:31: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:332:31: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:333:31: style: The function 'get_id' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:738:31: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:333:31: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:341:18: style: The function 'has_single_expr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:308:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:341:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:342:18: style: The function 'generate_code' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:708:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:342:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:347:18: style: The function 'generate_code_const_ref' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:314:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:347:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:386:23: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:296:23: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:386:23: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:387:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:297:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:387:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:388:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:298:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:388:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:389:12: style: The function 'get_dispname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:740:20: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:389:12: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:390:33: style: The function 'get_refd_assignment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:743:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:390:33: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:391:31: style: The function 'get_modid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:736:31: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:391:31: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:392:31: style: The function 'get_id' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:738:31: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:392:31: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:400:18: style: The function 'has_single_expr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:308:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:400:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:401:18: style: The function 'set_code_section' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:309:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:401:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:403:18: style: The function 'generate_code' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:708:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:403:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:404:18: style: The function 'generate_code_const_ref' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:314:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:404:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:423:20: style: The function 'get_scopeMacro_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:597:20: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:423:20: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:425:33: style: The function 'get_ass_bySRef' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:616:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:425:33: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:457:33: style: The function 'get_ass_bySRef' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:616:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:457:33: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:458:18: style: The function 'has_ass_withId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:620:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:458:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:488:33: style: The function 'get_ass_bySRef' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:616:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:488:33: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:489:18: style: The function 'has_ass_withId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:620:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:489:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:512:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:512:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:516:18: style: The function 'has_local_ass_withId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:480:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:516:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:517:33: style: The function 'get_local_ass_byId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:483:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:517:33: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:518:20: style: The function 'get_nof_asss' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:486:20: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:518:20: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:519:33: style: The function 'get_ass_byIndex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:489:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:519:33: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:536:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:536:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:579:20: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:579:20: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:580:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:580:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:591:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:591:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:611:26: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:611:26: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:612:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:612:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:613:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:613:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:619:10: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:619:10: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:644:6: style: The function 'Module' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:318:14: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:644:6: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:648:33: style: The function 'importAssignment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:337:33: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:648:33: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:650:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:650:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:651:34: style: The function 'get_scope_asss' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:608:26: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:651:34: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:652:18: style: The function 'has_imported_ass_withId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:344:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:652:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:653:33: style: The function 'get_ass_bySRef' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:616:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:653:33: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:654:18: style: The function 'is_valid_moduleid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:621:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:654:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:655:34: style: The function 'get_asss' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:336:26: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:655:34: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:656:18: style: The function 'exports_sym' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:341:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:656:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:657:19: style: The function 'get_address_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:349:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:657:19: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:659:18: style: The function 'chk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:354:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:659:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:664:18: style: The function 'generate_code_internal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:376:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:664:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:677:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:446:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:677:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:697:18: style: The function 'generate_json_schema' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:456:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:697:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:705:18: style: The function 'generate_debugger_init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:280:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:705:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:710:19: style: The function 'generate_debugger_global_vars' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:285:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:710:19: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:714:18: style: The function 'generate_debugger_functions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:289:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:714:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:736:24: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:736:24: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:737:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:737:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:794:21: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:794:21: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:795:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:795:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:816:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:816:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:853:22: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:853:22: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:878:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:878:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:908:25: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:553:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:908:25: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:909:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:909:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:910:18: style: The function 'is_local' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:572:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:910:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:917:20: style: The function 'get_genname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:549:20: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:917:20: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:942:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:621:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:942:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:966:23: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:908:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:966:23: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:967:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:909:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:967:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:968:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:564:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:968:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:969:22: style: The function 'get_Setting' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:578:22: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:969:22: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:970:19: style: The function 'get_Type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:579:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:970:19: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:971:18: style: The function 'chk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:602:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:971:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:972:18: style: The function 'generate_code' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:619:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:972:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:973:18: style: The function 'generate_code' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:620:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:973:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:974:18: style: The function 'dump_internal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:941:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:974:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:975:18: style: The function 'set_with_attr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:943:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:975:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:976:29: style: The function 'get_attrib_path' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:944:29: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:976:29: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:977:18: style: The function 'set_parent_path' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:945:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:977:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:996:24: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:908:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:996:24: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:997:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:909:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:997:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:998:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:564:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:998:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:999:22: style: The function 'get_Setting' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:578:22: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:999:22: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1000:19: style: The function 'get_Type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:579:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1000:19: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1001:20: style: The function 'get_Value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:580:20: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1001:20: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1002:18: style: The function 'chk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:602:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1002:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1003:18: style: The function 'chk_identical' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:925:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1003:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1004:18: style: The function 'generate_code' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:619:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1004:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1005:18: style: The function 'generate_code' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:620:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1005:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1006:19: style: The function 'generate_code_str' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:932:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1006:19: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1007:18: style: The function 'ilt_generate_code' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:933:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1007:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1008:19: style: The function 'generate_code_init_comp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:940:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1008:19: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1009:18: style: The function 'dump_internal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:941:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1009:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1027:27: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:908:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1027:27: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1028:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:909:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1028:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1029:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:564:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1029:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1030:19: style: The function 'get_Type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:579:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1030:19: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1031:18: style: The function 'chk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:602:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1031:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1032:18: style: The function 'generate_code' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:619:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1032:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1033:18: style: The function 'generate_code' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:620:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1033:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1034:18: style: The function 'dump_internal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:941:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1034:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1055:28: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:908:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1055:28: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1056:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:909:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1056:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1057:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:564:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1057:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1058:19: style: The function 'get_Type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:579:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1058:19: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1059:18: style: The function 'chk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:602:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1059:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1060:18: style: The function 'generate_code' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:619:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1060:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1061:18: style: The function 'generate_code' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:620:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1061:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1062:18: style: The function 'dump_internal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:941:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1062:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1079:37: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:908:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1079:37: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1080:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:909:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1080:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1081:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:564:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1081:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1082:19: style: The function 'get_Type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:579:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1082:19: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1083:18: style: The function 'chk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:602:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1083:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1084:18: style: The function 'generate_code' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:619:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1084:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1085:18: style: The function 'generate_code' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:620:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1085:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1086:18: style: The function 'dump_internal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:941:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1086:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1127:27: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:908:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1127:27: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1128:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:909:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1128:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1129:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:564:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1129:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1130:22: style: The function 'get_Setting' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:578:22: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1130:22: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1131:19: style: The function 'get_Type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:579:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1131:19: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1134:18: style: The function 'chk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:602:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1134:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1140:18: style: The function 'generate_code' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:619:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1140:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1141:18: style: The function 'generate_code' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:620:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1141:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1142:19: style: The function 'generate_code_str' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:932:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1142:19: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1143:18: style: The function 'ilt_generate_code' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:933:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1143:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1144:18: style: The function 'dump_internal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:941:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1144:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1165:22: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:908:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1165:22: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1166:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:909:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1166:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1167:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:564:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1167:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1168:19: style: The function 'get_Type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:579:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1168:19: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1169:18: style: The function 'chk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:602:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1169:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1170:18: style: The function 'chk_identical' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:925:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1170:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1171:18: style: The function 'generate_code' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:619:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1171:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1172:18: style: The function 'generate_code' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:620:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1172:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1173:19: style: The function 'generate_code_str' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:932:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1173:19: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1174:18: style: The function 'ilt_generate_code' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:933:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1174:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1175:19: style: The function 'generate_code_init_comp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:940:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1175:19: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1176:18: style: The function 'dump_internal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:941:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1176:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1202:31: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:908:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1202:31: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1203:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:909:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1203:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1204:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:564:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1204:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1205:19: style: The function 'get_Type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:579:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1205:19: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1206:18: style: The function 'chk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:602:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1206:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1207:18: style: The function 'chk_identical' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:925:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1207:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1208:18: style: The function 'generate_code' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:619:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1208:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1209:18: style: The function 'generate_code' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:620:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1209:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1210:19: style: The function 'generate_code_str' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:932:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1210:19: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1211:18: style: The function 'ilt_generate_code' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:933:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1211:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1212:19: style: The function 'generate_code_init_comp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:940:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1212:19: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1213:18: style: The function 'dump_internal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:941:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1213:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1241:24: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:908:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1241:24: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1242:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:909:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1242:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1243:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:564:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1243:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1245:18: style: The function 'chk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:602:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1245:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1246:18: style: The function 'chk_identical' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:925:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1246:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1261:18: style: The function 'generate_code' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:619:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1261:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1262:18: style: The function 'generate_code' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:620:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1262:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1274:19: style: The function 'generate_code_str' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:932:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1274:19: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1275:18: style: The function 'ilt_generate_code' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:933:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1275:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1276:19: style: The function 'generate_code_init_comp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:940:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1276:19: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1277:18: style: The function 'dump_internal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:941:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1277:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1310:23: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:908:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1310:23: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1311:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:909:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1311:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1312:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:564:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1312:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1317:19: style: The function 'get_Type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:579:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1317:19: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1319:18: style: The function 'chk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:602:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1319:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1320:18: style: The function 'chk_identical' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:925:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1320:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1321:18: style: The function 'generate_code' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:619:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1321:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1322:18: style: The function 'generate_code' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:620:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1322:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1323:19: style: The function 'generate_code_init_comp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:940:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1323:19: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1324:18: style: The function 'dump_internal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:941:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1324:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1378:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:909:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1378:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1379:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:564:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1379:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1380:19: style: The function 'get_Type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:579:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1380:19: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1471:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1378:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1471:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1472:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1379:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1472:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1473:19: style: The function 'get_RunsOnType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:591:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1473:19: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1474:19: style: The function 'get_MtcType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:594:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1474:19: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1475:19: style: The function 'get_SystemType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:597:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1475:19: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1476:19: style: The function 'get_PortType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:600:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1476:19: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1483:18: style: The function 'chk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:602:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1483:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1492:18: style: The function 'generate_code' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:619:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1492:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1493:18: style: The function 'generate_code' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:620:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1493:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1494:18: style: The function 'dump_internal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:941:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1494:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1496:18: style: The function 'set_parent_path' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:945:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1496:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1571:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1378:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1571:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1582:18: style: The function 'chk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:602:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1582:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1587:18: style: The function 'generate_code' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:619:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1587:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1589:18: style: The function 'generate_code' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:620:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1589:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1590:18: style: The function 'dump_internal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:941:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1590:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1647:26: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:908:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1647:26: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1648:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:909:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1648:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1649:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:564:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1649:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1650:19: style: The function 'get_RunsOnType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:591:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1650:19: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1651:19: style: The function 'get_MtcType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:594:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1651:19: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1652:19: style: The function 'get_SystemType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:597:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1652:19: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1657:18: style: The function 'chk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:602:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1657:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1658:18: style: The function 'generate_code' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:619:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1658:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1659:18: style: The function 'generate_code' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:620:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1659:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1660:18: style: The function 'dump_internal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:941:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1660:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1662:18: style: The function 'set_parent_path' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:945:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1662:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1699:27: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:908:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1699:27: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1700:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:909:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1700:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1701:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:564:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1701:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1702:19: style: The function 'get_RunsOnType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:591:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1702:19: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1703:11: style: The function 'get_SystemType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:597:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1703:11: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1708:18: style: The function 'chk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:602:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1708:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1709:18: style: The function 'generate_code' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:619:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1709:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1710:18: style: The function 'generate_code' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:620:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1710:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1711:18: style: The function 'dump_internal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:941:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1711:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1713:18: style: The function 'set_parent_path' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:945:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1713:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1759:24: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:908:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1759:24: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1760:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:909:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1760:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1761:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:564:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1761:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1764:18: style: The function 'is_local' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:910:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1764:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1765:19: style: The function 'get_Type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:579:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1765:19: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1766:18: style: The function 'chk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:602:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1766:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1796:18: style: The function 'use_as_lvalue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:618:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1796:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1826:18: style: The function 'dump_internal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:941:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1826:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1829:26: style: The function 'get_eval_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/AST.hh:582:26: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1829:26: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1863:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1863:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1865:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1865:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1877:18: style: The function 'has_ass_withId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:620:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1877:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1941:10: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1941:10: note: Function in derived class
titan.core-6.3.1/compiler2/CodeGenHelper.hh:95:10: performance: Technically the member function 'Common::CodeGenHelper::size_of_sources' can be static. [functionStatic]
titan.core-6.3.1/compiler2/CodeGenHelper.cc:238:23: note: Technically the member function 'Common::CodeGenHelper::size_of_sources' can be static.
titan.core-6.3.1/compiler2/CodeGenHelper.hh:95:10: note: Technically the member function 'Common::CodeGenHelper::size_of_sources' can be static.
titan.core-6.3.1/compiler2/CodeGenHelper.hh:99:8: performance: Technically the member function 'Common::CodeGenHelper::get_chunk_from_poslist' can be static. [functionStatic]
titan.core-6.3.1/compiler2/CodeGenHelper.cc:271:21: note: Technically the member function 'Common::CodeGenHelper::get_chunk_from_poslist' can be static.
titan.core-6.3.1/compiler2/CodeGenHelper.hh:99:8: note: Technically the member function 'Common::CodeGenHelper::get_chunk_from_poslist' can be static.
titan.core-6.3.1/compiler2/CompField.hh:45:22: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/CompField.hh:45:22: note: Function in derived class
titan.core-6.3.1/compiler2/CompField.hh:46:16: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/CompField.hh:46:16: note: Function in derived class
titan.core-6.3.1/compiler2/CompField.hh:47:8: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/CompField.hh:47:8: note: Function in derived class
titan.core-6.3.1/compiler2/CompField.hh:55:16: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/CompField.hh:55:16: note: Function in derived class
titan.core-6.3.1/compiler2/CompField.hh:85:25: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/CompField.hh:85:25: note: Function in derived class
titan.core-6.3.1/compiler2/CompField.hh:86:16: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/CompField.hh:86:16: note: Function in derived class
titan.core-6.3.1/compiler2/CompField.hh:87:16: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/CompField.hh:87:16: note: Function in derived class
titan.core-6.3.1/compiler2/CompField.hh:101:16: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/CompField.hh:101:16: note: Function in derived class
titan.core-6.3.1/compiler2/CompType.hh:101:8: style: Technically the member function 'Common::ComponentTypeBody::is_own_assignment' can be const. [functionConst]
titan.core-6.3.1/compiler2/CompType.cc:125:25: note: Technically the member function 'Common::ComponentTypeBody::is_own_assignment' can be const.
titan.core-6.3.1/compiler2/CompType.hh:101:8: note: Technically the member function 'Common::ComponentTypeBody::is_own_assignment' can be const.
titan.core-6.3.1/compiler2/CompType.hh:138:8: style: Technically the member function 'Common::ComponentTypeBody::set_genname' can be const. [functionConst]
titan.core-6.3.1/compiler2/CompType.cc:466:25: note: Technically the member function 'Common::ComponentTypeBody::set_genname' can be const.
titan.core-6.3.1/compiler2/CompType.hh:138:8: note: Technically the member function 'Common::ComponentTypeBody::set_genname' can be const.
titan.core-6.3.1/compiler2/ttcn3/Attributes.hh:353:10: style: Technically the member function 'Ttcn::WithAttribPath::get_had_global_variants' can be const. [functionConst]
titan.core-6.3.1/compiler2/ttcn3/Attributes.hh:136:5: style: Struct 'ErroneousValues' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/ttcn3/Attributes.hh:212:5: style: Class 'ErroneousAttributes' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/ttcn3/Attributes.hh:239:5: style: Class 'AttributeSpec' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/vector.hh:246:0: style: Class 'dynamic_array < unsigned long >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/vector.hh:246:0: style: Class 'dynamic_array < Type * >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/vector.hh:246:0: style: Class 'dynamic_array < field_err_t >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/CompType.hh:95:16: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/CompType.hh:95:16: note: Function in derived class
titan.core-6.3.1/compiler2/CompType.hh:96:16: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/CompType.hh:96:16: note: Function in derived class
titan.core-6.3.1/compiler2/CompType.hh:100:8: style: The function 'has_ass_withId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:620:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/CompType.hh:100:8: note: Function in derived class
titan.core-6.3.1/compiler2/CompType.hh:104:23: style: The function 'get_ass_bySRef' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:616:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/CompType.hh:104:23: note: Function in derived class
titan.core-6.3.1/compiler2/CompType.hh:117:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/CompType.hh:117:8: note: Function in derived class
titan.core-6.3.1/compiler2/CompType.hh:168:20: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/CompType.hh:168:20: note: Function in derived class
titan.core-6.3.1/compiler2/CompType.hh:170:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/CompType.hh:170:8: note: Function in derived class
titan.core-6.3.1/compiler2/CompType.hh:171:16: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/CompType.hh:171:16: note: Function in derived class
titan.core-6.3.1/compiler2/CompType.hh:175:16: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/CompType.hh:175:16: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Attributes.hh:57:10: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Attributes.hh:57:10: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Attributes.hh:79:25: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Attributes.hh:79:25: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Attributes.hh:80:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Attributes.hh:80:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Attributes.hh:82:10: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Attributes.hh:82:10: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Attributes.hh:113:29: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Attributes.hh:113:29: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Attributes.hh:114:10: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Attributes.hh:114:10: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Attributes.hh:115:10: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Attributes.hh:115:10: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Attributes.hh:116:10: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Attributes.hh:116:10: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Attributes.hh:214:26: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Attributes.hh:214:26: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Attributes.hh:215:10: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Attributes.hh:215:10: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Attributes.hh:216:10: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Attributes.hh:216:10: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Attributes.hh:243:28: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Attributes.hh:243:28: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Attributes.hh:244:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Attributes.hh:244:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Attributes.hh:247:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Attributes.hh:247:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Attributes.hh:281:31: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Attributes.hh:281:31: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Attributes.hh:282:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Attributes.hh:282:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Attributes.hh:287:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Attributes.hh:287:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Attributes.hh:303:30: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Attributes.hh:303:30: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Attributes.hh:304:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Attributes.hh:304:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Attributes.hh:312:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Attributes.hh:312:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Attributes.hh:350:29: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Attributes.hh:350:29: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Attributes.hh:351:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Attributes.hh:351:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Attributes.hh:374:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Attributes.hh:374:18: note: Function in derived class
titan.core-6.3.1/compiler2/Constraint.cc:377:31: warning: Member variable 'ContainedSubtypeConstraint::has_includes' is not initialized in the constructor. [uninitMemberVarPrivate]
titan.core-6.3.1/compiler2/Constraint.hh:457:5: warning: Member variable 'MultipleInnerTypeConstraint::partial' is not initialized in the constructor. [uninitMemberVar]
titan.core-6.3.1/compiler2/asn1/Object0.hh:178:10: style: Technically the member function 'Asn::Object::get_is_erroneous' can be const. [functionConst]
titan.core-6.3.1/compiler2/Valuestuff.hh:280:16: style: Technically the member function 'Common::CharsDefn::get_selector' can be const. [functionConst]
titan.core-6.3.1/compiler2/asn1/TableConstraint.hh:57:9: style: Technically the member function 'Asn::AtNotation::get_levels' can be const. [functionConst]
titan.core-6.3.1/compiler2/asn1/Object.hh:157:10: style: Technically the member function 'Asn::FieldSpec::get_is_optional' can be const. [functionConst]
titan.core-6.3.1/compiler2/asn1/Object.hh:347:12: style: Technically the member function 'Asn::FieldSpecs::get_nof_fss' can be const. [functionConst]
titan.core-6.3.1/compiler2/asn1/Object.hh:384:10: style: Technically the member function 'Asn::OCS_Node::get_is_builded' can be const. [functionConst]
titan.core-6.3.1/compiler2/asn1/Object.hh:413:12: style: Technically the member function 'Asn::OCS_seq::get_nof_nodes' can be const. [functionConst]
titan.core-6.3.1/compiler2/asn1/Object.hh:415:10: style: Technically the member function 'Asn::OCS_seq::get_is_opt' can be const. [functionConst]
titan.core-6.3.1/compiler2/asn1/Object.hh:416:10: style: Technically the member function 'Asn::OCS_seq::get_opt_first_comma' can be const. [functionConst]
titan.core-6.3.1/compiler2/asn1/Object.hh:459:10: style: Technically the member function 'Asn::OCS_literal::is_keyword' can be const. [functionConst]
titan.core-6.3.1/compiler2/asn1/Object.hh:460:9: style: Technically the member function 'Asn::OCS_literal::get_keyword' can be const. [functionConst]
titan.core-6.3.1/compiler2/asn1/Object.hh:492:19: style: Technically the member function 'Asn::OCS_setting::get_st' can be const. [functionConst]
titan.core-6.3.1/compiler2/asn1/TokenBuf.hh:112:17: style: Technically the member function 'Asn::TokenBuf::get_filename' can be const. [functionConst]
titan.core-6.3.1/compiler2/Constraint.hh:185:5: style: Class 'IgnoredConstraint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/Constraint.hh:204:5: style: Class 'SingleValueConstraint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/Constraint.hh:254:5: style: Class 'RangeEndpoint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/Constraint.hh:255:5: style: Class 'RangeEndpoint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/Constraint.hh:297:5: style: Class 'SizeConstraint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/Constraint.hh:316:5: style: Class 'PermittedAlphabetConstraint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/Constraint.hh:381:5: style: Class 'PatternConstraint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/Constraint.hh:401:5: style: Class 'SingleInnerTypeConstraint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/Constraint.hh:483:5: style: Class 'UnparsedMultipleInnerTypeConstraint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/asn1/Block.hh:45:5: style: Class 'Block' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:110:5: style: Class 'Ass_pard' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:336:5: style: Class 'Exports' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:338:5: style: Class 'Exports' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/Typestuff.hh:280:5: style: Class 'CT_reg' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/Typestuff.hh:306:5: style: Class 'CT_CompsOf' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/Valuestuff.hh:81:5: style: Class 'Values' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/Valuestuff.hh:189:5: style: Class 'OID_comp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/Valuestuff.hh:267:5: style: Class 'CharsDefn' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/Valuestuff.hh:269:5: style: Class 'CharsDefn' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/Valuestuff.hh:275:5: style: Class 'CharsDefn' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/asn1/Object.hh:110:5: style: Class 'OC_refd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/asn1/Object.hh:454:5: style: Class 'OCS_literal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/asn1/Object.hh:455:5: style: Class 'OCS_literal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/asn1/Object.hh:609:5: style: Class 'Obj_defn' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/asn1/Object.hh:643:5: style: Class 'Obj_refd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/asn1/Object.hh:699:5: style: Class 'OSEV_objcollctr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/asn1/Object.hh:735:5: style: Class 'OS_defn' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/asn1/Object.hh:736:5: style: Class 'OS_defn' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/asn1/Object.hh:769:5: style: Class 'OS_refd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/Constraint.hh:88:25: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/Constraint.hh:88:25: note: Function in derived class
titan.core-6.3.1/compiler2/Constraint.hh:93:10: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Constraint.hh:93:10: note: Function in derived class
titan.core-6.3.1/compiler2/Constraint.hh:134:26: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/Constraint.hh:134:26: note: Function in derived class
titan.core-6.3.1/compiler2/Constraint.hh:168:32: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Constraint.hh:88:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/Constraint.hh:168:32: note: Function in derived class
titan.core-6.3.1/compiler2/Constraint.hh:169:10: style: The function 'chk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Constraint.hh:97:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Constraint.hh:169:10: note: Function in derived class
titan.core-6.3.1/compiler2/Constraint.hh:170:17: style: The function 'get_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Constraint.hh:103:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/Constraint.hh:170:17: note: Function in derived class
titan.core-6.3.1/compiler2/Constraint.hh:171:10: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Constraint.hh:171:10: note: Function in derived class
titan.core-6.3.1/compiler2/Constraint.hh:186:24: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Constraint.hh:88:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/Constraint.hh:186:24: note: Function in derived class
titan.core-6.3.1/compiler2/Constraint.hh:187:10: style: The function 'chk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Constraint.hh:97:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Constraint.hh:187:10: note: Function in derived class
titan.core-6.3.1/compiler2/Constraint.hh:188:17: style: The function 'get_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Constraint.hh:103:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/Constraint.hh:188:17: note: Function in derived class
titan.core-6.3.1/compiler2/Constraint.hh:189:10: style: The function 'is_ignored' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Constraint.hh:114:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Constraint.hh:189:10: note: Function in derived class
titan.core-6.3.1/compiler2/Constraint.hh:206:28: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Constraint.hh:88:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/Constraint.hh:206:28: note: Function in derived class
titan.core-6.3.1/compiler2/Constraint.hh:207:10: style: The function 'chk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Constraint.hh:97:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Constraint.hh:207:10: note: Function in derived class
titan.core-6.3.1/compiler2/Constraint.hh:208:17: style: The function 'get_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Constraint.hh:103:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/Constraint.hh:208:17: note: Function in derived class
titan.core-6.3.1/compiler2/Constraint.hh:209:10: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Constraint.hh:209:10: note: Function in derived class
titan.core-6.3.1/compiler2/Constraint.hh:227:33: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Constraint.hh:88:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/Constraint.hh:227:33: note: Function in derived class
titan.core-6.3.1/compiler2/Constraint.hh:228:10: style: The function 'chk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Constraint.hh:97:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Constraint.hh:228:10: note: Function in derived class
titan.core-6.3.1/compiler2/Constraint.hh:229:17: style: The function 'get_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Constraint.hh:103:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/Constraint.hh:229:17: note: Function in derived class
titan.core-6.3.1/compiler2/Constraint.hh:230:10: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Constraint.hh:230:10: note: Function in derived class
titan.core-6.3.1/compiler2/Constraint.hh:261:20: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/Constraint.hh:261:20: note: Function in derived class
titan.core-6.3.1/compiler2/Constraint.hh:263:10: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Constraint.hh:263:10: note: Function in derived class
titan.core-6.3.1/compiler2/Constraint.hh:280:27: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Constraint.hh:88:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/Constraint.hh:280:27: note: Function in derived class
titan.core-6.3.1/compiler2/Constraint.hh:281:10: style: The function 'chk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Constraint.hh:97:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Constraint.hh:281:10: note: Function in derived class
titan.core-6.3.1/compiler2/Constraint.hh:282:17: style: The function 'get_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Constraint.hh:103:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/Constraint.hh:282:17: note: Function in derived class
titan.core-6.3.1/compiler2/Constraint.hh:283:10: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Constraint.hh:283:10: note: Function in derived class
titan.core-6.3.1/compiler2/Constraint.hh:299:21: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Constraint.hh:88:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/Constraint.hh:299:21: note: Function in derived class
titan.core-6.3.1/compiler2/Constraint.hh:300:10: style: The function 'chk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Constraint.hh:97:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Constraint.hh:300:10: note: Function in derived class
titan.core-6.3.1/compiler2/Constraint.hh:301:17: style: The function 'get_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Constraint.hh:103:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/Constraint.hh:301:17: note: Function in derived class
titan.core-6.3.1/compiler2/Constraint.hh:302:10: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Constraint.hh:302:10: note: Function in derived class
titan.core-6.3.1/compiler2/Constraint.hh:318:34: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Constraint.hh:88:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/Constraint.hh:318:34: note: Function in derived class
titan.core-6.3.1/compiler2/Constraint.hh:319:10: style: The function 'chk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Constraint.hh:97:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Constraint.hh:319:10: note: Function in derived class
titan.core-6.3.1/compiler2/Constraint.hh:320:17: style: The function 'get_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Constraint.hh:103:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/Constraint.hh:320:17: note: Function in derived class
titan.core-6.3.1/compiler2/Constraint.hh:321:10: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Constraint.hh:321:10: note: Function in derived class
titan.core-6.3.1/compiler2/Constraint.hh:347:29: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Constraint.hh:88:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/Constraint.hh:347:29: note: Function in derived class
titan.core-6.3.1/compiler2/Constraint.hh:349:10: style: The function 'chk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Constraint.hh:97:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Constraint.hh:349:10: note: Function in derived class
titan.core-6.3.1/compiler2/Constraint.hh:350:17: style: The function 'get_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Constraint.hh:103:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/Constraint.hh:350:17: note: Function in derived class
titan.core-6.3.1/compiler2/Constraint.hh:351:10: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Constraint.hh:351:10: note: Function in derived class
titan.core-6.3.1/compiler2/Constraint.hh:365:24: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Constraint.hh:88:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/Constraint.hh:365:24: note: Function in derived class
titan.core-6.3.1/compiler2/Constraint.hh:366:10: style: The function 'chk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Constraint.hh:97:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Constraint.hh:366:10: note: Function in derived class
titan.core-6.3.1/compiler2/Constraint.hh:367:17: style: The function 'get_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Constraint.hh:103:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/Constraint.hh:367:17: note: Function in derived class
titan.core-6.3.1/compiler2/Constraint.hh:383:24: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Constraint.hh:88:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/Constraint.hh:383:24: note: Function in derived class
titan.core-6.3.1/compiler2/Constraint.hh:384:10: style: The function 'chk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Constraint.hh:97:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Constraint.hh:384:10: note: Function in derived class
titan.core-6.3.1/compiler2/Constraint.hh:385:17: style: The function 'get_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Constraint.hh:103:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/Constraint.hh:385:17: note: Function in derived class
titan.core-6.3.1/compiler2/Constraint.hh:386:10: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Constraint.hh:386:10: note: Function in derived class
titan.core-6.3.1/compiler2/Constraint.hh:387:10: style: The function 'is_ignored' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Constraint.hh:114:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Constraint.hh:387:10: note: Function in derived class
titan.core-6.3.1/compiler2/Constraint.hh:403:32: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Constraint.hh:88:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/Constraint.hh:403:32: note: Function in derived class
titan.core-6.3.1/compiler2/Constraint.hh:404:10: style: The function 'chk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Constraint.hh:97:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Constraint.hh:404:10: note: Function in derived class
titan.core-6.3.1/compiler2/Constraint.hh:405:10: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Constraint.hh:405:10: note: Function in derived class
titan.core-6.3.1/compiler2/Constraint.hh:406:17: style: The function 'get_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Constraint.hh:103:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/Constraint.hh:406:17: note: Function in derived class
titan.core-6.3.1/compiler2/Constraint.hh:407:10: style: The function 'is_ignored' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Constraint.hh:114:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Constraint.hh:407:10: note: Function in derived class
titan.core-6.3.1/compiler2/Constraint.hh:437:22: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Constraint.hh:88:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/Constraint.hh:437:22: note: Function in derived class
titan.core-6.3.1/compiler2/Constraint.hh:438:10: style: The function 'chk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Constraint.hh:97:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Constraint.hh:438:10: note: Function in derived class
titan.core-6.3.1/compiler2/Constraint.hh:439:10: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Constraint.hh:439:10: note: Function in derived class
titan.core-6.3.1/compiler2/Constraint.hh:440:17: style: The function 'get_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Constraint.hh:103:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/Constraint.hh:440:17: note: Function in derived class
titan.core-6.3.1/compiler2/Constraint.hh:441:10: style: The function 'is_ignored' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Constraint.hh:114:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Constraint.hh:441:10: note: Function in derived class
titan.core-6.3.1/compiler2/Constraint.hh:459:34: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Constraint.hh:88:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/Constraint.hh:459:34: note: Function in derived class
titan.core-6.3.1/compiler2/Constraint.hh:465:10: style: The function 'chk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Constraint.hh:97:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Constraint.hh:465:10: note: Function in derived class
titan.core-6.3.1/compiler2/Constraint.hh:466:10: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Constraint.hh:466:10: note: Function in derived class
titan.core-6.3.1/compiler2/Constraint.hh:467:17: style: The function 'get_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Constraint.hh:103:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/Constraint.hh:467:17: note: Function in derived class
titan.core-6.3.1/compiler2/Constraint.hh:468:10: style: The function 'is_ignored' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Constraint.hh:114:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Constraint.hh:468:10: note: Function in derived class
titan.core-6.3.1/compiler2/Constraint.hh:485:42: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Constraint.hh:88:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/Constraint.hh:485:42: note: Function in derived class
titan.core-6.3.1/compiler2/Constraint.hh:486:10: style: The function 'chk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Constraint.hh:97:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Constraint.hh:486:10: note: Function in derived class
titan.core-6.3.1/compiler2/Constraint.hh:487:10: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Constraint.hh:487:10: note: Function in derived class
titan.core-6.3.1/compiler2/Constraint.hh:488:17: style: The function 'get_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Constraint.hh:103:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/Constraint.hh:488:17: note: Function in derived class
titan.core-6.3.1/compiler2/Constraint.hh:489:10: style: The function 'is_ignored' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Constraint.hh:114:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Constraint.hh:489:10: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Block.hh:48:20: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Block.hh:48:20: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Block.hh:59:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Block.hh:59:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object0.hh:46:31: style: The function 'get_modid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:736:31: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object0.hh:46:31: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object0.hh:47:31: style: The function 'get_id' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:738:31: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object0.hh:47:31: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object0.hh:49:18: style: The function 'refers_to_st' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:696:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object0.hh:49:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object0.hh:51:18: style: The function 'generate_code' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:708:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object0.hh:51:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object0.hh:52:18: style: The function 'generate_code_const_ref' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:709:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object0.hh:52:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object0.hh:72:30: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object0.hh:44:23: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object0.hh:72:30: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object0.hh:74:30: style: The function 'get_ref_defd_simple' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object0.hh:45:30: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object0.hh:74:30: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object0.hh:76:31: style: The function 'get_modid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object0.hh:46:31: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object0.hh:76:31: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object0.hh:78:31: style: The function 'get_id' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object0.hh:47:31: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object0.hh:78:31: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object0.hh:113:26: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:417:23: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object0.hh:113:26: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object0.hh:119:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object0.hh:119:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object0.hh:135:26: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object0.hh:135:26: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object0.hh:170:21: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:429:23: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object0.hh:170:21: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object0.hh:180:18: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object0.hh:147:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object0.hh:180:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object0.hh:182:25: style: The function 'clone_ose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object0.hh:146:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object0.hh:182:25: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object0.hh:183:18: style: The function 'set_fullname_ose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object0.hh:148:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object0.hh:183:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object0.hh:184:18: style: The function 'set_genname_ose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object0.hh:149:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object0.hh:184:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object0.hh:186:18: style: The function 'set_my_scope_ose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object0.hh:151:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object0.hh:186:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object0.hh:202:24: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:545:22: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object0.hh:202:24: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:112:23: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:112:23: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:139:25: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:139:25: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:154:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:154:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:187:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:187:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:208:10: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:208:10: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:240:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:240:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:241:34: style: The function 'get_scope_asss' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:608:26: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:241:34: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:245:33: style: The function 'get_ass_bySRef' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:616:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:245:33: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:255:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:255:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:309:22: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:309:22: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:342:22: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:342:22: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:377:21: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:377:21: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:425:22: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:425:22: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:459:25: style: The function 'new_instance0' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:135:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:459:25: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:467:25: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:139:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:467:25: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:469:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:469:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:470:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:470:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:471:18: style: The function 'set_right_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:141:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:471:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:472:18: style: The function 'is_asstype' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:140:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:472:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:473:23: style: The function 'get_ass_pard' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:144:23: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:473:23: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:475:19: style: The function 'get_Type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:147:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:475:19: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:476:20: style: The function 'get_Value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:148:20: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:476:20: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:477:23: style: The function 'get_ValueSet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:149:23: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:477:23: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:478:26: style: The function 'get_ObjectClass' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:150:26: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:478:26: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:479:21: style: The function 'get_Object' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:151:21: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:479:21: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:480:24: style: The function 'get_ObjectSet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:152:24: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:480:24: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:481:18: style: The function 'chk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:153:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:481:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:484:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:154:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:484:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:502:25: style: The function 'new_instance0' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:135:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:502:25: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:506:25: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:139:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:506:25: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:507:18: style: The function 'is_asstype' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:140:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:507:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:508:18: style: The function 'set_right_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:141:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:508:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:510:19: style: The function 'get_Type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:147:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:510:19: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:511:20: style: The function 'get_Value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:148:20: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:511:20: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:512:23: style: The function 'get_ValueSet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:149:23: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:512:23: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:513:26: style: The function 'get_ObjectClass' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:150:26: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:513:26: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:514:21: style: The function 'get_Object' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:151:21: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:514:21: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:515:24: style: The function 'get_ObjectSet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:152:24: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:515:24: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:516:18: style: The function 'chk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:153:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:516:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:517:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:154:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:517:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:527:25: style: The function 'new_instance0' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:135:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:527:25: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:535:20: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:139:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:535:20: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:537:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:537:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:538:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:538:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:539:18: style: The function 'set_right_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:141:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:539:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:541:19: style: The function 'get_Type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:147:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:541:19: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:542:18: style: The function 'chk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:153:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:542:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:545:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:154:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:545:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:556:25: style: The function 'new_instance0' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:135:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:556:25: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:565:20: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:139:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:565:20: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:567:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:567:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:568:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:568:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:569:18: style: The function 'set_right_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:141:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:569:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:571:19: style: The function 'get_Type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:147:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:571:19: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:572:20: style: The function 'get_Value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:148:20: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:572:20: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:573:18: style: The function 'chk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:153:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:573:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:576:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:154:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:576:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:588:25: style: The function 'new_instance0' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:135:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:588:25: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:597:21: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:139:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:597:21: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:599:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:599:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:600:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:600:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:601:18: style: The function 'set_right_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:141:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:601:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:603:19: style: The function 'get_Type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:147:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:603:19: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:604:18: style: The function 'chk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:153:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:604:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:607:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:154:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:607:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:617:25: style: The function 'new_instance0' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:135:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:617:25: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:625:21: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:139:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:625:21: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:627:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:627:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:628:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:628:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:629:18: style: The function 'set_right_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:141:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:629:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:630:18: style: The function 'chk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:153:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:630:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:632:26: style: The function 'get_ObjectClass' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:150:26: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:632:26: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:635:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:154:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:635:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:646:25: style: The function 'new_instance0' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:135:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:646:25: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:655:20: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:139:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:655:20: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:657:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:657:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:658:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:658:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:659:18: style: The function 'set_right_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:141:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:659:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:662:21: style: The function 'get_Object' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:151:21: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:662:21: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:663:18: style: The function 'chk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:153:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:663:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:666:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:154:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:666:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:677:25: style: The function 'new_instance0' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:135:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:677:25: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:686:21: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:139:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:686:21: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:688:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:688:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:689:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:689:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:690:18: style: The function 'set_right_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:141:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:690:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:693:24: style: The function 'get_ObjectSet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:152:24: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:693:24: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:694:18: style: The function 'chk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:153:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:694:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:697:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:154:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:697:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Ref.hh:53:23: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object0.hh:44:23: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Ref.hh:53:23: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Ref.hh:54:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Ref.hh:54:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Ref.hh:55:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:674:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Ref.hh:55:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Ref.hh:56:18: style: The function 'get_is_erroneous' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:676:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Ref.hh:56:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Ref.hh:57:20: style: The function 'get_dispname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:740:20: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Ref.hh:57:20: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Ref.hh:59:30: style: The function 'get_ref_defd_simple' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object0.hh:45:30: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Ref.hh:59:30: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Ref.hh:60:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:710:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Ref.hh:60:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Ref.hh:75:24: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Ref.hh:75:24: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Ref.hh:99:22: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:671:24: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Ref.hh:99:22: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Ref.hh:100:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Ref.hh:100:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Ref.hh:101:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:674:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Ref.hh:101:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Ref.hh:102:18: style: The function 'get_is_erroneous' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:676:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Ref.hh:102:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Ref.hh:103:20: style: The function 'get_dispname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:673:20: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Ref.hh:103:20: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Ref.hh:104:22: style: The function 'get_refd_setting' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:679:22: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Ref.hh:104:22: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Ref.hh:105:33: style: The function 'get_refd_assignment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:688:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Ref.hh:105:33: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Ref.hh:106:18: style: The function 'has_single_expr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:702:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Ref.hh:106:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Ref.hh:107:18: style: The function 'generate_code' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:708:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Ref.hh:107:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Ref.hh:108:18: style: The function 'generate_code_const_ref' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:709:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Ref.hh:108:18: note: Function in derived class
titan.core-6.3.1/compiler2/Typestuff.hh:58:22: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/Typestuff.hh:58:22: note: Function in derived class
titan.core-6.3.1/compiler2/Typestuff.hh:59:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Typestuff.hh:59:18: note: Function in derived class
titan.core-6.3.1/compiler2/Typestuff.hh:60:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Typestuff.hh:60:18: note: Function in derived class
titan.core-6.3.1/compiler2/Typestuff.hh:88:18: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/Typestuff.hh:88:18: note: Function in derived class
titan.core-6.3.1/compiler2/Typestuff.hh:89:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Typestuff.hh:89:18: note: Function in derived class
titan.core-6.3.1/compiler2/Typestuff.hh:90:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Typestuff.hh:90:18: note: Function in derived class
titan.core-6.3.1/compiler2/Typestuff.hh:97:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Typestuff.hh:97:18: note: Function in derived class
titan.core-6.3.1/compiler2/Typestuff.hh:122:25: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/Typestuff.hh:122:25: note: Function in derived class
titan.core-6.3.1/compiler2/Typestuff.hh:123:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Typestuff.hh:123:18: note: Function in derived class
titan.core-6.3.1/compiler2/Typestuff.hh:124:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Typestuff.hh:124:18: note: Function in derived class
titan.core-6.3.1/compiler2/Typestuff.hh:141:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Typestuff.hh:141:18: note: Function in derived class
titan.core-6.3.1/compiler2/Typestuff.hh:158:21: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/Typestuff.hh:158:21: note: Function in derived class
titan.core-6.3.1/compiler2/Typestuff.hh:184:22: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/Typestuff.hh:184:22: note: Function in derived class
titan.core-6.3.1/compiler2/Typestuff.hh:185:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Typestuff.hh:185:18: note: Function in derived class
titan.core-6.3.1/compiler2/Typestuff.hh:186:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Typestuff.hh:186:18: note: Function in derived class
titan.core-6.3.1/compiler2/Typestuff.hh:194:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Typestuff.hh:194:18: note: Function in derived class
titan.core-6.3.1/compiler2/Typestuff.hh:212:24: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/Typestuff.hh:212:24: note: Function in derived class
titan.core-6.3.1/compiler2/Typestuff.hh:213:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Typestuff.hh:213:18: note: Function in derived class
titan.core-6.3.1/compiler2/Typestuff.hh:214:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Typestuff.hh:214:18: note: Function in derived class
titan.core-6.3.1/compiler2/Typestuff.hh:226:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Typestuff.hh:226:18: note: Function in derived class
titan.core-6.3.1/compiler2/Typestuff.hh:246:24: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Typestuff.hh:158:21: note: Virtual function in base class
titan.core-6.3.1/compiler2/Typestuff.hh:246:24: note: Function in derived class
titan.core-6.3.1/compiler2/Typestuff.hh:247:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Typestuff.hh:247:18: note: Function in derived class
titan.core-6.3.1/compiler2/Typestuff.hh:248:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Typestuff.hh:248:18: note: Function in derived class
titan.core-6.3.1/compiler2/Typestuff.hh:249:20: style: The function 'get_nof_comps' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Typestuff.hh:159:20: note: Virtual function in base class
titan.core-6.3.1/compiler2/Typestuff.hh:249:20: note: Function in derived class
titan.core-6.3.1/compiler2/Typestuff.hh:250:24: style: The function 'get_comp_byIndex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Typestuff.hh:160:24: note: Virtual function in base class
titan.core-6.3.1/compiler2/Typestuff.hh:250:24: note: Function in derived class
titan.core-6.3.1/compiler2/Typestuff.hh:251:18: style: The function 'has_comp_withName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Typestuff.hh:161:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Typestuff.hh:251:18: note: Function in derived class
titan.core-6.3.1/compiler2/Typestuff.hh:252:24: style: The function 'get_comp_byName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Typestuff.hh:162:24: note: Virtual function in base class
titan.core-6.3.1/compiler2/Typestuff.hh:252:24: note: Function in derived class
titan.core-6.3.1/compiler2/Typestuff.hh:253:18: style: The function 'tr_compsof' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Typestuff.hh:163:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Typestuff.hh:253:18: note: Function in derived class
titan.core-6.3.1/compiler2/Typestuff.hh:254:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Typestuff.hh:254:18: note: Function in derived class
titan.core-6.3.1/compiler2/Typestuff.hh:255:18: style: The function 'is_ext_attr_group' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Typestuff.hh:164:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Typestuff.hh:255:18: note: Function in derived class
titan.core-6.3.1/compiler2/Typestuff.hh:256:17: style: The function 'get_group_number' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Typestuff.hh:165:17: note: Virtual function in base class
titan.core-6.3.1/compiler2/Typestuff.hh:256:17: note: Function in derived class
titan.core-6.3.1/compiler2/Typestuff.hh:257:18: style: The function 'set_group_number' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Typestuff.hh:166:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Typestuff.hh:257:18: note: Function in derived class
titan.core-6.3.1/compiler2/Typestuff.hh:266:17: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Typestuff.hh:158:21: note: Virtual function in base class
titan.core-6.3.1/compiler2/Typestuff.hh:266:17: note: Function in derived class
titan.core-6.3.1/compiler2/Typestuff.hh:282:21: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Typestuff.hh:266:17: note: Virtual function in base class
titan.core-6.3.1/compiler2/Typestuff.hh:282:21: note: Function in derived class
titan.core-6.3.1/compiler2/Typestuff.hh:283:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Typestuff.hh:283:18: note: Function in derived class
titan.core-6.3.1/compiler2/Typestuff.hh:284:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Typestuff.hh:284:18: note: Function in derived class
titan.core-6.3.1/compiler2/Typestuff.hh:285:20: style: The function 'get_nof_comps' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Typestuff.hh:159:20: note: Virtual function in base class
titan.core-6.3.1/compiler2/Typestuff.hh:285:20: note: Function in derived class
titan.core-6.3.1/compiler2/Typestuff.hh:286:24: style: The function 'get_comp_byIndex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Typestuff.hh:160:24: note: Virtual function in base class
titan.core-6.3.1/compiler2/Typestuff.hh:286:24: note: Function in derived class
titan.core-6.3.1/compiler2/Typestuff.hh:287:18: style: The function 'has_comp_withName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Typestuff.hh:161:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Typestuff.hh:287:18: note: Function in derived class
titan.core-6.3.1/compiler2/Typestuff.hh:288:24: style: The function 'get_comp_byName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Typestuff.hh:162:24: note: Virtual function in base class
titan.core-6.3.1/compiler2/Typestuff.hh:288:24: note: Function in derived class
titan.core-6.3.1/compiler2/Typestuff.hh:289:18: style: The function 'tr_compsof' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Typestuff.hh:163:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Typestuff.hh:289:18: note: Function in derived class
titan.core-6.3.1/compiler2/Typestuff.hh:290:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Typestuff.hh:290:18: note: Function in derived class
titan.core-6.3.1/compiler2/Typestuff.hh:308:25: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Typestuff.hh:266:17: note: Virtual function in base class
titan.core-6.3.1/compiler2/Typestuff.hh:308:25: note: Function in derived class
titan.core-6.3.1/compiler2/Typestuff.hh:309:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Typestuff.hh:309:18: note: Function in derived class
titan.core-6.3.1/compiler2/Typestuff.hh:310:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Typestuff.hh:310:18: note: Function in derived class
titan.core-6.3.1/compiler2/Typestuff.hh:311:20: style: The function 'get_nof_comps' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Typestuff.hh:159:20: note: Virtual function in base class
titan.core-6.3.1/compiler2/Typestuff.hh:311:20: note: Function in derived class
titan.core-6.3.1/compiler2/Typestuff.hh:312:24: style: The function 'get_comp_byIndex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Typestuff.hh:160:24: note: Virtual function in base class
titan.core-6.3.1/compiler2/Typestuff.hh:312:24: note: Function in derived class
titan.core-6.3.1/compiler2/Typestuff.hh:313:18: style: The function 'has_comp_withName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Typestuff.hh:161:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Typestuff.hh:313:18: note: Function in derived class
titan.core-6.3.1/compiler2/Typestuff.hh:314:24: style: The function 'get_comp_byName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Typestuff.hh:162:24: note: Virtual function in base class
titan.core-6.3.1/compiler2/Typestuff.hh:314:24: note: Function in derived class
titan.core-6.3.1/compiler2/Typestuff.hh:315:18: style: The function 'tr_compsof' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Typestuff.hh:163:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Typestuff.hh:315:18: note: Function in derived class
titan.core-6.3.1/compiler2/Typestuff.hh:316:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Typestuff.hh:316:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:511:18: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:185:26: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:511:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:512:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:187:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:512:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:516:18: style: The function 'has_local_ass_withId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:189:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:516:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:517:33: style: The function 'get_local_ass_byId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:191:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:517:33: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:518:20: style: The function 'get_nof_asss' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:192:20: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:518:20: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:519:33: style: The function 'get_ass_byIndex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:193:33: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:519:33: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:644:6: style: The function 'Module' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:235:14: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:644:6: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:647:21: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:236:21: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:647:21: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:648:33: style: The function 'importAssignment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:237:33: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:648:33: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:650:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:240:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:650:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:651:34: style: The function 'get_scope_asss' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:241:34: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:651:34: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:652:18: style: The function 'has_imported_ass_withId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:242:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:652:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:653:33: style: The function 'get_ass_bySRef' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:245:33: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:653:33: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:655:34: style: The function 'get_asss' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:246:26: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:655:34: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:656:18: style: The function 'exports_sym' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:247:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:656:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:658:18: style: The function 'chk_imp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:248:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:658:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:659:18: style: The function 'chk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:249:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:659:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:663:18: style: The function 'get_imported_mods' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:251:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:663:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:664:18: style: The function 'generate_code_internal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:253:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:664:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:677:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:255:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:677:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:697:18: style: The function 'generate_json_schema' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:265:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:697:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:705:18: style: The function 'generate_debugger_init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:269:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:705:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:710:19: style: The function 'generate_debugger_global_vars' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:274:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:710:19: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:714:18: style: The function 'generate_debugger_functions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:278:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:714:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:908:25: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:139:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:908:25: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:917:20: style: The function 'get_genname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:134:20: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:917:20: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:942:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:154:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:942:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:968:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:968:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:970:19: style: The function 'get_Type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:147:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:970:19: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:971:18: style: The function 'chk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:153:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:971:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:998:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:998:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1000:19: style: The function 'get_Type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:147:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1000:19: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1001:20: style: The function 'get_Value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:148:20: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1001:20: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1002:18: style: The function 'chk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:153:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1002:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1029:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1029:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1030:19: style: The function 'get_Type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:147:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1030:19: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1031:18: style: The function 'chk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:153:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1031:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1057:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1057:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1058:19: style: The function 'get_Type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:147:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1058:19: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1059:18: style: The function 'chk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:153:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1059:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1081:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1081:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1082:19: style: The function 'get_Type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:147:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1082:19: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1083:18: style: The function 'chk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:153:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1083:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1129:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1129:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1131:19: style: The function 'get_Type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:147:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1131:19: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1134:18: style: The function 'chk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:153:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1134:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1167:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1167:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1168:19: style: The function 'get_Type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:147:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1168:19: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1169:18: style: The function 'chk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:153:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1169:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1204:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1204:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1205:19: style: The function 'get_Type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:147:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1205:19: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1206:18: style: The function 'chk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:153:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1206:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1243:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1243:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1245:18: style: The function 'chk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:153:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1245:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1312:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1312:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1317:19: style: The function 'get_Type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:147:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1317:19: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1319:18: style: The function 'chk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:153:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1319:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1379:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1379:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1380:19: style: The function 'get_Type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:147:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1380:19: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1483:18: style: The function 'chk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:153:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1483:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1582:18: style: The function 'chk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:153:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1582:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1649:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1649:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1657:18: style: The function 'chk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:153:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1657:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1701:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1701:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1708:18: style: The function 'chk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:153:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1708:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1761:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1761:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1765:19: style: The function 'get_Type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:147:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1765:19: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1766:18: style: The function 'chk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:153:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:1766:18: note: Function in derived class
titan.core-6.3.1/compiler2/Valuestuff.hh:56:27: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/Valuestuff.hh:56:27: note: Function in derived class
titan.core-6.3.1/compiler2/Valuestuff.hh:57:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Valuestuff.hh:57:18: note: Function in derived class
titan.core-6.3.1/compiler2/Valuestuff.hh:58:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Valuestuff.hh:58:18: note: Function in derived class
titan.core-6.3.1/compiler2/Valuestuff.hh:63:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Valuestuff.hh:63:18: note: Function in derived class
titan.core-6.3.1/compiler2/Valuestuff.hh:83:21: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/Valuestuff.hh:83:21: note: Function in derived class
titan.core-6.3.1/compiler2/Valuestuff.hh:84:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Valuestuff.hh:84:18: note: Function in derived class
titan.core-6.3.1/compiler2/Valuestuff.hh:85:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Valuestuff.hh:85:18: note: Function in derived class
titan.core-6.3.1/compiler2/Valuestuff.hh:94:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Valuestuff.hh:94:18: note: Function in derived class
titan.core-6.3.1/compiler2/Valuestuff.hh:109:25: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/Valuestuff.hh:109:25: note: Function in derived class
titan.core-6.3.1/compiler2/Valuestuff.hh:110:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Valuestuff.hh:110:18: note: Function in derived class
titan.core-6.3.1/compiler2/Valuestuff.hh:111:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Valuestuff.hh:111:18: note: Function in derived class
titan.core-6.3.1/compiler2/Valuestuff.hh:115:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Valuestuff.hh:115:18: note: Function in derived class
titan.core-6.3.1/compiler2/Valuestuff.hh:133:26: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/Valuestuff.hh:133:26: note: Function in derived class
titan.core-6.3.1/compiler2/Valuestuff.hh:134:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Valuestuff.hh:134:18: note: Function in derived class
titan.core-6.3.1/compiler2/Valuestuff.hh:135:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Valuestuff.hh:135:18: note: Function in derived class
titan.core-6.3.1/compiler2/Valuestuff.hh:143:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Valuestuff.hh:143:18: note: Function in derived class
titan.core-6.3.1/compiler2/Valuestuff.hh:191:23: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/Valuestuff.hh:191:23: note: Function in derived class
titan.core-6.3.1/compiler2/Valuestuff.hh:236:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Valuestuff.hh:236:18: note: Function in derived class
titan.core-6.3.1/compiler2/Valuestuff.hh:237:10: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Valuestuff.hh:237:10: note: Function in derived class
titan.core-6.3.1/compiler2/Valuestuff.hh:277:24: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/Valuestuff.hh:277:24: note: Function in derived class
titan.core-6.3.1/compiler2/Valuestuff.hh:278:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Valuestuff.hh:278:18: note: Function in derived class
titan.core-6.3.1/compiler2/Valuestuff.hh:279:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Valuestuff.hh:279:18: note: Function in derived class
titan.core-6.3.1/compiler2/Valuestuff.hh:286:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Valuestuff.hh:286:18: note: Function in derived class
titan.core-6.3.1/compiler2/Valuestuff.hh:312:23: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/Valuestuff.hh:312:23: note: Function in derived class
titan.core-6.3.1/compiler2/Valuestuff.hh:313:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Valuestuff.hh:313:18: note: Function in derived class
titan.core-6.3.1/compiler2/Valuestuff.hh:314:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Valuestuff.hh:314:18: note: Function in derived class
titan.core-6.3.1/compiler2/Valuestuff.hh:324:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/Valuestuff.hh:324:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Tag.hh:53:18: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Tag.hh:53:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Tag.hh:67:10: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Tag.hh:67:10: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Tag.hh:69:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Tag.hh:69:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Tag.hh:86:19: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Tag.hh:86:19: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Tag.hh:88:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Tag.hh:88:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Tag.hh:89:10: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Tag.hh:89:10: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Tag.hh:98:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Tag.hh:98:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Tag.hh:115:28: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Tag.hh:115:28: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/TableConstraint.hh:56:25: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/TableConstraint.hh:56:25: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/TableConstraint.hh:76:26: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/TableConstraint.hh:76:26: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/TableConstraint.hh:99:30: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Constraint.hh:88:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/TableConstraint.hh:99:30: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/TableConstraint.hh:101:18: style: The function 'chk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Constraint.hh:97:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/TableConstraint.hh:101:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/TableConstraint.hh:105:17: style: The function 'get_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Constraint.hh:103:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/TableConstraint.hh:105:17: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:84:22: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object0.hh:113:26: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:84:22: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:85:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:85:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:87:18: style: The function 'chk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:418:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:87:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:88:18: style: The function 'chk_this_obj' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object0.hh:115:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:88:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:89:23: style: The function 'get_ocs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object0.hh:116:23: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:89:23: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:90:25: style: The function 'get_fss' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object0.hh:117:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:90:25: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:91:18: style: The function 'generate_code' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object0.hh:118:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:91:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:92:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object0.hh:119:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:92:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:112:22: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object0.hh:113:26: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:112:22: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:113:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:361:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:113:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:114:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:114:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:116:22: style: The function 'get_refd_last' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object0.hh:114:22: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:116:22: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:117:18: style: The function 'chk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:418:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:117:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:118:18: style: The function 'chk_this_obj' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object0.hh:115:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:118:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:119:23: style: The function 'get_ocs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object0.hh:116:23: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:119:23: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:120:25: style: The function 'get_fss' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object0.hh:117:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:120:25: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:121:18: style: The function 'generate_code' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object0.hh:118:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:121:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:122:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object0.hh:119:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:122:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:152:24: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:152:24: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:153:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:153:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:180:24: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object.hh:152:24: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:180:24: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:181:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object.hh:153:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:181:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:182:22: style: The function 'get_fstype' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object.hh:155:22: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:182:22: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:183:18: style: The function 'set_my_oc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object.hh:156:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:183:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:184:18: style: The function 'has_default' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object.hh:158:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:184:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:185:18: style: The function 'chk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object.hh:159:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:185:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:186:22: style: The function 'get_default' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object.hh:160:22: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:186:22: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:187:24: style: The function 'get_last' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object.hh:161:24: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:187:24: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:188:18: style: The function 'generate_code' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object.hh:162:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:188:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:201:30: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object.hh:152:24: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:201:30: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:202:18: style: The function 'has_default' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object.hh:158:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:202:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:203:22: style: The function 'get_default' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object.hh:160:22: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:203:22: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:204:18: style: The function 'chk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object.hh:159:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:204:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:205:18: style: The function 'generate_code' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object.hh:162:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:205:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:219:26: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object.hh:152:24: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:219:26: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:221:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object.hh:153:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:221:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:222:18: style: The function 'set_my_oc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object.hh:156:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:222:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:223:18: style: The function 'has_default' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object.hh:158:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:223:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:225:18: style: The function 'chk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object.hh:159:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:225:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:226:18: style: The function 'generate_code' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object.hh:162:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:226:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:243:29: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object.hh:152:24: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:243:29: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:245:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object.hh:153:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:245:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:246:18: style: The function 'set_my_oc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object.hh:156:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:246:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:247:18: style: The function 'has_default' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object.hh:158:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:247:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:250:18: style: The function 'chk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object.hh:159:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:250:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:251:18: style: The function 'generate_code' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object.hh:162:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:251:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:289:26: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object.hh:152:24: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:289:26: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:291:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object.hh:153:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:291:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:292:18: style: The function 'set_my_oc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object.hh:156:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:292:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:293:18: style: The function 'has_default' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object.hh:158:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:293:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:296:18: style: The function 'chk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object.hh:159:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:296:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:297:18: style: The function 'generate_code' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object.hh:162:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:297:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:313:27: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object.hh:152:24: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:313:27: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:315:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object.hh:153:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:315:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:316:18: style: The function 'set_my_oc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object.hh:156:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:316:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:317:18: style: The function 'has_default' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object.hh:158:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:317:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:320:18: style: The function 'chk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object.hh:159:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:320:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:321:18: style: The function 'generate_code' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object.hh:162:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:321:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:338:25: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:338:25: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:340:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:340:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:350:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:350:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:361:26: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:361:26: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:382:23: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:382:23: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:387:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:387:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:410:18: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object.hh:383:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:410:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:417:20: style: The function 'get_dispname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object.hh:386:20: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:417:20: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:418:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object.hh:387:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:418:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:434:18: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object.hh:383:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:434:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:437:20: style: The function 'get_dispname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object.hh:386:20: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:437:20: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:438:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object.hh:387:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:438:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:457:18: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object.hh:383:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:457:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:462:20: style: The function 'get_dispname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object.hh:386:20: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:462:20: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:463:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object.hh:387:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:463:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:490:18: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object.hh:383:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:490:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:494:20: style: The function 'get_dispname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object.hh:386:20: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:494:20: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:495:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object.hh:387:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:495:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:510:27: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:510:27: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:511:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:511:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:514:10: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:514:10: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:519:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:519:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:533:32: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object.hh:510:27: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:533:32: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:536:18: style: The function 'chk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object.hh:517:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:536:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:537:18: style: The function 'generate_code' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object.hh:518:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:537:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:538:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object.hh:519:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:538:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:552:33: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object.hh:510:27: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:552:33: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:555:18: style: The function 'chk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object.hh:517:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:555:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:556:18: style: The function 'generate_code' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object.hh:518:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:556:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:557:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object.hh:519:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:557:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:571:29: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object.hh:510:27: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:571:29: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:574:18: style: The function 'chk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object.hh:517:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:574:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:575:18: style: The function 'generate_code' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object.hh:518:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:575:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:576:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object.hh:519:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:576:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:590:30: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object.hh:510:27: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:590:30: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:593:18: style: The function 'chk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object.hh:517:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:593:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:594:18: style: The function 'generate_code' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object.hh:518:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:594:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:595:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object.hh:519:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:595:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:612:23: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object0.hh:170:21: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:612:23: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:613:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:613:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:614:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:361:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:614:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:616:18: style: The function 'chk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object0.hh:176:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:616:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:624:18: style: The function 'generate_code' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object0.hh:181:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:624:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:625:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:625:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:645:23: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object0.hh:170:21: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:645:23: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:646:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:361:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:646:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:647:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:647:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:649:23: style: The function 'get_refd_last' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object0.hh:175:23: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:649:23: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:650:18: style: The function 'chk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object0.hh:176:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:650:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:651:18: style: The function 'generate_code' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object0.hh:181:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:651:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:652:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:652:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:667:22: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:667:22: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:672:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:672:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:685:18: style: The function 'visit_Object' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object0.hh:136:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:685:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:686:18: style: The function 'visit_OS_refd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object0.hh:137:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:686:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:702:18: style: The function 'visit_Object' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object0.hh:136:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:702:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:703:18: style: The function 'visit_OS_refd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object0.hh:137:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:703:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:718:18: style: The function 'visit_Object' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object0.hh:136:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:718:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:719:18: style: The function 'visit_OS_refd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object0.hh:137:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:719:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:738:22: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object0.hh:202:24: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:738:22: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:740:22: style: The function 'get_refd_last' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object0.hh:205:22: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:740:22: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:741:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:741:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:742:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:361:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:742:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:744:20: style: The function 'get_nof_objs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object0.hh:206:20: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:744:20: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:745:21: style: The function 'get_obj_byIndex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object0.hh:207:21: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:745:21: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:747:18: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object0.hh:208:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:747:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:748:18: style: The function 'chk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object0.hh:209:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:748:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:749:18: style: The function 'generate_code' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object0.hh:210:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:749:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:750:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:750:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:767:20: style: The function 'create_stringRepr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:391:20: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:767:20: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:771:22: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object0.hh:202:24: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:771:22: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:772:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:361:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:772:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:774:22: style: The function 'get_refd_last' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object0.hh:205:22: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:774:22: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:775:20: style: The function 'get_nof_objs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object0.hh:206:20: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:775:20: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:776:21: style: The function 'get_obj_byIndex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object0.hh:207:21: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:776:21: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:777:18: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object0.hh:147:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:777:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:778:18: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object0.hh:208:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:778:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:779:18: style: The function 'chk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object0.hh:209:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:779:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:780:18: style: The function 'generate_code' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object0.hh:210:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:780:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:781:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:781:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:782:25: style: The function 'clone_ose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object0.hh:146:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:782:25: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:783:18: style: The function 'set_fullname_ose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object0.hh:148:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:783:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:784:18: style: The function 'set_genname_ose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object0.hh:149:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:784:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.hh:786:18: style: The function 'set_my_scope_ose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object0.hh:151:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/Object.hh:786:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/TokenBuf.hh:60:20: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/TokenBuf.hh:60:20: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/TokenBuf.hh:75:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/TokenBuf.hh:75:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/TokenBuf.hh:110:23: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/TokenBuf.hh:110:23: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/TokenBuf.hh:133:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/TokenBuf.hh:133:18: note: Function in derived class
titan.core-6.3.1/compiler2/DebuggerStuff.cc:363:21: warning: Either the condition 'func_ass!=NULL' is redundant or there is possible null pointer dereference: func_ass. [nullPointerRedundantCheck]
titan.core-6.3.1/compiler2/DebuggerStuff.cc:389:43: note: Assuming that condition 'func_ass!=NULL' is not redundant
titan.core-6.3.1/compiler2/DebuggerStuff.cc:363:21: note: Null pointer dereference
titan.core-6.3.1/compiler2/DebuggerStuff.cc:364:20: warning: Either the condition 'func_ass!=NULL' is redundant or there is possible null pointer dereference: func_ass. [nullPointerRedundantCheck]
titan.core-6.3.1/compiler2/DebuggerStuff.cc:389:43: note: Assuming that condition 'func_ass!=NULL' is not redundant
titan.core-6.3.1/compiler2/DebuggerStuff.cc:364:20: note: Null pointer dereference
titan.core-6.3.1/compiler2/DebuggerStuff.cc:366:11: warning: Either the condition 'func_ass!=NULL' is redundant or there is possible null pointer dereference: func_ass. [nullPointerRedundantCheck]
titan.core-6.3.1/compiler2/DebuggerStuff.cc:389:43: note: Assuming that condition 'func_ass!=NULL' is not redundant
titan.core-6.3.1/compiler2/DebuggerStuff.cc:366:11: note: Null pointer dereference
titan.core-6.3.1/compiler2/ttcn3/ArrayDimensions.hh:98:12: style: Technically the member function 'Ttcn::ArrayDimensions::get_nof_dims' can be const. [functionConst]
titan.core-6.3.1/compiler2/ttcn3/ArrayDimensions.hh:55:5: style: Class 'ArrayDimension' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/ttcn3/ArrayDimensions.hh:58:29: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/ArrayDimensions.hh:58:29: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/ArrayDimensions.hh:59:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/ArrayDimensions.hh:59:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/ArrayDimensions.hh:60:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/ArrayDimensions.hh:60:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/ArrayDimensions.hh:78:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/ArrayDimensions.hh:78:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/ArrayDimensions.hh:94:30: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/ArrayDimensions.hh:94:30: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/ArrayDimensions.hh:95:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/ArrayDimensions.hh:95:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/ArrayDimensions.hh:96:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/ArrayDimensions.hh:96:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/ArrayDimensions.hh:128:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/ArrayDimensions.hh:128:18: note: Function in derived class
titan.core-6.3.1/compiler2/EnumItem.cc:221:34: style: Function 'add_ei' argument 1 names different: declaration 'p_nv' definition 'p_ei'. [funcArgNamesDifferent]
titan.core-6.3.1/compiler2/EnumItem.hh:80:25: note: Function 'add_ei' argument 1 names different: declaration 'p_nv' definition 'p_ei'.
titan.core-6.3.1/compiler2/EnumItem.cc:221:34: note: Function 'add_ei' argument 1 names different: declaration 'p_nv' definition 'p_ei'.
titan.core-6.3.1/compiler2/EnumItem.hh:44:21: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/EnumItem.hh:44:21: note: Function in derived class
titan.core-6.3.1/compiler2/EnumItem.hh:45:16: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/EnumItem.hh:45:16: note: Function in derived class
titan.core-6.3.1/compiler2/EnumItem.hh:52:16: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/EnumItem.hh:52:16: note: Function in derived class
titan.core-6.3.1/compiler2/EnumItem.hh:55:16: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/EnumItem.hh:55:16: note: Function in derived class
titan.core-6.3.1/compiler2/EnumItem.hh:77:22: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/EnumItem.hh:77:22: note: Function in derived class
titan.core-6.3.1/compiler2/EnumItem.hh:78:16: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/EnumItem.hh:78:16: note: Function in derived class
titan.core-6.3.1/compiler2/EnumItem.hh:79:8: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/EnumItem.hh:79:8: note: Function in derived class
titan.core-6.3.1/compiler2/EnumItem.hh:87:16: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/EnumItem.hh:87:16: note: Function in derived class
titan.core-6.3.1/compiler2/Identifier.cc:1209:16: style: Condition '!dontreg' is always true [knownConditionTrueFalse]
titan.core-6.3.1/compiler2/Identifier.cc:1204:12: note: Assuming that condition '!dontreg' is not redundant
titan.core-6.3.1/compiler2/Identifier.cc:1209:16: note: Condition '!dontreg' is always true
titan.core-6.3.1/compiler2/Identifier.cc:1245:16: style: Condition '!dontreg' is always true [knownConditionTrueFalse]
titan.core-6.3.1/compiler2/Identifier.cc:1240:12: note: Assuming that condition '!dontreg' is not redundant
titan.core-6.3.1/compiler2/Identifier.cc:1245:16: note: Condition '!dontreg' is always true
titan.core-6.3.1/compiler2/Identifier.cc:49:5: style: Struct 'id_data_t' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/Int.cc:40:3: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment]
titan.core-6.3.1/compiler2/Int.cc:39:0: note: Variable 's' is reassigned a value before the old one has been used.
titan.core-6.3.1/compiler2/Int.cc:40:3: note: Variable 's' is reassigned a value before the old one has been used.
titan.core-6.3.1/compiler2/Int.cc:137:45: style: Function 'operator==' argument 1 names different: declaration 'right' definition 'v'. [funcArgNamesDifferent]
titan.core-6.3.1/compiler2/Int.hh:94:36: note: Function 'operator==' argument 1 names different: declaration 'right' definition 'v'.
titan.core-6.3.1/compiler2/Int.cc:137:45: note: Function 'operator==' argument 1 names different: declaration 'right' definition 'v'.
titan.core-6.3.1/compiler2/Int.cc:144:44: style: Function 'operator<' argument 1 names different: declaration 'right' definition 'v'. [funcArgNamesDifferent]
titan.core-6.3.1/compiler2/Int.hh:84:35: note: Function 'operator<' argument 1 names different: declaration 'right' definition 'v'.
titan.core-6.3.1/compiler2/Int.cc:144:44: note: Function 'operator<' argument 1 names different: declaration 'right' definition 'v'.
titan.core-6.3.1/compiler2/PredefFunc.cc:244:55: style: Function 'rotate_left' argument 2 names different: declaration 'count' definition 'p_count'. [funcArgNamesDifferent]
titan.core-6.3.1/compiler2/PredefFunc.hh:42:62: note: Function 'rotate_left' argument 2 names different: declaration 'count' definition 'p_count'.
titan.core-6.3.1/compiler2/PredefFunc.cc:244:55: note: Function 'rotate_left' argument 2 names different: declaration 'count' definition 'p_count'.
titan.core-6.3.1/compiler2/PredefFunc.cc:254:56: style: Function 'rotate_right' argument 2 names different: declaration 'count' definition 'p_count'. [funcArgNamesDifferent]
titan.core-6.3.1/compiler2/PredefFunc.hh:43:63: note: Function 'rotate_right' argument 2 names different: declaration 'count' definition 'p_count'.
titan.core-6.3.1/compiler2/PredefFunc.cc:254:56: note: Function 'rotate_right' argument 2 names different: declaration 'count' definition 'p_count'.
titan.core-6.3.1/compiler2/PredefFunc.cc:266:57: style: Function 'rotate_left' argument 2 names different: declaration 'count' definition 'p_count'. [funcArgNamesDifferent]
titan.core-6.3.1/compiler2/PredefFunc.hh:44:64: note: Function 'rotate_left' argument 2 names different: declaration 'count' definition 'p_count'.
titan.core-6.3.1/compiler2/PredefFunc.cc:266:57: note: Function 'rotate_left' argument 2 names different: declaration 'count' definition 'p_count'.
titan.core-6.3.1/compiler2/PredefFunc.cc:276:58: style: Function 'rotate_right' argument 2 names different: declaration 'count' definition 'p_count'. [funcArgNamesDifferent]
titan.core-6.3.1/compiler2/PredefFunc.hh:45:65: note: Function 'rotate_right' argument 2 names different: declaration 'count' definition 'p_count'.
titan.core-6.3.1/compiler2/PredefFunc.cc:276:58: note: Function 'rotate_right' argument 2 names different: declaration 'count' definition 'p_count'.
titan.core-6.3.1/compiler2/ProjectGenHelper.hh:133:8: performance: Technically the member function 'ProjectGenHelper::isCPPSourceFile' can be static. [functionStatic]
titan.core-6.3.1/compiler2/ProjectGenHelper.cc:603:24: note: Technically the member function 'ProjectGenHelper::isCPPSourceFile' can be static.
titan.core-6.3.1/compiler2/ProjectGenHelper.hh:133:8: note: Technically the member function 'ProjectGenHelper::isCPPSourceFile' can be static.
titan.core-6.3.1/compiler2/ProjectGenHelper.hh:134:8: performance: Technically the member function 'ProjectGenHelper::isCPPHeaderFile' can be static. [functionStatic]
titan.core-6.3.1/compiler2/ProjectGenHelper.cc:622:24: note: Technically the member function 'ProjectGenHelper::isCPPHeaderFile' can be static.
titan.core-6.3.1/compiler2/ProjectGenHelper.hh:134:8: note: Technically the member function 'ProjectGenHelper::isCPPHeaderFile' can be static.
titan.core-6.3.1/compiler2/ProjectGenHelper.hh:135:8: performance: Technically the member function 'ProjectGenHelper::isTtcnPPFile' can be static. [functionStatic]
titan.core-6.3.1/compiler2/ProjectGenHelper.cc:644:24: note: Technically the member function 'ProjectGenHelper::isTtcnPPFile' can be static.
titan.core-6.3.1/compiler2/ProjectGenHelper.hh:135:8: note: Technically the member function 'ProjectGenHelper::isTtcnPPFile' can be static.
titan.core-6.3.1/compiler2/ProjectGenHelper.cc:494:8: style: Technically the member function 'CompareStr::operator()' can be const. [functionConst]
titan.core-6.3.1/compiler2/Setting.cc:755:28: style: Checking if unsigned variable '_Reference_counter' is less than zero. This might be a false warning. [unsignedLessThanZero]
titan.core-6.3.1/compiler2/SigParam.hh:103:8: style: Technically the member function 'Common::SignatureExceptions::has_type' can be const. [functionConst]
titan.core-6.3.1/compiler2/SigParam.cc:211:27: note: Technically the member function 'Common::SignatureExceptions::has_type' can be const.
titan.core-6.3.1/compiler2/SigParam.hh:103:8: note: Technically the member function 'Common::SignatureExceptions::has_type' can be const.
titan.core-6.3.1/compiler2/SigParam.hh:37:27: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/SigParam.hh:37:27: note: Function in derived class
titan.core-6.3.1/compiler2/SigParam.hh:41:16: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/SigParam.hh:41:16: note: Function in derived class
titan.core-6.3.1/compiler2/SigParam.hh:42:16: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/SigParam.hh:42:16: note: Function in derived class
titan.core-6.3.1/compiler2/SigParam.hh:43:16: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/SigParam.hh:43:16: note: Function in derived class
titan.core-6.3.1/compiler2/SigParam.hh:64:31: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/SigParam.hh:64:31: note: Function in derived class
titan.core-6.3.1/compiler2/SigParam.hh:65:16: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/SigParam.hh:65:16: note: Function in derived class
titan.core-6.3.1/compiler2/SigParam.hh:66:16: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/SigParam.hh:66:16: note: Function in derived class
titan.core-6.3.1/compiler2/SigParam.hh:82:16: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/SigParam.hh:82:16: note: Function in derived class
titan.core-6.3.1/compiler2/SigParam.hh:99:24: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/SigParam.hh:99:24: note: Function in derived class
titan.core-6.3.1/compiler2/SigParam.hh:110:16: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/SigParam.hh:110:16: note: Function in derived class
titan.core-6.3.1/compiler2/SigParam.hh:111:16: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/SigParam.hh:111:16: note: Function in derived class
titan.core-6.3.1/compiler2/SigParam.hh:112:16: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/SigParam.hh:112:16: note: Function in derived class
titan.core-6.3.1/compiler2/Stopwatch.hh:20:3: style: Class 'Stopwatch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/Type.cc:5435:13: error: Null pointer dereference: fake [nullPointer]
titan.core-6.3.1/compiler2/Type.cc:5434:30: note: Assignment 'fake=0', assigned value is 0
titan.core-6.3.1/compiler2/Type.cc:5435:13: note: Null pointer dereference
titan.core-6.3.1/compiler2/Type.cc:1893:42: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/compiler2/Type.cc:1581:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
titan.core-6.3.1/compiler2/Type.cc:1601:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
titan.core-6.3.1/compiler2/Type.cc:5371:41: style: Function 'get_ei_byIndex' argument 1 names different: declaration 'i' definition 'n'. [funcArgNamesDifferent]
titan.core-6.3.1/compiler2/Type.hh:1061:37: note: Function 'get_ei_byIndex' argument 1 names different: declaration 'i' definition 'n'.
titan.core-6.3.1/compiler2/Type.cc:5371:41: note: Function 'get_ei_byIndex' argument 1 names different: declaration 'i' definition 'n'.
titan.core-6.3.1/compiler2/Type.hh:810:10: style: Technically the member function 'Common::Type::set_legacy_coding_function' can be const. [functionConst]
titan.core-6.3.1/compiler2/Type.cc:5034:14: note: Technically the member function 'Common::Type::set_legacy_coding_function' can be const.
titan.core-6.3.1/compiler2/Type.hh:810:10: note: Technically the member function 'Common::Type::set_legacy_coding_function' can be const.
titan.core-6.3.1/compiler2/Type.hh:814:10: style: Technically the member function 'Common::Type::set_asn_coding' can be const. [functionConst]
titan.core-6.3.1/compiler2/Type.cc:5052:14: note: Technically the member function 'Common::Type::set_asn_coding' can be const.
titan.core-6.3.1/compiler2/Type.hh:814:10: note: Technically the member function 'Common::Type::set_asn_coding' can be const.
titan.core-6.3.1/compiler2/Type.hh:1100:16: style: Technically the member function 'Common::Type::get_enum_val_byId' can be const. [functionConst]
titan.core-6.3.1/compiler2/Type.cc:5501:20: note: Technically the member function 'Common::Type::get_enum_val_byId' can be const.
titan.core-6.3.1/compiler2/Type.hh:1100:16: note: Technically the member function 'Common::Type::get_enum_val_byId' can be const.
titan.core-6.3.1/compiler2/Type.hh:1120:23: style: Technically the member function 'Common::Type::get_oc_fieldname' can be const. [functionConst]
titan.core-6.3.1/compiler2/Type.cc:5637:27: note: Technically the member function 'Common::Type::get_oc_fieldname' can be const.
titan.core-6.3.1/compiler2/Type.hh:1120:23: note: Technically the member function 'Common::Type::get_oc_fieldname' can be const.
titan.core-6.3.1/compiler2/Type.hh:1122:28: style: Technically the member function 'Common::Type::get_my_tableconstraint' can be const. [functionConst]
titan.core-6.3.1/compiler2/Type.cc:5664:32: note: Technically the member function 'Common::Type::get_my_tableconstraint' can be const.
titan.core-6.3.1/compiler2/Type.hh:1122:28: note: Technically the member function 'Common::Type::get_my_tableconstraint' can be const.
titan.core-6.3.1/compiler2/Type.hh:1156:10: style: Technically the member function 'Common::Type::get_fat_runs_on_self' can be const. [functionConst]
titan.core-6.3.1/compiler2/Type.cc:5762:14: note: Technically the member function 'Common::Type::get_fat_runs_on_self' can be const.
titan.core-6.3.1/compiler2/Type.hh:1156:10: note: Technically the member function 'Common::Type::get_fat_runs_on_self' can be const.
titan.core-6.3.1/compiler2/Type.hh:1158:10: style: Technically the member function 'Common::Type::get_returns_template' can be const. [functionConst]
titan.core-6.3.1/compiler2/Type.cc:5776:14: note: Technically the member function 'Common::Type::get_returns_template' can be const.
titan.core-6.3.1/compiler2/Type.hh:1158:10: note: Technically the member function 'Common::Type::get_returns_template' can be const.
titan.core-6.3.1/compiler2/TypeCompat.hh:62:24: style: Technically the member function 'Common::TypeCompatInfo::get_ref_str' can be const. [functionConst]
titan.core-6.3.1/compiler2/TypeCompat.hh:71:24: style: Technically the member function 'Common::TypeCompatInfo::get_error_str' can be const. [functionConst]
titan.core-6.3.1/compiler2/TypeCompat.hh:76:10: style: Technically the member function 'Common::TypeCompatInfo::get_subtype_error' can be const. [functionConst]
titan.core-6.3.1/compiler2/ttcn3/Ttcnstuff.hh:496:3: style: Class 'ExtensionAttribute' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/ttcn3/Ttcnstuff.hh:514:3: style: Class 'ExtensionAttribute' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/ttcn3/Ttcnstuff.hh:522:3: style: Class 'ExtensionAttribute' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/ttcn3/Ttcnstuff.hh:532:3: style: Class 'ExtensionAttribute' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/ttcn3/Ttcnstuff.hh:539:3: style: Class 'ExtensionAttribute' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/ttcn3/Ttcnstuff.hh:563:3: style: Class 'ExtensionAttribute' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:245:5: style: Class 'LengthRestriction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/ttcn3/TtcnTemplate.hh:183:5: style: Class 'Template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/ttcn3/TtcnTemplate.hh:187:5: style: Class 'Template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/ttcn3/TtcnTemplate.hh:190:5: style: Class 'Template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/ttcn3/TtcnTemplate.hh:197:5: style: Class 'Template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/ttcn3/TtcnTemplate.hh:200:5: style: Class 'Template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/ttcn3/TtcnTemplate.hh:203:5: style: Class 'Template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/ttcn3/TtcnTemplate.hh:206:5: style: Class 'Template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/ttcn3/TtcnTemplate.hh:212:5: style: Class 'Template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/ttcn3/Ttcnstuff.hh:44:33: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Ttcnstuff.hh:44:33: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Ttcnstuff.hh:51:16: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Ttcnstuff.hh:51:16: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Ttcnstuff.hh:71:30: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Ttcnstuff.hh:71:30: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Ttcnstuff.hh:72:16: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Ttcnstuff.hh:72:16: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Ttcnstuff.hh:81:16: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Ttcnstuff.hh:81:16: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Ttcnstuff.hh:99:25: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Ttcnstuff.hh:99:25: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Ttcnstuff.hh:153:30: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Ttcnstuff.hh:153:30: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Ttcnstuff.hh:154:16: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Ttcnstuff.hh:154:16: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Ttcnstuff.hh:197:16: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Ttcnstuff.hh:197:16: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Ttcnstuff.hh:211:31: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Ttcnstuff.hh:211:31: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Ttcnstuff.hh:212:16: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Ttcnstuff.hh:212:16: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Ttcnstuff.hh:218:16: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Ttcnstuff.hh:218:16: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Ttcnstuff.hh:241:24: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Ttcnstuff.hh:241:24: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Ttcnstuff.hh:242:16: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Ttcnstuff.hh:242:16: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Ttcnstuff.hh:253:16: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Ttcnstuff.hh:253:16: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Ttcnstuff.hh:268:25: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Ttcnstuff.hh:268:25: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Ttcnstuff.hh:269:16: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Ttcnstuff.hh:269:16: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Ttcnstuff.hh:282:16: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Ttcnstuff.hh:282:16: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Ttcnstuff.hh:298:18: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Ttcnstuff.hh:298:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Ttcnstuff.hh:312:16: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Ttcnstuff.hh:312:16: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Ttcnstuff.hh:314:16: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Ttcnstuff.hh:314:16: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Ttcnstuff.hh:332:20: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Ttcnstuff.hh:332:20: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Ttcnstuff.hh:355:16: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Ttcnstuff.hh:355:16: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Ttcnstuff.hh:417:25: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Ttcnstuff.hh:417:25: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Ttcnstuff.hh:418:16: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Ttcnstuff.hh:418:16: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Ttcnstuff.hh:481:16: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Ttcnstuff.hh:481:16: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:58:25: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:58:25: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:59:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:59:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:60:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:60:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:81:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:81:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:104:24: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:104:24: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:105:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:105:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:131:30: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:131:30: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:132:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:132:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:133:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:133:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:137:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:137:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:155:31: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:155:31: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:156:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:156:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:157:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:157:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:179:28: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:179:28: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:180:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:180:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:181:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:181:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:195:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:195:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:218:29: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:218:29: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:219:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:219:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:220:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:220:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:248:32: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:248:32: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:249:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:249:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:250:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:250:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:284:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:284:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:302:32: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:302:32: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:303:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:303:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:304:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:304:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:305:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:305:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:324:25: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:324:25: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:325:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:325:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:326:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:326:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:332:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:332:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:348:26: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:348:26: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:349:10: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:349:10: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:350:10: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:350:10: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:361:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:361:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:383:37: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:383:37: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:387:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:387:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:388:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:388:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:395:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:395:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/TtcnTemplate.hh:179:12: style: The function 'create_stringRepr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:391:20: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/TtcnTemplate.hh:179:12: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/TtcnTemplate.hh:221:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/TtcnTemplate.hh:221:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/TtcnTemplate.hh:222:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:361:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/TtcnTemplate.hh:222:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/TtcnTemplate.hh:520:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/TtcnTemplate.hh:520:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/TtcnTemplate.hh:551:31: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/TtcnTemplate.hh:551:31: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/TtcnTemplate.hh:552:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/TtcnTemplate.hh:552:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/TtcnTemplate.hh:553:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/TtcnTemplate.hh:553:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/TtcnTemplate.hh:608:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/TtcnTemplate.hh:608:18: note: Function in derived class
titan.core-6.3.1/compiler2/Type.cc:5435:12: error: Null pointer dereference [nullPointer]
titan.core-6.3.1/compiler2/TypeCompat.cc:69:65: style: Function 'append_ref_str' argument 2 names different: declaration 'p_ref' definition 'p_ref_str'. [funcArgNamesDifferent]
titan.core-6.3.1/compiler2/TypeCompat.hh:61:51: note: Function 'append_ref_str' argument 2 names different: declaration 'p_ref' definition 'p_ref_str'.
titan.core-6.3.1/compiler2/TypeCompat.cc:69:65: note: Function 'append_ref_str' argument 2 names different: declaration 'p_ref' definition 'p_ref_str'.
titan.core-6.3.1/compiler2/TypeCompat.cc:125:42: style: Function 'gen_conv_code_refd' argument 1 names different: declaration 'str' definition 'p_str'. [funcArgNamesDifferent]
titan.core-6.3.1/compiler2/TypeCompat.hh:100:41: note: Function 'gen_conv_code_refd' argument 1 names different: declaration 'str' definition 'p_str'.
titan.core-6.3.1/compiler2/TypeCompat.cc:125:42: note: Function 'gen_conv_code_refd' argument 1 names different: declaration 'str' definition 'p_str'.
titan.core-6.3.1/compiler2/TypeCompat.cc:125:61: style: Function 'gen_conv_code_refd' argument 2 names different: declaration 'name' definition 'p_name'. [funcArgNamesDifferent]
titan.core-6.3.1/compiler2/TypeCompat.hh:100:58: note: Function 'gen_conv_code_refd' argument 2 names different: declaration 'name' definition 'p_name'.
titan.core-6.3.1/compiler2/TypeCompat.cc:125:61: note: Function 'gen_conv_code_refd' argument 2 names different: declaration 'name' definition 'p_name'.
titan.core-6.3.1/compiler2/TypeCompat.hh:61:8: style: Technically the member function 'Common::TypeCompatInfo::append_ref_str' can be const. [functionConst]
titan.core-6.3.1/compiler2/TypeCompat.cc:69:22: note: Technically the member function 'Common::TypeCompatInfo::append_ref_str' can be const.
titan.core-6.3.1/compiler2/TypeCompat.hh:61:8: note: Technically the member function 'Common::TypeCompatInfo::append_ref_str' can be const.
titan.core-6.3.1/compiler2/Type_chk.cc:1255:18: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/compiler2/Type_chk.cc:1867:22: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/compiler2/Type_chk.cc:361:10: style: The scope of the variable 'override_ref' can be reduced. [variableScope]
titan.core-6.3.1/compiler2/Type_chk.cc:7586:8: style: The scope of the variable 'self_ref' can be reduced. [variableScope]
titan.core-6.3.1/compiler2/Type_chk.cc:3546:37: style: Checking if unsigned variable 'u.secho.ctss->get_nof_comps()' is less than zero. This might be a false warning. [unsignedLessThanZero]
titan.core-6.3.1/compiler2/Type_chk.cc:3924:81: style: Function 'chk_this_value' argument 8 names different: declaration 'str_elem' definition 'is_str_elem'. [funcArgNamesDifferent]
titan.core-6.3.1/compiler2/Type.hh:937:17: note: Function 'chk_this_value' argument 8 names different: declaration 'str_elem' definition 'is_str_elem'.
titan.core-6.3.1/compiler2/Type_chk.cc:3924:81: note: Function 'chk_this_value' argument 8 names different: declaration 'str_elem' definition 'is_str_elem'.
titan.core-6.3.1/compiler2/Type.hh:946:10: performance: Technically the member function 'Common::Type::chk_this_value_Null' can be static. [functionStatic]
titan.core-6.3.1/compiler2/Type_chk.cc:4329:12: note: Technically the member function 'Common::Type::chk_this_value_Null' can be static.
titan.core-6.3.1/compiler2/Type.hh:946:10: note: Technically the member function 'Common::Type::chk_this_value_Null' can be static.
titan.core-6.3.1/compiler2/Type.hh:947:10: performance: Technically the member function 'Common::Type::chk_this_value_Bool' can be static. [functionStatic]
titan.core-6.3.1/compiler2/Type_chk.cc:4342:12: note: Technically the member function 'Common::Type::chk_this_value_Bool' can be static.
titan.core-6.3.1/compiler2/Type.hh:947:10: note: Technically the member function 'Common::Type::chk_this_value_Bool' can be static.
titan.core-6.3.1/compiler2/Type.hh:948:10: performance: Technically the member function 'Common::Type::chk_this_value_Int' can be static. [functionStatic]
titan.core-6.3.1/compiler2/Type_chk.cc:4356:12: note: Technically the member function 'Common::Type::chk_this_value_Int' can be static.
titan.core-6.3.1/compiler2/Type.hh:948:10: note: Technically the member function 'Common::Type::chk_this_value_Int' can be static.
titan.core-6.3.1/compiler2/Type.hh:950:10: style: Technically the member function 'Common::Type::chk_this_value_Real' can be const. [functionConst]
titan.core-6.3.1/compiler2/Type_chk.cc:4390:12: note: Technically the member function 'Common::Type::chk_this_value_Real' can be const.
titan.core-6.3.1/compiler2/Type.hh:950:10: note: Technically the member function 'Common::Type::chk_this_value_Real' can be const.
titan.core-6.3.1/compiler2/Type.hh:951:10: performance: Technically the member function 'Common::Type::chk_this_value_Enum' can be static. [functionStatic]
titan.core-6.3.1/compiler2/Type_chk.cc:4434:12: note: Technically the member function 'Common::Type::chk_this_value_Enum' can be static.
titan.core-6.3.1/compiler2/Type.hh:951:10: note: Technically the member function 'Common::Type::chk_this_value_Enum' can be static.
titan.core-6.3.1/compiler2/Type.hh:952:10: performance: Technically the member function 'Common::Type::chk_this_value_BStr' can be static. [functionStatic]
titan.core-6.3.1/compiler2/Type_chk.cc:4447:12: note: Technically the member function 'Common::Type::chk_this_value_BStr' can be static.
titan.core-6.3.1/compiler2/Type.hh:952:10: note: Technically the member function 'Common::Type::chk_this_value_BStr' can be static.
titan.core-6.3.1/compiler2/Type.hh:955:10: performance: Technically the member function 'Common::Type::chk_this_value_HStr' can be static. [functionStatic]
titan.core-6.3.1/compiler2/Type_chk.cc:4535:12: note: Technically the member function 'Common::Type::chk_this_value_HStr' can be static.
titan.core-6.3.1/compiler2/Type.hh:955:10: note: Technically the member function 'Common::Type::chk_this_value_HStr' can be static.
titan.core-6.3.1/compiler2/Type.hh:956:10: performance: Technically the member function 'Common::Type::chk_this_value_OStr' can be static. [functionStatic]
titan.core-6.3.1/compiler2/Type_chk.cc:4548:12: note: Technically the member function 'Common::Type::chk_this_value_OStr' can be static.
titan.core-6.3.1/compiler2/Type.hh:956:10: note: Technically the member function 'Common::Type::chk_this_value_OStr' can be static.
titan.core-6.3.1/compiler2/Type.hh:957:10: style: Technically the member function 'Common::Type::chk_this_value_CStr' can be const. [functionConst]
titan.core-6.3.1/compiler2/Type_chk.cc:4586:12: note: Technically the member function 'Common::Type::chk_this_value_CStr' can be const.
titan.core-6.3.1/compiler2/Type.hh:957:10: note: Technically the member function 'Common::Type::chk_this_value_CStr' can be const.
titan.core-6.3.1/compiler2/Type.hh:958:10: performance: Technically the member function 'Common::Type::chk_this_value_OID' can be static. [functionStatic]
titan.core-6.3.1/compiler2/Type_chk.cc:4724:12: note: Technically the member function 'Common::Type::chk_this_value_OID' can be static.
titan.core-6.3.1/compiler2/Type.hh:958:10: note: Technically the member function 'Common::Type::chk_this_value_OID' can be static.
titan.core-6.3.1/compiler2/Type.hh:959:10: performance: Technically the member function 'Common::Type::chk_this_value_ROID' can be static. [functionStatic]
titan.core-6.3.1/compiler2/Type_chk.cc:4763:12: note: Technically the member function 'Common::Type::chk_this_value_ROID' can be static.
titan.core-6.3.1/compiler2/Type.hh:959:10: note: Technically the member function 'Common::Type::chk_this_value_ROID' can be static.
titan.core-6.3.1/compiler2/Type.hh:960:10: performance: Technically the member function 'Common::Type::chk_this_value_Any' can be static. [functionStatic]
titan.core-6.3.1/compiler2/Type_chk.cc:4789:12: note: Technically the member function 'Common::Type::chk_this_value_Any' can be static.
titan.core-6.3.1/compiler2/Type.hh:960:10: note: Technically the member function 'Common::Type::chk_this_value_Any' can be static.
titan.core-6.3.1/compiler2/Type.hh:985:10: performance: Technically the member function 'Common::Type::chk_this_value_Verdict' can be static. [functionStatic]
titan.core-6.3.1/compiler2/Type_chk.cc:5423:12: note: Technically the member function 'Common::Type::chk_this_value_Verdict' can be static.
titan.core-6.3.1/compiler2/Type.hh:985:10: note: Technically the member function 'Common::Type::chk_this_value_Verdict' can be static.
titan.core-6.3.1/compiler2/Type.hh:986:10: performance: Technically the member function 'Common::Type::chk_this_value_Default' can be static. [functionStatic]
titan.core-6.3.1/compiler2/Type_chk.cc:5437:12: note: Technically the member function 'Common::Type::chk_this_value_Default' can be static.
titan.core-6.3.1/compiler2/Type.hh:986:10: note: Technically the member function 'Common::Type::chk_this_value_Default' can be static.
titan.core-6.3.1/compiler2/Type.hh:992:10: performance: Technically the member function 'Common::Type::chk_this_value_Component' can be static. [functionStatic]
titan.core-6.3.1/compiler2/Type_chk.cc:5660:12: note: Technically the member function 'Common::Type::chk_this_value_Component' can be static.
titan.core-6.3.1/compiler2/Type.hh:992:10: note: Technically the member function 'Common::Type::chk_this_value_Component' can be static.
titan.core-6.3.1/compiler2/ttcn3/PatternString.hh:64:28: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/PatternString.hh:64:28: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/PatternString.hh:65:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/PatternString.hh:65:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/PatternString.hh:66:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/PatternString.hh:66:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/PatternString.hh:91:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/PatternString.hh:91:18: note: Function in derived class
titan.core-6.3.1/compiler2/Type_codegen.cc:1453:19: style: The scope of the variable 't2' can be reduced. [variableScope]
titan.core-6.3.1/compiler2/Type_codegen.cc:1886:19: style: The scope of the variable 't2' can be reduced. [variableScope]
titan.core-6.3.1/compiler2/Type.hh:1221:11: style: Technically the member function 'Common::Type::generate_code_include' can be const. [functionConst]
titan.core-6.3.1/compiler2/Type_codegen.cc:120:12: note: Technically the member function 'Common::Type::generate_code_include' can be const.
titan.core-6.3.1/compiler2/Type.hh:1221:11: note: Technically the member function 'Common::Type::generate_code_include' can be const.
titan.core-6.3.1/compiler2/Type.hh:1241:10: performance: Technically the member function 'Common::Type::free_code_ot' can be static. [functionStatic]
titan.core-6.3.1/compiler2/Type_codegen.cc:1590:12: note: Technically the member function 'Common::Type::free_code_ot' can be static.
titan.core-6.3.1/compiler2/Type.hh:1241:10: note: Technically the member function 'Common::Type::free_code_ot' can be static.
titan.core-6.3.1/compiler2/Type.hh:1253:10: style: Technically the member function 'Common::Type::needs_alias' can be const. [functionConst]
titan.core-6.3.1/compiler2/Type_codegen.cc:2601:12: note: Technically the member function 'Common::Type::needs_alias' can be const.
titan.core-6.3.1/compiler2/Type.hh:1253:10: note: Technically the member function 'Common::Type::needs_alias' can be const.
titan.core-6.3.1/compiler2/Type.hh:1263:10: performance: Technically the member function 'Common::Type::ispresent_anyvalue_embedded_field' can be static. [functionStatic]
titan.core-6.3.1/compiler2/Type_codegen.cc:2719:12: note: Technically the member function 'Common::Type::ispresent_anyvalue_embedded_field' can be static.
titan.core-6.3.1/compiler2/Type.hh:1263:10: note: Technically the member function 'Common::Type::ispresent_anyvalue_embedded_field' can be static.
titan.core-6.3.1/compiler2/Typestuff.cc:819:14: warning: Member variable 'ExtAddGrp::groupnumber' is not initialized in the constructor. [uninitMemberVar]
titan.core-6.3.1/compiler2/Typestuff.hh:127:12: style: Technically the member function 'Common::CTs_EE_CTs::get_nof_root_comps' can be const. [functionConst]
titan.core-6.3.1/compiler2/Typestuff.cc:225:22: note: Technically the member function 'Common::CTs_EE_CTs::get_nof_root_comps' can be const.
titan.core-6.3.1/compiler2/Typestuff.hh:127:12: note: Technically the member function 'Common::CTs_EE_CTs::get_nof_root_comps' can be const.
titan.core-6.3.1/compiler2/Typestuff.hh:135:10: style: Technically the member function 'Common::CTs_EE_CTs::needs_auto_tags' can be const. [functionConst]
titan.core-6.3.1/compiler2/Typestuff.cc:267:20: note: Technically the member function 'Common::CTs_EE_CTs::needs_auto_tags' can be const.
titan.core-6.3.1/compiler2/Typestuff.hh:135:10: note: Technically the member function 'Common::CTs_EE_CTs::needs_auto_tags' can be const.
titan.core-6.3.1/compiler2/Typestuff.hh:136:10: style: Technically the member function 'Common::CTs_EE_CTs::add_auto_tags' can be const. [functionConst]
titan.core-6.3.1/compiler2/Typestuff.cc:299:20: note: Technically the member function 'Common::CTs_EE_CTs::add_auto_tags' can be const.
titan.core-6.3.1/compiler2/Typestuff.hh:136:10: note: Technically the member function 'Common::CTs_EE_CTs::add_auto_tags' can be const.
titan.core-6.3.1/compiler2/Value.cc:3205:13: error: Null pointer dereference: dummy [nullPointer]
titan.core-6.3.1/compiler2/Value.cc:3204:31: note: Assignment 'dummy=0', assigned value is 0
titan.core-6.3.1/compiler2/Value.cc:3205:13: note: Null pointer dereference
titan.core-6.3.1/compiler2/Value.cc:6327:5: warning: Either the condition 'subrefs' is redundant or there is possible null pointer dereference: subrefs. [nullPointerRedundantCheck]
titan.core-6.3.1/compiler2/Value.cc:6292:9: note: Assuming that condition 'subrefs' is not redundant
titan.core-6.3.1/compiler2/Value.cc:6327:5: note: Null pointer dereference
titan.core-6.3.1/compiler2/Value.cc:11112:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
titan.core-6.3.1/compiler2/Value.cc:13155:7: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
titan.core-6.3.1/compiler2/Value.cc:6863:17: style: The scope of the variable 'fourth' can be reduced. [variableScope]
titan.core-6.3.1/compiler2/Value.cc:1142:71: style: Function 'Value' argument 3 names different: declaration 'v2' definition 'p_v2'. [funcArgNamesDifferent]
titan.core-6.3.1/compiler2/Value.hh:439:66: note: Function 'Value' argument 3 names different: declaration 'v2' definition 'p_v2'.
titan.core-6.3.1/compiler2/Value.cc:1142:71: note: Function 'Value' argument 3 names different: declaration 'v2' definition 'p_v2'.
titan.core-6.3.1/compiler2/Value.cc:5100:60: style: Function 'chk_expr_eval_ti' argument 2 names different: declaration 't' definition 'type'. [funcArgNamesDifferent]
titan.core-6.3.1/compiler2/Value.hh:641:55: note: Function 'chk_expr_eval_ti' argument 2 names different: declaration 't' definition 'type'.
titan.core-6.3.1/compiler2/Value.cc:5100:60: note: Function 'chk_expr_eval_ti' argument 2 names different: declaration 't' definition 'type'.
titan.core-6.3.1/compiler2/Value.hh:603:10: style: Unused private function: 'Value::chk_expr_operandtypes_same_with_opnum' [unusedPrivateFunction]
titan.core-6.3.1/compiler2/Value.hh:669:10: style: Unused private function: 'Value::chk_expr_val_bitstr_intsize' [unusedPrivateFunction]
titan.core-6.3.1/compiler2/Value.hh:671:10: style: Unused private function: 'Value::chk_expr_val_hexstr_intsize' [unusedPrivateFunction]
titan.core-6.3.1/compiler2/Value.hh:758:23: style: Technically the member function 'Common::Value::get_val_id' can be const. [functionConst]
titan.core-6.3.1/compiler2/Value.cc:9943:28: note: Technically the member function 'Common::Value::get_val_id' can be const.
titan.core-6.3.1/compiler2/Value.hh:758:23: note: Technically the member function 'Common::Value::get_val_id' can be const.
titan.core-6.3.1/compiler2/Value.hh:764:15: style: Technically the member function 'Common::Value::get_val_verdict' can be const. [functionConst]
titan.core-6.3.1/compiler2/Value.cc:10054:27: note: Technically the member function 'Common::Value::get_val_verdict' can be const.
titan.core-6.3.1/compiler2/Value.hh:764:15: note: Technically the member function 'Common::Value::get_val_verdict' can be const.
titan.core-6.3.1/compiler2/Value.hh:767:23: style: Technically the member function 'Common::Value::get_alt_name' can be const. [functionConst]
titan.core-6.3.1/compiler2/Value.cc:10111:28: note: Technically the member function 'Common::Value::get_alt_name' can be const.
titan.core-6.3.1/compiler2/Value.hh:767:23: note: Technically the member function 'Common::Value::get_alt_name' can be const.
titan.core-6.3.1/compiler2/Value.hh:800:10: style: Technically the member function 'Common::Value::has_id' can be const. [functionConst]
titan.core-6.3.1/compiler2/Value.cc:10331:15: note: Technically the member function 'Common::Value::has_id' can be const.
titan.core-6.3.1/compiler2/Value.hh:800:10: note: Technically the member function 'Common::Value::has_id' can be const.
titan.core-6.3.1/compiler2/Value.hh:1041:10: style: Technically the member function 'Common::Value::is_compound' can be const. [functionConst]
titan.core-6.3.1/compiler2/Value.cc:15134:15: note: Technically the member function 'Common::Value::is_compound' can be const.
titan.core-6.3.1/compiler2/Value.hh:1041:10: note: Technically the member function 'Common::Value::is_compound' can be const.
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:912:10: performance: Technically the member function 'Ttcn::Definition::set_visibility' can be static. [functionStatic]
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1661:10: style: Technically the member function 'Ttcn::AltGuards::get_is_altstep' can be const. [functionConst]
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1664:19: style: Technically the member function 'Ttcn::AltGuards::get_il_label_end' can be const. [functionConst]
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:508:5: style: Class 'Statement' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1044:5: style: Class 'VariableEntry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1096:5: style: Class 'ParamRedirect' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1097:5: style: Class 'ParamRedirect' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1167:5: style: Class 'SingleValueRedirect' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1261:5: style: Class 'LogArgument' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1502:5: style: Class 'SelectUnion' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1599:5: style: Class 'AltGuard' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/ttcn3/Ttcn2Json.hh:81:5: style: Class 'JsonOmitCombination' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:908:25: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:949:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:908:25: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:909:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:951:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:909:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:942:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:952:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:942:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:467:25: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:949:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:467:25: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:469:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:951:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:469:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:470:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:950:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:470:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:484:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:952:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:484:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:506:25: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:949:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:506:25: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:517:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:952:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:517:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:535:20: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:949:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:535:20: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:537:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:951:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:537:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:538:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:950:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:538:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:545:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:952:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:545:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:565:20: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:949:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:565:20: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:567:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:951:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:567:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:568:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:950:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:568:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:576:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:952:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:576:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:597:21: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:949:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:597:21: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:599:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:951:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:599:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:600:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:950:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:600:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:607:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:952:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:607:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:625:21: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:949:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:625:21: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:627:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:951:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:627:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:628:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:950:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:628:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:635:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:952:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:635:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:655:20: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:949:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:655:20: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:657:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:951:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:657:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:658:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:950:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:658:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:666:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:952:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:666:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:686:21: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:949:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:686:21: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:688:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:951:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:688:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:689:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:950:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:689:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:697:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:952:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:697:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:107:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:107:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:108:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:108:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:116:18: style: The function 'has_ass_withId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:620:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:116:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:117:33: style: The function 'get_ass_bySRef' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:616:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:117:33: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:118:19: style: The function 'get_mtc_system_comptype' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:625:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:118:19: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:120:35: style: The function 'get_statementblock_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:600:35: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:120:35: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:139:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:139:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:630:24: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:630:24: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:631:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:631:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:655:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:655:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:656:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:656:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:949:25: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:949:25: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:950:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:950:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:951:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:951:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:952:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:952:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:987:30: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:987:30: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:988:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:988:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:989:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:989:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1012:31: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1012:31: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1013:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1013:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1014:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1014:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1047:28: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1047:28: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1048:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1048:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1049:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1049:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1068:30: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1068:30: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1069:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1069:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1070:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1070:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1099:28: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1099:28: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1100:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1100:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1101:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1101:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1171:34: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1171:34: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1172:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1172:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1173:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1173:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1199:28: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1199:28: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1200:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1200:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1201:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1201:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1263:26: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1263:26: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1264:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1264:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1265:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1265:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1275:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1275:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1301:27: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1301:27: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1305:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1305:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1306:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1306:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1334:23: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1334:23: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1335:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1335:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1336:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1336:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1352:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1352:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1367:24: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1367:24: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1374:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1374:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1375:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1375:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1397:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1397:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1415:25: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1415:25: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1416:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1416:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1417:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1417:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1451:26: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1451:26: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1455:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1455:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1456:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1456:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1504:26: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1504:26: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1505:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1505:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1506:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1506:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1534:27: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1534:27: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1538:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1538:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1539:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1539:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1601:23: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1601:23: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1602:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1602:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1604:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1604:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1643:24: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:307:19: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1643:24: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1647:18: style: The function 'set_my_scope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:319:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1647:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1648:18: style: The function 'set_fullname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:316:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1648:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1663:7: warning: Possible leak in public function. The pointer 'il_label_end' is not deallocated before it is allocated. [publicAllocationError]
titan.core-6.3.1/compiler2/Value.cc:3205:12: error: Null pointer dereference [nullPointer]
titan.core-6.3.1/compiler2/Valuestuff.cc:1433:14: style: The scope of the variable 'len' can be reduced. [variableScope]
titan.core-6.3.1/compiler2/Valuestuff.cc:852:28: style: Checking if unsigned variable 'nof_expected_names' is less than zero. This might be a false warning. [unsignedLessThanZero]
titan.core-6.3.1/compiler2/Valuestuff.cc:157:30: style: Function 'dump' argument 1 names different: declaration 'p_level' definition 'level'. [funcArgNamesDifferent]
titan.core-6.3.1/compiler2/Valuestuff.hh:94:32: note: Function 'dump' argument 1 names different: declaration 'p_level' definition 'level'.
titan.core-6.3.1/compiler2/Valuestuff.cc:157:30: note: Function 'dump' argument 1 names different: declaration 'p_level' definition 'level'.
titan.core-6.3.1/compiler2/Valuestuff.hh:204:10: style: Technically the member function 'Common::OID_comp::is_variable' can be const. [functionConst]
titan.core-6.3.1/compiler2/Valuestuff.cc:572:18: note: Technically the member function 'Common::OID_comp::is_variable' can be const.
titan.core-6.3.1/compiler2/Valuestuff.hh:204:10: note: Technically the member function 'Common::OID_comp::is_variable' can be const.
titan.core-6.3.1/compiler2/Valuestuff.hh:48:3: warning: The class 'IndexedValue' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
titan.core-6.3.1/compiler2/Valuestuff.hh:72:3: warning: The class 'Values' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
titan.core-6.3.1/compiler2/Valuestuff.hh:101:3: warning: The class 'NamedValue' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
titan.core-6.3.1/compiler2/Valuestuff.hh:121:3: warning: The class 'NamedValues' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
titan.core-6.3.1/compiler2/XerAttributes.cc:361:13: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/compiler2/asn1/AST_asn1.cc:115:22: style: The scope of the variable 'ref' can be reduced. [variableScope]
titan.core-6.3.1/compiler2/asn1/AST_asn1.cc:241:26: style: Checking if unsigned variable 'impmods_v.size()' is less than zero. This might be a false warning. [unsignedLessThanZero]
titan.core-6.3.1/compiler2/asn1/AST_asn1.cc:954:13: warning: Member variable 'Ass_pard::my_ass' is not initialized in the constructor. [uninitMemberVarPrivate]
titan.core-6.3.1/compiler2/asn1/AST_asn1.cc:947:13: warning: Member variable 'Ass_pard::my_ass' is not initialized in the constructor. [uninitMemberVar]
titan.core-6.3.1/compiler2/AST.hh:501:3: warning: The class 'Assignment' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
titan.core-6.3.1/compiler2/asn1/AST_asn1.hh:161:3: warning: The class 'Assignments' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
titan.core-6.3.1/compiler2/asn1/Block.hh:37:3: warning: The class 'Block' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
titan.core-6.3.1/compiler2/asn1/OCSV.cc:238:16: warning: Member variable 'OCSV_Parser::prev_success' is not initialized in the constructor. [uninitMemberVar]
titan.core-6.3.1/compiler2/asn1/OCSV.hh:36:10: performance: Technically the member function 'Asn::OCSV_Builder::visit0' can be static. [functionStatic]
titan.core-6.3.1/compiler2/asn1/OCSV.cc:68:22: note: Technically the member function 'Asn::OCSV_Builder::visit0' can be static.
titan.core-6.3.1/compiler2/asn1/OCSV.hh:36:10: note: Technically the member function 'Asn::OCSV_Builder::visit0' can be static.
titan.core-6.3.1/compiler2/asn1/OCSV.hh:40:18: style: The function 'visit_root' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object.hh:362:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/OCSV.hh:40:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/OCSV.hh:41:18: style: The function 'visit_seq' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object.hh:363:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/OCSV.hh:41:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/OCSV.hh:42:18: style: The function 'visit_literal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object.hh:364:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/OCSV.hh:42:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/OCSV.hh:43:18: style: The function 'visit_setting' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object.hh:365:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/OCSV.hh:43:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/OCSV.hh:63:18: style: The function 'visit_root' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object.hh:362:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/OCSV.hh:63:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/OCSV.hh:64:18: style: The function 'visit_seq' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object.hh:363:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/OCSV.hh:64:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/OCSV.hh:65:18: style: The function 'visit_literal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object.hh:364:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/OCSV.hh:65:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/OCSV.hh:66:18: style: The function 'visit_setting' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/asn1/Object.hh:365:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/asn1/OCSV.hh:66:18: note: Function in derived class
titan.core-6.3.1/compiler2/asn1/Object.cc:96:38: style: Function 'chk_this_obj' argument 1 names different: declaration 'obj' definition 'p_obj'. [funcArgNamesDifferent]
titan.core-6.3.1/compiler2/asn1/Object.hh:88:39: note: Function 'chk_this_obj' argument 1 names different: declaration 'obj' definition 'p_obj'.
titan.core-6.3.1/compiler2/asn1/Object.cc:96:38: note: Function 'chk_this_obj' argument 1 names different: declaration 'obj' definition 'p_obj'.
titan.core-6.3.1/compiler2/asn1/Object.cc:256:38: style: Function 'chk_this_obj' argument 1 names different: declaration 'p_obj' definition 'obj'. [funcArgNamesDifferent]
titan.core-6.3.1/compiler2/asn1/Object.hh:118:39: note: Function 'chk_this_obj' argument 1 names different: declaration 'p_obj' definition 'obj'.
titan.core-6.3.1/compiler2/asn1/Object.cc:256:38: note: Function 'chk_this_obj' argument 1 names different: declaration 'p_obj' definition 'obj'.
titan.core-6.3.1/compiler2/asn1/Object.cc:1073:16: warning: Member variable 'OCS_literal::keyword' is not initialized in the constructor. [uninitMemberVar]
titan.core-6.3.1/compiler2/asn1/Object.hh:343:10: style: Technically the member function 'Asn::FieldSpecs::has_fs_withId' can be const. [functionConst]
titan.core-6.3.1/compiler2/asn1/Object.cc:930:20: note: Technically the member function 'Asn::FieldSpecs::has_fs_withId' can be const.
titan.core-6.3.1/compiler2/asn1/Object.hh:343:10: note: Technically the member function 'Asn::FieldSpecs::has_fs_withId' can be const.
titan.core-6.3.1/compiler2/asn1/Object.hh:348:10: style: Technically the member function 'Asn::FieldSpecs::chk' can be const. [functionConst]
titan.core-6.3.1/compiler2/asn1/Object.cc:959:20: note: Technically the member function 'Asn::FieldSpecs::chk' can be const.
titan.core-6.3.1/compiler2/asn1/Object.hh:348:10: note: Technically the member function 'Asn::FieldSpecs::chk' can be const.
titan.core-6.3.1/compiler2/asn1/Object.cc:1883:5: style: Class 'OS_defn' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
titan.core-6.3.1/compiler2/asn1/Object.hh:70:3: warning: The class 'OC_defn' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
titan.core-6.3.1/compiler2/asn1/Object.hh:101:3: warning: The class 'OC_refd' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
titan.core-6.3.1/compiler2/asn1/Object.hh:128:3: warning: The class 'FieldSpec' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
titan.core-6.3.1/compiler2/asn1/Object.hh:168:3: warning: The class 'FieldSpec_Undef' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
titan.core-6.3.1/compiler2/asn1/Object.hh:191:3: warning: The class 'FieldSpec_Error' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
titan.core-6.3.1/compiler2/asn1/Object.hh:211:3: warning: The class 'FieldSpec_T' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
titan.core-6.3.1/compiler2/asn1/Object.hh:232:3: warning: The class 'FieldSpec_V_FT' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
titan.core-6.3.1/compiler2/asn1/Object.hh:279:3: warning: The class 'FieldSpec_O' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
titan.core-6.3.1/compiler2/asn1/Object.hh:303:3: warning: The class 'FieldSpec_OS' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
titan.core-6.3.1/compiler2/asn1/Object.hh:327:3: warning: The class 'FieldSpecs' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
titan.core-6.3.1/compiler2/asn1/Object.hh:501:3: warning: The class 'FieldSetting' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
titan.core-6.3.1/compiler2/asn1/Object.hh:525:3: warning: The class 'FieldSetting_Type' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
titan.core-6.3.1/compiler2/asn1/Object.hh:544:3: warning: The class 'FieldSetting_Value' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
titan.core-6.3.1/compiler2/asn1/Object.hh:563:3: warning: The class 'FieldSetting_O' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
titan.core-6.3.1/compiler2/asn1/Object.hh:582:3: warning: The class 'FieldSetting_OS' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
titan.core-6.3.1/compiler2/asn1/Object.hh:601:3: warning: The class 'Obj_defn' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
titan.core-6.3.1/compiler2/asn1/Object.hh:634:3: warning: The class 'Obj_refd' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
titan.core-6.3.1/compiler2/asn1/Object.hh:659:3: warning: The class 'Objects' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
titan.core-6.3.1/compiler2/asn1/Object.hh:725:3: warning: The class 'OS_defn' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
titan.core-6.3.1/compiler2/asn1/Object.hh:759:3: warning: The class 'OS_refd' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
titan.core-6.3.1/compiler2/asn1/Ref.hh:40:3: warning: The class 'Ref_pard' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
titan.core-6.3.1/compiler2/asn1/Ref.hh:67:3: warning: The class 'FieldName' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
titan.core-6.3.1/compiler2/asn1/Ref.hh:85:3: warning: The class 'FromObj' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
titan.core-6.3.1/compiler2/asn1/TableConstraint.hh:43:3: warning: The class 'AtNotation' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
titan.core-6.3.1/compiler2/asn1/TableConstraint.hh:68:3: warning: The class 'AtNotations' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
titan.core-6.3.1/compiler2/asn1/TableConstraint.hh:86:3: warning: The class 'TableConstraint' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
titan.core-6.3.1/compiler2/asn1/Tag.hh:96:10: style: Technically the member function 'Asn::Tags::set_plicit' can be const. [functionConst]
titan.core-6.3.1/compiler2/asn1/Tag.cc:249:14: note: Technically the member function 'Asn::Tags::set_plicit' can be const.
titan.core-6.3.1/compiler2/asn1/Tag.hh:96:10: note: Technically the member function 'Asn::Tags::set_plicit' can be const.
titan.core-6.3.1/compiler2/asn1/Tag.hh:88:18: warning: Virtual function 'set_fullname' is called from constructor 'Tags()' at line 203. Dynamic binding is not used. [virtualCallInConstructor]
titan.core-6.3.1/compiler2/asn1/Tag.cc:203:5: note: Calling set_fullname
titan.core-6.3.1/compiler2/asn1/Tag.hh:88:18: note: set_fullname is a virtual method
titan.core-6.3.1/compiler2/asn1/Tag.hh:76:3: warning: The class 'Tags' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
titan.core-6.3.1/compiler2/asn1/Tag.hh:105:3: warning: The class 'TagCollection' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
titan.core-6.3.1/compiler2/asn1/TokenBuf.cc:552:42: style: Function 'push_front_kw_token' argument 1 names different: declaration 'p_kw' definition 'kw'. [funcArgNamesDifferent]
titan.core-6.3.1/compiler2/asn1/TokenBuf.hh:118:34: note: Function 'push_front_kw_token' argument 1 names different: declaration 'p_kw' definition 'kw'.
titan.core-6.3.1/compiler2/asn1/TokenBuf.cc:552:42: note: Function 'push_front_kw_token' argument 1 names different: declaration 'p_kw' definition 'kw'.
titan.core-6.3.1/compiler2/asn1/TokenBuf.cc:566:41: style: Function 'push_back_kw_token' argument 1 names different: declaration 'p_kw' definition 'kw'. [funcArgNamesDifferent]
titan.core-6.3.1/compiler2/asn1/TokenBuf.hh:122:33: note: Function 'push_back_kw_token' argument 1 names different: declaration 'p_kw' definition 'kw'.
titan.core-6.3.1/compiler2/asn1/TokenBuf.cc:566:41: note: Function 'push_back_kw_token' argument 1 names different: declaration 'p_kw' definition 'kw'.
titan.core-6.3.1/compiler2/asn1/TokenBuf.cc:485:5: style: Class 'TokenBuf' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
titan.core-6.3.1/compiler2/asn1/TokenBuf.hh:43:3: warning: The class 'Token' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
titan.core-6.3.1/compiler2/asn1/TokenBuf.hh:87:3: warning: The class 'TokenBuf' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
titan.core-6.3.1/compiler2/record.c:5083:8: warning: Either the condition 'if(prev_ext_group&&sdef->raw.ext_bit_groups[raw_options[i].extbitgroup-1].ext_bit!=1)' is redundant or there is possible null pointer dereference: prev_ext_group. [nullPointerRedundantCheck]
titan.core-6.3.1/compiler2/record.c:5085:7: note: Assuming that condition 'if(prev_ext_group&&sdef->raw.ext_bit_groups[raw_options[i].extbitgroup-1].ext_bit!=1)' is not redundant
titan.core-6.3.1/compiler2/record.c:5083:8: note: Null pointer dereference
titan.core-6.3.1/compiler2/record.c:5084:6: warning: Either the condition 'if(prev_ext_group&&sdef->raw.ext_bit_groups[raw_options[i].extbitgroup-1].ext_bit!=1)' is redundant or there is possible null pointer dereference: prev_ext_group. [nullPointerRedundantCheck]
titan.core-6.3.1/compiler2/record.c:5085:7: note: Assuming that condition 'if(prev_ext_group&&sdef->raw.ext_bit_groups[raw_options[i].extbitgroup-1].ext_bit!=1)' is not redundant
titan.core-6.3.1/compiler2/record.c:5084:6: note: Null pointer dereference
titan.core-6.3.1/compiler2/record.c:6222:5: style: Variable 'src' is reassigned a value before the old one has been used. [redundantAssignment]
titan.core-6.3.1/compiler2/record.c:6200:0: note: Variable 'src' is reassigned a value before the old one has been used.
titan.core-6.3.1/compiler2/record.c:6222:5: note: Variable 'src' is reassigned a value before the old one has been used.
titan.core-6.3.1/compiler2/record.c:6623:5: style: Variable 'def' is reassigned a value before the old one has been used. [redundantAssignment]
titan.core-6.3.1/compiler2/record.c:6620:0: note: Variable 'def' is reassigned a value before the old one has been used.
titan.core-6.3.1/compiler2/record.c:6623:5: note: Variable 'def' is reassigned a value before the old one has been used.
titan.core-6.3.1/compiler2/record.c:3209:23: style: Checking if unsigned variable 'sdef->nElements' is less than zero. [unsignedLessThanZero]
titan.core-6.3.1/compiler2/record.c:5396:24: style: Checking if unsigned variable 'sdef->nElements' is less than zero. [unsignedLessThanZero]
titan.core-6.3.1/compiler2/record.c:2795:34: style: Variable 'n_optionals' is modified but its new value is never used. [unreadVariable]
titan.core-6.3.1/compiler2/record.c:4790:19: style: Variable 'ind2' is modified but its new value is never used. [unreadVariable]
titan.core-6.3.1/compiler2/subtype.cc:2712:3: style: Variable 'lower' is reassigned a value before the old one has been used. [redundantAssignment]
titan.core-6.3.1/compiler2/subtype.cc:2708:0: note: Variable 'lower' is reassigned a value before the old one has been used.
titan.core-6.3.1/compiler2/subtype.cc:2712:3: note: Variable 'lower' is reassigned a value before the old one has been used.
titan.core-6.3.1/compiler2/subtype.cc:1131:64: style: Function 'is_compatible' argument 1 names different: declaration 'p_stp' definition 'p_st'. [funcArgNamesDifferent]
titan.core-6.3.1/compiler2/subtype.hh:214:47: note: Function 'is_compatible' argument 1 names different: declaration 'p_stp' definition 'p_st'.
titan.core-6.3.1/compiler2/subtype.cc:1131:64: note: Function 'is_compatible' argument 1 names different: declaration 'p_stp' definition 'p_st'.
titan.core-6.3.1/compiler2/subtype.hh:296:8: style: Technically the member function 'Common::SubType::generate_code' can be const. [functionConst]
titan.core-6.3.1/compiler2/subtype.cc:3089:15: note: Technically the member function 'Common::SubType::generate_code' can be const.
titan.core-6.3.1/compiler2/subtype.hh:296:8: note: Technically the member function 'Common::SubType::generate_code' can be const.
titan.core-6.3.1/compiler2/subtype.hh:312:8: style: Technically the member function 'Common::SubType::generate_json_schema_value_list' can be const. [functionConst]
titan.core-6.3.1/compiler2/subtype.cc:3213:15: note: Technically the member function 'Common::SubType::generate_json_schema_value_list' can be const.
titan.core-6.3.1/compiler2/subtype.hh:312:8: note: Technically the member function 'Common::SubType::generate_json_schema_value_list' can be const.
titan.core-6.3.1/compiler2/subtype.hh:322:8: style: Technically the member function 'Common::SubType::generate_json_schema_number_ranges' can be const. [functionConst]
titan.core-6.3.1/compiler2/subtype.cc:3240:15: note: Technically the member function 'Common::SubType::generate_json_schema_number_ranges' can be const.
titan.core-6.3.1/compiler2/subtype.hh:322:8: note: Technically the member function 'Common::SubType::generate_json_schema_number_ranges' can be const.
titan.core-6.3.1/compiler2/subtype.hh:360:8: performance: Technically the member function 'Common::SubType::chk_boundary_valid' can be static. [functionStatic]
titan.core-6.3.1/compiler2/subtype.cc:2692:15: note: Technically the member function 'Common::SubType::chk_boundary_valid' can be static.
titan.core-6.3.1/compiler2/subtype.hh:360:8: note: Technically the member function 'Common::SubType::chk_boundary_valid' can be static.
titan.core-6.3.1/compiler2/subtypestuff.hh:1095:0: performance: Technically the member function 'Common :: StringValueConstraint < string >::is_full' can be static. [functionStatic]
titan.core-6.3.1/compiler2/subtypestuff.hh:1095:0: performance: Technically the member function 'Common :: StringValueConstraint < ustring >::is_full' can be static. [functionStatic]
titan.core-6.3.1/compiler2/subtypestuff.hh:1088:0: style: Class 'Common :: StringValueConstraint < string >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/subtypestuff.hh:1088:0: style: Class 'Common :: StringValueConstraint < ustring >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/subtypestuff.cc:426:8: style: Same expression on both sides of '!='. [duplicateExpression]
titan.core-6.3.1/compiler2/subtypestuff.cc:293:17: style: Checking if unsigned variable 'code_point' is less than zero. This might be a false warning. [unsignedLessThanZero]
titan.core-6.3.1/compiler2/vector.hh:246:0: style: Class 'dynamic_array < bool >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/ttcn3/ArrayDimensions.cc:326:73: style: Function 'chk_indices' argument 2 names different: declaration 'def_type' definition 'def_name'. [funcArgNamesDifferent]
titan.core-6.3.1/compiler2/ttcn3/ArrayDimensions.hh:110:58: note: Function 'chk_indices' argument 2 names different: declaration 'def_type' definition 'def_name'.
titan.core-6.3.1/compiler2/ttcn3/ArrayDimensions.cc:326:73: note: Function 'chk_indices' argument 2 names different: declaration 'def_type' definition 'def_name'.
titan.core-6.3.1/compiler2/ttcn3/ArrayDimensions.hh:100:10: style: Technically the member function 'Ttcn::ArrayDimensions::chk' can be const. [functionConst]
titan.core-6.3.1/compiler2/ttcn3/ArrayDimensions.cc:317:25: note: Technically the member function 'Ttcn::ArrayDimensions::chk' can be const.
titan.core-6.3.1/compiler2/ttcn3/ArrayDimensions.hh:100:10: note: Technically the member function 'Ttcn::ArrayDimensions::chk' can be const.
titan.core-6.3.1/compiler2/ttcn3/ArrayDimensions.hh:124:12: style: Technically the member function 'Ttcn::ArrayDimensions::get_timer_type' can be const. [functionConst]
titan.core-6.3.1/compiler2/ttcn3/ArrayDimensions.cc:399:27: note: Technically the member function 'Ttcn::ArrayDimensions::get_timer_type' can be const.
titan.core-6.3.1/compiler2/ttcn3/ArrayDimensions.hh:124:12: note: Technically the member function 'Ttcn::ArrayDimensions::get_timer_type' can be const.
titan.core-6.3.1/compiler2/ttcn3/ArrayDimensions.hh:127:12: style: Technically the member function 'Ttcn::ArrayDimensions::get_port_type' can be const. [functionConst]
titan.core-6.3.1/compiler2/ttcn3/ArrayDimensions.cc:411:27: note: Technically the member function 'Ttcn::ArrayDimensions::get_port_type' can be const.
titan.core-6.3.1/compiler2/ttcn3/ArrayDimensions.hh:127:12: note: Technically the member function 'Ttcn::ArrayDimensions::get_port_type' can be const.
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:677:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/Setting.hh:320:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/AST_ttcn3.hh:677:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/Attributes.cc:1082:29: style: The scope of the variable 'swa' can be reduced. [variableScope]
titan.core-6.3.1/compiler2/ttcn3/Attributes.hh:161:10: style: Technically the member function 'Ttcn::ErroneousDescriptor::chk_recursions' can be const. [functionConst]
titan.core-6.3.1/compiler2/ttcn3/Attributes.cc:485:29: note: Technically the member function 'Ttcn::ErroneousDescriptor::chk_recursions' can be const.
titan.core-6.3.1/compiler2/ttcn3/Attributes.hh:161:10: note: Technically the member function 'Ttcn::ErroneousDescriptor::chk_recursions' can be const.
titan.core-6.3.1/compiler2/ttcn3/Attributes.hh:181:10: style: Technically the member function 'Ttcn::ErroneousDescriptors::has_descr' can be const. [functionConst]
titan.core-6.3.1/compiler2/ttcn3/Attributes.cc:520:30: note: Technically the member function 'Ttcn::ErroneousDescriptors::has_descr' can be const.
titan.core-6.3.1/compiler2/ttcn3/Attributes.hh:181:10: note: Technically the member function 'Ttcn::ErroneousDescriptors::has_descr' can be const.
titan.core-6.3.1/compiler2/ttcn3/Attributes.hh:182:12: style: Technically the member function 'Ttcn::ErroneousDescriptors::get_descr_index' can be const. [functionConst]
titan.core-6.3.1/compiler2/ttcn3/Attributes.cc:525:32: note: Technically the member function 'Ttcn::ErroneousDescriptors::get_descr_index' can be const.
titan.core-6.3.1/compiler2/ttcn3/Attributes.hh:182:12: note: Technically the member function 'Ttcn::ErroneousDescriptors::get_descr_index' can be const.
titan.core-6.3.1/compiler2/ttcn3/Attributes.hh:185:10: style: Technically the member function 'Ttcn::ErroneousDescriptors::chk_recursions' can be const. [functionConst]
titan.core-6.3.1/compiler2/ttcn3/Attributes.cc:544:30: note: Technically the member function 'Ttcn::ErroneousDescriptors::chk_recursions' can be const.
titan.core-6.3.1/compiler2/ttcn3/Attributes.hh:185:10: note: Technically the member function 'Ttcn::ErroneousDescriptors::chk_recursions' can be const.
titan.core-6.3.1/compiler2/ttcn3/BerAST.hh:41:15: style: Technically the member function 'BerAST::get_encode_str' can be const. [functionConst]
titan.core-6.3.1/compiler2/ttcn3/BerAST.cc:34:21: note: Technically the member function 'BerAST::get_encode_str' can be const.
titan.core-6.3.1/compiler2/ttcn3/BerAST.hh:41:15: note: Technically the member function 'BerAST::get_encode_str' can be const.
titan.core-6.3.1/compiler2/ttcn3/BerAST.hh:42:15: style: Technically the member function 'BerAST::get_decode_str' can be const. [functionConst]
titan.core-6.3.1/compiler2/ttcn3/BerAST.cc:38:21: note: Technically the member function 'BerAST::get_decode_str' can be const.
titan.core-6.3.1/compiler2/ttcn3/BerAST.hh:42:15: note: Technically the member function 'BerAST::get_decode_str' can be const.
titan.core-6.3.1/compiler2/ttcn3/ILT.hh:168:19: style: Technically the member function 'Ttcn::ILT_branch::get_state_cond' can be const. [functionConst]
titan.core-6.3.1/compiler2/ttcn3/ILT.hh:169:12: style: Technically the member function 'Ttcn::ILT_branch::get_my_state_var' can be const. [functionConst]
titan.core-6.3.1/compiler2/ttcn3/ILT.hh:170:12: style: Technically the member function 'Ttcn::ILT_branch::get_my_state_var_val' can be const. [functionConst]
titan.core-6.3.1/compiler2/ttcn3/ILT.hh:95:23: style: The function 'get_my_root' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/ILT.hh:49:23: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/ILT.hh:95:23: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/ILT.hh:96:18: style: The function 'is_toplevel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/ILT.hh:51:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/ILT.hh:96:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/ILT.hh:97:20: style: The function 'get_out_def' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/ILT.hh:52:20: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/ILT.hh:97:20: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/ILT.hh:98:20: style: The function 'get_out_code' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/ILT.hh:53:20: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/ILT.hh:98:20: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/ILT.hh:99:20: style: The function 'get_out_branches' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/ILT.hh:54:20: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/ILT.hh:99:20: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/ILT.hh:100:20: style: The function 'get_out_def_glob_vars' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/ILT.hh:55:20: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/ILT.hh:100:20: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/ILT.hh:101:20: style: The function 'get_out_src_glob_vars' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/ILT.hh:56:20: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/ILT.hh:101:20: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/ILT.hh:102:27: style: The function 'get_my_tmpid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/ILT.hh:57:27: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/ILT.hh:102:27: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/ILT.hh:103:20: style: The function 'get_new_tmpnum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/ILT.hh:58:20: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/ILT.hh:103:20: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/ILT.hh:104:20: style: The function 'get_new_state_var' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/ILT.hh:59:20: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/ILT.hh:104:20: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/ILT.hh:105:20: style: The function 'get_new_state_var_val' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/ILT.hh:60:20: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/ILT.hh:105:20: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/ILT.hh:106:20: style: The function 'get_new_label_num' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/ILT.hh:61:20: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/ILT.hh:106:20: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/ILT.hh:154:23: style: The function 'get_my_root' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/ILT.hh:49:23: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/ILT.hh:154:23: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/ILT.hh:155:25: style: The function 'get_as_branch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/ILT.hh:50:25: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/ILT.hh:155:25: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/ILT.hh:156:18: style: The function 'is_toplevel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/ILT.hh:51:18: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/ILT.hh:156:18: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/ILT.hh:157:20: style: The function 'get_out_def' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/ILT.hh:52:20: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/ILT.hh:157:20: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/ILT.hh:158:20: style: The function 'get_out_code' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/ILT.hh:53:20: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/ILT.hh:158:20: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/ILT.hh:159:20: style: The function 'get_out_branches' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/ILT.hh:54:20: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/ILT.hh:159:20: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/ILT.hh:160:20: style: The function 'get_out_def_glob_vars' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/ILT.hh:55:20: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/ILT.hh:160:20: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/ILT.hh:161:20: style: The function 'get_out_src_glob_vars' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/ILT.hh:56:20: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/ILT.hh:161:20: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/ILT.hh:162:27: style: The function 'get_my_tmpid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/ILT.hh:57:27: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/ILT.hh:162:27: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/ILT.hh:163:20: style: The function 'get_new_tmpnum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/ILT.hh:58:20: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/ILT.hh:163:20: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/ILT.hh:164:20: style: The function 'get_new_state_var' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/ILT.hh:59:20: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/ILT.hh:164:20: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/ILT.hh:165:20: style: The function 'get_new_state_var_val' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/ILT.hh:60:20: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/ILT.hh:165:20: note: Function in derived class
titan.core-6.3.1/compiler2/ttcn3/ILT.hh:166:20: style: The function 'get_new_label_num' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/compiler2/ttcn3/ILT.hh:61:20: note: Virtual function in base class
titan.core-6.3.1/compiler2/ttcn3/ILT.hh:166:20: note: Function in derived class
titan.core-6.3.1/compiler2/vector.hh:246:3: style: Class 'dynamic_array' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/compiler2/ttcn3/PatternString.cc:767:37: style: Function 'TTCN_pattern_error' argument 1 names different: declaration 'fmt_str' definition 'fmt'. [funcArgNamesDifferent]
titan.core-6.3.1/common/pattern.hh:44:44: note: Function 'TTCN_pattern_error' argument 1 names different: declaration 'fmt_str' definition 'fmt'.
titan.core-6.3.1/compiler2/ttcn3/PatternString.cc:767:37: note: Function 'TTCN_pattern_error' argument 1 names different: declaration 'fmt_str' definition 'fmt'.
titan.core-6.3.1/compiler2/ttcn3/PatternString.cc:778:39: style: Function 'TTCN_pattern_warning' argument 1 names different: declaration 'fmt_str' definition 'fmt'. [funcArgNamesDifferent]
titan.core-6.3.1/common/pattern.hh:46:46: note: Function 'TTCN_pattern_warning' argument 1 names different: declaration 'fmt_str' definition 'fmt'.
titan.core-6.3.1/compiler2/ttcn3/PatternString.cc:778:39: note: Function 'TTCN_pattern_warning' argument 1 names different: declaration 'fmt_str' definition 'fmt'.
titan.core-6.3.1/compiler2/ttcn3/PatternString.cc:278:18: warning: Member variable 'PatternString::nocase' is not initialized in the constructor. [uninitMemberVarPrivate]
titan.core-6.3.1/compiler2/ttcn3/PatternString.cc:64:29: warning: Member variable 'ps_elem_t::t' is not initialized in the constructor. [uninitMemberVar]
titan.core-6.3.1/compiler2/ttcn3/PatternString.hh:82:10: performance: Technically the member function 'Ttcn::PatternString::chk_recursions' can be static. [functionStatic]
titan.core-6.3.1/compiler2/ttcn3/PatternString.cc:423:23: note: Technically the member function 'Ttcn::PatternString::chk_recursions' can be static.
titan.core-6.3.1/compiler2/ttcn3/PatternString.hh:82:10: note: Technically the member function 'Ttcn::PatternString::chk_recursions' can be static.
titan.core-6.3.1/compiler2/ttcn3/PatternString.hh:85:10: style: Technically the member function 'Ttcn::PatternString::chk_self_ref' can be const. [functionConst]
titan.core-6.3.1/compiler2/ttcn3/PatternString.cc:448:23: note: Technically the member function 'Ttcn::PatternString::chk_self_ref' can be const.
titan.core-6.3.1/compiler2/ttcn3/PatternString.hh:85:10: note: Technically the member function 'Ttcn::PatternString::chk_self_ref' can be const.
titan.core-6.3.1/compiler2/ttcn3/PatternString.hh:90:12: style: Technically the member function 'Ttcn::PatternString::create_charstring_literals' can be const. [functionConst]
titan.core-6.3.1/compiler2/ttcn3/PatternString.cc:504:25: note: Technically the member function 'Ttcn::PatternString::create_charstring_literals' can be const.
titan.core-6.3.1/compiler2/ttcn3/PatternString.hh:90:12: note: Technically the member function 'Ttcn::PatternString::create_charstring_literals' can be const.
titan.core-6.3.1/compiler2/ttcn3/PatternString.cc:61:5: style: Struct 'ps_elem_t' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
titan.core-6.3.1/compiler2/ttcn3/PatternString.hh:39:3: warning: The class 'PatternString' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
titan.core-6.3.1/compiler2/ttcn3/PatternString.cc:34:3: warning: The struct 'ps_elem_t' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
titan.core-6.3.1/compiler2/ttcn3/RawAST.cc:21:9: warning: Member variable 'RawAST::toplevel' is not initialized in the constructor. [uninitMemberVarPrivate]
titan.core-6.3.1/compiler2/ttcn3/RawAST.cc:25:9: warning: Member variable 'RawAST::toplevel' is not initialized in the constructor. [uninitMemberVar]
titan.core-6.3.1/compiler2/ttcn3/Statement.cc:6676:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
titan.core-6.3.1/compiler2/ttcn3/Statement.cc:333:55: style: Function 'chk_trycatch_blocks' argument 1 names different: declaration 'prev' definition 's1'. [funcArgNamesDifferent]
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:145:41: note: Function 'chk_trycatch_blocks' argument 1 names different: declaration 'prev' definition 's1'.
titan.core-6.3.1/compiler2/ttcn3/Statement.cc:333:55: note: Function 'chk_trycatch_blocks' argument 1 names different: declaration 'prev' definition 's1'.
titan.core-6.3.1/compiler2/ttcn3/Statement.cc:333:70: style: Function 'chk_trycatch_blocks' argument 2 names different: declaration 'act' definition 's2'. [funcArgNamesDifferent]
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:145:58: note: Function 'chk_trycatch_blocks' argument 2 names different: declaration 'act' definition 's2'.
titan.core-6.3.1/compiler2/ttcn3/Statement.cc:333:70: note: Function 'chk_trycatch_blocks' argument 2 names different: declaration 'act' definition 's2'.
titan.core-6.3.1/compiler2/ttcn3/Statement.cc:3190:48: style: Function 'chk_log_action' argument 1 names different: declaration 'logargs' definition 'lga'. [funcArgNamesDifferent]
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:700:39: note: Function 'chk_log_action' argument 1 names different: declaration 'logargs' definition 'lga'.
titan.core-6.3.1/compiler2/ttcn3/Statement.cc:3190:48: note: Function 'chk_log_action' argument 1 names different: declaration 'logargs' definition 'lga'.
titan.core-6.3.1/compiler2/ttcn3/Statement.cc:45:19: warning: Member variable 'StatementBlock::my_sb_index' is not initialized in the constructor. [uninitMemberVar]
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:145:10: performance: Technically the member function 'Ttcn::StatementBlock::chk_trycatch_blocks' can be static. [functionStatic]
titan.core-6.3.1/compiler2/ttcn3/Statement.cc:333:24: note: Technically the member function 'Ttcn::StatementBlock::chk_trycatch_blocks' can be static.
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:145:10: note: Technically the member function 'Ttcn::StatementBlock::chk_trycatch_blocks' can be static.
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:154:10: style: Technically the member function 'Ttcn::StatementBlock::chk_unused_labels' can be const. [functionConst]
titan.core-6.3.1/compiler2/ttcn3/Statement.cc:400:24: note: Technically the member function 'Ttcn::StatementBlock::chk_unused_labels' can be const.
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:154:10: note: Technically the member function 'Ttcn::StatementBlock::chk_unused_labels' can be const.
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1669:10: style: Technically the member function 'Ttcn::AltGuards::chk' can be const. [functionConst]
titan.core-6.3.1/compiler2/ttcn3/Statement.cc:13028:19: note: Technically the member function 'Ttcn::AltGuards::chk' can be const.
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1669:10: note: Technically the member function 'Ttcn::AltGuards::chk' can be const.
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1672:10: style: Technically the member function 'Ttcn::AltGuards::chk_allowed_interleave' can be const. [functionConst]
titan.core-6.3.1/compiler2/ttcn3/Statement.cc:13046:19: note: Technically the member function 'Ttcn::AltGuards::chk_allowed_interleave' can be const.
titan.core-6.3.1/compiler2/ttcn3/Statement.hh:1672:10: note: Technically the member function 'Ttcn::AltGuards::chk_allowed_interleave' can be const.
titan.core-6.3.1/compiler2/vector.hh:143:0: style: Technically the member function 'vector < const Int >::operator[]' can be const. [functionConst]
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.cc:47:44: style: Function 'ValueRange' argument 1 names different: declaration 'p' definition 'other'. [funcArgNamesDifferent]
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:50:34: note: Function 'ValueRange' argument 1 names different: declaration 'p' definition 'other'.
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.cc:47:44: note: Function 'ValueRange' argument 1 names different: declaration 'p' definition 'other'.
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.cc:203:41: style: Function 'Templates' argument 1 names different: declaration 'p' definition 'other'. [funcArgNamesDifferent]
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.hh:98:32: note: Function 'Templates' argument 1 names different: declaration 'p' definition 'other'.
titan.core-6.3.1/compiler2/ttcn3/Templatestuff.cc:203:41: note: Function 'Templates' argument 1 names different: declaration 'p' definition 'other'.
titan.core-6.3.1/compiler2/ttcn3/TextAST.cc:199:3: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
titan.core-6.3.1/compiler2/ttcn3/TextAST.cc:201:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
titan.core-6.3.1/compiler2/ttcn3/TextAST.cc:60:25: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/compiler2/ttcn3/TextAST.cc:233:34: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/compiler2/ttcn3/TextAST.cc:247:9: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/compiler2/ttcn3/TextAST.cc:401:39: style: Function 'make_posix_str_code' argument 1 names different: declaration 'str' definition 'pat'. [funcArgNamesDifferent]
titan.core-6.3.1/compiler2/ttcn3/TextAST.hh:91:39: note: Function 'make_posix_str_code' argument 1 names different: declaration 'str' definition 'pat'.
titan.core-6.3.1/compiler2/ttcn3/TextAST.cc:401:39: note: Function 'make_posix_str_code' argument 1 names different: declaration 'str' definition 'pat'.
titan.core-6.3.1/compiler2/ttcn3/Ttcn2Json.hh:51:10: performance: Technically the member function 'Ttcn::Ttcn2Json::insert_schema' can be static. [functionStatic]
titan.core-6.3.1/compiler2/ttcn3/Ttcn2Json.cc:89:17: note: Technically the member function 'Ttcn::Ttcn2Json::insert_schema' can be static.
titan.core-6.3.1/compiler2/ttcn3/Ttcn2Json.hh:51:10: note: Technically the member function 'Ttcn::Ttcn2Json::insert_schema' can be static.
titan.core-6.3.1/compiler2/ttcn3/Ttcn2Json.hh:125:10: style: Technically the member function 'Ttcn::JsonOmitCombination::reset_previous' can be const. [functionConst]
titan.core-6.3.1/compiler2/ttcn3/Ttcn2Json.cc:197:27: note: Technically the member function 'Ttcn::JsonOmitCombination::reset_previous' can be const.
titan.core-6.3.1/compiler2/ttcn3/Ttcn2Json.hh:125:10: note: Technically the member function 'Ttcn::JsonOmitCombination::reset_previous' can be const.
titan.core-6.3.1/compiler2/ttcn3/TtcnTemplate.cc:2253:5: warning: Possible null pointer dereference: ret_val [nullPointer]
titan.core-6.3.1/compiler2/ttcn3/TtcnTemplate.cc:2250:17: note: Assignment 'ret_val=0', assigned value is 0
titan.core-6.3.1/compiler2/ttcn3/TtcnTemplate.cc:2253:5: note: Null pointer dereference
titan.core-6.3.1/compiler2/ttcn3/TtcnTemplate.cc:2254:5: warning: Possible null pointer dereference: ret_val [nullPointer]
titan.core-6.3.1/compiler2/ttcn3/TtcnTemplate.cc:2250:17: note: Assignment 'ret_val=0', assigned value is 0
titan.core-6.3.1/compiler2/ttcn3/TtcnTemplate.cc:2254:5: note: Null pointer dereference
titan.core-6.3.1/compiler2/ttcn3/TtcnTemplate.cc:2255:5: warning: Possible null pointer dereference: ret_val [nullPointer]
titan.core-6.3.1/compiler2/ttcn3/TtcnTemplate.cc:2250:17: note: Assignment 'ret_val=0', assigned value is 0
titan.core-6.3.1/compiler2/ttcn3/TtcnTemplate.cc:2255:5: note: Null pointer dereference
titan.core-6.3.1/compiler2/ttcn3/TtcnTemplate.cc:3918:16: style: The scope of the variable 'fixed_part' can be reduced. [variableScope]
titan.core-6.3.1/compiler2/ttcn3/TtcnTemplate.hh:595:10: style: Technically the member function 'Ttcn::TemplateInstance::needs_temp_ref' can be const. [functionConst]
titan.core-6.3.1/compiler2/ttcn3/TtcnTemplate.cc:5635:26: note: Technically the member function 'Ttcn::TemplateInstance::needs_temp_ref' can be const.
titan.core-6.3.1/compiler2/ttcn3/TtcnTemplate.hh:595:10: note: Technically the member function 'Ttcn::TemplateInstance::needs_temp_ref' can be const.
titan.core-6.3.1/compiler2/ttcn3/Ttcnstuff.hh:449:8: performance: Technically the member function 'Ttcn::PortTypeBody::chk_connect_translation' can be static. [functionStatic]
titan.core-6.3.1/compiler2/ttcn3/Ttcnstuff.cc:1472:22: note: Technically the member function 'Ttcn::PortTypeBody::chk_connect_translation' can be static.
titan.core-6.3.1/compiler2/ttcn3/Ttcnstuff.hh:449:8: note: Technically the member function 'Ttcn::PortTypeBody::chk_connect_translation' can be static.
titan.core-6.3.1/compiler2/ttcn3/Ttcnstuff.hh:672:8: style: Technically the member function 'Ttcn::ExtensionAttribute::get_encdecvalue_mappings' can be const. [functionConst]
titan.core-6.3.1/compiler2/ttcn3/Ttcnstuff.cc:2902:28: note: Technically the member function 'Ttcn::ExtensionAttribute::get_encdecvalue_mappings' can be const.
titan.core-6.3.1/compiler2/ttcn3/Ttcnstuff.hh:672:8: note: Technically the member function 'Ttcn::ExtensionAttribute::get_encdecvalue_mappings' can be const.
titan.core-6.3.1/compiler2/ustring.cc:167:7: style: Condition 'isUTF8' is always true [knownConditionTrueFalse]
titan.core-6.3.1/compiler2/ustring.cc:161:17: note: Assignment 'isUTF8=true', assigned value is 1
titan.core-6.3.1/compiler2/ustring.cc:167:7: note: Condition 'isUTF8' is always true
titan.core-6.3.1/compiler2/ustring.cc:45:15: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/compiler2/ustring.cc:57:15: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/compiler2/xpather.cc:871:10: warning: Either the condition 'last' is redundant or there is possible null pointer dereference: last. [nullPointerRedundantCheck]
titan.core-6.3.1/compiler2/xpather.cc:849:9: note: Assuming that condition 'last' is not redundant
titan.core-6.3.1/compiler2/xpather.cc:871:10: note: Null pointer dereference
titan.core-6.3.1/compiler2/xpather.cc:962:14: warning: Either the condition 'last_list' is redundant or there is possible null pointer dereference: last_list. [nullPointerRedundantCheck]
titan.core-6.3.1/compiler2/xpather.cc:959:15: note: Assuming that condition 'last_list' is not redundant
titan.core-6.3.1/compiler2/xpather.cc:962:14: note: Null pointer dereference
titan.core-6.3.1/compiler2/xpather.cc:963:14: warning: Either the condition 'last_list' is redundant or there is possible null pointer dereference: last_list. [nullPointerRedundantCheck]
titan.core-6.3.1/compiler2/xpather.cc:959:15: note: Assuming that condition 'last_list' is not redundant
titan.core-6.3.1/compiler2/xpather.cc:963:14: note: Null pointer dereference
titan.core-6.3.1/compiler2/xpather.cc:964:9: warning: Either the condition 'last_list' is redundant or there is possible null pointer dereference: last_list. [nullPointerRedundantCheck]
titan.core-6.3.1/compiler2/xpather.cc:959:15: note: Assuming that condition 'last_list' is not redundant
titan.core-6.3.1/compiler2/xpather.cc:964:9: note: Null pointer dereference
titan.core-6.3.1/compiler2/xpather.cc:965:9: warning: Either the condition 'last_list' is redundant or there is possible null pointer dereference: last_list. [nullPointerRedundantCheck]
titan.core-6.3.1/compiler2/xpather.cc:959:15: note: Assuming that condition 'last_list' is not redundant
titan.core-6.3.1/compiler2/xpather.cc:965:9: note: Null pointer dereference
titan.core-6.3.1/compiler2/xpather.cc:995:9: warning: Either the condition 'tmp' is redundant or there is possible null pointer dereference: tmp. [nullPointerRedundantCheck]
titan.core-6.3.1/compiler2/xpather.cc:989:12: note: Assuming that condition 'tmp' is not redundant
titan.core-6.3.1/compiler2/xpather.cc:995:9: note: Null pointer dereference
titan.core-6.3.1/compiler2/xpather.cc:1091:51: warning: Either the condition 'tmp' is redundant or there is possible null pointer dereference: tmp. [nullPointerRedundantCheck]
titan.core-6.3.1/compiler2/xpather.cc:1081:18: note: Assuming that condition 'tmp' is not redundant
titan.core-6.3.1/compiler2/xpather.cc:1091:51: note: Null pointer dereference
titan.core-6.3.1/compiler2/xpather.cc:1100:44: warning: Either the condition 'tmp' is redundant or there is possible null pointer dereference: tmp. [nullPointerRedundantCheck]
titan.core-6.3.1/compiler2/xpather.cc:1081:18: note: Assuming that condition 'tmp' is not redundant
titan.core-6.3.1/compiler2/xpather.cc:1100:44: note: Null pointer dereference
titan.core-6.3.1/compiler2/xpather.cc:1106:47: warning: Either the condition 'tmp' is redundant or there is possible null pointer dereference: tmp. [nullPointerRedundantCheck]
titan.core-6.3.1/compiler2/xpather.cc:1081:18: note: Assuming that condition 'tmp' is not redundant
titan.core-6.3.1/compiler2/xpather.cc:1106:47: note: Null pointer dereference
titan.core-6.3.1/compiler2/xpather.cc:1123:11: warning: Either the condition 'last' is redundant or there is possible null pointer dereference: last. [nullPointerRedundantCheck]
titan.core-6.3.1/compiler2/xpather.cc:1116:14: note: Assuming that condition 'last' is not redundant
titan.core-6.3.1/compiler2/xpather.cc:1123:11: note: Null pointer dereference
titan.core-6.3.1/compiler2/xpather.cc:1979:22: warning: Either the condition 'fp!=NULL' is redundant or there is possible null pointer dereference: fp. [nullPointerRedundantCheck]
titan.core-6.3.1/compiler2/xpather.cc:1953:22: note: Assuming that condition 'fp!=NULL' is not redundant
titan.core-6.3.1/compiler2/xpather.cc:1979:22: note: Null pointer dereference
titan.core-6.3.1/compiler2/xpather.cc:1223:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
titan.core-6.3.1/compiler2/xpather.cc:1220:0: note: Variable 'result' is reassigned a value before the old one has been used.
titan.core-6.3.1/compiler2/xpather.cc:1223:9: note: Variable 'result' is reassigned a value before the old one has been used.
titan.core-6.3.1/compiler2/xpather.cc:1705:17: style: The scope of the variable 'name' can be reduced. [variableScope]
titan.core-6.3.1/compiler2/xpather.cc:1705:28: style: The scope of the variable 'value' can be reduced. [variableScope]
titan.core-6.3.1/compiler2/xpather.cc:1280:36: style: Function 'process_tpd' argument 4 names different: declaration 'argc' definition 'p_argc'. [funcArgNamesDifferent]
titan.core-6.3.1/compiler2/xpather.h:275:8: note: Function 'process_tpd' argument 4 names different: declaration 'argc' definition 'p_argc'.
titan.core-6.3.1/compiler2/xpather.cc:1280:36: note: Function 'process_tpd' argument 4 names different: declaration 'argc' definition 'p_argc'.
titan.core-6.3.1/compiler2/xpather.cc:1280:52: style: Function 'process_tpd' argument 5 names different: declaration 'argv' definition 'p_argv'. [funcArgNamesDifferent]
titan.core-6.3.1/compiler2/xpather.h:275:22: note: Function 'process_tpd' argument 5 names different: declaration 'argv' definition 'p_argv'.
titan.core-6.3.1/compiler2/xpather.cc:1280:52: note: Function 'process_tpd' argument 5 names different: declaration 'argv' definition 'p_argv'.
titan.core-6.3.1/compiler2/xpather.cc:1281:8: style: Function 'process_tpd' argument 7 names different: declaration 'optind' definition 'p_optind'. [funcArgNamesDifferent]
titan.core-6.3.1/compiler2/xpather.h:276:8: note: Function 'process_tpd' argument 7 names different: declaration 'optind' definition 'p_optind'.
titan.core-6.3.1/compiler2/xpather.cc:1281:8: note: Function 'process_tpd' argument 7 names different: declaration 'optind' definition 'p_optind'.
titan.core-6.3.1/compiler2/xpather.cc:1281:25: style: Function 'process_tpd' argument 8 names different: declaration 'ets_name' definition 'p_ets_name'. [funcArgNamesDifferent]
titan.core-6.3.1/compiler2/xpather.h:276:23: note: Function 'process_tpd' argument 8 names different: declaration 'ets_name' definition 'p_ets_name'.
titan.core-6.3.1/compiler2/xpather.cc:1281:25: note: Function 'process_tpd' argument 8 names different: declaration 'ets_name' definition 'p_ets_name'.
titan.core-6.3.1/compiler2/xpather.cc:1281:44: style: Function 'process_tpd' argument 9 names different: declaration 'project_name' definition 'p_project_name'. [funcArgNamesDifferent]
titan.core-6.3.1/compiler2/xpather.h:276:40: note: Function 'process_tpd' argument 9 names different: declaration 'project_name' definition 'p_project_name'.
titan.core-6.3.1/compiler2/xpather.cc:1281:44: note: Function 'process_tpd' argument 9 names different: declaration 'project_name' definition 'p_project_name'.
titan.core-6.3.1/compiler2/xpather.cc:1282:12: style: Function 'process_tpd' argument 10 names different: declaration 'gnu_make' definition 'p_gflag'. [funcArgNamesDifferent]
titan.core-6.3.1/compiler2/xpather.h:277:12: note: Function 'process_tpd' argument 10 names different: declaration 'gnu_make' definition 'p_gflag'.
titan.core-6.3.1/compiler2/xpather.cc:1282:12: note: Function 'process_tpd' argument 10 names different: declaration 'gnu_make' definition 'p_gflag'.
titan.core-6.3.1/compiler2/xpather.cc:1282:30: style: Function 'process_tpd' argument 11 names different: declaration 'single_mode' definition 'p_sflag'. [funcArgNamesDifferent]
titan.core-6.3.1/compiler2/xpather.h:277:31: note: Function 'process_tpd' argument 11 names different: declaration 'single_mode' definition 'p_sflag'.
titan.core-6.3.1/compiler2/xpather.cc:1282:30: note: Function 'process_tpd' argument 11 names different: declaration 'single_mode' definition 'p_sflag'.
titan.core-6.3.1/compiler2/xpather.cc:1282:48: style: Function 'process_tpd' argument 12 names different: declaration 'central_storage' definition 'p_cflag'. [funcArgNamesDifferent]
titan.core-6.3.1/compiler2/xpather.h:278:12: note: Function 'process_tpd' argument 12 names different: declaration 'central_storage' definition 'p_cflag'.
titan.core-6.3.1/compiler2/xpather.cc:1282:48: note: Function 'process_tpd' argument 12 names different: declaration 'central_storage' definition 'p_cflag'.
titan.core-6.3.1/compiler2/xpather.cc:1282:66: style: Function 'process_tpd' argument 13 names different: declaration 'absolute_paths' definition 'p_aflag'. [funcArgNamesDifferent]
titan.core-6.3.1/compiler2/xpather.h:278:38: note: Function 'process_tpd' argument 13 names different: declaration 'absolute_paths' definition 'p_aflag'.
titan.core-6.3.1/compiler2/xpather.cc:1282:66: note: Function 'process_tpd' argument 13 names different: declaration 'absolute_paths' definition 'p_aflag'.
titan.core-6.3.1/compiler2/xpather.cc:1283:12: style: Function 'process_tpd' argument 15 names different: declaration 'use_runtime_2' definition 'p_Rflag'. [funcArgNamesDifferent]
titan.core-6.3.1/compiler2/xpather.h:279:33: note: Function 'process_tpd' argument 15 names different: declaration 'use_runtime_2' definition 'p_Rflag'.
titan.core-6.3.1/compiler2/xpather.cc:1283:12: note: Function 'process_tpd' argument 15 names different: declaration 'use_runtime_2' definition 'p_Rflag'.
titan.core-6.3.1/compiler2/xpather.cc:1283:30: style: Function 'process_tpd' argument 16 names different: declaration 'dynamic' definition 'p_lflag'. [funcArgNamesDifferent]
titan.core-6.3.1/compiler2/xpather.h:280:12: note: Function 'process_tpd' argument 16 names different: declaration 'dynamic' definition 'p_lflag'.
titan.core-6.3.1/compiler2/xpather.cc:1283:30: note: Function 'process_tpd' argument 16 names different: declaration 'dynamic' definition 'p_lflag'.
titan.core-6.3.1/compiler2/xpather.cc:1283:48: style: Function 'process_tpd' argument 17 names different: declaration 'makedepend' definition 'p_mflag'. [funcArgNamesDifferent]
titan.core-6.3.1/compiler2/xpather.h:280:30: note: Function 'process_tpd' argument 17 names different: declaration 'makedepend' definition 'p_mflag'.
titan.core-6.3.1/compiler2/xpather.cc:1283:48: note: Function 'process_tpd' argument 17 names different: declaration 'makedepend' definition 'p_mflag'.
titan.core-6.3.1/compiler2/xpather.cc:1283:66: style: Function 'process_tpd' argument 18 names different: declaration 'filelist' definition 'p_Pflag'. [funcArgNamesDifferent]
titan.core-6.3.1/compiler2/xpather.h:280:51: note: Function 'process_tpd' argument 18 names different: declaration 'filelist' definition 'p_Pflag'.
titan.core-6.3.1/compiler2/xpather.cc:1283:66: note: Function 'process_tpd' argument 18 names different: declaration 'filelist' definition 'p_Pflag'.
titan.core-6.3.1/compiler2/xpather.cc:1284:12: style: Function 'process_tpd' argument 19 names different: declaration 'library' definition 'p_Lflag'. [funcArgNamesDifferent]
titan.core-6.3.1/compiler2/xpather.h:281:12: note: Function 'process_tpd' argument 19 names different: declaration 'library' definition 'p_Lflag'.
titan.core-6.3.1/compiler2/xpather.cc:1284:12: note: Function 'process_tpd' argument 19 names different: declaration 'library' definition 'p_Lflag'.
titan.core-6.3.1/compiler2/xpather.cc:1285:35: style: Function 'process_tpd' argument 24 names different: declaration 'abs_work_dir' definition 'abs_work_dir_p'. [funcArgNamesDifferent]
titan.core-6.3.1/compiler2/xpather.h:282:35: note: Function 'process_tpd' argument 24 names different: declaration 'abs_work_dir' definition 'abs_work_dir_p'.
titan.core-6.3.1/compiler2/xpather.cc:1285:35: note: Function 'process_tpd' argument 24 names different: declaration 'abs_work_dir' definition 'abs_work_dir_p'.
titan.core-6.3.1/compiler2/xpather.cc:1288:80: style: Function 'process_tpd' argument 35 names different: declaration 'codesplit' definition 'p_csmode'. [funcArgNamesDifferent]
titan.core-6.3.1/compiler2/xpather.h:285:80: note: Function 'process_tpd' argument 35 names different: declaration 'codesplit' definition 'p_csmode'.
titan.core-6.3.1/compiler2/xpather.cc:1288:80: note: Function 'process_tpd' argument 35 names different: declaration 'codesplit' definition 'p_csmode'.
titan.core-6.3.1/compiler2/xpather.cc:1288:99: style: Function 'process_tpd' argument 36 names different: declaration 'quietly' definition 'p_quflag'. [funcArgNamesDifferent]
titan.core-6.3.1/compiler2/xpather.h:285:100: note: Function 'process_tpd' argument 36 names different: declaration 'quietly' definition 'p_quflag'.
titan.core-6.3.1/compiler2/xpather.cc:1288:99: note: Function 'process_tpd' argument 36 names different: declaration 'quietly' definition 'p_quflag'.
titan.core-6.3.1/compiler2/xpather.cc:1288:118: style: Function 'process_tpd' argument 37 names different: declaration 'disablesubtypecheck' definition 'p_dsflag'. [funcArgNamesDifferent]
titan.core-6.3.1/compiler2/xpather.h:285:118: note: Function 'process_tpd' argument 37 names different: declaration 'disablesubtypecheck' definition 'p_dsflag'.
titan.core-6.3.1/compiler2/xpather.cc:1288:118: note: Function 'process_tpd' argument 37 names different: declaration 'disablesubtypecheck' definition 'p_dsflag'.
titan.core-6.3.1/compiler2/xpather.cc:1289:66: style: Function 'process_tpd' argument 41 names different: declaration 'disableber' definition 'p_dbflag'. [funcArgNamesDifferent]
titan.core-6.3.1/compiler2/xpather.h:286:66: note: Function 'process_tpd' argument 41 names different: declaration 'disableber' definition 'p_dbflag'.
titan.core-6.3.1/compiler2/xpather.cc:1289:66: note: Function 'process_tpd' argument 41 names different: declaration 'disableber' definition 'p_dbflag'.
titan.core-6.3.1/compiler2/xpather.cc:1289:85: style: Function 'process_tpd' argument 42 names different: declaration 'disableraw' definition 'p_drflag'. [funcArgNamesDifferent]
titan.core-6.3.1/compiler2/xpather.h:286:87: note: Function 'process_tpd' argument 42 names different: declaration 'disableraw' definition 'p_drflag'.
titan.core-6.3.1/compiler2/xpather.cc:1289:85: note: Function 'process_tpd' argument 42 names different: declaration 'disableraw' definition 'p_drflag'.
titan.core-6.3.1/compiler2/xpather.cc:1289:104: style: Function 'process_tpd' argument 43 names different: declaration 'disabletext' definition 'p_dtflag'. [funcArgNamesDifferent]
titan.core-6.3.1/compiler2/xpather.h:286:108: note: Function 'process_tpd' argument 43 names different: declaration 'disabletext' definition 'p_dtflag'.
titan.core-6.3.1/compiler2/xpather.cc:1289:104: note: Function 'process_tpd' argument 43 names different: declaration 'disabletext' definition 'p_dtflag'.
titan.core-6.3.1/compiler2/xpather.cc:1289:123: style: Function 'process_tpd' argument 44 names different: declaration 'disablexer' definition 'p_dxflag'. [funcArgNamesDifferent]
titan.core-6.3.1/compiler2/xpather.h:286:130: note: Function 'process_tpd' argument 44 names different: declaration 'disablexer' definition 'p_dxflag'.
titan.core-6.3.1/compiler2/xpather.cc:1289:123: note: Function 'process_tpd' argument 44 names different: declaration 'disablexer' definition 'p_dxflag'.
titan.core-6.3.1/compiler2/xpather.cc:1290:12: style: Function 'process_tpd' argument 45 names different: declaration 'disablejson' definition 'p_djflag'. [funcArgNamesDifferent]
titan.core-6.3.1/compiler2/xpather.h:287:12: note: Function 'process_tpd' argument 45 names different: declaration 'disablejson' definition 'p_djflag'.
titan.core-6.3.1/compiler2/xpather.cc:1290:12: note: Function 'process_tpd' argument 45 names different: declaration 'disablejson' definition 'p_djflag'.
titan.core-6.3.1/compiler2/xpather.cc:1290:31: style: Function 'process_tpd' argument 46 names different: declaration 'disableoer' definition 'p_doerflag'. [funcArgNamesDifferent]
titan.core-6.3.1/compiler2/xpather.h:287:34: note: Function 'process_tpd' argument 46 names different: declaration 'disableoer' definition 'p_doerflag'.
titan.core-6.3.1/compiler2/xpather.cc:1290:31: note: Function 'process_tpd' argument 46 names different: declaration 'disableoer' definition 'p_doerflag'.
titan.core-6.3.1/compiler2/xpather.cc:1290:52: style: Function 'process_tpd' argument 47 names different: declaration 'forcexerinasn' definition 'p_fxflag'. [funcArgNamesDifferent]
titan.core-6.3.1/compiler2/xpather.h:287:55: note: Function 'process_tpd' argument 47 names different: declaration 'forcexerinasn' definition 'p_fxflag'.
titan.core-6.3.1/compiler2/xpather.cc:1290:52: note: Function 'process_tpd' argument 47 names different: declaration 'forcexerinasn' definition 'p_fxflag'.
titan.core-6.3.1/compiler2/xpather.cc:1290:71: style: Function 'process_tpd' argument 48 names different: declaration 'defaultasomit' definition 'p_doflag'. [funcArgNamesDifferent]
titan.core-6.3.1/compiler2/xpather.h:287:79: note: Function 'process_tpd' argument 48 names different: declaration 'defaultasomit' definition 'p_doflag'.
titan.core-6.3.1/compiler2/xpather.cc:1290:71: note: Function 'process_tpd' argument 48 names different: declaration 'defaultasomit' definition 'p_doflag'.
titan.core-6.3.1/compiler2/xpather.cc:1290:90: style: Function 'process_tpd' argument 49 names different: declaration 'gccmessageformat' definition 'p_gfflag'. [funcArgNamesDifferent]
titan.core-6.3.1/compiler2/xpather.h:287:103: note: Function 'process_tpd' argument 49 names different: declaration 'gccmessageformat' definition 'p_gfflag'.
titan.core-6.3.1/compiler2/xpather.cc:1290:90: note: Function 'process_tpd' argument 49 names different: declaration 'gccmessageformat' definition 'p_gfflag'.
titan.core-6.3.1/compiler2/xpather.cc:1290:109: style: Function 'process_tpd' argument 50 names different: declaration 'linenumber' definition 'p_lnflag'. [funcArgNamesDifferent]
titan.core-6.3.1/compiler2/xpather.h:288:12: note: Function 'process_tpd' argument 50 names different: declaration 'linenumber' definition 'p_lnflag'.
titan.core-6.3.1/compiler2/xpather.cc:1290:109: note: Function 'process_tpd' argument 50 names different: declaration 'linenumber' definition 'p_lnflag'.
titan.core-6.3.1/compiler2/xpather.cc:1290:128: style: Function 'process_tpd' argument 51 names different: declaration 'includesourceinfo' definition 'p_isflag'. [funcArgNamesDifferent]
titan.core-6.3.1/compiler2/xpather.h:288:33: note: Function 'process_tpd' argument 51 names different: declaration 'includesourceinfo' definition 'p_isflag'.
titan.core-6.3.1/compiler2/xpather.cc:1290:128: note: Function 'process_tpd' argument 51 names different: declaration 'includesourceinfo' definition 'p_isflag'.
titan.core-6.3.1/compiler2/xpather.cc:1291:12: style: Function 'process_tpd' argument 52 names different: declaration 'addsourcelineinfo' definition 'p_asflag'. [funcArgNamesDifferent]
titan.core-6.3.1/compiler2/xpather.h:288:61: note: Function 'process_tpd' argument 52 names different: declaration 'addsourcelineinfo' definition 'p_asflag'.
titan.core-6.3.1/compiler2/xpather.cc:1291:12: note: Function 'process_tpd' argument 52 names different: declaration 'addsourcelineinfo' definition 'p_asflag'.
titan.core-6.3.1/compiler2/xpather.cc:1291:31: style: Function 'process_tpd' argument 53 names different: declaration 'suppresswarnings' definition 'p_swflag'. [funcArgNamesDifferent]
titan.core-6.3.1/compiler2/xpather.h:288:89: note: Function 'process_tpd' argument 53 names different: declaration 'suppresswarnings' definition 'p_swflag'.
titan.core-6.3.1/compiler2/xpather.cc:1291:31: note: Function 'process_tpd' argument 53 names different: declaration 'suppresswarnings' definition 'p_swflag'.
titan.core-6.3.1/compiler2/xpather.cc:1291:50: style: Function 'process_tpd' argument 54 names different: declaration 'outparamboundness' definition 'p_Yflag'. [funcArgNamesDifferent]
titan.core-6.3.1/compiler2/xpather.h:289:12: note: Function 'process_tpd' argument 54 names different: declaration 'outparamboundness' definition 'p_Yflag'.
titan.core-6.3.1/compiler2/xpather.cc:1291:50: note: Function 'process_tpd' argument 54 names different: declaration 'outparamboundness' definition 'p_Yflag'.
titan.core-6.3.1/compiler2/xpather.cc:1291:68: style: Function 'process_tpd' argument 55 names different: declaration 'omit_in_value_list' definition 'p_Mflag'. [funcArgNamesDifferent]
titan.core-6.3.1/compiler2/xpather.h:289:40: note: Function 'process_tpd' argument 55 names different: declaration 'omit_in_value_list' definition 'p_Mflag'.
titan.core-6.3.1/compiler2/xpather.cc:1291:68: note: Function 'process_tpd' argument 55 names different: declaration 'omit_in_value_list' definition 'p_Mflag'.
titan.core-6.3.1/compiler2/xpather.cc:1291:86: style: Function 'process_tpd' argument 56 names different: declaration 'warnings_for_bad_variants' definition 'p_Eflag'. [funcArgNamesDifferent]
titan.core-6.3.1/compiler2/xpather.h:289:69: note: Function 'process_tpd' argument 56 names different: declaration 'warnings_for_bad_variants' definition 'p_Eflag'.
titan.core-6.3.1/compiler2/xpather.cc:1291:86: note: Function 'process_tpd' argument 56 names different: declaration 'warnings_for_bad_variants' definition 'p_Eflag'.
titan.core-6.3.1/compiler2/xpather.cc:1291:104: style: Function 'process_tpd' argument 57 names different: declaration 'activate_debugger' definition 'p_nflag'. [funcArgNamesDifferent]
titan.core-6.3.1/compiler2/xpather.h:289:105: note: Function 'process_tpd' argument 57 names different: declaration 'activate_debugger' definition 'p_nflag'.
titan.core-6.3.1/compiler2/xpather.cc:1291:104: note: Function 'process_tpd' argument 57 names different: declaration 'activate_debugger' definition 'p_nflag'.
titan.core-6.3.1/compiler2/xpather.cc:1291:122: style: Function 'process_tpd' argument 58 names different: declaration 'ignore_untagged_union' definition 'p_Nflag'. [funcArgNamesDifferent]
titan.core-6.3.1/compiler2/xpather.h:289:133: note: Function 'process_tpd' argument 58 names different: declaration 'ignore_untagged_union' definition 'p_Nflag'.
titan.core-6.3.1/compiler2/xpather.cc:1291:122: note: Function 'process_tpd' argument 58 names different: declaration 'ignore_untagged_union' definition 'p_Nflag'.
titan.core-6.3.1/compiler2/xpather.cc:1292:12: style: Function 'process_tpd' argument 59 names different: declaration 'disable_predef_exp_folder' definition 'p_diflag'. [funcArgNamesDifferent]
titan.core-6.3.1/compiler2/xpather.h:290:12: note: Function 'process_tpd' argument 59 names different: declaration 'disable_predef_exp_folder' definition 'p_diflag'.
titan.core-6.3.1/compiler2/xpather.cc:1292:12: note: Function 'process_tpd' argument 59 names different: declaration 'disable_predef_exp_folder' definition 'p_diflag'.
titan.core-6.3.1/compiler2/xpather.cc:1292:31: style: Function 'process_tpd' argument 60 names different: declaration 'enable_legacy_encoding' definition 'p_enable_legacy_encoding'. [funcArgNamesDifferent]
titan.core-6.3.1/compiler2/xpather.h:290:48: note: Function 'process_tpd' argument 60 names different: declaration 'enable_legacy_encoding' definition 'p_enable_legacy_encoding'.
titan.core-6.3.1/compiler2/xpather.cc:1292:31: note: Function 'process_tpd' argument 60 names different: declaration 'enable_legacy_encoding' definition 'p_enable_legacy_encoding'.
titan.core-6.3.1/compiler2/xpather.cc:1293:117: style: Function 'process_tpd' argument 66 names different: declaration 'ttcn3preprocessor' definition 'ttcn3prep'. [funcArgNamesDifferent]
titan.core-6.3.1/compiler2/xpather.h:292:10: note: Function 'process_tpd' argument 66 names different: declaration 'ttcn3preprocessor' definition 'ttcn3prep'.
titan.core-6.3.1/compiler2/xpather.cc:1293:117: note: Function 'process_tpd' argument 66 names different: declaration 'ttcn3preprocessor' definition 'ttcn3prep'.
titan.core-6.3.1/compiler2/xpather.cc:1294:73: style: Function 'process_tpd' argument 69 names different: declaration 'linkerlibsearchpath' definition 'linkerlibsearchp'. [funcArgNamesDifferent]
titan.core-6.3.1/compiler2/xpather.h:292:120: note: Function 'process_tpd' argument 69 names different: declaration 'linkerlibsearchpath' definition 'linkerlibsearchp'.
titan.core-6.3.1/compiler2/xpather.cc:1294:73: note: Function 'process_tpd' argument 69 names different: declaration 'linkerlibsearchpath' definition 'linkerlibsearchp'.
titan.core-6.3.1/compiler2/xpather.cc:1294:130: style: Function 'process_tpd' argument 72 names different: declaration 'Zflag' definition 'p_Zflag'. [funcArgNamesDifferent]
titan.core-6.3.1/compiler2/xpather.h:293:12: note: Function 'process_tpd' argument 72 names different: declaration 'Zflag' definition 'p_Zflag'.
titan.core-6.3.1/compiler2/xpather.cc:1294:130: note: Function 'process_tpd' argument 72 names different: declaration 'Zflag' definition 'p_Zflag'.
titan.core-6.3.1/compiler2/xpather.cc:1295:12: style: Function 'process_tpd' argument 73 names different: declaration 'Hflag' definition 'p_Hflag'. [funcArgNamesDifferent]
titan.core-6.3.1/compiler2/xpather.h:293:28: note: Function 'process_tpd' argument 73 names different: declaration 'Hflag' definition 'p_Hflag'.
titan.core-6.3.1/compiler2/xpather.cc:1295:12: note: Function 'process_tpd' argument 73 names different: declaration 'Hflag' definition 'p_Hflag'.
titan.core-6.3.1/compiler2/map.hh:207:0: style: Technically the member function 'map < const std :: string , const ProjectDescriptor * >::operator[]' can be const. [functionConst]
titan.core-6.3.1/compiler2/map.hh:226:0: style: Technically the member function 'map < const std :: string , const ProjectDescriptor * >::get_nth_elem' can be const. [functionConst]
titan.core-6.3.1/compiler2/map.hh:207:0: style: Technically the member function 'map < const std :: string , const std :: string >::operator[]' can be const. [functionConst]
titan.core-6.3.1/compiler2/map.hh:226:0: style: Technically the member function 'map < const std :: string , const std :: string >::get_nth_elem' can be const. [functionConst]
titan.core-6.3.1/compiler2/map.hh:207:0: style: Technically the member function 'map < cstring , const char >::operator[]' can be const. [functionConst]
titan.core-6.3.1/compiler2/map.hh:226:0: style: Technically the member function 'map < cstring , const char >::get_nth_elem' can be const. [functionConst]
titan.core-6.3.1/compiler2/vector.hh:143:0: style: Technically the member function 'vector < const char * >::operator[]' can be const. [functionConst]
titan.core-6.3.1/compiler2/vector.hh:143:0: style: Technically the member function 'vector < const char >::operator[]' can be const. [functionConst]
titan.core-6.3.1/compiler2/xpather.cc:452:24: performance: Use const reference for 'refProjName' to avoid unnecessary data copying. [redundantCopyLocalConst]
titan.core-6.3.1/conformance_test/core_language_tests/positive_tests/09_test_configurations/0902_test_system_interface/Sem_0902_001_loopbackPort.hh:19:2: style: Class 'Sem__0902__001__loopbackPort' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/conformance_test/core_language_tests/positive_tests/09_test_configurations/0902_test_system_interface/Sem_0902_002_loopbackPort.hh:19:2: style: Class 'Sem__0902__002__loopbackPort' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/conformance_test/core_language_tests/positive_tests/16_functions_altsteps_testcases/1602_altsteps/160201_invoking_altsteps/Sem_160201_003_loopbackPort.hh:19:2: style: Class 'Sem__160201__003__loopbackPort' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/conformance_test/core_language_tests/positive_tests/16_functions_altsteps_testcases/1602_altsteps/160201_invoking_altsteps/Sem_160201_004_loopbackPort.hh:19:2: style: Class 'Sem__160201__004__loopbackPort' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/conformance_test/core_language_tests/positive_tests/20_statement_and_operations_for_alt/2002_the_alt_statement/Sem_2002_012_loopbackPort.hh:19:2: style: Class 'Sem__2002__012__loopbackPort' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/conformance_test/core_language_tests/positive_tests/20_statement_and_operations_for_alt/2002_the_alt_statement/Sem_2002_013_loopbackPort.hh:19:2: style: Class 'Sem__2002__013__loopbackPort' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Vector.hh:149:32: style: Function 'reserve' argument 1 names different: declaration 'n' definition 'new_size'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Vector.hh:63:23: note: Function 'reserve' argument 1 names different: declaration 'n' definition 'new_size'.
titan.core-6.3.1/core/Vector.hh:149:32: note: Function 'reserve' argument 1 names different: declaration 'n' definition 'new_size'.
titan.core-6.3.1/core/Basetype.hh:1174:3: warning: Member variable 'Lazy_Fuzzy_Expr::fuzzy' is not initialized in the constructor. [uninitMemberVar]
titan.core-6.3.1/core/Basetype.hh:1174:3: warning: Member variable 'Lazy_Fuzzy_Expr::expr_evaluated' is not initialized in the constructor. [uninitMemberVar]
titan.core-6.3.1/core/Basetype.hh:1174:3: warning: Member variable 'Lazy_Fuzzy_Expr::old_expr_evaluated' is not initialized in the constructor. [uninitMemberVar]
titan.core-6.3.1/core/Basetype.hh:1174:3: warning: Member variable 'Lazy_Fuzzy_Expr::expr_cache' is not initialized in the constructor. [uninitMemberVar]
titan.core-6.3.1/core/Basetype.hh:249:29: performance: Technically the member function 'Base_Type::set_implicit_omit' can be static. [functionStatic]
titan.core-6.3.1/core/Basetype.hh:418:29: performance: Technically the member function 'Base_Type::BER_decode_opentypes' can be static. [functionStatic]
titan.core-6.3.1/core/Basetype.hh:627:30: performance: Technically the member function 'Base_Type::OER_decode_opentypes' can be static. [functionStatic]
titan.core-6.3.1/core/Basetype.hh:642:18: performance: Technically the member function 'Base_Type::is_component' can be static. [functionStatic]
titan.core-6.3.1/core/Template.hh:132:18: performance: Technically the member function 'Base_Template::is_component' can be static. [functionStatic]
titan.core-6.3.1/core/Encdec.hh:303:3: style: Class 'TTCN_Buffer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Encdec.hh:306:3: style: Class 'TTCN_Buffer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Error.hh:26:3: style: Class 'TTCN_Error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Basetype.hh:1165:3: style: Class 'Lazy_Fuzzy_Expr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Template.hh:78:3: style: Class 'Base_Template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Template.hh:191:3: style: Class 'Restricted_Length_Template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Template.hh:239:3: style: Class 'Record_Of_Template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Octetstring.hh:70:3: style: Class 'OCTETSTRING' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Octetstring.hh:75:3: style: Class 'OCTETSTRING' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Octetstring.hh:307:3: style: Class 'OCTETSTRING_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Octetstring.hh:308:3: style: Class 'OCTETSTRING_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Octetstring.hh:309:3: style: Class 'OCTETSTRING_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Octetstring.hh:310:3: style: Class 'OCTETSTRING_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/ASN_Any.hh:26:3: style: Class 'ASN_ANY' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/ASN_Any.hh:28:3: style: Class 'ASN_ANY' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Bitstring.hh:96:3: style: Class 'BITSTRING' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Bitstring.hh:321:3: style: Class 'BITSTRING_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Bitstring.hh:322:3: style: Class 'BITSTRING_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Bitstring.hh:323:3: style: Class 'BITSTRING_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Bitstring.hh:324:3: style: Class 'BITSTRING_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Hexstring.hh:71:3: style: Class 'HEXSTRING' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Hexstring.hh:267:3: style: Class 'HEXSTRING_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Hexstring.hh:268:3: style: Class 'HEXSTRING_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Hexstring.hh:269:3: style: Class 'HEXSTRING_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Hexstring.hh:270:3: style: Class 'HEXSTRING_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Param_Types.hh:83:3: style: Class 'Module_Param_Name' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Param_Types.hh:100:3: style: Class 'Module_Param_FieldName' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Param_Types.hh:127:3: style: Class 'Module_Param_CustomName' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Param_Types.hh:312:3: style: Class 'Module_Param_Ptr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Param_Types.hh:362:3: style: Class 'Module_Param_Expression' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Param_Types.hh:391:3: style: Class 'Module_Param_Integer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Param_Types.hh:402:3: style: Class 'Module_Param_Float' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Param_Types.hh:412:3: style: Class 'Module_Param_Boolean' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Param_Types.hh:422:3: style: Class 'Module_Param_Verdict' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Param_Types.hh:493:3: style: Class 'Module_Param_Enumerated' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Charstring.hh:122:3: style: Class 'CHARSTRING' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Charstring.hh:125:3: style: Class 'CHARSTRING' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Charstring.hh:137:3: style: Class 'CHARSTRING' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Charstring.hh:443:3: style: Class 'CHARSTRING_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Charstring.hh:448:3: style: Class 'CHARSTRING_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Charstring.hh:453:3: style: Class 'CHARSTRING_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Charstring.hh:458:3: style: Class 'CHARSTRING_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Universal_charstring.hh:139:3: style: Class 'UNIVERSAL_CHARSTRING' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Universal_charstring.hh:153:3: style: Class 'UNIVERSAL_CHARSTRING' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Universal_charstring.hh:169:3: style: Class 'UNIVERSAL_CHARSTRING' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Universal_charstring.hh:174:3: style: Class 'UNIVERSAL_CHARSTRING' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Universal_charstring.hh:184:3: style: Class 'UNIVERSAL_CHARSTRING' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Universal_charstring.hh:627:3: style: Class 'UNIVERSAL_CHARSTRING_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Universal_charstring.hh:628:3: style: Class 'UNIVERSAL_CHARSTRING_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Universal_charstring.hh:629:3: style: Class 'UNIVERSAL_CHARSTRING_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Universal_charstring.hh:630:3: style: Class 'UNIVERSAL_CHARSTRING_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Universal_charstring.hh:631:3: style: Class 'UNIVERSAL_CHARSTRING_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Universal_charstring.hh:633:3: style: Class 'UNIVERSAL_CHARSTRING_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Universal_charstring.hh:634:3: style: Class 'UNIVERSAL_CHARSTRING_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Universal_charstring.hh:636:3: style: Class 'UNIVERSAL_CHARSTRING_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Basetype.hh:1141:1: warning: The class 'Lazy_Fuzzy_Expr' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
titan.core-6.3.1/core/Param_Types.hh:85:11: style: The function 'is_explicit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:62:19: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:85:11: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:86:9: style: The function 'get_current_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:67:17: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:86:9: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:87:11: style: The function 'next_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:68:19: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:87:11: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:92:8: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:69:16: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:92:8: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:93:10: style: The function 'get_nof_names' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:70:18: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:93:10: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:94:9: style: The function 'get_str' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:71:17: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:94:9: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:102:9: style: The function 'get_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:66:17: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:102:9: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:103:11: style: The function 'is_explicit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:62:19: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:103:11: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:104:9: style: The function 'get_str' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:71:17: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:104:9: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:112:10: style: The function 'get_index' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:65:18: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:112:10: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:113:11: style: The function 'is_index' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:63:19: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:113:11: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:114:11: style: The function 'is_explicit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:62:19: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:114:11: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:115:9: style: The function 'get_str' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:71:17: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:115:9: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:129:9: style: The function 'get_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:66:17: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:129:9: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:130:11: style: The function 'is_explicit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:62:19: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:130:11: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:131:9: style: The function 'get_str' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:71:17: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:131:9: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:132:11: style: The function 'is_custom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:64:19: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:132:11: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:364:24: style: The function 'get_expr_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:295:32: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:364:24: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:365:15: style: The function 'get_expr_type_str' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:296:23: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:365:15: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:366:17: style: The function 'get_operand1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:297:25: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:366:17: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:367:17: style: The function 'get_operand2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:298:25: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:367:17: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:368:10: style: The function 'get_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:232:18: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:368:10: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:369:15: style: The function 'get_type_str' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:245:23: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:369:15: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:370:8: style: The function 'log_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:247:16: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:370:8: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:375:10: style: The function 'get_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:232:18: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:375:10: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:376:15: style: The function 'get_type_str' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:245:23: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:376:15: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:377:8: style: The function 'log_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:247:16: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:377:8: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:382:10: style: The function 'get_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:232:18: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:382:10: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:383:15: style: The function 'get_type_str' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:245:23: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:383:15: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:384:8: style: The function 'log_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:247:16: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:384:8: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:390:10: style: The function 'get_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:232:18: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:390:10: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:393:14: style: The function 'get_integer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:286:22: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:393:14: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:394:15: style: The function 'get_type_str' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:245:23: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:394:15: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:395:8: style: The function 'log_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:247:16: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:395:8: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:401:10: style: The function 'get_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:232:18: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:401:10: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:403:10: style: The function 'get_float' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:287:18: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:403:10: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:404:15: style: The function 'get_type_str' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:245:23: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:404:15: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:405:8: style: The function 'log_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:247:16: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:405:8: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:411:10: style: The function 'get_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:232:18: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:411:10: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:413:11: style: The function 'get_boolean' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:271:19: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:413:11: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:414:15: style: The function 'get_type_str' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:245:23: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:414:15: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:415:8: style: The function 'log_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:247:16: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:415:8: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:421:10: style: The function 'get_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:232:18: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:421:10: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:423:15: style: The function 'get_verdict' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:290:23: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:423:15: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:424:15: style: The function 'get_type_str' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:245:23: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:424:15: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:425:8: style: The function 'log_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:247:16: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:425:8: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:442:10: style: The function 'get_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:232:18: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:442:10: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:444:15: style: The function 'get_type_str' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:245:23: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:444:15: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:445:8: style: The function 'log_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:247:16: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:445:8: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:450:10: style: The function 'get_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:232:18: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:450:10: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:452:15: style: The function 'get_type_str' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:245:23: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:452:15: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:453:8: style: The function 'log_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:247:16: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:453:8: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:458:10: style: The function 'get_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:232:18: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:458:10: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:460:15: style: The function 'get_type_str' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:245:23: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:460:15: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:461:8: style: The function 'log_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:247:16: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:461:8: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:466:10: style: The function 'get_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:232:18: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:466:10: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:468:15: style: The function 'get_type_str' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:245:23: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:468:15: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:469:8: style: The function 'log_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:247:16: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:469:8: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:474:10: style: The function 'get_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:232:18: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:474:10: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:476:15: style: The function 'get_type_str' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:245:23: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:476:15: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:477:8: style: The function 'log_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:247:16: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:477:8: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:482:10: style: The function 'get_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:232:18: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:482:10: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:485:15: style: The function 'get_type_str' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:245:23: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:485:15: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:486:8: style: The function 'log_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:247:16: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:486:8: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:492:10: style: The function 'get_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:232:18: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:492:10: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:495:9: style: The function 'get_enumerated' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:291:17: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:495:9: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:496:15: style: The function 'get_type_str' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:245:23: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:496:15: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:497:8: style: The function 'log_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:247:16: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:497:8: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:502:10: style: The function 'get_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:232:18: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:502:10: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:503:15: style: The function 'get_type_str' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:245:23: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:503:15: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:504:8: style: The function 'log_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:247:16: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:504:8: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:509:10: style: The function 'get_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:232:18: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:509:10: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:510:15: style: The function 'get_type_str' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:245:23: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:510:15: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:511:8: style: The function 'log_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:247:16: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:511:8: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:516:10: style: The function 'get_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:232:18: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:516:10: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:517:15: style: The function 'get_type_str' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:245:23: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:517:15: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:518:8: style: The function 'log_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:247:16: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:518:8: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:523:10: style: The function 'get_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:232:18: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:523:10: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:524:15: style: The function 'get_type_str' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:245:23: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:524:15: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:525:8: style: The function 'log_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:247:16: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:525:8: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:530:10: style: The function 'get_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:232:18: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:530:10: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:531:15: style: The function 'get_type_str' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:245:23: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:531:15: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:532:8: style: The function 'log_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:247:16: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:532:8: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:537:10: style: The function 'get_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:232:18: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:537:10: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:538:15: style: The function 'get_type_str' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:245:23: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:538:15: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:539:8: style: The function 'log_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:247:16: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:539:8: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:547:10: style: The function 'get_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:232:18: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:547:10: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:551:14: style: The function 'get_lower_int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:276:22: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:551:14: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:552:14: style: The function 'get_upper_int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:277:22: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:552:14: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:553:15: style: The function 'get_type_str' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:245:23: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:553:15: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:554:11: style: The function 'get_is_min_exclusive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:278:19: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:554:11: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:555:11: style: The function 'get_is_max_exclusive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:279:19: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:555:11: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:556:8: style: The function 'log_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:247:16: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:556:8: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:567:10: style: The function 'get_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:232:18: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:567:10: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:569:10: style: The function 'get_lower_float' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:280:18: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:569:10: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:570:10: style: The function 'get_upper_float' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:281:18: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:570:10: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:571:11: style: The function 'has_lower_float' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:282:19: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:571:11: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:572:11: style: The function 'has_upper_float' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:283:19: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:572:11: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:573:15: style: The function 'get_type_str' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:245:23: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:573:15: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:574:11: style: The function 'get_is_min_exclusive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:278:19: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:574:11: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:575:11: style: The function 'get_is_max_exclusive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:279:19: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:575:11: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:576:8: style: The function 'log_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:247:16: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:576:8: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:584:10: style: The function 'get_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:232:18: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:584:10: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:586:18: style: The function 'get_lower_uchar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:284:26: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:586:18: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:587:18: style: The function 'get_upper_uchar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:285:26: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:587:18: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:588:15: style: The function 'get_type_str' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:245:23: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:588:15: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:589:11: style: The function 'get_is_min_exclusive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:278:19: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:589:11: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:590:11: style: The function 'get_is_max_exclusive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:279:19: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:590:11: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:591:8: style: The function 'log_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:247:16: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:591:8: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:598:10: style: The function 'get_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:232:18: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:598:10: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:601:9: style: The function 'get_pattern' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:288:17: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:601:9: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:602:11: style: The function 'get_nocase' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:289:19: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:602:11: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:603:15: style: The function 'get_type_str' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:245:23: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:603:15: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:604:8: style: The function 'log_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:247:16: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:604:8: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:609:10: style: The function 'get_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:232:18: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:609:10: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:611:15: style: The function 'get_type_str' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:245:23: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:611:15: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:612:8: style: The function 'log_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:247:16: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:612:8: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:617:10: style: The function 'get_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:232:18: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:617:10: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:619:15: style: The function 'get_type_str' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:245:23: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:619:15: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:620:8: style: The function 'log_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:247:16: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:620:8: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:625:10: style: The function 'get_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:232:18: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:625:10: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:627:15: style: The function 'get_type_str' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:245:23: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:627:15: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:628:8: style: The function 'log_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:247:16: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:628:8: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:637:8: style: The function 'add_elem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:267:16: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:637:8: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:640:8: style: The function 'add_list_with_implicit_ids' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:268:16: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:640:8: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:641:10: style: The function 'get_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:272:18: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:641:10: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:642:17: style: The function 'get_elem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:273:25: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:642:17: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:647:10: style: The function 'get_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:232:18: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:647:10: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:648:15: style: The function 'get_type_str' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:245:23: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:648:15: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:649:8: style: The function 'log_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:247:16: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:649:8: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:654:10: style: The function 'get_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:232:18: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:654:10: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:655:15: style: The function 'get_type_str' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:245:23: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:655:15: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:656:8: style: The function 'log_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:247:16: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:656:8: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:661:10: style: The function 'get_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:232:18: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:661:10: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:662:15: style: The function 'get_type_str' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:245:23: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:662:15: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:663:8: style: The function 'log_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:247:16: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:663:8: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:668:10: style: The function 'get_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:232:18: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:668:10: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:669:15: style: The function 'get_type_str' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:245:23: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:669:15: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:670:8: style: The function 'log_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:247:16: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:670:8: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:675:10: style: The function 'get_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:232:18: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:675:10: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:676:15: style: The function 'get_type_str' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:245:23: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:676:15: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:677:8: style: The function 'log_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:247:16: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:677:8: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:682:10: style: The function 'get_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:232:18: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:682:10: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:683:15: style: The function 'get_type_str' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:245:23: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:683:15: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:684:8: style: The function 'log_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:247:16: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:684:8: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:689:10: style: The function 'get_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:232:18: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:689:10: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:690:15: style: The function 'get_type_str' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:245:23: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:690:15: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:691:8: style: The function 'log_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:247:16: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:691:8: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:696:10: style: The function 'get_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:232:18: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:696:10: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:697:15: style: The function 'get_type_str' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:245:23: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:697:15: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:698:8: style: The function 'log_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:247:16: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:698:8: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:436:0: style: The function 'get_string_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:274:15: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:436:0: note: Function in derived class
titan.core-6.3.1/core/Param_Types.hh:437:0: style: The function 'get_string_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Param_Types.hh:275:17: note: Virtual function in base class
titan.core-6.3.1/core/Param_Types.hh:437:0: note: Function in derived class
titan.core-6.3.1/core/ASN_CharacterString.cc:1776:8: style: Condition '!tlv_present' is always true [knownConditionTrueFalse]
titan.core-6.3.1/core/ASN_CharacterString.cc:1771:23: note: Assignment 'tlv_present=false', assigned value is 0
titan.core-6.3.1/core/ASN_CharacterString.cc:1776:8: note: Condition '!tlv_present' is always true
titan.core-6.3.1/core/ASN_CharacterString.cc:1781:8: style: Condition '!tlv_present' is always true [knownConditionTrueFalse]
titan.core-6.3.1/core/ASN_CharacterString.cc:1779:17: note: Assignment 'tlv_present=false', assigned value is 0
titan.core-6.3.1/core/ASN_CharacterString.cc:1781:8: note: Condition '!tlv_present' is always true
titan.core-6.3.1/core/ASN_CharacterString.cc:2508:8: style: Condition '!tlv_present' is always true [knownConditionTrueFalse]
titan.core-6.3.1/core/ASN_CharacterString.cc:2503:23: note: Assignment 'tlv_present=false', assigned value is 0
titan.core-6.3.1/core/ASN_CharacterString.cc:2508:8: note: Condition '!tlv_present' is always true
titan.core-6.3.1/core/ASN_CharacterString.cc:2513:8: style: Condition '!tlv_present' is always true [knownConditionTrueFalse]
titan.core-6.3.1/core/ASN_CharacterString.cc:2511:17: note: Assignment 'tlv_present=false', assigned value is 0
titan.core-6.3.1/core/ASN_CharacterString.cc:2513:8: note: Condition '!tlv_present' is always true
titan.core-6.3.1/core/ASN_CharacterString.cc:3349:8: style: Condition '!tlv_present' is always true [knownConditionTrueFalse]
titan.core-6.3.1/core/ASN_CharacterString.cc:3344:23: note: Assignment 'tlv_present=false', assigned value is 0
titan.core-6.3.1/core/ASN_CharacterString.cc:3349:8: note: Condition '!tlv_present' is always true
titan.core-6.3.1/core/ASN_CharacterString.cc:3354:8: style: Condition '!tlv_present' is always true [knownConditionTrueFalse]
titan.core-6.3.1/core/ASN_CharacterString.cc:3352:17: note: Assignment 'tlv_present=false', assigned value is 0
titan.core-6.3.1/core/ASN_CharacterString.cc:3354:8: note: Condition '!tlv_present' is always true
titan.core-6.3.1/core/Vector.hh:149:0: style: Function 'reserve' argument 1 names different: declaration 'n' definition 'new_size'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Vector.hh:63:0: note: Function 'reserve' argument 1 names different: declaration 'n' definition 'new_size'.
titan.core-6.3.1/core/Vector.hh:149:0: note: Function 'reserve' argument 1 names different: declaration 'n' definition 'new_size'.
titan.core-6.3.1/core/XmlReader.hh:134:14: style: Technically the member function 'XmlReaderWrap::Ok' can be const. [functionConst]
titan.core-6.3.1/core/ASN_CharacterString.hh:108:11: performance: Technically the member function 'CHARACTER_STRING_identification::BER_decode_isMyMsg' can be static. [functionStatic]
titan.core-6.3.1/core/ASN_CharacterString.cc:740:42: note: Technically the member function 'CHARACTER_STRING_identification::BER_decode_isMyMsg' can be static.
titan.core-6.3.1/core/ASN_CharacterString.hh:108:11: note: Technically the member function 'CHARACTER_STRING_identification::BER_decode_isMyMsg' can be static.
titan.core-6.3.1/core/ASN_CharacterString.hh:204:7: performance: Technically the member function 'CHARACTER_STRING_identification_syntaxes::size_of' can be static. [functionStatic]
titan.core-6.3.1/core/ASN_CharacterString.cc:1634:47: note: Technically the member function 'CHARACTER_STRING_identification_syntaxes::size_of' can be static.
titan.core-6.3.1/core/ASN_CharacterString.hh:204:7: note: Technically the member function 'CHARACTER_STRING_identification_syntaxes::size_of' can be static.
titan.core-6.3.1/core/ASN_CharacterString.hh:313:7: performance: Technically the member function 'CHARACTER_STRING_identification_context__negotiation::size_of' can be static. [functionStatic]
titan.core-6.3.1/core/ASN_CharacterString.cc:2366:59: note: Technically the member function 'CHARACTER_STRING_identification_context__negotiation::size_of' can be static.
titan.core-6.3.1/core/ASN_CharacterString.hh:313:7: note: Technically the member function 'CHARACTER_STRING_identification_context__negotiation::size_of' can be static.
titan.core-6.3.1/core/XmlReader.hh:75:3: style: Class 'XmlReaderWrap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Optional.hh:129:3: style: Class 'OPTIONAL' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Optional.hh:142:3: style: Class 'OPTIONAL' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/ASN_Null.hh:40:3: style: Class 'ASN_NULL' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/ASN_Null.hh:121:3: style: Class 'ASN_NULL_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/ASN_Null.hh:122:3: style: Class 'ASN_NULL_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/ASN_Null.hh:123:3: style: Class 'ASN_NULL_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/ASN_Null.hh:124:3: style: Class 'ASN_NULL_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Integer.hh:81:3: style: Class 'INTEGER' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Integer.hh:273:3: style: Class 'INTEGER_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Integer.hh:274:3: style: Class 'INTEGER_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Integer.hh:275:3: style: Class 'INTEGER_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Integer.hh:276:3: style: Class 'INTEGER_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Objid.hh:141:3: style: Class 'OBJID_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Objid.hh:142:3: style: Class 'OBJID_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Objid.hh:143:3: style: Class 'OBJID_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/ASN_CharacterString.hh:136:3: style: Class 'CHARACTER_STRING_identification_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/ASN_CharacterString.hh:137:3: style: Class 'CHARACTER_STRING_identification_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/ASN_CharacterString.hh:138:3: style: Class 'CHARACTER_STRING_identification_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/ASN_CharacterString.hh:253:3: style: Class 'CHARACTER_STRING_identification_syntaxes_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/ASN_CharacterString.hh:254:3: style: Class 'CHARACTER_STRING_identification_syntaxes_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/ASN_CharacterString.hh:255:3: style: Class 'CHARACTER_STRING_identification_syntaxes_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/ASN_CharacterString.hh:362:3: style: Class 'CHARACTER_STRING_identification_context__negotiation_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/ASN_CharacterString.hh:363:3: style: Class 'CHARACTER_STRING_identification_context__negotiation_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/ASN_CharacterString.hh:364:3: style: Class 'CHARACTER_STRING_identification_context__negotiation_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/ASN_CharacterString.hh:478:3: style: Class 'CHARACTER_STRING_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/ASN_CharacterString.hh:479:3: style: Class 'CHARACTER_STRING_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/ASN_CharacterString.hh:480:3: style: Class 'CHARACTER_STRING_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/ASN_EmbeddedPDV.cc:1833:8: style: Condition '!tlv_present' is always true [knownConditionTrueFalse]
titan.core-6.3.1/core/ASN_EmbeddedPDV.cc:1828:23: note: Assignment 'tlv_present=false', assigned value is 0
titan.core-6.3.1/core/ASN_EmbeddedPDV.cc:1833:8: note: Condition '!tlv_present' is always true
titan.core-6.3.1/core/ASN_EmbeddedPDV.cc:1838:8: style: Condition '!tlv_present' is always true [knownConditionTrueFalse]
titan.core-6.3.1/core/ASN_EmbeddedPDV.cc:1836:17: note: Assignment 'tlv_present=false', assigned value is 0
titan.core-6.3.1/core/ASN_EmbeddedPDV.cc:1838:8: note: Condition '!tlv_present' is always true
titan.core-6.3.1/core/ASN_EmbeddedPDV.cc:2587:8: style: Condition '!tlv_present' is always true [knownConditionTrueFalse]
titan.core-6.3.1/core/ASN_EmbeddedPDV.cc:2582:23: note: Assignment 'tlv_present=false', assigned value is 0
titan.core-6.3.1/core/ASN_EmbeddedPDV.cc:2587:8: note: Condition '!tlv_present' is always true
titan.core-6.3.1/core/ASN_EmbeddedPDV.cc:2592:8: style: Condition '!tlv_present' is always true [knownConditionTrueFalse]
titan.core-6.3.1/core/ASN_EmbeddedPDV.cc:2590:17: note: Assignment 'tlv_present=false', assigned value is 0
titan.core-6.3.1/core/ASN_EmbeddedPDV.cc:2592:8: note: Condition '!tlv_present' is always true
titan.core-6.3.1/core/ASN_EmbeddedPDV.cc:3460:8: style: Condition '!tlv_present' is always true [knownConditionTrueFalse]
titan.core-6.3.1/core/ASN_EmbeddedPDV.cc:3455:23: note: Assignment 'tlv_present=false', assigned value is 0
titan.core-6.3.1/core/ASN_EmbeddedPDV.cc:3460:8: note: Condition '!tlv_present' is always true
titan.core-6.3.1/core/ASN_EmbeddedPDV.cc:3465:8: style: Condition '!tlv_present' is always true [knownConditionTrueFalse]
titan.core-6.3.1/core/ASN_EmbeddedPDV.cc:3463:17: note: Assignment 'tlv_present=false', assigned value is 0
titan.core-6.3.1/core/ASN_EmbeddedPDV.cc:3465:8: note: Condition '!tlv_present' is always true
titan.core-6.3.1/core/ASN_EmbeddedPDV.hh:110:11: performance: Technically the member function 'EMBEDDED_PDV_identification::BER_decode_isMyMsg' can be static. [functionStatic]
titan.core-6.3.1/core/ASN_EmbeddedPDV.cc:728:38: note: Technically the member function 'EMBEDDED_PDV_identification::BER_decode_isMyMsg' can be static.
titan.core-6.3.1/core/ASN_EmbeddedPDV.hh:110:11: note: Technically the member function 'EMBEDDED_PDV_identification::BER_decode_isMyMsg' can be static.
titan.core-6.3.1/core/ASN_EmbeddedPDV.hh:206:7: performance: Technically the member function 'EMBEDDED_PDV_identification_syntaxes::size_of' can be static. [functionStatic]
titan.core-6.3.1/core/ASN_EmbeddedPDV.cc:1692:43: note: Technically the member function 'EMBEDDED_PDV_identification_syntaxes::size_of' can be static.
titan.core-6.3.1/core/ASN_EmbeddedPDV.hh:206:7: note: Technically the member function 'EMBEDDED_PDV_identification_syntaxes::size_of' can be static.
titan.core-6.3.1/core/ASN_EmbeddedPDV.hh:315:7: performance: Technically the member function 'EMBEDDED_PDV_identification_context__negotiation::size_of' can be static. [functionStatic]
titan.core-6.3.1/core/ASN_EmbeddedPDV.cc:2445:55: note: Technically the member function 'EMBEDDED_PDV_identification_context__negotiation::size_of' can be static.
titan.core-6.3.1/core/ASN_EmbeddedPDV.hh:315:7: note: Technically the member function 'EMBEDDED_PDV_identification_context__negotiation::size_of' can be static.
titan.core-6.3.1/core/ASN_EmbeddedPDV.hh:138:3: style: Class 'EMBEDDED_PDV_identification_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/ASN_EmbeddedPDV.hh:139:3: style: Class 'EMBEDDED_PDV_identification_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/ASN_EmbeddedPDV.hh:140:3: style: Class 'EMBEDDED_PDV_identification_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/ASN_EmbeddedPDV.hh:255:3: style: Class 'EMBEDDED_PDV_identification_syntaxes_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/ASN_EmbeddedPDV.hh:256:3: style: Class 'EMBEDDED_PDV_identification_syntaxes_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/ASN_EmbeddedPDV.hh:257:3: style: Class 'EMBEDDED_PDV_identification_syntaxes_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/ASN_EmbeddedPDV.hh:364:3: style: Class 'EMBEDDED_PDV_identification_context__negotiation_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/ASN_EmbeddedPDV.hh:365:3: style: Class 'EMBEDDED_PDV_identification_context__negotiation_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/ASN_EmbeddedPDV.hh:366:3: style: Class 'EMBEDDED_PDV_identification_context__negotiation_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/ASN_EmbeddedPDV.hh:479:3: style: Class 'EMBEDDED_PDV_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/ASN_EmbeddedPDV.hh:480:3: style: Class 'EMBEDDED_PDV_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/ASN_EmbeddedPDV.hh:481:3: style: Class 'EMBEDDED_PDV_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/ASN_External.cc:590:10: style: Condition '!tlv_present' is always true [knownConditionTrueFalse]
titan.core-6.3.1/core/ASN_External.cc:585:25: note: Assignment 'tlv_present=false', assigned value is 0
titan.core-6.3.1/core/ASN_External.cc:590:10: note: Condition '!tlv_present' is always true
titan.core-6.3.1/core/ASN_External.cc:746:34: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/ASN_External.cc:836:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
titan.core-6.3.1/core/ASN_External.hh:194:7: performance: Technically the member function 'EXTERNAL_identification_syntaxes::size_of' can be static. [functionStatic]
titan.core-6.3.1/core/ASN_External.cc:2120:39: note: Technically the member function 'EXTERNAL_identification_syntaxes::size_of' can be static.
titan.core-6.3.1/core/ASN_External.hh:194:7: note: Technically the member function 'EXTERNAL_identification_syntaxes::size_of' can be static.
titan.core-6.3.1/core/ASN_External.hh:295:7: performance: Technically the member function 'EXTERNAL_identification_context__negotiation::size_of' can be static. [functionStatic]
titan.core-6.3.1/core/ASN_External.cc:2767:51: note: Technically the member function 'EXTERNAL_identification_context__negotiation::size_of' can be static.
titan.core-6.3.1/core/ASN_External.hh:295:7: note: Technically the member function 'EXTERNAL_identification_context__negotiation::size_of' can be static.
titan.core-6.3.1/core/ASN_External.hh:125:3: style: Class 'EXTERNAL_identification_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/ASN_External.hh:126:3: style: Class 'EXTERNAL_identification_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/ASN_External.hh:127:3: style: Class 'EXTERNAL_identification_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/ASN_External.hh:235:3: style: Class 'EXTERNAL_identification_syntaxes_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/ASN_External.hh:236:3: style: Class 'EXTERNAL_identification_syntaxes_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/ASN_External.hh:237:3: style: Class 'EXTERNAL_identification_syntaxes_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/ASN_External.hh:336:3: style: Class 'EXTERNAL_identification_context__negotiation_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/ASN_External.hh:337:3: style: Class 'EXTERNAL_identification_context__negotiation_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/ASN_External.hh:338:3: style: Class 'EXTERNAL_identification_context__negotiation_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/ASN_External.hh:455:3: style: Class 'EXTERNAL_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/ASN_External.hh:456:3: style: Class 'EXTERNAL_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/ASN_External.hh:457:3: style: Class 'EXTERNAL_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/ASN_Null.cc:387:20: warning: Member variable 'ASN_NULL_template::value_list' is not initialized in the constructor. [uninitMemberVar]
titan.core-6.3.1/core/ASN_Null.cc:392:20: warning: Member variable 'ASN_NULL_template::value_list' is not initialized in the constructor. [uninitMemberVar]
titan.core-6.3.1/core/ASN_Null.cc:398:20: warning: Member variable 'ASN_NULL_template::value_list' is not initialized in the constructor. [uninitMemberVar]
titan.core-6.3.1/core/ASN_Null.cc:404:20: warning: Member variable 'ASN_NULL_template::value_list' is not initialized in the constructor. [uninitMemberVar]
titan.core-6.3.1/core/ASN_Null.cc:411:20: warning: Member variable 'ASN_NULL_template::value_list' is not initialized in the constructor. [uninitMemberVar]
titan.core-6.3.1/core/Addfunc.cc:645:24: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/Addfunc.cc:2049:6: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/Addfunc.cc:2679:34: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
titan.core-6.3.1/core/Addfunc.cc:1701:51: style: Function 'check_substr_arguments' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:205:58: note: Function 'check_substr_arguments' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:1701:51: note: Function 'check_substr_arguments' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:1737:46: style: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:207:53: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:1737:46: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:1755:46: style: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:208:53: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:1755:46: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:1762:57: style: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:210:64: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:1762:57: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:1769:57: style: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:212:64: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:1769:57: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:1779:54: style: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:214:61: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:1779:54: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:1791:54: style: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:216:61: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:1791:54: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:1799:65: style: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:218:72: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:1799:65: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:1807:65: style: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:220:72: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:1807:65: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:1817:46: style: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:223:53: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:1817:46: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:1835:46: style: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:224:53: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:1835:46: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:1842:57: style: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:226:64: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:1842:57: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:1849:57: style: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:228:64: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:1849:57: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:1859:54: style: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:230:61: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:1859:54: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:1872:54: style: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:232:61: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:1872:54: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:1880:65: style: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:234:72: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:1880:65: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:1888:65: style: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:236:72: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:1888:65: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:1898:50: style: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:239:57: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:1898:50: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:1907:50: style: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:241:57: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:1907:50: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:1915:61: style: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:243:68: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:1915:61: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:1923:61: style: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:245:68: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:1923:61: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:1933:58: style: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:247:65: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:1933:58: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:1945:58: style: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:249:65: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:1945:58: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:1953:69: style: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:252:20: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:1953:69: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:1961:69: style: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:254:20: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:1961:69: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:1971:48: style: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:256:55: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:1971:48: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:1980:48: style: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:258:55: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:1980:48: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:1988:59: style: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:260:66: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:1988:59: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:1996:59: style: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:262:66: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:1996:59: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2006:56: style: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:264:63: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2006:56: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2015:56: style: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:266:63: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2015:56: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2023:67: style: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:269:20: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2023:67: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2031:67: style: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:271:20: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2031:67: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2041:68: style: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:274:9: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2041:68: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2052:68: style: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:276:9: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2052:68: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2061:18: style: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:278:20: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2061:18: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2069:18: style: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:280:20: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2069:18: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2079:7: style: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:282:9: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2079:7: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2091:7: style: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:284:9: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2091:7: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2099:18: style: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:286:20: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2099:18: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2107:18: style: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:288:20: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2107:18: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2117:55: style: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:291:62: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2117:55: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2123:55: style: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:293:62: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2123:55: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2129:66: style: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:295:73: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2129:66: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2135:66: style: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:297:73: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2135:66: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2142:55: style: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:300:62: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2142:55: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2148:55: style: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:302:62: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2148:55: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2154:66: style: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:304:73: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2154:66: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2160:66: style: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:306:73: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2160:66: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2167:59: style: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:309:66: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2167:59: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2173:59: style: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:311:66: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2173:59: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2180:70: style: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:313:77: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2180:70: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2187:70: style: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:315:77: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2187:70: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2194:57: style: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:318:64: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2194:57: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2200:57: style: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:320:64: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2200:57: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2207:68: style: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:322:75: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2207:68: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2214:68: style: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:324:75: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2214:68: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2221:77: style: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:328:9: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2221:77: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2228:77: style: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:330:9: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2228:77: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2236:18: style: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:332:20: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2236:18: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2243:18: style: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:334:20: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2243:18: note: Function 'substr' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2251:52: style: Function 'check_replace_arguments' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:337:59: note: Function 'check_replace_arguments' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2251:52: note: Function 'check_replace_arguments' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2272:47: style: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:339:54: note: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2272:47: note: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2291:47: style: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:341:54: note: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2291:47: note: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2299:58: style: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:343:65: note: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2299:58: note: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2307:58: style: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:345:65: note: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2307:58: note: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2317:47: style: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:348:54: note: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2317:47: note: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2339:47: style: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:350:54: note: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2339:47: note: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2347:58: style: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:352:65: note: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2347:58: note: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2355:58: style: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:354:65: note: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2355:58: note: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2365:51: style: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:357:58: note: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2365:51: note: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2385:51: style: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:359:58: note: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2385:51: note: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2393:62: style: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:361:69: note: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2393:62: note: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2401:62: style: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:363:69: note: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2401:62: note: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2411:49: style: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:366:56: note: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2411:49: note: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2434:49: style: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:368:56: note: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2434:49: note: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2442:60: style: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:370:67: note: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2442:60: note: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2450:60: style: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:372:67: note: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2450:60: note: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2460:69: style: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:376:6: note: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2460:69: note: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2482:69: style: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:378:6: note: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2482:69: note: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2491:18: style: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:380:17: note: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2491:18: note: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2499:18: style: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:382:17: note: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2499:18: note: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2511:56: style: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:385:63: note: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2511:56: note: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2519:56: style: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:387:63: note: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2519:56: note: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2527:67: style: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:389:74: note: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2527:67: note: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2535:67: style: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:391:74: note: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2535:67: note: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2543:56: style: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:394:63: note: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2543:56: note: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2551:56: style: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:396:63: note: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2551:56: note: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2559:67: style: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:398:74: note: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2559:67: note: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2567:67: style: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:400:74: note: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2567:67: note: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2591:71: style: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:407:78: note: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2591:71: note: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2599:71: style: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:409:78: note: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2599:71: note: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2607:58: style: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:412:65: note: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2607:58: note: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2615:58: style: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:414:65: note: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2615:58: note: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2623:69: style: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:416:76: note: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2623:69: note: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2631:69: style: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:418:76: note: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2631:69: note: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2639:78: style: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:422:6: note: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2639:78: note: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2647:78: style: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:424:6: note: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2647:78: note: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2655:89: style: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:426:17: note: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2655:89: note: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2663:89: style: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:428:17: note: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2663:89: note: Function 'replace' argument 2 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Addfunc.cc:2955:50: style: Function 'get_stringencoding' argument 1 names different: declaration 'encoded__value' definition 'encoded_value'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:482:57: note: Function 'get_stringencoding' argument 1 names different: declaration 'encoded__value' definition 'encoded_value'.
titan.core-6.3.1/core/Addfunc.cc:2955:50: note: Function 'get_stringencoding' argument 1 names different: declaration 'encoded__value' definition 'encoded_value'.
titan.core-6.3.1/core/Addfunc.cc:3018:43: style: Function 'remove_bom' argument 1 names different: declaration 'encoded__value' definition 'encoded_value'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Addfunc.hh:483:50: note: Function 'remove_bom' argument 1 names different: declaration 'encoded__value' definition 'encoded_value'.
titan.core-6.3.1/core/Addfunc.cc:3018:43: note: Function 'remove_bom' argument 1 names different: declaration 'encoded__value' definition 'encoded_value'.
titan.core-6.3.1/core/Float.hh:61:3: style: Class 'FLOAT' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Float.hh:219:3: style: Class 'FLOAT_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Float.hh:220:3: style: Class 'FLOAT_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Float.hh:221:3: style: Class 'FLOAT_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Float.hh:222:3: style: Class 'FLOAT_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Addfunc.cc:779:42: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
titan.core-6.3.1/core/Array.hh:1651:27: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/Array.hh:1676:27: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/Array.hh:2122:14: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/Array.hh:2128:14: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/Array.hh:1372:12: style: The scope of the variable 'ret_val' can be reduced. [variableScope]
titan.core-6.3.1/core/Array.hh:2633:11: style: The scope of the variable 'is_asterisk' can be reduced. [variableScope]
titan.core-6.3.1/core/Array.hh:1607:28: style: Function 'set_selection' argument 1 names different: declaration 'new_selection' definition 'other_value'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Array.hh:1448:35: note: Function 'set_selection' argument 1 names different: declaration 'new_selection' definition 'other_value'.
titan.core-6.3.1/core/Array.hh:1607:28: note: Function 'set_selection' argument 1 names different: declaration 'new_selection' definition 'other_value'.
titan.core-6.3.1/core/Array.hh:66:3: warning: Member variable 'TIMER_ARRAY::names' is not initialized in the constructor. [uninitMemberVar]
titan.core-6.3.1/core/Array.hh:175:3: warning: Member variable 'PORT_ARRAY::names' is not initialized in the constructor. [uninitMemberVar]
titan.core-6.3.1/core/Component.hh:112:18: performance: Technically the member function 'COMPONENT::is_component' can be static. [functionStatic]
titan.core-6.3.1/core/Component.hh:188:18: performance: Technically the member function 'COMPONENT_template::is_component' can be static. [functionStatic]
titan.core-6.3.1/core/Array.hh:79:7: performance: Technically the member function 'TIMER_ARRAY::n_elem' can be static. [functionStatic]
titan.core-6.3.1/core/Array.hh:80:7: performance: Technically the member function 'TIMER_ARRAY::size_of' can be static. [functionStatic]
titan.core-6.3.1/core/Array.hh:81:7: performance: Technically the member function 'TIMER_ARRAY::lengthof' can be static. [functionStatic]
titan.core-6.3.1/core/Array.hh:188:7: performance: Technically the member function 'PORT_ARRAY::n_elem' can be static. [functionStatic]
titan.core-6.3.1/core/Array.hh:189:7: performance: Technically the member function 'PORT_ARRAY::size_of' can be static. [functionStatic]
titan.core-6.3.1/core/Array.hh:190:7: performance: Technically the member function 'PORT_ARRAY::lengthof' can be static. [functionStatic]
titan.core-6.3.1/core/Array.hh:937:14: performance: Technically the member function 'VALUE_ARRAY::n_elem' can be static. [functionStatic]
titan.core-6.3.1/core/Array.hh:938:14: performance: Technically the member function 'VALUE_ARRAY::size_of' can be static. [functionStatic]
titan.core-6.3.1/core/Component.hh:47:3: style: Class 'COMPONENT' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Component.hh:143:3: style: Class 'COMPONENT_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Component.hh:144:3: style: Class 'COMPONENT_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Component.hh:145:3: style: Class 'COMPONENT_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Component.hh:146:3: style: Class 'COMPONENT_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Array.hh:1459:3: style: Class 'TEMPLATE_ARRAY' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Array.hh:1466:3: style: Class 'TEMPLATE_ARRAY' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Array.hh:1467:3: style: Class 'TEMPLATE_ARRAY' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Array.hh:1474:3: style: Class 'TEMPLATE_ARRAY' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/BER.cc:174:28: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/BER.cc:201:28: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/BER.cc:222:28: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/BER.cc:282:26: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/BER.cc:434:17: style: The scope of the variable 'pos1' can be reduced. [variableScope]
titan.core-6.3.1/core/BER.cc:434:23: style: The scope of the variable 'pos2' can be reduced. [variableScope]
titan.core-6.3.1/core/BER.cc:437:17: style: The scope of the variable 'c1' can be reduced. [variableScope]
titan.core-6.3.1/core/BER.cc:437:21: style: The scope of the variable 'c2' can be reduced. [variableScope]
titan.core-6.3.1/core/BER.cc:401:45: style: Function 'get_pos' argument 1 names different: declaration 'pos' definition 'p_pos'. [funcArgNamesDifferent]
titan.core-6.3.1/core/BER.hh:215:32: note: Function 'get_pos' argument 1 names different: declaration 'pos' definition 'p_pos'.
titan.core-6.3.1/core/BER.cc:401:45: note: Function 'get_pos' argument 1 names different: declaration 'pos' definition 'p_pos'.
titan.core-6.3.1/core/Basetype.cc:1104:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
titan.core-6.3.1/core/Basetype.hh:149:32: performance: Technically the member function 'Base_Type::ispresent' can be static. [functionStatic]
titan.core-6.3.1/core/Basetype.cc:45:20: note: Technically the member function 'Base_Type::ispresent' can be static.
titan.core-6.3.1/core/Basetype.hh:149:32: note: Technically the member function 'Base_Type::ispresent' can be static.
titan.core-6.3.1/core/Basetype.hh:151:29: performance: Technically the member function 'Base_Type::log' can be static. [functionStatic]
titan.core-6.3.1/core/Basetype.cc:51:17: note: Technically the member function 'Base_Type::log' can be static.
titan.core-6.3.1/core/Basetype.hh:151:29: note: Technically the member function 'Base_Type::log' can be static.
titan.core-6.3.1/core/Basetype.hh:415:32: performance: Technically the member function 'Base_Type::BER_decode_TLV' can be static. [functionStatic]
titan.core-6.3.1/core/Basetype.cc:961:20: note: Technically the member function 'Base_Type::BER_decode_TLV' can be static.
titan.core-6.3.1/core/Basetype.hh:415:32: note: Technically the member function 'Base_Type::BER_decode_TLV' can be static.
titan.core-6.3.1/core/Basetype.hh:426:28: performance: Technically the member function 'Base_Type::RAW_encode' can be static. [functionStatic]
titan.core-6.3.1/core/Basetype.cc:974:16: note: Technically the member function 'Base_Type::RAW_encode' can be static.
titan.core-6.3.1/core/Basetype.hh:426:28: note: Technically the member function 'Base_Type::RAW_encode' can be static.
titan.core-6.3.1/core/Basetype.hh:447:28: performance: Technically the member function 'Base_Type::RAW_decode' can be static. [functionStatic]
titan.core-6.3.1/core/Basetype.cc:998:16: note: Technically the member function 'Base_Type::RAW_decode' can be static.
titan.core-6.3.1/core/Basetype.hh:447:28: note: Technically the member function 'Base_Type::RAW_decode' can be static.
titan.core-6.3.1/core/Basetype.hh:458:28: performance: Technically the member function 'Base_Type::TEXT_encode' can be static. [functionStatic]
titan.core-6.3.1/core/Basetype.cc:982:16: note: Technically the member function 'Base_Type::TEXT_encode' can be static.
titan.core-6.3.1/core/Basetype.hh:458:28: note: Technically the member function 'Base_Type::TEXT_encode' can be static.
titan.core-6.3.1/core/Basetype.hh:475:28: performance: Technically the member function 'Base_Type::TEXT_decode' can be static. [functionStatic]
titan.core-6.3.1/core/Basetype.cc:990:16: note: Technically the member function 'Base_Type::TEXT_decode' can be static.
titan.core-6.3.1/core/Basetype.hh:475:28: note: Technically the member function 'Base_Type::TEXT_decode' can be static.
titan.core-6.3.1/core/Basetype.hh:488:28: performance: Technically the member function 'Base_Type::XER_encode' can be static. [functionStatic]
titan.core-6.3.1/core/Basetype.cc:1007:16: note: Technically the member function 'Base_Type::XER_encode' can be static.
titan.core-6.3.1/core/Basetype.hh:488:28: note: Technically the member function 'Base_Type::XER_encode' can be static.
titan.core-6.3.1/core/Basetype.hh:528:28: performance: Technically the member function 'Base_Type::XER_decode' can be static. [functionStatic]
titan.core-6.3.1/core/Basetype.cc:1015:16: note: Technically the member function 'Base_Type::XER_decode' can be static.
titan.core-6.3.1/core/Basetype.hh:528:28: note: Technically the member function 'Base_Type::XER_decode' can be static.
titan.core-6.3.1/core/Basetype.hh:594:29: performance: Technically the member function 'Base_Type::end_xml' can be static. [functionStatic]
titan.core-6.3.1/core/Basetype.cc:354:17: note: Technically the member function 'Base_Type::end_xml' can be static.
titan.core-6.3.1/core/Basetype.hh:594:29: note: Technically the member function 'Base_Type::end_xml' can be static.
titan.core-6.3.1/core/Basetype.hh:600:28: performance: Technically the member function 'Base_Type::JSON_encode' can be static. [functionStatic]
titan.core-6.3.1/core/Basetype.cc:1022:16: note: Technically the member function 'Base_Type::JSON_encode' can be static.
titan.core-6.3.1/core/Basetype.hh:600:28: note: Technically the member function 'Base_Type::JSON_encode' can be static.
titan.core-6.3.1/core/Basetype.hh:616:28: performance: Technically the member function 'Base_Type::JSON_decode' can be static. [functionStatic]
titan.core-6.3.1/core/Basetype.cc:1029:16: note: Technically the member function 'Base_Type::JSON_decode' can be static.
titan.core-6.3.1/core/Basetype.hh:616:28: note: Technically the member function 'Base_Type::JSON_decode' can be static.
titan.core-6.3.1/core/Basetype.hh:621:28: performance: Technically the member function 'Base_Type::OER_encode' can be static. [functionStatic]
titan.core-6.3.1/core/Basetype.cc:1036:16: note: Technically the member function 'Base_Type::OER_encode' can be static.
titan.core-6.3.1/core/Basetype.hh:621:28: note: Technically the member function 'Base_Type::OER_encode' can be static.
titan.core-6.3.1/core/Basetype.hh:625:28: performance: Technically the member function 'Base_Type::OER_decode' can be static. [functionStatic]
titan.core-6.3.1/core/Basetype.cc:1043:16: note: Technically the member function 'Base_Type::OER_decode' can be static.
titan.core-6.3.1/core/Basetype.hh:625:28: note: Technically the member function 'Base_Type::OER_decode' can be static.
titan.core-6.3.1/core/Bitstring.cc:59:15: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/Bitstring.cc:510:33: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/Bitstring.cc:937:12: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/Bitstring.cc:1715:19: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/Bitstring.cc:2430:21: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/Bitstring.cc:107:26: style: Function 'BITSTRING' argument 1 names different: declaration 'init_n_bits' definition 'n_bits'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Bitstring.hh:87:17: note: Function 'BITSTRING' argument 1 names different: declaration 'init_n_bits' definition 'n_bits'.
titan.core-6.3.1/core/Bitstring.cc:107:26: note: Function 'BITSTRING' argument 1 names different: declaration 'init_n_bits' definition 'n_bits'.
titan.core-6.3.1/core/Bitstring.cc:107:55: style: Function 'BITSTRING' argument 2 names different: declaration 'init_bits' definition 'bits_ptr'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Bitstring.hh:87:51: note: Function 'BITSTRING' argument 2 names different: declaration 'init_bits' definition 'bits_ptr'.
titan.core-6.3.1/core/Bitstring.cc:107:55: note: Function 'BITSTRING' argument 2 names different: declaration 'init_bits' definition 'bits_ptr'.
titan.core-6.3.1/core/Bitstring.hh:137:21: style: Technically the member function 'BITSTRING::operator[]' can be const. [functionConst]
titan.core-6.3.1/core/Bitstring.cc:525:30: note: Technically the member function 'BITSTRING::operator[]' can be const.
titan.core-6.3.1/core/Bitstring.hh:137:21: note: Technically the member function 'BITSTRING::operator[]' can be const.
titan.core-6.3.1/core/Bitstring.hh:345:21: style: Technically the member function 'BITSTRING_template::operator[]' can be const. [functionConst]
titan.core-6.3.1/core/Bitstring.cc:2033:39: note: Technically the member function 'BITSTRING_template::operator[]' can be const.
titan.core-6.3.1/core/Bitstring.hh:345:21: note: Technically the member function 'BITSTRING_template::operator[]' can be const.
titan.core-6.3.1/core/Bitstring.hh:346:21: style: Technically the member function 'BITSTRING_template::operator[]' can be const. [functionConst]
titan.core-6.3.1/core/Bitstring.cc:2041:39: note: Technically the member function 'BITSTRING_template::operator[]' can be const.
titan.core-6.3.1/core/Bitstring.hh:346:21: note: Technically the member function 'BITSTRING_template::operator[]' can be const.
titan.core-6.3.1/core/Bitstring.hh:83:3: style: Class 'BITSTRING' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Bitstring.hh:222:1: warning: The class 'BITSTRING_ELEMENT' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
titan.core-6.3.1/core/Bitstring.cc:945:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
titan.core-6.3.1/core/Bitstring.cc:951:41: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
titan.core-6.3.1/core/Boolean.cc:45:10: warning: Member variable 'BOOLEAN::boolean_value' is not initialized in the constructor. [uninitMemberVar]
titan.core-6.3.1/core/Boolean.hh:48:3: style: Class 'BOOLEAN' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Boolean.hh:169:3: style: Class 'BOOLEAN_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Boolean.hh:170:3: style: Class 'BOOLEAN_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Boolean.hh:171:3: style: Class 'BOOLEAN_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Boolean.hh:172:3: style: Class 'BOOLEAN_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Charstring.cc:1430:91: style: Condition 'XML_READER_TYPE_ATTRIBUTE' is always true [knownConditionTrueFalse]
titan.core-6.3.1/core/Charstring.cc:133:30: warning: Either the condition 'chars_ptr!=NULL' is redundant or there is possible null pointer dereference: chars_ptr. [nullPointerRedundantCheck]
titan.core-6.3.1/core/Charstring.cc:130:17: note: Assuming that condition 'chars_ptr!=NULL' is not redundant
titan.core-6.3.1/core/Charstring.cc:133:30: note: Null pointer dereference
titan.core-6.3.1/core/Charstring.cc:182:32: warning: Either the condition 'other_value!=NULL' is redundant or there is possible null pointer dereference: other_value. [nullPointerRedundantCheck]
titan.core-6.3.1/core/Charstring.cc:179:21: note: Assuming that condition 'other_value!=NULL' is not redundant
titan.core-6.3.1/core/Charstring.cc:182:32: note: Null pointer dereference
titan.core-6.3.1/core/Charstring.cc:77:15: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/Charstring.cc:413:15: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/Charstring.cc:439:14: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/Charstring.cc:444:14: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/Charstring.cc:476:17: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/Charstring.cc:499:15: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/Charstring.cc:569:12: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/Charstring.cc:989:17: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/Charstring.cc:2644:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
titan.core-6.3.1/core/Charstring.cc:1893:41: warning: Member variable 'CHARSTRING_ELEMENT::char_pos' is not assigned a value in 'CHARSTRING_ELEMENT::operator='. [operatorEqVarError]
titan.core-6.3.1/core/Charstring.hh:186:22: style: Technically the member function 'CHARSTRING::operator[]' can be const. [functionConst]
titan.core-6.3.1/core/Charstring.cc:584:32: note: Technically the member function 'CHARSTRING::operator[]' can be const.
titan.core-6.3.1/core/Charstring.hh:186:22: note: Technically the member function 'CHARSTRING::operator[]' can be const.
titan.core-6.3.1/core/Charstring.hh:491:22: style: Technically the member function 'CHARSTRING_template::operator[]' can be const. [functionConst]
titan.core-6.3.1/core/Charstring.cc:2533:41: note: Technically the member function 'CHARSTRING_template::operator[]' can be const.
titan.core-6.3.1/core/Charstring.hh:491:22: note: Technically the member function 'CHARSTRING_template::operator[]' can be const.
titan.core-6.3.1/core/Charstring.hh:492:22: style: Technically the member function 'CHARSTRING_template::operator[]' can be const. [functionConst]
titan.core-6.3.1/core/Charstring.cc:2541:41: note: Technically the member function 'CHARSTRING_template::operator[]' can be const.
titan.core-6.3.1/core/Charstring.hh:492:22: note: Technically the member function 'CHARSTRING_template::operator[]' can be const.
titan.core-6.3.1/core/Charstring.hh:109:3: style: Class 'CHARSTRING' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Charstring.hh:296:1: warning: The class 'CHARSTRING_ELEMENT' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
titan.core-6.3.1/core/Component.cc:306:9: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/Component.cc:314:7: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/Verdicttype.hh:48:3: style: Class 'VERDICTTYPE' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Verdicttype.hh:147:3: style: Class 'VERDICTTYPE_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Verdicttype.hh:148:3: style: Class 'VERDICTTYPE_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Verdicttype.hh:149:3: style: Class 'VERDICTTYPE_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Verdicttype.hh:150:3: style: Class 'VERDICTTYPE_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Debugger.cc:1175:7: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/Debugger.cc:1187:7: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/Debugger.cc:1190:7: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/Debugger.cc:1199:7: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/Debugger.cc:1205:7: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/Debugger.cc:1217:7: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/Debugger.cc:1223:7: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/Debugger.cc:1285:6: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/Debugger.cc:1297:6: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/Debugger.cc:1300:6: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/Debugger.cc:1309:6: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/Debugger.cc:1315:6: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/Debugger.cc:1327:6: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/Debugger.cc:1333:6: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/Debugger.cc:1934:3: style: Class 'TTCN3_Debug_Function' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
titan.core-6.3.1/core/Debugger.cc:1934:3: style: Class 'TTCN3_Debug_Function' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
titan.core-6.3.1/core/Default.cc:274:20: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/Default.cc:339:20: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/Default.hh:102:8: performance: Technically the member function 'DEFAULT::encode_text' can be static. [functionStatic]
titan.core-6.3.1/core/Default.cc:176:15: note: Technically the member function 'DEFAULT::encode_text' can be static.
titan.core-6.3.1/core/Default.hh:102:8: note: Technically the member function 'DEFAULT::encode_text' can be static.
titan.core-6.3.1/core/Default.hh:103:8: performance: Technically the member function 'DEFAULT::decode_text' can be static. [functionStatic]
titan.core-6.3.1/core/Default.cc:181:15: note: Technically the member function 'DEFAULT::decode_text' can be static.
titan.core-6.3.1/core/Default.hh:103:8: note: Technically the member function 'DEFAULT::decode_text' can be static.
titan.core-6.3.1/core/Default.hh:160:8: performance: Technically the member function 'DEFAULT_template::encode_text' can be static. [functionStatic]
titan.core-6.3.1/core/Default.cc:548:24: note: Technically the member function 'DEFAULT_template::encode_text' can be static.
titan.core-6.3.1/core/Default.hh:160:8: note: Technically the member function 'DEFAULT_template::encode_text' can be static.
titan.core-6.3.1/core/Default.hh:161:8: performance: Technically the member function 'DEFAULT_template::decode_text' can be static. [functionStatic]
titan.core-6.3.1/core/Default.cc:554:24: note: Technically the member function 'DEFAULT_template::decode_text' can be static.
titan.core-6.3.1/core/Default.hh:161:8: note: Technically the member function 'DEFAULT_template::decode_text' can be static.
titan.core-6.3.1/core/Default.hh:64:3: style: Class 'DEFAULT' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Default.hh:65:3: style: Class 'DEFAULT' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Default.hh:130:3: style: Class 'DEFAULT_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Default.hh:131:3: style: Class 'DEFAULT_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Default.hh:132:3: style: Class 'DEFAULT_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Default.hh:133:3: style: Class 'DEFAULT_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Default.hh:134:3: style: Class 'DEFAULT_template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Encdec.cc:344:15: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/Encdec.cc:361:17: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/Encdec.cc:369:17: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/Encdec.cc:376:15: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/Encdec.cc:405:13: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/Encdec.cc:416:13: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/Encdec.cc:441:13: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/Encdec.cc:454:13: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/Encdec.cc:539:17: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/Encdec.cc:558:17: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/Encdec.cc:590:12: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/Encdec.cc:611:12: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/Encdec.cc:644:12: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/Encdec.cc:651:14: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/Encdec.cc:678:14: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/Encdec.cc:1294:17: style: Checking if unsigned variable 'ext_level' is less than zero. This might be a false warning. [unsignedLessThanZero]
titan.core-6.3.1/core/Encdec.cc:483:34: style: Function 'set_pos' argument 1 names different: declaration 'pos' definition 'new_pos'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Encdec.hh:334:23: note: Function 'set_pos' argument 1 names different: declaration 'pos' definition 'new_pos'.
titan.core-6.3.1/core/Encdec.cc:483:34: note: Function 'set_pos' argument 1 names different: declaration 'pos' definition 'new_pos'.
titan.core-6.3.1/core/Encdec.cc:1340:60: style: Function 'get_byte_rev' argument 3 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Encdec.hh:431:37: note: Function 'get_byte_rev' argument 3 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Encdec.cc:1340:60: note: Function 'get_byte_rev' argument 3 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Encdec.cc:1356:50: style: Function 'get_byte_align' argument 4 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Encdec.hh:433:62: note: Function 'get_byte_align' argument 4 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Encdec.cc:1356:50: note: Function 'get_byte_align' argument 4 names different: declaration 'index' definition 'idx'.
titan.core-6.3.1/core/Encdec.hh:417:10: style: Technically the member function 'TTCN_Buffer::unread_len_bit' can be const. [functionConst]
titan.core-6.3.1/core/Encdec.cc:1279:21: note: Technically the member function 'TTCN_Buffer::unread_len_bit' can be const.
titan.core-6.3.1/core/Encdec.hh:417:10: note: Technically the member function 'TTCN_Buffer::unread_len_bit' can be const.
titan.core-6.3.1/core/Encdec.hh:426:8: style: Technically the member function 'TTCN_Buffer::set_last_bit' can be const. [functionConst]
titan.core-6.3.1/core/Encdec.cc:1331:19: note: Technically the member function 'TTCN_Buffer::set_last_bit' can be const.
titan.core-6.3.1/core/Encdec.hh:426:8: note: Technically the member function 'TTCN_Buffer::set_last_bit' can be const.
titan.core-6.3.1/core/Float.cc:703:10: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
titan.core-6.3.1/core/Float.cc:724:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
titan.core-6.3.1/core/Float.cc:796:25: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
titan.core-6.3.1/core/Float.cc:817:59: style: Same value in both branches of ternary operator. [duplicateValueTernary]
titan.core-6.3.1/core/Float.cc:86:3: performance: Variable 'float_value' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
titan.core-6.3.1/core/Float.hh:56:11: performance: Technically the member function 'FLOAT::is_float' can be static. [functionStatic]
titan.core-6.3.1/core/Float.cc:902:16: note: Technically the member function 'FLOAT::is_float' can be static.
titan.core-6.3.1/core/Float.hh:56:11: note: Technically the member function 'FLOAT::is_float' can be static.
titan.core-6.3.1/core/Hexstring.cc:62:15: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/Hexstring.cc:524:13: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/Hexstring.cc:1527:7: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/Hexstring.cc:2251:9: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/Hexstring.cc:1427:17: style: The scope of the variable 'pattern_element' can be reduced. [variableScope]
titan.core-6.3.1/core/Hexstring.hh:110:21: style: Technically the member function 'HEXSTRING::operator[]' can be const. [functionConst]
titan.core-6.3.1/core/Hexstring.cc:540:30: note: Technically the member function 'HEXSTRING::operator[]' can be const.
titan.core-6.3.1/core/Hexstring.hh:110:21: note: Technically the member function 'HEXSTRING::operator[]' can be const.
titan.core-6.3.1/core/Hexstring.hh:291:21: style: Technically the member function 'HEXSTRING_template::operator[]' can be const. [functionConst]
titan.core-6.3.1/core/Hexstring.cc:1849:39: note: Technically the member function 'HEXSTRING_template::operator[]' can be const.
titan.core-6.3.1/core/Hexstring.hh:291:21: note: Technically the member function 'HEXSTRING_template::operator[]' can be const.
titan.core-6.3.1/core/Hexstring.hh:292:21: style: Technically the member function 'HEXSTRING_template::operator[]' can be const. [functionConst]
titan.core-6.3.1/core/Hexstring.cc:1857:39: note: Technically the member function 'HEXSTRING_template::operator[]' can be const.
titan.core-6.3.1/core/Hexstring.hh:292:21: note: Technically the member function 'HEXSTRING_template::operator[]' can be const.
titan.core-6.3.1/core/Hexstring.hh:65:3: style: Class 'HEXSTRING' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Hexstring.hh:167:1: warning: The class 'HEXSTRING_ELEMENT' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
titan.core-6.3.1/core/Integer.cc:418:5: style: Variable 'other_value_int' is reassigned a value before the old one has been used. [redundantAssignment]
titan.core-6.3.1/core/Integer.cc:416:0: note: Variable 'other_value_int' is reassigned a value before the old one has been used.
titan.core-6.3.1/core/Integer.cc:418:5: note: Variable 'other_value_int' is reassigned a value before the old one has been used.
titan.core-6.3.1/core/Integer.cc:460:5: style: Variable 'other_value_int' is reassigned a value before the old one has been used. [redundantAssignment]
titan.core-6.3.1/core/Integer.cc:458:0: note: Variable 'other_value_int' is reassigned a value before the old one has been used.
titan.core-6.3.1/core/Integer.cc:460:5: note: Variable 'other_value_int' is reassigned a value before the old one has been used.
titan.core-6.3.1/core/Integer.cc:1135:27: style: Opposite expression on both sides of '=='. [oppositeExpression]
titan.core-6.3.1/core/Integer.cc:1135:27: note: Opposite expression on both sides of '=='.
titan.core-6.3.1/core/Integer.cc:1135:27: note: Opposite expression on both sides of '=='.
titan.core-6.3.1/core/Integer.cc:1654:44: style: The scope of the variable 'type' can be reduced. [variableScope]
titan.core-6.3.1/core/JSON.cc:1100:52: style: Function 'json2bson_coding' argument 6 names different: declaration 'f_name' definition 'obj_name'. [funcArgNamesDifferent]
titan.core-6.3.1/core/JSON.hh:151:123: note: Function 'json2bson_coding' argument 6 names different: declaration 'f_name' definition 'obj_name'.
titan.core-6.3.1/core/JSON.cc:1100:52: note: Function 'json2bson_coding' argument 6 names different: declaration 'f_name' definition 'obj_name'.
titan.core-6.3.1/core/JSON.cc:391:50: warning: Suspicious code: sign conversion of -1 in calculation because '-1' has a negative value [signConversion]
titan.core-6.3.1/core/JSON.cc:399:50: warning: Suspicious code: sign conversion of -1 in calculation because '-1' has a negative value [signConversion]
titan.core-6.3.1/core/JSON.cc:408:40: warning: Suspicious code: sign conversion of -1 in calculation because '-1' has a negative value [signConversion]
titan.core-6.3.1/core/JSON.cc:515:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
titan.core-6.3.1/core/Logger.cc:259:50: style: Function 'set_logmatch_buffer_len' argument 1 names different: declaration 'new_size' definition 'new_len'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Logger.hh:214:46: note: Function 'set_logmatch_buffer_len' argument 1 names different: declaration 'new_size' definition 'new_len'.
titan.core-6.3.1/core/Logger.cc:259:50: note: Function 'set_logmatch_buffer_len' argument 1 names different: declaration 'new_size' definition 'new_len'.
titan.core-6.3.1/core/Logger.cc:1167:41: style: Function 'log_timer_read' argument 2 names different: declaration 'start_val' definition 'timeout_val'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Logger.hh:637:61: note: Function 'log_timer_read' argument 2 names different: declaration 'start_val' definition 'timeout_val'.
titan.core-6.3.1/core/Logger.cc:1167:41: note: Function 'log_timer_read' argument 2 names different: declaration 'start_val' definition 'timeout_val'.
titan.core-6.3.1/core/Logger.cc:1417:34: style: Function 'log_dualport_discard' argument 4 names different: declaration 'unhaldled' definition 'unhandled'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Logger.hh:739:36: note: Function 'log_dualport_discard' argument 4 names different: declaration 'unhaldled' definition 'unhandled'.
titan.core-6.3.1/core/Logger.cc:1417:34: note: Function 'log_dualport_discard' argument 4 names different: declaration 'unhaldled' definition 'unhandled'.
titan.core-6.3.1/core/Logger.cc:1588:52: style: Function 'component_string' argument 1 names different: declaration 'comp' definition 'comp_id'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Logger.cc:72:52: note: Function 'component_string' argument 1 names different: declaration 'comp' definition 'comp_id'.
titan.core-6.3.1/core/Logger.cc:1588:52: note: Function 'component_string' argument 1 names different: declaration 'comp' definition 'comp_id'.
titan.core-6.3.1/core/Event_Handler.hh:78:11: style: Technically the member function 'Fd_And_Timeout_Event_Handler::getIsOldApi' can be const. [functionConst]
titan.core-6.3.1/core/Timer.hh:52:3: style: Class 'TIMER' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Port.hh:118:3: style: Class 'PORT' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Event_Handler.hh:46:16: style: The function 'Handle_Fd_Event' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Event_Handler.hh:27:16: note: Virtual function in base class
titan.core-6.3.1/core/Event_Handler.hh:46:16: note: Function in derived class
titan.core-6.3.1/core/Event_Handler.hh:65:16: style: The function 'log' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Event_Handler.hh:33:16: note: Virtual function in base class
titan.core-6.3.1/core/Event_Handler.hh:65:16: note: Function in derived class
titan.core-6.3.1/core/Port.hh:124:16: style: The function 'log' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Event_Handler.hh:65:16: note: Virtual function in base class
titan.core-6.3.1/core/Port.hh:124:16: note: Function in derived class
titan.core-6.3.1/core/Port.hh:232:16: style: The function 'Handle_Fd_Event' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Event_Handler.hh:46:16: note: Virtual function in base class
titan.core-6.3.1/core/Port.hh:232:16: note: Function in derived class
titan.core-6.3.1/core/Port.hh:239:16: style: The function 'Handle_Timeout' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Event_Handler.hh:48:16: note: Virtual function in base class
titan.core-6.3.1/core/Port.hh:239:16: note: Function in derived class
titan.core-6.3.1/core/Port.hh:261:16: style: The function 'Event_Handler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Event_Handler.hh:54:16: note: Virtual function in base class
titan.core-6.3.1/core/Port.hh:261:16: note: Function in derived class
titan.core-6.3.1/core/LoggerPluginManager.cc:678:86: style: Checking if unsigned variable 'TTCN_Logger::get_emergency_logging()' is less than zero. This might be a false warning. [unsignedLessThanZero]
titan.core-6.3.1/core/LoggerPluginManager.cc:689:110: style: Checking if unsigned variable 'TTCN_Logger::get_emergency_logging()' is less than zero. This might be a false warning. [unsignedLessThanZero]
titan.core-6.3.1/core/LoggerPluginManager.cc:702:103: style: Checking if unsigned variable 'TTCN_Logger::get_emergency_logging()' is less than zero. This might be a false warning. [unsignedLessThanZero]
titan.core-6.3.1/core/LoggerPluginManager.cc:716:104: style: Checking if unsigned variable 'TTCN_Logger::get_emergency_logging()' is less than zero. This might be a false warning. [unsignedLessThanZero]
titan.core-6.3.1/core/LoggerPluginManager.cc:729:104: style: Checking if unsigned variable 'TTCN_Logger::get_emergency_logging()' is less than zero. This might be a false warning. [unsignedLessThanZero]
titan.core-6.3.1/core/LoggerPluginManager.cc:742:103: style: Checking if unsigned variable 'TTCN_Logger::get_emergency_logging()' is less than zero. This might be a false warning. [unsignedLessThanZero]
titan.core-6.3.1/core/LoggerPluginManager.cc:756:106: style: Checking if unsigned variable 'TTCN_Logger::get_emergency_logging()' is less than zero. This might be a false warning. [unsignedLessThanZero]
titan.core-6.3.1/core/LoggerPluginManager.cc:769:106: style: Checking if unsigned variable 'TTCN_Logger::get_emergency_logging()' is less than zero. This might be a false warning. [unsignedLessThanZero]
titan.core-6.3.1/core/LoggerPluginManager.cc:781:110: style: Checking if unsigned variable 'TTCN_Logger::get_emergency_logging()' is less than zero. This might be a false warning. [unsignedLessThanZero]
titan.core-6.3.1/core/LoggerPluginManager.cc:792:105: style: Checking if unsigned variable 'TTCN_Logger::get_emergency_logging()' is less than zero. This might be a false warning. [unsignedLessThanZero]
titan.core-6.3.1/core/LoggerPluginManager.cc:807:106: style: Checking if unsigned variable 'TTCN_Logger::get_emergency_logging()' is less than zero. This might be a false warning. [unsignedLessThanZero]
titan.core-6.3.1/core/LoggerPluginManager.cc:824:113: style: Checking if unsigned variable 'TTCN_Logger::get_emergency_logging()' is less than zero. This might be a false warning. [unsignedLessThanZero]
titan.core-6.3.1/core/LoggerPluginManager.cc:837:113: style: Checking if unsigned variable 'TTCN_Logger::get_emergency_logging()' is less than zero. This might be a false warning. [unsignedLessThanZero]
titan.core-6.3.1/core/LoggerPluginManager.cc:849:111: style: Checking if unsigned variable 'TTCN_Logger::get_emergency_logging()' is less than zero. This might be a false warning. [unsignedLessThanZero]
titan.core-6.3.1/core/LoggerPluginManager.cc:866:111: style: Checking if unsigned variable 'TTCN_Logger::get_emergency_logging()' is less than zero. This might be a false warning. [unsignedLessThanZero]
titan.core-6.3.1/core/LoggerPluginManager.cc:879:106: style: Checking if unsigned variable 'TTCN_Logger::get_emergency_logging()' is less than zero. This might be a false warning. [unsignedLessThanZero]
titan.core-6.3.1/core/LoggerPluginManager.cc:908:109: style: Checking if unsigned variable 'TTCN_Logger::get_emergency_logging()' is less than zero. This might be a false warning. [unsignedLessThanZero]
titan.core-6.3.1/core/LoggerPluginManager.cc:929:109: style: Checking if unsigned variable 'TTCN_Logger::get_emergency_logging()' is less than zero. This might be a false warning. [unsignedLessThanZero]
titan.core-6.3.1/core/LoggerPluginManager.cc:943:111: style: Checking if unsigned variable 'TTCN_Logger::get_emergency_logging()' is less than zero. This might be a false warning. [unsignedLessThanZero]
titan.core-6.3.1/core/LoggerPluginManager.cc:957:105: style: Checking if unsigned variable 'TTCN_Logger::get_emergency_logging()' is less than zero. This might be a false warning. [unsignedLessThanZero]
titan.core-6.3.1/core/LoggerPluginManager.cc:971:107: style: Checking if unsigned variable 'TTCN_Logger::get_emergency_logging()' is less than zero. This might be a false warning. [unsignedLessThanZero]
titan.core-6.3.1/core/LoggerPluginManager.cc:987:107: style: Checking if unsigned variable 'TTCN_Logger::get_emergency_logging()' is less than zero. This might be a false warning. [unsignedLessThanZero]
titan.core-6.3.1/core/LoggerPluginManager.cc:1003:107: style: Checking if unsigned variable 'TTCN_Logger::get_emergency_logging()' is less than zero. This might be a false warning. [unsignedLessThanZero]
titan.core-6.3.1/core/LoggerPluginManager.cc:1019:107: style: Checking if unsigned variable 'TTCN_Logger::get_emergency_logging()' is less than zero. This might be a false warning. [unsignedLessThanZero]
titan.core-6.3.1/core/LoggerPluginManager.cc:1035:107: style: Checking if unsigned variable 'TTCN_Logger::get_emergency_logging()' is less than zero. This might be a false warning. [unsignedLessThanZero]
titan.core-6.3.1/core/LoggerPluginManager.cc:1051:107: style: Checking if unsigned variable 'TTCN_Logger::get_emergency_logging()' is less than zero. This might be a false warning. [unsignedLessThanZero]
titan.core-6.3.1/core/LoggerPluginManager.cc:1069:107: style: Checking if unsigned variable 'TTCN_Logger::get_emergency_logging()' is less than zero. This might be a false warning. [unsignedLessThanZero]
titan.core-6.3.1/core/LoggerPluginManager.cc:1085:110: style: Checking if unsigned variable 'TTCN_Logger::get_emergency_logging()' is less than zero. This might be a false warning. [unsignedLessThanZero]
titan.core-6.3.1/core/LoggerPluginManager.cc:1099:109: style: Checking if unsigned variable 'TTCN_Logger::get_emergency_logging()' is less than zero. This might be a false warning. [unsignedLessThanZero]
titan.core-6.3.1/core/LoggerPluginManager.cc:1113:111: style: Checking if unsigned variable 'TTCN_Logger::get_emergency_logging()' is less than zero. This might be a false warning. [unsignedLessThanZero]
titan.core-6.3.1/core/LoggerPluginManager.cc:1130:110: style: Checking if unsigned variable 'TTCN_Logger::get_emergency_logging()' is less than zero. This might be a false warning. [unsignedLessThanZero]
titan.core-6.3.1/core/LoggerPluginManager.cc:1146:104: style: Checking if unsigned variable 'TTCN_Logger::get_emergency_logging()' is less than zero. This might be a false warning. [unsignedLessThanZero]
titan.core-6.3.1/core/LoggerPluginManager.cc:1162:107: style: Checking if unsigned variable 'TTCN_Logger::get_emergency_logging()' is less than zero. This might be a false warning. [unsignedLessThanZero]
titan.core-6.3.1/core/LoggerPluginManager.cc:1188:81: style: Checking if unsigned variable 'TTCN_Logger::get_emergency_logging()' is less than zero. This might be a false warning. [unsignedLessThanZero]
titan.core-6.3.1/core/LoggerPluginManager.cc:1212:81: style: Checking if unsigned variable 'TTCN_Logger::get_emergency_logging()' is less than zero. This might be a false warning. [unsignedLessThanZero]
titan.core-6.3.1/core/LoggerPluginManager.cc:1234:107: style: Checking if unsigned variable 'TTCN_Logger::get_emergency_logging()' is less than zero. This might be a false warning. [unsignedLessThanZero]
titan.core-6.3.1/core/LoggerPluginManager.cc:1247:103: style: Checking if unsigned variable 'TTCN_Logger::get_emergency_logging()' is less than zero. This might be a false warning. [unsignedLessThanZero]
titan.core-6.3.1/core/LoggerPluginManager.cc:1306:92: style: Checking if unsigned variable 'TTCN_Logger::get_emergency_logging()' is less than zero. This might be a false warning. [unsignedLessThanZero]
titan.core-6.3.1/core/LoggerPluginManager.cc:1327:81: style: Checking if unsigned variable 'TTCN_Logger::get_emergency_logging()' is less than zero. This might be a false warning. [unsignedLessThanZero]
titan.core-6.3.1/core/LoggerPluginManager.cc:1363:81: style: Checking if unsigned variable 'TTCN_Logger::get_emergency_logging()' is less than zero. This might be a false warning. [unsignedLessThanZero]
titan.core-6.3.1/core/LoggerPluginManager.cc:1394:92: style: Checking if unsigned variable 'TTCN_Logger::get_emergency_logging()' is less than zero. This might be a false warning. [unsignedLessThanZero]
titan.core-6.3.1/core/LoggerPluginManager.cc:1416:92: style: Checking if unsigned variable 'TTCN_Logger::get_emergency_logging()' is less than zero. This might be a false warning. [unsignedLessThanZero]
titan.core-6.3.1/core/LoggerPluginManager.cc:1437:92: style: Checking if unsigned variable 'TTCN_Logger::get_emergency_logging()' is less than zero. This might be a false warning. [unsignedLessThanZero]
titan.core-6.3.1/core/LoggerPluginManager.cc:1454:92: style: Checking if unsigned variable 'TTCN_Logger::get_emergency_logging()' is less than zero. This might be a false warning. [unsignedLessThanZero]
titan.core-6.3.1/core/LoggerPluginManager.cc:1477:92: style: Checking if unsigned variable 'TTCN_Logger::get_emergency_logging()' is less than zero. This might be a false warning. [unsignedLessThanZero]
titan.core-6.3.1/core/LoggerPluginManager.cc:1496:92: style: Checking if unsigned variable 'TTCN_Logger::get_emergency_logging()' is less than zero. This might be a false warning. [unsignedLessThanZero]
titan.core-6.3.1/core/LoggerPluginManager.cc:1513:109: style: Checking if unsigned variable 'TTCN_Logger::get_emergency_logging()' is less than zero. This might be a false warning. [unsignedLessThanZero]
titan.core-6.3.1/core/LoggerPluginManager.cc:1548:112: style: Checking if unsigned variable 'TTCN_Logger::get_emergency_logging()' is less than zero. This might be a false warning. [unsignedLessThanZero]
titan.core-6.3.1/core/LoggerPluginManager.cc:1808:90: style: Checking if unsigned variable 'TTCN_Logger::get_emergency_logging()' is less than zero. This might be a false warning. [unsignedLessThanZero]
titan.core-6.3.1/core/LoggerPluginManager.cc:876:15: style: Function 'log_final_verdict' argument 5 names different: declaration 'verdict_reason' definition 'verdict__reason'. [funcArgNamesDifferent]
titan.core-6.3.1/core/LoggerPluginManager.hh:157:17: note: Function 'log_final_verdict' argument 5 names different: declaration 'verdict_reason' definition 'verdict__reason'.
titan.core-6.3.1/core/LoggerPluginManager.cc:876:15: note: Function 'log_final_verdict' argument 5 names different: declaration 'verdict_reason' definition 'verdict__reason'.
titan.core-6.3.1/core/LoggerPluginManager.hh:112:8: style: Technically the member function 'LoggerPluginManager::append_event_str' can be const. [functionConst]
titan.core-6.3.1/core/LoggerPluginManager.cc:1571:27: note: Technically the member function 'LoggerPluginManager::append_event_str' can be const.
titan.core-6.3.1/core/LoggerPluginManager.hh:112:8: note: Technically the member function 'LoggerPluginManager::append_event_str' can be const.
titan.core-6.3.1/core/LoggerPluginManager.cc:64:52: performance: Function parameter 'data' should be passed by const reference. [passedByValue]
titan.core-6.3.1/core/LoggingBits.cc:62:18: portability: Undefined behaviour, pointer arithmetic 'bits+1' is out of bounds. [pointerOutOfBounds]
titan.core-6.3.1/core/Module_list.cc:1184:8: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
titan.core-6.3.1/core/Module_list.cc:454:7: warning: Either the condition 'module_ptr==NULL' is redundant or there is possible null pointer dereference: module_ptr. [nullPointerRedundantCheck]
titan.core-6.3.1/core/Module_list.cc:442:20: note: Assuming that condition 'module_ptr==NULL' is not redundant
titan.core-6.3.1/core/Module_list.cc:454:7: note: Null pointer dereference
titan.core-6.3.1/core/Module_list.cc:522:7: warning: Either the condition 'module_ptr==NULL' is redundant or there is possible null pointer dereference: module_ptr. [nullPointerRedundantCheck]
titan.core-6.3.1/core/Module_list.cc:510:20: note: Assuming that condition 'module_ptr==NULL' is not redundant
titan.core-6.3.1/core/Module_list.cc:522:7: note: Null pointer dereference
titan.core-6.3.1/core/Module_list.cc:592:7: warning: Either the condition 'module_ptr==NULL' is redundant or there is possible null pointer dereference: module_ptr. [nullPointerRedundantCheck]
titan.core-6.3.1/core/Module_list.cc:580:20: note: Assuming that condition 'module_ptr==NULL' is not redundant
titan.core-6.3.1/core/Module_list.cc:592:7: note: Null pointer dereference
titan.core-6.3.1/core/Module_list.cc:1060:69: style: Function 'get_function_address_by_name' argument 1 names different: declaration 'function_name' definition 'func_name'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Module_list.hh:217:58: note: Function 'get_function_address_by_name' argument 1 names different: declaration 'function_name' definition 'func_name'.
titan.core-6.3.1/core/Module_list.cc:1060:69: note: Function 'get_function_address_by_name' argument 1 names different: declaration 'function_name' definition 'func_name'.
titan.core-6.3.1/core/Module_list.hh:216:15: style: Technically the member function 'TTCN_Module::get_function_name_by_address' can be const. [functionConst]
titan.core-6.3.1/core/Module_list.cc:1050:26: note: Technically the member function 'TTCN_Module::get_function_name_by_address' can be const.
titan.core-6.3.1/core/Module_list.hh:216:15: note: Technically the member function 'TTCN_Module::get_function_name_by_address' can be const.
titan.core-6.3.1/core/Module_list.hh:219:15: style: Technically the member function 'TTCN_Module::get_altstep_name_by_address' can be const. [functionConst]
titan.core-6.3.1/core/Module_list.cc:1084:26: note: Technically the member function 'TTCN_Module::get_altstep_name_by_address' can be const.
titan.core-6.3.1/core/Module_list.hh:219:15: note: Technically the member function 'TTCN_Module::get_altstep_name_by_address' can be const.
titan.core-6.3.1/core/Module_list.hh:221:11: style: Technically the member function 'TTCN_Module::get_altstep_data_by_address' can be const. [functionConst]
titan.core-6.3.1/core/Module_list.cc:1105:22: note: Technically the member function 'TTCN_Module::get_altstep_data_by_address' can be const.
titan.core-6.3.1/core/Module_list.hh:221:11: note: Technically the member function 'TTCN_Module::get_altstep_data_by_address' can be const.
titan.core-6.3.1/core/Module_list.hh:223:15: style: Technically the member function 'TTCN_Module::get_testcase_name_by_address' can be const. [functionConst]
titan.core-6.3.1/core/Module_list.cc:1119:26: note: Technically the member function 'TTCN_Module::get_testcase_name_by_address' can be const.
titan.core-6.3.1/core/Module_list.hh:223:15: note: Technically the member function 'TTCN_Module::get_testcase_name_by_address' can be const.
titan.core-6.3.1/core/Objid.cc:670:7: style: Condition 'error' is always false [knownConditionTrueFalse]
titan.core-6.3.1/core/Objid.cc:639:19: note: Assignment 'error=false', assigned value is 0
titan.core-6.3.1/core/Objid.cc:670:7: note: Condition 'error' is always false
titan.core-6.3.1/core/Objid.cc:53:13: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/Objid.cc:162:19: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/Objid.cc:788:17: warning: Member variable 'OBJID_template::value_list' is not initialized in the constructor. [uninitMemberVar]
titan.core-6.3.1/core/Objid.cc:793:17: warning: Member variable 'OBJID_template::value_list' is not initialized in the constructor. [uninitMemberVar]
titan.core-6.3.1/core/Objid.cc:799:17: warning: Member variable 'OBJID_template::value_list' is not initialized in the constructor. [uninitMemberVar]
titan.core-6.3.1/core/Objid.cc:805:17: warning: Member variable 'OBJID_template::value_list' is not initialized in the constructor. [uninitMemberVar]
titan.core-6.3.1/core/Octetstring.cc:65:15: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/Octetstring.cc:218:17: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/Octetstring.cc:241:15: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/Octetstring.cc:445:12: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/Octetstring.cc:844:17: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/Octetstring.cc:1817:19: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/Octetstring.cc:2543:22: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/Octetstring.cc:1722:18: style: The scope of the variable 'pattern_element' can be reduced. [variableScope]
titan.core-6.3.1/core/Octetstring.cc:1466:43: warning: Member variable 'OCTETSTRING_ELEMENT::octet_pos' is not assigned a value in 'OCTETSTRING_ELEMENT::operator='. [operatorEqVarError]
titan.core-6.3.1/core/Octetstring.hh:117:23: style: Technically the member function 'OCTETSTRING::operator[]' can be const. [functionConst]
titan.core-6.3.1/core/Octetstring.cc:459:34: note: Technically the member function 'OCTETSTRING::operator[]' can be const.
titan.core-6.3.1/core/Octetstring.hh:117:23: note: Technically the member function 'OCTETSTRING::operator[]' can be const.
titan.core-6.3.1/core/Octetstring.hh:331:23: style: Technically the member function 'OCTETSTRING_template::operator[]' can be const. [functionConst]
titan.core-6.3.1/core/Octetstring.cc:2144:43: note: Technically the member function 'OCTETSTRING_template::operator[]' can be const.
titan.core-6.3.1/core/Octetstring.hh:331:23: note: Technically the member function 'OCTETSTRING_template::operator[]' can be const.
titan.core-6.3.1/core/Octetstring.hh:332:23: style: Technically the member function 'OCTETSTRING_template::operator[]' can be const. [functionConst]
titan.core-6.3.1/core/Octetstring.cc:2152:43: note: Technically the member function 'OCTETSTRING_template::operator[]' can be const.
titan.core-6.3.1/core/Octetstring.hh:332:23: note: Technically the member function 'OCTETSTRING_template::operator[]' can be const.
titan.core-6.3.1/core/Octetstring.hh:207:1: warning: The class 'OCTETSTRING_ELEMENT' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
titan.core-6.3.1/core/Param_Types.cc:156:36: style: Function 'basic_check' argument 1 names different: declaration 'check_type' definition 'check_bits'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Param_Types.hh:264:24: note: Function 'basic_check' argument 1 names different: declaration 'check_type' definition 'check_bits'.
titan.core-6.3.1/core/Param_Types.cc:156:36: note: Function 'basic_check' argument 1 names different: declaration 'check_type' definition 'check_bits'.
titan.core-6.3.1/core/Param_Types.cc:651:38: style: Function 'error' argument 1 names different: declaration 'err' definition 'err_msg'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Param_Types.hh:251:26: note: Function 'error' argument 1 names different: declaration 'err' definition 'err_msg'.
titan.core-6.3.1/core/Param_Types.cc:651:38: note: Function 'error' argument 1 names different: declaration 'err' definition 'err_msg'.
titan.core-6.3.1/core/Fd_And_Timeout_User.hh:138:28: style: The scope of the variable 'k' can be reduced. [variableScope]
titan.core-6.3.1/core/Fd_And_Timeout_User.hh:147:28: style: The scope of the variable 'k' can be reduced. [variableScope]
titan.core-6.3.1/core/Port.cc:278:7: warning: Member variable 'PORT::msg_queue_head' is not initialized in the constructor. [uninitMemberVar]
titan.core-6.3.1/core/Port.cc:278:7: warning: Member variable 'PORT::msg_queue_tail' is not initialized in the constructor. [uninitMemberVar]
titan.core-6.3.1/core/Port.cc:278:7: warning: Member variable 'PORT::msg_head_count' is not initialized in the constructor. [uninitMemberVar]
titan.core-6.3.1/core/Port.cc:278:7: warning: Member variable 'PORT::msg_tail_count' is not initialized in the constructor. [uninitMemberVar]
titan.core-6.3.1/core/Port.cc:278:7: warning: Member variable 'PORT::proc_head_count' is not initialized in the constructor. [uninitMemberVar]
titan.core-6.3.1/core/Port.cc:278:7: warning: Member variable 'PORT::proc_tail_count' is not initialized in the constructor. [uninitMemberVar]
titan.core-6.3.1/core/Fd_And_Timeout_User.hh:342:15: style: Unused private function: 'FdSets::anyAnd' [unusedPrivateFunction]
titan.core-6.3.1/core/Port.hh:139:11: style: Technically the member function 'PORT::port_is_started' can be const. [functionConst]
titan.core-6.3.1/core/Port.cc:502:15: note: Technically the member function 'PORT::port_is_started' can be const.
titan.core-6.3.1/core/Port.hh:139:11: note: Technically the member function 'PORT::port_is_started' can be const.
titan.core-6.3.1/core/Fd_And_Timeout_User.hh:479:15: style: Technically the member function 'Handler_List::remove' can be const. [functionConst]
titan.core-6.3.1/core/Port.cc:234:16: warning: Virtual function 'log' is called from destructor '~port_connection()' at line 271. Dynamic binding is not used. [virtualCallInConstructor]
titan.core-6.3.1/core/Port.cc:271:48: note: Calling log
titan.core-6.3.1/core/Port.cc:234:16: note: log is a virtual method
titan.core-6.3.1/core/Port.cc:231:16: style: The function 'Handle_Fd_Event' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Event_Handler.hh:27:16: note: Virtual function in base class
titan.core-6.3.1/core/Port.cc:231:16: note: Function in derived class
titan.core-6.3.1/core/Port.cc:234:16: style: The function 'log' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/core/Event_Handler.hh:33:16: note: Virtual function in base class
titan.core-6.3.1/core/Port.cc:234:16: note: Function in derived class
titan.core-6.3.1/core/Port.cc:1482:57: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
titan.core-6.3.1/core/Vector.hh:136:0: performance: Function parameter 'element' should be passed by const reference. [passedByValue]
titan.core-6.3.1/core/ProfilerTools.cc:492:40: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/ProfilerTools.cc:493:41: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/ProfilerTools.cc:503:14: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/ProfilerTools.cc:508:40: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/ProfilerTools.cc:509:41: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/ProfilerTools.cc:913:39: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/ProfilerTools.cc:914:38: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/RAW.cc:404:10: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/RInt.cc:89:38: style: Function 'operator=' argument 1 names different: declaration 'right' definition 'v'. [funcArgNamesDifferent]
titan.core-6.3.1/core/RInt.hh:64:29: note: Function 'operator=' argument 1 names different: declaration 'right' definition 'v'.
titan.core-6.3.1/core/RInt.cc:89:38: note: Function 'operator=' argument 1 names different: declaration 'right' definition 'v'.
titan.core-6.3.1/core/RInt.cc:209:47: style: Function 'operator<' argument 1 names different: declaration 'right' definition 'v'. [funcArgNamesDifferent]
titan.core-6.3.1/core/RInt.hh:50:38: note: Function 'operator<' argument 1 names different: declaration 'right' definition 'v'.
titan.core-6.3.1/core/RInt.cc:209:47: note: Function 'operator<' argument 1 names different: declaration 'right' definition 'v'.
titan.core-6.3.1/core/Struct_of.cc:93:11: style: The scope of the variable 'pair_found' can be reduced. [variableScope]
titan.core-6.3.1/core/Struct_of.cc:690:17: style: The scope of the variable 'temp_value_index' can be reduced. [variableScope]
titan.core-6.3.1/core/Struct_of.cc:691:17: style: The scope of the variable 'actual_node' can be reduced. [variableScope]
titan.core-6.3.1/core/Struct_of.cc:912:11: style: The scope of the variable 'is_asterisk' can be reduced. [variableScope]
titan.core-6.3.1/core/Struct_of.cc:410:11: style: Technically the member function '::Matching_Table::is_paired' can be const. [functionConst]
titan.core-6.3.1/core/Struct_of.cc:420:7: style: Technically the member function '::Matching_Table::get_paired' can be const. [functionConst]
titan.core-6.3.1/core/Struct_of.cc:314:5: style: Class 'Matching_Table' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
titan.core-6.3.1/core/Struct_of.cc:314:5: style: Class 'Matching_Table' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
titan.core-6.3.1/core/Struct_of.cc:447:3: style: Class 'Tree_list' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/core/Struct_of.cc:350:5: warning: Possible leak in public function. The pointer 'edge_matrix' is not deallocated before it is allocated. [publicAllocationError]
titan.core-6.3.1/core/TEXT.cc:84:43: style: Function 'match_begin' argument 1 names different: declaration 'buf' definition 'buff'. [funcArgNamesDifferent]
titan.core-6.3.1/core/TEXT.hh:93:32: note: Function 'match_begin' argument 1 names different: declaration 'buf' definition 'buff'.
titan.core-6.3.1/core/TEXT.cc:84:43: note: Function 'match_begin' argument 1 names different: declaration 'buf' definition 'buff'.
titan.core-6.3.1/core/TEXT.cc:143:43: style: Function 'match_first' argument 1 names different: declaration 'buf' definition 'buff'. [funcArgNamesDifferent]
titan.core-6.3.1/core/TEXT.hh:101:32: note: Function 'match_first' argument 1 names different: declaration 'buf' definition 'buff'.
titan.core-6.3.1/core/TEXT.cc:143:43: note: Function 'match_first' argument 1 names different: declaration 'buf' definition 'buff'.
titan.core-6.3.1/core/Template.cc:564:29: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/Template.cc:728:27: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/Template.cc:750:27: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/Template.cc:208:61: style: Function 'set_selection' argument 1 names different: declaration 'new_selection' definition 'other_value'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Template.hh:194:35: note: Function 'set_selection' argument 1 names different: declaration 'new_selection' definition 'other_value'.
titan.core-6.3.1/core/Template.cc:208:61: note: Function 'set_selection' argument 1 names different: declaration 'new_selection' definition 'other_value'.
titan.core-6.3.1/core/Template.cc:534:53: style: Function 'Record_Of_Template' argument 1 names different: declaration 'new_selection' definition 'other_value'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Template.hh:239:35: note: Function 'Record_Of_Template' argument 1 names different: declaration 'new_selection' definition 'other_value'.
titan.core-6.3.1/core/Template.cc:534:53: note: Function 'Record_Of_Template' argument 1 names different: declaration 'new_selection' definition 'other_value'.
titan.core-6.3.1/core/Template.cc:551:53: style: Function 'set_selection' argument 1 names different: declaration 'new_selection' definition 'other_value'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Template.hh:245:35: note: Function 'set_selection' argument 1 names different: declaration 'new_selection' definition 'other_value'.
titan.core-6.3.1/core/Template.cc:551:53: note: Function 'set_selection' argument 1 names different: declaration 'new_selection' definition 'other_value'.
titan.core-6.3.1/core/Template.hh:122:29: performance: Technically the member function 'Base_Template::set_param' can be static. [functionStatic]
titan.core-6.3.1/core/Template.cc:184:21: note: Technically the member function 'Base_Template::set_param' can be static.
titan.core-6.3.1/core/Template.hh:122:29: note: Technically the member function 'Base_Template::set_param' can be static.
titan.core-6.3.1/core/Timer.cc:49:8: warning: Member variable 'TIMER::default_val' is not initialized in the constructor. [uninitMemberVar]
titan.core-6.3.1/core/Timer.cc:49:8: warning: Member variable 'TIMER::t_started' is not initialized in the constructor. [uninitMemberVar]
titan.core-6.3.1/core/Timer.cc:49:8: warning: Member variable 'TIMER::t_expires' is not initialized in the constructor. [uninitMemberVar]
titan.core-6.3.1/core/Timer.cc:58:8: warning: Member variable 'TIMER::t_started' is not initialized in the constructor. [uninitMemberVar]
titan.core-6.3.1/core/Timer.cc:58:8: warning: Member variable 'TIMER::t_expires' is not initialized in the constructor. [uninitMemberVar]
titan.core-6.3.1/core/Timer.cc:69:8: warning: Member variable 'TIMER::has_default' is not initialized in the constructor. [uninitMemberVar]
titan.core-6.3.1/core/Timer.cc:69:8: warning: Member variable 'TIMER::default_val' is not initialized in the constructor. [uninitMemberVar]
titan.core-6.3.1/core/Timer.cc:69:8: warning: Member variable 'TIMER::t_started' is not initialized in the constructor. [uninitMemberVar]
titan.core-6.3.1/core/Timer.cc:69:8: warning: Member variable 'TIMER::t_expires' is not initialized in the constructor. [uninitMemberVar]
titan.core-6.3.1/core/Universal_charstring.cc:109:15: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/Universal_charstring.cc:754:21: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/Universal_charstring.cc:1027:69: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/Universal_charstring.cc:1029:61: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/Universal_charstring.cc:2478:26: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/Universal_charstring.cc:2917:17: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/Universal_charstring.cc:3006:17: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/Universal_charstring.cc:3072:19: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/Universal_charstring.cc:4679:29: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/Universal_charstring.cc:4697:29: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/Universal_charstring.cc:4897:57: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/Universal_charstring.cc:5187:25: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/core/Universal_charstring.hh:254:32: style: Technically the member function 'UNIVERSAL_CHARSTRING::operator[]' can be const. [functionConst]
titan.core-6.3.1/core/Universal_charstring.cc:770:52: note: Technically the member function 'UNIVERSAL_CHARSTRING::operator[]' can be const.
titan.core-6.3.1/core/Universal_charstring.hh:254:32: note: Technically the member function 'UNIVERSAL_CHARSTRING::operator[]' can be const.
titan.core-6.3.1/core/Universal_charstring.hh:289:7: performance: Technically the member function 'UNIVERSAL_CHARSTRING::check_BOM' can be static. [functionStatic]
titan.core-6.3.1/core/Universal_charstring.cc:3081:27: note: Technically the member function 'UNIVERSAL_CHARSTRING::check_BOM' can be static.
titan.core-6.3.1/core/Universal_charstring.hh:289:7: note: Technically the member function 'UNIVERSAL_CHARSTRING::check_BOM' can be static.
titan.core-6.3.1/core/Universal_charstring.hh:681:32: style: Technically the member function 'UNIVERSAL_CHARSTRING_template::operator[]' can be const. [functionConst]
titan.core-6.3.1/core/Universal_charstring.cc:4426:61: note: Technically the member function 'UNIVERSAL_CHARSTRING_template::operator[]' can be const.
titan.core-6.3.1/core/Universal_charstring.hh:681:32: note: Technically the member function 'UNIVERSAL_CHARSTRING_template::operator[]' can be const.
titan.core-6.3.1/core/Universal_charstring.hh:682:32: style: Technically the member function 'UNIVERSAL_CHARSTRING_template::operator[]' can be const. [functionConst]
titan.core-6.3.1/core/Universal_charstring.cc:4434:61: note: Technically the member function 'UNIVERSAL_CHARSTRING_template::operator[]' can be const.
titan.core-6.3.1/core/Universal_charstring.hh:682:32: note: Technically the member function 'UNIVERSAL_CHARSTRING_template::operator[]' can be const.
titan.core-6.3.1/core/Universal_charstring.hh:431:1: warning: The class 'UNIVERSAL_CHARSTRING_ELEMENT' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
titan.core-6.3.1/core/Verdicttype.cc:288:16: style: Function 'XER_encode' argument 3 names different: declaration 'flavor' definition 'p_flavor'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Verdicttype.hh:101:18: note: Function 'XER_encode' argument 3 names different: declaration 'flavor' definition 'p_flavor'.
titan.core-6.3.1/core/Verdicttype.cc:288:16: note: Function 'XER_encode' argument 3 names different: declaration 'flavor' definition 'p_flavor'.
titan.core-6.3.1/core/Verdicttype.cc:288:58: style: Function 'XER_encode' argument 5 names different: declaration 'indent' definition 'p_indent'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Verdicttype.hh:101:52: note: Function 'XER_encode' argument 5 names different: declaration 'indent' definition 'p_indent'.
titan.core-6.3.1/core/Verdicttype.cc:288:58: note: Function 'XER_encode' argument 5 names different: declaration 'indent' definition 'p_indent'.
titan.core-6.3.1/core/Verdicttype.cc:319:73: style: Function 'XER_decode' argument 2 names different: declaration 'reader' definition 'p_reader'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Verdicttype.hh:102:62: note: Function 'XER_decode' argument 2 names different: declaration 'reader' definition 'p_reader'.
titan.core-6.3.1/core/Verdicttype.cc:319:73: note: Function 'XER_decode' argument 2 names different: declaration 'reader' definition 'p_reader'.
titan.core-6.3.1/core/Verdicttype.cc:320:16: style: Function 'XER_decode' argument 3 names different: declaration 'flavor' definition 'p_flavor'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Verdicttype.hh:103:18: note: Function 'XER_decode' argument 3 names different: declaration 'flavor' definition 'p_flavor'.
titan.core-6.3.1/core/Verdicttype.cc:320:16: note: Function 'XER_decode' argument 3 names different: declaration 'flavor' definition 'p_flavor'.
titan.core-6.3.1/core/Verdicttype.hh:40:15: performance: Technically the member function 'VERDICTTYPE::str_to_verdict' can be static. [functionStatic]
titan.core-6.3.1/core/Verdicttype.cc:304:26: note: Technically the member function 'VERDICTTYPE::str_to_verdict' can be static.
titan.core-6.3.1/core/Verdicttype.hh:40:15: note: Technically the member function 'VERDICTTYPE::str_to_verdict' can be static.
titan.core-6.3.1/core/license_gen.c:38:26: style: Same expression on both sides of '-'. [duplicateExpression]
titan.core-6.3.1/core2/Basetype2.cc:236:0: error: #error this is for RT2 only [preprocessorErrorDirective]
titan.core-6.3.1/function_test/Config_Parser/extfunc.cc:52:38: error: Resource leak: fp [resourceLeak]
titan.core-6.3.1/function_test/Config_Parser/extfunc.cc:53:50: error: Resource leak: fp [resourceLeak]
titan.core-6.3.1/hello/PCOType.hh:29:2: style: Class 'PCOType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/langviz/Grammar.cc:22:10: warning: Member variable 'Grammar::startsymbol' is not initialized in the constructor. [uninitMemberVar]
titan.core-6.3.1/langviz/Grammar.cc:22:10: warning: Member variable 'Grammar::max_dist' is not initialized in the constructor. [uninitMemberVar]
titan.core-6.3.1/langviz/Grammar.cc:28:10: warning: Member variable 'Grammar::startsymbol' is not initialized in the constructor. [uninitMemberVar]
titan.core-6.3.1/langviz/Symbol.hh:76:8: style: Technically the member function 'Symbol::get_is_terminal' can be const. [functionConst]
titan.core-6.3.1/langviz/Symbol.hh:82:20: style: Technically the member function 'Symbol::get_refd_by' can be const. [functionConst]
titan.core-6.3.1/langviz/Symbol.hh:83:20: style: Technically the member function 'Symbol::get_refs' can be const. [functionConst]
titan.core-6.3.1/langviz/Symbol.hh:86:8: style: Technically the member function 'Symbol::get_can_be_empty' can be const. [functionConst]
titan.core-6.3.1/langviz/Symbol.hh:88:7: style: Technically the member function 'Symbol::get_dist' can be const. [functionConst]
titan.core-6.3.1/langviz/Grammar.hh:47:10: style: Technically the member function 'Grammar::get_nof_groupings' can be const. [functionConst]
titan.core-6.3.1/langviz/Grammar.hh:50:10: style: Technically the member function 'Grammar::get_nof_symbols' can be const. [functionConst]
titan.core-6.3.1/langviz/Rule.hh:34:10: style: Technically the member function 'Rule::get_nof_ss' can be const. [functionConst]
titan.core-6.3.1/langviz/Symbol.hh:73:3: style: Class 'Symbol' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/langviz/Rule.hh:31:3: style: Class 'Rule' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/langviz/Grammar.hh:26:1: warning: The class 'Grammar' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
titan.core-6.3.1/langviz/Symbol.hh:35:22: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/langviz/Node.hh:36:17: note: Virtual function in base class
titan.core-6.3.1/langviz/Symbol.hh:35:22: note: Function in derived class
titan.core-6.3.1/langviz/Symbol.hh:75:19: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/langviz/Node.hh:36:17: note: Virtual function in base class
titan.core-6.3.1/langviz/Symbol.hh:75:19: note: Function in derived class
titan.core-6.3.1/langviz/Symbol.hh:103:20: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/langviz/Node.hh:36:17: note: Virtual function in base class
titan.core-6.3.1/langviz/Symbol.hh:103:20: note: Function in derived class
titan.core-6.3.1/langviz/Symbol.hh:122:22: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/langviz/Node.hh:36:17: note: Virtual function in base class
titan.core-6.3.1/langviz/Symbol.hh:122:22: note: Function in derived class
titan.core-6.3.1/langviz/Grammar.hh:38:20: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/langviz/Node.hh:36:17: note: Virtual function in base class
titan.core-6.3.1/langviz/Grammar.hh:38:20: note: Function in derived class
titan.core-6.3.1/langviz/Rule.hh:33:17: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/langviz/Node.hh:36:17: note: Virtual function in base class
titan.core-6.3.1/langviz/Rule.hh:33:17: note: Function in derived class
titan.core-6.3.1/langviz/Rule.hh:50:18: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/langviz/Node.hh:36:17: note: Virtual function in base class
titan.core-6.3.1/langviz/Rule.hh:50:18: note: Function in derived class
titan.core-6.3.1/langviz/Rule.hh:71:21: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/langviz/Node.hh:36:17: note: Virtual function in base class
titan.core-6.3.1/langviz/Rule.hh:71:21: note: Function in derived class
titan.core-6.3.1/langviz/Iterator.hh:45:16: style: The function 'actionSymbol' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/langviz/Iterator.hh:38:16: note: Virtual function in base class
titan.core-6.3.1/langviz/Iterator.hh:45:16: note: Function in derived class
titan.core-6.3.1/langviz/Rule.hh:25:1: warning: The class 'Rule' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
titan.core-6.3.1/langviz/Rule.hh:42:1: warning: The class 'Rules' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
titan.core-6.3.1/langviz/Rule.hh:62:1: warning: The class 'Grouping' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
titan.core-6.3.1/langviz/Symbol.hh:27:1: warning: The class 'SymbolSet' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
titan.core-6.3.1/langviz/Symbol.hh:48:1: warning: The class 'Symbol' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
titan.core-6.3.1/langviz/Symbol.hh:95:1: warning: The class 'Symbols' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
titan.core-6.3.1/langviz/Symbol.hh:114:1: warning: The class 'SymbolMap' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
titan.core-6.3.1/licensegen/license_gen.c:489:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
titan.core-6.3.1/licensegen/license_gen.c:505:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
titan.core-6.3.1/licensegen/license_gen.c:524:5: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
titan.core-6.3.1/loggerplugins/JUnitLogger/JUnitLogger.hh:38:16: warning: Virtual function 'close_file' is called from destructor '~JUnitLogger()' at line 56. Dynamic binding is not used. [virtualCallInConstructor]
titan.core-6.3.1/loggerplugins/JUnitLogger/JUnitLogger.cc:56:3: note: Calling close_file
titan.core-6.3.1/loggerplugins/JUnitLogger/JUnitLogger.hh:38:16: note: close_file is a virtual method
titan.core-6.3.1/loggerplugins/JUnitLogger2/JUnitLogger2.cc:246:45: style: Function 'addTestCase' argument 1 names different: declaration 'element' definition 'testcase'. [funcArgNamesDifferent]
titan.core-6.3.1/loggerplugins/JUnitLogger2/JUnitLogger2.hh:82:36: note: Function 'addTestCase' argument 1 names different: declaration 'element' definition 'testcase'.
titan.core-6.3.1/loggerplugins/JUnitLogger2/JUnitLogger2.cc:246:45: note: Function 'addTestCase' argument 1 names different: declaration 'element' definition 'testcase'.
titan.core-6.3.1/loggerplugins/JUnitLogger2/JUnitLogger2.hh:48:2: warning: Member variable 'TestCase::verdict' is not initialized in the constructor. [uninitMemberVar]
titan.core-6.3.1/loggerplugins/JUnitLogger2/JUnitLogger2.hh:79:2: warning: Member variable 'TestSuite::start_ts' is not initialized in the constructor. [uninitMemberVar]
titan.core-6.3.1/loggerplugins/JUnitLogger2/JUnitLogger2.hh:79:2: warning: Member variable 'TestSuite::end_ts' is not initialized in the constructor. [uninitMemberVar]
titan.core-6.3.1/loggerplugins/JUnitLogger2/JUnitLogger2.hh:103:16: warning: Virtual function 'close_file' is called from destructor '~JUnitLogger2()' at line 56. Dynamic binding is not used. [virtualCallInConstructor]
titan.core-6.3.1/loggerplugins/JUnitLogger2/JUnitLogger2.cc:56:3: note: Calling close_file
titan.core-6.3.1/loggerplugins/JUnitLogger2/JUnitLogger2.hh:103:16: note: close_file is a virtual method
titan.core-6.3.1/loggerplugins/TSTLogger/TSTLogger.cc:237:51: style: Same expression on both sides of '&'. [duplicateExpression]
titan.core-6.3.1/loggerplugins/TSTLogger/TSTLogger.hh:41:15: style: Technically the member function 'ParameterData::get_value' can be const. [functionConst]
titan.core-6.3.1/loggerplugins/TSTLogger/TSTLogger.cc:222:10: performance: Technically the member function 'HTTPClient::url_encode' can be static. [functionStatic]
titan.core-6.3.1/loggerplugins/TSTLogger/TSTLogger.cc:226:20: note: Technically the member function 'HTTPClient::url_encode' can be static.
titan.core-6.3.1/loggerplugins/TSTLogger/TSTLogger.cc:222:10: note: Technically the member function 'HTTPClient::url_encode' can be static.
titan.core-6.3.1/loggerplugins/TSTLogger/TSTLogger.cc:64:3: style: Class 'TimeoutException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/loggerplugins/TSTLogger/TSTLogger.cc:434:3: style: Exception should be caught by reference. [catchExceptionByValue]
titan.core-6.3.1/loggerplugins/TSTLogger/TSTLogger.hh:40:30: performance: Function parameter 'v' should be passed by const reference. [passedByValue]
titan.core-6.3.1/loggerplugins/TSTLogger/TSTLogger.cc:56:32: performance: Function parameter 'p_error_msg' should be passed by const reference. [passedByValue]
titan.core-6.3.1/loggerplugins/TSTLogger/TSTLogger.cc:56:58: performance: Function parameter 'p_reason' should be passed by const reference. [passedByValue]
titan.core-6.3.1/loggerplugins/TSTLogger/TSTLogger.cc:64:33: performance: Function parameter 'p_error_msg' should be passed by const reference. [passedByValue]
titan.core-6.3.1/loggerplugins/TSTLogger/TSTLogger.cc:91:46: performance: Function parameter 'host_name' should be passed by const reference. [passedByValue]
titan.core-6.3.1/loggerplugins/TSTLogger/TSTLogger.cc:91:70: performance: Function parameter 'service_name' should be passed by const reference. [passedByValue]
titan.core-6.3.1/loggerplugins/TSTLogger/TSTLogger.cc:212:30: performance: Function parameter 'p_error_msg' should be passed by const reference. [passedByValue]
titan.core-6.3.1/loggerplugins/TSTLogger/TSTLogger.cc:212:56: performance: Function parameter 'p_reason' should be passed by const reference. [passedByValue]
titan.core-6.3.1/mctr2/editline/libedit/src/chared.c:98:8: style: The scope of the variable 'cp' can be reduced. [variableScope]
titan.core-6.3.1/mctr2/editline/libedit/src/chared.c:280:6: style: The scope of the variable 'test' can be reduced. [variableScope]
titan.core-6.3.1/mctr2/editline/libedit/src/chared.c:309:6: style: The scope of the variable 'test' can be reduced. [variableScope]
titan.core-6.3.1/mctr2/editline/libedit/src/chared.c:430:6: style: The scope of the variable 'test' can be reduced. [variableScope]
titan.core-6.3.1/mctr2/editline/libedit/src/chared.c:770:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
titan.core-6.3.1/mctr2/editline/libedit/src/el.c:521:9: style: Condition 'fp==NULL' is always true [knownConditionTrueFalse]
titan.core-6.3.1/mctr2/editline/libedit/src/el.c:505:7: note: Assignment 'fp=NULL', assigned value is 0
titan.core-6.3.1/mctr2/editline/libedit/src/el.c:521:9: note: Condition 'fp==NULL' is always true
titan.core-6.3.1/mctr2/editline/libedit/src/el.c:503:14: style: The scope of the variable 'dptr' can be reduced. [variableScope]
titan.core-6.3.1/mctr2/editline/libedit/src/fgetln.c:88:14: warning: Either the condition '(ptr=strchr(&buf[*len],'\n'))==NULL' is redundant or there is overflow in pointer subtraction. [nullPointerArithmeticRedundantCheck]
titan.core-6.3.1/mctr2/editline/libedit/src/fgetln.c:65:42: note: Assuming that condition '(ptr=strchr(&buf[*len],'\n'))==NULL' is not redundant
titan.core-6.3.1/mctr2/editline/libedit/src/fgetln.c:88:14: note: Null pointer subtraction
titan.core-6.3.1/mctr2/editline/libedit/src/filecomplete.c:160:50: style: The scope of the variable 'dirpath' can be reduced. [variableScope]
titan.core-6.3.1/mctr2/editline/libedit/src/filecomplete.c:371:14: warning: Either the condition 'limit>0' is redundant or there is division by zero at line 371. [zerodivcond]
titan.core-6.3.1/mctr2/editline/libedit/src/filecomplete.c:381:20: note: Assuming that condition 'limit>0' is not redundant
titan.core-6.3.1/mctr2/editline/libedit/src/filecomplete.c:371:14: note: Division by zero
titan.core-6.3.1/mctr2/editline/libedit/src/filecomplete.c:92:16: style: Unused variable: pwres [unusedVariable]
titan.core-6.3.1/mctr2/editline/libedit/src/filecomplete.c:95:7: style: Unused variable: pwbuf [unusedVariable]
titan.core-6.3.1/mctr2/editline/libedit/src/filecomplete.c:443:9: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
titan.core-6.3.1/mctr2/editline/libedit/src/hist.c:159:14: style: The scope of the variable 'str' can be reduced. [variableScope]
titan.core-6.3.1/mctr2/editline/libedit/src/key.c:581:17: style: The scope of the variable 'fp' can be reduced. [variableScope]
titan.core-6.3.1/mctr2/editline/libedit/src/key.c:582:7: style: The scope of the variable 'unparsbuf' can be reduced. [variableScope]
titan.core-6.3.1/mctr2/editline/libedit/src/key.c:598:21: warning: The buffer 'unparsbuf' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
titan.core-6.3.1/mctr2/editline/libedit/src/key.c:649:16: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
titan.core-6.3.1/mctr2/editline/libedit/src/map.c:1125:7: style: The scope of the variable 'outbuf' can be reduced. [variableScope]
titan.core-6.3.1/mctr2/editline/libedit/src/map.c:1126:17: style: The scope of the variable 'bp' can be reduced. [variableScope]
titan.core-6.3.1/mctr2/editline/libedit/src/map.c:1126:22: style: The scope of the variable 'ep' can be reduced. [variableScope]
titan.core-6.3.1/mctr2/editline/libedit/src/parse.c:180:37: style: The scope of the variable 'h' can be reduced. [variableScope]
titan.core-6.3.1/mctr2/editline/libedit/src/parse.c:207:13: style: The scope of the variable 'ch' can be reduced. [variableScope]
titan.core-6.3.1/mctr2/editline/libedit/src/read.c:212:15: style: Condition 'chrs>0' is always false [knownConditionTrueFalse]
titan.core-6.3.1/mctr2/editline/libedit/src/read.c:190:13: note: Assignment 'chrs=0', assigned value is 0
titan.core-6.3.1/mctr2/editline/libedit/src/read.c:212:15: note: Condition 'chrs>0' is always false
titan.core-6.3.1/mctr2/editline/libedit/src/read.c:212:15: style: Same expression on both sides of '>' because the value of 'chrs' and '0' are the same. [duplicateExpression]
titan.core-6.3.1/mctr2/editline/libedit/src/read.c:190:13: note: 'chrs' is assigned value '0' here.
titan.core-6.3.1/mctr2/editline/libedit/src/read.c:212:15: note: Same expression on both sides of '>' because the value of 'chrs' and '0' are the same.
titan.core-6.3.1/mctr2/editline/libedit/src/read.c:243:6: style: The scope of the variable 'num' can be reduced. [variableScope]
titan.core-6.3.1/mctr2/editline/libedit/src/readline.c:524:19: style: Redundant condition: If 'EXPR >= '0'', the comparison 'EXPR' is always true. [redundantCondition]
titan.core-6.3.1/mctr2/editline/libedit/src/readline.c:697:16: style: Redundant condition: If 'EXPR >= '0'', the comparison 'EXPR' is always true. [redundantCondition]
titan.core-6.3.1/mctr2/editline/libedit/src/readline.c:704:18: style: Redundant condition: If 'EXPR >= '0'', the comparison 'EXPR' is always true. [redundantCondition]
titan.core-6.3.1/mctr2/editline/libedit/src/readline.c:2061:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
titan.core-6.3.1/mctr2/editline/libedit/src/readline.c:1059:28: style: The scope of the variable 'start' can be reduced. [variableScope]
titan.core-6.3.1/mctr2/editline/libedit/src/readline.c:1060:9: style: The scope of the variable 'len' can be reduced. [variableScope]
titan.core-6.3.1/mctr2/editline/libedit/src/readline.c:1585:14: style: The scope of the variable 'strp' can be reduced. [variableScope]
titan.core-6.3.1/mctr2/editline/libedit/src/readline.c:1917:8: style: The scope of the variable 'wbuf' can be reduced. [variableScope]
titan.core-6.3.1/mctr2/editline/libedit/src/readline.c:337:40: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
titan.core-6.3.1/mctr2/editline/libedit/src/readline.c:345:36: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
titan.core-6.3.1/mctr2/editline/libedit/src/readline.c:400:22: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
titan.core-6.3.1/mctr2/editline/libedit/src/readline.c:2068:23: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
titan.core-6.3.1/mctr2/editline/libedit/src/refresh.c:821:11: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
titan.core-6.3.1/mctr2/editline/libedit/src/refresh.c:805:16: note: outer condition: fx<0
titan.core-6.3.1/mctr2/editline/libedit/src/refresh.c:821:11: note: identical inner condition: fx<0
titan.core-6.3.1/mctr2/editline/libedit/src/refresh.c:260:31: style: Condition 'w>1' is always false [knownConditionTrueFalse]
titan.core-6.3.1/mctr2/editline/libedit/src/refresh.c:255:33: note: Assignment 'w=1', assigned value is 1
titan.core-6.3.1/mctr2/editline/libedit/src/refresh.c:260:31: note: Condition 'w>1' is always false
titan.core-6.3.1/mctr2/editline/libedit/src/refresh.c:1023:10: style: Condition 'w>1' is always false [knownConditionTrueFalse]
titan.core-6.3.1/mctr2/editline/libedit/src/refresh.c:1022:8: note: Assignment 'w=1', assigned value is 1
titan.core-6.3.1/mctr2/editline/libedit/src/refresh.c:1023:10: note: Condition 'w>1' is always false
titan.core-6.3.1/mctr2/editline/libedit/src/refresh.c:1058:11: style: Condition 'w>1' is always false [knownConditionTrueFalse]
titan.core-6.3.1/mctr2/editline/libedit/src/refresh.c:1057:10: note: Assignment 'w=1', assigned value is 1
titan.core-6.3.1/mctr2/editline/libedit/src/refresh.c:1058:11: note: Condition 'w>1' is always false
titan.core-6.3.1/mctr2/editline/libedit/src/refresh.c:412:8: style: The scope of the variable 'a' can be reduced. [variableScope]
titan.core-6.3.1/mctr2/editline/libedit/src/search.c:466:2: style: Variable 'tmplen' is reassigned a value before the old one has been used. [redundantAssignment]
titan.core-6.3.1/mctr2/editline/libedit/src/search.c:462:2: note: Variable 'tmplen' is reassigned a value before the old one has been used.
titan.core-6.3.1/mctr2/editline/libedit/src/search.c:466:2: note: Variable 'tmplen' is reassigned a value before the old one has been used.
titan.core-6.3.1/mctr2/editline/libedit/src/search.c:219:6: style: The scope of the variable 'done' can be reduced. [variableScope]
titan.core-6.3.1/mctr2/editline/libedit/src/search.c:219:12: style: The scope of the variable 'redo' can be reduced. [variableScope]
titan.core-6.3.1/mctr2/editline/libedit/src/term.c:854:6: style: The scope of the variable 'i' can be reduced. [variableScope]
titan.core-6.3.1/mctr2/editline/libedit/src/term.c:1310:6: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
titan.core-6.3.1/mctr2/editline/libedit/src/tty.c:528:6: style: Condition 'rst' is always true [knownConditionTrueFalse]
titan.core-6.3.1/mctr2/editline/libedit/src/tty.c:494:12: note: Assignment 'rst=1', assigned value is 1
titan.core-6.3.1/mctr2/editline/libedit/src/tty.c:528:6: note: Condition 'rst' is always true
titan.core-6.3.1/mctr2/editline/libedit/src/tty.c:1181:18: style: The scope of the variable 'd' can be reduced. [variableScope]
titan.core-6.3.1/mctr2/editline/libedit/src/vis.c:329:16: style: The scope of the variable 'c' can be reduced. [variableScope]
titan.core-6.3.1/mctr2/mctr/MctrError.cc:19:29: style: Function 'TTCN_error' argument 1 names different: declaration 'err_msg' definition 'fmt'. [funcArgNamesDifferent]
titan.core-6.3.1/core/Error.hh:31:36: note: Function 'TTCN_error' argument 1 names different: declaration 'err_msg' definition 'fmt'.
titan.core-6.3.1/mctr2/mctr/MctrError.cc:19:29: note: Function 'TTCN_error' argument 1 names different: declaration 'err_msg' definition 'fmt'.
titan.core-6.3.1/mctr2/mctr/config_data.cc:30:39: style: Function 'add_component' argument 1 names different: declaration 'host_or_group' definition 'host_or_grp'. [funcArgNamesDifferent]
titan.core-6.3.1/mctr2/mctr/config_data.h:74:28: note: Function 'add_component' argument 1 names different: declaration 'host_or_group' definition 'host_or_grp'.
titan.core-6.3.1/mctr2/mctr/config_data.cc:30:39: note: Function 'add_component' argument 1 names different: declaration 'host_or_group' definition 'host_or_grp'.
titan.core-6.3.1/mctr2/mctr/config_data.cc:30:58: style: Function 'add_component' argument 2 names different: declaration 'component_id' definition 'comp'. [funcArgNamesDifferent]
titan.core-6.3.1/mctr2/mctr/config_data.h:74:49: note: Function 'add_component' argument 2 names different: declaration 'component_id' definition 'comp'.
titan.core-6.3.1/mctr2/mctr/config_data.cc:30:58: note: Function 'add_component' argument 2 names different: declaration 'component_id' definition 'comp'.
titan.core-6.3.1/regression_test/BER/MyPort1.hh:40:2: style: Class 'MyPort1' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/regression_test/BER/MyPort2.hh:35:2: style: Class 'MyPort2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/regression_test/BER_x682/MyPort1.hh:38:2: style: Class 'MyPort1' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/regression_test/BER_x682/MyPort2.hh:36:2: style: Class 'MyPort2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/regression_test/BER_x682_wa/MyPort1.hh:27:2: style: Class 'MyPort1' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/regression_test/BER_x682_wa/MyPort2.hh:28:2: style: Class 'MyPort2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/regression_test/XML/XmlWorkflow/PIPEasp_CNL113334/src/PIPEasp_PT.hh:51:2: style: Class 'PIPEasp__PT' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/regression_test/XML/XmlWorkflow/PIPEasp_CNL113334/test/PIPEasp_PT.hh:59:2: style: Class 'PIPEasp__PT' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/regression_test/XML/XmlWorkflow/src/external.cc:26:19: warning: Comparison is wrong. Result of 'pos+1' can't be 0 unless there is pointer overflow, and pointer overflow is undefined behaviour. [pointerAdditionResultNotNull]
titan.core-6.3.1/regression_test/cfgFile/testport_parameters/PCOType.hh:28:2: style: Class 'PCOType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/regression_test/commProcedure/ExtProcPort.cc:76:9: style: The scope of the variable 'd' can be reduced. [variableScope]
titan.core-6.3.1/regression_test/commProcedure/ExtProcPort.hh:35:2: style: Class 'ExtProcPort' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/regression_test/commProcedure/PortAddress.cc:115:17: style: Function 'outgoing_raise' argument 2 names different: declaration 'destionation_address' definition 'destination_address'. [funcArgNamesDifferent]
titan.core-6.3.1/regression_test/commProcedure/PortAddress.hh:63:18: note: Function 'outgoing_raise' argument 2 names different: declaration 'destionation_address' definition 'destination_address'.
titan.core-6.3.1/regression_test/commProcedure/PortAddress.cc:115:17: note: Function 'outgoing_raise' argument 2 names different: declaration 'destionation_address' definition 'destination_address'.
titan.core-6.3.1/regression_test/commProcedure/PortAddress.hh:36:2: style: Class 'PortAddress' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/regression_test/compileonly/centralstorage/base_mixed/base_mixed_PT.hh:32:2: style: Class 'base__mixed__PT' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/regression_test/compileonly/centralstorage/base_ttcn/base_PT.hh:32:2: style: Class 'base__PT' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/regression_test/compileonly/centralstorage/separate_project/separate_PT.hh:32:2: style: Class 'separate__PT' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/regression_test/compileonly/mfgen-tpd/buildconfig_param/HelloTpd/src/PCOType.hh:31:1: style: Class 'PCOType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_param/HelloTpd/src/PCOType.hh:31:1: style: Class 'PCOType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/regression_test/compileonly/mfgen-tpd/invalid_buildconfig_tpd/HelloTpd/src/PCOType.hh:31:1: style: Class 'PCOType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/regression_test/compileonly/mfgen-tpd/library/HelloTpd/src/PCOType.hh:31:1: style: Class 'PCOType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/regression_test/compileonly/mfgen-tpd/search_paths/dep1/Test/src/PCOType.hh:19:2: style: Class 'PCOType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/regression_test/iconv/iconver.cc:82:45: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
titan.core-6.3.1/regression_test/iconv/iconver.cc:92:51: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
titan.core-6.3.1/regression_test/iconv/iconver.cc:82:45: style: Opposite expression on both sides of '|'. [oppositeExpression]
titan.core-6.3.1/regression_test/iconv/iconver.cc:82:45: note: Opposite expression on both sides of '|'.
titan.core-6.3.1/regression_test/iconv/iconver.cc:82:45: note: Opposite expression on both sides of '|'.
titan.core-6.3.1/regression_test/iconv/iconver.cc:92:51: style: Opposite expression on both sides of '|'. [oppositeExpression]
titan.core-6.3.1/regression_test/iconv/iconver.cc:92:51: note: Opposite expression on both sides of '|'.
titan.core-6.3.1/regression_test/iconv/iconver.cc:92:51: note: Opposite expression on both sides of '|'.
titan.core-6.3.1/regression_test/intOper/PCOType.hh:33:2: style: Class 'PCOType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/regression_test/logger/emergency_logging/PCO_PT.hh:30:2: style: Class 'PCO__PT' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/regression_test/logger/logtest/PCO_PT.hh:30:2: style: Class 'PCO__PT' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/regression_test/makefilegen/makefilegen_envvar_test/testA/Test/src/PCOType.hh:19:2: style: Class 'PCOType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/regression_test/nonMandatoryPar/PCOType.hh:35:2: style: Class 'PCOType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/regression_test/omitdef/PT_DefOpt.hh:37:2: style: Class 'PT__DefOpt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/regression_test/portTranslation/NVP.hh:19:2: style: Class 'NVP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/regression_test/portTranslation/P1.cc:21:2: performance: Variable 'user_start_ran' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
titan.core-6.3.1/regression_test/portTranslation/P1.cc:23:2: performance: Variable 'port_param_set' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
titan.core-6.3.1/regression_test/portTranslation/P1Internal.cc:21:2: performance: Variable 'user_start_ran' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
titan.core-6.3.1/regression_test/portTranslation/P1Internal.cc:23:2: performance: Variable 'port_param_set' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
titan.core-6.3.1/regression_test/portTranslation/P3.hh:22:2: style: Class 'P3' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/regression_test/portTranslation/P3Internal.hh:22:2: style: Class 'P3Internal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/regression_test/portTranslation/PT2.hh:22:2: style: Class 'PT2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/regression_test/profiler/PIPEasp_PT.hh:51:2: style: Class 'PIPEasp__PT' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/regression_test/tryCatch/PCOType.hh:29:1: style: Class 'PCOType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/regression_test/ttcn2json/PIPEasp_PT.hh:51:2: style: Class 'PIPEasp__PT' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/regression_test/ucharstrOper/external.cc:76:2: style: Variable 'us5[0]' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
titan.core-6.3.1/regression_test/ucharstrOper/external.cc:75:2: note: Variable 'us5[0]' is reassigned a value before the old one has been used if variable is no semaphore variable.
titan.core-6.3.1/regression_test/ucharstrOper/external.cc:76:2: note: Variable 'us5[0]' is reassigned a value before the old one has been used if variable is no semaphore variable.
titan.core-6.3.1/regression_test/ucharstrOper/external.cc:85:2: style: Variable 'us5[0]' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
titan.core-6.3.1/regression_test/ucharstrOper/external.cc:84:2: note: Variable 'us5[0]' is reassigned a value before the old one has been used if variable is no semaphore variable.
titan.core-6.3.1/regression_test/ucharstrOper/external.cc:85:2: note: Variable 'us5[0]' is reassigned a value before the old one has been used if variable is no semaphore variable.
titan.core-6.3.1/regression_test/ucharstrOper/external.cc:42:16: style: Same expression on both sides of '||' because the value of 'us!="a"' and '"a"!=us' are the same. [duplicateExpression]
titan.core-6.3.1/regression_test/ucharstrOper/external.cc:46:20: style: Same expression on both sides of '||' because the value of 'us3!="abcd"' and '"abcd"!=us3' are the same. [duplicateExpression]
titan.core-6.3.1/regression_test/ucharstrOper/external.cc:54:20: style: Same expression on both sides of '||' because the value of 'us5!="abcd"' and '"abcd"!=us5' are the same. [duplicateExpression]
titan.core-6.3.1/regression_test/ucharstrOper/external.cc:60:56: style: Same expression on both sides of '||' because the value of '"a"!=us5[0]' and 'us5[0]!="a"' are the same. [duplicateExpression]
titan.core-6.3.1/regression_test/ucharstrOper/external.cc:64:20: style: Same expression on both sides of '||' because the value of 'us5[0]!="b"' and '"b"!=us5[0]' are the same. [duplicateExpression]
titan.core-6.3.1/regression_test/ucharstrOper/external.cc:64:74: style: Same expression on both sides of '||' because the value of 'us5!="bbcd"' and '"bbcd"!=us5' are the same. [duplicateExpression]
titan.core-6.3.1/regression_test/ucharstrOper/external.cc:68:20: style: Same expression on both sides of '||' because the value of 'us5[0]!="a"' and '"a"!=us5[0]' are the same. [duplicateExpression]
titan.core-6.3.1/regression_test/ucharstrOper/external.cc:68:54: style: Same expression on both sides of '||' because the value of 'us5!="abcd"' and '"abcd"!=us5' are the same. [duplicateExpression]
titan.core-6.3.1/regression_test/ucharstrOper/external.cc:73:20: style: Same expression on both sides of '||' because the value of 'us5[0]!="x"' and '"x"!=us5[0]' are the same. [duplicateExpression]
titan.core-6.3.1/regression_test/ucharstrOper/external.cc:73:54: style: Same expression on both sides of '||' because the value of 'us5!="xbcd"' and '"xbcd"!=us5' are the same. [duplicateExpression]
titan.core-6.3.1/regression_test/ucharstrOper/external.cc:78:20: style: Same expression on both sides of '||' because the value of 'us5[0]!="x"' and '"x"!=us5[0]' are the same. [duplicateExpression]
titan.core-6.3.1/regression_test/ucharstrOper/external.cc:78:54: style: Same expression on both sides of '||' because the value of 'us5!="xbcd"' and '"xbcd"!=us5' are the same. [duplicateExpression]
titan.core-6.3.1/regression_test/ucharstrOper/external.cc:121:18: style: Same expression on both sides of '||' because the value of 'use!="ab"' and '"ab"!=use' are the same. [duplicateExpression]
titan.core-6.3.1/regression_test/ucharstrOper/external.cc:125:18: style: Same expression on both sides of '||' because the value of 'use!="ab"' and '"ab"!=use' are the same. [duplicateExpression]
titan.core-6.3.1/regression_test/ucharstrOper/external.cc:129:18: style: Same expression on both sides of '||' because the value of 'use!="ab"' and '"ab"!=use' are the same. [duplicateExpression]
titan.core-6.3.1/regression_test/ucharstrOper/external.cc:133:18: style: Same expression on both sides of '||' because the value of 'use!="ab"' and '"ab"!=use' are the same. [duplicateExpression]
titan.core-6.3.1/regression_test/ucharstrOper/external.cc:137:18: style: Same expression on both sides of '||' because the value of 'use!="ab"' and '"ab"!=use' are the same. [duplicateExpression]
titan.core-6.3.1/regression_test/ucharstrOper/external.cc:141:18: style: Same expression on both sides of '||' because the value of 'use!="ab"' and '"ab"!=use' are the same. [duplicateExpression]
titan.core-6.3.1/regression_test/ucharstrOper/external.cc:145:18: style: Same expression on both sides of '||' because the value of 'use!="ab"' and '"ab"!=use' are the same. [duplicateExpression]
titan.core-6.3.1/regression_test/ucharstrOper/external.cc:149:18: style: Same expression on both sides of '||' because the value of 'use!="ab"' and '"ab"!=use' are the same. [duplicateExpression]
titan.core-6.3.1/regression_test/ucharstrOper/external.cc:153:18: style: Same expression on both sides of '||' because the value of 'use!="ab"' and '"ab"!=use' are the same. [duplicateExpression]
titan.core-6.3.1/regression_test/ucharstrOper/external.cc:157:18: style: Same expression on both sides of '||' because the value of 'use!="ab"' and '"ab"!=use' are the same. [duplicateExpression]
titan.core-6.3.1/regression_test/ucharstrOper/external.cc:161:18: style: Same expression on both sides of '||' because the value of 'use!="ab"' and '"ab"!=use' are the same. [duplicateExpression]
titan.core-6.3.1/regression_test/ucharstrOper/external.cc:165:18: style: Same expression on both sides of '||' because the value of 'use!="ab"' and '"ab"!=use' are the same. [duplicateExpression]
titan.core-6.3.1/regression_test/ucharstrOper/external.cc:169:18: style: Same expression on both sides of '||' because the value of 'use!="ab"' and '"ab"!=use' are the same. [duplicateExpression]
titan.core-6.3.1/regression_test/ucharstrOper/external.cc:173:18: style: Same expression on both sides of '||' because the value of 'use!="ab"' and '"ab"!=use' are the same. [duplicateExpression]
titan.core-6.3.1/regression_test/ucharstrOper/external.cc:177:18: style: Same expression on both sides of '||' because the value of 'use!="ab"' and '"ab"!=use' are the same. [duplicateExpression]
titan.core-6.3.1/regression_test/ucharstrOper/external.cc:181:18: style: Same expression on both sides of '||' because the value of 'use!="ab"' and '"ab"!=use' are the same. [duplicateExpression]
titan.core-6.3.1/regression_test/ucharstrOper/external.cc:185:18: style: Same expression on both sides of '||' because the value of 'use!="ab"' and '"ab"!=use' are the same. [duplicateExpression]
titan.core-6.3.1/regression_test/ucharstrOper/external.cc:189:18: style: Same expression on both sides of '||' because the value of 'use!="ab"' and '"ab"!=use' are the same. [duplicateExpression]
titan.core-6.3.1/regression_test/ucharstrOper/external.cc:193:18: style: Same expression on both sides of '||' because the value of 'use!="ab"' and '"ab"!=use' are the same. [duplicateExpression]
titan.core-6.3.1/regression_test/ucharstrOper/external.cc:197:18: style: Same expression on both sides of '||' because the value of 'use!="ab"' and '"ab"!=use' are the same. [duplicateExpression]
titan.core-6.3.1/regression_test/ucharstrOper/external.cc:201:18: style: Same expression on both sides of '||' because the value of 'use!="ab"' and '"ab"!=use' are the same. [duplicateExpression]
titan.core-6.3.1/regression_test/ucharstrOper/external.cc:205:18: style: Same expression on both sides of '||' because the value of 'use!="ab"' and '"ab"!=use' are the same. [duplicateExpression]
titan.core-6.3.1/regression_test/ucharstrOper/external.cc:209:18: style: Same expression on both sides of '||' because the value of 'use!="ab"' and '"ab"!=use' are the same. [duplicateExpression]
titan.core-6.3.1/regression_test/ucharstrOper/external.cc:213:18: style: Same expression on both sides of '||' because the value of 'use!="ab"' and '"ab"!=use' are the same. [duplicateExpression]
titan.core-6.3.1/regression_test/ucharstrOper/external.cc:252:36: style: Same expression on both sides of '||' because the value of 'us_from_uc[i]!=uc_array[i]' and 'uc_array[i]!=us_from_uc[i]' are the same. [duplicateExpression]
titan.core-6.3.1/regression_test/ucharstrOper/external.cc:257:20: style: Same expression on both sides of '||' because the value of 'us6!="abcd"' and '"abcd"!=us6' are the same. [duplicateExpression]
titan.core-6.3.1/regression_test/ucharstrOper/external.cc:261:17: style: Same expression on both sides of '||' because the value of 'us7!="a"' and '"a"!=us7' are the same. [duplicateExpression]
titan.core-6.3.1/repgen/repgen.c:157:10: style: The scope of the variable 'ctemp' can be reduced. [variableScope]
titan.core-6.3.1/repgen/repgen.c:245:8: style: The scope of the variable 'used' can be reduced. [variableScope]
titan.core-6.3.1/repgen/repgen.c:444:10: style: The scope of the variable 'rfile' can be reduced. [variableScope]
titan.core-6.3.1/repgen/repgen.c:206:0: error: Resource leak: rfile [resourceLeak]
titan.core-6.3.1/repgen/repgen.c:413:0: error: Resource leak: rfile [resourceLeak]
titan.core-6.3.1/xsdconvert/TTCN3Module.hh:273:16: style: Technically the member function 'TTCN3Module::getConstCounter' can be const. [functionConst]
titan.core-6.3.1/xsdconvert/List.hh:101:0: style: Technically the member function 'List < TagName >::sort' can be const. [functionConst]
titan.core-6.3.1/xsdconvert/List.hh:301:0: note: Technically the member function 'List < TagName >::sort' can be const.
titan.core-6.3.1/xsdconvert/List.hh:101:0: note: Technically the member function 'List < TagName >::sort' can be const.
titan.core-6.3.1/xsdconvert/List.hh:107:0: style: Technically the member function 'List < TagName >::sort' can be const. [functionConst]
titan.core-6.3.1/xsdconvert/List.hh:320:0: note: Technically the member function 'List < TagName >::sort' can be const.
titan.core-6.3.1/xsdconvert/List.hh:107:0: note: Technically the member function 'List < TagName >::sort' can be const.
titan.core-6.3.1/xsdconvert/List.hh:101:0: style: Technically the member function 'List < QualifiedName >::sort' can be const. [functionConst]
titan.core-6.3.1/xsdconvert/List.hh:301:0: note: Technically the member function 'List < QualifiedName >::sort' can be const.
titan.core-6.3.1/xsdconvert/List.hh:101:0: note: Technically the member function 'List < QualifiedName >::sort' can be const.
titan.core-6.3.1/xsdconvert/List.hh:107:0: style: Technically the member function 'List < QualifiedName >::sort' can be const. [functionConst]
titan.core-6.3.1/xsdconvert/List.hh:320:0: note: Technically the member function 'List < QualifiedName >::sort' can be const.
titan.core-6.3.1/xsdconvert/List.hh:107:0: note: Technically the member function 'List < QualifiedName >::sort' can be const.
titan.core-6.3.1/xsdconvert/List.hh:101:0: style: Technically the member function 'List < SimpleType * >::sort' can be const. [functionConst]
titan.core-6.3.1/xsdconvert/List.hh:301:0: note: Technically the member function 'List < SimpleType * >::sort' can be const.
titan.core-6.3.1/xsdconvert/List.hh:101:0: note: Technically the member function 'List < SimpleType * >::sort' can be const.
titan.core-6.3.1/xsdconvert/List.hh:107:0: style: Technically the member function 'List < SimpleType * >::sort' can be const. [functionConst]
titan.core-6.3.1/xsdconvert/List.hh:320:0: note: Technically the member function 'List < SimpleType * >::sort' can be const.
titan.core-6.3.1/xsdconvert/List.hh:107:0: note: Technically the member function 'List < SimpleType * >::sort' can be const.
titan.core-6.3.1/xsdconvert/List.hh:101:0: style: Technically the member function 'List < ComplexType * >::sort' can be const. [functionConst]
titan.core-6.3.1/xsdconvert/List.hh:301:0: note: Technically the member function 'List < ComplexType * >::sort' can be const.
titan.core-6.3.1/xsdconvert/List.hh:101:0: note: Technically the member function 'List < ComplexType * >::sort' can be const.
titan.core-6.3.1/xsdconvert/List.hh:107:0: style: Technically the member function 'List < ComplexType * >::sort' can be const. [functionConst]
titan.core-6.3.1/xsdconvert/List.hh:320:0: note: Technically the member function 'List < ComplexType * >::sort' can be const.
titan.core-6.3.1/xsdconvert/List.hh:107:0: note: Technically the member function 'List < ComplexType * >::sort' can be const.
titan.core-6.3.1/xsdconvert/List.hh:101:0: style: Technically the member function 'List < typeNameDepList >::sort' can be const. [functionConst]
titan.core-6.3.1/xsdconvert/List.hh:301:0: note: Technically the member function 'List < typeNameDepList >::sort' can be const.
titan.core-6.3.1/xsdconvert/List.hh:101:0: note: Technically the member function 'List < typeNameDepList >::sort' can be const.
titan.core-6.3.1/xsdconvert/List.hh:107:0: style: Technically the member function 'List < typeNameDepList >::sort' can be const. [functionConst]
titan.core-6.3.1/xsdconvert/List.hh:320:0: note: Technically the member function 'List < typeNameDepList >::sort' can be const.
titan.core-6.3.1/xsdconvert/List.hh:107:0: note: Technically the member function 'List < typeNameDepList >::sort' can be const.
titan.core-6.3.1/xsdconvert/XMLParser.hh:227:3: style: Class 'XMLParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/xsdconvert/XMLParser.hh:112:5: style: Class 'TagAttributes' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/xsdconvert/Annotation.hh:43:8: style: The function 'loadWithValues' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/xsdconvert/RootType.hh:164:16: note: Virtual function in base class
titan.core-6.3.1/xsdconvert/Annotation.hh:43:8: note: Function in derived class
titan.core-6.3.1/xsdconvert/Annotation.hh:44:8: style: The function 'printToFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/xsdconvert/RootType.hh:165:16: note: Virtual function in base class
titan.core-6.3.1/xsdconvert/Annotation.hh:44:8: note: Function in derived class
titan.core-6.3.1/xsdconvert/Annotation.hh:46:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/xsdconvert/RootType.hh:186:16: note: Virtual function in base class
titan.core-6.3.1/xsdconvert/Annotation.hh:46:8: note: Function in derived class
titan.core-6.3.1/xsdconvert/SimpleType.hh:405:39: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/xsdconvert/SimpleType.hh:406:39: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/xsdconvert/SimpleType.hh:408:49: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/xsdconvert/SimpleType.hh:409:39: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/xsdconvert/AttributeType.cc:36:6: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/xsdconvert/AttributeType.cc:15:44: style: Function 'AttributeType' argument 1 names different: declaration 'a_complextype' definition 'a_complexType'. [funcArgNamesDifferent]
titan.core-6.3.1/xsdconvert/AttributeType.hh:43:40: note: Function 'AttributeType' argument 1 names different: declaration 'a_complextype' definition 'a_complexType'.
titan.core-6.3.1/xsdconvert/AttributeType.cc:15:44: note: Function 'AttributeType' argument 1 names different: declaration 'a_complextype' definition 'a_complexType'.
titan.core-6.3.1/xsdconvert/AttributeType.cc:84:58: style: Function 'nameConversion_names' argument 1 names different: declaration 'used' definition 'used_ns'. [funcArgNamesDifferent]
titan.core-6.3.1/xsdconvert/AttributeType.hh:88:45: note: Function 'nameConversion_names' argument 1 names different: declaration 'used' definition 'used_ns'.
titan.core-6.3.1/xsdconvert/AttributeType.cc:84:58: note: Function 'nameConversion_names' argument 1 names different: declaration 'used' definition 'used_ns'.
titan.core-6.3.1/xsdconvert/List.hh:101:0: style: Technically the member function 'List < int >::sort' can be const. [functionConst]
titan.core-6.3.1/xsdconvert/List.hh:301:0: note: Technically the member function 'List < int >::sort' can be const.
titan.core-6.3.1/xsdconvert/List.hh:101:0: note: Technically the member function 'List < int >::sort' can be const.
titan.core-6.3.1/xsdconvert/List.hh:107:0: style: Technically the member function 'List < int >::sort' can be const. [functionConst]
titan.core-6.3.1/xsdconvert/List.hh:320:0: note: Technically the member function 'List < int >::sort' can be const.
titan.core-6.3.1/xsdconvert/List.hh:107:0: note: Technically the member function 'List < int >::sort' can be const.
titan.core-6.3.1/xsdconvert/List.hh:101:0: style: Technically the member function 'List < double >::sort' can be const. [functionConst]
titan.core-6.3.1/xsdconvert/List.hh:301:0: note: Technically the member function 'List < double >::sort' can be const.
titan.core-6.3.1/xsdconvert/List.hh:101:0: note: Technically the member function 'List < double >::sort' can be const.
titan.core-6.3.1/xsdconvert/List.hh:107:0: style: Technically the member function 'List < double >::sort' can be const. [functionConst]
titan.core-6.3.1/xsdconvert/List.hh:320:0: note: Technically the member function 'List < double >::sort' can be const.
titan.core-6.3.1/xsdconvert/List.hh:107:0: note: Technically the member function 'List < double >::sort' can be const.
titan.core-6.3.1/xsdconvert/List.hh:101:0: style: Technically the member function 'List < AttributeType * >::sort' can be const. [functionConst]
titan.core-6.3.1/xsdconvert/List.hh:301:0: note: Technically the member function 'List < AttributeType * >::sort' can be const.
titan.core-6.3.1/xsdconvert/List.hh:101:0: note: Technically the member function 'List < AttributeType * >::sort' can be const.
titan.core-6.3.1/xsdconvert/List.hh:107:0: style: Technically the member function 'List < AttributeType * >::sort' can be const. [functionConst]
titan.core-6.3.1/xsdconvert/List.hh:320:0: note: Technically the member function 'List < AttributeType * >::sort' can be const.
titan.core-6.3.1/xsdconvert/List.hh:107:0: note: Technically the member function 'List < AttributeType * >::sort' can be const.
titan.core-6.3.1/xsdconvert/SimpleType.hh:36:3: style: Class 'LengthType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/xsdconvert/SimpleType.hh:53:3: style: Class 'PatternType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/xsdconvert/SimpleType.hh:76:3: style: Class 'EnumerationType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/xsdconvert/SimpleType.hh:95:3: style: Class 'WhitespaceType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/xsdconvert/SimpleType.hh:123:3: style: Class 'ValueType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/xsdconvert/ComplexType.hh:133:3: style: Class 'ComplexType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
titan.core-6.3.1/xsdconvert/SimpleType.hh:284:8: style: The function 'loadWithValues' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/xsdconvert/RootType.hh:164:16: note: Virtual function in base class
titan.core-6.3.1/xsdconvert/SimpleType.hh:284:8: note: Function in derived class
titan.core-6.3.1/xsdconvert/SimpleType.hh:285:8: style: The function 'printToFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/xsdconvert/RootType.hh:165:16: note: Virtual function in base class
titan.core-6.3.1/xsdconvert/SimpleType.hh:285:8: note: Function in derived class
titan.core-6.3.1/xsdconvert/SimpleType.hh:286:8: style: The function 'referenceResolving' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/xsdconvert/RootType.hh:170:16: note: Virtual function in base class
titan.core-6.3.1/xsdconvert/SimpleType.hh:286:8: note: Function in derived class
titan.core-6.3.1/xsdconvert/SimpleType.hh:287:8: style: The function 'nameConversion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/xsdconvert/RootType.hh:173:16: note: Virtual function in base class
titan.core-6.3.1/xsdconvert/SimpleType.hh:287:8: note: Function in derived class
titan.core-6.3.1/xsdconvert/SimpleType.hh:288:8: style: The function 'finalModification' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/xsdconvert/RootType.hh:176:16: note: Virtual function in base class
titan.core-6.3.1/xsdconvert/SimpleType.hh:288:8: note: Function in derived class
titan.core-6.3.1/xsdconvert/SimpleType.hh:289:16: style: The function 'finalModification2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/xsdconvert/RootType.hh:179:16: note: Virtual function in base class
titan.core-6.3.1/xsdconvert/SimpleType.hh:289:16: note: Function in derived class
titan.core-6.3.1/xsdconvert/SimpleType.hh:290:16: style: The function 'hasUnresolvedReference' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/xsdconvert/RootType.hh:182:16: note: Virtual function in base class
titan.core-6.3.1/xsdconvert/SimpleType.hh:290:16: note: Function in derived class
titan.core-6.3.1/xsdconvert/SimpleType.hh:292:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/xsdconvert/RootType.hh:186:16: note: Virtual function in base class
titan.core-6.3.1/xsdconvert/SimpleType.hh:292:8: note: Function in derived class
titan.core-6.3.1/xsdconvert/ComplexType.hh:93:8: style: The function 'nameConversion_types' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/xsdconvert/SimpleType.hh:266:16: note: Virtual function in base class
titan.core-6.3.1/xsdconvert/ComplexType.hh:93:8: note: Function in derived class
titan.core-6.3.1/xsdconvert/ComplexType.hh:103:8: style: The function 'finalModification2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/xsdconvert/SimpleType.hh:289:16: note: Virtual function in base class
titan.core-6.3.1/xsdconvert/ComplexType.hh:103:8: note: Function in derived class
titan.core-6.3.1/xsdconvert/ComplexType.hh:122:8: style: The function 'printVariant' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/xsdconvert/RootType.hh:294:16: note: Virtual function in base class
titan.core-6.3.1/xsdconvert/ComplexType.hh:122:8: note: Function in derived class
titan.core-6.3.1/xsdconvert/ComplexType.hh:143:8: style: The function 'loadWithValues' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/xsdconvert/RootType.hh:164:16: note: Virtual function in base class
titan.core-6.3.1/xsdconvert/ComplexType.hh:143:8: note: Function in derived class
titan.core-6.3.1/xsdconvert/ComplexType.hh:144:8: style: The function 'addComment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/xsdconvert/RootType.hh:296:16: note: Virtual function in base class
titan.core-6.3.1/xsdconvert/ComplexType.hh:144:8: note: Function in derived class
titan.core-6.3.1/xsdconvert/ComplexType.hh:145:8: style: The function 'printToFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/xsdconvert/RootType.hh:165:16: note: Virtual function in base class
titan.core-6.3.1/xsdconvert/ComplexType.hh:145:8: note: Function in derived class
titan.core-6.3.1/xsdconvert/ComplexType.hh:148:8: style: The function 'modifyValues' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/xsdconvert/RootType.hh:167:16: note: Virtual function in base class
titan.core-6.3.1/xsdconvert/ComplexType.hh:148:8: note: Function in derived class
titan.core-6.3.1/xsdconvert/ComplexType.hh:149:8: style: The function 'referenceResolving' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/xsdconvert/RootType.hh:170:16: note: Virtual function in base class
titan.core-6.3.1/xsdconvert/ComplexType.hh:149:8: note: Function in derived class
titan.core-6.3.1/xsdconvert/ComplexType.hh:150:8: style: The function 'nameConversion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/xsdconvert/RootType.hh:173:16: note: Virtual function in base class
titan.core-6.3.1/xsdconvert/ComplexType.hh:150:8: note: Function in derived class
titan.core-6.3.1/xsdconvert/ComplexType.hh:151:8: style: The function 'finalModification' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/xsdconvert/RootType.hh:176:16: note: Virtual function in base class
titan.core-6.3.1/xsdconvert/ComplexType.hh:151:8: note: Function in derived class
titan.core-6.3.1/xsdconvert/ComplexType.hh:152:8: style: The function 'hasUnresolvedReference' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/xsdconvert/SimpleType.hh:290:16: note: Virtual function in base class
titan.core-6.3.1/xsdconvert/ComplexType.hh:152:8: note: Function in derived class
titan.core-6.3.1/xsdconvert/ComplexType.hh:153:8: style: The function 'modifyList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/xsdconvert/SimpleType.hh:291:16: note: Virtual function in base class
titan.core-6.3.1/xsdconvert/ComplexType.hh:153:8: note: Function in derived class
titan.core-6.3.1/xsdconvert/ComplexType.hh:156:11: style: The function 'getPath' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/xsdconvert/SimpleType.hh:430:19: note: Virtual function in base class
titan.core-6.3.1/xsdconvert/ComplexType.hh:156:11: note: Function in derived class
titan.core-6.3.1/xsdconvert/ComplexType.hh:158:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/xsdconvert/RootType.hh:186:16: note: Virtual function in base class
titan.core-6.3.1/xsdconvert/ComplexType.hh:158:8: note: Function in derived class
titan.core-6.3.1/xsdconvert/AttributeType.hh:57:8: style: The function 'modifyValues' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/xsdconvert/RootType.hh:167:16: note: Virtual function in base class
titan.core-6.3.1/xsdconvert/AttributeType.hh:57:8: note: Function in derived class
titan.core-6.3.1/xsdconvert/AttributeType.hh:102:11: style: The function 'getPath' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/xsdconvert/SimpleType.hh:430:19: note: Virtual function in base class
titan.core-6.3.1/xsdconvert/AttributeType.hh:102:11: note: Function in derived class
titan.core-6.3.1/xsdconvert/AttributeType.hh:106:8: style: The function 'printToFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/xsdconvert/RootType.hh:165:16: note: Virtual function in base class
titan.core-6.3.1/xsdconvert/AttributeType.hh:106:8: note: Function in derived class
titan.core-6.3.1/xsdconvert/AttributeType.hh:111:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/xsdconvert/RootType.hh:186:16: note: Virtual function in base class
titan.core-6.3.1/xsdconvert/AttributeType.hh:111:8: note: Function in derived class
titan.core-6.3.1/xsdconvert/ComplexType.cc:2042:32: style: Condition 'ct->basefield==NULL' is always true [knownConditionTrueFalse]
titan.core-6.3.1/xsdconvert/ComplexType.cc:1615:46: warning: Either the condition 'ct!=NULL' is redundant or there is possible null pointer dereference: found_CT. [nullPointerRedundantCheck]
titan.core-6.3.1/xsdconvert/ComplexType.cc:1931:21: note: Assuming that condition 'ct!=NULL' is not redundant
titan.core-6.3.1/xsdconvert/ComplexType.cc:1941:35: note: Calling function 'applyAttributeExtension', 1st argument 'found_CT' value is 0
titan.core-6.3.1/xsdconvert/ComplexType.cc:1615:46: note: Null pointer dereference
titan.core-6.3.1/xsdconvert/ComplexType.cc:1661:17: warning: Either the condition 'maybeAlias!=NULL' is redundant or there is possible null pointer dereference: found_CT. [nullPointerRedundantCheck]
titan.core-6.3.1/xsdconvert/ComplexType.cc:2190:25: note: Assuming that condition 'maybeAlias!=NULL' is not redundant
titan.core-6.3.1/xsdconvert/ComplexType.cc:2193:55: note: Calling function 'applyAttributeRestriction', 1st argument 'found_CT' value is 0
titan.core-6.3.1/xsdconvert/ComplexType.cc:1661:17: note: Null pointer dereference
titan.core-6.3.1/xsdconvert/ComplexType.cc:1664:41: warning: Either the condition 'maybeAlias!=NULL' is redundant or there is possible null pointer dereference: found_CT. [nullPointerRedundantCheck]
titan.core-6.3.1/xsdconvert/ComplexType.cc:2190:25: note: Assuming that condition 'maybeAlias!=NULL' is not redundant
titan.core-6.3.1/xsdconvert/ComplexType.cc:2193:55: note: Calling function 'applyAttributeRestriction', 1st argument 'found_CT' value is 0
titan.core-6.3.1/xsdconvert/ComplexType.cc:1664:41: note: Null pointer dereference
titan.core-6.3.1/xsdconvert/ComplexType.cc:1690:7: warning: Either the condition 'st!=NULL' is redundant or there is possible null pointer dereference: other. [nullPointerRedundantCheck]
titan.core-6.3.1/xsdconvert/ComplexType.cc:1966:20: note: Assuming that condition 'st!=NULL' is not redundant
titan.core-6.3.1/xsdconvert/ComplexType.cc:1970:44: note: Calling function 'addNameSpaceAsVariant', 2nd argument 'other' value is 0
titan.core-6.3.1/xsdconvert/ComplexType.cc:1690:7: note: Null pointer dereference
titan.core-6.3.1/xsdconvert/ComplexType.cc:1936:11: warning: Either the condition 'ct!=NULL' is redundant or there is possible null pointer dereference: ct. [nullPointerRedundantCheck]
titan.core-6.3.1/xsdconvert/ComplexType.cc:1931:21: note: Assuming that condition 'ct!=NULL' is not redundant
titan.core-6.3.1/xsdconvert/ComplexType.cc:1936:11: note: Null pointer dereference
titan.core-6.3.1/xsdconvert/ComplexType.cc:1937:32: warning: Either the condition 'ct!=NULL' is redundant or there is possible null pointer dereference: ct. [nullPointerRedundantCheck]
titan.core-6.3.1/xsdconvert/ComplexType.cc:1931:21: note: Assuming that condition 'ct!=NULL' is not redundant
titan.core-6.3.1/xsdconvert/ComplexType.cc:1937:32: note: Null pointer dereference
titan.core-6.3.1/xsdconvert/ComplexType.cc:1939:38: warning: Either the condition 'ct!=NULL' is redundant or there is possible null pointer dereference: ct. [nullPointerRedundantCheck]
titan.core-6.3.1/xsdconvert/ComplexType.cc:1931:21: note: Assuming that condition 'ct!=NULL' is not redundant
titan.core-6.3.1/xsdconvert/ComplexType.cc:1939:38: note: Null pointer dereference
titan.core-6.3.1/xsdconvert/ComplexType.cc:1940:44: warning: Either the condition 'ct!=NULL' is redundant or there is possible null pointer dereference: ct. [nullPointerRedundantCheck]
titan.core-6.3.1/xsdconvert/ComplexType.cc:1931:21: note: Assuming that condition 'ct!=NULL' is not redundant
titan.core-6.3.1/xsdconvert/ComplexType.cc:1940:44: note: Null pointer dereference
titan.core-6.3.1/xsdconvert/ComplexType.cc:1969:36: warning: Either the condition 'st!=NULL' is redundant or there is possible null pointer dereference: st. [nullPointerRedundantCheck]
titan.core-6.3.1/xsdconvert/ComplexType.cc:1966:20: note: Assuming that condition 'st!=NULL' is not redundant
titan.core-6.3.1/xsdconvert/ComplexType.cc:1969:36: note: Null pointer dereference
titan.core-6.3.1/xsdconvert/ComplexType.cc:1972:38: warning: Either the condition 'st!=NULL' is redundant or there is possible null pointer dereference: st. [nullPointerRedundantCheck]
titan.core-6.3.1/xsdconvert/ComplexType.cc:1966:20: note: Assuming that condition 'st!=NULL' is not redundant
titan.core-6.3.1/xsdconvert/ComplexType.cc:1972:38: note: Null pointer dereference
titan.core-6.3.1/xsdconvert/ComplexType.cc:1976:15: warning: Either the condition 'st!=NULL' is redundant or there is possible null pointer dereference: st. [nullPointerRedundantCheck]
titan.core-6.3.1/xsdconvert/ComplexType.cc:1966:20: note: Assuming that condition 'st!=NULL' is not redundant
titan.core-6.3.1/xsdconvert/ComplexType.cc:1976:15: note: Null pointer dereference
titan.core-6.3.1/xsdconvert/ComplexType.cc:2028:9: warning: Either the condition 'st!=NULL' is redundant or there is possible null pointer dereference: st. [nullPointerRedundantCheck]
titan.core-6.3.1/xsdconvert/ComplexType.cc:2024:15: note: Assuming that condition 'st!=NULL' is not redundant
titan.core-6.3.1/xsdconvert/ComplexType.cc:2028:9: note: Null pointer dereference
titan.core-6.3.1/xsdconvert/ComplexType.cc:712:6: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/xsdconvert/ComplexType.cc:1699:23: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/xsdconvert/ComplexType.cc:1710:32: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/xsdconvert/ComplexType.cc:1720:36: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/xsdconvert/ComplexType.cc:1735:22: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/xsdconvert/ComplexType.cc:1743:24: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/xsdconvert/ComplexType.cc:1797:23: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/xsdconvert/ComplexType.cc:1805:24: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/xsdconvert/ComplexType.cc:1834:10: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/xsdconvert/ComplexType.cc:1861:22: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/xsdconvert/ComplexType.cc:1885:49: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/xsdconvert/ComplexType.cc:1891:53: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/xsdconvert/ComplexType.cc:1897:30: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/xsdconvert/ComplexType.cc:1905:23: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/xsdconvert/ComplexType.cc:1908:44: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/xsdconvert/ComplexType.cc:1909:28: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/xsdconvert/ComplexType.cc:1932:18: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/xsdconvert/ComplexType.cc:1998:23: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/xsdconvert/ComplexType.cc:2029:26: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/xsdconvert/ComplexType.cc:2063:24: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/xsdconvert/ComplexType.cc:2099:24: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/xsdconvert/ComplexType.cc:2128:14: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/xsdconvert/ComplexType.cc:2178:24: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/xsdconvert/ComplexType.cc:2191:22: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/xsdconvert/ComplexType.cc:2278:23: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/xsdconvert/ComplexType.cc:2287:26: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/xsdconvert/ComplexType.cc:2301:6: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/xsdconvert/ComplexType.cc:2313:32: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/xsdconvert/ComplexType.cc:2324:8: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/xsdconvert/ComplexType.cc:2325:17: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/xsdconvert/ComplexType.cc:2419:28: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/xsdconvert/ComplexType.cc:2423:16: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/xsdconvert/ComplexType.cc:2427:14: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/xsdconvert/ComplexType.cc:2430:12: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/xsdconvert/ComplexType.cc:830:53: style: Function 'nameConversion' argument 1 names different: declaration 'mode' definition 'conversion_mode'. [funcArgNamesDifferent]
titan.core-6.3.1/xsdconvert/ComplexType.hh:150:42: note: Function 'nameConversion' argument 1 names different: declaration 'mode' definition 'conversion_mode'.
titan.core-6.3.1/xsdconvert/ComplexType.cc:830:53: note: Function 'nameConversion' argument 1 names different: declaration 'mode' definition 'conversion_mode'.
titan.core-6.3.1/xsdconvert/ComplexType.cc:1614:83: style: Function 'applyAttributeExtension' argument 2 names different: declaration 'anyAttr' definition 'anyAttrib'. [funcArgNamesDifferent]
titan.core-6.3.1/xsdconvert/ComplexType.hh:91:72: note: Function 'applyAttributeExtension' argument 2 names different: declaration 'anyAttr' definition 'anyAttrib'.
titan.core-6.3.1/xsdconvert/ComplexType.cc:1614:83: note: Function 'applyAttributeExtension' argument 2 names different: declaration 'anyAttr' definition 'anyAttrib'.
titan.core-6.3.1/xsdconvert/ComplexType.cc:1689:52: style: Function 'addNameSpaceAsVariant' argument 1 names different: declaration 'type' definition 'root'. [funcArgNamesDifferent]
titan.core-6.3.1/xsdconvert/ComplexType.hh:97:41: note: Function 'addNameSpaceAsVariant' argument 1 names different: declaration 'type' definition 'root'.
titan.core-6.3.1/xsdconvert/ComplexType.cc:1689:52: note: Function 'addNameSpaceAsVariant' argument 1 names different: declaration 'type' definition 'root'.
titan.core-6.3.1/xsdconvert/ComplexType.cc:2235:63: style: Function 'hasMatchingFields' argument 1 names different: declaration 'a' definition 'mainList'. [funcArgNamesDifferent]
titan.core-6.3.1/xsdconvert/ComplexType.hh:118:52: note: Function 'hasMatchingFields' argument 1 names different: declaration 'a' definition 'mainList'.
titan.core-6.3.1/xsdconvert/ComplexType.cc:2235:63: note: Function 'hasMatchingFields' argument 1 names different: declaration 'a' definition 'mainList'.
titan.core-6.3.1/xsdconvert/ComplexType.cc:2235:99: style: Function 'hasMatchingFields' argument 2 names different: declaration 'b' definition 'subList'. [funcArgNamesDifferent]
titan.core-6.3.1/xsdconvert/ComplexType.hh:118:81: note: Function 'hasMatchingFields' argument 2 names different: declaration 'b' definition 'subList'.
titan.core-6.3.1/xsdconvert/ComplexType.cc:2235:99: note: Function 'hasMatchingFields' argument 2 names different: declaration 'b' definition 'subList'.
titan.core-6.3.1/xsdconvert/ComplexType.cc:2399:48: style: Function 'findRoot' argument 1 names different: declaration 'value' definition 'block_value'. [funcArgNamesDifferent]
titan.core-6.3.1/xsdconvert/ComplexType.hh:105:37: note: Function 'findRoot' argument 1 names different: declaration 'value' definition 'block_value'.
titan.core-6.3.1/xsdconvert/ComplexType.cc:2399:48: note: Function 'findRoot' argument 1 names different: declaration 'value' definition 'block_value'.
titan.core-6.3.1/xsdconvert/ComplexType.hh:97:8: performance: Technically the member function 'ComplexType::addNameSpaceAsVariant' can be static. [functionStatic]
titan.core-6.3.1/xsdconvert/ComplexType.cc:1689:19: note: Technically the member function 'ComplexType::addNameSpaceAsVariant' can be static.
titan.core-6.3.1/xsdconvert/ComplexType.hh:97:8: note: Technically the member function 'ComplexType::addNameSpaceAsVariant' can be static.
titan.core-6.3.1/xsdconvert/ComplexType.hh:101:8: performance: Technically the member function 'ComplexType::setParent' can be static. [functionStatic]
titan.core-6.3.1/xsdconvert/ComplexType.cc:776:19: note: Technically the member function 'ComplexType::setParent' can be static.
titan.core-6.3.1/xsdconvert/ComplexType.hh:101:8: note: Technically the member function 'ComplexType::setParent' can be static.
titan.core-6.3.1/xsdconvert/ComplexType.hh:118:8: performance: Technically the member function 'ComplexType::hasMatchingFields' can be static. [functionStatic]
titan.core-6.3.1/xsdconvert/ComplexType.cc:2235:19: note: Technically the member function 'ComplexType::hasMatchingFields' can be static.
titan.core-6.3.1/xsdconvert/ComplexType.hh:118:8: note: Technically the member function 'ComplexType::hasMatchingFields' can be static.
titan.core-6.3.1/xsdconvert/ComplexType.hh:40:1: warning: The class 'ComplexType' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
titan.core-6.3.1/xsdconvert/Constant.hh:36:10: style: The function 'loadWithValues' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/xsdconvert/RootType.hh:164:16: note: Virtual function in base class
titan.core-6.3.1/xsdconvert/Constant.hh:36:10: note: Function in derived class
titan.core-6.3.1/xsdconvert/Constant.hh:37:10: style: The function 'printToFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/xsdconvert/RootType.hh:165:16: note: Virtual function in base class
titan.core-6.3.1/xsdconvert/Constant.hh:37:10: note: Function in derived class
titan.core-6.3.1/xsdconvert/Constant.hh:38:10: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/xsdconvert/RootType.hh:186:16: note: Virtual function in base class
titan.core-6.3.1/xsdconvert/Constant.hh:38:10: note: Function in derived class
titan.core-6.3.1/xsdconvert/Constant.hh:39:10: style: The function 'nameConversion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/xsdconvert/RootType.hh:173:16: note: Virtual function in base class
titan.core-6.3.1/xsdconvert/Constant.hh:39:10: note: Function in derived class
titan.core-6.3.1/xsdconvert/Constant.hh:42:10: style: The function 'finalModification' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/xsdconvert/RootType.hh:176:16: note: Virtual function in base class
titan.core-6.3.1/xsdconvert/Constant.hh:42:10: note: Function in derived class
titan.core-6.3.1/xsdconvert/Constant.cc:84:23: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/xsdconvert/Constant.cc:98:9: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/xsdconvert/Constant.cc:114:7: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/xsdconvert/Constant.cc:125:7: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/xsdconvert/Constant.cc:129:10: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/xsdconvert/Constant.cc:181:12: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/xsdconvert/Constant.cc:182:10: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/xsdconvert/ImportStatement.hh:55:10: performance: Technically the member function 'ImportStatement::validityChecking' can be static. [functionStatic]
titan.core-6.3.1/xsdconvert/ImportStatement.hh:59:24: style: Technically the member function 'ImportStatement::getSourceModule' can be const. [functionConst]
titan.core-6.3.1/xsdconvert/ImportStatement.hh:52:10: style: The function 'loadWithValues' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/xsdconvert/RootType.hh:164:16: note: Virtual function in base class
titan.core-6.3.1/xsdconvert/ImportStatement.hh:52:10: note: Function in derived class
titan.core-6.3.1/xsdconvert/ImportStatement.hh:53:10: style: The function 'referenceResolving' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/xsdconvert/RootType.hh:170:16: note: Virtual function in base class
titan.core-6.3.1/xsdconvert/ImportStatement.hh:53:10: note: Function in derived class
titan.core-6.3.1/xsdconvert/ImportStatement.hh:57:10: style: The function 'printToFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/xsdconvert/RootType.hh:165:16: note: Virtual function in base class
titan.core-6.3.1/xsdconvert/ImportStatement.hh:57:10: note: Function in derived class
titan.core-6.3.1/xsdconvert/ImportStatement.hh:61:10: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
titan.core-6.3.1/xsdconvert/RootType.hh:186:16: note: Virtual function in base class
titan.core-6.3.1/xsdconvert/ImportStatement.hh:61:10: note: Function in derived class
titan.core-6.3.1/xsdconvert/Mstring.cc:30:34: style: Function 'Mstring' argument 1 names different: declaration 'str' definition 'other'. [funcArgNamesDifferent]
titan.core-6.3.1/xsdconvert/Mstring.hh:36:27: note: Function 'Mstring' argument 1 names different: declaration 'str' definition 'other'.
titan.core-6.3.1/xsdconvert/Mstring.cc:30:34: note: Function 'Mstring' argument 1 names different: declaration 'str' definition 'other'.
titan.core-6.3.1/xsdconvert/Mstring.cc:101:38: style: Function 'foundAt' argument 1 names different: declaration 'c' definition 's'. [funcArgNamesDifferent]
titan.core-6.3.1/xsdconvert/Mstring.hh:123:31: note: Function 'foundAt' argument 1 names different: declaration 'c' definition 's'.
titan.core-6.3.1/xsdconvert/Mstring.cc:101:38: note: Function 'foundAt' argument 1 names different: declaration 'c' definition 's'.
titan.core-6.3.1/xsdconvert/Mstring.cc:162:46: style: Function 'operator=' argument 1 names different: declaration 'str' definition 'other'. [funcArgNamesDifferent]
titan.core-6.3.1/xsdconvert/Mstring.hh:174:39: note: Function 'operator=' argument 1 names different: declaration 'str' definition 'other'.
titan.core-6.3.1/xsdconvert/Mstring.cc:162:46: note: Function 'operator=' argument 1 names different: declaration 'str' definition 'other'.
titan.core-6.3.1/xsdconvert/Mstring.cc:183:47: style: Function 'operator+=' argument 1 names different: declaration 'str' definition 'other'. [funcArgNamesDifferent]
titan.core-6.3.1/xsdconvert/Mstring.hh:188:40: note: Function 'operator+=' argument 1 names different: declaration 'str' definition 'other'.
titan.core-6.3.1/xsdconvert/Mstring.cc:183:47: note: Function 'operator+=' argument 1 names different: declaration 'str' definition 'other'.
titan.core-6.3.1/xsdconvert/SimpleType.cc:648:8: warning: Either the condition 'found_ST!=NULL' is redundant or there is possible null pointer dereference: found_ST. [nullPointerRedundantCheck]
titan.core-6.3.1/xsdconvert/SimpleType.cc:641:18: note: Assuming that condition 'found_ST!=NULL' is not redundant
titan.core-6.3.1/xsdconvert/SimpleType.cc:648:8: note: Null pointer dereference
titan.core-6.3.1/xsdconvert/SimpleType.cc:332:22: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/xsdconvert/SimpleType.cc:339:21: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/xsdconvert/SimpleType.cc:382:21: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/xsdconvert/SimpleType.cc:419:52: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/xsdconvert/SimpleType.cc:420:45: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/xsdconvert/SimpleType.cc:491:12: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/xsdconvert/SimpleType.cc:607:18: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/xsdconvert/SimpleType.cc:952:22: style: The scope of the variable 'modes' can be reduced. [variableScope]
titan.core-6.3.1/xsdconvert/SimpleType.cc:1207:38: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
titan.core-6.3.1/xsdconvert/SimpleType.cc:1208:38: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
titan.core-6.3.1/xsdconvert/SimpleType.cc:1209:36: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
titan.core-6.3.1/xsdconvert/SimpleType.cc:301:52: style: Function 'applyNillableAttribute' argument 1 names different: declaration 'nillable_value' definition 'nillable'. [funcArgNamesDifferent]
titan.core-6.3.1/xsdconvert/SimpleType.hh:296:42: note: Function 'applyNillableAttribute' argument 1 names different: declaration 'nillable_value' definition 'nillable'.
titan.core-6.3.1/xsdconvert/SimpleType.cc:301:52: note: Function 'applyNillableAttribute' argument 1 names different: declaration 'nillable_value' definition 'nillable'.
titan.core-6.3.1/xsdconvert/SimpleType.cc:314:63: style: Function 'applySubstitionGroupAttribute' argument 1 names different: declaration 'substition_group' definition 'substitution_group'. [funcArgNamesDifferent]
titan.core-6.3.1/xsdconvert/SimpleType.hh:298:53: note: Function 'applySubstitionGroupAttribute' argument 1 names different: declaration 'substition_group' definition 'substitution_group'.
titan.core-6.3.1/xsdconvert/SimpleType.cc:314:63: note: Function 'applySubstitionGroupAttribute' argument 1 names different: declaration 'substition_group' definition 'substitution_group'.
titan.core-6.3.1/xsdconvert/SimpleType.cc:756:52: style: Function 'nameConversion' argument 1 names different: declaration 'mode' definition 'conversion_mode'. [funcArgNamesDifferent]
titan.core-6.3.1/xsdconvert/SimpleType.hh:287:48: note: Function 'nameConversion' argument 1 names different: declaration 'mode' definition 'conversion_mode'.
titan.core-6.3.1/xsdconvert/SimpleType.cc:756:52: note: Function 'nameConversion' argument 1 names different: declaration 'mode' definition 'conversion_mode'.
titan.core-6.3.1/xsdconvert/SimpleType.cc:971:37: style: Function 'LengthType' argument 1 names different: declaration 'p_parent' definition 'a_simpleType'. [funcArgNamesDifferent]
titan.core-6.3.1/xsdconvert/SimpleType.hh:36:27: note: Function 'LengthType' argument 1 names different: declaration 'p_parent' definition 'a_simpleType'.
titan.core-6.3.1/xsdconvert/SimpleType.cc:971:37: note: Function 'LengthType' argument 1 names different: declaration 'p_parent' definition 'a_simpleType'.
titan.core-6.3.1/xsdconvert/SimpleType.cc:1042:39: style: Function 'PatternType' argument 1 names different: declaration 'p_parent' definition 'a_simpleType'. [funcArgNamesDifferent]
titan.core-6.3.1/xsdconvert/SimpleType.hh:53:28: note: Function 'PatternType' argument 1 names different: declaration 'p_parent' definition 'a_simpleType'.
titan.core-6.3.1/xsdconvert/SimpleType.cc:1042:39: note: Function 'PatternType' argument 1 names different: declaration 'p_parent' definition 'a_simpleType'.
titan.core-6.3.1/xsdconvert/SimpleType.cc:1239:47: style: Function 'EnumerationType' argument 1 names different: declaration 'p_parent' definition 'a_simpleType'. [funcArgNamesDifferent]
titan.core-6.3.1/xsdconvert/SimpleType.hh:76:32: note: Function 'EnumerationType' argument 1 names different: declaration 'p_parent' definition 'a_simpleType'.
titan.core-6.3.1/xsdconvert/SimpleType.cc:1239:47: note: Function 'EnumerationType' argument 1 names different: declaration 'p_parent' definition 'a_simpleType'.
titan.core-6.3.1/xsdconvert/SimpleType.cc:1433:45: style: Function 'WhitespaceType' argument 1 names different: declaration 'p_parent' definition 'a_simpleType'. [funcArgNamesDifferent]
titan.core-6.3.1/xsdconvert/SimpleType.hh:95:31: note: Function 'WhitespaceType' argument 1 names different: declaration 'p_parent' definition 'a_simpleType'.
titan.core-6.3.1/xsdconvert/SimpleType.cc:1433:45: note: Function 'WhitespaceType' argument 1 names different: declaration 'p_parent' definition 'a_simpleType'.
titan.core-6.3.1/xsdconvert/SimpleType.cc:1460:35: style: Function 'ValueType' argument 1 names different: declaration 'p_parent' definition 'a_simpleType'. [funcArgNamesDifferent]
titan.core-6.3.1/xsdconvert/SimpleType.hh:123:26: note: Function 'ValueType' argument 1 names different: declaration 'p_parent' definition 'a_simpleType'.
titan.core-6.3.1/xsdconvert/SimpleType.cc:1460:35: note: Function 'ValueType' argument 1 names different: declaration 'p_parent' definition 'a_simpleType'.
titan.core-6.3.1/xsdconvert/XMLParser.cc:597:25: style: C-style pointer casting [cstyleCast]
titan.core-6.3.1/xsdconvert/XMLParser.cc:676:27: warning: Member variable 'TagAttributes::abstract' is not initialized in the constructor. [uninitMemberVar]
titan.core-6.3.1/xsdconvert/XMLParser.cc:676:27: warning: Member variable 'TagAttributes::block' is not initialized in the constructor. [uninitMemberVar]
titan.core-6.3.1/xsdconvert/XMLParser.cc:676:27: warning: Member variable 'TagAttributes::blockDefault' is not initialized in the constructor. [uninitMemberVar]
[17:17]

ftp://ftp.se.debian.org/debian/pool/main/e/eclipse-wtp/eclipse-wtp_3.6.3.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/e/eclipse-xsd/eclipse-xsd_2.9.0.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/e/eclipselink/eclipselink_2.6.5.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/e/eclipselink-jpa-2.1-spec/eclipselink-jpa-2.1-spec_2.1.0.v201304241213.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/ecopcr/ecopcr_0.5.0+dfsg.orig.tar.xz
ecopcr-ecopcr_v0.5.0-194ec811f4a2fed8cf3e2a4961cf25f948b4f866/src/libapat/Gtypes.h:92:0: error: #error undefined MACHINE <please edit Gmach.h> [preprocessorErrorDirective]
ecopcr-ecopcr_v0.5.0-194ec811f4a2fed8cf3e2a4961cf25f948b4f866/src/libthermo/nnparams.c:523:23: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
ecopcr-ecopcr_v0.5.0-194ec811f4a2fed8cf3e2a4961cf25f948b4f866/src/libthermo/nnparams.c:562:23: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
ecopcr-ecopcr_v0.5.0-194ec811f4a2fed8cf3e2a4961cf25f948b4f866/src/libthermo/nnparams.c:528:7: style: The scope of the variable 'c1' can be reduced. [variableScope]
ecopcr-ecopcr_v0.5.0-194ec811f4a2fed8cf3e2a4961cf25f948b4f866/src/libthermo/nnparams.c:529:7: style: The scope of the variable 'c2' can be reduced. [variableScope]
ecopcr-ecopcr_v0.5.0-194ec811f4a2fed8cf3e2a4961cf25f948b4f866/src/libthermo/nnparams.c:530:7: style: The scope of the variable 'c3' can be reduced. [variableScope]
ecopcr-ecopcr_v0.5.0-194ec811f4a2fed8cf3e2a4961cf25f948b4f866/src/libthermo/nnparams.c:531:7: style: The scope of the variable 'c4' can be reduced. [variableScope]
ecopcr-ecopcr_v0.5.0-194ec811f4a2fed8cf3e2a4961cf25f948b4f866/src/libthermo/nnparams.c:567:7: style: The scope of the variable 'c1' can be reduced. [variableScope]
ecopcr-ecopcr_v0.5.0-194ec811f4a2fed8cf3e2a4961cf25f948b4f866/src/libthermo/nnparams.c:568:7: style: The scope of the variable 'c2' can be reduced. [variableScope]
ecopcr-ecopcr_v0.5.0-194ec811f4a2fed8cf3e2a4961cf25f948b4f866/src/libthermo/nnparams.c:569:7: style: The scope of the variable 'c3' can be reduced. [variableScope]
ecopcr-ecopcr_v0.5.0-194ec811f4a2fed8cf3e2a4961cf25f948b4f866/src/libthermo/nnparams.c:570:7: style: The scope of the variable 'c4' can be reduced. [variableScope]
[17:18]

ftp://ftp.se.debian.org/debian/pool/main/e/ecore/ecore_1.2.0.orig.tar.gz
ecore-1.2.0/src/lib/ecore/ecore.c:703:36: style: Function '_thread_callback' argument 1 names different: declaration 'data' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore/ecore.c:77:43: note: Function '_thread_callback' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore.c:703:36: note: Function '_thread_callback' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore.c:704:38: style: Function '_thread_callback' argument 2 names different: declaration 'buffer' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore/ecore.c:78:43: note: Function '_thread_callback' argument 2 names different: declaration 'buffer' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore.c:704:38: note: Function '_thread_callback' argument 2 names different: declaration 'buffer' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore.c:705:37: style: Function '_thread_callback' argument 3 names different: declaration 'nbyte' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore/ecore.c:79:43: note: Function '_thread_callback' argument 3 names different: declaration 'nbyte' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore.c:705:37: note: Function '_thread_callback' argument 3 names different: declaration 'nbyte' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_anim.c:219:4: style: Variable 'o2' is reassigned a value before the old one has been used. [redundantAssignment]
ecore-1.2.0/src/lib/ecore/ecore_anim.c:217:0: note: Variable 'o2' is reassigned a value before the old one has been used.
ecore-1.2.0/src/lib/ecore/ecore_anim.c:219:4: note: Variable 'o2' is reassigned a value before the old one has been used.
ecore-1.2.0/src/lib/ecore/ecore_anim.c:494:28: style: Function '_ecore_animator' argument 1 names different: declaration 'data' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore/ecore_anim.c:31:40: note: Function '_ecore_animator' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_anim.c:494:28: note: Function '_ecore_animator' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_events.c:441:14: warning: Either the condition 'if(event_filter_current)' is redundant or there is possible null pointer dereference: ef. [nullPointerRedundantCheck]
ecore-1.2.0/src/lib/ecore/ecore_events.c:478:12: note: Assuming that condition 'if(event_filter_current)' is not redundant
ecore-1.2.0/src/lib/ecore/ecore_events.c:439:34: note: Assignment 'ef=event_filter_current', assigned value is 0
ecore-1.2.0/src/lib/ecore/ecore_events.c:441:14: note: Null pointer dereference
ecore-1.2.0/src/lib/ecore/ecore_exe.c:1610:10: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
ecore-1.2.0/src/lib/ecore/ecore_exe.c:1607:11: note: outer condition: !args
ecore-1.2.0/src/lib/ecore/ecore_exe.c:1610:10: note: opposite inner condition: args
ecore-1.2.0/src/lib/ecore/ecore_exe.c:441:8: style: Condition 'ok' is always true [knownConditionTrueFalse]
ecore-1.2.0/src/lib/ecore/ecore_exe.c:420:13: note: Assignment 'ok=1', assigned value is 1
ecore-1.2.0/src/lib/ecore/ecore_exe.c:441:8: note: Condition 'ok' is always true
ecore-1.2.0/src/lib/ecore/ecore_exe.c:566:38: style: Condition 'vfork_exec_errno!=0' is always false [knownConditionTrueFalse]
ecore-1.2.0/src/lib/ecore/ecore_exe.c:474:39: note: Assignment 'vfork_exec_errno=0', assigned value is 0
ecore-1.2.0/src/lib/ecore/ecore_exe.c:566:38: note: Condition 'vfork_exec_errno!=0' is always false
ecore-1.2.0/src/lib/ecore/ecore_exe.c:688:7: warning: Either the condition 'if(e)' is redundant or there is possible null pointer dereference: e. [nullPointerRedundantCheck]
ecore-1.2.0/src/lib/ecore/ecore_exe.c:689:10: note: Assuming that condition 'if(e)' is not redundant
ecore-1.2.0/src/lib/ecore/ecore_exe.c:688:7: note: Null pointer dereference
ecore-1.2.0/src/lib/ecore/ecore_exe.c:1406:4: style: Variable 'exe' is reassigned a value before the old one has been used. [redundantAssignment]
ecore-1.2.0/src/lib/ecore/ecore_exe.c:1382:0: note: Variable 'exe' is reassigned a value before the old one has been used.
ecore-1.2.0/src/lib/ecore/ecore_exe.c:1406:4: note: Variable 'exe' is reassigned a value before the old one has been used.
ecore-1.2.0/src/lib/ecore/ecore_exe.c:1701:38: style: The scope of the variable 'e' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore/ecore_exe.c:1787:11: style: The scope of the variable 'ok' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore/ecore_exe.c:1788:11: style: The scope of the variable 'result' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore/ecore_exe.c:1120:49: style: Function 'ecore_exe_event_data_free' argument 1 names different: declaration 'data' definition 'e'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore/Ecore.h:945:59: note: Function 'ecore_exe_event_data_free' argument 1 names different: declaration 'data' definition 'e'.
ecore-1.2.0/src/lib/ecore/ecore_exe.c:1120:49: note: Function 'ecore_exe_event_data_free' argument 1 names different: declaration 'data' definition 'e'.
ecore-1.2.0/src/lib/ecore/ecore_exe.c:1773:60: style: Function '_ecore_exe_data_write_handler' argument 2 names different: declaration 'fd_handler' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore/ecore_exe.c:154:77: note: Function '_ecore_exe_data_write_handler' argument 2 names different: declaration 'fd_handler' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_exe.c:1773:60: note: Function '_ecore_exe_data_write_handler' argument 2 names different: declaration 'fd_handler' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_exe.c:1859:38: style: Function '_ecore_exe_event_add_free' argument 1 names different: declaration 'data' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore/ecore_exe.c:162:61: note: Function '_ecore_exe_event_add_free' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_exe.c:1859:38: note: Function '_ecore_exe_event_add_free' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_exe.c:1878:38: style: Function '_ecore_exe_event_del_free' argument 1 names different: declaration 'data' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore/ecore_private.h:201:44: note: Function '_ecore_exe_event_del_free' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_exe.c:1878:38: note: Function '_ecore_exe_event_del_free' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_exe.c:1693:13: error: Common realloc mistake: 'inbuf' nulled but not freed upon failure [memleakOnRealloc]
ecore-1.2.0/src/lib/ecore/ecore_exe_win32.c:381:42: style: Function 'ecore_exe_auto_limits_set' argument 1 names different: declaration 'exe' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore/Ecore.h:943:48: note: Function 'ecore_exe_auto_limits_set' argument 1 names different: declaration 'exe' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_exe_win32.c:381:42: note: Function 'ecore_exe_auto_limits_set' argument 1 names different: declaration 'exe' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_exe_win32.c:382:50: style: Function 'ecore_exe_auto_limits_set' argument 2 names different: declaration 'start_bytes' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore/Ecore.h:943:57: note: Function 'ecore_exe_auto_limits_set' argument 2 names different: declaration 'start_bytes' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_exe_win32.c:382:50: note: Function 'ecore_exe_auto_limits_set' argument 2 names different: declaration 'start_bytes' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_exe_win32.c:383:48: style: Function 'ecore_exe_auto_limits_set' argument 3 names different: declaration 'end_bytes' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore/Ecore.h:943:74: note: Function 'ecore_exe_auto_limits_set' argument 3 names different: declaration 'end_bytes' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_exe_win32.c:383:48: note: Function 'ecore_exe_auto_limits_set' argument 3 names different: declaration 'end_bytes' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_exe_win32.c:384:50: style: Function 'ecore_exe_auto_limits_set' argument 4 names different: declaration 'start_lines' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore/Ecore.h:943:89: note: Function 'ecore_exe_auto_limits_set' argument 4 names different: declaration 'start_lines' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_exe_win32.c:384:50: note: Function 'ecore_exe_auto_limits_set' argument 4 names different: declaration 'start_lines' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_exe_win32.c:385:48: style: Function 'ecore_exe_auto_limits_set' argument 5 names different: declaration 'end_lines' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore/Ecore.h:943:106: note: Function 'ecore_exe_auto_limits_set' argument 5 names different: declaration 'end_lines' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_exe_win32.c:385:48: note: Function 'ecore_exe_auto_limits_set' argument 5 names different: declaration 'end_lines' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_exe_win32.c:432:49: style: Function 'ecore_exe_event_data_free' argument 1 names different: declaration 'data' definition 'e'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore/Ecore.h:945:59: note: Function 'ecore_exe_event_data_free' argument 1 names different: declaration 'data' definition 'e'.
ecore-1.2.0/src/lib/ecore/ecore_exe_win32.c:432:49: note: Function 'ecore_exe_event_data_free' argument 1 names different: declaration 'data' definition 'e'.
ecore-1.2.0/src/lib/ecore/ecore_exe_win32.c:632:33: style: Function 'ecore_exe_signal' argument 2 names different: declaration 'num' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore/Ecore.h:960:48: note: Function 'ecore_exe_signal' argument 2 names different: declaration 'num' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_exe_win32.c:632:33: note: Function 'ecore_exe_signal' argument 2 names different: declaration 'num' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_exe_win32.c:930:38: style: Function '_ecore_exe_event_add_free' argument 1 names different: declaration 'data' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore/ecore_exe_win32.c:91:54: note: Function '_ecore_exe_event_add_free' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_exe_win32.c:930:38: note: Function '_ecore_exe_event_add_free' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_exe_win32.c:940:38: style: Function '_ecore_exe_event_del_free' argument 1 names different: declaration 'data' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore/ecore_private.h:201:44: note: Function '_ecore_exe_event_del_free' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_exe_win32.c:940:38: note: Function '_ecore_exe_event_del_free' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_exe_win32.c:952:43: style: Function '_ecore_exe_event_exe_data_free' argument 1 names different: declaration 'data' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore/ecore_exe_win32.c:95:59: note: Function '_ecore_exe_event_exe_data_free' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_exe_win32.c:952:43: note: Function '_ecore_exe_event_exe_data_free' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_exe_win32.c:963:45: style: Function '_ecore_exe_close_cb' argument 2 names different: declaration 'wh' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore/ecore_exe_win32.c:102:63: note: Function '_ecore_exe_close_cb' argument 2 names different: declaration 'wh' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_exe_win32.c:963:45: note: Function '_ecore_exe_close_cb' argument 2 names different: declaration 'wh' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_exe_win32.c:1012:50: style: Function '_ecore_exe_pipe_write_cb' argument 2 names different: declaration 'wh' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore/ecore_exe_win32.c:107:59: note: Function '_ecore_exe_pipe_write_cb' argument 2 names different: declaration 'wh' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_exe_win32.c:1012:50: note: Function '_ecore_exe_pipe_write_cb' argument 2 names different: declaration 'wh' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_getopt.c:677:39: style: Function 'ecore_getopt_help' argument 2 names different: declaration 'info' definition 'parser'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore/Ecore_Getopt.h:390:39: note: Function 'ecore_getopt_help' argument 2 names different: declaration 'info' definition 'parser'.
ecore-1.2.0/src/lib/ecore/ecore_getopt.c:677:39: note: Function 'ecore_getopt_help' argument 2 names different: declaration 'info' definition 'parser'.
ecore-1.2.0/src/lib/ecore/ecore_getopt.c:1877:70: style: Function 'ecore_getopt_callback_geometry_parse' argument 1 names different: declaration 'parser' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore/Ecore_Getopt.h:404:58: note: Function 'ecore_getopt_callback_geometry_parse' argument 1 names different: declaration 'parser' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_getopt.c:1877:70: note: Function 'ecore_getopt_callback_geometry_parse' argument 1 names different: declaration 'parser' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_getopt.c:1878:68: style: Function 'ecore_getopt_callback_geometry_parse' argument 2 names different: declaration 'desc' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore/Ecore_Getopt.h:405:63: note: Function 'ecore_getopt_callback_geometry_parse' argument 2 names different: declaration 'desc' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_getopt.c:1878:68: note: Function 'ecore_getopt_callback_geometry_parse' argument 2 names different: declaration 'desc' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_getopt.c:1880:68: style: Function 'ecore_getopt_callback_geometry_parse' argument 4 names different: declaration 'data' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore/Ecore_Getopt.h:407:44: note: Function 'ecore_getopt_callback_geometry_parse' argument 4 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_getopt.c:1880:68: note: Function 'ecore_getopt_callback_geometry_parse' argument 4 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_getopt.c:1909:66: style: Function 'ecore_getopt_callback_size_parse' argument 1 names different: declaration 'parser' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore/Ecore_Getopt.h:410:54: note: Function 'ecore_getopt_callback_size_parse' argument 1 names different: declaration 'parser' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_getopt.c:1909:66: note: Function 'ecore_getopt_callback_size_parse' argument 1 names different: declaration 'parser' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_getopt.c:1910:64: style: Function 'ecore_getopt_callback_size_parse' argument 2 names different: declaration 'desc' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore/Ecore_Getopt.h:411:59: note: Function 'ecore_getopt_callback_size_parse' argument 2 names different: declaration 'desc' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_getopt.c:1910:64: note: Function 'ecore_getopt_callback_size_parse' argument 2 names different: declaration 'desc' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_getopt.c:1912:64: style: Function 'ecore_getopt_callback_size_parse' argument 4 names different: declaration 'data' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore/Ecore_Getopt.h:413:40: note: Function 'ecore_getopt_callback_size_parse' argument 4 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_getopt.c:1912:64: note: Function 'ecore_getopt_callback_size_parse' argument 4 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_getopt.c:759:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ecore-1.2.0/src/lib/ecore/ecore_idle_enterer.c:165:14: warning: Either the condition 'if(idle_enterer_current)' is redundant or there is possible null pointer dereference: ie. [nullPointerRedundantCheck]
ecore-1.2.0/src/lib/ecore/ecore_idle_enterer.c:174:12: note: Assuming that condition 'if(idle_enterer_current)' is not redundant
ecore-1.2.0/src/lib/ecore/ecore_idle_enterer.c:164:34: note: Assignment 'ie=(struct _Ecore_Idle_Enterer*)idle_enterer_current', assigned value is 0
ecore-1.2.0/src/lib/ecore/ecore_idle_enterer.c:165:14: note: Null pointer dereference
ecore-1.2.0/src/lib/ecore/ecore_idle_exiter.c:132:14: warning: Either the condition 'if(idle_exiter_current)' is redundant or there is possible null pointer dereference: ie. [nullPointerRedundantCheck]
ecore-1.2.0/src/lib/ecore/ecore_idle_exiter.c:141:12: note: Assuming that condition 'if(idle_exiter_current)' is not redundant
ecore-1.2.0/src/lib/ecore/ecore_idle_exiter.c:131:33: note: Assignment 'ie=(struct _Ecore_Idle_Exiter*)idle_exiter_current', assigned value is 0
ecore-1.2.0/src/lib/ecore/ecore_idle_exiter.c:132:14: note: Null pointer dereference
ecore-1.2.0/src/lib/ecore/ecore_idler.c:115:14: warning: Either the condition 'if(idler_current)' is redundant or there is possible null pointer dereference: ie. [nullPointerRedundantCheck]
ecore-1.2.0/src/lib/ecore/ecore_idler.c:124:12: note: Assuming that condition 'if(idler_current)' is not redundant
ecore-1.2.0/src/lib/ecore/ecore_idler.c:114:27: note: Assignment 'ie=(struct _Ecore_Idler*)idler_current', assigned value is 0
ecore-1.2.0/src/lib/ecore/ecore_idler.c:115:14: note: Null pointer dereference
ecore-1.2.0/src/lib/ecore/ecore_job.c:108:37: style: Function '_ecore_job_event_handler' argument 1 names different: declaration 'data' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore/ecore_job.c:10:49: note: Function '_ecore_job_event_handler' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_job.c:108:37: note: Function '_ecore_job_event_handler' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_job.c:109:37: style: Function '_ecore_job_event_handler' argument 2 names different: declaration 'type' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore/ecore_job.c:11:49: note: Function '_ecore_job_event_handler' argument 2 names different: declaration 'type' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_job.c:109:37: note: Function '_ecore_job_event_handler' argument 2 names different: declaration 'type' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_job.c:120:34: style: Function '_ecore_job_event_free' argument 1 names different: declaration 'data' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore/ecore_job.c:13:41: note: Function '_ecore_job_event_free' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_job.c:120:34: note: Function '_ecore_job_event_free' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_job.c:121:29: style: Function '_ecore_job_event_free' argument 2 names different: declaration 'ev' definition 'job'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore/ecore_job.c:14:41: note: Function '_ecore_job_event_free' argument 2 names different: declaration 'ev' definition 'job'.
ecore-1.2.0/src/lib/ecore/ecore_job.c:121:29: note: Function '_ecore_job_event_free' argument 2 names different: declaration 'ev' definition 'job'.
ecore-1.2.0/src/lib/ecore/ecore_main.c:1137:33: style: Redundant condition: fd_handlers_with_prep. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
ecore-1.2.0/src/lib/ecore/ecore_main.c:1418:22: style: The scope of the variable 'fdh' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore/ecore_main.c:1067:54: style: Function 'ecore_main_win32_handler_add' argument 1 names different: declaration 'h' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore/Ecore.h:1125:62: note: Function 'ecore_main_win32_handler_add' argument 1 names different: declaration 'h' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_main.c:1067:54: note: Function 'ecore_main_win32_handler_add' argument 1 names different: declaration 'h' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_main.c:1114:65: style: Function 'ecore_main_win32_handler_del' argument 1 names different: declaration 'win32_handler' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore/Ecore.h:1126:62: note: Function 'ecore_main_win32_handler_del' argument 1 names different: declaration 'win32_handler' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_main.c:1114:65: note: Function 'ecore_main_win32_handler_del' argument 1 names different: declaration 'win32_handler' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_main.c:78:13: style: union member 'epoll_data::u32' is never used. [unusedStructMember]
ecore-1.2.0/src/lib/ecore/ecore_main.c:79:13: style: union member 'epoll_data::u64' is never used. [unusedStructMember]
ecore-1.2.0/src/lib/ecore/ecore_pipe.c:278:8: style: The scope of the variable 'ret' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore/ecore_pipe.c:485:47: style: Function '_ecore_pipe_read' argument 2 names different: declaration 'fd_handler' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore/ecore_pipe.c:102:53: note: Function '_ecore_pipe_read' argument 2 names different: declaration 'fd_handler' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_pipe.c:485:47: note: Function '_ecore_pipe_read' argument 2 names different: declaration 'fd_handler' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_poll.c:83:16: style: The scope of the variable 't' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore/ecore_poll.c:342:18: style: The scope of the variable 'poller' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore/ecore_poll.c:105:35: style: Function '_ecore_poller_cb_timer' argument 1 names different: declaration 'data' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore/ecore_poll.c:43:47: note: Function '_ecore_poller_cb_timer' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_poll.c:105:35: note: Function '_ecore_poller_cb_timer' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_poll.c:193:55: style: Function 'ecore_poller_poll_interval_set' argument 1 names different: declaration 'type' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore/Ecore.h:1186:60: note: Function 'ecore_poller_poll_interval_set' argument 1 names different: declaration 'type' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_poll.c:193:55: note: Function 'ecore_poller_poll_interval_set' argument 1 names different: declaration 'type' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_poll.c:202:55: style: Function 'ecore_poller_poll_interval_get' argument 1 names different: declaration 'type' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore/Ecore.h:1194:62: note: Function 'ecore_poller_poll_interval_get' argument 1 names different: declaration 'type' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_poll.c:202:55: note: Function 'ecore_poller_poll_interval_get' argument 1 names different: declaration 'type' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_poll.c:209:41: style: Function 'ecore_poller_add' argument 1 names different: declaration 'type' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore/Ecore.h:1238:55: note: Function 'ecore_poller_add' argument 1 names different: declaration 'type' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_poll.c:209:41: note: Function 'ecore_poller_add' argument 1 names different: declaration 'type' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_signal.c:411:46: style: Function '_ecore_signal_callback_ignore' argument 1 names different: declaration 'sig' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore/ecore_signal.c:23:54: note: Function '_ecore_signal_callback_ignore' argument 1 names different: declaration 'sig' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_signal.c:411:46: note: Function '_ecore_signal_callback_ignore' argument 1 names different: declaration 'sig' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_signal.c:412:45: style: Function '_ecore_signal_callback_ignore' argument 2 names different: declaration 'si' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore/ecore_signal.c:24:54: note: Function '_ecore_signal_callback_ignore' argument 2 names different: declaration 'si' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_signal.c:412:45: note: Function '_ecore_signal_callback_ignore' argument 2 names different: declaration 'si' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_signal.c:413:46: style: Function '_ecore_signal_callback_ignore' argument 3 names different: declaration 'foo' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore/ecore_signal.c:25:54: note: Function '_ecore_signal_callback_ignore' argument 3 names different: declaration 'foo' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_signal.c:413:46: note: Function '_ecore_signal_callback_ignore' argument 3 names different: declaration 'foo' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_signal.c:418:47: style: Function '_ecore_signal_callback_sigchld' argument 1 names different: declaration 'sig' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore/ecore_signal.c:26:55: note: Function '_ecore_signal_callback_sigchld' argument 1 names different: declaration 'sig' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_signal.c:418:47: note: Function '_ecore_signal_callback_sigchld' argument 1 names different: declaration 'sig' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_signal.c:420:47: style: Function '_ecore_signal_callback_sigchld' argument 3 names different: declaration 'foo' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore/ecore_signal.c:28:55: note: Function '_ecore_signal_callback_sigchld' argument 3 names different: declaration 'foo' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_signal.c:420:47: note: Function '_ecore_signal_callback_sigchld' argument 3 names different: declaration 'foo' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_signal.c:437:47: style: Function '_ecore_signal_callback_sigusr1' argument 1 names different: declaration 'sig' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore/ecore_signal.c:29:55: note: Function '_ecore_signal_callback_sigusr1' argument 1 names different: declaration 'sig' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_signal.c:437:47: note: Function '_ecore_signal_callback_sigusr1' argument 1 names different: declaration 'sig' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_signal.c:439:47: style: Function '_ecore_signal_callback_sigusr1' argument 3 names different: declaration 'foo' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore/ecore_signal.c:31:55: note: Function '_ecore_signal_callback_sigusr1' argument 3 names different: declaration 'foo' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_signal.c:439:47: note: Function '_ecore_signal_callback_sigusr1' argument 3 names different: declaration 'foo' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_signal.c:455:47: style: Function '_ecore_signal_callback_sigusr2' argument 1 names different: declaration 'sig' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore/ecore_signal.c:32:55: note: Function '_ecore_signal_callback_sigusr2' argument 1 names different: declaration 'sig' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_signal.c:455:47: note: Function '_ecore_signal_callback_sigusr2' argument 1 names different: declaration 'sig' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_signal.c:457:47: style: Function '_ecore_signal_callback_sigusr2' argument 3 names different: declaration 'foo' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore/ecore_signal.c:34:55: note: Function '_ecore_signal_callback_sigusr2' argument 3 names different: declaration 'foo' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_signal.c:457:47: note: Function '_ecore_signal_callback_sigusr2' argument 3 names different: declaration 'foo' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_signal.c:473:46: style: Function '_ecore_signal_callback_sighup' argument 1 names different: declaration 'sig' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore/ecore_signal.c:35:54: note: Function '_ecore_signal_callback_sighup' argument 1 names different: declaration 'sig' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_signal.c:473:46: note: Function '_ecore_signal_callback_sighup' argument 1 names different: declaration 'sig' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_signal.c:475:46: style: Function '_ecore_signal_callback_sighup' argument 3 names different: declaration 'foo' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore/ecore_signal.c:37:54: note: Function '_ecore_signal_callback_sighup' argument 3 names different: declaration 'foo' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_signal.c:475:46: note: Function '_ecore_signal_callback_sighup' argument 3 names different: declaration 'foo' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_signal.c:491:47: style: Function '_ecore_signal_callback_sigquit' argument 1 names different: declaration 'sig' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore/ecore_signal.c:38:55: note: Function '_ecore_signal_callback_sigquit' argument 1 names different: declaration 'sig' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_signal.c:491:47: note: Function '_ecore_signal_callback_sigquit' argument 1 names different: declaration 'sig' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_signal.c:493:47: style: Function '_ecore_signal_callback_sigquit' argument 3 names different: declaration 'foo' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore/ecore_signal.c:40:55: note: Function '_ecore_signal_callback_sigquit' argument 3 names different: declaration 'foo' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_signal.c:493:47: note: Function '_ecore_signal_callback_sigquit' argument 3 names different: declaration 'foo' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_signal.c:509:46: style: Function '_ecore_signal_callback_sigint' argument 1 names different: declaration 'sig' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore/ecore_signal.c:41:54: note: Function '_ecore_signal_callback_sigint' argument 1 names different: declaration 'sig' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_signal.c:509:46: note: Function '_ecore_signal_callback_sigint' argument 1 names different: declaration 'sig' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_signal.c:511:46: style: Function '_ecore_signal_callback_sigint' argument 3 names different: declaration 'foo' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore/ecore_signal.c:43:54: note: Function '_ecore_signal_callback_sigint' argument 3 names different: declaration 'foo' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_signal.c:511:46: note: Function '_ecore_signal_callback_sigint' argument 3 names different: declaration 'foo' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_signal.c:527:47: style: Function '_ecore_signal_callback_sigterm' argument 1 names different: declaration 'sig' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore/ecore_signal.c:44:55: note: Function '_ecore_signal_callback_sigterm' argument 1 names different: declaration 'sig' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_signal.c:527:47: note: Function '_ecore_signal_callback_sigterm' argument 1 names different: declaration 'sig' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_signal.c:529:47: style: Function '_ecore_signal_callback_sigterm' argument 3 names different: declaration 'foo' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore/ecore_signal.c:46:55: note: Function '_ecore_signal_callback_sigterm' argument 3 names different: declaration 'foo' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_signal.c:529:47: note: Function '_ecore_signal_callback_sigterm' argument 3 names different: declaration 'foo' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore/ecore_thread.c:1105:37: style: Function 'ecore_thread_feedback' argument 2 names different: declaration 'msg_data' definition 'data'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore/Ecore.h:2020:72: note: Function 'ecore_thread_feedback' argument 2 names different: declaration 'msg_data' definition 'data'.
ecore-1.2.0/src/lib/ecore/ecore_thread.c:1105:37: note: Function 'ecore_thread_feedback' argument 2 names different: declaration 'msg_data' definition 'data'.
ecore-1.2.0/src/lib/ecore/ecore_thread.c:140:33: style: struct member 'Anonymous2::direct_worker' is never used. [unusedStructMember]
ecore-1.2.0/src/lib/ecore/ecore_thread.c:146:26: style: struct member 'Anonymous3::func_main' is never used. [unusedStructMember]
ecore-1.2.0/src/lib/ecore/ecore_thread.c:150:33: style: struct member 'Anonymous3::direct_worker' is never used. [unusedStructMember]
ecore-1.2.0/src/lib/ecore/ecore_time.c:95:0: error: #error "Your platform isn't supported yet" [preprocessorErrorDirective]
ecore-1.2.0/src/lib/ecore/ecore_timer.c:813:17: style: The scope of the variable 't2' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore/ecore_timer.c:102:34: style: Function 'ecore_timer_precision_set' argument 1 names different: declaration 'precision' definition 'value'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore/Ecore.h:1647:44: note: Function 'ecore_timer_precision_set' argument 1 names different: declaration 'precision' definition 'value'.
ecore-1.2.0/src/lib/ecore/ecore_timer.c:102:34: note: Function 'ecore_timer_precision_set' argument 1 names different: declaration 'precision' definition 'value'.
ecore-1.2.0/src/lib/ecore_con/ecore_con.c:1820:11: warning: Identical condition 'svr->delete_me', second condition is always false [identicalConditionAfterEarlyExit]
ecore-1.2.0/src/lib/ecore_con/ecore_con.c:1817:11: note: first condition
ecore-1.2.0/src/lib/ecore_con/ecore_con.c:1820:11: note: second condition
ecore-1.2.0/src/lib/ecore_con/ecore_con.c:1950:11: warning: Identical condition 'svr->delete_me', second condition is always false [identicalConditionAfterEarlyExit]
ecore-1.2.0/src/lib/ecore_con/ecore_con.c:1947:11: note: first condition
ecore-1.2.0/src/lib/ecore_con/ecore_con.c:1950:11: note: second condition
ecore-1.2.0/src/lib/ecore_con/ecore_con.c:2284:9: warning: Possible null pointer dereference: cl [nullPointer]
ecore-1.2.0/src/lib/ecore_con/ecore_con.c:2044:27: note: Assignment 'cl=NULL', assigned value is 0
ecore-1.2.0/src/lib/ecore_con/ecore_con.c:2053:33: note: Calling function '_ecore_con_client_flush', 1st argument 'cl' value is 0
ecore-1.2.0/src/lib/ecore_con/ecore_con.c:2284:9: note: Null pointer dereference
ecore-1.2.0/src/lib/ecore_con/ecore_con.c:2290:8: warning: Possible null pointer dereference: cl [nullPointer]
ecore-1.2.0/src/lib/ecore_con/ecore_con.c:2044:27: note: Assignment 'cl=NULL', assigned value is 0
ecore-1.2.0/src/lib/ecore_con/ecore_con.c:2053:33: note: Calling function '_ecore_con_client_flush', 1st argument 'cl' value is 0
ecore-1.2.0/src/lib/ecore_con/ecore_con.c:2290:8: note: Null pointer dereference
ecore-1.2.0/src/lib/ecore_con/ecore_con.c:2320:4: warning: Possible null pointer dereference: cl [nullPointer]
ecore-1.2.0/src/lib/ecore_con/ecore_con.c:2044:27: note: Assignment 'cl=NULL', assigned value is 0
ecore-1.2.0/src/lib/ecore_con/ecore_con.c:2053:33: note: Calling function '_ecore_con_client_flush', 1st argument 'cl' value is 0
ecore-1.2.0/src/lib/ecore_con/ecore_con.c:2320:4: note: Null pointer dereference
ecore-1.2.0/src/lib/ecore_con/ecore_con.c:2321:8: warning: Possible null pointer dereference: cl [nullPointer]
ecore-1.2.0/src/lib/ecore_con/ecore_con.c:2044:27: note: Assignment 'cl=NULL', assigned value is 0
ecore-1.2.0/src/lib/ecore_con/ecore_con.c:2053:33: note: Calling function '_ecore_con_client_flush', 1st argument 'cl' value is 0
ecore-1.2.0/src/lib/ecore_con/ecore_con.c:2321:8: note: Null pointer dereference
ecore-1.2.0/src/lib/ecore_con/ecore_con.c:2012:23: style: Same expression on both sides of '||'. [duplicateExpression]
ecore-1.2.0/src/lib/ecore_con/ecore_con.c:1224:20: style: The scope of the variable 't' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_con/ecore_con.c:1300:20: style: The scope of the variable 't' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_con/ecore_con.c:327:37: style: Function 'ecore_con_server_add' argument 1 names different: declaration 'type' definition 'compl_type'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_con/Ecore_Con.h:837:60: note: Function 'ecore_con_server_add' argument 1 names different: declaration 'type' definition 'compl_type'.
ecore-1.2.0/src/lib/ecore_con/ecore_con.c:327:37: note: Function 'ecore_con_server_add' argument 1 names different: declaration 'type' definition 'compl_type'.
ecore-1.2.0/src/lib/ecore_con/ecore_con.c:421:41: style: Function 'ecore_con_server_connect' argument 1 names different: declaration 'type' definition 'compl_type'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_con/Ecore_Con.h:879:64: note: Function 'ecore_con_server_connect' argument 1 names different: declaration 'type' definition 'compl_type'.
ecore-1.2.0/src/lib/ecore_con/ecore_con.c:421:41: note: Function 'ecore_con_server_connect' argument 1 names different: declaration 'type' definition 'compl_type'.
ecore-1.2.0/src/lib/ecore_con/ecore_con.c:1432:42: style: Function '_ecore_con_cb_tcp_listen' argument 2 names different: declaration 'info' definition 'net_info'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_con/ecore_con.c:56:59: note: Function '_ecore_con_cb_tcp_listen' argument 2 names different: declaration 'info' definition 'net_info'.
ecore-1.2.0/src/lib/ecore_con/ecore_con.c:1432:42: note: Function '_ecore_con_cb_tcp_listen' argument 2 names different: declaration 'info' definition 'net_info'.
ecore-1.2.0/src/lib/ecore_con/ecore_con.c:1492:42: style: Function '_ecore_con_cb_udp_listen' argument 2 names different: declaration 'info' definition 'net_info'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_con/ecore_con.c:58:59: note: Function '_ecore_con_cb_udp_listen' argument 2 names different: declaration 'info' definition 'net_info'.
ecore-1.2.0/src/lib/ecore_con/ecore_con.c:1492:42: note: Function '_ecore_con_cb_udp_listen' argument 2 names different: declaration 'info' definition 'net_info'.
ecore-1.2.0/src/lib/ecore_con/ecore_con.c:1571:43: style: Function '_ecore_con_cb_tcp_connect' argument 2 names different: declaration 'info' definition 'net_info'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_con/ecore_con.c:52:60: note: Function '_ecore_con_cb_tcp_connect' argument 2 names different: declaration 'info' definition 'net_info'.
ecore-1.2.0/src/lib/ecore_con/ecore_con.c:1571:43: note: Function '_ecore_con_cb_tcp_connect' argument 2 names different: declaration 'info' definition 'net_info'.
ecore-1.2.0/src/lib/ecore_con/ecore_con.c:1662:43: style: Function '_ecore_con_cb_udp_connect' argument 2 names different: declaration 'info' definition 'net_info'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_con/ecore_con.c:54:60: note: Function '_ecore_con_cb_udp_connect' argument 2 names different: declaration 'info' definition 'net_info'.
ecore-1.2.0/src/lib/ecore_con/ecore_con.c:1662:43: note: Function '_ecore_con_cb_udp_connect' argument 2 names different: declaration 'info' definition 'net_info'.
ecore-1.2.0/src/lib/ecore_con/ecore_con.c:1808:57: style: Function '_ecore_con_svr_tcp_handler' argument 2 names different: declaration 'fd_handler' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_con/ecore_con.c:65:63: note: Function '_ecore_con_svr_tcp_handler' argument 2 names different: declaration 'fd_handler' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_con/ecore_con.c:1808:57: note: Function '_ecore_con_svr_tcp_handler' argument 2 names different: declaration 'fd_handler' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_con/ecore_con.c:2448:45: style: Function '_ecore_con_event_server_add_free' argument 1 names different: declaration 'data' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_con/ecore_con.c:86:52: note: Function '_ecore_con_event_server_add_free' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_con/ecore_con.c:2448:45: note: Function '_ecore_con_event_server_add_free' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_con/ecore_con.c:2467:45: style: Function '_ecore_con_event_server_del_free' argument 1 names different: declaration 'data' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_con/ecore_con.c:88:52: note: Function '_ecore_con_event_server_del_free' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_con/ecore_con.c:2467:45: note: Function '_ecore_con_event_server_del_free' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_con/ecore_con.c:2486:47: style: Function '_ecore_con_event_server_write_free' argument 1 names different: declaration 'data' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_con/ecore_con.c:96:54: note: Function '_ecore_con_event_server_write_free' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_con/ecore_con.c:2486:47: note: Function '_ecore_con_event_server_write_free' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_con/ecore_con.c:2503:46: style: Function '_ecore_con_event_server_data_free' argument 1 names different: declaration 'data' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_con/ecore_con.c:90:53: note: Function '_ecore_con_event_server_data_free' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_con/ecore_con.c:2503:46: note: Function '_ecore_con_event_server_data_free' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_con/ecore_con.c:2525:47: style: Function '_ecore_con_event_server_error_free' argument 1 names different: declaration 'data' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_con/ecore_con.c:92:54: note: Function '_ecore_con_event_server_error_free' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_con/ecore_con.c:2525:47: note: Function '_ecore_con_event_server_error_free' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_con/ecore_con.c:2223:33: portability: 'buf' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ecore-1.2.0/src/lib/ecore_con/ecore_con.c:2225:50: portability: 'buf' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ecore-1.2.0/src/lib/ecore_con/ecore_con_ares.c:394:4: style: Variable 'search' is reassigned a value before the old one has been used. [redundantAssignment]
ecore-1.2.0/src/lib/ecore_con/ecore_con_ares.c:392:0: note: Variable 'search' is reassigned a value before the old one has been used.
ecore-1.2.0/src/lib/ecore_con/ecore_con_ares.c:394:4: note: Variable 'search' is reassigned a value before the old one has been used.
ecore-1.2.0/src/lib/ecore_con/ecore_con_ares.c:354:45: style: Function '_ecore_con_info_cares_timeout_cb' argument 1 names different: declaration 'data' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_con/ecore_con_ares.c:73:57: note: Function '_ecore_con_info_cares_timeout_cb' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_ares.c:354:45: note: Function '_ecore_con_info_cares_timeout_cb' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_ares.c:386:43: style: Function '_ecore_con_info_cares_state_cb' argument 1 names different: declaration 'data' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_con/ecore_con_ares.c:76:38: note: Function '_ecore_con_info_cares_state_cb' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_ares.c:386:43: note: Function '_ecore_con_info_cares_state_cb' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_ares.c:431:57: style: Function '_ecore_con_info_ares_host_cb' argument 3 names different: declaration 'timeouts' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_con/ecore_con_ares.c:69:59: note: Function '_ecore_con_info_ares_host_cb' argument 3 names different: declaration 'timeouts' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_ares.c:431:57: note: Function '_ecore_con_info_ares_host_cb' argument 3 names different: declaration 'timeouts' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_ares.c:593:57: style: Function '_ecore_con_info_ares_nameinfo' argument 3 names different: declaration 'timeouts' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_con/ecore_con_ares.c:64:60: note: Function '_ecore_con_info_ares_nameinfo' argument 3 names different: declaration 'timeouts' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_ares.c:593:57: note: Function '_ecore_con_info_ares_nameinfo' argument 3 names different: declaration 'timeouts' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_info.c:446:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ecore-1.2.0/src/lib/ecore_con/ecore_con_info.c:242:14: style: The scope of the variable 'hbuf' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_con/ecore_con_info.c:243:14: style: The scope of the variable 'sbuf' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_con/ecore_con_info.c:245:13: style: The scope of the variable 'tosend_len' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_con/ecore_con_info.c:246:13: style: The scope of the variable 'canonname_len' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_con/ecore_con_info.c:329:20: style: The scope of the variable 'recv_info' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_con/ecore_con_info.c:330:19: style: The scope of the variable 'torecv' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_con/ecore_con_info.c:331:8: style: The scope of the variable 'torecv_len' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_con/ecore_con_info.c:258:23: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ecore-1.2.0/src/lib/ecore_con/ecore_con_local.c:60:36: style: Function 'ecore_con_local_connect' argument 3 names different: declaration 'data' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_con/ecore_con_private.h:318:35: note: Function 'ecore_con_local_connect' argument 3 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_local.c:60:36: note: Function 'ecore_con_local_connect' argument 3 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_local.c:175:3: style: Function 'ecore_con_local_listen' argument 3 names different: declaration 'data' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_con/ecore_con_private.h:323:34: note: Function 'ecore_con_local_listen' argument 3 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_local.c:175:3: note: Function 'ecore_con_local_listen' argument 3 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_local_win32.c:114:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ecore-1.2.0/src/lib/ecore_con/ecore_con_local_win32.c:142:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ecore-1.2.0/src/lib/ecore_con/ecore_con_socks.c:190:46: error: Array 'ECORE_CON_SOCKS_V5_METHODS[2]' accessed at index 7, which is out of bounds. [arrayIndexOutOfBounds]
ecore-1.2.0/src/lib/ecore_con/ecore_con_socks.c:168:17: style: The scope of the variable 'x' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_con/ecore_con_socks.c:527:46: style: Function 'ecore_con_socks_dns_cb' argument 1 names different: declaration 'canonname' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_con/ecore_con_private.h:286:41: note: Function 'ecore_con_socks_dns_cb' argument 1 names different: declaration 'canonname' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_socks.c:527:46: note: Function 'ecore_con_socks_dns_cb' argument 1 names different: declaration 'canonname' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_socks.c:527:109: style: Function 'ecore_con_socks_dns_cb' argument 4 names different: declaration 'addrlen' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_con/ecore_con_private.h:286:95: note: Function 'ecore_con_socks_dns_cb' argument 4 names different: declaration 'addrlen' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_socks.c:527:109: note: Function 'ecore_con_socks_dns_cb' argument 4 names different: declaration 'addrlen' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_socks.c:116:4: style: Variable 'v4' is assigned a value that is never used. [unreadVariable]
ecore-1.2.0/src/lib/ecore_con/ecore_con_socks.c:116:4: style: Variable 'v5' is assigned a value that is never used. [unreadVariable]
ecore-1.2.0/src/lib/ecore_con/ecore_con_socks.c:816:4: style: Variable 'v4' is assigned a value that is never used. [unreadVariable]
ecore-1.2.0/src/lib/ecore_con/ecore_con_socks.c:816:4: style: Variable 'v5' is assigned a value that is never used. [unreadVariable]
ecore-1.2.0/src/lib/ecore_con/ecore_con_socks.c:835:4: style: Variable 'v4' is assigned a value that is never used. [unreadVariable]
ecore-1.2.0/src/lib/ecore_con/ecore_con_socks.c:835:4: style: Variable 'v5' is assigned a value that is never used. [unreadVariable]
ecore-1.2.0/src/lib/ecore_con/ecore_con_socks.c:569:4: warning: The buffer 'buf' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:804:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:842:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:514:45: style: Function 'ecore_con_ssl_client_init' argument 1 names different: declaration 'svr' definition 'cl'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_con/ecore_con_private.h:361:65: note: Function 'ecore_con_ssl_client_init' argument 1 names different: declaration 'svr' definition 'cl'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:514:45: note: Function 'ecore_con_ssl_client_init' argument 1 names different: declaration 'svr' definition 'cl'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:522:49: style: Function 'ecore_con_ssl_client_shutdown' argument 1 names different: declaration 'svr' definition 'cl'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_con/ecore_con_private.h:362:69: note: Function 'ecore_con_ssl_client_shutdown' argument 1 names different: declaration 'svr' definition 'cl'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:522:49: note: Function 'ecore_con_ssl_client_shutdown' argument 1 names different: declaration 'svr' definition 'cl'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:530:45: style: Function 'ecore_con_ssl_client_read' argument 1 names different: declaration 'svr' definition 'cl'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_con/ecore_con_private.h:363:65: note: Function 'ecore_con_ssl_client_read' argument 1 names different: declaration 'svr' definition 'cl'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:530:45: note: Function 'ecore_con_ssl_client_read' argument 1 names different: declaration 'svr' definition 'cl'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:538:46: style: Function 'ecore_con_ssl_client_write' argument 1 names different: declaration 'svr' definition 'cl'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_con/ecore_con_private.h:366:66: note: Function 'ecore_con_ssl_client_write' argument 1 names different: declaration 'svr' definition 'cl'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:538:46: note: Function 'ecore_con_ssl_client_write' argument 1 names different: declaration 'svr' definition 'cl'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:793:68: style: Function 'ecore_con_ssl_server_upgrade' argument 2 names different: declaration 'compl_type' definition 'ssl_type'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_con/Ecore_Con.h:718:91: note: Function 'ecore_con_ssl_server_upgrade' argument 2 names different: declaration 'compl_type' definition 'ssl_type'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:793:68: note: Function 'ecore_con_ssl_server_upgrade' argument 2 names different: declaration 'compl_type' definition 'ssl_type'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:831:67: style: Function 'ecore_con_ssl_client_upgrade' argument 2 names different: declaration 'compl_type' definition 'ssl_type'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_con/Ecore_Con.h:719:90: note: Function 'ecore_con_ssl_client_upgrade' argument 2 names different: declaration 'compl_type' definition 'ssl_type'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:831:67: note: Function 'ecore_con_ssl_client_upgrade' argument 2 names different: declaration 'compl_type' definition 'ssl_type'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:2022:58: style: Function '_ecore_con_ssl_server_prepare_none' argument 1 names different: declaration 'svr' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:431:90: note: Function '_ecore_con_ssl_server_prepare_none' argument 1 names different: declaration 'svr' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:2022:58: note: Function '_ecore_con_ssl_server_prepare_none' argument 1 names different: declaration 'svr' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:2023:58: style: Function '_ecore_con_ssl_server_prepare_none' argument 2 names different: declaration 'ssl_type' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:431:99: note: Function '_ecore_con_ssl_server_prepare_none' argument 2 names different: declaration 'ssl_type' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:2023:58: note: Function '_ecore_con_ssl_server_prepare_none' argument 2 names different: declaration 'ssl_type' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:2029:55: style: Function '_ecore_con_ssl_server_init_none' argument 1 names different: declaration 'svr' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:432:87: note: Function '_ecore_con_ssl_server_init_none' argument 1 names different: declaration 'svr' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:2029:55: note: Function '_ecore_con_ssl_server_init_none' argument 1 names different: declaration 'svr' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:2035:61: style: Function '_ecore_con_ssl_server_cafile_add_none' argument 1 names different: declaration 'svr' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:426:93: note: Function '_ecore_con_ssl_server_cafile_add_none' argument 1 names different: declaration 'svr' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:2035:61: note: Function '_ecore_con_ssl_server_cafile_add_none' argument 1 names different: declaration 'svr' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:2036:61: style: Function '_ecore_con_ssl_server_cafile_add_none' argument 2 names different: declaration 'ca_file' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:426:110: note: Function '_ecore_con_ssl_server_cafile_add_none' argument 2 names different: declaration 'ca_file' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:2036:61: note: Function '_ecore_con_ssl_server_cafile_add_none' argument 2 names different: declaration 'ca_file' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:2042:59: style: Function '_ecore_con_ssl_server_cert_add_none' argument 1 names different: declaration 'svr' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:428:91: note: Function '_ecore_con_ssl_server_cert_add_none' argument 1 names different: declaration 'svr' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:2042:59: note: Function '_ecore_con_ssl_server_cert_add_none' argument 1 names different: declaration 'svr' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:2043:59: style: Function '_ecore_con_ssl_server_cert_add_none' argument 2 names different: declaration 'cert' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:428:108: note: Function '_ecore_con_ssl_server_cert_add_none' argument 2 names different: declaration 'cert' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:2043:59: note: Function '_ecore_con_ssl_server_cert_add_none' argument 2 names different: declaration 'cert' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:2049:62: style: Function '_ecore_con_ssl_server_privkey_add_none' argument 1 names different: declaration 'svr' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:429:94: note: Function '_ecore_con_ssl_server_privkey_add_none' argument 1 names different: declaration 'svr' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:2049:62: note: Function '_ecore_con_ssl_server_privkey_add_none' argument 1 names different: declaration 'svr' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:2050:62: style: Function '_ecore_con_ssl_server_privkey_add_none' argument 2 names different: declaration 'key_file' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:429:111: note: Function '_ecore_con_ssl_server_privkey_add_none' argument 2 names different: declaration 'key_file' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:2050:62: note: Function '_ecore_con_ssl_server_privkey_add_none' argument 2 names different: declaration 'key_file' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:2056:58: style: Function '_ecore_con_ssl_server_crl_add_none' argument 1 names different: declaration 'svr' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:427:90: note: Function '_ecore_con_ssl_server_crl_add_none' argument 1 names different: declaration 'svr' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:2056:58: note: Function '_ecore_con_ssl_server_crl_add_none' argument 1 names different: declaration 'svr' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:2057:58: style: Function '_ecore_con_ssl_server_crl_add_none' argument 2 names different: declaration 'crl_file' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:427:107: note: Function '_ecore_con_ssl_server_crl_add_none' argument 2 names different: declaration 'crl_file' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:2057:58: note: Function '_ecore_con_ssl_server_crl_add_none' argument 2 names different: declaration 'crl_file' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:2063:59: style: Function '_ecore_con_ssl_server_shutdown_none' argument 1 names different: declaration 'svr' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:433:90: note: Function '_ecore_con_ssl_server_shutdown_none' argument 1 names different: declaration 'svr' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:2063:59: note: Function '_ecore_con_ssl_server_shutdown_none' argument 1 names different: declaration 'svr' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:2069:55: style: Function '_ecore_con_ssl_server_read_none' argument 1 names different: declaration 'svr' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:434:70: note: Function '_ecore_con_ssl_server_read_none' argument 1 names different: declaration 'svr' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:2069:55: note: Function '_ecore_con_ssl_server_read_none' argument 1 names different: declaration 'svr' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:2070:55: style: Function '_ecore_con_ssl_server_read_none' argument 2 names different: declaration 'buf' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:434:90: note: Function '_ecore_con_ssl_server_read_none' argument 2 names different: declaration 'buf' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:2070:55: note: Function '_ecore_con_ssl_server_read_none' argument 2 names different: declaration 'buf' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:2071:55: style: Function '_ecore_con_ssl_server_read_none' argument 3 names different: declaration 'size' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:434:99: note: Function '_ecore_con_ssl_server_read_none' argument 3 names different: declaration 'size' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:2071:55: note: Function '_ecore_con_ssl_server_read_none' argument 3 names different: declaration 'size' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:2077:56: style: Function '_ecore_con_ssl_server_write_none' argument 1 names different: declaration 'svr' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:435:71: note: Function '_ecore_con_ssl_server_write_none' argument 1 names different: declaration 'svr' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:2077:56: note: Function '_ecore_con_ssl_server_write_none' argument 1 names different: declaration 'svr' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:2078:59: style: Function '_ecore_con_ssl_server_write_none' argument 2 names different: declaration 'buf' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:435:97: note: Function '_ecore_con_ssl_server_write_none' argument 2 names different: declaration 'buf' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:2078:59: note: Function '_ecore_con_ssl_server_write_none' argument 2 names different: declaration 'buf' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:2079:56: style: Function '_ecore_con_ssl_server_write_none' argument 3 names different: declaration 'size' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:435:106: note: Function '_ecore_con_ssl_server_write_none' argument 3 names different: declaration 'size' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:2079:56: note: Function '_ecore_con_ssl_server_write_none' argument 3 names different: declaration 'size' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:2085:54: style: Function '_ecore_con_ssl_client_init_none' argument 1 names different: declaration 'cl' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:437:87: note: Function '_ecore_con_ssl_client_init_none' argument 1 names different: declaration 'cl' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:2085:54: note: Function '_ecore_con_ssl_client_init_none' argument 1 names different: declaration 'cl' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:2091:58: style: Function '_ecore_con_ssl_client_shutdown_none' argument 1 names different: declaration 'cl' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:438:90: note: Function '_ecore_con_ssl_client_shutdown_none' argument 1 names different: declaration 'cl' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:2091:58: note: Function '_ecore_con_ssl_client_shutdown_none' argument 1 names different: declaration 'cl' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:2097:54: style: Function '_ecore_con_ssl_client_read_none' argument 1 names different: declaration 'cl' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:439:71: note: Function '_ecore_con_ssl_client_read_none' argument 1 names different: declaration 'cl' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:2097:54: note: Function '_ecore_con_ssl_client_read_none' argument 1 names different: declaration 'cl' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:2098:54: style: Function '_ecore_con_ssl_client_read_none' argument 2 names different: declaration 'buf' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:440:56: note: Function '_ecore_con_ssl_client_read_none' argument 2 names different: declaration 'buf' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:2098:54: note: Function '_ecore_con_ssl_client_read_none' argument 2 names different: declaration 'buf' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:2099:54: style: Function '_ecore_con_ssl_client_read_none' argument 3 names different: declaration 'size' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:440:65: note: Function '_ecore_con_ssl_client_read_none' argument 3 names different: declaration 'size' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:2099:54: note: Function '_ecore_con_ssl_client_read_none' argument 3 names different: declaration 'size' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:2105:55: style: Function '_ecore_con_ssl_client_write_none' argument 1 names different: declaration 'cl' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:441:72: note: Function '_ecore_con_ssl_client_write_none' argument 1 names different: declaration 'cl' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:2105:55: note: Function '_ecore_con_ssl_client_write_none' argument 1 names different: declaration 'cl' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:2106:59: style: Function '_ecore_con_ssl_client_write_none' argument 2 names different: declaration 'buf' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:442:63: note: Function '_ecore_con_ssl_client_write_none' argument 2 names different: declaration 'buf' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:2106:59: note: Function '_ecore_con_ssl_client_write_none' argument 2 names different: declaration 'buf' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:2107:55: style: Function '_ecore_con_ssl_client_write_none' argument 3 names different: declaration 'size' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:442:72: note: Function '_ecore_con_ssl_client_write_none' argument 3 names different: declaration 'size' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_ssl.c:2107:55: note: Function '_ecore_con_ssl_client_write_none' argument 3 names different: declaration 'size' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_url.c:257:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
ecore-1.2.0/src/lib/ecore_con/ecore_con_url.c:292:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
ecore-1.2.0/src/lib/ecore_con/ecore_con_url.c:293:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
ecore-1.2.0/src/lib/ecore_con/ecore_con_url.c:423:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
ecore-1.2.0/src/lib/ecore_con/ecore_con_url.c:424:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
ecore-1.2.0/src/lib/ecore_con/ecore_con_url.c:452:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
ecore-1.2.0/src/lib/ecore_con/ecore_con_url.c:453:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
ecore-1.2.0/src/lib/ecore_con/ecore_con_url.c:454:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
ecore-1.2.0/src/lib/ecore_con/ecore_con_url.c:475:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
ecore-1.2.0/src/lib/ecore_con/ecore_con_url.c:492:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
ecore-1.2.0/src/lib/ecore_con/ecore_con_url.c:257:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ecore-1.2.0/src/lib/ecore_con/ecore_con_url.c:292:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ecore-1.2.0/src/lib/ecore_con/ecore_con_url.c:423:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ecore-1.2.0/src/lib/ecore_con/ecore_con_url.c:452:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ecore-1.2.0/src/lib/ecore_con/ecore_con_url.c:475:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ecore-1.2.0/src/lib/ecore_con/ecore_con_url.c:492:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ecore-1.2.0/src/lib/ecore_con/ecore_con_url.c:615:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ecore-1.2.0/src/lib/ecore_con/ecore_con_url.c:1094:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ecore-1.2.0/src/lib/ecore_con/ecore_con_url.c:497:63: style: Function 'ecore_con_url_time' argument 2 names different: declaration 'time_condition' definition 'condition'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_con/Ecore_Con.h:1658:62: note: Function 'ecore_con_url_time' argument 2 names different: declaration 'time_condition' definition 'condition'.
ecore-1.2.0/src/lib/ecore_con/ecore_con_url.c:497:63: note: Function 'ecore_con_url_time' argument 2 names different: declaration 'time_condition' definition 'condition'.
ecore-1.2.0/src/lib/ecore_config/ecore_config.c:60:8: warning: Either the condition 'if(t)' is redundant or there is possible null pointer dereference: t. [nullPointerRedundantCheck]
ecore-1.2.0/src/lib/ecore_config/ecore_config.c:64:7: note: Assuming that condition 'if(t)' is not redundant
ecore-1.2.0/src/lib/ecore_config/ecore_config.c:60:8: note: Null pointer dereference
ecore-1.2.0/src/lib/ecore_config/ecore_config.c:1325:11: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
ecore-1.2.0/src/lib/ecore_config/ecore_config.c:56:32: style: The scope of the variable 'l' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_config/ecore_config.c:380:24: style: The scope of the variable 'v' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_config/ecore_config.c:1300:27: style: The scope of the variable 'f' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_config/ecore_config.c:1583:24: style: The scope of the variable 'ss' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_config/ecore_config.c:1610:24: style: The scope of the variable 'buf' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_config/ecore_config.c:1629:8: style: The scope of the variable 'global' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_config/ecore_config.c:1630:24: style: The scope of the variable 'buf' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_config/ecore_config.c:1780:24: style: The scope of the variable 'buf' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_config/ecore_config.c:991:62: style: Function 'ecore_config_int_default_bound' argument 3 names different: declaration 'lo' definition 'low'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_config/Ecore_Config.h:179:15: note: Function 'ecore_config_int_default_bound' argument 3 names different: declaration 'lo' definition 'low'.
ecore-1.2.0/src/lib/ecore_config/ecore_config.c:991:62: note: Function 'ecore_config_int_default_bound' argument 3 names different: declaration 'lo' definition 'low'.
ecore-1.2.0/src/lib/ecore_config/ecore_config.c:991:71: style: Function 'ecore_config_int_default_bound' argument 4 names different: declaration 'hi' definition 'high'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_config/Ecore_Config.h:179:23: note: Function 'ecore_config_int_default_bound' argument 4 names different: declaration 'hi' definition 'high'.
ecore-1.2.0/src/lib/ecore_config/ecore_config.c:991:71: note: Function 'ecore_config_int_default_bound' argument 4 names different: declaration 'hi' definition 'high'.
ecore-1.2.0/src/lib/ecore_config/ecore_config.c:1054:68: style: Function 'ecore_config_float_default_bound' argument 3 names different: declaration 'lo' definition 'low'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_config/Ecore_Config.h:183:30: note: Function 'ecore_config_float_default_bound' argument 3 names different: declaration 'lo' definition 'low'.
ecore-1.2.0/src/lib/ecore_config/ecore_config.c:1054:68: note: Function 'ecore_config_float_default_bound' argument 3 names different: declaration 'lo' definition 'low'.
ecore-1.2.0/src/lib/ecore_config/ecore_config.c:1055:12: style: Function 'ecore_config_float_default_bound' argument 4 names different: declaration 'hi' definition 'high'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_config/Ecore_Config.h:184:19: note: Function 'ecore_config_float_default_bound' argument 4 names different: declaration 'hi' definition 'high'.
ecore-1.2.0/src/lib/ecore_config/ecore_config.c:1055:12: note: Function 'ecore_config_float_default_bound' argument 4 names different: declaration 'hi' definition 'high'.
ecore-1.2.0/src/lib/ecore_config/ecore_config.c:1580:64: style: Function 'ecore_config_bundle_new' argument 2 names different: declaration 'id' definition 'identifier'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_config/Ecore_Config.h:208:24: note: Function 'ecore_config_bundle_new' argument 2 names different: declaration 'id' definition 'identifier'.
ecore-1.2.0/src/lib/ecore_config/ecore_config.c:1580:64: note: Function 'ecore_config_bundle_new' argument 2 names different: declaration 'id' definition 'identifier'.
ecore-1.2.0/src/lib/ecore_config/ecore_config.c:1463:14: warning: Size of pointer 'l' used instead of size of its data. [pointerSize]
ecore-1.2.0/src/lib/ecore_config/ecore_config_db.c:239:4: style: Variable 'prev_locale' is reassigned a value before the old one has been used. [redundantAssignment]
ecore-1.2.0/src/lib/ecore_config/ecore_config_db.c:234:0: note: Variable 'prev_locale' is reassigned a value before the old one has been used.
ecore-1.2.0/src/lib/ecore_config/ecore_config_db.c:239:4: note: Variable 'prev_locale' is reassigned a value before the old one has been used.
ecore-1.2.0/src/lib/ecore_config/ecore_config_db.c:119:17: style: The scope of the variable 'value' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_config/ecore_config_db.c:237:8: style: The scope of the variable 'num' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_config/ecore_config_extra.c:414:44: style: The scope of the variable 'new_search_path' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_config/ecore_config_extra.c:416:24: style: The scope of the variable 'prop' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_config/ecore_config_extra.c:460:68: style: The scope of the variable 'file' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_config/ecore_config_extra.c:412:51: style: Function 'ecore_config_theme_search_path_append' argument 1 names different: declaration 'append' definition 'path'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_config/Ecore_Config.h:256:79: note: Function 'ecore_config_theme_search_path_append' argument 1 names different: declaration 'append' definition 'path'.
ecore-1.2.0/src/lib/ecore_config/ecore_config_extra.c:412:51: note: Function 'ecore_config_theme_search_path_append' argument 1 names different: declaration 'append' definition 'path'.
ecore-1.2.0/src/lib/ecore_config/ecore_config_extra.c:395:4: error: Returning/dereferencing 'search_path' after it is deallocated / released [deallocret]
ecore-1.2.0/src/lib/ecore_config/ecore_config_ipc_ecore.c:60:27: style: The scope of the variable 'buf' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_config/ecore_config_ipc_ecore.c:291:24: style: The scope of the variable 'socket' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_config/ecore_config_ipc_main.c:267:8: style: Condition '!ret_srv' is always true [knownConditionTrueFalse]
ecore-1.2.0/src/lib/ecore_config/ecore_config_ipc_main.c:251:14: note: Assignment 'ret_srv=NULL', assigned value is 0
ecore-1.2.0/src/lib/ecore_config/ecore_config_ipc_main.c:267:8: note: Condition '!ret_srv' is always true
ecore-1.2.0/src/lib/ecore_config/ecore_config_ipc_main.c:252:4: style: Variable 'list' is reassigned a value before the old one has been used. [redundantAssignment]
ecore-1.2.0/src/lib/ecore_config/ecore_config_ipc_main.c:250:4: note: Variable 'list' is reassigned a value before the old one has been used.
ecore-1.2.0/src/lib/ecore_config/ecore_config_ipc_main.c:252:4: note: Variable 'list' is reassigned a value before the old one has been used.
ecore-1.2.0/src/lib/ecore_config/ecore_config_ipc_main.c:254:4: style: Variable 'list' is reassigned a value before the old one has been used. [redundantAssignment]
ecore-1.2.0/src/lib/ecore_config/ecore_config_ipc_main.c:252:4: note: Variable 'list' is reassigned a value before the old one has been used.
ecore-1.2.0/src/lib/ecore_config/ecore_config_ipc_main.c:254:4: note: Variable 'list' is reassigned a value before the old one has been used.
ecore-1.2.0/src/lib/ecore_config/ecore_config_ipc_main.c:194:27: warning: Size of pointer 'label' used instead of size of its data. [pointerSize]
ecore-1.2.0/src/lib/ecore_config/ecore_config_storage.c:80:4: style: Variable 'db' is reassigned a value before the old one has been used. [redundantAssignment]
ecore-1.2.0/src/lib/ecore_config/ecore_config_storage.c:77:4: note: Variable 'db' is reassigned a value before the old one has been used.
ecore-1.2.0/src/lib/ecore_config/ecore_config_storage.c:80:4: note: Variable 'db' is reassigned a value before the old one has been used.
ecore-1.2.0/src/lib/ecore_config/ecore_config_util.c:121:3: error: Dereferencing 'result' after it is deallocated / released [deallocuse]
ecore-1.2.0/src/lib/ecore_directfb/ecore_directfb.c:536:51: style: Function 'ecore_directfb_window_free' argument 1 names different: declaration 'window' definition 'ecore_window'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_directfb/Ecore_DirectFB.h:166:79: note: Function 'ecore_directfb_window_free' argument 1 names different: declaration 'window' definition 'ecore_window'.
ecore-1.2.0/src/lib/ecore_directfb/ecore_directfb.c:536:51: note: Function 'ecore_directfb_window_free' argument 1 names different: declaration 'window' definition 'ecore_window'.
ecore-1.2.0/src/lib/ecore_directfb/ecore_directfb.c:544:51: style: Function 'ecore_directfb_window_move' argument 1 names different: declaration 'window' definition 'ecore_window'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_directfb/Ecore_DirectFB.h:167:79: note: Function 'ecore_directfb_window_move' argument 1 names different: declaration 'window' definition 'ecore_window'.
ecore-1.2.0/src/lib/ecore_directfb/ecore_directfb.c:544:51: note: Function 'ecore_directfb_window_move' argument 1 names different: declaration 'window' definition 'ecore_window'.
ecore-1.2.0/src/lib/ecore_directfb/ecore_directfb.c:550:53: style: Function 'ecore_directfb_window_resize' argument 1 names different: declaration 'window' definition 'ecore_window'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_directfb/Ecore_DirectFB.h:168:81: note: Function 'ecore_directfb_window_resize' argument 1 names different: declaration 'window' definition 'ecore_window'.
ecore-1.2.0/src/lib/ecore_directfb/ecore_directfb.c:550:53: note: Function 'ecore_directfb_window_resize' argument 1 names different: declaration 'window' definition 'ecore_window'.
ecore-1.2.0/src/lib/ecore_directfb/ecore_directfb.c:556:52: style: Function 'ecore_directfb_window_focus' argument 1 names different: declaration 'window' definition 'ecore_window'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_directfb/Ecore_DirectFB.h:169:80: note: Function 'ecore_directfb_window_focus' argument 1 names different: declaration 'window' definition 'ecore_window'.
ecore-1.2.0/src/lib/ecore_directfb/ecore_directfb.c:556:52: note: Function 'ecore_directfb_window_focus' argument 1 names different: declaration 'window' definition 'ecore_window'.
ecore-1.2.0/src/lib/ecore_directfb/ecore_directfb.c:562:51: style: Function 'ecore_directfb_window_hide' argument 1 names different: declaration 'window' definition 'ecore_window'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_directfb/Ecore_DirectFB.h:171:79: note: Function 'ecore_directfb_window_hide' argument 1 names different: declaration 'window' definition 'ecore_window'.
ecore-1.2.0/src/lib/ecore_directfb/ecore_directfb.c:562:51: note: Function 'ecore_directfb_window_hide' argument 1 names different: declaration 'window' definition 'ecore_window'.
ecore-1.2.0/src/lib/ecore_directfb/ecore_directfb.c:568:51: style: Function 'ecore_directfb_window_show' argument 1 names different: declaration 'window' definition 'ecore_window'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_directfb/Ecore_DirectFB.h:170:79: note: Function 'ecore_directfb_window_show' argument 1 names different: declaration 'window' definition 'ecore_window'.
ecore-1.2.0/src/lib/ecore_directfb/ecore_directfb.c:568:51: note: Function 'ecore_directfb_window_show' argument 1 names different: declaration 'window' definition 'ecore_window'.
ecore-1.2.0/src/lib/ecore_directfb/ecore_directfb.c:574:57: style: Function 'ecore_directfb_window_shaped_set' argument 1 names different: declaration 'window' definition 'ecore_window'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_directfb/Ecore_DirectFB.h:172:85: note: Function 'ecore_directfb_window_shaped_set' argument 1 names different: declaration 'window' definition 'ecore_window'.
ecore-1.2.0/src/lib/ecore_directfb/ecore_directfb.c:574:57: note: Function 'ecore_directfb_window_shaped_set' argument 1 names different: declaration 'window' definition 'ecore_window'.
ecore-1.2.0/src/lib/ecore_directfb/ecore_directfb.c:594:58: style: Function 'ecore_directfb_window_cursor_show' argument 1 names different: declaration 'window' definition 'ecore_window'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_directfb/Ecore_DirectFB.h:175:86: note: Function 'ecore_directfb_window_cursor_show' argument 1 names different: declaration 'window' definition 'ecore_window'.
ecore-1.2.0/src/lib/ecore_directfb/ecore_directfb.c:594:58: note: Function 'ecore_directfb_window_cursor_show' argument 1 names different: declaration 'window' definition 'ecore_window'.
ecore-1.2.0/src/lib/ecore_directfb/ecore_directfb.c:645:61: style: Function 'ecore_directfb_window_fullscreen_set' argument 1 names different: declaration 'window' definition 'ecore_window'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_directfb/Ecore_DirectFB.h:173:89: note: Function 'ecore_directfb_window_fullscreen_set' argument 1 names different: declaration 'window' definition 'ecore_window'.
ecore-1.2.0/src/lib/ecore_directfb/ecore_directfb.c:645:61: note: Function 'ecore_directfb_window_fullscreen_set' argument 1 names different: declaration 'window' definition 'ecore_window'.
ecore-1.2.0/src/lib/ecore_directfb/ecore_directfb.c:645:85: style: Function 'ecore_directfb_window_fullscreen_set' argument 2 names different: declaration 'set' definition 'on'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_directfb/Ecore_DirectFB.h:173:107: note: Function 'ecore_directfb_window_fullscreen_set' argument 2 names different: declaration 'set' definition 'on'.
ecore-1.2.0/src/lib/ecore_directfb/ecore_directfb.c:645:85: note: Function 'ecore_directfb_window_fullscreen_set' argument 2 names different: declaration 'set' definition 'on'.
ecore-1.2.0/src/lib/ecore_directfb/ecore_directfb.c:672:55: style: Function 'ecore_directfb_window_size_get' argument 1 names different: declaration 'window' definition 'ecore_window'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_directfb/Ecore_DirectFB.h:174:83: note: Function 'ecore_directfb_window_size_get' argument 1 names different: declaration 'window' definition 'ecore_window'.
ecore-1.2.0/src/lib/ecore_directfb/ecore_directfb.c:672:55: note: Function 'ecore_directfb_window_size_get' argument 1 names different: declaration 'window' definition 'ecore_window'.
ecore-1.2.0/src/lib/ecore_directfb/ecore_directfb.c:679:38: style: Function 'ecore_directfb_init' argument 1 names different: declaration 'name' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_directfb/Ecore_DirectFB.h:160:61: note: Function 'ecore_directfb_init' argument 1 names different: declaration 'name' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_directfb/ecore_directfb.c:679:38: note: Function 'ecore_directfb_init' argument 1 names different: declaration 'name' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_directfb/ecore_directfb.c:171:0: error: Memory leak: e [memleak]
ecore-1.2.0/src/lib/ecore_directfb/ecore_directfb.c:223:0: error: Memory leak: e [memleak]
ecore-1.2.0/src/lib/ecore_evas/ecore_evas.c:46:11: style: The scope of the variable 't2' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_evas/ecore_evas.c:2507:48: style: Function '_ecore_evas_async_events_fd_handler' argument 1 names different: declaration 'data' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/ecore_evas.c:35:60: note: Function '_ecore_evas_async_events_fd_handler' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas.c:2507:48: note: Function '_ecore_evas_async_events_fd_handler' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas.c:2507:89: style: Function '_ecore_evas_async_events_fd_handler' argument 2 names different: declaration 'fd_handler' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/ecore_evas.c:35:84: note: Function '_ecore_evas_async_events_fd_handler' argument 2 names different: declaration 'fd_handler' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas.c:2507:89: note: Function '_ecore_evas_async_events_fd_handler' argument 2 names different: declaration 'fd_handler' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas.c:2796:42: style: Function 'ecore_evas_wayland_resize' argument 1 names different: declaration 'ee' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:882:60: note: Function 'ecore_evas_wayland_resize' argument 1 names different: declaration 'ee' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas.c:2796:42: note: Function 'ecore_evas_wayland_resize' argument 1 names different: declaration 'ee' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas.c:2796:67: style: Function 'ecore_evas_wayland_resize' argument 2 names different: declaration 'location' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:882:68: note: Function 'ecore_evas_wayland_resize' argument 2 names different: declaration 'location' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas.c:2796:67: note: Function 'ecore_evas_wayland_resize' argument 2 names different: declaration 'location' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas.c:2802:40: style: Function 'ecore_evas_wayland_move' argument 1 names different: declaration 'ee' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:883:58: note: Function 'ecore_evas_wayland_move' argument 1 names different: declaration 'ee' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas.c:2802:40: note: Function 'ecore_evas_wayland_move' argument 1 names different: declaration 'ee' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas.c:2802:58: style: Function 'ecore_evas_wayland_move' argument 2 names different: declaration 'x' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:883:66: note: Function 'ecore_evas_wayland_move' argument 2 names different: declaration 'x' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas.c:2802:58: note: Function 'ecore_evas_wayland_move' argument 2 names different: declaration 'x' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas.c:2802:76: style: Function 'ecore_evas_wayland_move' argument 3 names different: declaration 'y' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:883:73: note: Function 'ecore_evas_wayland_move' argument 3 names different: declaration 'y' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas.c:2802:76: note: Function 'ecore_evas_wayland_move' argument 3 names different: declaration 'y' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas.c:2808:44: style: Function 'ecore_evas_wayland_type_set' argument 1 names different: declaration 'ee' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:887:62: note: Function 'ecore_evas_wayland_type_set' argument 1 names different: declaration 'ee' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas.c:2808:44: note: Function 'ecore_evas_wayland_type_set' argument 1 names different: declaration 'ee' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas.c:2808:65: style: Function 'ecore_evas_wayland_type_set' argument 2 names different: declaration 'type' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:887:70: note: Function 'ecore_evas_wayland_type_set' argument 2 names different: declaration 'type' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas.c:2808:65: note: Function 'ecore_evas_wayland_type_set' argument 2 names different: declaration 'type' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas.c:2814:52: style: Function 'ecore_evas_wayland_window_get' argument 1 names different: declaration 'ee' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:888:71: note: Function 'ecore_evas_wayland_window_get' argument 1 names different: declaration 'ee' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas.c:2814:52: note: Function 'ecore_evas_wayland_window_get' argument 1 names different: declaration 'ee' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas.c:2820:47: style: Function 'ecore_evas_wayland_pointer_set' argument 1 names different: declaration 'ee' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:886:65: note: Function 'ecore_evas_wayland_pointer_set' argument 1 names different: declaration 'ee' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas.c:2820:47: note: Function 'ecore_evas_wayland_pointer_set' argument 1 names different: declaration 'ee' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas.c:2820:69: style: Function 'ecore_evas_wayland_pointer_set' argument 2 names different: declaration 'hot_x' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:886:73: note: Function 'ecore_evas_wayland_pointer_set' argument 2 names different: declaration 'hot_x' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas.c:2820:69: note: Function 'ecore_evas_wayland_pointer_set' argument 2 names different: declaration 'hot_x' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas.c:2820:91: style: Function 'ecore_evas_wayland_pointer_set' argument 3 names different: declaration 'hot_y' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:886:84: note: Function 'ecore_evas_wayland_pointer_set' argument 3 names different: declaration 'hot_y' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas.c:2820:91: note: Function 'ecore_evas_wayland_pointer_set' argument 3 names different: declaration 'hot_y' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_directfb.c:585:47: style: Function 'ecore_evas_directfb_new' argument 1 names different: declaration 'disp_name' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:876:58: note: Function 'ecore_evas_directfb_new' argument 1 names different: declaration 'disp_name' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_directfb.c:585:47: note: Function 'ecore_evas_directfb_new' argument 1 names different: declaration 'disp_name' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_directfb.c:585:72: style: Function 'ecore_evas_directfb_new' argument 2 names different: declaration 'windowed' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:876:73: note: Function 'ecore_evas_directfb_new' argument 2 names different: declaration 'windowed' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_directfb.c:585:72: note: Function 'ecore_evas_directfb_new' argument 2 names different: declaration 'windowed' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_directfb.c:585:90: style: Function 'ecore_evas_directfb_new' argument 3 names different: declaration 'x' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:876:87: note: Function 'ecore_evas_directfb_new' argument 3 names different: declaration 'x' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_directfb.c:585:90: note: Function 'ecore_evas_directfb_new' argument 3 names different: declaration 'x' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_directfb.c:585:108: style: Function 'ecore_evas_directfb_new' argument 4 names different: declaration 'y' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:876:94: note: Function 'ecore_evas_directfb_new' argument 4 names different: declaration 'y' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_directfb.c:585:108: note: Function 'ecore_evas_directfb_new' argument 4 names different: declaration 'y' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_directfb.c:585:126: style: Function 'ecore_evas_directfb_new' argument 5 names different: declaration 'w' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:876:101: note: Function 'ecore_evas_directfb_new' argument 5 names different: declaration 'w' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_directfb.c:585:126: note: Function 'ecore_evas_directfb_new' argument 5 names different: declaration 'w' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_directfb.c:585:144: style: Function 'ecore_evas_directfb_new' argument 6 names different: declaration 'h' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:876:108: note: Function 'ecore_evas_directfb_new' argument 6 names different: declaration 'h' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_directfb.c:585:144: note: Function 'ecore_evas_directfb_new' argument 6 names different: declaration 'h' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_directfb.c:599:53: style: Function 'ecore_evas_directfb_window_get' argument 1 names different: declaration 'ee' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:877:78: note: Function 'ecore_evas_directfb_window_get' argument 1 names different: declaration 'ee' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_directfb.c:599:53: note: Function 'ecore_evas_directfb_window_get' argument 1 names different: declaration 'ee' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_fb.c:672:41: style: Function 'ecore_evas_fb_new' argument 1 names different: declaration 'disp_name' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:874:52: note: Function 'ecore_evas_fb_new' argument 1 names different: declaration 'disp_name' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_fb.c:672:41: note: Function 'ecore_evas_fb_new' argument 1 names different: declaration 'disp_name' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_fb.c:672:66: style: Function 'ecore_evas_fb_new' argument 2 names different: declaration 'rotation' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:874:67: note: Function 'ecore_evas_fb_new' argument 2 names different: declaration 'rotation' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_fb.c:672:66: note: Function 'ecore_evas_fb_new' argument 2 names different: declaration 'rotation' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_fb.c:672:84: style: Function 'ecore_evas_fb_new' argument 3 names different: declaration 'w' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:874:81: note: Function 'ecore_evas_fb_new' argument 3 names different: declaration 'w' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_fb.c:672:84: note: Function 'ecore_evas_fb_new' argument 3 names different: declaration 'w' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_fb.c:672:102: style: Function 'ecore_evas_fb_new' argument 4 names different: declaration 'h' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:874:88: note: Function 'ecore_evas_fb_new' argument 4 names different: declaration 'h' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_fb.c:672:102: note: Function 'ecore_evas_fb_new' argument 4 names different: declaration 'h' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_psl1ght.c:507:41: style: Function 'ecore_evas_psl1ght_new' argument 1 names different: declaration 'name' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:1159:53: note: Function 'ecore_evas_psl1ght_new' argument 1 names different: declaration 'name' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_psl1ght.c:507:41: note: Function 'ecore_evas_psl1ght_new' argument 1 names different: declaration 'name' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_psl1ght.c:507:59: style: Function 'ecore_evas_psl1ght_new' argument 2 names different: declaration 'w' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:1159:63: note: Function 'ecore_evas_psl1ght_new' argument 2 names different: declaration 'w' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_psl1ght.c:507:59: note: Function 'ecore_evas_psl1ght_new' argument 2 names different: declaration 'w' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_psl1ght.c:507:77: style: Function 'ecore_evas_psl1ght_new' argument 3 names different: declaration 'h' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:1159:70: note: Function 'ecore_evas_psl1ght_new' argument 3 names different: declaration 'h' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_psl1ght.c:507:77: note: Function 'ecore_evas_psl1ght_new' argument 3 names different: declaration 'h' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_sdl.c:619:37: style: Function 'ecore_evas_sdl_new' argument 1 names different: declaration 'name' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:1117:53: note: Function 'ecore_evas_sdl_new' argument 1 names different: declaration 'name' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_sdl.c:619:37: note: Function 'ecore_evas_sdl_new' argument 1 names different: declaration 'name' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_sdl.c:619:55: style: Function 'ecore_evas_sdl_new' argument 2 names different: declaration 'w' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:1117:63: note: Function 'ecore_evas_sdl_new' argument 2 names different: declaration 'w' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_sdl.c:619:55: note: Function 'ecore_evas_sdl_new' argument 2 names different: declaration 'w' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_sdl.c:619:73: style: Function 'ecore_evas_sdl_new' argument 3 names different: declaration 'h' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:1117:70: note: Function 'ecore_evas_sdl_new' argument 3 names different: declaration 'h' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_sdl.c:619:73: note: Function 'ecore_evas_sdl_new' argument 3 names different: declaration 'h' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_sdl.c:619:100: style: Function 'ecore_evas_sdl_new' argument 4 names different: declaration 'fullscreen' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:1117:77: note: Function 'ecore_evas_sdl_new' argument 4 names different: declaration 'fullscreen' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_sdl.c:619:100: note: Function 'ecore_evas_sdl_new' argument 4 names different: declaration 'fullscreen' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_sdl.c:619:126: style: Function 'ecore_evas_sdl_new' argument 5 names different: declaration 'hwsurface' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:1117:93: note: Function 'ecore_evas_sdl_new' argument 5 names different: declaration 'hwsurface' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_sdl.c:619:126: note: Function 'ecore_evas_sdl_new' argument 5 names different: declaration 'hwsurface' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_sdl.c:619:150: style: Function 'ecore_evas_sdl_new' argument 6 names different: declaration 'noframe' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:1117:108: note: Function 'ecore_evas_sdl_new' argument 6 names different: declaration 'noframe' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_sdl.c:619:150: note: Function 'ecore_evas_sdl_new' argument 6 names different: declaration 'noframe' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_sdl.c:619:172: style: Function 'ecore_evas_sdl_new' argument 7 names different: declaration 'alpha' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:1117:121: note: Function 'ecore_evas_sdl_new' argument 7 names different: declaration 'alpha' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_sdl.c:619:172: note: Function 'ecore_evas_sdl_new' argument 7 names different: declaration 'alpha' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_sdl.c:627:39: style: Function 'ecore_evas_sdl16_new' argument 1 names different: declaration 'name' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:1118:55: note: Function 'ecore_evas_sdl16_new' argument 1 names different: declaration 'name' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_sdl.c:627:39: note: Function 'ecore_evas_sdl16_new' argument 1 names different: declaration 'name' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_sdl.c:627:57: style: Function 'ecore_evas_sdl16_new' argument 2 names different: declaration 'w' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:1118:65: note: Function 'ecore_evas_sdl16_new' argument 2 names different: declaration 'w' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_sdl.c:627:57: note: Function 'ecore_evas_sdl16_new' argument 2 names different: declaration 'w' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_sdl.c:627:75: style: Function 'ecore_evas_sdl16_new' argument 3 names different: declaration 'h' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:1118:72: note: Function 'ecore_evas_sdl16_new' argument 3 names different: declaration 'h' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_sdl.c:627:75: note: Function 'ecore_evas_sdl16_new' argument 3 names different: declaration 'h' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_sdl.c:627:102: style: Function 'ecore_evas_sdl16_new' argument 4 names different: declaration 'fullscreen' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:1118:79: note: Function 'ecore_evas_sdl16_new' argument 4 names different: declaration 'fullscreen' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_sdl.c:627:102: note: Function 'ecore_evas_sdl16_new' argument 4 names different: declaration 'fullscreen' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_sdl.c:627:128: style: Function 'ecore_evas_sdl16_new' argument 5 names different: declaration 'hwsurface' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:1118:95: note: Function 'ecore_evas_sdl16_new' argument 5 names different: declaration 'hwsurface' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_sdl.c:627:128: note: Function 'ecore_evas_sdl16_new' argument 5 names different: declaration 'hwsurface' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_sdl.c:627:152: style: Function 'ecore_evas_sdl16_new' argument 6 names different: declaration 'noframe' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:1118:110: note: Function 'ecore_evas_sdl16_new' argument 6 names different: declaration 'noframe' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_sdl.c:627:152: note: Function 'ecore_evas_sdl16_new' argument 6 names different: declaration 'noframe' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_sdl.c:627:174: style: Function 'ecore_evas_sdl16_new' argument 7 names different: declaration 'alpha' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:1118:123: note: Function 'ecore_evas_sdl16_new' argument 7 names different: declaration 'alpha' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_sdl.c:627:174: note: Function 'ecore_evas_sdl16_new' argument 7 names different: declaration 'alpha' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_sdl.c:649:40: style: Function 'ecore_evas_gl_sdl_new' argument 1 names different: declaration 'name' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:1119:56: note: Function 'ecore_evas_gl_sdl_new' argument 1 names different: declaration 'name' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_sdl.c:649:40: note: Function 'ecore_evas_gl_sdl_new' argument 1 names different: declaration 'name' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_sdl.c:649:58: style: Function 'ecore_evas_gl_sdl_new' argument 2 names different: declaration 'w' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:1119:66: note: Function 'ecore_evas_gl_sdl_new' argument 2 names different: declaration 'w' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_sdl.c:649:58: note: Function 'ecore_evas_gl_sdl_new' argument 2 names different: declaration 'w' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_sdl.c:649:76: style: Function 'ecore_evas_gl_sdl_new' argument 3 names different: declaration 'h' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:1119:73: note: Function 'ecore_evas_gl_sdl_new' argument 3 names different: declaration 'h' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_sdl.c:649:76: note: Function 'ecore_evas_gl_sdl_new' argument 3 names different: declaration 'h' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_sdl.c:649:103: style: Function 'ecore_evas_gl_sdl_new' argument 4 names different: declaration 'fullscreen' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:1119:80: note: Function 'ecore_evas_gl_sdl_new' argument 4 names different: declaration 'fullscreen' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_sdl.c:649:103: note: Function 'ecore_evas_gl_sdl_new' argument 4 names different: declaration 'fullscreen' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_sdl.c:649:127: style: Function 'ecore_evas_gl_sdl_new' argument 5 names different: declaration 'noframe' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:1119:96: note: Function 'ecore_evas_gl_sdl_new' argument 5 names different: declaration 'noframe' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_sdl.c:649:127: note: Function 'ecore_evas_gl_sdl_new' argument 5 names different: declaration 'noframe' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_util.c:423:74: style: Function 'ecore_getopt_callback_ecore_evas_list_engines' argument 1 names different: declaration 'parser' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:1840:86: note: Function 'ecore_getopt_callback_ecore_evas_list_engines' argument 1 names different: declaration 'parser' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_util.c:423:74: note: Function 'ecore_getopt_callback_ecore_evas_list_engines' argument 1 names different: declaration 'parser' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_util.c:423:116: style: Function 'ecore_getopt_callback_ecore_evas_list_engines' argument 2 names different: declaration 'desc' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:1840:119: note: Function 'ecore_getopt_callback_ecore_evas_list_engines' argument 2 names different: declaration 'desc' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_util.c:423:116: note: Function 'ecore_getopt_callback_ecore_evas_list_engines' argument 2 names different: declaration 'desc' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_util.c:423:144: style: Function 'ecore_getopt_callback_ecore_evas_list_engines' argument 3 names different: declaration 'str' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:1840:137: note: Function 'ecore_getopt_callback_ecore_evas_list_engines' argument 3 names different: declaration 'str' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_util.c:423:144: note: Function 'ecore_getopt_callback_ecore_evas_list_engines' argument 3 names different: declaration 'str' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_wayland_egl.c:1032:50: style: Function 'ecore_evas_wayland_egl_new' argument 1 names different: declaration 'disp_name' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:881:61: note: Function 'ecore_evas_wayland_egl_new' argument 1 names different: declaration 'disp_name' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_wayland_egl.c:1032:50: note: Function 'ecore_evas_wayland_egl_new' argument 1 names different: declaration 'disp_name' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_wayland_egl.c:1032:82: style: Function 'ecore_evas_wayland_egl_new' argument 2 names different: declaration 'parent' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:881:85: note: Function 'ecore_evas_wayland_egl_new' argument 2 names different: declaration 'parent' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_wayland_egl.c:1032:82: note: Function 'ecore_evas_wayland_egl_new' argument 2 names different: declaration 'parent' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_wayland_egl.c:1032:100: style: Function 'ecore_evas_wayland_egl_new' argument 3 names different: declaration 'x' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:881:97: note: Function 'ecore_evas_wayland_egl_new' argument 3 names different: declaration 'x' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_wayland_egl.c:1032:100: note: Function 'ecore_evas_wayland_egl_new' argument 3 names different: declaration 'x' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_wayland_egl.c:1032:118: style: Function 'ecore_evas_wayland_egl_new' argument 4 names different: declaration 'y' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:881:104: note: Function 'ecore_evas_wayland_egl_new' argument 4 names different: declaration 'y' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_wayland_egl.c:1032:118: note: Function 'ecore_evas_wayland_egl_new' argument 4 names different: declaration 'y' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_wayland_egl.c:1032:136: style: Function 'ecore_evas_wayland_egl_new' argument 5 names different: declaration 'w' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:881:111: note: Function 'ecore_evas_wayland_egl_new' argument 5 names different: declaration 'w' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_wayland_egl.c:1032:136: note: Function 'ecore_evas_wayland_egl_new' argument 5 names different: declaration 'w' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_wayland_egl.c:1032:154: style: Function 'ecore_evas_wayland_egl_new' argument 6 names different: declaration 'h' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:881:118: note: Function 'ecore_evas_wayland_egl_new' argument 6 names different: declaration 'h' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_wayland_egl.c:1032:154: note: Function 'ecore_evas_wayland_egl_new' argument 6 names different: declaration 'h' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_wayland_egl.c:1032:182: style: Function 'ecore_evas_wayland_egl_new' argument 7 names different: declaration 'frame' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:881:131: note: Function 'ecore_evas_wayland_egl_new' argument 7 names different: declaration 'frame' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_wayland_egl.c:1032:182: note: Function 'ecore_evas_wayland_egl_new' argument 7 names different: declaration 'frame' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_wayland_shm.c:1236:50: style: Function 'ecore_evas_wayland_shm_new' argument 1 names different: declaration 'disp_name' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:880:61: note: Function 'ecore_evas_wayland_shm_new' argument 1 names different: declaration 'disp_name' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_wayland_shm.c:1236:50: note: Function 'ecore_evas_wayland_shm_new' argument 1 names different: declaration 'disp_name' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_wayland_shm.c:1236:82: style: Function 'ecore_evas_wayland_shm_new' argument 2 names different: declaration 'parent' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:880:85: note: Function 'ecore_evas_wayland_shm_new' argument 2 names different: declaration 'parent' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_wayland_shm.c:1236:82: note: Function 'ecore_evas_wayland_shm_new' argument 2 names different: declaration 'parent' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_wayland_shm.c:1236:100: style: Function 'ecore_evas_wayland_shm_new' argument 3 names different: declaration 'x' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:880:97: note: Function 'ecore_evas_wayland_shm_new' argument 3 names different: declaration 'x' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_wayland_shm.c:1236:100: note: Function 'ecore_evas_wayland_shm_new' argument 3 names different: declaration 'x' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_wayland_shm.c:1236:118: style: Function 'ecore_evas_wayland_shm_new' argument 4 names different: declaration 'y' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:880:104: note: Function 'ecore_evas_wayland_shm_new' argument 4 names different: declaration 'y' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_wayland_shm.c:1236:118: note: Function 'ecore_evas_wayland_shm_new' argument 4 names different: declaration 'y' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_wayland_shm.c:1236:136: style: Function 'ecore_evas_wayland_shm_new' argument 5 names different: declaration 'w' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:880:111: note: Function 'ecore_evas_wayland_shm_new' argument 5 names different: declaration 'w' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_wayland_shm.c:1236:136: note: Function 'ecore_evas_wayland_shm_new' argument 5 names different: declaration 'w' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_wayland_shm.c:1236:154: style: Function 'ecore_evas_wayland_shm_new' argument 6 names different: declaration 'h' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:880:118: note: Function 'ecore_evas_wayland_shm_new' argument 6 names different: declaration 'h' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_wayland_shm.c:1236:154: note: Function 'ecore_evas_wayland_shm_new' argument 6 names different: declaration 'h' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_wayland_shm.c:1236:182: style: Function 'ecore_evas_wayland_shm_new' argument 7 names different: declaration 'frame' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:880:131: note: Function 'ecore_evas_wayland_shm_new' argument 7 names different: declaration 'frame' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_wayland_shm.c:1236:182: note: Function 'ecore_evas_wayland_shm_new' argument 7 names different: declaration 'frame' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_win32.c:1317:56: style: Function 'ecore_evas_software_gdi_new' argument 1 names different: declaration 'parent' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:1085:70: note: Function 'ecore_evas_software_gdi_new' argument 1 names different: declaration 'parent' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_win32.c:1317:56: note: Function 'ecore_evas_software_gdi_new' argument 1 names different: declaration 'parent' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_win32.c:1318:51: style: Function 'ecore_evas_software_gdi_new' argument 2 names different: declaration 'x' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:1086:70: note: Function 'ecore_evas_software_gdi_new' argument 2 names different: declaration 'x' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_win32.c:1318:51: note: Function 'ecore_evas_software_gdi_new' argument 2 names different: declaration 'x' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_win32.c:1319:51: style: Function 'ecore_evas_software_gdi_new' argument 3 names different: declaration 'y' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:1087:70: note: Function 'ecore_evas_software_gdi_new' argument 3 names different: declaration 'y' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_win32.c:1319:51: note: Function 'ecore_evas_software_gdi_new' argument 3 names different: declaration 'y' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_win32.c:1320:55: style: Function 'ecore_evas_software_gdi_new' argument 4 names different: declaration 'width' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:1088:70: note: Function 'ecore_evas_software_gdi_new' argument 4 names different: declaration 'width' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_win32.c:1320:55: note: Function 'ecore_evas_software_gdi_new' argument 4 names different: declaration 'width' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_win32.c:1321:56: style: Function 'ecore_evas_software_gdi_new' argument 5 names different: declaration 'height' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:1089:70: note: Function 'ecore_evas_software_gdi_new' argument 5 names different: declaration 'height' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_win32.c:1321:56: note: Function 'ecore_evas_software_gdi_new' argument 5 names different: declaration 'height' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_win32.c:1348:58: style: Function 'ecore_evas_software_ddraw_new' argument 1 names different: declaration 'parent' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:1091:72: note: Function 'ecore_evas_software_ddraw_new' argument 1 names different: declaration 'parent' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_win32.c:1348:58: note: Function 'ecore_evas_software_ddraw_new' argument 1 names different: declaration 'parent' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_win32.c:1349:53: style: Function 'ecore_evas_software_ddraw_new' argument 2 names different: declaration 'x' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:1092:72: note: Function 'ecore_evas_software_ddraw_new' argument 2 names different: declaration 'x' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_win32.c:1349:53: note: Function 'ecore_evas_software_ddraw_new' argument 2 names different: declaration 'x' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_win32.c:1350:53: style: Function 'ecore_evas_software_ddraw_new' argument 3 names different: declaration 'y' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:1093:72: note: Function 'ecore_evas_software_ddraw_new' argument 3 names different: declaration 'y' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_win32.c:1350:53: note: Function 'ecore_evas_software_ddraw_new' argument 3 names different: declaration 'y' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_win32.c:1351:57: style: Function 'ecore_evas_software_ddraw_new' argument 4 names different: declaration 'width' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:1094:72: note: Function 'ecore_evas_software_ddraw_new' argument 4 names different: declaration 'width' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_win32.c:1351:57: note: Function 'ecore_evas_software_ddraw_new' argument 4 names different: declaration 'width' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_win32.c:1352:58: style: Function 'ecore_evas_software_ddraw_new' argument 5 names different: declaration 'height' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:1095:72: note: Function 'ecore_evas_software_ddraw_new' argument 5 names different: declaration 'height' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_win32.c:1352:58: note: Function 'ecore_evas_software_ddraw_new' argument 5 names different: declaration 'height' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_win32.c:1380:61: style: Function 'ecore_evas_software_16_ddraw_new' argument 1 names different: declaration 'parent' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:1097:75: note: Function 'ecore_evas_software_16_ddraw_new' argument 1 names different: declaration 'parent' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_win32.c:1380:61: note: Function 'ecore_evas_software_16_ddraw_new' argument 1 names different: declaration 'parent' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_win32.c:1381:56: style: Function 'ecore_evas_software_16_ddraw_new' argument 2 names different: declaration 'x' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:1098:75: note: Function 'ecore_evas_software_16_ddraw_new' argument 2 names different: declaration 'x' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_win32.c:1381:56: note: Function 'ecore_evas_software_16_ddraw_new' argument 2 names different: declaration 'x' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_win32.c:1382:56: style: Function 'ecore_evas_software_16_ddraw_new' argument 3 names different: declaration 'y' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:1099:75: note: Function 'ecore_evas_software_16_ddraw_new' argument 3 names different: declaration 'y' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_win32.c:1382:56: note: Function 'ecore_evas_software_16_ddraw_new' argument 3 names different: declaration 'y' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_win32.c:1383:60: style: Function 'ecore_evas_software_16_ddraw_new' argument 4 names different: declaration 'width' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:1100:75: note: Function 'ecore_evas_software_16_ddraw_new' argument 4 names different: declaration 'width' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_win32.c:1383:60: note: Function 'ecore_evas_software_16_ddraw_new' argument 4 names different: declaration 'width' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_win32.c:1384:61: style: Function 'ecore_evas_software_16_ddraw_new' argument 5 names different: declaration 'height' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:1101:75: note: Function 'ecore_evas_software_16_ddraw_new' argument 5 names different: declaration 'height' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_win32.c:1384:61: note: Function 'ecore_evas_software_16_ddraw_new' argument 5 names different: declaration 'height' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_win32.c:1412:52: style: Function 'ecore_evas_direct3d_new' argument 1 names different: declaration 'parent' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:1103:66: note: Function 'ecore_evas_direct3d_new' argument 1 names different: declaration 'parent' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_win32.c:1412:52: note: Function 'ecore_evas_direct3d_new' argument 1 names different: declaration 'parent' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_win32.c:1413:47: style: Function 'ecore_evas_direct3d_new' argument 2 names different: declaration 'x' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:1104:66: note: Function 'ecore_evas_direct3d_new' argument 2 names different: declaration 'x' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_win32.c:1413:47: note: Function 'ecore_evas_direct3d_new' argument 2 names different: declaration 'x' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_win32.c:1414:47: style: Function 'ecore_evas_direct3d_new' argument 3 names different: declaration 'y' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:1105:66: note: Function 'ecore_evas_direct3d_new' argument 3 names different: declaration 'y' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_win32.c:1414:47: note: Function 'ecore_evas_direct3d_new' argument 3 names different: declaration 'y' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_win32.c:1415:51: style: Function 'ecore_evas_direct3d_new' argument 4 names different: declaration 'width' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:1106:66: note: Function 'ecore_evas_direct3d_new' argument 4 names different: declaration 'width' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_win32.c:1415:51: note: Function 'ecore_evas_direct3d_new' argument 4 names different: declaration 'width' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_win32.c:1416:52: style: Function 'ecore_evas_direct3d_new' argument 5 names different: declaration 'height' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:1107:66: note: Function 'ecore_evas_direct3d_new' argument 5 names different: declaration 'height' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_win32.c:1416:52: note: Function 'ecore_evas_direct3d_new' argument 5 names different: declaration 'height' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_win32.c:1444:51: style: Function 'ecore_evas_gl_glew_new' argument 1 names different: declaration 'parent' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:1109:61: note: Function 'ecore_evas_gl_glew_new' argument 1 names different: declaration 'parent' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_win32.c:1444:51: note: Function 'ecore_evas_gl_glew_new' argument 1 names different: declaration 'parent' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_win32.c:1445:46: style: Function 'ecore_evas_gl_glew_new' argument 2 names different: declaration 'x' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:1110:61: note: Function 'ecore_evas_gl_glew_new' argument 2 names different: declaration 'x' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_win32.c:1445:46: note: Function 'ecore_evas_gl_glew_new' argument 2 names different: declaration 'x' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_win32.c:1446:46: style: Function 'ecore_evas_gl_glew_new' argument 3 names different: declaration 'y' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:1111:61: note: Function 'ecore_evas_gl_glew_new' argument 3 names different: declaration 'y' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_win32.c:1446:46: note: Function 'ecore_evas_gl_glew_new' argument 3 names different: declaration 'y' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_win32.c:1447:50: style: Function 'ecore_evas_gl_glew_new' argument 4 names different: declaration 'width' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:1112:61: note: Function 'ecore_evas_gl_glew_new' argument 4 names different: declaration 'width' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_win32.c:1447:50: note: Function 'ecore_evas_gl_glew_new' argument 4 names different: declaration 'width' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_win32.c:1448:51: style: Function 'ecore_evas_gl_glew_new' argument 5 names different: declaration 'height' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:1113:61: note: Function 'ecore_evas_gl_glew_new' argument 5 names different: declaration 'height' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_win32.c:1448:51: note: Function 'ecore_evas_gl_glew_new' argument 5 names different: declaration 'height' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_win32.c:1467:50: style: Function 'ecore_evas_win32_window_get' argument 1 names different: declaration 'ee' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:1115:72: note: Function 'ecore_evas_win32_window_get' argument 1 names different: declaration 'ee' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_win32.c:1467:50: note: Function 'ecore_evas_win32_window_get' argument 1 names different: declaration 'ee' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_wince.c:987:59: style: Function 'ecore_evas_software_wince_window_get' argument 1 names different: declaration 'ee' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:1151:81: note: Function 'ecore_evas_software_wince_window_get' argument 1 names different: declaration 'ee' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_wince.c:987:59: note: Function 'ecore_evas_software_wince_window_get' argument 1 names different: declaration 'ee' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:4198:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:4199:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:4210:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:4222:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:4306:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:4307:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:4308:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:4309:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:4310:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:4351:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:4352:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:4353:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:4354:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:4355:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:4396:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:4397:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:4398:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:4399:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:4400:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:4421:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:4442:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:4462:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:4062:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:4084:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:4101:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:4136:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:4154:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:4184:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:4198:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:4210:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:4222:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:4306:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:4351:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:4396:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:4421:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:4442:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:4462:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3183:51: style: Function 'ecore_evas_software_x11_new' argument 1 names different: declaration 'disp_name' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:836:62: note: Function 'ecore_evas_software_x11_new' argument 1 names different: declaration 'disp_name' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3183:51: note: Function 'ecore_evas_software_x11_new' argument 1 names different: declaration 'disp_name' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3183:85: style: Function 'ecore_evas_software_x11_new' argument 2 names different: declaration 'parent' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:836:88: note: Function 'ecore_evas_software_x11_new' argument 2 names different: declaration 'parent' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3183:85: note: Function 'ecore_evas_software_x11_new' argument 2 names different: declaration 'parent' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3184:35: style: Function 'ecore_evas_software_x11_new' argument 3 names different: declaration 'x' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:836:100: note: Function 'ecore_evas_software_x11_new' argument 3 names different: declaration 'x' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3184:35: note: Function 'ecore_evas_software_x11_new' argument 3 names different: declaration 'x' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3184:53: style: Function 'ecore_evas_software_x11_new' argument 4 names different: declaration 'y' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:836:107: note: Function 'ecore_evas_software_x11_new' argument 4 names different: declaration 'y' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3184:53: note: Function 'ecore_evas_software_x11_new' argument 4 names different: declaration 'y' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3184:71: style: Function 'ecore_evas_software_x11_new' argument 5 names different: declaration 'w' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:836:114: note: Function 'ecore_evas_software_x11_new' argument 5 names different: declaration 'w' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3184:71: note: Function 'ecore_evas_software_x11_new' argument 5 names different: declaration 'w' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3184:89: style: Function 'ecore_evas_software_x11_new' argument 6 names different: declaration 'h' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:836:121: note: Function 'ecore_evas_software_x11_new' argument 6 names different: declaration 'h' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3184:89: note: Function 'ecore_evas_software_x11_new' argument 6 names different: declaration 'h' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3204:57: style: Function 'ecore_evas_software_x11_window_get' argument 1 names different: declaration 'ee' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:837:75: note: Function 'ecore_evas_software_x11_window_get' argument 1 names different: declaration 'ee' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3204:57: note: Function 'ecore_evas_software_x11_window_get' argument 1 names different: declaration 'ee' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3242:58: style: Function 'ecore_evas_software_x11_direct_resize_set' argument 1 names different: declaration 'ee' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:838:76: note: Function 'ecore_evas_software_x11_direct_resize_set' argument 1 names different: declaration 'ee' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3242:58: note: Function 'ecore_evas_software_x11_direct_resize_set' argument 1 names different: declaration 'ee' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3242:83: style: Function 'ecore_evas_software_x11_direct_resize_set' argument 2 names different: declaration 'on' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:838:90: note: Function 'ecore_evas_software_x11_direct_resize_set' argument 2 names different: declaration 'on' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3242:83: note: Function 'ecore_evas_software_x11_direct_resize_set' argument 2 names different: declaration 'on' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3261:64: style: Function 'ecore_evas_software_x11_direct_resize_get' argument 1 names different: declaration 'ee' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:839:82: note: Function 'ecore_evas_software_x11_direct_resize_get' argument 1 names different: declaration 'ee' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3261:64: note: Function 'ecore_evas_software_x11_direct_resize_get' argument 1 names different: declaration 'ee' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3294:63: style: Function 'ecore_evas_software_x11_extra_event_window_add' argument 1 names different: declaration 'ee' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:840:81: note: Function 'ecore_evas_software_x11_extra_event_window_add' argument 1 names different: declaration 'ee' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3294:63: note: Function 'ecore_evas_software_x11_extra_event_window_add' argument 1 names different: declaration 'ee' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3294:94: style: Function 'ecore_evas_software_x11_extra_event_window_add' argument 2 names different: declaration 'win' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:840:100: note: Function 'ecore_evas_software_x11_extra_event_window_add' argument 2 names different: declaration 'win' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3294:94: note: Function 'ecore_evas_software_x11_extra_event_window_add' argument 2 names different: declaration 'win' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3424:45: style: Function 'ecore_evas_gl_x11_new' argument 1 names different: declaration 'disp_name' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:847:56: note: Function 'ecore_evas_gl_x11_new' argument 1 names different: declaration 'disp_name' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3424:45: note: Function 'ecore_evas_gl_x11_new' argument 1 names different: declaration 'disp_name' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3424:79: style: Function 'ecore_evas_gl_x11_new' argument 2 names different: declaration 'parent' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:847:82: note: Function 'ecore_evas_gl_x11_new' argument 2 names different: declaration 'parent' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3424:79: note: Function 'ecore_evas_gl_x11_new' argument 2 names different: declaration 'parent' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3425:29: style: Function 'ecore_evas_gl_x11_new' argument 3 names different: declaration 'x' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:847:94: note: Function 'ecore_evas_gl_x11_new' argument 3 names different: declaration 'x' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3425:29: note: Function 'ecore_evas_gl_x11_new' argument 3 names different: declaration 'x' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3425:47: style: Function 'ecore_evas_gl_x11_new' argument 4 names different: declaration 'y' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:847:101: note: Function 'ecore_evas_gl_x11_new' argument 4 names different: declaration 'y' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3425:47: note: Function 'ecore_evas_gl_x11_new' argument 4 names different: declaration 'y' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3425:65: style: Function 'ecore_evas_gl_x11_new' argument 5 names different: declaration 'w' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:847:108: note: Function 'ecore_evas_gl_x11_new' argument 5 names different: declaration 'w' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3425:65: note: Function 'ecore_evas_gl_x11_new' argument 5 names different: declaration 'w' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3425:83: style: Function 'ecore_evas_gl_x11_new' argument 6 names different: declaration 'h' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:847:115: note: Function 'ecore_evas_gl_x11_new' argument 6 names different: declaration 'h' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3425:83: note: Function 'ecore_evas_gl_x11_new' argument 6 names different: declaration 'h' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3430:53: style: Function 'ecore_evas_gl_x11_options_new' argument 1 names different: declaration 'disp_name' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:848:64: note: Function 'ecore_evas_gl_x11_options_new' argument 1 names different: declaration 'disp_name' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3430:53: note: Function 'ecore_evas_gl_x11_options_new' argument 1 names different: declaration 'disp_name' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3430:87: style: Function 'ecore_evas_gl_x11_options_new' argument 2 names different: declaration 'parent' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:848:90: note: Function 'ecore_evas_gl_x11_options_new' argument 2 names different: declaration 'parent' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3430:87: note: Function 'ecore_evas_gl_x11_options_new' argument 2 names different: declaration 'parent' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3431:37: style: Function 'ecore_evas_gl_x11_options_new' argument 3 names different: declaration 'x' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:848:102: note: Function 'ecore_evas_gl_x11_options_new' argument 3 names different: declaration 'x' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3431:37: note: Function 'ecore_evas_gl_x11_options_new' argument 3 names different: declaration 'x' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3431:55: style: Function 'ecore_evas_gl_x11_options_new' argument 4 names different: declaration 'y' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:848:109: note: Function 'ecore_evas_gl_x11_options_new' argument 4 names different: declaration 'y' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3431:55: note: Function 'ecore_evas_gl_x11_options_new' argument 4 names different: declaration 'y' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3431:73: style: Function 'ecore_evas_gl_x11_options_new' argument 5 names different: declaration 'w' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:848:116: note: Function 'ecore_evas_gl_x11_options_new' argument 5 names different: declaration 'w' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3431:73: note: Function 'ecore_evas_gl_x11_options_new' argument 5 names different: declaration 'w' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3431:91: style: Function 'ecore_evas_gl_x11_options_new' argument 6 names different: declaration 'h' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:848:123: note: Function 'ecore_evas_gl_x11_options_new' argument 6 names different: declaration 'h' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3431:91: note: Function 'ecore_evas_gl_x11_options_new' argument 6 names different: declaration 'h' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3431:118: style: Function 'ecore_evas_gl_x11_options_new' argument 7 names different: declaration 'opt' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:848:137: note: Function 'ecore_evas_gl_x11_options_new' argument 7 names different: declaration 'opt' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3431:118: note: Function 'ecore_evas_gl_x11_options_new' argument 7 names different: declaration 'opt' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3451:51: style: Function 'ecore_evas_gl_x11_window_get' argument 1 names different: declaration 'ee' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:849:69: note: Function 'ecore_evas_gl_x11_window_get' argument 1 names different: declaration 'ee' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3451:51: note: Function 'ecore_evas_gl_x11_window_get' argument 1 names different: declaration 'ee' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3471:52: style: Function 'ecore_evas_gl_x11_direct_resize_set' argument 1 names different: declaration 'ee' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:850:70: note: Function 'ecore_evas_gl_x11_direct_resize_set' argument 1 names different: declaration 'ee' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3471:52: note: Function 'ecore_evas_gl_x11_direct_resize_set' argument 1 names different: declaration 'ee' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3471:77: style: Function 'ecore_evas_gl_x11_direct_resize_set' argument 2 names different: declaration 'on' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:850:84: note: Function 'ecore_evas_gl_x11_direct_resize_set' argument 2 names different: declaration 'on' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3471:77: note: Function 'ecore_evas_gl_x11_direct_resize_set' argument 2 names different: declaration 'on' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3490:58: style: Function 'ecore_evas_gl_x11_direct_resize_get' argument 1 names different: declaration 'ee' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:851:76: note: Function 'ecore_evas_gl_x11_direct_resize_get' argument 1 names different: declaration 'ee' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3490:58: note: Function 'ecore_evas_gl_x11_direct_resize_get' argument 1 names different: declaration 'ee' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3510:57: style: Function 'ecore_evas_gl_x11_extra_event_window_add' argument 1 names different: declaration 'ee' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:852:75: note: Function 'ecore_evas_gl_x11_extra_event_window_add' argument 1 names different: declaration 'ee' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3510:57: note: Function 'ecore_evas_gl_x11_extra_event_window_add' argument 1 names different: declaration 'ee' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3510:88: style: Function 'ecore_evas_gl_x11_extra_event_window_add' argument 2 names different: declaration 'win' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:852:94: note: Function 'ecore_evas_gl_x11_extra_event_window_add' argument 2 names different: declaration 'win' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3510:88: note: Function 'ecore_evas_gl_x11_extra_event_window_add' argument 2 names different: declaration 'win' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3545:67: style: Function 'ecore_evas_gl_x11_pre_post_swap_callback_set' argument 1 names different: declaration 'ee' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:853:85: note: Function 'ecore_evas_gl_x11_pre_post_swap_callback_set' argument 1 names different: declaration 'ee' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3545:67: note: Function 'ecore_evas_gl_x11_pre_post_swap_callback_set' argument 1 names different: declaration 'ee' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3545:90: style: Function 'ecore_evas_gl_x11_pre_post_swap_callback_set' argument 2 names different: declaration 'data' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:853:95: note: Function 'ecore_evas_gl_x11_pre_post_swap_callback_set' argument 2 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3545:90: note: Function 'ecore_evas_gl_x11_pre_post_swap_callback_set' argument 2 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3552:50: style: Function 'ecore_evas_xrender_x11_new' argument 1 names different: declaration 'disp_name' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:855:61: note: Function 'ecore_evas_xrender_x11_new' argument 1 names different: declaration 'disp_name' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3552:50: note: Function 'ecore_evas_xrender_x11_new' argument 1 names different: declaration 'disp_name' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3552:84: style: Function 'ecore_evas_xrender_x11_new' argument 2 names different: declaration 'parent' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:855:87: note: Function 'ecore_evas_xrender_x11_new' argument 2 names different: declaration 'parent' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3552:84: note: Function 'ecore_evas_xrender_x11_new' argument 2 names different: declaration 'parent' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3553:34: style: Function 'ecore_evas_xrender_x11_new' argument 3 names different: declaration 'x' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:855:99: note: Function 'ecore_evas_xrender_x11_new' argument 3 names different: declaration 'x' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3553:34: note: Function 'ecore_evas_xrender_x11_new' argument 3 names different: declaration 'x' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3553:52: style: Function 'ecore_evas_xrender_x11_new' argument 4 names different: declaration 'y' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:855:106: note: Function 'ecore_evas_xrender_x11_new' argument 4 names different: declaration 'y' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3553:52: note: Function 'ecore_evas_xrender_x11_new' argument 4 names different: declaration 'y' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3553:70: style: Function 'ecore_evas_xrender_x11_new' argument 5 names different: declaration 'w' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:855:113: note: Function 'ecore_evas_xrender_x11_new' argument 5 names different: declaration 'w' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3553:70: note: Function 'ecore_evas_xrender_x11_new' argument 5 names different: declaration 'w' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3553:88: style: Function 'ecore_evas_xrender_x11_new' argument 6 names different: declaration 'h' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:855:120: note: Function 'ecore_evas_xrender_x11_new' argument 6 names different: declaration 'h' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3553:88: note: Function 'ecore_evas_xrender_x11_new' argument 6 names different: declaration 'h' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3559:56: style: Function 'ecore_evas_xrender_x11_window_get' argument 1 names different: declaration 'ee' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:856:74: note: Function 'ecore_evas_xrender_x11_window_get' argument 1 names different: declaration 'ee' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3559:56: note: Function 'ecore_evas_xrender_x11_window_get' argument 1 names different: declaration 'ee' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3565:57: style: Function 'ecore_evas_xrender_x11_direct_resize_set' argument 1 names different: declaration 'ee' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:857:75: note: Function 'ecore_evas_xrender_x11_direct_resize_set' argument 1 names different: declaration 'ee' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3565:57: note: Function 'ecore_evas_xrender_x11_direct_resize_set' argument 1 names different: declaration 'ee' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3565:82: style: Function 'ecore_evas_xrender_x11_direct_resize_set' argument 2 names different: declaration 'on' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:857:89: note: Function 'ecore_evas_xrender_x11_direct_resize_set' argument 2 names different: declaration 'on' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3565:82: note: Function 'ecore_evas_xrender_x11_direct_resize_set' argument 2 names different: declaration 'on' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3570:63: style: Function 'ecore_evas_xrender_x11_direct_resize_get' argument 1 names different: declaration 'ee' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:858:81: note: Function 'ecore_evas_xrender_x11_direct_resize_get' argument 1 names different: declaration 'ee' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3570:63: note: Function 'ecore_evas_xrender_x11_direct_resize_get' argument 1 names different: declaration 'ee' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3576:62: style: Function 'ecore_evas_xrender_x11_extra_event_window_add' argument 1 names different: declaration 'ee' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:859:80: note: Function 'ecore_evas_xrender_x11_extra_event_window_add' argument 1 names different: declaration 'ee' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3576:62: note: Function 'ecore_evas_xrender_x11_extra_event_window_add' argument 1 names different: declaration 'ee' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3576:93: style: Function 'ecore_evas_xrender_x11_extra_event_window_add' argument 2 names different: declaration 'win' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:859:99: note: Function 'ecore_evas_xrender_x11_extra_event_window_add' argument 2 names different: declaration 'win' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3576:93: note: Function 'ecore_evas_xrender_x11_extra_event_window_add' argument 2 names different: declaration 'win' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3735:54: style: Function 'ecore_evas_software_x11_16_new' argument 1 names different: declaration 'disp_name' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:868:65: note: Function 'ecore_evas_software_x11_16_new' argument 1 names different: declaration 'disp_name' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3735:54: note: Function 'ecore_evas_software_x11_16_new' argument 1 names different: declaration 'disp_name' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3735:88: style: Function 'ecore_evas_software_x11_16_new' argument 2 names different: declaration 'parent' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:868:91: note: Function 'ecore_evas_software_x11_16_new' argument 2 names different: declaration 'parent' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3735:88: note: Function 'ecore_evas_software_x11_16_new' argument 2 names different: declaration 'parent' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3736:38: style: Function 'ecore_evas_software_x11_16_new' argument 3 names different: declaration 'x' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:868:103: note: Function 'ecore_evas_software_x11_16_new' argument 3 names different: declaration 'x' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3736:38: note: Function 'ecore_evas_software_x11_16_new' argument 3 names different: declaration 'x' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3736:56: style: Function 'ecore_evas_software_x11_16_new' argument 4 names different: declaration 'y' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:868:110: note: Function 'ecore_evas_software_x11_16_new' argument 4 names different: declaration 'y' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3736:56: note: Function 'ecore_evas_software_x11_16_new' argument 4 names different: declaration 'y' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3736:74: style: Function 'ecore_evas_software_x11_16_new' argument 5 names different: declaration 'w' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:868:117: note: Function 'ecore_evas_software_x11_16_new' argument 5 names different: declaration 'w' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3736:74: note: Function 'ecore_evas_software_x11_16_new' argument 5 names different: declaration 'w' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3736:92: style: Function 'ecore_evas_software_x11_16_new' argument 6 names different: declaration 'h' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:868:124: note: Function 'ecore_evas_software_x11_16_new' argument 6 names different: declaration 'h' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3736:92: note: Function 'ecore_evas_software_x11_16_new' argument 6 names different: declaration 'h' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3756:60: style: Function 'ecore_evas_software_x11_16_window_get' argument 1 names different: declaration 'ee' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:869:78: note: Function 'ecore_evas_software_x11_16_window_get' argument 1 names different: declaration 'ee' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3756:60: note: Function 'ecore_evas_software_x11_16_window_get' argument 1 names different: declaration 'ee' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3794:61: style: Function 'ecore_evas_software_x11_16_direct_resize_set' argument 1 names different: declaration 'ee' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:870:79: note: Function 'ecore_evas_software_x11_16_direct_resize_set' argument 1 names different: declaration 'ee' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3794:61: note: Function 'ecore_evas_software_x11_16_direct_resize_set' argument 1 names different: declaration 'ee' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3794:86: style: Function 'ecore_evas_software_x11_16_direct_resize_set' argument 2 names different: declaration 'on' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:870:93: note: Function 'ecore_evas_software_x11_16_direct_resize_set' argument 2 names different: declaration 'on' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3794:86: note: Function 'ecore_evas_software_x11_16_direct_resize_set' argument 2 names different: declaration 'on' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3813:67: style: Function 'ecore_evas_software_x11_16_direct_resize_get' argument 1 names different: declaration 'ee' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:871:85: note: Function 'ecore_evas_software_x11_16_direct_resize_get' argument 1 names different: declaration 'ee' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3813:67: note: Function 'ecore_evas_software_x11_16_direct_resize_get' argument 1 names different: declaration 'ee' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3846:66: style: Function 'ecore_evas_software_x11_16_extra_event_window_add' argument 1 names different: declaration 'ee' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:872:84: note: Function 'ecore_evas_software_x11_16_extra_event_window_add' argument 1 names different: declaration 'ee' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3846:66: note: Function 'ecore_evas_software_x11_16_extra_event_window_add' argument 1 names different: declaration 'ee' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3846:97: style: Function 'ecore_evas_software_x11_16_extra_event_window_add' argument 2 names different: declaration 'win' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_evas/Ecore_Evas.h:872:103: note: Function 'ecore_evas_software_x11_16_extra_event_window_add' argument 2 names different: declaration 'win' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_evas/ecore_evas_x.c:3846:97: note: Function 'ecore_evas_software_x11_16_extra_event_window_add' argument 2 names different: declaration 'win' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_fb/ecore_fb.c:34:32: style: Function 'ecore_fb_init' argument 1 names different: declaration 'name' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_fb/Ecore_Fb.h:85:58: note: Function 'ecore_fb_init' argument 1 names different: declaration 'name' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_fb/ecore_fb.c:34:32: note: Function 'ecore_fb_init' argument 1 names different: declaration 'name' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_fb/ecore_fb_li.c:360:0: error: Memory leak: ev [memleak]
ecore-1.2.0/src/lib/ecore_fb/ecore_fb_ts.c:215:36: style: Function '_ecore_fb_ts_fd_handler' argument 1 names different: declaration 'data' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_fb/ecore_fb_ts.c:63:48: note: Function '_ecore_fb_ts_fd_handler' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_fb/ecore_fb_ts.c:215:36: note: Function '_ecore_fb_ts_fd_handler' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_fb/ecore_fb_ts.c:215:77: style: Function '_ecore_fb_ts_fd_handler' argument 2 names different: declaration 'fd_handler' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_fb/ecore_fb_ts.c:63:72: note: Function '_ecore_fb_ts_fd_handler' argument 2 names different: declaration 'fd_handler' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_fb/ecore_fb_ts.c:215:77: note: Function '_ecore_fb_ts_fd_handler' argument 2 names different: declaration 'fd_handler' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_fb/ecore_fb_ts.c:39:18: style: struct member '_Ecore_Fb_Ts_Backlight::on' is never used. [unusedStructMember]
ecore-1.2.0/src/lib/ecore_fb/ecore_fb_ts.c:40:18: style: struct member '_Ecore_Fb_Ts_Backlight::brightness' is never used. [unusedStructMember]
ecore-1.2.0/src/lib/ecore_fb/ecore_fb_ts.c:45:18: style: struct member '_Ecore_Fb_Ts_Contrast::contrast' is never used. [unusedStructMember]
ecore-1.2.0/src/lib/ecore_fb/ecore_fb_ts.c:50:18: style: struct member '_Ecore_Fb_Ts_Led::on' is never used. [unusedStructMember]
ecore-1.2.0/src/lib/ecore_fb/ecore_fb_ts.c:51:18: style: struct member '_Ecore_Fb_Ts_Led::blink_time' is never used. [unusedStructMember]
ecore-1.2.0/src/lib/ecore_fb/ecore_fb_ts.c:52:18: style: struct member '_Ecore_Fb_Ts_Led::on_time' is never used. [unusedStructMember]
ecore-1.2.0/src/lib/ecore_fb/ecore_fb_ts.c:53:18: style: struct member '_Ecore_Fb_Ts_Led::off_time' is never used. [unusedStructMember]
ecore-1.2.0/src/lib/ecore_fb/ecore_fb_ts.c:58:18: style: struct member '_Ecore_Fb_Ts_Flite::mode' is never used. [unusedStructMember]
ecore-1.2.0/src/lib/ecore_fb/ecore_fb_ts.c:59:18: style: struct member '_Ecore_Fb_Ts_Flite::pwr' is never used. [unusedStructMember]
ecore-1.2.0/src/lib/ecore_fb/ecore_fb_ts.c:60:18: style: struct member '_Ecore_Fb_Ts_Flite::brightness' is never used. [unusedStructMember]
ecore-1.2.0/src/lib/ecore_fb/ecore_fb_vt.c:83:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_fb/ecore_fb_vt.c:41:41: style: Function '_ecore_fb_signal_usr_handler' argument 1 names different: declaration 'data' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_fb/ecore_fb_vt.c:18:53: note: Function '_ecore_fb_signal_usr_handler' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_fb/ecore_fb_vt.c:41:41: note: Function '_ecore_fb_signal_usr_handler' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_fb/ecore_fb_vt.c:41:62: style: Function '_ecore_fb_signal_usr_handler' argument 2 names different: declaration 'type' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_fb/ecore_fb_vt.c:18:63: note: Function '_ecore_fb_signal_usr_handler' argument 2 names different: declaration 'type' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_fb/ecore_fb_vt.c:41:62: note: Function '_ecore_fb_signal_usr_handler' argument 2 names different: declaration 'type' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_file/ecore_file.c:402:19: style: The scope of the variable 'it' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_file/ecore_file.c:714:32: style: Function 'ecore_file_dir_get' argument 1 names different: declaration 'path' definition 'file'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_file/Ecore_File.h:136:58: note: Function 'ecore_file_dir_get' argument 1 names different: declaration 'path' definition 'file'.
ecore-1.2.0/src/lib/ecore_file/ecore_file.c:714:32: note: Function 'ecore_file_dir_get' argument 1 names different: declaration 'path' definition 'file'.
ecore-1.2.0/src/lib/ecore_file/ecore_file.c:790:33: style: Function 'ecore_file_readlink' argument 1 names different: declaration 'link' definition 'lnk'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_file/Ecore_File.h:140:58: note: Function 'ecore_file_readlink' argument 1 names different: declaration 'link' definition 'lnk'.
ecore-1.2.0/src/lib/ecore_file/ecore_file.c:790:33: note: Function 'ecore_file_readlink' argument 1 names different: declaration 'link' definition 'lnk'.
ecore-1.2.0/src/lib/ecore_file/ecore_file.c:1054:34: style: Function 'ecore_file_strip_ext' argument 1 names different: declaration 'file' definition 'path'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_file/Ecore_File.h:145:58: note: Function 'ecore_file_strip_ext' argument 1 names different: declaration 'file' definition 'path'.
ecore-1.2.0/src/lib/ecore_file/ecore_file.c:1054:34: note: Function 'ecore_file_strip_ext' argument 1 names different: declaration 'file' definition 'path'.
ecore-1.2.0/src/lib/ecore_file/ecore_file_monitor.c:132:44: style: Function 'ecore_file_monitor_del' argument 1 names different: declaration 'ecore_file_monitor' definition 'em'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_file/Ecore_File.h:153:69: note: Function 'ecore_file_monitor_del' argument 1 names different: declaration 'ecore_file_monitor' definition 'em'.
ecore-1.2.0/src/lib/ecore_file/ecore_file_monitor.c:132:44: note: Function 'ecore_file_monitor_del' argument 1 names different: declaration 'ecore_file_monitor' definition 'em'.
ecore-1.2.0/src/lib/ecore_file/ecore_file_monitor.c:171:49: style: Function 'ecore_file_monitor_path_get' argument 1 names different: declaration 'ecore_file_monitor' definition 'em'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_file/Ecore_File.h:154:74: note: Function 'ecore_file_monitor_path_get' argument 1 names different: declaration 'ecore_file_monitor' definition 'em'.
ecore-1.2.0/src/lib/ecore_file/ecore_file_monitor.c:171:49: note: Function 'ecore_file_monitor_path_get' argument 1 names different: declaration 'ecore_file_monitor' definition 'em'.
ecore-1.2.0/src/lib/ecore_file/ecore_file_path.c:162:15: style: The scope of the variable 'files' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_file/ecore_file_path.c:58:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ecore-1.2.0/src/lib/ecore_imf/ecore_imf_context.c:270:25: style: The scope of the variable 'fn' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_imf/ecore_imf_context.c:1515:54: style: Function 'ecore_imf_context_input_panel_enabled_set' argument 2 names different: declaration 'enable' definition 'enabled'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_imf/Ecore_IMF.h:505:112: note: Function 'ecore_imf_context_input_panel_enabled_set' argument 2 names different: declaration 'enable' definition 'enabled'.
ecore-1.2.0/src/lib/ecore_imf/ecore_imf_context.c:1515:54: note: Function 'ecore_imf_context_input_panel_enabled_set' argument 2 names different: declaration 'enable' definition 'enabled'.
ecore-1.2.0/src/lib/ecore_input_evas/ecore_input_evas.c:221:40: style: Function 'ecore_event_evas_mouse_move' argument 1 names different: declaration 'data' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_input_evas/Ecore_Input_Evas.h:49:50: note: Function 'ecore_event_evas_mouse_move' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_input_evas/ecore_input_evas.c:221:40: note: Function 'ecore_event_evas_mouse_move' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_input_evas/ecore_input_evas.c:221:61: style: Function 'ecore_event_evas_mouse_move' argument 2 names different: declaration 'type' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_input_evas/Ecore_Input_Evas.h:49:60: note: Function 'ecore_event_evas_mouse_move' argument 2 names different: declaration 'type' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_input_evas/ecore_input_evas.c:221:61: note: Function 'ecore_event_evas_mouse_move' argument 2 names different: declaration 'type' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_input_evas/ecore_input_evas.c:258:47: style: Function 'ecore_event_evas_mouse_button_down' argument 1 names different: declaration 'data' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_input_evas/Ecore_Input_Evas.h:47:57: note: Function 'ecore_event_evas_mouse_button_down' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_input_evas/ecore_input_evas.c:258:47: note: Function 'ecore_event_evas_mouse_button_down' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_input_evas/ecore_input_evas.c:258:68: style: Function 'ecore_event_evas_mouse_button_down' argument 2 names different: declaration 'type' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_input_evas/Ecore_Input_Evas.h:47:67: note: Function 'ecore_event_evas_mouse_button_down' argument 2 names different: declaration 'type' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_input_evas/ecore_input_evas.c:258:68: note: Function 'ecore_event_evas_mouse_button_down' argument 2 names different: declaration 'type' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_input_evas/ecore_input_evas.c:264:45: style: Function 'ecore_event_evas_mouse_button_up' argument 1 names different: declaration 'data' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_input_evas/Ecore_Input_Evas.h:46:55: note: Function 'ecore_event_evas_mouse_button_up' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_input_evas/ecore_input_evas.c:264:45: note: Function 'ecore_event_evas_mouse_button_up' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_input_evas/ecore_input_evas.c:264:66: style: Function 'ecore_event_evas_mouse_button_up' argument 2 names different: declaration 'type' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_input_evas/Ecore_Input_Evas.h:46:65: note: Function 'ecore_event_evas_mouse_button_up' argument 2 names different: declaration 'type' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_input_evas/ecore_input_evas.c:264:66: note: Function 'ecore_event_evas_mouse_button_up' argument 2 names different: declaration 'type' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_input_evas/ecore_input_evas.c:294:38: style: Function 'ecore_event_evas_key_down' argument 1 names different: declaration 'data' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_input_evas/Ecore_Input_Evas.h:44:48: note: Function 'ecore_event_evas_key_down' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_input_evas/ecore_input_evas.c:294:38: note: Function 'ecore_event_evas_key_down' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_input_evas/ecore_input_evas.c:294:59: style: Function 'ecore_event_evas_key_down' argument 2 names different: declaration 'type' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_input_evas/Ecore_Input_Evas.h:44:58: note: Function 'ecore_event_evas_key_down' argument 2 names different: declaration 'type' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_input_evas/ecore_input_evas.c:294:59: note: Function 'ecore_event_evas_key_down' argument 2 names different: declaration 'type' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_input_evas/ecore_input_evas.c:300:36: style: Function 'ecore_event_evas_key_up' argument 1 names different: declaration 'data' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_input_evas/Ecore_Input_Evas.h:45:46: note: Function 'ecore_event_evas_key_up' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_input_evas/ecore_input_evas.c:300:36: note: Function 'ecore_event_evas_key_up' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_input_evas/ecore_input_evas.c:300:57: style: Function 'ecore_event_evas_key_up' argument 2 names different: declaration 'type' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_input_evas/Ecore_Input_Evas.h:45:56: note: Function 'ecore_event_evas_key_up' argument 2 names different: declaration 'type' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_input_evas/ecore_input_evas.c:300:57: note: Function 'ecore_event_evas_key_up' argument 2 names different: declaration 'type' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_input_evas/ecore_input_evas.c:306:41: style: Function 'ecore_event_evas_mouse_wheel' argument 1 names different: declaration 'data' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_input_evas/Ecore_Input_Evas.h:48:51: note: Function 'ecore_event_evas_mouse_wheel' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_input_evas/ecore_input_evas.c:306:41: note: Function 'ecore_event_evas_mouse_wheel' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_input_evas/ecore_input_evas.c:306:62: style: Function 'ecore_event_evas_mouse_wheel' argument 2 names different: declaration 'type' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_input_evas/Ecore_Input_Evas.h:48:61: note: Function 'ecore_event_evas_mouse_wheel' argument 2 names different: declaration 'type' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_input_evas/ecore_input_evas.c:306:62: note: Function 'ecore_event_evas_mouse_wheel' argument 2 names different: declaration 'type' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_input_evas/ecore_input_evas.c:320:38: style: Function 'ecore_event_evas_mouse_in' argument 1 names different: declaration 'data' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_input_evas/Ecore_Input_Evas.h:50:48: note: Function 'ecore_event_evas_mouse_in' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_input_evas/ecore_input_evas.c:320:38: note: Function 'ecore_event_evas_mouse_in' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_input_evas/ecore_input_evas.c:320:59: style: Function 'ecore_event_evas_mouse_in' argument 2 names different: declaration 'type' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_input_evas/Ecore_Input_Evas.h:50:58: note: Function 'ecore_event_evas_mouse_in' argument 2 names different: declaration 'type' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_input_evas/ecore_input_evas.c:320:59: note: Function 'ecore_event_evas_mouse_in' argument 2 names different: declaration 'type' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_input_evas/ecore_input_evas.c:326:39: style: Function 'ecore_event_evas_mouse_out' argument 1 names different: declaration 'data' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_input_evas/Ecore_Input_Evas.h:51:49: note: Function 'ecore_event_evas_mouse_out' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_input_evas/ecore_input_evas.c:326:39: note: Function 'ecore_event_evas_mouse_out' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_input_evas/ecore_input_evas.c:326:60: style: Function 'ecore_event_evas_mouse_out' argument 2 names different: declaration 'type' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_input_evas/Ecore_Input_Evas.h:51:59: note: Function 'ecore_event_evas_mouse_out' argument 2 names different: declaration 'type' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_input_evas/ecore_input_evas.c:326:60: note: Function 'ecore_event_evas_mouse_out' argument 2 names different: declaration 'type' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_ipc/ecore_ipc.c:870:22: style: The scope of the variable 'svr' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_ipc/ecore_ipc.c:1071:42: style: The scope of the variable 'e2' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_ipc/ecore_ipc.c:354:37: style: Function 'ecore_ipc_server_add' argument 1 names different: declaration 'type' definition 'compl_type'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_ipc/Ecore_Ipc.h:290:60: note: Function 'ecore_ipc_server_add' argument 1 names different: declaration 'type' definition 'compl_type'.
ecore-1.2.0/src/lib/ecore_ipc/ecore_ipc.c:354:37: note: Function 'ecore_ipc_server_add' argument 1 names different: declaration 'type' definition 'compl_type'.
ecore-1.2.0/src/lib/ecore_ipc/ecore_ipc.c:410:41: style: Function 'ecore_ipc_server_connect' argument 1 names different: declaration 'type' definition 'compl_type'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_ipc/Ecore_Ipc.h:293:64: note: Function 'ecore_ipc_server_connect' argument 1 names different: declaration 'type' definition 'compl_type'.
ecore-1.2.0/src/lib/ecore_ipc/ecore_ipc.c:410:41: note: Function 'ecore_ipc_server_connect' argument 1 names different: declaration 'type' definition 'compl_type'.
ecore-1.2.0/src/lib/ecore_ipc/ecore_ipc.c:675:54: style: Function 'ecore_ipc_server_data_size_max_set' argument 1 names different: declaration 'srv' definition 'svr'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_ipc/Ecore_Ipc.h:301:77: note: Function 'ecore_ipc_server_data_size_max_set' argument 1 names different: declaration 'srv' definition 'svr'.
ecore-1.2.0/src/lib/ecore_ipc/ecore_ipc.c:675:54: note: Function 'ecore_ipc_server_data_size_max_set' argument 1 names different: declaration 'srv' definition 'svr'.
ecore-1.2.0/src/lib/ecore_ipc/ecore_ipc.c:694:54: style: Function 'ecore_ipc_server_data_size_max_get' argument 1 names different: declaration 'srv' definition 'svr'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_ipc/Ecore_Ipc.h:302:77: note: Function 'ecore_ipc_server_data_size_max_get' argument 1 names different: declaration 'srv' definition 'svr'.
ecore-1.2.0/src/lib/ecore_ipc/ecore_ipc.c:694:54: note: Function 'ecore_ipc_server_data_size_max_get' argument 1 names different: declaration 'srv' definition 'svr'.
ecore-1.2.0/src/lib/ecore_ipc/ecore_ipc.c:1021:40: style: Function '_ecore_ipc_event_client_add' argument 1 names different: declaration 'data' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_ipc/ecore_ipc.c:230:52: note: Function '_ecore_ipc_event_client_add' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_ipc/ecore_ipc.c:1021:40: note: Function '_ecore_ipc_event_client_add' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_ipc/ecore_ipc.c:1021:64: style: Function '_ecore_ipc_event_client_add' argument 2 names different: declaration 'ev_type' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_ipc/ecore_ipc.c:230:62: note: Function '_ecore_ipc_event_client_add' argument 2 names different: declaration 'ev_type' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_ipc/ecore_ipc.c:1021:64: note: Function '_ecore_ipc_event_client_add' argument 2 names different: declaration 'ev_type' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_ipc/ecore_ipc.c:1059:40: style: Function '_ecore_ipc_event_client_del' argument 1 names different: declaration 'data' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_ipc/ecore_ipc.c:231:52: note: Function '_ecore_ipc_event_client_del' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_ipc/ecore_ipc.c:1059:40: note: Function '_ecore_ipc_event_client_del' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_ipc/ecore_ipc.c:1059:64: style: Function '_ecore_ipc_event_client_del' argument 2 names different: declaration 'ev_type' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_ipc/ecore_ipc.c:231:62: note: Function '_ecore_ipc_event_client_del' argument 2 names different: declaration 'ev_type' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_ipc/ecore_ipc.c:1059:64: note: Function '_ecore_ipc_event_client_del' argument 2 names different: declaration 'ev_type' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_ipc/ecore_ipc.c:1093:40: style: Function '_ecore_ipc_event_server_add' argument 1 names different: declaration 'data' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_ipc/ecore_ipc.c:232:52: note: Function '_ecore_ipc_event_server_add' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_ipc/ecore_ipc.c:1093:40: note: Function '_ecore_ipc_event_server_add' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_ipc/ecore_ipc.c:1093:64: style: Function '_ecore_ipc_event_server_add' argument 2 names different: declaration 'ev_type' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_ipc/ecore_ipc.c:232:62: note: Function '_ecore_ipc_event_server_add' argument 2 names different: declaration 'ev_type' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_ipc/ecore_ipc.c:1093:64: note: Function '_ecore_ipc_event_server_add' argument 2 names different: declaration 'ev_type' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_ipc/ecore_ipc.c:1122:40: style: Function '_ecore_ipc_event_server_del' argument 1 names different: declaration 'data' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_ipc/ecore_ipc.c:233:52: note: Function '_ecore_ipc_event_server_del' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_ipc/ecore_ipc.c:1122:40: note: Function '_ecore_ipc_event_server_del' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_ipc/ecore_ipc.c:1122:64: style: Function '_ecore_ipc_event_server_del' argument 2 names different: declaration 'ev_type' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_ipc/ecore_ipc.c:233:62: note: Function '_ecore_ipc_event_server_del' argument 2 names different: declaration 'ev_type' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_ipc/ecore_ipc.c:1122:64: note: Function '_ecore_ipc_event_server_del' argument 2 names different: declaration 'ev_type' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_ipc/ecore_ipc.c:1192:41: style: Function '_ecore_ipc_event_client_data' argument 1 names different: declaration 'data' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_ipc/ecore_ipc.c:234:53: note: Function '_ecore_ipc_event_client_data' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_ipc/ecore_ipc.c:1192:41: note: Function '_ecore_ipc_event_client_data' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_ipc/ecore_ipc.c:1192:65: style: Function '_ecore_ipc_event_client_data' argument 2 names different: declaration 'ev_type' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_ipc/ecore_ipc.c:234:63: note: Function '_ecore_ipc_event_client_data' argument 2 names different: declaration 'ev_type' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_ipc/ecore_ipc.c:1192:65: note: Function '_ecore_ipc_event_client_data' argument 2 names different: declaration 'ev_type' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_ipc/ecore_ipc.c:1384:41: style: Function '_ecore_ipc_event_server_data' argument 1 names different: declaration 'data' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_ipc/ecore_ipc.c:235:53: note: Function '_ecore_ipc_event_server_data' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_ipc/ecore_ipc.c:1384:41: note: Function '_ecore_ipc_event_server_data' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_ipc/ecore_ipc.c:1384:65: style: Function '_ecore_ipc_event_server_data' argument 2 names different: declaration 'ev_type' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_ipc/ecore_ipc.c:235:63: note: Function '_ecore_ipc_event_server_data' argument 2 names different: declaration 'ev_type' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_ipc/ecore_ipc.c:1384:65: note: Function '_ecore_ipc_event_server_data' argument 2 names different: declaration 'ev_type' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_ipc/ecore_ipc.c:1524:45: style: Function '_ecore_ipc_event_client_add_free' argument 1 names different: declaration 'data' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_ipc/ecore_ipc.c:236:52: note: Function '_ecore_ipc_event_client_add_free' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_ipc/ecore_ipc.c:1524:45: note: Function '_ecore_ipc_event_client_add_free' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_ipc/ecore_ipc.c:1536:45: style: Function '_ecore_ipc_event_client_del_free' argument 1 names different: declaration 'data' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_ipc/ecore_ipc.c:237:52: note: Function '_ecore_ipc_event_client_del_free' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_ipc/ecore_ipc.c:1536:45: note: Function '_ecore_ipc_event_client_del_free' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_ipc/ecore_ipc.c:1548:46: style: Function '_ecore_ipc_event_client_data_free' argument 1 names different: declaration 'data' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_ipc/ecore_ipc.c:238:53: note: Function '_ecore_ipc_event_client_data_free' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_ipc/ecore_ipc.c:1548:46: note: Function '_ecore_ipc_event_client_data_free' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_ipc/ecore_ipc.c:1561:45: style: Function '_ecore_ipc_event_server_add_free' argument 1 names different: declaration 'data' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_ipc/ecore_ipc.c:239:52: note: Function '_ecore_ipc_event_server_add_free' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_ipc/ecore_ipc.c:1561:45: note: Function '_ecore_ipc_event_server_add_free' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_ipc/ecore_ipc.c:1573:45: style: Function '_ecore_ipc_event_server_del_free' argument 1 names different: declaration 'data' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_ipc/ecore_ipc.c:240:52: note: Function '_ecore_ipc_event_server_del_free' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_ipc/ecore_ipc.c:1573:45: note: Function '_ecore_ipc_event_server_del_free' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_ipc/ecore_ipc.c:1585:46: style: Function '_ecore_ipc_event_server_data_free' argument 1 names different: declaration 'data' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_ipc/ecore_ipc.c:241:53: note: Function '_ecore_ipc_event_server_data_free' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_ipc/ecore_ipc.c:1585:46: note: Function '_ecore_ipc_event_server_data_free' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_psl1ght/ecore_psl1ght.c:469:4: style: Variable 'ev' is reassigned a value before the old one has been used. [redundantAssignment]
ecore-1.2.0/src/lib/ecore_psl1ght/ecore_psl1ght.c:467:0: note: Variable 'ev' is reassigned a value before the old one has been used.
ecore-1.2.0/src/lib/ecore_psl1ght/ecore_psl1ght.c:469:4: note: Variable 'ev' is reassigned a value before the old one has been used.
ecore-1.2.0/src/lib/ecore_psl1ght/ecore_psl1ght.c:79:28: style: The scope of the variable 'gem_loaded' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_psl1ght/ecore_psl1ght.c:637:15: style: The scope of the variable 't_pressed' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_psl1ght/ecore_psl1ght.c:639:17: style: The scope of the variable 'prev_x' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_psl1ght/ecore_psl1ght.c:640:17: style: The scope of the variable 'prev_y' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_psl1ght/ecore_psl1ght.c:704:8: style: The scope of the variable 'i' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_psl1ght/ecore_psl1ght.c:840:8: style: The scope of the variable 'mode_area' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_psl1ght/ecore_psl1ght.c:75:37: style: Function 'ecore_psl1ght_init' argument 1 names different: declaration 'name' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_psl1ght/Ecore_Psl1ght.h:109:41: note: Function 'ecore_psl1ght_init' argument 1 names different: declaration 'name' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_psl1ght/ecore_psl1ght.c:75:37: note: Function 'ecore_psl1ght_init' argument 1 names different: declaration 'name' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_psl1ght/spursutil.c:19:4: style: Variable 'spurs' is reassigned a value before the old one has been used. [redundantAssignment]
ecore-1.2.0/src/lib/ecore_psl1ght/spursutil.c:9:0: note: Variable 'spurs' is reassigned a value before the old one has been used.
ecore-1.2.0/src/lib/ecore_psl1ght/spursutil.c:19:4: note: Variable 'spurs' is reassigned a value before the old one has been used.
ecore-1.2.0/src/lib/ecore_sdl/ecore_sdl.c:158:17: style: The scope of the variable 'time' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_sdl/ecore_sdl.c:66:33: style: Function 'ecore_sdl_init' argument 1 names different: declaration 'name' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_sdl/Ecore_Sdl.h:106:44: note: Function 'ecore_sdl_init' argument 1 names different: declaration 'name' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_sdl/ecore_sdl.c:66:33: note: Function 'ecore_sdl_init' argument 1 names different: declaration 'name' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_win32/ecore_win32.c:182:11: style: Variable 'w' is reassigned a value before the old one has been used. [redundantAssignment]
ecore-1.2.0/src/lib/ecore_win32/ecore_win32.c:177:0: note: Variable 'w' is reassigned a value before the old one has been used.
ecore-1.2.0/src/lib/ecore_win32/ecore_win32.c:182:11: note: Variable 'w' is reassigned a value before the old one has been used.
ecore-1.2.0/src/lib/ecore_win32/ecore_win32.c:207:11: style: Variable 'w' is reassigned a value before the old one has been used. [redundantAssignment]
ecore-1.2.0/src/lib/ecore_win32/ecore_win32.c:203:0: note: Variable 'w' is reassigned a value before the old one has been used.
ecore-1.2.0/src/lib/ecore_win32/ecore_win32.c:207:11: note: Variable 'w' is reassigned a value before the old one has been used.
ecore-1.2.0/src/lib/ecore_win32/ecore_win32_dnd_data_object.cpp:95:63: style: Function 'GetData' argument 2 names different: declaration 'pmedium' definition 'pMedium'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_win32/ecore_win32_dnd_data_object.h:37:64: note: Function 'GetData' argument 2 names different: declaration 'pmedium' definition 'pMedium'.
ecore-1.2.0/src/lib/ecore_win32/ecore_win32_dnd_data_object.cpp:95:63: note: Function 'GetData' argument 2 names different: declaration 'pmedium' definition 'pMedium'.
ecore-1.2.0/src/lib/ecore_win32/ecore_win32_dnd_data_object.cpp:122:55: style: Function 'GetDataHere' argument 1 names different: declaration 'pFormatEtc' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_win32/ecore_win32_dnd_data_object.h:38:45: note: Function 'GetDataHere' argument 1 names different: declaration 'pFormatEtc' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_win32/ecore_win32_dnd_data_object.cpp:122:55: note: Function 'GetDataHere' argument 1 names different: declaration 'pFormatEtc' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_win32/ecore_win32_dnd_data_object.cpp:122:86: style: Function 'GetDataHere' argument 2 names different: declaration 'pmedium' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_win32/ecore_win32_dnd_data_object.h:38:68: note: Function 'GetDataHere' argument 2 names different: declaration 'pmedium' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_win32/ecore_win32_dnd_data_object.cpp:122:86: note: Function 'GetDataHere' argument 2 names different: declaration 'pmedium' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_win32/ecore_win32_dnd_data_object.cpp:132:65: style: Function 'GetCanonicalFormatEtc' argument 1 names different: declaration 'pFormatEct' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_win32/ecore_win32_dnd_data_object.h:40:55: note: Function 'GetCanonicalFormatEtc' argument 1 names different: declaration 'pFormatEct' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_win32/ecore_win32_dnd_data_object.cpp:132:65: note: Function 'GetCanonicalFormatEtc' argument 1 names different: declaration 'pFormatEct' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_win32/ecore_win32_dnd_data_object.cpp:139:51: style: Function 'SetData' argument 1 names different: declaration 'pFormatEtc' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_win32/ecore_win32_dnd_data_object.h:41:41: note: Function 'SetData' argument 1 names different: declaration 'pFormatEtc' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_win32/ecore_win32_dnd_data_object.cpp:139:51: note: Function 'SetData' argument 1 names different: declaration 'pFormatEtc' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_win32/ecore_win32_dnd_data_object.cpp:139:82: style: Function 'SetData' argument 2 names different: declaration 'pMedium' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_win32/ecore_win32_dnd_data_object.h:41:64: note: Function 'SetData' argument 2 names different: declaration 'pMedium' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_win32/ecore_win32_dnd_data_object.cpp:139:82: note: Function 'SetData' argument 2 names different: declaration 'pMedium' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_win32/ecore_win32_dnd_data_object.cpp:139:109: style: Function 'SetData' argument 3 names different: declaration 'fRelease' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_win32/ecore_win32_dnd_data_object.h:41:79: note: Function 'SetData' argument 3 names different: declaration 'fRelease' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_win32/ecore_win32_dnd_data_object.cpp:139:109: note: Function 'SetData' argument 3 names different: declaration 'fRelease' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_win32/ecore_win32_dnd_data_object.cpp:160:51: style: Function 'DAdvise' argument 1 names different: declaration 'pFormatEtc' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_win32/ecore_win32_dnd_data_object.h:43:41: note: Function 'DAdvise' argument 1 names different: declaration 'pFormatEtc' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_win32/ecore_win32_dnd_data_object.cpp:160:51: note: Function 'DAdvise' argument 1 names different: declaration 'pFormatEtc' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_win32/ecore_win32_dnd_data_object.cpp:160:75: style: Function 'DAdvise' argument 2 names different: declaration 'advf' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_win32/ecore_win32_dnd_data_object.h:43:60: note: Function 'DAdvise' argument 2 names different: declaration 'advf' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_win32/ecore_win32_dnd_data_object.cpp:160:75: note: Function 'DAdvise' argument 2 names different: declaration 'advf' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_win32/ecore_win32_dnd_data_object.cpp:165:50: style: Function 'DUnadvise' argument 1 names different: declaration 'dwConnection' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_win32/ecore_win32_dnd_data_object.h:44:38: note: Function 'DUnadvise' argument 1 names different: declaration 'dwConnection' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_win32/ecore_win32_dnd_data_object.cpp:165:50: note: Function 'DUnadvise' argument 1 names different: declaration 'dwConnection' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_win32/ecore_win32_dnd_data_object.cpp:170:62: style: Function 'EnumDAdvise' argument 1 names different: declaration 'ppEnumAdvise' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_win32/ecore_win32_dnd_data_object.h:45:50: note: Function 'EnumDAdvise' argument 1 names different: declaration 'ppEnumAdvise' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_win32/ecore_win32_dnd_data_object.cpp:170:62: note: Function 'EnumDAdvise' argument 1 names different: declaration 'ppEnumAdvise' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_win32/ecore_win32_dnd_data_object.cpp:177:46: style: Function 'lookup_format_etc' argument 1 names different: declaration 'format_etc' definition 'pFormatEtc'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_win32/ecore_win32_dnd_data_object.h:22:37: note: Function 'lookup_format_etc' argument 1 names different: declaration 'format_etc' definition 'pFormatEtc'.
ecore-1.2.0/src/lib/ecore_win32/ecore_win32_dnd_data_object.cpp:177:46: note: Function 'lookup_format_etc' argument 1 names different: declaration 'format_etc' definition 'pFormatEtc'.
ecore-1.2.0/src/lib/ecore_win32/ecore_win32_dnd_drop_source.cpp:70:49: style: Function 'GiveFeedback' argument 1 names different: declaration 'dwEffect' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_win32/ecore_win32_dnd_drop_source.h:32:41: note: Function 'GiveFeedback' argument 1 names different: declaration 'dwEffect' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_win32/ecore_win32_dnd_drop_source.cpp:70:49: note: Function 'GiveFeedback' argument 1 names different: declaration 'dwEffect' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_win32/ecore_win32_dnd_drop_target.cpp:16:29: style: Function 'DropTarget' argument 1 names different: declaration 'hwnd' definition 'window'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_win32/ecore_win32_dnd_drop_target.h:30:20: note: Function 'DropTarget' argument 1 names different: declaration 'hwnd' definition 'window'.
ecore-1.2.0/src/lib/ecore_win32/ecore_win32_dnd_drop_target.cpp:16:29: note: Function 'DropTarget' argument 1 names different: declaration 'hwnd' definition 'window'.
ecore-1.2.0/src/lib/ecore_win32/ecore_win32_dnd_drop_target.cpp:155:59: style: Function 'DropEffect' argument 2 names different: declaration 'pt' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_win32/ecore_win32_dnd_drop_target.h:25:47: note: Function 'DropEffect' argument 2 names different: declaration 'pt' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_win32/ecore_win32_dnd_drop_target.cpp:155:59: note: Function 'DropEffect' argument 2 names different: declaration 'pt' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_win32/ecore_win32_dnd_enumformatetc.cpp:9:43: style: Function 'CEnumFormatEtc' argument 1 names different: declaration 'pFormatEtc' definition 'format_etc'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_win32/ecore_win32_dnd_enumformatetc.h:22:30: note: Function 'CEnumFormatEtc' argument 1 names different: declaration 'pFormatEtc' definition 'format_etc'.
ecore-1.2.0/src/lib/ecore_win32/ecore_win32_dnd_enumformatetc.cpp:9:43: note: Function 'CEnumFormatEtc' argument 1 names different: declaration 'pFormatEtc' definition 'format_etc'.
ecore-1.2.0/src/lib/ecore_win32/ecore_win32_dnd_enumformatetc.cpp:9:59: style: Function 'CEnumFormatEtc' argument 2 names different: declaration 'nNumFormats' definition 'formats_num'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_win32/ecore_win32_dnd_enumformatetc.h:22:46: note: Function 'CEnumFormatEtc' argument 2 names different: declaration 'nNumFormats' definition 'formats_num'.
ecore-1.2.0/src/lib/ecore_win32/ecore_win32_dnd_enumformatetc.cpp:9:59: note: Function 'CEnumFormatEtc' argument 2 names different: declaration 'nNumFormats' definition 'formats_num'.
ecore-1.2.0/src/lib/ecore_win32/ecore_win32_dnd_enumformatetc.cpp:108:53: style: Function 'Next' argument 2 names different: declaration 'rgelt' definition 'pFormatEtc'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_win32/ecore_win32_dnd_enumformatetc.h:36:54: note: Function 'Next' argument 2 names different: declaration 'rgelt' definition 'pFormatEtc'.
ecore-1.2.0/src/lib/ecore_win32/ecore_win32_dnd_enumformatetc.cpp:108:53: note: Function 'Next' argument 2 names different: declaration 'rgelt' definition 'pFormatEtc'.
ecore-1.2.0/src/lib/ecore_win32/ecore_win32_event.c:623:45: style: Function '_ecore_win32_event_free_key_down' argument 1 names different: declaration 'data' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_win32/ecore_win32_event.c:42:52: note: Function '_ecore_win32_event_free_key_down' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_win32/ecore_win32_event.c:623:45: note: Function '_ecore_win32_event_free_key_down' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_win32/ecore_win32_event.c:636:43: style: Function '_ecore_win32_event_free_key_up' argument 1 names different: declaration 'data' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_win32/ecore_win32_event.c:45:50: note: Function '_ecore_win32_event_free_key_up' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_win32/ecore_win32_event.c:636:43: note: Function '_ecore_win32_event_free_key_up' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_win32/ecore_win32_window.c:594:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ecore-1.2.0/src/lib/ecore_win32/ecore_win32_window.c:594:4: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ecore-1.2.0/src/lib/ecore_win32/ecore_win32_window.c:617:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ecore-1.2.0/src/lib/ecore_win32/ecore_win32_window.c:617:4: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ecore-1.2.0/src/lib/ecore_win32/ecore_win32_window.c:640:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ecore-1.2.0/src/lib/ecore_win32/ecore_win32_window.c:640:4: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ecore-1.2.0/src/lib/ecore_win32/ecore_win32_window.c:663:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ecore-1.2.0/src/lib/ecore_win32/ecore_win32_window.c:663:4: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ecore-1.2.0/src/lib/ecore_win32/ecore_win32_window.c:684:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ecore-1.2.0/src/lib/ecore_win32/ecore_win32_window.c:684:4: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ecore-1.2.0/src/lib/ecore_win32/ecore_win32_window.c:730:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ecore-1.2.0/src/lib/ecore_win32/ecore_win32_window.c:730:4: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ecore-1.2.0/src/lib/ecore_win32/ecore_win32_window.c:755:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ecore-1.2.0/src/lib/ecore_win32/ecore_win32_window.c:755:4: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ecore-1.2.0/src/lib/ecore_win32/ecore_win32_window.c:1168:34: style: Checking if unsigned variable 'num' is less than zero. [unsignedLessThanZero]
ecore-1.2.0/src/lib/ecore_win32/ecore_win32_window.c:67:21: style: Variable 'minimal_height' is assigned a value that is never used. [unreadVariable]
ecore-1.2.0/src/lib/ecore_wince/ecore_wince.c:87:11: style: Variable 'w' is reassigned a value before the old one has been used. [redundantAssignment]
ecore-1.2.0/src/lib/ecore_wince/ecore_wince.c:85:0: note: Variable 'w' is reassigned a value before the old one has been used.
ecore-1.2.0/src/lib/ecore_wince/ecore_wince.c:87:11: note: Variable 'w' is reassigned a value before the old one has been used.
ecore-1.2.0/src/lib/ecore_wince/ecore_wince_event.c:501:8: warning: The buffer 'kn' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
ecore-1.2.0/src/lib/ecore_wince/ecore_wince_event.c:502:8: warning: The buffer 'ks' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
ecore-1.2.0/src/lib/ecore_wince/ecore_wince_event.c:503:8: warning: The buffer 'kc' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
ecore-1.2.0/src/lib/ecore_wince/ecore_wince_event.c:507:8: warning: The buffer 'kn' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
ecore-1.2.0/src/lib/ecore_wince/ecore_wince_event.c:508:8: warning: The buffer 'ks' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
ecore-1.2.0/src/lib/ecore_wince/ecore_wince_event.c:509:8: warning: The buffer 'kc' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
ecore-1.2.0/src/lib/ecore_wince/ecore_wince_event.c:514:8: warning: The buffer 'kn' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
ecore-1.2.0/src/lib/ecore_wince/ecore_wince_event.c:515:8: warning: The buffer 'ks' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
ecore-1.2.0/src/lib/ecore_wince/ecore_wince_event.c:516:8: warning: The buffer 'kc' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
ecore-1.2.0/src/lib/ecore_wince/ecore_wince_event.c:520:8: warning: The buffer 'kn' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
ecore-1.2.0/src/lib/ecore_wince/ecore_wince_event.c:521:8: warning: The buffer 'ks' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
ecore-1.2.0/src/lib/ecore_wince/ecore_wince_event.c:522:8: warning: The buffer 'kc' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
ecore-1.2.0/src/lib/ecore_wince/ecore_wince_event.c:526:8: warning: The buffer 'kn' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
ecore-1.2.0/src/lib/ecore_wince/ecore_wince_event.c:527:8: warning: The buffer 'ks' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
ecore-1.2.0/src/lib/ecore_wince/ecore_wince_event.c:528:8: warning: The buffer 'kc' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
ecore-1.2.0/src/lib/ecore_wince/ecore_wince_event.c:531:8: warning: The buffer 'kn' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
ecore-1.2.0/src/lib/ecore_wince/ecore_wince_event.c:532:8: warning: The buffer 'ks' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
ecore-1.2.0/src/lib/ecore_wince/ecore_wince_event.c:533:8: warning: The buffer 'kc' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb.c:1053:14: style: Variable 'wins' is reassigned a value before the old one has been used. [redundantAssignment]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb.c:1050:0: note: Variable 'wins' is reassigned a value before the old one has been used.
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb.c:1053:14: note: Variable 'wins' is reassigned a value before the old one has been used.
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb.c:1451:4: style: Variable 'ev' is reassigned a value before the old one has been used. [redundantAssignment]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb.c:1448:0: note: Variable 'ev' is reassigned a value before the old one has been used.
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb.c:1451:4: note: Variable 'ev' is reassigned a value before the old one has been used.
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb.c:1082:11: style: Checking if unsigned variable 'mw' is less than zero. [unsignedLessThanZero]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_composite.c:226:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_composite.c:243:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_cursor.c:318:4: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_cursor.c:313:0: note: Variable 's' is reassigned a value before the old one has been used.
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_cursor.c:318:4: note: Variable 's' is reassigned a value before the old one has been used.
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_cursor.c:82:17: style: The scope of the variable 'img' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_dnd.c:302:15: style: The scope of the variable 'j' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_dnd.c:358:17: style: The scope of the variable 'i' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_dnd.c:390:17: style: The scope of the variable 'i' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_dnd.c:674:14: error: Memory leak: data_ret [memleak]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_dnd.c:680:9: error: Memory leak: data_ret [memleak]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_events.c:2795:10: warning: Possible null pointer dereference: info [nullPointer]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_events.c:2791:36: note: Assignment 'info=NULL', assigned value is 0
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_events.c:2795:10: note: Null pointer dereference
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_events.c:2354:4: style: Variable 'sym' is reassigned a value before the old one has been used. [redundantAssignment]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_events.c:2341:0: note: Variable 'sym' is reassigned a value before the old one has been used.
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_events.c:2354:4: note: Variable 'sym' is reassigned a value before the old one has been used.
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_events.c:2355:4: style: Variable 'keyname' is reassigned a value before the old one has been used. [redundantAssignment]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_events.c:2344:0: note: Variable 'keyname' is reassigned a value before the old one has been used.
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_events.c:2355:4: note: Variable 'keyname' is reassigned a value before the old one has been used.
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_events.c:2425:4: style: Variable 'sym' is reassigned a value before the old one has been used. [redundantAssignment]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_events.c:2412:0: note: Variable 'sym' is reassigned a value before the old one has been used.
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_events.c:2425:4: note: Variable 'sym' is reassigned a value before the old one has been used.
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_events.c:2426:4: style: Variable 'keyname' is reassigned a value before the old one has been used. [redundantAssignment]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_events.c:2415:0: note: Variable 'keyname' is reassigned a value before the old one has been used.
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_events.c:2426:4: note: Variable 'keyname' is reassigned a value before the old one has been used.
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_events.c:838:66: style: Function '_ecore_xcb_event_handle_keymap_notify' argument 1 names different: declaration 'event' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_events.c:52:92: note: Function '_ecore_xcb_event_handle_keymap_notify' argument 1 names different: declaration 'event' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_events.c:838:66: note: Function '_ecore_xcb_event_handle_keymap_notify' argument 1 names different: declaration 'event' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_events.c:1137:67: style: Function '_ecore_xcb_event_handle_gravity_notify' argument 1 names different: declaration 'event' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_events.c:66:93: note: Function '_ecore_xcb_event_handle_gravity_notify' argument 1 names different: declaration 'event' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_events.c:1137:67: note: Function '_ecore_xcb_event_handle_gravity_notify' argument 1 names different: declaration 'event' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_events.c:2248:70: style: Function '_ecore_xcb_event_handle_xfixes_selection_notify' argument 1 names different: declaration '__UNUSED__' definition 'event'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_events.c:98:108: note: Function '_ecore_xcb_event_handle_xfixes_selection_notify' argument 1 names different: declaration '__UNUSED__' definition 'event'.
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_events.c:2248:70: note: Function '_ecore_xcb_event_handle_xfixes_selection_notify' argument 1 names different: declaration '__UNUSED__' definition 'event'.
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_events.c:2282:73: style: Function '_ecore_xcb_event_handle_xfixes_cursor_notify' argument 1 names different: declaration 'event' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_events.c:99:99: note: Function '_ecore_xcb_event_handle_xfixes_cursor_notify' argument 1 names different: declaration 'event' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_events.c:2282:73: note: Function '_ecore_xcb_event_handle_xfixes_cursor_notify' argument 1 names different: declaration 'event' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_events.c:2523:12: style: Variable 'event' is assigned a value that is never used. [unreadVariable]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_icccm.c:224:9: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_icccm.c:216:0: note: Variable 'ret' is reassigned a value before the old one has been used.
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_icccm.c:224:9: note: Variable 'ret' is reassigned a value before the old one has been used.
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_icccm.c:854:9: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_icccm.c:846:0: note: Variable 'ret' is reassigned a value before the old one has been used.
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_icccm.c:854:9: note: Variable 'ret' is reassigned a value before the old one has been used.
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_icccm.c:1009:14: style: Variable 'atoms' is reassigned a value before the old one has been used. [redundantAssignment]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_icccm.c:1007:0: note: Variable 'atoms' is reassigned a value before the old one has been used.
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_icccm.c:1009:14: note: Variable 'atoms' is reassigned a value before the old one has been used.
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_icccm.c:1481:17: style: The scope of the variable 'i' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_icccm.c:208:11: warning: Size of pointer 'title' used instead of size of its data. [pointerSize]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_icccm.c:838:11: warning: Size of pointer 'tmp' used instead of size of its data. [pointerSize]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_icccm.c:1438:11: warning: Size of pointer 'tmp' used instead of size of its data. [pointerSize]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_icccm.c:229:0: error: Memory leak: title [memleak]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_icccm.c:859:0: error: Memory leak: tmp [memleak]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_image.c:528:14: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_image.c:283:14: style: The scope of the variable 'cols' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_image.c:284:25: style: The scope of the variable 'i' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_image.c:321:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_input.c:272:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_keymap.c:348:4: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_keymap.c:342:0: note: Variable 'p' is reassigned a value before the old one has been used.
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_keymap.c:348:4: note: Variable 'p' is reassigned a value before the old one has been used.
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_keymap.c:164:8: style: The scope of the variable 'i' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_keymap.c:164:15: style: The scope of the variable 'n' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_keymap.c:164:22: style: The scope of the variable 'h' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_keymap.c:164:29: style: The scope of the variable 'idx' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_keymap.c:165:25: style: The scope of the variable 'entry' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_keymap.c:166:24: style: The scope of the variable 'val2' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_keymap.c:166:30: style: The scope of the variable 'val3' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_keymap.c:166:36: style: The scope of the variable 'val4' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_keymap.c:344:25: style: The scope of the variable 'entry' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_netwm.c:284:15: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_netwm.c:272:16: style: The scope of the variable 's' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_netwm.c:273:25: style: The scope of the variable 'l' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_netwm.c:846:29: style: The scope of the variable 'p2' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_netwm.c:18:19: style: struct member '_Ecore_Xcb_Startup_Info::init' is never used. [unusedStructMember]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_netwm.c:18:25: style: struct member '_Ecore_Xcb_Startup_Info::size' is never used. [unusedStructMember]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_netwm.c:19:19: style: struct member '_Ecore_Xcb_Startup_Info::buffer' is never used. [unusedStructMember]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_netwm.c:20:19: style: struct member '_Ecore_Xcb_Startup_Info::length' is never used. [unusedStructMember]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_netwm.c:23:19: style: struct member '_Ecore_Xcb_Startup_Info::id' is never used. [unusedStructMember]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_netwm.c:23:24: style: struct member '_Ecore_Xcb_Startup_Info::name' is never used. [unusedStructMember]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_netwm.c:24:19: style: struct member '_Ecore_Xcb_Startup_Info::screen' is never used. [unusedStructMember]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_netwm.c:25:19: style: struct member '_Ecore_Xcb_Startup_Info::bin' is never used. [unusedStructMember]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_netwm.c:25:25: style: struct member '_Ecore_Xcb_Startup_Info::icon' is never used. [unusedStructMember]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_netwm.c:26:19: style: struct member '_Ecore_Xcb_Startup_Info::desktop' is never used. [unusedStructMember]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_netwm.c:26:28: style: struct member '_Ecore_Xcb_Startup_Info::timestamp' is never used. [unusedStructMember]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_netwm.c:27:19: style: struct member '_Ecore_Xcb_Startup_Info::description' is never used. [unusedStructMember]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_netwm.c:27:33: style: struct member '_Ecore_Xcb_Startup_Info::wmclass' is never used. [unusedStructMember]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_netwm.c:28:19: style: struct member '_Ecore_Xcb_Startup_Info::silent' is never used. [unusedStructMember]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_randr.c:704:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_randr.c:2753:14: error: Array 'name[13]' accessed at index 13, which is out of bounds. [arrayIndexOutOfBounds]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_selection.c:636:9: style: Variable 'buff' is reassigned a value before the old one has been used. [redundantAssignment]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_selection.c:629:0: note: Variable 'buff' is reassigned a value before the old one has been used.
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_selection.c:636:9: note: Variable 'buff' is reassigned a value before the old one has been used.
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_selection.c:898:13: style: The scope of the variable 'len' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_selection.c:681:56: style: Function '_ecore_xcb_selection_converter_text' argument 6 names different: declaration 'type' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_selection.c:12:68: note: Function '_ecore_xcb_selection_converter_text' argument 6 names different: declaration 'type' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_selection.c:681:56: note: Function '_ecore_xcb_selection_converter_text' argument 6 names different: declaration 'type' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_selection.c:682:61: style: Function '_ecore_xcb_selection_converter_text' argument 7 names different: declaration 'size_type' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_selection.c:13:68: note: Function '_ecore_xcb_selection_converter_text' argument 7 names different: declaration 'size_type' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_selection.c:682:61: note: Function '_ecore_xcb_selection_converter_text' argument 7 names different: declaration 'size_type' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_selection.c:704:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_textlist.c:171:18: warning: Identical condition 'val<0', second condition is always false [identicalConditionAfterEarlyExit]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_textlist.c:69:30: note: 'val' is assigned value '0' here.
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_textlist.c:170:17: note: first condition
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_textlist.c:171:18: note: second condition
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_textlist.c:170:17: style: Same expression on both sides of '<' because the value of 'val' and '0' are the same. [duplicateExpression]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_textlist.c:69:30: note: 'val' is assigned value '0' here.
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_textlist.c:170:17: note: Same expression on both sides of '<' because the value of 'val' and '0' are the same.
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_textlist.c:171:18: style: Same expression on both sides of '>' because the value of 'val' and '0' are the same. [duplicateExpression]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_textlist.c:69:30: note: 'val' is assigned value '0' here.
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_textlist.c:171:18: note: Same expression on both sides of '>' because the value of 'val' and '0' are the same.
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_textlist.c:378:11: style: The scope of the variable 'mb' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_textlist.c:379:14: style: The scope of the variable 'wc' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_textlist.c:429:9: error: Memory leak: list [memleak]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_textlist.c:443:9: error: Memory leak: list [memleak]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_vsync.c:37:21: style: struct member '_drmVBlankReply::tval_sec' is never used. [unusedStructMember]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_vsync.c:37:31: style: struct member '_drmVBlankReply::tval_usec' is never used. [unusedStructMember]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window.c:1315:15: style: The scope of the variable 'j' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window.c:1315:22: style: The scope of the variable 'count' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window.c:1327:14: error: Common realloc mistake: 'ignore_list' nulled but not freed upon failure [memleakOnRealloc]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_prop.c:627:5: warning: Either the condition 'if(num_ret)' is redundant or there is possible null pointer dereference: num_ret. [nullPointerRedundantCheck]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_prop.c:675:7: note: Assuming that condition 'if(num_ret)' is not redundant
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_prop.c:627:5: note: Null pointer dereference
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_prop.c:273:9: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_prop.c:264:0: note: Variable 'ret' is reassigned a value before the old one has been used.
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_prop.c:273:9: note: Variable 'ret' is reassigned a value before the old one has been used.
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_prop.c:363:13: style: The scope of the variable 'i' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_prop.c:642:14: style: Checking if unsigned variable 'count' is less than zero. [unsignedLessThanZero]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_prop.c:420:9: error: Memory leak: data [memleak]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_prop.c:548:9: error: Common realloc mistake: 'lst' nulled but not freed upon failure [memleakOnRealloc]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_prop.c:285:0: error: Memory leak: str [memleak]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_shadow.c:36:8: style: The scope of the variable 'i' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_shadow.c:36:11: style: The scope of the variable 'j' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_shadow.c:122:8: style: The scope of the variable 'i' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_shadow.c:159:8: style: The scope of the variable 'i' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_shadow.c:197:12: style: The scope of the variable 'ss' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_shadow.c:198:8: style: The scope of the variable 'i' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:98:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:99:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:129:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:130:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:131:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:132:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:175:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:176:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:217:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:218:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:248:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:249:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:250:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:251:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:281:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:282:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:283:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:284:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:314:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:315:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:316:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:317:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:359:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:360:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:549:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:550:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:580:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:581:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:582:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:583:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:613:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:614:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:615:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:616:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:646:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:647:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:648:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:649:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:670:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:671:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:692:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:693:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:741:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:742:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:743:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:744:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:786:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:787:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:33:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:58:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:76:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:96:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:128:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:174:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:194:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:215:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:247:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:280:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:313:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:358:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:416:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:432:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:548:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:579:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:612:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:645:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:668:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:690:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:710:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:740:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:785:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ecore-1.2.0/src/lib/ecore_x/xcb/ecore_xcb_xdefaults.c:59:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x.c:1046:8: style: The scope of the variable 'i' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x.c:1046:11: style: The scope of the variable 'j' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x.c:1607:8: style: The scope of the variable 'i' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x.c:1607:11: style: The scope of the variable 'shuffle' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x.c:1728:8: style: The scope of the variable 'i' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x.c:1728:11: style: The scope of the variable 'shuffle' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x.c:998:50: style: Function '_ecore_x_fd_handler' argument 2 names different: declaration 'fd_handler' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x.c:23:56: note: Function '_ecore_x_fd_handler' argument 2 names different: declaration 'fd_handler' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x.c:998:50: note: Function '_ecore_x_fd_handler' argument 2 names different: declaration 'fd_handler' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x.c:1030:54: style: Function '_ecore_x_fd_handler_buf' argument 2 names different: declaration 'fd_handler' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x.c:25:60: note: Function '_ecore_x_fd_handler_buf' argument 2 names different: declaration 'fd_handler' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x.c:1030:54: note: Function '_ecore_x_fd_handler_buf' argument 2 names different: declaration 'fd_handler' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x.c:1228:41: style: Function '_ecore_x_window_manage_error' argument 1 names different: declaration 'data' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x.c:1224:48: note: Function '_ecore_x_window_manage_error' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x.c:1228:41: note: Function '_ecore_x_window_manage_error' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_atoms.c:311:8: style: Variable 'items' is assigned a value that is never used. [unreadVariable]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_atoms.c:305:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_atoms.c:306:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_atoms.c:341:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_cursor.c:232:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_dnd.c:257:4: style: Variable 'oldset' is reassigned a value before the old one has been used. [redundantAssignment]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_dnd.c:248:0: note: Variable 'oldset' is reassigned a value before the old one has been used.
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_dnd.c:257:4: note: Variable 'oldset' is reassigned a value before the old one has been used.
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_dnd.c:249:11: style: The scope of the variable 'j' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_dnd.c:316:17: style: The scope of the variable 'i' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_dnd.c:346:17: style: The scope of the variable 'i' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_events.c:2006:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_events.c:2257:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_events.c:2301:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_events.c:77:10: warning: Possible null pointer dereference: info [nullPointer]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_events.c:73:36: note: Assignment 'info=NULL', assigned value is 0
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_events.c:77:10: note: Null pointer dereference
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_events.c:2257:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_events.c:2301:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_events.c:1533:18: style: The scope of the variable 'i' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_events.c:960:52: style: Function '_ecore_x_event_handle_keymap_notify' argument 1 names different: declaration 'xevent' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_private.h:225:50: note: Function '_ecore_x_event_handle_keymap_notify' argument 1 names different: declaration 'xevent' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_events.c:960:52: note: Function '_ecore_x_event_handle_keymap_notify' argument 1 names different: declaration 'xevent' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_events.c:1199:53: style: Function '_ecore_x_event_handle_gravity_notify' argument 1 names different: declaration 'xevent' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_private.h:237:51: note: Function '_ecore_x_event_handle_gravity_notify' argument 1 names different: declaration 'xevent' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_events.c:1199:53: note: Function '_ecore_x_event_handle_gravity_notify' argument 1 names different: declaration 'xevent' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_events.c:2262:45: style: Function '_ecore_x_event_handle_generic_event' argument 1 names different: declaration 'xevent' definition 'event'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_private.h:271:55: note: Function '_ecore_x_event_handle_generic_event' argument 1 names different: declaration 'xevent' definition 'event'.
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_events.c:2262:45: note: Function '_ecore_x_event_handle_generic_event' argument 1 names different: declaration 'xevent' definition 'event'.
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_gesture.c:108:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_gesture.c:134:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_gesture.c:60:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_gesture.c:84:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_gesture.c:106:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_gesture.c:132:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_icccm.c:519:18: style: The scope of the variable 'ret' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_icccm.c:807:8: style: The scope of the variable 'i' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_icccm.c:918:18: style: The scope of the variable 'ret' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_icccm.c:965:17: style: The scope of the variable 'i' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_image.c:591:14: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_image.c:240:39: style: The scope of the variable 'sp' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_image.c:240:53: style: The scope of the variable 'p' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_image.c:242:18: style: The scope of the variable 'r' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_image.c:366:25: style: The scope of the variable 'i' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_image.c:394:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_netwm.c:202:14: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_netwm.c:188:16: style: The scope of the variable 's' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_netwm.c:190:8: style: The scope of the variable 'l' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_netwm.c:669:29: style: The scope of the variable 'p2' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_netwm.c:1057:17: style: The scope of the variable 'i' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_netwm.c:1366:17: style: The scope of the variable 'i' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_netwm.c:1609:54: style: Function '_ecore_x_netwm_startup_info_begin' argument 1 names different: declaration 'win' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_private.h:308:71: note: Function '_ecore_x_netwm_startup_info_begin' argument 1 names different: declaration 'win' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_netwm.c:1609:54: note: Function '_ecore_x_netwm_startup_info_begin' argument 1 names different: declaration 'win' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_netwm.c:1610:46: style: Function '_ecore_x_netwm_startup_info_begin' argument 2 names different: declaration 'data' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_private.h:309:62: note: Function '_ecore_x_netwm_startup_info_begin' argument 2 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_netwm.c:1610:46: note: Function '_ecore_x_netwm_startup_info_begin' argument 2 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_netwm.c:1658:48: style: Function '_ecore_x_netwm_startup_info' argument 1 names different: declaration 'win' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_private.h:310:65: note: Function '_ecore_x_netwm_startup_info' argument 1 names different: declaration 'win' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_netwm.c:1658:48: note: Function '_ecore_x_netwm_startup_info' argument 1 names different: declaration 'win' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_netwm.c:1659:40: style: Function '_ecore_x_netwm_startup_info' argument 2 names different: declaration 'data' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_private.h:311:56: note: Function '_ecore_x_netwm_startup_info' argument 2 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_netwm.c:1659:40: note: Function '_ecore_x_netwm_startup_info' argument 2 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_randr_12_edid.c:190:12: error: Array 'name[13]' accessed at index 13, which is out of bounds. [arrayIndexOutOfBounds]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_randr_12_edid.c:294:12: error: Array 'ascii[13]' accessed at index 13, which is out of bounds. [arrayIndexOutOfBounds]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_randr_12_edid.c:327:12: error: Array 'serial[13]' accessed at index 13, which is out of bounds. [arrayIndexOutOfBounds]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_screensaver.c:170:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_selection.c:893:8: style: The scope of the variable 'i' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_selection.c:987:8: style: The scope of the variable 'i' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_selection.c:125:28: style: Function '_ecore_x_selection_set' argument 3 names different: declaration 'len' definition 'size'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_private.h:280:39: note: Function '_ecore_x_selection_set' argument 3 names different: declaration 'len' definition 'size'.
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_selection.c:125:28: note: Function '_ecore_x_selection_set' argument 3 names different: declaration 'len' definition 'size'.
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_selection.c:591:58: style: Function '_ecore_x_selection_converter_text' argument 6 names different: declaration 'tprop' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_selection.c:23:66: note: Function '_ecore_x_selection_converter_text' argument 6 names different: declaration 'tprop' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_selection.c:591:58: note: Function '_ecore_x_selection_converter_text' argument 6 names different: declaration 'tprop' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_selection.c:802:39: style: Function '_ecore_x_selection_parser_files' argument 2 names different: declaration 'data' definition '_data'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_selection.c:27:52: note: Function '_ecore_x_selection_parser_files' argument 2 names different: declaration 'data' definition '_data'.
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_selection.c:802:39: note: Function '_ecore_x_selection_parser_files' argument 2 names different: declaration 'data' definition '_data'.
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_selection.c:804:44: style: Function '_ecore_x_selection_parser_files' argument 4 names different: declaration 'format' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_selection.c:29:50: note: Function '_ecore_x_selection_parser_files' argument 4 names different: declaration 'format' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_selection.c:804:44: note: Function '_ecore_x_selection_parser_files' argument 4 names different: declaration 'format' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_selection.c:908:51: style: Function '_ecore_x_selection_parser_text' argument 1 names different: declaration 'target' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_selection.c:31:57: note: Function '_ecore_x_selection_parser_text' argument 1 names different: declaration 'target' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_selection.c:908:51: note: Function '_ecore_x_selection_parser_text' argument 1 names different: declaration 'target' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_selection.c:909:38: style: Function '_ecore_x_selection_parser_text' argument 2 names different: declaration 'data' definition '_data'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_selection.c:32:51: note: Function '_ecore_x_selection_parser_text' argument 2 names different: declaration 'data' definition '_data'.
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_selection.c:909:38: note: Function '_ecore_x_selection_parser_text' argument 2 names different: declaration 'data' definition '_data'.
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_selection.c:911:43: style: Function '_ecore_x_selection_parser_text' argument 4 names different: declaration 'format' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_selection.c:34:49: note: Function '_ecore_x_selection_parser_text' argument 4 names different: declaration 'format' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_selection.c:911:43: note: Function '_ecore_x_selection_parser_text' argument 4 names different: declaration 'format' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_selection.c:953:54: style: Function '_ecore_x_selection_parser_targets' argument 1 names different: declaration 'target' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_selection.c:36:60: note: Function '_ecore_x_selection_parser_targets' argument 1 names different: declaration 'target' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_selection.c:953:54: note: Function '_ecore_x_selection_parser_targets' argument 1 names different: declaration 'target' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_selection.c:956:46: style: Function '_ecore_x_selection_parser_targets' argument 4 names different: declaration 'format' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_selection.c:39:52: note: Function '_ecore_x_selection_parser_targets' argument 4 names different: declaration 'format' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_selection.c:956:46: note: Function '_ecore_x_selection_parser_targets' argument 4 names different: declaration 'format' definition '__UNUSED__'.
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_selection.c:616:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_vsync.c:49:21: style: struct member '_drmVBlankReply::tval_sec' is never used. [unusedStructMember]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_vsync.c:50:21: style: struct member '_drmVBlankReply::tval_usec' is never used. [unusedStructMember]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_window.c:328:11: style: The scope of the variable 'j' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_window.c:328:14: style: The scope of the variable 'cnt' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_window.c:922:8: style: The scope of the variable 'i' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_window.c:964:8: style: The scope of the variable 'i' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_window.c:1005:12: style: The scope of the variable 'ss' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_window.c:1006:8: style: The scope of the variable 'i' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_window_prop.c:476:13: style: The scope of the variable 'i' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_window_prop.c:586:17: style: The scope of the variable 'i' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_window_prop.c:544:9: error: Memory leak: data [memleak]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_window_prop.c:317:9: error: Common realloc mistake: 'lst' nulled but not freed upon failure [memleakOnRealloc]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_window_shape.c:123:22: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_window_shape.c:178:10: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_window_shape.c:217:10: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_window_shape.c:217:18: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_window_shape.c:256:10: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_window_shape.c:256:18: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_window_shape.c:311:10: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_window_shape.c:365:22: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_window_shape.c:420:10: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_window_shape.c:475:10: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_window_shape.c:548:10: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_window_shape.c:548:18: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_window_shape.c:49:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_window_shape.c:84:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_window_shape.c:123:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_window_shape.c:178:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_window_shape.c:217:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_window_shape.c:256:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_window_shape.c:311:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_window_shape.c:365:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_window_shape.c:420:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_window_shape.c:475:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_window_shape.c:548:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_window_shape.c:485:8: style: The scope of the variable 'i' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_window_shape.c:558:8: style: The scope of the variable 'i' can be reduced. [variableScope]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_xinerama.c:89:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
ecore-1.2.0/src/lib/ecore_x/xlib/ecore_x_xinerama.c:89:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ecore-1.2.0/src/modules/immodules/scim/scim_imcontext.cpp:1988:8: style: Condition 'socket' is always true [knownConditionTrueFalse]
ecore-1.2.0/src/modules/immodules/scim/scim_imcontext.cpp:1977:37: note: Assignment 'socket=true', assigned value is 1
ecore-1.2.0/src/modules/immodules/scim/scim_imcontext.cpp:1988:8: note: Condition 'socket' is always true
ecore-1.2.0/src/modules/immodules/scim/scim_imcontext.cpp:967:53: warning: Either the condition 'if(context_scim&&context_scim->impl&&context_scim==_focused_ic)' is redundant or there is possible null pointer dereference: context_scim. [nullPointerRedundantCheck]
ecore-1.2.0/src/modules/immodules/scim/scim_imcontext.cpp:969:7: note: Assuming that condition 'if(context_scim&&context_scim->impl&&context_scim==_focused_ic)' is not redundant
ecore-1.2.0/src/modules/immodules/scim/scim_imcontext.cpp:967:53: note: Null pointer dereference
ecore-1.2.0/src/modules/immodules/scim/scim_imcontext.cpp:2298:4: style: Variable 'mods' is reassigned a value before the old one has been used. [redundantAssignment]
ecore-1.2.0/src/modules/immodules/scim/scim_imcontext.cpp:2282:0: note: Variable 'mods' is reassigned a value before the old one has been used.
ecore-1.2.0/src/modules/immodules/scim/scim_imcontext.cpp:2298:4: note: Variable 'mods' is reassigned a value before the old one has been used.
ecore-1.2.0/src/modules/immodules/scim/scim_imcontext.cpp:867:9: style: The scope of the variable 'need_cap' can be reduced. [variableScope]
ecore-1.2.0/src/modules/immodules/scim/scim_imcontext.cpp:868:9: style: The scope of the variable 'need_reset' can be reduced. [variableScope]
ecore-1.2.0/src/modules/immodules/scim/scim_imcontext.cpp:869:9: style: The scope of the variable 'need_reg' can be reduced. [variableScope]
ecore-1.2.0/src/modules/immodules/scim/scim_imcontext.cpp:1015:16: style: The scope of the variable 'ee' can be reduced. [variableScope]
ecore-1.2.0/src/modules/immodules/scim/scim_imcontext.cpp:1017:8: style: The scope of the variable 'new_cursor_x' can be reduced. [variableScope]
ecore-1.2.0/src/modules/immodules/scim/scim_imcontext.cpp:1017:22: style: The scope of the variable 'new_cursor_y' can be reduced. [variableScope]
ecore-1.2.0/src/modules/immodules/scim/scim_imcontext.cpp:1125:23: style: The scope of the variable 'start_index' can be reduced. [variableScope]
ecore-1.2.0/src/modules/immodules/scim/scim_imcontext.cpp:1125:36: style: The scope of the variable 'end_index' can be reduced. [variableScope]
ecore-1.2.0/src/modules/immodules/scim/scim_imcontext.cpp:1975:28: style: The scope of the variable 'manual' can be reduced. [variableScope]
ecore-1.2.0/src/modules/immodules/scim/scim_imcontext.cpp:759:65: style: Function 'isf_imf_context_client_canvas_set' argument 2 names different: declaration 'window' definition 'canvas'. [funcArgNamesDifferent]
ecore-1.2.0/src/modules/immodules/scim/scim_imcontext.h:21:71: note: Function 'isf_imf_context_client_canvas_set' argument 2 names different: declaration 'window' definition 'canvas'.
ecore-1.2.0/src/modules/immodules/scim/scim_imcontext.cpp:759:65: note: Function 'isf_imf_context_client_canvas_set' argument 2 names different: declaration 'window' definition 'canvas'.
ecore-1.2.0/src/modules/immodules/scim/scim_imcontext.cpp:1010:65: style: Function 'isf_imf_context_cursor_location_set' argument 2 names different: declaration 'x' definition 'cx'. [funcArgNamesDifferent]
ecore-1.2.0/src/modules/immodules/scim/scim_imcontext.h:26:71: note: Function 'isf_imf_context_cursor_location_set' argument 2 names different: declaration 'x' definition 'cx'.
ecore-1.2.0/src/modules/immodules/scim/scim_imcontext.cpp:1010:65: note: Function 'isf_imf_context_cursor_location_set' argument 2 names different: declaration 'x' definition 'cx'.
ecore-1.2.0/src/modules/immodules/scim/scim_imcontext.cpp:1010:73: style: Function 'isf_imf_context_cursor_location_set' argument 3 names different: declaration 'y' definition 'cy'. [funcArgNamesDifferent]
ecore-1.2.0/src/modules/immodules/scim/scim_imcontext.h:26:78: note: Function 'isf_imf_context_cursor_location_set' argument 3 names different: declaration 'y' definition 'cy'.
ecore-1.2.0/src/modules/immodules/scim/scim_imcontext.cpp:1010:73: note: Function 'isf_imf_context_cursor_location_set' argument 3 names different: declaration 'y' definition 'cy'.
ecore-1.2.0/src/modules/immodules/scim/scim_imcontext.cpp:1010:81: style: Function 'isf_imf_context_cursor_location_set' argument 4 names different: declaration 'w' definition 'cw'. [funcArgNamesDifferent]
ecore-1.2.0/src/modules/immodules/scim/scim_imcontext.h:26:85: note: Function 'isf_imf_context_cursor_location_set' argument 4 names different: declaration 'w' definition 'cw'.
ecore-1.2.0/src/modules/immodules/scim/scim_imcontext.cpp:1010:81: note: Function 'isf_imf_context_cursor_location_set' argument 4 names different: declaration 'w' definition 'cw'.
ecore-1.2.0/src/modules/immodules/scim/scim_imcontext.cpp:1010:89: style: Function 'isf_imf_context_cursor_location_set' argument 5 names different: declaration 'h' definition 'ch'. [funcArgNamesDifferent]
ecore-1.2.0/src/modules/immodules/scim/scim_imcontext.h:26:92: note: Function 'isf_imf_context_cursor_location_set' argument 5 names different: declaration 'h' definition 'ch'.
ecore-1.2.0/src/modules/immodules/scim/scim_imcontext.cpp:1010:89: note: Function 'isf_imf_context_cursor_location_set' argument 5 names different: declaration 'h' definition 'ch'.
ecore-1.2.0/src/modules/immodules/scim/scim_imcontext.cpp:1456:38: style: Function 'panel_slot_reload_config' argument 1 names different: declaration 'context' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/modules/immodules/scim/scim_imcontext.cpp:66:82: note: Function 'panel_slot_reload_config' argument 1 names different: declaration 'context' definition '__UNUSED__'.
ecore-1.2.0/src/modules/immodules/scim/scim_imcontext.cpp:1456:38: note: Function 'panel_slot_reload_config' argument 1 names different: declaration 'context' definition '__UNUSED__'.
ecore-1.2.0/src/modules/immodules/scim/scim_imcontext.cpp:1835:36: style: Function 'panel_iochannel_handler' argument 1 names different: declaration 'data' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/modules/immodules/scim/scim_imcontext.cpp:102:82: note: Function 'panel_iochannel_handler' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/modules/immodules/scim/scim_imcontext.cpp:1835:36: note: Function 'panel_iochannel_handler' argument 1 names different: declaration 'data' definition '__UNUSED__'.
ecore-1.2.0/src/modules/immodules/scim/scim_imcontext.cpp:2754:36: style: Function 'slot_beep' argument 1 names different: declaration 'si' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/modules/immodules/scim/scim_imcontext.cpp:156:82: note: Function 'slot_beep' argument 1 names different: declaration 'si' definition '__UNUSED__'.
ecore-1.2.0/src/modules/immodules/scim/scim_imcontext.cpp:2754:36: note: Function 'slot_beep' argument 1 names different: declaration 'si' definition '__UNUSED__'.
ecore-1.2.0/src/modules/immodules/scim/scim_imcontext.cpp:2887:53: style: Function 'fallback_commit_string_cb' argument 1 names different: declaration 'si' definition '__UNUSED__'. [funcArgNamesDifferent]
ecore-1.2.0/src/modules/immodules/scim/scim_imcontext.cpp:175:82: note: Function 'fallback_commit_string_cb' argument 1 names different: declaration 'si' definition '__UNUSED__'.
ecore-1.2.0/src/modules/immodules/scim/scim_imcontext.cpp:2887:53: note: Function 'fallback_commit_string_cb' argument 1 names different: declaration 'si' definition '__UNUSED__'.
ecore-1.2.0/src/modules/immodules/scim/scim_imcontext.cpp:1999:70: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ecore-1.2.0/src/modules/immodules/scim/scim_module.cpp:68:9: style: Variable 'ctxd' is reassigned a value before the old one has been used. [redundantAssignment]
ecore-1.2.0/src/modules/immodules/scim/scim_module.cpp:66:0: note: Variable 'ctxd' is reassigned a value before the old one has been used.
ecore-1.2.0/src/modules/immodules/scim/scim_module.cpp:68:9: note: Variable 'ctxd' is reassigned a value before the old one has been used.
ecore-1.2.0/src/modules/immodules/xim/ecore_imf_xim.c:814:4: style: Variable 'ctx' is reassigned a value before the old one has been used. [redundantAssignment]
ecore-1.2.0/src/modules/immodules/xim/ecore_imf_xim.c:812:0: note: Variable 'ctx' is reassigned a value before the old one has been used.
ecore-1.2.0/src/modules/immodules/xim/ecore_imf_xim.c:814:4: note: Variable 'ctx' is reassigned a value before the old one has been used.
ecore-1.2.0/src/tests/ecore_test_ecore.c:301:17: style: Unused variable: e [unusedVariable]
[17:18]

ftp://ftp.se.debian.org/debian/pool/main/e/ecryptfs-utils/ecryptfs-utils_99.orig.tar.xz
ecryptfs-utils-99/src/key_mod/ecryptfs_key_mod_gpg.c:57:1: style: Label 'out' is not used. [unusedLabel]
ecryptfs-utils-99/src/key_mod/ecryptfs_key_mod_gpg.c:66:1: style: Label 'out' is not used. [unusedLabel]
ecryptfs-utils-99/src/key_mod/ecryptfs_key_mod_gpg.c:128:1: style: Label 'out' is not used. [unusedLabel]
ecryptfs-utils-99/src/key_mod/ecryptfs_key_mod_gpg.c:137:1: style: Label 'out' is not used. [unusedLabel]
ecryptfs-utils-99/src/key_mod/ecryptfs_key_mod_gpg.c:280:1: style: Label 'out' is not used. [unusedLabel]
ecryptfs-utils-99/src/key_mod/ecryptfs_key_mod_gpg.c:290:1: style: Label 'out' is not used. [unusedLabel]
ecryptfs-utils-99/src/key_mod/ecryptfs_key_mod_gpg.c:366:1: style: Label 'out' is not used. [unusedLabel]
ecryptfs-utils-99/src/key_mod/ecryptfs_key_mod_gpg.c:286:13: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
ecryptfs-utils-99/src/key_mod/ecryptfs_key_mod_openssl.c:286:2: style: Variable 'openssl_data' is reassigned a value before the old one has been used. [redundantAssignment]
ecryptfs-utils-99/src/key_mod/ecryptfs_key_mod_openssl.c:278:0: note: Variable 'openssl_data' is reassigned a value before the old one has been used.
ecryptfs-utils-99/src/key_mod/ecryptfs_key_mod_openssl.c:286:2: note: Variable 'openssl_data' is reassigned a value before the old one has been used.
ecryptfs-utils-99/src/key_mod/ecryptfs_key_mod_openssl.c:85:23: style: Variable 'passphrase_length' is assigned a value that is never used. [unreadVariable]
ecryptfs-utils-99/src/key_mod/ecryptfs_key_mod_pkcs11_helper.c:1026:2: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
ecryptfs-utils-99/src/key_mod/ecryptfs_key_mod_pkcs11_helper.c:1040:2: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
ecryptfs-utils-99/src/key_mod/ecryptfs_key_mod_pkcs11_helper.c:1161:86: style: Checking if unsigned variable 'subgraph_key_ctx->pkcs11h_data.certificate_blob_size=i2d_X509(x509,NULL)' is less than zero. [unsignedLessThanZero]
ecryptfs-utils-99/src/key_mod/ecryptfs_key_mod_pkcs11_helper.c:1182:84: style: Checking if unsigned variable 'subgraph_key_ctx->pkcs11h_data.certificate_blob_size=i2d_X509(x509,&p)' is less than zero. [unsignedLessThanZero]
ecryptfs-utils-99/src/key_mod/ecryptfs_key_mod_pkcs11_helper.c:125:1: style: Label 'out' is not used. [unusedLabel]
ecryptfs-utils-99/src/key_mod/ecryptfs_key_mod_pkcs11_helper.c:946:1: style: Label 'out' is not used. [unusedLabel]
ecryptfs-utils-99/src/key_mod/ecryptfs_key_mod_pkcs11_helper.c:959:1: style: Label 'out' is not used. [unusedLabel]
ecryptfs-utils-99/src/key_mod/ecryptfs_key_mod_pkcs11_helper.c:1029:1: style: Label 'out' is not used. [unusedLabel]
ecryptfs-utils-99/src/key_mod/ecryptfs_key_mod_pkcs11_helper.c:1043:1: style: Label 'out' is not used. [unusedLabel]
ecryptfs-utils-99/src/key_mod/ecryptfs_key_mod_pkcs11_helper.c:1058:1: style: Label 'out' is not used. [unusedLabel]
ecryptfs-utils-99/src/key_mod/ecryptfs_key_mod_pkcs11_helper.c:1089:1: style: Label 'out' is not used. [unusedLabel]
ecryptfs-utils-99/src/key_mod/ecryptfs_key_mod_pkcs11_helper.c:121:8: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
ecryptfs-utils-99/src/libecryptfs-swig/libecryptfs_wrap.c:2493:0: error: #error "This python version requires swig to be run with the '-classic' option" [preprocessorErrorDirective]
ecryptfs-utils-99/src/libecryptfs/cmd_ln_parser.c:143:11: warning: Either the condition '!dst_cursor' is redundant or there is possible null pointer dereference: dst_cursor. [nullPointerRedundantCheck]
ecryptfs-utils-99/src/libecryptfs/cmd_ln_parser.c:145:8: note: Assuming that condition '!dst_cursor' is not redundant
ecryptfs-utils-99/src/libecryptfs/cmd_ln_parser.c:143:11: note: Null pointer dereference
ecryptfs-utils-99/src/libecryptfs/cmd_ln_parser.c:242:28: warning: Either the condition 'if(tok&&tok[0]=='\0')' is redundant or there is possible null pointer dereference: tok. [nullPointerRedundantCheck]
ecryptfs-utils-99/src/libecryptfs/cmd_ln_parser.c:250:4: note: Assuming that condition 'if(tok&&tok[0]=='\0')' is not redundant
ecryptfs-utils-99/src/libecryptfs/cmd_ln_parser.c:242:28: note: Null pointer dereference
ecryptfs-utils-99/src/libecryptfs/cmd_ln_parser.c:257:6: warning: Either the condition 'tok' is redundant or there is possible null pointer dereference: tok. [nullPointerRedundantCheck]
ecryptfs-utils-99/src/libecryptfs/cmd_ln_parser.c:250:5: note: Assuming that condition 'tok' is not redundant
ecryptfs-utils-99/src/libecryptfs/cmd_ln_parser.c:257:6: note: Null pointer dereference
ecryptfs-utils-99/src/libecryptfs/decision_graph.c:711:25: style: Function 'eval_param_tree' argument 4 names different: declaration 'val_stack_head' definition 'mnt_params'. [funcArgNamesDifferent]
ecryptfs-utils-99/src/include/decision_graph.h:139:25: note: Function 'eval_param_tree' argument 4 names different: declaration 'val_stack_head' definition 'mnt_params'.
ecryptfs-utils-99/src/libecryptfs/decision_graph.c:711:25: note: Function 'eval_param_tree' argument 4 names different: declaration 'val_stack_head' definition 'mnt_params'.
ecryptfs-utils-99/src/libecryptfs/decision_graph.c:738:24: style: Function 'ecryptfs_eval_decision_graph' argument 2 names different: declaration 'head' definition 'mnt_params'. [funcArgNamesDifferent]
ecryptfs-utils-99/src/include/ecryptfs.h:487:24: note: Function 'ecryptfs_eval_decision_graph' argument 2 names different: declaration 'head' definition 'mnt_params'.
ecryptfs-utils-99/src/libecryptfs/decision_graph.c:738:24: note: Function 'ecryptfs_eval_decision_graph' argument 2 names different: declaration 'head' definition 'mnt_params'.
ecryptfs-utils-99/src/libecryptfs/decision_graph.c:155:16: warning: Using 'sizeof' on array given as function argument returns size of a pointer. [sizeofwithsilentarraypointer]
ecryptfs-utils-99/src/libecryptfs/ecryptfs-stat.c:184:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
ecryptfs-utils-99/src/libecryptfs/key_management.c:844:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ecryptfs-utils-99/src/libecryptfs/key_management.c:246:13: style: Function 'ecryptfs_wrap_passphrase_file' argument 3 names different: declaration 'wrapping_salt' definition 'salt'. [funcArgNamesDifferent]
ecryptfs-utils-99/src/include/ecryptfs.h:534:16: note: Function 'ecryptfs_wrap_passphrase_file' argument 3 names different: declaration 'wrapping_salt' definition 'salt'.
ecryptfs-utils-99/src/libecryptfs/key_management.c:246:13: note: Function 'ecryptfs_wrap_passphrase_file' argument 3 names different: declaration 'wrapping_salt' definition 'salt'.
ecryptfs-utils-99/src/libecryptfs/key_management.c:239:10: warning: Size of pointer 'auth_tok' used instead of size of its data. [pointerSize]
ecryptfs-utils-99/src/libecryptfs/key_mod.c:418:27: style: The scope of the variable 'temp' can be reduced. [variableScope]
ecryptfs-utils-99/src/libecryptfs/main.c:113:13: warning: Either the condition 'mnt_file!=NULL' is redundant or there is possible null pointer dereference: mnt_file. [nullPointerRedundantCheck]
ecryptfs-utils-99/src/libecryptfs/main.c:130:15: note: Assuming that condition 'mnt_file!=NULL' is not redundant
ecryptfs-utils-99/src/libecryptfs/main.c:113:13: note: Null pointer dereference
ecryptfs-utils-99/src/libecryptfs/main.c:327:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ecryptfs-utils-99/src/libecryptfs/main.c:123:4: error: Memory leak: mnt [memleak]
ecryptfs-utils-99/src/libecryptfs/module_mgr.c:789:27: style: Function 'ecryptfs_process_decision_graph' argument 2 names different: declaration 'head' definition 'mnt_params'. [funcArgNamesDifferent]
ecryptfs-utils-99/src/include/ecryptfs.h:474:55: note: Function 'ecryptfs_process_decision_graph' argument 2 names different: declaration 'head' definition 'mnt_params'.
ecryptfs-utils-99/src/libecryptfs/module_mgr.c:789:27: note: Function 'ecryptfs_process_decision_graph' argument 2 names different: declaration 'head' definition 'mnt_params'.
ecryptfs-utils-99/src/libecryptfs/module_mgr.c:393:11: style: struct member 'supported_key_bytes::order' is never used. [unusedStructMember]
ecryptfs-utils-99/src/libecryptfs/module_mgr.c:901:2: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
ecryptfs-utils-99/src/libecryptfs/sysfs.c:56:9: warning: Possible null pointer dereference: mnt [nullPointer]
ecryptfs-utils-99/src/libecryptfs/sysfs.c:72:28: note: Calling function 'get_sysfs_mountpoint', 1st argument 'mnt' value is 0
ecryptfs-utils-99/src/libecryptfs/sysfs.c:56:9: note: Null pointer dereference
ecryptfs-utils-99/src/pam_ecryptfs/pam_ecryptfs.c:444:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
ecryptfs-utils-99/src/pam_ecryptfs/pam_ecryptfs.c:442:0: note: Variable 'rc' is reassigned a value before the old one has been used.
ecryptfs-utils-99/src/pam_ecryptfs/pam_ecryptfs.c:444:2: note: Variable 'rc' is reassigned a value before the old one has been used.
ecryptfs-utils-99/src/utils/ecryptfs-stat.c:54:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ecryptfs-utils-99/src/utils/ecryptfs_generate_tpm_key.c:105:6: portability: %zd in format string (no. 3) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
ecryptfs-utils-99/src/utils/ecryptfs_generate_tpm_key.c:90:9: style: The scope of the variable 'c' can be reduced. [variableScope]
ecryptfs-utils-99/src/utils/mount.ecryptfs.c:209:7: style: The scope of the variable 'opt_len' can be reduced. [variableScope]
ecryptfs-utils-99/src/utils/mount.ecryptfs_private.c:113:15: warning: Either the condition 'u==NULL' is redundant or there is possible null pointer dereference: u. [nullPointerRedundantCheck]
ecryptfs-utils-99/src/utils/mount.ecryptfs_private.c:114:8: note: Assuming that condition 'u==NULL' is not redundant
ecryptfs-utils-99/src/utils/mount.ecryptfs_private.c:113:15: note: Null pointer dereference
ecryptfs-utils-99/src/utils/mount.ecryptfs_private.c:111:7: style: The scope of the variable 'c' can be reduced. [variableScope]
ecryptfs-utils-99/src/utils/mount.ecryptfs_private.c:98:1: style: Label 'out' is not used. [unusedLabel]
ecryptfs-utils-99/src/utils/mount.ecryptfs_private.c:157:3: error: Resource leak: fh [resourceLeak]
ecryptfs-utils-99/src/utils/mount.ecryptfs_private.c:176:0: error: Memory leak: sig [memleak]
ecryptfs-utils-99/src/utils/test.c:334:3: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
ecryptfs-utils-99/src/utils/test.c:332:3: note: Variable 'rc' is reassigned a value before the old one has been used.
ecryptfs-utils-99/src/utils/test.c:334:3: note: Variable 'rc' is reassigned a value before the old one has been used.
ecryptfs-utils-99/src/utils/test.c:470:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ecryptfs-utils-99/src/utils/test.c:164:16: style: union member 'Anonymous0::lower_file' is never used. [unusedStructMember]
ecryptfs-utils-99/src/utils/test.c:165:29: style: union member 'Anonymous0::wbc' is never used. [unusedStructMember]
ecryptfs-utils-99/src/utils/umount.ecryptfs.c:144:3: warning: Either the condition '!new_argv' is redundant or there is possible null pointer dereference: new_argv. [nullPointerRedundantCheck]
ecryptfs-utils-99/src/utils/umount.ecryptfs.c:145:6: note: Assuming that condition '!new_argv' is not redundant
ecryptfs-utils-99/src/utils/umount.ecryptfs.c:144:3: note: Null pointer dereference
ecryptfs-utils-99/tests/kernel/directory-concurrent/test.c:152:9: style: Unused variable: j [unusedVariable]
ecryptfs-utils-99/tests/kernel/extend-file-random/test.c:51:3: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
ecryptfs-utils-99/tests/kernel/extend-file-random/test.c:67:3: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
ecryptfs-utils-99/tests/kernel/extend-file-random/test.c:173:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
ecryptfs-utils-99/tests/kernel/inode-race-stat/test.c:349:9: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
ecryptfs-utils-99/tests/kernel/inotify/test.c:103:6: style: The scope of the variable 'len' can be reduced. [variableScope]
ecryptfs-utils-99/tests/kernel/trunc-file/test.c:43:10: style: The scope of the variable 'n' can be reduced. [variableScope]
ecryptfs-utils-99/tests/kernel/trunc-file/test.c:59:10: style: The scope of the variable 'n' can be reduced. [variableScope]
ecryptfs-utils-99/tests/kernel/trunc-file/test.c:257:6: style: Unused variable: i [unusedVariable]
ecryptfs-utils-99/tests/kernel/trunc-file/test.c:258:6: style: Unused variable: ret [unusedVariable]
[17:18]

ftp://ftp.se.debian.org/debian/pool/main/e/ed/ed_1.6.orig.tar.gz
ed-1.6/carg_parser.c:169:9: style: The scope of the variable 'i' can be reduced. [variableScope]
ed-1.6/carg_parser.c:216:7: style: The scope of the variable 'i' can be reduced. [variableScope]
ed-1.6/io.c:272:21: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
ed-1.6/io.c:330:21: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
ed-1.6/io.c:240:18: style: Opposite expression on both sides of '&&'. [oppositeExpression]
ed-1.6/io.c:240:18: note: Opposite expression on both sides of '&&'.
ed-1.6/io.c:240:18: note: Opposite expression on both sides of '&&'.
ed-1.6/io.c:264:0: error: Resource leak: fp [resourceLeak]
ed-1.6/io.c:322:0: error: Resource leak: fp [resourceLeak]
ed-1.6/main_loop.c:235:24: style: Same expression on both sides of '==' because the value of 'ch' and '**ibufpp' are the same. [duplicateExpression]
ed-1.6/main_loop.c:206:30: note: 'ch' is assigned value '**ibufpp' here.
ed-1.6/main_loop.c:235:24: note: Same expression on both sides of '==' because the value of 'ch' and '**ibufpp' are the same.
ed-1.6/regex.c:121:59: style: Same expression on both sides of '==' because the value of '**ibufpp' and 'delimiter' are the same. [duplicateExpression]
ed-1.6/regex.c:116:26: note: 'delimiter' is assigned value '**ibufpp' here.
ed-1.6/regex.c:121:59: note: Same expression on both sides of '==' because the value of '**ibufpp' and 'delimiter' are the same.
ed-1.6/regex.c:167:16: style: Same expression on both sides of '==' because the value of '**ibufpp' and 'delimiter' are the same. [duplicateExpression]
ed-1.6/regex.c:161:26: note: 'delimiter' is assigned value '**ibufpp' here.
ed-1.6/regex.c:167:16: note: Same expression on both sides of '==' because the value of '**ibufpp' and 'delimiter' are the same.
ed-1.6/regex.c:197:19: style: Same expression on both sides of '!=' because the value of '**ibufpp' and 'delimiter' are the same. [duplicateExpression]
ed-1.6/regex.c:188:26: note: 'delimiter' is assigned value '**ibufpp' here.
ed-1.6/regex.c:197:19: note: Same expression on both sides of '!=' because the value of '**ibufpp' and 'delimiter' are the same.
ed-1.6/regex.c:226:16: style: Same expression on both sides of '==' because the value of '**ibufpp' and 'delimiter' are the same. [duplicateExpression]
ed-1.6/regex.c:220:26: note: 'delimiter' is assigned value '**ibufpp' here.
ed-1.6/regex.c:226:16: note: Same expression on both sides of '==' because the value of '**ibufpp' and 'delimiter' are the same.
ed-1.6/regex.c:69:11: style: The scope of the variable 'd' can be reduced. [variableScope]
ed-1.6/regex.c:187:8: style: The scope of the variable 'c' can be reduced. [variableScope]
ed-1.6/signal.c:45:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
ed-1.6/signal.c:100:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
[17:18]

ftp://ftp.se.debian.org/debian/pool/main/e/ed2k-hash/ed2k-hash_0.3.3+deb2.orig.tar.gz
ed2k_hash-0.3.3/ed2k_hash/cl_ui.c:66:10: style: The scope of the variable 'args' can be reduced. [variableScope]
ed2k_hash-0.3.3/ed2k_hash/cl_ui.c:97:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ed2k_hash-0.3.3/ed2k_hash/main.c:229:15: style: Unused variable: filestat [unusedVariable]
ed2k_hash-0.3.3/ed2k_hash/options.c:51:8: style: The scope of the variable 'compound_args' can be reduced. [variableScope]
ed2k_hash-0.3.3/ed2k_hash/options.c:64:3: style: Variable 'compound_args' is assigned a value that is never used. [unreadVariable]
ed2k_hash-0.3.3/ed2k_hash/processfile.c:298:3: error: Resource leak: f [resourceLeak]
ed2k_hash-0.3.3/ed2k_hash/processfile.c:305:3: error: Resource leak: f [resourceLeak]
ed2k_hash-0.3.3/ed2k_hash/processfile.c:405:3: error: Resource leak: file [resourceLeak]
ed2k_hash-0.3.3/ed2k_hash/processfile.c:409:3: error: Resource leak: file [resourceLeak]
[17:18]

ftp://ftp.se.debian.org/debian/pool/main/e/edac-utils/edac-utils_0.18.orig.tar.gz
grondo-edac-utils-ea4d2e7/src/lib/libedac.c:554:26: style: The scope of the variable 'dev' can be reduced. [variableScope]
grondo-edac-utils-ea4d2e7/src/lib/libedac.c:210:63: style: Function 'edac_error_totals' argument 2 names different: declaration 'totals' definition 'tot'. [funcArgNamesDifferent]
grondo-edac-utils-ea4d2e7/src/lib/edac.h:169:64: note: Function 'edac_error_totals' argument 2 names different: declaration 'totals' definition 'tot'.
grondo-edac-utils-ea4d2e7/src/lib/libedac.c:210:63: note: Function 'edac_error_totals' argument 2 names different: declaration 'totals' definition 'tot'.
grondo-edac-utils-ea4d2e7/src/util/edac-util.c:317:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
grondo-edac-utils-ea4d2e7/src/util/edac-util.c:221:11: style: The scope of the variable 'c' can be reduced. [variableScope]
grondo-edac-utils-ea4d2e7/src/util/edac-util.c:193:50: style: Function 'prog_ctx_init' argument 2 names different: declaration 'progname' definition 'prog'. [funcArgNamesDifferent]
grondo-edac-utils-ea4d2e7/src/util/edac-util.c:128:61: note: Function 'prog_ctx_init' argument 2 names different: declaration 'progname' definition 'prog'.
grondo-edac-utils-ea4d2e7/src/util/edac-util.c:193:50: note: Function 'prog_ctx_init' argument 2 names different: declaration 'progname' definition 'prog'.
grondo-edac-utils-ea4d2e7/src/util/edac-util.c:713:28: style: Function 'log_fatal' argument 1 names different: declaration 'errnum' definition 'rc'. [funcArgNamesDifferent]
grondo-edac-utils-ea4d2e7/src/util/edac-util.c:144:28: note: Function 'log_fatal' argument 1 names different: declaration 'errnum' definition 'rc'.
grondo-edac-utils-ea4d2e7/src/util/edac-util.c:713:28: note: Function 'log_fatal' argument 1 names different: declaration 'errnum' definition 'rc'.
grondo-edac-utils-ea4d2e7/src/util/list.c:410:20: style: The scope of the variable 'ppPrev' can be reduced. [variableScope]
grondo-edac-utils-ea4d2e7/src/util/list.c:410:29: style: The scope of the variable 'ppPos' can be reduced. [variableScope]
grondo-edac-utils-ea4d2e7/src/util/list.c:785:12: style: The scope of the variable 'plast' can be reduced. [variableScope]
grondo-edac-utils-ea4d2e7/src/util/list.c:235:21: warning: Assert statement modifies 'magic'. [assignmentInAssert]
grondo-edac-utils-ea4d2e7/src/util/list.c:253:25: warning: Assert statement modifies 'magic'. [assignmentInAssert]
grondo-edac-utils-ea4d2e7/src/util/list.c:265:21: warning: Assert statement modifies 'magic'. [assignmentInAssert]
grondo-edac-utils-ea4d2e7/src/util/list.c:537:21: warning: Assert statement modifies 'magic'. [assignmentInAssert]
grondo-edac-utils-ea4d2e7/src/util/list.c:574:21: warning: Assert statement modifies 'magic'. [assignmentInAssert]
grondo-edac-utils-ea4d2e7/src/util/list.c:806:5: error: Memory leak: pfree [memleak]
[17:18]

ftp://ftp.se.debian.org/debian/pool/main/e/edb/edb_1.31.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/edb-debugger/edb-debugger_0.9.21.orig.tar.gz
edb-debugger-0.9.21/plugins/Analyzer/OptionsPage.h:32:2: style: Class 'OptionsPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edb-debugger-0.9.21/plugins/Analyzer/SpecifiedFunctions.h:36:2: style: Class 'SpecifiedFunctions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edb-debugger-0.9.21/plugins/Assembler/DialogAssembler.h:34:2: style: Class 'DialogAssembler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edb-debugger-0.9.21/plugins/Assembler/OptionsPage.h:32:2: style: Class 'OptionsPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edb-debugger-0.9.21/plugins/BinaryInfo/DialogHeader.h:37:2: style: Class 'DialogHeader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edb-debugger-0.9.21/plugins/BinaryInfo/ELF32.h:29:2: style: Class 'ELF32' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edb-debugger-0.9.21/plugins/BinaryInfo/ELF64.h:29:2: style: Class 'ELF64' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edb-debugger-0.9.21/plugins/BinaryInfo/PE32.h:29:2: style: Class 'PE32' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edb-debugger-0.9.21/plugins/BinaryInfo/OptionsPage.h:35:2: style: Class 'OptionsPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edb-debugger-0.9.21/plugins/BinarySearcher/DialogASCIIString.h:34:2: style: Class 'DialogASCIIString' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edb-debugger-0.9.21/plugins/BinarySearcher/DialogBinaryString.h:34:2: style: Class 'DialogBinaryString' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edb-debugger-0.9.21/plugins/BreakpointManager/DialogBreakpoints.h:32:2: style: Class 'DialogBreakpoints' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edb-debugger-0.9.21/plugins/CheckVersion/OptionsPage.h:32:2: style: Class 'OptionsPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edb-debugger-0.9.21/plugins/DebuggerCore/Breakpoint.h:40:15: warning: Virtual function 'enable' is called from constructor 'Breakpoint(edb::address_t address)' at line 34. Dynamic binding is not used. [virtualCallInConstructor]
edb-debugger-0.9.21/plugins/DebuggerCore/Breakpoint.cpp:34:6: note: Calling enable
edb-debugger-0.9.21/plugins/DebuggerCore/Breakpoint.h:40:15: note: enable is a virtual method
edb-debugger-0.9.21/plugins/DebuggerCore/Breakpoint.h:41:15: warning: Virtual function 'disable' is called from destructor '~Breakpoint()' at line 44. Dynamic binding is not used. [virtualCallInConstructor]
edb-debugger-0.9.21/plugins/DebuggerCore/Breakpoint.cpp:44:2: note: Calling disable
edb-debugger-0.9.21/plugins/DebuggerCore/Breakpoint.h:41:15: note: disable is a virtual method
edb-debugger-0.9.21/plugins/DebuggerCore/Breakpoint.h:28:2: style: Class 'Breakpoint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edb-debugger-0.9.21/plugins/DebuggerCore/unix/freebsd/DebuggerCore.cpp:282:49: style: Variable 'state_impl' is assigned a value that is never used. [unreadVariable]
edb-debugger-0.9.21/plugins/DebuggerCore/unix/freebsd/DebuggerCore.cpp:547:7: style: Variable 'buf' is not assigned a value. [unassignedVariable]
edb-debugger-0.9.21/plugins/DebuggerCore/unix/freebsd/DebuggerCore.cpp:73:2: performance: Variable 'page_size_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
edb-debugger-0.9.21/plugins/DebuggerCore/unix/freebsd/DebuggerCore.h:42:15: warning: Virtual function 'detach' is called from destructor '~DebuggerCore()' at line 98. Dynamic binding is not used. [virtualCallInConstructor]
edb-debugger-0.9.21/plugins/DebuggerCore/unix/freebsd/DebuggerCore.cpp:98:2: note: Calling detach
edb-debugger-0.9.21/plugins/DebuggerCore/unix/freebsd/DebuggerCore.h:42:15: note: detach is a virtual method
edb-debugger-0.9.21/plugins/DebuggerCore/unix/freebsd/DebuggerCore.h:96:3: style: Struct 'thread_info' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edb-debugger-0.9.21/plugins/DebuggerCore/unix/linux/DebuggerCore.cpp:670:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
edb-debugger-0.9.21/plugins/DebuggerCore/unix/linux/PlatformProcess.cpp:456:16: style: The scope of the variable 'totalHash' can be reduced. [variableScope]
edb-debugger-0.9.21/plugins/DebuggerCore/unix/linux/PlatformProcess.cpp:57:6: style: struct member 'r_debug::r_version' is never used. [unusedStructMember]
edb-debugger-0.9.21/plugins/DebuggerCore/unix/linux/PlatformState.cpp:151:61: style: Function 'RIndexToSTIndex' argument 1 names different: declaration 'index' definition 'n'. [funcArgNamesDifferent]
edb-debugger-0.9.21/plugins/DebuggerCore/unix/linux/PlatformState.h:367:43: note: Function 'RIndexToSTIndex' argument 1 names different: declaration 'index' definition 'n'.
edb-debugger-0.9.21/plugins/DebuggerCore/unix/linux/PlatformState.cpp:151:61: note: Function 'RIndexToSTIndex' argument 1 names different: declaration 'index' definition 'n'.
edb-debugger-0.9.21/plugins/DebuggerCore/unix/linux/PlatformState.cpp:157:61: style: Function 'STIndexToRIndex' argument 1 names different: declaration 'index' definition 'n'. [funcArgNamesDifferent]
edb-debugger-0.9.21/plugins/DebuggerCore/unix/linux/PlatformState.h:368:43: note: Function 'STIndexToRIndex' argument 1 names different: declaration 'index' definition 'n'.
edb-debugger-0.9.21/plugins/DebuggerCore/unix/linux/PlatformState.cpp:157:61: note: Function 'STIndexToRIndex' argument 1 names different: declaration 'index' definition 'n'.
edb-debugger-0.9.21/plugins/DebuggerCore/unix/linux/PlatformState.h:342:8: style: Technically the member function 'DebuggerCore::PlatformState::AVX::setYMM' can be const. [functionConst]
edb-debugger-0.9.21/plugins/DebuggerCore/unix/linux/PlatformState.cpp:678:26: note: Technically the member function 'DebuggerCore::PlatformState::AVX::setYMM' can be const.
edb-debugger-0.9.21/plugins/DebuggerCore/unix/linux/PlatformState.h:342:8: note: Technically the member function 'DebuggerCore::PlatformState::AVX::setYMM' can be const.
edb-debugger-0.9.21/plugins/DebuggerCore/unix/linux/PlatformState.h:294:15: warning: Virtual function 'clear' is called from constructor 'PlatformState()' at line 732. Dynamic binding is not used. [virtualCallInConstructor]
edb-debugger-0.9.21/plugins/DebuggerCore/unix/linux/PlatformState.cpp:732:2: note: Calling clear
edb-debugger-0.9.21/plugins/DebuggerCore/unix/linux/PlatformState.h:294:15: note: clear is a virtual method
edb-debugger-0.9.21/plugins/DebuggerCore/unix/linux/detect/proc-pid-mem-write.cpp:59:11: style: Technically the member function 'File::operatorbool' can be const. [functionConst]
edb-debugger-0.9.21/plugins/DebuggerCore/unix/linux/detect/proc-pid-mem-write.cpp:32:2: style: Class 'File' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edb-debugger-0.9.21/plugins/DebuggerCore/unix/openbsd/DebuggerCore.cpp:720:7: style: Variable 'buf' is not assigned a value. [unassignedVariable]
edb-debugger-0.9.21/plugins/DebuggerCore/unix/openbsd/DebuggerCore.cpp:170:2: performance: Variable 'page_size_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
edb-debugger-0.9.21/plugins/DebuggerCore/unix/openbsd/DebuggerCore.h:42:15: warning: Virtual function 'detach' is called from destructor '~DebuggerCore()' at line 195. Dynamic binding is not used. [virtualCallInConstructor]
edb-debugger-0.9.21/plugins/DebuggerCore/unix/openbsd/DebuggerCore.cpp:195:2: note: Calling detach
edb-debugger-0.9.21/plugins/DebuggerCore/unix/openbsd/DebuggerCore.h:42:15: note: detach is a virtual method
edb-debugger-0.9.21/plugins/DebuggerCore/unix/openbsd/DebuggerCore.h:96:3: style: Struct 'thread_info' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edb-debugger-0.9.21/plugins/DebuggerCore/unix/osx/DebuggerCore.cpp:134:7: style: Variable 'x' is not assigned a value. [unassignedVariable]
edb-debugger-0.9.21/plugins/DebuggerCore/unix/osx/DebuggerCore.cpp:740:7: style: Variable 'buf' is not assigned a value. [unassignedVariable]
edb-debugger-0.9.21/plugins/DebuggerCore/unix/osx/DebuggerCore.cpp:63:2: performance: Variable 'page_size_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
edb-debugger-0.9.21/plugins/DebuggerCore/unix/osx/DebuggerCore.h:42:15: warning: Virtual function 'detach' is called from destructor '~DebuggerCore()' at line 71. Dynamic binding is not used. [virtualCallInConstructor]
edb-debugger-0.9.21/plugins/DebuggerCore/unix/osx/DebuggerCore.cpp:71:2: note: Calling detach
edb-debugger-0.9.21/plugins/DebuggerCore/unix/osx/DebuggerCore.h:42:15: note: detach is a virtual method
edb-debugger-0.9.21/plugins/DebuggerCore/unix/osx/DebuggerCore.h:96:3: style: Struct 'thread_info' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edb-debugger-0.9.21/plugins/DebuggerCore/win32/DebuggerCore.cpp:951:7: style: Variable 'buf' is not assigned a value. [unassignedVariable]
edb-debugger-0.9.21/plugins/DebuggerCore/win32/DebuggerCore.cpp:120:4: performance: Variable 'handle_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
edb-debugger-0.9.21/plugins/DebuggerCore/win32/DebuggerCore.h:42:15: warning: Virtual function 'detach' is called from destructor '~DebuggerCore()' at line 237. Dynamic binding is not used. [virtualCallInConstructor]
edb-debugger-0.9.21/plugins/DebuggerCore/win32/DebuggerCore.cpp:237:2: note: Calling detach
edb-debugger-0.9.21/plugins/DebuggerCore/win32/DebuggerCore.h:42:15: note: detach is a virtual method
edb-debugger-0.9.21/plugins/DumpState/OptionsPage.h:32:2: style: Class 'OptionsPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edb-debugger-0.9.21/plugins/FunctionFinder/DialogFunctions.h:36:2: style: Class 'DialogFunctions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edb-debugger-0.9.21/plugins/HardwareBreakpoints/DialogHWBreakpoints.h:35:2: style: Class 'DialogHWBreakpoints' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edb-debugger-0.9.21/plugins/HardwareBreakpoints/HardwareBreakpoints.cpp:37:0: error: #error "Unsupported Platform" [preprocessorErrorDirective]
edb-debugger-0.9.21/plugins/HeapAnalyzer/DialogHeap.cpp:383:0: error: #error "Unsupported Platform" [preprocessorErrorDirective]
edb-debugger-0.9.21/plugins/HeapAnalyzer/ResultViewModel.h:45:2: style: Class 'ResultViewModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edb-debugger-0.9.21/plugins/HeapAnalyzer/DialogHeap.h:38:2: style: Class 'DialogHeap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edb-debugger-0.9.21/plugins/ODbgRegisterView/DialogEditFPU.cpp:58:47: style: Function 'set_value' argument 1 names different: declaration 'reg' definition 'newReg'. [funcArgNamesDifferent]
edb-debugger-0.9.21/plugins/ODbgRegisterView/DialogEditFPU.h:23:33: note: Function 'set_value' argument 1 names different: declaration 'reg' definition 'newReg'.
edb-debugger-0.9.21/plugins/ODbgRegisterView/DialogEditFPU.cpp:58:47: note: Function 'set_value' argument 1 names different: declaration 'reg' definition 'newReg'.
edb-debugger-0.9.21/plugins/ODbgRegisterView/DialogEditFPU.h:21:2: style: Class 'DialogEditFPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edb-debugger-0.9.21/plugins/ODbgRegisterView/Float80Edit.h:11:2: style: Class 'Float80Edit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edb-debugger-0.9.21/plugins/ODbgRegisterView/DialogEditGPR.cpp:248:47: style: Function 'set_value' argument 1 names different: declaration 'reg' definition 'newReg'. [funcArgNamesDifferent]
edb-debugger-0.9.21/plugins/ODbgRegisterView/DialogEditGPR.h:72:33: note: Function 'set_value' argument 1 names different: declaration 'reg' definition 'newReg'.
edb-debugger-0.9.21/plugins/ODbgRegisterView/DialogEditGPR.cpp:248:47: note: Function 'set_value' argument 1 names different: declaration 'reg' definition 'newReg'.
edb-debugger-0.9.21/plugins/ODbgRegisterView/DialogEditGPR.h:70:2: style: Class 'DialogEditGPR' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edb-debugger-0.9.21/plugins/ODbgRegisterView/DialogEditSIMDRegister.cpp:235:54: style: Function 'hideColumns' argument 1 names different: declaration 'preLast' definition 'afterLastToHide'. [funcArgNamesDifferent]
edb-debugger-0.9.21/plugins/ODbgRegisterView/DialogEditSIMDRegister.h:92:31: note: Function 'hideColumns' argument 1 names different: declaration 'preLast' definition 'afterLastToHide'.
edb-debugger-0.9.21/plugins/ODbgRegisterView/DialogEditSIMDRegister.cpp:235:54: note: Function 'hideColumns' argument 1 names different: declaration 'preLast' definition 'afterLastToHide'.
edb-debugger-0.9.21/plugins/ODbgRegisterView/DialogEditSIMDRegister.cpp:282:56: style: Function 'set_value' argument 1 names different: declaration 'value' definition 'newReg'. [funcArgNamesDifferent]
edb-debugger-0.9.21/plugins/ODbgRegisterView/DialogEditSIMDRegister.h:97:33: note: Function 'set_value' argument 1 names different: declaration 'value' definition 'newReg'.
edb-debugger-0.9.21/plugins/ODbgRegisterView/DialogEditSIMDRegister.cpp:282:56: note: Function 'set_value' argument 1 names different: declaration 'value' definition 'newReg'.
edb-debugger-0.9.21/plugins/ODbgRegisterView/DialogEditSIMDRegister.h:96:2: style: Class 'DialogEditSIMDRegister' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edb-debugger-0.9.21/plugins/ODbgRegisterView/GPREdit.cpp:54:79: style: Function 'GPREdit' argument 3 names different: declaration 'format' definition 'newFormat'. [funcArgNamesDifferent]
edb-debugger-0.9.21/plugins/ODbgRegisterView/GPREdit.h:14:71: note: Function 'GPREdit' argument 3 names different: declaration 'format' definition 'newFormat'.
edb-debugger-0.9.21/plugins/ODbgRegisterView/GPREdit.cpp:54:79: note: Function 'GPREdit' argument 3 names different: declaration 'format' definition 'newFormat'.
edb-debugger-0.9.21/plugins/ODbgRegisterView/RegisterView.h:67:3: style: Struct 'RegisterGroupType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edb-debugger-0.9.21/plugins/ODbgRegisterView/RegisterView.h:109:2: style: Class 'Canvas' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edb-debugger-0.9.21/plugins/ODbgRegisterView/RegisterView.h:255:2: style: Class 'BitFieldFormatter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edb-debugger-0.9.21/plugins/ODbgRegisterView/RegisterView.cpp:1503:23: style: Same expression on both sides of '-' because the value of 'fsrRow' and '1' are the same. [duplicateExpression]
edb-debugger-0.9.21/plugins/ODbgRegisterView/RegisterView.cpp:1478:19: note: 'fsrRow' is assigned value '1' here.
edb-debugger-0.9.21/plugins/ODbgRegisterView/RegisterView.cpp:1503:23: note: Same expression on both sides of '-' because the value of 'fsrRow' and '1' are the same.
edb-debugger-0.9.21/plugins/ODbgRegisterView/RegisterView.cpp:1519:22: style: Same expression on both sides of '-' because the value of 'fsrRow' and '1' are the same. [duplicateExpression]
edb-debugger-0.9.21/plugins/ODbgRegisterView/RegisterView.cpp:1478:19: note: 'fsrRow' is assigned value '1' here.
edb-debugger-0.9.21/plugins/ODbgRegisterView/RegisterView.cpp:1519:22: note: Same expression on both sides of '-' because the value of 'fsrRow' and '1' are the same.
edb-debugger-0.9.21/plugins/ODbgRegisterView/RegisterView.cpp:1521:22: style: Same expression on both sides of '-' because the value of 'fsrRow' and '1' are the same. [duplicateExpression]
edb-debugger-0.9.21/plugins/ODbgRegisterView/RegisterView.cpp:1478:19: note: 'fsrRow' is assigned value '1' here.
edb-debugger-0.9.21/plugins/ODbgRegisterView/RegisterView.cpp:1521:22: note: Same expression on both sides of '-' because the value of 'fsrRow' and '1' are the same.
edb-debugger-0.9.21/plugins/ODbgRegisterView/RegisterView.cpp:1539:42: style: Same expression on both sides of '-' because the value of 'fsrRow' and '1' are the same. [duplicateExpression]
edb-debugger-0.9.21/plugins/ODbgRegisterView/RegisterView.cpp:1478:19: note: 'fsrRow' is assigned value '1' here.
edb-debugger-0.9.21/plugins/ODbgRegisterView/RegisterView.cpp:1539:42: note: Same expression on both sides of '-' because the value of 'fsrRow' and '1' are the same.
edb-debugger-0.9.21/plugins/ODbgRegisterView/RegisterView.cpp:151:54: style: Function 'operator()' argument 1 names different: declaration 'text' definition 'str'. [funcArgNamesDifferent]
edb-debugger-0.9.21/plugins/ODbgRegisterView/RegisterView.h:256:36: note: Function 'operator()' argument 1 names different: declaration 'text' definition 'str'.
edb-debugger-0.9.21/plugins/ODbgRegisterView/RegisterView.cpp:151:54: note: Function 'operator()' argument 1 names different: declaration 'text' definition 'str'.
edb-debugger-0.9.21/plugins/ODbgRegisterView/RegisterView.cpp:1077:39: style: Function 'ODBRegView' argument 1 names different: declaration 'settings' definition 'settingsGroup'. [funcArgNamesDifferent]
edb-debugger-0.9.21/plugins/ODbgRegisterView/RegisterView.h:80:28: note: Function 'ODBRegView' argument 1 names different: declaration 'settings' definition 'settingsGroup'.
edb-debugger-0.9.21/plugins/ODbgRegisterView/RegisterView.cpp:1077:39: note: Function 'ODBRegView' argument 1 names different: declaration 'settings' definition 'settingsGroup'.
edb-debugger-0.9.21/plugins/ODbgRegisterView/RegisterView.cpp:1223:43: style: Function 'saveState' argument 1 names different: declaration 'settings' definition 'settingsGroup'. [funcArgNamesDifferent]
edb-debugger-0.9.21/plugins/ODbgRegisterView/RegisterView.h:85:32: note: Function 'saveState' argument 1 names different: declaration 'settings' definition 'settingsGroup'.
edb-debugger-0.9.21/plugins/ODbgRegisterView/RegisterView.cpp:1223:43: note: Function 'saveState' argument 1 names different: declaration 'settings' definition 'settingsGroup'.
edb-debugger-0.9.21/plugins/ODbgRegisterView/RegisterView.cpp:2107:44: style: Function 'showAsInt' argument 1 names different: declaration 'size' definition 'size_'. [funcArgNamesDifferent]
edb-debugger-0.9.21/plugins/ODbgRegisterView/RegisterView.h:314:21: note: Function 'showAsInt' argument 1 names different: declaration 'size' definition 'size_'.
edb-debugger-0.9.21/plugins/ODbgRegisterView/RegisterView.cpp:2107:44: note: Function 'showAsInt' argument 1 names different: declaration 'size' definition 'size_'.
edb-debugger-0.9.21/plugins/ODbgRegisterView/RegisterView.cpp:2129:41: style: Function 'setIntFormat' argument 1 names different: declaration 'format' definition 'format_'. [funcArgNamesDifferent]
edb-debugger-0.9.21/plugins/ODbgRegisterView/RegisterView.h:316:24: note: Function 'setIntFormat' argument 1 names different: declaration 'format' definition 'format_'.
edb-debugger-0.9.21/plugins/ODbgRegisterView/RegisterView.cpp:2129:41: note: Function 'setIntFormat' argument 1 names different: declaration 'format' definition 'format_'.
edb-debugger-0.9.21/plugins/ODbgRegisterView/RegisterView.cpp:1714:11: style: Variable 'column' is assigned a value that is never used. [unreadVariable]
edb-debugger-0.9.21/plugins/ODbgRegisterView/RegisterView.cpp:1822:12: style: Variable 'column' is assigned a value that is never used. [unreadVariable]
edb-debugger-0.9.21/plugins/ODbgRegisterView/RegisterView.cpp:703:12: error: Member variable 'commentWidget' is initialized by itself. [selfInitialization]
edb-debugger-0.9.21/plugins/ODbgRegisterView/RegisterView.cpp:704:38: error: Member variable 'row' is initialized by itself. [selfInitialization]
edb-debugger-0.9.21/plugins/ODbgRegisterView/RegisterView.cpp:705:18: error: Member variable 'column' is initialized by itself. [selfInitialization]
edb-debugger-0.9.21/plugins/ODbgRegisterView/RegisterView.cpp:706:24: error: Member variable 'tagValueIndex' is initialized by itself. [selfInitialization]
edb-debugger-0.9.21/plugins/OpcodeSearcher/DialogOpcodes.h:39:2: style: Class 'DialogOpcodes' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edb-debugger-0.9.21/plugins/ProcessProperties/DialogProcessProperties.h:34:2: style: Class 'DialogProcessProperties' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edb-debugger-0.9.21/plugins/ProcessProperties/DialogStrings.h:36:2: style: Class 'DialogStrings' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edb-debugger-0.9.21/plugins/ROPTool/DialogROPTool.h:44:2: style: Class 'ResultFilterProxy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edb-debugger-0.9.21/plugins/ROPTool/DialogROPTool.h:78:2: style: Class 'DialogROPTool' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edb-debugger-0.9.21/plugins/References/DialogReferences.h:36:2: style: Class 'DialogReferences' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edb-debugger-0.9.21/plugins/SymbolViewer/DialogSymbolViewer.h:38:2: style: Class 'DialogSymbolViewer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edb-debugger-0.9.21/src/CommentServer.h:31:2: style: Class 'CommentServer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edb-debugger-0.9.21/src/DataViewInfo.cpp:26:68: style: Class 'DataViewInfo' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
edb-debugger-0.9.21/src/DataViewInfo.cpp:26:68: style: Class 'DataViewInfo' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
edb-debugger-0.9.21/src/RegionBuffer.h:28:2: style: Class 'RegionBuffer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edb-debugger-0.9.21/src/Debugger.cpp:2647:14: style: The scope of the variable 'show_path_notice' can be reduced. [variableScope]
edb-debugger-0.9.21/src/Debugger.cpp:2325:91: style: Function 'do_jump_to_address' argument 3 names different: declaration 'scroll_to' definition 'scrollTo'. [funcArgNamesDifferent]
edb-debugger-0.9.21/src/Debugger.h:249:82: note: Function 'do_jump_to_address' argument 3 names different: declaration 'scroll_to' definition 'scrollTo'.
edb-debugger-0.9.21/src/Debugger.cpp:2325:91: note: Function 'do_jump_to_address' argument 3 names different: declaration 'scroll_to' definition 'scrollTo'.
edb-debugger-0.9.21/src/Debugger.cpp:2886:39: style: Function 'execute' argument 1 names different: declaration 's' definition 'program'. [funcArgNamesDifferent]
edb-debugger-0.9.21/src/Debugger.h:96:30: note: Function 'execute' argument 1 names different: declaration 's' definition 'program'.
edb-debugger-0.9.21/src/Debugger.cpp:2886:39: note: Function 'execute' argument 1 names different: declaration 's' definition 'program'.
edb-debugger-0.9.21/src/Debugger.h:61:2: style: Class 'Debugger' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edb-debugger-0.9.21/src/DialogAbout.h:30:2: style: Class 'DialogAbout' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edb-debugger-0.9.21/src/DialogArguments.h:30:2: style: Class 'DialogArguments' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edb-debugger-0.9.21/src/DialogAttach.h:35:2: style: Class 'DialogAttach' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edb-debugger-0.9.21/src/DialogMemoryRegions.h:33:2: style: Class 'DialogMemoryRegions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edb-debugger-0.9.21/src/DialogOptions.h:31:2: style: Class 'DialogOptions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edb-debugger-0.9.21/src/ProcessModel.h:40:2: style: Class 'ProcessModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edb-debugger-0.9.21/src/DialogInputBinaryString.h:33:2: style: Class 'DialogInputBinaryString' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edb-debugger-0.9.21/src/DialogInputValue.h:32:2: style: Class 'DialogInputValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edb-debugger-0.9.21/src/PluginModel.h:38:2: style: Class 'PluginModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edb-debugger-0.9.21/src/DialogPlugins.h:42:25: style: Class 'DialogPlugins' is unsafe, 'DialogPlugins::plugin_filter_' can leak by wrong usage. [unsafeClassCanLeak]
edb-debugger-0.9.21/src/FixedFontSelector.h:29:2: style: Class 'FixedFontSelector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edb-debugger-0.9.21/src/MD5.h:61:2: warning: Member variable 'MD5::message_block_index_' is not initialized in the constructor. [uninitMemberVarPrivate]
edb-debugger-0.9.21/src/MD5.h:61:2: warning: Member variable 'MD5::corrupted_' is not initialized in the constructor. [uninitMemberVarPrivate]
edb-debugger-0.9.21/src/MD5.h:61:2: style: Class 'MD5' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edb-debugger-0.9.21/src/RegisterViewModelBase.cpp:236:27: warning: Either the condition '!simdCat' is redundant or there is possible null pointer dereference: simdCat. [nullPointerRedundantCheck]
edb-debugger-0.9.21/src/RegisterViewModelBase.cpp:235:6: note: Assuming that condition '!simdCat' is not redundant
edb-debugger-0.9.21/src/RegisterViewModelBase.cpp:236:27: note: Null pointer dereference
edb-debugger-0.9.21/src/RegisterViewModelBase.cpp:242:27: warning: Either the condition '!simdCat' is redundant or there is possible null pointer dereference: simdCat. [nullPointerRedundantCheck]
edb-debugger-0.9.21/src/RegisterViewModelBase.cpp:241:6: note: Assuming that condition '!simdCat' is not redundant
edb-debugger-0.9.21/src/RegisterViewModelBase.cpp:242:27: note: Null pointer dereference
edb-debugger-0.9.21/src/RegisterViewModelBase.cpp:248:10: warning: Either the condition '!simdCat' is redundant or there is possible null pointer dereference: simdCat. [nullPointerRedundantCheck]
edb-debugger-0.9.21/src/RegisterViewModelBase.cpp:247:6: note: Assuming that condition '!simdCat' is not redundant
edb-debugger-0.9.21/src/RegisterViewModelBase.cpp:248:10: note: Null pointer dereference
edb-debugger-0.9.21/src/RegisterViewModelBase.cpp:277:10: warning: Either the condition '!simdCat' is redundant or there is possible null pointer dereference: simdCat. [nullPointerRedundantCheck]
edb-debugger-0.9.21/src/RegisterViewModelBase.cpp:276:6: note: Assuming that condition '!simdCat' is not redundant
edb-debugger-0.9.21/src/RegisterViewModelBase.cpp:277:10: note: Null pointer dereference
edb-debugger-0.9.21/src/RegisterViewModelBase.cpp:290:30: warning: Either the condition '!simdCat' is redundant or there is possible null pointer dereference: simdCat. [nullPointerRedundantCheck]
edb-debugger-0.9.21/src/RegisterViewModelBase.cpp:289:6: note: Assuming that condition '!simdCat' is not redundant
edb-debugger-0.9.21/src/RegisterViewModelBase.cpp:290:30: note: Null pointer dereference
edb-debugger-0.9.21/src/RegisterViewModelBase.cpp:316:10: warning: Either the condition '!bitField' is redundant or there is possible null pointer dereference: bitField. [nullPointerRedundantCheck]
edb-debugger-0.9.21/src/RegisterViewModelBase.cpp:315:6: note: Assuming that condition '!bitField' is not redundant
edb-debugger-0.9.21/src/RegisterViewModelBase.cpp:316:10: note: Null pointer dereference
edb-debugger-0.9.21/src/RegisterViewModelBase.cpp:322:10: warning: Either the condition '!bitField' is redundant or there is possible null pointer dereference: bitField. [nullPointerRedundantCheck]
edb-debugger-0.9.21/src/RegisterViewModelBase.cpp:321:6: note: Assuming that condition '!bitField' is not redundant
edb-debugger-0.9.21/src/RegisterViewModelBase.cpp:322:10: note: Null pointer dereference
edb-debugger-0.9.21/src/arch/x86-generic/ArchProcessor.cpp:1299:25: style: Variable 'rax' is assigned a value that is never used. [unreadVariable]
edb-debugger-0.9.21/src/arch/x86-generic/RegisterViewModel.cpp:334:42: style: Function 'RegisterViewModel' argument 1 names different: declaration 'CPUFeaturesPresent' definition 'cpuSuppFlags'. [funcArgNamesDifferent]
edb-debugger-0.9.21/src/arch/x86-generic/RegisterViewModel.h:40:24: note: Function 'RegisterViewModel' argument 1 names different: declaration 'CPUFeaturesPresent' definition 'cpuSuppFlags'.
edb-debugger-0.9.21/src/arch/x86-generic/RegisterViewModel.cpp:334:42: note: Function 'RegisterViewModel' argument 1 names different: declaration 'CPUFeaturesPresent' definition 'cpuSuppFlags'.
edb-debugger-0.9.21/src/arch/x86-generic/RegisterViewModel.cpp:681:44: style: Function 'setCPUMode' argument 1 names different: declaration 'mode' definition 'newMode'. [funcArgNamesDifferent]
edb-debugger-0.9.21/src/arch/x86-generic/RegisterViewModel.h:42:26: note: Function 'setCPUMode' argument 1 names different: declaration 'mode' definition 'newMode'.
edb-debugger-0.9.21/src/arch/x86-generic/RegisterViewModel.cpp:681:44: note: Function 'setCPUMode' argument 1 names different: declaration 'mode' definition 'newMode'.
edb-debugger-0.9.21/src/capstone-edb/Instruction.cpp:705:60: warning: Missing bounds check for extra iterator increment in loop. [StlMissingComparison]
edb-debugger-0.9.21/src/capstone-edb/Instruction.cpp:724:18: note: Missing bounds check for extra iterator increment in loop.
edb-debugger-0.9.21/src/capstone-edb/Instruction.cpp:705:60: note: Missing bounds check for extra iterator increment in loop.
edb-debugger-0.9.21/src/graph/GraphicsScene.h:27:2: style: Class 'GraphicsScene' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edb-debugger-0.9.21/src/qhexview/qhexview.cpp:703:15: style: Condition 'x>=vertline2()' is always true [knownConditionTrueFalse]
edb-debugger-0.9.21/src/qhexview/qhexview.cpp:171:37: style: Function 'setFont' argument 1 names different: declaration 'font' definition 'f'. [funcArgNamesDifferent]
edb-debugger-0.9.21/src/qhexview/qhexview.h:76:28: note: Function 'setFont' argument 1 names different: declaration 'font' definition 'f'.
edb-debugger-0.9.21/src/qhexview/qhexview.cpp:171:37: note: Function 'setFont' argument 1 names different: declaration 'font' definition 'f'.
edb-debugger-0.9.21/src/qhexview/qhexview.h:53:2: style: Class 'QHexView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edb-debugger-0.9.21/src/qjson4/QJsonValue.h:49:2: style: Class 'QJsonValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edb-debugger-0.9.21/src/qjson4/QJsonValue.h:50:2: style: Class 'QJsonValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edb-debugger-0.9.21/src/qjson4/QJsonValue.h:51:2: style: Class 'QJsonValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edb-debugger-0.9.21/src/qjson4/QJsonValue.h:52:2: style: Class 'QJsonValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edb-debugger-0.9.21/src/qjson4/QJsonValue.h:53:2: style: Class 'QJsonValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edb-debugger-0.9.21/src/qjson4/QJsonValue.h:54:2: style: Class 'QJsonValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edb-debugger-0.9.21/src/qjson4/QJsonValue.h:55:2: style: Class 'QJsonValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edb-debugger-0.9.21/src/qjson4/QJsonValue.h:57:2: style: Class 'QJsonValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edb-debugger-0.9.21/src/qjson4/QJsonValue.h:59:2: style: Class 'QJsonValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edb-debugger-0.9.21/src/qjson4/QJsonValue.h:60:2: style: Class 'QJsonValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edb-debugger-0.9.21/src/qjson4/QJsonArray.h:124:21: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
edb-debugger-0.9.21/src/qjson4/QJsonRoot.h:37:21: note: Virtual function in base class
edb-debugger-0.9.21/src/qjson4/QJsonArray.h:124:21: note: Function in derived class
edb-debugger-0.9.21/src/qjson4/QJsonArray.h:125:22: style: The function 'toArray' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
edb-debugger-0.9.21/src/qjson4/QJsonRoot.h:40:22: note: Virtual function in base class
edb-debugger-0.9.21/src/qjson4/QJsonArray.h:125:22: note: Function in derived class
edb-debugger-0.9.21/src/qjson4/QJsonArray.h:126:23: style: The function 'toObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
edb-debugger-0.9.21/src/qjson4/QJsonRoot.h:41:23: note: Virtual function in base class
edb-debugger-0.9.21/src/qjson4/QJsonArray.h:126:23: note: Function in derived class
edb-debugger-0.9.21/src/qjson4/QJsonArray.h:127:28: style: The function 'toArray' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
edb-debugger-0.9.21/src/qjson4/QJsonRoot.h:42:28: note: Virtual function in base class
edb-debugger-0.9.21/src/qjson4/QJsonArray.h:127:28: note: Function in derived class
edb-debugger-0.9.21/src/qjson4/QJsonArray.h:128:29: style: The function 'toObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
edb-debugger-0.9.21/src/qjson4/QJsonRoot.h:43:29: note: Virtual function in base class
edb-debugger-0.9.21/src/qjson4/QJsonArray.h:128:29: note: Function in derived class
edb-debugger-0.9.21/src/qjson4/QJsonDocument.h:70:13: performance: Technically the member function 'QJsonDocument::toBinaryData' can be static. [functionStatic]
edb-debugger-0.9.21/src/qjson4/QJsonDocument.cpp:165:27: note: Technically the member function 'QJsonDocument::toBinaryData' can be static.
edb-debugger-0.9.21/src/qjson4/QJsonDocument.h:70:13: note: Technically the member function 'QJsonDocument::toBinaryData' can be static.
edb-debugger-0.9.21/src/qjson4/QJsonDocument.h:77:14: performance: Technically the member function 'QJsonDocument::rawData' can be static. [functionStatic]
edb-debugger-0.9.21/src/qjson4/QJsonDocument.cpp:341:28: note: Technically the member function 'QJsonDocument::rawData' can be static.
edb-debugger-0.9.21/src/qjson4/QJsonDocument.h:77:14: note: Technically the member function 'QJsonDocument::rawData' can be static.
edb-debugger-0.9.21/src/qjson4/QJsonDocument.h:92:10: performance: Technically the member function 'QJsonDocument::escapeString' can be static. [functionStatic]
edb-debugger-0.9.21/src/qjson4/QJsonDocument.cpp:174:24: note: Technically the member function 'QJsonDocument::escapeString' can be static.
edb-debugger-0.9.21/src/qjson4/QJsonDocument.h:92:10: note: Technically the member function 'QJsonDocument::escapeString' can be static.
edb-debugger-0.9.21/src/qjson4/QJsonDocument.h:51:2: style: Class 'QJsonDocument' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edb-debugger-0.9.21/src/qjson4/QJsonDocument.h:52:2: style: Class 'QJsonDocument' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edb-debugger-0.9.21/src/qjson4/QJsonObject.h:106:21: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
edb-debugger-0.9.21/src/qjson4/QJsonRoot.h:37:21: note: Virtual function in base class
edb-debugger-0.9.21/src/qjson4/QJsonObject.h:106:21: note: Function in derived class
edb-debugger-0.9.21/src/qjson4/QJsonObject.h:107:22: style: The function 'toArray' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
edb-debugger-0.9.21/src/qjson4/QJsonRoot.h:40:22: note: Virtual function in base class
edb-debugger-0.9.21/src/qjson4/QJsonObject.h:107:22: note: Function in derived class
edb-debugger-0.9.21/src/qjson4/QJsonObject.h:108:23: style: The function 'toObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
edb-debugger-0.9.21/src/qjson4/QJsonRoot.h:41:23: note: Virtual function in base class
edb-debugger-0.9.21/src/qjson4/QJsonObject.h:108:23: note: Function in derived class
edb-debugger-0.9.21/src/qjson4/QJsonObject.h:109:28: style: The function 'toArray' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
edb-debugger-0.9.21/src/qjson4/QJsonRoot.h:42:28: note: Virtual function in base class
edb-debugger-0.9.21/src/qjson4/QJsonObject.h:109:28: note: Function in derived class
edb-debugger-0.9.21/src/qjson4/QJsonObject.h:110:29: style: The function 'toObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
edb-debugger-0.9.21/src/qjson4/QJsonRoot.h:43:29: note: Virtual function in base class
edb-debugger-0.9.21/src/qjson4/QJsonObject.h:110:29: note: Function in derived class
edb-debugger-0.9.21/src/qjson4/QJsonParser.h:70:7: style: Technically the member function 'QJsonParser::throwError' can be const. [functionConst]
edb-debugger-0.9.21/src/qjson4/QJsonParser.cpp:448:19: note: Technically the member function 'QJsonParser::throwError' can be const.
edb-debugger-0.9.21/src/qjson4/QJsonParser.h:70:7: note: Technically the member function 'QJsonParser::throwError' can be const.
edb-debugger-0.9.21/src/qjson4/QJsonValueRef.cpp:66:62: style: Function 'operator=' argument 1 names different: declaration 'val' definition 'ref'. [funcArgNamesDifferent]
edb-debugger-0.9.21/src/qjson4/QJsonValueRef.h:43:48: note: Function 'operator=' argument 1 names different: declaration 'val' definition 'ref'.
edb-debugger-0.9.21/src/qjson4/QJsonValueRef.cpp:66:62: note: Function 'operator=' argument 1 names different: declaration 'val' definition 'ref'.
edb-debugger-0.9.21/src/qjson4/QJsonValueRef.cpp:66:31: warning: Member variable 'QJsonValueRef::index_' is not assigned a value in 'QJsonValueRef::operator='. [operatorEqVarError]
edb-debugger-0.9.21/src/qjson4/QJsonValueRef.cpp:66:31: warning: Member variable 'QJsonValueRef::key_' is not assigned a value in 'QJsonValueRef::operator='. [operatorEqVarError]
edb-debugger-0.9.21/src/qjson4/QJsonValueRef.h:69:7: style: Unused private function: 'QJsonValueRef::swap' [unusedPrivateFunction]
edb-debugger-0.9.21/src/qjson4/QJsonValueRef.h:31:1: warning: The class 'QJsonValueRef' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
edb-debugger-0.9.21/src/widgets/LineEdit.h:30:2: style: Class 'LineEdit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edb-debugger-0.9.21/src/widgets/QDisassemblyView.cpp:1141:8: style: Unused variable: ok [unusedVariable]
edb-debugger-0.9.21/src/widgets/QDisassemblyView.cpp:1325:8: style: Unused variable: ok [unusedVariable]
edb-debugger-0.9.21/src/widgets/QDisassemblyView.h:40:2: style: Class 'QDisassemblyView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edb-debugger-0.9.21/src/widgets/SyntaxHighlighter.h:37:2: style: Class 'SyntaxHighlighter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edb-debugger-0.9.21/src/widgets/SyntaxHighlighter.h:38:2: style: Class 'SyntaxHighlighter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edb-debugger-0.9.21/src/widgets/SyntaxHighlighter.h:40:2: style: Class 'SyntaxHighlighter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edb-debugger-0.9.21/src/widgets/RegisterListWidget.h:30:2: style: Class 'RegisterListWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edb-debugger-0.9.21/src/widgets/TabWidget.h:28:2: style: Class 'TabWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
[17:18]

ftp://ftp.se.debian.org/debian/pool/main/e/edbrowse/edbrowse_3.7.4.orig.tar.gz
edbrowse-3.7.4/src/buffers.c:4065:10: warning: Comparison of a boolean expression with an integer other than 0 or 1. [compareBoolExpressionWithInt]
edbrowse-3.7.4/src/buffers.c:2076:26: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
edbrowse-3.7.4/src/buffers.c:2351:19: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
edbrowse-3.7.4/src/buffers.c:2920:25: style: Condition 'pcre_utf8_error_stop' is always false [knownConditionTrueFalse]
edbrowse-3.7.4/src/buffers.c:3006:24: style: Condition 'pcre_utf8_error_stop' is always false [knownConditionTrueFalse]
edbrowse-3.7.4/src/buffers.c:3119:8: style: Condition 'pcre_utf8_error_stop' is always false [knownConditionTrueFalse]
edbrowse-3.7.4/src/buffers.c:638:4: style: Variable 'resfile' is reassigned a value before the old one has been used. [redundantAssignment]
edbrowse-3.7.4/src/buffers.c:634:0: note: Variable 'resfile' is reassigned a value before the old one has been used.
edbrowse-3.7.4/src/buffers.c:638:4: note: Variable 'resfile' is reassigned a value before the old one has been used.
edbrowse-3.7.4/src/buffers.c:662:5: style: Variable 'newlocation' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
edbrowse-3.7.4/src/buffers.c:661:5: note: Variable 'newlocation' is reassigned a value before the old one has been used if variable is no semaphore variable.
edbrowse-3.7.4/src/buffers.c:662:5: note: Variable 'newlocation' is reassigned a value before the old one has been used if variable is no semaphore variable.
edbrowse-3.7.4/src/buffers.c:192:6: style: The scope of the variable 'p' can be reduced. [variableScope]
edbrowse-3.7.4/src/buffers.c:329:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edbrowse-3.7.4/src/buffers.c:595:8: style: The scope of the variable 'l' can be reduced. [variableScope]
edbrowse-3.7.4/src/buffers.c:798:6: style: The scope of the variable 'diff' can be reduced. [variableScope]
edbrowse-3.7.4/src/buffers.c:1066:9: style: The scope of the variable 'ln' can be reduced. [variableScope]
edbrowse-3.7.4/src/buffers.c:1114:9: style: The scope of the variable 'j' can be reduced. [variableScope]
edbrowse-3.7.4/src/buffers.c:1425:29: style: The scope of the variable 'i' can be reduced. [variableScope]
edbrowse-3.7.4/src/buffers.c:1425:32: style: The scope of the variable 'ln' can be reduced. [variableScope]
edbrowse-3.7.4/src/buffers.c:2361:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edbrowse-3.7.4/src/buffers.c:2361:9: style: The scope of the variable 'len' can be reduced. [variableScope]
edbrowse-3.7.4/src/buffers.c:2595:10: style: The scope of the variable 'd' can be reduced. [variableScope]
edbrowse-3.7.4/src/buffers.c:3105:18: style: The scope of the variable 'lastoffset' can be reduced. [variableScope]
edbrowse-3.7.4/src/buffers.c:3275:6: style: The scope of the variable 'j' can be reduced. [variableScope]
edbrowse-3.7.4/src/buffers.c:3276:18: style: The scope of the variable 'ss' can be reduced. [variableScope]
edbrowse-3.7.4/src/buffers.c:4809:12: style: The scope of the variable 'open' can be reduced. [variableScope]
edbrowse-3.7.4/src/buffers.c:4851:8: style: The scope of the variable 't' can be reduced. [variableScope]
edbrowse-3.7.4/src/buffers.c:4929:6: style: The scope of the variable 'l' can be reduced. [variableScope]
edbrowse-3.7.4/src/buffers.c:4975:7: style: The scope of the variable 'click' can be reduced. [variableScope]
edbrowse-3.7.4/src/buffers.c:4975:14: style: The scope of the variable 'dclick' can be reduced. [variableScope]
edbrowse-3.7.4/src/buffers.c:4976:7: style: The scope of the variable 'c' can be reduced. [variableScope]
edbrowse-3.7.4/src/buffers.c:4977:6: style: The scope of the variable 'j' can be reduced. [variableScope]
edbrowse-3.7.4/src/buffers.c:4977:9: style: The scope of the variable 'k' can be reduced. [variableScope]
edbrowse-3.7.4/src/buffers.c:6439:7: style: The scope of the variable 'rc' can be reduced. [variableScope]
edbrowse-3.7.4/src/buffers.c:2164:13: style: Checking if unsigned variable 'fwrite(cw->bigMode?"þÿ":"ÿþ",2,1,fh)' is less than zero. [unsignedLessThanZero]
edbrowse-3.7.4/src/buffers.c:2176:41: style: Checking if unsigned variable 'fwrite(cw->bigMode?"þÿ":"ÿþ",4,1,fh)' is less than zero. [unsignedLessThanZero]
edbrowse-3.7.4/src/buffers.c:2202:33: style: Checking if unsigned variable 'fwrite(p,tlen,1,fh)' is less than zero. [unsignedLessThanZero]
edbrowse-3.7.4/src/buffers.c:2215:33: style: Checking if unsigned variable 'fwrite(p,tlen,1,fh)' is less than zero. [unsignedLessThanZero]
edbrowse-3.7.4/src/buffers.c:2229:33: style: Checking if unsigned variable 'fwrite(p,tlen,1,fh)' is less than zero. [unsignedLessThanZero]
edbrowse-3.7.4/src/buffers.c:2236:30: style: Checking if unsigned variable 'fwrite(p,len,1,fh)' is less than zero. [unsignedLessThanZero]
edbrowse-3.7.4/src/buffers.c:2243:29: style: Checking if unsigned variable 'fwrite(p,len,1,fh)' is less than zero. [unsignedLessThanZero]
edbrowse-3.7.4/src/buffers.c:2255:39: style: Checking if unsigned variable 'fwrite(suf,len,1,fh)' is less than zero. [unsignedLessThanZero]
edbrowse-3.7.4/src/buffers.c:2261:31: style: Checking if unsigned variable 'fwrite(" ",1,1,fh)' is less than zero. [unsignedLessThanZero]
edbrowse-3.7.4/src/buffers.c:2264:33: style: Checking if unsigned variable 'fwrite(extra,l,1,fh)' is less than zero. [unsignedLessThanZero]
edbrowse-3.7.4/src/buffers.c:2268:31: style: Checking if unsigned variable 'fwrite("\n",1,1,fh)' is less than zero. [unsignedLessThanZero]
edbrowse-3.7.4/src/buffers.c:2275:31: style: Checking if unsigned variable 'fwrite(suf,len,1,fh)' is less than zero. [unsignedLessThanZero]
edbrowse-3.7.4/src/buffers.c:827:17: warning: Size of pointer 's' used instead of size of its data. [pointerSize]
edbrowse-3.7.4/src/buffers.c:980:11: style: Boolean variable 'dirMode' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
edbrowse-3.7.4/src/buffers.c:2076:13: style: Boolean variable 'binaryDetect' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
edbrowse-3.7.4/src/buffers.c:2141:10: style: Boolean variable 'binMode' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
edbrowse-3.7.4/src/buffers.c:2141:24: style: Boolean variable 'utf16Mode' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
edbrowse-3.7.4/src/buffers.c:2351:6: style: Boolean variable 'binaryDetect' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
edbrowse-3.7.4/src/buffers.c:5028:23: style: Boolean variable 'click' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
edbrowse-3.7.4/src/buffers.c:5814:26: style: Boolean variable 'sqlMode' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
edbrowse-3.7.4/src/buffers.c:5918:8: style: Boolean variable 'jsgo' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
edbrowse-3.7.4/src/buffers.c:4276:7: error: Uninitialized variable: s [uninitvar]
edbrowse-3.7.4/src/cache.c:223:17: style: The scope of the variable 'e' can be reduced. [variableScope]
edbrowse-3.7.4/src/cache.c:224:9: style: The scope of the variable 'n' can be reduced. [variableScope]
edbrowse-3.7.4/src/css.c:1864:33: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
edbrowse-3.7.4/src/css.c:2967:4: portability: %zu in format string (no. 1) requires 'size_t' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_uint]
edbrowse-3.7.4/src/css.c:3060:10: warning: Either the condition 'u' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
edbrowse-3.7.4/src/css.c:3048:8: note: Assuming that condition 'u' is not redundant
edbrowse-3.7.4/src/css.c:3060:10: note: Null pointer addition
edbrowse-3.7.4/src/css.c:430:6: style: The scope of the variable 'cnt' can be reduced. [variableScope]
edbrowse-3.7.4/src/css.c:1492:9: style: The scope of the variable 'ntype' can be reduced. [variableScope]
edbrowse-3.7.4/src/css.c:1493:28: style: The scope of the variable 'w' can be reduced. [variableScope]
edbrowse-3.7.4/src/css.c:1536:7: style: The scope of the variable 'l' can be reduced. [variableScope]
edbrowse-3.7.4/src/css.c:1614:9: style: The scope of the variable 'ntype' can be reduced. [variableScope]
edbrowse-3.7.4/src/css.c:1651:7: style: The scope of the variable 'l' can be reduced. [variableScope]
edbrowse-3.7.4/src/css.c:1681:6: style: The scope of the variable 'j' can be reduced. [variableScope]
edbrowse-3.7.4/src/css.c:2633:12: style: The scope of the variable 't1' can be reduced. [variableScope]
edbrowse-3.7.4/src/css.c:2633:22: style: The scope of the variable 'v' can be reduced. [variableScope]
edbrowse-3.7.4/src/css.c:3131:19: style: The scope of the variable 'h' can be reduced. [variableScope]
edbrowse-3.7.4/src/css.c:3132:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
edbrowse-3.7.4/src/css.c:3132:10: style: The scope of the variable 'i' can be reduced. [variableScope]
edbrowse-3.7.4/src/css.c:1243:42: style: Function 'cssDocLoad' argument 2 names different: declaration 's' definition 'start'. [funcArgNamesDifferent]
edbrowse-3.7.4/src/ebprot.h:414:42: note: Function 'cssDocLoad' argument 2 names different: declaration 's' definition 'start'.
edbrowse-3.7.4/src/css.c:1243:42: note: Function 'cssDocLoad' argument 2 names different: declaration 's' definition 'start'.
edbrowse-3.7.4/src/css.c:2335:12: style: Boolean variable 'before' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
edbrowse-3.7.4/src/css.c:2335:26: style: Boolean variable 'after' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
edbrowse-3.7.4/src/css.c:2411:9: style: Boolean variable 'g1' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
edbrowse-3.7.4/src/css.c:2459:15: style: Boolean variable 'before' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
edbrowse-3.7.4/src/css.c:1954:27: error: Uninitialized variable: d [uninitvar]
edbrowse-3.7.4/src/dbodbc.c:593:17: style: The scope of the variable 'o' can be reduced. [variableScope]
edbrowse-3.7.4/src/dbodbc.c:1166:2: portability: Array 'rv_nullable' might be filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*rv_nullable)'? [incompleteArrayFill]
edbrowse-3.7.4/src/dbops.c:336:7: style: The scope of the variable 'pftype' can be reduced. [variableScope]
edbrowse-3.7.4/src/dbops.c:360:7: style: The scope of the variable 'pftype' can be reduced. [variableScope]
edbrowse-3.7.4/src/dbops.c:532:8: style: The scope of the variable 'h' can be reduced. [variableScope]
edbrowse-3.7.4/src/dbops.c:532:11: style: The scope of the variable 'm' can be reduced. [variableScope]
edbrowse-3.7.4/src/dbops.c:532:14: style: The scope of the variable 's' can be reduced. [variableScope]
edbrowse-3.7.4/src/dbops.c:533:7: style: The scope of the variable 'c' can be reduced. [variableScope]
edbrowse-3.7.4/src/dbops.c:881:15: style: The scope of the variable 'i' can be reduced. [variableScope]
edbrowse-3.7.4/src/dbops.c:968:7: style: The scope of the variable 'c' can be reduced. [variableScope]
edbrowse-3.7.4/src/dbops.c:1127:6: style: The scope of the variable 'c' can be reduced. [variableScope]
edbrowse-3.7.4/src/dbops.c:1185:6: style: The scope of the variable 'msg' can be reduced. [variableScope]
edbrowse-3.7.4/src/dbops.c:100:19: style: Function 'lineFormatStack' argument 3 names different: declaration 'parmv_p' definition 'parmv'. [funcArgNamesDifferent]
edbrowse-3.7.4/src/dbapi.h:181:62: note: Function 'lineFormatStack' argument 3 names different: declaration 'parmv_p' definition 'parmv'.
edbrowse-3.7.4/src/dbops.c:100:19: note: Function 'lineFormatStack' argument 3 names different: declaration 'parmv_p' definition 'parmv'.
edbrowse-3.7.4/src/dbops.c:1604:7: style: Boolean variable 'eof1' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
edbrowse-3.7.4/src/dbops.c:483:3: warning: The buffer 'swap' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
edbrowse-3.7.4/src/decorate.c:2152:2: style: Variable 't' is reassigned a value before the old one has been used. [redundantAssignment]
edbrowse-3.7.4/src/decorate.c:2149:0: note: Variable 't' is reassigned a value before the old one has been used.
edbrowse-3.7.4/src/decorate.c:2152:2: note: Variable 't' is reassigned a value before the old one has been used.
edbrowse-3.7.4/src/decorate.c:232:18: style: The scope of the variable 'tbl' can be reduced. [variableScope]
edbrowse-3.7.4/src/decorate.c:514:24: style: The scope of the variable 't' can be reduced. [variableScope]
edbrowse-3.7.4/src/decorate.c:928:12: style: The scope of the variable 'alist' can be reduced. [variableScope]
edbrowse-3.7.4/src/decorate.c:935:14: style: The scope of the variable 'membername' can be reduced. [variableScope]
edbrowse-3.7.4/src/decorate.c:939:12: style: The scope of the variable 'so' can be reduced. [variableScope]
edbrowse-3.7.4/src/decorate.c:940:12: style: The scope of the variable 'ato' can be reduced. [variableScope]
edbrowse-3.7.4/src/decorate.c:534:43: style: Function 'prerenderNode' argument 1 names different: declaration 'node' definition 't'. [funcArgNamesDifferent]
edbrowse-3.7.4/src/decorate.c:22:43: note: Function 'prerenderNode' argument 1 names different: declaration 'node' definition 't'.
edbrowse-3.7.4/src/decorate.c:534:43: note: Function 'prerenderNode' argument 1 names different: declaration 'node' definition 't'.
edbrowse-3.7.4/src/decorate.c:1260:36: style: Function 'jsNode' argument 1 names different: declaration 'node' definition 't'. [funcArgNamesDifferent]
edbrowse-3.7.4/src/decorate.c:23:36: note: Function 'jsNode' argument 1 names different: declaration 'node' definition 't'.
edbrowse-3.7.4/src/decorate.c:1260:36: note: Function 'jsNode' argument 1 names different: declaration 'node' definition 't'.
edbrowse-3.7.4/src/decorate.c:1841:36: style: Function 'newTag' argument 1 names different: declaration 'tagname' definition 'name'. [funcArgNamesDifferent]
edbrowse-3.7.4/src/ebprot.h:178:36: note: Function 'newTag' argument 1 names different: declaration 'tagname' definition 'name'.
edbrowse-3.7.4/src/decorate.c:1841:36: note: Function 'newTag' argument 1 names different: declaration 'tagname' definition 'name'.
edbrowse-3.7.4/src/decorate.c:2147:33: style: Function 'html_from_setter' argument 1 names different: declaration 'innerParent' definition 'inner'. [funcArgNamesDifferent]
edbrowse-3.7.4/src/ebprot.h:185:34: note: Function 'html_from_setter' argument 1 names different: declaration 'innerParent' definition 'inner'.
edbrowse-3.7.4/src/decorate.c:2147:33: note: Function 'html_from_setter' argument 1 names different: declaration 'innerParent' definition 'inner'.
edbrowse-3.7.4/src/ebjs.c:725:7: style: The scope of the variable 'save_c' can be reduced. [variableScope]
edbrowse-3.7.4/src/ebjs.c:984:18: style: The scope of the variable 't' can be reduced. [variableScope]
edbrowse-3.7.4/src/ebjs.c:658:68: style: Function 'run_function_onearg' argument 3 names different: declaration 'o' definition 'a'. [funcArgNamesDifferent]
edbrowse-3.7.4/src/ebprot.h:102:68: note: Function 'run_function_onearg' argument 3 names different: declaration 'o' definition 'a'.
edbrowse-3.7.4/src/ebjs.c:658:68: note: Function 'run_function_onearg' argument 3 names different: declaration 'o' definition 'a'.
edbrowse-3.7.4/src/ebjs.c:688:31: style: Function 'set_basehref' argument 1 names different: declaration 'b' definition 'h'. [funcArgNamesDifferent]
edbrowse-3.7.4/src/ebprot.h:103:31: note: Function 'set_basehref' argument 1 names different: declaration 'b' definition 'h'.
edbrowse-3.7.4/src/ebjs.c:688:31: note: Function 'set_basehref' argument 1 names different: declaration 'b' definition 'h'.
edbrowse-3.7.4/src/fetchmail.c:1083:3: warning: %lld in format string (no. 1) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
edbrowse-3.7.4/src/fetchmail.c:1199:2: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
edbrowse-3.7.4/src/fetchmail.c:1197:0: note: Variable 'res' is reassigned a value before the old one has been used.
edbrowse-3.7.4/src/fetchmail.c:1199:2: note: Variable 'res' is reassigned a value before the old one has been used.
edbrowse-3.7.4/src/fetchmail.c:52:17: style: The scope of the variable 'v' can be reduced. [variableScope]
edbrowse-3.7.4/src/fetchmail.c:128:17: style: The scope of the variable 'v' can be reduced. [variableScope]
edbrowse-3.7.4/src/fetchmail.c:1456:25: style: The scope of the variable 'a' can be reduced. [variableScope]
edbrowse-3.7.4/src/fetchmail.c:1914:7: style: The scope of the variable 'c' can be reduced. [variableScope]
edbrowse-3.7.4/src/fetchmail.c:2151:8: style: The scope of the variable 'quote' can be reduced. [variableScope]
edbrowse-3.7.4/src/fetchmail.c:2566:8: style: The scope of the variable 's' can be reduced. [variableScope]
edbrowse-3.7.4/src/fetchmail.c:2699:17: style: The scope of the variable 'v' can be reduced. [variableScope]
edbrowse-3.7.4/src/fetchmail.c:2700:27: style: The scope of the variable 'rc' can be reduced. [variableScope]
edbrowse-3.7.4/src/fetchmail.c:68:7: style: Boolean variable 'ismc' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
edbrowse-3.7.4/src/fetchmail.c:1461:10: style: Boolean variable 'nofetch' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
edbrowse-3.7.4/src/fetchmail.c:2628:8: style: Boolean variable 'lines' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
edbrowse-3.7.4/src/fetchmail.c:2655:8: style: Boolean variable 'lines' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
edbrowse-3.7.4/src/fetchmail.c:2665:8: style: Boolean variable 'lines' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
edbrowse-3.7.4/src/fetchmail.c:2673:8: style: Boolean variable 'lines' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
edbrowse-3.7.4/src/fetchmail.c:2681:8: style: Boolean variable 'lines' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
edbrowse-3.7.4/src/fetchmail.c:365:17: style: Array index 'j' is used before limits check. [arrayIndexThenCheck]
edbrowse-3.7.4/src/fetchmail.c:752:53: error: Uninitialized variable: g [uninitvar]
edbrowse-3.7.4/src/format.c:86:8: style: The scope of the variable 'lastcell' can be reduced. [variableScope]
edbrowse-3.7.4/src/format.c:485:7: style: The scope of the variable 'c' can be reduced. [variableScope]
edbrowse-3.7.4/src/format.c:510:10: style: The scope of the variable 'd' can be reduced. [variableScope]
edbrowse-3.7.4/src/format.c:510:13: style: The scope of the variable 'e' can be reduced. [variableScope]
edbrowse-3.7.4/src/format.c:703:7: style: The scope of the variable 'c' can be reduced. [variableScope]
edbrowse-3.7.4/src/format.c:703:17: style: The scope of the variable 'newstate' can be reduced. [variableScope]
edbrowse-3.7.4/src/format.c:1213:8: style: The scope of the variable 'c' can be reduced. [variableScope]
edbrowse-3.7.4/src/format.c:1278:8: style: The scope of the variable 'c' can be reduced. [variableScope]
edbrowse-3.7.4/src/format.c:1647:7: style: The scope of the variable 'c' can be reduced. [variableScope]
edbrowse-3.7.4/src/format.c:1108:21: style: Checking if unsigned variable 'c' is less than zero. [unsignedLessThanZero]
edbrowse-3.7.4/src/format.c:1253:15: style: Checking if unsigned variable 'c' is less than zero. [unsignedLessThanZero]
edbrowse-3.7.4/src/html-tidy.c:34:14: style: The scope of the variable 'lg' can be reduced. [variableScope]
edbrowse-3.7.4/src/html.c:109:18: style: The scope of the variable 't' can be reduced. [variableScope]
edbrowse-3.7.4/src/html.c:389:9: style: The scope of the variable 'ptr' can be reduced. [variableScope]
edbrowse-3.7.4/src/html.c:404:8: style: The scope of the variable 'rc' can be reduced. [variableScope]
edbrowse-3.7.4/src/html.c:758:24: style: The scope of the variable 't' can be reduced. [variableScope]
edbrowse-3.7.4/src/html.c:899:45: style: The scope of the variable 'v' can be reduced. [variableScope]
edbrowse-3.7.4/src/html.c:980:10: style: The scope of the variable 'n' can be reduced. [variableScope]
edbrowse-3.7.4/src/html.c:980:13: style: The scope of the variable 'plen' can be reduced. [variableScope]
edbrowse-3.7.4/src/html.c:981:20: style: The scope of the variable 'new' can be reduced. [variableScope]
edbrowse-3.7.4/src/html.c:1003:45: style: The scope of the variable 'v' can be reduced. [variableScope]
edbrowse-3.7.4/src/html.c:1009:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edbrowse-3.7.4/src/html.c:1241:8: style: The scope of the variable 'v' can be reduced. [variableScope]
edbrowse-3.7.4/src/html.c:1826:18: style: The scope of the variable 't' can be reduced. [variableScope]
edbrowse-3.7.4/src/html.c:2237:7: style: The scope of the variable 'rc' can be reduced. [variableScope]
edbrowse-3.7.4/src/html.c:2255:20: style: Function 'rerender' argument 1 names different: declaration 'notify' definition 'rr_command'. [funcArgNamesDifferent]
edbrowse-3.7.4/src/ebprot.h:152:20: note: Function 'rerender' argument 1 names different: declaration 'notify' definition 'rr_command'.
edbrowse-3.7.4/src/html.c:2255:20: note: Function 'rerender' argument 1 names different: declaration 'notify' definition 'rr_command'.
edbrowse-3.7.4/src/html.c:2803:55: style: Function 'javaSetsLinkage' argument 3 names different: declaration 'p' definition 'p_j'. [funcArgNamesDifferent]
edbrowse-3.7.4/src/ebprot.h:160:55: note: Function 'javaSetsLinkage' argument 3 names different: declaration 'p' definition 'p_j'.
edbrowse-3.7.4/src/html.c:2803:55: note: Function 'javaSetsLinkage' argument 3 names different: declaration 'p' definition 'p_j'.
edbrowse-3.7.4/src/html.c:1556:16: style: Boolean variable 'post' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
edbrowse-3.7.4/src/html.c:1715:16: style: Boolean variable 'onclick' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
edbrowse-3.7.4/src/html.c:1764:46: style: Boolean variable 'bymail' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
edbrowse-3.7.4/src/html.c:2816:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
edbrowse-3.7.4/src/http.c:1307:3: warning: Width 40 given in format string (no. 2) is smaller than destination buffer 'user[42]'. [invalidScanfFormatWidth_smaller]
edbrowse-3.7.4/src/http.c:1307:3: warning: Width 40 given in format string (no. 3) is smaller than destination buffer 'group[42]'. [invalidScanfFormatWidth_smaller]
edbrowse-3.7.4/src/http.c:436:2: style: Variable 'temptm' is reassigned a value before the old one has been used. [redundantAssignment]
edbrowse-3.7.4/src/http.c:428:0: note: Variable 'temptm' is reassigned a value before the old one has been used.
edbrowse-3.7.4/src/http.c:436:2: note: Variable 'temptm' is reassigned a value before the old one has been used.
edbrowse-3.7.4/src/http.c:2768:2: style: Variable 'cdt->step' is reassigned a value before the old one has been used. [redundantAssignment]
edbrowse-3.7.4/src/http.c:2759:2: note: Variable 'cdt->step' is reassigned a value before the old one has been used.
edbrowse-3.7.4/src/http.c:2768:2: note: Variable 'cdt->step' is reassigned a value before the old one has been used.
edbrowse-3.7.4/src/http.c:2950:2: style: Variable 'cdt->step' is reassigned a value before the old one has been used. [redundantAssignment]
edbrowse-3.7.4/src/http.c:2948:2: note: Variable 'cdt->step' is reassigned a value before the old one has been used.
edbrowse-3.7.4/src/http.c:2950:2: note: Variable 'cdt->step' is reassigned a value before the old one has been used.
edbrowse-3.7.4/src/http.c:1306:13: style: The scope of the variable 't' can be reduced. [variableScope]
edbrowse-3.7.4/src/http.c:1364:8: style: The scope of the variable 's' can be reduced. [variableScope]
edbrowse-3.7.4/src/http.c:1393:44: style: The scope of the variable 'plus' can be reduced. [variableScope]
edbrowse-3.7.4/src/http.c:1493:8: style: The scope of the variable 's' can be reduced. [variableScope]
edbrowse-3.7.4/src/http.c:2147:6: style: The scope of the variable 'input_length' can be reduced. [variableScope]
edbrowse-3.7.4/src/http.c:2628:6: style: The scope of the variable 'line' can be reduced. [variableScope]
edbrowse-3.7.4/src/http.c:2629:6: style: The scope of the variable 'tagno' can be reduced. [variableScope]
edbrowse-3.7.4/src/http.c:2837:14: style: The scope of the variable 'line' can be reduced. [variableScope]
edbrowse-3.7.4/src/http.c:2839:14: style: The scope of the variable 's' can be reduced. [variableScope]
edbrowse-3.7.4/src/http.c:2826:34: style: Function 'frameContractLine' argument 1 names different: declaration 'lineNumber' definition 'ln'. [funcArgNamesDifferent]
edbrowse-3.7.4/src/http.c:2594:34: note: Function 'frameContractLine' argument 1 names different: declaration 'lineNumber' definition 'ln'.
edbrowse-3.7.4/src/http.c:2826:34: note: Function 'frameContractLine' argument 1 names different: declaration 'lineNumber' definition 'ln'.
edbrowse-3.7.4/src/http.c:738:12: style: Boolean variable 'from_file' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
edbrowse-3.7.4/src/http.c:943:13: style: Boolean variable 'from_file' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
edbrowse-3.7.4/src/http.c:1709:7: style: Boolean variable 'has_slash' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
edbrowse-3.7.4/src/http.c:2189:30: style: Boolean variable 'down_url' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
edbrowse-3.7.4/src/http.c:2232:6: style: Boolean variable 'ismc' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
edbrowse-3.7.4/src/js_hello_duk.c:64:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
edbrowse-3.7.4/src/js_hello_duk.c:43:0: note: Variable 'status' is reassigned a value before the old one has been used.
edbrowse-3.7.4/src/js_hello_duk.c:64:2: note: Variable 'status' is reassigned a value before the old one has been used.
edbrowse-3.7.4/src/jseng-duk.c:1040:27: style: Same expression on both sides of '==' because the value of 'outgoing_xhrheaders' and 'NULL' are the same. [duplicateExpression]
edbrowse-3.7.4/src/jseng-duk.c:1007:31: note: 'outgoing_xhrheaders' is assigned value 'NULL' here.
edbrowse-3.7.4/src/jseng-duk.c:1040:27: note: Same expression on both sides of '==' because the value of 'outgoing_xhrheaders' and 'NULL' are the same.
edbrowse-3.7.4/src/jseng-duk.c:278:23: style: The scope of the variable 'first' can be reduced. [variableScope]
edbrowse-3.7.4/src/jseng-duk.c:759:6: style: The scope of the variable 'length' can be reduced. [variableScope]
edbrowse-3.7.4/src/jseng-duk.c:1009:19: style: The scope of the variable 'methchar' can be reduced. [variableScope]
edbrowse-3.7.4/src/jseng-duk.c:1116:7: style: The scope of the variable 'secure' can be reduced. [variableScope]
edbrowse-3.7.4/src/jseng-duk.c:1117:14: style: The scope of the variable 'proto' can be reduced. [variableScope]
edbrowse-3.7.4/src/jseng-duk.c:1118:8: style: The scope of the variable 's' can be reduced. [variableScope]
edbrowse-3.7.4/src/jseng-duk.c:1774:14: style: The scope of the variable 's' can be reduced. [variableScope]
edbrowse-3.7.4/src/jseng-duk.c:1465:48: style: Function 'typeof_property_nat' argument 1 names different: declaration 'obj' definition 'parent'. [funcArgNamesDifferent]
edbrowse-3.7.4/src/ebprot.h:388:48: note: Function 'typeof_property_nat' argument 1 names different: declaration 'obj' definition 'parent'.
edbrowse-3.7.4/src/jseng-duk.c:1465:48: note: Function 'typeof_property_nat' argument 1 names different: declaration 'obj' definition 'parent'.
edbrowse-3.7.4/src/jseng-duk.c:1475:33: style: Function 'has_property_nat' argument 1 names different: declaration 'obj' definition 'parent'. [funcArgNamesDifferent]
edbrowse-3.7.4/src/ebprot.h:389:33: note: Function 'has_property_nat' argument 1 names different: declaration 'obj' definition 'parent'.
edbrowse-3.7.4/src/jseng-duk.c:1475:33: note: Function 'has_property_nat' argument 1 names different: declaration 'obj' definition 'parent'.
edbrowse-3.7.4/src/jseng-duk.c:1484:36: style: Function 'delete_property_nat' argument 1 names different: declaration 'obj' definition 'parent'. [funcArgNamesDifferent]
edbrowse-3.7.4/src/ebprot.h:390:36: note: Function 'delete_property_nat' argument 1 names different: declaration 'obj' definition 'parent'.
edbrowse-3.7.4/src/jseng-duk.c:1484:36: note: Function 'delete_property_nat' argument 1 names different: declaration 'obj' definition 'parent'.
edbrowse-3.7.4/src/jseng-duk.c:1505:41: style: Function 'get_property_string_nat' argument 1 names different: declaration 'obj' definition 'parent'. [funcArgNamesDifferent]
edbrowse-3.7.4/src/ebprot.h:391:41: note: Function 'get_property_string_nat' argument 1 names different: declaration 'obj' definition 'parent'.
edbrowse-3.7.4/src/jseng-duk.c:1505:41: note: Function 'get_property_string_nat' argument 1 names different: declaration 'obj' definition 'parent'.
edbrowse-3.7.4/src/jseng-duk.c:1594:39: style: Function 'set_property_string_nat' argument 1 names different: declaration 'obj' definition 'parent'. [funcArgNamesDifferent]
edbrowse-3.7.4/src/ebprot.h:398:39: note: Function 'set_property_string_nat' argument 1 names different: declaration 'obj' definition 'parent'.
edbrowse-3.7.4/src/jseng-duk.c:1594:39: note: Function 'set_property_string_nat' argument 1 names different: declaration 'obj' definition 'parent'.
edbrowse-3.7.4/src/jseng-duk.c:1644:37: style: Function 'set_property_bool_nat' argument 1 names different: declaration 'obj' definition 'parent'. [funcArgNamesDifferent]
edbrowse-3.7.4/src/ebprot.h:401:37: note: Function 'set_property_bool_nat' argument 1 names different: declaration 'obj' definition 'parent'.
edbrowse-3.7.4/src/jseng-duk.c:1644:37: note: Function 'set_property_bool_nat' argument 1 names different: declaration 'obj' definition 'parent'.
edbrowse-3.7.4/src/jseng-duk.c:1653:39: style: Function 'set_property_number_nat' argument 1 names different: declaration 'obj' definition 'parent'. [funcArgNamesDifferent]
edbrowse-3.7.4/src/ebprot.h:399:39: note: Function 'set_property_number_nat' argument 1 names different: declaration 'obj' definition 'parent'.
edbrowse-3.7.4/src/jseng-duk.c:1653:39: note: Function 'set_property_number_nat' argument 1 names different: declaration 'obj' definition 'parent'.
edbrowse-3.7.4/src/jseng-duk.c:1662:38: style: Function 'set_property_float_nat' argument 1 names different: declaration 'obj' definition 'parent'. [funcArgNamesDifferent]
edbrowse-3.7.4/src/ebprot.h:400:38: note: Function 'set_property_float_nat' argument 1 names different: declaration 'obj' definition 'parent'.
edbrowse-3.7.4/src/jseng-duk.c:1662:38: note: Function 'set_property_float_nat' argument 1 names different: declaration 'obj' definition 'parent'.
edbrowse-3.7.4/src/jseng-duk.c:1872:38: style: Function 'run_function_bool_nat' argument 1 names different: declaration 'obj' definition 'parent'. [funcArgNamesDifferent]
edbrowse-3.7.4/src/ebprot.h:409:38: note: Function 'run_function_bool_nat' argument 1 names different: declaration 'obj' definition 'parent'.
edbrowse-3.7.4/src/jseng-duk.c:1872:38: note: Function 'run_function_bool_nat' argument 1 names different: declaration 'obj' definition 'parent'.
edbrowse-3.7.4/src/jseng-duk.c:1915:39: style: Function 'run_function_onearg_nat' argument 1 names different: declaration 'obj' definition 'parent'. [funcArgNamesDifferent]
edbrowse-3.7.4/src/ebprot.h:410:39: note: Function 'run_function_onearg_nat' argument 1 names different: declaration 'obj' definition 'parent'.
edbrowse-3.7.4/src/jseng-duk.c:1915:39: note: Function 'run_function_onearg_nat' argument 1 names different: declaration 'obj' definition 'parent'.
edbrowse-3.7.4/src/jseng-duk.c:1915:75: style: Function 'run_function_onearg_nat' argument 3 names different: declaration 'o' definition 'child'. [funcArgNamesDifferent]
edbrowse-3.7.4/src/ebprot.h:410:72: note: Function 'run_function_onearg_nat' argument 3 names different: declaration 'o' definition 'child'.
edbrowse-3.7.4/src/jseng-duk.c:1915:75: note: Function 'run_function_onearg_nat' argument 3 names different: declaration 'o' definition 'child'.
edbrowse-3.7.4/src/jseng-duk.c:2005:51: style: Function 'instantiate_array_element_nat' argument 1 names different: declaration 'array' definition 'parent'. [funcArgNamesDifferent]
edbrowse-3.7.4/src/ebprot.h:405:51: note: Function 'instantiate_array_element_nat' argument 1 names different: declaration 'array' definition 'parent'.
edbrowse-3.7.4/src/jseng-duk.c:2005:51: note: Function 'instantiate_array_element_nat' argument 1 names different: declaration 'array' definition 'parent'.
edbrowse-3.7.4/src/jseng-duk.c:2027:44: style: Function 'set_array_element_object_nat' argument 1 names different: declaration 'array' definition 'parent'. [funcArgNamesDifferent]
edbrowse-3.7.4/src/ebprot.h:404:44: note: Function 'set_array_element_object_nat' argument 1 names different: declaration 'array' definition 'parent'.
edbrowse-3.7.4/src/jseng-duk.c:2027:44: note: Function 'set_array_element_object_nat' argument 1 names different: declaration 'array' definition 'parent'.
edbrowse-3.7.4/src/jseng-duk.c:2036:50: style: Function 'get_array_element_object_nat' argument 1 names different: declaration 'obj' definition 'parent'. [funcArgNamesDifferent]
edbrowse-3.7.4/src/ebprot.h:397:50: note: Function 'get_array_element_object_nat' argument 1 names different: declaration 'obj' definition 'parent'.
edbrowse-3.7.4/src/jseng-duk.c:2036:50: note: Function 'get_array_element_object_nat' argument 1 names different: declaration 'obj' definition 'parent'.
edbrowse-3.7.4/src/jseng-duk.c:67:12: style: union member 'Anonymous7::header' is never used. [unusedStructMember]
edbrowse-3.7.4/src/jseng-duk.c:80:2: error: Memory leak: w [memleak]
edbrowse-3.7.4/src/jseng-duk.c:94:2: error: Common realloc mistake: 'w' nulled but not freed upon failure [memleakOnRealloc]
edbrowse-3.7.4/src/main.c:159:13: style: The scope of the variable 'dl' can be reduced. [variableScope]
edbrowse-3.7.4/src/main.c:613:9: style: The scope of the variable 's' can be reduced. [variableScope]
edbrowse-3.7.4/src/main.c:780:8: style: The scope of the variable 'code' can be reduced. [variableScope]
edbrowse-3.7.4/src/main.c:1824:18: style: Boolean variable 'mimeblock' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
edbrowse-3.7.4/src/sendmail.c:613:6: style: The scope of the variable 'n' can be reduced. [variableScope]
edbrowse-3.7.4/src/sendmail.c:822:11: style: The scope of the variable 'cx' can be reduced. [variableScope]
edbrowse-3.7.4/src/stringfile.c:412:7: style: The scope of the variable 'c' can be reduced. [variableScope]
edbrowse-3.7.4/src/stringfile.c:412:10: style: The scope of the variable 'd' can be reduced. [variableScope]
edbrowse-3.7.4/src/stringfile.c:480:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edbrowse-3.7.4/src/stringfile.c:495:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edbrowse-3.7.4/src/stringfile.c:1270:6: style: The scope of the variable 'l' can be reduced. [variableScope]
edbrowse-3.7.4/src/stringfile.c:1339:14: style: The scope of the variable 's' can be reduced. [variableScope]
edbrowse-3.7.4/src/stringfile.c:1542:8: style: The scope of the variable 't' can be reduced. [variableScope]
edbrowse-3.7.4/src/stringfile.c:93:26: style: Function 'cnzFree' argument 1 names different: declaration 's' definition 'v'. [funcArgNamesDifferent]
edbrowse-3.7.4/src/ebprot.h:268:26: note: Function 'cnzFree' argument 1 names different: declaration 's' definition 'v'.
edbrowse-3.7.4/src/stringfile.c:93:26: note: Function 'cnzFree' argument 1 names different: declaration 's' definition 'v'.
edbrowse-3.7.4/src/stringfile.c:896:6: style: Boolean variable 'islink' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
edbrowse-3.7.4/src/stringfile.c:1290:8: style: Boolean variable 'ws' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
edbrowse-3.7.4/src/url.c:408:7: style: The scope of the variable 'n' can be reduced. [variableScope]
edbrowse-3.7.4/src/url.c:1054:18: style: The scope of the variable 'n' can be reduced. [variableScope]
edbrowse-3.7.4/win32/vsprtf.c:57:22: error: Null pointer dereference [nullPointer]
[17:18]

ftp://ftp.se.debian.org/debian/pool/main/e/edbus/edbus_1.7.10.orig.tar.gz
e_dbus-1.7.10/src/bin/e_dbus_bluez_test.c:93:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
e_dbus-1.7.10/src/bin/e_dbus_bluez_test.c:192:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
e_dbus-1.7.10/src/bin/e_dbus_bluez_test.c:558:6: warning: %hu in format string (no. 2) requires 'unsigned short' but the argument type is 'unsigned int'. [invalidPrintfArgType_uint]
e_dbus-1.7.10/src/bin/e_dbus_bluez_test.c:589:6: warning: %hu in format string (no. 2) requires 'unsigned short' but the argument type is 'unsigned int'. [invalidPrintfArgType_uint]
e_dbus-1.7.10/src/bin/e_dbus_connman0_7x_test.c:36:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
e_dbus-1.7.10/src/bin/e_dbus_connman0_7x_test.c:48:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
e_dbus-1.7.10/src/bin/e_dbus_connman0_7x_test.c:132:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
e_dbus-1.7.10/src/bin/e_dbus_connman0_7x_test.c:294:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
e_dbus-1.7.10/src/bin/e_dbus_connman0_7x_test.c:310:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
e_dbus-1.7.10/src/bin/e_dbus_connman0_7x_test.c:686:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
e_dbus-1.7.10/src/bin/e_dbus_ofono_test.c:35:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
e_dbus-1.7.10/src/bin/e_dbus_ofono_test.c:120:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
e_dbus-1.7.10/src/bin/e_dbus_ofono_test.c:280:10: style: The scope of the variable 'path' can be reduced. [variableScope]
e_dbus-1.7.10/src/bin/e_dbus_ofono_test.c:282:17: style: The scope of the variable 'i' can be reduced. [variableScope]
e_dbus-1.7.10/src/bin/notify.c:50:21: style: The scope of the variable 'img' can be reduced. [variableScope]
e_dbus-1.7.10/src/bin/notify.c:51:30: style: The scope of the variable 'i' can be reduced. [variableScope]
e_dbus-1.7.10/src/bin/performance.c:273:9: style: Variable 'player_y_start' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
e_dbus-1.7.10/src/bin/performance.c:270:9: note: Variable 'player_y_start' is reassigned a value before the old one has been used if variable is no semaphore variable.
e_dbus-1.7.10/src/bin/performance.c:273:9: note: Variable 'player_y_start' is reassigned a value before the old one has been used if variable is no semaphore variable.
e_dbus-1.7.10/src/bin/performance.c:274:9: style: Variable 'player_y_end' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
e_dbus-1.7.10/src/bin/performance.c:271:9: note: Variable 'player_y_end' is reassigned a value before the old one has been used if variable is no semaphore variable.
e_dbus-1.7.10/src/bin/performance.c:274:9: note: Variable 'player_y_end' is reassigned a value before the old one has been used if variable is no semaphore variable.
e_dbus-1.7.10/src/lib/bluez/e_bluez_adapter.c:49:9: error: Memory leak: device [memleak]
e_dbus-1.7.10/src/lib/bluez/e_bluez_adapter.c:59:9: error: Memory leak: device [memleak]
e_dbus-1.7.10/src/lib/bluez/e_bluez_adapter.c:65:7: error: Memory leak: device [memleak]
e_dbus-1.7.10/src/lib/bluez/e_bluez_element.c:503:14: warning: Identical condition '!old', second condition is always false [identicalConditionAfterEarlyExit]
e_dbus-1.7.10/src/lib/bluez/e_bluez_element.c:495:8: note: first condition
e_dbus-1.7.10/src/lib/bluez/e_bluez_element.c:503:14: note: second condition
e_dbus-1.7.10/src/lib/bluez/e_bluez_element.c:965:19: warning: %hx in format string (no. 1) requires 'unsigned short' but the argument type is 'signed short'. [invalidPrintfArgType_uint]
e_dbus-1.7.10/src/lib/bluez/e_bluez_element.c:498:8: warning: Either the condition '!old' is redundant or there is possible null pointer dereference: old. [nullPointerRedundantCheck]
e_dbus-1.7.10/src/lib/bluez/e_bluez_element.c:503:14: note: Assuming that condition '!old' is not redundant
e_dbus-1.7.10/src/lib/bluez/e_bluez_element.c:498:8: note: Null pointer dereference
e_dbus-1.7.10/src/lib/bluez/e_bluez_element.c:42:22: style: union member 'Anonymous3::variant' is never used. [unusedStructMember]
e_dbus-1.7.10/src/lib/bluez/e_bluez_element.c:181:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
e_dbus-1.7.10/src/lib/connman0_7x/e_connman_element.c:495:14: warning: Identical condition '!old', second condition is always false [identicalConditionAfterEarlyExit]
e_dbus-1.7.10/src/lib/connman0_7x/e_connman_element.c:487:8: note: first condition
e_dbus-1.7.10/src/lib/connman0_7x/e_connman_element.c:495:14: note: second condition
e_dbus-1.7.10/src/lib/connman0_7x/e_connman_element.c:490:8: warning: Either the condition '!old' is redundant or there is possible null pointer dereference: old. [nullPointerRedundantCheck]
e_dbus-1.7.10/src/lib/connman0_7x/e_connman_element.c:495:14: note: Assuming that condition '!old' is not redundant
e_dbus-1.7.10/src/lib/connman0_7x/e_connman_element.c:490:8: note: Null pointer dereference
e_dbus-1.7.10/src/lib/connman0_7x/e_connman_element.c:1605:9: style: The scope of the variable 'type_sig' can be reduced. [variableScope]
e_dbus-1.7.10/src/lib/connman0_7x/e_connman_element.c:765:148: style: Function 'e_connman_element_objects_array_get_stringshared' argument 4 names different: declaration 'elements' definition 'p_elements'. [funcArgNamesDifferent]
e_dbus-1.7.10/src/lib/connman0_7x/e_connman_private.h:166:171: note: Function 'e_connman_element_objects_array_get_stringshared' argument 4 names different: declaration 'elements' definition 'p_elements'.
e_dbus-1.7.10/src/lib/connman0_7x/e_connman_element.c:765:148: note: Function 'e_connman_element_objects_array_get_stringshared' argument 4 names different: declaration 'elements' definition 'p_elements'.
e_dbus-1.7.10/src/lib/connman0_7x/e_connman_element.c:43:24: style: union member 'Anonymous2::variant' is never used. [unusedStructMember]
e_dbus-1.7.10/src/lib/dbus/e_dbus_object.c:88:16: style: The scope of the variable 'buf' can be reduced. [variableScope]
e_dbus-1.7.10/src/lib/dbus/e_dbus_object.c:113:16: style: The scope of the variable 'reply' can be reduced. [variableScope]
e_dbus-1.7.10/src/lib/dbus/e_dbus_object.c:671:9: style: The scope of the variable 'type' can be reduced. [variableScope]
e_dbus-1.7.10/src/lib/dbus/e_dbus_object.c:558:47: style: Function 'e_dbus_object_unregister' argument 1 names different: declaration 'conn' definition '__UNUSED__'. [funcArgNamesDifferent]
e_dbus-1.7.10/src/lib/dbus/e_dbus_object.c:18:54: note: Function 'e_dbus_object_unregister' argument 1 names different: declaration 'conn' definition '__UNUSED__'.
e_dbus-1.7.10/src/lib/dbus/e_dbus_object.c:558:47: note: Function 'e_dbus_object_unregister' argument 1 names different: declaration 'conn' definition '__UNUSED__'.
e_dbus-1.7.10/src/lib/dbus/e_dbus_object.c:558:75: style: Function 'e_dbus_object_unregister' argument 2 names different: declaration 'user_data' definition '__UNUSED__'. [funcArgNamesDifferent]
e_dbus-1.7.10/src/lib/dbus/e_dbus_object.c:18:66: note: Function 'e_dbus_object_unregister' argument 2 names different: declaration 'user_data' definition '__UNUSED__'.
e_dbus-1.7.10/src/lib/dbus/e_dbus_object.c:558:75: note: Function 'e_dbus_object_unregister' argument 2 names different: declaration 'user_data' definition '__UNUSED__'.
e_dbus-1.7.10/src/lib/dbus/e_dbus_object.c:668:60: style: Function '_introspect_signal_append' argument 2 names different: declaration 'signal' definition 's'. [funcArgNamesDifferent]
e_dbus-1.7.10/src/lib/dbus/e_dbus_object.c:32:72: note: Function '_introspect_signal_append' argument 2 names different: declaration 'signal' definition 's'.
e_dbus-1.7.10/src/lib/dbus/e_dbus_object.c:668:60: note: Function '_introspect_signal_append' argument 2 names different: declaration 'signal' definition 's'.
e_dbus-1.7.10/src/lib/dbus/e_dbus_util.c:47:46: style: Function 'e_dbus_callback_return_free' argument 1 names different: declaration 'callback' definition 'cb'. [funcArgNamesDifferent]
e_dbus-1.7.10/src/lib/dbus/E_DBus.h:424:59: note: Function 'e_dbus_callback_return_free' argument 1 names different: declaration 'callback' definition 'cb'.
e_dbus-1.7.10/src/lib/dbus/e_dbus_util.c:47:46: note: Function 'e_dbus_callback_return_free' argument 1 names different: declaration 'callback' definition 'cb'.
e_dbus-1.7.10/src/lib/hal/e_hal_device.c:24:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
e_dbus-1.7.10/src/lib/hal/e_hal_device.c:19:0: note: Variable 'ret' is reassigned a value before the old one has been used.
e_dbus-1.7.10/src/lib/hal/e_hal_device.c:24:3: note: Variable 'ret' is reassigned a value before the old one has been used.
e_dbus-1.7.10/src/lib/hal/e_hal_device.c:205:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
e_dbus-1.7.10/src/lib/hal/e_hal_device.c:202:0: note: Variable 'ret' is reassigned a value before the old one has been used.
e_dbus-1.7.10/src/lib/hal/e_hal_device.c:205:3: note: Variable 'ret' is reassigned a value before the old one has been used.
e_dbus-1.7.10/src/lib/hal/e_hal_device.c:266:14: style: The scope of the variable 'l' can be reduced. [variableScope]
e_dbus-1.7.10/src/lib/hal/e_hal_device.c:313:14: style: The scope of the variable 'l' can be reduced. [variableScope]
e_dbus-1.7.10/src/lib/hal/e_hal_device.c:356:14: style: The scope of the variable 'l' can be reduced. [variableScope]
e_dbus-1.7.10/src/lib/hal/e_hal_manager.c:78:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
e_dbus-1.7.10/src/lib/hal/e_hal_manager.c:75:0: note: Variable 'ret' is reassigned a value before the old one has been used.
e_dbus-1.7.10/src/lib/hal/e_hal_manager.c:78:3: note: Variable 'ret' is reassigned a value before the old one has been used.
e_dbus-1.7.10/src/lib/notification/daemon.c:122:51: style: Function 'e_notification_daemon_free' argument 1 names different: declaration 'd' definition 'ndaemon'. [funcArgNamesDifferent]
e_dbus-1.7.10/src/lib/notification/E_Notification_Daemon.h:67:64: note: Function 'e_notification_daemon_free' argument 1 names different: declaration 'd' definition 'ndaemon'.
e_dbus-1.7.10/src/lib/notification/daemon.c:122:51: note: Function 'e_notification_daemon_free' argument 1 names different: declaration 'd' definition 'ndaemon'.
e_dbus-1.7.10/src/lib/notification/daemon.c:138:55: style: Function 'e_notification_daemon_data_set' argument 1 names different: declaration 'daemon' definition 'ndaemon'. [funcArgNamesDifferent]
e_dbus-1.7.10/src/lib/notification/E_Notification_Daemon.h:75:69: note: Function 'e_notification_daemon_data_set' argument 1 names different: declaration 'daemon' definition 'ndaemon'.
e_dbus-1.7.10/src/lib/notification/daemon.c:138:55: note: Function 'e_notification_daemon_data_set' argument 1 names different: declaration 'daemon' definition 'ndaemon'.
e_dbus-1.7.10/src/lib/notification/daemon.c:144:55: style: Function 'e_notification_daemon_data_get' argument 1 names different: declaration 'daemon' definition 'ndaemon'. [funcArgNamesDifferent]
e_dbus-1.7.10/src/lib/notification/E_Notification_Daemon.h:76:69: note: Function 'e_notification_daemon_data_get' argument 1 names different: declaration 'daemon' definition 'ndaemon'.
e_dbus-1.7.10/src/lib/notification/daemon.c:144:55: note: Function 'e_notification_daemon_data_get' argument 1 names different: declaration 'daemon' definition 'ndaemon'.
e_dbus-1.7.10/src/lib/notification/daemon.c:150:66: style: Function 'e_notification_daemon_callback_notify_set' argument 1 names different: declaration 'daemon' definition 'ndaemon'. [funcArgNamesDifferent]
e_dbus-1.7.10/src/lib/notification/E_Notification_Daemon.h:78:79: note: Function 'e_notification_daemon_callback_notify_set' argument 1 names different: declaration 'daemon' definition 'ndaemon'.
e_dbus-1.7.10/src/lib/notification/daemon.c:150:66: note: Function 'e_notification_daemon_callback_notify_set' argument 1 names different: declaration 'daemon' definition 'ndaemon'.
e_dbus-1.7.10/src/lib/notification/daemon.c:156:78: style: Function 'e_notification_daemon_callback_close_notification_set' argument 1 names different: declaration 'daemon' definition 'ndaemon'. [funcArgNamesDifferent]
e_dbus-1.7.10/src/lib/notification/E_Notification_Daemon.h:79:91: note: Function 'e_notification_daemon_callback_close_notification_set' argument 1 names different: declaration 'daemon' definition 'ndaemon'.
e_dbus-1.7.10/src/lib/notification/daemon.c:156:78: note: Function 'e_notification_daemon_callback_close_notification_set' argument 1 names different: declaration 'daemon' definition 'ndaemon'.
e_dbus-1.7.10/src/lib/notification/daemon.c:229:73: style: Function 'e_notification_daemon_signal_notification_closed' argument 1 names different: declaration 'daemon' definition 'ndaemon'. [funcArgNamesDifferent]
e_dbus-1.7.10/src/lib/notification/E_Notification_Daemon.h:81:86: note: Function 'e_notification_daemon_signal_notification_closed' argument 1 names different: declaration 'daemon' definition 'ndaemon'.
e_dbus-1.7.10/src/lib/notification/daemon.c:229:73: note: Function 'e_notification_daemon_signal_notification_closed' argument 1 names different: declaration 'daemon' definition 'ndaemon'.
e_dbus-1.7.10/src/lib/notification/daemon.c:239:68: style: Function 'e_notification_daemon_signal_action_invoked' argument 1 names different: declaration 'daemon' definition 'ndaemon'. [funcArgNamesDifferent]
e_dbus-1.7.10/src/lib/notification/E_Notification_Daemon.h:82:81: note: Function 'e_notification_daemon_signal_action_invoked' argument 1 names different: declaration 'daemon' definition 'ndaemon'.
e_dbus-1.7.10/src/lib/notification/daemon.c:239:68: note: Function 'e_notification_daemon_signal_action_invoked' argument 1 names different: declaration 'daemon' definition 'ndaemon'.
e_dbus-1.7.10/src/lib/notification/marshal.c:118:17: style: The scope of the variable 'str' can be reduced. [variableScope]
e_dbus-1.7.10/src/lib/notification/marshal.c:138:15: style: The scope of the variable 'l' can be reduced. [variableScope]
e_dbus-1.7.10/src/lib/notification/marshal.c:375:15: style: The scope of the variable 'l' can be reduced. [variableScope]
e_dbus-1.7.10/src/lib/notification/marshal.c:153:79: style: Function 'e_notify_unmarshal_string_array_as_list' argument 2 names different: declaration 'err' definition '__UNUSED__'. [funcArgNamesDifferent]
e_dbus-1.7.10/src/lib/notification/e_notify_private.h:20:87: note: Function 'e_notify_unmarshal_string_array_as_list' argument 2 names different: declaration 'err' definition '__UNUSED__'.
e_dbus-1.7.10/src/lib/notification/marshal.c:153:79: note: Function 'e_notify_unmarshal_string_array_as_list' argument 2 names different: declaration 'err' definition '__UNUSED__'.
e_dbus-1.7.10/src/lib/notification/marshal.c:442:60: style: Function 'e_notify_unmarshal_notify' argument 2 names different: declaration 'err' definition '__UNUSED__'. [funcArgNamesDifferent]
e_dbus-1.7.10/src/lib/notification/e_notify_private.h:36:73: note: Function 'e_notify_unmarshal_notify' argument 2 names different: declaration 'err' definition '__UNUSED__'.
e_dbus-1.7.10/src/lib/notification/marshal.c:442:60: note: Function 'e_notify_unmarshal_notify' argument 2 names different: declaration 'err' definition '__UNUSED__'.
e_dbus-1.7.10/src/lib/notification/notification.c:441:19: style: The scope of the variable 'd' can be reduced. [variableScope]
e_dbus-1.7.10/src/lib/notification/notification.c:443:9: style: The scope of the variable 's' can be reduced. [variableScope]
e_dbus-1.7.10/src/lib/notification/notification.c:516:20: style: The scope of the variable 'd' can be reduced. [variableScope]
e_dbus-1.7.10/src/lib/notification/notification.c:517:24: style: The scope of the variable 's' can be reduced. [variableScope]
e_dbus-1.7.10/src/lib/notification/notification.c:101:45: style: Function 'e_notification_app_name_set' argument 1 names different: declaration 'n' definition 'note'. [funcArgNamesDifferent]
e_dbus-1.7.10/src/lib/notification/E_Notify.h:127:58: note: Function 'e_notification_app_name_set' argument 1 names different: declaration 'n' definition 'note'.
e_dbus-1.7.10/src/lib/notification/notification.c:101:45: note: Function 'e_notification_app_name_set' argument 1 names different: declaration 'n' definition 'note'.
e_dbus-1.7.10/src/lib/notification/notification.c:108:45: style: Function 'e_notification_app_icon_set' argument 1 names different: declaration 'n' definition 'note'. [funcArgNamesDifferent]
e_dbus-1.7.10/src/lib/notification/E_Notify.h:128:58: note: Function 'e_notification_app_icon_set' argument 1 names different: declaration 'n' definition 'note'.
e_dbus-1.7.10/src/lib/notification/notification.c:108:45: note: Function 'e_notification_app_icon_set' argument 1 names different: declaration 'n' definition 'note'.
e_dbus-1.7.10/src/lib/notification/notification.c:115:44: style: Function 'e_notification_summary_set' argument 1 names different: declaration 'n' definition 'note'. [funcArgNamesDifferent]
e_dbus-1.7.10/src/lib/notification/E_Notify.h:129:57: note: Function 'e_notification_summary_set' argument 1 names different: declaration 'n' definition 'note'.
e_dbus-1.7.10/src/lib/notification/notification.c:115:44: note: Function 'e_notification_summary_set' argument 1 names different: declaration 'n' definition 'note'.
e_dbus-1.7.10/src/lib/notification/notification.c:122:41: style: Function 'e_notification_body_set' argument 1 names different: declaration 'n' definition 'note'. [funcArgNamesDifferent]
e_dbus-1.7.10/src/lib/notification/E_Notify.h:130:54: note: Function 'e_notification_body_set' argument 1 names different: declaration 'n' definition 'note'.
e_dbus-1.7.10/src/lib/notification/notification.c:122:41: note: Function 'e_notification_body_set' argument 1 names different: declaration 'n' definition 'note'.
e_dbus-1.7.10/src/lib/notification/notification.c:142:48: style: Function 'e_notification_replaces_id_set' argument 1 names different: declaration 'n' definition 'note'. [funcArgNamesDifferent]
e_dbus-1.7.10/src/lib/notification/E_Notify.h:131:61: note: Function 'e_notification_replaces_id_set' argument 1 names different: declaration 'n' definition 'note'.
e_dbus-1.7.10/src/lib/notification/notification.c:142:48: note: Function 'e_notification_replaces_id_set' argument 1 names different: declaration 'n' definition 'note'.
e_dbus-1.7.10/src/lib/notification/notification.c:149:44: style: Function 'e_notification_timeout_set' argument 1 names different: declaration 'n' definition 'note'. [funcArgNamesDifferent]
e_dbus-1.7.10/src/lib/notification/E_Notify.h:132:57: note: Function 'e_notification_timeout_set' argument 1 names different: declaration 'n' definition 'note'.
e_dbus-1.7.10/src/lib/notification/notification.c:149:44: note: Function 'e_notification_timeout_set' argument 1 names different: declaration 'n' definition 'note'.
e_dbus-1.7.10/src/lib/notification/notification.c:171:45: style: Function 'e_notification_app_name_get' argument 1 names different: declaration 'n' definition 'note'. [funcArgNamesDifferent]
e_dbus-1.7.10/src/lib/notification/E_Notify.h:137:65: note: Function 'e_notification_app_name_get' argument 1 names different: declaration 'n' definition 'note'.
e_dbus-1.7.10/src/lib/notification/notification.c:171:45: note: Function 'e_notification_app_name_get' argument 1 names different: declaration 'n' definition 'note'.
e_dbus-1.7.10/src/lib/notification/notification.c:178:45: style: Function 'e_notification_app_icon_get' argument 1 names different: declaration 'n' definition 'note'. [funcArgNamesDifferent]
e_dbus-1.7.10/src/lib/notification/E_Notify.h:138:65: note: Function 'e_notification_app_icon_get' argument 1 names different: declaration 'n' definition 'note'.
e_dbus-1.7.10/src/lib/notification/notification.c:178:45: note: Function 'e_notification_app_icon_get' argument 1 names different: declaration 'n' definition 'note'.
e_dbus-1.7.10/src/lib/notification/notification.c:185:44: style: Function 'e_notification_summary_get' argument 1 names different: declaration 'n' definition 'note'. [funcArgNamesDifferent]
e_dbus-1.7.10/src/lib/notification/E_Notify.h:139:64: note: Function 'e_notification_summary_get' argument 1 names different: declaration 'n' definition 'note'.
e_dbus-1.7.10/src/lib/notification/notification.c:185:44: note: Function 'e_notification_summary_get' argument 1 names different: declaration 'n' definition 'note'.
e_dbus-1.7.10/src/lib/notification/notification.c:192:41: style: Function 'e_notification_body_get' argument 1 names different: declaration 'n' definition 'note'. [funcArgNamesDifferent]
e_dbus-1.7.10/src/lib/notification/E_Notify.h:140:61: note: Function 'e_notification_body_get' argument 1 names different: declaration 'n' definition 'note'.
e_dbus-1.7.10/src/lib/notification/notification.c:192:41: note: Function 'e_notification_body_get' argument 1 names different: declaration 'n' definition 'note'.
e_dbus-1.7.10/src/lib/notification/notification.c:199:44: style: Function 'e_notification_actions_get' argument 1 names different: declaration 'n' definition 'note'. [funcArgNamesDifferent]
e_dbus-1.7.10/src/lib/notification/E_Notify.h:147:63: note: Function 'e_notification_actions_get' argument 1 names different: declaration 'n' definition 'note'.
e_dbus-1.7.10/src/lib/notification/notification.c:199:44: note: Function 'e_notification_actions_get' argument 1 names different: declaration 'n' definition 'note'.
e_dbus-1.7.10/src/lib/notification/notification.c:364:55: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
e_dbus-1.7.10/src/lib/notification/notification.c:409:50: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
e_dbus-1.7.10/src/lib/ofono/e_ofono_element.c:523:14: warning: Identical condition '!old', second condition is always false [identicalConditionAfterEarlyExit]
e_dbus-1.7.10/src/lib/ofono/e_ofono_element.c:511:8: note: first condition
e_dbus-1.7.10/src/lib/ofono/e_ofono_element.c:523:14: note: second condition
e_dbus-1.7.10/src/lib/ofono/e_ofono_element.c:514:9: warning: Either the condition '!old' is redundant or there is possible null pointer dereference: old. [nullPointerRedundantCheck]
e_dbus-1.7.10/src/lib/ofono/e_ofono_element.c:523:14: note: Assuming that condition '!old' is not redundant
e_dbus-1.7.10/src/lib/ofono/e_ofono_element.c:514:9: note: Null pointer dereference
e_dbus-1.7.10/src/lib/ofono/e_ofono_element.c:515:9: warning: Either the condition '!old' is redundant or there is possible null pointer dereference: old. [nullPointerRedundantCheck]
e_dbus-1.7.10/src/lib/ofono/e_ofono_element.c:523:14: note: Assuming that condition '!old' is not redundant
e_dbus-1.7.10/src/lib/ofono/e_ofono_element.c:515:9: note: Null pointer dereference
e_dbus-1.7.10/src/lib/ofono/e_ofono_element.c:1439:36: style: The scope of the variable 'e' can be reduced. [variableScope]
e_dbus-1.7.10/src/lib/ofono/e_ofono_element.c:2318:31: style: The scope of the variable 'e' can be reduced. [variableScope]
e_dbus-1.7.10/src/lib/ofono/e_ofono_element.c:53:22: style: union member 'Anonymous2::variant' is never used. [unusedStructMember]
e_dbus-1.7.10/src/lib/ofono/e_ofono_element.c:206:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
e_dbus-1.7.10/src/lib/ukit/e_udisks.c:76:15: style: The scope of the variable 'l' can be reduced. [variableScope]
e_dbus-1.7.10/src/lib/ukit/e_udisks.c:122:15: style: The scope of the variable 'l' can be reduced. [variableScope]
e_dbus-1.7.10/src/lib/ukit/e_udisks.c:165:15: style: The scope of the variable 'l' can be reduced. [variableScope]
e_dbus-1.7.10/src/lib/ukit/e_ukit_private_util.c:15:8: style: The scope of the variable 'type' can be reduced. [variableScope]
e_dbus-1.7.10/src/lib/ukit/e_ukit_private_util.c:110:8: style: The scope of the variable 'type' can be reduced. [variableScope]
e_dbus-1.7.10/src/lib/ukit/e_ukit_private_util.c:216:10: style: The scope of the variable 'tmp' can be reduced. [variableScope]
[17:18]

ftp://ftp.se.debian.org/debian/pool/main/e/edenmath.app/edenmath.app_1.1.1a.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/edfbrowser/edfbrowser_1.65+dfsg.orig.tar.xz
edfbrowser_165_source/viewcurve.h:84:1: style: The class 'drawCurve_stage_1_thread' does not have a constructor although it has private member variables. [noConstructor]
edfbrowser_165_source/check_edf_file.h:47:1: style: The class 'EDFfileCheck' does not have a constructor although it has private member variables. [noConstructor]
edfbrowser_165_source/special_button.h:47:3: style: Class 'SpecialButton' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edfbrowser_165_source/signalcurve.h:83:3: style: Class 'SignalCurve' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edfbrowser_165_source/flywheel.h:52:3: style: Class 'UI_Flywheel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edfbrowser_165_source/edit_annotation_dock.h:75:3: style: Class 'UI_AnnotationEditwindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edfbrowser_165_source/viewcurve.h:129:3: style: Class 'ViewCurve' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edfbrowser_165_source/show_edf_hdr.h:68:3: style: Class 'UI_EDFhdrwindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edfbrowser_165_source/signals_dialog.h:73:3: style: Class 'UI_Signalswindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edfbrowser_165_source/ascii_export.h:69:3: style: Class 'UI_AsciiExportwindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edfbrowser_165_source/edf_compat.h:67:3: style: Class 'UI_EDFCompatwindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edfbrowser_165_source/filtercurve.h:47:3: style: Class 'FilterCurve' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edfbrowser_165_source/filter_dialog.h:75:3: style: Class 'UI_FilterDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edfbrowser_165_source/jump_dialog.h:64:3: style: Class 'UI_JumpMenuDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edfbrowser_165_source/options_dialog.h:83:3: style: Class 'UI_OptionsDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edfbrowser_165_source/nk2edf.h:65:3: style: Class 'UI_NK2EDFwindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edfbrowser_165_source/spectrum_dock.h:99:3: style: Class 'UI_SpectrumDockWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edfbrowser_165_source/save_montage_dialog.h:70:3: style: Class 'UI_SaveMontagewindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edfbrowser_165_source/view_montage_dialog.h:74:3: style: Class 'UI_ViewMontagewindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edfbrowser_165_source/show_actual_montage_dialog.h:69:3: style: Class 'UI_ShowActualMontagewindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edfbrowser_165_source/pagetime_dialog.h:64:3: style: Class 'UI_Userdefined_timepage_Dialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edfbrowser_165_source/bdf2edf.h:77:3: style: Class 'UI_BDF2EDFwindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edfbrowser_165_source/export_annotations.h:86:3: style: Class 'UI_ExportAnnotationswindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edfbrowser_165_source/edit_predefined_mtg.h:66:3: style: Class 'UI_edit_predefined_mtg_window' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edfbrowser_165_source/reduce_signals.h:81:3: style: Class 'UI_ReduceSignalsWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edfbrowser_165_source/header_editor.h:76:3: style: Class 'UI_headerEditorWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edfbrowser_165_source/biosemi2bdfplus.h:70:3: style: Class 'UI_BIOSEMI2BDFPLUSwindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edfbrowser_165_source/import_annotations.h:105:1: style: Class 'UI_ImportAnnotationswindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edfbrowser_165_source/ecg_export.h:82:3: style: Class 'UI_ECGExport' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edfbrowser_165_source/spike_filter_dialog.h:70:3: style: Class 'UI_SpikeFilterDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edfbrowser_165_source/plif_ecg_subtract_filter_dialog.h:72:3: style: Class 'UI_PLIF_ECG_filter_dialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edfbrowser_165_source/export_filtered_signals.h:85:3: style: Class 'UI_ExportFilteredSignalsWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edfbrowser_165_source/about_dialog.h:55:3: style: Class 'UI_Aboutwindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
edfbrowser_165_source/active_file_chooser.cpp:39:16: style: C-style pointer casting [cstyleCast]
edfbrowser_165_source/adjustfiltersettings.cpp:64:15: style: C-style pointer casting [cstyleCast]
edfbrowser_165_source/adjustfiltersettings.cpp:513:7: style: The scope of the variable 'spec_str_1' can be reduced. [variableScope]
edfbrowser_165_source/annotations_dock.cpp:45:16: style: C-style pointer casting [cstyleCast]
edfbrowser_165_source/annotations_dock.cpp:227:27: style: The scope of the variable 'annot' can be reduced. [variableScope]
edfbrowser_165_source/annotations_dock.cpp:257:27: style: The scope of the variable 'annot' can be reduced. [variableScope]
edfbrowser_165_source/annotations_dock.cpp:287:27: style: The scope of the variable 'annot' can be reduced. [variableScope]
edfbrowser_165_source/annotations_dock.cpp:317:27: style: The scope of the variable 'annot' can be reduced. [variableScope]
edfbrowser_165_source/annotations_dock.cpp:696:27: style: The scope of the variable 'annot' can be reduced. [variableScope]
edfbrowser_165_source/annotations_dock.cpp:792:27: style: The scope of the variable 'annot' can be reduced. [variableScope]
edfbrowser_165_source/annotations_dock.cpp:979:13: style: The scope of the variable 'temp' can be reduced. [variableScope]
edfbrowser_165_source/annotations_dock.cpp:40:70: style: Function 'UI_Annotationswindow' argument 2 names different: declaration 'parent' definition 'w_parent'. [funcArgNamesDifferent]
edfbrowser_165_source/annotations_dock.h:79:38: note: Function 'UI_Annotationswindow' argument 2 names different: declaration 'parent' definition 'w_parent'.
edfbrowser_165_source/annotations_dock.cpp:40:70: note: Function 'UI_Annotationswindow' argument 2 names different: declaration 'parent' definition 'w_parent'.
edfbrowser_165_source/annotlist_filter_dialog.cpp:37:16: style: C-style pointer casting [cstyleCast]
edfbrowser_165_source/annotlist_filter_dialog.cpp:158:27: style: The scope of the variable 'annot' can be reduced. [variableScope]
edfbrowser_165_source/ascii2edf.cpp:39:16: style: C-style pointer casting [cstyleCast]
edfbrowser_165_source/ascii2edf.cpp:1199:13: style: The scope of the variable 'len' can be reduced. [variableScope]
edfbrowser_165_source/ascii2edf.cpp:1096:27: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
edfbrowser_165_source/ascii2edf.cpp:1097:25: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
edfbrowser_165_source/ascii_export.cpp:38:16: style: C-style pointer casting [cstyleCast]
edfbrowser_165_source/ascii_export.cpp:34:53: style: Function 'UI_AsciiExportwindow' argument 1 names different: declaration 'parent' definition 'w_parent'. [funcArgNamesDifferent]
edfbrowser_165_source/ascii_export.h:69:33: note: Function 'UI_AsciiExportwindow' argument 1 names different: declaration 'parent' definition 'w_parent'.
edfbrowser_165_source/ascii_export.cpp:34:53: note: Function 'UI_AsciiExportwindow' argument 1 names different: declaration 'parent' definition 'w_parent'.
edfbrowser_165_source/ascii_export.cpp:111:24: style: union member 'Anonymous2::one' is never used. [unusedStructMember]
edfbrowser_165_source/ascii_export.cpp:114:24: style: union member 'Anonymous2::two_signed' is never used. [unusedStructMember]
edfbrowser_165_source/ascii_export.cpp:200:0: error: Memory leak: scratchpad [memleak]
edfbrowser_165_source/averager_curve_wnd.cpp:53:16: style: C-style pointer casting [cstyleCast]
edfbrowser_165_source/averager_curve_wnd.cpp:234:7: style: The scope of the variable 'type' can be reduced. [variableScope]
edfbrowser_165_source/averager_curve_wnd.cpp:243:11: style: The scope of the variable 'buf' can be reduced. [variableScope]
edfbrowser_165_source/averager_curve_wnd.cpp:244:10: style: The scope of the variable 'frequency' can be reduced. [variableScope]
edfbrowser_165_source/averager_curve_wnd.cpp:245:10: style: The scope of the variable 'frequency2' can be reduced. [variableScope]
edfbrowser_165_source/averager_curve_wnd.cpp:482:7: style: The scope of the variable 'markerstep' can be reduced. [variableScope]
edfbrowser_165_source/averager_dialog.cpp:43:16: style: C-style pointer casting [cstyleCast]
edfbrowser_165_source/averager_dialog.cpp:163:7: style: The scope of the variable 'samples_on_screen' can be reduced. [variableScope]
edfbrowser_165_source/averager_dialog.cpp:492:16: style: The scope of the variable 's2' can be reduced. [variableScope]
edfbrowser_165_source/averager_dialog.cpp:494:10: style: The scope of the variable 'dig_value' can be reduced. [variableScope]
edfbrowser_165_source/averager_dialog.cpp:498:24: style: union member 'Anonymous2::one' is never used. [unusedStructMember]
edfbrowser_165_source/averager_dialog.cpp:501:24: style: union member 'Anonymous2::two_signed' is never used. [unusedStructMember]
edfbrowser_165_source/bdf2edf.cpp:36:16: style: C-style pointer casting [cstyleCast]
edfbrowser_165_source/bdf2edf.cpp:34:45: style: Function 'UI_BDF2EDFwindow' argument 1 names different: declaration 'parent' definition 'w_parent'. [funcArgNamesDifferent]
edfbrowser_165_source/bdf2edf.h:77:29: note: Function 'UI_BDF2EDFwindow' argument 1 names different: declaration 'parent' definition 'w_parent'.
edfbrowser_165_source/bdf2edf.cpp:34:45: note: Function 'UI_BDF2EDFwindow' argument 1 names different: declaration 'parent' definition 'w_parent'.
edfbrowser_165_source/bdf2edf.cpp:337:24: style: union member 'Anonymous2::one' is never used. [unusedStructMember]
edfbrowser_165_source/bdf2edf.cpp:340:24: style: union member 'Anonymous2::two_signed' is never used. [unusedStructMember]
edfbrowser_165_source/bdf_triggers.h:57:7: performance: Technically the member function 'BDF_triggers::get_triggers' can be static. [functionStatic]
edfbrowser_165_source/bdf_triggers.cpp:34:19: note: Technically the member function 'BDF_triggers::get_triggers' can be static.
edfbrowser_165_source/bdf_triggers.h:57:7: note: Technically the member function 'BDF_triggers::get_triggers' can be static.
edfbrowser_165_source/bi9800.cpp:64:13: style: The scope of the variable 'n' can be reduced. [variableScope]
edfbrowser_165_source/biosemi2bdfplus.cpp:44:16: style: C-style pointer casting [cstyleCast]
edfbrowser_165_source/biosemi2bdfplus.cpp:37:61: style: Function 'UI_BIOSEMI2BDFPLUSwindow' argument 1 names different: declaration 'parent' definition 'w_parent'. [funcArgNamesDifferent]
edfbrowser_165_source/biosemi2bdfplus.h:70:37: note: Function 'UI_BIOSEMI2BDFPLUSwindow' argument 1 names different: declaration 'parent' definition 'w_parent'.
edfbrowser_165_source/biosemi2bdfplus.cpp:37:61: note: Function 'UI_BIOSEMI2BDFPLUSwindow' argument 1 names different: declaration 'parent' definition 'w_parent'.
edfbrowser_165_source/biosemi2bdfplus.cpp:591:21: warning: Possible buffer overflow if strlen(duration) is larger than or equal to sizeof(annot_ptr). [possibleBufferAccessOutOfBounds]
edfbrowser_165_source/biosemi2bdfplus.cpp:638:21: warning: Possible buffer overflow if strlen(duration) is larger than or equal to sizeof(annot_ptr). [possibleBufferAccessOutOfBounds]
edfbrowser_165_source/check_edf_file.cpp:36:16: style: The scope of the variable 'r' can be reduced. [variableScope]
edfbrowser_165_source/check_edf_file.cpp:37:7: style: The scope of the variable 'dotposition' can be reduced. [variableScope]
edfbrowser_165_source/check_edf_file.cpp:44:13: style: The scope of the variable 'l_tmp' can be reduced. [variableScope]
edfbrowser_165_source/check_edf_file.cpp:45:13: style: The scope of the variable 'l_tmp2' can be reduced. [variableScope]
edfbrowser_165_source/check_edf_file.cpp:1663:29: style: The scope of the variable 'hassign' can be reduced. [variableScope]
edfbrowser_165_source/check_edf_file.cpp:1671:5: style: Variable 'hassign' is modified but its new value is never used. [unreadVariable]
edfbrowser_165_source/check_edf_file.h:58:7: performance: Technically the member function 'EDFfileCheck::is_integer_number' can be static. [functionStatic]
edfbrowser_165_source/check_edf_file.cpp:1661:19: note: Technically the member function 'EDFfileCheck::is_integer_number' can be static.
edfbrowser_165_source/check_edf_file.h:58:7: note: Technically the member function 'EDFfileCheck::is_integer_number' can be static.
edfbrowser_165_source/check_edf_file.h:59:7: performance: Technically the member function 'EDFfileCheck::is_number' can be static. [functionStatic]
edfbrowser_165_source/check_edf_file.cpp:1708:19: note: Technically the member function 'EDFfileCheck::is_number' can be static.
edfbrowser_165_source/check_edf_file.h:59:7: note: Technically the member function 'EDFfileCheck::is_number' can be static.
edfbrowser_165_source/check_edf_file.h:60:13: performance: Technically the member function 'EDFfileCheck::get_long_duration' can be static. [functionStatic]
edfbrowser_165_source/check_edf_file.cpp:1817:25: note: Technically the member function 'EDFfileCheck::get_long_duration' can be static.
edfbrowser_165_source/check_edf_file.h:60:13: note: Technically the member function 'EDFfileCheck::get_long_duration' can be static.
edfbrowser_165_source/check_edf_file.cpp:62:5: error: Memory leak: edf_hdr [memleak]
edfbrowser_165_source/colordialog.cpp:35:45: style: Function 'UI_ColorMenuDialog' argument 1 names different: declaration 'oldColor' definition 'newColor'. [funcArgNamesDifferent]
edfbrowser_165_source/colordialog.h:59:27: note: Function 'UI_ColorMenuDialog' argument 1 names different: declaration 'oldColor' definition 'newColor'.
edfbrowser_165_source/colordialog.cpp:35:45: note: Function 'UI_ColorMenuDialog' argument 1 names different: declaration 'oldColor' definition 'newColor'.
edfbrowser_165_source/colordialog.cpp:35:64: style: Function 'UI_ColorMenuDialog' argument 2 names different: declaration 'parent' definition 'w_parent'. [funcArgNamesDifferent]
edfbrowser_165_source/colordialog.h:59:46: note: Function 'UI_ColorMenuDialog' argument 2 names different: declaration 'parent' definition 'w_parent'.
edfbrowser_165_source/colordialog.cpp:35:64: note: Function 'UI_ColorMenuDialog' argument 2 names different: declaration 'parent' definition 'w_parent'.
edfbrowser_165_source/ecg_export.cpp:36:16: style: C-style pointer casting [cstyleCast]
edfbrowser_165_source/ecg_export.cpp:103:7: style: The scope of the variable 'len' can be reduced. [variableScope]
edfbrowser_165_source/ecg_export.cpp:105:7: style: The scope of the variable 'type' can be reduced. [variableScope]
edfbrowser_165_source/ecg_export.cpp:107:7: style: The scope of the variable 'samples_cnt' can be reduced. [variableScope]
edfbrowser_165_source/ecg_export.cpp:108:7: style: The scope of the variable 'progress_steps' can be reduced. [variableScope]
edfbrowser_165_source/ecg_export.cpp:109:7: style: The scope of the variable 'datarecords' can be reduced. [variableScope]
edfbrowser_165_source/ecg_export.cpp:115:8: style: The scope of the variable 'str' can be reduced. [variableScope]
edfbrowser_165_source/ecg_export.cpp:118:11: style: The scope of the variable 'buf' can be reduced. [variableScope]
edfbrowser_165_source/ecg_export.cpp:128:9: style: The scope of the variable 'outputfile' can be reduced. [variableScope]
edfbrowser_165_source/ecg_export.cpp:430:20: style: The scope of the variable 'item' can be reduced. [variableScope]
edfbrowser_165_source/ecg_export.cpp:34:37: style: Function 'UI_ECGExport' argument 1 names different: declaration 'parent' definition 'w_parent'. [funcArgNamesDifferent]
edfbrowser_165_source/ecg_export.h:82:25: note: Function 'UI_ECGExport' argument 1 names different: declaration 'parent' definition 'w_parent'.
edfbrowser_165_source/ecg_export.cpp:34:37: note: Function 'UI_ECGExport' argument 1 names different: declaration 'parent' definition 'w_parent'.
edfbrowser_165_source/edf_annot_list.c:109:27: style: The scope of the variable 'tmp_annot' can be reduced. [variableScope]
edfbrowser_165_source/edf_annot_list.c:385:27: style: The scope of the variable 'annot' can be reduced. [variableScope]
edfbrowser_165_source/edf_annot_list.c:419:10: style: The scope of the variable 'j' can be reduced. [variableScope]
edfbrowser_165_source/edf_annot_list.c:420:7: style: The scope of the variable 'len' can be reduced. [variableScope]
edfbrowser_165_source/edf_annot_list.c:428:27: style: The scope of the variable 'annot' can be reduced. [variableScope]
edfbrowser_165_source/edf_annotations.h:61:7: performance: Technically the member function 'EDF_annotations::is_duration_number' can be static. [functionStatic]
edfbrowser_165_source/edf_annotations.cpp:595:22: note: Technically the member function 'EDF_annotations::is_duration_number' can be static.
edfbrowser_165_source/edf_annotations.h:61:7: note: Technically the member function 'EDF_annotations::is_duration_number' can be static.
edfbrowser_165_source/edf_annotations.h:62:7: performance: Technically the member function 'EDF_annotations::is_onset_number' can be static. [functionStatic]
edfbrowser_165_source/edf_annotations.cpp:623:22: note: Technically the member function 'EDF_annotations::is_onset_number' can be static.
edfbrowser_165_source/edf_annotations.h:62:7: note: Technically the member function 'EDF_annotations::is_onset_number' can be static.
edfbrowser_165_source/edf_annotations.h:64:13: performance: Technically the member function 'EDF_annotations::get_long_time' can be static. [functionStatic]
edfbrowser_165_source/edf_annotations.cpp:653:28: note: Technically the member function 'EDF_annotations::get_long_time' can be static.
edfbrowser_165_source/edf_annotations.h:64:13: note: Technically the member function 'EDF_annotations::get_long_time' can be static.
edfbrowser_165_source/edf_annotations.h:66:7: performance: Technically the member function 'EDF_annotations::check_device' can be static. [functionStatic]
edfbrowser_165_source/edf_annotations.cpp:716:22: note: Technically the member function 'EDF_annotations::check_device' can be static.
edfbrowser_165_source/edf_annotations.h:66:7: note: Technically the member function 'EDF_annotations::check_device' can be static.
edfbrowser_165_source/edf_compat.cpp:38:16: style: C-style pointer casting [cstyleCast]
edfbrowser_165_source/edf_compat.cpp:683:29: style: The scope of the variable 'hassign' can be reduced. [variableScope]
edfbrowser_165_source/edf_compat.cpp:34:49: style: Function 'UI_EDFCompatwindow' argument 1 names different: declaration 'parent' definition 'w_parent'. [funcArgNamesDifferent]
edfbrowser_165_source/edf_compat.h:67:31: note: Function 'UI_EDFCompatwindow' argument 1 names different: declaration 'parent' definition 'w_parent'.
edfbrowser_165_source/edf_compat.cpp:34:49: note: Function 'UI_EDFCompatwindow' argument 1 names different: declaration 'parent' definition 'w_parent'.
edfbrowser_165_source/edf_compat.cpp:114:24: style: union member 'Anonymous2::one' is never used. [unusedStructMember]
edfbrowser_165_source/edf_compat.cpp:117:24: style: union member 'Anonymous2::two_signed' is never used. [unusedStructMember]
edfbrowser_165_source/edf_compat.cpp:691:5: style: Variable 'hassign' is modified but its new value is never used. [unreadVariable]
edfbrowser_165_source/edf_helper.c:62:7: style: The scope of the variable 'i' can be reduced. [variableScope]
edfbrowser_165_source/edfplusd_cnv.cpp:412:19: error: Read and write operations without a call to a positioning function (fseek, fsetpos or rewind) or fflush in between result in undefined behaviour. [IOWithoutPositioning]
edfbrowser_165_source/edfplusd_cnv.cpp:585:15: error: Read and write operations without a call to a positioning function (fseek, fsetpos or rewind) or fflush in between result in undefined behaviour. [IOWithoutPositioning]
edfbrowser_165_source/edit_annotation_dock.cpp:36:16: style: C-style pointer casting [cstyleCast]
edfbrowser_165_source/edit_annotation_dock.cpp:346:3: style: Variable 'annot' is reassigned a value before the old one has been used. [redundantAssignment]
edfbrowser_165_source/edit_annotation_dock.cpp:344:0: note: Variable 'annot' is reassigned a value before the old one has been used.
edfbrowser_165_source/edit_annotation_dock.cpp:346:3: note: Variable 'annot' is reassigned a value before the old one has been used.
edfbrowser_165_source/edit_annotation_dock.cpp:34:59: style: Function 'UI_AnnotationEditwindow' argument 1 names different: declaration 'parent' definition 'w_parent'. [funcArgNamesDifferent]
edfbrowser_165_source/edit_annotation_dock.h:75:36: note: Function 'UI_AnnotationEditwindow' argument 1 names different: declaration 'parent' definition 'w_parent'.
edfbrowser_165_source/edit_annotation_dock.cpp:34:59: note: Function 'UI_AnnotationEditwindow' argument 1 names different: declaration 'parent' definition 'w_parent'.
edfbrowser_165_source/edit_predefined_mtg.cpp:40:16: style: C-style pointer casting [cstyleCast]
edfbrowser_165_source/edit_predefined_mtg.cpp:34:71: style: Function 'UI_edit_predefined_mtg_window' argument 1 names different: declaration 'parent' definition 'w_parent'. [funcArgNamesDifferent]
edfbrowser_165_source/edit_predefined_mtg.h:66:42: note: Function 'UI_edit_predefined_mtg_window' argument 1 names different: declaration 'parent' definition 'w_parent'.
edfbrowser_165_source/edit_predefined_mtg.cpp:34:71: note: Function 'UI_edit_predefined_mtg_window' argument 1 names different: declaration 'parent' definition 'w_parent'.
edfbrowser_165_source/emsa2edf.cpp:757:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
edfbrowser_165_source/emsa2edf.cpp:93:7: style: The scope of the variable 'b_year' can be reduced. [variableScope]
edfbrowser_165_source/emsa2edf.cpp:94:7: style: The scope of the variable 'b_date' can be reduced. [variableScope]
edfbrowser_165_source/emsa2edf.cpp:103:7: style: The scope of the variable 'time_on' can be reduced. [variableScope]
edfbrowser_165_source/emsa2edf.cpp:104:7: style: The scope of the variable 'time_off' can be reduced. [variableScope]
edfbrowser_165_source/emsa2edf.cpp:116:8: style: The scope of the variable 'b_month' can be reduced. [variableScope]
edfbrowser_165_source/emsa2edf.cpp:126:14: style: union member 'Anonymous0::number' is never used. [unusedStructMember]
edfbrowser_165_source/export_annotations.cpp:37:16: style: C-style pointer casting [cstyleCast]
edfbrowser_165_source/export_annotations.cpp:208:7: style: The scope of the variable 'hdl' can be reduced. [variableScope]
edfbrowser_165_source/export_annotations.cpp:33:65: style: Function 'UI_ExportAnnotationswindow' argument 1 names different: declaration 'parent' definition 'w_parent'. [funcArgNamesDifferent]
edfbrowser_165_source/export_annotations.h:86:39: note: Function 'UI_ExportAnnotationswindow' argument 1 names different: declaration 'parent' definition 'w_parent'.
edfbrowser_165_source/export_annotations.cpp:33:65: note: Function 'UI_ExportAnnotationswindow' argument 1 names different: declaration 'parent' definition 'w_parent'.
edfbrowser_165_source/export_filtered_signals.cpp:36:16: style: C-style pointer casting [cstyleCast]
edfbrowser_165_source/export_filtered_signals.cpp:217:13: style: The scope of the variable 'seconds' can be reduced. [variableScope]
edfbrowser_165_source/export_filtered_signals.cpp:218:13: style: The scope of the variable 'milliSec' can be reduced. [variableScope]
edfbrowser_165_source/export_filtered_signals.cpp:220:7: style: The scope of the variable 'days' can be reduced. [variableScope]
edfbrowser_165_source/export_filtered_signals.cpp:222:8: style: The scope of the variable 'scratchpad' can be reduced. [variableScope]
edfbrowser_165_source/export_filtered_signals.cpp:34:73: style: Function 'UI_ExportFilteredSignalsWindow' argument 1 names different: declaration 'parent' definition 'w_parent'. [funcArgNamesDifferent]
edfbrowser_165_source/export_filtered_signals.h:85:43: note: Function 'UI_ExportFilteredSignalsWindow' argument 1 names different: declaration 'parent' definition 'w_parent'.
edfbrowser_165_source/export_filtered_signals.cpp:34:73: note: Function 'UI_ExportFilteredSignalsWindow' argument 1 names different: declaration 'parent' definition 'w_parent'.
edfbrowser_165_source/filter_dialog.cpp:85:16: style: C-style pointer casting [cstyleCast]
edfbrowser_165_source/filter_dialog.cpp:244:3: style: Variable 'order' is reassigned a value before the old one has been used. [redundantAssignment]
edfbrowser_165_source/filter_dialog.cpp:232:0: note: Variable 'order' is reassigned a value before the old one has been used.
edfbrowser_165_source/filter_dialog.cpp:244:3: note: Variable 'order' is reassigned a value before the old one has been used.
edfbrowser_165_source/filter_dialog.cpp:70:20: style: The scope of the variable 'item' can be reduced. [variableScope]
edfbrowser_165_source/filter_dialog.cpp:483:8: style: The scope of the variable 'str' can be reduced. [variableScope]
edfbrowser_165_source/filter_dialog.cpp:554:8: style: The scope of the variable 'str' can be reduced. [variableScope]
edfbrowser_165_source/filter_dialog.cpp:700:8: style: The scope of the variable 'str' can be reduced. [variableScope]
edfbrowser_165_source/filter_dialog.cpp:746:9: style: The scope of the variable 'err' can be reduced. [variableScope]
edfbrowser_165_source/filter_dialog.cpp:66:43: style: Function 'UI_FilterDialog' argument 1 names different: declaration 'parent' definition 'w_parent'. [funcArgNamesDifferent]
edfbrowser_165_source/filter_dialog.h:75:28: note: Function 'UI_FilterDialog' argument 1 names different: declaration 'parent' definition 'w_parent'.
edfbrowser_165_source/filter_dialog.cpp:66:43: note: Function 'UI_FilterDialog' argument 1 names different: declaration 'parent' definition 'w_parent'.
edfbrowser_165_source/filtercurve.cpp:33:35: style: Function 'FilterCurve' argument 1 names different: declaration 'parent' definition 'w_parent'. [funcArgNamesDifferent]
edfbrowser_165_source/filtercurve.h:47:24: note: Function 'FilterCurve' argument 1 names different: declaration 'parent' definition 'w_parent'.
edfbrowser_165_source/filtercurve.cpp:33:35: note: Function 'FilterCurve' argument 1 names different: declaration 'parent' definition 'w_parent'.
edfbrowser_165_source/filtercurve.cpp:33:14: warning: Member variable 'FilterCurve::max_value1' is not initialized in the constructor. [uninitMemberVar]
edfbrowser_165_source/filtercurve.cpp:33:14: warning: Member variable 'FilterCurve::min_value1' is not initialized in the constructor. [uninitMemberVar]
edfbrowser_165_source/filtercurve.cpp:33:14: warning: Member variable 'FilterCurve::max_value2' is not initialized in the constructor. [uninitMemberVar]
edfbrowser_165_source/filtercurve.cpp:33:14: warning: Member variable 'FilterCurve::min_value2' is not initialized in the constructor. [uninitMemberVar]
edfbrowser_165_source/filtercurve.cpp:33:14: warning: Member variable 'FilterCurve::bufsize1' is not initialized in the constructor. [uninitMemberVar]
edfbrowser_165_source/filtercurve.cpp:33:14: warning: Member variable 'FilterCurve::bufsize2' is not initialized in the constructor. [uninitMemberVar]
edfbrowser_165_source/filteredblockread.cpp:181:12: warning: Either the condition 'readbuf==NULL' is redundant or there is possible null pointer dereference: readbuf. [nullPointerRedundantCheck]
edfbrowser_165_source/filteredblockread.cpp:186:15: note: Assuming that condition 'readbuf==NULL' is not redundant
edfbrowser_165_source/filteredblockread.cpp:181:12: note: Null pointer dereference
edfbrowser_165_source/filteredblockread.cpp:149:10: style: The scope of the variable 'dig_value' can be reduced. [variableScope]
edfbrowser_165_source/filteredblockread.cpp:153:24: style: union member 'Anonymous0::one' is never used. [unusedStructMember]
edfbrowser_165_source/filteredblockread.cpp:156:24: style: union member 'Anonymous0::two_signed' is never used. [unusedStructMember]
edfbrowser_165_source/filteredblockread.cpp:117:25: warning: Member variable 'FilteredBlockReadClass::samples_per_datrec' is not initialized in the constructor. [uninitMemberVar]
edfbrowser_165_source/filteredblockread.cpp:117:25: warning: Member variable 'FilteredBlockReadClass::skip_filters' is not initialized in the constructor. [uninitMemberVar]
edfbrowser_165_source/filteredblockread.cpp:117:25: warning: Member variable 'FilteredBlockReadClass::bitvalue' is not initialized in the constructor. [uninitMemberVar]
edfbrowser_165_source/filteredblockread.h:73:7: style: Technically the member function 'FilteredBlockReadClass::samples_in_buf' can be const. [functionConst]
edfbrowser_165_source/filteredblockread.cpp:111:29: note: Technically the member function 'FilteredBlockReadClass::samples_in_buf' can be const.
edfbrowser_165_source/filteredblockread.h:73:7: note: Technically the member function 'FilteredBlockReadClass::samples_in_buf' can be const.
edfbrowser_165_source/flywheel.cpp:259:9: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
edfbrowser_165_source/flywheel.cpp:263:9: note: Found duplicate branches for 'if' and 'else'.
edfbrowser_165_source/flywheel.cpp:259:9: note: Found duplicate branches for 'if' and 'else'.
edfbrowser_165_source/flywheel.cpp:190:21: style: The scope of the variable 'j' can be reduced. [variableScope]
edfbrowser_165_source/flywheel.cpp:190:24: style: The scope of the variable 'b1' can be reduced. [variableScope]
edfbrowser_165_source/flywheel.cpp:192:20: style: The scope of the variable 'rad' can be reduced. [variableScope]
edfbrowser_165_source/flywheel.cpp:281:7: style: The scope of the variable 'i' can be reduced. [variableScope]
edfbrowser_165_source/flywheel.cpp:341:7: style: The scope of the variable 'i' can be reduced. [variableScope]
edfbrowser_165_source/flywheel.cpp:341:10: style: The scope of the variable 'mouse_x' can be reduced. [variableScope]
edfbrowser_165_source/flywheel.cpp:34:35: style: Function 'UI_Flywheel' argument 1 names different: declaration 'parent' definition 'w_parent'. [funcArgNamesDifferent]
edfbrowser_165_source/flywheel.h:52:24: note: Function 'UI_Flywheel' argument 1 names different: declaration 'parent' definition 'w_parent'.
edfbrowser_165_source/flywheel.cpp:34:35: note: Function 'UI_Flywheel' argument 1 names different: declaration 'parent' definition 'w_parent'.
edfbrowser_165_source/fma_ecg2edf.cpp:51:16: style: C-style pointer casting [cstyleCast]
edfbrowser_165_source/header_editor.cpp:36:16: style: C-style pointer casting [cstyleCast]
edfbrowser_165_source/header_editor.cpp:422:10: style: The scope of the variable 'j' can be reduced. [variableScope]
edfbrowser_165_source/header_editor.cpp:422:13: style: The scope of the variable 'p' can be reduced. [variableScope]
edfbrowser_165_source/header_editor.cpp:903:16: style: The scope of the variable 'len' can be reduced. [variableScope]
edfbrowser_165_source/header_editor.cpp:907:8: style: The scope of the variable 'str' can be reduced. [variableScope]
edfbrowser_165_source/header_editor.cpp:910:13: style: The scope of the variable 'l_tmp' can be reduced. [variableScope]
edfbrowser_165_source/header_editor.cpp:34:55: style: Function 'UI_headerEditorWindow' argument 1 names different: declaration 'parent' definition 'w_parent'. [funcArgNamesDifferent]
edfbrowser_165_source/header_editor.h:76:34: note: Function 'UI_headerEditorWindow' argument 1 names different: declaration 'parent' definition 'w_parent'.
edfbrowser_165_source/header_editor.cpp:34:55: note: Function 'UI_headerEditorWindow' argument 1 names different: declaration 'parent' definition 'w_parent'.
edfbrowser_165_source/header_editor.cpp:241:3: style: Class 'UI_headerEditorWindow' does not have a destructor which is recommended since it has dynamic memory/resource allocation(s). [noDestructor]
edfbrowser_165_source/import_annotations.cpp:123:16: style: C-style pointer casting [cstyleCast]
edfbrowser_165_source/import_annotations.cpp:583:8: style: The scope of the variable 'str' can be reduced. [variableScope]
edfbrowser_165_source/import_annotations.cpp:692:7: style: The scope of the variable 'annot_code' can be reduced. [variableScope]
edfbrowser_165_source/import_annotations.cpp:694:7: style: The scope of the variable 'skip' can be reduced. [variableScope]
edfbrowser_165_source/import_annotations.cpp:1493:27: style: The scope of the variable 'annotation' can be reduced. [variableScope]
edfbrowser_165_source/import_annotations.cpp:1628:24: style: union member 'Anonymous2::one' is never used. [unusedStructMember]
edfbrowser_165_source/import_annotations.cpp:1631:24: style: union member 'Anonymous2::two_signed' is never used. [unusedStructMember]
edfbrowser_165_source/import_annotations.cpp:1129:7: warning: Possible buffer overflow if strlen(duration) is larger than or equal to sizeof(annotation). [possibleBufferAccessOutOfBounds]
edfbrowser_165_source/import_annotations.cpp:1444:15: warning: Possible buffer overflow if strlen(duration) is larger than or equal to sizeof(annotation). [possibleBufferAccessOutOfBounds]
edfbrowser_165_source/jump_dialog.cpp:37:16: style: C-style pointer casting [cstyleCast]
edfbrowser_165_source/jump_dialog.cpp:35:47: style: Function 'UI_JumpMenuDialog' argument 1 names different: declaration 'parent' definition 'w_parent'. [funcArgNamesDifferent]
edfbrowser_165_source/jump_dialog.h:64:30: note: Function 'UI_JumpMenuDialog' argument 1 names different: declaration 'parent' definition 'w_parent'.
edfbrowser_165_source/jump_dialog.cpp:35:47: note: Function 'UI_JumpMenuDialog' argument 1 names different: declaration 'parent' definition 'w_parent'.
edfbrowser_165_source/load_montage_dialog.cpp:38:16: style: C-style pointer casting [cstyleCast]
edfbrowser_165_source/load_montage_dialog.cpp:98:7: style: The scope of the variable 'skip' can be reduced. [variableScope]
edfbrowser_165_source/load_montage_dialog.cpp:101:7: style: The scope of the variable 'signals_read' can be reduced. [variableScope]
edfbrowser_165_source/load_montage_dialog.cpp:102:7: style: The scope of the variable 'signal_cnt' can be reduced. [variableScope]
edfbrowser_165_source/load_montage_dialog.cpp:2216:7: style: The scope of the variable 'i' can be reduced. [variableScope]
edfbrowser_165_source/load_montage_dialog.cpp:34:53: style: Function 'UI_LoadMontagewindow' argument 1 names different: declaration 'parent' definition 'w_parent'. [funcArgNamesDifferent]
edfbrowser_165_source/load_montage_dialog.h:75:33: note: Function 'UI_LoadMontagewindow' argument 1 names different: declaration 'parent' definition 'w_parent'.
edfbrowser_165_source/load_montage_dialog.cpp:34:53: note: Function 'UI_LoadMontagewindow' argument 1 names different: declaration 'parent' definition 'w_parent'.
edfbrowser_165_source/mainwindow.cpp:60:7: style: The scope of the variable 'i' can be reduced. [variableScope]
edfbrowser_165_source/mainwindow.cpp:1017:7: style: The scope of the variable 'i' can be reduced. [variableScope]
edfbrowser_165_source/mainwindow.cpp:1052:7: style: The scope of the variable 'i' can be reduced. [variableScope]
edfbrowser_165_source/mainwindow.cpp:1087:7: style: The scope of the variable 'i' can be reduced. [variableScope]
edfbrowser_165_source/mainwindow.cpp:1204:7: style: The scope of the variable 'i' can be reduced. [variableScope]
edfbrowser_165_source/mainwindow.cpp:1381:10: style: The scope of the variable 'len' can be reduced. [variableScope]
edfbrowser_165_source/mainwindow.cpp:1387:12: style: The scope of the variable 'act' can be reduced. [variableScope]
edfbrowser_165_source/mainwindow.cpp:1756:7: style: The scope of the variable 'i' can be reduced. [variableScope]
edfbrowser_165_source/mainwindow.cpp:1756:10: style: The scope of the variable 'len' can be reduced. [variableScope]
edfbrowser_165_source/mainwindow.cpp:2422:10: style: The scope of the variable 'mm' can be reduced. [variableScope]
edfbrowser_165_source/mainwindow.cpp:2441:10: style: The scope of the variable 'mm' can be reduced. [variableScope]
edfbrowser_165_source/mainwindow.cpp:2460:10: style: The scope of the variable 'mm' can be reduced. [variableScope]
edfbrowser_165_source/mainwindow.cpp:2479:7: style: The scope of the variable 'i' can be reduced. [variableScope]
edfbrowser_165_source/mainwindow.cpp:2565:7: style: The scope of the variable 'i' can be reduced. [variableScope]
edfbrowser_165_source/mainwindow.cpp:2915:23: style: The scope of the variable 'original_value' can be reduced. [variableScope]
edfbrowser_165_source/mainwindow.cpp:2915:39: style: The scope of the variable 'value2' can be reduced. [variableScope]
edfbrowser_165_source/mainwindow.cpp:3575:21: style: The scope of the variable 'cnt' can be reduced. [variableScope]
edfbrowser_165_source/mainwindow.cpp:3626:9: style: The scope of the variable 'err' can be reduced. [variableScope]
edfbrowser_165_source/mainwindow.cpp:3663:7: error: Memory leak: newsignalcomp [memleak]
edfbrowser_165_source/mainwindow.cpp:3675:7: error: Memory leak: newsignalcomp [memleak]
edfbrowser_165_source/mainwindow.cpp:1459:11: error: Uninitialized variable: position [uninitvar]
edfbrowser_165_source/mainwindow_constr.cpp:164:28: style: C-style pointer casting [cstyleCast]
edfbrowser_165_source/mainwindow_constr.cpp:179:28: style: C-style pointer casting [cstyleCast]
edfbrowser_165_source/mainwindow_constr.cpp:975:8: style: The scope of the variable 'tmp_str' can be reduced. [variableScope]
edfbrowser_165_source/manscan2edf.cpp:184:5: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
edfbrowser_165_source/manscan2edf.cpp:1700:28: style: Redundant condition: If 'EXPR == 0', the comparison 'EXPR != ' '' is always true. [redundantCondition]
edfbrowser_165_source/manscan2edf.cpp:1728:28: style: Redundant condition: If 'EXPR == 0', the comparison 'EXPR != ' '' is always true. [redundantCondition]
edfbrowser_165_source/manscan2edf.cpp:1753:28: style: Redundant condition: If 'EXPR == 0', the comparison 'EXPR != ' '' is always true. [redundantCondition]
edfbrowser_165_source/manscan2edf.cpp:112:29: style: The scope of the variable 'chns' can be reduced. [variableScope]
edfbrowser_165_source/manscan2edf.cpp:112:37: style: The scope of the variable 'sf' can be reduced. [variableScope]
edfbrowser_165_source/manscan2edf.cpp:112:41: style: The scope of the variable 'blocks' can be reduced. [variableScope]
edfbrowser_165_source/manscan2edf.cpp:1136:10: style: The scope of the variable 'd_tmp' can be reduced. [variableScope]
edfbrowser_165_source/manscan2edf.cpp:1235:7: style: The scope of the variable 'starttime_second' can be reduced. [variableScope]
edfbrowser_165_source/manscan2edf.cpp:1236:7: style: The scope of the variable 'starttime_minute' can be reduced. [variableScope]
edfbrowser_165_source/manscan2edf.cpp:1237:7: style: The scope of the variable 'starttime_hour' can be reduced. [variableScope]
edfbrowser_165_source/manscan2edf.cpp:1420:13: style: The scope of the variable 'len' can be reduced. [variableScope]
edfbrowser_165_source/manscan2edf.cpp:1429:10: style: The scope of the variable 'gain' can be reduced. [variableScope]
edfbrowser_165_source/mit2edf.cpp:981:19: style: The scope of the variable 'tc' can be reduced. [variableScope]
edfbrowser_165_source/mortara2edf.cpp:39:16: style: C-style pointer casting [cstyleCast]
edfbrowser_165_source/mortara2edf.cpp:315:105: error: Undefined behavior: Variable 'scratchpad' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
edfbrowser_165_source/nexfin2edf.cpp:293:20: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
edfbrowser_165_source/nexfin2edf.cpp:291:54: note: outer condition: edfsignals<7
edfbrowser_165_source/nexfin2edf.cpp:293:20: note: opposite inner condition: edfsignals>=32
edfbrowser_165_source/nexfin2edf.cpp:119:7: style: The scope of the variable 'ok' can be reduced. [variableScope]
edfbrowser_165_source/nexfin2edf.cpp:120:7: style: The scope of the variable 'timestep' can be reduced. [variableScope]
edfbrowser_165_source/nexfin2edf.cpp:121:7: style: The scope of the variable 'new_smpl_time' can be reduced. [variableScope]
edfbrowser_165_source/nexfin2edf.cpp:122:7: style: The scope of the variable 'str_start' can be reduced. [variableScope]
edfbrowser_165_source/nexfin2edf.cpp:123:7: style: The scope of the variable 'column' can be reduced. [variableScope]
edfbrowser_165_source/nexfin2edf.cpp:124:7: style: The scope of the variable 'line_nr' can be reduced. [variableScope]
edfbrowser_165_source/nexfin2edf.cpp:127:13: style: The scope of the variable 'file_size' can be reduced. [variableScope]
edfbrowser_165_source/nexfin2edf.cpp:133:8: style: The scope of the variable 'scratchpad' can be reduced. [variableScope]
edfbrowser_165_source/nk2edf.cpp:545:20: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
edfbrowser_165_source/nk2edf.cpp:545:20: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
edfbrowser_165_source/nk2edf.cpp:546:13: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
edfbrowser_165_source/nk2edf.cpp:546:13: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
edfbrowser_165_source/nk2edf.cpp:623:16: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
edfbrowser_165_source/nk2edf.cpp:624:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
edfbrowser_165_source/nk2edf.cpp:1200:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
edfbrowser_165_source/nk2edf.cpp:1212:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
edfbrowser_165_source/nk2edf.cpp:1214:16: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
edfbrowser_165_source/nk2edf.cpp:1215:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
edfbrowser_165_source/nk2edf.cpp:1282:30: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
edfbrowser_165_source/nk2edf.cpp:1283:16: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
edfbrowser_165_source/nk2edf.cpp:97:7: style: The scope of the variable 'datablock_cnt' can be reduced. [variableScope]
edfbrowser_165_source/nk2edf.cpp:100:7: style: The scope of the variable 'n_logs' can be reduced. [variableScope]
edfbrowser_165_source/nk2edf.cpp:101:7: style: The scope of the variable 'n_sublogs' can be reduced. [variableScope]
edfbrowser_165_source/nk2edf.cpp:103:7: style: The scope of the variable 'n_logblocks' can be reduced. [variableScope]
edfbrowser_165_source/nk2edf.cpp:112:8: style: The scope of the variable 'logfilepath' can be reduced. [variableScope]
edfbrowser_165_source/nk2edf.cpp:113:8: style: The scope of the variable 'pntfilepath' can be reduced. [variableScope]
edfbrowser_165_source/nk2edf.cpp:649:7: style: The scope of the variable 'error' can be reduced. [variableScope]
edfbrowser_165_source/nk2edf.cpp:1450:9: style: The scope of the variable 'charpntr' can be reduced. [variableScope]
edfbrowser_165_source/nk2edf.cpp:194:5: warning: The buffer 'logfilepath' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
edfbrowser_165_source/nk2edf.cpp:352:5: warning: The buffer 'pntfilepath' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
edfbrowser_165_source/options_dialog.cpp:40:16: style: C-style pointer casting [cstyleCast]
edfbrowser_165_source/options_dialog.cpp:411:6: style: C-style pointer casting [cstyleCast]
edfbrowser_165_source/options_dialog.cpp:412:22: style: C-style pointer casting [cstyleCast]
edfbrowser_165_source/options_dialog.cpp:921:52: style: C-style pointer casting [cstyleCast]
edfbrowser_165_source/options_dialog.cpp:936:50: style: C-style pointer casting [cstyleCast]
edfbrowser_165_source/options_dialog.cpp:1050:4: style: C-style pointer casting [cstyleCast]
edfbrowser_165_source/options_dialog.cpp:1053:4: style: C-style pointer casting [cstyleCast]
edfbrowser_165_source/options_dialog.cpp:1056:4: style: C-style pointer casting [cstyleCast]
edfbrowser_165_source/options_dialog.cpp:1059:4: style: C-style pointer casting [cstyleCast]
edfbrowser_165_source/options_dialog.cpp:1062:4: style: C-style pointer casting [cstyleCast]
edfbrowser_165_source/options_dialog.cpp:1068:6: style: C-style pointer casting [cstyleCast]
edfbrowser_165_source/options_dialog.cpp:985:7: style: The scope of the variable 'i' can be reduced. [variableScope]
edfbrowser_165_source/options_dialog.cpp:1296:7: style: The scope of the variable 'i' can be reduced. [variableScope]
edfbrowser_165_source/options_dialog.cpp:1383:7: style: The scope of the variable 'i' can be reduced. [variableScope]
edfbrowser_165_source/options_dialog.cpp:1690:8: style: The scope of the variable 'scratchpad' can be reduced. [variableScope]
edfbrowser_165_source/options_dialog.cpp:35:45: style: Function 'UI_OptionsDialog' argument 1 names different: declaration 'parent' definition 'w_parent'. [funcArgNamesDifferent]
edfbrowser_165_source/options_dialog.h:83:29: note: Function 'UI_OptionsDialog' argument 1 names different: declaration 'parent' definition 'w_parent'.
edfbrowser_165_source/options_dialog.cpp:35:45: note: Function 'UI_OptionsDialog' argument 1 names different: declaration 'parent' definition 'w_parent'.
edfbrowser_165_source/pagetime_dialog.cpp:37:16: style: C-style pointer casting [cstyleCast]
edfbrowser_165_source/pagetime_dialog.cpp:35:73: style: Function 'UI_Userdefined_timepage_Dialog' argument 1 names different: declaration 'parent' definition 'w_parent'. [funcArgNamesDifferent]
edfbrowser_165_source/pagetime_dialog.h:64:43: note: Function 'UI_Userdefined_timepage_Dialog' argument 1 names different: declaration 'parent' definition 'w_parent'.
edfbrowser_165_source/pagetime_dialog.cpp:35:73: note: Function 'UI_Userdefined_timepage_Dialog' argument 1 names different: declaration 'parent' definition 'w_parent'.
edfbrowser_165_source/plif_ecg_subtract_filter.c:141:10: style: The scope of the variable 'j' can be reduced. [variableScope]
edfbrowser_165_source/plif_ecg_subtract_filter.c:141:13: style: The scope of the variable 'pre' can be reduced. [variableScope]
edfbrowser_165_source/plif_ecg_subtract_filter.c:141:18: style: The scope of the variable 'linear_buf_idx' can be reduced. [variableScope]
edfbrowser_165_source/plif_ecg_subtract_filter.c:141:34: style: The scope of the variable 'linear_bufs' can be reduced. [variableScope]
edfbrowser_165_source/plif_ecg_subtract_filter.c:141:47: style: The scope of the variable 'linear' can be reduced. [variableScope]
edfbrowser_165_source/plif_ecg_subtract_filter.c:143:20: style: The scope of the variable 'fd_max' can be reduced. [variableScope]
edfbrowser_165_source/plif_ecg_subtract_filter.c:143:28: style: The scope of the variable 'fd_min' can be reduced. [variableScope]
edfbrowser_165_source/plif_ecg_subtract_filter.c:143:36: style: The scope of the variable 'dtmp' can be reduced. [variableScope]
edfbrowser_165_source/plif_ecg_subtract_filter.c:143:42: style: The scope of the variable 'thr' can be reduced. [variableScope]
edfbrowser_165_source/plif_ecg_subtract_filter_dialog.cpp:45:16: style: C-style pointer casting [cstyleCast]
edfbrowser_165_source/plif_ecg_subtract_filter_dialog.cpp:36:13: style: The scope of the variable 's' can be reduced. [variableScope]
edfbrowser_165_source/plif_ecg_subtract_filter_dialog.cpp:36:16: style: The scope of the variable 'sf' can be reduced. [variableScope]
edfbrowser_165_source/plif_ecg_subtract_filter_dialog.cpp:157:10: style: The scope of the variable 's' can be reduced. [variableScope]
edfbrowser_165_source/plif_ecg_subtract_filter_dialog.cpp:157:16: style: The scope of the variable 'sf' can be reduced. [variableScope]
edfbrowser_165_source/plif_ecg_subtract_filter_dialog.cpp:34:63: style: Function 'UI_PLIF_ECG_filter_dialog' argument 1 names different: declaration 'parent' definition 'w_parent'. [funcArgNamesDifferent]
edfbrowser_165_source/plif_ecg_subtract_filter_dialog.h:72:38: note: Function 'UI_PLIF_ECG_filter_dialog' argument 1 names different: declaration 'parent' definition 'w_parent'.
edfbrowser_165_source/plif_ecg_subtract_filter_dialog.cpp:34:63: note: Function 'UI_PLIF_ECG_filter_dialog' argument 1 names different: declaration 'parent' definition 'w_parent'.
edfbrowser_165_source/print_to_bdf.cpp:79:24: style: union member 'Anonymous2::two_signed' is never used. [unusedStructMember]
edfbrowser_165_source/print_to_bdf.cpp:85:24: style: union member 'Anonymous3::two_signed' is never used. [unusedStructMember]
edfbrowser_165_source/print_to_bdf.cpp:90:24: style: union member 'Anonymous4::one' is never used. [unusedStructMember]
edfbrowser_165_source/print_to_bdf.cpp:93:24: style: union member 'Anonymous4::two_signed' is never used. [unusedStructMember]
edfbrowser_165_source/print_to_edf.cpp:79:24: style: union member 'Anonymous2::two_signed' is never used. [unusedStructMember]
edfbrowser_165_source/ravg_filter.cpp:147:7: style: The scope of the variable 'i' can be reduced. [variableScope]
edfbrowser_165_source/raw2edf.cpp:39:16: style: C-style pointer casting [cstyleCast]
edfbrowser_165_source/raw2edf.cpp:482:14: style: union member 'Anonymous2::one' is never used. [unusedStructMember]
edfbrowser_165_source/read_write_settings.cpp:302:12: style: The scope of the variable 'act' can be reduced. [variableScope]
edfbrowser_165_source/read_write_settings.cpp:492:7: style: The scope of the variable 'i' can be reduced. [variableScope]
edfbrowser_165_source/read_write_settings.cpp:1830:7: style: The scope of the variable 'i' can be reduced. [variableScope]
edfbrowser_165_source/read_write_settings.cpp:1833:8: style: The scope of the variable 'str' can be reduced. [variableScope]
edfbrowser_165_source/read_write_settings.cpp:384:5: warning: The buffer 'recent_colordir' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
edfbrowser_165_source/reduce_signals.cpp:36:16: style: C-style pointer casting [cstyleCast]
edfbrowser_165_source/reduce_signals.cpp:256:13: style: The scope of the variable 'seconds' can be reduced. [variableScope]
edfbrowser_165_source/reduce_signals.cpp:257:13: style: The scope of the variable 'milliSec' can be reduced. [variableScope]
edfbrowser_165_source/reduce_signals.cpp:259:7: style: The scope of the variable 'days' can be reduced. [variableScope]
edfbrowser_165_source/reduce_signals.cpp:261:8: style: The scope of the variable 'scratchpad' can be reduced. [variableScope]
edfbrowser_165_source/reduce_signals.cpp:34:57: style: Function 'UI_ReduceSignalsWindow' argument 1 names different: declaration 'parent' definition 'w_parent'. [funcArgNamesDifferent]
edfbrowser_165_source/reduce_signals.h:81:35: note: Function 'UI_ReduceSignalsWindow' argument 1 names different: declaration 'parent' definition 'w_parent'.
edfbrowser_165_source/reduce_signals.cpp:34:57: note: Function 'UI_ReduceSignalsWindow' argument 1 names different: declaration 'parent' definition 'w_parent'.
edfbrowser_165_source/reduce_signals.cpp:631:24: style: union member 'Anonymous2::one' is never used. [unusedStructMember]
edfbrowser_165_source/reduce_signals.cpp:634:24: style: union member 'Anonymous2::two_signed' is never used. [unusedStructMember]
edfbrowser_165_source/save_annots.cpp:36:16: style: The scope of the variable 'n' can be reduced. [variableScope]
edfbrowser_165_source/save_annots.cpp:46:7: style: The scope of the variable 'space' can be reduced. [variableScope]
edfbrowser_165_source/save_montage_dialog.cpp:37:16: style: C-style pointer casting [cstyleCast]
edfbrowser_165_source/save_montage_dialog.cpp:33:53: style: Function 'UI_SaveMontagewindow' argument 1 names different: declaration 'parent' definition 'w_parent'. [funcArgNamesDifferent]
edfbrowser_165_source/save_montage_dialog.h:70:33: note: Function 'UI_SaveMontagewindow' argument 1 names different: declaration 'parent' definition 'w_parent'.
edfbrowser_165_source/save_montage_dialog.cpp:33:53: note: Function 'UI_SaveMontagewindow' argument 1 names different: declaration 'parent' definition 'w_parent'.
edfbrowser_165_source/scp_ecg2edf.cpp:115:3: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
edfbrowser_165_source/scp_ecg2edf.cpp:1338:8: style: The scope of the variable 'str' can be reduced. [variableScope]
edfbrowser_165_source/scp_ecg2edf.cpp:1401:17: style: The scope of the variable 'data' can be reduced. [variableScope]
edfbrowser_165_source/scp_ecg2edf.cpp:1418:18: style: The scope of the variable 'remainder' can be reduced. [variableScope]
edfbrowser_165_source/scp_ecg2edf.cpp:1455:8: style: The scope of the variable 'scp_labels' can be reduced. [variableScope]
edfbrowser_165_source/scp_ecg2edf.cpp:1497:16: style: The scope of the variable 'len' can be reduced. [variableScope]
edfbrowser_165_source/scp_ecg2edf.cpp:1497:21: style: The scope of the variable 'tag' can be reduced. [variableScope]
edfbrowser_165_source/scp_ecg2edf.cpp:1717:23: style: union member 'Anonymous0::one' is never used. [unusedStructMember]
edfbrowser_165_source/show_actual_montage_dialog.cpp:52:16: style: C-style pointer casting [cstyleCast]
edfbrowser_165_source/show_actual_montage_dialog.cpp:49:18: style: The scope of the variable 'signalItem' can be reduced. [variableScope]
edfbrowser_165_source/show_actual_montage_dialog.cpp:50:18: style: The scope of the variable 'filterItem' can be reduced. [variableScope]
edfbrowser_165_source/show_actual_montage_dialog.cpp:35:65: style: Function 'UI_ShowActualMontagewindow' argument 1 names different: declaration 'parent' definition 'w_parent'. [funcArgNamesDifferent]
edfbrowser_165_source/show_actual_montage_dialog.h:69:39: note: Function 'UI_ShowActualMontagewindow' argument 1 names different: declaration 'parent' definition 'w_parent'.
edfbrowser_165_source/show_actual_montage_dialog.cpp:35:65: note: Function 'UI_ShowActualMontagewindow' argument 1 names different: declaration 'parent' definition 'w_parent'.
edfbrowser_165_source/show_edf_hdr.cpp:38:16: style: C-style pointer casting [cstyleCast]
edfbrowser_165_source/show_edf_hdr.cpp:562:11: style: The scope of the variable 'ql' can be reduced. [variableScope]
edfbrowser_165_source/show_edf_hdr.cpp:34:43: style: Function 'UI_EDFhdrwindow' argument 1 names different: declaration 'parent' definition 'w_parent'. [funcArgNamesDifferent]
edfbrowser_165_source/show_edf_hdr.h:68:28: note: Function 'UI_EDFhdrwindow' argument 1 names different: declaration 'parent' definition 'w_parent'.
edfbrowser_165_source/show_edf_hdr.cpp:34:43: note: Function 'UI_EDFhdrwindow' argument 1 names different: declaration 'parent' definition 'w_parent'.
edfbrowser_165_source/signal_chooser.cpp:41:16: style: C-style pointer casting [cstyleCast]
edfbrowser_165_source/signal_chooser.cpp:125:20: style: The scope of the variable 'item' can be reduced. [variableScope]
edfbrowser_165_source/signal_chooser.cpp:142:7: style: The scope of the variable 'i' can be reduced. [variableScope]
edfbrowser_165_source/signal_chooser.cpp:193:7: style: The scope of the variable 'sigcomp_nr' can be reduced. [variableScope]
edfbrowser_165_source/signal_chooser.cpp:244:7: style: The scope of the variable 'sigcomp_nr' can be reduced. [variableScope]
edfbrowser_165_source/signal_chooser.cpp:339:7: style: The scope of the variable 'sigcomp_nr' can be reduced. [variableScope]
edfbrowser_165_source/signal_chooser.cpp:531:7: style: The scope of the variable 'i' can be reduced. [variableScope]
edfbrowser_165_source/signalcurve.cpp:1351:22: warning: Comparison of a boolean expression with an integer. [compareBoolExpressionWithInt]
edfbrowser_165_source/signalcurve.cpp:814:7: style: The scope of the variable 'precision' can be reduced. [variableScope]
edfbrowser_165_source/signalcurve.cpp:1368:7: style: The scope of the variable 'precision' can be reduced. [variableScope]
edfbrowser_165_source/signalcurve.cpp:1390:10: style: The scope of the variable 'pixelsPerUnit' can be reduced. [variableScope]
edfbrowser_165_source/signalcurve.cpp:1391:10: style: The scope of the variable 'sum_colorbar_value' can be reduced. [variableScope]
edfbrowser_165_source/signalcurve.cpp:1651:7: style: The scope of the variable 't' can be reduced. [variableScope]
edfbrowser_165_source/signalcurve.cpp:33:35: style: Function 'SignalCurve' argument 1 names different: declaration 'parent' definition 'w_parent'. [funcArgNamesDifferent]
edfbrowser_165_source/signalcurve.h:83:24: note: Function 'SignalCurve' argument 1 names different: declaration 'parent' definition 'w_parent'.
edfbrowser_165_source/signalcurve.cpp:33:35: note: Function 'SignalCurve' argument 1 names different: declaration 'parent' definition 'w_parent'.
edfbrowser_165_source/signalcurve.cpp:33:14: warning: Member variable 'SignalCurve::sidemenu' is not initialized in the constructor. [uninitMemberVar]
edfbrowser_165_source/signalcurve.cpp:33:14: warning: Member variable 'SignalCurve::sidemenuButton1' is not initialized in the constructor. [uninitMemberVar]
edfbrowser_165_source/signalcurve.cpp:33:14: warning: Member variable 'SignalCurve::sidemenuButton2' is not initialized in the constructor. [uninitMemberVar]
edfbrowser_165_source/signalcurve.cpp:33:14: warning: Member variable 'SignalCurve::sidemenuButton3' is not initialized in the constructor. [uninitMemberVar]
edfbrowser_165_source/signalcurve.cpp:33:14: warning: Member variable 'SignalCurve::sidemenuButton4' is not initialized in the constructor. [uninitMemberVar]
edfbrowser_165_source/signalcurve.cpp:33:14: warning: Member variable 'SignalCurve::sidemenuButton5' is not initialized in the constructor. [uninitMemberVar]
edfbrowser_165_source/signalcurve.cpp:33:14: warning: Member variable 'SignalCurve::sidemenuButton6' is not initialized in the constructor. [uninitMemberVar]
edfbrowser_165_source/signalcurve.cpp:33:14: warning: Member variable 'SignalCurve::printer' is not initialized in the constructor. [uninitMemberVar]
edfbrowser_165_source/signalcurve.cpp:33:14: warning: Member variable 'SignalCurve::printsize_x_factor' is not initialized in the constructor. [uninitMemberVar]
edfbrowser_165_source/signalcurve.cpp:33:14: warning: Member variable 'SignalCurve::printsize_y_factor' is not initialized in the constructor. [uninitMemberVar]
edfbrowser_165_source/signalcurve.cpp:33:14: warning: Member variable 'SignalCurve::line1_start_y' is not initialized in the constructor. [uninitMemberVar]
edfbrowser_165_source/signalcurve.cpp:33:14: warning: Member variable 'SignalCurve::line1_end_y' is not initialized in the constructor. [uninitMemberVar]
edfbrowser_165_source/signalcurve.cpp:33:14: warning: Member variable 'SignalCurve::mouse_x' is not initialized in the constructor. [uninitMemberVar]
edfbrowser_165_source/signalcurve.cpp:33:14: warning: Member variable 'SignalCurve::mouse_y' is not initialized in the constructor. [uninitMemberVar]
edfbrowser_165_source/signalcurve.cpp:33:14: warning: Member variable 'SignalCurve::mouse_old_x' is not initialized in the constructor. [uninitMemberVar]
edfbrowser_165_source/signalcurve.cpp:33:14: warning: Member variable 'SignalCurve::mouse_old_y' is not initialized in the constructor. [uninitMemberVar]
edfbrowser_165_source/signalcurve.cpp:33:14: warning: Member variable 'SignalCurve::crosshair_1_y_position' is not initialized in the constructor. [uninitMemberVar]
edfbrowser_165_source/signalcurve.cpp:33:14: warning: Member variable 'SignalCurve::crosshair_1_y_value' is not initialized in the constructor. [uninitMemberVar]
edfbrowser_165_source/signalcurve.cpp:33:14: warning: Member variable 'SignalCurve::marker_1_x_position' is not initialized in the constructor. [uninitMemberVar]
edfbrowser_165_source/signalcurve.cpp:33:14: warning: Member variable 'SignalCurve::marker_2_x_position' is not initialized in the constructor. [uninitMemberVar]
edfbrowser_165_source/signalcurve.cpp:33:14: warning: Member variable 'SignalCurve::line1_start_x' is not initialized in the constructor. [uninitMemberVar]
edfbrowser_165_source/signalcurve.cpp:33:14: warning: Member variable 'SignalCurve::line1_end_x' is not initialized in the constructor. [uninitMemberVar]
edfbrowser_165_source/signalcurve.cpp:33:14: warning: Member variable 'SignalCurve::w' is not initialized in the constructor. [uninitMemberVar]
edfbrowser_165_source/signalcurve.cpp:33:14: warning: Member variable 'SignalCurve::h' is not initialized in the constructor. [uninitMemberVar]
edfbrowser_165_source/signals_dialog.cpp:38:16: style: C-style pointer casting [cstyleCast]
edfbrowser_165_source/signals_dialog.cpp:174:20: style: The scope of the variable 'item' can be reduced. [variableScope]
edfbrowser_165_source/signals_dialog.cpp:264:13: style: The scope of the variable 's' can be reduced. [variableScope]
edfbrowser_165_source/signals_dialog.cpp:345:13: style: The scope of the variable 'row' can be reduced. [variableScope]
edfbrowser_165_source/signals_dialog.cpp:347:20: style: The scope of the variable 'item' can be reduced. [variableScope]
edfbrowser_165_source/signals_dialog.cpp:369:19: style: The scope of the variable 's' can be reduced. [variableScope]
edfbrowser_165_source/signals_dialog.cpp:369:22: style: The scope of the variable 'row' can be reduced. [variableScope]
edfbrowser_165_source/signals_dialog.cpp:503:19: style: The scope of the variable 's' can be reduced. [variableScope]
edfbrowser_165_source/signals_dialog.cpp:503:22: style: The scope of the variable 'row' can be reduced. [variableScope]
edfbrowser_165_source/signals_dialog.cpp:634:13: style: The scope of the variable 'len' can be reduced. [variableScope]
edfbrowser_165_source/signals_dialog.cpp:773:20: style: The scope of the variable 'item' can be reduced. [variableScope]
edfbrowser_165_source/signals_dialog.cpp:811:7: style: The scope of the variable 'i' can be reduced. [variableScope]
edfbrowser_165_source/signals_dialog.cpp:34:45: style: Function 'UI_Signalswindow' argument 1 names different: declaration 'parent' definition 'w_parent'. [funcArgNamesDifferent]
edfbrowser_165_source/signals_dialog.h:73:29: note: Function 'UI_Signalswindow' argument 1 names different: declaration 'parent' definition 'w_parent'.
edfbrowser_165_source/signals_dialog.cpp:34:45: note: Function 'UI_Signalswindow' argument 1 names different: declaration 'parent' definition 'w_parent'.
edfbrowser_165_source/special_button.cpp:33:39: style: Function 'SpecialButton' argument 1 names different: declaration 'parent' definition 'w_parent'. [funcArgNamesDifferent]
edfbrowser_165_source/special_button.h:47:26: note: Function 'SpecialButton' argument 1 names different: declaration 'parent' definition 'w_parent'.
edfbrowser_165_source/special_button.cpp:33:39: note: Function 'SpecialButton' argument 1 names different: declaration 'parent' definition 'w_parent'.
edfbrowser_165_source/special_button.cpp:35:3: performance: Variable 'ButtonColor' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
edfbrowser_165_source/spectrum_dock.cpp:64:16: style: C-style pointer casting [cstyleCast]
edfbrowser_165_source/spectrum_dock.cpp:704:8: style: The scope of the variable 'str' can be reduced. [variableScope]
edfbrowser_165_source/spectrum_dock.cpp:784:7: style: The scope of the variable 'i' can be reduced. [variableScope]
edfbrowser_165_source/spectrum_dock.cpp:823:16: style: The scope of the variable 'n' can be reduced. [variableScope]
edfbrowser_165_source/spectrum_dock.cpp:827:16: style: The scope of the variable 's2' can be reduced. [variableScope]
edfbrowser_165_source/spectrum_dock.cpp:831:10: style: The scope of the variable 'dig_value' can be reduced. [variableScope]
edfbrowser_165_source/spectrum_dock.cpp:38:55: style: Function 'UI_SpectrumDockWindow' argument 1 names different: declaration 'parent' definition 'w_parent'. [funcArgNamesDifferent]
edfbrowser_165_source/spectrum_dock.h:99:34: note: Function 'UI_SpectrumDockWindow' argument 1 names different: declaration 'parent' definition 'w_parent'.
edfbrowser_165_source/spectrum_dock.cpp:38:55: note: Function 'UI_SpectrumDockWindow' argument 1 names different: declaration 'parent' definition 'w_parent'.
edfbrowser_165_source/spectrum_dock.cpp:835:24: style: union member 'Anonymous2::one' is never used. [unusedStructMember]
edfbrowser_165_source/spectrum_dock.cpp:838:24: style: union member 'Anonymous2::two_signed' is never used. [unusedStructMember]
edfbrowser_165_source/spectrum_dock.cpp:363:69: performance: Function parameter 'sett' should be passed by const reference. [passedByValue]
edfbrowser_165_source/spectrumanalyzer.cpp:71:16: style: C-style pointer casting [cstyleCast]
edfbrowser_165_source/spectrumanalyzer.cpp:45:13: style: The scope of the variable 'l_temp' can be reduced. [variableScope]
edfbrowser_165_source/spectrumanalyzer.cpp:655:10: style: The scope of the variable 'j' can be reduced. [variableScope]
edfbrowser_165_source/spectrumanalyzer.cpp:655:13: style: The scope of the variable 'k' can be reduced. [variableScope]
edfbrowser_165_source/spectrumanalyzer.cpp:657:13: style: The scope of the variable 's' can be reduced. [variableScope]
edfbrowser_165_source/spectrumanalyzer.cpp:657:16: style: The scope of the variable 's2' can be reduced. [variableScope]
edfbrowser_165_source/spectrumanalyzer.cpp:659:10: style: The scope of the variable 'dig_value' can be reduced. [variableScope]
edfbrowser_165_source/spectrumanalyzer.cpp:660:10: style: The scope of the variable 'f_tmp' can be reduced. [variableScope]
edfbrowser_165_source/spectrumanalyzer.cpp:663:24: style: union member 'Anonymous2::one' is never used. [unusedStructMember]
edfbrowser_165_source/spectrumanalyzer.cpp:666:24: style: union member 'Anonymous2::two_signed' is never used. [unusedStructMember]
edfbrowser_165_source/spike_filter.cpp:141:7: style: The scope of the variable 'k' can be reduced. [variableScope]
edfbrowser_165_source/spike_filter.cpp:142:7: style: The scope of the variable 'p_det' can be reduced. [variableScope]
edfbrowser_165_source/spike_filter.cpp:143:7: style: The scope of the variable 'pol' can be reduced. [variableScope]
edfbrowser_165_source/spike_filter.cpp:144:7: style: The scope of the variable 'tmp' can be reduced. [variableScope]
edfbrowser_165_source/spike_filter_dialog.cpp:43:16: style: C-style pointer casting [cstyleCast]
edfbrowser_165_source/spike_filter_dialog.cpp:36:13: style: The scope of the variable 's' can be reduced. [variableScope]
edfbrowser_165_source/spike_filter_dialog.cpp:36:16: style: The scope of the variable 'sf' can be reduced. [variableScope]
edfbrowser_165_source/spike_filter_dialog.cpp:150:10: style: The scope of the variable 's' can be reduced. [variableScope]
edfbrowser_165_source/spike_filter_dialog.cpp:150:16: style: The scope of the variable 'sf' can be reduced. [variableScope]
edfbrowser_165_source/spike_filter_dialog.cpp:150:20: style: The scope of the variable 'holdoff' can be reduced. [variableScope]
edfbrowser_165_source/spike_filter_dialog.cpp:152:10: style: The scope of the variable 'velocity' can be reduced. [variableScope]
edfbrowser_165_source/spike_filter_dialog.cpp:34:53: style: Function 'UI_SpikeFilterDialog' argument 1 names different: declaration 'parent' definition 'w_parent'. [funcArgNamesDifferent]
edfbrowser_165_source/spike_filter_dialog.h:70:33: note: Function 'UI_SpikeFilterDialog' argument 1 names different: declaration 'parent' definition 'w_parent'.
edfbrowser_165_source/spike_filter_dialog.cpp:34:53: note: Function 'UI_SpikeFilterDialog' argument 1 names different: declaration 'parent' definition 'w_parent'.
edfbrowser_165_source/statistics_dialog.cpp:49:7: style: The scope of the variable 'tmp' can be reduced. [variableScope]
edfbrowser_165_source/statistics_dialog.cpp:50:7: style: The scope of the variable 'NN20' can be reduced. [variableScope]
edfbrowser_165_source/statistics_dialog.cpp:51:7: style: The scope of the variable 'pNN20' can be reduced. [variableScope]
edfbrowser_165_source/statistics_dialog.cpp:52:7: style: The scope of the variable 'NN50' can be reduced. [variableScope]
edfbrowser_165_source/statistics_dialog.cpp:53:7: style: The scope of the variable 'pNN50' can be reduced. [variableScope]
edfbrowser_165_source/statistics_dialog.cpp:58:10: style: The scope of the variable 'd_tmp' can be reduced. [variableScope]
edfbrowser_165_source/statistics_dialog.cpp:59:10: style: The scope of the variable 'average_bpm' can be reduced. [variableScope]
edfbrowser_165_source/statistics_dialog.cpp:60:10: style: The scope of the variable 'average_rr' can be reduced. [variableScope]
edfbrowser_165_source/statistics_dialog.cpp:61:10: style: The scope of the variable 'sdnn_bpm' can be reduced. [variableScope]
edfbrowser_165_source/statistics_dialog.cpp:62:10: style: The scope of the variable 'sdnn_rr' can be reduced. [variableScope]
edfbrowser_165_source/statistics_dialog.cpp:63:11: style: The scope of the variable 'buf_bpm' can be reduced. [variableScope]
edfbrowser_165_source/statistics_dialog.cpp:64:10: style: The scope of the variable 'rmssd_rr' can be reduced. [variableScope]
edfbrowser_165_source/statistics_dialog.cpp:67:13: style: The scope of the variable 'l_tmp' can be reduced. [variableScope]
edfbrowser_165_source/third_party/fidlib/fidlib.c:1835:24: error: Array 'filter[43]' accessed at index 9998, which is out of bounds. [arrayIndexOutOfBounds]
edfbrowser_165_source/third_party/fidlib/fidlib.c:2265:8: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
edfbrowser_165_source/third_party/fidlib/fidlib.c:2281:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
edfbrowser_165_source/third_party/fidlib/fidrf_cmdlist.h:364:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
edfbrowser_165_source/third_party/fidlib/fidmkf.h:746:16: style: The scope of the variable 'th1' can be reduced. [variableScope]
edfbrowser_165_source/third_party/fidlib/fidlib.c:731:11: style: The scope of the variable 'f1' can be reduced. [variableScope]
edfbrowser_165_source/third_party/fidlib/fidlib.c:731:15: style: The scope of the variable 'f2' can be reduced. [variableScope]
edfbrowser_165_source/third_party/fidlib/fidlib.c:732:11: style: The scope of the variable 'r1' can be reduced. [variableScope]
edfbrowser_165_source/third_party/fidlib/fidlib.c:732:15: style: The scope of the variable 'r2' can be reduced. [variableScope]
edfbrowser_165_source/third_party/fidlib/fidlib.c:1716:11: style: The scope of the variable 'cnt' can be reduced. [variableScope]
edfbrowser_165_source/third_party/fidlib/fidlib.c:2060:8: style: The scope of the variable 'cnt' can be reduced. [variableScope]
edfbrowser_165_source/third_party/fidlib/fidlib.c:312:1: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
edfbrowser_165_source/third_party/fidlib/fidlib.c:325:13: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
edfbrowser_165_source/third_party/kiss_fft/kiss_fft.c:206:11: style: The scope of the variable 'k' can be reduced. [variableScope]
edfbrowser_165_source/third_party/kiss_fft/kiss_fft.c:371:35: style: Function 'kiss_fft_stride' argument 1 names different: declaration 'cfg' definition 'st'. [funcArgNamesDifferent]
edfbrowser_165_source/third_party/kiss_fft/kiss_fft.h:98:35: note: Function 'kiss_fft_stride' argument 1 names different: declaration 'cfg' definition 'st'.
edfbrowser_165_source/third_party/kiss_fft/kiss_fft.c:371:35: note: Function 'kiss_fft_stride' argument 1 names different: declaration 'cfg' definition 'st'.
edfbrowser_165_source/third_party/kiss_fft/kiss_fft.c:371:85: style: Function 'kiss_fft_stride' argument 4 names different: declaration 'fin_stride' definition 'in_stride'. [funcArgNamesDifferent]
edfbrowser_165_source/third_party/kiss_fft/kiss_fft.h:98:86: note: Function 'kiss_fft_stride' argument 4 names different: declaration 'fin_stride' definition 'in_stride'.
edfbrowser_165_source/third_party/kiss_fft/kiss_fft.c:371:85: note: Function 'kiss_fft_stride' argument 4 names different: declaration 'fin_stride' definition 'in_stride'.
edfbrowser_165_source/third_party/kiss_fft/kiss_fftr.c:67:30: style: Function 'kiss_fftr' argument 1 names different: declaration 'cfg' definition 'st'. [funcArgNamesDifferent]
edfbrowser_165_source/third_party/kiss_fft/kiss_fftr.h:29:30: note: Function 'kiss_fftr' argument 1 names different: declaration 'cfg' definition 'st'.
edfbrowser_165_source/third_party/kiss_fft/kiss_fftr.c:67:30: note: Function 'kiss_fftr' argument 1 names different: declaration 'cfg' definition 'st'.
edfbrowser_165_source/third_party/kiss_fft/kiss_fftr.c:123:31: style: Function 'kiss_fftri' argument 1 names different: declaration 'cfg' definition 'st'. [funcArgNamesDifferent]
edfbrowser_165_source/third_party/kiss_fft/kiss_fftr.h:35:31: note: Function 'kiss_fftri' argument 1 names different: declaration 'cfg' definition 'st'.
edfbrowser_165_source/third_party/kiss_fft/kiss_fftr.c:123:31: note: Function 'kiss_fftri' argument 1 names different: declaration 'cfg' definition 'st'.
edfbrowser_165_source/unisens2edf.cpp:1541:76: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
edfbrowser_165_source/unisens2edf.cpp:1568:80: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
edfbrowser_165_source/unisens2edf.cpp:236:8: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
edfbrowser_165_source/unisens2edf.cpp:240:5: note: Found duplicate branches for 'if' and 'else'.
edfbrowser_165_source/unisens2edf.cpp:236:8: note: Found duplicate branches for 'if' and 'else'.
edfbrowser_165_source/unisens2edf.cpp:435:12: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
edfbrowser_165_source/unisens2edf.cpp:439:9: note: Found duplicate branches for 'if' and 'else'.
edfbrowser_165_source/unisens2edf.cpp:435:12: note: Found duplicate branches for 'if' and 'else'.
edfbrowser_165_source/unisens2edf.cpp:628:12: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
edfbrowser_165_source/unisens2edf.cpp:632:9: note: Found duplicate branches for 'if' and 'else'.
edfbrowser_165_source/unisens2edf.cpp:628:12: note: Found duplicate branches for 'if' and 'else'.
edfbrowser_165_source/unisens2edf.cpp:1976:12: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
edfbrowser_165_source/unisens2edf.cpp:1980:9: note: Found duplicate branches for 'if' and 'else'.
edfbrowser_165_source/unisens2edf.cpp:1976:12: note: Found duplicate branches for 'if' and 'else'.
edfbrowser_165_source/unisens2edf.cpp:1738:8: style: The scope of the variable 'sep' can be reduced. [variableScope]
edfbrowser_165_source/unisens2edf.cpp:1743:9: style: The scope of the variable 'csvfile' can be reduced. [variableScope]
edfbrowser_165_source/unisens2edf.cpp:1894:9: style: The scope of the variable 'csvfile' can be reduced. [variableScope]
edfbrowser_165_source/unisens2edf.cpp:1937:10: style: The scope of the variable 'd_tmp' can be reduced. [variableScope]
edfbrowser_165_source/unisens2edf.cpp:1108:26: style: union member 'Anonymous0::two' is never used. [unusedStructMember]
edfbrowser_165_source/unisens2edf.cpp:1109:24: style: union member 'Anonymous0::two_signed' is never used. [unusedStructMember]
edfbrowser_165_source/unisens2edf.cpp:234:5: warning: The buffer 'str_measurementId' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
edfbrowser_165_source/unisens2edf.cpp:238:7: warning: The buffer 'str_measurementId' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
edfbrowser_165_source/utils.c:251:7: style: The scope of the variable 'numberfound' can be reduced. [variableScope]
edfbrowser_165_source/utils.c:252:7: style: The scope of the variable 'dotfound' can be reduced. [variableScope]
edfbrowser_165_source/utils.c:473:10: style: The scope of the variable 'value' can be reduced. [variableScope]
edfbrowser_165_source/utils.c:702:15: style: The scope of the variable 'z' can be reduced. [variableScope]
edfbrowser_165_source/utils.c:772:15: style: The scope of the variable 'z' can be reduced. [variableScope]
edfbrowser_165_source/utils.c:844:15: style: The scope of the variable 'z' can be reduced. [variableScope]
edfbrowser_165_source/utils.c:908:15: style: The scope of the variable 'z' can be reduced. [variableScope]
edfbrowser_165_source/utils.c:1259:29: style: The scope of the variable 'hassign' can be reduced. [variableScope]
edfbrowser_165_source/utils.c:1520:10: style: The scope of the variable 'tmp' can be reduced. [variableScope]
edfbrowser_165_source/utils.c:1580:16: style: The scope of the variable 'tmp' can be reduced. [variableScope]
edfbrowser_165_source/utils.c:1914:7: style: The scope of the variable 'i' can be reduced. [variableScope]
edfbrowser_165_source/utils.c:1991:20: style: union member 'Anonymous0::two' is never used. [unusedStructMember]
edfbrowser_165_source/utils.c:1267:5: style: Variable 'hassign' is modified but its new value is never used. [unreadVariable]
edfbrowser_165_source/videoplayer.cpp:44:7: style: The scope of the variable 'port' can be reduced. [variableScope]
edfbrowser_165_source/videoplayer.cpp:45:7: style: The scope of the variable 'connected' can be reduced. [variableScope]
edfbrowser_165_source/videoplayer.cpp:357:7: style: The scope of the variable 'i' can be reduced. [variableScope]
edfbrowser_165_source/videoplayer.cpp:357:10: style: The scope of the variable 'p' can be reduced. [variableScope]
edfbrowser_165_source/videoplayer.cpp:357:13: style: The scope of the variable 'err' can be reduced. [variableScope]
edfbrowser_165_source/videoplayer.cpp:357:23: style: The scope of the variable 'vpos' can be reduced. [variableScope]
edfbrowser_165_source/videoplayer.cpp:359:14: style: The scope of the variable 'repeat' can be reduced. [variableScope]
edfbrowser_165_source/view_montage_dialog.cpp:38:16: style: C-style pointer casting [cstyleCast]
edfbrowser_165_source/view_montage_dialog.cpp:96:7: style: The scope of the variable 'signals_read' can be reduced. [variableScope]
edfbrowser_165_source/view_montage_dialog.cpp:97:7: style: The scope of the variable 'signal_cnt' can be reduced. [variableScope]
edfbrowser_165_source/view_montage_dialog.cpp:99:7: style: The scope of the variable 'color' can be reduced. [variableScope]
edfbrowser_165_source/view_montage_dialog.cpp:100:7: style: The scope of the variable 'filter_cnt' can be reduced. [variableScope]
edfbrowser_165_source/view_montage_dialog.cpp:102:7: style: The scope of the variable 'ravg_filter_cnt' can be reduced. [variableScope]
edfbrowser_165_source/view_montage_dialog.cpp:103:7: style: The scope of the variable 'fidfilter_cnt' can be reduced. [variableScope]
edfbrowser_165_source/view_montage_dialog.cpp:107:7: style: The scope of the variable 'screen_offset' can be reduced. [variableScope]
edfbrowser_165_source/view_montage_dialog.cpp:123:10: style: The scope of the variable 'voltpercm' can be reduced. [variableScope]
edfbrowser_165_source/view_montage_dialog.cpp:125:10: style: The scope of the variable 'timescale' can be reduced. [variableScope]
edfbrowser_165_source/view_montage_dialog.cpp:130:18: style: The scope of the variable 'signalItem' can be reduced. [variableScope]
edfbrowser_165_source/view_montage_dialog.cpp:131:18: style: The scope of the variable 'filterItem' can be reduced. [variableScope]
edfbrowser_165_source/view_montage_dialog.cpp:36:53: style: Function 'UI_ViewMontagewindow' argument 1 names different: declaration 'parent' definition 'w_parent'. [funcArgNamesDifferent]
edfbrowser_165_source/view_montage_dialog.h:74:33: note: Function 'UI_ViewMontagewindow' argument 1 names different: declaration 'parent' definition 'w_parent'.
edfbrowser_165_source/view_montage_dialog.cpp:36:53: note: Function 'UI_ViewMontagewindow' argument 1 names different: declaration 'parent' definition 'w_parent'.
edfbrowser_165_source/viewbuf.cpp:34:16: style: The scope of the variable 'r' can be reduced. [variableScope]
edfbrowser_165_source/viewbuf.cpp:34:19: style: The scope of the variable 's' can be reduced. [variableScope]
edfbrowser_165_source/viewbuf.cpp:35:7: style: The scope of the variable 'temp' can be reduced. [variableScope]
edfbrowser_165_source/viewbuf.cpp:44:10: style: The scope of the variable 'dig_value' can be reduced. [variableScope]
edfbrowser_165_source/viewbuf.cpp:50:24: style: union member 'Anonymous2::one' is never used. [unusedStructMember]
edfbrowser_165_source/viewbuf.cpp:53:24: style: union member 'Anonymous2::two_signed' is never used. [unusedStructMember]
edfbrowser_165_source/viewcurve.cpp:39:16: style: C-style pointer casting [cstyleCast]
edfbrowser_165_source/viewcurve.cpp:191:13: style: The scope of the variable 'l_tmp' can be reduced. [variableScope]
edfbrowser_165_source/viewcurve.cpp:191:20: style: The scope of the variable 'trshld' can be reduced. [variableScope]
edfbrowser_165_source/viewcurve.cpp:400:10: style: The scope of the variable 'j' can be reduced. [variableScope]
edfbrowser_165_source/viewcurve.cpp:614:10: style: The scope of the variable 'j' can be reduced. [variableScope]
edfbrowser_165_source/viewcurve.cpp:615:7: style: The scope of the variable 'baseline' can be reduced. [variableScope]
edfbrowser_165_source/viewcurve.cpp:620:10: style: The scope of the variable 'zoomfactor' can be reduced. [variableScope]
edfbrowser_165_source/viewcurve.cpp:798:7: style: The scope of the variable 'i' can be reduced. [variableScope]
edfbrowser_165_source/viewcurve.cpp:798:10: style: The scope of the variable 'j' can be reduced. [variableScope]
edfbrowser_165_source/viewcurve.cpp:798:13: style: The scope of the variable 'signalcomps' can be reduced. [variableScope]
edfbrowser_165_source/viewcurve.cpp:798:26: style: The scope of the variable 'delta_x' can be reduced. [variableScope]
edfbrowser_165_source/viewcurve.cpp:798:35: style: The scope of the variable 'delta_y' can be reduced. [variableScope]
edfbrowser_165_source/viewcurve.cpp:800:10: style: The scope of the variable 'd_temp' can be reduced. [variableScope]
edfbrowser_165_source/viewcurve.cpp:980:7: style: The scope of the variable 'i' can be reduced. [variableScope]
edfbrowser_165_source/viewcurve.cpp:980:10: style: The scope of the variable 'j' can be reduced. [variableScope]
edfbrowser_165_source/viewcurve.cpp:981:7: style: The scope of the variable 'len' can be reduced. [variableScope]
edfbrowser_165_source/viewcurve.cpp:983:8: style: The scope of the variable 'path' can be reduced. [variableScope]
edfbrowser_165_source/viewcurve.cpp:985:10: style: The scope of the variable 'height_factor' can be reduced. [variableScope]
edfbrowser_165_source/viewcurve.cpp:1432:22: style: The scope of the variable 'x_tmp' can be reduced. [variableScope]
edfbrowser_165_source/viewcurve.cpp:1436:7: style: The scope of the variable 'vert_ruler_offset' can be reduced. [variableScope]
edfbrowser_165_source/viewcurve.cpp:1439:7: style: The scope of the variable 'marker_x2' can be reduced. [variableScope]
edfbrowser_165_source/viewcurve.cpp:1444:8: style: The scope of the variable 'str2' can be reduced. [variableScope]
edfbrowser_165_source/viewcurve.cpp:2398:10: style: The scope of the variable 'j' can be reduced. [variableScope]
edfbrowser_165_source/viewcurve.cpp:2398:13: style: The scope of the variable 'k' can be reduced. [variableScope]
edfbrowser_165_source/viewcurve.cpp:2398:19: style: The scope of the variable 'x1' can be reduced. [variableScope]
edfbrowser_165_source/viewcurve.cpp:2398:23: style: The scope of the variable 'y1' can be reduced. [variableScope]
edfbrowser_165_source/viewcurve.cpp:2398:27: style: The scope of the variable 'x2' can be reduced. [variableScope]
edfbrowser_165_source/viewcurve.cpp:2398:31: style: The scope of the variable 'y2' can be reduced. [variableScope]
edfbrowser_165_source/viewcurve.cpp:2400:7: style: The scope of the variable 'baseline' can be reduced. [variableScope]
edfbrowser_165_source/viewcurve.cpp:2401:7: style: The scope of the variable 'value' can be reduced. [variableScope]
edfbrowser_165_source/viewcurve.cpp:2402:7: style: The scope of the variable 'minimum' can be reduced. [variableScope]
edfbrowser_165_source/viewcurve.cpp:2403:7: style: The scope of the variable 'maximum' can be reduced. [variableScope]
edfbrowser_165_source/viewcurve.cpp:2404:7: style: The scope of the variable 'runin_samples' can be reduced. [variableScope]
edfbrowser_165_source/viewcurve.cpp:2405:7: style: The scope of the variable 'stat_zero_crossing' can be reduced. [variableScope]
edfbrowser_165_source/viewcurve.cpp:2409:13: style: The scope of the variable 's' can be reduced. [variableScope]
edfbrowser_165_source/viewcurve.cpp:2409:16: style: The scope of the variable 's2' can be reduced. [variableScope]
edfbrowser_165_source/viewcurve.cpp:2411:10: style: The scope of the variable 'dig_value' can be reduced. [variableScope]
edfbrowser_165_source/viewcurve.cpp:2412:10: style: The scope of the variable 'f_tmp' can be reduced. [variableScope]
edfbrowser_165_source/viewcurve.cpp:2991:7: style: The scope of the variable 'baseline' can be reduced. [variableScope]
edfbrowser_165_source/viewcurve.cpp:2996:7: style: The scope of the variable 'stat_zero_crossing' can be reduced. [variableScope]
edfbrowser_165_source/viewcurve.cpp:3000:10: style: The scope of the variable 'dig_value' can be reduced. [variableScope]
edfbrowser_165_source/viewcurve.cpp:3001:10: style: The scope of the variable 'f_tmp' can be reduced. [variableScope]
edfbrowser_165_source/viewcurve.cpp:3744:10: style: The scope of the variable 'j' can be reduced. [variableScope]
edfbrowser_165_source/viewcurve.cpp:3787:10: style: The scope of the variable 'j' can be reduced. [variableScope]
edfbrowser_165_source/viewcurve.cpp:4628:7: style: The scope of the variable 'i' can be reduced. [variableScope]
edfbrowser_165_source/viewcurve.cpp:33:31: style: Function 'ViewCurve' argument 1 names different: declaration 'parent' definition 'w_parent'. [funcArgNamesDifferent]
edfbrowser_165_source/viewcurve.h:129:22: note: Function 'ViewCurve' argument 1 names different: declaration 'parent' definition 'w_parent'.
edfbrowser_165_source/viewcurve.cpp:33:31: note: Function 'ViewCurve' argument 1 names different: declaration 'parent' definition 'w_parent'.
edfbrowser_165_source/viewcurve.cpp:2417:24: style: union member 'Anonymous2::one' is never used. [unusedStructMember]
edfbrowser_165_source/viewcurve.cpp:2420:24: style: union member 'Anonymous2::two_signed' is never used. [unusedStructMember]
edfbrowser_165_source/viewcurve.cpp:3004:24: style: union member 'Anonymous3::one' is never used. [unusedStructMember]
edfbrowser_165_source/viewcurve.cpp:3007:24: style: union member 'Anonymous3::two_signed' is never used. [unusedStructMember]
edfbrowser_165_source/viewcurve.cpp:33:12: warning: Member variable 'ViewCurve::mouse_x' is not initialized in the constructor. [uninitMemberVar]
edfbrowser_165_source/viewcurve.cpp:33:12: warning: Member variable 'ViewCurve::mouse_y' is not initialized in the constructor. [uninitMemberVar]
edfbrowser_165_source/viewcurve.cpp:33:12: warning: Member variable 'ViewCurve::mouse_old_x' is not initialized in the constructor. [uninitMemberVar]
edfbrowser_165_source/viewcurve.cpp:33:12: warning: Member variable 'ViewCurve::mouse_old_y' is not initialized in the constructor. [uninitMemberVar]
edfbrowser_165_source/viewcurve.cpp:33:12: warning: Member variable 'ViewCurve::signal_nr' is not initialized in the constructor. [uninitMemberVar]
edfbrowser_165_source/viewcurve.cpp:33:12: warning: Member variable 'ViewCurve::mouse_press_coordinate_x' is not initialized in the constructor. [uninitMemberVar]
edfbrowser_165_source/viewcurve.cpp:33:12: warning: Member variable 'ViewCurve::mouse_press_coordinate_y' is not initialized in the constructor. [uninitMemberVar]
edfbrowser_165_source/viewcurve.cpp:33:12: warning: Member variable 'ViewCurve::ruler_x_position' is not initialized in the constructor. [uninitMemberVar]
edfbrowser_165_source/viewcurve.cpp:33:12: warning: Member variable 'ViewCurve::ruler_y_position' is not initialized in the constructor. [uninitMemberVar]
edfbrowser_165_source/viewcurve.cpp:33:12: warning: Member variable 'ViewCurve::backup_color_10' is not initialized in the constructor. [uninitMemberVar]
edfbrowser_165_source/viewcurve.cpp:33:12: warning: Member variable 'ViewCurve::backup_color_11' is not initialized in the constructor. [uninitMemberVar]
edfbrowser_165_source/viewcurve.cpp:33:12: warning: Member variable 'ViewCurve::backup_color_12' is not initialized in the constructor. [uninitMemberVar]
edfbrowser_165_source/viewcurve.cpp:33:12: warning: Member variable 'ViewCurve::backup_color_14' is not initialized in the constructor. [uninitMemberVar]
edfbrowser_165_source/viewcurve.cpp:33:12: warning: Member variable 'ViewCurve::label_press_y_position' is not initialized in the constructor. [uninitMemberVar]
edfbrowser_165_source/viewcurve.cpp:33:12: warning: Member variable 'ViewCurve::original_screen_offset' is not initialized in the constructor. [uninitMemberVar]
edfbrowser_165_source/viewcurve.cpp:33:12: warning: Member variable 'ViewCurve::sidemenu' is not initialized in the constructor. [uninitMemberVar]
edfbrowser_165_source/viewcurve.cpp:33:12: warning: Member variable 'ViewCurve::sidemenuButton1' is not initialized in the constructor. [uninitMemberVar]
edfbrowser_165_source/viewcurve.cpp:33:12: warning: Member variable 'ViewCurve::sidemenuButton2' is not initialized in the constructor. [uninitMemberVar]
edfbrowser_165_source/viewcurve.cpp:33:12: warning: Member variable 'ViewCurve::sidemenuButton3' is not initialized in the constructor. [uninitMemberVar]
edfbrowser_165_source/viewcurve.cpp:33:12: warning: Member variable 'ViewCurve::sidemenuButton4' is not initialized in the constructor. [uninitMemberVar]
edfbrowser_165_source/viewcurve.cpp:33:12: warning: Member variable 'ViewCurve::sidemenuButton5' is not initialized in the constructor. [uninitMemberVar]
edfbrowser_165_source/viewcurve.cpp:33:12: warning: Member variable 'ViewCurve::sidemenuButton6' is not initialized in the constructor. [uninitMemberVar]
edfbrowser_165_source/viewcurve.cpp:33:12: warning: Member variable 'ViewCurve::sidemenuButton7' is not initialized in the constructor. [uninitMemberVar]
edfbrowser_165_source/viewcurve.cpp:33:12: warning: Member variable 'ViewCurve::sidemenuButton8' is not initialized in the constructor. [uninitMemberVar]
edfbrowser_165_source/viewcurve.cpp:33:12: warning: Member variable 'ViewCurve::sidemenuButton9' is not initialized in the constructor. [uninitMemberVar]
edfbrowser_165_source/viewcurve.cpp:33:12: warning: Member variable 'ViewCurve::sidemenuButton10' is not initialized in the constructor. [uninitMemberVar]
edfbrowser_165_source/viewcurve.cpp:33:12: warning: Member variable 'ViewCurve::sidemenuButton11' is not initialized in the constructor. [uninitMemberVar]
edfbrowser_165_source/viewcurve.cpp:33:12: warning: Member variable 'ViewCurve::sidemenuButton12' is not initialized in the constructor. [uninitMemberVar]
edfbrowser_165_source/viewcurve.cpp:33:12: warning: Member variable 'ViewCurve::sidemenuButton13' is not initialized in the constructor. [uninitMemberVar]
edfbrowser_165_source/viewcurve.cpp:33:12: warning: Member variable 'ViewCurve::ScaleBox' is not initialized in the constructor. [uninitMemberVar]
edfbrowser_165_source/viewcurve.cpp:33:12: warning: Member variable 'ViewCurve::ScaleBox2' is not initialized in the constructor. [uninitMemberVar]
edfbrowser_165_source/viewcurve.cpp:33:12: warning: Member variable 'ViewCurve::SidemenuLabel' is not initialized in the constructor. [uninitMemberVar]
edfbrowser_165_source/viewcurve.cpp:33:12: warning: Member variable 'ViewCurve::AmpLabel' is not initialized in the constructor. [uninitMemberVar]
edfbrowser_165_source/viewcurve.cpp:33:12: warning: Member variable 'ViewCurve::AliasLabel' is not initialized in the constructor. [uninitMemberVar]
edfbrowser_165_source/viewcurve.cpp:33:12: warning: Member variable 'ViewCurve::OffsetLabel' is not initialized in the constructor. [uninitMemberVar]
edfbrowser_165_source/viewcurve.cpp:33:12: warning: Member variable 'ViewCurve::AliasLineEdit' is not initialized in the constructor. [uninitMemberVar]
edfbrowser_165_source/viewcurve.cpp:33:12: warning: Member variable 'ViewCurve::printer' is not initialized in the constructor. [uninitMemberVar]
edfbrowser_165_source/viewcurve.cpp:33:12: warning: Member variable 'ViewCurve::w' is not initialized in the constructor. [uninitMemberVar]
edfbrowser_165_source/viewcurve.cpp:33:12: warning: Member variable 'ViewCurve::h' is not initialized in the constructor. [uninitMemberVar]
edfbrowser_165_source/viewcurve.cpp:33:12: warning: Member variable 'ViewCurve::painter_pixelsizefactor' is not initialized in the constructor. [uninitMemberVar]
edfbrowser_165_source/wav2edf.cpp:136:24: style: union member 'Anonymous0::one' is never used. [unusedStructMember]
edfbrowser_165_source/wav2edf.cpp:139:24: style: union member 'Anonymous0::two_signed' is never used. [unusedStructMember]
edfbrowser_165_source/wav2edf.cpp:465:0: error: Memory leak: writebuf [memleak]
edfbrowser_165_source/wav2edf.cpp:465:0: error: Memory leak: readbuf [memleak]
edfbrowser_165_source/xml.cpp:469:8: style: The scope of the variable 'scratchpad' can be reduced. [variableScope]
edfbrowser_165_source/xml.cpp:542:7: style: The scope of the variable 'i' can be reduced. [variableScope]
edfbrowser_165_source/xml.cpp:1151:7: style: The scope of the variable 'temp' can be reduced. [variableScope]
edfbrowser_165_source/z_ratio_filter.cpp:138:7: style: The scope of the variable 'i' can be reduced. [variableScope]
edfbrowser_165_source/z_ratio_filter.cpp:140:10: style: The scope of the variable 'power_delta' can be reduced. [variableScope]
edfbrowser_165_source/z_ratio_filter.cpp:141:10: style: The scope of the variable 'power_theta' can be reduced. [variableScope]
edfbrowser_165_source/z_ratio_filter.cpp:142:10: style: The scope of the variable 'power_alpha' can be reduced. [variableScope]
edfbrowser_165_source/z_ratio_filter.cpp:143:10: style: The scope of the variable 'power_beta' can be reduced. [variableScope]
edfbrowser_165_source/z_ratio_filter.cpp:144:10: style: The scope of the variable 'power_total' can be reduced. [variableScope]
edfbrowser_165_source/z_score_dialog.cpp:63:16: style: C-style pointer casting [cstyleCast]
edfbrowser_165_source/z_score_dialog.cpp:484:3: style: Variable 'signalcomp' is reassigned a value before the old one has been used. [redundantAssignment]
edfbrowser_165_source/z_score_dialog.cpp:465:0: note: Variable 'signalcomp' is reassigned a value before the old one has been used.
edfbrowser_165_source/z_score_dialog.cpp:484:3: note: Variable 'signalcomp' is reassigned a value before the old one has been used.
edfbrowser_165_source/z_score_dialog.cpp:486:3: style: Variable 'hdr' is reassigned a value before the old one has been used. [redundantAssignment]
edfbrowser_165_source/z_score_dialog.cpp:463:0: note: Variable 'hdr' is reassigned a value before the old one has been used.
edfbrowser_165_source/z_score_dialog.cpp:486:3: note: Variable 'hdr' is reassigned a value before the old one has been used.
edfbrowser_165_source/z_score_dialog.cpp:433:7: style: The scope of the variable 'smpls' can be reduced. [variableScope]
edfbrowser_165_source/z_score_dialog.cpp:439:7: style: The scope of the variable 'smpls_copied' can be reduced. [variableScope]
edfbrowser_165_source/z_score_dialog.cpp:1122:7: style: The scope of the variable 'sleep_cnt' can be reduced. [variableScope]
edfbrowser_165_source/z_score_dialog.cpp:1123:7: style: The scope of the variable 'sleep_pct' can be reduced. [variableScope]
edfbrowser_165_source/z_score_dialog.cpp:1331:20: style: The scope of the variable 'temp' can be reduced. [variableScope]
[17:19]

ftp://ftp.se.debian.org/debian/pool/main/e/edflib/edflib_1.14.orig.tar.gz
edflib.c:5329:8: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
edflib.c:5486:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
edflib.c:5486:3: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
edflib.c:5486:3: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
edflib.c:5487:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
edflib.c:5487:3: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
edflib.c:5487:3: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
edflib.c:250:7: style: The scope of the variable 'channel' can be reduced. [variableScope]
edflib.c:467:7: style: The scope of the variable 'i' can be reduced. [variableScope]
edflib.c:467:10: style: The scope of the variable 'j' can be reduced. [variableScope]
edflib.c:467:13: style: The scope of the variable 'k' can be reduced. [variableScope]
edflib.c:467:16: style: The scope of the variable 'n' can be reduced. [variableScope]
edflib.c:467:19: style: The scope of the variable 'p' can be reduced. [variableScope]
edflib.c:467:22: style: The scope of the variable 'err' can be reduced. [variableScope]
edflib.c:468:7: style: The scope of the variable 'datrecsize' can be reduced. [variableScope]
edflib.c:469:7: style: The scope of the variable 'nmemb' can be reduced. [variableScope]
edflib.c:471:13: style: The scope of the variable 'offset' can be reduced. [variableScope]
edflib.c:472:13: style: The scope of the variable 'datarecords' can be reduced. [variableScope]
edflib.c:474:8: style: The scope of the variable 'str' can be reduced. [variableScope]
edflib.c:1254:16: style: The scope of the variable 'r' can be reduced. [variableScope]
edflib.c:1255:7: style: The scope of the variable 'dotposition' can be reduced. [variableScope]
edflib.c:2636:29: style: The scope of the variable 'hassign' can be reduced. [variableScope]
edflib.c:3368:10: style: The scope of the variable 'value' can be reduced. [variableScope]
edflib.c:3938:8: style: The scope of the variable 'error' can be reduced. [variableScope]
edflib.c:3943:8: style: The scope of the variable 'value' can be reduced. [variableScope]
edflib.c:4096:8: style: The scope of the variable 'error' can be reduced. [variableScope]
edflib.c:4268:8: style: The scope of the variable 'error' can be reduced. [variableScope]
edflib.c:4269:8: style: The scope of the variable 'sf' can be reduced. [variableScope]
edflib.c:4270:8: style: The scope of the variable 'digmax' can be reduced. [variableScope]
edflib.c:4271:8: style: The scope of the variable 'digmin' can be reduced. [variableScope]
edflib.c:4443:8: style: The scope of the variable 'error' can be reduced. [variableScope]
edflib.c:4444:8: style: The scope of the variable 'sf' can be reduced. [variableScope]
edflib.c:4445:8: style: The scope of the variable 'digmax' can be reduced. [variableScope]
edflib.c:4446:8: style: The scope of the variable 'digmin' can be reduced. [variableScope]
edflib.c:4604:8: style: The scope of the variable 'error' can be reduced. [variableScope]
edflib.c:4690:8: style: The scope of the variable 'error' can be reduced. [variableScope]
edflib.c:4869:8: style: The scope of the variable 'error' can be reduced. [variableScope]
edflib.c:4870:8: style: The scope of the variable 'sf' can be reduced. [variableScope]
edflib.c:4871:8: style: The scope of the variable 'digmax' can be reduced. [variableScope]
edflib.c:4872:8: style: The scope of the variable 'digmin' can be reduced. [variableScope]
edflib.c:4877:10: style: The scope of the variable 'bitvalue' can be reduced. [variableScope]
edflib.c:4878:10: style: The scope of the variable 'phys_offset' can be reduced. [variableScope]
edflib.c:5050:16: style: The scope of the variable 'q' can be reduced. [variableScope]
edflib.c:6668:15: style: The scope of the variable 'z' can be reduced. [variableScope]
edflib.c:6738:15: style: The scope of the variable 'z' can be reduced. [variableScope]
edflib.c:6875:15: style: The scope of the variable 'z' can be reduced. [variableScope]
edflib.c:862:24: style: union member 'Anonymous0::one' is never used. [unusedStructMember]
edflib.c:864:26: style: union member 'Anonymous0::two' is never used. [unusedStructMember]
edflib.c:1046:24: style: union member 'Anonymous1::one' is never used. [unusedStructMember]
edflib.c:1048:26: style: union member 'Anonymous1::two' is never used. [unusedStructMember]
edflib.c:2644:5: style: Variable 'hassign' is modified but its new value is never used. [unreadVariable]
sweep_generator.c:193:6: style: Condition 'linear' is always false [knownConditionTrueFalse]
sweep_generator.c:61:14: note: Assignment 'linear=0', assigned value is 0
sweep_generator.c:193:6: note: Condition 'linear' is always false
sweep_generator.c:278:7: style: The scope of the variable 'numberfound' can be reduced. [variableScope]
sweep_generator.c:279:7: style: The scope of the variable 'dotfound' can be reduced. [variableScope]
[17:19]

ftp://ftp.se.debian.org/debian/pool/main/e/edgar/edgar_1.23.orig.tar.gz
edgar-1.23/src/boss/armour_boss.c:736:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
edgar-1.23/src/boss/armour_boss.c:825:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/boss/armour_boss.c:826:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/armour_boss.c:864:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/armour_boss.c:889:14: style: The scope of the variable 'prev' can be reduced. [variableScope]
edgar-1.23/src/boss/armour_boss.c:1174:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/armour_boss.c:1486:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/boss/awesome_boss.c:176:7: style: The scope of the variable 'name' can be reduced. [variableScope]
edgar-1.23/src/boss/awesome_boss.c:503:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/boss/awesome_boss.c:615:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/boss/awesome_boss.c:753:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/boss/awesome_boss.c:753:9: style: The scope of the variable 'j' can be reduced. [variableScope]
edgar-1.23/src/boss/awesome_boss.c:962:6: style: The scope of the variable 'increment' can be reduced. [variableScope]
edgar-1.23/src/boss/awesome_boss.c:1002:6: style: The scope of the variable 'width' can be reduced. [variableScope]
edgar-1.23/src/boss/awesome_boss.c:1003:8: style: The scope of the variable 'percentage' can be reduced. [variableScope]
edgar-1.23/src/boss/awesome_boss.c:1115:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/awesome_boss.c:1220:6: style: The scope of the variable 'minX' can be reduced. [variableScope]
edgar-1.23/src/boss/awesome_boss.c:1220:12: style: The scope of the variable 'maxX' can be reduced. [variableScope]
edgar-1.23/src/boss/awesome_boss.c:1311:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/awesome_boss_meter.c:88:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/azriel.c:413:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/boss/azriel.c:414:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/azriel.c:514:6: style: The scope of the variable 'playerMid' can be reduced. [variableScope]
edgar-1.23/src/boss/azriel.c:514:17: style: The scope of the variable 'startX' can be reduced. [variableScope]
edgar-1.23/src/boss/azriel.c:648:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/boss/azriel.c:732:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/azriel.c:787:6: style: The scope of the variable 'mid' can be reduced. [variableScope]
edgar-1.23/src/boss/azriel.c:1115:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/boss/azriel.c:1115:9: style: The scope of the variable 'x' can be reduced. [variableScope]
edgar-1.23/src/boss/azriel.c:1115:12: style: The scope of the variable 'startX' can be reduced. [variableScope]
edgar-1.23/src/boss/azriel.c:1115:20: style: The scope of the variable 'floor' can be reduced. [variableScope]
edgar-1.23/src/boss/azriel.c:1284:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/azriel.c:1468:6: style: The scope of the variable 'distance' can be reduced. [variableScope]
edgar-1.23/src/boss/azriel.c:1676:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/azriel.c:1750:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/azriel.c:1825:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/azriel.c:1921:7: style: The scope of the variable 'c' can be reduced. [variableScope]
edgar-1.23/src/boss/azriel.c:1922:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/boss/azriel.c:1922:9: style: The scope of the variable 'j' can be reduced. [variableScope]
edgar-1.23/src/boss/azriel.c:1955:7: style: The scope of the variable 'targetName' can be reduced. [variableScope]
edgar-1.23/src/boss/azriel.c:1956:10: style: The scope of the variable 't' can be reduced. [variableScope]
edgar-1.23/src/boss/azriel.c:2001:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/azriel.c:2281:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/azriel.c:2347:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/azriel_grave.c:62:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/boss/azriel_grave.c:63:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/black_book_2.c:852:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/boss/black_book_2.c:854:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/black_book_2.c:953:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/boss/black_book_2.c:955:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/black_book_2.c:1117:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/boss/black_book_2.c:1281:6: style: The scope of the variable 'currentFrame' can be reduced. [variableScope]
edgar-1.23/src/boss/black_book_2.c:1282:8: style: The scope of the variable 'frameTimer' can be reduced. [variableScope]
edgar-1.23/src/boss/black_book_2.c:1515:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/black_book_2.c:1632:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/black_book_2.c:1682:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/black_book_2.c:1871:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/boss/black_book_2.c:1871:9: style: The scope of the variable 'real' can be reduced. [variableScope]
edgar-1.23/src/boss/black_book_2.c:1871:15: style: The scope of the variable 'x' can be reduced. [variableScope]
edgar-1.23/src/boss/black_book_2.c:1871:18: style: The scope of the variable 'lanceCount' can be reduced. [variableScope]
edgar-1.23/src/boss/black_book_2.c:1872:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/black_book_2.c:2053:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/boss/black_book_2.c:2055:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/black_book_2.c:2601:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/black_book_2.c:2681:6: style: The scope of the variable 'side' can be reduced. [variableScope]
edgar-1.23/src/boss/black_book_2.c:2682:14: style: The scope of the variable 'smoke' can be reduced. [variableScope]
edgar-1.23/src/boss/black_book_2.c:2683:10: style: The scope of the variable 't' can be reduced. [variableScope]
edgar-1.23/src/boss/black_book_2.c:3236:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/boss/black_book_2.c:3238:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/black_book_2.c:3410:7: style: The scope of the variable 'name' can be reduced. [variableScope]
edgar-1.23/src/boss/black_book_2.c:3781:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/boss/black_book_2.c:3917:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/boss/black_book_2.c:4057:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/boss/black_book_2.c:4057:9: style: The scope of the variable 'j' can be reduced. [variableScope]
edgar-1.23/src/boss/black_book_2.c:4290:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/black_book_2.c:4393:6: style: The scope of the variable 'minX' can be reduced. [variableScope]
edgar-1.23/src/boss/black_book_2.c:4393:12: style: The scope of the variable 'maxX' can be reduced. [variableScope]
edgar-1.23/src/boss/black_book_2.c:4484:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/black_book_2.c:4740:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/boss/black_book_2.c:4882:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/black_book_2.c:5334:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/boss/black_book_2.c:5499:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/boss/black_book_2.c:5583:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/black_book_2.c:5645:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/black_book_2.c:5709:6: style: The scope of the variable 'playerX' can be reduced. [variableScope]
edgar-1.23/src/boss/black_book_2.c:5709:15: style: The scope of the variable 'bossX' can be reduced. [variableScope]
edgar-1.23/src/boss/black_book_2.c:5906:6: style: The scope of the variable 'bottomY' can be reduced. [variableScope]
edgar-1.23/src/boss/black_book_2.c:6023:6: style: The scope of the variable 'attack' can be reduced. [variableScope]
edgar-1.23/src/boss/black_book_2.c:6401:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/black_book_2.c:6549:6: style: The scope of the variable 'increment' can be reduced. [variableScope]
edgar-1.23/src/boss/black_book_2.c:6591:6: style: The scope of the variable 'width' can be reduced. [variableScope]
edgar-1.23/src/boss/black_book_2.c:6592:8: style: The scope of the variable 'percentage' can be reduced. [variableScope]
edgar-1.23/src/boss/black_book_2.c:2973:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
edgar-1.23/src/boss/black_book_3.c:71:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/boss/blob_boss.c:165:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/blob_boss.c:288:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/boss/blob_boss.c:381:6: style: The scope of the variable 'x' can be reduced. [variableScope]
edgar-1.23/src/boss/blob_boss.c:435:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/blob_boss.c:717:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/blob_boss.c:952:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/blob_boss.c:1190:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/blob_boss.c:1206:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/blob_boss.c:1748:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/blob_boss.c:1830:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/borer_boss.c:638:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
edgar-1.23/src/boss/borer_boss.c:344:6: style: The scope of the variable 'rand' can be reduced. [variableScope]
edgar-1.23/src/boss/borer_boss.c:344:12: style: The scope of the variable 'fired' can be reduced. [variableScope]
edgar-1.23/src/boss/borer_boss.c:345:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/borer_boss.c:505:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/borer_boss.c:535:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/boss/borer_boss.c:536:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/borer_boss.c:1244:6: style: The scope of the variable 'x' can be reduced. [variableScope]
edgar-1.23/src/boss/borer_boss.c:1244:9: style: The scope of the variable 'y' can be reduced. [variableScope]
edgar-1.23/src/boss/borer_boss.c:1419:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/boulder_boss.c:175:39: style: Condition 'ON_GROUND' is always true [knownConditionTrueFalse]
edgar-1.23/src/boss/cave_boss.c:193:6: style: The scope of the variable 'action' can be reduced. [variableScope]
edgar-1.23/src/boss/cave_boss.c:499:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/boss/cave_boss.c:500:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/cave_boss.c:647:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/boss/cave_boss.c:648:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/cave_boss.c:813:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/cave_boss.c:975:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/cave_boss.c:1042:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/cave_boss.c:1186:6: style: The scope of the variable 'x' can be reduced. [variableScope]
edgar-1.23/src/boss/cave_boss.c:1186:9: style: The scope of the variable 'startX' can be reduced. [variableScope]
edgar-1.23/src/boss/cave_boss.c:1186:17: style: The scope of the variable 'startY' can be reduced. [variableScope]
edgar-1.23/src/boss/cave_boss.c:1187:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/cave_boss.c:1679:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/cave_boss.c:1744:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/cave_boss.c:1810:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/boss/cave_boss.c:1811:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/cave_boss.c:1997:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/cave_boss.c:2222:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/boss/cave_boss.c:2287:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/cave_boss.c:2497:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/boss/cave_boss.c:2499:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/centurion_boss.c:482:6: style: The scope of the variable 'x' can be reduced. [variableScope]
edgar-1.23/src/boss/centurion_boss.c:482:9: style: The scope of the variable 'y' can be reduced. [variableScope]
edgar-1.23/src/boss/centurion_boss.c:483:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/centurion_boss.c:524:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/centurion_boss.c:978:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/centurion_boss.c:1062:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/centurion_boss.c:1164:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/boss/centurion_boss.c:1276:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/chaos.c:1016:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
edgar-1.23/src/boss/chaos.c:174:6: style: The scope of the variable 'rand' can be reduced. [variableScope]
edgar-1.23/src/boss/chaos.c:267:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/boss/chaos.c:267:9: style: The scope of the variable 'width' can be reduced. [variableScope]
edgar-1.23/src/boss/chaos.c:268:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/chaos.c:269:10: style: The scope of the variable 't1' can be reduced. [variableScope]
edgar-1.23/src/boss/chaos.c:269:15: style: The scope of the variable 't2' can be reduced. [variableScope]
edgar-1.23/src/boss/chaos.c:375:6: style: The scope of the variable 'x' can be reduced. [variableScope]
edgar-1.23/src/boss/chaos.c:375:9: style: The scope of the variable 'y' can be reduced. [variableScope]
edgar-1.23/src/boss/chaos.c:712:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/chaos.c:925:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/chaos.c:1123:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/boss/chaos.c:1124:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/chaos.c:1385:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/chaos.c:1422:6: style: The scope of the variable 'playerHealth' can be reduced. [variableScope]
edgar-1.23/src/boss/chaos.c:1504:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/boss/chaos.c:1504:9: style: The scope of the variable 'j' can be reduced. [variableScope]
edgar-1.23/src/boss/chaos.c:1504:12: style: The scope of the variable 'startX' can be reduced. [variableScope]
edgar-1.23/src/boss/chaos.c:1784:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/chaos.c:2051:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/boss/chaos.c:2052:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/chaos.c:2375:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/boss/chaos.c:2376:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/chaos_vine.c:320:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
edgar-1.23/src/boss/evil_edgar.c:911:2: style: Variable 'onScreen' is reassigned a value before the old one has been used. [redundantAssignment]
edgar-1.23/src/boss/evil_edgar.c:909:0: note: Variable 'onScreen' is reassigned a value before the old one has been used.
edgar-1.23/src/boss/evil_edgar.c:911:2: note: Variable 'onScreen' is reassigned a value before the old one has been used.
edgar-1.23/src/boss/evil_edgar.c:182:6: style: The scope of the variable 'random' can be reduced. [variableScope]
edgar-1.23/src/boss/evil_edgar.c:923:6: style: The scope of the variable 'health' can be reduced. [variableScope]
edgar-1.23/src/boss/evil_edgar.c:923:14: style: The scope of the variable 'halfHealth' can be reduced. [variableScope]
edgar-1.23/src/boss/evil_edgar.c:924:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/evil_edgar.c:1110:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/fly_boss.c:156:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/boss/fly_boss.c:157:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/fly_boss.c:240:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/boss/fly_boss.c:418:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/boss/fly_boss.c:502:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/fly_boss.c:564:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/fly_boss.c:628:6: style: The scope of the variable 'playerX' can be reduced. [variableScope]
edgar-1.23/src/boss/fly_boss.c:628:15: style: The scope of the variable 'bossX' can be reduced. [variableScope]
edgar-1.23/src/boss/fly_boss.c:709:6: style: The scope of the variable 'bottomY' can be reduced. [variableScope]
edgar-1.23/src/boss/fly_boss.c:831:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/fly_boss.c:946:6: style: The scope of the variable 'bottomY' can be reduced. [variableScope]
edgar-1.23/src/boss/flying_maggot.c:202:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/flying_maggot.c:275:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/flying_maggot.c:438:6: style: The scope of the variable 'health' can be reduced. [variableScope]
edgar-1.23/src/boss/gargoyle.c:3035:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
edgar-1.23/src/boss/gargoyle.c:230:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/boss/gargoyle.c:231:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/gargoyle.c:719:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/boss/gargoyle.c:721:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/gargoyle.c:782:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/boss/gargoyle.c:782:9: style: The scope of the variable 'x' can be reduced. [variableScope]
edgar-1.23/src/boss/gargoyle.c:782:12: style: The scope of the variable 'orbCount' can be reduced. [variableScope]
edgar-1.23/src/boss/gargoyle.c:893:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/boss/gargoyle.c:894:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/gargoyle.c:1040:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/boss/gargoyle.c:1042:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/gargoyle.c:1204:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/boss/gargoyle.c:1413:6: style: The scope of the variable 'currentFrame' can be reduced. [variableScope]
edgar-1.23/src/boss/gargoyle.c:1414:8: style: The scope of the variable 'frameTimer' can be reduced. [variableScope]
edgar-1.23/src/boss/gargoyle.c:1523:6: style: The scope of the variable 'currentFrame' can be reduced. [variableScope]
edgar-1.23/src/boss/gargoyle.c:1524:8: style: The scope of the variable 'frameTimer' can be reduced. [variableScope]
edgar-1.23/src/boss/gargoyle.c:1852:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/gargoyle.c:1969:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/gargoyle.c:2019:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/gargoyle.c:2242:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/boss/gargoyle.c:2242:9: style: The scope of the variable 'real' can be reduced. [variableScope]
edgar-1.23/src/boss/gargoyle.c:2242:15: style: The scope of the variable 'x' can be reduced. [variableScope]
edgar-1.23/src/boss/gargoyle.c:2242:18: style: The scope of the variable 'lanceCount' can be reduced. [variableScope]
edgar-1.23/src/boss/gargoyle.c:2243:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/gargoyle.c:2424:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/gargoyle.c:2558:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/boss/gargoyle.c:2559:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/gargoyle.c:2822:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/boss/gargoyle.c:2824:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/golem_boss.c:259:6: style: The scope of the variable 'attack' can be reduced. [variableScope]
edgar-1.23/src/boss/golem_boss.c:572:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/boss/golem_boss.c:574:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/golem_boss.c:677:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/boss/golem_boss.c:678:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/golem_boss.c:791:8: style: The scope of the variable 'speed' can be reduced. [variableScope]
edgar-1.23/src/boss/golem_boss.c:898:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/boss/golem_boss.c:900:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/golem_boss.c:925:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/boss/golem_rock_dropper.c:62:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/grimlore.c:224:6: style: The scope of the variable 'r' can be reduced. [variableScope]
edgar-1.23/src/boss/grimlore.c:764:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/grimlore.c:987:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/grimlore.c:1021:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/grimlore.c:1051:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/grimlore.c:1082:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/grimlore.c:1145:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/boss/grimlore.c:1190:6: style: The scope of the variable 'd1' can be reduced. [variableScope]
edgar-1.23/src/boss/grimlore.c:1190:10: style: The scope of the variable 'd2' can be reduced. [variableScope]
edgar-1.23/src/boss/grimlore.c:1262:6: style: The scope of the variable 'health' can be reduced. [variableScope]
edgar-1.23/src/boss/grimlore.c:1863:6: style: The scope of the variable 'startX' can be reduced. [variableScope]
edgar-1.23/src/boss/grimlore.c:1864:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/grimlore.c:2030:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/grimlore.c:2229:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/grimlore.c:2327:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/boss/grimlore.c:2327:9: style: The scope of the variable 'angle' can be reduced. [variableScope]
edgar-1.23/src/boss/grimlore.c:2329:7: style: The scope of the variable 'weaponName' can be reduced. [variableScope]
edgar-1.23/src/boss/grimlore.c:2543:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/grimlore.c:2714:15: style: The scope of the variable 'index' can be reduced. [variableScope]
edgar-1.23/src/boss/grimlore.c:2715:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/grimlore.c:2827:6: style: The scope of the variable 'startX' can be reduced. [variableScope]
edgar-1.23/src/boss/grimlore.c:2931:6: style: The scope of the variable 'startX' can be reduced. [variableScope]
edgar-1.23/src/boss/grimlore.c:3121:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/boss/grimlore.c:3122:7: style: The scope of the variable 'onGround' can be reduced. [variableScope]
edgar-1.23/src/boss/grimlore.c:3184:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/boss/grimlore.c:3185:7: style: The scope of the variable 'onGround' can be reduced. [variableScope]
edgar-1.23/src/boss/grimlore.c:3432:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/grimlore_summon_spell.c:235:17: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/grub_boss.c:230:6: style: The scope of the variable 'attack' can be reduced. [variableScope]
edgar-1.23/src/boss/grub_boss.c:487:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/mataeus.c:211:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/boss/mataeus.c:309:9: style: The scope of the variable 'radians' can be reduced. [variableScope]
edgar-1.23/src/boss/mataeus.c:310:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/mataeus.c:476:8: style: The scope of the variable 'startX' can be reduced. [variableScope]
edgar-1.23/src/boss/mataeus.c:476:16: style: The scope of the variable 'startY' can be reduced. [variableScope]
edgar-1.23/src/boss/mataeus.c:476:24: style: The scope of the variable 'endX' can be reduced. [variableScope]
edgar-1.23/src/boss/mataeus.c:476:30: style: The scope of the variable 'endY' can be reduced. [variableScope]
edgar-1.23/src/boss/mataeus.c:630:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/mataeus.c:669:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/mataeus.c:702:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/mataeus.c:703:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/boss/mataeus.c:864:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/boss/mataeus.c:911:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/mataeus.c:1139:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/mataeus.c:1328:9: style: The scope of the variable 'radians' can be reduced. [variableScope]
edgar-1.23/src/boss/mataeus.c:1329:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/mataeus.c:1014:0: error: Memory leak: body [memleak]
edgar-1.23/src/boss/mataeus_wall.c:238:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/boss/mataeus_wall.c:238:9: style: The scope of the variable 'tileX' can be reduced. [variableScope]
edgar-1.23/src/boss/mataeus_wall.c:238:16: style: The scope of the variable 'tileY' can be reduced. [variableScope]
edgar-1.23/src/boss/mataeus_wall.c:293:6: style: The scope of the variable 'bottomBefore' can be reduced. [variableScope]
edgar-1.23/src/boss/mataeus_wall.c:294:8: style: The scope of the variable 'dirX' can be reduced. [variableScope]
edgar-1.23/src/boss/phoenix.c:195:6: style: The scope of the variable 'r' can be reduced. [variableScope]
edgar-1.23/src/boss/phoenix.c:455:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/phoenix.c:865:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/boss/phoenix.c:960:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/phoenix.c:1037:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/phoenix.c:1165:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/phoenix.c:1221:6: style: The scope of the variable 'x' can be reduced. [variableScope]
edgar-1.23/src/boss/phoenix.c:1221:9: style: The scope of the variable 'w' can be reduced. [variableScope]
edgar-1.23/src/boss/sewer_boss.c:502:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
edgar-1.23/src/boss/sewer_boss.c:2179:3: style: Variable 'self->action' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
edgar-1.23/src/boss/sewer_boss.c:2177:3: note: Variable 'self->action' is reassigned a value before the old one has been used if variable is no semaphore variable.
edgar-1.23/src/boss/sewer_boss.c:2179:3: note: Variable 'self->action' is reassigned a value before the old one has been used if variable is no semaphore variable.
edgar-1.23/src/boss/sewer_boss.c:213:6: style: The scope of the variable 'action' can be reduced. [variableScope]
edgar-1.23/src/boss/sewer_boss.c:387:6: style: The scope of the variable 'rand' can be reduced. [variableScope]
edgar-1.23/src/boss/sewer_boss.c:389:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/sewer_boss.c:1238:6: style: The scope of the variable 'x' can be reduced. [variableScope]
edgar-1.23/src/boss/sewer_boss.c:1238:9: style: The scope of the variable 'y' can be reduced. [variableScope]
edgar-1.23/src/boss/sewer_boss.c:1239:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/sewer_boss.c:1519:6: style: The scope of the variable 'rand' can be reduced. [variableScope]
edgar-1.23/src/boss/sewer_boss.c:2221:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/sewer_boss.c:2251:6: style: The scope of the variable 'frame' can be reduced. [variableScope]
edgar-1.23/src/boss/sewer_boss.c:2252:8: style: The scope of the variable 'timer' can be reduced. [variableScope]
edgar-1.23/src/boss/sewer_boss.c:2333:6: style: The scope of the variable 'frame' can be reduced. [variableScope]
edgar-1.23/src/boss/sewer_boss.c:2334:8: style: The scope of the variable 'timer' can be reduced. [variableScope]
edgar-1.23/src/boss/snake_boss.c:139:10: style: The scope of the variable 't' can be reduced. [variableScope]
edgar-1.23/src/boss/snake_boss.c:476:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/snake_boss.c:558:6: style: The scope of the variable 'side' can be reduced. [variableScope]
edgar-1.23/src/boss/snake_boss.c:559:14: style: The scope of the variable 'smoke' can be reduced. [variableScope]
edgar-1.23/src/boss/snake_boss.c:560:10: style: The scope of the variable 't' can be reduced. [variableScope]
edgar-1.23/src/boss/snake_boss.c:1126:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/boss/snake_boss.c:1128:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/snake_boss.c:850:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
edgar-1.23/src/boss/sorceror.c:499:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
edgar-1.23/src/boss/sorceror.c:190:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/boss/sorceror.c:191:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/sorceror.c:506:26: style: The scope of the variable 'xx' can be reduced. [variableScope]
edgar-1.23/src/boss/sorceror.c:506:30: style: The scope of the variable 'yy' can be reduced. [variableScope]
edgar-1.23/src/boss/sorceror_2.c:189:6: style: The scope of the variable 'rand' can be reduced. [variableScope]
edgar-1.23/src/boss/sorceror_2.c:190:10: style: The scope of the variable 'disintegrationShield' can be reduced. [variableScope]
edgar-1.23/src/boss/sorceror_2.c:587:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/sorceror_2.c:1182:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/boss/sorceror_2.c:1230:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/boss/sorceror_2.c:1231:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/sorceror_2.c:1280:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/sorceror_2.c:1340:6: style: The scope of the variable 'rand' can be reduced. [variableScope]
edgar-1.23/src/boss/sorceror_2.c:1470:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/sorceror_2.c:1537:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/sorceror_2.c:1799:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/boss/sorceror_2.c:1800:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/sorceror_2.c:1880:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/boss/sorceror_2.c:1880:9: style: The scope of the variable 'x' can be reduced. [variableScope]
edgar-1.23/src/boss/sorceror_2.c:1880:12: style: The scope of the variable 'y' can be reduced. [variableScope]
edgar-1.23/src/boss/sorceror_2.c:2077:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/boss/sorceror_2.c:2079:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/sorceror_2.c:2214:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/boss/sorceror_2.c:2324:6: style: The scope of the variable 'r' can be reduced. [variableScope]
edgar-1.23/src/boss/sorceror_2.c:2528:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/collisions.c:1082:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/collisions.c:1191:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/credits.c:198:10: style: The scope of the variable 't' can be reduced. [variableScope]
edgar-1.23/src/credits.c:434:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/credits.c:587:7: style: The scope of the variable 'copyright' can be reduced. [variableScope]
edgar-1.23/src/credits.c:705:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/credits.c:718:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/credits.c:761:6: style: The scope of the variable 'height' can be reduced. [variableScope]
edgar-1.23/src/credits.c:790:26: style: The scope of the variable 'token2' can be reduced. [variableScope]
edgar-1.23/src/credits.c:1011:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/credits.c:1254:9: style: The scope of the variable 'j' can be reduced. [variableScope]
edgar-1.23/src/cursor.c:101:7: style: The scope of the variable 'name' can be reduced. [variableScope]
edgar-1.23/src/cursor.c:102:6: style: The scope of the variable 'x' can be reduced. [variableScope]
edgar-1.23/src/cursor.c:102:9: style: The scope of the variable 'y' can be reduced. [variableScope]
edgar-1.23/src/cursor.c:398:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/custom_actions.c:137:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
edgar-1.23/src/dialog.c:56:32: style: The scope of the variable 'lineBreak' can be reduced. [variableScope]
edgar-1.23/src/enemy/armadillo.c:69:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/enemy/armour_changer.c:437:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
edgar-1.23/src/enemy/armour_changer.c:232:6: style: The scope of the variable 'tile' can be reduced. [variableScope]
edgar-1.23/src/enemy/armour_changer.c:232:12: style: The scope of the variable 'tile2' can be reduced. [variableScope]
edgar-1.23/src/enemy/armour_changer.c:293:13: style: The scope of the variable 'tile2' can be reduced. [variableScope]
edgar-1.23/src/enemy/armour_changer.c:323:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/enemy/armour_changer.c:465:6: style: The scope of the variable 'currentFrame' can be reduced. [variableScope]
edgar-1.23/src/enemy/armour_changer.c:466:8: style: The scope of the variable 'frameTimer' can be reduced. [variableScope]
edgar-1.23/src/enemy/armour_changer.c:467:7: style: The scope of the variable 'animationName' can be reduced. [variableScope]
edgar-1.23/src/enemy/auto_spike_ball.c:74:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/enemy/baby_slime.c:86:6: style: The scope of the variable 'channel' can be reduced. [variableScope]
edgar-1.23/src/enemy/baby_slime.c:362:6: style: The scope of the variable 'channel' can be reduced. [variableScope]
edgar-1.23/src/enemy/book.c:283:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/enemy/book.c:397:8: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/enemy/book.c:398:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/enemy/book.c:438:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/enemy/book.c:522:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/enemy/book.c:523:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/enemy/buzz_saw.c:109:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/enemy/ceiling_crawler.c:214:15: style: The scope of the variable 'tile' can be reduced. [variableScope]
edgar-1.23/src/enemy/ceiling_crawler.c:242:15: style: The scope of the variable 'tile' can be reduced. [variableScope]
edgar-1.23/src/enemy/ceiling_crawler.c:337:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/enemy/ceiling_crawler.c:338:6: style: The scope of the variable 'x' can be reduced. [variableScope]
edgar-1.23/src/enemy/ceiling_crawler.c:338:9: style: The scope of the variable 'y' can be reduced. [variableScope]
edgar-1.23/src/enemy/ceiling_crawler.c:338:12: style: The scope of the variable 'dirY' can be reduced. [variableScope]
edgar-1.23/src/enemy/ceiling_crawler.c:287:106: style: Clarify calculation precedence for '*' and '?'. [clarifyCalculation]
edgar-1.23/src/enemy/ceiling_creeper.c:195:6: style: The scope of the variable 'y' can be reduced. [variableScope]
edgar-1.23/src/enemy/ceiling_snapper.c:87:9: style: The scope of the variable 'y' can be reduced. [variableScope]
edgar-1.23/src/enemy/ceiling_snapper.c:88:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/enemy/centipede.c:95:6: style: The scope of the variable 'currentFrame' can be reduced. [variableScope]
edgar-1.23/src/enemy/centipede.c:95:20: style: The scope of the variable 'health' can be reduced. [variableScope]
edgar-1.23/src/enemy/centipede.c:156:9: style: The scope of the variable 'frameCount' can be reduced. [variableScope]
edgar-1.23/src/enemy/centipede.c:506:8: style: The scope of the variable 'y1' can be reduced. [variableScope]
edgar-1.23/src/enemy/centipede.c:506:12: style: The scope of the variable 'y2' can be reduced. [variableScope]
edgar-1.23/src/enemy/centurion.c:335:6: style: The scope of the variable 'x' can be reduced. [variableScope]
edgar-1.23/src/enemy/centurion.c:335:9: style: The scope of the variable 'y' can be reduced. [variableScope]
edgar-1.23/src/enemy/centurion.c:336:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/enemy/centurion.c:377:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/enemy/centurion.c:426:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/enemy/crypt_skull.c:178:8: style: The scope of the variable 'x' can be reduced. [variableScope]
edgar-1.23/src/enemy/crypt_skull.c:178:11: style: The scope of the variable 'y' can be reduced. [variableScope]
edgar-1.23/src/enemy/crypt_skull.c:178:14: style: The scope of the variable 'partDistanceX' can be reduced. [variableScope]
edgar-1.23/src/enemy/crypt_skull.c:178:29: style: The scope of the variable 'partDistanceY' can be reduced. [variableScope]
edgar-1.23/src/enemy/dark_summoner.c:179:56: warning: Either the condition 'token!=NULL' is redundant or there is possible null pointer dereference: token. [nullPointerRedundantCheck]
edgar-1.23/src/enemy/dark_summoner.c:167:15: note: Assuming that condition 'token!=NULL' is not redundant
edgar-1.23/src/enemy/dark_summoner.c:179:56: note: Null pointer dereference
edgar-1.23/src/enemy/dark_summoner.c:83:6: style: The scope of the variable 'rand' can be reduced. [variableScope]
edgar-1.23/src/enemy/dark_summoner.c:251:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/enemy/dark_summoner.c:393:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/enemy/dark_summoner.c:394:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/enemy/dragon_fly.c:246:15: style: The scope of the variable 'tile' can be reduced. [variableScope]
edgar-1.23/src/enemy/dragon_fly.c:335:6: style: The scope of the variable 'x' can be reduced. [variableScope]
edgar-1.23/src/enemy/dragon_fly.c:335:9: style: The scope of the variable 'y' can be reduced. [variableScope]
edgar-1.23/src/enemy/dragon_fly.c:336:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/enemy/enemy_generator.c:80:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/enemy/energy_drainer.c:420:6: style: The scope of the variable 'drawn' can be reduced. [variableScope]
edgar-1.23/src/enemy/energy_drainer.c:421:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/enemy/exploding_spike_sphere.c:125:6: style: The scope of the variable 'x' can be reduced. [variableScope]
edgar-1.23/src/enemy/exploding_spike_sphere.c:125:9: style: The scope of the variable 'y' can be reduced. [variableScope]
edgar-1.23/src/enemy/exploding_spike_sphere.c:126:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/enemy/fire_tortoise.c:224:15: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
edgar-1.23/src/enemy/fire_tortoise.c:215:13: note: outer condition: damage!=0
edgar-1.23/src/enemy/fire_tortoise.c:224:15: note: identical inner condition: damage!=0
edgar-1.23/src/enemy/flame_statue.c:77:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/enemy/flame_statue.c:78:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/enemy/flame_statue.c:203:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/enemy/flame_statue.c:270:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/enemy/frog.c:494:52: style: Same value in both branches of ternary operator. [duplicateValueTernary]
edgar-1.23/src/enemy/gas_plant.c:132:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/enemy/gas_plant.c:133:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/enemy/gazer.c:77:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/enemy/gazer.c:203:6: style: The scope of the variable 'currentFrame' can be reduced. [variableScope]
edgar-1.23/src/enemy/gazer.c:204:8: style: The scope of the variable 'frameTimer' can be reduced. [variableScope]
edgar-1.23/src/enemy/giant_ceiling_creeper.c:237:26: style: Redundant condition: other->head!=NULL. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition]
edgar-1.23/src/enemy/giant_ceiling_creeper.c:128:6: style: The scope of the variable 'y' can be reduced. [variableScope]
edgar-1.23/src/enemy/giant_snowball.c:137:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/enemy/giant_snowball.c:196:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/enemy/ground_snapper.c:118:6: style: The scope of the variable 'x' can be reduced. [variableScope]
edgar-1.23/src/enemy/huge_spider.c:251:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
edgar-1.23/src/enemy/huge_spider.c:96:27: style: Condition 'self->thinkTime<=0' is always true [knownConditionTrueFalse]
edgar-1.23/src/enemy/huge_spider.c:189:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/enemy/ice_tortoise.c:295:6: style: The scope of the variable 'x' can be reduced. [variableScope]
edgar-1.23/src/enemy/ice_tortoise.c:346:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/enemy/ice_tortoise.c:381:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/enemy/ice_tortoise.c:382:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/enemy/icicle.c:103:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/enemy/icicle.c:104:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/enemy/jumping_slime.c:117:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/enemy/jumping_slime.c:118:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/enemy/jumping_slime.c:161:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/enemy/jumping_slime.c:162:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/enemy/jumping_slime.c:502:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/enemy/large_book.c:323:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/enemy/large_book.c:324:8: style: The scope of the variable 'dir' can be reduced. [variableScope]
edgar-1.23/src/enemy/large_book.c:381:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/enemy/large_book.c:673:6: style: The scope of the variable 'x' can be reduced. [variableScope]
edgar-1.23/src/enemy/large_book.c:673:9: style: The scope of the variable 'y' can be reduced. [variableScope]
edgar-1.23/src/enemy/large_book.c:756:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/enemy/large_book.c:756:9: style: The scope of the variable 'mapFloor' can be reduced. [variableScope]
edgar-1.23/src/enemy/large_book.c:757:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/enemy/large_book.c:824:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/enemy/large_book.c:922:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/enemy/large_book.c:923:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/enemy/large_book.c:990:6: style: The scope of the variable 'x' can be reduced. [variableScope]
edgar-1.23/src/enemy/large_book.c:990:9: style: The scope of the variable 'y' can be reduced. [variableScope]
edgar-1.23/src/enemy/large_book.c:1199:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/enemy/large_book.c:1454:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/enemy/large_book.c:1454:9: style: The scope of the variable 'top' can be reduced. [variableScope]
edgar-1.23/src/enemy/large_book.c:1454:14: style: The scope of the variable 'bottom' can be reduced. [variableScope]
edgar-1.23/src/enemy/large_book.c:1454:22: style: The scope of the variable 'valid' can be reduced. [variableScope]
edgar-1.23/src/enemy/large_book.c:1455:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/enemy/large_book.c:1644:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/enemy/large_book.c:1645:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/enemy/large_book.c:2090:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/enemy/large_book.c:2091:7: style: The scope of the variable 'onGround' can be reduced. [variableScope]
edgar-1.23/src/enemy/large_book.c:2174:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/enemy/large_spider.c:262:7: style: The scope of the variable 'onGround' can be reduced. [variableScope]
edgar-1.23/src/enemy/large_spider.c:354:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/enemy/large_spider.c:450:6: style: The scope of the variable 'tile' can be reduced. [variableScope]
edgar-1.23/src/enemy/large_spider.c:450:12: style: The scope of the variable 'tile2' can be reduced. [variableScope]
edgar-1.23/src/enemy/large_spider.c:511:13: style: The scope of the variable 'tile2' can be reduced. [variableScope]
edgar-1.23/src/enemy/lightning_tortoise.c:285:16: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
edgar-1.23/src/enemy/lightning_tortoise.c:274:13: note: outer condition: damage!=0
edgar-1.23/src/enemy/lightning_tortoise.c:285:16: note: identical inner condition: damage!=0
edgar-1.23/src/enemy/magic_missile.c:87:6: style: The scope of the variable 'midX' can be reduced. [variableScope]
edgar-1.23/src/enemy/magic_missile.c:87:12: style: The scope of the variable 'midY' can be reduced. [variableScope]
edgar-1.23/src/enemy/magic_missile.c:263:6: style: The scope of the variable 'playerHealth' can be reduced. [variableScope]
edgar-1.23/src/enemy/magic_missile.c:299:22: style: The scope of the variable 'prev' can be reduced. [variableScope]
edgar-1.23/src/enemy/master_tortoise.c:225:16: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
edgar-1.23/src/enemy/master_tortoise.c:214:13: note: outer condition: damage!=0
edgar-1.23/src/enemy/master_tortoise.c:225:16: note: identical inner condition: damage!=0
edgar-1.23/src/enemy/master_tortoise.c:391:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/enemy/master_tortoise.c:392:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/enemy/master_tortoise.c:622:6: style: The scope of the variable 'x' can be reduced. [variableScope]
edgar-1.23/src/enemy/master_tortoise.c:671:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/enemy/master_tortoise.c:704:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/enemy/master_tortoise.c:705:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/enemy/master_tortoise.c:841:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/enemy/poltergiest.c:215:9: style: The scope of the variable 'j' can be reduced. [variableScope]
edgar-1.23/src/enemy/poltergiest.c:280:8: style: The scope of the variable 'startX' can be reduced. [variableScope]
edgar-1.23/src/enemy/poltergiest.c:280:16: style: The scope of the variable 'startY' can be reduced. [variableScope]
edgar-1.23/src/enemy/poltergiest.c:280:24: style: The scope of the variable 'endX' can be reduced. [variableScope]
edgar-1.23/src/enemy/poltergiest.c:280:30: style: The scope of the variable 'endY' can be reduced. [variableScope]
edgar-1.23/src/enemy/rampaging_master_tortoise.c:270:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/enemy/rampaging_master_tortoise.c:781:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/enemy/rampaging_master_tortoise.c:782:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/enemy/red_ceiling_creeper.c:227:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
edgar-1.23/src/enemy/red_ceiling_creeper.c:282:31: style: Redundant condition: other->head!=NULL. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition]
edgar-1.23/src/enemy/rock.c:122:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/enemy/sasquatch.c:110:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/enemy/scanner.c:348:57: warning: Either the condition 'token!=NULL' is redundant or there is possible null pointer dereference: token. [nullPointerRedundantCheck]
edgar-1.23/src/enemy/scanner.c:336:16: note: Assuming that condition 'token!=NULL' is not redundant
edgar-1.23/src/enemy/scanner.c:348:57: note: Null pointer dereference
edgar-1.23/src/enemy/scanner.c:80:6: style: The scope of the variable 'frame' can be reduced. [variableScope]
edgar-1.23/src/enemy/scanner.c:81:8: style: The scope of the variable 'timer' can be reduced. [variableScope]
edgar-1.23/src/enemy/scanner.c:219:6: style: The scope of the variable 'frame' can be reduced. [variableScope]
edgar-1.23/src/enemy/scanner.c:220:8: style: The scope of the variable 'timer' can be reduced. [variableScope]
edgar-1.23/src/enemy/scanner.c:256:6: style: The scope of the variable 'frame' can be reduced. [variableScope]
edgar-1.23/src/enemy/scanner.c:257:8: style: The scope of the variable 'timer' can be reduced. [variableScope]
edgar-1.23/src/enemy/scanner.c:302:8: style: The scope of the variable 'token' can be reduced. [variableScope]
edgar-1.23/src/enemy/scanner.c:303:9: style: The scope of the variable 'summonIndex' can be reduced. [variableScope]
edgar-1.23/src/enemy/scanner.c:303:26: style: The scope of the variable 'summonCount' can be reduced. [variableScope]
edgar-1.23/src/enemy/scorpion.c:176:5: style: Variable 'self->action' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
edgar-1.23/src/enemy/scorpion.c:175:5: note: Variable 'self->action' is reassigned a value before the old one has been used if variable is no semaphore variable.
edgar-1.23/src/enemy/scorpion.c:176:5: note: Variable 'self->action' is reassigned a value before the old one has been used if variable is no semaphore variable.
edgar-1.23/src/enemy/scorpion.c:144:16: style: The scope of the variable 'move' can be reduced. [variableScope]
edgar-1.23/src/enemy/skeleton.c:130:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/enemy/skull_door.c:269:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
edgar-1.23/src/enemy/skull_door.c:103:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/enemy/skull_door.c:163:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/enemy/skull_door.c:276:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/enemy/sludge.c:300:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/enemy/small_boulder.c:122:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/enemy/snail.c:137:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/enemy/snail.c:241:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/enemy/sorceror_dark_summoner.c:380:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/enemy/sorceror_dark_summoner.c:535:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/enemy/sorceror_dark_summoner.c:536:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/enemy/sorceror_dark_summoner.c:606:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/enemy/sorceror_dark_summoner.c:655:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/enemy/spike_sphere.c:110:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
edgar-1.23/src/enemy/spike_wall.c:84:7: style: The scope of the variable 'name' can be reduced. [variableScope]
edgar-1.23/src/enemy/spike_wall.c:132:8: style: The scope of the variable 'dirX' can be reduced. [variableScope]
edgar-1.23/src/enemy/spike_wall.c:163:8: style: The scope of the variable 'dirX' can be reduced. [variableScope]
edgar-1.23/src/enemy/splitter.c:203:6: style: The scope of the variable 'y' can be reduced. [variableScope]
edgar-1.23/src/enemy/splitter.c:286:6: style: The scope of the variable 'y' can be reduced. [variableScope]
edgar-1.23/src/enemy/splitter.c:363:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/enemy/splitter.c:444:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/enemy/splitter.c:614:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/enemy/splitter.c:697:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/enemy/summoner.c:166:56: warning: Either the condition 'token!=NULL' is redundant or there is possible null pointer dereference: token. [nullPointerRedundantCheck]
edgar-1.23/src/enemy/summoner.c:154:15: note: Assuming that condition 'token!=NULL' is not redundant
edgar-1.23/src/enemy/summoner.c:166:56: note: Null pointer dereference
edgar-1.23/src/enemy/thunder_cloud.c:109:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/enemy/thunder_cloud.c:110:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/enemy/whirlwind.c:166:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/enemy/zombie.c:120:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/enemy/zombie.c:350:12: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/entity.c:868:32: style: Redundant condition: self->type==AUTO_DOOR. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition]
edgar-1.23/src/entity.c:256:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/entity.c:256:9: style: The scope of the variable 'drawn' can be reduced. [variableScope]
edgar-1.23/src/entity.c:256:16: style: The scope of the variable 'removeCount' can be reduced. [variableScope]
edgar-1.23/src/entity.c:781:8: style: The scope of the variable 'dirX' can be reduced. [variableScope]
edgar-1.23/src/entity.c:1777:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/entity.c:1778:8: style: The scope of the variable 'speed' can be reduced. [variableScope]
edgar-1.23/src/entity.c:1779:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/entity.c:1084:15: style: Variable 'collided' is assigned a value that is never used. [unreadVariable]
edgar-1.23/src/entity.c:1439:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
edgar-1.23/src/entity.c:1459:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
edgar-1.23/src/entity.c:1505:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
edgar-1.23/src/entity.c:1557:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
edgar-1.23/src/entity.c:394:94: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
edgar-1.23/src/event/global_trigger.c:52:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
edgar-1.23/src/event/map_trigger.c:45:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
edgar-1.23/src/event/objective.c:44:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
edgar-1.23/src/event/objective.c:175:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
edgar-1.23/src/event/script.c:57:53: style: The scope of the variable 'existingLines' can be reduced. [variableScope]
edgar-1.23/src/event/script.c:1482:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/game.c:553:10: style: The scope of the variable 'start' can be reduced. [variableScope]
edgar-1.23/src/game.c:758:15: style: The scope of the variable 'token' can be reduced. [variableScope]
edgar-1.23/src/game.c:1093:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/graphics/animation.c:38:8: style: The scope of the variable 'frameName' can be reduced. [variableScope]
edgar-1.23/src/graphics/animation.c:276:9: style: The scope of the variable 'callback' can be reduced. [variableScope]
edgar-1.23/src/graphics/animation.c:514:39: style: The scope of the variable 'newRightEdge' can be reduced. [variableScope]
edgar-1.23/src/graphics/animation.c:515:22: style: The scope of the variable 'newBottom' can be reduced. [variableScope]
edgar-1.23/src/graphics/animation.c:515:33: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/graphics/decoration.c:138:6: style: The scope of the variable 'removeCount' can be reduced. [variableScope]
edgar-1.23/src/graphics/decoration.c:194:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/graphics/decoration.c:236:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/graphics/decoration.c:305:9: style: The scope of the variable 'xx' can be reduced. [variableScope]
edgar-1.23/src/graphics/decoration.c:305:13: style: The scope of the variable 'yy' can be reduced. [variableScope]
edgar-1.23/src/graphics/decoration.c:165:5: style: Variable 'removeCount' is modified but its new value is never used. [unreadVariable]
edgar-1.23/src/graphics/decoration.c:473:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
edgar-1.23/src/graphics/font.c:58:9: style: The scope of the variable 'length' can be reduced. [variableScope]
edgar-1.23/src/graphics/gib.c:37:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/graphics/graphics.c:226:6: style: The scope of the variable 'colour' can be reduced. [variableScope]
edgar-1.23/src/graphics/graphics.c:1042:7: style: The scope of the variable 'filename' can be reduced. [variableScope]
edgar-1.23/src/graphics/save_png.c:148:14: style: Condition 'ss_size==0' is always true [knownConditionTrueFalse]
edgar-1.23/src/graphics/save_png.c:96:12: note: Assignment 'ss_size=0', assigned value is 0
edgar-1.23/src/graphics/save_png.c:148:14: note: Condition 'ss_size==0' is always true
edgar-1.23/src/graphics/sprites.c:86:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
edgar-1.23/src/hud.c:135:7: style: The scope of the variable 'quantity' can be reduced. [variableScope]
edgar-1.23/src/hud.c:136:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/hud.c:136:15: style: The scope of the variable 'h' can be reduced. [variableScope]
edgar-1.23/src/hud.c:136:18: style: The scope of the variable 'w' can be reduced. [variableScope]
edgar-1.23/src/hud.c:136:21: style: The scope of the variable 'itemBoxMid' can be reduced. [variableScope]
edgar-1.23/src/hud.c:136:33: style: The scope of the variable 'quant' can be reduced. [variableScope]
edgar-1.23/src/hud.c:137:8: style: The scope of the variable 'percentage' can be reduced. [variableScope]
edgar-1.23/src/hud.c:137:20: style: The scope of the variable 'clipWidth' can be reduced. [variableScope]
edgar-1.23/src/init.c:150:6: style: Variable 'fps' is assigned a value that is never used. [unreadVariable]
edgar-1.23/src/input.c:37:6: style: The scope of the variable 'key' can be reduced. [variableScope]
edgar-1.23/src/input.c:37:11: style: The scope of the variable 'button' can be reduced. [variableScope]
edgar-1.23/src/input.c:762:15: style: The scope of the variable 'token' can be reduced. [variableScope]
edgar-1.23/src/inventory.c:548:6: style: The scope of the variable 'index' can be reduced. [variableScope]
edgar-1.23/src/inventory.c:640:10: style: The scope of the variable 'item' can be reduced. [variableScope]
edgar-1.23/src/inventory.c:840:7: style: The scope of the variable 'description' can be reduced. [variableScope]
edgar-1.23/src/inventory.c:720:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
edgar-1.23/src/item/apple.c:71:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/item/apple_tree.c:192:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
edgar-1.23/src/item/apple_tree.c:206:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/item/arrow_target.c:123:6: style: The scope of the variable 'remaining' can be reduced. [variableScope]
edgar-1.23/src/item/blending_machine.c:143:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/item/bomb.c:183:6: style: The scope of the variable 'x' can be reduced. [variableScope]
edgar-1.23/src/item/bomb.c:183:9: style: The scope of the variable 'y' can be reduced. [variableScope]
edgar-1.23/src/item/bomb.c:184:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/item/bubble_machine.c:88:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/item/cauldron.c:99:10: style: The scope of the variable 'smoke' can be reduced. [variableScope]
edgar-1.23/src/item/chicken_feed.c:69:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/item/cloud_geyzer.c:123:7: style: The scope of the variable 'name' can be reduced. [variableScope]
edgar-1.23/src/item/cloud_geyzer.c:143:6: style: The scope of the variable 'bottomBefore' can be reduced. [variableScope]
edgar-1.23/src/item/coal_pile.c:109:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/item/code_door.c:133:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/item/code_door.c:133:19: style: The scope of the variable 'dir' can be reduced. [variableScope]
edgar-1.23/src/item/code_door.c:308:7: style: The scope of the variable 'display' can be reduced. [variableScope]
edgar-1.23/src/item/colour_display.c:64:7: style: The scope of the variable 'col' can be reduced. [variableScope]
edgar-1.23/src/item/colour_display.c:65:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/item/colour_display.c:65:9: style: The scope of the variable 'colour' can be reduced. [variableScope]
edgar-1.23/src/item/colour_display.c:65:17: style: The scope of the variable 'prev' can be reduced. [variableScope]
edgar-1.23/src/item/colour_display.c:127:7: style: The scope of the variable 'col' can be reduced. [variableScope]
edgar-1.23/src/item/colour_pot.c:193:6: style: The scope of the variable 'r' can be reduced. [variableScope]
edgar-1.23/src/item/colour_pot.c:193:9: style: The scope of the variable 'g' can be reduced. [variableScope]
edgar-1.23/src/item/colour_pot.c:193:12: style: The scope of the variable 'b' can be reduced. [variableScope]
edgar-1.23/src/item/colour_pot.c:250:7: style: The scope of the variable 'requiredColour' can be reduced. [variableScope]
edgar-1.23/src/item/colour_pot.c:250:23: style: The scope of the variable 'colour' can be reduced. [variableScope]
edgar-1.23/src/item/containment_unit_controls.c:211:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
edgar-1.23/src/item/containment_unit_controls.c:90:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/item/containment_unit_controls.c:161:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/item/crossbow_bolt.c:76:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/item/drawbridge_pulley.c:165:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
edgar-1.23/src/item/exploding_gazer_eye_dud.c:91:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/item/extend_o_grab_button.c:105:13: style: The scope of the variable 'remaining' can be reduced. [variableScope]
edgar-1.23/src/item/glass_cage.c:186:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
edgar-1.23/src/item/glass_cage.c:140:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/item/glass_wall.c:279:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
edgar-1.23/src/item/grappling_hook.c:89:3: style: Variable 'self->action' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
edgar-1.23/src/item/grappling_hook.c:87:3: note: Variable 'self->action' is reassigned a value before the old one has been used if variable is no semaphore variable.
edgar-1.23/src/item/grappling_hook.c:89:3: note: Variable 'self->action' is reassigned a value before the old one has been used if variable is no semaphore variable.
edgar-1.23/src/item/grimlore_artifact.c:143:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/item/grimlore_artifact.c:170:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/item/grimlore_artifact.c:253:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/item/heart_container.c:97:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/item/ice_spray.c:68:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/item/instruction_machine.c:110:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/item/item.c:279:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/item/jigsaw_puzzle_display.c:138:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/item/jigsaw_puzzle_display.c:139:14: style: The scope of the variable 'prev' can be reduced. [variableScope]
edgar-1.23/src/item/jigsaw_puzzle_display.c:184:40: style: The scope of the variable 'x' can be reduced. [variableScope]
edgar-1.23/src/item/jigsaw_puzzle_display.c:184:43: style: The scope of the variable 'y' can be reduced. [variableScope]
edgar-1.23/src/item/jigsaw_puzzle_display.c:184:46: style: The scope of the variable 'dir' can be reduced. [variableScope]
edgar-1.23/src/item/jigsaw_puzzle_display.c:298:18: style: The scope of the variable 'valid' can be reduced. [variableScope]
edgar-1.23/src/item/jigsaw_puzzle_display.c:298:25: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/item/lab_crusher.c:146:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/item/lab_crusher.c:252:6: style: The scope of the variable 'bottomBefore' can be reduced. [variableScope]
edgar-1.23/src/item/lab_crusher.c:253:8: style: The scope of the variable 'dirX' can be reduced. [variableScope]
edgar-1.23/src/item/lava_door.c:153:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
edgar-1.23/src/item/lava_door.c:165:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/item/light_target.c:108:6: style: The scope of the variable 'remaining' can be reduced. [variableScope]
edgar-1.23/src/item/magnet.c:80:8: style: The scope of the variable 'dirX' can be reduced. [variableScope]
edgar-1.23/src/item/mastermind_display.c:175:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/item/memory_match_display.c:224:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/item/mirror.c:67:6: style: The scope of the variable 'mirrorLeft' can be reduced. [variableScope]
edgar-1.23/src/item/mirror.c:67:18: style: The scope of the variable 'mirrorRight' can be reduced. [variableScope]
edgar-1.23/src/item/mirror.c:67:31: style: The scope of the variable 'beamMid' can be reduced. [variableScope]
edgar-1.23/src/item/mirror.c:258:18: style: Variable 'mirrorLeft' is assigned a value that is never used. [unreadVariable]
edgar-1.23/src/item/mirror.c:260:19: style: Variable 'mirrorRight' is assigned a value that is never used. [unreadVariable]
edgar-1.23/src/item/mirror.c:262:15: style: Variable 'beamMid' is assigned a value that is never used. [unreadVariable]
edgar-1.23/src/item/monster_skull.c:184:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
edgar-1.23/src/item/monster_skull.c:136:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/item/music_sheet_display.c:63:9: style: The scope of the variable 'note' can be reduced. [variableScope]
edgar-1.23/src/item/music_sheet_display.c:64:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/item/number_block.c:78:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/item/one_way_door.c:98:6: style: The scope of the variable 'bottomBefore' can be reduced. [variableScope]
edgar-1.23/src/item/poison_meat.c:74:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/item/portable_save.c:74:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/item/portable_save.c:113:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/item/potion_dispenser.c:84:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/item/repellent.c:70:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/item/rock_container.c:90:6: style: The scope of the variable 'bottomBefore' can be reduced. [variableScope]
edgar-1.23/src/item/safe.c:106:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/item/safe.c:143:11: style: The scope of the variable 'frameCount' can be reduced. [variableScope]
edgar-1.23/src/item/safe.c:144:7: style: The scope of the variable 'code' can be reduced. [variableScope]
edgar-1.23/src/item/safe_combination.c:76:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/item/safe_combination.c:76:9: style: The scope of the variable 'unit' can be reduced. [variableScope]
edgar-1.23/src/item/safe_combination.c:76:15: style: The scope of the variable 'dir' can be reduced. [variableScope]
edgar-1.23/src/item/safe_combination.c:77:7: style: The scope of the variable 'combination' can be reduced. [variableScope]
edgar-1.23/src/item/scale.c:157:6: style: The scope of the variable 'bottomBefore' can be reduced. [variableScope]
edgar-1.23/src/item/skull.c:81:10: style: The scope of the variable 'chain' can be reduced. [variableScope]
edgar-1.23/src/item/skull.c:212:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/item/skull.c:213:7: style: The scope of the variable 'onGround' can be reduced. [variableScope]
edgar-1.23/src/item/slime_container.c:64:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/item/slime_potion_pool.c:84:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/item/snow_pile.c:73:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/item/soul_bottle.c:73:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/item/soul_merger.c:122:10: style: The scope of the variable 'other' can be reduced. [variableScope]
edgar-1.23/src/item/soul_merger_control_panel.c:156:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/item/soul_merger_control_panel.c:220:6: style: The scope of the variable 'width' can be reduced. [variableScope]
edgar-1.23/src/item/soul_merger_control_panel.c:221:8: style: The scope of the variable 'percentage' can be reduced. [variableScope]
edgar-1.23/src/item/spike_ball.c:70:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/item/spike_ball.c:139:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/item/spore.c:68:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/item/stalactite.c:198:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
edgar-1.23/src/item/stalactite.c:116:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/item/stalactite.c:235:8: style: The scope of the variable 'x' can be reduced. [variableScope]
edgar-1.23/src/item/stalactite.c:235:11: style: The scope of the variable 'y' can be reduced. [variableScope]
edgar-1.23/src/item/symbol_block.c:179:6: style: The scope of the variable 'required' can be reduced. [variableScope]
edgar-1.23/src/item/tesla_charger.c:163:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/item/tesla_pack.c:198:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/item/train.c:66:6: style: The scope of the variable 'bottomBefore' can be reduced. [variableScope]
edgar-1.23/src/item/train.c:67:8: style: The scope of the variable 'dirX' can be reduced. [variableScope]
edgar-1.23/src/item/train.c:110:7: style: The scope of the variable 'trackName' can be reduced. [variableScope]
edgar-1.23/src/item/train.c:111:6: style: The scope of the variable 'track' can be reduced. [variableScope]
edgar-1.23/src/item/train_track.c:101:6: style: The scope of the variable 'nextTrack' can be reduced. [variableScope]
edgar-1.23/src/item/train_track.c:102:7: style: The scope of the variable 'targetTrackName' can be reduced. [variableScope]
edgar-1.23/src/item/train_track.c:138:6: style: The scope of the variable 'end' can be reduced. [variableScope]
edgar-1.23/src/item/vines.c:180:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
edgar-1.23/src/item/vines.c:69:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/item/water_purifier.c:70:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/main.c:234:21: style: Condition 'mapID==-1' is always true [knownConditionTrueFalse]
edgar-1.23/src/main.c:64:0: note: Assignment 'mapID=-1', assigned value is -1
edgar-1.23/src/main.c:234:21: note: Condition 'mapID==-1' is always true
edgar-1.23/src/main.c:241:21: style: Condition 'mapID==-1' is always true [knownConditionTrueFalse]
edgar-1.23/src/main.c:64:0: note: Assignment 'mapID=-1', assigned value is -1
edgar-1.23/src/main.c:241:21: note: Condition 'mapID==-1' is always true
edgar-1.23/src/main.c:244:13: style: Condition 'mapID!=-1' is always false [knownConditionTrueFalse]
edgar-1.23/src/main.c:64:0: note: Assignment 'mapID=-1', assigned value is -1
edgar-1.23/src/main.c:244:13: note: Condition 'mapID!=-1' is always false
edgar-1.23/src/main.c:307:12: style: Condition 'go==TRUE' is always true [knownConditionTrueFalse]
edgar-1.23/src/main.c:58:7: note: Assignment 'go=TRUE', assigned value is 1
edgar-1.23/src/main.c:307:12: note: Condition 'go==TRUE' is always true
edgar-1.23/src/main_editor.c:202:13: style: Condition 'go==TRUE' is always true [knownConditionTrueFalse]
edgar-1.23/src/main_editor.c:64:7: note: Assignment 'go=TRUE', assigned value is 1
edgar-1.23/src/main_editor.c:202:13: note: Condition 'go==TRUE' is always true
edgar-1.23/src/main_editor.c:52:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
edgar-1.23/src/main_editor.c:42:10: style: The scope of the variable 'x' can be reduced. [variableScope]
edgar-1.23/src/main_editor.c:42:13: style: The scope of the variable 'y' can be reduced. [variableScope]
edgar-1.23/src/main_editor.c:42:24: style: The scope of the variable 'row' can be reduced. [variableScope]
edgar-1.23/src/main_editor.c:42:29: style: The scope of the variable 'col' can be reduced. [variableScope]
edgar-1.23/src/main_editor.c:44:7: style: The scope of the variable 'filename' can be reduced. [variableScope]
edgar-1.23/src/map.c:587:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/map.c:114:3: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
edgar-1.23/src/map.c:118:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
edgar-1.23/src/map.c:127:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
edgar-1.23/src/map.c:138:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
edgar-1.23/src/map.c:147:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
edgar-1.23/src/map.c:156:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
edgar-1.23/src/map.c:165:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
edgar-1.23/src/map.c:174:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
edgar-1.23/src/map.c:183:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
edgar-1.23/src/map.c:192:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
edgar-1.23/src/map.c:201:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
edgar-1.23/src/map.c:212:8: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
edgar-1.23/src/map.c:224:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
edgar-1.23/src/map.c:235:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
edgar-1.23/src/map.c:249:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
edgar-1.23/src/map.c:1366:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
edgar-1.23/src/medal.c:117:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/medal.c:185:15: style: The scope of the variable 'medalType' can be reduced. [variableScope]
edgar-1.23/src/medal.c:185:27: style: The scope of the variable 'hidden' can be reduced. [variableScope]
edgar-1.23/src/medal.c:185:36: style: The scope of the variable 'code' can be reduced. [variableScope]
edgar-1.23/src/medal.c:185:43: style: The scope of the variable 'description' can be reduced. [variableScope]
edgar-1.23/src/menu/about_menu.c:136:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/menu/cheat_menu.c:294:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/menu/control_menu.c:327:2: style: Variable 'colWidth2' is reassigned a value before the old one has been used. [redundantAssignment]
edgar-1.23/src/menu/control_menu.c:323:14: note: Variable 'colWidth2' is reassigned a value before the old one has been used.
edgar-1.23/src/menu/control_menu.c:327:2: note: Variable 'colWidth2' is reassigned a value before the old one has been used.
edgar-1.23/src/menu/control_menu.c:436:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/menu/io_menu.c:266:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/menu/label.c:109:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
edgar-1.23/src/menu/label.c:82:6: style: The scope of the variable 'x' can be reduced. [variableScope]
edgar-1.23/src/menu/label.c:82:9: style: The scope of the variable 'y' can be reduced. [variableScope]
edgar-1.23/src/menu/main_menu.c:311:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/menu/medals_menu.c:258:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/menu/ok_menu.c:56:10: style: The scope of the variable 'w' can be reduced. [variableScope]
edgar-1.23/src/menu/ok_menu.c:171:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/menu/options_menu.c:67:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/menu/options_menu.c:346:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/menu/script_menu.c:172:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/menu/sound_menu.c:309:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/menu/stats_menu.c:208:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/menu/widget.c:146:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
edgar-1.23/src/menu/widget.c:153:32: style: The scope of the variable 'lineBreak' can be reduced. [variableScope]
edgar-1.23/src/menu/yes_no_menu.c:215:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/pak_creator.c:425:4: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
edgar-1.23/src/pak_creator.c:110:22: warning: Redundant assignment of 'fileData[i].offset' to itself. [selfAssignment]
edgar-1.23/src/pak_creator.c:111:30: warning: Redundant assignment of 'fileData[i].compressedSize' to itself. [selfAssignment]
edgar-1.23/src/pak_creator.c:112:24: warning: Redundant assignment of 'fileData[i].fileSize' to itself. [selfAssignment]
edgar-1.23/src/pak_creator.c:117:9: warning: Redundant assignment of 'length' to itself. [selfAssignment]
edgar-1.23/src/pak_creator.c:118:13: warning: Redundant assignment of 'totalFiles' to itself. [selfAssignment]
edgar-1.23/src/pak_creator.c:364:9: warning: Redundant assignment of 'offset' to itself. [selfAssignment]
edgar-1.23/src/pak_creator.c:365:12: warning: Redundant assignment of 'fileCount' to itself. [selfAssignment]
edgar-1.23/src/pak_creator.c:384:22: warning: Redundant assignment of 'fileData[i].offset' to itself. [selfAssignment]
edgar-1.23/src/pak_creator.c:385:30: warning: Redundant assignment of 'fileData[i].compressedSize' to itself. [selfAssignment]
edgar-1.23/src/pak_creator.c:386:24: warning: Redundant assignment of 'fileData[i].fileSize' to itself. [selfAssignment]
edgar-1.23/src/pak_creator.c:348:17: style: The scope of the variable 'source' can be reduced. [variableScope]
edgar-1.23/src/pak_creator.c:348:26: style: The scope of the variable 'dest' can be reduced. [variableScope]
edgar-1.23/src/player.c:1720:2: style: Variable 'playerWeapon.face' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
edgar-1.23/src/player.c:1719:2: note: Variable 'playerWeapon.face' is reassigned a value before the old one has been used if variable is no semaphore variable.
edgar-1.23/src/player.c:1720:2: note: Variable 'playerWeapon.face' is reassigned a value before the old one has been used if variable is no semaphore variable.
edgar-1.23/src/player.c:212:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/player.c:212:9: style: The scope of the variable 'j' can be reduced. [variableScope]
edgar-1.23/src/player.c:213:6: style: The scope of the variable 'left' can be reduced. [variableScope]
edgar-1.23/src/player.c:213:12: style: The scope of the variable 'right' can be reduced. [variableScope]
edgar-1.23/src/player.c:213:19: style: The scope of the variable 'up' can be reduced. [variableScope]
edgar-1.23/src/player.c:213:23: style: The scope of the variable 'down' can be reduced. [variableScope]
edgar-1.23/src/player.c:213:29: style: The scope of the variable 'attack' can be reduced. [variableScope]
edgar-1.23/src/player.c:213:37: style: The scope of the variable 'block' can be reduced. [variableScope]
edgar-1.23/src/player.c:1228:6: style: The scope of the variable 'shieldHealth' can be reduced. [variableScope]
edgar-1.23/src/player.c:1230:7: style: The scope of the variable 'shieldName' can be reduced. [variableScope]
edgar-1.23/src/player.c:1230:37: style: The scope of the variable 'oldShieldName' can be reduced. [variableScope]
edgar-1.23/src/player.c:1780:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/player.c:2027:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/player.c:2028:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/player.c:2125:18: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/player.c:2228:8: style: The scope of the variable 'x' can be reduced. [variableScope]
edgar-1.23/src/player.c:2228:11: style: The scope of the variable 'y' can be reduced. [variableScope]
edgar-1.23/src/player.c:2228:14: style: The scope of the variable 'radians' can be reduced. [variableScope]
edgar-1.23/src/player.c:2723:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/player.c:2724:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/player.c:2821:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/player.c:2822:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/player.c:3083:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/po_creator.c:107:3: style: Variable 'token' is reassigned a value before the old one has been used. [redundantAssignment]
edgar-1.23/src/po_creator.c:105:3: note: Variable 'token' is reassigned a value before the old one has been used.
edgar-1.23/src/po_creator.c:107:3: note: Variable 'token' is reassigned a value before the old one has been used.
edgar-1.23/src/po_creator.c:109:3: style: Variable 'token' is reassigned a value before the old one has been used. [redundantAssignment]
edgar-1.23/src/po_creator.c:107:3: note: Variable 'token' is reassigned a value before the old one has been used.
edgar-1.23/src/po_creator.c:109:3: note: Variable 'token' is reassigned a value before the old one has been used.
edgar-1.23/src/po_creator.c:111:3: style: Variable 'token' is reassigned a value before the old one has been used. [redundantAssignment]
edgar-1.23/src/po_creator.c:109:3: note: Variable 'token' is reassigned a value before the old one has been used.
edgar-1.23/src/po_creator.c:111:3: note: Variable 'token' is reassigned a value before the old one has been used.
edgar-1.23/src/po_creator.c:170:6: style: Variable 'token' is reassigned a value before the old one has been used. [redundantAssignment]
edgar-1.23/src/po_creator.c:168:6: note: Variable 'token' is reassigned a value before the old one has been used.
edgar-1.23/src/po_creator.c:170:6: note: Variable 'token' is reassigned a value before the old one has been used.
edgar-1.23/src/po_creator.c:172:6: style: Variable 'token' is reassigned a value before the old one has been used. [redundantAssignment]
edgar-1.23/src/po_creator.c:170:6: note: Variable 'token' is reassigned a value before the old one has been used.
edgar-1.23/src/po_creator.c:172:6: note: Variable 'token' is reassigned a value before the old one has been used.
edgar-1.23/src/po_creator.c:174:6: style: Variable 'token' is reassigned a value before the old one has been used. [redundantAssignment]
edgar-1.23/src/po_creator.c:172:6: note: Variable 'token' is reassigned a value before the old one has been used.
edgar-1.23/src/po_creator.c:174:6: note: Variable 'token' is reassigned a value before the old one has been used.
edgar-1.23/src/po_creator.c:188:6: style: Variable 'token' is reassigned a value before the old one has been used. [redundantAssignment]
edgar-1.23/src/po_creator.c:186:6: note: Variable 'token' is reassigned a value before the old one has been used.
edgar-1.23/src/po_creator.c:188:6: note: Variable 'token' is reassigned a value before the old one has been used.
edgar-1.23/src/po_creator.c:190:6: style: Variable 'token' is reassigned a value before the old one has been used. [redundantAssignment]
edgar-1.23/src/po_creator.c:188:6: note: Variable 'token' is reassigned a value before the old one has been used.
edgar-1.23/src/po_creator.c:190:6: note: Variable 'token' is reassigned a value before the old one has been used.
edgar-1.23/src/po_creator.c:216:6: style: Variable 'token' is reassigned a value before the old one has been used. [redundantAssignment]
edgar-1.23/src/po_creator.c:214:6: note: Variable 'token' is reassigned a value before the old one has been used.
edgar-1.23/src/po_creator.c:216:6: note: Variable 'token' is reassigned a value before the old one has been used.
edgar-1.23/src/po_creator.c:280:6: style: Variable 'token' is reassigned a value before the old one has been used. [redundantAssignment]
edgar-1.23/src/po_creator.c:278:6: note: Variable 'token' is reassigned a value before the old one has been used.
edgar-1.23/src/po_creator.c:280:6: note: Variable 'token' is reassigned a value before the old one has been used.
edgar-1.23/src/po_creator.c:344:6: style: Variable 'token' is reassigned a value before the old one has been used. [redundantAssignment]
edgar-1.23/src/po_creator.c:342:6: note: Variable 'token' is reassigned a value before the old one has been used.
edgar-1.23/src/po_creator.c:344:6: note: Variable 'token' is reassigned a value before the old one has been used.
edgar-1.23/src/po_creator.c:405:2: style: Variable 'found' is reassigned a value before the old one has been used. [redundantAssignment]
edgar-1.23/src/po_creator.c:401:0: note: Variable 'found' is reassigned a value before the old one has been used.
edgar-1.23/src/po_creator.c:405:2: note: Variable 'found' is reassigned a value before the old one has been used.
edgar-1.23/src/po_creator.c:202:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
edgar-1.23/src/system/compress.c:178:2: warning: Either the condition 'dest!=NULL' is redundant or there is possible null pointer dereference: dest. [nullPointerRedundantCheck]
edgar-1.23/src/system/compress.c:184:12: note: Assuming that condition 'dest!=NULL' is not redundant
edgar-1.23/src/system/compress.c:178:2: note: Null pointer dereference
edgar-1.23/src/system/compress.c:86:11: warning: Redundant assignment of 'fileSize' to itself. [selfAssignment]
edgar-1.23/src/system/error.c:147:9: style: Condition 'TRUE' is always true [knownConditionTrueFalse]
edgar-1.23/src/system/load_save.c:335:10: style: Condition 'TRUE' is always true [knownConditionTrueFalse]
edgar-1.23/src/system/load_save.c:177:66: style: The scope of the variable 'backup' can be reduced. [variableScope]
edgar-1.23/src/system/load_save.c:178:51: style: The scope of the variable 'completion' can be reduced. [variableScope]
edgar-1.23/src/system/load_save.c:180:8: style: The scope of the variable 'percentage' can be reduced. [variableScope]
edgar-1.23/src/system/load_save.c:180:20: style: The scope of the variable 'steps' can be reduced. [variableScope]
edgar-1.23/src/system/load_save.c:571:7: style: The scope of the variable 'itemName' can be reduced. [variableScope]
edgar-1.23/src/system/load_save.c:571:38: style: The scope of the variable 'line' can be reduced. [variableScope]
edgar-1.23/src/system/load_save.c:575:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/system/load_save.c:576:17: style: The scope of the variable 'buffer' can be reduced. [variableScope]
edgar-1.23/src/system/load_save.c:826:8: style: The scope of the variable 'fp' can be reduced. [variableScope]
edgar-1.23/src/system/load_save.c:861:8: style: The scope of the variable 'line' can be reduced. [variableScope]
edgar-1.23/src/system/load_save.c:861:14: style: The scope of the variable 'itemName' can be reduced. [variableScope]
edgar-1.23/src/system/load_save.c:864:17: style: The scope of the variable 'buffer' can be reduced. [variableScope]
edgar-1.23/src/system/load_save.c:1004:7: style: The scope of the variable 'itemName' can be reduced. [variableScope]
edgar-1.23/src/system/load_save.c:1004:38: style: The scope of the variable 'line' can be reduced. [variableScope]
edgar-1.23/src/system/load_save.c:1007:17: style: The scope of the variable 'buffer' can be reduced. [variableScope]
edgar-1.23/src/system/load_save.c:1632:18: style: The scope of the variable 'save0' can be reduced. [variableScope]
edgar-1.23/src/system/load_save.c:220:3: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
edgar-1.23/src/system/load_save.c:224:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
edgar-1.23/src/system/load_save.c:298:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
edgar-1.23/src/system/load_save.c:362:3: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
edgar-1.23/src/system/load_save.c:426:3: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
edgar-1.23/src/system/load_save.c:430:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
edgar-1.23/src/system/load_save.c:439:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
edgar-1.23/src/system/load_save.c:672:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
edgar-1.23/src/system/load_save.c:682:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
edgar-1.23/src/system/load_save.c:703:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
edgar-1.23/src/system/load_save.c:707:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
edgar-1.23/src/system/load_save.c:912:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
edgar-1.23/src/system/load_save.c:923:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
edgar-1.23/src/system/load_save.c:944:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
edgar-1.23/src/system/load_save.c:948:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
edgar-1.23/src/system/load_save.c:1076:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
edgar-1.23/src/system/load_save.c:1086:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
edgar-1.23/src/system/load_save.c:1107:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
edgar-1.23/src/system/load_save.c:1111:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
edgar-1.23/src/system/load_save.c:1226:3: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
edgar-1.23/src/system/load_save.c:1285:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
edgar-1.23/src/system/load_save.c:612:16: error: Uninitialized variable: tempSaveFile [uninitvar]
edgar-1.23/src/system/pak.c:289:9: warning: Either the condition 'source!=NULL' is redundant or there is possible null pointer dereference: source. [nullPointerRedundantCheck]
edgar-1.23/src/system/pak.c:301:13: note: Assuming that condition 'source!=NULL' is not redundant
edgar-1.23/src/system/pak.c:289:9: note: Null pointer dereference
edgar-1.23/src/system/pak.c:398:9: warning: Either the condition 'source!=NULL' is redundant or there is possible null pointer dereference: source. [nullPointerRedundantCheck]
edgar-1.23/src/system/pak.c:432:13: note: Assuming that condition 'source!=NULL' is not redundant
edgar-1.23/src/system/pak.c:398:9: note: Null pointer dereference
edgar-1.23/src/system/pak.c:323:2: style: Variable 'filename' is reassigned a value before the old one has been used. [redundantAssignment]
edgar-1.23/src/system/pak.c:321:2: note: Variable 'filename' is reassigned a value before the old one has been used.
edgar-1.23/src/system/pak.c:323:2: note: Variable 'filename' is reassigned a value before the old one has been used.
edgar-1.23/src/system/pak.c:58:10: warning: Redundant assignment of 'offset' to itself. [selfAssignment]
edgar-1.23/src/system/pak.c:59:13: warning: Redundant assignment of 'fileCount' to itself. [selfAssignment]
edgar-1.23/src/system/pak.c:76:23: warning: Redundant assignment of 'fileData[i].offset' to itself. [selfAssignment]
edgar-1.23/src/system/pak.c:77:31: warning: Redundant assignment of 'fileData[i].compressedSize' to itself. [selfAssignment]
edgar-1.23/src/system/pak.c:78:25: warning: Redundant assignment of 'fileData[i].fileSize' to itself. [selfAssignment]
edgar-1.23/src/system/properties.c:197:34: error: Array 'properties[256]' accessed at index 256, which is out of bounds. [arrayIndexOutOfBounds]
edgar-1.23/src/system/properties.c:117:3: note: After for loop, i has value 256
edgar-1.23/src/system/properties.c:197:34: note: Array index out of bounds
edgar-1.23/src/system/properties.c:199:32: error: Array 'properties[256]' accessed at index 256, which is out of bounds. [arrayIndexOutOfBounds]
edgar-1.23/src/system/properties.c:117:3: note: After for loop, i has value 256
edgar-1.23/src/system/properties.c:199:32: note: Array index out of bounds
edgar-1.23/src/system/properties.c:89:31: style: The scope of the variable 'line' can be reduced. [variableScope]
edgar-1.23/src/system/properties.c:89:38: style: The scope of the variable 'token' can be reduced. [variableScope]
edgar-1.23/src/system/properties.c:90:17: style: The scope of the variable 'buffer' can be reduced. [variableScope]
edgar-1.23/src/system/record.c:64:7: warning: Redundant assignment of 'seed' to itself. [selfAssignment]
edgar-1.23/src/system/record.c:100:7: warning: Redundant assignment of 'seed' to itself. [selfAssignment]
edgar-1.23/src/system/record.c:136:8: warning: Redundant assignment of 'input' to itself. [selfAssignment]
edgar-1.23/src/system/record.c:171:8: warning: Redundant assignment of 'input' to itself. [selfAssignment]
edgar-1.23/src/system/resources.c:77:6: style: The scope of the variable 'code' can be reduced. [variableScope]
edgar-1.23/src/system/resources.c:631:36: style: The scope of the variable 'line' can be reduced. [variableScope]
edgar-1.23/src/system/resources.c:631:52: style: The scope of the variable 'itemName' can be reduced. [variableScope]
edgar-1.23/src/system/resources.c:632:7: style: The scope of the variable 'key' can be reduced. [variableScope]
edgar-1.23/src/system/resources.c:632:30: style: The scope of the variable 'value' can be reduced. [variableScope]
edgar-1.23/src/system/resources.c:633:30: style: The scope of the variable 'read' can be reduced. [variableScope]
edgar-1.23/src/system/resources.c:633:36: style: The scope of the variable 'found' can be reduced. [variableScope]
edgar-1.23/src/system/resources.c:634:17: style: The scope of the variable 'buffer' can be reduced. [variableScope]
edgar-1.23/src/system/resources.c:635:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/system/resources.c:637:10: style: The scope of the variable 't' can be reduced. [variableScope]
edgar-1.23/src/system/resources.c:350:3: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
edgar-1.23/src/system/resources.c:663:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
edgar-1.23/src/system/resources.c:667:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
edgar-1.23/src/system/resources.c:674:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
edgar-1.23/src/system/resources.c:681:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
edgar-1.23/src/system/resources.c:688:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
edgar-1.23/src/system/resources.c:702:12: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
edgar-1.23/src/system/resources.c:742:12: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
edgar-1.23/src/system/resources.c:767:12: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
edgar-1.23/src/system/resources.c:787:12: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
edgar-1.23/src/tile_creator.c:170:15: style: The scope of the variable 'temp' can be reduced. [variableScope]
edgar-1.23/src/world/anti_gravity_field.c:77:6: style: The scope of the variable 'bottomBefore' can be reduced. [variableScope]
edgar-1.23/src/world/falling_platform.c:147:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edgar-1.23/src/world/lift.c:321:7: style: The scope of the variable 'targetName' can be reduced. [variableScope]
edgar-1.23/src/world/pressure_plate.c:120:6: style: The scope of the variable 'remaining' can be reduced. [variableScope]
edgar-1.23/src/world/spawner.c:218:18: warning: Either the condition 'token!=NULL' is redundant or there is possible null pointer dereference: token. [nullPointerRedundantCheck]
edgar-1.23/src/world/spawner.c:206:20: note: Assuming that condition 'token!=NULL' is not redundant
edgar-1.23/src/world/spawner.c:218:18: note: Null pointer dereference
edgar-1.23/src/world/spawner.c:301:16: warning: Either the condition 'token!=NULL' is redundant or there is possible null pointer dereference: token. [nullPointerRedundantCheck]
edgar-1.23/src/world/spawner.c:289:18: note: Assuming that condition 'token!=NULL' is not redundant
edgar-1.23/src/world/spawner.c:301:16: note: Null pointer dereference
edgar-1.23/src/world/spawner.c:116:6: style: The scope of the variable 'distance' can be reduced. [variableScope]
edgar-1.23/src/world/spawner.c:117:7: style: The scope of the variable 'spawnList' can be reduced. [variableScope]
edgar-1.23/src/world/spawner.c:117:36: style: The scope of the variable 'name' can be reduced. [variableScope]
edgar-1.23/src/world/spawner.c:118:8: style: The scope of the variable 'token' can be reduced. [variableScope]
edgar-1.23/src/world/spawner.c:119:6: style: The scope of the variable 'spawnIndex' can be reduced. [variableScope]
edgar-1.23/src/world/spawner.c:119:22: style: The scope of the variable 'spawnCount' can be reduced. [variableScope]
edgar-1.23/src/world/spawner.c:120:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/world/switch.c:141:6: style: The scope of the variable 'remaining' can be reduced. [variableScope]
edgar-1.23/src/world/teleporter.c:93:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edgar-1.23/src/world/teleporter.c:184:7: style: The scope of the variable 'mapName' can be reduced. [variableScope]
edgar-1.23/src/world/weak_wall.c:144:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
[17:19]

ftp://ftp.se.debian.org/debian/pool/main/e/edge-addition-planarity-suite/edge-addition-planarity-suite_3.0.0.5.orig.tar.gz
edge-addition-planarity-suite-Version_3.0.0.5/c/graphDFSUtils.c:251:19: warning: Either the condition 'theGraph==0L' is redundant or there is possible null pointer dereference: theGraph. [nullPointerRedundantCheck]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphDFSUtils.c:254:16: note: Assuming that condition 'theGraph==0L' is not redundant
edge-addition-planarity-suite-Version_3.0.0.5/c/graphDFSUtils.c:251:19: note: Null pointer dereference
edge-addition-planarity-suite-Version_3.0.0.5/c/graphDFSUtils.c:378:19: warning: Either the condition 'theGraph==0L' is redundant or there is possible null pointer dereference: theGraph. [nullPointerRedundantCheck]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphDFSUtils.c:381:16: note: Assuming that condition 'theGraph==0L' is not redundant
edge-addition-planarity-suite-Version_3.0.0.5/c/graphDFSUtils.c:378:19: note: Null pointer dereference
edge-addition-planarity-suite-Version_3.0.0.5/c/graphDFSUtils.c:142:27: style: The scope of the variable 'srcPos' can be reduced. [variableScope]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphDFSUtils.c:44:10: style: Variable 'N' is assigned a value that is never used. [unreadVariable]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphDrawPlanar.c:193:5: style: The scope of the variable 'W' can be reduced. [variableScope]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphDrawPlanar.c:193:8: style: The scope of the variable 'P' can be reduced. [variableScope]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphDrawPlanar.c:193:11: style: The scope of the variable 'C' can be reduced. [variableScope]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphDrawPlanar.c:193:17: style: The scope of the variable 'e' can be reduced. [variableScope]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphDrawPlanar.c:511:9: style: The scope of the variable 'e' can be reduced. [variableScope]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphDrawPlanar.c:511:12: style: The scope of the variable 'min' can be reduced. [variableScope]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphDrawPlanar.c:511:17: style: The scope of the variable 'max' can be reduced. [variableScope]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphDrawPlanar.c:557:9: style: The scope of the variable 'eTwin' can be reduced. [variableScope]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphDrawPlanar.c:557:31: style: The scope of the variable 'v1' can be reduced. [variableScope]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphDrawPlanar.c:557:35: style: The scope of the variable 'v2' can be reduced. [variableScope]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphDrawPlanar.c:557:39: style: The scope of the variable 'pos1' can be reduced. [variableScope]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphDrawPlanar.c:557:45: style: The scope of the variable 'pos2' can be reduced. [variableScope]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphDrawPlanar.c:633:8: style: The scope of the variable 'Parent' can be reduced. [variableScope]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphDrawPlanar.c:633:16: style: The scope of the variable 'BicompRoot' can be reduced. [variableScope]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphDrawPlanar.c:633:28: style: The scope of the variable 'DFSChild' can be reduced. [variableScope]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphDrawPlanar.c:633:49: style: The scope of the variable 'descendant' can be reduced. [variableScope]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphDrawPlanar.c:797:56: style: The scope of the variable 'Mid' can be reduced. [variableScope]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphDrawPlanar.c:917:33: style: The scope of the variable 'epos' can be reduced. [variableScope]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphDrawPlanar.c:917:39: style: The scope of the variable 'eposIndex' can be reduced. [variableScope]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphDrawPlanar.c:189:83: style: Function '_ComputeVertexPositionsInComponent' argument 3 names different: declaration 'pIndex' definition 'pVertpos'. [funcArgNamesDifferent]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphDrawPlanar.c:30:83: note: Function '_ComputeVertexPositionsInComponent' argument 3 names different: declaration 'pIndex' definition 'pVertpos'.
edge-addition-planarity-suite-Version_3.0.0.5/c/graphDrawPlanar.c:189:83: note: Function '_ComputeVertexPositionsInComponent' argument 3 names different: declaration 'pIndex' definition 'pVertpos'.
edge-addition-planarity-suite-Version_3.0.0.5/c/graphDrawPlanar.c:348:9: error: Memory leak: vertexOrder [memleak]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphDrawPlanar.c:802:13: error: Memory leak: visRep [memleak]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphDrawPlanar.c:425:0: error: Memory leak: vertexOrder [memleak]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphDrawPlanar_Extensions.c:473:62: style: Function '_DrawPlanar_InitEdgeRec' argument 2 names different: declaration 'v' definition 'e'. [funcArgNamesDifferent]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphDrawPlanar_Extensions.c:26:62: note: Function '_DrawPlanar_InitEdgeRec' argument 2 names different: declaration 'v' definition 'e'.
edge-addition-planarity-suite-Version_3.0.0.5/c/graphDrawPlanar_Extensions.c:473:62: note: Function '_DrawPlanar_InitEdgeRec' argument 2 names different: declaration 'v' definition 'e'.
edge-addition-planarity-suite-Version_3.0.0.5/c/graphDrawPlanar_Extensions.c:93:10: error: Memory leak: context [memleak]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphDrawPlanar_Extensions.c:211:10: error: Memory leak: VI [memleak]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphDrawPlanar_Extensions.c:214:6: error: Memory leak: VI [memleak]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphDrawPlanar_Extensions.c:629:17: error: Memory leak: extraData [memleak]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphEmbed.c:81:8: style: The scope of the variable 'e' can be reduced. [variableScope]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphEmbed.c:81:11: style: The scope of the variable 'c' can be reduced. [variableScope]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphEmbed.c:163:6: style: The scope of the variable 'leastValue' can be reduced. [variableScope]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphEmbed.c:163:18: style: The scope of the variable 'child' can be reduced. [variableScope]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphEmbed.c:488:9: style: The scope of the variable 'eTwin' can be reduced. [variableScope]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphEmbed.c:558:6: style: The scope of the variable 'R' can be reduced. [variableScope]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphEmbed.c:558:9: style: The scope of the variable 'Rout' can be reduced. [variableScope]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphEmbed.c:675:6: style: The scope of the variable 'nextZig' can be reduced. [variableScope]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphEmbed.c:1240:6: style: The scope of the variable 'W' can be reduced. [variableScope]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphEmbed.c:1240:12: style: The scope of the variable 'invertedFlag' can be reduced. [variableScope]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphEmbed.c:1311:11: style: The scope of the variable 'e_v' can be reduced. [variableScope]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphEmbed.c:433:41: style: Function '_InvertVertex' argument 2 names different: declaration 'V' definition 'W'. [funcArgNamesDifferent]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphEmbed.c:26:41: note: Function '_InvertVertex' argument 2 names different: declaration 'V' definition 'W'.
edge-addition-planarity-suite-Version_3.0.0.5/c/graphEmbed.c:433:41: note: Function '_InvertVertex' argument 2 names different: declaration 'V' definition 'W'.
edge-addition-planarity-suite-Version_3.0.0.5/c/graphExtensions.c:452:12: style: The scope of the variable 'functionTable' can be reduced. [variableScope]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphExtensions.c:201:41: style: Function 'gp_AddExtension' argument 6 names different: declaration 'overloadTable' definition 'functions'. [funcArgNamesDifferent]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphExtensions.h:21:41: note: Function 'gp_AddExtension' argument 6 names different: declaration 'overloadTable' definition 'functions'.
edge-addition-planarity-suite-Version_3.0.0.5/c/graphExtensions.c:201:41: note: Function 'gp_AddExtension' argument 6 names different: declaration 'overloadTable' definition 'functions'.
edge-addition-planarity-suite-Version_3.0.0.5/c/graphExtensions.c:426:25: warning: Division of result of sizeof() on pointer type. [divideSizeof]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphExtensions.c:227:9: error: Memory leak: newExtension [memleak]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphIO.c:82:19: style: The scope of the variable 'adjList' can be reduced. [variableScope]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphIO.c:393:10: style: The scope of the variable 'e' can be reduced. [variableScope]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphIO.c:431:9: style: The scope of the variable 'e' can be reduced. [variableScope]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphIO.c:326:11: error: Resource leak: Infile [resourceLeak]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphIO.c:637:11: error: Resource leak: Outfile [resourceLeak]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphIsolator.c:510:12: style: The scope of the variable 'ZNew' can be reduced. [variableScope]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphIsolator.c:567:20: style: The scope of the variable 'ZPrevArc' can be reduced. [variableScope]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphK23Search.c:207:11: style: The scope of the variable 'XorY' can be reduced. [variableScope]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphK23Search_Extensions.c:62:10: error: Memory leak: context [memleak]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphK33Search.c:604:13: style: The scope of the variable 'descendant' can be reduced. [variableScope]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphK33Search.c:733:6: style: The scope of the variable 'R' can be reduced. [variableScope]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphK33Search.c:733:9: style: The scope of the variable 'Rout' can be reduced. [variableScope]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphK33Search.c:733:18: style: The scope of the variable 'ZPrevLink' can be reduced. [variableScope]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphK33Search.c:778:33: style: The scope of the variable 'W' can be reduced. [variableScope]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphK33Search.c:1488:6: style: The scope of the variable 'V' can be reduced. [variableScope]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphK33Search.c:1488:9: style: The scope of the variable 'e' can be reduced. [variableScope]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphK33Search.c:573:81: style: Function '_GetAdjacentAncestorInRange' argument 3 names different: declaration 'vertex' definition 'theVertex'. [funcArgNamesDifferent]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphK33Search.c:72:82: note: Function '_GetAdjacentAncestorInRange' argument 3 names different: declaration 'vertex' definition 'theVertex'.
edge-addition-planarity-suite-Version_3.0.0.5/c/graphK33Search.c:573:81: note: Function '_GetAdjacentAncestorInRange' argument 3 names different: declaration 'vertex' definition 'theVertex'.
edge-addition-planarity-suite-Version_3.0.0.5/c/graphK33Search.c:826:13: style: Variable 'W' is assigned a value that is never used. [unreadVariable]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphK33Search_Extensions.c:388:9: style: The scope of the variable 'e' can be reduced. [variableScope]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphK33Search_Extensions.c:83:10: error: Memory leak: context [memleak]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphK33Search_Extensions.c:212:10: error: Memory leak: VI [memleak]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphK33Search_Extensions.c:212:10: error: Memory leak: buckets [memleak]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphK33Search_Extensions.c:215:6: error: Memory leak: VI [memleak]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphK33Search_Extensions.c:215:6: error: Memory leak: buckets [memleak]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphK4Search.c:551:2: style: Variable 'W' is reassigned a value before the old one has been used. [redundantAssignment]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphK4Search.c:549:0: note: Variable 'W' is reassigned a value before the old one has been used.
edge-addition-planarity-suite-Version_3.0.0.5/c/graphK4Search.c:551:2: note: Variable 'W' is reassigned a value before the old one has been used.
edge-addition-planarity-suite-Version_3.0.0.5/c/graphK4Search.c:612:20: style: The scope of the variable 'e' can be reduced. [variableScope]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphK4Search.c:1029:6: style: The scope of the variable 'V' can be reduced. [variableScope]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphK4Search.c:1029:9: style: The scope of the variable 'e' can be reduced. [variableScope]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphK4Search.c:1152:20: style: The scope of the variable 'e' can be reduced. [variableScope]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphK4Search_Extensions.c:76:10: error: Memory leak: context [memleak]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphNonplanar.c:368:6: style: The scope of the variable 'V' can be reduced. [variableScope]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphNonplanar.c:368:9: style: The scope of the variable 'e' can be reduced. [variableScope]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphNonplanar.c:52:10: style: Variable 'X' is assigned a value that is never used. [unreadVariable]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphNonplanar.c:53:10: style: Variable 'Y' is assigned a value that is never used. [unreadVariable]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphNonplanar.c:161:4: style: Variable 'dummy' is assigned a value that is never used. [unreadVariable]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphNonplanar.c:317:6: style: Variable 'v' is assigned a value that is never used. [unreadVariable]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphOuterplanarObstruction.c:57:10: style: Variable 'X' is assigned a value that is never used. [unreadVariable]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphOuterplanarObstruction.c:58:10: style: Variable 'Y' is assigned a value that is never used. [unreadVariable]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphTests.c:163:19: warning: Either the condition 'theGraph==0L' is redundant or there is possible null pointer dereference: theGraph. [nullPointerRedundantCheck]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphTests.c:166:19: note: Assuming that condition 'theGraph==0L' is not redundant
edge-addition-planarity-suite-Version_3.0.0.5/c/graphTests.c:163:19: note: Null pointer dereference
edge-addition-planarity-suite-Version_3.0.0.5/c/graphTests.c:961:39: style: Same value in both branches of ternary operator. [duplicateValueTernary]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphTests.c:164:33: style: The scope of the variable 'eStart' can be reduced. [variableScope]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphTests.c:520:32: style: The scope of the variable 'success' can be reduced. [variableScope]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphTests.c:797:6: style: The scope of the variable 'eTwin' can be reduced. [variableScope]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphTests.c:827:6: style: The scope of the variable 'eTwin' can be reduced. [variableScope]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphTests.c:862:8: style: The scope of the variable 'e' can be reduced. [variableScope]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphUtils.c:1665:15: warning: Either the condition 'theGraph==0L' is redundant or there is possible null pointer dereference: theGraph. [nullPointerRedundantCheck]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphUtils.c:1669:18: note: Assuming that condition 'theGraph==0L' is not redundant
edge-addition-planarity-suite-Version_3.0.0.5/c/graphUtils.c:1665:15: note: Null pointer dereference
edge-addition-planarity-suite-Version_3.0.0.5/c/graphUtils.c:1666:15: warning: Either the condition 'theGraph==0L' is redundant or there is possible null pointer dereference: theGraph. [nullPointerRedundantCheck]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphUtils.c:1669:18: note: Assuming that condition 'theGraph==0L' is not redundant
edge-addition-planarity-suite-Version_3.0.0.5/c/graphUtils.c:1666:15: note: Null pointer dereference
edge-addition-planarity-suite-Version_3.0.0.5/c/graphUtils.c:594:6: style: The scope of the variable 'v' can be reduced. [variableScope]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphUtils.c:594:9: style: The scope of the variable 'e' can be reduced. [variableScope]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphUtils.c:652:9: style: The scope of the variable 'e' can be reduced. [variableScope]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphUtils.c:766:6: style: The scope of the variable 'v' can be reduced. [variableScope]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphUtils.c:766:9: style: The scope of the variable 'e' can be reduced. [variableScope]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphUtils.c:804:6: style: The scope of the variable 'V' can be reduced. [variableScope]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphUtils.c:804:9: style: The scope of the variable 'e' can be reduced. [variableScope]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphUtils.c:1221:25: style: The scope of the variable 'c' can be reduced. [variableScope]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphUtils.c:1885:7: style: The scope of the variable 'e' can be reduced. [variableScope]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphUtils.c:2199:58: style: The scope of the variable 'e' can be reduced. [variableScope]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphUtils.c:2387:6: style: The scope of the variable 'V' can be reduced. [variableScope]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphUtils.c:2387:9: style: The scope of the variable 'e' can be reduced. [variableScope]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphUtils.c:2422:6: style: The scope of the variable 'V' can be reduced. [variableScope]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphUtils.c:2422:9: style: The scope of the variable 'e' can be reduced. [variableScope]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphUtils.c:2459:6: style: The scope of the variable 'V' can be reduced. [variableScope]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphUtils.c:2459:9: style: The scope of the variable 'e' can be reduced. [variableScope]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphUtils.c:1790:37: style: Function '_HideEdge' argument 2 names different: declaration 'arcPos' definition 'e'. [funcArgNamesDifferent]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphUtils.c:33:37: note: Function '_HideEdge' argument 2 names different: declaration 'arcPos' definition 'e'.
edge-addition-planarity-suite-Version_3.0.0.5/c/graphUtils.c:1790:37: note: Function '_HideEdge' argument 2 names different: declaration 'arcPos' definition 'e'.
edge-addition-planarity-suite-Version_3.0.0.5/c/graphUtils.c:1818:40: style: Function '_RestoreEdge' argument 2 names different: declaration 'arcPos' definition 'e'. [funcArgNamesDifferent]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphUtils.c:34:40: note: Function '_RestoreEdge' argument 2 names different: declaration 'arcPos' definition 'e'.
edge-addition-planarity-suite-Version_3.0.0.5/c/graphUtils.c:1818:40: note: Function '_RestoreEdge' argument 2 names different: declaration 'arcPos' definition 'e'.
edge-addition-planarity-suite-Version_3.0.0.5/c/graphUtils.c:231:10: error: Memory leak: VI [memleak]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphUtils.c:231:10: error: Memory leak: E [memleak]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphUtils.c:231:10: error: Memory leak: extFace [memleak]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphUtils.c:239:6: error: Memory leak: VI [memleak]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphUtils.c:239:6: error: Memory leak: E [memleak]
edge-addition-planarity-suite-Version_3.0.0.5/c/graphUtils.c:239:6: error: Memory leak: extFace [memleak]
edge-addition-planarity-suite-Version_3.0.0.5/c/planarity.c:197:9: portability: fflush() called on input stream 'stdin' may result in undefined behaviour on non-linux systems. [fflushOnInputStream]
edge-addition-planarity-suite-Version_3.0.0.5/c/planarity.c:225:13: portability: fflush() called on input stream 'stdin' may result in undefined behaviour on non-linux systems. [fflushOnInputStream]
edge-addition-planarity-suite-Version_3.0.0.5/c/planarity.c:227:13: portability: fflush() called on input stream 'stdin' may result in undefined behaviour on non-linux systems. [fflushOnInputStream]
edge-addition-planarity-suite-Version_3.0.0.5/c/planarityCommandLine.c:310:14: style: Condition 'Result==0' is always true [knownConditionTrueFalse]
edge-addition-planarity-suite-Version_3.0.0.5/c/planarityCommandLine.c:300:34: note: Assuming that condition 'Result==0' is not redundant
edge-addition-planarity-suite-Version_3.0.0.5/c/planarityCommandLine.c:310:14: note: Condition 'Result==0' is always true
edge-addition-planarity-suite-Version_3.0.0.5/c/planarityCommandLine.c:132:8: style: The scope of the variable 'outfile' can be reduced. [variableScope]
edge-addition-planarity-suite-Version_3.0.0.5/c/planarityRandomGraphs.c:38:6: style: Variable 'theGraph' is reassigned a value before the old one has been used. [redundantAssignment]
edge-addition-planarity-suite-Version_3.0.0.5/c/planarityRandomGraphs.c:30:0: note: Variable 'theGraph' is reassigned a value before the old one has been used.
edge-addition-planarity-suite-Version_3.0.0.5/c/planarityRandomGraphs.c:38:6: note: Variable 'theGraph' is reassigned a value before the old one has been used.
edge-addition-planarity-suite-Version_3.0.0.5/c/planarityRandomGraphs.c:39:6: style: Variable 'origGraph' is reassigned a value before the old one has been used. [redundantAssignment]
edge-addition-planarity-suite-Version_3.0.0.5/c/planarityRandomGraphs.c:30:0: note: Variable 'origGraph' is reassigned a value before the old one has been used.
edge-addition-planarity-suite-Version_3.0.0.5/c/planarityRandomGraphs.c:39:6: note: Variable 'origGraph' is reassigned a value before the old one has been used.
edge-addition-planarity-suite-Version_3.0.0.5/c/planarityRandomGraphs.c:388:10: portability: fflush() called on input stream 'stdin' may result in undefined behaviour on non-linux systems. [fflushOnInputStream]
edge-addition-planarity-suite-Version_3.0.0.5/c/planarityUtils.c:135:2: style: Variable 'infile1' is reassigned a value before the old one has been used. [redundantAssignment]
edge-addition-planarity-suite-Version_3.0.0.5/c/planarityUtils.c:132:0: note: Variable 'infile1' is reassigned a value before the old one has been used.
edge-addition-planarity-suite-Version_3.0.0.5/c/planarityUtils.c:135:2: note: Variable 'infile1' is reassigned a value before the old one has been used.
edge-addition-planarity-suite-Version_3.0.0.5/c/planarityUtils.c:136:2: style: Variable 'infile2' is reassigned a value before the old one has been used. [redundantAssignment]
edge-addition-planarity-suite-Version_3.0.0.5/c/planarityUtils.c:132:0: note: Variable 'infile2' is reassigned a value before the old one has been used.
edge-addition-planarity-suite-Version_3.0.0.5/c/planarityUtils.c:136:2: note: Variable 'infile2' is reassigned a value before the old one has been used.
edge-addition-planarity-suite-Version_3.0.0.5/c/planarityUtils.c:197:2: style: Variable 'infile1' is reassigned a value before the old one has been used. [redundantAssignment]
edge-addition-planarity-suite-Version_3.0.0.5/c/planarityUtils.c:194:0: note: Variable 'infile1' is reassigned a value before the old one has been used.
edge-addition-planarity-suite-Version_3.0.0.5/c/planarityUtils.c:197:2: note: Variable 'infile1' is reassigned a value before the old one has been used.
edge-addition-planarity-suite-Version_3.0.0.5/c/planarityUtils.c:198:2: style: Variable 'infile2' is reassigned a value before the old one has been used. [redundantAssignment]
edge-addition-planarity-suite-Version_3.0.0.5/c/planarityUtils.c:194:0: note: Variable 'infile2' is reassigned a value before the old one has been used.
edge-addition-planarity-suite-Version_3.0.0.5/c/planarityUtils.c:198:2: note: Variable 'infile2' is reassigned a value before the old one has been used.
edge-addition-planarity-suite-Version_3.0.0.5/c/planarityUtils.c:204:13: style: The scope of the variable 'c2' can be reduced. [variableScope]
edge-addition-planarity-suite-Version_3.0.0.5/c/planarityUtils.c:22:6: portability: fflush() called on input stream 'stdin' may result in undefined behaviour on non-linux systems. [fflushOnInputStream]
edge-addition-planarity-suite-Version_3.0.0.5/c/planarityUtils.c:319:3: portability: fflush() called on input stream 'stdin' may result in undefined behaviour on non-linux systems. [fflushOnInputStream]
edge-addition-planarity-suite-Version_3.0.0.5/c/planarityUtils.c:320:3: warning: scanf() without field width limits can crash with huge input data. [invalidscanf]
[17:19]

ftp://ftp.se.debian.org/debian/pool/main/e/edict/edict_2016.12.06.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/edict-el/edict-el_1.06.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/edid-decode/edid-decode_0.1~git20180813.b2da1516.orig.tar.xz
edid-decode-0.1~git20180813.b2da1516/edid-decode.c:1350:26: portability: Undefined behaviour, when 'vic' is 193 the pointer arithmetic 'edid_cta_modes2+vic' is out of bounds. [pointerOutOfBounds]
edid-decode-0.1~git20180813.b2da1516/edid-decode.c:446:3: warning: %d in format string (no. 11) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
edid-decode-0.1~git20180813.b2da1516/edid-decode.c:446:3: warning: %d in format string (no. 12) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
edid-decode-0.1~git20180813.b2da1516/edid-decode.c:664:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
edid-decode-0.1~git20180813.b2da1516/edid-decode.c:664:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
edid-decode-0.1~git20180813.b2da1516/edid-decode.c:664:3: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
edid-decode-0.1~git20180813.b2da1516/edid-decode.c:668:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
edid-decode-0.1~git20180813.b2da1516/edid-decode.c:668:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
edid-decode-0.1~git20180813.b2da1516/edid-decode.c:668:3: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
edid-decode-0.1~git20180813.b2da1516/edid-decode.c:724:6: warning: %u in format string (no. 5) requires 'unsigned int' but the argument type is 'int'. [invalidPrintfArgType_uint]
edid-decode-0.1~git20180813.b2da1516/edid-decode.c:724:6: warning: %u in format string (no. 6) requires 'unsigned int' but the argument type is 'int'. [invalidPrintfArgType_uint]
edid-decode-0.1~git20180813.b2da1516/edid-decode.c:1056:2: warning: %hx in format string (no. 1) requires 'unsigned short' but the argument type is 'unsigned char'. [invalidPrintfArgType_uint]
edid-decode-0.1~git20180813.b2da1516/edid-decode.c:1062:3: warning: %hx in format string (no. 1) requires 'unsigned short' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
edid-decode-0.1~git20180813.b2da1516/edid-decode.c:1117:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
edid-decode-0.1~git20180813.b2da1516/edid-decode.c:1406:3: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
edid-decode-0.1~git20180813.b2da1516/edid-decode.c:1591:4: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
edid-decode-0.1~git20180813.b2da1516/edid-decode.c:1790:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
edid-decode-0.1~git20180813.b2da1516/edid-decode.c:2921:2: warning: %hd in format string (no. 1) requires 'short' but the argument type is 'unsigned char'. [invalidPrintfArgType_sint]
edid-decode-0.1~git20180813.b2da1516/edid-decode.c:2921:2: warning: %hd in format string (no. 2) requires 'short' but the argument type is 'unsigned char'. [invalidPrintfArgType_sint]
edid-decode-0.1~git20180813.b2da1516/edid-decode.c:2956:5: warning: %hd in format string (no. 1) requires 'short' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
edid-decode-0.1~git20180813.b2da1516/edid-decode.c:2960:6: warning: %hd in format string (no. 1) requires 'short' but the argument type is 'unsigned char'. [invalidPrintfArgType_sint]
edid-decode-0.1~git20180813.b2da1516/edid-decode.c:2960:6: warning: %hd in format string (no. 2) requires 'short' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
edid-decode-0.1~git20180813.b2da1516/edid-decode.c:2962:6: warning: %hd in format string (no. 1) requires 'short' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
edid-decode-0.1~git20180813.b2da1516/edid-decode.c:3134:4: warning: %u in format string (no. 5) requires 'unsigned int' but the argument type is 'int'. [invalidPrintfArgType_uint]
edid-decode-0.1~git20180813.b2da1516/edid-decode.c:3134:4: warning: %u in format string (no. 6) requires 'unsigned int' but the argument type is 'int'. [invalidPrintfArgType_uint]
edid-decode-0.1~git20180813.b2da1516/edid-decode.c:2541:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
edid-decode-0.1~git20180813.b2da1516/edid-decode.c:2531:0: note: Variable 'ret' is reassigned a value before the old one has been used.
edid-decode-0.1~git20180813.b2da1516/edid-decode.c:2541:2: note: Variable 'ret' is reassigned a value before the old one has been used.
edid-decode-0.1~git20180813.b2da1516/edid-decode.c:371:8: style: The scope of the variable 'names' can be reduced. [variableScope]
edid-decode-0.1~git20180813.b2da1516/edid-decode.c:678:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edid-decode-0.1~git20180813.b2da1516/edid-decode.c:1114:9: style: The scope of the variable 'format' can be reduced. [variableScope]
edid-decode-0.1~git20180813.b2da1516/edid-decode.c:1114:17: style: The scope of the variable 'ext_format' can be reduced. [variableScope]
edid-decode-0.1~git20180813.b2da1516/edid-decode.c:1972:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edid-decode-0.1~git20180813.b2da1516/edid-decode.c:1993:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edid-decode-0.1~git20180813.b2da1516/edid-decode.c:2269:23: style: The scope of the variable 'detailed' can be reduced. [variableScope]
edid-decode-0.1~git20180813.b2da1516/edid-decode.c:2578:15: style: The scope of the variable 'indentation' can be reduced. [variableScope]
edid-decode-0.1~git20180813.b2da1516/edid-decode.c:348:4: style: Variable 'VBILines' is assigned a value that is never used. [unreadVariable]
edid-decode-0.1~git20180813.b2da1516/edid-decode.c:1350:26: portability: Undefined behaviour, when 'vic' is 220 the pointer arithmetic 'edid_cta_modes2+vic' is out of bounds. [pointerOutOfBounds]
edid-decode-0.1~git20180813.b2da1516/edid-decode.c:896:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
edid-decode-0.1~git20180813.b2da1516/edid-decode.c:897:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
edid-decode-0.1~git20180813.b2da1516/edid-decode.c:898:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
edid-decode-0.1~git20180813.b2da1516/edid-decode.c:899:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
edid-decode-0.1~git20180813.b2da1516/edid-decode.c:900:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
edid-decode-0.1~git20180813.b2da1516/edid-decode.c:1037:50: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
edid-decode-0.1~git20180813.b2da1516/edid-decode.c:2365:76: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
edid-decode-0.1~git20180813.b2da1516/edid-decode.c:3025:42: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
edid-decode-0.1~git20180813.b2da1516/edid-decode.c:3026:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
edid-decode-0.1~git20180813.b2da1516/edid-decode.c:3027:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
edid-decode-0.1~git20180813.b2da1516/edid-decode.c:3028:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
[17:19]

ftp://ftp.se.debian.org/debian/pool/main/e/ediprolog-el/ediprolog-el_1.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/editline/editline_1.12.orig.tar.gz
editline-1.12/complete.c:52:11: style: The scope of the variable 'p' can be reduced. [variableScope]
editline-1.12/complete.c:105:17: style: The scope of the variable 'DOT' can be reduced. [variableScope]
editline-1.12/editline.c:255:18: style: Condition 'TTYwidth<=0' is always true [knownConditionTrueFalse]
editline-1.12/editline.c:232:0: note: Assignment 'TTYwidth=0', assigned value is 0
editline-1.12/editline.c:255:18: note: Condition 'TTYwidth<=0' is always true
editline-1.12/editline.c:314:10: style: The scope of the variable 'c' can be reduced. [variableScope]
editline-1.12/editline.c:373:11: style: The scope of the variable 'p' can be reduced. [variableScope]
editline-1.12/editline.c:397:10: style: The scope of the variable 'i' can be reduced. [variableScope]
editline-1.12/editline.c:398:10: style: The scope of the variable 'end' can be reduced. [variableScope]
editline-1.12/editline.c:399:10: style: The scope of the variable 'count' can be reduced. [variableScope]
editline-1.12/editline.c:400:11: style: The scope of the variable 'p' can be reduced. [variableScope]
editline-1.12/editline.c:801:10: style: The scope of the variable 'i' can be reduced. [variableScope]
editline-1.12/editline.c:829:10: style: The scope of the variable 'buff' can be reduced. [variableScope]
editline-1.12/editline.c:999:10: style: The scope of the variable 'i' can be reduced. [variableScope]
editline-1.12/editline.c:1099:10: style: The scope of the variable 's' can be reduced. [variableScope]
editline-1.12/editline.c:1256:10: style: The scope of the variable 'c' can be reduced. [variableScope]
editline-1.12/editline.c:1282:10: style: The scope of the variable 'i' can be reduced. [variableScope]
editline-1.12/editline.c:1368:10: style: The scope of the variable 'i' can be reduced. [variableScope]
editline-1.12/editline.c:136:2: error: Common realloc mistake: 'Screen' nulled but not freed upon failure [memleakOnRealloc]
editline-1.12/editline.c:1025:10: error: Common realloc mistake: 'line' nulled but not freed upon failure [memleakOnRealloc]
[17:19]

ftp://ftp.se.debian.org/debian/pool/main/e/editmoin/editmoin_1.17.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/editobj/editobj_0.5.7.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/editorconfig-core/editorconfig-core_0.12.1.orig.tar.gz
editorconfig-core-c-0.12.1/src/bin/main.c:92:31: style: The scope of the variable 'ver' can be reduced. [variableScope]
editorconfig-core-c-0.12.1/src/lib/editorconfig.c:311:11: style: The scope of the variable 'currdir1' can be reduced. [variableScope]
editorconfig-core-c-0.12.1/src/lib/editorconfig.c:393:41: style: The scope of the variable 'err_num' can be reduced. [variableScope]
editorconfig-core-c-0.12.1/src/lib/editorconfig.c:394:41: style: The scope of the variable 'i' can be reduced. [variableScope]
editorconfig-core-c-0.12.1/src/lib/ini.c:155:43: style: Redundant condition: If 'EXPR == '#'', the comparison 'EXPR != ';'' is always true. [redundantCondition]
editorconfig-core-c-0.12.1/src/lib/ini.c:110:11: style: The scope of the variable 'start' can be reduced. [variableScope]
editorconfig-core-c-0.12.1/src/lib/misc.c:248:0: error: #error "Either UNIX or WIN32 must be defined." [preprocessorErrorDirective]
[17:19]

ftp://ftp.se.debian.org/debian/pool/main/e/editorconfig-core-py/editorconfig-core-py_0.12.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/editorconfig-emacs/editorconfig-emacs_0.7.12.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/editra/editra_0.7.20+dfsg.1.orig.tar.gz
editra-0.7.20+dfsg.1/tests/syntax/c.c:20:0: error: No pair for character ("). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
editra-0.7.20+dfsg.1/tests/syntax/cpp.cpp:12:0: error: No pair for character ("). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
[17:19]

ftp://ftp.se.debian.org/debian/pool/main/e/edje/edje_1.2.0.orig.tar.gz
edje-1.2.0/src/bin/edje_cc.c:61:9: style: Unused variable: rpath [unusedVariable]
edje-1.2.0/src/bin/edje_cc.c:61:26: style: Unused variable: rpath2 [unusedVariable]
edje-1.2.0/src/bin/edje_cc_handlers.c:2300:14: style: Variable 'es' is reassigned a value before the old one has been used. [redundantAssignment]
edje-1.2.0/src/bin/edje_cc_handlers.c:2299:14: note: Variable 'es' is reassigned a value before the old one has been used.
edje-1.2.0/src/bin/edje_cc_handlers.c:2300:14: note: Variable 'es' is reassigned a value before the old one has been used.
edje-1.2.0/src/bin/edje_cc_handlers.c:1015:25: style: The scope of the variable 'et' can be reduced. [variableScope]
edje-1.2.0/src/bin/edje_cc_handlers.c:1016:24: style: The scope of the variable 'pa' can be reduced. [variableScope]
edje-1.2.0/src/bin/edje_cc_handlers.c:1019:10: style: The scope of the variable 'name' can be reduced. [variableScope]
edje-1.2.0/src/bin/edje_cc_handlers.c:1020:10: style: The scope of the variable 'copy' can be reduced. [variableScope]
edje-1.2.0/src/bin/edje_cc_handlers.c:2249:22: style: The scope of the variable 'epp' can be reduced. [variableScope]
edje-1.2.0/src/bin/edje_cc_handlers.c:2252:34: style: The scope of the variable 'ed' can be reduced. [variableScope]
edje-1.2.0/src/bin/edje_cc_handlers.c:2254:17: style: The scope of the variable 'es' can be reduced. [variableScope]
edje-1.2.0/src/bin/edje_cc_handlers.c:2445:18: style: The scope of the variable 'cp' can be reduced. [variableScope]
edje-1.2.0/src/bin/edje_cc_handlers.c:2966:22: style: The scope of the variable 'epp' can be reduced. [variableScope]
edje-1.2.0/src/bin/edje_cc_handlers.c:3874:30: style: The scope of the variable 'pitem' can be reduced. [variableScope]
edje-1.2.0/src/bin/edje_cc_handlers.c:4274:24: style: The scope of the variable 'iid' can be reduced. [variableScope]
edje-1.2.0/src/bin/edje_cc_handlers.c:4275:10: style: The scope of the variable 'parent_name' can be reduced. [variableScope]
edje-1.2.0/src/bin/edje_cc_handlers.c:4277:11: style: The scope of the variable 'parent_val' can be reduced. [variableScope]
edje-1.2.0/src/bin/edje_cc_handlers.c:4462:49: style: The scope of the variable 'new_param' can be reduced. [variableScope]
edje-1.2.0/src/bin/edje_cc_handlers.c:7879:13: style: The scope of the variable 'i' can be reduced. [variableScope]
edje-1.2.0/src/bin/edje_cc_handlers.c:7879:16: style: The scope of the variable 'len' can be reduced. [variableScope]
edje-1.2.0/src/bin/edje_cc_handlers.c:1263:14: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
edje-1.2.0/src/bin/edje_cc_handlers.c:1996:81: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
edje-1.2.0/src/bin/edje_cc_handlers.c:2738:37: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
edje-1.2.0/src/bin/edje_cc_handlers.c:3042:51: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
edje-1.2.0/src/bin/edje_cc_handlers.c:3187:41: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
edje-1.2.0/src/bin/edje_cc_handlers.c:3238:47: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
edje-1.2.0/src/bin/edje_cc_handlers.c:3491:45: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
edje-1.2.0/src/bin/edje_cc_handlers.c:3505:64: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
edje-1.2.0/src/bin/edje_cc_handlers.c:3539:52: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
edje-1.2.0/src/bin/edje_cc_handlers.c:3565:79: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
edje-1.2.0/src/bin/edje_cc_handlers.c:3590:72: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
edje-1.2.0/src/bin/edje_cc_handlers.c:4074:39: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
edje-1.2.0/src/bin/edje_cc_handlers.c:4821:43: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
edje-1.2.0/src/bin/edje_cc_handlers.c:5323:18: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
edje-1.2.0/src/bin/edje_cc_handlers.c:5394:12: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
edje-1.2.0/src/bin/edje_cc_handlers.c:5430:42: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
edje-1.2.0/src/bin/edje_cc_handlers.c:5606:55: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
edje-1.2.0/src/bin/edje_cc_handlers.c:6641:52: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
edje-1.2.0/src/bin/edje_cc_handlers.c:7468:68: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
edje-1.2.0/src/bin/edje_cc_handlers.c:7660:42: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
edje-1.2.0/src/bin/edje_cc_out.c:1805:27: warning: Either the condition '!de' is redundant or there is possible null pointer dereference: de. [nullPointerRedundantCheck]
edje-1.2.0/src/bin/edje_cc_out.c:1800:13: note: Assuming that condition '!de' is not redundant
edje-1.2.0/src/bin/edje_cc_out.c:1805:27: note: Null pointer dereference
edje-1.2.0/src/bin/edje_cc_out.c:318:13: style: The scope of the variable 'll' can be reduced. [variableScope]
edje-1.2.0/src/bin/edje_cc_out.c:489:17: style: The scope of the variable 'i' can be reduced. [variableScope]
edje-1.2.0/src/bin/edje_cc_out.c:490:8: style: The scope of the variable 'bytes' can be reduced. [variableScope]
edje-1.2.0/src/bin/edje_cc_out.c:668:8: style: The scope of the variable 'bytes' can be reduced. [variableScope]
edje-1.2.0/src/bin/edje_cc_out.c:674:28: style: The scope of the variable 'sample' can be reduced. [variableScope]
edje-1.2.0/src/bin/edje_cc_out.c:681:15: style: The scope of the variable 'fdata' can be reduced. [variableScope]
edje-1.2.0/src/bin/edje_cc_out.c:684:13: style: The scope of the variable 'size' can be reduced. [variableScope]
edje-1.2.0/src/bin/edje_cc_out.c:804:8: style: The scope of the variable 'bytes' can be reduced. [variableScope]
edje-1.2.0/src/bin/edje_cc_out.c:1708:22: style: The scope of the variable 'i' can be reduced. [variableScope]
edje-1.2.0/src/bin/edje_cc_out.c:1899:37: style: The scope of the variable 'de' can be reduced. [variableScope]
edje-1.2.0/src/bin/edje_cc_out.c:1900:35: style: The scope of the variable 'set' can be reduced. [variableScope]
edje-1.2.0/src/bin/edje_cc_out.c:1960:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/bin/edje_cc_out.c:2007:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/bin/edje_cc_parse.c:826:9: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
edje-1.2.0/src/bin/edje_cc_parse.c:1150:14: warning: Redundant assignment of '*val' to itself. [selfAssignment]
edje-1.2.0/src/bin/edje_cc_parse.c:1156:14: warning: Redundant assignment of '*val' to itself. [selfAssignment]
edje-1.2.0/src/bin/edje_cc_parse.c:684:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
edje-1.2.0/src/bin/edje_cc_parse.c:684:20: style: The scope of the variable 'buf2' can be reduced. [variableScope]
edje-1.2.0/src/bin/edje_cc_parse.c:1193:9: style: The scope of the variable 'op' can be reduced. [variableScope]
edje-1.2.0/src/bin/edje_cc_parse.c:1212:9: style: The scope of the variable 'op' can be reduced. [variableScope]
edje-1.2.0/src/bin/edje_cc_parse.c:1402:9: style: The scope of the variable 'op' can be reduced. [variableScope]
edje-1.2.0/src/bin/edje_cc_parse.c:1421:9: style: The scope of the variable 'op' can be reduced. [variableScope]
edje-1.2.0/src/bin/edje_cc_parse.c:1066:21: style: Function 'check_arg_count' argument 1 names different: declaration 'n' definition 'required_args'. [funcArgNamesDifferent]
edje-1.2.0/src/bin/edje_cc.h:179:29: note: Function 'check_arg_count' argument 1 names different: declaration 'n' definition 'required_args'.
edje-1.2.0/src/bin/edje_cc_parse.c:1066:21: note: Function 'check_arg_count' argument 1 names different: declaration 'n' definition 'required_args'.
edje-1.2.0/src/bin/edje_cc_parse.c:1080:25: style: Function 'check_min_arg_count' argument 1 names different: declaration 'n' definition 'min_required_args'. [funcArgNamesDifferent]
edje-1.2.0/src/bin/edje_cc.h:180:33: note: Function 'check_min_arg_count' argument 1 names different: declaration 'n' definition 'min_required_args'.
edje-1.2.0/src/bin/edje_cc_parse.c:1080:25: note: Function 'check_min_arg_count' argument 1 names different: declaration 'n' definition 'min_required_args'.
edje-1.2.0/src/bin/edje_cc_parse.c:281:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/bin/edje_cc_parse.c:290:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
edje-1.2.0/src/bin/edje_cc_parse.c:883:13: error: va_list 'va' used before va_start() was called. [va_list_usedBeforeStarted]
edje-1.2.0/src/bin/edje_cc_parse.c:887:7: error: va_list 'va' used before va_start() was called. [va_list_usedBeforeStarted]
edje-1.2.0/src/bin/edje_cc_parse.c:886:7: error: va_list 'va2' used before va_start() was called. [va_list_usedBeforeStarted]
edje-1.2.0/src/bin/edje_cc_sources.c:62:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
edje-1.2.0/src/bin/edje_cc_sources.c:159:12: style: The scope of the variable 'slash' can be reduced. [variableScope]
edje-1.2.0/src/bin/edje_cc_sources.c:244:46: style: Function 'source_fontmap_save' argument 2 names different: declaration 'fonts' definition 'font_list'. [funcArgNamesDifferent]
edje-1.2.0/src/bin/edje_cc.h:190:54: note: Function 'source_fontmap_save' argument 2 names different: declaration 'fonts' definition 'font_list'.
edje-1.2.0/src/bin/edje_cc_sources.c:244:46: note: Function 'source_fontmap_save' argument 2 names different: declaration 'fonts' definition 'font_list'.
edje-1.2.0/src/bin/edje_convert.c:345:2: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
edje-1.2.0/src/bin/edje_convert.c:331:28: note: Variable 'i' is reassigned a value before the old one has been used.
edje-1.2.0/src/bin/edje_convert.c:345:2: note: Variable 'i' is reassigned a value before the old one has been used.
edje-1.2.0/src/bin/edje_convert.c:249:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/bin/edje_convert.c:250:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/bin/edje_convert.c:251:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/bin/edje_convert.c:252:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/bin/edje_convert.c:253:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/bin/edje_convert.c:254:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/bin/edje_convert.c:255:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/bin/edje_convert.c:256:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/bin/edje_convert.c:257:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/bin/edje_convert.c:258:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/bin/edje_decc.c:330:35: warning: Either the condition 'if(f)' is redundant or there is possible null pointer dereference: f. [nullPointerRedundantCheck]
edje-1.2.0/src/bin/edje_decc.c:332:8: note: Assuming that condition 'if(f)' is not redundant
edje-1.2.0/src/bin/edje_decc.c:330:35: note: Null pointer dereference
edje-1.2.0/src/bin/edje_decc.c:190:37: style: The scope of the variable 'ei' can be reduced. [variableScope]
edje-1.2.0/src/bin/edje_decc.c:340:8: style: The scope of the variable 'f' can be reduced. [variableScope]
edje-1.2.0/src/bin/edje_decc.c:378:28: style: The scope of the variable 'sample' can be reduced. [variableScope]
edje-1.2.0/src/bin/edje_external_inspector.c:414:19: style: The scope of the variable 'buf' can be reduced. [variableScope]
edje-1.2.0/src/bin/edje_inspector.c:633:35: style: The scope of the variable 'l' can be reduced. [variableScope]
edje-1.2.0/src/bin/edje_inspector.c:634:36: style: The scope of the variable 'p' can be reduced. [variableScope]
edje-1.2.0/src/bin/epp/cpperror.c:80:46: style: Function 'cpp_file_line_for_message' argument 1 names different: declaration 'pfile' definition '__UNUSED__'. [funcArgNamesDifferent]
edje-1.2.0/src/bin/epp/cpplib.h:613:60: note: Function 'cpp_file_line_for_message' argument 1 names different: declaration 'pfile' definition '__UNUSED__'.
edje-1.2.0/src/bin/epp/cpperror.c:80:46: note: Function 'cpp_file_line_for_message' argument 1 names different: declaration 'pfile' definition '__UNUSED__'.
edje-1.2.0/src/bin/epp/cppexp.c:148:31: style: The scope of the variable 'nd' can be reduced. [variableScope]
edje-1.2.0/src/bin/epp/cppexp.c:48:24: style: struct member 'arglist::next' is never used. [unusedStructMember]
edje-1.2.0/src/bin/epp/cppexp.c:49:24: style: struct member 'arglist::name' is never used. [unusedStructMember]
edje-1.2.0/src/bin/epp/cppexp.c:50:24: style: struct member 'arglist::length' is never used. [unusedStructMember]
edje-1.2.0/src/bin/epp/cppexp.c:51:24: style: struct member 'arglist::argno' is never used. [unusedStructMember]
edje-1.2.0/src/bin/epp/cpphash.c:189:37: style: Function 'cpp_hash_cleanup' argument 1 names different: declaration 'pfile' definition '__UNUSED__'. [funcArgNamesDifferent]
edje-1.2.0/src/bin/epp/cpphash.h:41:51: note: Function 'cpp_hash_cleanup' argument 1 names different: declaration 'pfile' definition '__UNUSED__'.
edje-1.2.0/src/bin/epp/cpphash.c:189:37: note: Function 'cpp_hash_cleanup' argument 1 names different: declaration 'pfile' definition '__UNUSED__'.
edje-1.2.0/src/bin/epp/cpplib.c:2341:10: error: Converting pointer arithmetic result to bool. The bool is always true unless there is undefined behaviour. [pointerArithBool]
edje-1.2.0/src/bin/epp/cpplib.c:2505:9: error: Converting pointer arithmetic result to bool. The bool is always true unless there is undefined behaviour. [pointerArithBool]
edje-1.2.0/src/bin/epp/cpplib.c:3999:17: style: Redundant condition: If 'EXPR == '\n'', the comparison 'EXPR != '\"'' is always true. [redundantCondition]
edje-1.2.0/src/bin/epp/cpplib.c:1914:39: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
edje-1.2.0/src/bin/epp/cpplib.c:3526:25: note: Calling function 'cpp_push_buffer', 2nd argument 'buffer' value is 0
edje-1.2.0/src/bin/epp/cpplib.c:1914:39: note: Null pointer addition
edje-1.2.0/src/bin/epp/cpplib.c:2735:2: style: Variable 'rest_args' is reassigned a value before the old one has been used. [redundantAssignment]
edje-1.2.0/src/bin/epp/cpplib.c:2734:2: note: Variable 'rest_args' is reassigned a value before the old one has been used.
edje-1.2.0/src/bin/epp/cpplib.c:2735:2: note: Variable 'rest_args' is reassigned a value before the old one has been used.
edje-1.2.0/src/bin/epp/cpplib.c:563:24: style: The scope of the variable 'c' can be reduced. [variableScope]
edje-1.2.0/src/bin/epp/cpplib.c:1275:22: style: The scope of the variable 'skipped_arg' can be reduced. [variableScope]
edje-1.2.0/src/bin/epp/cpplib.c:2254:24: style: The scope of the variable 'c' can be reduced. [variableScope]
edje-1.2.0/src/bin/epp/cpplib.c:2703:24: style: The scope of the variable 'rest_args' can be reduced. [variableScope]
edje-1.2.0/src/bin/epp/cpplib.c:2849:30: style: The scope of the variable 'c' can be reduced. [variableScope]
edje-1.2.0/src/bin/epp/cpplib.c:3236:25: style: The scope of the variable 'n' can be reduced. [variableScope]
edje-1.2.0/src/bin/epp/cpplib.c:5712:27: style: The scope of the variable 'q' can be reduced. [variableScope]
edje-1.2.0/src/bin/epp/cpplib.c:6633:28: style: The scope of the variable 'dirtmp' can be reduced. [variableScope]
edje-1.2.0/src/bin/epp/cpplib.c:6706:22: style: The scope of the variable 'deps_stream' can be reduced. [variableScope]
edje-1.2.0/src/bin/epp/cpplib.c:6851:37: style: The scope of the variable 'prev' can be reduced. [variableScope]
edje-1.2.0/src/bin/epp/cpplib.c:6983:24: style: The scope of the variable 'length' can be reduced. [variableScope]
edje-1.2.0/src/bin/epp/cpplib.c:7300:29: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
edje-1.2.0/src/bin/epp/cpplib.c:7321:29: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
edje-1.2.0/src/bin/epp/cpplib.c:7403:60: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
edje-1.2.0/src/bin/epp/cpplib.c:3097:57: style: Function 'push_macro_expansion' argument 2 names different: declaration 'x' definition 'xbuf'. [funcArgNamesDifferent]
edje-1.2.0/src/bin/epp/cpplib.c:296:22: note: Function 'push_macro_expansion' argument 2 names different: declaration 'x' definition 'xbuf'.
edje-1.2.0/src/bin/epp/cpplib.c:3097:57: note: Function 'push_macro_expansion' argument 2 names different: declaration 'x' definition 'xbuf'.
edje-1.2.0/src/bin/epp/cpplib.c:3170:28: style: Function 'do_include' argument 3 names different: declaration 'unused1' definition '__UNUSED__'. [funcArgNamesDifferent]
edje-1.2.0/src/bin/epp/cpplib.c:339:26: note: Function 'do_include' argument 3 names different: declaration 'unused1' definition '__UNUSED__'.
edje-1.2.0/src/bin/epp/cpplib.c:3170:28: note: Function 'do_include' argument 3 names different: declaration 'unused1' definition '__UNUSED__'.
edje-1.2.0/src/bin/epp/cpplib.c:3170:63: style: Function 'do_include' argument 4 names different: declaration 'unused2' definition '__UNUSED__'. [funcArgNamesDifferent]
edje-1.2.0/src/bin/epp/cpplib.c:339:50: note: Function 'do_include' argument 4 names different: declaration 'unused2' definition '__UNUSED__'.
edje-1.2.0/src/bin/epp/cpplib.c:3170:63: note: Function 'do_include' argument 4 names different: declaration 'unused2' definition '__UNUSED__'.
edje-1.2.0/src/bin/epp/cpplib.c:3728:55: style: Function 'do_line' argument 2 names different: declaration 'keyword' definition '__UNUSED__'. [funcArgNamesDifferent]
edje-1.2.0/src/bin/epp/cpplib.c:335:67: note: Function 'do_line' argument 2 names different: declaration 'keyword' definition '__UNUSED__'.
edje-1.2.0/src/bin/epp/cpplib.c:3728:55: note: Function 'do_line' argument 2 names different: declaration 'keyword' definition '__UNUSED__'.
edje-1.2.0/src/bin/epp/cpplib.c:3729:25: style: Function 'do_line' argument 3 names different: declaration 'unused1' definition '__UNUSED__'. [funcArgNamesDifferent]
edje-1.2.0/src/bin/epp/cpplib.c:336:23: note: Function 'do_line' argument 3 names different: declaration 'unused1' definition '__UNUSED__'.
edje-1.2.0/src/bin/epp/cpplib.c:3729:25: note: Function 'do_line' argument 3 names different: declaration 'unused1' definition '__UNUSED__'.
edje-1.2.0/src/bin/epp/cpplib.c:3729:60: style: Function 'do_line' argument 4 names different: declaration 'unused2' definition '__UNUSED__'. [funcArgNamesDifferent]
edje-1.2.0/src/bin/epp/cpplib.c:336:47: note: Function 'do_line' argument 4 names different: declaration 'unused2' definition '__UNUSED__'.
edje-1.2.0/src/bin/epp/cpplib.c:3729:60: note: Function 'do_line' argument 4 names different: declaration 'unused2' definition '__UNUSED__'.
edje-1.2.0/src/bin/epp/cpplib.c:3893:56: style: Function 'do_error' argument 2 names different: declaration 'keyword' definition '__UNUSED__'. [funcArgNamesDifferent]
edje-1.2.0/src/bin/epp/cpplib.c:344:68: note: Function 'do_error' argument 2 names different: declaration 'keyword' definition '__UNUSED__'.
edje-1.2.0/src/bin/epp/cpplib.c:3893:56: note: Function 'do_error' argument 2 names different: declaration 'keyword' definition '__UNUSED__'.
edje-1.2.0/src/bin/epp/cpplib.c:3913:58: style: Function 'do_warning' argument 2 names different: declaration 'keyword' definition '__UNUSED__'. [funcArgNamesDifferent]
edje-1.2.0/src/bin/epp/cpplib.c:374:70: note: Function 'do_warning' argument 2 names different: declaration 'keyword' definition '__UNUSED__'.
edje-1.2.0/src/bin/epp/cpplib.c:3913:58: note: Function 'do_warning' argument 2 names different: declaration 'keyword' definition '__UNUSED__'.
edje-1.2.0/src/bin/epp/cpplib.c:3958:56: style: Function 'do_ident' argument 2 names different: declaration 'keyword' definition '__UNUSED__'. [funcArgNamesDifferent]
edje-1.2.0/src/bin/epp/cpplib.c:350:68: note: Function 'do_ident' argument 2 names different: declaration 'keyword' definition '__UNUSED__'.
edje-1.2.0/src/bin/epp/cpplib.c:3958:56: note: Function 'do_ident' argument 2 names different: declaration 'keyword' definition '__UNUSED__'.
edje-1.2.0/src/bin/epp/cpplib.c:3959:22: style: Function 'do_ident' argument 3 names different: declaration 'buf' definition '__UNUSED__'. [funcArgNamesDifferent]
edje-1.2.0/src/bin/epp/cpplib.c:351:24: note: Function 'do_ident' argument 3 names different: declaration 'buf' definition '__UNUSED__'.
edje-1.2.0/src/bin/epp/cpplib.c:3959:22: note: Function 'do_ident' argument 3 names different: declaration 'buf' definition '__UNUSED__'.
edje-1.2.0/src/bin/epp/cpplib.c:3959:55: style: Function 'do_ident' argument 4 names different: declaration 'limit' definition '__UNUSED__'. [funcArgNamesDifferent]
edje-1.2.0/src/bin/epp/cpplib.c:351:44: note: Function 'do_ident' argument 4 names different: declaration 'limit' definition '__UNUSED__'.
edje-1.2.0/src/bin/epp/cpplib.c:3959:55: note: Function 'do_ident' argument 4 names different: declaration 'limit' definition '__UNUSED__'.
edje-1.2.0/src/bin/epp/cpplib.c:3976:57: style: Function 'do_pragma' argument 2 names different: declaration 'keyword' definition '__UNUSED__'. [funcArgNamesDifferent]
edje-1.2.0/src/bin/epp/cpplib.c:347:69: note: Function 'do_pragma' argument 2 names different: declaration 'keyword' definition '__UNUSED__'.
edje-1.2.0/src/bin/epp/cpplib.c:3976:57: note: Function 'do_pragma' argument 2 names different: declaration 'keyword' definition '__UNUSED__'.
edje-1.2.0/src/bin/epp/cpplib.c:3977:45: style: Function 'do_pragma' argument 4 names different: declaration 'limit' definition '__UNUSED__'. [funcArgNamesDifferent]
edje-1.2.0/src/bin/epp/cpplib.c:348:45: note: Function 'do_pragma' argument 4 names different: declaration 'limit' definition '__UNUSED__'.
edje-1.2.0/src/bin/epp/cpplib.c:3977:45: note: Function 'do_pragma' argument 4 names different: declaration 'limit' definition '__UNUSED__'.
edje-1.2.0/src/bin/epp/cpplib.c:4035:53: style: Function 'do_if' argument 2 names different: declaration 'keyword' definition '__UNUSED__'. [funcArgNamesDifferent]
edje-1.2.0/src/bin/epp/cpplib.c:353:65: note: Function 'do_if' argument 2 names different: declaration 'keyword' definition '__UNUSED__'.
edje-1.2.0/src/bin/epp/cpplib.c:4035:53: note: Function 'do_if' argument 2 names different: declaration 'keyword' definition '__UNUSED__'.
edje-1.2.0/src/bin/epp/cpplib.c:4050:55: style: Function 'do_elif' argument 2 names different: declaration 'keyword' definition '__UNUSED__'. [funcArgNamesDifferent]
edje-1.2.0/src/bin/epp/cpplib.c:362:67: note: Function 'do_elif' argument 2 names different: declaration 'keyword' definition '__UNUSED__'.
edje-1.2.0/src/bin/epp/cpplib.c:4050:55: note: Function 'do_elif' argument 2 names different: declaration 'keyword' definition '__UNUSED__'.
edje-1.2.0/src/bin/epp/cpplib.c:4095:59: style: Function 'eval_if_expression' argument 2 names different: declaration 'buf' definition '__UNUSED__'. [funcArgNamesDifferent]
edje-1.2.0/src/bin/epp/cpplib.c:287:76: note: Function 'eval_if_expression' argument 2 names different: declaration 'buf' definition '__UNUSED__'.
edje-1.2.0/src/bin/epp/cpplib.c:4095:59: note: Function 'eval_if_expression' argument 2 names different: declaration 'buf' definition '__UNUSED__'.
edje-1.2.0/src/bin/epp/cpplib.c:4096:17: style: Function 'eval_if_expression' argument 3 names different: declaration 'length' definition '__UNUSED__'. [funcArgNamesDifferent]
edje-1.2.0/src/bin/epp/cpplib.c:288:10: note: Function 'eval_if_expression' argument 3 names different: declaration 'length' definition '__UNUSED__'.
edje-1.2.0/src/bin/epp/cpplib.c:4096:17: note: Function 'eval_if_expression' argument 3 names different: declaration 'length' definition '__UNUSED__'.
edje-1.2.0/src/bin/epp/cpplib.c:4122:27: style: Function 'do_xifdef' argument 3 names different: declaration 'buf' definition '__UNUSED__'. [funcArgNamesDifferent]
edje-1.2.0/src/bin/epp/cpplib.c:357:25: note: Function 'do_xifdef' argument 3 names different: declaration 'buf' definition '__UNUSED__'.
edje-1.2.0/src/bin/epp/cpplib.c:4122:27: note: Function 'do_xifdef' argument 3 names different: declaration 'buf' definition '__UNUSED__'.
edje-1.2.0/src/bin/epp/cpplib.c:4122:62: style: Function 'do_xifdef' argument 4 names different: declaration 'limit' definition '__UNUSED__'. [funcArgNamesDifferent]
edje-1.2.0/src/bin/epp/cpplib.c:357:45: note: Function 'do_xifdef' argument 4 names different: declaration 'limit' definition '__UNUSED__'.
edje-1.2.0/src/bin/epp/cpplib.c:4122:62: note: Function 'do_xifdef' argument 4 names different: declaration 'limit' definition '__UNUSED__'.
edje-1.2.0/src/bin/epp/cpplib.c:4377:55: style: Function 'do_else' argument 2 names different: declaration 'keyword' definition '__UNUSED__'. [funcArgNamesDifferent]
edje-1.2.0/src/bin/epp/cpplib.c:359:67: note: Function 'do_else' argument 2 names different: declaration 'keyword' definition '__UNUSED__'.
edje-1.2.0/src/bin/epp/cpplib.c:4377:55: note: Function 'do_else' argument 2 names different: declaration 'keyword' definition '__UNUSED__'.
edje-1.2.0/src/bin/epp/cpplib.c:4378:21: style: Function 'do_else' argument 3 names different: declaration 'buf' definition '__UNUSED__'. [funcArgNamesDifferent]
edje-1.2.0/src/bin/epp/cpplib.c:360:23: note: Function 'do_else' argument 3 names different: declaration 'buf' definition '__UNUSED__'.
edje-1.2.0/src/bin/epp/cpplib.c:4378:21: note: Function 'do_else' argument 3 names different: declaration 'buf' definition '__UNUSED__'.
edje-1.2.0/src/bin/epp/cpplib.c:4378:54: style: Function 'do_else' argument 4 names different: declaration 'limit' definition '__UNUSED__'. [funcArgNamesDifferent]
edje-1.2.0/src/bin/epp/cpplib.c:360:43: note: Function 'do_else' argument 4 names different: declaration 'limit' definition '__UNUSED__'.
edje-1.2.0/src/bin/epp/cpplib.c:4378:54: note: Function 'do_else' argument 4 names different: declaration 'limit' definition '__UNUSED__'.
edje-1.2.0/src/bin/epp/cpplib.c:4423:56: style: Function 'do_endif' argument 2 names different: declaration 'keyword' definition '__UNUSED__'. [funcArgNamesDifferent]
edje-1.2.0/src/bin/epp/cpplib.c:365:68: note: Function 'do_endif' argument 2 names different: declaration 'keyword' definition '__UNUSED__'.
edje-1.2.0/src/bin/epp/cpplib.c:4423:56: note: Function 'do_endif' argument 2 names different: declaration 'keyword' definition '__UNUSED__'.
edje-1.2.0/src/bin/epp/cpplib.c:4424:22: style: Function 'do_endif' argument 3 names different: declaration 'buf' definition '__UNUSED__'. [funcArgNamesDifferent]
edje-1.2.0/src/bin/epp/cpplib.c:366:24: note: Function 'do_endif' argument 3 names different: declaration 'buf' definition '__UNUSED__'.
edje-1.2.0/src/bin/epp/cpplib.c:4424:22: note: Function 'do_endif' argument 3 names different: declaration 'buf' definition '__UNUSED__'.
edje-1.2.0/src/bin/epp/cpplib.c:4424:55: style: Function 'do_endif' argument 4 names different: declaration 'limit' definition '__UNUSED__'. [funcArgNamesDifferent]
edje-1.2.0/src/bin/epp/cpplib.c:366:44: note: Function 'do_endif' argument 4 names different: declaration 'limit' definition '__UNUSED__'.
edje-1.2.0/src/bin/epp/cpplib.c:4424:55: note: Function 'do_endif' argument 4 names different: declaration 'limit' definition '__UNUSED__'.
edje-1.2.0/src/bin/epp/cpplib.c:5519:38: style: Function 'open_include_file' argument 1 names different: declaration 'pfile' definition '__UNUSED__'. [funcArgNamesDifferent]
edje-1.2.0/src/bin/epp/cpplib.c:281:52: note: Function 'open_include_file' argument 1 names different: declaration 'pfile' definition '__UNUSED__'.
edje-1.2.0/src/bin/epp/cpplib.c:5519:38: note: Function 'open_include_file' argument 1 names different: declaration 'pfile' definition '__UNUSED__'.
edje-1.2.0/src/bin/epp/cpplib.c:5520:32: style: Function 'open_include_file' argument 3 names different: declaration 'searchptr' definition '__UNUSED__'. [funcArgNamesDifferent]
edje-1.2.0/src/bin/epp/cpplib.c:282:28: note: Function 'open_include_file' argument 3 names different: declaration 'searchptr' definition '__UNUSED__'.
edje-1.2.0/src/bin/epp/cpplib.c:5520:32: note: Function 'open_include_file' argument 3 names different: declaration 'searchptr' definition '__UNUSED__'.
edje-1.2.0/src/bin/epp/cpplib.c:6730:57: style: Function 'do_assert' argument 2 names different: declaration 'keyword' definition '__UNUSED__'. [funcArgNamesDifferent]
edje-1.2.0/src/bin/epp/cpplib.c:368:69: note: Function 'do_assert' argument 2 names different: declaration 'keyword' definition '__UNUSED__'.
edje-1.2.0/src/bin/epp/cpplib.c:6730:57: note: Function 'do_assert' argument 2 names different: declaration 'keyword' definition '__UNUSED__'.
edje-1.2.0/src/bin/epp/cpplib.c:6731:23: style: Function 'do_assert' argument 3 names different: declaration 'buf' definition '__UNUSED__'. [funcArgNamesDifferent]
edje-1.2.0/src/bin/epp/cpplib.c:369:25: note: Function 'do_assert' argument 3 names different: declaration 'buf' definition '__UNUSED__'.
edje-1.2.0/src/bin/epp/cpplib.c:6731:23: note: Function 'do_assert' argument 3 names different: declaration 'buf' definition '__UNUSED__'.
edje-1.2.0/src/bin/epp/cpplib.c:6731:56: style: Function 'do_assert' argument 4 names different: declaration 'limit' definition '__UNUSED__'. [funcArgNamesDifferent]
edje-1.2.0/src/bin/epp/cpplib.c:369:45: note: Function 'do_assert' argument 4 names different: declaration 'limit' definition '__UNUSED__'.
edje-1.2.0/src/bin/epp/cpplib.c:6731:56: note: Function 'do_assert' argument 4 names different: declaration 'limit' definition '__UNUSED__'.
edje-1.2.0/src/bin/epp/cpplib.c:6804:59: style: Function 'do_unassert' argument 2 names different: declaration 'keyword' definition '__UNUSED__'. [funcArgNamesDifferent]
edje-1.2.0/src/bin/epp/cpplib.c:371:71: note: Function 'do_unassert' argument 2 names different: declaration 'keyword' definition '__UNUSED__'.
edje-1.2.0/src/bin/epp/cpplib.c:6804:59: note: Function 'do_unassert' argument 2 names different: declaration 'keyword' definition '__UNUSED__'.
edje-1.2.0/src/bin/epp/cpplib.c:6805:25: style: Function 'do_unassert' argument 3 names different: declaration 'buf' definition '__UNUSED__'. [funcArgNamesDifferent]
edje-1.2.0/src/bin/epp/cpplib.c:372:20: note: Function 'do_unassert' argument 3 names different: declaration 'buf' definition '__UNUSED__'.
edje-1.2.0/src/bin/epp/cpplib.c:6805:25: note: Function 'do_unassert' argument 3 names different: declaration 'buf' definition '__UNUSED__'.
edje-1.2.0/src/bin/epp/cpplib.c:6805:58: style: Function 'do_unassert' argument 4 names different: declaration 'limit' definition '__UNUSED__'. [funcArgNamesDifferent]
edje-1.2.0/src/bin/epp/cpplib.c:372:40: note: Function 'do_unassert' argument 4 names different: declaration 'limit' definition '__UNUSED__'.
edje-1.2.0/src/bin/epp/cpplib.c:6805:58: note: Function 'do_unassert' argument 4 names different: declaration 'limit' definition '__UNUSED__'.
edje-1.2.0/src/bin/epp/cpplib.c:5317:26: style: struct member 'file_name_map::map_next' is never used. [unusedStructMember]
edje-1.2.0/src/bin/epp/cpplib.c:5318:24: style: struct member 'file_name_map::map_from' is never used. [unusedStructMember]
edje-1.2.0/src/bin/epp/cpplib.c:5319:24: style: struct member 'file_name_map::map_to' is never used. [unusedStructMember]
edje-1.2.0/src/bin/epp/cpplib.c:628:25: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/bin/epp/cpplib.c:642:25: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/bin/epp/cpplib.c:671:27: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/bin/epp/cpplib.c:1505:32: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/bin/epp/cpplib.c:1565:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/bin/epp/cpplib.c:1698:25: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/bin/epp/cpplib.c:1842:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/bin/epp/cpplib.c:1980:28: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/bin/epp/cpplib.c:2359:17: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/bin/epp/cpplib.c:2365:17: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/bin/epp/cpplib.c:2395:17: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/bin/epp/cpplib.c:2407:20: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/bin/epp/cpplib.c:2415:17: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/bin/epp/cpplib.c:2719:27: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/bin/epp/cpplib.c:3259:31: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/bin/epp/cpplib.c:3436:20: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/bin/epp/cpplib.c:5707:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/bin/epp/cpplib.c:5839:42: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/bin/epp/cpplib.c:6091:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_box_layout.c:154:26: style: The scope of the variable 'priv' can be reduced. [variableScope]
edje-1.2.0/src/lib/edje_box_layout.c:152:86: style: Function '_edje_box_recalc_apply' argument 3 names different: declaration 'p3' definition '__UNUSED__'. [funcArgNamesDifferent]
edje-1.2.0/src/lib/edje_private.h:1715:101: note: Function '_edje_box_recalc_apply' argument 3 names different: declaration 'p3' definition '__UNUSED__'.
edje-1.2.0/src/lib/edje_box_layout.c:152:86: note: Function '_edje_box_recalc_apply' argument 3 names different: declaration 'p3' definition '__UNUSED__'.
edje-1.2.0/src/lib/Edje.h:455:43: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
edje-1.2.0/src/lib/edje_cache.c:56:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_cache.c:57:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_cache.c:58:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_cache.c:59:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_cache.c:60:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_cache.c:61:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_cache.c:62:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_cache.c:63:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_cache.c:64:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_cache.c:65:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_cache.c:66:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_calc.c:2418:17: style: Condition 'pos>=0.5' is always false [knownConditionTrueFalse]
edje-1.2.0/src/lib/edje_calc.c:2252:18: note: Assignment 'pos=0.0', assigned value is 0.0
edje-1.2.0/src/lib/edje_calc.c:2418:17: note: Condition 'pos>=0.5' is always false
edje-1.2.0/src/lib/edje_calc.c:331:10: warning: Either the condition 'st' is redundant or there is possible null pointer dereference: st. [nullPointerRedundantCheck]
edje-1.2.0/src/lib/edje_calc.c:322:7: note: Assuming that condition 'st' is not redundant
edje-1.2.0/src/lib/edje_calc.c:331:10: note: Null pointer dereference
edje-1.2.0/src/lib/edje_calc.c:259:34: style: The scope of the variable 'd' can be reduced. [variableScope]
edje-1.2.0/src/lib/edje_calc.c:377:8: style: The scope of the variable 'image_count' can be reduced. [variableScope]
edje-1.2.0/src/lib/edje_calc.c:377:21: style: The scope of the variable 'image_num' can be reduced. [variableScope]
edje-1.2.0/src/lib/edje_calc.c:1108:19: style: The scope of the variable 'ptxt' can be reduced. [variableScope]
edje-1.2.0/src/lib/edje_calc.c:2252:24: style: The scope of the variable 'pos2' can be reduced. [variableScope]
edje-1.2.0/src/lib/edje_calc.c:673:35: style: Function '_edje_part_dragable_calc' argument 1 names different: declaration 'ed' definition '__UNUSED__'. [funcArgNamesDifferent]
edje-1.2.0/src/lib/edje_private.h:1620:38: note: Function '_edje_part_dragable_calc' argument 1 names different: declaration 'ed' definition '__UNUSED__'.
edje-1.2.0/src/lib/edje_calc.c:673:35: note: Function '_edje_part_dragable_calc' argument 1 names different: declaration 'ed' definition '__UNUSED__'.
edje-1.2.0/src/lib/edje_callbacks.c:372:27: style: Function '_edje_timer_cb' argument 1 names different: declaration 'data' definition '__UNUSED__'. [funcArgNamesDifferent]
edje-1.2.0/src/lib/edje_private.h:1623:32: note: Function '_edje_timer_cb' argument 1 names different: declaration 'data' definition '__UNUSED__'.
edje-1.2.0/src/lib/edje_callbacks.c:372:27: note: Function '_edje_timer_cb' argument 1 names different: declaration 'data' definition '__UNUSED__'.
edje-1.2.0/src/lib/edje_data.c:586:4: style: struct member '_Edje_Part_Image_Id_Pointer::pointer' is never used. [unusedStructMember]
edje-1.2.0/src/lib/edje_data.c:729:4: style: struct member '_Edje_Part_Description_Common_Pointer::pointer' is never used. [unusedStructMember]
edje-1.2.0/src/lib/edje_data.c:730:4: style: struct member '_Edje_Part_Description_Common_Pointer::pointer' is never used. [unusedStructMember]
edje-1.2.0/src/lib/edje_data.c:731:4: style: struct member '_Edje_Part_Description_Common_Pointer::pointer' is never used. [unusedStructMember]
edje-1.2.0/src/lib/edje_data.c:732:4: style: struct member '_Edje_Part_Description_Image_Pointer::pointer' is never used. [unusedStructMember]
edje-1.2.0/src/lib/edje_data.c:733:4: style: struct member '_Edje_Part_Description_Proxy_Pointer::pointer' is never used. [unusedStructMember]
edje-1.2.0/src/lib/edje_data.c:734:4: style: struct member '_Edje_Part_Description_Text_Pointer::pointer' is never used. [unusedStructMember]
edje-1.2.0/src/lib/edje_data.c:735:4: style: struct member '_Edje_Part_Description_Text_Pointer::pointer' is never used. [unusedStructMember]
edje-1.2.0/src/lib/edje_data.c:736:4: style: struct member '_Edje_Part_Description_Box_Pointer::pointer' is never used. [unusedStructMember]
edje-1.2.0/src/lib/edje_data.c:737:4: style: struct member '_Edje_Part_Description_Table_Pointer::pointer' is never used. [unusedStructMember]
edje-1.2.0/src/lib/edje_data.c:738:4: style: struct member '_Edje_Part_Description_External_Pointer::pointer' is never used. [unusedStructMember]
edje-1.2.0/src/lib/edje_data.c:809:4: style: struct member '_Edje_Pack_Element_Pointer::pointer' is never used. [unusedStructMember]
edje-1.2.0/src/lib/edje_data.c:856:4: style: struct member '_Edje_Program_Pointer::pointer' is never used. [unusedStructMember]
edje-1.2.0/src/lib/edje_data.c:863:4: style: struct member '_Edje_Part_Pointer::pointer' is never used. [unusedStructMember]
edje-1.2.0/src/lib/edje_data.c:866:4: style: struct member '_Edje_Limit_Pointer::pointer' is never used. [unusedStructMember]
edje-1.2.0/src/lib/edje_edit.c:3605:0: error: failed to expand 'FUNC_STATE_DOUBLE_FILL', Invalid ## usage when expanding 'FUNC_STATE_DOUBLE_FILL'. [preprocessorErrorDirective]
edje-1.2.0/src/lib/edje_embryo.c:1414:13: style: The scope of the variable 'f' can be reduced. [variableScope]
edje-1.2.0/src/lib/edje_embryo.c:1480:11: style: The scope of the variable 'f' can be reduced. [variableScope]
edje-1.2.0/src/lib/edje_embryo.c:1496:32: style: The scope of the variable 'emsg' can be reduced. [variableScope]
edje-1.2.0/src/lib/edje_embryo.c:1520:34: style: The scope of the variable 'emsg' can be reduced. [variableScope]
edje-1.2.0/src/lib/edje_embryo.c:1528:11: style: The scope of the variable 'f' can be reduced. [variableScope]
edje-1.2.0/src/lib/edje_embryo.c:1550:36: style: The scope of the variable 'emsg' can be reduced. [variableScope]
edje-1.2.0/src/lib/edje_embryo.c:1579:38: style: The scope of the variable 'emsg' can be reduced. [variableScope]
edje-1.2.0/src/lib/edje_embryo.c:1598:16: style: The scope of the variable 'f' can be reduced. [variableScope]
edje-1.2.0/src/lib/edje_embryo.c:3172:21: style: The scope of the variable 'cptr' can be reduced. [variableScope]
edje-1.2.0/src/lib/edje_embryo.c:278:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_embryo.c:317:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_embryo.c:424:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_embryo.c:440:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_embryo.c:456:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_embryo.c:472:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_embryo.c:501:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_embryo.c:600:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_embryo.c:635:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_embryo.c:799:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_embryo.c:800:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_embryo.c:818:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_embryo.c:840:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_embryo.c:856:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_embryo.c:876:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_embryo.c:921:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_embryo.c:953:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_embryo.c:954:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_embryo.c:1105:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_embryo.c:1137:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_embryo.c:1191:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_embryo.c:1211:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_embryo.c:1229:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_embryo.c:1230:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_embryo.c:1247:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_embryo.c:1391:9: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_embryo.c:1394:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_embryo.c:1404:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_embryo.c:1416:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_embryo.c:1433:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_embryo.c:1446:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_embryo.c:1460:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_embryo.c:1476:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_embryo.c:1506:9: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_embryo.c:1509:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_embryo.c:1531:9: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_embryo.c:1534:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_embryo.c:1560:9: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_embryo.c:1564:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_embryo.c:1589:9: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_embryo.c:1593:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_embryo.c:1641:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_embryo.c:1859:3: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_embryo.c:1997:5: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_embryo.c:2013:5: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_embryo.c:2027:5: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_embryo.c:2041:5: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_embryo.c:2309:3: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_embryo.c:2441:5: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_embryo.c:2458:5: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_embryo.c:2473:5: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_embryo.c:2488:5: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_embryo.c:2597:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_embryo.c:2636:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_embryo.c:2662:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_embryo.c:2688:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_embryo.c:2715:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_embryo.c:2740:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_embryo.c:2771:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_embryo.c:2785:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_embryo.c:2814:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_embryo.c:2818:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_embryo.c:2841:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_embryo.c:2872:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_embryo.c:2886:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_embryo.c:2915:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_embryo.c:2919:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_embryo.c:2942:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_embryo.c:2968:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_entry.c:2642:6: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
edje-1.2.0/src/lib/edje_entry.c:2923:9: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
edje-1.2.0/src/lib/edje_entry.c:2925:9: note: Found duplicate branches for 'if' and 'else'.
edje-1.2.0/src/lib/edje_entry.c:2923:9: note: Found duplicate branches for 'if' and 'else'.
edje-1.2.0/src/lib/edje_entry.c:2956:9: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
edje-1.2.0/src/lib/edje_entry.c:2958:9: note: Found duplicate branches for 'if' and 'else'.
edje-1.2.0/src/lib/edje_entry.c:2956:9: note: Found duplicate branches for 'if' and 'else'.
edje-1.2.0/src/lib/edje_entry.c:631:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
edje-1.2.0/src/lib/edje_entry.c:631:16: style: The scope of the variable 'n' can be reduced. [variableScope]
edje-1.2.0/src/lib/edje_entry.c:632:11: style: The scope of the variable 'len' can be reduced. [variableScope]
edje-1.2.0/src/lib/edje_entry.c:695:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
edje-1.2.0/src/lib/edje_entry.c:695:16: style: The scope of the variable 'n' can be reduced. [variableScope]
edje-1.2.0/src/lib/edje_entry.c:696:11: style: The scope of the variable 'len' can be reduced. [variableScope]
edje-1.2.0/src/lib/edje_entry.c:722:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
edje-1.2.0/src/lib/edje_entry.c:722:16: style: The scope of the variable 'n' can be reduced. [variableScope]
edje-1.2.0/src/lib/edje_entry.c:723:11: style: The scope of the variable 'len' can be reduced. [variableScope]
edje-1.2.0/src/lib/edje_entry.c:744:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
edje-1.2.0/src/lib/edje_entry.c:744:16: style: The scope of the variable 'n' can be reduced. [variableScope]
edje-1.2.0/src/lib/edje_entry.c:745:11: style: The scope of the variable 'len' can be reduced. [variableScope]
edje-1.2.0/src/lib/edje_entry.c:1761:22: style: The scope of the variable 'sc' can be reduced. [variableScope]
edje-1.2.0/src/lib/edje_entry.c:1947:27: style: The scope of the variable 'tc' can be reduced. [variableScope]
edje-1.2.0/src/lib/edje_entry.c:2471:15: style: The scope of the variable 'l' can be reduced. [variableScope]
edje-1.2.0/src/lib/edje_entry.c:2513:15: style: The scope of the variable 'l' can be reduced. [variableScope]
edje-1.2.0/src/lib/edje_entry.c:646:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_entry.c:676:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_entry.c:710:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_entry.c:732:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_entry.c:754:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_external.c:487:39: style: Function '_edje_external_params_free' argument 1 names different: declaration 'params' definition 'external_params'. [funcArgNamesDifferent]
edje-1.2.0/src/lib/edje_private.h:1990:44: note: Function '_edje_external_params_free' argument 1 names different: declaration 'params' definition 'external_params'.
edje-1.2.0/src/lib/edje_external.c:487:39: note: Function '_edje_external_params_free' argument 1 names different: declaration 'params' definition 'external_params'.
edje-1.2.0/src/lib/edje_external.c:503:38: style: Function '_edje_external_recalc_apply' argument 1 names different: declaration 'ed' definition '__UNUSED__'. [funcArgNamesDifferent]
edje-1.2.0/src/lib/edje_private.h:1991:40: note: Function '_edje_external_recalc_apply' argument 1 names different: declaration 'ed' definition '__UNUSED__'.
edje-1.2.0/src/lib/edje_external.c:503:38: note: Function '_edje_external_recalc_apply' argument 1 names different: declaration 'ed' definition '__UNUSED__'.
edje-1.2.0/src/lib/edje_external.c:504:33: style: Function '_edje_external_recalc_apply' argument 3 names different: declaration 'params' definition '__UNUSED__'. [funcArgNamesDifferent]
edje-1.2.0/src/lib/edje_private.h:1992:24: note: Function '_edje_external_recalc_apply' argument 3 names different: declaration 'params' definition '__UNUSED__'.
edje-1.2.0/src/lib/edje_external.c:504:33: note: Function '_edje_external_recalc_apply' argument 3 names different: declaration 'params' definition '__UNUSED__'.
edje-1.2.0/src/lib/edje_external.c:505:50: style: Function '_edje_external_recalc_apply' argument 4 names different: declaration 'chosen_desc' definition '__UNUSED__'. [funcArgNamesDifferent]
edje-1.2.0/src/lib/edje_private.h:1993:36: note: Function '_edje_external_recalc_apply' argument 4 names different: declaration 'chosen_desc' definition '__UNUSED__'.
edje-1.2.0/src/lib/edje_external.c:505:50: note: Function '_edje_external_recalc_apply' argument 4 names different: declaration 'chosen_desc' definition '__UNUSED__'.
edje-1.2.0/src/lib/edje_load.c:684:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
edje-1.2.0/src/lib/edje_load.c:186:15: style: The scope of the variable 'edf' can be reduced. [variableScope]
edje-1.2.0/src/lib/edje_load.c:284:17: style: The scope of the variable 'n' can be reduced. [variableScope]
edje-1.2.0/src/lib/edje_load.c:286:8: style: The scope of the variable 'group_path_started' can be reduced. [variableScope]
edje-1.2.0/src/lib/edje_load.c:1032:13: style: The scope of the variable 'ep' can be reduced. [variableScope]
edje-1.2.0/src/lib/edje_load.c:1128:22: style: The scope of the variable 'i' can be reduced. [variableScope]
edje-1.2.0/src/lib/edje_load.c:1436:61: style: Function '_cb_signal_repeat' argument 3 names different: declaration 'signal' definition 'sig'. [funcArgNamesDifferent]
edje-1.2.0/src/lib/edje_load.c:7:73: note: Function '_cb_signal_repeat' argument 3 names different: declaration 'signal' definition 'sig'.
edje-1.2.0/src/lib/edje_load.c:1436:61: note: Function '_cb_signal_repeat' argument 3 names different: declaration 'signal' definition 'sig'.
edje-1.2.0/src/lib/edje_load.c:1534:25: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_lua2.c:986:21: style: The scope of the variable 'str' can be reduced. [variableScope]
edje-1.2.0/src/lib/edje_lua2.c:1913:26: style: The scope of the variable 'elo2' can be reduced. [variableScope]
edje-1.2.0/src/lib/edje_lua2.c:1914:17: style: The scope of the variable 'o' can be reduced. [variableScope]
edje-1.2.0/src/lib/edje_lua2.c:1980:26: style: The scope of the variable 'elo2' can be reduced. [variableScope]
edje-1.2.0/src/lib/edje_lua2.c:1981:17: style: The scope of the variable 'o' can be reduced. [variableScope]
edje-1.2.0/src/lib/edje_lua2.c:2219:26: style: The scope of the variable 'elo2' can be reduced. [variableScope]
edje-1.2.0/src/lib/edje_lua2.c:2814:11: style: The scope of the variable 'id' can be reduced. [variableScope]
edje-1.2.0/src/lib/edje_lua2.c:2831:40: style: The scope of the variable 'de' can be reduced. [variableScope]
edje-1.2.0/src/lib/edje_lua2.c:3661:12: style: The scope of the variable 'inlined_font' can be reduced. [variableScope]
edje-1.2.0/src/lib/edje_lua2.c:4097:8: style: The scope of the variable 'err' can be reduced. [variableScope]
edje-1.2.0/src/lib/edje_lua2.c:4120:8: style: The scope of the variable 'err' can be reduced. [variableScope]
edje-1.2.0/src/lib/edje_lua2.c:4142:8: style: The scope of the variable 'err' can be reduced. [variableScope]
edje-1.2.0/src/lib/edje_lua2.c:4164:8: style: The scope of the variable 'err' can be reduced. [variableScope]
edje-1.2.0/src/lib/edje_lua2.c:4189:8: style: The scope of the variable 'err' can be reduced. [variableScope]
edje-1.2.0/src/lib/edje_lua2.c:4215:8: style: The scope of the variable 'err' can be reduced. [variableScope]
edje-1.2.0/src/lib/edje_lua2.c:4215:13: style: The scope of the variable 'n' can be reduced. [variableScope]
edje-1.2.0/src/lib/edje_lua2.c:4215:16: style: The scope of the variable 'c' can be reduced. [variableScope]
edje-1.2.0/src/lib/edje_lua2.c:4215:19: style: The scope of the variable 'i' can be reduced. [variableScope]
edje-1.2.0/src/lib/edje_lua2.c:4350:8: style: The scope of the variable 'err' can be reduced. [variableScope]
edje-1.2.0/src/lib/edje_lua2.c:4029:50: style: Function '_edje_lua2_script_load' argument 1 names different: declaration 'edc' definition '__UNUSED__'. [funcArgNamesDifferent]
edje-1.2.0/src/lib/edje_private.h:2036:51: note: Function '_edje_lua2_script_load' argument 1 names different: declaration 'edc' definition '__UNUSED__'.
edje-1.2.0/src/lib/edje_lua2.c:4029:50: note: Function '_edje_lua2_script_load' argument 1 names different: declaration 'edc' definition '__UNUSED__'.
edje-1.2.0/src/lib/edje_lua2.c:4029:73: style: Function '_edje_lua2_script_load' argument 2 names different: declaration 'data' definition '__UNUSED__'. [funcArgNamesDifferent]
edje-1.2.0/src/lib/edje_private.h:2036:62: note: Function '_edje_lua2_script_load' argument 2 names different: declaration 'data' definition '__UNUSED__'.
edje-1.2.0/src/lib/edje_lua2.c:4029:73: note: Function '_edje_lua2_script_load' argument 2 names different: declaration 'data' definition '__UNUSED__'.
edje-1.2.0/src/lib/edje_lua2.c:4029:94: style: Function '_edje_lua2_script_load' argument 3 names different: declaration 'size' definition '__UNUSED__'. [funcArgNamesDifferent]
edje-1.2.0/src/lib/edje_private.h:2036:72: note: Function '_edje_lua2_script_load' argument 3 names different: declaration 'size' definition '__UNUSED__'.
edje-1.2.0/src/lib/edje_lua2.c:4029:94: note: Function '_edje_lua2_script_load' argument 3 names different: declaration 'size' definition '__UNUSED__'.
edje-1.2.0/src/lib/edje_lua2.c:4037:52: style: Function '_edje_lua2_script_unload' argument 1 names different: declaration 'edc' definition '__UNUSED__'. [funcArgNamesDifferent]
edje-1.2.0/src/lib/edje_private.h:2037:53: note: Function '_edje_lua2_script_unload' argument 1 names different: declaration 'edc' definition '__UNUSED__'.
edje-1.2.0/src/lib/edje_lua2.c:4037:52: note: Function '_edje_lua2_script_unload' argument 1 names different: declaration 'edc' definition '__UNUSED__'.
edje-1.2.0/src/lib/edje_lua2.c:962:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_lua2.c:970:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_lua2.c:978:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_lua2.c:989:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_lua2.c:1007:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_lua2.c:1024:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_lua2.c:1039:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_lua2.c:1048:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_lua2.c:1061:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_lua2.c:1081:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_lua2.c:3680:23: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_match.c:383:1: style: Function 'edje_match_programs_signal_init' argument 1 names different: declaration 'array' definition 'lst'. [funcArgNamesDifferent]
edje-1.2.0/src/lib/edje_private.h:1539:72: note: Function 'edje_match_programs_signal_init' argument 1 names different: declaration 'array' definition 'lst'.
edje-1.2.0/src/lib/edje_match.c:383:1: note: Function 'edje_match_programs_signal_init' argument 1 names different: declaration 'array' definition 'lst'.
edje-1.2.0/src/lib/edje_match.c:386:1: style: Function 'edje_match_programs_source_init' argument 1 names different: declaration 'array' definition 'lst'. [funcArgNamesDifferent]
edje-1.2.0/src/lib/edje_private.h:1541:72: note: Function 'edje_match_programs_source_init' argument 1 names different: declaration 'array' definition 'lst'.
edje-1.2.0/src/lib/edje_match.c:386:1: note: Function 'edje_match_programs_source_init' argument 1 names different: declaration 'array' definition 'lst'.
edje-1.2.0/src/lib/edje_match.c:577:50: style: Function 'edje_match_programs_exec' argument 3 names different: declaration 'signal' definition 'sig'. [funcArgNamesDifferent]
edje-1.2.0/src/lib/edje_private.h:1550:32: note: Function 'edje_match_programs_exec' argument 3 names different: declaration 'signal' definition 'sig'.
edje-1.2.0/src/lib/edje_match.c:577:50: note: Function 'edje_match_programs_exec' argument 3 names different: declaration 'signal' definition 'sig'.
edje-1.2.0/src/lib/edje_match.c:616:50: style: Function 'edje_match_callback_exec' argument 3 names different: declaration 'signal' definition 'sig'. [funcArgNamesDifferent]
edje-1.2.0/src/lib/edje_private.h:1558:32: note: Function 'edje_match_callback_exec' argument 3 names different: declaration 'signal' definition 'sig'.
edje-1.2.0/src/lib/edje_match.c:616:50: note: Function 'edje_match_callback_exec' argument 3 names different: declaration 'signal' definition 'sig'.
edje-1.2.0/src/lib/edje_match.c:796:47: style: Function 'edje_match_signal_source_hash_get' argument 1 names different: declaration 'signal' definition 'sig'. [funcArgNamesDifferent]
edje-1.2.0/src/lib/edje_private.h:1571:64: note: Function 'edje_match_signal_source_hash_get' argument 1 names different: declaration 'signal' definition 'sig'.
edje-1.2.0/src/lib/edje_match.c:796:47: note: Function 'edje_match_signal_source_hash_get' argument 1 names different: declaration 'signal' definition 'sig'.
edje-1.2.0/src/lib/edje_message_queue.c:232:6: style: The scope of the variable 'i' can be reduced. [variableScope]
edje-1.2.0/src/lib/edje_module.c:33:4: style: Variable 'em' is reassigned a value before the old one has been used. [redundantAssignment]
edje-1.2.0/src/lib/edje_module.c:29:0: note: Variable 'em' is reassigned a value before the old one has been used.
edje-1.2.0/src/lib/edje_module.c:33:4: note: Variable 'em' is reassigned a value before the old one has been used.
edje-1.2.0/src/lib/edje_module.c:115:19: style: The scope of the variable 'it' can be reduced. [variableScope]
edje-1.2.0/src/lib/edje_multisense.c:5:25: style: struct member '_Multisense_Data::msenv' is never used. [unusedStructMember]
edje-1.2.0/src/lib/edje_multisense.c:47:9: style: struct member '_Edje_Sample_Action::sample_name' is never used. [unusedStructMember]
edje-1.2.0/src/lib/edje_multisense.c:48:11: style: struct member '_Edje_Sample_Action::speed' is never used. [unusedStructMember]
edje-1.2.0/src/lib/edje_multisense.c:53:9: style: struct member '_Edje_Tone_Action::tone_name' is never used. [unusedStructMember]
edje-1.2.0/src/lib/edje_multisense.c:54:11: style: struct member '_Edje_Tone_Action::duration' is never used. [unusedStructMember]
edje-1.2.0/src/lib/edje_program.c:1191:6: style: Condition '!done' is always true [knownConditionTrueFalse]
edje-1.2.0/src/lib/edje_program.c:1137:9: note: Assignment 'done=0', assigned value is 0
edje-1.2.0/src/lib/edje_program.c:1191:6: note: Condition '!done' is always true
edje-1.2.0/src/lib/edje_program.c:181:11: style: The scope of the variable 't' can be reduced. [variableScope]
edje-1.2.0/src/lib/edje_program.c:182:15: style: The scope of the variable 'l' can be reduced. [variableScope]
edje-1.2.0/src/lib/edje_program.c:183:26: style: The scope of the variable 'runp' can be reduced. [variableScope]
edje-1.2.0/src/lib/edje_program.c:408:18: style: The scope of the variable 'rp' can be reduced. [variableScope]
edje-1.2.0/src/lib/edje_program.c:607:29: style: The scope of the variable 'runp' can be reduced. [variableScope]
edje-1.2.0/src/lib/edje_program.c:608:29: style: The scope of the variable 'pp' can be reduced. [variableScope]
edje-1.2.0/src/lib/edje_program.c:1106:45: style: Function '_edje_emit_handle' argument 4 names different: declaration 'data' definition 'sdata'. [funcArgNamesDifferent]
edje-1.2.0/src/lib/edje_private.h:1667:94: note: Function '_edje_emit_handle' argument 4 names different: declaration 'data' definition 'sdata'.
edje-1.2.0/src/lib/edje_program.c:1106:45: note: Function '_edje_emit_handle' argument 4 names different: declaration 'data' definition 'sdata'.
edje-1.2.0/src/lib/edje_program.c:898:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_program.c:919:27: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_program.c:940:25: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_script_only.c:410:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_script_only.c:411:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_smart.c:219:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_text.c:223:12: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
edje-1.2.0/src/lib/edje_text.c:219:10: note: outer condition: c1>=0
edje-1.2.0/src/lib/edje_text.c:223:12: note: identical inner condition: c1>=0
edje-1.2.0/src/lib/edje_text.c:291:24: warning: Either the condition 'base' is redundant or there is possible null pointer dereference: base. [nullPointerRedundantCheck]
edje-1.2.0/src/lib/edje_text.c:286:8: note: Assuming that condition 'base' is not redundant
edje-1.2.0/src/lib/edje_text.c:291:24: note: Null pointer dereference
edje-1.2.0/src/lib/edje_text.c:58:45: style: Function '_edje_text_part_on_del' argument 2 names different: declaration 'ep' definition 'pt'. [funcArgNamesDifferent]
edje-1.2.0/src/lib/edje_private.h:1673:60: note: Function '_edje_text_part_on_del' argument 2 names different: declaration 'ep' definition 'pt'.
edje-1.2.0/src/lib/edje_text.c:58:45: note: Function '_edje_text_part_on_del' argument 2 names different: declaration 'ep' definition 'pt'.
edje-1.2.0/src/lib/edje_text.c:383:22: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_util.c:4286:11: warning: Possible null pointer dereference: cc [nullPointer]
edje-1.2.0/src/lib/edje_util.c:4280:27: note: Assignment 'cc=NULL', assigned value is 0
edje-1.2.0/src/lib/edje_util.c:4286:11: note: Null pointer dereference
edje-1.2.0/src/lib/edje_util.c:4294:11: warning: Either the condition 'cc' is redundant or there is possible null pointer dereference: cc. [nullPointerRedundantCheck]
edje-1.2.0/src/lib/edje_util.c:4290:8: note: Assuming that condition 'cc' is not redundant
edje-1.2.0/src/lib/edje_util.c:4294:11: note: Null pointer dereference
edje-1.2.0/src/lib/edje_util.c:1040:14: style: Variable 'new' is reassigned a value before the old one has been used. [redundantAssignment]
edje-1.2.0/src/lib/edje_util.c:1037:0: note: Variable 'new' is reassigned a value before the old one has been used.
edje-1.2.0/src/lib/edje_util.c:1040:14: note: Variable 'new' is reassigned a value before the old one has been used.
edje-1.2.0/src/lib/edje_util.c:4002:28: style: The scope of the variable 'tmp' can be reduced. [variableScope]
edje-1.2.0/src/lib/edje_util.c:1447:29: style: Checking if unsigned variable 'rp->part->entry_mode' is less than zero. [unsignedLessThanZero]
edje-1.2.0/src/lib/edje_util.c:533:54: style: Function '_edje_color_class_list_foreach' argument 1 names different: declaration 'hash' definition '__UNUSED__'. [funcArgNamesDifferent]
edje-1.2.0/src/lib/edje_util.c:45:66: note: Function '_edje_color_class_list_foreach' argument 1 names different: declaration 'hash' definition '__UNUSED__'.
edje-1.2.0/src/lib/edje_util.c:533:54: note: Function '_edje_color_class_list_foreach' argument 1 names different: declaration 'hash' definition '__UNUSED__'.
edje-1.2.0/src/lib/edje_util.c:533:94: style: Function '_edje_color_class_list_foreach' argument 3 names different: declaration 'data' definition '__UNUSED__'. [funcArgNamesDifferent]
edje-1.2.0/src/lib/edje_util.c:45:95: note: Function '_edje_color_class_list_foreach' argument 3 names different: declaration 'data' definition '__UNUSED__'.
edje-1.2.0/src/lib/edje_util.c:533:94: note: Function '_edje_color_class_list_foreach' argument 3 names different: declaration 'data' definition '__UNUSED__'.
edje-1.2.0/src/lib/edje_util.c:639:48: style: Function 'edje_object_color_class_get' argument 1 names different: declaration 'o' definition 'obj'. [funcArgNamesDifferent]
edje-1.2.0/src/lib/Edje.h:1990:75: note: Function 'edje_object_color_class_get' argument 1 names different: declaration 'o' definition 'obj'.
edje-1.2.0/src/lib/edje_util.c:639:48: note: Function 'edje_object_color_class_get' argument 1 names different: declaration 'o' definition 'obj'.
edje-1.2.0/src/lib/edje_util.c:816:53: style: Function '_edje_text_class_list_foreach' argument 1 names different: declaration 'hash' definition '__UNUSED__'. [funcArgNamesDifferent]
edje-1.2.0/src/lib/edje_util.c:46:65: note: Function '_edje_text_class_list_foreach' argument 1 names different: declaration 'hash' definition '__UNUSED__'.
edje-1.2.0/src/lib/edje_util.c:816:53: note: Function '_edje_text_class_list_foreach' argument 1 names different: declaration 'hash' definition '__UNUSED__'.
edje-1.2.0/src/lib/edje_util.c:816:93: style: Function '_edje_text_class_list_foreach' argument 3 names different: declaration 'data' definition '__UNUSED__'. [funcArgNamesDifferent]
edje-1.2.0/src/lib/edje_util.c:46:94: note: Function '_edje_text_class_list_foreach' argument 3 names different: declaration 'data' definition '__UNUSED__'.
edje-1.2.0/src/lib/edje_util.c:816:93: note: Function '_edje_text_class_list_foreach' argument 3 names different: declaration 'data' definition '__UNUSED__'.
edje-1.2.0/src/lib/edje_util.c:2646:45: style: Function 'edje_object_part_unswallow' argument 1 names different: declaration 'obj' definition '__UNUSED__'. [funcArgNamesDifferent]
edje-1.2.0/src/lib/Edje.h:3147:69: note: Function 'edje_object_part_unswallow' argument 1 names different: declaration 'obj' definition '__UNUSED__'.
edje-1.2.0/src/lib/edje_util.c:2646:45: note: Function 'edje_object_part_unswallow' argument 1 names different: declaration 'obj' definition '__UNUSED__'.
edje-1.2.0/src/lib/edje_util.c:4306:68: style: Function '_edje_color_class_member_direct_del' argument 2 names different: declaration 'lookup' definition 'l'. [funcArgNamesDifferent]
edje-1.2.0/src/lib/edje_private.h:1687:86: note: Function '_edje_color_class_member_direct_del' argument 2 names different: declaration 'lookup' definition 'l'.
edje-1.2.0/src/lib/edje_util.c:4306:68: note: Function '_edje_color_class_member_direct_del' argument 2 names different: declaration 'lookup' definition 'l'.
edje-1.2.0/src/lib/edje_util.c:4375:42: style: Function '_edje_text_class_member_direct_del' argument 2 names different: declaration 'lookup' definition 'l'. [funcArgNamesDifferent]
edje-1.2.0/src/lib/edje_private.h:1697:84: note: Function '_edje_text_class_member_direct_del' argument 2 names different: declaration 'lookup' definition 'l'.
edje-1.2.0/src/lib/edje_util.c:4375:42: note: Function '_edje_text_class_member_direct_del' argument 2 names different: declaration 'lookup' definition 'l'.
edje-1.2.0/src/lib/edje_util.c:4494:55: style: Function '_edje_object_part_swallow_free_cb' argument 2 names different: declaration 'e' definition '__UNUSED__'. [funcArgNamesDifferent]
edje-1.2.0/src/lib/edje_private.h:1708:71: note: Function '_edje_object_part_swallow_free_cb' argument 2 names different: declaration 'e' definition '__UNUSED__'.
edje-1.2.0/src/lib/edje_util.c:4494:55: note: Function '_edje_object_part_swallow_free_cb' argument 2 names different: declaration 'e' definition '__UNUSED__'.
edje-1.2.0/src/lib/edje_util.c:4494:102: style: Function '_edje_object_part_swallow_free_cb' argument 4 names different: declaration 'event_info' definition '__UNUSED__'. [funcArgNamesDifferent]
edje-1.2.0/src/lib/edje_private.h:1708:98: note: Function '_edje_object_part_swallow_free_cb' argument 4 names different: declaration 'event_info' definition '__UNUSED__'.
edje-1.2.0/src/lib/edje_util.c:4494:102: note: Function '_edje_object_part_swallow_free_cb' argument 4 names different: declaration 'event_info' definition '__UNUSED__'.
edje-1.2.0/src/lib/edje_util.c:4582:56: style: Function '_edje_object_part_swallow_changed_hints_cb' argument 2 names different: declaration 'e' definition '__UNUSED__'. [funcArgNamesDifferent]
edje-1.2.0/src/lib/edje_private.h:1709:80: note: Function '_edje_object_part_swallow_changed_hints_cb' argument 2 names different: declaration 'e' definition '__UNUSED__'.
edje-1.2.0/src/lib/edje_util.c:4582:56: note: Function '_edje_object_part_swallow_changed_hints_cb' argument 2 names different: declaration 'e' definition '__UNUSED__'.
edje-1.2.0/src/lib/edje_util.c:4582:76: style: Function '_edje_object_part_swallow_changed_hints_cb' argument 3 names different: declaration 'obj' definition '__UNUSED__'. [funcArgNamesDifferent]
edje-1.2.0/src/lib/edje_private.h:1709:96: note: Function '_edje_object_part_swallow_changed_hints_cb' argument 3 names different: declaration 'obj' definition '__UNUSED__'.
edje-1.2.0/src/lib/edje_util.c:4582:76: note: Function '_edje_object_part_swallow_changed_hints_cb' argument 3 names different: declaration 'obj' definition '__UNUSED__'.
edje-1.2.0/src/lib/edje_util.c:4582:105: style: Function '_edje_object_part_swallow_changed_hints_cb' argument 4 names different: declaration 'event_info' definition '__UNUSED__'. [funcArgNamesDifferent]
edje-1.2.0/src/lib/edje_private.h:1709:107: note: Function '_edje_object_part_swallow_changed_hints_cb' argument 4 names different: declaration 'event_info' definition '__UNUSED__'.
edje-1.2.0/src/lib/edje_util.c:4582:105: note: Function '_edje_object_part_swallow_changed_hints_cb' argument 4 names different: declaration 'event_info' definition '__UNUSED__'.
edje-1.2.0/src/lib/edje_util.c:4689:43: style: Function '_edje_object_image_preload_cb' argument 2 names different: declaration 'e' definition '__UNUSED__'. [funcArgNamesDifferent]
edje-1.2.0/src/lib/edje_util.c:47:61: note: Function '_edje_object_image_preload_cb' argument 2 names different: declaration 'e' definition '__UNUSED__'.
edje-1.2.0/src/lib/edje_util.c:4689:43: note: Function '_edje_object_image_preload_cb' argument 2 names different: declaration 'e' definition '__UNUSED__'.
edje-1.2.0/src/lib/edje_util.c:4689:81: style: Function '_edje_object_image_preload_cb' argument 4 names different: declaration 'event_info' definition '__UNUSED__'. [funcArgNamesDifferent]
edje-1.2.0/src/lib/edje_util.c:47:88: note: Function '_edje_object_image_preload_cb' argument 4 names different: declaration 'event_info' definition '__UNUSED__'.
edje-1.2.0/src/lib/edje_util.c:4689:81: note: Function '_edje_object_image_preload_cb' argument 4 names different: declaration 'event_info' definition '__UNUSED__'.
edje-1.2.0/src/lib/edje_util.c:4698:62: style: Function '_edje_object_signal_preload_cb' argument 3 names different: declaration 'emission' definition '__UNUSED__'. [funcArgNamesDifferent]
edje-1.2.0/src/lib/edje_util.c:48:86: note: Function '_edje_object_signal_preload_cb' argument 3 names different: declaration 'emission' definition '__UNUSED__'.
edje-1.2.0/src/lib/edje_util.c:4698:62: note: Function '_edje_object_signal_preload_cb' argument 3 names different: declaration 'emission' definition '__UNUSED__'.
edje-1.2.0/src/lib/edje_util.c:4698:95: style: Function '_edje_object_signal_preload_cb' argument 4 names different: declaration 'source' definition '__UNUSED__'. [funcArgNamesDifferent]
edje-1.2.0/src/lib/edje_util.c:48:108: note: Function '_edje_object_signal_preload_cb' argument 4 names different: declaration 'source' definition '__UNUSED__'.
edje-1.2.0/src/lib/edje_util.c:4698:95: note: Function '_edje_object_signal_preload_cb' argument 4 names different: declaration 'source' definition '__UNUSED__'.
edje-1.2.0/src/lib/edje_util.c:4712:44: style: Function '_edje_program_remove' argument 1 names different: declaration 'ed' definition 'edc'. [funcArgNamesDifferent]
edje-1.2.0/src/lib/edje_private.h:2030:54: note: Function '_edje_program_remove' argument 1 names different: declaration 'ed' definition 'edc'.
edje-1.2.0/src/lib/edje_util.c:4712:44: note: Function '_edje_program_remove' argument 1 names different: declaration 'ed' definition 'edc'.
edje-1.2.0/src/lib/edje_util.c:4762:44: style: Function '_edje_program_insert' argument 1 names different: declaration 'ed' definition 'edc'. [funcArgNamesDifferent]
edje-1.2.0/src/lib/edje_private.h:2029:54: note: Function '_edje_program_insert' argument 1 names different: declaration 'ed' definition 'edc'.
edje-1.2.0/src/lib/edje_util.c:4762:44: note: Function '_edje_program_insert' argument 1 names different: declaration 'ed' definition 'edc'.
edje-1.2.0/src/lib/edje_util.c:4018:8: style: Variable 'count' is modified but its new value is never used. [unreadVariable]
edje-1.2.0/src/lib/edje_util.c:4006:33: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
edje-1.2.0/src/lib/edje_util.c:4796:5: error: Common realloc mistake: 'array' nulled but not freed upon failure [memleakOnRealloc]
edje-1.2.0/src/lib/edje_var.c:96:28: style: The scope of the variable 'ret' can be reduced. [variableScope]
edje-1.2.0/src/lib/edje_var.c:62:30: style: Function '_edje_var_anim_cb' argument 1 names different: declaration 'data' definition '__UNUSED__'. [funcArgNamesDifferent]
edje-1.2.0/src/lib/edje_var.c:4:42: note: Function '_edje_var_anim_cb' argument 1 names different: declaration 'data' definition '__UNUSED__'.
edje-1.2.0/src/lib/edje_var.c:62:30: note: Function '_edje_var_anim_cb' argument 1 names different: declaration 'data' definition '__UNUSED__'.
edje-1.2.0/src/lib/edje_var.c:290:32: style: Function '_edje_var_var_int_get' argument 1 names different: declaration 'ed' definition '__UNUSED__'. [funcArgNamesDifferent]
edje-1.2.0/src/lib/edje_private.h:1746:52: note: Function '_edje_var_var_int_get' argument 1 names different: declaration 'ed' definition '__UNUSED__'.
edje-1.2.0/src/lib/edje_var.c:290:32: note: Function '_edje_var_var_int_get' argument 1 names different: declaration 'ed' definition '__UNUSED__'.
edje-1.2.0/src/lib/edje_var.c:327:32: style: Function '_edje_var_var_int_set' argument 1 names different: declaration 'ed' definition '__UNUSED__'. [funcArgNamesDifferent]
edje-1.2.0/src/lib/edje_private.h:1747:52: note: Function '_edje_var_var_int_set' argument 1 names different: declaration 'ed' definition '__UNUSED__'.
edje-1.2.0/src/lib/edje_var.c:327:32: note: Function '_edje_var_var_int_set' argument 1 names different: declaration 'ed' definition '__UNUSED__'.
edje-1.2.0/src/lib/edje_var.c:359:34: style: Function '_edje_var_var_float_get' argument 1 names different: declaration 'ed' definition '__UNUSED__'. [funcArgNamesDifferent]
edje-1.2.0/src/lib/edje_private.h:1748:52: note: Function '_edje_var_var_float_get' argument 1 names different: declaration 'ed' definition '__UNUSED__'.
edje-1.2.0/src/lib/edje_var.c:359:34: note: Function '_edje_var_var_float_get' argument 1 names different: declaration 'ed' definition '__UNUSED__'.
edje-1.2.0/src/lib/edje_var.c:396:34: style: Function '_edje_var_var_float_set' argument 1 names different: declaration 'ed' definition '__UNUSED__'. [funcArgNamesDifferent]
edje-1.2.0/src/lib/edje_private.h:1749:52: note: Function '_edje_var_var_float_set' argument 1 names different: declaration 'ed' definition '__UNUSED__'.
edje-1.2.0/src/lib/edje_var.c:396:34: note: Function '_edje_var_var_float_set' argument 1 names different: declaration 'ed' definition '__UNUSED__'.
edje-1.2.0/src/lib/edje_var.c:429:32: style: Function '_edje_var_var_str_get' argument 1 names different: declaration 'ed' definition '__UNUSED__'. [funcArgNamesDifferent]
edje-1.2.0/src/lib/edje_private.h:1750:52: note: Function '_edje_var_var_str_get' argument 1 names different: declaration 'ed' definition '__UNUSED__'.
edje-1.2.0/src/lib/edje_var.c:429:32: note: Function '_edje_var_var_str_get' argument 1 names different: declaration 'ed' definition '__UNUSED__'.
edje-1.2.0/src/lib/edje_var.c:465:32: style: Function '_edje_var_var_str_set' argument 1 names different: declaration 'ed' definition '__UNUSED__'. [funcArgNamesDifferent]
edje-1.2.0/src/lib/edje_private.h:1751:52: note: Function '_edje_var_var_str_set' argument 1 names different: declaration 'ed' definition '__UNUSED__'.
edje-1.2.0/src/lib/edje_var.c:465:32: note: Function '_edje_var_var_str_set' argument 1 names different: declaration 'ed' definition '__UNUSED__'.
edje-1.2.0/src/modules/alsa_snd_player/alsa_snd_player.c:287:14: style: The scope of the variable 'd' can be reduced. [variableScope]
edje-1.2.0/src/modules/alsa_snd_player/alsa_snd_player.c:327:19: style: Variable 'nn' is assigned a value that is never used. [unreadVariable]
edje-1.2.0/src/modules/eet_snd_reader/eet_snd_reader.c:256:9: style: Condition 'interp' is always true [knownConditionTrueFalse]
edje-1.2.0/src/modules/eet_snd_reader/eet_snd_reader.c:248:17: note: Assignment 'interp=1', assigned value is 1
edje-1.2.0/src/modules/eet_snd_reader/eet_snd_reader.c:256:9: note: Condition 'interp' is always true
edje-1.2.0/src/modules/eet_snd_reader/eet_snd_reader.c:382:17: style: Variable 'remaining' is assigned a value that is never used. [unreadVariable]
[17:19]

ftp://ftp.se.debian.org/debian/pool/main/e/edk2/edk2_0~20180803.dd4cae4d.orig.tar.xz
Checking edk2-0~20180803.dd4cae4d/BaseTools/Source/C/Common/EfiCompress.c: __GCC__=1;__GCC__=1...

edk2-0~20180803.dd4cae4d/AppPkg/Applications/Enquire/Enquire.c:1858:15: style: Condition '((int)c)<0' is always true [knownConditionTrueFalse]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Enquire/Enquire.c:1857:6: note: Assignment 'c=(char)(-1)', assigned value is -1
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Enquire/Enquire.c:1858:15: note: Condition '((int)c)<0' is always true
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Enquire/Enquire.c:1878:8: style: Condition 'c<char_min' is always true [knownConditionTrueFalse]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Enquire/Enquire.c:1876:5: note: Assignment 'c=0', assigned value is 0
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Enquire/Enquire.c:1877:3: note: c is decremented', new value is -1
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Enquire/Enquire.c:1878:8: note: Condition 'c<char_min' is always true
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Enquire/Enquire.c:3201:9: style: Condition '!trapped' is always true [knownConditionTrueFalse]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Enquire/Enquire.c:3198:14: note: Assignment 'trapped=0', assigned value is 0
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Enquire/Enquire.c:3201:9: note: Condition '!trapped' is always true
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Enquire/Enquire.c:2718:7: warning: %Lf in format string (no. 2) requires 'long double' but the argument type is 'double'. [invalidPrintfArgType_float]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Enquire/Enquire.c:2720:16: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Enquire/Enquire.c:2724:16: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Enquire/Enquire.c:2013:18: style: Same expression on both sides of '>' because the value of 'sizeof(int*)' and 'sizeof(int)' are the same. [duplicateExpression]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Enquire/Enquire.c:2017:23: style: Same expression on both sides of '>' because the value of 'sizeof(int*)' and 'sizeof(int)' are the same. [duplicateExpression]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Enquire/Enquire.c:2081:24: style: Same expression on both sides of '=='. [duplicateExpression]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Enquire/Enquire.c:1068:7: style: The scope of the variable 'dprec' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Enquire/Enquire.c:1068:14: style: The scope of the variable 'fprec' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Enquire/Enquire.c:1068:21: style: The scope of the variable 'lprec' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Enquire/Enquire.c:1070:12: style: The scope of the variable 's' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Enquire/Enquire.c:1398:8: style: The scope of the variable 'c' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Enquire/Enquire.c:1435:25: style: The scope of the variable 'c' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Enquire/Enquire.c:2780:5: style: The scope of the variable 'iz' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Enquire/Enquire.c:2781:5: style: The scope of the variable 'mantbits' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Enquire/Enquire.c:2782:5: style: The scope of the variable 'hidden' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Enquire/Enquire.c:3283:22: style: The scope of the variable 'b' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Enquire/Enquire.c:3284:19: style: The scope of the variable 'd' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Enquire/Enquire.c:3284:22: style: The scope of the variable 'oldd' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Enquire/Enquire.c:3284:28: style: The scope of the variable 'dbase' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Enquire/Enquire.c:3284:35: style: The scope of the variable 'one' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Enquire/Enquire.c:3284:40: style: The scope of the variable 'zero' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Enquire/Enquire.c:1540:7: style: Checking if unsigned variable 'false()?ui:-1' is less than zero. [unsignedLessThanZero]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Enquire/Enquire.c:1557:7: style: Checking if unsigned variable 'false()?ul:-1' is less than zero. [unsignedLessThanZero]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Enquire/Enquire.c:2020:3: style: Checking if unsigned variable 'false()?(sizeof(0)):-1' is less than zero. [unsignedLessThanZero]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Enquire/Enquire.c:2020:3: warning: Calling 'sizeof' on 'sizeof'. [sizeofsizeof]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Enquire/Enquire.c:1564:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Enquire/Enquire.c:2087:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Enquire/Enquire.c:2020:3: warning: Suspicious usage of 'sizeof' with a numeric constant as parameter. [sizeofwithnumericparameter]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Enquire/Enquire.c:984:0: style: Variable 'zzzzzzzzz1zzzzzzzzz2zzzzzzzzz3zz' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Enquire/Enquire.c:985:0: style: Variable 'zzzzzzzzz1zzzzzz' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Enquire/Enquire.c:986:0: style: Variable 'zzzzzzzz' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Enquire/Enquire.c:987:0: style: Variable 'zzzzzzz' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Enquire/Enquire.c:988:0: style: Variable 'zzzzzz' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Enquire/Enquire.c:1406:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/lauxlib.c:598:7: style: The scope of the variable 'c' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/lcode.c:227:48: style: Function 'luaK_codeABC' argument 3 names different: declaration 'A' definition 'a'. [funcArgNamesDifferent]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/lcode.h:48:58: note: Function 'luaK_codeABC' argument 3 names different: declaration 'A' definition 'a'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/lcode.c:227:48: note: Function 'luaK_codeABC' argument 3 names different: declaration 'A' definition 'a'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/lcode.c:227:55: style: Function 'luaK_codeABC' argument 4 names different: declaration 'B' definition 'b'. [funcArgNamesDifferent]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/lcode.h:48:65: note: Function 'luaK_codeABC' argument 4 names different: declaration 'B' definition 'b'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/lcode.c:227:55: note: Function 'luaK_codeABC' argument 4 names different: declaration 'B' definition 'b'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/lcode.c:227:62: style: Function 'luaK_codeABC' argument 5 names different: declaration 'C' definition 'c'. [funcArgNamesDifferent]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/lcode.h:48:72: note: Function 'luaK_codeABC' argument 5 names different: declaration 'C' definition 'c'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/lcode.c:227:62: note: Function 'luaK_codeABC' argument 5 names different: declaration 'C' definition 'c'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/lcode.c:236:48: style: Function 'luaK_codeABx' argument 3 names different: declaration 'A' definition 'a'. [funcArgNamesDifferent]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/lcode.h:47:58: note: Function 'luaK_codeABx' argument 3 names different: declaration 'A' definition 'a'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/lcode.c:236:48: note: Function 'luaK_codeABx' argument 3 names different: declaration 'A' definition 'a'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/lcode.c:236:64: style: Function 'luaK_codeABx' argument 4 names different: declaration 'Bx' definition 'bc'. [funcArgNamesDifferent]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/lcode.h:47:74: note: Function 'luaK_codeABx' argument 4 names different: declaration 'Bx' definition 'bc'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/lcode.c:236:64: note: Function 'luaK_codeABx' argument 4 names different: declaration 'Bx' definition 'bc'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/lcode.c:558:59: style: Function 'luaK_storevar' argument 3 names different: declaration 'e' definition 'ex'. [funcArgNamesDifferent]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/lcode.h:66:69: note: Function 'luaK_storevar' argument 3 names different: declaration 'e' definition 'ex'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/lcode.c:558:59: note: Function 'luaK_storevar' argument 3 names different: declaration 'e' definition 'ex'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/lcode.c:762:53: style: Function 'luaK_prefix' argument 3 names different: declaration 'v' definition 'e'. [funcArgNamesDifferent]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/lcode.h:76:63: note: Function 'luaK_prefix' argument 3 names different: declaration 'v' definition 'e'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/lcode.c:762:53: note: Function 'luaK_prefix' argument 3 names different: declaration 'v' definition 'e'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/lcode.c:814:28: style: Function 'luaK_posfix' argument 3 names different: declaration 'v1' definition 'e1'. [funcArgNamesDifferent]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/lcode.h:78:64: note: Function 'luaK_posfix' argument 3 names different: declaration 'v1' definition 'e1'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/lcode.c:814:28: note: Function 'luaK_posfix' argument 3 names different: declaration 'v1' definition 'e1'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/lcode.c:814:41: style: Function 'luaK_posfix' argument 4 names different: declaration 'v2' definition 'e2'. [funcArgNamesDifferent]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/lcode.h:79:38: note: Function 'luaK_posfix' argument 4 names different: declaration 'v2' definition 'e2'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/lcode.c:814:41: note: Function 'luaK_posfix' argument 4 names different: declaration 'v2' definition 'e2'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/ldblib.c:166:15: style: The scope of the variable 'name' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/ldebug.c:513:68: style: Function 'luaG_typeerror' argument 3 names different: declaration 'opname' definition 'op'. [funcArgNamesDifferent]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/ldebug.h:25:61: note: Function 'luaG_typeerror' argument 3 names different: declaration 'opname' definition 'op'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/ldebug.c:513:68: note: Function 'luaG_typeerror' argument 3 names different: declaration 'opname' definition 'op'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/ldo.c:596:27: style: Function 'luaD_pcall' argument 4 names different: declaration 'oldtop' definition 'old_top'. [funcArgNamesDifferent]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/ldo.h:36:51: note: Function 'luaD_pcall' argument 4 names different: declaration 'oldtop' definition 'old_top'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/ldo.c:596:27: note: Function 'luaD_pcall' argument 4 names different: declaration 'oldtop' definition 'old_top'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/ldo.c:130:3: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/lfunc.c:23:46: style: Function 'luaF_newCclosure' argument 2 names different: declaration 'nelems' definition 'n'. [funcArgNamesDifferent]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/lfunc.h:22:56: note: Function 'luaF_newCclosure' argument 2 names different: declaration 'nelems' definition 'n'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/lfunc.c:23:46: note: Function 'luaF_newCclosure' argument 2 names different: declaration 'nelems' definition 'n'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/lfunc.c:30:46: style: Function 'luaF_newLclosure' argument 2 names different: declaration 'nelems' definition 'n'. [funcArgNamesDifferent]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/lfunc.h:23:56: note: Function 'luaF_newLclosure' argument 2 names different: declaration 'nelems' definition 'n'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/lfunc.c:30:46: note: Function 'luaF_newLclosure' argument 2 names different: declaration 'nelems' definition 'n'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/lfunc.c:150:45: style: Function 'luaF_getlocalname' argument 1 names different: declaration 'func' definition 'f'. [funcArgNamesDifferent]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/lfunc.h:29:55: note: Function 'luaF_getlocalname' argument 1 names different: declaration 'func' definition 'f'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/lfunc.c:150:45: note: Function 'luaF_getlocalname' argument 1 names different: declaration 'func' definition 'f'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/llex.c:114:53: style: Function 'luaX_syntaxerror' argument 2 names different: declaration 's' definition 'msg'. [funcArgNamesDifferent]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/llex.h:74:63: note: Function 'luaX_syntaxerror' argument 2 names different: declaration 's' definition 'msg'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/llex.c:114:53: note: Function 'luaX_syntaxerror' argument 2 names different: declaration 's' definition 'msg'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/lmem.c:46:67: style: Function 'luaM_growaux_' argument 4 names different: declaration 'size_elem' definition 'size_elems'. [funcArgNamesDifferent]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/lmem.h:53:39: note: Function 'luaM_growaux_' argument 4 names different: declaration 'size_elem' definition 'size_elems'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/lmem.c:46:67: note: Function 'luaM_growaux_' argument 4 names different: declaration 'size_elem' definition 'size_elems'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/lmem.c:75:56: style: Function 'luaM_realloc_' argument 3 names different: declaration 'oldsize' definition 'osize'. [funcArgNamesDifferent]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/lmem.h:50:66: note: Function 'luaM_realloc_' argument 3 names different: declaration 'oldsize' definition 'osize'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/lmem.c:75:56: note: Function 'luaM_realloc_' argument 3 names different: declaration 'oldsize' definition 'osize'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/lmem.c:75:70: style: Function 'luaM_realloc_' argument 4 names different: declaration 'size' definition 'nsize'. [funcArgNamesDifferent]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/lmem.h:51:66: note: Function 'luaM_realloc_' argument 4 names different: declaration 'size' definition 'nsize'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/lmem.c:75:70: note: Function 'luaM_realloc_' argument 4 names different: declaration 'size' definition 'nsize'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/lobject.c:252:58: style: Function 'luaO_chunkid' argument 3 names different: declaration 'len' definition 'bufflen'. [funcArgNamesDifferent]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/lobject.h:603:68: note: Function 'luaO_chunkid' argument 3 names different: declaration 'len' definition 'bufflen'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/lobject.c:252:58: note: Function 'luaO_chunkid' argument 3 names different: declaration 'len' definition 'bufflen'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/lvm.c:95:22: warning: Possible null pointer dereference: L [nullPointer]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/lvm.c:194:7: note: Calling function 'luaV_equalobj_', 1st argument 'L' value is 0
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/lvm.c:288:10: note: Calling function 'callTM', 1st argument 'L' value is 0
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/lvm.c:95:22: note: Null pointer dereference
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/lvm.c:96:11: warning: Possible null pointer dereference: L [nullPointer]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/lvm.c:194:7: note: Calling function 'luaV_equalobj_', 1st argument 'L' value is 0
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/lvm.c:288:10: note: Calling function 'callTM', 1st argument 'L' value is 0
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/lvm.c:96:11: note: Null pointer dereference
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/lvm.c:97:11: warning: Possible null pointer dereference: L [nullPointer]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/lvm.c:194:7: note: Calling function 'luaV_equalobj_', 1st argument 'L' value is 0
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/lvm.c:288:10: note: Calling function 'callTM', 1st argument 'L' value is 0
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/lvm.c:97:11: note: Null pointer dereference
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/lvm.c:98:11: warning: Possible null pointer dereference: L [nullPointer]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/lvm.c:194:7: note: Calling function 'luaV_equalobj_', 1st argument 'L' value is 0
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/lvm.c:288:10: note: Calling function 'callTM', 1st argument 'L' value is 0
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/lvm.c:98:11: note: Null pointer dereference
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/lvm.c:102:16: warning: Possible null pointer dereference: L [nullPointer]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/lvm.c:194:7: note: Calling function 'luaV_equalobj_', 1st argument 'L' value is 0
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/lvm.c:288:10: note: Calling function 'callTM', 1st argument 'L' value is 0
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/lvm.c:102:16: note: Null pointer dereference
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/lvm.c:288:25: warning: Possible null pointer dereference: L [nullPointer]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/lvm.c:194:7: note: Calling function 'luaV_equalobj_', 1st argument 'L' value is 0
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/lvm.c:288:25: note: Null pointer dereference
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/lvm.c:289:11: warning: Possible null pointer dereference: L [nullPointer]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/lvm.c:194:7: note: Calling function 'luaV_equalobj_', 1st argument 'L' value is 0
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Lua/src/lvm.c:289:11: note: Null pointer dereference
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Efi/edk2module.c:6723:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Efi/edk2module.c:960:21: style: The scope of the variable 'arg_is_unicode' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Efi/edk2module.c:5762:16: style: The scope of the variable 'mid' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Efi/edk2module.c:5764:13: style: The scope of the variable 'cmp' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Efi/edk2module.c:230:11: style: Unused variable: res [unusedVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Efi/edk2module.c:250:9: style: Unused variable: res [unusedVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Efi/edk2module.c:270:9: style: Unused variable: res [unusedVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Efi/edk2module.c:568:9: style: Unused variable: res [unusedVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Efi/edk2module.c:606:9: style: Unused variable: res [unusedVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Efi/edk2module.c:613:5: style: Variable 'PyMem_Free' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Efi/edk2module.c:649:9: style: Unused variable: res [unusedVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Efi/edk2module.c:1125:9: style: Unused variable: res [unusedVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Efi/edk2module.c:1319:9: style: Variable 'res' is not assigned a value. [unassignedVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Efi/edk2module.c:1346:15: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Efi/edk2module.c:1376:15: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Efi/edk2module.c:4777:9: style: Unused variable: fd [unusedVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Efi/edk2module.c:4801:13: style: Unused variable: res [unusedVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Efi/edk2module.c:4831:5: style: Unused variable: Py_RETURN_NONE [unusedVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Efi/edk2module.c:4863:18: style: Unused variable: res [unusedVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Efi/edk2module.c:4886:16: style: Unused variable: res [unusedVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Efi/edk2module.c:4931:19: style: Unused variable: n [unusedVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Efi/edk2module.c:4968:16: style: Unused variable: size [unusedVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Efi/edk2module.c:4979:5: style: Variable 'PyBuffer_Release' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Efi/edk2module.c:4995:9: style: Unused variable: res [unusedVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Efi/edk2module.c:5021:11: style: Unused variable: fp [unusedVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Efi/edk2module.c:5059:5: style: Variable 'PyMem_FREE' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Efi/edk2module.c:1380:9: error: Uninitialized variable: res [uninitvar]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Efi/getpath.c:385:13: style: The scope of the variable 'VolLen' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Efi/getpath.c:464:17: style: The scope of the variable 'delimiter' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Efi/getpath.c:465:17: style: The scope of the variable 'separator' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Efi/getpath.c:314:13: style: Variable 'bnlen' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/PyMod-2.7.2/Modules/_sre.c:3482:15: style: The scope of the variable 'item' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/PyMod-2.7.2/Modules/_sre.c:3664:11: style: The scope of the variable 'base' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/PyMod-2.7.2/Modules/_sre.c:3665:9: style: The scope of the variable 'n' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/PyMod-2.7.2/Modules/_sre.c:2329:13: error: Uninitialized variable: literal [uninitvar]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/PyMod-2.7.2/Modules/expat/xmlparse.c:81:0: error: #error memmove does not exist on this platform, nor is a substitute available [preprocessorErrorDirective]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/PyMod-2.7.2/Modules/selectmodule.c:97:5: style: Variable 'fast_seq' is reassigned a value before the old one has been used. [redundantAssignment]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/PyMod-2.7.2/Modules/selectmodule.c:91:0: note: Variable 'fast_seq' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/PyMod-2.7.2/Modules/selectmodule.c:97:5: note: Variable 'fast_seq' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/PyMod-2.7.2/Objects/longobject.c:3340:45: style: Same value in both branches of ternary operator. [duplicateValueTernary]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/PyMod-2.7.2/Objects/longobject.c:410:22: style: The scope of the variable 'prev' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/PyMod-2.7.2/Objects/longobject.c:1856:21: style: The scope of the variable 'pzstop' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/PyMod-2.7.2/Objects/longobject.c:475:16: warning: Suspicious code: sign conversion of sign in calculation, even though sign can have a negative value [signConversion]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/PyMod-2.7.2/Objects/longobject.c:2419:13: warning: Suspicious code: sign conversion of sign in calculation, even though sign can have a negative value [signConversion]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/PyMod-2.7.2/Python/import.c:423:19: style: The scope of the variable 'v' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/PyMod-2.7.2/Python/import.c:2218:25: style: The scope of the variable 'modname' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/PyMod-2.7.2/Python/import.c:2218:35: style: The scope of the variable 'modpath' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/PyMod-2.7.2/Python/import.c:2557:39: style: Function 'import_submodule' argument 2 names different: declaration 'name' definition 'subname'. [funcArgNamesDifferent]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/PyMod-2.7.2/Python/import.c:2113:57: note: Function 'import_submodule' argument 2 names different: declaration 'name' definition 'subname'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/PyMod-2.7.2/Python/import.c:2557:39: note: Function 'import_submodule' argument 2 names different: declaration 'name' definition 'subname'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/PyMod-2.7.2/Python/marshal.c:1022:13: style: Variable 'code' is reassigned a value before the old one has been used. [redundantAssignment]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/PyMod-2.7.2/Python/marshal.c:1004:0: note: Variable 'code' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/PyMod-2.7.2/Python/marshal.c:1022:13: note: Variable 'code' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/_bisectmodule.c:11:15: style: The scope of the variable 'litem' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/_bisectmodule.c:77:29: style: The scope of the variable 'result' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/_bisectmodule.c:117:15: style: The scope of the variable 'litem' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/_bisectmodule.c:182:29: style: The scope of the variable 'result' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/_collectionsmodule.c:570:15: style: The scope of the variable 'item' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/_collectionsmodule.c:572:9: style: The scope of the variable 'cmp' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/_collectionsmodule.c:647:15: style: The scope of the variable 'item' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/_collectionsmodule.c:894:9: style: Variable 'fputs' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/_collectionsmodule.c:910:16: style: Variable 'emit' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/_collectionsmodule.c:1510:9: style: Unused variable: sts [unusedVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/_collectionsmodule.c:1512:5: style: Variable 'fprintf' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/_collectionsmodule.c:1516:9: style: Variable 'fprintf' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/_collectionsmodule.c:1522:5: style: Variable 'fprintf' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/_collectionsmodule.c:1524:11: style: Variable 'sts' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/_collectionsmodule.c:1526:5: style: Variable 'fprintf' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/_csv.c:1014:13: style: The scope of the variable 'want_escape' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/_csv.c:1236:36: style: The scope of the variable 'result' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/_functoolsmodule.c:380:11: style: The scope of the variable 'name' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/_heapqmodule.c:38:25: style: The scope of the variable 'parent' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/_heapqmodule.c:40:9: style: The scope of the variable 'cmp' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/_heapqmodule.c:78:15: style: The scope of the variable 'tmp1' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/_heapqmodule.c:78:22: style: The scope of the variable 'tmp2' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/_heapqmodule.c:376:25: style: The scope of the variable 'parent' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/_heapqmodule.c:377:9: style: The scope of the variable 'cmp' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/_heapqmodule.c:415:25: style: The scope of the variable 'tmp' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/bytesio.c:592:15: style: The scope of the variable 'ret' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/fileio.c:543:49: style: Checking if unsigned variable 'newsize' is less than zero. [unsignedLessThanZero]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/fileio.c:478:0: style: Variable 'errno' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/fileio.c:633:0: style: Variable 'errno' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/fileio.c:675:0: style: Variable 'errno' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/fileio.c:744:15: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/fileio.c:938:10: style: Unused variable: res [unusedVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/fileio.c:749:9: error: Uninitialized variable: res [uninitvar]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/iobase.c:639:30: style: The scope of the variable 'res' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/textio.c:260:47: style: Function '_PyIncrementalNewlineDecoder_decode' argument 1 names different: declaration 'self' definition '_self'. [funcArgNamesDifferent]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/_iomodule.h:46:15: note: Function '_PyIncrementalNewlineDecoder_decode' argument 1 names different: declaration 'self' definition '_self'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/textio.c:260:47: note: Function '_PyIncrementalNewlineDecoder_decode' argument 1 names different: declaration 'self' definition '_self'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/_math.c:52:21: style: Same expression on both sides of '/'. [duplicateExpression]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/_math.c:185:16: style: Expression 'exp(x) - 1' can be replaced by 'expm1(x)' to avoid loss of precision. [unpreciseMathCall]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/_math.c:251:16: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/_randommodule.c:98:26: style: The scope of the variable 'mag01' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/_randommodule.c:342:19: style: The scope of the variable 'element' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/_randommodule.c:400:13: style: The scope of the variable 'j' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/_randommodule.c:401:15: style: The scope of the variable 'iobj' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/_randommodule.c:402:15: style: The scope of the variable 'remobj' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/_randommodule.c:403:24: style: The scope of the variable 'tmp' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/_randommodule.c:457:19: style: The scope of the variable 'r' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/_struct.c:463:12: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/_struct.c:471:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/_struct.c:658:15: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/_struct.c:671:15: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/_struct.c:111:9: style: The scope of the variable 'converted' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/_struct.c:1202:16: style: The scope of the variable 'extra' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/_struct.c:2045:28: style: The scope of the variable 'ptr' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/arraymodule.c:1071:5: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/arraymodule.c:1070:0: note: Variable 'retval' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/arraymodule.c:1071:5: note: Variable 'retval' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/arraymodule.c:868:19: style: The scope of the variable 'p' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/arraymodule.c:1163:20: style: The scope of the variable 'p' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/arraymodule.c:1163:24: style: The scope of the variable 'q' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/binascii.c:1328:25: style: Redundant condition: !quotetabs. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/binascii.c:1401:25: style: Redundant condition: !quotetabs. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/binascii.c:340:19: style: The scope of the variable 'c' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/binascii.c:340:22: style: The scope of the variable 'b64val' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/binascii.c:365:19: style: The scope of the variable 'this_ch' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/binascii.c:537:19: style: The scope of the variable 'this_ch' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/binascii.c:620:19: style: The scope of the variable 'ch' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/cPickle.c:3126:18: style: The scope of the variable 'kwlist' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/cPickle.c:3437:19: style: The scope of the variable 'c' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/cPickle.c:3847:22: style: The scope of the variable 'key' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/cPickle.c:3847:28: style: The scope of the variable 'value' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/cPickle.c:3944:53: style: The scope of the variable 'class_name' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/cPickle.c:4030:45: style: The scope of the variable 'class_name' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/cPickle.c:4422:15: style: The scope of the variable 'value' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/cPickle.c:4422:38: style: The scope of the variable 'append_method' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/cPickle.c:4492:15: style: The scope of the variable 'value' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/cPickle.c:4492:27: style: The scope of the variable 'key' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/cPickle.c:428:12: style: Unused variable: nbyteswritten [unusedVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/cPickle.c:438:5: style: Variable 'PyFile_DecUseCount' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/cPickle.c:528:12: style: Unused variable: nbytesread [unusedVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/cPickle.c:555:5: style: Variable 'PyFile_DecUseCount' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/_codecs_iso2022.c:593:12: style: The scope of the variable 'coded' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/_codecs_iso2022.c:631:12: style: The scope of the variable 'coded' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/_codecs_iso2022.c:670:12: style: The scope of the variable 'coded' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/_codecs_iso2022.c:977:12: style: The scope of the variable 'coded' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/_codecs_kr.c:276:35: style: The scope of the variable 't2' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/_codecs_kr.c:277:28: style: The scope of the variable 't1' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/multibytecodec.c:1586:15: style: The scope of the variable 'strobj' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/multibytecodec.c:1587:12: style: The scope of the variable 'r' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/cmathmodule.c:12:0: error: #error "Modules/cmathmodule.c expects FLT_RADIX to be 2 or 16" [preprocessorErrorDirective]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/datetimemodule.c:30:0: error: #error "datetime.c requires that C int have at least 32 bits" [preprocessorErrorDirective]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/xmlparse.c:83:0: error: #error memmove does not exist on this platform, nor is a substitute available [preprocessorErrorDirective]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/xmltok.c:953:9: style: Same expression on both sides of '==' because the value of 'p' and 'buf' are the same. [duplicateExpression]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/xmltok.c:951:13: note: 'p' is assigned value 'buf' here.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/xmltok.c:953:9: note: Same expression on both sides of '==' because the value of 'p' and 'buf' are the same.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/xmltok.c:1193:19: style: Function 'XmlUtf8Encode' argument 1 names different: declaration 'charNumber' definition 'c'. [funcArgNamesDifferent]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/xmltok.h:280:32: note: Function 'XmlUtf8Encode' argument 1 names different: declaration 'charNumber' definition 'c'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/xmltok.c:1193:19: note: Function 'XmlUtf8Encode' argument 1 names different: declaration 'charNumber' definition 'c'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/xmltok.c:1230:20: style: Function 'XmlUtf16Encode' argument 1 names different: declaration 'charNumber' definition 'charNum'. [funcArgNamesDifferent]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/xmltok.h:281:33: note: Function 'XmlUtf16Encode' argument 1 names different: declaration 'charNumber' definition 'charNum'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/xmltok.c:1230:20: note: Function 'XmlUtf16Encode' argument 1 names different: declaration 'charNumber' definition 'charNum'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/xmltok_ns.c:98:34: style: Function 'XmlParseXmlDecl' argument 8 names different: declaration 'encodingNamePtr' definition 'encodingName'. [funcArgNamesDifferent]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/xmltok.h:273:34: note: Function 'XmlParseXmlDecl' argument 8 names different: declaration 'encodingNamePtr' definition 'encodingName'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/xmltok_ns.c:98:34: note: Function 'XmlParseXmlDecl' argument 8 names different: declaration 'encodingNamePtr' definition 'encodingName'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/xmltok_ns.c:99:38: style: Function 'XmlParseXmlDecl' argument 9 names different: declaration 'namedEncodingPtr' definition 'encoding'. [funcArgNamesDifferent]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/xmltok.h:274:38: note: Function 'XmlParseXmlDecl' argument 9 names different: declaration 'namedEncodingPtr' definition 'encoding'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/xmltok_ns.c:99:38: note: Function 'XmlParseXmlDecl' argument 9 names different: declaration 'namedEncodingPtr' definition 'encoding'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/xmltok_ns.c:100:26: style: Function 'XmlParseXmlDecl' argument 10 names different: declaration 'standalonePtr' definition 'standalone'. [funcArgNamesDifferent]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/xmltok.h:275:26: note: Function 'XmlParseXmlDecl' argument 10 names different: declaration 'standalonePtr' definition 'standalone'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/xmltok_ns.c:100:26: note: Function 'XmlParseXmlDecl' argument 10 names different: declaration 'standalonePtr' definition 'standalone'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/xmltok.c:1396:11: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 1394. [shiftTooManyBitsSigned]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/xmltok.c:1394:13: note: Assuming that condition 'c>65535' is not redundant
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/xmltok.c:1396:11: note: Shift
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/xmltok.c:1398:16: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 1394. [shiftTooManyBitsSigned]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/xmltok.c:1394:13: note: Assuming that condition 'c>65535' is not redundant
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/xmltok.c:1398:16: note: Shift
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/future_builtins.c:84:31: style: The scope of the variable 'iter_func' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/gcmodule.c:1231:15: style: The scope of the variable 'obj' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/getbuildinfo.c:64:23: style: Condition 'svnversion[0]!='$'' is always false [knownConditionTrueFalse]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/itertoolsmodule.c:539:5: style: Variable 'it' is reassigned a value before the old one has been used. [redundantAssignment]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/itertoolsmodule.c:537:0: note: Variable 'it' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/itertoolsmodule.c:539:5: note: Variable 'it' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/itertoolsmodule.c:491:23: style: The scope of the variable 'link' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/itertoolsmodule.c:760:15: style: The scope of the variable 'item' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/itertoolsmodule.c:762:15: style: The scope of the variable 'tmp' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/itertoolsmodule.c:905:15: style: The scope of the variable 'item' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/itertoolsmodule.c:905:22: style: The scope of the variable 'good' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/itertoolsmodule.c:907:10: style: The scope of the variable 'ok' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/itertoolsmodule.c:1473:15: style: The scope of the variable 'it' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/itertoolsmodule.c:1560:15: style: The scope of the variable 'val' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/itertoolsmodule.c:2872:15: style: The scope of the variable 'datum' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/itertoolsmodule.c:2872:23: style: The scope of the variable 'selector' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/itertoolsmodule.c:2875:9: style: The scope of the variable 'ok' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/itertoolsmodule.c:3017:15: style: The scope of the variable 'item' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/itertoolsmodule.c:3162:15: style: The scope of the variable 'item' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/itertoolsmodule.c:3590:15: style: The scope of the variable 'olditem' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/itertoolsmodule.c:3936:15: style: The scope of the variable 'olditem' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/itertoolsmodule.c:4099:11: style: The scope of the variable 'name' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/mathmodule.c:461:45: style: The scope of the variable 'b' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/mathmodule.c:493:18: style: The scope of the variable 'cf' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/mathmodule.c:511:18: style: The scope of the variable 'cf' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/mathmodule.c:1440:9: style: The scope of the variable 'odd_y' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/md5.c:331:16: style: Checking if unsigned variable 'nbytes' is less than zero. [unsignedLessThanZero]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/parsermodule.c:446:19: style: The scope of the variable 'arena' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/parsermodule.c:741:10: style: The scope of the variable 'err' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/parsermodule.c:1634:9: style: The scope of the variable 'j' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/parsermodule.c:2479:9: style: The scope of the variable 'pos' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/parsermodule.c:3103:11: style: The scope of the variable 'nch' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/pyexpat.c:967:5: style: Variable 'readmethod' is reassigned a value before the old one has been used. [redundantAssignment]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/pyexpat.c:965:0: note: Variable 'readmethod' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/pyexpat.c:967:5: note: Variable 'readmethod' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/pyexpat.c:691:9: style: The scope of the variable 'i' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/pyexpat.c:1358:9: style: The scope of the variable 'i' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/pyexpat.c:1369:19: style: The scope of the variable 'temp' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/sha256module.c:269:9: style: The scope of the variable 'i' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/shamodule.c:241:18: style: The scope of the variable 'i' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/signalmodule.c:867:15: style: The scope of the variable 'func' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/socketmodule.c:3937:0: error: #error "Not sure if in_addr_t exists and int is not 32-bits." [preprocessorErrorDirective]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/stropmodule.c:828:10: style: The scope of the variable 'buffer' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/stropmodule.c:873:10: style: The scope of the variable 'buffer' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/timemodule.c:1052:5: style: Variable 'sleep' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/timemodule.c:574:9: style: Obsolete function 'asctime' called. It is recommended to use 'strftime' instead. [asctimeCalled]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/unicodedata.c:505:25: style: The scope of the variable 'cur' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/unicodedata.c:838:19: style: The scope of the variable 'ix' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/unicodedata.c:894:9: style: The scope of the variable 'word' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/unicodedata.c:895:20: style: The scope of the variable 'w' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/unicodedata.c:997:12: style: The scope of the variable 'len1' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/unicodedata.c:148:9: error: Uninitialized variable: rc [uninitvar]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/unicodedata.c:233:9: error: Uninitialized variable: rc [uninitvar]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/xxsubtype.c:238:28: style: The scope of the variable 'res' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/zipimport.c:1142:15: style: The scope of the variable 'toc_entry' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/adler32.c:71:14: style: The scope of the variable 'n' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/deflate.c:329:10: style: The scope of the variable 'str' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/deflate.c:329:15: style: The scope of the variable 'n' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/deflate.c:470:9: style: The scope of the variable 'put' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/deflate.c:572:12: style: The scope of the variable 'str' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/deflate.c:1154:21: style: The scope of the variable 'match' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/deflate.c:1395:14: style: The scope of the variable 'more' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/deflate.c:1572:9: style: The scope of the variable 'max_start' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/deflate.c:1632:10: style: The scope of the variable 'hash_head' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/deflate.c:1734:10: style: The scope of the variable 'hash_head' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/deflate.c:155:32: style: struct member 'static_tree_desc_s::dummy' is never used. [unusedStructMember]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/example.c:365:9: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/gzlib.c:367:14: style: The scope of the variable 'n' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/gzlib.c:368:15: style: The scope of the variable 'ret' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/gzlib.c:292:9: error: Memory leak: path [memleak]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/gzread.c:488:20: style: The scope of the variable 'n' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/gzread.c:490:20: style: The scope of the variable 'eol' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/gzwrite.c:18:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/gzwrite.c:138:14: style: The scope of the variable 'n' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/gzwrite.c:249:14: style: The scope of the variable 'have' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/inflate.c:1497:5: style: Variable 'state->sane' is reassigned a value before the old one has been used. [redundantAssignment]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/inflate.c:1493:5: note: Variable 'state->sane' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/inflate.c:1497:5: note: Variable 'state->sane' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/inflate.c:385:14: style: The scope of the variable 'dist' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/inflate.c:1297:19: style: The scope of the variable 'dictid' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/inflate.c:1382:19: style: The scope of the variable 'buf' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/inflate.c:1445:14: style: The scope of the variable 'wsize' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/inflate.c:1507:61: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/inflate.c:683:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/inftrees.c:50:14: style: The scope of the variable 'fill' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/minigzip.c:367:9: style: The scope of the variable 'len' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/minigzip.c:435:9: style: The scope of the variable 'len' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/trees.c:712:9: style: The scope of the variable 'curlen' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/trees.c:757:9: style: The scope of the variable 'curlen' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/trees.c:1065:14: style: The scope of the variable 'dist' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/trees.c:1066:9: style: The scope of the variable 'lc' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/trees.c:1067:14: style: The scope of the variable 'lx' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/trees.c:1068:14: style: The scope of the variable 'code' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/trees.c:1069:9: style: The scope of the variable 'extra' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/zutil.c:309:31: style: Same expression on both sides of '-'. [duplicateExpression]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/zutil.c:14:33: style: struct member 'internal_state::dummy' is never used. [unusedStructMember]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/abstract.c:488:18: style: The scope of the variable 'ptr' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/abstract.c:539:17: style: The scope of the variable 'ptr' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/abstract.c:590:11: style: The scope of the variable 'dptr' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/abstract.c:590:18: style: The scope of the variable 'sptr' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/abstract.c:2571:13: style: The scope of the variable 'va' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/abstract.c:2591:13: style: The scope of the variable 'va' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/abstract.c:2686:9: style: The scope of the variable 'i' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/abstract.c:2688:24: style: The scope of the variable 'tmp' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/abstract.c:120:47: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/abstract.c:761:62: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/abstract.c:813:62: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/abstract.c:838:66: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/abstract.c:2959:61: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/abstract.c:3037:64: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/abstract.c:2696:5: error: va_list 'countva' used before va_start() was called. [va_list_usedBeforeStarted]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/abstract.c:2700:32: error: va_list 'countva' used before va_start() was called. [va_list_usedBeforeStarted]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/boolobject.c:11:5: style: Variable 'fputs' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/bufferobject.c:271:9: style: The scope of the variable 'cmp' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/fastsearch.h:28:0: error: #error "LONG_BIT is smaller than 32" [preprocessorErrorDirective]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/classobject.c:2425:5: style: Variable 'funcname' is reassigned a value before the old one has been used. [redundantAssignment]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/classobject.c:2422:0: note: Variable 'funcname' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/classobject.c:2425:5: note: Variable 'funcname' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/classobject.c:80:19: style: The scope of the variable 'base' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/classobject.c:829:35: style: The scope of the variable 'tmp' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/classobject.c:966:32: style: The scope of the variable 'eqstr' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/classobject.c:966:40: style: The scope of the variable 'cmpstr' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/classobject.c:1268:22: style: The scope of the variable 'setslicestr' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/classobject.c:1268:36: style: The scope of the variable 'delslicestr' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/cobject.c:101:19: style: The scope of the variable 'c' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/codeobject.c:185:15: style: The scope of the variable 'item' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/complexobject.c:693:19: style: The scope of the variable 'r' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/complexobject.c:444:5: style: Variable 'fputs' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/complexobject.c:446:5: style: Variable 'Py_DECREF' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/dictobject.c:231:19: style: The scope of the variable 'op' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/dictobject.c:484:15: style: The scope of the variable 'value' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/dictobject.c:513:15: style: The scope of the variable 'old_value' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/dictobject.c:1183:33: style: The scope of the variable 'res' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/dictobject.c:1554:18: style: The scope of the variable 'entry' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/enumobject.c:295:15: style: The scope of the variable 'item' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/exceptions.c:770:28: style: The scope of the variable 'tmp' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/fileobject.c:2411:9: style: Condition '!wideargument' is always true [knownConditionTrueFalse]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/fileobject.c:2383:24: note: Assignment 'wideargument=0', assigned value is 0
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/fileobject.c:2411:9: note: Condition '!wideargument' is always true
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/fileobject.c:458:13: style: Variable 'f->f_setbuf' is reassigned a value before the old one has been used. [redundantAssignment]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/fileobject.c:453:13: note: Variable 'f->f_setbuf' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/fileobject.c:458:13: note: Variable 'f->f_setbuf' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/fileobject.c:423:9: style: The scope of the variable 'sts' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/fileobject.c:424:11: style: The scope of the variable 'local_close' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/fileobject.c:2281:11: style: The scope of the variable 'buf' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/fileobject.c:2734:9: style: The scope of the variable 'univ_newline' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/fileobject.c:455:0: style: Variable 'errno' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/fileobject.c:795:0: style: Variable 'errno' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/fileobject.c:931:0: style: Variable 'errno' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/fileobject.c:972:0: style: Variable 'errno' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/fileobject.c:991:11: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/fileobject.c:2254:0: style: Variable 'errno' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/fileobject.c:2637:9: style: Variable 'fputs' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/fileobject.c:1862:17: error: Uninitialized variable: err [uninitvar]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/fileobject.c:1295:23: error: Uninitialized variable: pvend [uninitvar]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/fileobject.c:1321:22: error: Uninitialized variable: pvend [uninitvar]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/fileobject.c:1364:23: error: Uninitialized variable: pvend [uninitvar]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/floatobject.c:1079:0: error: #error "C doubles do not appear to be IEEE 754 binary64 format" [preprocessorErrorDirective]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/frameobject.c:495:30: style: The scope of the variable 'p' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/frameobject.c:525:30: style: The scope of the variable 'p' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/funcobject.c:14:22: style: The scope of the variable '__name__' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/genobject.c:86:5: style: Variable 'gen->gi_running' is reassigned a value before the old one has been used. [redundantAssignment]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/genobject.c:84:5: note: Variable 'gen->gi_running' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/genobject.c:86:5: note: Variable 'gen->gi_running' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/intobject.c:677:49: style: Same value in both branches of ternary operator. [duplicateValueTernary]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/intobject.c:732:43: style: The scope of the variable 'prev' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/intobject.c:1483:9: style: The scope of the variable 'u' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/intobject.c:1535:18: style: The scope of the variable 'p' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/intobject.c:448:5: style: Variable 'fprintf' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/listobject.c:103:19: style: The scope of the variable 'op' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/listobject.c:325:15: style: The scope of the variable 'item' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/listobject.c:2903:15: style: The scope of the variable 'item' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/listobject.c:3020:15: style: The scope of the variable 'item' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/listobject.c:332:9: style: Variable 'fprintf' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/listobject.c:337:5: style: Variable 'fprintf' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/listobject.c:344:13: style: Variable 'fprintf' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/listobject.c:355:5: style: Variable 'fprintf' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/listobject.c:357:5: style: Variable 'Py_ReprLeave' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/memoryobject.c:178:11: style: The scope of the variable 'ptr' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/memoryobject.c:343:15: style: The scope of the variable 'o' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/memoryobject.c:428:21: style: The scope of the variable 'item' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/object.c:1863:5: style: Variable 'dict' is reassigned a value before the old one has been used. [redundantAssignment]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/object.c:1859:0: note: Variable 'dict' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/object.c:1863:5: note: Variable 'dict' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/object.c:289:9: style: Variable 'fprintf' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/object.c:297:13: style: Variable 'fprintf' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/setobject.c:1952:5: style: Variable 'keys' is reassigned a value before the old one has been used. [redundantAssignment]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/setobject.c:1950:0: note: Variable 'keys' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/setobject.c:1952:5: note: Variable 'keys' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/setobject.c:651:15: style: The scope of the variable 'key' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/setobject.c:652:10: style: The scope of the variable 'hash' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/setobject.c:780:10: style: The scope of the variable 'h' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/setobject.c:1047:33: style: The scope of the variable 'result' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/setobject.c:1079:18: style: The scope of the variable 'so' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/setobject.c:1119:10: style: The scope of the variable 'h' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/setobject.c:1181:15: style: The scope of the variable 'other' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/setobject.c:1643:13: style: The scope of the variable 'rv' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/setobject.c:1778:15: style: The scope of the variable 'tmp' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/setobject.c:1778:21: style: The scope of the variable 'result' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/setobject.c:1858:15: style: The scope of the variable 'tmpkey' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/setobject.c:1891:15: style: The scope of the variable 'tmpkey' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/setobject.c:1923:15: style: The scope of the variable 'tmpkey' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/tupleobject.c:344:22: style: The scope of the variable 'y' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/tupleobject.c:664:30: style: The scope of the variable 'item' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/tupleobject.c:897:28: style: The scope of the variable 'q' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/tupleobject.c:954:15: style: The scope of the variable 'item' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/tupleobject.c:250:13: style: Variable 'fprintf' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/typeobject.c:2929:9: style: Variable 'abstract_methods' is reassigned a value before the old one has been used. [redundantAssignment]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/typeobject.c:2920:0: note: Variable 'abstract_methods' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/typeobject.c:2929:9: note: Variable 'abstract_methods' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/typeobject.c:75:21: style: The scope of the variable 'ref' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/typeobject.c:206:17: style: The scope of the variable 's' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/typeobject.c:271:15: style: The scope of the variable 'mod' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/typeobject.c:272:11: style: The scope of the variable 's' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/typeobject.c:383:15: style: The scope of the variable 'ref' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/typeobject.c:1310:23: style: The scope of the variable 'base' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/typeobject.c:1632:15: style: The scope of the variable 'mro' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/typeobject.c:1655:19: style: The scope of the variable 'cls' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/typeobject.c:1705:15: style: The scope of the variable 'base_proto' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/typeobject.c:2488:27: style: The scope of the variable 'base' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/typeobject.c:2664:28: style: The scope of the variable 'ref' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/typeobject.c:3388:24: style: The scope of the variable 'res' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/typeobject.c:4161:22: style: The scope of the variable 'ref' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/typeobject.c:4187:22: style: The scope of the variable 'ref' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/typeobject.c:4409:15: style: The scope of the variable 'arg' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/typeobject.c:5081:22: style: The scope of the variable 'res' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/typeobject.c:5081:28: style: The scope of the variable 'args' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/typeobject.c:5311:22: style: The scope of the variable 'args' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/typeobject.c:5311:29: style: The scope of the variable 'res' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/typeobject.c:5367:22: style: The scope of the variable 'res' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/typeobject.c:5384:22: style: The scope of the variable 'res' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/typeobject.c:5762:21: style: The scope of the variable 'res' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/typeobject.c:6157:15: style: The scope of the variable 'descr' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/typeobject.c:6274:9: style: The scope of the variable 'offset' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/typeobject.c:6347:15: style: The scope of the variable 'ref' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/typeobject.c:6628:18: style: The scope of the variable 'newobj' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/unicodeobject.c:215:0: error: #error "LONG_BIT is smaller than 32" [preprocessorErrorDirective]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Parser/firstsets.c:17:10: style: The scope of the variable 'd' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Parser/grammar.c:151:9: style: The scope of the variable 'i' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Parser/myreadline.c:42:11: style: The scope of the variable 'p' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Parser/myreadline.c:215:28: style: Variable '_PyOS_ReadlineTState' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Parser/parsetok.c:234:22: style: Condition 'text==NULL' is always true [knownConditionTrueFalse]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Parser/parsetok.c:225:26: note: Assignment 'text=NULL', assigned value is 0
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Parser/parsetok.c:234:22: note: Condition 'text==NULL' is always true
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Parser/parsetok.c:234:22: style: Same expression on both sides of '==' because the value of 'text' and 'NULL' are the same. [duplicateExpression]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Parser/parsetok.c:225:26: note: 'text' is assigned value 'NULL' here.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Parser/parsetok.c:234:22: note: Same expression on both sides of '==' because the value of 'text' and 'NULL' are the same.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/_sre.c:3563:15: style: The scope of the variable 'item' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/_sre.c:3785:11: style: The scope of the variable 'base' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/_sre.c:3786:9: style: The scope of the variable 'n' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/_sre.c:2408:13: error: Uninitialized variable: literal [uninitvar]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/edk2module.c:3697:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/edk2module.c:961:21: style: The scope of the variable 'arg_is_unicode' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/edk2module.c:231:11: style: Unused variable: res [unusedVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/edk2module.c:251:9: style: Unused variable: res [unusedVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/edk2module.c:271:9: style: Unused variable: res [unusedVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/edk2module.c:569:9: style: Unused variable: res [unusedVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/edk2module.c:607:9: style: Unused variable: res [unusedVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/edk2module.c:614:5: style: Variable 'PyMem_Free' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/edk2module.c:650:9: style: Unused variable: res [unusedVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/edk2module.c:1071:9: style: Unused variable: res [unusedVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/edk2module.c:1265:9: style: Variable 'res' is not assigned a value. [unassignedVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/edk2module.c:1292:15: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/edk2module.c:1322:15: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/edk2module.c:2783:9: style: Unused variable: fd [unusedVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/edk2module.c:2807:13: style: Unused variable: res [unusedVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/edk2module.c:2837:5: style: Unused variable: Py_RETURN_NONE [unusedVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/edk2module.c:2869:18: style: Unused variable: res [unusedVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/edk2module.c:2892:16: style: Unused variable: res [unusedVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/edk2module.c:2937:19: style: Unused variable: n [unusedVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/edk2module.c:2974:16: style: Unused variable: size [unusedVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/edk2module.c:2985:5: style: Variable 'PyBuffer_Release' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/edk2module.c:3001:9: style: Unused variable: res [unusedVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/edk2module.c:3027:11: style: Unused variable: fp [unusedVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/edk2module.c:3065:5: style: Variable 'PyMem_FREE' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/edk2module.c:1326:9: error: Uninitialized variable: res [uninitvar]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/getpath.c:316:13: style: The scope of the variable 'VolLen' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/getpath.c:395:17: style: The scope of the variable 'delimiter' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/getpath.c:396:17: style: The scope of the variable 'separator' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/getpath.c:245:13: style: Variable 'bnlen' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/selectmodule.c:106:5: style: Variable 'fast_seq' is reassigned a value before the old one has been used. [redundantAssignment]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/selectmodule.c:100:0: note: Variable 'fast_seq' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/selectmodule.c:106:5: note: Variable 'fast_seq' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Objects/longobject.c:3354:45: style: Same value in both branches of ternary operator. [duplicateValueTernary]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Objects/longobject.c:424:22: style: The scope of the variable 'prev' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Objects/longobject.c:1870:21: style: The scope of the variable 'pzstop' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Objects/longobject.c:489:16: warning: Suspicious code: sign conversion of sign in calculation, even though sign can have a negative value [signConversion]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Objects/longobject.c:2433:13: warning: Suspicious code: sign conversion of sign in calculation, even though sign can have a negative value [signConversion]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Python/marshal.c:1027:13: style: Variable 'code' is reassigned a value before the old one has been used. [redundantAssignment]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Python/marshal.c:1009:0: note: Variable 'code' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Python/marshal.c:1027:13: note: Variable 'code' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Python/random.c:215:9: style: The scope of the variable 'attr' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/Python-ast.c:442:15: style: The scope of the variable 'res' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/Python-ast.c:529:15: style: The scope of the variable 's' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/Python-ast.c:551:15: style: The scope of the variable 'value' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/ast.c:928:5: style: Variable 'decorator_seq' is reassigned a value before the old one has been used. [redundantAssignment]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/ast.c:924:0: note: Variable 'decorator_seq' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/ast.c:928:5: note: Variable 'decorator_seq' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/ast.c:169:11: style: The scope of the variable 'ch' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/ast.c:2056:23: style: The scope of the variable 'tmp' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/ast.c:2280:9: style: The scope of the variable 'i' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/ast.c:2280:12: style: The scope of the variable 'j' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/ast.c:2745:19: style: The scope of the variable 'num' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/ast.c:2745:24: style: The scope of the variable 'end' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/ast.c:3328:16: style: The scope of the variable 'dx' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/ast.c:3461:21: style: The scope of the variable 'i' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/ast.c:865:21: style: Variable 'name_expr' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/bltinmodule.c:86:20: style: The scope of the variable 'item' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/bltinmodule.c:88:9: style: The scope of the variable 'cmp' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/bltinmodule.c:129:20: style: The scope of the variable 'item' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/bltinmodule.c:131:9: style: The scope of the variable 'cmp' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/ceval.c:1074:19: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/ceval.c:4302:13: style: Variable 't' is reassigned a value before the old one has been used. [redundantAssignment]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/ceval.c:4301:0: note: Variable 't' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/ceval.c:4302:13: note: Variable 't' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/ceval.c:4005:19: style: The scope of the variable 'w' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/ceval.c:4181:26: style: The scope of the variable 'w' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/ceval.c:4206:15: style: The scope of the variable 'w' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/ceval.c:4565:15: style: The scope of the variable 'dict' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/ceval.c:4565:22: style: The scope of the variable 'name' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/codecs.c:322:5: style: Variable 'encoder' is reassigned a value before the old one has been used. [redundantAssignment]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/codecs.c:318:0: note: Variable 'encoder' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/codecs.c:322:5: note: Variable 'encoder' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/codecs.c:369:5: style: Variable 'decoder' is reassigned a value before the old one has been used. [redundantAssignment]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/codecs.c:365:0: note: Variable 'decoder' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/codecs.c:369:5: note: Variable 'decoder' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/codecs.c:847:14: style: The scope of the variable 'i' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/compile.c:329:15: style: The scope of the variable 'v' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/compile.c:329:19: style: The scope of the variable 'k' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/compile.c:366:15: style: The scope of the variable 'k' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/compile.c:366:19: style: The scope of the variable 'v' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/compile.c:541:15: style: The scope of the variable 'capsule' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/compile.c:947:12: style: The scope of the variable 'd' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/compile.c:3728:16: style: The scope of the variable 'totsize' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/dtoa.c:139:0: error: #error "Exactly one of IEEE_8087 or IEEE_MC68k should be defined." [preprocessorErrorDirective]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/formatter.h:628:9: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/getargs.c:1225:23: style: The scope of the variable 'type' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/getargs.c:1544:44: style: The scope of the variable 'keyword' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/getargs.c:1547:33: style: The scope of the variable 'current_arg' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/getargs.c:1795:19: style: The scope of the variable 'msg' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/getargs.c:1828:16: style: The scope of the variable 'o' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/getargs.c:387:26: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/getargs.c:114:5: error: va_list 'lva' used before va_start() was called. [va_list_usedBeforeStarted]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/getargs.c:118:37: error: va_list 'lva' used before va_start() was called. [va_list_usedBeforeStarted]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/getargs.c:132:5: error: va_list 'lva' used before va_start() was called. [va_list_usedBeforeStarted]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/getargs.c:136:37: error: va_list 'lva' used before va_start() was called. [va_list_usedBeforeStarted]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/import.c:455:19: style: The scope of the variable 'v' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/import.c:2319:25: style: The scope of the variable 'modname' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/import.c:2319:35: style: The scope of the variable 'modpath' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/import.c:2658:39: style: Function 'import_submodule' argument 2 names different: declaration 'name' definition 'subname'. [funcArgNamesDifferent]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/import.c:2198:57: note: Function 'import_submodule' argument 2 names different: declaration 'name' definition 'subname'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/import.c:2658:39: note: Function 'import_submodule' argument 2 names different: declaration 'name' definition 'subname'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/modsupport.c:35:27: style: The scope of the variable 'n' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/modsupport.c:36:18: style: The scope of the variable 'ml' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/modsupport.c:526:5: error: va_list 'lva' used before va_start() was called. [va_list_usedBeforeStarted]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/mystrtoul.c:78:0: error: #error "Need table for SIZEOF_LONG" [preprocessorErrorDirective]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/peephole.c:39:26: style: The scope of the variable 'constant' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/pymath.c:37:12: style: The scope of the variable 'yx' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/pythonrun.c:153:15: style: The scope of the variable 'sys_stream' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/pythonrun.c:153:28: style: The scope of the variable 'sys_isatty' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/pythonrun.c:760:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/pythonrun.c:886:23: style: The scope of the variable 'buf' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/structmember.c:95:41: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/structmember.c:98:33: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/structmember.c:308:10: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/structmember.c:312:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/structmember.c:313:15: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/structmember.c:11:9: style: The scope of the variable 'i' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/symtable.c:27:5: style: Variable 'k' is reassigned a value before the old one has been used. [redundantAssignment]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/symtable.c:25:0: note: Variable 'k' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/symtable.c:27:5: note: Variable 'k' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/symtable.c:631:5: style: Variable 'local' is reassigned a value before the old one has been used. [redundantAssignment]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/symtable.c:625:0: note: Variable 'local' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/symtable.c:631:5: note: Variable 'local' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/symtable.c:746:5: style: Variable 'temp_bound' is reassigned a value before the old one has been used. [redundantAssignment]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/symtable.c:737:0: note: Variable 'temp_bound' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/symtable.c:746:5: note: Variable 'temp_bound' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/symtable.c:532:26: style: The scope of the variable 'u' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/symtable.c:532:30: style: The scope of the variable 'w' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/symtable.c:1184:50: style: Function 'symtable_visit_expr' argument 2 names different: declaration 's' definition 'e'. [funcArgNamesDifferent]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/symtable.c:170:61: note: Function 'symtable_visit_expr' argument 2 names different: declaration 's' definition 'e'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/symtable.c:1184:50: note: Function 'symtable_visit_expr' argument 2 names different: declaration 's' definition 'e'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/symtable.c:1310:64: style: Function 'symtable_visit_params' argument 3 names different: declaration 'top' definition 'toplevel'. [funcArgNamesDifferent]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/symtable.c:180:75: note: Function 'symtable_visit_params' argument 3 names different: declaration 'top' definition 'toplevel'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/symtable.c:1310:64: note: Function 'symtable_visit_params' argument 3 names different: declaration 'top' definition 'toplevel'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/symtable.c:1534:52: style: Function 'symtable_visit_genexp' argument 2 names different: declaration 's' definition 'e'. [funcArgNamesDifferent]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/symtable.c:171:63: note: Function 'symtable_visit_genexp' argument 2 names different: declaration 's' definition 'e'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/symtable.c:1534:52: note: Function 'symtable_visit_genexp' argument 2 names different: declaration 's' definition 'e'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/sysmodule.c:377:9: style: Variable 'frame->f_trace' is reassigned a value before the old one has been used. [redundantAssignment]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/sysmodule.c:375:9: note: Variable 'frame->f_trace' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/sysmodule.c:377:9: note: Variable 'frame->f_trace' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/sysmodule.c:1361:11: style: The scope of the variable 's' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/sysmodule.c:1538:19: style: The scope of the variable 'w' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/traceback.c:173:13: style: Condition 'err!=0' is always false [knownConditionTrueFalse]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/traceback.c:121:15: note: Assignment 'err=0', assigned value is 0
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/traceback.c:173:13: note: Condition 'err!=0' is always false
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/traceback.c:173:13: style: Same expression on both sides of '!=' because the value of 'err' and '0' are the same. [duplicateExpression]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/traceback.c:121:15: note: 'err' is assigned value '0' here.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/traceback.c:173:13: note: Same expression on both sides of '!=' because the value of 'err' and '0' are the same.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.10/Python/traceback.c:125:10: style: The scope of the variable 'namebuf' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_bisectmodule.c:11:15: style: The scope of the variable 'litem' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_bisectmodule.c:73:29: style: The scope of the variable 'result' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_bisectmodule.c:112:15: style: The scope of the variable 'litem' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_bisectmodule.c:174:29: style: The scope of the variable 'result' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_collectionsmodule.c:517:15: style: The scope of the variable 'item' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_collectionsmodule.c:519:9: style: The scope of the variable 'cmp' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_collectionsmodule.c:594:15: style: The scope of the variable 'item' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_collectionsmodule.c:845:9: style: Variable 'fputs' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_collectionsmodule.c:861:16: style: Variable 'emit' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_collectionsmodule.c:1442:9: style: Unused variable: sts [unusedVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_collectionsmodule.c:1444:5: style: Variable 'fprintf' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_collectionsmodule.c:1448:9: style: Variable 'fprintf' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_collectionsmodule.c:1454:5: style: Variable 'fprintf' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_collectionsmodule.c:1456:11: style: Variable 'sts' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_collectionsmodule.c:1458:5: style: Variable 'fprintf' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_csv.c:1000:13: style: The scope of the variable 'want_escape' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_csv.c:1218:36: style: The scope of the variable 'result' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_elementtree.c:2341:5: style: Variable 'suri' is reassigned a value before the old one has been used. [redundantAssignment]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_elementtree.c:2339:0: note: Variable 'suri' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_elementtree.c:2341:5: note: Variable 'suri' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_elementtree.c:588:9: style: The scope of the variable 'i' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_elementtree.c:717:16: style: The scope of the variable 'i' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_elementtree.c:718:9: style: The scope of the variable 'check' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_elementtree.c:1234:9: style: The scope of the variable 'i' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_elementtree.c:1281:49: style: The scope of the variable 'cur' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_elementtree.c:1281:54: style: The scope of the variable 'i' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_elementtree.c:1282:19: style: The scope of the variable 'list' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_elementtree.c:2102:15: style: The scope of the variable 'p' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_elementtree.c:2189:15: style: The scope of the variable 'res' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_elementtree.c:2231:9: style: The scope of the variable 'ok' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_elementtree.c:2373:15: style: The scope of the variable 'comment' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_elementtree.c:2374:15: style: The scope of the variable 'res' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_elementtree.c:2390:15: style: The scope of the variable 'target' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_elementtree.c:2391:15: style: The scope of the variable 'data' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_elementtree.c:2392:15: style: The scope of the variable 'res' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_elementtree.c:2654:15: style: The scope of the variable 'buffer' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_functoolsmodule.c:384:11: style: The scope of the variable 'name' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_hashopenssl.c:444:13: style: Variable 'EVP_hash' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_heapqmodule.c:38:25: style: The scope of the variable 'parent' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_heapqmodule.c:39:9: style: The scope of the variable 'cmp' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_heapqmodule.c:77:25: style: The scope of the variable 'tmp' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_heapqmodule.c:377:25: style: The scope of the variable 'parent' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_heapqmodule.c:378:9: style: The scope of the variable 'cmp' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_heapqmodule.c:416:25: style: The scope of the variable 'tmp' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_hotshot.c:31:0: error: #error "This module requires gettimeofday() on non-Windows platforms!" [preprocessorErrorDirective]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/bytesio.c:582:15: style: The scope of the variable 'ret' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/fileio.c:540:9: style: The scope of the variable 'n' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/fileio.c:553:49: style: Checking if unsigned variable 'newsize' is less than zero. [unsignedLessThanZero]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/fileio.c:489:0: style: Variable 'errno' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/fileio.c:630:0: style: Variable 'errno' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/fileio.c:670:0: style: Variable 'errno' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/fileio.c:732:15: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/fileio.c:920:10: style: Unused variable: res [unusedVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/fileio.c:737:9: error: Uninitialized variable: res [uninitvar]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/iobase.c:627:30: style: The scope of the variable 'res' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/iobase.c:803:9: style: The scope of the variable 'r' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/textio.c:245:47: style: Function '_PyIncrementalNewlineDecoder_decode' argument 1 names different: declaration 'self' definition '_self'. [funcArgNamesDifferent]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/_iomodule.h:46:15: note: Function '_PyIncrementalNewlineDecoder_decode' argument 1 names different: declaration 'self' definition '_self'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/textio.c:245:47: note: Function '_PyIncrementalNewlineDecoder_decode' argument 1 names different: declaration 'self' definition '_self'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_lsprof.c:8:0: error: #error "This module requires long longs!" [preprocessorErrorDirective]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_math.c:52:21: style: Same expression on both sides of '/'. [duplicateExpression]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_math.c:185:16: style: Expression 'exp(x) - 1' can be replaced by 'expm1(x)' to avoid loss of precision. [unpreciseMathCall]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_math.c:230:16: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_randommodule.c:98:26: style: The scope of the variable 'mag01' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_randommodule.c:342:19: style: The scope of the variable 'element' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_randommodule.c:400:13: style: The scope of the variable 'j' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_randommodule.c:401:15: style: The scope of the variable 'iobj' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_randommodule.c:402:15: style: The scope of the variable 'remobj' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_randommodule.c:403:24: style: The scope of the variable 'tmp' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_randommodule.c:442:19: style: The scope of the variable 'r' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/cache.c:93:20: style: The scope of the variable 'delete_node' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/cache.c:121:15: style: The scope of the variable 'data' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/cache.c:220:15: style: The scope of the variable 'fmt_args' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/cache.c:221:15: style: The scope of the variable 'template' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/cache.c:222:15: style: The scope of the variable 'display_str' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/connection.c:74:9: style: The scope of the variable 'is_apsw_connection' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/connection.c:75:15: style: The scope of the variable 'database_utf8' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/connection.c:218:25: style: The scope of the variable 'statement' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/connection.c:239:15: style: The scope of the variable 'statement' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/connection.c:240:22: style: The scope of the variable 'cursor' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/connection.c:356:15: style: The scope of the variable 'ret' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/connection.c:580:20: style: The scope of the variable 'cur_value' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/connection.c:787:15: style: The scope of the variable 'weakref' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/connection.c:819:15: style: The scope of the variable 'weakref' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/connection.c:1122:15: style: The scope of the variable 'res' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/connection.c:1124:11: style: The scope of the variable 'begin_statement_str' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/connection.c:274:9: style: Variable 'sqlite3_close' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/connection.c:357:9: style: Unused variable: rc [unusedVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/cursor.c:129:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/cursor.c:176:15: style: The scope of the variable 'converter' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/cursor.c:273:17: style: The scope of the variable 'check' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/cursor.c:888:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/cursor.c:133:14: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/statement.c:218:9: style: The scope of the variable 'num_params' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/statement.c:324:70: style: Function 'pysqlite_statement_recompile' argument 2 names different: declaration 'parameters' definition 'params'. [funcArgNamesDifferent]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/statement.h:52:70: note: Function 'pysqlite_statement_recompile' argument 2 names different: declaration 'parameters' definition 'params'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/statement.c:324:70: note: Function 'pysqlite_statement_recompile' argument 2 names different: declaration 'parameters' definition 'params'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/statement.c:214:17: style: Unused variable: binding_name [unusedVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/statement.c:217:9: style: Unused variable: num_params_needed [unusedVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/statement.c:327:9: style: Unused variable: rc [unusedVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/statement.c:372:14: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/statement.c:408:9: style: Unused variable: rc [unusedVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/statement.c:412:14: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/util.c:37:14: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/util.c:41:12: error: Uninitialized variable: rc [uninitvar]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_sre.c:2821:29: warning: Invalid test for overflow 'code+offset<code'. Condition is always false unless there is overflow, and overflow is undefined behaviour. [invalidTestForOverflow]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_sre.c:2829:29: warning: Invalid test for overflow 'code+offset<code'. Condition is always false unless there is overflow, and overflow is undefined behaviour. [invalidTestForOverflow]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_sre.c:2838:29: warning: Invalid test for overflow 'code+offset<code'. Condition is always false unless there is overflow, and overflow is undefined behaviour. [invalidTestForOverflow]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_sre.c:2989:41: warning: Invalid test for overflow 'code+prefix_len<code'. Condition is always false unless there is overflow, and overflow is undefined behaviour. [invalidTestForOverflow]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_sre.c:2993:41: warning: Invalid test for overflow 'code+prefix_len<code'. Condition is always false unless there is overflow, and overflow is undefined behaviour. [invalidTestForOverflow]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_sre.c:2963:33: style: The scope of the variable 'i' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_sre.c:3482:15: style: The scope of the variable 'item' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_sre.c:3664:11: style: The scope of the variable 'base' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_sre.c:3665:9: style: The scope of the variable 'n' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_sre.c:2329:13: error: Uninitialized variable: literal [uninitvar]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_ssl.c:593:5: style: Variable 'dn' is reassigned a value before the old one has been used. [redundantAssignment]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_ssl.c:581:0: note: Variable 'dn' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_ssl.c:593:5: note: Variable 'dn' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_ssl.c:839:5: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_ssl.c:826:0: note: Variable 'retval' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_ssl.c:839:5: note: Variable 'retval' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_ssl.c:1013:9: style: Variable 'bytes_buf' is reassigned a value before the old one has been used. [redundantAssignment]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_ssl.c:1011:0: note: Variable 'bytes_buf' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_ssl.c:1013:9: note: Variable 'bytes_buf' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_ssl.c:163:9: style: The scope of the variable 'err' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_ssl.c:998:9: style: The scope of the variable 'len' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_ssl.c:999:9: style: The scope of the variable 'verification' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_struct.c:463:12: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_struct.c:471:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_struct.c:658:15: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_struct.c:671:15: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_struct.c:111:9: style: The scope of the variable 'converted' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_struct.c:1202:16: style: The scope of the variable 'extra' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_struct.c:1996:28: style: The scope of the variable 'ptr' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/testcapi_long.h:60:13: style: Variable 'pyresult' is reassigned a value before the old one has been used. [redundantAssignment]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/testcapi_long.h:57:13: note: Variable 'pyresult' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/testcapi_long.h:60:13: note: Variable 'pyresult' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/_testcapimodule.c:1214:26: style: The scope of the variable 'v' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/arraymodule.c:1071:5: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/arraymodule.c:1070:0: note: Variable 'retval' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/arraymodule.c:1071:5: note: Variable 'retval' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/arraymodule.c:868:19: style: The scope of the variable 'p' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/arraymodule.c:1163:20: style: The scope of the variable 'p' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/arraymodule.c:1163:24: style: The scope of the variable 'q' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/binascii.c:1343:25: style: Redundant condition: !quotetabs. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/binascii.c:1416:25: style: Redundant condition: !quotetabs. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/binascii.c:342:19: style: The scope of the variable 'c' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/binascii.c:342:22: style: The scope of the variable 'b64val' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/binascii.c:367:19: style: The scope of the variable 'this_ch' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/binascii.c:543:19: style: The scope of the variable 'this_ch' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/binascii.c:629:19: style: The scope of the variable 'ch' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/bz2module.c:256:12: style: The scope of the variable 'increment' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/bz2module.c:468:11: style: The scope of the variable 'buf' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/bz2module.c:425:9: style: Unused variable: chunksize [unusedVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/cPickle.c:997:9: style: The scope of the variable 'len' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/cPickle.c:3094:18: style: The scope of the variable 'kwlist' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/cPickle.c:3404:19: style: The scope of the variable 'c' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/cPickle.c:3812:22: style: The scope of the variable 'key' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/cPickle.c:3812:28: style: The scope of the variable 'value' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/cPickle.c:3909:53: style: The scope of the variable 'class_name' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/cPickle.c:3995:45: style: The scope of the variable 'class_name' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/cPickle.c:4027:9: style: The scope of the variable 'len' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/cPickle.c:4387:15: style: The scope of the variable 'value' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/cPickle.c:4387:38: style: The scope of the variable 'append_method' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/cPickle.c:4457:15: style: The scope of the variable 'value' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/cPickle.c:4457:27: style: The scope of the variable 'key' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/cPickle.c:4599:9: style: The scope of the variable 's' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/cPickle.c:430:12: style: Unused variable: nbyteswritten [unusedVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/cPickle.c:445:5: style: Variable 'PyFile_DecUseCount' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/cPickle.c:531:12: style: Unused variable: nbytesread [unusedVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/cPickle.c:558:5: style: Variable 'PyFile_DecUseCount' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/_codecs_hk.c:148:33: error: Uninitialized variable: decoded [uninitvar]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/_codecs_hk.c:152:33: error: Uninitialized variable: decoded [uninitvar]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/_codecs_iso2022.c:593:12: style: The scope of the variable 'coded' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/_codecs_iso2022.c:631:12: style: The scope of the variable 'coded' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/_codecs_iso2022.c:670:12: style: The scope of the variable 'coded' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/_codecs_iso2022.c:977:12: style: The scope of the variable 'coded' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/_codecs_kr.c:276:35: style: The scope of the variable 't2' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/_codecs_kr.c:277:28: style: The scope of the variable 't1' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/multibytecodec.c:1583:15: style: The scope of the variable 'strobj' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/multibytecodec.c:1584:12: style: The scope of the variable 'r' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/cmathmodule.c:12:0: error: #error "Modules/cmathmodule.c expects FLT_RADIX to be 2 or 16" [preprocessorErrorDirective]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/datetimemodule.c:30:0: error: #error "datetime.c requires that C int have at least 32 bits" [preprocessorErrorDirective]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/xmlparse.c:81:0: error: #error memmove does not exist on this platform, nor is a substitute available [preprocessorErrorDirective]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/xmltok.c:945:9: style: Same expression on both sides of '==' because the value of 'p' and 'buf' are the same. [duplicateExpression]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/xmltok.c:943:13: note: 'p' is assigned value 'buf' here.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/xmltok.c:945:9: note: Same expression on both sides of '==' because the value of 'p' and 'buf' are the same.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/xmltok.c:1185:19: style: Function 'PyExpat_XmlUtf8Encode' argument 1 names different: declaration 'charNumber' definition 'c'. [funcArgNamesDifferent]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/xmltok.h:280:32: note: Function 'PyExpat_XmlUtf8Encode' argument 1 names different: declaration 'charNumber' definition 'c'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/xmltok.c:1185:19: note: Function 'PyExpat_XmlUtf8Encode' argument 1 names different: declaration 'charNumber' definition 'c'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/xmltok.c:1222:20: style: Function 'PyExpat_XmlUtf16Encode' argument 1 names different: declaration 'charNumber' definition 'charNum'. [funcArgNamesDifferent]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/xmltok.h:281:33: note: Function 'PyExpat_XmlUtf16Encode' argument 1 names different: declaration 'charNumber' definition 'charNum'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/xmltok.c:1222:20: note: Function 'PyExpat_XmlUtf16Encode' argument 1 names different: declaration 'charNumber' definition 'charNum'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/xmltok_ns.c:91:34: style: Function 'PyExpat_XmlParseXmlDecl' argument 8 names different: declaration 'encodingNamePtr' definition 'encodingName'. [funcArgNamesDifferent]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/xmltok.h:273:34: note: Function 'PyExpat_XmlParseXmlDecl' argument 8 names different: declaration 'encodingNamePtr' definition 'encodingName'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/xmltok_ns.c:91:34: note: Function 'PyExpat_XmlParseXmlDecl' argument 8 names different: declaration 'encodingNamePtr' definition 'encodingName'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/xmltok_ns.c:92:38: style: Function 'PyExpat_XmlParseXmlDecl' argument 9 names different: declaration 'namedEncodingPtr' definition 'encoding'. [funcArgNamesDifferent]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/xmltok.h:274:38: note: Function 'PyExpat_XmlParseXmlDecl' argument 9 names different: declaration 'namedEncodingPtr' definition 'encoding'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/xmltok_ns.c:92:38: note: Function 'PyExpat_XmlParseXmlDecl' argument 9 names different: declaration 'namedEncodingPtr' definition 'encoding'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/xmltok_ns.c:93:26: style: Function 'PyExpat_XmlParseXmlDecl' argument 10 names different: declaration 'standalonePtr' definition 'standalone'. [funcArgNamesDifferent]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/xmltok.h:275:26: note: Function 'PyExpat_XmlParseXmlDecl' argument 10 names different: declaration 'standalonePtr' definition 'standalone'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/xmltok_ns.c:93:26: note: Function 'PyExpat_XmlParseXmlDecl' argument 10 names different: declaration 'standalonePtr' definition 'standalone'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/xmltok.c:1388:11: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 1386. [shiftTooManyBitsSigned]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/xmltok.c:1386:13: note: Assuming that condition 'c>65535' is not redundant
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/xmltok.c:1388:11: note: Shift
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/xmltok.c:1390:16: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 1386. [shiftTooManyBitsSigned]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/xmltok.c:1386:13: note: Assuming that condition 'c>65535' is not redundant
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/xmltok.c:1390:16: note: Shift
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/fcntlmodule.c:41:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/fcntlmodule.c:115:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/fcntlmodule.c:38:9: style: Unused variable: ret [unusedVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/fcntlmodule.c:150:19: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/fcntlmodule.c:253:9: style: Variable 'ret' is not assigned a value. [unassignedVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/fcntlmodule.c:286:15: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/fcntlmodule.c:310:19: style: Variable 'ret' is not assigned a value. [unassignedVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/fcntlmodule.c:367:15: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/fcntlmodule.c:159:13: error: Uninitialized variable: ret [uninitvar]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/fcntlmodule.c:290:9: error: Uninitialized variable: ret [uninitvar]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/fcntlmodule.c:370:9: error: Uninitialized variable: ret [uninitvar]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/flmodule.c:46:9: style: The scope of the variable 'i' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/flmodule.c:46:12: style: The scope of the variable 'n' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/flmodule.c:80:20: style: The scope of the variable 'g' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/flmodule.c:123:20: style: The scope of the variable 'g' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/flmodule.c:1679:16: style: Unused variable: generic [unusedVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/flmodule.c:1855:9: style: Unused variable: dev [unusedVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/flmodule.c:1951:5: style: Variable 'fl_show_message' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/flmodule.c:1954:5: style: Variable 'Py_INCREF' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/flmodule.c:2002:9: style: Unused variable: ret [unusedVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/flmodule.c:2017:11: style: Unused variable: str [unusedVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/flmodule.c:2036:11: style: Unused variable: str [unusedVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/future_builtins.c:84:31: style: The scope of the variable 'iter_func' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/gcmodule.c:1177:15: style: The scope of the variable 'obj' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/getbuildinfo.c:64:23: style: Condition 'svnversion[0]!='$'' is always false [knownConditionTrueFalse]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/getpath.c:264:12: style: The scope of the variable 'n' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/getpath.c:265:11: style: The scope of the variable 'vpath' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/getpath.c:323:12: style: The scope of the variable 'n' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/getpath.c:375:17: style: The scope of the variable 'delimiter' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/imageop.c:18:0: error: #error "No 4-byte integral type" [preprocessorErrorDirective]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/itertoolsmodule.c:520:5: style: Variable 'it' is reassigned a value before the old one has been used. [redundantAssignment]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/itertoolsmodule.c:518:0: note: Variable 'it' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/itertoolsmodule.c:520:5: note: Variable 'it' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/itertoolsmodule.c:474:23: style: The scope of the variable 'link' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/itertoolsmodule.c:741:15: style: The scope of the variable 'item' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/itertoolsmodule.c:743:15: style: The scope of the variable 'tmp' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/itertoolsmodule.c:886:15: style: The scope of the variable 'item' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/itertoolsmodule.c:886:22: style: The scope of the variable 'good' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/itertoolsmodule.c:888:10: style: The scope of the variable 'ok' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/itertoolsmodule.c:1442:15: style: The scope of the variable 'it' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/itertoolsmodule.c:1529:15: style: The scope of the variable 'val' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/itertoolsmodule.c:2833:15: style: The scope of the variable 'datum' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/itertoolsmodule.c:2833:23: style: The scope of the variable 'selector' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/itertoolsmodule.c:2836:9: style: The scope of the variable 'ok' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/itertoolsmodule.c:2978:15: style: The scope of the variable 'item' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/itertoolsmodule.c:3121:15: style: The scope of the variable 'item' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/itertoolsmodule.c:3547:15: style: The scope of the variable 'olditem' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/itertoolsmodule.c:3890:15: style: The scope of the variable 'olditem' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/itertoolsmodule.c:4053:11: style: The scope of the variable 'name' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/mathmodule.c:461:45: style: The scope of the variable 'b' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/mathmodule.c:493:18: style: The scope of the variable 'cf' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/mathmodule.c:511:18: style: The scope of the variable 'cf' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/mathmodule.c:1430:9: style: The scope of the variable 'odd_y' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/md5.c:331:16: style: Checking if unsigned variable 'nbytes' is less than zero. [unsignedLessThanZero]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/parsermodule.c:407:19: style: The scope of the variable 'arena' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/parsermodule.c:712:10: style: The scope of the variable 'err' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/parsermodule.c:1605:9: style: The scope of the variable 'j' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/parsermodule.c:2450:9: style: The scope of the variable 'pos' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/parsermodule.c:3074:11: style: The scope of the variable 'nch' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/posixmodule.c:8322:5: style: Variable 'd' is reassigned a value before the old one has been used. [redundantAssignment]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/posixmodule.c:8318:0: note: Variable 'd' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/posixmodule.c:8322:5: note: Variable 'd' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/posixmodule.c:8377:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/posixmodule.c:2328:9: style: The scope of the variable 'arg_is_unicode' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/posixmodule.c:7418:16: style: The scope of the variable 'mid' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/posixmodule.c:7420:13: style: The scope of the variable 'cmp' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/posixmodule.c:690:9: style: Unused variable: res [unusedVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/posixmodule.c:709:9: style: Unused variable: res [unusedVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/posixmodule.c:729:9: style: Unused variable: res [unusedVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/posixmodule.c:1460:9: style: Unused variable: res [unusedVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/posixmodule.c:1554:9: style: Unused variable: res [unusedVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/posixmodule.c:1561:5: style: Variable 'PyMem_Free' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/posixmodule.c:1673:9: style: Unused variable: res [unusedVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/posixmodule.c:2474:9: style: Unused variable: res [unusedVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/posixmodule.c:2658:10: style: Unused variable: sts [unusedVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/posixmodule.c:2860:9: style: Variable 'res' is not assigned a value. [unassignedVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/posixmodule.c:2887:15: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/posixmodule.c:2917:15: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/posixmodule.c:5671:11: style: Unused variable: fp [unusedVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/posixmodule.c:6100:11: style: Unused variable: pid [unusedVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/posixmodule.c:6397:9: style: Unused variable: fd [unusedVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/posixmodule.c:6438:13: style: Unused variable: res [unusedVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/posixmodule.c:6468:5: style: Unused variable: Py_RETURN_NONE [unusedVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/posixmodule.c:6500:18: style: Unused variable: res [unusedVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/posixmodule.c:6526:16: style: Unused variable: res [unusedVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/posixmodule.c:6576:19: style: Unused variable: n [unusedVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/posixmodule.c:6613:16: style: Unused variable: size [unusedVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/posixmodule.c:6624:5: style: Variable 'PyBuffer_Release' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/posixmodule.c:6640:9: style: Unused variable: res [unusedVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/posixmodule.c:6674:11: style: Unused variable: fp [unusedVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/posixmodule.c:6712:5: style: Variable 'PyMem_FREE' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/posixmodule.c:6759:9: style: Unused variable: res [unusedVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/posixmodule.c:2921:9: error: Uninitialized variable: res [uninitvar]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/pyexpat.c:967:5: style: Variable 'readmethod' is reassigned a value before the old one has been used. [redundantAssignment]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/pyexpat.c:965:0: note: Variable 'readmethod' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/pyexpat.c:967:5: note: Variable 'readmethod' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/pyexpat.c:691:9: style: The scope of the variable 'i' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/pyexpat.c:1341:9: style: The scope of the variable 'i' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/pyexpat.c:1352:19: style: The scope of the variable 'temp' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/readline.c:764:5: style: Variable 'm' is reassigned a value before the old one has been used. [redundantAssignment]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/readline.c:760:0: note: Variable 'm' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/readline.c:764:5: note: Variable 'm' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/rotatingtree.c:67:13: style: The scope of the variable 'rotate' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/rotatingtree.c:110:9: style: The scope of the variable 'result' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/selectmodule.c:97:5: style: Variable 'fast_seq' is reassigned a value before the old one has been used. [redundantAssignment]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/selectmodule.c:91:0: note: Variable 'fast_seq' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/selectmodule.c:97:5: note: Variable 'fast_seq' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/sha256module.c:269:9: style: The scope of the variable 'i' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/shamodule.c:241:18: style: The scope of the variable 'i' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/signalmodule.c:859:15: style: The scope of the variable 'func' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/socketmodule.c:3855:0: error: #error "Not sure if in_addr_t exists and int is not 32-bits." [preprocessorErrorDirective]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/stropmodule.c:826:10: style: The scope of the variable 'buffer' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/stropmodule.c:871:10: style: The scope of the variable 'buffer' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/threadmodule.c:9:0: error: #error "Error!  The rest of Python is not compiled with thread support." [preprocessorErrorDirective]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/timemodule.c:1047:5: style: Variable 'sleep' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/timemodule.c:574:9: style: Obsolete function 'asctime' called. It is recommended to use 'strftime' instead. [asctimeCalled]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/unicodedata.c:505:25: style: The scope of the variable 'cur' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/unicodedata.c:831:19: style: The scope of the variable 'ix' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/unicodedata.c:887:9: style: The scope of the variable 'word' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/unicodedata.c:888:20: style: The scope of the variable 'w' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/unicodedata.c:990:12: style: The scope of the variable 'len1' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/unicodedata.c:148:9: error: Uninitialized variable: rc [uninitvar]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/unicodedata.c:233:9: error: Uninitialized variable: rc [uninitvar]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/xxsubtype.c:238:28: style: The scope of the variable 'res' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/zipimport.c:1114:15: style: The scope of the variable 'toc_entry' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/adler32.c:63:14: style: The scope of the variable 'n' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/deflate.c:1033:21: style: The scope of the variable 'match' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/deflate.c:1271:14: style: The scope of the variable 'more' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/deflate.c:1398:9: style: The scope of the variable 'max_start' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/deflate.c:161:32: style: struct member 'static_tree_desc_s::dummy' is never used. [unusedStructMember]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/example.c:334:9: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/gzio.c:709:10: style: The scope of the variable 'len' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/gzio.c:19:28: style: struct member 'internal_state::dummy' is never used. [unusedStructMember]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/inflate.c:328:20: style: The scope of the variable 'dist' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/inflate.c:1175:19: style: The scope of the variable 'id' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/inflate.c:1267:19: style: The scope of the variable 'buf' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/inflate.c:1330:14: style: The scope of the variable 'wsize' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/inflate.c:630:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/inftrees.c:50:14: style: The scope of the variable 'fill' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/minigzip.c:103:9: style: The scope of the variable 'len' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/minigzip.c:171:9: style: The scope of the variable 'len' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/minigzip.c:274:12: style: The scope of the variable 'file' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/trees.c:714:9: style: The scope of the variable 'curlen' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/trees.c:759:9: style: The scope of the variable 'curlen' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/trees.c:1077:14: style: The scope of the variable 'dist' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/trees.c:1078:9: style: The scope of the variable 'lc' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/trees.c:1079:14: style: The scope of the variable 'lx' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/trees.c:1080:14: style: The scope of the variable 'code' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/trees.c:1081:9: style: The scope of the variable 'extra' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/zutil.c:305:31: style: Same expression on both sides of '-'. [duplicateExpression]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/zutil.c:11:33: style: struct member 'internal_state::dummy' is never used. [unusedStructMember]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/abstract.c:488:18: style: The scope of the variable 'ptr' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/abstract.c:539:17: style: The scope of the variable 'ptr' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/abstract.c:590:11: style: The scope of the variable 'dptr' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/abstract.c:590:18: style: The scope of the variable 'sptr' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/abstract.c:2571:13: style: The scope of the variable 'va' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/abstract.c:2591:13: style: The scope of the variable 'va' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/abstract.c:2690:9: style: The scope of the variable 'i' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/abstract.c:2692:24: style: The scope of the variable 'tmp' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/abstract.c:120:47: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/abstract.c:761:62: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/abstract.c:813:62: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/abstract.c:838:66: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/abstract.c:2963:61: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/abstract.c:3041:64: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/abstract.c:2700:5: error: va_list 'countva' used before va_start() was called. [va_list_usedBeforeStarted]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/abstract.c:2704:32: error: va_list 'countva' used before va_start() was called. [va_list_usedBeforeStarted]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/boolobject.c:11:5: style: Variable 'fputs' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/bufferobject.c:271:9: style: The scope of the variable 'cmp' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/fastsearch.h:28:0: error: #error "LONG_BIT is smaller than 32" [preprocessorErrorDirective]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/classobject.c:2401:5: style: Variable 'funcname' is reassigned a value before the old one has been used. [redundantAssignment]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/classobject.c:2398:0: note: Variable 'funcname' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/classobject.c:2401:5: note: Variable 'funcname' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/classobject.c:80:19: style: The scope of the variable 'base' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/classobject.c:812:35: style: The scope of the variable 'tmp' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/classobject.c:942:32: style: The scope of the variable 'eqstr' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/classobject.c:942:40: style: The scope of the variable 'cmpstr' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/classobject.c:1244:22: style: The scope of the variable 'setslicestr' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/classobject.c:1244:36: style: The scope of the variable 'delslicestr' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/cobject.c:101:19: style: The scope of the variable 'c' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/codeobject.c:185:15: style: The scope of the variable 'item' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/complexobject.c:689:19: style: The scope of the variable 'r' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/complexobject.c:440:5: style: Variable 'fputs' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/complexobject.c:442:5: style: Variable 'Py_DECREF' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/dictobject.c:231:19: style: The scope of the variable 'op' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/dictobject.c:484:15: style: The scope of the variable 'value' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/dictobject.c:515:15: style: The scope of the variable 'old_value' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/dictobject.c:1158:33: style: The scope of the variable 'res' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/dictobject.c:1520:18: style: The scope of the variable 'entry' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/enumobject.c:295:15: style: The scope of the variable 'item' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/exceptions.c:770:28: style: The scope of the variable 'tmp' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/fileobject.c:2344:9: style: Condition '!wideargument' is always true [knownConditionTrueFalse]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/fileobject.c:2316:24: note: Assignment 'wideargument=0', assigned value is 0
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/fileobject.c:2344:9: note: Condition '!wideargument' is always true
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/fileobject.c:458:13: style: Variable 'f->f_setbuf' is reassigned a value before the old one has been used. [redundantAssignment]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/fileobject.c:453:13: note: Variable 'f->f_setbuf' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/fileobject.c:458:13: note: Variable 'f->f_setbuf' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/fileobject.c:423:9: style: The scope of the variable 'sts' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/fileobject.c:424:11: style: The scope of the variable 'local_close' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/fileobject.c:1052:35: style: The scope of the variable 'chunksize' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/fileobject.c:2213:11: style: The scope of the variable 'buf' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/fileobject.c:2667:9: style: The scope of the variable 'univ_newline' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/fileobject.c:455:0: style: Variable 'errno' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/fileobject.c:781:0: style: Variable 'errno' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/fileobject.c:917:0: style: Variable 'errno' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/fileobject.c:958:0: style: Variable 'errno' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/fileobject.c:977:11: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/fileobject.c:1788:0: style: Variable 'errno' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/fileobject.c:2186:0: style: Variable 'errno' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/fileobject.c:2570:9: style: Variable 'fputs' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/fileobject.c:1270:23: error: Uninitialized variable: pvend [uninitvar]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/fileobject.c:1296:22: error: Uninitialized variable: pvend [uninitvar]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/fileobject.c:1339:23: error: Uninitialized variable: pvend [uninitvar]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/floatobject.c:1078:0: error: #error "C doubles do not appear to be IEEE 754 binary64 format" [preprocessorErrorDirective]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/frameobject.c:493:30: style: The scope of the variable 'p' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/frameobject.c:523:30: style: The scope of the variable 'p' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/funcobject.c:14:22: style: The scope of the variable '__name__' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/genobject.c:85:5: style: Variable 'gen->gi_running' is reassigned a value before the old one has been used. [redundantAssignment]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/genobject.c:83:5: note: Variable 'gen->gi_running' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/genobject.c:85:5: note: Variable 'gen->gi_running' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/intobject.c:663:49: style: Same value in both branches of ternary operator. [duplicateValueTernary]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/intobject.c:718:43: style: The scope of the variable 'prev' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/intobject.c:1452:9: style: The scope of the variable 'u' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/intobject.c:1504:18: style: The scope of the variable 'p' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/intobject.c:434:5: style: Variable 'fprintf' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/listobject.c:103:19: style: The scope of the variable 'op' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/listobject.c:325:15: style: The scope of the variable 'item' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/listobject.c:2902:15: style: The scope of the variable 'item' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/listobject.c:3019:15: style: The scope of the variable 'item' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/listobject.c:332:9: style: Variable 'fprintf' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/listobject.c:337:5: style: Variable 'fprintf' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/listobject.c:344:13: style: Variable 'fprintf' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/listobject.c:355:5: style: Variable 'fprintf' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/listobject.c:357:5: style: Variable 'Py_ReprLeave' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/longobject.c:3340:45: style: Same value in both branches of ternary operator. [duplicateValueTernary]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/longobject.c:410:22: style: The scope of the variable 'prev' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/longobject.c:1856:21: style: The scope of the variable 'pzstop' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/longobject.c:475:16: warning: Suspicious code: sign conversion of sign in calculation, even though sign can have a negative value [signConversion]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/longobject.c:2419:13: warning: Suspicious code: sign conversion of sign in calculation, even though sign can have a negative value [signConversion]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/memoryobject.c:178:11: style: The scope of the variable 'ptr' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/memoryobject.c:343:15: style: The scope of the variable 'o' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/memoryobject.c:428:21: style: The scope of the variable 'item' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/object.c:1856:5: style: Variable 'dict' is reassigned a value before the old one has been used. [redundantAssignment]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/object.c:1852:0: note: Variable 'dict' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/object.c:1856:5: note: Variable 'dict' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/object.c:289:9: style: Variable 'fprintf' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/object.c:297:13: style: Variable 'fprintf' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/setobject.c:1956:5: style: Variable 'keys' is reassigned a value before the old one has been used. [redundantAssignment]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/setobject.c:1954:0: note: Variable 'keys' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/setobject.c:1956:5: note: Variable 'keys' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/setobject.c:652:15: style: The scope of the variable 'key' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/setobject.c:653:10: style: The scope of the variable 'hash' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/setobject.c:781:10: style: The scope of the variable 'h' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/setobject.c:1048:33: style: The scope of the variable 'result' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/setobject.c:1080:18: style: The scope of the variable 'so' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/setobject.c:1120:10: style: The scope of the variable 'h' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/setobject.c:1182:15: style: The scope of the variable 'other' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/setobject.c:1644:13: style: The scope of the variable 'rv' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/setobject.c:1779:15: style: The scope of the variable 'tmp' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/setobject.c:1779:21: style: The scope of the variable 'result' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/setobject.c:1863:15: style: The scope of the variable 'tmpkey' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/setobject.c:1896:15: style: The scope of the variable 'tmpkey' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/setobject.c:1928:15: style: The scope of the variable 'tmpkey' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/setobject.c:1928:24: style: The scope of the variable 'result' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/tupleobject.c:342:22: style: The scope of the variable 'y' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/tupleobject.c:662:30: style: The scope of the variable 'item' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/tupleobject.c:908:28: style: The scope of the variable 'q' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/tupleobject.c:966:15: style: The scope of the variable 'item' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/tupleobject.c:248:13: style: Variable 'fprintf' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/tupleobject.c:196:20: error: va_list 'vargs' was opened but not closed by va_end(). [va_end_missing]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/typeobject.c:2898:9: style: Variable 'abstract_methods' is reassigned a value before the old one has been used. [redundantAssignment]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/typeobject.c:2889:0: note: Variable 'abstract_methods' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/typeobject.c:2898:9: note: Variable 'abstract_methods' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/typeobject.c:75:21: style: The scope of the variable 'ref' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/typeobject.c:206:17: style: The scope of the variable 's' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/typeobject.c:267:15: style: The scope of the variable 'mod' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/typeobject.c:268:11: style: The scope of the variable 's' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/typeobject.c:377:15: style: The scope of the variable 'ref' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/typeobject.c:1292:23: style: The scope of the variable 'base' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/typeobject.c:1614:15: style: The scope of the variable 'mro' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/typeobject.c:1637:19: style: The scope of the variable 'cls' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/typeobject.c:1687:15: style: The scope of the variable 'base_proto' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/typeobject.c:2468:27: style: The scope of the variable 'base' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/typeobject.c:2637:28: style: The scope of the variable 'ref' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/typeobject.c:3355:24: style: The scope of the variable 'res' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/typeobject.c:4109:22: style: The scope of the variable 'ref' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/typeobject.c:4135:22: style: The scope of the variable 'ref' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/typeobject.c:4357:15: style: The scope of the variable 'arg' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/typeobject.c:5029:22: style: The scope of the variable 'res' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/typeobject.c:5029:28: style: The scope of the variable 'args' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/typeobject.c:5259:22: style: The scope of the variable 'args' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/typeobject.c:5259:29: style: The scope of the variable 'res' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/typeobject.c:5315:22: style: The scope of the variable 'res' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/typeobject.c:5332:22: style: The scope of the variable 'res' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/typeobject.c:5710:21: style: The scope of the variable 'res' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/typeobject.c:6107:15: style: The scope of the variable 'descr' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/typeobject.c:6238:9: style: The scope of the variable 'offset' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/typeobject.c:6311:15: style: The scope of the variable 'ref' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/typeobject.c:6592:18: style: The scope of the variable 'newobj' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/unicodeobject.c:202:0: error: #error "LONG_BIT is smaller than 32" [preprocessorErrorDirective]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Parser/firstsets.c:17:10: style: The scope of the variable 'd' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Parser/grammar.c:151:9: style: The scope of the variable 'i' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Parser/myreadline.c:42:11: style: The scope of the variable 'p' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Parser/myreadline.c:218:28: style: Variable '_PyOS_ReadlineTState' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Parser/parsetok.c:247:22: style: Condition 'text==NULL' is always true [knownConditionTrueFalse]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Parser/parsetok.c:238:26: note: Assignment 'text=NULL', assigned value is 0
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Parser/parsetok.c:247:22: note: Condition 'text==NULL' is always true
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Parser/parsetok.c:247:22: style: Same expression on both sides of '==' because the value of 'text' and 'NULL' are the same. [duplicateExpression]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Parser/parsetok.c:238:26: note: 'text' is assigned value 'NULL' here.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Parser/parsetok.c:247:22: note: Same expression on both sides of '==' because the value of 'text' and 'NULL' are the same.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Parser/pgen.c:636:10: style: The scope of the variable 'nf' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Parser/pgen.c:637:10: style: The scope of the variable 'd' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Parser/pgen.c:374:17: style: struct member '_ss_dfa::sd_nstates' is never used. [unusedStructMember]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Parser/pgen.c:375:15: style: struct member '_ss_dfa::sd_state' is never used. [unusedStructMember]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Parser/pgen.c:285:9: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Parser/printgrammar.c:46:10: style: The scope of the variable 'a' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Parser/printgrammar.c:64:12: style: The scope of the variable 's' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/Python-ast.c:442:15: style: The scope of the variable 'res' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/Python-ast.c:529:15: style: The scope of the variable 's' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/Python-ast.c:551:15: style: The scope of the variable 'value' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/Python-ast.c:6737:11: style: The scope of the variable 'req_name' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/ast.c:928:5: style: Variable 'decorator_seq' is reassigned a value before the old one has been used. [redundantAssignment]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/ast.c:924:0: note: Variable 'decorator_seq' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/ast.c:928:5: note: Variable 'decorator_seq' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/ast.c:169:11: style: The scope of the variable 'ch' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/ast.c:2051:23: style: The scope of the variable 'tmp' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/ast.c:2275:9: style: The scope of the variable 'i' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/ast.c:2275:12: style: The scope of the variable 'j' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/ast.c:2728:19: style: The scope of the variable 'num' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/ast.c:2728:24: style: The scope of the variable 'end' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/ast.c:3311:16: style: The scope of the variable 'dx' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/ast.c:865:21: style: Variable 'name_expr' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/bltinmodule.c:82:20: style: The scope of the variable 'item' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/bltinmodule.c:84:9: style: The scope of the variable 'cmp' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/bltinmodule.c:124:20: style: The scope of the variable 'item' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/bltinmodule.c:126:9: style: The scope of the variable 'cmp' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/ceval.c:1071:19: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/ceval.c:4280:13: style: Variable 't' is reassigned a value before the old one has been used. [redundantAssignment]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/ceval.c:4279:0: note: Variable 't' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/ceval.c:4280:13: note: Variable 't' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/ceval.c:3983:19: style: The scope of the variable 'w' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/ceval.c:4159:26: style: The scope of the variable 'w' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/ceval.c:4184:15: style: The scope of the variable 'w' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/ceval.c:4543:15: style: The scope of the variable 'dict' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/ceval.c:4543:22: style: The scope of the variable 'name' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/codecs.c:322:5: style: Variable 'encoder' is reassigned a value before the old one has been used. [redundantAssignment]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/codecs.c:318:0: note: Variable 'encoder' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/codecs.c:322:5: note: Variable 'encoder' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/codecs.c:369:5: style: Variable 'decoder' is reassigned a value before the old one has been used. [redundantAssignment]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/codecs.c:365:0: note: Variable 'decoder' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/codecs.c:369:5: note: Variable 'decoder' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/codecs.c:830:14: style: The scope of the variable 'i' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/compile.c:326:15: style: The scope of the variable 'v' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/compile.c:326:19: style: The scope of the variable 'k' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/compile.c:518:15: style: The scope of the variable 'capsule' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/compile.c:924:12: style: The scope of the variable 'd' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/compile.c:3704:16: style: The scope of the variable 'totsize' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/dtoa.c:139:0: error: #error "Exactly one of IEEE_8087 or IEEE_MC68k should be defined." [preprocessorErrorDirective]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/dynload_beos.c:60:18: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/dynload_beos.c:147:18: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/dynload_win.c:69:30: style: The scope of the variable 'import_data' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/dynload_win.c:170:26: style: The scope of the variable 'import_python' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/dynload_win.c:179:0: style: Variable 'cookie' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/formatter.h:628:9: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/getargs.c:1225:23: style: The scope of the variable 'type' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/getargs.c:1544:44: style: The scope of the variable 'keyword' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/getargs.c:1547:33: style: The scope of the variable 'current_arg' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/getargs.c:1795:19: style: The scope of the variable 'msg' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/getargs.c:1828:16: style: The scope of the variable 'o' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/getargs.c:387:26: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/getargs.c:114:5: error: va_list 'lva' used before va_start() was called. [va_list_usedBeforeStarted]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/getargs.c:118:37: error: va_list 'lva' used before va_start() was called. [va_list_usedBeforeStarted]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/getargs.c:132:5: error: va_list 'lva' used before va_start() was called. [va_list_usedBeforeStarted]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/getargs.c:136:37: error: va_list 'lva' used before va_start() was called. [va_list_usedBeforeStarted]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/getargs.c:1842:17: error: va_list 'vargs' was opened but not closed by va_end(). [va_end_missing]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/import.c:423:19: style: The scope of the variable 'v' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/import.c:2218:25: style: The scope of the variable 'modname' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/import.c:2218:35: style: The scope of the variable 'modpath' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/import.c:2557:39: style: Function 'import_submodule' argument 2 names different: declaration 'name' definition 'subname'. [funcArgNamesDifferent]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/import.c:2113:57: note: Function 'import_submodule' argument 2 names different: declaration 'name' definition 'subname'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/import.c:2557:39: note: Function 'import_submodule' argument 2 names different: declaration 'name' definition 'subname'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/marshal.c:1022:13: style: Variable 'code' is reassigned a value before the old one has been used. [redundantAssignment]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/marshal.c:1004:0: note: Variable 'code' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/marshal.c:1022:13: note: Variable 'code' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/modsupport.c:35:27: style: The scope of the variable 'n' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/modsupport.c:36:18: style: The scope of the variable 'ml' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/modsupport.c:526:5: error: va_list 'lva' used before va_start() was called. [va_list_usedBeforeStarted]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/mystrtoul.c:78:0: error: #error "Need table for SIZEOF_LONG" [preprocessorErrorDirective]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/peephole.c:39:26: style: The scope of the variable 'constant' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/pymath.c:37:12: style: The scope of the variable 'yx' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/pythonrun.c:147:15: style: The scope of the variable 'sys_stream' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/pythonrun.c:147:28: style: The scope of the variable 'sys_isatty' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/pythonrun.c:747:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/pythonrun.c:873:23: style: The scope of the variable 'buf' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/structmember.c:95:41: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/structmember.c:98:33: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/structmember.c:308:10: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/structmember.c:312:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/structmember.c:313:15: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/structmember.c:11:9: style: The scope of the variable 'i' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/symtable.c:469:41: warning: Comparison of a boolean expression with an integer other than 0 or 1. [compareBoolExpressionWithInt]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/symtable.c:629:5: style: Variable 'local' is reassigned a value before the old one has been used. [redundantAssignment]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/symtable.c:623:0: note: Variable 'local' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/symtable.c:629:5: note: Variable 'local' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/symtable.c:744:5: style: Variable 'temp_bound' is reassigned a value before the old one has been used. [redundantAssignment]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/symtable.c:735:0: note: Variable 'temp_bound' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/symtable.c:744:5: note: Variable 'temp_bound' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/symtable.c:530:26: style: The scope of the variable 'u' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/symtable.c:530:30: style: The scope of the variable 'w' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/symtable.c:1182:50: style: Function 'symtable_visit_expr' argument 2 names different: declaration 's' definition 'e'. [funcArgNamesDifferent]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/symtable.c:168:61: note: Function 'symtable_visit_expr' argument 2 names different: declaration 's' definition 'e'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/symtable.c:1182:50: note: Function 'symtable_visit_expr' argument 2 names different: declaration 's' definition 'e'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/symtable.c:1308:64: style: Function 'symtable_visit_params' argument 3 names different: declaration 'top' definition 'toplevel'. [funcArgNamesDifferent]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/symtable.c:178:75: note: Function 'symtable_visit_params' argument 3 names different: declaration 'top' definition 'toplevel'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/symtable.c:1308:64: note: Function 'symtable_visit_params' argument 3 names different: declaration 'top' definition 'toplevel'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/symtable.c:1532:52: style: Function 'symtable_visit_genexp' argument 2 names different: declaration 's' definition 'e'. [funcArgNamesDifferent]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/symtable.c:169:63: note: Function 'symtable_visit_genexp' argument 2 names different: declaration 's' definition 'e'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/symtable.c:1532:52: note: Function 'symtable_visit_genexp' argument 2 names different: declaration 's' definition 'e'.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/sysmodule.c:378:9: style: Variable 'frame->f_trace' is reassigned a value before the old one has been used. [redundantAssignment]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/sysmodule.c:376:9: note: Variable 'frame->f_trace' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/sysmodule.c:378:9: note: Variable 'frame->f_trace' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/sysmodule.c:1340:11: style: The scope of the variable 's' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/sysmodule.c:1517:19: style: The scope of the variable 'w' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/traceback.c:173:13: style: Condition 'err!=0' is always false [knownConditionTrueFalse]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/traceback.c:121:15: note: Assignment 'err=0', assigned value is 0
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/traceback.c:173:13: note: Condition 'err!=0' is always false
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/traceback.c:173:13: style: Same expression on both sides of '!=' because the value of 'err' and '0' are the same. [duplicateExpression]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/traceback.c:121:15: note: 'err' is assigned value '0' here.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/traceback.c:173:13: note: Same expression on both sides of '!=' because the value of 'err' and '0' are the same.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Python/traceback.c:125:10: style: The scope of the variable 'namebuf' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/msisupport.c:36:5: style: Variable 'path' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Sockets/DataSink/DataSink.c:268:10: style: The scope of the variable 'BytesReceived' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Sockets/DataSink/DataSink.c:269:7: style: The scope of the variable 'CloseStatus' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Sockets/DataSink/DataSink.c:272:7: style: The scope of the variable 'FdCount' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Sockets/DataSink/DataSink.c:275:24: style: The scope of the variable 'pPortIpAddress4' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Sockets/DataSink/DataSink.c:276:25: style: The scope of the variable 'pPortIpAddress6' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Sockets/DataSink/DataSink.c:280:7: style: The scope of the variable 'Socket' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Sockets/DataSource/DataSource.c:586:1: style: Variable 'Status' is reassigned a value before the old one has been used. [redundantAssignment]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Sockets/DataSource/DataSource.c:581:7: note: Variable 'Status' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Sockets/DataSource/DataSource.c:586:1: note: Variable 'Status' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Sockets/DataSource/DataSource.c:1100:1: style: Variable 'Status' is reassigned a value before the old one has been used. [redundantAssignment]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Sockets/DataSource/DataSource.c:1095:7: note: Variable 'Status' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Sockets/DataSource/DataSource.c:1100:1: note: Variable 'Status' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Sockets/DataSource/DataSource.c:330:7: style: The scope of the variable 'CloseStatus' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Sockets/DataSource/DataSource.c:547:10: style: The scope of the variable 'BytesSent' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Sockets/DataSource/DataSource.c:682:11: style: The scope of the variable 'pIpAddress' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Sockets/DataSource/DataSource.c:1139:11: style: The scope of the variable 'pIpAddress' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Sockets/GetAddrInfo/GetAddrInfo.c:45:7: style: The scope of the variable 'Index' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Sockets/GetAddrInfo/GetAddrInfo.c:46:7: style: The scope of the variable 'MaxLen' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Sockets/GetAddrInfo/GetAddrInfo.c:48:10: style: The scope of the variable 'pHostName' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Sockets/GetAddrInfo/GetAddrInfo.c:50:10: style: The scope of the variable 'pServerName' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Sockets/GetHostByAddr/GetHostByAddr.c:46:11: style: The scope of the variable 'pIpAddress' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Sockets/GetHostByAddr/GetHostByAddr.c:47:11: style: The scope of the variable 'ppName' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Sockets/GetHostByDns/GetHostByDns.c:43:11: style: The scope of the variable 'pIpAddress' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Sockets/GetHostByDns/GetHostByDns.c:44:20: style: The scope of the variable 'pHost' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Sockets/GetHostByName/GetHostByName.c:43:11: style: The scope of the variable 'pIpAddress' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Sockets/GetHostByName/GetHostByName.c:44:11: style: The scope of the variable 'ppName' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Sockets/GetNameInfo/GetNameInfo.c:47:10: style: The scope of the variable 'pHostName' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Sockets/GetNameInfo/GetNameInfo.c:49:10: style: The scope of the variable 'pServerName' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Sockets/GetNetByAddr/GetNetByAddr.c:44:19: style: The scope of the variable 'pNetwork' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Sockets/GetNetByName/GetNetByName.c:41:11: style: The scope of the variable 'pIpAddress' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Sockets/GetServByName/GetServByName.c:41:7: style: The scope of the variable 'PortNumber' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Sockets/GetServByName/GetServByName.c:42:20: style: The scope of the variable 'pService' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Sockets/GetServByPort/GetServByPort.c:43:20: style: The scope of the variable 'pService' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Sockets/OobRx/OobRx.c:34:10: style: The scope of the variable 'a' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Sockets/OobRx/OobRx.c:35:11: style: The scope of the variable 'BytesReceived' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Sockets/OobRx/OobRx.c:48:12: style: The scope of the variable 'pTransmittedBytes' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Sockets/OobTx/OobTx.c:36:11: style: The scope of the variable 'BytesTransmitted' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Sockets/RawIp4Rx/RawIp4Rx.c:34:11: style: The scope of the variable 'BytesReceived' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Sockets/RawIp4Tx/RawIp4Tx.c:35:11: style: The scope of the variable 'BytesTransmitted' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Sockets/RecvDgram/RecvDgram.c:47:11: style: The scope of the variable 'LengthInBytes' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Sockets/RecvDgram/RecvDgram.c:49:7: style: The scope of the variable 'Status' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Sockets/SetSockOpt/SetSockOpt.c:84:10: style: The scope of the variable 'pString' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Sockets/SetSockOpt/SetSockOpt.c:181:7: style: The scope of the variable 'Values' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Sockets/SetSockOpt/SetSockOpt.c:253:7: style: The scope of the variable 's' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Sockets/SetSockOpt/SetSockOpt.c:254:7: style: The scope of the variable 'Status' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Sockets/TftpServer/TftpServer.c:35:10: style: The scope of the variable 'BytesRead' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Sockets/TftpServer/TftpServer.c:123:17: style: The scope of the variable 'pEnd' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Sockets/TftpServer/TftpServer.c:348:11: style: The scope of the variable 'pBuffer' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Sockets/TftpServer/TftpServer.c:642:11: style: The scope of the variable 'LengthInBytes' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Sockets/TftpServer/TftpServer.c:725:29: style: The scope of the variable 'pContext' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Sockets/TftpServer/TftpServer.c:728:7: style: The scope of the variable 'revents' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Sockets/TftpServer/TftpServer.c:903:7: style: The scope of the variable 'FDCount' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Sockets/TftpServer/TftpServer.c:1671:11: style: The scope of the variable 'pEnd' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Sockets/TftpServer/TftpServer.c:1674:11: style: The scope of the variable 'pOption' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Sockets/TftpServer/TftpServer.c:1675:11: style: The scope of the variable 'pReadMode' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Sockets/TftpServer/TftpServer.c:1898:7: style: The scope of the variable 'SocketStatus' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Sockets/TftpServer/TftpServer.c:1899:19: style: The scope of the variable 'pTftpPort' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Sockets/WebServer/ACPI.c:553:5: style: Variable 'Status' is reassigned a value before the old one has been used. [redundantAssignment]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Sockets/WebServer/ACPI.c:545:5: note: Variable 'Status' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Sockets/WebServer/ACPI.c:553:5: note: Variable 'Status' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Sockets/WebServer/ConfigurationTable.c:299:29: style: The scope of the variable 'pEnd' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Sockets/WebServer/HTTP.c:392:7: style: The scope of the variable 'RetVal' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Sockets/WebServer/HTTP.c:535:11: style: The scope of the variable 'pEnd' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Sockets/WebServer/HTTP.c:538:11: style: The scope of the variable 'pVerb' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Sockets/WebServer/HTTP.c:539:11: style: The scope of the variable 'pVersion' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Sockets/WebServer/HTTP.c:540:11: style: The scope of the variable 'pWebPage' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Sockets/WebServer/HTTP.c:649:10: style: The scope of the variable 'DataBytes' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Sockets/WebServer/HTTP.c:650:10: style: The scope of the variable 'MaxBytes' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Sockets/WebServer/SystemTable.c:806:5: style: Variable 'Status' is reassigned a value before the old one has been used. [redundantAssignment]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Sockets/WebServer/SystemTable.c:797:5: note: Variable 'Status' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Sockets/WebServer/SystemTable.c:806:5: note: Variable 'Status' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Sockets/WebServer/WebServer.c:42:19: style: The scope of the variable 'pFdList' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Sockets/WebServer/WebServer.c:325:10: style: The scope of the variable 'LengthInBytes' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Sockets/WebServer/WebServer.c:326:7: style: The scope of the variable 'NewSocket' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/AppPkg/Applications/Sockets/WebServer/WebServer.c:584:7: style: The scope of the variable 'SocketStatus' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/ArmPkg/Drivers/CpuDxe/AArch64/Mmu.c:255:14: style: The scope of the variable 'NextTranslationTable' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/ArmPkg/Drivers/CpuDxe/CpuMmuCommon.c:182:32: style: Function 'CpuSetMemoryAttributes' argument 4 names different: declaration 'Attributes' definition 'EfiAttributes'. [funcArgNamesDifferent]
edk2-0~20180803.dd4cae4d/ArmPkg/Drivers/CpuDxe/CpuDxe.h:102:32: note: Function 'CpuSetMemoryAttributes' argument 4 names different: declaration 'Attributes' definition 'EfiAttributes'.
edk2-0~20180803.dd4cae4d/ArmPkg/Drivers/CpuDxe/CpuMmuCommon.c:182:32: note: Function 'CpuSetMemoryAttributes' argument 4 names different: declaration 'Attributes' definition 'EfiAttributes'.
edk2-0~20180803.dd4cae4d/ArmPkg/Filesystem/SemihostFs/Arm/SemihostFs.c:1152:10: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
edk2-0~20180803.dd4cae4d/ArmPkg/Filesystem/SemihostFs/Arm/SemihostFs.c:1154:5: note: Found duplicate branches for 'if' and 'else'.
edk2-0~20180803.dd4cae4d/ArmPkg/Filesystem/SemihostFs/Arm/SemihostFs.c:1152:10: note: Found duplicate branches for 'if' and 'else'.
edk2-0~20180803.dd4cae4d/ArmPkg/Filesystem/SemihostFs/Arm/SemihostFs.c:453:19: style: The scope of the variable 'FileName' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/ArmPkg/Filesystem/SemihostFs/Arm/SemihostFs.c:829:26: style: The scope of the variable 'Info' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/ArmPkg/Filesystem/SemihostFs/Arm/SemihostFs.c:1110:26: style: The scope of the variable 'Info' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/ArmPkg/Filesystem/SemihostFs/Arm/SemihostFs.c:675:20: style: Function 'FileGetPosition' argument 1 names different: declaration 'File' definition 'This'. [funcArgNamesDifferent]
edk2-0~20180803.dd4cae4d/ArmPkg/Filesystem/SemihostFs/Arm/SemihostFs.h:154:20: note: Function 'FileGetPosition' argument 1 names different: declaration 'File' definition 'This'.
edk2-0~20180803.dd4cae4d/ArmPkg/Filesystem/SemihostFs/Arm/SemihostFs.c:675:20: note: Function 'FileGetPosition' argument 1 names different: declaration 'File' definition 'This'.
edk2-0~20180803.dd4cae4d/ArmPkg/Filesystem/SemihostFs/Arm/SemihostFs.c:708:16: style: Function 'FileSetPosition' argument 1 names different: declaration 'File' definition 'This'. [funcArgNamesDifferent]
edk2-0~20180803.dd4cae4d/ArmPkg/Filesystem/SemihostFs/Arm/SemihostFs.h:173:16: note: Function 'FileSetPosition' argument 1 names different: declaration 'File' definition 'This'.
edk2-0~20180803.dd4cae4d/ArmPkg/Filesystem/SemihostFs/Arm/SemihostFs.c:708:16: note: Function 'FileSetPosition' argument 1 names different: declaration 'File' definition 'This'.
edk2-0~20180803.dd4cae4d/ArmPkg/Library/ArmDisassemblerLib/ArmDisassembler.c:321:11: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
edk2-0~20180803.dd4cae4d/ArmPkg/Library/ArmDisassemblerLib/ArmDisassembler.c:167:14: style: The scope of the variable 'Type' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/ArmPkg/Library/ArmDisassemblerLib/ArmDisassembler.c:167:21: style: The scope of the variable 'Root' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/ArmPkg/Library/ArmDisassemblerLib/ArmDisassembler.c:318:10: style: Variable 'S' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/ArmPkg/Library/ArmDisassemblerLib/ArmDisassembler.c:319:10: style: Variable 'H' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/ArmPkg/Library/ArmDisassemblerLib/ArmDisassembler.c:249:19: style: Mismatching assignment and comparison, comparison 'shift==18' is always false. [assignIfError]
edk2-0~20180803.dd4cae4d/ArmPkg/Library/ArmDisassemblerLib/ArmDisassembler.c:241:15: note: Mismatching assignment and comparison, comparison 'shift==18' is always false.
edk2-0~20180803.dd4cae4d/ArmPkg/Library/ArmDisassemblerLib/ArmDisassembler.c:249:19: note: Mismatching assignment and comparison, comparison 'shift==18' is always false.
edk2-0~20180803.dd4cae4d/ArmPkg/Library/ArmDisassemblerLib/ArmDisassembler.c:279:19: style: Mismatching assignment and comparison, comparison 'shift==18' is always false. [assignIfError]
edk2-0~20180803.dd4cae4d/ArmPkg/Library/ArmDisassemblerLib/ArmDisassembler.c:270:15: note: Mismatching assignment and comparison, comparison 'shift==18' is always false.
edk2-0~20180803.dd4cae4d/ArmPkg/Library/ArmDisassemblerLib/ArmDisassembler.c:279:19: note: Mismatching assignment and comparison, comparison 'shift==18' is always false.
edk2-0~20180803.dd4cae4d/ArmPkg/Library/ArmMmuLib/AArch64/ArmMmuLibCore.c:346:12: style: The scope of the variable 'BlockEntry' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/ArmPkg/Library/ArmSmcPsciResetSystemLib/ArmSmcPsciResetSystemLib.c:95:10: style: The scope of the variable 'Reset' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/ArmPkg/Library/ArmSoftFloatLib/bits32/softfloat.c:1126:13: style: Variable 'bSign' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/ArmPkg/Library/ArmSoftFloatLib/bits32/softfloat.c:1118:27: style: Unused variable: allZero [unusedVariable]
edk2-0~20180803.dd4cae4d/ArmPkg/Library/ArmSoftFloatLib/bits32/softfloat.c:1357:11: style: Unused variable: aExp [unusedVariable]
edk2-0~20180803.dd4cae4d/ArmPkg/Library/ArmSoftFloatLib/bits32/softfloat.c:1357:17: style: Unused variable: bExp [unusedVariable]
edk2-0~20180803.dd4cae4d/ArmPkg/Library/CompilerIntrinsicsLib/Arm/Llvm_int_lib.h:98:0: error: #error COUNT_LEADING_ZEROS() and COUNT_TRAILING_ZEROS() macros not ported to your compiler [preprocessorErrorDirective]
edk2-0~20180803.dd4cae4d/ArmPkg/Library/CompilerIntrinsicsLib/memcpy_ms.c:25:50: style: Function 'memcpy' argument 3 names different: declaration '__int32' definition 'n'. [funcArgNamesDifferent]
edk2-0~20180803.dd4cae4d/ArmPkg/Library/CompilerIntrinsicsLib/memcpy_ms.c:22:0: note: Function 'memcpy' argument 3 names different: declaration '__int32' definition 'n'.
edk2-0~20180803.dd4cae4d/ArmPkg/Library/CompilerIntrinsicsLib/memcpy_ms.c:25:50: note: Function 'memcpy' argument 3 names different: declaration '__int32' definition 'n'.
edk2-0~20180803.dd4cae4d/ArmPkg/Library/CompilerIntrinsicsLib/memset_ms.c:25:37: style: Function 'memset' argument 3 names different: declaration '__int32' definition 'n'. [funcArgNamesDifferent]
edk2-0~20180803.dd4cae4d/ArmPkg/Library/CompilerIntrinsicsLib/memset_ms.c:22:0: note: Function 'memset' argument 3 names different: declaration '__int32' definition 'n'.
edk2-0~20180803.dd4cae4d/ArmPkg/Library/CompilerIntrinsicsLib/memset_ms.c:25:37: note: Function 'memset' argument 3 names different: declaration '__int32' definition 'n'.
edk2-0~20180803.dd4cae4d/ArmPkg/Library/DebugAgentSymbolsBaseLib/DebugAgentSymbolsBaseLib.c:187:44: style: The scope of the variable 'DebugEntry' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/ArmPkg/Library/DebugAgentSymbolsBaseLib/DebugAgentSymbolsBaseLib.c:188:44: style: The scope of the variable 'CodeViewEntryPointer' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/ArmPkg/Library/DebugPeCoffExtraActionLib/DebugPeCoffExtraActionLib.c:86:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
edk2-0~20180803.dd4cae4d/ArmPkg/Library/DebugPeCoffExtraActionLib/DebugPeCoffExtraActionLib.c:101:5: note: Found duplicate branches for 'if' and 'else'.
edk2-0~20180803.dd4cae4d/ArmPkg/Library/DebugPeCoffExtraActionLib/DebugPeCoffExtraActionLib.c:86:3: note: Found duplicate branches for 'if' and 'else'.
edk2-0~20180803.dd4cae4d/ArmPkg/Library/DebugPeCoffExtraActionLib/DebugPeCoffExtraActionLib.c:83:9: style: Variable 'Temp' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/ArmPkg/Library/DebugPeCoffExtraActionLib/DebugPeCoffExtraActionLib.c:125:9: style: Variable 'Temp' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/ArmPkg/Library/DefaultExceptionHandlerLib/AArch64/DefaultExceptionHandler.c:175:13: style: The scope of the variable 'Fp' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/ArmPkg/Library/PlatformBootManagerLib/PlatformBm.c:615:32: style: The scope of the variable 'CapsuleHeader' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/ArmPkg/Library/SemihostLib/SemihostLib.c:55:14: style: Condition 'Result==-1' is always true [knownConditionTrueFalse]
edk2-0~20180803.dd4cae4d/ArmPkg/Library/SemihostLib/SemihostLib.c:53:12: note: Assignment 'Result=-1', assigned value is -1
edk2-0~20180803.dd4cae4d/ArmPkg/Library/SemihostLib/SemihostLib.c:55:14: note: Condition 'Result==-1' is always true
edk2-0~20180803.dd4cae4d/ArmPkg/Library/SemihostLib/SemihostLib.c:79:14: style: Condition 'Result<0' is always true [knownConditionTrueFalse]
edk2-0~20180803.dd4cae4d/ArmPkg/Library/SemihostLib/SemihostLib.c:75:12: note: Assignment 'Result=-1', assigned value is -1
edk2-0~20180803.dd4cae4d/ArmPkg/Library/SemihostLib/SemihostLib.c:79:14: note: Condition 'Result<0' is always true
edk2-0~20180803.dd4cae4d/ArmPkg/Library/SemihostLib/SemihostLib.c:146:14: style: Condition 'Result==-1' is always true [knownConditionTrueFalse]
edk2-0~20180803.dd4cae4d/ArmPkg/Library/SemihostLib/SemihostLib.c:144:18: note: Assignment 'Result=-1', assigned value is -1
edk2-0~20180803.dd4cae4d/ArmPkg/Library/SemihostLib/SemihostLib.c:146:14: note: Condition 'Result==-1' is always true
edk2-0~20180803.dd4cae4d/ArmPkg/Library/SemihostLib/SemihostLib.c:167:14: style: Condition 'Result==-1' is always true [knownConditionTrueFalse]
edk2-0~20180803.dd4cae4d/ArmPkg/Library/SemihostLib/SemihostLib.c:165:12: note: Assignment 'Result=-1', assigned value is -1
edk2-0~20180803.dd4cae4d/ArmPkg/Library/SemihostLib/SemihostLib.c:167:14: note: Condition 'Result==-1' is always true
edk2-0~20180803.dd4cae4d/ArmPkg/Library/SemihostLib/SemihostLib.c:208:14: style: Condition 'Result!=0' is always true [knownConditionTrueFalse]
edk2-0~20180803.dd4cae4d/ArmPkg/Library/SemihostLib/SemihostLib.c:206:12: note: Assignment 'Result=-1', assigned value is -1
edk2-0~20180803.dd4cae4d/ArmPkg/Library/SemihostLib/SemihostLib.c:208:14: note: Condition 'Result!=0' is always true
edk2-0~20180803.dd4cae4d/ArmPkg/Library/SemihostLib/SemihostLib.c:233:14: style: Condition 'Result==0' is always false [knownConditionTrueFalse]
edk2-0~20180803.dd4cae4d/ArmPkg/Library/SemihostLib/SemihostLib.c:231:12: note: Assignment 'Result=-1', assigned value is -1
edk2-0~20180803.dd4cae4d/ArmPkg/Library/SemihostLib/SemihostLib.c:233:14: note: Condition 'Result==0' is always false
edk2-0~20180803.dd4cae4d/ArmPkg/Library/SemihostLib/SemihostLib.c:271:14: style: Condition 'Result!=0' is always true [knownConditionTrueFalse]
edk2-0~20180803.dd4cae4d/ArmPkg/Library/SemihostLib/SemihostLib.c:269:12: note: Assignment 'Result=-1', assigned value is -1
edk2-0~20180803.dd4cae4d/ArmPkg/Library/SemihostLib/SemihostLib.c:271:14: note: Condition 'Result!=0' is always true
edk2-0~20180803.dd4cae4d/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/LcdGraphicsOutputBlt.c:746:3: style: Variable 'FrameBufferBase' is reassigned a value before the old one has been used. [redundantAssignment]
edk2-0~20180803.dd4cae4d/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/LcdGraphicsOutputBlt.c:737:3: note: Variable 'FrameBufferBase' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/LcdGraphicsOutputBlt.c:746:3: note: Variable 'FrameBufferBase' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/LcdGraphicsOutputBlt.c:277:20: style: The scope of the variable 'DestinationAddr' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/LcdGraphicsOutputBlt.c:421:20: style: The scope of the variable 'SourceAddr' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/LcdGraphicsOutputBlt.c:422:20: style: The scope of the variable 'DestinationAddr' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/LcdGraphicsOutputBlt.c:580:20: style: The scope of the variable 'SourceAddr' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/LcdGraphicsOutputBlt.c:581:20: style: The scope of the variable 'DestinationAddr' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/LcdGraphicsOutputDxe.c:115:3: style: Variable 'Status' is reassigned a value before the old one has been used. [redundantAssignment]
edk2-0~20180803.dd4cae4d/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/LcdGraphicsOutputDxe.c:111:0: note: Variable 'Status' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/LcdGraphicsOutputDxe.c:115:3: note: Variable 'Status' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/LcdGraphicsOutputDxe.c:160:3: style: Variable 'Status' is reassigned a value before the old one has been used. [redundantAssignment]
edk2-0~20180803.dd4cae4d/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/LcdGraphicsOutputDxe.c:157:0: note: Variable 'Status' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/LcdGraphicsOutputDxe.c:160:3: note: Variable 'Status' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.c:766:22: style: The scope of the variable 'Destination64' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.c:990:25: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
edk2-0~20180803.dd4cae4d/ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.c:1009:24: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
edk2-0~20180803.dd4cae4d/ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.c:1026:26: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
edk2-0~20180803.dd4cae4d/ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.c:1124:35: style: Function 'NorFlashDiskIoReadDisk' argument 3 names different: declaration 'Offset' definition 'DiskOffset'. [funcArgNamesDifferent]
edk2-0~20180803.dd4cae4d/ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.h:218:35: note: Function 'NorFlashDiskIoReadDisk' argument 3 names different: declaration 'Offset' definition 'DiskOffset'.
edk2-0~20180803.dd4cae4d/ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.c:1124:35: note: Function 'NorFlashDiskIoReadDisk' argument 3 names different: declaration 'Offset' definition 'DiskOffset'.
edk2-0~20180803.dd4cae4d/ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.c:1169:35: style: Function 'NorFlashDiskIoWriteDisk' argument 3 names different: declaration 'Offset' definition 'DiskOffset'. [funcArgNamesDifferent]
edk2-0~20180803.dd4cae4d/ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.h:231:35: note: Function 'NorFlashDiskIoWriteDisk' argument 3 names different: declaration 'Offset' definition 'DiskOffset'.
edk2-0~20180803.dd4cae4d/ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.c:1169:35: note: Function 'NorFlashDiskIoWriteDisk' argument 3 names different: declaration 'Offset' definition 'DiskOffset'.
edk2-0~20180803.dd4cae4d/ArmPlatformPkg/Drivers/PL061GpioDxe/PL061Gpio.c:183:3: style: Variable 'Status' is reassigned a value before the old one has been used. [redundantAssignment]
edk2-0~20180803.dd4cae4d/ArmPlatformPkg/Drivers/PL061GpioDxe/PL061Gpio.c:180:0: note: Variable 'Status' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/ArmPlatformPkg/Drivers/PL061GpioDxe/PL061Gpio.c:183:3: note: Variable 'Status' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/ArmPlatformPkg/Drivers/PL061GpioDxe/PL061Gpio.c:228:3: style: Variable 'Status' is reassigned a value before the old one has been used. [redundantAssignment]
edk2-0~20180803.dd4cae4d/ArmPlatformPkg/Drivers/PL061GpioDxe/PL061Gpio.c:225:0: note: Variable 'Status' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/ArmPlatformPkg/Drivers/PL061GpioDxe/PL061Gpio.c:228:3: note: Variable 'Status' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/ArmPlatformPkg/Drivers/PL061GpioDxe/PL061Gpio.c:290:3: style: Variable 'Status' is reassigned a value before the old one has been used. [redundantAssignment]
edk2-0~20180803.dd4cae4d/ArmPlatformPkg/Drivers/PL061GpioDxe/PL061Gpio.c:287:0: note: Variable 'Status' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/ArmPlatformPkg/Drivers/PL061GpioDxe/PL061Gpio.c:290:3: note: Variable 'Status' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/ArmPlatformPkg/Drivers/PL061GpioDxe/PL061Gpio.c:372:26: style: The scope of the variable 'GpioController' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/ArmPlatformPkg/Library/HdLcd/HdLcd.c:54:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
edk2-0~20180803.dd4cae4d/ArmVirtPkg/XenAcpiPlatformDxe/XenAcpiPlatformDxe.c:197:14: warning: Possible null pointer dereference: DsdtTable [nullPointer]
edk2-0~20180803.dd4cae4d/ArmVirtPkg/XenAcpiPlatformDxe/XenAcpiPlatformDxe.c:127:17: note: Assignment 'DsdtTable=NULL', assigned value is 0
edk2-0~20180803.dd4cae4d/ArmVirtPkg/XenAcpiPlatformDxe/XenAcpiPlatformDxe.c:197:14: note: Null pointer dereference
edk2-0~20180803.dd4cae4d/ArmVirtPkg/XenAcpiPlatformDxe/XenAcpiPlatformDxe.c:115:53: style: The scope of the variable 'CurrentTableEntry' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/ArmVirtPkg/XenAcpiPlatformDxe/XenAcpiPlatformDxe.c:121:53: style: The scope of the variable 'Xsdt' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/BrotliCompress/dec/decode.c:1443:9: style: The scope of the variable 'postfix' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/BrotliCompress/dec/huffman.c:103:54: style: Function 'BrotliBuildCodeLengthsHuffmanTable' argument 1 names different: declaration 'root_table' definition 'table'. [funcArgNamesDifferent]
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/BrotliCompress/dec/huffman.h:41:70: note: Function 'BrotliBuildCodeLengthsHuffmanTable' argument 1 names different: declaration 'root_table' definition 'table'.
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/BrotliCompress/dec/huffman.c:103:54: note: Function 'BrotliBuildCodeLengthsHuffmanTable' argument 1 names different: declaration 'root_table' definition 'table'.
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/BrotliCompress/dec/huffman.c:173:44: style: Function 'BrotliBuildHuffmanTable' argument 4 names different: declaration 'count_arg' definition 'count'. [funcArgNamesDifferent]
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/BrotliCompress/dec/huffman.h:47:66: note: Function 'BrotliBuildHuffmanTable' argument 4 names different: declaration 'count_arg' definition 'count'.
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/BrotliCompress/dec/huffman.c:173:44: note: Function 'BrotliBuildHuffmanTable' argument 4 names different: declaration 'count_arg' definition 'count'.
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/BrotliCompress/dec/huffman.c:268:50: style: Function 'BrotliBuildSimpleHuffmanTable' argument 3 names different: declaration 'symbols' definition 'val'. [funcArgNamesDifferent]
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/BrotliCompress/dec/huffman.h:54:30: note: Function 'BrotliBuildSimpleHuffmanTable' argument 3 names different: declaration 'symbols' definition 'val'.
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/BrotliCompress/dec/huffman.c:268:50: note: Function 'BrotliBuildSimpleHuffmanTable' argument 3 names different: declaration 'symbols' definition 'val'.
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/BrotliCompress/enc/hash.h:304:7: style: Variable 'self->forest_' is reassigned a value before the old one has been used. [redundantAssignment]
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/BrotliCompress/enc/hash.h:303:7: note: Variable 'self->forest_' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/BrotliCompress/enc/hash.h:304:7: note: Variable 'self->forest_' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/BrotliCompress/enc/block_splitter_inc.h:282:5: style: Variable 'pairs' is reassigned a value before the old one has been used. [redundantAssignment]
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/BrotliCompress/enc/block_splitter_inc.h:281:5: note: Variable 'pairs' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/BrotliCompress/enc/block_splitter_inc.h:282:5: note: Variable 'pairs' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/BrotliCompress/enc/block_splitter_inc.h:217:11: style: The scope of the variable 'max_type' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/BrotliCompress/enc/block_splitter.c:129:36: style: Function 'BrotliSplitBlock' argument 5 names different: declaration 'offset' definition 'pos'. [funcArgNamesDifferent]
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/BrotliCompress/enc/block_splitter.h:40:52: note: Function 'BrotliSplitBlock' argument 5 names different: declaration 'offset' definition 'pos'.
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/BrotliCompress/enc/block_splitter.c:129:36: note: Function 'BrotliSplitBlock' argument 5 names different: declaration 'offset' definition 'pos'.
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/BrotliCompress/enc/brotli_bit_stream.c:948:39: style: Function 'BrotliStoreMetaBlock' argument 8 names different: declaration 'is_final_block' definition 'is_last'. [funcArgNamesDifferent]
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/BrotliCompress/enc/brotli_bit_stream.h:51:55: note: Function 'BrotliStoreMetaBlock' argument 8 names different: declaration 'is_final_block' definition 'is_last'.
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/BrotliCompress/enc/brotli_bit_stream.c:948:39: note: Function 'BrotliStoreMetaBlock' argument 8 names different: declaration 'is_final_block' definition 'is_last'.
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/BrotliCompress/enc/cluster_inc.h:250:34: style: Variable 'pairs_capacity' is assigned a value that is never used. [unreadVariable]
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/BrotliCompress/enc/encode.c:1386:10: style: Condition 'BROTLI_TRUE' is always true [knownConditionTrueFalse]
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/BrotliCompress/enc/encode.c:1495:10: style: Condition 'BROTLI_TRUE' is always true [knownConditionTrueFalse]
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/BrotliCompress/enc/encode.c:184:5: style: Variable 's->storage_' is reassigned a value before the old one has been used. [redundantAssignment]
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/BrotliCompress/enc/encode.c:183:5: note: Variable 's->storage_' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/BrotliCompress/enc/encode.c:184:5: note: Variable 's->storage_' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/BrotliCompress/enc/encode.c:1315:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/BrotliCompress/enc/encode.c:1311:0: note: Variable 'result' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/BrotliCompress/enc/encode.c:1315:5: note: Variable 'result' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/BrotliCompress/enc/encode.c:106:56: style: Function 'BrotliEncoderInputBlockSize' argument 1 names different: declaration 'state' definition 's'. [funcArgNamesDifferent]
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/BrotliCompress/enc/encode.h:79:56: note: Function 'BrotliEncoderInputBlockSize' argument 1 names different: declaration 'state' definition 's'.
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/BrotliCompress/enc/encode.c:106:56: note: Function 'BrotliEncoderInputBlockSize' argument 1 names different: declaration 'state' definition 's'.
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/BrotliCompress/enc/encode.c:665:61: style: Function 'BrotliEncoderCopyInputToRingBuffer' argument 1 names different: declaration 'state' definition 's'. [funcArgNamesDifferent]
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/BrotliCompress/enc/encode.h:118:61: note: Function 'BrotliEncoderCopyInputToRingBuffer' argument 1 names different: declaration 'state' definition 's'.
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/BrotliCompress/enc/encode.c:665:61: note: Function 'BrotliEncoderCopyInputToRingBuffer' argument 1 names different: declaration 'state' definition 's'.
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/BrotliCompress/enc/encode.c:721:59: style: Function 'BrotliEncoderSetCustomDictionary' argument 1 names different: declaration 'state' definition 's'. [funcArgNamesDifferent]
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/BrotliCompress/enc/encode.h:141:59: note: Function 'BrotliEncoderSetCustomDictionary' argument 1 names different: declaration 'state' definition 's'.
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/BrotliCompress/enc/encode.c:721:59: note: Function 'BrotliEncoderSetCustomDictionary' argument 1 names different: declaration 'state' definition 's'.
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/BrotliCompress/enc/encode.c:761:25: style: Function 'BrotliEncoderWriteData' argument 1 names different: declaration 'state' definition 's'. [funcArgNamesDifferent]
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/BrotliCompress/enc/encode.h:133:25: note: Function 'BrotliEncoderWriteData' argument 1 names different: declaration 'state' definition 's'.
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/BrotliCompress/enc/encode.c:761:25: note: Function 'BrotliEncoderWriteData' argument 1 names different: declaration 'state' definition 's'.
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/BrotliCompress/enc/encode.c:945:25: style: Function 'BrotliEncoderWriteMetaBlock' argument 1 names different: declaration 'state' definition 's'. [funcArgNamesDifferent]
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/BrotliCompress/enc/encode.h:87:25: note: Function 'BrotliEncoderWriteMetaBlock' argument 1 names different: declaration 'state' definition 's'.
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/BrotliCompress/enc/encode.c:945:25: note: Function 'BrotliEncoderWriteMetaBlock' argument 1 names different: declaration 'state' definition 's'.
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/BrotliCompress/enc/encode.c:965:25: style: Function 'BrotliEncoderWriteMetadata' argument 1 names different: declaration 'state' definition 's'. [funcArgNamesDifferent]
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/BrotliCompress/enc/encode.h:100:25: note: Function 'BrotliEncoderWriteMetadata' argument 1 names different: declaration 'state' definition 's'.
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/BrotliCompress/enc/encode.c:965:25: note: Function 'BrotliEncoderWriteMetadata' argument 1 names different: declaration 'state' definition 's'.
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/BrotliCompress/enc/encode.c:1004:25: style: Function 'BrotliEncoderFinishStream' argument 1 names different: declaration 'state' definition 's'. [funcArgNamesDifferent]
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/BrotliCompress/enc/encode.h:110:25: note: Function 'BrotliEncoderFinishStream' argument 1 names different: declaration 'state' definition 's'.
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/BrotliCompress/enc/encode.c:1004:25: note: Function 'BrotliEncoderFinishStream' argument 1 names different: declaration 'state' definition 's'.
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/BrotliCompress/enc/entropy_encode.c:28:10: style: Condition 'BROTLI_TRUE' is always true [knownConditionTrueFalse]
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/BrotliCompress/enc/entropy_encode.c:191:12: style: Condition 'BROTLI_TRUE' is always true [knownConditionTrueFalse]
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/BrotliCompress/enc/entropy_encode.c:227:12: style: Condition 'BROTLI_TRUE' is always true [knownConditionTrueFalse]
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/BrotliCompress/enc/entropy_encode.c:22:9: style: Function 'BrotliSetDepth' argument 1 names different: declaration 'p' definition 'p0'. [funcArgNamesDifferent]
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/BrotliCompress/enc/entropy_encode.h:35:9: note: Function 'BrotliSetDepth' argument 1 names different: declaration 'p' definition 'p0'.
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/BrotliCompress/enc/entropy_encode.c:22:9: note: Function 'BrotliSetDepth' argument 1 names different: declaration 'p' definition 'p0'.
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/BrotliCompress/enc/entropy_encode.c:404:36: style: Function 'BrotliWriteHuffmanTree' argument 2 names different: declaration 'num' definition 'length'. [funcArgNamesDifferent]
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/BrotliCompress/enc/entropy_encode.h:69:52: note: Function 'BrotliWriteHuffmanTree' argument 2 names different: declaration 'num' definition 'length'.
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/BrotliCompress/enc/entropy_encode.c:404:36: note: Function 'BrotliWriteHuffmanTree' argument 2 names different: declaration 'num' definition 'length'.
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/BrotliCompress/enc/histogram.c:46:69: style: Function 'BrotliBuildHistogramsWithContext' argument 7 names different: declaration 'pos' definition 'start_pos'. [funcArgNamesDifferent]
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/BrotliCompress/enc/histogram.h:50:69: note: Function 'BrotliBuildHistogramsWithContext' argument 7 names different: declaration 'pos' definition 'start_pos'.
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/BrotliCompress/enc/histogram.c:46:69: note: Function 'BrotliBuildHistogramsWithContext' argument 7 names different: declaration 'pos' definition 'start_pos'.
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/BrotliCompress/enc/literal_cost.c:41:10: style: The scope of the variable 'utf8_pos' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/BrotliCompress/tools/bro.c:381:28: warning: Either the condition '!buffer' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/BrotliCompress/tools/bro.c:389:13: note: Assuming that condition '!buffer' is not redundant
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/BrotliCompress/tools/bro.c:381:28: note: Null pointer addition
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/BrotliCompress/tools/bro.c:503:0: error: Resource leak: fout [resourceLeak]
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/Common/BasePeCoff.c:1412:30: warning: Possible null pointer dereference: CodeViewEntryPointer [nullPointer]
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/Common/BasePeCoff.c:1393:32: note: Assignment 'CodeViewEntryPointer=NULL', assigned value is 0
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/Common/BasePeCoff.c:1412:30: note: Null pointer dereference
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/Common/BasePeCoff.c:601:42: style: The scope of the variable 'RelocEnd' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/Common/BasePeCoff.c:881:42: style: The scope of the variable 'Base' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/Common/CommonLib.c:2227:22: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR != 0' is always true. [redundantCondition]
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/Common/CommonLib.c:2233:22: style: Redundant condition: If 'EXPR == '0'', the comparison 'EXPR != 0' is always true. [redundantCondition]
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/Common/CommonLib.c:624:10: style: The scope of the variable 'RootPath' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/Common/CommonLib.c:626:10: style: The scope of the variable 'NextPointer' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/Common/CommonLib.c:2036:48: warning: Division by result of sizeof(). memset() expects a size in bytes, did you intend to multiply instead? [sizeofDivisionMemfunc]
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/Common/EfiCompress.c:321:3: style: Variable 'Status' is reassigned a value before the old one has been used. [redundantAssignment]
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/Common/EfiCompress.c:288:0: note: Variable 'Status' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/Common/EfiCompress.c:321:3: note: Variable 'Status' is reassigned a value before the old one has been used.
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/Common/EfiCompress.c:649:13: style: The scope of the variable 't1' can be reduced. [variableScope]
edk2-0~20180803.dd4cae4d/BaseTools/Source/C/Common/EfiCompress.c:649:18: style: The scope of the variable 't2' can be reduced. [variableScope]
[17:23]
Exit code is not zero! Crash?

ftp://ftp.se.debian.org/debian/pool/main/e/edos-debcheck/edos-debcheck_1.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/edtsurf/edtsurf_0.2009.orig.tar.gz
EDTSurf.cpp:157:12: error: Array 'flagopt[7]' accessed at index 7, which is out of bounds. [arrayIndexOutOfBounds]
ParsePDB.cpp:18:12: style: The scope of the variable 'sm' can be reduced. [variableScope]
ParsePDB.cpp:265:7: style: The scope of the variable 'tmpstr' can be reduced. [variableScope]
ParsePDB.cpp:312:8: style: The scope of the variable 'aminum' can be reduced. [variableScope]
ParsePDB.cpp:348:8: style: The scope of the variable 'aminum' can be reduced. [variableScope]
ParsePDB.cpp:954:7: style: The scope of the variable 'temamii' can be reduced. [variableScope]
ParsePDB.cpp:954:15: style: The scope of the variable 'temseqi' can be reduced. [variableScope]
ParsePDB.cpp:1338:23: style: Variable 'd' is assigned a value that is never used. [unreadVariable]
ParsePDB.cpp:1342:3: style: Variable 'pcamat' is assigned a value that is never used. [unreadVariable]
ParsePDB.cpp:149:11: warning: Member variable 'ParsePDB::pdbname' is not initialized in the constructor. [uninitMemberVar]
ParsePDB.cpp:149:11: warning: Member variable 'ParsePDB::headidchain' is not initialized in the constructor. [uninitMemberVar]
ParsePDB.cpp:149:11: warning: Member variable 'ParsePDB::numinchain' is not initialized in the constructor. [uninitMemberVar]
ParsePDB.cpp:149:11: warning: Member variable 'ParsePDB::effbb' is not initialized in the constructor. [uninitMemberVar]
ParsePDB.h:51:6: performance: Technically the member function 'ParsePDB::aminoid' can be static. [functionStatic]
ParsePDB.cpp:1572:15: note: Technically the member function 'ParsePDB::aminoid' can be static.
ParsePDB.h:51:6: note: Technically the member function 'ParsePDB::aminoid' can be static.
ParsePDB.h:52:6: performance: Technically the member function 'ParsePDB::aminoid' can be static. [functionStatic]
ParsePDB.cpp:1551:15: note: Technically the member function 'ParsePDB::aminoid' can be static.
ParsePDB.h:52:6: note: Technically the member function 'ParsePDB::aminoid' can be static.
ParsePDB.cpp:1391:3: error: Mismatching allocation and deallocation: ParsePDB::helixl [mismatchAllocDealloc]
ParsePDB.cpp:1396:3: error: Mismatching allocation and deallocation: ParsePDB::sheetl [mismatchAllocDealloc]
ParsePDB.cpp:1401:3: error: Mismatching allocation and deallocation: ParsePDB::turnl [mismatchAllocDealloc]
ParsePDB.cpp:1406:3: error: Mismatching allocation and deallocation: ParsePDB::linkl [mismatchAllocDealloc]
ParsePDB.cpp:1411:3: error: Mismatching allocation and deallocation: ParsePDB::ssbondl [mismatchAllocDealloc]
ParsePDB.cpp:1416:3: error: Mismatching allocation and deallocation: ParsePDB::sltbrgl [mismatchAllocDealloc]
ParsePDB.cpp:1421:3: error: Mismatching allocation and deallocation: ParsePDB::cispepl [mismatchAllocDealloc]
ParsePDB.cpp:1426:3: error: Mismatching allocation and deallocation: ParsePDB::hydbndl [mismatchAllocDealloc]
ParsePDB.cpp:1431:3: error: Mismatching allocation and deallocation: ParsePDB::sitel [mismatchAllocDealloc]
ParsePDB.cpp:1446:2: error: Mismatching allocation and deallocation: ParsePDB::promod [mismatchAllocDealloc]
ParsePDB.cpp:1442:3: error: Mismatching allocation and deallocation: ParsePDB::proseq [mismatchAllocDealloc]
ParsePDB.cpp:472:4: error: Common realloc mistake: 'helixl' nulled but not freed upon failure [memleakOnRealloc]
ParsePDB.cpp:540:4: error: Common realloc mistake: 'sheetl' nulled but not freed upon failure [memleakOnRealloc]
ParsePDB.cpp:636:4: error: Common realloc mistake: 'turnl' nulled but not freed upon failure [memleakOnRealloc]
ParsePDB.cpp:685:4: error: Common realloc mistake: 'linkl' nulled but not freed upon failure [memleakOnRealloc]
ParsePDB.cpp:739:4: error: Common realloc mistake: 'ssbondl' nulled but not freed upon failure [memleakOnRealloc]
ParsePDB.cpp:774:4: error: Common realloc mistake: 'hydbndl' nulled but not freed upon failure [memleakOnRealloc]
ParsePDB.cpp:830:4: error: Common realloc mistake: 'sltbrgl' nulled but not freed upon failure [memleakOnRealloc]
ParsePDB.cpp:886:4: error: Common realloc mistake: 'cispepl' nulled but not freed upon failure [memleakOnRealloc]
ParsePDB.cpp:936:4: error: Common realloc mistake: 'sitel' nulled but not freed upon failure [memleakOnRealloc]
ParsePDB.cpp:997:4: error: Common realloc mistake: 'promod' nulled but not freed upon failure [memleakOnRealloc]
ParsePDB.cpp:1084:4: error: Common realloc mistake: 'proseq' nulled but not freed upon failure [memleakOnRealloc]
ProteinSurface.cpp:1997:8: style: Redundant condition: vp[i][j][k].isdone. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
ProteinSurface.cpp:50:8: style: The scope of the variable 'j' can be reduced. [variableScope]
ProteinSurface.cpp:94:8: style: The scope of the variable 'tind' can be reduced. [variableScope]
ProteinSurface.cpp:146:6: style: The scope of the variable 'ia' can be reduced. [variableScope]
ProteinSurface.cpp:146:9: style: The scope of the variable 'ib' can be reduced. [variableScope]
ProteinSurface.cpp:146:12: style: The scope of the variable 'ic' can be reduced. [variableScope]
ProteinSurface.cpp:573:7: style: The scope of the variable 'flagvert' can be reduced. [variableScope]
ProteinSurface.cpp:807:10: style: The scope of the variable 'ia' can be reduced. [variableScope]
ProteinSurface.cpp:807:13: style: The scope of the variable 'ib' can be reduced. [variableScope]
ProteinSurface.cpp:807:16: style: The scope of the variable 'ic' can be reduced. [variableScope]
ProteinSurface.cpp:833:13: style: The scope of the variable 'narrout' can be reduced. [variableScope]
ProteinSurface.cpp:1140:6: style: The scope of the variable 'outnum' can be reduced. [variableScope]
ProteinSurface.cpp:1425:19: style: The scope of the variable 'sradius' can be reduced. [variableScope]
ProteinSurface.cpp:1426:6: style: The scope of the variable 'indx' can be reduced. [variableScope]
ProteinSurface.cpp:1467:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ProteinSurface.cpp:1467:8: style: The scope of the variable 'j' can be reduced. [variableScope]
ProteinSurface.cpp:2396:7: style: The scope of the variable 'flaginner' can be reduced. [variableScope]
ProteinSurface.cpp:2479:9: style: The scope of the variable 'pnorm' can be reduced. [variableScope]
ProteinSurface.cpp:857:3: style: Variable 'niter' is modified but its new value is never used. [unreadVariable]
ProteinSurface.cpp:20:17: warning: Member variable 'ProteinSurface::ptran' is not initialized in the constructor. [uninitMemberVar]
ProteinSurface.cpp:20:17: warning: Member variable 'ProteinSurface::pmin' is not initialized in the constructor. [uninitMemberVar]
ProteinSurface.cpp:20:17: warning: Member variable 'ProteinSurface::pmax' is not initialized in the constructor. [uninitMemberVar]
ProteinSurface.cpp:20:17: warning: Member variable 'ProteinSurface::widxz' is not initialized in the constructor. [uninitMemberVar]
ProteinSurface.cpp:20:17: warning: Member variable 'ProteinSurface::cutradis' is not initialized in the constructor. [uninitMemberVar]
ProteinSurface.cpp:20:17: warning: Member variable 'ProteinSurface::inarray' is not initialized in the constructor. [uninitMemberVar]
ProteinSurface.cpp:20:17: warning: Member variable 'ProteinSurface::outarray' is not initialized in the constructor. [uninitMemberVar]
ProteinSurface.cpp:20:17: warning: Member variable 'ProteinSurface::totalsurfacevox' is not initialized in the constructor. [uninitMemberVar]
ProteinSurface.cpp:20:17: warning: Member variable 'ProteinSurface::totalinnervox' is not initialized in the constructor. [uninitMemberVar]
ProteinSurface.cpp:20:17: warning: Member variable 'ProteinSurface::numdep' is not initialized in the constructor. [uninitMemberVar]
ProteinSurface.h:585:7: performance: Technically the member function 'ProteinSurface::boundbox' can be static. [functionStatic]
ProteinSurface.cpp:754:22: note: Technically the member function 'ProteinSurface::boundbox' can be static.
ProteinSurface.h:585:7: note: Technically the member function 'ProteinSurface::boundbox' can be static.
ProteinSurface.h:628:7: style: Technically the member function 'ProteinSurface::atomsinout' can be const. [functionConst]
ProteinSurface.cpp:783:22: note: Technically the member function 'ProteinSurface::atomsinout' can be const.
ProteinSurface.h:628:7: note: Technically the member function 'ProteinSurface::atomsinout' can be const.
ProteinSurface.h:631:7: style: Technically the member function 'ProteinSurface::outsas' can be const. [functionConst]
ProteinSurface.cpp:1261:22: note: Technically the member function 'ProteinSurface::outsas' can be const.
ProteinSurface.h:631:7: note: Technically the member function 'ProteinSurface::outsas' can be const.
ProteinSurface.cpp:344:5: error: Common realloc mistake: 'dupvert' nulled but not freed upon failure [memleakOnRealloc]
ProteinSurface.cpp:523:2: error: Common realloc mistake: 'verts' nulled but not freed upon failure [memleakOnRealloc]
ProteinSurface.cpp:1922:5: error: Common realloc mistake: 'inarray' nulled but not freed upon failure [memleakOnRealloc]
ProteinSurface.cpp:2045:4: error: Common realloc mistake: 'outarray' nulled but not freed upon failure [memleakOnRealloc]
ProteinSurface.cpp:2113:4: error: Common realloc mistake: 'outarray' nulled but not freed upon failure [memleakOnRealloc]
ProteinSurface.cpp:2180:4: error: Common realloc mistake: 'outarray' nulled but not freed upon failure [memleakOnRealloc]
ProteinSurface.cpp:2697:6: error: Common realloc mistake: 'verts' nulled but not freed upon failure [memleakOnRealloc]
ProteinSurface.cpp:2702:6: error: Common realloc mistake: 'faces' nulled but not freed upon failure [memleakOnRealloc]
ProteinSurface.cpp:2752:2: error: Common realloc mistake: 'verts' nulled but not freed upon failure [memleakOnRealloc]
ProteinSurface.cpp:2753:2: error: Common realloc mistake: 'faces' nulled but not freed upon failure [memleakOnRealloc]
ProteinSurface.cpp:2841:6: error: Common realloc mistake: 'verts' nulled but not freed upon failure [memleakOnRealloc]
ProteinSurface.cpp:2846:6: error: Common realloc mistake: 'faces' nulled but not freed upon failure [memleakOnRealloc]
ProteinSurface.cpp:2976:2: error: Common realloc mistake: 'verts' nulled but not freed upon failure [memleakOnRealloc]
ProteinSurface.cpp:2977:2: error: Common realloc mistake: 'faces' nulled but not freed upon failure [memleakOnRealloc]
ProteinSurface.cpp:4157:6: error: Common realloc mistake: 'verts' nulled but not freed upon failure [memleakOnRealloc]
ProteinSurface.cpp:4162:6: error: Common realloc mistake: 'faces' nulled but not freed upon failure [memleakOnRealloc]
ProteinSurface.cpp:5926:2: error: Common realloc mistake: 'verts' nulled but not freed upon failure [memleakOnRealloc]
ProteinSurface.cpp:5927:2: error: Common realloc mistake: 'faces' nulled but not freed upon failure [memleakOnRealloc]
ProteinSurface.cpp:1216:0: error: Memory leak: inarray [memleak]
ProteinSurface.cpp:1216:0: error: Memory leak: outarray [memleak]
[17:23]

ftp://ftp.se.debian.org/debian/pool/main/e/eegdev/eegdev_0.2.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/e/eekboek/eekboek_2.03.01.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/eep24c/eep24c_0.1.2.orig.tar.gz
eep24c-0.1.2/conf.c:70:0: error: Resource leak: f [resourceLeak]
eep24c-0.1.2/eep24c.c:193:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
eep24c-0.1.2/intelhex.c:143:54: style: Checking if unsigned variable 'id->offset' is less than zero. [unsignedLessThanZero]
eep24c-0.1.2/memory.c:31:3: warning: Size of pointer 'self' used instead of size of its data. [pointerSize]
[17:23]

ftp://ftp.se.debian.org/debian/pool/main/e/eeshow/eeshow_0.git20170731.orig.tar.gz
eeshow-71c92484bd32e4006c485702212ec94a7f845916/file/file.c:294:8: style: The scope of the variable 'nl' can be reduced. [variableScope]
eeshow-71c92484bd32e4006c485702212ec94a7f845916/file/git-file.c:73:8: style: The scope of the variable 'slash' can be reduced. [variableScope]
eeshow-71c92484bd32e4006c485702212ec94a7f845916/file/git-file.c:653:34: portability: 'vcs_git->data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eeshow-71c92484bd32e4006c485702212ec94a7f845916/file/git-hist.c:259:26: style: The scope of the variable 'dirty' can be reduced. [variableScope]
eeshow-71c92484bd32e4006c485702212ec94a7f845916/file/git-hist.c:664:7: style: The scope of the variable 'before' can be reduced. [variableScope]
eeshow-71c92484bd32e4006c485702212ec94a7f845916/file/git-hist.c:664:15: style: The scope of the variable 'here' can be reduced. [variableScope]
eeshow-71c92484bd32e4006c485702212ec94a7f845916/file/git-hist.c:664:21: style: The scope of the variable 'after' can be reduced. [variableScope]
eeshow-71c92484bd32e4006c485702212ec94a7f845916/gfx/cro.c:357:8: style: The scope of the variable 't' can be reduced. [variableScope]
eeshow-71c92484bd32e4006c485702212ec94a7f845916/gfx/cro.c:476:8: style: The scope of the variable 't' can be reduced. [variableScope]
eeshow-71c92484bd32e4006c485702212ec94a7f845916/gfx/diff.c:301:12: style: The scope of the variable 'p' can be reduced. [variableScope]
eeshow-71c92484bd32e4006c485702212ec94a7f845916/gfx/fig.c:75:2: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
eeshow-71c92484bd32e4006c485702212ec94a7f845916/gfx/fig.c:96:2: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
eeshow-71c92484bd32e4006c485702212ec94a7f845916/gfx/fig.c:120:2: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
eeshow-71c92484bd32e4006c485702212ec94a7f845916/gfx/fig.c:143:2: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
eeshow-71c92484bd32e4006c485702212ec94a7f845916/gfx/fig.c:180:2: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
eeshow-71c92484bd32e4006c485702212ec94a7f845916/gfx/fig.c:232:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
eeshow-71c92484bd32e4006c485702212ec94a7f845916/gfx/fig.c:232:2: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
eeshow-71c92484bd32e4006c485702212ec94a7f845916/gfx/fig.c:280:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
eeshow-71c92484bd32e4006c485702212ec94a7f845916/gfx/fig.c:289:6: style: The scope of the variable 'var_len' can be reduced. [variableScope]
eeshow-71c92484bd32e4006c485702212ec94a7f845916/gfx/pdftoc.c:174:16: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
eeshow-71c92484bd32e4006c485702212ec94a7f845916/gfx/pdftoc.c:300:11: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
eeshow-71c92484bd32e4006c485702212ec94a7f845916/gfx/pdftoc.c:312:3: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
eeshow-71c92484bd32e4006c485702212ec94a7f845916/gfx/pdftoc.c:316:2: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
eeshow-71c92484bd32e4006c485702212ec94a7f845916/gfx/pdftoc.c:322:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
eeshow-71c92484bd32e4006c485702212ec94a7f845916/gfx/pdftoc.c:197:11: style: The scope of the variable 'size' can be reduced. [variableScope]
eeshow-71c92484bd32e4006c485702212ec94a7f845916/gui/fmt-pango.c:44:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eeshow-71c92484bd32e4006c485702212ec94a7f845916/gui/fmt-pango.c:67:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eeshow-71c92484bd32e4006c485702212ec94a7f845916/gui/history.c:54:8: style: The scope of the variable 's' can be reduced. [variableScope]
eeshow-71c92484bd32e4006c485702212ec94a7f845916/gui/index.c:76:14: style: The scope of the variable 'x' can be reduced. [variableScope]
eeshow-71c92484bd32e4006c485702212ec94a7f845916/gui/index.c:185:14: style: The scope of the variable 'file' can be reduced. [variableScope]
eeshow-71c92484bd32e4006c485702212ec94a7f845916/gui/index.c:231:14: style: The scope of the variable 'c' can be reduced. [variableScope]
eeshow-71c92484bd32e4006c485702212ec94a7f845916/gui/index.c:233:6: style: The scope of the variable 'aw' can be reduced. [variableScope]
eeshow-71c92484bd32e4006c485702212ec94a7f845916/gui/index.c:233:10: style: The scope of the variable 'ah' can be reduced. [variableScope]
eeshow-71c92484bd32e4006c485702212ec94a7f845916/gui/over.c:281:11: style: The scope of the variable 'h' can be reduced. [variableScope]
eeshow-71c92484bd32e4006c485702212ec94a7f845916/gui/render.c:160:2: style: Variable 'areas' is reassigned a value before the old one has been used. [redundantAssignment]
eeshow-71c92484bd32e4006c485702212ec94a7f845916/gui/render.c:158:0: note: Variable 'areas' is reassigned a value before the old one has been used.
eeshow-71c92484bd32e4006c485702212ec94a7f845916/gui/render.c:160:2: note: Variable 'areas' is reassigned a value before the old one has been used.
eeshow-71c92484bd32e4006c485702212ec94a7f845916/gui/sheet.c:106:6: style: The scope of the variable 'ax1' can be reduced. [variableScope]
eeshow-71c92484bd32e4006c485702212ec94a7f845916/gui/sheet.c:106:11: style: The scope of the variable 'ay1' can be reduced. [variableScope]
eeshow-71c92484bd32e4006c485702212ec94a7f845916/gui/sheet.c:106:16: style: The scope of the variable 'bx1' can be reduced. [variableScope]
eeshow-71c92484bd32e4006c485702212ec94a7f845916/gui/sheet.c:106:21: style: The scope of the variable 'by1' can be reduced. [variableScope]
eeshow-71c92484bd32e4006c485702212ec94a7f845916/gui/sheet.c:159:8: style: The scope of the variable 's' can be reduced. [variableScope]
eeshow-71c92484bd32e4006c485702212ec94a7f845916/kicad/delta.c:223:16: warning: Identical condition 'ta->dim!=tb->dim', second condition is always false [identicalConditionAfterEarlyExit]
eeshow-71c92484bd32e4006c485702212ec94a7f845916/kicad/delta.c:221:16: note: first condition
eeshow-71c92484bd32e4006c485702212ec94a7f845916/kicad/delta.c:223:16: note: second condition
eeshow-71c92484bd32e4006c485702212ec94a7f845916/kicad/lib-render.c:34:6: style: The scope of the variable 'x' can be reduced. [variableScope]
eeshow-71c92484bd32e4006c485702212ec94a7f845916/kicad/lib-render.c:34:9: style: The scope of the variable 'y' can be reduced. [variableScope]
eeshow-71c92484bd32e4006c485702212ec94a7f845916/kicad/lib-render.c:49:6: style: The scope of the variable 'x' can be reduced. [variableScope]
eeshow-71c92484bd32e4006c485702212ec94a7f845916/kicad/lib-render.c:49:9: style: The scope of the variable 'y' can be reduced. [variableScope]
eeshow-71c92484bd32e4006c485702212ec94a7f845916/kicad/pl-parse.c:545:17: style: The scope of the variable 'pl' can be reduced. [variableScope]
eeshow-71c92484bd32e4006c485702212ec94a7f845916/kicad/pl-parse.c:546:7: style: The scope of the variable 'res' can be reduced. [variableScope]
eeshow-71c92484bd32e4006c485702212ec94a7f845916/kicad/pl-render.c:198:14: style: The scope of the variable 'cx' can be reduced. [variableScope]
eeshow-71c92484bd32e4006c485702212ec94a7f845916/kicad/pl-render.c:352:6: style: The scope of the variable 'px' can be reduced. [variableScope]
eeshow-71c92484bd32e4006c485702212ec94a7f845916/kicad/pl-render.c:352:10: style: The scope of the variable 'py' can be reduced. [variableScope]
eeshow-71c92484bd32e4006c485702212ec94a7f845916/kicad/pro.c:38:8: style: The scope of the variable 'p' can be reduced. [variableScope]
eeshow-71c92484bd32e4006c485702212ec94a7f845916/kicad/sch-parse.c:275:6: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
eeshow-71c92484bd32e4006c485702212ec94a7f845916/kicad/sch-parse.c:291:6: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
eeshow-71c92484bd32e4006c485702212ec94a7f845916/kicad/sch-parse.c:331:11: style: The scope of the variable 'i' can be reduced. [variableScope]
[17:24]

ftp://ftp.se.debian.org/debian/pool/main/e/eet/eet_1.6.0.orig.tar.gz
eet-1.6.0/src/bin/eet_main.c:98:14: style: Variable 'ro' is reassigned a value before the old one has been used. [redundantAssignment]
eet-1.6.0/src/bin/eet_main.c:94:0: note: Variable 'ro' is reassigned a value before the old one has been used.
eet-1.6.0/src/bin/eet_main.c:98:14: note: Variable 'ro' is reassigned a value before the old one has been used.
eet-1.6.0/src/bin/eet_main.c:49:8: style: The scope of the variable 'i' can be reduced. [variableScope]
eet-1.6.0/src/bin/eet_main.c:74:8: style: The scope of the variable 'i' can be reduced. [variableScope]
eet-1.6.0/src/bin/eet_main.c:278:8: style: The scope of the variable 'size' can be reduced. [variableScope]
eet-1.6.0/src/lib/eet_cipher.c:276:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
eet-1.6.0/src/lib/eet_cipher.c:277:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
eet-1.6.0/src/lib/eet_cipher.c:278:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
eet-1.6.0/src/lib/eet_cipher.c:299:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
eet-1.6.0/src/lib/eet_cipher.c:421:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
eet-1.6.0/src/lib/eet_cipher.c:422:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
eet-1.6.0/src/lib/eet_cipher.c:478:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
eet-1.6.0/src/lib/eet_cipher.c:479:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
eet-1.6.0/src/lib/eet_cipher.c:480:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
eet-1.6.0/src/lib/eet_cipher.c:679:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
eet-1.6.0/src/lib/eet_cipher.c:680:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
eet-1.6.0/src/lib/eet_cipher.c:867:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
eet-1.6.0/src/lib/eet_cipher.c:868:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
eet-1.6.0/src/lib/eet_cipher.c:869:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
eet-1.6.0/src/lib/eet_cipher.c:870:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
eet-1.6.0/src/lib/eet_cipher.c:871:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
eet-1.6.0/src/lib/eet_cipher.c:872:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
eet-1.6.0/src/lib/eet_cipher.c:873:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
eet-1.6.0/src/lib/eet_cipher.c:874:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
eet-1.6.0/src/lib/eet_cipher.c:875:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
eet-1.6.0/src/lib/eet_cipher.c:939:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
eet-1.6.0/src/lib/eet_cipher.c:940:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
eet-1.6.0/src/lib/eet_cipher.c:941:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
eet-1.6.0/src/lib/eet_connection.c:162:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eet-1.6.0/src/lib/eet_data.c:1244:25: warning: Either the condition 'type<18' is redundant or the array 'eet_basic_codec[16]' is accessed at index 16, which is out of bounds. [arrayIndexOutOfBoundsCond]
eet-1.6.0/src/lib/eet_data.c:3392:52: note: Assuming that condition 'type<18' is not redundant
eet-1.6.0/src/lib/eet_data.c:3397:38: note: Calling function 'eet_data_get_type', 2nd argument 'type' value is 17
eet-1.6.0/src/lib/eet_data.c:1244:25: note: Array index out of bounds
eet-1.6.0/src/lib/eet_data.c:2006:40: warning: Either the condition 'type<18' is redundant or the array 'eet_basic_codec[16]' is accessed at index 16, which is out of bounds. [arrayIndexOutOfBoundsCond]
eet-1.6.0/src/lib/eet_data.c:1998:45: note: Assuming that condition 'type<18' is not redundant
eet-1.6.0/src/lib/eet_data.c:2006:40: note: Array index out of bounds
eet-1.6.0/src/lib/eet_data.c:2010:56: warning: Either the condition 'type<18' is redundant or the array 'eet_basic_codec[16]' is accessed at index 16, which is out of bounds. [arrayIndexOutOfBoundsCond]
eet-1.6.0/src/lib/eet_data.c:1998:45: note: Assuming that condition 'type<18' is not redundant
eet-1.6.0/src/lib/eet_data.c:2010:56: note: Array index out of bounds
eet-1.6.0/src/lib/eet_data.c:2045:4: style: Variable 'ed' is reassigned a value before the old one has been used. [redundantAssignment]
eet-1.6.0/src/lib/eet_data.c:2038:0: note: Variable 'ed' is reassigned a value before the old one has been used.
eet-1.6.0/src/lib/eet_data.c:2045:4: note: Variable 'ed' is reassigned a value before the old one has been used.
eet-1.6.0/src/lib/eet_data.c:2080:4: style: Variable 'ed' is reassigned a value before the old one has been used. [redundantAssignment]
eet-1.6.0/src/lib/eet_data.c:2073:0: note: Variable 'ed' is reassigned a value before the old one has been used.
eet-1.6.0/src/lib/eet_data.c:2080:4: note: Variable 'ed' is reassigned a value before the old one has been used.
eet-1.6.0/src/lib/eet_data.c:2502:4: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
eet-1.6.0/src/lib/eet_data.c:2493:0: note: Variable 'data' is reassigned a value before the old one has been used.
eet-1.6.0/src/lib/eet_data.c:2502:4: note: Variable 'data' is reassigned a value before the old one has been used.
eet-1.6.0/src/lib/eet_data.c:4536:4: style: Variable 'ed' is reassigned a value before the old one has been used. [redundantAssignment]
eet-1.6.0/src/lib/eet_data.c:4529:0: note: Variable 'ed' is reassigned a value before the old one has been used.
eet-1.6.0/src/lib/eet_data.c:4536:4: note: Variable 'ed' is reassigned a value before the old one has been used.
eet-1.6.0/src/lib/eet_data.c:4634:4: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
eet-1.6.0/src/lib/eet_data.c:4632:0: note: Variable 'ret' is reassigned a value before the old one has been used.
eet-1.6.0/src/lib/eet_data.c:4634:4: note: Variable 'ret' is reassigned a value before the old one has been used.
eet-1.6.0/src/lib/eet_data.c:4875:4: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
eet-1.6.0/src/lib/eet_data.c:4870:0: note: Variable 'ret' is reassigned a value before the old one has been used.
eet-1.6.0/src/lib/eet_data.c:4875:4: note: Variable 'ret' is reassigned a value before the old one has been used.
eet-1.6.0/src/lib/eet_data.c:4913:4: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
eet-1.6.0/src/lib/eet_data.c:4908:0: note: Variable 'ret' is reassigned a value before the old one has been used.
eet-1.6.0/src/lib/eet_data.c:4913:4: note: Variable 'ret' is reassigned a value before the old one has been used.
eet-1.6.0/src/lib/eet_data.c:1611:44: style: The scope of the variable 'pbucket' can be reduced. [variableScope]
eet-1.6.0/src/lib/eet_data.c:2980:14: style: The scope of the variable 'jump' can be reduced. [variableScope]
eet-1.6.0/src/lib/eet_data.c:2991:22: style: The scope of the variable 'tok2' can be reduced. [variableScope]
eet-1.6.0/src/lib/eet_data.c:2991:29: style: The scope of the variable 'tok3' can be reduced. [variableScope]
eet-1.6.0/src/lib/eet_data.c:2991:36: style: The scope of the variable 'tok4' can be reduced. [variableScope]
eet-1.6.0/src/lib/eet_data.c:3951:8: style: The scope of the variable 'i' can be reduced. [variableScope]
eet-1.6.0/src/lib/eet_data.c:4255:8: style: The scope of the variable 'ret' can be reduced. [variableScope]
eet-1.6.0/src/lib/eet_data.c:4325:21: style: The scope of the variable 'ptr' can be reduced. [variableScope]
eet-1.6.0/src/lib/eet_data.c:627:44: style: Function 'eet_data_get_char' argument 1 names different: declaration 'ed' definition '__UNUSED__'. [funcArgNamesDifferent]
eet-1.6.0/src/lib/eet_data.c:236:41: note: Function 'eet_data_get_char' argument 1 names different: declaration 'ed' definition '__UNUSED__'.
eet-1.6.0/src/lib/eet_data.c:627:44: note: Function 'eet_data_get_char' argument 1 names different: declaration 'ed' definition '__UNUSED__'.
eet-1.6.0/src/lib/eet_data.c:630:41: style: Function 'eet_data_get_char' argument 4 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
eet-1.6.0/src/lib/eet_data.c:239:41: note: Function 'eet_data_get_char' argument 4 names different: declaration 'dest' definition 'dst'.
eet-1.6.0/src/lib/eet_data.c:630:41: note: Function 'eet_data_get_char' argument 4 names different: declaration 'dest' definition 'dst'.
eet-1.6.0/src/lib/eet_data.c:645:38: style: Function 'eet_data_put_char' argument 1 names different: declaration 'ed' definition '__UNUSED__'. [funcArgNamesDifferent]
eet-1.6.0/src/lib/eet_data.c:241:35: note: Function 'eet_data_put_char' argument 1 names different: declaration 'ed' definition '__UNUSED__'.
eet-1.6.0/src/lib/eet_data.c:645:38: note: Function 'eet_data_put_char' argument 1 names different: declaration 'ed' definition '__UNUSED__'.
eet-1.6.0/src/lib/eet_data.c:664:45: style: Function 'eet_data_get_short' argument 1 names different: declaration 'ed' definition '__UNUSED__'. [funcArgNamesDifferent]
eet-1.6.0/src/lib/eet_data.c:245:42: note: Function 'eet_data_get_short' argument 1 names different: declaration 'ed' definition '__UNUSED__'.
eet-1.6.0/src/lib/eet_data.c:664:45: note: Function 'eet_data_get_short' argument 1 names different: declaration 'ed' definition '__UNUSED__'.
eet-1.6.0/src/lib/eet_data.c:667:42: style: Function 'eet_data_get_short' argument 4 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
eet-1.6.0/src/lib/eet_data.c:248:42: note: Function 'eet_data_get_short' argument 4 names different: declaration 'dest' definition 'dst'.
eet-1.6.0/src/lib/eet_data.c:667:42: note: Function 'eet_data_get_short' argument 4 names different: declaration 'dest' definition 'dst'.
eet-1.6.0/src/lib/eet_data.c:681:39: style: Function 'eet_data_put_short' argument 1 names different: declaration 'ed' definition '__UNUSED__'. [funcArgNamesDifferent]
eet-1.6.0/src/lib/eet_data.c:250:36: note: Function 'eet_data_put_short' argument 1 names different: declaration 'ed' definition '__UNUSED__'.
eet-1.6.0/src/lib/eet_data.c:681:39: note: Function 'eet_data_put_short' argument 1 names different: declaration 'ed' definition '__UNUSED__'.
eet-1.6.0/src/lib/eet_data.c:700:43: style: Function 'eet_data_get_int' argument 1 names different: declaration 'ed' definition '__UNUSED__'. [funcArgNamesDifferent]
eet-1.6.0/src/lib/eet_data.c:254:40: note: Function 'eet_data_get_int' argument 1 names different: declaration 'ed' definition '__UNUSED__'.
eet-1.6.0/src/lib/eet_data.c:700:43: note: Function 'eet_data_get_int' argument 1 names different: declaration 'ed' definition '__UNUSED__'.
eet-1.6.0/src/lib/eet_data.c:703:40: style: Function 'eet_data_get_int' argument 4 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
eet-1.6.0/src/lib/eet_data.c:257:40: note: Function 'eet_data_get_int' argument 4 names different: declaration 'dest' definition 'dst'.
eet-1.6.0/src/lib/eet_data.c:703:40: note: Function 'eet_data_get_int' argument 4 names different: declaration 'dest' definition 'dst'.
eet-1.6.0/src/lib/eet_data.c:717:37: style: Function 'eet_data_put_int' argument 1 names different: declaration 'ed' definition '__UNUSED__'. [funcArgNamesDifferent]
eet-1.6.0/src/lib/eet_data.c:259:34: note: Function 'eet_data_put_int' argument 1 names different: declaration 'ed' definition '__UNUSED__'.
eet-1.6.0/src/lib/eet_data.c:717:37: note: Function 'eet_data_put_int' argument 1 names different: declaration 'ed' definition '__UNUSED__'.
eet-1.6.0/src/lib/eet_data.c:736:49: style: Function 'eet_data_get_long_long' argument 1 names different: declaration 'ed' definition '__UNUSED__'. [funcArgNamesDifferent]
eet-1.6.0/src/lib/eet_data.c:263:46: note: Function 'eet_data_get_long_long' argument 1 names different: declaration 'ed' definition '__UNUSED__'.
eet-1.6.0/src/lib/eet_data.c:736:49: note: Function 'eet_data_get_long_long' argument 1 names different: declaration 'ed' definition '__UNUSED__'.
eet-1.6.0/src/lib/eet_data.c:739:46: style: Function 'eet_data_get_long_long' argument 4 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
eet-1.6.0/src/lib/eet_data.c:266:46: note: Function 'eet_data_get_long_long' argument 4 names different: declaration 'dest' definition 'dst'.
eet-1.6.0/src/lib/eet_data.c:739:46: note: Function 'eet_data_get_long_long' argument 4 names different: declaration 'dest' definition 'dst'.
eet-1.6.0/src/lib/eet_data.c:753:43: style: Function 'eet_data_put_long_long' argument 1 names different: declaration 'ed' definition '__UNUSED__'. [funcArgNamesDifferent]
eet-1.6.0/src/lib/eet_data.c:268:40: note: Function 'eet_data_put_long_long' argument 1 names different: declaration 'ed' definition '__UNUSED__'.
eet-1.6.0/src/lib/eet_data.c:753:43: note: Function 'eet_data_put_long_long' argument 1 names different: declaration 'ed' definition '__UNUSED__'.
eet-1.6.0/src/lib/eet_data.c:793:43: style: Function 'eet_data_get_string' argument 4 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
eet-1.6.0/src/lib/eet_data.c:320:43: note: Function 'eet_data_get_string' argument 4 names different: declaration 'dest' definition 'dst'.
eet-1.6.0/src/lib/eet_data.c:793:43: note: Function 'eet_data_get_string' argument 4 names different: declaration 'dest' definition 'dst'.
eet-1.6.0/src/lib/eet_data.c:866:47: style: Function 'eet_data_get_istring' argument 1 names different: declaration 'ed' definition '__UNUSED__'. [funcArgNamesDifferent]
eet-1.6.0/src/lib/eet_data.c:326:44: note: Function 'eet_data_get_istring' argument 1 names different: declaration 'ed' definition '__UNUSED__'.
eet-1.6.0/src/lib/eet_data.c:866:47: note: Function 'eet_data_get_istring' argument 1 names different: declaration 'ed' definition '__UNUSED__'.
eet-1.6.0/src/lib/eet_data.c:869:44: style: Function 'eet_data_get_istring' argument 4 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
eet-1.6.0/src/lib/eet_data.c:329:44: note: Function 'eet_data_get_istring' argument 4 names different: declaration 'dest' definition 'dst'.
eet-1.6.0/src/lib/eet_data.c:869:44: note: Function 'eet_data_get_istring' argument 4 names different: declaration 'dest' definition 'dst'.
eet-1.6.0/src/lib/eet_data.c:875:41: style: Function 'eet_data_put_istring' argument 1 names different: declaration 'ed' definition '__UNUSED__'. [funcArgNamesDifferent]
eet-1.6.0/src/lib/eet_data.c:331:38: note: Function 'eet_data_put_istring' argument 1 names different: declaration 'ed' definition '__UNUSED__'.
eet-1.6.0/src/lib/eet_data.c:875:41: note: Function 'eet_data_put_istring' argument 1 names different: declaration 'ed' definition '__UNUSED__'.
eet-1.6.0/src/lib/eet_data.c:884:44: style: Function 'eet_data_get_null' argument 1 names different: declaration 'ed' definition '__UNUSED__'. [funcArgNamesDifferent]
eet-1.6.0/src/lib/eet_data.c:335:41: note: Function 'eet_data_get_null' argument 1 names different: declaration 'ed' definition '__UNUSED__'.
eet-1.6.0/src/lib/eet_data.c:884:44: note: Function 'eet_data_get_null' argument 1 names different: declaration 'ed' definition '__UNUSED__'.
eet-1.6.0/src/lib/eet_data.c:885:45: style: Function 'eet_data_get_null' argument 2 names different: declaration 'src' definition '__UNUSED__'. [funcArgNamesDifferent]
eet-1.6.0/src/lib/eet_data.c:336:41: note: Function 'eet_data_get_null' argument 2 names different: declaration 'src' definition '__UNUSED__'.
eet-1.6.0/src/lib/eet_data.c:885:45: note: Function 'eet_data_get_null' argument 2 names different: declaration 'src' definition '__UNUSED__'.
eet-1.6.0/src/lib/eet_data.c:886:49: style: Function 'eet_data_get_null' argument 3 names different: declaration 'src_end' definition '__UNUSED__'. [funcArgNamesDifferent]
eet-1.6.0/src/lib/eet_data.c:337:41: note: Function 'eet_data_get_null' argument 3 names different: declaration 'src_end' definition '__UNUSED__'.
eet-1.6.0/src/lib/eet_data.c:886:49: note: Function 'eet_data_get_null' argument 3 names different: declaration 'src_end' definition '__UNUSED__'.
eet-1.6.0/src/lib/eet_data.c:887:41: style: Function 'eet_data_get_null' argument 4 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
eet-1.6.0/src/lib/eet_data.c:338:41: note: Function 'eet_data_get_null' argument 4 names different: declaration 'dest' definition 'dst'.
eet-1.6.0/src/lib/eet_data.c:887:41: note: Function 'eet_data_get_null' argument 4 names different: declaration 'dest' definition 'dst'.
eet-1.6.0/src/lib/eet_data.c:898:38: style: Function 'eet_data_put_null' argument 1 names different: declaration 'ed' definition '__UNUSED__'. [funcArgNamesDifferent]
eet-1.6.0/src/lib/eet_data.c:340:35: note: Function 'eet_data_put_null' argument 1 names different: declaration 'ed' definition '__UNUSED__'.
eet-1.6.0/src/lib/eet_data.c:898:38: note: Function 'eet_data_put_null' argument 1 names different: declaration 'ed' definition '__UNUSED__'.
eet-1.6.0/src/lib/eet_data.c:899:39: style: Function 'eet_data_put_null' argument 2 names different: declaration 'src' definition '__UNUSED__'. [funcArgNamesDifferent]
eet-1.6.0/src/lib/eet_data.c:341:35: note: Function 'eet_data_put_null' argument 2 names different: declaration 'src' definition '__UNUSED__'.
eet-1.6.0/src/lib/eet_data.c:899:39: note: Function 'eet_data_put_null' argument 2 names different: declaration 'src' definition '__UNUSED__'.
eet-1.6.0/src/lib/eet_data.c:961:42: style: Function 'eet_data_get_float' argument 4 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
eet-1.6.0/src/lib/eet_data.c:275:42: note: Function 'eet_data_get_float' argument 4 names different: declaration 'dest' definition 'dst'.
eet-1.6.0/src/lib/eet_data.c:961:42: note: Function 'eet_data_get_float' argument 4 names different: declaration 'dest' definition 'dst'.
eet-1.6.0/src/lib/eet_data.c:1036:43: style: Function 'eet_data_get_double' argument 4 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
eet-1.6.0/src/lib/eet_data.c:284:43: note: Function 'eet_data_get_double' argument 4 names different: declaration 'dest' definition 'dst'.
eet-1.6.0/src/lib/eet_data.c:1036:43: note: Function 'eet_data_get_double' argument 4 names different: declaration 'dest' definition 'dst'.
eet-1.6.0/src/lib/eet_data.c:1112:43: style: Function 'eet_data_get_f32p32' argument 4 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
eet-1.6.0/src/lib/eet_data.c:293:43: note: Function 'eet_data_get_f32p32' argument 4 names different: declaration 'dest' definition 'dst'.
eet-1.6.0/src/lib/eet_data.c:1112:43: note: Function 'eet_data_get_f32p32' argument 4 names different: declaration 'dest' definition 'dst'.
eet-1.6.0/src/lib/eet_data.c:1181:43: style: Function 'eet_data_get_f16p16' argument 4 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
eet-1.6.0/src/lib/eet_data.c:302:43: note: Function 'eet_data_get_f16p16' argument 4 names different: declaration 'dest' definition 'dst'.
eet-1.6.0/src/lib/eet_data.c:1181:43: note: Function 'eet_data_get_f16p16' argument 4 names different: declaration 'dest' definition 'dst'.
eet-1.6.0/src/lib/eet_data.c:1210:42: style: Function 'eet_data_get_f8p24' argument 4 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
eet-1.6.0/src/lib/eet_data.c:311:42: note: Function 'eet_data_get_f8p24' argument 4 names different: declaration 'dest' definition 'dst'.
eet-1.6.0/src/lib/eet_data.c:1210:42: note: Function 'eet_data_get_f8p24' argument 4 names different: declaration 'dest' definition 'dst'.
eet-1.6.0/src/lib/eet_data.c:2117:44: style: Function 'eet_data_write_cipher' argument 6 names different: declaration 'compress' definition 'comp'. [funcArgNamesDifferent]
eet-1.6.0/src/lib/Eet.h:3478:27: note: Function 'eet_data_write_cipher' argument 6 names different: declaration 'compress' definition 'comp'.
eet-1.6.0/src/lib/eet_data.c:2117:44: note: Function 'eet_data_write_cipher' argument 6 names different: declaration 'compress' definition 'comp'.
eet-1.6.0/src/lib/eet_data.c:2140:37: style: Function 'eet_data_write' argument 5 names different: declaration 'compress' definition 'comp'. [funcArgNamesDifferent]
eet-1.6.0/src/lib/Eet.h:2779:20: note: Function 'eet_data_write' argument 5 names different: declaration 'compress' definition 'comp'.
eet-1.6.0/src/lib/eet_data.c:2140:37: note: Function 'eet_data_write' argument 5 names different: declaration 'compress' definition 'comp'.
eet-1.6.0/src/lib/eet_data.c:2483:53: style: Function 'eet_data_descriptor_encode_hash_cb' argument 1 names different: declaration 'hash' definition '__UNUSED__'. [funcArgNamesDifferent]
eet-1.6.0/src/lib/eet_data.c:493:48: note: Function 'eet_data_descriptor_encode_hash_cb' argument 1 names different: declaration 'hash' definition '__UNUSED__'.
eet-1.6.0/src/lib/eet_data.c:2483:53: note: Function 'eet_data_descriptor_encode_hash_cb' argument 1 names different: declaration 'hash' definition '__UNUSED__'.
eet-1.6.0/src/lib/eet_data.c:2484:48: style: Function 'eet_data_descriptor_encode_hash_cb' argument 2 names different: declaration 'key' definition 'cipher_key'. [funcArgNamesDifferent]
eet-1.6.0/src/lib/eet_data.c:494:48: note: Function 'eet_data_descriptor_encode_hash_cb' argument 2 names different: declaration 'key' definition 'cipher_key'.
eet-1.6.0/src/lib/eet_data.c:2484:48: note: Function 'eet_data_descriptor_encode_hash_cb' argument 2 names different: declaration 'key' definition 'cipher_key'.
eet-1.6.0/src/lib/eet_data.c:3477:52: style: Function 'eet_data_get_list' argument 7 names different: declaration 'group_type' definition '__UNUSED__'. [funcArgNamesDifferent]
eet-1.6.0/src/lib/eet_data.c:402:41: note: Function 'eet_data_get_list' argument 7 names different: declaration 'group_type' definition '__UNUSED__'.
eet-1.6.0/src/lib/eet_data.c:3477:52: note: Function 'eet_data_get_list' argument 7 names different: declaration 'group_type' definition '__UNUSED__'.
eet-1.6.0/src/lib/eet_data.c:3478:41: style: Function 'eet_data_get_list' argument 8 names different: declaration 'data_in' definition 'data'. [funcArgNamesDifferent]
eet-1.6.0/src/lib/eet_data.c:403:41: note: Function 'eet_data_get_list' argument 8 names different: declaration 'data_in' definition 'data'.
eet-1.6.0/src/lib/eet_data.c:3478:41: note: Function 'eet_data_get_list' argument 8 names different: declaration 'data_in' definition 'data'.
eet-1.6.0/src/lib/eet_data.c:3544:52: style: Function 'eet_data_get_hash' argument 7 names different: declaration 'group_type' definition '__UNUSED__'. [funcArgNamesDifferent]
eet-1.6.0/src/lib/eet_data.c:425:41: note: Function 'eet_data_get_hash' argument 7 names different: declaration 'group_type' definition '__UNUSED__'.
eet-1.6.0/src/lib/eet_data.c:3544:52: note: Function 'eet_data_get_hash' argument 7 names different: declaration 'group_type' definition '__UNUSED__'.
eet-1.6.0/src/lib/eet_data.c:3788:45: style: Function 'eet_data_put_union' argument 2 names different: declaration 'edd' definition '__UNUSED__'. [funcArgNamesDifferent]
eet-1.6.0/src/lib/eet_data.c:431:41: note: Function 'eet_data_put_union' argument 2 names different: declaration 'edd' definition '__UNUSED__'.
eet-1.6.0/src/lib/eet_data.c:3788:45: note: Function 'eet_data_put_union' argument 2 names different: declaration 'edd' definition '__UNUSED__'.
eet-1.6.0/src/lib/eet_data.c:3845:46: style: Function 'eet_data_get_union' argument 3 names different: declaration 'edd' definition '__UNUSED__'. [funcArgNamesDifferent]
eet-1.6.0/src/lib/eet_data.c:438:42: note: Function 'eet_data_get_union' argument 3 names different: declaration 'edd' definition '__UNUSED__'.
eet-1.6.0/src/lib/eet_data.c:3845:46: note: Function 'eet_data_get_union' argument 3 names different: declaration 'edd' definition '__UNUSED__'.
eet-1.6.0/src/lib/eet_data.c:3942:47: style: Function 'eet_data_put_variant' argument 2 names different: declaration 'edd' definition '__UNUSED__'. [funcArgNamesDifferent]
eet-1.6.0/src/lib/eet_data.c:448:43: note: Function 'eet_data_put_variant' argument 2 names different: declaration 'edd' definition '__UNUSED__'.
eet-1.6.0/src/lib/eet_data.c:3942:47: note: Function 'eet_data_put_variant' argument 2 names different: declaration 'edd' definition '__UNUSED__'.
eet-1.6.0/src/lib/eet_data.c:4054:48: style: Function 'eet_data_get_variant' argument 3 names different: declaration 'edd' definition '__UNUSED__'. [funcArgNamesDifferent]
eet-1.6.0/src/lib/eet_data.c:455:44: note: Function 'eet_data_get_variant' argument 3 names different: declaration 'edd' definition '__UNUSED__'.
eet-1.6.0/src/lib/eet_data.c:4054:48: note: Function 'eet_data_get_variant' argument 3 names different: declaration 'edd' definition '__UNUSED__'.
eet-1.6.0/src/lib/eet_data.c:4057:49: style: Function 'eet_data_get_variant' argument 6 names different: declaration 'type' definition '__UNUSED__'. [funcArgNamesDifferent]
eet-1.6.0/src/lib/eet_data.c:458:44: note: Function 'eet_data_get_variant' argument 6 names different: declaration 'type' definition '__UNUSED__'.
eet-1.6.0/src/lib/eet_data.c:4057:49: note: Function 'eet_data_get_variant' argument 6 names different: declaration 'type' definition '__UNUSED__'.
eet-1.6.0/src/lib/eet_data.c:4058:55: style: Function 'eet_data_get_variant' argument 7 names different: declaration 'group_type' definition '__UNUSED__'. [funcArgNamesDifferent]
eet-1.6.0/src/lib/eet_data.c:459:44: note: Function 'eet_data_get_variant' argument 7 names different: declaration 'group_type' definition '__UNUSED__'.
eet-1.6.0/src/lib/eet_data.c:4058:55: note: Function 'eet_data_get_variant' argument 7 names different: declaration 'group_type' definition '__UNUSED__'.
eet-1.6.0/src/lib/eet_data.c:4250:55: style: Function 'eet_data_get_unknown' argument 7 names different: declaration 'group_type' definition '__UNUSED__'. [funcArgNamesDifferent]
eet-1.6.0/src/lib/eet_data.c:368:44: note: Function 'eet_data_get_unknown' argument 7 names different: declaration 'group_type' definition '__UNUSED__'.
eet-1.6.0/src/lib/eet_data.c:4250:55: note: Function 'eet_data_get_unknown' argument 7 names different: declaration 'group_type' definition '__UNUSED__'.
eet-1.6.0/src/lib/eet_data.c:4251:44: style: Function 'eet_data_get_unknown' argument 8 names different: declaration 'data_in' definition 'data'. [funcArgNamesDifferent]
eet-1.6.0/src/lib/eet_data.c:369:44: note: Function 'eet_data_get_unknown' argument 8 names different: declaration 'data_in' definition 'data'.
eet-1.6.0/src/lib/eet_data.c:4251:44: note: Function 'eet_data_get_unknown' argument 8 names different: declaration 'data_in' definition 'data'.
eet-1.6.0/src/lib/eet_data.c:4252:46: style: Function 'eet_data_get_unknown' argument 9 names different: declaration 'p' definition '__UNUSED__'. [funcArgNamesDifferent]
eet-1.6.0/src/lib/eet_data.c:370:44: note: Function 'eet_data_get_unknown' argument 9 names different: declaration 'p' definition '__UNUSED__'.
eet-1.6.0/src/lib/eet_data.c:4252:46: note: Function 'eet_data_get_unknown' argument 9 names different: declaration 'p' definition '__UNUSED__'.
eet-1.6.0/src/lib/eet_data.c:4253:49: style: Function 'eet_data_get_unknown' argument 10 names different: declaration 'size' definition '__UNUSED__'. [funcArgNamesDifferent]
eet-1.6.0/src/lib/eet_data.c:371:44: note: Function 'eet_data_get_unknown' argument 10 names different: declaration 'size' definition '__UNUSED__'.
eet-1.6.0/src/lib/eet_data.c:4253:49: note: Function 'eet_data_get_unknown' argument 10 names different: declaration 'size' definition '__UNUSED__'.
eet-1.6.0/src/lib/eet_data.c:4361:45: style: Function 'eet_data_put_array' argument 2 names different: declaration 'edd' definition '__UNUSED__'. [funcArgNamesDifferent]
eet-1.6.0/src/lib/eet_data.c:380:41: note: Function 'eet_data_put_array' argument 2 names different: declaration 'edd' definition '__UNUSED__'.
eet-1.6.0/src/lib/eet_data.c:4361:45: note: Function 'eet_data_put_array' argument 2 names different: declaration 'edd' definition '__UNUSED__'.
eet-1.6.0/src/lib/eet_data.c:4437:47: style: Function 'eet_data_put_unknown' argument 2 names different: declaration 'edd' definition '__UNUSED__'. [funcArgNamesDifferent]
eet-1.6.0/src/lib/eet_data.c:374:43: note: Function 'eet_data_put_unknown' argument 2 names different: declaration 'edd' definition '__UNUSED__'.
eet-1.6.0/src/lib/eet_data.c:4437:47: note: Function 'eet_data_put_unknown' argument 2 names different: declaration 'edd' definition '__UNUSED__'.
eet-1.6.0/src/lib/eet_data.c:4673:36: style: Function 'eet_data_undump_cipher' argument 6 names different: declaration 'compress' definition 'comp'. [funcArgNamesDifferent]
eet-1.6.0/src/lib/Eet.h:3649:28: note: Function 'eet_data_undump_cipher' argument 6 names different: declaration 'compress' definition 'comp'.
eet-1.6.0/src/lib/eet_data.c:4673:36: note: Function 'eet_data_undump_cipher' argument 6 names different: declaration 'compress' definition 'comp'.
eet-1.6.0/src/lib/eet_data.c:4696:29: style: Function 'eet_data_undump' argument 5 names different: declaration 'compress' definition 'comp'. [funcArgNamesDifferent]
eet-1.6.0/src/lib/Eet.h:2916:21: note: Function 'eet_data_undump' argument 5 names different: declaration 'compress' definition 'comp'.
eet-1.6.0/src/lib/eet_data.c:4696:29: note: Function 'eet_data_undump' argument 5 names different: declaration 'compress' definition 'comp'.
eet-1.6.0/src/lib/eet_data.c:4847:40: style: Function 'eet_data_node_write_cipher' argument 5 names different: declaration 'compress' definition 'comp'. [funcArgNamesDifferent]
eet-1.6.0/src/lib/Eet.h:4050:32: note: Function 'eet_data_node_write_cipher' argument 5 names different: declaration 'compress' definition 'comp'.
eet-1.6.0/src/lib/eet_data.c:4847:40: note: Function 'eet_data_node_write_cipher' argument 5 names different: declaration 'compress' definition 'comp'.
eet-1.6.0/src/lib/eet_dictionary.c:158:54: style: Function 'eet_dictionary_string_get_size' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
eet-1.6.0/src/lib/Eet_private.h:233:36: note: Function 'eet_dictionary_string_get_size' argument 2 names different: declaration 'index' definition 'idx'.
eet-1.6.0/src/lib/eet_dictionary.c:158:54: note: Function 'eet_dictionary_string_get_size' argument 2 names different: declaration 'index' definition 'idx'.
eet-1.6.0/src/lib/eet_dictionary.c:180:54: style: Function 'eet_dictionary_string_get_hash' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
eet-1.6.0/src/lib/Eet_private.h:251:36: note: Function 'eet_dictionary_string_get_hash' argument 2 names different: declaration 'index' definition 'idx'.
eet-1.6.0/src/lib/eet_dictionary.c:180:54: note: Function 'eet_dictionary_string_get_hash' argument 2 names different: declaration 'index' definition 'idx'.
eet-1.6.0/src/lib/eet_dictionary.c:196:54: style: Function 'eet_dictionary_string_get_char' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
eet-1.6.0/src/lib/Eet_private.h:236:36: note: Function 'eet_dictionary_string_get_char' argument 2 names different: declaration 'index' definition 'idx'.
eet-1.6.0/src/lib/eet_dictionary.c:196:54: note: Function 'eet_dictionary_string_get_char' argument 2 names different: declaration 'index' definition 'idx'.
eet-1.6.0/src/lib/eet_dictionary.c:327:55: style: Function 'eet_dictionary_string_get_float' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
eet-1.6.0/src/lib/Eet_private.h:239:37: note: Function 'eet_dictionary_string_get_float' argument 2 names different: declaration 'index' definition 'idx'.
eet-1.6.0/src/lib/eet_dictionary.c:327:55: note: Function 'eet_dictionary_string_get_float' argument 2 names different: declaration 'index' definition 'idx'.
eet-1.6.0/src/lib/eet_dictionary.c:363:56: style: Function 'eet_dictionary_string_get_double' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
eet-1.6.0/src/lib/Eet_private.h:243:38: note: Function 'eet_dictionary_string_get_double' argument 2 names different: declaration 'index' definition 'idx'.
eet-1.6.0/src/lib/eet_dictionary.c:363:56: note: Function 'eet_dictionary_string_get_double' argument 2 names different: declaration 'index' definition 'idx'.
eet-1.6.0/src/lib/eet_dictionary.c:399:52: style: Function 'eet_dictionary_string_get_fp' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
eet-1.6.0/src/lib/Eet_private.h:247:34: note: Function 'eet_dictionary_string_get_fp' argument 2 names different: declaration 'index' definition 'idx'.
eet-1.6.0/src/lib/eet_dictionary.c:399:52: note: Function 'eet_dictionary_string_get_fp' argument 2 names different: declaration 'index' definition 'idx'.
eet-1.6.0/src/lib/eet_image.c:1088:4: style: Variable 'd' is reassigned a value before the old one has been used. [redundantAssignment]
eet-1.6.0/src/lib/eet_image.c:1085:0: note: Variable 'd' is reassigned a value before the old one has been used.
eet-1.6.0/src/lib/eet_image.c:1088:4: note: Variable 'd' is reassigned a value before the old one has been used.
eet-1.6.0/src/lib/eet_image.c:338:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
eet-1.6.0/src/lib/eet_image.c:575:19: style: The scope of the variable 'ptr' can be reduced. [variableScope]
eet-1.6.0/src/lib/eet_image.c:575:25: style: The scope of the variable 'line' can be reduced. [variableScope]
eet-1.6.0/src/lib/eet_image.c:577:17: style: The scope of the variable 'x' can be reduced. [variableScope]
eet-1.6.0/src/lib/eet_image.c:577:20: style: The scope of the variable 'y' can be reduced. [variableScope]
eet-1.6.0/src/lib/eet_image.c:577:23: style: The scope of the variable 'l' can be reduced. [variableScope]
eet-1.6.0/src/lib/eet_image.c:577:26: style: The scope of the variable 'scans' can be reduced. [variableScope]
eet-1.6.0/src/lib/eet_image.c:578:17: style: The scope of the variable 'i' can be reduced. [variableScope]
eet-1.6.0/src/lib/eet_image.c:809:15: style: The scope of the variable 'ptr' can be reduced. [variableScope]
eet-1.6.0/src/lib/eet_image.c:812:14: style: The scope of the variable 'jbuf' can be reduced. [variableScope]
eet-1.6.0/src/lib/eet_image.c:909:18: style: The scope of the variable 'ptr' can be reduced. [variableScope]
eet-1.6.0/src/lib/eet_image.c:913:17: style: The scope of the variable 'jbuf' can be reduced. [variableScope]
eet-1.6.0/src/lib/eet_image.c:978:18: style: The scope of the variable 'ptr' can be reduced. [variableScope]
eet-1.6.0/src/lib/eet_image.c:982:17: style: The scope of the variable 'jbuf' can be reduced. [variableScope]
eet-1.6.0/src/lib/eet_image.c:342:38: style: Function '_JPEGErrorHandler' argument 1 names different: declaration 'cinfo' definition '__UNUSED__'. [funcArgNamesDifferent]
eet-1.6.0/src/lib/eet_image.c:231:44: note: Function '_JPEGErrorHandler' argument 1 names different: declaration 'cinfo' definition '__UNUSED__'.
eet-1.6.0/src/lib/eet_image.c:342:38: note: Function '_JPEGErrorHandler' argument 1 names different: declaration 'cinfo' definition '__UNUSED__'.
eet-1.6.0/src/lib/eet_image.c:353:39: style: Function '_JPEGErrorHandler2' argument 1 names different: declaration 'cinfo' definition '__UNUSED__'. [funcArgNamesDifferent]
eet-1.6.0/src/lib/eet_image.c:232:45: note: Function '_JPEGErrorHandler2' argument 1 names different: declaration 'cinfo' definition '__UNUSED__'.
eet-1.6.0/src/lib/eet_image.c:353:39: note: Function '_JPEGErrorHandler2' argument 1 names different: declaration 'cinfo' definition '__UNUSED__'.
eet-1.6.0/src/lib/eet_image.c:354:43: style: Function '_JPEGErrorHandler2' argument 2 names different: declaration 'msg_level' definition '__UNUSED__'. [funcArgNamesDifferent]
eet-1.6.0/src/lib/eet_image.c:233:45: note: Function '_JPEGErrorHandler2' argument 2 names different: declaration 'msg_level' definition '__UNUSED__'.
eet-1.6.0/src/lib/eet_image.c:354:43: note: Function '_JPEGErrorHandler2' argument 2 names different: declaration 'msg_level' definition '__UNUSED__'.
eet-1.6.0/src/lib/eet_image.c:1081:42: style: Function 'eet_data_image_write_cipher' argument 8 names different: declaration 'compress' definition 'comp'. [funcArgNamesDifferent]
eet-1.6.0/src/lib/Eet.h:1535:33: note: Function 'eet_data_image_write_cipher' argument 8 names different: declaration 'compress' definition 'comp'.
eet-1.6.0/src/lib/eet_image.c:1081:42: note: Function 'eet_data_image_write_cipher' argument 8 names different: declaration 'compress' definition 'comp'.
eet-1.6.0/src/lib/eet_image.c:1108:35: style: Function 'eet_data_image_write' argument 7 names different: declaration 'compress' definition 'comp'. [funcArgNamesDifferent]
eet-1.6.0/src/lib/Eet.h:1165:26: note: Function 'eet_data_image_write' argument 7 names different: declaration 'compress' definition 'comp'.
eet-1.6.0/src/lib/eet_image.c:1108:35: note: Function 'eet_data_image_write' argument 7 names different: declaration 'compress' definition 'comp'.
eet-1.6.0/src/lib/eet_image.c:1131:42: style: Function 'eet_data_image_read_cipher' argument 7 names different: declaration 'compress' definition 'comp'. [funcArgNamesDifferent]
eet-1.6.0/src/lib/Eet.h:1431:33: note: Function 'eet_data_image_read_cipher' argument 7 names different: declaration 'compress' definition 'comp'.
eet-1.6.0/src/lib/eet_image.c:1131:42: note: Function 'eet_data_image_read_cipher' argument 7 names different: declaration 'compress' definition 'comp'.
eet-1.6.0/src/lib/eet_image.c:1165:35: style: Function 'eet_data_image_read' argument 6 names different: declaration 'compress' definition 'comp'. [funcArgNamesDifferent]
eet-1.6.0/src/lib/Eet.h:1056:26: note: Function 'eet_data_image_read' argument 6 names different: declaration 'compress' definition 'comp'.
eet-1.6.0/src/lib/eet_image.c:1165:35: note: Function 'eet_data_image_read' argument 6 names different: declaration 'compress' definition 'comp'.
eet-1.6.0/src/lib/eet_image.c:1184:53: style: Function 'eet_data_image_read_to_surface_cipher' argument 11 names different: declaration 'compress' definition 'comp'. [funcArgNamesDifferent]
eet-1.6.0/src/lib/Eet.h:1487:44: note: Function 'eet_data_image_read_to_surface_cipher' argument 11 names different: declaration 'compress' definition 'comp'.
eet-1.6.0/src/lib/eet_image.c:1184:53: note: Function 'eet_data_image_read_to_surface_cipher' argument 11 names different: declaration 'compress' definition 'comp'.
eet-1.6.0/src/lib/eet_image.c:1224:46: style: Function 'eet_data_image_read_to_surface' argument 10 names different: declaration 'compress' definition 'comp'. [funcArgNamesDifferent]
eet-1.6.0/src/lib/Eet.h:1117:37: note: Function 'eet_data_image_read_to_surface' argument 10 names different: declaration 'compress' definition 'comp'.
eet-1.6.0/src/lib/eet_image.c:1224:46: note: Function 'eet_data_image_read_to_surface' argument 10 names different: declaration 'compress' definition 'comp'.
eet-1.6.0/src/lib/eet_image.c:1242:49: style: Function 'eet_data_image_header_read_cipher' argument 7 names different: declaration 'compress' definition 'comp'. [funcArgNamesDifferent]
eet-1.6.0/src/lib/Eet.h:1381:40: note: Function 'eet_data_image_header_read_cipher' argument 7 names different: declaration 'compress' definition 'comp'.
eet-1.6.0/src/lib/eet_image.c:1242:49: note: Function 'eet_data_image_header_read_cipher' argument 7 names different: declaration 'compress' definition 'comp'.
eet-1.6.0/src/lib/eet_image.c:1276:42: style: Function 'eet_data_image_header_read' argument 6 names different: declaration 'compress' definition 'comp'. [funcArgNamesDifferent]
eet-1.6.0/src/lib/Eet.h:1011:33: note: Function 'eet_data_image_header_read' argument 6 names different: declaration 'compress' definition 'comp'.
eet-1.6.0/src/lib/eet_image.c:1276:42: note: Function 'eet_data_image_header_read' argument 6 names different: declaration 'compress' definition 'comp'.
eet-1.6.0/src/lib/eet_image.c:1291:43: style: Function 'eet_data_image_encode_cipher' argument 6 names different: declaration 'compress' definition 'comp'. [funcArgNamesDifferent]
eet-1.6.0/src/lib/Eet.h:1734:34: note: Function 'eet_data_image_encode_cipher' argument 6 names different: declaration 'compress' definition 'comp'.
eet-1.6.0/src/lib/eet_image.c:1291:43: note: Function 'eet_data_image_encode_cipher' argument 6 names different: declaration 'compress' definition 'comp'.
eet-1.6.0/src/lib/eet_image.c:1349:36: style: Function 'eet_data_image_encode' argument 6 names different: declaration 'compress' definition 'comp'. [funcArgNamesDifferent]
eet-1.6.0/src/lib/Eet.h:1322:27: note: Function 'eet_data_image_encode' argument 6 names different: declaration 'compress' definition 'comp'.
eet-1.6.0/src/lib/eet_image.c:1349:36: note: Function 'eet_data_image_encode' argument 6 names different: declaration 'compress' definition 'comp'.
eet-1.6.0/src/lib/eet_image.c:1364:51: style: Function 'eet_data_image_header_decode_cipher' argument 7 names different: declaration 'compress' definition 'comp'. [funcArgNamesDifferent]
eet-1.6.0/src/lib/Eet.h:1583:42: note: Function 'eet_data_image_header_decode_cipher' argument 7 names different: declaration 'compress' definition 'comp'.
eet-1.6.0/src/lib/eet_image.c:1364:51: note: Function 'eet_data_image_header_decode_cipher' argument 7 names different: declaration 'compress' definition 'comp'.
eet-1.6.0/src/lib/eet_image.c:1515:44: style: Function 'eet_data_image_header_decode' argument 6 names different: declaration 'compress' definition 'comp'. [funcArgNamesDifferent]
eet-1.6.0/src/lib/Eet.h:1200:35: note: Function 'eet_data_image_header_decode' argument 6 names different: declaration 'compress' definition 'comp'.
eet-1.6.0/src/lib/eet_image.c:1515:44: note: Function 'eet_data_image_header_decode' argument 6 names different: declaration 'compress' definition 'comp'.
eet-1.6.0/src/lib/eet_image.c:1664:44: style: Function 'eet_data_image_decode_cipher' argument 7 names different: declaration 'compress' definition 'comp'. [funcArgNamesDifferent]
eet-1.6.0/src/lib/Eet.h:1633:35: note: Function 'eet_data_image_decode_cipher' argument 7 names different: declaration 'compress' definition 'comp'.
eet-1.6.0/src/lib/eet_image.c:1664:44: note: Function 'eet_data_image_decode_cipher' argument 7 names different: declaration 'compress' definition 'comp'.
eet-1.6.0/src/lib/eet_image.c:1730:37: style: Function 'eet_data_image_decode' argument 6 names different: declaration 'compress' definition 'comp'. [funcArgNamesDifferent]
eet-1.6.0/src/lib/Eet.h:1240:28: note: Function 'eet_data_image_decode' argument 6 names different: declaration 'compress' definition 'comp'.
eet-1.6.0/src/lib/eet_image.c:1730:37: note: Function 'eet_data_image_decode' argument 6 names different: declaration 'compress' definition 'comp'.
eet-1.6.0/src/lib/eet_image.c:1749:55: style: Function 'eet_data_image_decode_to_surface_cipher' argument 11 names different: declaration 'compress' definition 'comp'. [funcArgNamesDifferent]
eet-1.6.0/src/lib/Eet.h:1689:46: note: Function 'eet_data_image_decode_to_surface_cipher' argument 11 names different: declaration 'compress' definition 'comp'.
eet-1.6.0/src/lib/eet_image.c:1749:55: note: Function 'eet_data_image_decode_to_surface_cipher' argument 11 names different: declaration 'compress' definition 'comp'.
eet-1.6.0/src/lib/eet_image.c:1815:48: style: Function 'eet_data_image_decode_to_surface' argument 10 names different: declaration 'compress' definition 'comp'. [funcArgNamesDifferent]
eet-1.6.0/src/lib/Eet.h:1282:39: note: Function 'eet_data_image_decode_to_surface' argument 10 names different: declaration 'compress' definition 'comp'.
eet-1.6.0/src/lib/eet_image.c:1815:48: note: Function 'eet_data_image_decode_to_surface' argument 10 names different: declaration 'compress' definition 'comp'.
eet-1.6.0/src/lib/eet_image.c:478:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eet-1.6.0/src/lib/eet_image.c:630:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eet-1.6.0/src/lib/eet_image.c:817:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eet-1.6.0/src/lib/eet_image.c:917:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eet-1.6.0/src/lib/eet_image.c:986:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eet-1.6.0/src/lib/eet_lib.c:705:9: style: Variable 'closelist' is reassigned a value before the old one has been used. [redundantAssignment]
eet-1.6.0/src/lib/eet_lib.c:703:0: note: Variable 'closelist' is reassigned a value before the old one has been used.
eet-1.6.0/src/lib/eet_lib.c:705:9: note: Variable 'closelist' is reassigned a value before the old one has been used.
eet-1.6.0/src/lib/eet_lib.c:2436:27: style: Variable 'new_list' is reassigned a value before the old one has been used. [redundantAssignment]
eet-1.6.0/src/lib/eet_lib.c:2433:0: note: Variable 'new_list' is reassigned a value before the old one has been used.
eet-1.6.0/src/lib/eet_lib.c:2436:27: note: Variable 'new_list' is reassigned a value before the old one has been used.
eet-1.6.0/src/lib/eet_lib.c:618:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
eet-1.6.0/src/lib/eet_lib.c:1969:23: style: Function 'eet_alias' argument 4 names different: declaration 'compress' definition 'comp'. [funcArgNamesDifferent]
eet-1.6.0/src/lib/Eet.h:796:15: note: Function 'eet_alias' argument 4 names different: declaration 'compress' definition 'comp'.
eet-1.6.0/src/lib/eet_lib.c:1969:23: note: Function 'eet_alias' argument 4 names different: declaration 'compress' definition 'comp'.
eet-1.6.0/src/lib/eet_lib.c:2128:30: style: Function 'eet_write_cipher' argument 5 names different: declaration 'compress' definition 'comp'. [funcArgNamesDifferent]
eet-1.6.0/src/lib/Eet.h:947:22: note: Function 'eet_write_cipher' argument 5 names different: declaration 'compress' definition 'comp'.
eet-1.6.0/src/lib/eet_lib.c:2128:30: note: Function 'eet_write_cipher' argument 5 names different: declaration 'compress' definition 'comp'.
eet-1.6.0/src/lib/eet_lib.c:2311:23: style: Function 'eet_write' argument 5 names different: declaration 'compress' definition 'comp'. [funcArgNamesDifferent]
eet-1.6.0/src/lib/Eet.h:753:15: note: Function 'eet_write' argument 5 names different: declaration 'compress' definition 'comp'.
eet-1.6.0/src/lib/eet_lib.c:2311:23: note: Function 'eet_write' argument 5 names different: declaration 'compress' definition 'comp'.
eet-1.6.0/src/lib/eet_lib.c:705:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eet-1.6.0/src/lib/eet_lib.c:1842:20: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eet-1.6.0/src/lib/eet_lib.c:1935:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eet-1.6.0/src/lib/eet_lib.c:837:39: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
eet-1.6.0/src/lib/eet_lib.c:838:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
eet-1.6.0/src/lib/eet_lib.c:839:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
eet-1.6.0/src/lib/eet_node.c:386:14: style: The scope of the variable 'tmp' can be reduced. [variableScope]
eet-1.6.0/src/lib/eet_node.c:105:1: style: Function 'eet_node_unsigned_long_long_new' argument 2 names different: declaration 'l' definition 'ul'. [funcArgNamesDifferent]
eet-1.6.0/src/lib/Eet.h:3847:52: note: Function 'eet_node_unsigned_long_long_new' argument 2 names different: declaration 'l' definition 'ul'.
eet-1.6.0/src/lib/eet_node.c:105:1: note: Function 'eet_node_unsigned_long_long_new' argument 2 names different: declaration 'l' definition 'ul'.
eet-1.6.0/src/tests/eet_suite.c:712:9: warning: Either the condition '!val' is redundant or there is possible null pointer dereference: val. [nullPointerRedundantCheck]
eet-1.6.0/src/tests/eet_suite.c:709:8: note: Assuming that condition '!val' is not redundant
eet-1.6.0/src/tests/eet_suite.c:712:9: note: Null pointer dereference
eet-1.6.0/src/tests/eet_suite.c:795:5: error: Common realloc mistake: 'string' nulled but not freed upon failure [memleakOnRealloc]
[17:24]

ftp://ftp.se.debian.org/debian/pool/main/e/efax/efax_0.9a.orig.tar.gz
efax-0.9a-001114/efax.c:1449:10: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
efax-0.9a-001114/efax.c:1446:15: note: outer condition: !err
efax-0.9a-001114/efax.c:1449:10: note: identical inner condition: !err
efax-0.9a-001114/efax.c:1931:8: style: Condition 'DATAMODE' is always true [knownConditionTrueFalse]
efax-0.9a-001114/efax.c:1951:8: style: Condition '!err' is always true [knownConditionTrueFalse]
efax-0.9a-001114/efax.c:1947:11: note: Assignment 'err=0', assigned value is 0
efax-0.9a-001114/efax.c:1951:8: note: Condition '!err' is always true
efax-0.9a-001114/efax.c:2065:8: style: Condition '!err' is always true [knownConditionTrueFalse]
efax-0.9a-001114/efax.c:2048:11: note: Assignment 'err=0', assigned value is 0
efax-0.9a-001114/efax.c:2065:8: note: Condition '!err' is always true
efax-0.9a-001114/efax.c:1425:7: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
efax-0.9a-001114/efax.c:1426:7: note: Found duplicate branches for 'if' and 'else'.
efax-0.9a-001114/efax.c:1425:7: note: Found duplicate branches for 'if' and 'else'.
efax-0.9a-001114/efax.c:408:10: style: The scope of the variable 'k' can be reduced. [variableScope]
efax-0.9a-001114/efax.c:409:13: style: The scope of the variable 'p' can be reduced. [variableScope]
efax-0.9a-001114/efax.c:515:21: style: The scope of the variable 'yres' can be reduced. [variableScope]
efax-0.9a-001114/efax.c:515:27: style: The scope of the variable 'fVR' can be reduced. [variableScope]
efax-0.9a-001114/efax.c:515:32: style: The scope of the variable 'nVR' can be reduced. [variableScope]
efax-0.9a-001114/efax.c:878:7: style: The scope of the variable 'i' can be reduced. [variableScope]
efax-0.9a-001114/efax.c:878:10: style: The scope of the variable 'm' can be reduced. [variableScope]
efax-0.9a-001114/efax.c:879:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
efax-0.9a-001114/efax.c:930:14: style: The scope of the variable 'c' can be reduced. [variableScope]
efax-0.9a-001114/efax.c:1581:14: style: The scope of the variable 'i' can be reduced. [variableScope]
efax-0.9a-001114/efax.c:1947:14: style: The scope of the variable 'c' can be reduced. [variableScope]
efax-0.9a-001114/efax.c:1984:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
efax-0.9a-001114/efax.c:2004:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
efax-0.9a-001114/efax.c:2049:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
efax-0.9a-001114/efax.c:2050:10: style: The scope of the variable 'p' can be reduced. [variableScope]
efax-0.9a-001114/efax.c:2050:14: style: The scope of the variable 'q' can be reduced. [variableScope]
efax-0.9a-001114/efax.c:2229:8: style: The scope of the variable 'fnamepat' can be reduced. [variableScope]
efax-0.9a-001114/efax.c:998:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
efax-0.9a-001114/efaxio.c:95:14: style: The scope of the variable 'c' can be reduced. [variableScope]
efax-0.9a-001114/efaxio.c:184:14: style: The scope of the variable 'n' can be reduced. [variableScope]
efax-0.9a-001114/efaxio.c:352:8: style: The scope of the variable 'c' can be reduced. [variableScope]
efax-0.9a-001114/efaxlib.c:1267:18: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress]
efax-0.9a-001114/efaxlib.c:639:8: style: Condition '!format' is always true [knownConditionTrueFalse]
efax-0.9a-001114/efaxlib.c:635:16: note: Assignment 'format=0', assigned value is 0
efax-0.9a-001114/efaxlib.c:639:8: note: Condition '!format' is always true
efax-0.9a-001114/efaxlib.c:657:29: style: Same value in both branches of ternary operator. [duplicateValueTernary]
efax-0.9a-001114/efaxlib.c:83:9: style: The scope of the variable 'rlen' can be reduced. [variableScope]
efax-0.9a-001114/efaxlib.c:219:22: style: The scope of the variable 'c' can be reduced. [variableScope]
efax-0.9a-001114/efaxlib.c:345:10: style: The scope of the variable 'f' can be reduced. [variableScope]
efax-0.9a-001114/efaxlib.c:346:9: style: The scope of the variable 'bits' can be reduced. [variableScope]
efax-0.9a-001114/efaxlib.c:435:9: style: The scope of the variable 'fn' can be reduced. [variableScope]
efax-0.9a-001114/efaxlib.c:527:17: style: The scope of the variable 'c' can be reduced. [variableScope]
efax-0.9a-001114/efaxlib.c:566:15: style: The scope of the variable 'nb' can be reduced. [variableScope]
efax-0.9a-001114/efaxlib.c:567:9: style: The scope of the variable 'bits' can be reduced. [variableScope]
efax-0.9a-001114/efaxlib.c:1477:9: style: The scope of the variable 'c' can be reduced. [variableScope]
efax-0.9a-001114/efaxlib.c:1668:18: style: The scope of the variable 'len' can be reduced. [variableScope]
efax-0.9a-001114/efaxlib.c:1728:7: style: The scope of the variable 'c' can be reduced. [variableScope]
efax-0.9a-001114/efaxlib.c:1764:7: style: The scope of the variable 'i' can be reduced. [variableScope]
efax-0.9a-001114/efaxlib.c:1992:17: style: The scope of the variable 'j' can be reduced. [variableScope]
efax-0.9a-001114/efaxlib.c:1992:20: style: The scope of the variable 'n' can be reduced. [variableScope]
efax-0.9a-001114/efaxlib.c:1992:25: style: The scope of the variable 'nr' can be reduced. [variableScope]
efax-0.9a-001114/efaxlib.c:1992:29: style: The scope of the variable 'nb' can be reduced. [variableScope]
efax-0.9a-001114/efaxlib.c:1993:9: style: The scope of the variable 'fnames' can be reduced. [variableScope]
efax-0.9a-001114/efaxlib.c:1994:9: style: The scope of the variable 'runs' can be reduced. [variableScope]
efax-0.9a-001114/efaxlib.c:2140:7: style: The scope of the variable 'i' can be reduced. [variableScope]
efax-0.9a-001114/efaxlib.c:79:60: style: Function 'runtocode' argument 4 names different: declaration 'buf' definition 'codes'. [funcArgNamesDifferent]
efax-0.9a-001114/efaxlib.h:195:60: note: Function 'runtocode' argument 4 names different: declaration 'buf' definition 'codes'.
efax-0.9a-001114/efaxlib.c:79:60: note: Function 'runtocode' argument 4 names different: declaration 'buf' definition 'codes'.
efax-0.9a-001114/efaxlib.c:153:21: style: Function 'xscale' argument 1 names different: declaration 'runs' definition 'p'. [funcArgNamesDifferent]
efax-0.9a-001114/efaxlib.h:203:21: note: Function 'xscale' argument 1 names different: declaration 'runs' definition 'p'.
efax-0.9a-001114/efaxlib.c:153:21: note: Function 'xscale' argument 1 names different: declaration 'runs' definition 'p'.
efax-0.9a-001114/efaxlib.c:384:27: style: Function 'texttorun' argument 8 names different: declaration 'pels' definition 'ppels'. [funcArgNamesDifferent]
efax-0.9a-001114/efaxlib.h:200:27: note: Function 'texttorun' argument 8 names different: declaration 'pels' definition 'ppels'.
efax-0.9a-001114/efaxlib.c:384:27: note: Function 'texttorun' argument 8 names different: declaration 'pels' definition 'ppels'.
efax-0.9a-001114/efaxlib.c:1220:33: style: Function 'newIFILE' argument 2 names different: declaration 'fname' definition 'fnames'. [funcArgNamesDifferent]
efax-0.9a-001114/efaxlib.h:159:36: note: Function 'newIFILE' argument 2 names different: declaration 'fname' definition 'fnames'.
efax-0.9a-001114/efaxlib.c:1220:33: note: Function 'newIFILE' argument 2 names different: declaration 'fname' definition 'fnames'.
efax-0.9a-001114/efaxlib.c:396:18: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
efax-0.9a-001114/efaxlib.c:2071:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
efax-0.9a-001114/efaxlib.c:2072:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
efax-0.9a-001114/efaxlib.c:1267:40: error: Uninitialized variable: first [uninitvar]
efax-0.9a-001114/efaxlib.c:1267:24: error: Uninitialized variable: next [uninitvar]
efax-0.9a-001114/efaxlib.c:817:12: error: Uninitialized variable: a [uninitvar]
efax-0.9a-001114/efaxlib.c:829:21: error: Uninitialized variable: a [uninitvar]
efax-0.9a-001114/efaxmsg.c:147:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
efax-0.9a-001114/efaxos.c:256:36: style: Same value in both branches of ternary operator. [duplicateValueTernary]
efax-0.9a-001114/efaxos.c:263:36: style: Same value in both branches of ternary operator. [duplicateValueTernary]
efax-0.9a-001114/efaxos.c:311:7: style: The scope of the variable 'flags' can be reduced. [variableScope]
efax-0.9a-001114/efaxos.c:363:13: style: The scope of the variable 'p' can be reduced. [variableScope]
efax-0.9a-001114/efaxos.c:400:14: style: The scope of the variable 'dirlen' can be reduced. [variableScope]
efax-0.9a-001114/efaxos.c:403:9: style: The scope of the variable 'p' can be reduced. [variableScope]
efax-0.9a-001114/efaxos.c:496:16: style: The scope of the variable 'i' can be reduced. [variableScope]
efax-0.9a-001114/efix.c:109:7: style: The scope of the variable 'i' can be reduced. [variableScope]
efax-0.9a-001114/efix.c:111:16: style: The scope of the variable 'unitstr' can be reduced. [variableScope]
efax-0.9a-001114/efix.c:112:16: style: The scope of the variable 'unitval' can be reduced. [variableScope]
efax-0.9a-001114/efix.c:241:10: style: The scope of the variable 'ifnames' can be reduced. [variableScope]
[17:24]

ftp://ftp.se.debian.org/debian/pool/main/e/efax-gtk/efax-gtk_3.2.8.orig.tar.gz
efax-gtk-3.2.8/efax-gtk-faxfilter/efax-gtk-socket-client.cpp:67:11: style: The scope of the variable 'written' can be reduced. [variableScope]
efax-gtk-3.2.8/efax/efax.c:1712:10: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
efax-gtk-3.2.8/efax/efax.c:1709:15: note: outer condition: !err
efax-gtk-3.2.8/efax/efax.c:1712:10: note: identical inner condition: !err
efax-gtk-3.2.8/efax/efax.c:2276:8: style: Condition 'DATAMODE' is always true [knownConditionTrueFalse]
efax-gtk-3.2.8/efax/efax.c:2297:8: style: Condition '!err' is always true [knownConditionTrueFalse]
efax-gtk-3.2.8/efax/efax.c:2292:11: note: Assignment 'err=0', assigned value is 0
efax-gtk-3.2.8/efax/efax.c:2297:8: note: Condition '!err' is always true
efax-gtk-3.2.8/efax/efax.c:2423:8: style: Condition '!err' is always true [knownConditionTrueFalse]
efax-gtk-3.2.8/efax/efax.c:2406:11: note: Assignment 'err=0', assigned value is 0
efax-gtk-3.2.8/efax/efax.c:2423:8: note: Condition '!err' is always true
efax-gtk-3.2.8/efax/efax.c:1688:7: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
efax-gtk-3.2.8/efax/efax.c:1689:7: note: Found duplicate branches for 'if' and 'else'.
efax-gtk-3.2.8/efax/efax.c:1688:7: note: Found duplicate branches for 'if' and 'else'.
efax-gtk-3.2.8/efax/efax.c:544:10: style: The scope of the variable 'k' can be reduced. [variableScope]
efax-gtk-3.2.8/efax/efax.c:545:13: style: The scope of the variable 'p' can be reduced. [variableScope]
efax-gtk-3.2.8/efax/efax.c:651:21: style: The scope of the variable 'yres' can be reduced. [variableScope]
efax-gtk-3.2.8/efax/efax.c:651:27: style: The scope of the variable 'fVR' can be reduced. [variableScope]
efax-gtk-3.2.8/efax/efax.c:651:32: style: The scope of the variable 'nVR' can be reduced. [variableScope]
efax-gtk-3.2.8/efax/efax.c:1069:7: style: The scope of the variable 'i' can be reduced. [variableScope]
efax-gtk-3.2.8/efax/efax.c:1069:10: style: The scope of the variable 'm' can be reduced. [variableScope]
efax-gtk-3.2.8/efax/efax.c:1070:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
efax-gtk-3.2.8/efax/efax.c:1071:9: style: The scope of the variable 'message' can be reduced. [variableScope]
efax-gtk-3.2.8/efax/efax.c:1127:14: style: The scope of the variable 'c' can be reduced. [variableScope]
efax-gtk-3.2.8/efax/efax.c:1128:10: style: The scope of the variable 'message' can be reduced. [variableScope]
efax-gtk-3.2.8/efax/efax.c:1274:9: style: The scope of the variable 'message' can be reduced. [variableScope]
efax-gtk-3.2.8/efax/efax.c:1865:14: style: The scope of the variable 'i' can be reduced. [variableScope]
efax-gtk-3.2.8/efax/efax.c:1866:9: style: The scope of the variable 'message' can be reduced. [variableScope]
efax-gtk-3.2.8/efax/efax.c:1914:9: style: The scope of the variable 'message' can be reduced. [variableScope]
efax-gtk-3.2.8/efax/efax.c:2292:14: style: The scope of the variable 'c' can be reduced. [variableScope]
efax-gtk-3.2.8/efax/efax.c:2330:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
efax-gtk-3.2.8/efax/efax.c:2358:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
efax-gtk-3.2.8/efax/efax.c:2407:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
efax-gtk-3.2.8/efax/efax.c:2408:10: style: The scope of the variable 'p' can be reduced. [variableScope]
efax-gtk-3.2.8/efax/efax.c:2408:14: style: The scope of the variable 'q' can be reduced. [variableScope]
efax-gtk-3.2.8/efax/efax.c:2410:9: style: The scope of the variable 'message' can be reduced. [variableScope]
efax-gtk-3.2.8/efax/efax.c:2606:8: style: The scope of the variable 'fnamepat' can be reduced. [variableScope]
efax-gtk-3.2.8/efax/efax.c:1205:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
efax-gtk-3.2.8/efax/efaxio.c:113:14: style: The scope of the variable 'c' can be reduced. [variableScope]
efax-gtk-3.2.8/efax/efaxio.c:202:14: style: The scope of the variable 'n' can be reduced. [variableScope]
efax-gtk-3.2.8/efax/efaxio.c:315:9: style: The scope of the variable 'message' can be reduced. [variableScope]
efax-gtk-3.2.8/efax/efaxio.c:401:8: style: The scope of the variable 'c' can be reduced. [variableScope]
efax-gtk-3.2.8/efax/efaxlib.c:1413:18: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress]
efax-gtk-3.2.8/efax/efaxlib.c:689:8: style: Condition '!format' is always true [knownConditionTrueFalse]
efax-gtk-3.2.8/efax/efaxlib.c:685:16: note: Assignment 'format=0', assigned value is 0
efax-gtk-3.2.8/efax/efaxlib.c:689:8: note: Condition '!format' is always true
efax-gtk-3.2.8/efax/efaxlib.c:707:29: style: Same value in both branches of ternary operator. [duplicateValueTernary]
efax-gtk-3.2.8/efax/efaxlib.c:115:9: style: The scope of the variable 'rlen' can be reduced. [variableScope]
efax-gtk-3.2.8/efax/efaxlib.c:251:22: style: The scope of the variable 'c' can be reduced. [variableScope]
efax-gtk-3.2.8/efax/efaxlib.c:377:10: style: The scope of the variable 'f' can be reduced. [variableScope]
efax-gtk-3.2.8/efax/efaxlib.c:378:9: style: The scope of the variable 'bits' can be reduced. [variableScope]
efax-gtk-3.2.8/efax/efaxlib.c:467:9: style: The scope of the variable 'fn' can be reduced. [variableScope]
efax-gtk-3.2.8/efax/efaxlib.c:577:17: style: The scope of the variable 'c' can be reduced. [variableScope]
efax-gtk-3.2.8/efax/efaxlib.c:616:15: style: The scope of the variable 'nb' can be reduced. [variableScope]
efax-gtk-3.2.8/efax/efaxlib.c:617:9: style: The scope of the variable 'bits' can be reduced. [variableScope]
efax-gtk-3.2.8/efax/efaxlib.c:1198:9: style: The scope of the variable 'message' can be reduced. [variableScope]
efax-gtk-3.2.8/efax/efaxlib.c:1628:9: style: The scope of the variable 'c' can be reduced. [variableScope]
efax-gtk-3.2.8/efax/efaxlib.c:1819:18: style: The scope of the variable 'len' can be reduced. [variableScope]
efax-gtk-3.2.8/efax/efaxlib.c:1879:7: style: The scope of the variable 'c' can be reduced. [variableScope]
efax-gtk-3.2.8/efax/efaxlib.c:1915:7: style: The scope of the variable 'i' can be reduced. [variableScope]
efax-gtk-3.2.8/efax/efaxlib.c:1917:9: style: The scope of the variable 'message' can be reduced. [variableScope]
efax-gtk-3.2.8/efax/efaxlib.c:2165:17: style: The scope of the variable 'j' can be reduced. [variableScope]
efax-gtk-3.2.8/efax/efaxlib.c:2165:20: style: The scope of the variable 'n' can be reduced. [variableScope]
efax-gtk-3.2.8/efax/efaxlib.c:2165:25: style: The scope of the variable 'nr' can be reduced. [variableScope]
efax-gtk-3.2.8/efax/efaxlib.c:2165:29: style: The scope of the variable 'nb' can be reduced. [variableScope]
efax-gtk-3.2.8/efax/efaxlib.c:2166:9: style: The scope of the variable 'fnames' can be reduced. [variableScope]
efax-gtk-3.2.8/efax/efaxlib.c:2167:9: style: The scope of the variable 'runs' can be reduced. [variableScope]
efax-gtk-3.2.8/efax/efaxlib.c:2313:7: style: The scope of the variable 'i' can be reduced. [variableScope]
efax-gtk-3.2.8/efax/efaxlib.c:111:60: style: Function 'runtocode' argument 4 names different: declaration 'buf' definition 'codes'. [funcArgNamesDifferent]
efax-gtk-3.2.8/efax/efaxlib.h:195:60: note: Function 'runtocode' argument 4 names different: declaration 'buf' definition 'codes'.
efax-gtk-3.2.8/efax/efaxlib.c:111:60: note: Function 'runtocode' argument 4 names different: declaration 'buf' definition 'codes'.
efax-gtk-3.2.8/efax/efaxlib.c:185:21: style: Function 'xscale' argument 1 names different: declaration 'runs' definition 'p'. [funcArgNamesDifferent]
efax-gtk-3.2.8/efax/efaxlib.h:203:21: note: Function 'xscale' argument 1 names different: declaration 'runs' definition 'p'.
efax-gtk-3.2.8/efax/efaxlib.c:185:21: note: Function 'xscale' argument 1 names different: declaration 'runs' definition 'p'.
efax-gtk-3.2.8/efax/efaxlib.c:416:27: style: Function 'texttorun' argument 8 names different: declaration 'pels' definition 'ppels'. [funcArgNamesDifferent]
efax-gtk-3.2.8/efax/efaxlib.h:200:27: note: Function 'texttorun' argument 8 names different: declaration 'pels' definition 'ppels'.
efax-gtk-3.2.8/efax/efaxlib.c:416:27: note: Function 'texttorun' argument 8 names different: declaration 'pels' definition 'ppels'.
efax-gtk-3.2.8/efax/efaxlib.c:1293:33: style: Function 'newIFILE' argument 2 names different: declaration 'fname' definition 'fnames'. [funcArgNamesDifferent]
efax-gtk-3.2.8/efax/efaxlib.h:159:36: note: Function 'newIFILE' argument 2 names different: declaration 'fname' definition 'fnames'.
efax-gtk-3.2.8/efax/efaxlib.c:1293:33: note: Function 'newIFILE' argument 2 names different: declaration 'fname' definition 'fnames'.
efax-gtk-3.2.8/efax/efaxlib.c:428:18: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
efax-gtk-3.2.8/efax/efaxlib.c:2244:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
efax-gtk-3.2.8/efax/efaxlib.c:2245:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
efax-gtk-3.2.8/efax/efaxlib.c:1413:40: error: Uninitialized variable: first [uninitvar]
efax-gtk-3.2.8/efax/efaxlib.c:1413:24: error: Uninitialized variable: next [uninitvar]
efax-gtk-3.2.8/efax/efaxlib.c:867:12: error: Uninitialized variable: a [uninitvar]
efax-gtk-3.2.8/efax/efaxlib.c:879:21: error: Uninitialized variable: a [uninitvar]
efax-gtk-3.2.8/efax/efaxmsg.c:241:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
efax-gtk-3.2.8/efax/efaxos.c:256:36: style: Same value in both branches of ternary operator. [duplicateValueTernary]
efax-gtk-3.2.8/efax/efaxos.c:263:36: style: Same value in both branches of ternary operator. [duplicateValueTernary]
efax-gtk-3.2.8/efax/efaxos.c:311:7: style: The scope of the variable 'flags' can be reduced. [variableScope]
efax-gtk-3.2.8/efax/efaxos.c:363:13: style: The scope of the variable 'p' can be reduced. [variableScope]
efax-gtk-3.2.8/efax/efaxos.c:400:14: style: The scope of the variable 'dirlen' can be reduced. [variableScope]
efax-gtk-3.2.8/efax/efaxos.c:403:9: style: The scope of the variable 'p' can be reduced. [variableScope]
efax-gtk-3.2.8/efax/efaxos.c:496:16: style: The scope of the variable 'i' can be reduced. [variableScope]
efax-gtk-3.2.8/efax/efix.c:121:7: style: The scope of the variable 'i' can be reduced. [variableScope]
efax-gtk-3.2.8/efax/efix.c:123:16: style: The scope of the variable 'unitstr' can be reduced. [variableScope]
efax-gtk-3.2.8/efax/efix.c:124:16: style: The scope of the variable 'unitval' can be reduced. [variableScope]
efax-gtk-3.2.8/efax/efix.c:253:10: style: The scope of the variable 'ifnames' can be reduced. [variableScope]
efax-gtk-3.2.8/src/addressbook.cpp:74:36: style: Function 'AddressBook' argument 1 names different: declaration 'standard_size' definition 'size'. [funcArgNamesDifferent]
efax-gtk-3.2.8/src/addressbook.h:67:25: note: Function 'AddressBook' argument 1 names different: declaration 'standard_size' definition 'size'.
efax-gtk-3.2.8/src/addressbook.cpp:74:36: note: Function 'AddressBook' argument 1 names different: declaration 'standard_size' definition 'size'.
efax-gtk-3.2.8/src/utils/tree_path_handle.h:36:8: style: Technically the member function 'GtkTreePathFree::operator()' can be const. [functionConst]
efax-gtk-3.2.8/src/dialogs.h:78:3: style: Class 'GplDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
efax-gtk-3.2.8/src/dialogs.cpp:51:48: style: Function 'FileReadSelectDialog' argument 1 names different: declaration 'standard_size' definition 'size'. [funcArgNamesDifferent]
efax-gtk-3.2.8/src/dialogs.h:52:28: note: Function 'FileReadSelectDialog' argument 1 names different: declaration 'standard_size' definition 'size'.
efax-gtk-3.2.8/src/dialogs.cpp:51:48: note: Function 'FileReadSelectDialog' argument 1 names different: declaration 'standard_size' definition 'size'.
efax-gtk-3.2.8/src/dialogs.cpp:292:26: style: Function 'GplDialog' argument 1 names different: declaration 'standard_size' definition 'size'. [funcArgNamesDifferent]
efax-gtk-3.2.8/src/dialogs.h:78:17: note: Function 'GplDialog' argument 1 names different: declaration 'standard_size' definition 'size'.
efax-gtk-3.2.8/src/dialogs.cpp:292:26: note: Function 'GplDialog' argument 1 names different: declaration 'standard_size' definition 'size'.
efax-gtk-3.2.8/src/efax_controller.cpp:949:20: style: The scope of the variable 'direntry' can be reduced. [variableScope]
efax-gtk-3.2.8/src/redial_queue.h:45:3: warning: Member variable 'RedialQueue::dialog_p' is not initialized in the constructor. [uninitMemberVar]
efax-gtk-3.2.8/src/efax_controller.cpp:66:17: warning: Member variable 'EfaxController::last_fax_item_sent' is not initialized in the constructor. [uninitMemberVar]
efax-gtk-3.2.8/src/efax_controller.h:60:8: performance: Technically the member function 'EfaxController::kill_child' can be static. [functionStatic]
efax-gtk-3.2.8/src/efax_controller.cpp:1054:22: note: Technically the member function 'EfaxController::kill_child' can be static.
efax-gtk-3.2.8/src/efax_controller.h:60:8: note: Technically the member function 'EfaxController::kill_child' can be static.
efax-gtk-3.2.8/src/efax_controller.h:62:8: performance: Technically the member function 'EfaxController::cleanup_fail_item' can be static. [functionStatic]
efax-gtk-3.2.8/src/efax_controller.cpp:1272:22: note: Technically the member function 'EfaxController::cleanup_fail_item' can be static.
efax-gtk-3.2.8/src/efax_controller.h:62:8: note: Technically the member function 'EfaxController::cleanup_fail_item' can be static.
efax-gtk-3.2.8/src/efax_controller.h:78:8: performance: Technically the member function 'EfaxController::delete_parms' can be static. [functionStatic]
efax-gtk-3.2.8/src/efax_controller.cpp:757:22: note: Technically the member function 'EfaxController::delete_parms' can be static.
efax-gtk-3.2.8/src/efax_controller.h:78:8: note: Technically the member function 'EfaxController::delete_parms' can be static.
efax-gtk-3.2.8/src/efax_controller.h:94:8: performance: Technically the member function 'EfaxController::is_receiving_fax' can be static. [functionStatic]
efax-gtk-3.2.8/src/efax_controller.cpp:1296:22: note: Technically the member function 'EfaxController::is_receiving_fax' can be static.
efax-gtk-3.2.8/src/efax_controller.h:94:8: note: Technically the member function 'EfaxController::is_receiving_fax' can be static.
efax-gtk-3.2.8/src/efax_controller.h:99:8: style: Technically the member function 'EfaxController::get_count' can be const. [functionConst]
efax-gtk-3.2.8/src/utils/tree_row_reference_handle.h:37:8: style: Technically the member function 'GtkTreeRowRefFree::operator()' can be const. [functionConst]
efax-gtk-3.2.8/src/redial_queue.h:45:3: style: Class 'RedialQueue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
efax-gtk-3.2.8/src/efax_controller.h:109:3: style: Class 'EfaxController' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
efax-gtk-3.2.8/src/utils/selected_rows_handle.h:67:3: style: Class 'SelectedRowsHandle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
efax-gtk-3.2.8/src/fax_list_manager.h:148:3: style: Class 'FaxListManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
efax-gtk-3.2.8/src/settings_help.h:30:3: style: Struct 'SettingsMessagesBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
efax-gtk-3.2.8/src/settings.h:52:3: style: Class 'IdentityPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
efax-gtk-3.2.8/src/settings.h:97:3: style: Class 'ModemPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
efax-gtk-3.2.8/src/settings.h:125:3: style: Class 'ParmsPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
efax-gtk-3.2.8/src/settings.h:163:3: style: Class 'PrintPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
efax-gtk-3.2.8/src/settings.h:182:3: style: Class 'ViewPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
efax-gtk-3.2.8/src/settings.h:226:3: style: Class 'SockPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
efax-gtk-3.2.8/src/settings.h:255:3: style: Class 'ReceivePage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
efax-gtk-3.2.8/src/settings.h:294:3: style: Class 'SendPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
efax-gtk-3.2.8/src/settings.h:313:3: style: Class 'LoggingPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
efax-gtk-3.2.8/src/settings.h:335:3: style: Class 'PagePage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
efax-gtk-3.2.8/src/fax_list.cpp:305:14: style: The scope of the variable 'new_fax_frame_p' can be reduced. [variableScope]
efax-gtk-3.2.8/src/fax_list.cpp:791:11: style: The scope of the variable 'written' can be reduced. [variableScope]
efax-gtk-3.2.8/src/utils/icon_info_handle.h:36:8: style: Technically the member function 'GtkIconInfoFree::operator()' can be const. [functionConst]
efax-gtk-3.2.8/src/fax_list_manager.cpp:1452:20: style: The scope of the variable 'direntry' can be reduced. [variableScope]
efax-gtk-3.2.8/src/fax_list_manager.cpp:1679:17: style: The scope of the variable 'direntry' can be reduced. [variableScope]
efax-gtk-3.2.8/src/fax_list_manager.h:96:8: performance: Technically the member function 'FaxListManager::is_valid_drop_path' can be static. [functionStatic]
efax-gtk-3.2.8/src/fax_list_manager.cpp:1287:22: note: Technically the member function 'FaxListManager::is_valid_drop_path' can be static.
efax-gtk-3.2.8/src/fax_list_manager.h:96:8: note: Technically the member function 'FaxListManager::is_valid_drop_path' can be static.
efax-gtk-3.2.8/src/fax_list_manager.h:100:15: performance: Technically the member function 'FaxListManager::convert_faxname_to_date' can be static. [functionStatic]
efax-gtk-3.2.8/src/fax_list_manager.cpp:1958:29: note: Technically the member function 'FaxListManager::convert_faxname_to_date' can be static.
efax-gtk-3.2.8/src/fax_list_manager.h:100:15: note: Technically the member function 'FaxListManager::convert_faxname_to_date' can be static.
efax-gtk-3.2.8/src/fax_list_manager.cpp:1292:7: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
efax-gtk-3.2.8/src/file_list.cpp:97:42: style: Function 'FileListDialog' argument 1 names different: declaration 'standard_size' definition 'standard_size_'. [funcArgNamesDifferent]
efax-gtk-3.2.8/src/file_list.h:64:28: note: Function 'FileListDialog' argument 1 names different: declaration 'standard_size' definition 'standard_size_'.
efax-gtk-3.2.8/src/file_list.cpp:97:42: note: Function 'FileListDialog' argument 1 names different: declaration 'standard_size' definition 'standard_size_'.
efax-gtk-3.2.8/src/helpfile.cpp:52:34: style: Function 'HelpDialog' argument 1 names different: declaration 'size' definition 'standard_size'. [funcArgNamesDifferent]
efax-gtk-3.2.8/src/helpfile.h:43:24: note: Function 'HelpDialog' argument 1 names different: declaration 'size' definition 'standard_size'.
efax-gtk-3.2.8/src/helpfile.cpp:52:34: note: Function 'HelpDialog' argument 1 names different: declaration 'size' definition 'standard_size'.
efax-gtk-3.2.8/src/helpfile.h:43:3: style: Class 'HelpDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
efax-gtk-3.2.8/src/internal/c++-gtk-utils/convert.cpp:54:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efax-gtk-3.2.8/src/internal/c++-gtk-utils/convert.cpp:84:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efax-gtk-3.2.8/src/logger.cpp:42:52: style: Function 'Logger' argument 2 names different: declaration 'parent_p' definition 'parent_p_'. [funcArgNamesDifferent]
efax-gtk-3.2.8/src/logger.h:48:46: note: Function 'Logger' argument 2 names different: declaration 'parent_p' definition 'parent_p_'.
efax-gtk-3.2.8/src/logger.cpp:42:52: note: Function 'Logger' argument 2 names different: declaration 'parent_p' definition 'parent_p_'.
efax-gtk-3.2.8/src/main.cpp:1151:17: style: The scope of the variable 'direntry' can be reduced. [variableScope]
efax-gtk-3.2.8/src/utils/sem_sync.h:45:3: style: Class 'SemSync' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
efax-gtk-3.2.8/src/mainwindow.h:62:3: style: Class 'MessageText' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
efax-gtk-3.2.8/src/mainwindow.h:73:3: style: Class 'StatusLine' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
efax-gtk-3.2.8/src/mainwindow.cpp:918:7: style: The scope of the variable 'width' can be reduced. [variableScope]
efax-gtk-3.2.8/src/mainwindow.cpp:919:7: style: The scope of the variable 'height' can be reduced. [variableScope]
efax-gtk-3.2.8/src/mainwindow.cpp:920:7: style: The scope of the variable 'socket_val' can be reduced. [variableScope]
efax-gtk-3.2.8/src/mainwindow.cpp:921:7: style: The scope of the variable 'received_list_sort_type' can be reduced. [variableScope]
efax-gtk-3.2.8/src/mainwindow.cpp:922:7: style: The scope of the variable 'sent_list_sort_type' can be reduced. [variableScope]
efax-gtk-3.2.8/src/mainwindow.cpp:1929:37: style: Function 'MessageText' argument 1 names different: declaration 'window_p' definition 'win_p'. [funcArgNamesDifferent]
efax-gtk-3.2.8/src/mainwindow.h:62:26: note: Function 'MessageText' argument 1 names different: declaration 'window_p' definition 'win_p'.
efax-gtk-3.2.8/src/mainwindow.cpp:1929:37: note: Function 'MessageText' argument 1 names different: declaration 'window_p' definition 'win_p'.
efax-gtk-3.2.8/src/redial_queue.cpp:113:48: style: Function 'RedialQueueDialog' argument 1 names different: declaration 'standard_size' definition 'size'. [funcArgNamesDifferent]
efax-gtk-3.2.8/src/redial_queue.h:80:31: note: Function 'RedialQueueDialog' argument 1 names different: declaration 'standard_size' definition 'size'.
efax-gtk-3.2.8/src/redial_queue.cpp:113:48: note: Function 'RedialQueueDialog' argument 1 names different: declaration 'standard_size' definition 'size'.
efax-gtk-3.2.8/src/redial_queue.cpp:113:67: style: Function 'RedialQueueDialog' argument 2 names different: declaration 'redial_queue' definition 'redial_queue_p_'. [funcArgNamesDifferent]
efax-gtk-3.2.8/src/redial_queue.h:80:59: note: Function 'RedialQueueDialog' argument 2 names different: declaration 'redial_queue' definition 'redial_queue_p_'.
efax-gtk-3.2.8/src/redial_queue.cpp:113:67: note: Function 'RedialQueueDialog' argument 2 names different: declaration 'redial_queue' definition 'redial_queue_p_'.
efax-gtk-3.2.8/src/settings.cpp:84:14: style: The scope of the variable 'image_p' can be reduced. [variableScope]
efax-gtk-3.2.8/src/settings.cpp:266:14: style: The scope of the variable 'image_p' can be reduced. [variableScope]
efax-gtk-3.2.8/src/settings.cpp:530:14: style: The scope of the variable 'image_p' can be reduced. [variableScope]
efax-gtk-3.2.8/src/settings.cpp:702:14: style: The scope of the variable 'image_p' can be reduced. [variableScope]
efax-gtk-3.2.8/src/settings.cpp:897:14: style: The scope of the variable 'image_p' can be reduced. [variableScope]
efax-gtk-3.2.8/src/settings.cpp:1058:14: style: The scope of the variable 'image_p' can be reduced. [variableScope]
efax-gtk-3.2.8/src/settings.cpp:1348:14: style: The scope of the variable 'image_p' can be reduced. [variableScope]
efax-gtk-3.2.8/src/settings.cpp:1562:14: style: The scope of the variable 'image_p' can be reduced. [variableScope]
efax-gtk-3.2.8/src/settings.cpp:1774:14: style: The scope of the variable 'image_p' can be reduced. [variableScope]
efax-gtk-3.2.8/src/settings.cpp:1856:14: style: The scope of the variable 'image_p' can be reduced. [variableScope]
efax-gtk-3.2.8/src/settings.cpp:461:49: style: Function 'set_dialmode' argument 1 names different: declaration 'dialmode' definition 'mode_string'. [funcArgNamesDifferent]
efax-gtk-3.2.8/src/settings.h:94:40: note: Function 'set_dialmode' argument 1 names different: declaration 'dialmode' definition 'mode_string'.
efax-gtk-3.2.8/src/settings.cpp:461:49: note: Function 'set_dialmode' argument 1 names different: declaration 'dialmode' definition 'mode_string'.
efax-gtk-3.2.8/src/settings.cpp:1688:43: style: Function 'set_res' argument 1 names different: declaration 'res' definition 'res_string'. [funcArgNamesDifferent]
efax-gtk-3.2.8/src/settings.h:288:35: note: Function 'set_res' argument 1 names different: declaration 'res' definition 'res_string'.
efax-gtk-3.2.8/src/settings.cpp:1688:43: note: Function 'set_res' argument 1 names different: declaration 'res' definition 'res_string'.
efax-gtk-3.2.8/src/settings.cpp:1699:54: style: Function 'set_addr_in_header' argument 1 names different: declaration 'res' definition 'header_string'. [funcArgNamesDifferent]
efax-gtk-3.2.8/src/settings.h:289:46: note: Function 'set_addr_in_header' argument 1 names different: declaration 'res' definition 'header_string'.
efax-gtk-3.2.8/src/settings.cpp:1699:54: note: Function 'set_addr_in_header' argument 1 names different: declaration 'res' definition 'header_string'.
efax-gtk-3.2.8/src/settings.cpp:1894:44: style: Function 'set_page' argument 1 names different: declaration 'page' definition 'page_string'. [funcArgNamesDifferent]
efax-gtk-3.2.8/src/settings.h:333:36: note: Function 'set_page' argument 1 names different: declaration 'page' definition 'page_string'.
efax-gtk-3.2.8/src/settings.cpp:1894:44: note: Function 'set_page' argument 1 names different: declaration 'page' definition 'page_string'.
efax-gtk-3.2.8/src/settings.cpp:1934:42: style: Function 'SettingsDialog' argument 1 names different: declaration 'standard_size' definition 'size'. [funcArgNamesDifferent]
efax-gtk-3.2.8/src/settings.h:387:28: note: Function 'SettingsDialog' argument 1 names different: declaration 'standard_size' definition 'size'.
efax-gtk-3.2.8/src/settings.cpp:1934:42: note: Function 'SettingsDialog' argument 1 names different: declaration 'standard_size' definition 'size'.
efax-gtk-3.2.8/src/settings_help.h:27:15: style: Technically the member function 'SettingsMessagesBase::get_caption' can be const. [functionConst]
efax-gtk-3.2.8/src/settings_help.cpp:15:35: note: Technically the member function 'SettingsMessagesBase::get_caption' can be const.
efax-gtk-3.2.8/src/settings_help.h:27:15: note: Technically the member function 'SettingsMessagesBase::get_caption' can be const.
efax-gtk-3.2.8/src/settings_help.h:28:15: style: Technically the member function 'SettingsMessagesBase::get_message' can be const. [functionConst]
efax-gtk-3.2.8/src/settings_help.cpp:24:35: note: Technically the member function 'SettingsMessagesBase::get_message' can be const.
efax-gtk-3.2.8/src/settings_help.h:28:15: note: Technically the member function 'SettingsMessagesBase::get_message' can be const.
efax-gtk-3.2.8/src/socket_notify.cpp:51:50: style: Function 'SocketNotifyDialog' argument 1 names different: declaration 'standard_size' definition 'size'. [funcArgNamesDifferent]
efax-gtk-3.2.8/src/socket_notify.h:49:32: note: Function 'SocketNotifyDialog' argument 1 names different: declaration 'standard_size' definition 'size'.
efax-gtk-3.2.8/src/socket_notify.cpp:51:50: note: Function 'SocketNotifyDialog' argument 1 names different: declaration 'standard_size' definition 'size'.
efax-gtk-3.2.8/src/socket_server.cpp:109:8: style: The scope of the variable 'running' can be reduced. [variableScope]
efax-gtk-3.2.8/src/socket_server.cpp:74:45: style: Function 'start' argument 1 names different: declaration 'port' definition 'port_'. [funcArgNamesDifferent]
efax-gtk-3.2.8/src/socket_server.h:119:33: note: Function 'start' argument 1 names different: declaration 'port' definition 'port_'.
efax-gtk-3.2.8/src/socket_server.cpp:74:45: note: Function 'start' argument 1 names different: declaration 'port' definition 'port_'.
efax-gtk-3.2.8/src/socket_server.cpp:74:57: style: Function 'start' argument 2 names different: declaration 'other_sock_client_address' definition 'other_sock_client_address_'. [funcArgNamesDifferent]
efax-gtk-3.2.8/src/socket_server.h:119:44: note: Function 'start' argument 2 names different: declaration 'other_sock_client_address' definition 'other_sock_client_address_'.
efax-gtk-3.2.8/src/socket_server.cpp:74:57: note: Function 'start' argument 2 names different: declaration 'other_sock_client_address' definition 'other_sock_client_address_'.
efax-gtk-3.2.8/src/socket_server.cpp:74:90: style: Function 'start' argument 3 names different: declaration 'ipv6' definition 'ipv6_'. [funcArgNamesDifferent]
efax-gtk-3.2.8/src/socket_server.h:119:76: note: Function 'start' argument 3 names different: declaration 'ipv6' definition 'ipv6_'.
efax-gtk-3.2.8/src/socket_server.cpp:74:90: note: Function 'start' argument 3 names different: declaration 'ipv6' definition 'ipv6_'.
efax-gtk-3.2.8/src/socket_server.h:87:15: style: Technically the member function 'SocketServer::normalise' can be const. [functionConst]
efax-gtk-3.2.8/src/socket_server.cpp:686:27: note: Technically the member function 'SocketServer::normalise' can be const.
efax-gtk-3.2.8/src/socket_server.h:87:15: note: Technically the member function 'SocketServer::normalise' can be const.
efax-gtk-3.2.8/src/socket_server.cpp:396:20: error: Iterator 'iter' used after element has been erased. [eraseDereference]
efax-gtk-3.2.8/src/socket_server.cpp:394:5: note: Iterator 'iter' used after element has been erased.
efax-gtk-3.2.8/src/socket_server.cpp:396:20: note: Iterator 'iter' used after element has been erased.
efax-gtk-3.2.8/src/tray_icon.cpp:197:15: style: Variable 'image_p' is assigned a value that is never used. [unreadVariable]
efax-gtk-3.2.8/src/utils/selected_rows_handle.cpp:59:3: style: Class 'PathToRowRef' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
[17:24]

ftp://ftp.se.debian.org/debian/pool/main/e/effects/effects_4.0.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/efibootmgr/efibootmgr_15.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/e/eficas/eficas_6.4.0-1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/efilinux/efilinux_1.0.orig.tar.xz
mfleming-efilinux-ee4479c/entry.c:130:36: portability: '(void*)buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
mfleming-efilinux-ee4479c/entry.c:149:23: portability: '(void*)desc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
mfleming-efilinux-ee4479c/efilinux.h:214:21: warning: Either the condition 'type>14' is redundant or the array 'memory_types[14]' is accessed at index 14, which is out of bounds. [arrayIndexOutOfBoundsCond]
mfleming-efilinux-ee4479c/efilinux.h:211:11: note: Assuming that condition 'type>14' is not redundant
mfleming-efilinux-ee4479c/efilinux.h:214:21: note: Array index out of bounds
mfleming-efilinux-ee4479c/loaders/loader.c:22:23: style: Function 'load_image' argument 1 names different: declaration 'image' definition 'handle'. [funcArgNamesDifferent]
mfleming-efilinux-ee4479c/loaders/loader.h:44:41: note: Function 'load_image' argument 1 names different: declaration 'image' definition 'handle'.
mfleming-efilinux-ee4479c/loaders/loader.c:22:23: note: Function 'load_image' argument 1 names different: declaration 'image' definition 'handle'.
[17:24]

ftp://ftp.se.debian.org/debian/pool/main/e/efitools/efitools_1.4.2.orig.tar.gz
efitools-1.4.2/HashTool.c:187:4: style: The scope of the variable 'setup_mode_arg' can be reduced. [variableScope]
efitools-1.4.2/KeyTool.c:208:41: portability: '(void*)CertList' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
efitools-1.4.2/KeyTool.c:215:31: portability: '(void*)Cert' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
efitools-1.4.2/SetNull.c:8:3: error: Null pointer dereference: test [nullPointer]
efitools-1.4.2/SetNull.c:6:14: note: Assignment 'test=NULL', assigned value is 0
efitools-1.4.2/SetNull.c:8:3: note: Null pointer dereference
efitools-1.4.2/UpdateVars.c:26:42: style: The scope of the variable 'owner_guid' can be reduced. [variableScope]
efitools-1.4.2/UpdateVars.c:91:6: error: Uninitialized variable: owner [uninitvar]
efitools-1.4.2/cert-to-efi-sig-list.c:96:50: portability: '(void*)PkCert' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
efitools-1.4.2/cert-to-efi-sig-list.c:112:0: error: Resource leak: f [resourceLeak]
efitools-1.4.2/efi-readvar.c:186:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
efitools-1.4.2/efi-updatevar.c:190:41: portability: '(void*)CertList' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
efitools-1.4.2/efi-updatevar.c:197:31: portability: '(void*)Cert' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
efitools-1.4.2/efi-updatevar.c:252:46: portability: '(void*)esl' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
efitools-1.4.2/hash-to-efi-sig-list.c:45:8: style: The scope of the variable 'efifile' can be reduced. [variableScope]
efitools-1.4.2/hash-to-efi-sig-list.c:108:39: portability: '(void*)sig' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
efitools-1.4.2/hash-to-efi-sig-list.c:108:68: portability: '(void*)sig+sizeof(EFI_SIGNATURE_LIST)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
efitools-1.4.2/lib/asn1/asn1.c:155:41: style: Function 'asn1_unwrap' argument 2 names different: declaration 'content' definition 'inner'. [funcArgNamesDifferent]
efitools-1.4.2/lib/asn1/asn1.h:113:41: note: Function 'asn1_unwrap' argument 2 names different: declaration 'content' definition 'inner'.
efitools-1.4.2/lib/asn1/asn1.c:155:41: note: Function 'asn1_unwrap' argument 2 names different: declaration 'content' definition 'inner'.
efitools-1.4.2/lib/asn1/asn1_parser.c:211:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
efitools-1.4.2/lib/asn1/asn1_parser.c:215:3: note: Found duplicate branches for 'if' and 'else'.
efitools-1.4.2/lib/asn1/asn1_parser.c:211:3: note: Found duplicate branches for 'if' and 'else'.
efitools-1.4.2/lib/asn1/identification.c:166:6: style: The scope of the variable 'oid' can be reduced. [variableScope]
efitools-1.4.2/lib/asn1/identification.c:29:6: style: struct member 'x501rdn_t::oid' is never used. [unusedStructMember]
efitools-1.4.2/lib/kernel_efivars.c:129:3: warning: Either the condition '!buf' is redundant or there is possible null pointer dereference: buf. [nullPointerRedundantCheck]
efitools-1.4.2/lib/kernel_efivars.c:130:6: note: Assuming that condition '!buf' is not redundant
efitools-1.4.2/lib/kernel_efivars.c:129:3: note: Null pointer dereference
efitools-1.4.2/lib/kernel_efivars.c:230:38: portability: '(void*)sig' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
efitools-1.4.2/lib/kernel_efivars.c:69:3: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
efitools-1.4.2/lib/kernel_efivars.c:173:3: error: Memory leak: newbuf [memleak]
efitools-1.4.2/lib/kernel_efivars.c:182:0: error: Memory leak: newbuf [memleak]
efitools-1.4.2/lib/pecoff.c:116:9: style: The scope of the variable 'size' can be reduced. [variableScope]
efitools-1.4.2/lib/pecoff.c:117:8: style: The scope of the variable 'base' can be reduced. [variableScope]
efitools-1.4.2/lib/pecoff.c:117:15: style: The scope of the variable 'end' can be reduced. [variableScope]
efitools-1.4.2/lib/pecoff.c:153:10: style: The scope of the variable 'Reloc' can be reduced. [variableScope]
efitools-1.4.2/lib/pecoff.c:153:18: style: The scope of the variable 'RelocEnd' can be reduced. [variableScope]
efitools-1.4.2/lib/pecoff.c:136:4: portability: '*data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
efitools-1.4.2/lib/sha256.c:306:66: portability: '(void*)&context.PEHdr->Pe32.OptionalHeader.CheckSum' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
efitools-1.4.2/lib/sha256.c:342:21: portability: 'buffer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
efitools-1.4.2/lib/simple_file.c:328:7: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
efitools-1.4.2/lib/simple_file.c:373:7: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
efitools-1.4.2/lib/variables.c:227:3: warning: Either the condition '!data' is redundant or there is possible null pointer dereference: data. [nullPointerRedundantCheck]
efitools-1.4.2/lib/variables.c:228:6: note: Assuming that condition '!data' is not redundant
efitools-1.4.2/lib/variables.c:227:3: note: Null pointer dereference
efitools-1.4.2/lib/variables.c:50:32: portability: '*out' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
[17:24]

ftp://ftp.se.debian.org/debian/pool/main/e/efivar/efivar_34.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/e/efl/efl_1.8.6.orig.tar.gz
efl-1.8.6/src/benchmarks/eina/city.cc:247:41: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
efl-1.8.6/src/benchmarks/eina/city.cc:300:32: note: Calling function 'CityHash128WithSeed', 1st argument 's' value is 0
efl-1.8.6/src/benchmarks/eina/city.cc:247:41: note: Null pointer addition
efl-1.8.6/src/benchmarks/eina/city.cc:249:25: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
efl-1.8.6/src/benchmarks/eina/city.cc:300:32: note: Calling function 'CityHash128WithSeed', 1st argument 's' value is 0
efl-1.8.6/src/benchmarks/eina/city.cc:249:25: note: Null pointer addition
efl-1.8.6/src/benchmarks/eina/city.cc:155:31: style: Function 'CityHash64' argument 1 names different: declaration 'buf' definition 's'. [funcArgNamesDifferent]
efl-1.8.6/src/benchmarks/eina/city.h:63:31: note: Function 'CityHash64' argument 1 names different: declaration 'buf' definition 's'.
efl-1.8.6/src/benchmarks/eina/city.cc:155:31: note: Function 'CityHash64' argument 1 names different: declaration 'buf' definition 's'.
efl-1.8.6/src/benchmarks/eina/city.cc:195:39: style: Function 'CityHash64WithSeed' argument 1 names different: declaration 'buf' definition 's'. [funcArgNamesDifferent]
efl-1.8.6/src/benchmarks/eina/city.h:66:39: note: Function 'CityHash64WithSeed' argument 1 names different: declaration 'buf' definition 's'.
efl-1.8.6/src/benchmarks/eina/city.cc:195:39: note: Function 'CityHash64WithSeed' argument 1 names different: declaration 'buf' definition 's'.
efl-1.8.6/src/benchmarks/eina/city.cc:199:40: style: Function 'CityHash64WithSeeds' argument 1 names different: declaration 'buf' definition 's'. [funcArgNamesDifferent]
efl-1.8.6/src/benchmarks/eina/city.h:70:40: note: Function 'CityHash64WithSeeds' argument 1 names different: declaration 'buf' definition 's'.
efl-1.8.6/src/benchmarks/eina/city.cc:199:40: note: Function 'CityHash64WithSeeds' argument 1 names different: declaration 'buf' definition 's'.
efl-1.8.6/src/benchmarks/eina/ecore_hash.c:292:9: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/benchmarks/eina/ecore_hash.c:909:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/benchmarks/eina/ecore_hash.c:263:17: style: The scope of the variable 'i' can be reduced. [variableScope]
efl-1.8.6/src/benchmarks/eina/ecore_list.c:133:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/benchmarks/eina/ecore_list.c:1291:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/benchmarks/eina/ecore_list.c:1360:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/benchmarks/eina/ecore_list.c:1313:4: style: Variable 'list' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/benchmarks/eina/ecore_list.c:1311:0: note: Variable 'list' is reassigned a value before the old one has been used.
efl-1.8.6/src/benchmarks/eina/ecore_list.c:1313:4: note: Variable 'list' is reassigned a value before the old one has been used.
efl-1.8.6/src/benchmarks/eina/ecore_list.c:122:10: style: The scope of the variable 'data' can be reduced. [variableScope]
efl-1.8.6/src/benchmarks/eina/ecore_list.c:1350:10: style: The scope of the variable 'data' can be reduced. [variableScope]
efl-1.8.6/src/benchmarks/eina/ecore_list.c:1598:22: style: The scope of the variable 'node' can be reduced. [variableScope]
efl-1.8.6/src/benchmarks/eina/ecore_list.c:219:43: style: Function 'ecore_list_append' argument 2 names different: declaration '_data' definition 'data'. [funcArgNamesDifferent]
efl-1.8.6/src/benchmarks/eina/Ecore_Data.h:153:65: note: Function 'ecore_list_append' argument 2 names different: declaration '_data' definition 'data'.
efl-1.8.6/src/benchmarks/eina/ecore_list.c:219:43: note: Function 'ecore_list_append' argument 2 names different: declaration '_data' definition 'data'.
efl-1.8.6/src/benchmarks/eina/ecore_list.c:236:57: style: Function '_ecore_list_append_0' argument 2 names different: declaration 'node' definition 'end'. [funcArgNamesDifferent]
efl-1.8.6/src/benchmarks/eina/ecore_list.c:22:63: note: Function '_ecore_list_append_0' argument 2 names different: declaration 'node' definition 'end'.
efl-1.8.6/src/benchmarks/eina/ecore_list.c:236:57: note: Function '_ecore_list_append_0' argument 2 names different: declaration 'node' definition 'end'.
efl-1.8.6/src/benchmarks/eina/ecore_list.c:266:44: style: Function 'ecore_list_prepend' argument 2 names different: declaration '_data' definition 'data'. [funcArgNamesDifferent]
efl-1.8.6/src/benchmarks/eina/Ecore_Data.h:154:66: note: Function 'ecore_list_prepend' argument 2 names different: declaration '_data' definition 'data'.
efl-1.8.6/src/benchmarks/eina/ecore_list.c:266:44: note: Function 'ecore_list_prepend' argument 2 names different: declaration '_data' definition 'data'.
efl-1.8.6/src/benchmarks/eina/ecore_list.c:283:58: style: Function '_ecore_list_prepend_0' argument 2 names different: declaration 'node' definition 'start'. [funcArgNamesDifferent]
efl-1.8.6/src/benchmarks/eina/ecore_list.c:24:64: note: Function '_ecore_list_prepend_0' argument 2 names different: declaration 'node' definition 'start'.
efl-1.8.6/src/benchmarks/eina/ecore_list.c:283:58: note: Function '_ecore_list_prepend_0' argument 2 names different: declaration 'node' definition 'start'.
efl-1.8.6/src/benchmarks/eina/ecore_list.c:308:43: style: Function 'ecore_list_insert' argument 2 names different: declaration '_data' definition 'data'. [funcArgNamesDifferent]
efl-1.8.6/src/benchmarks/eina/Ecore_Data.h:155:65: note: Function 'ecore_list_insert' argument 2 names different: declaration '_data' definition 'data'.
efl-1.8.6/src/benchmarks/eina/ecore_list.c:308:43: note: Function 'ecore_list_insert' argument 2 names different: declaration '_data' definition 'data'.
efl-1.8.6/src/benchmarks/eina/ecore_list.c:325:55: style: Function '_ecore_list_insert' argument 2 names different: declaration 'node' definition 'new_node'. [funcArgNamesDifferent]
efl-1.8.6/src/benchmarks/eina/ecore_list.c:20:61: note: Function '_ecore_list_insert' argument 2 names different: declaration 'node' definition 'new_node'.
efl-1.8.6/src/benchmarks/eina/ecore_list.c:325:55: note: Function '_ecore_list_insert' argument 2 names different: declaration 'node' definition 'new_node'.
efl-1.8.6/src/benchmarks/eina/ecore_list.c:631:45: style: Function 'ecore_list_index_goto' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
efl-1.8.6/src/benchmarks/eina/Ecore_Data.h:180:67: note: Function 'ecore_list_index_goto' argument 2 names different: declaration 'index' definition 'idx'.
efl-1.8.6/src/benchmarks/eina/ecore_list.c:631:45: note: Function 'ecore_list_index_goto' argument 2 names different: declaration 'index' definition 'idx'.
efl-1.8.6/src/benchmarks/eina/ecore_list.c:684:47: style: Function 'ecore_list_goto' argument 2 names different: declaration '_data' definition 'data'. [funcArgNamesDifferent]
efl-1.8.6/src/benchmarks/eina/Ecore_Data.h:181:69: note: Function 'ecore_list_goto' argument 2 names different: declaration '_data' definition 'data'.
efl-1.8.6/src/benchmarks/eina/ecore_list.c:684:47: note: Function 'ecore_list_goto' argument 2 names different: declaration '_data' definition 'data'.
efl-1.8.6/src/benchmarks/eina/ecore_list.c:1238:39: style: Function 'ecore_list_node_init' argument 1 names different: declaration 'newNode' definition 'node'. [funcArgNamesDifferent]
efl-1.8.6/src/benchmarks/eina/Ecore_Data.h:212:61: note: Function 'ecore_list_node_init' argument 1 names different: declaration 'newNode' definition 'node'.
efl-1.8.6/src/benchmarks/eina/ecore_list.c:1238:39: note: Function 'ecore_list_node_init' argument 1 names different: declaration 'newNode' definition 'node'.
efl-1.8.6/src/benchmarks/eina/ecore_list.c:1284:42: style: Function 'ecore_list_node_destroy' argument 1 names different: declaration '_e_node' definition 'node'. [funcArgNamesDifferent]
efl-1.8.6/src/benchmarks/eina/Ecore_Data.h:215:64: note: Function 'ecore_list_node_destroy' argument 1 names different: declaration '_e_node' definition 'node'.
efl-1.8.6/src/benchmarks/eina/ecore_list.c:1284:42: note: Function 'ecore_list_node_destroy' argument 1 names different: declaration '_e_node' definition 'node'.
efl-1.8.6/src/benchmarks/eina/ecore_list.c:1372:38: style: Function 'ecore_dlist_free_cb_set' argument 1 names different: declaration 'dlist' definition 'list'. [funcArgNamesDifferent]
efl-1.8.6/src/benchmarks/eina/Ecore_Data.h:298:61: note: Function 'ecore_dlist_free_cb_set' argument 1 names different: declaration 'dlist' definition 'list'.
efl-1.8.6/src/benchmarks/eina/ecore_list.c:1372:38: note: Function 'ecore_dlist_free_cb_set' argument 1 names different: declaration 'dlist' definition 'list'.
efl-1.8.6/src/benchmarks/eina/ecore_list.c:1385:35: style: Function 'ecore_dlist_empty_is' argument 1 names different: declaration '_e_dlist' definition 'list'. [funcArgNamesDifferent]
efl-1.8.6/src/benchmarks/eina/Ecore_Data.h:285:58: note: Function 'ecore_dlist_empty_is' argument 1 names different: declaration '_e_dlist' definition 'list'.
efl-1.8.6/src/benchmarks/eina/ecore_list.c:1385:35: note: Function 'ecore_dlist_empty_is' argument 1 names different: declaration '_e_dlist' definition 'list'.
efl-1.8.6/src/benchmarks/eina/ecore_list.c:1419:33: style: Function 'ecore_dlist_append' argument 1 names different: declaration '_e_dlist' definition 'list'. [funcArgNamesDifferent]
efl-1.8.6/src/benchmarks/eina/Ecore_Data.h:239:51: note: Function 'ecore_dlist_append' argument 1 names different: declaration '_e_dlist' definition 'list'.
efl-1.8.6/src/benchmarks/eina/ecore_list.c:1419:33: note: Function 'ecore_dlist_append' argument 1 names different: declaration '_e_dlist' definition 'list'.
efl-1.8.6/src/benchmarks/eina/ecore_list.c:1419:45: style: Function 'ecore_dlist_append' argument 2 names different: declaration '_data' definition 'data'. [funcArgNamesDifferent]
efl-1.8.6/src/benchmarks/eina/Ecore_Data.h:239:67: note: Function 'ecore_dlist_append' argument 2 names different: declaration '_data' definition 'data'.
efl-1.8.6/src/benchmarks/eina/ecore_list.c:1419:45: note: Function 'ecore_dlist_append' argument 2 names different: declaration '_data' definition 'data'.
efl-1.8.6/src/benchmarks/eina/ecore_list.c:1446:34: style: Function 'ecore_dlist_prepend' argument 1 names different: declaration '_e_dlist' definition 'list'. [funcArgNamesDifferent]
efl-1.8.6/src/benchmarks/eina/Ecore_Data.h:240:52: note: Function 'ecore_dlist_prepend' argument 1 names different: declaration '_e_dlist' definition 'list'.
efl-1.8.6/src/benchmarks/eina/ecore_list.c:1446:34: note: Function 'ecore_dlist_prepend' argument 1 names different: declaration '_e_dlist' definition 'list'.
efl-1.8.6/src/benchmarks/eina/ecore_list.c:1446:46: style: Function 'ecore_dlist_prepend' argument 2 names different: declaration '_data' definition 'data'. [funcArgNamesDifferent]
efl-1.8.6/src/benchmarks/eina/Ecore_Data.h:240:68: note: Function 'ecore_dlist_prepend' argument 2 names different: declaration '_data' definition 'data'.
efl-1.8.6/src/benchmarks/eina/ecore_list.c:1446:46: note: Function 'ecore_dlist_prepend' argument 2 names different: declaration '_data' definition 'data'.
efl-1.8.6/src/benchmarks/eina/ecore_list.c:1473:33: style: Function 'ecore_dlist_insert' argument 1 names different: declaration '_e_dlist' definition 'list'. [funcArgNamesDifferent]
efl-1.8.6/src/benchmarks/eina/Ecore_Data.h:241:51: note: Function 'ecore_dlist_insert' argument 1 names different: declaration '_e_dlist' definition 'list'.
efl-1.8.6/src/benchmarks/eina/ecore_list.c:1473:33: note: Function 'ecore_dlist_insert' argument 1 names different: declaration '_e_dlist' definition 'list'.
efl-1.8.6/src/benchmarks/eina/ecore_list.c:1473:45: style: Function 'ecore_dlist_insert' argument 2 names different: declaration '_data' definition 'data'. [funcArgNamesDifferent]
efl-1.8.6/src/benchmarks/eina/Ecore_Data.h:241:67: note: Function 'ecore_dlist_insert' argument 2 names different: declaration '_data' definition 'data'.
efl-1.8.6/src/benchmarks/eina/ecore_list.c:1473:45: note: Function 'ecore_dlist_insert' argument 2 names different: declaration '_data' definition 'data'.
efl-1.8.6/src/benchmarks/eina/ecore_list.c:1517:38: style: Function 'ecore_dlist_append_list' argument 1 names different: declaration '_e_dlist' definition 'list'. [funcArgNamesDifferent]
efl-1.8.6/src/benchmarks/eina/Ecore_Data.h:242:56: note: Function 'ecore_dlist_append_list' argument 1 names different: declaration '_e_dlist' definition 'list'.
efl-1.8.6/src/benchmarks/eina/ecore_list.c:1517:38: note: Function 'ecore_dlist_append_list' argument 1 names different: declaration '_e_dlist' definition 'list'.
efl-1.8.6/src/benchmarks/eina/ecore_list.c:1552:39: style: Function 'ecore_dlist_prepend_list' argument 1 names different: declaration '_e_dlist' definition 'list'. [funcArgNamesDifferent]
efl-1.8.6/src/benchmarks/eina/Ecore_Data.h:244:57: note: Function 'ecore_dlist_prepend_list' argument 1 names different: declaration '_e_dlist' definition 'list'.
efl-1.8.6/src/benchmarks/eina/ecore_list.c:1552:39: note: Function 'ecore_dlist_prepend_list' argument 1 names different: declaration '_e_dlist' definition 'list'.
efl-1.8.6/src/benchmarks/eina/ecore_list.c:1594:33: style: Function 'ecore_dlist_remove' argument 1 names different: declaration '_e_dlist' definition 'list'. [funcArgNamesDifferent]
efl-1.8.6/src/benchmarks/eina/Ecore_Data.h:255:56: note: Function 'ecore_dlist_remove' argument 1 names different: declaration '_e_dlist' definition 'list'.
efl-1.8.6/src/benchmarks/eina/ecore_list.c:1594:33: note: Function 'ecore_dlist_remove' argument 1 names different: declaration '_e_dlist' definition 'list'.
efl-1.8.6/src/benchmarks/eina/ecore_list.c:1621:39: style: Function 'ecore_dlist_first_remove' argument 1 names different: declaration '_e_dlist' definition 'list'. [funcArgNamesDifferent]
efl-1.8.6/src/benchmarks/eina/Ecore_Data.h:256:62: note: Function 'ecore_dlist_first_remove' argument 1 names different: declaration '_e_dlist' definition 'list'.
efl-1.8.6/src/benchmarks/eina/ecore_list.c:1621:39: note: Function 'ecore_dlist_first_remove' argument 1 names different: declaration '_e_dlist' definition 'list'.
efl-1.8.6/src/benchmarks/eina/ecore_list.c:1678:38: style: Function 'ecore_dlist_last_remove' argument 1 names different: declaration '_e_dlist' definition 'list'. [funcArgNamesDifferent]
efl-1.8.6/src/benchmarks/eina/Ecore_Data.h:258:61: note: Function 'ecore_dlist_last_remove' argument 1 names different: declaration '_e_dlist' definition 'list'.
efl-1.8.6/src/benchmarks/eina/ecore_list.c:1678:38: note: Function 'ecore_dlist_last_remove' argument 1 names different: declaration '_e_dlist' definition 'list'.
efl-1.8.6/src/benchmarks/eina/ecore_list.c:1716:37: style: Function 'ecore_dlist_index_goto' argument 1 names different: declaration '_e_dlist' definition 'list'. [funcArgNamesDifferent]
efl-1.8.6/src/benchmarks/eina/Ecore_Data.h:265:60: note: Function 'ecore_dlist_index_goto' argument 1 names different: declaration '_e_dlist' definition 'list'.
efl-1.8.6/src/benchmarks/eina/ecore_list.c:1716:37: note: Function 'ecore_dlist_index_goto' argument 1 names different: declaration '_e_dlist' definition 'list'.
efl-1.8.6/src/benchmarks/eina/ecore_list.c:1716:47: style: Function 'ecore_dlist_index_goto' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
efl-1.8.6/src/benchmarks/eina/Ecore_Data.h:265:74: note: Function 'ecore_dlist_index_goto' argument 2 names different: declaration 'index' definition 'idx'.
efl-1.8.6/src/benchmarks/eina/ecore_list.c:1716:47: note: Function 'ecore_dlist_index_goto' argument 2 names different: declaration 'index' definition 'idx'.
efl-1.8.6/src/benchmarks/eina/ecore_list.c:1770:31: style: Function 'ecore_dlist_goto' argument 1 names different: declaration '_e_dlist' definition 'list'. [funcArgNamesDifferent]
efl-1.8.6/src/benchmarks/eina/Ecore_Data.h:266:54: note: Function 'ecore_dlist_goto' argument 1 names different: declaration '_e_dlist' definition 'list'.
efl-1.8.6/src/benchmarks/eina/ecore_list.c:1770:31: note: Function 'ecore_dlist_goto' argument 1 names different: declaration '_e_dlist' definition 'list'.
efl-1.8.6/src/benchmarks/eina/ecore_list.c:1770:43: style: Function 'ecore_dlist_goto' argument 2 names different: declaration '_data' definition 'data'. [funcArgNamesDifferent]
efl-1.8.6/src/benchmarks/eina/Ecore_Data.h:266:70: note: Function 'ecore_dlist_goto' argument 2 names different: declaration '_data' definition 'data'.
efl-1.8.6/src/benchmarks/eina/ecore_list.c:1770:43: note: Function 'ecore_dlist_goto' argument 2 names different: declaration '_data' definition 'data'.
efl-1.8.6/src/benchmarks/eina/ecore_list.c:1788:37: style: Function 'ecore_dlist_first_goto' argument 1 names different: declaration '_e_dlist' definition 'list'. [funcArgNamesDifferent]
efl-1.8.6/src/benchmarks/eina/Ecore_Data.h:263:60: note: Function 'ecore_dlist_first_goto' argument 1 names different: declaration '_e_dlist' definition 'list'.
efl-1.8.6/src/benchmarks/eina/ecore_list.c:1788:37: note: Function 'ecore_dlist_first_goto' argument 1 names different: declaration '_e_dlist' definition 'list'.
efl-1.8.6/src/benchmarks/eina/ecore_list.c:1805:36: style: Function 'ecore_dlist_last_goto' argument 1 names different: declaration '_e_dlist' definition 'list'. [funcArgNamesDifferent]
efl-1.8.6/src/benchmarks/eina/Ecore_Data.h:264:59: note: Function 'ecore_dlist_last_goto' argument 1 names different: declaration '_e_dlist' definition 'list'.
efl-1.8.6/src/benchmarks/eina/ecore_list.c:1805:36: note: Function 'ecore_dlist_last_goto' argument 1 names different: declaration '_e_dlist' definition 'list'.
efl-1.8.6/src/benchmarks/eina/ecore_list.c:1893:32: style: Function 'ecore_dlist_clear' argument 1 names different: declaration '_e_dlist' definition 'list'. [funcArgNamesDifferent]
efl-1.8.6/src/benchmarks/eina/Ecore_Data.h:288:55: note: Function 'ecore_dlist_clear' argument 1 names different: declaration '_e_dlist' definition 'list'.
efl-1.8.6/src/benchmarks/eina/ecore_list.c:1893:32: note: Function 'ecore_dlist_clear' argument 1 names different: declaration '_e_dlist' definition 'list'.
efl-1.8.6/src/benchmarks/eina/ecore_sheap.c:99:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/benchmarks/eina/ecore_sheap.c:31:4: style: Variable 'heap' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/benchmarks/eina/ecore_sheap.c:29:0: note: Variable 'heap' is reassigned a value before the old one has been used.
efl-1.8.6/src/benchmarks/eina/ecore_sheap.c:31:4: note: Variable 'heap' is reassigned a value before the old one has been used.
efl-1.8.6/src/benchmarks/eina/ecore_sheap.c:350:4: style: Variable 'heap->data' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/benchmarks/eina/ecore_sheap.c:349:4: note: Variable 'heap->data' is reassigned a value before the old one has been used.
efl-1.8.6/src/benchmarks/eina/ecore_sheap.c:350:4: note: Variable 'heap->data' is reassigned a value before the old one has been used.
efl-1.8.6/src/benchmarks/eina/ecore_sheap.c:86:8: style: The scope of the variable 'i' can be reduced. [variableScope]
efl-1.8.6/src/benchmarks/eina/eina_bench_array.c:627:4: style: Variable 'list' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/benchmarks/eina/eina_bench_array.c:622:0: note: Variable 'list' is reassigned a value before the old one has been used.
efl-1.8.6/src/benchmarks/eina/eina_bench_array.c:627:4: note: Variable 'list' is reassigned a value before the old one has been used.
efl-1.8.6/src/benchmarks/eina/eina_bench_convert.c:114:11: style: The scope of the variable 'r' can be reduced. [variableScope]
efl-1.8.6/src/benchmarks/eina/eina_bench_hash.c:157:4: style: Variable 'hash' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/benchmarks/eina/eina_bench_hash.c:152:0: note: Variable 'hash' is reassigned a value before the old one has been used.
efl-1.8.6/src/benchmarks/eina/eina_bench_hash.c:157:4: note: Variable 'hash' is reassigned a value before the old one has been used.
efl-1.8.6/src/benchmarks/eina/eina_bench_hash.c:245:4: style: Variable 'hash' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/benchmarks/eina/eina_bench_hash.c:240:0: note: Variable 'hash' is reassigned a value before the old one has been used.
efl-1.8.6/src/benchmarks/eina/eina_bench_hash.c:245:4: note: Variable 'hash' is reassigned a value before the old one has been used.
efl-1.8.6/src/benchmarks/eina/eina_bench_hash.c:284:4: style: Variable 'hash' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/benchmarks/eina/eina_bench_hash.c:279:0: note: Variable 'hash' is reassigned a value before the old one has been used.
efl-1.8.6/src/benchmarks/eina/eina_bench_hash.c:284:4: note: Variable 'hash' is reassigned a value before the old one has been used.
efl-1.8.6/src/benchmarks/eina/eina_bench_hash.c:331:4: style: Variable 'hash' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/benchmarks/eina/eina_bench_hash.c:326:0: note: Variable 'hash' is reassigned a value before the old one has been used.
efl-1.8.6/src/benchmarks/eina/eina_bench_hash.c:331:4: note: Variable 'hash' is reassigned a value before the old one has been used.
efl-1.8.6/src/benchmarks/eina/eina_bench_hash.c:358:12: style: Variable 'length' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/benchmarks/eina/eina_bench_hash.c:356:0: note: Variable 'length' is reassigned a value before the old one has been used.
efl-1.8.6/src/benchmarks/eina/eina_bench_hash.c:358:12: note: Variable 'length' is reassigned a value before the old one has been used.
efl-1.8.6/src/benchmarks/eina/eina_bench_hash.c:426:4: style: Variable 'array' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/benchmarks/eina/eina_bench_hash.c:420:0: note: Variable 'array' is reassigned a value before the old one has been used.
efl-1.8.6/src/benchmarks/eina/eina_bench_hash.c:426:4: note: Variable 'array' is reassigned a value before the old one has been used.
efl-1.8.6/src/benchmarks/eina/eina_bench_hash.c:480:4: style: Variable 'hash' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/benchmarks/eina/eina_bench_hash.c:475:0: note: Variable 'hash' is reassigned a value before the old one has been used.
efl-1.8.6/src/benchmarks/eina/eina_bench_hash.c:480:4: note: Variable 'hash' is reassigned a value before the old one has been used.
efl-1.8.6/src/benchmarks/eina/eina_bench_hash.c:186:22: style: Variable 'tmp_val' is assigned a value that is never used. [unreadVariable]
efl-1.8.6/src/benchmarks/eina/eina_bench_hash.c:270:22: style: Variable 'tmp_val' is assigned a value that is never used. [unreadVariable]
efl-1.8.6/src/benchmarks/eina/eina_bench_hash.c:310:22: style: Variable 'tmp_val' is assigned a value that is never used. [unreadVariable]
efl-1.8.6/src/benchmarks/eina/eina_bench_hash.c:361:15: style: Variable 'elm' is assigned a value that is never used. [unreadVariable]
efl-1.8.6/src/benchmarks/eina/eina_bench_hash.c:507:18: style: Variable 'elm' is assigned a value that is never used. [unreadVariable]
efl-1.8.6/src/benchmarks/eina/eina_bench_rectangle_pool.c:30:20: style: The scope of the variable 'rect' can be reduced. [variableScope]
efl-1.8.6/src/benchmarks/eina/eina_bench_sort.c:134:4: style: Variable 'list' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/benchmarks/eina/eina_bench_sort.c:131:0: note: Variable 'list' is reassigned a value before the old one has been used.
efl-1.8.6/src/benchmarks/eina/eina_bench_sort.c:134:4: note: Variable 'list' is reassigned a value before the old one has been used.
efl-1.8.6/src/benchmarks/eina/eina_bench_sort.c:157:4: style: Variable 'list' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/benchmarks/eina/eina_bench_sort.c:154:0: note: Variable 'list' is reassigned a value before the old one has been used.
efl-1.8.6/src/benchmarks/eina/eina_bench_sort.c:157:4: note: Variable 'list' is reassigned a value before the old one has been used.
efl-1.8.6/src/benchmarks/eina/eina_bench_sort.c:180:4: style: Variable 'list' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/benchmarks/eina/eina_bench_sort.c:177:0: note: Variable 'list' is reassigned a value before the old one has been used.
efl-1.8.6/src/benchmarks/eina/eina_bench_sort.c:180:4: note: Variable 'list' is reassigned a value before the old one has been used.
efl-1.8.6/src/benchmarks/eina/evas_hash.c:296:18: style: The scope of the variable 'el' can be reduced. [variableScope]
efl-1.8.6/src/benchmarks/eina/evas_list.c:608:19: style: The scope of the variable 'free_l' can be reduced. [variableScope]
efl-1.8.6/src/benchmarks/eina/evas_mempool.c:133:10: style: The scope of the variable 'pmem' can be reduced. [variableScope]
efl-1.8.6/src/benchmarks/eina/evas_stringshare.c:239:10: style: The scope of the variable 'el_str' can be reduced. [variableScope]
efl-1.8.6/src/benchmarks/eo/eo_bench.c:30:20: style: The scope of the variable 'test' can be reduced. [variableScope]
efl-1.8.6/src/bin/edje/edje_cc_handlers.c:8449:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
efl-1.8.6/src/bin/edje/edje_cc_handlers.c:1255:25: style: The scope of the variable 'et' can be reduced. [variableScope]
efl-1.8.6/src/bin/edje/edje_cc_handlers.c:1256:24: style: The scope of the variable 'pa' can be reduced. [variableScope]
efl-1.8.6/src/bin/edje/edje_cc_handlers.c:2687:22: style: The scope of the variable 'epp' can be reduced. [variableScope]
efl-1.8.6/src/bin/edje/edje_cc_handlers.c:2690:34: style: The scope of the variable 'ed' can be reduced. [variableScope]
efl-1.8.6/src/bin/edje/edje_cc_handlers.c:2724:21: style: The scope of the variable 'data' can be reduced. [variableScope]
efl-1.8.6/src/bin/edje/edje_cc_handlers.c:2740:21: style: The scope of the variable 'alias' can be reduced. [variableScope]
efl-1.8.6/src/bin/edje/edje_cc_handlers.c:2754:21: style: The scope of the variable 'aliased' can be reduced. [variableScope]
efl-1.8.6/src/bin/edje/edje_cc_handlers.c:2925:18: style: The scope of the variable 'cp' can be reduced. [variableScope]
efl-1.8.6/src/bin/edje/edje_cc_handlers.c:3513:22: style: The scope of the variable 'epp' can be reduced. [variableScope]
efl-1.8.6/src/bin/edje/edje_cc_handlers.c:4592:30: style: The scope of the variable 'pitem' can be reduced. [variableScope]
efl-1.8.6/src/bin/edje/edje_cc_handlers.c:4918:20: style: The scope of the variable 'color' can be reduced. [variableScope]
efl-1.8.6/src/bin/edje/edje_cc_handlers.c:5076:24: style: The scope of the variable 'iid' can be reduced. [variableScope]
efl-1.8.6/src/bin/edje/edje_cc_handlers.c:5077:10: style: The scope of the variable 'parent_name' can be reduced. [variableScope]
efl-1.8.6/src/bin/edje/edje_cc_handlers.c:5079:11: style: The scope of the variable 'parent_val' can be reduced. [variableScope]
efl-1.8.6/src/bin/edje/edje_cc_handlers.c:5275:49: style: The scope of the variable 'new_param' can be reduced. [variableScope]
efl-1.8.6/src/bin/edje/edje_cc_handlers.c:9513:13: style: The scope of the variable 'i' can be reduced. [variableScope]
efl-1.8.6/src/bin/edje/edje_cc_handlers.c:9513:16: style: The scope of the variable 'len' can be reduced. [variableScope]
efl-1.8.6/src/bin/edje/edje_cc_handlers.c:1524:14: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
efl-1.8.6/src/bin/edje/edje_cc_handlers.c:2411:81: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
efl-1.8.6/src/bin/edje/edje_cc_handlers.c:3223:37: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
efl-1.8.6/src/bin/edje/edje_cc_handlers.c:3594:39: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
efl-1.8.6/src/bin/edje/edje_cc_handlers.c:3836:41: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
efl-1.8.6/src/bin/edje/edje_cc_handlers.c:3887:47: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
efl-1.8.6/src/bin/edje/edje_cc_handlers.c:4141:45: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
efl-1.8.6/src/bin/edje/edje_cc_handlers.c:4155:64: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
efl-1.8.6/src/bin/edje/edje_cc_handlers.c:4189:52: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
efl-1.8.6/src/bin/edje/edje_cc_handlers.c:4215:79: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
efl-1.8.6/src/bin/edje/edje_cc_handlers.c:4240:72: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
efl-1.8.6/src/bin/edje/edje_cc_handlers.c:4835:39: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
efl-1.8.6/src/bin/edje/edje_cc_handlers.c:5685:43: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
efl-1.8.6/src/bin/edje/edje_cc_handlers.c:6218:18: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
efl-1.8.6/src/bin/edje/edje_cc_handlers.c:6287:12: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
efl-1.8.6/src/bin/edje/edje_cc_handlers.c:6322:42: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
efl-1.8.6/src/bin/edje/edje_cc_handlers.c:6503:55: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
efl-1.8.6/src/bin/edje/edje_cc_handlers.c:7526:52: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
efl-1.8.6/src/bin/edje/edje_cc_handlers.c:9063:79: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
efl-1.8.6/src/bin/edje/edje_cc_handlers.c:9277:42: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
efl-1.8.6/src/bin/edje/edje_cc_handlers.c:8857:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/bin/edje/edje_cc_out.c:2478:27: warning: Either the condition '!de' is redundant or there is possible null pointer dereference: de. [nullPointerRedundantCheck]
efl-1.8.6/src/bin/edje/edje_cc_out.c:2473:13: note: Assuming that condition '!de' is not redundant
efl-1.8.6/src/bin/edje/edje_cc_out.c:2478:27: note: Null pointer dereference
efl-1.8.6/src/bin/edje/edje_cc_out.c:2508:27: warning: Either the condition '!de' is redundant or there is possible null pointer dereference: de. [nullPointerRedundantCheck]
efl-1.8.6/src/bin/edje/edje_cc_out.c:2503:13: note: Assuming that condition '!de' is not redundant
efl-1.8.6/src/bin/edje/edje_cc_out.c:2508:27: note: Null pointer dereference
efl-1.8.6/src/bin/edje/edje_cc_out.c:540:4: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/bin/edje/edje_cc_out.c:534:0: note: Variable 'f' is reassigned a value before the old one has been used.
efl-1.8.6/src/bin/edje/edje_cc_out.c:540:4: note: Variable 'f' is reassigned a value before the old one has been used.
efl-1.8.6/src/bin/edje/edje_cc_out.c:1918:4: style: Variable 'pl' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/bin/edje/edje_cc_out.c:1911:0: note: Variable 'pl' is reassigned a value before the old one has been used.
efl-1.8.6/src/bin/edje/edje_cc_out.c:1918:4: note: Variable 'pl' is reassigned a value before the old one has been used.
efl-1.8.6/src/bin/edje/edje_cc_out.c:1964:4: style: Variable 'pl' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/bin/edje/edje_cc_out.c:1956:0: note: Variable 'pl' is reassigned a value before the old one has been used.
efl-1.8.6/src/bin/edje/edje_cc_out.c:1964:4: note: Variable 'pl' is reassigned a value before the old one has been used.
efl-1.8.6/src/bin/edje/edje_cc_out.c:1113:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/bin/edje/edje_cc_out.c:444:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
efl-1.8.6/src/bin/edje/edje_cc_out.c:533:15: style: The scope of the variable 'll' can be reduced. [variableScope]
efl-1.8.6/src/bin/edje/edje_cc_out.c:538:9: style: The scope of the variable 'buf2' can be reduced. [variableScope]
efl-1.8.6/src/bin/edje/edje_cc_out.c:730:26: style: The scope of the variable 'end' can be reduced. [variableScope]
efl-1.8.6/src/bin/edje/edje_cc_out.c:1107:9: style: The scope of the variable 'buf2' can be reduced. [variableScope]
efl-1.8.6/src/bin/edje/edje_cc_out.c:2364:20: style: The scope of the variable 'ep' can be reduced. [variableScope]
efl-1.8.6/src/bin/edje/edje_cc_out.c:2365:22: style: The scope of the variable 'i' can be reduced. [variableScope]
efl-1.8.6/src/bin/edje/edje_cc_out.c:2598:37: style: The scope of the variable 'de' can be reduced. [variableScope]
efl-1.8.6/src/bin/edje/edje_cc_out.c:2599:35: style: The scope of the variable 'set' can be reduced. [variableScope]
efl-1.8.6/src/bin/edje/edje_cc_out.c:213:30: style: Function 'error_and_abort' argument 1 names different: declaration 'ef' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/bin/edje/edje_cc.h:214:35: note: Function 'error_and_abort' argument 1 names different: declaration 'ef' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/edje/edje_cc_out.c:213:30: note: Function 'error_and_abort' argument 1 names different: declaration 'ef' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/edje/edje_cc_out.c:2671:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/bin/edje/edje_cc_out.c:2718:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/bin/edje/edje_cc_parse.c:966:9: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
efl-1.8.6/src/bin/edje/edje_cc_parse.c:1289:14: warning: Redundant assignment of '*val' to itself. [selfAssignment]
efl-1.8.6/src/bin/edje/edje_cc_parse.c:1295:14: warning: Redundant assignment of '*val' to itself. [selfAssignment]
efl-1.8.6/src/bin/edje/edje_cc_parse.c:149:27: style: The scope of the variable 'sh' can be reduced. [variableScope]
efl-1.8.6/src/bin/edje/edje_cc_parse.c:426:24: style: The scope of the variable 'nested' can be reduced. [variableScope]
efl-1.8.6/src/bin/edje/edje_cc_parse.c:484:21: style: The scope of the variable 'prev' can be reduced. [variableScope]
efl-1.8.6/src/bin/edje/edje_cc_parse.c:783:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
efl-1.8.6/src/bin/edje/edje_cc_parse.c:783:20: style: The scope of the variable 'buf2' can be reduced. [variableScope]
efl-1.8.6/src/bin/edje/edje_cc_parse.c:1332:9: style: The scope of the variable 'op' can be reduced. [variableScope]
efl-1.8.6/src/bin/edje/edje_cc_parse.c:1351:9: style: The scope of the variable 'op' can be reduced. [variableScope]
efl-1.8.6/src/bin/edje/edje_cc_parse.c:1535:9: style: The scope of the variable 'op' can be reduced. [variableScope]
efl-1.8.6/src/bin/edje/edje_cc_parse.c:1554:9: style: The scope of the variable 'op' can be reduced. [variableScope]
efl-1.8.6/src/bin/edje/edje_cc_parse.c:1206:21: style: Function 'check_arg_count' argument 1 names different: declaration 'n' definition 'required_args'. [funcArgNamesDifferent]
efl-1.8.6/src/bin/edje/edje_cc.h:193:29: note: Function 'check_arg_count' argument 1 names different: declaration 'n' definition 'required_args'.
efl-1.8.6/src/bin/edje/edje_cc_parse.c:1206:21: note: Function 'check_arg_count' argument 1 names different: declaration 'n' definition 'required_args'.
efl-1.8.6/src/bin/edje/edje_cc_parse.c:1220:25: style: Function 'check_min_arg_count' argument 1 names different: declaration 'n' definition 'min_required_args'. [funcArgNamesDifferent]
efl-1.8.6/src/bin/edje/edje_cc.h:194:33: note: Function 'check_min_arg_count' argument 1 names different: declaration 'n' definition 'min_required_args'.
efl-1.8.6/src/bin/edje/edje_cc_parse.c:1220:25: note: Function 'check_min_arg_count' argument 1 names different: declaration 'n' definition 'min_required_args'.
efl-1.8.6/src/bin/edje/edje_cc_parse.c:280:23: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/bin/edje/edje_cc_parse.c:437:20: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/bin/edje/edje_cc_parse.c:489:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/bin/edje/edje_cc_parse.c:283:18: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
efl-1.8.6/src/bin/edje/edje_cc_parse.c:1022:20: error: va_list 'va' used before va_start() was called. [va_list_usedBeforeStarted]
efl-1.8.6/src/bin/edje/edje_cc_parse.c:1026:14: error: va_list 'va' used before va_start() was called. [va_list_usedBeforeStarted]
efl-1.8.6/src/bin/edje/edje_cc_parse.c:1025:14: error: va_list 'va2' used before va_start() was called. [va_list_usedBeforeStarted]
efl-1.8.6/src/bin/edje/edje_cc_sources.c:55:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
efl-1.8.6/src/bin/edje/edje_cc_sources.c:150:12: style: The scope of the variable 'slash' can be reduced. [variableScope]
efl-1.8.6/src/bin/edje/edje_cc_sources.c:235:46: style: Function 'source_fontmap_save' argument 2 names different: declaration 'fonts' definition 'font_list'. [funcArgNamesDifferent]
efl-1.8.6/src/bin/edje/edje_cc.h:205:54: note: Function 'source_fontmap_save' argument 2 names different: declaration 'fonts' definition 'font_list'.
efl-1.8.6/src/bin/edje/edje_cc_sources.c:235:46: note: Function 'source_fontmap_save' argument 2 names different: declaration 'fonts' definition 'font_list'.
efl-1.8.6/src/bin/edje/edje_codegen.c:1038:16: style: The scope of the variable 'module_name' can be reduced. [variableScope]
efl-1.8.6/src/bin/edje/edje_codegen.c:1039:41: style: The scope of the variable 'l' can be reduced. [variableScope]
efl-1.8.6/src/bin/edje/edje_convert.c:345:2: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/bin/edje/edje_convert.c:331:28: note: Variable 'i' is reassigned a value before the old one has been used.
efl-1.8.6/src/bin/edje/edje_convert.c:345:2: note: Variable 'i' is reassigned a value before the old one has been used.
efl-1.8.6/src/bin/edje/edje_convert.c:249:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/bin/edje/edje_convert.c:250:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/bin/edje/edje_convert.c:251:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/bin/edje/edje_convert.c:252:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/bin/edje/edje_convert.c:253:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/bin/edje/edje_convert.c:254:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/bin/edje/edje_convert.c:255:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/bin/edje/edje_convert.c:256:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/bin/edje/edje_convert.c:257:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/bin/edje/edje_convert.c:258:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/bin/edje/edje_decc.c:421:35: warning: Either the condition 'if(f)' is redundant or there is possible null pointer dereference: f. [nullPointerRedundantCheck]
efl-1.8.6/src/bin/edje/edje_decc.c:423:8: note: Assuming that condition 'if(f)' is not redundant
efl-1.8.6/src/bin/edje/edje_decc.c:421:35: note: Null pointer dereference
efl-1.8.6/src/bin/edje/edje_decc.c:281:37: style: The scope of the variable 'ei' can be reduced. [variableScope]
efl-1.8.6/src/bin/edje/edje_decc.c:431:8: style: The scope of the variable 'f' can be reduced. [variableScope]
efl-1.8.6/src/bin/edje/edje_decc.c:472:28: style: The scope of the variable 'sample' can be reduced. [variableScope]
efl-1.8.6/src/bin/edje/edje_external_inspector.c:414:19: style: The scope of the variable 'buf' can be reduced. [variableScope]
efl-1.8.6/src/bin/edje/edje_inspector.c:637:35: style: The scope of the variable 'l' can be reduced. [variableScope]
efl-1.8.6/src/bin/edje/edje_inspector.c:638:36: style: The scope of the variable 'p' can be reduced. [variableScope]
efl-1.8.6/src/bin/edje/edje_pick.c:1413:8: style: Condition 'sets' is always false [knownConditionTrueFalse]
efl-1.8.6/src/bin/edje/edje_pick.c:1199:37: note: Assignment 'sets=NULL', assigned value is 0
efl-1.8.6/src/bin/edje/edje_pick.c:1413:8: note: Condition 'sets' is always false
efl-1.8.6/src/bin/edje/edje_pick.c:137:20: style: The scope of the variable 'll' can be reduced. [variableScope]
efl-1.8.6/src/bin/edje/edje_pick.c:563:15: style: The scope of the variable 'l' can be reduced. [variableScope]
efl-1.8.6/src/bin/edje/edje_pick.c:672:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
efl-1.8.6/src/bin/edje/edje_pick.c:674:17: style: The scope of the variable 'k' can be reduced. [variableScope]
efl-1.8.6/src/bin/edje/edje_pick.c:677:15: style: The scope of the variable 'current_img_id' can be reduced. [variableScope]
efl-1.8.6/src/bin/edje/edje_pick.c:801:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
efl-1.8.6/src/bin/edje/edje_pick.c:802:14: style: The scope of the variable 'k' can be reduced. [variableScope]
efl-1.8.6/src/bin/edje/edje_pick.c:805:15: style: The scope of the variable 'current_sample_id' can be reduced. [variableScope]
efl-1.8.6/src/bin/edje/edje_player.c:145:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/bin/edje/edje_player.c:171:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/bin/edje/edje_player.c:197:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/bin/edje/edje_player.c:269:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/bin/edje/edje_player.c:305:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/bin/edje/epp/cpperror.c:81:46: style: Function 'cpp_file_line_for_message' argument 1 names different: declaration 'pfile' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/bin/edje/epp/cpplib.h:616:60: note: Function 'cpp_file_line_for_message' argument 1 names different: declaration 'pfile' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/edje/epp/cpperror.c:81:46: note: Function 'cpp_file_line_for_message' argument 1 names different: declaration 'pfile' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/edje/epp/cppexp.c:156:31: style: The scope of the variable 'nd' can be reduced. [variableScope]
efl-1.8.6/src/bin/edje/epp/cppexp.c:56:24: style: struct member 'arglist::next' is never used. [unusedStructMember]
efl-1.8.6/src/bin/edje/epp/cppexp.c:57:24: style: struct member 'arglist::name' is never used. [unusedStructMember]
efl-1.8.6/src/bin/edje/epp/cppexp.c:58:24: style: struct member 'arglist::length' is never used. [unusedStructMember]
efl-1.8.6/src/bin/edje/epp/cppexp.c:59:24: style: struct member 'arglist::argno' is never used. [unusedStructMember]
efl-1.8.6/src/bin/edje/epp/cpphash.c:190:37: style: Function 'cpp_hash_cleanup' argument 1 names different: declaration 'pfile' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/bin/edje/epp/cpphash.h:41:51: note: Function 'cpp_hash_cleanup' argument 1 names different: declaration 'pfile' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/edje/epp/cpphash.c:190:37: note: Function 'cpp_hash_cleanup' argument 1 names different: declaration 'pfile' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/edje/epp/cpplib.c:2332:10: error: Converting pointer arithmetic result to bool. The bool is always true unless there is undefined behaviour. [pointerArithBool]
efl-1.8.6/src/bin/edje/epp/cpplib.c:2496:9: error: Converting pointer arithmetic result to bool. The bool is always true unless there is undefined behaviour. [pointerArithBool]
efl-1.8.6/src/bin/edje/epp/cpplib.c:3990:17: style: Redundant condition: If 'EXPR == '\n'', the comparison 'EXPR != '\"'' is always true. [redundantCondition]
efl-1.8.6/src/bin/edje/epp/cpplib.c:1905:39: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
efl-1.8.6/src/bin/edje/epp/cpplib.c:3517:25: note: Calling function 'cpp_push_buffer', 2nd argument 'buffer' value is 0
efl-1.8.6/src/bin/edje/epp/cpplib.c:1905:39: note: Null pointer addition
efl-1.8.6/src/bin/edje/epp/cpplib.c:2726:2: style: Variable 'rest_args' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/bin/edje/epp/cpplib.c:2725:2: note: Variable 'rest_args' is reassigned a value before the old one has been used.
efl-1.8.6/src/bin/edje/epp/cpplib.c:2726:2: note: Variable 'rest_args' is reassigned a value before the old one has been used.
efl-1.8.6/src/bin/edje/epp/cpplib.c:553:24: style: The scope of the variable 'c' can be reduced. [variableScope]
efl-1.8.6/src/bin/edje/epp/cpplib.c:1265:22: style: The scope of the variable 'skipped_arg' can be reduced. [variableScope]
efl-1.8.6/src/bin/edje/epp/cpplib.c:2245:24: style: The scope of the variable 'c' can be reduced. [variableScope]
efl-1.8.6/src/bin/edje/epp/cpplib.c:2694:24: style: The scope of the variable 'rest_args' can be reduced. [variableScope]
efl-1.8.6/src/bin/edje/epp/cpplib.c:2840:30: style: The scope of the variable 'c' can be reduced. [variableScope]
efl-1.8.6/src/bin/edje/epp/cpplib.c:3227:25: style: The scope of the variable 'n' can be reduced. [variableScope]
efl-1.8.6/src/bin/edje/epp/cpplib.c:5709:27: style: The scope of the variable 'q' can be reduced. [variableScope]
efl-1.8.6/src/bin/edje/epp/cpplib.c:6650:28: style: The scope of the variable 'dirtmp' can be reduced. [variableScope]
efl-1.8.6/src/bin/edje/epp/cpplib.c:6723:22: style: The scope of the variable 'deps_stream' can be reduced. [variableScope]
efl-1.8.6/src/bin/edje/epp/cpplib.c:6868:37: style: The scope of the variable 'prev' can be reduced. [variableScope]
efl-1.8.6/src/bin/edje/epp/cpplib.c:7000:24: style: The scope of the variable 'length' can be reduced. [variableScope]
efl-1.8.6/src/bin/edje/epp/cpplib.c:7317:29: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
efl-1.8.6/src/bin/edje/epp/cpplib.c:7338:29: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
efl-1.8.6/src/bin/edje/epp/cpplib.c:7420:60: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
efl-1.8.6/src/bin/edje/epp/cpplib.c:3088:57: style: Function 'push_macro_expansion' argument 2 names different: declaration 'x' definition 'xbuf'. [funcArgNamesDifferent]
efl-1.8.6/src/bin/edje/epp/cpplib.c:284:22: note: Function 'push_macro_expansion' argument 2 names different: declaration 'x' definition 'xbuf'.
efl-1.8.6/src/bin/edje/epp/cpplib.c:3088:57: note: Function 'push_macro_expansion' argument 2 names different: declaration 'x' definition 'xbuf'.
efl-1.8.6/src/bin/edje/epp/cpplib.c:3161:28: style: Function 'do_include' argument 3 names different: declaration 'unused1' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/bin/edje/epp/cpplib.c:327:26: note: Function 'do_include' argument 3 names different: declaration 'unused1' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/edje/epp/cpplib.c:3161:28: note: Function 'do_include' argument 3 names different: declaration 'unused1' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/edje/epp/cpplib.c:3161:64: style: Function 'do_include' argument 4 names different: declaration 'unused2' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/bin/edje/epp/cpplib.c:327:50: note: Function 'do_include' argument 4 names different: declaration 'unused2' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/edje/epp/cpplib.c:3161:64: note: Function 'do_include' argument 4 names different: declaration 'unused2' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/edje/epp/cpplib.c:3719:55: style: Function 'do_line' argument 2 names different: declaration 'keyword' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/bin/edje/epp/cpplib.c:323:67: note: Function 'do_line' argument 2 names different: declaration 'keyword' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/edje/epp/cpplib.c:3719:55: note: Function 'do_line' argument 2 names different: declaration 'keyword' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/edje/epp/cpplib.c:3720:25: style: Function 'do_line' argument 3 names different: declaration 'unused1' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/bin/edje/epp/cpplib.c:324:23: note: Function 'do_line' argument 3 names different: declaration 'unused1' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/edje/epp/cpplib.c:3720:25: note: Function 'do_line' argument 3 names different: declaration 'unused1' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/edje/epp/cpplib.c:3720:61: style: Function 'do_line' argument 4 names different: declaration 'unused2' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/bin/edje/epp/cpplib.c:324:47: note: Function 'do_line' argument 4 names different: declaration 'unused2' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/edje/epp/cpplib.c:3720:61: note: Function 'do_line' argument 4 names different: declaration 'unused2' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/edje/epp/cpplib.c:3884:56: style: Function 'do_error' argument 2 names different: declaration 'keyword' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/bin/edje/epp/cpplib.c:332:68: note: Function 'do_error' argument 2 names different: declaration 'keyword' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/edje/epp/cpplib.c:3884:56: note: Function 'do_error' argument 2 names different: declaration 'keyword' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/edje/epp/cpplib.c:3904:58: style: Function 'do_warning' argument 2 names different: declaration 'keyword' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/bin/edje/epp/cpplib.c:362:70: note: Function 'do_warning' argument 2 names different: declaration 'keyword' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/edje/epp/cpplib.c:3904:58: note: Function 'do_warning' argument 2 names different: declaration 'keyword' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/edje/epp/cpplib.c:3949:56: style: Function 'do_ident' argument 2 names different: declaration 'keyword' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/bin/edje/epp/cpplib.c:338:68: note: Function 'do_ident' argument 2 names different: declaration 'keyword' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/edje/epp/cpplib.c:3949:56: note: Function 'do_ident' argument 2 names different: declaration 'keyword' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/edje/epp/cpplib.c:3950:22: style: Function 'do_ident' argument 3 names different: declaration 'buf' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/bin/edje/epp/cpplib.c:339:24: note: Function 'do_ident' argument 3 names different: declaration 'buf' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/edje/epp/cpplib.c:3950:22: note: Function 'do_ident' argument 3 names different: declaration 'buf' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/edje/epp/cpplib.c:3950:56: style: Function 'do_ident' argument 4 names different: declaration 'limit' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/bin/edje/epp/cpplib.c:339:44: note: Function 'do_ident' argument 4 names different: declaration 'limit' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/edje/epp/cpplib.c:3950:56: note: Function 'do_ident' argument 4 names different: declaration 'limit' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/edje/epp/cpplib.c:3967:57: style: Function 'do_pragma' argument 2 names different: declaration 'keyword' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/bin/edje/epp/cpplib.c:335:69: note: Function 'do_pragma' argument 2 names different: declaration 'keyword' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/edje/epp/cpplib.c:3967:57: note: Function 'do_pragma' argument 2 names different: declaration 'keyword' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/edje/epp/cpplib.c:3968:45: style: Function 'do_pragma' argument 4 names different: declaration 'limit' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/bin/edje/epp/cpplib.c:336:45: note: Function 'do_pragma' argument 4 names different: declaration 'limit' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/edje/epp/cpplib.c:3968:45: note: Function 'do_pragma' argument 4 names different: declaration 'limit' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/edje/epp/cpplib.c:4026:53: style: Function 'do_if' argument 2 names different: declaration 'keyword' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/bin/edje/epp/cpplib.c:341:65: note: Function 'do_if' argument 2 names different: declaration 'keyword' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/edje/epp/cpplib.c:4026:53: note: Function 'do_if' argument 2 names different: declaration 'keyword' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/edje/epp/cpplib.c:4041:55: style: Function 'do_elif' argument 2 names different: declaration 'keyword' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/bin/edje/epp/cpplib.c:350:67: note: Function 'do_elif' argument 2 names different: declaration 'keyword' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/edje/epp/cpplib.c:4041:55: note: Function 'do_elif' argument 2 names different: declaration 'keyword' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/edje/epp/cpplib.c:4086:59: style: Function 'eval_if_expression' argument 2 names different: declaration 'buf' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/bin/edje/epp/cpplib.c:275:76: note: Function 'eval_if_expression' argument 2 names different: declaration 'buf' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/edje/epp/cpplib.c:4086:59: note: Function 'eval_if_expression' argument 2 names different: declaration 'buf' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/edje/epp/cpplib.c:4087:17: style: Function 'eval_if_expression' argument 3 names different: declaration 'length' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/bin/edje/epp/cpplib.c:276:10: note: Function 'eval_if_expression' argument 3 names different: declaration 'length' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/edje/epp/cpplib.c:4087:17: note: Function 'eval_if_expression' argument 3 names different: declaration 'length' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/edje/epp/cpplib.c:4113:27: style: Function 'do_xifdef' argument 3 names different: declaration 'buf' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/bin/edje/epp/cpplib.c:345:25: note: Function 'do_xifdef' argument 3 names different: declaration 'buf' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/edje/epp/cpplib.c:4113:27: note: Function 'do_xifdef' argument 3 names different: declaration 'buf' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/edje/epp/cpplib.c:4113:63: style: Function 'do_xifdef' argument 4 names different: declaration 'limit' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/bin/edje/epp/cpplib.c:345:45: note: Function 'do_xifdef' argument 4 names different: declaration 'limit' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/edje/epp/cpplib.c:4113:63: note: Function 'do_xifdef' argument 4 names different: declaration 'limit' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/edje/epp/cpplib.c:4368:55: style: Function 'do_else' argument 2 names different: declaration 'keyword' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/bin/edje/epp/cpplib.c:347:67: note: Function 'do_else' argument 2 names different: declaration 'keyword' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/edje/epp/cpplib.c:4368:55: note: Function 'do_else' argument 2 names different: declaration 'keyword' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/edje/epp/cpplib.c:4369:21: style: Function 'do_else' argument 3 names different: declaration 'buf' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/bin/edje/epp/cpplib.c:348:23: note: Function 'do_else' argument 3 names different: declaration 'buf' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/edje/epp/cpplib.c:4369:21: note: Function 'do_else' argument 3 names different: declaration 'buf' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/edje/epp/cpplib.c:4369:55: style: Function 'do_else' argument 4 names different: declaration 'limit' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/bin/edje/epp/cpplib.c:348:43: note: Function 'do_else' argument 4 names different: declaration 'limit' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/edje/epp/cpplib.c:4369:55: note: Function 'do_else' argument 4 names different: declaration 'limit' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/edje/epp/cpplib.c:4414:56: style: Function 'do_endif' argument 2 names different: declaration 'keyword' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/bin/edje/epp/cpplib.c:353:68: note: Function 'do_endif' argument 2 names different: declaration 'keyword' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/edje/epp/cpplib.c:4414:56: note: Function 'do_endif' argument 2 names different: declaration 'keyword' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/edje/epp/cpplib.c:4415:22: style: Function 'do_endif' argument 3 names different: declaration 'buf' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/bin/edje/epp/cpplib.c:354:24: note: Function 'do_endif' argument 3 names different: declaration 'buf' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/edje/epp/cpplib.c:4415:22: note: Function 'do_endif' argument 3 names different: declaration 'buf' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/edje/epp/cpplib.c:4415:56: style: Function 'do_endif' argument 4 names different: declaration 'limit' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/bin/edje/epp/cpplib.c:354:44: note: Function 'do_endif' argument 4 names different: declaration 'limit' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/edje/epp/cpplib.c:4415:56: note: Function 'do_endif' argument 4 names different: declaration 'limit' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/edje/epp/cpplib.c:5515:38: style: Function 'open_include_file' argument 1 names different: declaration 'pfile' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/bin/edje/epp/cpplib.c:269:52: note: Function 'open_include_file' argument 1 names different: declaration 'pfile' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/edje/epp/cpplib.c:5515:38: note: Function 'open_include_file' argument 1 names different: declaration 'pfile' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/edje/epp/cpplib.c:5516:32: style: Function 'open_include_file' argument 3 names different: declaration 'searchptr' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/bin/edje/epp/cpplib.c:270:28: note: Function 'open_include_file' argument 3 names different: declaration 'searchptr' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/edje/epp/cpplib.c:5516:32: note: Function 'open_include_file' argument 3 names different: declaration 'searchptr' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/edje/epp/cpplib.c:6747:57: style: Function 'do_assert' argument 2 names different: declaration 'keyword' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/bin/edje/epp/cpplib.c:356:69: note: Function 'do_assert' argument 2 names different: declaration 'keyword' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/edje/epp/cpplib.c:6747:57: note: Function 'do_assert' argument 2 names different: declaration 'keyword' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/edje/epp/cpplib.c:6748:23: style: Function 'do_assert' argument 3 names different: declaration 'buf' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/bin/edje/epp/cpplib.c:357:25: note: Function 'do_assert' argument 3 names different: declaration 'buf' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/edje/epp/cpplib.c:6748:23: note: Function 'do_assert' argument 3 names different: declaration 'buf' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/edje/epp/cpplib.c:6748:57: style: Function 'do_assert' argument 4 names different: declaration 'limit' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/bin/edje/epp/cpplib.c:357:45: note: Function 'do_assert' argument 4 names different: declaration 'limit' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/edje/epp/cpplib.c:6748:57: note: Function 'do_assert' argument 4 names different: declaration 'limit' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/edje/epp/cpplib.c:6821:59: style: Function 'do_unassert' argument 2 names different: declaration 'keyword' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/bin/edje/epp/cpplib.c:359:71: note: Function 'do_unassert' argument 2 names different: declaration 'keyword' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/edje/epp/cpplib.c:6821:59: note: Function 'do_unassert' argument 2 names different: declaration 'keyword' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/edje/epp/cpplib.c:6822:25: style: Function 'do_unassert' argument 3 names different: declaration 'buf' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/bin/edje/epp/cpplib.c:360:20: note: Function 'do_unassert' argument 3 names different: declaration 'buf' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/edje/epp/cpplib.c:6822:25: note: Function 'do_unassert' argument 3 names different: declaration 'buf' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/edje/epp/cpplib.c:6822:59: style: Function 'do_unassert' argument 4 names different: declaration 'limit' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/bin/edje/epp/cpplib.c:360:40: note: Function 'do_unassert' argument 4 names different: declaration 'limit' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/edje/epp/cpplib.c:6822:59: note: Function 'do_unassert' argument 4 names different: declaration 'limit' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/edje/epp/cpplib.c:5308:26: style: struct member 'file_name_map::map_next' is never used. [unusedStructMember]
efl-1.8.6/src/bin/edje/epp/cpplib.c:5309:24: style: struct member 'file_name_map::map_from' is never used. [unusedStructMember]
efl-1.8.6/src/bin/edje/epp/cpplib.c:5310:24: style: struct member 'file_name_map::map_to' is never used. [unusedStructMember]
efl-1.8.6/src/bin/edje/epp/cpplib.c:618:25: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/bin/edje/epp/cpplib.c:632:25: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/bin/edje/epp/cpplib.c:661:27: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/bin/edje/epp/cpplib.c:1495:32: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/bin/edje/epp/cpplib.c:1555:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/bin/edje/epp/cpplib.c:1688:25: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/bin/edje/epp/cpplib.c:1832:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/bin/edje/epp/cpplib.c:1971:28: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/bin/edje/epp/cpplib.c:2350:17: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/bin/edje/epp/cpplib.c:2356:17: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/bin/edje/epp/cpplib.c:2386:17: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/bin/edje/epp/cpplib.c:2398:20: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/bin/edje/epp/cpplib.c:2406:17: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/bin/edje/epp/cpplib.c:2710:27: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/bin/edje/epp/cpplib.c:3250:31: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/bin/edje/epp/cpplib.c:3427:20: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/bin/edje/epp/cpplib.c:5704:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/bin/edje/epp/cpplib.c:5836:42: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/bin/edje/epp/cpplib.c:6088:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/bin/eet/eet_main.c:89:9: warning: %lli in format string (no. 1) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
efl-1.8.6/src/bin/eet/eet_main.c:122:14: style: Variable 'ro' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/bin/eet/eet_main.c:118:0: note: Variable 'ro' is reassigned a value before the old one has been used.
efl-1.8.6/src/bin/eet/eet_main.c:122:14: note: Variable 'ro' is reassigned a value before the old one has been used.
efl-1.8.6/src/bin/eet/eet_main.c:98:8: style: The scope of the variable 'i' can be reduced. [variableScope]
efl-1.8.6/src/bin/eet/eet_main.c:309:8: style: The scope of the variable 'size' can be reduced. [variableScope]
efl-1.8.6/src/bin/eeze/eeze_scanner.c:366:22: warning: Either the condition '!dev' is redundant or there is possible null pointer dereference: dev. [nullPointerRedundantCheck]
efl-1.8.6/src/bin/eeze/eeze_scanner.c:367:21: note: Assuming that condition '!dev' is not redundant
efl-1.8.6/src/bin/eeze/eeze_scanner.c:366:22: note: Null pointer dereference
efl-1.8.6/src/bin/eeze/eeze_scanner.c:450:1: style: Label 'error' is not used. [unusedLabel]
efl-1.8.6/src/bin/eeze/eeze_sensor_test.c:26:4: style: Variable 'sens' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/bin/eeze/eeze_sensor_test.c:21:0: note: Variable 'sens' is reassigned a value before the old one has been used.
efl-1.8.6/src/bin/eeze/eeze_sensor_test.c:26:4: note: Variable 'sens' is reassigned a value before the old one has been used.
efl-1.8.6/src/bin/efreet/efreet_icon_cache_create.c:775:17: style: Expression is always false because 'else if' condition matches previous condition at line 770. [multiCondition]
efl-1.8.6/src/bin/efreet/efreet_icon_cache_create.c:557:13: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/bin/efreet/efreet_icon_cache_create.c:556:19: note: Variable 'p' is reassigned a value before the old one has been used.
efl-1.8.6/src/bin/efreet/efreet_icon_cache_create.c:557:13: note: Variable 'p' is reassigned a value before the old one has been used.
efl-1.8.6/src/bin/efreet/efreet_icon_cache_create.c:277:29: style: The scope of the variable 'ext2' can be reduced. [variableScope]
efl-1.8.6/src/bin/efreet/efreet_icon_cache_create.c:344:17: style: The scope of the variable 'name' can be reduced. [variableScope]
efl-1.8.6/src/bin/efreet/efreet_icon_cache_create.c:380:16: style: The scope of the variable 'l' can be reduced. [variableScope]
efl-1.8.6/src/bin/efreet/efreet_icon_cache_create.c:381:17: style: The scope of the variable 'name' can be reduced. [variableScope]
efl-1.8.6/src/bin/efreet/efreet_icon_cache_create.c:611:21: style: The scope of the variable 'path' can be reduced. [variableScope]
efl-1.8.6/src/bin/efreet/efreet_icon_cache_create.c:544:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/bin/efreet/efreet_icon_cache_create.c:573:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/bin/efreet/efreetd_cache.c:410:4: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/bin/efreet/efreetd_cache.c:404:0: note: Variable 'f' is reassigned a value before the old one has been used.
efl-1.8.6/src/bin/efreet/efreetd_cache.c:410:4: note: Variable 'f' is reassigned a value before the old one has been used.
efl-1.8.6/src/bin/eldbus/dbus.c:77:26: style: Function 'signal_free' argument 1 names different: declaration 'signal' definition 'sig'. [funcArgNamesDifferent]
efl-1.8.6/src/bin/eldbus/codegen.h:96:31: note: Function 'signal_free' argument 1 names different: declaration 'signal' definition 'sig'.
efl-1.8.6/src/bin/eldbus/dbus.c:77:26: note: Function 'signal_free' argument 1 names different: declaration 'signal' definition 'sig'.
efl-1.8.6/src/bin/eldbus/parser.c:487:13: style: The scope of the variable 'attrslen' can be reduced. [variableScope]
efl-1.8.6/src/bin/eldbus/parser.c:458:84: style: Function 'parser' argument 4 names different: declaration 'offset' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/bin/eldbus/codegen.h:90:87: note: Function 'parser' argument 4 names different: declaration 'offset' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/eldbus/parser.c:458:84: note: Function 'parser' argument 4 names different: declaration 'offset' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/eldbus/parser.c:281:21: error: Uninitialized struct member: annotation.value [uninitStructMember]
efl-1.8.6/src/bin/eldbus/parser.c:283:14: error: Uninitialized struct member: annotation.value [uninitStructMember]
efl-1.8.6/src/bin/eldbus/source_client.c:531:103: style: Function 'source_client_generate' argument 4 names different: declaration 'output' definition 'output_name'. [funcArgNamesDifferent]
efl-1.8.6/src/bin/eldbus/codegen.h:103:108: note: Function 'source_client_generate' argument 4 names different: declaration 'output' definition 'output_name'.
efl-1.8.6/src/bin/eldbus/source_client.c:531:103: note: Function 'source_client_generate' argument 4 names different: declaration 'output' definition 'output_name'.
efl-1.8.6/src/bin/embryo/embryo_cc_sc1.c:656:24: style: The scope of the variable 'len' can be reduced. [variableScope]
efl-1.8.6/src/bin/embryo/embryo_cc_sc1.c:796:24: style: The scope of the variable 'tok' can be reduced. [variableScope]
efl-1.8.6/src/bin/embryo/embryo_cc_sc1.c:910:24: style: The scope of the variable 'j' can be reduced. [variableScope]
efl-1.8.6/src/bin/embryo/embryo_cc_sc1.c:974:24: style: The scope of the variable 'name' can be reduced. [variableScope]
efl-1.8.6/src/bin/embryo/embryo_cc_sc1.c:1009:24: style: The scope of the variable 'ident' can be reduced. [variableScope]
efl-1.8.6/src/bin/embryo/embryo_cc_sc1.c:1009:36: style: The scope of the variable 'ispublic' can be reduced. [variableScope]
efl-1.8.6/src/bin/embryo/embryo_cc_sc1.c:1012:35: style: The scope of the variable 'cidx' can be reduced. [variableScope]
efl-1.8.6/src/bin/embryo/embryo_cc_sc1.c:1015:24: style: The scope of the variable 'numdim' can be reduced. [variableScope]
efl-1.8.6/src/bin/embryo/embryo_cc_sc1.c:1017:24: style: The scope of the variable 'sym' can be reduced. [variableScope]
efl-1.8.6/src/bin/embryo/embryo_cc_sc1.c:1159:31: style: The scope of the variable 'tag' can be reduced. [variableScope]
efl-1.8.6/src/bin/embryo/embryo_cc_sc1.c:1168:24: style: The scope of the variable 'numdim' can be reduced. [variableScope]
efl-1.8.6/src/bin/embryo/embryo_cc_sc1.c:1390:33: style: The scope of the variable 'dsize' can be reduced. [variableScope]
efl-1.8.6/src/bin/embryo/embryo_cc_sc1.c:1587:24: style: The scope of the variable 'tok' can be reduced. [variableScope]
efl-1.8.6/src/bin/embryo/embryo_cc_sc1.c:2173:32: style: The scope of the variable 'tok' can be reduced. [variableScope]
efl-1.8.6/src/bin/embryo/embryo_cc_sc1.c:2345:32: style: The scope of the variable 'level' can be reduced. [variableScope]
efl-1.8.6/src/bin/embryo/embryo_cc_sc1.c:2413:43: style: The scope of the variable 'tok' can be reduced. [variableScope]
efl-1.8.6/src/bin/embryo/embryo_cc_sc1.c:2413:48: style: The scope of the variable 'tags' can be reduced. [variableScope]
efl-1.8.6/src/bin/embryo/embryo_cc_sc1.c:2416:24: style: The scope of the variable 'name' can be reduced. [variableScope]
efl-1.8.6/src/bin/embryo/embryo_cc_sc1.c:2971:27: style: The scope of the variable 'elements' can be reduced. [variableScope]
efl-1.8.6/src/bin/embryo/embryo_cc_sc1.c:3339:39: style: The scope of the variable 'ident' can be reduced. [variableScope]
efl-1.8.6/src/bin/embryo/embryo_cc_sc1.c:3488:31: style: The scope of the variable 'flab2' can be reduced. [variableScope]
efl-1.8.6/src/bin/embryo/embryo_cc_sc1.c:3822:24: style: The scope of the variable 'flab1' can be reduced. [variableScope]
efl-1.8.6/src/bin/embryo/embryo_cc_sc1.c:3857:24: style: The scope of the variable 'sym' can be reduced. [variableScope]
efl-1.8.6/src/bin/embryo/embryo_cc_sc1.c:212:33: style: Function 'sc_writeasm' argument 2 names different: declaration 'str' definition 'st'. [funcArgNamesDifferent]
efl-1.8.6/src/bin/embryo/embryo_cc_sc.h:426:56: note: Function 'sc_writeasm' argument 2 names different: declaration 'str' definition 'st'.
efl-1.8.6/src/bin/embryo/embryo_cc_sc1.c:212:33: note: Function 'sc_writeasm' argument 2 names different: declaration 'str' definition 'st'.
efl-1.8.6/src/bin/embryo/embryo_cc_sc1.c:444:33: style: Function 'sc_addconstant' argument 2 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent]
efl-1.8.6/src/bin/embryo/embryo_cc_sc.h:400:56: note: Function 'sc_addconstant' argument 2 names different: declaration 'value' definition 'val'.
efl-1.8.6/src/bin/embryo/embryo_cc_sc1.c:444:33: note: Function 'sc_addconstant' argument 2 names different: declaration 'value' definition 'val'.
efl-1.8.6/src/bin/embryo/embryo_cc_sc1.c:1548:16: style: Function 'decl_const' argument 1 names different: declaration 'table' definition 'vclass'. [funcArgNamesDifferent]
efl-1.8.6/src/bin/embryo/embryo_cc_sc1.c:68:36: note: Function 'decl_const' argument 1 names different: declaration 'table' definition 'vclass'.
efl-1.8.6/src/bin/embryo/embryo_cc_sc1.c:1548:16: note: Function 'decl_const' argument 1 names different: declaration 'table' definition 'vclass'.
efl-1.8.6/src/bin/embryo/embryo_cc_sc1.c:1582:15: style: Function 'decl_enum' argument 1 names different: declaration 'table' definition 'vclass'. [funcArgNamesDifferent]
efl-1.8.6/src/bin/embryo/embryo_cc_sc1.c:69:35: note: Function 'decl_enum' argument 1 names different: declaration 'table' definition 'vclass'.
efl-1.8.6/src/bin/embryo/embryo_cc_sc1.c:1582:15: note: Function 'decl_enum' argument 1 names different: declaration 'table' definition 'vclass'.
efl-1.8.6/src/bin/embryo/embryo_cc_sc1.c:3039:65: style: Function 'append_constval' argument 4 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
efl-1.8.6/src/bin/embryo/embryo_cc_sc.h:443:15: note: Function 'append_constval' argument 4 names different: declaration 'index' definition 'idx'.
efl-1.8.6/src/bin/embryo/embryo_cc_sc1.c:3039:65: note: Function 'append_constval' argument 4 names different: declaration 'index' definition 'idx'.
efl-1.8.6/src/bin/embryo/embryo_cc_sc1.c:3051:53: style: Function 'find_constval' argument 3 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
efl-1.8.6/src/bin/embryo/embryo_cc_sc.h:444:65: note: Function 'find_constval' argument 3 names different: declaration 'index' definition 'idx'.
efl-1.8.6/src/bin/embryo/embryo_cc_sc1.c:3051:53: note: Function 'find_constval' argument 3 names different: declaration 'index' definition 'idx'.
efl-1.8.6/src/bin/embryo/embryo_cc_sc1.c:3406:33: style: Function 'test' argument 3 names different: declaration 'invert' definition 'inv'. [funcArgNamesDifferent]
efl-1.8.6/src/bin/embryo/embryo_cc_sc1.c:94:53: note: Function 'test' argument 3 names different: declaration 'invert' definition 'inv'.
efl-1.8.6/src/bin/embryo/embryo_cc_sc1.c:3406:33: note: Function 'test' argument 3 names different: declaration 'invert' definition 'inv'.
efl-1.8.6/src/bin/embryo/embryo_cc_sc2.c:944:27: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR != '\0'' is always true. [redundantCondition]
efl-1.8.6/src/bin/embryo/embryo_cc_sc2.c:1247:22: style: Redundant condition: If 'EXPR > ' '', the comparison 'EXPR != '\0'' is always true. [redundantCondition]
efl-1.8.6/src/bin/embryo/embryo_cc_sc2.c:137:24: style: The scope of the variable 'i' can be reduced. [variableScope]
efl-1.8.6/src/bin/embryo/embryo_cc_sc2.c:138:24: style: The scope of the variable 'ptr' can be reduced. [variableScope]
efl-1.8.6/src/bin/embryo/embryo_cc_sc2.c:1101:30: style: The scope of the variable 'sym' can be reduced. [variableScope]
efl-1.8.6/src/bin/embryo/embryo_cc_sc2.c:1652:24: style: The scope of the variable 'prefixlen' can be reduced. [variableScope]
efl-1.8.6/src/bin/embryo/embryo_cc_sc2.c:1653:24: style: The scope of the variable 'subst' can be reduced. [variableScope]
efl-1.8.6/src/bin/embryo/embryo_cc_sc2.c:2161:24: style: The scope of the variable 's1' can be reduced. [variableScope]
efl-1.8.6/src/bin/embryo/embryo_cc_sc2.c:2161:32: style: The scope of the variable 's2' can be reduced. [variableScope]
efl-1.8.6/src/bin/embryo/embryo_cc_sc2.c:2389:24: style: The scope of the variable 'arg' can be reduced. [variableScope]
efl-1.8.6/src/bin/embryo/embryo_cc_sc2.c:2701:24: style: The scope of the variable 'level' can be reduced. [variableScope]
efl-1.8.6/src/bin/embryo/embryo_cc_sc2.c:2231:14: style: Function 'stowlit' argument 1 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent]
efl-1.8.6/src/bin/embryo/embryo_cc_sc.h:462:26: note: Function 'stowlit' argument 1 names different: declaration 'value' definition 'val'.
efl-1.8.6/src/bin/embryo/embryo_cc_sc2.c:2231:14: note: Function 'stowlit' argument 1 names different: declaration 'value' definition 'val'.
efl-1.8.6/src/bin/embryo/embryo_cc_sc2.c:2257:16: style: Function 'litchar' argument 1 names different: declaration 'lptr' definition 'p_str'. [funcArgNamesDifferent]
efl-1.8.6/src/bin/embryo/embryo_cc_sc2.c:39:36: note: Function 'litchar' argument 1 names different: declaration 'lptr' definition 'p_str'.
efl-1.8.6/src/bin/embryo/embryo_cc_sc2.c:2257:16: note: Function 'litchar' argument 1 names different: declaration 'lptr' definition 'p_str'.
efl-1.8.6/src/bin/embryo/embryo_cc_sc2.c:2438:46: style: Function 'delete_symbols' argument 3 names different: declaration 'del_labels' definition 'delete_labels'. [funcArgNamesDifferent]
efl-1.8.6/src/bin/embryo/embryo_cc_sc.h:465:58: note: Function 'delete_symbols' argument 3 names different: declaration 'del_labels' definition 'delete_labels'.
efl-1.8.6/src/bin/embryo/embryo_cc_sc2.c:2438:46: note: Function 'delete_symbols' argument 3 names different: declaration 'del_labels' definition 'delete_labels'.
efl-1.8.6/src/bin/embryo/embryo_cc_sc2.c:2704:37: warning: Assert statement modifies 'sym'. [assignmentInAssert]
efl-1.8.6/src/bin/embryo/embryo_cc_sc3.c:1264:29: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
efl-1.8.6/src/bin/embryo/embryo_cc_sc3.c:643:5: style: Variable 'lvaltmp' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/bin/embryo/embryo_cc_sc3.c:634:0: note: Variable 'lvaltmp' is reassigned a value before the old one has been used.
efl-1.8.6/src/bin/embryo/embryo_cc_sc3.c:643:5: note: Variable 'lvaltmp' is reassigned a value before the old one has been used.
efl-1.8.6/src/bin/embryo/embryo_cc_sc3.c:129:24: style: The scope of the variable 'binoperstr' can be reduced. [variableScope]
efl-1.8.6/src/bin/embryo/embryo_cc_sc3.c:137:24: style: The scope of the variable 'unoperstr' can be reduced. [variableScope]
efl-1.8.6/src/bin/embryo/embryo_cc_sc3.c:138:26: style: The scope of the variable 'unopers' can be reduced. [variableScope]
efl-1.8.6/src/bin/embryo/embryo_cc_sc3.c:390:24: style: The scope of the variable 'lvalue' can be reduced. [variableScope]
efl-1.8.6/src/bin/embryo/embryo_cc_sc3.c:832:29: style: The scope of the variable 'level' can be reduced. [variableScope]
efl-1.8.6/src/bin/embryo/embryo_cc_sc3.c:1067:32: style: The scope of the variable 'flab1' can be reduced. [variableScope]
efl-1.8.6/src/bin/embryo/embryo_cc_sc3.c:1067:39: style: The scope of the variable 'flab2' can be reduced. [variableScope]
efl-1.8.6/src/bin/embryo/embryo_cc_sc3.c:1069:24: style: The scope of the variable 'array1' can be reduced. [variableScope]
efl-1.8.6/src/bin/embryo/embryo_cc_sc3.c:1069:32: style: The scope of the variable 'array2' can be reduced. [variableScope]
efl-1.8.6/src/bin/embryo/embryo_cc_sc3.c:1205:24: style: The scope of the variable 'saveresult' can be reduced. [variableScope]
efl-1.8.6/src/bin/embryo/embryo_cc_sc3.c:1692:24: style: The scope of the variable 'lvalue' can be reduced. [variableScope]
efl-1.8.6/src/bin/embryo/embryo_cc_sc3.c:1897:24: style: The scope of the variable 'close' can be reduced. [variableScope]
efl-1.8.6/src/bin/embryo/embryo_cc_sc3.c:1897:31: style: The scope of the variable 'lvalue' can be reduced. [variableScope]
efl-1.8.6/src/bin/embryo/embryo_cc_sc3.c:1902:24: style: The scope of the variable 'namedparams' can be reduced. [variableScope]
efl-1.8.6/src/bin/embryo/embryo_cc_sc3.c:2193:25: style: The scope of the variable 'level' can be reduced. [variableScope]
efl-1.8.6/src/bin/embryo/embryo_cc_sc3.c:762:17: style: Function 'expression' argument 1 names different: declaration 'constant' definition 'is_constant'. [funcArgNamesDifferent]
efl-1.8.6/src/bin/embryo/embryo_cc_sc.h:485:29: note: Function 'expression' argument 1 names different: declaration 'constant' definition 'is_constant'.
efl-1.8.6/src/bin/embryo/embryo_cc_sc3.c:762:17: note: Function 'expression' argument 1 names different: declaration 'constant' definition 'is_constant'.
efl-1.8.6/src/bin/embryo/embryo_cc_sc3.c:845:7: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
efl-1.8.6/src/bin/embryo/embryo_cc_sc4.c:135:19: style: Function 'setactivefile' argument 1 names different: declaration 'fnumber' definition 'fnum'. [funcArgNamesDifferent]
efl-1.8.6/src/bin/embryo/embryo_cc_sc.h:494:31: note: Function 'setactivefile' argument 1 names different: declaration 'fnumber' definition 'fnum'.
efl-1.8.6/src/bin/embryo/embryo_cc_sc4.c:135:19: note: Function 'setactivefile' argument 1 names different: declaration 'fnumber' definition 'fnum'.
efl-1.8.6/src/bin/embryo/embryo_cc_sc4.c:185:14: style: Function 'setlabel' argument 1 names different: declaration 'index' definition 'number'. [funcArgNamesDifferent]
efl-1.8.6/src/bin/embryo/embryo_cc_sc.h:498:26: note: Function 'setlabel' argument 1 names different: declaration 'index' definition 'number'.
efl-1.8.6/src/bin/embryo/embryo_cc_sc4.c:185:14: note: Function 'setlabel' argument 1 names different: declaration 'index' definition 'number'.
efl-1.8.6/src/bin/embryo/embryo_cc_sc4.c:221:23: style: Function 'startfunc' argument 1 names different: declaration 'fname' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/bin/embryo/embryo_cc_sc.h:500:29: note: Function 'startfunc' argument 1 names different: declaration 'fname' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/embryo/embryo_cc_sc4.c:221:23: note: Function 'startfunc' argument 1 names different: declaration 'fname' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/embryo/embryo_cc_sc4.c:370:18: style: Function 'address' argument 1 names different: declaration 'ptr' definition 'sym'. [funcArgNamesDifferent]
efl-1.8.6/src/bin/embryo/embryo_cc_sc.h:507:30: note: Function 'address' argument 1 names different: declaration 'ptr' definition 'sym'.
efl-1.8.6/src/bin/embryo/embryo_cc_sc4.c:370:18: note: Function 'address' argument 1 names different: declaration 'ptr' definition 'sym'.
efl-1.8.6/src/bin/embryo/embryo_cc_sc4.c:486:41: style: Function 'fillarray' argument 3 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent]
efl-1.8.6/src/bin/embryo/embryo_cc_sc.h:511:53: note: Function 'fillarray' argument 3 names different: declaration 'value' definition 'val'.
efl-1.8.6/src/bin/embryo/embryo_cc_sc4.c:486:41: note: Function 'fillarray' argument 3 names different: declaration 'value' definition 'val'.
efl-1.8.6/src/bin/embryo/embryo_cc_sc4.c:642:13: style: Function 'ffcase' argument 1 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent]
efl-1.8.6/src/bin/embryo/embryo_cc_sc.h:522:25: note: Function 'ffcase' argument 1 names different: declaration 'value' definition 'val'.
efl-1.8.6/src/bin/embryo/embryo_cc_sc4.c:642:13: note: Function 'ffcase' argument 1 names different: declaration 'value' definition 'val'.
efl-1.8.6/src/bin/embryo/embryo_cc_sc4.c:754:13: style: Function 'setstk' argument 1 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent]
efl-1.8.6/src/bin/embryo/embryo_cc_sc.h:530:25: note: Function 'setstk' argument 1 names different: declaration 'value' definition 'val'.
efl-1.8.6/src/bin/embryo/embryo_cc_sc4.c:754:13: note: Function 'setstk' argument 1 names different: declaration 'value' definition 'val'.
efl-1.8.6/src/bin/embryo/embryo_cc_sc4.c:794:14: style: Function 'setheap' argument 1 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent]
efl-1.8.6/src/bin/embryo/embryo_cc_sc.h:533:26: note: Function 'setheap' argument 1 names different: declaration 'value' definition 'val'.
efl-1.8.6/src/bin/embryo/embryo_cc_sc4.c:794:14: note: Function 'setheap' argument 1 names different: declaration 'value' definition 'val'.
efl-1.8.6/src/bin/embryo/embryo_cc_sc4.c:880:15: style: Function 'addconst' argument 1 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent]
efl-1.8.6/src/bin/embryo/embryo_cc_sc.h:539:27: note: Function 'addconst' argument 1 names different: declaration 'value' definition 'val'.
efl-1.8.6/src/bin/embryo/embryo_cc_sc4.c:880:15: note: Function 'addconst' argument 1 names different: declaration 'value' definition 'val'.
efl-1.8.6/src/bin/embryo/embryo_cc_sc4.c:253:25: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
efl-1.8.6/src/bin/embryo/embryo_cc_sc5.c:76:14: warning: Either the condition 'number<100' is redundant or the array 'errmsg[75]' is accessed at index 98, which is out of bounds. [arrayIndexOutOfBoundsCond]
efl-1.8.6/src/bin/embryo/embryo_cc_sc5.c:74:15: note: Assuming that condition 'number<100' is not redundant
efl-1.8.6/src/bin/embryo/embryo_cc_sc5.c:76:14: note: Array index out of bounds
efl-1.8.6/src/bin/embryo/embryo_cc_sc5.c:82:16: warning: Either the condition 'number<200' is redundant or the array 'fatalmsg[8]' is accessed at index 99, which is out of bounds. [arrayIndexOutOfBoundsCond]
efl-1.8.6/src/bin/embryo/embryo_cc_sc5.c:80:20: note: Assuming that condition 'number<200' is not redundant
efl-1.8.6/src/bin/embryo/embryo_cc_sc5.c:82:16: note: Array index out of bounds
efl-1.8.6/src/bin/embryo/embryo_cc_sc6.c:615:35: style: The scope of the variable 'mid' can be reduced. [variableScope]
efl-1.8.6/src/bin/embryo/embryo_cc_sc6.c:615:40: style: The scope of the variable 'cmp' can be reduced. [variableScope]
efl-1.8.6/src/bin/embryo/embryo_cc_sc6.c:374:57: warning: Char literal compared with pointer 'endptr'. Did you intend to dereference it? [charLiteralWithCharPtrCompare]
efl-1.8.6/src/bin/embryo/embryo_cc_sc7.c:167:24: style: The scope of the variable 'len' can be reduced. [variableScope]
efl-1.8.6/src/bin/embryo/embryo_cc_sc7.c:380:35: style: The scope of the variable 'len' can be reduced. [variableScope]
efl-1.8.6/src/bin/embryo/embryo_cc_sc7.c:429:24: style: The scope of the variable 'i' can be reduced. [variableScope]
efl-1.8.6/src/bin/embryo/embryo_cc_sc7.c:207:12: style: Function 'stgout' argument 1 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
efl-1.8.6/src/bin/embryo/embryo_cc_sc.h:590:24: note: Function 'stgout' argument 1 names different: declaration 'index' definition 'idx'.
efl-1.8.6/src/bin/embryo/embryo_cc_sc7.c:207:12: note: Function 'stgout' argument 1 names different: declaration 'index' definition 'idx'.
efl-1.8.6/src/bin/embryo/embryo_cc_sc7.c:322:12: style: Function 'stgdel' argument 1 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
efl-1.8.6/src/bin/embryo/embryo_cc_sc.h:591:24: note: Function 'stgdel' argument 1 names different: declaration 'index' definition 'idx'.
efl-1.8.6/src/bin/embryo/embryo_cc_sc7.c:322:12: note: Function 'stgdel' argument 1 names different: declaration 'index' definition 'idx'.
efl-1.8.6/src/bin/embryo/embryo_cc_sc7.c:332:13: style: Function 'stgget' argument 1 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
efl-1.8.6/src/bin/embryo/embryo_cc_sc.h:592:25: note: Function 'stgget' argument 1 names different: declaration 'index' definition 'idx'.
efl-1.8.6/src/bin/embryo/embryo_cc_sc7.c:332:13: note: Function 'stgget' argument 1 names different: declaration 'index' definition 'idx'.
efl-1.8.6/src/bin/embryo/embryo_cc_sclist.c:189:14: style: Function 'get_path' argument 1 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
efl-1.8.6/src/bin/embryo/embryo_cc_sc.h:603:26: note: Function 'get_path' argument 1 names different: declaration 'index' definition 'idx'.
efl-1.8.6/src/bin/embryo/embryo_cc_sclist.c:189:14: note: Function 'get_path' argument 1 names different: declaration 'index' definition 'idx'.
efl-1.8.6/src/bin/ethumb/ethumb.c:249:8: style: Condition 'r' is always true [knownConditionTrueFalse]
efl-1.8.6/src/bin/ethumb/ethumb.c:165:12: note: Assignment 'r=1', assigned value is 1
efl-1.8.6/src/bin/ethumb/ethumb.c:249:8: note: Condition 'r' is always true
efl-1.8.6/src/bin/evas/evas_cserve2_cache.c:1051:16: style: The scope of the variable 'fentry' can be reduced. [variableScope]
efl-1.8.6/src/bin/evas/evas_cserve2_cache.c:1584:21: style: The scope of the variable 'oldref' can be reduced. [variableScope]
efl-1.8.6/src/bin/evas/evas_cserve2_cache.c:2410:22: style: The scope of the variable 'k' can be reduced. [variableScope]
efl-1.8.6/src/bin/evas/evas_cserve2_cache.c:2835:16: style: The scope of the variable 'idata' can be reduced. [variableScope]
efl-1.8.6/src/bin/evas/evas_cserve2_cache.c:672:64: style: Function 'cserve2_entry_request_drop' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/bin/evas/evas_cserve2.h:345:64: note: Function 'cserve2_entry_request_drop' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/evas/evas_cserve2_cache.c:672:64: note: Function 'cserve2_entry_request_drop' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/evas/evas_cserve2_cache.c:2832:47: style: Function 'cserve2_cache_image_entry_create' argument 4 names different: declaration 'image_id' definition 'client_image_id'. [funcArgNamesDifferent]
efl-1.8.6/src/bin/evas/evas_cserve2.h:323:105: note: Function 'cserve2_cache_image_entry_create' argument 4 names different: declaration 'image_id' definition 'client_image_id'.
efl-1.8.6/src/bin/evas/evas_cserve2_cache.c:2832:47: note: Function 'cserve2_cache_image_entry_create' argument 4 names different: declaration 'image_id' definition 'client_image_id'.
efl-1.8.6/src/bin/evas/evas_cserve2_cache.c:3098:160: style: Function 'cserve2_cache_font_unload' argument 7 names different: declaration 'rid' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/bin/evas/evas_cserve2.h:330:160: note: Function 'cserve2_cache_font_unload' argument 7 names different: declaration 'rid' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/evas/evas_cserve2_cache.c:3098:160: note: Function 'cserve2_cache_font_unload' argument 7 names different: declaration 'rid' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/evas/evas_cserve2_cache.c:3124:40: warning: Function 'cserve2_cache_font_glyphs_load' argument order different: declaration 'client, source, name, rend_flags, hint, size, dpi, glyphs, nglyphs, rid' definition 'client, source, name, hint, rend_flags, size, dpi, glyphs, nglyphs, rid' [funcArgOrderDifferent]
efl-1.8.6/src/bin/evas/evas_cserve2.h:331:44: note: Function 'cserve2_cache_font_glyphs_load' argument order different: declaration 'client, source, name, rend_flags, hint, size, dpi, glyphs, nglyphs, rid' definition 'client, source, name, hint, rend_flags, size, dpi, glyphs, nglyphs, rid'
efl-1.8.6/src/bin/evas/evas_cserve2_cache.c:3124:40: note: Function 'cserve2_cache_font_glyphs_load' argument order different: declaration 'client, source, name, rend_flags, hint, size, dpi, glyphs, nglyphs, rid' definition 'client, source, name, hint, rend_flags, size, dpi, glyphs, nglyphs, rid'
efl-1.8.6/src/bin/evas/evas_cserve2_cache.c:3161:49: style: Function 'cserve2_cache_font_glyphs_used' argument 10 names different: declaration 'rid' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/bin/evas/evas_cserve2.h:332:228: note: Function 'cserve2_cache_font_glyphs_used' argument 10 names different: declaration 'rid' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/evas/evas_cserve2_cache.c:3161:49: note: Function 'cserve2_cache_font_glyphs_used' argument 10 names different: declaration 'rid' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/evas/evas_cserve2_debug.c:100:12: style: The scope of the variable 'ret' can be reduced. [variableScope]
efl-1.8.6/src/bin/evas/evas_cserve2_debug.c:318:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
efl-1.8.6/src/bin/evas/evas_cserve2_debug.c:319:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
efl-1.8.6/src/bin/evas/evas_cserve2_fonts.c:528:45: style: Function 'cserve2_font_slave_cb' argument 1 names different: declaration 'sd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/bin/evas/evas_cserve2.h:349:48: note: Function 'cserve2_font_slave_cb' argument 1 names different: declaration 'sd' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/evas/evas_cserve2_fonts.c:528:45: note: Function 'cserve2_font_slave_cb' argument 1 names different: declaration 'sd' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/evas/evas_cserve2_index.c:431:35: warning: Either the condition '!sa' is redundant or there is possible null pointer dereference: sa. [nullPointerRedundantCheck]
efl-1.8.6/src/bin/evas/evas_cserve2_index.c:432:8: note: Assuming that condition '!sa' is not redundant
efl-1.8.6/src/bin/evas/evas_cserve2_index.c:431:35: note: Null pointer dereference
efl-1.8.6/src/bin/evas/evas_cserve2_index.c:470:13: style: The scope of the variable 'r' can be reduced. [variableScope]
efl-1.8.6/src/bin/evas/evas_cserve2_index.c:816:16: style: The scope of the variable 'data' can be reduced. [variableScope]
efl-1.8.6/src/bin/evas/evas_cserve2_index.c:203:16: style: Checking if unsigned variable 'newsize' is less than zero. [unsignedLessThanZero]
efl-1.8.6/src/bin/evas/evas_cserve2_main.c:47:19: style: The scope of the variable 'iter' can be reduced. [variableScope]
efl-1.8.6/src/bin/evas/evas_cserve2_main_loop_linux.c:115:12: style: The scope of the variable 'ret' can be reduced. [variableScope]
efl-1.8.6/src/bin/evas/evas_cserve2_main_loop_linux.c:841:50: style: Function 'cserve2_client_write' argument 2 names different: declaration 'buf' definition 'data'. [funcArgNamesDifferent]
efl-1.8.6/src/bin/evas/evas_cserve2.h:262:58: note: Function 'cserve2_client_write' argument 2 names different: declaration 'buf' definition 'data'.
efl-1.8.6/src/bin/evas/evas_cserve2_main_loop_linux.c:841:50: note: Function 'cserve2_client_write' argument 2 names different: declaration 'buf' definition 'data'.
efl-1.8.6/src/bin/evas/evas_cserve2_main_loop_linux.c:841:63: style: Function 'cserve2_client_write' argument 3 names different: declaration 'len' definition 'size'. [funcArgNamesDifferent]
efl-1.8.6/src/bin/evas/evas_cserve2.h:262:70: note: Function 'cserve2_client_write' argument 3 names different: declaration 'len' definition 'size'.
efl-1.8.6/src/bin/evas/evas_cserve2_main_loop_linux.c:841:63: note: Function 'cserve2_client_write' argument 3 names different: declaration 'len' definition 'size'.
efl-1.8.6/src/bin/evas/evas_cserve2_messages.c:71:32: style: Function 'cserve2_message_handler' argument 1 names different: declaration 'fd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/bin/evas/evas_cserve2.h:294:34: note: Function 'cserve2_message_handler' argument 1 names different: declaration 'fd' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/evas/evas_cserve2_messages.c:71:32: note: Function 'cserve2_message_handler' argument 1 names different: declaration 'fd' definition 'EINA_UNUSED'.
efl-1.8.6/src/bin/evas/evas_cserve2_shm_debug.c:42:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
efl-1.8.6/src/bin/evas/evas_cserve2_shm_debug.c:44:8: style: The scope of the variable 'len' can be reduced. [variableScope]
efl-1.8.6/src/bin/evas/evas_cserve2_slave.c:557:4: style: Variable 'loader' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/bin/evas/evas_cserve2_slave.c:539:0: note: Variable 'loader' is reassigned a value before the old one has been used.
efl-1.8.6/src/bin/evas/evas_cserve2_slave.c:557:4: note: Variable 'loader' is reassigned a value before the old one has been used.
efl-1.8.6/src/bin/evas/evas_cserve2_slave.c:26:17: style: struct member 'ext_loader_s::length' is never used. [unusedStructMember]
efl-1.8.6/src/bin/evas/evas_cserve2_slave.c:571:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/bin/evas/evas_cserve2_slaves.c:235:17: style: The scope of the variable 'ret' can be reduced. [variableScope]
efl-1.8.6/src/bin/evas/evas_cserve2_slaves.c:461:31: style: Function 'cserve2_slave_run' argument 1 names different: declaration 'exe' definition 'name'. [funcArgNamesDifferent]
efl-1.8.6/src/bin/evas/evas_cserve2.h:289:38: note: Function 'cserve2_slave_run' argument 1 names different: declaration 'exe' definition 'name'.
efl-1.8.6/src/bin/evas/evas_cserve2_slaves.c:461:31: note: Function 'cserve2_slave_run' argument 1 names different: declaration 'exe' definition 'name'.
efl-1.8.6/src/bin/evas/evas_cserve2_usage.c:100:12: style: The scope of the variable 'ret' can be reduced. [variableScope]
efl-1.8.6/src/bin/evil/evil_test_pipe.c:76:8: error: Uninitialized variable: ret [uninitvar]
efl-1.8.6/src/bin/evil/evil_test_print.c:21:9: warning: %hhd in format string (no. 1) requires 'char' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
efl-1.8.6/src/lib/ecore/ecore.c:713:42: style: Function 'ecore_print_warning' argument 1 names different: declaration 'function' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore/ecore_private.h:100:33: note: Function 'ecore_print_warning' argument 1 names different: declaration 'function' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore.c:713:42: note: Function 'ecore_print_warning' argument 1 names different: declaration 'function' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore.c:714:40: style: Function 'ecore_print_warning' argument 2 names different: declaration 'sparam' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore/ecore_private.h:101:33: note: Function 'ecore_print_warning' argument 2 names different: declaration 'sparam' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore.c:714:40: note: Function 'ecore_print_warning' argument 2 names different: declaration 'sparam' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore.c:729:37: style: Function '_ecore_magic_fail' argument 4 names different: declaration 'fname' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore/ecore_private.h:123:41: note: Function '_ecore_magic_fail' argument 4 names different: declaration 'fname' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore.c:729:37: note: Function '_ecore_magic_fail' argument 4 names different: declaration 'fname' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore.c:1044:36: style: Function '_thread_callback' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore/ecore.c:89:43: note: Function '_thread_callback' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore.c:1044:36: note: Function '_thread_callback' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore.c:1045:38: style: Function '_thread_callback' argument 2 names different: declaration 'buffer' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore/ecore.c:90:43: note: Function '_thread_callback' argument 2 names different: declaration 'buffer' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore.c:1045:38: note: Function '_thread_callback' argument 2 names different: declaration 'buffer' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore.c:1046:37: style: Function '_thread_callback' argument 3 names different: declaration 'nbyte' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore/ecore.c:91:43: note: Function '_thread_callback' argument 3 names different: declaration 'nbyte' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore.c:1046:37: note: Function '_thread_callback' argument 3 names different: declaration 'nbyte' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_anim.c:201:4: style: Variable 'animator' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/ecore/ecore_anim.c:199:0: note: Variable 'animator' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/ecore/ecore_anim.c:201:4: note: Variable 'animator' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/ecore/ecore_anim.c:390:36: style: Function 'ecore_animator_del' argument 1 names different: declaration 'animator' definition 'obj'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore/Ecore_Legacy.h:141:47: note: Function 'ecore_animator_del' argument 1 names different: declaration 'animator' definition 'obj'.
efl-1.8.6/src/lib/ecore/ecore_anim.c:390:36: note: Function 'ecore_animator_del' argument 1 names different: declaration 'animator' definition 'obj'.
efl-1.8.6/src/lib/ecore/ecore_anim.c:585:28: style: Function '_ecore_animator' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore/ecore_anim.c:43:40: note: Function '_ecore_animator' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_anim.c:585:28: note: Function '_ecore_animator' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_events.c:444:14: warning: Either the condition 'if(event_filter_current)' is redundant or there is possible null pointer dereference: ef. [nullPointerRedundantCheck]
efl-1.8.6/src/lib/ecore/ecore_events.c:481:12: note: Assuming that condition 'if(event_filter_current)' is not redundant
efl-1.8.6/src/lib/ecore/ecore_events.c:442:34: note: Assignment 'ef=event_filter_current', assigned value is 0
efl-1.8.6/src/lib/ecore/ecore_events.c:444:14: note: Null pointer dereference
efl-1.8.6/src/lib/ecore/ecore_exe.c:1624:10: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
efl-1.8.6/src/lib/ecore/ecore_exe.c:1621:11: note: outer condition: !args
efl-1.8.6/src/lib/ecore/ecore_exe.c:1624:10: note: opposite inner condition: args
efl-1.8.6/src/lib/ecore/ecore_exe.c:442:8: style: Condition 'ok' is always true [knownConditionTrueFalse]
efl-1.8.6/src/lib/ecore/ecore_exe.c:421:13: note: Assignment 'ok=1', assigned value is 1
efl-1.8.6/src/lib/ecore/ecore_exe.c:442:8: note: Condition 'ok' is always true
efl-1.8.6/src/lib/ecore/ecore_exe.c:576:38: style: Condition 'vfork_exec_errno!=0' is always false [knownConditionTrueFalse]
efl-1.8.6/src/lib/ecore/ecore_exe.c:475:39: note: Assignment 'vfork_exec_errno=0', assigned value is 0
efl-1.8.6/src/lib/ecore/ecore_exe.c:576:38: note: Condition 'vfork_exec_errno!=0' is always false
efl-1.8.6/src/lib/ecore/ecore_exe.c:700:12: warning: Either the condition 'if(e)' is redundant or there is possible null pointer dereference: e. [nullPointerRedundantCheck]
efl-1.8.6/src/lib/ecore/ecore_exe.c:701:15: note: Assuming that condition 'if(e)' is not redundant
efl-1.8.6/src/lib/ecore/ecore_exe.c:700:12: note: Null pointer dereference
efl-1.8.6/src/lib/ecore/ecore_exe.c:1420:4: style: Variable 'exe' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/ecore/ecore_exe.c:1396:0: note: Variable 'exe' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/ecore/ecore_exe.c:1420:4: note: Variable 'exe' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/ecore/ecore_exe.c:1715:38: style: The scope of the variable 'e' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore/ecore_exe.c:1801:11: style: The scope of the variable 'ok' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore/ecore_exe.c:1802:11: style: The scope of the variable 'result' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore/ecore_exe.c:190:41: style: Function '_ecore_exe_check_errno' argument 2 names different: declaration 'file' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore/ecore_exe.c:175:47: note: Function '_ecore_exe_check_errno' argument 2 names different: declaration 'file' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_exe.c:190:41: note: Function '_ecore_exe_check_errno' argument 2 names different: declaration 'file' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_exe.c:191:41: style: Function '_ecore_exe_check_errno' argument 3 names different: declaration 'line' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore/ecore_exe.c:176:47: note: Function '_ecore_exe_check_errno' argument 3 names different: declaration 'line' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_exe.c:191:41: note: Function '_ecore_exe_check_errno' argument 3 names different: declaration 'line' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_exe.c:1134:49: style: Function 'ecore_exe_event_data_free' argument 1 names different: declaration 'data' definition 'e'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore/Ecore_Common.h:758:59: note: Function 'ecore_exe_event_data_free' argument 1 names different: declaration 'data' definition 'e'.
efl-1.8.6/src/lib/ecore/ecore_exe.c:1134:49: note: Function 'ecore_exe_event_data_free' argument 1 names different: declaration 'data' definition 'e'.
efl-1.8.6/src/lib/ecore/ecore_exe.c:1787:60: style: Function '_ecore_exe_data_write_handler' argument 2 names different: declaration 'fd_handler' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore/ecore_exe.c:151:77: note: Function '_ecore_exe_data_write_handler' argument 2 names different: declaration 'fd_handler' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_exe.c:1787:60: note: Function '_ecore_exe_data_write_handler' argument 2 names different: declaration 'fd_handler' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_exe.c:1873:38: style: Function '_ecore_exe_event_add_free' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore/ecore_exe.c:159:61: note: Function '_ecore_exe_event_add_free' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_exe.c:1873:38: note: Function '_ecore_exe_event_add_free' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_exe.c:1892:38: style: Function '_ecore_exe_event_del_free' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore/ecore_private.h:217:44: note: Function '_ecore_exe_event_del_free' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_exe.c:1892:38: note: Function '_ecore_exe_event_del_free' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_exe.c:1707:13: error: Common realloc mistake: 'inbuf' nulled but not freed upon failure [memleakOnRealloc]
efl-1.8.6/src/lib/ecore/ecore_exe_win32.c:381:42: style: Function 'ecore_exe_auto_limits_set' argument 1 names different: declaration 'exe' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore/Ecore_Common.h:756:48: note: Function 'ecore_exe_auto_limits_set' argument 1 names different: declaration 'exe' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_exe_win32.c:381:42: note: Function 'ecore_exe_auto_limits_set' argument 1 names different: declaration 'exe' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_exe_win32.c:382:50: style: Function 'ecore_exe_auto_limits_set' argument 2 names different: declaration 'start_bytes' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore/Ecore_Common.h:756:57: note: Function 'ecore_exe_auto_limits_set' argument 2 names different: declaration 'start_bytes' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_exe_win32.c:382:50: note: Function 'ecore_exe_auto_limits_set' argument 2 names different: declaration 'start_bytes' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_exe_win32.c:383:48: style: Function 'ecore_exe_auto_limits_set' argument 3 names different: declaration 'end_bytes' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore/Ecore_Common.h:756:74: note: Function 'ecore_exe_auto_limits_set' argument 3 names different: declaration 'end_bytes' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_exe_win32.c:383:48: note: Function 'ecore_exe_auto_limits_set' argument 3 names different: declaration 'end_bytes' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_exe_win32.c:384:50: style: Function 'ecore_exe_auto_limits_set' argument 4 names different: declaration 'start_lines' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore/Ecore_Common.h:756:89: note: Function 'ecore_exe_auto_limits_set' argument 4 names different: declaration 'start_lines' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_exe_win32.c:384:50: note: Function 'ecore_exe_auto_limits_set' argument 4 names different: declaration 'start_lines' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_exe_win32.c:385:48: style: Function 'ecore_exe_auto_limits_set' argument 5 names different: declaration 'end_lines' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore/Ecore_Common.h:756:106: note: Function 'ecore_exe_auto_limits_set' argument 5 names different: declaration 'end_lines' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_exe_win32.c:385:48: note: Function 'ecore_exe_auto_limits_set' argument 5 names different: declaration 'end_lines' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_exe_win32.c:432:49: style: Function 'ecore_exe_event_data_free' argument 1 names different: declaration 'data' definition 'e'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore/Ecore_Common.h:758:59: note: Function 'ecore_exe_event_data_free' argument 1 names different: declaration 'data' definition 'e'.
efl-1.8.6/src/lib/ecore/ecore_exe_win32.c:432:49: note: Function 'ecore_exe_event_data_free' argument 1 names different: declaration 'data' definition 'e'.
efl-1.8.6/src/lib/ecore/ecore_exe_win32.c:632:33: style: Function 'ecore_exe_signal' argument 2 names different: declaration 'num' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore/Ecore_Common.h:773:48: note: Function 'ecore_exe_signal' argument 2 names different: declaration 'num' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_exe_win32.c:632:33: note: Function 'ecore_exe_signal' argument 2 names different: declaration 'num' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_exe_win32.c:930:38: style: Function '_ecore_exe_event_add_free' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore/ecore_exe_win32.c:91:54: note: Function '_ecore_exe_event_add_free' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_exe_win32.c:930:38: note: Function '_ecore_exe_event_add_free' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_exe_win32.c:940:38: style: Function '_ecore_exe_event_del_free' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore/ecore_private.h:217:44: note: Function '_ecore_exe_event_del_free' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_exe_win32.c:940:38: note: Function '_ecore_exe_event_del_free' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_exe_win32.c:952:43: style: Function '_ecore_exe_event_exe_data_free' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore/ecore_exe_win32.c:95:59: note: Function '_ecore_exe_event_exe_data_free' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_exe_win32.c:952:43: note: Function '_ecore_exe_event_exe_data_free' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_exe_win32.c:963:45: style: Function '_ecore_exe_close_cb' argument 2 names different: declaration 'wh' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore/ecore_exe_win32.c:102:63: note: Function '_ecore_exe_close_cb' argument 2 names different: declaration 'wh' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_exe_win32.c:963:45: note: Function '_ecore_exe_close_cb' argument 2 names different: declaration 'wh' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_exe_win32.c:1012:50: style: Function '_ecore_exe_pipe_write_cb' argument 2 names different: declaration 'wh' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore/ecore_exe_win32.c:107:59: note: Function '_ecore_exe_pipe_write_cb' argument 2 names different: declaration 'wh' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_exe_win32.c:1012:50: note: Function '_ecore_exe_pipe_write_cb' argument 2 names different: declaration 'wh' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_getopt.c:669:39: style: Function 'ecore_getopt_help' argument 2 names different: declaration 'info' definition 'parser'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore/Ecore_Getopt.h:408:65: note: Function 'ecore_getopt_help' argument 2 names different: declaration 'info' definition 'parser'.
efl-1.8.6/src/lib/ecore/ecore_getopt.c:669:39: note: Function 'ecore_getopt_help' argument 2 names different: declaration 'info' definition 'parser'.
efl-1.8.6/src/lib/ecore/ecore_getopt.c:1898:70: style: Function 'ecore_getopt_callback_geometry_parse' argument 1 names different: declaration 'parser' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore/Ecore_Getopt.h:415:74: note: Function 'ecore_getopt_callback_geometry_parse' argument 1 names different: declaration 'parser' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_getopt.c:1898:70: note: Function 'ecore_getopt_callback_geometry_parse' argument 1 names different: declaration 'parser' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_getopt.c:1899:68: style: Function 'ecore_getopt_callback_geometry_parse' argument 2 names different: declaration 'desc' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore/Ecore_Getopt.h:415:107: note: Function 'ecore_getopt_callback_geometry_parse' argument 2 names different: declaration 'desc' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_getopt.c:1899:68: note: Function 'ecore_getopt_callback_geometry_parse' argument 2 names different: declaration 'desc' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_getopt.c:1901:68: style: Function 'ecore_getopt_callback_geometry_parse' argument 4 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore/Ecore_Getopt.h:415:136: note: Function 'ecore_getopt_callback_geometry_parse' argument 4 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_getopt.c:1901:68: note: Function 'ecore_getopt_callback_geometry_parse' argument 4 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_getopt.c:1930:66: style: Function 'ecore_getopt_callback_size_parse' argument 1 names different: declaration 'parser' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore/Ecore_Getopt.h:416:70: note: Function 'ecore_getopt_callback_size_parse' argument 1 names different: declaration 'parser' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_getopt.c:1930:66: note: Function 'ecore_getopt_callback_size_parse' argument 1 names different: declaration 'parser' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_getopt.c:1931:64: style: Function 'ecore_getopt_callback_size_parse' argument 2 names different: declaration 'desc' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore/Ecore_Getopt.h:416:103: note: Function 'ecore_getopt_callback_size_parse' argument 2 names different: declaration 'desc' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_getopt.c:1931:64: note: Function 'ecore_getopt_callback_size_parse' argument 2 names different: declaration 'desc' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_getopt.c:1933:64: style: Function 'ecore_getopt_callback_size_parse' argument 4 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore/Ecore_Getopt.h:416:132: note: Function 'ecore_getopt_callback_size_parse' argument 4 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_getopt.c:1933:64: note: Function 'ecore_getopt_callback_size_parse' argument 4 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_getopt.c:751:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/ecore/ecore_idle_enterer.c:233:14: warning: Either the condition 'if(idle_enterer_current)' is redundant or there is possible null pointer dereference: ie. [nullPointerRedundantCheck]
efl-1.8.6/src/lib/ecore/ecore_idle_enterer.c:242:12: note: Assuming that condition 'if(idle_enterer_current)' is not redundant
efl-1.8.6/src/lib/ecore/ecore_idle_enterer.c:232:47: note: Assignment 'ie=(struct _Ecore_Idle_Enterer_Private_Data*)idle_enterer_current', assigned value is 0
efl-1.8.6/src/lib/ecore/ecore_idle_enterer.c:233:14: note: Null pointer dereference
efl-1.8.6/src/lib/ecore/ecore_idle_enterer.c:85:4: style: Variable 'ie' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/ecore/ecore_idle_enterer.c:84:0: note: Variable 'ie' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/ecore/ecore_idle_enterer.c:85:4: note: Variable 'ie' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/ecore/ecore_idle_enterer.c:121:4: style: Variable 'ie' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/ecore/ecore_idle_enterer.c:120:0: note: Variable 'ie' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/ecore/ecore_idle_enterer.c:121:4: note: Variable 'ie' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/ecore/ecore_idle_enterer.c:175:45: style: Function '_ecore_idle_enterer_del' argument 1 names different: declaration 'idle_enterer' definition 'obj'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore/ecore_idle_enterer.c:34:45: note: Function '_ecore_idle_enterer_del' argument 1 names different: declaration 'idle_enterer' definition 'obj'.
efl-1.8.6/src/lib/ecore/ecore_idle_enterer.c:175:45: note: Function '_ecore_idle_enterer_del' argument 1 names different: declaration 'idle_enterer' definition 'obj'.
efl-1.8.6/src/lib/ecore/ecore_idle_exiter.c:183:14: warning: Either the condition 'if(idle_exiter_current)' is redundant or there is possible null pointer dereference: ie. [nullPointerRedundantCheck]
efl-1.8.6/src/lib/ecore/ecore_idle_exiter.c:192:12: note: Assuming that condition 'if(idle_exiter_current)' is not redundant
efl-1.8.6/src/lib/ecore/ecore_idle_exiter.c:182:46: note: Assignment 'ie=(struct _Ecore_Idle_Exiter_Private_Data*)idle_exiter_current', assigned value is 0
efl-1.8.6/src/lib/ecore/ecore_idle_exiter.c:183:14: note: Null pointer dereference
efl-1.8.6/src/lib/ecore/ecore_idle_exiter.c:57:4: style: Variable 'ie' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/ecore/ecore_idle_exiter.c:56:0: note: Variable 'ie' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/ecore/ecore_idle_exiter.c:57:4: note: Variable 'ie' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/ecore/ecore_idle_exiter.c:126:43: style: Function '_ecore_idle_exiter_del' argument 1 names different: declaration 'idle_exiter' definition 'obj'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore/ecore_idle_exiter.c:35:43: note: Function '_ecore_idle_exiter_del' argument 1 names different: declaration 'idle_exiter' definition 'obj'.
efl-1.8.6/src/lib/ecore/ecore_idle_exiter.c:126:43: note: Function '_ecore_idle_exiter_del' argument 1 names different: declaration 'idle_exiter' definition 'obj'.
efl-1.8.6/src/lib/ecore/ecore_idler.c:167:14: warning: Either the condition 'if(idler_current)' is redundant or there is possible null pointer dereference: ie. [nullPointerRedundantCheck]
efl-1.8.6/src/lib/ecore/ecore_idler.c:176:12: note: Assuming that condition 'if(idler_current)' is not redundant
efl-1.8.6/src/lib/ecore/ecore_idler.c:166:40: note: Assignment 'ie=(struct _Ecore_Idler_Private_Data*)idler_current', assigned value is 0
efl-1.8.6/src/lib/ecore/ecore_idler.c:167:14: note: Null pointer dereference
efl-1.8.6/src/lib/ecore/ecore_idler.c:44:4: style: Variable 'ie' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/ecore/ecore_idler.c:40:0: note: Variable 'ie' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/ecore/ecore_idler.c:44:4: note: Variable 'ie' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/ecore/ecore_idler.c:112:31: style: Function '_ecore_idler_del' argument 1 names different: declaration 'idler' definition 'obj'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore/ecore_idler.c:34:31: note: Function '_ecore_idler_del' argument 1 names different: declaration 'idler' definition 'obj'.
efl-1.8.6/src/lib/ecore/ecore_idler.c:112:31: note: Function '_ecore_idler_del' argument 1 names different: declaration 'idler' definition 'obj'.
efl-1.8.6/src/lib/ecore/ecore_job.c:146:37: style: Function '_ecore_job_event_handler' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore/ecore_job.c:18:49: note: Function '_ecore_job_event_handler' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_job.c:146:37: note: Function '_ecore_job_event_handler' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_job.c:147:37: style: Function '_ecore_job_event_handler' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore/ecore_job.c:19:49: note: Function '_ecore_job_event_handler' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_job.c:147:37: note: Function '_ecore_job_event_handler' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_job.c:159:33: style: Function '_ecore_job_event_free' argument 2 names different: declaration 'ev' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore/ecore_job.c:22:41: note: Function '_ecore_job_event_free' argument 2 names different: declaration 'ev' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_job.c:159:33: note: Function '_ecore_job_event_free' argument 2 names different: declaration 'ev' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_main.c:1307:33: style: Redundant condition: fd_handlers_with_prep. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
efl-1.8.6/src/lib/ecore/ecore_main.c:1154:4: style: Variable 'fdh' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/ecore/ecore_main.c:1151:0: note: Variable 'fdh' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/ecore/ecore_main.c:1154:4: note: Variable 'fdh' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/ecore/ecore_main.c:1619:22: style: The scope of the variable 'fdh' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore/ecore_main.c:1235:54: style: Function 'ecore_main_win32_handler_add' argument 1 names different: declaration 'h' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore/Ecore_Common.h:964:62: note: Function 'ecore_main_win32_handler_add' argument 1 names different: declaration 'h' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_main.c:1235:54: note: Function 'ecore_main_win32_handler_add' argument 1 names different: declaration 'h' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_main.c:1284:65: style: Function 'ecore_main_win32_handler_del' argument 1 names different: declaration 'win32_handler' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore/Ecore_Common.h:965:62: note: Function 'ecore_main_win32_handler_del' argument 1 names different: declaration 'win32_handler' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_main.c:1284:65: note: Function 'ecore_main_win32_handler_del' argument 1 names different: declaration 'win32_handler' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_main.c:82:13: style: union member 'epoll_data::u32' is never used. [unusedStructMember]
efl-1.8.6/src/lib/ecore/ecore_main.c:83:13: style: union member 'epoll_data::u64' is never used. [unusedStructMember]
efl-1.8.6/src/lib/ecore/ecore_pipe.c:501:8: style: The scope of the variable 'ret' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore/ecore_pipe.c:599:47: style: Function '_ecore_pipe_read' argument 2 names different: declaration 'fd_handler' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore/ecore_pipe.c:103:53: note: Function '_ecore_pipe_read' argument 2 names different: declaration 'fd_handler' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_pipe.c:599:47: note: Function '_ecore_pipe_read' argument 2 names different: declaration 'fd_handler' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_poll.c:97:16: style: The scope of the variable 't' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore/ecore_poll.c:443:31: style: The scope of the variable 'poller' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore/ecore_poll.c:119:35: style: Function '_ecore_poller_cb_timer' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore/ecore_poll.c:57:47: note: Function '_ecore_poller_cb_timer' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_poll.c:119:35: note: Function '_ecore_poller_cb_timer' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_poll.c:213:55: style: Function 'ecore_poller_poll_interval_set' argument 1 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore/Ecore_Common.h:1836:60: note: Function 'ecore_poller_poll_interval_set' argument 1 names different: declaration 'type' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_poll.c:213:55: note: Function 'ecore_poller_poll_interval_set' argument 1 names different: declaration 'type' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_poll.c:229:55: style: Function 'ecore_poller_poll_interval_get' argument 1 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore/Ecore_Common.h:1844:62: note: Function 'ecore_poller_poll_interval_get' argument 1 names different: declaration 'type' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_poll.c:229:55: note: Function 'ecore_poller_poll_interval_get' argument 1 names different: declaration 'type' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_poll.c:243:41: style: Function 'ecore_poller_add' argument 1 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore/Ecore_Legacy.h:54:55: note: Function 'ecore_poller_add' argument 1 names different: declaration 'type' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_poll.c:243:41: note: Function 'ecore_poller_add' argument 1 names different: declaration 'type' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_poll.c:308:48: style: Function 'ecore_poller_poller_interval_set' argument 1 names different: declaration 'poller' definition 'obj'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore/Ecore_Legacy.h:20:63: note: Function 'ecore_poller_poller_interval_set' argument 1 names different: declaration 'poller' definition 'obj'.
efl-1.8.6/src/lib/ecore/ecore_poll.c:308:48: note: Function 'ecore_poller_poller_interval_set' argument 1 names different: declaration 'poller' definition 'obj'.
efl-1.8.6/src/lib/ecore/ecore_poll.c:362:48: style: Function 'ecore_poller_poller_interval_get' argument 1 names different: declaration 'poller' definition 'obj'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore/Ecore_Legacy.h:28:57: note: Function 'ecore_poller_poller_interval_get' argument 1 names different: declaration 'poller' definition 'obj'.
efl-1.8.6/src/lib/ecore/ecore_poll.c:362:48: note: Function 'ecore_poller_poller_interval_get' argument 1 names different: declaration 'poller' definition 'obj'.
efl-1.8.6/src/lib/ecore/ecore_poll.c:391:32: style: Function 'ecore_poller_del' argument 1 names different: declaration 'poller' definition 'obj'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore/Ecore_Legacy.h:64:43: note: Function 'ecore_poller_del' argument 1 names different: declaration 'poller' definition 'obj'.
efl-1.8.6/src/lib/ecore/ecore_poll.c:391:32: note: Function 'ecore_poller_del' argument 1 names different: declaration 'poller' definition 'obj'.
efl-1.8.6/src/lib/ecore/ecore_signal.c:426:46: style: Function '_ecore_signal_callback_ignore' argument 1 names different: declaration 'sig' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore/ecore_signal.c:23:54: note: Function '_ecore_signal_callback_ignore' argument 1 names different: declaration 'sig' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_signal.c:426:46: note: Function '_ecore_signal_callback_ignore' argument 1 names different: declaration 'sig' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_signal.c:427:45: style: Function '_ecore_signal_callback_ignore' argument 2 names different: declaration 'si' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore/ecore_signal.c:24:54: note: Function '_ecore_signal_callback_ignore' argument 2 names different: declaration 'si' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_signal.c:427:45: note: Function '_ecore_signal_callback_ignore' argument 2 names different: declaration 'si' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_signal.c:428:46: style: Function '_ecore_signal_callback_ignore' argument 3 names different: declaration 'foo' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore/ecore_signal.c:25:54: note: Function '_ecore_signal_callback_ignore' argument 3 names different: declaration 'foo' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_signal.c:428:46: note: Function '_ecore_signal_callback_ignore' argument 3 names different: declaration 'foo' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_signal.c:433:47: style: Function '_ecore_signal_callback_sigchld' argument 1 names different: declaration 'sig' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore/ecore_signal.c:26:55: note: Function '_ecore_signal_callback_sigchld' argument 1 names different: declaration 'sig' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_signal.c:433:47: note: Function '_ecore_signal_callback_sigchld' argument 1 names different: declaration 'sig' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_signal.c:435:47: style: Function '_ecore_signal_callback_sigchld' argument 3 names different: declaration 'foo' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore/ecore_signal.c:28:55: note: Function '_ecore_signal_callback_sigchld' argument 3 names different: declaration 'foo' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_signal.c:435:47: note: Function '_ecore_signal_callback_sigchld' argument 3 names different: declaration 'foo' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_signal.c:452:47: style: Function '_ecore_signal_callback_sigusr1' argument 1 names different: declaration 'sig' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore/ecore_signal.c:29:55: note: Function '_ecore_signal_callback_sigusr1' argument 1 names different: declaration 'sig' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_signal.c:452:47: note: Function '_ecore_signal_callback_sigusr1' argument 1 names different: declaration 'sig' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_signal.c:454:47: style: Function '_ecore_signal_callback_sigusr1' argument 3 names different: declaration 'foo' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore/ecore_signal.c:31:55: note: Function '_ecore_signal_callback_sigusr1' argument 3 names different: declaration 'foo' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_signal.c:454:47: note: Function '_ecore_signal_callback_sigusr1' argument 3 names different: declaration 'foo' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_signal.c:470:47: style: Function '_ecore_signal_callback_sigusr2' argument 1 names different: declaration 'sig' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore/ecore_signal.c:32:55: note: Function '_ecore_signal_callback_sigusr2' argument 1 names different: declaration 'sig' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_signal.c:470:47: note: Function '_ecore_signal_callback_sigusr2' argument 1 names different: declaration 'sig' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_signal.c:472:47: style: Function '_ecore_signal_callback_sigusr2' argument 3 names different: declaration 'foo' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore/ecore_signal.c:34:55: note: Function '_ecore_signal_callback_sigusr2' argument 3 names different: declaration 'foo' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_signal.c:472:47: note: Function '_ecore_signal_callback_sigusr2' argument 3 names different: declaration 'foo' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_signal.c:488:46: style: Function '_ecore_signal_callback_sighup' argument 1 names different: declaration 'sig' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore/ecore_signal.c:35:54: note: Function '_ecore_signal_callback_sighup' argument 1 names different: declaration 'sig' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_signal.c:488:46: note: Function '_ecore_signal_callback_sighup' argument 1 names different: declaration 'sig' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_signal.c:490:46: style: Function '_ecore_signal_callback_sighup' argument 3 names different: declaration 'foo' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore/ecore_signal.c:37:54: note: Function '_ecore_signal_callback_sighup' argument 3 names different: declaration 'foo' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_signal.c:490:46: note: Function '_ecore_signal_callback_sighup' argument 3 names different: declaration 'foo' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_signal.c:506:47: style: Function '_ecore_signal_callback_sigquit' argument 1 names different: declaration 'sig' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore/ecore_signal.c:38:55: note: Function '_ecore_signal_callback_sigquit' argument 1 names different: declaration 'sig' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_signal.c:506:47: note: Function '_ecore_signal_callback_sigquit' argument 1 names different: declaration 'sig' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_signal.c:508:47: style: Function '_ecore_signal_callback_sigquit' argument 3 names different: declaration 'foo' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore/ecore_signal.c:40:55: note: Function '_ecore_signal_callback_sigquit' argument 3 names different: declaration 'foo' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_signal.c:508:47: note: Function '_ecore_signal_callback_sigquit' argument 3 names different: declaration 'foo' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_signal.c:524:46: style: Function '_ecore_signal_callback_sigint' argument 1 names different: declaration 'sig' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore/ecore_signal.c:41:54: note: Function '_ecore_signal_callback_sigint' argument 1 names different: declaration 'sig' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_signal.c:524:46: note: Function '_ecore_signal_callback_sigint' argument 1 names different: declaration 'sig' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_signal.c:526:46: style: Function '_ecore_signal_callback_sigint' argument 3 names different: declaration 'foo' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore/ecore_signal.c:43:54: note: Function '_ecore_signal_callback_sigint' argument 3 names different: declaration 'foo' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_signal.c:526:46: note: Function '_ecore_signal_callback_sigint' argument 3 names different: declaration 'foo' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_signal.c:542:47: style: Function '_ecore_signal_callback_sigterm' argument 1 names different: declaration 'sig' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore/ecore_signal.c:44:55: note: Function '_ecore_signal_callback_sigterm' argument 1 names different: declaration 'sig' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_signal.c:542:47: note: Function '_ecore_signal_callback_sigterm' argument 1 names different: declaration 'sig' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_signal.c:544:47: style: Function '_ecore_signal_callback_sigterm' argument 3 names different: declaration 'foo' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore/ecore_signal.c:46:55: note: Function '_ecore_signal_callback_sigterm' argument 3 names different: declaration 'foo' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_signal.c:544:47: note: Function '_ecore_signal_callback_sigterm' argument 3 names different: declaration 'foo' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore/ecore_thread.c:690:0: error: syntax error [syntaxError]
efl-1.8.6/src/lib/ecore/ecore_time.c:92:0: error: #error "Your platform isn't supported yet" [preprocessorErrorDirective]
efl-1.8.6/src/lib/ecore/ecore_timer.c:156:4: style: Variable 'timer' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/ecore/ecore_timer.c:153:0: note: Variable 'timer' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/ecore/ecore_timer.c:156:4: note: Variable 'timer' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/ecore/ecore_timer.c:596:4: style: Variable 'timer' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/ecore/ecore_timer.c:595:0: note: Variable 'timer' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/ecore/ecore_timer.c:596:4: note: Variable 'timer' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/ecore/ecore_timer.c:940:30: style: The scope of the variable 't2' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore/ecore_timer.c:114:34: style: Function 'ecore_timer_precision_set' argument 1 names different: declaration 'precision' definition 'value'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore/Ecore_Common.h:2132:44: note: Function 'ecore_timer_precision_set' argument 1 names different: declaration 'precision' definition 'value'.
efl-1.8.6/src/lib/ecore/ecore_timer.c:114:34: note: Function 'ecore_timer_precision_set' argument 1 names different: declaration 'precision' definition 'value'.
efl-1.8.6/src/lib/ecore/ecore_timer.c:603:33: style: Function '_ecore_timer_delay' argument 1 names different: declaration 'timer' definition 'obj'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore/ecore_private.h:131:46: note: Function '_ecore_timer_delay' argument 1 names different: declaration 'timer' definition 'obj'.
efl-1.8.6/src/lib/ecore/ecore_timer.c:603:33: note: Function '_ecore_timer_delay' argument 1 names different: declaration 'timer' definition 'obj'.
efl-1.8.6/src/lib/ecore/ecore_timer.c:621:31: style: Function '_ecore_timer_del' argument 1 names different: declaration 'timer' definition 'obj'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore/ecore_private.h:130:44: note: Function '_ecore_timer_del' argument 1 names different: declaration 'timer' definition 'obj'.
efl-1.8.6/src/lib/ecore/ecore_timer.c:621:31: note: Function '_ecore_timer_del' argument 1 names different: declaration 'timer' definition 'obj'.
efl-1.8.6/src/lib/ecore/ecore_timer.c:934:32: style: Function '_ecore_timer_set' argument 1 names different: declaration 'timer' definition 'obj'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore/ecore_timer.c:52:43: note: Function '_ecore_timer_set' argument 1 names different: declaration 'timer' definition 'obj'.
efl-1.8.6/src/lib/ecore/ecore_timer.c:934:32: note: Function '_ecore_timer_set' argument 1 names different: declaration 'timer' definition 'obj'.
efl-1.8.6/src/lib/ecore_audio/ecore_audio_obj_out_pulse.c:60:12: style: The scope of the variable 'idx' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_audio/ecore_audio_pulse_ml.c:45:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_audio/ecore_audio_pulse_ml.c:39:63: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
efl-1.8.6/src/lib/ecore_con/dns.c:1251:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
efl-1.8.6/src/lib/ecore_con/dns.c:1236:9: style: The scope of the variable 'len' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_con/dns.c:1497:16: style: The scope of the variable 'ch' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_con/dns.c:2226:11: style: The scope of the variable 'ch' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_con/dns.c:2413:6: style: The scope of the variable 'cmp' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_con/dns.c:2628:17: style: The scope of the variable 'n' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_con/dns.c:3114:11: style: The scope of the variable 'n' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_con/dns.c:3192:11: style: The scope of the variable 'ch' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_con/dns.c:3315:14: style: The scope of the variable 'ch' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_con/dns.c:3468:15: style: The scope of the variable 'wc' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_con/dns.c:3468:19: style: The scope of the variable 'skip' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_con/dns.c:5317:15: style: The scope of the variable 'port' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_con/dns.c:5413:6: style: The scope of the variable 'error' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_con/dns.c:5640:7: style: The scope of the variable 'n' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_con/dns.c:5666:7: style: The scope of the variable 'n' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_con/dns.c:1719:98: style: Function 'dns_d_cname' argument 6 names different: declaration 'error' definition 'error_'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_con/dns.h:446:84: note: Function 'dns_d_cname' argument 6 names different: declaration 'error' definition 'error_'.
efl-1.8.6/src/lib/ecore_con/dns.c:1719:98: note: Function 'dns_d_cname' argument 6 names different: declaration 'error' definition 'error_'.
efl-1.8.6/src/lib/ecore_con/ecore_con.c:2064:11: warning: Identical condition 'svr->delete_me', second condition is always false [identicalConditionAfterEarlyExit]
efl-1.8.6/src/lib/ecore_con/ecore_con.c:2061:11: note: first condition
efl-1.8.6/src/lib/ecore_con/ecore_con.c:2064:11: note: second condition
efl-1.8.6/src/lib/ecore_con/ecore_con.c:1242:20: style: The scope of the variable 't' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_con/ecore_con.c:1318:20: style: The scope of the variable 't' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_con/ecore_con.c:346:37: style: Function 'ecore_con_server_add' argument 1 names different: declaration 'type' definition 'compl_type'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_con/Ecore_Con.h:849:60: note: Function 'ecore_con_server_add' argument 1 names different: declaration 'type' definition 'compl_type'.
efl-1.8.6/src/lib/ecore_con/ecore_con.c:346:37: note: Function 'ecore_con_server_add' argument 1 names different: declaration 'type' definition 'compl_type'.
efl-1.8.6/src/lib/ecore_con/ecore_con.c:441:41: style: Function 'ecore_con_server_connect' argument 1 names different: declaration 'type' definition 'compl_type'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_con/Ecore_Con.h:891:64: note: Function 'ecore_con_server_connect' argument 1 names different: declaration 'type' definition 'compl_type'.
efl-1.8.6/src/lib/ecore_con/ecore_con.c:441:41: note: Function 'ecore_con_server_connect' argument 1 names different: declaration 'type' definition 'compl_type'.
efl-1.8.6/src/lib/ecore_con/ecore_con.c:1461:42: style: Function '_ecore_con_cb_tcp_listen' argument 2 names different: declaration 'info' definition 'net_info'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_con/ecore_con.c:60:59: note: Function '_ecore_con_cb_tcp_listen' argument 2 names different: declaration 'info' definition 'net_info'.
efl-1.8.6/src/lib/ecore_con/ecore_con.c:1461:42: note: Function '_ecore_con_cb_tcp_listen' argument 2 names different: declaration 'info' definition 'net_info'.
efl-1.8.6/src/lib/ecore_con/ecore_con.c:1564:42: style: Function '_ecore_con_cb_udp_listen' argument 2 names different: declaration 'info' definition 'net_info'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_con/ecore_con.c:62:59: note: Function '_ecore_con_cb_udp_listen' argument 2 names different: declaration 'info' definition 'net_info'.
efl-1.8.6/src/lib/ecore_con/ecore_con.c:1564:42: note: Function '_ecore_con_cb_udp_listen' argument 2 names different: declaration 'info' definition 'net_info'.
efl-1.8.6/src/lib/ecore_con/ecore_con.c:1669:43: style: Function '_ecore_con_cb_tcp_connect' argument 2 names different: declaration 'info' definition 'net_info'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_con/ecore_con.c:56:60: note: Function '_ecore_con_cb_tcp_connect' argument 2 names different: declaration 'info' definition 'net_info'.
efl-1.8.6/src/lib/ecore_con/ecore_con.c:1669:43: note: Function '_ecore_con_cb_tcp_connect' argument 2 names different: declaration 'info' definition 'net_info'.
efl-1.8.6/src/lib/ecore_con/ecore_con.c:1762:43: style: Function '_ecore_con_cb_udp_connect' argument 2 names different: declaration 'info' definition 'net_info'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_con/ecore_con.c:58:60: note: Function '_ecore_con_cb_udp_connect' argument 2 names different: declaration 'info' definition 'net_info'.
efl-1.8.6/src/lib/ecore_con/ecore_con.c:1762:43: note: Function '_ecore_con_cb_udp_connect' argument 2 names different: declaration 'info' definition 'net_info'.
efl-1.8.6/src/lib/ecore_con/ecore_con.c:1916:57: style: Function '_ecore_con_svr_tcp_handler' argument 2 names different: declaration 'fd_handler' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_con/ecore_con.c:69:63: note: Function '_ecore_con_svr_tcp_handler' argument 2 names different: declaration 'fd_handler' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con.c:1916:57: note: Function '_ecore_con_svr_tcp_handler' argument 2 names different: declaration 'fd_handler' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con.c:2608:45: style: Function '_ecore_con_event_server_add_free' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_con/ecore_con.c:90:52: note: Function '_ecore_con_event_server_add_free' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con.c:2608:45: note: Function '_ecore_con_event_server_add_free' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con.c:2627:45: style: Function '_ecore_con_event_server_del_free' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_con/ecore_con.c:92:52: note: Function '_ecore_con_event_server_del_free' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con.c:2627:45: note: Function '_ecore_con_event_server_del_free' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con.c:2646:47: style: Function '_ecore_con_event_server_write_free' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_con/ecore_con.c:100:54: note: Function '_ecore_con_event_server_write_free' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con.c:2646:47: note: Function '_ecore_con_event_server_write_free' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con.c:2663:46: style: Function '_ecore_con_event_server_data_free' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_con/ecore_con.c:94:53: note: Function '_ecore_con_event_server_data_free' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con.c:2663:46: note: Function '_ecore_con_event_server_data_free' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con.c:2685:47: style: Function '_ecore_con_event_server_error_free' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_con/ecore_con.c:96:54: note: Function '_ecore_con_event_server_error_free' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con.c:2685:47: note: Function '_ecore_con_event_server_error_free' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con_ares.c:394:4: style: Variable 'search' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/ecore_con/ecore_con_ares.c:392:0: note: Variable 'search' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/ecore_con/ecore_con_ares.c:394:4: note: Variable 'search' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/ecore_con/ecore_con_ares.c:354:45: style: Function '_ecore_con_info_cares_timeout_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_con/ecore_con_ares.c:73:57: note: Function '_ecore_con_info_cares_timeout_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con_ares.c:354:45: note: Function '_ecore_con_info_cares_timeout_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con_ares.c:386:43: style: Function '_ecore_con_info_cares_state_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_con/ecore_con_ares.c:76:38: note: Function '_ecore_con_info_cares_state_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con_ares.c:386:43: note: Function '_ecore_con_info_cares_state_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con_ares.c:431:57: style: Function '_ecore_con_info_ares_host_cb' argument 3 names different: declaration 'timeouts' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_con/ecore_con_ares.c:69:59: note: Function '_ecore_con_info_ares_host_cb' argument 3 names different: declaration 'timeouts' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con_ares.c:431:57: note: Function '_ecore_con_info_ares_host_cb' argument 3 names different: declaration 'timeouts' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con_ares.c:593:57: style: Function '_ecore_con_info_ares_nameinfo' argument 3 names different: declaration 'timeouts' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_con/ecore_con_ares.c:64:60: note: Function '_ecore_con_info_ares_nameinfo' argument 3 names different: declaration 'timeouts' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con_ares.c:593:57: note: Function '_ecore_con_info_ares_nameinfo' argument 3 names different: declaration 'timeouts' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con_eet.c:488:42: style: Function 'ecore_con_eet_server_free' argument 1 names different: declaration 'ece' definition 'r'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_con/Ecore_Con_Eet.h:44:52: note: Function 'ecore_con_eet_server_free' argument 1 names different: declaration 'ece' definition 'r'.
efl-1.8.6/src/lib/ecore_con/ecore_con_eet.c:488:42: note: Function 'ecore_con_eet_server_free' argument 1 names different: declaration 'ece' definition 'r'.
efl-1.8.6/src/lib/ecore_con/ecore_con_eet.c:754:56: style: Function 'ecore_con_eet_send' argument 2 names different: declaration 'protocol_name' definition 'name'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_con/Ecore_Con_Eet.h:70:66: note: Function 'ecore_con_eet_send' argument 2 names different: declaration 'protocol_name' definition 'name'.
efl-1.8.6/src/lib/ecore_con/ecore_con_eet.c:754:56: note: Function 'ecore_con_eet_send' argument 2 names different: declaration 'protocol_name' definition 'name'.
efl-1.8.6/src/lib/ecore_con/ecore_con_eet.c:789:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/ecore_con/ecore_con_eet.c:510:11: error: Memory pointed to by 's' is freed twice. [doubleFree]
efl-1.8.6/src/lib/ecore_con/ecore_con_info.c:450:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/ecore_con/ecore_con_info.c:246:14: style: The scope of the variable 'hbuf' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_con/ecore_con_info.c:247:14: style: The scope of the variable 'sbuf' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_con/ecore_con_info.c:249:13: style: The scope of the variable 'tosend_len' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_con/ecore_con_info.c:250:13: style: The scope of the variable 'canonname_len' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_con/ecore_con_info.c:333:20: style: The scope of the variable 'recv_info' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_con/ecore_con_info.c:334:19: style: The scope of the variable 'torecv' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_con/ecore_con_info.c:335:8: style: The scope of the variable 'torecv_len' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_con/ecore_con_info.c:262:23: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/ecore_con/ecore_con_local.c:60:36: style: Function 'ecore_con_local_connect' argument 3 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_con/ecore_con_private.h:311:35: note: Function 'ecore_con_local_connect' argument 3 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con_local.c:60:36: note: Function 'ecore_con_local_connect' argument 3 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con_local.c:184:3: style: Function 'ecore_con_local_listen' argument 3 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_con/ecore_con_private.h:316:34: note: Function 'ecore_con_local_listen' argument 3 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con_local.c:184:3: note: Function 'ecore_con_local_listen' argument 3 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con_local_win32.c:114:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/ecore_con/ecore_con_local_win32.c:142:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/ecore_con/ecore_con_socks.c:179:17: style: The scope of the variable 'x' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_con/ecore_con_socks.c:540:46: style: Function 'ecore_con_socks_dns_cb' argument 1 names different: declaration 'canonname' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_con/ecore_con_private.h:279:41: note: Function 'ecore_con_socks_dns_cb' argument 1 names different: declaration 'canonname' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con_socks.c:540:46: note: Function 'ecore_con_socks_dns_cb' argument 1 names different: declaration 'canonname' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con_socks.c:540:110: style: Function 'ecore_con_socks_dns_cb' argument 4 names different: declaration 'addrlen' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_con/ecore_con_private.h:279:95: note: Function 'ecore_con_socks_dns_cb' argument 4 names different: declaration 'addrlen' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con_socks.c:540:110: note: Function 'ecore_con_socks_dns_cb' argument 4 names different: declaration 'addrlen' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:811:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:849:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:521:45: style: Function 'ecore_con_ssl_client_init' argument 1 names different: declaration 'svr' definition 'cl'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_con/ecore_con_private.h:354:65: note: Function 'ecore_con_ssl_client_init' argument 1 names different: declaration 'svr' definition 'cl'.
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:521:45: note: Function 'ecore_con_ssl_client_init' argument 1 names different: declaration 'svr' definition 'cl'.
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:529:49: style: Function 'ecore_con_ssl_client_shutdown' argument 1 names different: declaration 'svr' definition 'cl'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_con/ecore_con_private.h:355:69: note: Function 'ecore_con_ssl_client_shutdown' argument 1 names different: declaration 'svr' definition 'cl'.
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:529:49: note: Function 'ecore_con_ssl_client_shutdown' argument 1 names different: declaration 'svr' definition 'cl'.
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:537:45: style: Function 'ecore_con_ssl_client_read' argument 1 names different: declaration 'svr' definition 'cl'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_con/ecore_con_private.h:356:65: note: Function 'ecore_con_ssl_client_read' argument 1 names different: declaration 'svr' definition 'cl'.
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:537:45: note: Function 'ecore_con_ssl_client_read' argument 1 names different: declaration 'svr' definition 'cl'.
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:545:46: style: Function 'ecore_con_ssl_client_write' argument 1 names different: declaration 'svr' definition 'cl'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_con/ecore_con_private.h:359:66: note: Function 'ecore_con_ssl_client_write' argument 1 names different: declaration 'svr' definition 'cl'.
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:545:46: note: Function 'ecore_con_ssl_client_write' argument 1 names different: declaration 'svr' definition 'cl'.
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:800:68: style: Function 'ecore_con_ssl_server_upgrade' argument 2 names different: declaration 'compl_type' definition 'ssl_type'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_con/Ecore_Con.h:729:91: note: Function 'ecore_con_ssl_server_upgrade' argument 2 names different: declaration 'compl_type' definition 'ssl_type'.
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:800:68: note: Function 'ecore_con_ssl_server_upgrade' argument 2 names different: declaration 'compl_type' definition 'ssl_type'.
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:838:67: style: Function 'ecore_con_ssl_client_upgrade' argument 2 names different: declaration 'compl_type' definition 'ssl_type'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_con/Ecore_Con.h:730:90: note: Function 'ecore_con_ssl_client_upgrade' argument 2 names different: declaration 'compl_type' definition 'ssl_type'.
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:838:67: note: Function 'ecore_con_ssl_client_upgrade' argument 2 names different: declaration 'compl_type' definition 'ssl_type'.
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:2032:58: style: Function '_ecore_con_ssl_server_prepare_none' argument 1 names different: declaration 'svr' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:438:90: note: Function '_ecore_con_ssl_server_prepare_none' argument 1 names different: declaration 'svr' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:2032:58: note: Function '_ecore_con_ssl_server_prepare_none' argument 1 names different: declaration 'svr' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:2033:58: style: Function '_ecore_con_ssl_server_prepare_none' argument 2 names different: declaration 'ssl_type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:438:99: note: Function '_ecore_con_ssl_server_prepare_none' argument 2 names different: declaration 'ssl_type' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:2033:58: note: Function '_ecore_con_ssl_server_prepare_none' argument 2 names different: declaration 'ssl_type' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:2039:55: style: Function '_ecore_con_ssl_server_init_none' argument 1 names different: declaration 'svr' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:439:87: note: Function '_ecore_con_ssl_server_init_none' argument 1 names different: declaration 'svr' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:2039:55: note: Function '_ecore_con_ssl_server_init_none' argument 1 names different: declaration 'svr' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:2045:61: style: Function '_ecore_con_ssl_server_cafile_add_none' argument 1 names different: declaration 'svr' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:433:93: note: Function '_ecore_con_ssl_server_cafile_add_none' argument 1 names different: declaration 'svr' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:2045:61: note: Function '_ecore_con_ssl_server_cafile_add_none' argument 1 names different: declaration 'svr' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:2046:61: style: Function '_ecore_con_ssl_server_cafile_add_none' argument 2 names different: declaration 'ca_file' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:433:110: note: Function '_ecore_con_ssl_server_cafile_add_none' argument 2 names different: declaration 'ca_file' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:2046:61: note: Function '_ecore_con_ssl_server_cafile_add_none' argument 2 names different: declaration 'ca_file' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:2052:59: style: Function '_ecore_con_ssl_server_cert_add_none' argument 1 names different: declaration 'svr' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:435:91: note: Function '_ecore_con_ssl_server_cert_add_none' argument 1 names different: declaration 'svr' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:2052:59: note: Function '_ecore_con_ssl_server_cert_add_none' argument 1 names different: declaration 'svr' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:2053:59: style: Function '_ecore_con_ssl_server_cert_add_none' argument 2 names different: declaration 'cert' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:435:108: note: Function '_ecore_con_ssl_server_cert_add_none' argument 2 names different: declaration 'cert' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:2053:59: note: Function '_ecore_con_ssl_server_cert_add_none' argument 2 names different: declaration 'cert' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:2059:62: style: Function '_ecore_con_ssl_server_privkey_add_none' argument 1 names different: declaration 'svr' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:436:94: note: Function '_ecore_con_ssl_server_privkey_add_none' argument 1 names different: declaration 'svr' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:2059:62: note: Function '_ecore_con_ssl_server_privkey_add_none' argument 1 names different: declaration 'svr' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:2060:62: style: Function '_ecore_con_ssl_server_privkey_add_none' argument 2 names different: declaration 'key_file' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:436:111: note: Function '_ecore_con_ssl_server_privkey_add_none' argument 2 names different: declaration 'key_file' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:2060:62: note: Function '_ecore_con_ssl_server_privkey_add_none' argument 2 names different: declaration 'key_file' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:2066:58: style: Function '_ecore_con_ssl_server_crl_add_none' argument 1 names different: declaration 'svr' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:434:90: note: Function '_ecore_con_ssl_server_crl_add_none' argument 1 names different: declaration 'svr' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:2066:58: note: Function '_ecore_con_ssl_server_crl_add_none' argument 1 names different: declaration 'svr' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:2067:58: style: Function '_ecore_con_ssl_server_crl_add_none' argument 2 names different: declaration 'crl_file' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:434:107: note: Function '_ecore_con_ssl_server_crl_add_none' argument 2 names different: declaration 'crl_file' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:2067:58: note: Function '_ecore_con_ssl_server_crl_add_none' argument 2 names different: declaration 'crl_file' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:2073:59: style: Function '_ecore_con_ssl_server_shutdown_none' argument 1 names different: declaration 'svr' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:440:90: note: Function '_ecore_con_ssl_server_shutdown_none' argument 1 names different: declaration 'svr' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:2073:59: note: Function '_ecore_con_ssl_server_shutdown_none' argument 1 names different: declaration 'svr' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:2079:55: style: Function '_ecore_con_ssl_server_read_none' argument 1 names different: declaration 'svr' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:441:70: note: Function '_ecore_con_ssl_server_read_none' argument 1 names different: declaration 'svr' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:2079:55: note: Function '_ecore_con_ssl_server_read_none' argument 1 names different: declaration 'svr' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:2080:55: style: Function '_ecore_con_ssl_server_read_none' argument 2 names different: declaration 'buf' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:441:90: note: Function '_ecore_con_ssl_server_read_none' argument 2 names different: declaration 'buf' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:2080:55: note: Function '_ecore_con_ssl_server_read_none' argument 2 names different: declaration 'buf' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:2081:55: style: Function '_ecore_con_ssl_server_read_none' argument 3 names different: declaration 'size' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:441:99: note: Function '_ecore_con_ssl_server_read_none' argument 3 names different: declaration 'size' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:2081:55: note: Function '_ecore_con_ssl_server_read_none' argument 3 names different: declaration 'size' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:2087:56: style: Function '_ecore_con_ssl_server_write_none' argument 1 names different: declaration 'svr' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:442:71: note: Function '_ecore_con_ssl_server_write_none' argument 1 names different: declaration 'svr' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:2087:56: note: Function '_ecore_con_ssl_server_write_none' argument 1 names different: declaration 'svr' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:2088:59: style: Function '_ecore_con_ssl_server_write_none' argument 2 names different: declaration 'buf' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:442:97: note: Function '_ecore_con_ssl_server_write_none' argument 2 names different: declaration 'buf' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:2088:59: note: Function '_ecore_con_ssl_server_write_none' argument 2 names different: declaration 'buf' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:2089:56: style: Function '_ecore_con_ssl_server_write_none' argument 3 names different: declaration 'size' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:442:106: note: Function '_ecore_con_ssl_server_write_none' argument 3 names different: declaration 'size' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:2089:56: note: Function '_ecore_con_ssl_server_write_none' argument 3 names different: declaration 'size' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:2095:54: style: Function '_ecore_con_ssl_client_init_none' argument 1 names different: declaration 'cl' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:444:87: note: Function '_ecore_con_ssl_client_init_none' argument 1 names different: declaration 'cl' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:2095:54: note: Function '_ecore_con_ssl_client_init_none' argument 1 names different: declaration 'cl' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:2101:58: style: Function '_ecore_con_ssl_client_shutdown_none' argument 1 names different: declaration 'cl' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:445:90: note: Function '_ecore_con_ssl_client_shutdown_none' argument 1 names different: declaration 'cl' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:2101:58: note: Function '_ecore_con_ssl_client_shutdown_none' argument 1 names different: declaration 'cl' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:2107:54: style: Function '_ecore_con_ssl_client_read_none' argument 1 names different: declaration 'cl' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:446:71: note: Function '_ecore_con_ssl_client_read_none' argument 1 names different: declaration 'cl' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:2107:54: note: Function '_ecore_con_ssl_client_read_none' argument 1 names different: declaration 'cl' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:2108:54: style: Function '_ecore_con_ssl_client_read_none' argument 2 names different: declaration 'buf' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:447:56: note: Function '_ecore_con_ssl_client_read_none' argument 2 names different: declaration 'buf' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:2108:54: note: Function '_ecore_con_ssl_client_read_none' argument 2 names different: declaration 'buf' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:2109:54: style: Function '_ecore_con_ssl_client_read_none' argument 3 names different: declaration 'size' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:447:65: note: Function '_ecore_con_ssl_client_read_none' argument 3 names different: declaration 'size' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:2109:54: note: Function '_ecore_con_ssl_client_read_none' argument 3 names different: declaration 'size' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:2115:55: style: Function '_ecore_con_ssl_client_write_none' argument 1 names different: declaration 'cl' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:448:72: note: Function '_ecore_con_ssl_client_write_none' argument 1 names different: declaration 'cl' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:2115:55: note: Function '_ecore_con_ssl_client_write_none' argument 1 names different: declaration 'cl' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:2116:59: style: Function '_ecore_con_ssl_client_write_none' argument 2 names different: declaration 'buf' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:449:63: note: Function '_ecore_con_ssl_client_write_none' argument 2 names different: declaration 'buf' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:2116:59: note: Function '_ecore_con_ssl_client_write_none' argument 2 names different: declaration 'buf' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:2117:55: style: Function '_ecore_con_ssl_client_write_none' argument 3 names different: declaration 'size' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:449:72: note: Function '_ecore_con_ssl_client_write_none' argument 3 names different: declaration 'size' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con_ssl.c:2117:55: note: Function '_ecore_con_ssl_client_write_none' argument 3 names different: declaration 'size' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con_url.c:760:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_con/ecore_con_url.c:1370:30: style: The scope of the variable 'e' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_con/ecore_con_url.c:1400:17: style: The scope of the variable 'count' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_con/ecore_con_url.c:1492:20: style: The scope of the variable 'l' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_con/ecore_con_url.c:1492:24: style: The scope of the variable 'll' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_con/ecore_con_url.c:657:63: style: Function 'ecore_con_url_time' argument 2 names different: declaration 'time_condition' definition 'condition'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_con/Ecore_Con.h:1672:62: note: Function 'ecore_con_url_time' argument 2 names different: declaration 'time_condition' definition 'condition'.
efl-1.8.6/src/lib/ecore_con/ecore_con_url.c:657:63: note: Function 'ecore_con_url_time' argument 2 names different: declaration 'time_condition' definition 'condition'.
efl-1.8.6/src/lib/ecore_con/ecore_con_url.c:1518:38: style: Function '_ecore_con_url_fd_handler' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_con/ecore_con_url.c:227:50: note: Function '_ecore_con_url_fd_handler' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con_url.c:1518:38: note: Function '_ecore_con_url_fd_handler' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con_url.c:1518:80: style: Function '_ecore_con_url_fd_handler' argument 2 names different: declaration 'fd_handler' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_con/ecore_con_url.c:227:74: note: Function '_ecore_con_url_fd_handler' argument 2 names different: declaration 'fd_handler' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con_url.c:1518:80: note: Function '_ecore_con_url_fd_handler' argument 2 names different: declaration 'fd_handler' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con_url.c:1575:33: style: Function '_ecore_con_url_timer' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_con/ecore_con_url.c:226:45: note: Function '_ecore_con_url_timer' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con_url.c:1575:33: note: Function '_ecore_con_url_timer' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_con/ecore_con_url.c:165:13: style: union member 'Anonymous3::whatever' is never used. [unusedStructMember]
efl-1.8.6/src/lib/ecore_con/ecore_con_url.c:553:49: error: Memory pointed to by 's' is freed twice. [doubleFree]
efl-1.8.6/src/lib/ecore_evas/ecore_evas.c:51:11: style: The scope of the variable 't2' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_evas/ecore_evas.c:2693:48: style: Function '_ecore_evas_async_events_fd_handler' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_evas/ecore_evas.c:40:60: note: Function '_ecore_evas_async_events_fd_handler' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_evas/ecore_evas.c:2693:48: note: Function '_ecore_evas_async_events_fd_handler' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_evas/ecore_evas.c:2693:90: style: Function '_ecore_evas_async_events_fd_handler' argument 2 names different: declaration 'fd_handler' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_evas/ecore_evas.c:40:84: note: Function '_ecore_evas_async_events_fd_handler' argument 2 names different: declaration 'fd_handler' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_evas/ecore_evas.c:2693:90: note: Function '_ecore_evas_async_events_fd_handler' argument 2 names different: declaration 'fd_handler' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_evas/ecore_evas.c:3568:32: style: Function 'ecore_evas_drm_new' argument 1 names different: declaration 'device' definition 'disp_name'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_evas/Ecore_Evas.h:1042:53: note: Function 'ecore_evas_drm_new' argument 1 names different: declaration 'device' definition 'disp_name'.
efl-1.8.6/src/lib/ecore_evas/ecore_evas.c:3568:32: note: Function 'ecore_evas_drm_new' argument 1 names different: declaration 'device' definition 'disp_name'.
efl-1.8.6/src/lib/ecore_evas/ecore_evas_buffer.c:490:4: style: Variable 'parent_ee' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/ecore_evas/ecore_evas_buffer.c:489:0: note: Variable 'parent_ee' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/ecore_evas/ecore_evas_buffer.c:490:4: note: Variable 'parent_ee' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/ecore_evas/ecore_evas_buffer.c:508:4: style: Variable 'child_ee' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/ecore_evas/ecore_evas_buffer.c:507:0: note: Variable 'child_ee' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/ecore_evas/ecore_evas_buffer.c:508:4: note: Variable 'child_ee' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/ecore_evas/ecore_evas_buffer.c:116:32: style: The scope of the variable 'l' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_evas/ecore_evas_deprecated.c:69:52: style: Function 'ecore_evas_direct3d_new' argument 1 names different: declaration 'parent' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_evas/Ecore_Evas.h:1257:66: note: Function 'ecore_evas_direct3d_new' argument 1 names different: declaration 'parent' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_evas/ecore_evas_deprecated.c:69:52: note: Function 'ecore_evas_direct3d_new' argument 1 names different: declaration 'parent' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_evas/ecore_evas_deprecated.c:70:26: style: Function 'ecore_evas_direct3d_new' argument 2 names different: declaration 'x' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_evas/Ecore_Evas.h:1258:66: note: Function 'ecore_evas_direct3d_new' argument 2 names different: declaration 'x' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_evas/ecore_evas_deprecated.c:70:26: note: Function 'ecore_evas_direct3d_new' argument 2 names different: declaration 'x' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_evas/ecore_evas_deprecated.c:71:26: style: Function 'ecore_evas_direct3d_new' argument 3 names different: declaration 'y' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_evas/Ecore_Evas.h:1259:66: note: Function 'ecore_evas_direct3d_new' argument 3 names different: declaration 'y' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_evas/ecore_evas_deprecated.c:71:26: note: Function 'ecore_evas_direct3d_new' argument 3 names different: declaration 'y' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_evas/ecore_evas_deprecated.c:72:30: style: Function 'ecore_evas_direct3d_new' argument 4 names different: declaration 'width' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_evas/Ecore_Evas.h:1260:66: note: Function 'ecore_evas_direct3d_new' argument 4 names different: declaration 'width' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_evas/ecore_evas_deprecated.c:72:30: note: Function 'ecore_evas_direct3d_new' argument 4 names different: declaration 'width' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_evas/ecore_evas_deprecated.c:73:31: style: Function 'ecore_evas_direct3d_new' argument 5 names different: declaration 'height' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_evas/Ecore_Evas.h:1261:66: note: Function 'ecore_evas_direct3d_new' argument 5 names different: declaration 'height' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_evas/ecore_evas_deprecated.c:73:31: note: Function 'ecore_evas_direct3d_new' argument 5 names different: declaration 'height' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_evas/ecore_evas_deprecated.c:79:51: style: Function 'ecore_evas_gl_glew_new' argument 1 names different: declaration 'parent' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_evas/Ecore_Evas.h:1263:61: note: Function 'ecore_evas_gl_glew_new' argument 1 names different: declaration 'parent' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_evas/ecore_evas_deprecated.c:79:51: note: Function 'ecore_evas_gl_glew_new' argument 1 names different: declaration 'parent' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_evas/ecore_evas_deprecated.c:80:32: style: Function 'ecore_evas_gl_glew_new' argument 2 names different: declaration 'x' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_evas/Ecore_Evas.h:1264:61: note: Function 'ecore_evas_gl_glew_new' argument 2 names different: declaration 'x' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_evas/ecore_evas_deprecated.c:80:32: note: Function 'ecore_evas_gl_glew_new' argument 2 names different: declaration 'x' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_evas/ecore_evas_deprecated.c:81:32: style: Function 'ecore_evas_gl_glew_new' argument 3 names different: declaration 'y' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_evas/Ecore_Evas.h:1265:61: note: Function 'ecore_evas_gl_glew_new' argument 3 names different: declaration 'y' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_evas/ecore_evas_deprecated.c:81:32: note: Function 'ecore_evas_gl_glew_new' argument 3 names different: declaration 'y' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_evas/ecore_evas_deprecated.c:82:36: style: Function 'ecore_evas_gl_glew_new' argument 4 names different: declaration 'width' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_evas/Ecore_Evas.h:1266:61: note: Function 'ecore_evas_gl_glew_new' argument 4 names different: declaration 'width' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_evas/ecore_evas_deprecated.c:82:36: note: Function 'ecore_evas_gl_glew_new' argument 4 names different: declaration 'width' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_evas/ecore_evas_deprecated.c:83:37: style: Function 'ecore_evas_gl_glew_new' argument 5 names different: declaration 'height' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_evas/Ecore_Evas.h:1267:61: note: Function 'ecore_evas_gl_glew_new' argument 5 names different: declaration 'height' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_evas/ecore_evas_deprecated.c:83:37: note: Function 'ecore_evas_gl_glew_new' argument 5 names different: declaration 'height' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_evas/ecore_evas_module.c:32:4: style: Variable 'em' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/ecore_evas/ecore_evas_module.c:27:0: note: Variable 'em' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/ecore_evas/ecore_evas_module.c:32:4: note: Variable 'em' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/ecore_evas/ecore_evas_module.c:149:19: style: The scope of the variable 'it' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_evas/ecore_evas_util.c:421:74: style: Function 'ecore_getopt_callback_ecore_evas_list_engines' argument 1 names different: declaration 'parser' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_evas/Ecore_Evas.h:2023:86: note: Function 'ecore_getopt_callback_ecore_evas_list_engines' argument 1 names different: declaration 'parser' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_evas/ecore_evas_util.c:421:74: note: Function 'ecore_getopt_callback_ecore_evas_list_engines' argument 1 names different: declaration 'parser' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_evas/ecore_evas_util.c:421:117: style: Function 'ecore_getopt_callback_ecore_evas_list_engines' argument 2 names different: declaration 'desc' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_evas/Ecore_Evas.h:2023:119: note: Function 'ecore_getopt_callback_ecore_evas_list_engines' argument 2 names different: declaration 'desc' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_evas/ecore_evas_util.c:421:117: note: Function 'ecore_getopt_callback_ecore_evas_list_engines' argument 2 names different: declaration 'desc' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_evas/ecore_evas_util.c:421:146: style: Function 'ecore_getopt_callback_ecore_evas_list_engines' argument 3 names different: declaration 'str' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_evas/Ecore_Evas.h:2023:137: note: Function 'ecore_getopt_callback_ecore_evas_list_engines' argument 3 names different: declaration 'str' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_evas/ecore_evas_util.c:421:146: note: Function 'ecore_getopt_callback_ecore_evas_list_engines' argument 3 names different: declaration 'str' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_fb/ecore_fb.c:41:32: style: Function 'ecore_fb_init' argument 1 names different: declaration 'name' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_fb/Ecore_Fb.h:86:58: note: Function 'ecore_fb_init' argument 1 names different: declaration 'name' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_fb/ecore_fb.c:41:32: note: Function 'ecore_fb_init' argument 1 names different: declaration 'name' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_fb/ecore_fb_ts.c:216:36: style: Function '_ecore_fb_ts_fd_handler' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_fb/ecore_fb_ts.c:63:48: note: Function '_ecore_fb_ts_fd_handler' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_fb/ecore_fb_ts.c:216:36: note: Function '_ecore_fb_ts_fd_handler' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_fb/ecore_fb_ts.c:216:78: style: Function '_ecore_fb_ts_fd_handler' argument 2 names different: declaration 'fd_handler' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_fb/ecore_fb_ts.c:63:72: note: Function '_ecore_fb_ts_fd_handler' argument 2 names different: declaration 'fd_handler' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_fb/ecore_fb_ts.c:216:78: note: Function '_ecore_fb_ts_fd_handler' argument 2 names different: declaration 'fd_handler' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_fb/ecore_fb_ts.c:39:18: style: struct member '_Ecore_Fb_Ts_Backlight::on' is never used. [unusedStructMember]
efl-1.8.6/src/lib/ecore_fb/ecore_fb_ts.c:40:18: style: struct member '_Ecore_Fb_Ts_Backlight::brightness' is never used. [unusedStructMember]
efl-1.8.6/src/lib/ecore_fb/ecore_fb_ts.c:45:18: style: struct member '_Ecore_Fb_Ts_Contrast::contrast' is never used. [unusedStructMember]
efl-1.8.6/src/lib/ecore_fb/ecore_fb_ts.c:50:18: style: struct member '_Ecore_Fb_Ts_Led::on' is never used. [unusedStructMember]
efl-1.8.6/src/lib/ecore_fb/ecore_fb_ts.c:51:18: style: struct member '_Ecore_Fb_Ts_Led::blink_time' is never used. [unusedStructMember]
efl-1.8.6/src/lib/ecore_fb/ecore_fb_ts.c:52:18: style: struct member '_Ecore_Fb_Ts_Led::on_time' is never used. [unusedStructMember]
efl-1.8.6/src/lib/ecore_fb/ecore_fb_ts.c:53:18: style: struct member '_Ecore_Fb_Ts_Led::off_time' is never used. [unusedStructMember]
efl-1.8.6/src/lib/ecore_fb/ecore_fb_ts.c:58:18: style: struct member '_Ecore_Fb_Ts_Flite::mode' is never used. [unusedStructMember]
efl-1.8.6/src/lib/ecore_fb/ecore_fb_ts.c:59:18: style: struct member '_Ecore_Fb_Ts_Flite::pwr' is never used. [unusedStructMember]
efl-1.8.6/src/lib/ecore_fb/ecore_fb_ts.c:60:18: style: struct member '_Ecore_Fb_Ts_Flite::brightness' is never used. [unusedStructMember]
efl-1.8.6/src/lib/ecore_fb/ecore_fb_vt.c:83:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_fb/ecore_fb_vt.c:41:41: style: Function '_ecore_fb_signal_usr_handler' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_fb/ecore_fb_vt.c:18:53: note: Function '_ecore_fb_signal_usr_handler' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_fb/ecore_fb_vt.c:41:41: note: Function '_ecore_fb_signal_usr_handler' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_fb/ecore_fb_vt.c:41:63: style: Function '_ecore_fb_signal_usr_handler' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_fb/ecore_fb_vt.c:18:63: note: Function '_ecore_fb_signal_usr_handler' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_fb/ecore_fb_vt.c:41:63: note: Function '_ecore_fb_signal_usr_handler' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_file/ecore_file.c:720:32: style: Function 'ecore_file_dir_get' argument 1 names different: declaration 'path' definition 'file'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_file/Ecore_File.h:137:58: note: Function 'ecore_file_dir_get' argument 1 names different: declaration 'path' definition 'file'.
efl-1.8.6/src/lib/ecore_file/ecore_file.c:720:32: note: Function 'ecore_file_dir_get' argument 1 names different: declaration 'path' definition 'file'.
efl-1.8.6/src/lib/ecore_file/ecore_file.c:796:33: style: Function 'ecore_file_readlink' argument 1 names different: declaration 'link' definition 'lnk'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_file/Ecore_File.h:141:58: note: Function 'ecore_file_readlink' argument 1 names different: declaration 'link' definition 'lnk'.
efl-1.8.6/src/lib/ecore_file/ecore_file.c:796:33: note: Function 'ecore_file_readlink' argument 1 names different: declaration 'link' definition 'lnk'.
efl-1.8.6/src/lib/ecore_file/ecore_file.c:1084:34: style: Function 'ecore_file_strip_ext' argument 1 names different: declaration 'file' definition 'path'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_file/Ecore_File.h:146:58: note: Function 'ecore_file_strip_ext' argument 1 names different: declaration 'file' definition 'path'.
efl-1.8.6/src/lib/ecore_file/ecore_file.c:1084:34: note: Function 'ecore_file_strip_ext' argument 1 names different: declaration 'file' definition 'path'.
efl-1.8.6/src/lib/ecore_file/ecore_file_download.c:252:49: style: Function '_ecore_file_download_url_complete_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_file/ecore_file_download.c:35:61: note: Function '_ecore_file_download_url_complete_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_file/ecore_file_download.c:252:49: note: Function '_ecore_file_download_url_complete_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_file/ecore_file_download.c:252:71: style: Function '_ecore_file_download_url_complete_cb' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_file/ecore_file_download.c:35:71: note: Function '_ecore_file_download_url_complete_cb' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_file/ecore_file_download.c:252:71: note: Function '_ecore_file_download_url_complete_cb' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_file/ecore_file_download.c:273:49: style: Function '_ecore_file_download_url_progress_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_file/ecore_file_download.c:36:61: note: Function '_ecore_file_download_url_progress_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_file/ecore_file_download.c:273:49: note: Function '_ecore_file_download_url_progress_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_file/ecore_file_download.c:273:71: style: Function '_ecore_file_download_url_progress_cb' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_file/ecore_file_download.c:36:71: note: Function '_ecore_file_download_url_progress_cb' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_file/ecore_file_download.c:273:71: note: Function '_ecore_file_download_url_progress_cb' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_file/ecore_file_monitor.c:68:44: style: Function 'ecore_file_monitor_del' argument 1 names different: declaration 'ecore_file_monitor' definition 'em'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_file/Ecore_File.h:154:69: note: Function 'ecore_file_monitor_del' argument 1 names different: declaration 'ecore_file_monitor' definition 'em'.
efl-1.8.6/src/lib/ecore_file/ecore_file_monitor.c:68:44: note: Function 'ecore_file_monitor_del' argument 1 names different: declaration 'ecore_file_monitor' definition 'em'.
efl-1.8.6/src/lib/ecore_file/ecore_file_monitor.c:87:49: style: Function 'ecore_file_monitor_path_get' argument 1 names different: declaration 'ecore_file_monitor' definition 'em'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_file/Ecore_File.h:155:74: note: Function 'ecore_file_monitor_path_get' argument 1 names different: declaration 'ecore_file_monitor' definition 'em'.
efl-1.8.6/src/lib/ecore_file/ecore_file_monitor.c:87:49: note: Function 'ecore_file_monitor_path_get' argument 1 names different: declaration 'ecore_file_monitor' definition 'em'.
efl-1.8.6/src/lib/ecore_file/ecore_file_monitor_inotify.c:83:8: style: The scope of the variable 'fd' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_file/ecore_file_monitor_inotify.c:154:24: style: The scope of the variable 'em' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_file/ecore_file_monitor_inotify.c:156:26: style: The scope of the variable 'event' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_file/ecore_file_monitor_inotify.c:158:8: style: The scope of the variable 'event_size' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_file/ecore_file_monitor_inotify.c:137:52: style: Function 'ecore_file_monitor_backend_del' argument 1 names different: declaration 'ecore_file_monitor' definition 'em'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_file/ecore_file_private.h:92:72: note: Function 'ecore_file_monitor_backend_del' argument 1 names different: declaration 'ecore_file_monitor' definition 'em'.
efl-1.8.6/src/lib/ecore_file/ecore_file_monitor_inotify.c:137:52: note: Function 'ecore_file_monitor_backend_del' argument 1 names different: declaration 'ecore_file_monitor' definition 'em'.
efl-1.8.6/src/lib/ecore_file/ecore_file_monitor_inotify.c:152:48: style: Function '_ecore_file_monitor_inotify_handler' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_file/ecore_file_monitor_inotify.c:42:70: note: Function '_ecore_file_monitor_inotify_handler' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_file/ecore_file_monitor_inotify.c:152:48: note: Function '_ecore_file_monitor_inotify_handler' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_file/ecore_file_monitor_poll.c:278:25: style: The scope of the variable 'fl' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_file/ecore_file_monitor_poll.c:279:20: style: The scope of the variable 'file' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_file/ecore_file_monitor_poll.c:134:52: style: Function 'ecore_file_monitor_backend_del' argument 1 names different: declaration 'ecore_file_monitor' definition 'em'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_file/ecore_file_private.h:92:72: note: Function 'ecore_file_monitor_backend_del' argument 1 names different: declaration 'ecore_file_monitor' definition 'em'.
efl-1.8.6/src/lib/ecore_file/ecore_file_monitor_poll.c:134:52: note: Function 'ecore_file_monitor_backend_del' argument 1 names different: declaration 'ecore_file_monitor' definition 'em'.
efl-1.8.6/src/lib/ecore_file/ecore_file_monitor_poll.c:177:45: style: Function '_ecore_file_monitor_poll_handler' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_file/ecore_file_monitor_poll.c:39:59: note: Function '_ecore_file_monitor_poll_handler' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_file/ecore_file_monitor_poll.c:177:45: note: Function '_ecore_file_monitor_poll_handler' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_file/ecore_file_monitor_win32.c:132:35: style: The scope of the variable 'wname' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_file/ecore_file_monitor_win32.c:133:35: style: The scope of the variable 'name' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_file/ecore_file_monitor_win32.c:294:52: style: Function 'ecore_file_monitor_backend_del' argument 1 names different: declaration 'ecore_file_monitor' definition 'em'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_file/ecore_file_private.h:92:72: note: Function 'ecore_file_monitor_backend_del' argument 1 names different: declaration 'ecore_file_monitor' definition 'em'.
efl-1.8.6/src/lib/ecore_file/ecore_file_monitor_win32.c:294:52: note: Function 'ecore_file_monitor_backend_del' argument 1 names different: declaration 'ecore_file_monitor' definition 'em'.
efl-1.8.6/src/lib/ecore_file/ecore_file_path.c:153:15: style: The scope of the variable 'files' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_file/ecore_file_path.c:49:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/ecore_imf/ecore_imf_context.c:200:12: error: Memory pointed to by 'fn' is freed twice. [doubleFree]
efl-1.8.6/src/lib/ecore_input_evas/ecore_input_evas.c:344:22: style: The scope of the variable 'eel' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_input_evas/ecore_input_evas.c:419:40: style: Function 'ecore_event_evas_mouse_move' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_input_evas/Ecore_Input_Evas.h:49:50: note: Function 'ecore_event_evas_mouse_move' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_input_evas/ecore_input_evas.c:419:40: note: Function 'ecore_event_evas_mouse_move' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_input_evas/ecore_input_evas.c:419:62: style: Function 'ecore_event_evas_mouse_move' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_input_evas/Ecore_Input_Evas.h:49:60: note: Function 'ecore_event_evas_mouse_move' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_input_evas/ecore_input_evas.c:419:62: note: Function 'ecore_event_evas_mouse_move' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_input_evas/ecore_input_evas.c:457:47: style: Function 'ecore_event_evas_mouse_button_down' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_input_evas/Ecore_Input_Evas.h:47:57: note: Function 'ecore_event_evas_mouse_button_down' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_input_evas/ecore_input_evas.c:457:47: note: Function 'ecore_event_evas_mouse_button_down' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_input_evas/ecore_input_evas.c:457:69: style: Function 'ecore_event_evas_mouse_button_down' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_input_evas/Ecore_Input_Evas.h:47:67: note: Function 'ecore_event_evas_mouse_button_down' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_input_evas/ecore_input_evas.c:457:69: note: Function 'ecore_event_evas_mouse_button_down' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_input_evas/ecore_input_evas.c:463:45: style: Function 'ecore_event_evas_mouse_button_up' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_input_evas/Ecore_Input_Evas.h:46:55: note: Function 'ecore_event_evas_mouse_button_up' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_input_evas/ecore_input_evas.c:463:45: note: Function 'ecore_event_evas_mouse_button_up' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_input_evas/ecore_input_evas.c:463:67: style: Function 'ecore_event_evas_mouse_button_up' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_input_evas/Ecore_Input_Evas.h:46:65: note: Function 'ecore_event_evas_mouse_button_up' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_input_evas/ecore_input_evas.c:463:67: note: Function 'ecore_event_evas_mouse_button_up' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_input_evas/ecore_input_evas.c:493:38: style: Function 'ecore_event_evas_key_down' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_input_evas/Ecore_Input_Evas.h:44:48: note: Function 'ecore_event_evas_key_down' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_input_evas/ecore_input_evas.c:493:38: note: Function 'ecore_event_evas_key_down' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_input_evas/ecore_input_evas.c:493:60: style: Function 'ecore_event_evas_key_down' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_input_evas/Ecore_Input_Evas.h:44:58: note: Function 'ecore_event_evas_key_down' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_input_evas/ecore_input_evas.c:493:60: note: Function 'ecore_event_evas_key_down' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_input_evas/ecore_input_evas.c:499:36: style: Function 'ecore_event_evas_key_up' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_input_evas/Ecore_Input_Evas.h:45:46: note: Function 'ecore_event_evas_key_up' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_input_evas/ecore_input_evas.c:499:36: note: Function 'ecore_event_evas_key_up' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_input_evas/ecore_input_evas.c:499:58: style: Function 'ecore_event_evas_key_up' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_input_evas/Ecore_Input_Evas.h:45:56: note: Function 'ecore_event_evas_key_up' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_input_evas/ecore_input_evas.c:499:58: note: Function 'ecore_event_evas_key_up' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_input_evas/ecore_input_evas.c:505:41: style: Function 'ecore_event_evas_mouse_wheel' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_input_evas/Ecore_Input_Evas.h:48:51: note: Function 'ecore_event_evas_mouse_wheel' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_input_evas/ecore_input_evas.c:505:41: note: Function 'ecore_event_evas_mouse_wheel' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_input_evas/ecore_input_evas.c:505:63: style: Function 'ecore_event_evas_mouse_wheel' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_input_evas/Ecore_Input_Evas.h:48:61: note: Function 'ecore_event_evas_mouse_wheel' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_input_evas/ecore_input_evas.c:505:63: note: Function 'ecore_event_evas_mouse_wheel' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_input_evas/ecore_input_evas.c:519:38: style: Function 'ecore_event_evas_mouse_in' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_input_evas/Ecore_Input_Evas.h:50:48: note: Function 'ecore_event_evas_mouse_in' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_input_evas/ecore_input_evas.c:519:38: note: Function 'ecore_event_evas_mouse_in' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_input_evas/ecore_input_evas.c:519:60: style: Function 'ecore_event_evas_mouse_in' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_input_evas/Ecore_Input_Evas.h:50:58: note: Function 'ecore_event_evas_mouse_in' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_input_evas/ecore_input_evas.c:519:60: note: Function 'ecore_event_evas_mouse_in' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_input_evas/ecore_input_evas.c:525:39: style: Function 'ecore_event_evas_mouse_out' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_input_evas/Ecore_Input_Evas.h:51:49: note: Function 'ecore_event_evas_mouse_out' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_input_evas/ecore_input_evas.c:525:39: note: Function 'ecore_event_evas_mouse_out' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_input_evas/ecore_input_evas.c:525:61: style: Function 'ecore_event_evas_mouse_out' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_input_evas/Ecore_Input_Evas.h:51:59: note: Function 'ecore_event_evas_mouse_out' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_input_evas/ecore_input_evas.c:525:61: note: Function 'ecore_event_evas_mouse_out' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_ipc/ecore_ipc.c:862:22: style: The scope of the variable 'svr' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_ipc/ecore_ipc.c:1068:42: style: The scope of the variable 'e2' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_ipc/ecore_ipc.c:336:37: style: Function 'ecore_ipc_server_add' argument 1 names different: declaration 'type' definition 'compl_type'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_ipc/Ecore_Ipc.h:293:60: note: Function 'ecore_ipc_server_add' argument 1 names different: declaration 'type' definition 'compl_type'.
efl-1.8.6/src/lib/ecore_ipc/ecore_ipc.c:336:37: note: Function 'ecore_ipc_server_add' argument 1 names different: declaration 'type' definition 'compl_type'.
efl-1.8.6/src/lib/ecore_ipc/ecore_ipc.c:394:41: style: Function 'ecore_ipc_server_connect' argument 1 names different: declaration 'type' definition 'compl_type'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_ipc/Ecore_Ipc.h:296:64: note: Function 'ecore_ipc_server_connect' argument 1 names different: declaration 'type' definition 'compl_type'.
efl-1.8.6/src/lib/ecore_ipc/ecore_ipc.c:394:41: note: Function 'ecore_ipc_server_connect' argument 1 names different: declaration 'type' definition 'compl_type'.
efl-1.8.6/src/lib/ecore_ipc/ecore_ipc.c:664:54: style: Function 'ecore_ipc_server_data_size_max_set' argument 1 names different: declaration 'srv' definition 'svr'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_ipc/Ecore_Ipc.h:304:77: note: Function 'ecore_ipc_server_data_size_max_set' argument 1 names different: declaration 'srv' definition 'svr'.
efl-1.8.6/src/lib/ecore_ipc/ecore_ipc.c:664:54: note: Function 'ecore_ipc_server_data_size_max_set' argument 1 names different: declaration 'srv' definition 'svr'.
efl-1.8.6/src/lib/ecore_ipc/ecore_ipc.c:683:54: style: Function 'ecore_ipc_server_data_size_max_get' argument 1 names different: declaration 'srv' definition 'svr'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_ipc/Ecore_Ipc.h:305:77: note: Function 'ecore_ipc_server_data_size_max_get' argument 1 names different: declaration 'srv' definition 'svr'.
efl-1.8.6/src/lib/ecore_ipc/ecore_ipc.c:683:54: note: Function 'ecore_ipc_server_data_size_max_get' argument 1 names different: declaration 'srv' definition 'svr'.
efl-1.8.6/src/lib/ecore_ipc/ecore_ipc.c:1014:40: style: Function '_ecore_ipc_event_client_add' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_ipc/ecore_ipc.c:210:52: note: Function '_ecore_ipc_event_client_add' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_ipc/ecore_ipc.c:1014:40: note: Function '_ecore_ipc_event_client_add' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_ipc/ecore_ipc.c:1014:65: style: Function '_ecore_ipc_event_client_add' argument 2 names different: declaration 'ev_type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_ipc/ecore_ipc.c:210:62: note: Function '_ecore_ipc_event_client_add' argument 2 names different: declaration 'ev_type' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_ipc/ecore_ipc.c:1014:65: note: Function '_ecore_ipc_event_client_add' argument 2 names different: declaration 'ev_type' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_ipc/ecore_ipc.c:1052:40: style: Function '_ecore_ipc_event_client_del' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_ipc/ecore_ipc.c:211:52: note: Function '_ecore_ipc_event_client_del' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_ipc/ecore_ipc.c:1052:40: note: Function '_ecore_ipc_event_client_del' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_ipc/ecore_ipc.c:1052:65: style: Function '_ecore_ipc_event_client_del' argument 2 names different: declaration 'ev_type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_ipc/ecore_ipc.c:211:62: note: Function '_ecore_ipc_event_client_del' argument 2 names different: declaration 'ev_type' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_ipc/ecore_ipc.c:1052:65: note: Function '_ecore_ipc_event_client_del' argument 2 names different: declaration 'ev_type' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_ipc/ecore_ipc.c:1087:40: style: Function '_ecore_ipc_event_server_add' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_ipc/ecore_ipc.c:212:52: note: Function '_ecore_ipc_event_server_add' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_ipc/ecore_ipc.c:1087:40: note: Function '_ecore_ipc_event_server_add' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_ipc/ecore_ipc.c:1087:65: style: Function '_ecore_ipc_event_server_add' argument 2 names different: declaration 'ev_type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_ipc/ecore_ipc.c:212:62: note: Function '_ecore_ipc_event_server_add' argument 2 names different: declaration 'ev_type' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_ipc/ecore_ipc.c:1087:65: note: Function '_ecore_ipc_event_server_add' argument 2 names different: declaration 'ev_type' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_ipc/ecore_ipc.c:1116:40: style: Function '_ecore_ipc_event_server_del' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_ipc/ecore_ipc.c:213:52: note: Function '_ecore_ipc_event_server_del' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_ipc/ecore_ipc.c:1116:40: note: Function '_ecore_ipc_event_server_del' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_ipc/ecore_ipc.c:1116:65: style: Function '_ecore_ipc_event_server_del' argument 2 names different: declaration 'ev_type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_ipc/ecore_ipc.c:213:62: note: Function '_ecore_ipc_event_server_del' argument 2 names different: declaration 'ev_type' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_ipc/ecore_ipc.c:1116:65: note: Function '_ecore_ipc_event_server_del' argument 2 names different: declaration 'ev_type' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_ipc/ecore_ipc.c:1187:41: style: Function '_ecore_ipc_event_client_data' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_ipc/ecore_ipc.c:214:53: note: Function '_ecore_ipc_event_client_data' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_ipc/ecore_ipc.c:1187:41: note: Function '_ecore_ipc_event_client_data' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_ipc/ecore_ipc.c:1187:66: style: Function '_ecore_ipc_event_client_data' argument 2 names different: declaration 'ev_type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_ipc/ecore_ipc.c:214:63: note: Function '_ecore_ipc_event_client_data' argument 2 names different: declaration 'ev_type' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_ipc/ecore_ipc.c:1187:66: note: Function '_ecore_ipc_event_client_data' argument 2 names different: declaration 'ev_type' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_ipc/ecore_ipc.c:1379:41: style: Function '_ecore_ipc_event_server_data' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_ipc/ecore_ipc.c:215:53: note: Function '_ecore_ipc_event_server_data' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_ipc/ecore_ipc.c:1379:41: note: Function '_ecore_ipc_event_server_data' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_ipc/ecore_ipc.c:1379:66: style: Function '_ecore_ipc_event_server_data' argument 2 names different: declaration 'ev_type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_ipc/ecore_ipc.c:215:63: note: Function '_ecore_ipc_event_server_data' argument 2 names different: declaration 'ev_type' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_ipc/ecore_ipc.c:1379:66: note: Function '_ecore_ipc_event_server_data' argument 2 names different: declaration 'ev_type' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_ipc/ecore_ipc.c:1539:45: style: Function '_ecore_ipc_event_client_add_free' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_ipc/ecore_ipc.c:216:52: note: Function '_ecore_ipc_event_client_add_free' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_ipc/ecore_ipc.c:1539:45: note: Function '_ecore_ipc_event_client_add_free' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_ipc/ecore_ipc.c:1551:45: style: Function '_ecore_ipc_event_client_del_free' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_ipc/ecore_ipc.c:217:52: note: Function '_ecore_ipc_event_client_del_free' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_ipc/ecore_ipc.c:1551:45: note: Function '_ecore_ipc_event_client_del_free' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_ipc/ecore_ipc.c:1563:46: style: Function '_ecore_ipc_event_client_data_free' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_ipc/ecore_ipc.c:218:53: note: Function '_ecore_ipc_event_client_data_free' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_ipc/ecore_ipc.c:1563:46: note: Function '_ecore_ipc_event_client_data_free' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_ipc/ecore_ipc.c:1576:45: style: Function '_ecore_ipc_event_server_add_free' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_ipc/ecore_ipc.c:219:52: note: Function '_ecore_ipc_event_server_add_free' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_ipc/ecore_ipc.c:1576:45: note: Function '_ecore_ipc_event_server_add_free' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_ipc/ecore_ipc.c:1588:45: style: Function '_ecore_ipc_event_server_del_free' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_ipc/ecore_ipc.c:220:52: note: Function '_ecore_ipc_event_server_del_free' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_ipc/ecore_ipc.c:1588:45: note: Function '_ecore_ipc_event_server_del_free' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_ipc/ecore_ipc.c:1600:46: style: Function '_ecore_ipc_event_server_data_free' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_ipc/ecore_ipc.c:221:53: note: Function '_ecore_ipc_event_server_data_free' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_ipc/ecore_ipc.c:1600:46: note: Function '_ecore_ipc_event_server_data_free' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_psl1ght/ecore_psl1ght.c:470:4: style: Variable 'ev' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/ecore_psl1ght/ecore_psl1ght.c:468:0: note: Variable 'ev' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/ecore_psl1ght/ecore_psl1ght.c:470:4: note: Variable 'ev' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/ecore_psl1ght/ecore_psl1ght.c:80:28: style: The scope of the variable 'gem_loaded' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_psl1ght/ecore_psl1ght.c:638:15: style: The scope of the variable 't_pressed' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_psl1ght/ecore_psl1ght.c:640:17: style: The scope of the variable 'prev_x' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_psl1ght/ecore_psl1ght.c:641:17: style: The scope of the variable 'prev_y' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_psl1ght/ecore_psl1ght.c:705:8: style: The scope of the variable 'i' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_psl1ght/ecore_psl1ght.c:841:8: style: The scope of the variable 'mode_area' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_psl1ght/ecore_psl1ght.c:76:37: style: Function 'ecore_psl1ght_init' argument 1 names different: declaration 'name' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_psl1ght/Ecore_Psl1ght.h:109:41: note: Function 'ecore_psl1ght_init' argument 1 names different: declaration 'name' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_psl1ght/ecore_psl1ght.c:76:37: note: Function 'ecore_psl1ght_init' argument 1 names different: declaration 'name' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_psl1ght/gemutil.c:267:8: style: Unused variable: ret [unusedVariable]
efl-1.8.6/src/lib/ecore_psl1ght/spursutil.c:19:4: style: Variable 'spurs' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/ecore_psl1ght/spursutil.c:9:0: note: Variable 'spurs' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/ecore_psl1ght/spursutil.c:19:4: note: Variable 'spurs' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/ecore_sdl/ecore_sdl.c:157:17: style: The scope of the variable 'timestamp' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_sdl/ecore_sdl.c:65:33: style: Function 'ecore_sdl_init' argument 1 names different: declaration 'name' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_sdl/Ecore_Sdl.h:106:44: note: Function 'ecore_sdl_init' argument 1 names different: declaration 'name' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_sdl/ecore_sdl.c:65:33: note: Function 'ecore_sdl_init' argument 1 names different: declaration 'name' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_wayland/ecore_wl.c:672:83: style: Function '_ecore_wl_sync_callback' argument 3 names different: declaration 'serial' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_wayland/ecore_wl.c:28:88: note: Function '_ecore_wl_sync_callback' argument 3 names different: declaration 'serial' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_wayland/ecore_wl.c:672:83: note: Function '_ecore_wl_sync_callback' argument 3 names different: declaration 'serial' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_wayland/ecore_wl_dnd.c:377:13: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
efl-1.8.6/src/lib/ecore_wayland/ecore_wl_dnd.c:375:31: note: outer condition: *type
efl-1.8.6/src/lib/ecore_wayland/ecore_wl_dnd.c:377:13: note: opposite inner condition: !*type
efl-1.8.6/src/lib/ecore_wayland/ecore_wl_dnd.c:145:51: warning: Either the condition 't' is redundant or there is possible null pointer dereference: t. [nullPointerRedundantCheck]
efl-1.8.6/src/lib/ecore_wayland/ecore_wl_dnd.c:144:13: note: Assuming that condition 't' is not redundant
efl-1.8.6/src/lib/ecore_wayland/ecore_wl_dnd.c:145:51: note: Null pointer dereference
efl-1.8.6/src/lib/ecore_wayland/ecore_wl_dnd.c:705:22: style: The scope of the variable 'task' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_wayland/ecore_wl_dnd.c:89:43: style: Function 'ecore_wl_dnd_start_drag' argument 1 names different: declaration 'dnd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_wayland/Ecore_Wayland.h:673:70: note: Function 'ecore_wl_dnd_start_drag' argument 1 names different: declaration 'dnd' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_wayland/ecore_wl_dnd.c:89:43: note: Function 'ecore_wl_dnd_start_drag' argument 1 names different: declaration 'dnd' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_wayland/ecore_wl_dnd.c:222:102: style: Function 'ecore_wl_dnd_drag_start' argument 4 names different: declaration 'x' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_wayland/Ecore_Wayland.h:709:110: note: Function 'ecore_wl_dnd_drag_start' argument 4 names different: declaration 'x' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_wayland/ecore_wl_dnd.c:222:102: note: Function 'ecore_wl_dnd_drag_start' argument 4 names different: declaration 'x' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_wayland/ecore_wl_dnd.c:222:121: style: Function 'ecore_wl_dnd_drag_start' argument 5 names different: declaration 'y' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_wayland/Ecore_Wayland.h:709:117: note: Function 'ecore_wl_dnd_drag_start' argument 5 names different: declaration 'y' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_wayland/ecore_wl_dnd.c:222:121: note: Function 'ecore_wl_dnd_drag_start' argument 5 names different: declaration 'y' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_wayland/ecore_wl_dnd.c:222:140: style: Function 'ecore_wl_dnd_drag_start' argument 6 names different: declaration 'w' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_wayland/Ecore_Wayland.h:709:124: note: Function 'ecore_wl_dnd_drag_start' argument 6 names different: declaration 'w' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_wayland/ecore_wl_dnd.c:222:140: note: Function 'ecore_wl_dnd_drag_start' argument 6 names different: declaration 'w' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_wayland/ecore_wl_dnd.c:222:159: style: Function 'ecore_wl_dnd_drag_start' argument 7 names different: declaration 'h' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_wayland/Ecore_Wayland.h:709:131: note: Function 'ecore_wl_dnd_drag_start' argument 7 names different: declaration 'h' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_wayland/ecore_wl_dnd.c:222:159: note: Function 'ecore_wl_dnd_drag_start' argument 7 names different: declaration 'h' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_wayland/ecore_wl_dnd.c:404:77: style: Function '_ecore_wl_dnd_add' argument 2 names different: declaration 'data_device' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_wayland/ecore_wl_private.h:262:70: note: Function '_ecore_wl_dnd_add' argument 2 names different: declaration 'data_device' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_wayland/ecore_wl_dnd.c:404:77: note: Function '_ecore_wl_dnd_add' argument 2 names different: declaration 'data_device' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_wayland/ecore_wl_dnd.c:423:68: style: Function '_ecore_wl_dnd_enter' argument 2 names different: declaration 'data_device' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_wayland/ecore_wl_private.h:263:61: note: Function '_ecore_wl_dnd_enter' argument 2 names different: declaration 'data_device' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_wayland/ecore_wl_dnd.c:423:68: note: Function '_ecore_wl_dnd_enter' argument 2 names different: declaration 'data_device' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_wayland/ecore_wl_dnd.c:472:68: style: Function '_ecore_wl_dnd_leave' argument 2 names different: declaration 'data_device' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_wayland/ecore_wl_private.h:264:61: note: Function '_ecore_wl_dnd_leave' argument 2 names different: declaration 'data_device' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_wayland/ecore_wl_dnd.c:472:68: note: Function '_ecore_wl_dnd_leave' argument 2 names different: declaration 'data_device' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_wayland/ecore_wl_dnd.c:493:69: style: Function '_ecore_wl_dnd_motion' argument 2 names different: declaration 'data_device' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_wayland/ecore_wl_private.h:265:62: note: Function '_ecore_wl_dnd_motion' argument 2 names different: declaration 'data_device' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_wayland/ecore_wl_dnd.c:493:69: note: Function '_ecore_wl_dnd_motion' argument 2 names different: declaration 'data_device' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_wayland/ecore_wl_dnd.c:493:105: style: Function '_ecore_wl_dnd_motion' argument 3 names different: declaration 'timestamp' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_wayland/ecore_wl_private.h:265:88: note: Function '_ecore_wl_dnd_motion' argument 3 names different: declaration 'timestamp' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_wayland/ecore_wl_dnd.c:493:105: note: Function '_ecore_wl_dnd_motion' argument 3 names different: declaration 'timestamp' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_wayland/ecore_wl_dnd.c:520:67: style: Function '_ecore_wl_dnd_drop' argument 2 names different: declaration 'data_device' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_wayland/ecore_wl_private.h:266:60: note: Function '_ecore_wl_dnd_drop' argument 2 names different: declaration 'data_device' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_wayland/ecore_wl_dnd.c:520:67: note: Function '_ecore_wl_dnd_drop' argument 2 names different: declaration 'data_device' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_wayland/ecore_wl_dnd.c:546:72: style: Function '_ecore_wl_dnd_selection' argument 2 names different: declaration 'data_device' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_wayland/ecore_wl_private.h:267:65: note: Function '_ecore_wl_dnd_selection' argument 2 names different: declaration 'data_device' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_wayland/ecore_wl_dnd.c:546:72: note: Function '_ecore_wl_dnd_selection' argument 2 names different: declaration 'data_device' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_wayland/ecore_wl_input.c:908:8: warning: Identical condition '!surface', second condition is always false [identicalConditionAfterEarlyExit]
efl-1.8.6/src/lib/ecore_wayland/ecore_wl_input.c:899:8: note: first condition
efl-1.8.6/src/lib/ecore_wayland/ecore_wl_input.c:908:8: note: second condition
efl-1.8.6/src/lib/ecore_wayland/ecore_wl_input.c:978:8: warning: Identical condition '!surface', second condition is always false [identicalConditionAfterEarlyExit]
efl-1.8.6/src/lib/ecore_wayland/ecore_wl_input.c:962:8: note: first condition
efl-1.8.6/src/lib/ecore_wayland/ecore_wl_input.c:978:8: note: second condition
efl-1.8.6/src/lib/ecore_wayland/ecore_wl_input.c:1472:10: warning: Possible null pointer dereference: info [nullPointer]
efl-1.8.6/src/lib/ecore_wayland/ecore_wl_input.c:1467:37: note: Assignment 'info=NULL', assigned value is 0
efl-1.8.6/src/lib/ecore_wayland/ecore_wl_input.c:1472:10: note: Null pointer dereference
efl-1.8.6/src/lib/ecore_wayland/ecore_wl_input.c:1470:4: style: Variable 'l' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/ecore_wayland/ecore_wl_input.c:1466:0: note: Variable 'l' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/ecore_wayland/ecore_wl_input.c:1470:4: note: Variable 'l' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/ecore_wayland/ecore_wl_input.c:691:145: style: Function '_ecore_wl_input_cb_keyboard_key' argument 5 names different: declaration 'key' definition 'keycode'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_wayland/ecore_wl_input.c:69:157: note: Function '_ecore_wl_input_cb_keyboard_key' argument 5 names different: declaration 'key' definition 'keycode'.
efl-1.8.6/src/lib/ecore_wayland/ecore_wl_input.c:691:145: note: Function '_ecore_wl_input_cb_keyboard_key' argument 5 names different: declaration 'key' definition 'keycode'.
efl-1.8.6/src/lib/ecore_wayland/ecore_wl_input.c:988:37: warning: Function '_ecore_wl_input_cb_touch_down' argument order different: declaration 'data, touch, serial, timestamp, EINA_UNUSED, EINA_UNUSED, x, y' definition 'data, EINA_UNUSED, serial, timestamp, surface, id, x, y' [funcArgOrderDifferent]
efl-1.8.6/src/lib/ecore_wayland/ecore_wl_input.c:72:49: note: Function '_ecore_wl_input_cb_touch_down' argument order different: declaration 'data, touch, serial, timestamp, EINA_UNUSED, EINA_UNUSED, x, y' definition 'data, EINA_UNUSED, serial, timestamp, surface, id, x, y'
efl-1.8.6/src/lib/ecore_wayland/ecore_wl_input.c:988:37: note: Function '_ecore_wl_input_cb_touch_down' argument order different: declaration 'data, touch, serial, timestamp, EINA_UNUSED, EINA_UNUSED, x, y' definition 'data, EINA_UNUSED, serial, timestamp, surface, id, x, y'
efl-1.8.6/src/lib/ecore_wayland/ecore_wl_input.c:1019:35: warning: Function '_ecore_wl_input_cb_touch_up' argument order different: declaration 'data, touch, serial, timestamp, EINA_UNUSED' definition 'data, EINA_UNUSED, serial, timestamp, id' [funcArgOrderDifferent]
efl-1.8.6/src/lib/ecore_wayland/ecore_wl_input.c:73:47: note: Function '_ecore_wl_input_cb_touch_up' argument order different: declaration 'data, touch, serial, timestamp, EINA_UNUSED' definition 'data, EINA_UNUSED, serial, timestamp, id'
efl-1.8.6/src/lib/ecore_wayland/ecore_wl_input.c:1019:35: note: Function '_ecore_wl_input_cb_touch_up' argument order different: declaration 'data, touch, serial, timestamp, EINA_UNUSED' definition 'data, EINA_UNUSED, serial, timestamp, id'
efl-1.8.6/src/lib/ecore_wayland/ecore_wl_output.c:62:36: warning: Function '_ecore_wl_output_cb_geometry' argument order different: declaration 'data, EINA_UNUSED, x, y, w, h, EINA_UNUSED, EINA_UNUSED, EINA_UNUSED, EINA_UNUSED' definition 'data, EINA_UNUSED, x, y, w, h, EINA_UNUSED, EINA_UNUSED, EINA_UNUSED, transform' [funcArgOrderDifferent]
efl-1.8.6/src/lib/ecore_wayland/ecore_wl_output.c:8:48: note: Function '_ecore_wl_output_cb_geometry' argument order different: declaration 'data, EINA_UNUSED, x, y, w, h, EINA_UNUSED, EINA_UNUSED, EINA_UNUSED, EINA_UNUSED' definition 'data, EINA_UNUSED, x, y, w, h, EINA_UNUSED, EINA_UNUSED, EINA_UNUSED, transform'
efl-1.8.6/src/lib/ecore_wayland/ecore_wl_output.c:62:36: note: Function '_ecore_wl_output_cb_geometry' argument order different: declaration 'data, EINA_UNUSED, x, y, w, h, EINA_UNUSED, EINA_UNUSED, EINA_UNUSED, EINA_UNUSED' definition 'data, EINA_UNUSED, x, y, w, h, EINA_UNUSED, EINA_UNUSED, EINA_UNUSED, transform'
efl-1.8.6/src/lib/ecore_wayland/ecore_wl_window.c:599:55: warning: Logical disjunction always evaluates to true: EXPR != 2 || EXPR != 6. [incorrectLogicOperator]
efl-1.8.6/src/lib/ecore_wayland/ecore_wl_window.c:606:14: style: Variable 'region' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/ecore_wayland/ecore_wl_window.c:604:0: note: Variable 'region' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/ecore_wayland/ecore_wl_window.c:606:14: note: Variable 'region' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/ecore_wayland/ecore_wl_window.c:636:9: style: Variable 'region' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/ecore_wayland/ecore_wl_window.c:634:0: note: Variable 'region' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/ecore_wayland/ecore_wl_window.c:636:9: note: Variable 'region' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/ecore_win32/ecore_win32.c:180:11: style: Variable 'w' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/ecore_win32/ecore_win32.c:175:0: note: Variable 'w' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/ecore_win32/ecore_win32.c:180:11: note: Variable 'w' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/ecore_win32/ecore_win32.c:205:11: style: Variable 'w' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/ecore_win32/ecore_win32.c:201:0: note: Variable 'w' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/ecore_win32/ecore_win32.c:205:11: note: Variable 'w' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/ecore_win32/ecore_win32_dnd_data_object.cpp:95:63: style: Function 'GetData' argument 2 names different: declaration 'pmedium' definition 'pMedium'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_win32/ecore_win32_dnd_data_object.h:37:64: note: Function 'GetData' argument 2 names different: declaration 'pmedium' definition 'pMedium'.
efl-1.8.6/src/lib/ecore_win32/ecore_win32_dnd_data_object.cpp:95:63: note: Function 'GetData' argument 2 names different: declaration 'pmedium' definition 'pMedium'.
efl-1.8.6/src/lib/ecore_win32/ecore_win32_dnd_data_object.cpp:122:55: style: Function 'GetDataHere' argument 1 names different: declaration 'pFormatEtc' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_win32/ecore_win32_dnd_data_object.h:38:45: note: Function 'GetDataHere' argument 1 names different: declaration 'pFormatEtc' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_win32/ecore_win32_dnd_data_object.cpp:122:55: note: Function 'GetDataHere' argument 1 names different: declaration 'pFormatEtc' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_win32/ecore_win32_dnd_data_object.cpp:122:87: style: Function 'GetDataHere' argument 2 names different: declaration 'pmedium' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_win32/ecore_win32_dnd_data_object.h:38:68: note: Function 'GetDataHere' argument 2 names different: declaration 'pmedium' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_win32/ecore_win32_dnd_data_object.cpp:122:87: note: Function 'GetDataHere' argument 2 names different: declaration 'pmedium' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_win32/ecore_win32_dnd_data_object.cpp:132:65: style: Function 'GetCanonicalFormatEtc' argument 1 names different: declaration 'pFormatEct' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_win32/ecore_win32_dnd_data_object.h:40:55: note: Function 'GetCanonicalFormatEtc' argument 1 names different: declaration 'pFormatEct' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_win32/ecore_win32_dnd_data_object.cpp:132:65: note: Function 'GetCanonicalFormatEtc' argument 1 names different: declaration 'pFormatEct' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_win32/ecore_win32_dnd_data_object.cpp:139:51: style: Function 'SetData' argument 1 names different: declaration 'pFormatEtc' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_win32/ecore_win32_dnd_data_object.h:41:41: note: Function 'SetData' argument 1 names different: declaration 'pFormatEtc' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_win32/ecore_win32_dnd_data_object.cpp:139:51: note: Function 'SetData' argument 1 names different: declaration 'pFormatEtc' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_win32/ecore_win32_dnd_data_object.cpp:139:83: style: Function 'SetData' argument 2 names different: declaration 'pMedium' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_win32/ecore_win32_dnd_data_object.h:41:64: note: Function 'SetData' argument 2 names different: declaration 'pMedium' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_win32/ecore_win32_dnd_data_object.cpp:139:83: note: Function 'SetData' argument 2 names different: declaration 'pMedium' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_win32/ecore_win32_dnd_data_object.cpp:139:111: style: Function 'SetData' argument 3 names different: declaration 'fRelease' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_win32/ecore_win32_dnd_data_object.h:41:79: note: Function 'SetData' argument 3 names different: declaration 'fRelease' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_win32/ecore_win32_dnd_data_object.cpp:139:111: note: Function 'SetData' argument 3 names different: declaration 'fRelease' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_win32/ecore_win32_dnd_data_object.cpp:160:51: style: Function 'DAdvise' argument 1 names different: declaration 'pFormatEtc' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_win32/ecore_win32_dnd_data_object.h:43:41: note: Function 'DAdvise' argument 1 names different: declaration 'pFormatEtc' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_win32/ecore_win32_dnd_data_object.cpp:160:51: note: Function 'DAdvise' argument 1 names different: declaration 'pFormatEtc' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_win32/ecore_win32_dnd_data_object.cpp:160:76: style: Function 'DAdvise' argument 2 names different: declaration 'advf' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_win32/ecore_win32_dnd_data_object.h:43:60: note: Function 'DAdvise' argument 2 names different: declaration 'advf' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_win32/ecore_win32_dnd_data_object.cpp:160:76: note: Function 'DAdvise' argument 2 names different: declaration 'advf' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_win32/ecore_win32_dnd_data_object.cpp:165:50: style: Function 'DUnadvise' argument 1 names different: declaration 'dwConnection' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_win32/ecore_win32_dnd_data_object.h:44:38: note: Function 'DUnadvise' argument 1 names different: declaration 'dwConnection' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_win32/ecore_win32_dnd_data_object.cpp:165:50: note: Function 'DUnadvise' argument 1 names different: declaration 'dwConnection' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_win32/ecore_win32_dnd_data_object.cpp:170:62: style: Function 'EnumDAdvise' argument 1 names different: declaration 'ppEnumAdvise' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_win32/ecore_win32_dnd_data_object.h:45:50: note: Function 'EnumDAdvise' argument 1 names different: declaration 'ppEnumAdvise' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_win32/ecore_win32_dnd_data_object.cpp:170:62: note: Function 'EnumDAdvise' argument 1 names different: declaration 'ppEnumAdvise' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_win32/ecore_win32_dnd_data_object.cpp:177:46: style: Function 'lookup_format_etc' argument 1 names different: declaration 'format_etc' definition 'pFormatEtc'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_win32/ecore_win32_dnd_data_object.h:22:37: note: Function 'lookup_format_etc' argument 1 names different: declaration 'format_etc' definition 'pFormatEtc'.
efl-1.8.6/src/lib/ecore_win32/ecore_win32_dnd_data_object.cpp:177:46: note: Function 'lookup_format_etc' argument 1 names different: declaration 'format_etc' definition 'pFormatEtc'.
efl-1.8.6/src/lib/ecore_win32/ecore_win32_dnd_drop_source.cpp:70:49: style: Function 'GiveFeedback' argument 1 names different: declaration 'dwEffect' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_win32/ecore_win32_dnd_drop_source.h:33:41: note: Function 'GiveFeedback' argument 1 names different: declaration 'dwEffect' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_win32/ecore_win32_dnd_drop_source.cpp:70:49: note: Function 'GiveFeedback' argument 1 names different: declaration 'dwEffect' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_win32/ecore_win32_dnd_drop_target.cpp:16:29: style: Function 'DropTarget' argument 1 names different: declaration 'hwnd' definition 'window'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_win32/ecore_win32_dnd_drop_target.h:30:20: note: Function 'DropTarget' argument 1 names different: declaration 'hwnd' definition 'window'.
efl-1.8.6/src/lib/ecore_win32/ecore_win32_dnd_drop_target.cpp:16:29: note: Function 'DropTarget' argument 1 names different: declaration 'hwnd' definition 'window'.
efl-1.8.6/src/lib/ecore_win32/ecore_win32_dnd_drop_target.cpp:155:59: style: Function 'DropEffect' argument 2 names different: declaration 'pt' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_win32/ecore_win32_dnd_drop_target.h:25:47: note: Function 'DropEffect' argument 2 names different: declaration 'pt' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_win32/ecore_win32_dnd_drop_target.cpp:155:59: note: Function 'DropEffect' argument 2 names different: declaration 'pt' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_win32/ecore_win32_dnd_enumformatetc.cpp:9:43: style: Function 'CEnumFormatEtc' argument 1 names different: declaration 'pFormatEtc' definition 'format_etc'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_win32/ecore_win32_dnd_enumformatetc.h:22:30: note: Function 'CEnumFormatEtc' argument 1 names different: declaration 'pFormatEtc' definition 'format_etc'.
efl-1.8.6/src/lib/ecore_win32/ecore_win32_dnd_enumformatetc.cpp:9:43: note: Function 'CEnumFormatEtc' argument 1 names different: declaration 'pFormatEtc' definition 'format_etc'.
efl-1.8.6/src/lib/ecore_win32/ecore_win32_dnd_enumformatetc.cpp:9:59: style: Function 'CEnumFormatEtc' argument 2 names different: declaration 'nNumFormats' definition 'formats_num'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_win32/ecore_win32_dnd_enumformatetc.h:22:46: note: Function 'CEnumFormatEtc' argument 2 names different: declaration 'nNumFormats' definition 'formats_num'.
efl-1.8.6/src/lib/ecore_win32/ecore_win32_dnd_enumformatetc.cpp:9:59: note: Function 'CEnumFormatEtc' argument 2 names different: declaration 'nNumFormats' definition 'formats_num'.
efl-1.8.6/src/lib/ecore_win32/ecore_win32_dnd_enumformatetc.cpp:108:53: style: Function 'Next' argument 2 names different: declaration 'rgelt' definition 'pFormatEtc'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_win32/ecore_win32_dnd_enumformatetc.h:36:54: note: Function 'Next' argument 2 names different: declaration 'rgelt' definition 'pFormatEtc'.
efl-1.8.6/src/lib/ecore_win32/ecore_win32_dnd_enumformatetc.cpp:108:53: note: Function 'Next' argument 2 names different: declaration 'rgelt' definition 'pFormatEtc'.
efl-1.8.6/src/lib/ecore_win32/ecore_win32_event.c:623:45: style: Function '_ecore_win32_event_free_key_down' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_win32/ecore_win32_event.c:42:52: note: Function '_ecore_win32_event_free_key_down' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_win32/ecore_win32_event.c:623:45: note: Function '_ecore_win32_event_free_key_down' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_win32/ecore_win32_event.c:636:43: style: Function '_ecore_win32_event_free_key_up' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_win32/ecore_win32_event.c:45:50: note: Function '_ecore_win32_event_free_key_up' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_win32/ecore_win32_event.c:636:43: note: Function '_ecore_win32_event_free_key_up' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_win32/ecore_win32_window.c:594:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
efl-1.8.6/src/lib/ecore_win32/ecore_win32_window.c:594:4: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
efl-1.8.6/src/lib/ecore_win32/ecore_win32_window.c:617:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
efl-1.8.6/src/lib/ecore_win32/ecore_win32_window.c:617:4: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
efl-1.8.6/src/lib/ecore_win32/ecore_win32_window.c:640:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
efl-1.8.6/src/lib/ecore_win32/ecore_win32_window.c:640:4: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
efl-1.8.6/src/lib/ecore_win32/ecore_win32_window.c:663:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
efl-1.8.6/src/lib/ecore_win32/ecore_win32_window.c:663:4: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
efl-1.8.6/src/lib/ecore_win32/ecore_win32_window.c:684:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
efl-1.8.6/src/lib/ecore_win32/ecore_win32_window.c:684:4: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
efl-1.8.6/src/lib/ecore_win32/ecore_win32_window.c:730:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
efl-1.8.6/src/lib/ecore_win32/ecore_win32_window.c:730:4: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
efl-1.8.6/src/lib/ecore_win32/ecore_win32_window.c:755:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
efl-1.8.6/src/lib/ecore_win32/ecore_win32_window.c:755:4: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
efl-1.8.6/src/lib/ecore_win32/ecore_win32_window.c:1168:34: style: Checking if unsigned variable 'num' is less than zero. [unsignedLessThanZero]
efl-1.8.6/src/lib/ecore_win32/ecore_win32_window.c:67:21: style: Variable 'minimal_height' is assigned a value that is never used. [unreadVariable]
efl-1.8.6/src/lib/ecore_wince/ecore_wince.c:87:11: style: Variable 'w' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/ecore_wince/ecore_wince.c:85:0: note: Variable 'w' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/ecore_wince/ecore_wince.c:87:11: note: Variable 'w' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/ecore_wince/ecore_wince_event.c:501:8: warning: The buffer 'kn' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
efl-1.8.6/src/lib/ecore_wince/ecore_wince_event.c:502:8: warning: The buffer 'ks' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
efl-1.8.6/src/lib/ecore_wince/ecore_wince_event.c:503:8: warning: The buffer 'kc' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
efl-1.8.6/src/lib/ecore_wince/ecore_wince_event.c:507:8: warning: The buffer 'kn' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
efl-1.8.6/src/lib/ecore_wince/ecore_wince_event.c:508:8: warning: The buffer 'ks' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
efl-1.8.6/src/lib/ecore_wince/ecore_wince_event.c:509:8: warning: The buffer 'kc' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
efl-1.8.6/src/lib/ecore_wince/ecore_wince_event.c:514:8: warning: The buffer 'kn' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
efl-1.8.6/src/lib/ecore_wince/ecore_wince_event.c:515:8: warning: The buffer 'ks' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
efl-1.8.6/src/lib/ecore_wince/ecore_wince_event.c:516:8: warning: The buffer 'kc' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
efl-1.8.6/src/lib/ecore_wince/ecore_wince_event.c:520:8: warning: The buffer 'kn' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
efl-1.8.6/src/lib/ecore_wince/ecore_wince_event.c:521:8: warning: The buffer 'ks' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
efl-1.8.6/src/lib/ecore_wince/ecore_wince_event.c:522:8: warning: The buffer 'kc' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
efl-1.8.6/src/lib/ecore_wince/ecore_wince_event.c:526:8: warning: The buffer 'kn' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
efl-1.8.6/src/lib/ecore_wince/ecore_wince_event.c:527:8: warning: The buffer 'ks' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
efl-1.8.6/src/lib/ecore_wince/ecore_wince_event.c:528:8: warning: The buffer 'kc' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
efl-1.8.6/src/lib/ecore_wince/ecore_wince_event.c:531:8: warning: The buffer 'kn' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
efl-1.8.6/src/lib/ecore_wince/ecore_wince_event.c:532:8: warning: The buffer 'ks' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
efl-1.8.6/src/lib/ecore_wince/ecore_wince_event.c:533:8: warning: The buffer 'kc' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb.c:1158:14: style: Variable 'wins' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb.c:1155:0: note: Variable 'wins' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb.c:1158:14: note: Variable 'wins' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb.c:1563:4: style: Variable 'ev' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb.c:1560:0: note: Variable 'ev' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb.c:1563:4: note: Variable 'ev' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb.c:1187:11: style: Checking if unsigned variable 'mw' is less than zero. [unsignedLessThanZero]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_composite.c:227:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_composite.c:244:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_cursor.c:318:4: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_cursor.c:313:0: note: Variable 's' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_cursor.c:318:4: note: Variable 's' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_cursor.c:82:17: style: The scope of the variable 'img' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_dnd.c:248:15: style: The scope of the variable 'j' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_dnd.c:304:17: style: The scope of the variable 'i' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_dnd.c:336:17: style: The scope of the variable 'i' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_dnd.c:700:14: error: Memory leak: data_ret [memleak]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_dnd.c:706:9: error: Memory leak: data_ret [memleak]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_e.c:137:18: style: The scope of the variable 'atoms' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_e.c:168:18: style: The scope of the variable 'atoms' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_e.c:169:13: style: The scope of the variable 'i' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_e.c:334:18: style: The scope of the variable 'atoms' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_e.c:361:18: style: The scope of the variable 'atoms' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_e.c:362:13: style: The scope of the variable 'i' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_e.c:145:37: style: Checking if unsigned variable 'num_profiles' is less than zero. [unsignedLessThanZero]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_e.c:342:30: style: Checking if unsigned variable 'count' is less than zero. [unsignedLessThanZero]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_e.c:149:17: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_e.c:346:17: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_events.c:2794:10: warning: Possible null pointer dereference: info [nullPointer]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_events.c:2790:36: note: Assignment 'info=NULL', assigned value is 0
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_events.c:2794:10: note: Null pointer dereference
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_events.c:2353:4: style: Variable 'sym' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_events.c:2340:0: note: Variable 'sym' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_events.c:2353:4: note: Variable 'sym' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_events.c:2354:4: style: Variable 'keyname' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_events.c:2343:0: note: Variable 'keyname' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_events.c:2354:4: note: Variable 'keyname' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_events.c:2424:4: style: Variable 'sym' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_events.c:2411:0: note: Variable 'sym' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_events.c:2424:4: note: Variable 'sym' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_events.c:2425:4: style: Variable 'keyname' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_events.c:2414:0: note: Variable 'keyname' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_events.c:2425:4: note: Variable 'keyname' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_events.c:835:66: style: Function '_ecore_xcb_event_handle_keymap_notify' argument 1 names different: declaration 'event' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_events.c:52:92: note: Function '_ecore_xcb_event_handle_keymap_notify' argument 1 names different: declaration 'event' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_events.c:835:66: note: Function '_ecore_xcb_event_handle_keymap_notify' argument 1 names different: declaration 'event' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_events.c:1136:67: style: Function '_ecore_xcb_event_handle_gravity_notify' argument 1 names different: declaration 'event' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_events.c:66:93: note: Function '_ecore_xcb_event_handle_gravity_notify' argument 1 names different: declaration 'event' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_events.c:1136:67: note: Function '_ecore_xcb_event_handle_gravity_notify' argument 1 names different: declaration 'event' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_events.c:2247:70: style: Function '_ecore_xcb_event_handle_xfixes_selection_notify' argument 1 names different: declaration 'EINA_UNUSED' definition 'event'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_events.c:98:108: note: Function '_ecore_xcb_event_handle_xfixes_selection_notify' argument 1 names different: declaration 'EINA_UNUSED' definition 'event'.
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_events.c:2247:70: note: Function '_ecore_xcb_event_handle_xfixes_selection_notify' argument 1 names different: declaration 'EINA_UNUSED' definition 'event'.
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_events.c:2281:73: style: Function '_ecore_xcb_event_handle_xfixes_cursor_notify' argument 1 names different: declaration 'event' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_events.c:99:99: note: Function '_ecore_xcb_event_handle_xfixes_cursor_notify' argument 1 names different: declaration 'event' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_events.c:2281:73: note: Function '_ecore_xcb_event_handle_xfixes_cursor_notify' argument 1 names different: declaration 'event' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_events.c:2522:12: style: Variable 'event' is assigned a value that is never used. [unreadVariable]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_icccm.c:207:9: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_icccm.c:199:0: note: Variable 'ret' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_icccm.c:207:9: note: Variable 'ret' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_icccm.c:684:9: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_icccm.c:676:0: note: Variable 'ret' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_icccm.c:684:9: note: Variable 'ret' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_icccm.c:812:14: style: Variable 'atoms' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_icccm.c:810:0: note: Variable 'atoms' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_icccm.c:812:14: note: Variable 'atoms' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_icccm.c:1172:17: style: The scope of the variable 'i' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_icccm.c:191:11: warning: Size of pointer 'title' used instead of size of its data. [pointerSize]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_icccm.c:668:11: warning: Size of pointer 'tmp' used instead of size of its data. [pointerSize]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_icccm.c:1133:11: warning: Size of pointer 'tmp' used instead of size of its data. [pointerSize]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_icccm.c:212:0: error: Memory leak: title [memleak]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_icccm.c:689:0: error: Memory leak: tmp [memleak]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_image.c:283:14: style: The scope of the variable 'cols' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_image.c:284:25: style: The scope of the variable 'i' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_image.c:323:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_input.c:272:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_input.c:83:59: style: Function '_ecore_xcb_input_handle_event' argument 1 names different: declaration 'event' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_private.h:403:57: note: Function '_ecore_xcb_input_handle_event' argument 1 names different: declaration 'event' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_input.c:83:59: note: Function '_ecore_xcb_input_handle_event' argument 1 names different: declaration 'event' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_keymap.c:349:4: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_keymap.c:343:0: note: Variable 'p' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_keymap.c:349:4: note: Variable 'p' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_keymap.c:165:8: style: The scope of the variable 'i' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_keymap.c:165:15: style: The scope of the variable 'n' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_keymap.c:165:22: style: The scope of the variable 'h' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_keymap.c:165:29: style: The scope of the variable 'idx' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_keymap.c:166:25: style: The scope of the variable 'entry' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_keymap.c:167:24: style: The scope of the variable 'val2' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_keymap.c:167:30: style: The scope of the variable 'val3' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_keymap.c:167:36: style: The scope of the variable 'val4' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_keymap.c:345:25: style: The scope of the variable 'entry' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_netwm.c:284:15: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_netwm.c:272:16: style: The scope of the variable 's' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_netwm.c:273:25: style: The scope of the variable 'l' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_netwm.c:861:29: style: The scope of the variable 'p2' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_netwm.c:1348:56: style: Function '_ecore_xcb_netwm_startup_info_begin' argument 1 names different: declaration 'win' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_private.h:425:73: note: Function '_ecore_xcb_netwm_startup_info_begin' argument 1 names different: declaration 'win' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_netwm.c:1348:56: note: Function '_ecore_xcb_netwm_startup_info_begin' argument 1 names different: declaration 'win' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_netwm.c:1349:57: style: Function '_ecore_xcb_netwm_startup_info_begin' argument 2 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_private.h:426:66: note: Function '_ecore_xcb_netwm_startup_info_begin' argument 2 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_netwm.c:1349:57: note: Function '_ecore_xcb_netwm_startup_info_begin' argument 2 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_netwm.c:1356:50: style: Function '_ecore_xcb_netwm_startup_info' argument 1 names different: declaration 'win' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_private.h:427:67: note: Function '_ecore_xcb_netwm_startup_info' argument 1 names different: declaration 'win' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_netwm.c:1356:50: note: Function '_ecore_xcb_netwm_startup_info' argument 1 names different: declaration 'win' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_netwm.c:1357:51: style: Function '_ecore_xcb_netwm_startup_info' argument 2 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_private.h:428:60: note: Function '_ecore_xcb_netwm_startup_info' argument 2 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_netwm.c:1357:51: note: Function '_ecore_xcb_netwm_startup_info' argument 2 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_netwm.c:18:19: style: struct member '_Ecore_Xcb_Startup_Info::init' is never used. [unusedStructMember]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_netwm.c:18:25: style: struct member '_Ecore_Xcb_Startup_Info::size' is never used. [unusedStructMember]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_netwm.c:19:19: style: struct member '_Ecore_Xcb_Startup_Info::buffer' is never used. [unusedStructMember]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_netwm.c:20:19: style: struct member '_Ecore_Xcb_Startup_Info::length' is never used. [unusedStructMember]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_netwm.c:23:19: style: struct member '_Ecore_Xcb_Startup_Info::id' is never used. [unusedStructMember]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_netwm.c:23:24: style: struct member '_Ecore_Xcb_Startup_Info::name' is never used. [unusedStructMember]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_netwm.c:24:19: style: struct member '_Ecore_Xcb_Startup_Info::screen' is never used. [unusedStructMember]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_netwm.c:25:19: style: struct member '_Ecore_Xcb_Startup_Info::bin' is never used. [unusedStructMember]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_netwm.c:25:25: style: struct member '_Ecore_Xcb_Startup_Info::icon' is never used. [unusedStructMember]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_netwm.c:26:19: style: struct member '_Ecore_Xcb_Startup_Info::desktop' is never used. [unusedStructMember]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_netwm.c:26:28: style: struct member '_Ecore_Xcb_Startup_Info::timestamp' is never used. [unusedStructMember]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_netwm.c:27:19: style: struct member '_Ecore_Xcb_Startup_Info::description' is never used. [unusedStructMember]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_netwm.c:27:33: style: struct member '_Ecore_Xcb_Startup_Info::wmclass' is never used. [unusedStructMember]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_netwm.c:28:19: style: struct member '_Ecore_Xcb_Startup_Info::silent' is never used. [unusedStructMember]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_randr.c:746:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_randr.c:199:52: style: Function '_ecore_xcb_randr_root_validate' argument 1 names different: declaration 'root' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_randr.c:75:102: note: Function '_ecore_xcb_randr_root_validate' argument 1 names different: declaration 'root' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_randr.c:199:52: note: Function '_ecore_xcb_randr_root_validate' argument 1 names different: declaration 'root' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_selection.c:636:9: style: Variable 'buff' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_selection.c:629:0: note: Variable 'buff' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_selection.c:636:9: note: Variable 'buff' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_selection.c:958:13: style: The scope of the variable 'len' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_selection.c:797:38: style: Function '_ecore_xcb_selection_parser_xmozurl' argument 2 names different: declaration 'data' definition '_data'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_selection.c:12:59: note: Function '_ecore_xcb_selection_parser_xmozurl' argument 2 names different: declaration 'data' definition '_data'.
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_selection.c:797:38: note: Function '_ecore_xcb_selection_parser_xmozurl' argument 2 names different: declaration 'data' definition '_data'.
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_selection.c:706:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_textlist.c:171:18: warning: Identical condition 'val<0', second condition is always false [identicalConditionAfterEarlyExit]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_textlist.c:69:30: note: 'val' is assigned value '0' here.
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_textlist.c:170:17: note: first condition
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_textlist.c:171:18: note: second condition
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_textlist.c:170:17: style: Same expression on both sides of '<' because the value of 'val' and '0' are the same. [duplicateExpression]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_textlist.c:69:30: note: 'val' is assigned value '0' here.
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_textlist.c:170:17: note: Same expression on both sides of '<' because the value of 'val' and '0' are the same.
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_textlist.c:171:18: style: Same expression on both sides of '>' because the value of 'val' and '0' are the same. [duplicateExpression]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_textlist.c:69:30: note: 'val' is assigned value '0' here.
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_textlist.c:171:18: note: Same expression on both sides of '>' because the value of 'val' and '0' are the same.
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_textlist.c:378:11: style: The scope of the variable 'mb' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_textlist.c:379:14: style: The scope of the variable 'wc' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_textlist.c:429:9: error: Memory leak: list [memleak]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_textlist.c:443:9: error: Memory leak: list [memleak]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_vsync.c:37:21: style: struct member '_drmVBlankReply::tval_sec' is never used. [unusedStructMember]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_vsync.c:37:31: style: struct member '_drmVBlankReply::tval_usec' is never used. [unusedStructMember]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window.c:1323:15: style: The scope of the variable 'j' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window.c:1323:22: style: The scope of the variable 'count' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window.c:1335:14: error: Common realloc mistake: 'ignore_list' nulled but not freed upon failure [memleakOnRealloc]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_prop.c:610:5: warning: Either the condition 'if(num_ret)' is redundant or there is possible null pointer dereference: num_ret. [nullPointerRedundantCheck]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_prop.c:644:7: note: Assuming that condition 'if(num_ret)' is not redundant
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_prop.c:610:5: note: Null pointer dereference
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_prop.c:273:9: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_prop.c:264:0: note: Variable 'ret' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_prop.c:273:9: note: Variable 'ret' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_prop.c:363:13: style: The scope of the variable 'i' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_prop.c:619:14: style: Checking if unsigned variable 'count' is less than zero. [unsignedLessThanZero]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_prop.c:420:9: error: Memory leak: data [memleak]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_prop.c:548:9: error: Common realloc mistake: 'lst' nulled but not freed upon failure [memleakOnRealloc]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_prop.c:285:0: error: Memory leak: str [memleak]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_shadow.c:36:8: style: The scope of the variable 'i' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_shadow.c:36:11: style: The scope of the variable 'j' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_shadow.c:122:8: style: The scope of the variable 'i' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_shadow.c:159:8: style: The scope of the variable 'i' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_shadow.c:197:12: style: The scope of the variable 'ss' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_shadow.c:198:8: style: The scope of the variable 'i' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:99:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:100:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:130:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:131:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:132:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:133:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:176:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:177:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:218:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:219:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:249:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:250:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:251:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:252:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:282:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:283:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:284:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:285:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:315:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:316:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:317:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:318:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:360:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:361:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:550:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:551:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:581:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:582:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:583:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:584:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:614:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:615:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:616:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:617:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:647:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:648:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:649:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:650:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:671:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:672:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:693:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:694:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:742:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:743:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:744:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:745:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:787:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:788:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:34:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:59:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:77:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:97:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:129:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:175:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:195:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:216:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:248:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:281:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:314:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:359:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:417:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:433:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:549:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:580:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:613:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:646:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:669:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:691:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:711:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:741:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_window_shape.c:786:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/ecore_x/xcb/ecore_xcb_xdefaults.c:59:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x.c:1106:8: style: The scope of the variable 'i' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x.c:1106:11: style: The scope of the variable 'j' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x.c:1698:8: style: The scope of the variable 'i' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x.c:1698:11: style: The scope of the variable 'shuffle' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x.c:1825:8: style: The scope of the variable 'i' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x.c:1825:11: style: The scope of the variable 'shuffle' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x.c:243:66: style: Function '_ecore_x_XKeycodeToKeysym' argument 3 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_private.h:369:73: note: Function '_ecore_x_XKeycodeToKeysym' argument 3 names different: declaration 'index' definition 'idx'.
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x.c:243:66: note: Function '_ecore_x_XKeycodeToKeysym' argument 3 names different: declaration 'index' definition 'idx'.
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x.c:1060:50: style: Function '_ecore_x_fd_handler' argument 2 names different: declaration 'fd_handler' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x.c:35:56: note: Function '_ecore_x_fd_handler' argument 2 names different: declaration 'fd_handler' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x.c:1060:50: note: Function '_ecore_x_fd_handler' argument 2 names different: declaration 'fd_handler' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x.c:1090:54: style: Function '_ecore_x_fd_handler_buf' argument 2 names different: declaration 'fd_handler' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x.c:37:60: note: Function '_ecore_x_fd_handler_buf' argument 2 names different: declaration 'fd_handler' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x.c:1090:54: note: Function '_ecore_x_fd_handler_buf' argument 2 names different: declaration 'fd_handler' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x.c:1289:41: style: Function '_ecore_x_window_manage_error' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x.c:1285:48: note: Function '_ecore_x_window_manage_error' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x.c:1289:41: note: Function '_ecore_x_window_manage_error' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_atoms.c:30:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_atoms.c:31:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_atoms.c:69:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_cursor.c:248:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_dnd.c:269:4: style: Variable 'oldset' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_dnd.c:260:0: note: Variable 'oldset' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_dnd.c:269:4: note: Variable 'oldset' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_dnd.c:261:11: style: The scope of the variable 'j' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_dnd.c:331:17: style: The scope of the variable 'i' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_dnd.c:361:17: style: The scope of the variable 'i' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_e.c:1151:18: style: The scope of the variable 'atoms' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_e.c:1180:18: style: The scope of the variable 'atoms' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_e.c:1181:13: style: The scope of the variable 'i' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_e.c:1355:18: style: The scope of the variable 'atoms' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_e.c:1381:18: style: The scope of the variable 'atoms' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_e.c:1382:13: style: The scope of the variable 'i' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_e.c:1157:37: style: Checking if unsigned variable 'num_profiles' is less than zero. [unsignedLessThanZero]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_e.c:1362:30: style: Checking if unsigned variable 'count' is less than zero. [unsignedLessThanZero]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_e.c:1161:17: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_e.c:1366:17: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_events.c:2030:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_events.c:2281:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_events.c:2325:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_events.c:77:10: warning: Possible null pointer dereference: info [nullPointer]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_events.c:73:36: note: Assignment 'info=NULL', assigned value is 0
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_events.c:77:10: note: Null pointer dereference
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_events.c:2281:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_events.c:2325:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_events.c:1553:18: style: The scope of the variable 'i' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_events.c:970:52: style: Function '_ecore_x_event_handle_keymap_notify' argument 1 names different: declaration 'xevent' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_private.h:216:50: note: Function '_ecore_x_event_handle_keymap_notify' argument 1 names different: declaration 'xevent' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_events.c:970:52: note: Function '_ecore_x_event_handle_keymap_notify' argument 1 names different: declaration 'xevent' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_events.c:1210:53: style: Function '_ecore_x_event_handle_gravity_notify' argument 1 names different: declaration 'xevent' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_private.h:228:51: note: Function '_ecore_x_event_handle_gravity_notify' argument 1 names different: declaration 'xevent' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_events.c:1210:53: note: Function '_ecore_x_event_handle_gravity_notify' argument 1 names different: declaration 'xevent' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_events.c:2286:45: style: Function '_ecore_x_event_handle_generic_event' argument 1 names different: declaration 'xevent' definition 'event'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_private.h:265:55: note: Function '_ecore_x_event_handle_generic_event' argument 1 names different: declaration 'xevent' definition 'event'.
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_events.c:2286:45: note: Function '_ecore_x_event_handle_generic_event' argument 1 names different: declaration 'xevent' definition 'event'.
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_icccm.c:533:18: style: The scope of the variable 'ret' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_icccm.c:833:8: style: The scope of the variable 'i' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_icccm.c:950:18: style: The scope of the variable 'ret' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_icccm.c:1002:17: style: The scope of the variable 'i' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_image.c:310:39: style: The scope of the variable 'sp' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_image.c:310:53: style: The scope of the variable 'p' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_image.c:312:18: style: The scope of the variable 'r' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_image.c:440:25: style: The scope of the variable 'i' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_image.c:470:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_netwm.c:188:16: style: The scope of the variable 's' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_netwm.c:190:8: style: The scope of the variable 'l' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_netwm.c:671:29: style: The scope of the variable 'p2' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_netwm.c:1059:17: style: The scope of the variable 'i' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_netwm.c:1371:17: style: The scope of the variable 'i' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_netwm.c:1646:54: style: Function '_ecore_x_netwm_startup_info_begin' argument 1 names different: declaration 'win' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_private.h:302:71: note: Function '_ecore_x_netwm_startup_info_begin' argument 1 names different: declaration 'win' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_netwm.c:1646:54: note: Function '_ecore_x_netwm_startup_info_begin' argument 1 names different: declaration 'win' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_netwm.c:1647:46: style: Function '_ecore_x_netwm_startup_info_begin' argument 2 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_private.h:303:62: note: Function '_ecore_x_netwm_startup_info_begin' argument 2 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_netwm.c:1647:46: note: Function '_ecore_x_netwm_startup_info_begin' argument 2 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_netwm.c:1695:48: style: Function '_ecore_x_netwm_startup_info' argument 1 names different: declaration 'win' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_private.h:304:65: note: Function '_ecore_x_netwm_startup_info' argument 1 names different: declaration 'win' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_netwm.c:1695:48: note: Function '_ecore_x_netwm_startup_info' argument 1 names different: declaration 'win' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_netwm.c:1696:40: style: Function '_ecore_x_netwm_startup_info' argument 2 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_private.h:305:56: note: Function '_ecore_x_netwm_startup_info' argument 2 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_netwm.c:1696:40: note: Function '_ecore_x_netwm_startup_info' argument 2 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_screensaver.c:171:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_selection.c:907:8: style: The scope of the variable 'i' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_selection.c:1060:8: style: The scope of the variable 'i' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_selection.c:133:28: style: Function '_ecore_x_selection_set' argument 3 names different: declaration 'len' definition 'size'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_private.h:274:39: note: Function '_ecore_x_selection_set' argument 3 names different: declaration 'len' definition 'size'.
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_selection.c:133:28: note: Function '_ecore_x_selection_set' argument 3 names different: declaration 'len' definition 'size'.
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_selection.c:816:39: style: Function '_ecore_x_selection_parser_files' argument 2 names different: declaration 'data' definition '_data'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_selection.c:29:52: note: Function '_ecore_x_selection_parser_files' argument 2 names different: declaration 'data' definition '_data'.
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_selection.c:816:39: note: Function '_ecore_x_selection_parser_files' argument 2 names different: declaration 'data' definition '_data'.
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_selection.c:818:44: style: Function '_ecore_x_selection_parser_files' argument 4 names different: declaration 'format' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_selection.c:31:50: note: Function '_ecore_x_selection_parser_files' argument 4 names different: declaration 'format' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_selection.c:818:44: note: Function '_ecore_x_selection_parser_files' argument 4 names different: declaration 'format' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_selection.c:922:51: style: Function '_ecore_x_selection_parser_text' argument 1 names different: declaration 'target' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_selection.c:33:57: note: Function '_ecore_x_selection_parser_text' argument 1 names different: declaration 'target' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_selection.c:922:51: note: Function '_ecore_x_selection_parser_text' argument 1 names different: declaration 'target' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_selection.c:923:38: style: Function '_ecore_x_selection_parser_text' argument 2 names different: declaration 'data' definition '_data'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_selection.c:34:51: note: Function '_ecore_x_selection_parser_text' argument 2 names different: declaration 'data' definition '_data'.
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_selection.c:923:38: note: Function '_ecore_x_selection_parser_text' argument 2 names different: declaration 'data' definition '_data'.
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_selection.c:925:43: style: Function '_ecore_x_selection_parser_text' argument 4 names different: declaration 'format' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_selection.c:36:49: note: Function '_ecore_x_selection_parser_text' argument 4 names different: declaration 'format' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_selection.c:925:43: note: Function '_ecore_x_selection_parser_text' argument 4 names different: declaration 'format' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_selection.c:973:54: style: Function '_ecore_x_selection_parser_xmozurl' argument 1 names different: declaration 'target' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_selection.c:37:60: note: Function '_ecore_x_selection_parser_xmozurl' argument 1 names different: declaration 'target' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_selection.c:973:54: note: Function '_ecore_x_selection_parser_xmozurl' argument 1 names different: declaration 'target' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_selection.c:974:38: style: Function '_ecore_x_selection_parser_xmozurl' argument 2 names different: declaration 'data' definition '_data'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_selection.c:38:51: note: Function '_ecore_x_selection_parser_xmozurl' argument 2 names different: declaration 'data' definition '_data'.
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_selection.c:974:38: note: Function '_ecore_x_selection_parser_xmozurl' argument 2 names different: declaration 'data' definition '_data'.
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_selection.c:976:43: style: Function '_ecore_x_selection_parser_xmozurl' argument 4 names different: declaration 'format' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_selection.c:40:49: note: Function '_ecore_x_selection_parser_xmozurl' argument 4 names different: declaration 'format' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_selection.c:976:43: note: Function '_ecore_x_selection_parser_xmozurl' argument 4 names different: declaration 'format' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_selection.c:1026:54: style: Function '_ecore_x_selection_parser_targets' argument 1 names different: declaration 'target' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_selection.c:42:60: note: Function '_ecore_x_selection_parser_targets' argument 1 names different: declaration 'target' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_selection.c:1026:54: note: Function '_ecore_x_selection_parser_targets' argument 1 names different: declaration 'target' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_selection.c:1029:46: style: Function '_ecore_x_selection_parser_targets' argument 4 names different: declaration 'format' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_selection.c:45:52: note: Function '_ecore_x_selection_parser_targets' argument 4 names different: declaration 'format' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_selection.c:1029:46: note: Function '_ecore_x_selection_parser_targets' argument 4 names different: declaration 'format' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_selection.c:630:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_vsync.c:49:21: style: struct member '_drmVBlankReply::tval_sec' is never used. [unusedStructMember]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_vsync.c:50:21: style: struct member '_drmVBlankReply::tval_usec' is never used. [unusedStructMember]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_window.c:335:11: style: The scope of the variable 'j' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_window.c:335:14: style: The scope of the variable 'cnt' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_window.c:965:8: style: The scope of the variable 'i' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_window.c:1007:8: style: The scope of the variable 'i' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_window.c:1048:12: style: The scope of the variable 'ss' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_window.c:1049:8: style: The scope of the variable 'i' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_window_prop.c:489:13: style: The scope of the variable 'i' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_window_prop.c:600:17: style: The scope of the variable 'i' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_window_prop.c:557:9: error: Memory leak: data [memleak]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_window_prop.c:322:9: error: Common realloc mistake: 'lst' nulled but not freed upon failure [memleakOnRealloc]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_window_shape.c:130:22: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_window_shape.c:187:10: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_window_shape.c:227:10: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_window_shape.c:227:18: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_window_shape.c:267:10: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_window_shape.c:267:18: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_window_shape.c:324:10: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_window_shape.c:381:22: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_window_shape.c:438:10: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_window_shape.c:495:10: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_window_shape.c:570:10: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_window_shape.c:570:18: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_window_shape.c:52:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_window_shape.c:89:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_window_shape.c:130:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_window_shape.c:187:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_window_shape.c:227:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_window_shape.c:267:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_window_shape.c:324:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_window_shape.c:381:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_window_shape.c:438:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_window_shape.c:495:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_window_shape.c:570:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_window_shape.c:505:8: style: The scope of the variable 'i' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_window_shape.c:580:8: style: The scope of the variable 'i' can be reduced. [variableScope]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_xinerama.c:92:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
efl-1.8.6/src/lib/ecore_x/xlib/ecore_x_xinerama.c:92:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/edje/edje_box_layout.c:160:26: style: The scope of the variable 'priv' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_box_layout.c:158:87: style: Function '_edje_box_recalc_apply' argument 3 names different: declaration 'p3' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2061:102: note: Function '_edje_box_recalc_apply' argument 3 names different: declaration 'p3' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_box_layout.c:158:87: note: Function '_edje_box_recalc_apply' argument 3 names different: declaration 'p3' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/Edje_Common.h:1685:43: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
efl-1.8.6/src/lib/edje/edje_cache.c:233:21: style: The scope of the variable 'i' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_cache.c:73:52: style: Function '_edje_programs_patterns_init' argument 1 names different: declaration 'ed' definition 'edc'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2001:57: note: Function '_edje_programs_patterns_init' argument 1 names different: declaration 'ed' definition 'edc'.
efl-1.8.6/src/lib/edje/edje_cache.c:73:52: note: Function '_edje_programs_patterns_init' argument 1 names different: declaration 'ed' definition 'edc'.
efl-1.8.6/src/lib/edje/edje_cache.c:24:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_cache.c:25:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_cache.c:26:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_cache.c:27:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_cache.c:28:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_cache.c:29:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_cache.c:30:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_cache.c:31:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_cache.c:32:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_cache.c:33:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_cache.c:34:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_cache.c:35:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_calc.c:344:19: warning: Either the condition 'st' is redundant or there is possible null pointer dereference: st. [nullPointerRedundantCheck]
efl-1.8.6/src/lib/edje/edje_calc.c:340:8: note: Assuming that condition 'st' is not redundant
efl-1.8.6/src/lib/edje/edje_calc.c:344:19: note: Null pointer dereference
efl-1.8.6/src/lib/edje/edje_calc.c:278:34: style: The scope of the variable 'd' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_calc.c:394:8: style: The scope of the variable 'image_count' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_calc.c:394:21: style: The scope of the variable 'image_num' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_calc.c:1326:26: style: The scope of the variable 'ptxt' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_calc.c:2884:26: style: The scope of the variable 'col2' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_calc.c:2885:8: style: The scope of the variable 'i' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_calc.c:2885:11: style: The scope of the variable 'j' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_calc.c:2885:14: style: The scope of the variable 'idx' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_calc.c:2960:8: style: The scope of the variable 'i' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_calc.c:2962:20: style: The scope of the variable 'color' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_calc.c:3076:24: style: The scope of the variable 'pos2' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_calc.c:768:35: style: Function '_edje_part_dragable_calc' argument 1 names different: declaration 'ed' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:1951:38: note: Function '_edje_part_dragable_calc' argument 1 names different: declaration 'ed' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_calc.c:768:35: note: Function '_edje_part_dragable_calc' argument 1 names different: declaration 'ed' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_callbacks.c:360:27: style: Function '_edje_timer_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:1954:32: note: Function '_edje_timer_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_callbacks.c:360:27: note: Function '_edje_timer_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_convert.c:189:0: error: syntax error [syntaxError]
efl-1.8.6/src/lib/edje/edje_data.c:511:4: style: struct member '_Edje_Map_Color_Pointer::pointer' is never used. [unusedStructMember]
efl-1.8.6/src/lib/edje/edje_data.c:728:4: style: struct member '_Edje_Part_Image_Id_Pointer::pointer' is never used. [unusedStructMember]
efl-1.8.6/src/lib/edje/edje_data.c:873:4: style: struct member '_Edje_Part_Description_Common_Pointer::pointer' is never used. [unusedStructMember]
efl-1.8.6/src/lib/edje/edje_data.c:874:4: style: struct member '_Edje_Part_Description_Common_Pointer::pointer' is never used. [unusedStructMember]
efl-1.8.6/src/lib/edje/edje_data.c:875:4: style: struct member '_Edje_Part_Description_Common_Pointer::pointer' is never used. [unusedStructMember]
efl-1.8.6/src/lib/edje/edje_data.c:876:4: style: struct member '_Edje_Part_Description_Common_Pointer::pointer' is never used. [unusedStructMember]
efl-1.8.6/src/lib/edje/edje_data.c:877:4: style: struct member '_Edje_Part_Description_Image_Pointer::pointer' is never used. [unusedStructMember]
efl-1.8.6/src/lib/edje/edje_data.c:878:4: style: struct member '_Edje_Part_Description_Proxy_Pointer::pointer' is never used. [unusedStructMember]
efl-1.8.6/src/lib/edje/edje_data.c:879:4: style: struct member '_Edje_Part_Description_Text_Pointer::pointer' is never used. [unusedStructMember]
efl-1.8.6/src/lib/edje/edje_data.c:880:4: style: struct member '_Edje_Part_Description_Text_Pointer::pointer' is never used. [unusedStructMember]
efl-1.8.6/src/lib/edje/edje_data.c:881:4: style: struct member '_Edje_Part_Description_Box_Pointer::pointer' is never used. [unusedStructMember]
efl-1.8.6/src/lib/edje/edje_data.c:882:4: style: struct member '_Edje_Part_Description_Table_Pointer::pointer' is never used. [unusedStructMember]
efl-1.8.6/src/lib/edje/edje_data.c:883:4: style: struct member '_Edje_Part_Description_External_Pointer::pointer' is never used. [unusedStructMember]
efl-1.8.6/src/lib/edje/edje_data.c:958:4: style: struct member '_Edje_Pack_Element_Pointer::pointer' is never used. [unusedStructMember]
efl-1.8.6/src/lib/edje/edje_data.c:1016:4: style: struct member '_Edje_Program_Pointer::pointer' is never used. [unusedStructMember]
efl-1.8.6/src/lib/edje/edje_data.c:1023:4: style: struct member '_Edje_Part_Pointer::pointer' is never used. [unusedStructMember]
efl-1.8.6/src/lib/edje/edje_data.c:1026:4: style: struct member '_Edje_Limit_Pointer::pointer' is never used. [unusedStructMember]
efl-1.8.6/src/lib/edje/edje_edit.c:3399:0: error: failed to expand 'FUNC_STATE_DOUBLE_FILL', Invalid ## usage when expanding 'FUNC_STATE_DOUBLE_FILL'. [preprocessorErrorDirective]
efl-1.8.6/src/lib/edje/edje_embryo.c:935:10: style: The scope of the variable 'f' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_embryo.c:1486:21: style: The scope of the variable 'f' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_embryo.c:1552:26: style: The scope of the variable 'f' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_embryo.c:1568:40: style: The scope of the variable 'emsg' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_embryo.c:1592:42: style: The scope of the variable 'emsg' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_embryo.c:1600:26: style: The scope of the variable 'f' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_embryo.c:1622:44: style: The scope of the variable 'emsg' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_embryo.c:1651:46: style: The scope of the variable 'emsg' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_embryo.c:1670:31: style: The scope of the variable 'f' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_embryo.c:2012:44: style: The scope of the variable 'img' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_embryo.c:2013:44: style: The scope of the variable 'proxy' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_embryo.c:2033:44: style: The scope of the variable 'img' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_embryo.c:2034:44: style: The scope of the variable 'proxy' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_embryo.c:2062:44: style: The scope of the variable 'img' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_embryo.c:2063:44: style: The scope of the variable 'proxy' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_embryo.c:2599:44: style: The scope of the variable 'img' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_embryo.c:2600:44: style: The scope of the variable 'proxy' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_embryo.c:2622:44: style: The scope of the variable 'img' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_embryo.c:2623:44: style: The scope of the variable 'proxy' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_embryo.c:2651:44: style: The scope of the variable 'img' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_embryo.c:2652:44: style: The scope of the variable 'proxy' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_embryo.c:3869:28: style: The scope of the variable 'cptr' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_embryo.c:293:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_embryo.c:332:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_embryo.c:439:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_embryo.c:455:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_embryo.c:471:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_embryo.c:487:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_embryo.c:516:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_embryo.c:615:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_embryo.c:650:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_embryo.c:814:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_embryo.c:815:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_embryo.c:833:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_embryo.c:859:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_embryo.c:884:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_embryo.c:905:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_embryo.c:921:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_embryo.c:942:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_embryo.c:992:24: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_embryo.c:1024:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_embryo.c:1025:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_embryo.c:1176:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_embryo.c:1208:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_embryo.c:1262:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_embryo.c:1282:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_embryo.c:1301:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_embryo.c:1302:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_embryo.c:1319:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_embryo.c:1463:24: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_embryo.c:1466:27: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_embryo.c:1476:22: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_embryo.c:1488:22: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_embryo.c:1505:22: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_embryo.c:1518:29: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_embryo.c:1532:22: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_embryo.c:1548:22: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_embryo.c:1578:24: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_embryo.c:1581:27: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_embryo.c:1603:24: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_embryo.c:1606:27: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_embryo.c:1632:24: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_embryo.c:1636:27: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_embryo.c:1661:24: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_embryo.c:1665:27: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_embryo.c:1713:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_embryo.c:1936:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_embryo.c:2098:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_embryo.c:2114:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_embryo.c:2128:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_embryo.c:2142:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_embryo.c:2523:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_embryo.c:2691:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_embryo.c:2708:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_embryo.c:2723:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_embryo.c:2738:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_embryo.c:3026:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_embryo.c:3065:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_embryo.c:3091:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_embryo.c:3117:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_embryo.c:3144:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_embryo.c:3169:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_embryo.c:3200:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_embryo.c:3214:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_embryo.c:3243:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_embryo.c:3247:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_embryo.c:3270:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_embryo.c:3301:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_embryo.c:3315:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_embryo.c:3344:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_embryo.c:3348:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_embryo.c:3371:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_embryo.c:3397:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_entry.c:266:4: style: Variable 'text2' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/edje/edje_entry.c:261:0: note: Variable 'text2' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/edje/edje_entry.c:266:4: note: Variable 'text2' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/edje/edje_entry.c:3469:9: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
efl-1.8.6/src/lib/edje/edje_entry.c:3471:9: note: Found duplicate branches for 'if' and 'else'.
efl-1.8.6/src/lib/edje/edje_entry.c:3469:9: note: Found duplicate branches for 'if' and 'else'.
efl-1.8.6/src/lib/edje/edje_entry.c:3507:9: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
efl-1.8.6/src/lib/edje/edje_entry.c:3509:9: note: Found duplicate branches for 'if' and 'else'.
efl-1.8.6/src/lib/edje/edje_entry.c:3507:9: note: Found duplicate branches for 'if' and 'else'.
efl-1.8.6/src/lib/edje/edje_entry.c:714:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_entry.c:714:16: style: The scope of the variable 'n' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_entry.c:715:11: style: The scope of the variable 'len' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_entry.c:787:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_entry.c:787:16: style: The scope of the variable 'n' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_entry.c:788:11: style: The scope of the variable 'len' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_entry.c:819:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_entry.c:819:16: style: The scope of the variable 'n' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_entry.c:820:11: style: The scope of the variable 'len' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_entry.c:841:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_entry.c:841:16: style: The scope of the variable 'n' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_entry.c:842:11: style: The scope of the variable 'len' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_entry.c:2076:27: style: The scope of the variable 'sc' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_entry.c:2270:27: style: The scope of the variable 'tc' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_entry.c:2883:15: style: The scope of the variable 'l' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_entry.c:2932:15: style: The scope of the variable 'l' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_entry.c:3820:8: style: Unused variable: cursor_pos [unusedVariable]
efl-1.8.6/src/lib/edje/edje_entry.c:733:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_entry.c:764:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_entry.c:806:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_entry.c:829:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_entry.c:852:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_external.c:36:35: style: Function '_part_external_object_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2542:36: note: Function '_part_external_object_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_external.c:36:35: note: Function '_part_external_object_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_external.c:147:36: style: Function '_part_external_content_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2545:37: note: Function '_part_external_content_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_external.c:147:36: note: Function '_part_external_content_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_external.c:566:39: style: Function '_edje_external_params_free' argument 1 names different: declaration 'params' definition 'external_params'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2341:44: note: Function '_edje_external_params_free' argument 1 names different: declaration 'params' definition 'external_params'.
efl-1.8.6/src/lib/edje/edje_external.c:566:39: note: Function '_edje_external_params_free' argument 1 names different: declaration 'params' definition 'external_params'.
efl-1.8.6/src/lib/edje/edje_external.c:582:38: style: Function '_edje_external_recalc_apply' argument 1 names different: declaration 'ed' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2342:40: note: Function '_edje_external_recalc_apply' argument 1 names different: declaration 'ed' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_external.c:582:38: note: Function '_edje_external_recalc_apply' argument 1 names different: declaration 'ed' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_external.c:583:33: style: Function '_edje_external_recalc_apply' argument 3 names different: declaration 'params' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2343:24: note: Function '_edje_external_recalc_apply' argument 3 names different: declaration 'params' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_external.c:583:33: note: Function '_edje_external_recalc_apply' argument 3 names different: declaration 'params' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_external.c:584:50: style: Function '_edje_external_recalc_apply' argument 4 names different: declaration 'chosen_desc' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2344:36: note: Function '_edje_external_recalc_apply' argument 4 names different: declaration 'chosen_desc' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_external.c:584:50: note: Function '_edje_external_recalc_apply' argument 4 names different: declaration 'chosen_desc' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_load.c:875:27: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
efl-1.8.6/src/lib/edje/edje_load.c:1225:39: style: The scope of the variable 'search' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_load.c:1228:31: style: The scope of the variable 'ls' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_load.c:1230:24: style: The scope of the variable 'idx' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_load.c:1280:23: style: The scope of the variable 'eud' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_load.c:1438:20: style: The scope of the variable 'ep' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_load.c:1541:22: style: The scope of the variable 'i' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_load.c:103:19: style: Function '_file_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2548:20: note: Function '_file_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_load.c:103:19: note: Function '_file_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_load.c:122:25: style: Function '_load_error_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2549:26: note: Function '_load_error_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_load.c:122:25: note: Function '_load_error_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_load.c:337:53: style: Function '_edje_programs_patterns_clean' argument 1 names different: declaration 'ed' definition 'edc'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2000:58: note: Function '_edje_programs_patterns_clean' argument 1 names different: declaration 'ed' definition 'edc'.
efl-1.8.6/src/lib/edje/edje_load.c:337:53: note: Function '_edje_programs_patterns_clean' argument 1 names different: declaration 'ed' definition 'edc'.
efl-1.8.6/src/lib/edje/edje_load.c:1861:61: style: Function '_cb_signal_repeat' argument 3 names different: declaration 'signal' definition 'sig'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_load.c:67:73: note: Function '_cb_signal_repeat' argument 3 names different: declaration 'signal' definition 'sig'.
efl-1.8.6/src/lib/edje/edje_load.c:1861:61: note: Function '_cb_signal_repeat' argument 3 names different: declaration 'signal' definition 'sig'.
efl-1.8.6/src/lib/edje/edje_load.c:1962:25: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_lua2.c:1010:21: style: The scope of the variable 'str' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_lua2.c:1953:26: style: The scope of the variable 'elo2' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_lua2.c:1954:17: style: The scope of the variable 'o' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_lua2.c:2020:26: style: The scope of the variable 'elo2' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_lua2.c:2021:17: style: The scope of the variable 'o' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_lua2.c:2259:26: style: The scope of the variable 'elo2' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_lua2.c:2812:11: style: The scope of the variable 'id' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_lua2.c:2829:40: style: The scope of the variable 'de' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_lua2.c:3659:12: style: The scope of the variable 'inlined_font' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_lua2.c:4142:8: style: The scope of the variable 'err' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_lua2.c:4165:8: style: The scope of the variable 'err' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_lua2.c:4187:8: style: The scope of the variable 'err' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_lua2.c:4209:8: style: The scope of the variable 'err' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_lua2.c:4234:8: style: The scope of the variable 'err' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_lua2.c:4260:8: style: The scope of the variable 'err' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_lua2.c:4260:13: style: The scope of the variable 'n' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_lua2.c:4260:16: style: The scope of the variable 'c' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_lua2.c:4260:19: style: The scope of the variable 'i' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_lua2.c:4395:8: style: The scope of the variable 'err' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_lua2.c:4074:50: style: Function '_edje_lua2_script_load' argument 1 names different: declaration 'edc' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2389:51: note: Function '_edje_lua2_script_load' argument 1 names different: declaration 'edc' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_lua2.c:4074:50: note: Function '_edje_lua2_script_load' argument 1 names different: declaration 'edc' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_lua2.c:4074:74: style: Function '_edje_lua2_script_load' argument 2 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2389:62: note: Function '_edje_lua2_script_load' argument 2 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_lua2.c:4074:74: note: Function '_edje_lua2_script_load' argument 2 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_lua2.c:4074:96: style: Function '_edje_lua2_script_load' argument 3 names different: declaration 'size' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2389:72: note: Function '_edje_lua2_script_load' argument 3 names different: declaration 'size' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_lua2.c:4074:96: note: Function '_edje_lua2_script_load' argument 3 names different: declaration 'size' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_lua2.c:4082:52: style: Function '_edje_lua2_script_unload' argument 1 names different: declaration 'edc' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2390:53: note: Function '_edje_lua2_script_unload' argument 1 names different: declaration 'edc' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_lua2.c:4082:52: note: Function '_edje_lua2_script_unload' argument 1 names different: declaration 'edc' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_lua2.c:986:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_lua2.c:994:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_lua2.c:1002:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_lua2.c:1017:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_lua2.c:1039:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_lua2.c:1060:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_lua2.c:1075:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_lua2.c:1084:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_lua2.c:1101:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_lua2.c:1125:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_lua2.c:3678:23: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_main.c:229:16: style: The scope of the variable 'color_class' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_main.c:230:19: style: The scope of the variable 'it' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_match.c:443:1: style: Function 'edje_match_programs_signal_init' argument 1 names different: declaration 'array' definition 'lst'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:1862:72: note: Function 'edje_match_programs_signal_init' argument 1 names different: declaration 'array' definition 'lst'.
efl-1.8.6/src/lib/edje/edje_match.c:443:1: note: Function 'edje_match_programs_signal_init' argument 1 names different: declaration 'array' definition 'lst'.
efl-1.8.6/src/lib/edje/edje_match.c:446:1: style: Function 'edje_match_programs_source_init' argument 1 names different: declaration 'array' definition 'lst'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:1864:72: note: Function 'edje_match_programs_source_init' argument 1 names different: declaration 'array' definition 'lst'.
efl-1.8.6/src/lib/edje/edje_match.c:446:1: note: Function 'edje_match_programs_source_init' argument 1 names different: declaration 'array' definition 'lst'.
efl-1.8.6/src/lib/edje/edje_match.c:449:1: style: Function 'edje_match_callback_signal_init' argument 1 names different: declaration 'lst' definition 'array'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:1866:70: note: Function 'edje_match_callback_signal_init' argument 1 names different: declaration 'lst' definition 'array'.
efl-1.8.6/src/lib/edje/edje_match.c:449:1: note: Function 'edje_match_callback_signal_init' argument 1 names different: declaration 'lst' definition 'array'.
efl-1.8.6/src/lib/edje/edje_match.c:451:1: style: Function 'edje_match_callback_source_init' argument 1 names different: declaration 'lst' definition 'array'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:1868:70: note: Function 'edje_match_callback_source_init' argument 1 names different: declaration 'lst' definition 'array'.
efl-1.8.6/src/lib/edje/edje_match.c:451:1: note: Function 'edje_match_callback_source_init' argument 1 names different: declaration 'lst' definition 'array'.
efl-1.8.6/src/lib/edje/edje_match.c:648:50: style: Function 'edje_match_programs_exec' argument 3 names different: declaration 'signal' definition 'sig'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:1875:32: note: Function 'edje_match_programs_exec' argument 3 names different: declaration 'signal' definition 'sig'.
efl-1.8.6/src/lib/edje/edje_match.c:648:50: note: Function 'edje_match_programs_exec' argument 3 names different: declaration 'signal' definition 'sig'.
efl-1.8.6/src/lib/edje/edje_match.c:821:66: style: Function 'edje_match_callback_hash_build' argument 1 names different: declaration 'callback' definition 'callbacks'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:1893:71: note: Function 'edje_match_callback_hash_build' argument 1 names different: declaration 'callback' definition 'callbacks'.
efl-1.8.6/src/lib/edje/edje_match.c:821:66: note: Function 'edje_match_callback_hash_build' argument 1 names different: declaration 'callback' definition 'callbacks'.
efl-1.8.6/src/lib/edje/edje_match.c:865:47: style: Function 'edje_match_signal_source_hash_get' argument 1 names different: declaration 'signal' definition 'sig'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:1897:67: note: Function 'edje_match_signal_source_hash_get' argument 1 names different: declaration 'signal' definition 'sig'.
efl-1.8.6/src/lib/edje/edje_match.c:865:47: note: Function 'edje_match_signal_source_hash_get' argument 1 names different: declaration 'signal' definition 'sig'.
efl-1.8.6/src/lib/edje/edje_message_queue.c:257:6: style: The scope of the variable 'i' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_message_queue.c:42:34: style: Function '_message_send' argument 2 names different: declaration '_pd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2551:35: note: Function '_message_send' argument 2 names different: declaration '_pd' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_message_queue.c:42:34: note: Function '_message_send' argument 2 names different: declaration '_pd' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_message_queue.c:59:30: style: Function '_message_handler_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2552:31: note: Function '_message_handler_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_message_queue.c:59:30: note: Function '_message_handler_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_message_queue.c:75:33: style: Function '_message_signal_process' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2553:34: note: Function '_message_signal_process' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_message_queue.c:75:33: note: Function '_message_signal_process' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_message_queue.c:75:71: style: Function '_message_signal_process' argument 3 names different: declaration 'list' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2553:59: note: Function '_message_signal_process' argument 3 names different: declaration 'list' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_message_queue.c:75:71: note: Function '_message_signal_process' argument 3 names different: declaration 'list' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_module.c:31:4: style: Variable 'em' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/edje/edje_module.c:26:0: note: Variable 'em' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/edje/edje_module.c:31:4: note: Variable 'em' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/edje/edje_module.c:134:19: style: The scope of the variable 'it' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_program.c:1308:13: style: Condition '!done' is always true [knownConditionTrueFalse]
efl-1.8.6/src/lib/edje/edje_program.c:1258:16: note: Assignment 'done=0', assigned value is 0
efl-1.8.6/src/lib/edje/edje_program.c:1308:13: note: Condition '!done' is always true
efl-1.8.6/src/lib/edje/edje_program.c:171:11: style: The scope of the variable 't' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_program.c:172:15: style: The scope of the variable 'l' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_program.c:173:26: style: The scope of the variable 'runp' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_program.c:673:37: style: The scope of the variable 'runp' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_program.c:674:37: style: The scope of the variable 'pp' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_program.c:62:30: style: Function '_signal_callback_add' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2555:31: note: Function '_signal_callback_add' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_program.c:62:30: note: Function '_signal_callback_add' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_program.c:100:30: style: Function '_signal_callback_del' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2556:31: note: Function '_signal_callback_del' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_program.c:100:30: note: Function '_signal_callback_del' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_program.c:144:22: style: Function '_signal_emit' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2558:23: note: Function '_signal_emit' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_program.c:144:22: note: Function '_signal_emit' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_program.c:166:19: style: Function '_play_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2559:20: note: Function '_play_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_program.c:166:19: note: Function '_play_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_program.c:215:19: style: Function '_play_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2560:20: note: Function '_play_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_program.c:215:19: note: Function '_play_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_program.c:306:24: style: Function '_animation_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2562:25: note: Function '_animation_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_program.c:306:24: note: Function '_animation_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_program.c:1227:45: style: Function '_edje_emit_handle' argument 4 names different: declaration 'data' definition 'sdata'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2004:94: note: Function '_edje_emit_handle' argument 4 names different: declaration 'data' definition 'sdata'.
efl-1.8.6/src/lib/edje/edje_program.c:1227:45: note: Function '_edje_emit_handle' argument 4 names different: declaration 'data' definition 'sdata'.
efl-1.8.6/src/lib/edje/edje_program.c:1042:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_program.c:1063:29: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_program.c:1084:25: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_script_only.c:410:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_script_only.c:411:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_signal.c:174:40: style: Function '_edje_signal_callback_push' argument 2 names different: declaration 'signal' definition 'sig'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:1964:45: note: Function '_edje_signal_callback_push' argument 2 names different: declaration 'signal' definition 'sig'.
efl-1.8.6/src/lib/edje/edje_signal.c:174:40: note: Function '_edje_signal_callback_push' argument 2 names different: declaration 'signal' definition 'sig'.
efl-1.8.6/src/lib/edje/edje_signal.c:174:57: style: Function '_edje_signal_callback_push' argument 3 names different: declaration 'source' definition 'src'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:1964:65: note: Function '_edje_signal_callback_push' argument 3 names different: declaration 'source' definition 'src'.
efl-1.8.6/src/lib/edje/edje_signal.c:174:57: note: Function '_edje_signal_callback_push' argument 3 names different: declaration 'source' definition 'src'.
efl-1.8.6/src/lib/edje/edje_signal.c:301:43: style: Function '_edje_signal_callback_disable' argument 2 names different: declaration 'signal' definition 'sig'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:1968:49: note: Function '_edje_signal_callback_disable' argument 2 names different: declaration 'signal' definition 'sig'.
efl-1.8.6/src/lib/edje/edje_signal.c:301:43: note: Function '_edje_signal_callback_disable' argument 2 names different: declaration 'signal' definition 'sig'.
efl-1.8.6/src/lib/edje/edje_signal.c:301:60: style: Function '_edje_signal_callback_disable' argument 3 names different: declaration 'source' definition 'src'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:1968:69: note: Function '_edje_signal_callback_disable' argument 3 names different: declaration 'source' definition 'src'.
efl-1.8.6/src/lib/edje/edje_signal.c:301:60: note: Function '_edje_signal_callback_disable' argument 3 names different: declaration 'source' definition 'src'.
efl-1.8.6/src/lib/edje/edje_smart.c:221:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_text.c:118:24: warning: Either the condition 'base' is redundant or there is possible null pointer dereference: base. [nullPointerRedundantCheck]
efl-1.8.6/src/lib/edje/edje_text.c:114:8: note: Assuming that condition 'base' is not redundant
efl-1.8.6/src/lib/edje/edje_text.c:118:24: note: Null pointer dereference
efl-1.8.6/src/lib/edje/edje_text.c:58:45: style: Function '_edje_text_part_on_del' argument 2 names different: declaration 'ep' definition 'pt'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2015:60: note: Function '_edje_text_part_on_del' argument 2 names different: declaration 'ep' definition 'pt'.
efl-1.8.6/src/lib/edje/edje_text.c:58:45: note: Function '_edje_text_part_on_del' argument 2 names different: declaration 'ep' definition 'pt'.
efl-1.8.6/src/lib/edje/edje_text.c:213:22: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_util.c:1313:14: style: Variable 'new' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/edje/edje_util.c:1310:0: note: Variable 'new' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/edje/edje_util.c:1313:14: note: Variable 'new' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/edje/edje_util.c:3733:28: style: The scope of the variable 'eud' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_util.c:3734:20: style: The scope of the variable 'l' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_util.c:5358:23: style: The scope of the variable 'eud' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_util.c:5748:30: style: The scope of the variable 'tmp' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_util.c:1903:29: style: Checking if unsigned variable 'rp->part->entry_mode' is less than zero. [unsignedLessThanZero]
efl-1.8.6/src/lib/edje/edje_util.c:401:20: style: Function '_scale_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2422:21: note: Function '_scale_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:401:20: note: Function '_scale_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:418:23: style: Function '_mirrored_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2423:24: note: Function '_mirrored_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:418:23: note: Function '_mirrored_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:483:19: style: Function '_data_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2425:20: note: Function '_data_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:483:19: note: Function '_data_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:508:17: style: Function '_freeze' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2426:18: note: Function '_freeze' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:508:17: note: Function '_freeze' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:540:15: style: Function '_thaw' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2427:16: note: Function '_thaw' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:540:15: note: Function '_thaw' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:712:54: style: Function '_edje_color_class_list_foreach' argument 1 names different: declaration 'hash' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_util.c:45:66: note: Function '_edje_color_class_list_foreach' argument 1 names different: declaration 'hash' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:712:54: note: Function '_edje_color_class_list_foreach' argument 1 names different: declaration 'hash' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:712:95: style: Function '_edje_color_class_list_foreach' argument 3 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_util.c:45:95: note: Function '_edje_color_class_list_foreach' argument 3 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:712:95: note: Function '_edje_color_class_list_foreach' argument 3 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:731:26: style: Function '_color_class_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2428:27: note: Function '_color_class_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:731:26: note: Function '_color_class_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:828:48: style: Function 'edje_object_color_class_get' argument 1 names different: declaration 'o' definition 'obj'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/Edje_Legacy.h:2051:75: note: Function 'edje_object_color_class_get' argument 1 names different: declaration 'o' definition 'obj'.
efl-1.8.6/src/lib/edje/edje_util.c:828:48: note: Function 'edje_object_color_class_get' argument 1 names different: declaration 'o' definition 'obj'.
efl-1.8.6/src/lib/edje/edje_util.c:837:26: style: Function '_color_class_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2429:27: note: Function '_color_class_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:837:26: note: Function '_color_class_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:1020:53: style: Function '_edje_text_class_list_foreach' argument 1 names different: declaration 'hash' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_util.c:46:65: note: Function '_edje_text_class_list_foreach' argument 1 names different: declaration 'hash' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:1020:53: note: Function '_edje_text_class_list_foreach' argument 1 names different: declaration 'hash' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:1020:94: style: Function '_edje_text_class_list_foreach' argument 3 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_util.c:46:94: note: Function '_edje_text_class_list_foreach' argument 3 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:1020:94: note: Function '_edje_text_class_list_foreach' argument 3 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:1039:25: style: Function '_text_class_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2430:26: note: Function '_text_class_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:1039:25: note: Function '_text_class_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:1125:22: style: Function '_part_exists' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2431:23: note: Function '_part_exists' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:1125:22: note: Function '_part_exists' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:1150:26: style: Function '_part_object_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2432:27: note: Function '_part_object_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:1150:26: note: Function '_part_object_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:1178:28: style: Function '_part_geometry_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2433:29: note: Function '_part_geometry_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:1178:28: note: Function '_part_geometry_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:1227:28: style: Function '_item_provider_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2434:29: note: Function '_item_provider_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:1227:28: note: Function '_item_provider_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:1245:29: style: Function '_text_change_cb_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2435:30: note: Function '_text_change_cb_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:1245:29: note: Function '_text_change_cb_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:1345:36: style: Function '_part_text_style_user_push' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2436:37: note: Function '_part_text_style_user_push' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:1345:36: note: Function '_part_text_style_user_push' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:1377:35: style: Function '_part_text_style_user_pop' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2437:36: note: Function '_part_text_style_user_pop' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:1377:35: note: Function '_part_text_style_user_pop' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:1406:36: style: Function '_part_text_style_user_peek' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2438:37: note: Function '_part_text_style_user_peek' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:1406:36: note: Function '_part_text_style_user_peek' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:1497:24: style: Function '_part_text_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2440:25: note: Function '_part_text_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:1497:24: note: Function '_part_text_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:1778:34: style: Function '_part_text_unescaped_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2443:35: note: Function '_part_text_unescaped_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:1778:34: note: Function '_part_text_unescaped_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:1827:34: style: Function '_part_text_selection_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2444:35: note: Function '_part_text_selection_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:1827:34: note: Function '_part_text_selection_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:1850:32: style: Function '_part_text_select_none' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2445:33: note: Function '_part_text_select_none' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:1850:32: note: Function '_part_text_select_none' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:1871:31: style: Function '_part_text_select_all' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2446:32: note: Function '_part_text_select_all' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:1871:31: note: Function '_part_text_select_all' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:1957:36: style: Function '_part_text_anchor_list_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2449:37: note: Function '_part_text_anchor_list_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:1957:36: note: Function '_part_text_anchor_list_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:1982:40: style: Function '_part_text_anchor_geometry_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2450:41: note: Function '_part_text_anchor_geometry_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:1982:40: note: Function '_part_text_anchor_geometry_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:2008:34: style: Function '_part_text_item_list_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2451:35: note: Function '_part_text_item_list_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:2008:34: note: Function '_part_text_item_list_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:2033:38: style: Function '_part_text_item_geometry_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2452:39: note: Function '_part_text_item_geometry_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:2033:38: note: Function '_part_text_item_geometry_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:2064:40: style: Function '_part_text_cursor_geometry_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2453:41: note: Function '_part_text_cursor_geometry_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:2064:40: note: Function '_part_text_cursor_geometry_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:2097:32: style: Function '_part_text_user_insert' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2454:33: note: Function '_part_text_user_insert' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:2097:32: note: Function '_part_text_user_insert' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:2119:37: style: Function '_part_text_select_allow_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2455:38: note: Function '_part_text_select_allow_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:2119:37: note: Function '_part_text_select_allow_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:2141:33: style: Function '_part_text_select_abort' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2456:34: note: Function '_part_text_select_abort' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:2141:33: note: Function '_part_text_select_abort' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:2162:33: style: Function '_part_text_select_begin' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2457:34: note: Function '_part_text_select_begin' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:2162:33: note: Function '_part_text_select_begin' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:2183:34: style: Function '_part_text_select_extend' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2458:35: note: Function '_part_text_select_extend' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:2183:34: note: Function '_part_text_select_extend' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:2206:36: style: Function '_part_text_imf_context_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2459:37: note: Function '_part_text_imf_context_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:2206:36: note: Function '_part_text_imf_context_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:2233:32: style: Function '_part_text_cursor_next' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2460:33: note: Function '_part_text_cursor_next' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:2233:32: note: Function '_part_text_cursor_next' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:2262:32: style: Function '_part_text_cursor_prev' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2461:33: note: Function '_part_text_cursor_prev' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:2262:32: note: Function '_part_text_cursor_prev' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:2291:30: style: Function '_part_text_cursor_up' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2462:31: note: Function '_part_text_cursor_up' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:2291:30: note: Function '_part_text_cursor_up' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:2320:32: style: Function '_part_text_cursor_down' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2463:33: note: Function '_part_text_cursor_down' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:2320:32: note: Function '_part_text_cursor_down' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:2347:37: style: Function '_part_text_cursor_begin_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2464:38: note: Function '_part_text_cursor_begin_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:2347:37: note: Function '_part_text_cursor_begin_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:2371:35: style: Function '_part_text_cursor_end_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2465:36: note: Function '_part_text_cursor_end_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:2371:35: note: Function '_part_text_cursor_end_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:2395:32: style: Function '_part_text_cursor_copy' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2466:33: note: Function '_part_text_cursor_copy' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:2395:32: note: Function '_part_text_cursor_copy' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:2420:42: style: Function '_part_text_cursor_line_begin_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2467:43: note: Function '_part_text_cursor_line_begin_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:2420:42: note: Function '_part_text_cursor_line_begin_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:2444:40: style: Function '_part_text_cursor_line_end_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2468:41: note: Function '_part_text_cursor_line_end_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:2444:40: note: Function '_part_text_cursor_line_end_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:2472:37: style: Function '_part_text_cursor_coord_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2469:38: note: Function '_part_text_cursor_coord_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:2472:37: note: Function '_part_text_cursor_coord_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:2503:41: style: Function '_part_text_cursor_is_format_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2470:42: note: Function '_part_text_cursor_is_format_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:2503:41: note: Function '_part_text_cursor_is_format_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:2531:49: style: Function '_part_text_cursor_is_visible_format_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2471:50: note: Function '_part_text_cursor_is_visible_format_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:2531:49: note: Function '_part_text_cursor_is_visible_format_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:2559:39: style: Function '_part_text_cursor_content_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2472:40: note: Function '_part_text_cursor_content_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:2559:39: note: Function '_part_text_cursor_content_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:2585:35: style: Function '_part_text_cursor_pos_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2473:36: note: Function '_part_text_cursor_pos_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:2585:35: note: Function '_part_text_cursor_pos_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:2612:35: style: Function '_part_text_cursor_pos_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2474:36: note: Function '_part_text_cursor_pos_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:2612:35: note: Function '_part_text_cursor_pos_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:2638:38: style: Function '_part_text_imf_context_reset' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2475:39: note: Function '_part_text_imf_context_reset' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:2638:38: note: Function '_part_text_imf_context_reset' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:2661:43: style: Function '_part_text_input_panel_layout_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2476:44: note: Function '_part_text_input_panel_layout_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:2661:43: note: Function '_part_text_input_panel_layout_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:2687:43: style: Function '_part_text_input_panel_layout_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2477:44: note: Function '_part_text_input_panel_layout_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:2687:43: note: Function '_part_text_input_panel_layout_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:2711:53: style: Function '_part_text_input_panel_layout_variation_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2478:54: note: Function '_part_text_input_panel_layout_variation_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:2711:53: note: Function '_part_text_input_panel_layout_variation_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:2738:53: style: Function '_part_text_input_panel_layout_variation_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2479:54: note: Function '_part_text_input_panel_layout_variation_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:2738:53: note: Function '_part_text_input_panel_layout_variation_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:2765:41: style: Function '_part_text_autocapital_type_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2480:42: note: Function '_part_text_autocapital_type_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:2765:41: note: Function '_part_text_autocapital_type_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:2791:41: style: Function '_part_text_autocapital_type_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2481:42: note: Function '_part_text_autocapital_type_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:2791:41: note: Function '_part_text_autocapital_type_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:2816:41: style: Function '_part_text_prediction_allow_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2482:42: note: Function '_part_text_prediction_allow_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:2816:41: note: Function '_part_text_prediction_allow_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:2842:41: style: Function '_part_text_prediction_allow_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2483:42: note: Function '_part_text_prediction_allow_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:2842:41: note: Function '_part_text_prediction_allow_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:2867:44: style: Function '_part_text_input_panel_enabled_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2484:45: note: Function '_part_text_input_panel_enabled_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:2867:44: note: Function '_part_text_input_panel_enabled_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:2893:44: style: Function '_part_text_input_panel_enabled_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2485:45: note: Function '_part_text_input_panel_enabled_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:2893:44: note: Function '_part_text_input_panel_enabled_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:2918:37: style: Function '_part_text_input_panel_show' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2486:38: note: Function '_part_text_input_panel_show' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:2918:37: note: Function '_part_text_input_panel_show' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:2939:37: style: Function '_part_text_input_panel_hide' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2487:38: note: Function '_part_text_input_panel_hide' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:2939:37: note: Function '_part_text_input_panel_hide' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:2960:45: style: Function '_part_text_input_panel_language_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2488:46: note: Function '_part_text_input_panel_language_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:2960:45: note: Function '_part_text_input_panel_language_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:2986:45: style: Function '_part_text_input_panel_language_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2489:46: note: Function '_part_text_input_panel_language_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:2986:45: note: Function '_part_text_input_panel_language_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:3011:43: style: Function '_part_text_input_panel_imdata_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2490:44: note: Function '_part_text_input_panel_imdata_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:3011:43: note: Function '_part_text_input_panel_imdata_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:3036:43: style: Function '_part_text_input_panel_imdata_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2491:44: note: Function '_part_text_input_panel_imdata_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:3036:43: note: Function '_part_text_input_panel_imdata_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:3061:52: style: Function '_part_text_input_panel_return_key_type_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2492:53: note: Function '_part_text_input_panel_return_key_type_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:3061:52: note: Function '_part_text_input_panel_return_key_type_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:3087:52: style: Function '_part_text_input_panel_return_key_type_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2493:53: note: Function '_part_text_input_panel_return_key_type_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:3087:52: note: Function '_part_text_input_panel_return_key_type_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:3112:56: style: Function '_part_text_input_panel_return_key_disabled_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2494:57: note: Function '_part_text_input_panel_return_key_disabled_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:3112:56: note: Function '_part_text_input_panel_return_key_disabled_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:3138:56: style: Function '_part_text_input_panel_return_key_disabled_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2495:57: note: Function '_part_text_input_panel_return_key_disabled_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:3138:56: note: Function '_part_text_input_panel_return_key_disabled_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:3163:42: style: Function '_text_insert_filter_callback_add' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2496:43: note: Function '_text_insert_filter_callback_add' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:3163:42: note: Function '_text_insert_filter_callback_add' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:3190:42: style: Function '_text_insert_filter_callback_del' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2497:43: note: Function '_text_insert_filter_callback_del' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:3190:42: note: Function '_text_insert_filter_callback_del' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:3226:47: style: Function '_text_insert_filter_callback_del_full' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2498:48: note: Function '_text_insert_filter_callback_del_full' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:3226:47: note: Function '_text_insert_filter_callback_del_full' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:3262:42: style: Function '_text_markup_filter_callback_add' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2499:43: note: Function '_text_markup_filter_callback_add' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:3262:42: note: Function '_text_markup_filter_callback_add' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:3289:42: style: Function '_text_markup_filter_callback_del' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2500:43: note: Function '_text_markup_filter_callback_del' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:3289:42: note: Function '_text_markup_filter_callback_del' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:3325:47: style: Function '_text_markup_filter_callback_del_full' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2501:48: note: Function '_text_markup_filter_callback_del_full' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:3325:47: note: Function '_text_markup_filter_callback_del_full' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:3363:23: style: Function '_part_swallow' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2502:24: note: Function '_part_swallow' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:3363:23: note: Function '_part_swallow' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:3711:25: style: Function '_part_unswallow' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2503:26: note: Function '_part_unswallow' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:3711:25: note: Function '_part_unswallow' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:3780:27: style: Function '_part_swallow_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2504:28: note: Function '_part_swallow_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:3780:27: note: Function '_part_swallow_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:3808:23: style: Function '_size_min_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2505:24: note: Function '_size_min_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:3808:23: note: Function '_size_min_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:3832:23: style: Function '_size_max_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2506:24: note: Function '_size_max_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:3832:23: note: Function '_size_max_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:3876:21: style: Function '_calc_force' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2507:22: note: Function '_calc_force' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:3876:21: note: Function '_calc_force' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:3876:59: style: Function '_calc_force' argument 3 names different: declaration 'list' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2507:47: note: Function '_calc_force' argument 3 names different: declaration 'list' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:3876:59: note: Function '_calc_force' argument 3 names different: declaration 'list' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:3907:35: style: Function '_size_min_calc' argument 2 names different: declaration '_pd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2508:36: note: Function '_size_min_calc' argument 2 names different: declaration '_pd' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:3907:35: note: Function '_size_min_calc' argument 2 names different: declaration '_pd' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:3924:29: style: Function '_parts_extends_calc' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2509:30: note: Function '_parts_extends_calc' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:3924:29: note: Function '_parts_extends_calc' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:3989:35: style: Function '_size_min_restricted_calc' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2510:36: note: Function '_size_min_restricted_calc' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:3989:35: note: Function '_size_min_restricted_calc' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:4153:25: style: Function '_part_state_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2511:26: note: Function '_part_state_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:4153:25: note: Function '_part_state_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:4212:28: style: Function '_part_drag_dir_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2512:29: note: Function '_part_drag_dir_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:4212:28: note: Function '_part_drag_dir_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:4242:30: style: Function '_part_drag_value_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2513:31: note: Function '_part_drag_value_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:4242:30: note: Function '_part_drag_value_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:4310:30: style: Function '_part_drag_value_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2514:31: note: Function '_part_drag_value_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:4310:30: note: Function '_part_drag_value_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:4357:29: style: Function '_part_drag_size_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2515:30: note: Function '_part_drag_size_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:4357:29: note: Function '_part_drag_size_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:4421:29: style: Function '_part_drag_size_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2516:30: note: Function '_part_drag_size_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:4421:29: note: Function '_part_drag_size_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:4463:29: style: Function '_part_drag_step_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2517:30: note: Function '_part_drag_step_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:4463:29: note: Function '_part_drag_step_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:4519:29: style: Function '_part_drag_step_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2518:30: note: Function '_part_drag_step_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:4519:29: note: Function '_part_drag_step_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:4561:29: style: Function '_part_drag_page_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2519:30: note: Function '_part_drag_page_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:4561:29: note: Function '_part_drag_page_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:4617:29: style: Function '_part_drag_page_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2520:30: note: Function '_part_drag_page_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:4617:29: note: Function '_part_drag_page_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:4659:25: style: Function '_part_drag_step' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2521:26: note: Function '_part_drag_step' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:4659:25: note: Function '_part_drag_step' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:4726:25: style: Function '_part_drag_page' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2522:26: note: Function '_part_drag_page' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:4726:25: note: Function '_part_drag_page' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:4808:26: style: Function '_part_box_append' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2523:27: note: Function '_part_box_append' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:4808:26: note: Function '_part_box_append' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:4847:27: style: Function '_part_box_prepend' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2524:28: note: Function '_part_box_prepend' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:4847:27: note: Function '_part_box_prepend' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:4885:33: style: Function '_part_box_insert_before' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2525:34: note: Function '_part_box_insert_before' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:4885:33: note: Function '_part_box_insert_before' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:4924:29: style: Function '_part_box_insert_at' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2526:30: note: Function '_part_box_insert_at' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:4924:29: note: Function '_part_box_insert_at' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:4963:26: style: Function '_part_box_remove' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2527:27: note: Function '_part_box_remove' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:4963:26: note: Function '_part_box_remove' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:5007:29: style: Function '_part_box_remove_at' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2528:30: note: Function '_part_box_remove_at' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:5007:29: note: Function '_part_box_remove_at' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:5051:30: style: Function '_part_box_remove_all' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2529:31: note: Function '_part_box_remove_all' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:5051:30: note: Function '_part_box_remove_all' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:5091:31: style: Function '_access_part_list_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2530:32: note: Function '_access_part_list_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:5091:31: note: Function '_access_part_list_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:5318:31: style: Function '_part_table_child_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2531:32: note: Function '_part_table_child_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:5318:31: note: Function '_part_table_child_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:5347:26: style: Function '_part_table_pack' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2532:27: note: Function '_part_table_pack' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:5347:26: note: Function '_part_table_pack' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:5393:28: style: Function '_part_table_unpack' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2533:29: note: Function '_part_table_unpack' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:5393:28: note: Function '_part_table_unpack' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:5435:38: style: Function '_part_table_col_row_size_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2534:39: note: Function '_part_table_col_row_size_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:5435:38: note: Function '_part_table_col_row_size_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:5465:27: style: Function '_part_table_clear' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2535:28: note: Function '_part_table_clear' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:5465:27: note: Function '_part_table_clear' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:5662:26: style: Function '_perspective_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2537:27: note: Function '_perspective_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:5662:26: note: Function '_perspective_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:5784:27: style: Function '_update_hints_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2539:28: note: Function '_update_hints_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:5784:27: note: Function '_update_hints_set' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:5810:27: style: Function '_update_hints_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2540:28: note: Function '_update_hints_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:5810:27: note: Function '_update_hints_get' argument 1 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:6078:68: style: Function '_edje_color_class_member_direct_del' argument 2 names different: declaration 'lookup' definition 'l'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2033:86: note: Function '_edje_color_class_member_direct_del' argument 2 names different: declaration 'lookup' definition 'l'.
efl-1.8.6/src/lib/edje/edje_util.c:6078:68: note: Function '_edje_color_class_member_direct_del' argument 2 names different: declaration 'lookup' definition 'l'.
efl-1.8.6/src/lib/edje/edje_util.c:6147:42: style: Function '_edje_text_class_member_direct_del' argument 2 names different: declaration 'lookup' definition 'l'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2043:84: note: Function '_edje_text_class_member_direct_del' argument 2 names different: declaration 'lookup' definition 'l'.
efl-1.8.6/src/lib/edje/edje_util.c:6147:42: note: Function '_edje_text_class_member_direct_del' argument 2 names different: declaration 'lookup' definition 'l'.
efl-1.8.6/src/lib/edje/edje_util.c:6266:46: style: Function '_edje_object_part_swallow_free_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2054:59: note: Function '_edje_object_part_swallow_free_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:6266:46: note: Function '_edje_object_part_swallow_free_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:6266:67: style: Function '_edje_object_part_swallow_free_cb' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2054:71: note: Function '_edje_object_part_swallow_free_cb' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:6266:67: note: Function '_edje_object_part_swallow_free_cb' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:6266:115: style: Function '_edje_object_part_swallow_free_cb' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2054:98: note: Function '_edje_object_part_swallow_free_cb' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:6266:115: note: Function '_edje_object_part_swallow_free_cb' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:6367:56: style: Function '_edje_object_part_swallow_changed_hints_cb' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2055:80: note: Function '_edje_object_part_swallow_changed_hints_cb' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:6367:56: note: Function '_edje_object_part_swallow_changed_hints_cb' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:6367:95: style: Function '_edje_object_part_swallow_changed_hints_cb' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2055:107: note: Function '_edje_object_part_swallow_changed_hints_cb' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:6367:95: note: Function '_edje_object_part_swallow_changed_hints_cb' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:6528:43: style: Function '_edje_object_image_preload_cb' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_util.c:47:61: note: Function '_edje_object_image_preload_cb' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:6528:43: note: Function '_edje_object_image_preload_cb' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:6528:82: style: Function '_edje_object_image_preload_cb' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_util.c:47:88: note: Function '_edje_object_image_preload_cb' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:6528:82: note: Function '_edje_object_image_preload_cb' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:6537:62: style: Function '_edje_object_signal_preload_cb' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_util.c:48:86: note: Function '_edje_object_signal_preload_cb' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:6537:62: note: Function '_edje_object_signal_preload_cb' argument 3 names different: declaration 'emission' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:6537:96: style: Function '_edje_object_signal_preload_cb' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_util.c:48:108: note: Function '_edje_object_signal_preload_cb' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:6537:96: note: Function '_edje_object_signal_preload_cb' argument 4 names different: declaration 'source' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_util.c:6551:44: style: Function '_edje_program_remove' argument 1 names different: declaration 'ed' definition 'edc'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2383:54: note: Function '_edje_program_remove' argument 1 names different: declaration 'ed' definition 'edc'.
efl-1.8.6/src/lib/edje/edje_util.c:6551:44: note: Function '_edje_program_remove' argument 1 names different: declaration 'ed' definition 'edc'.
efl-1.8.6/src/lib/edje/edje_util.c:6601:44: style: Function '_edje_program_insert' argument 1 names different: declaration 'ed' definition 'edc'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2382:54: note: Function '_edje_program_insert' argument 1 names different: declaration 'ed' definition 'edc'.
efl-1.8.6/src/lib/edje/edje_util.c:6601:44: note: Function '_edje_program_insert' argument 1 names different: declaration 'ed' definition 'edc'.
efl-1.8.6/src/lib/edje/edje_util.c:6671:48: style: Function '_edje_subobj_unregister' argument 2 names different: declaration 'ob' definition 'obj'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2409:53: note: Function '_edje_subobj_unregister' argument 2 names different: declaration 'ob' definition 'obj'.
efl-1.8.6/src/lib/edje/edje_util.c:6671:48: note: Function '_edje_subobj_unregister' argument 2 names different: declaration 'ob' definition 'obj'.
efl-1.8.6/src/lib/edje/edje_util.c:5763:24: style: Variable 'count' is modified but its new value is never used. [unreadVariable]
efl-1.8.6/src/lib/edje/edje_util.c:5752:35: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/edje/edje_util.c:6635:5: error: Common realloc mistake: 'array' nulled but not freed upon failure [memleakOnRealloc]
efl-1.8.6/src/lib/edje/edje_var.c:96:28: style: The scope of the variable 'ret' can be reduced. [variableScope]
efl-1.8.6/src/lib/edje/edje_var.c:62:30: style: Function '_edje_var_anim_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_var.c:4:42: note: Function '_edje_var_anim_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_var.c:62:30: note: Function '_edje_var_anim_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_var.c:290:32: style: Function '_edje_var_var_int_get' argument 1 names different: declaration 'ed' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2092:52: note: Function '_edje_var_var_int_get' argument 1 names different: declaration 'ed' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_var.c:290:32: note: Function '_edje_var_var_int_get' argument 1 names different: declaration 'ed' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_var.c:327:32: style: Function '_edje_var_var_int_set' argument 1 names different: declaration 'ed' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2093:52: note: Function '_edje_var_var_int_set' argument 1 names different: declaration 'ed' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_var.c:327:32: note: Function '_edje_var_var_int_set' argument 1 names different: declaration 'ed' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_var.c:359:34: style: Function '_edje_var_var_float_get' argument 1 names different: declaration 'ed' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2094:52: note: Function '_edje_var_var_float_get' argument 1 names different: declaration 'ed' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_var.c:359:34: note: Function '_edje_var_var_float_get' argument 1 names different: declaration 'ed' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_var.c:396:34: style: Function '_edje_var_var_float_set' argument 1 names different: declaration 'ed' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2095:52: note: Function '_edje_var_var_float_set' argument 1 names different: declaration 'ed' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_var.c:396:34: note: Function '_edje_var_var_float_set' argument 1 names different: declaration 'ed' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_var.c:429:32: style: Function '_edje_var_var_str_get' argument 1 names different: declaration 'ed' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2096:52: note: Function '_edje_var_var_str_get' argument 1 names different: declaration 'ed' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_var.c:429:32: note: Function '_edje_var_var_str_get' argument 1 names different: declaration 'ed' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_var.c:465:32: style: Function '_edje_var_var_str_set' argument 1 names different: declaration 'ed' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/edje/edje_private.h:2097:52: note: Function '_edje_var_var_str_set' argument 1 names different: declaration 'ed' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/edje/edje_var.c:465:32: note: Function '_edje_var_var_str_set' argument 1 names different: declaration 'ed' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eet/eet_cipher.c:254:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/lib/eet/eet_cipher.c:255:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/lib/eet/eet_cipher.c:256:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/lib/eet/eet_cipher.c:277:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/lib/eet/eet_cipher.c:399:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/lib/eet/eet_cipher.c:400:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/lib/eet/eet_cipher.c:456:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/lib/eet/eet_cipher.c:457:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
efl-1.8.6/src/lib/eet/eet_cipher.c:458:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/lib/eet/eet_cipher.c:630:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/lib/eet/eet_cipher.c:631:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/lib/eet/eet_cipher.c:796:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/lib/eet/eet_cipher.c:797:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
efl-1.8.6/src/lib/eet/eet_cipher.c:798:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/lib/eet/eet_cipher.c:799:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/lib/eet/eet_cipher.c:800:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/lib/eet/eet_cipher.c:801:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
efl-1.8.6/src/lib/eet/eet_cipher.c:802:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/lib/eet/eet_cipher.c:803:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/lib/eet/eet_cipher.c:804:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/lib/eet/eet_cipher.c:868:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/lib/eet/eet_cipher.c:869:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
efl-1.8.6/src/lib/eet/eet_cipher.c:870:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/lib/eet/eet_data.c:2264:4: style: Variable 'ed' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/eet/eet_data.c:2257:0: note: Variable 'ed' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/eet/eet_data.c:2264:4: note: Variable 'ed' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/eet/eet_data.c:2299:4: style: Variable 'ed' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/eet/eet_data.c:2292:0: note: Variable 'ed' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/eet/eet_data.c:2299:4: note: Variable 'ed' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/eet/eet_data.c:2723:4: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/eet/eet_data.c:2714:0: note: Variable 'data' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/eet/eet_data.c:2723:4: note: Variable 'data' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/eet/eet_data.c:4810:4: style: Variable 'ed' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/eet/eet_data.c:4803:0: note: Variable 'ed' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/eet/eet_data.c:4810:4: note: Variable 'ed' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/eet/eet_data.c:4908:4: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/eet/eet_data.c:4906:0: note: Variable 'ret' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/eet/eet_data.c:4908:4: note: Variable 'ret' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/eet/eet_data.c:5151:4: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/eet/eet_data.c:5146:0: note: Variable 'ret' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/eet/eet_data.c:5151:4: note: Variable 'ret' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/eet/eet_data.c:5191:4: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/eet/eet_data.c:5184:0: note: Variable 'ret' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/eet/eet_data.c:5191:4: note: Variable 'ret' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/eet/eet_data.c:1784:44: style: The scope of the variable 'pbucket' can be reduced. [variableScope]
efl-1.8.6/src/lib/eet/eet_data.c:3212:14: style: The scope of the variable 'jump' can be reduced. [variableScope]
efl-1.8.6/src/lib/eet/eet_data.c:3223:22: style: The scope of the variable 'tok2' can be reduced. [variableScope]
efl-1.8.6/src/lib/eet/eet_data.c:3223:29: style: The scope of the variable 'tok3' can be reduced. [variableScope]
efl-1.8.6/src/lib/eet/eet_data.c:3223:36: style: The scope of the variable 'tok4' can be reduced. [variableScope]
efl-1.8.6/src/lib/eet/eet_data.c:4207:8: style: The scope of the variable 'i' can be reduced. [variableScope]
efl-1.8.6/src/lib/eet/eet_data.c:4514:8: style: The scope of the variable 'ret' can be reduced. [variableScope]
efl-1.8.6/src/lib/eet/eet_data.c:4584:21: style: The scope of the variable 'ptr' can be reduced. [variableScope]
efl-1.8.6/src/lib/eet/eet_data.c:640:44: style: Function 'eet_data_get_char' argument 1 names different: declaration 'ed' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eet/eet_data.c:236:41: note: Function 'eet_data_get_char' argument 1 names different: declaration 'ed' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eet/eet_data.c:640:44: note: Function 'eet_data_get_char' argument 1 names different: declaration 'ed' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eet/eet_data.c:643:41: style: Function 'eet_data_get_char' argument 4 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eet/eet_data.c:239:41: note: Function 'eet_data_get_char' argument 4 names different: declaration 'dest' definition 'dst'.
efl-1.8.6/src/lib/eet/eet_data.c:643:41: note: Function 'eet_data_get_char' argument 4 names different: declaration 'dest' definition 'dst'.
efl-1.8.6/src/lib/eet/eet_data.c:658:38: style: Function 'eet_data_put_char' argument 1 names different: declaration 'ed' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eet/eet_data.c:241:35: note: Function 'eet_data_put_char' argument 1 names different: declaration 'ed' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eet/eet_data.c:658:38: note: Function 'eet_data_put_char' argument 1 names different: declaration 'ed' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eet/eet_data.c:677:45: style: Function 'eet_data_get_short' argument 1 names different: declaration 'ed' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eet/eet_data.c:245:42: note: Function 'eet_data_get_short' argument 1 names different: declaration 'ed' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eet/eet_data.c:677:45: note: Function 'eet_data_get_short' argument 1 names different: declaration 'ed' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eet/eet_data.c:680:42: style: Function 'eet_data_get_short' argument 4 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eet/eet_data.c:248:42: note: Function 'eet_data_get_short' argument 4 names different: declaration 'dest' definition 'dst'.
efl-1.8.6/src/lib/eet/eet_data.c:680:42: note: Function 'eet_data_get_short' argument 4 names different: declaration 'dest' definition 'dst'.
efl-1.8.6/src/lib/eet/eet_data.c:694:39: style: Function 'eet_data_put_short' argument 1 names different: declaration 'ed' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eet/eet_data.c:250:36: note: Function 'eet_data_put_short' argument 1 names different: declaration 'ed' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eet/eet_data.c:694:39: note: Function 'eet_data_put_short' argument 1 names different: declaration 'ed' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eet/eet_data.c:713:43: style: Function 'eet_data_get_int' argument 1 names different: declaration 'ed' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eet/eet_data.c:254:40: note: Function 'eet_data_get_int' argument 1 names different: declaration 'ed' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eet/eet_data.c:713:43: note: Function 'eet_data_get_int' argument 1 names different: declaration 'ed' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eet/eet_data.c:716:40: style: Function 'eet_data_get_int' argument 4 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eet/eet_data.c:257:40: note: Function 'eet_data_get_int' argument 4 names different: declaration 'dest' definition 'dst'.
efl-1.8.6/src/lib/eet/eet_data.c:716:40: note: Function 'eet_data_get_int' argument 4 names different: declaration 'dest' definition 'dst'.
efl-1.8.6/src/lib/eet/eet_data.c:730:37: style: Function 'eet_data_put_int' argument 1 names different: declaration 'ed' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eet/eet_data.c:259:34: note: Function 'eet_data_put_int' argument 1 names different: declaration 'ed' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eet/eet_data.c:730:37: note: Function 'eet_data_put_int' argument 1 names different: declaration 'ed' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eet/eet_data.c:749:49: style: Function 'eet_data_get_long_long' argument 1 names different: declaration 'ed' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eet/eet_data.c:263:46: note: Function 'eet_data_get_long_long' argument 1 names different: declaration 'ed' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eet/eet_data.c:749:49: note: Function 'eet_data_get_long_long' argument 1 names different: declaration 'ed' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eet/eet_data.c:752:46: style: Function 'eet_data_get_long_long' argument 4 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eet/eet_data.c:266:46: note: Function 'eet_data_get_long_long' argument 4 names different: declaration 'dest' definition 'dst'.
efl-1.8.6/src/lib/eet/eet_data.c:752:46: note: Function 'eet_data_get_long_long' argument 4 names different: declaration 'dest' definition 'dst'.
efl-1.8.6/src/lib/eet/eet_data.c:766:43: style: Function 'eet_data_put_long_long' argument 1 names different: declaration 'ed' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eet/eet_data.c:268:40: note: Function 'eet_data_put_long_long' argument 1 names different: declaration 'ed' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eet/eet_data.c:766:43: note: Function 'eet_data_put_long_long' argument 1 names different: declaration 'ed' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eet/eet_data.c:806:43: style: Function 'eet_data_get_string' argument 4 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eet/eet_data.c:320:43: note: Function 'eet_data_get_string' argument 4 names different: declaration 'dest' definition 'dst'.
efl-1.8.6/src/lib/eet/eet_data.c:806:43: note: Function 'eet_data_get_string' argument 4 names different: declaration 'dest' definition 'dst'.
efl-1.8.6/src/lib/eet/eet_data.c:879:47: style: Function 'eet_data_get_istring' argument 1 names different: declaration 'ed' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eet/eet_data.c:326:44: note: Function 'eet_data_get_istring' argument 1 names different: declaration 'ed' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eet/eet_data.c:879:47: note: Function 'eet_data_get_istring' argument 1 names different: declaration 'ed' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eet/eet_data.c:882:44: style: Function 'eet_data_get_istring' argument 4 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eet/eet_data.c:329:44: note: Function 'eet_data_get_istring' argument 4 names different: declaration 'dest' definition 'dst'.
efl-1.8.6/src/lib/eet/eet_data.c:882:44: note: Function 'eet_data_get_istring' argument 4 names different: declaration 'dest' definition 'dst'.
efl-1.8.6/src/lib/eet/eet_data.c:888:41: style: Function 'eet_data_put_istring' argument 1 names different: declaration 'ed' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eet/eet_data.c:331:38: note: Function 'eet_data_put_istring' argument 1 names different: declaration 'ed' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eet/eet_data.c:888:41: note: Function 'eet_data_put_istring' argument 1 names different: declaration 'ed' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eet/eet_data.c:897:44: style: Function 'eet_data_get_null' argument 1 names different: declaration 'ed' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eet/eet_data.c:335:41: note: Function 'eet_data_get_null' argument 1 names different: declaration 'ed' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eet/eet_data.c:897:44: note: Function 'eet_data_get_null' argument 1 names different: declaration 'ed' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eet/eet_data.c:898:45: style: Function 'eet_data_get_null' argument 2 names different: declaration 'src' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eet/eet_data.c:336:41: note: Function 'eet_data_get_null' argument 2 names different: declaration 'src' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eet/eet_data.c:898:45: note: Function 'eet_data_get_null' argument 2 names different: declaration 'src' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eet/eet_data.c:899:49: style: Function 'eet_data_get_null' argument 3 names different: declaration 'src_end' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eet/eet_data.c:337:41: note: Function 'eet_data_get_null' argument 3 names different: declaration 'src_end' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eet/eet_data.c:899:49: note: Function 'eet_data_get_null' argument 3 names different: declaration 'src_end' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eet/eet_data.c:900:41: style: Function 'eet_data_get_null' argument 4 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eet/eet_data.c:338:41: note: Function 'eet_data_get_null' argument 4 names different: declaration 'dest' definition 'dst'.
efl-1.8.6/src/lib/eet/eet_data.c:900:41: note: Function 'eet_data_get_null' argument 4 names different: declaration 'dest' definition 'dst'.
efl-1.8.6/src/lib/eet/eet_data.c:911:38: style: Function 'eet_data_put_null' argument 1 names different: declaration 'ed' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eet/eet_data.c:340:35: note: Function 'eet_data_put_null' argument 1 names different: declaration 'ed' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eet/eet_data.c:911:38: note: Function 'eet_data_put_null' argument 1 names different: declaration 'ed' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eet/eet_data.c:912:39: style: Function 'eet_data_put_null' argument 2 names different: declaration 'src' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eet/eet_data.c:341:35: note: Function 'eet_data_put_null' argument 2 names different: declaration 'src' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eet/eet_data.c:912:39: note: Function 'eet_data_put_null' argument 2 names different: declaration 'src' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eet/eet_data.c:974:42: style: Function 'eet_data_get_float' argument 4 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eet/eet_data.c:275:42: note: Function 'eet_data_get_float' argument 4 names different: declaration 'dest' definition 'dst'.
efl-1.8.6/src/lib/eet/eet_data.c:974:42: note: Function 'eet_data_get_float' argument 4 names different: declaration 'dest' definition 'dst'.
efl-1.8.6/src/lib/eet/eet_data.c:1049:43: style: Function 'eet_data_get_double' argument 4 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eet/eet_data.c:284:43: note: Function 'eet_data_get_double' argument 4 names different: declaration 'dest' definition 'dst'.
efl-1.8.6/src/lib/eet/eet_data.c:1049:43: note: Function 'eet_data_get_double' argument 4 names different: declaration 'dest' definition 'dst'.
efl-1.8.6/src/lib/eet/eet_data.c:1125:43: style: Function 'eet_data_get_f32p32' argument 4 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eet/eet_data.c:293:43: note: Function 'eet_data_get_f32p32' argument 4 names different: declaration 'dest' definition 'dst'.
efl-1.8.6/src/lib/eet/eet_data.c:1125:43: note: Function 'eet_data_get_f32p32' argument 4 names different: declaration 'dest' definition 'dst'.
efl-1.8.6/src/lib/eet/eet_data.c:1194:43: style: Function 'eet_data_get_f16p16' argument 4 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eet/eet_data.c:302:43: note: Function 'eet_data_get_f16p16' argument 4 names different: declaration 'dest' definition 'dst'.
efl-1.8.6/src/lib/eet/eet_data.c:1194:43: note: Function 'eet_data_get_f16p16' argument 4 names different: declaration 'dest' definition 'dst'.
efl-1.8.6/src/lib/eet/eet_data.c:1223:42: style: Function 'eet_data_get_f8p24' argument 4 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eet/eet_data.c:311:42: note: Function 'eet_data_get_f8p24' argument 4 names different: declaration 'dest' definition 'dst'.
efl-1.8.6/src/lib/eet/eet_data.c:1223:42: note: Function 'eet_data_get_f8p24' argument 4 names different: declaration 'dest' definition 'dst'.
efl-1.8.6/src/lib/eet/eet_data.c:2336:44: style: Function 'eet_data_write_cipher' argument 6 names different: declaration 'compress' definition 'comp'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eet/Eet.h:3582:27: note: Function 'eet_data_write_cipher' argument 6 names different: declaration 'compress' definition 'comp'.
efl-1.8.6/src/lib/eet/eet_data.c:2336:44: note: Function 'eet_data_write_cipher' argument 6 names different: declaration 'compress' definition 'comp'.
efl-1.8.6/src/lib/eet/eet_data.c:2361:37: style: Function 'eet_data_write' argument 5 names different: declaration 'compress' definition 'comp'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eet/Eet.h:2838:20: note: Function 'eet_data_write' argument 5 names different: declaration 'compress' definition 'comp'.
efl-1.8.6/src/lib/eet/eet_data.c:2361:37: note: Function 'eet_data_write' argument 5 names different: declaration 'compress' definition 'comp'.
efl-1.8.6/src/lib/eet/eet_data.c:2704:53: style: Function 'eet_data_descriptor_encode_hash_cb' argument 1 names different: declaration 'hash' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eet/eet_data.c:504:48: note: Function 'eet_data_descriptor_encode_hash_cb' argument 1 names different: declaration 'hash' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eet/eet_data.c:2704:53: note: Function 'eet_data_descriptor_encode_hash_cb' argument 1 names different: declaration 'hash' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eet/eet_data.c:2705:48: style: Function 'eet_data_descriptor_encode_hash_cb' argument 2 names different: declaration 'key' definition 'cipher_key'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eet/eet_data.c:505:48: note: Function 'eet_data_descriptor_encode_hash_cb' argument 2 names different: declaration 'key' definition 'cipher_key'.
efl-1.8.6/src/lib/eet/eet_data.c:2705:48: note: Function 'eet_data_descriptor_encode_hash_cb' argument 2 names different: declaration 'key' definition 'cipher_key'.
efl-1.8.6/src/lib/eet/eet_data.c:3715:52: style: Function 'eet_data_get_list' argument 7 names different: declaration 'group_type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eet/eet_data.c:413:41: note: Function 'eet_data_get_list' argument 7 names different: declaration 'group_type' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eet/eet_data.c:3715:52: note: Function 'eet_data_get_list' argument 7 names different: declaration 'group_type' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eet/eet_data.c:3716:41: style: Function 'eet_data_get_list' argument 8 names different: declaration 'data_in' definition 'data'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eet/eet_data.c:414:41: note: Function 'eet_data_get_list' argument 8 names different: declaration 'data_in' definition 'data'.
efl-1.8.6/src/lib/eet/eet_data.c:3716:41: note: Function 'eet_data_get_list' argument 8 names different: declaration 'data_in' definition 'data'.
efl-1.8.6/src/lib/eet/eet_data.c:3782:52: style: Function 'eet_data_get_hash' argument 7 names different: declaration 'group_type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eet/eet_data.c:436:41: note: Function 'eet_data_get_hash' argument 7 names different: declaration 'group_type' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eet/eet_data.c:3782:52: note: Function 'eet_data_get_hash' argument 7 names different: declaration 'group_type' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eet/eet_data.c:4026:45: style: Function 'eet_data_put_union' argument 2 names different: declaration 'edd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eet/eet_data.c:442:41: note: Function 'eet_data_put_union' argument 2 names different: declaration 'edd' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eet/eet_data.c:4026:45: note: Function 'eet_data_put_union' argument 2 names different: declaration 'edd' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eet/eet_data.c:4087:46: style: Function 'eet_data_get_union' argument 3 names different: declaration 'edd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eet/eet_data.c:449:42: note: Function 'eet_data_get_union' argument 3 names different: declaration 'edd' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eet/eet_data.c:4087:46: note: Function 'eet_data_get_union' argument 3 names different: declaration 'edd' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eet/eet_data.c:4198:47: style: Function 'eet_data_put_variant' argument 2 names different: declaration 'edd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eet/eet_data.c:459:43: note: Function 'eet_data_put_variant' argument 2 names different: declaration 'edd' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eet/eet_data.c:4198:47: note: Function 'eet_data_put_variant' argument 2 names different: declaration 'edd' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eet/eet_data.c:4310:48: style: Function 'eet_data_get_variant' argument 3 names different: declaration 'edd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eet/eet_data.c:466:44: note: Function 'eet_data_get_variant' argument 3 names different: declaration 'edd' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eet/eet_data.c:4310:48: note: Function 'eet_data_get_variant' argument 3 names different: declaration 'edd' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eet/eet_data.c:4313:49: style: Function 'eet_data_get_variant' argument 6 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eet/eet_data.c:469:44: note: Function 'eet_data_get_variant' argument 6 names different: declaration 'type' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eet/eet_data.c:4313:49: note: Function 'eet_data_get_variant' argument 6 names different: declaration 'type' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eet/eet_data.c:4314:55: style: Function 'eet_data_get_variant' argument 7 names different: declaration 'group_type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eet/eet_data.c:470:44: note: Function 'eet_data_get_variant' argument 7 names different: declaration 'group_type' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eet/eet_data.c:4314:55: note: Function 'eet_data_get_variant' argument 7 names different: declaration 'group_type' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eet/eet_data.c:4509:55: style: Function 'eet_data_get_unknown' argument 7 names different: declaration 'group_type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eet/eet_data.c:379:44: note: Function 'eet_data_get_unknown' argument 7 names different: declaration 'group_type' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eet/eet_data.c:4509:55: note: Function 'eet_data_get_unknown' argument 7 names different: declaration 'group_type' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eet/eet_data.c:4510:44: style: Function 'eet_data_get_unknown' argument 8 names different: declaration 'data_in' definition 'data'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eet/eet_data.c:380:44: note: Function 'eet_data_get_unknown' argument 8 names different: declaration 'data_in' definition 'data'.
efl-1.8.6/src/lib/eet/eet_data.c:4510:44: note: Function 'eet_data_get_unknown' argument 8 names different: declaration 'data_in' definition 'data'.
efl-1.8.6/src/lib/eet/eet_data.c:4511:46: style: Function 'eet_data_get_unknown' argument 9 names different: declaration 'p' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eet/eet_data.c:381:44: note: Function 'eet_data_get_unknown' argument 9 names different: declaration 'p' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eet/eet_data.c:4511:46: note: Function 'eet_data_get_unknown' argument 9 names different: declaration 'p' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eet/eet_data.c:4512:49: style: Function 'eet_data_get_unknown' argument 10 names different: declaration 'size' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eet/eet_data.c:382:44: note: Function 'eet_data_get_unknown' argument 10 names different: declaration 'size' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eet/eet_data.c:4512:49: note: Function 'eet_data_get_unknown' argument 10 names different: declaration 'size' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eet/eet_data.c:4628:45: style: Function 'eet_data_put_array' argument 2 names different: declaration 'edd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eet/eet_data.c:391:41: note: Function 'eet_data_put_array' argument 2 names different: declaration 'edd' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eet/eet_data.c:4628:45: note: Function 'eet_data_put_array' argument 2 names different: declaration 'edd' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eet/eet_data.c:4704:47: style: Function 'eet_data_put_unknown' argument 2 names different: declaration 'edd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eet/eet_data.c:385:43: note: Function 'eet_data_put_unknown' argument 2 names different: declaration 'edd' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eet/eet_data.c:4704:47: note: Function 'eet_data_put_unknown' argument 2 names different: declaration 'edd' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eet/eet_data.c:4947:36: style: Function 'eet_data_undump_cipher' argument 6 names different: declaration 'compress' definition 'comp'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eet/Eet.h:3753:28: note: Function 'eet_data_undump_cipher' argument 6 names different: declaration 'compress' definition 'comp'.
efl-1.8.6/src/lib/eet/eet_data.c:4947:36: note: Function 'eet_data_undump_cipher' argument 6 names different: declaration 'compress' definition 'comp'.
efl-1.8.6/src/lib/eet/eet_data.c:4970:29: style: Function 'eet_data_undump' argument 5 names different: declaration 'compress' definition 'comp'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eet/Eet.h:2975:21: note: Function 'eet_data_undump' argument 5 names different: declaration 'compress' definition 'comp'.
efl-1.8.6/src/lib/eet/eet_data.c:4970:29: note: Function 'eet_data_undump' argument 5 names different: declaration 'compress' definition 'comp'.
efl-1.8.6/src/lib/eet/eet_data.c:5123:40: style: Function 'eet_data_node_write_cipher' argument 5 names different: declaration 'compress' definition 'comp'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eet/Eet.h:4155:32: note: Function 'eet_data_node_write_cipher' argument 5 names different: declaration 'compress' definition 'comp'.
efl-1.8.6/src/lib/eet/eet_data.c:5123:40: note: Function 'eet_data_node_write_cipher' argument 5 names different: declaration 'compress' definition 'comp'.
efl-1.8.6/src/lib/eet/eet_data.c:1330:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/eet/eet_data.c:1381:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/eet/eet_dictionary.c:503:8: style: The scope of the variable 'i' can be reduced. [variableScope]
efl-1.8.6/src/lib/eet/eet_dictionary.c:187:54: style: Function 'eet_dictionary_string_get_size' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eet/Eet_private.h:236:36: note: Function 'eet_dictionary_string_get_size' argument 2 names different: declaration 'index' definition 'idx'.
efl-1.8.6/src/lib/eet/eet_dictionary.c:187:54: note: Function 'eet_dictionary_string_get_size' argument 2 names different: declaration 'index' definition 'idx'.
efl-1.8.6/src/lib/eet/eet_dictionary.c:214:54: style: Function 'eet_dictionary_string_get_hash' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eet/Eet_private.h:254:36: note: Function 'eet_dictionary_string_get_hash' argument 2 names different: declaration 'index' definition 'idx'.
efl-1.8.6/src/lib/eet/eet_dictionary.c:214:54: note: Function 'eet_dictionary_string_get_hash' argument 2 names different: declaration 'index' definition 'idx'.
efl-1.8.6/src/lib/eet/eet_dictionary.c:235:54: style: Function 'eet_dictionary_string_get_char' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eet/Eet_private.h:239:36: note: Function 'eet_dictionary_string_get_char' argument 2 names different: declaration 'index' definition 'idx'.
efl-1.8.6/src/lib/eet/eet_dictionary.c:235:54: note: Function 'eet_dictionary_string_get_char' argument 2 names different: declaration 'index' definition 'idx'.
efl-1.8.6/src/lib/eet/eet_dictionary.c:383:55: style: Function 'eet_dictionary_string_get_float' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eet/Eet_private.h:242:37: note: Function 'eet_dictionary_string_get_float' argument 2 names different: declaration 'index' definition 'idx'.
efl-1.8.6/src/lib/eet/eet_dictionary.c:383:55: note: Function 'eet_dictionary_string_get_float' argument 2 names different: declaration 'index' definition 'idx'.
efl-1.8.6/src/lib/eet/eet_dictionary.c:424:56: style: Function 'eet_dictionary_string_get_double' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eet/Eet_private.h:246:38: note: Function 'eet_dictionary_string_get_double' argument 2 names different: declaration 'index' definition 'idx'.
efl-1.8.6/src/lib/eet/eet_dictionary.c:424:56: note: Function 'eet_dictionary_string_get_double' argument 2 names different: declaration 'index' definition 'idx'.
efl-1.8.6/src/lib/eet/eet_dictionary.c:466:52: style: Function 'eet_dictionary_string_get_fp' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eet/Eet_private.h:250:34: note: Function 'eet_dictionary_string_get_fp' argument 2 names different: declaration 'index' definition 'idx'.
efl-1.8.6/src/lib/eet/eet_dictionary.c:466:52: note: Function 'eet_dictionary_string_get_fp' argument 2 names different: declaration 'index' definition 'idx'.
efl-1.8.6/src/lib/eet/eet_dictionary.c:420:0: error: Memory leak: convert [memleak]
efl-1.8.6/src/lib/eet/eet_dictionary.c:462:0: error: Memory leak: convert [memleak]
efl-1.8.6/src/lib/eet/eet_dictionary.c:495:0: error: Memory leak: convert [memleak]
efl-1.8.6/src/lib/eet/eet_image.c:1109:4: style: Variable 'd' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/eet/eet_image.c:1106:0: note: Variable 'd' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/eet/eet_image.c:1109:4: note: Variable 'd' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/eet/eet_image.c:326:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
efl-1.8.6/src/lib/eet/eet_image.c:563:19: style: The scope of the variable 'ptr' can be reduced. [variableScope]
efl-1.8.6/src/lib/eet/eet_image.c:563:25: style: The scope of the variable 'line' can be reduced. [variableScope]
efl-1.8.6/src/lib/eet/eet_image.c:565:17: style: The scope of the variable 'x' can be reduced. [variableScope]
efl-1.8.6/src/lib/eet/eet_image.c:565:20: style: The scope of the variable 'y' can be reduced. [variableScope]
efl-1.8.6/src/lib/eet/eet_image.c:565:23: style: The scope of the variable 'l' can be reduced. [variableScope]
efl-1.8.6/src/lib/eet/eet_image.c:565:26: style: The scope of the variable 'scans' can be reduced. [variableScope]
efl-1.8.6/src/lib/eet/eet_image.c:566:17: style: The scope of the variable 'i' can be reduced. [variableScope]
efl-1.8.6/src/lib/eet/eet_image.c:830:15: style: The scope of the variable 'ptr' can be reduced. [variableScope]
efl-1.8.6/src/lib/eet/eet_image.c:833:14: style: The scope of the variable 'jbuf' can be reduced. [variableScope]
efl-1.8.6/src/lib/eet/eet_image.c:930:18: style: The scope of the variable 'ptr' can be reduced. [variableScope]
efl-1.8.6/src/lib/eet/eet_image.c:934:17: style: The scope of the variable 'jbuf' can be reduced. [variableScope]
efl-1.8.6/src/lib/eet/eet_image.c:999:18: style: The scope of the variable 'ptr' can be reduced. [variableScope]
efl-1.8.6/src/lib/eet/eet_image.c:1003:17: style: The scope of the variable 'jbuf' can be reduced. [variableScope]
efl-1.8.6/src/lib/eet/eet_image.c:330:38: style: Function '_JPEGErrorHandler' argument 1 names different: declaration 'cinfo' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eet/eet_image.c:219:44: note: Function '_JPEGErrorHandler' argument 1 names different: declaration 'cinfo' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eet/eet_image.c:330:38: note: Function '_JPEGErrorHandler' argument 1 names different: declaration 'cinfo' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eet/eet_image.c:341:39: style: Function '_JPEGErrorHandler2' argument 1 names different: declaration 'cinfo' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eet/eet_image.c:220:45: note: Function '_JPEGErrorHandler2' argument 1 names different: declaration 'cinfo' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eet/eet_image.c:341:39: note: Function '_JPEGErrorHandler2' argument 1 names different: declaration 'cinfo' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eet/eet_image.c:342:43: style: Function '_JPEGErrorHandler2' argument 2 names different: declaration 'msg_level' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eet/eet_image.c:221:45: note: Function '_JPEGErrorHandler2' argument 2 names different: declaration 'msg_level' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eet/eet_image.c:342:43: note: Function '_JPEGErrorHandler2' argument 2 names different: declaration 'msg_level' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eet/eet_image.c:1102:42: style: Function 'eet_data_image_write_cipher' argument 8 names different: declaration 'compress' definition 'comp'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eet/Eet.h:1579:33: note: Function 'eet_data_image_write_cipher' argument 8 names different: declaration 'compress' definition 'comp'.
efl-1.8.6/src/lib/eet/eet_image.c:1102:42: note: Function 'eet_data_image_write_cipher' argument 8 names different: declaration 'compress' definition 'comp'.
efl-1.8.6/src/lib/eet/eet_image.c:1129:35: style: Function 'eet_data_image_write' argument 7 names different: declaration 'compress' definition 'comp'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eet/Eet.h:1209:26: note: Function 'eet_data_image_write' argument 7 names different: declaration 'compress' definition 'comp'.
efl-1.8.6/src/lib/eet/eet_image.c:1129:35: note: Function 'eet_data_image_write' argument 7 names different: declaration 'compress' definition 'comp'.
efl-1.8.6/src/lib/eet/eet_image.c:1152:42: style: Function 'eet_data_image_read_cipher' argument 7 names different: declaration 'compress' definition 'comp'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eet/Eet.h:1475:33: note: Function 'eet_data_image_read_cipher' argument 7 names different: declaration 'compress' definition 'comp'.
efl-1.8.6/src/lib/eet/eet_image.c:1152:42: note: Function 'eet_data_image_read_cipher' argument 7 names different: declaration 'compress' definition 'comp'.
efl-1.8.6/src/lib/eet/eet_image.c:1186:35: style: Function 'eet_data_image_read' argument 6 names different: declaration 'compress' definition 'comp'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eet/Eet.h:1100:26: note: Function 'eet_data_image_read' argument 6 names different: declaration 'compress' definition 'comp'.
efl-1.8.6/src/lib/eet/eet_image.c:1186:35: note: Function 'eet_data_image_read' argument 6 names different: declaration 'compress' definition 'comp'.
efl-1.8.6/src/lib/eet/eet_image.c:1205:53: style: Function 'eet_data_image_read_to_surface_cipher' argument 11 names different: declaration 'compress' definition 'comp'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eet/Eet.h:1531:44: note: Function 'eet_data_image_read_to_surface_cipher' argument 11 names different: declaration 'compress' definition 'comp'.
efl-1.8.6/src/lib/eet/eet_image.c:1205:53: note: Function 'eet_data_image_read_to_surface_cipher' argument 11 names different: declaration 'compress' definition 'comp'.
efl-1.8.6/src/lib/eet/eet_image.c:1245:46: style: Function 'eet_data_image_read_to_surface' argument 10 names different: declaration 'compress' definition 'comp'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eet/Eet.h:1161:37: note: Function 'eet_data_image_read_to_surface' argument 10 names different: declaration 'compress' definition 'comp'.
efl-1.8.6/src/lib/eet/eet_image.c:1245:46: note: Function 'eet_data_image_read_to_surface' argument 10 names different: declaration 'compress' definition 'comp'.
efl-1.8.6/src/lib/eet/eet_image.c:1263:49: style: Function 'eet_data_image_header_read_cipher' argument 7 names different: declaration 'compress' definition 'comp'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eet/Eet.h:1425:40: note: Function 'eet_data_image_header_read_cipher' argument 7 names different: declaration 'compress' definition 'comp'.
efl-1.8.6/src/lib/eet/eet_image.c:1263:49: note: Function 'eet_data_image_header_read_cipher' argument 7 names different: declaration 'compress' definition 'comp'.
efl-1.8.6/src/lib/eet/eet_image.c:1297:42: style: Function 'eet_data_image_header_read' argument 6 names different: declaration 'compress' definition 'comp'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eet/Eet.h:1055:33: note: Function 'eet_data_image_header_read' argument 6 names different: declaration 'compress' definition 'comp'.
efl-1.8.6/src/lib/eet/eet_image.c:1297:42: note: Function 'eet_data_image_header_read' argument 6 names different: declaration 'compress' definition 'comp'.
efl-1.8.6/src/lib/eet/eet_image.c:1312:43: style: Function 'eet_data_image_encode_cipher' argument 6 names different: declaration 'compress' definition 'comp'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eet/Eet.h:1778:34: note: Function 'eet_data_image_encode_cipher' argument 6 names different: declaration 'compress' definition 'comp'.
efl-1.8.6/src/lib/eet/eet_image.c:1312:43: note: Function 'eet_data_image_encode_cipher' argument 6 names different: declaration 'compress' definition 'comp'.
efl-1.8.6/src/lib/eet/eet_image.c:1370:36: style: Function 'eet_data_image_encode' argument 6 names different: declaration 'compress' definition 'comp'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eet/Eet.h:1366:27: note: Function 'eet_data_image_encode' argument 6 names different: declaration 'compress' definition 'comp'.
efl-1.8.6/src/lib/eet/eet_image.c:1370:36: note: Function 'eet_data_image_encode' argument 6 names different: declaration 'compress' definition 'comp'.
efl-1.8.6/src/lib/eet/eet_image.c:1385:51: style: Function 'eet_data_image_header_decode_cipher' argument 7 names different: declaration 'compress' definition 'comp'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eet/Eet.h:1627:42: note: Function 'eet_data_image_header_decode_cipher' argument 7 names different: declaration 'compress' definition 'comp'.
efl-1.8.6/src/lib/eet/eet_image.c:1385:51: note: Function 'eet_data_image_header_decode_cipher' argument 7 names different: declaration 'compress' definition 'comp'.
efl-1.8.6/src/lib/eet/eet_image.c:1548:44: style: Function 'eet_data_image_header_decode' argument 6 names different: declaration 'compress' definition 'comp'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eet/Eet.h:1244:35: note: Function 'eet_data_image_header_decode' argument 6 names different: declaration 'compress' definition 'comp'.
efl-1.8.6/src/lib/eet/eet_image.c:1548:44: note: Function 'eet_data_image_header_decode' argument 6 names different: declaration 'compress' definition 'comp'.
efl-1.8.6/src/lib/eet/eet_image.c:1737:44: style: Function 'eet_data_image_decode_cipher' argument 7 names different: declaration 'compress' definition 'comp'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eet/Eet.h:1677:35: note: Function 'eet_data_image_decode_cipher' argument 7 names different: declaration 'compress' definition 'comp'.
efl-1.8.6/src/lib/eet/eet_image.c:1737:44: note: Function 'eet_data_image_decode_cipher' argument 7 names different: declaration 'compress' definition 'comp'.
efl-1.8.6/src/lib/eet/eet_image.c:1803:37: style: Function 'eet_data_image_decode' argument 6 names different: declaration 'compress' definition 'comp'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eet/Eet.h:1284:28: note: Function 'eet_data_image_decode' argument 6 names different: declaration 'compress' definition 'comp'.
efl-1.8.6/src/lib/eet/eet_image.c:1803:37: note: Function 'eet_data_image_decode' argument 6 names different: declaration 'compress' definition 'comp'.
efl-1.8.6/src/lib/eet/eet_image.c:1822:55: style: Function 'eet_data_image_decode_to_surface_cipher' argument 11 names different: declaration 'compress' definition 'comp'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eet/Eet.h:1733:46: note: Function 'eet_data_image_decode_to_surface_cipher' argument 11 names different: declaration 'compress' definition 'comp'.
efl-1.8.6/src/lib/eet/eet_image.c:1822:55: note: Function 'eet_data_image_decode_to_surface_cipher' argument 11 names different: declaration 'compress' definition 'comp'.
efl-1.8.6/src/lib/eet/eet_image.c:1888:48: style: Function 'eet_data_image_decode_to_surface' argument 10 names different: declaration 'compress' definition 'comp'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eet/Eet.h:1326:39: note: Function 'eet_data_image_decode_to_surface' argument 10 names different: declaration 'compress' definition 'comp'.
efl-1.8.6/src/lib/eet/eet_image.c:1888:48: note: Function 'eet_data_image_decode_to_surface' argument 10 names different: declaration 'compress' definition 'comp'.
efl-1.8.6/src/lib/eet/eet_image.c:466:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/eet/eet_image.c:618:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/eet/eet_image.c:838:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/eet/eet_image.c:938:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/eet/eet_image.c:1007:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/eet/eet_lib.c:644:9: style: Variable 'closelist' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/eet/eet_lib.c:640:0: note: Variable 'closelist' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/eet/eet_lib.c:644:9: note: Variable 'closelist' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/eet/eet_lib.c:746:9: style: Variable 'closelist' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/eet/eet_lib.c:744:0: note: Variable 'closelist' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/eet/eet_lib.c:746:9: note: Variable 'closelist' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/eet/eet_lib.c:1442:4: style: Variable 'ef' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/eet/eet_lib.c:1436:0: note: Variable 'ef' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/eet/eet_lib.c:1442:4: note: Variable 'ef' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/eet/eet_lib.c:2706:27: style: Variable 'new_list' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/eet/eet_lib.c:2703:0: note: Variable 'new_list' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/eet/eet_lib.c:2706:27: note: Variable 'new_list' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/eet/eet_lib.c:610:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/eet/eet_lib.c:2175:23: style: Function 'eet_alias' argument 4 names different: declaration 'compress' definition 'comp'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eet/Eet.h:828:15: note: Function 'eet_alias' argument 4 names different: declaration 'compress' definition 'comp'.
efl-1.8.6/src/lib/eet/eet_lib.c:2175:23: note: Function 'eet_alias' argument 4 names different: declaration 'compress' definition 'comp'.
efl-1.8.6/src/lib/eet/eet_lib.c:2364:30: style: Function 'eet_write_cipher' argument 5 names different: declaration 'compress' definition 'comp'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eet/Eet.h:990:22: note: Function 'eet_write_cipher' argument 5 names different: declaration 'compress' definition 'comp'.
efl-1.8.6/src/lib/eet/eet_lib.c:2364:30: note: Function 'eet_write_cipher' argument 5 names different: declaration 'compress' definition 'comp'.
efl-1.8.6/src/lib/eet/eet_lib.c:2581:23: style: Function 'eet_write' argument 5 names different: declaration 'compress' definition 'comp'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eet/Eet.h:785:15: note: Function 'eet_write' argument 5 names different: declaration 'compress' definition 'comp'.
efl-1.8.6/src/lib/eet/eet_lib.c:2581:23: note: Function 'eet_write' argument 5 names different: declaration 'compress' definition 'comp'.
efl-1.8.6/src/lib/eet/eet_lib.c:644:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/eet/eet_lib.c:746:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/eet/eet_lib.c:878:39: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
efl-1.8.6/src/lib/eet/eet_lib.c:879:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
efl-1.8.6/src/lib/eet/eet_lib.c:880:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
efl-1.8.6/src/lib/eet/eet_node.c:386:14: style: The scope of the variable 'tmp' can be reduced. [variableScope]
efl-1.8.6/src/lib/eet/eet_node.c:105:1: style: Function 'eet_node_unsigned_long_long_new' argument 2 names different: declaration 'l' definition 'ul'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eet/Eet.h:3952:52: note: Function 'eet_node_unsigned_long_long_new' argument 2 names different: declaration 'l' definition 'ul'.
efl-1.8.6/src/lib/eet/eet_node.c:105:1: note: Function 'eet_node_unsigned_long_long_new' argument 2 names different: declaration 'l' definition 'ul'.
efl-1.8.6/src/lib/eeze/eeze_disk.c:299:10: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
efl-1.8.6/src/lib/eeze/eeze_disk.c:298:8: note: outer condition: !disk->cache.vendor
efl-1.8.6/src/lib/eeze/eeze_disk.c:299:10: note: identical inner condition: !disk->cache.vendor
efl-1.8.6/src/lib/eeze/eeze_disk.c:303:10: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
efl-1.8.6/src/lib/eeze/eeze_disk.c:302:8: note: outer condition: !disk->cache.model
efl-1.8.6/src/lib/eeze/eeze_disk.c:303:10: note: identical inner condition: !disk->cache.model
efl-1.8.6/src/lib/eeze/eeze_disk.c:87:16: style: The scope of the variable 'devname' can be reduced. [variableScope]
efl-1.8.6/src/lib/eeze/eeze_disk_dummy.c:23:45: style: Function 'eeze_disk_libmount_opts_get' argument 1 names different: declaration 'disk' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eeze/eeze_disk_private.h:86:54: note: Function 'eeze_disk_libmount_opts_get' argument 1 names different: declaration 'disk' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eeze/eeze_disk_dummy.c:23:45: note: Function 'eeze_disk_libmount_opts_get' argument 1 names different: declaration 'disk' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eeze/eeze_disk_dummy.c:29:48: style: Function 'eeze_disk_libmount_mounted_get' argument 1 names different: declaration 'disk' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eeze/eeze_disk_private.h:85:53: note: Function 'eeze_disk_libmount_mounted_get' argument 1 names different: declaration 'disk' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eeze/eeze_disk_dummy.c:29:48: note: Function 'eeze_disk_libmount_mounted_get' argument 1 names different: declaration 'disk' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eeze/eeze_disk_dummy.c:35:59: style: Function 'eeze_disk_libmount_mp_find_source' argument 1 names different: declaration 'mount_point' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eeze/eeze_disk_private.h:87:59: note: Function 'eeze_disk_libmount_mp_find_source' argument 1 names different: declaration 'mount_point' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eeze/eeze_disk_dummy.c:35:59: note: Function 'eeze_disk_libmount_mp_find_source' argument 1 names different: declaration 'mount_point' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eeze/eeze_disk_dummy.c:41:55: style: Function 'eeze_disk_libmount_mp_lookup_by_uuid' argument 1 names different: declaration 'uuid' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eeze/eeze_disk_private.h:89:62: note: Function 'eeze_disk_libmount_mp_lookup_by_uuid' argument 1 names different: declaration 'uuid' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eeze/eeze_disk_dummy.c:41:55: note: Function 'eeze_disk_libmount_mp_lookup_by_uuid' argument 1 names different: declaration 'uuid' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eeze/eeze_disk_dummy.c:47:57: style: Function 'eeze_disk_libmount_mp_lookup_by_label' argument 1 names different: declaration 'label' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eeze/eeze_disk_private.h:90:63: note: Function 'eeze_disk_libmount_mp_lookup_by_label' argument 1 names different: declaration 'label' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eeze/eeze_disk_dummy.c:47:57: note: Function 'eeze_disk_libmount_mp_lookup_by_label' argument 1 names different: declaration 'label' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eeze/eeze_disk_dummy.c:53:61: style: Function 'eeze_disk_libmount_mp_lookup_by_devpath' argument 1 names different: declaration 'devpath' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eeze/eeze_disk_private.h:91:65: note: Function 'eeze_disk_libmount_mp_lookup_by_devpath' argument 1 names different: declaration 'devpath' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eeze/eeze_disk_dummy.c:53:61: note: Function 'eeze_disk_libmount_mp_lookup_by_devpath' argument 1 names different: declaration 'devpath' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eeze/eeze_disk_libmount_new.c:141:4: style: Variable 'itr' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/eeze/eeze_disk_libmount_new.c:135:0: note: Variable 'itr' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/eeze/eeze_disk_libmount_new.c:141:4: note: Variable 'itr' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/eeze/eeze_disk_libmount_new.c:143:4: style: Variable 'diff' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/eeze/eeze_disk_libmount_new.c:136:0: note: Variable 'diff' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/eeze/eeze_disk_libmount_new.c:143:4: note: Variable 'diff' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/eeze/eeze_disk_udev.c:66:14: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
efl-1.8.6/src/lib/eeze/eeze_net.c:312:14: style: The scope of the variable 'net' can be reduced. [variableScope]
efl-1.8.6/src/lib/eeze/eeze_sensor.c:154:4: style: Variable 'module' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/eeze/eeze_sensor.c:152:0: note: Variable 'module' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/eeze/eeze_sensor.c:154:4: note: Variable 'module' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/eeze/eeze_sensor.c:49:38: style: Function 'eeze_sensor_obj_get' argument 1 names different: declaration 'type' definition 'sensor_type'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eeze/eeze_sensor_private.h:97:63: note: Function 'eeze_sensor_obj_get' argument 1 names different: declaration 'type' definition 'sensor_type'.
efl-1.8.6/src/lib/eeze/eeze_sensor.c:49:38: note: Function 'eeze_sensor_obj_get' argument 1 names different: declaration 'type' definition 'sensor_type'.
efl-1.8.6/src/lib/eeze/eeze_udev_find.c:20:44: style: The scope of the variable 'devname' can be reduced. [variableScope]
efl-1.8.6/src/lib/eeze/eeze_udev_find.c:78:18: style: The scope of the variable 'device' can be reduced. [variableScope]
efl-1.8.6/src/lib/eeze/eeze_udev_find.c:80:21: style: The scope of the variable 'en' can be reduced. [variableScope]
efl-1.8.6/src/lib/eeze/eeze_udev_find.c:349:18: style: The scope of the variable 'device' can be reduced. [variableScope]
efl-1.8.6/src/lib/eeze/eeze_udev_find.c:350:16: style: The scope of the variable 'devname' can be reduced. [variableScope]
efl-1.8.6/src/lib/eeze/eeze_udev_find.c:144:39: style: Function 'eeze_udev_find_by_type' argument 1 names different: declaration 'type' definition 'etype'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eeze/Eeze.h:372:61: note: Function 'eeze_udev_find_by_type' argument 1 names different: declaration 'type' definition 'etype'.
efl-1.8.6/src/lib/eeze/eeze_udev_find.c:144:39: note: Function 'eeze_udev_find_by_type' argument 1 names different: declaration 'type' definition 'etype'.
efl-1.8.6/src/lib/eeze/eeze_udev_private.c:43:16: style: The scope of the variable 'test' can be reduced. [variableScope]
efl-1.8.6/src/lib/eeze/eeze_udev_private.c:146:23: style: The scope of the variable 'devname' can be reduced. [variableScope]
efl-1.8.6/src/lib/eeze/eeze_udev_private.c:146:42: style: The scope of the variable 'vendor2' can be reduced. [variableScope]
efl-1.8.6/src/lib/eeze/eeze_udev_private.c:146:60: style: The scope of the variable 'model2' can be reduced. [variableScope]
efl-1.8.6/src/lib/eeze/eeze_udev_syspath.c:29:16: style: The scope of the variable 'path' can be reduced. [variableScope]
efl-1.8.6/src/lib/efreet/efreet.c:272:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/efreet/efreet_base.c:439:9: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/efreet/efreet_base.c:438:15: note: Variable 'p' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/efreet/efreet_base.c:439:9: note: Variable 'p' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/efreet/efreet_base.c:520:5: style: Variable 'file' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/efreet/efreet_base.c:510:0: note: Variable 'file' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/efreet/efreet_base.c:520:5: note: Variable 'file' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/efreet/efreet_base.c:389:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/efreet/efreet_base.c:422:9: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/efreet/efreet_base.c:466:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/efreet/efreet_base.c:546:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/efreet/efreet_base.c:558:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/efreet/efreet_cache.c:1110:9: style: Variable 'ev' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/efreet/efreet_cache.c:1106:0: note: Variable 'ev' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/efreet/efreet_cache.c:1110:9: note: Variable 'ev' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/efreet/efreet_cache.c:1134:13: style: Variable 'ev' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/efreet/efreet_cache.c:1130:0: note: Variable 'ev' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/efreet/efreet_cache.c:1134:13: note: Variable 'ev' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/efreet/efreet_cache.c:1099:29: style: Function 'on_send_register' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/efreet/efreet_cache.c:99:36: note: Function 'on_send_register' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/efreet/efreet_cache.c:1099:29: note: Function 'on_send_register' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/efreet/efreet_cache.c:1099:93: style: Function 'on_send_register' argument 3 names different: declaration 'pending' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/efreet/efreet_cache.c:99:85: note: Function 'on_send_register' argument 3 names different: declaration 'pending' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/efreet/efreet_cache.c:1099:93: note: Function 'on_send_register' argument 3 names different: declaration 'pending' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/efreet/efreet_cache.c:1122:36: style: Function 'desktop_cache_update' argument 1 names different: declaration 'context' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/efreet/efreet_cache.c:100:40: note: Function 'desktop_cache_update' argument 1 names different: declaration 'context' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/efreet/efreet_cache.c:1122:36: note: Function 'desktop_cache_update' argument 1 names different: declaration 'context' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/efreet/efreet_cache.c:1143:33: style: Function 'icon_cache_update' argument 1 names different: declaration 'context' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/efreet/efreet_cache.c:101:37: note: Function 'icon_cache_update' argument 1 names different: declaration 'context' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/efreet/efreet_cache.c:1143:33: note: Function 'icon_cache_update' argument 1 names different: declaration 'context' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/efreet/efreet_cache.c:502:5: style: struct member '_Efreet_Cache_Icon_Element_Pointer::pointer' is never used. [unusedStructMember]
efl-1.8.6/src/lib/efreet/efreet_desktop.c:572:23: style: The scope of the variable 'len' can be reduced. [variableScope]
efl-1.8.6/src/lib/efreet/efreet_desktop.c:922:53: style: Function 'efreet_desktop_x_fields_parse' argument 1 names different: declaration 'hash' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/efreet/efreet_desktop.c:65:65: note: Function 'efreet_desktop_x_fields_parse' argument 1 names different: declaration 'hash' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/efreet/efreet_desktop.c:922:53: note: Function 'efreet_desktop_x_fields_parse' argument 1 names different: declaration 'hash' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/efreet/efreet_desktop.c:922:89: style: Function 'efreet_desktop_x_fields_parse' argument 3 names different: declaration 'data' definition 'value'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/efreet/efreet_desktop.c:67:55: note: Function 'efreet_desktop_x_fields_parse' argument 3 names different: declaration 'data' definition 'value'.
efl-1.8.6/src/lib/efreet/efreet_desktop.c:922:89: note: Function 'efreet_desktop_x_fields_parse' argument 3 names different: declaration 'data' definition 'value'.
efl-1.8.6/src/lib/efreet/efreet_desktop.c:945:52: style: Function 'efreet_desktop_x_fields_save' argument 1 names different: declaration 'hash' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/efreet/efreet_desktop.c:69:64: note: Function 'efreet_desktop_x_fields_save' argument 1 names different: declaration 'hash' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/efreet/efreet_desktop.c:945:52: note: Function 'efreet_desktop_x_fields_save' argument 1 names different: declaration 'hash' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/efreet/efreet_desktop.c:542:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/efreet/efreet_desktop_command.c:384:59: warning: Either the condition '!exec' is redundant or there is possible null pointer dereference: exec. [nullPointerRedundantCheck]
efl-1.8.6/src/lib/efreet/efreet_desktop_command.c:385:33: note: Assuming that condition '!exec' is not redundant
efl-1.8.6/src/lib/efreet/efreet_desktop_command.c:384:59: note: Null pointer dereference
efl-1.8.6/src/lib/efreet/efreet_desktop_command.c:134:11: style: The scope of the variable 'file' can be reduced. [variableScope]
efl-1.8.6/src/lib/efreet/efreet_desktop_command.c:135:24: style: The scope of the variable 'l' can be reduced. [variableScope]
efl-1.8.6/src/lib/efreet/efreet_desktop_command.c:177:16: style: The scope of the variable 'l' can be reduced. [variableScope]
efl-1.8.6/src/lib/efreet/efreet_desktop_command.c:178:11: style: The scope of the variable 'file' can be reduced. [variableScope]
efl-1.8.6/src/lib/efreet/efreet_desktop_command.c:478:34: style: The scope of the variable 'dcf' can be reduced. [variableScope]
efl-1.8.6/src/lib/efreet/efreet_desktop_command.c:723:14: style: The scope of the variable 'hostname' can be reduced. [variableScope]
efl-1.8.6/src/lib/efreet/efreet_desktop_command.c:820:11: style: The scope of the variable 'buf' can be reduced. [variableScope]
efl-1.8.6/src/lib/efreet/efreet_desktop_command.c:173:64: style: Function 'efreet_desktop_command_progress_get' argument 4 names different: declaration 'cb_prog' definition 'cb_progress'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/efreet/efreet_desktop.h:239:69: note: Function 'efreet_desktop_command_progress_get' argument 4 names different: declaration 'cb_prog' definition 'cb_progress'.
efl-1.8.6/src/lib/efreet/efreet_desktop_command.c:173:64: note: Function 'efreet_desktop_command_progress_get' argument 4 names different: declaration 'cb_prog' definition 'cb_progress'.
efl-1.8.6/src/lib/efreet/efreet_desktop_command.c:227:48: style: Function 'efreet_desktop_exec_cb' argument 2 names different: declaration 'desktop' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/efreet/efreet_desktop_command.c:79:65: note: Function 'efreet_desktop_exec_cb' argument 2 names different: declaration 'desktop' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/efreet/efreet_desktop_command.c:227:48: note: Function 'efreet_desktop_exec_cb' argument 2 names different: declaration 'desktop' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/efreet/efreet_desktop_command.c:229:38: style: Function 'efreet_desktop_exec_cb' argument 4 names different: declaration 'remaining' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/efreet/efreet_desktop_command.c:80:61: note: Function 'efreet_desktop_exec_cb' argument 4 names different: declaration 'remaining' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/efreet/efreet_desktop_command.c:229:38: note: Function 'efreet_desktop_exec_cb' argument 4 names different: declaration 'remaining' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/efreet/efreet_desktop_command.c:768:66: style: Function 'efreet_desktop_cb_download_complete' argument 2 names different: declaration 'file' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/efreet/efreet_desktop_command.c:103:73: note: Function 'efreet_desktop_cb_download_complete' argument 2 names different: declaration 'file' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/efreet/efreet_desktop_command.c:768:66: note: Function 'efreet_desktop_cb_download_complete' argument 2 names different: declaration 'file' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/efreet/efreet_desktop_command.c:769:68: style: Function 'efreet_desktop_cb_download_complete' argument 3 names different: declaration 'status' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/efreet/efreet_desktop_command.c:104:69: note: Function 'efreet_desktop_cb_download_complete' argument 3 names different: declaration 'status' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/efreet/efreet_desktop_command.c:769:68: note: Function 'efreet_desktop_cb_download_complete' argument 3 names different: declaration 'status' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/efreet/efreet_desktop_command.c:796:54: style: Function 'efreet_desktop_cb_download_progress' argument 2 names different: declaration 'file' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/efreet/efreet_desktop_command.c:105:72: note: Function 'efreet_desktop_cb_download_progress' argument 2 names different: declaration 'file' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/efreet/efreet_desktop_command.c:796:54: note: Function 'efreet_desktop_cb_download_progress' argument 2 names different: declaration 'file' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/efreet/efreet_desktop_command.c:798:54: style: Function 'efreet_desktop_cb_download_progress' argument 5 names different: declaration 'ultotal' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/efreet/efreet_desktop_command.c:107:49: note: Function 'efreet_desktop_cb_download_progress' argument 5 names different: declaration 'ultotal' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/efreet/efreet_desktop_command.c:798:54: note: Function 'efreet_desktop_cb_download_progress' argument 5 names different: declaration 'ultotal' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/efreet/efreet_desktop_command.c:799:52: style: Function 'efreet_desktop_cb_download_progress' argument 6 names different: declaration 'ulnow' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/efreet/efreet_desktop_command.c:107:67: note: Function 'efreet_desktop_cb_download_progress' argument 6 names different: declaration 'ulnow' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/efreet/efreet_desktop_command.c:799:52: note: Function 'efreet_desktop_cb_download_progress' argument 6 names different: declaration 'ulnow' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/efreet/efreet_desktop_command.c:727:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/efreet/efreet_icon.c:279:5: style: Variable 'tmps' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/efreet/efreet_icon.c:261:0: note: Variable 'tmps' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/efreet/efreet_icon.c:279:5: note: Variable 'tmps' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/efreet/efreet_icon.c:497:13: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/efreet/efreet_icon.c:496:19: note: Variable 'p' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/efreet/efreet_icon.c:497:13: note: Variable 'p' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/efreet/efreet_icon.c:185:16: style: The scope of the variable 'l' can be reduced. [variableScope]
efl-1.8.6/src/lib/efreet/efreet_icon.c:285:28: style: The scope of the variable 'cache' can be reduced. [variableScope]
efl-1.8.6/src/lib/efreet/efreet_icon.c:315:37: style: The scope of the variable 'cache' can be reduced. [variableScope]
efl-1.8.6/src/lib/efreet/efreet_icon.c:809:42: style: Function 'efreet_cache_icon_dirs_add_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/efreet/efreet_icon.c:42:49: note: Function 'efreet_cache_icon_dirs_add_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/efreet/efreet_icon.c:809:42: note: Function 'efreet_cache_icon_dirs_add_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/efreet/efreet_icon.c:23:17: style: struct member 'Efreet_Icon_Cache::key' is never used. [unusedStructMember]
efl-1.8.6/src/lib/efreet/efreet_icon.c:25:12: style: struct member 'Efreet_Icon_Cache::lasttime' is never used. [unusedStructMember]
efl-1.8.6/src/lib/efreet/efreet_icon.c:99:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/efreet/efreet_icon.c:120:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/efreet/efreet_icon.c:444:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/efreet/efreet_icon.c:479:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/efreet/efreet_ini.c:156:25: style: The scope of the variable 'value' can be reduced. [variableScope]
efl-1.8.6/src/lib/efreet/efreet_ini.c:243:46: style: Function 'efreet_ini_save' argument 2 names different: declaration 'path' definition 'file'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/efreet/efreet_ini.h:52:64: note: Function 'efreet_ini_save' argument 2 names different: declaration 'path' definition 'file'.
efl-1.8.6/src/lib/efreet/efreet_ini.c:243:46: note: Function 'efreet_ini_save' argument 2 names different: declaration 'path' definition 'file'.
efl-1.8.6/src/lib/efreet/efreet_ini.c:560:47: style: Function 'efreet_ini_section_save' argument 1 names different: declaration 'hash' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/efreet/efreet_ini.c:19:42: note: Function 'efreet_ini_section_save' argument 1 names different: declaration 'hash' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/efreet/efreet_ini.c:560:47: note: Function 'efreet_ini_section_save' argument 1 names different: declaration 'hash' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/efreet/efreet_ini.c:560:83: style: Function 'efreet_ini_section_save' argument 3 names different: declaration 'data' definition 'value'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/efreet/efreet_ini.c:19:71: note: Function 'efreet_ini_section_save' argument 3 names different: declaration 'data' definition 'value'.
efl-1.8.6/src/lib/efreet/efreet_ini.c:560:83: note: Function 'efreet_ini_section_save' argument 3 names different: declaration 'data' definition 'value'.
efl-1.8.6/src/lib/efreet/efreet_ini.c:570:45: style: Function 'efreet_ini_value_save' argument 1 names different: declaration 'hash' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/efreet/efreet_ini.c:21:40: note: Function 'efreet_ini_value_save' argument 1 names different: declaration 'hash' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/efreet/efreet_ini.c:570:45: note: Function 'efreet_ini_value_save' argument 1 names different: declaration 'hash' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/efreet/efreet_ini.c:570:81: style: Function 'efreet_ini_value_save' argument 3 names different: declaration 'data' definition 'value'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/efreet/efreet_ini.c:21:69: note: Function 'efreet_ini_value_save' argument 3 names different: declaration 'data' definition 'value'.
efl-1.8.6/src/lib/efreet/efreet_ini.c:570:81: note: Function 'efreet_ini_value_save' argument 3 names different: declaration 'data' definition 'value'.
efl-1.8.6/src/lib/efreet/efreet_ini.c:125:26: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/efreet/efreet_ini.c:185:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/efreet/efreet_ini.c:199:25: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/efreet/efreet_ini.c:424:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/efreet/efreet_ini.c:480:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/efreet/efreet_ini.c:518:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/efreet/efreet_menu.c:2900:17: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/efreet/efreet_menu.c:2899:25: note: Variable 'path' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/efreet/efreet_menu.c:2900:17: note: Variable 'path' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/efreet/efreet_menu.c:2954:9: style: Variable 'part' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/efreet/efreet_menu.c:2953:17: note: Variable 'part' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/efreet/efreet_menu.c:2954:9: note: Variable 'part' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/efreet/efreet_menu.c:757:16: style: The scope of the variable 'l' can be reduced. [variableScope]
efl-1.8.6/src/lib/efreet/efreet_menu.c:870:11: style: The scope of the variable 'cb' can be reduced. [variableScope]
efl-1.8.6/src/lib/efreet/efreet_menu.c:1332:16: style: The scope of the variable 'l' can be reduced. [variableScope]
efl-1.8.6/src/lib/efreet/efreet_menu.c:1646:9: style: The scope of the variable 'count' can be reduced. [variableScope]
efl-1.8.6/src/lib/efreet/efreet_menu.c:1712:18: style: The scope of the variable 'buf' can be reduced. [variableScope]
efl-1.8.6/src/lib/efreet/efreet_menu.c:2409:16: style: The scope of the variable 'l' can be reduced. [variableScope]
efl-1.8.6/src/lib/efreet/efreet_menu.c:2439:16: style: The scope of the variable 'l' can be reduced. [variableScope]
efl-1.8.6/src/lib/efreet/efreet_menu.c:2614:28: style: The scope of the variable 'child' can be reduced. [variableScope]
efl-1.8.6/src/lib/efreet/efreet_menu.c:2658:28: style: The scope of the variable 'child' can be reduced. [variableScope]
efl-1.8.6/src/lib/efreet/efreet_menu.c:2705:28: style: The scope of the variable 'child' can be reduced. [variableScope]
efl-1.8.6/src/lib/efreet/efreet_menu.c:2756:27: style: The scope of the variable 'submenu' can be reduced. [variableScope]
efl-1.8.6/src/lib/efreet/efreet_menu.c:3332:21: style: The scope of the variable 'dir' can be reduced. [variableScope]
efl-1.8.6/src/lib/efreet/efreet_menu.c:3784:16: style: The scope of the variable 'l' can be reduced. [variableScope]
efl-1.8.6/src/lib/efreet/efreet_menu.c:972:83: style: Function 'efreet_menu_handle_default_app_dirs' argument 2 names different: declaration 'xml' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/efreet/efreet_menu.c:263:90: note: Function 'efreet_menu_handle_default_app_dirs' argument 2 names different: declaration 'xml' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/efreet/efreet_menu.c:972:83: note: Function 'efreet_menu_handle_default_app_dirs' argument 2 names different: declaration 'xml' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/efreet/efreet_menu.c:1042:89: style: Function 'efreet_menu_handle_default_directory_dirs' argument 2 names different: declaration 'xml' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/efreet/efreet_menu.c:265:96: note: Function 'efreet_menu_handle_default_directory_dirs' argument 2 names different: declaration 'xml' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/efreet/efreet_menu.c:1042:89: note: Function 'efreet_menu_handle_default_directory_dirs' argument 2 names different: declaration 'xml' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/efreet/efreet_menu.c:1793:82: style: Function 'efreet_menu_handle_kde_legacy_dirs' argument 2 names different: declaration 'xml' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/efreet/efreet_menu.c:287:89: note: Function 'efreet_menu_handle_kde_legacy_dirs' argument 2 names different: declaration 'xml' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/efreet/efreet_menu.c:1793:82: note: Function 'efreet_menu_handle_kde_legacy_dirs' argument 2 names different: declaration 'xml' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/efreet/efreet_menu.c:2355:31: style: Function 'efreet_menu_free' argument 1 names different: declaration 'menu' definition 'entry'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/efreet/efreet_menu.h:127:53: note: Function 'efreet_menu_free' argument 1 names different: declaration 'menu' definition 'entry'.
efl-1.8.6/src/lib/efreet/efreet_menu.c:2355:31: note: Function 'efreet_menu_free' argument 1 names different: declaration 'menu' definition 'entry'.
efl-1.8.6/src/lib/efreet/efreet_menu.c:3880:62: style: Function '_efreet_menu_async_parse_cb' argument 2 names different: declaration 'thread' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/efreet/efreet_menu.c:321:67: note: Function '_efreet_menu_async_parse_cb' argument 2 names different: declaration 'thread' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/efreet/efreet_menu.c:3880:62: note: Function '_efreet_menu_async_parse_cb' argument 2 names different: declaration 'thread' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/efreet/efreet_menu.c:3888:60: style: Function '_efreet_menu_async_end_cb' argument 2 names different: declaration 'thread' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/efreet/efreet_menu.c:322:65: note: Function '_efreet_menu_async_end_cb' argument 2 names different: declaration 'thread' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/efreet/efreet_menu.c:3888:60: note: Function '_efreet_menu_async_end_cb' argument 2 names different: declaration 'thread' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/efreet/efreet_menu.c:1775:13: style: Variable 'count' is modified but its new value is never used. [unreadVariable]
efl-1.8.6/src/lib/efreet/efreet_menu.c:774:22: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/efreet/efreet_menu.c:1563:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/efreet/efreet_menu.c:1569:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/efreet/efreet_menu.c:1578:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/efreet/efreet_menu.c:2881:17: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/efreet/efreet_menu.c:2938:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/efreet/efreet_menu.c:3768:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/efreet/efreet_mime.c:911:4: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/efreet/efreet_mime.c:907:0: note: Variable 'f' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/efreet/efreet_mime.c:911:4: note: Variable 'f' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/efreet/efreet_mime.c:1248:4: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/efreet/efreet_mime.c:1242:0: note: Variable 'f' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/efreet/efreet_mime.c:1248:4: note: Variable 'f' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/efreet/efreet_mime.c:287:10: style: The scope of the variable 'data' can be reduced. [variableScope]
efl-1.8.6/src/lib/efreet/efreet_mime.c:394:16: style: The scope of the variable 'mime' can be reduced. [variableScope]
efl-1.8.6/src/lib/efreet/efreet_mime.c:669:8: style: The scope of the variable 'path_len' can be reduced. [variableScope]
efl-1.8.6/src/lib/efreet/efreet_mime.c:832:26: style: The scope of the variable 'ln' can be reduced. [variableScope]
efl-1.8.6/src/lib/efreet/efreet_mime.c:836:16: style: The scope of the variable 'word_start' can be reduced. [variableScope]
efl-1.8.6/src/lib/efreet/efreet_mime.c:837:16: style: The scope of the variable 'mimetype' can be reduced. [variableScope]
efl-1.8.6/src/lib/efreet/efreet_mime.c:223:32: style: Checking if unsigned variable '_efreet_mime_init_count' is less than zero. [unsignedLessThanZero]
efl-1.8.6/src/lib/efreet/efreet_mime.c:568:39: style: Function 'efreet_mime_cb_update_file' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/efreet/efreet_mime.c:156:46: note: Function 'efreet_mime_cb_update_file' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/efreet/efreet_mime.c:568:39: note: Function 'efreet_mime_cb_update_file' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/efreet/efreet_mime.c:569:56: style: Function 'efreet_mime_cb_update_file' argument 2 names different: declaration 'monitor' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/efreet/efreet_mime.c:157:60: note: Function 'efreet_mime_cb_update_file' argument 2 names different: declaration 'monitor' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/efreet/efreet_mime.c:569:56: note: Function 'efreet_mime_cb_update_file' argument 2 names different: declaration 'monitor' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/efreet/efreet_mime.c:570:51: style: Function 'efreet_mime_cb_update_file' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/efreet/efreet_mime.c:158:57: note: Function 'efreet_mime_cb_update_file' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/efreet/efreet_mime.c:570:51: note: Function 'efreet_mime_cb_update_file' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/efreet/efreet_mime.c:402:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/efreet/efreet_mime.c:421:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/efreet/efreet_mime.c:1417:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/efreet/efreet_trash.c:96:15: style: The scope of the variable 'dir' can be reduced. [variableScope]
efl-1.8.6/src/lib/efreet/efreet_trash.c:160:10: style: The scope of the variable 'times' can be reduced. [variableScope]
efl-1.8.6/src/lib/efreet/efreet_trash.c:162:17: style: The scope of the variable 'escaped' can be reduced. [variableScope]
efl-1.8.6/src/lib/efreet/efreet_trash.c:274:11: style: The scope of the variable 'infofile' can be reduced. [variableScope]
efl-1.8.6/src/lib/efreet/efreet_trash.c:276:24: style: The scope of the variable 'l' can be reduced. [variableScope]
efl-1.8.6/src/lib/efreet/efreet_trash.c:62:34: style: Function 'efreet_trash_dir_get' argument 1 names different: declaration 'for_file' definition 'file'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/efreet/Efreet_Trash.h:62:51: note: Function 'efreet_trash_dir_get' argument 1 names different: declaration 'for_file' definition 'file'.
efl-1.8.6/src/lib/efreet/efreet_trash.c:62:34: note: Function 'efreet_trash_dir_get' argument 1 names different: declaration 'for_file' definition 'file'.
efl-1.8.6/src/lib/efreet/efreet_uri.c:23:31: style: Function 'efreet_uri_decode' argument 1 names different: declaration 'val' definition 'full_uri'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/efreet/efreet_uri.h:50:48: note: Function 'efreet_uri_decode' argument 1 names different: declaration 'val' definition 'full_uri'.
efl-1.8.6/src/lib/efreet/efreet_uri.c:23:31: note: Function 'efreet_uri_decode' argument 1 names different: declaration 'val' definition 'full_uri'.
efl-1.8.6/src/lib/efreet/efreet_utils.c:183:5: style: Variable 'names' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/efreet/efreet_utils.c:178:0: note: Variable 'names' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/efreet/efreet_utils.c:183:5: note: Variable 'names' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/efreet/efreet_utils.c:259:25: style: The scope of the variable 'desk' can be reduced. [variableScope]
efl-1.8.6/src/lib/efreet/efreet_utils.c:425:25: style: The scope of the variable 'desk' can be reduced. [variableScope]
efl-1.8.6/src/lib/efreet/efreet_utils.c:457:25: style: The scope of the variable 'desk' can be reduced. [variableScope]
efl-1.8.6/src/lib/efreet/efreet_utils.c:126:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/efreet/efreet_xml.c:355:13: style: Variable 'start' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/efreet/efreet_xml.c:351:0: note: Variable 'start' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/efreet/efreet_xml.c:355:13: note: Variable 'start' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/eina/eina_abi.c:68:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
efl-1.8.6/src/lib/eina/eina_array.c:333:23: style: The scope of the variable 'size' can be reduced. [variableScope]
efl-1.8.6/src/lib/eina/eina_inline_array.x:89:21: style: Checking if unsigned variable 'array->count' is less than zero. [unsignedLessThanZero]
efl-1.8.6/src/lib/eina/eina_array.c:366:81: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
efl-1.8.6/src/lib/eina/eina_benchmark.c:219:10: style: The scope of the variable 'current_data' can be reduced. [variableScope]
efl-1.8.6/src/lib/eina/eina_benchmark.c:232:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/eina/eina_benchmark.c:285:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/eina/eina_benchmark.c:212:4: error: Memory leak: run [memleak]
efl-1.8.6/src/lib/eina/eina_inline_f32p32.x:95:33: style: The scope of the variable 'testDiv' can be reduced. [variableScope]
efl-1.8.6/src/lib/eina/eina_inline_f16p16.x:56:37: style: The scope of the variable 'testDiv' can be reduced. [variableScope]
efl-1.8.6/src/lib/eina/eina_inline_f8p24.x:56:37: style: The scope of the variable 'testDiv' can be reduced. [variableScope]
efl-1.8.6/src/lib/eina/eina_convert.c:69:9: style: The scope of the variable 'c' can be reduced. [variableScope]
efl-1.8.6/src/lib/eina/eina_counter.c:80:8: style: The scope of the variable 'n' can be reduced. [variableScope]
efl-1.8.6/src/lib/eina/eina_counter.c:219:1: error: Memory leak: clk [memleak]
efl-1.8.6/src/lib/eina/eina_cow.c:572:18: style: The scope of the variable 'ref' can be reduced. [variableScope]
efl-1.8.6/src/lib/eina/eina_cow.c:454:38: style: Function 'eina_cow_write' argument 2 names different: declaration 'src' definition 'data'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eina/eina_cow.h:97:35: note: Function 'eina_cow_write' argument 2 names different: declaration 'src' definition 'data'.
efl-1.8.6/src/lib/eina/eina_cow.c:454:38: note: Function 'eina_cow_write' argument 2 names different: declaration 'src' definition 'data'.
efl-1.8.6/src/lib/eina/eina_inline_mempool.x:174:43: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
efl-1.8.6/src/lib/eina/eina_cpu.c:268:19: style: Condition '_page_size<1' is always false [knownConditionTrueFalse]
efl-1.8.6/src/lib/eina/eina_cpu.c:266:17: note: Assignment '_page_size=4096', assigned value is 4096
efl-1.8.6/src/lib/eina/eina_cpu.c:268:19: note: Condition '_page_size<1' is always false
efl-1.8.6/src/lib/eina/eina_file.c:562:3: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/eina/eina_file.c:560:0: note: Variable 'tmp' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/eina/eina_file.c:562:3: note: Variable 'tmp' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/eina/eina_file.c:627:11: style: The scope of the variable 'length' can be reduced. [variableScope]
efl-1.8.6/src/lib/eina/eina_file.c:642:20: style: Checking if unsigned variable 'length' is less than zero. [unsignedLessThanZero]
efl-1.8.6/src/lib/eina/eina_file.c:824:28: style: Function 'eina_file_open' argument 1 names different: declaration 'name' definition 'path'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eina/eina_file.h:460:44: note: Function 'eina_file_open' argument 1 names different: declaration 'name' definition 'path'.
efl-1.8.6/src/lib/eina/eina_file.c:824:28: note: Function 'eina_file_open' argument 1 names different: declaration 'name' definition 'path'.
efl-1.8.6/src/lib/eina/eina_file.c:1194:75: style: Function 'eina_file_statat' argument 3 names different: declaration 'buf' definition 'st'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eina/eina_file.h:326:84: note: Function 'eina_file_statat' argument 3 names different: declaration 'buf' definition 'st'.
efl-1.8.6/src/lib/eina/eina_file.c:1194:75: note: Function 'eina_file_statat' argument 3 names different: declaration 'buf' definition 'st'.
efl-1.8.6/src/lib/eina/eina_file.c:566:9: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/eina/eina_file_common.c:389:6: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
efl-1.8.6/src/lib/eina/eina_file_common.c:520:16: style: The scope of the variable 'cr' can be reduced. [variableScope]
efl-1.8.6/src/lib/eina/eina_file_common.c:521:16: style: The scope of the variable 'lf' can be reduced. [variableScope]
efl-1.8.6/src/lib/eina/eina_file_common.c:522:23: style: The scope of the variable 'chunk' can be reduced. [variableScope]
efl-1.8.6/src/lib/eina/eina_file_common.c:434:32: style: Function 'eina_file_dup' argument 1 names different: declaration 'file' definition 'f'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eina/eina_file.h:510:49: note: Function 'eina_file_dup' argument 1 names different: declaration 'file' definition 'f'.
efl-1.8.6/src/lib/eina/eina_file_common.c:434:32: note: Function 'eina_file_dup' argument 1 names different: declaration 'file' definition 'f'.
efl-1.8.6/src/lib/eina/eina_file_common.c:820:0: error: Memory leak: buf [memleak]
efl-1.8.6/src/lib/eina/eina_file_win32.c:590:25: style: Checking if unsigned variable 'length' is less than zero. [unsignedLessThanZero]
efl-1.8.6/src/lib/eina/eina_file_win32.c:754:28: style: Function 'eina_file_open' argument 1 names different: declaration 'name' definition 'path'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eina/eina_file.h:460:44: note: Function 'eina_file_open' argument 1 names different: declaration 'name' definition 'path'.
efl-1.8.6/src/lib/eina/eina_file_win32.c:754:28: note: Function 'eina_file_open' argument 1 names different: declaration 'name' definition 'path'.
efl-1.8.6/src/lib/eina/eina_file_win32.c:1047:87: style: Function 'eina_file_statat' argument 3 names different: declaration 'buf' definition 'st'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eina/eina_file.h:326:84: note: Function 'eina_file_statat' argument 3 names different: declaration 'buf' definition 'st'.
efl-1.8.6/src/lib/eina/eina_file_win32.c:1047:87: note: Function 'eina_file_statat' argument 3 names different: declaration 'buf' definition 'st'.
efl-1.8.6/src/lib/eina/eina_file_win32.c:216:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/eina/eina_file_win32.c:468:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/eina/eina_file_win32.c:471:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/eina/eina_file_win32.c:542:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/eina/eina_hamster.c:60:14: style: The scope of the variable 'mon' can be reduced. [variableScope]
efl-1.8.6/src/lib/eina/eina_hamster.c:61:13: style: The scope of the variable 'monnum' can be reduced. [variableScope]
efl-1.8.6/src/lib/eina/eina_hamster.c:68:23: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
efl-1.8.6/src/lib/eina/eina_hash.c:1108:9: style: Variable 'old_data' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/eina/eina_hash.c:1106:0: note: Variable 'old_data' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/eina/eina_hash.c:1108:9: note: Variable 'old_data' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/eina/eina_inline_rbtree.x:33:8: style: The scope of the variable 'result' can be reduced. [variableScope]
efl-1.8.6/src/lib/eina/eina_hash.c:832:8: style: The scope of the variable 'i' can be reduced. [variableScope]
efl-1.8.6/src/lib/eina/eina_hash.c:850:8: style: The scope of the variable 'i' can be reduced. [variableScope]
efl-1.8.6/src/lib/eina/eina_hash.c:1296:20: style: The scope of the variable 'tmp' can be reduced. [variableScope]
efl-1.8.6/src/lib/eina/eina_hash.c:286:4: error: Memory leak: new_hash_element [memleak]
efl-1.8.6/src/lib/eina/eina_hash.c:378:27: error: Uninitialized struct member: each.hash_head [uninitStructMember]
efl-1.8.6/src/lib/eina/eina_inarray.c:615:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/eina/eina_inlist.c:854:8: style: Condition 'unsort' is always false [knownConditionTrueFalse]
efl-1.8.6/src/lib/eina/eina_inlist.c:817:26: note: Assignment 'unsort=NULL', assigned value is 0
efl-1.8.6/src/lib/eina/eina_inlist.c:854:8: note: Condition 'unsort' is always false
efl-1.8.6/src/lib/eina/eina_inlist.c:227:33: style: Function 'eina_inlist_append' argument 1 names different: declaration 'in_list' definition 'list'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eina/eina_inlist.h:438:51: note: Function 'eina_inlist_append' argument 1 names different: declaration 'in_list' definition 'list'.
efl-1.8.6/src/lib/eina/eina_inlist.c:227:33: note: Function 'eina_inlist_append' argument 1 names different: declaration 'in_list' definition 'list'.
efl-1.8.6/src/lib/eina/eina_inlist.c:227:52: style: Function 'eina_inlist_append' argument 2 names different: declaration 'in_item' definition 'new_l'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eina/eina_inlist.h:439:51: note: Function 'eina_inlist_append' argument 2 names different: declaration 'in_item' definition 'new_l'.
efl-1.8.6/src/lib/eina/eina_inlist.c:227:52: note: Function 'eina_inlist_append' argument 2 names different: declaration 'in_item' definition 'new_l'.
efl-1.8.6/src/lib/eina/eina_inlist.c:254:34: style: Function 'eina_inlist_prepend' argument 1 names different: declaration 'in_list' definition 'list'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eina/eina_inlist.h:457:52: note: Function 'eina_inlist_prepend' argument 1 names different: declaration 'in_list' definition 'list'.
efl-1.8.6/src/lib/eina/eina_inlist.c:254:34: note: Function 'eina_inlist_prepend' argument 1 names different: declaration 'in_list' definition 'list'.
efl-1.8.6/src/lib/eina/eina_inlist.c:254:53: style: Function 'eina_inlist_prepend' argument 2 names different: declaration 'in_item' definition 'new_l'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eina/eina_inlist.h:458:52: note: Function 'eina_inlist_prepend' argument 2 names different: declaration 'in_item' definition 'new_l'.
efl-1.8.6/src/lib/eina/eina_inlist.c:254:53: note: Function 'eina_inlist_prepend' argument 2 names different: declaration 'in_item' definition 'new_l'.
efl-1.8.6/src/lib/eina/eina_inlist.c:274:42: style: Function 'eina_inlist_append_relative' argument 1 names different: declaration 'in_list' definition 'list'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eina/eina_inlist.h:482:60: note: Function 'eina_inlist_append_relative' argument 1 names different: declaration 'in_list' definition 'list'.
efl-1.8.6/src/lib/eina/eina_inlist.c:274:42: note: Function 'eina_inlist_append_relative' argument 1 names different: declaration 'in_list' definition 'list'.
efl-1.8.6/src/lib/eina/eina_inlist.c:275:42: style: Function 'eina_inlist_append_relative' argument 2 names different: declaration 'in_item' definition 'new_l'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eina/eina_inlist.h:483:60: note: Function 'eina_inlist_append_relative' argument 2 names different: declaration 'in_item' definition 'new_l'.
efl-1.8.6/src/lib/eina/eina_inlist.c:275:42: note: Function 'eina_inlist_append_relative' argument 2 names different: declaration 'in_item' definition 'new_l'.
efl-1.8.6/src/lib/eina/eina_inlist.c:276:42: style: Function 'eina_inlist_append_relative' argument 3 names different: declaration 'in_relative' definition 'relative'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eina/eina_inlist.h:484:60: note: Function 'eina_inlist_append_relative' argument 3 names different: declaration 'in_relative' definition 'relative'.
efl-1.8.6/src/lib/eina/eina_inlist.c:276:42: note: Function 'eina_inlist_append_relative' argument 3 names different: declaration 'in_relative' definition 'relative'.
efl-1.8.6/src/lib/eina/eina_inlist.c:302:43: style: Function 'eina_inlist_prepend_relative' argument 1 names different: declaration 'in_list' definition 'list'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eina/eina_inlist.h:508:61: note: Function 'eina_inlist_prepend_relative' argument 1 names different: declaration 'in_list' definition 'list'.
efl-1.8.6/src/lib/eina/eina_inlist.c:302:43: note: Function 'eina_inlist_prepend_relative' argument 1 names different: declaration 'in_list' definition 'list'.
efl-1.8.6/src/lib/eina/eina_inlist.c:303:43: style: Function 'eina_inlist_prepend_relative' argument 2 names different: declaration 'in_item' definition 'new_l'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eina/eina_inlist.h:509:61: note: Function 'eina_inlist_prepend_relative' argument 2 names different: declaration 'in_item' definition 'new_l'.
efl-1.8.6/src/lib/eina/eina_inlist.c:303:43: note: Function 'eina_inlist_prepend_relative' argument 2 names different: declaration 'in_item' definition 'new_l'.
efl-1.8.6/src/lib/eina/eina_inlist.c:304:43: style: Function 'eina_inlist_prepend_relative' argument 3 names different: declaration 'in_relative' definition 'relative'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eina/eina_inlist.h:510:61: note: Function 'eina_inlist_prepend_relative' argument 3 names different: declaration 'in_relative' definition 'relative'.
efl-1.8.6/src/lib/eina/eina_inlist.c:304:43: note: Function 'eina_inlist_prepend_relative' argument 3 names different: declaration 'in_relative' definition 'relative'.
efl-1.8.6/src/lib/eina/eina_inlist.c:335:33: style: Function 'eina_inlist_remove' argument 1 names different: declaration 'in_list' definition 'list'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eina/eina_inlist.h:529:53: note: Function 'eina_inlist_remove' argument 1 names different: declaration 'in_list' definition 'list'.
efl-1.8.6/src/lib/eina/eina_inlist.c:335:33: note: Function 'eina_inlist_remove' argument 1 names different: declaration 'in_list' definition 'list'.
efl-1.8.6/src/lib/eina/eina_inlist.c:335:52: style: Function 'eina_inlist_remove' argument 2 names different: declaration 'in_item' definition 'item'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eina/eina_inlist.h:530:53: note: Function 'eina_inlist_remove' argument 2 names different: declaration 'in_item' definition 'item'.
efl-1.8.6/src/lib/eina/eina_inlist.c:335:52: note: Function 'eina_inlist_remove' argument 2 names different: declaration 'in_item' definition 'item'.
efl-1.8.6/src/lib/eina/eina_inlist.c:433:31: style: Function 'eina_inlist_find' argument 1 names different: declaration 'in_list' definition 'list'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eina/eina_inlist.h:543:51: note: Function 'eina_inlist_find' argument 1 names different: declaration 'in_list' definition 'list'.
efl-1.8.6/src/lib/eina/eina_inlist.c:433:31: note: Function 'eina_inlist_find' argument 1 names different: declaration 'in_list' definition 'list'.
efl-1.8.6/src/lib/eina/eina_inlist.c:433:50: style: Function 'eina_inlist_find' argument 2 names different: declaration 'in_item' definition 'item'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eina/eina_inlist.h:544:51: note: Function 'eina_inlist_find' argument 2 names different: declaration 'in_item' definition 'item'.
efl-1.8.6/src/lib/eina/eina_inlist.c:433:50: note: Function 'eina_inlist_find' argument 2 names different: declaration 'in_item' definition 'item'.
efl-1.8.6/src/lib/eina/eina_inlist.c:867:45: style: Function 'eina_inlist_iterator_new' argument 1 names different: declaration 'in_list' definition 'list'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eina/eina_inlist.h:649:65: note: Function 'eina_inlist_iterator_new' argument 1 names different: declaration 'in_list' definition 'list'.
efl-1.8.6/src/lib/eina/eina_inlist.c:867:45: note: Function 'eina_inlist_iterator_new' argument 1 names different: declaration 'in_list' definition 'list'.
efl-1.8.6/src/lib/eina/eina_inlist.c:889:45: style: Function 'eina_inlist_accessor_new' argument 1 names different: declaration 'in_list' definition 'list'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eina/eina_inlist.h:663:65: note: Function 'eina_inlist_accessor_new' argument 1 names different: declaration 'in_list' definition 'list'.
efl-1.8.6/src/lib/eina/eina_inlist.c:889:45: note: Function 'eina_inlist_accessor_new' argument 1 names different: declaration 'in_list' definition 'list'.
efl-1.8.6/src/lib/eina/eina_iterator.c:129:36: style: Function 'eina_iterator_foreach' argument 2 names different: declaration 'callback' definition 'cb'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eina/eina_iterator.h:251:48: note: Function 'eina_iterator_foreach' argument 2 names different: declaration 'callback' definition 'cb'.
efl-1.8.6/src/lib/eina/eina_iterator.c:129:36: note: Function 'eina_iterator_foreach' argument 2 names different: declaration 'callback' definition 'cb'.
efl-1.8.6/src/lib/eina/eina_list.c:748:19: style: The scope of the variable 'free_l' can be reduced. [variableScope]
efl-1.8.6/src/lib/eina/eina_log.c:973:9: style: Variable 'end' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/eina/eina_log.c:969:0: note: Variable 'end' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/eina/eina_log.c:973:9: note: Variable 'end' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/eina/eina_log.c:1019:9: style: Variable 'end' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/eina/eina_log.c:1015:0: note: Variable 'end' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/eina/eina_log.c:1019:9: note: Variable 'end' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/eina/eina_log.c:2010:28: style: Function 'eina_log_print' argument 4 names different: declaration 'function' definition 'fnc'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eina/eina_log.h:753:41: note: Function 'eina_log_print' argument 4 names different: declaration 'function' definition 'fnc'.
efl-1.8.6/src/lib/eina/eina_log.c:2010:28: note: Function 'eina_log_print' argument 4 names different: declaration 'function' definition 'fnc'.
efl-1.8.6/src/lib/eina/eina_inline_rectangle.x:271:83: style: Function 'eina_rectangle_x_cut' argument 3 names different: declaration 'remainder' definition 'leftover'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eina/eina_rectangle.h:76:109: note: Function 'eina_rectangle_x_cut' argument 3 names different: declaration 'remainder' definition 'leftover'.
efl-1.8.6/src/lib/eina/eina_inline_rectangle.x:271:83: note: Function 'eina_rectangle_x_cut' argument 3 names different: declaration 'remainder' definition 'leftover'.
efl-1.8.6/src/lib/eina/eina_inline_rectangle.x:284:83: style: Function 'eina_rectangle_y_cut' argument 3 names different: declaration 'remainder' definition 'leftover'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eina/eina_rectangle.h:77:109: note: Function 'eina_rectangle_y_cut' argument 3 names different: declaration 'remainder' definition 'leftover'.
efl-1.8.6/src/lib/eina/eina_inline_rectangle.x:284:83: note: Function 'eina_rectangle_y_cut' argument 3 names different: declaration 'remainder' definition 'leftover'.
efl-1.8.6/src/lib/eina/eina_inline_rectangle.x:297:87: style: Function 'eina_rectangle_width_cut' argument 3 names different: declaration 'remainder' definition 'leftover'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eina/eina_rectangle.h:78:113: note: Function 'eina_rectangle_width_cut' argument 3 names different: declaration 'remainder' definition 'leftover'.
efl-1.8.6/src/lib/eina/eina_inline_rectangle.x:297:87: note: Function 'eina_rectangle_width_cut' argument 3 names different: declaration 'remainder' definition 'leftover'.
efl-1.8.6/src/lib/eina/eina_inline_rectangle.x:310:88: style: Function 'eina_rectangle_height_cut' argument 3 names different: declaration 'remainder' definition 'leftover'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eina/eina_rectangle.h:79:114: note: Function 'eina_rectangle_height_cut' argument 3 names different: declaration 'remainder' definition 'leftover'.
efl-1.8.6/src/lib/eina/eina_inline_rectangle.x:310:88: note: Function 'eina_rectangle_height_cut' argument 3 names different: declaration 'remainder' definition 'leftover'.
efl-1.8.6/src/lib/eina/eina_inline_value.x:1402:74: style: Function 'eina_value_struct_setup' argument 2 names different: declaration 'desc' definition 'sdesc'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eina/eina_value.h:2966:79: note: Function 'eina_value_struct_setup' argument 2 names different: declaration 'desc' definition 'sdesc'.
efl-1.8.6/src/lib/eina/eina_inline_value.x:1402:74: note: Function 'eina_value_struct_setup' argument 2 names different: declaration 'desc' definition 'sdesc'.
efl-1.8.6/src/lib/eina/eina_mempool.c:257:30: style: Function 'eina_mempool_add' argument 1 names different: declaration 'module' definition 'name'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eina/eina_mempool.h:81:50: note: Function 'eina_mempool_add' argument 1 names different: declaration 'module' definition 'name'.
efl-1.8.6/src/lib/eina/eina_mempool.c:257:30: note: Function 'eina_mempool_add' argument 1 names different: declaration 'module' definition 'name'.
efl-1.8.6/src/lib/eina/eina_module.c:167:4: style: Variable 'file' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/eina/eina_module.c:160:0: note: Variable 'file' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/eina/eina_module.c:167:4: note: Variable 'file' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/eina/eina_module.c:277:46: style: Function 'eina_module_free' argument 1 names different: declaration 'module' definition 'm'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eina/eina_module.h:140:32: note: Function 'eina_module_free' argument 1 names different: declaration 'module' definition 'm'.
efl-1.8.6/src/lib/eina/eina_module.c:277:46: note: Function 'eina_module_free' argument 1 names different: declaration 'module' definition 'm'.
efl-1.8.6/src/lib/eina/eina_module.c:291:46: style: Function 'eina_module_load' argument 1 names different: declaration 'module' definition 'm'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eina/eina_module.h:161:32: note: Function 'eina_module_load' argument 1 names different: declaration 'module' definition 'm'.
efl-1.8.6/src/lib/eina/eina_module.c:291:46: note: Function 'eina_module_load' argument 1 names different: declaration 'module' definition 'm'.
efl-1.8.6/src/lib/eina/eina_module.c:338:48: style: Function 'eina_module_unload' argument 1 names different: declaration 'module' definition 'm'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eina/eina_module.h:178:34: note: Function 'eina_module_unload' argument 1 names different: declaration 'module' definition 'm'.
efl-1.8.6/src/lib/eina/eina_module.c:338:48: note: Function 'eina_module_unload' argument 1 names different: declaration 'module' definition 'm'.
efl-1.8.6/src/lib/eina/eina_module.c:366:54: style: Function 'eina_module_symbol_get' argument 1 names different: declaration 'module' definition 'm'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eina/eina_module.h:193:44: note: Function 'eina_module_symbol_get' argument 1 names different: declaration 'module' definition 'm'.
efl-1.8.6/src/lib/eina/eina_module.c:366:54: note: Function 'eina_module_symbol_get' argument 1 names different: declaration 'module' definition 'm'.
efl-1.8.6/src/lib/eina/eina_module.c:379:58: style: Function 'eina_module_file_get' argument 1 names different: declaration 'module' definition 'm'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eina/eina_module.h:206:42: note: Function 'eina_module_file_get' argument 1 names different: declaration 'module' definition 'm'.
efl-1.8.6/src/lib/eina/eina_module.c:379:58: note: Function 'eina_module_file_get' argument 1 names different: declaration 'module' definition 'm'.
efl-1.8.6/src/lib/eina/eina_module.c:141:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/eina/eina_module.c:167:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/eina/eina_module.c:519:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/eina/eina_prefix.c:244:15: style: The scope of the variable 'p' can be reduced. [variableScope]
efl-1.8.6/src/lib/eina/eina_prefix.c:295:8: style: The scope of the variable 'len' can be reduced. [variableScope]
efl-1.8.6/src/lib/eina/eina_prefix.c:684:54: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
efl-1.8.6/src/lib/eina/eina_prefix.c:501:20: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/eina/eina_prefix.c:508:17: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/eina/eina_quadtree.c:832:35: style: Function 'eina_quadtree_object' argument 1 names different: declaration 'list' definition 'item'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eina/eina_quadtree.h:51:60: note: Function 'eina_quadtree_object' argument 1 names different: declaration 'list' definition 'item'.
efl-1.8.6/src/lib/eina/eina_quadtree.c:832:35: note: Function 'eina_quadtree_object' argument 1 names different: declaration 'list' definition 'item'.
efl-1.8.6/src/lib/eina/eina_rbtree.c:89:36: style: Checking if unsigned variable 'eina_array_count(it->stack)' is less than zero. [unsignedLessThanZero]
efl-1.8.6/src/lib/eina/eina_rbtree.c:119:36: style: Checking if unsigned variable 'eina_array_count(it->stack)' is less than zero. [unsignedLessThanZero]
efl-1.8.6/src/lib/eina/eina_share_common.c:571:9: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
efl-1.8.6/src/lib/eina/eina_share_common.c:571:9: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
efl-1.8.6/src/lib/eina/eina_share_common.c:743:13: style: Checking if unsigned variable 'slen' is less than zero. [unsignedLessThanZero]
efl-1.8.6/src/lib/eina/eina_share_common.c:604:37: style: Function 'eina_share_common_init' argument 1 names different: declaration 'share' definition '_share'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eina/eina_share_common.h:64:49: note: Function 'eina_share_common_init' argument 1 names different: declaration 'share' definition '_share'.
efl-1.8.6/src/lib/eina/eina_share_common.c:604:37: note: Function 'eina_share_common_init' argument 1 names different: declaration 'share' definition '_share'.
efl-1.8.6/src/lib/eina/eina_share_common.c:650:41: style: Function 'eina_share_common_shutdown' argument 1 names different: declaration 'share' definition '_share'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eina/eina_share_common.h:67:53: note: Function 'eina_share_common_shutdown' argument 1 names different: declaration 'share' definition '_share'.
efl-1.8.6/src/lib/eina/eina_share_common.c:650:41: note: Function 'eina_share_common_shutdown' argument 1 names different: declaration 'share' definition '_share'.
efl-1.8.6/src/lib/eina/eina_simple_xml_parser.c:283:42: warning: Either the condition '!buf' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
efl-1.8.6/src/lib/eina/eina_simple_xml_parser.c:285:8: note: Assuming that condition '!buf' is not redundant
efl-1.8.6/src/lib/eina/eina_simple_xml_parser.c:283:42: note: Null pointer addition
efl-1.8.6/src/lib/eina/eina_simple_xml_parser.c:502:42: warning: Either the condition '!buf' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
efl-1.8.6/src/lib/eina/eina_simple_xml_parser.c:505:8: note: Assuming that condition '!buf' is not redundant
efl-1.8.6/src/lib/eina/eina_simple_xml_parser.c:502:42: note: Null pointer addition
efl-1.8.6/src/lib/eina/eina_simple_xml_parser.c:503:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/eina/eina_str.c:374:21: warning: Either the condition 's!=NULL' is redundant or there is overflow in pointer subtraction. [nullPointerArithmeticRedundantCheck]
efl-1.8.6/src/lib/eina/eina_str.c:360:10: note: Assuming that condition 's!=NULL' is not redundant
efl-1.8.6/src/lib/eina/eina_str.c:374:21: note: Null pointer subtraction
efl-1.8.6/src/lib/eina/eina_str.c:404:33: style: Function 'eina_str_split_full' argument 1 names different: declaration 'string' definition 'str'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eina/eina_str.h:218:54: note: Function 'eina_str_split_full' argument 1 names different: declaration 'string' definition 'str'.
efl-1.8.6/src/lib/eina/eina_str.c:404:33: note: Function 'eina_str_split_full' argument 1 names different: declaration 'string' definition 'str'.
efl-1.8.6/src/lib/eina/eina_str.c:405:33: style: Function 'eina_str_split_full' argument 2 names different: declaration 'delimiter' definition 'delim'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eina/eina_str.h:218:74: note: Function 'eina_str_split_full' argument 2 names different: declaration 'delimiter' definition 'delim'.
efl-1.8.6/src/lib/eina/eina_str.c:405:33: note: Function 'eina_str_split_full' argument 2 names different: declaration 'delimiter' definition 'delim'.
efl-1.8.6/src/lib/eina/eina_str.c:414:28: style: Function 'eina_str_split' argument 1 names different: declaration 'string' definition 'str'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eina/eina_str.h:185:49: note: Function 'eina_str_split' argument 1 names different: declaration 'string' definition 'str'.
efl-1.8.6/src/lib/eina/eina_str.c:414:28: note: Function 'eina_str_split' argument 1 names different: declaration 'string' definition 'str'.
efl-1.8.6/src/lib/eina/eina_str.c:414:45: style: Function 'eina_str_split' argument 2 names different: declaration 'delimiter' definition 'delim'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eina/eina_str.h:185:69: note: Function 'eina_str_split' argument 2 names different: declaration 'delimiter' definition 'delim'.
efl-1.8.6/src/lib/eina/eina_str.c:414:45: note: Function 'eina_str_split' argument 2 names different: declaration 'delimiter' definition 'delim'.
efl-1.8.6/src/lib/eina/eina_strbuf_template_c.x:38:77: warning: Either the condition 'if(esc)' is redundant or there is possible null pointer dereference: str. [nullPointerRedundantCheck]
efl-1.8.6/src/lib/eina/eina_strbuf_template_c.x:53:7: note: Assuming that condition 'if(esc)' is not redundant
efl-1.8.6/src/lib/eina/eina_strbuf_template_c.x:52:36: note: Calling function 'eina_strbuf_append', 2nd argument 'str' value is 0
efl-1.8.6/src/lib/eina/eina_strbuf_template_c.x:38:77: note: Null pointer dereference
efl-1.8.6/src/lib/eina/eina_strbuf_template_c.x:70:77: warning: Either the condition 'if(esc)' is redundant or there is possible null pointer dereference: str. [nullPointerRedundantCheck]
efl-1.8.6/src/lib/eina/eina_strbuf_template_c.x:85:7: note: Assuming that condition 'if(esc)' is not redundant
efl-1.8.6/src/lib/eina/eina_strbuf_template_c.x:84:36: note: Calling function 'eina_strbuf_insert', 2nd argument 'str' value is 0
efl-1.8.6/src/lib/eina/eina_strbuf_template_c.x:70:77: note: Null pointer dereference
efl-1.8.6/src/lib/eina/eina_strbuf.c:97:12: style: Checking if unsigned variable 'len' is less than zero. [unsignedLessThanZero]
efl-1.8.6/src/lib/eina/eina_strbuf.c:114:12: style: Checking if unsigned variable 'len' is less than zero. [unsignedLessThanZero]
efl-1.8.6/src/lib/eina/eina_strbuf.c:134:12: style: Checking if unsigned variable 'len' is less than zero. [unsignedLessThanZero]
efl-1.8.6/src/lib/eina/eina_strbuf.c:154:12: style: Checking if unsigned variable 'len' is less than zero. [unsignedLessThanZero]
efl-1.8.6/src/lib/eina/eina_stringshare.c:174:8: style: The scope of the variable 'i' can be reduced. [variableScope]
efl-1.8.6/src/lib/eina/eina_stringshare.c:674:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/eina/eina_thread.c:226:0: error: #error "Not supported any more" [preprocessorErrorDirective]
efl-1.8.6/src/lib/eina/eina_value.c:5116:4: portability: Returning an integer in a function with pointer return type is not portable. [CastIntegerToAddressAtReturn]
efl-1.8.6/src/lib/eina/eina_value.c:5136:4: portability: Returning an integer in a function with pointer return type is not portable. [CastIntegerToAddressAtReturn]
efl-1.8.6/src/lib/eina/eina_value.c:5156:4: portability: Returning an integer in a function with pointer return type is not portable. [CastIntegerToAddressAtReturn]
efl-1.8.6/src/lib/eina/eina_value.c:2115:14: warning: %hhx in format string (no. 1) requires 'unsigned char *' but the argument type is 'signed char *'. [invalidScanfArgType_int]
efl-1.8.6/src/lib/eina/eina_value.c:2116:14: warning: %hho in format string (no. 1) requires 'unsigned char *' but the argument type is 'signed char *'. [invalidScanfArgType_int]
efl-1.8.6/src/lib/eina/eina_value.c:2124:14: warning: %hx in format string (no. 1) requires 'unsigned short *' but the argument type is 'signed short *'. [invalidScanfArgType_int]
efl-1.8.6/src/lib/eina/eina_value.c:2125:14: warning: %ho in format string (no. 1) requires 'unsigned short *' but the argument type is 'signed short *'. [invalidScanfArgType_int]
efl-1.8.6/src/lib/eina/eina_value.c:2133:14: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
efl-1.8.6/src/lib/eina/eina_value.c:2134:14: warning: %o in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
efl-1.8.6/src/lib/eina/eina_value.c:2142:14: warning: %lx in format string (no. 1) requires 'unsigned long *' but the argument type is 'signed long *'. [invalidScanfArgType_int]
efl-1.8.6/src/lib/eina/eina_value.c:2143:14: warning: %lo in format string (no. 1) requires 'unsigned long *' but the argument type is 'signed long *'. [invalidScanfArgType_int]
efl-1.8.6/src/lib/eina/eina_value.c:760:13: style: Same expression on both sides of '!=' because the value of 'sizeof(other_mem)' and 'sizeof(v)' are the same. [duplicateExpression]
efl-1.8.6/src/lib/eina/eina_value.c:759:35: note: 'other_mem' is assigned value 'v' here.
efl-1.8.6/src/lib/eina/eina_value.c:760:13: note: Same expression on both sides of '!=' because the value of 'sizeof(other_mem)' and 'sizeof(v)' are the same.
efl-1.8.6/src/lib/eina/eina_value.c:1573:13: style: Same expression on both sides of '!=' because the value of 'sizeof(other_mem)' and 'sizeof(v)' are the same. [duplicateExpression]
efl-1.8.6/src/lib/eina/eina_value.c:1570:35: note: 'other_mem' is assigned value 'v' here.
efl-1.8.6/src/lib/eina/eina_value.c:1573:13: note: Same expression on both sides of '!=' because the value of 'sizeof(other_mem)' and 'sizeof(v)' are the same.
efl-1.8.6/src/lib/eina/eina_value.c:1750:13: style: Same expression on both sides of '!=' because the value of 'sizeof(other_mem)' and 'sizeof(v)' are the same. [duplicateExpression]
efl-1.8.6/src/lib/eina/eina_value.c:1747:35: note: 'other_mem' is assigned value 'v' here.
efl-1.8.6/src/lib/eina/eina_value.c:1750:13: note: Same expression on both sides of '!=' because the value of 'sizeof(other_mem)' and 'sizeof(v)' are the same.
efl-1.8.6/src/lib/eina/eina_value.c:1933:13: style: Same expression on both sides of '!=' because the value of 'sizeof(other_mem)' and 'sizeof(v)' are the same. [duplicateExpression]
efl-1.8.6/src/lib/eina/eina_value.c:1930:35: note: 'other_mem' is assigned value 'v' here.
efl-1.8.6/src/lib/eina/eina_value.c:1933:13: note: Same expression on both sides of '!=' because the value of 'sizeof(other_mem)' and 'sizeof(v)' are the same.
efl-1.8.6/src/lib/eina/eina_value.c:2543:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/eina/eina_value.c:2863:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/eina/eina_xattr.c:58:16: style: struct member '_Eina_Xattr_Iterator::file' is never used. [unusedStructMember]
efl-1.8.6/src/lib/eina/eina_xattr.c:59:16: style: struct member '_Eina_Xattr_Iterator::attr' is never used. [unusedStructMember]
efl-1.8.6/src/lib/eina/eina_xattr.c:61:12: style: struct member '_Eina_Xattr_Iterator::length' is never used. [unusedStructMember]
efl-1.8.6/src/lib/eina/eina_xattr.c:62:12: style: struct member '_Eina_Xattr_Iterator::offset' is never used. [unusedStructMember]
efl-1.8.6/src/lib/eina/eina_xattr.c:64:8: style: struct member '_Eina_Xattr_Iterator::fd' is never used. [unusedStructMember]
efl-1.8.6/src/lib/eina/eina_xattr.c:66:9: style: struct member '_Eina_Xattr_Iterator::xattr' is never used. [unusedStructMember]
efl-1.8.6/src/lib/eio/eio_dir.c:74:4: style: Variable 'it' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/eio/eio_dir.c:70:0: note: Variable 'it' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/eio/eio_dir.c:74:4: note: Variable 'it' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/eio/eio_inline_helper.x:39:33: style: Function 'eio_file_atime' argument 1 names different: declaration 'stat' definition 'st'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eio/Eio.h:847:54: note: Function 'eio_file_atime' argument 1 names different: declaration 'stat' definition 'st'.
efl-1.8.6/src/lib/eio/eio_inline_helper.x:39:33: note: Function 'eio_file_atime' argument 1 names different: declaration 'stat' definition 'st'.
efl-1.8.6/src/lib/eio/eio_inline_helper.x:53:33: style: Function 'eio_file_mtime' argument 1 names different: declaration 'stat' definition 'st'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eio/Eio.h:856:54: note: Function 'eio_file_mtime' argument 1 names different: declaration 'stat' definition 'st'.
efl-1.8.6/src/lib/eio/eio_inline_helper.x:53:33: note: Function 'eio_file_mtime' argument 1 names different: declaration 'stat' definition 'st'.
efl-1.8.6/src/lib/eio/eio_inline_helper.x:67:32: style: Function 'eio_file_size' argument 1 names different: declaration 'stat' definition 'st'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eio/Eio.h:863:56: note: Function 'eio_file_size' argument 1 names different: declaration 'stat' definition 'st'.
efl-1.8.6/src/lib/eio/eio_inline_helper.x:67:32: note: Function 'eio_file_size' argument 1 names different: declaration 'stat' definition 'st'.
efl-1.8.6/src/lib/eio/eio_inline_helper.x:81:34: style: Function 'eio_file_is_dir' argument 1 names different: declaration 'stat' definition 'st'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eio/Eio.h:870:58: note: Function 'eio_file_is_dir' argument 1 names different: declaration 'stat' definition 'st'.
efl-1.8.6/src/lib/eio/eio_inline_helper.x:81:34: note: Function 'eio_file_is_dir' argument 1 names different: declaration 'stat' definition 'st'.
efl-1.8.6/src/lib/eio/eio_inline_helper.x:95:34: style: Function 'eio_file_is_lnk' argument 1 names different: declaration 'stat' definition 'st'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eio/Eio.h:877:58: note: Function 'eio_file_is_lnk' argument 1 names different: declaration 'stat' definition 'st'.
efl-1.8.6/src/lib/eio/eio_inline_helper.x:95:34: note: Function 'eio_file_is_lnk' argument 1 names different: declaration 'stat' definition 'st'.
efl-1.8.6/src/lib/eio/eio_file.c:478:48: style: Function 'eio_async_end' argument 2 names different: declaration 'thread' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eio/eio_private.h:495:46: note: Function 'eio_async_end' argument 2 names different: declaration 'thread' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eio/eio_file.c:478:48: note: Function 'eio_async_end' argument 2 names different: declaration 'thread' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eio/eio_file.c:488:50: style: Function 'eio_async_error' argument 2 names different: declaration 'thread' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eio/eio_private.h:496:48: note: Function 'eio_async_error' argument 2 names different: declaration 'thread' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eio/eio_file.c:488:50: note: Function 'eio_async_error' argument 2 names different: declaration 'thread' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eio/eio_main.c:104:33: style: Function 'eio_progress_free' argument 1 names different: declaration 'progress' definition 'data'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eio/eio_private.h:471:38: note: Function 'eio_progress_free' argument 1 names different: declaration 'progress' definition 'data'.
efl-1.8.6/src/lib/eio/eio_main.c:104:33: note: Function 'eio_progress_free' argument 1 names different: declaration 'progress' definition 'data'.
efl-1.8.6/src/lib/eio/eio_monitor_inotify.c:74:8: style: The scope of the variable 'fd' can be reduced. [variableScope]
efl-1.8.6/src/lib/eio/eio_monitor_inotify.c:123:25: style: The scope of the variable 'backend' can be reduced. [variableScope]
efl-1.8.6/src/lib/eio/eio_monitor_inotify.c:127:8: style: The scope of the variable 'event_size' can be reduced. [variableScope]
efl-1.8.6/src/lib/eio/eio_monitor_inotify.c:97:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/eio/eio_monitor_poll.c:72:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/eio/eio_monitor_win32.c:66:31: style: The scope of the variable 'wname' can be reduced. [variableScope]
efl-1.8.6/src/lib/eio/eio_monitor_win32.c:67:31: style: The scope of the variable 'name' can be reduced. [variableScope]
efl-1.8.6/src/lib/eio/eio_monitor_win32.c:71:31: style: The scope of the variable 'event' can be reduced. [variableScope]
efl-1.8.6/src/lib/eio/eio_monitor_win32.c:211:29: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/eio/eio_single.c:229:14: style: Variable 'pw' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/eio/eio_single.c:225:0: note: Variable 'pw' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/eio/eio_single.c:229:14: note: Variable 'pw' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/eio/eio_single.c:246:14: style: Variable 'grp' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/eio/eio_single.c:242:0: note: Variable 'grp' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/eio/eio_single.c:246:14: note: Variable 'grp' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/eio/eio_single.c:422:4: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/eio/eio_single.c:416:0: note: Variable 's' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/eio/eio_single.c:422:4: note: Variable 's' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/eio/eio_single.c:454:4: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/eio/eio_single.c:448:0: note: Variable 's' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/eio/eio_single.c:454:4: note: Variable 's' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/eio/eio_single.c:484:4: style: Variable 'l' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/eio/eio_single.c:478:0: note: Variable 'l' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/eio/eio_single.c:484:4: note: Variable 'l' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/eio/eio_single.c:514:4: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/eio/eio_single.c:508:0: note: Variable 'r' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/eio/eio_single.c:514:4: note: Variable 'r' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/eio/eio_single.c:545:4: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/eio/eio_single.c:539:0: note: Variable 'r' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/eio/eio_single.c:545:4: note: Variable 'r' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/eio/eio_single.c:577:4: style: Variable 'c' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/eio/eio_single.c:571:0: note: Variable 'c' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/eio/eio_single.c:577:4: note: Variable 'c' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/eldbus/eldbus_core.c:1125:27: style: The scope of the variable 'h' can be reduced. [variableScope]
efl-1.8.6/src/lib/eldbus/eldbus_core.c:1363:1: style: Label 'cleanup' is not used. [unusedLabel]
efl-1.8.6/src/lib/eldbus/eldbus_freedesktop.c:36:60: style: Function 'eldbus_name_owner_has' argument 2 names different: declaration 'bus' definition 'name'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eldbus/eldbus_freedesktop.h:29:81: note: Function 'eldbus_name_owner_has' argument 2 names different: declaration 'bus' definition 'name'.
efl-1.8.6/src/lib/eldbus/eldbus_freedesktop.c:36:60: note: Function 'eldbus_name_owner_has' argument 2 names different: declaration 'bus' definition 'name'.
efl-1.8.6/src/lib/eldbus/eldbus_message.c:137:25: style: The scope of the variable 'sub' can be reduced. [variableScope]
efl-1.8.6/src/lib/eldbus/eldbus_message.c:96:1: style: Label 'fail' is not used. [unusedLabel]
efl-1.8.6/src/lib/eldbus/eldbus_message.c:119:1: style: Label 'fail' is not used. [unusedLabel]
efl-1.8.6/src/lib/eldbus/eldbus_object.c:218:1: style: Label 'cleanup' is not used. [unusedLabel]
efl-1.8.6/src/lib/eldbus/eldbus_object.c:179:58: style: Function '_on_connection_free' argument 2 names different: declaration 'dead_pointer' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eldbus/eldbus_object.c:61:57: note: Function '_on_connection_free' argument 2 names different: declaration 'dead_pointer' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eldbus/eldbus_object.c:179:58: note: Function '_on_connection_free' argument 2 names different: declaration 'dead_pointer' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eldbus/eldbus_pending.c:78:1: style: Label 'cleanup' is not used. [unusedLabel]
efl-1.8.6/src/lib/eldbus/eldbus_service.c:996:4: style: Variable 'added' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/eldbus/eldbus_service.c:991:0: note: Variable 'added' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/eldbus/eldbus_service.c:996:4: note: Variable 'added' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/eldbus/eldbus_service.c:1230:58: style: Function '_on_connection_free' argument 2 names different: declaration 'dead_pointer' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eldbus/eldbus_service.c:58:57: note: Function '_on_connection_free' argument 2 names different: declaration 'dead_pointer' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eldbus/eldbus_service.c:1230:58: note: Function '_on_connection_free' argument 2 names different: declaration 'dead_pointer' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eldbus/eldbus_service.c:1260:41: style: Function '_object_unregister' argument 1 names different: declaration 'conn' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eldbus/eldbus_service.c:54:48: note: Function '_object_unregister' argument 1 names different: declaration 'conn' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eldbus/eldbus_service.c:1260:41: note: Function '_object_unregister' argument 1 names different: declaration 'conn' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eldbus/eldbus_service.c:1267:43: style: Function '_object_handler' argument 1 names different: declaration 'conn' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eldbus/eldbus_service.c:55:58: note: Function '_object_handler' argument 1 names different: declaration 'conn' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eldbus/eldbus_service.c:1267:43: note: Function '_object_handler' argument 1 names different: declaration 'conn' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eldbus/eldbus_service.c:1267:69: style: Function '_object_handler' argument 2 names different: declaration 'message' definition 'msg'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eldbus/eldbus_service.c:55:77: note: Function '_object_handler' argument 2 names different: declaration 'message' definition 'msg'.
efl-1.8.6/src/lib/eldbus/eldbus_service.c:1267:69: note: Function '_object_handler' argument 2 names different: declaration 'message' definition 'msg'.
efl-1.8.6/src/lib/eldbus/eldbus_signal_handler.c:123:1: style: Label 'error' is not used. [unusedLabel]
efl-1.8.6/src/lib/eldbus/eldbus_signal_handler.c:224:1: style: Label 'cleanup_create_strbuf' is not used. [unusedLabel]
efl-1.8.6/src/lib/embryo/embryo_amx.c:481:32: style: The scope of the variable 'mid' can be reduced. [variableScope]
efl-1.8.6/src/lib/embryo/embryo_amx.c:509:32: style: The scope of the variable 'mid' can be reduced. [variableScope]
efl-1.8.6/src/lib/embryo/embryo_amx.c:793:21: style: The scope of the variable 'op' can be reduced. [variableScope]
efl-1.8.6/src/lib/embryo/embryo_amx.c:457:16: style: Function 'embryo_swap_16' argument 1 names different: declaration 'v' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/embryo/Embryo.h:602:54: note: Function 'embryo_swap_16' argument 1 names different: declaration 'v' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/embryo/embryo_amx.c:457:16: note: Function 'embryo_swap_16' argument 1 names different: declaration 'v' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/embryo/embryo_amx.c:469:16: style: Function 'embryo_swap_32' argument 1 names different: declaration 'v' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/embryo/Embryo.h:610:52: note: Function 'embryo_swap_32' argument 1 names different: declaration 'v' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/embryo/embryo_amx.c:469:16: note: Function 'embryo_swap_32' argument 1 names different: declaration 'v' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/embryo/embryo_amx.c:784:56: style: Function 'embryo_program_run' argument 2 names different: declaration 'func' definition 'fn'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/embryo/Embryo.h:823:78: note: Function 'embryo_program_run' argument 2 names different: declaration 'func' definition 'fn'.
efl-1.8.6/src/lib/embryo/embryo_amx.c:784:56: note: Function 'embryo_program_run' argument 2 names different: declaration 'func' definition 'fn'.
efl-1.8.6/src/lib/embryo/embryo_args.c:86:8: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/embryo/embryo_str.c:297:20: style: The scope of the variable 'cptr' can be reduced. [variableScope]
efl-1.8.6/src/lib/embryo/embryo_str.c:382:12: style: The scope of the variable 'l' can be reduced. [variableScope]
efl-1.8.6/src/lib/embryo/embryo_str.c:50:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/embryo/embryo_str.c:63:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/embryo/embryo_str.c:64:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/embryo/embryo_str.c:77:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/embryo/embryo_str.c:78:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/embryo/embryo_str.c:93:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/embryo/embryo_str.c:94:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/embryo/embryo_str.c:107:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/embryo/embryo_str.c:124:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/embryo/embryo_str.c:139:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/embryo/embryo_str.c:152:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/embryo/embryo_str.c:153:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/embryo/embryo_str.c:155:9: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/embryo/embryo_str.c:174:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/embryo/embryo_str.c:175:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/embryo/embryo_str.c:179:9: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/embryo/embryo_str.c:196:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/embryo/embryo_str.c:197:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/embryo/embryo_str.c:199:9: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/embryo/embryo_str.c:218:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/embryo/embryo_str.c:219:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/embryo/embryo_str.c:223:9: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/embryo/embryo_str.c:245:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/embryo/embryo_str.c:255:9: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/embryo/embryo_str.c:277:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/embryo/embryo_str.c:279:9: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/embryo/embryo_str.c:384:8: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/embryo/embryo_str.c:423:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/embryo/embryo_str.c:424:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/embryo/embryo_str.c:439:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/embryo/embryo_str.c:440:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/embryo/embryo_str.c:455:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/embryo/embryo_str.c:456:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/emotion/emotion_main.c:182:2: style: Label 'error' is not used. [unusedLabel]
efl-1.8.6/src/lib/emotion/emotion_modules.c:289:2: style: Label 'error' is not used. [unusedLabel]
efl-1.8.6/src/lib/emotion/emotion_smart.c:181:4: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/emotion/emotion_smart.c:179:0: note: Variable 'data' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/emotion/emotion_smart.c:181:4: note: Variable 'data' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/emotion/emotion_smart.c:242:11: style: The scope of the variable 'scale_w' can be reduced. [variableScope]
efl-1.8.6/src/lib/emotion/emotion_smart.c:242:20: style: The scope of the variable 'scale_h' can be reduced. [variableScope]
efl-1.8.6/src/lib/emotion/emotion_smart.c:461:15: style: The scope of the variable 'old_clipper' can be reduced. [variableScope]
efl-1.8.6/src/lib/emotion/emotion_smart.c:382:55: style: Function 'emotion_object_file_set' argument 2 names different: declaration 'filename' definition 'file'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/emotion/Emotion.h:603:87: note: Function 'emotion_object_file_set' argument 2 names different: declaration 'filename' definition 'file'.
efl-1.8.6/src/lib/emotion/emotion_smart.c:382:55: note: Function 'emotion_object_file_set' argument 2 names different: declaration 'filename' definition 'file'.
efl-1.8.6/src/lib/emotion/emotion_smart.c:1574:60: style: Function '_emotion_progress_set' argument 3 names different: declaration 'stat' definition 'st'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/emotion/emotion_modules.h:120:71: note: Function '_emotion_progress_set' argument 3 names different: declaration 'stat' definition 'st'.
efl-1.8.6/src/lib/emotion/emotion_smart.c:1574:60: note: Function '_emotion_progress_set' argument 3 names different: declaration 'stat' definition 'st'.
efl-1.8.6/src/lib/emotion/emotion_smart.c:1668:34: style: Function '_mouse_move' argument 2 names different: declaration 'ev' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/emotion/emotion_smart.c:116:43: note: Function '_mouse_move' argument 2 names different: declaration 'ev' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/emotion/emotion_smart.c:1668:34: note: Function '_mouse_move' argument 2 names different: declaration 'ev' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/emotion/emotion_smart.c:1686:34: style: Function '_mouse_down' argument 2 names different: declaration 'ev' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/emotion/emotion_smart.c:117:43: note: Function '_mouse_down' argument 2 names different: declaration 'ev' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/emotion/emotion_smart.c:1686:34: note: Function '_mouse_down' argument 2 names different: declaration 'ev' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/eo/eo.c:658:51: warning: Either the condition '(op_desc)?op_desc->op_type:EO_OP_TYPE_REGULAR' is redundant or there is possible null pointer dereference: op_desc. [nullPointerRedundantCheck]
efl-1.8.6/src/lib/eo/eo.c:664:19: note: Assuming that condition '(op_desc)?op_desc->op_type:EO_OP_TYPE_REGULAR' is not redundant
efl-1.8.6/src/lib/eo/eo.c:658:51: note: Null pointer dereference
efl-1.8.6/src/lib/eo/eo.c:218:4: style: Variable 'kls_itr' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/eo/eo.c:215:0: note: Variable 'kls_itr' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/eo/eo.c:218:4: note: Variable 'kls_itr' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/eo/eo.c:335:4: style: Variable 'op' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/eo/eo.c:333:0: note: Variable 'op' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/eo/eo.c:335:4: note: Variable 'op' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/eo/eo.c:359:4: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/eo/eo.c:354:0: note: Variable 'ret' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/eo/eo.c:359:4: note: Variable 'ret' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/eo/eo.c:824:9: style: Variable 'extn_id' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/eo/eo.c:820:0: note: Variable 'extn_id' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/eo/eo.c:824:9: note: Variable 'extn_id' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/eo/eo.c:166:8: style: The scope of the variable 'mid' can be reduced. [variableScope]
efl-1.8.6/src/lib/eo/eo.c:527:22: style: The scope of the variable 'itr2' can be reduced. [variableScope]
efl-1.8.6/src/lib/eo/eo.c:761:12: style: The scope of the variable 'p_list' can be reduced. [variableScope]
efl-1.8.6/src/lib/eo/eo.c:1223:22: style: Function '_eo_condtor_done' argument 1 names different: declaration 'obj' definition 'obj_id'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/eo/eo_private.h:76:27: note: Function '_eo_condtor_done' argument 1 names different: declaration 'obj' definition 'obj_id'.
efl-1.8.6/src/lib/eo/eo.c:1223:22: note: Function '_eo_condtor_done' argument 1 names different: declaration 'obj' definition 'obj_id'.
efl-1.8.6/src/lib/eo/eo.c:692:7: error: Memory pointed to by 'data' is freed twice. [doubleFree]
efl-1.8.6/src/lib/eo/eo_base_class.c:152:9: style: Variable 'parent_pd' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/eo/eo_base_class.c:151:0: note: Variable 'parent_pd' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/eo/eo_base_class.c:152:9: note: Variable 'parent_pd' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/ephysics/ephysics_body.cpp:2127:13: warning: Either the condition '!body' is redundant or there is possible null pointer dereference: body. [nullPointerRedundantCheck]
efl-1.8.6/src/lib/ephysics/ephysics_body.cpp:2125:8: note: Assuming that condition '!body' is not redundant
efl-1.8.6/src/lib/ephysics/ephysics_body.cpp:2127:13: note: Null pointer dereference
efl-1.8.6/src/lib/ephysics/ephysics_body.cpp:450:28: style: Same expression on both sides of '>'. [duplicateExpression]
efl-1.8.6/src/lib/ephysics/ephysics_body.cpp:1278:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/ephysics/ephysics_body.cpp:92:11: style: The scope of the variable 'x' can be reduced. [variableScope]
efl-1.8.6/src/lib/ephysics/ephysics_body.cpp:92:14: style: The scope of the variable 'y' can be reduced. [variableScope]
efl-1.8.6/src/lib/ephysics/ephysics_body.cpp:92:17: style: The scope of the variable 'z' can be reduced. [variableScope]
efl-1.8.6/src/lib/ephysics/ephysics_body.cpp:92:20: style: The scope of the variable 'nx' can be reduced. [variableScope]
efl-1.8.6/src/lib/ephysics/ephysics_body.cpp:92:24: style: The scope of the variable 'ny' can be reduced. [variableScope]
efl-1.8.6/src/lib/ephysics/ephysics_body.cpp:92:28: style: The scope of the variable 'nz' can be reduced. [variableScope]
efl-1.8.6/src/lib/ephysics/ephysics_body.cpp:92:32: style: The scope of the variable 'ln' can be reduced. [variableScope]
efl-1.8.6/src/lib/ephysics/ephysics_body.cpp:92:36: style: The scope of the variable 'br' can be reduced. [variableScope]
efl-1.8.6/src/lib/ephysics/ephysics_body.cpp:150:14: style: The scope of the variable 'map' can be reduced. [variableScope]
efl-1.8.6/src/lib/ephysics/ephysics_body.cpp:153:35: style: The scope of the variable 'slice' can be reduced. [variableScope]
efl-1.8.6/src/lib/ephysics/ephysics_body.cpp:298:30: style: The scope of the variable 'face_slice' can be reduced. [variableScope]
efl-1.8.6/src/lib/ephysics/ephysics_body.cpp:315:35: style: The scope of the variable 'slice_data' can be reduced. [variableScope]
efl-1.8.6/src/lib/ephysics/ephysics_body.cpp:392:35: style: The scope of the variable 'slice' can be reduced. [variableScope]
efl-1.8.6/src/lib/ephysics/ephysics_body.cpp:407:35: style: The scope of the variable 'slice' can be reduced. [variableScope]
efl-1.8.6/src/lib/ephysics/ephysics_body.cpp:930:17: style: The scope of the variable 'rigid_body' can be reduced. [variableScope]
efl-1.8.6/src/lib/ephysics/ephysics_body.cpp:932:22: style: The scope of the variable 'node' can be reduced. [variableScope]
efl-1.8.6/src/lib/ephysics/ephysics_body.cpp:1002:8: style: The scope of the variable 'valid_nodes' can be reduced. [variableScope]
efl-1.8.6/src/lib/ephysics/ephysics_body.cpp:1004:11: style: The scope of the variable 'inverse_mass' can be reduced. [variableScope]
efl-1.8.6/src/lib/ephysics/ephysics_body.cpp:1244:35: style: The scope of the variable 'slice' can be reduced. [variableScope]
efl-1.8.6/src/lib/ephysics/ephysics_body.cpp:1305:28: style: The scope of the variable 'face_obj' can be reduced. [variableScope]
efl-1.8.6/src/lib/ephysics/ephysics_body.cpp:1321:28: style: The scope of the variable 'cb' can be reduced. [variableScope]
efl-1.8.6/src/lib/ephysics/ephysics_body.cpp:1324:30: style: The scope of the variable 'face_slice' can be reduced. [variableScope]
efl-1.8.6/src/lib/ephysics/ephysics_body.cpp:1519:14: style: The scope of the variable 'map' can be reduced. [variableScope]
efl-1.8.6/src/lib/ephysics/ephysics_body.cpp:1689:30: style: The scope of the variable 'face_slice' can be reduced. [variableScope]
efl-1.8.6/src/lib/ephysics/ephysics_body.cpp:1690:28: style: The scope of the variable 'face_obj' can be reduced. [variableScope]
efl-1.8.6/src/lib/ephysics/ephysics_body.cpp:2518:8: style: The scope of the variable 'out' can be reduced. [variableScope]
efl-1.8.6/src/lib/ephysics/ephysics_body.cpp:2574:22: style: The scope of the variable 'node' can be reduced. [variableScope]
efl-1.8.6/src/lib/ephysics/ephysics_body.cpp:2619:8: style: The scope of the variable 'idx' can be reduced. [variableScope]
efl-1.8.6/src/lib/ephysics/ephysics_body.cpp:4001:22: style: The scope of the variable 'face' can be reduced. [variableScope]
efl-1.8.6/src/lib/ephysics/ephysics_body.cpp:4173:22: style: The scope of the variable 'node' can be reduced. [variableScope]
efl-1.8.6/src/lib/ephysics/ephysics_body.cpp:4526:28: style: The scope of the variable 'face_obj' can be reduced. [variableScope]
efl-1.8.6/src/lib/ephysics/ephysics_body.cpp:4710:28: style: The scope of the variable 'face_obj' can be reduced. [variableScope]
efl-1.8.6/src/lib/ephysics/ephysics_body.cpp:4871:28: style: The scope of the variable 'face_obj' can be reduced. [variableScope]
efl-1.8.6/src/lib/ephysics/ephysics_body.cpp:4993:28: style: The scope of the variable 'face_obj' can be reduced. [variableScope]
efl-1.8.6/src/lib/ephysics/ephysics_camera.cpp:44:28: style: The scope of the variable 'new_x' can be reduced. [variableScope]
efl-1.8.6/src/lib/ephysics/ephysics_camera.cpp:44:35: style: The scope of the variable 'new_y' can be reduced. [variableScope]
efl-1.8.6/src/lib/ephysics/ephysics_constraints.cpp:30:25: style: The scope of the variable 'constraint' can be reduced. [variableScope]
efl-1.8.6/src/lib/ephysics/ephysics_shape.cpp:54:20: style: The scope of the variable 'point' can be reduced. [variableScope]
efl-1.8.6/src/lib/ephysics/ephysics_shape.cpp:98:42: style: Function 'ephysics_shape_load' argument 1 names different: declaration 'filename' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ephysics/EPhysics.h:613:54: note: Function 'ephysics_shape_load' argument 1 names different: declaration 'filename' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ephysics/ephysics_shape.cpp:98:42: note: Function 'ephysics_shape_load' argument 1 names different: declaration 'filename' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ephysics/ephysics_shape.cpp:111:49: style: Function 'ephysics_shape_save' argument 1 names different: declaration 'shape' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ephysics/EPhysics.h:632:58: note: Function 'ephysics_shape_save' argument 1 names different: declaration 'shape' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ephysics/ephysics_shape.cpp:111:49: note: Function 'ephysics_shape_save' argument 1 names different: declaration 'shape' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ephysics/ephysics_shape.cpp:111:83: style: Function 'ephysics_shape_save' argument 2 names different: declaration 'filename' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ephysics/EPhysics.h:632:77: note: Function 'ephysics_shape_save' argument 2 names different: declaration 'filename' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ephysics/ephysics_shape.cpp:111:83: note: Function 'ephysics_shape_save' argument 2 names different: declaration 'filename' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ephysics/ephysics_world.cpp:374:29: style: The scope of the variable 'cb' can be reduced. [variableScope]
efl-1.8.6/src/lib/ephysics/ephysics_world.cpp:375:19: style: The scope of the variable 'body' can be reduced. [variableScope]
efl-1.8.6/src/lib/escape/escape_libgen.c:23:38: warning: Either the condition '!path' is redundant or there is possible null pointer dereference: path. [nullPointerRedundantCheck]
efl-1.8.6/src/lib/escape/escape_libgen.c:21:8: note: Assuming that condition '!path' is not redundant
efl-1.8.6/src/lib/escape/escape_libgen.c:23:38: note: Null pointer dereference
efl-1.8.6/src/lib/escape/escape_libgen.c:62:37: warning: Either the condition '!path' is redundant or there is possible null pointer dereference: path. [nullPointerRedundantCheck]
efl-1.8.6/src/lib/escape/escape_libgen.c:60:8: note: Assuming that condition '!path' is not redundant
efl-1.8.6/src/lib/escape/escape_libgen.c:62:37: note: Null pointer dereference
efl-1.8.6/src/lib/escape/escape_mman.c:15:18: style: Function 'mmap' argument 1 names different: declaration 'addr' definition '__UNUSED__'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/escape/sys/mman.h:107:23: note: Function 'mmap' argument 1 names different: declaration 'addr' definition '__UNUSED__'.
efl-1.8.6/src/lib/escape/escape_mman.c:15:18: note: Function 'mmap' argument 1 names different: declaration 'addr' definition '__UNUSED__'.
efl-1.8.6/src/lib/escape/escape_mman.c:52:19: style: Function 'munmap' argument 2 names different: declaration 'len' definition '__UNUSED__'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/escape/sys/mman.h:133:15: note: Function 'munmap' argument 2 names different: declaration 'len' definition '__UNUSED__'.
efl-1.8.6/src/lib/escape/escape_mman.c:52:19: note: Function 'munmap' argument 2 names different: declaration 'len' definition '__UNUSED__'.
efl-1.8.6/src/lib/escape/escape_mman.c:61:21: style: Function 'madvise' argument 1 names different: declaration 'addr' definition '__UNUSED__'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/escape/sys/mman.h:171:15: note: Function 'madvise' argument 1 names different: declaration 'addr' definition '__UNUSED__'.
efl-1.8.6/src/lib/escape/escape_mman.c:61:21: note: Function 'madvise' argument 1 names different: declaration 'addr' definition '__UNUSED__'.
efl-1.8.6/src/lib/escape/escape_mman.c:62:23: style: Function 'madvise' argument 2 names different: declaration 'length' definition '__UNUSED__'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/escape/sys/mman.h:172:16: note: Function 'madvise' argument 2 names different: declaration 'length' definition '__UNUSED__'.
efl-1.8.6/src/lib/escape/escape_mman.c:62:23: note: Function 'madvise' argument 2 names different: declaration 'length' definition '__UNUSED__'.
efl-1.8.6/src/lib/escape/escape_mman.c:63:23: style: Function 'madvise' argument 3 names different: declaration 'advice' definition '__UNUSED__'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/escape/sys/mman.h:173:13: note: Function 'madvise' argument 3 names different: declaration 'advice' definition '__UNUSED__'.
efl-1.8.6/src/lib/escape/escape_mman.c:63:23: note: Function 'madvise' argument 3 names different: declaration 'advice' definition '__UNUSED__'.
efl-1.8.6/src/lib/ethumb/ethumb.c:1577:20: style: Condition 'orientation!=ETHUMB_THUMB_ORIENT_NONE' is always false [knownConditionTrueFalse]
efl-1.8.6/src/lib/ethumb/ethumb.c:1507:22: note: Assignment 'orientation=ETHUMB_THUMB_ORIENT_NONE', assigned value is 0
efl-1.8.6/src/lib/ethumb/ethumb.c:1577:20: note: Condition 'orientation!=ETHUMB_THUMB_ORIENT_NONE' is always false
efl-1.8.6/src/lib/ethumb/ethumb.c:1916:4: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
efl-1.8.6/src/lib/ethumb/ethumb.c:1917:4: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
efl-1.8.6/src/lib/ethumb/ethumb.c:1924:4: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
efl-1.8.6/src/lib/ethumb/ethumb.c:1925:4: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
efl-1.8.6/src/lib/ethumb/ethumb.c:1926:4: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
efl-1.8.6/src/lib/ethumb/ethumb.c:1577:20: style: Same expression on both sides of '!=' because the value of 'orientation' and 'ETHUMB_THUMB_ORIENT_NONE' are the same. [duplicateExpression]
efl-1.8.6/src/lib/ethumb/ethumb.c:1507:22: note: 'orientation' is assigned value 'ETHUMB_THUMB_ORIENT_NONE' here.
efl-1.8.6/src/lib/ethumb/ethumb.c:1577:20: note: Same expression on both sides of '!=' because the value of 'orientation' and 'ETHUMB_THUMB_ORIENT_NONE' are the same.
efl-1.8.6/src/lib/ethumb/ethumb.c:395:17: style: The scope of the variable 'o' can be reduced. [variableScope]
efl-1.8.6/src/lib/ethumb/ethumb.c:1125:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
efl-1.8.6/src/lib/ethumb/ethumb.c:276:2: style: Label 'error_plugins_ext' is not used. [unusedLabel]
efl-1.8.6/src/lib/ethumb/ethumb.c:417:21: style: Function 'ethumb_free' argument 1 names different: declaration 'e' definition 'ethumb'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ethumb/Ethumb.h:148:31: note: Function 'ethumb_free' argument 1 names different: declaration 'e' definition 'ethumb'.
efl-1.8.6/src/lib/ethumb/ethumb.c:417:21: note: Function 'ethumb_free' argument 1 names different: declaration 'e' definition 'ethumb'.
efl-1.8.6/src/lib/ethumb/ethumb.c:957:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/ethumb/md5.c:35:14: style: The scope of the variable 't' can be reduced. [variableScope]
efl-1.8.6/src/lib/ethumb/md5.c:49:23: style: Function 'MD5Init' argument 1 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ethumb/md5.h:19:32: note: Function 'MD5Init' argument 1 names different: declaration 'context' definition 'ctx'.
efl-1.8.6/src/lib/ethumb/md5.c:49:23: note: Function 'MD5Init' argument 1 names different: declaration 'context' definition 'ctx'.
efl-1.8.6/src/lib/ethumb/md5.c:64:25: style: Function 'MD5Update' argument 1 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ethumb/md5.h:20:34: note: Function 'MD5Update' argument 1 names different: declaration 'context' definition 'ctx'.
efl-1.8.6/src/lib/ethumb/md5.c:64:25: note: Function 'MD5Update' argument 1 names different: declaration 'context' definition 'ctx'.
efl-1.8.6/src/lib/ethumb/md5.c:112:50: style: Function 'MD5Final' argument 2 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ethumb/md5.h:21:70: note: Function 'MD5Final' argument 2 names different: declaration 'context' definition 'ctx'.
efl-1.8.6/src/lib/ethumb/md5.c:112:50: note: Function 'MD5Final' argument 2 names different: declaration 'context' definition 'ctx'.
efl-1.8.6/src/lib/ethumb_client/ethumb_client.c:201:19: style: The scope of the variable 'obj' can be reduced. [variableScope]
efl-1.8.6/src/lib/ethumb_client/ethumb_client.c:371:19: style: The scope of the variable 'obj' can be reduced. [variableScope]
efl-1.8.6/src/lib/ethumb_client/ethumb_client.c:307:66: style: Function '_ethumb_client_name_owner_changed' argument 2 names different: declaration 'bus' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ethumb_client/ethumb_client.c:195:74: note: Function '_ethumb_client_name_owner_changed' argument 2 names different: declaration 'bus' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ethumb_client/ethumb_client.c:307:66: note: Function '_ethumb_client_name_owner_changed' argument 2 names different: declaration 'bus' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/ethumb_client/ethumb_client.c:1645:59: style: Function 'ethumb_client_video_time_set' argument 2 names different: declaration 'time' definition 't'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/ethumb_client/Ethumb_Client.h:168:69: note: Function 'ethumb_client_video_time_set' argument 2 names different: declaration 'time' definition 't'.
efl-1.8.6/src/lib/ethumb_client/ethumb_client.c:1645:59: note: Function 'ethumb_client_video_time_set' argument 2 names different: declaration 'time' definition 't'.
efl-1.8.6/src/lib/evas/cache/evas_cache_engine_image.c:268:26: style: The scope of the variable 'eim' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/cache/evas_cache_image.c:694:37: warning: Either the condition 'lo' is redundant or there is possible null pointer dereference: lo. [nullPointerRedundantCheck]
efl-1.8.6/src/lib/evas/cache/evas_cache_image.c:680:9: note: Assuming that condition 'lo' is not redundant
efl-1.8.6/src/lib/evas/cache/evas_cache_image.c:694:37: note: Null pointer dereference
efl-1.8.6/src/lib/evas/cache/evas_cache_image.c:697:37: warning: Either the condition 'lo' is redundant or there is possible null pointer dereference: lo. [nullPointerRedundantCheck]
efl-1.8.6/src/lib/evas/cache/evas_cache_image.c:680:9: note: Assuming that condition 'lo' is not redundant
efl-1.8.6/src/lib/evas/cache/evas_cache_image.c:697:37: note: Null pointer dereference
efl-1.8.6/src/lib/evas/cache/evas_cache_image.c:700:37: warning: Either the condition 'lo' is redundant or there is possible null pointer dereference: lo. [nullPointerRedundantCheck]
efl-1.8.6/src/lib/evas/cache/evas_cache_image.c:680:9: note: Assuming that condition 'lo' is not redundant
efl-1.8.6/src/lib/evas/cache/evas_cache_image.c:700:37: note: Null pointer dereference
efl-1.8.6/src/lib/evas/cache/evas_cache_image.c:703:37: warning: Either the condition 'lo' is redundant or there is possible null pointer dereference: lo. [nullPointerRedundantCheck]
efl-1.8.6/src/lib/evas/cache/evas_cache_image.c:680:9: note: Assuming that condition 'lo' is not redundant
efl-1.8.6/src/lib/evas/cache/evas_cache_image.c:703:37: note: Null pointer dereference
efl-1.8.6/src/lib/evas/cache/evas_cache_image.c:706:37: warning: Either the condition 'lo' is redundant or there is possible null pointer dereference: lo. [nullPointerRedundantCheck]
efl-1.8.6/src/lib/evas/cache/evas_cache_image.c:680:9: note: Assuming that condition 'lo' is not redundant
efl-1.8.6/src/lib/evas/cache/evas_cache_image.c:706:37: note: Null pointer dereference
efl-1.8.6/src/lib/evas/cache/evas_cache_image.c:709:37: warning: Either the condition 'lo' is redundant or there is possible null pointer dereference: lo. [nullPointerRedundantCheck]
efl-1.8.6/src/lib/evas/cache/evas_cache_image.c:680:9: note: Assuming that condition 'lo' is not redundant
efl-1.8.6/src/lib/evas/cache/evas_cache_image.c:709:37: note: Null pointer dereference
efl-1.8.6/src/lib/evas/cache/evas_cache_image.c:712:37: warning: Either the condition 'lo' is redundant or there is possible null pointer dereference: lo. [nullPointerRedundantCheck]
efl-1.8.6/src/lib/evas/cache/evas_cache_image.c:680:9: note: Assuming that condition 'lo' is not redundant
efl-1.8.6/src/lib/evas/cache/evas_cache_image.c:712:37: note: Null pointer dereference
efl-1.8.6/src/lib/evas/cache/evas_cache_image.c:715:37: warning: Either the condition 'lo' is redundant or there is possible null pointer dereference: lo. [nullPointerRedundantCheck]
efl-1.8.6/src/lib/evas/cache/evas_cache_image.c:680:9: note: Assuming that condition 'lo' is not redundant
efl-1.8.6/src/lib/evas/cache/evas_cache_image.c:715:37: note: Null pointer dereference
efl-1.8.6/src/lib/evas/cache/evas_cache_image.c:717:13: warning: Either the condition 'lo' is redundant or there is possible null pointer dereference: lo. [nullPointerRedundantCheck]
efl-1.8.6/src/lib/evas/cache/evas_cache_image.c:680:9: note: Assuming that condition 'lo' is not redundant
efl-1.8.6/src/lib/evas/cache/evas_cache_image.c:717:13: note: Null pointer dereference
efl-1.8.6/src/lib/evas/cache/evas_cache_image.c:328:22: style: The scope of the variable 'task' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/cache/evas_cache_image.c:329:8: style: The scope of the variable 'error' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/cache/evas_cache_image.c:483:15: style: The scope of the variable 'l' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/cache/evas_cache_image.c:25:17: style: struct member '_Evas_Cache_Preload::ie' is never used. [unusedStructMember]
efl-1.8.6/src/lib/evas/cache/evas_cache_image.c:758:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/evas/cache/evas_cache_image.c:820:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/evas/cache/evas_preload.c:127:33: style: The scope of the variable 'work' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/cache2/evas_cache2.c:372:28: style: The scope of the variable 'tg' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/cache2/evas_cache2.c:676:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/evas/cache2/evas_cache2.c:822:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/evas/cache2/evas_cache2.c:909:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/evas/canvas/evas_callbacks.c:342:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_callbacks.c:365:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_callbacks.c:397:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_callbacks.c:436:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_callbacks.c:459:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_callbacks.c:490:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_callbacks.c:522:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_callbacks.c:545:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_callbacks.c:567:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_clip.c:200:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_clip.c:220:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_clip.c:355:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_clip.c:378:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_clip.c:452:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_clip.c:27:32: style: The scope of the variable 'clipee' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/canvas/evas_clip.c:28:15: style: The scope of the variable 'l' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/canvas/evas_clip.c:146:32: style: The scope of the variable 'obj2' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/canvas/evas_clip.c:147:15: style: The scope of the variable 'l' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/canvas/evas_data.c:10:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_data.c:19:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_data.c:30:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_device.c:11:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_device.c:28:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_device.c:53:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_device.c:74:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_device.c:85:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_device.c:102:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_device.c:112:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_device.c:121:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_device.c:131:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_device.c:140:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_device.c:167:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_device.c:176:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_device.c:186:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_device.c:195:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_device.c:205:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_device.c:214:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_device.c:233:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_events.c:889:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_events.c:932:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_events.c:949:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_events.c:975:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_events.c:984:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_events.c:1029:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_events.c:1040:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_events.c:1053:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_events.c:1290:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_events.c:1403:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_events.c:1442:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_events.c:2008:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_events.c:2030:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_events.c:2051:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_events.c:2129:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_events.c:2303:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_events.c:2346:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_events.c:2467:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_events.c:2511:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_events.c:2719:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_events.c:2759:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_events.c:2791:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_events.c:2904:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_events.c:3070:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_events.c:3111:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_events.c:3130:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_events.c:3151:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_events.c:3170:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_events.c:3190:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_events.c:3209:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_events.c:3226:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_events.c:3245:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_events.c:3262:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_events.c:3368:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_events.c:40:17: style: The scope of the variable 'eo_obj' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/canvas/evas_events.c:450:32: style: The scope of the variable 'child' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/canvas/evas_events.c:496:32: style: The scope of the variable 'child' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/canvas/evas_events.c:522:32: style: The scope of the variable 'child' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/canvas/evas_events.c:1164:15: style: The scope of the variable 'l' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/canvas/evas_events.c:1304:15: style: The scope of the variable 'l' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/canvas/evas_events.c:1304:19: style: The scope of the variable 'copy' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/canvas/evas_events.c:1075:28: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 1073. [shiftTooManyBitsSigned]
efl-1.8.6/src/lib/evas/canvas/evas_events.c:1073:22: note: Assuming that condition 'b>32' is not redundant
efl-1.8.6/src/lib/evas/canvas/evas_events.c:1075:28: note: Shift
efl-1.8.6/src/lib/evas/canvas/evas_events.c:1310:29: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 1307. [shiftTooManyBitsSigned]
efl-1.8.6/src/lib/evas/canvas/evas_events.c:1307:22: note: Assuming that condition 'b>32' is not redundant
efl-1.8.6/src/lib/evas/canvas/evas_events.c:1310:29: note: Shift
efl-1.8.6/src/lib/evas/canvas/evas_events.c:1424:37: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
efl-1.8.6/src/lib/evas/canvas/evas_focus.c:24:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_focus.c:62:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_focus.c:82:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_font_dir.c:365:23: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR' is always true. [redundantCondition]
efl-1.8.6/src/lib/evas/canvas/evas_font_dir.c:1025:14: warning: Width 4090 given in format string (no. 1) is smaller than destination buffer 'fname[4096]'. [invalidScanfFormatWidth_smaller]
efl-1.8.6/src/lib/evas/canvas/evas_font_dir.c:1102:14: warning: Width 4090 given in format string (no. 1) is smaller than destination buffer 'fname[4096]'. [invalidScanfFormatWidth_smaller]
efl-1.8.6/src/lib/evas/canvas/evas_font_dir.c:1209:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_font_dir.c:1234:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_font_dir.c:1258:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_font_dir.c:1282:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_font_dir.c:1319:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_font_dir.c:1347:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_font_dir.c:1366:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_font_dir.c:1389:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_font_dir.c:1406:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_font_dir.c:1425:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_font_dir.c:1444:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_font_dir.c:1462:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_font_dir.c:120:8: style: The scope of the variable 'nm' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/canvas/evas_font_dir.c:159:11: style: The scope of the variable 'fd' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/canvas/evas_font_dir.c:584:15: style: The scope of the variable 'ef' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/canvas/evas_font_dir.c:641:15: style: The scope of the variable 'ef' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/canvas/evas_font_dir.c:876:10: style: The scope of the variable 'tmp' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/canvas/evas_font_dir.c:1028:9: style: The scope of the variable 'i' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/canvas/evas_font_dir.c:866:43: style: Function 'font_cache_dir_free' argument 1 names different: declaration 'hash' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_font_dir.c:41:55: note: Function 'font_cache_dir_free' argument 1 names different: declaration 'hash' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_font_dir.c:866:43: note: Function 'font_cache_dir_free' argument 1 names different: declaration 'hash' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_font_dir.c:866:97: style: Function 'font_cache_dir_free' argument 4 names different: declaration 'fdata' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_font_dir.c:41:96: note: Function 'font_cache_dir_free' argument 4 names different: declaration 'fdata' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_font_dir.c:866:97: note: Function 'font_cache_dir_free' argument 4 names different: declaration 'fdata' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_font_dir.c:1145:42: style: Function 'object_text_font_cache_dir_del' argument 1 names different: declaration 'dir' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_font_dir.c:48:50: note: Function 'object_text_font_cache_dir_del' argument 1 names different: declaration 'dir' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_font_dir.c:1145:42: note: Function 'object_text_font_cache_dir_del' argument 1 names different: declaration 'dir' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_font_dir.c:125:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/evas/canvas/evas_font_dir.c:1071:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/evas/canvas/evas_font_dir.c:1025:14: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
efl-1.8.6/src/lib/evas/canvas/evas_font_dir.c:1102:14: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
efl-1.8.6/src/lib/evas/canvas/evas_gl.c:151:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/lib/evas/canvas/evas_gl.c:219:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/lib/evas/canvas/evas_gl.c:32:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_gl.c:55:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_gl.c:96:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_gl.c:135:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_gl.c:162:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_gl.c:203:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_gl.c:229:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_gl.c:249:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_gl.c:259:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_gl.c:269:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_gl.c:286:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_key.c:39:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_key.c:58:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_key.c:109:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_key.c:134:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_key.c:168:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_key.c:192:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_key.c:226:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_key.c:251:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_key.c:276:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_key.c:301:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_key.c:328:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_key_grab.c:115:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_key_grab.c:158:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_layer.c:182:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_layer.c:251:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_layer.c:92:16: style: The scope of the variable 'tmp' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/canvas/evas_main.c:198:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_main.c:317:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_main.c:356:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_main.c:375:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_main.c:406:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_main.c:432:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_main.c:463:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_main.c:484:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_main.c:526:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_main.c:551:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_main.c:585:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_main.c:610:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_main.c:632:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_main.c:654:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_main.c:676:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_main.c:746:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_main.c:767:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_main.c:787:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_main.c:807:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_main.c:827:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_main.c:844:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_main.c:863:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_main.c:881:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_main.c:899:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_map.c:423:10: warning: Either the condition 'if(o)' is redundant or there is possible null pointer dereference: o. [nullPointerRedundantCheck]
efl-1.8.6/src/lib/evas/canvas/evas_map.c:424:7: note: Assuming that condition 'if(o)' is not redundant
efl-1.8.6/src/lib/evas/canvas/evas_map.c:423:10: note: Null pointer dereference
efl-1.8.6/src/lib/evas/canvas/evas_map.c:238:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_map.c:435:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_map.c:515:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_map.c:534:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_map.c:637:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_map.c:669:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_map.c:679:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_map.c:689:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_map.c:699:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_map.c:709:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_map.c:719:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_map.c:729:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_map.c:739:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_map.c:755:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_map.c:777:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_map.c:792:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_map.c:812:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_map.c:829:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_map.c:846:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_map.c:864:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_map.c:886:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_map.c:901:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_map.c:921:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_map.c:951:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_map.c:979:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_map.c:1033:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_map.c:1077:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_map.c:1156:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_map.c:1195:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_map.c:8:8: style: The scope of the variable 'is' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/canvas/evas_map.c:8:12: style: The scope of the variable 'was' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/canvas/evas_map.c:388:11: style: The scope of the variable 'pt1_x' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/canvas/evas_map.c:388:18: style: The scope of the variable 'pt1_y' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/canvas/evas_map.c:388:25: style: The scope of the variable 'pt2_x' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/canvas/evas_map.c:388:32: style: The scope of the variable 'pt2_y' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/canvas/evas_map.c:1197:11: style: The scope of the variable 'j' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/canvas/evas_map.c:1197:14: style: The scope of the variable 'k' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/canvas/evas_map.c:1198:14: style: The scope of the variable 'c' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/canvas/evas_name.c:9:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_name.c:38:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_name.c:57:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_name.c:100:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_box.c:747:41: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/evas/canvas/evas_object_box.c:919:41: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/evas/canvas/evas_object_box.c:1438:23: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/evas/canvas/evas_object_box.c:1439:23: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/evas/canvas/evas_object_box.c:1440:23: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/evas/canvas/evas_object_box.c:1623:23: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/evas/canvas/evas_object_box.c:1624:23: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/evas/canvas/evas_object_box.c:1625:24: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/evas/canvas/evas_object_grid.c:218:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:366:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:391:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:563:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:607:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:626:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:695:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:722:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:749:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:770:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:799:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:850:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:885:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:912:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:957:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:980:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:1004:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:1024:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:1059:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:1078:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:1104:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:1123:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:1172:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:1198:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:1225:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:1244:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:1328:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:1347:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:1366:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:1385:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:1427:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:1530:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:1605:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:1665:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:1730:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:1785:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:1852:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:1871:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:1899:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:1918:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:1960:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:2034:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:2120:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:2144:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:2166:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:2186:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:2219:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:2238:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:2276:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:2296:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:2328:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:2347:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:2389:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:2413:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:2435:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:2454:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:2480:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:2499:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:2567:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:2587:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:2613:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:2639:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:2671:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:2695:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:2736:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:2755:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:2796:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:2810:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:2830:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:2854:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:2878:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:2903:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:2928:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:2955:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:2987:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:3032:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:3094:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:3113:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:3132:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:3561:20: style: The scope of the variable 'r' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:3867:13: style: The scope of the variable 'ix' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:3867:17: style: The scope of the variable 'iy' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:3867:21: style: The scope of the variable 'iw' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:3867:25: style: The scope of the variable 'ih' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:4295:33: style: The scope of the variable 'x' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:4295:39: style: The scope of the variable 'w' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:4393:20: style: The scope of the variable 'r' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:3159:62: style: Function '_proxy_unset' argument 2 names different: declaration 'obj' definition 'cur_proxy'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:185:74: note: Function '_proxy_unset' argument 2 names different: declaration 'obj' definition 'cur_proxy'.
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:3159:62: note: Function '_proxy_unset' argument 2 names different: declaration 'obj' definition 'cur_proxy'.
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:3214:25: style: Function '_proxy_set' argument 1 names different: declaration 'proxy' definition 'eo_proxy'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:186:37: note: Function '_proxy_set' argument 1 names different: declaration 'proxy' definition 'eo_proxy'.
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:3214:25: note: Function '_proxy_set' argument 1 names different: declaration 'proxy' definition 'eo_proxy'.
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:3214:48: style: Function '_proxy_set' argument 2 names different: declaration 'src' definition 'eo_src'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:186:57: note: Function '_proxy_set' argument 2 names different: declaration 'src' definition 'eo_src'.
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:3214:48: note: Function '_proxy_set' argument 2 names different: declaration 'src' definition 'eo_src'.
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:3245:27: style: Function '_proxy_error' argument 1 names different: declaration 'proxy' definition 'eo_proxy'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:187:39: note: Function '_proxy_error' argument 1 names different: declaration 'proxy' definition 'eo_proxy'.
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:3245:27: note: Function '_proxy_error' argument 1 names different: declaration 'proxy' definition 'eo_proxy'.
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:3478:53: style: Function 'evas_object_image_figure_x_fill' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:142:64: note: Function 'evas_object_image_figure_x_fill' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:3478:53: note: Function 'evas_object_image_figure_x_fill' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:3500:53: style: Function 'evas_object_image_figure_y_fill' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:143:64: note: Function 'evas_object_image_figure_y_fill' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:3500:53: note: Function 'evas_object_image_figure_y_fill' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:4389:42: style: Function 'evas_object_image_render_post' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:156:36: note: Function 'evas_object_image_render_post' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:4389:42: note: Function 'evas_object_image_render_post' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:4439:49: style: Function 'evas_object_image_is_opaque' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:163:53: note: Function 'evas_object_image_is_opaque' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:4439:49: note: Function 'evas_object_image_is_opaque' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:4545:50: style: Function 'evas_object_image_was_opaque' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:166:54: note: Function 'evas_object_image_was_opaque' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:4545:50: note: Function 'evas_object_image_was_opaque' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:4653:19: style: Function 'evas_object_image_is_inside' argument 4 names different: declaration 'x' definition 'px'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:172:23: note: Function 'evas_object_image_is_inside' argument 4 names different: declaration 'x' definition 'px'.
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:4653:19: note: Function 'evas_object_image_is_inside' argument 4 names different: declaration 'x' definition 'px'.
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:4653:34: style: Function 'evas_object_image_is_inside' argument 5 names different: declaration 'y' definition 'py'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:172:37: note: Function 'evas_object_image_is_inside' argument 5 names different: declaration 'y' definition 'py'.
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:4653:34: note: Function 'evas_object_image_is_inside' argument 5 names different: declaration 'y' definition 'py'.
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:5006:55: style: Function 'evas_object_image_has_opaque_rect' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:173:59: note: Function 'evas_object_image_has_opaque_rect' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:5006:55: note: Function 'evas_object_image_has_opaque_rect' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:5026:55: style: Function 'evas_object_image_get_opaque_rect' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:176:59: note: Function 'evas_object_image_get_opaque_rect' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:5026:55: note: Function 'evas_object_image_get_opaque_rect' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:5055:44: style: Function 'evas_object_image_can_map' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:180:51: note: Function 'evas_object_image_can_map' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:5055:44: note: Function 'evas_object_image_can_map' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:5119:53: style: Function 'evas_object_image_filled_resize_listener' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:183:60: note: Function 'evas_object_image_filled_resize_listener' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:5119:53: note: Function 'evas_object_image_filled_resize_listener' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:5119:74: style: Function 'evas_object_image_filled_resize_listener' argument 2 names different: declaration 'eo_e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:183:72: note: Function 'evas_object_image_filled_resize_listener' argument 2 names different: declaration 'eo_e' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:5119:74: note: Function 'evas_object_image_filled_resize_listener' argument 2 names different: declaration 'eo_e' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:5119:100: style: Function 'evas_object_image_filled_resize_listener' argument 3 names different: declaration 'eo_obj' definition 'obj'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:183:91: note: Function 'evas_object_image_filled_resize_listener' argument 3 names different: declaration 'eo_obj' definition 'obj'.
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:5119:100: note: Function 'evas_object_image_filled_resize_listener' argument 3 names different: declaration 'eo_obj' definition 'obj'.
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:5119:117: style: Function 'evas_object_image_filled_resize_listener' argument 4 names different: declaration 'einfo' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:183:105: note: Function 'evas_object_image_filled_resize_listener' argument 4 names different: declaration 'einfo' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:5119:117: note: Function 'evas_object_image_filled_resize_listener' argument 4 names different: declaration 'einfo' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_image.c:1986:18: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/evas/canvas/evas_object_intercept.c:233:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_intercept.c:234:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_intercept.c:235:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_intercept.c:236:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_intercept.c:237:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_intercept.c:238:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_intercept.c:239:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_intercept.c:240:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_intercept.c:241:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_intercept.c:242:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_intercept.c:243:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_intercept.c:244:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_intercept.c:245:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_line.c:102:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_line.c:128:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_line.c:216:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_line.c:124:8: style: The scope of the variable 'is' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/canvas/evas_object_line.c:272:45: style: Function 'evas_object_line_render' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_line.c:34:50: note: Function 'evas_object_line_render' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_line.c:272:45: note: Function 'evas_object_line_render' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_line.c:393:62: style: Function 'evas_object_line_render_post' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_line.c:43:35: note: Function 'evas_object_line_render_post' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_line.c:393:62: note: Function 'evas_object_line_render_post' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_line.c:429:48: style: Function 'evas_object_line_is_opaque' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_line.c:50:52: note: Function 'evas_object_line_is_opaque' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_line.c:429:48: note: Function 'evas_object_line_is_opaque' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_line.c:430:60: style: Function 'evas_object_line_is_opaque' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_line.c:51:39: note: Function 'evas_object_line_is_opaque' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_line.c:430:60: note: Function 'evas_object_line_is_opaque' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_line.c:431:52: style: Function 'evas_object_line_is_opaque' argument 3 names different: declaration 'type_private_data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_line.c:52:17: note: Function 'evas_object_line_is_opaque' argument 3 names different: declaration 'type_private_data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_line.c:431:52: note: Function 'evas_object_line_is_opaque' argument 3 names different: declaration 'type_private_data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_line.c:439:49: style: Function 'evas_object_line_was_opaque' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_line.c:53:53: note: Function 'evas_object_line_was_opaque' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_line.c:439:49: note: Function 'evas_object_line_was_opaque' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_line.c:440:61: style: Function 'evas_object_line_was_opaque' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_line.c:54:40: note: Function 'evas_object_line_was_opaque' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_line.c:440:61: note: Function 'evas_object_line_was_opaque' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_line.c:441:53: style: Function 'evas_object_line_was_opaque' argument 3 names different: declaration 'type_private_data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_line.c:55:18: note: Function 'evas_object_line_was_opaque' argument 3 names different: declaration 'type_private_data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_line.c:441:53: note: Function 'evas_object_line_was_opaque' argument 3 names different: declaration 'type_private_data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_line.c:449:48: style: Function 'evas_object_line_is_inside' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_line.c:56:52: note: Function 'evas_object_line_is_inside' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_line.c:449:48: note: Function 'evas_object_line_is_inside' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_line.c:450:60: style: Function 'evas_object_line_is_inside' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_line.c:57:39: note: Function 'evas_object_line_is_inside' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_line.c:450:60: note: Function 'evas_object_line_is_inside' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_line.c:451:52: style: Function 'evas_object_line_is_inside' argument 3 names different: declaration 'type_private_data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_line.c:58:17: note: Function 'evas_object_line_is_inside' argument 3 names different: declaration 'type_private_data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_line.c:451:52: note: Function 'evas_object_line_is_inside' argument 3 names different: declaration 'type_private_data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_line.c:452:41: style: Function 'evas_object_line_is_inside' argument 4 names different: declaration 'x' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_line.c:59:22: note: Function 'evas_object_line_is_inside' argument 4 names different: declaration 'x' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_line.c:452:41: note: Function 'evas_object_line_is_inside' argument 4 names different: declaration 'x' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_line.c:452:67: style: Function 'evas_object_line_is_inside' argument 5 names different: declaration 'y' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_line.c:59:36: note: Function 'evas_object_line_is_inside' argument 5 names different: declaration 'y' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_line.c:452:67: note: Function 'evas_object_line_is_inside' argument 5 names different: declaration 'y' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_line.c:461:49: style: Function 'evas_object_line_was_inside' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_line.c:60:53: note: Function 'evas_object_line_was_inside' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_line.c:461:49: note: Function 'evas_object_line_was_inside' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_line.c:462:61: style: Function 'evas_object_line_was_inside' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_line.c:61:40: note: Function 'evas_object_line_was_inside' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_line.c:462:61: note: Function 'evas_object_line_was_inside' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_line.c:463:53: style: Function 'evas_object_line_was_inside' argument 3 names different: declaration 'type_private_data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_line.c:62:18: note: Function 'evas_object_line_was_inside' argument 3 names different: declaration 'type_private_data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_line.c:463:53: note: Function 'evas_object_line_was_inside' argument 3 names different: declaration 'type_private_data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_line.c:464:42: style: Function 'evas_object_line_was_inside' argument 4 names different: declaration 'x' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_line.c:63:23: note: Function 'evas_object_line_was_inside' argument 4 names different: declaration 'x' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_line.c:464:42: note: Function 'evas_object_line_was_inside' argument 4 names different: declaration 'x' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_line.c:464:68: style: Function 'evas_object_line_was_inside' argument 5 names different: declaration 'y' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_line.c:63:37: note: Function 'evas_object_line_was_inside' argument 5 names different: declaration 'y' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_line.c:464:68: note: Function 'evas_object_line_was_inside' argument 5 names different: declaration 'y' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_line.c:473:52: style: Function 'evas_object_line_coords_recalc' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_line.c:64:57: note: Function 'evas_object_line_coords_recalc' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_line.c:473:52: note: Function 'evas_object_line_coords_recalc' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_main.c:255:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_main.c:556:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_main.c:570:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_main.c:587:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_main.c:600:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_main.c:623:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_main.c:682:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_main.c:693:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_main.c:780:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_main.c:871:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_main.c:932:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_main.c:945:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_main.c:962:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_main.c:988:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_main.c:1016:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_main.c:1042:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_main.c:1070:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_main.c:1096:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_main.c:1125:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_main.c:1154:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_main.c:1184:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_main.c:1210:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_main.c:1238:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_main.c:1264:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_main.c:1293:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_main.c:1324:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_main.c:1355:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_main.c:1426:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_main.c:1527:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_main.c:1552:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_main.c:1624:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_main.c:1653:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_main.c:1681:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_main.c:1707:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_main.c:1735:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_main.c:1760:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_main.c:1787:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_main.c:1812:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_main.c:1988:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_main.c:2052:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_main.c:2113:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_main.c:2177:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_main.c:2237:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_main.c:2269:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_main.c:2286:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_main.c:2305:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_main.c:2322:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_main.c:2341:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_main.c:2378:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_main.c:2139:22: style: The scope of the variable 'eo_obj' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/canvas/evas_object_main.c:2211:22: style: The scope of the variable 'eo_obj' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/canvas/evas_object_polygon.c:103:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_polygon.c:128:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_polygon.c:246:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_polygon.c:139:8: style: The scope of the variable 'is' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/canvas/evas_object_polygon.c:337:15: style: The scope of the variable 'l' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/canvas/evas_object_polygon.c:338:24: style: The scope of the variable 'p' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/canvas/evas_object_polygon.c:314:46: style: Function 'evas_object_polygon_free' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_polygon.c:40:51: note: Function 'evas_object_polygon_free' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_polygon.c:314:46: note: Function 'evas_object_polygon_free' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_polygon.c:331:48: style: Function 'evas_object_polygon_render' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_polygon.c:35:53: note: Function 'evas_object_polygon_render' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_polygon.c:331:48: note: Function 'evas_object_polygon_render' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_polygon.c:472:37: style: Function 'evas_object_polygon_render_post' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_polygon.c:47:73: note: Function 'evas_object_polygon_render_post' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_polygon.c:472:37: note: Function 'evas_object_polygon_render_post' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_polygon.c:473:29: style: Function 'evas_object_polygon_render_post' argument 3 names different: declaration 'type_private_data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_polygon.c:48:51: note: Function 'evas_object_polygon_render_post' argument 3 names different: declaration 'type_private_data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_polygon.c:473:29: note: Function 'evas_object_polygon_render_post' argument 3 names different: declaration 'type_private_data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_polygon.c:505:51: style: Function 'evas_object_polygon_is_opaque' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_polygon.c:54:55: note: Function 'evas_object_polygon_is_opaque' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_polygon.c:505:51: note: Function 'evas_object_polygon_is_opaque' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_polygon.c:506:42: style: Function 'evas_object_polygon_is_opaque' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_polygon.c:55:70: note: Function 'evas_object_polygon_is_opaque' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_polygon.c:506:42: note: Function 'evas_object_polygon_is_opaque' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_polygon.c:507:34: style: Function 'evas_object_polygon_is_opaque' argument 3 names different: declaration 'type_private_data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_polygon.c:56:48: note: Function 'evas_object_polygon_is_opaque' argument 3 names different: declaration 'type_private_data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_polygon.c:507:34: note: Function 'evas_object_polygon_is_opaque' argument 3 names different: declaration 'type_private_data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_polygon.c:515:52: style: Function 'evas_object_polygon_was_opaque' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_polygon.c:57:56: note: Function 'evas_object_polygon_was_opaque' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_polygon.c:515:52: note: Function 'evas_object_polygon_was_opaque' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_polygon.c:516:43: style: Function 'evas_object_polygon_was_opaque' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_polygon.c:58:71: note: Function 'evas_object_polygon_was_opaque' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_polygon.c:516:43: note: Function 'evas_object_polygon_was_opaque' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_polygon.c:517:35: style: Function 'evas_object_polygon_was_opaque' argument 3 names different: declaration 'type_private_data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_polygon.c:59:49: note: Function 'evas_object_polygon_was_opaque' argument 3 names different: declaration 'type_private_data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_polygon.c:517:35: note: Function 'evas_object_polygon_was_opaque' argument 3 names different: declaration 'type_private_data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_polygon.c:528:51: style: Function 'evas_object_polygon_is_inside' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_polygon.c:60:55: note: Function 'evas_object_polygon_is_inside' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_polygon.c:528:51: note: Function 'evas_object_polygon_is_inside' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_polygon.c:529:42: style: Function 'evas_object_polygon_is_inside' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_polygon.c:61:70: note: Function 'evas_object_polygon_is_inside' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_polygon.c:529:42: note: Function 'evas_object_polygon_is_inside' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_polygon.c:584:52: style: Function 'evas_object_polygon_was_inside' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_polygon.c:64:56: note: Function 'evas_object_polygon_was_inside' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_polygon.c:584:52: note: Function 'evas_object_polygon_was_inside' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_polygon.c:585:64: style: Function 'evas_object_polygon_was_inside' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_polygon.c:65:71: note: Function 'evas_object_polygon_was_inside' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_polygon.c:585:64: note: Function 'evas_object_polygon_was_inside' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_polygon.c:586:56: style: Function 'evas_object_polygon_was_inside' argument 3 names different: declaration 'type_private_data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_polygon.c:66:49: note: Function 'evas_object_polygon_was_inside' argument 3 names different: declaration 'type_private_data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_polygon.c:586:56: note: Function 'evas_object_polygon_was_inside' argument 3 names different: declaration 'type_private_data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_polygon.c:587:45: style: Function 'evas_object_polygon_was_inside' argument 4 names different: declaration 'x' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_polygon.c:67:54: note: Function 'evas_object_polygon_was_inside' argument 4 names different: declaration 'x' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_polygon.c:587:45: note: Function 'evas_object_polygon_was_inside' argument 4 names different: declaration 'x' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_polygon.c:587:71: style: Function 'evas_object_polygon_was_inside' argument 5 names different: declaration 'y' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_polygon.c:67:68: note: Function 'evas_object_polygon_was_inside' argument 5 names different: declaration 'y' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_polygon.c:587:71: note: Function 'evas_object_polygon_was_inside' argument 5 names different: declaration 'y' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_rectangle.c:91:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_rectangle.c:123:50: style: Function 'evas_object_rectangle_render' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_rectangle.c:25:55: note: Function 'evas_object_rectangle_render' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_rectangle.c:123:50: note: Function 'evas_object_rectangle_render' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_rectangle.c:125:33: style: Function 'evas_object_rectangle_render' argument 3 names different: declaration 'type_private_data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_rectangle.c:27:13: note: Function 'evas_object_rectangle_render' argument 3 names different: declaration 'type_private_data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_rectangle.c:125:33: note: Function 'evas_object_rectangle_render' argument 3 names different: declaration 'type_private_data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_rectangle.c:156:30: style: Function 'evas_object_rectangle_render_pre' argument 3 names different: declaration 'type_private_data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_rectangle.c:32:17: note: Function 'evas_object_rectangle_render_pre' argument 3 names different: declaration 'type_private_data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_rectangle.c:156:30: note: Function 'evas_object_rectangle_render_pre' argument 3 names different: declaration 'type_private_data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_rectangle.c:263:39: style: Function 'evas_object_rectangle_render_post' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_rectangle.c:34:40: note: Function 'evas_object_rectangle_render_post' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_rectangle.c:263:39: note: Function 'evas_object_rectangle_render_post' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_rectangle.c:264:31: style: Function 'evas_object_rectangle_render_post' argument 3 names different: declaration 'type_private_data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_rectangle.c:35:18: note: Function 'evas_object_rectangle_render_post' argument 3 names different: declaration 'type_private_data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_rectangle.c:264:31: note: Function 'evas_object_rectangle_render_post' argument 3 names different: declaration 'type_private_data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_rectangle.c:277:53: style: Function 'evas_object_rectangle_is_opaque' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_rectangle.c:41:57: note: Function 'evas_object_rectangle_is_opaque' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_rectangle.c:277:53: note: Function 'evas_object_rectangle_is_opaque' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_rectangle.c:279:29: style: Function 'evas_object_rectangle_is_opaque' argument 3 names different: declaration 'type_private_data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_rectangle.c:43:15: note: Function 'evas_object_rectangle_is_opaque' argument 3 names different: declaration 'type_private_data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_rectangle.c:279:29: note: Function 'evas_object_rectangle_is_opaque' argument 3 names different: declaration 'type_private_data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_rectangle.c:292:54: style: Function 'evas_object_rectangle_was_opaque' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_rectangle.c:44:58: note: Function 'evas_object_rectangle_was_opaque' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_rectangle.c:292:54: note: Function 'evas_object_rectangle_was_opaque' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_rectangle.c:294:30: style: Function 'evas_object_rectangle_was_opaque' argument 3 names different: declaration 'type_private_data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_rectangle.c:46:16: note: Function 'evas_object_rectangle_was_opaque' argument 3 names different: declaration 'type_private_data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_rectangle.c:294:30: note: Function 'evas_object_rectangle_was_opaque' argument 3 names different: declaration 'type_private_data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_smart.c:124:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_smart.c:143:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_smart.c:166:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_smart.c:199:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_smart.c:222:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_smart.c:241:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_smart.c:258:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
efl-1.8.6/src/lib/evas/canvas/evas_object_smart.c:264:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
efl-1.8.6/src/lib/evas/canvas/evas_object_smart.c:270:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
efl-1.8.6/src/lib/evas/canvas/evas_object_smart.c:277:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
efl-1.8.6/src/lib/evas/canvas/evas_object_smart.c:312:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_smart.c:358:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_smart.c:369:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_smart.c:415:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_smart.c:536:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_smart.c:564:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_smart.c:655:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_smart.c:783:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_smart.c:825:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_smart.c:860:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_smart.c:892:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_smart.c:922:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_smart.c:935:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_smart.c:979:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_smart.c:1013:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_smart.c:1047:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_smart.c:1087:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_smart.c:1106:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_smart.c:1140:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_smart.c:1209:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_smart.c:1479:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_smart.c:1547:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_smart.c:1570:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_smart.c:162:17: style: The scope of the variable 'i' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/canvas/evas_object_smart.c:193:17: style: The scope of the variable 'i' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/canvas/evas_object_smart.c:1256:17: style: The scope of the variable 'i' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/canvas/evas_object_smart.c:1651:46: style: Function 'evas_object_smart_render' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_smart.c:75:51: note: Function 'evas_object_smart_render' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_smart.c:1651:46: note: Function 'evas_object_smart_render' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_smart.c:1651:91: style: Function 'evas_object_smart_render' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_smart.c:76:38: note: Function 'evas_object_smart_render' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_smart.c:1651:91: note: Function 'evas_object_smart_render' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_smart.c:1651:129: style: Function 'evas_object_smart_render' argument 3 names different: declaration 'type_private_data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_smart.c:77:16: note: Function 'evas_object_smart_render' argument 3 names different: declaration 'type_private_data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_smart.c:1651:129: note: Function 'evas_object_smart_render' argument 3 names different: declaration 'type_private_data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_smart.c:1651:155: style: Function 'evas_object_smart_render' argument 4 names different: declaration 'output' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_smart.c:78:16: note: Function 'evas_object_smart_render' argument 4 names different: declaration 'output' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_smart.c:1651:155: note: Function 'evas_object_smart_render' argument 4 names different: declaration 'output' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_smart.c:1651:182: style: Function 'evas_object_smart_render' argument 5 names different: declaration 'context' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_smart.c:78:30: note: Function 'evas_object_smart_render' argument 5 names different: declaration 'context' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_smart.c:1651:182: note: Function 'evas_object_smart_render' argument 5 names different: declaration 'context' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_smart.c:1651:209: style: Function 'evas_object_smart_render' argument 6 names different: declaration 'surface' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_smart.c:78:45: note: Function 'evas_object_smart_render' argument 6 names different: declaration 'surface' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_smart.c:1651:209: note: Function 'evas_object_smart_render' argument 6 names different: declaration 'surface' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_smart.c:1651:228: style: Function 'evas_object_smart_render' argument 7 names different: declaration 'x' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_smart.c:79:14: note: Function 'evas_object_smart_render' argument 7 names different: declaration 'x' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_smart.c:1651:228: note: Function 'evas_object_smart_render' argument 7 names different: declaration 'x' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_smart.c:1651:247: style: Function 'evas_object_smart_render' argument 8 names different: declaration 'y' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_smart.c:79:21: note: Function 'evas_object_smart_render' argument 8 names different: declaration 'y' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_smart.c:1651:247: note: Function 'evas_object_smart_render' argument 8 names different: declaration 'y' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_smart.c:1651:279: style: Function 'evas_object_smart_render' argument 9 names different: declaration 'do_async' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_smart.c:79:34: note: Function 'evas_object_smart_render' argument 9 names different: declaration 'do_async' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_smart.c:1651:279: note: Function 'evas_object_smart_render' argument 9 names different: declaration 'do_async' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_smart.c:1659:33: style: Function 'evas_object_smart_render_pre' argument 3 names different: declaration 'type_private_data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_smart.c:82:13: note: Function 'evas_object_smart_render_pre' argument 3 names different: declaration 'type_private_data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_smart.c:1659:33: note: Function 'evas_object_smart_render_pre' argument 3 names different: declaration 'type_private_data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_smart.c:1743:51: style: Function 'evas_object_smart_render_post' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_smart.c:83:56: note: Function 'evas_object_smart_render_post' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_smart.c:1743:51: note: Function 'evas_object_smart_render_post' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_smart.c:1743:96: style: Function 'evas_object_smart_render_post' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_smart.c:84:36: note: Function 'evas_object_smart_render_post' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_smart.c:1743:96: note: Function 'evas_object_smart_render_post' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_smart_clipped.c:81:4: style: Variable 'cso->clipper' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/evas/canvas/evas_object_smart_clipped.c:79:4: note: Variable 'cso->clipper' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/canvas/evas_object_smart_clipped.c:81:4: note: Variable 'cso->clipper' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/canvas/evas_object_text.c:940:8: style: Condition 'v_to_l' is always false [knownConditionTrueFalse]
efl-1.8.6/src/lib/evas/canvas/evas_object_text.c:706:31: note: Assignment 'v_to_l=NULL', assigned value is 0
efl-1.8.6/src/lib/evas/canvas/evas_object_text.c:940:8: note: Condition 'v_to_l' is always false
efl-1.8.6/src/lib/evas/canvas/evas_object_text.c:1380:5: warning: Either the condition 'if(ret)' is redundant or there is possible null pointer dereference: ret. [nullPointerRedundantCheck]
efl-1.8.6/src/lib/evas/canvas/evas_object_text.c:1387:7: note: Assuming that condition 'if(ret)' is not redundant
efl-1.8.6/src/lib/evas/canvas/evas_object_text.c:1380:5: note: Null pointer dereference
efl-1.8.6/src/lib/evas/canvas/evas_object_text.c:353:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_text.c:376:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_text.c:402:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_text.c:422:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_text.c:523:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_text.c:948:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_text.c:993:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_text.c:1033:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_text.c:1087:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_text.c:1106:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_text.c:1125:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_text.c:1144:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_text.c:1163:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_text.c:1182:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_text.c:1201:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_text.c:1220:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_text.c:1239:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_text.c:1262:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_text.c:1284:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_text.c:1310:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_text.c:1368:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_text.c:1395:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_text.c:1452:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_text.c:1483:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_text.c:1502:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_text.c:1532:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_text.c:1556:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_text.c:1590:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_text.c:1613:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_text.c:1647:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_text.c:1670:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_text.c:1703:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_text.c:1730:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_text.c:650:11: style: The scope of the variable 'len' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/canvas/evas_object_text.c:1799:13: style: The scope of the variable 'dx' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/canvas/evas_object_text.c:1800:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/canvas/evas_object_text.c:1984:45: style: Function 'evas_object_text_render' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_text.c:77:50: note: Function 'evas_object_text_render' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_text.c:1984:45: note: Function 'evas_object_text_render' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_text.c:2337:62: style: Function 'evas_object_text_render_post' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_text.c:87:35: note: Function 'evas_object_text_render_post' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_text.c:2337:62: note: Function 'evas_object_text_render_post' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_text.c:2338:54: style: Function 'evas_object_text_render_post' argument 3 names different: declaration 'type_private_data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_text.c:88:13: note: Function 'evas_object_text_render_post' argument 3 names different: declaration 'type_private_data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_text.c:2338:54: note: Function 'evas_object_text_render_post' argument 3 names different: declaration 'type_private_data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_text.c:2374:48: style: Function 'evas_object_text_is_opaque' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_text.c:94:52: note: Function 'evas_object_text_is_opaque' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_text.c:2374:48: note: Function 'evas_object_text_is_opaque' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_text.c:2375:60: style: Function 'evas_object_text_is_opaque' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_text.c:95:39: note: Function 'evas_object_text_is_opaque' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_text.c:2375:60: note: Function 'evas_object_text_is_opaque' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_text.c:2376:52: style: Function 'evas_object_text_is_opaque' argument 3 names different: declaration 'type_private_data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_text.c:96:17: note: Function 'evas_object_text_is_opaque' argument 3 names different: declaration 'type_private_data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_text.c:2376:52: note: Function 'evas_object_text_is_opaque' argument 3 names different: declaration 'type_private_data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_text.c:2384:49: style: Function 'evas_object_text_was_opaque' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_text.c:97:53: note: Function 'evas_object_text_was_opaque' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_text.c:2384:49: note: Function 'evas_object_text_was_opaque' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_text.c:2385:61: style: Function 'evas_object_text_was_opaque' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_text.c:98:40: note: Function 'evas_object_text_was_opaque' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_text.c:2385:61: note: Function 'evas_object_text_was_opaque' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_text.c:2386:53: style: Function 'evas_object_text_was_opaque' argument 3 names different: declaration 'type_private_data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_text.c:99:18: note: Function 'evas_object_text_was_opaque' argument 3 names different: declaration 'type_private_data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_text.c:2386:53: note: Function 'evas_object_text_was_opaque' argument 3 names different: declaration 'type_private_data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_text.c:2395:62: style: Function 'evas_object_text_scale_update' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_text.c:102:36: note: Function 'evas_object_text_scale_update' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_text.c:2395:62: note: Function 'evas_object_text_scale_update' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:1391:33: style: Redundant condition: fmt->font.source. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:7848:18: style: Redundant condition: itr. '!itr || (itr && itr->text_node!=n)' is equivalent to '!itr || itr->text_node!=n' [redundantCondition]
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:9611:11: warning: Either the condition 'ln' is redundant or there is possible null pointer dereference: ln. [nullPointerRedundantCheck]
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:9545:8: note: Assuming that condition 'ln' is not redundant
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:9611:11: note: Null pointer dereference
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:10478:13: warning: Either the condition 'if(it&&(ascent+descent==0))' is redundant or there is possible null pointer dereference: it. [nullPointerRedundantCheck]
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:10503:22: note: Assuming that condition 'if(it&&(ascent+descent==0))' is not redundant
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:10478:13: note: Null pointer dereference
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:10481:18: warning: Either the condition 'if(it&&(ascent+descent==0))' is redundant or there is possible null pointer dereference: fi. [nullPointerRedundantCheck]
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:10503:22: note: Assuming that condition 'if(it&&(ascent+descent==0))' is not redundant
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:10480:54: note: Assignment 'fi=(struct _Evas_Object_Textblock_Format_Item*)(it)', assigned value is 0
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:10481:18: note: Null pointer dereference
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:8717:14: style: Variable 'format' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:8713:0: note: Variable 'format' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:8717:14: note: Variable 'format' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:5413:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:5640:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:6176:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:9080:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:9671:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:10373:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:2025:21: style: The scope of the variable 'p' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:2026:25: style: The scope of the variable 'pp' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:2558:8: style: The scope of the variable 'ascent' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:2558:16: style: The scope of the variable 'descent' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:4012:16: style: The scope of the variable 'item' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:4409:8: style: The scope of the variable 'wrap' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:5393:32: style: The scope of the variable 'ln' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:5515:42: style: The scope of the variable 'tag' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:5962:41: style: The scope of the variable 'sc' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:6329:12: style: The scope of the variable 'pos' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:6622:39: style: The scope of the variable 'pnode' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:7502:16: style: The scope of the variable 'ind' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:7780:39: style: The scope of the variable 'last_node' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:8144:29: style: The scope of the variable 'text' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:9506:8: style: The scope of the variable 'pos' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:9802:32: style: The scope of the variable 'ln' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:10191:30: style: The scope of the variable 'tr' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:10223:37: style: The scope of the variable 'plni' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:4003:42: style: Function '_layout_do_format' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:2543:50: note: Function '_layout_do_format' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:4003:42: note: Function '_layout_do_format' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:7722:104: style: Function '_evas_textblock_node_format_remove' argument 3 names different: declaration 'visual_adjustment' definition 'visible_adjustment'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:588:116: note: Function '_evas_textblock_node_format_remove' argument 3 names different: declaration 'visual_adjustment' definition 'visible_adjustment'.
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:7722:104: note: Function '_evas_textblock_node_format_remove' argument 3 names different: declaration 'visual_adjustment' definition 'visible_adjustment'.
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:10702:50: style: Function 'evas_object_textblock_render' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:514:55: note: Function 'evas_object_textblock_render' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:10702:50: note: Function 'evas_object_textblock_render' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:11113:57: style: Function 'evas_object_textblock_coords_recalc' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:538:62: note: Function 'evas_object_textblock_coords_recalc' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:11113:57: note: Function 'evas_object_textblock_coords_recalc' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:11250:67: style: Function 'evas_object_textblock_render_post' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:524:40: note: Function 'evas_object_textblock_render_post' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:11250:67: note: Function 'evas_object_textblock_render_post' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:11251:59: style: Function 'evas_object_textblock_render_post' argument 3 names different: declaration 'type_private_data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:525:18: note: Function 'evas_object_textblock_render_post' argument 3 names different: declaration 'type_private_data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:11251:59: note: Function 'evas_object_textblock_render_post' argument 3 names different: declaration 'type_private_data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:11288:53: style: Function 'evas_object_textblock_is_opaque' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:532:57: note: Function 'evas_object_textblock_is_opaque' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:11288:53: note: Function 'evas_object_textblock_is_opaque' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:11289:65: style: Function 'evas_object_textblock_is_opaque' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:533:37: note: Function 'evas_object_textblock_is_opaque' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:11289:65: note: Function 'evas_object_textblock_is_opaque' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:11290:57: style: Function 'evas_object_textblock_is_opaque' argument 3 names different: declaration 'type_private_data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:534:15: note: Function 'evas_object_textblock_is_opaque' argument 3 names different: declaration 'type_private_data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:11290:57: note: Function 'evas_object_textblock_is_opaque' argument 3 names different: declaration 'type_private_data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:11298:54: style: Function 'evas_object_textblock_was_opaque' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:535:58: note: Function 'evas_object_textblock_was_opaque' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:11298:54: note: Function 'evas_object_textblock_was_opaque' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:11299:66: style: Function 'evas_object_textblock_was_opaque' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:536:38: note: Function 'evas_object_textblock_was_opaque' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:11299:66: note: Function 'evas_object_textblock_was_opaque' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:11300:58: style: Function 'evas_object_textblock_was_opaque' argument 3 names different: declaration 'type_private_data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:537:16: note: Function 'evas_object_textblock_was_opaque' argument 3 names different: declaration 'type_private_data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:11300:58: note: Function 'evas_object_textblock_was_opaque' argument 3 names different: declaration 'type_private_data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:11308:56: style: Function 'evas_object_textblock_scale_update' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:541:61: note: Function 'evas_object_textblock_scale_update' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:11308:56: note: Function 'evas_object_textblock_scale_update' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:11309:68: style: Function 'evas_object_textblock_scale_update' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:542:41: note: Function 'evas_object_textblock_scale_update' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:11309:68: note: Function 'evas_object_textblock_scale_update' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:991:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:2028:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:2034:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:3816:34: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:8918:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:9031:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:3348:18: error: Uninitialized variable: it [uninitvar]
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:3353:25: error: Uninitialized variable: it [uninitvar]
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:3355:25: error: Uninitialized variable: it [uninitvar]
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:5253:14: error: Uninitialized variable: par [uninitvar]
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:7460:33: error: Uninitialized variable: i [uninitvar]
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:7462:24: error: Uninitialized variable: i [uninitvar]
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:7494:33: error: Uninitialized variable: i [uninitvar]
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:7496:24: error: Uninitialized variable: i [uninitvar]
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:8309:9: error: Uninitialized variable: n [uninitvar]
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:9947:21: error: Uninitialized variable: it [uninitvar]
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:9948:12: error: Uninitialized variable: it [uninitvar]
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:9950:36: error: Uninitialized variable: it [uninitvar]
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:9955:25: error: Uninitialized variable: it [uninitvar]
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:9958:20: error: Uninitialized variable: it [uninitvar]
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:10565:58: error: Uninitialized variable: par [uninitvar]
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:11329:29: error: Uninitialized variable: par [uninitvar]
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:11333:34: error: Uninitialized variable: ln [uninitvar]
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:11335:23: error: Uninitialized variable: it [uninitvar]
efl-1.8.6/src/lib/evas/canvas/evas_object_textblock.c:11337:62: error: Uninitialized variable: it [uninitvar]
efl-1.8.6/src/lib/evas/canvas/evas_object_textgrid.c:1044:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_textgrid.c:1069:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_textgrid.c:1124:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_textgrid.c:1149:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_textgrid.c:1178:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_textgrid.c:1197:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_textgrid.c:1351:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_textgrid.c:1372:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_textgrid.c:1392:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_textgrid.c:1500:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_textgrid.c:1548:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_textgrid.c:1572:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_textgrid.c:1592:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_textgrid.c:1612:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_textgrid.c:1634:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_object_textgrid.c:382:8: style: The scope of the variable 'i' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/canvas/evas_object_textgrid.c:694:35: style: The scope of the variable 'texts' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/canvas/evas_object_textgrid.c:1681:17: style: The scope of the variable 'node' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/canvas/evas_object_textgrid.c:938:38: style: Function 'evas_object_textgrid_render_post' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_textgrid.c:128:39: note: Function 'evas_object_textgrid_render_post' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_textgrid.c:938:38: note: Function 'evas_object_textgrid_render_post' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_textgrid.c:997:52: style: Function 'evas_object_textgrid_is_opaque' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_textgrid.c:135:56: note: Function 'evas_object_textgrid_is_opaque' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_textgrid.c:997:52: note: Function 'evas_object_textgrid_is_opaque' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_textgrid.c:998:43: style: Function 'evas_object_textgrid_is_opaque' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_textgrid.c:136:36: note: Function 'evas_object_textgrid_is_opaque' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_textgrid.c:998:43: note: Function 'evas_object_textgrid_is_opaque' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_textgrid.c:999:35: style: Function 'evas_object_textgrid_is_opaque' argument 3 names different: declaration 'type_private_data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_textgrid.c:137:14: note: Function 'evas_object_textgrid_is_opaque' argument 3 names different: declaration 'type_private_data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_textgrid.c:999:35: note: Function 'evas_object_textgrid_is_opaque' argument 3 names different: declaration 'type_private_data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_textgrid.c:1007:53: style: Function 'evas_object_textgrid_was_opaque' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_textgrid.c:138:57: note: Function 'evas_object_textgrid_was_opaque' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_textgrid.c:1007:53: note: Function 'evas_object_textgrid_was_opaque' argument 1 names different: declaration 'eo_obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_textgrid.c:1008:37: style: Function 'evas_object_textgrid_was_opaque' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_textgrid.c:139:37: note: Function 'evas_object_textgrid_was_opaque' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_textgrid.c:1008:37: note: Function 'evas_object_textgrid_was_opaque' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_textgrid.c:1009:29: style: Function 'evas_object_textgrid_was_opaque' argument 3 names different: declaration 'type_private_data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_textgrid.c:140:15: note: Function 'evas_object_textgrid_was_opaque' argument 3 names different: declaration 'type_private_data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_textgrid.c:1009:29: note: Function 'evas_object_textgrid_was_opaque' argument 3 names different: declaration 'type_private_data' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_textgrid.c:1018:38: style: Function 'evas_object_textgrid_scale_update' argument 2 names different: declaration 'pd' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/canvas/evas_object_textgrid.c:143:40: note: Function 'evas_object_textgrid_scale_update' argument 2 names different: declaration 'pd' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_textgrid.c:1018:38: note: Function 'evas_object_textgrid_scale_update' argument 2 names different: declaration 'pd' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/canvas/evas_object_textgrid.c:305:20: style: Unused variable: i [unusedVariable]
efl-1.8.6/src/lib/evas/canvas/evas_out.c:68:4: warning: Either the condition 'if(e)' is redundant or there is possible null pointer dereference: e. [nullPointerRedundantCheck]
efl-1.8.6/src/lib/evas/canvas/evas_out.c:69:7: note: Assuming that condition 'if(e)' is not redundant
efl-1.8.6/src/lib/evas/canvas/evas_out.c:68:4: note: Null pointer dereference
efl-1.8.6/src/lib/evas/canvas/evas_out.c:24:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_render.c:1114:13: warning: Either the condition 'proxy_render_data' is redundant or there is possible null pointer dereference: proxy_render_data. [nullPointerRedundantCheck]
efl-1.8.6/src/lib/evas/canvas/evas_render.c:1093:8: note: Assuming that condition 'proxy_render_data' is not redundant
efl-1.8.6/src/lib/evas/canvas/evas_render.c:1114:13: note: Null pointer dereference
efl-1.8.6/src/lib/evas/canvas/evas_render.c:840:4: style: Variable 'video_parent' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/evas/canvas/evas_render.c:828:0: note: Variable 'video_parent' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/canvas/evas_render.c:840:4: note: Variable 'video_parent' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/canvas/evas_render.c:154:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_render.c:180:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_render.c:205:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_render.c:1636:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_render.c:2271:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_render.c:2292:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_render.c:2336:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_render.c:2354:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_render.c:2370:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_render.c:2439:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_render.c:2516:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_render.c:2535:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_render.c:291:32: style: The scope of the variable 'proxy' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/canvas/evas_render.c:323:17: style: The scope of the variable 'eo_obj' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/canvas/evas_render.c:929:20: style: The scope of the variable 'l' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/canvas/evas_render.c:930:13: style: The scope of the variable 'xm1' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/canvas/evas_render.c:930:18: style: The scope of the variable 'ym1' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/canvas/evas_render.c:930:23: style: The scope of the variable 'xm2' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/canvas/evas_render.c:930:28: style: The scope of the variable 'ym2' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/canvas/evas_render.c:1625:20: style: The scope of the variable 'j' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/canvas/evas_render.c:1840:30: style: The scope of the variable 'ru' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/canvas/evas_smart.c:15:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_smart.c:52:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_smart.c:61:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_smart.c:71:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_smart.c:83:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_smart.c:124:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_stack.c:498:11: warning: Either the condition 'obj' is redundant or there is possible null pointer dereference: obj. [nullPointerRedundantCheck]
efl-1.8.6/src/lib/evas/canvas/evas_stack.c:488:11: note: Assuming that condition 'obj' is not redundant
efl-1.8.6/src/lib/evas/canvas/evas_stack.c:498:11: note: Null pointer dereference
efl-1.8.6/src/lib/evas/canvas/evas_stack.c:45:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_stack.c:102:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_stack.c:160:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_stack.c:248:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_stack.c:336:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_stack.c:381:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_stack.c:426:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_stack.c:460:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_touch_point.c:96:4: style: Variable 'point' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/evas/canvas/evas_touch_point.c:93:0: note: Variable 'point' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/canvas/evas_touch_point.c:96:4: note: Variable 'point' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/canvas/evas_touch_point.c:127:4: style: Variable 'point' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/evas/canvas/evas_touch_point.c:124:0: note: Variable 'point' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/canvas/evas_touch_point.c:127:4: note: Variable 'point' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/canvas/evas_touch_point.c:152:4: style: Variable 'point' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/evas/canvas/evas_touch_point.c:149:0: note: Variable 'point' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/canvas/evas_touch_point.c:152:4: note: Variable 'point' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/canvas/evas_touch_point.c:61:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_touch_point.c:82:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_touch_point.c:112:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/canvas/evas_touch_point.c:137:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/common/evas_blit_main.c:61:10: warning: Identical condition 'w<=0', second condition is always false [identicalConditionAfterEarlyExit]
efl-1.8.6/src/lib/evas/common/evas_blit_main.c:48:10: note: first condition
efl-1.8.6/src/lib/evas/common/evas_blit_main.c:61:10: note: second condition
efl-1.8.6/src/lib/evas/common/evas_blit_main.c:72:10: warning: Identical condition 'h<=0', second condition is always false [identicalConditionAfterEarlyExit]
efl-1.8.6/src/lib/evas/common/evas_blit_main.c:59:10: note: first condition
efl-1.8.6/src/lib/evas/common/evas_blit_main.c:72:10: note: second condition
efl-1.8.6/src/lib/evas/common/evas_convert_color.c:6:41: style: Function 'evas_common_convert_argb_premul' argument 1 names different: declaration 'src' definition 'data'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_color.h:5:77: note: Function 'evas_common_convert_argb_premul' argument 1 names different: declaration 'src' definition 'data'.
efl-1.8.6/src/lib/evas/common/evas_convert_color.c:6:41: note: Function 'evas_common_convert_argb_premul' argument 1 names different: declaration 'src' definition 'data'.
efl-1.8.6/src/lib/evas/common/evas_convert_color.c:28:43: style: Function 'evas_common_convert_argb_unpremul' argument 1 names different: declaration 'src' definition 'data'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_color.h:6:77: note: Function 'evas_common_convert_argb_unpremul' argument 1 names different: declaration 'src' definition 'data'.
efl-1.8.6/src/lib/evas/common/evas_convert_color.c:28:43: note: Function 'evas_common_convert_argb_unpremul' argument 1 names different: declaration 'src' definition 'data'.
efl-1.8.6/src/lib/evas/common/evas_convert_colorspace.c:62:0: error: Memory leak: ret [memleak]
efl-1.8.6/src/lib/evas/common/evas_convert_gry_1.c:4:62: style: Function 'evas_common_convert_rgba_to_1bpp_gry_1_dith' argument 1 names different: declaration 'src' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_gry_1.h:5:73: note: Function 'evas_common_convert_rgba_to_1bpp_gry_1_dith' argument 1 names different: declaration 'src' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_gry_1.c:4:62: note: Function 'evas_common_convert_rgba_to_1bpp_gry_1_dith' argument 1 names different: declaration 'src' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_gry_1.c:4:86: style: Function 'evas_common_convert_rgba_to_1bpp_gry_1_dith' argument 2 names different: declaration 'dst' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_gry_1.h:5:85: note: Function 'evas_common_convert_rgba_to_1bpp_gry_1_dith' argument 2 names different: declaration 'dst' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_gry_1.c:4:86: note: Function 'evas_common_convert_rgba_to_1bpp_gry_1_dith' argument 2 names different: declaration 'dst' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_gry_1.c:4:112: style: Function 'evas_common_convert_rgba_to_1bpp_gry_1_dith' argument 3 names different: declaration 'src_jump' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_gry_1.h:5:94: note: Function 'evas_common_convert_rgba_to_1bpp_gry_1_dith' argument 3 names different: declaration 'src_jump' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_gry_1.c:4:112: note: Function 'evas_common_convert_rgba_to_1bpp_gry_1_dith' argument 3 names different: declaration 'src_jump' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_gry_1.c:4:138: style: Function 'evas_common_convert_rgba_to_1bpp_gry_1_dith' argument 4 names different: declaration 'dst_jump' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_gry_1.h:5:108: note: Function 'evas_common_convert_rgba_to_1bpp_gry_1_dith' argument 4 names different: declaration 'dst_jump' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_gry_1.c:4:138: note: Function 'evas_common_convert_rgba_to_1bpp_gry_1_dith' argument 4 names different: declaration 'dst_jump' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_gry_1.c:4:157: style: Function 'evas_common_convert_rgba_to_1bpp_gry_1_dith' argument 5 names different: declaration 'w' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_gry_1.h:5:122: note: Function 'evas_common_convert_rgba_to_1bpp_gry_1_dith' argument 5 names different: declaration 'w' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_gry_1.c:4:157: note: Function 'evas_common_convert_rgba_to_1bpp_gry_1_dith' argument 5 names different: declaration 'w' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_gry_1.c:4:176: style: Function 'evas_common_convert_rgba_to_1bpp_gry_1_dith' argument 6 names different: declaration 'h' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_gry_1.h:5:129: note: Function 'evas_common_convert_rgba_to_1bpp_gry_1_dith' argument 6 names different: declaration 'h' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_gry_1.c:4:176: note: Function 'evas_common_convert_rgba_to_1bpp_gry_1_dith' argument 6 names different: declaration 'h' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_gry_1.c:4:200: style: Function 'evas_common_convert_rgba_to_1bpp_gry_1_dith' argument 7 names different: declaration 'dith_x' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_gry_1.h:5:136: note: Function 'evas_common_convert_rgba_to_1bpp_gry_1_dith' argument 7 names different: declaration 'dith_x' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_gry_1.c:4:200: note: Function 'evas_common_convert_rgba_to_1bpp_gry_1_dith' argument 7 names different: declaration 'dith_x' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_gry_1.c:4:224: style: Function 'evas_common_convert_rgba_to_1bpp_gry_1_dith' argument 8 names different: declaration 'dith_y' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_gry_1.h:5:148: note: Function 'evas_common_convert_rgba_to_1bpp_gry_1_dith' argument 8 names different: declaration 'dith_y' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_gry_1.c:4:224: note: Function 'evas_common_convert_rgba_to_1bpp_gry_1_dith' argument 8 names different: declaration 'dith_y' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_gry_1.c:4:248: style: Function 'evas_common_convert_rgba_to_1bpp_gry_1_dith' argument 9 names different: declaration 'pal' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_gry_1.h:5:163: note: Function 'evas_common_convert_rgba_to_1bpp_gry_1_dith' argument 9 names different: declaration 'pal' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_gry_1.c:4:248: note: Function 'evas_common_convert_rgba_to_1bpp_gry_1_dith' argument 9 names different: declaration 'pal' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.c:11:135: style: Function 'evas_common_convert_rgba_to_8bpp_gry_256_dith' argument 7 names different: declaration 'dith_x' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.h:5:136: note: Function 'evas_common_convert_rgba_to_8bpp_gry_256_dith' argument 7 names different: declaration 'dith_x' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.c:11:135: note: Function 'evas_common_convert_rgba_to_8bpp_gry_256_dith' argument 7 names different: declaration 'dith_x' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.c:11:159: style: Function 'evas_common_convert_rgba_to_8bpp_gry_256_dith' argument 8 names different: declaration 'dith_y' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.h:5:148: note: Function 'evas_common_convert_rgba_to_8bpp_gry_256_dith' argument 8 names different: declaration 'dith_y' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.c:11:159: note: Function 'evas_common_convert_rgba_to_8bpp_gry_256_dith' argument 8 names different: declaration 'dith_y' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.c:11:183: style: Function 'evas_common_convert_rgba_to_8bpp_gry_256_dith' argument 9 names different: declaration 'pal' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.h:5:163: note: Function 'evas_common_convert_rgba_to_8bpp_gry_256_dith' argument 9 names different: declaration 'pal' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.c:11:183: note: Function 'evas_common_convert_rgba_to_8bpp_gry_256_dith' argument 9 names different: declaration 'pal' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.c:35:69: style: Function 'evas_common_convert_rgba_to_8bpp_gry_64_dith' argument 1 names different: declaration 'src' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.h:6:73: note: Function 'evas_common_convert_rgba_to_8bpp_gry_64_dith' argument 1 names different: declaration 'src' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.c:35:69: note: Function 'evas_common_convert_rgba_to_8bpp_gry_64_dith' argument 1 names different: declaration 'src' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.c:35:93: style: Function 'evas_common_convert_rgba_to_8bpp_gry_64_dith' argument 2 names different: declaration 'dst' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.h:6:85: note: Function 'evas_common_convert_rgba_to_8bpp_gry_64_dith' argument 2 names different: declaration 'dst' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.c:35:93: note: Function 'evas_common_convert_rgba_to_8bpp_gry_64_dith' argument 2 names different: declaration 'dst' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.c:35:119: style: Function 'evas_common_convert_rgba_to_8bpp_gry_64_dith' argument 3 names different: declaration 'src_jump' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.h:6:94: note: Function 'evas_common_convert_rgba_to_8bpp_gry_64_dith' argument 3 names different: declaration 'src_jump' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.c:35:119: note: Function 'evas_common_convert_rgba_to_8bpp_gry_64_dith' argument 3 names different: declaration 'src_jump' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.c:35:145: style: Function 'evas_common_convert_rgba_to_8bpp_gry_64_dith' argument 4 names different: declaration 'dst_jump' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.h:6:108: note: Function 'evas_common_convert_rgba_to_8bpp_gry_64_dith' argument 4 names different: declaration 'dst_jump' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.c:35:145: note: Function 'evas_common_convert_rgba_to_8bpp_gry_64_dith' argument 4 names different: declaration 'dst_jump' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.c:35:164: style: Function 'evas_common_convert_rgba_to_8bpp_gry_64_dith' argument 5 names different: declaration 'w' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.h:6:122: note: Function 'evas_common_convert_rgba_to_8bpp_gry_64_dith' argument 5 names different: declaration 'w' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.c:35:164: note: Function 'evas_common_convert_rgba_to_8bpp_gry_64_dith' argument 5 names different: declaration 'w' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.c:35:183: style: Function 'evas_common_convert_rgba_to_8bpp_gry_64_dith' argument 6 names different: declaration 'h' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.h:6:129: note: Function 'evas_common_convert_rgba_to_8bpp_gry_64_dith' argument 6 names different: declaration 'h' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.c:35:183: note: Function 'evas_common_convert_rgba_to_8bpp_gry_64_dith' argument 6 names different: declaration 'h' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.c:35:207: style: Function 'evas_common_convert_rgba_to_8bpp_gry_64_dith' argument 7 names different: declaration 'dith_x' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.h:6:136: note: Function 'evas_common_convert_rgba_to_8bpp_gry_64_dith' argument 7 names different: declaration 'dith_x' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.c:35:207: note: Function 'evas_common_convert_rgba_to_8bpp_gry_64_dith' argument 7 names different: declaration 'dith_x' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.c:35:231: style: Function 'evas_common_convert_rgba_to_8bpp_gry_64_dith' argument 8 names different: declaration 'dith_y' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.h:6:148: note: Function 'evas_common_convert_rgba_to_8bpp_gry_64_dith' argument 8 names different: declaration 'dith_y' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.c:35:231: note: Function 'evas_common_convert_rgba_to_8bpp_gry_64_dith' argument 8 names different: declaration 'dith_y' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.c:35:255: style: Function 'evas_common_convert_rgba_to_8bpp_gry_64_dith' argument 9 names different: declaration 'pal' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.h:6:163: note: Function 'evas_common_convert_rgba_to_8bpp_gry_64_dith' argument 9 names different: declaration 'pal' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.c:35:255: note: Function 'evas_common_convert_rgba_to_8bpp_gry_64_dith' argument 9 names different: declaration 'pal' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.c:37:159: style: Function 'evas_common_convert_rgba_to_8bpp_gry_16_dith' argument 9 names different: declaration 'pal' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.h:7:163: note: Function 'evas_common_convert_rgba_to_8bpp_gry_16_dith' argument 9 names different: declaration 'pal' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.c:37:159: note: Function 'evas_common_convert_rgba_to_8bpp_gry_16_dith' argument 9 names different: declaration 'pal' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.c:66:69: style: Function 'evas_common_convert_rgba_to_8bpp_gry_4_dith' argument 1 names different: declaration 'src' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.h:8:73: note: Function 'evas_common_convert_rgba_to_8bpp_gry_4_dith' argument 1 names different: declaration 'src' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.c:66:69: note: Function 'evas_common_convert_rgba_to_8bpp_gry_4_dith' argument 1 names different: declaration 'src' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.c:66:93: style: Function 'evas_common_convert_rgba_to_8bpp_gry_4_dith' argument 2 names different: declaration 'dst' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.h:8:85: note: Function 'evas_common_convert_rgba_to_8bpp_gry_4_dith' argument 2 names different: declaration 'dst' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.c:66:93: note: Function 'evas_common_convert_rgba_to_8bpp_gry_4_dith' argument 2 names different: declaration 'dst' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.c:66:119: style: Function 'evas_common_convert_rgba_to_8bpp_gry_4_dith' argument 3 names different: declaration 'src_jump' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.h:8:94: note: Function 'evas_common_convert_rgba_to_8bpp_gry_4_dith' argument 3 names different: declaration 'src_jump' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.c:66:119: note: Function 'evas_common_convert_rgba_to_8bpp_gry_4_dith' argument 3 names different: declaration 'src_jump' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.c:66:145: style: Function 'evas_common_convert_rgba_to_8bpp_gry_4_dith' argument 4 names different: declaration 'dst_jump' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.h:8:108: note: Function 'evas_common_convert_rgba_to_8bpp_gry_4_dith' argument 4 names different: declaration 'dst_jump' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.c:66:145: note: Function 'evas_common_convert_rgba_to_8bpp_gry_4_dith' argument 4 names different: declaration 'dst_jump' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.c:66:164: style: Function 'evas_common_convert_rgba_to_8bpp_gry_4_dith' argument 5 names different: declaration 'w' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.h:8:122: note: Function 'evas_common_convert_rgba_to_8bpp_gry_4_dith' argument 5 names different: declaration 'w' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.c:66:164: note: Function 'evas_common_convert_rgba_to_8bpp_gry_4_dith' argument 5 names different: declaration 'w' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.c:66:183: style: Function 'evas_common_convert_rgba_to_8bpp_gry_4_dith' argument 6 names different: declaration 'h' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.h:8:129: note: Function 'evas_common_convert_rgba_to_8bpp_gry_4_dith' argument 6 names different: declaration 'h' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.c:66:183: note: Function 'evas_common_convert_rgba_to_8bpp_gry_4_dith' argument 6 names different: declaration 'h' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.c:66:207: style: Function 'evas_common_convert_rgba_to_8bpp_gry_4_dith' argument 7 names different: declaration 'dith_x' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.h:8:136: note: Function 'evas_common_convert_rgba_to_8bpp_gry_4_dith' argument 7 names different: declaration 'dith_x' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.c:66:207: note: Function 'evas_common_convert_rgba_to_8bpp_gry_4_dith' argument 7 names different: declaration 'dith_x' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.c:66:231: style: Function 'evas_common_convert_rgba_to_8bpp_gry_4_dith' argument 8 names different: declaration 'dith_y' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.h:8:148: note: Function 'evas_common_convert_rgba_to_8bpp_gry_4_dith' argument 8 names different: declaration 'dith_y' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.c:66:231: note: Function 'evas_common_convert_rgba_to_8bpp_gry_4_dith' argument 8 names different: declaration 'dith_y' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.c:66:255: style: Function 'evas_common_convert_rgba_to_8bpp_gry_4_dith' argument 9 names different: declaration 'pal' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.h:8:163: note: Function 'evas_common_convert_rgba_to_8bpp_gry_4_dith' argument 9 names different: declaration 'pal' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.c:66:255: note: Function 'evas_common_convert_rgba_to_8bpp_gry_4_dith' argument 9 names different: declaration 'pal' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.c:68:69: style: Function 'evas_common_convert_rgba_to_8bpp_gry_1_dith' argument 1 names different: declaration 'src' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.h:9:73: note: Function 'evas_common_convert_rgba_to_8bpp_gry_1_dith' argument 1 names different: declaration 'src' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.c:68:69: note: Function 'evas_common_convert_rgba_to_8bpp_gry_1_dith' argument 1 names different: declaration 'src' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.c:68:93: style: Function 'evas_common_convert_rgba_to_8bpp_gry_1_dith' argument 2 names different: declaration 'dst' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.h:9:85: note: Function 'evas_common_convert_rgba_to_8bpp_gry_1_dith' argument 2 names different: declaration 'dst' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.c:68:93: note: Function 'evas_common_convert_rgba_to_8bpp_gry_1_dith' argument 2 names different: declaration 'dst' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.c:68:119: style: Function 'evas_common_convert_rgba_to_8bpp_gry_1_dith' argument 3 names different: declaration 'src_jump' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.h:9:94: note: Function 'evas_common_convert_rgba_to_8bpp_gry_1_dith' argument 3 names different: declaration 'src_jump' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.c:68:119: note: Function 'evas_common_convert_rgba_to_8bpp_gry_1_dith' argument 3 names different: declaration 'src_jump' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.c:68:145: style: Function 'evas_common_convert_rgba_to_8bpp_gry_1_dith' argument 4 names different: declaration 'dst_jump' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.h:9:108: note: Function 'evas_common_convert_rgba_to_8bpp_gry_1_dith' argument 4 names different: declaration 'dst_jump' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.c:68:145: note: Function 'evas_common_convert_rgba_to_8bpp_gry_1_dith' argument 4 names different: declaration 'dst_jump' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.c:68:164: style: Function 'evas_common_convert_rgba_to_8bpp_gry_1_dith' argument 5 names different: declaration 'w' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.h:9:122: note: Function 'evas_common_convert_rgba_to_8bpp_gry_1_dith' argument 5 names different: declaration 'w' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.c:68:164: note: Function 'evas_common_convert_rgba_to_8bpp_gry_1_dith' argument 5 names different: declaration 'w' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.c:68:183: style: Function 'evas_common_convert_rgba_to_8bpp_gry_1_dith' argument 6 names different: declaration 'h' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.h:9:129: note: Function 'evas_common_convert_rgba_to_8bpp_gry_1_dith' argument 6 names different: declaration 'h' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.c:68:183: note: Function 'evas_common_convert_rgba_to_8bpp_gry_1_dith' argument 6 names different: declaration 'h' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.c:68:207: style: Function 'evas_common_convert_rgba_to_8bpp_gry_1_dith' argument 7 names different: declaration 'dith_x' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.h:9:136: note: Function 'evas_common_convert_rgba_to_8bpp_gry_1_dith' argument 7 names different: declaration 'dith_x' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.c:68:207: note: Function 'evas_common_convert_rgba_to_8bpp_gry_1_dith' argument 7 names different: declaration 'dith_x' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.c:68:231: style: Function 'evas_common_convert_rgba_to_8bpp_gry_1_dith' argument 8 names different: declaration 'dith_y' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.h:9:148: note: Function 'evas_common_convert_rgba_to_8bpp_gry_1_dith' argument 8 names different: declaration 'dith_y' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.c:68:231: note: Function 'evas_common_convert_rgba_to_8bpp_gry_1_dith' argument 8 names different: declaration 'dith_y' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.c:68:255: style: Function 'evas_common_convert_rgba_to_8bpp_gry_1_dith' argument 9 names different: declaration 'pal' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.h:9:163: note: Function 'evas_common_convert_rgba_to_8bpp_gry_1_dith' argument 9 names different: declaration 'pal' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.c:68:255: note: Function 'evas_common_convert_rgba_to_8bpp_gry_1_dith' argument 9 names different: declaration 'pal' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.c:15:8: style: Unused variable: x [unusedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.c:15:11: style: Unused variable: y [unusedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.c:41:8: style: Variable 'x' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.c:41:11: style: Variable 'y' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.c:50:21: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_gry_8.c:50:44: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_grypal_6.c:4:128: style: Function 'evas_common_convert_rgba_to_8bpp_pal_gray64' argument 7 names different: declaration 'dith_x' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_grypal_6.h:4:136: note: Function 'evas_common_convert_rgba_to_8bpp_pal_gray64' argument 7 names different: declaration 'dith_x' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_grypal_6.c:4:128: note: Function 'evas_common_convert_rgba_to_8bpp_pal_gray64' argument 7 names different: declaration 'dith_x' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_grypal_6.c:4:152: style: Function 'evas_common_convert_rgba_to_8bpp_pal_gray64' argument 8 names different: declaration 'dith_y' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_grypal_6.h:4:148: note: Function 'evas_common_convert_rgba_to_8bpp_pal_gray64' argument 8 names different: declaration 'dith_y' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_grypal_6.c:4:152: note: Function 'evas_common_convert_rgba_to_8bpp_pal_gray64' argument 8 names different: declaration 'dith_y' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_grypal_6.c:8:9: style: Unused variable: x [unusedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_grypal_6.c:8:12: style: Unused variable: y [unusedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_main.c:168:20: warning: Identical condition 'pal_mode==PAL_MODE_NONE', second condition is always false [identicalConditionAfterEarlyExit]
efl-1.8.6/src/lib/evas/common/evas_convert_main.c:166:20: note: first condition
efl-1.8.6/src/lib/evas/common/evas_convert_main.c:168:20: note: second condition
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:239:8: style: Variable 'x' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:239:11: style: Variable 'y' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:296:8: style: Variable 'x' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:296:11: style: Variable 'y' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:330:8: style: Variable 'x' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:330:11: style: Variable 'y' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:387:8: style: Variable 'x' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:387:11: style: Variable 'y' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:421:8: style: Variable 'x' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:421:11: style: Variable 'y' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:478:8: style: Variable 'x' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:478:11: style: Variable 'y' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:512:8: style: Variable 'x' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:512:11: style: Variable 'y' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:569:8: style: Variable 'x' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:569:11: style: Variable 'y' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:603:8: style: Variable 'x' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:603:11: style: Variable 'y' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:660:8: style: Variable 'x' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:660:11: style: Variable 'y' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:696:8: style: Variable 'x' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:696:11: style: Variable 'y' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:753:8: style: Variable 'x' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:753:11: style: Variable 'y' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:787:8: style: Variable 'x' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:787:11: style: Variable 'y' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:844:8: style: Variable 'x' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:844:11: style: Variable 'y' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:878:8: style: Variable 'x' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:878:11: style: Variable 'y' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:933:8: style: Variable 'x' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:933:11: style: Variable 'y' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:966:8: style: Variable 'x' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:966:11: style: Variable 'y' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1021:8: style: Variable 'x' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1021:11: style: Variable 'y' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1054:8: style: Variable 'x' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1054:11: style: Variable 'y' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1109:8: style: Variable 'x' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1109:11: style: Variable 'y' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1142:8: style: Variable 'x' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1142:11: style: Variable 'y' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1197:8: style: Variable 'x' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1197:11: style: Variable 'y' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1230:8: style: Variable 'x' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1230:11: style: Variable 'y' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1285:8: style: Variable 'x' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1285:11: style: Variable 'y' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1318:8: style: Variable 'x' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1318:11: style: Variable 'y' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1373:8: style: Variable 'x' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1373:11: style: Variable 'y' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1406:8: style: Variable 'x' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1406:11: style: Variable 'y' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1461:8: style: Variable 'x' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1461:11: style: Variable 'y' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1494:8: style: Variable 'x' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1494:11: style: Variable 'y' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1549:8: style: Variable 'x' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1549:11: style: Variable 'y' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1582:8: style: Variable 'x' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1582:11: style: Variable 'y' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1637:8: style: Variable 'x' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1637:11: style: Variable 'y' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1670:8: style: Variable 'x' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1670:11: style: Variable 'y' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1725:8: style: Variable 'x' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1725:11: style: Variable 'y' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1758:8: style: Variable 'x' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1758:11: style: Variable 'y' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1813:8: style: Variable 'x' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1813:11: style: Variable 'y' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1846:8: style: Variable 'x' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1846:11: style: Variable 'y' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1901:8: style: Variable 'x' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1901:11: style: Variable 'y' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:255:21: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:256:22: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:269:21: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:270:22: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:255:44: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:256:45: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:269:44: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:270:45: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:311:21: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:312:22: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:311:44: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:312:45: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:346:21: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:347:22: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:360:21: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:361:22: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:346:44: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:347:45: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:360:44: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:361:45: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:402:21: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:403:22: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:402:44: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:403:45: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:437:21: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:438:22: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:451:21: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:452:22: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:437:44: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:438:45: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:451:44: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:452:45: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:493:21: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:494:22: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:493:44: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:494:45: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:528:21: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:529:22: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:542:21: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:543:22: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:528:44: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:529:45: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:542:44: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:543:45: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:584:21: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:585:22: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:584:44: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:585:45: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:619:21: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:620:22: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:633:21: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:634:22: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:619:44: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:620:45: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:633:44: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:634:45: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:677:21: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:678:22: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:677:44: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:678:45: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:712:21: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:713:22: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:726:21: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:727:22: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:712:44: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:713:45: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:726:44: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:727:45: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:768:21: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:769:22: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:768:44: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:769:45: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:803:21: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:804:22: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:817:21: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:818:22: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:803:44: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:804:45: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:817:44: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:818:45: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:859:21: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:860:22: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:859:44: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:860:45: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:894:21: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:907:21: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:894:44: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:907:44: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:948:21: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:948:44: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:982:21: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:995:21: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:982:44: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:995:44: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1036:21: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1036:44: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1070:21: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1083:21: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1070:44: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1083:44: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1124:21: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1124:44: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1158:21: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1171:21: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1158:44: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1171:44: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1212:21: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1212:44: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1246:21: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1259:21: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1246:44: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1259:44: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1300:21: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1300:44: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1334:21: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1347:21: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1334:44: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1347:44: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1388:21: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1388:44: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1422:21: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1435:21: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1422:44: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1435:44: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1476:21: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1476:44: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1510:21: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1523:21: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1510:44: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1523:44: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1564:21: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1564:44: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1598:21: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1611:21: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1598:44: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1611:44: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1652:21: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1652:44: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1686:21: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1699:21: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1686:44: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1699:44: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1740:21: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1740:44: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1774:21: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1787:21: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1774:44: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1787:44: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1828:21: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1828:44: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1862:21: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1875:21: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1862:44: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1875:44: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1916:21: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_16.c:1916:44: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_24.c:5:121: style: Function 'evas_common_convert_rgba_to_24bpp_rgb_888' argument 7 names different: declaration 'dith_x' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_24.h:5:136: note: Function 'evas_common_convert_rgba_to_24bpp_rgb_888' argument 7 names different: declaration 'dith_x' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_24.c:5:121: note: Function 'evas_common_convert_rgba_to_24bpp_rgb_888' argument 7 names different: declaration 'dith_x' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_24.c:5:145: style: Function 'evas_common_convert_rgba_to_24bpp_rgb_888' argument 8 names different: declaration 'dith_y' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_24.h:5:148: note: Function 'evas_common_convert_rgba_to_24bpp_rgb_888' argument 8 names different: declaration 'dith_y' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_24.c:5:145: note: Function 'evas_common_convert_rgba_to_24bpp_rgb_888' argument 8 names different: declaration 'dith_y' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_24.c:5:169: style: Function 'evas_common_convert_rgba_to_24bpp_rgb_888' argument 9 names different: declaration 'pal' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_24.h:5:163: note: Function 'evas_common_convert_rgba_to_24bpp_rgb_888' argument 9 names different: declaration 'pal' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_24.c:5:169: note: Function 'evas_common_convert_rgba_to_24bpp_rgb_888' argument 9 names different: declaration 'pal' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_24.c:31:121: style: Function 'evas_common_convert_rgba_to_24bpp_rgb_666' argument 7 names different: declaration 'dith_x' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_24.h:8:136: note: Function 'evas_common_convert_rgba_to_24bpp_rgb_666' argument 7 names different: declaration 'dith_x' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_24.c:31:121: note: Function 'evas_common_convert_rgba_to_24bpp_rgb_666' argument 7 names different: declaration 'dith_x' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_24.c:31:145: style: Function 'evas_common_convert_rgba_to_24bpp_rgb_666' argument 8 names different: declaration 'dith_y' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_24.h:8:148: note: Function 'evas_common_convert_rgba_to_24bpp_rgb_666' argument 8 names different: declaration 'dith_y' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_24.c:31:145: note: Function 'evas_common_convert_rgba_to_24bpp_rgb_666' argument 8 names different: declaration 'dith_y' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_24.c:31:169: style: Function 'evas_common_convert_rgba_to_24bpp_rgb_666' argument 9 names different: declaration 'pal' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_24.h:8:163: note: Function 'evas_common_convert_rgba_to_24bpp_rgb_666' argument 9 names different: declaration 'pal' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_24.c:31:169: note: Function 'evas_common_convert_rgba_to_24bpp_rgb_666' argument 9 names different: declaration 'pal' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_24.c:62:121: style: Function 'evas_common_convert_rgba_to_24bpp_bgr_888' argument 7 names different: declaration 'dith_x' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_24.h:6:136: note: Function 'evas_common_convert_rgba_to_24bpp_bgr_888' argument 7 names different: declaration 'dith_x' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_24.c:62:121: note: Function 'evas_common_convert_rgba_to_24bpp_bgr_888' argument 7 names different: declaration 'dith_x' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_24.c:62:145: style: Function 'evas_common_convert_rgba_to_24bpp_bgr_888' argument 8 names different: declaration 'dith_y' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_24.h:6:148: note: Function 'evas_common_convert_rgba_to_24bpp_bgr_888' argument 8 names different: declaration 'dith_y' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_24.c:62:145: note: Function 'evas_common_convert_rgba_to_24bpp_bgr_888' argument 8 names different: declaration 'dith_y' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_24.c:62:169: style: Function 'evas_common_convert_rgba_to_24bpp_bgr_888' argument 9 names different: declaration 'pal' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_24.h:6:163: note: Function 'evas_common_convert_rgba_to_24bpp_bgr_888' argument 9 names different: declaration 'pal' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_24.c:62:169: note: Function 'evas_common_convert_rgba_to_24bpp_bgr_888' argument 9 names different: declaration 'pal' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:5:123: style: Function 'evas_common_convert_rgba_to_32bpp_rgb_8888' argument 7 names different: declaration 'dith_x' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.h:5:136: note: Function 'evas_common_convert_rgba_to_32bpp_rgb_8888' argument 7 names different: declaration 'dith_x' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:5:123: note: Function 'evas_common_convert_rgba_to_32bpp_rgb_8888' argument 7 names different: declaration 'dith_x' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:5:147: style: Function 'evas_common_convert_rgba_to_32bpp_rgb_8888' argument 8 names different: declaration 'dith_y' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.h:5:148: note: Function 'evas_common_convert_rgba_to_32bpp_rgb_8888' argument 8 names different: declaration 'dith_y' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:5:147: note: Function 'evas_common_convert_rgba_to_32bpp_rgb_8888' argument 8 names different: declaration 'dith_y' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:5:171: style: Function 'evas_common_convert_rgba_to_32bpp_rgb_8888' argument 9 names different: declaration 'pal' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.h:5:163: note: Function 'evas_common_convert_rgba_to_32bpp_rgb_8888' argument 9 names different: declaration 'pal' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:5:171: note: Function 'evas_common_convert_rgba_to_32bpp_rgb_8888' argument 9 names different: declaration 'pal' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:27:131: style: Function 'evas_common_convert_rgba_to_32bpp_rgb_8888_rot_180' argument 7 names different: declaration 'dith_x' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.h:6:136: note: Function 'evas_common_convert_rgba_to_32bpp_rgb_8888_rot_180' argument 7 names different: declaration 'dith_x' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:27:131: note: Function 'evas_common_convert_rgba_to_32bpp_rgb_8888_rot_180' argument 7 names different: declaration 'dith_x' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:27:155: style: Function 'evas_common_convert_rgba_to_32bpp_rgb_8888_rot_180' argument 8 names different: declaration 'dith_y' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.h:6:148: note: Function 'evas_common_convert_rgba_to_32bpp_rgb_8888_rot_180' argument 8 names different: declaration 'dith_y' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:27:155: note: Function 'evas_common_convert_rgba_to_32bpp_rgb_8888_rot_180' argument 8 names different: declaration 'dith_y' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:27:179: style: Function 'evas_common_convert_rgba_to_32bpp_rgb_8888_rot_180' argument 9 names different: declaration 'pal' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.h:6:163: note: Function 'evas_common_convert_rgba_to_32bpp_rgb_8888_rot_180' argument 9 names different: declaration 'pal' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:27:179: note: Function 'evas_common_convert_rgba_to_32bpp_rgb_8888_rot_180' argument 9 names different: declaration 'pal' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:192:131: style: Function 'evas_common_convert_rgba_to_32bpp_rgb_8888_rot_270' argument 7 names different: declaration 'dith_x' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.h:7:136: note: Function 'evas_common_convert_rgba_to_32bpp_rgb_8888_rot_270' argument 7 names different: declaration 'dith_x' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:192:131: note: Function 'evas_common_convert_rgba_to_32bpp_rgb_8888_rot_270' argument 7 names different: declaration 'dith_x' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:192:155: style: Function 'evas_common_convert_rgba_to_32bpp_rgb_8888_rot_270' argument 8 names different: declaration 'dith_y' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.h:7:148: note: Function 'evas_common_convert_rgba_to_32bpp_rgb_8888_rot_270' argument 8 names different: declaration 'dith_y' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:192:155: note: Function 'evas_common_convert_rgba_to_32bpp_rgb_8888_rot_270' argument 8 names different: declaration 'dith_y' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:192:179: style: Function 'evas_common_convert_rgba_to_32bpp_rgb_8888_rot_270' argument 9 names different: declaration 'pal' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.h:7:163: note: Function 'evas_common_convert_rgba_to_32bpp_rgb_8888_rot_270' argument 9 names different: declaration 'pal' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:192:179: note: Function 'evas_common_convert_rgba_to_32bpp_rgb_8888_rot_270' argument 9 names different: declaration 'pal' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:213:130: style: Function 'evas_common_convert_rgba_to_32bpp_rgb_8888_rot_90' argument 7 names different: declaration 'dith_x' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.h:8:136: note: Function 'evas_common_convert_rgba_to_32bpp_rgb_8888_rot_90' argument 7 names different: declaration 'dith_x' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:213:130: note: Function 'evas_common_convert_rgba_to_32bpp_rgb_8888_rot_90' argument 7 names different: declaration 'dith_x' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:213:154: style: Function 'evas_common_convert_rgba_to_32bpp_rgb_8888_rot_90' argument 8 names different: declaration 'dith_y' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.h:8:148: note: Function 'evas_common_convert_rgba_to_32bpp_rgb_8888_rot_90' argument 8 names different: declaration 'dith_y' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:213:154: note: Function 'evas_common_convert_rgba_to_32bpp_rgb_8888_rot_90' argument 8 names different: declaration 'dith_y' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:213:178: style: Function 'evas_common_convert_rgba_to_32bpp_rgb_8888_rot_90' argument 9 names different: declaration 'pal' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.h:8:163: note: Function 'evas_common_convert_rgba_to_32bpp_rgb_8888_rot_90' argument 9 names different: declaration 'pal' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:213:178: note: Function 'evas_common_convert_rgba_to_32bpp_rgb_8888_rot_90' argument 9 names different: declaration 'pal' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:331:124: style: Function 'evas_common_convert_rgba_to_32bpp_rgbx_8888' argument 7 names different: declaration 'dith_x' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.h:9:136: note: Function 'evas_common_convert_rgba_to_32bpp_rgbx_8888' argument 7 names different: declaration 'dith_x' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:331:124: note: Function 'evas_common_convert_rgba_to_32bpp_rgbx_8888' argument 7 names different: declaration 'dith_x' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:331:148: style: Function 'evas_common_convert_rgba_to_32bpp_rgbx_8888' argument 8 names different: declaration 'dith_y' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.h:9:148: note: Function 'evas_common_convert_rgba_to_32bpp_rgbx_8888' argument 8 names different: declaration 'dith_y' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:331:148: note: Function 'evas_common_convert_rgba_to_32bpp_rgbx_8888' argument 8 names different: declaration 'dith_y' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:331:172: style: Function 'evas_common_convert_rgba_to_32bpp_rgbx_8888' argument 9 names different: declaration 'pal' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.h:9:163: note: Function 'evas_common_convert_rgba_to_32bpp_rgbx_8888' argument 9 names different: declaration 'pal' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:331:172: note: Function 'evas_common_convert_rgba_to_32bpp_rgbx_8888' argument 9 names different: declaration 'pal' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:349:132: style: Function 'evas_common_convert_rgba_to_32bpp_rgbx_8888_rot_180' argument 7 names different: declaration 'dith_x' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.h:10:136: note: Function 'evas_common_convert_rgba_to_32bpp_rgbx_8888_rot_180' argument 7 names different: declaration 'dith_x' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:349:132: note: Function 'evas_common_convert_rgba_to_32bpp_rgbx_8888_rot_180' argument 7 names different: declaration 'dith_x' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:349:156: style: Function 'evas_common_convert_rgba_to_32bpp_rgbx_8888_rot_180' argument 8 names different: declaration 'dith_y' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.h:10:148: note: Function 'evas_common_convert_rgba_to_32bpp_rgbx_8888_rot_180' argument 8 names different: declaration 'dith_y' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:349:156: note: Function 'evas_common_convert_rgba_to_32bpp_rgbx_8888_rot_180' argument 8 names different: declaration 'dith_y' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:349:180: style: Function 'evas_common_convert_rgba_to_32bpp_rgbx_8888_rot_180' argument 9 names different: declaration 'pal' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.h:10:163: note: Function 'evas_common_convert_rgba_to_32bpp_rgbx_8888_rot_180' argument 9 names different: declaration 'pal' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:349:180: note: Function 'evas_common_convert_rgba_to_32bpp_rgbx_8888_rot_180' argument 9 names different: declaration 'pal' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:367:132: style: Function 'evas_common_convert_rgba_to_32bpp_rgbx_8888_rot_270' argument 7 names different: declaration 'dith_x' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.h:11:136: note: Function 'evas_common_convert_rgba_to_32bpp_rgbx_8888_rot_270' argument 7 names different: declaration 'dith_x' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:367:132: note: Function 'evas_common_convert_rgba_to_32bpp_rgbx_8888_rot_270' argument 7 names different: declaration 'dith_x' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:367:156: style: Function 'evas_common_convert_rgba_to_32bpp_rgbx_8888_rot_270' argument 8 names different: declaration 'dith_y' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.h:11:148: note: Function 'evas_common_convert_rgba_to_32bpp_rgbx_8888_rot_270' argument 8 names different: declaration 'dith_y' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:367:156: note: Function 'evas_common_convert_rgba_to_32bpp_rgbx_8888_rot_270' argument 8 names different: declaration 'dith_y' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:367:180: style: Function 'evas_common_convert_rgba_to_32bpp_rgbx_8888_rot_270' argument 9 names different: declaration 'pal' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.h:11:163: note: Function 'evas_common_convert_rgba_to_32bpp_rgbx_8888_rot_270' argument 9 names different: declaration 'pal' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:367:180: note: Function 'evas_common_convert_rgba_to_32bpp_rgbx_8888_rot_270' argument 9 names different: declaration 'pal' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:385:131: style: Function 'evas_common_convert_rgba_to_32bpp_rgbx_8888_rot_90' argument 7 names different: declaration 'dith_x' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.h:12:136: note: Function 'evas_common_convert_rgba_to_32bpp_rgbx_8888_rot_90' argument 7 names different: declaration 'dith_x' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:385:131: note: Function 'evas_common_convert_rgba_to_32bpp_rgbx_8888_rot_90' argument 7 names different: declaration 'dith_x' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:385:155: style: Function 'evas_common_convert_rgba_to_32bpp_rgbx_8888_rot_90' argument 8 names different: declaration 'dith_y' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.h:12:148: note: Function 'evas_common_convert_rgba_to_32bpp_rgbx_8888_rot_90' argument 8 names different: declaration 'dith_y' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:385:155: note: Function 'evas_common_convert_rgba_to_32bpp_rgbx_8888_rot_90' argument 8 names different: declaration 'dith_y' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:385:179: style: Function 'evas_common_convert_rgba_to_32bpp_rgbx_8888_rot_90' argument 9 names different: declaration 'pal' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.h:12:163: note: Function 'evas_common_convert_rgba_to_32bpp_rgbx_8888_rot_90' argument 9 names different: declaration 'pal' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:385:179: note: Function 'evas_common_convert_rgba_to_32bpp_rgbx_8888_rot_90' argument 9 names different: declaration 'pal' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:403:123: style: Function 'evas_common_convert_rgba_to_32bpp_bgr_8888' argument 7 names different: declaration 'dith_x' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.h:13:136: note: Function 'evas_common_convert_rgba_to_32bpp_bgr_8888' argument 7 names different: declaration 'dith_x' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:403:123: note: Function 'evas_common_convert_rgba_to_32bpp_bgr_8888' argument 7 names different: declaration 'dith_x' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:403:147: style: Function 'evas_common_convert_rgba_to_32bpp_bgr_8888' argument 8 names different: declaration 'dith_y' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.h:13:148: note: Function 'evas_common_convert_rgba_to_32bpp_bgr_8888' argument 8 names different: declaration 'dith_y' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:403:147: note: Function 'evas_common_convert_rgba_to_32bpp_bgr_8888' argument 8 names different: declaration 'dith_y' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:403:171: style: Function 'evas_common_convert_rgba_to_32bpp_bgr_8888' argument 9 names different: declaration 'pal' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.h:13:163: note: Function 'evas_common_convert_rgba_to_32bpp_bgr_8888' argument 9 names different: declaration 'pal' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:403:171: note: Function 'evas_common_convert_rgba_to_32bpp_bgr_8888' argument 9 names different: declaration 'pal' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:420:131: style: Function 'evas_common_convert_rgba_to_32bpp_bgr_8888_rot_180' argument 7 names different: declaration 'dith_x' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.h:14:136: note: Function 'evas_common_convert_rgba_to_32bpp_bgr_8888_rot_180' argument 7 names different: declaration 'dith_x' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:420:131: note: Function 'evas_common_convert_rgba_to_32bpp_bgr_8888_rot_180' argument 7 names different: declaration 'dith_x' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:420:155: style: Function 'evas_common_convert_rgba_to_32bpp_bgr_8888_rot_180' argument 8 names different: declaration 'dith_y' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.h:14:148: note: Function 'evas_common_convert_rgba_to_32bpp_bgr_8888_rot_180' argument 8 names different: declaration 'dith_y' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:420:155: note: Function 'evas_common_convert_rgba_to_32bpp_bgr_8888_rot_180' argument 8 names different: declaration 'dith_y' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:420:179: style: Function 'evas_common_convert_rgba_to_32bpp_bgr_8888_rot_180' argument 9 names different: declaration 'pal' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.h:14:163: note: Function 'evas_common_convert_rgba_to_32bpp_bgr_8888_rot_180' argument 9 names different: declaration 'pal' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:420:179: note: Function 'evas_common_convert_rgba_to_32bpp_bgr_8888_rot_180' argument 9 names different: declaration 'pal' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:437:131: style: Function 'evas_common_convert_rgba_to_32bpp_bgr_8888_rot_270' argument 7 names different: declaration 'dith_x' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.h:15:136: note: Function 'evas_common_convert_rgba_to_32bpp_bgr_8888_rot_270' argument 7 names different: declaration 'dith_x' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:437:131: note: Function 'evas_common_convert_rgba_to_32bpp_bgr_8888_rot_270' argument 7 names different: declaration 'dith_x' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:437:155: style: Function 'evas_common_convert_rgba_to_32bpp_bgr_8888_rot_270' argument 8 names different: declaration 'dith_y' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.h:15:148: note: Function 'evas_common_convert_rgba_to_32bpp_bgr_8888_rot_270' argument 8 names different: declaration 'dith_y' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:437:155: note: Function 'evas_common_convert_rgba_to_32bpp_bgr_8888_rot_270' argument 8 names different: declaration 'dith_y' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:437:179: style: Function 'evas_common_convert_rgba_to_32bpp_bgr_8888_rot_270' argument 9 names different: declaration 'pal' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.h:15:163: note: Function 'evas_common_convert_rgba_to_32bpp_bgr_8888_rot_270' argument 9 names different: declaration 'pal' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:437:179: note: Function 'evas_common_convert_rgba_to_32bpp_bgr_8888_rot_270' argument 9 names different: declaration 'pal' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:454:130: style: Function 'evas_common_convert_rgba_to_32bpp_bgr_8888_rot_90' argument 7 names different: declaration 'dith_x' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.h:16:136: note: Function 'evas_common_convert_rgba_to_32bpp_bgr_8888_rot_90' argument 7 names different: declaration 'dith_x' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:454:130: note: Function 'evas_common_convert_rgba_to_32bpp_bgr_8888_rot_90' argument 7 names different: declaration 'dith_x' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:454:154: style: Function 'evas_common_convert_rgba_to_32bpp_bgr_8888_rot_90' argument 8 names different: declaration 'dith_y' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.h:16:148: note: Function 'evas_common_convert_rgba_to_32bpp_bgr_8888_rot_90' argument 8 names different: declaration 'dith_y' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:454:154: note: Function 'evas_common_convert_rgba_to_32bpp_bgr_8888_rot_90' argument 8 names different: declaration 'dith_y' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:454:178: style: Function 'evas_common_convert_rgba_to_32bpp_bgr_8888_rot_90' argument 9 names different: declaration 'pal' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.h:16:163: note: Function 'evas_common_convert_rgba_to_32bpp_bgr_8888_rot_90' argument 9 names different: declaration 'pal' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:454:178: note: Function 'evas_common_convert_rgba_to_32bpp_bgr_8888_rot_90' argument 9 names different: declaration 'pal' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:471:124: style: Function 'evas_common_convert_rgba_to_32bpp_bgrx_8888' argument 7 names different: declaration 'dith_x' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.h:17:136: note: Function 'evas_common_convert_rgba_to_32bpp_bgrx_8888' argument 7 names different: declaration 'dith_x' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:471:124: note: Function 'evas_common_convert_rgba_to_32bpp_bgrx_8888' argument 7 names different: declaration 'dith_x' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:471:148: style: Function 'evas_common_convert_rgba_to_32bpp_bgrx_8888' argument 8 names different: declaration 'dith_y' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.h:17:148: note: Function 'evas_common_convert_rgba_to_32bpp_bgrx_8888' argument 8 names different: declaration 'dith_y' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:471:148: note: Function 'evas_common_convert_rgba_to_32bpp_bgrx_8888' argument 8 names different: declaration 'dith_y' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:471:172: style: Function 'evas_common_convert_rgba_to_32bpp_bgrx_8888' argument 9 names different: declaration 'pal' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.h:17:163: note: Function 'evas_common_convert_rgba_to_32bpp_bgrx_8888' argument 9 names different: declaration 'pal' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:471:172: note: Function 'evas_common_convert_rgba_to_32bpp_bgrx_8888' argument 9 names different: declaration 'pal' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:488:132: style: Function 'evas_common_convert_rgba_to_32bpp_bgrx_8888_rot_180' argument 7 names different: declaration 'dith_x' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.h:18:136: note: Function 'evas_common_convert_rgba_to_32bpp_bgrx_8888_rot_180' argument 7 names different: declaration 'dith_x' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:488:132: note: Function 'evas_common_convert_rgba_to_32bpp_bgrx_8888_rot_180' argument 7 names different: declaration 'dith_x' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:488:156: style: Function 'evas_common_convert_rgba_to_32bpp_bgrx_8888_rot_180' argument 8 names different: declaration 'dith_y' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.h:18:148: note: Function 'evas_common_convert_rgba_to_32bpp_bgrx_8888_rot_180' argument 8 names different: declaration 'dith_y' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:488:156: note: Function 'evas_common_convert_rgba_to_32bpp_bgrx_8888_rot_180' argument 8 names different: declaration 'dith_y' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:488:180: style: Function 'evas_common_convert_rgba_to_32bpp_bgrx_8888_rot_180' argument 9 names different: declaration 'pal' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.h:18:163: note: Function 'evas_common_convert_rgba_to_32bpp_bgrx_8888_rot_180' argument 9 names different: declaration 'pal' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:488:180: note: Function 'evas_common_convert_rgba_to_32bpp_bgrx_8888_rot_180' argument 9 names different: declaration 'pal' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:505:132: style: Function 'evas_common_convert_rgba_to_32bpp_bgrx_8888_rot_270' argument 7 names different: declaration 'dith_x' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.h:19:136: note: Function 'evas_common_convert_rgba_to_32bpp_bgrx_8888_rot_270' argument 7 names different: declaration 'dith_x' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:505:132: note: Function 'evas_common_convert_rgba_to_32bpp_bgrx_8888_rot_270' argument 7 names different: declaration 'dith_x' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:505:156: style: Function 'evas_common_convert_rgba_to_32bpp_bgrx_8888_rot_270' argument 8 names different: declaration 'dith_y' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.h:19:148: note: Function 'evas_common_convert_rgba_to_32bpp_bgrx_8888_rot_270' argument 8 names different: declaration 'dith_y' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:505:156: note: Function 'evas_common_convert_rgba_to_32bpp_bgrx_8888_rot_270' argument 8 names different: declaration 'dith_y' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:505:180: style: Function 'evas_common_convert_rgba_to_32bpp_bgrx_8888_rot_270' argument 9 names different: declaration 'pal' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.h:19:163: note: Function 'evas_common_convert_rgba_to_32bpp_bgrx_8888_rot_270' argument 9 names different: declaration 'pal' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:505:180: note: Function 'evas_common_convert_rgba_to_32bpp_bgrx_8888_rot_270' argument 9 names different: declaration 'pal' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:522:131: style: Function 'evas_common_convert_rgba_to_32bpp_bgrx_8888_rot_90' argument 7 names different: declaration 'dith_x' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.h:20:136: note: Function 'evas_common_convert_rgba_to_32bpp_bgrx_8888_rot_90' argument 7 names different: declaration 'dith_x' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:522:131: note: Function 'evas_common_convert_rgba_to_32bpp_bgrx_8888_rot_90' argument 7 names different: declaration 'dith_x' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:522:155: style: Function 'evas_common_convert_rgba_to_32bpp_bgrx_8888_rot_90' argument 8 names different: declaration 'dith_y' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.h:20:148: note: Function 'evas_common_convert_rgba_to_32bpp_bgrx_8888_rot_90' argument 8 names different: declaration 'dith_y' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:522:155: note: Function 'evas_common_convert_rgba_to_32bpp_bgrx_8888_rot_90' argument 8 names different: declaration 'dith_y' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:522:179: style: Function 'evas_common_convert_rgba_to_32bpp_bgrx_8888_rot_90' argument 9 names different: declaration 'pal' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.h:20:163: note: Function 'evas_common_convert_rgba_to_32bpp_bgrx_8888_rot_90' argument 9 names different: declaration 'pal' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:522:179: note: Function 'evas_common_convert_rgba_to_32bpp_bgrx_8888_rot_90' argument 9 names different: declaration 'pal' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:539:121: style: Function 'evas_common_convert_rgba_to_32bpp_rgb_666' argument 7 names different: declaration 'dith_x' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.h:22:136: note: Function 'evas_common_convert_rgba_to_32bpp_rgb_666' argument 7 names different: declaration 'dith_x' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:539:121: note: Function 'evas_common_convert_rgba_to_32bpp_rgb_666' argument 7 names different: declaration 'dith_x' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:539:145: style: Function 'evas_common_convert_rgba_to_32bpp_rgb_666' argument 8 names different: declaration 'dith_y' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.h:22:148: note: Function 'evas_common_convert_rgba_to_32bpp_rgb_666' argument 8 names different: declaration 'dith_y' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:539:145: note: Function 'evas_common_convert_rgba_to_32bpp_rgb_666' argument 8 names different: declaration 'dith_y' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:539:169: style: Function 'evas_common_convert_rgba_to_32bpp_rgb_666' argument 9 names different: declaration 'pal' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.h:22:163: note: Function 'evas_common_convert_rgba_to_32bpp_rgb_666' argument 9 names different: declaration 'pal' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:539:169: note: Function 'evas_common_convert_rgba_to_32bpp_rgb_666' argument 9 names different: declaration 'pal' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:29:12: style: Variable 'src_ptr' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:31:8: style: Unused variable: x [unusedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:31:11: style: Unused variable: y [unusedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:197:12: style: Variable 'src_ptr' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:199:8: style: Unused variable: x [unusedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:199:11: style: Unused variable: y [unusedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:219:12: style: Variable 'src_ptr' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:221:8: style: Unused variable: x [unusedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:221:11: style: Unused variable: y [unusedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:333:12: style: Variable 'src_ptr' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:335:8: style: Unused variable: x [unusedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:335:11: style: Unused variable: y [unusedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:351:12: style: Variable 'src_ptr' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:353:8: style: Unused variable: x [unusedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:353:11: style: Unused variable: y [unusedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:369:12: style: Variable 'src_ptr' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:371:8: style: Unused variable: x [unusedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:371:11: style: Unused variable: y [unusedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:387:12: style: Variable 'src_ptr' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:389:8: style: Unused variable: x [unusedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:389:11: style: Unused variable: y [unusedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:407:8: style: Unused variable: x [unusedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:407:11: style: Unused variable: y [unusedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:424:8: style: Unused variable: x [unusedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:424:11: style: Unused variable: y [unusedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:441:8: style: Unused variable: x [unusedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:441:11: style: Unused variable: y [unusedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:458:8: style: Unused variable: x [unusedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:458:11: style: Unused variable: y [unusedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:475:8: style: Unused variable: x [unusedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:475:11: style: Unused variable: y [unusedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:492:8: style: Unused variable: x [unusedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:492:11: style: Unused variable: y [unusedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:509:8: style: Unused variable: x [unusedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:509:11: style: Unused variable: y [unusedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:526:8: style: Unused variable: x [unusedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:526:11: style: Unused variable: y [unusedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:543:8: style: Unused variable: x [unusedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:543:11: style: Unused variable: y [unusedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:37:16: error: Uninitialized variable: src_ptr [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:205:16: error: Uninitialized variable: src_ptr [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:226:16: error: Uninitialized variable: src_ptr [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:342:17: error: Uninitialized variable: src_ptr [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:360:17: error: Uninitialized variable: src_ptr [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:378:17: error: Uninitialized variable: src_ptr [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_32.c:396:17: error: Uninitialized variable: src_ptr [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_8.c:15:8: style: Variable 'x' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_8.c:15:11: style: Variable 'y' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_8.c:50:8: style: Variable 'x' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_8.c:50:11: style: Variable 'y' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_8.c:86:8: style: Variable 'x' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_8.c:86:11: style: Variable 'y' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_8.c:118:8: style: Variable 'x' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_8.c:118:11: style: Variable 'y' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_8.c:149:8: style: Variable 'x' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_8.c:149:11: style: Variable 'y' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_8.c:181:8: style: Variable 'x' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_8.c:181:11: style: Variable 'y' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_8.c:214:8: style: Variable 'x' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_8.c:214:11: style: Variable 'y' is not assigned a value. [unassignedVariable]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_8.c:23:28: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_8.c:24:29: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_8.c:23:51: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_8.c:24:52: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_8.c:72:21: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_8.c:72:44: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_8.c:94:28: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_8.c:95:29: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_8.c:94:51: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_8.c:95:52: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_8.c:126:28: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_8.c:126:51: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_8.c:157:28: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_8.c:158:29: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_8.c:157:51: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_8.c:158:52: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_8.c:189:28: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_8.c:190:29: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_8.c:189:51: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_8.c:190:52: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_8.c:222:28: error: Uninitialized variable: x [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_rgb_8.c:222:51: error: Uninitialized variable: y [uninitvar]
efl-1.8.6/src/lib/evas/common/evas_convert_yuv.c:808:19: style: The scope of the variable 'yp1' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/common/evas_convert_yuv.c:808:25: style: The scope of the variable 'yp2' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/common/evas_convert_yuv.c:808:31: style: The scope of the variable 'up' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/common/evas_convert_yuv.c:808:36: style: The scope of the variable 'vp' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/common/evas_convert_yuv.c:896:19: style: The scope of the variable 'yp1' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/common/evas_convert_yuv.c:896:25: style: The scope of the variable 'yp2' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/common/evas_convert_yuv.c:896:31: style: The scope of the variable 'up' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/common/evas_convert_yuv.c:896:36: style: The scope of the variable 'vp' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/common/evas_convert_yuv.c:1182:19: style: The scope of the variable 'yp1' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/common/evas_convert_yuv.c:1182:25: style: The scope of the variable 'yp2' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/common/evas_convert_yuv.c:1182:36: style: The scope of the variable 'vp' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/common/evas_cpu.c:269:23: style: Condition 'cpu_feature_mask&CPU_FEATURE_MMX' is always false [knownConditionTrueFalse]
efl-1.8.6/src/lib/evas/common/evas_cpu.c:270:23: style: Condition 'cpu_feature_mask&CPU_FEATURE_MMX2' is always false [knownConditionTrueFalse]
efl-1.8.6/src/lib/evas/common/evas_cpu.c:271:23: style: Condition 'cpu_feature_mask&CPU_FEATURE_SSE' is always false [knownConditionTrueFalse]
efl-1.8.6/src/lib/evas/common/evas_font_draw.c:536:9: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/lib/evas/common/evas_font_draw.c:170:34: style: Variable 'tmpbuf' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/evas/common/evas_font_draw.c:166:0: note: Variable 'tmpbuf' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_font_draw.c:170:34: note: Variable 'tmpbuf' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_font_draw.c:73:18: style: The scope of the variable 'i' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/common/evas_font_draw.c:166:57: style: The scope of the variable 'dp' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/common/evas_font_draw.c:166:62: style: The scope of the variable 'tp' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/common/evas_font_draw.c:404:8: style: The scope of the variable 'ext_x' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/common/evas_font_draw.c:404:15: style: The scope of the variable 'ext_y' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/common/evas_font_draw.c:404:22: style: The scope of the variable 'ext_w' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/common/evas_font_draw.c:404:29: style: The scope of the variable 'ext_h' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/common/evas_font_draw.c:407:18: style: The scope of the variable 'r' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/common/evas_font_draw.c:408:8: style: The scope of the variable 'c' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/common/evas_font_draw.c:408:11: style: The scope of the variable 'cx' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/common/evas_font_draw.c:408:15: style: The scope of the variable 'cy' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/common/evas_font_draw.c:408:19: style: The scope of the variable 'cw' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/common/evas_font_draw.c:408:23: style: The scope of the variable 'ch' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/common/evas_font_draw.c:409:8: style: The scope of the variable 'i' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/common/evas_font_draw.c:487:17: style: The scope of the variable 'r' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/common/evas_font_draw.c:170:43: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/evas/common/evas_font_load.c:817:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/common/evas_font_load.c:835:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/common/evas_font_load.c:854:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/common/evas_font_load.c:867:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/lib/evas/common/evas_font_main.c:750:13: style: The scope of the variable 'idx' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/common/evas_image_data.c:91:9: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
efl-1.8.6/src/lib/evas/common/evas_image_data.c:66:34: warning: Size of pointer 'image_data' used instead of size of its data. [pointerSize]
efl-1.8.6/src/lib/evas/common/evas_image_main.c:269:9: style: Variable 'evas_image_load_func' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/evas/common/evas_image_main.c:267:0: note: Variable 'evas_image_load_func' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_image_main.c:269:9: note: Variable 'evas_image_load_func' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_image_main.c:547:51: style: Function '_evas_common_rgba_image_dirty_region' argument 1 names different: declaration 'im' definition 'ie'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_image_main.c:52:76: note: Function '_evas_common_rgba_image_dirty_region' argument 1 names different: declaration 'im' definition 'ie'.
efl-1.8.6/src/lib/evas/common/evas_image_main.c:547:51: note: Function '_evas_common_rgba_image_dirty_region' argument 1 names different: declaration 'im' definition 'ie'.
efl-1.8.6/src/lib/evas/common/evas_image_main.c:547:70: style: Function '_evas_common_rgba_image_dirty_region' argument 2 names different: declaration 'x' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_image_main.c:52:93: note: Function '_evas_common_rgba_image_dirty_region' argument 2 names different: declaration 'x' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_image_main.c:547:70: note: Function '_evas_common_rgba_image_dirty_region' argument 2 names different: declaration 'x' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_image_main.c:547:98: style: Function '_evas_common_rgba_image_dirty_region' argument 3 names different: declaration 'y' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_image_main.c:52:109: note: Function '_evas_common_rgba_image_dirty_region' argument 3 names different: declaration 'y' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_image_main.c:547:98: note: Function '_evas_common_rgba_image_dirty_region' argument 3 names different: declaration 'y' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_image_main.c:547:126: style: Function '_evas_common_rgba_image_dirty_region' argument 4 names different: declaration 'w' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_image_main.c:52:125: note: Function '_evas_common_rgba_image_dirty_region' argument 4 names different: declaration 'w' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_image_main.c:547:126: note: Function '_evas_common_rgba_image_dirty_region' argument 4 names different: declaration 'w' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_image_main.c:547:154: style: Function '_evas_common_rgba_image_dirty_region' argument 5 names different: declaration 'h' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_image_main.c:52:141: note: Function '_evas_common_rgba_image_dirty_region' argument 5 names different: declaration 'h' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_image_main.c:547:154: note: Function '_evas_common_rgba_image_dirty_region' argument 5 names different: declaration 'h' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_image_main.c:561:44: style: Function '_evas_common_rgba_image_dirty' argument 1 names different: declaration 'dst' definition 'ie_dst'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_image_main.c:58:69: note: Function '_evas_common_rgba_image_dirty' argument 1 names different: declaration 'dst' definition 'ie_dst'.
efl-1.8.6/src/lib/evas/common/evas_image_main.c:561:44: note: Function '_evas_common_rgba_image_dirty' argument 1 names different: declaration 'dst' definition 'ie_dst'.
efl-1.8.6/src/lib/evas/common/evas_image_main.c:561:71: style: Function '_evas_common_rgba_image_dirty' argument 2 names different: declaration 'src' definition 'ie_src'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_image_main.c:58:93: note: Function '_evas_common_rgba_image_dirty' argument 2 names different: declaration 'src' definition 'ie_src'.
efl-1.8.6/src/lib/evas/common/evas_image_main.c:561:71: note: Function '_evas_common_rgba_image_dirty' argument 2 names different: declaration 'src' definition 'ie_src'.
efl-1.8.6/src/lib/evas/common/evas_image_scalecache.c:724:19: style: The scope of the variable 'osize' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/common/evas_image_scalecache.c:724:26: style: The scope of the variable 'used' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/common/evas_map_image.c:89:20: style: The scope of the variable 'edge_num' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/common/evas_map_image.c:567:17: style: The scope of the variable 'r' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/common/evas_map_image.c:712:18: style: The scope of the variable 'r' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/common/evas_map_image.c:758:18: style: The scope of the variable 'r' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/common/evas_map_image.c:859:17: style: The scope of the variable 'r' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/common/evas_map_image_internal.c:72:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/evas/common/evas_map_image_internal.c:91:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/evas/common/evas_map_image_internal.c:149:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/evas/common/evas_map_image_internal.c:159:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/evas/common/evas_op_add_main_.c:134:4: style: Variable 'cpu' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/evas/common/evas_op_add_main_.c:125:0: note: Variable 'cpu' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_op_add_main_.c:134:4: note: Variable 'cpu' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_op_add_main_.c:135:4: style: Variable 'func' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/evas/common/evas_op_add_main_.c:124:0: note: Variable 'func' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_op_add_main_.c:135:4: note: Variable 'func' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_op_add_main_.c:227:4: style: Variable 'cpu' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/evas/common/evas_op_add_main_.c:218:0: note: Variable 'cpu' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_op_add_main_.c:227:4: note: Variable 'cpu' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_op_add_main_.c:228:4: style: Variable 'func' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/evas/common/evas_op_add_main_.c:217:0: note: Variable 'func' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_op_add_main_.c:228:4: note: Variable 'func' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_op_add_main_.c:358:4: style: Variable 'cpu' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/evas/common/evas_op_add_main_.c:349:0: note: Variable 'cpu' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_op_add_main_.c:358:4: note: Variable 'cpu' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_op_add_main_.c:359:4: style: Variable 'func' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/evas/common/evas_op_add_main_.c:348:0: note: Variable 'func' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_op_add_main_.c:359:4: note: Variable 'func' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_op_add_main_.c:451:4: style: Variable 'cpu' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/evas/common/evas_op_add_main_.c:442:0: note: Variable 'cpu' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_op_add_main_.c:451:4: note: Variable 'cpu' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_op_add_main_.c:452:4: style: Variable 'func' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/evas/common/evas_op_add_main_.c:441:0: note: Variable 'func' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_op_add_main_.c:452:4: note: Variable 'func' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_op_add_main_.c:141:68: style: Function 'op_add_pixel_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_op_add_main_.c:8:82: note: Function 'op_add_pixel_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_add_main_.c:141:68: note: Function 'op_add_pixel_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_add_main_.c:153:63: style: Function 'op_add_color_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_op_add_main_.c:9:77: note: Function 'op_add_color_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_add_main_.c:153:63: note: Function 'op_add_color_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_add_main_.c:169:86: style: Function 'op_add_pixel_color_span_get' argument 4 names different: declaration 'pixels' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_op_add_main_.c:10:100: note: Function 'op_add_pixel_color_span_get' argument 4 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_add_main_.c:169:86: note: Function 'op_add_pixel_color_span_get' argument 4 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_add_main_.c:187:68: style: Function 'op_add_mask_color_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_op_add_main_.c:11:82: note: Function 'op_add_mask_color_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_add_main_.c:187:68: note: Function 'op_add_mask_color_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_add_main_.c:203:73: style: Function 'op_add_pixel_mask_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_op_add_main_.c:12:87: note: Function 'op_add_pixel_mask_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_add_main_.c:203:73: note: Function 'op_add_pixel_mask_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_add_main_.c:365:72: style: Function 'op_add_rel_pixel_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_op_add_main_.c:42:86: note: Function 'op_add_rel_pixel_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_add_main_.c:365:72: note: Function 'op_add_rel_pixel_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_add_main_.c:377:67: style: Function 'op_add_rel_color_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_op_add_main_.c:43:81: note: Function 'op_add_rel_color_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_add_main_.c:377:67: note: Function 'op_add_rel_color_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_add_main_.c:393:90: style: Function 'op_add_rel_pixel_color_span_get' argument 4 names different: declaration 'pixels' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_op_add_main_.c:44:104: note: Function 'op_add_rel_pixel_color_span_get' argument 4 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_add_main_.c:393:90: note: Function 'op_add_rel_pixel_color_span_get' argument 4 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_add_main_.c:411:72: style: Function 'op_add_rel_mask_color_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_op_add_main_.c:45:86: note: Function 'op_add_rel_mask_color_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_add_main_.c:411:72: note: Function 'op_add_rel_mask_color_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_add_main_.c:427:77: style: Function 'op_add_rel_pixel_mask_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_op_add_main_.c:46:91: note: Function 'op_add_rel_pixel_mask_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_add_main_.c:427:77: note: Function 'op_add_rel_pixel_mask_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_blend/op_blend_color_.c:9:26: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/lib/evas/common/evas_op_blend/op_blend_color_.c:63:25: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/lib/evas/common/evas_op_blend/op_blend_mask_color_.c:25:25: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/lib/evas/common/evas_op_blend/op_blend_mask_color_.c:48:25: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/lib/evas/common/evas_op_blend/op_blend_mask_color_.c:121:25: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/lib/evas/common/evas_op_blend/op_blend_mask_color_.c:122:25: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/lib/evas/common/evas_op_blend/op_blend_pixel_.c:11:25: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/lib/evas/common/evas_op_blend/op_blend_pixel_.c:33:25: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/lib/evas/common/evas_op_blend/op_blend_pixel_.c:93:25: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/lib/evas/common/evas_op_blend/op_blend_pixel_.c:94:25: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/lib/evas/common/evas_op_blend/op_blend_pixel_.c:105:25: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/lib/evas/common/evas_op_blend/op_blend_pixel_color_.c:12:25: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/lib/evas/common/evas_op_blend/op_blend_pixel_color_.c:13:25: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/lib/evas/common/evas_op_blend/op_blend_pixel_color_.c:24:25: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/lib/evas/common/evas_op_blend/op_blend_pixel_color_.c:25:25: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/lib/evas/common/evas_op_blend/op_blend_pixel_color_.c:37:25: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/lib/evas/common/evas_op_blend/op_blend_pixel_color_.c:38:25: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/lib/evas/common/evas_op_blend/op_blend_pixel_color_.c:48:25: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/lib/evas/common/evas_op_blend/op_blend_pixel_color_.c:62:25: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/lib/evas/common/evas_op_blend/op_blend_pixel_color_.c:63:25: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/lib/evas/common/evas_op_blend/op_blend_pixel_color_.c:74:25: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/lib/evas/common/evas_op_blend/op_blend_pixel_color_.c:75:25: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/lib/evas/common/evas_op_blend/op_blend_pixel_color_.c:180:25: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/lib/evas/common/evas_op_blend/op_blend_pixel_color_.c:181:25: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/lib/evas/common/evas_op_blend/op_blend_pixel_mask_.c:24:25: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/lib/evas/common/evas_op_blend/op_blend_pixel_mask_.c:47:25: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/lib/evas/common/evas_op_blend/op_blend_pixel_mask_.c:70:25: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/lib/evas/common/evas_op_blend/op_blend_pixel_mask_.c:134:13: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/lib/evas/common/evas_op_blend_main_.c:186:4: style: Variable 'cpu' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/evas/common/evas_op_blend_main_.c:161:0: note: Variable 'cpu' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_op_blend_main_.c:186:4: note: Variable 'cpu' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_op_blend_main_.c:187:4: style: Variable 'func' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/evas/common/evas_op_blend_main_.c:160:0: note: Variable 'func' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_op_blend_main_.c:187:4: note: Variable 'func' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_op_blend_main_.c:308:4: style: Variable 'cpu' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/evas/common/evas_op_blend_main_.c:283:0: note: Variable 'cpu' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_op_blend_main_.c:308:4: note: Variable 'cpu' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_op_blend_main_.c:309:4: style: Variable 'func' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/evas/common/evas_op_blend_main_.c:282:0: note: Variable 'func' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_op_blend_main_.c:309:4: note: Variable 'func' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_op_blend_main_.c:471:4: style: Variable 'cpu' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/evas/common/evas_op_blend_main_.c:446:0: note: Variable 'cpu' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_op_blend_main_.c:471:4: note: Variable 'cpu' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_op_blend_main_.c:472:4: style: Variable 'func' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/evas/common/evas_op_blend_main_.c:445:0: note: Variable 'func' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_op_blend_main_.c:472:4: note: Variable 'func' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_op_blend_main_.c:588:4: style: Variable 'cpu' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/evas/common/evas_op_blend_main_.c:563:0: note: Variable 'cpu' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_op_blend_main_.c:588:4: note: Variable 'cpu' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_op_blend_main_.c:589:4: style: Variable 'func' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/evas/common/evas_op_blend_main_.c:562:0: note: Variable 'func' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_op_blend_main_.c:589:4: note: Variable 'func' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_op_blend_main_.c:193:70: style: Function 'op_blend_pixel_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_op_blend_main_.c:9:84: note: Function 'op_blend_pixel_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_blend_main_.c:193:70: note: Function 'op_blend_pixel_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_blend_main_.c:209:65: style: Function 'op_blend_color_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_op_blend_main_.c:10:79: note: Function 'op_blend_color_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_blend_main_.c:209:65: note: Function 'op_blend_color_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_blend_main_.c:225:88: style: Function 'op_blend_pixel_color_span_get' argument 4 names different: declaration 'pixels' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_op_blend_main_.c:11:102: note: Function 'op_blend_pixel_color_span_get' argument 4 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_blend_main_.c:225:88: note: Function 'op_blend_pixel_color_span_get' argument 4 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_blend_main_.c:247:70: style: Function 'op_blend_mask_color_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_op_blend_main_.c:12:84: note: Function 'op_blend_mask_color_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_blend_main_.c:247:70: note: Function 'op_blend_mask_color_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_blend_main_.c:263:75: style: Function 'op_blend_pixel_mask_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_op_blend_main_.c:13:89: note: Function 'op_blend_pixel_mask_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_blend_main_.c:263:75: note: Function 'op_blend_pixel_mask_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_blend_main_.c:478:74: style: Function 'op_blend_rel_pixel_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_op_blend_main_.c:44:88: note: Function 'op_blend_rel_pixel_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_blend_main_.c:478:74: note: Function 'op_blend_rel_pixel_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_blend_main_.c:494:69: style: Function 'op_blend_rel_color_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_op_blend_main_.c:45:83: note: Function 'op_blend_rel_color_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_blend_main_.c:494:69: note: Function 'op_blend_rel_color_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_blend_main_.c:510:92: style: Function 'op_blend_rel_pixel_color_span_get' argument 4 names different: declaration 'pixels' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_op_blend_main_.c:46:106: note: Function 'op_blend_rel_pixel_color_span_get' argument 4 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_blend_main_.c:510:92: note: Function 'op_blend_rel_pixel_color_span_get' argument 4 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_blend_main_.c:528:74: style: Function 'op_blend_rel_mask_color_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_op_blend_main_.c:47:88: note: Function 'op_blend_rel_mask_color_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_blend_main_.c:528:74: note: Function 'op_blend_rel_mask_color_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_blend_main_.c:544:79: style: Function 'op_blend_rel_pixel_mask_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_op_blend_main_.c:48:93: note: Function 'op_blend_rel_pixel_mask_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_blend_main_.c:544:79: note: Function 'op_blend_rel_pixel_mask_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_copy/op_copy_color_.c:9:25: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/lib/evas/common/evas_op_copy/op_copy_color_.c:74:25: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/lib/evas/common/evas_op_copy/op_copy_mask_color_.c:22:25: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/lib/evas/common/evas_op_copy/op_copy_mask_color_.c:106:25: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/lib/evas/common/evas_op_copy/op_copy_pixel_.c:61:25: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/lib/evas/common/evas_op_copy/op_copy_pixel_color_.c:9:25: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/lib/evas/common/evas_op_copy/op_copy_pixel_color_.c:10:25: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/lib/evas/common/evas_op_copy/op_copy_pixel_color_.c:21:25: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/lib/evas/common/evas_op_copy/op_copy_pixel_color_.c:22:25: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/lib/evas/common/evas_op_copy/op_copy_pixel_color_.c:133:25: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/lib/evas/common/evas_op_copy/op_copy_pixel_color_.c:134:25: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/lib/evas/common/evas_op_copy/op_copy_pixel_mask_.c:22:25: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/lib/evas/common/evas_op_copy/op_copy_pixel_mask_.c:94:25: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/lib/evas/common/evas_op_copy_main_.c:168:4: style: Variable 'cpu' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/evas/common/evas_op_copy_main_.c:151:0: note: Variable 'cpu' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_op_copy_main_.c:168:4: note: Variable 'cpu' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_op_copy_main_.c:169:4: style: Variable 'func' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/evas/common/evas_op_copy_main_.c:150:0: note: Variable 'func' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_op_copy_main_.c:169:4: note: Variable 'func' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_op_copy_main_.c:284:4: style: Variable 'cpu' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/evas/common/evas_op_copy_main_.c:267:0: note: Variable 'cpu' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_op_copy_main_.c:284:4: note: Variable 'cpu' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_op_copy_main_.c:285:4: style: Variable 'func' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/evas/common/evas_op_copy_main_.c:266:0: note: Variable 'func' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_op_copy_main_.c:285:4: note: Variable 'func' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_op_copy_main_.c:450:4: style: Variable 'cpu' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/evas/common/evas_op_copy_main_.c:433:0: note: Variable 'cpu' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_op_copy_main_.c:450:4: note: Variable 'cpu' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_op_copy_main_.c:451:4: style: Variable 'func' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/evas/common/evas_op_copy_main_.c:432:0: note: Variable 'func' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_op_copy_main_.c:451:4: note: Variable 'func' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_op_copy_main_.c:567:4: style: Variable 'cpu' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/evas/common/evas_op_copy_main_.c:550:0: note: Variable 'cpu' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_op_copy_main_.c:567:4: note: Variable 'cpu' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_op_copy_main_.c:568:4: style: Variable 'func' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/evas/common/evas_op_copy_main_.c:549:0: note: Variable 'func' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_op_copy_main_.c:568:4: note: Variable 'func' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_op_copy_main_.c:175:69: style: Function 'op_copy_pixel_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_op_copy_main_.c:10:83: note: Function 'op_copy_pixel_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_copy_main_.c:175:69: note: Function 'op_copy_pixel_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_copy_main_.c:190:64: style: Function 'op_copy_color_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_op_copy_main_.c:11:78: note: Function 'op_copy_color_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_copy_main_.c:190:64: note: Function 'op_copy_color_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_copy_main_.c:210:87: style: Function 'op_copy_pixel_color_span_get' argument 4 names different: declaration 'pixels' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_op_copy_main_.c:12:101: note: Function 'op_copy_pixel_color_span_get' argument 4 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_copy_main_.c:210:87: note: Function 'op_copy_pixel_color_span_get' argument 4 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_copy_main_.c:236:69: style: Function 'op_copy_mask_color_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_op_copy_main_.c:13:83: note: Function 'op_copy_mask_color_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_copy_main_.c:236:69: note: Function 'op_copy_mask_color_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_copy_main_.c:252:74: style: Function 'op_copy_pixel_mask_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_op_copy_main_.c:14:88: note: Function 'op_copy_pixel_mask_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_copy_main_.c:252:74: note: Function 'op_copy_pixel_mask_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_copy_main_.c:457:73: style: Function 'op_copy_rel_pixel_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_op_copy_main_.c:45:87: note: Function 'op_copy_rel_pixel_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_copy_main_.c:457:73: note: Function 'op_copy_rel_pixel_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_copy_main_.c:473:68: style: Function 'op_copy_rel_color_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_op_copy_main_.c:46:82: note: Function 'op_copy_rel_color_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_copy_main_.c:473:68: note: Function 'op_copy_rel_color_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_copy_main_.c:493:91: style: Function 'op_copy_rel_pixel_color_span_get' argument 4 names different: declaration 'pixels' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_op_copy_main_.c:47:105: note: Function 'op_copy_rel_pixel_color_span_get' argument 4 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_copy_main_.c:493:91: note: Function 'op_copy_rel_pixel_color_span_get' argument 4 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_copy_main_.c:519:73: style: Function 'op_copy_rel_mask_color_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_op_copy_main_.c:48:87: note: Function 'op_copy_rel_mask_color_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_copy_main_.c:519:73: note: Function 'op_copy_rel_mask_color_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_copy_main_.c:535:78: style: Function 'op_copy_rel_pixel_mask_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_op_copy_main_.c:49:92: note: Function 'op_copy_rel_pixel_mask_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_copy_main_.c:535:78: note: Function 'op_copy_rel_pixel_mask_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_mask_main_.c:102:4: style: Variable 'cpu' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/evas/common/evas_op_mask_main_.c:93:0: note: Variable 'cpu' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_op_mask_main_.c:102:4: note: Variable 'cpu' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_op_mask_main_.c:103:4: style: Variable 'func' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/evas/common/evas_op_mask_main_.c:92:0: note: Variable 'func' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_op_mask_main_.c:103:4: note: Variable 'func' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_op_mask_main_.c:210:4: style: Variable 'cpu' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/evas/common/evas_op_mask_main_.c:201:0: note: Variable 'cpu' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_op_mask_main_.c:210:4: note: Variable 'cpu' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_op_mask_main_.c:211:4: style: Variable 'func' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/evas/common/evas_op_mask_main_.c:200:0: note: Variable 'func' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_op_mask_main_.c:211:4: note: Variable 'func' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_op_mask_main_.c:109:69: style: Function 'op_mask_pixel_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_op_mask_main_.c:9:83: note: Function 'op_mask_pixel_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_mask_main_.c:109:69: note: Function 'op_mask_pixel_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_mask_main_.c:124:64: style: Function 'op_mask_color_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_op_mask_main_.c:10:78: note: Function 'op_mask_color_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_mask_main_.c:124:64: note: Function 'op_mask_color_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_mask_main_.c:144:87: style: Function 'op_mask_pixel_color_span_get' argument 4 names different: declaration 'pixels' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_op_mask_main_.c:11:101: note: Function 'op_mask_pixel_color_span_get' argument 4 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_mask_main_.c:144:87: note: Function 'op_mask_pixel_color_span_get' argument 4 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_mask_main_.c:170:69: style: Function 'op_mask_mask_color_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_op_mask_main_.c:12:83: note: Function 'op_mask_mask_color_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_mask_main_.c:170:69: note: Function 'op_mask_mask_color_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_mask_main_.c:186:74: style: Function 'op_mask_pixel_mask_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_op_mask_main_.c:13:88: note: Function 'op_mask_pixel_mask_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_mask_main_.c:186:74: note: Function 'op_mask_pixel_mask_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_mul_main_.c:101:4: style: Variable 'cpu' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/evas/common/evas_op_mul_main_.c:92:0: note: Variable 'cpu' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_op_mul_main_.c:101:4: note: Variable 'cpu' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_op_mul_main_.c:102:4: style: Variable 'func' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/evas/common/evas_op_mul_main_.c:91:0: note: Variable 'func' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_op_mul_main_.c:102:4: note: Variable 'func' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_op_mul_main_.c:209:4: style: Variable 'cpu' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/evas/common/evas_op_mul_main_.c:200:0: note: Variable 'cpu' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_op_mul_main_.c:209:4: note: Variable 'cpu' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_op_mul_main_.c:210:4: style: Variable 'func' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/evas/common/evas_op_mul_main_.c:199:0: note: Variable 'func' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_op_mul_main_.c:210:4: note: Variable 'func' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_op_mul_main_.c:108:68: style: Function 'op_mul_pixel_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_op_mul_main_.c:9:82: note: Function 'op_mul_pixel_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_mul_main_.c:108:68: note: Function 'op_mul_pixel_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_mul_main_.c:123:63: style: Function 'op_mul_color_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_op_mul_main_.c:10:77: note: Function 'op_mul_color_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_mul_main_.c:123:63: note: Function 'op_mul_color_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_mul_main_.c:143:86: style: Function 'op_mul_pixel_color_span_get' argument 4 names different: declaration 'pixels' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_op_mul_main_.c:11:100: note: Function 'op_mul_pixel_color_span_get' argument 4 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_mul_main_.c:143:86: note: Function 'op_mul_pixel_color_span_get' argument 4 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_mul_main_.c:169:68: style: Function 'op_mul_mask_color_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_op_mul_main_.c:12:82: note: Function 'op_mul_mask_color_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_mul_main_.c:169:68: note: Function 'op_mul_mask_color_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_mul_main_.c:185:73: style: Function 'op_mul_pixel_mask_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_op_mul_main_.c:13:87: note: Function 'op_mul_pixel_mask_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_mul_main_.c:185:73: note: Function 'op_mul_pixel_mask_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_sub_main_.c:135:4: style: Variable 'cpu' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/evas/common/evas_op_sub_main_.c:126:0: note: Variable 'cpu' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_op_sub_main_.c:135:4: note: Variable 'cpu' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_op_sub_main_.c:136:4: style: Variable 'func' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/evas/common/evas_op_sub_main_.c:125:0: note: Variable 'func' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_op_sub_main_.c:136:4: note: Variable 'func' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_op_sub_main_.c:228:4: style: Variable 'cpu' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/evas/common/evas_op_sub_main_.c:219:0: note: Variable 'cpu' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_op_sub_main_.c:228:4: note: Variable 'cpu' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_op_sub_main_.c:229:4: style: Variable 'func' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/evas/common/evas_op_sub_main_.c:218:0: note: Variable 'func' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_op_sub_main_.c:229:4: note: Variable 'func' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_op_sub_main_.c:359:4: style: Variable 'cpu' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/evas/common/evas_op_sub_main_.c:350:0: note: Variable 'cpu' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_op_sub_main_.c:359:4: note: Variable 'cpu' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_op_sub_main_.c:360:4: style: Variable 'func' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/evas/common/evas_op_sub_main_.c:349:0: note: Variable 'func' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_op_sub_main_.c:360:4: note: Variable 'func' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_op_sub_main_.c:452:4: style: Variable 'cpu' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/evas/common/evas_op_sub_main_.c:443:0: note: Variable 'cpu' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_op_sub_main_.c:452:4: note: Variable 'cpu' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_op_sub_main_.c:453:4: style: Variable 'func' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/evas/common/evas_op_sub_main_.c:442:0: note: Variable 'func' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_op_sub_main_.c:453:4: note: Variable 'func' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evas/common/evas_op_sub_main_.c:142:68: style: Function 'op_sub_pixel_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_op_sub_main_.c:9:82: note: Function 'op_sub_pixel_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_sub_main_.c:142:68: note: Function 'op_sub_pixel_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_sub_main_.c:154:63: style: Function 'op_sub_color_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_op_sub_main_.c:10:77: note: Function 'op_sub_color_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_sub_main_.c:154:63: note: Function 'op_sub_color_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_sub_main_.c:170:86: style: Function 'op_sub_pixel_color_span_get' argument 4 names different: declaration 'pixels' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_op_sub_main_.c:11:100: note: Function 'op_sub_pixel_color_span_get' argument 4 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_sub_main_.c:170:86: note: Function 'op_sub_pixel_color_span_get' argument 4 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_sub_main_.c:188:68: style: Function 'op_sub_mask_color_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_op_sub_main_.c:12:82: note: Function 'op_sub_mask_color_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_sub_main_.c:188:68: note: Function 'op_sub_mask_color_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_sub_main_.c:204:73: style: Function 'op_sub_pixel_mask_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_op_sub_main_.c:13:87: note: Function 'op_sub_pixel_mask_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_sub_main_.c:204:73: note: Function 'op_sub_pixel_mask_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_sub_main_.c:366:72: style: Function 'op_sub_rel_pixel_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_op_sub_main_.c:43:86: note: Function 'op_sub_rel_pixel_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_sub_main_.c:366:72: note: Function 'op_sub_rel_pixel_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_sub_main_.c:378:67: style: Function 'op_sub_rel_color_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_op_sub_main_.c:44:81: note: Function 'op_sub_rel_color_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_sub_main_.c:378:67: note: Function 'op_sub_rel_color_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_sub_main_.c:394:90: style: Function 'op_sub_rel_pixel_color_span_get' argument 4 names different: declaration 'pixels' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_op_sub_main_.c:45:104: note: Function 'op_sub_rel_pixel_color_span_get' argument 4 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_sub_main_.c:394:90: note: Function 'op_sub_rel_pixel_color_span_get' argument 4 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_sub_main_.c:412:72: style: Function 'op_sub_rel_mask_color_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_op_sub_main_.c:46:86: note: Function 'op_sub_rel_mask_color_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_sub_main_.c:412:72: note: Function 'op_sub_rel_mask_color_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_sub_main_.c:428:77: style: Function 'op_sub_rel_pixel_mask_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_op_sub_main_.c:47:91: note: Function 'op_sub_rel_pixel_mask_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_op_sub_main_.c:428:77: note: Function 'op_sub_rel_pixel_mask_span_get' argument 3 names different: declaration 'pixels' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_polygon_main.c:178:10: style: Condition 'n<3' is always true [knownConditionTrueFalse]
efl-1.8.6/src/lib/evas/common/evas_polygon_main.c:177:8: note: Assignment 'n=0', assigned value is 0
efl-1.8.6/src/lib/evas/common/evas_polygon_main.c:177:43: note: n is incremented', new value is 1
efl-1.8.6/src/lib/evas/common/evas_polygon_main.c:178:10: note: Condition 'n<3' is always true
efl-1.8.6/src/lib/evas/common/evas_polygon_main.c:333:10: style: Condition 'n<3' is always true [knownConditionTrueFalse]
efl-1.8.6/src/lib/evas/common/evas_polygon_main.c:332:8: note: Assignment 'n=0', assigned value is 0
efl-1.8.6/src/lib/evas/common/evas_polygon_main.c:332:43: note: n is incremented', new value is 1
efl-1.8.6/src/lib/evas/common/evas_polygon_main.c:333:10: note: Condition 'n<3' is always true
efl-1.8.6/src/lib/evas/common/evas_polygon_main.c:288:15: style: The scope of the variable 'ptr' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/common/evas_rectangle_main.c:71:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/lib/evas/common/evas_rectangle_main.c:16:18: style: The scope of the variable 'r' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/common/evas_rectangle_main.c:18:17: style: The scope of the variable 'i' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/common/evas_rectangle_main.c:84:17: style: The scope of the variable 'r' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/common/evas_rectangle_main.c:111:8: style: The scope of the variable 'yy' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/common/evas_rectangle_main.c:112:12: style: The scope of the variable 'ptr' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/common/evas_scale_main.c:29:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/lib/evas/common/evas_scale_main.c:44:18: style: The scope of the variable 'r' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/common/evas_scale_sample.c:32:17: style: The scope of the variable 'r' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/common/evas_scale_sample.c:64:13: style: The scope of the variable 'x' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/common/evas_scale_sample.c:65:13: style: The scope of the variable 'lin_ptr' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/common/evas_scale_sample.c:66:13: style: The scope of the variable 'offset' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/common/evas_scale_sample.c:67:19: style: The scope of the variable 'dptr' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/common/evas_scale_sample.c:262:13: style: The scope of the variable 'x' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/common/evas_scale_sample.c:264:19: style: The scope of the variable 'dptr' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/common/evas_scale_sample.c:221:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/evas/common/evas_scale_sample.c:231:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/evas/common/evas_scale_sample.c:402:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/evas/common/evas_scale_sample.c:403:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/evas/common/evas_scale_sample.c:486:20: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/evas/common/evas_scale_smooth.c:77:6: style: The scope of the variable 'ap' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/common/evas_scale_smooth_scaler_downy.c:4:17: style: The scope of the variable 'a' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/common/evas_scale_smooth_scaler_downy.c:4:32: style: The scope of the variable 'aa' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/common/evas_scale_smooth_scaler_downx.c:4:17: style: The scope of the variable 'a' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/common/evas_scale_smooth_scaler_downx.c:4:32: style: The scope of the variable 'aa' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/common/evas_scale_smooth_scaler_downx_downy.c:4:8: style: The scope of the variable 'a' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/common/evas_scale_smooth_scaler_downx_downy.c:4:32: style: The scope of the variable 'ax' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/common/evas_scale_smooth.c:312:17: style: The scope of the variable 'r' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/common/evas_scale_smooth_scaler_up.c:35:8: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/evas/common/evas_scale_smooth_scaler_down.c:13:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/evas/common/evas_scale_smooth_scaler_down.c:14:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/evas/common/evas_scale_smooth_scaler_down.c:15:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/evas/common/evas_scale_smooth_scaler_down.c:16:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/evas/common/evas_scale_smooth_scaler_down.c:19:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/lib/evas/common/evas_scale_span.c:479:54: style: Function 'evas_common_scale_hsva_span' argument 2 names different: declaration 'mask' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_scale_span.h:10:82: note: Function 'evas_common_scale_hsva_span' argument 2 names different: declaration 'mask' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_scale_span.c:479:54: note: Function 'evas_common_scale_hsva_span' argument 2 names different: declaration 'mask' definition 'EINA_UNUSED'.
efl-1.8.6/src/lib/evas/common/evas_text_utils.c:268:33: style: Function 'evas_common_text_props_split' argument 3 names different: declaration 'cutoff' definition '_cutoff'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/evas_text_utils.h:186:11: note: Function 'evas_common_text_props_split' argument 3 names different: declaration 'cutoff' definition '_cutoff'.
efl-1.8.6/src/lib/evas/common/evas_text_utils.c:268:33: note: Function 'evas_common_text_props_split' argument 3 names different: declaration 'cutoff' definition '_cutoff'.
efl-1.8.6/src/lib/evas/common/evas_text_utils.c:444:37: warning: Either the condition 'len==0' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
efl-1.8.6/src/lib/evas/common/evas_text_utils.c:527:12: note: Assuming that condition 'len==0' is not redundant
efl-1.8.6/src/lib/evas/common/evas_text_utils.c:559:70: note: Calling function '_content_create_regular', 6th argument 'len' value is 0
efl-1.8.6/src/lib/evas/common/evas_text_utils.c:444:37: note: Invalid argument
efl-1.8.6/src/lib/evas/common/language/evas_language_utils.c:43:8: style: The scope of the variable 'mid' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/common/language/evas_language_utils.c:63:51: style: Function 'evas_common_language_char_script_get' argument 1 names different: declaration 'unicode' definition '_unicode'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evas/common/language/evas_language_utils.h:127:51: note: Function 'evas_common_language_char_script_get' argument 1 names different: declaration 'unicode' definition '_unicode'.
efl-1.8.6/src/lib/evas/common/language/evas_language_utils.c:63:51: note: Function 'evas_common_language_char_script_get' argument 1 names different: declaration 'unicode' definition '_unicode'.
efl-1.8.6/src/lib/evas/cserve2/evas_cs2_utils.c:35:8: style: The scope of the variable 'i' can be reduced. [variableScope]
efl-1.8.6/src/lib/evas/file/evas_module.c:550:16: style: Condition 'noclean==-1' is always true [knownConditionTrueFalse]
efl-1.8.6/src/lib/evas/file/evas_module.c:541:19: note: Assignment 'noclean=-1', assigned value is -1
efl-1.8.6/src/lib/evas/file/evas_module.c:550:16: note: Condition 'noclean==-1' is always true
efl-1.8.6/src/lib/evas/file/evas_module.c:550:16: style: Same expression on both sides of '==' because the value of 'noclean' and '-1' are the same. [duplicateExpression]
efl-1.8.6/src/lib/evas/file/evas_module.c:541:19: note: 'noclean' is assigned value '-1' here.
efl-1.8.6/src/lib/evas/file/evas_module.c:550:16: note: Same expression on both sides of '==' because the value of 'noclean' and '-1' are the same.
efl-1.8.6/src/lib/evas/file/evas_module.c:316:19: style: The scope of the variable 'it' can be reduced. [variableScope]
efl-1.8.6/src/lib/evil/dlfcn.c:61:35: style: Function 'dlopen' argument 2 names different: declaration 'mode' definition 'EVIL_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evil/dlfcn.h:156:41: note: Function 'dlopen' argument 2 names different: declaration 'mode' definition 'EVIL_UNUSED'.
efl-1.8.6/src/lib/evil/dlfcn.c:61:35: note: Function 'dlopen' argument 2 names different: declaration 'mode' definition 'EVIL_UNUSED'.
efl-1.8.6/src/lib/evil/dlfcn.c:194:26: style: Function 'dladdr' argument 1 names different: declaration 'addr' definition 'EVIL_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evil/dlfcn.h:228:30: note: Function 'dladdr' argument 1 names different: declaration 'addr' definition 'EVIL_UNUSED'.
efl-1.8.6/src/lib/evil/dlfcn.c:194:26: note: Function 'dladdr' argument 1 names different: declaration 'addr' definition 'EVIL_UNUSED'.
efl-1.8.6/src/lib/evil/dlfcn.c:197:29: style: Unused variable: mbi [unusedVariable]
efl-1.8.6/src/lib/evil/evil_dirent.c:77:9: error: Memory leak: dir [memleak]
efl-1.8.6/src/lib/evil/evil_fcntl.c:38:15: error: va_list 'va' was opened but not closed by va_end(). [va_end_missing]
efl-1.8.6/src/lib/evil/evil_fnmatch.c:179:23: warning: Either the condition '!states' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
efl-1.8.6/src/lib/evil/evil_fnmatch.c:181:7: note: Assuming that condition '!states' is not redundant
efl-1.8.6/src/lib/evil/evil_fnmatch.c:179:23: note: Null pointer addition
efl-1.8.6/src/lib/evil/evil_fnmatch.c:165:21: style: Function 'fnmatch' argument 1 names different: declaration '__pattern' definition 'pattern'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evil/fnmatch.h:48:30: note: Function 'fnmatch' argument 1 names different: declaration '__pattern' definition 'pattern'.
efl-1.8.6/src/lib/evil/evil_fnmatch.c:165:21: note: Function 'fnmatch' argument 1 names different: declaration '__pattern' definition 'pattern'.
efl-1.8.6/src/lib/evil/evil_fnmatch.c:166:14: style: Function 'fnmatch' argument 2 names different: declaration '__string' definition 'string'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evil/fnmatch.h:48:53: note: Function 'fnmatch' argument 2 names different: declaration '__string' definition 'string'.
efl-1.8.6/src/lib/evil/evil_fnmatch.c:166:14: note: Function 'fnmatch' argument 2 names different: declaration '__string' definition 'string'.
efl-1.8.6/src/lib/evil/evil_fnmatch.c:167:14: style: Function 'fnmatch' argument 3 names different: declaration '__flags' definition 'flags'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evil/fnmatch.h:48:67: note: Function 'fnmatch' argument 3 names different: declaration '__flags' definition 'flags'.
efl-1.8.6/src/lib/evil/evil_fnmatch.c:167:14: note: Function 'fnmatch' argument 3 names different: declaration '__flags' definition 'flags'.
efl-1.8.6/src/lib/evil/evil_langinfo.c:24:17: style: The scope of the variable 'result' can be reduced. [variableScope]
efl-1.8.6/src/lib/evil/evil_mman.c:162:16: style: Expression is always false because 'else if' condition matches previous condition at line 152. [multiCondition]
efl-1.8.6/src/lib/evil/evil_mman.c:35:18: style: Function 'mmap' argument 1 names different: declaration 'addr' definition 'EVIL_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evil/sys/mman.h:113:25: note: Function 'mmap' argument 1 names different: declaration 'addr' definition 'EVIL_UNUSED'.
efl-1.8.6/src/lib/evil/evil_mman.c:35:18: note: Function 'mmap' argument 1 names different: declaration 'addr' definition 'EVIL_UNUSED'.
efl-1.8.6/src/lib/evil/evil_mman.c:190:19: style: Function 'munmap' argument 2 names different: declaration 'len' definition 'EVIL_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evil/sys/mman.h:141:26: note: Function 'munmap' argument 2 names different: declaration 'len' definition 'EVIL_UNUSED'.
efl-1.8.6/src/lib/evil/evil_mman.c:190:19: note: Function 'munmap' argument 2 names different: declaration 'len' definition 'EVIL_UNUSED'.
efl-1.8.6/src/lib/evil/evil_stdlib.c:307:6: style: Variable 'v' is assigned a value that is never used. [unreadVariable]
efl-1.8.6/src/lib/evil/evil_string.c:37:10: style: Opposite expression on both sides of '&'. [oppositeExpression]
efl-1.8.6/src/lib/evil/evil_string.c:37:10: note: Opposite expression on both sides of '&'.
efl-1.8.6/src/lib/evil/evil_string.c:37:10: note: Opposite expression on both sides of '&'.
efl-1.8.6/src/lib/evil/evil_util.c:82:35: style: Function 'evil_utf16_to_utf8' argument 1 names different: declaration 'text' definition 'text16'. [funcArgNamesDifferent]
efl-1.8.6/src/lib/evil/evil_util.h:60:46: note: Function 'evil_utf16_to_utf8' argument 1 names different: declaration 'text' definition 'text16'.
efl-1.8.6/src/lib/evil/evil_util.c:82:35: note: Function 'evil_utf16_to_utf8' argument 1 names different: declaration 'text' definition 'text16'.
efl-1.8.6/src/lib/evil/regex/engine.c:637:15: style: The scope of the variable 'lastc' can be reduced. [variableScope]
efl-1.8.6/src/lib/evil/regex/engine.c:638:15: style: The scope of the variable 'flagch' can be reduced. [variableScope]
efl-1.8.6/src/lib/evil/regex/engine.c:639:15: style: The scope of the variable 'i' can be reduced. [variableScope]
efl-1.8.6/src/lib/evil/regex/engine.c:728:15: style: The scope of the variable 'lastc' can be reduced. [variableScope]
efl-1.8.6/src/lib/evil/regex/engine.c:729:15: style: The scope of the variable 'flagch' can be reduced. [variableScope]
efl-1.8.6/src/lib/evil/regex/engine.c:730:15: style: The scope of the variable 'i' can be reduced. [variableScope]
efl-1.8.6/src/lib/evil/regex/regcomp.c:1182:38: warning: Either the condition 'fp!=NULL' is redundant or there is possible null pointer dereference: fp. [nullPointerRedundantCheck]
efl-1.8.6/src/lib/evil/regex/regcomp.c:1184:19: note: Assuming that condition 'fp!=NULL' is not redundant
efl-1.8.6/src/lib/evil/regex/regcomp.c:1182:38: note: Null pointer dereference
efl-1.8.6/src/lib/evil/regex/regcomp.c:194:23: style: The scope of the variable 'c' can be reduced. [variableScope]
efl-1.8.6/src/lib/evil/regex/regcomp.c:197:24: style: The scope of the variable 'conc' can be reduced. [variableScope]
efl-1.8.6/src/lib/evil/regex/regcomp.c:1002:25: style: The scope of the variable 'nc' can be reduced. [variableScope]
efl-1.8.6/src/lib/evil/regex/regcomp.c:1003:25: style: The scope of the variable 'nbytes' can be reduced. [variableScope]
efl-1.8.6/src/lib/evil/regex/regcomp.c:1006:22: style: The scope of the variable 'i' can be reduced. [variableScope]
efl-1.8.6/src/lib/evil/regex/regcomp.c:848:9: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
efl-1.8.6/src/lib/evil/regex/regcomp.c:893:9: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
efl-1.8.6/src/lib/evil/regex/engine.c:119:2: style: Variable 'm->empty' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/lib/evil/regex/engine.c:118:2: note: Variable 'm->empty' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evil/regex/engine.c:119:2: note: Variable 'm->empty' is reassigned a value before the old one has been used.
efl-1.8.6/src/lib/evil/regex/engine.c:821:15: style: The scope of the variable 's' can be reduced. [variableScope]
efl-1.8.6/src/modules/ecore_evas/engines/cocoa/ecore_evas_cocoa.c:59:9: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
efl-1.8.6/src/modules/ecore_evas/engines/cocoa/ecore_evas_cocoa.c:64:9: note: Found duplicate branches for 'if' and 'else'.
efl-1.8.6/src/modules/ecore_evas/engines/cocoa/ecore_evas_cocoa.c:59:9: note: Found duplicate branches for 'if' and 'else'.
efl-1.8.6/src/modules/ecore_evas/engines/cocoa/ecore_evas_cocoa.c:79:19: style: The scope of the variable 'td' can be reduced. [variableScope]
efl-1.8.6/src/modules/ecore_evas/engines/cocoa/ecore_evas_cocoa.c:562:2: style: Label 'free_window' is not used. [unusedLabel]
efl-1.8.6/src/modules/ecore_evas/engines/cocoa/ecore_evas_cocoa.c:564:2: style: Label 'free_evas' is not used. [unusedLabel]
efl-1.8.6/src/modules/ecore_evas/engines/cocoa/ecore_evas_cocoa.c:568:2: style: Label 'free_ee' is not used. [unusedLabel]
efl-1.8.6/src/modules/ecore_evas/engines/drm/ecore_evas_drm.c:26:8: style: struct member '_Ecore_Evas_Engine_Data_Drm::fd' is never used. [unusedStructMember]
efl-1.8.6/src/modules/ecore_evas/engines/extn/ecore_evas_extn.c:160:22: style: The scope of the variable 'client' can be reduced. [variableScope]
efl-1.8.6/src/modules/ecore_evas/engines/extn/ecore_evas_extn.c:1286:29: style: The scope of the variable 'einfo' can be reduced. [variableScope]
efl-1.8.6/src/modules/ecore_evas/engines/extn/ecore_evas_extn.c:1435:32: style: The scope of the variable 'l' can be reduced. [variableScope]
efl-1.8.6/src/modules/ecore_evas/engines/extn/ecore_evas_extn.c:1440:22: style: The scope of the variable 'client' can be reduced. [variableScope]
efl-1.8.6/src/modules/ecore_evas/engines/extn/ecore_evas_extn.c:1831:15: style: The scope of the variable 'l' can be reduced. [variableScope]
efl-1.8.6/src/modules/ecore_evas/engines/extn/ecore_evas_extn.c:1832:22: style: The scope of the variable 'client' can be reduced. [variableScope]
efl-1.8.6/src/modules/ecore_evas/engines/extn/ecore_evas_extn.c:1894:8: style: The scope of the variable 'i' can be reduced. [variableScope]
efl-1.8.6/src/modules/ecore_evas/engines/extn/ecore_evas_extn.c:1918:15: style: The scope of the variable 'l' can be reduced. [variableScope]
efl-1.8.6/src/modules/ecore_evas/engines/extn/ecore_evas_extn.c:1919:22: style: The scope of the variable 'client' can be reduced. [variableScope]
efl-1.8.6/src/modules/ecore_evas/engines/extn/ecore_evas_extn.c:1419:54: style: Function '_ecore_evas_socket_switch' argument 2 names different: declaration 'dest_buf' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/ecore_evas/engines/extn/ecore_evas_extn.c:10:58: note: Function '_ecore_evas_socket_switch' argument 2 names different: declaration 'dest_buf' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/ecore_evas/engines/extn/ecore_evas_extn.c:1419:54: note: Function '_ecore_evas_socket_switch' argument 2 names different: declaration 'dest_buf' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/ecore_evas/engines/extn/ecore_evas_extn.c:610:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/modules/ecore_evas/engines/extn/ecore_evas_extn.c:667:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c:1586:31: style: The scope of the variable 'wdata' can be reduced. [variableScope]
efl-1.8.6/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c:1045:59: style: Function '_ecore_evas_wl_common_pointer_xy_get' argument 1 names different: declaration 'ee' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_private.h:87:61: note: Function '_ecore_evas_wl_common_pointer_xy_get' argument 1 names different: declaration 'ee' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c:1045:59: note: Function '_ecore_evas_wl_common_pointer_xy_get' argument 1 names different: declaration 'ee' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c:1345:61: style: Function '_ecore_evas_wl_common_render_updates' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_private.h:77:61: note: Function '_ecore_evas_wl_common_render_updates' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c:1345:61: note: Function '_ecore_evas_wl_common_render_updates' argument 2 names different: declaration 'evas' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c:1397:72: style: Function '_ecore_evas_wl_frame_complete' argument 2 names different: declaration 'callback' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c:51:75: note: Function '_ecore_evas_wl_frame_complete' argument 2 names different: declaration 'callback' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c:1397:72: note: Function '_ecore_evas_wl_frame_complete' argument 2 names different: declaration 'callback' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c:1397:97: style: Function '_ecore_evas_wl_frame_complete' argument 3 names different: declaration 'tm' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c:51:94: note: Function '_ecore_evas_wl_frame_complete' argument 3 names different: declaration 'tm' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c:1397:97: note: Function '_ecore_evas_wl_frame_complete' argument 3 names different: declaration 'tm' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c:1499:64: style: Function '_ecore_evas_wl_common_screen_geometry_get' argument 1 names different: declaration 'ee' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_private.h:75:66: note: Function '_ecore_evas_wl_common_screen_geometry_get' argument 1 names different: declaration 'ee' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c:1499:64: note: Function '_ecore_evas_wl_common_screen_geometry_get' argument 1 names different: declaration 'ee' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c:1509:59: style: Function '_ecore_evas_wl_common_screen_dpi_get' argument 1 names different: declaration 'ee' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_private.h:76:61: note: Function '_ecore_evas_wl_common_screen_dpi_get' argument 1 names different: declaration 'ee' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c:1509:59: note: Function '_ecore_evas_wl_common_screen_dpi_get' argument 1 names different: declaration 'ee' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/ecore_evas/engines/x/ecore_evas_x.c:3091:13: style: Condition 'out' is always false [knownConditionTrueFalse]
efl-1.8.6/src/modules/ecore_evas/engines/x/ecore_evas_x.c:3088:8: note: Assuming that condition '!out' is not redundant
efl-1.8.6/src/modules/ecore_evas/engines/x/ecore_evas_x.c:3091:13: note: Condition 'out' is always false
efl-1.8.6/src/modules/ecore_evas/engines/x/ecore_evas_x.c:3122:13: style: Condition 'out' is always false [knownConditionTrueFalse]
efl-1.8.6/src/modules/ecore_evas/engines/x/ecore_evas_x.c:3119:8: note: Assuming that condition '!out' is not redundant
efl-1.8.6/src/modules/ecore_evas/engines/x/ecore_evas_x.c:3122:13: note: Condition 'out' is always false
efl-1.8.6/src/modules/ecore_evas/engines/x/ecore_evas_x.c:3118:4: style: Variable 'out' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/modules/ecore_evas/engines/x/ecore_evas_x.c:3114:0: note: Variable 'out' is reassigned a value before the old one has been used.
efl-1.8.6/src/modules/ecore_evas/engines/x/ecore_evas_x.c:3118:4: note: Variable 'out' is reassigned a value before the old one has been used.
efl-1.8.6/src/modules/ecore_evas/engines/x/ecore_evas_x.c:4601:4: style: Variable 'iface->shape_input_reset' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/modules/ecore_evas/engines/x/ecore_evas_x.c:4600:4: note: Variable 'iface->shape_input_reset' is reassigned a value before the old one has been used.
efl-1.8.6/src/modules/ecore_evas/engines/x/ecore_evas_x.c:4601:4: note: Variable 'iface->shape_input_reset' is reassigned a value before the old one has been used.
efl-1.8.6/src/modules/ecore_evas/engines/x/ecore_evas_x.c:744:22: style: The scope of the variable 'i' can be reduced. [variableScope]
efl-1.8.6/src/modules/ecore_evas/engines/x/ecore_evas_x.c:2969:8: style: The scope of the variable 'i' can be reduced. [variableScope]
efl-1.8.6/src/modules/ecore_evas/engines/x/ecore_evas_x.c:96:13: style: struct member 'Anonymous2::depth' is never used. [unusedStructMember]
efl-1.8.6/src/modules/ecore_evas/engines/x/ecore_evas_x.c:97:15: style: struct member 'Anonymous2::visual' is never used. [unusedStructMember]
efl-1.8.6/src/modules/ecore_evas/engines/x/ecore_evas_x.c:98:23: style: struct member 'Anonymous2::colormap' is never used. [unusedStructMember]
efl-1.8.6/src/modules/ecore_evas/engines/x/ecore_evas_x.c:2136:4: style: Variable 'angles' is assigned a value that is never used. [unreadVariable]
efl-1.8.6/src/modules/ecore_evas/engines/x/ecore_evas_x.c:2350:30: style: Unused variable: att [unusedVariable]
efl-1.8.6/src/modules/ecore_evas/engines/x/ecore_evas_x.c:2351:40: style: Variable 'edata' is assigned a value that is never used. [unreadVariable]
efl-1.8.6/src/modules/ecore_imf/ibus/ibus_imcontext.c:248:4: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/modules/ecore_imf/ibus/ibus_imcontext.c:222:0: note: Variable 's' is reassigned a value before the old one has been used.
efl-1.8.6/src/modules/ecore_imf/ibus/ibus_imcontext.c:248:4: note: Variable 's' is reassigned a value before the old one has been used.
efl-1.8.6/src/modules/ecore_imf/ibus/ibus_imcontext.c:515:16: style: The scope of the variable 'ee' can be reduced. [variableScope]
efl-1.8.6/src/modules/ecore_imf/ibus/ibus_imcontext.c:374:52: style: Function 'ecore_imf_context_ibus_focus_in' argument 1 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/ecore_imf/ibus/ibus_imcontext.h:14:62: note: Function 'ecore_imf_context_ibus_focus_in' argument 1 names different: declaration 'context' definition 'ctx'.
efl-1.8.6/src/modules/ecore_imf/ibus/ibus_imcontext.c:374:52: note: Function 'ecore_imf_context_ibus_focus_in' argument 1 names different: declaration 'context' definition 'ctx'.
efl-1.8.6/src/modules/ecore_imf/ibus/ibus_imcontext.c:396:53: style: Function 'ecore_imf_context_ibus_focus_out' argument 1 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/ecore_imf/ibus/ibus_imcontext.h:16:63: note: Function 'ecore_imf_context_ibus_focus_out' argument 1 names different: declaration 'context' definition 'ctx'.
efl-1.8.6/src/modules/ecore_imf/ibus/ibus_imcontext.c:396:53: note: Function 'ecore_imf_context_ibus_focus_out' argument 1 names different: declaration 'context' definition 'ctx'.
efl-1.8.6/src/modules/ecore_imf/ibus/ibus_imcontext.c:415:49: style: Function 'ecore_imf_context_ibus_reset' argument 1 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/ecore_imf/ibus/ibus_imcontext.h:12:59: note: Function 'ecore_imf_context_ibus_reset' argument 1 names different: declaration 'context' definition 'ctx'.
efl-1.8.6/src/modules/ecore_imf/ibus/ibus_imcontext.c:415:49: note: Function 'ecore_imf_context_ibus_reset' argument 1 names different: declaration 'context' definition 'ctx'.
efl-1.8.6/src/modules/ecore_imf/ibus/ibus_imcontext.c:425:62: style: Function 'ecore_imf_context_ibus_preedit_string_get' argument 1 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/ecore_imf/ibus/ibus_imcontext.h:18:76: note: Function 'ecore_imf_context_ibus_preedit_string_get' argument 1 names different: declaration 'context' definition 'ctx'.
efl-1.8.6/src/modules/ecore_imf/ibus/ibus_imcontext.c:425:62: note: Function 'ecore_imf_context_ibus_preedit_string_get' argument 1 names different: declaration 'context' definition 'ctx'.
efl-1.8.6/src/modules/ecore_imf/ibus/ibus_imcontext.c:457:80: style: Function 'ecore_imf_context_ibus_preedit_string_with_attributes_get' argument 1 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/ecore_imf/ibus/ibus_imcontext.h:22:92: note: Function 'ecore_imf_context_ibus_preedit_string_with_attributes_get' argument 1 names different: declaration 'context' definition 'ctx'.
efl-1.8.6/src/modules/ecore_imf/ibus/ibus_imcontext.c:457:80: note: Function 'ecore_imf_context_ibus_preedit_string_with_attributes_get' argument 1 names different: declaration 'context' definition 'ctx'.
efl-1.8.6/src/modules/ecore_imf/ibus/ibus_imcontext.c:459:80: style: Function 'ecore_imf_context_ibus_preedit_string_with_attributes_get' argument 3 names different: declaration 'attr' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/ecore_imf/ibus/ibus_imcontext.h:24:93: note: Function 'ecore_imf_context_ibus_preedit_string_with_attributes_get' argument 3 names different: declaration 'attr' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/ecore_imf/ibus/ibus_imcontext.c:459:80: note: Function 'ecore_imf_context_ibus_preedit_string_with_attributes_get' argument 3 names different: declaration 'attr' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/ecore_imf/ibus/ibus_imcontext.c:490:61: style: Function 'ecore_imf_context_ibus_client_window_set' argument 1 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/ecore_imf/ibus/ibus_imcontext.h:33:71: note: Function 'ecore_imf_context_ibus_client_window_set' argument 1 names different: declaration 'context' definition 'ctx'.
efl-1.8.6/src/modules/ecore_imf/ibus/ibus_imcontext.c:490:61: note: Function 'ecore_imf_context_ibus_client_window_set' argument 1 names different: declaration 'context' definition 'ctx'.
efl-1.8.6/src/modules/ecore_imf/ibus/ibus_imcontext.c:501:61: style: Function 'ecore_imf_context_ibus_client_canvas_set' argument 1 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/ecore_imf/ibus/ibus_imcontext.h:35:71: note: Function 'ecore_imf_context_ibus_client_canvas_set' argument 1 names different: declaration 'context' definition 'ctx'.
efl-1.8.6/src/modules/ecore_imf/ibus/ibus_imcontext.c:501:61: note: Function 'ecore_imf_context_ibus_client_canvas_set' argument 1 names different: declaration 'context' definition 'ctx'.
efl-1.8.6/src/modules/ecore_imf/ibus/ibus_imcontext.c:546:63: style: Function 'ecore_imf_context_ibus_cursor_location_set' argument 1 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/ecore_imf/ibus/ibus_imcontext.h:27:73: note: Function 'ecore_imf_context_ibus_cursor_location_set' argument 1 names different: declaration 'context' definition 'ctx'.
efl-1.8.6/src/modules/ecore_imf/ibus/ibus_imcontext.c:546:63: note: Function 'ecore_imf_context_ibus_cursor_location_set' argument 1 names different: declaration 'context' definition 'ctx'.
efl-1.8.6/src/modules/ecore_imf/ibus/ibus_imcontext.c:567:59: style: Function 'ecore_imf_context_ibus_use_preedit_set' argument 1 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/ecore_imf/ibus/ibus_imcontext.h:30:69: note: Function 'ecore_imf_context_ibus_use_preedit_set' argument 1 names different: declaration 'context' definition 'ctx'.
efl-1.8.6/src/modules/ecore_imf/ibus/ibus_imcontext.c:567:59: note: Function 'ecore_imf_context_ibus_use_preedit_set' argument 1 names different: declaration 'context' definition 'ctx'.
efl-1.8.6/src/modules/ecore_imf/ibus/ibus_imcontext.c:585:64: style: Function '_ecore_imf_context_ibus_bus_connected_cb' argument 1 names different: declaration 'bus' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/ecore_imf/ibus/ibus_imcontext.c:65:63: note: Function '_ecore_imf_context_ibus_bus_connected_cb' argument 1 names different: declaration 'bus' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/ecore_imf/ibus/ibus_imcontext.c:585:64: note: Function '_ecore_imf_context_ibus_bus_connected_cb' argument 1 names different: declaration 'bus' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/ecore_imf/ibus/ibus_imcontext.c:586:60: style: Function '_ecore_imf_context_ibus_bus_connected_cb' argument 2 names different: declaration 'context' definition 'ibusimcontext'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/ecore_imf/ibus/ibus_imcontext.c:65:83: note: Function '_ecore_imf_context_ibus_bus_connected_cb' argument 2 names different: declaration 'context' definition 'ibusimcontext'.
efl-1.8.6/src/modules/ecore_imf/ibus/ibus_imcontext.c:586:60: note: Function '_ecore_imf_context_ibus_bus_connected_cb' argument 2 names different: declaration 'context' definition 'ibusimcontext'.
efl-1.8.6/src/modules/ecore_imf/ibus/ibus_imcontext.c:806:47: style: Function '_ecore_imf_context_ibus_create' argument 1 names different: declaration 'context' definition 'ibusimcontext'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/ecore_imf/ibus/ibus_imcontext.c:63:64: note: Function '_ecore_imf_context_ibus_create' argument 1 names different: declaration 'context' definition 'ibusimcontext'.
efl-1.8.6/src/modules/ecore_imf/ibus/ibus_imcontext.c:806:47: note: Function '_ecore_imf_context_ibus_create' argument 1 names different: declaration 'context' definition 'ibusimcontext'.
efl-1.8.6/src/modules/ecore_imf/ibus/ibus_module.c:89:5: style: Variable 'ctxd' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/modules/ecore_imf/ibus/ibus_module.c:87:0: note: Variable 'ctxd' is reassigned a value before the old one has been used.
efl-1.8.6/src/modules/ecore_imf/ibus/ibus_module.c:89:5: note: Variable 'ctxd' is reassigned a value before the old one has been used.
efl-1.8.6/src/modules/ecore_imf/scim/scim_imcontext.cpp:1910:8: style: Condition 'socket' is always true [knownConditionTrueFalse]
efl-1.8.6/src/modules/ecore_imf/scim/scim_imcontext.cpp:1899:37: note: Assignment 'socket=true', assigned value is 1
efl-1.8.6/src/modules/ecore_imf/scim/scim_imcontext.cpp:1910:8: note: Condition 'socket' is always true
efl-1.8.6/src/modules/ecore_imf/scim/scim_imcontext.cpp:1434:31: warning: Either the condition 'ic?ic->impl:0' is redundant or there is possible null pointer dereference: ic. [nullPointerRedundantCheck]
efl-1.8.6/src/modules/ecore_imf/scim/scim_imcontext.cpp:1437:75: note: Assuming that condition 'ic?ic->impl:0' is not redundant
efl-1.8.6/src/modules/ecore_imf/scim/scim_imcontext.cpp:1434:31: note: Null pointer dereference
efl-1.8.6/src/modules/ecore_imf/scim/scim_imcontext.cpp:2699:31: warning: Either the condition 'ic?ic->id:-1' is redundant or there is possible null pointer dereference: ic. [nullPointerRedundantCheck]
efl-1.8.6/src/modules/ecore_imf/scim/scim_imcontext.cpp:2702:14: note: Assuming that condition 'ic?ic->id:-1' is not redundant
efl-1.8.6/src/modules/ecore_imf/scim/scim_imcontext.cpp:2699:31: note: Null pointer dereference
efl-1.8.6/src/modules/ecore_imf/scim/scim_imcontext.cpp:2727:31: warning: Either the condition 'ic?ic->id:-1' is redundant or there is possible null pointer dereference: ic. [nullPointerRedundantCheck]
efl-1.8.6/src/modules/ecore_imf/scim/scim_imcontext.cpp:2730:14: note: Assuming that condition 'ic?ic->id:-1' is not redundant
efl-1.8.6/src/modules/ecore_imf/scim/scim_imcontext.cpp:2727:31: note: Null pointer dereference
efl-1.8.6/src/modules/ecore_imf/scim/scim_imcontext.cpp:2220:4: style: Variable 'mods' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/modules/ecore_imf/scim/scim_imcontext.cpp:2204:0: note: Variable 'mods' is reassigned a value before the old one has been used.
efl-1.8.6/src/modules/ecore_imf/scim/scim_imcontext.cpp:2220:4: note: Variable 'mods' is reassigned a value before the old one has been used.
efl-1.8.6/src/modules/ecore_imf/scim/scim_imcontext.cpp:917:16: style: The scope of the variable 'ee' can be reduced. [variableScope]
efl-1.8.6/src/modules/ecore_imf/scim/scim_imcontext.cpp:1028:23: style: The scope of the variable 'start_index' can be reduced. [variableScope]
efl-1.8.6/src/modules/ecore_imf/scim/scim_imcontext.cpp:1028:36: style: The scope of the variable 'end_index' can be reduced. [variableScope]
efl-1.8.6/src/modules/ecore_imf/scim/scim_imcontext.cpp:1897:28: style: The scope of the variable 'manual' can be reduced. [variableScope]
efl-1.8.6/src/modules/ecore_imf/scim/scim_imcontext.cpp:656:65: style: Function 'isf_imf_context_client_canvas_set' argument 2 names different: declaration 'window' definition 'canvas'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/ecore_imf/scim/scim_imcontext.h:21:71: note: Function 'isf_imf_context_client_canvas_set' argument 2 names different: declaration 'window' definition 'canvas'.
efl-1.8.6/src/modules/ecore_imf/scim/scim_imcontext.cpp:656:65: note: Function 'isf_imf_context_client_canvas_set' argument 2 names different: declaration 'window' definition 'canvas'.
efl-1.8.6/src/modules/ecore_imf/scim/scim_imcontext.cpp:909:65: style: Function 'isf_imf_context_cursor_location_set' argument 2 names different: declaration 'x' definition 'cx'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/ecore_imf/scim/scim_imcontext.h:26:71: note: Function 'isf_imf_context_cursor_location_set' argument 2 names different: declaration 'x' definition 'cx'.
efl-1.8.6/src/modules/ecore_imf/scim/scim_imcontext.cpp:909:65: note: Function 'isf_imf_context_cursor_location_set' argument 2 names different: declaration 'x' definition 'cx'.
efl-1.8.6/src/modules/ecore_imf/scim/scim_imcontext.cpp:909:73: style: Function 'isf_imf_context_cursor_location_set' argument 3 names different: declaration 'y' definition 'cy'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/ecore_imf/scim/scim_imcontext.h:26:78: note: Function 'isf_imf_context_cursor_location_set' argument 3 names different: declaration 'y' definition 'cy'.
efl-1.8.6/src/modules/ecore_imf/scim/scim_imcontext.cpp:909:73: note: Function 'isf_imf_context_cursor_location_set' argument 3 names different: declaration 'y' definition 'cy'.
efl-1.8.6/src/modules/ecore_imf/scim/scim_imcontext.cpp:909:81: style: Function 'isf_imf_context_cursor_location_set' argument 4 names different: declaration 'w' definition 'cw'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/ecore_imf/scim/scim_imcontext.h:26:85: note: Function 'isf_imf_context_cursor_location_set' argument 4 names different: declaration 'w' definition 'cw'.
efl-1.8.6/src/modules/ecore_imf/scim/scim_imcontext.cpp:909:81: note: Function 'isf_imf_context_cursor_location_set' argument 4 names different: declaration 'w' definition 'cw'.
efl-1.8.6/src/modules/ecore_imf/scim/scim_imcontext.cpp:909:89: style: Function 'isf_imf_context_cursor_location_set' argument 5 names different: declaration 'h' definition 'ch'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/ecore_imf/scim/scim_imcontext.h:26:92: note: Function 'isf_imf_context_cursor_location_set' argument 5 names different: declaration 'h' definition 'ch'.
efl-1.8.6/src/modules/ecore_imf/scim/scim_imcontext.cpp:909:89: note: Function 'isf_imf_context_cursor_location_set' argument 5 names different: declaration 'h' definition 'ch'.
efl-1.8.6/src/modules/ecore_imf/scim/scim_imcontext.cpp:1359:38: style: Function 'panel_slot_reload_config' argument 1 names different: declaration 'context' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/ecore_imf/scim/scim_imcontext.cpp:69:82: note: Function 'panel_slot_reload_config' argument 1 names different: declaration 'context' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/ecore_imf/scim/scim_imcontext.cpp:1359:38: note: Function 'panel_slot_reload_config' argument 1 names different: declaration 'context' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/ecore_imf/scim/scim_imcontext.cpp:1751:36: style: Function 'panel_iochannel_handler' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/ecore_imf/scim/scim_imcontext.cpp:105:82: note: Function 'panel_iochannel_handler' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/ecore_imf/scim/scim_imcontext.cpp:1751:36: note: Function 'panel_iochannel_handler' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/ecore_imf/scim/scim_imcontext.cpp:2841:53: style: Function 'fallback_commit_string_cb' argument 1 names different: declaration 'si' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/ecore_imf/scim/scim_imcontext.cpp:178:82: note: Function 'fallback_commit_string_cb' argument 1 names different: declaration 'si' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/ecore_imf/scim/scim_imcontext.cpp:2841:53: note: Function 'fallback_commit_string_cb' argument 1 names different: declaration 'si' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/ecore_imf/scim/scim_imcontext.cpp:1921:70: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
efl-1.8.6/src/modules/ecore_imf/scim/scim_module.cpp:74:9: style: Variable 'ctxd' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/modules/ecore_imf/scim/scim_module.cpp:72:0: note: Variable 'ctxd' is reassigned a value before the old one has been used.
efl-1.8.6/src/modules/ecore_imf/scim/scim_module.cpp:74:9: note: Variable 'ctxd' is reassigned a value before the old one has been used.
efl-1.8.6/src/modules/ecore_imf/wayland/wayland_imcontext.c:97:16: style: The scope of the variable 'ee' can be reduced. [variableScope]
efl-1.8.6/src/modules/ecore_imf/wayland/wayland_imcontext.c:137:28: style: The scope of the variable 'attr' can be reduced. [variableScope]
efl-1.8.6/src/modules/ecore_imf/wayland/wayland_imcontext.c:190:20: style: The scope of the variable 'cursor' can be reduced. [variableScope]
efl-1.8.6/src/modules/ecore_imf/wayland/wayland_imcontext.c:681:75: style: Function 'wayland_im_context_preedit_string_with_attributes_get' argument 3 names different: declaration 'attr' definition 'attrs'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/ecore_imf/wayland/wayland_imcontext.h:41:85: note: Function 'wayland_im_context_preedit_string_with_attributes_get' argument 3 names different: declaration 'attr' definition 'attrs'.
efl-1.8.6/src/modules/ecore_imf/wayland/wayland_imcontext.c:681:75: note: Function 'wayland_im_context_preedit_string_with_attributes_get' argument 3 names different: declaration 'attr' definition 'attrs'.
efl-1.8.6/src/modules/ecore_imf/wayland/wayland_imcontext.c:724:59: style: Function 'wayland_im_context_use_preedit_set' argument 1 names different: declaration 'ctx' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/ecore_imf/wayland/wayland_imcontext.h:46:72: note: Function 'wayland_im_context_use_preedit_set' argument 1 names different: declaration 'ctx' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/ecore_imf/wayland/wayland_imcontext.c:724:59: note: Function 'wayland_im_context_use_preedit_set' argument 1 names different: declaration 'ctx' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/ecore_imf/wayland/wayland_imcontext.c:725:67: style: Function 'wayland_im_context_use_preedit_set' argument 2 names different: declaration 'use_preedit' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/ecore_imf/wayland/wayland_imcontext.h:47:72: note: Function 'wayland_im_context_use_preedit_set' argument 2 names different: declaration 'use_preedit' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/ecore_imf/wayland/wayland_imcontext.c:725:67: note: Function 'wayland_im_context_use_preedit_set' argument 2 names different: declaration 'use_preedit' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/ecore_imf/wayland/wayland_imcontext.c:778:59: style: Function 'wayland_im_context_filter_event' argument 1 names different: declaration 'ctx' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/ecore_imf/wayland/wayland_imcontext.h:54:72: note: Function 'wayland_im_context_filter_event' argument 1 names different: declaration 'ctx' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/ecore_imf/wayland/wayland_imcontext.c:778:59: note: Function 'wayland_im_context_filter_event' argument 1 names different: declaration 'ctx' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/ecore_imf/wayland/wayland_imcontext.c:779:60: style: Function 'wayland_im_context_filter_event' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/ecore_imf/wayland/wayland_imcontext.h:55:72: note: Function 'wayland_im_context_filter_event' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/ecore_imf/wayland/wayland_imcontext.c:779:60: note: Function 'wayland_im_context_filter_event' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/ecore_imf/wayland/wayland_imcontext.c:780:61: style: Function 'wayland_im_context_filter_event' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/ecore_imf/wayland/wayland_imcontext.h:56:72: note: Function 'wayland_im_context_filter_event' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/ecore_imf/wayland/wayland_imcontext.c:780:61: note: Function 'wayland_im_context_filter_event' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/ecore_imf/xim/ecore_imf_xim.c:967:4: style: Variable 'preedit_bufs' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/modules/ecore_imf/xim/ecore_imf_xim.c:958:0: note: Variable 'preedit_bufs' is reassigned a value before the old one has been used.
efl-1.8.6/src/modules/ecore_imf/xim/ecore_imf_xim.c:967:4: note: Variable 'preedit_bufs' is reassigned a value before the old one has been used.
efl-1.8.6/src/modules/ecore_imf/xim/ecore_imf_xim.c:1274:9: style: Variable 'info' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/modules/ecore_imf/xim/ecore_imf_xim.c:1273:0: note: Variable 'info' is reassigned a value before the old one has been used.
efl-1.8.6/src/modules/ecore_imf/xim/ecore_imf_xim.c:1274:9: note: Variable 'info' is reassigned a value before the old one has been used.
efl-1.8.6/src/modules/ecore_imf/xim/ecore_imf_xim.c:572:8: style: The scope of the variable 'val' can be reduced. [variableScope]
efl-1.8.6/src/modules/ecore_imf/xim/ecore_imf_xim.c:573:9: style: The scope of the variable 'compose_buffer' can be reduced. [variableScope]
efl-1.8.6/src/modules/ecore_imf/xim/ecore_imf_xim.c:907:8: style: The scope of the variable 'text_length' can be reduced. [variableScope]
efl-1.8.6/src/modules/ecore_imf/xim/ecore_imf_xim.c:1327:21: style: The scope of the variable 'dsp' can be reduced. [variableScope]
efl-1.8.6/src/modules/ecore_imf/xim/ecore_imf_xim.c:856:43: style: Function '_ecore_imf_xim_preedit_start_call' argument 1 names different: declaration 'xic' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/ecore_imf/xim/ecore_imf_xim.c:100:60: note: Function '_ecore_imf_xim_preedit_start_call' argument 1 names different: declaration 'xic' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/ecore_imf/xim/ecore_imf_xim.c:856:43: note: Function '_ecore_imf_xim_preedit_start_call' argument 1 names different: declaration 'xic' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/ecore_imf/xim/ecore_imf_xim.c:858:53: style: Function '_ecore_imf_xim_preedit_start_call' argument 3 names different: declaration 'call_data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/ecore_imf/xim/ecore_imf_xim.c:102:64: note: Function '_ecore_imf_xim_preedit_start_call' argument 3 names different: declaration 'call_data' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/ecore_imf/xim/ecore_imf_xim.c:858:53: note: Function '_ecore_imf_xim_preedit_start_call' argument 3 names different: declaration 'call_data' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/ecore_imf/xim/ecore_imf_xim.c:875:42: style: Function '_ecore_imf_xim_preedit_done_call' argument 1 names different: declaration 'xic' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/ecore_imf/xim/ecore_imf_xim.c:103:59: note: Function '_ecore_imf_xim_preedit_done_call' argument 1 names different: declaration 'xic' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/ecore_imf/xim/ecore_imf_xim.c:875:42: note: Function '_ecore_imf_xim_preedit_done_call' argument 1 names different: declaration 'xic' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/ecore_imf/xim/ecore_imf_xim.c:877:52: style: Function '_ecore_imf_xim_preedit_done_call' argument 3 names different: declaration 'call_data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/ecore_imf/xim/ecore_imf_xim.c:105:63: note: Function '_ecore_imf_xim_preedit_done_call' argument 3 names different: declaration 'call_data' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/ecore_imf/xim/ecore_imf_xim.c:877:52: note: Function '_ecore_imf_xim_preedit_done_call' argument 3 names different: declaration 'call_data' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/ecore_imf/xim/ecore_imf_xim.c:903:52: style: Function '_ecore_imf_xim_text_to_utf8' argument 1 names different: declaration 'ctx' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/ecore_imf/xim/ecore_imf_xim.c:113:69: note: Function '_ecore_imf_xim_text_to_utf8' argument 1 names different: declaration 'ctx' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/ecore_imf/xim/ecore_imf_xim.c:903:52: note: Function '_ecore_imf_xim_text_to_utf8' argument 1 names different: declaration 'ctx' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/ecore_imf/xim/ecore_imf_xim.c:948:42: style: Function '_ecore_imf_xim_preedit_draw_call' argument 1 names different: declaration 'xic' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/ecore_imf/xim/ecore_imf_xim.c:106:59: note: Function '_ecore_imf_xim_preedit_draw_call' argument 1 names different: declaration 'xic' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/ecore_imf/xim/ecore_imf_xim.c:948:42: note: Function '_ecore_imf_xim_preedit_draw_call' argument 1 names different: declaration 'xic' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/ecore_imf/xim/ecore_imf_xim.c:1041:43: style: Function '_ecore_imf_xim_preedit_caret_call' argument 1 names different: declaration 'xic' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/ecore_imf/xim/ecore_imf_xim.c:109:60: note: Function '_ecore_imf_xim_preedit_caret_call' argument 1 names different: declaration 'xic' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/ecore_imf/xim/ecore_imf_xim.c:1041:43: note: Function '_ecore_imf_xim_preedit_caret_call' argument 1 names different: declaration 'xic' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/ecore_imf/xim/ecore_imf_xim.c:1353:58: style: Function '_ecore_imf_xim_info_im_shutdown' argument 1 names different: declaration 'display' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/ecore_imf/xim/ecore_imf_xim.c:122:71: note: Function '_ecore_imf_xim_info_im_shutdown' argument 1 names different: declaration 'display' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/ecore_imf/xim/ecore_imf_xim.c:1353:58: note: Function '_ecore_imf_xim_info_im_shutdown' argument 1 names different: declaration 'display' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/ecore_imf/xim/ecore_imf_xim.c:1354:45: style: Function '_ecore_imf_xim_info_im_shutdown' argument 2 names different: declaration 'is_error' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/ecore_imf/xim/ecore_imf_xim.c:123:50: note: Function '_ecore_imf_xim_info_im_shutdown' argument 2 names different: declaration 'is_error' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/ecore_imf/xim/ecore_imf_xim.c:1354:45: note: Function '_ecore_imf_xim_info_im_shutdown' argument 2 names different: declaration 'is_error' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/ecore_imf/xim/ecore_imf_xim.c:1386:49: style: Function '_ecore_imf_xim_instantiate_cb' argument 3 names different: declaration 'call_data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/ecore_imf/xim/ecore_imf_xim.c:127:60: note: Function '_ecore_imf_xim_instantiate_cb' argument 3 names different: declaration 'call_data' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/ecore_imf/xim/ecore_imf_xim.c:1386:49: note: Function '_ecore_imf_xim_instantiate_cb' argument 3 names different: declaration 'call_data' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/ecore_imf/xim/ecore_imf_xim.c:1440:35: style: Function '_ecore_imf_xim_destroy_cb' argument 1 names different: declaration 'xim' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/ecore_imf/xim/ecore_imf_xim.c:128:52: note: Function '_ecore_imf_xim_destroy_cb' argument 1 names different: declaration 'xim' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/ecore_imf/xim/ecore_imf_xim.c:1440:35: note: Function '_ecore_imf_xim_destroy_cb' argument 1 names different: declaration 'xim' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/ecore_imf/xim/ecore_imf_xim.c:1442:45: style: Function '_ecore_imf_xim_destroy_cb' argument 3 names different: declaration 'call_data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/ecore_imf/xim/ecore_imf_xim.c:130:56: note: Function '_ecore_imf_xim_destroy_cb' argument 3 names different: declaration 'call_data' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/ecore_imf/xim/ecore_imf_xim.c:1442:45: note: Function '_ecore_imf_xim_destroy_cb' argument 3 names different: declaration 'call_data' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/eeze/sensor/udev/udev.c:60:15: style: The scope of the variable 'l' can be reduced. [variableScope]
efl-1.8.6/src/modules/eeze/sensor/udev/udev.c:61:11: style: The scope of the variable 'cur' can be reduced. [variableScope]
efl-1.8.6/src/modules/eeze/sensor/udev/udev.c:62:10: style: The scope of the variable 'syspath' can be reduced. [variableScope]
efl-1.8.6/src/modules/eeze/sensor/udev/udev.c:63:16: style: The scope of the variable 'test' can be reduced. [variableScope]
efl-1.8.6/src/modules/eeze/sensor/udev/udev.c:64:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
efl-1.8.6/src/modules/eeze/sensor/udev/udev.c:65:8: style: The scope of the variable 'x' can be reduced. [variableScope]
efl-1.8.6/src/modules/eeze/sensor/udev/udev.c:65:11: style: The scope of the variable 'y' can be reduced. [variableScope]
efl-1.8.6/src/modules/eeze/sensor/udev/udev.c:65:14: style: The scope of the variable 'sensors' can be reduced. [variableScope]
efl-1.8.6/src/modules/emotion/generic/emotion_generic.c:1420:4: warning: Either the condition '!ev' is redundant or there is possible null pointer dereference: ev. [nullPointerRedundantCheck]
efl-1.8.6/src/modules/emotion/generic/emotion_generic.c:1422:8: note: Assuming that condition '!ev' is not redundant
efl-1.8.6/src/modules/emotion/generic/emotion_generic.c:1420:4: note: Null pointer dereference
efl-1.8.6/src/modules/emotion/generic/emotion_generic.c:1485:4: warning: Either the condition '!ev' is redundant or there is possible null pointer dereference: ev. [nullPointerRedundantCheck]
efl-1.8.6/src/modules/emotion/generic/emotion_generic.c:1487:8: note: Assuming that condition '!ev' is not redundant
efl-1.8.6/src/modules/emotion/generic/emotion_generic.c:1485:4: note: Null pointer dereference
efl-1.8.6/src/modules/emotion/generic/emotion_generic.c:1509:4: warning: Either the condition '!ev' is redundant or there is possible null pointer dereference: ev. [nullPointerRedundantCheck]
efl-1.8.6/src/modules/emotion/generic/emotion_generic.c:1511:8: note: Assuming that condition '!ev' is not redundant
efl-1.8.6/src/modules/emotion/generic/emotion_generic.c:1509:4: note: Null pointer dereference
efl-1.8.6/src/modules/emotion/generic/emotion_generic.c:1574:4: warning: Either the condition '!ev' is redundant or there is possible null pointer dereference: ev. [nullPointerRedundantCheck]
efl-1.8.6/src/modules/emotion/generic/emotion_generic.c:1576:8: note: Assuming that condition '!ev' is not redundant
efl-1.8.6/src/modules/emotion/generic/emotion_generic.c:1574:4: note: Null pointer dereference
efl-1.8.6/src/modules/emotion/generic/emotion_generic.c:1620:4: warning: Either the condition '!ev' is redundant or there is possible null pointer dereference: ev. [nullPointerRedundantCheck]
efl-1.8.6/src/modules/emotion/generic/emotion_generic.c:1622:8: note: Assuming that condition '!ev' is not redundant
efl-1.8.6/src/modules/emotion/generic/emotion_generic.c:1620:4: note: Null pointer dereference
efl-1.8.6/src/modules/emotion/generic/Emotion_Generic_Plugin.h:105:4: style: Variable 'shmfd' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/modules/emotion/generic/Emotion_Generic_Plugin.h:101:0: note: Variable 'shmfd' is reassigned a value before the old one has been used.
efl-1.8.6/src/modules/emotion/generic/Emotion_Generic_Plugin.h:105:4: note: Variable 'shmfd' is reassigned a value before the old one has been used.
efl-1.8.6/src/modules/emotion/generic/emotion_generic.c:1783:2: style: Label 'error_name' is not used. [unusedLabel]
efl-1.8.6/src/modules/emotion/generic/emotion_generic.c:1785:2: style: Label 'error_path' is not used. [unusedLabel]
efl-1.8.6/src/modules/emotion/gstreamer/emotion_convert.c:64:23: style: The scope of the variable 'alpha' can be reduced. [variableScope]
efl-1.8.6/src/modules/emotion/gstreamer/emotion_gstreamer.c:1497:4: style: Variable 'itr' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/modules/emotion/gstreamer/emotion_gstreamer.c:1491:0: note: Variable 'itr' is reassigned a value before the old one has been used.
efl-1.8.6/src/modules/emotion/gstreamer/emotion_gstreamer.c:1497:4: note: Variable 'itr' is reassigned a value before the old one has been used.
efl-1.8.6/src/modules/emotion/gstreamer/emotion_gstreamer.c:1533:4: style: Variable 'itr' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/modules/emotion/gstreamer/emotion_gstreamer.c:1529:0: note: Variable 'itr' is reassigned a value before the old one has been used.
efl-1.8.6/src/modules/emotion/gstreamer/emotion_gstreamer.c:1533:4: note: Variable 'itr' is reassigned a value before the old one has been used.
efl-1.8.6/src/modules/emotion/gstreamer/emotion_gstreamer.c:1492:13: style: The scope of the variable 'caps' can be reduced. [variableScope]
efl-1.8.6/src/modules/emotion/gstreamer/emotion_gstreamer.c:1493:18: style: The scope of the variable 'str' can be reduced. [variableScope]
efl-1.8.6/src/modules/emotion/gstreamer/emotion_gstreamer.c:1626:27: style: Function '_eos_sync_fct' argument 1 names different: declaration 'bus' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/emotion/gstreamer/emotion_gstreamer.c:45:46: note: Function '_eos_sync_fct' argument 1 names different: declaration 'bus' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/emotion/gstreamer/emotion_gstreamer.c:1626:27: note: Function '_eos_sync_fct' argument 1 names different: declaration 'bus' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/emotion/gstreamer/emotion_gstreamer.c:1626:52: style: Function '_eos_sync_fct' argument 2 names different: declaration 'message' definition 'msg'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/emotion/gstreamer/emotion_gstreamer.c:46:22: note: Function '_eos_sync_fct' argument 2 names different: declaration 'message' definition 'msg'.
efl-1.8.6/src/modules/emotion/gstreamer/emotion_gstreamer.c:1626:52: note: Function '_eos_sync_fct' argument 2 names different: declaration 'message' definition 'msg'.
efl-1.8.6/src/modules/emotion/gstreamer/emotion_sink.c:1339:8: style: Condition 'xvsink' is always false [knownConditionTrueFalse]
efl-1.8.6/src/modules/emotion/gstreamer/emotion_sink.c:1168:25: note: Assignment 'xvsink=NULL', assigned value is 0
efl-1.8.6/src/modules/emotion/gstreamer/emotion_sink.c:1339:8: note: Condition 'xvsink' is always false
efl-1.8.6/src/modules/emotion/gstreamer/emotion_sink.c:1399:8: style: Condition 'xvsink' is always false [knownConditionTrueFalse]
efl-1.8.6/src/modules/emotion/gstreamer/emotion_sink.c:1168:25: note: Assignment 'xvsink=NULL', assigned value is 0
efl-1.8.6/src/modules/emotion/gstreamer/emotion_sink.c:1399:8: note: Condition 'xvsink' is always false
efl-1.8.6/src/modules/emotion/gstreamer/emotion_sink.c:1162:18: style: Function 'gstreamer_video_sink_new' argument 2 names different: declaration 'obj' definition 'o'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/emotion/gstreamer/emotion_gstreamer.h:251:51: note: Function 'gstreamer_video_sink_new' argument 2 names different: declaration 'obj' definition 'o'.
efl-1.8.6/src/modules/emotion/gstreamer/emotion_sink.c:1162:18: note: Function 'gstreamer_video_sink_new' argument 2 names different: declaration 'obj' definition 'o'.
efl-1.8.6/src/modules/emotion/xine/emotion_xine.c:1157:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/modules/emotion/xine/emotion_xine.c:138:19: style: The scope of the variable 'v' can be reduced. [variableScope]
efl-1.8.6/src/modules/emotion/xine/emotion_xine.c:1125:26: style: Function '_em_fd_active' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/emotion/xine/emotion_xine.c:18:45: note: Function '_em_fd_active' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/emotion/xine/emotion_xine.c:1125:26: note: Function '_em_fd_active' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/emotion/xine/emotion_xine.c:1215:29: style: Function '_em_fd_ev_active' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/emotion/xine/emotion_xine.c:21:45: note: Function '_em_fd_ev_active' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/emotion/xine/emotion_xine.c:1215:29: note: Function '_em_fd_ev_active' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/emotion/xine/emotion_xine_vo_out.c:656:16: style: Condition 'x>=hili_right' is always true [knownConditionTrueFalse]
efl-1.8.6/src/modules/emotion/xine/emotion_xine_vo_out.c:558:20: warning: Either the condition '!rle' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
efl-1.8.6/src/modules/emotion/xine/emotion_xine_vo_out.c:562:8: note: Assuming that condition '!rle' is not redundant
efl-1.8.6/src/modules/emotion/xine/emotion_xine_vo_out.c:558:20: note: Null pointer addition
efl-1.8.6/src/modules/emotion/xine/emotion_xine_vo_out.c:547:8: style: The scope of the variable 'ymask' can be reduced. [variableScope]
efl-1.8.6/src/modules/emotion/xine/emotion_xine_vo_out.c:547:15: style: The scope of the variable 'xmask' can be reduced. [variableScope]
efl-1.8.6/src/modules/emotion/xine/emotion_xine_vo_out.c:125:48: style: Function '_emotion_class_init' argument 2 names different: declaration 'visual' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/emotion/xine/emotion_xine_vo_out.c:74:73: note: Function '_emotion_class_init' argument 2 names different: declaration 'visual' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/emotion/xine/emotion_xine_vo_out.c:125:48: note: Function '_emotion_class_init' argument 2 names different: declaration 'visual' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/emotion/xine/emotion_xine_vo_out.c:157:66: style: Function '_emotion_class_identifier_get' argument 1 names different: declaration 'driver_class' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/emotion/xine/emotion_xine_vo_out.c:76:75: note: Function '_emotion_class_identifier_get' argument 1 names different: declaration 'driver_class' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/emotion/xine/emotion_xine_vo_out.c:157:66: note: Function '_emotion_class_identifier_get' argument 1 names different: declaration 'driver_class' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/emotion/xine/emotion_xine_vo_out.c:163:67: style: Function '_emotion_class_description_get' argument 1 names different: declaration 'driver_class' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/emotion/xine/emotion_xine_vo_out.c:77:75: note: Function '_emotion_class_description_get' argument 1 names different: declaration 'driver_class' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/emotion/xine/emotion_xine_vo_out.c:163:67: note: Function '_emotion_class_description_get' argument 1 names different: declaration 'driver_class' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/emotion/xine/emotion_xine_vo_out.c:216:40: style: Function '_emotion_redraw' argument 1 names different: declaration 'vo_driver' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/emotion/xine/emotion_xine_vo_out.c:82:66: note: Function '_emotion_redraw' argument 1 names different: declaration 'vo_driver' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/emotion/xine/emotion_xine_vo_out.c:216:40: note: Function '_emotion_redraw' argument 1 names different: declaration 'vo_driver' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/emotion/xine/emotion_xine_vo_out.c:224:50: style: Function '_emotion_capabilities_get' argument 1 names different: declaration 'vo_driver' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/emotion/xine/emotion_xine_vo_out.c:84:66: note: Function '_emotion_capabilities_get' argument 1 names different: declaration 'vo_driver' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/emotion/xine/emotion_xine_vo_out.c:224:50: note: Function '_emotion_capabilities_get' argument 1 names different: declaration 'vo_driver' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/emotion/xine/emotion_xine_vo_out.c:232:51: style: Function '_emotion_gui_data_exchange' argument 1 names different: declaration 'vo_driver' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/emotion/xine/emotion_xine_vo_out.c:85:66: note: Function '_emotion_gui_data_exchange' argument 1 names different: declaration 'vo_driver' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/emotion/xine/emotion_xine_vo_out.c:232:51: note: Function '_emotion_gui_data_exchange' argument 1 names different: declaration 'vo_driver' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/emotion/xine/emotion_xine_vo_out.c:232:90: style: Function '_emotion_gui_data_exchange' argument 3 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/emotion/xine/emotion_xine_vo_out.c:85:98: note: Function '_emotion_gui_data_exchange' argument 3 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/emotion/xine/emotion_xine_vo_out.c:232:90: note: Function '_emotion_gui_data_exchange' argument 3 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/emotion/xine/emotion_xine_vo_out.c:296:54: style: Function '_emotion_property_min_max_get' argument 1 names different: declaration 'vo_driver' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/emotion/xine/emotion_xine_vo_out.c:89:66: note: Function '_emotion_property_min_max_get' argument 1 names different: declaration 'vo_driver' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/emotion/xine/emotion_xine_vo_out.c:296:54: note: Function '_emotion_property_min_max_get' argument 1 names different: declaration 'vo_driver' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/emotion/xine/emotion_xine_vo_out.c:296:80: style: Function '_emotion_property_min_max_get' argument 2 names different: declaration 'property' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/emotion/xine/emotion_xine_vo_out.c:89:81: note: Function '_emotion_property_min_max_get' argument 2 names different: declaration 'property' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/emotion/xine/emotion_xine_vo_out.c:296:80: note: Function '_emotion_property_min_max_get' argument 2 names different: declaration 'property' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/emotion/xine/emotion_xine_vo_out.c:305:45: style: Function '_emotion_frame_alloc' argument 1 names different: declaration 'vo_driver' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/emotion/xine/emotion_xine_vo_out.c:91:66: note: Function '_emotion_frame_alloc' argument 1 names different: declaration 'vo_driver' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/emotion/xine/emotion_xine_vo_out.c:305:45: note: Function '_emotion_frame_alloc' argument 1 names different: declaration 'vo_driver' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/emotion/xine/emotion_xine_vo_out.c:338:145: style: Function '_emotion_frame_format_update' argument 7 names different: declaration 'flags' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/emotion/xine/emotion_xine_vo_out.c:93:162: note: Function '_emotion_frame_format_update' argument 7 names different: declaration 'flags' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/emotion/xine/emotion_xine_vo_out.c:338:145: note: Function '_emotion_frame_format_update' argument 7 names different: declaration 'flags' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/emotion/xine/emotion_xine_vo_out.c:465:43: style: Function '_emotion_frame_field' argument 1 names different: declaration 'vo_frame' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/emotion/xine/emotion_xine_vo_out.c:95:65: note: Function '_emotion_frame_field' argument 1 names different: declaration 'vo_frame' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/emotion/xine/emotion_xine_vo_out.c:465:43: note: Function '_emotion_frame_field' argument 1 names different: declaration 'vo_frame' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/emotion/xine/emotion_xine_vo_out.c:465:72: style: Function '_emotion_frame_field' argument 2 names different: declaration 'which_field' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/emotion/xine/emotion_xine_vo_out.c:95:79: note: Function '_emotion_frame_field' argument 2 names different: declaration 'which_field' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/emotion/xine/emotion_xine_vo_out.c:465:72: note: Function '_emotion_frame_field' argument 2 names different: declaration 'which_field' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/emotion/xine/emotion_xine_vo_out.c:504:47: style: Function '_emotion_overlay_begin' argument 1 names different: declaration 'vo_driver' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/emotion/xine/emotion_xine_vo_out.c:100:66: note: Function '_emotion_overlay_begin' argument 1 names different: declaration 'vo_driver' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/emotion/xine/emotion_xine_vo_out.c:504:47: note: Function '_emotion_overlay_begin' argument 1 names different: declaration 'vo_driver' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/emotion/xine/emotion_xine_vo_out.c:504:81: style: Function '_emotion_overlay_begin' argument 2 names different: declaration 'vo_frame' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/emotion/xine/emotion_xine_vo_out.c:100:89: note: Function '_emotion_overlay_begin' argument 2 names different: declaration 'vo_frame' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/emotion/xine/emotion_xine_vo_out.c:504:81: note: Function '_emotion_overlay_begin' argument 2 names different: declaration 'vo_frame' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/emotion/xine/emotion_xine_vo_out.c:504:106: style: Function '_emotion_overlay_begin' argument 3 names different: declaration 'changed' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/emotion/xine/emotion_xine_vo_out.c:100:103: note: Function '_emotion_overlay_begin' argument 3 names different: declaration 'changed' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/emotion/xine/emotion_xine_vo_out.c:504:106: note: Function '_emotion_overlay_begin' argument 3 names different: declaration 'changed' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/emotion/xine/emotion_xine_vo_out.c:510:45: style: Function '_emotion_overlay_end' argument 1 names different: declaration 'vo_driver' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/emotion/xine/emotion_xine_vo_out.c:101:66: note: Function '_emotion_overlay_end' argument 1 names different: declaration 'vo_driver' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/emotion/xine/emotion_xine_vo_out.c:510:45: note: Function '_emotion_overlay_end' argument 1 names different: declaration 'vo_driver' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/emotion/xine/emotion_xine_vo_out.c:510:79: style: Function '_emotion_overlay_end' argument 2 names different: declaration 'vo_frame' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/emotion/xine/emotion_xine_vo_out.c:101:89: note: Function '_emotion_overlay_end' argument 2 names different: declaration 'vo_frame' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/emotion/xine/emotion_xine_vo_out.c:510:79: note: Function '_emotion_overlay_end' argument 2 names different: declaration 'vo_frame' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/emotion/xine/emotion_xine_vo_out.c:516:47: style: Function '_emotion_overlay_blend' argument 1 names different: declaration 'vo_driver' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/emotion/xine/emotion_xine_vo_out.c:102:66: note: Function '_emotion_overlay_blend' argument 1 names different: declaration 'vo_driver' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/emotion/xine/emotion_xine_vo_out.c:516:47: note: Function '_emotion_overlay_blend' argument 1 names different: declaration 'vo_driver' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/emotion/xine/emotion_xine_vo_out.c:516:107: style: Function '_emotion_overlay_blend' argument 3 names different: declaration 'vo_overlay' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/emotion/xine/emotion_xine_vo_out.c:102:113: note: Function '_emotion_overlay_blend' argument 3 names different: declaration 'vo_overlay' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/emotion/xine/emotion_xine_vo_out.c:516:107: note: Function '_emotion_overlay_blend' argument 3 names different: declaration 'vo_overlay' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/ethumb/emotion/emotion.c:309:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
efl-1.8.6/src/modules/ethumb/emotion/emotion.c:376:4: style: Variable '_plugin->video' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/modules/ethumb/emotion/emotion.c:368:4: note: Variable '_plugin->video' is reassigned a value before the old one has been used.
efl-1.8.6/src/modules/ethumb/emotion/emotion.c:376:4: note: Variable '_plugin->video' is reassigned a value before the old one has been used.
efl-1.8.6/src/modules/ethumb/emotion/emotion.c:262:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
efl-1.8.6/src/modules/ethumb/emotion/emotion.c:263:16: style: The scope of the variable 'pixels' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/engines/buffer/evas_engine.c:147:29: style: Function 'eng_setup' argument 2 names different: declaration 'info' definition 'in'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/engines/buffer/evas_engine.c:37:40: note: Function 'eng_setup' argument 2 names different: declaration 'info' definition 'in'.
efl-1.8.6/src/modules/evas/engines/buffer/evas_engine.c:147:29: note: Function 'eng_setup' argument 2 names different: declaration 'info' definition 'in'.
efl-1.8.6/src/modules/evas/engines/buffer/evas_engine.c:374:34: style: Function 'eng_output_idle_flush' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/engines/buffer/evas_engine.c:47:41: note: Function 'eng_output_idle_flush' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/buffer/evas_engine.c:374:34: note: Function 'eng_output_idle_flush' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/buffer/evas_outbuf.c:322:22: style: The scope of the variable 'src' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/engines/buffer/evas_outbuf.c:322:28: style: The scope of the variable 'dst' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/engines/buffer/evas_outbuf.c:323:11: style: The scope of the variable 'yy' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/engines/buffer/evas_outbuf.c:356:15: style: The scope of the variable 'src' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/engines/buffer/evas_outbuf.c:356:21: style: The scope of the variable 'dst' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/engines/buffer/evas_outbuf.c:387:15: style: The scope of the variable 'src' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/engines/buffer/evas_outbuf.c:387:21: style: The scope of the variable 'dst' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/engines/fb/evas_engine.c:77:21: style: Function 'eng_info' argument 1 names different: declaration 'eo_e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/engines/fb/evas_engine.c:26:29: note: Function 'eng_info' argument 1 names different: declaration 'eo_e' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/fb/evas_engine.c:77:21: note: Function 'eng_info' argument 1 names different: declaration 'eo_e' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/fb/evas_engine.c:88:26: style: Function 'eng_info_free' argument 1 names different: declaration 'eo_e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/engines/fb/evas_engine.c:27:33: note: Function 'eng_info_free' argument 1 names different: declaration 'eo_e' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/fb/evas_engine.c:88:26: note: Function 'eng_info_free' argument 1 names different: declaration 'eo_e' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/fb/evas_engine.c:96:29: style: Function 'eng_setup' argument 2 names different: declaration 'info' definition 'in'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/engines/fb/evas_engine.c:28:40: note: Function 'eng_setup' argument 2 names different: declaration 'info' definition 'in'.
efl-1.8.6/src/modules/evas/engines/fb/evas_engine.c:96:29: note: Function 'eng_setup' argument 2 names different: declaration 'info' definition 'in'.
efl-1.8.6/src/modules/evas/engines/fb/evas_engine.c:236:29: style: Function 'eng_output_flush' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/engines/fb/evas_engine.c:37:36: note: Function 'eng_output_flush' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/fb/evas_engine.c:236:29: note: Function 'eng_output_flush' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/fb/evas_engine.c:236:71: style: Function 'eng_output_flush' argument 2 names different: declaration 'render_mode' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/engines/fb/evas_engine.c:37:59: note: Function 'eng_output_flush' argument 2 names different: declaration 'render_mode' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/fb/evas_engine.c:236:71: note: Function 'eng_output_flush' argument 2 names different: declaration 'render_mode' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/fb/evas_engine.c:241:34: style: Function 'eng_output_idle_flush' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/engines/fb/evas_engine.c:38:41: note: Function 'eng_output_idle_flush' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/fb/evas_engine.c:241:34: note: Function 'eng_output_idle_flush' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/fb/evas_fb_main.c:134:14: warning: Width 30 given in format string (no. 4) is smaller than destination buffer 'f4[32]'. [invalidScanfFormatWidth_smaller]
efl-1.8.6/src/modules/evas/engines/fb/evas_fb_main.c:169:29: warning: Width 15 given in format string (no. 1) is smaller than destination buffer 'value[256]'. [invalidScanfFormatWidth_smaller]
efl-1.8.6/src/modules/evas/engines/fb/evas_fb_main.c:172:29: warning: Width 15 given in format string (no. 1) is smaller than destination buffer 'value[256]'. [invalidScanfFormatWidth_smaller]
efl-1.8.6/src/modules/evas/engines/fb/evas_fb_main.c:175:29: warning: Width 15 given in format string (no. 1) is smaller than destination buffer 'value[256]'. [invalidScanfFormatWidth_smaller]
efl-1.8.6/src/modules/evas/engines/fb/evas_fb_main.c:178:29: warning: Width 15 given in format string (no. 1) is smaller than destination buffer 'value[256]'. [invalidScanfFormatWidth_smaller]
efl-1.8.6/src/modules/evas/engines/fb/evas_fb_main.c:181:29: warning: Width 15 given in format string (no. 1) is smaller than destination buffer 'value[256]'. [invalidScanfFormatWidth_smaller]
efl-1.8.6/src/modules/evas/engines/fb/evas_fb_main.c:184:29: warning: Width 15 given in format string (no. 1) is smaller than destination buffer 'value[256]'. [invalidScanfFormatWidth_smaller]
efl-1.8.6/src/modules/evas/engines/fb/evas_fb_main.c:319:4: style: Variable 'mode' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/modules/evas/engines/fb/evas_fb_main.c:316:0: note: Variable 'mode' is reassigned a value before the old one has been used.
efl-1.8.6/src/modules/evas/engines/fb/evas_fb_main.c:319:4: note: Variable 'mode' is reassigned a value before the old one has been used.
efl-1.8.6/src/modules/evas/engines/fb/evas_fb_main.c:214:17: style: The scope of the variable 'i' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/engines/fb/evas_fb_main.c:256:17: style: The scope of the variable 'i' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/engines/fb/evas_fb_main.c:286:17: style: The scope of the variable 'i' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/engines/fb/evas_fb_main.c:211:66: style: Function 'fb_setmode' argument 3 names different: declaration 'depth' definition 'pdepth'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/engines/fb/evas_fb.h:64:75: note: Function 'fb_setmode' argument 3 names different: declaration 'depth' definition 'pdepth'.
efl-1.8.6/src/modules/evas/engines/fb/evas_fb_main.c:211:66: note: Function 'fb_setmode' argument 3 names different: declaration 'depth' definition 'pdepth'.
efl-1.8.6/src/modules/evas/engines/fb/evas_fb_main.c:241:48: style: Function 'fb_changedepth' argument 2 names different: declaration 'depth' definition 'pdepth'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/engines/fb/evas_fb.h:69:57: note: Function 'fb_changedepth' argument 2 names different: declaration 'depth' definition 'pdepth'.
efl-1.8.6/src/modules/evas/engines/fb/evas_fb_main.c:241:48: note: Function 'fb_changedepth' argument 2 names different: declaration 'depth' definition 'pdepth'.
efl-1.8.6/src/modules/evas/engines/fb/evas_fb_main.c:283:88: style: Function 'fb_changemode' argument 4 names different: declaration 'depth' definition 'pdepth'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/engines/fb/evas_fb.h:75:97: note: Function 'fb_changemode' argument 4 names different: declaration 'depth' definition 'pdepth'.
efl-1.8.6/src/modules/evas/engines/fb/evas_fb_main.c:283:88: note: Function 'fb_changemode' argument 4 names different: declaration 'depth' definition 'pdepth'.
efl-1.8.6/src/modules/evas/engines/fb/evas_fb_main.c:449:16: style: Function 'fb_init' argument 1 names different: declaration 'vt' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/engines/fb/evas_fb.h:43:18: note: Function 'fb_init' argument 1 names different: declaration 'vt' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/fb/evas_fb_main.c:449:16: note: Function 'fb_init' argument 1 names different: declaration 'vt' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/gl_cocoa/evas_engine.c:1165:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/modules/evas/engines/gl_cocoa/evas_engine.c:683:9: warning: Either the condition 'if(im_old)' is redundant or there is possible null pointer dereference: im_old. [nullPointerRedundantCheck]
efl-1.8.6/src/modules/evas/engines/gl_cocoa/evas_engine.c:687:7: note: Assuming that condition 'if(im_old)' is not redundant
efl-1.8.6/src/modules/evas/engines/gl_cocoa/evas_engine.c:683:9: note: Null pointer dereference
efl-1.8.6/src/modules/evas/engines/gl_cocoa/evas_engine.c:684:14: warning: Either the condition 'if(im_old)' is redundant or there is possible null pointer dereference: im_old. [nullPointerRedundantCheck]
efl-1.8.6/src/modules/evas/engines/gl_cocoa/evas_engine.c:687:7: note: Assuming that condition 'if(im_old)' is not redundant
efl-1.8.6/src/modules/evas/engines/gl_cocoa/evas_engine.c:684:14: note: Null pointer dereference
efl-1.8.6/src/modules/evas/engines/gl_cocoa/evas_engine.c:685:14: warning: Either the condition 'if(im_old)' is redundant or there is possible null pointer dereference: im_old. [nullPointerRedundantCheck]
efl-1.8.6/src/modules/evas/engines/gl_cocoa/evas_engine.c:687:7: note: Assuming that condition 'if(im_old)' is not redundant
efl-1.8.6/src/modules/evas/engines/gl_cocoa/evas_engine.c:685:14: note: Null pointer dereference
efl-1.8.6/src/modules/evas/engines/gl_cocoa/evas_engine.c:1143:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/modules/evas/engines/gl_cocoa/evas_engine.c:1164:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/modules/evas/engines/gl_cocoa/evas_engine.c:45:16: style: struct member '_Render_Engine_GL_Context::initialized' is never used. [unusedStructMember]
efl-1.8.6/src/modules/evas/engines/gl_cocoa/evas_engine.c:50:32: style: struct member '_Render_Engine_GL_Context::current_sfc' is never used. [unusedStructMember]
efl-1.8.6/src/modules/evas/engines/gl_cocoa/evas_engine.c:361:26: style: Variable 're' is assigned a value that is never used. [unreadVariable]
efl-1.8.6/src/modules/evas/engines/gl_cocoa/evas_engine.c:370:26: style: Variable 're' is assigned a value that is never used. [unreadVariable]
efl-1.8.6/src/modules/evas/engines/gl_cocoa/evas_engine.c:510:9: style: Variable 'im' is assigned a value that is never used. [unreadVariable]
efl-1.8.6/src/modules/evas/engines/gl_cocoa/evas_engine.c:1032:30: style: Variable 're' is assigned a value that is never used. [unreadVariable]
efl-1.8.6/src/modules/evas/engines/gl_cocoa/evas_engine.c:1176:27: style: Variable 're' is assigned a value that is never used. [unreadVariable]
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_api.c:19:4: style: Variable 'ctx' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_api.c:17:0: note: Variable 'ctx' is reassigned a value before the old one has been used.
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_api.c:19:4: note: Variable 'ctx' is reassigned a value before the old one has been used.
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_api.c:32:4: style: Variable 'ctx' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_api.c:30:0: note: Variable 'ctx' is reassigned a value before the old one has been used.
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_api.c:32:4: note: Variable 'ctx' is reassigned a value before the old one has been used.
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_api.c:60:4: style: Variable 'ctx' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_api.c:58:0: note: Variable 'ctx' is reassigned a value before the old one has been used.
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_api.c:60:4: note: Variable 'ctx' is reassigned a value before the old one has been used.
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_api.c:122:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_api.c:286:8: style: The scope of the variable 'oc' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_api.c:286:27: style: The scope of the variable 'nc' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_api.c:287:8: style: The scope of the variable 'cc' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_api.c:400:18: style: The scope of the variable 'ctx' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_api.c:464:8: style: The scope of the variable 'oc' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_api.c:464:27: style: The scope of the variable 'nc' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_api.c:465:8: style: The scope of the variable 'cc' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_api.c:518:8: style: The scope of the variable 'oc' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_api.c:518:27: style: The scope of the variable 'nc' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_api.c:519:8: style: The scope of the variable 'cc' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_api.c:602:8: style: The scope of the variable 'oc' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_api.c:602:27: style: The scope of the variable 'nc' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_api.c:603:8: style: The scope of the variable 'cc' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_api.c:2681:28: style: Function '_evgl_api_get' argument 1 names different: declaration 'api' definition 'funcs'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_core_private.h:274:50: note: Function '_evgl_api_get' argument 1 names different: declaration 'api' definition 'funcs'.
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_api.c:2681:28: note: Function '_evgl_api_get' argument 1 names different: declaration 'api' definition 'funcs'.
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_context.c:6:0: error: #error gl_common should not get compiled if dlsym is not found on the system! [preprocessorErrorDirective]
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_core.c:231:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_core.c:1560:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_core.c:1646:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_core.c:1837:18: style: Redundant condition: rot!=0. 'rot==0 || (rot!=0 && evgl_engine->direct_override)' is equivalent to 'rot==0 || evgl_engine->direct_override' [redundantCondition]
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_core.c:494:4: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_core.c:492:0: note: Variable 'data' is reassigned a value before the old one has been used.
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_core.c:494:4: note: Variable 'data' is reassigned a value before the old one has been used.
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_core.c:231:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_core.c:1149:33: style: Function '_evgl_tls_resource_create' argument 1 names different: declaration 'data' definition 'eng_data'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_core_private.h:276:55: note: Function '_evgl_tls_resource_create' argument 1 names different: declaration 'data' definition 'eng_data'.
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_core.c:1149:33: note: Function '_evgl_tls_resource_create' argument 1 names different: declaration 'data' definition 'eng_data'.
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_core.c:1186:34: style: Function '_evgl_tls_resource_destroy' argument 1 names different: declaration 'data' definition 'eng_data'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_core_private.h:277:56: note: Function '_evgl_tls_resource_destroy' argument 1 names different: declaration 'data' definition 'eng_data'.
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_core.c:1186:34: note: Function '_evgl_tls_resource_destroy' argument 1 names different: declaration 'data' definition 'eng_data'.
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_core.c:1785:40: style: Function 'evgl_proc_address_get' argument 1 names different: declaration 'name' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_core.h:31:48: note: Function 'evgl_proc_address_get' argument 1 names different: declaration 'name' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_core.c:1785:40: note: Function 'evgl_proc_address_get' argument 1 names different: declaration 'name' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_file_cache.c:73:4: style: Variable 'home' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_file_cache.c:70:0: note: Variable 'home' is reassigned a value before the old one has been used.
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_file_cache.c:73:4: note: Variable 'home' is reassigned a value before the old one has been used.
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_file_cache.c:92:4: style: Variable 'vendor' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_file_cache.c:88:0: note: Variable 'vendor' is reassigned a value before the old one has been used.
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_file_cache.c:92:4: note: Variable 'vendor' is reassigned a value before the old one has been used.
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_file_cache.c:93:4: style: Variable 'driver' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_file_cache.c:89:0: note: Variable 'driver' is reassigned a value before the old one has been used.
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_file_cache.c:93:4: note: Variable 'driver' is reassigned a value before the old one has been used.
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_file_cache.c:94:4: style: Variable 'version' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_file_cache.c:90:0: note: Variable 'version' is reassigned a value before the old one has been used.
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_file_cache.c:94:4: note: Variable 'version' is reassigned a value before the old one has been used.
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_font.c:50:2: style: Variable 'tmpbuf' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_font.c:46:0: note: Variable 'tmpbuf' is reassigned a value before the old one has been used.
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_font.c:50:2: note: Variable 'tmpbuf' is reassigned a value before the old one has been used.
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_font.c:30:9: style: The scope of the variable 'p1' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_font.c:30:14: style: The scope of the variable 'p2' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_font.c:46:25: style: The scope of the variable 'dp' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_font.c:46:30: style: The scope of the variable 'tp' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_font.c:47:6: style: The scope of the variable 'bi' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_font.c:47:10: style: The scope of the variable 'bj' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_font.c:47:14: style: The scope of the variable 'end' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_font.c:54:14: style: The scope of the variable 'p1' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_font.c:54:19: style: The scope of the variable 'p2' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_font.c:110:18: style: The scope of the variable 'rct' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_font.c:4:32: style: Function 'evas_gl_font_texture_new' argument 1 names different: declaration 'gc' definition 'context'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_common.h:790:50: note: Function 'evas_gl_font_texture_new' argument 1 names different: declaration 'gc' definition 'context'.
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_font.c:4:32: note: Function 'evas_gl_font_texture_new' argument 1 names different: declaration 'gc' definition 'context'.
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_font.c:104:33: style: Function 'evas_gl_font_texture_draw' argument 1 names different: declaration 'gc' definition 'context'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_common.h:792:51: note: Function 'evas_gl_font_texture_draw' argument 1 names different: declaration 'gc' definition 'context'.
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_font.c:104:33: note: Function 'evas_gl_font_texture_draw' argument 1 names different: declaration 'gc' definition 'context'.
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_font.c:104:56: style: Function 'evas_gl_font_texture_draw' argument 2 names different: declaration 'surface' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_common.h:792:61: note: Function 'evas_gl_font_texture_draw' argument 2 names different: declaration 'surface' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_font.c:104:56: note: Function 'evas_gl_font_texture_draw' argument 2 names different: declaration 'surface' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_font.c:104:75: style: Function 'evas_gl_font_texture_draw' argument 3 names different: declaration 'dc' definition 'draw_context'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_common.h:792:76: note: Function 'evas_gl_font_texture_draw' argument 3 names different: declaration 'dc' definition 'draw_context'.
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_font.c:104:75: note: Function 'evas_gl_font_texture_draw' argument 3 names different: declaration 'dc' definition 'draw_context'.
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_font.c:24:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_font.c:50:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_image.c:250:15: style: The scope of the variable 'l' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_image.c:929:18: style: The scope of the variable 'rct' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_image.c:805:85: style: Function 'evas_gl_common_image_map_draw' argument 6 names different: declaration 'level' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_common.h:787:144: note: Function 'evas_gl_common_image_map_draw' argument 6 names different: declaration 'level' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_image.c:805:85: note: Function 'evas_gl_common_image_map_draw' argument 6 names different: declaration 'level' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_image.c:340:24: warning: Size of pointer 'data' used instead of size of its data. [pointerSize]
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_polygon.c:132:18: style: The scope of the variable 'r' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_polygon.c:134:8: style: The scope of the variable 'x' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_polygon.c:134:22: style: The scope of the variable 'w' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_polygon.c:134:29: style: The scope of the variable 'h' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_polygon.c:129:81: style: Function 'evas_gl_common_poly_draw' argument 3 names different: declaration 'x' definition 'dx'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_common.h:796:99: note: Function 'evas_gl_common_poly_draw' argument 3 names different: declaration 'x' definition 'dx'.
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_polygon.c:129:81: note: Function 'evas_gl_common_poly_draw' argument 3 names different: declaration 'x' definition 'dx'.
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_polygon.c:129:89: style: Function 'evas_gl_common_poly_draw' argument 4 names different: declaration 'y' definition 'dy'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_common.h:796:106: note: Function 'evas_gl_common_poly_draw' argument 4 names different: declaration 'y' definition 'dy'.
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_polygon.c:129:89: note: Function 'evas_gl_common_poly_draw' argument 4 names different: declaration 'y' definition 'dy'.
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_preload.c:103:13: style: The scope of the variable 'target' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_preload.c:278:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_rectangle.c:7:18: style: The scope of the variable 'r' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_rectangle.c:8:52: style: The scope of the variable 'i' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_texture.c:1449:6: style: Variable 'tex' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_texture.c:1443:0: note: Variable 'tex' is reassigned a value before the old one has been used.
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_texture.c:1449:6: note: Variable 'tex' is reassigned a value before the old one has been used.
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_texture.c:1110:67: style: Function 'evas_gl_common_texture_free' argument 2 names different: declaration 'force' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_common.h:755:79: note: Function 'evas_gl_common_texture_free' argument 2 names different: declaration 'force' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_texture.c:1110:67: note: Function 'evas_gl_common_texture_free' argument 2 names different: declaration 'force' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_texture.c:1181:76: style: Function 'evas_gl_common_texture_alpha_update' argument 5 names different: declaration 'fh' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_common.h:757:128: note: Function 'evas_gl_common_texture_alpha_update' argument 5 names different: declaration 'fh' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_texture.c:1181:76: note: Function 'evas_gl_common_texture_alpha_update' argument 5 names different: declaration 'fh' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_texture.c:1506:66: style: Function 'evas_gl_common_texture_nv12_update' argument 2 names different: declaration 'row' definition 'rows'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_common.h:763:84: note: Function 'evas_gl_common_texture_nv12_update' argument 2 names different: declaration 'row' definition 'rows'.
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_texture.c:1506:66: note: Function 'evas_gl_common_texture_nv12_update' argument 2 names different: declaration 'row' definition 'rows'.
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_texture.c:1572:71: style: Function 'evas_gl_common_texture_nv12tiled_update' argument 2 names different: declaration 'row' definition 'rows'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_common.h:765:89: note: Function 'evas_gl_common_texture_nv12tiled_update' argument 2 names different: declaration 'row' definition 'rows'.
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_texture.c:1572:71: note: Function 'evas_gl_common_texture_nv12tiled_update' argument 2 names different: declaration 'row' definition 'rows'.
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_texture.c:1070:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_texture.c:1583:28: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_texture.c:1584:28: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_texture.c:1787:35: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
efl-1.8.6/src/modules/evas/engines/gl_common/evas_gl_texture.c:1790:35: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
efl-1.8.6/src/modules/evas/engines/gl_sdl/evas_engine.c:572:9: warning: Either the condition 'if(im_old)' is redundant or there is possible null pointer dereference: im_old. [nullPointerRedundantCheck]
efl-1.8.6/src/modules/evas/engines/gl_sdl/evas_engine.c:576:7: note: Assuming that condition 'if(im_old)' is not redundant
efl-1.8.6/src/modules/evas/engines/gl_sdl/evas_engine.c:572:9: note: Null pointer dereference
efl-1.8.6/src/modules/evas/engines/gl_sdl/evas_engine.c:573:14: warning: Either the condition 'if(im_old)' is redundant or there is possible null pointer dereference: im_old. [nullPointerRedundantCheck]
efl-1.8.6/src/modules/evas/engines/gl_sdl/evas_engine.c:576:7: note: Assuming that condition 'if(im_old)' is not redundant
efl-1.8.6/src/modules/evas/engines/gl_sdl/evas_engine.c:573:14: note: Null pointer dereference
efl-1.8.6/src/modules/evas/engines/gl_sdl/evas_engine.c:574:14: warning: Either the condition 'if(im_old)' is redundant or there is possible null pointer dereference: im_old. [nullPointerRedundantCheck]
efl-1.8.6/src/modules/evas/engines/gl_sdl/evas_engine.c:576:7: note: Assuming that condition 'if(im_old)' is not redundant
efl-1.8.6/src/modules/evas/engines/gl_sdl/evas_engine.c:574:14: note: Null pointer dereference
efl-1.8.6/src/modules/evas/engines/gl_sdl/evas_engine.c:85:18: style: The scope of the variable 'surface' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/engines/gl_x11/evas_engine.c:14:0: error: #error gl_x11 should not get compiled if dlsym is not found on the system! [preprocessorErrorDirective]
efl-1.8.6/src/modules/evas/engines/gl_x11/evas_x_main.c:415:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
efl-1.8.6/src/modules/evas/engines/gl_x11/evas_x_main.c:415:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/modules/evas/engines/gl_x11/evas_x_main.c:46:19: style: The scope of the variable 'vendor' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/engines/gl_x11/evas_x_main.c:46:28: style: The scope of the variable 'renderer' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/engines/gl_x11/evas_x_main.c:46:39: style: The scope of the variable 'version' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/engines/gl_x11/evas_x_main.c:47:8: style: The scope of the variable 'blacklist' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/engines/psl1ght/evas_engine.c:223:8: style: The scope of the variable 'i' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/engines/psl1ght/evas_engine.c:225:12: style: The scope of the variable 'image_data' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/engines/psl1ght/evas_engine.c:226:8: style: The scope of the variable 'image_size' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/engines/psl1ght/evas_engine.c:156:23: style: Function 'eng_info_free' argument 1 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/engines/psl1ght/evas_engine.c:45:34: note: Function 'eng_info_free' argument 1 names different: declaration 'e' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/psl1ght/evas_engine.c:156:23: note: Function 'eng_info_free' argument 1 names different: declaration 'e' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/psl1ght/evas_engine.c:166:17: style: Function 'eng_setup' argument 1 names different: declaration 'e' definition 'eo_e'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/engines/psl1ght/evas_engine.c:47:30: note: Function 'eng_setup' argument 1 names different: declaration 'e' definition 'eo_e'.
efl-1.8.6/src/modules/evas/engines/psl1ght/evas_engine.c:166:17: note: Function 'eng_setup' argument 1 names different: declaration 'e' definition 'eo_e'.
efl-1.8.6/src/modules/evas/engines/psl1ght/evas_engine.c:166:29: style: Function 'eng_setup' argument 2 names different: declaration 'info' definition 'in'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/engines/psl1ght/evas_engine.c:47:39: note: Function 'eng_setup' argument 2 names different: declaration 'info' definition 'in'.
efl-1.8.6/src/modules/evas/engines/psl1ght/evas_engine.c:166:29: note: Function 'eng_setup' argument 2 names different: declaration 'info' definition 'in'.
efl-1.8.6/src/modules/evas/engines/psl1ght/evas_engine.c:349:48: style: Function 'eng_output_redraws_next_update_push' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/engines/psl1ght/evas_engine.c:62:56: note: Function 'eng_output_redraws_next_update_push' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/psl1ght/evas_engine.c:349:48: note: Function 'eng_output_redraws_next_update_push' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/psl1ght/evas_engine.c:349:75: style: Function 'eng_output_redraws_next_update_push' argument 2 names different: declaration 'surface' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/engines/psl1ght/evas_engine.c:62:68: note: Function 'eng_output_redraws_next_update_push' argument 2 names different: declaration 'surface' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/psl1ght/evas_engine.c:349:75: note: Function 'eng_output_redraws_next_update_push' argument 2 names different: declaration 'surface' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/psl1ght/evas_engine.c:349:94: style: Function 'eng_output_redraws_next_update_push' argument 3 names different: declaration 'x' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/engines/psl1ght/evas_engine.c:62:81: note: Function 'eng_output_redraws_next_update_push' argument 3 names different: declaration 'x' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/psl1ght/evas_engine.c:349:94: note: Function 'eng_output_redraws_next_update_push' argument 3 names different: declaration 'x' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/psl1ght/evas_engine.c:349:113: style: Function 'eng_output_redraws_next_update_push' argument 4 names different: declaration 'y' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/engines/psl1ght/evas_engine.c:62:88: note: Function 'eng_output_redraws_next_update_push' argument 4 names different: declaration 'y' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/psl1ght/evas_engine.c:349:113: note: Function 'eng_output_redraws_next_update_push' argument 4 names different: declaration 'y' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/psl1ght/evas_engine.c:349:132: style: Function 'eng_output_redraws_next_update_push' argument 5 names different: declaration 'w' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/engines/psl1ght/evas_engine.c:62:95: note: Function 'eng_output_redraws_next_update_push' argument 5 names different: declaration 'w' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/psl1ght/evas_engine.c:349:132: note: Function 'eng_output_redraws_next_update_push' argument 5 names different: declaration 'w' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/psl1ght/evas_engine.c:349:151: style: Function 'eng_output_redraws_next_update_push' argument 6 names different: declaration 'h' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/engines/psl1ght/evas_engine.c:62:102: note: Function 'eng_output_redraws_next_update_push' argument 6 names different: declaration 'h' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/psl1ght/evas_engine.c:349:151: note: Function 'eng_output_redraws_next_update_push' argument 6 names different: declaration 'h' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/psl1ght/evas_engine.c:349:193: style: Function 'eng_output_redraws_next_update_push' argument 7 names different: declaration 'render_mode' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/engines/psl1ght/evas_engine.c:62:122: note: Function 'eng_output_redraws_next_update_push' argument 7 names different: declaration 'render_mode' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/psl1ght/evas_engine.c:349:193: note: Function 'eng_output_redraws_next_update_push' argument 7 names different: declaration 'render_mode' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/psl1ght/evas_engine.c:172:39: style: Variable 'info' is assigned a value that is never used. [unreadVariable]
efl-1.8.6/src/modules/evas/engines/psl1ght/evas_engine.c:441:26: style: Variable 're' is assigned a value that is never used. [unreadVariable]
efl-1.8.6/src/modules/evas/engines/psl1ght/evas_engine.c:450:26: style: Variable 're' is assigned a value that is never used. [unreadVariable]
efl-1.8.6/src/modules/evas/engines/psl1ght/rsxutil.c:194:4: style: Variable 'context' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/modules/evas/engines/psl1ght/rsxutil.c:188:0: note: Variable 'context' is reassigned a value before the old one has been used.
efl-1.8.6/src/modules/evas/engines/psl1ght/rsxutil.c:194:4: note: Variable 'context' is reassigned a value before the old one has been used.
efl-1.8.6/src/modules/evas/engines/psl1ght/rsxutil.c:124:8: style: The scope of the variable 'mode_area' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/engines/psl1ght/rsxutil.c:126:8: style: The scope of the variable 'area_diff' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/engines/software_ddraw/evas_engine.c:101:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efl-1.8.6/src/modules/evas/engines/software_ddraw/evas_engine.c:101:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efl-1.8.6/src/modules/evas/engines/software_gdi/evas_gdi_main.c:9:49: style: Function 'evas_software_gdi_init' argument 4 names different: declaration 'fullscreen' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/engines/software_gdi/evas_engine.h:124:42: note: Function 'evas_software_gdi_init' argument 4 names different: declaration 'fullscreen' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/software_gdi/evas_gdi_main.c:9:49: note: Function 'evas_software_gdi_init' argument 4 names different: declaration 'fullscreen' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/software_gdi/evas_outbuf.c:424:13: style: The scope of the variable 'i' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/engines/software_gdi/evas_outbuf.c:564:65: style: Function 'evas_software_gdi_outbuf_free_region_for_update' argument 1 names different: declaration 'buf' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/engines/software_gdi/evas_engine.h:193:66: note: Function 'evas_software_gdi_outbuf_free_region_for_update' argument 1 names different: declaration 'buf' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/software_gdi/evas_outbuf.c:564:65: note: Function 'evas_software_gdi_outbuf_free_region_for_update' argument 1 names different: declaration 'buf' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/software_gdi/evas_outbuf.c:565:68: style: Function 'evas_software_gdi_outbuf_free_region_for_update' argument 2 names different: declaration 'update' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/engines/software_gdi/evas_engine.h:194:66: note: Function 'evas_software_gdi_outbuf_free_region_for_update' argument 2 names different: declaration 'update' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/software_gdi/evas_outbuf.c:565:68: note: Function 'evas_software_gdi_outbuf_free_region_for_update' argument 2 names different: declaration 'update' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/software_generic/evas_engine.c:3674:8: style: Condition '!gl_lib_init()' is always true [knownConditionTrueFalse]
efl-1.8.6/src/modules/evas/engines/software_generic/evas_engine.c:1959:2: style: Label 'error_oob' is not used. [unusedLabel]
efl-1.8.6/src/modules/evas/engines/software_generic/evas_engine.c:68:12: style: struct member '_Render_Engine_GL_Surface::initialized' is never used. [unusedStructMember]
efl-1.8.6/src/modules/evas/engines/software_generic/evas_engine.c:74:12: style: struct member '_Render_Engine_GL_Surface::internal_cpp' is never used. [unusedStructMember]
efl-1.8.6/src/modules/evas/engines/software_generic/evas_engine.c:76:12: style: struct member '_Render_Engine_GL_Surface::depth_bits' is never used. [unusedStructMember]
efl-1.8.6/src/modules/evas/engines/software_generic/evas_engine.c:77:12: style: struct member '_Render_Engine_GL_Surface::stencil_bits' is never used. [unusedStructMember]
efl-1.8.6/src/modules/evas/engines/software_generic/evas_engine.c:80:12: style: struct member '_Render_Engine_GL_Surface::buffer' is never used. [unusedStructMember]
efl-1.8.6/src/modules/evas/engines/software_generic/evas_engine.c:82:32: style: struct member '_Render_Engine_GL_Surface::current_ctx' is never used. [unusedStructMember]
efl-1.8.6/src/modules/evas/engines/software_x11/evas_engine.c:772:16: style: The scope of the variable 'surface' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/engines/software_x11/evas_engine.c:408:21: style: Function 'eng_info' argument 1 names different: declaration 'eo_e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/engines/software_x11/evas_engine.c:64:29: note: Function 'eng_info' argument 1 names different: declaration 'eo_e' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/software_x11/evas_engine.c:408:21: note: Function 'eng_info' argument 1 names different: declaration 'eo_e' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/software_x11/evas_engine.c:427:26: style: Function 'eng_info_free' argument 1 names different: declaration 'eo_e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/engines/software_x11/evas_engine.c:65:33: note: Function 'eng_info_free' argument 1 names different: declaration 'eo_e' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/software_x11/evas_engine.c:427:26: note: Function 'eng_info_free' argument 1 names different: declaration 'eo_e' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/software_x11/evas_engine.c:436:29: style: Function 'eng_setup' argument 2 names different: declaration 'info' definition 'in'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/engines/software_x11/evas_engine.c:66:40: note: Function 'eng_setup' argument 2 names different: declaration 'info' definition 'in'.
efl-1.8.6/src/modules/evas/engines/software_x11/evas_engine.c:436:29: note: Function 'eng_setup' argument 2 names different: declaration 'info' definition 'in'.
efl-1.8.6/src/modules/evas/engines/software_x11/evas_engine.c:53:13: style: struct member 'Anonymous6::disp' is never used. [unusedStructMember]
efl-1.8.6/src/modules/evas/engines/software_x11/evas_engine.c:54:13: style: struct member 'Anonymous6::config' is never used. [unusedStructMember]
efl-1.8.6/src/modules/evas/engines/software_x11/evas_engine.c:55:13: style: struct member 'Anonymous6::surface' is never used. [unusedStructMember]
efl-1.8.6/src/modules/evas/engines/software_x11/evas_engine.c:442:44: style: Variable 'info' is assigned a value that is never used. [unreadVariable]
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xcb_buffer.c:239:9: style: Variable 'xcbob' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xcb_buffer.c:236:0: note: Variable 'xcbob' is reassigned a value before the old one has been used.
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xcb_buffer.c:239:9: note: Variable 'xcbob' is reassigned a value before the old one has been used.
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xcb_color.c:113:19: style: The scope of the variable 'pixels' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xcb_color.c:114:19: style: The scope of the variable 'j' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xcb_color.c:180:16: style: The scope of the variable 'pixels' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xcb_color.c:181:16: style: The scope of the variable 'j' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xcb_color.c:409:13: style: The scope of the variable 'pixels' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xcb_color.c:410:13: style: The scope of the variable 'j' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xcb_color.c:50:13: style: Variable 'sig_mask' is assigned a value that is never used. [unreadVariable]
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xcb_outbuf.c:52:9: style: Variable 'im' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xcb_outbuf.c:49:0: note: Variable 'im' is reassigned a value before the old one has been used.
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xcb_outbuf.c:52:9: note: Variable 'im' is reassigned a value before the old one has been used.
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xcb_outbuf.c:56:9: style: Variable 'obr' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xcb_outbuf.c:50:0: note: Variable 'obr' is reassigned a value before the old one has been used.
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xcb_outbuf.c:56:9: note: Variable 'obr' is reassigned a value before the old one has been used.
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xcb_outbuf.c:802:4: style: Variable 'obr' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xcb_outbuf.c:796:0: note: Variable 'obr' is reassigned a value before the old one has been used.
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xcb_outbuf.c:802:4: note: Variable 'obr' is reassigned a value before the old one has been used.
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xcb_outbuf.c:799:17: style: The scope of the variable 'yy' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xcb_outbuf.c:578:61: style: Function 'evas_software_xcb_outbuf_free_region_for_update' argument 1 names different: declaration 'buf' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xcb_outbuf.h:10:62: note: Function 'evas_software_xcb_outbuf_free_region_for_update' argument 1 names different: declaration 'buf' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xcb_outbuf.c:578:61: note: Function 'evas_software_xcb_outbuf_free_region_for_update' argument 1 names different: declaration 'buf' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xcb_outbuf.c:578:93: style: Function 'evas_software_xcb_outbuf_free_region_for_update' argument 2 names different: declaration 'update' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xcb_outbuf.h:10:79: note: Function 'evas_software_xcb_outbuf_free_region_for_update' argument 2 names different: declaration 'update' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xcb_outbuf.c:578:93: note: Function 'evas_software_xcb_outbuf_free_region_for_update' argument 2 names different: declaration 'update' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xcb_outbuf.c:298:14: error: Memory leak: obr [memleak]
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xcb_xdefaults.c:54:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_buffer.c:374:67: style: Function 'evas_software_xlib_x_output_buffer_free' argument 2 names different: declaration 'sync' definition 'psync'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_buffer.h:32:84: note: Function 'evas_software_xlib_x_output_buffer_free' argument 2 names different: declaration 'sync' definition 'psync'.
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_buffer.c:374:67: note: Function 'evas_software_xlib_x_output_buffer_free' argument 2 names different: declaration 'sync' definition 'psync'.
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_buffer.c:394:101: style: Function 'evas_software_xlib_x_output_buffer_paste' argument 6 names different: declaration 'sync' definition 'psync'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_buffer.h:34:117: note: Function 'evas_software_xlib_x_output_buffer_paste' argument 6 names different: declaration 'sync' definition 'psync'.
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_buffer.c:394:101: note: Function 'evas_software_xlib_x_output_buffer_paste' argument 6 names different: declaration 'sync' definition 'psync'.
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_color.c:98:24: style: The scope of the variable 'pixels' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_color.c:99:14: style: The scope of the variable 'j' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_color.c:149:21: style: The scope of the variable 'pixels' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_color.c:150:11: style: The scope of the variable 'j' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_color.c:353:18: style: The scope of the variable 'pixels' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_color.c:354:8: style: The scope of the variable 'j' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_color.c:47:13: style: Variable 'sig_mask' is assigned a value that is never used. [unreadVariable]
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_outbuf.c:715:15: style: The scope of the variable 'l' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_outbuf.c:939:33: style: The scope of the variable 'yy' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_outbuf.c:707:62: style: Function 'evas_software_xlib_outbuf_free_region_for_update' argument 1 names different: declaration 'buf' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_outbuf.h:38:76: note: Function 'evas_software_xlib_outbuf_free_region_for_update' argument 1 names different: declaration 'buf' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_outbuf.c:707:62: note: Function 'evas_software_xlib_outbuf_free_region_for_update' argument 1 names different: declaration 'buf' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_outbuf.c:707:94: style: Function 'evas_software_xlib_outbuf_free_region_for_update' argument 2 names different: declaration 'update' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_outbuf.h:39:76: note: Function 'evas_software_xlib_outbuf_free_region_for_update' argument 2 names different: declaration 'update' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_outbuf.c:707:94: note: Function 'evas_software_xlib_outbuf_free_region_for_update' argument 2 names different: declaration 'update' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_swapbuf.c:222:15: style: The scope of the variable 'data' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_swapbuf.c:53:47: style: Function 'evas_software_xlib_swapbuf_setup_x' argument 12 names different: declaration 'mask' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_swapbuf.h:21:62: note: Function 'evas_software_xlib_swapbuf_setup_x' argument 12 names different: declaration 'mask' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_swapbuf.c:53:47: note: Function 'evas_software_xlib_swapbuf_setup_x' argument 12 names different: declaration 'mask' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_swapbuf.c:308:63: style: Function 'evas_software_xlib_swapbuf_free_region_for_update' argument 1 names different: declaration 'buf' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_swapbuf.h:33:76: note: Function 'evas_software_xlib_swapbuf_free_region_for_update' argument 1 names different: declaration 'buf' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_swapbuf.c:308:63: note: Function 'evas_software_xlib_swapbuf_free_region_for_update' argument 1 names different: declaration 'buf' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_swapbuf.c:308:95: style: Function 'evas_software_xlib_swapbuf_free_region_for_update' argument 2 names different: declaration 'update' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_swapbuf.h:34:76: note: Function 'evas_software_xlib_swapbuf_free_region_for_update' argument 2 names different: declaration 'update' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_swapbuf.c:308:95: note: Function 'evas_software_xlib_swapbuf_free_region_for_update' argument 2 names different: declaration 'update' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_swapbuf.c:407:51: style: Function 'evas_software_xlib_swapbuf_idle_flush' argument 1 names different: declaration 'buf' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_swapbuf.h:36:60: note: Function 'evas_software_xlib_swapbuf_idle_flush' argument 1 names different: declaration 'buf' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_swapbuf.c:407:51: note: Function 'evas_software_xlib_swapbuf_idle_flush' argument 1 names different: declaration 'buf' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_swapbuf.c:22:21: style: struct member '_Outbuf_Region::im' is never used. [unusedStructMember]
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_swapbuf.c:398:14: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_swapbuf.c:325:17: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_swapbuf.c:354:17: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_swapper.c:901:37: style: Function 'evas_xlib_swapper_new' argument 1 names different: declaration 'disp' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_swapper.h:5:43: note: Function 'evas_xlib_swapper_new' argument 1 names different: declaration 'disp' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_swapper.c:901:37: note: Function 'evas_xlib_swapper_new' argument 1 names different: declaration 'disp' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_swapper.c:901:64: style: Function 'evas_xlib_swapper_new' argument 2 names different: declaration 'draw' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_swapper.h:5:58: note: Function 'evas_xlib_swapper_new' argument 2 names different: declaration 'draw' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_swapper.c:901:64: note: Function 'evas_xlib_swapper_new' argument 2 names different: declaration 'draw' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_swapper.c:902:35: style: Function 'evas_xlib_swapper_new' argument 3 names different: declaration 'vis' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_swapper.h:5:72: note: Function 'evas_xlib_swapper_new' argument 3 names different: declaration 'vis' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_swapper.c:902:35: note: Function 'evas_xlib_swapper_new' argument 3 names different: declaration 'vis' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_swapper.c:902:58: style: Function 'evas_xlib_swapper_new' argument 4 names different: declaration 'depth' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_swapper.h:6:38: note: Function 'evas_xlib_swapper_new' argument 4 names different: declaration 'depth' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_swapper.c:902:58: note: Function 'evas_xlib_swapper_new' argument 4 names different: declaration 'depth' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_swapper.c:903:29: style: Function 'evas_xlib_swapper_new' argument 5 names different: declaration 'w' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_swapper.h:6:49: note: Function 'evas_xlib_swapper_new' argument 5 names different: declaration 'w' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_swapper.c:903:29: note: Function 'evas_xlib_swapper_new' argument 5 names different: declaration 'w' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_swapper.c:903:48: style: Function 'evas_xlib_swapper_new' argument 6 names different: declaration 'h' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_swapper.h:6:56: note: Function 'evas_xlib_swapper_new' argument 6 names different: declaration 'h' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_swapper.c:903:48: note: Function 'evas_xlib_swapper_new' argument 6 names different: declaration 'h' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_swapper.c:909:39: style: Function 'evas_xlib_swapper_free' argument 1 names different: declaration 'swp' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_swapper.h:7:40: note: Function 'evas_xlib_swapper_free' argument 1 names different: declaration 'swp' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_swapper.c:909:39: note: Function 'evas_xlib_swapper_free' argument 1 names different: declaration 'swp' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_swapper.c:914:45: style: Function 'evas_xlib_swapper_buffer_map' argument 1 names different: declaration 'swp' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_swapper.h:8:47: note: Function 'evas_xlib_swapper_buffer_map' argument 1 names different: declaration 'swp' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_swapper.c:914:45: note: Function 'evas_xlib_swapper_buffer_map' argument 1 names different: declaration 'swp' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_swapper.c:914:67: style: Function 'evas_xlib_swapper_buffer_map' argument 2 names different: declaration 'bpl' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_swapper.h:8:57: note: Function 'evas_xlib_swapper_buffer_map' argument 2 names different: declaration 'bpl' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_swapper.c:914:67: note: Function 'evas_xlib_swapper_buffer_map' argument 2 names different: declaration 'bpl' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_swapper.c:914:87: style: Function 'evas_xlib_swapper_buffer_map' argument 3 names different: declaration 'w' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_swapper.h:8:67: note: Function 'evas_xlib_swapper_buffer_map' argument 3 names different: declaration 'w' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_swapper.c:914:87: note: Function 'evas_xlib_swapper_buffer_map' argument 3 names different: declaration 'w' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_swapper.c:914:107: style: Function 'evas_xlib_swapper_buffer_map' argument 4 names different: declaration 'h' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_swapper.h:8:75: note: Function 'evas_xlib_swapper_buffer_map' argument 4 names different: declaration 'h' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_swapper.c:914:107: note: Function 'evas_xlib_swapper_buffer_map' argument 4 names different: declaration 'h' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_swapper.c:920:47: style: Function 'evas_xlib_swapper_buffer_unmap' argument 1 names different: declaration 'swp' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_swapper.h:9:48: note: Function 'evas_xlib_swapper_buffer_unmap' argument 1 names different: declaration 'swp' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_swapper.c:920:47: note: Function 'evas_xlib_swapper_buffer_unmap' argument 1 names different: declaration 'swp' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_swapper.c:925:39: style: Function 'evas_xlib_swapper_swap' argument 1 names different: declaration 'swp' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_swapper.h:10:40: note: Function 'evas_xlib_swapper_swap' argument 1 names different: declaration 'swp' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_swapper.c:925:39: note: Function 'evas_xlib_swapper_swap' argument 1 names different: declaration 'swp' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_swapper.c:925:74: style: Function 'evas_xlib_swapper_swap' argument 2 names different: declaration 'rects' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_swapper.h:10:61: note: Function 'evas_xlib_swapper_swap' argument 2 names different: declaration 'rects' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_swapper.c:925:74: note: Function 'evas_xlib_swapper_swap' argument 2 names different: declaration 'rects' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_swapper.c:925:98: style: Function 'evas_xlib_swapper_swap' argument 3 names different: declaration 'nrects' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_swapper.h:10:72: note: Function 'evas_xlib_swapper_swap' argument 3 names different: declaration 'nrects' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_swapper.c:925:98: note: Function 'evas_xlib_swapper_swap' argument 3 names different: declaration 'nrects' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_swapper.c:930:51: style: Function 'evas_xlib_swapper_buffer_state_get' argument 1 names different: declaration 'swp' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_swapper.h:11:51: note: Function 'evas_xlib_swapper_buffer_state_get' argument 1 names different: declaration 'swp' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_swapper.c:930:51: note: Function 'evas_xlib_swapper_buffer_state_get' argument 1 names different: declaration 'swp' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_swapper.c:936:44: style: Function 'evas_xlib_swapper_depth_get' argument 1 names different: declaration 'swp' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_swapper.h:12:44: note: Function 'evas_xlib_swapper_depth_get' argument 1 names different: declaration 'swp' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_swapper.c:936:44: note: Function 'evas_xlib_swapper_depth_get' argument 1 names different: declaration 'swp' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_swapper.c:942:49: style: Function 'evas_xlib_swapper_byte_order_get' argument 1 names different: declaration 'swp' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_swapper.h:13:49: note: Function 'evas_xlib_swapper_byte_order_get' argument 1 names different: declaration 'swp' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_swapper.c:942:49: note: Function 'evas_xlib_swapper_byte_order_get' argument 1 names different: declaration 'swp' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_swapper.c:948:48: style: Function 'evas_xlib_swapper_bit_order_get' argument 1 names different: declaration 'swp' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_swapper.h:14:48: note: Function 'evas_xlib_swapper_bit_order_get' argument 1 names different: declaration 'swp' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/software_x11/evas_xlib_swapper.c:948:48: note: Function 'evas_xlib_swapper_bit_order_get' argument 1 names different: declaration 'swp' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/wayland_egl/evas_engine.c:1262:17: style: Condition 'num>0' is always true [knownConditionTrueFalse]
efl-1.8.6/src/modules/evas/engines/wayland_egl/evas_engine.c:1257:22: note: Assignment 'num=0', assigned value is 0
efl-1.8.6/src/modules/evas/engines/wayland_egl/evas_engine.c:1261:60: note: num is incremented', new value is 1
efl-1.8.6/src/modules/evas/engines/wayland_egl/evas_engine.c:1262:17: note: Condition 'num>0' is always true
efl-1.8.6/src/modules/evas/engines/wayland_egl/evas_engine.c:1684:9: warning: Either the condition 'if(im_old)' is redundant or there is possible null pointer dereference: im_old. [nullPointerRedundantCheck]
efl-1.8.6/src/modules/evas/engines/wayland_egl/evas_engine.c:1689:7: note: Assuming that condition 'if(im_old)' is not redundant
efl-1.8.6/src/modules/evas/engines/wayland_egl/evas_engine.c:1684:9: note: Null pointer dereference
efl-1.8.6/src/modules/evas/engines/wayland_egl/evas_engine.c:1685:14: warning: Either the condition 'if(im_old)' is redundant or there is possible null pointer dereference: im_old. [nullPointerRedundantCheck]
efl-1.8.6/src/modules/evas/engines/wayland_egl/evas_engine.c:1689:7: note: Assuming that condition 'if(im_old)' is not redundant
efl-1.8.6/src/modules/evas/engines/wayland_egl/evas_engine.c:1685:14: note: Null pointer dereference
efl-1.8.6/src/modules/evas/engines/wayland_egl/evas_engine.c:1686:14: warning: Either the condition 'if(im_old)' is redundant or there is possible null pointer dereference: im_old. [nullPointerRedundantCheck]
efl-1.8.6/src/modules/evas/engines/wayland_egl/evas_engine.c:1689:7: note: Assuming that condition 'if(im_old)' is not redundant
efl-1.8.6/src/modules/evas/engines/wayland_egl/evas_engine.c:1686:14: note: Null pointer dereference
efl-1.8.6/src/modules/evas/engines/wayland_egl/evas_engine.c:2144:17: style: The scope of the variable 'fbo' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/engines/wayland_egl/evas_engine.c:2587:1: style: Label 'error_oob' is not used. [unusedLabel]
efl-1.8.6/src/modules/evas/engines/wayland_egl/evas_engine.c:1264:22: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/modules/evas/engines/wayland_egl/evas_wl_main.c:11:35: style: Function 'eng_window_new' argument 1 names different: declaration 'disp' definition 'display'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/engines/wayland_egl/evas_engine.h:78:54: note: Function 'eng_window_new' argument 1 names different: declaration 'disp' definition 'display'.
efl-1.8.6/src/modules/evas/engines/wayland_egl/evas_wl_main.c:11:35: note: Function 'eng_window_new' argument 1 names different: declaration 'disp' definition 'display'.
efl-1.8.6/src/modules/evas/engines/wayland_egl/evas_wl_main.c:11:122: style: Function 'eng_window_new' argument 7 names different: declaration 'indirect' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/engines/wayland_egl/evas_engine.h:78:129: note: Function 'eng_window_new' argument 7 names different: declaration 'indirect' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/wayland_egl/evas_wl_main.c:11:122: note: Function 'eng_window_new' argument 7 names different: declaration 'indirect' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/wayland_shm/evas_engine.c:253:13: warning: Either the condition 're' is redundant or there is possible null pointer dereference: re. [nullPointerRedundantCheck]
efl-1.8.6/src/modules/evas/engines/wayland_shm/evas_engine.c:250:14: note: Assuming that condition 're' is not redundant
efl-1.8.6/src/modules/evas/engines/wayland_shm/evas_engine.c:253:13: note: Null pointer dereference
efl-1.8.6/src/modules/evas/engines/wayland_shm/evas_engine.c:400:16: style: The scope of the variable 'surface' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/engines/wayland_shm/evas_swapbuf.c:371:44: style: Function 'evas_swapbuf_update_region_free' argument 1 names different: declaration 'ob' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/engines/wayland_shm/evas_swapbuf.h:11:46: note: Function 'evas_swapbuf_update_region_free' argument 1 names different: declaration 'ob' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/wayland_shm/evas_swapbuf.c:371:44: note: Function 'evas_swapbuf_update_region_free' argument 1 names different: declaration 'ob' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/wayland_shm/evas_swapbuf.c:371:76: style: Function 'evas_swapbuf_update_region_free' argument 2 names different: declaration 'update' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/engines/wayland_shm/evas_swapbuf.h:11:62: note: Function 'evas_swapbuf_update_region_free' argument 2 names different: declaration 'update' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/wayland_shm/evas_swapbuf.c:371:76: note: Function 'evas_swapbuf_update_region_free' argument 2 names different: declaration 'update' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/wayland_shm/evas_swapbuf.c:488:14: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
efl-1.8.6/src/modules/evas/engines/wayland_shm/evas_swapbuf.c:399:23: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/modules/evas/engines/wayland_shm/evas_swapbuf.c:433:23: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/modules/evas/engines/wayland_shm/evas_swapper.c:248:15: style: The scope of the variable 'n' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/engines/wayland_shm/evas_swapper.c:506:67: style: Function '_evas_swapper_buffer_release' argument 2 names different: declaration 'buffer' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/engines/wayland_shm/evas_swapper.c:53:72: note: Function '_evas_swapper_buffer_release' argument 2 names different: declaration 'buffer' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/engines/wayland_shm/evas_swapper.c:506:67: note: Function '_evas_swapper_buffer_release' argument 2 names different: declaration 'buffer' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/loaders/bmp/evas_image_load_bmp.c:426:17: style: Expression is always false because 'else if' condition matches previous condition at line 420. [multiCondition]
efl-1.8.6/src/modules/evas/loaders/bmp/evas_image_load_bmp.c:1346:17: style: Expression is always false because 'else if' condition matches previous condition at line 1187. [multiCondition]
efl-1.8.6/src/modules/evas/loaders/bmp/evas_image_load_bmp.c:426:14: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
efl-1.8.6/src/modules/evas/loaders/bmp/evas_image_load_bmp.c:428:9: note: Found duplicate branches for 'if' and 'else'.
efl-1.8.6/src/modules/evas/loaders/bmp/evas_image_load_bmp.c:426:14: note: Found duplicate branches for 'if' and 'else'.
efl-1.8.6/src/modules/evas/loaders/bmp/evas_image_load_bmp.c:1346:14: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
efl-1.8.6/src/modules/evas/loaders/bmp/evas_image_load_bmp.c:1350:9: note: Found duplicate branches for 'if' and 'else'.
efl-1.8.6/src/modules/evas/loaders/bmp/evas_image_load_bmp.c:1346:14: note: Found duplicate branches for 'if' and 'else'.
efl-1.8.6/src/modules/evas/loaders/bmp/evas_image_load_bmp.c:550:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/modules/evas/loaders/eet/evas_image_load_eet.c:97:21: style: The scope of the variable 'p' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/loaders/eet/evas_image_load_eet.c:97:25: style: The scope of the variable 'end' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/loaders/generic/evas_image_load_generic.c:126:4: style: Variable 'img_loader' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/modules/evas/loaders/generic/evas_image_load_generic.c:114:0: note: Variable 'img_loader' is reassigned a value before the old one has been used.
efl-1.8.6/src/modules/evas/loaders/generic/evas_image_load_generic.c:126:4: note: Variable 'img_loader' is reassigned a value before the old one has been used.
efl-1.8.6/src/modules/evas/loaders/generic/evas_image_load_generic.c:126:17: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/modules/evas/loaders/generic/evas_image_load_generic.c:134:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/modules/evas/loaders/gif/evas_image_load_gif.c:74:12: style: The scope of the variable 'p' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/loaders/gif/evas_image_load_gif.c:214:4: warning: Size of pointer 'rows' used instead of size of its data. [pointerSize]
efl-1.8.6/src/modules/evas/loaders/ico/evas_image_load_ico.c:638:20: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
efl-1.8.6/src/modules/evas/loaders/ico/evas_image_load_ico.c:632:23: note: outer condition: i<h
efl-1.8.6/src/modules/evas/loaders/ico/evas_image_load_ico.c:638:20: note: opposite inner condition: i>=h
efl-1.8.6/src/modules/evas/loaders/ico/evas_image_load_ico.c:641:25: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
efl-1.8.6/src/modules/evas/loaders/ico/evas_image_load_ico.c:639:28: note: outer condition: j<w
efl-1.8.6/src/modules/evas/loaders/ico/evas_image_load_ico.c:641:25: note: opposite inner condition: j>=w
efl-1.8.6/src/modules/evas/loaders/ico/evas_image_load_ico.c:688:20: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
efl-1.8.6/src/modules/evas/loaders/ico/evas_image_load_ico.c:682:23: note: outer condition: i<h
efl-1.8.6/src/modules/evas/loaders/ico/evas_image_load_ico.c:688:20: note: opposite inner condition: i>=h
efl-1.8.6/src/modules/evas/loaders/ico/evas_image_load_ico.c:691:25: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
efl-1.8.6/src/modules/evas/loaders/ico/evas_image_load_ico.c:689:28: note: outer condition: j<w
efl-1.8.6/src/modules/evas/loaders/ico/evas_image_load_ico.c:691:25: note: opposite inner condition: j>=w
efl-1.8.6/src/modules/evas/loaders/ico/evas_image_load_ico.c:714:20: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
efl-1.8.6/src/modules/evas/loaders/ico/evas_image_load_ico.c:708:23: note: outer condition: i<h
efl-1.8.6/src/modules/evas/loaders/ico/evas_image_load_ico.c:714:20: note: opposite inner condition: i>=h
efl-1.8.6/src/modules/evas/loaders/ico/evas_image_load_ico.c:717:25: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
efl-1.8.6/src/modules/evas/loaders/ico/evas_image_load_ico.c:715:28: note: outer condition: j<w
efl-1.8.6/src/modules/evas/loaders/ico/evas_image_load_ico.c:717:25: note: opposite inner condition: j>=w
efl-1.8.6/src/modules/evas/loaders/ico/evas_image_load_ico.c:733:20: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
efl-1.8.6/src/modules/evas/loaders/ico/evas_image_load_ico.c:727:23: note: outer condition: i<h
efl-1.8.6/src/modules/evas/loaders/ico/evas_image_load_ico.c:733:20: note: opposite inner condition: i>=h
efl-1.8.6/src/modules/evas/loaders/ico/evas_image_load_ico.c:738:25: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
efl-1.8.6/src/modules/evas/loaders/ico/evas_image_load_ico.c:734:28: note: outer condition: j<w
efl-1.8.6/src/modules/evas/loaders/ico/evas_image_load_ico.c:738:25: note: opposite inner condition: j>=w
efl-1.8.6/src/modules/evas/loaders/ico/evas_image_load_ico.c:758:20: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
efl-1.8.6/src/modules/evas/loaders/ico/evas_image_load_ico.c:752:23: note: outer condition: i<h
efl-1.8.6/src/modules/evas/loaders/ico/evas_image_load_ico.c:758:20: note: opposite inner condition: i>=h
efl-1.8.6/src/modules/evas/loaders/ico/evas_image_load_ico.c:763:25: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
efl-1.8.6/src/modules/evas/loaders/ico/evas_image_load_ico.c:759:28: note: outer condition: j<w
efl-1.8.6/src/modules/evas/loaders/ico/evas_image_load_ico.c:763:25: note: opposite inner condition: j>=w
efl-1.8.6/src/modules/evas/loaders/ico/evas_image_load_ico.c:787:20: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
efl-1.8.6/src/modules/evas/loaders/ico/evas_image_load_ico.c:780:23: note: outer condition: i<h
efl-1.8.6/src/modules/evas/loaders/ico/evas_image_load_ico.c:787:20: note: opposite inner condition: i>=h
efl-1.8.6/src/modules/evas/loaders/ico/evas_image_load_ico.c:790:25: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
efl-1.8.6/src/modules/evas/loaders/ico/evas_image_load_ico.c:788:28: note: outer condition: j<w
efl-1.8.6/src/modules/evas/loaders/ico/evas_image_load_ico.c:790:25: note: opposite inner condition: j>=w
efl-1.8.6/src/modules/evas/loaders/ico/evas_image_load_ico.c:332:8: style: Condition 'hasa' is always true [knownConditionTrueFalse]
efl-1.8.6/src/modules/evas/loaders/ico/evas_image_load_ico.c:133:14: note: Assignment 'hasa=1', assigned value is 1
efl-1.8.6/src/modules/evas/loaders/ico/evas_image_load_ico.c:332:8: note: Condition 'hasa' is always true
efl-1.8.6/src/modules/evas/loaders/ico/evas_image_load_ico.c:635:18: style: Condition '!right_way_up' is always true [knownConditionTrueFalse]
efl-1.8.6/src/modules/evas/loaders/ico/evas_image_load_ico.c:361:42: note: Assignment 'right_way_up=0', assigned value is 0
efl-1.8.6/src/modules/evas/loaders/ico/evas_image_load_ico.c:635:18: note: Condition '!right_way_up' is always true
efl-1.8.6/src/modules/evas/loaders/ico/evas_image_load_ico.c:685:18: style: Condition '!right_way_up' is always true [knownConditionTrueFalse]
efl-1.8.6/src/modules/evas/loaders/ico/evas_image_load_ico.c:361:42: note: Assignment 'right_way_up=0', assigned value is 0
efl-1.8.6/src/modules/evas/loaders/ico/evas_image_load_ico.c:685:18: note: Condition '!right_way_up' is always true
efl-1.8.6/src/modules/evas/loaders/ico/evas_image_load_ico.c:711:18: style: Condition '!right_way_up' is always true [knownConditionTrueFalse]
efl-1.8.6/src/modules/evas/loaders/ico/evas_image_load_ico.c:361:42: note: Assignment 'right_way_up=0', assigned value is 0
efl-1.8.6/src/modules/evas/loaders/ico/evas_image_load_ico.c:711:18: note: Condition '!right_way_up' is always true
efl-1.8.6/src/modules/evas/loaders/ico/evas_image_load_ico.c:730:18: style: Condition '!right_way_up' is always true [knownConditionTrueFalse]
efl-1.8.6/src/modules/evas/loaders/ico/evas_image_load_ico.c:361:42: note: Assignment 'right_way_up=0', assigned value is 0
efl-1.8.6/src/modules/evas/loaders/ico/evas_image_load_ico.c:730:18: note: Condition '!right_way_up' is always true
efl-1.8.6/src/modules/evas/loaders/ico/evas_image_load_ico.c:755:18: style: Condition '!right_way_up' is always true [knownConditionTrueFalse]
efl-1.8.6/src/modules/evas/loaders/ico/evas_image_load_ico.c:361:42: note: Assignment 'right_way_up=0', assigned value is 0
efl-1.8.6/src/modules/evas/loaders/ico/evas_image_load_ico.c:755:18: note: Condition '!right_way_up' is always true
efl-1.8.6/src/modules/evas/loaders/ico/evas_image_load_ico.c:785:18: style: Condition '!right_way_up' is always true [knownConditionTrueFalse]
efl-1.8.6/src/modules/evas/loaders/ico/evas_image_load_ico.c:361:42: note: Assignment 'right_way_up=0', assigned value is 0
efl-1.8.6/src/modules/evas/loaders/ico/evas_image_load_ico.c:785:18: note: Condition '!right_way_up' is always true
efl-1.8.6/src/modules/evas/loaders/ico/evas_image_load_ico.c:230:21: style: Checking if unsigned variable 'bmsize' is less than zero. [unsignedLessThanZero]
efl-1.8.6/src/modules/evas/loaders/ico/evas_image_load_ico.c:230:40: style: Checking if unsigned variable 'bmoffset' is less than zero. [unsignedLessThanZero]
efl-1.8.6/src/modules/evas/loaders/ico/evas_image_load_ico.c:460:21: style: Checking if unsigned variable 'bmsize' is less than zero. [unsignedLessThanZero]
efl-1.8.6/src/modules/evas/loaders/ico/evas_image_load_ico.c:460:40: style: Checking if unsigned variable 'bmoffset' is less than zero. [unsignedLessThanZero]
efl-1.8.6/src/modules/evas/loaders/ico/evas_image_load_ico.c:614:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/modules/evas/loaders/ico/evas_image_load_ico.c:627:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/modules/evas/loaders/ico/evas_image_load_ico.c:628:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/modules/evas/loaders/jpeg/evas_image_load_jpeg.c:55:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
efl-1.8.6/src/modules/evas/loaders/jpeg/evas_image_load_jpeg.c:345:17: style: The scope of the variable 'scalew' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/loaders/jpeg/evas_image_load_jpeg.c:345:25: style: The scope of the variable 'scaleh' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/loaders/jpeg/evas_image_load_jpeg.c:1076:46: style: The scope of the variable 'to' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/loaders/jpeg/evas_image_load_jpeg.c:1076:51: style: The scope of the variable 'from' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/loaders/jpeg/evas_image_load_jpeg.c:1077:33: style: The scope of the variable 'ly' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/loaders/jpeg/evas_image_load_jpeg.c:59:38: style: Function '_JPEGErrorHandler' argument 1 names different: declaration 'cinfo' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/loaders/jpeg/evas_image_load_jpeg.c:37:44: note: Function '_JPEGErrorHandler' argument 1 names different: declaration 'cinfo' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/loaders/jpeg/evas_image_load_jpeg.c:59:38: note: Function '_JPEGErrorHandler' argument 1 names different: declaration 'cinfo' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/loaders/jpeg/evas_image_load_jpeg.c:70:39: style: Function '_JPEGErrorHandler2' argument 1 names different: declaration 'cinfo' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/loaders/jpeg/evas_image_load_jpeg.c:38:45: note: Function '_JPEGErrorHandler2' argument 1 names different: declaration 'cinfo' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/loaders/jpeg/evas_image_load_jpeg.c:70:39: note: Function '_JPEGErrorHandler2' argument 1 names different: declaration 'cinfo' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/loaders/jpeg/evas_image_load_jpeg.c:70:66: style: Function '_JPEGErrorHandler2' argument 2 names different: declaration 'msg_level' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/loaders/jpeg/evas_image_load_jpeg.c:38:56: note: Function '_JPEGErrorHandler2' argument 2 names different: declaration 'msg_level' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/loaders/jpeg/evas_image_load_jpeg.c:70:66: note: Function '_JPEGErrorHandler2' argument 2 names different: declaration 'msg_level' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/loaders/jpeg/evas_image_load_jpeg.c:221:80: style: Function '_get_orientation_app1' argument 4 names different: declaration 'orientation' definition 'orientation_res'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/loaders/jpeg/evas_image_load_jpeg.c:40:97: note: Function '_get_orientation_app1' argument 4 names different: declaration 'orientation' definition 'orientation_res'.
efl-1.8.6/src/modules/evas/loaders/jpeg/evas_image_load_jpeg.c:221:80: note: Function '_get_orientation_app1' argument 4 names different: declaration 'orientation' definition 'orientation_res'.
efl-1.8.6/src/modules/evas/loaders/jpeg/evas_image_load_jpeg.c:785:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/modules/evas/loaders/pmaps/evas_image_load_pmaps.c:523:52: style: Function 'pmaps_buffer_plain_bw_get' argument 2 names different: declaration 'color' definition 'val'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/loaders/pmaps/evas_image_load_pmaps.c:52:63: note: Function 'pmaps_buffer_plain_bw_get' argument 2 names different: declaration 'color' definition 'val'.
efl-1.8.6/src/modules/evas/loaders/pmaps/evas_image_load_pmaps.c:523:52: note: Function 'pmaps_buffer_plain_bw_get' argument 2 names different: declaration 'color' definition 'val'.
efl-1.8.6/src/modules/evas/loaders/png/evas_image_load_png.c:312:36: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/modules/evas/loaders/png/evas_image_load_png.c:320:38: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/modules/evas/loaders/psd/evas_image_load_psd.c:515:17: style: The scope of the variable 'i' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/loaders/psd/evas_image_load_psd.c:876:17: style: The scope of the variable 'j' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/loaders/psd/evas_image_load_psd.c:871:44: style: Function 'get_compressed_channels_length' argument 1 names different: declaration 'Head' definition 'head'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/loaders/psd/evas_image_load_psd.c:60:61: note: Function 'get_compressed_channels_length' argument 1 names different: declaration 'Head' definition 'head'.
efl-1.8.6/src/modules/evas/loaders/psd/evas_image_load_psd.c:871:44: note: Function 'get_compressed_channels_length' argument 1 names different: declaration 'Head' definition 'head'.
efl-1.8.6/src/modules/evas/loaders/psd/evas_image_load_psd.c:401:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/modules/evas/loaders/psd/evas_image_load_psd.c:402:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/modules/evas/loaders/tga/evas_image_load_tga.c:358:13: style: The scope of the variable 'count' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/loaders/tga/evas_image_load_tga.c:359:23: style: The scope of the variable 'val' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/loaders/tiff/evas_image_load_tiff.c:288:22: style: The scope of the variable 'a' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/loaders/tiff/evas_image_load_tiff.c:288:25: style: The scope of the variable 'r' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/loaders/tiff/evas_image_load_tiff.c:288:28: style: The scope of the variable 'g' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/loaders/tiff/evas_image_load_tiff.c:288:31: style: The scope of the variable 'b' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/loaders/wbmp/evas_image_load_wbmp.c:18:18: style: The scope of the variable 'buf' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/loaders/webp/evas_image_load_webp.c:90:4: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/modules/evas/loaders/webp/evas_image_load_webp.c:85:0: note: Variable 'data' is reassigned a value before the old one has been used.
efl-1.8.6/src/modules/evas/loaders/webp/evas_image_load_webp.c:90:4: note: Variable 'data' is reassigned a value before the old one has been used.
efl-1.8.6/src/modules/evas/loaders/webp/evas_image_load_webp.c:92:4: style: Variable 'surface' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/modules/evas/loaders/webp/evas_image_load_webp.c:87:0: note: Variable 'surface' is reassigned a value before the old one has been used.
efl-1.8.6/src/modules/evas/loaders/webp/evas_image_load_webp.c:92:4: note: Variable 'surface' is reassigned a value before the old one has been used.
efl-1.8.6/src/modules/evas/loaders/webp/evas_image_load_webp.c:94:4: style: Variable 'decoded' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/modules/evas/loaders/webp/evas_image_load_webp.c:86:0: note: Variable 'decoded' is reassigned a value before the old one has been used.
efl-1.8.6/src/modules/evas/loaders/webp/evas_image_load_webp.c:94:4: note: Variable 'decoded' is reassigned a value before the old one has been used.
efl-1.8.6/src/modules/evas/loaders/xpm/evas_image_load_xpm.c:26:16: style: The scope of the variable 'lookup' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/loaders/xpm/evas_image_load_xpm.c:27:11: style: The scope of the variable 'c' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/loaders/xpm/evas_image_load_xpm.c:68:22: warning: Shifting 32-bit value by 116 bits is undefined behaviour. See condition at line 53. [shiftTooManyBits]
efl-1.8.6/src/modules/evas/loaders/xpm/evas_image_load_xpm.c:53:17: note: Assuming that condition 'len<96' is not redundant
efl-1.8.6/src/modules/evas/loaders/xpm/evas_image_load_xpm.c:56:14: note: Compound assignment '/=', assigned value is 31
efl-1.8.6/src/modules/evas/loaders/xpm/evas_image_load_xpm.c:68:22: note: Shift
efl-1.8.6/src/modules/evas/loaders/xpm/evas_image_load_xpm.c:69:22: warning: Shifting 32-bit value by 116 bits is undefined behaviour. See condition at line 53. [shiftTooManyBits]
efl-1.8.6/src/modules/evas/loaders/xpm/evas_image_load_xpm.c:53:17: note: Assuming that condition 'len<96' is not redundant
efl-1.8.6/src/modules/evas/loaders/xpm/evas_image_load_xpm.c:56:14: note: Compound assignment '/=', assigned value is 31
efl-1.8.6/src/modules/evas/loaders/xpm/evas_image_load_xpm.c:69:22: note: Shift
efl-1.8.6/src/modules/evas/loaders/xpm/evas_image_load_xpm.c:70:22: warning: Shifting 32-bit value by 116 bits is undefined behaviour. See condition at line 53. [shiftTooManyBits]
efl-1.8.6/src/modules/evas/loaders/xpm/evas_image_load_xpm.c:53:17: note: Assuming that condition 'len<96' is not redundant
efl-1.8.6/src/modules/evas/loaders/xpm/evas_image_load_xpm.c:56:14: note: Compound assignment '/=', assigned value is 31
efl-1.8.6/src/modules/evas/loaders/xpm/evas_image_load_xpm.c:70:22: note: Shift
efl-1.8.6/src/modules/evas/loaders/xpm/evas_image_load_xpm.c:445:22: error: Array 'line[256]' accessed at index 9998, which is out of bounds. [arrayIndexOutOfBounds]
efl-1.8.6/src/modules/evas/loaders/xpm/evas_image_load_xpm.c:473:22: error: Array 'line[256]' accessed at index 9998, which is out of bounds. [arrayIndexOutOfBounds]
efl-1.8.6/src/modules/evas/loaders/xpm/evas_image_load_xpm.c:93:18: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
efl-1.8.6/src/modules/evas/savers/jpeg/evas_image_save_jpeg.c:30:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
efl-1.8.6/src/modules/evas/savers/jpeg/evas_image_save_jpeg.c:59:24: style: The scope of the variable 'jbuf' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/savers/jpeg/evas_image_save_jpeg.c:124:88: style: Function 'evas_image_save_file_jpeg' argument 3 names different: declaration 'key' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/savers/jpeg/evas_image_save_jpeg.c:8:84: note: Function 'evas_image_save_file_jpeg' argument 3 names different: declaration 'key' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/savers/jpeg/evas_image_save_jpeg.c:124:88: note: Function 'evas_image_save_file_jpeg' argument 3 names different: declaration 'key' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/savers/jpeg/evas_image_save_jpeg.c:124:127: style: Function 'evas_image_save_file_jpeg' argument 5 names different: declaration 'compress' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/savers/jpeg/evas_image_save_jpeg.c:8:106: note: Function 'evas_image_save_file_jpeg' argument 5 names different: declaration 'compress' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/savers/jpeg/evas_image_save_jpeg.c:124:127: note: Function 'evas_image_save_file_jpeg' argument 5 names different: declaration 'compress' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/savers/jpeg/evas_image_save_jpeg.c:116:2: style: Variable 'y' is modified but its new value is never used. [unreadVariable]
efl-1.8.6/src/modules/evas/savers/jpeg/evas_image_save_jpeg.c:65:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/modules/evas/savers/png/evas_image_save_png.c:66:4: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
efl-1.8.6/src/modules/evas/savers/png/evas_image_save_png.c:74:4: note: Found duplicate branches for 'if' and 'else'.
efl-1.8.6/src/modules/evas/savers/png/evas_image_save_png.c:66:4: note: Found duplicate branches for 'if' and 'else'.
efl-1.8.6/src/modules/evas/savers/png/evas_image_save_png.c:159:76: style: Function 'evas_image_save_file_png' argument 3 names different: declaration 'key' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/savers/png/evas_image_save_png.c:24:83: note: Function 'evas_image_save_file_png' argument 3 names different: declaration 'key' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/savers/png/evas_image_save_png.c:159:76: note: Function 'evas_image_save_file_png' argument 3 names different: declaration 'key' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/savers/png/evas_image_save_png.c:159:101: style: Function 'evas_image_save_file_png' argument 4 names different: declaration 'quality' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/savers/png/evas_image_save_png.c:24:92: note: Function 'evas_image_save_file_png' argument 4 names different: declaration 'quality' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/savers/png/evas_image_save_png.c:159:101: note: Function 'evas_image_save_file_png' argument 4 names different: declaration 'quality' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/savers/png/evas_image_save_png.c:159:118: style: Function 'evas_image_save_file_png' argument 5 names different: declaration 'compress' definition 'do_compress'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/savers/png/evas_image_save_png.c:24:105: note: Function 'evas_image_save_file_png' argument 5 names different: declaration 'compress' definition 'do_compress'.
efl-1.8.6/src/modules/evas/savers/png/evas_image_save_png.c:159:118: note: Function 'evas_image_save_file_png' argument 5 names different: declaration 'compress' definition 'do_compress'.
efl-1.8.6/src/modules/evas/savers/png/evas_image_save_png.c:105:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/modules/evas/savers/tiff/evas_image_save_tiff.c:22:24: style: The scope of the variable 'i' can be reduced. [variableScope]
efl-1.8.6/src/modules/evas/savers/tiff/evas_image_save_tiff.c:105:88: style: Function 'evas_image_save_file_tiff' argument 3 names different: declaration 'key' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/savers/tiff/evas_image_save_tiff.c:6:84: note: Function 'evas_image_save_file_tiff' argument 3 names different: declaration 'key' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/savers/tiff/evas_image_save_tiff.c:105:88: note: Function 'evas_image_save_file_tiff' argument 3 names different: declaration 'key' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/savers/tiff/evas_image_save_tiff.c:105:113: style: Function 'evas_image_save_file_tiff' argument 4 names different: declaration 'quality' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/savers/tiff/evas_image_save_tiff.c:6:93: note: Function 'evas_image_save_file_tiff' argument 4 names different: declaration 'quality' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/savers/tiff/evas_image_save_tiff.c:105:113: note: Function 'evas_image_save_file_tiff' argument 4 names different: declaration 'quality' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/savers/webp/evas_image_save_webp.c:75:88: style: Function 'evas_image_save_file_webp' argument 3 names different: declaration 'key' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/savers/webp/evas_image_save_webp.c:11:84: note: Function 'evas_image_save_file_webp' argument 3 names different: declaration 'key' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/savers/webp/evas_image_save_webp.c:75:88: note: Function 'evas_image_save_file_webp' argument 3 names different: declaration 'key' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/savers/webp/evas_image_save_webp.c:75:127: style: Function 'evas_image_save_file_webp' argument 5 names different: declaration 'compress' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/modules/evas/savers/webp/evas_image_save_webp.c:11:106: note: Function 'evas_image_save_file_webp' argument 5 names different: declaration 'compress' definition 'EINA_UNUSED'.
efl-1.8.6/src/modules/evas/savers/webp/evas_image_save_webp.c:75:127: note: Function 'evas_image_save_file_webp' argument 5 names different: declaration 'compress' definition 'EINA_UNUSED'.
efl-1.8.6/src/static_libs/libunibreak/linebreak.c:314:34: style: The scope of the variable 'lbplIter' can be reduced. [variableScope]
efl-1.8.6/src/static_libs/libunibreak/wordbreak.c:81:6: style: The scope of the variable 'mid' can be reduced. [variableScope]
efl-1.8.6/src/static_libs/lz4/lz4.c:235:11: style: struct member 'refTables::hashTable' is never used. [unusedStructMember]
efl-1.8.6/src/tests/ecore/ecore_test_animator.c:53:10: style: The scope of the variable 'res1' can be reduced. [variableScope]
efl-1.8.6/src/tests/ecore/ecore_test_animator.c:54:10: style: The scope of the variable 'res2' can be reduced. [variableScope]
efl-1.8.6/src/tests/ecore/ecore_test_ecore.c:393:4: style: Variable 'ev' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/tests/ecore/ecore_test_ecore.c:363:0: note: Variable 'ev' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/ecore/ecore_test_ecore.c:393:4: note: Variable 'ev' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/ecore/ecore_test_ecore.c:583:4: style: Variable 'poll1_ptr' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/tests/ecore/ecore_test_ecore.c:560:0: note: Variable 'poll1_ptr' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/ecore/ecore_test_ecore.c:583:4: note: Variable 'poll1_ptr' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/ecore/ecore_test_ecore.c:584:4: style: Variable 'poll2_ptr' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/tests/ecore/ecore_test_ecore.c:564:0: note: Variable 'poll2_ptr' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/ecore/ecore_test_ecore.c:584:4: note: Variable 'poll2_ptr' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/ecore/ecore_test_ecore.c:585:4: style: Variable 'poll3_ptr' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/tests/ecore/ecore_test_ecore.c:568:0: note: Variable 'poll3_ptr' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/ecore/ecore_test_ecore.c:585:4: note: Variable 'poll3_ptr' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/ecore/ecore_test_ecore.c:65:10: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
efl-1.8.6/src/tests/ecore/ecore_test_ecore.c:85:10: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
efl-1.8.6/src/tests/ecore/ecore_test_ecore.c:105:10: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
efl-1.8.6/src/tests/ecore/ecore_test_ecore.c:130:10: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
efl-1.8.6/src/tests/ecore/ecore_test_ecore.c:156:10: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
efl-1.8.6/src/tests/ecore/ecore_test_ecore.c:246:10: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
efl-1.8.6/src/tests/ecore/ecore_test_ecore.c:453:18: style: Variable 'res_counter' is assigned a value that is never used. [unreadVariable]
efl-1.8.6/src/tests/ecore/ecore_test_ecore.c:545:10: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
efl-1.8.6/src/tests/ecore/ecore_test_ecore.c:610:10: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
efl-1.8.6/src/tests/ecore/ecore_test_ecore.c:674:10: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
efl-1.8.6/src/tests/ecore/ecore_test_ecore_audio.c:760:17: style: The scope of the variable 'obj' can be reduced. [variableScope]
efl-1.8.6/src/tests/ecore/ecore_test_ecore_con.c:254:4: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/tests/ecore/ecore_test_ecore_con.c:253:4: note: Variable 'ret' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/ecore/ecore_test_ecore_con.c:254:4: note: Variable 'ret' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/ecore/ecore_test_ecore_con.c:288:4: style: Variable 'e_err' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/tests/ecore/ecore_test_ecore_con.c:286:4: note: Variable 'e_err' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/ecore/ecore_test_ecore_con.c:288:4: note: Variable 'e_err' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/ecore/ecore_test_ecore_con.c:303:4: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/tests/ecore/ecore_test_ecore_con.c:302:4: note: Variable 'ret' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/ecore/ecore_test_ecore_con.c:303:4: note: Variable 'ret' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/ecore/ecore_test_ecore_con.c:303:10: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
efl-1.8.6/src/tests/ecore/ecore_test_ecore_x.c:52:35: style: Function 'ecore_test_ecore_x' argument 1 names different: declaration 'tc' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/tests/ecore/ecore_suite.h:8:32: note: Function 'ecore_test_ecore_x' argument 1 names different: declaration 'tc' definition 'EINA_UNUSED'.
efl-1.8.6/src/tests/ecore/ecore_test_ecore_x.c:52:35: note: Function 'ecore_test_ecore_x' argument 1 names different: declaration 'tc' definition 'EINA_UNUSED'.
efl-1.8.6/src/tests/eet/eet_suite.c:746:9: warning: Either the condition '!val' is redundant or there is possible null pointer dereference: val. [nullPointerRedundantCheck]
efl-1.8.6/src/tests/eet/eet_suite.c:743:8: note: Assuming that condition '!val' is not redundant
efl-1.8.6/src/tests/eet/eet_suite.c:746:9: note: Null pointer dereference
efl-1.8.6/src/tests/eet/eet_suite.c:1749:4: style: Variable 'k' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/tests/eet/eet_suite.c:1745:0: note: Variable 'k' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/eet/eet_suite.c:1749:4: note: Variable 'k' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/eet/eet_suite.c:1765:4: style: Variable 'k' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/tests/eet/eet_suite.c:1761:0: note: Variable 'k' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/eet/eet_suite.c:1765:4: note: Variable 'k' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/eet/eet_suite.c:1812:4: style: Variable 'k' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/tests/eet/eet_suite.c:1808:0: note: Variable 'k' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/eet/eet_suite.c:1812:4: note: Variable 'k' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/eet/eet_suite.c:829:5: error: Common realloc mistake: 'string' nulled but not freed upon failure [memleakOnRealloc]
efl-1.8.6/src/tests/eeze/eeze_suite.c:49:4: style: Variable 'type' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/tests/eeze/eeze_suite.c:48:4: note: Variable 'type' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/eeze/eeze_suite.c:49:4: note: Variable 'type' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/eeze/eeze_suite.c:89:4: style: Variable 'watch' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/tests/eeze/eeze_suite.c:88:4: note: Variable 'watch' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/eeze/eeze_suite.c:89:4: note: Variable 'watch' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/eeze/eeze_suite.c:90:4: style: Variable 'watch' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/tests/eeze/eeze_suite.c:89:4: note: Variable 'watch' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/eeze/eeze_suite.c:90:4: note: Variable 'watch' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/eeze/eeze_suite.c:91:4: style: Variable 'watch' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/tests/eeze/eeze_suite.c:90:4: note: Variable 'watch' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/eeze/eeze_suite.c:91:4: note: Variable 'watch' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/eeze/eeze_suite.c:92:4: style: Variable 'watch' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/tests/eeze/eeze_suite.c:91:4: note: Variable 'watch' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/eeze/eeze_suite.c:92:4: note: Variable 'watch' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/eeze/eeze_suite.c:93:4: style: Variable 'watch' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/tests/eeze/eeze_suite.c:92:4: note: Variable 'watch' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/eeze/eeze_suite.c:93:4: note: Variable 'watch' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/eeze/eeze_suite.c:94:4: style: Variable 'watch' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/tests/eeze/eeze_suite.c:93:4: note: Variable 'watch' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/eeze/eeze_suite.c:94:4: note: Variable 'watch' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/eeze/eeze_suite.c:95:4: style: Variable 'watch' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/tests/eeze/eeze_suite.c:94:4: note: Variable 'watch' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/eeze/eeze_suite.c:95:4: note: Variable 'watch' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/eeze/eeze_suite.c:270:4: style: Variable 'list' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/tests/eeze/eeze_suite.c:265:0: note: Variable 'list' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/eeze/eeze_suite.c:270:4: note: Variable 'list' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/eeze/eeze_suite.c:288:4: style: Variable 'net' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/tests/eeze/eeze_suite.c:282:0: note: Variable 'net' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/eeze/eeze_suite.c:288:4: note: Variable 'net' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/eeze/eeze_suite.c:291:4: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/tests/eeze/eeze_suite.c:283:0: note: Variable 'tmp' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/eeze/eeze_suite.c:291:4: note: Variable 'tmp' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/eeze/eeze_suite.c:300:4: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/tests/eeze/eeze_suite.c:293:4: note: Variable 'tmp' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/eeze/eeze_suite.c:300:4: note: Variable 'tmp' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/eeze/eeze_suite.c:304:4: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/tests/eeze/eeze_suite.c:302:4: note: Variable 'tmp' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/eeze/eeze_suite.c:304:4: note: Variable 'tmp' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/eeze/eeze_suite.c:308:4: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/tests/eeze/eeze_suite.c:306:4: note: Variable 'tmp' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/eeze/eeze_suite.c:308:4: note: Variable 'tmp' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/eeze/eeze_suite.c:312:4: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/tests/eeze/eeze_suite.c:310:4: note: Variable 'tmp' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/eeze/eeze_suite.c:312:4: note: Variable 'tmp' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/eeze/eeze_suite.c:316:4: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/tests/eeze/eeze_suite.c:314:4: note: Variable 'tmp' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/eeze/eeze_suite.c:316:4: note: Variable 'tmp' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/eeze/eeze_suite.c:373:4: style: Variable 'sens' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/tests/eeze/eeze_suite.c:362:0: note: Variable 'sens' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/eeze/eeze_suite.c:373:4: note: Variable 'sens' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/eeze/eeze_suite.c:375:4: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/tests/eeze/eeze_suite.c:367:0: note: Variable 'rc' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/eeze/eeze_suite.c:375:4: note: Variable 'rc' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/eeze/eeze_suite.c:505:4: style: Variable 'sens' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/tests/eeze/eeze_suite.c:500:0: note: Variable 'sens' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/eeze/eeze_suite.c:505:4: note: Variable 'sens' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/eeze/eeze_suite.c:507:4: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/tests/eeze/eeze_suite.c:503:0: note: Variable 'rc' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/eeze/eeze_suite.c:507:4: note: Variable 'rc' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/eeze/eeze_suite.c:533:4: style: Variable 'sens' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/tests/eeze/eeze_suite.c:523:0: note: Variable 'sens' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/eeze/eeze_suite.c:533:4: note: Variable 'sens' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/eeze/eeze_suite.c:535:4: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/tests/eeze/eeze_suite.c:525:0: note: Variable 'rc' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/eeze/eeze_suite.c:535:4: note: Variable 'rc' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/eeze/eeze_suite.c:604:4: style: Variable 'obj' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/tests/eeze/eeze_suite.c:597:0: note: Variable 'obj' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/eeze/eeze_suite.c:604:4: note: Variable 'obj' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/eeze/eeze_suite.c:607:4: style: Variable 'obj_tmp' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/tests/eeze/eeze_suite.c:597:0: note: Variable 'obj_tmp' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/eeze/eeze_suite.c:607:4: note: Variable 'obj_tmp' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/efreet/ef_desktop.c:100:77: warning: Either the condition '!cat' is redundant or there is possible null pointer dereference: cat. [nullPointerRedundantCheck]
efl-1.8.6/src/tests/efreet/ef_desktop.c:98:18: note: Assuming that condition '!cat' is not redundant
efl-1.8.6/src/tests/efreet/ef_desktop.c:100:77: note: Null pointer dereference
efl-1.8.6/src/tests/efreet/ef_desktop.c:409:55: warning: Either the condition '!val' is redundant or there is possible null pointer dereference: val. [nullPointerRedundantCheck]
efl-1.8.6/src/tests/efreet/ef_desktop.c:407:8: note: Assuming that condition '!val' is not redundant
efl-1.8.6/src/tests/efreet/ef_desktop.c:409:55: note: Null pointer dereference
efl-1.8.6/src/tests/efreet/ef_desktop.c:54:15: style: The scope of the variable 'l' can be reduced. [variableScope]
efl-1.8.6/src/tests/efreet/ef_icon_theme.c:168:20: style: The scope of the variable 'd' can be reduced. [variableScope]
efl-1.8.6/src/tests/efreet/ef_icon_theme.c:551:28: style: The scope of the variable 'parent_theme' can be reduced. [variableScope]
efl-1.8.6/src/tests/efreet/ef_icon_theme.c:61:28: style: Function '_hash_keys' argument 1 names different: declaration 'hash' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/tests/efreet/ef_icon_theme.c:17:40: note: Function '_hash_keys' argument 1 names different: declaration 'hash' definition 'EINA_UNUSED'.
efl-1.8.6/src/tests/efreet/ef_icon_theme.c:61:28: note: Function '_hash_keys' argument 1 names different: declaration 'hash' definition 'EINA_UNUSED'.
efl-1.8.6/src/tests/efreet/ef_ini.c:133:21: style: The scope of the variable 'val' can be reduced. [variableScope]
efl-1.8.6/src/tests/efreet/ef_locale.c:63:21: warning: Either the condition '!tmp' is redundant or there is possible null pointer dereference: tmp. [nullPointerRedundantCheck]
efl-1.8.6/src/tests/efreet/ef_locale.c:59:32: note: Assuming that condition '!tmp' is not redundant
efl-1.8.6/src/tests/efreet/ef_locale.c:63:21: note: Null pointer dereference
efl-1.8.6/src/tests/efreet/ef_locale.c:72:21: warning: Either the condition '!tmp' is redundant or there is possible null pointer dereference: tmp. [nullPointerRedundantCheck]
efl-1.8.6/src/tests/efreet/ef_locale.c:68:35: note: Assuming that condition '!tmp' is not redundant
efl-1.8.6/src/tests/efreet/ef_locale.c:72:21: note: Null pointer dereference
efl-1.8.6/src/tests/efreet/ef_locale.c:81:21: warning: Either the condition '!tmp' is redundant or there is possible null pointer dereference: tmp. [nullPointerRedundantCheck]
efl-1.8.6/src/tests/efreet/ef_locale.c:77:36: note: Assuming that condition '!tmp' is not redundant
efl-1.8.6/src/tests/efreet/ef_locale.c:81:21: note: Null pointer dereference
efl-1.8.6/src/tests/efreet/ef_mime.c:20:30: style: The scope of the variable 'icon' can be reduced. [variableScope]
efl-1.8.6/src/tests/efreet/ef_mime.c:33:11: style: The scope of the variable 'start' can be reduced. [variableScope]
efl-1.8.6/src/tests/eina/eina_test_abi.c:149:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/tests/eina/eina_test_abi.c:151:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/tests/eina/eina_test_abi.c:153:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/tests/eina/eina_test_abi.c:155:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/tests/eina/eina_test_abi.c:157:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/tests/eina/eina_test_abi.c:189:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/tests/eina/eina_test_abi.c:190:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/tests/eina/eina_test_abi.c:191:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/tests/eina/eina_test_abi.c:192:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/tests/eina/eina_test_abi.c:193:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/tests/eina/eina_test_abi.c:194:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/tests/eina/eina_test_abi.c:195:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/tests/eina/eina_test_abi.c:196:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/tests/eina/eina_test_abi.c:197:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/tests/eina/eina_test_abi.c:198:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/tests/eina/eina_test_binbuf.c:246:7: style: Variable 'sz' is assigned a value that is never used. [unreadVariable]
efl-1.8.6/src/tests/eina/eina_test_binshare.c:123:16: style: The scope of the variable 'tmp' can be reduced. [variableScope]
efl-1.8.6/src/tests/eina/eina_test_counter.c:82:21: style: Variable 'tmp' is allocated memory that is never used. [unusedAllocatedMemory]
efl-1.8.6/src/tests/eina/eina_test_counter.c:92:21: style: Variable 'tmp' is allocated memory that is never used. [unusedAllocatedMemory]
efl-1.8.6/src/tests/eina/eina_test_file.c:447:15: style: The scope of the variable 'f' can be reduced. [variableScope]
efl-1.8.6/src/tests/eina/eina_test_fp.c:35:11: style: The scope of the variable 'dc' can be reduced. [variableScope]
efl-1.8.6/src/tests/eina/eina_test_fp.c:36:11: style: The scope of the variable 'dresult' can be reduced. [variableScope]
efl-1.8.6/src/tests/eina/eina_test_fp.c:37:11: style: The scope of the variable 'delta' can be reduced. [variableScope]
efl-1.8.6/src/tests/eina/eina_test_fp.c:64:11: style: The scope of the variable 'dc' can be reduced. [variableScope]
efl-1.8.6/src/tests/eina/eina_test_fp.c:65:11: style: The scope of the variable 'dresult' can be reduced. [variableScope]
efl-1.8.6/src/tests/eina/eina_test_fp.c:66:11: style: The scope of the variable 'delta' can be reduced. [variableScope]
efl-1.8.6/src/tests/eina/eina_test_hash.c:57:4: style: Variable 'hash' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/tests/eina/eina_test_hash.c:50:0: note: Variable 'hash' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/eina/eina_test_hash.c:57:4: note: Variable 'hash' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/eina/eina_test_hash.c:113:4: style: Variable 'hash' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/tests/eina/eina_test_hash.c:108:0: note: Variable 'hash' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/eina/eina_test_hash.c:113:4: note: Variable 'hash' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/eina/eina_test_hash.c:142:4: style: Variable 'hash' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/tests/eina/eina_test_hash.c:136:0: note: Variable 'hash' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/eina/eina_test_hash.c:142:4: note: Variable 'hash' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/eina/eina_test_hash.c:39:20: style: Checking if unsigned variable 'strlen(key)' is less than zero. [unsignedLessThanZero]
efl-1.8.6/src/tests/eina/eina_test_inarray.c:32:11: style: The scope of the variable 'pos' can be reduced. [variableScope]
efl-1.8.6/src/tests/eina/eina_test_inlist.c:379:29: style: The scope of the variable 'tmp' can be reduced. [variableScope]
efl-1.8.6/src/tests/eina/eina_test_iterator.c:397:4: style: Variable 'root' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/tests/eina/eina_test_iterator.c:393:0: note: Variable 'root' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/eina/eina_test_iterator.c:397:4: note: Variable 'root' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/eina/eina_test_iterator.c:319:12: error: Uninitialized struct member: it.node [uninitStructMember]
efl-1.8.6/src/tests/eina/eina_test_list.c:394:18: style: The scope of the variable 'p' can be reduced. [variableScope]
efl-1.8.6/src/tests/eina/eina_test_list.c:395:20: style: The scope of the variable 'j' can be reduced. [variableScope]
efl-1.8.6/src/tests/eina/eina_test_log.c:378:19: style: Unused variable: ctx [unusedVariable]
efl-1.8.6/src/tests/eina/eina_test_simple_xml_parser.c:258:0: error: Memory leak: buf [memleak]
efl-1.8.6/src/tests/eina/eina_test_strbuf.c:358:7: style: Variable 'sz' is assigned a value that is never used. [unreadVariable]
efl-1.8.6/src/tests/eina/eina_test_stringshare.c:129:16: style: The scope of the variable 'tmp' can be reduced. [variableScope]
efl-1.8.6/src/tests/eina/eina_test_ustr.c:163:9: style: Variable 'rv' is assigned a value that is never used. [unreadVariable]
efl-1.8.6/src/tests/eina/eina_test_ustr.c:447:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/tests/eina/eina_test_ustr.c:449:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/tests/eina/eina_test_ustr.c:451:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/tests/eina/eina_test_ustr.c:453:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/tests/eina/eina_test_ustr.c:455:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/tests/eina/eina_test_ustr.c:487:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/tests/eina/eina_test_ustr.c:488:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/tests/eina/eina_test_ustr.c:489:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/tests/eina/eina_test_ustr.c:490:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/tests/eina/eina_test_ustr.c:491:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/tests/eina/eina_test_ustr.c:492:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/tests/eina/eina_test_ustr.c:493:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/tests/eina/eina_test_ustr.c:494:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/tests/eina/eina_test_ustr.c:495:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/tests/eina/eina_test_ustr.c:496:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efl-1.8.6/src/tests/eina/eina_test_ustringshare.c:91:24: style: The scope of the variable 'tmp' can be reduced. [variableScope]
efl-1.8.6/src/tests/eldbus/eldbus_test_eldbus_init.c:28:10: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
efl-1.8.6/src/tests/eldbus/eldbus_test_eldbus_init.c:46:10: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
efl-1.8.6/src/tests/emotion/emotion_test_main.c:84:29: style: Function 'main_signal_exit' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/tests/emotion/emotion_test_main.c:55:42: note: Function 'main_signal_exit' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/tests/emotion/emotion_test_main.c:84:29: note: Function 'main_signal_exit' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/tests/emotion/emotion_test_main.c:84:54: style: Function 'main_signal_exit' argument 2 names different: declaration 'ev_type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/tests/emotion/emotion_test_main.c:55:52: note: Function 'main_signal_exit' argument 2 names different: declaration 'ev_type' definition 'EINA_UNUSED'.
efl-1.8.6/src/tests/emotion/emotion_test_main.c:84:54: note: Function 'main_signal_exit' argument 2 names different: declaration 'ev_type' definition 'EINA_UNUSED'.
efl-1.8.6/src/tests/emotion/emotion_test_main.c:84:76: style: Function 'main_signal_exit' argument 3 names different: declaration 'ev' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/tests/emotion/emotion_test_main.c:55:67: note: Function 'main_signal_exit' argument 3 names different: declaration 'ev' definition 'EINA_UNUSED'.
efl-1.8.6/src/tests/emotion/emotion_test_main.c:84:76: note: Function 'main_signal_exit' argument 3 names different: declaration 'ev' definition 'EINA_UNUSED'.
efl-1.8.6/src/tests/emotion/emotion_test_main.c:98:36: style: Function 'main_delete_request' argument 1 names different: declaration 'ee' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/tests/emotion/emotion_test_main.c:56:45: note: Function 'main_delete_request' argument 1 names different: declaration 'ee' definition 'EINA_UNUSED'.
efl-1.8.6/src/tests/emotion/emotion_test_main.c:98:36: note: Function 'main_delete_request' argument 1 names different: declaration 'ee' definition 'EINA_UNUSED'.
efl-1.8.6/src/tests/emotion/emotion_test_main.c:168:24: style: Function 'bg_key_down' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/tests/emotion/emotion_test_main.c:60:31: note: Function 'bg_key_down' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/tests/emotion/emotion_test_main.c:168:24: note: Function 'bg_key_down' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
efl-1.8.6/src/tests/emotion/emotion_test_main.c:168:45: style: Function 'bg_key_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/tests/emotion/emotion_test_main.c:60:44: note: Function 'bg_key_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
efl-1.8.6/src/tests/emotion/emotion_test_main.c:168:45: note: Function 'bg_key_down' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
efl-1.8.6/src/tests/emotion/emotion_test_main.c:168:75: style: Function 'bg_key_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
efl-1.8.6/src/tests/emotion/emotion_test_main.c:60:61: note: Function 'bg_key_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/tests/emotion/emotion_test_main.c:168:75: note: Function 'bg_key_down' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
efl-1.8.6/src/tests/eo/suite/eo_test_general.c:719:9: style: Variable 'obj2' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/tests/eo/suite/eo_test_general.c:660:0: note: Variable 'obj2' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/eo/suite/eo_test_general.c:719:9: note: Variable 'obj2' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/eo/suite/eo_test_general.c:816:4: style: Variable 'obj' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/tests/eo/suite/eo_test_general.c:813:0: note: Variable 'obj' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/eo/suite/eo_test_general.c:816:4: note: Variable 'obj' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/eo/suite/eo_test_general.c:822:4: style: Variable 'pd' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/tests/eo/suite/eo_test_general.c:812:0: note: Variable 'pd' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/eo/suite/eo_test_general.c:822:4: note: Variable 'pd' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/evas/evas_test_textblock.c:1417:4: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/tests/evas/evas_test_textblock.c:1414:0: note: Variable 'buf' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/evas/evas_test_textblock.c:1417:4: note: Variable 'buf' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/evas/evas_test_textblock.c:2058:9: style: Variable 'content' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/tests/evas/evas_test_textblock.c:2054:9: note: Variable 'content' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/evas/evas_test_textblock.c:2058:9: note: Variable 'content' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/evas/evas_test_textblock.c:2062:9: style: Variable 'content' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/tests/evas/evas_test_textblock.c:2058:9: note: Variable 'content' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/evas/evas_test_textblock.c:2062:9: note: Variable 'content' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/evas/evas_test_textblock.c:2066:9: style: Variable 'content' is reassigned a value before the old one has been used. [redundantAssignment]
efl-1.8.6/src/tests/evas/evas_test_textblock.c:2062:9: note: Variable 'content' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/evas/evas_test_textblock.c:2066:9: note: Variable 'content' is reassigned a value before the old one has been used.
efl-1.8.6/src/tests/evas/evas_test_textblock.c:1918:7: error: Memory pointed to by 'tr' is freed twice. [doubleFree]
efl-1.8.6/src/tests/evas/evas_test_textblock.c:1930:7: error: Memory pointed to by 'tr' is freed twice. [doubleFree]
efl-1.8.6/src/tests/evas/evas_test_textblock.c:1942:7: error: Memory pointed to by 'tr' is freed twice. [doubleFree]
[17:25]

ftp://ftp.se.debian.org/debian/pool/main/e/eflite/eflite_0.4.1.orig.tar.gz
eflite-0.4.1/es.c:500:7: style: The scope of the variable 'tmp' can be reduced. [variableScope]
eflite-0.4.1/es.c:501:9: style: The scope of the variable 'p' can be reduced. [variableScope]
eflite-0.4.1/es.c:631:7: style: The scope of the variable 'result' can be reduced. [variableScope]
eflite-0.4.1/es.c:696:7: style: The scope of the variable 'size' can be reduced. [variableScope]
eflite-0.4.1/es.c:766:7: style: The scope of the variable 'max' can be reduced. [variableScope]
eflite-0.4.1/es.c:768:7: style: The scope of the variable 'child' can be reduced. [variableScope]
eflite-0.4.1/es.c:899:2: error: Common realloc mistake: 'client' nulled but not freed upon failure [memleakOnRealloc]
eflite-0.4.1/fs.c:474:15: style: Condition 'value!=-1' is always false [knownConditionTrueFalse]
eflite-0.4.1/fs.c:465:18: note: Assignment 'value=-1', assigned value is -1
eflite-0.4.1/fs.c:474:15: note: Condition 'value!=-1' is always false
eflite-0.4.1/fs.c:474:15: style: Same expression on both sides of '!=' because the value of 'value' and '-1' are the same. [duplicateExpression]
eflite-0.4.1/fs.c:465:18: note: 'value' is assigned value '-1' here.
eflite-0.4.1/fs.c:474:15: note: Same expression on both sides of '!=' because the value of 'value' and '-1' are the same.
eflite-0.4.1/fs.c:545:13: style: The scope of the variable 'wptr' can be reduced. [variableScope]
eflite-0.4.1/fs.c:546:7: style: The scope of the variable 'type' can be reduced. [variableScope]
eflite-0.4.1/fs.c:670:7: style: The scope of the variable 'command' can be reduced. [variableScope]
eflite-0.4.1/fs.c:396:2: style: Variable 'langi' is assigned a value that is never used. [unreadVariable]
[17:25]

ftp://ftp.se.debian.org/debian/pool/main/e/efp/efp_1.6.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/efreet/efreet_1.2.0.orig.tar.gz
efreet-1.2.0/src/bin/efreet_icon_cache_create.c:536:13: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
efreet-1.2.0/src/bin/efreet_icon_cache_create.c:535:19: note: Variable 'p' is reassigned a value before the old one has been used.
efreet-1.2.0/src/bin/efreet_icon_cache_create.c:536:13: note: Variable 'p' is reassigned a value before the old one has been used.
efreet-1.2.0/src/bin/efreet_icon_cache_create.c:320:17: style: The scope of the variable 'name' can be reduced. [variableScope]
efreet-1.2.0/src/bin/efreet_icon_cache_create.c:356:16: style: The scope of the variable 'l' can be reduced. [variableScope]
efreet-1.2.0/src/bin/efreet_icon_cache_create.c:357:17: style: The scope of the variable 'name' can be reduced. [variableScope]
efreet-1.2.0/src/bin/efreet_icon_cache_create.c:590:21: style: The scope of the variable 'path' can be reduced. [variableScope]
efreet-1.2.0/src/bin/efreet_icon_cache_create.c:523:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efreet-1.2.0/src/bin/efreet_icon_cache_create.c:552:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efreet-1.2.0/src/lib/efreet.c:245:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efreet-1.2.0/src/lib/efreet_base.c:254:9: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
efreet-1.2.0/src/lib/efreet_base.c:253:15: note: Variable 'p' is reassigned a value before the old one has been used.
efreet-1.2.0/src/lib/efreet_base.c:254:9: note: Variable 'p' is reassigned a value before the old one has been used.
efreet-1.2.0/src/lib/efreet_base.c:238:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efreet-1.2.0/src/lib/efreet_cache.c:1320:9: style: The scope of the variable 'dangling' can be reduced. [variableScope]
efreet-1.2.0/src/lib/efreet_cache.c:1056:25: style: Function 'cache_exe_cb' argument 1 names different: declaration 'data' definition '__UNUSED__'. [funcArgNamesDifferent]
efreet-1.2.0/src/lib/efreet_cache.c:99:37: note: Function 'cache_exe_cb' argument 1 names different: declaration 'data' definition '__UNUSED__'.
efreet-1.2.0/src/lib/efreet_cache.c:1056:25: note: Function 'cache_exe_cb' argument 1 names different: declaration 'data' definition '__UNUSED__'.
efreet-1.2.0/src/lib/efreet_cache.c:1056:46: style: Function 'cache_exe_cb' argument 2 names different: declaration 'type' definition '__UNUSED__'. [funcArgNamesDifferent]
efreet-1.2.0/src/lib/efreet_cache.c:99:47: note: Function 'cache_exe_cb' argument 2 names different: declaration 'type' definition '__UNUSED__'.
efreet-1.2.0/src/lib/efreet_cache.c:1056:46: note: Function 'cache_exe_cb' argument 2 names different: declaration 'type' definition '__UNUSED__'.
efreet-1.2.0/src/lib/efreet_cache.c:1099:28: style: Function 'cache_update_cb' argument 1 names different: declaration 'data' definition '__UNUSED__'. [funcArgNamesDifferent]
efreet-1.2.0/src/lib/efreet_cache.c:101:35: note: Function 'cache_update_cb' argument 1 names different: declaration 'data' definition '__UNUSED__'.
efreet-1.2.0/src/lib/efreet_cache.c:1099:28: note: Function 'cache_update_cb' argument 1 names different: declaration 'data' definition '__UNUSED__'.
efreet-1.2.0/src/lib/efreet_cache.c:1099:63: style: Function 'cache_update_cb' argument 2 names different: declaration 'em' definition '__UNUSED__'. [funcArgNamesDifferent]
efreet-1.2.0/src/lib/efreet_cache.c:101:61: note: Function 'cache_update_cb' argument 2 names different: declaration 'em' definition '__UNUSED__'.
efreet-1.2.0/src/lib/efreet_cache.c:1099:63: note: Function 'cache_update_cb' argument 2 names different: declaration 'em' definition '__UNUSED__'.
efreet-1.2.0/src/lib/efreet_cache.c:1200:42: style: Function 'desktop_cache_update_cache_cb' argument 1 names different: declaration 'data' definition '__UNUSED__'. [funcArgNamesDifferent]
efreet-1.2.0/src/lib/efreet_cache.c:104:54: note: Function 'desktop_cache_update_cache_cb' argument 1 names different: declaration 'data' definition '__UNUSED__'.
efreet-1.2.0/src/lib/efreet_cache.c:1200:42: note: Function 'desktop_cache_update_cache_cb' argument 1 names different: declaration 'data' definition '__UNUSED__'.
efreet-1.2.0/src/lib/efreet_cache.c:1251:39: style: Function 'icon_cache_update_cache_cb' argument 1 names different: declaration 'data' definition '__UNUSED__'. [funcArgNamesDifferent]
efreet-1.2.0/src/lib/efreet_cache.c:105:51: note: Function 'icon_cache_update_cache_cb' argument 1 names different: declaration 'data' definition '__UNUSED__'.
efreet-1.2.0/src/lib/efreet_cache.c:1251:39: note: Function 'icon_cache_update_cache_cb' argument 1 names different: declaration 'data' definition '__UNUSED__'.
efreet-1.2.0/src/lib/efreet_cache.c:511:5: style: struct member '_Efreet_Cache_Icon_Element_Pointer::pointer' is never used. [unusedStructMember]
efreet-1.2.0/src/lib/efreet_desktop.c:227:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
efreet-1.2.0/src/lib/efreet_desktop.c:545:23: style: The scope of the variable 'len' can be reduced. [variableScope]
efreet-1.2.0/src/lib/efreet_desktop.c:888:53: style: Function 'efreet_desktop_x_fields_parse' argument 1 names different: declaration 'hash' definition '__UNUSED__'. [funcArgNamesDifferent]
efreet-1.2.0/src/lib/efreet_desktop.c:83:65: note: Function 'efreet_desktop_x_fields_parse' argument 1 names different: declaration 'hash' definition '__UNUSED__'.
efreet-1.2.0/src/lib/efreet_desktop.c:888:53: note: Function 'efreet_desktop_x_fields_parse' argument 1 names different: declaration 'hash' definition '__UNUSED__'.
efreet-1.2.0/src/lib/efreet_desktop.c:888:88: style: Function 'efreet_desktop_x_fields_parse' argument 3 names different: declaration 'data' definition 'value'. [funcArgNamesDifferent]
efreet-1.2.0/src/lib/efreet_desktop.c:85:55: note: Function 'efreet_desktop_x_fields_parse' argument 3 names different: declaration 'data' definition 'value'.
efreet-1.2.0/src/lib/efreet_desktop.c:888:88: note: Function 'efreet_desktop_x_fields_parse' argument 3 names different: declaration 'data' definition 'value'.
efreet-1.2.0/src/lib/efreet_desktop.c:911:52: style: Function 'efreet_desktop_x_fields_save' argument 1 names different: declaration 'hash' definition '__UNUSED__'. [funcArgNamesDifferent]
efreet-1.2.0/src/lib/efreet_desktop.c:87:64: note: Function 'efreet_desktop_x_fields_save' argument 1 names different: declaration 'hash' definition '__UNUSED__'.
efreet-1.2.0/src/lib/efreet_desktop.c:911:52: note: Function 'efreet_desktop_x_fields_save' argument 1 names different: declaration 'hash' definition '__UNUSED__'.
efreet-1.2.0/src/lib/efreet_desktop.c:1034:38: style: Function 'efreet_desktop_changes_cb' argument 1 names different: declaration 'data' definition '__UNUSED__'. [funcArgNamesDifferent]
efreet-1.2.0/src/lib/efreet_desktop.c:96:45: note: Function 'efreet_desktop_changes_cb' argument 1 names different: declaration 'data' definition '__UNUSED__'.
efreet-1.2.0/src/lib/efreet_desktop.c:1034:38: note: Function 'efreet_desktop_changes_cb' argument 1 names different: declaration 'data' definition '__UNUSED__'.
efreet-1.2.0/src/lib/efreet_desktop.c:1034:73: style: Function 'efreet_desktop_changes_cb' argument 2 names different: declaration 'em' definition '__UNUSED__'. [funcArgNamesDifferent]
efreet-1.2.0/src/lib/efreet_desktop.c:96:71: note: Function 'efreet_desktop_changes_cb' argument 2 names different: declaration 'em' definition '__UNUSED__'.
efreet-1.2.0/src/lib/efreet_desktop.c:1034:73: note: Function 'efreet_desktop_changes_cb' argument 2 names different: declaration 'em' definition '__UNUSED__'.
efreet-1.2.0/src/lib/efreet_desktop.c:515:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efreet-1.2.0/src/lib/efreet_desktop_command.c:152:11: style: The scope of the variable 'file' can be reduced. [variableScope]
efreet-1.2.0/src/lib/efreet_desktop_command.c:153:24: style: The scope of the variable 'l' can be reduced. [variableScope]
efreet-1.2.0/src/lib/efreet_desktop_command.c:194:16: style: The scope of the variable 'l' can be reduced. [variableScope]
efreet-1.2.0/src/lib/efreet_desktop_command.c:195:11: style: The scope of the variable 'file' can be reduced. [variableScope]
efreet-1.2.0/src/lib/efreet_desktop_command.c:484:34: style: The scope of the variable 'dcf' can be reduced. [variableScope]
efreet-1.2.0/src/lib/efreet_desktop_command.c:729:14: style: The scope of the variable 'hostname' can be reduced. [variableScope]
efreet-1.2.0/src/lib/efreet_desktop_command.c:826:11: style: The scope of the variable 'buf' can be reduced. [variableScope]
efreet-1.2.0/src/lib/efreet_desktop_command.c:190:64: style: Function 'efreet_desktop_command_progress_get' argument 4 names different: declaration 'cb_prog' definition 'cb_progress'. [funcArgNamesDifferent]
efreet-1.2.0/src/lib/efreet_desktop.h:247:69: note: Function 'efreet_desktop_command_progress_get' argument 4 names different: declaration 'cb_prog' definition 'cb_progress'.
efreet-1.2.0/src/lib/efreet_desktop_command.c:190:64: note: Function 'efreet_desktop_command_progress_get' argument 4 names different: declaration 'cb_prog' definition 'cb_progress'.
efreet-1.2.0/src/lib/efreet_desktop_command.c:240:60: style: Function 'efreet_desktop_exec_cb' argument 2 names different: declaration 'desktop' definition '__UNUSED__'. [funcArgNamesDifferent]
efreet-1.2.0/src/lib/efreet_desktop_command.c:97:65: note: Function 'efreet_desktop_exec_cb' argument 2 names different: declaration 'desktop' definition '__UNUSED__'.
efreet-1.2.0/src/lib/efreet_desktop_command.c:240:60: note: Function 'efreet_desktop_exec_cb' argument 2 names different: declaration 'desktop' definition '__UNUSED__'.
efreet-1.2.0/src/lib/efreet_desktop_command.c:241:59: style: Function 'efreet_desktop_exec_cb' argument 4 names different: declaration 'remaining' definition '__UNUSED__'. [funcArgNamesDifferent]
efreet-1.2.0/src/lib/efreet_desktop_command.c:98:61: note: Function 'efreet_desktop_exec_cb' argument 4 names different: declaration 'remaining' definition '__UNUSED__'.
efreet-1.2.0/src/lib/efreet_desktop_command.c:241:59: note: Function 'efreet_desktop_exec_cb' argument 4 names different: declaration 'remaining' definition '__UNUSED__'.
efreet-1.2.0/src/lib/efreet_desktop_command.c:774:66: style: Function 'efreet_desktop_cb_download_complete' argument 2 names different: declaration 'file' definition '__UNUSED__'. [funcArgNamesDifferent]
efreet-1.2.0/src/lib/efreet_desktop_command.c:121:73: note: Function 'efreet_desktop_cb_download_complete' argument 2 names different: declaration 'file' definition '__UNUSED__'.
efreet-1.2.0/src/lib/efreet_desktop_command.c:774:66: note: Function 'efreet_desktop_cb_download_complete' argument 2 names different: declaration 'file' definition '__UNUSED__'.
efreet-1.2.0/src/lib/efreet_desktop_command.c:775:68: style: Function 'efreet_desktop_cb_download_complete' argument 3 names different: declaration 'status' definition '__UNUSED__'. [funcArgNamesDifferent]
efreet-1.2.0/src/lib/efreet_desktop_command.c:122:69: note: Function 'efreet_desktop_cb_download_complete' argument 3 names different: declaration 'status' definition '__UNUSED__'.
efreet-1.2.0/src/lib/efreet_desktop_command.c:775:68: note: Function 'efreet_desktop_cb_download_complete' argument 3 names different: declaration 'status' definition '__UNUSED__'.
efreet-1.2.0/src/lib/efreet_desktop_command.c:802:54: style: Function 'efreet_desktop_cb_download_progress' argument 2 names different: declaration 'file' definition '__UNUSED__'. [funcArgNamesDifferent]
efreet-1.2.0/src/lib/efreet_desktop_command.c:123:72: note: Function 'efreet_desktop_cb_download_progress' argument 2 names different: declaration 'file' definition '__UNUSED__'.
efreet-1.2.0/src/lib/efreet_desktop_command.c:802:54: note: Function 'efreet_desktop_cb_download_progress' argument 2 names different: declaration 'file' definition '__UNUSED__'.
efreet-1.2.0/src/lib/efreet_desktop_command.c:804:54: style: Function 'efreet_desktop_cb_download_progress' argument 5 names different: declaration 'ultotal' definition '__UNUSED__'. [funcArgNamesDifferent]
efreet-1.2.0/src/lib/efreet_desktop_command.c:125:49: note: Function 'efreet_desktop_cb_download_progress' argument 5 names different: declaration 'ultotal' definition '__UNUSED__'.
efreet-1.2.0/src/lib/efreet_desktop_command.c:804:54: note: Function 'efreet_desktop_cb_download_progress' argument 5 names different: declaration 'ultotal' definition '__UNUSED__'.
efreet-1.2.0/src/lib/efreet_desktop_command.c:805:52: style: Function 'efreet_desktop_cb_download_progress' argument 6 names different: declaration 'ulnow' definition '__UNUSED__'. [funcArgNamesDifferent]
efreet-1.2.0/src/lib/efreet_desktop_command.c:125:67: note: Function 'efreet_desktop_cb_download_progress' argument 6 names different: declaration 'ulnow' definition '__UNUSED__'.
efreet-1.2.0/src/lib/efreet_desktop_command.c:805:52: note: Function 'efreet_desktop_cb_download_progress' argument 6 names different: declaration 'ulnow' definition '__UNUSED__'.
efreet-1.2.0/src/lib/efreet_desktop_command.c:733:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efreet-1.2.0/src/lib/efreet_icon.c:294:5: style: Variable 'tmps' is reassigned a value before the old one has been used. [redundantAssignment]
efreet-1.2.0/src/lib/efreet_icon.c:278:0: note: Variable 'tmps' is reassigned a value before the old one has been used.
efreet-1.2.0/src/lib/efreet_icon.c:294:5: note: Variable 'tmps' is reassigned a value before the old one has been used.
efreet-1.2.0/src/lib/efreet_icon.c:511:13: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
efreet-1.2.0/src/lib/efreet_icon.c:510:19: note: Variable 'p' is reassigned a value before the old one has been used.
efreet-1.2.0/src/lib/efreet_icon.c:511:13: note: Variable 'p' is reassigned a value before the old one has been used.
efreet-1.2.0/src/lib/efreet_icon.c:204:16: style: The scope of the variable 'l' can be reduced. [variableScope]
efreet-1.2.0/src/lib/efreet_icon.c:300:28: style: The scope of the variable 'cache' can be reduced. [variableScope]
efreet-1.2.0/src/lib/efreet_icon.c:330:37: style: The scope of the variable 'cache' can be reduced. [variableScope]
efreet-1.2.0/src/lib/efreet_icon.c:878:35: style: Function 'efreet_icon_changes_cb' argument 1 names different: declaration 'data' definition '__UNUSED__'. [funcArgNamesDifferent]
efreet-1.2.0/src/lib/efreet_icon.c:65:42: note: Function 'efreet_icon_changes_cb' argument 1 names different: declaration 'data' definition '__UNUSED__'.
efreet-1.2.0/src/lib/efreet_icon.c:878:35: note: Function 'efreet_icon_changes_cb' argument 1 names different: declaration 'data' definition '__UNUSED__'.
efreet-1.2.0/src/lib/efreet_icon.c:878:70: style: Function 'efreet_icon_changes_cb' argument 2 names different: declaration 'em' definition '__UNUSED__'. [funcArgNamesDifferent]
efreet-1.2.0/src/lib/efreet_icon.c:65:68: note: Function 'efreet_icon_changes_cb' argument 2 names different: declaration 'em' definition '__UNUSED__'.
efreet-1.2.0/src/lib/efreet_icon.c:878:70: note: Function 'efreet_icon_changes_cb' argument 2 names different: declaration 'em' definition '__UNUSED__'.
efreet-1.2.0/src/lib/efreet_icon.c:43:17: style: struct member 'Efreet_Icon_Cache::key' is never used. [unusedStructMember]
efreet-1.2.0/src/lib/efreet_icon.c:45:12: style: struct member 'Efreet_Icon_Cache::lasttime' is never used. [unusedStructMember]
efreet-1.2.0/src/lib/efreet_icon.c:126:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efreet-1.2.0/src/lib/efreet_icon.c:145:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efreet-1.2.0/src/lib/efreet_icon.c:458:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efreet-1.2.0/src/lib/efreet_icon.c:493:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efreet-1.2.0/src/lib/efreet_ini.c:297:46: style: Function 'efreet_ini_save' argument 2 names different: declaration 'path' definition 'file'. [funcArgNamesDifferent]
efreet-1.2.0/src/lib/efreet_ini.h:51:64: note: Function 'efreet_ini_save' argument 2 names different: declaration 'path' definition 'file'.
efreet-1.2.0/src/lib/efreet_ini.c:297:46: note: Function 'efreet_ini_save' argument 2 names different: declaration 'path' definition 'file'.
efreet-1.2.0/src/lib/efreet_ini.c:585:47: style: Function 'efreet_ini_section_save' argument 1 names different: declaration 'hash' definition '__UNUSED__'. [funcArgNamesDifferent]
efreet-1.2.0/src/lib/efreet_ini.c:40:42: note: Function 'efreet_ini_section_save' argument 1 names different: declaration 'hash' definition '__UNUSED__'.
efreet-1.2.0/src/lib/efreet_ini.c:585:47: note: Function 'efreet_ini_section_save' argument 1 names different: declaration 'hash' definition '__UNUSED__'.
efreet-1.2.0/src/lib/efreet_ini.c:585:82: style: Function 'efreet_ini_section_save' argument 3 names different: declaration 'data' definition 'value'. [funcArgNamesDifferent]
efreet-1.2.0/src/lib/efreet_ini.c:40:71: note: Function 'efreet_ini_section_save' argument 3 names different: declaration 'data' definition 'value'.
efreet-1.2.0/src/lib/efreet_ini.c:585:82: note: Function 'efreet_ini_section_save' argument 3 names different: declaration 'data' definition 'value'.
efreet-1.2.0/src/lib/efreet_ini.c:595:45: style: Function 'efreet_ini_value_save' argument 1 names different: declaration 'hash' definition '__UNUSED__'. [funcArgNamesDifferent]
efreet-1.2.0/src/lib/efreet_ini.c:42:40: note: Function 'efreet_ini_value_save' argument 1 names different: declaration 'hash' definition '__UNUSED__'.
efreet-1.2.0/src/lib/efreet_ini.c:595:45: note: Function 'efreet_ini_value_save' argument 1 names different: declaration 'hash' definition '__UNUSED__'.
efreet-1.2.0/src/lib/efreet_ini.c:595:80: style: Function 'efreet_ini_value_save' argument 3 names different: declaration 'data' definition 'value'. [funcArgNamesDifferent]
efreet-1.2.0/src/lib/efreet_ini.c:42:69: note: Function 'efreet_ini_value_save' argument 3 names different: declaration 'data' definition 'value'.
efreet-1.2.0/src/lib/efreet_ini.c:595:80: note: Function 'efreet_ini_value_save' argument 3 names different: declaration 'data' definition 'value'.
efreet-1.2.0/src/lib/efreet_ini.c:174:26: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efreet-1.2.0/src/lib/efreet_ini.c:246:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efreet-1.2.0/src/lib/efreet_ini.c:247:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efreet-1.2.0/src/lib/efreet_ini.c:453:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efreet-1.2.0/src/lib/efreet_ini.c:507:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efreet-1.2.0/src/lib/efreet_ini.c:543:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efreet-1.2.0/src/lib/efreet_menu.c:3001:17: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
efreet-1.2.0/src/lib/efreet_menu.c:3000:25: note: Variable 'path' is reassigned a value before the old one has been used.
efreet-1.2.0/src/lib/efreet_menu.c:3001:17: note: Variable 'path' is reassigned a value before the old one has been used.
efreet-1.2.0/src/lib/efreet_menu.c:3055:9: style: Variable 'part' is reassigned a value before the old one has been used. [redundantAssignment]
efreet-1.2.0/src/lib/efreet_menu.c:3054:17: note: Variable 'part' is reassigned a value before the old one has been used.
efreet-1.2.0/src/lib/efreet_menu.c:3055:9: note: Variable 'part' is reassigned a value before the old one has been used.
efreet-1.2.0/src/lib/efreet_menu.c:671:16: style: The scope of the variable 'l' can be reduced. [variableScope]
efreet-1.2.0/src/lib/efreet_menu.c:816:16: style: The scope of the variable 'l' can be reduced. [variableScope]
efreet-1.2.0/src/lib/efreet_menu.c:968:11: style: The scope of the variable 'cb' can be reduced. [variableScope]
efreet-1.2.0/src/lib/efreet_menu.c:1430:16: style: The scope of the variable 'l' can be reduced. [variableScope]
efreet-1.2.0/src/lib/efreet_menu.c:1749:9: style: The scope of the variable 'count' can be reduced. [variableScope]
efreet-1.2.0/src/lib/efreet_menu.c:1815:18: style: The scope of the variable 'buf' can be reduced. [variableScope]
efreet-1.2.0/src/lib/efreet_menu.c:2510:16: style: The scope of the variable 'l' can be reduced. [variableScope]
efreet-1.2.0/src/lib/efreet_menu.c:2540:16: style: The scope of the variable 'l' can be reduced. [variableScope]
efreet-1.2.0/src/lib/efreet_menu.c:2715:28: style: The scope of the variable 'child' can be reduced. [variableScope]
efreet-1.2.0/src/lib/efreet_menu.c:2759:28: style: The scope of the variable 'child' can be reduced. [variableScope]
efreet-1.2.0/src/lib/efreet_menu.c:2806:28: style: The scope of the variable 'child' can be reduced. [variableScope]
efreet-1.2.0/src/lib/efreet_menu.c:2857:27: style: The scope of the variable 'submenu' can be reduced. [variableScope]
efreet-1.2.0/src/lib/efreet_menu.c:3447:21: style: The scope of the variable 'dir' can be reduced. [variableScope]
efreet-1.2.0/src/lib/efreet_menu.c:1070:83: style: Function 'efreet_menu_handle_default_app_dirs' argument 2 names different: declaration 'xml' definition '__UNUSED__'. [funcArgNamesDifferent]
efreet-1.2.0/src/lib/efreet_menu.c:270:90: note: Function 'efreet_menu_handle_default_app_dirs' argument 2 names different: declaration 'xml' definition '__UNUSED__'.
efreet-1.2.0/src/lib/efreet_menu.c:1070:83: note: Function 'efreet_menu_handle_default_app_dirs' argument 2 names different: declaration 'xml' definition '__UNUSED__'.
efreet-1.2.0/src/lib/efreet_menu.c:1140:89: style: Function 'efreet_menu_handle_default_directory_dirs' argument 2 names different: declaration 'xml' definition '__UNUSED__'. [funcArgNamesDifferent]
efreet-1.2.0/src/lib/efreet_menu.c:272:96: note: Function 'efreet_menu_handle_default_directory_dirs' argument 2 names different: declaration 'xml' definition '__UNUSED__'.
efreet-1.2.0/src/lib/efreet_menu.c:1140:89: note: Function 'efreet_menu_handle_default_directory_dirs' argument 2 names different: declaration 'xml' definition '__UNUSED__'.
efreet-1.2.0/src/lib/efreet_menu.c:1896:82: style: Function 'efreet_menu_handle_kde_legacy_dirs' argument 2 names different: declaration 'xml' definition '__UNUSED__'. [funcArgNamesDifferent]
efreet-1.2.0/src/lib/efreet_menu.c:294:89: note: Function 'efreet_menu_handle_kde_legacy_dirs' argument 2 names different: declaration 'xml' definition '__UNUSED__'.
efreet-1.2.0/src/lib/efreet_menu.c:1896:82: note: Function 'efreet_menu_handle_kde_legacy_dirs' argument 2 names different: declaration 'xml' definition '__UNUSED__'.
efreet-1.2.0/src/lib/efreet_menu.c:2458:31: style: Function 'efreet_menu_free' argument 1 names different: declaration 'menu' definition 'entry'. [funcArgNamesDifferent]
efreet-1.2.0/src/lib/efreet_menu.h:99:53: note: Function 'efreet_menu_free' argument 1 names different: declaration 'menu' definition 'entry'.
efreet-1.2.0/src/lib/efreet_menu.c:2458:31: note: Function 'efreet_menu_free' argument 1 names different: declaration 'menu' definition 'entry'.
efreet-1.2.0/src/lib/efreet_menu.c:1878:13: style: Variable 'count' is modified but its new value is never used. [unreadVariable]
efreet-1.2.0/src/lib/efreet_menu.c:830:22: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efreet-1.2.0/src/lib/efreet_menu.c:1666:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efreet-1.2.0/src/lib/efreet_menu.c:1672:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efreet-1.2.0/src/lib/efreet_menu.c:1681:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efreet-1.2.0/src/lib/efreet_menu.c:2982:17: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efreet-1.2.0/src/lib/efreet_menu.c:3039:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efreet-1.2.0/src/lib/efreet_menu.c:3078:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efreet-1.2.0/src/lib/efreet_mime.c:827:5: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
efreet-1.2.0/src/lib/efreet_mime.c:823:0: note: Variable 'f' is reassigned a value before the old one has been used.
efreet-1.2.0/src/lib/efreet_mime.c:827:5: note: Variable 'f' is reassigned a value before the old one has been used.
efreet-1.2.0/src/lib/efreet_mime.c:883:5: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
efreet-1.2.0/src/lib/efreet_mime.c:879:0: note: Variable 'f' is reassigned a value before the old one has been used.
efreet-1.2.0/src/lib/efreet_mime.c:883:5: note: Variable 'f' is reassigned a value before the old one has been used.
efreet-1.2.0/src/lib/efreet_mime.c:1228:5: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
efreet-1.2.0/src/lib/efreet_mime.c:1223:0: note: Variable 'f' is reassigned a value before the old one has been used.
efreet-1.2.0/src/lib/efreet_mime.c:1228:5: note: Variable 'f' is reassigned a value before the old one has been used.
efreet-1.2.0/src/lib/efreet_mime.c:300:11: style: The scope of the variable 'data' can be reduced. [variableScope]
efreet-1.2.0/src/lib/efreet_mime.c:406:17: style: The scope of the variable 'mime' can be reduced. [variableScope]
efreet-1.2.0/src/lib/efreet_mime.c:679:9: style: The scope of the variable 'path_len' can be reduced. [variableScope]
efreet-1.2.0/src/lib/efreet_mime.c:578:39: style: Function 'efreet_mime_cb_update_file' argument 1 names different: declaration 'data' definition '__UNUSED__'. [funcArgNamesDifferent]
efreet-1.2.0/src/lib/efreet_mime.c:173:46: note: Function 'efreet_mime_cb_update_file' argument 1 names different: declaration 'data' definition '__UNUSED__'.
efreet-1.2.0/src/lib/efreet_mime.c:578:39: note: Function 'efreet_mime_cb_update_file' argument 1 names different: declaration 'data' definition '__UNUSED__'.
efreet-1.2.0/src/lib/efreet_mime.c:579:49: style: Function 'efreet_mime_cb_update_file' argument 2 names different: declaration 'monitor' definition '__UNUSED__'. [funcArgNamesDifferent]
efreet-1.2.0/src/lib/efreet_mime.c:174:61: note: Function 'efreet_mime_cb_update_file' argument 2 names different: declaration 'monitor' definition '__UNUSED__'.
efreet-1.2.0/src/lib/efreet_mime.c:579:49: note: Function 'efreet_mime_cb_update_file' argument 2 names different: declaration 'monitor' definition '__UNUSED__'.
efreet-1.2.0/src/lib/efreet_mime.c:580:44: style: Function 'efreet_mime_cb_update_file' argument 3 names different: declaration 'event' definition '__UNUSED__'. [funcArgNamesDifferent]
efreet-1.2.0/src/lib/efreet_mime.c:175:58: note: Function 'efreet_mime_cb_update_file' argument 3 names different: declaration 'event' definition '__UNUSED__'.
efreet-1.2.0/src/lib/efreet_mime.c:580:44: note: Function 'efreet_mime_cb_update_file' argument 3 names different: declaration 'event' definition '__UNUSED__'.
efreet-1.2.0/src/lib/efreet_mime.c:1116:36: warning: Suspicious usage of 'sizeof' with a numeric constant as parameter. [sizeofwithnumericparameter]
efreet-1.2.0/src/lib/efreet_mime.c:1123:35: warning: Suspicious usage of 'sizeof' with a numeric constant as parameter. [sizeofwithnumericparameter]
efreet-1.2.0/src/lib/efreet_mime.c:414:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efreet-1.2.0/src/lib/efreet_mime.c:433:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efreet-1.2.0/src/lib/efreet_mime.c:1397:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efreet-1.2.0/src/lib/efreet_trash.c:96:15: style: The scope of the variable 'dir' can be reduced. [variableScope]
efreet-1.2.0/src/lib/efreet_trash.c:158:10: style: The scope of the variable 'times' can be reduced. [variableScope]
efreet-1.2.0/src/lib/efreet_trash.c:270:11: style: The scope of the variable 'infofile' can be reduced. [variableScope]
efreet-1.2.0/src/lib/efreet_trash.c:272:24: style: The scope of the variable 'l' can be reduced. [variableScope]
efreet-1.2.0/src/lib/efreet_trash.c:62:34: style: Function 'efreet_trash_dir_get' argument 1 names different: declaration 'for_file' definition 'file'. [funcArgNamesDifferent]
efreet-1.2.0/src/lib/Efreet_Trash.h:60:51: note: Function 'efreet_trash_dir_get' argument 1 names different: declaration 'for_file' definition 'file'.
efreet-1.2.0/src/lib/efreet_trash.c:62:34: note: Function 'efreet_trash_dir_get' argument 1 names different: declaration 'for_file' definition 'file'.
efreet-1.2.0/src/lib/efreet_uri.c:23:31: style: Function 'efreet_uri_decode' argument 1 names different: declaration 'val' definition 'full_uri'. [funcArgNamesDifferent]
efreet-1.2.0/src/lib/efreet_uri.h:49:48: note: Function 'efreet_uri_decode' argument 1 names different: declaration 'val' definition 'full_uri'.
efreet-1.2.0/src/lib/efreet_uri.c:23:31: note: Function 'efreet_uri_decode' argument 1 names different: declaration 'val' definition 'full_uri'.
efreet-1.2.0/src/lib/efreet_utils.c:253:25: style: The scope of the variable 'desk' can be reduced. [variableScope]
efreet-1.2.0/src/lib/efreet_utils.c:414:25: style: The scope of the variable 'desk' can be reduced. [variableScope]
efreet-1.2.0/src/lib/efreet_utils.c:446:25: style: The scope of the variable 'desk' can be reduced. [variableScope]
efreet-1.2.0/src/lib/efreet_utils.c:128:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
efreet-1.2.0/src/lib/efreet_xml.c:355:13: style: Variable 'start' is reassigned a value before the old one has been used. [redundantAssignment]
efreet-1.2.0/src/lib/efreet_xml.c:348:0: note: Variable 'start' is reassigned a value before the old one has been used.
efreet-1.2.0/src/lib/efreet_xml.c:355:13: note: Variable 'start' is reassigned a value before the old one has been used.
efreet-1.2.0/src/tests/ef_desktop.c:63:75: warning: Either the condition '!cat' is redundant or there is possible null pointer dereference: cat. [nullPointerRedundantCheck]
efreet-1.2.0/src/tests/ef_desktop.c:61:17: note: Assuming that condition '!cat' is not redundant
efreet-1.2.0/src/tests/ef_desktop.c:63:75: note: Null pointer dereference
efreet-1.2.0/src/tests/ef_desktop.c:395:55: warning: Either the condition '!val' is redundant or there is possible null pointer dereference: val. [nullPointerRedundantCheck]
efreet-1.2.0/src/tests/ef_desktop.c:393:9: note: Assuming that condition '!val' is not redundant
efreet-1.2.0/src/tests/ef_desktop.c:395:55: note: Null pointer dereference
efreet-1.2.0/src/tests/ef_desktop.c:17:16: style: The scope of the variable 'l' can be reduced. [variableScope]
efreet-1.2.0/src/tests/ef_desktop.c:333:49: style: Function '_cb_command' argument 2 names different: declaration 'desktop' definition '__UNUSED__'. [funcArgNamesDifferent]
efreet-1.2.0/src/tests/ef_desktop.c:10:54: note: Function '_cb_command' argument 2 names different: declaration 'desktop' definition '__UNUSED__'.
efreet-1.2.0/src/tests/ef_desktop.c:333:49: note: Function '_cb_command' argument 2 names different: declaration 'desktop' definition '__UNUSED__'.
efreet-1.2.0/src/tests/ef_desktop.c:334:39: style: Function '_cb_command' argument 4 names different: declaration 'remaining' definition '__UNUSED__'. [funcArgNamesDifferent]
efreet-1.2.0/src/tests/ef_desktop.c:10:79: note: Function '_cb_command' argument 4 names different: declaration 'remaining' definition '__UNUSED__'.
efreet-1.2.0/src/tests/ef_desktop.c:334:39: note: Function '_cb_command' argument 4 names different: declaration 'remaining' definition '__UNUSED__'.
efreet-1.2.0/src/tests/ef_icon_theme.c:168:19: style: The scope of the variable 'd' can be reduced. [variableScope]
efreet-1.2.0/src/tests/ef_icon_theme.c:551:28: style: The scope of the variable 'parent_theme' can be reduced. [variableScope]
efreet-1.2.0/src/tests/ef_icon_theme.c:61:28: style: Function '_hash_keys' argument 1 names different: declaration 'hash' definition '__UNUSED__'. [funcArgNamesDifferent]
efreet-1.2.0/src/tests/ef_icon_theme.c:17:40: note: Function '_hash_keys' argument 1 names different: declaration 'hash' definition '__UNUSED__'.
efreet-1.2.0/src/tests/ef_icon_theme.c:61:28: note: Function '_hash_keys' argument 1 names different: declaration 'hash' definition '__UNUSED__'.
efreet-1.2.0/src/tests/ef_ini.c:128:17: style: The scope of the variable 'val' can be reduced. [variableScope]
efreet-1.2.0/src/tests/ef_locale.c:58:45: warning: Either the condition '!tmp' is redundant or there is possible null pointer dereference: tmp. [nullPointerRedundantCheck]
efreet-1.2.0/src/tests/ef_locale.c:54:32: note: Assuming that condition '!tmp' is not redundant
efreet-1.2.0/src/tests/ef_locale.c:58:45: note: Null pointer dereference
efreet-1.2.0/src/tests/ef_locale.c:67:49: warning: Either the condition '!tmp' is redundant or there is possible null pointer dereference: tmp. [nullPointerRedundantCheck]
efreet-1.2.0/src/tests/ef_locale.c:63:35: note: Assuming that condition '!tmp' is not redundant
efreet-1.2.0/src/tests/ef_locale.c:67:49: note: Null pointer dereference
efreet-1.2.0/src/tests/ef_locale.c:76:49: warning: Either the condition '!tmp' is redundant or there is possible null pointer dereference: tmp. [nullPointerRedundantCheck]
efreet-1.2.0/src/tests/ef_locale.c:72:36: note: Assuming that condition '!tmp' is not redundant
efreet-1.2.0/src/tests/ef_locale.c:76:49: note: Null pointer dereference
efreet-1.2.0/src/tests/ef_mime.c:15:31: style: The scope of the variable 'icon' can be reduced. [variableScope]
efreet-1.2.0/src/tests/ef_mime.c:28:12: style: The scope of the variable 'start' can be reduced. [variableScope]
efreet-1.2.0/src/tests/main.c:88:11: style: Unused variable: env [unusedVariable]
efreet-1.2.0/src/tests/main.c:101:16: style: Unused variable: l [unusedVariable]
efreet-1.2.0/src/tests/main.c:102:11: style: Unused variable: e [unusedVariable]
efreet-1.2.0/src/tests/main.c:117:11: style: Unused variable: env [unusedVariable]
[17:25]

ftp://ftp.se.debian.org/debian/pool/main/e/efte/efte_1.1.orig.tar.gz
efte-1.1/src/c_bind.cpp:377:18: style: The scope of the variable 'ab' can be reduced. [variableScope]
efte-1.1/src/c_bind.cpp:91:43: style: Function 'SetKey' argument 2 names different: declaration 'Key' definition 'aKey'. [funcArgNamesDifferent]
efte-1.1/src/c_bind.h:165:43: note: Function 'SetKey' argument 2 names different: declaration 'Key' definition 'aKey'.
efte-1.1/src/c_bind.cpp:91:43: note: Function 'SetKey' argument 2 names different: declaration 'Key' definition 'aKey'.
efte-1.1/src/c_bind.cpp:617:28: style: Function 'AddCommand' argument 2 names different: declaration 'cmd' definition 'Command'. [funcArgNamesDifferent]
efte-1.1/src/c_bind.h:172:28: note: Function 'AddCommand' argument 2 names different: declaration 'cmd' definition 'Command'.
efte-1.1/src/c_bind.cpp:617:28: note: Function 'AddCommand' argument 2 names different: declaration 'cmd' definition 'Command'.
efte-1.1/src/c_bind.cpp:629:35: style: Function 'AddString' argument 2 names different: declaration 'Command' definition 'String'. [funcArgNamesDifferent]
efte-1.1/src/c_bind.h:173:35: note: Function 'AddString' argument 2 names different: declaration 'Command' definition 'String'.
efte-1.1/src/c_bind.cpp:629:35: note: Function 'AddString' argument 2 names different: declaration 'Command' definition 'String'.
efte-1.1/src/c_bind.cpp:678:54: style: Function 'GetStrParam' argument 3 names different: declaration 'buflen' definition 'maxlen'. [funcArgNamesDifferent]
efte-1.1/src/c_bind.h:146:49: note: Function 'GetStrParam' argument 3 names different: declaration 'buflen' definition 'maxlen'.
efte-1.1/src/c_bind.cpp:678:54: note: Function 'GetStrParam' argument 3 names different: declaration 'buflen' definition 'maxlen'.
efte-1.1/src/c_bind.cpp:730:25: style: Function 'HashStr' argument 1 names different: declaration 'str' definition 'p'. [funcArgNamesDifferent]
efte-1.1/src/c_bind.h:177:25: note: Function 'HashStr' argument 1 names different: declaration 'str' definition 'p'.
efte-1.1/src/c_bind.cpp:730:25: note: Function 'HashStr' argument 1 names different: declaration 'str' definition 'p'.
efte-1.1/src/c_bind.cpp:221:8: warning: Member variable 'EMode::indents' is not initialized in the constructor. [uninitMemberVar]
efte-1.1/src/c_bind.cpp:221:8: warning: Member variable 'EMode::filename' is not initialized in the constructor. [uninitMemberVar]
efte-1.1/src/i_complete.h:31:16: performance: Technically the member function 'ExComplete::CheckASCII' can be static. [functionStatic]
efte-1.1/src/o_model.h:27:5: style: Class 'EViewPort' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
efte-1.1/src/o_model.h:102:5: style: Class 'EView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
efte-1.1/src/c_bind.h:124:5: style: Class 'EKey' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
efte-1.1/src/i_key.h:20:5: style: Class 'ExKey' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
efte-1.1/src/i_view.h:22:5: style: Class 'GxView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
efte-1.1/src/i_modelview.h:22:5: style: Class 'ExModelView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
efte-1.1/src/i_search.h:29:5: style: Class 'ExISearch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
efte-1.1/src/i_complete.h:39:5: style: Class 'ExComplete' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
efte-1.1/src/i_input.h:34:18: style: The function 'Activate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/i_oview.h:29:18: note: Virtual function in base class
efte-1.1/src/i_input.h:34:18: note: Function in derived class
efte-1.1/src/i_input.h:36:21: style: The function 'GetViewContext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/i_oview.h:33:21: note: Virtual function in base class
efte-1.1/src/i_input.h:36:21: note: Function in derived class
efte-1.1/src/i_input.h:39:17: style: The function 'BeginMacro' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/i_oview.h:39:17: note: Virtual function in base class
efte-1.1/src/i_input.h:39:17: note: Function in derived class
efte-1.1/src/i_input.h:40:18: style: The function 'HandleEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/i_oview.h:40:18: note: Virtual function in base class
efte-1.1/src/i_input.h:40:18: note: Function in derived class
efte-1.1/src/i_input.h:41:18: style: The function 'UpdateView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/i_oview.h:41:18: note: Virtual function in base class
efte-1.1/src/i_input.h:41:18: note: Function in derived class
efte-1.1/src/i_input.h:42:18: style: The function 'RepaintView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/i_oview.h:43:18: note: Virtual function in base class
efte-1.1/src/i_input.h:42:18: note: Function in derived class
efte-1.1/src/i_input.h:43:18: style: The function 'UpdateStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/i_oview.h:42:18: note: Virtual function in base class
efte-1.1/src/i_input.h:43:18: note: Function in derived class
efte-1.1/src/i_input.h:44:18: style: The function 'RepaintStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/i_oview.h:44:18: note: Virtual function in base class
efte-1.1/src/i_input.h:44:18: note: Function in derived class
efte-1.1/src/i_key.h:22:18: style: The function 'Activate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/i_oview.h:29:18: note: Virtual function in base class
efte-1.1/src/i_key.h:22:18: note: Function in derived class
efte-1.1/src/i_key.h:24:21: style: The function 'GetViewContext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/i_oview.h:33:21: note: Virtual function in base class
efte-1.1/src/i_key.h:24:21: note: Function in derived class
efte-1.1/src/i_key.h:27:17: style: The function 'BeginMacro' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/i_oview.h:39:17: note: Virtual function in base class
efte-1.1/src/i_key.h:27:17: note: Function in derived class
efte-1.1/src/i_key.h:28:18: style: The function 'HandleEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/i_oview.h:40:18: note: Virtual function in base class
efte-1.1/src/i_key.h:28:18: note: Function in derived class
efte-1.1/src/i_key.h:29:18: style: The function 'UpdateView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/i_oview.h:41:18: note: Virtual function in base class
efte-1.1/src/i_key.h:29:18: note: Function in derived class
efte-1.1/src/i_key.h:30:18: style: The function 'RepaintView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/i_oview.h:43:18: note: Virtual function in base class
efte-1.1/src/i_key.h:30:18: note: Function in derived class
efte-1.1/src/i_key.h:31:18: style: The function 'UpdateStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/i_oview.h:42:18: note: Virtual function in base class
efte-1.1/src/i_key.h:31:18: note: Function in derived class
efte-1.1/src/i_key.h:32:18: style: The function 'RepaintStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/i_oview.h:44:18: note: Virtual function in base class
efte-1.1/src/i_key.h:32:18: note: Function in derived class
efte-1.1/src/i_choice.h:27:18: style: The function 'Activate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/i_oview.h:29:18: note: Virtual function in base class
efte-1.1/src/i_choice.h:27:18: note: Function in derived class
efte-1.1/src/i_choice.h:29:21: style: The function 'GetViewContext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/i_oview.h:33:21: note: Virtual function in base class
efte-1.1/src/i_choice.h:29:21: note: Function in derived class
efte-1.1/src/i_choice.h:32:17: style: The function 'BeginMacro' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/i_oview.h:39:17: note: Virtual function in base class
efte-1.1/src/i_choice.h:32:17: note: Function in derived class
efte-1.1/src/i_choice.h:34:18: style: The function 'HandleEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/i_oview.h:40:18: note: Virtual function in base class
efte-1.1/src/i_choice.h:34:18: note: Function in derived class
efte-1.1/src/i_choice.h:35:18: style: The function 'UpdateView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/i_oview.h:41:18: note: Virtual function in base class
efte-1.1/src/i_choice.h:35:18: note: Function in derived class
efte-1.1/src/i_choice.h:36:18: style: The function 'RepaintView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/i_oview.h:43:18: note: Virtual function in base class
efte-1.1/src/i_choice.h:36:18: note: Function in derived class
efte-1.1/src/i_choice.h:37:18: style: The function 'UpdateStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/i_oview.h:42:18: note: Virtual function in base class
efte-1.1/src/i_choice.h:37:18: note: Function in derived class
efte-1.1/src/i_choice.h:38:18: style: The function 'RepaintStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/i_oview.h:44:18: note: Virtual function in base class
efte-1.1/src/i_choice.h:38:18: note: Function in derived class
efte-1.1/src/i_ascii.h:20:18: style: The function 'Activate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/i_oview.h:29:18: note: Virtual function in base class
efte-1.1/src/i_ascii.h:20:18: note: Function in derived class
efte-1.1/src/i_ascii.h:22:21: style: The function 'GetViewContext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/i_oview.h:33:21: note: Virtual function in base class
efte-1.1/src/i_ascii.h:22:21: note: Function in derived class
efte-1.1/src/i_ascii.h:25:17: style: The function 'BeginMacro' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/i_oview.h:39:17: note: Virtual function in base class
efte-1.1/src/i_ascii.h:25:17: note: Function in derived class
efte-1.1/src/i_ascii.h:26:18: style: The function 'HandleEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/i_oview.h:40:18: note: Virtual function in base class
efte-1.1/src/i_ascii.h:26:18: note: Function in derived class
efte-1.1/src/i_ascii.h:27:18: style: The function 'UpdateView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/i_oview.h:41:18: note: Virtual function in base class
efte-1.1/src/i_ascii.h:27:18: note: Function in derived class
efte-1.1/src/i_ascii.h:28:18: style: The function 'RepaintView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/i_oview.h:43:18: note: Virtual function in base class
efte-1.1/src/i_ascii.h:28:18: note: Function in derived class
efte-1.1/src/i_ascii.h:29:18: style: The function 'UpdateStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/i_oview.h:42:18: note: Virtual function in base class
efte-1.1/src/i_ascii.h:29:18: note: Function in derived class
efte-1.1/src/i_ascii.h:30:18: style: The function 'RepaintStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/i_oview.h:44:18: note: Virtual function in base class
efte-1.1/src/i_ascii.h:30:18: note: Function in derived class
efte-1.1/src/i_view.h:42:18: style: The function 'HandleEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/gui.h:70:18: note: Virtual function in base class
efte-1.1/src/i_view.h:42:18: note: Function in derived class
efte-1.1/src/i_view.h:43:18: style: The function 'Update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/gui.h:66:18: note: Virtual function in base class
efte-1.1/src/i_view.h:43:18: note: Function in derived class
efte-1.1/src/i_view.h:44:18: style: The function 'Repaint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/gui.h:67:18: note: Virtual function in base class
efte-1.1/src/i_view.h:44:18: note: Function in derived class
efte-1.1/src/i_view.h:45:18: style: The function 'Activate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/gui.h:68:18: note: Virtual function in base class
efte-1.1/src/i_view.h:45:18: note: Function in derived class
efte-1.1/src/i_view.h:46:18: style: The function 'Resize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/gui.h:69:18: note: Virtual function in base class
efte-1.1/src/i_view.h:46:18: note: Function in derived class
efte-1.1/src/i_modelview.h:24:18: style: The function 'Activate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/i_oview.h:29:18: note: Virtual function in base class
efte-1.1/src/i_modelview.h:24:18: note: Function in derived class
efte-1.1/src/i_modelview.h:26:24: style: The function 'GetEventMap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/i_oview.h:26:24: note: Virtual function in base class
efte-1.1/src/i_modelview.h:26:24: note: Function in derived class
efte-1.1/src/i_modelview.h:27:17: style: The function 'ExecCommand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/i_oview.h:27:17: note: Virtual function in base class
efte-1.1/src/i_modelview.h:27:17: note: Function in derived class
efte-1.1/src/i_modelview.h:29:17: style: The function 'GetContext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/i_oview.h:30:17: note: Virtual function in base class
efte-1.1/src/i_modelview.h:29:17: note: Function in derived class
efte-1.1/src/i_modelview.h:30:17: style: The function 'BeginMacro' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/i_oview.h:39:17: note: Virtual function in base class
efte-1.1/src/i_modelview.h:30:17: note: Function in derived class
efte-1.1/src/i_modelview.h:31:18: style: The function 'HandleEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/i_oview.h:40:18: note: Virtual function in base class
efte-1.1/src/i_modelview.h:31:18: note: Function in derived class
efte-1.1/src/i_modelview.h:32:18: style: The function 'UpdateView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/i_oview.h:41:18: note: Virtual function in base class
efte-1.1/src/i_modelview.h:32:18: note: Function in derived class
efte-1.1/src/i_modelview.h:33:18: style: The function 'RepaintView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/i_oview.h:43:18: note: Virtual function in base class
efte-1.1/src/i_modelview.h:33:18: note: Function in derived class
efte-1.1/src/i_modelview.h:34:18: style: The function 'UpdateStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/i_oview.h:42:18: note: Virtual function in base class
efte-1.1/src/i_modelview.h:34:18: note: Function in derived class
efte-1.1/src/i_modelview.h:35:18: style: The function 'RepaintStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/i_oview.h:44:18: note: Virtual function in base class
efte-1.1/src/i_modelview.h:35:18: note: Function in derived class
efte-1.1/src/i_modelview.h:36:18: style: The function 'Resize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/i_oview.h:45:18: note: Virtual function in base class
efte-1.1/src/i_modelview.h:36:18: note: Function in derived class
efte-1.1/src/i_modelview.h:37:18: style: The function 'WnSwitchBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/i_oview.h:69:18: note: Virtual function in base class
efte-1.1/src/i_modelview.h:37:18: note: Function in derived class
efte-1.1/src/i_modelview.h:38:17: style: The function 'IsModelView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/i_oview.h:66:17: note: Virtual function in base class
efte-1.1/src/i_modelview.h:38:17: note: Function in derived class
efte-1.1/src/egui.h:31:18: style: The function 'Update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/gui.h:95:18: note: Virtual function in base class
efte-1.1/src/egui.h:31:18: note: Function in derived class
efte-1.1/src/egui.h:32:18: style: The function 'UpdateMenu' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/gui.h:97:18: note: Virtual function in base class
efte-1.1/src/egui.h:32:18: note: Function in derived class
efte-1.1/src/egui.h:56:18: style: The function 'DispatchEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/gui.h:127:18: note: Virtual function in base class
efte-1.1/src/egui.h:56:18: note: Function in derived class
efte-1.1/src/egui.h:98:17: style: The function 'Start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/gui.h:133:17: note: Virtual function in base class
efte-1.1/src/egui.h:98:17: note: Function in derived class
efte-1.1/src/egui.h:99:18: style: The function 'Stop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/gui.h:134:18: note: Virtual function in base class
efte-1.1/src/egui.h:99:18: note: Function in derived class
efte-1.1/src/e_buffer.h:149:18: style: The function 'HandleEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_model.h:30:18: note: Virtual function in base class
efte-1.1/src/e_buffer.h:149:18: note: Function in derived class
efte-1.1/src/e_buffer.h:151:18: style: The function 'UpdateView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_model.h:31:18: note: Virtual function in base class
efte-1.1/src/e_buffer.h:151:18: note: Function in derived class
efte-1.1/src/e_buffer.h:152:18: style: The function 'RepaintView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_model.h:32:18: note: Virtual function in base class
efte-1.1/src/e_buffer.h:152:18: note: Function in derived class
efte-1.1/src/e_buffer.h:153:18: style: The function 'UpdateStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_model.h:33:18: note: Virtual function in base class
efte-1.1/src/e_buffer.h:153:18: note: Function in derived class
efte-1.1/src/e_buffer.h:154:18: style: The function 'RepaintStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_model.h:34:18: note: Virtual function in base class
efte-1.1/src/e_buffer.h:154:18: note: Function in derived class
efte-1.1/src/e_buffer.h:156:18: style: The function 'Resize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_model.h:39:18: note: Virtual function in base class
efte-1.1/src/e_buffer.h:156:18: note: Function in derived class
efte-1.1/src/e_buffer.h:158:18: style: The function 'GetPos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_model.h:36:18: note: Virtual function in base class
efte-1.1/src/e_buffer.h:158:18: note: Function in derived class
efte-1.1/src/e_buffer.h:159:18: style: The function 'StorePos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_model.h:37:18: note: Virtual function in base class
efte-1.1/src/e_buffer.h:159:18: note: Function in derived class
efte-1.1/src/e_buffer.h:229:18: style: The function 'DeleteRelated' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_model.h:89:18: note: Virtual function in base class
efte-1.1/src/e_buffer.h:229:18: note: Function in derived class
efte-1.1/src/e_buffer.h:231:24: style: The function 'CreateViewPort' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_model.h:63:24: note: Virtual function in base class
efte-1.1/src/e_buffer.h:231:24: note: Function in derived class
efte-1.1/src/e_buffer.h:234:17: style: The function 'CanQuit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_model.h:80:17: note: Virtual function in base class
efte-1.1/src/e_buffer.h:234:17: note: Function in derived class
efte-1.1/src/e_buffer.h:235:17: style: The function 'ConfQuit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_model.h:81:17: note: Virtual function in base class
efte-1.1/src/e_buffer.h:235:17: note: Function in derived class
efte-1.1/src/e_buffer.h:237:17: style: The function 'GetContext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_model.h:65:17: note: Virtual function in base class
efte-1.1/src/e_buffer.h:237:17: note: Function in derived class
efte-1.1/src/e_buffer.h:238:24: style: The function 'GetEventMap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_model.h:66:24: note: Virtual function in base class
efte-1.1/src/e_buffer.h:238:24: note: Function in derived class
efte-1.1/src/e_buffer.h:239:17: style: The function 'BeginMacro' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_model.h:67:17: note: Virtual function in base class
efte-1.1/src/e_buffer.h:239:17: note: Function in derived class
efte-1.1/src/e_buffer.h:240:17: style: The function 'ExecCommand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_model.h:68:17: note: Virtual function in base class
efte-1.1/src/e_buffer.h:240:17: note: Function in derived class
efte-1.1/src/e_buffer.h:241:18: style: The function 'HandleEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_model.h:69:18: note: Virtual function in base class
efte-1.1/src/e_buffer.h:241:18: note: Function in derived class
efte-1.1/src/e_buffer.h:243:18: style: The function 'GetName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_model.h:71:18: note: Virtual function in base class
efte-1.1/src/e_buffer.h:243:18: note: Function in derived class
efte-1.1/src/e_buffer.h:244:18: style: The function 'GetPath' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_model.h:72:18: note: Virtual function in base class
efte-1.1/src/e_buffer.h:244:18: note: Function in derived class
efte-1.1/src/e_buffer.h:245:18: style: The function 'GetInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_model.h:73:18: note: Virtual function in base class
efte-1.1/src/e_buffer.h:245:18: note: Function in derived class
efte-1.1/src/e_buffer.h:246:18: style: The function 'GetTitle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_model.h:74:18: note: Virtual function in base class
efte-1.1/src/e_buffer.h:246:18: note: Function in derived class
efte-1.1/src/e_buffer.h:759:17: style: The function 'GetStrVar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_model.h:83:17: note: Virtual function in base class
efte-1.1/src/e_buffer.h:759:17: note: Function in derived class
efte-1.1/src/e_buffer.h:760:17: style: The function 'GetIntVar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_model.h:84:17: note: Virtual function in base class
efte-1.1/src/e_buffer.h:760:17: note: Function in derived class
efte-1.1/src/o_list.h:24:10: style: The function 'StorePos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_model.h:37:18: note: Virtual function in base class
efte-1.1/src/o_list.h:24:10: note: Function in derived class
efte-1.1/src/o_list.h:25:10: style: The function 'GetPos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_model.h:36:18: note: Virtual function in base class
efte-1.1/src/o_list.h:25:10: note: Function in derived class
efte-1.1/src/o_list.h:27:18: style: The function 'HandleEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_model.h:30:18: note: Virtual function in base class
efte-1.1/src/o_list.h:27:18: note: Function in derived class
efte-1.1/src/o_list.h:32:18: style: The function 'UpdateView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_model.h:31:18: note: Virtual function in base class
efte-1.1/src/o_list.h:32:18: note: Function in derived class
efte-1.1/src/o_list.h:33:18: style: The function 'RepaintView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_model.h:32:18: note: Virtual function in base class
efte-1.1/src/o_list.h:33:18: note: Function in derived class
efte-1.1/src/o_list.h:34:18: style: The function 'UpdateStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_model.h:33:18: note: Virtual function in base class
efte-1.1/src/o_list.h:34:18: note: Function in derived class
efte-1.1/src/o_list.h:35:18: style: The function 'RepaintStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_model.h:34:18: note: Virtual function in base class
efte-1.1/src/o_list.h:35:18: note: Function in derived class
efte-1.1/src/o_list.h:49:24: style: The function 'CreateViewPort' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_model.h:63:24: note: Virtual function in base class
efte-1.1/src/o_list.h:49:24: note: Function in derived class
efte-1.1/src/o_list.h:55:17: style: The function 'ExecCommand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_model.h:68:17: note: Virtual function in base class
efte-1.1/src/o_list.h:55:17: note: Function in derived class
efte-1.1/src/o_list.h:56:24: style: The function 'GetEventMap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_model.h:66:24: note: Virtual function in base class
efte-1.1/src/o_list.h:56:24: note: Function in derived class
efte-1.1/src/o_list.h:57:17: style: The function 'GetContext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_model.h:65:17: note: Virtual function in base class
efte-1.1/src/o_list.h:57:17: note: Function in derived class
efte-1.1/src/o_list.h:58:17: style: The function 'BeginMacro' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_model.h:67:17: note: Virtual function in base class
efte-1.1/src/o_list.h:58:17: note: Function in derived class
efte-1.1/src/o_list.h:59:10: style: The function 'HandleEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_model.h:69:18: note: Virtual function in base class
efte-1.1/src/o_list.h:59:10: note: Function in derived class
efte-1.1/src/i_search.h:31:18: style: The function 'Activate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/i_oview.h:29:18: note: Virtual function in base class
efte-1.1/src/i_search.h:31:18: note: Function in derived class
efte-1.1/src/i_search.h:33:21: style: The function 'GetViewContext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/i_oview.h:33:21: note: Virtual function in base class
efte-1.1/src/i_search.h:33:21: note: Function in derived class
efte-1.1/src/i_search.h:36:17: style: The function 'BeginMacro' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/i_oview.h:39:17: note: Virtual function in base class
efte-1.1/src/i_search.h:36:17: note: Function in derived class
efte-1.1/src/i_search.h:37:18: style: The function 'HandleEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/i_oview.h:40:18: note: Virtual function in base class
efte-1.1/src/i_search.h:37:18: note: Function in derived class
efte-1.1/src/i_search.h:38:18: style: The function 'UpdateView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/i_oview.h:41:18: note: Virtual function in base class
efte-1.1/src/i_search.h:38:18: note: Function in derived class
efte-1.1/src/i_search.h:39:18: style: The function 'RepaintView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/i_oview.h:43:18: note: Virtual function in base class
efte-1.1/src/i_search.h:39:18: note: Function in derived class
efte-1.1/src/i_search.h:40:18: style: The function 'UpdateStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/i_oview.h:42:18: note: Virtual function in base class
efte-1.1/src/i_search.h:40:18: note: Function in derived class
efte-1.1/src/i_search.h:41:18: style: The function 'RepaintStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/i_oview.h:44:18: note: Virtual function in base class
efte-1.1/src/i_search.h:41:18: note: Function in derived class
efte-1.1/src/i_complete.h:41:18: style: The function 'Activate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/i_oview.h:29:18: note: Virtual function in base class
efte-1.1/src/i_complete.h:41:18: note: Function in derived class
efte-1.1/src/i_complete.h:42:21: style: The function 'GetViewContext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/i_oview.h:33:21: note: Virtual function in base class
efte-1.1/src/i_complete.h:42:21: note: Function in derived class
efte-1.1/src/i_complete.h:45:17: style: The function 'BeginMacro' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/i_oview.h:39:17: note: Virtual function in base class
efte-1.1/src/i_complete.h:45:17: note: Function in derived class
efte-1.1/src/i_complete.h:46:18: style: The function 'HandleEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/i_oview.h:40:18: note: Virtual function in base class
efte-1.1/src/i_complete.h:46:18: note: Function in derived class
efte-1.1/src/i_complete.h:47:18: style: The function 'UpdateView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/i_oview.h:41:18: note: Virtual function in base class
efte-1.1/src/i_complete.h:47:18: note: Function in derived class
efte-1.1/src/i_complete.h:48:18: style: The function 'RepaintView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/i_oview.h:43:18: note: Virtual function in base class
efte-1.1/src/i_complete.h:48:18: note: Function in derived class
efte-1.1/src/i_complete.h:49:18: style: The function 'UpdateStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/i_oview.h:42:18: note: Virtual function in base class
efte-1.1/src/i_complete.h:49:18: note: Function in derived class
efte-1.1/src/i_complete.h:50:18: style: The function 'RepaintStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/i_oview.h:44:18: note: Virtual function in base class
efte-1.1/src/i_complete.h:50:18: note: Function in derived class
efte-1.1/src/o_directory.h:26:17: style: The function 'GetContext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_list.h:57:17: note: Virtual function in base class
efte-1.1/src/o_directory.h:26:17: note: Function in derived class
efte-1.1/src/o_directory.h:29:24: style: The function 'GetEventMap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_list.h:56:24: note: Virtual function in base class
efte-1.1/src/o_directory.h:29:24: note: Function in derived class
efte-1.1/src/o_directory.h:30:17: style: The function 'ExecCommand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_list.h:55:17: note: Virtual function in base class
efte-1.1/src/o_directory.h:30:17: note: Function in derived class
efte-1.1/src/o_directory.h:31:18: style: The function 'HandleEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_model.h:69:18: note: Virtual function in base class
efte-1.1/src/o_directory.h:31:18: note: Function in derived class
efte-1.1/src/o_directory.h:33:18: style: The function 'DrawLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_list.h:62:18: note: Virtual function in base class
efte-1.1/src/o_directory.h:33:18: note: Function in derived class
efte-1.1/src/o_directory.h:34:19: style: The function 'FormatLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_list.h:63:19: note: Virtual function in base class
efte-1.1/src/o_directory.h:34:19: note: Function in derived class
efte-1.1/src/o_directory.h:35:17: style: The function 'IsHilited' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_list.h:64:17: note: Virtual function in base class
efte-1.1/src/o_directory.h:35:17: note: Function in derived class
efte-1.1/src/o_directory.h:37:18: style: The function 'RescanList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_list.h:75:18: note: Virtual function in base class
efte-1.1/src/o_directory.h:37:18: note: Function in derived class
efte-1.1/src/o_directory.h:39:18: style: The function 'FreeList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_list.h:77:18: note: Virtual function in base class
efte-1.1/src/o_directory.h:39:18: note: Function in derived class
efte-1.1/src/o_directory.h:40:17: style: The function 'CanActivate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_list.h:78:17: note: Virtual function in base class
efte-1.1/src/o_directory.h:40:17: note: Function in derived class
efte-1.1/src/o_directory.h:41:17: style: The function 'Activate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_list.h:79:17: note: Virtual function in base class
efte-1.1/src/o_directory.h:41:17: note: Function in derived class
efte-1.1/src/o_directory.h:43:18: style: The function 'GetName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_model.h:71:18: note: Virtual function in base class
efte-1.1/src/o_directory.h:43:18: note: Function in derived class
efte-1.1/src/o_directory.h:44:18: style: The function 'GetPath' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_model.h:72:18: note: Virtual function in base class
efte-1.1/src/o_directory.h:44:18: note: Function in derived class
efte-1.1/src/o_directory.h:45:18: style: The function 'GetInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_model.h:73:18: note: Virtual function in base class
efte-1.1/src/o_directory.h:45:18: note: Function in derived class
efte-1.1/src/o_directory.h:46:18: style: The function 'GetTitle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_model.h:74:18: note: Virtual function in base class
efte-1.1/src/o_directory.h:46:18: note: Function in derived class
efte-1.1/src/o_messages.h:49:18: style: The function 'NotifyDelete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_model.h:88:18: note: Virtual function in base class
efte-1.1/src/o_messages.h:49:18: note: Function in derived class
efte-1.1/src/o_messages.h:55:17: style: The function 'GetContext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_list.h:57:17: note: Virtual function in base class
efte-1.1/src/o_messages.h:55:17: note: Function in derived class
efte-1.1/src/o_messages.h:58:24: style: The function 'GetEventMap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_list.h:56:24: note: Virtual function in base class
efte-1.1/src/o_messages.h:58:24: note: Function in derived class
efte-1.1/src/o_messages.h:59:17: style: The function 'ExecCommand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_list.h:55:17: note: Virtual function in base class
efte-1.1/src/o_messages.h:59:17: note: Function in derived class
efte-1.1/src/o_messages.h:69:10: style: The function 'DrawLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_list.h:62:18: note: Virtual function in base class
efte-1.1/src/o_messages.h:69:10: note: Function in derived class
efte-1.1/src/o_messages.h:70:11: style: The function 'FormatLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_list.h:63:19: note: Virtual function in base class
efte-1.1/src/o_messages.h:70:11: note: Function in derived class
efte-1.1/src/o_messages.h:71:9: style: The function 'IsHilited' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_list.h:64:17: note: Virtual function in base class
efte-1.1/src/o_messages.h:71:9: note: Function in derived class
efte-1.1/src/o_messages.h:72:10: style: The function 'UpdateList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_list.h:76:18: note: Virtual function in base class
efte-1.1/src/o_messages.h:72:10: note: Function in derived class
efte-1.1/src/o_messages.h:73:9: style: The function 'Activate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_list.h:79:17: note: Virtual function in base class
efte-1.1/src/o_messages.h:73:9: note: Function in derived class
efte-1.1/src/o_messages.h:74:9: style: The function 'CanActivate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_list.h:78:17: note: Virtual function in base class
efte-1.1/src/o_messages.h:74:9: note: Function in derived class
efte-1.1/src/o_messages.h:75:10: style: The function 'NotifyPipe' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_model.h:86:18: note: Virtual function in base class
efte-1.1/src/o_messages.h:75:10: note: Function in derived class
efte-1.1/src/o_messages.h:76:18: style: The function 'GetName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_model.h:71:18: note: Virtual function in base class
efte-1.1/src/o_messages.h:76:18: note: Function in derived class
efte-1.1/src/o_messages.h:77:18: style: The function 'GetInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_model.h:73:18: note: Virtual function in base class
efte-1.1/src/o_messages.h:77:18: note: Function in derived class
efte-1.1/src/o_messages.h:78:18: style: The function 'GetPath' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_model.h:72:18: note: Virtual function in base class
efte-1.1/src/o_messages.h:78:18: note: Function in derived class
efte-1.1/src/o_messages.h:79:18: style: The function 'GetTitle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_model.h:74:18: note: Virtual function in base class
efte-1.1/src/o_messages.h:79:18: note: Function in derived class
efte-1.1/src/o_messages.h:80:17: style: The function 'GetRowLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_list.h:71:17: note: Virtual function in base class
efte-1.1/src/o_messages.h:80:17: note: Function in derived class
efte-1.1/src/o_buflist.h:24:24: style: The function 'GetEventMap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_list.h:56:24: note: Virtual function in base class
efte-1.1/src/o_buflist.h:24:24: note: Function in derived class
efte-1.1/src/o_buflist.h:25:17: style: The function 'GetContext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_list.h:57:17: note: Virtual function in base class
efte-1.1/src/o_buflist.h:25:17: note: Function in derived class
efte-1.1/src/o_buflist.h:26:18: style: The function 'DrawLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_list.h:62:18: note: Virtual function in base class
efte-1.1/src/o_buflist.h:26:18: note: Function in derived class
efte-1.1/src/o_buflist.h:27:19: style: The function 'FormatLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_list.h:63:19: note: Virtual function in base class
efte-1.1/src/o_buflist.h:27:19: note: Function in derived class
efte-1.1/src/o_buflist.h:28:18: style: The function 'UpdateList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_list.h:76:18: note: Virtual function in base class
efte-1.1/src/o_buflist.h:28:18: note: Function in derived class
efte-1.1/src/o_buflist.h:30:17: style: The function 'ExecCommand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_list.h:55:17: note: Virtual function in base class
efte-1.1/src/o_buflist.h:30:17: note: Function in derived class
efte-1.1/src/o_buflist.h:31:18: style: The function 'HandleEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_model.h:69:18: note: Virtual function in base class
efte-1.1/src/o_buflist.h:31:18: note: Function in derived class
efte-1.1/src/o_buflist.h:33:17: style: The function 'Activate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_list.h:79:17: note: Virtual function in base class
efte-1.1/src/o_buflist.h:33:17: note: Function in derived class
efte-1.1/src/o_buflist.h:35:18: style: The function 'GetInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_model.h:73:18: note: Virtual function in base class
efte-1.1/src/o_buflist.h:35:18: note: Function in derived class
efte-1.1/src/o_buflist.h:36:18: style: The function 'GetTitle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_model.h:74:18: note: Virtual function in base class
efte-1.1/src/o_buflist.h:36:18: note: Function in derived class
efte-1.1/src/o_routine.h:25:24: style: The function 'GetEventMap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_list.h:56:24: note: Virtual function in base class
efte-1.1/src/o_routine.h:25:24: note: Function in derived class
efte-1.1/src/o_routine.h:26:17: style: The function 'ExecCommand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_list.h:55:17: note: Virtual function in base class
efte-1.1/src/o_routine.h:26:17: note: Function in derived class
efte-1.1/src/o_routine.h:27:18: style: The function 'HandleEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_model.h:69:18: note: Virtual function in base class
efte-1.1/src/o_routine.h:27:18: note: Function in derived class
efte-1.1/src/o_routine.h:29:18: style: The function 'DrawLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_list.h:62:18: note: Virtual function in base class
efte-1.1/src/o_routine.h:29:18: note: Function in derived class
efte-1.1/src/o_routine.h:30:19: style: The function 'FormatLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_list.h:63:19: note: Virtual function in base class
efte-1.1/src/o_routine.h:30:19: note: Function in derived class
efte-1.1/src/o_routine.h:31:17: style: The function 'Activate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_list.h:79:17: note: Virtual function in base class
efte-1.1/src/o_routine.h:31:17: note: Function in derived class
efte-1.1/src/o_routine.h:33:18: style: The function 'RescanList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_list.h:75:18: note: Virtual function in base class
efte-1.1/src/o_routine.h:33:18: note: Function in derived class
efte-1.1/src/o_routine.h:34:10: style: The function 'UpdateList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_list.h:76:18: note: Virtual function in base class
efte-1.1/src/o_routine.h:34:10: note: Function in derived class
efte-1.1/src/o_routine.h:35:17: style: The function 'GetContext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_list.h:57:17: note: Virtual function in base class
efte-1.1/src/o_routine.h:35:17: note: Function in derived class
efte-1.1/src/o_routine.h:36:18: style: The function 'GetName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_model.h:71:18: note: Virtual function in base class
efte-1.1/src/o_routine.h:36:18: note: Function in derived class
efte-1.1/src/o_routine.h:37:18: style: The function 'GetInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_model.h:73:18: note: Virtual function in base class
efte-1.1/src/o_routine.h:37:18: note: Function in derived class
efte-1.1/src/o_routine.h:38:18: style: The function 'GetTitle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_model.h:74:18: note: Virtual function in base class
efte-1.1/src/o_routine.h:38:18: note: Function in derived class
efte-1.1/src/o_modemap.h:31:17: style: The function 'ExecCommand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_list.h:55:17: note: Virtual function in base class
efte-1.1/src/o_modemap.h:31:17: note: Function in derived class
efte-1.1/src/o_modemap.h:32:24: style: The function 'GetEventMap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_list.h:56:24: note: Virtual function in base class
efte-1.1/src/o_modemap.h:32:24: note: Function in derived class
efte-1.1/src/o_modemap.h:33:17: style: The function 'GetContext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_list.h:57:17: note: Virtual function in base class
efte-1.1/src/o_modemap.h:33:17: note: Function in derived class
efte-1.1/src/o_modemap.h:35:18: style: The function 'DrawLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_list.h:62:18: note: Virtual function in base class
efte-1.1/src/o_modemap.h:35:18: note: Function in derived class
efte-1.1/src/o_modemap.h:36:19: style: The function 'FormatLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_list.h:63:19: note: Virtual function in base class
efte-1.1/src/o_modemap.h:36:19: note: Function in derived class
efte-1.1/src/o_modemap.h:37:18: style: The function 'UpdateList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_list.h:76:18: note: Virtual function in base class
efte-1.1/src/o_modemap.h:37:18: note: Function in derived class
efte-1.1/src/o_modemap.h:38:17: style: The function 'CanActivate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_list.h:78:17: note: Virtual function in base class
efte-1.1/src/o_modemap.h:38:17: note: Function in derived class
efte-1.1/src/o_modemap.h:39:18: style: The function 'GetName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_model.h:71:18: note: Virtual function in base class
efte-1.1/src/o_modemap.h:39:18: note: Function in derived class
efte-1.1/src/o_modemap.h:40:18: style: The function 'GetInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_model.h:73:18: note: Virtual function in base class
efte-1.1/src/o_modemap.h:40:18: note: Function in derived class
efte-1.1/src/o_modemap.h:41:18: style: The function 'GetTitle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_model.h:74:18: note: Virtual function in base class
efte-1.1/src/o_modemap.h:41:18: note: Function in derived class
efte-1.1/src/e_cvslog.h:39:17: style: The function 'CanQuit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/e_buffer.h:234:17: note: Virtual function in base class
efte-1.1/src/e_cvslog.h:39:17: note: Function in derived class
efte-1.1/src/e_cvslog.h:40:17: style: The function 'ConfQuit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/e_buffer.h:235:17: note: Virtual function in base class
efte-1.1/src/e_cvslog.h:40:17: note: Function in derived class
efte-1.1/src/e_cvslog.h:41:24: style: The function 'CreateViewPort' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/e_buffer.h:231:24: note: Virtual function in base class
efte-1.1/src/e_cvslog.h:41:24: note: Function in derived class
efte-1.1/src/e_cvslog.h:43:18: style: The function 'GetName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/e_buffer.h:243:18: note: Virtual function in base class
efte-1.1/src/e_cvslog.h:43:18: note: Function in derived class
efte-1.1/src/e_cvslog.h:44:18: style: The function 'GetInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/e_buffer.h:245:18: note: Virtual function in base class
efte-1.1/src/e_cvslog.h:44:18: note: Function in derived class
efte-1.1/src/e_cvslog.h:45:18: style: The function 'GetTitle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/e_buffer.h:246:18: note: Virtual function in base class
efte-1.1/src/e_cvslog.h:45:18: note: Function in derived class
efte-1.1/src/o_cvsbase.h:54:18: style: The function 'NotifyDelete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_model.h:88:18: note: Virtual function in base class
efte-1.1/src/o_cvsbase.h:54:18: note: Function in derived class
efte-1.1/src/o_cvsbase.h:58:10: style: The function 'NotifyPipe' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_model.h:86:18: note: Virtual function in base class
efte-1.1/src/o_cvsbase.h:58:10: note: Function in derived class
efte-1.1/src/o_cvsbase.h:66:10: style: The function 'DrawLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_list.h:62:18: note: Virtual function in base class
efte-1.1/src/o_cvsbase.h:66:10: note: Function in derived class
efte-1.1/src/o_cvsbase.h:67:11: style: The function 'FormatLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_list.h:63:19: note: Virtual function in base class
efte-1.1/src/o_cvsbase.h:67:11: note: Function in derived class
efte-1.1/src/o_cvsbase.h:68:10: style: The function 'UpdateList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_list.h:76:18: note: Virtual function in base class
efte-1.1/src/o_cvsbase.h:68:10: note: Function in derived class
efte-1.1/src/o_cvsbase.h:69:9: style: The function 'Activate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_list.h:79:17: note: Virtual function in base class
efte-1.1/src/o_cvsbase.h:69:9: note: Function in derived class
efte-1.1/src/o_cvsbase.h:70:9: style: The function 'CanActivate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_list.h:78:17: note: Virtual function in base class
efte-1.1/src/o_cvsbase.h:70:9: note: Function in derived class
efte-1.1/src/o_cvsbase.h:71:17: style: The function 'IsHilited' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_list.h:64:17: note: Virtual function in base class
efte-1.1/src/o_cvsbase.h:71:17: note: Function in derived class
efte-1.1/src/o_cvsbase.h:72:17: style: The function 'IsMarked' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_list.h:65:17: note: Virtual function in base class
efte-1.1/src/o_cvsbase.h:72:17: note: Function in derived class
efte-1.1/src/o_cvsbase.h:73:17: style: The function 'Mark' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_list.h:66:17: note: Virtual function in base class
efte-1.1/src/o_cvsbase.h:73:17: note: Function in derived class
efte-1.1/src/o_cvsbase.h:74:17: style: The function 'Unmark' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_list.h:67:17: note: Virtual function in base class
efte-1.1/src/o_cvsbase.h:74:17: note: Function in derived class
efte-1.1/src/o_cvsbase.h:76:17: style: The function 'ExecCommand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_list.h:55:17: note: Virtual function in base class
efte-1.1/src/o_cvsbase.h:76:17: note: Function in derived class
efte-1.1/src/o_cvsbase.h:79:17: style: The function 'GetContext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_list.h:57:17: note: Virtual function in base class
efte-1.1/src/o_cvsbase.h:79:17: note: Function in derived class
efte-1.1/src/o_cvsbase.h:82:24: style: The function 'GetEventMap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_list.h:56:24: note: Virtual function in base class
efte-1.1/src/o_cvsbase.h:82:24: note: Function in derived class
efte-1.1/src/o_cvsbase.h:83:18: style: The function 'GetName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_model.h:71:18: note: Virtual function in base class
efte-1.1/src/o_cvsbase.h:83:18: note: Function in derived class
efte-1.1/src/o_cvsbase.h:84:18: style: The function 'GetInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_model.h:73:18: note: Virtual function in base class
efte-1.1/src/o_cvsbase.h:84:18: note: Function in derived class
efte-1.1/src/o_cvsbase.h:85:18: style: The function 'GetPath' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_model.h:72:18: note: Virtual function in base class
efte-1.1/src/o_cvsbase.h:85:18: note: Function in derived class
efte-1.1/src/o_cvsbase.h:86:18: style: The function 'GetTitle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_model.h:74:18: note: Virtual function in base class
efte-1.1/src/o_cvsbase.h:86:18: note: Function in derived class
efte-1.1/src/o_cvs.h:33:18: style: The function 'ParseLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_cvsbase.h:57:18: note: Virtual function in base class
efte-1.1/src/o_cvs.h:33:18: note: Function in derived class
efte-1.1/src/o_cvs.h:35:17: style: The function 'RunPipe' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_cvsbase.h:60:17: note: Virtual function in base class
efte-1.1/src/o_cvs.h:35:17: note: Function in derived class
efte-1.1/src/o_cvs.h:36:18: style: The function 'ClosePipe' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_cvsbase.h:64:18: note: Virtual function in base class
efte-1.1/src/o_cvs.h:36:18: note: Function in derived class
efte-1.1/src/o_cvs.h:42:17: style: The function 'CanQuit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_model.h:80:17: note: Virtual function in base class
efte-1.1/src/o_cvs.h:42:17: note: Function in derived class
efte-1.1/src/o_cvs.h:43:17: style: The function 'ConfQuit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_model.h:81:17: note: Virtual function in base class
efte-1.1/src/o_cvs.h:43:17: note: Function in derived class
efte-1.1/src/o_cvs.h:45:17: style: The function 'GetContext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_cvsbase.h:79:17: note: Virtual function in base class
efte-1.1/src/o_cvs.h:45:17: note: Function in derived class
efte-1.1/src/o_cvs.h:48:24: style: The function 'GetEventMap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_cvsbase.h:82:24: note: Virtual function in base class
efte-1.1/src/o_cvs.h:48:24: note: Function in derived class
efte-1.1/src/o_cvsdiff.h:27:18: style: The function 'ParseLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_cvsbase.h:57:18: note: Virtual function in base class
efte-1.1/src/o_cvsdiff.h:27:18: note: Function in derived class
efte-1.1/src/o_cvsdiff.h:29:17: style: The function 'RunPipe' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_cvsbase.h:60:17: note: Virtual function in base class
efte-1.1/src/o_cvsdiff.h:29:17: note: Function in derived class
efte-1.1/src/o_cvsdiff.h:31:17: style: The function 'ExecCommand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_cvsbase.h:76:17: note: Virtual function in base class
efte-1.1/src/o_cvsdiff.h:31:17: note: Function in derived class
efte-1.1/src/o_cvsdiff.h:34:17: style: The function 'GetContext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_cvsbase.h:79:17: note: Virtual function in base class
efte-1.1/src/o_cvsdiff.h:34:17: note: Function in derived class
efte-1.1/src/o_cvsdiff.h:37:24: style: The function 'GetEventMap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_cvsbase.h:82:24: note: Virtual function in base class
efte-1.1/src/o_cvsdiff.h:37:24: note: Function in derived class
efte-1.1/src/e_svnlog.h:39:17: style: The function 'CanQuit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/e_buffer.h:234:17: note: Virtual function in base class
efte-1.1/src/e_svnlog.h:39:17: note: Function in derived class
efte-1.1/src/e_svnlog.h:40:17: style: The function 'ConfQuit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/e_buffer.h:235:17: note: Virtual function in base class
efte-1.1/src/e_svnlog.h:40:17: note: Function in derived class
efte-1.1/src/e_svnlog.h:41:24: style: The function 'CreateViewPort' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/e_buffer.h:231:24: note: Virtual function in base class
efte-1.1/src/e_svnlog.h:41:24: note: Function in derived class
efte-1.1/src/e_svnlog.h:43:18: style: The function 'GetName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/e_buffer.h:243:18: note: Virtual function in base class
efte-1.1/src/e_svnlog.h:43:18: note: Function in derived class
efte-1.1/src/e_svnlog.h:44:18: style: The function 'GetInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/e_buffer.h:245:18: note: Virtual function in base class
efte-1.1/src/e_svnlog.h:44:18: note: Function in derived class
efte-1.1/src/e_svnlog.h:45:18: style: The function 'GetTitle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/e_buffer.h:246:18: note: Virtual function in base class
efte-1.1/src/e_svnlog.h:45:18: note: Function in derived class
efte-1.1/src/o_svnbase.h:54:18: style: The function 'NotifyDelete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_model.h:88:18: note: Virtual function in base class
efte-1.1/src/o_svnbase.h:54:18: note: Function in derived class
efte-1.1/src/o_svnbase.h:58:10: style: The function 'NotifyPipe' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_model.h:86:18: note: Virtual function in base class
efte-1.1/src/o_svnbase.h:58:10: note: Function in derived class
efte-1.1/src/o_svnbase.h:66:10: style: The function 'DrawLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_list.h:62:18: note: Virtual function in base class
efte-1.1/src/o_svnbase.h:66:10: note: Function in derived class
efte-1.1/src/o_svnbase.h:67:11: style: The function 'FormatLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_list.h:63:19: note: Virtual function in base class
efte-1.1/src/o_svnbase.h:67:11: note: Function in derived class
efte-1.1/src/o_svnbase.h:68:10: style: The function 'UpdateList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_list.h:76:18: note: Virtual function in base class
efte-1.1/src/o_svnbase.h:68:10: note: Function in derived class
efte-1.1/src/o_svnbase.h:69:9: style: The function 'Activate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_list.h:79:17: note: Virtual function in base class
efte-1.1/src/o_svnbase.h:69:9: note: Function in derived class
efte-1.1/src/o_svnbase.h:70:9: style: The function 'CanActivate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_list.h:78:17: note: Virtual function in base class
efte-1.1/src/o_svnbase.h:70:9: note: Function in derived class
efte-1.1/src/o_svnbase.h:71:17: style: The function 'IsHilited' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_list.h:64:17: note: Virtual function in base class
efte-1.1/src/o_svnbase.h:71:17: note: Function in derived class
efte-1.1/src/o_svnbase.h:72:17: style: The function 'IsMarked' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_list.h:65:17: note: Virtual function in base class
efte-1.1/src/o_svnbase.h:72:17: note: Function in derived class
efte-1.1/src/o_svnbase.h:73:17: style: The function 'Mark' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_list.h:66:17: note: Virtual function in base class
efte-1.1/src/o_svnbase.h:73:17: note: Function in derived class
efte-1.1/src/o_svnbase.h:74:17: style: The function 'Unmark' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_list.h:67:17: note: Virtual function in base class
efte-1.1/src/o_svnbase.h:74:17: note: Function in derived class
efte-1.1/src/o_svnbase.h:76:17: style: The function 'ExecCommand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_list.h:55:17: note: Virtual function in base class
efte-1.1/src/o_svnbase.h:76:17: note: Function in derived class
efte-1.1/src/o_svnbase.h:79:17: style: The function 'GetContext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_list.h:57:17: note: Virtual function in base class
efte-1.1/src/o_svnbase.h:79:17: note: Function in derived class
efte-1.1/src/o_svnbase.h:82:24: style: The function 'GetEventMap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_list.h:56:24: note: Virtual function in base class
efte-1.1/src/o_svnbase.h:82:24: note: Function in derived class
efte-1.1/src/o_svnbase.h:83:18: style: The function 'GetName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_model.h:71:18: note: Virtual function in base class
efte-1.1/src/o_svnbase.h:83:18: note: Function in derived class
efte-1.1/src/o_svnbase.h:84:18: style: The function 'GetInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_model.h:73:18: note: Virtual function in base class
efte-1.1/src/o_svnbase.h:84:18: note: Function in derived class
efte-1.1/src/o_svnbase.h:85:18: style: The function 'GetPath' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_model.h:72:18: note: Virtual function in base class
efte-1.1/src/o_svnbase.h:85:18: note: Function in derived class
efte-1.1/src/o_svnbase.h:86:18: style: The function 'GetTitle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_model.h:74:18: note: Virtual function in base class
efte-1.1/src/o_svnbase.h:86:18: note: Function in derived class
efte-1.1/src/o_svn.h:34:18: style: The function 'ParseLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_svnbase.h:57:18: note: Virtual function in base class
efte-1.1/src/o_svn.h:34:18: note: Function in derived class
efte-1.1/src/o_svn.h:36:17: style: The function 'RunPipe' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_svnbase.h:60:17: note: Virtual function in base class
efte-1.1/src/o_svn.h:36:17: note: Function in derived class
efte-1.1/src/o_svn.h:37:18: style: The function 'ClosePipe' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_svnbase.h:64:18: note: Virtual function in base class
efte-1.1/src/o_svn.h:37:18: note: Function in derived class
efte-1.1/src/o_svn.h:43:17: style: The function 'CanQuit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_model.h:80:17: note: Virtual function in base class
efte-1.1/src/o_svn.h:43:17: note: Function in derived class
efte-1.1/src/o_svn.h:44:17: style: The function 'ConfQuit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_model.h:81:17: note: Virtual function in base class
efte-1.1/src/o_svn.h:44:17: note: Function in derived class
efte-1.1/src/o_svn.h:46:17: style: The function 'GetContext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_svnbase.h:79:17: note: Virtual function in base class
efte-1.1/src/o_svn.h:46:17: note: Function in derived class
efte-1.1/src/o_svn.h:49:24: style: The function 'GetEventMap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_svnbase.h:82:24: note: Virtual function in base class
efte-1.1/src/o_svn.h:49:24: note: Function in derived class
efte-1.1/src/o_svndiff.h:27:18: style: The function 'ParseLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_svnbase.h:57:18: note: Virtual function in base class
efte-1.1/src/o_svndiff.h:27:18: note: Function in derived class
efte-1.1/src/o_svndiff.h:29:17: style: The function 'RunPipe' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_svnbase.h:60:17: note: Virtual function in base class
efte-1.1/src/o_svndiff.h:29:17: note: Function in derived class
efte-1.1/src/o_svndiff.h:31:17: style: The function 'ExecCommand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_svnbase.h:76:17: note: Virtual function in base class
efte-1.1/src/o_svndiff.h:31:17: note: Function in derived class
efte-1.1/src/o_svndiff.h:34:17: style: The function 'GetContext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_svnbase.h:79:17: note: Virtual function in base class
efte-1.1/src/o_svndiff.h:34:17: note: Function in derived class
efte-1.1/src/o_svndiff.h:37:24: style: The function 'GetEventMap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
efte-1.1/src/o_svnbase.h:82:24: note: Virtual function in base class
efte-1.1/src/o_svndiff.h:37:24: note: Function in derived class
efte-1.1/src/c_bind.cpp:670:5: error: Common realloc mistake: 'Macros' nulled but not freed upon failure [memleakOnRealloc]
efte-1.1/src/c_color.cpp:129:26: style: Function 'SetColor' argument 1 names different: declaration 'ChColor' definition 'ColorV'. [funcArgNamesDifferent]
efte-1.1/src/c_color.h:66:26: note: Function 'SetColor' argument 1 names different: declaration 'ChColor' definition 'ColorV'.
efte-1.1/src/c_color.cpp:129:26: note: Function 'SetColor' argument 1 names different: declaration 'ChColor' definition 'ColorV'.
efte-1.1/src/c_config.cpp:380:9: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
efte-1.1/src/c_config.cpp:380:9: warning: %x in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
efte-1.1/src/c_config.cpp:380:9: warning: %x in format string (no. 3) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
efte-1.1/src/c_config.cpp:380:9: warning: %x in format string (no. 4) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
efte-1.1/src/c_config.cpp:982:25: warning: %X in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
efte-1.1/src/c_config.cpp:985:25: warning: %X in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
efte-1.1/src/c_config.cpp:606:5: style: Variable 'menu' is reassigned a value before the old one has been used. [redundantAssignment]
efte-1.1/src/c_config.cpp:604:0: note: Variable 'menu' is reassigned a value before the old one has been used.
efte-1.1/src/c_config.cpp:606:5: note: Variable 'menu' is reassigned a value before the old one has been used.
efte-1.1/src/c_config.cpp:760:17: style: The scope of the variable 'Cmd' can be reduced. [variableScope]
efte-1.1/src/c_config.cpp:962:38: warning: Assert statement calls a function which may have desired side effects: 'LastState'. [assertWithSideEffect]
efte-1.1/src/log.h:118:5: warning: Member variable 'GlobalLog::indent' is not initialized in the constructor. [uninitMemberVar]
efte-1.1/src/log.h:119:5: warning: Member variable 'GlobalLog::indent' is not initialized in the constructor. [uninitMemberVar]
efte-1.1/src/log.h:119:5: style: Class 'GlobalLog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
efte-1.1/src/c_config.cpp:893:46: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
efte-1.1/src/c_desktop.cpp:35:30: style: C-style pointer casting [cstyleCast]
efte-1.1/src/c_desktop.cpp:41:29: style: C-style pointer casting [cstyleCast]
efte-1.1/src/c_desktop.cpp:59:15: style: The scope of the variable 'e' can be reduced. [variableScope]
efte-1.1/src/c_hilit.cpp:263:13: style: C-style pointer casting [cstyleCast]
efte-1.1/src/c_hilit.cpp:272:13: style: C-style pointer casting [cstyleCast]
efte-1.1/src/c_hilit.cpp:161:29: style: Function 'SetColor' argument 1 names different: declaration 'clr' definition 'idx'. [funcArgNamesDifferent]
efte-1.1/src/c_hilit.h:227:22: note: Function 'SetColor' argument 1 names different: declaration 'clr' definition 'idx'.
efte-1.1/src/c_hilit.cpp:161:29: note: Function 'SetColor' argument 1 names different: declaration 'clr' definition 'idx'.
efte-1.1/src/c_hilit.cpp:161:46: style: Function 'SetColor' argument 2 names different: declaration 'value' definition 'Value'. [funcArgNamesDifferent]
efte-1.1/src/c_hilit.h:227:39: note: Function 'SetColor' argument 2 names different: declaration 'value' definition 'Value'.
efte-1.1/src/c_hilit.cpp:161:46: note: Function 'SetColor' argument 2 names different: declaration 'value' definition 'Value'.
efte-1.1/src/c_hilit.cpp:70:5: error: Common realloc mistake: 'WordList' nulled but not freed upon failure [memleakOnRealloc]
efte-1.1/src/c_hilit.cpp:98:9: error: Common realloc mistake: 'WordList' nulled but not freed upon failure [memleakOnRealloc]
efte-1.1/src/c_hilit.cpp:263:5: error: Common realloc mistake: 'state' nulled but not freed upon failure [memleakOnRealloc]
efte-1.1/src/c_hilit.cpp:272:5: error: Common realloc mistake: 'trans' nulled but not freed upon failure [memleakOnRealloc]
efte-1.1/src/c_history.cpp:94:29: style: The scope of the variable 'M' can be reduced. [variableScope]
efte-1.1/src/c_history.cpp:94:32: style: The scope of the variable 'cmp' can be reduced. [variableScope]
efte-1.1/src/c_history.cpp:189:36: style: The scope of the variable 'M' can be reduced. [variableScope]
efte-1.1/src/c_history.cpp:191:9: style: The scope of the variable 'cmp' can be reduced. [variableScope]
efte-1.1/src/c_history.cpp:246:36: style: The scope of the variable 'M' can be reduced. [variableScope]
efte-1.1/src/c_history.cpp:247:9: style: The scope of the variable 'cmp' can be reduced. [variableScope]
efte-1.1/src/c_history.cpp:332:36: style: The scope of the variable 'M' can be reduced. [variableScope]
efte-1.1/src/c_history.cpp:333:9: style: The scope of the variable 'cmp' can be reduced. [variableScope]
efte-1.1/src/c_history.cpp:369:36: style: The scope of the variable 'M' can be reduced. [variableScope]
efte-1.1/src/c_history.cpp:370:9: style: The scope of the variable 'cmp' can be reduced. [variableScope]
efte-1.1/src/c_history.cpp:309:47: style: Function 'GetInputHistory' argument 3 names different: declaration 'maxlen' definition 'len'. [funcArgNamesDifferent]
efte-1.1/src/c_history.h:51:47: note: Function 'GetInputHistory' argument 3 names different: declaration 'maxlen' definition 'len'.
efte-1.1/src/c_history.cpp:309:47: note: Function 'GetInputHistory' argument 3 names different: declaration 'maxlen' definition 'len'.
efte-1.1/src/c_history.cpp:331:32: style: Function 'RetrieveBookmarks' argument 1 names different: declaration 'buf' definition 'buffer'. [funcArgNamesDifferent]
efte-1.1/src/c_history.h:58:32: note: Function 'RetrieveBookmarks' argument 1 names different: declaration 'buf' definition 'buffer'.
efte-1.1/src/c_history.cpp:331:32: note: Function 'RetrieveBookmarks' argument 1 names different: declaration 'buf' definition 'buffer'.
efte-1.1/src/c_history.cpp:368:29: style: Function 'StoreBookmarks' argument 1 names different: declaration 'buf' definition 'buffer'. [funcArgNamesDifferent]
efte-1.1/src/c_history.h:62:29: note: Function 'StoreBookmarks' argument 1 names different: declaration 'buf' definition 'buffer'.
efte-1.1/src/c_history.cpp:368:29: note: Function 'StoreBookmarks' argument 1 names different: declaration 'buf' definition 'buffer'.
efte-1.1/src/c_history.cpp:295:26: warning: Size of pointer 'Id' used instead of size of its data. [pointerSize]
efte-1.1/src/c_mode.cpp:93:9: style: The scope of the variable 'l' can be reduced. [variableScope]
efte-1.1/src/c_mode.cpp:93:12: style: The scope of the variable 'i' can be reduced. [variableScope]
efte-1.1/src/c_mode.cpp:96:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
efte-1.1/src/cfte.cpp:755:9: style: The scope of the variable 'p' can be reduced. [variableScope]
efte-1.1/src/cfte.cpp:827:9: style: The scope of the variable 'p' can be reduced. [variableScope]
efte-1.1/src/cfte.cpp:1098:42: style: The scope of the variable 'kname' can be reduced. [variableScope]
efte-1.1/src/cfte.cpp:1264:42: style: The scope of the variable 'kname' can be reduced. [variableScope]
efte-1.1/src/cfte.cpp:462:29: style: Function 'DefineWord' argument 1 names different: declaration 's' definition 'w'. [funcArgNamesDifferent]
efte-1.1/src/c_bind.h:169:29: note: Function 'DefineWord' argument 1 names different: declaration 's' definition 'w'.
efte-1.1/src/cfte.cpp:462:29: note: Function 'DefineWord' argument 1 names different: declaration 's' definition 'w'.
efte-1.1/src/cfte.cpp:469:9: error: Common realloc mistake: 'words' nulled but not freed upon failure [memleakOnRealloc]
efte-1.1/src/cfte.cpp:486:5: error: Common realloc mistake: 'colors' nulled but not freed upon failure [memleakOnRealloc]
efte-1.1/src/cfte.cpp:743:5: error: Common realloc mistake: 'CFteMacros' nulled but not freed upon failure [memleakOnRealloc]
efte-1.1/src/cfte.cpp:1201:65: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
efte-1.1/src/clip_os2.cpp:16:18: style: The scope of the variable 'i' can be reduced. [variableScope]
efte-1.1/src/clip_os2.cpp:16:21: style: The scope of the variable 'j' can be reduced. [variableScope]
efte-1.1/src/clip_os2.cpp:16:24: style: The scope of the variable 'l' can be reduced. [variableScope]
efte-1.1/src/clip_os2.cpp:16:27: style: The scope of the variable 'dx' can be reduced. [variableScope]
efte-1.1/src/clip_os2.cpp:60:9: style: The scope of the variable 'Len' can be reduced. [variableScope]
efte-1.1/src/clip_os2.cpp:47:17: style: Variable 'j' is assigned a value that is never used. [unreadVariable]
efte-1.1/src/clip_os2.cpp:70:9: error: Common realloc mistake: 'p' nulled but not freed upon failure [memleakOnRealloc]
efte-1.1/src/clip_os2.cpp:78:5: error: Common realloc mistake: 'p' nulled but not freed upon failure [memleakOnRealloc]
efte-1.1/src/clip_pmv.cpp:278:0: error: #error Prototypes are for 32-bit compiler only [preprocessorErrorDirective]
efte-1.1/src/clip_x11.cpp:19:9: style: The scope of the variable 'i' can be reduced. [variableScope]
efte-1.1/src/clip_x11.cpp:19:12: style: The scope of the variable 'j' can be reduced. [variableScope]
efte-1.1/src/clip_x11.cpp:19:15: style: The scope of the variable 'l' can be reduced. [variableScope]
efte-1.1/src/clip_x11.cpp:19:18: style: The scope of the variable 'dx' can be reduced. [variableScope]
efte-1.1/src/clip_x11.cpp:46:17: style: Variable 'j' is assigned a value that is never used. [unreadVariable]
efte-1.1/src/cliputil.cpp:22:9: style: Unused variable: i [unusedVariable]
efte-1.1/src/compkeys.cpp:23:21: style: The scope of the variable 'lnxkeycodes' can be reduced. [variableScope]
efte-1.1/src/compkeys.cpp:324:21: style: The scope of the variable 'lptr' can be reduced. [variableScope]
efte-1.1/src/compkeys.cpp:385:63: style: The scope of the variable 'kcode1' can be reduced. [variableScope]
efte-1.1/src/compkeys.cpp:345:22: error: Buffer overrun possible for long command line arguments. [insecureCmdLineArgs]
efte-1.1/src/compkeys.cpp:346:22: error: Buffer overrun possible for long command line arguments. [insecureCmdLineArgs]
efte-1.1/src/con_cocoa.cpp:615:14: warning: Either the condition 'id>40' is redundant or the array 'Pipes[40]' is accessed at index 40, which is out of bounds. [arrayIndexOutOfBoundsCond]
efte-1.1/src/con_cocoa.cpp:613:22: note: Assuming that condition 'id>40' is not redundant
efte-1.1/src/con_cocoa.cpp:615:14: note: Array index out of bounds
efte-1.1/src/con_cocoa.cpp:629:14: warning: Either the condition 'id>40' is redundant or the array 'Pipes[40]' is accessed at index 40, which is out of bounds. [arrayIndexOutOfBoundsCond]
efte-1.1/src/con_cocoa.cpp:627:22: note: Assuming that condition 'id>40' is not redundant
efte-1.1/src/con_cocoa.cpp:629:14: note: Array index out of bounds
efte-1.1/src/con_cocoa.cpp:656:14: warning: Either the condition 'id>40' is redundant or the array 'Pipes[40]' is accessed at index 40, which is out of bounds. [arrayIndexOutOfBoundsCond]
efte-1.1/src/con_cocoa.cpp:654:22: note: Assuming that condition 'id>40' is not redundant
efte-1.1/src/con_cocoa.cpp:656:14: note: Array index out of bounds
efte-1.1/src/con_cocoa.cpp:305:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
efte-1.1/src/con_cocoa.cpp:305:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
efte-1.1/src/con_cocoa.cpp:702:14: style: C-style pointer casting [cstyleCast]
efte-1.1/src/con_cocoa.cpp:712:14: style: C-style pointer casting [cstyleCast]
efte-1.1/src/con_cocoa.cpp:206:20: style: The scope of the variable 'p' can be reduced. [variableScope]
efte-1.1/src/con_cocoa.cpp:207:18: style: The scope of the variable 'len' can be reduced. [variableScope]
efte-1.1/src/con_cocoa.cpp:207:23: style: The scope of the variable 'x' can be reduced. [variableScope]
efte-1.1/src/con_cocoa.cpp:237:25: style: Checking if unsigned variable 'len' is less than zero. [unsignedLessThanZero]
efte-1.1/src/con_cocoa.cpp:688:25: style: Function 'ConGetDrawChar' argument 1 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
efte-1.1/src/console.h:208:25: note: Function 'ConGetDrawChar' argument 1 names different: declaration 'index' definition 'idx'.
efte-1.1/src/con_cocoa.cpp:688:25: note: Function 'ConGetDrawChar' argument 1 names different: declaration 'index' definition 'idx'.
efte-1.1/src/con_cocoa.cpp:129:9: style: struct member 'Anonymous0::r' is never used. [unusedStructMember]
efte-1.1/src/con_cocoa.cpp:129:12: style: struct member 'Anonymous0::g' is never used. [unusedStructMember]
efte-1.1/src/con_cocoa.cpp:129:15: style: struct member 'Anonymous0::b' is never used. [unusedStructMember]
efte-1.1/src/con_cocoa.cpp:529:6: warning: Member variable 'GUI::doLoop' is not initialized in the constructor. [uninitMemberVar]
efte-1.1/src/gui.h:124:9: performance: Technically the member function 'GUI::ShowEntryScreen' can be static. [functionStatic]
efte-1.1/src/con_cocoa.cpp:550:10: note: Technically the member function 'GUI::ShowEntryScreen' can be static.
efte-1.1/src/gui.h:124:9: note: Technically the member function 'GUI::ShowEntryScreen' can be static.
efte-1.1/src/gui.h:139:9: performance: Technically the member function 'GUI::RunProgram' can be static. [functionStatic]
efte-1.1/src/con_cocoa.cpp:672:10: note: Technically the member function 'GUI::RunProgram' can be static.
efte-1.1/src/gui.h:139:9: note: Technically the member function 'GUI::RunProgram' can be static.
efte-1.1/src/gui.h:141:9: performance: Technically the member function 'GUI::OpenPipe' can be static. [functionStatic]
efte-1.1/src/con_cocoa.cpp:568:10: note: Technically the member function 'GUI::OpenPipe' can be static.
efte-1.1/src/gui.h:141:9: note: Technically the member function 'GUI::OpenPipe' can be static.
efte-1.1/src/gui.h:142:9: performance: Technically the member function 'GUI::SetPipeView' can be static. [functionStatic]
efte-1.1/src/con_cocoa.cpp:611:10: note: Technically the member function 'GUI::SetPipeView' can be static.
efte-1.1/src/gui.h:142:9: note: Technically the member function 'GUI::SetPipeView' can be static.
efte-1.1/src/gui.h:143:9: performance: Technically the member function 'GUI::ReadPipe' can be static. [functionStatic]
efte-1.1/src/con_cocoa.cpp:623:10: note: Technically the member function 'GUI::ReadPipe' can be static.
efte-1.1/src/gui.h:143:9: note: Technically the member function 'GUI::ReadPipe' can be static.
efte-1.1/src/gui.h:144:9: performance: Technically the member function 'GUI::ClosePipe' can be static. [functionStatic]
efte-1.1/src/con_cocoa.cpp:650:10: note: Technically the member function 'GUI::ClosePipe' can be static.
efte-1.1/src/gui.h:144:9: note: Technically the member function 'GUI::ClosePipe' can be static.
efte-1.1/src/con_cocoa.cpp:515:24: performance: Function parameter 'Event' should be passed by const reference. [passedByValue]
efte-1.1/src/con_linux.cpp:1148:14: warning: Either the condition 'id>4' is redundant or the array 'Pipes[4]' is accessed at index 4, which is out of bounds. [arrayIndexOutOfBoundsCond]
efte-1.1/src/con_linux.cpp:1146:22: note: Assuming that condition 'id>4' is not redundant
efte-1.1/src/con_linux.cpp:1148:14: note: Array index out of bounds
efte-1.1/src/con_linux.cpp:1160:14: warning: Either the condition 'id>4' is redundant or the array 'Pipes[4]' is accessed at index 4, which is out of bounds. [arrayIndexOutOfBoundsCond]
efte-1.1/src/con_linux.cpp:1158:22: note: Assuming that condition 'id>4' is not redundant
efte-1.1/src/con_linux.cpp:1160:14: note: Array index out of bounds
efte-1.1/src/con_linux.cpp:1183:14: warning: Either the condition 'id>4' is redundant or the array 'Pipes[4]' is accessed at index 4, which is out of bounds. [arrayIndexOutOfBoundsCond]
efte-1.1/src/con_linux.cpp:1181:22: note: Assuming that condition 'id>4' is not redundant
efte-1.1/src/con_linux.cpp:1183:14: note: Array index out of bounds
efte-1.1/src/con_linux.cpp:1219:25: style: Function 'ConGetDrawChar' argument 1 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
efte-1.1/src/console.h:208:25: note: Function 'ConGetDrawChar' argument 1 names different: declaration 'index' definition 'idx'.
efte-1.1/src/con_linux.cpp:1219:25: note: Function 'ConGetDrawChar' argument 1 names different: declaration 'index' definition 'idx'.
efte-1.1/src/con_linux.cpp:1044:5: warning: Size of pointer 'SavedScreen' used instead of size of its data. [pointerSize]
efte-1.1/src/con_linux.cpp:254:15: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
efte-1.1/src/con_linux.cpp:1060:6: warning: Member variable 'GUI::doLoop' is not initialized in the constructor. [uninitMemberVar]
efte-1.1/src/gui.h:124:9: performance: Technically the member function 'GUI::ShowEntryScreen' can be static. [functionStatic]
efte-1.1/src/con_linux.cpp:1091:10: note: Technically the member function 'GUI::ShowEntryScreen' can be static.
efte-1.1/src/gui.h:124:9: note: Technically the member function 'GUI::ShowEntryScreen' can be static.
efte-1.1/src/gui.h:141:9: performance: Technically the member function 'GUI::OpenPipe' can be static. [functionStatic]
efte-1.1/src/con_linux.cpp:1105:10: note: Technically the member function 'GUI::OpenPipe' can be static.
efte-1.1/src/gui.h:141:9: note: Technically the member function 'GUI::OpenPipe' can be static.
efte-1.1/src/gui.h:142:9: performance: Technically the member function 'GUI::SetPipeView' can be static. [functionStatic]
efte-1.1/src/con_linux.cpp:1145:10: note: Technically the member function 'GUI::SetPipeView' can be static.
efte-1.1/src/gui.h:142:9: note: Technically the member function 'GUI::SetPipeView' can be static.
efte-1.1/src/gui.h:143:9: performance: Technically the member function 'GUI::ReadPipe' can be static. [functionStatic]
efte-1.1/src/con_linux.cpp:1155:10: note: Technically the member function 'GUI::ReadPipe' can be static.
efte-1.1/src/gui.h:143:9: note: Technically the member function 'GUI::ReadPipe' can be static.
efte-1.1/src/gui.h:144:9: performance: Technically the member function 'GUI::ClosePipe' can be static. [functionStatic]
efte-1.1/src/con_linux.cpp:1178:10: note: Technically the member function 'GUI::ClosePipe' can be static.
efte-1.1/src/gui.h:144:9: note: Technically the member function 'GUI::ClosePipe' can be static.
efte-1.1/src/con_linux.cpp:619:24: performance: Function parameter 'Event' should be passed by const reference. [passedByValue]
efte-1.1/src/con_ncurses.cpp:130:17: style: The scope of the variable 's' can be reduced. [variableScope]
efte-1.1/src/con_ncurses.cpp:496:13: style: The scope of the variable 'endch' can be reduced. [variableScope]
efte-1.1/src/con_ncurses.cpp:497:13: style: The scope of the variable 'modch' can be reduced. [variableScope]
efte-1.1/src/con_ncurses.cpp:801:25: style: Function 'ConGetDrawChar' argument 1 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
efte-1.1/src/console.h:208:25: note: Function 'ConGetDrawChar' argument 1 names different: declaration 'index' definition 'idx'.
efte-1.1/src/con_ncurses.cpp:801:25: note: Function 'ConGetDrawChar' argument 1 names different: declaration 'index' definition 'idx'.
efte-1.1/src/con_ncurses.cpp:811:6: warning: Member variable 'GUI::doLoop' is not initialized in the constructor. [uninitMemberVar]
efte-1.1/src/gui.h:124:9: performance: Technically the member function 'GUI::ShowEntryScreen' can be static. [functionStatic]
efte-1.1/src/con_ncurses.cpp:832:10: note: Technically the member function 'GUI::ShowEntryScreen' can be static.
efte-1.1/src/gui.h:124:9: note: Technically the member function 'GUI::ShowEntryScreen' can be static.
efte-1.1/src/con_ncurses.cpp:67:13: error: Common realloc mistake: 'SavedScreen' nulled but not freed upon failure [memleakOnRealloc]
efte-1.1/src/con_ncurses.cpp:806:24: performance: Function parameter 'Event' should be passed by const reference. [passedByValue]
efte-1.1/src/con_nt.cpp:1772:14: warning: Either the condition 'id>4' is redundant or the array 'Pipes[4]' is accessed at index 4, which is out of bounds. [arrayIndexOutOfBoundsCond]
efte-1.1/src/con_nt.cpp:1770:22: note: Assuming that condition 'id>4' is not redundant
efte-1.1/src/con_nt.cpp:1772:14: note: Array index out of bounds
efte-1.1/src/con_nt.cpp:1787:14: warning: Either the condition 'id>4' is redundant or the array 'Pipes[4]' is accessed at index 4, which is out of bounds. [arrayIndexOutOfBoundsCond]
efte-1.1/src/con_nt.cpp:1785:22: note: Assuming that condition 'id>4' is not redundant
efte-1.1/src/con_nt.cpp:1787:14: note: Array index out of bounds
efte-1.1/src/con_nt.cpp:1825:14: warning: Either the condition 'id>4' is redundant or the array 'Pipes[4]' is accessed at index 4, which is out of bounds. [arrayIndexOutOfBoundsCond]
efte-1.1/src/con_nt.cpp:1823:22: note: Assuming that condition 'id>4' is not redundant
efte-1.1/src/con_nt.cpp:1825:14: note: Array index out of bounds
efte-1.1/src/con_nt.cpp:248:24: style: The scope of the variable 'i' can be reduced. [variableScope]
efte-1.1/src/con_nt.cpp:1551:0: style: Variable 'arglen' is assigned a value that is never used. [unreadVariable]
efte-1.1/src/con_nt.cpp:1635:27: style: Variable 'ok' is assigned a value that is never used. [unreadVariable]
efte-1.1/src/con_nt.cpp:825:6: warning: Member variable 'GUI::doLoop' is not initialized in the constructor. [uninitMemberVar]
efte-1.1/src/gui.h:124:9: performance: Technically the member function 'GUI::ShowEntryScreen' can be static. [functionStatic]
efte-1.1/src/con_nt.cpp:854:10: note: Technically the member function 'GUI::ShowEntryScreen' can be static.
efte-1.1/src/gui.h:124:9: note: Technically the member function 'GUI::ShowEntryScreen' can be static.
efte-1.1/src/gui.h:141:9: performance: Technically the member function 'GUI::OpenPipe' can be static. [functionStatic]
efte-1.1/src/con_nt.cpp:1711:10: note: Technically the member function 'GUI::OpenPipe' can be static.
efte-1.1/src/gui.h:141:9: note: Technically the member function 'GUI::OpenPipe' can be static.
efte-1.1/src/gui.h:142:9: performance: Technically the member function 'GUI::SetPipeView' can be static. [functionStatic]
efte-1.1/src/con_nt.cpp:1769:10: note: Technically the member function 'GUI::SetPipeView' can be static.
efte-1.1/src/gui.h:142:9: note: Technically the member function 'GUI::SetPipeView' can be static.
efte-1.1/src/gui.h:143:9: performance: Technically the member function 'GUI::ReadPipe' can be static. [functionStatic]
efte-1.1/src/con_nt.cpp:1781:10: note: Technically the member function 'GUI::ReadPipe' can be static.
efte-1.1/src/gui.h:143:9: note: Technically the member function 'GUI::ReadPipe' can be static.
efte-1.1/src/gui.h:144:9: performance: Technically the member function 'GUI::ClosePipe' can be static. [functionStatic]
efte-1.1/src/con_nt.cpp:1822:10: note: Technically the member function 'GUI::ClosePipe' can be static.
efte-1.1/src/gui.h:144:9: note: Technically the member function 'GUI::ClosePipe' can be static.
efte-1.1/src/con_nt.cpp:785:24: performance: Function parameter 'Event' should be passed by const reference. [passedByValue]
efte-1.1/src/con_os2.cpp:1053:14: warning: Either the condition 'id>4' is redundant or the array 'Pipes[4]' is accessed at index 4, which is out of bounds. [arrayIndexOutOfBoundsCond]
efte-1.1/src/con_os2.cpp:1051:22: note: Assuming that condition 'id>4' is not redundant
efte-1.1/src/con_os2.cpp:1053:14: note: Array index out of bounds
efte-1.1/src/con_os2.cpp:1068:14: warning: Either the condition 'id>4' is redundant or the array 'Pipes[4]' is accessed at index 4, which is out of bounds. [arrayIndexOutOfBoundsCond]
efte-1.1/src/con_os2.cpp:1066:22: note: Assuming that condition 'id>4' is not redundant
efte-1.1/src/con_os2.cpp:1068:14: note: Array index out of bounds
efte-1.1/src/con_os2.cpp:1106:14: warning: Either the condition 'id>4' is redundant or the array 'Pipes[4]' is accessed at index 4, which is out of bounds. [arrayIndexOutOfBoundsCond]
efte-1.1/src/con_os2.cpp:1104:22: note: Assuming that condition 'id>4' is not redundant
efte-1.1/src/con_os2.cpp:1106:14: note: Array index out of bounds
efte-1.1/src/con_os2.cpp:1214:17: style: The scope of the variable 'tab7' can be reduced. [variableScope]
efte-1.1/src/con_os2.cpp:765:5: warning: Size of pointer 'SavedScreen' used instead of size of its data. [pointerSize]
efte-1.1/src/con_os2.cpp:317:17: style: Variable 'PrevState' is assigned a value that is never used. [unreadVariable]
efte-1.1/src/con_os2.cpp:781:6: warning: Member variable 'GUI::doLoop' is not initialized in the constructor. [uninitMemberVar]
efte-1.1/src/gui.h:124:9: performance: Technically the member function 'GUI::ShowEntryScreen' can be static. [functionStatic]
efte-1.1/src/con_os2.cpp:810:10: note: Technically the member function 'GUI::ShowEntryScreen' can be static.
efte-1.1/src/gui.h:124:9: note: Technically the member function 'GUI::ShowEntryScreen' can be static.
efte-1.1/src/gui.h:141:9: performance: Technically the member function 'GUI::OpenPipe' can be static. [functionStatic]
efte-1.1/src/con_os2.cpp:991:10: note: Technically the member function 'GUI::OpenPipe' can be static.
efte-1.1/src/gui.h:141:9: note: Technically the member function 'GUI::OpenPipe' can be static.
efte-1.1/src/gui.h:142:9: performance: Technically the member function 'GUI::SetPipeView' can be static. [functionStatic]
efte-1.1/src/con_os2.cpp:1050:10: note: Technically the member function 'GUI::SetPipeView' can be static.
efte-1.1/src/gui.h:142:9: note: Technically the member function 'GUI::SetPipeView' can be static.
efte-1.1/src/gui.h:143:9: performance: Technically the member function 'GUI::ReadPipe' can be static. [functionStatic]
efte-1.1/src/con_os2.cpp:1062:10: note: Technically the member function 'GUI::ReadPipe' can be static.
efte-1.1/src/gui.h:143:9: note: Technically the member function 'GUI::ReadPipe' can be static.
efte-1.1/src/gui.h:144:9: performance: Technically the member function 'GUI::ClosePipe' can be static. [functionStatic]
efte-1.1/src/con_os2.cpp:1103:10: note: Technically the member function 'GUI::ClosePipe' can be static.
efte-1.1/src/gui.h:144:9: note: Technically the member function 'GUI::ClosePipe' can be static.
efte-1.1/src/con_os2.cpp:1205:24: performance: Function parameter 'Event' should be passed by const reference. [passedByValue]
efte-1.1/src/con_x11.cpp:2171:14: warning: Either the condition 'id>40' is redundant or the array 'Pipes[40]' is accessed at index 40, which is out of bounds. [arrayIndexOutOfBoundsCond]
efte-1.1/src/con_x11.cpp:2169:22: note: Assuming that condition 'id>40' is not redundant
efte-1.1/src/con_x11.cpp:2171:14: note: Array index out of bounds
efte-1.1/src/con_x11.cpp:2185:14: warning: Either the condition 'id>40' is redundant or the array 'Pipes[40]' is accessed at index 40, which is out of bounds. [arrayIndexOutOfBoundsCond]
efte-1.1/src/con_x11.cpp:2183:22: note: Assuming that condition 'id>40' is not redundant
efte-1.1/src/con_x11.cpp:2185:14: note: Array index out of bounds
efte-1.1/src/con_x11.cpp:2212:14: warning: Either the condition 'id>40' is redundant or the array 'Pipes[40]' is accessed at index 40, which is out of bounds. [arrayIndexOutOfBoundsCond]
efte-1.1/src/con_x11.cpp:2210:22: note: Assuming that condition 'id>40' is not redundant
efte-1.1/src/con_x11.cpp:2212:14: note: Array index out of bounds
efte-1.1/src/con_x11.cpp:751:20: style: The scope of the variable 'p' can be reduced. [variableScope]
efte-1.1/src/con_x11.cpp:752:18: style: The scope of the variable 'len' can be reduced. [variableScope]
efte-1.1/src/con_x11.cpp:752:23: style: The scope of the variable 'x' can be reduced. [variableScope]
efte-1.1/src/con_x11.cpp:1195:18: style: The scope of the variable 'k' can be reduced. [variableScope]
efte-1.1/src/con_x11.cpp:1218:26: style: The scope of the variable 'LastClickTime' can be reduced. [variableScope]
efte-1.1/src/con_x11.cpp:1219:18: style: The scope of the variable 'LastClickCount' can be reduced. [variableScope]
efte-1.1/src/con_x11.cpp:1220:26: style: The scope of the variable 'LastClick' can be reduced. [variableScope]
efte-1.1/src/con_x11.cpp:1501:30: style: The scope of the variable 'empty' can be reduced. [variableScope]
efte-1.1/src/con_x11.cpp:1764:9: style: The scope of the variable 'i' can be reduced. [variableScope]
efte-1.1/src/con_x11.cpp:1764:12: style: The scope of the variable 'send' can be reduced. [variableScope]
efte-1.1/src/con_x11.cpp:782:25: style: Checking if unsigned variable 'len' is less than zero. [unsignedLessThanZero]
efte-1.1/src/con_x11.cpp:2244:25: style: Function 'ConGetDrawChar' argument 1 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
efte-1.1/src/console.h:208:25: note: Function 'ConGetDrawChar' argument 1 names different: declaration 'index' definition 'idx'.
efte-1.1/src/con_x11.cpp:2244:25: note: Function 'ConGetDrawChar' argument 1 names different: declaration 'index' definition 'idx'.
efte-1.1/src/con_x11.cpp:1701:25: warning: Multiplying sizeof() with sizeof() indicates a logic error. [multiplySizeof]
efte-1.1/src/con_x11.cpp:1707:25: warning: Multiplying sizeof() with sizeof() indicates a logic error. [multiplySizeof]
efte-1.1/src/con_x11.cpp:2025:6: warning: Member variable 'GUI::doLoop' is not initialized in the constructor. [uninitMemberVar]
efte-1.1/src/gui.h:124:9: performance: Technically the member function 'GUI::ShowEntryScreen' can be static. [functionStatic]
efte-1.1/src/con_x11.cpp:2120:10: note: Technically the member function 'GUI::ShowEntryScreen' can be static.
efte-1.1/src/gui.h:124:9: note: Technically the member function 'GUI::ShowEntryScreen' can be static.
efte-1.1/src/gui.h:139:9: performance: Technically the member function 'GUI::RunProgram' can be static. [functionStatic]
efte-1.1/src/con_x11.cpp:2228:10: note: Technically the member function 'GUI::RunProgram' can be static.
efte-1.1/src/gui.h:139:9: note: Technically the member function 'GUI::RunProgram' can be static.
efte-1.1/src/gui.h:141:9: performance: Technically the member function 'GUI::OpenPipe' can be static. [functionStatic]
efte-1.1/src/con_x11.cpp:2124:10: note: Technically the member function 'GUI::OpenPipe' can be static.
efte-1.1/src/gui.h:141:9: note: Technically the member function 'GUI::OpenPipe' can be static.
efte-1.1/src/gui.h:142:9: performance: Technically the member function 'GUI::SetPipeView' can be static. [functionStatic]
efte-1.1/src/con_x11.cpp:2167:10: note: Technically the member function 'GUI::SetPipeView' can be static.
efte-1.1/src/gui.h:142:9: note: Technically the member function 'GUI::SetPipeView' can be static.
efte-1.1/src/gui.h:143:9: performance: Technically the member function 'GUI::ReadPipe' can be static. [functionStatic]
efte-1.1/src/con_x11.cpp:2179:10: note: Technically the member function 'GUI::ReadPipe' can be static.
efte-1.1/src/gui.h:143:9: note: Technically the member function 'GUI::ReadPipe' can be static.
efte-1.1/src/gui.h:144:9: performance: Technically the member function 'GUI::ClosePipe' can be static. [functionStatic]
efte-1.1/src/con_x11.cpp:2206:10: note: Technically the member function 'GUI::ClosePipe' can be static.
efte-1.1/src/gui.h:144:9: note: Technically the member function 'GUI::ClosePipe' can be static.
efte-1.1/src/con_x11.cpp:1738:24: performance: Function parameter 'Event' should be passed by const reference. [passedByValue]
efte-1.1/src/con_x11.cpp:471:0: error: Uninitialized variable: mask [uninitvar]
efte-1.1/src/e_block.cpp:849:12: style: The scope of the variable 'oldL' can be reduced. [variableScope]
efte-1.1/src/e_block.cpp:907:12: style: The scope of the variable 'L' can be reduced. [variableScope]
efte-1.1/src/e_block.cpp:908:9: style: The scope of the variable 'O' can be reduced. [variableScope]
efte-1.1/src/e_block.cpp:908:12: style: The scope of the variable 'C' can be reduced. [variableScope]
efte-1.1/src/e_block.cpp:940:12: style: The scope of the variable 'L' can be reduced. [variableScope]
efte-1.1/src/e_block.cpp:941:9: style: The scope of the variable 'O' can be reduced. [variableScope]
efte-1.1/src/e_block.cpp:941:12: style: The scope of the variable 'C' can be reduced. [variableScope]
efte-1.1/src/e_block.cpp:941:15: style: The scope of the variable 'O1' can be reduced. [variableScope]
efte-1.1/src/e_block.cpp:941:19: style: The scope of the variable 'C1' can be reduced. [variableScope]
efte-1.1/src/e_block.cpp:1009:17: style: The scope of the variable 'L' can be reduced. [variableScope]
efte-1.1/src/e_block.cpp:646:39: style: Function 'BlockWriteTo' argument 1 names different: declaration 'aFileName' definition 'AFileName'. [funcArgNamesDifferent]
efte-1.1/src/e_buffer.h:616:38: note: Function 'BlockWriteTo' argument 1 names different: declaration 'aFileName' definition 'AFileName'.
efte-1.1/src/e_block.cpp:646:39: note: Function 'BlockWriteTo' argument 1 names different: declaration 'aFileName' definition 'AFileName'.
efte-1.1/src/e_block.cpp:737:40: style: Function 'BlockReadFrom' argument 1 names different: declaration 'aFileName' definition 'AFileName'. [funcArgNamesDifferent]
efte-1.1/src/e_buffer.h:615:39: note: Function 'BlockReadFrom' argument 1 names different: declaration 'aFileName' definition 'AFileName'.
efte-1.1/src/e_block.cpp:737:40: note: Function 'BlockReadFrom' argument 1 names different: declaration 'aFileName' definition 'AFileName'.
efte-1.1/src/e_buffer.h:611:13: performance: Technically the member function 'EBuffer::BlockClear' can be static. [functionStatic]
efte-1.1/src/e_block.cpp:450:14: note: Technically the member function 'EBuffer::BlockClear' can be static.
efte-1.1/src/e_buffer.h:611:13: note: Technically the member function 'EBuffer::BlockClear' can be static.
efte-1.1/src/e_buffer.h:620:13: style: Technically the member function 'EBuffer::BlockIsMarked' can be const. [functionConst]
efte-1.1/src/e_block.cpp:585:14: note: Technically the member function 'EBuffer::BlockIsMarked' can be const.
efte-1.1/src/e_buffer.h:620:13: note: Technically the member function 'EBuffer::BlockIsMarked' can be const.
efte-1.1/src/e_buffer.h:627:13: performance: Technically the member function 'EBuffer::BlockSelectPara' can be static. [functionStatic]
efte-1.1/src/e_block.cpp:642:14: note: Technically the member function 'EBuffer::BlockSelectPara' can be static.
efte-1.1/src/e_buffer.h:627:13: note: Technically the member function 'EBuffer::BlockSelectPara' can be static.
efte-1.1/src/e_buffer.h:630:13: performance: Technically the member function 'EBuffer::ClipClear' can be static. [functionStatic]
efte-1.1/src/e_block.cpp:376:14: note: Technically the member function 'EBuffer::ClipClear' can be static.
efte-1.1/src/e_buffer.h:630:13: note: Technically the member function 'EBuffer::ClipClear' can be static.
efte-1.1/src/e_buffer.cpp:62:13: warning: Either the condition 'if(Mode&&Mode->fColorize)' is redundant or there is possible null pointer dereference: Mode. [nullPointerRedundantCheck]
efte-1.1/src/e_buffer.cpp:72:8: note: Assuming that condition 'if(Mode&&Mode->fColorize)' is not redundant
efte-1.1/src/e_buffer.cpp:62:13: note: Null pointer dereference
efte-1.1/src/e_buffer.cpp:417:13: warning: Either the condition 'if(Mode&&Mode->fColorize)' is redundant or there is possible null pointer dereference: Mode. [nullPointerRedundantCheck]
efte-1.1/src/e_buffer.cpp:419:8: note: Assuming that condition 'if(Mode&&Mode->fColorize)' is not redundant
efte-1.1/src/e_buffer.cpp:417:13: note: Null pointer dereference
efte-1.1/src/e_buffer.cpp:33:5: style: Variable 'Modified' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
efte-1.1/src/e_buffer.cpp:21:5: note: Variable 'Modified' is reassigned a value before the old one has been used if variable is no semaphore variable.
efte-1.1/src/e_buffer.cpp:33:5: note: Variable 'Modified' is reassigned a value before the old one has been used if variable is no semaphore variable.
efte-1.1/src/e_buffer.cpp:777:19: style: The scope of the variable 'TPos' can be reduced. [variableScope]
efte-1.1/src/e_buffer.cpp:885:19: style: The scope of the variable 'TPos' can be reduced. [variableScope]
efte-1.1/src/e_buffer.cpp:232:50: style: Function 'UpdateMark' argument 3 names different: declaration 'Line' definition 'Row'. [funcArgNamesDifferent]
efte-1.1/src/e_buffer.h:340:45: note: Function 'UpdateMark' argument 3 names different: declaration 'Line' definition 'Row'.
efte-1.1/src/e_buffer.cpp:232:50: note: Function 'UpdateMark' argument 3 names different: declaration 'Line' definition 'Row'.
efte-1.1/src/e_buffer.cpp:232:68: style: Function 'UpdateMark' argument 5 names different: declaration 'Lines' definition 'Rows'. [funcArgNamesDifferent]
efte-1.1/src/e_buffer.h:340:64: note: Function 'UpdateMark' argument 5 names different: declaration 'Lines' definition 'Rows'.
efte-1.1/src/e_buffer.cpp:232:68: note: Function 'UpdateMark' argument 5 names different: declaration 'Lines' definition 'Rows'.
efte-1.1/src/e_buffer.cpp:323:41: style: Function 'UpdateMarker' argument 2 names different: declaration 'Line' definition 'Row'. [funcArgNamesDifferent]
efte-1.1/src/e_buffer.h:339:36: note: Function 'UpdateMarker' argument 2 names different: declaration 'Line' definition 'Row'.
efte-1.1/src/e_buffer.cpp:323:41: note: Function 'UpdateMarker' argument 2 names different: declaration 'Line' definition 'Row'.
efte-1.1/src/e_buffer.cpp:323:59: style: Function 'UpdateMarker' argument 4 names different: declaration 'Lines' definition 'Rows'. [funcArgNamesDifferent]
efte-1.1/src/e_buffer.h:339:55: note: Function 'UpdateMarker' argument 4 names different: declaration 'Lines' definition 'Rows'.
efte-1.1/src/e_buffer.cpp:323:59: note: Function 'UpdateMarker' argument 4 names different: declaration 'Lines' definition 'Rows'.
efte-1.1/src/e_buffer.cpp:384:30: style: Function 'ValidPos' argument 1 names different: declaration 'W' definition 'Pos'. [funcArgNamesDifferent]
efte-1.1/src/e_buffer.h:331:25: note: Function 'ValidPos' argument 1 names different: declaration 'W' definition 'Pos'.
efte-1.1/src/e_buffer.cpp:384:30: note: Function 'ValidPos' argument 1 names different: declaration 'W' definition 'Pos'.
efte-1.1/src/e_buffer.cpp:392:31: style: Function 'RValidPos' argument 1 names different: declaration 'W' definition 'Pos'. [funcArgNamesDifferent]
efte-1.1/src/e_buffer.h:332:26: note: Function 'RValidPos' argument 1 names different: declaration 'W' definition 'Pos'.
efte-1.1/src/e_buffer.cpp:392:31: note: Function 'RValidPos' argument 1 names different: declaration 'W' definition 'Pos'.
efte-1.1/src/e_buffer.cpp:400:29: style: Function 'AssertLine' argument 1 names different: declaration 'Line' definition 'Row'. [funcArgNamesDifferent]
efte-1.1/src/e_buffer.h:336:24: note: Function 'AssertLine' argument 1 names different: declaration 'Line' definition 'Row'.
efte-1.1/src/e_buffer.cpp:400:29: note: Function 'AssertLine' argument 1 names different: declaration 'Line' definition 'Row'.
efte-1.1/src/e_buffer.cpp:853:64: style: Function 'InsText' argument 4 names different: declaration 'Buffer' definition 'ABuffer'. [funcArgNamesDifferent]
efte-1.1/src/e_buffer.h:405:59: note: Function 'InsText' argument 4 names different: declaration 'Buffer' definition 'ABuffer'.
efte-1.1/src/e_buffer.cpp:853:64: note: Function 'InsText' argument 4 names different: declaration 'Buffer' definition 'ABuffer'.
efte-1.1/src/e_buffer.cpp:884:60: style: Function 'InsLineText' argument 4 names different: declaration 'Pos' definition 'LCol'. [funcArgNamesDifferent]
efte-1.1/src/e_buffer.h:406:55: note: Function 'InsLineText' argument 4 names different: declaration 'Pos' definition 'LCol'.
efte-1.1/src/e_buffer.cpp:884:60: note: Function 'InsLineText' argument 4 names different: declaration 'Pos' definition 'LCol'.
efte-1.1/src/e_buffer.cpp:986:13: style: Variable 'VLine' is assigned a value that is never used. [unreadVariable]
efte-1.1/src/e_buffer.h:331:9: style: Technically the member function 'EBuffer::ValidPos' can be const. [functionConst]
efte-1.1/src/e_buffer.cpp:384:14: note: Technically the member function 'EBuffer::ValidPos' can be const.
efte-1.1/src/e_buffer.h:331:9: note: Technically the member function 'EBuffer::ValidPos' can be const.
efte-1.1/src/e_buffer.h:332:9: style: Technically the member function 'EBuffer::RValidPos' can be const. [functionConst]
efte-1.1/src/e_buffer.cpp:392:14: note: Technically the member function 'EBuffer::RValidPos' can be const.
efte-1.1/src/e_buffer.h:332:9: note: Technically the member function 'EBuffer::RValidPos' can be const.
efte-1.1/src/e_buffer.h:333:9: performance: Technically the member function 'EBuffer::LoadRegion' can be static. [functionStatic]
efte-1.1/src/e_buffer.cpp:221:14: note: Technically the member function 'EBuffer::LoadRegion' can be static.
efte-1.1/src/e_buffer.h:333:9: note: Technically the member function 'EBuffer::LoadRegion' can be static.
efte-1.1/src/e_buffer.h:340:9: style: Technically the member function 'EBuffer::UpdateMark' can be const. [functionConst]
efte-1.1/src/e_buffer.cpp:232:14: note: Technically the member function 'EBuffer::UpdateMark' can be const.
efte-1.1/src/e_buffer.h:340:9: note: Technically the member function 'EBuffer::UpdateMark' can be const.
efte-1.1/src/e_buffer.h:229:18: warning: Virtual function 'DeleteRelated' is called from destructor '~EBuffer()' at line 104. Dynamic binding is not used. [virtualCallInConstructor]
efte-1.1/src/e_buffer.cpp:104:5: note: Calling DeleteRelated
efte-1.1/src/e_buffer.h:229:18: note: DeleteRelated is a virtual method
efte-1.1/src/e_cmds.cpp:1410:17: warning: Either the condition 'if(Mode&&Mode->fColorize)' is redundant or there is possible null pointer dereference: Mode. [nullPointerRedundantCheck]
efte-1.1/src/e_cmds.cpp:1412:12: note: Assuming that condition 'if(Mode&&Mode->fColorize)' is not redundant
efte-1.1/src/e_cmds.cpp:1410:17: note: Null pointer dereference
efte-1.1/src/e_cmds.cpp:924:30: style: C-style pointer casting [cstyleCast]
efte-1.1/src/e_cmds.cpp:886:19: style: The scope of the variable 'P1' can be reduced. [variableScope]
efte-1.1/src/e_cmds.cpp:886:23: style: The scope of the variable 'C1' can be reduced. [variableScope]
efte-1.1/src/e_cmds.cpp:886:27: style: The scope of the variable 'Len' can be reduced. [variableScope]
efte-1.1/src/e_cmds.cpp:887:14: style: The scope of the variable 'Str' can be reduced. [variableScope]
efte-1.1/src/e_cmds.cpp:888:18: style: The scope of the variable 'ab' can be reduced. [variableScope]
efte-1.1/src/e_cmds.cpp:963:13: style: The scope of the variable 'P' can be reduced. [variableScope]
efte-1.1/src/e_cmds.cpp:964:16: style: The scope of the variable 'LP' can be reduced. [variableScope]
efte-1.1/src/e_cmds.cpp:965:13: style: The scope of the variable 'L' can be reduced. [variableScope]
efte-1.1/src/e_cmds.cpp:1046:12: style: The scope of the variable 'C' can be reduced. [variableScope]
efte-1.1/src/e_cmds.cpp:1099:12: style: The scope of the variable 'Len' can be reduced. [variableScope]
efte-1.1/src/e_cmds.cpp:1103:9: style: The scope of the variable 'NoChange' can be reduced. [variableScope]
efte-1.1/src/e_cmds.cpp:1230:21: style: The scope of the variable 'P' can be reduced. [variableScope]
efte-1.1/src/e_cmds.cpp:1244:21: style: The scope of the variable 'P' can be reduced. [variableScope]
efte-1.1/src/e_cmds.cpp:1245:9: style: The scope of the variable 'Len' can be reduced. [variableScope]
efte-1.1/src/e_cmds.cpp:1407:31: style: Function 'ChangeMode' argument 1 names different: declaration 'Mode' definition 'AMode'. [funcArgNamesDifferent]
efte-1.1/src/e_buffer.h:691:30: note: Function 'ChangeMode' argument 1 names different: declaration 'Mode' definition 'AMode'.
efte-1.1/src/e_cmds.cpp:1407:31: note: Function 'ChangeMode' argument 1 names different: declaration 'Mode' definition 'AMode'.
efte-1.1/src/e_cmds.cpp:1421:31: style: Function 'ChangeKeys' argument 1 names different: declaration 'Mode' definition 'AMode'. [funcArgNamesDifferent]
efte-1.1/src/e_buffer.h:692:30: note: Function 'ChangeKeys' argument 1 names different: declaration 'Mode' definition 'AMode'.
efte-1.1/src/e_cmds.cpp:1421:31: note: Function 'ChangeKeys' argument 1 names different: declaration 'Mode' definition 'AMode'.
efte-1.1/src/e_cmds.cpp:1434:32: style: Function 'ChangeFlags' argument 1 names different: declaration 'Mode' definition 'AMode'. [funcArgNamesDifferent]
efte-1.1/src/e_buffer.h:693:31: note: Function 'ChangeFlags' argument 1 names different: declaration 'Mode' definition 'AMode'.
efte-1.1/src/e_cmds.cpp:1434:32: note: Function 'ChangeFlags' argument 1 names different: declaration 'Mode' definition 'AMode'.
efte-1.1/src/e_buffer.h:433:9: performance: Technically the member function 'EBuffer::LineIndentedCharCount' can be static. [functionStatic]
efte-1.1/src/e_cmds.cpp:1028:14: note: Technically the member function 'EBuffer::LineIndentedCharCount' can be static.
efte-1.1/src/e_buffer.h:433:9: note: Technically the member function 'EBuffer::LineIndentedCharCount' can be static.
efte-1.1/src/e_buffer.h:577:13: style: Technically the member function 'EBuffer::CanUndo' can be const. [functionConst]
efte-1.1/src/e_cmds.cpp:1074:14: note: Technically the member function 'EBuffer::CanUndo' can be const.
efte-1.1/src/e_buffer.h:577:13: note: Technically the member function 'EBuffer::CanUndo' can be const.
efte-1.1/src/e_buffer.h:578:13: style: Technically the member function 'EBuffer::CanRedo' can be const. [functionConst]
efte-1.1/src/e_cmds.cpp:1080:14: note: Technically the member function 'EBuffer::CanRedo' can be const.
efte-1.1/src/e_buffer.h:578:13: note: Technically the member function 'EBuffer::CanRedo' can be const.
efte-1.1/src/e_buffer.h:581:13: style: Technically the member function 'EBuffer::LineCount' can be const. [functionConst]
efte-1.1/src/e_cmds.cpp:861:14: note: Technically the member function 'EBuffer::LineCount' can be const.
efte-1.1/src/e_buffer.h:581:13: note: Technically the member function 'EBuffer::LineCount' can be const.
efte-1.1/src/e_buffer.h:583:13: style: Technically the member function 'EBuffer::CColumn' can be const. [functionConst]
efte-1.1/src/e_cmds.cpp:871:14: note: Technically the member function 'EBuffer::CColumn' can be const.
efte-1.1/src/e_buffer.h:583:13: note: Technically the member function 'EBuffer::CColumn' can be const.
efte-1.1/src/e_cvslog.cpp:128:45: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
efte-1.1/src/e_cvslog.cpp:21:9: style: The scope of the variable 'i' can be reduced. [variableScope]
efte-1.1/src/e_cvslog.cpp:21:12: style: The scope of the variable 'j' can be reduced. [variableScope]
efte-1.1/src/e_file.cpp:20:17: style: C-style pointer casting [cstyleCast]
efte-1.1/src/e_fold.cpp:22:32: style: The scope of the variable 'c' can be reduced. [variableScope]
efte-1.1/src/e_fold.cpp:115:12: style: The scope of the variable 'level' can be reduced. [variableScope]
efte-1.1/src/e_fold.cpp:209:16: style: The scope of the variable 'X' can be reduced. [variableScope]
efte-1.1/src/e_fold.cpp:335:9: style: The scope of the variable 'level' can be reduced. [variableScope]
efte-1.1/src/e_fold.cpp:393:9: style: The scope of the variable 'l' can be reduced. [variableScope]
efte-1.1/src/e_buffer.h:341:10: performance: Technically the member function 'EBuffer::UpdateVis' can be static. [functionStatic]
efte-1.1/src/e_fold.cpp:149:15: note: Technically the member function 'EBuffer::UpdateVis' can be static.
efte-1.1/src/e_buffer.h:341:10: note: Technically the member function 'EBuffer::UpdateVis' can be static.
efte-1.1/src/e_buffer.h:677:13: style: Technically the member function 'EBuffer::FindNearFold' can be const. [functionConst]
efte-1.1/src/e_fold.cpp:21:14: note: Technically the member function 'EBuffer::FindNearFold' can be const.
efte-1.1/src/e_buffer.h:677:13: note: Technically the member function 'EBuffer::FindNearFold' can be const.
efte-1.1/src/e_fold.cpp:189:5: error: Common realloc mistake: 'FF' nulled but not freed upon failure [memleakOnRealloc]
efte-1.1/src/e_fold.cpp:272:5: error: Common realloc mistake: 'FF' nulled but not freed upon failure [memleakOnRealloc]
efte-1.1/src/e_line.cpp:186:28: style: The scope of the variable 'M' can be reduced. [variableScope]
efte-1.1/src/e_line.cpp:186:31: style: The scope of the variable 'V' can be reduced. [variableScope]
efte-1.1/src/e_line.cpp:207:28: style: The scope of the variable 'M' can be reduced. [variableScope]
efte-1.1/src/e_line.cpp:207:31: style: The scope of the variable 'V' can be reduced. [variableScope]
efte-1.1/src/e_buffer.h:395:9: style: Technically the member function 'EBuffer::ScreenPos' can be const. [functionConst]
efte-1.1/src/e_line.cpp:50:14: note: Technically the member function 'EBuffer::ScreenPos' can be const.
efte-1.1/src/e_buffer.h:395:9: note: Technically the member function 'EBuffer::ScreenPos' can be const.
efte-1.1/src/e_buffer.h:396:9: style: Technically the member function 'EBuffer::CharOffset' can be const. [functionConst]
efte-1.1/src/e_line.cpp:84:14: note: Technically the member function 'EBuffer::CharOffset' can be const.
efte-1.1/src/e_buffer.h:396:9: note: Technically the member function 'EBuffer::CharOffset' can be const.
efte-1.1/src/e_line.cpp:42:9: error: Common realloc mistake: 'Chars' nulled but not freed upon failure [memleakOnRealloc]
efte-1.1/src/e_loadsave.cpp:487:12: style: Condition 'fp==0' is always true [knownConditionTrueFalse]
efte-1.1/src/e_loadsave.cpp:476:10: note: Assignment 'fp=0', assigned value is 0
efte-1.1/src/e_loadsave.cpp:487:12: note: Condition 'fp==0' is always true
efte-1.1/src/e_loadsave.cpp:268:38: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
efte-1.1/src/e_loadsave.cpp:327:38: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
efte-1.1/src/e_loadsave.cpp:335:38: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
efte-1.1/src/e_loadsave.cpp:353:42: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
efte-1.1/src/e_loadsave.cpp:138:31: warning: Either the condition 'm==NULL' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
efte-1.1/src/e_loadsave.cpp:145:34: note: Assuming that condition 'm==NULL' is not redundant
efte-1.1/src/e_loadsave.cpp:138:31: note: Null pointer addition
efte-1.1/src/e_mark.cpp:29:9: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
efte-1.1/src/e_mark.cpp:188:35: style: C-style pointer casting [cstyleCast]
efte-1.1/src/e_mark.cpp:190:17: style: C-style pointer casting [cstyleCast]
efte-1.1/src/e_mark.cpp:92:31: style: The scope of the variable 'M' can be reduced. [variableScope]
efte-1.1/src/e_mark.cpp:92:34: style: The scope of the variable 'cmp' can be reduced. [variableScope]
efte-1.1/src/e_mark.cpp:133:31: style: The scope of the variable 'M' can be reduced. [variableScope]
efte-1.1/src/e_mark.cpp:133:34: style: The scope of the variable 'cmp' can be reduced. [variableScope]
efte-1.1/src/e_mark.cpp:151:31: style: The scope of the variable 'M' can be reduced. [variableScope]
efte-1.1/src/e_mark.cpp:151:34: style: The scope of the variable 'cmp' can be reduced. [variableScope]
efte-1.1/src/e_mark.cpp:72:24: warning: Assert statement calls a function which may have desired side effects: 'GetBookmark'. [assertWithSideEffect]
efte-1.1/src/e_mark.cpp:265:12: warning: Assert statement calls a function which may have desired side effects: 'remove'. [assertWithSideEffect]
efte-1.1/src/e_mark.cpp:16:5: style: Class 'EMark' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
efte-1.1/src/e_mark.cpp:16:5: style: Class 'EMark' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
efte-1.1/src/e_print.cpp:18:9: style: The scope of the variable 'A' can be reduced. [variableScope]
efte-1.1/src/e_print.cpp:18:12: style: The scope of the variable 'Z' can be reduced. [variableScope]
efte-1.1/src/e_redraw.cpp:602:12: style: C-style pointer casting [cstyleCast]
efte-1.1/src/e_redraw.cpp:606:12: style: C-style pointer casting [cstyleCast]
efte-1.1/src/e_redraw.cpp:46:9: style: The scope of the variable 'Min' can be reduced. [variableScope]
efte-1.1/src/e_redraw.cpp:46:14: style: The scope of the variable 'Max' can be reduced. [variableScope]
efte-1.1/src/e_redraw.cpp:77:12: style: The scope of the variable 'L' can be reduced. [variableScope]
efte-1.1/src/e_redraw.cpp:139:13: style: The scope of the variable 'State' can be reduced. [variableScope]
efte-1.1/src/e_redraw.cpp:140:9: style: The scope of the variable 'StartPos' can be reduced. [variableScope]
efte-1.1/src/e_redraw.cpp:140:19: style: The scope of the variable 'EndPos' can be reduced. [variableScope]
efte-1.1/src/e_redraw.cpp:169:17: style: The scope of the variable 'Folded' can be reduced. [variableScope]
efte-1.1/src/e_redraw.cpp:170:25: style: The scope of the variable 'fold' can be reduced. [variableScope]
efte-1.1/src/e_redraw.cpp:171:17: style: The scope of the variable 'l' can be reduced. [variableScope]
efte-1.1/src/e_redraw.cpp:413:31: style: The scope of the variable 'CurCh' can be reduced. [variableScope]
efte-1.1/src/e_redraw.cpp:122:24: style: Function 'Draw' argument 1 names different: declaration 'Line0' definition 'Row0'. [funcArgNamesDifferent]
efte-1.1/src/e_buffer.h:420:19: note: Function 'Draw' argument 1 names different: declaration 'Line0' definition 'Row0'.
efte-1.1/src/e_redraw.cpp:122:24: note: Function 'Draw' argument 1 names different: declaration 'Line0' definition 'Row0'.
efte-1.1/src/e_redraw.cpp:122:34: style: Function 'Draw' argument 2 names different: declaration 'LineE' definition 'RowE'. [funcArgNamesDifferent]
efte-1.1/src/e_buffer.h:420:30: note: Function 'Draw' argument 2 names different: declaration 'LineE' definition 'RowE'.
efte-1.1/src/e_redraw.cpp:122:34: note: Function 'Draw' argument 2 names different: declaration 'LineE' definition 'RowE'.
efte-1.1/src/e_redraw.cpp:138:43: style: Function 'DrawLine' argument 2 names different: declaration 'L' definition 'VRow'. [funcArgNamesDifferent]
efte-1.1/src/e_buffer.h:421:38: note: Function 'DrawLine' argument 2 names different: declaration 'L' definition 'VRow'.
efte-1.1/src/e_redraw.cpp:138:43: note: Function 'DrawLine' argument 2 names different: declaration 'L' definition 'VRow'.
efte-1.1/src/e_redraw.cpp:417:39: style: Variable 'fName' is assigned a value that is never used. [unreadVariable]
efte-1.1/src/e_regex.cpp:178:19: style: The scope of the variable 'Ch' can be reduced. [variableScope]
efte-1.1/src/e_regex.cpp:545:10: style: The scope of the variable 'Ch' can be reduced. [variableScope]
efte-1.1/src/e_regex.cpp:623:13: style: The scope of the variable 'p' can be reduced. [variableScope]
efte-1.1/src/e_regex.cpp:622:21: style: Function 'RxFree' argument 1 names different: declaration 'Node' definition 'n'. [funcArgNamesDifferent]
efte-1.1/src/e_regex.h:110:21: note: Function 'RxFree' argument 1 names different: declaration 'Node' definition 'n'.
efte-1.1/src/e_regex.cpp:622:21: note: Function 'RxFree' argument 1 names different: declaration 'Node' definition 'n'.
efte-1.1/src/e_search.cpp:167:9: style: The scope of the variable 'LLen' can be reduced. [variableScope]
efte-1.1/src/e_search.cpp:167:15: style: The scope of the variable 'Start' can be reduced. [variableScope]
efte-1.1/src/e_search.cpp:167:22: style: The scope of the variable 'End' can be reduced. [variableScope]
efte-1.1/src/e_search.cpp:170:11: style: The scope of the variable 'P' can be reduced. [variableScope]
efte-1.1/src/e_search.cpp:330:9: style: The scope of the variable 'LLen' can be reduced. [variableScope]
efte-1.1/src/e_search.cpp:330:15: style: The scope of the variable 'Start' can be reduced. [variableScope]
efte-1.1/src/e_search.cpp:330:22: style: The scope of the variable 'End' can be reduced. [variableScope]
efte-1.1/src/e_search.cpp:332:11: style: The scope of the variable 'P' can be reduced. [variableScope]
efte-1.1/src/e_search.cpp:989:12: style: The scope of the variable 'L' can be reduced. [variableScope]
efte-1.1/src/e_search.cpp:1298:29: style: Function 'SearchWord' argument 1 names different: declaration 'Flags' definition 'SearchFlags'. [funcArgNamesDifferent]
efte-1.1/src/e_buffer.h:674:28: note: Function 'SearchWord' argument 1 names different: declaration 'Flags' definition 'SearchFlags'.
efte-1.1/src/e_search.cpp:1298:29: note: Function 'SearchWord' argument 1 names different: declaration 'Flags' definition 'SearchFlags'.
efte-1.1/src/e_buffer.h:453:9: style: Technically the member function 'EBuffer::GetBookmarkForLine' can be const. [functionConst]
efte-1.1/src/e_search.cpp:1146:14: note: Technically the member function 'EBuffer::GetBookmarkForLine' can be const.
efte-1.1/src/e_buffer.h:453:9: note: Technically the member function 'EBuffer::GetBookmarkForLine' can be const.
efte-1.1/src/e_search.cpp:1121:13: error: Common realloc mistake: 'BMarks' nulled but not freed upon failure [memleakOnRealloc]
efte-1.1/src/e_svnlog.cpp:129:45: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
efte-1.1/src/e_svnlog.cpp:22:9: style: The scope of the variable 'i' can be reduced. [variableScope]
efte-1.1/src/e_svnlog.cpp:22:12: style: The scope of the variable 'j' can be reduced. [variableScope]
efte-1.1/src/e_tags.cpp:72:14: style: C-style pointer casting [cstyleCast]
efte-1.1/src/e_tags.cpp:320:10: style: C-style pointer casting [cstyleCast]
efte-1.1/src/e_tags.cpp:321:10: style: C-style pointer casting [cstyleCast]
efte-1.1/src/e_tags.cpp:322:6: style: C-style pointer casting [cstyleCast]
efte-1.1/src/e_tags.cpp:346:14: style: C-style pointer casting [cstyleCast]
efte-1.1/src/e_tags.cpp:349:6: style: C-style pointer casting [cstyleCast]
efte-1.1/src/e_tags.cpp:356:9: style: C-style pointer casting [cstyleCast]
efte-1.1/src/e_tags.cpp:158:11: style: The scope of the variable 'LTag' can be reduced. [variableScope]
efte-1.1/src/e_tags.cpp:158:18: style: The scope of the variable 'LFile' can be reduced. [variableScope]
efte-1.1/src/e_tags.cpp:159:9: style: The scope of the variable 'TagL' can be reduced. [variableScope]
efte-1.1/src/e_tags.cpp:159:15: style: The scope of the variable 'FileL' can be reduced. [variableScope]
efte-1.1/src/e_tags.cpp:160:9: style: The scope of the variable 'MTag' can be reduced. [variableScope]
efte-1.1/src/e_tags.cpp:160:15: style: The scope of the variable 'MFile' can be reduced. [variableScope]
efte-1.1/src/e_tags.cpp:246:15: style: The scope of the variable 'T' can be reduced. [variableScope]
efte-1.1/src/e_tags.cpp:382:27: style: The scope of the variable 'M' can be reduced. [variableScope]
efte-1.1/src/e_tags.cpp:382:30: style: The scope of the variable 'cmp' can be reduced. [variableScope]
efte-1.1/src/e_tags.cpp:416:27: style: The scope of the variable 'M' can be reduced. [variableScope]
efte-1.1/src/e_tags.cpp:416:30: style: The scope of the variable 'cmp' can be reduced. [variableScope]
efte-1.1/src/e_tags.cpp:464:27: style: The scope of the variable 'M' can be reduced. [variableScope]
efte-1.1/src/e_tags.cpp:464:30: style: The scope of the variable 'cmp' can be reduced. [variableScope]
efte-1.1/src/e_tags.cpp:375:20: style: Function 'TagGoto' argument 1 names different: declaration 'V' definition 'View'. [funcArgNamesDifferent]
efte-1.1/src/e_tags.h:26:20: note: Function 'TagGoto' argument 1 names different: declaration 'V' definition 'View'.
efte-1.1/src/e_tags.cpp:375:20: note: Function 'TagGoto' argument 1 names different: declaration 'V' definition 'View'.
efte-1.1/src/e_tags.cpp:409:32: style: Function 'TagFind' argument 2 names different: declaration 'V' definition 'View'. [funcArgNamesDifferent]
efte-1.1/src/e_tags.h:28:32: note: Function 'TagFind' argument 2 names different: declaration 'V' definition 'View'.
efte-1.1/src/e_tags.cpp:409:32: note: Function 'TagFind' argument 2 names different: declaration 'V' definition 'View'.
efte-1.1/src/e_tags.cpp:538:20: style: Function 'TagNext' argument 1 names different: declaration 'V' definition 'View'. [funcArgNamesDifferent]
efte-1.1/src/e_tags.h:30:20: note: Function 'TagNext' argument 1 names different: declaration 'V' definition 'View'.
efte-1.1/src/e_tags.cpp:538:20: note: Function 'TagNext' argument 1 names different: declaration 'V' definition 'View'.
efte-1.1/src/e_tags.cpp:555:20: style: Function 'TagPrev' argument 1 names different: declaration 'V' definition 'View'. [funcArgNamesDifferent]
efte-1.1/src/e_tags.h:31:20: note: Function 'TagPrev' argument 1 names different: declaration 'V' definition 'View'.
efte-1.1/src/e_tags.cpp:555:20: note: Function 'TagPrev' argument 1 names different: declaration 'V' definition 'View'.
efte-1.1/src/e_tags.cpp:573:19: style: Function 'TagPop' argument 1 names different: declaration 'V' definition 'View'. [funcArgNamesDifferent]
efte-1.1/src/e_tags.h:32:19: note: Function 'TagPop' argument 1 names different: declaration 'V' definition 'View'.
efte-1.1/src/e_tags.cpp:573:19: note: Function 'TagPop' argument 1 names different: declaration 'V' definition 'View'.
efte-1.1/src/e_trans.cpp:93:15: style: The scope of the variable 'B' can be reduced. [variableScope]
efte-1.1/src/e_trans.cpp:93:18: style: The scope of the variable 'E' can be reduced. [variableScope]
efte-1.1/src/e_trans.cpp:160:9: style: The scope of the variable 'I' can be reduced. [variableScope]
efte-1.1/src/e_buffer.h:382:9: style: Technically the member function 'EBuffer::GetUData' can be const. [functionConst]
efte-1.1/src/e_undo.cpp:117:14: note: Technically the member function 'EBuffer::GetUData' can be const.
efte-1.1/src/e_buffer.h:382:9: note: Technically the member function 'EBuffer::GetUData' can be const.
efte-1.1/src/egui.cpp:897:25: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
efte-1.1/src/egui.cpp:894:21: note: outer condition: GotoLine
efte-1.1/src/egui.cpp:897:25: note: identical inner condition: GotoLine
efte-1.1/src/egui.cpp:24:17: style: C-style pointer casting [cstyleCast]
efte-1.1/src/egui.cpp:41:17: style: C-style pointer casting [cstyleCast]
efte-1.1/src/egui.cpp:90:26: style: C-style pointer casting [cstyleCast]
efte-1.1/src/egui.cpp:322:21: style: C-style pointer casting [cstyleCast]
efte-1.1/src/egui.cpp:895:26: style: C-style pointer casting [cstyleCast]
efte-1.1/src/egui.cpp:896:26: style: C-style pointer casting [cstyleCast]
efte-1.1/src/egui.cpp:899:26: style: C-style pointer casting [cstyleCast]
efte-1.1/src/egui.cpp:903:43: style: C-style pointer casting [cstyleCast]
efte-1.1/src/egui.cpp:904:30: style: C-style pointer casting [cstyleCast]
efte-1.1/src/egui.cpp:910:21: style: C-style pointer casting [cstyleCast]
efte-1.1/src/egui.cpp:171:9: style: The scope of the variable 'i' can be reduced. [variableScope]
efte-1.1/src/egui.cpp:475:12: style: The scope of the variable 'V1' can be reduced. [variableScope]
efte-1.1/src/egui.cpp:977:21: style: The scope of the variable 'NW' can be reduced. [variableScope]
efte-1.1/src/egui.cpp:1041:13: style: The scope of the variable 'mc' can be reduced. [variableScope]
efte-1.1/src/egui.cpp:610:49: style: Function 'DesktopSaveAs' argument 2 names different: declaration 'View' definition 'view'. [funcArgNamesDifferent]
efte-1.1/src/egui.h:84:47: note: Function 'DesktopSaveAs' argument 2 names different: declaration 'View' definition 'view'.
efte-1.1/src/egui.cpp:610:49: note: Function 'DesktopSaveAs' argument 2 names different: declaration 'View' definition 'view'.
efte-1.1/src/egui.cpp:620:47: style: Function 'DesktopLoad' argument 2 names different: declaration 'View' definition 'view'. [funcArgNamesDifferent]
efte-1.1/src/egui.h:85:45: note: Function 'DesktopLoad' argument 2 names different: declaration 'View' definition 'view'.
efte-1.1/src/egui.cpp:620:47: note: Function 'DesktopLoad' argument 2 names different: declaration 'View' definition 'view'.
efte-1.1/src/egui.h:62:9: performance: Technically the member function 'EGUI::WinNext' can be static. [functionStatic]
efte-1.1/src/egui.cpp:361:11: note: Technically the member function 'EGUI::WinNext' can be static.
efte-1.1/src/egui.h:62:9: note: Technically the member function 'EGUI::WinNext' can be static.
efte-1.1/src/egui.h:63:9: performance: Technically the member function 'EGUI::WinPrev' can be static. [functionStatic]
efte-1.1/src/egui.cpp:366:11: note: Technically the member function 'EGUI::WinPrev' can be static.
efte-1.1/src/egui.h:63:9: note: Technically the member function 'EGUI::WinPrev' can be static.
efte-1.1/src/egui.h:65:9: performance: Technically the member function 'EGUI::WinHSplit' can be static. [functionStatic]
efte-1.1/src/egui.cpp:435:11: note: Technically the member function 'EGUI::WinHSplit' can be static.
efte-1.1/src/egui.h:65:9: note: Technically the member function 'EGUI::WinHSplit' can be static.
efte-1.1/src/egui.h:67:9: performance: Technically the member function 'EGUI::WinZoom' can be static. [functionStatic]
efte-1.1/src/egui.cpp:473:11: note: Technically the member function 'EGUI::WinZoom' can be static.
efte-1.1/src/egui.h:67:9: note: Technically the member function 'EGUI::WinZoom' can be static.
efte-1.1/src/egui.h:68:9: performance: Technically the member function 'EGUI::WinResize' can be static. [functionStatic]
efte-1.1/src/egui.cpp:487:11: note: Technically the member function 'EGUI::WinResize' can be static.
efte-1.1/src/egui.h:68:9: note: Technically the member function 'EGUI::WinResize' can be static.
efte-1.1/src/egui.h:73:9: performance: Technically the member function 'EGUI::FrameNext' can be static. [functionStatic]
efte-1.1/src/egui.cpp:669:11: note: Technically the member function 'EGUI::FrameNext' can be static.
efte-1.1/src/egui.h:73:9: note: Technically the member function 'EGUI::FrameNext' can be static.
efte-1.1/src/egui.h:74:9: performance: Technically the member function 'EGUI::FramePrev' can be static. [functionStatic]
efte-1.1/src/egui.cpp:677:11: note: Technically the member function 'EGUI::FramePrev' can be static.
efte-1.1/src/egui.h:74:9: note: Technically the member function 'EGUI::FramePrev' can be static.
efte-1.1/src/egui.h:76:9: performance: Technically the member function 'EGUI::ShowEntryScreen' can be static. [functionStatic]
efte-1.1/src/egui.cpp:550:11: note: Technically the member function 'EGUI::ShowEntryScreen' can be static.
efte-1.1/src/egui.h:76:9: note: Technically the member function 'EGUI::ShowEntryScreen' can be static.
efte-1.1/src/egui.h:77:9: performance: Technically the member function 'EGUI::RunProgram' can be static. [functionStatic]
efte-1.1/src/egui.cpp:554:11: note: Technically the member function 'EGUI::RunProgram' can be static.
efte-1.1/src/egui.h:77:9: note: Technically the member function 'EGUI::RunProgram' can be static.
efte-1.1/src/egui.h:78:9: performance: Technically the member function 'EGUI::RunProgramAsync' can be static. [functionStatic]
efte-1.1/src/egui.cpp:566:11: note: Technically the member function 'EGUI::RunProgramAsync' can be static.
efte-1.1/src/egui.h:78:9: note: Technically the member function 'EGUI::RunProgramAsync' can be static.
efte-1.1/src/egui.h:80:9: performance: Technically the member function 'EGUI::MainMenu' can be static. [functionStatic]
efte-1.1/src/egui.cpp:578:11: note: Technically the member function 'EGUI::MainMenu' can be static.
efte-1.1/src/egui.h:80:9: note: Technically the member function 'EGUI::MainMenu' can be static.
efte-1.1/src/egui.h:81:9: performance: Technically the member function 'EGUI::ShowMenu' can be static. [functionStatic]
efte-1.1/src/egui.cpp:588:11: note: Technically the member function 'EGUI::ShowMenu' can be static.
efte-1.1/src/egui.h:81:9: note: Technically the member function 'EGUI::ShowMenu' can be static.
efte-1.1/src/egui.h:82:9: performance: Technically the member function 'EGUI::LocalMenu' can be static. [functionStatic]
efte-1.1/src/egui.cpp:598:11: note: Technically the member function 'EGUI::LocalMenu' can be static.
efte-1.1/src/egui.h:82:9: note: Technically the member function 'EGUI::LocalMenu' can be static.
efte-1.1/src/egui.h:84:9: performance: Technically the member function 'EGUI::DesktopSaveAs' can be static. [functionStatic]
efte-1.1/src/egui.cpp:610:11: note: Technically the member function 'EGUI::DesktopSaveAs' can be static.
efte-1.1/src/egui.h:84:9: note: Technically the member function 'EGUI::DesktopSaveAs' can be static.
efte-1.1/src/egui.h:85:9: performance: Technically the member function 'EGUI::DesktopLoad' can be static. [functionStatic]
efte-1.1/src/egui.cpp:620:11: note: Technically the member function 'EGUI::DesktopLoad' can be static.
efte-1.1/src/egui.h:85:9: note: Technically the member function 'EGUI::DesktopLoad' can be static.
efte-1.1/src/egui.h:87:9: performance: Technically the member function 'EGUI::findDesktop' can be static. [functionStatic]
efte-1.1/src/egui.cpp:685:11: note: Technically the member function 'EGUI::findDesktop' can be static.
efte-1.1/src/egui.h:87:9: note: Technically the member function 'EGUI::findDesktop' can be static.
efte-1.1/src/egui.h:89:10: performance: Technically the member function 'EGUI::EditorInit' can be static. [functionStatic]
efte-1.1/src/egui.cpp:766:12: note: Technically the member function 'EGUI::EditorInit' can be static.
efte-1.1/src/egui.h:89:10: note: Technically the member function 'EGUI::EditorInit' can be static.
efte-1.1/src/egui.h:90:9: performance: Technically the member function 'EGUI::CmdLoadFiles' can be static. [functionStatic]
efte-1.1/src/egui.cpp:810:11: note: Technically the member function 'EGUI::CmdLoadFiles' can be static.
efte-1.1/src/egui.h:90:9: note: Technically the member function 'EGUI::CmdLoadFiles' can be static.
efte-1.1/src/egui.h:92:10: performance: Technically the member function 'EGUI::DoLoadHistoryOnEntry' can be static. [functionStatic]
efte-1.1/src/egui.cpp:779:12: note: Technically the member function 'EGUI::DoLoadHistoryOnEntry' can be static.
efte-1.1/src/egui.h:92:10: note: Technically the member function 'EGUI::DoLoadHistoryOnEntry' can be static.
efte-1.1/src/egui.h:93:10: performance: Technically the member function 'EGUI::DoSaveHistoryOnExit' can be static. [functionStatic]
efte-1.1/src/egui.cpp:802:12: note: Technically the member function 'EGUI::DoSaveHistoryOnExit' can be static.
efte-1.1/src/egui.h:93:10: note: Technically the member function 'EGUI::DoSaveHistoryOnExit' can be static.
efte-1.1/src/egui.h:95:10: performance: Technically the member function 'EGUI::EditorCleanup' can be static. [functionStatic]
efte-1.1/src/egui.cpp:960:12: note: Technically the member function 'EGUI::EditorCleanup' can be static.
efte-1.1/src/egui.h:95:10: note: Technically the member function 'EGUI::EditorCleanup' can be static.
efte-1.1/src/egui.h:96:10: performance: Technically the member function 'EGUI::InterfaceCleanup' can be static. [functionStatic]
efte-1.1/src/egui.cpp:996:12: note: Technically the member function 'EGUI::InterfaceCleanup' can be static.
efte-1.1/src/egui.h:96:10: note: Technically the member function 'EGUI::InterfaceCleanup' can be static.
efte-1.1/src/g_draw.cpp:18:25: style: Function 'CStrLen' argument 1 names different: declaration 's' definition 'p'. [funcArgNamesDifferent]
efte-1.1/src/console.h:201:25: note: Function 'CStrLen' argument 1 names different: declaration 's' definition 'p'.
efte-1.1/src/g_draw.cpp:18:25: note: Function 'CStrLen' argument 1 names different: declaration 's' definition 'p'.
efte-1.1/src/g_draw.cpp:34:27: style: Function 'MoveCh' argument 2 names different: declaration 'Ch' definition 'CCh'. [funcArgNamesDifferent]
efte-1.1/src/console.h:193:27: note: Function 'MoveCh' argument 2 names different: declaration 'Ch' definition 'CCh'.
efte-1.1/src/g_draw.cpp:34:27: note: Function 'MoveCh' argument 2 names different: declaration 'Ch' definition 'CCh'.
efte-1.1/src/g_draw.cpp:43:55: style: Function 'MoveChar' argument 4 names different: declaration 'Ch' definition 'CCh'. [funcArgNamesDifferent]
efte-1.1/src/console.h:194:55: note: Function 'MoveChar' argument 4 names different: declaration 'Ch' definition 'CCh'.
efte-1.1/src/g_draw.cpp:43:55: note: Function 'MoveChar' argument 4 names different: declaration 'Ch' definition 'CCh'.
efte-1.1/src/g_menu.cpp:59:61: style: Function 'NewSubMenu' argument 4 names different: declaration 'type' definition 'Type'. [funcArgNamesDifferent]
efte-1.1/src/console.h:205:61: note: Function 'NewSubMenu' argument 4 names different: declaration 'type' definition 'Type'.
efte-1.1/src/g_menu.cpp:59:61: note: Function 'NewSubMenu' argument 4 names different: declaration 'type' definition 'Type'.
efte-1.1/src/g_menu.cpp:29:5: error: Common realloc mistake: 'Menus' nulled but not freed upon failure [memleakOnRealloc]
efte-1.1/src/g_pm.cpp:3884:14: warning: Either the condition 'id>4' is redundant or the array 'Pipes[4]' is accessed at index 4, which is out of bounds. [arrayIndexOutOfBoundsCond]
efte-1.1/src/g_pm.cpp:3882:22: note: Assuming that condition 'id>4' is not redundant
efte-1.1/src/g_pm.cpp:3884:14: note: Array index out of bounds
efte-1.1/src/g_pm.cpp:3899:14: warning: Either the condition 'id>4' is redundant or the array 'Pipes[4]' is accessed at index 4, which is out of bounds. [arrayIndexOutOfBoundsCond]
efte-1.1/src/g_pm.cpp:3897:22: note: Assuming that condition 'id>4' is not redundant
efte-1.1/src/g_pm.cpp:3899:14: note: Array index out of bounds
efte-1.1/src/g_pm.cpp:3936:14: warning: Either the condition 'id>4' is redundant or the array 'Pipes[4]' is accessed at index 4, which is out of bounds. [arrayIndexOutOfBoundsCond]
efte-1.1/src/g_pm.cpp:3934:22: note: Assuming that condition 'id>4' is not redundant
efte-1.1/src/g_pm.cpp:3936:14: note: Array index out of bounds
efte-1.1/src/g_pm.cpp:1618:12: warning: Either the condition 'peer' is redundant or there is possible null pointer dereference: peer. [nullPointerRedundantCheck]
efte-1.1/src/g_pm.cpp:1223:9: note: Assuming that condition 'peer' is not redundant
efte-1.1/src/g_pm.cpp:1618:12: note: Null pointer dereference
efte-1.1/src/g_pm.cpp:1221:24: style: C-style pointer casting [cstyleCast]
efte-1.1/src/g_pm.cpp:1247:38: style: C-style pointer casting [cstyleCast]
efte-1.1/src/g_pm.cpp:1676:22: style: C-style pointer casting [cstyleCast]
efte-1.1/src/g_pm.cpp:1687:24: style: C-style pointer casting [cstyleCast]
efte-1.1/src/g_pm.cpp:1915:33: style: C-style pointer casting [cstyleCast]
efte-1.1/src/g_pm.cpp:1925:27: style: C-style pointer casting [cstyleCast]
efte-1.1/src/g_pm.cpp:1926:26: style: C-style pointer casting [cstyleCast]
efte-1.1/src/g_pm.cpp:1949:28: style: C-style pointer casting [cstyleCast]
efte-1.1/src/g_pm.cpp:1980:28: style: C-style pointer casting [cstyleCast]
efte-1.1/src/g_pm.cpp:2006:28: style: C-style pointer casting [cstyleCast]
efte-1.1/src/g_pm.cpp:2103:40: style: C-style pointer casting [cstyleCast]
efte-1.1/src/g_pm.cpp:2451:14: style: C-style pointer casting [cstyleCast]
efte-1.1/src/g_pm.cpp:587:10: style: The scope of the variable 'cd' can be reduced. [variableScope]
efte-1.1/src/g_pm.cpp:594:11: style: The scope of the variable 'p' can be reduced. [variableScope]
efte-1.1/src/g_pm.cpp:3449:6: warning: Member variable 'GUI::doLoop' is not initialized in the constructor. [uninitMemberVar]
efte-1.1/src/gui.h:64:9: style: Technically the member function 'GView::IsActive' can be const. [functionConst]
efte-1.1/src/g_pm.cpp:2942:12: note: Technically the member function 'GView::IsActive' can be const.
efte-1.1/src/gui.h:64:9: note: Technically the member function 'GView::IsActive' can be const.
efte-1.1/src/gui.h:91:9: performance: Technically the member function 'GFrame::ConCloseView' can be static. [functionStatic]
efte-1.1/src/g_pm.cpp:3215:13: note: Technically the member function 'GFrame::ConCloseView' can be static.
efte-1.1/src/gui.h:91:9: note: Technically the member function 'GFrame::ConCloseView' can be static.
efte-1.1/src/gui.h:92:9: performance: Technically the member function 'GFrame::ConResizeView' can be static. [functionStatic]
efte-1.1/src/g_pm.cpp:3219:13: note: Technically the member function 'GFrame::ConResizeView' can be static.
efte-1.1/src/gui.h:92:9: note: Technically the member function 'GFrame::ConResizeView' can be static.
efte-1.1/src/gui.h:122:9: performance: Technically the member function 'GUI::ConSuspend' can be static. [functionStatic]
efte-1.1/src/g_pm.cpp:3511:10: note: Technically the member function 'GUI::ConSuspend' can be static.
efte-1.1/src/gui.h:122:9: note: Technically the member function 'GUI::ConSuspend' can be static.
efte-1.1/src/gui.h:123:9: performance: Technically the member function 'GUI::ConContinue' can be static. [functionStatic]
efte-1.1/src/g_pm.cpp:3515:10: note: Technically the member function 'GUI::ConContinue' can be static.
efte-1.1/src/gui.h:123:9: note: Technically the member function 'GUI::ConContinue' can be static.
efte-1.1/src/gui.h:124:9: performance: Technically the member function 'GUI::ShowEntryScreen' can be static. [functionStatic]
efte-1.1/src/g_pm.cpp:3566:10: note: Technically the member function 'GUI::ShowEntryScreen' can be static.
efte-1.1/src/gui.h:124:9: note: Technically the member function 'GUI::ShowEntryScreen' can be static.
efte-1.1/src/gui.h:129:9: performance: Technically the member function 'GUI::ConPutEvent' can be static. [functionStatic]
efte-1.1/src/g_pm.cpp:3523:10: note: Technically the member function 'GUI::ConPutEvent' can be static.
efte-1.1/src/gui.h:129:9: note: Technically the member function 'GUI::ConPutEvent' can be static.
efte-1.1/src/gui.h:130:9: performance: Technically the member function 'GUI::ConFlush' can be static. [functionStatic]
efte-1.1/src/g_pm.cpp:3528:10: note: Technically the member function 'GUI::ConFlush' can be static.
efte-1.1/src/gui.h:130:9: note: Technically the member function 'GUI::ConFlush' can be static.
efte-1.1/src/gui.h:131:9: performance: Technically the member function 'GUI::ConGrabEvents' can be static. [functionStatic]
efte-1.1/src/g_pm.cpp:3500:10: note: Technically the member function 'GUI::ConGrabEvents' can be static.
efte-1.1/src/gui.h:131:9: note: Technically the member function 'GUI::ConGrabEvents' can be static.
efte-1.1/src/gui.h:139:9: performance: Technically the member function 'GUI::RunProgram' can be static. [functionStatic]
efte-1.1/src/g_pm.cpp:3570:10: note: Technically the member function 'GUI::RunProgram' can be static.
efte-1.1/src/gui.h:139:9: note: Technically the member function 'GUI::RunProgram' can be static.
efte-1.1/src/gui.h:141:9: performance: Technically the member function 'GUI::OpenPipe' can be static. [functionStatic]
efte-1.1/src/g_pm.cpp:3839:10: note: Technically the member function 'GUI::OpenPipe' can be static.
efte-1.1/src/gui.h:141:9: note: Technically the member function 'GUI::OpenPipe' can be static.
efte-1.1/src/gui.h:142:9: performance: Technically the member function 'GUI::SetPipeView' can be static. [functionStatic]
efte-1.1/src/g_pm.cpp:3881:10: note: Technically the member function 'GUI::SetPipeView' can be static.
efte-1.1/src/gui.h:142:9: note: Technically the member function 'GUI::SetPipeView' can be static.
efte-1.1/src/gui.h:143:9: performance: Technically the member function 'GUI::ReadPipe' can be static. [functionStatic]
efte-1.1/src/g_pm.cpp:3893:10: note: Technically the member function 'GUI::ReadPipe' can be static.
efte-1.1/src/gui.h:143:9: note: Technically the member function 'GUI::ReadPipe' can be static.
efte-1.1/src/gui.h:144:9: performance: Technically the member function 'GUI::ClosePipe' can be static. [functionStatic]
efte-1.1/src/g_pm.cpp:3933:10: note: Technically the member function 'GUI::ClosePipe' can be static.
efte-1.1/src/gui.h:144:9: note: Technically the member function 'GUI::ClosePipe' can be static.
efte-1.1/src/gui.h:146:9: performance: Technically the member function 'GUI::multiFrame' can be static. [functionStatic]
efte-1.1/src/g_pm.cpp:3952:10: note: Technically the member function 'GUI::multiFrame' can be static.
efte-1.1/src/gui.h:146:9: note: Technically the member function 'GUI::multiFrame' can be static.
efte-1.1/src/g_pm.cpp:144:9: style: Technically the member function 'GViewPeer::ConQuerySize' can be const. [functionConst]
efte-1.1/src/g_pm.cpp:2610:16: note: Technically the member function 'GViewPeer::ConQuerySize' can be const.
efte-1.1/src/g_pm.cpp:144:9: note: Technically the member function 'GViewPeer::ConQuerySize' can be const.
efte-1.1/src/g_pm.cpp:147:9: style: Technically the member function 'GViewPeer::ConQueryCursorPos' can be const. [functionConst]
efte-1.1/src/g_pm.cpp:2629:16: note: Technically the member function 'GViewPeer::ConQueryCursorPos' can be const.
efte-1.1/src/g_pm.cpp:147:9: note: Technically the member function 'GViewPeer::ConQueryCursorPos' can be const.
efte-1.1/src/g_pm.cpp:150:9: style: Technically the member function 'GViewPeer::ConCursorVisible' can be const. [functionConst]
efte-1.1/src/g_pm.cpp:2651:16: note: Technically the member function 'GViewPeer::ConCursorVisible' can be const.
efte-1.1/src/g_pm.cpp:150:9: note: Technically the member function 'GViewPeer::ConCursorVisible' can be const.
efte-1.1/src/g_pm.cpp:153:9: style: Technically the member function 'GViewPeer::QuerySbVPos' can be const. [functionConst]
efte-1.1/src/g_pm.cpp:2674:16: note: Technically the member function 'GViewPeer::QuerySbVPos' can be const.
efte-1.1/src/g_pm.cpp:153:9: note: Technically the member function 'GViewPeer::QuerySbVPos' can be const.
efte-1.1/src/g_pm.cpp:178:9: performance: Technically the member function 'GFramePeer::ConSetSize' can be static. [functionStatic]
efte-1.1/src/g_pm.cpp:3006:17: note: Technically the member function 'GFramePeer::ConSetSize' can be static.
efte-1.1/src/g_pm.cpp:178:9: note: Technically the member function 'GFramePeer::ConSetSize' can be static.
efte-1.1/src/g_pm.cpp:179:9: performance: Technically the member function 'GFramePeer::ConQuerySize' can be static. [functionStatic]
efte-1.1/src/g_pm.cpp:3011:17: note: Technically the member function 'GFramePeer::ConQuerySize' can be static.
efte-1.1/src/g_pm.cpp:179:9: note: Technically the member function 'GFramePeer::ConQuerySize' can be static.
efte-1.1/src/g_pm.cpp:2803:5: style: Class 'GView' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
efte-1.1/src/g_pm.cpp:2803:5: style: Class 'GView' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
efte-1.1/src/g_pm.cpp:3155:5: style: Class 'GFrame' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
efte-1.1/src/g_pm.cpp:3155:5: style: Class 'GFrame' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
efte-1.1/src/g_pm.cpp:2451:5: style: Class 'GViewPeer' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
efte-1.1/src/g_pm.cpp:2451:5: style: Class 'GViewPeer' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
efte-1.1/src/g_pm.cpp:3523:29: performance: Function parameter 'Event' should be passed by const reference. [passedByValue]
efte-1.1/src/g_pm.cpp:3871:49: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
efte-1.1/src/g_text.cpp:786:14: warning: Redundant assignment of 'view' to itself. [selfAssignment]
efte-1.1/src/g_text.cpp:303:9: style: The scope of the variable 'NRows' can be reduced. [variableScope]
efte-1.1/src/g_text.cpp:303:16: style: The scope of the variable 'NCols' can be reduced. [variableScope]
efte-1.1/src/g_text.cpp:711:32: style: Function 'InsertView' argument 1 names different: declaration 'Prev' definition 'prev'. [funcArgNamesDifferent]
efte-1.1/src/gui.h:99:28: note: Function 'InsertView' argument 1 names different: declaration 'Prev' definition 'prev'.
efte-1.1/src/g_text.cpp:711:32: note: Function 'InsertView' argument 1 names different: declaration 'Prev' definition 'prev'.
efte-1.1/src/g_text.cpp:114:12: warning: Member variable 'GViewPeer::SbVBegin' is not initialized in the constructor. [uninitMemberVar]
efte-1.1/src/g_text.cpp:114:12: warning: Member variable 'GViewPeer::SbVEnd' is not initialized in the constructor. [uninitMemberVar]
efte-1.1/src/g_text.cpp:114:12: warning: Member variable 'GViewPeer::SbHBegin' is not initialized in the constructor. [uninitMemberVar]
efte-1.1/src/g_text.cpp:114:12: warning: Member variable 'GViewPeer::SbHEnd' is not initialized in the constructor. [uninitMemberVar]
efte-1.1/src/g_text.cpp:114:12: warning: Member variable 'GViewPeer::insertState' is not initialized in the constructor. [uninitMemberVar]
efte-1.1/src/gui.h:64:9: style: Technically the member function 'GView::IsActive' can be const. [functionConst]
efte-1.1/src/g_text.cpp:512:12: note: Technically the member function 'GView::IsActive' can be const.
efte-1.1/src/gui.h:64:9: note: Technically the member function 'GView::IsActive' can be const.
efte-1.1/src/gui.h:91:9: performance: Technically the member function 'GFrame::ConCloseView' can be static. [functionStatic]
efte-1.1/src/g_text.cpp:636:13: note: Technically the member function 'GFrame::ConCloseView' can be static.
efte-1.1/src/gui.h:91:9: note: Technically the member function 'GFrame::ConCloseView' can be static.
efte-1.1/src/gui.h:92:9: performance: Technically the member function 'GFrame::ConResizeView' can be static. [functionStatic]
efte-1.1/src/g_text.cpp:640:13: note: Technically the member function 'GFrame::ConResizeView' can be static.
efte-1.1/src/gui.h:92:9: note: Technically the member function 'GFrame::ConResizeView' can be static.
efte-1.1/src/gui.h:106:9: performance: Technically the member function 'GFrame::ExecMainMenu' can be static. [functionStatic]
efte-1.1/src/g_text.cpp:847:13: note: Technically the member function 'GFrame::ExecMainMenu' can be static.
efte-1.1/src/gui.h:106:9: note: Technically the member function 'GFrame::ExecMainMenu' can be static.
efte-1.1/src/gui.h:111:10: performance: Technically the member function 'GFrame::Show' can be static. [functionStatic]
efte-1.1/src/g_text.cpp:860:14: note: Technically the member function 'GFrame::Show' can be static.
efte-1.1/src/gui.h:111:10: note: Technically the member function 'GFrame::Show' can be static.
efte-1.1/src/gui.h:128:9: performance: Technically the member function 'GUI::ConGetEvent' can be static. [functionStatic]
efte-1.1/src/g_text.cpp:878:10: note: Technically the member function 'GUI::ConGetEvent' can be static.
efte-1.1/src/gui.h:128:9: note: Technically the member function 'GUI::ConGetEvent' can be static.
efte-1.1/src/gui.h:130:9: performance: Technically the member function 'GUI::ConFlush' can be static. [functionStatic]
efte-1.1/src/g_text.cpp:888:10: note: Technically the member function 'GUI::ConFlush' can be static.
efte-1.1/src/gui.h:130:9: note: Technically the member function 'GUI::ConFlush' can be static.
efte-1.1/src/gui.h:131:9: performance: Technically the member function 'GUI::ConGrabEvents' can be static. [functionStatic]
efte-1.1/src/g_text.cpp:867:10: note: Technically the member function 'GUI::ConGrabEvents' can be static.
efte-1.1/src/gui.h:131:9: note: Technically the member function 'GUI::ConGrabEvents' can be static.
efte-1.1/src/gui.h:146:9: performance: Technically the member function 'GUI::multiFrame' can be static. [functionStatic]
efte-1.1/src/g_text.cpp:1207:10: note: Technically the member function 'GUI::multiFrame' can be static.
efte-1.1/src/gui.h:146:9: note: Technically the member function 'GUI::multiFrame' can be static.
efte-1.1/src/g_text.cpp:75:9: style: Technically the member function 'GViewPeer::ConQuerySize' can be const. [functionConst]
efte-1.1/src/g_text.cpp:166:16: note: Technically the member function 'GViewPeer::ConQuerySize' can be const.
efte-1.1/src/g_text.cpp:75:9: note: Technically the member function 'GViewPeer::ConQuerySize' can be const.
efte-1.1/src/g_text.cpp:78:9: style: Technically the member function 'GViewPeer::ConQueryCursorPos' can be const. [functionConst]
efte-1.1/src/g_text.cpp:185:16: note: Technically the member function 'GViewPeer::ConQueryCursorPos' can be const.
efte-1.1/src/g_text.cpp:78:9: note: Technically the member function 'GViewPeer::ConQueryCursorPos' can be const.
efte-1.1/src/g_text.cpp:81:9: style: Technically the member function 'GViewPeer::ConCursorVisible' can be const. [functionConst]
efte-1.1/src/g_text.cpp:207:16: note: Technically the member function 'GViewPeer::ConCursorVisible' can be const.
efte-1.1/src/g_text.cpp:81:9: note: Technically the member function 'GViewPeer::ConCursorVisible' can be const.
efte-1.1/src/g_text.cpp:84:9: style: Technically the member function 'GViewPeer::CaptureMouse' can be const. [functionConst]
efte-1.1/src/g_text.cpp:216:16: note: Technically the member function 'GViewPeer::CaptureMouse' can be const.
efte-1.1/src/g_text.cpp:84:9: note: Technically the member function 'GViewPeer::CaptureMouse' can be const.
efte-1.1/src/g_text.cpp:85:9: style: Technically the member function 'GViewPeer::CaptureFocus' can be const. [functionConst]
efte-1.1/src/g_text.cpp:231:16: note: Technically the member function 'GViewPeer::CaptureFocus' can be const.
efte-1.1/src/g_text.cpp:85:9: note: Technically the member function 'GViewPeer::CaptureFocus' can be const.
efte-1.1/src/g_text.cpp:87:9: style: Technically the member function 'GViewPeer::QuerySbVPos' can be const. [functionConst]
efte-1.1/src/g_text.cpp:261:16: note: Technically the member function 'GViewPeer::QuerySbVPos' can be const.
efte-1.1/src/g_text.cpp:87:9: note: Technically the member function 'GViewPeer::QuerySbVPos' can be const.
efte-1.1/src/g_text.cpp:373:5: style: Class 'GView' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
efte-1.1/src/g_text.cpp:373:5: style: Class 'GView' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
efte-1.1/src/g_text.cpp:578:5: style: Class 'GFrame' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
efte-1.1/src/g_text.cpp:578:5: style: Class 'GFrame' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
efte-1.1/src/g_unix_pipe.cpp:136:14: warning: Either the condition 'id>4' is redundant or the array 'Pipes[4]' is accessed at index 4, which is out of bounds. [arrayIndexOutOfBoundsCond]
efte-1.1/src/g_unix_pipe.cpp:134:22: note: Assuming that condition 'id>4' is not redundant
efte-1.1/src/g_unix_pipe.cpp:136:14: note: Array index out of bounds
efte-1.1/src/g_unix_pipe.cpp:148:14: warning: Either the condition 'id>4' is redundant or the array 'Pipes[4]' is accessed at index 4, which is out of bounds. [arrayIndexOutOfBoundsCond]
efte-1.1/src/g_unix_pipe.cpp:146:22: note: Assuming that condition 'id>4' is not redundant
efte-1.1/src/g_unix_pipe.cpp:148:14: note: Array index out of bounds
efte-1.1/src/g_unix_pipe.cpp:169:14: warning: Either the condition 'id>4' is redundant or the array 'Pipes[4]' is accessed at index 4, which is out of bounds. [arrayIndexOutOfBoundsCond]
efte-1.1/src/g_unix_pipe.cpp:167:22: note: Assuming that condition 'id>4' is not redundant
efte-1.1/src/g_unix_pipe.cpp:169:14: note: Array index out of bounds
efte-1.1/src/gui.h:141:9: performance: Technically the member function 'GUI::OpenPipe' can be static. [functionStatic]
efte-1.1/src/g_unix_pipe.cpp:96:10: note: Technically the member function 'GUI::OpenPipe' can be static.
efte-1.1/src/gui.h:141:9: note: Technically the member function 'GUI::OpenPipe' can be static.
efte-1.1/src/gui.h:142:9: performance: Technically the member function 'GUI::SetPipeView' can be static. [functionStatic]
efte-1.1/src/g_unix_pipe.cpp:133:10: note: Technically the member function 'GUI::SetPipeView' can be static.
efte-1.1/src/gui.h:142:9: note: Technically the member function 'GUI::SetPipeView' can be static.
efte-1.1/src/gui.h:143:9: performance: Technically the member function 'GUI::ReadPipe' can be static. [functionStatic]
efte-1.1/src/g_unix_pipe.cpp:143:10: note: Technically the member function 'GUI::ReadPipe' can be static.
efte-1.1/src/gui.h:143:9: note: Technically the member function 'GUI::ReadPipe' can be static.
efte-1.1/src/gui.h:144:9: performance: Technically the member function 'GUI::ClosePipe' can be static. [functionStatic]
efte-1.1/src/g_unix_pipe.cpp:164:10: note: Technically the member function 'GUI::ClosePipe' can be static.
efte-1.1/src/gui.h:144:9: note: Technically the member function 'GUI::ClosePipe' can be static.
efte-1.1/src/gui.h:114:9: style: Technically the member function 'GFrame::isLastFrame' can be const. [functionConst]
efte-1.1/src/gui.cpp:20:13: note: Technically the member function 'GFrame::isLastFrame' can be const.
efte-1.1/src/gui.h:114:9: note: Technically the member function 'GFrame::isLastFrame' can be const.
efte-1.1/src/gui.h:147:10: performance: Technically the member function 'GUI::deleteFrame' can be static. [functionStatic]
efte-1.1/src/gui.cpp:27:11: note: Technically the member function 'GUI::deleteFrame' can be static.
efte-1.1/src/gui.h:147:10: note: Technically the member function 'GUI::deleteFrame' can be static.
efte-1.1/src/h_c.cpp:1005:37: style: Redundant condition: PrevRowP==RowP. 'PrevRowP!=RowP || (PrevRowP==RowP && PrevColP!=ColP)' is equivalent to 'PrevRowP!=RowP || PrevColP!=ColP' [redundantCondition]
efte-1.1/src/h_c.cpp:1066:41: style: Redundant condition: PrevRowP==RowP. 'PrevRowP!=RowP || (PrevRowP==RowP && PrevColP!=ColP)' is equivalent to 'PrevRowP!=RowP || PrevColP!=ColP' [redundantCondition]
efte-1.1/src/h_c.cpp:1184:37: style: Redundant condition: PrevRowP==RowP. 'PrevRowP!=RowP || (PrevRowP==RowP && PrevColP!=ColP)' is equivalent to 'PrevRowP!=RowP || PrevColP!=ColP' [redundantCondition]
efte-1.1/src/h_c.cpp:1232:37: style: Redundant condition: PrevRowP==RowP. 'PrevRowP!=RowP || (PrevRowP==RowP && PrevColP!=ColP)' is equivalent to 'PrevRowP!=RowP || PrevColP!=ColP' [redundantCondition]
efte-1.1/src/h_c.cpp:996:21: style: Variable 'I' is reassigned a value before the old one has been used. [redundantAssignment]
efte-1.1/src/h_c.cpp:995:21: note: Variable 'I' is reassigned a value before the old one has been used.
efte-1.1/src/h_c.cpp:996:21: note: Variable 'I' is reassigned a value before the old one has been used.
efte-1.1/src/h_c.cpp:466:11: style: The scope of the variable 'P' can be reduced. [variableScope]
efte-1.1/src/h_c.cpp:467:9: style: The scope of the variable 'L' can be reduced. [variableScope]
efte-1.1/src/h_c.cpp:468:9: style: The scope of the variable 'Pos' can be reduced. [variableScope]
efte-1.1/src/h_c.cpp:821:11: style: The scope of the variable 'P' can be reduced. [variableScope]
efte-1.1/src/h_c.cpp:1253:16: style: The scope of the variable 'R' can be reduced. [variableScope]
efte-1.1/src/h_msg.cpp:21:36: style: The scope of the variable 'is_space' can be reduced. [variableScope]
efte-1.1/src/h_msg.cpp:89:9: style: The scope of the variable 'j' can be reduced. [variableScope]
efte-1.1/src/h_plain.cpp:18:9: style: The scope of the variable 'j' can be reduced. [variableScope]
efte-1.1/src/h_rexx.cpp:176:11: style: The scope of the variable 'P' can be reduced. [variableScope]
efte-1.1/src/h_rexx.cpp:177:9: style: The scope of the variable 'L' can be reduced. [variableScope]
efte-1.1/src/h_rexx.cpp:178:9: style: The scope of the variable 'Pos' can be reduced. [variableScope]
efte-1.1/src/h_rexx.cpp:263:11: style: The scope of the variable 'P' can be reduced. [variableScope]
efte-1.1/src/h_rexx.cpp:264:9: style: The scope of the variable 'L' can be reduced. [variableScope]
efte-1.1/src/h_rexx.cpp:265:9: style: The scope of the variable 'Pos' can be reduced. [variableScope]
efte-1.1/src/h_rexx.cpp:351:10: style: The scope of the variable 'ChFind' can be reduced. [variableScope]
efte-1.1/src/i_choice.cpp:74:9: style: The scope of the variable 'i' can be reduced. [variableScope]
efte-1.1/src/i_complete.cpp:335:24: style: The scope of the variable 'H' can be reduced. [variableScope]
efte-1.1/src/i_complete.cpp:27:13: warning: Member variable 'ExComplete::WordContinue' is not initialized in the constructor. [uninitMemberVar]
efte-1.1/src/i_complete.cpp:32:5: style: Class 'ExComplete' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
efte-1.1/src/i_complete.cpp:32:5: style: Class 'ExComplete' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
efte-1.1/src/i_input.cpp:132:26: style: The scope of the variable 'Ch' can be reduced. [variableScope]
efte-1.1/src/i_input.cpp:154:21: style: Checking if unsigned variable 'Pos' is less than zero. [unsignedLessThanZero]
efte-1.1/src/i_input.cpp:13:65: style: Function 'ExInput' argument 3 names different: declaration 'AMaxLen' definition 'ABufLen'. [funcArgNamesDifferent]
efte-1.1/src/i_input.h:32:60: note: Function 'ExInput' argument 3 names different: declaration 'AMaxLen' definition 'ABufLen'.
efte-1.1/src/i_input.cpp:13:65: note: Function 'ExInput' argument 3 names different: declaration 'AMaxLen' definition 'ABufLen'.
efte-1.1/src/i_input.cpp:19:5: style: Class 'ExInput' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
efte-1.1/src/i_input.cpp:19:5: style: Class 'ExInput' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
efte-1.1/src/i_key.cpp:13:8: warning: Member variable 'ExKey::Key' is not initialized in the constructor. [uninitMemberVar]
efte-1.1/src/i_key.cpp:13:8: warning: Member variable 'ExKey::ch' is not initialized in the constructor. [uninitMemberVar]
efte-1.1/src/i_modelview.cpp:73:42: style: Function 'WnSwitchBuffer' argument 1 names different: declaration 'M' definition 'B'. [funcArgNamesDifferent]
efte-1.1/src/i_modelview.h:37:41: note: Function 'WnSwitchBuffer' argument 1 names different: declaration 'M' definition 'B'.
efte-1.1/src/i_modelview.cpp:73:42: note: Function 'WnSwitchBuffer' argument 1 names different: declaration 'M' definition 'B'.
efte-1.1/src/i_oview.cpp:13:9: warning: Member variable 'ExView::Win' is not initialized in the constructor. [uninitMemberVar]
efte-1.1/src/i_oview.cpp:13:9: warning: Member variable 'ExView::Next' is not initialized in the constructor. [uninitMemberVar]
efte-1.1/src/i_search.cpp:196:33: style: Function 'SetState' argument 1 names different: declaration 'state' definition 's'. [funcArgNamesDifferent]
efte-1.1/src/i_search.h:43:26: note: Function 'SetState' argument 1 names different: declaration 'state' definition 's'.
efte-1.1/src/i_search.cpp:196:33: note: Function 'SetState' argument 1 names different: declaration 'state' definition 's'.
efte-1.1/src/i_view.cpp:194:14: style: C-style pointer casting [cstyleCast]
efte-1.1/src/i_view.cpp:272:9: style: C-style pointer casting [cstyleCast]
efte-1.1/src/i_view.cpp:310:40: style: C-style pointer casting [cstyleCast]
efte-1.1/src/i_view.cpp:264:38: style: Function 'IncrementalSearch' argument 1 names different: declaration 'V' definition 'View'. [funcArgNamesDifferent]
efte-1.1/src/i_view.h:53:34: note: Function 'IncrementalSearch' argument 1 names different: declaration 'V' definition 'View'.
efte-1.1/src/i_view.cpp:264:38: note: Function 'IncrementalSearch' argument 1 names different: declaration 'V' definition 'View'.
efte-1.1/src/i_view.h:27:10: performance: Technically the member function 'GxView::NewView' can be static. [functionStatic]
efte-1.1/src/i_view.cpp:66:14: note: Technically the member function 'GxView::NewView' can be static.
efte-1.1/src/i_view.h:27:10: note: Technically the member function 'GxView::NewView' can be static.
efte-1.1/src/indent.cpp:21:9: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
efte-1.1/src/indent.cpp:23:11: note: Found duplicate branches for 'if' and 'else'.
efte-1.1/src/indent.cpp:21:9: note: Found duplicate branches for 'if' and 'else'.
efte-1.1/src/menu_text.cpp:65:9: style: The scope of the variable 'pos' can be reduced. [variableScope]
efte-1.1/src/menu_text.cpp:67:9: style: The scope of the variable 'i' can be reduced. [variableScope]
efte-1.1/src/menu_text.cpp:67:12: style: The scope of the variable 'len' can be reduced. [variableScope]
efte-1.1/src/menu_text.cpp:68:11: style: The scope of the variable 'color1' can be reduced. [variableScope]
efte-1.1/src/menu_text.cpp:68:19: style: The scope of the variable 'color2' can be reduced. [variableScope]
efte-1.1/src/menu_text.cpp:108:9: style: The scope of the variable 'len' can be reduced. [variableScope]
efte-1.1/src/menu_text.cpp:385:25: style: The scope of the variable 'first' can be reduced. [variableScope]
efte-1.1/src/menu_text.cpp:133:7: style: Variable 'h' is assigned a value that is never used. [unreadVariable]
efte-1.1/src/gui.h:109:9: performance: Technically the member function 'GFrame::PopupMenu' can be static. [functionStatic]
efte-1.1/src/menu_text.cpp:666:13: note: Technically the member function 'GFrame::PopupMenu' can be static.
efte-1.1/src/gui.h:109:9: note: Technically the member function 'GFrame::PopupMenu' can be static.
efte-1.1/src/o_buffer.cpp:214:15: style: The scope of the variable 'xx' can be reduced. [variableScope]
efte-1.1/src/o_buffer.cpp:214:19: style: The scope of the variable 'yy' can be reduced. [variableScope]
efte-1.1/src/o_buffer.cpp:1591:10: style: The scope of the variable 'Num' can be reduced. [variableScope]
efte-1.1/src/o_buffer.cpp:1606:10: style: The scope of the variable 'Num' can be reduced. [variableScope]
efte-1.1/src/o_buffer.cpp:1808:21: style: The scope of the variable 'p' can be reduced. [variableScope]
efte-1.1/src/o_buffer.cpp:1846:17: style: The scope of the variable 'achr' can be reduced. [variableScope]
efte-1.1/src/o_buffer.cpp:1963:16: style: The scope of the variable 'C' can be reduced. [variableScope]
efte-1.1/src/o_buffer.cpp:1964:13: style: The scope of the variable 'wordBegin' can be reduced. [variableScope]
efte-1.1/src/o_buffer.cpp:1964:24: style: The scope of the variable 'wordEnd' can be reduced. [variableScope]
efte-1.1/src/o_buffer.cpp:71:36: style: Function 'SetTop' argument 2 names different: declaration 'Row' definition 'Line'. [funcArgNamesDifferent]
efte-1.1/src/e_buffer.h:157:29: note: Function 'SetTop' argument 2 names different: declaration 'Row' definition 'Line'.
efte-1.1/src/o_buffer.cpp:71:36: note: Function 'SetTop' argument 2 names different: declaration 'Row' definition 'Line'.
efte-1.1/src/o_buffer.cpp:1247:31: style: Function 'FileSaveAs' argument 1 names different: declaration 'FileName' definition 'FName'. [funcArgNamesDifferent]
efte-1.1/src/e_buffer.h:715:26: note: Function 'FileSaveAs' argument 1 names different: declaration 'FileName' definition 'FName'.
efte-1.1/src/o_buffer.cpp:1247:31: note: Function 'FileSaveAs' argument 1 names different: declaration 'FileName' definition 'FName'.
efte-1.1/src/o_buffer.cpp:1290:32: style: Function 'FileWriteTo' argument 1 names different: declaration 'FileName' definition 'FName'. [funcArgNamesDifferent]
efte-1.1/src/e_buffer.h:717:27: note: Function 'FileWriteTo' argument 1 names different: declaration 'FileName' definition 'FName'.
efte-1.1/src/o_buffer.cpp:1290:32: note: Function 'FileWriteTo' argument 1 names different: declaration 'FileName' definition 'FName'.
efte-1.1/src/o_buffer.cpp:1328:45: style: Function 'BlockReadX' argument 2 names different: declaration 'BlockMode' definition 'blockMode'. [funcArgNamesDifferent]
efte-1.1/src/e_buffer.h:719:40: note: Function 'BlockReadX' argument 2 names different: declaration 'BlockMode' definition 'blockMode'.
efte-1.1/src/o_buffer.cpp:1328:45: note: Function 'BlockReadX' argument 2 names different: declaration 'BlockMode' definition 'blockMode'.
efte-1.1/src/o_buffer.cpp:1806:34: style: Function 'InsertDate' argument 1 names different: declaration 'state' definition 'State'. [funcArgNamesDifferent]
efte-1.1/src/e_buffer.h:751:29: note: Function 'InsertDate' argument 1 names different: declaration 'state' definition 'State'.
efte-1.1/src/o_buffer.cpp:1806:34: note: Function 'InsertDate' argument 1 names different: declaration 'state' definition 'State'.
efte-1.1/src/o_buffer.cpp:85:13: style: Variable 'B' is assigned a value that is never used. [unreadVariable]
efte-1.1/src/e_buffer.h:158:18: warning: Virtual function 'GetPos' is called from constructor 'EEditPort(EBuffer*B,EView*V)' at line 52. Dynamic binding is not used. [virtualCallInConstructor]
efte-1.1/src/o_buffer.cpp:52:5: note: Calling GetPos
efte-1.1/src/e_buffer.h:158:18: note: GetPos is a virtual method
efte-1.1/src/e_buffer.h:159:18: warning: Virtual function 'StorePos' is called from destructor '~EEditPort()' at line 62. Dynamic binding is not used. [virtualCallInConstructor]
efte-1.1/src/o_buffer.cpp:62:5: note: Calling StorePos
efte-1.1/src/e_buffer.h:159:18: note: StorePos is a virtual method
efte-1.1/src/o_buflist.cpp:130:18: style: C-style pointer casting [cstyleCast]
efte-1.1/src/o_buflist.cpp:15:13: warning: Member variable 'BufferView::SearchString' is not initialized in the constructor. [uninitMemberVar]
efte-1.1/src/o_buflist.cpp:15:13: warning: Member variable 'BufferView::SearchPos' is not initialized in the constructor. [uninitMemberVar]
efte-1.1/src/o_cvs.cpp:28:51: style: Function 'ECvs' argument 3 names different: declaration 'Dir' definition 'ADir'. [funcArgNamesDifferent]
efte-1.1/src/o_cvs.h:22:49: note: Function 'ECvs' argument 3 names different: declaration 'Dir' definition 'ADir'.
efte-1.1/src/o_cvs.cpp:28:51: note: Function 'ECvs' argument 3 names different: declaration 'Dir' definition 'ADir'.
efte-1.1/src/o_cvs.cpp:86:25: style: Function 'RunPipe' argument 1 names different: declaration 'Dir' definition 'ADir'. [funcArgNamesDifferent]
efte-1.1/src/o_cvs.h:35:31: note: Function 'RunPipe' argument 1 names different: declaration 'Dir' definition 'ADir'.
efte-1.1/src/o_cvs.cpp:86:25: note: Function 'RunPipe' argument 1 names different: declaration 'Dir' definition 'ADir'.
efte-1.1/src/o_cvs.cpp:86:37: style: Function 'RunPipe' argument 2 names different: declaration 'Command' definition 'ACommand'. [funcArgNamesDifferent]
efte-1.1/src/o_cvs.h:35:42: note: Function 'RunPipe' argument 2 names different: declaration 'Command' definition 'ACommand'.
efte-1.1/src/o_cvs.cpp:86:37: note: Function 'RunPipe' argument 2 names different: declaration 'Command' definition 'ACommand'.
efte-1.1/src/o_cvs.cpp:86:53: style: Function 'RunPipe' argument 3 names different: declaration 'OnFiles' definition 'AOnFiles'. [funcArgNamesDifferent]
efte-1.1/src/o_cvs.h:35:57: note: Function 'RunPipe' argument 3 names different: declaration 'OnFiles' definition 'AOnFiles'.
efte-1.1/src/o_cvs.cpp:86:53: note: Function 'RunPipe' argument 3 names different: declaration 'OnFiles' definition 'AOnFiles'.
efte-1.1/src/o_cvs.cpp:101:27: style: Function 'RunCommit' argument 1 names different: declaration 'Dir' definition 'ADir'. [funcArgNamesDifferent]
efte-1.1/src/o_cvs.h:38:25: note: Function 'RunCommit' argument 1 names different: declaration 'Dir' definition 'ADir'.
efte-1.1/src/o_cvs.cpp:101:27: note: Function 'RunCommit' argument 1 names different: declaration 'Dir' definition 'ADir'.
efte-1.1/src/o_cvs.cpp:101:39: style: Function 'RunCommit' argument 2 names different: declaration 'Command' definition 'ACommand'. [funcArgNamesDifferent]
efte-1.1/src/o_cvs.h:38:36: note: Function 'RunCommit' argument 2 names different: declaration 'Command' definition 'ACommand'.
efte-1.1/src/o_cvs.cpp:101:39: note: Function 'RunCommit' argument 2 names different: declaration 'Command' definition 'ACommand'.
efte-1.1/src/o_cvs.cpp:101:55: style: Function 'RunCommit' argument 3 names different: declaration 'OnFiles' definition 'AOnFiles'. [funcArgNamesDifferent]
efte-1.1/src/o_cvs.h:38:51: note: Function 'RunCommit' argument 3 names different: declaration 'OnFiles' definition 'AOnFiles'.
efte-1.1/src/o_cvs.cpp:101:55: note: Function 'RunCommit' argument 3 names different: declaration 'OnFiles' definition 'AOnFiles'.
efte-1.1/src/o_cvs.cpp:37:7: warning: Member variable 'ECvs::Commiting' is not initialized in the constructor. [uninitMemberVar]
efte-1.1/src/o_cvs.h:35:17: warning: Virtual function 'RunPipe' is called from constructor 'ECvs(int createFlags,EModel**ARoot,char*Dir,char*ACommand,char*AOnFiles)' at line 34. Dynamic binding is not used. [virtualCallInConstructor]
efte-1.1/src/o_cvs.cpp:34:5: note: Calling RunPipe
efte-1.1/src/o_cvs.h:35:17: note: RunPipe is a virtual method
efte-1.1/src/o_cvsbase.cpp:402:46: style: C-style pointer casting [cstyleCast]
efte-1.1/src/o_cvsbase.cpp:115:10: style: The scope of the variable 'book' can be reduced. [variableScope]
efte-1.1/src/o_cvsbase.cpp:153:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
efte-1.1/src/o_cvsbase.cpp:37:65: style: Function 'ECvsBase' argument 3 names different: declaration 'ATitle' definition 'title'. [funcArgNamesDifferent]
efte-1.1/src/o_cvsbase.h:46:59: note: Function 'ECvsBase' argument 3 names different: declaration 'ATitle' definition 'title'.
efte-1.1/src/o_cvsbase.cpp:37:65: note: Function 'ECvsBase' argument 3 names different: declaration 'ATitle' definition 'title'.
efte-1.1/src/o_cvsbase.cpp:78:67: style: Function 'AddLine' argument 4 names different: declaration 'hilit' definition 'status'. [funcArgNamesDifferent]
efte-1.1/src/o_cvsbase.h:50:61: note: Function 'AddLine' argument 4 names different: declaration 'hilit' definition 'status'.
efte-1.1/src/o_cvsbase.cpp:78:67: note: Function 'AddLine' argument 4 names different: declaration 'hilit' definition 'status'.
efte-1.1/src/o_cvsbase.cpp:231:29: style: Function 'RunPipe' argument 1 names different: declaration 'Dir' definition 'ADir'. [funcArgNamesDifferent]
efte-1.1/src/o_cvsbase.h:60:31: note: Function 'RunPipe' argument 1 names different: declaration 'Dir' definition 'ADir'.
efte-1.1/src/o_cvsbase.cpp:231:29: note: Function 'RunPipe' argument 1 names different: declaration 'Dir' definition 'ADir'.
efte-1.1/src/o_cvsbase.cpp:231:41: style: Function 'RunPipe' argument 2 names different: declaration 'Command' definition 'ACommand'. [funcArgNamesDifferent]
efte-1.1/src/o_cvsbase.h:60:42: note: Function 'RunPipe' argument 2 names different: declaration 'Command' definition 'ACommand'.
efte-1.1/src/o_cvsbase.cpp:231:41: note: Function 'RunPipe' argument 2 names different: declaration 'Command' definition 'ACommand'.
efte-1.1/src/o_cvsbase.cpp:231:57: style: Function 'RunPipe' argument 3 names different: declaration 'OnFiles' definition 'AOnFiles'. [funcArgNamesDifferent]
efte-1.1/src/o_cvsbase.h:60:57: note: Function 'RunPipe' argument 3 names different: declaration 'OnFiles' definition 'AOnFiles'.
efte-1.1/src/o_cvsbase.cpp:231:57: note: Function 'RunPipe' argument 3 names different: declaration 'OnFiles' definition 'AOnFiles'.
efte-1.1/src/o_cvsbase.cpp:386:39: style: Function 'ShowLine' argument 2 names different: declaration 'err' definition 'line'. [funcArgNamesDifferent]
efte-1.1/src/o_cvsbase.h:77:33: note: Function 'ShowLine' argument 2 names different: declaration 'err' definition 'line'.
efte-1.1/src/o_cvsbase.cpp:386:39: note: Function 'ShowLine' argument 2 names different: declaration 'err' definition 'line'.
efte-1.1/src/o_cvsbase.cpp:37:11: warning: Member variable 'ECvsBase::OnFilesPos' is not initialized in the constructor. [uninitMemberVar]
efte-1.1/src/o_cvsbase.cpp:37:11: warning: Member variable 'ECvsBase::MsgBuf' is not initialized in the constructor. [uninitMemberVar]
efte-1.1/src/o_cvsbase.cpp:90:9: error: Common realloc mistake: 'Lines' nulled but not freed upon failure [memleakOnRealloc]
efte-1.1/src/o_cvsdiff.cpp:19:59: style: Function 'ECvsDiff' argument 3 names different: declaration 'Dir' definition 'ADir'. [funcArgNamesDifferent]
efte-1.1/src/o_cvsdiff.h:23:53: note: Function 'ECvsDiff' argument 3 names different: declaration 'Dir' definition 'ADir'.
efte-1.1/src/o_cvsdiff.cpp:19:59: note: Function 'ECvsDiff' argument 3 names different: declaration 'Dir' definition 'ADir'.
efte-1.1/src/o_cvsdiff.cpp:81:29: style: Function 'RunPipe' argument 1 names different: declaration 'Dir' definition 'ADir'. [funcArgNamesDifferent]
efte-1.1/src/o_cvsdiff.h:29:31: note: Function 'RunPipe' argument 1 names different: declaration 'Dir' definition 'ADir'.
efte-1.1/src/o_cvsdiff.cpp:81:29: note: Function 'RunPipe' argument 1 names different: declaration 'Dir' definition 'ADir'.
efte-1.1/src/o_cvsdiff.cpp:81:41: style: Function 'RunPipe' argument 2 names different: declaration 'Command' definition 'ACommand'. [funcArgNamesDifferent]
efte-1.1/src/o_cvsdiff.h:29:42: note: Function 'RunPipe' argument 2 names different: declaration 'Command' definition 'ACommand'.
efte-1.1/src/o_cvsdiff.cpp:81:41: note: Function 'RunPipe' argument 2 names different: declaration 'Command' definition 'ACommand'.
efte-1.1/src/o_cvsdiff.cpp:81:57: style: Function 'RunPipe' argument 3 names different: declaration 'Info' definition 'AOnFiles'. [funcArgNamesDifferent]
efte-1.1/src/o_cvsdiff.h:29:57: note: Function 'RunPipe' argument 3 names different: declaration 'Info' definition 'AOnFiles'.
efte-1.1/src/o_cvsdiff.cpp:81:57: note: Function 'RunPipe' argument 3 names different: declaration 'Info' definition 'AOnFiles'.
efte-1.1/src/o_cvsdiff.h:29:17: warning: Virtual function 'RunPipe' is called from constructor 'ECvsDiff(int createFlags,EModel**ARoot,char*Dir,char*ACommand,char*AOnFiles)' at line 25. Dynamic binding is not used. [virtualCallInConstructor]
efte-1.1/src/o_cvsdiff.cpp:25:5: note: Calling RunPipe
efte-1.1/src/o_cvsdiff.h:29:17: note: RunPipe is a virtual method
efte-1.1/src/o_directory.cpp:45:10: style: The scope of the variable 's' can be reduced. [variableScope]
efte-1.1/src/o_directory.cpp:519:49: style: Function 'FmLoad' argument 2 names different: declaration 'View' definition 'XView'. [funcArgNamesDifferent]
efte-1.1/src/o_directory.h:50:41: note: Function 'FmLoad' argument 2 names different: declaration 'View' definition 'XView'.
efte-1.1/src/o_directory.cpp:519:49: note: Function 'FmLoad' argument 2 names different: declaration 'View' definition 'XView'.
efte-1.1/src/o_directory.h:37:18: warning: Virtual function 'RescanList' is called from constructor 'EDirectory(int createFlags,EModel**ARoot,char*aPath)' at line 28. Dynamic binding is not used. [virtualCallInConstructor]
efte-1.1/src/o_directory.cpp:28:5: note: Calling RescanList
efte-1.1/src/o_directory.h:37:18: note: RescanList is a virtual method
efte-1.1/src/o_directory.cpp:135:13: error: Common realloc mistake: 'Files' nulled but not freed upon failure [memleakOnRealloc]
efte-1.1/src/o_list.cpp:320:12: style: C-style pointer casting [cstyleCast]
efte-1.1/src/o_list.cpp:323:12: style: C-style pointer casting [cstyleCast]
efte-1.1/src/o_list.cpp:257:10: style: The scope of the variable 's' can be reduced. [variableScope]
efte-1.1/src/o_messages.cpp:245:18: style: C-style pointer casting [cstyleCast]
efte-1.1/src/o_messages.cpp:543:22: style: C-style pointer casting [cstyleCast]
efte-1.1/src/o_messages.cpp:56:5: style: Variable 'Running' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
efte-1.1/src/o_messages.cpp:49:5: note: Variable 'Running' is reassigned a value before the old one has been used if variable is no semaphore variable.
efte-1.1/src/o_messages.cpp:56:5: note: Variable 'Running' is reassigned a value before the old one has been used if variable is no semaphore variable.
efte-1.1/src/o_messages.cpp:260:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
efte-1.1/src/o_messages.cpp:317:14: style: The scope of the variable 'ec' can be reduced. [variableScope]
efte-1.1/src/o_messages.cpp:357:9: style: The scope of the variable 'didmatch' can be reduced. [variableScope]
efte-1.1/src/o_messages.cpp:412:25: style: The scope of the variable 't1' can be reduced. [variableScope]
efte-1.1/src/o_messages.cpp:413:25: style: The scope of the variable 't2' can be reduced. [variableScope]
efte-1.1/src/o_messages.cpp:45:61: style: Function 'EMessages' argument 3 names different: declaration 'Dir' definition 'ADir'. [funcArgNamesDifferent]
efte-1.1/src/o_messages.h:45:54: note: Function 'EMessages' argument 3 names different: declaration 'Dir' definition 'ADir'.
efte-1.1/src/o_messages.cpp:45:61: note: Function 'EMessages' argument 3 names different: declaration 'Dir' definition 'ADir'.
efte-1.1/src/o_messages.cpp:146:30: style: Function 'RunPipe' argument 1 names different: declaration 'Dir' definition 'ADir'. [funcArgNamesDifferent]
efte-1.1/src/o_messages.h:83:23: note: Function 'RunPipe' argument 1 names different: declaration 'Dir' definition 'ADir'.
efte-1.1/src/o_messages.cpp:146:30: note: Function 'RunPipe' argument 1 names different: declaration 'Dir' definition 'ADir'.
efte-1.1/src/o_messages.cpp:146:42: style: Function 'RunPipe' argument 2 names different: declaration 'Command' definition 'ACommand'. [funcArgNamesDifferent]
efte-1.1/src/o_messages.h:83:34: note: Function 'RunPipe' argument 2 names different: declaration 'Command' definition 'ACommand'.
efte-1.1/src/o_messages.cpp:146:42: note: Function 'RunPipe' argument 2 names different: declaration 'Command' definition 'ACommand'.
efte-1.1/src/o_messages.h:67:9: performance: Technically the member function 'EMessages::Compile' can be static. [functionStatic]
efte-1.1/src/o_messages.cpp:524:16: note: Technically the member function 'EMessages::Compile' can be static.
efte-1.1/src/o_messages.h:67:9: note: Technically the member function 'EMessages::Compile' can be static.
efte-1.1/src/o_messages.cpp:209:5: error: Common realloc mistake: 'ErrList' nulled but not freed upon failure [memleakOnRealloc]
efte-1.1/src/o_model.cpp:15:29: style: Function 'FindModelID' argument 1 names different: declaration 'B' definition 'Model'. [funcArgNamesDifferent]
efte-1.1/src/o_model.h:196:29: note: Function 'FindModelID' argument 1 names different: declaration 'B' definition 'Model'.
efte-1.1/src/o_model.cpp:15:29: note: Function 'FindModelID' argument 1 names different: declaration 'B' definition 'Model'.
efte-1.1/src/o_modemap.cpp:31:11: style: The scope of the variable 'p' can be reduced. [variableScope]
efte-1.1/src/o_modemap.cpp:19:9: error: Common realloc mistake: 'BList' nulled but not freed upon failure [memleakOnRealloc]
efte-1.1/src/o_routine.cpp:13:14: warning: Member variable 'RoutineView::RCount' is not initialized in the constructor. [uninitMemberVar]
efte-1.1/src/o_routine.cpp:13:14: warning: Member variable 'RoutineView::SearchString' is not initialized in the constructor. [uninitMemberVar]
efte-1.1/src/o_routine.cpp:13:14: warning: Member variable 'RoutineView::SearchPos' is not initialized in the constructor. [uninitMemberVar]
efte-1.1/src/o_svn.cpp:28:51: style: Function 'ESvn' argument 3 names different: declaration 'Dir' definition 'ADir'. [funcArgNamesDifferent]
efte-1.1/src/o_svn.h:23:49: note: Function 'ESvn' argument 3 names different: declaration 'Dir' definition 'ADir'.
efte-1.1/src/o_svn.cpp:28:51: note: Function 'ESvn' argument 3 names different: declaration 'Dir' definition 'ADir'.
efte-1.1/src/o_svn.cpp:87:25: style: Function 'RunPipe' argument 1 names different: declaration 'Dir' definition 'ADir'. [funcArgNamesDifferent]
efte-1.1/src/o_svn.h:36:31: note: Function 'RunPipe' argument 1 names different: declaration 'Dir' definition 'ADir'.
efte-1.1/src/o_svn.cpp:87:25: note: Function 'RunPipe' argument 1 names different: declaration 'Dir' definition 'ADir'.
efte-1.1/src/o_svn.cpp:87:37: style: Function 'RunPipe' argument 2 names different: declaration 'Command' definition 'ACommand'. [funcArgNamesDifferent]
efte-1.1/src/o_svn.h:36:42: note: Function 'RunPipe' argument 2 names different: declaration 'Command' definition 'ACommand'.
efte-1.1/src/o_svn.cpp:87:37: note: Function 'RunPipe' argument 2 names different: declaration 'Command' definition 'ACommand'.
efte-1.1/src/o_svn.cpp:87:53: style: Function 'RunPipe' argument 3 names different: declaration 'OnFiles' definition 'AOnFiles'. [funcArgNamesDifferent]
efte-1.1/src/o_svn.h:36:57: note: Function 'RunPipe' argument 3 names different: declaration 'OnFiles' definition 'AOnFiles'.
efte-1.1/src/o_svn.cpp:87:53: note: Function 'RunPipe' argument 3 names different: declaration 'OnFiles' definition 'AOnFiles'.
efte-1.1/src/o_svn.cpp:102:27: style: Function 'RunCommit' argument 1 names different: declaration 'Dir' definition 'ADir'. [funcArgNamesDifferent]
efte-1.1/src/o_svn.h:39:25: note: Function 'RunCommit' argument 1 names different: declaration 'Dir' definition 'ADir'.
efte-1.1/src/o_svn.cpp:102:27: note: Function 'RunCommit' argument 1 names different: declaration 'Dir' definition 'ADir'.
efte-1.1/src/o_svn.cpp:102:39: style: Function 'RunCommit' argument 2 names different: declaration 'Command' definition 'ACommand'. [funcArgNamesDifferent]
efte-1.1/src/o_svn.h:39:36: note: Function 'RunCommit' argument 2 names different: declaration 'Command' definition 'ACommand'.
efte-1.1/src/o_svn.cpp:102:39: note: Function 'RunCommit' argument 2 names different: declaration 'Command' definition 'ACommand'.
efte-1.1/src/o_svn.cpp:102:55: style: Function 'RunCommit' argument 3 names different: declaration 'OnFiles' definition 'AOnFiles'. [funcArgNamesDifferent]
efte-1.1/src/o_svn.h:39:51: note: Function 'RunCommit' argument 3 names different: declaration 'OnFiles' definition 'AOnFiles'.
efte-1.1/src/o_svn.cpp:102:55: note: Function 'RunCommit' argument 3 names different: declaration 'OnFiles' definition 'AOnFiles'.
efte-1.1/src/o_svn.cpp:35:7: warning: Member variable 'ESvn::Commiting' is not initialized in the constructor. [uninitMemberVar]
efte-1.1/src/o_svn.h:36:17: warning: Virtual function 'RunPipe' is called from constructor 'ESvn(int createFlags,EModel**ARoot,char*Dir,char*ACommand,char*AOnFiles)' at line 32. Dynamic binding is not used. [virtualCallInConstructor]
efte-1.1/src/o_svn.cpp:32:5: note: Calling RunPipe
efte-1.1/src/o_svn.h:36:17: note: RunPipe is a virtual method
efte-1.1/src/o_svnbase.cpp:402:46: style: C-style pointer casting [cstyleCast]
efte-1.1/src/o_svnbase.cpp:115:10: style: The scope of the variable 'book' can be reduced. [variableScope]
efte-1.1/src/o_svnbase.cpp:153:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
efte-1.1/src/o_svnbase.cpp:37:65: style: Function 'ESvnBase' argument 3 names different: declaration 'ATitle' definition 'title'. [funcArgNamesDifferent]
efte-1.1/src/o_svnbase.h:46:59: note: Function 'ESvnBase' argument 3 names different: declaration 'ATitle' definition 'title'.
efte-1.1/src/o_svnbase.cpp:37:65: note: Function 'ESvnBase' argument 3 names different: declaration 'ATitle' definition 'title'.
efte-1.1/src/o_svnbase.cpp:78:67: style: Function 'AddLine' argument 4 names different: declaration 'hilit' definition 'status'. [funcArgNamesDifferent]
efte-1.1/src/o_svnbase.h:50:61: note: Function 'AddLine' argument 4 names different: declaration 'hilit' definition 'status'.
efte-1.1/src/o_svnbase.cpp:78:67: note: Function 'AddLine' argument 4 names different: declaration 'hilit' definition 'status'.
efte-1.1/src/o_svnbase.cpp:231:29: style: Function 'RunPipe' argument 1 names different: declaration 'Dir' definition 'ADir'. [funcArgNamesDifferent]
efte-1.1/src/o_svnbase.h:60:31: note: Function 'RunPipe' argument 1 names different: declaration 'Dir' definition 'ADir'.
efte-1.1/src/o_svnbase.cpp:231:29: note: Function 'RunPipe' argument 1 names different: declaration 'Dir' definition 'ADir'.
efte-1.1/src/o_svnbase.cpp:231:41: style: Function 'RunPipe' argument 2 names different: declaration 'Command' definition 'ACommand'. [funcArgNamesDifferent]
efte-1.1/src/o_svnbase.h:60:42: note: Function 'RunPipe' argument 2 names different: declaration 'Command' definition 'ACommand'.
efte-1.1/src/o_svnbase.cpp:231:41: note: Function 'RunPipe' argument 2 names different: declaration 'Command' definition 'ACommand'.
efte-1.1/src/o_svnbase.cpp:231:57: style: Function 'RunPipe' argument 3 names different: declaration 'OnFiles' definition 'AOnFiles'. [funcArgNamesDifferent]
efte-1.1/src/o_svnbase.h:60:57: note: Function 'RunPipe' argument 3 names different: declaration 'OnFiles' definition 'AOnFiles'.
efte-1.1/src/o_svnbase.cpp:231:57: note: Function 'RunPipe' argument 3 names different: declaration 'OnFiles' definition 'AOnFiles'.
efte-1.1/src/o_svnbase.cpp:386:39: style: Function 'ShowLine' argument 2 names different: declaration 'err' definition 'line'. [funcArgNamesDifferent]
efte-1.1/src/o_svnbase.h:77:33: note: Function 'ShowLine' argument 2 names different: declaration 'err' definition 'line'.
efte-1.1/src/o_svnbase.cpp:386:39: note: Function 'ShowLine' argument 2 names different: declaration 'err' definition 'line'.
efte-1.1/src/o_svnbase.cpp:37:11: warning: Member variable 'ESvnBase::OnFilesPos' is not initialized in the constructor. [uninitMemberVar]
efte-1.1/src/o_svnbase.cpp:37:11: warning: Member variable 'ESvnBase::MsgBuf' is not initialized in the constructor. [uninitMemberVar]
efte-1.1/src/o_svnbase.cpp:90:9: error: Common realloc mistake: 'Lines' nulled but not freed upon failure [memleakOnRealloc]
efte-1.1/src/o_svndiff.cpp:19:60: style: Function 'ESvnDiff' argument 3 names different: declaration 'Dir' definition 'ADir'. [funcArgNamesDifferent]
efte-1.1/src/o_svndiff.h:23:53: note: Function 'ESvnDiff' argument 3 names different: declaration 'Dir' definition 'ADir'.
efte-1.1/src/o_svndiff.cpp:19:60: note: Function 'ESvnDiff' argument 3 names different: declaration 'Dir' definition 'ADir'.
efte-1.1/src/o_svndiff.cpp:108:25: style: Function 'RunPipe' argument 1 names different: declaration 'Dir' definition 'ADir'. [funcArgNamesDifferent]
efte-1.1/src/o_svndiff.h:29:31: note: Function 'RunPipe' argument 1 names different: declaration 'Dir' definition 'ADir'.
efte-1.1/src/o_svndiff.cpp:108:25: note: Function 'RunPipe' argument 1 names different: declaration 'Dir' definition 'ADir'.
efte-1.1/src/o_svndiff.cpp:108:37: style: Function 'RunPipe' argument 2 names different: declaration 'Command' definition 'ACommand'. [funcArgNamesDifferent]
efte-1.1/src/o_svndiff.h:29:42: note: Function 'RunPipe' argument 2 names different: declaration 'Command' definition 'ACommand'.
efte-1.1/src/o_svndiff.cpp:108:37: note: Function 'RunPipe' argument 2 names different: declaration 'Command' definition 'ACommand'.
efte-1.1/src/o_svndiff.cpp:108:53: style: Function 'RunPipe' argument 3 names different: declaration 'Info' definition 'AOnFiles'. [funcArgNamesDifferent]
efte-1.1/src/o_svndiff.h:29:57: note: Function 'RunPipe' argument 3 names different: declaration 'Info' definition 'AOnFiles'.
efte-1.1/src/o_svndiff.cpp:108:53: note: Function 'RunPipe' argument 3 names different: declaration 'Info' definition 'AOnFiles'.
efte-1.1/src/o_svndiff.h:29:17: warning: Virtual function 'RunPipe' is called from constructor 'ESvnDiff(int createFlags,EModel**ARoot,char*Dir,char*ACommand,char*AOnFiles)' at line 27. Dynamic binding is not used. [virtualCallInConstructor]
efte-1.1/src/o_svndiff.cpp:27:5: note: Calling RunPipe
efte-1.1/src/o_svndiff.h:29:17: note: RunPipe is a virtual method
efte-1.1/src/s_direct.cpp:25:36: style: Function 'FileInfo' argument 2 names different: declaration 'type' definition 'Type'. [funcArgNamesDifferent]
efte-1.1/src/s_direct.h:27:30: note: Function 'FileInfo' argument 2 names different: declaration 'type' definition 'Type'.
efte-1.1/src/s_direct.cpp:25:36: note: Function 'FileInfo' argument 2 names different: declaration 'type' definition 'Type'.
efte-1.1/src/s_direct.h:67:9: performance: Technically the member function 'FileFind::FindFirst' can be static. [functionStatic]
efte-1.1/src/s_direct.cpp:77:15: note: Technically the member function 'FileFind::FindFirst' can be static.
efte-1.1/src/s_direct.h:67:9: note: Technically the member function 'FileFind::FindFirst' can be static.
efte-1.1/src/s_direct.h:68:9: performance: Technically the member function 'FileFind::FindNext' can be static. [functionStatic]
efte-1.1/src/s_direct.cpp:243:15: note: Technically the member function 'FileFind::FindNext' can be static.
efte-1.1/src/s_direct.h:68:9: note: Technically the member function 'FileFind::FindNext' can be static.
efte-1.1/src/s_direct.cpp:26:5: style: Class 'FileInfo' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
efte-1.1/src/s_direct.cpp:26:5: style: Class 'FileInfo' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
efte-1.1/src/s_direct.cpp:39:5: style: Class 'FileFind' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
efte-1.1/src/s_direct.cpp:39:5: style: Class 'FileFind' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
efte-1.1/src/s_files.cpp:445:11: style: The scope of the variable 'p' can be reduced. [variableScope]
efte-1.1/src/s_files.cpp:457:34: style: The scope of the variable 'c' can be reduced. [variableScope]
efte-1.1/src/s_files.cpp:198:40: style: Function 'ExpandPath' argument 2 names different: declaration 'Expanded' definition 'Expand'. [funcArgNamesDifferent]
efte-1.1/src/s_files.h:34:40: note: Function 'ExpandPath' argument 2 names different: declaration 'Expanded' definition 'Expand'.
efte-1.1/src/s_files.cpp:198:40: note: Function 'ExpandPath' argument 2 names different: declaration 'Expanded' definition 'Expand'.
efte-1.1/src/s_util.cpp:139:30: style: Function 'CompletePath' argument 1 names different: declaration 'Path' definition 'Base'. [funcArgNamesDifferent]
efte-1.1/src/s_files.h:35:30: note: Function 'CompletePath' argument 1 names different: declaration 'Path' definition 'Base'.
efte-1.1/src/s_util.cpp:139:30: note: Function 'CompletePath' argument 1 names different: declaration 'Path' definition 'Base'.
efte-1.1/src/s_util.cpp:139:42: style: Function 'CompletePath' argument 2 names different: declaration 'Completed' definition 'Match'. [funcArgNamesDifferent]
efte-1.1/src/s_files.h:35:42: note: Function 'CompletePath' argument 2 names different: declaration 'Completed' definition 'Match'.
efte-1.1/src/s_util.cpp:139:42: note: Function 'CompletePath' argument 2 names different: declaration 'Completed' definition 'Match'.
efte-1.1/src/s_util.cpp:139:53: style: Function 'CompletePath' argument 3 names different: declaration 'Num' definition 'Count'. [funcArgNamesDifferent]
efte-1.1/src/s_files.h:35:57: note: Function 'CompletePath' argument 3 names different: declaration 'Num' definition 'Count'.
efte-1.1/src/s_util.cpp:139:53: note: Function 'CompletePath' argument 3 names different: declaration 'Num' definition 'Count'.
efte-1.1/src/view.cpp:382:26: style: C-style pointer casting [cstyleCast]
efte-1.1/src/view.cpp:523:14: style: C-style pointer casting [cstyleCast]
efte-1.1/src/view.cpp:559:30: style: C-style pointer casting [cstyleCast]
efte-1.1/src/view.cpp:560:27: style: C-style pointer casting [cstyleCast]
efte-1.1/src/view.cpp:586:26: style: C-style pointer casting [cstyleCast]
efte-1.1/src/view.cpp:612:26: style: C-style pointer casting [cstyleCast]
efte-1.1/src/view.cpp:839:27: style: C-style pointer casting [cstyleCast]
efte-1.1/src/view.cpp:845:20: style: C-style pointer casting [cstyleCast]
efte-1.1/src/view.cpp:846:41: style: C-style pointer casting [cstyleCast]
efte-1.1/src/view.cpp:931:27: style: C-style pointer casting [cstyleCast]
efte-1.1/src/view.cpp:937:20: style: C-style pointer casting [cstyleCast]
efte-1.1/src/view.cpp:938:41: style: C-style pointer casting [cstyleCast]
efte-1.1/src/view.cpp:1009:27: style: C-style pointer casting [cstyleCast]
efte-1.1/src/view.cpp:1015:20: style: C-style pointer casting [cstyleCast]
efte-1.1/src/view.cpp:1016:41: style: C-style pointer casting [cstyleCast]
efte-1.1/src/view.cpp:1084:27: style: C-style pointer casting [cstyleCast]
efte-1.1/src/view.cpp:1090:20: style: C-style pointer casting [cstyleCast]
efte-1.1/src/view.cpp:1091:41: style: C-style pointer casting [cstyleCast]
efte-1.1/src/view.cpp:1176:27: style: C-style pointer casting [cstyleCast]
efte-1.1/src/view.cpp:1182:20: style: C-style pointer casting [cstyleCast]
efte-1.1/src/view.cpp:1183:41: style: C-style pointer casting [cstyleCast]
efte-1.1/src/view.cpp:1254:27: style: C-style pointer casting [cstyleCast]
efte-1.1/src/view.cpp:1260:20: style: C-style pointer casting [cstyleCast]
efte-1.1/src/view.cpp:1261:41: style: C-style pointer casting [cstyleCast]
efte-1.1/src/view.cpp:294:13: style: The scope of the variable 'M1' can be reduced. [variableScope]
efte-1.1/src/view.cpp:576:17: style: The scope of the variable 'Cmd' can be reduced. [variableScope]
efte-1.1/src/view.cpp:792:17: style: The scope of the variable 'Opts' can be reduced. [variableScope]
efte-1.1/src/view.cpp:884:17: style: The scope of the variable 'Opts' can be reduced. [variableScope]
efte-1.1/src/view.cpp:962:17: style: The scope of the variable 'Opts' can be reduced. [variableScope]
efte-1.1/src/view.cpp:1037:17: style: The scope of the variable 'Opts' can be reduced. [variableScope]
efte-1.1/src/view.cpp:1129:17: style: The scope of the variable 'Opts' can be reduced. [variableScope]
efte-1.1/src/view.cpp:1207:17: style: The scope of the variable 'Opts' can be reduced. [variableScope]
efte-1.1/src/view.cpp:58:29: style: Function 'FocusChange' argument 1 names different: declaration 'GotFocus' definition 'GetFocus'. [funcArgNamesDifferent]
efte-1.1/src/o_model.h:105:34: note: Function 'FocusChange' argument 1 names different: declaration 'GotFocus' definition 'GetFocus'.
efte-1.1/src/view.cpp:58:29: note: Function 'FocusChange' argument 1 names different: declaration 'GotFocus' definition 'GetFocus'.
efte-1.1/src/view.cpp:549:26: style: Function 'OpenDir' argument 1 names different: declaration 'Directory' definition 'Path'. [funcArgNamesDifferent]
efte-1.1/src/o_model.h:174:23: note: Function 'OpenDir' argument 1 names different: declaration 'Directory' definition 'Path'.
efte-1.1/src/view.cpp:549:26: note: Function 'OpenDir' argument 1 names different: declaration 'Directory' definition 'Path'.
[17:25]

ftp://ftp.se.debian.org/debian/pool/main/e/egctl/egctl_0.1.orig.tar.gz
egctl-0.1/egctl.c:351:12: style: The scope of the variable 'ret' can be reduced. [variableScope]
[17:25]

ftp://ftp.se.debian.org/debian/pool/main/e/egenix-mx-base/egenix-mx-base_3.2.9.orig.tar.gz
egenix-mx-base-3.2.9/mx/BeeBase/mxBeeBase/btr.c:1178:5: style: Variable 'lastGEvalid' is reassigned a value before the old one has been used. [redundantAssignment]
egenix-mx-base-3.2.9/mx/BeeBase/mxBeeBase/btr.c:1169:0: note: Variable 'lastGEvalid' is reassigned a value before the old one has been used.
egenix-mx-base-3.2.9/mx/BeeBase/mxBeeBase/btr.c:1178:5: note: Variable 'lastGEvalid' is reassigned a value before the old one has been used.
egenix-mx-base-3.2.9/mx/BeeBase/mxBeeBase/btr.c:1179:5: style: Variable 'lastLTvalid' is reassigned a value before the old one has been used. [redundantAssignment]
egenix-mx-base-3.2.9/mx/BeeBase/mxBeeBase/btr.c:1170:0: note: Variable 'lastLTvalid' is reassigned a value before the old one has been used.
egenix-mx-base-3.2.9/mx/BeeBase/mxBeeBase/btr.c:1179:5: note: Variable 'lastLTvalid' is reassigned a value before the old one has been used.
egenix-mx-base-3.2.9/mx/BeeBase/mxBeeBase/btr.c:206:9: style: The scope of the variable 'len' can be reduced. [variableScope]
egenix-mx-base-3.2.9/mx/BeeBase/mxBeeBase/btr.c:307:11: style: The scope of the variable 'k' can be reduced. [variableScope]
egenix-mx-base-3.2.9/mx/BeeBase/mxBeeBase/btr.c:309:18: style: The scope of the variable 'i' can be reduced. [variableScope]
egenix-mx-base-3.2.9/mx/BeeBase/mxBeeBase/btr.c:410:9: style: The scope of the variable 'm' can be reduced. [variableScope]
egenix-mx-base-3.2.9/mx/BeeBase/mxBeeBase/btr.c:511:9: style: The scope of the variable 'sw' can be reduced. [variableScope]
egenix-mx-base-3.2.9/mx/BeeBase/mxBeeBase/btr.c:512:9: style: The scope of the variable 'len' can be reduced. [variableScope]
egenix-mx-base-3.2.9/mx/BeeBase/mxBeeBase/btr.c:908:24: style: Function 'bFlush' argument 1 names different: declaration 'handle' definition 'h'. [funcArgNamesDifferent]
egenix-mx-base-3.2.9/mx/BeeBase/mxBeeBase/btr.h:187:24: note: Function 'bFlush' argument 1 names different: declaration 'handle' definition 'h'.
egenix-mx-base-3.2.9/mx/BeeBase/mxBeeBase/btr.c:908:24: note: Function 'bFlush' argument 1 names different: declaration 'handle' definition 'h'.
egenix-mx-base-3.2.9/mx/BeeBase/mxBeeBase/btr.c:919:24: style: Function 'bClose' argument 1 names different: declaration 'handle' definition 'h'. [funcArgNamesDifferent]
egenix-mx-base-3.2.9/mx/BeeBase/mxBeeBase/btr.h:197:24: note: Function 'bClose' argument 1 names different: declaration 'handle' definition 'h'.
egenix-mx-base-3.2.9/mx/BeeBase/mxBeeBase/btr.c:919:24: note: Function 'bClose' argument 1 names different: declaration 'handle' definition 'h'.
egenix-mx-base-3.2.9/mx/BeeBase/mxBeeBase/btr.c:935:26: style: Function 'bFindKey' argument 1 names different: declaration 'handle' definition 'h'. [funcArgNamesDifferent]
egenix-mx-base-3.2.9/mx/BeeBase/mxBeeBase/btr.h:254:26: note: Function 'bFindKey' argument 1 names different: declaration 'handle' definition 'h'.
egenix-mx-base-3.2.9/mx/BeeBase/mxBeeBase/btr.c:935:26: note: Function 'bFindKey' argument 1 names different: declaration 'handle' definition 'h'.
egenix-mx-base-3.2.9/mx/BeeBase/mxBeeBase/btr.c:974:28: style: Function 'bInsertKey' argument 1 names different: declaration 'handle' definition 'h'. [funcArgNamesDifferent]
egenix-mx-base-3.2.9/mx/BeeBase/mxBeeBase/btr.h:205:28: note: Function 'bInsertKey' argument 1 names different: declaration 'handle' definition 'h'.
egenix-mx-base-3.2.9/mx/BeeBase/mxBeeBase/btr.c:974:28: note: Function 'bInsertKey' argument 1 names different: declaration 'handle' definition 'h'.
egenix-mx-base-3.2.9/mx/BeeBase/mxBeeBase/btr.c:1105:28: style: Function 'bUpdateKey' argument 1 names different: declaration 'handle' definition 'h'. [funcArgNamesDifferent]
egenix-mx-base-3.2.9/mx/BeeBase/mxBeeBase/btr.h:222:28: note: Function 'bUpdateKey' argument 1 names different: declaration 'handle' definition 'h'.
egenix-mx-base-3.2.9/mx/BeeBase/mxBeeBase/btr.c:1105:28: note: Function 'bUpdateKey' argument 1 names different: declaration 'handle' definition 'h'.
egenix-mx-base-3.2.9/mx/BeeBase/mxBeeBase/btr.c:1158:28: style: Function 'bDeleteKey' argument 1 names different: declaration 'handle' definition 'h'. [funcArgNamesDifferent]
egenix-mx-base-3.2.9/mx/BeeBase/mxBeeBase/btr.h:237:28: note: Function 'bDeleteKey' argument 1 names different: declaration 'handle' definition 'h'.
egenix-mx-base-3.2.9/mx/BeeBase/mxBeeBase/btr.c:1158:28: note: Function 'bDeleteKey' argument 1 names different: declaration 'handle' definition 'h'.
egenix-mx-base-3.2.9/mx/BeeBase/mxBeeBase/btr.c:1269:31: style: Function 'bFindFirstKey' argument 1 names different: declaration 'handle' definition 'h'. [funcArgNamesDifferent]
egenix-mx-base-3.2.9/mx/BeeBase/mxBeeBase/btr.h:267:31: note: Function 'bFindFirstKey' argument 1 names different: declaration 'handle' definition 'h'.
egenix-mx-base-3.2.9/mx/BeeBase/mxBeeBase/btr.c:1269:31: note: Function 'bFindFirstKey' argument 1 names different: declaration 'handle' definition 'h'.
egenix-mx-base-3.2.9/mx/BeeBase/mxBeeBase/btr.c:1288:30: style: Function 'bFindLastKey' argument 1 names different: declaration 'handle' definition 'h'. [funcArgNamesDifferent]
egenix-mx-base-3.2.9/mx/BeeBase/mxBeeBase/btr.h:280:30: note: Function 'bFindLastKey' argument 1 names different: declaration 'handle' definition 'h'.
egenix-mx-base-3.2.9/mx/BeeBase/mxBeeBase/btr.c:1288:30: note: Function 'bFindLastKey' argument 1 names different: declaration 'handle' definition 'h'.
egenix-mx-base-3.2.9/mx/BeeBase/mxBeeBase/btr.c:1307:30: style: Function 'bFindNextKey' argument 1 names different: declaration 'handle' definition 'h'. [funcArgNamesDifferent]
egenix-mx-base-3.2.9/mx/BeeBase/mxBeeBase/btr.h:293:30: note: Function 'bFindNextKey' argument 1 names different: declaration 'handle' definition 'h'.
egenix-mx-base-3.2.9/mx/BeeBase/mxBeeBase/btr.c:1307:30: note: Function 'bFindNextKey' argument 1 names different: declaration 'handle' definition 'h'.
egenix-mx-base-3.2.9/mx/BeeBase/mxBeeBase/btr.c:1337:30: style: Function 'bFindPrevKey' argument 1 names different: declaration 'handle' definition 'h'. [funcArgNamesDifferent]
egenix-mx-base-3.2.9/mx/BeeBase/mxBeeBase/btr.h:307:30: note: Function 'bFindPrevKey' argument 1 names different: declaration 'handle' definition 'h'.
egenix-mx-base-3.2.9/mx/BeeBase/mxBeeBase/btr.c:1337:30: note: Function 'bFindPrevKey' argument 1 names different: declaration 'handle' definition 'h'.
egenix-mx-base-3.2.9/mx/BeeBase/mxBeeBase/btr.c:1369:33: style: Function 'bCursorReadData' argument 1 names different: declaration 'handle' definition 'h'. [funcArgNamesDifferent]
egenix-mx-base-3.2.9/mx/BeeBase/mxBeeBase/btr.h:321:33: note: Function 'bCursorReadData' argument 1 names different: declaration 'handle' definition 'h'.
egenix-mx-base-3.2.9/mx/BeeBase/mxBeeBase/btr.c:1369:33: note: Function 'bCursorReadData' argument 1 names different: declaration 'handle' definition 'h'.
egenix-mx-base-3.2.9/mx/BeeBase/mxBeeBase/btr.c:1381:28: style: Function 'bValidateTree' argument 1 names different: declaration 'handle' definition 'h'. [funcArgNamesDifferent]
egenix-mx-base-3.2.9/mx/BeeBase/mxBeeBase/btr.h:338:28: note: Function 'bValidateTree' argument 1 names different: declaration 'handle' definition 'h'.
egenix-mx-base-3.2.9/mx/BeeBase/mxBeeBase/btr.c:1381:28: note: Function 'bValidateTree' argument 1 names different: declaration 'handle' definition 'h'.
egenix-mx-base-3.2.9/mx/BeeBase/mxBeeBase/mxstdlib.h:315:45: style: Variable 'mxDebugPrintf_used' is assigned a value that is never used. [unreadVariable]
egenix-mx-base-3.2.9/mx/BeeBase/mxBeeBase/btr.c:818:9: error: Memory leak: h [memleak]
egenix-mx-base-3.2.9/mx/BeeBase/mxBeeBase/mxBeeBase.c:1895:0: error: syntax error [syntaxError]
egenix-mx-base-3.2.9/mx/DateTime/mxDateTime/mxDateTime.c:5950:0: error: syntax error [syntaxError]
egenix-mx-base-3.2.9/mx/Proxy/mxProxy/mxProxy.c:1588:0: error: syntax error [syntaxError]
egenix-mx-base-3.2.9/mx/Queue/mxQueue/mxQueue.c:1051:0: error: syntax error [syntaxError]
egenix-mx-base-3.2.9/mx/Stack/mxStack/mxStack.c:998:0: error: syntax error [syntaxError]
egenix-mx-base-3.2.9/mx/TextTools/mxTextTools/mxTextTools.c:3274:0: error: syntax error [syntaxError]
egenix-mx-base-3.2.9/mx/TextTools/mxTextTools/mxstdlib.h:315:45: style: Variable 'mxDebugPrintf_used' is assigned a value that is never used. [unreadVariable]
egenix-mx-base-3.2.9/mx/TextTools/mxTextTools/mxte_impl.h:72:16: style: Function 'mxTextTools_TaggingEngine' argument 2 names different: declaration 'text_start' definition 'sliceleft'. [funcArgNamesDifferent]
egenix-mx-base-3.2.9/mx/TextTools/mxTextTools/mxTextTools.h:200:21: note: Function 'mxTextTools_TaggingEngine' argument 2 names different: declaration 'text_start' definition 'sliceleft'.
egenix-mx-base-3.2.9/mx/TextTools/mxTextTools/mxte_impl.h:72:16: note: Function 'mxTextTools_TaggingEngine' argument 2 names different: declaration 'text_start' definition 'sliceleft'.
egenix-mx-base-3.2.9/mx/TextTools/mxTextTools/mxte_impl.h:73:16: style: Function 'mxTextTools_TaggingEngine' argument 3 names different: declaration 'text_stop' definition 'sliceright'. [funcArgNamesDifferent]
egenix-mx-base-3.2.9/mx/TextTools/mxTextTools/mxTextTools.h:201:21: note: Function 'mxTextTools_TaggingEngine' argument 3 names different: declaration 'text_stop' definition 'sliceright'.
egenix-mx-base-3.2.9/mx/TextTools/mxTextTools/mxte_impl.h:73:16: note: Function 'mxTextTools_TaggingEngine' argument 3 names different: declaration 'text_stop' definition 'sliceright'.
egenix-mx-base-3.2.9/mx/Tools/mxTools/mxTools.c:2715:0: error: syntax error [syntaxError]
egenix-mx-base-3.2.9/mx/Tools/mxTools/xmap.c:629:0: error: syntax error [syntaxError]
egenix-mx-base-3.2.9/mx/UID/mxUID/mxUID.c:346:9: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
egenix-mx-base-3.2.9/mx/UID/mxUID/mxstdlib.h:315:45: style: Variable 'mxDebugPrintf_used' is assigned a value that is never used. [unreadVariable]
egenix-mx-base-3.2.9/mx/URL/mxURL/mxURL.c:2837:0: error: syntax error [syntaxError]
[17:25]

ftp://ftp.se.debian.org/debian/pool/main/e/egg/egg_4.2.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/eggdrop/eggdrop_1.6.21.orig.tar.gz
eggdrop1.6.21/src/botcmd.c:419:7: style: The scope of the variable 'i' can be reduced. [variableScope]
eggdrop1.6.21/src/botcmd.c:453:8: style: The scope of the variable 's' can be reduced. [variableScope]
eggdrop1.6.21/src/botcmd.c:522:22: style: The scope of the variable 'rfrom' can be reduced. [variableScope]
eggdrop1.6.21/src/botcmd.c:523:7: style: The scope of the variable 'i' can be reduced. [variableScope]
eggdrop1.6.21/src/botcmd.c:550:22: style: The scope of the variable 'rfrom' can be reduced. [variableScope]
eggdrop1.6.21/src/botcmd.c:550:30: style: The scope of the variable 'p' can be reduced. [variableScope]
eggdrop1.6.21/src/botcmd.c:628:25: style: The scope of the variable 'p' can be reduced. [variableScope]
eggdrop1.6.21/src/botcmd.c:764:10: style: The scope of the variable 'sock' can be reduced. [variableScope]
eggdrop1.6.21/src/botcmd.c:824:19: style: The scope of the variable 'u' can be reduced. [variableScope]
eggdrop1.6.21/src/botcmd.c:994:9: style: The scope of the variable 'vv' can be reduced. [variableScope]
eggdrop1.6.21/src/botcmd.c:995:26: style: The scope of the variable 'p' can be reduced. [variableScope]
eggdrop1.6.21/src/botcmd.c:996:7: style: The scope of the variable 'i' can be reduced. [variableScope]
eggdrop1.6.21/src/botcmd.c:1053:29: style: The scope of the variable 'p' can be reduced. [variableScope]
eggdrop1.6.21/src/botcmd.c:1086:7: style: The scope of the variable 'i' can be reduced. [variableScope]
eggdrop1.6.21/src/botcmd.c:1115:32: style: The scope of the variable 'nick' can be reduced. [variableScope]
eggdrop1.6.21/src/botcmd.c:1116:7: style: The scope of the variable 'i' can be reduced. [variableScope]
eggdrop1.6.21/src/botcmd.c:1117:9: style: The scope of the variable 'nfn' can be reduced. [variableScope]
eggdrop1.6.21/src/botcmd.c:385:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
eggdrop1.6.21/src/botcmd.c:386:42: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
eggdrop1.6.21/src/botcmd.c:325:32: error: Undefined behavior: Variable 's' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
eggdrop1.6.21/src/botmsg.c:811:7: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
eggdrop1.6.21/src/botmsg.c:225:7: style: The scope of the variable 'i' can be reduced. [variableScope]
eggdrop1.6.21/src/botmsg.c:243:7: style: The scope of the variable 'i' can be reduced. [variableScope]
eggdrop1.6.21/src/botmsg.c:261:7: style: The scope of the variable 'i' can be reduced. [variableScope]
eggdrop1.6.21/src/botmsg.c:378:7: style: The scope of the variable 'l' can be reduced. [variableScope]
eggdrop1.6.21/src/botmsg.c:393:7: style: The scope of the variable 'l' can be reduced. [variableScope]
eggdrop1.6.21/src/botmsg.c:436:7: style: The scope of the variable 'l' can be reduced. [variableScope]
eggdrop1.6.21/src/botmsg.c:450:7: style: The scope of the variable 'l' can be reduced. [variableScope]
eggdrop1.6.21/src/botmsg.c:489:7: style: The scope of the variable 'l' can be reduced. [variableScope]
eggdrop1.6.21/src/botmsg.c:554:7: style: The scope of the variable 'l' can be reduced. [variableScope]
eggdrop1.6.21/src/botmsg.c:570:7: style: The scope of the variable 'l' can be reduced. [variableScope]
eggdrop1.6.21/src/botmsg.c:611:7: style: The scope of the variable 'l' can be reduced. [variableScope]
eggdrop1.6.21/src/botmsg.c:639:7: style: The scope of the variable 'l' can be reduced. [variableScope]
eggdrop1.6.21/src/botmsg.c:691:7: style: The scope of the variable 'l' can be reduced. [variableScope]
eggdrop1.6.21/src/botmsg.c:715:7: style: The scope of the variable 'l' can be reduced. [variableScope]
eggdrop1.6.21/src/botmsg.c:736:7: style: The scope of the variable 'l' can be reduced. [variableScope]
eggdrop1.6.21/src/botmsg.c:762:12: style: The scope of the variable 'botf' can be reduced. [variableScope]
eggdrop1.6.21/src/botnet.c:1004:57: style: Redundant condition: If '!EXPR', the comparison 'EXPR <= 0' is always true. [redundantCondition]
eggdrop1.6.21/src/botnet.c:1136:54: style: Redundant condition: If '!EXPR', the comparison 'EXPR <= 0' is always true. [redundantCondition]
eggdrop1.6.21/src/botnet.c:1430:31: warning: Logical disjunction always evaluates to true: EXPR >= 251 || EXPR <= 254. [incorrectLogicOperator]
eggdrop1.6.21/src/botnet.c:301:3: style: Variable 'who' is reassigned a value before the old one has been used. [redundantAssignment]
eggdrop1.6.21/src/botnet.c:296:0: note: Variable 'who' is reassigned a value before the old one has been used.
eggdrop1.6.21/src/botnet.c:301:3: note: Variable 'who' is reassigned a value before the old one has been used.
eggdrop1.6.21/src/botnet.c:583:40: style: The scope of the variable 'cnt' can be reduced. [variableScope]
eggdrop1.6.21/src/botnet.c:735:16: style: The scope of the variable 'i' can be reduced. [variableScope]
eggdrop1.6.21/src/botnet.c:873:8: style: The scope of the variable 's' can be reduced. [variableScope]
eggdrop1.6.21/src/botnet.c:1416:7: style: The scope of the variable 'mark' can be reduced. [variableScope]
eggdrop1.6.21/src/chanprog.c:405:13: style: The scope of the variable 'q' can be reduced. [variableScope]
eggdrop1.6.21/src/chanprog.c:405:16: style: The scope of the variable 's' can be reduced. [variableScope]
eggdrop1.6.21/src/chanprog.c:406:19: style: The scope of the variable 'u' can be reduced. [variableScope]
eggdrop1.6.21/src/chanprog.c:634:32: style: The scope of the variable 'old' can be reduced. [variableScope]
eggdrop1.6.21/src/chanprog.c:649:27: style: The scope of the variable 'x' can be reduced. [variableScope]
eggdrop1.6.21/src/cmds.c:355:7: style: The scope of the variable 'i' can be reduced. [variableScope]
eggdrop1.6.21/src/cmds.c:482:7: style: The scope of the variable 'i' can be reduced. [variableScope]
eggdrop1.6.21/src/cmds.c:528:13: style: The scope of the variable 's1' can be reduced. [variableScope]
eggdrop1.6.21/src/cmds.c:648:15: style: The scope of the variable 's' can be reduced. [variableScope]
eggdrop1.6.21/src/cmds.c:649:17: style: The scope of the variable 'i' can be reduced. [variableScope]
eggdrop1.6.21/src/cmds.c:649:20: style: The scope of the variable 'ok' can be reduced. [variableScope]
eggdrop1.6.21/src/cmds.c:749:25: style: The scope of the variable 'p' can be reduced. [variableScope]
eggdrop1.6.21/src/cmds.c:904:9: style: The scope of the variable 'handle' can be reduced. [variableScope]
eggdrop1.6.21/src/cmds.c:904:18: style: The scope of the variable 'new' can be reduced. [variableScope]
eggdrop1.6.21/src/cmds.c:905:31: style: The scope of the variable 'l' can be reduced. [variableScope]
eggdrop1.6.21/src/cmds.c:947:25: style: The scope of the variable 'p' can be reduced. [variableScope]
eggdrop1.6.21/src/cmds.c:1131:7: style: The scope of the variable 'i' can be reduced. [variableScope]
eggdrop1.6.21/src/cmds.c:1750:7: style: The scope of the variable 'newchan' can be reduced. [variableScope]
eggdrop1.6.21/src/cmds.c:1750:16: style: The scope of the variable 'oldchan' can be reduced. [variableScope]
eggdrop1.6.21/src/cmds.c:1972:17: style: The scope of the variable 'i' can be reduced. [variableScope]
eggdrop1.6.21/src/cmds.c:1972:29: style: The scope of the variable 'ok' can be reduced. [variableScope]
eggdrop1.6.21/src/cmds.c:2269:15: style: The scope of the variable 'p' can be reduced. [variableScope]
eggdrop1.6.21/src/cmds.c:2291:9: style: The scope of the variable 'p' can be reduced. [variableScope]
eggdrop1.6.21/src/cmds.c:2432:7: style: The scope of the variable 'idx2' can be reduced. [variableScope]
eggdrop1.6.21/src/cmds.c:2631:7: style: The scope of the variable 'ptr' can be reduced. [variableScope]
eggdrop1.6.21/src/cmds.c:2632:9: style: The scope of the variable 'bot' can be reduced. [variableScope]
eggdrop1.6.21/src/cmds.c:167:45: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
eggdrop1.6.21/src/cmds.c:168:44: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
eggdrop1.6.21/src/cmds.c:173:58: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
eggdrop1.6.21/src/cmds.c:174:44: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
eggdrop1.6.21/src/cmds.c:228:56: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
eggdrop1.6.21/src/cmds.c:233:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
eggdrop1.6.21/src/cmds.c:1868:73: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
eggdrop1.6.21/src/compat/gnu_strftime.c:1006:13: style: Condition '0<-1%10' is always false [knownConditionTrueFalse]
eggdrop1.6.21/src/compat/gnu_strftime.c:728:38: error: Invalid strftime() argument nr 2. The value is -1 but the valid values are '0:'. [invalidFunctionArg]
eggdrop1.6.21/src/compat/gnu_strftime.c:728:32: error: Null pointer dereference [nullPointer]
eggdrop1.6.21/src/compat/snprintf.c:709:69: style: Function 'egg_vsnprintf' argument 4 names different: declaration 'ap' definition 'args'. [funcArgNamesDifferent]
eggdrop1.6.21/src/compat/snprintf.h:45:69: note: Function 'egg_vsnprintf' argument 4 names different: declaration 'ap' definition 'args'.
eggdrop1.6.21/src/compat/snprintf.c:709:69: note: Function 'egg_vsnprintf' argument 4 names different: declaration 'ap' definition 'args'.
eggdrop1.6.21/src/dcc.c:1254:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
eggdrop1.6.21/src/dcc.c:186:7: style: The scope of the variable 'l' can be reduced. [variableScope]
eggdrop1.6.21/src/dcc.c:252:8: style: The scope of the variable 's' can be reduced. [variableScope]
eggdrop1.6.21/src/dcc.c:252:15: style: The scope of the variable 's1' can be reduced. [variableScope]
eggdrop1.6.21/src/dcc.c:284:8: style: The scope of the variable 'x' can be reduced. [variableScope]
eggdrop1.6.21/src/dcc.c:286:7: style: The scope of the variable 'users' can be reduced. [variableScope]
eggdrop1.6.21/src/dcc.c:286:14: style: The scope of the variable 'bots' can be reduced. [variableScope]
eggdrop1.6.21/src/dcc.c:903:7: style: The scope of the variable 'nathan' can be reduced. [variableScope]
eggdrop1.6.21/src/dcc.c:903:19: style: The scope of the variable 'doron' can be reduced. [variableScope]
eggdrop1.6.21/src/dcc.c:903:30: style: The scope of the variable 'fixed' can be reduced. [variableScope]
eggdrop1.6.21/src/dcc.c:904:9: style: The scope of the variable 'v' can be reduced. [variableScope]
eggdrop1.6.21/src/dcc.c:904:13: style: The scope of the variable 'd' can be reduced. [variableScope]
eggdrop1.6.21/src/dcc.c:1128:7: style: The scope of the variable 'j' can be reduced. [variableScope]
eggdrop1.6.21/src/dcc.c:1289:8: style: The scope of the variable 'x' can be reduced. [variableScope]
eggdrop1.6.21/src/dcc.c:1990:3: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
eggdrop1.6.21/src/dcc.c:486:42: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
eggdrop1.6.21/src/dcc.c:487:41: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
eggdrop1.6.21/src/dcc.c:488:42: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
eggdrop1.6.21/src/dcc.c:489:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
eggdrop1.6.21/src/dcc.c:490:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
eggdrop1.6.21/src/dcc.c:491:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
eggdrop1.6.21/src/dcc.c:492:42: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
eggdrop1.6.21/src/dcc.c:493:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
eggdrop1.6.21/src/dcc.c:494:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
eggdrop1.6.21/src/dcc.c:495:46: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
eggdrop1.6.21/src/dcc.c:1063:42: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
eggdrop1.6.21/src/dcc.c:1064:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
eggdrop1.6.21/src/dcc.c:1065:44: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
eggdrop1.6.21/src/dcc.c:1066:42: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
eggdrop1.6.21/src/dcc.c:1067:42: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
eggdrop1.6.21/src/dccutil.c:574:5: warning: Either the condition '(dcc[idx].type->flags&1)&&chat' is redundant or there is possible null pointer dereference: chat. [nullPointerRedundantCheck]
eggdrop1.6.21/src/dccutil.c:579:45: note: Assuming that condition '(dcc[idx].type->flags&1)&&chat' is not redundant
eggdrop1.6.21/src/dccutil.c:574:5: note: Null pointer dereference
eggdrop1.6.21/src/dccutil.c:575:9: warning: Either the condition '(dcc[idx].type->flags&1)&&chat' is redundant or there is possible null pointer dereference: chat. [nullPointerRedundantCheck]
eggdrop1.6.21/src/dccutil.c:579:45: note: Assuming that condition '(dcc[idx].type->flags&1)&&chat' is not redundant
eggdrop1.6.21/src/dccutil.c:575:9: note: Null pointer dereference
eggdrop1.6.21/src/dccutil.c:307:7: style: The scope of the variable 'i' can be reduced. [variableScope]
eggdrop1.6.21/src/dccutil.c:307:10: style: The scope of the variable 'ok' can be reduced. [variableScope]
eggdrop1.6.21/src/dccutil.c:389:10: style: The scope of the variable 'j' can be reduced. [variableScope]
eggdrop1.6.21/src/dns.c:492:21: style: The scope of the variable 'in' can be reduced. [variableScope]
eggdrop1.6.21/src/flags.c:619:21: style: The scope of the variable 'ch' can be reduced. [variableScope]
eggdrop1.6.21/src/language.c:238:16: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
eggdrop1.6.21/src/language.c:535:7: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
eggdrop1.6.21/src/language.c:199:9: style: The scope of the variable 'langfile' can be reduced. [variableScope]
eggdrop1.6.21/src/language.c:398:9: style: The scope of the variable 'langfile' can be reduced. [variableScope]
eggdrop1.6.21/src/language.c:528:8: style: The scope of the variable 'ltext2' can be reduced. [variableScope]
eggdrop1.6.21/src/language.c:595:19: style: The scope of the variable 'c' can be reduced. [variableScope]
eggdrop1.6.21/src/language.c:736:7: style: The scope of the variable 'i' can be reduced. [variableScope]
eggdrop1.6.21/src/language.c:737:9: style: The scope of the variable 'deflang' can be reduced. [variableScope]
eggdrop1.6.21/src/language.c:236:32: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
eggdrop1.6.21/src/main.c:937:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
eggdrop1.6.21/src/match.c:423:13: style: The scope of the variable 'q' can be reduced. [variableScope]
eggdrop1.6.21/src/md5/md5c.c:74:14: style: The scope of the variable 'saved_a' can be reduced. [variableScope]
eggdrop1.6.21/src/md5/md5c.c:74:23: style: The scope of the variable 'saved_b' can be reduced. [variableScope]
eggdrop1.6.21/src/md5/md5c.c:74:32: style: The scope of the variable 'saved_c' can be reduced. [variableScope]
eggdrop1.6.21/src/md5/md5c.c:74:41: style: The scope of the variable 'saved_d' can be reduced. [variableScope]
eggdrop1.6.21/src/md5/md5c.c:191:22: style: The scope of the variable 'free' can be reduced. [variableScope]
eggdrop1.6.21/src/mem.c:372:7: warning: Redundant assignment of 'i' to itself. [selfAssignment]
eggdrop1.6.21/src/mem.c:402:7: warning: Redundant assignment of 'i' to itself. [selfAssignment]
eggdrop1.6.21/src/mem.c:360:7: style: The scope of the variable 'i' can be reduced. [variableScope]
eggdrop1.6.21/src/mem.c:397:7: style: The scope of the variable 'i' can be reduced. [variableScope]
eggdrop1.6.21/src/mem.c:372:9: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
eggdrop1.6.21/src/mem.c:402:9: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
eggdrop1.6.21/src/misc.c:649:26: warning: Either the condition 's' is redundant or there is possible null pointer dereference: s. [nullPointerRedundantCheck]
eggdrop1.6.21/src/misc.c:645:7: note: Assuming that condition 's' is not redundant
eggdrop1.6.21/src/misc.c:649:26: note: Null pointer dereference
eggdrop1.6.21/src/misc.c:650:10: warning: Either the condition 's2' is redundant or there is possible null pointer dereference: s2. [nullPointerRedundantCheck]
eggdrop1.6.21/src/misc.c:645:12: note: Assuming that condition 's2' is not redundant
eggdrop1.6.21/src/misc.c:650:10: note: Null pointer dereference
eggdrop1.6.21/src/misc.c:532:3: style: Variable 't' is reassigned a value before the old one has been used. [redundantAssignment]
eggdrop1.6.21/src/misc.c:525:0: note: Variable 't' is reassigned a value before the old one has been used.
eggdrop1.6.21/src/misc.c:532:3: note: Variable 't' is reassigned a value before the old one has been used.
eggdrop1.6.21/src/misc.c:522:41: style: The scope of the variable 's1' can be reduced. [variableScope]
eggdrop1.6.21/src/misc.c:522:65: style: The scope of the variable 's2' can be reduced. [variableScope]
eggdrop1.6.21/src/misc.c:667:7: style: The scope of the variable 'i' can be reduced. [variableScope]
eggdrop1.6.21/src/misc.c:670:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
eggdrop1.6.21/src/misc.c:745:13: style: The scope of the variable 'q' can be reduced. [variableScope]
eggdrop1.6.21/src/misc.c:746:7: style: The scope of the variable 'i' can be reduced. [variableScope]
eggdrop1.6.21/src/misc.c:746:10: style: The scope of the variable 'colwidth' can be reduced. [variableScope]
eggdrop1.6.21/src/misc.c:805:54: style: The scope of the variable 'chr' can be reduced. [variableScope]
eggdrop1.6.21/src/misc.c:806:19: style: The scope of the variable 'towrite' can be reduced. [variableScope]
eggdrop1.6.21/src/misc.c:808:10: style: The scope of the variable 'j' can be reduced. [variableScope]
eggdrop1.6.21/src/misc.c:1066:30: style: The scope of the variable 'p' can be reduced. [variableScope]
eggdrop1.6.21/src/misc.c:1066:34: style: The scope of the variable 'q' can be reduced. [variableScope]
eggdrop1.6.21/src/misc.c:1178:9: style: The scope of the variable 'f' can be reduced. [variableScope]
eggdrop1.6.21/src/misc.c:1214:8: style: The scope of the variable 's' can be reduced. [variableScope]
eggdrop1.6.21/src/misc.c:1242:8: style: The scope of the variable 's' can be reduced. [variableScope]
eggdrop1.6.21/src/misc.c:1396:22: style: Function 'show_banner' argument 1 names different: declaration 'i' definition 'idx'. [funcArgNamesDifferent]
eggdrop1.6.21/src/proto.h:247:22: note: Function 'show_banner' argument 1 names different: declaration 'i' definition 'idx'.
eggdrop1.6.21/src/misc.c:1396:22: note: Function 'show_banner' argument 1 names different: declaration 'i' definition 'idx'.
eggdrop1.6.21/src/misc.c:1093:1: error: Resource leak: f [resourceLeak]
eggdrop1.6.21/src/mod/assoc.mod/assoc.c:72:8: style: The scope of the variable 'x' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/assoc.mod/assoc.c:317:9: style: The scope of the variable 's' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/assoc.mod/assoc.c:317:13: style: The scope of the variable 's1' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/assoc.mod/assoc.c:317:18: style: The scope of the variable 'nick' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/assoc.mod/assoc.c:318:7: style: The scope of the variable 'linking' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/assoc.mod/assoc.c:318:20: style: The scope of the variable 'chan' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/assoc.mod/assoc.c:339:14: style: Variable 's1' is assigned a value that is never used. [unreadVariable]
eggdrop1.6.21/src/mod/blowfish.mod/blowfish.c:164:10: style: The scope of the variable 'lowest' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/blowfish.mod/blowfish.c:460:7: style: The scope of the variable 'i' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/channels.mod/tclchan.c:1528:5: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
eggdrop1.6.21/src/mod/channels.mod/tclchan.c:1532:5: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
eggdrop1.6.21/src/mod/channels.mod/tclchan.c:1536:5: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
eggdrop1.6.21/src/mod/channels.mod/userchan.c:1077:9: warning: %lu in format string (no. 3) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
eggdrop1.6.21/src/mod/channels.mod/userchan.c:1077:9: warning: %lu in format string (no. 5) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
eggdrop1.6.21/src/mod/channels.mod/userchan.c:1077:9: warning: %lu in format string (no. 6) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
eggdrop1.6.21/src/mod/channels.mod/userchan.c:1104:15: warning: %lu in format string (no. 3) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
eggdrop1.6.21/src/mod/channels.mod/userchan.c:1104:15: warning: %lu in format string (no. 5) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
eggdrop1.6.21/src/mod/channels.mod/userchan.c:1104:15: warning: %lu in format string (no. 6) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
eggdrop1.6.21/src/mod/channels.mod/userchan.c:1137:9: warning: %lu in format string (no. 4) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
eggdrop1.6.21/src/mod/channels.mod/userchan.c:1137:9: warning: %lu in format string (no. 6) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
eggdrop1.6.21/src/mod/channels.mod/userchan.c:1137:9: warning: %lu in format string (no. 7) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
eggdrop1.6.21/src/mod/channels.mod/userchan.c:1164:15: warning: %lu in format string (no. 4) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
eggdrop1.6.21/src/mod/channels.mod/userchan.c:1164:15: warning: %lu in format string (no. 6) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
eggdrop1.6.21/src/mod/channels.mod/userchan.c:1164:15: warning: %lu in format string (no. 7) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
eggdrop1.6.21/src/mod/channels.mod/userchan.c:1197:9: warning: %lu in format string (no. 3) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
eggdrop1.6.21/src/mod/channels.mod/userchan.c:1197:9: warning: %lu in format string (no. 5) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
eggdrop1.6.21/src/mod/channels.mod/userchan.c:1197:9: warning: %lu in format string (no. 6) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
eggdrop1.6.21/src/mod/channels.mod/userchan.c:1224:15: warning: %lu in format string (no. 3) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
eggdrop1.6.21/src/mod/channels.mod/userchan.c:1224:15: warning: %lu in format string (no. 5) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
eggdrop1.6.21/src/mod/channels.mod/userchan.c:1224:15: warning: %lu in format string (no. 6) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
eggdrop1.6.21/src/mod/channels.mod/cmdschan.c:34:9: style: The scope of the variable 'chname' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/channels.mod/cmdschan.c:34:18: style: The scope of the variable 'who' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/channels.mod/cmdschan.c:34:23: style: The scope of the variable 's' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/channels.mod/cmdschan.c:34:36: style: The scope of the variable 's1' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/channels.mod/cmdschan.c:34:55: style: The scope of the variable 'p_expire' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/channels.mod/cmdschan.c:35:17: style: The scope of the variable 'expire_time' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/channels.mod/cmdschan.c:35:0: style: The scope of the variable 'expire_foo' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/channels.mod/cmdschan.c:36:7: style: The scope of the variable 'sticky' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/channels.mod/cmdschan.c:38:17: style: The scope of the variable 'me' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/channels.mod/cmdschan.c:169:9: style: The scope of the variable 'chname' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/channels.mod/cmdschan.c:169:18: style: The scope of the variable 'who' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/channels.mod/cmdschan.c:169:23: style: The scope of the variable 's' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/channels.mod/cmdschan.c:169:36: style: The scope of the variable 's1' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/channels.mod/cmdschan.c:169:55: style: The scope of the variable 'p_expire' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/channels.mod/cmdschan.c:170:17: style: The scope of the variable 'expire_time' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/channels.mod/cmdschan.c:170:0: style: The scope of the variable 'expire_foo' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/channels.mod/cmdschan.c:172:17: style: The scope of the variable 'me' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/channels.mod/cmdschan.c:296:9: style: The scope of the variable 'chname' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/channels.mod/cmdschan.c:296:18: style: The scope of the variable 'who' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/channels.mod/cmdschan.c:296:23: style: The scope of the variable 's' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/channels.mod/cmdschan.c:296:36: style: The scope of the variable 's1' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/channels.mod/cmdschan.c:296:55: style: The scope of the variable 'p_expire' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/channels.mod/cmdschan.c:297:17: style: The scope of the variable 'expire_time' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/channels.mod/cmdschan.c:297:0: style: The scope of the variable 'expire_foo' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/channels.mod/cmdschan.c:299:17: style: The scope of the variable 'me' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/channels.mod/cmdschan.c:1084:16: style: The scope of the variable 'chn' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/channels.mod/cmdschan.c:1267:17: style: The scope of the variable 'work' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/channels.mod/cmdschan.c:1269:7: style: The scope of the variable 'ii' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/channels.mod/cmdschan.c:1269:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/channels.mod/cmdschan.c:1457:24: style: The scope of the variable 'answers' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/channels.mod/cmdschan.c:1457:39: style: The scope of the variable 'parcpy' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/channels.mod/cmdschan.c:1458:9: style: The scope of the variable 'list' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/channels.mod/cmdschan.c:1458:19: style: The scope of the variable 'bak' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/channels.mod/cmdschan.c:1460:7: style: The scope of the variable 'all' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/channels.mod/tclchan.c:1126:17: style: The scope of the variable 'me' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/channels.mod/tclchan.c:1519:35: style: The scope of the variable 'p' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/channels.mod/tclchan.c:1520:8: style: The scope of the variable 'tv' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/channels.mod/userchan.c:238:7: style: The scope of the variable 'j' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/channels.mod/userchan.c:239:12: style: The scope of the variable 't' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/channels.mod/userchan.c:294:7: style: The scope of the variable 'j' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/channels.mod/userchan.c:295:12: style: The scope of the variable 't' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/channels.mod/userchan.c:349:7: style: The scope of the variable 'j' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/channels.mod/userchan.c:350:12: style: The scope of the variable 't' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/channels.mod/channels.c:74:7: style: The scope of the variable 'i' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/channels.mod/channels.c:331:13: style: The scope of the variable 'found' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/channels.mod/channels.c:773:7: style: The scope of the variable 'i' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/channels.mod/channels.c:774:13: style: The scope of the variable 's' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/channels.mod/userchan.c:170:62: style: Function 'u_setsticky_mask' argument 2 names different: declaration 'm' definition 'u'. [funcArgNamesDifferent]
eggdrop1.6.21/src/mod/channels.mod/channels.h:78:62: note: Function 'u_setsticky_mask' argument 2 names different: declaration 'm' definition 'u'.
eggdrop1.6.21/src/mod/channels.mod/userchan.c:170:62: note: Function 'u_setsticky_mask' argument 2 names different: declaration 'm' definition 'u'.
eggdrop1.6.21/src/mod/channels.mod/userchan.c:216:44: style: Function 'u_equals_mask' argument 2 names different: declaration 'uhost' definition 'mask'. [funcArgNamesDifferent]
eggdrop1.6.21/src/mod/channels.mod/channels.h:81:44: note: Function 'u_equals_mask' argument 2 names different: declaration 'uhost' definition 'mask'.
eggdrop1.6.21/src/mod/channels.mod/userchan.c:216:44: note: Function 'u_equals_mask' argument 2 names different: declaration 'uhost' definition 'mask'.
eggdrop1.6.21/src/mod/channels.mod/tclchan.c:990:0: error: syntax error [syntaxError]
eggdrop1.6.21/src/mod/compress.mod/compress.c:124:7: style: The scope of the variable 'len' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/compress.mod/compress.c:223:7: style: The scope of the variable 'len' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/compress.mod/compress.c:101:5: error: Resource leak: fin [resourceLeak]
eggdrop1.6.21/src/mod/compress.mod/compress.c:243:5: error: Resource leak: fin [resourceLeak]
eggdrop1.6.21/src/mod/console.mod/console.c:132:10: style: Variable 'ci' is assigned a value that is never used. [unreadVariable]
eggdrop1.6.21/src/mod/ctcp.mod/ctcp.c:147:31: style: The scope of the variable 'i' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/dns.mod/coredns.c:321:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/dns.mod/coredns.c:673:8: style: The scope of the variable 'ttl' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/dns.mod/coredns.c:674:7: style: The scope of the variable 'r' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/dns.mod/coredns.c:674:10: style: The scope of the variable 'usefulanswer' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/dns.mod/dns.c:142:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/dns.mod/dns.c:142:19: style: The scope of the variable 'p' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/dns.mod/dns.c:143:18: style: The scope of the variable 'port' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/dns.mod/dns.c:144:14: style: The scope of the variable 'code' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/filesys.mod/dbcompat.c:233:9: style: The scope of the variable 'fdb_t' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:725:7: warning: Possible null pointer dereference: s2 [nullPointer]
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:722:14: note: Assignment 's2=NULL', assigned value is 0
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:725:7: note: Null pointer dereference
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:1030:15: warning: Possible null pointer dereference: what [nullPointer]
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:1023:27: note: Assignment 'what=NULL', assigned value is 0
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:1030:15: note: Null pointer dereference
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:110:3: style: Variable 'fdbe' is reassigned a value before the old one has been used. [redundantAssignment]
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:102:0: note: Variable 'fdbe' is reassigned a value before the old one has been used.
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:110:3: note: Variable 'fdbe' is reassigned a value before the old one has been used.
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:648:3: style: Variable 'dir' is reassigned a value before the old one has been used. [redundantAssignment]
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:641:0: note: Variable 'dir' is reassigned a value before the old one has been used.
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:648:3: note: Variable 'dir' is reassigned a value before the old one has been used.
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:854:3: style: Variable 'fdbe' is reassigned a value before the old one has been used. [redundantAssignment]
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:850:0: note: Variable 'fdbe' is reassigned a value before the old one has been used.
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:854:3: note: Variable 'fdbe' is reassigned a value before the old one has been used.
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:875:3: style: Variable 'flist' is reassigned a value before the old one has been used. [redundantAssignment]
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:873:0: note: Variable 'flist' is reassigned a value before the old one has been used.
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:875:3: note: Variable 'flist' is reassigned a value before the old one has been used.
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:877:3: style: Variable 'fdbe' is reassigned a value before the old one has been used. [redundantAssignment]
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:872:0: note: Variable 'fdbe' is reassigned a value before the old one has been used.
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:877:3: note: Variable 'fdbe' is reassigned a value before the old one has been used.
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:1030:3: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:1023:0: note: Variable 'p' is reassigned a value before the old one has been used.
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:1030:3: note: Variable 'p' is reassigned a value before the old one has been used.
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:1104:3: style: Variable 'fdbe' is reassigned a value before the old one has been used. [redundantAssignment]
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:1102:0: note: Variable 'fdbe' is reassigned a value before the old one has been used.
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:1104:3: note: Variable 'fdbe' is reassigned a value before the old one has been used.
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:1119:3: style: Variable 'fdbe' is reassigned a value before the old one has been used. [redundantAssignment]
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:1117:0: note: Variable 'fdbe' is reassigned a value before the old one has been used.
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:1119:3: note: Variable 'fdbe' is reassigned a value before the old one has been used.
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:1133:3: style: Variable 'fdbe' is reassigned a value before the old one has been used. [redundantAssignment]
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:1130:0: note: Variable 'fdbe' is reassigned a value before the old one has been used.
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:1133:3: note: Variable 'fdbe' is reassigned a value before the old one has been used.
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:1146:3: style: Variable 'fdb' is reassigned a value before the old one has been used. [redundantAssignment]
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:1144:0: note: Variable 'fdb' is reassigned a value before the old one has been used.
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:1146:3: note: Variable 'fdb' is reassigned a value before the old one has been used.
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:1165:3: style: Variable 'fdb' is reassigned a value before the old one has been used. [redundantAssignment]
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:1163:0: note: Variable 'fdb' is reassigned a value before the old one has been used.
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:1165:3: note: Variable 'fdb' is reassigned a value before the old one has been used.
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:1184:3: style: Variable 'fdb' is reassigned a value before the old one has been used. [redundantAssignment]
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:1182:0: note: Variable 'fdb' is reassigned a value before the old one has been used.
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:1184:3: note: Variable 'fdb' is reassigned a value before the old one has been used.
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:1218:3: style: Variable 'fdbe' is reassigned a value before the old one has been used. [redundantAssignment]
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:1216:0: note: Variable 'fdbe' is reassigned a value before the old one has been used.
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:1218:3: note: Variable 'fdbe' is reassigned a value before the old one has been used.
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:642:8: style: The scope of the variable 'where' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:869:7: style: The scope of the variable 'ok' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:1272:7: style: The scope of the variable 'changed' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:928:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
eggdrop1.6.21/src/mod/filesys.mod/files.c:283:15: warning: Possible null pointer dereference: path [nullPointer]
eggdrop1.6.21/src/mod/filesys.mod/files.c:273:20: note: Assignment 'path=NULL', assigned value is 0
eggdrop1.6.21/src/mod/filesys.mod/files.c:283:15: note: Null pointer dereference
eggdrop1.6.21/src/mod/filesys.mod/files.c:491:16: warning: Possible null pointer dereference: whoto [nullPointer]
eggdrop1.6.21/src/mod/filesys.mod/files.c:479:29: note: Assignment 'whoto=NULL', assigned value is 0
eggdrop1.6.21/src/mod/filesys.mod/files.c:491:16: note: Null pointer dereference
eggdrop1.6.21/src/mod/filesys.mod/files.c:1046:7: warning: Possible null pointer dereference: name [nullPointer]
eggdrop1.6.21/src/mod/filesys.mod/files.c:1043:20: note: Assignment 'name=NULL', assigned value is 0
eggdrop1.6.21/src/mod/filesys.mod/files.c:1046:7: note: Null pointer dereference
eggdrop1.6.21/src/mod/filesys.mod/files.c:125:3: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
eggdrop1.6.21/src/mod/filesys.mod/files.c:122:0: note: Variable 'p' is reassigned a value before the old one has been used.
eggdrop1.6.21/src/mod/filesys.mod/files.c:125:3: note: Variable 'p' is reassigned a value before the old one has been used.
eggdrop1.6.21/src/mod/filesys.mod/files.c:1398:3: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
eggdrop1.6.21/src/mod/filesys.mod/files.c:1394:0: note: Variable 'p' is reassigned a value before the old one has been used.
eggdrop1.6.21/src/mod/filesys.mod/files.c:1398:3: note: Variable 'p' is reassigned a value before the old one has been used.
eggdrop1.6.21/src/mod/filesys.mod/files.c:361:9: style: The scope of the variable 'p' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/filesys.mod/files.c:428:8: style: The scope of the variable 'where' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/filesys.mod/files.c:536:9: style: The scope of the variable 's' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/filesys.mod/files.c:557:8: style: The scope of the variable 'where' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/filesys.mod/files.c:599:8: style: The scope of the variable 'where' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/filesys.mod/files.c:641:8: style: The scope of the variable 'where' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/filesys.mod/files.c:683:8: style: The scope of the variable 'where' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/filesys.mod/files.c:797:8: style: The scope of the variable 'where' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/filesys.mod/files.c:898:8: style: The scope of the variable 'where' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/filesys.mod/files.c:945:24: style: The scope of the variable 'chan' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/filesys.mod/files.c:945:31: style: The scope of the variable 's' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/filesys.mod/files.c:946:9: style: The scope of the variable 'fdb' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/filesys.mod/files.c:1041:9: style: The scope of the variable 'fdb' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/filesys.mod/files.c:1043:9: style: The scope of the variable 's' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/filesys.mod/files.c:1102:31: style: The scope of the variable 'skip_this' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/filesys.mod/files.c:1393:7: style: The scope of the variable 'i' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/filesys.mod/filelist.c:52:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
eggdrop1.6.21/src/mod/filesys.mod/filesys.c:565:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
eggdrop1.6.21/src/mod/filesys.mod/files.c:287:5: error: Converting pointer arithmetic result to bool. The bool is always true unless there is undefined behaviour. [pointerArithBool]
eggdrop1.6.21/src/mod/filesys.mod/files.c:370:7: error: Converting pointer arithmetic result to bool. The bool is always true unless there is undefined behaviour. [pointerArithBool]
eggdrop1.6.21/src/mod/filesys.mod/files.c:741:7: error: Converting pointer arithmetic result to bool. The bool is always true unless there is undefined behaviour. [pointerArithBool]
eggdrop1.6.21/src/mod/filesys.mod/files.c:1137:7: error: Converting pointer arithmetic result to bool. The bool is always true unless there is undefined behaviour. [pointerArithBool]
eggdrop1.6.21/src/mod/filesys.mod/files.c:1402:5: error: Converting pointer arithmetic result to bool. The bool is always true unless there is undefined behaviour. [pointerArithBool]
eggdrop1.6.21/src/mod/filesys.mod/tclfiles.c:474:7: error: Converting pointer arithmetic result to bool. The bool is always true unless there is undefined behaviour. [pointerArithBool]
eggdrop1.6.21/src/mod/filesys.mod/files.c:257:5: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
eggdrop1.6.21/src/mod/filesys.mod/files.c:256:7: note: outer condition: elem
eggdrop1.6.21/src/mod/filesys.mod/files.c:257:5: note: identical inner condition: elem
eggdrop1.6.21/src/mod/filesys.mod/files.c:259:5: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
eggdrop1.6.21/src/mod/filesys.mod/files.c:258:7: note: outer condition: work
eggdrop1.6.21/src/mod/filesys.mod/files.c:259:5: note: identical inner condition: work
eggdrop1.6.21/src/mod/filesys.mod/files.c:874:11: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
eggdrop1.6.21/src/mod/filesys.mod/files.c:873:24: note: outer condition: fdbe->desc
eggdrop1.6.21/src/mod/filesys.mod/files.c:874:11: note: identical inner condition: fdbe->desc
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:84:5: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:83:14: note: outer condition: (*fdbe)->filename
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:84:5: note: identical inner condition: (*fdbe)->filename
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:86:5: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:85:14: note: outer condition: (*fdbe)->desc
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:86:5: note: identical inner condition: (*fdbe)->desc
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:88:5: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:87:14: note: outer condition: (*fdbe)->sharelink
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:88:5: note: identical inner condition: (*fdbe)->sharelink
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:90:5: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:89:14: note: outer condition: (*fdbe)->chan
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:90:5: note: identical inner condition: (*fdbe)->chan
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:92:5: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:91:14: note: outer condition: (*fdbe)->uploader
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:92:5: note: identical inner condition: (*fdbe)->uploader
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:94:5: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:93:14: note: outer condition: (*fdbe)->flags_req
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:94:5: note: identical inner condition: (*fdbe)->flags_req
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:683:5: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:682:7: note: outer condition: name
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:683:5: note: identical inner condition: name
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:936:11: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:935:13: note: outer condition: s2
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:936:11: note: identical inner condition: s2
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:970:11: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:969:13: note: outer condition: s3
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:970:11: note: identical inner condition: s3
eggdrop1.6.21/src/mod/filesys.mod/filelist.c:47:7: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
eggdrop1.6.21/src/mod/filesys.mod/filelist.c:46:27: note: outer condition: flist->elements[i].output
eggdrop1.6.21/src/mod/filesys.mod/filelist.c:47:7: note: identical inner condition: flist->elements[i].output
eggdrop1.6.21/src/mod/filesys.mod/filelist.c:51:5: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
eggdrop1.6.21/src/mod/filesys.mod/filelist.c:50:12: note: outer condition: flist->elements
eggdrop1.6.21/src/mod/filesys.mod/filelist.c:51:5: note: identical inner condition: flist->elements
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:951:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
eggdrop1.6.21/src/mod/filesys.mod/files.c:160:8: warning: Possible null pointer dereference: change [nullPointer]
eggdrop1.6.21/src/mod/filesys.mod/files.c:369:7: note: Assignment 's=NULL', assigned value is 0
eggdrop1.6.21/src/mod/filesys.mod/files.c:371:46: note: Calling function 'resolve_dir', 2nd argument 'change' value is 0
eggdrop1.6.21/src/mod/filesys.mod/files.c:160:8: note: Null pointer dereference
eggdrop1.6.21/src/mod/filesys.mod/files.c:162:24: warning: Possible null pointer dereference: change [nullPointer]
eggdrop1.6.21/src/mod/filesys.mod/files.c:369:7: note: Assignment 's=NULL', assigned value is 0
eggdrop1.6.21/src/mod/filesys.mod/files.c:371:46: note: Calling function 'resolve_dir', 2nd argument 'change' value is 0
eggdrop1.6.21/src/mod/filesys.mod/files.c:162:24: note: Null pointer dereference
eggdrop1.6.21/src/mod/filesys.mod/files.c:163:15: warning: Possible null pointer dereference: change [nullPointer]
eggdrop1.6.21/src/mod/filesys.mod/files.c:369:7: note: Assignment 's=NULL', assigned value is 0
eggdrop1.6.21/src/mod/filesys.mod/files.c:371:46: note: Calling function 'resolve_dir', 2nd argument 'change' value is 0
eggdrop1.6.21/src/mod/filesys.mod/files.c:163:15: note: Null pointer dereference
eggdrop1.6.21/src/mod/filesys.mod/files.c:177:10: warning: Possible null pointer dereference: elem [nullPointer]
eggdrop1.6.21/src/mod/filesys.mod/files.c:175:5: note: Assignment 'elem=NULL', assigned value is 0
eggdrop1.6.21/src/mod/filesys.mod/files.c:177:10: note: Null pointer dereference
eggdrop1.6.21/src/mod/filesys.mod/files.c:243:11: warning: Possible null pointer dereference: s [nullPointer]
eggdrop1.6.21/src/mod/filesys.mod/files.c:242:7: note: Assignment 's=NULL', assigned value is 0
eggdrop1.6.21/src/mod/filesys.mod/files.c:243:11: note: Null pointer dereference
eggdrop1.6.21/src/mod/filesys.mod/files.c:283:15: warning: Possible null pointer dereference: path [nullPointer]
eggdrop1.6.21/src/mod/filesys.mod/files.c:282:3: note: Assignment 'path=NULL', assigned value is 0
eggdrop1.6.21/src/mod/filesys.mod/files.c:283:15: note: Null pointer dereference
eggdrop1.6.21/src/mod/filesys.mod/files.c:491:16: warning: Possible null pointer dereference: whoto [nullPointer]
eggdrop1.6.21/src/mod/filesys.mod/files.c:490:11: note: Assignment 'whoto=NULL', assigned value is 0
eggdrop1.6.21/src/mod/filesys.mod/files.c:491:16: note: Null pointer dereference
eggdrop1.6.21/src/mod/filesys.mod/files.c:493:30: warning: Possible null pointer dereference: whoto [nullPointer]
eggdrop1.6.21/src/mod/filesys.mod/files.c:492:13: note: Assignment 'whoto=NULL', assigned value is 0
eggdrop1.6.21/src/mod/filesys.mod/files.c:493:30: note: Null pointer dereference
eggdrop1.6.21/src/mod/filesys.mod/files.c:1046:7: warning: Possible null pointer dereference: name [nullPointer]
eggdrop1.6.21/src/mod/filesys.mod/files.c:1045:3: note: Assignment 'name=NULL', assigned value is 0
eggdrop1.6.21/src/mod/filesys.mod/files.c:1046:7: note: Null pointer dereference
eggdrop1.6.21/src/mod/filesys.mod/files.c:1463:26: warning: Possible null pointer dereference: whoto [nullPointer]
eggdrop1.6.21/src/mod/filesys.mod/files.c:1459:9: note: Assignment 'whoto=NULL', assigned value is 0
eggdrop1.6.21/src/mod/filesys.mod/files.c:1463:26: note: Null pointer dereference
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:656:9: warning: Possible null pointer dereference: name [nullPointer]
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:655:5: note: Assignment 'name=NULL', assigned value is 0
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:656:9: note: Null pointer dereference
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:725:7: warning: Possible null pointer dereference: s2 [nullPointer]
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:724:3: note: Assignment 's2=NULL', assigned value is 0
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:725:7: note: Null pointer dereference
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:745:43: warning: Possible null pointer dereference: path [nullPointer]
eggdrop1.6.21/src/mod/filesys.mod/files.c:286:5: note: Assignment 'destdir=NULL', assigned value is 0
eggdrop1.6.21/src/mod/filesys.mod/files.c:293:21: note: Calling function 'filedb_open', 1st argument 'path' value is 0
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:745:43: note: Null pointer dereference
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:1030:15: warning: Possible null pointer dereference: what [nullPointer]
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:1029:3: note: Assignment 'what=NULL', assigned value is 0
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:1030:15: note: Null pointer dereference
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:1073:44: warning: Possible null pointer dereference: dir [nullPointer]
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:1033:5: note: Assignment 'dir=NULL', assigned value is 0
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:1073:44: note: Null pointer dereference
eggdrop1.6.21/src/mod/filesys.mod/tclfiles.c:450:15: warning: Possible null pointer dereference: fn [nullPointer]
eggdrop1.6.21/src/mod/filesys.mod/tclfiles.c:449:3: note: Assignment 'fn=NULL', assigned value is 0
eggdrop1.6.21/src/mod/filesys.mod/tclfiles.c:450:15: note: Null pointer dereference
eggdrop1.6.21/src/mod/filesys.mod/tclfiles.c:442:27: style: The scope of the variable 'skip_this' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/filesys.mod/tclfiles.c:445:8: style: The scope of the variable 'where' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/filesys.mod/filesys.c:285:9: style: The scope of the variable 'fr' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/filesys.mod/filesys.c:285:22: style: The scope of the variable 'kr' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/filesys.mod/filesys.c:752:33: style: The scope of the variable 'j' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/filesys.mod/dbcompat.c:38:36: style: Function 'convert_old_files' argument 1 names different: declaration 'npath' definition 'path'. [funcArgNamesDifferent]
eggdrop1.6.21/src/mod/filesys.mod/dbcompat.h:87:36: note: Function 'convert_old_files' argument 1 names different: declaration 'npath' definition 'path'.
eggdrop1.6.21/src/mod/filesys.mod/dbcompat.c:38:36: note: Function 'convert_old_files' argument 1 names different: declaration 'npath' definition 'path'.
eggdrop1.6.21/src/mod/filesys.mod/dbcompat.c:38:48: style: Function 'convert_old_files' argument 2 names different: declaration 's' definition 'newfiledb'. [funcArgNamesDifferent]
eggdrop1.6.21/src/mod/filesys.mod/dbcompat.h:87:49: note: Function 'convert_old_files' argument 2 names different: declaration 's' definition 'newfiledb'.
eggdrop1.6.21/src/mod/filesys.mod/dbcompat.c:38:48: note: Function 'convert_old_files' argument 2 names different: declaration 's' definition 'newfiledb'.
eggdrop1.6.21/src/mod/filesys.mod/dbcompat.c:230:35: style: Function 'convert_old_db' argument 1 names different: declaration 'fdb' definition 'fdb_s'. [funcArgNamesDifferent]
eggdrop1.6.21/src/mod/filesys.mod/dbcompat.h:86:35: note: Function 'convert_old_db' argument 1 names different: declaration 'fdb' definition 'fdb_s'.
eggdrop1.6.21/src/mod/filesys.mod/dbcompat.c:230:35: note: Function 'convert_old_db' argument 1 names different: declaration 'fdb' definition 'fdb_s'.
eggdrop1.6.21/src/mod/filesys.mod/dbcompat.c:230:48: style: Function 'convert_old_db' argument 2 names different: declaration 's' definition 'filedb'. [funcArgNamesDifferent]
eggdrop1.6.21/src/mod/filesys.mod/dbcompat.h:86:46: note: Function 'convert_old_db' argument 2 names different: declaration 's' definition 'filedb'.
eggdrop1.6.21/src/mod/filesys.mod/dbcompat.c:230:48: note: Function 'convert_old_db' argument 2 names different: declaration 's' definition 'filedb'.
eggdrop1.6.21/src/mod/filesys.mod/filesys.c:544:39: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
eggdrop1.6.21/src/mod/filesys.mod/filesys.c:545:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
eggdrop1.6.21/src/mod/filesys.mod/filesys.c:546:41: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
eggdrop1.6.21/src/mod/filesys.mod/filesys.c:547:39: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
eggdrop1.6.21/src/mod/filesys.mod/filesys.c:548:39: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
eggdrop1.6.21/src/mod/filesys.mod/files.c:290:5: warning: Conversion of string literal "" to bool always evaluates to true. [incorrectStringBooleanError]
eggdrop1.6.21/src/mod/filesys.mod/files.c:387:7: warning: Conversion of string literal "*" to bool always evaluates to true. [incorrectStringBooleanError]
eggdrop1.6.21/src/mod/filesys.mod/files.c:1148:5: warning: Conversion of string literal "" to bool always evaluates to true. [incorrectStringBooleanError]
eggdrop1.6.21/src/mod/filesys.mod/filedb3.c:1036:5: warning: Conversion of string literal "" to bool always evaluates to true. [incorrectStringBooleanError]
eggdrop1.6.21/src/mod/filesys.mod/tclfiles.c:464:5: warning: Conversion of string literal "/" to bool always evaluates to true. [incorrectStringBooleanError]
eggdrop1.6.21/src/mod/filesys.mod/tclfiles.c:485:5: warning: Conversion of string literal "" to bool always evaluates to true. [incorrectStringBooleanError]
eggdrop1.6.21/src/mod/filesys.mod/files.c:1411:5: error: Uninitialized variable: destdir [uninitvar]
eggdrop1.6.21/src/mod/filesys.mod/tclfiles.c:450:15: warning: Possible null pointer dereference: fn [nullPointer]
eggdrop1.6.21/src/mod/filesys.mod/tclfiles.c:440:18: note: Assignment 'fn=NULL', assigned value is 0
eggdrop1.6.21/src/mod/filesys.mod/tclfiles.c:450:15: note: Null pointer dereference
eggdrop1.6.21/src/mod/irc.mod/chan.c:80:15: style: The scope of the variable 'm' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/chan.c:184:8: style: The scope of the variable 'h' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/chan.c:185:19: style: The scope of the variable 'u' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/chan.c:447:14: style: The scope of the variable 'c' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/chan.c:754:22: style: The scope of the variable 'p' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/chan.c:1081:9: style: The scope of the variable 'nick' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/chan.c:1081:16: style: The scope of the variable 'user' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/chan.c:1081:23: style: The scope of the variable 'host' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/chan.c:1081:39: style: The scope of the variable 'flags' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/chan.c:1102:9: style: The scope of the variable 'nick' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/chan.c:1102:16: style: The scope of the variable 'user' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/chan.c:1102:23: style: The scope of the variable 'host' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/chan.c:1102:30: style: The scope of the variable 'chname' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/chan.c:1102:39: style: The scope of the variable 'flags' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/chan.c:1103:21: style: The scope of the variable 'chan' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/chan.c:1128:18: style: The scope of the variable 'key' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/chan.c:1240:21: style: The scope of the variable 'chan' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/chan.c:1241:9: style: The scope of the variable 'chname' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/chan.c:1286:21: style: The scope of the variable 'chan' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/chan.c:1287:9: style: The scope of the variable 'chname' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/chan.c:1320:21: style: The scope of the variable 'chan' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/chan.c:1556:15: style: The scope of the variable 'm' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/chan.c:1839:31: style: The scope of the variable 'cr' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/chan.c:1855:30: style: The scope of the variable 's' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/chan.c:1966:9: style: The scope of the variable 'nick' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/chan.c:1966:25: style: The scope of the variable 'key' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/chan.c:1968:19: style: The scope of the variable 'u' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/chan.c:2031:16: style: The scope of the variable 'whodid' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/chan.c:2031:33: style: The scope of the variable 's1' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/chan.c:2033:15: style: The scope of the variable 'm' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/chan.c:2035:19: style: The scope of the variable 'u' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/chan.c:2118:16: style: The scope of the variable 'chname' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/chan.c:2120:15: style: The scope of the variable 'm' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/chan.c:2201:16: style: The scope of the variable 'chname' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/chan.c:2201:29: style: The scope of the variable 'alt' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/chan.c:2204:15: style: The scope of the variable 'm' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/chan.c:2287:74: style: The scope of the variable 'p1' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/chan.c:2292:15: style: The scope of the variable 'm' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/chan.c:2447:45: style: The scope of the variable 'p1' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/chan.c:2450:15: style: The scope of the variable 'm' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/cmdsirc.c:74:19: style: The scope of the variable 'u' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/cmdsirc.c:373:19: style: The scope of the variable 'u2' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/cmdsirc.c:439:19: style: The scope of the variable 'u2' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/cmdsirc.c:514:19: style: The scope of the variable 'u2' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/cmdsirc.c:517:8: style: The scope of the variable 's' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/cmdsirc.c:572:19: style: The scope of the variable 'u2' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/cmdsirc.c:575:8: style: The scope of the variable 's' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/cmdsirc.c:727:8: style: The scope of the variable 'handle' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/cmdsirc.c:727:56: style: The scope of the variable 'atrflag' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/cmdsirc.c:727:65: style: The scope of the variable 'chanflag' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/cmdsirc.c:730:7: style: The scope of the variable 'maxnicklen' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/cmdsirc.c:730:19: style: The scope of the variable 'maxhandlen' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/cmdsirc.c:731:8: style: The scope of the variable 'format' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/irc.c:360:3: style: Variable 'mx' is reassigned a value before the old one has been used. [redundantAssignment]
eggdrop1.6.21/src/mod/irc.mod/irc.c:358:0: note: Variable 'mx' is reassigned a value before the old one has been used.
eggdrop1.6.21/src/mod/irc.mod/irc.c:360:3: note: Variable 'mx' is reassigned a value before the old one has been used.
eggdrop1.6.21/src/mod/irc.mod/irc.c:375:3: style: Variable 'mx' is reassigned a value before the old one has been used. [redundantAssignment]
eggdrop1.6.21/src/mod/irc.mod/irc.c:373:0: note: Variable 'mx' is reassigned a value before the old one has been used.
eggdrop1.6.21/src/mod/irc.mod/irc.c:375:3: note: Variable 'mx' is reassigned a value before the old one has been used.
eggdrop1.6.21/src/mod/irc.mod/mode.c:204:10: style: The scope of the variable 'type' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/mode.c:204:23: style: The scope of the variable 'l' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/mode.c:206:15: style: The scope of the variable 'mx' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/mode.c:761:35: style: The scope of the variable 's1' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/mode.c:763:19: style: The scope of the variable 'targ' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/mode.c:893:7: style: The scope of the variable 'match' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/mode.c:1004:9: style: The scope of the variable 'nick' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/mode.c:1004:16: style: The scope of the variable 'ch' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/mode.c:1004:21: style: The scope of the variable 'op' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/mode.c:1004:26: style: The scope of the variable 'chg' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/mode.c:1005:8: style: The scope of the variable 's' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/mode.c:1006:8: style: The scope of the variable 'ms2' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/mode.c:1007:7: style: The scope of the variable 'z' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/mode.c:1008:19: style: The scope of the variable 'u' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/mode.c:1009:15: style: The scope of the variable 'm' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/mode.c:1010:21: style: The scope of the variable 'chan' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/msgcmds.c:28:37: style: The scope of the variable 's1' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/msgcmds.c:29:9: style: The scope of the variable 'p1' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/msgcmds.c:262:17: style: The scope of the variable 'pass' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/msgcmds.c:263:7: style: The scope of the variable 'locked' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/msgcmds.c:361:33: style: The scope of the variable 'info' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/msgcmds.c:444:15: style: The scope of the variable 'm' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/msgcmds.c:536:9: style: The scope of the variable 'p' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/msgcmds.c:649:21: style: The scope of the variable 'chan' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/msgcmds.c:790:34: style: The scope of the variable 'pass' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/msgcmds.c:879:9: style: The scope of the variable 'pass' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/msgcmds.c:905:9: style: The scope of the variable 'pass' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/msgcmds.c:978:9: style: The scope of the variable 'pass' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/msgcmds.c:1078:7: style: The scope of the variable 'port' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/tclirc.c:539:19: style: The scope of the variable 'p' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/irc.c:569:21: style: The scope of the variable 'u' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/irc.mod/mode.c:1175:20: warning: Char literal compared with pointer 'op'. Did you intend to dereference it? [charLiteralWithCharPtrCompare]
eggdrop1.6.21/src/mod/irc.mod/mode.c:1204:18: warning: Char literal compared with pointer 'op'. Did you intend to dereference it? [charLiteralWithCharPtrCompare]
eggdrop1.6.21/src/mod/irc.mod/mode.c:74:16: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
eggdrop1.6.21/src/mod/notes.mod/notes.c:475:7: style: The scope of the variable 'i' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/notes.mod/notes.c:729:9: style: The scope of the variable 'pwd' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/notes.mod/notes.c:892:7: style: The scope of the variable 'i' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/notes.mod/notes.c:892:15: style: The scope of the variable 'j' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/notes.mod/notes.c:976:17: style: The scope of the variable 'i' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/seen.mod/seen.c:477:5: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
eggdrop1.6.21/src/mod/seen.mod/seen.c:482:5: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
eggdrop1.6.21/src/mod/seen.mod/seen.c:487:5: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
eggdrop1.6.21/src/mod/seen.mod/seen.c:124:8: style: The scope of the variable 'prefix' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/seen.mod/seen.c:567:9: style: The scope of the variable 'p' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/server.mod/cmdsserv.c:29:7: style: The scope of the variable 'i' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/server.mod/cmdsserv.c:30:8: style: The scope of the variable 's' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/server.mod/cmdsserv.c:69:9: style: The scope of the variable 'other' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/server.mod/cmdsserv.c:70:7: style: The scope of the variable 'port' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/server.mod/server.c:381:13: warning: Either the condition '!rest' is redundant or there is possible null pointer dereference: rest. [nullPointerRedundantCheck]
eggdrop1.6.21/src/mod/server.mod/server.c:380:7: note: Assuming that condition '!rest' is not redundant
eggdrop1.6.21/src/mod/server.mod/server.c:381:13: note: Null pointer dereference
eggdrop1.6.21/src/mod/server.mod/servmsg.c:289:7: style: The scope of the variable 'i' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/server.mod/servmsg.c:290:9: style: The scope of the variable 'key' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/server.mod/servmsg.c:349:18: style: The scope of the variable 'key' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/server.mod/servmsg.c:398:23: style: The scope of the variable 'h' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/server.mod/servmsg.c:490:13: style: The scope of the variable 'p1' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/server.mod/servmsg.c:636:39: style: The scope of the variable 'p1' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/server.mod/servmsg.c:759:9: style: The scope of the variable 'nick' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/server.mod/servmsg.c:778:9: style: The scope of the variable 'alt' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/server.mod/servmsg.c:834:7: style: The scope of the variable 'ison_orig' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/server.mod/servmsg.c:834:22: style: The scope of the variable 'ison_alt' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/server.mod/servmsg.c:889:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/server.mod/servmsg.c:908:21: style: The scope of the variable 'chan' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/server.mod/servmsg.c:1253:7: style: The scope of the variable 'servidx' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/server.mod/servmsg.c:1347:8: style: The scope of the variable 's' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/server.mod/server.c:398:38: style: The scope of the variable 'tosend' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/server.mod/server.c:399:31: style: The scope of the variable 'nextcmd' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/server.mod/server.c:399:46: style: The scope of the variable 'nextto' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/server.mod/server.c:400:22: style: The scope of the variable 'found' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/server.mod/server.c:527:7: style: The scope of the variable 'changed' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/server.mod/server.c:1403:11: style: The scope of the variable 'code' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/server.mod/server.c:1403:17: style: The scope of the variable 'i' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/server.mod/server.c:1404:8: style: The scope of the variable 'x' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/server.mod/server.c:1685:8: style: The scope of the variable 's1' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/server.mod/server.c:312:16: style: Variable 'par3' is assigned a value that is never used. [unreadVariable]
eggdrop1.6.21/src/mod/server.mod/server.c:800:3: warning: The buffer 'buf' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
eggdrop1.6.21/src/mod/share.mod/share.c:1310:41: error: Array 'C_share[40]' accessed at index 9998, which is out of bounds. [arrayIndexOutOfBounds]
eggdrop1.6.21/src/mod/share.mod/uf_features.c:239:15: style: The scope of the variable 'ul' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/uf_features.c:286:15: style: The scope of the variable 'ul' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:196:9: style: The scope of the variable 'host' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:196:16: style: The scope of the variable 'val' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:197:7: style: The scope of the variable 'yn' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:236:9: style: The scope of the variable 'host' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:236:16: style: The scope of the variable 'val' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:237:7: style: The scope of the variable 'yn' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:276:9: style: The scope of the variable 'host' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:276:16: style: The scope of the variable 'val' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:277:7: style: The scope of the variable 'yn' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:314:9: style: The scope of the variable 'hand' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:315:19: style: The scope of the variable 'u' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:332:9: style: The scope of the variable 'hand' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:332:16: style: The scope of the variable 'atr' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:332:21: style: The scope of the variable 's' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:336:7: style: The scope of the variable 'bfl' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:336:12: style: The scope of the variable 'ofl' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:410:9: style: The scope of the variable 'user' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:411:21: style: The scope of the variable 'chan' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:412:19: style: The scope of the variable 'u' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:439:9: style: The scope of the variable 'user' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:440:21: style: The scope of the variable 'chan' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:441:19: style: The scope of the variable 'u' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:466:9: style: The scope of the variable 'nick' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:466:16: style: The scope of the variable 'host' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:466:23: style: The scope of the variable 'pass' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:466:29: style: The scope of the variable 's' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:467:19: style: The scope of the variable 'u' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:535:9: style: The scope of the variable 'hand' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:536:19: style: The scope of the variable 'u' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:551:9: style: The scope of the variable 'hand' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:551:15: style: The scope of the variable 'p' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:552:19: style: The scope of the variable 'u' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:577:9: style: The scope of the variable 'hand' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:578:19: style: The scope of the variable 'u' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:595:9: style: The scope of the variable 'key' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:595:15: style: The scope of the variable 'hand' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:596:19: style: The scope of the variable 'u' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:598:22: style: The scope of the variable 'e' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:646:9: style: The scope of the variable 'hand' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:646:16: style: The scope of the variable 'chan' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:647:21: style: The scope of the variable 'cst' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:648:19: style: The scope of the variable 'u' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:727:9: style: The scope of the variable 'chname' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:728:21: style: The scope of the variable 'chan' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:754:9: style: The scope of the variable 'chname' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:755:21: style: The scope of the variable 'chan' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:781:9: style: The scope of the variable 'chname' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:782:21: style: The scope of the variable 'chan' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:820:10: style: The scope of the variable 'expire_time' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:821:9: style: The scope of the variable 'ban' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:821:15: style: The scope of the variable 'tm' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:821:20: style: The scope of the variable 'from' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:822:7: style: The scope of the variable 'flags' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:848:10: style: The scope of the variable 'expire_time' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:849:7: style: The scope of the variable 'flags' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:850:21: style: The scope of the variable 'chan' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:851:9: style: The scope of the variable 'ban' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:851:15: style: The scope of the variable 'tm' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:851:20: style: The scope of the variable 'chname' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:851:29: style: The scope of the variable 'from' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:889:10: style: The scope of the variable 'expire_time' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:890:9: style: The scope of the variable 'exempt' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:890:18: style: The scope of the variable 'tm' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:890:23: style: The scope of the variable 'from' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:891:7: style: The scope of the variable 'flags' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:919:10: style: The scope of the variable 'expire_time' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:920:7: style: The scope of the variable 'flags' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:921:21: style: The scope of the variable 'chan' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:922:9: style: The scope of the variable 'exempt' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:922:18: style: The scope of the variable 'tm' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:922:23: style: The scope of the variable 'chname' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:922:32: style: The scope of the variable 'from' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:960:10: style: The scope of the variable 'expire_time' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:961:9: style: The scope of the variable 'invite' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:961:18: style: The scope of the variable 'tm' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:961:23: style: The scope of the variable 'from' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:962:7: style: The scope of the variable 'flags' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:990:10: style: The scope of the variable 'expire_time' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:991:7: style: The scope of the variable 'flags' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:992:21: style: The scope of the variable 'chan' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:993:9: style: The scope of the variable 'invite' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:993:18: style: The scope of the variable 'tm' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:993:23: style: The scope of the variable 'chname' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:993:32: style: The scope of the variable 'from' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:1031:10: style: The scope of the variable 'expire_time' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:1032:9: style: The scope of the variable 'ign' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:1032:15: style: The scope of the variable 'from' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:1032:22: style: The scope of the variable 'ts' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:1221:7: style: The scope of the variable 'i' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:1322:7: style: The scope of the variable 'i' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:1322:10: style: The scope of the variable 'l' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:1323:9: style: The scope of the variable 'format' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:1324:8: style: The scope of the variable 's' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:1889:26: style: The scope of the variable 's1' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:1892:21: style: The scope of the variable 'cst' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:1994:7: style: The scope of the variable 'i' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:1994:10: style: The scope of the variable 'j' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/share.mod/share.c:483:58: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
eggdrop1.6.21/src/mod/share.mod/share.c:1328:54: error: va_list 'va' used before va_start() was called. [va_list_usedBeforeStarted]
eggdrop1.6.21/src/mod/share.mod/share.c:1331:21: error: va_list 'va' used before va_start() was called. [va_list_usedBeforeStarted]
eggdrop1.6.21/src/mod/share.mod/share.c:1334:48: error: va_list 'va' used before va_start() was called. [va_list_usedBeforeStarted]
eggdrop1.6.21/src/mod/share.mod/share.c:1349:3: error: va_list 'va' used before va_start() was called. [va_list_usedBeforeStarted]
eggdrop1.6.21/src/mod/share.mod/share.c:1360:54: error: va_list 'va' used before va_start() was called. [va_list_usedBeforeStarted]
eggdrop1.6.21/src/mod/share.mod/share.c:1361:14: error: va_list 'va' used before va_start() was called. [va_list_usedBeforeStarted]
eggdrop1.6.21/src/mod/share.mod/share.c:1362:19: error: va_list 'va' used before va_start() was called. [va_list_usedBeforeStarted]
eggdrop1.6.21/src/mod/share.mod/share.c:1365:46: error: va_list 'va' used before va_start() was called. [va_list_usedBeforeStarted]
eggdrop1.6.21/src/mod/share.mod/share.c:1380:3: error: va_list 'va' used before va_start() was called. [va_list_usedBeforeStarted]
eggdrop1.6.21/src/mod/transfer.mod/transferfstat.c:232:25: style: The scope of the variable 'fs' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/transfer.mod/transferfstat.c:246:34: style: The scope of the variable 'fs' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/transfer.mod/transferfstat.c:263:34: style: The scope of the variable 'fs' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/transfer.mod/transfer.c:241:26: style: The scope of the variable 'actual_size' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/transfer.mod/transfer.c:260:8: style: The scope of the variable 's1' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/transfer.mod/transfer.c:261:9: style: The scope of the variable 's2' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/transfer.mod/transfer.c:298:7: style: The scope of the variable 'ok' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/transfer.mod/transfer.c:298:11: style: The scope of the variable 'j' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/transfer.mod/transfer.c:299:15: style: The scope of the variable 'nfn' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/transfer.mod/transfer.c:299:30: style: The scope of the variable 'hand' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/transfer.mod/transfer.c:451:8: style: The scope of the variable 'xnick' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/transfer.mod/transfer.c:641:17: style: The scope of the variable 'b' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/transfer.mod/transfer.c:893:8: style: The scope of the variable 's1' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/transfer.mod/transfer.c:1024:5: error: Resource leak: f [resourceLeak]
eggdrop1.6.21/src/mod/uptime.mod/uptime.c:100:7: style: The scope of the variable 'delta_seconds' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/uptime.mod/uptime.c:101:9: style: The scope of the variable 'next_update_at' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/uptime.mod/uptime.c:179:12: style: The scope of the variable 'servidx' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/wire.mod/wire.c:617:3: style: Variable 'H_temp' is reassigned a value before the old one has been used. [redundantAssignment]
eggdrop1.6.21/src/mod/wire.mod/wire.c:615:3: note: Variable 'H_temp' is reassigned a value before the old one has been used.
eggdrop1.6.21/src/mod/wire.mod/wire.c:617:3: note: Variable 'H_temp' is reassigned a value before the old one has been used.
eggdrop1.6.21/src/mod/wire.mod/wire.c:106:8: style: The scope of the variable 'wiretmp2' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/wire.mod/wire.c:112:8: style: The scope of the variable 'idle' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/wire.mod/wire.c:553:9: style: The scope of the variable 'enctmp' can be reduced. [variableScope]
eggdrop1.6.21/src/mod/wire.mod/wire.c:617:12: style: Variable 'H_temp' is assigned a value that is never used. [unreadVariable]
eggdrop1.6.21/src/modules.c:607:13: style: The scope of the variable 'f' can be reduced. [variableScope]
eggdrop1.6.21/src/net.c:111:8: style: The scope of the variable 's' can be reduced. [variableScope]
eggdrop1.6.21/src/net.c:391:17: style: The scope of the variable 'x' can be reduced. [variableScope]
eggdrop1.6.21/src/net.c:392:19: style: The scope of the variable 'hp' can be reduced. [variableScope]
eggdrop1.6.21/src/net.c:394:7: style: The scope of the variable 'i' can be reduced. [variableScope]
eggdrop1.6.21/src/net.c:690:12: style: The scope of the variable 'i' can be reduced. [variableScope]
eggdrop1.6.21/src/net.c:691:7: style: The scope of the variable 'grab' can be reduced. [variableScope]
eggdrop1.6.21/src/tcl.c:1106:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
eggdrop1.6.21/src/tcl.c:145:9: style: The scope of the variable 's' can be reduced. [variableScope]
eggdrop1.6.21/src/tcl.c:145:12: style: The scope of the variable 's1' can be reduced. [variableScope]
eggdrop1.6.21/src/tcl.c:179:9: style: The scope of the variable 's' can be reduced. [variableScope]
eggdrop1.6.21/src/tcl.c:179:12: style: The scope of the variable 's1' can be reduced. [variableScope]
eggdrop1.6.21/src/tcl.c:252:9: style: The scope of the variable 's' can be reduced. [variableScope]
eggdrop1.6.21/src/tcl.c:974:7: style: The scope of the variable 'tmp' can be reduced. [variableScope]
eggdrop1.6.21/src/tcl.c:997:12: style: The scope of the variable 'st' can be reduced. [variableScope]
eggdrop1.6.21/src/tcl.c:1013:10: style: The scope of the variable 'tmp' can be reduced. [variableScope]
eggdrop1.6.21/src/tcl.c:1036:12: style: The scope of the variable 'ii' can be reduced. [variableScope]
eggdrop1.6.21/src/tcl.c:1075:16: style: The scope of the variable 'cp' can be reduced. [variableScope]
eggdrop1.6.21/src/tcldcc.c:1096:3: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
eggdrop1.6.21/src/tcldcc.c:1096:3: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
eggdrop1.6.21/src/tcldcc.c:1096:3: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
eggdrop1.6.21/src/tcldcc.c:1096:3: warning: %ld in format string (no. 4) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
eggdrop1.6.21/src/tcldcc.c:1102:3: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
eggdrop1.6.21/src/tcldcc.c:1102:3: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
eggdrop1.6.21/src/tcldcc.c:1102:3: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
eggdrop1.6.21/src/tcldcc.c:1102:3: warning: %ld in format string (no. 4) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
eggdrop1.6.21/src/tcldcc.c:1108:3: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
eggdrop1.6.21/src/tcldcc.c:1108:3: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
eggdrop1.6.21/src/tcldcc.c:1108:3: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
eggdrop1.6.21/src/tcldcc.c:1108:3: warning: %ld in format string (no. 4) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
eggdrop1.6.21/src/tcldcc.c:1114:3: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
eggdrop1.6.21/src/tcldcc.c:1114:3: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
eggdrop1.6.21/src/tcldcc.c:1114:3: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
eggdrop1.6.21/src/tcldcc.c:1114:3: warning: %ld in format string (no. 4) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
eggdrop1.6.21/src/tcldcc.c:1120:3: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
eggdrop1.6.21/src/tcldcc.c:1120:3: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
eggdrop1.6.21/src/tcldcc.c:1120:3: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
eggdrop1.6.21/src/tcldcc.c:1120:3: warning: %ld in format string (no. 4) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
eggdrop1.6.21/src/tcldcc.c:1136:3: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
eggdrop1.6.21/src/tcldcc.c:1136:3: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
eggdrop1.6.21/src/tcldcc.c:1136:3: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
eggdrop1.6.21/src/tcldcc.c:1136:3: warning: %ld in format string (no. 4) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
eggdrop1.6.21/src/tcldcc.c:417:8: style: The scope of the variable 'x' can be reduced. [variableScope]
eggdrop1.6.21/src/tcldcc.c:604:9: style: The scope of the variable 'p' can be reduced. [variableScope]
eggdrop1.6.21/src/tcldcc.c:809:10: style: The scope of the variable 'i' can be reduced. [variableScope]
eggdrop1.6.21/src/tcldcc.c:810:26: style: The scope of the variable 'bot2' can be reduced. [variableScope]
eggdrop1.6.21/src/tcldcc.c:900:10: style: The scope of the variable 'j' can be reduced. [variableScope]
eggdrop1.6.21/src/tcldcc.c:901:15: style: The scope of the variable 'msg' can be reduced. [variableScope]
eggdrop1.6.21/src/tcldcc.c:726:47: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
eggdrop1.6.21/src/tclhash.c:1263:18: style: The scope of the variable 'l' can be reduced. [variableScope]
eggdrop1.6.21/src/tclhash.c:1285:18: style: The scope of the variable 'l' can be reduced. [variableScope]
eggdrop1.6.21/src/tclmisc.c:81:8: style: The scope of the variable 's' can be reduced. [variableScope]
eggdrop1.6.21/src/tclmisc.c:256:17: style: The scope of the variable 'x' can be reduced. [variableScope]
eggdrop1.6.21/src/tclmisc.c:257:8: style: The scope of the variable 's' can be reduced. [variableScope]
eggdrop1.6.21/src/tclmisc.c:275:17: style: The scope of the variable 'x' can be reduced. [variableScope]
eggdrop1.6.21/src/tclmisc.c:276:8: style: The scope of the variable 's' can be reduced. [variableScope]
eggdrop1.6.21/src/tclmisc.c:582:7: style: The scope of the variable 'i' can be reduced. [variableScope]
eggdrop1.6.21/src/tclmisc.c:583:9: style: The scope of the variable 'p' can be reduced. [variableScope]
eggdrop1.6.21/src/tcluser.c:81:7: style: The scope of the variable 'of' can be reduced. [variableScope]
eggdrop1.6.21/src/tcluser.c:81:11: style: The scope of the variable 'ocf' can be reduced. [variableScope]
eggdrop1.6.21/src/tcluser.c:248:15: style: The scope of the variable 'f' can be reduced. [variableScope]
eggdrop1.6.21/src/tcluser.c:412:14: style: The scope of the variable 'i' can be reduced. [variableScope]
eggdrop1.6.21/src/tcluser.c:500:32: style: The scope of the variable 'p' can be reduced. [variableScope]
eggdrop1.6.21/src/tcluser.c:501:8: style: The scope of the variable 'tv' can be reduced. [variableScope]
eggdrop1.6.21/src/tcluser.c:531:22: style: The scope of the variable 'e' can be reduced. [variableScope]
eggdrop1.6.21/src/tcluser.c:377:17: error: Uninitialized struct member: plus.match [uninitStructMember]
eggdrop1.6.21/src/userent.c:317:7: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
eggdrop1.6.21/src/userent.c:334:7: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
eggdrop1.6.21/src/userent.c:385:5: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
eggdrop1.6.21/src/userent.c:520:7: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
eggdrop1.6.21/src/userent.c:520:7: warning: %u in format string (no. 4) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
eggdrop1.6.21/src/userent.c:235:8: style: The scope of the variable 'new' can be reduced. [variableScope]
eggdrop1.6.21/src/userent.c:369:8: style: The scope of the variable 'number' can be reduced. [variableScope]
eggdrop1.6.21/src/userent.c:370:8: style: The scope of the variable 'tv' can be reduced. [variableScope]
eggdrop1.6.21/src/userent.c:431:41: style: The scope of the variable 'li2' can be reduced. [variableScope]
eggdrop1.6.21/src/userent.c:629:40: style: The scope of the variable 'bi2' can be reduced. [variableScope]
eggdrop1.6.21/src/userent.c:736:9: style: The scope of the variable 'key' can be reduced. [variableScope]
eggdrop1.6.21/src/userent.c:833:25: style: The scope of the variable 'x2' can be reduced. [variableScope]
eggdrop1.6.21/src/userent.c:359:10: style: Variable 'li' is assigned a value that is never used. [unreadVariable]
eggdrop1.6.21/src/userrec.c:416:13: warning: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
eggdrop1.6.21/src/userrec.c:449:9: warning: %lu in format string (no. 3) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
eggdrop1.6.21/src/userrec.c:449:9: warning: %lu in format string (no. 5) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
eggdrop1.6.21/src/userrec.c:202:23: style: The scope of the variable 'ret' can be reduced. [variableScope]
eggdrop1.6.21/src/userrec.c:270:7: style: The scope of the variable 'i' can be reduced. [variableScope]
eggdrop1.6.21/src/userrec.c:365:14: style: The scope of the variable 'new' can be reduced. [variableScope]
eggdrop1.6.21/src/userrec.c:392:21: style: The scope of the variable 'cst' can be reduced. [variableScope]
eggdrop1.6.21/src/userrec.c:438:9: style: The scope of the variable 'mask' can be reduced. [variableScope]
eggdrop1.6.21/src/userrec.c:439:8: style: The scope of the variable 'expire' can be reduced. [variableScope]
eggdrop1.6.21/src/userrec.c:439:16: style: The scope of the variable 'added' can be reduced. [variableScope]
eggdrop1.6.21/src/userrec.c:510:26: style: The scope of the variable 'p' can be reduced. [variableScope]
eggdrop1.6.21/src/userrec.c:621:20: style: The scope of the variable 'xk' can be reduced. [variableScope]
eggdrop1.6.21/src/userrec.c:623:8: style: The scope of the variable 'tv' can be reduced. [variableScope]
eggdrop1.6.21/src/userrec.c:707:28: style: The scope of the variable 'z' can be reduced. [variableScope]
eggdrop1.6.21/src/userrec.c:885:28: style: The scope of the variable 'och' can be reduced. [variableScope]
eggdrop1.6.21/src/users.c:84:17: style: The scope of the variable 't' can be reduced. [variableScope]
eggdrop1.6.21/src/users.c:261:16: style: The scope of the variable 'add' can be reduced. [variableScope]
eggdrop1.6.21/src/users.c:261:22: style: The scope of the variable 'last' can be reduced. [variableScope]
eggdrop1.6.21/src/users.c:261:29: style: The scope of the variable 'user' can be reduced. [variableScope]
eggdrop1.6.21/src/users.c:261:36: style: The scope of the variable 'desc' can be reduced. [variableScope]
eggdrop1.6.21/src/users.c:262:7: style: The scope of the variable 'flags' can be reduced. [variableScope]
eggdrop1.6.21/src/users.c:315:16: style: The scope of the variable 'add' can be reduced. [variableScope]
eggdrop1.6.21/src/users.c:315:22: style: The scope of the variable 'last' can be reduced. [variableScope]
eggdrop1.6.21/src/users.c:315:29: style: The scope of the variable 'user' can be reduced. [variableScope]
eggdrop1.6.21/src/users.c:315:36: style: The scope of the variable 'desc' can be reduced. [variableScope]
eggdrop1.6.21/src/users.c:316:7: style: The scope of the variable 'flags' can be reduced. [variableScope]
eggdrop1.6.21/src/users.c:369:16: style: The scope of the variable 'add' can be reduced. [variableScope]
eggdrop1.6.21/src/users.c:369:22: style: The scope of the variable 'last' can be reduced. [variableScope]
eggdrop1.6.21/src/users.c:369:29: style: The scope of the variable 'user' can be reduced. [variableScope]
eggdrop1.6.21/src/users.c:369:36: style: The scope of the variable 'desc' can be reduced. [variableScope]
eggdrop1.6.21/src/users.c:370:7: style: The scope of the variable 'flags' can be reduced. [variableScope]
eggdrop1.6.21/src/users.c:423:16: style: The scope of the variable 'user' can be reduced. [variableScope]
eggdrop1.6.21/src/users.c:423:23: style: The scope of the variable 'added' can be reduced. [variableScope]
eggdrop1.6.21/src/users.c:423:31: style: The scope of the variable 'desc' can be reduced. [variableScope]
eggdrop1.6.21/src/users.c:424:7: style: The scope of the variable 'flags' can be reduced. [variableScope]
eggdrop1.6.21/src/users.c:758:17: style: The scope of the variable 'chname' can be reduced. [variableScope]
eggdrop1.6.21/src/users.c:758:26: style: The scope of the variable 'st' can be reduced. [variableScope]
eggdrop1.6.21/src/users.c:758:31: style: The scope of the variable 'fl' can be reduced. [variableScope]
eggdrop1.6.21/src/dcc.c:453:0: error: Array C_bot[68] accessed at index 9998 which is out of bounds [arrayIndexOutOfBounds]
[17:26]

ftp://ftp.se.debian.org/debian/pool/main/e/eglibc/eglibc_2.13.orig.tar.gz
eglibc-2.13/argp/argp-fmtstream.c:127:10: style: The scope of the variable 'len' can be reduced. [variableScope]
eglibc-2.13/argp/argp-fmtstream.c:60:30: style: Function 'argp_make_fmtstream' argument 1 names different: declaration '__stream' definition 'stream'. [funcArgNamesDifferent]
eglibc-2.13/argp/argp-fmtstream.h:127:52: note: Function 'argp_make_fmtstream' argument 1 names different: declaration '__stream' definition 'stream'.
eglibc-2.13/argp/argp-fmtstream.c:60:30: note: Function 'argp_make_fmtstream' argument 1 names different: declaration '__stream' definition 'stream'.
eglibc-2.13/argp/argp-fmtstream.c:61:17: style: Function 'argp_make_fmtstream' argument 2 names different: declaration '__lmargin' definition 'lmargin'. [funcArgNamesDifferent]
eglibc-2.13/argp/argp-fmtstream.h:128:18: note: Function 'argp_make_fmtstream' argument 2 names different: declaration '__lmargin' definition 'lmargin'.
eglibc-2.13/argp/argp-fmtstream.c:61:17: note: Function 'argp_make_fmtstream' argument 2 names different: declaration '__lmargin' definition 'lmargin'.
eglibc-2.13/argp/argp-fmtstream.c:61:33: style: Function 'argp_make_fmtstream' argument 3 names different: declaration '__rmargin' definition 'rmargin'. [funcArgNamesDifferent]
eglibc-2.13/argp/argp-fmtstream.h:129:18: note: Function 'argp_make_fmtstream' argument 3 names different: declaration '__rmargin' definition 'rmargin'.
eglibc-2.13/argp/argp-fmtstream.c:61:33: note: Function 'argp_make_fmtstream' argument 3 names different: declaration '__rmargin' definition 'rmargin'.
eglibc-2.13/argp/argp-fmtstream.c:61:50: style: Function 'argp_make_fmtstream' argument 4 names different: declaration '__wmargin' definition 'wmargin'. [funcArgNamesDifferent]
eglibc-2.13/argp/argp-fmtstream.h:130:19: note: Function 'argp_make_fmtstream' argument 4 names different: declaration '__wmargin' definition 'wmargin'.
eglibc-2.13/argp/argp-fmtstream.c:61:50: note: Function 'argp_make_fmtstream' argument 4 names different: declaration '__wmargin' definition 'wmargin'.
eglibc-2.13/argp/argp-fmtstream.c:100:41: style: Function 'argp_fmtstream_free' argument 1 names different: declaration '__fs' definition 'fs'. [funcArgNamesDifferent]
eglibc-2.13/argp/argp-fmtstream.h:134:51: note: Function 'argp_fmtstream_free' argument 1 names different: declaration '__fs' definition 'fs'.
eglibc-2.13/argp/argp-fmtstream.c:100:41: note: Function 'argp_fmtstream_free' argument 1 names different: declaration '__fs' definition 'fs'.
eglibc-2.13/argp/argp-fmtstream.c:124:43: style: Function '_argp_fmtstream_update' argument 1 names different: declaration '__fs' definition 'fs'. [funcArgNamesDifferent]
eglibc-2.13/argp/argp-fmtstream.h:185:54: note: Function '_argp_fmtstream_update' argument 1 names different: declaration '__fs' definition 'fs'.
eglibc-2.13/argp/argp-fmtstream.c:124:43: note: Function '_argp_fmtstream_update' argument 1 names different: declaration '__fs' definition 'fs'.
eglibc-2.13/argp/argp-fmtstream.c:364:49: style: Function '_argp_fmtstream_ensure' argument 1 names different: declaration '__fs' definition 'fs'. [funcArgNamesDifferent]
eglibc-2.13/argp/argp-fmtstream.h:187:53: note: Function '_argp_fmtstream_ensure' argument 1 names different: declaration '__fs' definition 'fs'.
eglibc-2.13/argp/argp-fmtstream.c:364:49: note: Function '_argp_fmtstream_ensure' argument 1 names different: declaration '__fs' definition 'fs'.
eglibc-2.13/argp/argp-fmtstream.c:364:60: style: Function '_argp_fmtstream_ensure' argument 2 names different: declaration '__amount' definition 'amount'. [funcArgNamesDifferent]
eglibc-2.13/argp/argp-fmtstream.h:187:66: note: Function '_argp_fmtstream_ensure' argument 2 names different: declaration '__amount' definition 'amount'.
eglibc-2.13/argp/argp-fmtstream.c:364:60: note: Function '_argp_fmtstream_ensure' argument 2 names different: declaration '__amount' definition 'amount'.
eglibc-2.13/argp/argp-fmtstream.c:415:49: style: Function 'argp_fmtstream_printf' argument 1 names different: declaration '__fs' definition 'fs'. [funcArgNamesDifferent]
eglibc-2.13/argp/argp-fmtstream.h:139:56: note: Function 'argp_fmtstream_printf' argument 1 names different: declaration '__fs' definition 'fs'.
eglibc-2.13/argp/argp-fmtstream.c:415:49: note: Function 'argp_fmtstream_printf' argument 1 names different: declaration '__fs' definition 'fs'.
eglibc-2.13/argp/argp-fmtstream.c:415:65: style: Function 'argp_fmtstream_printf' argument 2 names different: declaration '__fmt' definition 'fmt'. [funcArgNamesDifferent]
eglibc-2.13/argp/argp-fmtstream.h:140:25: note: Function 'argp_fmtstream_printf' argument 2 names different: declaration '__fmt' definition 'fmt'.
eglibc-2.13/argp/argp-fmtstream.c:415:65: note: Function 'argp_fmtstream_printf' argument 2 names different: declaration '__fmt' definition 'fmt'.
eglibc-2.13/argp/argp-help.c:785:45: warning: Either the condition 'long1' is redundant or there is possible null pointer dereference: long1. [nullPointerRedundantCheck]
eglibc-2.13/argp/argp-help.c:775:38: note: Assuming that condition 'long1' is not redundant
eglibc-2.13/argp/argp-help.c:785:45: note: Null pointer dereference
eglibc-2.13/argp/argp-help.c:786:45: warning: Either the condition 'long2' is redundant or there is possible null pointer dereference: long2. [nullPointerRedundantCheck]
eglibc-2.13/argp/argp-help.c:775:47: note: Assuming that condition 'long2' is not redundant
eglibc-2.13/argp/argp-help.c:786:45: note: Null pointer dereference
eglibc-2.13/argp/argp-help.c:1264:11: warning: Redundant assignment of 'arg' to itself. [selfAssignment]
eglibc-2.13/argp/argp-help.c:1298:8: warning: Redundant assignment of 'arg' to itself. [selfAssignment]
eglibc-2.13/argp/argp-help.c:434:21: style: The scope of the variable 'entry' can be reduced. [variableScope]
eglibc-2.13/argp/argp-help.c:435:12: style: The scope of the variable 'num_short_options' can be reduced. [variableScope]
eglibc-2.13/argp/argp-help.c:1690:38: style: Function 'argp_help' argument 1 names different: declaration '__argp' definition 'argp'. [funcArgNamesDifferent]
eglibc-2.13/argp/argp.h:479:56: note: Function 'argp_help' argument 1 names different: declaration '__argp' definition 'argp'.
eglibc-2.13/argp/argp-help.c:1690:38: note: Function 'argp_help' argument 1 names different: declaration '__argp' definition 'argp'.
eglibc-2.13/argp/argp-help.c:1690:50: style: Function 'argp_help' argument 2 names different: declaration '__stream' definition 'stream'. [funcArgNamesDifferent]
eglibc-2.13/argp/argp.h:480:27: note: Function 'argp_help' argument 2 names different: declaration '__stream' definition 'stream'.
eglibc-2.13/argp/argp-help.c:1690:50: note: Function 'argp_help' argument 2 names different: declaration '__stream' definition 'stream'.
eglibc-2.13/argp/argp-help.c:1691:14: style: Function 'argp_help' argument 3 names different: declaration '__flags' definition 'flags'. [funcArgNamesDifferent]
eglibc-2.13/argp/argp.h:481:19: note: Function 'argp_help' argument 3 names different: declaration '__flags' definition 'flags'.
eglibc-2.13/argp/argp-help.c:1691:14: note: Function 'argp_help' argument 3 names different: declaration '__flags' definition 'flags'.
eglibc-2.13/argp/argp-help.c:1691:27: style: Function 'argp_help' argument 4 names different: declaration '__name' definition 'name'. [funcArgNamesDifferent]
eglibc-2.13/argp/argp.h:481:45: note: Function 'argp_help' argument 4 names different: declaration '__name' definition 'name'.
eglibc-2.13/argp/argp-help.c:1691:27: note: Function 'argp_help' argument 4 names different: declaration '__name' definition 'name'.
eglibc-2.13/argp/argp-help.c:1728:45: style: Function 'argp_state_help' argument 1 names different: declaration '__state' definition 'state'. [funcArgNamesDifferent]
eglibc-2.13/argp/argp.h:496:68: note: Function 'argp_state_help' argument 1 names different: declaration '__state' definition 'state'.
eglibc-2.13/argp/argp-help.c:1728:45: note: Function 'argp_state_help' argument 1 names different: declaration '__state' definition 'state'.
eglibc-2.13/argp/argp-help.c:1728:58: style: Function 'argp_state_help' argument 2 names different: declaration '__stream' definition 'stream'. [funcArgNamesDifferent]
eglibc-2.13/argp/argp.h:497:26: note: Function 'argp_state_help' argument 2 names different: declaration '__stream' definition 'stream'.
eglibc-2.13/argp/argp-help.c:1728:58: note: Function 'argp_state_help' argument 2 names different: declaration '__stream' definition 'stream'.
eglibc-2.13/argp/argp-help.c:1728:75: style: Function 'argp_state_help' argument 3 names different: declaration '__flags' definition 'flags'. [funcArgNamesDifferent]
eglibc-2.13/argp/argp.h:498:22: note: Function 'argp_state_help' argument 3 names different: declaration '__flags' definition 'flags'.
eglibc-2.13/argp/argp-help.c:1728:75: note: Function 'argp_state_help' argument 3 names different: declaration '__flags' definition 'flags'.
eglibc-2.13/argp/argp-help.c:1755:40: style: Function 'argp_error' argument 1 names different: declaration '__state' definition 'state'. [funcArgNamesDifferent]
eglibc-2.13/argp/argp.h:510:63: note: Function 'argp_error' argument 1 names different: declaration '__state' definition 'state'.
eglibc-2.13/argp/argp-help.c:1755:40: note: Function 'argp_error' argument 1 names different: declaration '__state' definition 'state'.
eglibc-2.13/argp/argp-help.c:1755:59: style: Function 'argp_error' argument 2 names different: declaration '__fmt' definition 'fmt'. [funcArgNamesDifferent]
eglibc-2.13/argp/argp.h:511:29: note: Function 'argp_error' argument 2 names different: declaration '__fmt' definition 'fmt'.
eglibc-2.13/argp/argp-help.c:1755:59: note: Function 'argp_error' argument 2 names different: declaration '__fmt' definition 'fmt'.
eglibc-2.13/argp/argp-help.c:1815:42: style: Function 'argp_failure' argument 1 names different: declaration '__state' definition 'state'. [funcArgNamesDifferent]
eglibc-2.13/argp/argp.h:525:65: note: Function 'argp_failure' argument 1 names different: declaration '__state' definition 'state'.
eglibc-2.13/argp/argp-help.c:1815:42: note: Function 'argp_failure' argument 1 names different: declaration '__state' definition 'state'.
eglibc-2.13/argp/argp-help.c:1815:53: style: Function 'argp_failure' argument 2 names different: declaration '__status' definition 'status'. [funcArgNamesDifferent]
eglibc-2.13/argp/argp.h:526:10: note: Function 'argp_failure' argument 2 names different: declaration '__status' definition 'status'.
eglibc-2.13/argp/argp-help.c:1815:53: note: Function 'argp_failure' argument 2 names different: declaration '__status' definition 'status'.
eglibc-2.13/argp/argp-help.c:1815:65: style: Function 'argp_failure' argument 3 names different: declaration '__errnum' definition 'errnum'. [funcArgNamesDifferent]
eglibc-2.13/argp/argp.h:526:24: note: Function 'argp_failure' argument 3 names different: declaration '__errnum' definition 'errnum'.
eglibc-2.13/argp/argp-help.c:1815:65: note: Function 'argp_failure' argument 3 names different: declaration '__errnum' definition 'errnum'.
eglibc-2.13/argp/argp-help.c:1816:15: style: Function 'argp_failure' argument 4 names different: declaration '__fmt' definition 'fmt'. [funcArgNamesDifferent]
eglibc-2.13/argp/argp.h:527:31: note: Function 'argp_failure' argument 4 names different: declaration '__fmt' definition 'fmt'.
eglibc-2.13/argp/argp-help.c:1816:15: note: Function 'argp_failure' argument 4 names different: declaration '__fmt' definition 'fmt'.
eglibc-2.13/argp/argp-help.c:1675:7: style: Variable 'anything' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/argp/argp-help.c:1862:13: style: Unused variable: buf [unusedVariable]
eglibc-2.13/argp/argp-help.c:1319:33: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/argp/argp-help.c:1590:30: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/argp/argp-parse.c:740:21: style: The scope of the variable 'group' can be reduced. [variableScope]
eglibc-2.13/argp/argp-parse.c:881:34: style: Function 'argp_parse' argument 1 names different: declaration '__argp' definition 'argp'. [funcArgNamesDifferent]
eglibc-2.13/argp/argp.h:410:60: note: Function 'argp_parse' argument 1 names different: declaration '__argp' definition 'argp'.
eglibc-2.13/argp/argp-parse.c:881:34: note: Function 'argp_parse' argument 1 names different: declaration '__argp' definition 'argp'.
eglibc-2.13/argp/argp-parse.c:881:44: style: Function 'argp_parse' argument 2 names different: declaration '__argc' definition 'argc'. [funcArgNamesDifferent]
eglibc-2.13/argp/argp.h:411:11: note: Function 'argp_parse' argument 2 names different: declaration '__argc' definition 'argc'.
eglibc-2.13/argp/argp-parse.c:881:44: note: Function 'argp_parse' argument 2 names different: declaration '__argc' definition 'argc'.
eglibc-2.13/argp/argp-parse.c:881:57: style: Function 'argp_parse' argument 3 names different: declaration '__argv' definition 'argv'. [funcArgNamesDifferent]
eglibc-2.13/argp/argp.h:411:37: note: Function 'argp_parse' argument 3 names different: declaration '__argv' definition 'argv'.
eglibc-2.13/argp/argp-parse.c:881:57: note: Function 'argp_parse' argument 3 names different: declaration '__argv' definition 'argv'.
eglibc-2.13/argp/argp-parse.c:881:72: style: Function 'argp_parse' argument 4 names different: declaration '__flags' definition 'flags'. [funcArgNamesDifferent]
eglibc-2.13/argp/argp.h:412:16: note: Function 'argp_parse' argument 4 names different: declaration '__flags' definition 'flags'.
eglibc-2.13/argp/argp-parse.c:881:72: note: Function 'argp_parse' argument 4 names different: declaration '__flags' definition 'flags'.
eglibc-2.13/argp/argp-parse.c:882:13: style: Function 'argp_parse' argument 5 names different: declaration '__arg_index' definition 'end_index'. [funcArgNamesDifferent]
eglibc-2.13/argp/argp.h:412:41: note: Function 'argp_parse' argument 5 names different: declaration '__arg_index' definition 'end_index'.
eglibc-2.13/argp/argp-parse.c:882:13: note: Function 'argp_parse' argument 5 names different: declaration '__arg_index' definition 'end_index'.
eglibc-2.13/argp/argp-parse.c:882:30: style: Function 'argp_parse' argument 6 names different: declaration '__input' definition 'input'. [funcArgNamesDifferent]
eglibc-2.13/argp/argp.h:413:24: note: Function 'argp_parse' argument 6 names different: declaration '__input' definition 'input'.
eglibc-2.13/argp/argp-parse.c:882:30: note: Function 'argp_parse' argument 6 names different: declaration '__input' definition 'input'.
eglibc-2.13/argp/argp-parse.c:934:34: style: Function '_argp_input' argument 1 names different: declaration '__argp' definition 'argp'. [funcArgNamesDifferent]
eglibc-2.13/argp/argp.h:545:59: note: Function '_argp_input' argument 1 names different: declaration '__argp' definition 'argp'.
eglibc-2.13/argp/argp-parse.c:934:34: note: Function '_argp_input' argument 1 names different: declaration '__argp' definition 'argp'.
eglibc-2.13/argp/argp-parse.c:934:65: style: Function '_argp_input' argument 2 names different: declaration '__state' definition 'state'. [funcArgNamesDifferent]
eglibc-2.13/argp/argp.h:546:44: note: Function '_argp_input' argument 2 names different: declaration '__state' definition 'state'.
eglibc-2.13/argp/argp-parse.c:934:65: note: Function '_argp_input' argument 2 names different: declaration '__state' definition 'state'.
eglibc-2.13/argp/argp-parse.c:509:42: portability: 'parser->storage' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/argp/argp-parse.c:510:39: portability: 'parser->storage' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/argp/argp-parse.c:510:46: portability: 'parser->storage+(szs.num_groups+1)*sizeof(struct group)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/argp/argp-parse.c:511:40: portability: 'parser->storage' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/argp/argp-parse.c:511:47: portability: 'parser->storage+(szs.num_groups+1)*sizeof(struct group)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/argp/argp-parse.c:511:54: portability: 'parser->storage+(szs.num_groups+1)*sizeof(struct group)+(szs.num_child_inputs*sizeof(void*))' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/argp/argp-parse.c:894:34: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/argp/argp-parse.c:895:31: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/argp/argp-parse.c:356:6: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
eglibc-2.13/test-skeleton.c:270:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
eglibc-2.13/test-skeleton.c:271:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
eglibc-2.13/assert/test-assert.c:34:3: style: Same expression on both sides of '=='. [duplicateExpression]
eglibc-2.13/catgets/gencat.c:473:15: style: The scope of the variable 'set_number' can be reduced. [variableScope]
eglibc-2.13/catgets/gencat.c:861:20: style: The scope of the variable 'act_depth' can be reduced. [variableScope]
eglibc-2.13/catgets/gencat.c:855:28: style: Function 'write_out' argument 1 names different: declaration 'result' definition 'catalog'. [funcArgNamesDifferent]
eglibc-2.13/catgets/gencat.c:150:40: note: Function 'write_out' argument 1 names different: declaration 'result' definition 'catalog'.
eglibc-2.13/catgets/gencat.c:855:28: note: Function 'write_out' argument 1 names different: declaration 'result' definition 'catalog'.
eglibc-2.13/catgets/gencat.c:1312:30: style: Function 'open_conversion' argument 1 names different: declaration 'codesetp' definition 'codeset'. [funcArgNamesDifferent]
eglibc-2.13/catgets/gencat.c:157:41: note: Function 'open_conversion' argument 1 names different: declaration 'codesetp' definition 'codeset'.
eglibc-2.13/catgets/gencat.c:1312:30: note: Function 'open_conversion' argument 1 names different: declaration 'codesetp' definition 'codeset'.
eglibc-2.13/catgets/gencat.c:944:18: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/catgets/gencat.c:947:20: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/catgets/tst-catgets.c:48:8: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/crypt/cert.c:93:3: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
eglibc-2.13/crypt/cert.c:43:6: style: The scope of the variable 'fail' can be reduced. [variableScope]
eglibc-2.13/crypt/cert.c:105:10: style: The scope of the variable 't' can be reduced. [variableScope]
eglibc-2.13/crypt/crypt-entry.c:88:18: style: Function '__crypt_r' argument 1 names different: declaration '__key' definition 'key'. [funcArgNamesDifferent]
eglibc-2.13/crypt/crypt-private.h:56:39: note: Function '__crypt_r' argument 1 names different: declaration '__key' definition 'key'.
eglibc-2.13/crypt/crypt-entry.c:88:18: note: Function '__crypt_r' argument 1 names different: declaration '__key' definition 'key'.
eglibc-2.13/crypt/crypt-entry.c:89:18: style: Function '__crypt_r' argument 2 names different: declaration '__salt' definition 'salt'. [funcArgNamesDifferent]
eglibc-2.13/crypt/crypt-private.h:56:60: note: Function '__crypt_r' argument 2 names different: declaration '__salt' definition 'salt'.
eglibc-2.13/crypt/crypt-entry.c:89:18: note: Function '__crypt_r' argument 2 names different: declaration '__salt' definition 'salt'.
eglibc-2.13/crypt/crypt-entry.c:90:26: style: Function '__crypt_r' argument 3 names different: declaration '__data' definition 'data'. [funcArgNamesDifferent]
eglibc-2.13/crypt/crypt-private.h:57:29: note: Function '__crypt_r' argument 3 names different: declaration '__data' definition 'data'.
eglibc-2.13/crypt/crypt-entry.c:90:26: note: Function '__crypt_r' argument 3 names different: declaration '__data' definition 'data'.
eglibc-2.13/crypt/crypt.c:91:20: style: The scope of the variable 'k' can be reduced. [variableScope]
eglibc-2.13/crypt/crypt_util.c:348:7: style: The scope of the variable 'comes_from_bit' can be reduced. [variableScope]
eglibc-2.13/crypt/crypt_util.c:349:7: style: The scope of the variable 'bit' can be reduced. [variableScope]
eglibc-2.13/crypt/crypt_util.c:350:12: style: The scope of the variable 'j' can be reduced. [variableScope]
eglibc-2.13/crypt/crypt_util.c:351:19: style: The scope of the variable 'mask2' can be reduced. [variableScope]
eglibc-2.13/crypt/crypt_util.c:500:9: style: The scope of the variable 's1' can be reduced. [variableScope]
eglibc-2.13/crypt/crypt_util.c:581:10: style: The scope of the variable 'x' can be reduced. [variableScope]
eglibc-2.13/crypt/crypt_util.c:654:10: style: The scope of the variable 'v' can be reduced. [variableScope]
eglibc-2.13/crypt/md5-crypt.c:123:28: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/crypt/md5-crypt.c:133:28: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/crypt/sha256-crypt.c:152:28: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/crypt/sha256-crypt.c:162:28: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/crypt/sha256-crypt.c:237:18: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/crypt/sha256-crypt.c:253:18: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/crypt/sha512-crypt.c:152:28: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/crypt/sha512-crypt.c:162:28: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/crypt/sha512-crypt.c:237:18: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/crypt/sha512-crypt.c:253:18: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/crypt/ufc.c:44:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
eglibc-2.13/csu/libc-tls.c:159:0: error: #error "Either TLS_TCB_AT_TP or TLS_DTV_AT_TP must be defined" [preprocessorErrorDirective]
eglibc-2.13/debug/backtracesyms.c:35:7: style: The scope of the variable 'cnt' can be reduced. [variableScope]
eglibc-2.13/debug/segfault.c:76:11: style: Unused variable: cnt [unusedVariable]
eglibc-2.13/debug/segfault.c:76:16: style: Unused variable: i [unusedVariable]
eglibc-2.13/debug/segfault.c:79:13: style: Unused variable: pc [unusedVariable]
eglibc-2.13/debug/test-strcpy_chk.c:85:4: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/debug/test-strcpy_chk.c:85:4: portability: %zd in format string (no. 3) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/debug/test-strcpy_chk.c:126:7: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/debug/test-strcpy_chk.c:152:5: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/debug/test-strcpy_chk.c:152:5: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/debug/test-strcpy_chk.c:152:5: portability: %zd in format string (no. 3) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/debug/test-strcpy_chk.c:239:9: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/debug/test-strcpy_chk.c:251:8: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/debug/test-strcpy_chk.c:251:8: portability: %zd in format string (no. 3) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/debug/test-strcpy_chk.c:251:8: portability: %zd in format string (no. 4) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/debug/test-strcpy_chk.c:251:8: portability: %zd in format string (no. 5) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/debug/test-strcpy_chk.c:261:5: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/debug/test-strcpy_chk.c:261:5: portability: %zd in format string (no. 3) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/debug/test-strcpy_chk.c:261:5: portability: %zd in format string (no. 4) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/debug/test-strcpy_chk.c:261:5: portability: %zd in format string (no. 5) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/debug/test-strcpy_chk.c:272:5: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/debug/test-strcpy_chk.c:272:5: portability: %zd in format string (no. 3) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/debug/test-strcpy_chk.c:272:5: portability: %zd in format string (no. 4) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/debug/test-strcpy_chk.c:272:5: portability: %zd in format string (no. 5) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/debug/test-strcpy_chk.c:281:8: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/debug/test-strcpy_chk.c:281:8: portability: %zd in format string (no. 3) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/debug/test-strcpy_chk.c:281:8: portability: %zd in format string (no. 4) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/debug/test-strcpy_chk.c:281:8: portability: %zd in format string (no. 5) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/debug/test-strcpy_chk.c:164:13: style: The scope of the variable 'j' can be reduced. [variableScope]
eglibc-2.13/debug/test-strcpy_chk.c:164:19: style: The scope of the variable 'align1' can be reduced. [variableScope]
eglibc-2.13/debug/test-strcpy_chk.c:164:35: style: The scope of the variable 'len' can be reduced. [variableScope]
eglibc-2.13/debug/tst-chk1.c:238:55: portability: Undefined behaviour, pointer arithmetic 'a.buf1+10' is out of bounds. [pointerOutOfBounds]
eglibc-2.13/debug/tst-chk1.c:970:3: warning: printf: referencing parameter 3 while 1 arguments given [wrongPrintfScanfParameterPositionError]
eglibc-2.13/debug/tst-chk1.c:970:3: warning: printf format string requires 1 parameter but 4 are given. [wrongPrintfScanfArgNum]
eglibc-2.13/debug/tst-chk1.c:974:3: warning: fprintf: referencing parameter 3 while 1 arguments given [wrongPrintfScanfParameterPositionError]
eglibc-2.13/debug/tst-chk1.c:974:3: warning: fprintf format string requires 1 parameter but 4 are given. [wrongPrintfScanfArgNum]
eglibc-2.13/debug/tst-chk1.c:978:3: warning: sprintf: referencing parameter 3 while 1 arguments given [wrongPrintfScanfParameterPositionError]
eglibc-2.13/debug/tst-chk1.c:978:3: warning: sprintf format string requires 1 parameter but 4 are given. [wrongPrintfScanfArgNum]
eglibc-2.13/debug/tst-chk1.c:982:3: warning: snprintf: referencing parameter 3 while 1 arguments given [wrongPrintfScanfParameterPositionError]
eglibc-2.13/debug/tst-chk1.c:982:3: warning: snprintf format string requires 1 parameter but 4 are given. [wrongPrintfScanfArgNum]
eglibc-2.13/debug/tst-chk1.c:139:33: style: struct member 'A::buf2' is never used. [unusedStructMember]
eglibc-2.13/debug/tst-chk1.c:140:40: style: struct member 'wA::buf2' is never used. [unusedStructMember]
eglibc-2.13/debug/tst-chk1.c:157:3: warning: The buffer 'buf' is not null-terminated after the call to memcpy(). [bufferNotZeroTerminated]
eglibc-2.13/debug/tst-chk1.c:235:7: error: Buffer is accessed out of bounds: a.buf1 [bufferAccessOutOfBounds]
eglibc-2.13/debug/tst-chk1.c:239:10: error: Buffer is accessed out of bounds: a.buf1 [bufferAccessOutOfBounds]
eglibc-2.13/debug/tst-chk1.c:243:7: error: Buffer is accessed out of bounds: a.buf1 [bufferAccessOutOfBounds]
eglibc-2.13/debug/tst-chk1.c:251:7: error: Buffer is accessed out of bounds: a.buf1 [bufferAccessOutOfBounds]
eglibc-2.13/debug/tst-chk1.c:255:10: error: Buffer is accessed out of bounds: a.buf1 [bufferAccessOutOfBounds]
eglibc-2.13/debug/tst-chk1.c:259:7: error: Buffer is accessed out of bounds: a.buf1 [bufferAccessOutOfBounds]
eglibc-2.13/debug/tst-chk1.c:263:10: error: Buffer is accessed out of bounds: a.buf1 [bufferAccessOutOfBounds]
eglibc-2.13/debug/tst-chk1.c:267:10: error: Buffer is accessed out of bounds: a.buf1 [bufferAccessOutOfBounds]
eglibc-2.13/debug/tst-chk1.c:272:7: error: Buffer is accessed out of bounds: a.buf1 [bufferAccessOutOfBounds]
eglibc-2.13/debug/tst-chk1.c:277:7: error: Buffer is accessed out of bounds: a.buf1 [bufferAccessOutOfBounds]
eglibc-2.13/debug/tst-chk1.c:753:7: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
eglibc-2.13/debug/tst-chk1.c:755:7: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
eglibc-2.13/debug/tst-longjmp_chk.c:74:7: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
eglibc-2.13/debug/tst-longjmp_chk.c:84:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
eglibc-2.13/dlfcn/errmsg1.c:32:64: warning: Either the condition 's!=NULL' is redundant or there is possible null pointer dereference: s. [nullPointerRedundantCheck]
eglibc-2.13/dlfcn/errmsg1.c:33:9: note: Assuming that condition 's!=NULL' is not redundant
eglibc-2.13/dlfcn/errmsg1.c:32:64: note: Null pointer dereference
eglibc-2.13/dlfcn/failtestmod.c:22:7: style: Variable 'm' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/dlfcn/tst-dlinfo.c:63:25: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/elf/cache.c:678:27: style: Checking if unsigned variable 'aux_cache->nlibs' is less than zero. [unsignedLessThanZero]
eglibc-2.13/elf/cache.c:184:57: portability: '(void*)cache' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/elf/check-execstack.c:76:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/elf/check-localplt.c:79:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/elf/check-localplt.c:102:17: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/elf/check-localplt.c:160:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/elf/check-localplt.c:180:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/elf/check-textrel.c:75:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/elf/check-textrel.c:110:17: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/elf/chroot_canon.c:129:20: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/elf/chroot_canon.c:148:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/elf/circleload1.c:72:15: style: The scope of the variable 'errstring' can be reduced. [variableScope]
eglibc-2.13/elf/circleload1.c:23:23: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/elf/dl-cache.c:216:58: portability: '(void*)cache' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/elf/dl-cache.c:261:29: error: Shifting signed 64-bit value by 63 bits is undefined behaviour [shiftTooManyBitsSigned]
eglibc-2.13/elf/dl-close.c:602:0: error: #error "Either TLS_TCB_AT_TP or TLS_DTV_AT_TP must be defined" [preprocessorErrorDirective]
eglibc-2.13/elf/dl-deps.c:103:0: error: Invalid number of character '(' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
eglibc-2.13/elf/dl-error.c:213:3: style: Variable 'receiver' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
eglibc-2.13/elf/dl-error.c:208:3: note: Variable 'receiver' is reassigned a value before the old one has been used if variable is no semaphore variable.
eglibc-2.13/elf/dl-error.c:213:3: note: Variable 'receiver' is reassigned a value before the old one has been used if variable is no semaphore variable.
eglibc-2.13/elf/dl-error.c:188:14: error: Uninitialized struct member: c.objname [uninitStructMember]
eglibc-2.13/elf/dl-error.c:190:16: error: Uninitialized struct member: c.malloced [uninitStructMember]
eglibc-2.13/elf/dl-fini.c:169:36: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/elf/dl-fptr.c:38:0: error: #error "ELF_MACHINE_LOAD_ADDRESS is not defined." [preprocessorErrorDirective]
eglibc-2.13/elf/dl-libc.c:50:31: style: Same expression on both sides of '!=' because the value of 'last_errstring' and 'NULL' are the same. [duplicateExpression]
eglibc-2.13/elf/dl-libc.c:44:32: note: 'last_errstring' is assigned value 'NULL' here.
eglibc-2.13/elf/dl-libc.c:50:31: note: Same expression on both sides of '!=' because the value of 'last_errstring' and 'NULL' are the same.
eglibc-2.13/elf/dl-load.c:1426:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
eglibc-2.13/elf/dl-load.c:413:11: style: The scope of the variable 'idx' can be reduced. [variableScope]
eglibc-2.13/elf/dl-load.c:1964:9: style: The scope of the variable 'name_copy' can be reduced. [variableScope]
eglibc-2.13/elf/dl-load.c:642:14: warning: Division by result of sizeof(). malloc() expects a size in bytes, did you intend to multiply instead? [sizeofDivisionMemfunc]
eglibc-2.13/elf/dl-load.c:1775:32: portability: '(void*)abi_note' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/elf/dl-load.c:978:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/elf/dl-load.c:1735:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/elf/dl-load.c:1756:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/elf/dl-load.c:1824:9: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/elf/dl-lookup.c:751:26: warning: Possible null pointer dereference: reference_name [nullPointer]
eglibc-2.13/elf/dl-lookup.c:748:43: note: Assignment 'reference_name=undef_map?undef_map->l_name:NULL', assigned value is 0
eglibc-2.13/elf/dl-lookup.c:751:26: note: Null pointer dereference
eglibc-2.13/elf/dl-lookup.c:892:3: style: Variable 'nchain' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/elf/dl-lookup.c:755:9: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/elf/dl-lookup.c:783:9: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/elf/dl-minimal.c:59:30: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
eglibc-2.13/elf/dl-minimal.c:65:26: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
eglibc-2.13/elf/dl-minimal.c:59:30: portability: '(void*)0' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/elf/dl-minimal.c:65:26: portability: '(void*)0' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/elf/dl-minimal.c:68:17: portability: 'alloc_ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/elf/dl-minimal.c:89:13: portability: 'alloc_ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/elf/dl-misc.c:378:3: style: int result is returned as long value. If the return value is long to avoid loss of information, then you have loss of information. [truncLongCastReturn]
eglibc-2.13/elf/dl-misc.c:185:24: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/elf/dl-open.c:595:22: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/elf/dl-open.c:601:22: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/elf/dl-profile.c:311:23: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/elf/dl-reloc.c:94:0: error: #error "Either TLS_TCB_AT_TP or TLS_DTV_AT_TP must be defined" [preprocessorErrorDirective]
eglibc-2.13/elf/dl-runtime.c:252:13: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/elf/dl-sym.c:140:36: style: Same expression on both sides of '!=' because the value of 'errstring' and 'NULL' are the same. [duplicateExpression]
eglibc-2.13/elf/dl-sym.c:133:28: note: 'errstring' is assigned value 'NULL' here.
eglibc-2.13/elf/dl-sym.c:140:36: note: Same expression on both sides of '!=' because the value of 'errstring' and 'NULL' are the same.
eglibc-2.13/elf/dl-sysdep.c:421:34: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/elf/dl-sysdep.c:274:53: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
eglibc-2.13/elf/dl-tls.c:434:0: error: #error "Either TLS_TCB_AT_TP or TLS_DTV_AT_TP must be defined" [preprocessorErrorDirective]
eglibc-2.13/elf/dl-trampoline.c:1:0: error: #error "Architecture specific PLT trampolines must be defined." [preprocessorErrorDirective]
eglibc-2.13/elf/dl-version.c:105:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/elf/dl-version.c:125:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/elf/dl-version.c:159:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/elf/dl-version.c:167:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/elf/dl-version.c:214:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/elf/ifuncmain1vis.c:67:14: style: Condition 'foo()!=-30' is always false [knownConditionTrueFalse]
eglibc-2.13/elf/ifuncmain1vis.c:73:21: style: Condition 'foo_hidden()!=-20' is always false [knownConditionTrueFalse]
eglibc-2.13/elf/ifuncmain1vis.c:81:24: style: Condition 'foo_protected()!=-40' is always false [knownConditionTrueFalse]
eglibc-2.13/elf/ifuncmain3.c:75:14: style: Condition 'foo()!=-30' is always false [knownConditionTrueFalse]
eglibc-2.13/elf/ifuncmain3.c:95:21: style: Condition 'foo_hidden()!=-20' is always false [knownConditionTrueFalse]
eglibc-2.13/elf/ifuncmain3.c:117:24: style: Condition 'foo_protected()!=-40' is always false [knownConditionTrueFalse]
eglibc-2.13/elf/ldconfig.c:197:9: style: The scope of the variable 'ptr' can be reduced. [variableScope]
eglibc-2.13/elf/ldconfig.c:199:12: style: The scope of the variable 'h' can be reduced. [variableScope]
eglibc-2.13/elf/ldconfig.c:459:18: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/elf/ldconfig.c:460:17: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/elf/ldconfig.c:465:27: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/elf/ldconfig.c:466:26: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/elf/ldconfig.c:583:22: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/elf/ldconfig.c:676:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/elf/ldconfig.c:681:24: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/elf/ldconfig.c:743:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/elf/ldconfig.c:754:25: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/elf/ldconfig.c:1292:20: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/elf/ldconfig.c:1333:20: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/elf/multiload.c:31:9: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/elf/neededtest.c:23:23: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/elf/neededtest2.c:23:23: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/elf/neededtest3.c:23:23: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/elf/neededtest4.c:23:23: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/elf/neededtest4.c:109:17: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/elf/neededtest4.c:113:17: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/elf/nodel2mod1.c:13:9: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
eglibc-2.13/elf/readelflib.c:84:53: portability: 'file_contents' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/elf/readelflib.c:85:3: portability: 'file_contents' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/elf/readelflib.c:98:7: portability: 'file_contents' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/elf/readelflib.c:116:50: portability: 'file_contents' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/elf/readelflib.c:117:4: portability: 'file_contents' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/elf/readelflib.c:133:12: portability: 'file_contents' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/elf/readelflib.c:151:34: portability: '(void*)abi_note' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/elf/readelflib.c:179:50: portability: 'file_contents' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/elf/readelflib.c:180:3: portability: 'file_contents' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/elf/readelflib.c:187:7: portability: 'file_contents' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/elf/readelflib.c:190:46: portability: 'file_contents' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/elf/readelflib.c:191:4: portability: 'file_contents' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/elf/readelflib.c:206:4: portability: 'file_contents' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/elf/reldep4.c:10:9: style: The scope of the variable 'h1' can be reduced. [variableScope]
eglibc-2.13/elf/reldep4.c:10:14: style: The scope of the variable 'h2' can be reduced. [variableScope]
eglibc-2.13/elf/reldep8mod1.c:13:9: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
eglibc-2.13/elf/reldep9mod1.c:13:9: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
eglibc-2.13/elf/rtld.c:250:0: error: #error "sysdeps/MACHINE/dl-machine.h fails to define RTLD_START" [preprocessorErrorDirective]
eglibc-2.13/elf/sprof.c:488:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
eglibc-2.13/elf/sprof.c:292:23: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/elf/sprof.c:424:34: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/elf/sprof.c:567:25: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/elf/sprof.c:572:29: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/elf/sprof.c:598:40: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/elf/sprof.c:610:33: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/elf/sprof.c:630:32: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/elf/sprof.c:660:39: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/elf/sprof.c:666:24: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/elf/sprof.c:779:27: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/elf/tst-auditmod1.c:176:0: error: #error "architecture specific code needed in sysdeps/CPU/tst-audit.h or here" [preprocessorErrorDirective]
eglibc-2.13/elf/tst-auditmod3b.c:59:8: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
eglibc-2.13/elf/tst-auditmod4b.c:58:8: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
eglibc-2.13/elf/tst-auditmod5b.c:59:8: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
eglibc-2.13/elf/tst-auditmod6b.c:58:8: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
eglibc-2.13/elf/tst-auditmod6c.c:58:8: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
eglibc-2.13/elf/tst-auditmod7b.c:58:8: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
eglibc-2.13/elf/tst-execstack.c:80:12: warning: Either the condition 'fp!=NULL' is redundant or there is possible null pointer dereference: fp. [nullPointerRedundantCheck]
eglibc-2.13/elf/tst-execstack.c:73:11: note: Assuming that condition 'fp!=NULL' is not redundant
eglibc-2.13/elf/tst-execstack.c:80:12: note: Null pointer dereference
eglibc-2.13/elf/tst-piemod1.c:13:11: style: Condition 'val!=34' is always true [knownConditionTrueFalse]
eglibc-2.13/elf/tst-piemod1.c:12:17: note: Assignment 'val=foo()', assigned value is 21
eglibc-2.13/elf/tst-piemod1.c:13:11: note: Condition 'val!=34' is always true
eglibc-2.13/elf/tls-macros.h:847:0: error: #error "No support for this architecture so far." [preprocessorErrorDirective]
eglibc-2.13/elf/tst-tls6.c:15:8: style: The scope of the variable 'foop' can be reduced. [variableScope]
eglibc-2.13/elf/tst-tls6.c:16:8: style: The scope of the variable 'foop2' can be reduced. [variableScope]
eglibc-2.13/elf/tst-tls6.c:17:9: style: The scope of the variable 'fp' can be reduced. [variableScope]
eglibc-2.13/elf/tst-tls6.c:18:9: style: The scope of the variable 'h' can be reduced. [variableScope]
eglibc-2.13/elf/tst-tls7.c:15:9: style: The scope of the variable 'fp' can be reduced. [variableScope]
eglibc-2.13/elf/tst-tls7.c:16:9: style: The scope of the variable 'h' can be reduced. [variableScope]
eglibc-2.13/elf/tst-tls8.c:41:4: portability: %zd in format string (no. 3) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/elf/tst-tls8.c:71:4: portability: %zd in format string (no. 3) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/elf/tst-tls8.c:110:4: portability: %zd in format string (no. 3) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/elf/tst-tls8.c:138:4: portability: %zd in format string (no. 3) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/elf/tst-tls8.c:16:9: style: The scope of the variable 'fp1' can be reduced. [variableScope]
eglibc-2.13/elf/tst-tls8.c:17:9: style: The scope of the variable 'fp2' can be reduced. [variableScope]
eglibc-2.13/elf/tst-tls8.c:18:9: style: The scope of the variable 'h1' can be reduced. [variableScope]
eglibc-2.13/elf/tst-tls8.c:19:9: style: The scope of the variable 'h2' can be reduced. [variableScope]
eglibc-2.13/elf/tst-tls8.c:23:8: style: The scope of the variable 'bazp' can be reduced. [variableScope]
eglibc-2.13/gnulib/tst-gcc.c:63:16: style: struct member 'Anonymous0::a' is never used. [unusedStructMember]
eglibc-2.13/gnulib/tst-gcc.c:64:15: style: union member 'Anonymous1::a' is never used. [unusedStructMember]
eglibc-2.13/gnulib/tst-gcc.c:64:22: style: union member 'Anonymous1::b' is never used. [unusedStructMember]
eglibc-2.13/nss/getXXent_r.c:139:7: style: The scope of the variable 'save' can be reduced. [variableScope]
eglibc-2.13/nss/getXXbyYY.c:88:16: style: Function 'getgrgid' argument 1 names different: declaration '__gid' definition 'gid'. [funcArgNamesDifferent]
eglibc-2.13/grp/grp.h:107:40: note: Function 'getgrgid' argument 1 names different: declaration '__gid' definition 'gid'.
eglibc-2.13/nss/getXXbyYY.c:88:16: note: Function 'getgrgid' argument 1 names different: declaration '__gid' definition 'gid'.
eglibc-2.13/nss/getXXbyYY.c:88:16: style: Function 'getgrnam' argument 1 names different: declaration '__name' definition 'name'. [funcArgNamesDifferent]
eglibc-2.13/grp/grp.h:113:46: note: Function 'getgrnam' argument 1 names different: declaration '__name' definition 'name'.
eglibc-2.13/nss/getXXbyYY.c:88:16: note: Function 'getgrnam' argument 1 names different: declaration '__name' definition 'name'.
eglibc-2.13/grp/initgroups.c:72:27: style: The scope of the variable 'fct' can be reduced. [variableScope]
eglibc-2.13/grp/testgrp.c:14:10: style: The scope of the variable 'members' can be reduced. [variableScope]
eglibc-2.13/grp/tst_fgetgrent.c:31:7: style: The scope of the variable 'i' can be reduced. [variableScope]
eglibc-2.13/gshadow/fgetsgent.c:36:18: style: Function 'fgetsgent' argument 1 names different: declaration '__stream' definition 'stream'. [funcArgNamesDifferent]
eglibc-2.13/gshadow/gshadow.h:95:38: note: Function 'fgetsgent' argument 1 names different: declaration '__stream' definition 'stream'.
eglibc-2.13/gshadow/fgetsgent.c:36:18: note: Function 'fgetsgent' argument 1 names different: declaration '__stream' definition 'stream'.
eglibc-2.13/nss/getXXbyYY.c:88:16: style: Function 'getsgnam' argument 1 names different: declaration '__name' definition 'name'. [funcArgNamesDifferent]
eglibc-2.13/gshadow/gshadow.h:79:45: note: Function 'getsgnam' argument 1 names different: declaration '__name' definition 'name'.
eglibc-2.13/nss/getXXbyYY.c:88:16: note: Function 'getsgnam' argument 1 names different: declaration '__name' definition 'name'.
eglibc-2.13/gshadow/putsgent.c:29:30: style: Function 'putsgent' argument 1 names different: declaration '__g' definition 'g'. [funcArgNamesDifferent]
eglibc-2.13/gshadow/gshadow.h:103:43: note: Function 'putsgent' argument 1 names different: declaration '__g' definition 'g'.
eglibc-2.13/gshadow/putsgent.c:29:30: note: Function 'putsgent' argument 1 names different: declaration '__g' definition 'g'.
eglibc-2.13/gshadow/putsgent.c:29:39: style: Function 'putsgent' argument 2 names different: declaration '__stream' definition 'stream'. [funcArgNamesDifferent]
eglibc-2.13/gshadow/gshadow.h:103:54: note: Function 'putsgent' argument 2 names different: declaration '__stream' definition 'stream'.
eglibc-2.13/gshadow/putsgent.c:29:39: note: Function 'putsgent' argument 2 names different: declaration '__stream' definition 'stream'.
eglibc-2.13/gshadow/sgetsgent.c:33:24: style: Function 'sgetsgent' argument 1 names different: declaration '__string' definition 'string'. [funcArgNamesDifferent]
eglibc-2.13/gshadow/gshadow.h:87:46: note: Function 'sgetsgent' argument 1 names different: declaration '__string' definition 'string'.
eglibc-2.13/gshadow/sgetsgent.c:33:24: note: Function 'sgetsgent' argument 1 names different: declaration '__string' definition 'string'.
eglibc-2.13/hesiod/nss_hesiod/hesiod-proto.c:68:7: style: The scope of the variable 'parse_res' can be reduced. [variableScope]
eglibc-2.13/hesiod/nss_hesiod/hesiod-service.c:69:7: style: The scope of the variable 'parse_res' can be reduced. [variableScope]
eglibc-2.13/hurd/hurd/fd.h:168:6: style: Label 'code' is not used. [unusedLabel]
eglibc-2.13/hurd/alloc-fd.c:31:22: style: Function '_hurd_alloc_fd' argument 1 names different: declaration 'fd_ptr' definition 'fd'. [funcArgNamesDifferent]
eglibc-2.13/hurd/hurd/fd.h:215:45: note: Function '_hurd_alloc_fd' argument 1 names different: declaration 'fd_ptr' definition 'fd'.
eglibc-2.13/hurd/alloc-fd.c:31:22: note: Function '_hurd_alloc_fd' argument 1 names different: declaration 'fd_ptr' definition 'fd'.
eglibc-2.13/hurd/hurd/signal.h:27:0: error: #error "Must have `_GNU_SOURCE' feature test macro to use this file" [preprocessorErrorDirective]
eglibc-2.13/hurd/exc2signal.c:23:0: error: #error "need to write sysdeps/mach/hurd/MACHINE/exc2signal.c" [preprocessorErrorDirective]
eglibc-2.13/hurd/geteuids.c:24:15: style: Function 'geteuids' argument 1 names different: declaration '__n' definition 'n'. [funcArgNamesDifferent]
eglibc-2.13/hurd/hurd.h:178:26: note: Function 'geteuids' argument 1 names different: declaration '__n' definition 'n'.
eglibc-2.13/hurd/geteuids.c:24:15: note: Function 'geteuids' argument 1 names different: declaration '__n' definition 'n'.
eglibc-2.13/hurd/geteuids.c:24:25: style: Function 'geteuids' argument 2 names different: declaration '__uidset' definition 'uidset'. [funcArgNamesDifferent]
eglibc-2.13/hurd/hurd.h:178:38: note: Function 'geteuids' argument 2 names different: declaration '__uidset' definition 'uidset'.
eglibc-2.13/hurd/geteuids.c:24:25: note: Function 'geteuids' argument 2 names different: declaration '__uidset' definition 'uidset'.
eglibc-2.13/hurd/hurdchdir.c:43:17: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/hurd/hurdioctl.c:319:16: style: Checking if unsigned variable 'data_len' is less than zero. [unsignedLessThanZero]
eglibc-2.13/hurd/hurdlookup.c:91:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
eglibc-2.13/hurd/hurdlookup.c:87:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/hurd/hurdmalloc.c:284:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/hurd/hurdmalloc.c:337:27: portability: 'old_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/hurd/hurdprio.c:27:16: style: Function '_hurd_priority_which_map' argument 3 names different: declaration 'fn' definition 'function'. [funcArgNamesDifferent]
eglibc-2.13/hurd/hurd/resource.h:40:17: note: Function '_hurd_priority_which_map' argument 3 names different: declaration 'fn' definition 'function'.
eglibc-2.13/hurd/hurdprio.c:27:16: note: Function '_hurd_priority_which_map' argument 3 names different: declaration 'fn' definition 'function'.
eglibc-2.13/hurd/hurdselect.c:339:55: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
eglibc-2.13/hurd/hurdselect.c:70:16: style: union member 'typeword::word' is never used. [unusedStructMember]
eglibc-2.13/hurd/hurdstartup.c:170:10: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
eglibc-2.13/hurd/hurdstartup.c:170:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/hurd/hurdstartup.c:172:9: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/hurd/hurdstartup.c:102:49: error: Uninitialized struct member: data.flags [uninitStructMember]
eglibc-2.13/hurd/hurdstartup.c:184:7: error: Uninitialized struct member: data.flags [uninitStructMember]
eglibc-2.13/hurd/hurdstartup.c:184:7: error: Uninitialized struct member: data.dtable [uninitStructMember]
eglibc-2.13/hurd/hurdstartup.c:184:7: error: Uninitialized struct member: data.dtablesize [uninitStructMember]
eglibc-2.13/hurd/hurdstartup.c:184:7: error: Uninitialized struct member: data.portarray [uninitStructMember]
eglibc-2.13/hurd/hurdstartup.c:184:7: error: Uninitialized struct member: data.portarraysize [uninitStructMember]
eglibc-2.13/hurd/hurdstartup.c:184:7: error: Uninitialized struct member: data.intarray [uninitStructMember]
eglibc-2.13/hurd/hurdstartup.c:184:7: error: Uninitialized struct member: data.intarraysize [uninitStructMember]
eglibc-2.13/hurd/hurdstartup.c:184:7: error: Uninitialized struct member: data.stack_base [uninitStructMember]
eglibc-2.13/hurd/hurdstartup.c:184:7: error: Uninitialized struct member: data.stack_size [uninitStructMember]
eglibc-2.13/hurd/hurdstartup.c:184:7: error: Uninitialized struct member: data.phdr [uninitStructMember]
eglibc-2.13/hurd/hurdstartup.c:184:7: error: Uninitialized struct member: data.phdrsz [uninitStructMember]
eglibc-2.13/hurd/hurdstartup.c:184:7: error: Uninitialized struct member: data.user_entry [uninitStructMember]
eglibc-2.13/hurd/longjmp-ts.c:31:0: error: #error "Need to write sysdeps/mach/hurd/MACHINE/longjmp-ctx.c" [preprocessorErrorDirective]
eglibc-2.13/hurd/setauth.c:37:16: style: The scope of the variable 'd' can be reduced. [variableScope]
eglibc-2.13/hurd/seteuids.c:24:15: style: Function 'seteuids' argument 1 names different: declaration '__n' definition 'n'. [funcArgNamesDifferent]
eglibc-2.13/hurd/hurd.h:179:26: note: Function 'seteuids' argument 1 names different: declaration '__n' definition 'n'.
eglibc-2.13/hurd/seteuids.c:24:15: note: Function 'seteuids' argument 1 names different: declaration '__n' definition 'n'.
eglibc-2.13/hurd/seteuids.c:24:31: style: Function 'seteuids' argument 2 names different: declaration '__uidset' definition 'uids'. [funcArgNamesDifferent]
eglibc-2.13/hurd/hurd.h:179:44: note: Function 'seteuids' argument 2 names different: declaration '__uidset' definition 'uids'.
eglibc-2.13/hurd/seteuids.c:24:31: note: Function 'seteuids' argument 2 names different: declaration '__uidset' definition 'uids'.
eglibc-2.13/hurd/trampoline.c:36:0: error: #error "Need to write sysdeps/mach/hurd/MACHINE/trampoline.c" [preprocessorErrorDirective]
eglibc-2.13/iconv/gconv_conf.c:446:13: style: The scope of the variable 'elem' can be reduced. [variableScope]
eglibc-2.13/iconv/gconv_conf.c:468:17: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/iconv/gconv_db.c:468:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/iconv/gconv_db.c:469:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/iconv/gconv_db.c:474:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/iconv/gconv_db.c:535:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/iconv/gconv_db.c:574:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/iconv/gconv_open.c:57:30: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/iconv/gconv_open.c:89:40: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/iconv/gconv_open.c:127:40: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/iconv/gconv_open.c:149:35: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/iconv/gconv_open.c:162:31: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/iconv/gconv_open.c:170:33: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/iconv/gconv_trans.c:329:27: style: The scope of the variable 'runp' can be reduced. [variableScope]
eglibc-2.13/iconv/gconv_trans.c:44:17: style: Unused variable: size [unusedVariable]
eglibc-2.13/iconv/gconv_trans.c:45:19: style: Unused variable: from_idx [unusedVariable]
eglibc-2.13/iconv/gconv_trans.c:46:19: style: Unused variable: from_tbl [unusedVariable]
eglibc-2.13/iconv/gconv_trans.c:47:19: style: Unused variable: to_idx [unusedVariable]
eglibc-2.13/iconv/gconv_trans.c:48:19: style: Unused variable: to_tbl [unusedVariable]
eglibc-2.13/iconv/gconv_trans.c:51:17: style: Unused variable: low [unusedVariable]
eglibc-2.13/iconv/gconv_trans.c:52:17: style: Unused variable: high [unusedVariable]
eglibc-2.13/iconv/iconv.c:59:30: style: Same expression on both sides of '-' because the value of '*inbuf' and 'instart' are the same. [duplicateExpression]
eglibc-2.13/iconv/iconv.c:51:29: note: 'instart' is assigned value '*inbuf' here.
eglibc-2.13/iconv/iconv.c:59:30: note: Same expression on both sides of '-' because the value of '*inbuf' and 'instart' are the same.
eglibc-2.13/iconv/iconv.c:32:16: style: Function 'iconv' argument 1 names different: declaration '__cd' definition 'cd'. [funcArgNamesDifferent]
eglibc-2.13/iconv/iconv.h:43:30: note: Function 'iconv' argument 1 names different: declaration '__cd' definition 'cd'.
eglibc-2.13/iconv/iconv.c:32:16: note: Function 'iconv' argument 1 names different: declaration '__cd' definition 'cd'.
eglibc-2.13/iconv/iconv.c:32:27: style: Function 'iconv' argument 2 names different: declaration '__inbuf' definition 'inbuf'. [funcArgNamesDifferent]
eglibc-2.13/iconv/iconv.h:43:43: note: Function 'iconv' argument 2 names different: declaration '__inbuf' definition 'inbuf'.
eglibc-2.13/iconv/iconv.c:32:27: note: Function 'iconv' argument 2 names different: declaration '__inbuf' definition 'inbuf'.
eglibc-2.13/iconv/iconv.c:32:42: style: Function 'iconv' argument 3 names different: declaration '__inbytesleft' definition 'inbytesleft'. [funcArgNamesDifferent]
eglibc-2.13/iconv/iconv.h:44:16: note: Function 'iconv' argument 3 names different: declaration '__inbytesleft' definition 'inbytesleft'.
eglibc-2.13/iconv/iconv.c:32:42: note: Function 'iconv' argument 3 names different: declaration '__inbytesleft' definition 'inbytesleft'.
eglibc-2.13/iconv/iconv.c:32:62: style: Function 'iconv' argument 4 names different: declaration '__outbuf' definition 'outbuf'. [funcArgNamesDifferent]
eglibc-2.13/iconv/iconv.h:45:15: note: Function 'iconv' argument 4 names different: declaration '__outbuf' definition 'outbuf'.
eglibc-2.13/iconv/iconv.c:32:62: note: Function 'iconv' argument 4 names different: declaration '__outbuf' definition 'outbuf'.
eglibc-2.13/iconv/iconv.c:33:16: style: Function 'iconv' argument 5 names different: declaration '__outbytesleft' definition 'outbytesleft'. [funcArgNamesDifferent]
eglibc-2.13/iconv/iconv.h:46:16: note: Function 'iconv' argument 5 names different: declaration '__outbytesleft' definition 'outbytesleft'.
eglibc-2.13/iconv/iconv.c:33:16: note: Function 'iconv' argument 5 names different: declaration '__outbytesleft' definition 'outbytesleft'.
eglibc-2.13/iconv/iconv_close.c:28:22: style: Function 'iconv_close' argument 1 names different: declaration '__cd' definition 'cd'. [funcArgNamesDifferent]
eglibc-2.13/iconv/iconv.h:52:33: note: Function 'iconv_close' argument 1 names different: declaration '__cd' definition 'cd'.
eglibc-2.13/iconv/iconv_close.c:28:22: note: Function 'iconv_close' argument 1 names different: declaration '__cd' definition 'cd'.
eglibc-2.13/iconv/iconv_open.c:33:25: style: Function 'iconv_open' argument 1 names different: declaration '__tocode' definition 'tocode'. [funcArgNamesDifferent]
eglibc-2.13/iconv/iconv.h:38:42: note: Function 'iconv_open' argument 1 names different: declaration '__tocode' definition 'tocode'.
eglibc-2.13/iconv/iconv_open.c:33:25: note: Function 'iconv_open' argument 1 names different: declaration '__tocode' definition 'tocode'.
eglibc-2.13/iconv/iconv_open.c:33:45: style: Function 'iconv_open' argument 2 names different: declaration '__fromcode' definition 'fromcode'. [funcArgNamesDifferent]
eglibc-2.13/iconv/iconv.h:38:66: note: Function 'iconv_open' argument 2 names different: declaration '__fromcode' definition 'fromcode'.
eglibc-2.13/iconv/iconv_open.c:33:45: note: Function 'iconv_open' argument 2 names different: declaration '__fromcode' definition 'fromcode'.
eglibc-2.13/iconv/iconv_open.c:41:28: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/iconv/iconv_open.c:56:30: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/iconv/iconv_prog.c:126:11: style: The scope of the variable 'cd' can be reduced. [variableScope]
eglibc-2.13/iconv/iconv_prog.c:290:14: style: The scope of the variable 'ret' can be reduced. [variableScope]
eglibc-2.13/iconv/iconv_prog.c:487:10: style: The scope of the variable 'n' can be reduced. [variableScope]
eglibc-2.13/iconv/iconv_prog.c:169:23: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/iconv/loop.c:138:0: error: #error "MIN_NEEDED_INPUT definition missing" [preprocessorErrorDirective]
eglibc-2.13/iconv/skeleton.c:162:0: error: #error "FROM_DIRECTION must be provided if non-default init is used" [preprocessorErrorDirective]
eglibc-2.13/iconv/tst-iconv2.c:62:7: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/iconv/tst-iconv3.c:44:7: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/iconv/tst-iconv3.c:46:7: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/iconv/tst-iconv5.c:124:0: error: Memory leak: inbufp [memleak]
eglibc-2.13/iconv/tst-iconv5.c:124:0: error: Memory leak: outbufp [memleak]
eglibc-2.13/iconvdata/8bit-gap.c:27:12: style: struct member 'gap::start' is never used. [unusedStructMember]
eglibc-2.13/iconvdata/8bit-gap.c:28:12: style: struct member 'gap::end' is never used. [unusedStructMember]
eglibc-2.13/iconvdata/8bit-gap.c:29:11: style: struct member 'gap::idx' is never used. [unusedStructMember]
eglibc-2.13/iconvdata/cp1255.c:120:12: style: struct member 'Anonymous0::base' is never used. [unusedStructMember]
eglibc-2.13/iconvdata/cp1255.c:121:12: style: struct member 'Anonymous0::composed' is never used. [unusedStructMember]
eglibc-2.13/iconvdata/cp1255.c:180:36: style: struct member 'Anonymous1::idx' is never used. [unusedStructMember]
eglibc-2.13/iconvdata/cp1255.c:180:54: style: struct member 'Anonymous1::len' is never used. [unusedStructMember]
eglibc-2.13/iconvdata/cp1255.c:386:12: style: struct member 'Anonymous2::composed' is never used. [unusedStructMember]
eglibc-2.13/iconvdata/cp1255.c:387:12: style: struct member 'Anonymous2::base' is never used. [unusedStructMember]
eglibc-2.13/iconvdata/cp1255.c:388:12: style: struct member 'Anonymous2::comb1' is never used. [unusedStructMember]
eglibc-2.13/iconvdata/cp1255.c:389:11: style: struct member 'Anonymous2::comb2' is never used. [unusedStructMember]
eglibc-2.13/iconvdata/cp1258.c:123:12: style: struct member 'Anonymous0::base' is never used. [unusedStructMember]
eglibc-2.13/iconvdata/cp1258.c:124:12: style: struct member 'Anonymous0::composed' is never used. [unusedStructMember]
eglibc-2.13/iconvdata/cp1258.c:355:16: style: struct member 'Anonymous1::idx' is never used. [unusedStructMember]
eglibc-2.13/iconvdata/cp1258.c:356:16: style: struct member 'Anonymous1::len' is never used. [unusedStructMember]
eglibc-2.13/iconvdata/cp1258.c:559:12: style: struct member 'Anonymous2::composed' is never used. [unusedStructMember]
eglibc-2.13/iconvdata/cp1258.c:560:12: style: struct member 'Anonymous2::base' is never used. [unusedStructMember]
eglibc-2.13/iconvdata/cp1258.c:561:12: style: struct member 'Anonymous2::comb1' is never used. [unusedStructMember]
eglibc-2.13/iconvdata/euc-jisx0213.c:249:12: style: struct member 'Anonymous0::base' is never used. [unusedStructMember]
eglibc-2.13/iconvdata/euc-jisx0213.c:250:12: style: struct member 'Anonymous0::composed' is never used. [unusedStructMember]
eglibc-2.13/iconvdata/ksc5601.h:94:12: style: The scope of the variable 'try' can be reduced. [variableScope]
eglibc-2.13/iconvdata/ksc5601.h:126:12: style: The scope of the variable 'try' can be reduced. [variableScope]
eglibc-2.13/iconvdata/ksc5601.h:157:12: style: The scope of the variable 'try' can be reduced. [variableScope]
eglibc-2.13/iconvdata/iso-2022-jp-3.c:336:12: style: struct member 'Anonymous1::base' is never used. [unusedStructMember]
eglibc-2.13/iconvdata/iso-2022-jp-3.c:337:12: style: struct member 'Anonymous1::composed' is never used. [unusedStructMember]
eglibc-2.13/iconvdata/shift_jisx0213.c:258:12: style: struct member 'Anonymous0::base' is never used. [unusedStructMember]
eglibc-2.13/iconvdata/shift_jisx0213.c:259:12: style: struct member 'Anonymous0::composed' is never used. [unusedStructMember]
eglibc-2.13/iconvdata/tcvn5712-1.c:119:12: style: struct member 'Anonymous0::base' is never used. [unusedStructMember]
eglibc-2.13/iconvdata/tcvn5712-1.c:120:12: style: struct member 'Anonymous0::composed' is never used. [unusedStructMember]
eglibc-2.13/iconvdata/tcvn5712-1.c:351:16: style: struct member 'Anonymous1::idx' is never used. [unusedStructMember]
eglibc-2.13/iconvdata/tcvn5712-1.c:352:16: style: struct member 'Anonymous1::len' is never used. [unusedStructMember]
eglibc-2.13/iconvdata/tcvn5712-1.c:556:12: style: struct member 'Anonymous2::composed' is never used. [unusedStructMember]
eglibc-2.13/iconvdata/tcvn5712-1.c:557:12: style: struct member 'Anonymous2::base' is never used. [unusedStructMember]
eglibc-2.13/iconvdata/tcvn5712-1.c:558:12: style: struct member 'Anonymous2::comb1' is never used. [unusedStructMember]
eglibc-2.13/iconvdata/tst-e2big.c:36:18: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/iconvdata/tst-table-from.c:209:9: style: The scope of the variable 'result' can be reduced. [variableScope]
eglibc-2.13/inet/getnameinfo.c:80:11: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
eglibc-2.13/inet/getnameinfo.c:75:7: note: outer condition: !not_first
eglibc-2.13/inet/getnameinfo.c:80:11: note: identical inner condition: !not_first
eglibc-2.13/inet/getnameinfo.c:80:11: style: Condition '!not_first' is always true [knownConditionTrueFalse]
eglibc-2.13/inet/getnameinfo.c:75:7: note: Assuming that condition '!not_first' is not redundant
eglibc-2.13/inet/getnameinfo.c:80:11: note: Condition '!not_first' is always true
eglibc-2.13/inet/getnameinfo.c:169:7: style: The scope of the variable 'ok' can be reduced. [variableScope]
eglibc-2.13/inet/getnameinfo.c:85:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/inet/getnameinfo.c:167:18: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/inet/inet6_option.c:43:12: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/inet/rcmd.c:564:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/inet/ruserpass.c:114:8: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/inet/test-inet6_opt.c:52:14: portability: 'eb' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/inet/test-inet6_opt.c:80:18: portability: 'eb' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/inet/test_ifindex.c:51:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
eglibc-2.13/inet/tst-ether_aton.c:10:22: style: The scope of the variable 'buf' can be reduced. [variableScope]
eglibc-2.13/inet/tst-ether_aton.c:10:32: style: The scope of the variable 'p' can be reduced. [variableScope]
eglibc-2.13/inet/tst-network.c:58:12: style: The scope of the variable 'res' can be reduced. [variableScope]
eglibc-2.13/intl/dcigettext.c:596:39: style: Redundant condition: If 'EXPR == ':'', the comparison 'EXPR != '\0'' is always true. [redundantCondition]
eglibc-2.13/intl/dcigettext.c:193:7: style: struct member 'known_translation_t::category' is never used. [unusedStructMember]
eglibc-2.13/intl/dcigettext.c:201:7: style: struct member 'known_translation_t::counter' is never used. [unusedStructMember]
eglibc-2.13/intl/dcigettext.c:204:27: style: struct member 'known_translation_t::domain' is never used. [unusedStructMember]
eglibc-2.13/intl/dcigettext.c:207:15: style: struct member 'known_translation_t::translation' is never used. [unusedStructMember]
eglibc-2.13/intl/dcigettext.c:208:10: style: struct member 'known_translation_t::translation_length' is never used. [unusedStructMember]
eglibc-2.13/intl/dcigettext.c:213:12: style: union member 'Anonymous1::appended' is never used. [unusedStructMember]
eglibc-2.13/intl/dcigettext.c:214:19: style: union member 'Anonymous1::ptr' is never used. [unusedStructMember]
eglibc-2.13/intl/hash-string.c:30:0: style: The scope of the variable 'g' can be reduced. [variableScope]
eglibc-2.13/intl/l10nflist.c:333:9: style: The scope of the variable 'wp' can be reduced. [variableScope]
plural.c:1785:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
eglibc-2.13/intl/tst-gettext.c:90:3: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
eglibc-2.13/intl/tst-gettext.c:91:3: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
eglibc-2.13/intl/tst-gettext.c:122:3: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
eglibc-2.13/intl/tst-gettext.c:152:3: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
eglibc-2.13/intl/tst-gettext.c:154:3: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
eglibc-2.13/intl/tst-gettext.c:215:3: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
eglibc-2.13/intl/tst-gettext.c:242:3: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
eglibc-2.13/intl/tst-gettext.c:265:22: warning: Either the condition 'found==NULL' is redundant or there is possible null pointer dereference: found. [nullPointerRedundantCheck]
eglibc-2.13/intl/tst-gettext.c:258:17: note: Assuming that condition 'found==NULL' is not redundant
eglibc-2.13/intl/tst-gettext.c:265:22: note: Null pointer dereference
eglibc-2.13/intl/tst-gettext.c:313:30: warning: Either the condition 'found==NULL' is redundant or there is possible null pointer dereference: found. [nullPointerRedundantCheck]
eglibc-2.13/intl/tst-gettext.c:306:17: note: Assuming that condition 'found==NULL' is not redundant
eglibc-2.13/intl/tst-gettext.c:313:30: note: Null pointer dereference
eglibc-2.13/intl/tst-gettext.c:339:49: warning: Either the condition 'found==NULL' is redundant or there is possible null pointer dereference: found. [nullPointerRedundantCheck]
eglibc-2.13/intl/tst-gettext.c:332:17: note: Assuming that condition 'found==NULL' is not redundant
eglibc-2.13/intl/tst-gettext.c:339:49: note: Null pointer dereference
eglibc-2.13/io/fts.c:234:19: style: The scope of the variable 'freep' can be reduced. [variableScope]
eglibc-2.13/io/fts.c:235:6: style: The scope of the variable 'saved_errno' can be reduced. [variableScope]
eglibc-2.13/io/fts.c:1098:9: style: The scope of the variable 'len' can be reduced. [variableScope]
eglibc-2.13/io/ftw.c:651:42: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/io/open.c:34:7: style: The scope of the variable 'mode' can be reduced. [variableScope]
eglibc-2.13/io/open.c:46:14: style: Variable 'mode' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/io/open64.c:33:7: style: The scope of the variable 'mode' can be reduced. [variableScope]
eglibc-2.13/io/open64.c:45:14: style: Variable 'mode' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/io/openat.c:35:7: style: The scope of the variable 'mode' can be reduced. [variableScope]
eglibc-2.13/io/openat.c:61:14: style: Variable 'mode' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/io/openat64.c:35:7: style: The scope of the variable 'mode' can be reduced. [variableScope]
eglibc-2.13/io/openat64.c:61:14: style: Variable 'mode' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/io/poll.c:30:21: style: Function 'poll' argument 1 names different: declaration '__fds' definition 'fds'. [funcArgNamesDifferent]
eglibc-2.13/io/sys/poll.h:58:33: note: Function 'poll' argument 1 names different: declaration '__fds' definition 'fds'.
eglibc-2.13/io/poll.c:30:21: note: Function 'poll' argument 1 names different: declaration '__fds' definition 'fds'.
eglibc-2.13/io/poll.c:31:0: style: Function 'poll' argument 2 names different: declaration '__nfds' definition 'nfds'. [funcArgNamesDifferent]
eglibc-2.13/io/sys/poll.h:58:0: note: Function 'poll' argument 2 names different: declaration '__nfds' definition 'nfds'.
eglibc-2.13/io/poll.c:31:0: note: Function 'poll' argument 2 names different: declaration '__nfds' definition 'nfds'.
eglibc-2.13/io/poll.c:32:10: style: Function 'poll' argument 3 names different: declaration '__timeout' definition 'timeout'. [funcArgNamesDifferent]
eglibc-2.13/io/sys/poll.h:58:59: note: Function 'poll' argument 3 names different: declaration '__timeout' definition 'timeout'.
eglibc-2.13/io/poll.c:32:10: note: Function 'poll' argument 3 names different: declaration '__timeout' definition 'timeout'.
eglibc-2.13/io/tst-getcwd.c:155:2: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/libidn/iconvme.c:60:27: style: Function 'iconv_string' argument 1 names different: declaration 'string' definition 'str'. [funcArgNamesDifferent]
eglibc-2.13/libidn/iconvme.h:22:40: note: Function 'iconv_string' argument 1 names different: declaration 'string' definition 'str'.
eglibc-2.13/libidn/iconvme.c:60:27: note: Function 'iconv_string' argument 1 names different: declaration 'string' definition 'str'.
eglibc-2.13/libidn/iconvme.c:60:44: style: Function 'iconv_string' argument 2 names different: declaration 'from_code' definition 'from_codeset'. [funcArgNamesDifferent]
eglibc-2.13/libidn/iconvme.h:22:60: note: Function 'iconv_string' argument 2 names different: declaration 'from_code' definition 'from_codeset'.
eglibc-2.13/libidn/iconvme.c:60:44: note: Function 'iconv_string' argument 2 names different: declaration 'from_code' definition 'from_codeset'.
eglibc-2.13/libidn/iconvme.c:61:20: style: Function 'iconv_string' argument 3 names different: declaration 'to_code' definition 'to_codeset'. [funcArgNamesDifferent]
eglibc-2.13/libidn/iconvme.h:23:19: note: Function 'iconv_string' argument 3 names different: declaration 'to_code' definition 'to_codeset'.
eglibc-2.13/libidn/iconvme.c:61:20: note: Function 'iconv_string' argument 3 names different: declaration 'to_code' definition 'to_codeset'.
eglibc-2.13/libidn/idna.c:617:7: style: The scope of the variable 'rc' can be reduced. [variableScope]
eglibc-2.13/libidn/idna.c:633:12: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/libidn/nfkc.c:269:7: style: The scope of the variable 'i' can be reduced. [variableScope]
eglibc-2.13/libidn/nfkc.c:756:20: style: The scope of the variable 'decomp' can be reduced. [variableScope]
eglibc-2.13/libidn/nfkc.c:789:11: style: The scope of the variable 'cc' can be reduced. [variableScope]
eglibc-2.13/libidn/stringprep.c:60:11: style: The scope of the variable 'pos' can be reduced. [variableScope]
eglibc-2.13/libidn/stringprep.c:365:19: style: The scope of the variable 'maxucs4len' can be reduced. [variableScope]
eglibc-2.13/libio/bug-fseek.c:103:7: error: Resource leak: f [resourceLeak]
eglibc-2.13/libio/bug-ftell.c:26:7: error: Resource leak: fp [resourceLeak]
eglibc-2.13/libio/bug-memstream1.c:51:2: warning: %hhx in format string (no. 2) requires 'unsigned char' but the argument type is 'signed char'. [invalidPrintfArgType_uint]
eglibc-2.13/libio/bug-memstream1.c:119:2: warning: %hhx in format string (no. 2) requires 'unsigned char' but the argument type is 'signed char'. [invalidPrintfArgType_uint]
eglibc-2.13/libio/bug-rewind.c:54:10: style: Variable 'ret1' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/libio/bug-rewind.c:57:10: style: Variable 'ret2' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/libio/bug-rewind2.c:28:11: style: The scope of the variable 'dummy' can be reduced. [variableScope]
eglibc-2.13/libio/bug-rewind2.c:29:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
eglibc-2.13/libio/bug-rewind2.c:47:13: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/libio/bug-ungetc3.c:42:7: error: Resource leak: f [resourceLeak]
eglibc-2.13/libio/bug-ungetc3.c:48:7: error: Resource leak: f [resourceLeak]
eglibc-2.13/libio/bug-ungetc3.c:54:7: error: Resource leak: f [resourceLeak]
eglibc-2.13/libio/bug-ungetc3.c:60:7: error: Resource leak: f [resourceLeak]
eglibc-2.13/libio/bug-ungetc3.c:66:7: error: Resource leak: f [resourceLeak]
eglibc-2.13/libio/bug-ungetc3.c:72:7: error: Resource leak: f [resourceLeak]
eglibc-2.13/libio/bug-ungetc3.c:78:7: error: Resource leak: f [resourceLeak]
eglibc-2.13/libio/bug-ungetwc1.c:22:10: style: The scope of the variable 'wc' can be reduced. [variableScope]
eglibc-2.13/libio/bug-ungetwc1.c:57:10: style: Variable 'wc' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/libio/bug-wfflush.c:46:7: error: Resource leak: f [resourceLeak]
eglibc-2.13/libio/bug-wfflush.c:53:7: error: Resource leak: f [resourceLeak]
eglibc-2.13/libio/bug-wfflush.c:59:7: error: Resource leak: f [resourceLeak]
eglibc-2.13/libio/bug-wfflush.c:65:7: error: Resource leak: f [resourceLeak]
eglibc-2.13/libio/bug-wsetpos.c:48:7: error: Resource leak: fp [resourceLeak]
eglibc-2.13/libio/bug-wsetpos.c:55:7: error: Resource leak: fp [resourceLeak]
eglibc-2.13/libio/bug-wsetpos.c:63:7: error: Resource leak: fp [resourceLeak]
eglibc-2.13/libio/bug-wsetpos.c:70:7: error: Resource leak: fp [resourceLeak]
eglibc-2.13/libio/bug-wsetpos.c:74:3: error: Resource leak: fp [resourceLeak]
eglibc-2.13/libio/filedoalloc.c:103:45: portability: '(void*)&((struct _IO_FILE_plus*)(fp))->vtable' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/libio/fileops.c:158:0: error: failed to expand 'INTDEF2', Wrong number of parameters for macro 'INTDEF2'. [preprocessorErrorDirective]
eglibc-2.13/libio/fputc.c:33:10: style: Function 'fputc' argument 1 names different: declaration '__c' definition 'c'. [funcArgNamesDifferent]
eglibc-2.13/libio/stdio.h:575:23: note: Function 'fputc' argument 1 names different: declaration '__c' definition 'c'.
eglibc-2.13/libio/fputc.c:33:10: note: Function 'fputc' argument 1 names different: declaration '__c' definition 'c'.
eglibc-2.13/libio/fputc.c:34:16: style: Function 'fputc' argument 2 names different: declaration '__stream' definition 'fp'. [funcArgNamesDifferent]
eglibc-2.13/libio/stdio.h:575:34: note: Function 'fputc' argument 2 names different: declaration '__stream' definition 'fp'.
eglibc-2.13/libio/fputc.c:34:16: note: Function 'fputc' argument 2 names different: declaration '__stream' definition 'fp'.
eglibc-2.13/libio/fseek.c:34:16: style: Function 'fseek' argument 1 names different: declaration '__stream' definition 'fp'. [funcArgNamesDifferent]
eglibc-2.13/libio/stdio.h:742:25: note: Function 'fseek' argument 1 names different: declaration '__stream' definition 'fp'.
eglibc-2.13/libio/fseek.c:34:16: note: Function 'fseek' argument 1 names different: declaration '__stream' definition 'fp'.
eglibc-2.13/libio/fseek.c:35:11: style: Function 'fseek' argument 2 names different: declaration '__off' definition 'offset'. [funcArgNamesDifferent]
eglibc-2.13/libio/stdio.h:742:40: note: Function 'fseek' argument 2 names different: declaration '__off' definition 'offset'.
eglibc-2.13/libio/fseek.c:35:11: note: Function 'fseek' argument 2 names different: declaration '__off' definition 'offset'.
eglibc-2.13/libio/fseek.c:36:10: style: Function 'fseek' argument 3 names different: declaration '__whence' definition 'whence'. [funcArgNamesDifferent]
eglibc-2.13/libio/stdio.h:742:55: note: Function 'fseek' argument 3 names different: declaration '__whence' definition 'whence'.
eglibc-2.13/libio/fseek.c:36:10: note: Function 'fseek' argument 3 names different: declaration '__whence' definition 'whence'.
eglibc-2.13/libio/genops.c:189:9: portability: '(void*)&((struct _IO_FILE_plus*)(fp))->vtable' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/libio/genops.c:248:10: portability: '(void*)&((struct _IO_FILE_plus*)(f))->vtable' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/libio/genops.c:361:10: portability: '(void*)&((struct _IO_FILE_plus*)(fp))->vtable' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/libio/genops.c:394:10: portability: '(void*)&((struct _IO_FILE_plus*)(fp))->vtable' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/libio/genops.c:423:9: portability: '(void*)&((struct _IO_FILE_plus*)(fp))->vtable' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/libio/genops.c:440:12: portability: '(void*)&((struct _IO_FILE_plus*)(fp))->vtable' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/libio/genops.c:485:24: portability: '(void*)&((struct _IO_FILE_plus*)(f))->vtable' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/libio/genops.c:500:10: portability: '(void*)&((struct _IO_FILE_plus*)(fp))->vtable' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/libio/genops.c:563:9: portability: '(void*)&((struct _IO_FILE_plus*)(fp))->vtable' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/libio/genops.c:586:10: portability: '(void*)&((struct _IO_FILE_plus*)(fp))->vtable' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/libio/genops.c:737:14: portability: '(void*)&((struct _IO_FILE_plus*)(fp))->vtable' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/libio/genops.c:758:14: portability: '(void*)&((struct _IO_FILE_plus*)(fp))->vtable' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/libio/genops.c:849:7: portability: '(void*)&((struct _IO_FILE_plus*)(fp))->vtable' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/libio/genops.c:903:2: portability: '(void*)&((struct _IO_FILE_plus*)(fp))->vtable' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/libio/genops.c:979:4: portability: '(void*)&((struct _IO_FILE_plus*)(fp))->vtable' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/libio/getc.c:36:12: style: Function '_IO_getc' argument 1 names different: declaration '__fp' definition 'fp'. [funcArgNamesDifferent]
eglibc-2.13/libio/libio.h:460:32: note: Function '_IO_getc' argument 1 names different: declaration '__fp' definition 'fp'.
eglibc-2.13/libio/getc.c:36:12: note: Function '_IO_getc' argument 1 names different: declaration '__fp' definition 'fp'.
eglibc-2.13/libio/iofclose.c:66:3: portability: '(void*)&((struct _IO_FILE_plus*)(fp))->vtable' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/libio/iofclose.c:64:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
eglibc-2.13/libio/iofdopen.c:180:0: error: failed to expand 'INTDEF2', Wrong number of parameters for macro 'INTDEF2'. [preprocessorErrorDirective]
eglibc-2.13/libio/iofflush.c:43:16: portability: '(void*)&((struct _IO_FILE_plus*)(fp))->vtable' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/libio/iofflush_u.c:40:14: portability: '(void*)&((struct _IO_FILE_plus*)(fp))->vtable' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/libio/iofputs.c:42:10: portability: '(void*)&((struct _IO_FILE_plus*)(fp))->vtable' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/libio/iofputs_u.c:40:35: portability: '(void*)&((struct _IO_FILE_plus*)(fp))->vtable' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/libio/iofputws.c:42:10: portability: '(void*)&((struct _IO_FILE_plus*)(fp))->vtable' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/libio/iofputws_u.c:41:10: portability: '(void*)&((struct _IO_FILE_plus*)(fp))->vtable' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/libio/iofwide.c:200:0: error: #error "somehow determine this from LC_CTYPE" [preprocessorErrorDirective]
eglibc-2.13/libio/iofwrite.c:45:15: portability: '(void*)&((struct _IO_FILE_plus*)(fp))->vtable' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/libio/iofwrite_u.c:47:17: portability: '(void*)&((struct _IO_FILE_plus*)(fp))->vtable' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/libio/iopadn.c:60:11: portability: '(void*)&((struct _IO_FILE_plus*)(fp))->vtable' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/libio/iopadn.c:68:11: portability: '(void*)&((struct _IO_FILE_plus*)(fp))->vtable' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/libio/ioputs.c:42:10: portability: '(void*)&((struct _IO_FILE_plus*)((struct _IO_FILE*)(&_IO_2_1_stdout_)))->vtable' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/libio/ioseekoff.c:71:10: portability: '(void*)&((struct _IO_FILE_plus*)(fp))->vtable' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/libio/ioseekpos.c:50:10: portability: '(void*)&((struct _IO_FILE_plus*)(fp))->vtable' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/libio/iosetbuffer.c:44:10: portability: '(void*)&((struct _IO_FILE_plus*)(fp))->vtable' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/libio/iosetvbuf.c:66:12: portability: '(void*)&((struct _IO_FILE_plus*)(fp))->vtable' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/libio/iosetvbuf.c:96:12: portability: '(void*)&((struct _IO_FILE_plus*)(fp))->vtable' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/libio/iovdprintf.c:66:3: portability: '(void*)&((struct _IO_FILE_plus*)(&tmpfil.file))->vtable' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/libio/iovsprintf.c:47:0: error: failed to expand 'INTDEF2', Wrong number of parameters for macro 'INTDEF2'. [preprocessorErrorDirective]
eglibc-2.13/libio/iowpadn.c:66:11: portability: '(void*)&((struct _IO_FILE_plus*)(fp))->vtable' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/libio/iowpadn.c:74:11: portability: '(void*)&((struct _IO_FILE_plus*)(fp))->vtable' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/libio/memstream.c:88:5: error: Memory leak: new_f [memleak]
eglibc-2.13/libio/peekc.c:35:16: style: Function '_IO_peekc_locked' argument 1 names different: declaration '__fp' definition 'fp'. [funcArgNamesDifferent]
eglibc-2.13/libio/libio.h:465:40: note: Function '_IO_peekc_locked' argument 1 names different: declaration '__fp' definition 'fp'.
eglibc-2.13/libio/peekc.c:35:16: note: Function '_IO_peekc_locked' argument 1 names different: declaration '__fp' definition 'fp'.
eglibc-2.13/libio/putc.c:27:10: style: Function '_IO_putc' argument 1 names different: declaration '__c' definition 'c'. [funcArgNamesDifferent]
eglibc-2.13/libio/libio.h:461:26: note: Function '_IO_putc' argument 1 names different: declaration '__c' definition 'c'.
eglibc-2.13/libio/putc.c:27:10: note: Function '_IO_putc' argument 1 names different: declaration '__c' definition 'c'.
eglibc-2.13/libio/putc.c:28:16: style: Function '_IO_putc' argument 2 names different: declaration '__fp' definition 'fp'. [funcArgNamesDifferent]
eglibc-2.13/libio/libio.h:461:41: note: Function '_IO_putc' argument 2 names different: declaration '__fp' definition 'fp'.
eglibc-2.13/libio/putc.c:28:16: note: Function '_IO_putc' argument 2 names different: declaration '__fp' definition 'fp'.
eglibc-2.13/libio/putchar.c:26:10: style: Function 'putchar' argument 1 names different: declaration '__c' definition 'c'. [funcArgNamesDifferent]
eglibc-2.13/libio/stdio.h:582:25: note: Function 'putchar' argument 1 names different: declaration '__c' definition 'c'.
eglibc-2.13/libio/putchar.c:26:10: note: Function 'putchar' argument 1 names different: declaration '__c' definition 'c'.
eglibc-2.13/libio/rewind.c:33:16: style: Function 'rewind' argument 1 names different: declaration '__stream' definition 'fp'. [funcArgNamesDifferent]
eglibc-2.13/libio/stdio.h:752:27: note: Function 'rewind' argument 1 names different: declaration '__stream' definition 'fp'.
eglibc-2.13/libio/rewind.c:33:16: note: Function 'rewind' argument 1 names different: declaration '__stream' definition 'fp'.
eglibc-2.13/libio/strops.c:259:48: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
eglibc-2.13/libio/tst-atime.c:26:18: style: Unused variable: sv [unusedVariable]
eglibc-2.13/libio/tst-atime.c:27:7: style: Unused variable: e [unusedVariable]
eglibc-2.13/libio/tst-atime.c:41:0: error: Memory leak: buf [memleak]
eglibc-2.13/libio/tst-ext2.c:29:34: style: Same expression on both sides of '!='. [duplicateExpression]
eglibc-2.13/libio/tst-ext2.c:37:30: style: Same expression on both sides of '!='. [duplicateExpression]
eglibc-2.13/libio/tst-ext2.c:43:34: style: Same expression on both sides of '!='. [duplicateExpression]
eglibc-2.13/libio/tst-ext2.c:44:30: style: Same expression on both sides of '!='. [duplicateExpression]
eglibc-2.13/libio/tst-ext2.c:50:34: style: Same expression on both sides of '!='. [duplicateExpression]
eglibc-2.13/libio/tst-ext2.c:51:30: style: Same expression on both sides of '!='. [duplicateExpression]
eglibc-2.13/libio/tst-fgetws.c:94:2: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/libio/tst-fgetws.c:130:2: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/libio/tst-fgetws.c:175:2: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/libio/tst-fgetws.c:100:8: error: Resource leak: fp [resourceLeak]
eglibc-2.13/libio/tst-fopenloc2.c:91:0: error: Resource leak: fp [resourceLeak]
eglibc-2.13/libio/tst-freopen.c:37:7: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
eglibc-2.13/libio/tst-freopen.c:44:7: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
eglibc-2.13/libio/tst-freopen.c:54:7: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
eglibc-2.13/libio/tst-freopen.c:60:7: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
eglibc-2.13/libio/tst-freopen.c:67:7: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
eglibc-2.13/libio/tst-freopen.c:75:7: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
eglibc-2.13/libio/tst-freopen.c:81:7: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
eglibc-2.13/libio/tst-freopen.c:87:7: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
eglibc-2.13/libio/tst-freopen.c:94:7: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
eglibc-2.13/libio/tst-mmap-eofsync.c:81:7: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/libio/tst-mmap-eofsync.c:51:7: error: Resource leak: f [resourceLeak]
eglibc-2.13/libio/tst-mmap-fflushsync.c:74:7: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/libio/tst-mmap-fflushsync.c:51:7: error: Resource leak: f [resourceLeak]
eglibc-2.13/libio/tst-mmap-setvbuf.c:37:7: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
eglibc-2.13/libio/tst-mmap-setvbuf.c:44:7: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
eglibc-2.13/libio/tst-mmap-setvbuf.c:54:7: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
eglibc-2.13/libio/tst-mmap-setvbuf.c:60:7: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
eglibc-2.13/libio/tst-mmap-setvbuf.c:66:7: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
eglibc-2.13/libio/tst-mmap-setvbuf.c:73:7: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
eglibc-2.13/libio/tst-mmap2-eofsync.c:85:7: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/libio/tst-mmap2-eofsync.c:57:7: error: Resource leak: f [resourceLeak]
eglibc-2.13/libio/tst-ungetwc2.c:70:8: style: Variable 'wc' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/libio/tst-widetext.c:59:7: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
eglibc-2.13/libio/tst-widetext.c:78:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
eglibc-2.13/libio/tst-widetext.c:87:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
eglibc-2.13/libio/tst-widetext.c:94:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
eglibc-2.13/libio/tst-widetext.c:102:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
eglibc-2.13/libio/tst-widetext.c:110:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
eglibc-2.13/libio/tst-widetext.c:125:7: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
eglibc-2.13/libio/tst-widetext.c:134:7: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
eglibc-2.13/libio/tst-widetext.c:142:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
eglibc-2.13/libio/tst-widetext.c:150:7: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
eglibc-2.13/libio/tst-widetext.c:159:7: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
eglibc-2.13/libio/tst-widetext.c:168:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
eglibc-2.13/libio/tst-widetext.c:177:7: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
eglibc-2.13/libio/tst-widetext.c:182:7: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
eglibc-2.13/libio/tst-widetext.c:189:7: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
eglibc-2.13/libio/tst-widetext.c:201:7: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
eglibc-2.13/libio/tst-widetext.c:207:7: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
eglibc-2.13/libio/tst-widetext.c:215:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
eglibc-2.13/libio/tst-widetext.c:221:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
eglibc-2.13/libio/tst-widetext.c:229:7: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
eglibc-2.13/libio/tst-widetext.c:239:7: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
eglibc-2.13/libio/tst-widetext.c:248:7: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
eglibc-2.13/libio/tst-widetext.c:278:7: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
eglibc-2.13/libio/tst-widetext.c:287:7: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
eglibc-2.13/libio/tst-widetext.c:295:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
eglibc-2.13/libio/tst-widetext.c:305:7: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
eglibc-2.13/libio/tst-widetext.c:311:7: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
eglibc-2.13/libio/tst-widetext.c:317:7: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
eglibc-2.13/libio/tst-widetext.c:324:7: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
eglibc-2.13/libio/tst-widetext.c:336:7: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
eglibc-2.13/libio/tst-widetext.c:342:7: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
eglibc-2.13/libio/tst-widetext.c:350:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
eglibc-2.13/libio/tst-widetext.c:356:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
eglibc-2.13/libio/tst-widetext.c:364:7: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
eglibc-2.13/libio/tst-widetext.c:264:4: style: Variable 'wendp[1]' is reassigned a value before the old one has been used. [redundantAssignment]
eglibc-2.13/libio/tst-widetext.c:260:4: note: Variable 'wendp[1]' is reassigned a value before the old one has been used.
eglibc-2.13/libio/tst-widetext.c:264:4: note: Variable 'wendp[1]' is reassigned a value before the old one has been used.
eglibc-2.13/libio/tst_getwc.c:34:10: warning: Either the condition 'n<sizeof(buf)-1' is redundant or the array 'buf[100]' is accessed at index 398, which is out of bounds. [arrayIndexOutOfBoundsCond]
eglibc-2.13/libio/tst_getwc.c:32:30: note: Assuming that condition 'n<sizeof(buf)-1' is not redundant
eglibc-2.13/libio/tst_getwc.c:34:10: note: Array index out of bounds
eglibc-2.13/libio/tst_getwc.c:35:14: warning: Either the condition 'n<sizeof(buf)-1' is redundant or the array 'buf[100]' is accessed at index 398, which is out of bounds. [arrayIndexOutOfBoundsCond]
eglibc-2.13/libio/tst_getwc.c:32:30: note: Assuming that condition 'n<sizeof(buf)-1' is not redundant
eglibc-2.13/libio/tst_getwc.c:35:14: note: Array index out of bounds
eglibc-2.13/libio/tst_getwc.c:34:10: warning: Either the condition 'n<399' is redundant or the array 'buf[100]' is accessed at index 398, which is out of bounds. [arrayIndexOutOfBoundsCond]
eglibc-2.13/libio/tst_getwc.c:32:30: note: Assuming that condition 'n<399' is not redundant
eglibc-2.13/libio/tst_getwc.c:34:10: note: Array index out of bounds
eglibc-2.13/libio/tst_getwc.c:35:14: warning: Either the condition 'n<399' is redundant or the array 'buf[100]' is accessed at index 398, which is out of bounds. [arrayIndexOutOfBoundsCond]
eglibc-2.13/libio/tst_getwc.c:32:30: note: Assuming that condition 'n<399' is not redundant
eglibc-2.13/libio/tst_getwc.c:35:14: note: Array index out of bounds
eglibc-2.13/libio/tst_putwc.c:61:10: warning: Either the condition 'n<sizeof(buf)-1' is redundant or the array 'buf[100]' is accessed at index 398, which is out of bounds. [arrayIndexOutOfBoundsCond]
eglibc-2.13/libio/tst_putwc.c:59:27: note: Assuming that condition 'n<sizeof(buf)-1' is not redundant
eglibc-2.13/libio/tst_putwc.c:61:10: note: Array index out of bounds
eglibc-2.13/libio/tst_putwc.c:62:14: warning: Either the condition 'n<sizeof(buf)-1' is redundant or the array 'buf[100]' is accessed at index 398, which is out of bounds. [arrayIndexOutOfBoundsCond]
eglibc-2.13/libio/tst_putwc.c:59:27: note: Assuming that condition 'n<sizeof(buf)-1' is not redundant
eglibc-2.13/libio/tst_putwc.c:62:14: note: Array index out of bounds
eglibc-2.13/libio/tst_putwc.c:92:10: warning: Either the condition 'n<sizeof(buf)-1' is redundant or the array 'buf[100]' is accessed at index 398, which is out of bounds. [arrayIndexOutOfBoundsCond]
eglibc-2.13/libio/tst_putwc.c:90:27: note: Assuming that condition 'n<sizeof(buf)-1' is not redundant
eglibc-2.13/libio/tst_putwc.c:92:10: note: Array index out of bounds
eglibc-2.13/libio/tst_putwc.c:93:14: warning: Either the condition 'n<sizeof(buf)-1' is redundant or the array 'buf[100]' is accessed at index 398, which is out of bounds. [arrayIndexOutOfBoundsCond]
eglibc-2.13/libio/tst_putwc.c:90:27: note: Assuming that condition 'n<sizeof(buf)-1' is not redundant
eglibc-2.13/libio/tst_putwc.c:93:14: note: Array index out of bounds
eglibc-2.13/libio/tst_putwc.c:61:10: warning: Either the condition 'n<399' is redundant or the array 'buf[100]' is accessed at index 398, which is out of bounds. [arrayIndexOutOfBoundsCond]
eglibc-2.13/libio/tst_putwc.c:59:27: note: Assuming that condition 'n<399' is not redundant
eglibc-2.13/libio/tst_putwc.c:61:10: note: Array index out of bounds
eglibc-2.13/libio/tst_putwc.c:62:14: warning: Either the condition 'n<399' is redundant or the array 'buf[100]' is accessed at index 398, which is out of bounds. [arrayIndexOutOfBoundsCond]
eglibc-2.13/libio/tst_putwc.c:59:27: note: Assuming that condition 'n<399' is not redundant
eglibc-2.13/libio/tst_putwc.c:62:14: note: Array index out of bounds
eglibc-2.13/libio/tst_putwc.c:92:10: warning: Either the condition 'n<399' is redundant or the array 'buf[100]' is accessed at index 398, which is out of bounds. [arrayIndexOutOfBoundsCond]
eglibc-2.13/libio/tst_putwc.c:90:27: note: Assuming that condition 'n<399' is not redundant
eglibc-2.13/libio/tst_putwc.c:92:10: note: Array index out of bounds
eglibc-2.13/libio/tst_putwc.c:93:14: warning: Either the condition 'n<399' is redundant or the array 'buf[100]' is accessed at index 398, which is out of bounds. [arrayIndexOutOfBoundsCond]
eglibc-2.13/libio/tst_putwc.c:90:27: note: Assuming that condition 'n<399' is not redundant
eglibc-2.13/libio/tst_putwc.c:93:14: note: Array index out of bounds
eglibc-2.13/libio/tst_swprintf.c:31:7: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/libio/tst_swprintf.c:44:7: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/libio/tst_wprintf.c:9:3: warning: %Iu in format string (no. 1) requires 'size_t' but the argument type is 'unsigned int'. [invalidPrintfArgType_uint]
eglibc-2.13/libio/wfileops.c:268:33: style: Same expression on both sides of '!=' because the value of 'naccbuf' and '0' are the same. [duplicateExpression]
eglibc-2.13/libio/wfileops.c:239:20: note: 'naccbuf' is assigned value '0' here.
eglibc-2.13/libio/wfileops.c:268:33: note: Same expression on both sides of '!=' because the value of 'naccbuf' and '0' are the same.
eglibc-2.13/libio/wfileops.c:223:2: portability: '(void*)&((struct _IO_FILE_plus*)((struct _IO_FILE*)(&_IO_2_1_stdout_)))->vtable' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/libio/wfileops.c:241:11: portability: '(void*)&((struct _IO_FILE_plus*)(fp))->vtable' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/libio/wfileops.c:529:17: portability: '(void*)&((struct _IO_FILE_plus*)(fp))->vtable' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/libio/wfileops.c:666:6: portability: '(void*)&((struct _IO_FILE_plus*)(fp))->vtable' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/libio/wfileops.c:714:12: portability: '(void*)&((struct _IO_FILE_plus*)(fp))->vtable' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/libio/wfileops.c:721:15: portability: '(void*)&((struct _IO_FILE_plus*)(fp))->vtable' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/libio/wfileops.c:744:12: portability: '(void*)&((struct _IO_FILE_plus*)(fp))->vtable' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/libio/wfileops.c:764:5: portability: '(void*)&((struct _IO_FILE_plus*)(fp))->vtable' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/libio/wfileops.c:382:3: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/libio/wgenops.c:232:9: portability: '(void*)&((struct _IO_FILE_plus*)(fp))->vtable' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/libio/wgenops.c:247:10: portability: '(void*)&((struct _IO_FILE_plus*)(f))->vtable' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/libio/wgenops.c:279:10: portability: '(void*)&((struct _IO_FILE_plus*)(fp))->vtable' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/libio/wgenops.c:310:10: portability: '(void*)&((struct _IO_FILE_plus*)(fp))->vtable' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/libio/wgenops.c:614:14: portability: '(void*)&((struct _IO_FILE_plus*)(fp))->vtable' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/libio/wgenops.c:635:14: portability: '(void*)&((struct _IO_FILE_plus*)(fp))->vtable' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/libio/wmemstream.c:89:5: error: Memory leak: new_f [memleak]
eglibc-2.13/libio/wstrops.c:121:47: warning: Either the condition 'old_buf' is redundant or there is overflow in pointer subtraction. [nullPointerArithmeticRedundantCheck]
eglibc-2.13/libio/wstrops.c:109:8: note: Assuming that condition 'old_buf' is not redundant
eglibc-2.13/libio/wstrops.c:121:47: note: Null pointer subtraction
eglibc-2.13/libio/wstrops.c:123:46: warning: Either the condition 'old_buf' is redundant or there is overflow in pointer subtraction. [nullPointerArithmeticRedundantCheck]
eglibc-2.13/libio/wstrops.c:109:8: note: Assuming that condition 'old_buf' is not redundant
eglibc-2.13/libio/wstrops.c:123:46: note: Null pointer subtraction
eglibc-2.13/libio/wstrops.c:125:46: warning: Either the condition 'old_buf' is redundant or there is overflow in pointer subtraction. [nullPointerArithmeticRedundantCheck]
eglibc-2.13/libio/wstrops.c:109:8: note: Assuming that condition 'old_buf' is not redundant
eglibc-2.13/libio/wstrops.c:125:46: note: Null pointer subtraction
eglibc-2.13/libio/wstrops.c:127:47: warning: Either the condition 'old_buf' is redundant or there is overflow in pointer subtraction. [nullPointerArithmeticRedundantCheck]
eglibc-2.13/libio/wstrops.c:109:8: note: Assuming that condition 'old_buf' is not redundant
eglibc-2.13/libio/wstrops.c:127:47: note: Null pointer subtraction
eglibc-2.13/libio/wstrops.c:251:48: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
eglibc-2.13/linuxthreads/Examples/ex2.c:99:7: style: The scope of the variable 'd' can be reduced. [variableScope]
eglibc-2.13/linuxthreads/Examples/ex4.c:95:3: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
eglibc-2.13/linuxthreads/Examples/ex4.c:94:3: note: Variable 'res' is reassigned a value before the old one has been used.
eglibc-2.13/linuxthreads/Examples/ex4.c:95:3: note: Variable 'res' is reassigned a value before the old one has been used.
eglibc-2.13/linuxthreads/Examples/ex4.c:96:3: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
eglibc-2.13/linuxthreads/Examples/ex4.c:95:3: note: Variable 'res' is reassigned a value before the old one has been used.
eglibc-2.13/linuxthreads/Examples/ex4.c:96:3: note: Variable 'res' is reassigned a value before the old one has been used.
eglibc-2.13/linuxthreads/Examples/ex4.c:110:3: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
eglibc-2.13/linuxthreads/Examples/ex4.c:107:3: note: Variable 'res' is reassigned a value before the old one has been used.
eglibc-2.13/linuxthreads/Examples/ex4.c:110:3: note: Variable 'res' is reassigned a value before the old one has been used.
eglibc-2.13/linuxthreads/Examples/ex5.c:89:7: style: The scope of the variable 'd' can be reduced. [variableScope]
eglibc-2.13/linuxthreads/Examples/ex9.c:49:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
eglibc-2.13/linuxthreads/attr.c:32:45: style: Function '__pthread_attr_init_2_1' argument 1 names different: declaration '__attr' definition 'attr'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads/internals.h:429:53: note: Function '__pthread_attr_init_2_1' argument 1 names different: declaration '__attr' definition 'attr'.
eglibc-2.13/linuxthreads/attr.c:32:45: note: Function '__pthread_attr_init_2_1' argument 1 names different: declaration '__attr' definition 'attr'.
eglibc-2.13/linuxthreads/attr.c:166:49: style: Function '__pthread_attr_setguardsize' argument 1 names different: declaration '__attr' definition 'attr'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads/internals.h:296:57: note: Function '__pthread_attr_setguardsize' argument 1 names different: declaration '__attr' definition 'attr'.
eglibc-2.13/linuxthreads/attr.c:166:49: note: Function '__pthread_attr_setguardsize' argument 1 names different: declaration '__attr' definition 'attr'.
eglibc-2.13/linuxthreads/attr.c:166:62: style: Function '__pthread_attr_setguardsize' argument 2 names different: declaration '__guardsize' definition 'guardsize'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads/internals.h:297:13: note: Function '__pthread_attr_setguardsize' argument 2 names different: declaration '__guardsize' definition 'guardsize'.
eglibc-2.13/linuxthreads/attr.c:166:62: note: Function '__pthread_attr_setguardsize' argument 2 names different: declaration '__guardsize' definition 'guardsize'.
eglibc-2.13/linuxthreads/attr.c:272:55: style: Function '__pthread_attr_getstacksize' argument 1 names different: declaration '__attr' definition 'attr'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads/internals.h:306:63: note: Function '__pthread_attr_getstacksize' argument 1 names different: declaration '__attr' definition 'attr'.
eglibc-2.13/linuxthreads/attr.c:272:55: note: Function '__pthread_attr_getstacksize' argument 1 names different: declaration '__attr' definition 'attr'.
eglibc-2.13/linuxthreads/attr.c:272:69: style: Function '__pthread_attr_getstacksize' argument 2 names different: declaration '__stacksize' definition 'stacksize'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads/internals.h:307:14: note: Function '__pthread_attr_getstacksize' argument 2 names different: declaration '__stacksize' definition 'stacksize'.
eglibc-2.13/linuxthreads/attr.c:272:69: note: Function '__pthread_attr_getstacksize' argument 2 names different: declaration '__stacksize' definition 'stacksize'.
eglibc-2.13/linuxthreads/attr.c:337:52: style: Function '__pthread_attr_getstack' argument 1 names different: declaration '__attr' definition 'attr'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads/internals.h:310:59: note: Function '__pthread_attr_getstack' argument 1 names different: declaration '__attr' definition 'attr'.
eglibc-2.13/linuxthreads/attr.c:337:52: note: Function '__pthread_attr_getstack' argument 1 names different: declaration '__attr' definition 'attr'.
eglibc-2.13/linuxthreads/attr.c:337:65: style: Function '__pthread_attr_getstack' argument 2 names different: declaration '__stackaddr' definition 'stackaddr'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads/internals.h:310:74: note: Function '__pthread_attr_getstack' argument 2 names different: declaration '__stackaddr' definition 'stackaddr'.
eglibc-2.13/linuxthreads/attr.c:337:65: note: Function '__pthread_attr_getstack' argument 2 names different: declaration '__stackaddr' definition 'stackaddr'.
eglibc-2.13/linuxthreads/attr.c:338:17: style: Function '__pthread_attr_getstack' argument 3 names different: declaration '__stacksize' definition 'stacksize'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads/internals.h:311:17: note: Function '__pthread_attr_getstack' argument 3 names different: declaration '__stacksize' definition 'stacksize'.
eglibc-2.13/linuxthreads/attr.c:338:17: note: Function '__pthread_attr_getstack' argument 3 names different: declaration '__stacksize' definition 'stacksize'.
eglibc-2.13/linuxthreads/barrier.c:32:34: style: The scope of the variable 'th' can be reduced. [variableScope]
eglibc-2.13/linuxthreads/barrier.c:110:63: style: Function '__pthread_barrierattr_getpshared' argument 1 names different: declaration '__attr' definition 'attr'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads/internals.h:400:11: note: Function '__pthread_barrierattr_getpshared' argument 1 names different: declaration '__attr' definition 'attr'.
eglibc-2.13/linuxthreads/barrier.c:110:63: note: Function '__pthread_barrierattr_getpshared' argument 1 names different: declaration '__attr' definition 'attr'.
eglibc-2.13/linuxthreads/barrier.c:111:11: style: Function '__pthread_barrierattr_getpshared' argument 2 names different: declaration '__pshared' definition 'pshared'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads/internals.h:401:16: note: Function '__pthread_barrierattr_getpshared' argument 2 names different: declaration '__pshared' definition 'pshared'.
eglibc-2.13/linuxthreads/barrier.c:111:11: note: Function '__pthread_barrierattr_getpshared' argument 2 names different: declaration '__pshared' definition 'pshared'.
eglibc-2.13/linuxthreads/cancel.c:29:0: error: #error "Define either _STACK_GROWS_DOWN or _STACK_GROWS_UP" [preprocessorErrorDirective]
eglibc-2.13/linuxthreads/forward.c:51:1: style: Function '__pthread_attr_init_2_1' argument 1 names different: declaration '__attr' definition 'attr'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads/internals.h:429:53: note: Function '__pthread_attr_init_2_1' argument 1 names different: declaration '__attr' definition 'attr'.
eglibc-2.13/linuxthreads/forward.c:51:1: note: Function '__pthread_attr_init_2_1' argument 1 names different: declaration '__attr' definition 'attr'.
eglibc-2.13/linuxthreads/join.c:121:7: style: The scope of the variable 'already_canceled' can be reduced. [variableScope]
eglibc-2.13/linuxthreads/joinrace.c:18:7: style: The scope of the variable 'istatus' can be reduced. [variableScope]
eglibc-2.13/linuxthreads/manager.c:117:25: style: Function '__pthread_manager' argument 1 names different: declaration 'reqfd' definition 'arg'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads/internals.h:283:37: note: Function '__pthread_manager' argument 1 names different: declaration 'reqfd' definition 'arg'.
eglibc-2.13/linuxthreads/manager.c:117:25: note: Function '__pthread_manager' argument 1 names different: declaration 'reqfd' definition 'arg'.
eglibc-2.13/linuxthreads/manager.c:236:35: style: Function '__pthread_manager_event' argument 1 names different: declaration 'reqfd' definition 'arg'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads/internals.h:284:43: note: Function '__pthread_manager_event' argument 1 names different: declaration 'reqfd' definition 'arg'.
eglibc-2.13/linuxthreads/manager.c:236:35: note: Function '__pthread_manager_event' argument 1 names different: declaration 'reqfd' definition 'arg'.
eglibc-2.13/linuxthreads/manager.c:561:36: portability: 'map_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/linuxthreads/manager.c:562:28: portability: 'map_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/linuxthreads/manager.c:475:13: style: Unused variable: res_addr [unusedVariable]
eglibc-2.13/linuxthreads/mutex.c:28:44: style: Function '__pthread_mutex_init' argument 1 names different: declaration '__mutex' definition 'mutex'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads/internals.h:341:51: note: Function '__pthread_mutex_init' argument 1 names different: declaration '__mutex' definition 'mutex'.
eglibc-2.13/linuxthreads/mutex.c:28:44: note: Function '__pthread_mutex_init' argument 1 names different: declaration '__mutex' definition 'mutex'.
eglibc-2.13/linuxthreads/mutex.c:29:52: style: Function '__pthread_mutex_init' argument 2 names different: declaration '__mutex_attr' definition 'mutex_attr'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads/internals.h:342:35: note: Function '__pthread_mutex_init' argument 2 names different: declaration '__mutex_attr' definition 'mutex_attr'.
eglibc-2.13/linuxthreads/mutex.c:29:52: note: Function '__pthread_mutex_init' argument 2 names different: declaration '__mutex_attr' definition 'mutex_attr'.
eglibc-2.13/linuxthreads/ptcleanup.c:55:0: error: #error "Define either _STACK_GROWS_DOWN or _STACK_GROWS_UP" [preprocessorErrorDirective]
eglibc-2.13/linuxthreads/pthread.c:41:0: error: #error "This must not happen" [preprocessorErrorDirective]
eglibc-2.13/linuxthreads/rwlock.c:607:53: style: Function '__pthread_rwlockattr_destroy' argument 1 names different: declaration '__attr' definition 'attr'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads/internals.h:397:64: note: Function '__pthread_rwlockattr_destroy' argument 1 names different: declaration '__attr' definition 'attr'.
eglibc-2.13/linuxthreads/rwlock.c:607:53: note: Function '__pthread_rwlockattr_destroy' argument 1 names different: declaration '__attr' definition 'attr'.
eglibc-2.13/linuxthreads/semaphore.c:140:17: style: The scope of the variable 'th' can be reduced. [variableScope]
eglibc-2.13/linuxthreads/semaphore.c:27:27: style: Function '__new_sem_init' argument 1 names different: declaration '__sem' definition 'sem'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads/internals.h:422:35: note: Function '__new_sem_init' argument 1 names different: declaration '__sem' definition 'sem'.
eglibc-2.13/linuxthreads/semaphore.c:27:27: note: Function '__new_sem_init' argument 1 names different: declaration '__sem' definition 'sem'.
eglibc-2.13/linuxthreads/semaphore.c:27:36: style: Function '__new_sem_init' argument 2 names different: declaration '__pshared' definition 'pshared'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads/internals.h:422:46: note: Function '__new_sem_init' argument 2 names different: declaration '__pshared' definition 'pshared'.
eglibc-2.13/linuxthreads/semaphore.c:27:36: note: Function '__new_sem_init' argument 2 names different: declaration '__pshared' definition 'pshared'.
eglibc-2.13/linuxthreads/semaphore.c:27:58: style: Function '__new_sem_init' argument 3 names different: declaration '__value' definition 'value'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads/internals.h:422:70: note: Function '__new_sem_init' argument 3 names different: declaration '__value' definition 'value'.
eglibc-2.13/linuxthreads/semaphore.c:27:58: note: Function '__new_sem_init' argument 3 names different: declaration '__value' definition 'value'.
eglibc-2.13/linuxthreads/semaphore.c:59:28: style: Function '__new_sem_wait' argument 1 names different: declaration '__sem' definition 'sem'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads/internals.h:423:35: note: Function '__new_sem_wait' argument 1 names different: declaration '__sem' definition 'sem'.
eglibc-2.13/linuxthreads/semaphore.c:59:28: note: Function '__new_sem_wait' argument 1 names different: declaration '__sem' definition 'sem'.
eglibc-2.13/linuxthreads/semaphore.c:121:31: style: Function '__new_sem_trywait' argument 1 names different: declaration '__sem' definition 'sem'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads/internals.h:424:38: note: Function '__new_sem_trywait' argument 1 names different: declaration '__sem' definition 'sem'.
eglibc-2.13/linuxthreads/semaphore.c:121:31: note: Function '__new_sem_trywait' argument 1 names different: declaration '__sem' definition 'sem'.
eglibc-2.13/linuxthreads/semaphore.c:178:32: style: Function '__new_sem_getvalue' argument 1 names different: declaration '__sem' definition 'sem'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads/internals.h:425:39: note: Function '__new_sem_getvalue' argument 1 names different: declaration '__sem' definition 'sem'.
eglibc-2.13/linuxthreads/semaphore.c:178:32: note: Function '__new_sem_getvalue' argument 1 names different: declaration '__sem' definition 'sem'.
eglibc-2.13/linuxthreads/semaphore.c:178:43: style: Function '__new_sem_getvalue' argument 2 names different: declaration '__sval' definition 'sval'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads/internals.h:425:62: note: Function '__new_sem_getvalue' argument 2 names different: declaration '__sval' definition 'sval'.
eglibc-2.13/linuxthreads/semaphore.c:178:43: note: Function '__new_sem_getvalue' argument 2 names different: declaration '__sval' definition 'sval'.
eglibc-2.13/linuxthreads/semaphore.c:184:31: style: Function '__new_sem_destroy' argument 1 names different: declaration '__sem' definition 'sem'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads/internals.h:426:38: note: Function '__new_sem_destroy' argument 1 names different: declaration '__sem' definition 'sem'.
eglibc-2.13/linuxthreads/semaphore.c:184:31: note: Function '__new_sem_destroy' argument 1 names different: declaration '__sem' definition 'sem'.
eglibc-2.13/linuxthreads/spinlock.c:516:55: style: The scope of the variable 'pp_max_prio' can be reduced. [variableScope]
eglibc-2.13/linuxthreads/spinlock.c:382:7: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
eglibc-2.13/linuxthreads/sysdeps/unix/sysv/linux/allocrtsig.c:25:0: error: #error "This must not happen" [preprocessorErrorDirective]
eglibc-2.13/linuxthreads/sysdeps/unix/sysv/linux/pt-sigsuspend.c:35:14: style: Variable '__pthread_missing_rt_sigs' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/linuxthreads/tst-attr1.c:121:2: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/linuxthreads/tst-attr1.c:90:33: portability: 'stackaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/linuxthreads/tst-attr1.c:96:66: portability: 'stackaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/linuxthreads/tst-attr1.c:217:33: portability: 'stackaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/linuxthreads/tst-attr1.c:224:16: portability: 'stackaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/linuxthreads/tst-cancel.c:109:18: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/linuxthreads/tst-stack1.c:57:49: portability: 'stack' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/linuxthreads_db/td_ta_clear_event.c:26:27: style: Function 'td_ta_clear_event' argument 1 names different: declaration '__ta' definition 'ta'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:351:57: note: Function 'td_ta_clear_event' argument 1 names different: declaration '__ta' definition 'ta'.
eglibc-2.13/linuxthreads_db/td_ta_clear_event.c:26:27: note: Function 'td_ta_clear_event' argument 1 names different: declaration '__ta' definition 'ta'.
eglibc-2.13/linuxthreads_db/td_ta_clear_event.c:27:23: style: Function 'td_ta_clear_event' argument 2 names different: declaration '__event' definition 'event'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:352:25: note: Function 'td_ta_clear_event' argument 2 names different: declaration '__event' definition 'event'.
eglibc-2.13/linuxthreads_db/td_ta_clear_event.c:27:23: note: Function 'td_ta_clear_event' argument 2 names different: declaration '__event' definition 'event'.
eglibc-2.13/linuxthreads_db/td_ta_delete.c:27:30: style: Function 'td_ta_delete' argument 1 names different: declaration '__ta' definition 'ta'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:308:46: note: Function 'td_ta_delete' argument 1 names different: declaration '__ta' definition 'ta'.
eglibc-2.13/linuxthreads_db/td_ta_delete.c:27:30: note: Function 'td_ta_delete' argument 1 names different: declaration '__ta' definition 'ta'.
eglibc-2.13/linuxthreads_db/td_ta_enable_stats.c:25:42: style: Function 'td_ta_enable_stats' argument 1 names different: declaration '__ta' definition 'ta'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:364:58: note: Function 'td_ta_enable_stats' argument 1 names different: declaration '__ta' definition 'ta'.
eglibc-2.13/linuxthreads_db/td_ta_enable_stats.c:25:42: note: Function 'td_ta_enable_stats' argument 1 names different: declaration '__ta' definition 'ta'.
eglibc-2.13/linuxthreads_db/td_ta_enable_stats.c:25:50: style: Function 'td_ta_enable_stats' argument 2 names different: declaration '__enable' definition 'enable'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:364:68: note: Function 'td_ta_enable_stats' argument 2 names different: declaration '__enable' definition 'enable'.
eglibc-2.13/linuxthreads_db/td_ta_enable_stats.c:25:50: note: Function 'td_ta_enable_stats' argument 2 names different: declaration '__enable' definition 'enable'.
eglibc-2.13/linuxthreads_db/td_ta_event_addr.c:25:40: style: Function 'td_ta_event_addr' argument 1 names different: declaration '__ta' definition 'ta'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:343:56: note: Function 'td_ta_event_addr' argument 1 names different: declaration '__ta' definition 'ta'.
eglibc-2.13/linuxthreads_db/td_ta_event_addr.c:25:40: note: Function 'td_ta_event_addr' argument 1 names different: declaration '__ta' definition 'ta'.
eglibc-2.13/linuxthreads_db/td_ta_event_addr.c:25:55: style: Function 'td_ta_event_addr' argument 2 names different: declaration '__event' definition 'event'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:344:18: note: Function 'td_ta_event_addr' argument 2 names different: declaration '__event' definition 'event'.
eglibc-2.13/linuxthreads_db/td_ta_event_addr.c:25:55: note: Function 'td_ta_event_addr' argument 2 names different: declaration '__event' definition 'event'.
eglibc-2.13/linuxthreads_db/td_ta_event_addr.c:25:75: style: Function 'td_ta_event_addr' argument 3 names different: declaration '__ptr' definition 'addr'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:344:40: note: Function 'td_ta_event_addr' argument 3 names different: declaration '__ptr' definition 'addr'.
eglibc-2.13/linuxthreads_db/td_ta_event_addr.c:25:75: note: Function 'td_ta_event_addr' argument 3 names different: declaration '__ptr' definition 'addr'.
eglibc-2.13/linuxthreads_db/td_ta_event_getmsg.c:29:42: style: Function 'td_ta_event_getmsg' argument 1 names different: declaration '__ta' definition 'ta'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:355:58: note: Function 'td_ta_event_getmsg' argument 1 names different: declaration '__ta' definition 'ta'.
eglibc-2.13/linuxthreads_db/td_ta_event_getmsg.c:29:42: note: Function 'td_ta_event_getmsg' argument 1 names different: declaration '__ta' definition 'ta'.
eglibc-2.13/linuxthreads_db/td_ta_event_getmsg.c:29:62: style: Function 'td_ta_event_getmsg' argument 2 names different: declaration '__msg' definition 'msg'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:356:25: note: Function 'td_ta_event_getmsg' argument 2 names different: declaration '__msg' definition 'msg'.
eglibc-2.13/linuxthreads_db/td_ta_event_getmsg.c:29:62: note: Function 'td_ta_event_getmsg' argument 2 names different: declaration '__msg' definition 'msg'.
eglibc-2.13/linuxthreads_db/td_ta_get_nthreads.c:24:42: style: Function 'td_ta_get_nthreads' argument 1 names different: declaration '__ta' definition 'ta'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:311:58: note: Function 'td_ta_get_nthreads' argument 1 names different: declaration '__ta' definition 'ta'.
eglibc-2.13/linuxthreads_db/td_ta_get_nthreads.c:24:42: note: Function 'td_ta_get_nthreads' argument 1 names different: declaration '__ta' definition 'ta'.
eglibc-2.13/linuxthreads_db/td_ta_get_nthreads.c:24:51: style: Function 'td_ta_get_nthreads' argument 2 names different: declaration '__np' definition 'np'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:311:69: note: Function 'td_ta_get_nthreads' argument 2 names different: declaration '__np' definition 'np'.
eglibc-2.13/linuxthreads_db/td_ta_get_nthreads.c:24:51: note: Function 'td_ta_get_nthreads' argument 2 names different: declaration '__np' definition 'np'.
eglibc-2.13/linuxthreads_db/td_ta_get_ph.c:25:36: style: Function 'td_ta_get_ph' argument 1 names different: declaration '__ta' definition 'ta'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:315:52: note: Function 'td_ta_get_ph' argument 1 names different: declaration '__ta' definition 'ta'.
eglibc-2.13/linuxthreads_db/td_ta_get_ph.c:25:36: note: Function 'td_ta_get_ph' argument 1 names different: declaration '__ta' definition 'ta'.
eglibc-2.13/linuxthreads_db/td_ta_get_ph.c:25:63: style: Function 'td_ta_get_ph' argument 2 names different: declaration '__ph' definition 'ph'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:316:33: note: Function 'td_ta_get_ph' argument 2 names different: declaration '__ph' definition 'ph'.
eglibc-2.13/linuxthreads_db/td_ta_get_ph.c:25:63: note: Function 'td_ta_get_ph' argument 2 names different: declaration '__ph' definition 'ph'.
eglibc-2.13/linuxthreads_db/td_ta_get_stats.c:25:39: style: Function 'td_ta_get_stats' argument 1 names different: declaration '__ta' definition 'ta'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:370:55: note: Function 'td_ta_get_stats' argument 1 names different: declaration '__ta' definition 'ta'.
eglibc-2.13/linuxthreads_db/td_ta_get_stats.c:25:39: note: Function 'td_ta_get_stats' argument 1 names different: declaration '__ta' definition 'ta'.
eglibc-2.13/linuxthreads_db/td_ta_get_stats.c:25:58: style: Function 'td_ta_get_stats' argument 2 names different: declaration '__statsp' definition 'statsp'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:371:21: note: Function 'td_ta_get_stats' argument 2 names different: declaration '__statsp' definition 'statsp'.
eglibc-2.13/linuxthreads_db/td_ta_get_stats.c:25:58: note: Function 'td_ta_get_stats' argument 2 names different: declaration '__statsp' definition 'statsp'.
eglibc-2.13/linuxthreads_db/td_ta_map_id2thr.c:26:40: style: Function 'td_ta_map_id2thr' argument 1 names different: declaration '__ta' definition 'ta'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:320:56: note: Function 'td_ta_map_id2thr' argument 1 names different: declaration '__ta' definition 'ta'.
eglibc-2.13/linuxthreads_db/td_ta_map_id2thr.c:26:40: note: Function 'td_ta_map_id2thr' argument 1 names different: declaration '__ta' definition 'ta'.
eglibc-2.13/linuxthreads_db/td_ta_map_id2thr.c:26:54: style: Function 'td_ta_map_id2thr' argument 2 names different: declaration '__pt' definition 'pt'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:320:72: note: Function 'td_ta_map_id2thr' argument 2 names different: declaration '__pt' definition 'pt'.
eglibc-2.13/linuxthreads_db/td_ta_map_id2thr.c:26:54: note: Function 'td_ta_map_id2thr' argument 2 names different: declaration '__pt' definition 'pt'.
eglibc-2.13/linuxthreads_db/td_ta_map_id2thr.c:26:74: style: Function 'td_ta_map_id2thr' argument 3 names different: declaration '__th' definition 'th'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:321:23: note: Function 'td_ta_map_id2thr' argument 3 names different: declaration '__th' definition 'th'.
eglibc-2.13/linuxthreads_db/td_ta_map_id2thr.c:26:74: note: Function 'td_ta_map_id2thr' argument 3 names different: declaration '__th' definition 'th'.
eglibc-2.13/linuxthreads_db/td_ta_map_lwp2thr.c:26:41: style: Function 'td_ta_map_lwp2thr' argument 1 names different: declaration '__ta' definition 'ta'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:325:57: note: Function 'td_ta_map_lwp2thr' argument 1 names different: declaration '__ta' definition 'ta'.
eglibc-2.13/linuxthreads_db/td_ta_map_lwp2thr.c:26:41: note: Function 'td_ta_map_lwp2thr' argument 1 names different: declaration '__ta' definition 'ta'.
eglibc-2.13/linuxthreads_db/td_ta_map_lwp2thr.c:26:53: style: Function 'td_ta_map_lwp2thr' argument 2 names different: declaration '__lwpid' definition 'lwpid'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:325:71: note: Function 'td_ta_map_lwp2thr' argument 2 names different: declaration '__lwpid' definition 'lwpid'.
eglibc-2.13/linuxthreads_db/td_ta_map_lwp2thr.c:26:53: note: Function 'td_ta_map_lwp2thr' argument 2 names different: declaration '__lwpid' definition 'lwpid'.
eglibc-2.13/linuxthreads_db/td_ta_map_lwp2thr.c:26:76: style: Function 'td_ta_map_lwp2thr' argument 3 names different: declaration '__th' definition 'th'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:326:24: note: Function 'td_ta_map_lwp2thr' argument 3 names different: declaration '__th' definition 'th'.
eglibc-2.13/linuxthreads_db/td_ta_map_lwp2thr.c:26:76: note: Function 'td_ta_map_lwp2thr' argument 3 names different: declaration '__th' definition 'th'.
eglibc-2.13/linuxthreads_db/td_ta_new.c:35:34: style: Function 'td_ta_new' argument 1 names different: declaration '__ps' definition 'ps'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:305:50: note: Function 'td_ta_new' argument 1 names different: declaration '__ps' definition 'ps'.
eglibc-2.13/linuxthreads_db/td_ta_new.c:35:34: note: Function 'td_ta_new' argument 1 names different: declaration '__ps' definition 'ps'.
eglibc-2.13/linuxthreads_db/td_ta_new.c:35:54: style: Function 'td_ta_new' argument 2 names different: declaration '__ta' definition 'ta'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:305:72: note: Function 'td_ta_new' argument 2 names different: declaration '__ta' definition 'ta'.
eglibc-2.13/linuxthreads_db/td_ta_new.c:35:54: note: Function 'td_ta_new' argument 2 names different: declaration '__ta' definition 'ta'.
eglibc-2.13/linuxthreads_db/td_ta_reset_stats.c:25:41: style: Function 'td_ta_reset_stats' argument 1 names different: declaration '__ta' definition 'ta'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:367:57: note: Function 'td_ta_reset_stats' argument 1 names different: declaration '__ta' definition 'ta'.
eglibc-2.13/linuxthreads_db/td_ta_reset_stats.c:25:41: note: Function 'td_ta_reset_stats' argument 1 names different: declaration '__ta' definition 'ta'.
eglibc-2.13/linuxthreads_db/td_ta_set_event.c:26:27: style: Function 'td_ta_set_event' argument 1 names different: declaration '__ta' definition 'ta'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:347:55: note: Function 'td_ta_set_event' argument 1 names different: declaration '__ta' definition 'ta'.
eglibc-2.13/linuxthreads_db/td_ta_set_event.c:26:27: note: Function 'td_ta_set_event' argument 1 names different: declaration '__ta' definition 'ta'.
eglibc-2.13/linuxthreads_db/td_ta_set_event.c:27:23: style: Function 'td_ta_set_event' argument 2 names different: declaration '__event' definition 'event'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:348:23: note: Function 'td_ta_set_event' argument 2 names different: declaration '__event' definition 'event'.
eglibc-2.13/linuxthreads_db/td_ta_set_event.c:27:23: note: Function 'td_ta_set_event' argument 2 names different: declaration '__event' definition 'event'.
eglibc-2.13/linuxthreads_db/td_ta_setconcurrency.c:25:44: style: Function 'td_ta_setconcurrency' argument 1 names different: declaration '__ta' definition 'ta'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:360:60: note: Function 'td_ta_setconcurrency' argument 1 names different: declaration '__ta' definition 'ta'.
eglibc-2.13/linuxthreads_db/td_ta_setconcurrency.c:25:44: note: Function 'td_ta_setconcurrency' argument 1 names different: declaration '__ta' definition 'ta'.
eglibc-2.13/linuxthreads_db/td_ta_setconcurrency.c:25:52: style: Function 'td_ta_setconcurrency' argument 2 names different: declaration '__level' definition 'level'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:360:70: note: Function 'td_ta_setconcurrency' argument 2 names different: declaration '__level' definition 'level'.
eglibc-2.13/linuxthreads_db/td_ta_setconcurrency.c:25:52: note: Function 'td_ta_setconcurrency' argument 2 names different: declaration '__level' definition 'level'.
eglibc-2.13/linuxthreads_db/td_ta_thr_iter.c:109:38: style: Function 'td_ta_thr_iter' argument 1 names different: declaration '__ta' definition 'ta'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:331:54: note: Function 'td_ta_thr_iter' argument 1 names different: declaration '__ta' definition 'ta'.
eglibc-2.13/linuxthreads_db/td_ta_thr_iter.c:109:38: note: Function 'td_ta_thr_iter' argument 1 names different: declaration '__ta' definition 'ta'.
eglibc-2.13/linuxthreads_db/td_ta_thr_iter.c:109:57: style: Function 'td_ta_thr_iter' argument 2 names different: declaration '__callback' definition 'callback'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:332:20: note: Function 'td_ta_thr_iter' argument 2 names different: declaration '__callback' definition 'callback'.
eglibc-2.13/linuxthreads_db/td_ta_thr_iter.c:109:57: note: Function 'td_ta_thr_iter' argument 2 names different: declaration '__callback' definition 'callback'.
eglibc-2.13/linuxthreads_db/td_ta_thr_iter.c:110:9: style: Function 'td_ta_thr_iter' argument 3 names different: declaration '__cbdata_p' definition 'cbdata_p'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:332:38: note: Function 'td_ta_thr_iter' argument 3 names different: declaration '__cbdata_p' definition 'cbdata_p'.
eglibc-2.13/linuxthreads_db/td_ta_thr_iter.c:110:9: note: Function 'td_ta_thr_iter' argument 3 names different: declaration '__cbdata_p' definition 'cbdata_p'.
eglibc-2.13/linuxthreads_db/td_ta_thr_iter.c:110:34: style: Function 'td_ta_thr_iter' argument 4 names different: declaration '__state' definition 'state'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:333:20: note: Function 'td_ta_thr_iter' argument 4 names different: declaration '__state' definition 'state'.
eglibc-2.13/linuxthreads_db/td_ta_thr_iter.c:110:34: note: Function 'td_ta_thr_iter' argument 4 names different: declaration '__state' definition 'state'.
eglibc-2.13/linuxthreads_db/td_ta_thr_iter.c:110:45: style: Function 'td_ta_thr_iter' argument 5 names different: declaration '__ti_pri' definition 'ti_pri'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:333:33: note: Function 'td_ta_thr_iter' argument 5 names different: declaration '__ti_pri' definition 'ti_pri'.
eglibc-2.13/linuxthreads_db/td_ta_thr_iter.c:110:45: note: Function 'td_ta_thr_iter' argument 5 names different: declaration '__ti_pri' definition 'ti_pri'.
eglibc-2.13/linuxthreads_db/td_ta_thr_iter.c:111:13: style: Function 'td_ta_thr_iter' argument 6 names different: declaration '__ti_sigmask_p' definition 'ti_sigmask_p'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:334:15: note: Function 'td_ta_thr_iter' argument 6 names different: declaration '__ti_sigmask_p' definition 'ti_sigmask_p'.
eglibc-2.13/linuxthreads_db/td_ta_thr_iter.c:111:13: note: Function 'td_ta_thr_iter' argument 6 names different: declaration '__ti_sigmask_p' definition 'ti_sigmask_p'.
eglibc-2.13/linuxthreads_db/td_ta_thr_iter.c:111:40: style: Function 'td_ta_thr_iter' argument 7 names different: declaration '__ti_user_flags' definition 'ti_user_flags'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:335:18: note: Function 'td_ta_thr_iter' argument 7 names different: declaration '__ti_user_flags' definition 'ti_user_flags'.
eglibc-2.13/linuxthreads_db/td_ta_thr_iter.c:111:40: note: Function 'td_ta_thr_iter' argument 7 names different: declaration '__ti_user_flags' definition 'ti_user_flags'.
eglibc-2.13/linuxthreads_db/td_ta_thr_iter.c:130:42: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/linuxthreads_db/td_ta_tsd_iter.c:26:38: style: Function 'td_ta_tsd_iter' argument 1 names different: declaration '__ta' definition 'ta'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:338:54: note: Function 'td_ta_tsd_iter' argument 1 names different: declaration '__ta' definition 'ta'.
eglibc-2.13/linuxthreads_db/td_ta_tsd_iter.c:26:38: note: Function 'td_ta_tsd_iter' argument 1 names different: declaration '__ta' definition 'ta'.
eglibc-2.13/linuxthreads_db/td_ta_tsd_iter.c:26:57: style: Function 'td_ta_tsd_iter' argument 2 names different: declaration '__ki' definition 'callback'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:338:75: note: Function 'td_ta_tsd_iter' argument 2 names different: declaration '__ki' definition 'callback'.
eglibc-2.13/linuxthreads_db/td_ta_tsd_iter.c:26:57: note: Function 'td_ta_tsd_iter' argument 2 names different: declaration '__ki' definition 'callback'.
eglibc-2.13/linuxthreads_db/td_ta_tsd_iter.c:27:9: style: Function 'td_ta_tsd_iter' argument 3 names different: declaration '__p' definition 'cbdata_p'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:339:11: note: Function 'td_ta_tsd_iter' argument 3 names different: declaration '__p' definition 'cbdata_p'.
eglibc-2.13/linuxthreads_db/td_ta_tsd_iter.c:27:9: note: Function 'td_ta_tsd_iter' argument 3 names different: declaration '__p' definition 'cbdata_p'.
eglibc-2.13/linuxthreads_db/td_ta_tsd_iter.c:40:40: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/linuxthreads_db/td_thr_clear_event.c:28:28: style: Function 'td_thr_clear_event' argument 1 names different: declaration '__th' definition 'th'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:427:59: note: Function 'td_thr_clear_event' argument 1 names different: declaration '__th' definition 'th'.
eglibc-2.13/linuxthreads_db/td_thr_clear_event.c:28:28: note: Function 'td_thr_clear_event' argument 1 names different: declaration '__th' definition 'th'.
eglibc-2.13/linuxthreads_db/td_thr_clear_event.c:29:23: style: Function 'td_thr_clear_event' argument 2 names different: declaration '__event' definition 'event'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:428:26: note: Function 'td_thr_clear_event' argument 2 names different: declaration '__event' definition 'event'.
eglibc-2.13/linuxthreads_db/td_thr_clear_event.c:29:23: note: Function 'td_thr_clear_event' argument 2 names different: declaration '__event' definition 'event'.
eglibc-2.13/linuxthreads_db/td_thr_dbresume.c:25:40: style: Function 'td_thr_dbresume' argument 1 names different: declaration '__th' definition 'th'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:457:56: note: Function 'td_thr_dbresume' argument 1 names different: declaration '__th' definition 'th'.
eglibc-2.13/linuxthreads_db/td_thr_dbresume.c:25:40: note: Function 'td_thr_dbresume' argument 1 names different: declaration '__th' definition 'th'.
eglibc-2.13/linuxthreads_db/td_thr_dbsuspend.c:25:41: style: Function 'td_thr_dbsuspend' argument 1 names different: declaration '__th' definition 'th'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:454:57: note: Function 'td_thr_dbsuspend' argument 1 names different: declaration '__th' definition 'th'.
eglibc-2.13/linuxthreads_db/td_thr_dbsuspend.c:25:41: note: Function 'td_thr_dbsuspend' argument 1 names different: declaration '__th' definition 'th'.
eglibc-2.13/linuxthreads_db/td_thr_event_enable.c:28:28: style: Function 'td_thr_event_enable' argument 1 names different: declaration '__th' definition 'th'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:420:60: note: Function 'td_thr_event_enable' argument 1 names different: declaration '__th' definition 'th'.
eglibc-2.13/linuxthreads_db/td_thr_event_enable.c:28:28: note: Function 'td_thr_event_enable' argument 1 names different: declaration '__th' definition 'th'.
eglibc-2.13/linuxthreads_db/td_thr_event_enable.c:29:10: style: Function 'td_thr_event_enable' argument 2 names different: declaration '__event' definition 'onoff'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:420:70: note: Function 'td_thr_event_enable' argument 2 names different: declaration '__event' definition 'onoff'.
eglibc-2.13/linuxthreads_db/td_thr_event_enable.c:29:10: note: Function 'td_thr_event_enable' argument 2 names different: declaration '__event' definition 'onoff'.
eglibc-2.13/linuxthreads_db/td_thr_event_getmsg.c:28:44: style: Function 'td_thr_event_getmsg' argument 1 names different: declaration '__th' definition 'th'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:431:60: note: Function 'td_thr_event_getmsg' argument 1 names different: declaration '__th' definition 'th'.
eglibc-2.13/linuxthreads_db/td_thr_event_getmsg.c:28:44: note: Function 'td_thr_event_getmsg' argument 1 names different: declaration '__th' definition 'th'.
eglibc-2.13/linuxthreads_db/td_thr_event_getmsg.c:28:64: style: Function 'td_thr_event_getmsg' argument 2 names different: declaration '__msg' definition 'msg'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:432:26: note: Function 'td_thr_event_getmsg' argument 2 names different: declaration '__msg' definition 'msg'.
eglibc-2.13/linuxthreads_db/td_thr_event_getmsg.c:28:64: note: Function 'td_thr_event_getmsg' argument 2 names different: declaration '__msg' definition 'msg'.
eglibc-2.13/linuxthreads_db/td_thr_get_info.c:28:40: style: Function 'td_thr_get_info' argument 1 names different: declaration '__th' definition 'th'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:378:56: note: Function 'td_thr_get_info' argument 1 names different: declaration '__th' definition 'th'.
eglibc-2.13/linuxthreads_db/td_thr_get_info.c:28:40: note: Function 'td_thr_get_info' argument 1 names different: declaration '__th' definition 'th'.
eglibc-2.13/linuxthreads_db/td_thr_get_info.c:28:58: style: Function 'td_thr_get_info' argument 2 names different: declaration '__infop' definition 'infop'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:379:20: note: Function 'td_thr_get_info' argument 2 names different: declaration '__infop' definition 'infop'.
eglibc-2.13/linuxthreads_db/td_thr_get_info.c:28:58: note: Function 'td_thr_get_info' argument 2 names different: declaration '__infop' definition 'infop'.
eglibc-2.13/linuxthreads_db/td_thr_getfpregs.c:25:41: style: Function 'td_thr_getfpregs' argument 1 names different: declaration '__th' definition 'th'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:382:57: note: Function 'td_thr_getfpregs' argument 1 names different: declaration '__th' definition 'th'.
eglibc-2.13/linuxthreads_db/td_thr_getfpregs.c:25:41: note: Function 'td_thr_getfpregs' argument 1 names different: declaration '__th' definition 'th'.
eglibc-2.13/linuxthreads_db/td_thr_getfpregs.c:25:59: style: Function 'td_thr_getfpregs' argument 2 names different: declaration '__regset' definition 'regset'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:383:21: note: Function 'td_thr_getfpregs' argument 2 names different: declaration '__regset' definition 'regset'.
eglibc-2.13/linuxthreads_db/td_thr_getfpregs.c:25:59: note: Function 'td_thr_getfpregs' argument 2 names different: declaration '__regset' definition 'regset'.
eglibc-2.13/linuxthreads_db/td_thr_getgregs.c:25:40: style: Function 'td_thr_getgregs' argument 1 names different: declaration '__th' definition 'th'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:386:56: note: Function 'td_thr_getgregs' argument 1 names different: declaration '__th' definition 'th'.
eglibc-2.13/linuxthreads_db/td_thr_getgregs.c:25:40: note: Function 'td_thr_getgregs' argument 1 names different: declaration '__th' definition 'th'.
eglibc-2.13/linuxthreads_db/td_thr_getgregs.c:25:56: style: Function 'td_thr_getgregs' argument 2 names different: declaration '__gregs' definition 'gregs'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:387:18: note: Function 'td_thr_getgregs' argument 2 names different: declaration '__gregs' definition 'gregs'.
eglibc-2.13/linuxthreads_db/td_thr_getgregs.c:25:56: note: Function 'td_thr_getgregs' argument 2 names different: declaration '__gregs' definition 'gregs'.
eglibc-2.13/linuxthreads_db/td_thr_getxregs.c:25:40: style: Function 'td_thr_getxregs' argument 1 names different: declaration '__th' definition 'th'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:390:56: note: Function 'td_thr_getxregs' argument 1 names different: declaration '__th' definition 'th'.
eglibc-2.13/linuxthreads_db/td_thr_getxregs.c:25:40: note: Function 'td_thr_getxregs' argument 1 names different: declaration '__th' definition 'th'.
eglibc-2.13/linuxthreads_db/td_thr_getxregs.c:25:50: style: Function 'td_thr_getxregs' argument 2 names different: declaration '__xregs' definition 'xregs'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:390:68: note: Function 'td_thr_getxregs' argument 2 names different: declaration '__xregs' definition 'xregs'.
eglibc-2.13/linuxthreads_db/td_thr_getxregs.c:25:50: note: Function 'td_thr_getxregs' argument 2 names different: declaration '__xregs' definition 'xregs'.
eglibc-2.13/linuxthreads_db/td_thr_getxregsize.c:25:43: style: Function 'td_thr_getxregsize' argument 1 names different: declaration '__th' definition 'th'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:393:59: note: Function 'td_thr_getxregsize' argument 1 names different: declaration '__th' definition 'th'.
eglibc-2.13/linuxthreads_db/td_thr_getxregsize.c:25:43: note: Function 'td_thr_getxregsize' argument 1 names different: declaration '__th' definition 'th'.
eglibc-2.13/linuxthreads_db/td_thr_getxregsize.c:25:52: style: Function 'td_thr_getxregsize' argument 2 names different: declaration '__sizep' definition 'sizep'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:393:70: note: Function 'td_thr_getxregsize' argument 2 names different: declaration '__sizep' definition 'sizep'.
eglibc-2.13/linuxthreads_db/td_thr_getxregsize.c:25:52: note: Function 'td_thr_getxregsize' argument 2 names different: declaration '__sizep' definition 'sizep'.
eglibc-2.13/linuxthreads_db/td_thr_set_event.c:28:28: style: Function 'td_thr_set_event' argument 1 names different: declaration '__th' definition 'th'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:423:57: note: Function 'td_thr_set_event' argument 1 names different: declaration '__th' definition 'th'.
eglibc-2.13/linuxthreads_db/td_thr_set_event.c:28:28: note: Function 'td_thr_set_event' argument 1 names different: declaration '__th' definition 'th'.
eglibc-2.13/linuxthreads_db/td_thr_set_event.c:29:23: style: Function 'td_thr_set_event' argument 2 names different: declaration '__event' definition 'event'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:424:24: note: Function 'td_thr_set_event' argument 2 names different: declaration '__event' definition 'event'.
eglibc-2.13/linuxthreads_db/td_thr_set_event.c:29:23: note: Function 'td_thr_set_event' argument 2 names different: declaration '__event' definition 'event'.
eglibc-2.13/linuxthreads_db/td_thr_setfpregs.c:25:41: style: Function 'td_thr_setfpregs' argument 1 names different: declaration '__th' definition 'th'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:396:57: note: Function 'td_thr_setfpregs' argument 1 names different: declaration '__th' definition 'th'.
eglibc-2.13/linuxthreads_db/td_thr_setfpregs.c:25:41: note: Function 'td_thr_setfpregs' argument 1 names different: declaration '__th' definition 'th'.
eglibc-2.13/linuxthreads_db/td_thr_setfpregs.c:25:65: style: Function 'td_thr_setfpregs' argument 2 names different: declaration '__fpregs' definition 'fpregs'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:397:27: note: Function 'td_thr_setfpregs' argument 2 names different: declaration '__fpregs' definition 'fpregs'.
eglibc-2.13/linuxthreads_db/td_thr_setfpregs.c:25:65: note: Function 'td_thr_setfpregs' argument 2 names different: declaration '__fpregs' definition 'fpregs'.
eglibc-2.13/linuxthreads_db/td_thr_setgregs.c:25:40: style: Function 'td_thr_setgregs' argument 1 names different: declaration '__th' definition 'th'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:400:56: note: Function 'td_thr_setgregs' argument 1 names different: declaration '__th' definition 'th'.
eglibc-2.13/linuxthreads_db/td_thr_setgregs.c:25:40: note: Function 'td_thr_setgregs' argument 1 names different: declaration '__th' definition 'th'.
eglibc-2.13/linuxthreads_db/td_thr_setgregs.c:25:56: style: Function 'td_thr_setgregs' argument 2 names different: declaration '__gregs' definition 'gregs'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:401:18: note: Function 'td_thr_setgregs' argument 2 names different: declaration '__gregs' definition 'gregs'.
eglibc-2.13/linuxthreads_db/td_thr_setgregs.c:25:56: note: Function 'td_thr_setgregs' argument 2 names different: declaration '__gregs' definition 'gregs'.
eglibc-2.13/linuxthreads_db/td_thr_setprio.c:25:39: style: Function 'td_thr_setprio' argument 1 names different: declaration '__th' definition 'th'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:436:55: note: Function 'td_thr_setprio' argument 1 names different: declaration '__th' definition 'th'.
eglibc-2.13/linuxthreads_db/td_thr_setprio.c:25:39: note: Function 'td_thr_setprio' argument 1 names different: declaration '__th' definition 'th'.
eglibc-2.13/linuxthreads_db/td_thr_setprio.c:25:47: style: Function 'td_thr_setprio' argument 2 names different: declaration '__prio' definition 'prio'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:436:65: note: Function 'td_thr_setprio' argument 2 names different: declaration '__prio' definition 'prio'.
eglibc-2.13/linuxthreads_db/td_thr_setprio.c:25:47: note: Function 'td_thr_setprio' argument 2 names different: declaration '__prio' definition 'prio'.
eglibc-2.13/linuxthreads_db/td_thr_setsigpending.c:25:45: style: Function 'td_thr_setsigpending' argument 1 names different: declaration '__th' definition 'th'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:440:61: note: Function 'td_thr_setsigpending' argument 1 names different: declaration '__th' definition 'th'.
eglibc-2.13/linuxthreads_db/td_thr_setsigpending.c:25:45: note: Function 'td_thr_setsigpending' argument 1 names different: declaration '__th' definition 'th'.
eglibc-2.13/linuxthreads_db/td_thr_setsigpending.c:25:63: style: Function 'td_thr_setsigpending' argument 2 names different: declaration '__n' definition 'n'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:441:25: note: Function 'td_thr_setsigpending' argument 2 names different: declaration '__n' definition 'n'.
eglibc-2.13/linuxthreads_db/td_thr_setsigpending.c:25:63: note: Function 'td_thr_setsigpending' argument 2 names different: declaration '__n' definition 'n'.
eglibc-2.13/linuxthreads_db/td_thr_setsigpending.c:26:25: style: Function 'td_thr_setsigpending' argument 3 names different: declaration '__ss' definition 'ss'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:441:46: note: Function 'td_thr_setsigpending' argument 3 names different: declaration '__ss' definition 'ss'.
eglibc-2.13/linuxthreads_db/td_thr_setsigpending.c:26:25: note: Function 'td_thr_setsigpending' argument 3 names different: declaration '__ss' definition 'ss'.
eglibc-2.13/linuxthreads_db/td_thr_setxregs.c:25:40: style: Function 'td_thr_setxregs' argument 1 names different: declaration '__th' definition 'ta'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:404:56: note: Function 'td_thr_setxregs' argument 1 names different: declaration '__th' definition 'ta'.
eglibc-2.13/linuxthreads_db/td_thr_setxregs.c:25:40: note: Function 'td_thr_setxregs' argument 1 names different: declaration '__th' definition 'ta'.
eglibc-2.13/linuxthreads_db/td_thr_setxregs.c:25:56: style: Function 'td_thr_setxregs' argument 2 names different: declaration '__addr' definition 'addr'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:405:18: note: Function 'td_thr_setxregs' argument 2 names different: declaration '__addr' definition 'addr'.
eglibc-2.13/linuxthreads_db/td_thr_setxregs.c:25:56: note: Function 'td_thr_setxregs' argument 2 names different: declaration '__addr' definition 'addr'.
eglibc-2.13/linuxthreads_db/td_thr_sigsetmask.c:25:42: style: Function 'td_thr_sigsetmask' argument 1 names different: declaration '__th' definition 'th'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:444:58: note: Function 'td_thr_sigsetmask' argument 1 names different: declaration '__th' definition 'th'.
eglibc-2.13/linuxthreads_db/td_thr_sigsetmask.c:25:42: note: Function 'td_thr_sigsetmask' argument 1 names different: declaration '__th' definition 'th'.
eglibc-2.13/linuxthreads_db/td_thr_sigsetmask.c:25:62: style: Function 'td_thr_sigsetmask' argument 2 names different: declaration '__ss' definition 'ss'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:445:24: note: Function 'td_thr_sigsetmask' argument 2 names different: declaration '__ss' definition 'ss'.
eglibc-2.13/linuxthreads_db/td_thr_sigsetmask.c:25:62: note: Function 'td_thr_sigsetmask' argument 2 names different: declaration '__ss' definition 'ss'.
eglibc-2.13/linuxthreads_db/td_thr_tls_get_addr.c:25:44: style: Function 'td_thr_tls_get_addr' argument 1 names different: declaration '__th' definition 'th'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:414:60: note: Function 'td_thr_tls_get_addr' argument 1 names different: declaration '__th' definition 'th'.
eglibc-2.13/linuxthreads_db/td_thr_tls_get_addr.c:25:44: note: Function 'td_thr_tls_get_addr' argument 1 names different: declaration '__th' definition 'th'.
eglibc-2.13/linuxthreads_db/td_thr_tls_get_addr.c:26:14: style: Function 'td_thr_tls_get_addr' argument 2 names different: declaration '__map_address' definition 'map_address'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:415:16: note: Function 'td_thr_tls_get_addr' argument 2 names different: declaration '__map_address' definition 'map_address'.
eglibc-2.13/linuxthreads_db/td_thr_tls_get_addr.c:26:14: note: Function 'td_thr_tls_get_addr' argument 2 names different: declaration '__map_address' definition 'map_address'.
eglibc-2.13/linuxthreads_db/td_thr_tls_get_addr.c:27:15: style: Function 'td_thr_tls_get_addr' argument 3 names different: declaration '__offset' definition 'offset'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:415:38: note: Function 'td_thr_tls_get_addr' argument 3 names different: declaration '__offset' definition 'offset'.
eglibc-2.13/linuxthreads_db/td_thr_tls_get_addr.c:27:15: note: Function 'td_thr_tls_get_addr' argument 3 names different: declaration '__offset' definition 'offset'.
eglibc-2.13/linuxthreads_db/td_thr_tls_get_addr.c:28:15: style: Function 'td_thr_tls_get_addr' argument 4 names different: declaration '__address' definition 'address'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:416:17: note: Function 'td_thr_tls_get_addr' argument 4 names different: declaration '__address' definition 'address'.
eglibc-2.13/linuxthreads_db/td_thr_tls_get_addr.c:28:15: note: Function 'td_thr_tls_get_addr' argument 4 names different: declaration '__address' definition 'address'.
eglibc-2.13/linuxthreads_db/td_thr_tlsbase.c:26:39: style: Function 'td_thr_tlsbase' argument 1 names different: declaration '__th' definition 'th'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:409:55: note: Function 'td_thr_tlsbase' argument 1 names different: declaration '__th' definition 'th'.
eglibc-2.13/linuxthreads_db/td_thr_tlsbase.c:26:39: note: Function 'td_thr_tlsbase' argument 1 names different: declaration '__th' definition 'th'.
eglibc-2.13/linuxthreads_db/td_thr_tlsbase.c:27:17: style: Function 'td_thr_tlsbase' argument 2 names different: declaration '__modid' definition 'modid'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:410:19: note: Function 'td_thr_tlsbase' argument 2 names different: declaration '__modid' definition 'modid'.
eglibc-2.13/linuxthreads_db/td_thr_tlsbase.c:27:17: note: Function 'td_thr_tlsbase' argument 2 names different: declaration '__modid' definition 'modid'.
eglibc-2.13/linuxthreads_db/td_thr_tlsbase.c:28:13: style: Function 'td_thr_tlsbase' argument 3 names different: declaration '__base' definition 'base'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:411:15: note: Function 'td_thr_tlsbase' argument 3 names different: declaration '__base' definition 'base'.
eglibc-2.13/linuxthreads_db/td_thr_tlsbase.c:28:13: note: Function 'td_thr_tlsbase' argument 3 names different: declaration '__base' definition 'base'.
eglibc-2.13/linuxthreads_db/td_thr_tsd.c:26:35: style: Function 'td_thr_tsd' argument 1 names different: declaration '__th' definition 'th'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:449:51: note: Function 'td_thr_tsd' argument 1 names different: declaration '__th' definition 'th'.
eglibc-2.13/linuxthreads_db/td_thr_tsd.c:26:35: note: Function 'td_thr_tsd' argument 1 names different: declaration '__th' definition 'th'.
eglibc-2.13/linuxthreads_db/td_thr_tsd.c:26:58: style: Function 'td_thr_tsd' argument 2 names different: declaration '__tk' definition 'tk'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:450:27: note: Function 'td_thr_tsd' argument 2 names different: declaration '__tk' definition 'tk'.
eglibc-2.13/linuxthreads_db/td_thr_tsd.c:26:58: note: Function 'td_thr_tsd' argument 2 names different: declaration '__tk' definition 'tk'.
eglibc-2.13/linuxthreads_db/td_thr_tsd.c:26:69: style: Function 'td_thr_tsd' argument 3 names different: declaration '__data' definition 'data'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:450:40: note: Function 'td_thr_tsd' argument 3 names different: declaration '__data' definition 'data'.
eglibc-2.13/linuxthreads_db/td_thr_tsd.c:26:69: note: Function 'td_thr_tsd' argument 3 names different: declaration '__data' definition 'data'.
eglibc-2.13/linuxthreads_db/td_thr_validate.c:26:40: style: Function 'td_thr_validate' argument 1 names different: declaration '__th' definition 'th'. [funcArgNamesDifferent]
eglibc-2.13/linuxthreads_db/thread_db.h:375:56: note: Function 'td_thr_validate' argument 1 names different: declaration '__th' definition 'th'.
eglibc-2.13/linuxthreads_db/td_thr_validate.c:26:40: note: Function 'td_thr_validate' argument 1 names different: declaration '__th' definition 'th'.
eglibc-2.13/locale/findlocale.c:229:34: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/locale/findlocale.c:232:27: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/locale/loadarchive.c:289:33: portability: 'headmap.ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/locale/loadarchive.c:302:46: portability: 'headmap.ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/locale/loadarchive.c:315:38: portability: 'headmap.ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/locale/loadarchive.c:184:22: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/locale/loadlocale.c:197:23: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/locale/programs/charmap-dir.c:274:11: warning: %a in format string (no. 1) requires 'float *' but the argument type is 'signed char *'. [invalidScanfArgType_float]
eglibc-2.13/locale/programs/charmap-dir.c:275:14: warning: %a in format string (no. 1) requires 'float *' but the argument type is 'signed char *'. [invalidScanfArgType_float]
eglibc-2.13/locale/programs/charmap-dir.c:182:17: style: The scope of the variable 'argv' can be reduced. [variableScope]
eglibc-2.13/locale/programs/charmap-dir.c:89:31: style: Function 'charmap_readdir' argument 1 names different: declaration 'dir' definition 'cdir'. [funcArgNamesDifferent]
eglibc-2.13/locale/programs/charmap-dir.h:32:50: note: Function 'charmap_readdir' argument 1 names different: declaration 'dir' definition 'cdir'.
eglibc-2.13/locale/programs/charmap-dir.c:89:31: note: Function 'charmap_readdir' argument 1 names different: declaration 'dir' definition 'cdir'.
eglibc-2.13/locale/programs/charmap-dir.c:153:32: style: Function 'charmap_closedir' argument 1 names different: declaration 'dir' definition 'cdir'. [funcArgNamesDifferent]
eglibc-2.13/locale/programs/charmap-dir.h:36:43: note: Function 'charmap_closedir' argument 1 names different: declaration 'dir' definition 'cdir'.
eglibc-2.13/locale/programs/charmap-dir.c:153:32: note: Function 'charmap_closedir' argument 1 names different: declaration 'dir' definition 'cdir'.
eglibc-2.13/locale/programs/charmap-dir.c:225:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/locale/programs/charmap-kw.h:28:0: error: #error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gnu-gperf@gnu.org>." [preprocessorErrorDirective]
eglibc-2.13/locale/programs/ld-address.c:423:0: error: Invalid number of character '(' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
eglibc-2.13/locale/programs/ld-collate.c:1123:20: warning: Either the condition 'startp==NULL' is redundant or there is possible null pointer dereference: startp. [nullPointerRedundantCheck]
eglibc-2.13/locale/programs/ld-collate.c:1130:22: note: Assuming that condition 'startp==NULL' is not redundant
eglibc-2.13/locale/programs/ld-collate.c:1123:20: note: Null pointer dereference
eglibc-2.13/locale/programs/ld-collate.c:1124:10: warning: Either the condition 'endp==NULL' is redundant or there is possible null pointer dereference: endp. [nullPointerRedundantCheck]
eglibc-2.13/locale/programs/ld-collate.c:1131:20: note: Assuming that condition 'endp==NULL' is not redundant
eglibc-2.13/locale/programs/ld-collate.c:1124:10: note: Null pointer dereference
eglibc-2.13/locale/programs/ld-collate.c:1995:25: style: The scope of the variable 'lastp' can be reduced. [variableScope]
eglibc-2.13/locale/programs/ld-collate.c:298:37: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
eglibc-2.13/locale/programs/ld-collate.c:870:18: warning: Size of pointer 'weights' used instead of size of its data. [pointerSize]
eglibc-2.13/locale/programs/ld-collate.c:1514:12: style: Variable 'collate' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/locale/programs/ld-collate.c:2095:12: style: Variable 'lastp' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/locale/programs/ld-collate.c:858:7: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/locale/programs/ld-ctype.c:1276:15: warning: Possible null pointer dereference: act [nullPointer]
eglibc-2.13/locale/programs/ld-ctype.c:730:44: note: Calling function 'find_idx', 4th argument 'act' value is 0
eglibc-2.13/locale/programs/ld-ctype.c:1276:15: note: Null pointer dereference
eglibc-2.13/locale/programs/ld-ctype.c:300:16: style: The scope of the variable 'cnt' can be reduced. [variableScope]
eglibc-2.13/locale/programs/ld-ctype.c:390:10: style: Variable 'ctype' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/locale/programs/ld-ctype.c:3995:39: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/locale/programs/ld-identification.c:267:0: error: Invalid number of character '(' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
eglibc-2.13/locale/programs/ld-messages.c:261:0: error: Invalid number of character '(' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
eglibc-2.13/locale/programs/ld-monetary.c:275:0: error: Invalid number of character '(' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
eglibc-2.13/locale/programs/ld-numeric.c:204:0: error: Invalid number of character '(' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
eglibc-2.13/locale/programs/ld-time.c:722:0: error: Invalid number of character '(' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
eglibc-2.13/locale/programs/linereader.c:51:9: style: The scope of the variable 'fp' can be reduced. [variableScope]
eglibc-2.13/locale/programs/locale.c:929:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
eglibc-2.13/locale/programs/locale.c:547:10: style: The scope of the variable 'alias' can be reduced. [variableScope]
eglibc-2.13/locale/programs/locale.c:548:10: style: The scope of the variable 'value' can be reduced. [variableScope]
eglibc-2.13/locale/programs/localedef.c:518:9: style: The scope of the variable 'wp' can be reduced. [variableScope]
eglibc-2.13/locale/programs/localedef.c:471:13: style: Checking if unsigned variable 'n' is less than zero. [unsignedLessThanZero]
eglibc-2.13/locale/programs/localedef.c:553:22: style: Function 'add_to_readlist' argument 1 names different: declaration 'locale' definition 'category'. [funcArgNamesDifferent]
eglibc-2.13/locale/programs/localedef.h:144:49: note: Function 'add_to_readlist' argument 1 names different: declaration 'locale' definition 'category'.
eglibc-2.13/locale/programs/localedef.c:553:22: note: Function 'add_to_readlist' argument 1 names different: declaration 'locale' definition 'category'.
eglibc-2.13/locale/programs/localedef.c:606:18: style: Function 'find_locale' argument 1 names different: declaration 'locale' definition 'category'. [funcArgNamesDifferent]
eglibc-2.13/locale/programs/localedef.h:150:45: note: Function 'find_locale' argument 1 names different: declaration 'locale' definition 'category'.
eglibc-2.13/locale/programs/localedef.c:606:18: note: Function 'find_locale' argument 1 names different: declaration 'locale' definition 'category'.
eglibc-2.13/locale/programs/localedef.c:626:18: style: Function 'load_locale' argument 1 names different: declaration 'locale' definition 'category'. [funcArgNamesDifferent]
eglibc-2.13/locale/programs/localedef.h:155:45: note: Function 'load_locale' argument 1 names different: declaration 'locale' definition 'category'.
eglibc-2.13/locale/programs/localedef.c:626:18: note: Function 'load_locale' argument 1 names different: declaration 'locale' definition 'category'.
eglibc-2.13/locale/programs/locarchive.c:349:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
eglibc-2.13/locale/programs/locarchive.c:1660:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
eglibc-2.13/locale/programs/locarchive.c:1660:3: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
eglibc-2.13/locale/programs/locarchive.c:1151:10: style: The scope of the variable 'alias' can be reduced. [variableScope]
eglibc-2.13/locale/programs/locarchive.c:1152:10: style: The scope of the variable 'value' can be reduced. [variableScope]
eglibc-2.13/locale/programs/locarchive.c:264:30: portability: 'ah->addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/locale/programs/locarchive.c:746:24: portability: 'ah->addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/locale/programs/locarchive.c:746:46: portability: 'ah->addr+head->string_offset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/locale/programs/locarchive.c:1577:29: portability: 'ah.addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/locale/programs/locarchive.c:439:20: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/locale/programs/locarchive.c:840:23: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/locale/programs/locarchive.c:953:20: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/locale/programs/locfile-kw.h:28:0: error: #error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gnu-gperf@gnu.org>." [preprocessorErrorDirective]
eglibc-2.13/locale/programs/repertoire.c:153:21: style: The scope of the variable 'arg' can be reduced. [variableScope]
eglibc-2.13/locale/programs/repertoire.c:480:51: style: Function 'repertoire_find_value' argument 1 names different: declaration 'repertoire' definition 'rep'. [funcArgNamesDifferent]
eglibc-2.13/locale/programs/repertoire.h:54:67: note: Function 'repertoire_find_value' argument 1 names different: declaration 'repertoire' definition 'rep'.
eglibc-2.13/locale/programs/repertoire.c:480:51: note: Function 'repertoire_find_value' argument 1 names different: declaration 'repertoire' definition 'rep'.
eglibc-2.13/locale/programs/repertoire.c:496:52: style: Function 'repertoire_find_symbol' argument 1 names different: declaration 'repertoire' definition 'rep'. [funcArgNamesDifferent]
eglibc-2.13/locale/programs/repertoire.h:58:71: note: Function 'repertoire_find_symbol' argument 1 names different: declaration 'repertoire' definition 'rep'.
eglibc-2.13/locale/programs/repertoire.c:496:52: note: Function 'repertoire_find_symbol' argument 1 names different: declaration 'repertoire' definition 'rep'.
eglibc-2.13/locale/tst-locname.c:12:71: warning: Either the condition 's==NULL' is redundant or there is possible null pointer dereference: s. [nullPointerRedundantCheck]
eglibc-2.13/locale/tst-locname.c:10:9: note: Assuming that condition 's==NULL' is not redundant
eglibc-2.13/locale/tst-locname.c:12:71: note: Null pointer dereference
eglibc-2.13/localedata/bug-usesetlocale.c:13:15: style: Condition '!!isalpha(228)' is always false [knownConditionTrueFalse]
eglibc-2.13/localedata/bug-usesetlocale.c:13:16: style: Condition '!isalpha(228)' is always true [knownConditionTrueFalse]
eglibc-2.13/localedata/bug-usesetlocale.c:17:19: style: Condition '!!isalpha(228)' is always false [knownConditionTrueFalse]
eglibc-2.13/localedata/bug-usesetlocale.c:17:20: style: Condition '!isalpha(228)' is always true [knownConditionTrueFalse]
eglibc-2.13/localedata/bug-usesetlocale.c:22:16: style: Condition '!!isalpha(228)' is always false [knownConditionTrueFalse]
eglibc-2.13/localedata/bug-usesetlocale.c:22:17: style: Condition '!isalpha(228)' is always true [knownConditionTrueFalse]
eglibc-2.13/localedata/bug-usesetlocale.c:26:21: style: Condition '!!isalpha(228)' is always false [knownConditionTrueFalse]
eglibc-2.13/localedata/bug-usesetlocale.c:26:22: style: Condition '!isalpha(228)' is always true [knownConditionTrueFalse]
eglibc-2.13/localedata/tests-mbwc/tsp_common.c:44:6: style: Function 'result' argument 6 names different: declaration 'seq_num' definition 'seq_no'. [funcArgNamesDifferent]
eglibc-2.13/localedata/tests-mbwc/tst_funcs.h:21:22: note: Function 'result' argument 6 names different: declaration 'seq_num' definition 'seq_no'.
eglibc-2.13/localedata/tests-mbwc/tsp_common.c:44:6: note: Function 'result' argument 6 names different: declaration 'seq_num' definition 'seq_no'.
eglibc-2.13/localedata/tests-mbwc/tst_iswalnum.c:10:1: style: Variable 'func_id' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/localedata/tests-mbwc/tst_iswalpha.c:10:1: style: Variable 'func_id' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/localedata/tests-mbwc/tst_iswcntrl.c:10:1: style: Variable 'func_id' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/localedata/tests-mbwc/tst_iswctype.c:14:3: style: The scope of the variable 'func_id' can be reduced. [variableScope]
eglibc-2.13/localedata/tests-mbwc/tst_iswctype.c:14:3: style: The scope of the variable 'locale' can be reduced. [variableScope]
eglibc-2.13/localedata/tests-mbwc/tst_iswctype.c:20:7: style: Variable 'func_id' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/localedata/tests-mbwc/tst_iswdigit.c:11:1: style: Variable 'func_id' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/localedata/tests-mbwc/tst_iswgraph.c:10:1: style: Variable 'func_id' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/localedata/tests-mbwc/tst_iswlower.c:10:1: style: Variable 'func_id' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/localedata/tests-mbwc/tst_iswprint.c:10:1: style: Variable 'func_id' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/localedata/tests-mbwc/tst_iswpunct.c:10:1: style: Variable 'func_id' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/localedata/tests-mbwc/tst_iswspace.c:10:1: style: Variable 'func_id' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/localedata/tests-mbwc/tst_iswupper.c:10:1: style: Variable 'func_id' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/localedata/tests-mbwc/tst_iswxdigit.c:10:1: style: Variable 'func_id' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/localedata/tests-mbwc/tst_mblen.c:13:3: style: The scope of the variable 'func_id' can be reduced. [variableScope]
eglibc-2.13/localedata/tests-mbwc/tst_mblen.c:13:3: style: The scope of the variable 'locale' can be reduced. [variableScope]
eglibc-2.13/localedata/tests-mbwc/tst_mblen.c:20:5: style: Variable 'func_id' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/localedata/tests-mbwc/tst_mbrlen.c:69:6: portability: %zd in format string (no. 4) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/localedata/tests-mbwc/tst_mbrlen.c:64:16: warning: Possible null pointer dereference: s_in [nullPointer]
eglibc-2.13/localedata/tests-mbwc/tst_mbrlen.c:47:13: note: Assignment 's_in=NULL', assigned value is 0
eglibc-2.13/localedata/tests-mbwc/tst_mbrlen.c:64:16: note: Null pointer dereference
eglibc-2.13/localedata/tests-mbwc/tst_mbrlen.c:14:3: style: The scope of the variable 'func_id' can be reduced. [variableScope]
eglibc-2.13/localedata/tests-mbwc/tst_mbrlen.c:14:3: style: The scope of the variable 'locale' can be reduced. [variableScope]
eglibc-2.13/localedata/tests-mbwc/tst_mbrlen.c:25:5: style: Variable 'func_id' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/localedata/tests-mbwc/tst_mbrlen.c:28:19: error: Null pointer dereference [nullPointer]
eglibc-2.13/localedata/tests-mbwc/tst_mbrlen.c:60:14: error: Null pointer dereference [nullPointer]
eglibc-2.13/localedata/tests-mbwc/tst_mbrtowc.c:71:6: portability: %zd in format string (no. 4) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/localedata/tests-mbwc/tst_mbrtowc.c:73:6: warning: %hd in format string (no. 1) requires 'short' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
eglibc-2.13/localedata/tests-mbwc/tst_mbrtowc.c:15:3: style: The scope of the variable 'func_id' can be reduced. [variableScope]
eglibc-2.13/localedata/tests-mbwc/tst_mbrtowc.c:15:3: style: The scope of the variable 'locale' can be reduced. [variableScope]
eglibc-2.13/localedata/tests-mbwc/tst_mbrtowc.c:19:15: style: The scope of the variable 't_ini' can be reduced. [variableScope]
eglibc-2.13/localedata/tests-mbwc/tst_mbrtowc.c:26:5: style: Variable 'func_id' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/localedata/tests-mbwc/tst_mbrtowc.c:45:10: style: Variable 't_ini' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/localedata/tests-mbwc/tst_mbrtowc.c:88:15: error: Uninitialized variable: wc [uninitvar]
eglibc-2.13/localedata/tests-mbwc/tst_mbsrtowcs.c:66:6: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/localedata/tests-mbwc/tst_mbsrtowcs.c:61:30: warning: Possible null pointer dereference: pt [nullPointer]
eglibc-2.13/localedata/tests-mbwc/tst_mbsrtowcs.c:53:20: note: Assignment 'pt=(t_flg==0)?NULL:&t', assigned value is 0
eglibc-2.13/localedata/tests-mbwc/tst_mbsrtowcs.c:61:30: note: Null pointer dereference
eglibc-2.13/localedata/tests-mbwc/tst_mbsrtowcs.c:14:3: style: The scope of the variable 'func_id' can be reduced. [variableScope]
eglibc-2.13/localedata/tests-mbwc/tst_mbsrtowcs.c:14:3: style: The scope of the variable 'locale' can be reduced. [variableScope]
eglibc-2.13/localedata/tests-mbwc/tst_mbstowcs.c:54:6: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/localedata/tests-mbwc/tst_mbstowcs.c:49:22: warning: Either the condition 's==NULL' is redundant or there is possible null pointer dereference: s. [nullPointerRedundantCheck]
eglibc-2.13/localedata/tests-mbwc/tst_mbstowcs.c:61:8: note: Assuming that condition 's==NULL' is not redundant
eglibc-2.13/localedata/tests-mbwc/tst_mbstowcs.c:49:22: note: Null pointer dereference
eglibc-2.13/localedata/tests-mbwc/tst_mbstowcs.c:13:3: style: The scope of the variable 'func_id' can be reduced. [variableScope]
eglibc-2.13/localedata/tests-mbwc/tst_mbstowcs.c:13:3: style: The scope of the variable 'locale' can be reduced. [variableScope]
eglibc-2.13/localedata/tests-mbwc/tst_mbtowc.c:14:3: style: The scope of the variable 'func_id' can be reduced. [variableScope]
eglibc-2.13/localedata/tests-mbwc/tst_mbtowc.c:14:3: style: The scope of the variable 'locale' can be reduced. [variableScope]
eglibc-2.13/localedata/tests-mbwc/tst_mbtowc.c:22:5: style: Variable 'func_id' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/localedata/tests-mbwc/tst_mbtowc.c:115:15: error: Uninitialized variable: wc [uninitvar]
eglibc-2.13/localedata/tests-mbwc/tst_strcoll.c:13:3: style: The scope of the variable 'func_id' can be reduced. [variableScope]
eglibc-2.13/localedata/tests-mbwc/tst_strcoll.c:13:3: style: The scope of the variable 'locale' can be reduced. [variableScope]
eglibc-2.13/localedata/tests-mbwc/tst_strcoll.c:18:5: style: Variable 'func_id' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/localedata/tests-mbwc/tst_strcoll.c:78:6: error: Uninitialized variable: warn_count [uninitvar]
eglibc-2.13/localedata/tests-mbwc/tst_strfmon.c:46:4: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/localedata/tests-mbwc/tst_strfmon.c:14:3: style: The scope of the variable 'func_id' can be reduced. [variableScope]
eglibc-2.13/localedata/tests-mbwc/tst_strfmon.c:14:3: style: The scope of the variable 'locale' can be reduced. [variableScope]
eglibc-2.13/localedata/tests-mbwc/tst_strfmon.c:22:5: style: Variable 'func_id' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/localedata/tests-mbwc/tst_strxfrm.c:14:3: style: The scope of the variable 'func_id' can be reduced. [variableScope]
eglibc-2.13/localedata/tests-mbwc/tst_strxfrm.c:14:3: style: The scope of the variable 'locale' can be reduced. [variableScope]
eglibc-2.13/localedata/tests-mbwc/tst_strxfrm.c:31:14: style: Checking if unsigned variable 'n1' is less than zero. [unsignedLessThanZero]
eglibc-2.13/localedata/tests-mbwc/tst_strxfrm.c:22:5: style: Variable 'func_id' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/localedata/tests-mbwc/tst_strxfrm.c:106:4: error: Uninitialized variable: warn_count [uninitvar]
eglibc-2.13/localedata/tests-mbwc/tst_swscanf.c:69:8: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
eglibc-2.13/localedata/tests-mbwc/tst_swscanf.c:13:3: style: The scope of the variable 'func_id' can be reduced. [variableScope]
eglibc-2.13/localedata/tests-mbwc/tst_swscanf.c:13:3: style: The scope of the variable 'locale' can be reduced. [variableScope]
eglibc-2.13/localedata/tests-mbwc/tst_towctrans.c:14:3: style: The scope of the variable 'func_id' can be reduced. [variableScope]
eglibc-2.13/localedata/tests-mbwc/tst_towctrans.c:14:3: style: The scope of the variable 'locale' can be reduced. [variableScope]
eglibc-2.13/localedata/tests-mbwc/tst_towctrans.c:24:7: style: Variable 'func_id' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/localedata/tests-mbwc/tst_towlower.c:11:1: style: Variable 'func_id' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/localedata/tests-mbwc/tst_towupper.c:10:1: style: Variable 'func_id' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/localedata/tests-mbwc/tst_wcrtomb.c:14:3: style: The scope of the variable 'func_id' can be reduced. [variableScope]
eglibc-2.13/localedata/tests-mbwc/tst_wcrtomb.c:14:3: style: The scope of the variable 'locale' can be reduced. [variableScope]
eglibc-2.13/localedata/tests-mbwc/tst_wcrtomb.c:58:32: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
eglibc-2.13/localedata/tests-mbwc/tst_wcscat.c:13:3: style: The scope of the variable 'func_id' can be reduced. [variableScope]
eglibc-2.13/localedata/tests-mbwc/tst_wcscat.c:13:3: style: The scope of the variable 'locale' can be reduced. [variableScope]
eglibc-2.13/localedata/tests-mbwc/tst_wcschr.c:13:3: style: The scope of the variable 'func_id' can be reduced. [variableScope]
eglibc-2.13/localedata/tests-mbwc/tst_wcschr.c:13:3: style: The scope of the variable 'locale' can be reduced. [variableScope]
eglibc-2.13/localedata/tests-mbwc/tst_wcschr.c:18:5: style: Variable 'func_id' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/localedata/tests-mbwc/tst_wcschr.c:49:6: error: Uninitialized variable: warn_count [uninitvar]
eglibc-2.13/localedata/tests-mbwc/tst_wcscmp.c:14:3: style: The scope of the variable 'func_id' can be reduced. [variableScope]
eglibc-2.13/localedata/tests-mbwc/tst_wcscmp.c:14:3: style: The scope of the variable 'locale' can be reduced. [variableScope]
eglibc-2.13/localedata/tests-mbwc/tst_wcscmp.c:19:5: style: Variable 'func_id' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/localedata/tests-mbwc/tst_wcscoll.c:13:3: style: The scope of the variable 'func_id' can be reduced. [variableScope]
eglibc-2.13/localedata/tests-mbwc/tst_wcscoll.c:13:3: style: The scope of the variable 'locale' can be reduced. [variableScope]
eglibc-2.13/localedata/tests-mbwc/tst_wcscoll.c:19:5: style: Variable 'func_id' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/localedata/tests-mbwc/tst_wcscpy.c:70:11: error: Array 'ws1[12]' accessed at index 12, which is out of bounds. [arrayIndexOutOfBounds]
eglibc-2.13/localedata/tests-mbwc/tst_wcscpy.c:43:4: note: After for loop, i has value 12
eglibc-2.13/localedata/tests-mbwc/tst_wcscpy.c:70:11: note: Array index out of bounds
eglibc-2.13/localedata/tests-mbwc/tst_wcscpy.c:12:3: style: The scope of the variable 'func_id' can be reduced. [variableScope]
eglibc-2.13/localedata/tests-mbwc/tst_wcscpy.c:12:3: style: The scope of the variable 'locale' can be reduced. [variableScope]
eglibc-2.13/localedata/tests-mbwc/tst_wcscspn.c:13:3: style: The scope of the variable 'func_id' can be reduced. [variableScope]
eglibc-2.13/localedata/tests-mbwc/tst_wcscspn.c:13:3: style: The scope of the variable 'locale' can be reduced. [variableScope]
eglibc-2.13/localedata/tests-mbwc/tst_wcscspn.c:18:5: style: Variable 'func_id' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/localedata/tests-mbwc/tst_wcslen.c:13:3: style: The scope of the variable 'func_id' can be reduced. [variableScope]
eglibc-2.13/localedata/tests-mbwc/tst_wcslen.c:13:3: style: The scope of the variable 'locale' can be reduced. [variableScope]
eglibc-2.13/localedata/tests-mbwc/tst_wcslen.c:18:5: style: Variable 'func_id' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/localedata/tests-mbwc/tst_wcsncat.c:13:3: style: The scope of the variable 'func_id' can be reduced. [variableScope]
eglibc-2.13/localedata/tests-mbwc/tst_wcsncat.c:13:3: style: The scope of the variable 'locale' can be reduced. [variableScope]
eglibc-2.13/localedata/tests-mbwc/tst_wcsncmp.c:13:3: style: The scope of the variable 'func_id' can be reduced. [variableScope]
eglibc-2.13/localedata/tests-mbwc/tst_wcsncmp.c:13:3: style: The scope of the variable 'locale' can be reduced. [variableScope]
eglibc-2.13/localedata/tests-mbwc/tst_wcsncmp.c:19:5: style: Variable 'func_id' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/localedata/tests-mbwc/tst_wcsncpy.c:15:3: style: The scope of the variable 'func_id' can be reduced. [variableScope]
eglibc-2.13/localedata/tests-mbwc/tst_wcsncpy.c:15:3: style: The scope of the variable 'locale' can be reduced. [variableScope]
eglibc-2.13/localedata/tests-mbwc/tst_wcspbrk.c:13:3: style: The scope of the variable 'func_id' can be reduced. [variableScope]
eglibc-2.13/localedata/tests-mbwc/tst_wcspbrk.c:13:3: style: The scope of the variable 'locale' can be reduced. [variableScope]
eglibc-2.13/localedata/tests-mbwc/tst_wcspbrk.c:20:5: style: Variable 'func_id' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/localedata/tests-mbwc/tst_wcspbrk.c:15:7: style: Variable 'err' is not assigned a value. [unassignedVariable]
eglibc-2.13/localedata/tests-mbwc/tst_wcspbrk.c:66:6: error: Uninitialized variable: err [uninitvar]
eglibc-2.13/localedata/tests-mbwc/tst_wcsrtombs.c:69:5: warning: %hx in format string (no. 2) requires 'unsigned short' but the argument type is 'char'. [invalidPrintfArgType_uint]
eglibc-2.13/localedata/tests-mbwc/tst_wcsrtombs.c:69:5: warning: %hx in format string (no. 3) requires 'unsigned short' but the argument type is 'signed char'. [invalidPrintfArgType_uint]
eglibc-2.13/localedata/tests-mbwc/tst_wcsrtombs.c:48:38: warning: Possible null pointer dereference: pt [nullPointer]
eglibc-2.13/localedata/tests-mbwc/tst_wcsrtombs.c:40:25: note: Assignment 'pt=(t_flg==0)?NULL:&t', assigned value is 0
eglibc-2.13/localedata/tests-mbwc/tst_wcsrtombs.c:48:38: note: Null pointer dereference
eglibc-2.13/localedata/tests-mbwc/tst_wcsrtombs.c:16:3: style: The scope of the variable 'func_id' can be reduced. [variableScope]
eglibc-2.13/localedata/tests-mbwc/tst_wcsrtombs.c:16:3: style: The scope of the variable 'locale' can be reduced. [variableScope]
eglibc-2.13/localedata/tests-mbwc/tst_wcsspn.c:13:3: style: The scope of the variable 'func_id' can be reduced. [variableScope]
eglibc-2.13/localedata/tests-mbwc/tst_wcsspn.c:13:3: style: The scope of the variable 'locale' can be reduced. [variableScope]
eglibc-2.13/localedata/tests-mbwc/tst_wcsspn.c:18:5: style: Variable 'func_id' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/localedata/tests-mbwc/tst_wcsstr.c:13:3: style: The scope of the variable 'func_id' can be reduced. [variableScope]
eglibc-2.13/localedata/tests-mbwc/tst_wcsstr.c:13:3: style: The scope of the variable 'locale' can be reduced. [variableScope]
eglibc-2.13/localedata/tests-mbwc/tst_wcsstr.c:57:29: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
eglibc-2.13/localedata/tests-mbwc/tst_wcstod.c:13:3: style: The scope of the variable 'func_id' can be reduced. [variableScope]
eglibc-2.13/localedata/tests-mbwc/tst_wcstod.c:13:3: style: The scope of the variable 'locale' can be reduced. [variableScope]
eglibc-2.13/localedata/tests-mbwc/tst_wcstod.c:19:5: style: Variable 'func_id' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/localedata/tests-mbwc/tst_wcstok.c:14:3: style: The scope of the variable 'func_id' can be reduced. [variableScope]
eglibc-2.13/localedata/tests-mbwc/tst_wcstok.c:14:3: style: The scope of the variable 'locale' can be reduced. [variableScope]
eglibc-2.13/localedata/tests-mbwc/tst_wcstombs.c:57:5: warning: %hx in format string (no. 2) requires 'unsigned short' but the argument type is 'char'. [invalidPrintfArgType_uint]
eglibc-2.13/localedata/tests-mbwc/tst_wcstombs.c:57:5: warning: %hx in format string (no. 3) requires 'unsigned short' but the argument type is 'signed char'. [invalidPrintfArgType_uint]
eglibc-2.13/localedata/tests-mbwc/tst_wcstombs.c:15:3: style: The scope of the variable 'func_id' can be reduced. [variableScope]
eglibc-2.13/localedata/tests-mbwc/tst_wcstombs.c:15:3: style: The scope of the variable 'locale' can be reduced. [variableScope]
eglibc-2.13/localedata/tests-mbwc/tst_wcswidth.c:13:3: style: The scope of the variable 'func_id' can be reduced. [variableScope]
eglibc-2.13/localedata/tests-mbwc/tst_wcswidth.c:13:3: style: The scope of the variable 'locale' can be reduced. [variableScope]
eglibc-2.13/localedata/tests-mbwc/tst_wcswidth.c:19:5: style: Variable 'func_id' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/localedata/tests-mbwc/tst_wcsxfrm.c:13:3: style: The scope of the variable 'func_id' can be reduced. [variableScope]
eglibc-2.13/localedata/tests-mbwc/tst_wcsxfrm.c:13:3: style: The scope of the variable 'locale' can be reduced. [variableScope]
eglibc-2.13/localedata/tests-mbwc/tst_wcsxfrm.c:29:14: style: Checking if unsigned variable 'n1' is less than zero. [unsignedLessThanZero]
eglibc-2.13/localedata/tests-mbwc/tst_wcsxfrm.c:21:5: style: Variable 'func_id' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/localedata/tests-mbwc/tst_wcsxfrm.c:92:4: error: Uninitialized variable: warn_count [uninitvar]
eglibc-2.13/localedata/tests-mbwc/tst_wctob.c:13:3: style: The scope of the variable 'func_id' can be reduced. [variableScope]
eglibc-2.13/localedata/tests-mbwc/tst_wctob.c:13:3: style: The scope of the variable 'locale' can be reduced. [variableScope]
eglibc-2.13/localedata/tests-mbwc/tst_wctob.c:18:5: style: Variable 'func_id' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/localedata/tests-mbwc/tst_wctomb.c:13:3: style: The scope of the variable 'func_id' can be reduced. [variableScope]
eglibc-2.13/localedata/tests-mbwc/tst_wctomb.c:13:3: style: The scope of the variable 'locale' can be reduced. [variableScope]
eglibc-2.13/localedata/tests-mbwc/tst_wctomb.c:77:32: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
eglibc-2.13/localedata/tests-mbwc/tst_wctrans.c:13:3: style: The scope of the variable 'func_id' can be reduced. [variableScope]
eglibc-2.13/localedata/tests-mbwc/tst_wctrans.c:13:3: style: The scope of the variable 'locale' can be reduced. [variableScope]
eglibc-2.13/localedata/tests-mbwc/tst_wctrans.c:18:5: style: Variable 'func_id' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/localedata/tests-mbwc/tst_wctype.c:14:3: style: The scope of the variable 'func_id' can be reduced. [variableScope]
eglibc-2.13/localedata/tests-mbwc/tst_wctype.c:14:3: style: The scope of the variable 'locale' can be reduced. [variableScope]
eglibc-2.13/localedata/tests-mbwc/tst_wctype.c:19:5: style: Variable 'func_id' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/localedata/tests-mbwc/tst_wcwidth.c:13:3: style: The scope of the variable 'func_id' can be reduced. [variableScope]
eglibc-2.13/localedata/tests-mbwc/tst_wcwidth.c:13:3: style: The scope of the variable 'locale' can be reduced. [variableScope]
eglibc-2.13/localedata/tests-mbwc/tst_wcwidth.c:18:5: style: Variable 'func_id' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/localedata/tst-ctype.c:125:7: style: Condition '!iscntrl('\0')' is always false [knownConditionTrueFalse]
eglibc-2.13/localedata/tst-mbswcs2.c:59:3: portability: %d in format string (no. 2) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint]
eglibc-2.13/localedata/tst-mbswcs2.c:60:3: portability: %d in format string (no. 2) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint]
eglibc-2.13/localedata/tst-mbswcs2.c:61:3: portability: %d in format string (no. 2) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint]
eglibc-2.13/localedata/tst-mbswcs2.c:62:3: portability: %d in format string (no. 2) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint]
eglibc-2.13/localedata/tst-mbswcs4.c:58:3: portability: %d in format string (no. 2) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint]
eglibc-2.13/localedata/tst-mbswcs4.c:59:3: portability: %d in format string (no. 2) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint]
eglibc-2.13/localedata/tst-mbswcs4.c:60:3: portability: %d in format string (no. 2) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint]
eglibc-2.13/localedata/tst-mbswcs6.c:49:3: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/localedata/tst-numeric.c:73:3: error: Memory leak: s [memleak]
eglibc-2.13/localedata/tst-sscanf.c:23:7: warning: 'I' in format string (no. 1) is a length modifier and cannot be used without a conversion specifier. [invalidLengthModifierError]
eglibc-2.13/localedata/tst-strptime.c:22:3: portability: %tu in format string (no. 2) requires 'unsigned ptrdiff_t' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_uint]
eglibc-2.13/localedata/tst-strptime.c:34:3: portability: %tu in format string (no. 2) requires 'unsigned ptrdiff_t' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_uint]
eglibc-2.13/localedata/tst-strptime.c:44:3: portability: %tu in format string (no. 2) requires 'unsigned ptrdiff_t' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_uint]
eglibc-2.13/localedata/tst-strptime.c:22:55: warning: Either the condition 'r==NULL' is redundant or there is overflow in pointer subtraction. [nullPointerArithmeticRedundantCheck]
eglibc-2.13/localedata/tst-strptime.c:23:14: note: Assuming that condition 'r==NULL' is not redundant
eglibc-2.13/localedata/tst-strptime.c:22:55: note: Null pointer subtraction
eglibc-2.13/localedata/tst-strptime.c:36:9: warning: Either the condition 'r==NULL' is redundant or there is overflow in pointer subtraction. [nullPointerArithmeticRedundantCheck]
eglibc-2.13/localedata/tst-strptime.c:37:16: note: Assuming that condition 'r==NULL' is not redundant
eglibc-2.13/localedata/tst-strptime.c:36:9: note: Null pointer subtraction
eglibc-2.13/localedata/tst-strptime.c:46:9: warning: Either the condition 'r==NULL' is redundant or there is overflow in pointer subtraction. [nullPointerArithmeticRedundantCheck]
eglibc-2.13/localedata/tst-strptime.c:47:16: note: Assuming that condition 'r==NULL' is not redundant
eglibc-2.13/localedata/tst-strptime.c:46:9: note: Null pointer subtraction
eglibc-2.13/localedata/tst-trans.c:58:3: warning: %Id in format string (no. 1) requires 'ptrdiff_t' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
eglibc-2.13/localedata/tst-trans.c:64:3: warning: %Id in format string (no. 1) requires 'ptrdiff_t' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
eglibc-2.13/localedata/tst-wctype.c:52:4: warning: %lc in format string (no. 2) requires 'unsigned long' but the argument type is 'wchar_t'. [invalidPrintfArgType_uint]
eglibc-2.13/localedata/tst-wctype.c:73:4: warning: %lc in format string (no. 2) requires 'unsigned long' but the argument type is 'wchar_t'. [invalidPrintfArgType_uint]
eglibc-2.13/localedata/tst-wctype.c:94:4: warning: %lc in format string (no. 2) requires 'unsigned long' but the argument type is 'wchar_t'. [invalidPrintfArgType_uint]
eglibc-2.13/localedata/tst-wctype.c:115:4: warning: %lc in format string (no. 2) requires 'unsigned long' but the argument type is 'wchar_t'. [invalidPrintfArgType_uint]
eglibc-2.13/localedata/tst-wctype.c:136:4: warning: %lc in format string (no. 2) requires 'unsigned long' but the argument type is 'wchar_t'. [invalidPrintfArgType_uint]
eglibc-2.13/login/getutent_r.c:84:39: style: Function 'getutid_r_unknown' argument 1 names different: declaration 'line' definition 'id'. [funcArgNamesDifferent]
eglibc-2.13/login/getutent_r.c:31:50: note: Function 'getutid_r_unknown' argument 1 names different: declaration 'line' definition 'id'.
eglibc-2.13/login/getutent_r.c:84:39: note: Function 'getutid_r_unknown' argument 1 names different: declaration 'line' definition 'id'.
eglibc-2.13/login/getutent_r.c:98:41: style: Function 'getutline_r_unknown' argument 1 names different: declaration 'id' definition 'line'. [funcArgNamesDifferent]
eglibc-2.13/login/getutent_r.c:33:52: note: Function 'getutline_r_unknown' argument 1 names different: declaration 'id' definition 'line'.
eglibc-2.13/login/getutent_r.c:98:41: note: Function 'getutline_r_unknown' argument 1 names different: declaration 'id' definition 'line'.
eglibc-2.13/login/login.c:91:15: style: The scope of the variable 'ttyp' can be reduced. [variableScope]
eglibc-2.13/login/login_tty.c:53:8: style: The scope of the variable 'newfd' can be reduced. [variableScope]
eglibc-2.13/login/utmp_file.c:313:36: style: Function 'getutid_r_file' argument 1 names different: declaration 'key' definition 'id'. [funcArgNamesDifferent]
eglibc-2.13/login/utmp_file.c:111:47: note: Function 'getutid_r_file' argument 1 names different: declaration 'key' definition 'id'.
eglibc-2.13/login/utmp_file.c:313:36: note: Function 'getutid_r_file' argument 1 names different: declaration 'key' definition 'id'.
eglibc-2.13/login/utmp_file.c:343:38: style: Function 'getutline_r_file' argument 1 names different: declaration 'key' definition 'line'. [funcArgNamesDifferent]
eglibc-2.13/login/utmp_file.c:113:49: note: Function 'getutline_r_file' argument 1 names different: declaration 'key' definition 'line'.
eglibc-2.13/login/utmp_file.c:343:38: note: Function 'getutline_r_file' argument 1 names different: declaration 'key' definition 'line'.
eglibc-2.13/mach/devstream.c:37:11: style: The scope of the variable 'thiswrite' can be reduced. [variableScope]
eglibc-2.13/mach/devstream.c:142:30: style: Label '__write' is not used. [unusedLabel]
eglibc-2.13/mach/devstream.c:131:34: style: Function 'mach_open_devstream' argument 1 names different: declaration 'device_port' definition 'dev'. [funcArgNamesDifferent]
eglibc-2.13/mach/mach.h:88:47: note: Function 'mach_open_devstream' argument 1 names different: declaration 'device_port' definition 'dev'.
eglibc-2.13/mach/devstream.c:131:34: note: Function 'mach_open_devstream' argument 1 names different: declaration 'device_port' definition 'dev'.
eglibc-2.13/mach/errstring.c:50:16: style: Function 'mach_error_type' argument 1 names different: declaration 'error_value' definition 'err'. [funcArgNamesDifferent]
eglibc-2.13/mach/mach_error.h:68:15: note: Function 'mach_error_type' argument 1 names different: declaration 'error_value' definition 'err'.
eglibc-2.13/mach/errstring.c:50:16: note: Function 'mach_error_type' argument 1 names different: declaration 'error_value' definition 'err'.
eglibc-2.13/mach/errstring.c:90:16: style: Function 'mach_error_string' argument 1 names different: declaration 'error_value' definition 'err'. [funcArgNamesDifferent]
eglibc-2.13/mach/mach_error.h:53:15: note: Function 'mach_error_string' argument 1 names different: declaration 'error_value' definition 'err'.
eglibc-2.13/mach/errstring.c:90:16: note: Function 'mach_error_string' argument 1 names different: declaration 'error_value' definition 'err'.
eglibc-2.13/mach/mach_error.c:68:16: style: Function 'mach_error' argument 2 names different: declaration 'error_value' definition 'err'. [funcArgNamesDifferent]
eglibc-2.13/mach/mach_error.h:61:15: note: Function 'mach_error' argument 2 names different: declaration 'error_value' definition 'err'.
eglibc-2.13/mach/mach_error.c:68:16: note: Function 'mach_error' argument 2 names different: declaration 'error_value' definition 'err'.
eglibc-2.13/mach/mach/mig_support.h:40:0: error: #error mig stubs must be compiled with -D_GNU_SOURCE [preprocessorErrorDirective]
eglibc-2.13/mach/msgserver.c:75:40: style: Function '__mach_msg_server_timeout' argument 1 names different: declaration '__demux' definition 'demux'. [funcArgNamesDifferent]
eglibc-2.13/mach/mach.h:64:40: note: Function '__mach_msg_server_timeout' argument 1 names different: declaration '__demux' definition 'demux'.
eglibc-2.13/mach/msgserver.c:75:40: note: Function '__mach_msg_server_timeout' argument 1 names different: declaration '__demux' definition 'demux'.
eglibc-2.13/mach/msgserver.c:77:23: style: Function '__mach_msg_server_timeout' argument 2 names different: declaration '__max_size' definition 'max_size'. [funcArgNamesDifferent]
eglibc-2.13/mach/mach.h:66:23: note: Function '__mach_msg_server_timeout' argument 2 names different: declaration '__max_size' definition 'max_size'.
eglibc-2.13/mach/msgserver.c:77:23: note: Function '__mach_msg_server_timeout' argument 2 names different: declaration '__max_size' definition 'max_size'.
eglibc-2.13/mach/msgserver.c:78:19: style: Function '__mach_msg_server_timeout' argument 3 names different: declaration '__rcv_name' definition 'rcv_name'. [funcArgNamesDifferent]
eglibc-2.13/mach/mach.h:67:19: note: Function '__mach_msg_server_timeout' argument 3 names different: declaration '__rcv_name' definition 'rcv_name'.
eglibc-2.13/mach/msgserver.c:78:19: note: Function '__mach_msg_server_timeout' argument 3 names different: declaration '__rcv_name' definition 'rcv_name'.
eglibc-2.13/mach/msgserver.c:79:25: style: Function '__mach_msg_server_timeout' argument 4 names different: declaration '__option' definition 'option'. [funcArgNamesDifferent]
eglibc-2.13/mach/mach.h:68:25: note: Function '__mach_msg_server_timeout' argument 4 names different: declaration '__option' definition 'option'.
eglibc-2.13/mach/msgserver.c:79:25: note: Function '__mach_msg_server_timeout' argument 4 names different: declaration '__option' definition 'option'.
eglibc-2.13/mach/msgserver.c:80:26: style: Function '__mach_msg_server_timeout' argument 5 names different: declaration '__timeout' definition 'timeout'. [funcArgNamesDifferent]
eglibc-2.13/mach/mach.h:69:26: note: Function '__mach_msg_server_timeout' argument 5 names different: declaration '__timeout' definition 'timeout'.
eglibc-2.13/mach/msgserver.c:80:26: note: Function '__mach_msg_server_timeout' argument 5 names different: declaration '__timeout' definition 'timeout'.
eglibc-2.13/mach/mutex-init.c:24:21: style: Function '__mutex_init' argument 1 names different: declaration '__lock' definition 'lock'. [funcArgNamesDifferent]
eglibc-2.13/mach/lock-intern.h:63:33: note: Function '__mutex_init' argument 1 names different: declaration '__lock' definition 'lock'.
eglibc-2.13/mach/mutex-init.c:24:21: note: Function '__mutex_init' argument 1 names different: declaration '__lock' definition 'lock'.
eglibc-2.13/mach/mutex-solid.c:29:27: style: Function '__mutex_lock_solid' argument 1 names different: declaration '__lock' definition 'lock'. [funcArgNamesDifferent]
eglibc-2.13/mach/lock-intern.h:66:39: note: Function '__mutex_lock_solid' argument 1 names different: declaration '__lock' definition 'lock'.
eglibc-2.13/mach/mutex-solid.c:29:27: note: Function '__mutex_lock_solid' argument 1 names different: declaration '__lock' definition 'lock'.
eglibc-2.13/mach/mutex-solid.c:35:29: style: Function '__mutex_unlock_solid' argument 1 names different: declaration '__lock' definition 'lock'. [funcArgNamesDifferent]
eglibc-2.13/mach/lock-intern.h:70:41: note: Function '__mutex_unlock_solid' argument 1 names different: declaration '__lock' definition 'lock'.
eglibc-2.13/mach/mutex-solid.c:35:29: note: Function '__mutex_unlock_solid' argument 1 names different: declaration '__lock' definition 'lock'.
eglibc-2.13/mach/setup-thread.c:69:0: error: #error stack direction unknown [preprocessorErrorDirective]
eglibc-2.13/mach/spin-solid.c:23:33: style: Function '__spin_lock_solid' argument 1 names different: declaration '__lock' definition 'lock'. [funcArgNamesDifferent]
eglibc-2.13/mach/lock-intern.h:40:47: note: Function '__spin_lock_solid' argument 1 names different: declaration '__lock' definition 'lock'.
eglibc-2.13/mach/spin-solid.c:23:33: note: Function '__spin_lock_solid' argument 1 names different: declaration '__lock' definition 'lock'.
eglibc-2.13/malloc/arena.c:607:7: style: Condition '!secure' is always true [knownConditionTrueFalse]
eglibc-2.13/malloc/arena.c:473:16: note: Assignment 'secure=0', assigned value is 0
eglibc-2.13/malloc/arena.c:607:7: note: Condition '!secure' is always true
eglibc-2.13/malloc/arena.c:200:11: style: The scope of the variable 'victim' can be reduced. [variableScope]
eglibc-2.13/malloc/arena.c:702:9: style: The scope of the variable 'p1' can be reduced. [variableScope]
eglibc-2.13/malloc/arena.c:703:17: style: The scope of the variable 'ul' can be reduced. [variableScope]
eglibc-2.13/malloc/arena.c:852:8: style: The scope of the variable 'new_size' can be reduced. [variableScope]
eglibc-2.13/malloc/hooks.c:539:11: style: The scope of the variable 'b' can be reduced. [variableScope]
eglibc-2.13/malloc/malloc.c:3006:11: style: The scope of the variable 'mm' can be reduced. [variableScope]
eglibc-2.13/malloc/malloc.c:3460:9: style: The scope of the variable 'released' can be reduced. [variableScope]
eglibc-2.13/malloc/malloc.c:3461:9: style: The scope of the variable 'current_brk' can be reduced. [variableScope]
eglibc-2.13/malloc/malloc.c:3462:9: style: The scope of the variable 'new_brk' can be reduced. [variableScope]
eglibc-2.13/malloc/malloc.c:5094:19: style: The scope of the variable 'fb' can be reduced. [variableScope]
eglibc-2.13/malloc/malloc.c:5095:19: style: The scope of the variable 'maxfb' can be reduced. [variableScope]
eglibc-2.13/malloc/malloc.c:5103:19: style: The scope of the variable 'size' can be reduced. [variableScope]
eglibc-2.13/malloc/malloc.c:5104:19: style: The scope of the variable 'nextsize' can be reduced. [variableScope]
eglibc-2.13/malloc/malloc.c:5105:19: style: The scope of the variable 'prevsize' can be reduced. [variableScope]
eglibc-2.13/malloc/malloc.c:5106:19: style: The scope of the variable 'nextinuse' can be reduced. [variableScope]
eglibc-2.13/malloc/malloc.c:5461:19: style: The scope of the variable 'newsize' can be reduced. [variableScope]
eglibc-2.13/malloc/malloc.c:5462:19: style: The scope of the variable 'leadsize' can be reduced. [variableScope]
eglibc-2.13/malloc/malloc.c:5463:19: style: The scope of the variable 'remainder' can be reduced. [variableScope]
eglibc-2.13/malloc/malloc.c:5464:19: style: The scope of the variable 'remainder_size' can be reduced. [variableScope]
eglibc-2.13/malloc/malloc.c:5465:19: style: The scope of the variable 'size' can be reduced. [variableScope]
eglibc-2.13/malloc/malloc.c:5683:19: style: The scope of the variable 'array_chunk' can be reduced. [variableScope]
eglibc-2.13/malloc/malloc.c:5900:13: style: The scope of the variable 'p' can be reduced. [variableScope]
eglibc-2.13/malloc/malloc.c:5919:11: style: The scope of the variable 'b' can be reduced. [variableScope]
eglibc-2.13/malloc/hooks.c:170:11: style: Checking if unsigned variable 'c' is less than zero. [unsignedLessThanZero]
eglibc-2.13/malloc/hooks.c:189:11: style: Checking if unsigned variable 'c' is less than zero. [unsignedLessThanZero]
eglibc-2.13/malloc/arena.c:68:13: warning: Suspicious code: sign conversion of -6 in calculation because '-6' has a negative value [signConversion]
eglibc-2.13/malloc/hooks.c:335:3: warning: Suspicious code: sign conversion of -2 in calculation because '-2' has a negative value [signConversion]
eglibc-2.13/malloc/hooks.c:364:7: warning: Suspicious code: sign conversion of -2 in calculation because '-2' has a negative value [signConversion]
eglibc-2.13/malloc/hooks.c:411:3: warning: Suspicious code: sign conversion of -2 in calculation because '-2' has a negative value [signConversion]
eglibc-2.13/malloc/malloc.c:3782:3: warning: Suspicious code: sign conversion of -2 in calculation because '-2' has a negative value [signConversion]
eglibc-2.13/malloc/malloc.c:4279:3: warning: Suspicious code: sign conversion of -2 in calculation because '-2' has a negative value [signConversion]
eglibc-2.13/malloc/malloc.c:5482:3: warning: Suspicious code: sign conversion of -2 in calculation because '-2' has a negative value [signConversion]
eglibc-2.13/malloc/hooks.c:411:3: style: Variable 'nb' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/malloc/hooks.c:181:50: style: Mismatching assignment and comparison, comparison 'offset!=4096' is always true. [assignIfError]
eglibc-2.13/malloc/hooks.c:178:12: note: Mismatching assignment and comparison, comparison 'offset!=4096' is always true.
eglibc-2.13/malloc/hooks.c:181:50: note: Mismatching assignment and comparison, comparison 'offset!=4096' is always true.
eglibc-2.13/malloc/mallocbug.c:31:12: style: Variable 'dummy0' is allocated memory that is never used. [unusedAllocatedMemory]
eglibc-2.13/malloc/mallocbug.c:33:12: style: Variable 'dummy1' is allocated memory that is never used. [unusedAllocatedMemory]
eglibc-2.13/malloc/mallocbug.c:35:22: style: Variable 'fill_info_table1' is allocated memory that is never used. [unusedAllocatedMemory]
eglibc-2.13/malloc/mallocbug.c:38:7: style: Variable 'x' is allocated memory that is never used. [unusedAllocatedMemory]
eglibc-2.13/malloc/mallocbug.c:66:0: error: Memory leak: dummy0 [memleak]
eglibc-2.13/malloc/mallocbug.c:66:0: error: Memory leak: dummy1 [memleak]
eglibc-2.13/malloc/mallocbug.c:66:0: error: Memory leak: fill_info_table1 [memleak]
eglibc-2.13/malloc/mallocbug.c:66:0: error: Memory leak: over_top [memleak]
eglibc-2.13/malloc/mallocbug.c:66:0: error: Memory leak: over_top_dup [memleak]
eglibc-2.13/malloc/mcheck.c:118:7: style: Variable 'mcheck_used' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
eglibc-2.13/malloc/mcheck.c:116:7: note: Variable 'mcheck_used' is reassigned a value before the old one has been used if variable is no semaphore variable.
eglibc-2.13/malloc/mcheck.c:118:7: note: Variable 'mcheck_used' is reassigned a value before the old one has been used if variable is no semaphore variable.
eglibc-2.13/malloc/memusage.c:826:3: warning: %ld in format string (no. 12) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
eglibc-2.13/malloc/memusage.c:826:3: warning: %ld in format string (no. 13) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
eglibc-2.13/malloc/memusage.c:826:3: warning: %ld in format string (no. 14) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
eglibc-2.13/malloc/memusage.c:854:5: warning: %ld in format string (no. 17) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
eglibc-2.13/malloc/memusage.c:854:5: warning: %ld in format string (no. 18) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
eglibc-2.13/malloc/memusage.c:595:4: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
eglibc-2.13/malloc/memusage.c:647:4: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
eglibc-2.13/malloc/memusagestat.c:129:17: style: The scope of the variable 'cnt2' can be reduced. [variableScope]
eglibc-2.13/malloc/memusagestat.c:164:17: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/malloc/obstack.c:189:35: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
eglibc-2.13/malloc/obstack.c:237:35: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
eglibc-2.13/malloc/obstack.c:280:5: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
eglibc-2.13/malloc/obstack.c:307:7: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
eglibc-2.13/malloc/obstack.c:355:31: style: Function 'obstack_free' argument 1 names different: declaration '__obstack' definition 'h'. [funcArgNamesDifferent]
eglibc-2.13/malloc/obstack.h:190:36: note: Function 'obstack_free' argument 1 names different: declaration '__obstack' definition 'h'.
eglibc-2.13/malloc/obstack.c:355:31: note: Function 'obstack_free' argument 1 names different: declaration '__obstack' definition 'h'.
eglibc-2.13/malloc/obstack.c:355:40: style: Function 'obstack_free' argument 2 names different: declaration '__block' definition 'obj'. [funcArgNamesDifferent]
eglibc-2.13/malloc/obstack.h:190:53: note: Function 'obstack_free' argument 2 names different: declaration '__block' definition 'obj'.
eglibc-2.13/malloc/obstack.c:355:40: note: Function 'obstack_free' argument 2 names different: declaration '__block' definition 'obj'.
eglibc-2.13/malloc/obstack.c:70:13: style: union member 'fooround::i' is never used. [unusedStructMember]
eglibc-2.13/malloc/obstack.c:71:15: style: union member 'fooround::d' is never used. [unusedStructMember]
eglibc-2.13/malloc/obstack.c:72:9: style: union member 'fooround::p' is never used. [unusedStructMember]
eglibc-2.13/malloc/obstack.c:76:8: style: struct member 'fooalign::c' is never used. [unusedStructMember]
eglibc-2.13/malloc/tst-calloc.c:100:3: warning: Return value of function calloc() is not used. [ignoredReturnValue]
eglibc-2.13/malloc/tst-calloc.c:101:3: warning: Return value of function calloc() is not used. [ignoredReturnValue]
eglibc-2.13/malloc/tst-calloc.c:102:3: warning: Return value of function calloc() is not used. [ignoredReturnValue]
eglibc-2.13/malloc/tst-calloc.c:103:3: warning: Return value of function calloc() is not used. [ignoredReturnValue]
eglibc-2.13/malloc/tst-calloc.c:104:3: warning: Return value of function calloc() is not used. [ignoredReturnValue]
eglibc-2.13/malloc/tst-calloc.c:100:11: error: Invalid calloc() argument nr 1. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
eglibc-2.13/malloc/tst-calloc.c:101:11: error: Invalid calloc() argument nr 1. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
eglibc-2.13/malloc/tst-calloc.c:103:11: error: Invalid calloc() argument nr 1. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
eglibc-2.13/malloc/tst-calloc.c:103:14: error: Invalid calloc() argument nr 2. The value is -1 but the valid values are '0:'. [invalidFunctionArg]
eglibc-2.13/malloc/tst-calloc.c:104:11: error: Invalid calloc() argument nr 1. The value is -1 but the valid values are '1:'. [invalidFunctionArg]
eglibc-2.13/malloc/tst-calloc.c:100:3: error: Return value of allocation function 'calloc' is not stored. [leakReturnValNotUsed]
eglibc-2.13/malloc/tst-calloc.c:101:3: error: Return value of allocation function 'calloc' is not stored. [leakReturnValNotUsed]
eglibc-2.13/malloc/tst-calloc.c:102:3: error: Return value of allocation function 'calloc' is not stored. [leakReturnValNotUsed]
eglibc-2.13/malloc/tst-calloc.c:103:3: error: Return value of allocation function 'calloc' is not stored. [leakReturnValNotUsed]
eglibc-2.13/malloc/tst-calloc.c:104:3: error: Return value of allocation function 'calloc' is not stored. [leakReturnValNotUsed]
eglibc-2.13/malloc/tst-malloc.c:41:14: error: Memory allocation size is negative. [negativeMemoryAllocationSize]
eglibc-2.13/malloc/tst-malloc.c:71:14: error: Memory allocation size is negative. [negativeMemoryAllocationSize]
eglibc-2.13/malloc/tst-malloc.c:41:16: error: Invalid malloc() argument nr 1. The value is -1 but the valid values are '0:'. [invalidFunctionArg]
eglibc-2.13/malloc/tst-malloc.c:71:16: error: Invalid malloc() argument nr 1. The value is -524288 but the valid values are '0:'. [invalidFunctionArg]
eglibc-2.13/malloc/tst-malloc.c:50:0: error: Memory leak: p [memleak]
eglibc-2.13/malloc/tst-malloc.c:77:0: error: Memory leak: q [memleak]
eglibc-2.13/malloc/tst-mallocfork.c:28:3: warning: Return value of function malloc() is not used. [ignoredReturnValue]
eglibc-2.13/malloc/tst-mallocfork.c:28:3: error: Return value of allocation function 'malloc' is not stored. [leakReturnValNotUsed]
eglibc-2.13/malloc/tst-mallocstate.c:37:9: style: The scope of the variable 'save_state' can be reduced. [variableScope]
eglibc-2.13/malloc/tst-mallocstate.c:68:3: error: Common realloc mistake: 'p1' nulled but not freed upon failure [memleakOnRealloc]
eglibc-2.13/malloc/tst-mallocstate.c:75:0: error: Memory leak: p2 [memleak]
eglibc-2.13/malloc/tst-mcheck.c:40:14: error: Memory allocation size is negative. [negativeMemoryAllocationSize]
eglibc-2.13/malloc/tst-mcheck.c:40:16: error: Invalid malloc() argument nr 1. The value is -1 but the valid values are '0:'. [invalidFunctionArg]
eglibc-2.13/malloc/tst-mcheck.c:71:20: error: Invalid realloc() argument nr 2. The value is -256 but the valid values are '0:'. [invalidFunctionArg]
eglibc-2.13/malloc/tst-mcheck.c:82:20: error: Invalid realloc() argument nr 2. The value is -1 but the valid values are '0:'. [invalidFunctionArg]
eglibc-2.13/malloc/tst-mcheck.c:47:0: error: Memory leak: p [memleak]
eglibc-2.13/malloc/tst-mtrace.c:100:14: style: The scope of the variable 'cnt' can be reduced. [variableScope]
eglibc-2.13/malloc/tst-obstack.c:52:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
eglibc-2.13/malloc/tst-obstack.c:45:7: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
eglibc-2.13/malloc/tst-obstack.c:50:16: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
eglibc-2.13/malloc/tst-obstack.c:58:7: error: Overflow in pointer arithmetic, NULL pointer is subtracted. [nullPointerArithmetic]
eglibc-2.13/math/atest-exp.c:83:11: style: Variable 'round' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/atest-exp2.c:124:11: style: Variable 'round' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/atest-sincos.c:122:7: style: Variable 'round' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/tgmath.h:245:0: error: #error "Unsupported compiler; you cannot use <tgmath.h>" [preprocessorErrorDirective]
eglibc-2.13/math/s_cacos.c:32:34: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_cacosf.c:32:33: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_cacosh.c:46:15: style: Expression is always false because 'else if' condition matches previous condition at line 34. [multiCondition]
eglibc-2.13/math/s_cacosh.c:32:27: style: Same expression on both sides of '||' because the value of 'rcls<=FP_INFINITE' and 'icls<=FP_INFINITE' are the same. [duplicateExpression]
eglibc-2.13/math/s_cacosh.c:29:25: note: 'rcls' is assigned value 'fpclassify(__real__ x)' here.
eglibc-2.13/math/s_cacosh.c:30:25: note: 'icls' is assigned value 'fpclassify(__imag__ x)' here.
eglibc-2.13/math/s_cacosh.c:32:27: note: Same expression on both sides of '||' because the value of 'rcls<=FP_INFINITE' and 'icls<=FP_INFINITE' are the same.
eglibc-2.13/math/s_cacosh.c:62:28: style: Same expression on both sides of '&&' because the value of 'rcls==FP_ZERO' and 'icls==FP_ZERO' are the same. [duplicateExpression]
eglibc-2.13/math/s_cacosh.c:29:25: note: 'rcls' is assigned value 'fpclassify(__real__ x)' here.
eglibc-2.13/math/s_cacosh.c:30:25: note: 'icls' is assigned value 'fpclassify(__imag__ x)' here.
eglibc-2.13/math/s_cacosh.c:62:28: note: Same expression on both sides of '&&' because the value of 'rcls==FP_ZERO' and 'icls==FP_ZERO' are the same.
eglibc-2.13/math/s_cacosh.c:85:24: style: Same expression on both sides of '<' because the value of 'res' and '0.0' are the same. [duplicateExpression]
eglibc-2.13/math/s_cacosh.c:64:23: note: 'res' is assigned value '0.0' here.
eglibc-2.13/math/s_cacosh.c:85:24: note: Same expression on both sides of '<' because the value of 'res' and '0.0' are the same.
eglibc-2.13/math/s_cacosh.c:36:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_cacosh.c:39:21: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_cacosh.c:41:21: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_cacosh.c:48:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_cacosh.c:51:21: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_cacosh.c:54:21: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_cacosh.c:58:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_cacosh.c:59:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_cacosh.c:65:22: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_cacosh.c:71:30: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_cacoshf.c:47:15: style: Expression is always false because 'else if' condition matches previous condition at line 35. [multiCondition]
eglibc-2.13/math/s_cacoshf.c:33:27: style: Same expression on both sides of '||' because the value of 'rcls<=FP_INFINITE' and 'icls<=FP_INFINITE' are the same. [duplicateExpression]
eglibc-2.13/math/s_cacoshf.c:30:25: note: 'rcls' is assigned value 'fpclassify(__real__ x)' here.
eglibc-2.13/math/s_cacoshf.c:31:25: note: 'icls' is assigned value 'fpclassify(__imag__ x)' here.
eglibc-2.13/math/s_cacoshf.c:33:27: note: Same expression on both sides of '||' because the value of 'rcls<=FP_INFINITE' and 'icls<=FP_INFINITE' are the same.
eglibc-2.13/math/s_cacoshf.c:63:28: style: Same expression on both sides of '&&' because the value of 'rcls==FP_ZERO' and 'icls==FP_ZERO' are the same. [duplicateExpression]
eglibc-2.13/math/s_cacoshf.c:30:25: note: 'rcls' is assigned value 'fpclassify(__real__ x)' here.
eglibc-2.13/math/s_cacoshf.c:31:25: note: 'icls' is assigned value 'fpclassify(__imag__ x)' here.
eglibc-2.13/math/s_cacoshf.c:63:28: note: Same expression on both sides of '&&' because the value of 'rcls==FP_ZERO' and 'icls==FP_ZERO' are the same.
eglibc-2.13/math/s_cacoshf.c:100:24: style: Same expression on both sides of '<' because the value of 'res' and '0.0' are the same. [duplicateExpression]
eglibc-2.13/math/s_cacoshf.c:65:23: note: 'res' is assigned value '0.0' here.
eglibc-2.13/math/s_cacoshf.c:100:24: note: Same expression on both sides of '<' because the value of 'res' and '0.0' are the same.
eglibc-2.13/math/s_cacoshf.c:37:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_cacoshf.c:40:21: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_cacoshf.c:42:21: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_cacoshf.c:49:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_cacoshf.c:52:21: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_cacoshf.c:55:21: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_cacoshf.c:59:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_cacoshf.c:60:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_cacoshf.c:66:22: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_cacoshf.c:73:30: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_cacoshl.c:46:15: style: Expression is always false because 'else if' condition matches previous condition at line 34. [multiCondition]
eglibc-2.13/math/s_cacoshl.c:32:27: style: Same expression on both sides of '||' because the value of 'rcls<=FP_INFINITE' and 'icls<=FP_INFINITE' are the same. [duplicateExpression]
eglibc-2.13/math/s_cacoshl.c:29:25: note: 'rcls' is assigned value 'fpclassify(__real__ x)' here.
eglibc-2.13/math/s_cacoshl.c:30:25: note: 'icls' is assigned value 'fpclassify(__imag__ x)' here.
eglibc-2.13/math/s_cacoshl.c:32:27: note: Same expression on both sides of '||' because the value of 'rcls<=FP_INFINITE' and 'icls<=FP_INFINITE' are the same.
eglibc-2.13/math/s_cacoshl.c:62:28: style: Same expression on both sides of '&&' because the value of 'rcls==FP_ZERO' and 'icls==FP_ZERO' are the same. [duplicateExpression]
eglibc-2.13/math/s_cacoshl.c:29:25: note: 'rcls' is assigned value 'fpclassify(__real__ x)' here.
eglibc-2.13/math/s_cacoshl.c:30:25: note: 'icls' is assigned value 'fpclassify(__imag__ x)' here.
eglibc-2.13/math/s_cacoshl.c:62:28: note: Same expression on both sides of '&&' because the value of 'rcls==FP_ZERO' and 'icls==FP_ZERO' are the same.
eglibc-2.13/math/s_cacoshl.c:85:24: style: Same expression on both sides of '<' because the value of 'res' and '0.0' are the same. [duplicateExpression]
eglibc-2.13/math/s_cacoshl.c:64:23: note: 'res' is assigned value '0.0' here.
eglibc-2.13/math/s_cacoshl.c:85:24: note: Same expression on both sides of '<' because the value of 'res' and '0.0' are the same.
eglibc-2.13/math/s_cacoshl.c:36:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_cacoshl.c:39:21: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_cacoshl.c:41:21: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_cacoshl.c:48:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_cacoshl.c:51:21: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_cacoshl.c:54:21: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_cacoshl.c:58:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_cacoshl.c:59:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_cacoshl.c:65:22: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_cacoshl.c:71:30: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_cacosl.c:32:18: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_casin.c:30:26: style: Same expression on both sides of '||' because the value of 'isnan(__real__ x)' and 'isnan(__imag__ x)' are the same. [duplicateExpression]
eglibc-2.13/math/s_casin.c:38:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_casin.c:39:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_casin.c:43:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_casin.c:44:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_casin.c:51:0: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_casin.c:57:0: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_casinf.c:30:26: style: Same expression on both sides of '||' because the value of 'isnan(__real__ x)' and 'isnan(__imag__ x)' are the same. [duplicateExpression]
eglibc-2.13/math/s_casinf.c:38:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_casinf.c:39:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_casinf.c:43:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_casinf.c:44:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_casinf.c:51:0: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_casinf.c:57:0: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_casinh.c:32:27: style: Same expression on both sides of '||' because the value of 'rcls<=FP_INFINITE' and 'icls<=FP_INFINITE' are the same. [duplicateExpression]
eglibc-2.13/math/s_casinh.c:29:25: note: 'rcls' is assigned value 'fpclassify(__real__ x)' here.
eglibc-2.13/math/s_casinh.c:30:25: note: 'icls' is assigned value 'fpclassify(__imag__ x)' here.
eglibc-2.13/math/s_casinh.c:32:27: note: Same expression on both sides of '||' because the value of 'rcls<=FP_INFINITE' and 'icls<=FP_INFINITE' are the same.
eglibc-2.13/math/s_casinh.c:59:28: style: Same expression on both sides of '&&' because the value of 'rcls==FP_ZERO' and 'icls==FP_ZERO' are the same. [duplicateExpression]
eglibc-2.13/math/s_casinh.c:29:25: note: 'rcls' is assigned value 'fpclassify(__real__ x)' here.
eglibc-2.13/math/s_casinh.c:30:25: note: 'icls' is assigned value 'fpclassify(__imag__ x)' here.
eglibc-2.13/math/s_casinh.c:59:28: note: Same expression on both sides of '&&' because the value of 'rcls==FP_ZERO' and 'icls==FP_ZERO' are the same.
eglibc-2.13/math/s_casinh.c:36:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_casinh.c:39:21: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_casinh.c:41:21: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_casinh.c:46:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_casinh.c:49:21: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_casinh.c:51:21: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_casinh.c:56:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_casinh.c:67:30: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_casinhf.c:32:27: style: Same expression on both sides of '||' because the value of 'rcls<=FP_INFINITE' and 'icls<=FP_INFINITE' are the same. [duplicateExpression]
eglibc-2.13/math/s_casinhf.c:29:25: note: 'rcls' is assigned value 'fpclassify(__real__ x)' here.
eglibc-2.13/math/s_casinhf.c:30:25: note: 'icls' is assigned value 'fpclassify(__imag__ x)' here.
eglibc-2.13/math/s_casinhf.c:32:27: note: Same expression on both sides of '||' because the value of 'rcls<=FP_INFINITE' and 'icls<=FP_INFINITE' are the same.
eglibc-2.13/math/s_casinhf.c:59:28: style: Same expression on both sides of '&&' because the value of 'rcls==FP_ZERO' and 'icls==FP_ZERO' are the same. [duplicateExpression]
eglibc-2.13/math/s_casinhf.c:29:25: note: 'rcls' is assigned value 'fpclassify(__real__ x)' here.
eglibc-2.13/math/s_casinhf.c:30:25: note: 'icls' is assigned value 'fpclassify(__imag__ x)' here.
eglibc-2.13/math/s_casinhf.c:59:28: note: Same expression on both sides of '&&' because the value of 'rcls==FP_ZERO' and 'icls==FP_ZERO' are the same.
eglibc-2.13/math/s_casinhf.c:36:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_casinhf.c:39:21: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_casinhf.c:41:21: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_casinhf.c:46:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_casinhf.c:49:21: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_casinhf.c:51:21: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_casinhf.c:56:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_casinhf.c:67:30: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_casinhl.c:32:27: style: Same expression on both sides of '||' because the value of 'rcls<=FP_INFINITE' and 'icls<=FP_INFINITE' are the same. [duplicateExpression]
eglibc-2.13/math/s_casinhl.c:29:25: note: 'rcls' is assigned value 'fpclassify(__real__ x)' here.
eglibc-2.13/math/s_casinhl.c:30:25: note: 'icls' is assigned value 'fpclassify(__imag__ x)' here.
eglibc-2.13/math/s_casinhl.c:32:27: note: Same expression on both sides of '||' because the value of 'rcls<=FP_INFINITE' and 'icls<=FP_INFINITE' are the same.
eglibc-2.13/math/s_casinhl.c:59:28: style: Same expression on both sides of '&&' because the value of 'rcls==FP_ZERO' and 'icls==FP_ZERO' are the same. [duplicateExpression]
eglibc-2.13/math/s_casinhl.c:29:25: note: 'rcls' is assigned value 'fpclassify(__real__ x)' here.
eglibc-2.13/math/s_casinhl.c:30:25: note: 'icls' is assigned value 'fpclassify(__imag__ x)' here.
eglibc-2.13/math/s_casinhl.c:59:28: note: Same expression on both sides of '&&' because the value of 'rcls==FP_ZERO' and 'icls==FP_ZERO' are the same.
eglibc-2.13/math/s_casinhl.c:36:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_casinhl.c:39:21: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_casinhl.c:41:21: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_casinhl.c:46:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_casinhl.c:49:21: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_casinhl.c:51:21: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_casinhl.c:56:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_casinhl.c:67:30: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_casinl.c:30:26: style: Same expression on both sides of '||' because the value of 'isnan(__real__ x)' and 'isnan(__imag__ x)' are the same. [duplicateExpression]
eglibc-2.13/math/s_casinl.c:38:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_casinl.c:39:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_casinl.c:43:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_casinl.c:44:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_casinl.c:51:0: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_casinl.c:57:0: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_catan.c:41:15: style: Expression is always false because 'else if' condition matches previous condition at line 36. [multiCondition]
eglibc-2.13/math/s_catan.c:34:27: style: Same expression on both sides of '||' because the value of 'rcls<=FP_INFINITE' and 'icls<=FP_INFINITE' are the same. [duplicateExpression]
eglibc-2.13/math/s_catan.c:31:25: note: 'rcls' is assigned value 'fpclassify(__real__ x)' here.
eglibc-2.13/math/s_catan.c:32:25: note: 'icls' is assigned value 'fpclassify(__imag__ x)' here.
eglibc-2.13/math/s_catan.c:34:27: note: Same expression on both sides of '||' because the value of 'rcls<=FP_INFINITE' and 'icls<=FP_INFINITE' are the same.
eglibc-2.13/math/s_catan.c:60:28: style: Same expression on both sides of '&&' because the value of 'rcls==FP_ZERO' and 'icls==FP_ZERO' are the same. [duplicateExpression]
eglibc-2.13/math/s_catan.c:31:25: note: 'rcls' is assigned value 'fpclassify(__real__ x)' here.
eglibc-2.13/math/s_catan.c:32:25: note: 'icls' is assigned value 'fpclassify(__imag__ x)' here.
eglibc-2.13/math/s_catan.c:60:28: note: Same expression on both sides of '&&' because the value of 'rcls==FP_ZERO' and 'icls==FP_ZERO' are the same.
eglibc-2.13/math/s_catan.c:38:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_catan.c:39:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_catan.c:44:21: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_catan.c:46:21: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_catan.c:47:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_catan.c:51:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_catan.c:52:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_catan.c:62:13: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_catan.c:57:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_catan.c:80:0: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_catanf.c:41:15: style: Expression is always false because 'else if' condition matches previous condition at line 36. [multiCondition]
eglibc-2.13/math/s_catanf.c:34:27: style: Same expression on both sides of '||' because the value of 'rcls<=FP_INFINITE' and 'icls<=FP_INFINITE' are the same. [duplicateExpression]
eglibc-2.13/math/s_catanf.c:31:25: note: 'rcls' is assigned value 'fpclassify(__real__ x)' here.
eglibc-2.13/math/s_catanf.c:32:25: note: 'icls' is assigned value 'fpclassify(__imag__ x)' here.
eglibc-2.13/math/s_catanf.c:34:27: note: Same expression on both sides of '||' because the value of 'rcls<=FP_INFINITE' and 'icls<=FP_INFINITE' are the same.
eglibc-2.13/math/s_catanf.c:60:28: style: Same expression on both sides of '&&' because the value of 'rcls==FP_ZERO' and 'icls==FP_ZERO' are the same. [duplicateExpression]
eglibc-2.13/math/s_catanf.c:31:25: note: 'rcls' is assigned value 'fpclassify(__real__ x)' here.
eglibc-2.13/math/s_catanf.c:32:25: note: 'icls' is assigned value 'fpclassify(__imag__ x)' here.
eglibc-2.13/math/s_catanf.c:60:28: note: Same expression on both sides of '&&' because the value of 'rcls==FP_ZERO' and 'icls==FP_ZERO' are the same.
eglibc-2.13/math/s_catanf.c:38:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_catanf.c:39:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_catanf.c:44:21: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_catanf.c:46:21: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_catanf.c:47:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_catanf.c:51:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_catanf.c:52:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_catanf.c:62:13: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_catanf.c:57:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_catanf.c:80:0: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_catanh.c:34:27: style: Same expression on both sides of '||' because the value of 'rcls<=FP_INFINITE' and 'icls<=FP_INFINITE' are the same. [duplicateExpression]
eglibc-2.13/math/s_catanh.c:31:25: note: 'rcls' is assigned value 'fpclassify(__real__ x)' here.
eglibc-2.13/math/s_catanh.c:32:25: note: 'icls' is assigned value 'fpclassify(__imag__ x)' here.
eglibc-2.13/math/s_catanh.c:34:27: note: Same expression on both sides of '||' because the value of 'rcls<=FP_INFINITE' and 'icls<=FP_INFINITE' are the same.
eglibc-2.13/math/s_catanh.c:55:28: style: Same expression on both sides of '&&' because the value of 'rcls==FP_ZERO' and 'icls==FP_ZERO' are the same. [duplicateExpression]
eglibc-2.13/math/s_catanh.c:31:25: note: 'rcls' is assigned value 'fpclassify(__real__ x)' here.
eglibc-2.13/math/s_catanh.c:32:25: note: 'icls' is assigned value 'fpclassify(__imag__ x)' here.
eglibc-2.13/math/s_catanh.c:55:28: note: Same expression on both sides of '&&' because the value of 'rcls==FP_ZERO' and 'icls==FP_ZERO' are the same.
eglibc-2.13/math/s_catanh.c:38:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_catanh.c:39:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_catanh.c:43:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_catanh.c:45:21: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_catanh.c:47:21: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_catanh.c:57:13: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_catanh.c:52:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_catanh.c:75:0: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_catanhf.c:34:27: style: Same expression on both sides of '||' because the value of 'rcls<=FP_INFINITE' and 'icls<=FP_INFINITE' are the same. [duplicateExpression]
eglibc-2.13/math/s_catanhf.c:31:25: note: 'rcls' is assigned value 'fpclassify(__real__ x)' here.
eglibc-2.13/math/s_catanhf.c:32:25: note: 'icls' is assigned value 'fpclassify(__imag__ x)' here.
eglibc-2.13/math/s_catanhf.c:34:27: note: Same expression on both sides of '||' because the value of 'rcls<=FP_INFINITE' and 'icls<=FP_INFINITE' are the same.
eglibc-2.13/math/s_catanhf.c:55:28: style: Same expression on both sides of '&&' because the value of 'rcls==FP_ZERO' and 'icls==FP_ZERO' are the same. [duplicateExpression]
eglibc-2.13/math/s_catanhf.c:31:25: note: 'rcls' is assigned value 'fpclassify(__real__ x)' here.
eglibc-2.13/math/s_catanhf.c:32:25: note: 'icls' is assigned value 'fpclassify(__imag__ x)' here.
eglibc-2.13/math/s_catanhf.c:55:28: note: Same expression on both sides of '&&' because the value of 'rcls==FP_ZERO' and 'icls==FP_ZERO' are the same.
eglibc-2.13/math/s_catanhf.c:38:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_catanhf.c:39:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_catanhf.c:43:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_catanhf.c:45:21: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_catanhf.c:47:21: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_catanhf.c:57:13: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_catanhf.c:52:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_catanhf.c:75:0: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_catanhl.c:34:27: style: Same expression on both sides of '||' because the value of 'rcls<=FP_INFINITE' and 'icls<=FP_INFINITE' are the same. [duplicateExpression]
eglibc-2.13/math/s_catanhl.c:31:25: note: 'rcls' is assigned value 'fpclassify(__real__ x)' here.
eglibc-2.13/math/s_catanhl.c:32:25: note: 'icls' is assigned value 'fpclassify(__imag__ x)' here.
eglibc-2.13/math/s_catanhl.c:34:27: note: Same expression on both sides of '||' because the value of 'rcls<=FP_INFINITE' and 'icls<=FP_INFINITE' are the same.
eglibc-2.13/math/s_catanhl.c:55:28: style: Same expression on both sides of '&&' because the value of 'rcls==FP_ZERO' and 'icls==FP_ZERO' are the same. [duplicateExpression]
eglibc-2.13/math/s_catanhl.c:31:25: note: 'rcls' is assigned value 'fpclassify(__real__ x)' here.
eglibc-2.13/math/s_catanhl.c:32:25: note: 'icls' is assigned value 'fpclassify(__imag__ x)' here.
eglibc-2.13/math/s_catanhl.c:55:28: note: Same expression on both sides of '&&' because the value of 'rcls==FP_ZERO' and 'icls==FP_ZERO' are the same.
eglibc-2.13/math/s_catanhl.c:38:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_catanhl.c:39:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_catanhl.c:43:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_catanhl.c:45:21: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_catanhl.c:47:21: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_catanhl.c:57:13: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_catanhl.c:52:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_catanhl.c:75:0: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_catanl.c:41:15: style: Expression is always false because 'else if' condition matches previous condition at line 36. [multiCondition]
eglibc-2.13/math/s_catanl.c:34:27: style: Same expression on both sides of '||' because the value of 'rcls<=FP_INFINITE' and 'icls<=FP_INFINITE' are the same. [duplicateExpression]
eglibc-2.13/math/s_catanl.c:31:25: note: 'rcls' is assigned value 'fpclassify(__real__ x)' here.
eglibc-2.13/math/s_catanl.c:32:25: note: 'icls' is assigned value 'fpclassify(__imag__ x)' here.
eglibc-2.13/math/s_catanl.c:34:27: note: Same expression on both sides of '||' because the value of 'rcls<=FP_INFINITE' and 'icls<=FP_INFINITE' are the same.
eglibc-2.13/math/s_catanl.c:60:28: style: Same expression on both sides of '&&' because the value of 'rcls==FP_ZERO' and 'icls==FP_ZERO' are the same. [duplicateExpression]
eglibc-2.13/math/s_catanl.c:31:25: note: 'rcls' is assigned value 'fpclassify(__real__ x)' here.
eglibc-2.13/math/s_catanl.c:32:25: note: 'icls' is assigned value 'fpclassify(__imag__ x)' here.
eglibc-2.13/math/s_catanl.c:60:28: note: Same expression on both sides of '&&' because the value of 'rcls==FP_ZERO' and 'icls==FP_ZERO' are the same.
eglibc-2.13/math/s_catanl.c:38:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_catanl.c:39:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_catanl.c:44:21: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_catanl.c:46:21: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_catanl.c:47:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_catanl.c:51:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_catanl.c:52:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_catanl.c:62:13: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_catanl.c:57:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_catanl.c:80:0: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ccos.c:33:29: style: Same expression on both sides of '||'. [duplicateExpression]
eglibc-2.13/math/s_ccos.c:35:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ccos.c:36:0: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ccos.c:45:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ccos.c:46:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ccos.c:56:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ccos.c:68:0: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ccosf.c:33:29: style: Same expression on both sides of '||'. [duplicateExpression]
eglibc-2.13/math/s_ccosf.c:35:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ccosf.c:36:0: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ccosf.c:45:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ccosf.c:46:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ccosf.c:56:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ccosf.c:68:0: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ccosh.c:38:16: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
eglibc-2.13/math/s_ccosh.c:32:25: note: 'rcls' is assigned value 'fpclassify(__real__ x)' here.
eglibc-2.13/math/s_ccosh.c:33:25: note: 'icls' is assigned value 'fpclassify(__imag__ x)' here.
eglibc-2.13/math/s_ccosh.c:35:12: note: outer condition: rcls>=FP_ZERO
eglibc-2.13/math/s_ccosh.c:38:16: note: identical inner condition: icls>=FP_ZERO
eglibc-2.13/math/s_ccosh.c:47:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ccosh.c:48:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ccosh.c:52:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ccosh.c:53:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ccosh.c:67:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ccosh.c:68:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ccosh.c:77:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ccosh.c:78:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ccosh.c:84:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ccosh.c:85:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ccosh.c:96:25: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ccoshf.c:38:16: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
eglibc-2.13/math/s_ccoshf.c:32:25: note: 'rcls' is assigned value 'fpclassify(__real__ x)' here.
eglibc-2.13/math/s_ccoshf.c:33:25: note: 'icls' is assigned value 'fpclassify(__imag__ x)' here.
eglibc-2.13/math/s_ccoshf.c:35:12: note: outer condition: rcls>=FP_ZERO
eglibc-2.13/math/s_ccoshf.c:38:16: note: identical inner condition: icls>=FP_ZERO
eglibc-2.13/math/s_ccoshf.c:47:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ccoshf.c:48:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ccoshf.c:52:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ccoshf.c:53:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ccoshf.c:67:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ccoshf.c:68:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ccoshf.c:77:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ccoshf.c:78:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ccoshf.c:84:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ccoshf.c:85:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ccoshf.c:96:25: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ccoshl.c:38:16: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
eglibc-2.13/math/s_ccoshl.c:32:25: note: 'rcls' is assigned value 'fpclassify(__real__ x)' here.
eglibc-2.13/math/s_ccoshl.c:33:25: note: 'icls' is assigned value 'fpclassify(__imag__ x)' here.
eglibc-2.13/math/s_ccoshl.c:35:12: note: outer condition: rcls>=FP_ZERO
eglibc-2.13/math/s_ccoshl.c:38:16: note: identical inner condition: icls>=FP_ZERO
eglibc-2.13/math/s_ccoshl.c:47:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ccoshl.c:48:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ccoshl.c:52:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ccoshl.c:53:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ccoshl.c:67:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ccoshl.c:68:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ccoshl.c:77:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ccoshl.c:78:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ccoshl.c:84:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ccoshl.c:85:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ccoshl.c:96:25: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ccosl.c:33:29: style: Same expression on both sides of '||'. [duplicateExpression]
eglibc-2.13/math/s_ccosl.c:35:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ccosl.c:36:0: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ccosl.c:45:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ccosl.c:46:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ccosl.c:56:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ccosl.c:68:0: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_cexp.c:38:16: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
eglibc-2.13/math/s_cexp.c:32:25: note: 'rcls' is assigned value 'fpclassify(__real__ x)' here.
eglibc-2.13/math/s_cexp.c:33:25: note: 'icls' is assigned value 'fpclassify(__imag__ x)' here.
eglibc-2.13/math/s_cexp.c:35:12: note: outer condition: rcls>=FP_ZERO
eglibc-2.13/math/s_cexp.c:38:16: note: identical inner condition: icls>=FP_ZERO
eglibc-2.13/math/s_cexp.c:48:26: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_cexp.c:49:26: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_cexp.c:53:26: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_cexp.c:54:26: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_cexp.c:61:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_cexp.c:62:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_cexp.c:80:26: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_cexp.c:81:26: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_cexp.c:89:26: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_cexp.c:90:26: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_cexp.c:95:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_cexp.c:96:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_cexp.c:105:0: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_cexp.c:106:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_cexp.c:113:25: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_cexpf.c:38:16: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
eglibc-2.13/math/s_cexpf.c:32:25: note: 'rcls' is assigned value 'fpclassify(__real__ x)' here.
eglibc-2.13/math/s_cexpf.c:33:25: note: 'icls' is assigned value 'fpclassify(__imag__ x)' here.
eglibc-2.13/math/s_cexpf.c:35:12: note: outer condition: rcls>=FP_ZERO
eglibc-2.13/math/s_cexpf.c:38:16: note: identical inner condition: icls>=FP_ZERO
eglibc-2.13/math/s_cexpf.c:48:26: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_cexpf.c:49:26: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_cexpf.c:53:26: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_cexpf.c:54:26: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_cexpf.c:61:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_cexpf.c:62:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_cexpf.c:80:26: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_cexpf.c:81:26: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_cexpf.c:89:26: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_cexpf.c:90:26: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_cexpf.c:95:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_cexpf.c:96:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_cexpf.c:105:0: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_cexpf.c:106:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_cexpf.c:113:25: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_cexpl.c:38:16: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
eglibc-2.13/math/s_cexpl.c:32:25: note: 'rcls' is assigned value 'fpclassify(__real__ x)' here.
eglibc-2.13/math/s_cexpl.c:33:25: note: 'icls' is assigned value 'fpclassify(__imag__ x)' here.
eglibc-2.13/math/s_cexpl.c:35:12: note: outer condition: rcls>=FP_ZERO
eglibc-2.13/math/s_cexpl.c:38:16: note: identical inner condition: icls>=FP_ZERO
eglibc-2.13/math/s_cexpl.c:48:26: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_cexpl.c:49:26: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_cexpl.c:53:26: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_cexpl.c:54:26: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_cexpl.c:61:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_cexpl.c:62:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_cexpl.c:80:26: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_cexpl.c:81:26: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_cexpl.c:89:26: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_cexpl.c:90:26: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_cexpl.c:95:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_cexpl.c:96:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_cexpl.c:105:0: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_cexpl.c:106:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_cexpl.c:113:25: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_clog.c:34:23: style: Same expression on both sides of '&&' because the value of 'rcls==FP_ZERO' and 'icls==FP_ZERO' are the same. [duplicateExpression]
eglibc-2.13/math/s_clog.c:31:25: note: 'rcls' is assigned value 'fpclassify(__real__ x)' here.
eglibc-2.13/math/s_clog.c:32:25: note: 'icls' is assigned value 'fpclassify(__imag__ x)' here.
eglibc-2.13/math/s_clog.c:34:23: note: Same expression on both sides of '&&' because the value of 'rcls==FP_ZERO' and 'icls==FP_ZERO' are the same.
eglibc-2.13/math/s_clog.c:42:27: style: Same expression on both sides of '&&' because the value of 'rcls!=FP_NAN' and 'icls!=FP_NAN' are the same. [duplicateExpression]
eglibc-2.13/math/s_clog.c:31:25: note: 'rcls' is assigned value 'fpclassify(__real__ x)' here.
eglibc-2.13/math/s_clog.c:32:25: note: 'icls' is assigned value 'fpclassify(__imag__ x)' here.
eglibc-2.13/math/s_clog.c:42:27: note: Same expression on both sides of '&&' because the value of 'rcls!=FP_NAN' and 'icls!=FP_NAN' are the same.
eglibc-2.13/math/s_clog.c:52:31: style: Same expression on both sides of '||' because the value of 'rcls==FP_INFINITE' and 'icls==FP_INFINITE' are the same. [duplicateExpression]
eglibc-2.13/math/s_clog.c:31:25: note: 'rcls' is assigned value 'fpclassify(__real__ x)' here.
eglibc-2.13/math/s_clog.c:32:25: note: 'icls' is assigned value 'fpclassify(__imag__ x)' here.
eglibc-2.13/math/s_clog.c:52:31: note: Same expression on both sides of '||' because the value of 'rcls==FP_INFINITE' and 'icls==FP_INFINITE' are the same.
eglibc-2.13/math/s_clog.c:37:25: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_clog.c:40:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_clog.c:47:25: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_clog.c:51:25: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_clog.c:54:20: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_clog.c:56:20: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_clog10.c:34:23: style: Same expression on both sides of '&&' because the value of 'rcls==FP_ZERO' and 'icls==FP_ZERO' are the same. [duplicateExpression]
eglibc-2.13/math/s_clog10.c:31:25: note: 'rcls' is assigned value 'fpclassify(__real__ x)' here.
eglibc-2.13/math/s_clog10.c:32:25: note: 'icls' is assigned value 'fpclassify(__imag__ x)' here.
eglibc-2.13/math/s_clog10.c:34:23: note: Same expression on both sides of '&&' because the value of 'rcls==FP_ZERO' and 'icls==FP_ZERO' are the same.
eglibc-2.13/math/s_clog10.c:42:27: style: Same expression on both sides of '&&' because the value of 'rcls!=FP_NAN' and 'icls!=FP_NAN' are the same. [duplicateExpression]
eglibc-2.13/math/s_clog10.c:31:25: note: 'rcls' is assigned value 'fpclassify(__real__ x)' here.
eglibc-2.13/math/s_clog10.c:32:25: note: 'icls' is assigned value 'fpclassify(__imag__ x)' here.
eglibc-2.13/math/s_clog10.c:42:27: note: Same expression on both sides of '&&' because the value of 'rcls!=FP_NAN' and 'icls!=FP_NAN' are the same.
eglibc-2.13/math/s_clog10.c:52:31: style: Same expression on both sides of '||' because the value of 'rcls==FP_INFINITE' and 'icls==FP_INFINITE' are the same. [duplicateExpression]
eglibc-2.13/math/s_clog10.c:31:25: note: 'rcls' is assigned value 'fpclassify(__real__ x)' here.
eglibc-2.13/math/s_clog10.c:32:25: note: 'icls' is assigned value 'fpclassify(__imag__ x)' here.
eglibc-2.13/math/s_clog10.c:52:31: note: Same expression on both sides of '||' because the value of 'rcls==FP_INFINITE' and 'icls==FP_INFINITE' are the same.
eglibc-2.13/math/s_clog10.c:37:25: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_clog10.c:40:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_clog10.c:47:25: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_clog10.c:51:25: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_clog10.c:54:20: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_clog10.c:56:20: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_clog10f.c:34:23: style: Same expression on both sides of '&&' because the value of 'rcls==FP_ZERO' and 'icls==FP_ZERO' are the same. [duplicateExpression]
eglibc-2.13/math/s_clog10f.c:31:25: note: 'rcls' is assigned value 'fpclassify(__real__ x)' here.
eglibc-2.13/math/s_clog10f.c:32:25: note: 'icls' is assigned value 'fpclassify(__imag__ x)' here.
eglibc-2.13/math/s_clog10f.c:34:23: note: Same expression on both sides of '&&' because the value of 'rcls==FP_ZERO' and 'icls==FP_ZERO' are the same.
eglibc-2.13/math/s_clog10f.c:42:27: style: Same expression on both sides of '&&' because the value of 'rcls!=FP_NAN' and 'icls!=FP_NAN' are the same. [duplicateExpression]
eglibc-2.13/math/s_clog10f.c:31:25: note: 'rcls' is assigned value 'fpclassify(__real__ x)' here.
eglibc-2.13/math/s_clog10f.c:32:25: note: 'icls' is assigned value 'fpclassify(__imag__ x)' here.
eglibc-2.13/math/s_clog10f.c:42:27: note: Same expression on both sides of '&&' because the value of 'rcls!=FP_NAN' and 'icls!=FP_NAN' are the same.
eglibc-2.13/math/s_clog10f.c:52:31: style: Same expression on both sides of '||' because the value of 'rcls==FP_INFINITE' and 'icls==FP_INFINITE' are the same. [duplicateExpression]
eglibc-2.13/math/s_clog10f.c:31:25: note: 'rcls' is assigned value 'fpclassify(__real__ x)' here.
eglibc-2.13/math/s_clog10f.c:32:25: note: 'icls' is assigned value 'fpclassify(__imag__ x)' here.
eglibc-2.13/math/s_clog10f.c:52:31: note: Same expression on both sides of '||' because the value of 'rcls==FP_INFINITE' and 'icls==FP_INFINITE' are the same.
eglibc-2.13/math/s_clog10f.c:37:25: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_clog10f.c:40:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_clog10f.c:47:25: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_clog10f.c:51:25: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_clog10f.c:54:20: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_clog10f.c:56:20: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_clog10l.c:34:23: style: Same expression on both sides of '&&' because the value of 'rcls==FP_ZERO' and 'icls==FP_ZERO' are the same. [duplicateExpression]
eglibc-2.13/math/s_clog10l.c:31:25: note: 'rcls' is assigned value 'fpclassify(__real__ x)' here.
eglibc-2.13/math/s_clog10l.c:32:25: note: 'icls' is assigned value 'fpclassify(__imag__ x)' here.
eglibc-2.13/math/s_clog10l.c:34:23: note: Same expression on both sides of '&&' because the value of 'rcls==FP_ZERO' and 'icls==FP_ZERO' are the same.
eglibc-2.13/math/s_clog10l.c:42:27: style: Same expression on both sides of '&&' because the value of 'rcls!=FP_NAN' and 'icls!=FP_NAN' are the same. [duplicateExpression]
eglibc-2.13/math/s_clog10l.c:31:25: note: 'rcls' is assigned value 'fpclassify(__real__ x)' here.
eglibc-2.13/math/s_clog10l.c:32:25: note: 'icls' is assigned value 'fpclassify(__imag__ x)' here.
eglibc-2.13/math/s_clog10l.c:42:27: note: Same expression on both sides of '&&' because the value of 'rcls!=FP_NAN' and 'icls!=FP_NAN' are the same.
eglibc-2.13/math/s_clog10l.c:52:31: style: Same expression on both sides of '||' because the value of 'rcls==FP_INFINITE' and 'icls==FP_INFINITE' are the same. [duplicateExpression]
eglibc-2.13/math/s_clog10l.c:31:25: note: 'rcls' is assigned value 'fpclassify(__real__ x)' here.
eglibc-2.13/math/s_clog10l.c:32:25: note: 'icls' is assigned value 'fpclassify(__imag__ x)' here.
eglibc-2.13/math/s_clog10l.c:52:31: note: Same expression on both sides of '||' because the value of 'rcls==FP_INFINITE' and 'icls==FP_INFINITE' are the same.
eglibc-2.13/math/s_clog10l.c:37:25: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_clog10l.c:40:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_clog10l.c:47:25: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_clog10l.c:51:25: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_clog10l.c:54:20: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_clog10l.c:56:20: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_clogf.c:34:23: style: Same expression on both sides of '&&' because the value of 'rcls==FP_ZERO' and 'icls==FP_ZERO' are the same. [duplicateExpression]
eglibc-2.13/math/s_clogf.c:31:25: note: 'rcls' is assigned value 'fpclassify(__real__ x)' here.
eglibc-2.13/math/s_clogf.c:32:25: note: 'icls' is assigned value 'fpclassify(__imag__ x)' here.
eglibc-2.13/math/s_clogf.c:34:23: note: Same expression on both sides of '&&' because the value of 'rcls==FP_ZERO' and 'icls==FP_ZERO' are the same.
eglibc-2.13/math/s_clogf.c:42:27: style: Same expression on both sides of '&&' because the value of 'rcls!=FP_NAN' and 'icls!=FP_NAN' are the same. [duplicateExpression]
eglibc-2.13/math/s_clogf.c:31:25: note: 'rcls' is assigned value 'fpclassify(__real__ x)' here.
eglibc-2.13/math/s_clogf.c:32:25: note: 'icls' is assigned value 'fpclassify(__imag__ x)' here.
eglibc-2.13/math/s_clogf.c:42:27: note: Same expression on both sides of '&&' because the value of 'rcls!=FP_NAN' and 'icls!=FP_NAN' are the same.
eglibc-2.13/math/s_clogf.c:52:31: style: Same expression on both sides of '||' because the value of 'rcls==FP_INFINITE' and 'icls==FP_INFINITE' are the same. [duplicateExpression]
eglibc-2.13/math/s_clogf.c:31:25: note: 'rcls' is assigned value 'fpclassify(__real__ x)' here.
eglibc-2.13/math/s_clogf.c:32:25: note: 'icls' is assigned value 'fpclassify(__imag__ x)' here.
eglibc-2.13/math/s_clogf.c:52:31: note: Same expression on both sides of '||' because the value of 'rcls==FP_INFINITE' and 'icls==FP_INFINITE' are the same.
eglibc-2.13/math/s_clogf.c:37:25: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_clogf.c:40:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_clogf.c:47:25: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_clogf.c:51:25: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_clogf.c:54:20: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_clogf.c:56:20: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_clogl.c:34:23: style: Same expression on both sides of '&&' because the value of 'rcls==FP_ZERO' and 'icls==FP_ZERO' are the same. [duplicateExpression]
eglibc-2.13/math/s_clogl.c:31:25: note: 'rcls' is assigned value 'fpclassify(__real__ x)' here.
eglibc-2.13/math/s_clogl.c:32:25: note: 'icls' is assigned value 'fpclassify(__imag__ x)' here.
eglibc-2.13/math/s_clogl.c:34:23: note: Same expression on both sides of '&&' because the value of 'rcls==FP_ZERO' and 'icls==FP_ZERO' are the same.
eglibc-2.13/math/s_clogl.c:42:27: style: Same expression on both sides of '&&' because the value of 'rcls!=FP_NAN' and 'icls!=FP_NAN' are the same. [duplicateExpression]
eglibc-2.13/math/s_clogl.c:31:25: note: 'rcls' is assigned value 'fpclassify(__real__ x)' here.
eglibc-2.13/math/s_clogl.c:32:25: note: 'icls' is assigned value 'fpclassify(__imag__ x)' here.
eglibc-2.13/math/s_clogl.c:42:27: note: Same expression on both sides of '&&' because the value of 'rcls!=FP_NAN' and 'icls!=FP_NAN' are the same.
eglibc-2.13/math/s_clogl.c:52:31: style: Same expression on both sides of '||' because the value of 'rcls==FP_INFINITE' and 'icls==FP_INFINITE' are the same. [duplicateExpression]
eglibc-2.13/math/s_clogl.c:31:25: note: 'rcls' is assigned value 'fpclassify(__real__ x)' here.
eglibc-2.13/math/s_clogl.c:32:25: note: 'icls' is assigned value 'fpclassify(__imag__ x)' here.
eglibc-2.13/math/s_clogl.c:52:31: note: Same expression on both sides of '||' because the value of 'rcls==FP_INFINITE' and 'icls==FP_INFINITE' are the same.
eglibc-2.13/math/s_clogl.c:37:25: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_clogl.c:40:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_clogl.c:47:25: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_clogl.c:51:25: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_clogl.c:54:20: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_clogl.c:56:20: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_cproj.c:28:26: style: Same expression on both sides of '&&' because the value of 'isnan(__real__ x)' and 'isnan(__imag__ x)' are the same. [duplicateExpression]
eglibc-2.13/math/s_cproj.c:30:35: style: Same expression on both sides of '||' because the value of '!isfinite(__real__ x)' and '!isfinite(__imag__ x)' are the same. [duplicateExpression]
eglibc-2.13/math/s_cproj.c:34:22: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_cprojf.c:28:26: style: Same expression on both sides of '&&' because the value of 'isnan(__real__ x)' and 'isnan(__imag__ x)' are the same. [duplicateExpression]
eglibc-2.13/math/s_cprojf.c:30:35: style: Same expression on both sides of '||' because the value of '!isfinite(__real__ x)' and '!isfinite(__imag__ x)' are the same. [duplicateExpression]
eglibc-2.13/math/s_cprojf.c:34:22: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_cprojl.c:28:26: style: Same expression on both sides of '&&' because the value of 'isnan(__real__ x)' and 'isnan(__imag__ x)' are the same. [duplicateExpression]
eglibc-2.13/math/s_cprojl.c:30:35: style: Same expression on both sides of '||' because the value of '!isfinite(__real__ x)' and '!isfinite(__imag__ x)' are the same. [duplicateExpression]
eglibc-2.13/math/s_cprojl.c:34:22: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csin.c:41:16: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
eglibc-2.13/math/s_csin.c:34:25: note: 'icls' is assigned value 'fpclassify(__imag__ x)' here.
eglibc-2.13/math/s_csin.c:33:25: note: 'rcls' is assigned value 'fpclassify(__real__ x)' here.
eglibc-2.13/math/s_csin.c:38:12: note: outer condition: icls>=FP_ZERO
eglibc-2.13/math/s_csin.c:41:16: note: identical inner condition: rcls>=FP_ZERO
eglibc-2.13/math/s_csin.c:50:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csin.c:51:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csin.c:61:26: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csin.c:62:26: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csin.c:71:26: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csin.c:72:26: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csin.c:86:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csin.c:87:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csin.c:96:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csin.c:97:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csin.c:108:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csin.c:119:20: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csin.c:121:20: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csin.c:122:25: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csinf.c:41:16: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
eglibc-2.13/math/s_csinf.c:34:25: note: 'icls' is assigned value 'fpclassify(__imag__ x)' here.
eglibc-2.13/math/s_csinf.c:33:25: note: 'rcls' is assigned value 'fpclassify(__real__ x)' here.
eglibc-2.13/math/s_csinf.c:38:12: note: outer condition: icls>=FP_ZERO
eglibc-2.13/math/s_csinf.c:41:16: note: identical inner condition: rcls>=FP_ZERO
eglibc-2.13/math/s_csinf.c:50:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csinf.c:51:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csinf.c:61:26: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csinf.c:62:26: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csinf.c:71:26: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csinf.c:72:26: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csinf.c:86:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csinf.c:87:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csinf.c:96:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csinf.c:97:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csinf.c:108:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csinf.c:119:20: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csinf.c:121:20: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csinf.c:122:25: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csinh.c:41:16: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
eglibc-2.13/math/s_csinh.c:33:25: note: 'rcls' is assigned value 'fpclassify(__real__ x)' here.
eglibc-2.13/math/s_csinh.c:34:25: note: 'icls' is assigned value 'fpclassify(__imag__ x)' here.
eglibc-2.13/math/s_csinh.c:38:12: note: outer condition: rcls>=FP_ZERO
eglibc-2.13/math/s_csinh.c:41:16: note: identical inner condition: icls>=FP_ZERO
eglibc-2.13/math/s_csinh.c:50:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csinh.c:51:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csinh.c:61:26: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csinh.c:62:26: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csinh.c:71:26: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csinh.c:72:26: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csinh.c:86:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csinh.c:87:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csinh.c:96:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csinh.c:97:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csinh.c:105:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csinh.c:106:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csinh.c:117:25: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csinhf.c:41:16: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
eglibc-2.13/math/s_csinhf.c:33:25: note: 'rcls' is assigned value 'fpclassify(__real__ x)' here.
eglibc-2.13/math/s_csinhf.c:34:25: note: 'icls' is assigned value 'fpclassify(__imag__ x)' here.
eglibc-2.13/math/s_csinhf.c:38:12: note: outer condition: rcls>=FP_ZERO
eglibc-2.13/math/s_csinhf.c:41:16: note: identical inner condition: icls>=FP_ZERO
eglibc-2.13/math/s_csinhf.c:50:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csinhf.c:51:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csinhf.c:61:26: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csinhf.c:62:26: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csinhf.c:71:26: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csinhf.c:72:26: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csinhf.c:86:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csinhf.c:87:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csinhf.c:96:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csinhf.c:97:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csinhf.c:105:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csinhf.c:106:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csinhf.c:117:25: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csinhl.c:41:16: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
eglibc-2.13/math/s_csinhl.c:33:25: note: 'rcls' is assigned value 'fpclassify(__real__ x)' here.
eglibc-2.13/math/s_csinhl.c:34:25: note: 'icls' is assigned value 'fpclassify(__imag__ x)' here.
eglibc-2.13/math/s_csinhl.c:38:12: note: outer condition: rcls>=FP_ZERO
eglibc-2.13/math/s_csinhl.c:41:16: note: identical inner condition: icls>=FP_ZERO
eglibc-2.13/math/s_csinhl.c:50:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csinhl.c:51:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csinhl.c:61:26: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csinhl.c:62:26: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csinhl.c:71:26: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csinhl.c:72:26: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csinhl.c:86:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csinhl.c:87:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csinhl.c:96:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csinhl.c:97:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csinhl.c:105:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csinhl.c:106:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csinhl.c:117:25: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csinl.c:41:16: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
eglibc-2.13/math/s_csinl.c:34:25: note: 'icls' is assigned value 'fpclassify(__imag__ x)' here.
eglibc-2.13/math/s_csinl.c:33:25: note: 'rcls' is assigned value 'fpclassify(__real__ x)' here.
eglibc-2.13/math/s_csinl.c:38:12: note: outer condition: icls>=FP_ZERO
eglibc-2.13/math/s_csinl.c:41:16: note: identical inner condition: rcls>=FP_ZERO
eglibc-2.13/math/s_csinl.c:50:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csinl.c:51:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csinl.c:61:26: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csinl.c:62:26: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csinl.c:71:26: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csinl.c:72:26: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csinl.c:86:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csinl.c:87:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csinl.c:96:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csinl.c:97:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csinl.c:108:22: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csinl.c:119:20: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csinl.c:121:20: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csinl.c:122:25: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csqrt.c:42:15: style: Expression is always false because 'else if' condition matches previous condition at line 37. [multiCondition]
eglibc-2.13/math/s_csqrt.c:78:15: style: Expression is always false because 'else if' condition matches previous condition at line 64. [multiCondition]
eglibc-2.13/math/s_csqrt.c:35:27: style: Same expression on both sides of '||' because the value of 'rcls<=FP_INFINITE' and 'icls<=FP_INFINITE' are the same. [duplicateExpression]
eglibc-2.13/math/s_csqrt.c:32:25: note: 'rcls' is assigned value 'fpclassify(__real__ x)' here.
eglibc-2.13/math/s_csqrt.c:33:25: note: 'icls' is assigned value 'fpclassify(__imag__ x)' here.
eglibc-2.13/math/s_csqrt.c:35:27: note: Same expression on both sides of '||' because the value of 'rcls<=FP_INFINITE' and 'icls<=FP_INFINITE' are the same.
eglibc-2.13/math/s_csqrt.c:39:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csqrt.c:40:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csqrt.c:46:23: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csqrt.c:47:23: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csqrt.c:51:23: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csqrt.c:52:23: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csqrt.c:58:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csqrt.c:59:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csqrt.c:68:0: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csqrt.c:69:23: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csqrt.c:74:23: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csqrt.c:75:23: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csqrt.c:82:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csqrt.c:83:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csqrt.c:104:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csqrtf.c:42:15: style: Expression is always false because 'else if' condition matches previous condition at line 37. [multiCondition]
eglibc-2.13/math/s_csqrtf.c:78:15: style: Expression is always false because 'else if' condition matches previous condition at line 64. [multiCondition]
eglibc-2.13/math/s_csqrtf.c:35:27: style: Same expression on both sides of '||' because the value of 'rcls<=FP_INFINITE' and 'icls<=FP_INFINITE' are the same. [duplicateExpression]
eglibc-2.13/math/s_csqrtf.c:32:25: note: 'rcls' is assigned value 'fpclassify(__real__ x)' here.
eglibc-2.13/math/s_csqrtf.c:33:25: note: 'icls' is assigned value 'fpclassify(__imag__ x)' here.
eglibc-2.13/math/s_csqrtf.c:35:27: note: Same expression on both sides of '||' because the value of 'rcls<=FP_INFINITE' and 'icls<=FP_INFINITE' are the same.
eglibc-2.13/math/s_csqrtf.c:39:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csqrtf.c:40:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csqrtf.c:46:23: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csqrtf.c:47:23: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csqrtf.c:51:23: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csqrtf.c:52:23: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csqrtf.c:58:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csqrtf.c:59:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csqrtf.c:68:0: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csqrtf.c:69:23: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csqrtf.c:74:23: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csqrtf.c:75:23: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csqrtf.c:82:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csqrtf.c:83:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csqrtf.c:104:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csqrtl.c:42:15: style: Expression is always false because 'else if' condition matches previous condition at line 37. [multiCondition]
eglibc-2.13/math/s_csqrtl.c:78:15: style: Expression is always false because 'else if' condition matches previous condition at line 64. [multiCondition]
eglibc-2.13/math/s_csqrtl.c:35:27: style: Same expression on both sides of '||' because the value of 'rcls<=FP_INFINITE' and 'icls<=FP_INFINITE' are the same. [duplicateExpression]
eglibc-2.13/math/s_csqrtl.c:32:25: note: 'rcls' is assigned value 'fpclassify(__real__ x)' here.
eglibc-2.13/math/s_csqrtl.c:33:25: note: 'icls' is assigned value 'fpclassify(__imag__ x)' here.
eglibc-2.13/math/s_csqrtl.c:35:27: note: Same expression on both sides of '||' because the value of 'rcls<=FP_INFINITE' and 'icls<=FP_INFINITE' are the same.
eglibc-2.13/math/s_csqrtl.c:39:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csqrtl.c:40:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csqrtl.c:46:23: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csqrtl.c:47:23: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csqrtl.c:51:23: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csqrtl.c:52:23: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csqrtl.c:58:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csqrtl.c:59:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csqrtl.c:68:0: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csqrtl.c:69:23: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csqrtl.c:74:23: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csqrtl.c:75:23: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csqrtl.c:82:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csqrtl.c:83:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_csqrtl.c:104:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ctan.c:33:30: style: Same expression on both sides of '||' because the value of '!isfinite(__real__ x)' and '!isfinite(__imag__ x)' are the same. [duplicateExpression]
eglibc-2.13/math/s_ctan.c:42:10: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ctan.c:38:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ctan.c:69:11: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ctan.c:47:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ctan.c:74:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ctanf.c:33:30: style: Same expression on both sides of '||' because the value of '!isfinite(__real__ x)' and '!isfinite(__imag__ x)' are the same. [duplicateExpression]
eglibc-2.13/math/s_ctanf.c:42:10: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ctanf.c:38:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ctanf.c:70:11: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ctanf.c:47:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ctanf.c:75:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ctanh.c:33:30: style: Same expression on both sides of '||' because the value of '!isfinite(__real__ x)' and '!isfinite(__imag__ x)' are the same. [duplicateExpression]
eglibc-2.13/math/s_ctanh.c:42:10: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ctanh.c:38:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ctanh.c:69:11: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ctanh.c:47:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ctanh.c:74:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ctanhf.c:33:30: style: Same expression on both sides of '||' because the value of '!isfinite(__real__ x)' and '!isfinite(__imag__ x)' are the same. [duplicateExpression]
eglibc-2.13/math/s_ctanhf.c:42:10: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ctanhf.c:38:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ctanhf.c:69:11: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ctanhf.c:47:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ctanhf.c:74:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ctanhl.c:33:30: style: Same expression on both sides of '||' because the value of '!isfinite(__real__ x)' and '!isfinite(__imag__ x)' are the same. [duplicateExpression]
eglibc-2.13/math/s_ctanhl.c:42:10: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ctanhl.c:38:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ctanhl.c:69:11: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ctanhl.c:47:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ctanhl.c:74:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ctanl.c:33:30: style: Same expression on both sides of '||' because the value of '!isfinite(__real__ x)' and '!isfinite(__imag__ x)' are the same. [duplicateExpression]
eglibc-2.13/math/s_ctanl.c:42:10: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ctanl.c:38:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ctanl.c:70:11: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ctanl.c:47:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/s_ctanl.c:75:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/math/test-fenv.c:405:7: style: The scope of the variable 'exception' can be reduced. [variableScope]
eglibc-2.13/math/test-matherr.c:21:3: warning: Return value of function acos() is not used. [ignoredReturnValue]
eglibc-2.13/math/test-matherr.c:21:10: error: Invalid acos() argument nr 1. The value is 2 but the valid values are '-1.0:1.0'. [invalidFunctionArg]
eglibc-2.13/math/test-misc.c:63:0: error: #error "Please adjust" [preprocessorErrorDirective]
eglibc-2.13/misc/daemon.c:47:6: style: The scope of the variable 'fd' can be reduced. [variableScope]
eglibc-2.13/misc/efgcvt.c:46:0: error: #error "NDIGIT_MAX must be precomputed" [preprocessorErrorDirective]
eglibc-2.13/misc/efgcvt_r.c:46:0: error: #error "NDIGIT_MAX must be precomputed" [preprocessorErrorDirective]
eglibc-2.13/misc/err.c:94:21: style: Function 'vwarnx' argument 1 names different: declaration '__format' definition 'format'. [funcArgNamesDifferent]
eglibc-2.13/misc/err.h:43:35: note: Function 'vwarnx' argument 1 names different: declaration '__format' definition 'format'.
eglibc-2.13/misc/err.c:94:21: note: Function 'vwarnx' argument 1 names different: declaration '__format' definition 'format'.
eglibc-2.13/misc/err.c:196:11: style: Function 'errx' argument 1 names different: declaration '__status' definition 'status'. [funcArgNamesDifferent]
eglibc-2.13/misc/err.h:51:23: note: Function 'errx' argument 1 names different: declaration '__status' definition 'status'.
eglibc-2.13/misc/err.c:196:11: note: Function 'errx' argument 1 names different: declaration '__status' definition 'status'.
eglibc-2.13/misc/err.c:196:31: style: Function 'errx' argument 2 names different: declaration '__format' definition 'format'. [funcArgNamesDifferent]
eglibc-2.13/misc/err.h:51:47: note: Function 'errx' argument 2 names different: declaration '__format' definition 'format'.
eglibc-2.13/misc/err.c:196:31: note: Function 'errx' argument 2 names different: declaration '__format' definition 'format'.
eglibc-2.13/misc/error.c:225:12: style: Function 'error' argument 1 names different: declaration '__status' definition 'status'. [funcArgNamesDifferent]
eglibc-2.13/misc/error.h:32:24: note: Function 'error' argument 1 names different: declaration '__status' definition 'status'.
eglibc-2.13/misc/error.c:225:12: note: Function 'error' argument 1 names different: declaration '__status' definition 'status'.
eglibc-2.13/misc/error.c:225:24: style: Function 'error' argument 2 names different: declaration '__errnum' definition 'errnum'. [funcArgNamesDifferent]
eglibc-2.13/misc/error.h:32:38: note: Function 'error' argument 2 names different: declaration '__errnum' definition 'errnum'.
eglibc-2.13/misc/error.c:225:24: note: Function 'error' argument 2 names different: declaration '__errnum' definition 'errnum'.
eglibc-2.13/misc/error.c:225:44: style: Function 'error' argument 3 names different: declaration '__format' definition 'message'. [funcArgNamesDifferent]
eglibc-2.13/misc/error.h:32:62: note: Function 'error' argument 3 names different: declaration '__format' definition 'message'.
eglibc-2.13/misc/error.c:225:44: note: Function 'error' argument 3 names different: declaration '__format' definition 'message'.
eglibc-2.13/misc/error.c:268:20: style: Function 'error_at_line' argument 1 names different: declaration '__status' definition 'status'. [funcArgNamesDifferent]
eglibc-2.13/misc/error.h:35:32: note: Function 'error_at_line' argument 1 names different: declaration '__status' definition 'status'.
eglibc-2.13/misc/error.c:268:20: note: Function 'error_at_line' argument 1 names different: declaration '__status' definition 'status'.
eglibc-2.13/misc/error.c:268:32: style: Function 'error_at_line' argument 2 names different: declaration '__errnum' definition 'errnum'. [funcArgNamesDifferent]
eglibc-2.13/misc/error.h:35:46: note: Function 'error_at_line' argument 2 names different: declaration '__errnum' definition 'errnum'.
eglibc-2.13/misc/error.c:268:32: note: Function 'error_at_line' argument 2 names different: declaration '__errnum' definition 'errnum'.
eglibc-2.13/misc/error.c:268:52: style: Function 'error_at_line' argument 3 names different: declaration '__fname' definition 'file_name'. [funcArgNamesDifferent]
eglibc-2.13/misc/error.h:35:70: note: Function 'error_at_line' argument 3 names different: declaration '__fname' definition 'file_name'.
eglibc-2.13/misc/error.c:268:52: note: Function 'error_at_line' argument 3 names different: declaration '__fname' definition 'file_name'.
eglibc-2.13/misc/error.c:269:22: style: Function 'error_at_line' argument 4 names different: declaration '__lineno' definition 'line_number'. [funcArgNamesDifferent]
eglibc-2.13/misc/error.h:36:20: note: Function 'error_at_line' argument 4 names different: declaration '__lineno' definition 'line_number'.
eglibc-2.13/misc/error.c:269:22: note: Function 'error_at_line' argument 4 names different: declaration '__lineno' definition 'line_number'.
eglibc-2.13/misc/error.c:269:47: style: Function 'error_at_line' argument 5 names different: declaration '__format' definition 'message'. [funcArgNamesDifferent]
eglibc-2.13/misc/error.h:36:44: note: Function 'error_at_line' argument 5 names different: declaration '__format' definition 'message'.
eglibc-2.13/misc/error.c:269:47: note: Function 'error_at_line' argument 5 names different: declaration '__format' definition 'message'.
eglibc-2.13/misc/error.c:261:1: error: va_list 'args' was opened but not closed by va_end(). [va_end_missing]
eglibc-2.13/misc/lsearch.c:26:22: style: Function 'lsearch' argument 1 names different: declaration '__key' definition 'key'. [funcArgNamesDifferent]
eglibc-2.13/misc/search.h:170:37: note: Function 'lsearch' argument 1 names different: declaration '__key' definition 'key'.
eglibc-2.13/misc/lsearch.c:26:22: note: Function 'lsearch' argument 1 names different: declaration '__key' definition 'key'.
eglibc-2.13/misc/lsearch.c:26:33: style: Function 'lsearch' argument 2 names different: declaration '__base' definition 'base'. [funcArgNamesDifferent]
eglibc-2.13/misc/search.h:170:50: note: Function 'lsearch' argument 2 names different: declaration '__base' definition 'base'.
eglibc-2.13/misc/lsearch.c:26:33: note: Function 'lsearch' argument 2 names different: declaration '__base' definition 'base'.
eglibc-2.13/misc/lsearch.c:26:47: style: Function 'lsearch' argument 3 names different: declaration '__nmemb' definition 'nmemb'. [funcArgNamesDifferent]
eglibc-2.13/misc/search.h:171:17: note: Function 'lsearch' argument 3 names different: declaration '__nmemb' definition 'nmemb'.
eglibc-2.13/misc/lsearch.c:26:47: note: Function 'lsearch' argument 3 names different: declaration '__nmemb' definition 'nmemb'.
eglibc-2.13/misc/lsearch.c:26:61: style: Function 'lsearch' argument 4 names different: declaration '__size' definition 'size'. [funcArgNamesDifferent]
eglibc-2.13/misc/search.h:171:33: note: Function 'lsearch' argument 4 names different: declaration '__size' definition 'size'.
eglibc-2.13/misc/lsearch.c:26:61: note: Function 'lsearch' argument 4 names different: declaration '__size' definition 'size'.
eglibc-2.13/misc/lsearch.c:27:17: style: Function 'lsearch' argument 5 names different: declaration '__compar' definition 'compar'. [funcArgNamesDifferent]
eglibc-2.13/misc/search.h:171:55: note: Function 'lsearch' argument 5 names different: declaration '__compar' definition 'compar'.
eglibc-2.13/misc/lsearch.c:27:17: note: Function 'lsearch' argument 5 names different: declaration '__compar' definition 'compar'.
eglibc-2.13/misc/lsearch.c:45:20: style: Function 'lfind' argument 1 names different: declaration '__key' definition 'key'. [funcArgNamesDifferent]
eglibc-2.13/misc/search.h:165:35: note: Function 'lfind' argument 1 names different: declaration '__key' definition 'key'.
eglibc-2.13/misc/lsearch.c:45:20: note: Function 'lfind' argument 1 names different: declaration '__key' definition 'key'.
eglibc-2.13/misc/lsearch.c:45:37: style: Function 'lfind' argument 2 names different: declaration '__base' definition 'base'. [funcArgNamesDifferent]
eglibc-2.13/misc/search.h:165:56: note: Function 'lfind' argument 2 names different: declaration '__base' definition 'base'.
eglibc-2.13/misc/lsearch.c:45:37: note: Function 'lfind' argument 2 names different: declaration '__base' definition 'base'.
eglibc-2.13/misc/lsearch.c:45:51: style: Function 'lfind' argument 3 names different: declaration '__nmemb' definition 'nmemb'. [funcArgNamesDifferent]
eglibc-2.13/misc/search.h:166:15: note: Function 'lfind' argument 3 names different: declaration '__nmemb' definition 'nmemb'.
eglibc-2.13/misc/lsearch.c:45:51: note: Function 'lfind' argument 3 names different: declaration '__nmemb' definition 'nmemb'.
eglibc-2.13/misc/lsearch.c:45:65: style: Function 'lfind' argument 4 names different: declaration '__size' definition 'size'. [funcArgNamesDifferent]
eglibc-2.13/misc/search.h:166:31: note: Function 'lfind' argument 4 names different: declaration '__size' definition 'size'.
eglibc-2.13/misc/lsearch.c:45:65: note: Function 'lfind' argument 4 names different: declaration '__size' definition 'size'.
eglibc-2.13/misc/lsearch.c:46:22: style: Function 'lfind' argument 5 names different: declaration '__compar' definition 'compar'. [funcArgNamesDifferent]
eglibc-2.13/misc/search.h:166:53: note: Function 'lfind' argument 5 names different: declaration '__compar' definition 'compar'.
eglibc-2.13/misc/lsearch.c:46:22: note: Function 'lfind' argument 5 names different: declaration '__compar' definition 'compar'.
eglibc-2.13/misc/lsearch.c:36:29: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/misc/lsearch.c:53:14: portability: 'result' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/misc/msync.c:28:16: style: Function 'msync' argument 1 names different: declaration '__addr' definition 'addr'. [funcArgNamesDifferent]
eglibc-2.13/misc/sys/mman.h:90:25: note: Function 'msync' argument 1 names different: declaration '__addr' definition 'addr'.
eglibc-2.13/misc/msync.c:28:16: note: Function 'msync' argument 1 names different: declaration '__addr' definition 'addr'.
eglibc-2.13/misc/msync.c:28:29: style: Function 'msync' argument 2 names different: declaration '__len' definition 'len'. [funcArgNamesDifferent]
eglibc-2.13/misc/sys/mman.h:90:40: note: Function 'msync' argument 2 names different: declaration '__len' definition 'len'.
eglibc-2.13/misc/msync.c:28:29: note: Function 'msync' argument 2 names different: declaration '__len' definition 'len'.
eglibc-2.13/misc/msync.c:28:38: style: Function 'msync' argument 3 names different: declaration '__flags' definition 'flags'. [funcArgNamesDifferent]
eglibc-2.13/misc/sys/mman.h:90:51: note: Function 'msync' argument 3 names different: declaration '__flags' definition 'flags'.
eglibc-2.13/misc/msync.c:28:38: note: Function 'msync' argument 3 names different: declaration '__flags' definition 'flags'.
eglibc-2.13/misc/qefgcvt.c:43:0: error: #error "NDIGIT_MAX must be precomputed" [preprocessorErrorDirective]
eglibc-2.13/misc/qefgcvt_r.c:41:0: error: #error "NDIGIT_MAX must be precomputed" [preprocessorErrorDirective]
eglibc-2.13/misc/sbrk.c:54:24: portability: 'oldbrk' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/misc/syslog.c:140:6: style: The scope of the variable 'fd' can be reduced. [variableScope]
eglibc-2.13/misc/syslog.c:144:9: style: The scope of the variable 'prioff' can be reduced. [variableScope]
eglibc-2.13/misc/syslog.c:410:22: style: Function 'openlog' argument 1 names different: declaration '__ident' definition 'ident'. [funcArgNamesDifferent]
eglibc-2.13/misc/sys/syslog.h:181:36: note: Function 'openlog' argument 1 names different: declaration '__ident' definition 'ident'.
eglibc-2.13/misc/syslog.c:410:22: note: Function 'openlog' argument 1 names different: declaration '__ident' definition 'ident'.
eglibc-2.13/misc/syslog.c:410:33: style: Function 'openlog' argument 2 names different: declaration '__option' definition 'logstat'. [funcArgNamesDifferent]
eglibc-2.13/misc/sys/syslog.h:181:49: note: Function 'openlog' argument 2 names different: declaration '__option' definition 'logstat'.
eglibc-2.13/misc/syslog.c:410:33: note: Function 'openlog' argument 2 names different: declaration '__option' definition 'logstat'.
eglibc-2.13/misc/syslog.c:410:46: style: Function 'openlog' argument 3 names different: declaration '__facility' definition 'logfac'. [funcArgNamesDifferent]
eglibc-2.13/misc/sys/syslog.h:181:63: note: Function 'openlog' argument 3 names different: declaration '__facility' definition 'logfac'.
eglibc-2.13/misc/syslog.c:410:46: note: Function 'openlog' argument 3 names different: declaration '__facility' definition 'logfac'.
eglibc-2.13/misc/syslog.c:195:15: style: Variable 'prioff' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/misc/tst-efgcvt.c:128:9: style: The scope of the variable 'p' can be reduced. [variableScope]
eglibc-2.13/misc/tst-efgcvt.c:148:20: style: The scope of the variable 'res' can be reduced. [variableScope]
eglibc-2.13/nis/nis_add.c:34:8: style: The scope of the variable 'buf1' can be reduced. [variableScope]
eglibc-2.13/nis/nis_call.c:469:14: style: The scope of the variable 'ndomain' can be reduced. [variableScope]
eglibc-2.13/nis/nis_call.c:650:7: style: The scope of the variable 'i' can be reduced. [variableScope]
eglibc-2.13/nis/nis_defaults.c:437:9: style: The scope of the variable 'cptr' can be reduced. [variableScope]
eglibc-2.13/nis/nis_error.h:1:1: style: union member 'msgstr_t::str33' is never used. [unusedStructMember]
eglibc-2.13/nis/nis_error.h:2:1: style: union member 'msgstr_t::str33' is never used. [unusedStructMember]
eglibc-2.13/nis/nis_error.h:3:1: style: union member 'msgstr_t::str33' is never used. [unusedStructMember]
eglibc-2.13/nis/nis_error.h:4:1: style: union member 'msgstr_t::str33' is never used. [unusedStructMember]
eglibc-2.13/nis/nis_error.h:5:1: style: union member 'msgstr_t::str33' is never used. [unusedStructMember]
eglibc-2.13/nis/nis_error.h:6:1: style: union member 'msgstr_t::str33' is never used. [unusedStructMember]
eglibc-2.13/nis/nis_error.h:7:1: style: union member 'msgstr_t::str33' is never used. [unusedStructMember]
eglibc-2.13/nis/nis_error.h:8:1: style: union member 'msgstr_t::str33' is never used. [unusedStructMember]
eglibc-2.13/nis/nis_error.h:9:1: style: union member 'msgstr_t::str33' is never used. [unusedStructMember]
eglibc-2.13/nis/nis_error.h:10:1: style: union member 'msgstr_t::str33' is never used. [unusedStructMember]
eglibc-2.13/nis/nis_error.h:11:1: style: union member 'msgstr_t::str33' is never used. [unusedStructMember]
eglibc-2.13/nis/nis_error.h:12:1: style: union member 'msgstr_t::str33' is never used. [unusedStructMember]
eglibc-2.13/nis/nis_error.h:13:1: style: union member 'msgstr_t::str33' is never used. [unusedStructMember]
eglibc-2.13/nis/nis_error.h:14:1: style: union member 'msgstr_t::str33' is never used. [unusedStructMember]
eglibc-2.13/nis/nis_error.h:15:1: style: union member 'msgstr_t::str33' is never used. [unusedStructMember]
eglibc-2.13/nis/nis_error.h:16:1: style: union member 'msgstr_t::str33' is never used. [unusedStructMember]
eglibc-2.13/nis/nis_error.h:17:1: style: union member 'msgstr_t::str33' is never used. [unusedStructMember]
eglibc-2.13/nis/nis_error.h:18:1: style: union member 'msgstr_t::str33' is never used. [unusedStructMember]
eglibc-2.13/nis/nis_error.h:19:1: style: union member 'msgstr_t::str33' is never used. [unusedStructMember]
eglibc-2.13/nis/nis_error.h:20:1: style: union member 'msgstr_t::str33' is never used. [unusedStructMember]
eglibc-2.13/nis/nis_error.h:21:1: style: union member 'msgstr_t::str33' is never used. [unusedStructMember]
eglibc-2.13/nis/nis_error.h:22:1: style: union member 'msgstr_t::str33' is never used. [unusedStructMember]
eglibc-2.13/nis/nis_error.h:23:1: style: union member 'msgstr_t::str33' is never used. [unusedStructMember]
eglibc-2.13/nis/nis_error.h:24:1: style: union member 'msgstr_t::str33' is never used. [unusedStructMember]
eglibc-2.13/nis/nis_error.h:25:1: style: union member 'msgstr_t::str33' is never used. [unusedStructMember]
eglibc-2.13/nis/nis_error.h:26:1: style: union member 'msgstr_t::str33' is never used. [unusedStructMember]
eglibc-2.13/nis/nis_error.h:27:1: style: union member 'msgstr_t::str33' is never used. [unusedStructMember]
eglibc-2.13/nis/nis_error.h:28:1: style: union member 'msgstr_t::str33' is never used. [unusedStructMember]
eglibc-2.13/nis/nis_error.h:29:1: style: union member 'msgstr_t::str33' is never used. [unusedStructMember]
eglibc-2.13/nis/nis_error.h:30:1: style: union member 'msgstr_t::str33' is never used. [unusedStructMember]
eglibc-2.13/nis/nis_error.h:31:1: style: union member 'msgstr_t::str33' is never used. [unusedStructMember]
eglibc-2.13/nis/nis_error.h:32:1: style: union member 'msgstr_t::str33' is never used. [unusedStructMember]
eglibc-2.13/nis/nis_error.h:33:1: style: union member 'msgstr_t::str33' is never used. [unusedStructMember]
eglibc-2.13/nis/nis_error.h:34:1: style: union member 'msgstr_t::str33' is never used. [unusedStructMember]
eglibc-2.13/nis/nis_error.h:35:1: style: union member 'msgstr_t::str33' is never used. [unusedStructMember]
eglibc-2.13/nis/nis_error.h:36:1: style: union member 'msgstr_t::str33' is never used. [unusedStructMember]
eglibc-2.13/nis/nis_error.h:37:1: style: union member 'msgstr_t::str33' is never used. [unusedStructMember]
eglibc-2.13/nis/nis_error.h:38:1: style: union member 'msgstr_t::str33' is never used. [unusedStructMember]
eglibc-2.13/nis/nis_error.h:39:1: style: union member 'msgstr_t::str33' is never used. [unusedStructMember]
eglibc-2.13/nis/nis_error.h:40:1: style: union member 'msgstr_t::str33' is never used. [unusedStructMember]
eglibc-2.13/nis/nis_error.h:41:1: style: union member 'msgstr_t::str33' is never used. [unusedStructMember]
eglibc-2.13/nis/nis_error.h:42:1: style: union member 'msgstr_t::str33' is never used. [unusedStructMember]
eglibc-2.13/nis/nis_error.h:43:1: style: union member 'msgstr_t::str33' is never used. [unusedStructMember]
eglibc-2.13/nis/nis_error.h:44:1: style: union member 'msgstr_t::str33' is never used. [unusedStructMember]
eglibc-2.13/nis/nis_error.h:45:1: style: union member 'msgstr_t::str33' is never used. [unusedStructMember]
eglibc-2.13/nis/nis_error.h:46:1: style: union member 'msgstr_t::str33' is never used. [unusedStructMember]
eglibc-2.13/nis/nis_error.h:47:1: style: union member 'msgstr_t::str33' is never used. [unusedStructMember]
eglibc-2.13/nis/nis_error.h:48:1: style: union member 'msgstr_t::str33' is never used. [unusedStructMember]
eglibc-2.13/nis/nis_hash.c:36:19: style: The scope of the variable 'loop' can be reduced. [variableScope]
eglibc-2.13/nis/nis_modify.c:34:8: style: The scope of the variable 'buf1' can be reduced. [variableScope]
eglibc-2.13/nis/nis_table.c:619:8: style: The scope of the variable 'buf1' can be reduced. [variableScope]
eglibc-2.13/nis/nss_compat/compat-pwd.c:209:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
eglibc-2.13/nis/nss_compat/compat-pwd.c:210:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
eglibc-2.13/nis/nss_compat/compat-pwd.c:916:7: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
eglibc-2.13/nis/nss_compat/compat-pwd.c:364:7: style: The scope of the variable 'status' can be reduced. [variableScope]
eglibc-2.13/nis/nss_compat/compat-spwd.c:152:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
eglibc-2.13/nis/nss_compat/compat-spwd.c:153:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
eglibc-2.13/nis/nss_nis/nis-initgroups.c:125:24: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/nis/nss_nisplus/nisplus-alias.c:302:20: warning: Either the condition 'name!=NULL' is redundant or there is possible null pointer dereference: name. [nullPointerRedundantCheck]
eglibc-2.13/nis/nss_nisplus/nisplus-alias.c:296:12: note: Assuming that condition 'name!=NULL' is not redundant
eglibc-2.13/nis/nss_nisplus/nisplus-alias.c:302:20: note: Null pointer dereference
eglibc-2.13/nis/nss_nisplus/nisplus-alias.c:305:48: warning: Either the condition 'name!=NULL' is redundant or there is possible null pointer dereference: name. [nullPointerRedundantCheck]
eglibc-2.13/nis/nss_nisplus/nisplus-alias.c:296:12: note: Assuming that condition 'name!=NULL' is not redundant
eglibc-2.13/nis/nss_nisplus/nisplus-alias.c:305:48: note: Null pointer dereference
eglibc-2.13/nis/nss_nisplus/nisplus-ethers.c:75:13: style: Variable 'room_left' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/nis/nss_nisplus/nisplus-ethers.c:135:14: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/nis/nss_nisplus/nisplus-hosts.c:597:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
eglibc-2.13/nis/nss_nisplus/nisplus-hosts.c:426:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/nis/nss_nisplus/nisplus-netgrp.c:153:20: warning: Either the condition 'group==NULL' is redundant or there is possible null pointer dereference: group. [nullPointerRedundantCheck]
eglibc-2.13/nis/nss_nisplus/nisplus-netgrp.c:155:13: note: Assuming that condition 'group==NULL' is not redundant
eglibc-2.13/nis/nss_nisplus/nisplus-netgrp.c:153:20: note: Null pointer dereference
eglibc-2.13/nis/nss_nisplus/nisplus-network.c:364:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/nis/nss_nisplus/nisplus-proto.c:337:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/nis/nss_nisplus/nisplus-rpc.c:340:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/nis/nss_nisplus/nisplus-service.c:349:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/nis/nss_nisplus/nisplus-spwd.c:56:14: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/nptl/lowlevellock.h:37:16: style: The scope of the variable 'v' can be reduced. [variableScope]
eglibc-2.13/nptl/lowlevellock.h:56:13: style: Unsigned variable 'v' can't be negative so it is unnecessary to test it. [unsignedPositive]
eglibc-2.13/nptl/alloca_cutoff.c:35:10: style: Clarify calculation precedence for '/' and '?'. [clarifyCalculation]
eglibc-2.13/nptl/allocatestack.c:329:0: error: #error "Define either _STACK_GROWS_DOWN or _STACK_GROWS_UP" [preprocessorErrorDirective]
eglibc-2.13/nptl/cleanup_defer.c:54:5: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
eglibc-2.13/nptl/forward.c:164:1: style: Function '__pthread_exit' argument 1 names different: declaration 'value' definition 'retval'. [funcArgNamesDifferent]
eglibc-2.13/nptl/pthreadP.h:503:35: note: Function '__pthread_exit' argument 1 names different: declaration 'value' definition 'retval'.
eglibc-2.13/nptl/forward.c:164:1: note: Function '__pthread_exit' argument 1 names different: declaration 'value' definition 'retval'.
eglibc-2.13/nptl/perf.c:716:0: error: #error "HP_TIMING_NOW missing" [preprocessorErrorDirective]
eglibc-2.13/nptl/pt-cleanup.c:54:0: error: #error "Define either _STACK_GROWS_DOWN or _STACK_GROWS_UP" [preprocessorErrorDirective]
eglibc-2.13/nptl/pthread_attr_getdetachstate.c:35:5: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
eglibc-2.13/nptl/pthread_attr_getinheritsched.c:36:8: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
eglibc-2.13/nptl/pthread_attr_getscope.c:36:8: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
eglibc-2.13/nptl/pthread_attr_getstack.c:26:28: style: Function '__pthread_attr_getstack' argument 1 names different: declaration '__attr' definition 'attr'. [funcArgNamesDifferent]
eglibc-2.13/nptl/pthreadP.h:458:61: note: Function '__pthread_attr_getstack' argument 1 names different: declaration '__attr' definition 'attr'.
eglibc-2.13/nptl/pthread_attr_getstack.c:26:28: note: Function '__pthread_attr_getstack' argument 1 names different: declaration '__attr' definition 'attr'.
eglibc-2.13/nptl/pthread_attr_getstack.c:27:13: style: Function '__pthread_attr_getstack' argument 2 names different: declaration '__stackaddr' definition 'stackaddr'. [funcArgNamesDifferent]
eglibc-2.13/nptl/pthreadP.h:459:16: note: Function '__pthread_attr_getstack' argument 2 names different: declaration '__stackaddr' definition 'stackaddr'.
eglibc-2.13/nptl/pthread_attr_getstack.c:27:13: note: Function '__pthread_attr_getstack' argument 2 names different: declaration '__stackaddr' definition 'stackaddr'.
eglibc-2.13/nptl/pthread_attr_getstack.c:28:14: style: Function '__pthread_attr_getstack' argument 3 names different: declaration '__stacksize' definition 'stacksize'. [funcArgNamesDifferent]
eglibc-2.13/nptl/pthreadP.h:460:17: note: Function '__pthread_attr_getstack' argument 3 names different: declaration '__stacksize' definition 'stacksize'.
eglibc-2.13/nptl/pthread_attr_getstack.c:28:14: note: Function '__pthread_attr_getstack' argument 3 names different: declaration '__stacksize' definition 'stacksize'.
eglibc-2.13/nptl/pthread_attr_getstackaddr.c:27:28: style: Function '__pthread_attr_getstackaddr' argument 1 names different: declaration '__attr' definition 'attr'. [funcArgNamesDifferent]
eglibc-2.13/nptl/pthreadP.h:450:65: note: Function '__pthread_attr_getstackaddr' argument 1 names different: declaration '__attr' definition 'attr'.
eglibc-2.13/nptl/pthread_attr_getstackaddr.c:27:28: note: Function '__pthread_attr_getstackaddr' argument 1 names different: declaration '__attr' definition 'attr'.
eglibc-2.13/nptl/pthread_attr_getstackaddr.c:28:13: style: Function '__pthread_attr_getstackaddr' argument 2 names different: declaration '__stackaddr' definition 'stackaddr'. [funcArgNamesDifferent]
eglibc-2.13/nptl/pthreadP.h:450:21: note: Function '__pthread_attr_getstackaddr' argument 2 names different: declaration '__stackaddr' definition 'stackaddr'.
eglibc-2.13/nptl/pthread_attr_getstackaddr.c:28:13: note: Function '__pthread_attr_getstackaddr' argument 2 names different: declaration '__stackaddr' definition 'stackaddr'.
eglibc-2.13/nptl/pthread_attr_getstacksize.c:26:28: style: Function '__pthread_attr_getstacksize' argument 1 names different: declaration '__attr' definition 'attr'. [funcArgNamesDifferent]
eglibc-2.13/nptl/pthreadP.h:454:65: note: Function '__pthread_attr_getstacksize' argument 1 names different: declaration '__attr' definition 'attr'.
eglibc-2.13/nptl/pthread_attr_getstacksize.c:26:28: note: Function '__pthread_attr_getstacksize' argument 1 names different: declaration '__attr' definition 'attr'.
eglibc-2.13/nptl/pthread_attr_getstacksize.c:27:14: style: Function '__pthread_attr_getstacksize' argument 2 names different: declaration '__stacksize' definition 'stacksize'. [funcArgNamesDifferent]
eglibc-2.13/nptl/pthreadP.h:455:14: note: Function '__pthread_attr_getstacksize' argument 2 names different: declaration '__stacksize' definition 'stacksize'.
eglibc-2.13/nptl/pthread_attr_getstacksize.c:27:14: note: Function '__pthread_attr_getstacksize' argument 2 names different: declaration '__stacksize' definition 'stacksize'.
eglibc-2.13/nptl/pthread_attr_setstack.c:33:22: style: Function '__pthread_attr_setstack' argument 1 names different: declaration '__attr' definition 'attr'. [funcArgNamesDifferent]
eglibc-2.13/nptl/pthreadP.h:461:53: note: Function '__pthread_attr_setstack' argument 1 names different: declaration '__attr' definition 'attr'.
eglibc-2.13/nptl/pthread_attr_setstack.c:33:22: note: Function '__pthread_attr_setstack' argument 1 names different: declaration '__attr' definition 'attr'.
eglibc-2.13/nptl/pthread_attr_setstack.c:34:12: style: Function '__pthread_attr_setstack' argument 2 names different: declaration '__stackaddr' definition 'stackaddr'. [funcArgNamesDifferent]
eglibc-2.13/nptl/pthreadP.h:461:67: note: Function '__pthread_attr_setstack' argument 2 names different: declaration '__stackaddr' definition 'stackaddr'.
eglibc-2.13/nptl/pthread_attr_setstack.c:34:12: note: Function '__pthread_attr_setstack' argument 2 names different: declaration '__stackaddr' definition 'stackaddr'.
eglibc-2.13/nptl/pthread_attr_setstack.c:35:13: style: Function '__pthread_attr_setstack' argument 3 names different: declaration '__stacksize' definition 'stacksize'. [funcArgNamesDifferent]
eglibc-2.13/nptl/pthreadP.h:462:16: note: Function '__pthread_attr_setstack' argument 3 names different: declaration '__stacksize' definition 'stacksize'.
eglibc-2.13/nptl/pthread_attr_setstack.c:35:13: note: Function '__pthread_attr_setstack' argument 3 names different: declaration '__stacksize' definition 'stacksize'.
eglibc-2.13/nptl/pthread_attr_setstackaddr.c:27:22: style: Function '__pthread_attr_setstackaddr' argument 1 names different: declaration '__attr' definition 'attr'. [funcArgNamesDifferent]
eglibc-2.13/nptl/pthreadP.h:451:57: note: Function '__pthread_attr_setstackaddr' argument 1 names different: declaration '__attr' definition 'attr'.
eglibc-2.13/nptl/pthread_attr_setstackaddr.c:27:22: note: Function '__pthread_attr_setstackaddr' argument 1 names different: declaration '__attr' definition 'attr'.
eglibc-2.13/nptl/pthread_attr_setstackaddr.c:28:12: style: Function '__pthread_attr_setstackaddr' argument 2 names different: declaration '__stackaddr' definition 'stackaddr'. [funcArgNamesDifferent]
eglibc-2.13/nptl/pthreadP.h:452:12: note: Function '__pthread_attr_setstackaddr' argument 2 names different: declaration '__stackaddr' definition 'stackaddr'.
eglibc-2.13/nptl/pthread_attr_setstackaddr.c:28:12: note: Function '__pthread_attr_setstackaddr' argument 2 names different: declaration '__stackaddr' definition 'stackaddr'.
eglibc-2.13/nptl/pthread_attr_setstacksize.c:32:22: style: Function '__pthread_attr_setstacksize' argument 1 names different: declaration '__attr' definition 'attr'. [funcArgNamesDifferent]
eglibc-2.13/nptl/pthreadP.h:456:57: note: Function '__pthread_attr_setstacksize' argument 1 names different: declaration '__attr' definition 'attr'.
eglibc-2.13/nptl/pthread_attr_setstacksize.c:32:22: note: Function '__pthread_attr_setstacksize' argument 1 names different: declaration '__attr' definition 'attr'.
eglibc-2.13/nptl/pthread_attr_setstacksize.c:33:13: style: Function '__pthread_attr_setstacksize' argument 2 names different: declaration '__stacksize' definition 'stacksize'. [funcArgNamesDifferent]
eglibc-2.13/nptl/pthreadP.h:457:13: note: Function '__pthread_attr_setstacksize' argument 2 names different: declaration '__stacksize' definition 'stacksize'.
eglibc-2.13/nptl/pthread_attr_setstacksize.c:33:13: note: Function '__pthread_attr_setstacksize' argument 2 names different: declaration '__stacksize' definition 'stacksize'.
eglibc-2.13/nptl/pthread_getschedparam.c:28:16: style: Function '__pthread_getschedparam' argument 1 names different: declaration 'thread_id' definition 'threadid'. [funcArgNamesDifferent]
eglibc-2.13/nptl/pthreadP.h:402:47: note: Function '__pthread_getschedparam' argument 1 names different: declaration 'thread_id' definition 'threadid'.
eglibc-2.13/nptl/pthread_getschedparam.c:28:16: note: Function '__pthread_getschedparam' argument 1 names different: declaration 'thread_id' definition 'threadid'.
eglibc-2.13/nptl/pthread_mutex_destroy.c:26:23: style: Function '__pthread_mutex_destroy' argument 1 names different: declaration '__mutex' definition 'mutex'. [funcArgNamesDifferent]
eglibc-2.13/nptl/pthreadP.h:412:54: note: Function '__pthread_mutex_destroy' argument 1 names different: declaration '__mutex' definition 'mutex'.
eglibc-2.13/nptl/pthread_mutex_destroy.c:26:23: note: Function '__pthread_mutex_destroy' argument 1 names different: declaration '__mutex' definition 'mutex'.
eglibc-2.13/nptl/pthread_mutex_init.c:41:23: style: Function '__pthread_mutex_init' argument 1 names different: declaration '__mutex' definition 'mutex'. [funcArgNamesDifferent]
eglibc-2.13/nptl/pthreadP.h:407:51: note: Function '__pthread_mutex_init' argument 1 names different: declaration '__mutex' definition 'mutex'.
eglibc-2.13/nptl/pthread_mutex_init.c:41:23: note: Function '__pthread_mutex_init' argument 1 names different: declaration '__mutex' definition 'mutex'.
eglibc-2.13/nptl/pthread_mutex_init.c:42:33: style: Function '__pthread_mutex_init' argument 2 names different: declaration '__mutexattr' definition 'mutexattr'. [funcArgNamesDifferent]
eglibc-2.13/nptl/pthreadP.h:408:35: note: Function '__pthread_mutex_init' argument 2 names different: declaration '__mutexattr' definition 'mutexattr'.
eglibc-2.13/nptl/pthread_mutex_init.c:42:33: note: Function '__pthread_mutex_init' argument 2 names different: declaration '__mutexattr' definition 'mutexattr'.
eglibc-2.13/nptl/pthread_mutex_lock.c:46:23: style: Function '__pthread_mutex_lock' argument 1 names different: declaration '__mutex' definition 'mutex'. [funcArgNamesDifferent]
eglibc-2.13/nptl/pthreadP.h:416:51: note: Function '__pthread_mutex_lock' argument 1 names different: declaration '__mutex' definition 'mutex'.
eglibc-2.13/nptl/pthread_mutex_lock.c:46:23: note: Function '__pthread_mutex_lock' argument 1 names different: declaration '__mutex' definition 'mutex'.
eglibc-2.13/nptl/pthread_mutex_trylock.c:29:23: style: Function '__pthread_mutex_trylock' argument 1 names different: declaration '_mutex' definition 'mutex'. [funcArgNamesDifferent]
eglibc-2.13/nptl/pthreadP.h:415:54: note: Function '__pthread_mutex_trylock' argument 1 names different: declaration '_mutex' definition 'mutex'.
eglibc-2.13/nptl/pthread_mutex_trylock.c:29:23: note: Function '__pthread_mutex_trylock' argument 1 names different: declaration '_mutex' definition 'mutex'.
eglibc-2.13/nptl/pthread_mutex_unlock.c:288:23: style: Function '__pthread_mutex_unlock' argument 1 names different: declaration '__mutex' definition 'mutex'. [funcArgNamesDifferent]
eglibc-2.13/nptl/pthreadP.h:423:53: note: Function '__pthread_mutex_unlock' argument 1 names different: declaration '__mutex' definition 'mutex'.
eglibc-2.13/nptl/pthread_mutex_unlock.c:288:23: note: Function '__pthread_mutex_unlock' argument 1 names different: declaration '__mutex' definition 'mutex'.
eglibc-2.13/nptl/pthread_rwlock_destroy.c:25:24: style: Function '__pthread_rwlock_destroy' argument 1 names different: declaration '__rwlock' definition 'rwlock'. [funcArgNamesDifferent]
eglibc-2.13/nptl/pthreadP.h:466:56: note: Function '__pthread_rwlock_destroy' argument 1 names different: declaration '__rwlock' definition 'rwlock'.
eglibc-2.13/nptl/pthread_rwlock_destroy.c:25:24: note: Function '__pthread_rwlock_destroy' argument 1 names different: declaration '__rwlock' definition 'rwlock'.
eglibc-2.13/nptl/pthread_rwlock_init.c:33:24: style: Function '__pthread_rwlock_init' argument 1 names different: declaration '__rwlock' definition 'rwlock'. [funcArgNamesDifferent]
eglibc-2.13/nptl/pthreadP.h:463:53: note: Function '__pthread_rwlock_init' argument 1 names different: declaration '__rwlock' definition 'rwlock'.
eglibc-2.13/nptl/pthread_rwlock_init.c:33:24: note: Function '__pthread_rwlock_init' argument 1 names different: declaration '__rwlock' definition 'rwlock'.
eglibc-2.13/nptl/pthread_rwlock_init.c:34:34: style: Function '__pthread_rwlock_init' argument 2 names different: declaration '__attr' definition 'attr'. [funcArgNamesDifferent]
eglibc-2.13/nptl/pthreadP.h:465:37: note: Function '__pthread_rwlock_init' argument 2 names different: declaration '__attr' definition 'attr'.
eglibc-2.13/nptl/pthread_rwlock_init.c:34:34: note: Function '__pthread_rwlock_init' argument 2 names different: declaration '__attr' definition 'attr'.
eglibc-2.13/nptl/pthread_rwlock_rdlock.c:30:24: style: Function '__pthread_rwlock_rdlock' argument 1 names different: declaration '__rwlock' definition 'rwlock'. [funcArgNamesDifferent]
eglibc-2.13/nptl/pthreadP.h:467:55: note: Function '__pthread_rwlock_rdlock' argument 1 names different: declaration '__rwlock' definition 'rwlock'.
eglibc-2.13/nptl/pthread_rwlock_rdlock.c:30:24: note: Function '__pthread_rwlock_rdlock' argument 1 names different: declaration '__rwlock' definition 'rwlock'.
eglibc-2.13/nptl/pthread_rwlock_tryrdlock.c:27:24: style: Function '__pthread_rwlock_tryrdlock' argument 1 names different: declaration '__rwlock' definition 'rwlock'. [funcArgNamesDifferent]
eglibc-2.13/nptl/pthreadP.h:469:58: note: Function '__pthread_rwlock_tryrdlock' argument 1 names different: declaration '__rwlock' definition 'rwlock'.
eglibc-2.13/nptl/pthread_rwlock_tryrdlock.c:27:24: note: Function '__pthread_rwlock_tryrdlock' argument 1 names different: declaration '__rwlock' definition 'rwlock'.
eglibc-2.13/nptl/pthread_rwlock_trywrlock.c:27:24: style: Function '__pthread_rwlock_trywrlock' argument 1 names different: declaration '__rwlock' definition 'rwlock'. [funcArgNamesDifferent]
eglibc-2.13/nptl/pthreadP.h:472:58: note: Function '__pthread_rwlock_trywrlock' argument 1 names different: declaration '__rwlock' definition 'rwlock'.
eglibc-2.13/nptl/pthread_rwlock_trywrlock.c:27:24: note: Function '__pthread_rwlock_trywrlock' argument 1 names different: declaration '__rwlock' definition 'rwlock'.
eglibc-2.13/nptl/pthread_rwlock_unlock.c:28:44: style: Function '__pthread_rwlock_unlock' argument 1 names different: declaration '__rwlock' definition 'rwlock'. [funcArgNamesDifferent]
eglibc-2.13/nptl/pthreadP.h:473:55: note: Function '__pthread_rwlock_unlock' argument 1 names different: declaration '__rwlock' definition 'rwlock'.
eglibc-2.13/nptl/pthread_rwlock_unlock.c:28:44: note: Function '__pthread_rwlock_unlock' argument 1 names different: declaration '__rwlock' definition 'rwlock'.
eglibc-2.13/nptl/pthread_rwlock_wrlock.c:30:24: style: Function '__pthread_rwlock_wrlock' argument 1 names different: declaration '__rwlock' definition 'rwlock'. [funcArgNamesDifferent]
eglibc-2.13/nptl/pthreadP.h:470:55: note: Function '__pthread_rwlock_wrlock' argument 1 names different: declaration '__rwlock' definition 'rwlock'.
eglibc-2.13/nptl/pthread_rwlock_wrlock.c:30:24: note: Function '__pthread_rwlock_wrlock' argument 1 names different: declaration '__rwlock' definition 'rwlock'.
eglibc-2.13/nptl/pthread_setschedparam.c:29:16: style: Function '__pthread_setschedparam' argument 1 names different: declaration 'thread_id' definition 'threadid'. [funcArgNamesDifferent]
eglibc-2.13/nptl/pthreadP.h:404:47: note: Function '__pthread_setschedparam' argument 1 names different: declaration 'thread_id' definition 'threadid'.
eglibc-2.13/nptl/pthread_setschedparam.c:29:16: note: Function '__pthread_setschedparam' argument 1 names different: declaration 'thread_id' definition 'threadid'.
eglibc-2.13/nptl/pthread_setspecific.c:31:16: style: The scope of the variable 'idx1st' can be reduced. [variableScope]
eglibc-2.13/nptl/pthread_setspecific.c:32:16: style: The scope of the variable 'idx2nd' can be reduced. [variableScope]
eglibc-2.13/nptl/sem_open.c:168:35: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/nptl/sem_open.c:257:24: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/nptl/sem_open.c:319:27: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/nptl/sem_unlink.c:58:20: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/nptl/sockperf.c:105:19: style: A pointer can not be negative so it is either pointless or an error to check if it is. [pointerLessThanZero]
eglibc-2.13/nptl/sysdeps/unix/sysv/linux/fork.c:132:0: error: #error "ARCH_FORK must be defined so that the CLONE_SETTID flag is used" [preprocessorErrorDirective]
eglibc-2.13/nptl/sysdeps/unix/sysv/linux/fork.c:99:32: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/nptl/sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c:104:18: style: The scope of the variable 'rbs_base' can be reduced. [variableScope]
eglibc-2.13/nptl/sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c:104:29: style: The scope of the variable 'bsp' can be reduced. [variableScope]
eglibc-2.13/nptl/sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c:104:35: style: The scope of the variable 'bspstore' can be reduced. [variableScope]
eglibc-2.13/nptl/sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c:105:17: style: The scope of the variable 'ndirty' can be reduced. [variableScope]
eglibc-2.13/nptl/sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c:106:22: style: The scope of the variable 'sc' can be reduced. [variableScope]
eglibc-2.13/nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c:40:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/nptl/sysdeps/unix/sysv/linux/register-atfork.c:77:3: error: Address of auto-variable 'runp->mem[i]' returned [returnAddressOfAutoVariable]
eglibc-2.13/nptl/sysdeps/unix/sysv/linux/sem_trywait.c:34:7: style: The scope of the variable 'val' can be reduced. [variableScope]
eglibc-2.13/nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c:34:12: style: Variable 'nr' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c:40:7: style: Variable 'nr' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c:34:7: style: The scope of the variable 'val' can be reduced. [variableScope]
eglibc-2.13/nptl/sysdeps/unix/sysv/linux/timer_routines.c:38:10: style: struct member 'thread_start_data::thrfunc' is never used. [unusedStructMember]
eglibc-2.13/nptl/sysdeps/unix/sysv/linux/unregister-atfork.c:90:35: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/nptl/tst-align2.c:65:0: error: #error "Define either _STACK_GROWS_DOWN or _STACK_GROWS_UP" [preprocessorErrorDirective]
eglibc-2.13/nptl/tst-attr3.c:121:2: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/nptl/tst-attr3.c:90:33: portability: 'stackaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/nptl/tst-attr3.c:96:66: portability: 'stackaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/nptl/tst-attr3.c:265:33: portability: 'stackaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/nptl/tst-attr3.c:272:16: portability: 'stackaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/nptl/tst-basic2.c:102:7: style: The scope of the variable 'result' can be reduced. [variableScope]
eglibc-2.13/nptl/tst-basic2.c:113:2: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/nptl/tst-basic7.c:33:9: style: The scope of the variable 'c' can be reduced. [variableScope]
eglibc-2.13/nptl/tst-basic7.c:18:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/nptl/tst-cancel4.c:1725:52: style: Same value in both branches of ternary operator. [duplicateValueTernary]
eglibc-2.13/nptl/tst-cancel7.c:37:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/nptl/tst-cancel7.c:136:0: error: Resource leak: f [resourceLeak]
eglibc-2.13/nptl/tst-cond16.c:80:10: style: The scope of the variable 'ret' can be reduced. [variableScope]
eglibc-2.13/nptl/tst-cond18.c:91:10: style: The scope of the variable 'ret' can be reduced. [variableScope]
eglibc-2.13/nptl/tst-eintr3.c:51:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
eglibc-2.13/nptl/tst-exec4.c:52:27: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/nptl/tst-getpid1.c:57:0: error: #error "Define either _STACK_GROWS_DOWN or _STACK_GROWS_UP" [preprocessorErrorDirective]
eglibc-2.13/nptl/tst-key1.c:36:25: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/nptl/tst-key4.c:68:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/nptl/tst-sem8.c:38:10: style: The scope of the variable 's' can be reduced. [variableScope]
eglibc-2.13/nptl/tst-sem9.c:38:10: style: The scope of the variable 's' can be reduced. [variableScope]
eglibc-2.13/nptl_db/td_ta_clear_event.c:26:27: style: Function 'td_ta_clear_event' argument 1 names different: declaration '__ta' definition 'ta_arg'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:351:57: note: Function 'td_ta_clear_event' argument 1 names different: declaration '__ta' definition 'ta_arg'.
eglibc-2.13/nptl_db/td_ta_clear_event.c:26:27: note: Function 'td_ta_clear_event' argument 1 names different: declaration '__ta' definition 'ta_arg'.
eglibc-2.13/nptl_db/td_ta_clear_event.c:27:23: style: Function 'td_ta_clear_event' argument 2 names different: declaration '__event' definition 'event'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:352:25: note: Function 'td_ta_clear_event' argument 2 names different: declaration '__event' definition 'event'.
eglibc-2.13/nptl_db/td_ta_clear_event.c:27:23: note: Function 'td_ta_clear_event' argument 2 names different: declaration '__event' definition 'event'.
eglibc-2.13/nptl_db/td_ta_delete.c:27:30: style: Function 'td_ta_delete' argument 1 names different: declaration '__ta' definition 'ta'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:308:46: note: Function 'td_ta_delete' argument 1 names different: declaration '__ta' definition 'ta'.
eglibc-2.13/nptl_db/td_ta_delete.c:27:30: note: Function 'td_ta_delete' argument 1 names different: declaration '__ta' definition 'ta'.
eglibc-2.13/nptl_db/td_ta_enable_stats.c:25:42: style: Function 'td_ta_enable_stats' argument 1 names different: declaration '__ta' definition 'ta'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:364:58: note: Function 'td_ta_enable_stats' argument 1 names different: declaration '__ta' definition 'ta'.
eglibc-2.13/nptl_db/td_ta_enable_stats.c:25:42: note: Function 'td_ta_enable_stats' argument 1 names different: declaration '__ta' definition 'ta'.
eglibc-2.13/nptl_db/td_ta_enable_stats.c:25:50: style: Function 'td_ta_enable_stats' argument 2 names different: declaration '__enable' definition 'enable'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:364:68: note: Function 'td_ta_enable_stats' argument 2 names different: declaration '__enable' definition 'enable'.
eglibc-2.13/nptl_db/td_ta_enable_stats.c:25:50: note: Function 'td_ta_enable_stats' argument 2 names different: declaration '__enable' definition 'enable'.
eglibc-2.13/nptl_db/td_ta_event_addr.c:25:40: style: Function 'td_ta_event_addr' argument 1 names different: declaration '__ta' definition 'ta_arg'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:343:56: note: Function 'td_ta_event_addr' argument 1 names different: declaration '__ta' definition 'ta_arg'.
eglibc-2.13/nptl_db/td_ta_event_addr.c:25:40: note: Function 'td_ta_event_addr' argument 1 names different: declaration '__ta' definition 'ta_arg'.
eglibc-2.13/nptl_db/td_ta_event_addr.c:26:16: style: Function 'td_ta_event_addr' argument 2 names different: declaration '__event' definition 'event'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:344:18: note: Function 'td_ta_event_addr' argument 2 names different: declaration '__event' definition 'event'.
eglibc-2.13/nptl_db/td_ta_event_addr.c:26:16: note: Function 'td_ta_event_addr' argument 2 names different: declaration '__event' definition 'event'.
eglibc-2.13/nptl_db/td_ta_event_addr.c:26:36: style: Function 'td_ta_event_addr' argument 3 names different: declaration '__ptr' definition 'addr'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:344:40: note: Function 'td_ta_event_addr' argument 3 names different: declaration '__ptr' definition 'addr'.
eglibc-2.13/nptl_db/td_ta_event_addr.c:26:36: note: Function 'td_ta_event_addr' argument 3 names different: declaration '__ptr' definition 'addr'.
eglibc-2.13/nptl_db/td_ta_event_getmsg.c:28:42: style: Function 'td_ta_event_getmsg' argument 1 names different: declaration '__ta' definition 'ta_arg'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:355:58: note: Function 'td_ta_event_getmsg' argument 1 names different: declaration '__ta' definition 'ta_arg'.
eglibc-2.13/nptl_db/td_ta_event_getmsg.c:28:42: note: Function 'td_ta_event_getmsg' argument 1 names different: declaration '__ta' definition 'ta_arg'.
eglibc-2.13/nptl_db/td_ta_event_getmsg.c:28:66: style: Function 'td_ta_event_getmsg' argument 2 names different: declaration '__msg' definition 'msg'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:356:25: note: Function 'td_ta_event_getmsg' argument 2 names different: declaration '__msg' definition 'msg'.
eglibc-2.13/nptl_db/td_ta_event_getmsg.c:28:66: note: Function 'td_ta_event_getmsg' argument 2 names different: declaration '__msg' definition 'msg'.
eglibc-2.13/nptl_db/td_ta_get_nthreads.c:24:42: style: Function 'td_ta_get_nthreads' argument 1 names different: declaration '__ta' definition 'ta_arg'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:311:58: note: Function 'td_ta_get_nthreads' argument 1 names different: declaration '__ta' definition 'ta_arg'.
eglibc-2.13/nptl_db/td_ta_get_nthreads.c:24:42: note: Function 'td_ta_get_nthreads' argument 1 names different: declaration '__ta' definition 'ta_arg'.
eglibc-2.13/nptl_db/td_ta_get_nthreads.c:24:55: style: Function 'td_ta_get_nthreads' argument 2 names different: declaration '__np' definition 'np'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:311:69: note: Function 'td_ta_get_nthreads' argument 2 names different: declaration '__np' definition 'np'.
eglibc-2.13/nptl_db/td_ta_get_nthreads.c:24:55: note: Function 'td_ta_get_nthreads' argument 2 names different: declaration '__np' definition 'np'.
eglibc-2.13/nptl_db/td_ta_get_ph.c:25:36: style: Function 'td_ta_get_ph' argument 1 names different: declaration '__ta' definition 'ta'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:315:52: note: Function 'td_ta_get_ph' argument 1 names different: declaration '__ta' definition 'ta'.
eglibc-2.13/nptl_db/td_ta_get_ph.c:25:36: note: Function 'td_ta_get_ph' argument 1 names different: declaration '__ta' definition 'ta'.
eglibc-2.13/nptl_db/td_ta_get_ph.c:25:63: style: Function 'td_ta_get_ph' argument 2 names different: declaration '__ph' definition 'ph'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:316:33: note: Function 'td_ta_get_ph' argument 2 names different: declaration '__ph' definition 'ph'.
eglibc-2.13/nptl_db/td_ta_get_ph.c:25:63: note: Function 'td_ta_get_ph' argument 2 names different: declaration '__ph' definition 'ph'.
eglibc-2.13/nptl_db/td_ta_get_stats.c:25:39: style: Function 'td_ta_get_stats' argument 1 names different: declaration '__ta' definition 'ta'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:370:55: note: Function 'td_ta_get_stats' argument 1 names different: declaration '__ta' definition 'ta'.
eglibc-2.13/nptl_db/td_ta_get_stats.c:25:39: note: Function 'td_ta_get_stats' argument 1 names different: declaration '__ta' definition 'ta'.
eglibc-2.13/nptl_db/td_ta_get_stats.c:25:58: style: Function 'td_ta_get_stats' argument 2 names different: declaration '__statsp' definition 'statsp'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:371:21: note: Function 'td_ta_get_stats' argument 2 names different: declaration '__statsp' definition 'statsp'.
eglibc-2.13/nptl_db/td_ta_get_stats.c:25:58: note: Function 'td_ta_get_stats' argument 2 names different: declaration '__statsp' definition 'statsp'.
eglibc-2.13/nptl_db/td_ta_map_id2thr.c:25:40: style: Function 'td_ta_map_id2thr' argument 1 names different: declaration '__ta' definition 'ta'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:320:56: note: Function 'td_ta_map_id2thr' argument 1 names different: declaration '__ta' definition 'ta'.
eglibc-2.13/nptl_db/td_ta_map_id2thr.c:25:40: note: Function 'td_ta_map_id2thr' argument 1 names different: declaration '__ta' definition 'ta'.
eglibc-2.13/nptl_db/td_ta_map_id2thr.c:25:54: style: Function 'td_ta_map_id2thr' argument 2 names different: declaration '__pt' definition 'pt'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:320:72: note: Function 'td_ta_map_id2thr' argument 2 names different: declaration '__pt' definition 'pt'.
eglibc-2.13/nptl_db/td_ta_map_id2thr.c:25:54: note: Function 'td_ta_map_id2thr' argument 2 names different: declaration '__pt' definition 'pt'.
eglibc-2.13/nptl_db/td_ta_map_id2thr.c:25:74: style: Function 'td_ta_map_id2thr' argument 3 names different: declaration '__th' definition 'th'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:321:23: note: Function 'td_ta_map_id2thr' argument 3 names different: declaration '__th' definition 'th'.
eglibc-2.13/nptl_db/td_ta_map_id2thr.c:25:74: note: Function 'td_ta_map_id2thr' argument 3 names different: declaration '__th' definition 'th'.
eglibc-2.13/nptl_db/td_ta_map_lwp2thr.c:27:48: style: Function '__td_ta_lookup_th_unique' argument 1 names different: declaration 'ta' definition 'ta_arg'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_dbP.h:254:64: note: Function '__td_ta_lookup_th_unique' argument 1 names different: declaration 'ta' definition 'ta_arg'.
eglibc-2.13/nptl_db/td_ta_map_lwp2thr.c:27:48: note: Function '__td_ta_lookup_th_unique' argument 1 names different: declaration 'ta' definition 'ta_arg'.
eglibc-2.13/nptl_db/td_ta_map_lwp2thr.c:173:41: style: Function 'td_ta_map_lwp2thr' argument 1 names different: declaration '__ta' definition 'ta_arg'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:325:57: note: Function 'td_ta_map_lwp2thr' argument 1 names different: declaration '__ta' definition 'ta_arg'.
eglibc-2.13/nptl_db/td_ta_map_lwp2thr.c:173:41: note: Function 'td_ta_map_lwp2thr' argument 1 names different: declaration '__ta' definition 'ta_arg'.
eglibc-2.13/nptl_db/td_ta_map_lwp2thr.c:174:14: style: Function 'td_ta_map_lwp2thr' argument 2 names different: declaration '__lwpid' definition 'lwpid'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:325:71: note: Function 'td_ta_map_lwp2thr' argument 2 names different: declaration '__lwpid' definition 'lwpid'.
eglibc-2.13/nptl_db/td_ta_map_lwp2thr.c:174:14: note: Function 'td_ta_map_lwp2thr' argument 2 names different: declaration '__lwpid' definition 'lwpid'.
eglibc-2.13/nptl_db/td_ta_map_lwp2thr.c:174:37: style: Function 'td_ta_map_lwp2thr' argument 3 names different: declaration '__th' definition 'th'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:326:24: note: Function 'td_ta_map_lwp2thr' argument 3 names different: declaration '__th' definition 'th'.
eglibc-2.13/nptl_db/td_ta_map_lwp2thr.c:174:37: note: Function 'td_ta_map_lwp2thr' argument 3 names different: declaration '__th' definition 'th'.
eglibc-2.13/nptl_db/td_ta_new.c:35:34: style: Function 'td_ta_new' argument 1 names different: declaration '__ps' definition 'ps'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:305:50: note: Function 'td_ta_new' argument 1 names different: declaration '__ps' definition 'ps'.
eglibc-2.13/nptl_db/td_ta_new.c:35:34: note: Function 'td_ta_new' argument 1 names different: declaration '__ps' definition 'ps'.
eglibc-2.13/nptl_db/td_ta_new.c:35:54: style: Function 'td_ta_new' argument 2 names different: declaration '__ta' definition 'ta'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:305:72: note: Function 'td_ta_new' argument 2 names different: declaration '__ta' definition 'ta'.
eglibc-2.13/nptl_db/td_ta_new.c:35:54: note: Function 'td_ta_new' argument 2 names different: declaration '__ta' definition 'ta'.
eglibc-2.13/nptl_db/td_ta_reset_stats.c:25:41: style: Function 'td_ta_reset_stats' argument 1 names different: declaration '__ta' definition 'ta'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:367:57: note: Function 'td_ta_reset_stats' argument 1 names different: declaration '__ta' definition 'ta'.
eglibc-2.13/nptl_db/td_ta_reset_stats.c:25:41: note: Function 'td_ta_reset_stats' argument 1 names different: declaration '__ta' definition 'ta'.
eglibc-2.13/nptl_db/td_ta_set_event.c:26:27: style: Function 'td_ta_set_event' argument 1 names different: declaration '__ta' definition 'ta_arg'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:347:55: note: Function 'td_ta_set_event' argument 1 names different: declaration '__ta' definition 'ta_arg'.
eglibc-2.13/nptl_db/td_ta_set_event.c:26:27: note: Function 'td_ta_set_event' argument 1 names different: declaration '__ta' definition 'ta_arg'.
eglibc-2.13/nptl_db/td_ta_set_event.c:27:23: style: Function 'td_ta_set_event' argument 2 names different: declaration '__event' definition 'event'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:348:23: note: Function 'td_ta_set_event' argument 2 names different: declaration '__event' definition 'event'.
eglibc-2.13/nptl_db/td_ta_set_event.c:27:23: note: Function 'td_ta_set_event' argument 2 names different: declaration '__event' definition 'event'.
eglibc-2.13/nptl_db/td_ta_setconcurrency.c:25:44: style: Function 'td_ta_setconcurrency' argument 1 names different: declaration '__ta' definition 'ta'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:360:60: note: Function 'td_ta_setconcurrency' argument 1 names different: declaration '__ta' definition 'ta'.
eglibc-2.13/nptl_db/td_ta_setconcurrency.c:25:44: note: Function 'td_ta_setconcurrency' argument 1 names different: declaration '__ta' definition 'ta'.
eglibc-2.13/nptl_db/td_ta_setconcurrency.c:25:52: style: Function 'td_ta_setconcurrency' argument 2 names different: declaration '__level' definition 'level'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:360:70: note: Function 'td_ta_setconcurrency' argument 2 names different: declaration '__level' definition 'level'.
eglibc-2.13/nptl_db/td_ta_setconcurrency.c:25:52: note: Function 'td_ta_setconcurrency' argument 2 names different: declaration '__level' definition 'level'.
eglibc-2.13/nptl_db/td_ta_thr_iter.c:137:38: style: Function 'td_ta_thr_iter' argument 1 names different: declaration '__ta' definition 'ta_arg'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:331:54: note: Function 'td_ta_thr_iter' argument 1 names different: declaration '__ta' definition 'ta_arg'.
eglibc-2.13/nptl_db/td_ta_thr_iter.c:137:38: note: Function 'td_ta_thr_iter' argument 1 names different: declaration '__ta' definition 'ta_arg'.
eglibc-2.13/nptl_db/td_ta_thr_iter.c:137:61: style: Function 'td_ta_thr_iter' argument 2 names different: declaration '__callback' definition 'callback'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:332:20: note: Function 'td_ta_thr_iter' argument 2 names different: declaration '__callback' definition 'callback'.
eglibc-2.13/nptl_db/td_ta_thr_iter.c:137:61: note: Function 'td_ta_thr_iter' argument 2 names different: declaration '__callback' definition 'callback'.
eglibc-2.13/nptl_db/td_ta_thr_iter.c:138:9: style: Function 'td_ta_thr_iter' argument 3 names different: declaration '__cbdata_p' definition 'cbdata_p'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:332:38: note: Function 'td_ta_thr_iter' argument 3 names different: declaration '__cbdata_p' definition 'cbdata_p'.
eglibc-2.13/nptl_db/td_ta_thr_iter.c:138:9: note: Function 'td_ta_thr_iter' argument 3 names different: declaration '__cbdata_p' definition 'cbdata_p'.
eglibc-2.13/nptl_db/td_ta_thr_iter.c:138:34: style: Function 'td_ta_thr_iter' argument 4 names different: declaration '__state' definition 'state'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:333:20: note: Function 'td_ta_thr_iter' argument 4 names different: declaration '__state' definition 'state'.
eglibc-2.13/nptl_db/td_ta_thr_iter.c:138:34: note: Function 'td_ta_thr_iter' argument 4 names different: declaration '__state' definition 'state'.
eglibc-2.13/nptl_db/td_ta_thr_iter.c:138:45: style: Function 'td_ta_thr_iter' argument 5 names different: declaration '__ti_pri' definition 'ti_pri'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:333:33: note: Function 'td_ta_thr_iter' argument 5 names different: declaration '__ti_pri' definition 'ti_pri'.
eglibc-2.13/nptl_db/td_ta_thr_iter.c:138:45: note: Function 'td_ta_thr_iter' argument 5 names different: declaration '__ti_pri' definition 'ti_pri'.
eglibc-2.13/nptl_db/td_ta_thr_iter.c:139:13: style: Function 'td_ta_thr_iter' argument 6 names different: declaration '__ti_sigmask_p' definition 'ti_sigmask_p'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:334:15: note: Function 'td_ta_thr_iter' argument 6 names different: declaration '__ti_sigmask_p' definition 'ti_sigmask_p'.
eglibc-2.13/nptl_db/td_ta_thr_iter.c:139:13: note: Function 'td_ta_thr_iter' argument 6 names different: declaration '__ti_sigmask_p' definition 'ti_sigmask_p'.
eglibc-2.13/nptl_db/td_ta_thr_iter.c:139:40: style: Function 'td_ta_thr_iter' argument 7 names different: declaration '__ti_user_flags' definition 'ti_user_flags'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:335:18: note: Function 'td_ta_thr_iter' argument 7 names different: declaration '__ti_user_flags' definition 'ti_user_flags'.
eglibc-2.13/nptl_db/td_ta_thr_iter.c:139:40: note: Function 'td_ta_thr_iter' argument 7 names different: declaration '__ti_user_flags' definition 'ti_user_flags'.
eglibc-2.13/nptl_db/td_ta_thr_iter.c:126:13: portability: 'copy' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/nptl_db/td_ta_tsd_iter.c:25:38: style: Function 'td_ta_tsd_iter' argument 1 names different: declaration '__ta' definition 'ta_arg'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:338:54: note: Function 'td_ta_tsd_iter' argument 1 names different: declaration '__ta' definition 'ta_arg'.
eglibc-2.13/nptl_db/td_ta_tsd_iter.c:25:38: note: Function 'td_ta_tsd_iter' argument 1 names different: declaration '__ta' definition 'ta_arg'.
eglibc-2.13/nptl_db/td_ta_tsd_iter.c:25:61: style: Function 'td_ta_tsd_iter' argument 2 names different: declaration '__ki' definition 'callback'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:338:75: note: Function 'td_ta_tsd_iter' argument 2 names different: declaration '__ki' definition 'callback'.
eglibc-2.13/nptl_db/td_ta_tsd_iter.c:25:61: note: Function 'td_ta_tsd_iter' argument 2 names different: declaration '__ki' definition 'callback'.
eglibc-2.13/nptl_db/td_ta_tsd_iter.c:26:9: style: Function 'td_ta_tsd_iter' argument 3 names different: declaration '__p' definition 'cbdata_p'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:339:11: note: Function 'td_ta_tsd_iter' argument 3 names different: declaration '__p' definition 'cbdata_p'.
eglibc-2.13/nptl_db/td_ta_tsd_iter.c:26:9: note: Function 'td_ta_tsd_iter' argument 3 names different: declaration '__p' definition 'cbdata_p'.
eglibc-2.13/nptl_db/td_ta_tsd_iter.c:77:12: portability: 'keys' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/nptl_db/td_thr_clear_event.c:28:28: style: Function 'td_thr_clear_event' argument 1 names different: declaration '__th' definition 'th'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:427:59: note: Function 'td_thr_clear_event' argument 1 names different: declaration '__th' definition 'th'.
eglibc-2.13/nptl_db/td_thr_clear_event.c:28:28: note: Function 'td_thr_clear_event' argument 1 names different: declaration '__th' definition 'th'.
eglibc-2.13/nptl_db/td_thr_clear_event.c:29:23: style: Function 'td_thr_clear_event' argument 2 names different: declaration '__event' definition 'event'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:428:26: note: Function 'td_thr_clear_event' argument 2 names different: declaration '__event' definition 'event'.
eglibc-2.13/nptl_db/td_thr_clear_event.c:29:23: note: Function 'td_thr_clear_event' argument 2 names different: declaration '__event' definition 'event'.
eglibc-2.13/nptl_db/td_thr_dbresume.c:25:40: style: Function 'td_thr_dbresume' argument 1 names different: declaration '__th' definition 'th'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:457:56: note: Function 'td_thr_dbresume' argument 1 names different: declaration '__th' definition 'th'.
eglibc-2.13/nptl_db/td_thr_dbresume.c:25:40: note: Function 'td_thr_dbresume' argument 1 names different: declaration '__th' definition 'th'.
eglibc-2.13/nptl_db/td_thr_dbsuspend.c:25:41: style: Function 'td_thr_dbsuspend' argument 1 names different: declaration '__th' definition 'th'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:454:57: note: Function 'td_thr_dbsuspend' argument 1 names different: declaration '__th' definition 'th'.
eglibc-2.13/nptl_db/td_thr_dbsuspend.c:25:41: note: Function 'td_thr_dbsuspend' argument 1 names different: declaration '__th' definition 'th'.
eglibc-2.13/nptl_db/td_thr_event_enable.c:26:28: style: Function 'td_thr_event_enable' argument 1 names different: declaration '__th' definition 'th'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:420:60: note: Function 'td_thr_event_enable' argument 1 names different: declaration '__th' definition 'th'.
eglibc-2.13/nptl_db/td_thr_event_enable.c:26:28: note: Function 'td_thr_event_enable' argument 1 names different: declaration '__th' definition 'th'.
eglibc-2.13/nptl_db/td_thr_event_enable.c:27:10: style: Function 'td_thr_event_enable' argument 2 names different: declaration '__event' definition 'onoff'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:420:70: note: Function 'td_thr_event_enable' argument 2 names different: declaration '__event' definition 'onoff'.
eglibc-2.13/nptl_db/td_thr_event_enable.c:27:10: note: Function 'td_thr_event_enable' argument 2 names different: declaration '__event' definition 'onoff'.
eglibc-2.13/nptl_db/td_thr_event_getmsg.c:26:44: style: Function 'td_thr_event_getmsg' argument 1 names different: declaration '__th' definition 'th'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:431:60: note: Function 'td_thr_event_getmsg' argument 1 names different: declaration '__th' definition 'th'.
eglibc-2.13/nptl_db/td_thr_event_getmsg.c:26:44: note: Function 'td_thr_event_getmsg' argument 1 names different: declaration '__th' definition 'th'.
eglibc-2.13/nptl_db/td_thr_event_getmsg.c:26:64: style: Function 'td_thr_event_getmsg' argument 2 names different: declaration '__msg' definition 'msg'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:432:26: note: Function 'td_thr_event_getmsg' argument 2 names different: declaration '__msg' definition 'msg'.
eglibc-2.13/nptl_db/td_thr_event_getmsg.c:26:64: note: Function 'td_thr_event_getmsg' argument 2 names different: declaration '__msg' definition 'msg'.
eglibc-2.13/nptl_db/td_thr_get_info.c:27:40: style: Function 'td_thr_get_info' argument 1 names different: declaration '__th' definition 'th'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:378:56: note: Function 'td_thr_get_info' argument 1 names different: declaration '__th' definition 'th'.
eglibc-2.13/nptl_db/td_thr_get_info.c:27:40: note: Function 'td_thr_get_info' argument 1 names different: declaration '__th' definition 'th'.
eglibc-2.13/nptl_db/td_thr_get_info.c:27:58: style: Function 'td_thr_get_info' argument 2 names different: declaration '__infop' definition 'infop'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:379:20: note: Function 'td_thr_get_info' argument 2 names different: declaration '__infop' definition 'infop'.
eglibc-2.13/nptl_db/td_thr_get_info.c:27:58: note: Function 'td_thr_get_info' argument 2 names different: declaration '__infop' definition 'infop'.
eglibc-2.13/nptl_db/td_thr_getfpregs.c:25:41: style: Function 'td_thr_getfpregs' argument 1 names different: declaration '__th' definition 'th'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:382:57: note: Function 'td_thr_getfpregs' argument 1 names different: declaration '__th' definition 'th'.
eglibc-2.13/nptl_db/td_thr_getfpregs.c:25:41: note: Function 'td_thr_getfpregs' argument 1 names different: declaration '__th' definition 'th'.
eglibc-2.13/nptl_db/td_thr_getfpregs.c:25:59: style: Function 'td_thr_getfpregs' argument 2 names different: declaration '__regset' definition 'regset'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:383:21: note: Function 'td_thr_getfpregs' argument 2 names different: declaration '__regset' definition 'regset'.
eglibc-2.13/nptl_db/td_thr_getfpregs.c:25:59: note: Function 'td_thr_getfpregs' argument 2 names different: declaration '__regset' definition 'regset'.
eglibc-2.13/nptl_db/td_thr_getgregs.c:25:40: style: Function 'td_thr_getgregs' argument 1 names different: declaration '__th' definition 'th'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:386:56: note: Function 'td_thr_getgregs' argument 1 names different: declaration '__th' definition 'th'.
eglibc-2.13/nptl_db/td_thr_getgregs.c:25:40: note: Function 'td_thr_getgregs' argument 1 names different: declaration '__th' definition 'th'.
eglibc-2.13/nptl_db/td_thr_getgregs.c:25:56: style: Function 'td_thr_getgregs' argument 2 names different: declaration '__gregs' definition 'regset'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:387:18: note: Function 'td_thr_getgregs' argument 2 names different: declaration '__gregs' definition 'regset'.
eglibc-2.13/nptl_db/td_thr_getgregs.c:25:56: note: Function 'td_thr_getgregs' argument 2 names different: declaration '__gregs' definition 'regset'.
eglibc-2.13/nptl_db/td_thr_getxregs.c:25:40: style: Function 'td_thr_getxregs' argument 1 names different: declaration '__th' definition 'th'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:390:56: note: Function 'td_thr_getxregs' argument 1 names different: declaration '__th' definition 'th'.
eglibc-2.13/nptl_db/td_thr_getxregs.c:25:40: note: Function 'td_thr_getxregs' argument 1 names different: declaration '__th' definition 'th'.
eglibc-2.13/nptl_db/td_thr_getxregs.c:25:50: style: Function 'td_thr_getxregs' argument 2 names different: declaration '__xregs' definition 'xregs'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:390:68: note: Function 'td_thr_getxregs' argument 2 names different: declaration '__xregs' definition 'xregs'.
eglibc-2.13/nptl_db/td_thr_getxregs.c:25:50: note: Function 'td_thr_getxregs' argument 2 names different: declaration '__xregs' definition 'xregs'.
eglibc-2.13/nptl_db/td_thr_getxregsize.c:25:43: style: Function 'td_thr_getxregsize' argument 1 names different: declaration '__th' definition 'th'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:393:59: note: Function 'td_thr_getxregsize' argument 1 names different: declaration '__th' definition 'th'.
eglibc-2.13/nptl_db/td_thr_getxregsize.c:25:43: note: Function 'td_thr_getxregsize' argument 1 names different: declaration '__th' definition 'th'.
eglibc-2.13/nptl_db/td_thr_getxregsize.c:25:52: style: Function 'td_thr_getxregsize' argument 2 names different: declaration '__sizep' definition 'sizep'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:393:70: note: Function 'td_thr_getxregsize' argument 2 names different: declaration '__sizep' definition 'sizep'.
eglibc-2.13/nptl_db/td_thr_getxregsize.c:25:52: note: Function 'td_thr_getxregsize' argument 2 names different: declaration '__sizep' definition 'sizep'.
eglibc-2.13/nptl_db/td_thr_set_event.c:28:28: style: Function 'td_thr_set_event' argument 1 names different: declaration '__th' definition 'th'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:423:57: note: Function 'td_thr_set_event' argument 1 names different: declaration '__th' definition 'th'.
eglibc-2.13/nptl_db/td_thr_set_event.c:28:28: note: Function 'td_thr_set_event' argument 1 names different: declaration '__th' definition 'th'.
eglibc-2.13/nptl_db/td_thr_set_event.c:29:23: style: Function 'td_thr_set_event' argument 2 names different: declaration '__event' definition 'event'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:424:24: note: Function 'td_thr_set_event' argument 2 names different: declaration '__event' definition 'event'.
eglibc-2.13/nptl_db/td_thr_set_event.c:29:23: note: Function 'td_thr_set_event' argument 2 names different: declaration '__event' definition 'event'.
eglibc-2.13/nptl_db/td_thr_setfpregs.c:25:41: style: Function 'td_thr_setfpregs' argument 1 names different: declaration '__th' definition 'th'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:396:57: note: Function 'td_thr_setfpregs' argument 1 names different: declaration '__th' definition 'th'.
eglibc-2.13/nptl_db/td_thr_setfpregs.c:25:41: note: Function 'td_thr_setfpregs' argument 1 names different: declaration '__th' definition 'th'.
eglibc-2.13/nptl_db/td_thr_setfpregs.c:25:65: style: Function 'td_thr_setfpregs' argument 2 names different: declaration '__fpregs' definition 'fpregs'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:397:27: note: Function 'td_thr_setfpregs' argument 2 names different: declaration '__fpregs' definition 'fpregs'.
eglibc-2.13/nptl_db/td_thr_setfpregs.c:25:65: note: Function 'td_thr_setfpregs' argument 2 names different: declaration '__fpregs' definition 'fpregs'.
eglibc-2.13/nptl_db/td_thr_setgregs.c:25:40: style: Function 'td_thr_setgregs' argument 1 names different: declaration '__th' definition 'th'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:400:56: note: Function 'td_thr_setgregs' argument 1 names different: declaration '__th' definition 'th'.
eglibc-2.13/nptl_db/td_thr_setgregs.c:25:40: note: Function 'td_thr_setgregs' argument 1 names different: declaration '__th' definition 'th'.
eglibc-2.13/nptl_db/td_thr_setgregs.c:25:56: style: Function 'td_thr_setgregs' argument 2 names different: declaration '__gregs' definition 'gregs'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:401:18: note: Function 'td_thr_setgregs' argument 2 names different: declaration '__gregs' definition 'gregs'.
eglibc-2.13/nptl_db/td_thr_setgregs.c:25:56: note: Function 'td_thr_setgregs' argument 2 names different: declaration '__gregs' definition 'gregs'.
eglibc-2.13/nptl_db/td_thr_setprio.c:25:39: style: Function 'td_thr_setprio' argument 1 names different: declaration '__th' definition 'th'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:436:55: note: Function 'td_thr_setprio' argument 1 names different: declaration '__th' definition 'th'.
eglibc-2.13/nptl_db/td_thr_setprio.c:25:39: note: Function 'td_thr_setprio' argument 1 names different: declaration '__th' definition 'th'.
eglibc-2.13/nptl_db/td_thr_setprio.c:25:47: style: Function 'td_thr_setprio' argument 2 names different: declaration '__prio' definition 'prio'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:436:65: note: Function 'td_thr_setprio' argument 2 names different: declaration '__prio' definition 'prio'.
eglibc-2.13/nptl_db/td_thr_setprio.c:25:47: note: Function 'td_thr_setprio' argument 2 names different: declaration '__prio' definition 'prio'.
eglibc-2.13/nptl_db/td_thr_setsigpending.c:25:45: style: Function 'td_thr_setsigpending' argument 1 names different: declaration '__th' definition 'th'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:440:61: note: Function 'td_thr_setsigpending' argument 1 names different: declaration '__th' definition 'th'.
eglibc-2.13/nptl_db/td_thr_setsigpending.c:25:45: note: Function 'td_thr_setsigpending' argument 1 names different: declaration '__th' definition 'th'.
eglibc-2.13/nptl_db/td_thr_setsigpending.c:25:63: style: Function 'td_thr_setsigpending' argument 2 names different: declaration '__n' definition 'n'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:441:25: note: Function 'td_thr_setsigpending' argument 2 names different: declaration '__n' definition 'n'.
eglibc-2.13/nptl_db/td_thr_setsigpending.c:25:63: note: Function 'td_thr_setsigpending' argument 2 names different: declaration '__n' definition 'n'.
eglibc-2.13/nptl_db/td_thr_setsigpending.c:26:25: style: Function 'td_thr_setsigpending' argument 3 names different: declaration '__ss' definition 'ss'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:441:46: note: Function 'td_thr_setsigpending' argument 3 names different: declaration '__ss' definition 'ss'.
eglibc-2.13/nptl_db/td_thr_setsigpending.c:26:25: note: Function 'td_thr_setsigpending' argument 3 names different: declaration '__ss' definition 'ss'.
eglibc-2.13/nptl_db/td_thr_setxregs.c:25:40: style: Function 'td_thr_setxregs' argument 1 names different: declaration '__th' definition 'ta'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:404:56: note: Function 'td_thr_setxregs' argument 1 names different: declaration '__th' definition 'ta'.
eglibc-2.13/nptl_db/td_thr_setxregs.c:25:40: note: Function 'td_thr_setxregs' argument 1 names different: declaration '__th' definition 'ta'.
eglibc-2.13/nptl_db/td_thr_setxregs.c:25:56: style: Function 'td_thr_setxregs' argument 2 names different: declaration '__addr' definition 'addr'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:405:18: note: Function 'td_thr_setxregs' argument 2 names different: declaration '__addr' definition 'addr'.
eglibc-2.13/nptl_db/td_thr_setxregs.c:25:56: note: Function 'td_thr_setxregs' argument 2 names different: declaration '__addr' definition 'addr'.
eglibc-2.13/nptl_db/td_thr_sigsetmask.c:25:42: style: Function 'td_thr_sigsetmask' argument 1 names different: declaration '__th' definition 'th'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:444:58: note: Function 'td_thr_sigsetmask' argument 1 names different: declaration '__th' definition 'th'.
eglibc-2.13/nptl_db/td_thr_sigsetmask.c:25:42: note: Function 'td_thr_sigsetmask' argument 1 names different: declaration '__th' definition 'th'.
eglibc-2.13/nptl_db/td_thr_sigsetmask.c:25:62: style: Function 'td_thr_sigsetmask' argument 2 names different: declaration '__ss' definition 'ss'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:445:24: note: Function 'td_thr_sigsetmask' argument 2 names different: declaration '__ss' definition 'ss'.
eglibc-2.13/nptl_db/td_thr_sigsetmask.c:25:62: note: Function 'td_thr_sigsetmask' argument 2 names different: declaration '__ss' definition 'ss'.
eglibc-2.13/nptl_db/td_thr_tls_get_addr.c:25:44: style: Function 'td_thr_tls_get_addr' argument 1 names different: declaration '__th' definition 'th'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:414:60: note: Function 'td_thr_tls_get_addr' argument 1 names different: declaration '__th' definition 'th'.
eglibc-2.13/nptl_db/td_thr_tls_get_addr.c:25:44: note: Function 'td_thr_tls_get_addr' argument 1 names different: declaration '__th' definition 'th'.
eglibc-2.13/nptl_db/td_thr_tls_get_addr.c:26:17: style: Function 'td_thr_tls_get_addr' argument 2 names different: declaration '__map_address' definition 'map_address'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:415:19: note: Function 'td_thr_tls_get_addr' argument 2 names different: declaration '__map_address' definition 'map_address'.
eglibc-2.13/nptl_db/td_thr_tls_get_addr.c:26:17: note: Function 'td_thr_tls_get_addr' argument 2 names different: declaration '__map_address' definition 'map_address'.
eglibc-2.13/nptl_db/td_thr_tls_get_addr.c:26:37: style: Function 'td_thr_tls_get_addr' argument 3 names different: declaration '__offset' definition 'offset'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:415:41: note: Function 'td_thr_tls_get_addr' argument 3 names different: declaration '__offset' definition 'offset'.
eglibc-2.13/nptl_db/td_thr_tls_get_addr.c:26:37: note: Function 'td_thr_tls_get_addr' argument 3 names different: declaration '__offset' definition 'offset'.
eglibc-2.13/nptl_db/td_thr_tls_get_addr.c:26:55: style: Function 'td_thr_tls_get_addr' argument 4 names different: declaration '__address' definition 'address'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:416:20: note: Function 'td_thr_tls_get_addr' argument 4 names different: declaration '__address' definition 'address'.
eglibc-2.13/nptl_db/td_thr_tls_get_addr.c:26:55: note: Function 'td_thr_tls_get_addr' argument 4 names different: declaration '__address' definition 'address'.
eglibc-2.13/nptl_db/td_thr_tlsbase.c:23:39: style: Function 'td_thr_tlsbase' argument 1 names different: declaration '__th' definition 'th'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:409:55: note: Function 'td_thr_tlsbase' argument 1 names different: declaration '__th' definition 'th'.
eglibc-2.13/nptl_db/td_thr_tlsbase.c:23:39: note: Function 'td_thr_tlsbase' argument 1 names different: declaration '__th' definition 'th'.
eglibc-2.13/nptl_db/td_thr_tlsbase.c:24:17: style: Function 'td_thr_tlsbase' argument 2 names different: declaration '__modid' definition 'modid'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:410:19: note: Function 'td_thr_tlsbase' argument 2 names different: declaration '__modid' definition 'modid'.
eglibc-2.13/nptl_db/td_thr_tlsbase.c:24:17: note: Function 'td_thr_tlsbase' argument 2 names different: declaration '__modid' definition 'modid'.
eglibc-2.13/nptl_db/td_thr_tlsbase.c:25:13: style: Function 'td_thr_tlsbase' argument 3 names different: declaration '__base' definition 'base'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:411:15: note: Function 'td_thr_tlsbase' argument 3 names different: declaration '__base' definition 'base'.
eglibc-2.13/nptl_db/td_thr_tlsbase.c:25:13: note: Function 'td_thr_tlsbase' argument 3 names different: declaration '__base' definition 'base'.
eglibc-2.13/nptl_db/td_thr_tsd.c:25:35: style: Function 'td_thr_tsd' argument 1 names different: declaration '__th' definition 'th'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:449:51: note: Function 'td_thr_tsd' argument 1 names different: declaration '__th' definition 'th'.
eglibc-2.13/nptl_db/td_thr_tsd.c:25:35: note: Function 'td_thr_tsd' argument 1 names different: declaration '__th' definition 'th'.
eglibc-2.13/nptl_db/td_thr_tsd.c:25:58: style: Function 'td_thr_tsd' argument 2 names different: declaration '__tk' definition 'tk'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:450:27: note: Function 'td_thr_tsd' argument 2 names different: declaration '__tk' definition 'tk'.
eglibc-2.13/nptl_db/td_thr_tsd.c:25:58: note: Function 'td_thr_tsd' argument 2 names different: declaration '__tk' definition 'tk'.
eglibc-2.13/nptl_db/td_thr_tsd.c:25:69: style: Function 'td_thr_tsd' argument 3 names different: declaration '__data' definition 'data'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:450:40: note: Function 'td_thr_tsd' argument 3 names different: declaration '__data' definition 'data'.
eglibc-2.13/nptl_db/td_thr_tsd.c:25:69: note: Function 'td_thr_tsd' argument 3 names different: declaration '__data' definition 'data'.
eglibc-2.13/nptl_db/td_thr_validate.c:58:40: style: Function 'td_thr_validate' argument 1 names different: declaration '__th' definition 'th'. [funcArgNamesDifferent]
eglibc-2.13/nptl_db/thread_db.h:375:56: note: Function 'td_thr_validate' argument 1 names different: declaration '__th' definition 'th'.
eglibc-2.13/nptl_db/td_thr_validate.c:58:40: note: Function 'td_thr_validate' argument 1 names different: declaration '__th' definition 'th'.
eglibc-2.13/nscd/aicache.c:115:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/nscd/aicache.c:186:37: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/nscd/aicache.c:242:18: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/nscd/aicache.c:287:17: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/nscd/aicache.c:322:20: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/nscd/aicache.c:361:37: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/nscd/cache.c:143:12: style: The scope of the variable 'buf' can be reduced. [variableScope]
eglibc-2.13/nscd/cache.c:301:42: warning: Division of result of sizeof() on pointer type. [divideSizeof]
eglibc-2.13/nscd/cache.c:303:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/nscd/connections.c:435:21: style: Checking if unsigned variable 'here->packet' is less than zero. [unsignedLessThanZero]
eglibc-2.13/nscd/connections.c:2213:37: warning: Division of result of sizeof() on pointer type. [divideSizeof]
eglibc-2.13/nscd/connections.c:1311:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/nscd/connections.c:1354:17: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/nscd/dbg_log.c:53:22: style: Function 'dbg_log' argument 1 names different: declaration 'str' definition 'fmt'. [funcArgNamesDifferent]
eglibc-2.13/nscd/dbg_log.h:25:34: note: Function 'dbg_log' argument 1 names different: declaration 'str' definition 'fmt'.
eglibc-2.13/nscd/dbg_log.c:53:22: note: Function 'dbg_log' argument 1 names different: declaration 'str' definition 'fmt'.
eglibc-2.13/nscd/grpcache.c:169:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/nscd/grpcache.c:181:33: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/nscd/grpcache.c:207:33: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/nscd/grpcache.c:413:27: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/nscd/hstcache.c:189:11: style: The scope of the variable 'addr_list_type' can be reduced. [variableScope]
eglibc-2.13/nscd/hstcache.c:476:12: style: The scope of the variable 'buf' can be reduced. [variableScope]
eglibc-2.13/nscd/hstcache.c:406:21: style: Variable 'addr_list_type' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/nscd/hstcache.c:202:36: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/nscd/hstcache.c:245:33: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/nscd/hstcache.c:466:27: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/nscd/initgrcache.c:263:33: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/nscd/mem.c:133:38: warning: Division of result of sizeof() on pointer type. [divideSizeof]
eglibc-2.13/nscd/mem.c:137:55: warning: Division of result of sizeof() on pointer type. [divideSizeof]
eglibc-2.13/nscd/mem.c:155:55: warning: Division of result of sizeof() on pointer type. [divideSizeof]
eglibc-2.13/nscd/mem.c:347:64: warning: Division of result of sizeof() on pointer type. [divideSizeof]
eglibc-2.13/nscd/nscd.c:177:11: style: The scope of the variable 'i' can be reduced. [variableScope]
eglibc-2.13/nscd/nscd_conf.c:242:23: style: Unsigned variable 'count' can't be negative so it is unnecessary to test it. [unsignedPositive]
eglibc-2.13/nscd/nscd_getai.c:115:20: warning: Either the condition 'respdata==NULL' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
eglibc-2.13/nscd/nscd_getai.c:139:20: note: Assuming that condition 'respdata==NULL' is not redundant
eglibc-2.13/nscd/nscd_getai.c:115:20: note: Null pointer addition
eglibc-2.13/nscd/nscd_getai.c:212:4: error: Memory pointed to by 'resultbuf' is freed twice. [doubleFree]
eglibc-2.13/nscd/nscd_getgr_r.c:244:37: warning: Either the condition 'gr_name!=NULL' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
eglibc-2.13/nscd/nscd_getgr_r.c:248:16: note: Assuming that condition 'gr_name!=NULL' is not redundant
eglibc-2.13/nscd/nscd_getgr_r.c:244:37: note: Null pointer addition
eglibc-2.13/nscd/nscd_getgr_r.c:208:24: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/nscd/nscd_gethst_r.c:224:7: error: Overflow in pointer arithmetic, NULL pointer is subtracted. [nullPointerArithmetic]
eglibc-2.13/nscd/nscd_gethst_r.c:336:54: warning: Either the condition 'addr_list!=NULL' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
eglibc-2.13/nscd/nscd_gethst_r.c:341:18: note: Assuming that condition 'addr_list!=NULL' is not redundant
eglibc-2.13/nscd/nscd_gethst_r.c:336:54: note: Null pointer addition
eglibc-2.13/nscd/nscd_gethst_r.c:168:24: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/nscd/nscd_gethst_r.c:278:22: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/nscd/nscd_gethst_r.c:300:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/nscd/nscd_getpw_r.c:170:37: warning: Either the condition 'pw_name==NULL' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
eglibc-2.13/nscd/nscd_getpw_r.c:180:19: note: Assuming that condition 'pw_name==NULL' is not redundant
eglibc-2.13/nscd/nscd_getpw_r.c:170:37: note: Null pointer addition
eglibc-2.13/nscd/nscd_getserv_r.c:186:7: error: Overflow in pointer arithmetic, NULL pointer is subtracted. [nullPointerArithmetic]
eglibc-2.13/nscd/nscd_getserv_r.c:246:57: warning: Either the condition 'aliases_list!=NULL' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
eglibc-2.13/nscd/nscd_getserv_r.c:251:21: note: Assuming that condition 'aliases_list!=NULL' is not redundant
eglibc-2.13/nscd/nscd_getserv_r.c:246:57: note: Null pointer addition
eglibc-2.13/nscd/nscd_getserv_r.c:91:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/nscd/nscd_getserv_r.c:139:24: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/nscd/nscd_getserv_r.c:220:22: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/nscd/pwdcache.c:464:24: style: Function 'addpwbyname' argument 5 names different: declaration 'uid' definition 'c_uid'. [funcArgNamesDifferent]
eglibc-2.13/nscd/nscd.h:217:22: note: Function 'addpwbyname' argument 5 names different: declaration 'uid' definition 'c_uid'.
eglibc-2.13/nscd/pwdcache.c:464:24: note: Function 'addpwbyname' argument 5 names different: declaration 'uid' definition 'c_uid'.
eglibc-2.13/nscd/pwdcache.c:489:23: style: Function 'addpwbyuid' argument 5 names different: declaration 'uid' definition 'c_uid'. [funcArgNamesDifferent]
eglibc-2.13/nscd/nscd.h:219:21: note: Function 'addpwbyuid' argument 5 names different: declaration 'uid' definition 'c_uid'.
eglibc-2.13/nscd/pwdcache.c:489:23: note: Function 'addpwbyuid' argument 5 names different: declaration 'uid' definition 'c_uid'.
eglibc-2.13/nscd/pwdcache.c:175:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/nscd/pwdcache.c:202:33: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/nscd/pwdcache.c:408:27: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/resolv/res_hconf.c:111:16: style: The scope of the variable 'start' can be reduced. [variableScope]
eglibc-2.13/resolv/res_hconf.c:112:10: style: The scope of the variable 'len' can be reduced. [variableScope]
eglibc-2.13/resolv/res_hconf.c:301:7: style: The scope of the variable 'line_num' can be reduced. [variableScope]
eglibc-2.13/resolv/res_hconf.c:302:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
eglibc-2.13/resolv/res_hconf.c:510:24: style: The scope of the variable 'trim_len' can be reduced. [variableScope]
eglibc-2.13/resolv/res_hconf.c:508:31: style: Function '_res_hconf_trim_domain' argument 1 names different: declaration 'domain' definition 'hostname'. [funcArgNamesDifferent]
eglibc-2.13/resolv/res_hconf.h:44:43: note: Function '_res_hconf_trim_domain' argument 1 names different: declaration 'domain' definition 'hostname'.
eglibc-2.13/resolv/res_hconf.c:508:31: note: Function '_res_hconf_trim_domain' argument 1 names different: declaration 'domain' definition 'hostname'.
eglibc-2.13/nscd/servicescache.c:163:36: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/nscd/servicescache.c:193:33: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/nscd/servicescache.c:366:27: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/nss/bug-erange.c:33:7: error: Common realloc mistake: 'tmphstbuf' nulled but not freed upon failure [memleakOnRealloc]
eglibc-2.13/nss/gen-fixed-nsswitch.c:755:11: warning: fprintf format string requires 1 parameter but 2 are given. [wrongPrintfScanfArgNum]
eglibc-2.13/nss/gen-fixed-nsswitch.c:147:28: style: union member 'Anonymous0::array' is never used. [unusedStructMember]
eglibc-2.13/nss/getnssent_r.c:54:37: style: Function '__nss_setent' argument 6 names different: declaration 'stayon' definition 'stayopen'. [funcArgNamesDifferent]
eglibc-2.13/nss/nsswitch.h:183:35: note: Function '__nss_setent' argument 6 names different: declaration 'stayon' definition 'stayopen'.
eglibc-2.13/nss/getnssent_r.c:54:37: note: Function '__nss_setent' argument 6 names different: declaration 'stayon' definition 'stayopen'.
eglibc-2.13/nss/getnssent_r.c:54:52: style: Function '__nss_setent' argument 7 names different: declaration 'stayon_tmp' definition 'stayopen_tmp'. [funcArgNamesDifferent]
eglibc-2.13/nss/nsswitch.h:184:11: note: Function '__nss_setent' argument 7 names different: declaration 'stayon_tmp' definition 'stayopen_tmp'.
eglibc-2.13/nss/getnssent_r.c:54:52: note: Function '__nss_setent' argument 7 names different: declaration 'stayon_tmp' definition 'stayopen_tmp'.
eglibc-2.13/nss/getnssent_r.c:138:33: style: Function '__nss_getent_r' argument 7 names different: declaration 'stayon_tmp' definition 'stayopen_tmp'. [funcArgNamesDifferent]
eglibc-2.13/nss/nsswitch.h:193:37: note: Function '__nss_getent_r' argument 7 names different: declaration 'stayon_tmp' definition 'stayopen_tmp'.
eglibc-2.13/nss/getnssent_r.c:138:33: note: Function '__nss_getent_r' argument 7 names different: declaration 'stayon_tmp' definition 'stayopen_tmp'.
eglibc-2.13/nss/nss_db/db-netgrp.c:55:19: style: Label 'data' is not used. [unusedLabel]
eglibc-2.13/nss/nss_files/files-network.c:33:1: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/nss/nss_files/files-parse.c:64:10: style: struct member 'parser_data::linebuffer' is never used. [unusedStructMember]
eglibc-2.13/nss/nsswitch.c:119:58: style: Function '__nss_database_lookup' argument 2 names different: declaration 'alternative_name' definition 'alternate_name'. [funcArgNamesDifferent]
eglibc-2.13/nss/nsswitch.h:130:19: note: Function '__nss_database_lookup' argument 2 names different: declaration 'alternative_name' definition 'alternate_name'.
eglibc-2.13/nss/nsswitch.c:119:58: note: Function '__nss_database_lookup' argument 2 names different: declaration 'alternative_name' definition 'alternate_name'.
eglibc-2.13/nss/test-netdb.c:187:33: warning: Either the condition 'name!=NULL' is redundant or there is possible null pointer dereference: name. [nullPointerRedundantCheck]
eglibc-2.13/nss/test-netdb.c:188:16: note: Assuming that condition 'name!=NULL' is not redundant
eglibc-2.13/nss/test-netdb.c:187:33: note: Null pointer dereference
eglibc-2.13/nss/test-netdb.c:58:10: style: The scope of the variable 'pptr' can be reduced. [variableScope]
eglibc-2.13/nss/test-netdb.c:119:10: style: The scope of the variable 'pptr' can be reduced. [variableScope]
eglibc-2.13/nss/test-netdb.c:120:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
eglibc-2.13/nss/test-netdb.c:217:10: style: The scope of the variable 'pptr' can be reduced. [variableScope]
eglibc-2.13/nss/test-netdb.c:268:10: style: The scope of the variable 'pptr' can be reduced. [variableScope]
eglibc-2.13/nss/test-netdb.c:307:10: style: The scope of the variable 'pptr' can be reduced. [variableScope]
eglibc-2.13/nss/tst-nss-test1.c:24:2: portability: %ju in format string (no. 1) requires 'uintmax_t' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_uint]
eglibc-2.13/ports/sysdeps/alpha/fpu/e_sqrt.c:33:16: style: struct member 'sqrt_data_struct::dn' is never used. [unusedStructMember]
eglibc-2.13/ports/sysdeps/alpha/fpu/e_sqrt.c:33:20: style: struct member 'sqrt_data_struct::up' is never used. [unusedStructMember]
eglibc-2.13/ports/sysdeps/alpha/fpu/e_sqrt.c:33:24: style: struct member 'sqrt_data_struct::half' is never used. [unusedStructMember]
eglibc-2.13/ports/sysdeps/alpha/fpu/e_sqrt.c:33:30: style: struct member 'sqrt_data_struct::almost_three_half' is never used. [unusedStructMember]
eglibc-2.13/ports/sysdeps/alpha/fpu/e_sqrt.c:34:16: style: struct member 'sqrt_data_struct::one_and_a_half' is never used. [unusedStructMember]
eglibc-2.13/ports/sysdeps/alpha/fpu/e_sqrt.c:34:32: style: struct member 'sqrt_data_struct::two_to_minus_30' is never used. [unusedStructMember]
eglibc-2.13/ports/sysdeps/alpha/fpu/e_sqrt.c:34:49: style: struct member 'sqrt_data_struct::one' is never used. [unusedStructMember]
eglibc-2.13/ports/sysdeps/alpha/fpu/e_sqrt.c:34:54: style: struct member 'sqrt_data_struct::nan' is never used. [unusedStructMember]
eglibc-2.13/ports/sysdeps/alpha/fpu/e_sqrt.c:35:12: style: struct member 'sqrt_data_struct::T2' is never used. [unusedStructMember]
eglibc-2.13/ports/sysdeps/alpha/memchr.c:162:9: style: Opposite expression on both sides of '&='. [oppositeExpression]
eglibc-2.13/ports/sysdeps/alpha/memchr.c:162:9: note: Opposite expression on both sides of '&='.
eglibc-2.13/ports/sysdeps/alpha/memchr.c:162:9: note: Opposite expression on both sides of '&='.
eglibc-2.13/ports/sysdeps/alpha/memchr.c:165:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
eglibc-2.13/ports/sysdeps/alpha/memchr.c:166:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
eglibc-2.13/ports/sysdeps/alpha/memchr.c:167:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
eglibc-2.13/ports/sysdeps/alpha/soft-fp/e_sqrtl.c:32:0: style: Variable '_round' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/ports/sysdeps/alpha/soft-fp/ots_cvtxq.c:34:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
eglibc-2.13/ports/sysdeps/alpha/soft-fp/ots_cvtxq.c:33:18: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
eglibc-2.13/ports/sysdeps/alpha/soft-fp/ots_nintxq.c:34:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
eglibc-2.13/ports/sysdeps/alpha/soft-fp/ots_nintxq.c:33:18: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
eglibc-2.13/ports/sysdeps/hppa/fpu/fclrexcpt.c:26:30: style: union member 'Anonymous0::l' is never used. [unusedStructMember]
eglibc-2.13/ports/sysdeps/hppa/fpu/fedisblxcpt.c:26:30: style: union member 'Anonymous0::l' is never used. [unusedStructMember]
eglibc-2.13/ports/sysdeps/hppa/fpu/feenablxcpt.c:26:30: style: union member 'Anonymous0::l' is never used. [unusedStructMember]
eglibc-2.13/ports/sysdeps/hppa/fpu/fegetexcept.c:26:30: style: union member 'Anonymous0::l' is never used. [unusedStructMember]
eglibc-2.13/ports/sysdeps/hppa/fpu/fegetround.c:26:30: style: union member 'Anonymous0::l' is never used. [unusedStructMember]
eglibc-2.13/ports/sysdeps/hppa/fpu/fesetround.c:26:30: style: union member 'Anonymous0::l' is never used. [unusedStructMember]
eglibc-2.13/ports/sysdeps/hppa/fpu/feupdateenv.c:27:30: style: union member 'Anonymous0::l' is never used. [unusedStructMember]
eglibc-2.13/ports/sysdeps/hppa/fpu/fgetexcptflg.c:26:30: style: union member 'Anonymous0::l' is never used. [unusedStructMember]
eglibc-2.13/ports/sysdeps/hppa/fpu/fsetexcptflg.c:27:30: style: union member 'Anonymous0::l' is never used. [unusedStructMember]
eglibc-2.13/ports/sysdeps/hppa/fpu/ftestexcept.c:26:30: style: union member 'Anonymous0::l' is never used. [unusedStructMember]
eglibc-2.13/ports/sysdeps/mach/hurd/alpha/exc2signal.c:57:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
eglibc-2.13/ports/sysdeps/mach/hurd/alpha/init-first.c:189:29: portability: 'newsp' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/ports/sysdeps/mach/hurd/alpha/init-first.c:201:19: portability: 'newsp' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/ports/sysdeps/mach/hurd/alpha/init-first.c:113:7: style: Variable 'dummy' is not assigned a value. [unassignedVariable]
eglibc-2.13/ports/sysdeps/mach/hurd/alpha/longjmp-ts.c:38:3: style: Variable 'ts->r13' is reassigned a value before the old one has been used. [redundantAssignment]
eglibc-2.13/ports/sysdeps/mach/hurd/alpha/longjmp-ts.c:37:3: note: Variable 'ts->r13' is reassigned a value before the old one has been used.
eglibc-2.13/ports/sysdeps/mach/hurd/alpha/longjmp-ts.c:38:3: note: Variable 'ts->r13' is reassigned a value before the old one has been used.
eglibc-2.13/ports/sysdeps/mach/hurd/alpha/trampoline.c:203:2: style: Label 'rpc_wait_trampoline' is not used. [unusedLabel]
eglibc-2.13/ports/sysdeps/mach/hurd/alpha/trampoline.c:227:2: style: Label 'trampoline' is not used. [unusedLabel]
eglibc-2.13/ports/sysdeps/mach/hurd/alpha/trampoline.c:98:9: portability: 'sigsp' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/ports/sysdeps/mach/hurd/alpha/trampoline.c:112:63: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
eglibc-2.13/ports/sysdeps/mach/hurd/hppa/trampoline.c:186:3: style: Variable 'state->basic.r10' is reassigned a value before the old one has been used. [redundantAssignment]
eglibc-2.13/ports/sysdeps/mach/hurd/hppa/trampoline.c:184:3: note: Variable 'state->basic.r10' is reassigned a value before the old one has been used.
eglibc-2.13/ports/sysdeps/mach/hurd/hppa/trampoline.c:186:3: note: Variable 'state->basic.r10' is reassigned a value before the old one has been used.
eglibc-2.13/ports/sysdeps/mach/hurd/hppa/trampoline.c:193:2: style: Label 'rpc_wait_trampoline' is not used. [unusedLabel]
eglibc-2.13/ports/sysdeps/mach/hurd/hppa/trampoline.c:219:2: style: Label 'trampoline' is not used. [unusedLabel]
eglibc-2.13/ports/sysdeps/mach/hurd/hppa/trampoline.c:107:63: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
eglibc-2.13/ports/sysdeps/mach/hurd/hppa/trampoline.c:116:13: error: Uninitialized variable: ok [uninitvar]
eglibc-2.13/ports/sysdeps/mach/hurd/mips/init-first.c:185:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
eglibc-2.13/ports/sysdeps/mach/hurd/mips/init-first.c:161:29: portability: 'newsp' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/ports/sysdeps/mach/hurd/mips/init-first.c:166:19: portability: 'newsp' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/ports/sysdeps/mach/hurd/mips/init-first.c:81:7: style: Variable 'dummy' is not assigned a value. [unassignedVariable]
eglibc-2.13/ports/sysdeps/mach/hurd/mips/trampoline.c:230:2: style: Label 'rpc_wait_trampoline' is not used. [unusedLabel]
eglibc-2.13/ports/sysdeps/mach/hurd/mips/trampoline.c:264:2: style: Label 'trampoline' is not used. [unusedLabel]
eglibc-2.13/ports/sysdeps/mach/hurd/mips/trampoline.c:288:2: style: Label 'firewall' is not used. [unusedLabel]
eglibc-2.13/ports/sysdeps/mach/hurd/mips/trampoline.c:132:63: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
eglibc-2.13/ports/sysdeps/mach/mips/cacheflush.c:34:7: warning: Variable 'val' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch]
eglibc-2.13/ports/sysdeps/mach/mips/cacheflush.c:32:7: note: Variable 'val' is reassigned a value before the old one has been used. 'break;' missing?
eglibc-2.13/ports/sysdeps/mach/mips/cacheflush.c:34:7: note: Variable 'val' is reassigned a value before the old one has been used. 'break;' missing?
eglibc-2.13/ports/sysdeps/mips/__longjmp.c:24:0: error: #error This file uses GNU C extensions; you must compile with GCC. [preprocessorErrorDirective]
eglibc-2.13/ports/sysdeps/mips/dl-machine.h:31:0: error: #error ENTRY_POINT needs to be defined for MIPS. [preprocessorErrorDirective]
eglibc-2.13/ports/sysdeps/mips/mips64/__longjmp.c:26:0: error: #error This file uses GNU C extensions; you must compile with GCC. [preprocessorErrorDirective]
eglibc-2.13/ports/sysdeps/powerpc/powerpc32/e500/fpu/strtofix.c:68:0: error: #error "mp_limb_t size " BITS_PER_MP_LIMB "not accounted for" [preprocessorErrorDirective]
eglibc-2.13/ports/sysdeps/powerpc/powerpc32/e500/fpu/tst-spepim.c:484:4: warning: %hx in format string (no. 3) requires 'unsigned short' but the argument type is 'signed short'. [invalidPrintfArgType_uint]
eglibc-2.13/ports/sysdeps/powerpc/powerpc32/e500/fpu/tst-spepim.c:484:4: warning: %hx in format string (no. 4) requires 'unsigned short' but the argument type is 'signed short'. [invalidPrintfArgType_uint]
eglibc-2.13/ports/sysdeps/powerpc/powerpc32/e500/fpu/tst-spepim.c:486:4: warning: %llx in format string (no. 3) requires 'unsigned long long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
eglibc-2.13/ports/sysdeps/powerpc/powerpc32/e500/fpu/tst-spepim.c:486:4: warning: %llx in format string (no. 4) requires 'unsigned long long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
eglibc-2.13/ports/sysdeps/powerpc/powerpc32/e500/fpu/tst-spepim.c:489:4: warning: %llx in format string (no. 3) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
eglibc-2.13/ports/sysdeps/powerpc/powerpc32/e500/fpu/tst-spepim.c:489:4: warning: %llx in format string (no. 4) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
eglibc-2.13/ports/sysdeps/standalone/brk.c:57:23: portability: '__curbrk' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/ports/sysdeps/standalone/m68k/m68020/mvme136/brdinit.c:38:24: warning: Possible null pointer dereference: monitors_vector_table [nullPointer]
eglibc-2.13/ports/sysdeps/standalone/m68k/m68020/mvme136/brdinit.c:34:27: note: Assignment 'monitors_vector_table=(mc68020_isr*)0', assigned value is 0
eglibc-2.13/ports/sysdeps/standalone/m68k/m68020/mvme136/brdinit.c:38:24: note: Null pointer dereference
eglibc-2.13/ports/sysdeps/standalone/m68k/m68020/mvme136/brdinit.c:40:19: warning: Possible null pointer dereference: monitors_vector_table [nullPointer]
eglibc-2.13/ports/sysdeps/standalone/m68k/m68020/mvme136/brdinit.c:34:27: note: Assignment 'monitors_vector_table=(mc68020_isr*)0', assigned value is 0
eglibc-2.13/ports/sysdeps/standalone/m68k/m68020/mvme136/brdinit.c:40:19: note: Null pointer dereference
eglibc-2.13/ports/sysdeps/standalone/m68k/m68020/mvme136/brdinit.c:41:19: warning: Possible null pointer dereference: monitors_vector_table [nullPointer]
eglibc-2.13/ports/sysdeps/standalone/m68k/m68020/mvme136/brdinit.c:34:27: note: Assignment 'monitors_vector_table=(mc68020_isr*)0', assigned value is 0
eglibc-2.13/ports/sysdeps/standalone/m68k/m68020/mvme136/brdinit.c:41:19: note: Null pointer dereference
eglibc-2.13/ports/sysdeps/standalone/m68k/m68020/mvme136/brdinit.c:42:19: warning: Possible null pointer dereference: monitors_vector_table [nullPointer]
eglibc-2.13/ports/sysdeps/standalone/m68k/m68020/mvme136/brdinit.c:34:27: note: Assignment 'monitors_vector_table=(mc68020_isr*)0', assigned value is 0
eglibc-2.13/ports/sysdeps/standalone/m68k/m68020/mvme136/brdinit.c:42:19: note: Null pointer dereference
eglibc-2.13/ports/sysdeps/standalone/m68k/m68020/mvme136/brdinit.c:43:19: warning: Possible null pointer dereference: monitors_vector_table [nullPointer]
eglibc-2.13/ports/sysdeps/standalone/m68k/m68020/mvme136/brdinit.c:34:27: note: Assignment 'monitors_vector_table=(mc68020_isr*)0', assigned value is 0
eglibc-2.13/ports/sysdeps/standalone/m68k/m68020/mvme136/brdinit.c:43:19: note: Null pointer dereference
eglibc-2.13/ports/sysdeps/standalone/open.c:41:7: style: The scope of the variable 'mode' can be reduced. [variableScope]
eglibc-2.13/ports/sysdeps/unix/bsd/sun/m68k/sigtramp.c:20:0: error: #error This file uses GNU C extensions; you must compile with GCC. [preprocessorErrorDirective]
eglibc-2.13/ports/sysdeps/unix/bsd/sun/sparc/sigtramp.c:20:0: error: #error This file uses GNU C extensions; you must compile with GCC. [preprocessorErrorDirective]
eglibc-2.13/ports/sysdeps/unix/sysv/aix/dl-open.c:49:2: error: Memory leak: dl_info [memleak]
eglibc-2.13/ports/sysdeps/unix/sysv/aix/dl-open.c:56:4: error: Common realloc mistake: 'dl_info' nulled but not freed upon failure [memleakOnRealloc]
eglibc-2.13/ports/sysdeps/unix/sysv/aix/dl-open.c:87:7: error: Common realloc mistake: 'dl_info' nulled but not freed upon failure [memleakOnRealloc]
eglibc-2.13/ports/sysdeps/unix/sysv/aix/libc-start.c:166:3: style: Variable 'rtinit_info' is reassigned a value before the old one has been used. [redundantAssignment]
eglibc-2.13/ports/sysdeps/unix/sysv/aix/libc-start.c:159:0: note: Variable 'rtinit_info' is reassigned a value before the old one has been used.
eglibc-2.13/ports/sysdeps/unix/sysv/aix/libc-start.c:166:3: note: Variable 'rtinit_info' is reassigned a value before the old one has been used.
eglibc-2.13/ports/sysdeps/unix/sysv/aix/libc-start.c:163:7: style: The scope of the variable 'i' can be reduced. [variableScope]
eglibc-2.13/ports/sysdeps/unix/sysv/aix/libc-start.c:99:32: style: Checking if unsigned variable '__libc_start_data.mcount' is less than zero. [unsignedLessThanZero]
eglibc-2.13/ports/sysdeps/unix/sysv/aix/mmap64.c:28:3: portability: Returning an integer in a function with pointer return type is not portable. [CastIntegerToAddressAtReturn]
eglibc-2.13/ports/sysdeps/unix/sysv/aix/powerpc/s_lrint.c:23:0: error: No pair for character ("). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
eglibc-2.13/ports/sysdeps/unix/sysv/aix/start-libc.c:155:8: style: The scope of the variable 'handler' can be reduced. [variableScope]
eglibc-2.13/ports/sysdeps/unix/sysv/aix/start-libc.c:160:7: style: The scope of the variable 'i' can be reduced. [variableScope]
eglibc-2.13/ports/sysdeps/unix/sysv/aix/start-libc.c:100:33: style: Checking if unsigned variable '__libc_start_data.mcount' is less than zero. [unsignedLessThanZero]
eglibc-2.13/ports/sysdeps/unix/sysv/irix4/start.c:41:0: error: #error This file uses GNU C extensions; you must compile with GCC. [preprocessorErrorDirective]
eglibc-2.13/ports/sysdeps/unix/sysv/irix4/sysconf.c:22:0: error: Invalid number of character '(' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
eglibc-2.13/ports/sysdeps/unix/sysv/linux/alpha/adjtime.c:174:7: style: Variable 'tx32.time.tv_sec' is reassigned a value before the old one has been used. [redundantAssignment]
eglibc-2.13/ports/sysdeps/unix/sysv/linux/alpha/adjtime.c:173:7: note: Variable 'tx32.time.tv_sec' is reassigned a value before the old one has been used.
eglibc-2.13/ports/sysdeps/unix/sysv/linux/alpha/adjtime.c:174:7: note: Variable 'tx32.time.tv_sec' is reassigned a value before the old one has been used.
eglibc-2.13/ports/sysdeps/unix/sysv/linux/alpha/fxstatat.c:113:2: style: Label 'fail' is not used. [unusedLabel]
eglibc-2.13/ports/sysdeps/unix/sysv/linux/alpha/fxstatat.c:64:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/ports/sysdeps/unix/sysv/linux/alpha/ioperm.c:539:8: style: Unused variable: addr [unusedVariable]
eglibc-2.13/ports/sysdeps/unix/sysv/linux/alpha/semctl.c:37:15: style: struct member '__old_semid_ds::__sembase' is never used. [unusedStructMember]
eglibc-2.13/ports/sysdeps/unix/sysv/linux/alpha/semctl.c:38:21: style: struct member '__old_semid_ds::__sem_pending' is never used. [unusedStructMember]
eglibc-2.13/ports/sysdeps/unix/sysv/linux/alpha/semctl.c:39:21: style: struct member '__old_semid_ds::__sem_pending_last' is never used. [unusedStructMember]
eglibc-2.13/ports/sysdeps/unix/sysv/linux/alpha/semctl.c:40:20: style: struct member '__old_semid_ds::__undo' is never used. [unusedStructMember]
eglibc-2.13/ports/sysdeps/unix/sysv/linux/alpha/semctl.c:47:7: style: union member 'semun::val' is never used. [unusedStructMember]
eglibc-2.13/ports/sysdeps/unix/sysv/linux/alpha/semctl.c:50:19: style: union member 'semun::__buf' is never used. [unusedStructMember]
eglibc-2.13/ports/sysdeps/unix/sysv/linux/alpha/shmctl.c:42:18: style: struct member '__old_shmid_ds::__shm_npages' is never used. [unusedStructMember]
eglibc-2.13/ports/sysdeps/unix/sysv/linux/arm/check_pf.c:83:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/ports/sysdeps/unix/sysv/linux/arm/check_pf.c:182:33: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/ports/sysdeps/unix/sysv/linux/arm/ioperm.c:126:8: warning: %li in format string (no. 1) requires 'long *' but the argument type is 'unsigned long *'. [invalidScanfArgType_int]
eglibc-2.13/ports/sysdeps/unix/sysv/linux/arm/ioperm.c:126:8: warning: %i in format string (no. 2) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
eglibc-2.13/ports/sysdeps/unix/sysv/linux/hppa/makecontext.c:65:11: warning: Suspicious code: sign conversion of -4 in calculation because '-4' has a negative value [signConversion]
eglibc-2.13/ports/sysdeps/unix/sysv/linux/hppa/makecontext.c:66:11: warning: Suspicious code: sign conversion of -20 in calculation because '-20' has a negative value [signConversion]
eglibc-2.13/ports/sysdeps/unix/sysv/linux/hppa/makecontext.c:71:11: warning: Suspicious code: sign conversion of -4 in calculation because '-4' has a negative value [signConversion]
eglibc-2.13/ports/sysdeps/unix/sysv/linux/hppa/makecontext.c:72:11: warning: Suspicious code: sign conversion of -20 in calculation because '-20' has a negative value [signConversion]
eglibc-2.13/ports/sysdeps/unix/sysv/linux/mips/dl-static.c:65:10: style: The scope of the variable 'f' can be reduced. [variableScope]
eglibc-2.13/ports/sysdeps/unix/sysv/linux/mips/dl-static.c:59:35: style: Function '_dl_static_init' argument 1 names different: declaration 'map' definition 'l'. [funcArgNamesDifferent]
eglibc-2.13/ports/sysdeps/unix/sysv/linux/mips/ldsodefs.h:29:47: note: Function '_dl_static_init' argument 1 names different: declaration 'map' definition 'l'.
eglibc-2.13/ports/sysdeps/unix/sysv/linux/mips/dl-static.c:59:35: note: Function '_dl_static_init' argument 1 names different: declaration 'map' definition 'l'.
eglibc-2.13/ports/sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c:93:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/ports/sysdeps/unix/sysv/linux/mips/mips64/semctl.c:28:7: style: union member 'semun::val' is never used. [unusedStructMember]
eglibc-2.13/ports/sysdeps/unix/sysv/linux/mips/mips64/semctl.c:29:20: style: union member 'semun::buf' is never used. [unusedStructMember]
eglibc-2.13/ports/sysdeps/unix/sysv/linux/mips/mips64/semctl.c:31:19: style: union member 'semun::__buf' is never used. [unusedStructMember]
eglibc-2.13/ports/sysdeps/vax/__longjmp.c:51:0: error: #error This file uses GNU C extensions; you must compile with GCC. [preprocessorErrorDirective]
eglibc-2.13/posix/_exit.c:29:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
eglibc-2.13/posix/_exit.c:27:10: style: Function '_exit' argument 1 names different: declaration '__status' definition 'status'. [funcArgNamesDifferent]
eglibc-2.13/posix/unistd.h:600:24: note: Function '_exit' argument 1 names different: declaration '__status' definition 'status'.
eglibc-2.13/posix/_exit.c:27:10: note: Function '_exit' argument 1 names different: declaration '__status' definition 'status'.
eglibc-2.13/posix/bug-ga2.c:11:10: style: The scope of the variable 'ret' can be reduced. [variableScope]
eglibc-2.13/posix/bug-regex10.c:32:7: style: The scope of the variable 'match' can be reduced. [variableScope]
eglibc-2.13/posix/bug-regex11.c:110:4: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/posix/bug-regex11.c:117:4: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/posix/bug-regex11.c:129:6: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/posix/bug-regex11.c:99:7: style: The scope of the variable 'n' can be reduced. [variableScope]
eglibc-2.13/posix/bug-regex12.c:57:4: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/posix/bug-regex12.c:65:4: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/posix/bug-regex12.c:46:7: style: The scope of the variable 'n' can be reduced. [variableScope]
eglibc-2.13/posix/bug-regex13.c:70:15: style: The scope of the variable 'err' can be reduced. [variableScope]
eglibc-2.13/posix/bug-regex14.c:31:15: style: The scope of the variable 'err' can be reduced. [variableScope]
eglibc-2.13/posix/bug-regex16.c:19:51: warning: Either the condition 's==NULL' is redundant or there is possible null pointer dereference: s. [nullPointerRedundantCheck]
eglibc-2.13/posix/bug-regex16.c:17:9: note: Assuming that condition 's==NULL' is not redundant
eglibc-2.13/posix/bug-regex16.c:19:51: note: Null pointer dereference
eglibc-2.13/posix/bug-regex16.c:25:51: warning: Either the condition 's==NULL' is redundant or there is possible null pointer dereference: s. [nullPointerRedundantCheck]
eglibc-2.13/posix/bug-regex16.c:23:9: note: Assuming that condition 's==NULL' is not redundant
eglibc-2.13/posix/bug-regex16.c:25:51: note: Null pointer dereference
eglibc-2.13/posix/bug-regex16.c:31:51: warning: Either the condition 's==NULL' is redundant or there is possible null pointer dereference: s. [nullPointerRedundantCheck]
eglibc-2.13/posix/bug-regex16.c:29:9: note: Assuming that condition 's==NULL' is not redundant
eglibc-2.13/posix/bug-regex16.c:31:51: note: Null pointer dereference
eglibc-2.13/posix/bug-regex17.c:78:4: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/posix/bug-regex17.c:85:4: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/posix/bug-regex17.c:68:7: style: The scope of the variable 'n' can be reduced. [variableScope]
eglibc-2.13/posix/bug-regex18.c:71:4: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/posix/bug-regex18.c:78:4: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/posix/bug-regex18.c:61:7: style: The scope of the variable 'n' can be reduced. [variableScope]
eglibc-2.13/posix/bug-regex19.c:329:18: style: The scope of the variable 'p' can be reduced. [variableScope]
eglibc-2.13/posix/bug-regex20.c:219:11: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/posix/bug-regex20.c:228:4: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/posix/bug-regex20.c:238:4: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/posix/bug-regex20.c:260:11: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/posix/bug-regex20.c:268:4: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/posix/bug-regex20.c:278:4: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/posix/bug-regex20.c:193:15: style: The scope of the variable 'err' can be reduced. [variableScope]
eglibc-2.13/posix/bug-regex22.c:104:8: warning: Either the condition 's==NULL' is redundant or there is possible null pointer dereference: s. [nullPointerRedundantCheck]
eglibc-2.13/posix/bug-regex22.c:101:9: note: Assuming that condition 's==NULL' is not redundant
eglibc-2.13/posix/bug-regex22.c:104:8: note: Null pointer dereference
eglibc-2.13/posix/bug-regex22.c:114:8: warning: Either the condition 's==NULL' is redundant or there is possible null pointer dereference: s. [nullPointerRedundantCheck]
eglibc-2.13/posix/bug-regex22.c:111:9: note: Assuming that condition 's==NULL' is not redundant
eglibc-2.13/posix/bug-regex22.c:114:8: note: Null pointer dereference
eglibc-2.13/posix/bug-regex27.c:50:4: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/posix/bug-regex27.c:57:4: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/posix/bug-regex28.c:60:4: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/posix/bug-regex28.c:68:4: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/posix/bug-regex30.c:71:4: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/posix/bug-regex30.c:78:4: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/posix/bug-regex31.c:11:7: style: The scope of the variable 'res' can be reduced. [variableScope]
eglibc-2.13/posix/bug-regex4.c:31:7: style: The scope of the variable 'match' can be reduced. [variableScope]
eglibc-2.13/posix/bug-regex8.c:59:3: error: Memory pointed to by 'buffer' is freed twice. [doubleFree]
eglibc-2.13/posix/execl.c:54:17: error: va_list 'args' was opened but not closed by va_end(). [va_end_missing]
eglibc-2.13/posix/execle.c:52:17: error: va_list 'args' was opened but not closed by va_end(). [va_end_missing]
eglibc-2.13/posix/execlp.c:54:17: error: va_list 'args' was opened but not closed by va_end(). [va_end_missing]
eglibc-2.13/posix/execvpe.c:77:20: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/posix/execvpe.c:109:9: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/posix/execvpe.c:163:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/posix/fnmatch_loop.c:1125:0: error: failed to expand 'NEW_PATTERN', Wrong number of parameters for macro 'alloca_account'. [preprocessorErrorDirective]
eglibc-2.13/posix/fnmatch_loop.c:1159:16: style: Same expression on both sides of '!=' because the value of 'list' and 'NULL' are the same. [duplicateExpression]
eglibc-2.13/posix/fnmatch_loop.c:1077:13: note: 'list' is assigned value 'NULL' here.
eglibc-2.13/posix/fnmatch_loop.c:1159:16: note: Same expression on both sides of '!=' because the value of 'list' and 'NULL' are the same.
eglibc-2.13/posix/fnmatch_loop.c:1178:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
eglibc-2.13/posix/fnmatch_loop.c:1187:5: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
eglibc-2.13/posix/fnmatch_loop.c:1196:5: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
eglibc-2.13/posix/fnmatch_loop.c:1221:26: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
eglibc-2.13/posix/fnmatch_loop.c:1238:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
eglibc-2.13/posix/fnmatch_loop.c:1248:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
eglibc-2.13/posix/getconf.c:1066:6: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
eglibc-2.13/posix/getconf.c:1283:5: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
eglibc-2.13/posix/getopt.c:284:42: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
eglibc-2.13/posix/getopt.c:393:25: style: Function '_getopt_internal_r' argument 1 names different: declaration '___argc' definition 'argc'. [funcArgNamesDifferent]
eglibc-2.13/posix/getopt_int.h:114:36: note: Function '_getopt_internal_r' argument 1 names different: declaration '___argc' definition 'argc'.
eglibc-2.13/posix/getopt.c:393:25: note: Function '_getopt_internal_r' argument 1 names different: declaration '___argc' definition 'argc'.
eglibc-2.13/posix/getopt.c:393:44: style: Function '_getopt_internal_r' argument 2 names different: declaration '___argv' definition 'argv'. [funcArgNamesDifferent]
eglibc-2.13/posix/getopt_int.h:114:58: note: Function '_getopt_internal_r' argument 2 names different: declaration '___argv' definition 'argv'.
eglibc-2.13/posix/getopt.c:393:44: note: Function '_getopt_internal_r' argument 2 names different: declaration '___argv' definition 'argv'.
eglibc-2.13/posix/getopt.c:393:62: style: Function '_getopt_internal_r' argument 3 names different: declaration '__shortopts' definition 'optstring'. [funcArgNamesDifferent]
eglibc-2.13/posix/getopt_int.h:115:23: note: Function '_getopt_internal_r' argument 3 names different: declaration '__shortopts' definition 'optstring'.
eglibc-2.13/posix/getopt.c:393:62: note: Function '_getopt_internal_r' argument 3 names different: declaration '__shortopts' definition 'optstring'.
eglibc-2.13/posix/getopt.c:394:28: style: Function '_getopt_internal_r' argument 4 names different: declaration '__longopts' definition 'longopts'. [funcArgNamesDifferent]
eglibc-2.13/posix/getopt_int.h:116:32: note: Function '_getopt_internal_r' argument 4 names different: declaration '__longopts' definition 'longopts'.
eglibc-2.13/posix/getopt.c:394:28: note: Function '_getopt_internal_r' argument 4 names different: declaration '__longopts' definition 'longopts'.
eglibc-2.13/posix/getopt.c:394:43: style: Function '_getopt_internal_r' argument 5 names different: declaration '__longind' definition 'longind'. [funcArgNamesDifferent]
eglibc-2.13/posix/getopt_int.h:116:49: note: Function '_getopt_internal_r' argument 5 names different: declaration '__longind' definition 'longind'.
eglibc-2.13/posix/getopt.c:394:43: note: Function '_getopt_internal_r' argument 5 names different: declaration '__longind' definition 'longind'.
eglibc-2.13/posix/getopt.c:395:11: style: Function '_getopt_internal_r' argument 6 names different: declaration '__long_only' definition 'long_only'. [funcArgNamesDifferent]
eglibc-2.13/posix/getopt_int.h:117:15: note: Function '_getopt_internal_r' argument 6 names different: declaration '__long_only' definition 'long_only'.
eglibc-2.13/posix/getopt.c:395:11: note: Function '_getopt_internal_r' argument 6 names different: declaration '__long_only' definition 'long_only'.
eglibc-2.13/posix/getopt.c:395:43: style: Function '_getopt_internal_r' argument 7 names different: declaration '__data' definition 'd'. [funcArgNamesDifferent]
eglibc-2.13/posix/getopt_int.h:117:49: note: Function '_getopt_internal_r' argument 7 names different: declaration '__data' definition 'd'.
eglibc-2.13/posix/getopt.c:395:43: note: Function '_getopt_internal_r' argument 7 names different: declaration '__data' definition 'd'.
eglibc-2.13/posix/getopt.c:1122:23: style: Function '_getopt_internal' argument 1 names different: declaration '___argc' definition 'argc'. [funcArgNamesDifferent]
eglibc-2.13/posix/getopt_int.h:24:34: note: Function '_getopt_internal' argument 1 names different: declaration '___argc' definition 'argc'.
eglibc-2.13/posix/getopt.c:1122:23: note: Function '_getopt_internal' argument 1 names different: declaration '___argc' definition 'argc'.
eglibc-2.13/posix/getopt.c:1122:42: style: Function '_getopt_internal' argument 2 names different: declaration '___argv' definition 'argv'. [funcArgNamesDifferent]
eglibc-2.13/posix/getopt_int.h:24:56: note: Function '_getopt_internal' argument 2 names different: declaration '___argv' definition 'argv'.
eglibc-2.13/posix/getopt.c:1122:42: note: Function '_getopt_internal' argument 2 names different: declaration '___argv' definition 'argv'.
eglibc-2.13/posix/getopt.c:1122:60: style: Function '_getopt_internal' argument 3 names different: declaration '__shortopts' definition 'optstring'. [funcArgNamesDifferent]
eglibc-2.13/posix/getopt_int.h:25:21: note: Function '_getopt_internal' argument 3 names different: declaration '__shortopts' definition 'optstring'.
eglibc-2.13/posix/getopt.c:1122:60: note: Function '_getopt_internal' argument 3 names different: declaration '__shortopts' definition 'optstring'.
eglibc-2.13/posix/getopt.c:1123:26: style: Function '_getopt_internal' argument 4 names different: declaration '__longopts' definition 'longopts'. [funcArgNamesDifferent]
eglibc-2.13/posix/getopt_int.h:26:37: note: Function '_getopt_internal' argument 4 names different: declaration '__longopts' definition 'longopts'.
eglibc-2.13/posix/getopt.c:1123:26: note: Function '_getopt_internal' argument 4 names different: declaration '__longopts' definition 'longopts'.
eglibc-2.13/posix/getopt.c:1123:41: style: Function '_getopt_internal' argument 5 names different: declaration '__longind' definition 'longind'. [funcArgNamesDifferent]
eglibc-2.13/posix/getopt_int.h:26:54: note: Function '_getopt_internal' argument 5 names different: declaration '__longind' definition 'longind'.
eglibc-2.13/posix/getopt.c:1123:41: note: Function '_getopt_internal' argument 5 names different: declaration '__longind' definition 'longind'.
eglibc-2.13/posix/getopt.c:1123:54: style: Function '_getopt_internal' argument 6 names different: declaration '__long_only' definition 'long_only'. [funcArgNamesDifferent]
eglibc-2.13/posix/getopt_int.h:27:13: note: Function '_getopt_internal' argument 6 names different: declaration '__long_only' definition 'long_only'.
eglibc-2.13/posix/getopt.c:1123:54: note: Function '_getopt_internal' argument 6 names different: declaration '__long_only' definition 'long_only'.
eglibc-2.13/posix/getopt1.c:63:18: style: Function 'getopt_long' argument 1 names different: declaration '___argc' definition 'argc'. [funcArgNamesDifferent]
eglibc-2.13/posix/getopt.h:175:29: note: Function 'getopt_long' argument 1 names different: declaration '___argc' definition 'argc'.
eglibc-2.13/posix/getopt1.c:63:18: note: Function 'getopt_long' argument 1 names different: declaration '___argc' definition 'argc'.
eglibc-2.13/posix/getopt1.c:63:37: style: Function 'getopt_long' argument 2 names different: declaration '___argv' definition 'argv'. [funcArgNamesDifferent]
eglibc-2.13/posix/getopt.h:175:51: note: Function 'getopt_long' argument 2 names different: declaration '___argv' definition 'argv'.
eglibc-2.13/posix/getopt1.c:63:37: note: Function 'getopt_long' argument 2 names different: declaration '___argv' definition 'argv'.
eglibc-2.13/posix/getopt1.c:63:55: style: Function 'getopt_long' argument 3 names different: declaration '__shortopts' definition 'options'. [funcArgNamesDifferent]
eglibc-2.13/posix/getopt.h:176:16: note: Function 'getopt_long' argument 3 names different: declaration '__shortopts' definition 'options'.
eglibc-2.13/posix/getopt1.c:63:55: note: Function 'getopt_long' argument 3 names different: declaration '__shortopts' definition 'options'.
eglibc-2.13/posix/getopt1.c:64:28: style: Function 'getopt_long' argument 4 names different: declaration '__longopts' definition 'long_options'. [funcArgNamesDifferent]
eglibc-2.13/posix/getopt.h:177:32: note: Function 'getopt_long' argument 4 names different: declaration '__longopts' definition 'long_options'.
eglibc-2.13/posix/getopt1.c:64:28: note: Function 'getopt_long' argument 4 names different: declaration '__longopts' definition 'long_options'.
eglibc-2.13/posix/getopt1.c:64:47: style: Function 'getopt_long' argument 5 names different: declaration '__longind' definition 'opt_index'. [funcArgNamesDifferent]
eglibc-2.13/posix/getopt.h:177:49: note: Function 'getopt_long' argument 5 names different: declaration '__longind' definition 'opt_index'.
eglibc-2.13/posix/getopt1.c:64:47: note: Function 'getopt_long' argument 5 names different: declaration '__longind' definition 'opt_index'.
eglibc-2.13/posix/getopt1.c:70:21: style: Function '_getopt_long_r' argument 1 names different: declaration '___argc' definition 'argc'. [funcArgNamesDifferent]
eglibc-2.13/posix/getopt_int.h:120:32: note: Function '_getopt_long_r' argument 1 names different: declaration '___argc' definition 'argc'.
eglibc-2.13/posix/getopt1.c:70:21: note: Function '_getopt_long_r' argument 1 names different: declaration '___argc' definition 'argc'.
eglibc-2.13/posix/getopt1.c:70:40: style: Function '_getopt_long_r' argument 2 names different: declaration '___argv' definition 'argv'. [funcArgNamesDifferent]
eglibc-2.13/posix/getopt_int.h:120:54: note: Function '_getopt_long_r' argument 2 names different: declaration '___argv' definition 'argv'.
eglibc-2.13/posix/getopt1.c:70:40: note: Function '_getopt_long_r' argument 2 names different: declaration '___argv' definition 'argv'.
eglibc-2.13/posix/getopt1.c:70:58: style: Function '_getopt_long_r' argument 3 names different: declaration '__shortopts' definition 'options'. [funcArgNamesDifferent]
eglibc-2.13/posix/getopt_int.h:121:19: note: Function '_getopt_long_r' argument 3 names different: declaration '__shortopts' definition 'options'.
eglibc-2.13/posix/getopt1.c:70:58: note: Function '_getopt_long_r' argument 3 names different: declaration '__shortopts' definition 'options'.
eglibc-2.13/posix/getopt1.c:71:24: style: Function '_getopt_long_r' argument 4 names different: declaration '__longopts' definition 'long_options'. [funcArgNamesDifferent]
eglibc-2.13/posix/getopt_int.h:122:28: note: Function '_getopt_long_r' argument 4 names different: declaration '__longopts' definition 'long_options'.
eglibc-2.13/posix/getopt1.c:71:24: note: Function '_getopt_long_r' argument 4 names different: declaration '__longopts' definition 'long_options'.
eglibc-2.13/posix/getopt1.c:71:43: style: Function '_getopt_long_r' argument 5 names different: declaration '__longind' definition 'opt_index'. [funcArgNamesDifferent]
eglibc-2.13/posix/getopt_int.h:122:45: note: Function '_getopt_long_r' argument 5 names different: declaration '__longind' definition 'opt_index'.
eglibc-2.13/posix/getopt1.c:71:43: note: Function '_getopt_long_r' argument 5 names different: declaration '__longind' definition 'opt_index'.
eglibc-2.13/posix/getopt1.c:72:24: style: Function '_getopt_long_r' argument 6 names different: declaration '__data' definition 'd'. [funcArgNamesDifferent]
eglibc-2.13/posix/getopt_int.h:123:28: note: Function '_getopt_long_r' argument 6 names different: declaration '__data' definition 'd'.
eglibc-2.13/posix/getopt1.c:72:24: note: Function '_getopt_long_r' argument 6 names different: declaration '__data' definition 'd'.
eglibc-2.13/posix/getopt1.c:84:23: style: Function 'getopt_long_only' argument 1 names different: declaration '___argc' definition 'argc'. [funcArgNamesDifferent]
eglibc-2.13/posix/getopt.h:179:34: note: Function 'getopt_long_only' argument 1 names different: declaration '___argc' definition 'argc'.
eglibc-2.13/posix/getopt1.c:84:23: note: Function 'getopt_long_only' argument 1 names different: declaration '___argc' definition 'argc'.
eglibc-2.13/posix/getopt1.c:84:42: style: Function 'getopt_long_only' argument 2 names different: declaration '___argv' definition 'argv'. [funcArgNamesDifferent]
eglibc-2.13/posix/getopt.h:179:56: note: Function 'getopt_long_only' argument 2 names different: declaration '___argv' definition 'argv'.
eglibc-2.13/posix/getopt1.c:84:42: note: Function 'getopt_long_only' argument 2 names different: declaration '___argv' definition 'argv'.
eglibc-2.13/posix/getopt1.c:84:60: style: Function 'getopt_long_only' argument 3 names different: declaration '__shortopts' definition 'options'. [funcArgNamesDifferent]
eglibc-2.13/posix/getopt.h:180:21: note: Function 'getopt_long_only' argument 3 names different: declaration '__shortopts' definition 'options'.
eglibc-2.13/posix/getopt1.c:84:60: note: Function 'getopt_long_only' argument 3 names different: declaration '__shortopts' definition 'options'.
eglibc-2.13/posix/getopt1.c:85:26: style: Function 'getopt_long_only' argument 4 names different: declaration '__longopts' definition 'long_options'. [funcArgNamesDifferent]
eglibc-2.13/posix/getopt.h:181:37: note: Function 'getopt_long_only' argument 4 names different: declaration '__longopts' definition 'long_options'.
eglibc-2.13/posix/getopt1.c:85:26: note: Function 'getopt_long_only' argument 4 names different: declaration '__longopts' definition 'long_options'.
eglibc-2.13/posix/getopt1.c:85:45: style: Function 'getopt_long_only' argument 5 names different: declaration '__longind' definition 'opt_index'. [funcArgNamesDifferent]
eglibc-2.13/posix/getopt.h:181:54: note: Function 'getopt_long_only' argument 5 names different: declaration '__longind' definition 'opt_index'.
eglibc-2.13/posix/getopt1.c:85:45: note: Function 'getopt_long_only' argument 5 names different: declaration '__longind' definition 'opt_index'.
eglibc-2.13/posix/getopt1.c:91:26: style: Function '_getopt_long_only_r' argument 1 names different: declaration '___argc' definition 'argc'. [funcArgNamesDifferent]
eglibc-2.13/posix/getopt_int.h:125:37: note: Function '_getopt_long_only_r' argument 1 names different: declaration '___argc' definition 'argc'.
eglibc-2.13/posix/getopt1.c:91:26: note: Function '_getopt_long_only_r' argument 1 names different: declaration '___argc' definition 'argc'.
eglibc-2.13/posix/getopt1.c:91:45: style: Function '_getopt_long_only_r' argument 2 names different: declaration '___argv' definition 'argv'. [funcArgNamesDifferent]
eglibc-2.13/posix/getopt_int.h:125:59: note: Function '_getopt_long_only_r' argument 2 names different: declaration '___argv' definition 'argv'.
eglibc-2.13/posix/getopt1.c:91:45: note: Function '_getopt_long_only_r' argument 2 names different: declaration '___argv' definition 'argv'.
eglibc-2.13/posix/getopt1.c:91:63: style: Function '_getopt_long_only_r' argument 3 names different: declaration '__shortopts' definition 'options'. [funcArgNamesDifferent]
eglibc-2.13/posix/getopt_int.h:126:17: note: Function '_getopt_long_only_r' argument 3 names different: declaration '__shortopts' definition 'options'.
eglibc-2.13/posix/getopt1.c:91:63: note: Function '_getopt_long_only_r' argument 3 names different: declaration '__shortopts' definition 'options'.
eglibc-2.13/posix/getopt1.c:92:29: style: Function '_getopt_long_only_r' argument 4 names different: declaration '__longopts' definition 'long_options'. [funcArgNamesDifferent]
eglibc-2.13/posix/getopt_int.h:127:26: note: Function '_getopt_long_only_r' argument 4 names different: declaration '__longopts' definition 'long_options'.
eglibc-2.13/posix/getopt1.c:92:29: note: Function '_getopt_long_only_r' argument 4 names different: declaration '__longopts' definition 'long_options'.
eglibc-2.13/posix/getopt1.c:92:48: style: Function '_getopt_long_only_r' argument 5 names different: declaration '__longind' definition 'opt_index'. [funcArgNamesDifferent]
eglibc-2.13/posix/getopt_int.h:128:10: note: Function '_getopt_long_only_r' argument 5 names different: declaration '__longind' definition 'opt_index'.
eglibc-2.13/posix/getopt1.c:92:48: note: Function '_getopt_long_only_r' argument 5 names different: declaration '__longind' definition 'opt_index'.
eglibc-2.13/posix/getopt1.c:93:29: style: Function '_getopt_long_only_r' argument 6 names different: declaration '__data' definition 'd'. [funcArgNamesDifferent]
eglibc-2.13/posix/getopt_int.h:129:26: note: Function '_getopt_long_only_r' argument 6 names different: declaration '__data' definition 'd'.
eglibc-2.13/posix/getopt1.c:93:29: note: Function '_getopt_long_only_r' argument 6 names different: declaration '__data' definition 'd'.
eglibc-2.13/posix/glob.c:1244:29: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/posix/glob.c:1319:33: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/posix/glob.c:1419:34: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/posix/regcomp.c:595:10: style: The scope of the variable 'j' can be reduced. [variableScope]
eglibc-2.13/posix/regcomp.c:971:14: style: The scope of the variable 'i' can be reduced. [variableScope]
eglibc-2.13/posix/regcomp.c:1659:7: style: The scope of the variable 'i' can be reduced. [variableScope]
eglibc-2.13/posix/regcomp.c:2610:16: style: The scope of the variable 'start_ch' can be reduced. [variableScope]
eglibc-2.13/posix/regcomp.c:2610:26: style: The scope of the variable 'end_ch' can be reduced. [variableScope]
eglibc-2.13/posix/regcomp.c:3708:17: style: The scope of the variable 'c' can be reduced. [variableScope]
eglibc-2.13/posix/regcomp.c:2461:27: style: Function 'parse_dup_op' argument 1 names different: declaration 'dup_elem' definition 'elem'. [funcArgNamesDifferent]
eglibc-2.13/posix/regcomp.c:76:46: note: Function 'parse_dup_op' argument 1 names different: declaration 'dup_elem' definition 'elem'.
eglibc-2.13/posix/regcomp.c:2461:27: note: Function 'parse_dup_op' argument 1 names different: declaration 'dup_elem' definition 'elem'.
eglibc-2.13/posix/regcomp.c:3831:35: style: Function 'duplicate_tree' argument 1 names different: declaration 'src' definition 'root'. [funcArgNamesDifferent]
eglibc-2.13/posix/regcomp.c:121:54: note: Function 'duplicate_tree' argument 1 names different: declaration 'src' definition 'root'.
eglibc-2.13/posix/regcomp.c:3831:35: note: Function 'duplicate_tree' argument 1 names different: declaration 'src' definition 'root'.
eglibc-2.13/posix/regcomp.c:3834:15: style: Variable 'dup_root' is not assigned a value. [unassignedVariable]
eglibc-2.13/posix/regexec.c:1688:11: style: Condition '!naccepted' is always true [knownConditionTrueFalse]
eglibc-2.13/posix/regexec.c:1672:23: note: Assignment 'naccepted=0', assigned value is 0
eglibc-2.13/posix/regexec.c:1688:11: note: Condition '!naccepted' is always true
eglibc-2.13/posix/regexec.c:3102:11: style: Condition 'naccepted' is always false [knownConditionTrueFalse]
eglibc-2.13/posix/regexec.c:3057:23: note: Assignment 'naccepted=0', assigned value is 0
eglibc-2.13/posix/regexec.c:3102:11: note: Condition 'naccepted' is always false
eglibc-2.13/posix/regex_internal.c:920:7: style: The scope of the variable 'c' can be reduced. [variableScope]
eglibc-2.13/posix/regex_internal.c:1370:28: style: The scope of the variable 'mid' can be reduced. [variableScope]
eglibc-2.13/posix/regexec.c:1259:7: style: The scope of the variable 'i' can be reduced. [variableScope]
eglibc-2.13/posix/regexec.c:1449:8: style: The scope of the variable 'reg_idx' can be reduced. [variableScope]
eglibc-2.13/posix/regexec.c:1821:7: style: The scope of the variable 'i' can be reduced. [variableScope]
eglibc-2.13/posix/regexec.c:1899:16: style: The scope of the variable 'src_pos' can be reduced. [variableScope]
eglibc-2.13/posix/regexec.c:1899:25: style: The scope of the variable 'dst_pos' can be reduced. [variableScope]
eglibc-2.13/posix/regexec.c:2263:19: style: The scope of the variable 'trtable' can be reduced. [variableScope]
eglibc-2.13/posix/regexec.c:3129:12: style: The scope of the variable 'outside_node' can be reduced. [variableScope]
eglibc-2.13/posix/regexec.c:4285:20: style: The scope of the variable 'mid' can be reduced. [variableScope]
eglibc-2.13/posix/regcomp.c:474:25: style: Function 'regcomp' argument 1 names different: declaration '__preg' definition 'preg'. [funcArgNamesDifferent]
eglibc-2.13/posix/regex.h:567:41: note: Function 'regcomp' argument 1 names different: declaration '__preg' definition 'preg'.
eglibc-2.13/posix/regcomp.c:474:25: note: Function 'regcomp' argument 1 names different: declaration '__preg' definition 'preg'.
eglibc-2.13/posix/regcomp.c:475:28: style: Function 'regcomp' argument 2 names different: declaration '__pattern' definition 'pattern'. [funcArgNamesDifferent]
eglibc-2.13/posix/regex.h:568:30: note: Function 'regcomp' argument 2 names different: declaration '__pattern' definition 'pattern'.
eglibc-2.13/posix/regcomp.c:475:28: note: Function 'regcomp' argument 2 names different: declaration '__pattern' definition 'pattern'.
eglibc-2.13/posix/regcomp.c:476:9: style: Function 'regcomp' argument 3 names different: declaration '__cflags' definition 'cflags'. [funcArgNamesDifferent]
eglibc-2.13/posix/regex.h:569:11: note: Function 'regcomp' argument 3 names different: declaration '__cflags' definition 'cflags'.
eglibc-2.13/posix/regcomp.c:476:9: note: Function 'regcomp' argument 3 names different: declaration '__cflags' definition 'cflags'.
eglibc-2.13/posix/regcomp.c:536:9: style: Function 'regerror' argument 1 names different: declaration '__errcode' definition 'errcode'. [funcArgNamesDifferent]
eglibc-2.13/posix/regex.h:576:29: note: Function 'regerror' argument 1 names different: declaration '__errcode' definition 'errcode'.
eglibc-2.13/posix/regcomp.c:536:9: note: Function 'regerror' argument 1 names different: declaration '__errcode' definition 'errcode'.
eglibc-2.13/posix/regcomp.c:537:31: style: Function 'regerror' argument 2 names different: declaration '__preg' definition 'preg'. [funcArgNamesDifferent]
eglibc-2.13/posix/regex.h:576:66: note: Function 'regerror' argument 2 names different: declaration '__preg' definition 'preg'.
eglibc-2.13/posix/regcomp.c:537:31: note: Function 'regerror' argument 2 names different: declaration '__preg' definition 'preg'.
eglibc-2.13/posix/regcomp.c:538:22: style: Function 'regerror' argument 3 names different: declaration '__errbuf' definition 'errbuf'. [funcArgNamesDifferent]
eglibc-2.13/posix/regex.h:577:21: note: Function 'regerror' argument 3 names different: declaration '__errbuf' definition 'errbuf'.
eglibc-2.13/posix/regcomp.c:538:22: note: Function 'regerror' argument 3 names different: declaration '__errbuf' definition 'errbuf'.
eglibc-2.13/posix/regcomp.c:539:12: style: Function 'regerror' argument 4 names different: declaration '__errbuf_size' definition 'errbuf_size'. [funcArgNamesDifferent]
eglibc-2.13/posix/regex.h:577:38: note: Function 'regerror' argument 4 names different: declaration '__errbuf_size' definition 'errbuf_size'.
eglibc-2.13/posix/regcomp.c:539:12: note: Function 'regerror' argument 4 names different: declaration '__errbuf_size' definition 'errbuf_size'.
eglibc-2.13/posix/regcomp.c:644:14: style: Function 'regfree' argument 1 names different: declaration '__preg' definition 'preg'. [funcArgNamesDifferent]
eglibc-2.13/posix/regex.h:579:31: note: Function 'regfree' argument 1 names different: declaration '__preg' definition 'preg'.
eglibc-2.13/posix/regcomp.c:644:14: note: Function 'regfree' argument 1 names different: declaration '__preg' definition 'preg'.
eglibc-2.13/posix/regexec.c:224:31: style: Function 'regexec' argument 1 names different: declaration '__preg' definition 'preg'. [funcArgNamesDifferent]
eglibc-2.13/posix/regex.h:571:47: note: Function 'regexec' argument 1 names different: declaration '__preg' definition 'preg'.
eglibc-2.13/posix/regexec.c:224:31: note: Function 'regexec' argument 1 names different: declaration '__preg' definition 'preg'.
eglibc-2.13/posix/regexec.c:225:28: style: Function 'regexec' argument 2 names different: declaration '__string' definition 'string'. [funcArgNamesDifferent]
eglibc-2.13/posix/regex.h:572:30: note: Function 'regexec' argument 2 names different: declaration '__string' definition 'string'.
eglibc-2.13/posix/regexec.c:225:28: note: Function 'regexec' argument 2 names different: declaration '__string' definition 'string'.
eglibc-2.13/posix/regexec.c:226:12: style: Function 'regexec' argument 3 names different: declaration '__nmatch' definition 'nmatch'. [funcArgNamesDifferent]
eglibc-2.13/posix/regex.h:572:47: note: Function 'regexec' argument 3 names different: declaration '__nmatch' definition 'nmatch'.
eglibc-2.13/posix/regexec.c:226:12: note: Function 'regexec' argument 3 names different: declaration '__nmatch' definition 'nmatch'.
eglibc-2.13/posix/regexec.c:227:16: style: Function 'regexec' argument 4 names different: declaration '__pmatch' definition 'pmatch'. [funcArgNamesDifferent]
eglibc-2.13/posix/regex.h:573:18: note: Function 'regexec' argument 4 names different: declaration '__pmatch' definition 'pmatch'.
eglibc-2.13/posix/regexec.c:227:16: note: Function 'regexec' argument 4 names different: declaration '__pmatch' definition 'pmatch'.
eglibc-2.13/posix/regexec.c:228:9: style: Function 'regexec' argument 5 names different: declaration '__eflags' definition 'eflags'. [funcArgNamesDifferent]
eglibc-2.13/posix/regex.h:574:11: note: Function 'regexec' argument 5 names different: declaration '__eflags' definition 'eflags'.
eglibc-2.13/posix/regexec.c:228:9: note: Function 'regexec' argument 5 names different: declaration '__eflags' definition 'eflags'.
eglibc-2.13/posix/regexec.c:2013:27: style: Function 'check_dst_limits_calc_pos' argument 4 names different: declaration 'node' definition 'from_node'. [funcArgNamesDifferent]
eglibc-2.13/posix/regexec.c:111:15: note: Function 'check_dst_limits_calc_pos' argument 4 names different: declaration 'node' definition 'from_node'.
eglibc-2.13/posix/regexec.c:2013:27: note: Function 'check_dst_limits_calc_pos' argument 4 names different: declaration 'node' definition 'from_node'.
eglibc-2.13/posix/regexec.c:3548:21: style: Function 'group_nodes_into_DFAstates' argument 3 names different: declaration 'states_node' definition 'dests_node'. [funcArgNamesDifferent]
eglibc-2.13/posix/regexec.c:198:25: note: Function 'group_nodes_into_DFAstates' argument 3 names different: declaration 'states_node' definition 'dests_node'.
eglibc-2.13/posix/regexec.c:3548:21: note: Function 'group_nodes_into_DFAstates' argument 3 names different: declaration 'states_node' definition 'dests_node'.
eglibc-2.13/posix/regexec.c:4161:37: style: Function 'match_ctx_init' argument 1 names different: declaration 'cache' definition 'mctx'. [funcArgNamesDifferent]
eglibc-2.13/posix/regexec.c:23:58: note: Function 'match_ctx_init' argument 1 names different: declaration 'cache' definition 'mctx'.
eglibc-2.13/posix/regexec.c:4161:37: note: Function 'match_ctx_init' argument 1 names different: declaration 'cache' definition 'mctx'.
eglibc-2.13/posix/regexec.c:4219:37: style: Function 'match_ctx_free' argument 1 names different: declaration 'cache' definition 'mctx'. [funcArgNamesDifferent]
eglibc-2.13/posix/regexec.c:26:49: note: Function 'match_ctx_free' argument 1 names different: declaration 'cache' definition 'mctx'.
eglibc-2.13/posix/regexec.c:4219:37: note: Function 'match_ctx_free' argument 1 names different: declaration 'cache' definition 'mctx'.
eglibc-2.13/posix/regexec.c:4234:42: style: Function 'match_ctx_add_entry' argument 1 names different: declaration 'cache' definition 'mctx'. [funcArgNamesDifferent]
eglibc-2.13/posix/regexec.c:27:63: note: Function 'match_ctx_add_entry' argument 1 names different: declaration 'cache' definition 'mctx'.
eglibc-2.13/posix/regexec.c:4234:42: note: Function 'match_ctx_add_entry' argument 1 names different: declaration 'cache' definition 'mctx'.
eglibc-2.13/posix/regex_internal.c:688:25: style: Variable 'prev_valid_len' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/posix/regex_internal.c:1407:14: style: Variable 'type' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/posix/regexec.c:232:32: style: Variable 'dfa' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/posix/regexec.c:3052:23: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/posix/regexec.c:1430:37: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/posix/regexec.c:3336:42: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/posix/regexec.c:3383:7: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/posix/runtests.c:57:8: style: The scope of the variable 'errmsg' can be reduced. [variableScope]
eglibc-2.13/posix/runtests.c:58:7: style: The scope of the variable 'x' can be reduced. [variableScope]
eglibc-2.13/posix/spawn.c:25:21: style: Function 'posix_spawn' argument 1 names different: declaration '__pid' definition 'pid'. [funcArgNamesDifferent]
eglibc-2.13/posix/spawn.h:72:32: note: Function 'posix_spawn' argument 1 names different: declaration '__pid' definition 'pid'.
eglibc-2.13/posix/spawn.c:25:21: note: Function 'posix_spawn' argument 1 names different: declaration '__pid' definition 'pid'.
eglibc-2.13/posix/spawn.c:25:38: style: Function 'posix_spawn' argument 2 names different: declaration '__path' definition 'path'. [funcArgNamesDifferent]
eglibc-2.13/posix/spawn.h:73:18: note: Function 'posix_spawn' argument 2 names different: declaration '__path' definition 'path'.
eglibc-2.13/posix/spawn.c:25:38: note: Function 'posix_spawn' argument 2 names different: declaration '__path' definition 'path'.
eglibc-2.13/posix/spawn.c:26:41: style: Function 'posix_spawn' argument 3 names different: declaration '__file_actions' definition 'file_actions'. [funcArgNamesDifferent]
eglibc-2.13/posix/spawn.h:75:40: note: Function 'posix_spawn' argument 3 names different: declaration '__file_actions' definition 'file_actions'.
eglibc-2.13/posix/spawn.c:26:41: note: Function 'posix_spawn' argument 3 names different: declaration '__file_actions' definition 'file_actions'.
eglibc-2.13/posix/spawn.c:27:32: style: Function 'posix_spawn' argument 4 names different: declaration '__attrp' definition 'attrp'. [funcArgNamesDifferent]
eglibc-2.13/posix/spawn.h:76:31: note: Function 'posix_spawn' argument 4 names different: declaration '__attrp' definition 'attrp'.
eglibc-2.13/posix/spawn.c:27:32: note: Function 'posix_spawn' argument 4 names different: declaration '__attrp' definition 'attrp'.
eglibc-2.13/posix/spawn.c:27:51: style: Function 'posix_spawn' argument 5 names different: declaration '__argv' definition 'argv'. [funcArgNamesDifferent]
eglibc-2.13/posix/spawn.h:77:18: note: Function 'posix_spawn' argument 5 names different: declaration '__argv' definition 'argv'.
eglibc-2.13/posix/spawn.c:27:51: note: Function 'posix_spawn' argument 5 names different: declaration '__argv' definition 'argv'.
eglibc-2.13/posix/spawn.c:28:19: style: Function 'posix_spawn' argument 6 names different: declaration '__envp' definition 'envp'. [funcArgNamesDifferent]
eglibc-2.13/posix/spawn.h:78:18: note: Function 'posix_spawn' argument 6 names different: declaration '__envp' definition 'envp'.
eglibc-2.13/posix/spawn.c:28:19: note: Function 'posix_spawn' argument 6 names different: declaration '__envp' definition 'envp'.
eglibc-2.13/posix/spawni.c:36:35: style: Function '__spawni' argument 2 names different: declaration 'path' definition 'file'. [funcArgNamesDifferent]
eglibc-2.13/posix/spawn_int.h:35:46: note: Function '__spawni' argument 2 names different: declaration 'path' definition 'file'.
eglibc-2.13/posix/spawni.c:36:35: note: Function '__spawni' argument 2 names different: declaration 'path' definition 'file'.
eglibc-2.13/posix/spawnp.c:25:22: style: Function 'posix_spawnp' argument 1 names different: declaration '__pid' definition 'pid'. [funcArgNamesDifferent]
eglibc-2.13/posix/spawn.h:84:33: note: Function 'posix_spawnp' argument 1 names different: declaration '__pid' definition 'pid'.
eglibc-2.13/posix/spawnp.c:25:22: note: Function 'posix_spawnp' argument 1 names different: declaration '__pid' definition 'pid'.
eglibc-2.13/posix/spawnp.c:25:39: style: Function 'posix_spawnp' argument 2 names different: declaration '__file' definition 'file'. [funcArgNamesDifferent]
eglibc-2.13/posix/spawn.h:84:54: note: Function 'posix_spawnp' argument 2 names different: declaration '__file' definition 'file'.
eglibc-2.13/posix/spawnp.c:25:39: note: Function 'posix_spawnp' argument 2 names different: declaration '__file' definition 'file'.
eglibc-2.13/posix/spawnp.c:26:42: style: Function 'posix_spawnp' argument 3 names different: declaration '__file_actions' definition 'file_actions'. [funcArgNamesDifferent]
eglibc-2.13/posix/spawn.h:85:41: note: Function 'posix_spawnp' argument 3 names different: declaration '__file_actions' definition 'file_actions'.
eglibc-2.13/posix/spawnp.c:26:42: note: Function 'posix_spawnp' argument 3 names different: declaration '__file_actions' definition 'file_actions'.
eglibc-2.13/posix/spawnp.c:27:33: style: Function 'posix_spawnp' argument 4 names different: declaration '__attrp' definition 'attrp'. [funcArgNamesDifferent]
eglibc-2.13/posix/spawn.h:86:32: note: Function 'posix_spawnp' argument 4 names different: declaration '__attrp' definition 'attrp'.
eglibc-2.13/posix/spawnp.c:27:33: note: Function 'posix_spawnp' argument 4 names different: declaration '__attrp' definition 'attrp'.
eglibc-2.13/posix/spawnp.c:27:52: style: Function 'posix_spawnp' argument 5 names different: declaration '__argv' definition 'argv'. [funcArgNamesDifferent]
eglibc-2.13/posix/spawn.h:87:19: note: Function 'posix_spawnp' argument 5 names different: declaration '__argv' definition 'argv'.
eglibc-2.13/posix/spawnp.c:27:52: note: Function 'posix_spawnp' argument 5 names different: declaration '__argv' definition 'argv'.
eglibc-2.13/posix/spawnp.c:28:20: style: Function 'posix_spawnp' argument 6 names different: declaration '__envp' definition 'envp'. [funcArgNamesDifferent]
eglibc-2.13/posix/spawn.h:87:43: note: Function 'posix_spawnp' argument 6 names different: declaration '__envp' definition 'envp'.
eglibc-2.13/posix/spawnp.c:28:20: note: Function 'posix_spawnp' argument 6 names different: declaration '__envp' definition 'envp'.
eglibc-2.13/posix/testfnm.c:74:7: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/posix/tst-chmod.c:72:18: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/posix/tst-dir.c:273:15: warning: Either the condition 'objdir_copy1==NULL' is redundant or there is possible null pointer dereference: objdir_copy1. [nullPointerRedundantCheck]
eglibc-2.13/posix/tst-dir.c:131:20: note: Assuming that condition 'objdir_copy1==NULL' is not redundant
eglibc-2.13/posix/tst-dir.c:273:15: note: Null pointer dereference
eglibc-2.13/posix/tst-dir.c:273:29: warning: Either the condition 'objdir_copy2==NULL' is redundant or there is possible null pointer dereference: objdir_copy2. [nullPointerRedundantCheck]
eglibc-2.13/posix/tst-dir.c:268:20: note: Assuming that condition 'objdir_copy2==NULL' is not redundant
eglibc-2.13/posix/tst-dir.c:273:29: note: Null pointer dereference
eglibc-2.13/posix/tst-dir.c:299:34: warning: Either the condition 'objdir_copy1==NULL' is redundant or there is possible null pointer dereference: objdir_copy1. [nullPointerRedundantCheck]
eglibc-2.13/posix/tst-dir.c:131:20: note: Assuming that condition 'objdir_copy1==NULL' is not redundant
eglibc-2.13/posix/tst-dir.c:299:34: note: Null pointer dereference
eglibc-2.13/posix/tst-dir.c:55:12: style: union member 'Anonymous0::room' is never used. [unusedStructMember]
eglibc-2.13/posix/tst-fnmatch.c:343:50: style: Function 'escape' argument 3 names different: declaration 'resbuf' definition 'resbufp'. [funcArgNamesDifferent]
eglibc-2.13/posix/tst-fnmatch.c:34:63: note: Function 'escape' argument 3 names different: declaration 'resbuf' definition 'resbufp'.
eglibc-2.13/posix/tst-fnmatch.c:343:50: note: Function 'escape' argument 3 names different: declaration 'resbuf' definition 'resbufp'.
eglibc-2.13/posix/tst-getaddrinfo.c:31:7: style: The scope of the variable 'gaierr' can be reduced. [variableScope]
eglibc-2.13/posix/tst-getaddrinfo2.c:23:27: style: The scope of the variable 'psin' can be reduced. [variableScope]
eglibc-2.13/posix/tst-getaddrinfo3.c:20:0: error: Invalid number of character '(' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
eglibc-2.13/posix/tst-gnuglob.c:330:15: style: The scope of the variable 'buf' can be reduced. [variableScope]
eglibc-2.13/posix/tst-mmap.c:170:6: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/posix/tst-mmap.c:190:6: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/posix/tst-mmap.c:100:23: portability: 'mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/posix/tst-mmap.c:113:25: portability: 'mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/posix/tst-mmap.c:126:23: portability: 'mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/posix/tst-mmap.c:139:25: portability: 'mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/posix/tst-pcre.c:100:8: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/posix/tst-pcre.c:109:8: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/posix/tst-pcre.c:119:5: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/posix/tst-pcre.c:139:8: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/posix/tst-pcre.c:148:5: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/posix/tst-pcre.c:163:8: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/posix/tst-pcre.c:182:4: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/posix/tst-pcre.c:191:8: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/posix/tst-pcre.c:206:4: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/posix/tst-pcre.c:215:8: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/posix/tst-pcre.c:215:8: warning: %ld in format string (no. 4) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
eglibc-2.13/posix/tst-pcre.c:228:4: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/posix/tst-pcre.c:228:4: warning: %ld in format string (no. 5) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
eglibc-2.13/posix/tst-regex.c:178:20: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/posix/tst-regex2.c:60:0: error: Memory leak: buf [memleak]
eglibc-2.13/sysdeps/posix/getaddrinfo.c:157:9: style: The scope of the variable 'tmpbuf' can be reduced. [variableScope]
eglibc-2.13/sysdeps/posix/getaddrinfo.c:1324:24: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
eglibc-2.13/sysdeps/posix/getaddrinfo.c:456:18: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/sysdeps/posix/getaddrinfo.c:522:23: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/sysdeps/posix/getaddrinfo.c:702:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/sysdeps/posix/getaddrinfo.c:807:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/sysdeps/posix/getaddrinfo.c:1157:10: error: Uninitialized variable: scope [uninitvar]
eglibc-2.13/posix/tstgetopt.c:55:29: warning: Either the condition 'optarg==NULL' is redundant or there is possible null pointer dereference: optarg. [nullPointerRedundantCheck]
eglibc-2.13/posix/tstgetopt.c:56:19: note: Assuming that condition 'optarg==NULL' is not redundant
eglibc-2.13/posix/tstgetopt.c:55:29: note: Null pointer dereference
eglibc-2.13/posix/tstgetopt.c:65:18: warning: Possible null pointer dereference: cvalue [nullPointer]
eglibc-2.13/posix/tstgetopt.c:21:18: note: Assignment 'cvalue=NULL', assigned value is 0
eglibc-2.13/posix/tstgetopt.c:65:18: note: Null pointer dereference
eglibc-2.13/posix/wordexp-test.c:254:11: style: The scope of the variable 'fd' can be reduced. [variableScope]
eglibc-2.13/posix/wordexp.c:1416:27: style: Redundant condition: If 'EXPR == '{'', the comparison 'EXPR != '}'' is always true. [redundantCondition]
eglibc-2.13/posix/wordexp.c:315:11: style: The scope of the variable 'buflen' can be reduced. [variableScope]
eglibc-2.13/posix/wordexp.c:317:13: style: The scope of the variable 'buffer' can be reduced. [variableScope]
eglibc-2.13/posix/wordexp.c:318:11: style: The scope of the variable 'result' can be reduced. [variableScope]
eglibc-2.13/posix/xregex.c:5819:18: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
eglibc-2.13/posix/xregex.c:5810:17: note: Assignment 'string1=0', assigned value is 0
eglibc-2.13/posix/xregex.c:5819:18: note: Null pointer addition
eglibc-2.13/posix/xregex.c:6755:0: style: The scope of the variable 'this_reg' can be reduced. [variableScope]
eglibc-2.13/posix/xregex.c:6909:0: style: The scope of the variable 'this_reg' can be reduced. [variableScope]
eglibc-2.13/posix/xregex.c:6966:0: style: The scope of the variable 'this_reg' can be reduced. [variableScope]
eglibc-2.13/posix/xregex.c:7195:0: style: The scope of the variable 'this_reg' can be reduced. [variableScope]
eglibc-2.13/posix/xregex.c:7208:0: style: The scope of the variable 'this_reg' can be reduced. [variableScope]
eglibc-2.13/posix/xregex.c:4449:34: style: Function 'byte_compile_range' argument 1 names different: declaration 'range_start' definition 'range_start_char'. [funcArgNamesDifferent]
eglibc-2.13/posix/xregex.c:1873:55: note: Function 'byte_compile_range' argument 1 names different: declaration 'range_start' definition 'range_start_char'.
eglibc-2.13/posix/xregex.c:4449:34: note: Function 'byte_compile_range' argument 1 names different: declaration 'range_start' definition 'range_start_char'.
eglibc-2.13/posix/xregex.c:7917:19: style: Function 'regcomp' argument 1 names different: declaration '__preg' definition 'preg'. [funcArgNamesDifferent]
eglibc-2.13/posix/regex.h:567:41: note: Function 'regcomp' argument 1 names different: declaration '__preg' definition 'preg'.
eglibc-2.13/posix/xregex.c:7917:19: note: Function 'regcomp' argument 1 names different: declaration '__preg' definition 'preg'.
eglibc-2.13/posix/xregex.c:7917:37: style: Function 'regcomp' argument 2 names different: declaration '__pattern' definition 'pattern'. [funcArgNamesDifferent]
eglibc-2.13/posix/regex.h:568:30: note: Function 'regcomp' argument 2 names different: declaration '__pattern' definition 'pattern'.
eglibc-2.13/posix/xregex.c:7917:37: note: Function 'regcomp' argument 2 names different: declaration '__pattern' definition 'pattern'.
eglibc-2.13/posix/xregex.c:7917:50: style: Function 'regcomp' argument 3 names different: declaration '__cflags' definition 'cflags'. [funcArgNamesDifferent]
eglibc-2.13/posix/regex.h:569:11: note: Function 'regcomp' argument 3 names different: declaration '__cflags' definition 'cflags'.
eglibc-2.13/posix/xregex.c:7917:50: note: Function 'regcomp' argument 3 names different: declaration '__cflags' definition 'cflags'.
eglibc-2.13/posix/xregex.c:8010:25: style: Function 'regexec' argument 1 names different: declaration '__preg' definition 'preg'. [funcArgNamesDifferent]
eglibc-2.13/posix/regex.h:571:47: note: Function 'regexec' argument 1 names different: declaration '__preg' definition 'preg'.
eglibc-2.13/posix/xregex.c:8010:25: note: Function 'regexec' argument 1 names different: declaration '__preg' definition 'preg'.
eglibc-2.13/posix/xregex.c:8010:43: style: Function 'regexec' argument 2 names different: declaration '__string' definition 'string'. [funcArgNamesDifferent]
eglibc-2.13/posix/regex.h:572:30: note: Function 'regexec' argument 2 names different: declaration '__string' definition 'string'.
eglibc-2.13/posix/xregex.c:8010:43: note: Function 'regexec' argument 2 names different: declaration '__string' definition 'string'.
eglibc-2.13/posix/xregex.c:8010:58: style: Function 'regexec' argument 3 names different: declaration '__nmatch' definition 'nmatch'. [funcArgNamesDifferent]
eglibc-2.13/posix/regex.h:572:47: note: Function 'regexec' argument 3 names different: declaration '__nmatch' definition 'nmatch'.
eglibc-2.13/posix/xregex.c:8010:58: note: Function 'regexec' argument 3 names different: declaration '__nmatch' definition 'nmatch'.
eglibc-2.13/posix/xregex.c:8011:21: style: Function 'regexec' argument 4 names different: declaration '__pmatch' definition 'pmatch'. [funcArgNamesDifferent]
eglibc-2.13/posix/regex.h:573:18: note: Function 'regexec' argument 4 names different: declaration '__pmatch' definition 'pmatch'.
eglibc-2.13/posix/xregex.c:8011:21: note: Function 'regexec' argument 4 names different: declaration '__pmatch' definition 'pmatch'.
eglibc-2.13/posix/xregex.c:8011:35: style: Function 'regexec' argument 5 names different: declaration '__eflags' definition 'eflags'. [funcArgNamesDifferent]
eglibc-2.13/posix/regex.h:574:11: note: Function 'regexec' argument 5 names different: declaration '__eflags' definition 'eflags'.
eglibc-2.13/posix/xregex.c:8011:35: note: Function 'regexec' argument 5 names different: declaration '__eflags' definition 'eflags'.
eglibc-2.13/posix/xregex.c:8075:15: style: Function 'regerror' argument 1 names different: declaration '__errcode' definition 'errcode'. [funcArgNamesDifferent]
eglibc-2.13/posix/regex.h:576:29: note: Function 'regerror' argument 1 names different: declaration '__errcode' definition 'errcode'.
eglibc-2.13/posix/xregex.c:8075:15: note: Function 'regerror' argument 1 names different: declaration '__errcode' definition 'errcode'.
eglibc-2.13/posix/xregex.c:8075:39: style: Function 'regerror' argument 2 names different: declaration '__preg' definition 'preg'. [funcArgNamesDifferent]
eglibc-2.13/posix/regex.h:576:66: note: Function 'regerror' argument 2 names different: declaration '__preg' definition 'preg'.
eglibc-2.13/posix/xregex.c:8075:39: note: Function 'regerror' argument 2 names different: declaration '__preg' definition 'preg'.
eglibc-2.13/posix/xregex.c:8076:17: style: Function 'regerror' argument 3 names different: declaration '__errbuf' definition 'errbuf'. [funcArgNamesDifferent]
eglibc-2.13/posix/regex.h:577:21: note: Function 'regerror' argument 3 names different: declaration '__errbuf' definition 'errbuf'.
eglibc-2.13/posix/xregex.c:8076:17: note: Function 'regerror' argument 3 names different: declaration '__errbuf' definition 'errbuf'.
eglibc-2.13/posix/xregex.c:8076:32: style: Function 'regerror' argument 4 names different: declaration '__errbuf_size' definition 'errbuf_size'. [funcArgNamesDifferent]
eglibc-2.13/posix/regex.h:577:38: note: Function 'regerror' argument 4 names different: declaration '__errbuf_size' definition 'errbuf_size'.
eglibc-2.13/posix/xregex.c:8076:32: note: Function 'regerror' argument 4 names different: declaration '__errbuf_size' definition 'errbuf_size'.
eglibc-2.13/posix/xregex.c:8119:19: style: Function 'regfree' argument 1 names different: declaration '__preg' definition 'preg'. [funcArgNamesDifferent]
eglibc-2.13/posix/regex.h:579:31: note: Function 'regfree' argument 1 names different: declaration '__preg' definition 'preg'.
eglibc-2.13/posix/xregex.c:8119:19: note: Function 'regfree' argument 1 names different: declaration '__preg' definition 'preg'.
eglibc-2.13/posix/xregex.c:4588:3: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/posix/xregex.c:4797:20: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/posix/xregex.c:5691:3: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/posix/xregex.c:5701:18: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/posix/xregex.c:5702:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/posix/xregex.c:5703:22: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/posix/xregex.c:5704:20: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/posix/xregex.c:5705:23: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/posix/xregex.c:5706:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/posix/xregex.c:5707:18: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/posix/xregex.c:5708:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/posix/xregex.c:5709:24: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/posix/xregex.c:6755:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/posix/xregex.c:6909:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/posix/xregex.c:6966:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/posix/xregex.c:7195:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/posix/xregex.c:7208:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/posix/xregex.c:2462:7: error: Memory leak: compile_stack.stack [memleak]
eglibc-2.13/posix/xregex.c:4321:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
eglibc-2.13/posix/xregex.c:4324:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
eglibc-2.13/posix/xregex.c:4472:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
eglibc-2.13/pwd/getpw.c:48:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/nss/getXXbyYY.c:88:16: style: Function 'getpwnam' argument 1 names different: declaration '__name' definition 'name'. [funcArgNamesDifferent]
eglibc-2.13/pwd/pwd.h:117:47: note: Function 'getpwnam' argument 1 names different: declaration '__name' definition 'name'.
eglibc-2.13/nss/getXXbyYY.c:88:16: note: Function 'getpwnam' argument 1 names different: declaration '__name' definition 'name'.
eglibc-2.13/nss/getXXbyYY.c:88:16: style: Function 'getpwuid' argument 1 names different: declaration '__uid' definition 'uid'. [funcArgNamesDifferent]
eglibc-2.13/pwd/pwd.h:111:41: note: Function 'getpwuid' argument 1 names different: declaration '__uid' definition 'uid'.
eglibc-2.13/nss/getXXbyYY.c:88:16: note: Function 'getpwuid' argument 1 names different: declaration '__uid' definition 'uid'.
eglibc-2.13/resolv/base64.c:135:9: style: The scope of the variable 'i' can be reduced. [variableScope]
eglibc-2.13/resolv/gethnamaddr.c:135:13: style: union member 'align::al' is never used. [unusedStructMember]
eglibc-2.13/resolv/gethnamaddr.c:136:10: style: union member 'align::ac' is never used. [unusedStructMember]
eglibc-2.13/resolv/gethnamaddr.c:621:35: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/resolv/gethnamaddr.c:820:3: error: Resource leak: hostf [resourceLeak]
eglibc-2.13/resolv/inet_net_ntop.c:134:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
eglibc-2.13/resolv/inet_net_ntop.c:134:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
eglibc-2.13/resolv/inet_net_pton.c:102:12: style: Checking if unsigned variable 'size' is less than zero. [unsignedLessThanZero]
eglibc-2.13/resolv/inet_net_pton.c:116:16: style: Checking if unsigned variable 'size--' is less than zero. [unsignedLessThanZero]
eglibc-2.13/resolv/inet_net_pton.c:123:15: style: Checking if unsigned variable 'size--' is less than zero. [unsignedLessThanZero]
eglibc-2.13/resolv/inet_net_pton.c:140:15: style: Checking if unsigned variable 'size--' is less than zero. [unsignedLessThanZero]
eglibc-2.13/resolv/inet_net_pton.c:196:14: style: Checking if unsigned variable 'size--' is less than zero. [unsignedLessThanZero]
eglibc-2.13/resolv/ns_name.c:858:13: style: Variable 'end_blen' is reassigned a value before the old one has been used. [redundantAssignment]
eglibc-2.13/resolv/ns_name.c:855:0: note: Variable 'end_blen' is reassigned a value before the old one has been used.
eglibc-2.13/resolv/ns_name.c:858:13: note: Variable 'end_blen' is reassigned a value before the old one has been used.
eglibc-2.13/resolv/ns_name.c:95:6: style: The scope of the variable 'l' can be reduced. [variableScope]
eglibc-2.13/resolv/ns_name.c:955:6: style: The scope of the variable 'bitlen' can be reduced. [variableScope]
eglibc-2.13/resolv/ns_parse.c:73:10: style: The scope of the variable 'rdlength' can be reduced. [variableScope]
eglibc-2.13/resolv/ns_print.c:878:6: style: The scope of the variable 't' can be reduced. [variableScope]
eglibc-2.13/resolv/ns_print.c:813:17: style: Function 'addname' argument 3 names different: declaration 'p' definition 'pp'. [funcArgNamesDifferent]
eglibc-2.13/resolv/ns_print.c:46:19: note: Function 'addname' argument 3 names different: declaration 'p' definition 'pp'.
eglibc-2.13/resolv/ns_print.c:813:17: note: Function 'addname' argument 3 names different: declaration 'p' definition 'pp'.
eglibc-2.13/resolv/ns_ttl.c:52:8: style: The scope of the variable 'p' can be reduced. [variableScope]
eglibc-2.13/resolv/nsap_addr.c:71:6: style: The scope of the variable 'nib' can be reduced. [variableScope]
eglibc-2.13/resolv/nss_dns/dns-host.c:295:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/resolv/nss_dns/dns-host.c:307:53: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/resolv/nss_dns/dns-network.c:338:7: style: Variable 'n' is reassigned a value before the old one has been used. [redundantAssignment]
eglibc-2.13/resolv/nss_dns/dns-network.c:335:0: note: Variable 'n' is reassigned a value before the old one has been used.
eglibc-2.13/resolv/nss_dns/dns-network.c:338:7: note: Variable 'n' is reassigned a value before the old one has been used.
eglibc-2.13/resolv/nss_dns/dns-network.c:130:51: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/resolv/nss_dns/dns-network.c:206:51: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/resolv/res_debug.c:642:9: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
eglibc-2.13/resolv/res_debug.c:642:9: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
eglibc-2.13/resolv/res_hconf.c:369:7: style: struct member 'netaddr::addrtype' is never used. [unusedStructMember]
eglibc-2.13/resolv/res_init.c:155:6: style: The scope of the variable 'nserv' can be reduced. [variableScope]
eglibc-2.13/resolv/res_init.c:162:6: style: The scope of the variable 'nsort' can be reduced. [variableScope]
eglibc-2.13/resolv/res_init.c:163:8: style: The scope of the variable 'net' can be reduced. [variableScope]
eglibc-2.13/resolv/res_libc.c:97:16: style: The scope of the variable 'last_mtime' can be reduced. [variableScope]
eglibc-2.13/resolv/res_libc.c:99:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
eglibc-2.13/resolv/res_query.c:129:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/resolv/res_send.c:1055:15: style: Same expression on both sides of '==' because the value of 'nwritten' and '0' are the same. [duplicateExpression]
eglibc-2.13/resolv/res_send.c:1030:17: note: 'nwritten' is assigned value '0' here.
eglibc-2.13/resolv/res_send.c:1055:15: note: Same expression on both sides of '==' because the value of 'nwritten' and '0' are the same.
eglibc-2.13/setjmp/__longjmp.c:29:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
eglibc-2.13/setjmp/jmpbug.c:27:26: style: Variable 'foo' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/setjmp/jmpbug.c:27:18: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/shadow/fgetspent.c:36:18: style: Function 'fgetspent' argument 1 names different: declaration '__stream' definition 'stream'. [funcArgNamesDifferent]
eglibc-2.13/shadow/shadow.h:103:38: note: Function 'fgetspent' argument 1 names different: declaration '__stream' definition 'stream'.
eglibc-2.13/shadow/fgetspent.c:36:18: note: Function 'fgetspent' argument 1 names different: declaration '__stream' definition 'stream'.
eglibc-2.13/nss/getXXbyYY.c:88:16: style: Function 'getspnam' argument 1 names different: declaration '__name' definition 'name'. [funcArgNamesDifferent]
eglibc-2.13/shadow/shadow.h:87:45: note: Function 'getspnam' argument 1 names different: declaration '__name' definition 'name'.
eglibc-2.13/nss/getXXbyYY.c:88:16: note: Function 'getspnam' argument 1 names different: declaration '__name' definition 'name'.
eglibc-2.13/shadow/putspent.c:79:10: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
eglibc-2.13/shadow/putspent.c:33:30: style: Function 'putspent' argument 1 names different: declaration '__p' definition 'p'. [funcArgNamesDifferent]
eglibc-2.13/shadow/shadow.h:111:43: note: Function 'putspent' argument 1 names different: declaration '__p' definition 'p'.
eglibc-2.13/shadow/putspent.c:33:30: note: Function 'putspent' argument 1 names different: declaration '__p' definition 'p'.
eglibc-2.13/shadow/putspent.c:33:39: style: Function 'putspent' argument 2 names different: declaration '__stream' definition 'stream'. [funcArgNamesDifferent]
eglibc-2.13/shadow/shadow.h:111:54: note: Function 'putspent' argument 2 names different: declaration '__stream' definition 'stream'.
eglibc-2.13/shadow/putspent.c:33:39: note: Function 'putspent' argument 2 names different: declaration '__stream' definition 'stream'.
eglibc-2.13/shadow/sgetspent.c:33:24: style: Function 'sgetspent' argument 1 names different: declaration '__string' definition 'string'. [funcArgNamesDifferent]
eglibc-2.13/shadow/shadow.h:95:46: note: Function 'sgetspent' argument 1 names different: declaration '__string' definition 'string'.
eglibc-2.13/shadow/sgetspent.c:33:24: note: Function 'sgetspent' argument 1 names different: declaration '__string' definition 'string'.
eglibc-2.13/signal/sigpause.c:26:10: style: Function '__sigpause' argument 1 names different: declaration '__sig_or_mask' definition 'sig_or_mask'. [funcArgNamesDifferent]
eglibc-2.13/signal/signal.h:168:28: note: Function '__sigpause' argument 1 names different: declaration '__sig_or_mask' definition 'sig_or_mask'.
eglibc-2.13/signal/sigpause.c:26:10: note: Function '__sigpause' argument 1 names different: declaration '__sig_or_mask' definition 'sig_or_mask'.
eglibc-2.13/signal/sigpause.c:27:10: style: Function '__sigpause' argument 2 names different: declaration '__is_sig' definition 'is_sig'. [funcArgNamesDifferent]
eglibc-2.13/signal/signal.h:168:47: note: Function '__sigpause' argument 2 names different: declaration '__is_sig' definition 'is_sig'.
eglibc-2.13/signal/sigpause.c:27:10: note: Function '__sigpause' argument 2 names different: declaration '__is_sig' definition 'is_sig'.
eglibc-2.13/socket/accept.c:29:10: style: Function 'accept' argument 1 names different: declaration '__fd' definition 'fd'. [funcArgNamesDifferent]
eglibc-2.13/socket/sys/socket.h:214:24: note: Function 'accept' argument 1 names different: declaration '__fd' definition 'fd'.
eglibc-2.13/socket/accept.c:29:10: note: Function 'accept' argument 1 names different: declaration '__fd' definition 'fd'.
eglibc-2.13/socket/accept.c:30:21: style: Function 'accept' argument 2 names different: declaration '__addr' definition 'addr'. [funcArgNamesDifferent]
eglibc-2.13/socket/sys/socket.h:214:45: note: Function 'accept' argument 2 names different: declaration '__addr' definition 'addr'.
eglibc-2.13/socket/accept.c:30:21: note: Function 'accept' argument 2 names different: declaration '__addr' definition 'addr'.
eglibc-2.13/socket/accept.c:31:17: style: Function 'accept' argument 3 names different: declaration '__addr_len' definition 'addr_len'. [funcArgNamesDifferent]
eglibc-2.13/socket/sys/socket.h:215:17: note: Function 'accept' argument 3 names different: declaration '__addr_len' definition 'addr_len'.
eglibc-2.13/socket/accept.c:31:17: note: Function 'accept' argument 3 names different: declaration '__addr_len' definition 'addr_len'.
eglibc-2.13/soft-fp/soft-fp.h:48:0: error: #error "endianness not defined by sfp-machine.h" [preprocessorErrorDirective]
eglibc-2.13/stdio-common/_itoa.c:56:8: style: struct member 'base_table_t::flag' is never used. [unusedStructMember]
eglibc-2.13/stdio-common/_itoa.c:57:8: style: struct member 'base_table_t::post_shift' is never used. [unusedStructMember]
eglibc-2.13/stdio-common/_itoa.c:476:8: style: Variable 'tmpbuf' is not assigned a value. [unassignedVariable]
eglibc-2.13/stdio-common/bug11.c:10:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
eglibc-2.13/stdio-common/bug12.c:45:0: error: Resource leak: f [resourceLeak]
eglibc-2.13/stdio-common/bug14.c:21:11: warning: 'l' in format string (no. 1) is a length modifier and cannot be used without a conversion specifier. [invalidLengthModifierError]
eglibc-2.13/stdio-common/bug16.c:33:4: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/stdio-common/bug19.c:54:3: error: Resource leak: fp [resourceLeak]
eglibc-2.13/stdio-common/bug21.c:9:11: warning: %a in format string (no. 1) requires 'float *' but the argument type is 'signed char *'. [invalidScanfArgType_float]
eglibc-2.13/stdio-common/bug22.c:27:3: error: Resource leak: fp [resourceLeak]
eglibc-2.13/stdio-common/bug3.c:28:0: error: Resource leak: f [resourceLeak]
eglibc-2.13/stdio-common/bug5.c:37:0: error: Resource leak: in [resourceLeak]
eglibc-2.13/stdio-common/bug5.c:46:0: error: Resource leak: out [resourceLeak]
eglibc-2.13/stdio-common/bug6.c:10:3: warning: Width 2 given in format string (no. 1) is smaller than destination buffer 'buf[80]'. [invalidScanfFormatWidth_smaller]
eglibc-2.13/stdio-common/bug7.c:10:9: style: The scope of the variable 'fp' can be reduced. [variableScope]
eglibc-2.13/stdio-common/bug7.c:33:11: style: The scope of the variable 'file1' can be reduced. [variableScope]
eglibc-2.13/stdio-common/bug7.c:34:11: style: The scope of the variable 'file2' can be reduced. [variableScope]
eglibc-2.13/stdio-common/bug7.c:37:9: style: The scope of the variable 'ch' can be reduced. [variableScope]
eglibc-2.13/stdio-common/bug7.c:65:0: error: Resource leak: file1 [resourceLeak]
eglibc-2.13/stdio-common/bug8.c:11:5: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
eglibc-2.13/stdio-common/bug8.c:11:5: warning: %x in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
eglibc-2.13/stdio-common/printf_fp.c:239:19: style: Condition 'expsign!=0' is always false [knownConditionTrueFalse]
eglibc-2.13/stdio-common/printf_fp.c:196:17: note: Assignment 'expsign=0', assigned value is 0
eglibc-2.13/stdio-common/printf_fp.c:239:19: note: Condition 'expsign!=0' is always false
eglibc-2.13/stdio-common/printf_fp.c:880:20: style: Condition ''g'-'G'=='e'-'E'' is always true [knownConditionTrueFalse]
eglibc-2.13/stdio-common/printf_fp.c:904:9: style: Condition 'grouping' is always false [knownConditionTrueFalse]
eglibc-2.13/stdio-common/printf_fp.c:349:14: note: Assignment 'grouping=NULL', assigned value is 0
eglibc-2.13/stdio-common/printf_fp.c:904:9: note: Condition 'grouping' is always false
eglibc-2.13/stdio-common/printf_fp.c:495:11: style: The scope of the variable 'cnt_h' can be reduced. [variableScope]
eglibc-2.13/stdio-common/printf_fp.c:495:18: style: The scope of the variable 'cnt_l' can be reduced. [variableScope]
eglibc-2.13/stdio-common/printf_fp.c:495:25: style: The scope of the variable 'i' can be reduced. [variableScope]
eglibc-2.13/stdio-common/printf_fp.c:682:12: style: The scope of the variable 'i' can be reduced. [variableScope]
eglibc-2.13/stdio-common/printf_fp.c:682:28: style: The scope of the variable 'cnt_l' can be reduced. [variableScope]
eglibc-2.13/stdio-common/printf_fp.c:479:26: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/stdio-common/printf_fp.c:480:25: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/stdio-common/printf_fp.c:481:27: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/stdio-common/printf_fp.c:935:29: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/stdio-common/printf_fp.c:1226:24: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/stdio-common/printf_fphex.c:366:21: style: Redundant condition: If 'EXPR > 'a'', the comparison 'EXPR > 'A'' is always true. [redundantCondition]
eglibc-2.13/stdio-common/printf_fphex.c:366:15: style: Condition ''A'<'0'' is always false [knownConditionTrueFalse]
eglibc-2.13/stdio-common/printf_fphex.c:366:28: style: Condition ''a'<'0'' is always false [knownConditionTrueFalse]
eglibc-2.13/stdio-common/printf_fphex.c:469:17: style: Condition ''X'-'A'=='x'-'a'' is always true [knownConditionTrueFalse]
eglibc-2.13/stdio-common/printf_fphex.c:493:17: style: Condition ''P'-'A'=='p'-'a'' is always true [knownConditionTrueFalse]
eglibc-2.13/stdio-common/printf_fphex.c:418:0: error: Uninitialized variable: exponent [uninitvar]
eglibc-2.13/stdio-common/printf_fphex.c:426:0: error: Uninitialized variable: exponent [uninitvar]
eglibc-2.13/stdio-common/printf_fphex.c:440:24: error: Uninitialized variable: exponent [uninitvar]
eglibc-2.13/stdio-common/printf_fphex.c:441:26: error: Uninitialized variable: exponent [uninitvar]
eglibc-2.13/stdio-common/printf_fphex.c:352:9: error: Uninitialized variable: zero_mantissa [uninitvar]
eglibc-2.13/stdio-common/scanf1.c:10:3: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
eglibc-2.13/stdio-common/scanf1.c:9:11: note: Variable 'r' is reassigned a value before the old one has been used.
eglibc-2.13/stdio-common/scanf1.c:10:3: note: Variable 'r' is reassigned a value before the old one has been used.
eglibc-2.13/stdio-common/scanf13.c:111:7: error: Memory pointed to by 'sp1' is freed twice. [doubleFree]
eglibc-2.13/stdio-common/scanf14.c:27:7: warning: %a in format string (no. 1) requires 'float *' but the argument type is 'signed char *'. [invalidScanfArgType_float]
eglibc-2.13/stdio-common/scanf14.c:51:7: warning: %a in format string (no. 1) requires 'float *' but the argument type is 'signed char *'. [invalidScanfArgType_float]
eglibc-2.13/stdio-common/scanf14.c:88:11: warning: %a in format string (no. 1) requires 'float *' but the argument type is 'signed char *'. [invalidScanfArgType_float]
eglibc-2.13/stdio-common/scanf14.c:102:8: warning: %a in format string (no. 1) requires 'float *' but the argument type is 'signed char *'. [invalidScanfArgType_float]
eglibc-2.13/stdio-common/scanf14.c:16:12: style: Unused variable: lsp [unusedVariable]
eglibc-2.13/stdio-common/scanf14.c:58:7: error: Memory pointed to by 'sp' is freed twice. [doubleFree]
eglibc-2.13/stdio-common/scanf14.c:95:4: error: Memory pointed to by 'sp' is freed twice. [doubleFree]
eglibc-2.13/stdio-common/scanf14.c:109:8: error: Memory pointed to by 'sp' is freed twice. [doubleFree]
eglibc-2.13/stdio-common/scanf2.c:10:5: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
eglibc-2.13/stdio-common/scanf2.c:10:5: warning: %x in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
eglibc-2.13/stdio-common/scanf4.c:13:9: warning: %n in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
eglibc-2.13/stdio-common/scanf4.c:16:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
eglibc-2.13/stdio-common/scanf4.c:31:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
eglibc-2.13/stdio-common/scanf8.c:11:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
eglibc-2.13/stdio-common/scanf9.c:13:3: style: Variable 'matches' is reassigned a value before the old one has been used. [redundantAssignment]
eglibc-2.13/stdio-common/scanf9.c:12:3: note: Variable 'matches' is reassigned a value before the old one has been used.
eglibc-2.13/stdio-common/scanf9.c:13:3: note: Variable 'matches' is reassigned a value before the old one has been used.
eglibc-2.13/stdio-common/scanf9.c:22:3: style: Variable 'matches' is reassigned a value before the old one has been used. [redundantAssignment]
eglibc-2.13/stdio-common/scanf9.c:21:3: note: Variable 'matches' is reassigned a value before the old one has been used.
eglibc-2.13/stdio-common/scanf9.c:22:3: note: Variable 'matches' is reassigned a value before the old one has been used.
eglibc-2.13/stdio-common/scanf9.c:13:13: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
eglibc-2.13/stdio-common/scanf9.c:22:13: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
eglibc-2.13/stdio-common/temptest.c:10:9: style: The scope of the variable 'fp' can be reduced. [variableScope]
eglibc-2.13/stdio-common/test-fseek.c:27:10: style: The scope of the variable 'j' can be reduced. [variableScope]
eglibc-2.13/stdio-common/test-fwrite.c:21:7: error: Resource leak: f [resourceLeak]
eglibc-2.13/stdio-common/test-fwrite.c:30:7: error: Resource leak: f [resourceLeak]
eglibc-2.13/stdio-common/test-fwrite.c:67:0: error: Memory leak: line [memleak]
eglibc-2.13/stdio-common/test-popen.c:101:28: style: Clarify calculation precedence for '|' and '?'. [clarifyCalculation]
eglibc-2.13/stdio-common/test_rdwr.c:100:2: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
eglibc-2.13/stdio-common/test_rdwr.c:128:0: error: Resource leak: f [resourceLeak]
eglibc-2.13/stdio-common/tst-cookie.c:81:3: error: Read and write operations without a call to a positioning function (fseek, fsetpos or rewind) or fflush in between result in undefined behaviour. [IOWithoutPositioning]
eglibc-2.13/stdio-common/tst-fdopen.c:27:3: style: Variable 'fp' is reassigned a value before the old one has been used. [redundantAssignment]
eglibc-2.13/stdio-common/tst-fdopen.c:22:0: note: Variable 'fp' is reassigned a value before the old one has been used.
eglibc-2.13/stdio-common/tst-fdopen.c:27:3: note: Variable 'fp' is reassigned a value before the old one has been used.
eglibc-2.13/stdio-common/tst-fseek.c:434:7: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/stdio-common/tst-fseek.c:434:7: portability: %zd in format string (no. 3) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/stdio-common/tst-fseek.c:466:7: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/stdio-common/tst-fseek.c:466:7: portability: %zd in format string (no. 3) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/stdio-common/tst-fseek.c:72:7: error: Read and write operations without a call to a positioning function (fseek, fsetpos or rewind) or fflush in between result in undefined behaviour. [IOWithoutPositioning]
eglibc-2.13/stdio-common/tst-fwrite.c:57:11: error: Read and write operations without a call to a positioning function (fseek, fsetpos or rewind) or fflush in between result in undefined behaviour. [IOWithoutPositioning]
eglibc-2.13/stdio-common/tst-gets.c:30:7: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
eglibc-2.13/stdio-common/tst-gets.c:46:7: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
eglibc-2.13/stdio-common/tst-printf.c:153:3: error: printf format string requires 1 parameter but only 0 are given. [wrongPrintfScanfArgNum]
eglibc-2.13/stdio-common/tst-printf.c:162:3: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
eglibc-2.13/stdio-common/tst-printf.c:226:6: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
eglibc-2.13/stdio-common/tst-printf.c:263:5: warning: %Lo in format string (no. 1) requires 'unsigned long long' but the argument type is 'signed long long'. [invalidPrintfArgType_uint]
eglibc-2.13/stdio-common/tst-printf.c:361:3: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
eglibc-2.13/stdio-common/tst-printf.c:385:3: warning: %hi in format string (no. 4) requires 'short' but the argument type is 'double'. [invalidPrintfArgType_sint]
eglibc-2.13/stdio-common/tst-printf.c:385:3: warning: %lo in format string (no. 6) requires 'unsigned long' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
eglibc-2.13/stdio-common/tst-printf.c:385:3: warning: %f in format string (no. 8) requires 'double' but the argument type is 'signed int'. [invalidPrintfArgType_float]
eglibc-2.13/stdio-common/tst-printf.c:385:3: warning: %g in format string (no. 12) requires 'double' but the argument type is 'signed int'. [invalidPrintfArgType_float]
eglibc-2.13/stdio-common/tst-printf.c:385:3: warning: %s in format string (no. 14) requires 'char *' but the argument type is 'signed int'. [invalidPrintfArgType_s]
eglibc-2.13/stdio-common/tst-printf.c:128:29: error: Null pointer dereference [nullPointer]
eglibc-2.13/stdio-common/tst-printf.c:129:30: error: Null pointer dereference [nullPointer]
eglibc-2.13/stdio-common/tst-printf.c:172:44: error: Null pointer dereference [nullPointer]
eglibc-2.13/stdio-common/tst-printfsz.c:20:3: warning: sprintf format string requires 9 parameters but 10 are given. [wrongPrintfScanfArgNum]
eglibc-2.13/stdio-common/tst-printfsz.c:32:3: warning: sprintf format string requires 6 parameters but 11 are given. [wrongPrintfScanfArgNum]
eglibc-2.13/stdio-common/tst-rndseek.c:120:4: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/stdio-common/tst-sscanf.c:123:7: style: Condition 'tst_locale' is always true [knownConditionTrueFalse]
eglibc-2.13/stdio-common/tst-sscanf.c:122:16: note: Assignment 'tst_locale=1', assigned value is 1
eglibc-2.13/stdio-common/tst-sscanf.c:123:7: note: Condition 'tst_locale' is always true
eglibc-2.13/stdio-common/tst-swprintf.c:30:0: error: Invalid number of character '(' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
eglibc-2.13/stdio-common/tst-ungetc.c:25:3: style: Variable 'fp' is reassigned a value before the old one has been used. [redundantAssignment]
eglibc-2.13/stdio-common/tst-ungetc.c:19:0: note: Variable 'fp' is reassigned a value before the old one has been used.
eglibc-2.13/stdio-common/tst-ungetc.c:25:3: note: Variable 'fp' is reassigned a value before the old one has been used.
eglibc-2.13/stdio-common/tst-ungetc.c:31:3: style: Variable 'fp' is reassigned a value before the old one has been used. [redundantAssignment]
eglibc-2.13/stdio-common/tst-ungetc.c:29:3: note: Variable 'fp' is reassigned a value before the old one has been used.
eglibc-2.13/stdio-common/tst-ungetc.c:31:3: note: Variable 'fp' is reassigned a value before the old one has been used.
eglibc-2.13/stdio-common/tst-ungetc.c:48:3: style: Variable 'fp' is reassigned a value before the old one has been used. [redundantAssignment]
eglibc-2.13/stdio-common/tst-ungetc.c:46:3: note: Variable 'fp' is reassigned a value before the old one has been used.
eglibc-2.13/stdio-common/tst-ungetc.c:48:3: note: Variable 'fp' is reassigned a value before the old one has been used.
eglibc-2.13/stdio-common/tst-unlockedio.c:49:38: style: Same expression on both sides of '-'. [duplicateExpression]
eglibc-2.13/stdio-common/tst-unlockedio.c:98:35: style: Same expression on both sides of '-'. [duplicateExpression]
eglibc-2.13/stdio-common/tstdiomisc.c:33:3: warning: %llllld in format string (no. 1) requires 'long long *' but the argument type is 'signed long *'. [invalidScanfArgType_int]
eglibc-2.13/stdio-common/tstdiomisc.c:34:3: warning: %LLLLLd in format string (no. 1) requires 'long long *' but the argument type is 'signed long *'. [invalidScanfArgType_int]
eglibc-2.13/stdio-common/tstdiomisc.c:37:3: warning: 'l' in format string (no. 1) is a length modifier and cannot be used without a conversion specifier. [invalidLengthModifierError]
eglibc-2.13/stdio-common/tstdiomisc.c:73:3: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
eglibc-2.13/stdio-common/tstdiomisc.c:67:3: note: Variable 'result' is reassigned a value before the old one has been used.
eglibc-2.13/stdio-common/tstdiomisc.c:73:3: note: Variable 'result' is reassigned a value before the old one has been used.
eglibc-2.13/stdio-common/tstdiomisc.c:128:3: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
eglibc-2.13/stdio-common/tstdiomisc.c:122:3: note: Variable 'result' is reassigned a value before the old one has been used.
eglibc-2.13/stdio-common/tstdiomisc.c:128:3: note: Variable 'result' is reassigned a value before the old one has been used.
eglibc-2.13/stdio-common/tstdiomisc.c:60:11: style: Unused variable: wbuf [unusedVariable]
eglibc-2.13/stdio-common/tstscanf.c:194:11: warning: %o in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
eglibc-2.13/stdio-common/tstscanf.c:314:11: warning: Width 31 given in format string (no. 1) is smaller than destination buffer 'uart[50]'. [invalidScanfFormatWidth_smaller]
eglibc-2.13/stdio-common/tstscanf.c:327:11: warning: Width 31 given in format string (no. 1) is smaller than destination buffer 'uart[50]'. [invalidScanfFormatWidth_smaller]
eglibc-2.13/stdio-common/tstscanf.c:56:3: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
eglibc-2.13/stdio-common/tstscanf.c:87:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
eglibc-2.13/stdio-common/tstscanf.c:103:9: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
eglibc-2.13/stdio-common/tstscanf.c:123:12: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
eglibc-2.13/stdio-common/vfprintf.c:1392:5: style: Label 'do_flag_space' is not used. [unusedLabel]
eglibc-2.13/stdio-common/vfprintf.c:1397:5: style: Label 'do_flag_plus' is not used. [unusedLabel]
eglibc-2.13/stdio-common/vfprintf.c:1402:5: style: Label 'do_flag_minus' is not used. [unusedLabel]
eglibc-2.13/stdio-common/vfprintf.c:1408:5: style: Label 'do_flag_hash' is not used. [unusedLabel]
eglibc-2.13/stdio-common/vfprintf.c:1413:5: style: Label 'do_flag_zero' is not used. [unusedLabel]
eglibc-2.13/stdio-common/vfprintf.c:1419:5: style: Label 'do_flag_quote' is not used. [unusedLabel]
eglibc-2.13/stdio-common/vfprintf.c:1445:5: style: Label 'do_flag_i18n' is not used. [unusedLabel]
eglibc-2.13/stdio-common/vfprintf.c:1450:5: style: Label 'do_width_asterics' is not used. [unusedLabel]
eglibc-2.13/stdio-common/vfprintf.c:1498:5: style: Label 'do_width' is not used. [unusedLabel]
eglibc-2.13/stdio-common/vfprintf.c:1531:5: style: Label 'do_precision' is not used. [unusedLabel]
eglibc-2.13/stdio-common/vfprintf.c:1579:5: style: Label 'do_mod_half' is not used. [unusedLabel]
eglibc-2.13/stdio-common/vfprintf.c:1584:5: style: Label 'do_mod_halfhalf' is not used. [unusedLabel]
eglibc-2.13/stdio-common/vfprintf.c:1590:5: style: Label 'do_mod_long' is not used. [unusedLabel]
eglibc-2.13/stdio-common/vfprintf.c:1596:5: style: Label 'do_mod_longlong' is not used. [unusedLabel]
eglibc-2.13/stdio-common/vfprintf.c:1601:5: style: Label 'do_mod_size_t' is not used. [unusedLabel]
eglibc-2.13/stdio-common/vfprintf.c:1606:5: style: Label 'do_mod_ptrdiff_t' is not used. [unusedLabel]
eglibc-2.13/stdio-common/vfprintf.c:1611:5: style: Label 'do_mod_intmax_t' is not used. [unusedLabel]
eglibc-2.13/stdio-common/vfprintf.c:1619:4: style: Label 'do_form_percent' is not used. [unusedLabel]
eglibc-2.13/stdio-common/vfprintf.c:1619:4: style: Label 'do_form_integer' is not used. [unusedLabel]
eglibc-2.13/stdio-common/vfprintf.c:1619:4: style: Label 'do_form_unsigned' is not used. [unusedLabel]
eglibc-2.13/stdio-common/vfprintf.c:1619:4: style: Label 'do_form_octal' is not used. [unusedLabel]
eglibc-2.13/stdio-common/vfprintf.c:1619:4: style: Label 'do_form_hexa' is not used. [unusedLabel]
eglibc-2.13/stdio-common/vfprintf.c:1619:4: style: Label 'do_form_float' is not used. [unusedLabel]
eglibc-2.13/stdio-common/vfprintf.c:1619:4: style: Label 'do_form_floathex' is not used. [unusedLabel]
eglibc-2.13/stdio-common/vfprintf.c:1619:4: style: Label 'do_form_pointer' is not used. [unusedLabel]
eglibc-2.13/stdio-common/vfprintf.c:1619:4: style: Label 'do_form_number' is not used. [unusedLabel]
eglibc-2.13/stdio-common/vfprintf.c:1619:4: style: Label 'do_form_strerror' is not used. [unusedLabel]
eglibc-2.13/stdio-common/vfprintf.c:1620:4: style: Label 'do_form_character' is not used. [unusedLabel]
eglibc-2.13/stdio-common/vfprintf.c:1620:4: style: Label 'do_form_string' is not used. [unusedLabel]
eglibc-2.13/stdio-common/vfprintf.c:1622:2: style: Label 'do_form_unknown' is not used. [unusedLabel]
eglibc-2.13/stdio-common/vfprintf.c:1956:6: style: Label 'do2_form_percent' is not used. [unusedLabel]
eglibc-2.13/stdio-common/vfprintf.c:1956:6: style: Label 'do2_form_integer' is not used. [unusedLabel]
eglibc-2.13/stdio-common/vfprintf.c:1956:6: style: Label 'do2_form_unsigned' is not used. [unusedLabel]
eglibc-2.13/stdio-common/vfprintf.c:1956:6: style: Label 'do2_form_octal' is not used. [unusedLabel]
eglibc-2.13/stdio-common/vfprintf.c:1956:6: style: Label 'do2_form_hexa' is not used. [unusedLabel]
eglibc-2.13/stdio-common/vfprintf.c:1956:6: style: Label 'do2_form_float' is not used. [unusedLabel]
eglibc-2.13/stdio-common/vfprintf.c:1956:6: style: Label 'do2_form_floathex' is not used. [unusedLabel]
eglibc-2.13/stdio-common/vfprintf.c:1956:6: style: Label 'do2_form_pointer' is not used. [unusedLabel]
eglibc-2.13/stdio-common/vfprintf.c:1956:6: style: Label 'do2_form_number' is not used. [unusedLabel]
eglibc-2.13/stdio-common/vfprintf.c:1956:6: style: Label 'do2_form_strerror' is not used. [unusedLabel]
eglibc-2.13/stdio-common/vfprintf.c:1957:6: style: Label 'do2_form_character' is not used. [unusedLabel]
eglibc-2.13/stdio-common/vfprintf.c:1957:6: style: Label 'do2_form_string' is not used. [unusedLabel]
eglibc-2.13/stdio-common/vfprintf.c:1959:4: style: Label 'do2_form_unknown' is not used. [unusedLabel]
eglibc-2.13/stdio-common/vfprintf.c:1482:29: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/stdio-common/vfprintf.c:1514:27: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/stdio-common/vfprintf.c:1564:27: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/stdio-common/vfprintf.c:1620:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/stdio-common/vfprintf.c:1665:9: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/stdio-common/vfprintf.c:1726:17: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/stdio-common/vfprintf.c:1729:18: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/stdio-common/vfprintf.c:1730:17: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/stdio-common/vfprintf.c:1813:34: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/stdio-common/vfprintf.c:1906:30: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/stdio-common/vfprintf.c:1927:22: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/stdio-common/vfprintf.c:1957:6: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/stdio-common/vfprintf.c:1964:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/stdio-common/vfprintf.c:2087:20: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/stdio-common/vfprintf.c:1727:56: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
eglibc-2.13/stdio-common/vfscanf.c:1737:23: warning: Logical disjunction always evaluates to true: width < 0 || width >= 0. [incorrectLogicOperator]
eglibc-2.13/stdio-common/vfscanf.c:1414:34: style: Condition 'map!=NULL' is always false [knownConditionTrueFalse]
eglibc-2.13/stdio-common/vfscanf.c:1401:31: note: Assignment 'map=NULL', assigned value is 0
eglibc-2.13/stdio-common/vfscanf.c:1414:34: note: Condition 'map!=NULL' is always false
eglibc-2.13/stdio-common/vfscanf.c:1737:23: style: Opposite expression on both sides of '||'. [oppositeExpression]
eglibc-2.13/stdio-common/vfscanf.c:1737:23: note: Opposite expression on both sides of '||'.
eglibc-2.13/stdio-common/vfscanf.c:1737:23: note: Opposite expression on both sides of '||'.
eglibc-2.13/stdio-common/vfscanf.c:703:8: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/stdio-common/vfscanf.c:826:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/stdio-common/vfscanf.c:974:8: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/stdio-common/vfscanf.c:1157:6: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/stdio-common/vfscanf.c:1347:8: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/stdio-common/vfscanf.c:1359:8: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/stdio-common/vfscanf.c:1462:32: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/stdio-common/vfscanf.c:1621:6: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/stdio-common/vfscanf.c:1657:5: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/stdio-common/vfscanf.c:1687:8: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/stdio-common/vfscanf.c:1723:3: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/stdio-common/vfscanf.c:1745:3: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/stdio-common/vfscanf.c:1760:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/stdio-common/vfscanf.c:1844:8: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/stdio-common/vfscanf.c:1851:8: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/stdio-common/vfscanf.c:1858:8: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/stdio-common/vfscanf.c:1865:8: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/stdio-common/vfscanf.c:1872:8: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/stdio-common/vfscanf.c:1879:8: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/stdio-common/vfscanf.c:1888:9: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/stdio-common/vfscanf.c:1895:9: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/stdio-common/vfscanf.c:1902:9: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/stdio-common/vfscanf.c:1909:9: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/stdio-common/vfscanf.c:1916:9: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/stdio-common/vfscanf.c:1928:8: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/stdio-common/vfscanf.c:1935:5: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/stdio-common/vfscanf.c:1951:3: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/stdio-common/vfscanf.c:1953:3: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/stdio-common/vfscanf.c:1956:3: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/stdio-common/vfscanf.c:1960:5: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/stdio-common/vfscanf.c:2001:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/stdio-common/vfscanf.c:2038:8: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/stdio-common/vfscanf.c:2288:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/stdio-common/vfscanf.c:2319:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/stdio-common/vfscanf.c:2322:6: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/stdio-common/vfscanf.c:2360:22: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/stdio-common/vfscanf.c:701:8: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/stdio-common/vfscanf.c:1426:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/stdio-common/vfscanf.c:1968:9: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/stdio-common/vfscanf.c:1972:7: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/stdlib/add_n.c:36:0: style: The scope of the variable 'x' can be reduced. [variableScope]
eglibc-2.13/stdlib/add_n.c:36:0: style: The scope of the variable 'y' can be reduced. [variableScope]
eglibc-2.13/stdlib/addmul_1.c:39:0: style: The scope of the variable 'x' can be reduced. [variableScope]
eglibc-2.13/stdlib/bsearch.c:28:16: style: The scope of the variable 'idx' can be reduced. [variableScope]
eglibc-2.13/stdlib/bsearch.c:29:15: style: The scope of the variable 'p' can be reduced. [variableScope]
eglibc-2.13/stdlib/bsearch.c:30:7: style: The scope of the variable 'comparison' can be reduced. [variableScope]
eglibc-2.13/stdlib/cxa_finalize.c:60:36: style: Same expression on both sides of '!=' because the value of 'check' and '__new_exitfn_called' are the same. [duplicateExpression]
eglibc-2.13/stdlib/cxa_finalize.c:51:25: note: 'check' is assigned value '__new_exitfn_called' here.
eglibc-2.13/stdlib/cxa_finalize.c:60:36: note: Same expression on both sides of '!=' because the value of 'check' and '__new_exitfn_called' are the same.
eglibc-2.13/stdlib/dbl2mpn.c:31:0: error: #error "__mpn_extract_double is not implemented for this floating point format" [preprocessorErrorDirective]
eglibc-2.13/stdlib/divmod_1.c:58:0: style: The scope of the variable 'dummy' can be reduced. [variableScope]
eglibc-2.13/stdlib/divrem.c:189:0: style: The scope of the variable 'n1' can be reduced. [variableScope]
eglibc-2.13/stdlib/divrem.c:65:16: warning: Either the switch case 'case 0' is redundant or there is division by zero at line 65. [zerodivcond]
eglibc-2.13/stdlib/divrem.c:62:5: note: case 0: dsize is 0 here.
eglibc-2.13/stdlib/divrem.c:65:16: note: Division by zero
eglibc-2.13/stdlib/fmtmsg.c:255:8: style: The scope of the variable 'level' can be reduced. [variableScope]
eglibc-2.13/stdlib/fmtmsg.c:104:14: style: Function 'fmtmsg' argument 1 names different: declaration '__classification' definition 'classification'. [funcArgNamesDifferent]
eglibc-2.13/stdlib/fmtmsg.h:95:25: note: Function 'fmtmsg' argument 1 names different: declaration '__classification' definition 'classification'.
eglibc-2.13/stdlib/fmtmsg.c:104:14: note: Function 'fmtmsg' argument 1 names different: declaration '__classification' definition 'classification'.
eglibc-2.13/stdlib/fmtmsg.c:104:46: style: Function 'fmtmsg' argument 2 names different: declaration '__label' definition 'label'. [funcArgNamesDifferent]
eglibc-2.13/stdlib/fmtmsg.h:95:61: note: Function 'fmtmsg' argument 2 names different: declaration '__label' definition 'label'.
eglibc-2.13/stdlib/fmtmsg.c:104:46: note: Function 'fmtmsg' argument 2 names different: declaration '__label' definition 'label'.
eglibc-2.13/stdlib/fmtmsg.c:104:57: style: Function 'fmtmsg' argument 3 names different: declaration '__severity' definition 'severity'. [funcArgNamesDifferent]
eglibc-2.13/stdlib/fmtmsg.h:96:10: note: Function 'fmtmsg' argument 3 names different: declaration '__severity' definition 'severity'.
eglibc-2.13/stdlib/fmtmsg.c:104:57: note: Function 'fmtmsg' argument 3 names different: declaration '__severity' definition 'severity'.
eglibc-2.13/stdlib/fmtmsg.c:105:14: style: Function 'fmtmsg' argument 4 names different: declaration '__text' definition 'text'. [funcArgNamesDifferent]
eglibc-2.13/stdlib/fmtmsg.h:96:36: note: Function 'fmtmsg' argument 4 names different: declaration '__text' definition 'text'.
eglibc-2.13/stdlib/fmtmsg.c:105:14: note: Function 'fmtmsg' argument 4 names different: declaration '__text' definition 'text'.
eglibc-2.13/stdlib/fmtmsg.c:105:32: style: Function 'fmtmsg' argument 5 names different: declaration '__action' definition 'action'. [funcArgNamesDifferent]
eglibc-2.13/stdlib/fmtmsg.h:97:20: note: Function 'fmtmsg' argument 5 names different: declaration '__action' definition 'action'.
eglibc-2.13/stdlib/fmtmsg.c:105:32: note: Function 'fmtmsg' argument 5 names different: declaration '__action' definition 'action'.
eglibc-2.13/stdlib/fmtmsg.c:105:52: style: Function 'fmtmsg' argument 6 names different: declaration '__tag' definition 'tag'. [funcArgNamesDifferent]
eglibc-2.13/stdlib/fmtmsg.h:97:44: note: Function 'fmtmsg' argument 6 names different: declaration '__tag' definition 'tag'.
eglibc-2.13/stdlib/fmtmsg.c:105:52: note: Function 'fmtmsg' argument 6 names different: declaration '__tag' definition 'tag'.
eglibc-2.13/stdlib/fpioconst.c:435:0: error: #error "mp_limb_t size " BITS_PER_MP_LIMB "not accounted for" [preprocessorErrorDirective]
eglibc-2.13/stdlib/isomac.c:375:20: style: The scope of the variable 'cpp' can be reduced. [variableScope]
eglibc-2.13/stdlib/isomac.c:281:11: style: Unused variable: i [unusedVariable]
eglibc-2.13/stdlib/isomac.c:281:0: style: Variable 'okay' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/stdlib/isomac.c:282:14: style: Unused variable: endmac [unusedVariable]
eglibc-2.13/stdlib/isomac.c:267:7: error: Memory leak: command [memleak]
eglibc-2.13/stdlib/mpn2dbl.c:29:0: error: #error "__mpn_construct_double not implemented for this floating point format" [preprocessorErrorDirective]
eglibc-2.13/stdlib/mpn2flt.c:29:0: error: #error "__mpn_construct_float not implemented for this floating point format" [preprocessorErrorDirective]
eglibc-2.13/stdlib/mul.c:119:3: style: Variable 'impn_mul_n_basecase' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/stdlib/mul.c:119:3: style: Variable 'impn_mul_n' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/stdlib/mul.c:129:4: style: Variable 'impn_mul_n_basecase' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/stdlib/mul.c:129:4: style: Variable 'impn_mul_n' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/stdlib/mul.c:131:4: style: Variable 'add_1' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/stdlib/mul.c:145:7: style: Variable 'mul' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/stdlib/mul.c:147:7: style: Variable 'add_1' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/stdlib/mul_n.c:131:7: style: Variable 'impn_mul_n_basecase' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/stdlib/mul_n.c:131:7: style: Variable 'impn_mul_n' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/stdlib/mul_n.c:163:7: style: Variable 'impn_mul_n_basecase' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/stdlib/mul_n.c:163:7: style: Variable 'impn_mul_n' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/stdlib/mul_n.c:169:4: style: Variable 'sub_n' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/stdlib/mul_n.c:174:4: style: Variable 'sub_n' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/stdlib/mul_n.c:179:4: style: Variable 'sub_n' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/stdlib/mul_n.c:184:4: style: Variable 'sub_n' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/stdlib/mul_n.c:190:7: style: Variable 'impn_mul_n_basecase' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/stdlib/mul_n.c:190:7: style: Variable 'impn_mul_n' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/stdlib/mul_n.c:207:7: style: Variable 'impn_mul_n_basecase' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/stdlib/mul_n.c:207:7: style: Variable 'impn_mul_n' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/stdlib/mul_n.c:213:2: style: Variable 'add_1' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/stdlib/mul_n.c:218:2: style: Variable 'add_1' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/stdlib/mul_n.c:299:7: style: Variable 'impn_sqr_n_basecase' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/stdlib/mul_n.c:299:7: style: Variable 'impn_sqr_n' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/stdlib/mul_n.c:315:7: style: Variable 'impn_sqr_n_basecase' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/stdlib/mul_n.c:315:7: style: Variable 'impn_sqr_n' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/stdlib/mul_n.c:321:4: style: Variable 'sub_n' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/stdlib/mul_n.c:325:4: style: Variable 'sub_n' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/stdlib/mul_n.c:331:7: style: Variable 'impn_sqr_n_basecase' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/stdlib/mul_n.c:331:7: style: Variable 'impn_sqr_n' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/stdlib/mul_n.c:345:7: style: Variable 'impn_sqr_n_basecase' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/stdlib/mul_n.c:345:7: style: Variable 'impn_sqr_n' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/stdlib/mul_n.c:351:2: style: Variable 'add_1' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/stdlib/mul_n.c:356:2: style: Variable 'add_1' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/stdlib/mul_n.c:378:4: style: Variable 'impn_sqr_n_basecase' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/stdlib/mul_n.c:384:4: style: Variable 'impn_sqr_n' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/stdlib/mul_n.c:391:4: style: Variable 'impn_mul_n_basecase' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/stdlib/mul_n.c:397:4: style: Variable 'impn_mul_n' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/stdlib/putenv.c:63:20: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/stdlib/setenv.c:198:0: error: Memory leak: new_environ [memleak]
eglibc-2.13/stdlib/strtod_l.c:149:0: error: #error "mp_limb_t size " BITS_PER_MP_LIMB "not accounted for" [preprocessorErrorDirective]
eglibc-2.13/stdlib/strtoimax.c:1:0: error: #error "The correct implementation must be chosen based on the `intmax_t' type" [preprocessorErrorDirective]
eglibc-2.13/stdlib/strtoumax.c:1:0: error: #error "The correct implementation must be chosen based on the `uintmax_t' type" [preprocessorErrorDirective]
eglibc-2.13/stdlib/sub_n.c:36:0: style: The scope of the variable 'x' can be reduced. [variableScope]
eglibc-2.13/stdlib/sub_n.c:36:0: style: The scope of the variable 'y' can be reduced. [variableScope]
eglibc-2.13/stdlib/submul_1.c:39:0: style: The scope of the variable 'x' can be reduced. [variableScope]
eglibc-2.13/stdlib/tens_in_limb.c:12:0: error: #error "mp_limb_t size " BITS_PER_MP_LIMB "not accounted for" [preprocessorErrorDirective]
eglibc-2.13/stdlib/test-a64l.c:54:8: style: The scope of the variable 'l' can be reduced. [variableScope]
eglibc-2.13/stdlib/test-a64l.c:55:15: style: The scope of the variable 's' can be reduced. [variableScope]
eglibc-2.13/stdlib/test-canon.c:202:14: warning: Either the condition 'result2==NULL' is redundant or there is possible null pointer dereference: result2. [nullPointerRedundantCheck]
eglibc-2.13/stdlib/test-canon.c:197:20: note: Assuming that condition 'result2==NULL' is not redundant
eglibc-2.13/stdlib/test-canon.c:202:14: note: Null pointer dereference
eglibc-2.13/stdlib/test-canon.c:124:10: style: The scope of the variable 'result' can be reduced. [variableScope]
eglibc-2.13/stdlib/testmb.c:43:10: style: The scope of the variable 'mbc' can be reduced. [variableScope]
eglibc-2.13/stdlib/tst-bsearch.c:75:4: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/stdlib/tst-bsearch.c:120:8: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/stdlib/tst-environ.c:86:49: warning: Either the condition 'valp==NULL' is redundant or there is possible null pointer dereference: valp. [nullPointerRedundantCheck]
eglibc-2.13/stdlib/tst-environ.c:84:12: note: Assuming that condition 'valp==NULL' is not redundant
eglibc-2.13/stdlib/tst-environ.c:86:49: note: Null pointer dereference
eglibc-2.13/stdlib/tst-makecontext2.c:73:6: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/stdlib/tst-makecontext2.c:73:6: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/stdlib/tst-qsort2.c:34:7: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/stdlib/tst-qsort2.c:34:7: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/stdlib/tst-qsort2.c:58:4: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/stdlib/tst-qsort2.c:58:4: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/stdlib/tst-qsort2.c:58:4: portability: %zd in format string (no. 3) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/stdlib/tst-rand48.c:29:7: warning: %hx in format string (no. 1) requires 'unsigned short' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
eglibc-2.13/stdlib/tst-rand48.c:29:7: warning: %hx in format string (no. 2) requires 'unsigned short' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
eglibc-2.13/stdlib/tst-rand48.c:29:7: warning: %hx in format string (no. 3) requires 'unsigned short' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
eglibc-2.13/stdlib/tst-rand48.c:79:7: warning: %hx in format string (no. 1) requires 'unsigned short' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
eglibc-2.13/stdlib/tst-rand48.c:79:7: warning: %hx in format string (no. 2) requires 'unsigned short' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
eglibc-2.13/stdlib/tst-rand48.c:79:7: warning: %hx in format string (no. 3) requires 'unsigned short' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
eglibc-2.13/stdlib/tst-rand48.c:218:7: warning: %hx in format string (no. 1) requires 'unsigned short' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
eglibc-2.13/stdlib/tst-rand48.c:218:7: warning: %hx in format string (no. 2) requires 'unsigned short' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
eglibc-2.13/stdlib/tst-rand48.c:218:7: warning: %hx in format string (no. 3) requires 'unsigned short' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
eglibc-2.13/stdlib/tst-setcontext.c:112:9: style: Condition 'e!=5' is always false [knownConditionTrueFalse]
eglibc-2.13/stdlib/tst-setcontext.c:80:20: note: Assignment 'e=5', assigned value is 5
eglibc-2.13/stdlib/tst-setcontext.c:112:9: note: Condition 'e!=5' is always false
eglibc-2.13/stdlib/tst-setcontext.c:118:9: style: Condition 'f!=6' is always false [knownConditionTrueFalse]
eglibc-2.13/stdlib/tst-setcontext.c:81:20: note: Assignment 'f=6', assigned value is 6
eglibc-2.13/stdlib/tst-setcontext.c:118:9: note: Condition 'f!=6' is always false
eglibc-2.13/stdlib/tst-setcontext.c:112:9: style: Same expression on both sides of '!=' because the value of 'e' and '5' are the same. [duplicateExpression]
eglibc-2.13/stdlib/tst-setcontext.c:80:20: note: 'e' is assigned value '5' here.
eglibc-2.13/stdlib/tst-setcontext.c:112:9: note: Same expression on both sides of '!=' because the value of 'e' and '5' are the same.
eglibc-2.13/stdlib/tst-setcontext.c:118:9: style: Same expression on both sides of '!=' because the value of 'f' and '6' are the same. [duplicateExpression]
eglibc-2.13/stdlib/tst-setcontext.c:81:20: note: 'f' is assigned value '6' here.
eglibc-2.13/stdlib/tst-setcontext.c:118:9: note: Same expression on both sides of '!=' because the value of 'f' and '6' are the same.
eglibc-2.13/stdlib/tst-strtod.c:90:7: style: The scope of the variable 'save_errno' can be reduced. [variableScope]
eglibc-2.13/stdlib/wcstoimax.c:1:0: error: #error "The correct implementation must be chosen based on the `intmax_t' type" [preprocessorErrorDirective]
eglibc-2.13/stdlib/wcstoumax.c:1:0: error: #error "The correct implementation must be chosen based on the `uintmax_t' type" [preprocessorErrorDirective]
eglibc-2.13/streams/getmsg.c:24:10: style: Function 'getmsg' argument 1 names different: declaration '__fildes' definition 'fildes'. [funcArgNamesDifferent]
eglibc-2.13/streams/stropts.h:51:24: note: Function 'getmsg' argument 1 names different: declaration '__fildes' definition 'fildes'.
eglibc-2.13/streams/getmsg.c:24:10: note: Function 'getmsg' argument 1 names different: declaration '__fildes' definition 'fildes'.
eglibc-2.13/streams/getmsg.c:25:21: style: Function 'getmsg' argument 2 names different: declaration '__ctlptr' definition 'ctlptr'. [funcArgNamesDifferent]
eglibc-2.13/streams/stropts.h:51:49: note: Function 'getmsg' argument 2 names different: declaration '__ctlptr' definition 'ctlptr'.
eglibc-2.13/streams/getmsg.c:25:21: note: Function 'getmsg' argument 2 names different: declaration '__ctlptr' definition 'ctlptr'.
eglibc-2.13/streams/getmsg.c:26:21: style: Function 'getmsg' argument 3 names different: declaration '__dataptr' definition 'dataptr'. [funcArgNamesDifferent]
eglibc-2.13/streams/stropts.h:52:21: note: Function 'getmsg' argument 3 names different: declaration '__dataptr' definition 'dataptr'.
eglibc-2.13/streams/getmsg.c:26:21: note: Function 'getmsg' argument 3 names different: declaration '__dataptr' definition 'dataptr'.
eglibc-2.13/streams/getmsg.c:27:11: style: Function 'getmsg' argument 4 names different: declaration '__flagsp' definition 'flagsp'. [funcArgNamesDifferent]
eglibc-2.13/streams/stropts.h:53:11: note: Function 'getmsg' argument 4 names different: declaration '__flagsp' definition 'flagsp'.
eglibc-2.13/streams/getmsg.c:27:11: note: Function 'getmsg' argument 4 names different: declaration '__flagsp' definition 'flagsp'.
eglibc-2.13/streams/getpmsg.c:24:10: style: Function 'getpmsg' argument 1 names different: declaration '__fildes' definition 'fildes'. [funcArgNamesDifferent]
eglibc-2.13/streams/stropts.h:60:25: note: Function 'getpmsg' argument 1 names different: declaration '__fildes' definition 'fildes'.
eglibc-2.13/streams/getpmsg.c:24:10: note: Function 'getpmsg' argument 1 names different: declaration '__fildes' definition 'fildes'.
eglibc-2.13/streams/getpmsg.c:25:21: style: Function 'getpmsg' argument 2 names different: declaration '__ctlptr' definition 'ctlptr'. [funcArgNamesDifferent]
eglibc-2.13/streams/stropts.h:60:50: note: Function 'getpmsg' argument 2 names different: declaration '__ctlptr' definition 'ctlptr'.
eglibc-2.13/streams/getpmsg.c:25:21: note: Function 'getpmsg' argument 2 names different: declaration '__ctlptr' definition 'ctlptr'.
eglibc-2.13/streams/getpmsg.c:26:21: style: Function 'getpmsg' argument 3 names different: declaration '__dataptr' definition 'dataptr'. [funcArgNamesDifferent]
eglibc-2.13/streams/stropts.h:61:22: note: Function 'getpmsg' argument 3 names different: declaration '__dataptr' definition 'dataptr'.
eglibc-2.13/streams/getpmsg.c:26:21: note: Function 'getpmsg' argument 3 names different: declaration '__dataptr' definition 'dataptr'.
eglibc-2.13/streams/getpmsg.c:27:11: style: Function 'getpmsg' argument 4 names different: declaration '__bandp' definition 'bandp'. [funcArgNamesDifferent]
eglibc-2.13/streams/stropts.h:62:12: note: Function 'getpmsg' argument 4 names different: declaration '__bandp' definition 'bandp'.
eglibc-2.13/streams/getpmsg.c:27:11: note: Function 'getpmsg' argument 4 names different: declaration '__bandp' definition 'bandp'.
eglibc-2.13/streams/getpmsg.c:28:11: style: Function 'getpmsg' argument 5 names different: declaration '__flagsp' definition 'flagsp'. [funcArgNamesDifferent]
eglibc-2.13/streams/stropts.h:62:37: note: Function 'getpmsg' argument 5 names different: declaration '__flagsp' definition 'flagsp'.
eglibc-2.13/streams/getpmsg.c:28:11: note: Function 'getpmsg' argument 5 names different: declaration '__flagsp' definition 'flagsp'.
eglibc-2.13/streams/putmsg.c:24:10: style: Function 'putmsg' argument 1 names different: declaration '__fildes' definition 'fildes'. [funcArgNamesDifferent]
eglibc-2.13/streams/stropts.h:73:24: note: Function 'putmsg' argument 1 names different: declaration '__fildes' definition 'fildes'.
eglibc-2.13/streams/putmsg.c:24:10: note: Function 'putmsg' argument 1 names different: declaration '__fildes' definition 'fildes'.
eglibc-2.13/streams/putmsg.c:25:27: style: Function 'putmsg' argument 2 names different: declaration '__ctlptr' definition 'ctlptr'. [funcArgNamesDifferent]
eglibc-2.13/streams/stropts.h:73:57: note: Function 'putmsg' argument 2 names different: declaration '__ctlptr' definition 'ctlptr'.
eglibc-2.13/streams/putmsg.c:25:27: note: Function 'putmsg' argument 2 names different: declaration '__ctlptr' definition 'ctlptr'.
eglibc-2.13/streams/putmsg.c:26:27: style: Function 'putmsg' argument 3 names different: declaration '__dataptr' definition 'dataptr'. [funcArgNamesDifferent]
eglibc-2.13/streams/stropts.h:74:29: note: Function 'putmsg' argument 3 names different: declaration '__dataptr' definition 'dataptr'.
eglibc-2.13/streams/putmsg.c:26:27: note: Function 'putmsg' argument 3 names different: declaration '__dataptr' definition 'dataptr'.
eglibc-2.13/streams/putmsg.c:27:10: style: Function 'putmsg' argument 4 names different: declaration '__flags' definition 'flags'. [funcArgNamesDifferent]
eglibc-2.13/streams/stropts.h:74:44: note: Function 'putmsg' argument 4 names different: declaration '__flags' definition 'flags'.
eglibc-2.13/streams/putmsg.c:27:10: note: Function 'putmsg' argument 4 names different: declaration '__flags' definition 'flags'.
eglibc-2.13/streams/putpmsg.c:24:10: style: Function 'putpmsg' argument 1 names different: declaration '__fildes' definition 'fildes'. [funcArgNamesDifferent]
eglibc-2.13/streams/stropts.h:80:25: note: Function 'putpmsg' argument 1 names different: declaration '__fildes' definition 'fildes'.
eglibc-2.13/streams/putpmsg.c:24:10: note: Function 'putpmsg' argument 1 names different: declaration '__fildes' definition 'fildes'.
eglibc-2.13/streams/putpmsg.c:25:27: style: Function 'putpmsg' argument 2 names different: declaration '__ctlptr' definition 'ctlptr'. [funcArgNamesDifferent]
eglibc-2.13/streams/stropts.h:80:58: note: Function 'putpmsg' argument 2 names different: declaration '__ctlptr' definition 'ctlptr'.
eglibc-2.13/streams/putpmsg.c:25:27: note: Function 'putpmsg' argument 2 names different: declaration '__ctlptr' definition 'ctlptr'.
eglibc-2.13/streams/putpmsg.c:26:27: style: Function 'putpmsg' argument 3 names different: declaration '__dataptr' definition 'dataptr'. [funcArgNamesDifferent]
eglibc-2.13/streams/stropts.h:81:30: note: Function 'putpmsg' argument 3 names different: declaration '__dataptr' definition 'dataptr'.
eglibc-2.13/streams/putpmsg.c:26:27: note: Function 'putpmsg' argument 3 names different: declaration '__dataptr' definition 'dataptr'.
eglibc-2.13/streams/putpmsg.c:27:10: style: Function 'putpmsg' argument 4 names different: declaration '__band' definition 'band'. [funcArgNamesDifferent]
eglibc-2.13/streams/stropts.h:81:45: note: Function 'putpmsg' argument 4 names different: declaration '__band' definition 'band'.
eglibc-2.13/streams/putpmsg.c:27:10: note: Function 'putpmsg' argument 4 names different: declaration '__band' definition 'band'.
eglibc-2.13/streams/putpmsg.c:28:10: style: Function 'putpmsg' argument 5 names different: declaration '__flags' definition 'flags'. [funcArgNamesDifferent]
eglibc-2.13/streams/stropts.h:81:57: note: Function 'putpmsg' argument 5 names different: declaration '__flags' definition 'flags'.
eglibc-2.13/streams/putpmsg.c:28:10: note: Function 'putpmsg' argument 5 names different: declaration '__flags' definition 'flags'.
eglibc-2.13/string/argz-create.c:34:9: style: The scope of the variable 'p' can be reduced. [variableScope]
eglibc-2.13/string/argz-replace.c:51:24: style: Function '__argz_replace' argument 1 names different: declaration '__argz' definition 'argz'. [funcArgNamesDifferent]
eglibc-2.13/string/argz.h:132:39: note: Function '__argz_replace' argument 1 names different: declaration '__argz' definition 'argz'.
eglibc-2.13/string/argz-replace.c:51:24: note: Function '__argz_replace' argument 1 names different: declaration '__argz' definition 'argz'.
eglibc-2.13/string/argz-replace.c:51:38: style: Function '__argz_replace' argument 2 names different: declaration '__argz_len' definition 'argz_len'. [funcArgNamesDifferent]
eglibc-2.13/string/argz.h:133:19: note: Function '__argz_replace' argument 2 names different: declaration '__argz_len' definition 'argz_len'.
eglibc-2.13/string/argz-replace.c:51:38: note: Function '__argz_replace' argument 2 names different: declaration '__argz_len' definition 'argz_len'.
eglibc-2.13/string/argz-replace.c:51:60: style: Function '__argz_replace' argument 3 names different: declaration '__str' definition 'str'. [funcArgNamesDifferent]
eglibc-2.13/string/argz.h:134:25: note: Function '__argz_replace' argument 3 names different: declaration '__str' definition 'str'.
eglibc-2.13/string/argz-replace.c:51:60: note: Function '__argz_replace' argument 3 names different: declaration '__str' definition 'str'.
eglibc-2.13/string/argz-replace.c:51:77: style: Function '__argz_replace' argument 4 names different: declaration '__with' definition 'with'. [funcArgNamesDifferent]
eglibc-2.13/string/argz.h:135:25: note: Function '__argz_replace' argument 4 names different: declaration '__with' definition 'with'.
eglibc-2.13/string/argz-replace.c:51:77: note: Function '__argz_replace' argument 4 names different: declaration '__with' definition 'with'.
eglibc-2.13/string/argz-replace.c:52:13: style: Function '__argz_replace' argument 5 names different: declaration '__replace_count' definition 'replace_count'. [funcArgNamesDifferent]
eglibc-2.13/string/argz.h:136:25: note: Function '__argz_replace' argument 5 names different: declaration '__replace_count' definition 'replace_count'.
eglibc-2.13/string/argz-replace.c:52:13: note: Function '__argz_replace' argument 5 names different: declaration '__replace_count' definition 'replace_count'.
eglibc-2.13/string/bug-envz1.c:72:0: error: Memory leak: str [memleak]
eglibc-2.13/string/bug-strpbrk1.c:14:3: warning: Return value of function strpbrk() is not used. [ignoredReturnValue]
eglibc-2.13/string/bug-strspn1.c:14:3: warning: Return value of function strspn() is not used. [ignoredReturnValue]
eglibc-2.13/string/ffs.c:43:22: style: Opposite expression on both sides of '&'. [oppositeExpression]
eglibc-2.13/string/ffs.c:43:22: note: Opposite expression on both sides of '&'.
eglibc-2.13/string/ffs.c:43:22: note: Opposite expression on both sides of '&'.
eglibc-2.13/string/ffsll.c:31:32: style: Opposite expression on both sides of '&'. [oppositeExpression]
eglibc-2.13/string/ffsll.c:31:32: note: Opposite expression on both sides of '&'.
eglibc-2.13/string/ffsll.c:31:32: note: Opposite expression on both sides of '&'.
eglibc-2.13/string/tester.c:420:22: style: Condition 'strlen("")==0' is always true [knownConditionTrueFalse]
eglibc-2.13/string/tester.c:421:23: style: Condition 'strlen("a")==1' is always true [knownConditionTrueFalse]
eglibc-2.13/string/tester.c:422:26: style: Condition 'strlen("abcd")==4' is always true [knownConditionTrueFalse]
eglibc-2.13/string/tester.c:426:11: style: The scope of the variable 'p' can be reduced. [variableScope]
eglibc-2.13/string/tester.c:479:11: style: The scope of the variable 'p' can be reduced. [variableScope]
eglibc-2.13/string/tester.c:511:11: style: The scope of the variable 'p' can be reduced. [variableScope]
eglibc-2.13/string/tester.c:540:11: style: The scope of the variable 'p' can be reduced. [variableScope]
eglibc-2.13/string/tester.c:586:11: style: The scope of the variable 'p' can be reduced. [variableScope]
eglibc-2.13/string/tester.c:1315:13: style: The scope of the variable 'q' can be reduced. [variableScope]
eglibc-2.13/string/tester.c:994:33: error: Expression 'memcmp("a","a",1)==0,cnt++' depends on order of evaluation of side effects [unknownEvaluationOrder]
eglibc-2.13/string/tester.c:314:10: error: Buffer is accessed out of bounds: one [bufferAccessOutOfBounds]
eglibc-2.13/string/tester.c:314:10: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
eglibc-2.13/string/tester.c:318:10: error: Buffer is accessed out of bounds: one [bufferAccessOutOfBounds]
eglibc-2.13/string/tester.c:318:10: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
eglibc-2.13/string/tester.c:324:10: error: Buffer is accessed out of bounds: one [bufferAccessOutOfBounds]
eglibc-2.13/string/tester.c:324:10: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
eglibc-2.13/string/tester.c:329:10: error: Buffer is accessed out of bounds: one [bufferAccessOutOfBounds]
eglibc-2.13/string/tester.c:329:10: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
eglibc-2.13/string/tester.c:332:10: error: Buffer is accessed out of bounds: one [bufferAccessOutOfBounds]
eglibc-2.13/string/tester.c:332:10: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
eglibc-2.13/string/tester.c:335:10: error: Buffer is accessed out of bounds: one [bufferAccessOutOfBounds]
eglibc-2.13/string/tester.c:335:10: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
eglibc-2.13/string/tester.c:348:30: error: Invalid strncat() argument nr 3. The value is -1 but the valid values are '0:'. [invalidFunctionArg]
eglibc-2.13/string/tester.c:370:30: error: Invalid strncmp() argument nr 3. The value is -1 but the valid values are '0:'. [invalidFunctionArg]
eglibc-2.13/string/tester.c:371:33: error: Invalid strncmp() argument nr 3. The value is -2 but the valid values are '0:'. [invalidFunctionArg]
eglibc-2.13/string/tester.c:1025:26: error: Invalid memchr() argument nr 2. The value is -157 but the valid values are '0:'. [invalidFunctionArg]
eglibc-2.13/string/tester.c:1221:10: warning: memset() called to fill 0 bytes. [memsetZeroBytes]
eglibc-2.13/string/tester.c:1228:24: warning: The 2nd memset() argument '4133' doesn't fit into an 'unsigned char'. [memsetValueOutOfRange]
eglibc-2.13/string/tester.c:1232:16: warning: The 2nd memset() argument '257' doesn't fit into an 'unsigned char'. [memsetValueOutOfRange]
eglibc-2.13/string/tester.c:69:10: warning: Unnecessary comparison of static strings. [staticStringCompare]
eglibc-2.13/string/tester.c:70:10: warning: Unnecessary comparison of static strings. [staticStringCompare]
eglibc-2.13/string/tester.c:71:10: warning: Unnecessary comparison of static strings. [staticStringCompare]
eglibc-2.13/string/tester.c:72:10: warning: Unnecessary comparison of static strings. [staticStringCompare]
eglibc-2.13/string/tester.c:73:10: warning: Unnecessary comparison of static strings. [staticStringCompare]
eglibc-2.13/string/tester.c:74:10: warning: Unnecessary comparison of static strings. [staticStringCompare]
eglibc-2.13/string/tester.c:75:10: warning: Unnecessary comparison of static strings. [staticStringCompare]
eglibc-2.13/string/tester.c:76:10: warning: Unnecessary comparison of static strings. [staticStringCompare]
eglibc-2.13/string/tester.c:77:10: warning: Unnecessary comparison of static strings. [staticStringCompare]
eglibc-2.13/string/tester.c:357:10: warning: Unnecessary comparison of static strings. [staticStringCompare]
eglibc-2.13/string/tester.c:358:10: warning: Unnecessary comparison of static strings. [staticStringCompare]
eglibc-2.13/string/tester.c:359:10: warning: Unnecessary comparison of static strings. [staticStringCompare]
eglibc-2.13/string/tester.c:360:10: warning: Unnecessary comparison of static strings. [staticStringCompare]
eglibc-2.13/string/tester.c:361:10: warning: Unnecessary comparison of static strings. [staticStringCompare]
eglibc-2.13/string/tester.c:362:10: warning: Unnecessary comparison of static strings. [staticStringCompare]
eglibc-2.13/string/tester.c:363:10: warning: Unnecessary comparison of static strings. [staticStringCompare]
eglibc-2.13/string/tester.c:364:10: warning: Unnecessary comparison of static strings. [staticStringCompare]
eglibc-2.13/string/tester.c:365:10: warning: Unnecessary comparison of static strings. [staticStringCompare]
eglibc-2.13/string/tester.c:366:10: warning: Unnecessary comparison of static strings. [staticStringCompare]
eglibc-2.13/string/tester.c:367:10: warning: Unnecessary comparison of static strings. [staticStringCompare]
eglibc-2.13/string/tester.c:368:10: warning: Unnecessary comparison of static strings. [staticStringCompare]
eglibc-2.13/string/tester.c:369:10: warning: Unnecessary comparison of static strings. [staticStringCompare]
eglibc-2.13/string/tester.c:370:10: warning: Unnecessary comparison of static strings. [staticStringCompare]
eglibc-2.13/string/tester.c:371:10: warning: Unnecessary comparison of static strings. [staticStringCompare]
eglibc-2.13/string/tester.c:994:9: warning: Unnecessary comparison of static strings. [staticStringCompare]
eglibc-2.13/string/tester.c:995:9: warning: Unnecessary comparison of static strings. [staticStringCompare]
eglibc-2.13/string/tester.c:996:9: warning: Unnecessary comparison of static strings. [staticStringCompare]
eglibc-2.13/string/tester.c:997:9: warning: Unnecessary comparison of static strings. [staticStringCompare]
eglibc-2.13/string/tester.c:998:9: warning: Unnecessary comparison of static strings. [staticStringCompare]
eglibc-2.13/string/tester.c:999:9: warning: Unnecessary comparison of static strings. [staticStringCompare]
eglibc-2.13/string/tester.c:1000:9: warning: Unnecessary comparison of static strings. [staticStringCompare]
eglibc-2.13/string/tester.c:1001:9: warning: Unnecessary comparison of static strings. [staticStringCompare]
eglibc-2.13/string/tester.c:1002:9: warning: Unnecessary comparison of static strings. [staticStringCompare]
eglibc-2.13/string/tester.c:1003:9: warning: Unnecessary comparison of static strings. [staticStringCompare]
eglibc-2.13/string/tester.c:1004:9: warning: Unnecessary comparison of static strings. [staticStringCompare]
eglibc-2.13/string/tester.c:1005:9: warning: Unnecessary comparison of static strings. [staticStringCompare]
eglibc-2.13/string/tester.c:1340:9: warning: Unnecessary comparison of static strings. [staticStringCompare]
eglibc-2.13/string/tester.c:1341:9: warning: Unnecessary comparison of static strings. [staticStringCompare]
eglibc-2.13/string/tester.c:1342:9: warning: Unnecessary comparison of static strings. [staticStringCompare]
eglibc-2.13/string/tester.c:1343:9: warning: Unnecessary comparison of static strings. [staticStringCompare]
eglibc-2.13/string/tester.c:1344:9: warning: Unnecessary comparison of static strings. [staticStringCompare]
eglibc-2.13/string/tester.c:1345:9: warning: Unnecessary comparison of static strings. [staticStringCompare]
eglibc-2.13/string/tester.c:1346:9: warning: Unnecessary comparison of static strings. [staticStringCompare]
eglibc-2.13/string/tester.c:1363:9: warning: Unnecessary comparison of static strings. [staticStringCompare]
eglibc-2.13/string/tester.c:1364:9: warning: Unnecessary comparison of static strings. [staticStringCompare]
eglibc-2.13/string/tester.c:1365:9: warning: Unnecessary comparison of static strings. [staticStringCompare]
eglibc-2.13/string/tester.c:1366:9: warning: Unnecessary comparison of static strings. [staticStringCompare]
eglibc-2.13/string/tester.c:1367:9: warning: Unnecessary comparison of static strings. [staticStringCompare]
eglibc-2.13/string/tester.c:1368:9: warning: Unnecessary comparison of static strings. [staticStringCompare]
eglibc-2.13/string/tester.c:1369:9: warning: Unnecessary comparison of static strings. [staticStringCompare]
eglibc-2.13/string/tester.c:1370:9: warning: Unnecessary comparison of static strings. [staticStringCompare]
eglibc-2.13/string/tester.c:1371:9: warning: Unnecessary comparison of static strings. [staticStringCompare]
eglibc-2.13/string/tester.c:1372:9: warning: Unnecessary comparison of static strings. [staticStringCompare]
eglibc-2.13/string/tester.c:1373:9: warning: Unnecessary comparison of static strings. [staticStringCompare]
eglibc-2.13/string/tester.c:1374:9: warning: Unnecessary comparison of static strings. [staticStringCompare]
eglibc-2.13/string/tester.c:1382:9: warning: Unnecessary comparison of static strings. [staticStringCompare]
eglibc-2.13/string/tester.c:1383:9: warning: Unnecessary comparison of static strings. [staticStringCompare]
eglibc-2.13/string/tester.c:1384:9: warning: Unnecessary comparison of static strings. [staticStringCompare]
eglibc-2.13/string/tester.c:1385:9: warning: Unnecessary comparison of static strings. [staticStringCompare]
eglibc-2.13/string/tester.c:1386:9: warning: Unnecessary comparison of static strings. [staticStringCompare]
eglibc-2.13/string/tester.c:1387:9: warning: Unnecessary comparison of static strings. [staticStringCompare]
eglibc-2.13/string/tester.c:1388:9: warning: Unnecessary comparison of static strings. [staticStringCompare]
eglibc-2.13/string/tester.c:1389:9: warning: Unnecessary comparison of static strings. [staticStringCompare]
eglibc-2.13/string/tester.c:1390:9: warning: Unnecessary comparison of static strings. [staticStringCompare]
eglibc-2.13/string/tester.c:1391:9: warning: Unnecessary comparison of static strings. [staticStringCompare]
eglibc-2.13/string/tester.c:1392:9: warning: Unnecessary comparison of static strings. [staticStringCompare]
eglibc-2.13/string/tester.c:1393:9: warning: Unnecessary comparison of static strings. [staticStringCompare]
eglibc-2.13/string/tester.c:1394:9: warning: Unnecessary comparison of static strings. [staticStringCompare]
eglibc-2.13/string/tester.c:1395:9: warning: Unnecessary comparison of static strings. [staticStringCompare]
eglibc-2.13/string/tester.c:1396:9: warning: Unnecessary comparison of static strings. [staticStringCompare]
eglibc-2.13/string/tester.c:1397:9: warning: Unnecessary comparison of static strings. [staticStringCompare]
eglibc-2.13/string/tester.c:1398:9: warning: Unnecessary comparison of static strings. [staticStringCompare]
eglibc-2.13/string/tester.c:1399:9: warning: Unnecessary comparison of static strings. [staticStringCompare]
eglibc-2.13/string/tester.c:1400:9: warning: Unnecessary comparison of static strings. [staticStringCompare]
eglibc-2.13/string/tester.c:1401:9: warning: Unnecessary comparison of static strings. [staticStringCompare]
eglibc-2.13/string/memcmp.c:122:0: error: syntax error [syntaxError]
eglibc-2.13/string/str-two-way.h:338:14: style: The scope of the variable 'shift' can be reduced. [variableScope]
eglibc-2.13/string/str-two-way.h:389:14: style: The scope of the variable 'shift' can be reduced. [variableScope]
eglibc-2.13/string/strcoll_l.c:94:14: style: Condition 'nrules==0' is always true [knownConditionTrueFalse]
eglibc-2.13/string/strcoll_l.c:56:32: note: Assignment 'nrules=0', assigned value is 0
eglibc-2.13/string/strcoll_l.c:94:14: note: Condition 'nrules==0' is always true
eglibc-2.13/string/strcoll_l.c:94:14: style: Same expression on both sides of '==' because the value of 'nrules' and '0' are the same. [duplicateExpression]
eglibc-2.13/string/strcoll_l.c:56:32: note: 'nrules' is assigned value '0' here.
eglibc-2.13/string/strcoll_l.c:94:14: note: Same expression on both sides of '==' because the value of 'nrules' and '0' are the same.
eglibc-2.13/string/strcoll_l.c:156:29: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/string/strcoll_l.c:157:29: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/string/strcoll_l.c:158:36: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/string/strcoll_l.c:159:36: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/locale/weight.h:25:20: error: Uninitialized variable: table [uninitvar]
eglibc-2.13/locale/weight.h:126:11: error: Uninitialized variable: indirect [uninitvar]
eglibc-2.13/string/strcoll_l.c:156:37: error: Uninitialized variable: s1len [uninitvar]
eglibc-2.13/string/strcoll_l.c:157:37: error: Uninitialized variable: s2len [uninitvar]
eglibc-2.13/string/strcoll_l.c:158:44: error: Uninitialized variable: s1len [uninitvar]
eglibc-2.13/string/strcoll_l.c:159:44: error: Uninitialized variable: s2len [uninitvar]
eglibc-2.13/string/strcoll_l.c:240:20: error: Uninitialized variable: weights [uninitvar]
eglibc-2.13/string/strcoll_l.c:302:20: error: Uninitialized variable: weights [uninitvar]
eglibc-2.13/string/strcoll_l.c:328:37: error: Uninitialized variable: weights [uninitvar]
eglibc-2.13/string/strcoll_l.c:539:7: error: Uninitialized variable: use_malloc [uninitvar]
eglibc-2.13/string/strxfrm_l.c:115:14: style: Condition 'nrules==0' is always true [knownConditionTrueFalse]
eglibc-2.13/string/strxfrm_l.c:93:32: note: Assignment 'nrules=0', assigned value is 0
eglibc-2.13/string/strxfrm_l.c:115:14: note: Condition 'nrules==0' is always true
eglibc-2.13/string/strxfrm_l.c:115:14: style: Same expression on both sides of '==' because the value of 'nrules' and '0' are the same. [duplicateExpression]
eglibc-2.13/string/strxfrm_l.c:93:32: note: 'nrules' is assigned value '0' here.
eglibc-2.13/string/strxfrm_l.c:115:14: note: Same expression on both sides of '==' because the value of 'nrules' and '0' are the same.
eglibc-2.13/string/strxfrm_l.c:70:37: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
eglibc-2.13/string/strxfrm_l.c:176:28: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/string/strxfrm_l.c:177:35: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/string/strxfrm_l.c:444:7: error: Uninitialized variable: use_malloc [uninitvar]
eglibc-2.13/string/test-ffs.c:54:3: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
eglibc-2.13/string/test-ffs.c:55:3: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
eglibc-2.13/string/test-ffs.c:56:3: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
eglibc-2.13/string/test-ffs.c:54:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
eglibc-2.13/string/test-ffs.c:55:3: error: Shifting signed 64-bit value by 63 bits is undefined behaviour [shiftTooManyBitsSigned]
eglibc-2.13/string/test-ffs.c:56:3: error: Shifting signed 64-bit value by 63 bits is undefined behaviour [shiftTooManyBitsSigned]
eglibc-2.13/string/test-memccpy.c:93:7: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-memccpy.c:126:5: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-memccpy.c:126:5: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-memccpy.c:126:5: portability: %zd in format string (no. 4) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-memccpy.c:126:5: portability: %zd in format string (no. 5) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-memccpy.c:138:46: style: The scope of the variable 'mode' can be reduced. [variableScope]
eglibc-2.13/string/test-memccpy.c:141:23: style: The scope of the variable 'c' can be reduced. [variableScope]
eglibc-2.13/string/test-memchr.c:66:7: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-memchr.c:101:5: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-memchr.c:101:5: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-memchr.c:113:13: style: The scope of the variable 'j' can be reduced. [variableScope]
eglibc-2.13/string/test-memchr.c:113:19: style: The scope of the variable 'align' can be reduced. [variableScope]
eglibc-2.13/string/test-memchr.c:113:26: style: The scope of the variable 'pos' can be reduced. [variableScope]
eglibc-2.13/string/test-memchr.c:113:31: style: The scope of the variable 'len' can be reduced. [variableScope]
eglibc-2.13/string/test-memchr.c:114:7: style: The scope of the variable 'seek_char' can be reduced. [variableScope]
eglibc-2.13/string/test-memcmp.c:80:7: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-memcmp.c:112:5: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-memcmp.c:112:5: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-memcmp.c:112:5: portability: %zd in format string (no. 3) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-memcmp.c:124:13: style: The scope of the variable 'j' can be reduced. [variableScope]
eglibc-2.13/string/test-memcmp.c:124:19: style: The scope of the variable 'align1' can be reduced. [variableScope]
eglibc-2.13/string/test-memcmp.c:124:35: style: The scope of the variable 'pos' can be reduced. [variableScope]
eglibc-2.13/string/test-memcmp.c:124:40: style: The scope of the variable 'len' can be reduced. [variableScope]
eglibc-2.13/string/test-memcmp.c:125:7: style: The scope of the variable 'result' can be reduced. [variableScope]
eglibc-2.13/string/test-memcpy.c:87:7: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-memcpy.c:112:5: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-memcpy.c:112:5: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-memcpy.c:112:5: portability: %zd in format string (no. 3) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-memcpy.c:124:13: style: The scope of the variable 'j' can be reduced. [variableScope]
eglibc-2.13/string/test-memcpy.c:125:7: style: The scope of the variable 'c' can be reduced. [variableScope]
eglibc-2.13/string/test-memcpy.c:126:18: style: The scope of the variable 'p1' can be reduced. [variableScope]
eglibc-2.13/string/test-memcpy.c:126:23: style: The scope of the variable 'p2' can be reduced. [variableScope]
eglibc-2.13/string/test-memmem.c:90:7: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-memmem.c:103:5: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-memmem.c:136:2: portability: %zd in format string (no. 3) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-memmove.c:86:7: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-memmove.c:111:5: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-memmove.c:111:5: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-memmove.c:111:5: portability: %zd in format string (no. 3) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-memmove.c:124:20: style: The scope of the variable 'srcend' can be reduced. [variableScope]
eglibc-2.13/string/test-memmove.c:124:38: style: The scope of the variable 'dstend' can be reduced. [variableScope]
eglibc-2.13/string/test-memmove.c:125:7: style: The scope of the variable 'c' can be reduced. [variableScope]
eglibc-2.13/string/test-memmove.c:126:18: style: The scope of the variable 'p1' can be reduced. [variableScope]
eglibc-2.13/string/test-memmove.c:126:23: style: The scope of the variable 'p2' can be reduced. [variableScope]
eglibc-2.13/string/test-memset.c:77:7: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-memset.c:89:5: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-memset.c:89:5: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-memset.c:101:13: style: The scope of the variable 'j' can be reduced. [variableScope]
eglibc-2.13/string/test-memset.c:101:22: style: The scope of the variable 'align' can be reduced. [variableScope]
eglibc-2.13/string/test-memset.c:101:29: style: The scope of the variable 'len' can be reduced. [variableScope]
eglibc-2.13/string/test-memset.c:102:10: style: The scope of the variable 'o' can be reduced. [variableScope]
eglibc-2.13/string/test-memset.c:103:18: style: The scope of the variable 'p' can be reduced. [variableScope]
eglibc-2.13/string/test-strcpy.c:77:7: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-strcpy.c:103:5: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-strcpy.c:103:5: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-strcpy.c:103:5: portability: %zd in format string (no. 3) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-strcpy.c:115:13: style: The scope of the variable 'j' can be reduced. [variableScope]
eglibc-2.13/string/test-strcpy.c:115:19: style: The scope of the variable 'align1' can be reduced. [variableScope]
eglibc-2.13/string/test-strcpy.c:115:35: style: The scope of the variable 'len' can be reduced. [variableScope]
eglibc-2.13/string/test-strncpy.c:109:7: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-strncpy.c:137:5: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-strncpy.c:137:5: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-strncpy.c:137:5: portability: %zd in format string (no. 3) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-strncpy.c:137:5: portability: %zd in format string (no. 4) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-strncpy.c:149:46: style: The scope of the variable 'mode' can be reduced. [variableScope]
eglibc-2.13/string/test-strcasecmp.c:191:3: warning: Return value of function toupper() is not used. [ignoredReturnValue]
eglibc-2.13/string/test-strcasecmp.c:92:7: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-strcasecmp.c:133:5: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-strcasecmp.c:133:5: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-strcasecmp.c:133:5: portability: %zd in format string (no. 3) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-strcasecmp.c:145:13: style: The scope of the variable 'j' can be reduced. [variableScope]
eglibc-2.13/string/test-strcasecmp.c:145:19: style: The scope of the variable 'align1' can be reduced. [variableScope]
eglibc-2.13/string/test-strcasecmp.c:145:35: style: The scope of the variable 'pos' can be reduced. [variableScope]
eglibc-2.13/string/test-strcasecmp.c:145:40: style: The scope of the variable 'len1' can be reduced. [variableScope]
eglibc-2.13/string/test-strcasecmp.c:146:7: style: The scope of the variable 'result' can be reduced. [variableScope]
eglibc-2.13/string/test-strcasestr.c:88:7: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-strcasestr.c:130:5: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-strcasestr.c:130:5: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-strcasestr.c:130:5: portability: %zd in format string (no. 3) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-strcasestr.c:130:5: portability: %zd in format string (no. 4) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-strcat.c:76:7: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-strcat.c:105:5: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-strcat.c:105:5: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-strcat.c:105:5: portability: %zd in format string (no. 3) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-strcat.c:105:5: portability: %zd in format string (no. 4) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-strcat.c:120:13: style: The scope of the variable 'j' can be reduced. [variableScope]
eglibc-2.13/string/test-strcat.c:120:19: style: The scope of the variable 'align1' can be reduced. [variableScope]
eglibc-2.13/string/test-strcat.c:120:35: style: The scope of the variable 'len1' can be reduced. [variableScope]
eglibc-2.13/string/test-strchr.c:79:7: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-strchr.c:112:5: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-strchr.c:112:5: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-strchr.c:124:13: style: The scope of the variable 'j' can be reduced. [variableScope]
eglibc-2.13/string/test-strchr.c:124:19: style: The scope of the variable 'align' can be reduced. [variableScope]
eglibc-2.13/string/test-strchr.c:124:26: style: The scope of the variable 'pos' can be reduced. [variableScope]
eglibc-2.13/string/test-strchr.c:124:31: style: The scope of the variable 'len' can be reduced. [variableScope]
eglibc-2.13/string/test-strchr.c:125:7: style: The scope of the variable 'seek_char' can be reduced. [variableScope]
eglibc-2.13/string/test-strcmp.c:84:7: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-strcmp.c:118:5: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-strcmp.c:118:5: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-strcmp.c:118:5: portability: %zd in format string (no. 3) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-strcmp.c:130:13: style: The scope of the variable 'j' can be reduced. [variableScope]
eglibc-2.13/string/test-strcmp.c:130:19: style: The scope of the variable 'align1' can be reduced. [variableScope]
eglibc-2.13/string/test-strcmp.c:130:35: style: The scope of the variable 'pos' can be reduced. [variableScope]
eglibc-2.13/string/test-strcmp.c:130:40: style: The scope of the variable 'len1' can be reduced. [variableScope]
eglibc-2.13/string/test-strcmp.c:131:7: style: The scope of the variable 'result' can be reduced. [variableScope]
eglibc-2.13/string/test-strpbrk.c:89:7: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-strpbrk.c:141:5: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-strpbrk.c:141:5: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-strpbrk.c:141:5: portability: %zd in format string (no. 3) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-strpbrk.c:153:13: style: The scope of the variable 'j' can be reduced. [variableScope]
eglibc-2.13/string/test-strpbrk.c:153:19: style: The scope of the variable 'align' can be reduced. [variableScope]
eglibc-2.13/string/test-strpbrk.c:153:26: style: The scope of the variable 'pos' can be reduced. [variableScope]
eglibc-2.13/string/test-strpbrk.c:153:31: style: The scope of the variable 'len' can be reduced. [variableScope]
eglibc-2.13/string/test-strpbrk.c:154:12: style: The scope of the variable 'result' can be reduced. [variableScope]
eglibc-2.13/string/test-strlen.c:74:7: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-strlen.c:92:5: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-strlen.c:92:5: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-strlen.c:104:13: style: The scope of the variable 'j' can be reduced. [variableScope]
eglibc-2.13/string/test-strlen.c:104:19: style: The scope of the variable 'align' can be reduced. [variableScope]
eglibc-2.13/string/test-strlen.c:104:26: style: The scope of the variable 'len' can be reduced. [variableScope]
eglibc-2.13/string/test-strncasecmp.c:212:3: warning: Return value of function toupper() is not used. [ignoredReturnValue]
eglibc-2.13/string/test-strncasecmp.c:113:7: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-strncasecmp.c:154:5: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-strncasecmp.c:154:5: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-strncasecmp.c:154:5: portability: %zd in format string (no. 3) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-strncasecmp.c:166:13: style: The scope of the variable 'j' can be reduced. [variableScope]
eglibc-2.13/string/test-strncasecmp.c:166:19: style: The scope of the variable 'align1' can be reduced. [variableScope]
eglibc-2.13/string/test-strncasecmp.c:166:35: style: The scope of the variable 'pos' can be reduced. [variableScope]
eglibc-2.13/string/test-strncasecmp.c:166:40: style: The scope of the variable 'len1' can be reduced. [variableScope]
eglibc-2.13/string/test-strncasecmp.c:167:7: style: The scope of the variable 'result' can be reduced. [variableScope]
eglibc-2.13/string/test-strncmp.c:94:7: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-strncmp.c:110:2: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-strncmp.c:110:2: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-strncmp.c:148:5: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-strncmp.c:148:5: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-strncmp.c:148:5: portability: %zd in format string (no. 3) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-strncmp.c:148:5: portability: %zd in format string (no. 4) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-strncmp.c:193:5: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-strncmp.c:193:5: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-strncmp.c:193:5: portability: %zd in format string (no. 3) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-strncmp.c:193:5: portability: %zd in format string (no. 4) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-strncmp.c:205:13: style: The scope of the variable 'j' can be reduced. [variableScope]
eglibc-2.13/string/test-strncmp.c:205:19: style: The scope of the variable 'align1' can be reduced. [variableScope]
eglibc-2.13/string/test-strncmp.c:205:35: style: The scope of the variable 'pos' can be reduced. [variableScope]
eglibc-2.13/string/test-strncmp.c:205:40: style: The scope of the variable 'len1' can be reduced. [variableScope]
eglibc-2.13/string/test-strncmp.c:205:52: style: The scope of the variable 'size' can be reduced. [variableScope]
eglibc-2.13/string/test-strncmp.c:206:7: style: The scope of the variable 'result' can be reduced. [variableScope]
eglibc-2.13/string/test-strncmp.c:302:7: style: The scope of the variable 'exp_result' can be reduced. [variableScope]
eglibc-2.13/string/test-strnlen.c:66:7: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-strnlen.c:84:5: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-strnlen.c:84:5: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-strnlen.c:96:13: style: The scope of the variable 'j' can be reduced. [variableScope]
eglibc-2.13/string/test-strnlen.c:96:19: style: The scope of the variable 'align' can be reduced. [variableScope]
eglibc-2.13/string/test-strnlen.c:96:26: style: The scope of the variable 'len' can be reduced. [variableScope]
eglibc-2.13/string/test-strrchr.c:69:7: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-strrchr.c:106:5: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-strrchr.c:106:5: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-strrchr.c:118:13: style: The scope of the variable 'j' can be reduced. [variableScope]
eglibc-2.13/string/test-strrchr.c:118:19: style: The scope of the variable 'align' can be reduced. [variableScope]
eglibc-2.13/string/test-strrchr.c:118:26: style: The scope of the variable 'pos' can be reduced. [variableScope]
eglibc-2.13/string/test-strrchr.c:118:31: style: The scope of the variable 'len' can be reduced. [variableScope]
eglibc-2.13/string/test-strrchr.c:119:7: style: The scope of the variable 'seek_char' can be reduced. [variableScope]
eglibc-2.13/string/test-strspn.c:93:7: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-strspn.c:133:5: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-strspn.c:133:5: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-strspn.c:133:5: portability: %zd in format string (no. 3) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-strspn.c:145:13: style: The scope of the variable 'j' can be reduced. [variableScope]
eglibc-2.13/string/test-strspn.c:145:19: style: The scope of the variable 'align' can be reduced. [variableScope]
eglibc-2.13/string/test-strspn.c:145:37: style: The scope of the variable 'len' can be reduced. [variableScope]
eglibc-2.13/string/test-strstr.c:86:7: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-strstr.c:127:5: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-strstr.c:127:5: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-strstr.c:127:5: portability: %zd in format string (no. 3) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/test-strstr.c:127:5: portability: %zd in format string (no. 4) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/testcopy.c:108:0: error: Memory leak: rand_mem [memleak]
eglibc-2.13/string/testcopy.c:108:0: error: Memory leak: lo_around [memleak]
eglibc-2.13/string/testcopy.c:108:0: error: Memory leak: hi_around [memleak]
eglibc-2.13/string/tst-strlen.c:36:5: portability: %zd in format string (no. 5) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/tst-strlen.c:45:5: portability: %zd in format string (no. 5) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/tst-strxfrm.c:31:7: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eglibc-2.13/string/tst-svc.c:22:11: style: The scope of the variable 'n' can be reduced. [variableScope]
eglibc-2.13/sunrpc/auth_unix.c:95:24: style: Function 'authunix_create' argument 1 names different: declaration '__machname' definition 'machname'. [funcArgNamesDifferent]
eglibc-2.13/sunrpc/rpc/auth.h:158:37: note: Function 'authunix_create' argument 1 names different: declaration '__machname' definition 'machname'.
eglibc-2.13/sunrpc/auth_unix.c:95:24: note: Function 'authunix_create' argument 1 names different: declaration '__machname' definition 'machname'.
eglibc-2.13/sunrpc/auth_unix.c:95:34: style: Function 'authunix_create' argument 2 names different: declaration '__uid' definition 'uid_t'. [funcArgNamesDifferent]
eglibc-2.13/sunrpc/rpc/auth.h:158:57: note: Function 'authunix_create' argument 2 names different: declaration '__uid' definition 'uid_t'.
eglibc-2.13/sunrpc/auth_unix.c:95:34: note: Function 'authunix_create' argument 2 names different: declaration '__uid' definition 'uid_t'.
eglibc-2.13/sunrpc/auth_unix.c:95:51: style: Function 'authunix_create' argument 3 names different: declaration '__gid' definition 'gid'. [funcArgNamesDifferent]
eglibc-2.13/sunrpc/rpc/auth.h:158:72: note: Function 'authunix_create' argument 3 names different: declaration '__gid' definition 'gid'.
eglibc-2.13/sunrpc/auth_unix.c:95:51: note: Function 'authunix_create' argument 3 names different: declaration '__gid' definition 'gid'.
eglibc-2.13/sunrpc/auth_unix.c:95:56: style: Function 'authunix_create' argument 4 names different: declaration '__len' definition 'int'. [funcArgNamesDifferent]
eglibc-2.13/sunrpc/rpc/auth.h:159:14: note: Function 'authunix_create' argument 4 names different: declaration '__len' definition 'int'.
eglibc-2.13/sunrpc/auth_unix.c:95:56: note: Function 'authunix_create' argument 4 names different: declaration '__len' definition 'int'.
eglibc-2.13/sunrpc/auth_unix.c:96:11: style: Function 'authunix_create' argument 5 names different: declaration '__aup_gids' definition 'aup_gids'. [funcArgNamesDifferent]
eglibc-2.13/sunrpc/rpc/auth.h:159:30: note: Function 'authunix_create' argument 5 names different: declaration '__aup_gids' definition 'aup_gids'.
eglibc-2.13/sunrpc/auth_unix.c:96:11: note: Function 'authunix_create' argument 5 names different: declaration '__aup_gids' definition 'aup_gids'.
eglibc-2.13/sunrpc/clnt_raw.c:131:3: error: Address of auto-variable 'clp->client_object' returned [returnAddressOfAutoVariable]
eglibc-2.13/sunrpc/des_impl.c:383:35: style: The scope of the variable 's' can be reduced. [variableScope]
eglibc-2.13/sunrpc/des_impl.c:592:10: style: Variable 'tin0' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/sunrpc/des_impl.c:592:17: style: Variable 'tin1' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/sunrpc/des_impl.c:592:25: style: Variable 'tout0' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/sunrpc/des_impl.c:592:33: style: Variable 'tout1' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/sunrpc/des_impl.c:593:13: style: Variable 'tbuf' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/sunrpc/get_myaddr.c:87:16: style: Same expression on both sides of '==' because the value of 'loopback' and '0' are the same. [duplicateExpression]
eglibc-2.13/sunrpc/get_myaddr.c:66:18: note: 'loopback' is assigned value '0' here.
eglibc-2.13/sunrpc/get_myaddr.c:87:16: note: Same expression on both sides of '==' because the value of 'loopback' and '0' are the same.
eglibc-2.13/sunrpc/pmap_clnt.c:85:16: style: Same expression on both sides of '==' because the value of 'loopback' and '1' are the same. [duplicateExpression]
eglibc-2.13/sunrpc/pmap_clnt.c:65:18: note: 'loopback' is assigned value '1' here.
eglibc-2.13/sunrpc/pmap_clnt.c:85:16: note: Same expression on both sides of '==' because the value of 'loopback' and '1' are the same.
eglibc-2.13/sunrpc/rpc_clntout.c:52:15: style: The scope of the variable 'def' can be reduced. [variableScope]
eglibc-2.13/sunrpc/rpc_cout.c:443:13: style: The scope of the variable 'ptr' can be reduced. [variableScope]
eglibc-2.13/sunrpc/rpc_cout.c:610:13: style: The scope of the variable 'ptr' can be reduced. [variableScope]
eglibc-2.13/sunrpc/rpc_hout.c:468:8: style: The scope of the variable 'prefix' can be reduced. [variableScope]
eglibc-2.13/sunrpc/rpc_hout.c:523:15: style: The scope of the variable 'prefix' can be reduced. [variableScope]
eglibc-2.13/sunrpc/rpc_hout.c:524:15: style: The scope of the variable 'type' can be reduced. [variableScope]
eglibc-2.13/sunrpc/rpc_hout.c:589:15: style: The scope of the variable 'def' can be reduced. [variableScope]
eglibc-2.13/sunrpc/rpc_main.c:263:9: warning: Either the condition 'if(infile&&(include=extendfile(infile,".h")))' is redundant or there is possible null pointer dereference: file. [nullPointerRedundantCheck]
eglibc-2.13/sunrpc/rpc_main.c:484:6: note: Assuming that condition 'if(infile&&(include=extendfile(infile,".h")))' is not redundant
eglibc-2.13/sunrpc/rpc_main.c:481:38: note: Calling function 'extendfile', 1st argument 'file' value is 0
eglibc-2.13/sunrpc/rpc_main.c:263:9: note: Null pointer dereference
eglibc-2.13/sunrpc/rpc_main.c:266:16: warning: Either the condition 'if(infile&&(include=extendfile(infile,".h")))' is redundant or there is possible null pointer dereference: file. [nullPointerRedundantCheck]
eglibc-2.13/sunrpc/rpc_main.c:484:6: note: Assuming that condition 'if(infile&&(include=extendfile(infile,".h")))' is not redundant
eglibc-2.13/sunrpc/rpc_main.c:481:38: note: Calling function 'extendfile', 1st argument 'file' value is 0
eglibc-2.13/sunrpc/rpc_main.c:266:16: note: Null pointer dereference
eglibc-2.13/sunrpc/rpc_main.c:269:16: warning: Either the condition 'if(infile&&(include=extendfile(infile,".h")))' is redundant or there is possible null pointer dereference: file. [nullPointerRedundantCheck]
eglibc-2.13/sunrpc/rpc_main.c:484:6: note: Assuming that condition 'if(infile&&(include=extendfile(infile,".h")))' is not redundant
eglibc-2.13/sunrpc/rpc_main.c:481:38: note: Calling function 'extendfile', 1st argument 'file' value is 0
eglibc-2.13/sunrpc/rpc_main.c:269:16: note: Null pointer dereference
eglibc-2.13/sunrpc/rpc_main.c:1461:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
eglibc-2.13/sunrpc/rpc_parse.c:147:15: style: The scope of the variable 'ptailp' can be reduced. [variableScope]
eglibc-2.13/sunrpc/rpc_scan.c:534:8: error: Memory is allocated but not initialized: file [uninitdata]
eglibc-2.13/sunrpc/rpc_svcout.c:425:7: style: The scope of the variable 'filled' can be reduced. [variableScope]
eglibc-2.13/sunrpc/rpc_tblout.c:65:15: style: The scope of the variable 'def' can be reduced. [variableScope]
eglibc-2.13/sunrpc/rpc_tblout.c:86:7: style: The scope of the variable 'warning' can be reduced. [variableScope]
eglibc-2.13/sunrpc/rpc_util.c:437:8: style: The scope of the variable 'c' can be reduced. [variableScope]
eglibc-2.13/sunrpc/rpcinfo.c:586:4: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
eglibc-2.13/sunrpc/rpcinfo.c:586:4: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
eglibc-2.13/sunrpc/rpcinfo.c:594:6: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
eglibc-2.13/sunrpc/rpcinfo.c:595:4: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
eglibc-2.13/sunrpc/rpcinfo.c:535:28: style: The scope of the variable 'hp' can be reduced. [variableScope]
eglibc-2.13/sunrpc/rpcinfo.c:540:18: style: The scope of the variable 'rpc' can be reduced. [variableScope]
eglibc-2.13/sunrpc/rpcinfo.c:742:28: style: The scope of the variable 'hp' can be reduced. [variableScope]
eglibc-2.13/sunrpc/rpcinfo.c:205:14: style: Function 'udpping' argument 1 names different: declaration 'portflag' definition 'portnum'. [funcArgNamesDifferent]
eglibc-2.13/sunrpc/rpcinfo.c:61:30: note: Function 'udpping' argument 1 names different: declaration 'portflag' definition 'portnum'.
eglibc-2.13/sunrpc/rpcinfo.c:205:14: note: Function 'udpping' argument 1 names different: declaration 'portflag' definition 'portnum'.
eglibc-2.13/sunrpc/rpcinfo.c:360:14: style: Function 'tcpping' argument 1 names different: declaration 'portflag' definition 'portnum'. [funcArgNamesDifferent]
eglibc-2.13/sunrpc/rpcinfo.c:62:30: note: Function 'tcpping' argument 1 names different: declaration 'portflag' definition 'portnum'.
eglibc-2.13/sunrpc/rpcinfo.c:360:14: note: Function 'tcpping' argument 1 names different: declaration 'portflag' definition 'portnum'.
eglibc-2.13/sunrpc/rpcinfo.c:348:18: style: Variable 'rpc_stat' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/sunrpc/rpcinfo.c:491:18: style: Variable 'rpc_stat' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/sunrpc/rtime.c:73:7: style: The scope of the variable 'milliseconds' can be reduced. [variableScope]
eglibc-2.13/sunrpc/svc_simple.c:128:44: style: Function 'universal' argument 2 names different: declaration 'transp_s' definition 'transp_l'. [funcArgNamesDifferent]
eglibc-2.13/sunrpc/svc_simple.c:64:56: note: Function 'universal' argument 2 names different: declaration 'transp_s' definition 'transp_l'.
eglibc-2.13/sunrpc/svc_simple.c:128:44: note: Function 'universal' argument 2 names different: declaration 'transp_s' definition 'transp_l'.
eglibc-2.13/sunrpc/svc_udp.c:312:7: style: The scope of the variable 'slen' can be reduced. [variableScope]
eglibc-2.13/sunrpc/svc_udp.c:312:13: style: The scope of the variable 'sent' can be reduced. [variableScope]
eglibc-2.13/sunrpc/svc_udp.c:507:14: style: The scope of the variable 'vicp' can be reduced. [variableScope]
eglibc-2.13/sunrpc/xcrypt.c:184:12: style: The scope of the variable 'val' can be reduced. [variableScope]
eglibc-2.13/sunrpc/xdr_float.c:115:12: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
eglibc-2.13/sunrpc/xdr_float.c:117:16: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
eglibc-2.13/sunrpc/xdr_float.c:145:12: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
eglibc-2.13/sunrpc/xdr_float.c:149:6: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
eglibc-2.13/sunrpc/xdr_float.c:241:15: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
eglibc-2.13/sunrpc/xdr_float.c:245:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
eglibc-2.13/sunrpc/xdr_float.c:281:15: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
eglibc-2.13/sunrpc/xdr_float.c:285:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
eglibc-2.13/sunrpc/xdr_rec.c:581:7: style: The scope of the variable 'current' can be reduced. [variableScope]
eglibc-2.13/sunrpc/xdr_rec.c:631:7: style: The scope of the variable 'current' can be reduced. [variableScope]
eglibc-2.13/sysdeps/generic/unwind-dw2-fde.h:152:32: portability: '(void*)&f->CIE_delta' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/sysdeps/generic/unwind-dw2.c:230:47: portability: 'pc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/sysdeps/generic/unwind-dw2.c:758:9: portability: 'fs->pc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/sysdeps/generic/unwind-dw2.c:784:11: portability: 'fs->pc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/sysdeps/generic/unwind-dw2.c:788:11: portability: 'fs->pc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/sysdeps/generic/unwind-dw2.c:792:11: portability: 'fs->pc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/sysdeps/generic/unwind-dw2.c:961:39: portability: 'context->ra' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/sysdeps/generic/unwind-dw2.c:1047:26: portability: 'pc_target' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/sysdeps/generic/unwind-dw2.c:1123:11: portability: 'cfa' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/sysdeps/generic/unwind-dw2.c:1150:24: portability: 'cfa' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/sysdeps/i386/fpu/s_isinfl.c:32:5: style: Opposite expression on both sides of '|='. [oppositeExpression]
eglibc-2.13/sysdeps/i386/fpu/s_isinfl.c:32:5: note: Opposite expression on both sides of '|='.
eglibc-2.13/sysdeps/i386/fpu/s_isinfl.c:32:5: note: Opposite expression on both sides of '|='.
eglibc-2.13/sysdeps/i386/fpu/s_isinfl.c:34:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
eglibc-2.13/sysdeps/i386/fpu/s_isnanl.c:43:22: style: Opposite expression on both sides of '|'. [oppositeExpression]
eglibc-2.13/sysdeps/i386/fpu/s_isnanl.c:43:22: note: Opposite expression on both sides of '|'.
eglibc-2.13/sysdeps/i386/fpu/s_isnanl.c:43:22: note: Opposite expression on both sides of '|'.
eglibc-2.13/sysdeps/i386/i486/bits/string.h:22:0: error: #error "Never use <bits/string.h> directly; include <string.h> instead." [preprocessorErrorDirective]
eglibc-2.13/sysdeps/i386/ldbl2mpn.c:52:0: error: #error "mp_limb size " BITS_PER_MP_LIMB "not accounted for" [preprocessorErrorDirective]
eglibc-2.13/sysdeps/i386/dl-procinfo.h:99:7: style: The scope of the variable 'i' can be reduced. [variableScope]
eglibc-2.13/sysdeps/i386/dl-procinfo.h:57:24: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
eglibc-2.13/sysdeps/ia64/fpu/libm_cpu_defs.h:101:0: error: #error long int size not established; define SIZE_LONG_INT_32 or SIZE_LONG_INT_64 [preprocessorErrorDirective]
eglibc-2.13/sysdeps/ia64/fpu/fraiseexcpt.c:31:10: style: The scope of the variable 'tmp' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/dbl2mpn.c:51:0: error: #error "mp_limb size " BITS_PER_MP_LIMB "not accounted for" [preprocessorErrorDirective]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_acosh.c:54:18: style: Same expression on both sides of '/'. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_atan2.c:65:21: style: The scope of the variable 'u9' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_atan2.c:65:32: style: The scope of the variable 'dv' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_atan2.c:394:9: style: The scope of the variable 'p' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_atanh.c:62:14: style: Opposite expression on both sides of '|'. [oppositeExpression]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_atanh.c:62:14: note: Opposite expression on both sides of '|'.
eglibc-2.13/sysdeps/ieee754/dbl-64/e_atanh.c:62:14: note: Opposite expression on both sides of '|'.
eglibc-2.13/sysdeps/ieee754/dbl-64/e_atanh.c:63:18: style: Same expression on both sides of '/'. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_exp.c:201:32: style: Same expression on both sides of '/'. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_exp.c:204:46: style: Same expression on both sides of '/'. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_exp.c:55:16: style: The scope of the variable 'ex' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_exp.c:162:16: style: The scope of the variable 'ex' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_exp.c:119:8: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_exp.c:225:8: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_fmod.c:50:13: style: Opposite expression on both sides of '|'. [oppositeExpression]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_fmod.c:50:13: note: Opposite expression on both sides of '|'.
eglibc-2.13/sysdeps/ieee754/dbl-64/e_fmod.c:50:13: note: Opposite expression on both sides of '|'.
eglibc-2.13/sysdeps/ieee754/dbl-64/e_fmod.c:51:18: style: Same expression on both sides of '/'. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_fmod.c:82:18: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 81. [shiftTooManyBitsSigned]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_fmod.c:81:10: note: Assuming that condition 'n<=31' is not redundant
eglibc-2.13/sysdeps/ieee754/dbl-64/e_fmod.c:82:18: note: Shift
eglibc-2.13/sysdeps/ieee754/dbl-64/e_fmod.c:94:18: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 93. [shiftTooManyBitsSigned]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_fmod.c:93:10: note: Assuming that condition 'n<=31' is not redundant
eglibc-2.13/sysdeps/ieee754/dbl-64/e_fmod.c:94:18: note: Shift
eglibc-2.13/sysdeps/ieee754/dbl-64/e_gamma_r.c:46:22: style: Same expression on both sides of '/'. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_hypot.c:59:19: style: The scope of the variable 'y1' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_hypot.c:59:22: style: The scope of the variable 'y2' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_hypot.c:60:10: style: The scope of the variable 'j' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_j0.c:106:16: style: The scope of the variable 'ss' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_j0.c:106:19: style: The scope of the variable 'cc' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_j0.c:106:26: style: The scope of the variable 'v' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_j0.c:183:16: style: The scope of the variable 'ss' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_j0.c:183:19: style: The scope of the variable 'cc' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_j0.c:372:7: error: Uninitialized variable: p [uninitvar]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_j0.c:373:7: error: Uninitialized variable: p [uninitvar]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_j0.c:374:7: error: Uninitialized variable: p [uninitvar]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_j0.c:376:13: error: Uninitialized variable: q [uninitvar]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_j0.c:377:7: error: Uninitialized variable: q [uninitvar]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_j0.c:378:7: error: Uninitialized variable: q [uninitvar]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_j0.c:519:7: error: Uninitialized variable: p [uninitvar]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_j0.c:520:7: error: Uninitialized variable: p [uninitvar]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_j0.c:521:7: error: Uninitialized variable: p [uninitvar]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_j0.c:523:13: error: Uninitialized variable: q [uninitvar]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_j0.c:524:7: error: Uninitialized variable: q [uninitvar]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_j0.c:525:7: error: Uninitialized variable: q [uninitvar]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_j0.c:526:29: error: Uninitialized variable: q [uninitvar]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_j1.c:107:16: style: The scope of the variable 'ss' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_j1.c:107:19: style: The scope of the variable 'cc' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_j1.c:107:24: style: The scope of the variable 'u' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_j1.c:107:26: style: The scope of the variable 'v' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_j1.c:186:16: style: The scope of the variable 'ss' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_j1.c:186:19: style: The scope of the variable 'cc' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_j1.c:372:7: error: Uninitialized variable: p [uninitvar]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_j1.c:373:7: error: Uninitialized variable: p [uninitvar]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_j1.c:374:7: error: Uninitialized variable: p [uninitvar]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_j1.c:376:13: error: Uninitialized variable: q [uninitvar]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_j1.c:377:7: error: Uninitialized variable: q [uninitvar]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_j1.c:378:7: error: Uninitialized variable: q [uninitvar]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_j1.c:520:7: error: Uninitialized variable: p [uninitvar]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_j1.c:521:7: error: Uninitialized variable: p [uninitvar]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_j1.c:522:7: error: Uninitialized variable: p [uninitvar]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_j1.c:524:13: error: Uninitialized variable: q [uninitvar]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_j1.c:525:7: error: Uninitialized variable: q [uninitvar]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_j1.c:526:7: error: Uninitialized variable: q [uninitvar]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_j1.c:527:30: error: Uninitialized variable: q [uninitvar]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_jn.c:78:24: style: Opposite expression on both sides of '|'. [oppositeExpression]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_jn.c:78:24: note: Opposite expression on both sides of '|'.
eglibc-2.13/sysdeps/ieee754/dbl-64/e_jn.c:78:24: note: Opposite expression on both sides of '|'.
eglibc-2.13/sysdeps/ieee754/dbl-64/e_jn.c:238:24: style: Opposite expression on both sides of '|'. [oppositeExpression]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_jn.c:238:24: note: Opposite expression on both sides of '|'.
eglibc-2.13/sysdeps/ieee754/dbl-64/e_jn.c:238:24: note: Opposite expression on both sides of '|'.
eglibc-2.13/sysdeps/ieee754/dbl-64/e_jn.c:231:10: style: The scope of the variable 'i' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_jn.c:233:9: style: The scope of the variable 'a' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_jn.c:86:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_log10.c:86:35: style: Same expression on both sides of '/'. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_log2.c:98:28: style: Same expression on both sides of '/'. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_log2.c:88:9: style: The scope of the variable 'hfsq' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_pow.c:107:26: style: Same value in both branches of ternary operator. [duplicateValueTernary]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_pow.c:59:10: style: The scope of the variable 'z' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_pow.c:59:12: style: The scope of the variable 'a' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_pow.c:59:24: style: The scope of the variable 't' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_pow.c:59:26: style: The scope of the variable 'a1' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_pow.c:59:29: style: The scope of the variable 'a2' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_pow.c:59:32: style: The scope of the variable 'y1' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_pow.c:59:35: style: The scope of the variable 'y2' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_pow.c:184:9: style: The scope of the variable 'j' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_pow.c:188:13: style: The scope of the variable 'vv' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_pow.c:188:20: style: The scope of the variable 'nx' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_pow.c:276:9: style: The scope of the variable 'j' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_pow.c:280:13: style: The scope of the variable 'vv' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_pow.c:280:16: style: The scope of the variable 'eps' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_pow.c:280:20: style: The scope of the variable 'nx' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_pow.c:280:23: style: The scope of the variable 'e' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_pow.c:280:33: style: The scope of the variable 't1' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_pow.c:280:36: style: The scope of the variable 't2' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_pow.c:284:10: style: The scope of the variable 'ou1' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_pow.c:284:14: style: The scope of the variable 'ou2' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_pow.c:284:18: style: The scope of the variable 'lu1' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_pow.c:284:22: style: The scope of the variable 'lu2' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_pow.c:284:26: style: The scope of the variable 'ov' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_pow.c:284:29: style: The scope of the variable 'lv1' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_pow.c:284:33: style: The scope of the variable 'lv2' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_pow.c:284:37: style: The scope of the variable 'a' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_pow.c:284:39: style: The scope of the variable 'a1' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_pow.c:284:42: style: The scope of the variable 'a2' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_pow.c:285:10: style: The scope of the variable 'y' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_pow.c:285:12: style: The scope of the variable 'yy' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_pow.c:285:15: style: The scope of the variable 'z' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_pow.c:285:17: style: The scope of the variable 'zz' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_pow.c:285:20: style: The scope of the variable 'j1' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_pow.c:285:23: style: The scope of the variable 'j2' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_pow.c:285:26: style: The scope of the variable 'j3' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_pow.c:285:29: style: The scope of the variable 'j4' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_pow.c:285:32: style: The scope of the variable 'j5' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_pow.c:285:35: style: The scope of the variable 'j6' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_pow.c:285:38: style: The scope of the variable 'j7' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_pow.c:285:41: style: The scope of the variable 'j8' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_rem_pio2.c:93:11: style: The scope of the variable 'w' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_rem_pio2.c:93:13: style: The scope of the variable 't' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_rem_pio2.c:93:15: style: The scope of the variable 'r' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_rem_pio2.c:93:17: style: The scope of the variable 'fn' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_rem_pio2.c:95:15: style: The scope of the variable 'j' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_remainder.c:122:11: style: Same expression on both sides of '/'. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_remainder.c:45:14: style: The scope of the variable 'xx' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_remainder.c:49:14: style: The scope of the variable 'n' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_remainder.c:49:16: style: The scope of the variable 'nn' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_remainder.c:49:19: style: The scope of the variable 'n1' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_remainder.c:49:22: style: The scope of the variable 'm1' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_remainder.c:49:25: style: The scope of the variable 'l' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_sinh.c:51:11: style: The scope of the variable 'w' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_sqrt.c:85:26: style: Same expression on both sides of '/'. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_sqrt.c:56:10: style: The scope of the variable 'y' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_sqrt.c:56:14: style: The scope of the variable 'del' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_sqrt.c:56:18: style: The scope of the variable 'res' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_sqrt.c:56:22: style: The scope of the variable 'res1' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_sqrt.c:56:27: style: The scope of the variable 'hy' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_sqrt.c:56:30: style: The scope of the variable 'z' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_sqrt.c:56:32: style: The scope of the variable 'zz' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_sqrt.c:56:35: style: The scope of the variable 'p' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_sqrt.c:56:37: style: The scope of the variable 'hx' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_sqrt.c:56:40: style: The scope of the variable 'tx' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/e_sqrt.c:56:43: style: The scope of the variable 'ty' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/halfulp.c:55:14: style: The scope of the variable 'uu' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/halfulp.c:55:17: style: The scope of the variable 'j1' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/halfulp.c:55:20: style: The scope of the variable 'j2' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/halfulp.c:55:23: style: The scope of the variable 'j3' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/halfulp.c:55:26: style: The scope of the variable 'j4' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/halfulp.c:55:29: style: The scope of the variable 'j5' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/mpa.c:135:10: style: The scope of the variable 'a' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/mpa.c:135:14: style: The scope of the variable 'u' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/mpa.c:135:16: style: The scope of the variable 'v' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/mpa.c:185:7: style: The scope of the variable 'i' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/mpa.c:254:10: style: The scope of the variable 'u' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/mpa.c:432:10: style: The scope of the variable 'u' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/mpexp.c:39:31: style: Function '__mpexp' argument 2 names different: declaration '__y' definition 'y'. [funcArgNamesDifferent]
eglibc-2.13/sysdeps/ieee754/dbl-64/mpa.h:83:38: note: Function '__mpexp' argument 2 names different: declaration '__y' definition 'y'.
eglibc-2.13/sysdeps/ieee754/dbl-64/mpexp.c:39:31: note: Function '__mpexp' argument 2 names different: declaration '__y' definition 'y'.
eglibc-2.13/sysdeps/ieee754/dbl-64/mpn2dbl.c:44:0: error: #error "mp_limb size " BITS_PER_MP_LIMB "not accounted for" [preprocessorErrorDirective]
eglibc-2.13/sysdeps/ieee754/dbl-64/mpsqrt.c:64:6: style: Variable 'ex' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/sysdeps/ieee754/dbl-64/s_atan.c:55:61: style: The scope of the variable 'u2' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/s_atan.c:215:9: style: The scope of the variable 'p' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/s_erf.c:204:16: style: The scope of the variable 'i' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/s_erf.c:205:13: style: The scope of the variable 'P' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/s_erf.c:205:15: style: The scope of the variable 'Q' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/s_erf.c:205:19: style: The scope of the variable 'y' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/s_expm1.c:144:11: style: The scope of the variable 'hi' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/s_expm1.c:144:14: style: The scope of the variable 'lo' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/s_expm1.c:222:26: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
eglibc-2.13/sysdeps/ieee754/dbl-64/s_ilogb.c:35:16: style: The scope of the variable 'ix' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/s_isinf.c:25:5: style: Opposite expression on both sides of '|='. [oppositeExpression]
eglibc-2.13/sysdeps/ieee754/dbl-64/s_isinf.c:25:5: note: Opposite expression on both sides of '|='.
eglibc-2.13/sysdeps/ieee754/dbl-64/s_isinf.c:25:5: note: Opposite expression on both sides of '|='.
eglibc-2.13/sysdeps/ieee754/dbl-64/s_isinf.c:26:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
eglibc-2.13/sysdeps/ieee754/dbl-64/s_isnan.c:35:22: style: Opposite expression on both sides of '|'. [oppositeExpression]
eglibc-2.13/sysdeps/ieee754/dbl-64/s_isnan.c:35:22: note: Opposite expression on both sides of '|'.
eglibc-2.13/sysdeps/ieee754/dbl-64/s_isnan.c:35:22: note: Opposite expression on both sides of '|'.
eglibc-2.13/sysdeps/ieee754/dbl-64/s_log1p.c:127:20: style: Same expression on both sides of '/'. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/dbl-64/s_log1p.c:117:24: style: The scope of the variable 'u' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/s_nearbyint.c:60:13: style: Opposite expression on both sides of '|'. [oppositeExpression]
eglibc-2.13/sysdeps/ieee754/dbl-64/s_nearbyint.c:60:13: note: Opposite expression on both sides of '|'.
eglibc-2.13/sysdeps/ieee754/dbl-64/s_nearbyint.c:60:13: note: Opposite expression on both sides of '|'.
eglibc-2.13/sysdeps/ieee754/dbl-64/s_nearbyint.c:53:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
eglibc-2.13/sysdeps/ieee754/dbl-64/s_nearbyint.c:67:38: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
eglibc-2.13/sysdeps/ieee754/dbl-64/s_nearbyint.c:92:47: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 85. [shiftTooManyBitsSigned]
eglibc-2.13/sysdeps/ieee754/dbl-64/s_nearbyint.c:85:15: note: Assuming that condition 'j0>51' is not redundant
eglibc-2.13/sysdeps/ieee754/dbl-64/s_nearbyint.c:92:47: note: Shift
eglibc-2.13/sysdeps/ieee754/dbl-64/s_remquo.c:45:20: style: Same expression on both sides of '/'. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/dbl-64/s_remquo.c:49:20: style: Same expression on both sides of '/'. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/dbl-64/s_rint.c:58:13: style: Opposite expression on both sides of '|'. [oppositeExpression]
eglibc-2.13/sysdeps/ieee754/dbl-64/s_rint.c:58:13: note: Opposite expression on both sides of '|'.
eglibc-2.13/sysdeps/ieee754/dbl-64/s_rint.c:58:13: note: Opposite expression on both sides of '|'.
eglibc-2.13/sysdeps/ieee754/dbl-64/s_rint.c:49:11: style: The scope of the variable 't' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/s_rint.c:51:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
eglibc-2.13/sysdeps/ieee754/dbl-64/s_rint.c:63:38: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
eglibc-2.13/sysdeps/ieee754/dbl-64/s_rint.c:88:47: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 81. [shiftTooManyBitsSigned]
eglibc-2.13/sysdeps/ieee754/dbl-64/s_rint.c:81:15: note: Assuming that condition 'j0>51' is not redundant
eglibc-2.13/sysdeps/ieee754/dbl-64/s_rint.c:88:47: note: Shift
eglibc-2.13/sysdeps/ieee754/dbl-64/s_round.c:82:26: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 37. [shiftTooManyBitsSigned]
eglibc-2.13/sysdeps/ieee754/dbl-64/s_round.c:37:10: note: Assuming that condition 'j0<20' is not redundant
eglibc-2.13/sysdeps/ieee754/dbl-64/s_round.c:82:26: note: Shift
eglibc-2.13/sysdeps/ieee754/dbl-64/s_sin.c:336:13: style: Same expression on both sides of '/'. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/dbl-64/s_sin.c:583:14: style: Same expression on both sides of '/'. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/dbl-64/s_sin.c:708:38: style: The scope of the variable 'a' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/s_sin.c:708:40: style: The scope of the variable 'da' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/s_sin.c:708:43: style: The scope of the variable 'xn' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/s_sin.c:710:8: style: The scope of the variable 'n' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/s_sin.c:1002:38: style: The scope of the variable 'a' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/s_sin.c:1002:40: style: The scope of the variable 'da' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/s_sin.c:1002:43: style: The scope of the variable 'xn' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/s_sin.c:1004:8: style: The scope of the variable 'n' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/s_tan.c:52:62: style: The scope of the variable 's' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/s_tan.c:54:7: style: The scope of the variable 'p' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/s_tanh.c:57:9: style: The scope of the variable 't' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/sincos32.c:233:12: style: The scope of the variable 'xn' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/sincos32.c:234:7: style: The scope of the variable 'i' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/sincos32.c:234:9: style: The scope of the variable 'k' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c:22:4: style: Opposite expression on both sides of '|='. [oppositeExpression]
eglibc-2.13/sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c:22:4: note: Opposite expression on both sides of '|='.
eglibc-2.13/sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c:22:4: note: Opposite expression on both sides of '|='.
eglibc-2.13/sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c:23:13: error: Shifting signed 64-bit value by 63 bits is undefined behaviour [shiftTooManyBitsSigned]
eglibc-2.13/sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c:55:13: style: Opposite expression on both sides of '|'. [oppositeExpression]
eglibc-2.13/sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c:55:13: note: Opposite expression on both sides of '|'.
eglibc-2.13/sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c:55:13: note: Opposite expression on both sides of '|'.
eglibc-2.13/sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c:48:10: error: Shifting signed 64-bit value by 63 bits is undefined behaviour [shiftTooManyBitsSigned]
eglibc-2.13/sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c:62:57: error: Shifting signed 64-bit value by 63 bits is undefined behaviour [shiftTooManyBitsSigned]
eglibc-2.13/sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c:53:13: style: Opposite expression on both sides of '|'. [oppositeExpression]
eglibc-2.13/sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c:53:13: note: Opposite expression on both sides of '|'.
eglibc-2.13/sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c:53:13: note: Opposite expression on both sides of '|'.
eglibc-2.13/sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c:46:10: error: Shifting signed 64-bit value by 63 bits is undefined behaviour [shiftTooManyBitsSigned]
eglibc-2.13/sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c:58:57: error: Shifting signed 64-bit value by 63 bits is undefined behaviour [shiftTooManyBitsSigned]
eglibc-2.13/sysdeps/ieee754/flt-32/e_acosf.c:58:18: style: Same expression on both sides of '/'. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/flt-32/e_acoshf.c:42:18: style: Same expression on both sides of '/'. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/flt-32/e_asinf.c:81:18: style: Same expression on both sides of '/'. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/flt-32/e_asinf.c:73:14: style: The scope of the variable 'q' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/flt-32/e_asinf.c:73:16: style: The scope of the variable 'c' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/flt-32/e_asinf.c:73:18: style: The scope of the variable 'r' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/flt-32/e_atan2f.c:53:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
eglibc-2.13/sysdeps/ieee754/flt-32/e_atanhf.c:47:18: style: Same expression on both sides of '/'. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/flt-32/e_fmodf.c:53:18: style: Same expression on both sides of '/'. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/flt-32/e_gammaf_r.c:45:22: style: Same expression on both sides of '/'. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/flt-32/e_hypotf.c:30:21: style: The scope of the variable 'y2' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/flt-32/e_hypotf.c:31:10: style: The scope of the variable 'j' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/flt-32/e_j0f.c:61:15: style: The scope of the variable 'ss' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/flt-32/e_j0f.c:61:18: style: The scope of the variable 'cc' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/flt-32/e_j0f.c:61:25: style: The scope of the variable 'v' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/flt-32/e_j0f.c:129:15: style: The scope of the variable 'ss' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/flt-32/e_j0f.c:129:18: style: The scope of the variable 'cc' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/flt-32/e_j0f.c:303:6: error: Uninitialized variable: p [uninitvar]
eglibc-2.13/sysdeps/ieee754/flt-32/e_j0f.c:304:13: error: Uninitialized variable: q [uninitvar]
eglibc-2.13/sysdeps/ieee754/flt-32/e_j0f.c:439:6: error: Uninitialized variable: p [uninitvar]
eglibc-2.13/sysdeps/ieee754/flt-32/e_j0f.c:440:13: error: Uninitialized variable: q [uninitvar]
eglibc-2.13/sysdeps/ieee754/flt-32/e_j1f.c:62:15: style: The scope of the variable 'ss' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/flt-32/e_j1f.c:62:18: style: The scope of the variable 'cc' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/flt-32/e_j1f.c:62:23: style: The scope of the variable 'u' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/flt-32/e_j1f.c:62:25: style: The scope of the variable 'v' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/flt-32/e_j1f.c:130:15: style: The scope of the variable 'ss' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/flt-32/e_j1f.c:130:18: style: The scope of the variable 'cc' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/flt-32/e_j1f.c:302:13: error: Uninitialized variable: p [uninitvar]
eglibc-2.13/sysdeps/ieee754/flt-32/e_j1f.c:303:20: error: Uninitialized variable: q [uninitvar]
eglibc-2.13/sysdeps/ieee754/flt-32/e_j1f.c:439:6: error: Uninitialized variable: p [uninitvar]
eglibc-2.13/sysdeps/ieee754/flt-32/e_j1f.c:440:13: error: Uninitialized variable: q [uninitvar]
eglibc-2.13/sysdeps/ieee754/flt-32/e_jnf.c:184:14: style: The scope of the variable 'temp' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/flt-32/e_jnf.c:62:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
eglibc-2.13/sysdeps/ieee754/flt-32/e_log10f.c:55:35: style: Same expression on both sides of '/'. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/flt-32/e_log2f.c:58:28: style: Same expression on both sides of '/'. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/flt-32/e_log2f.c:49:8: style: The scope of the variable 'hfsq' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/flt-32/e_logf.c:61:28: style: Same expression on both sides of '/'. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/flt-32/e_logf.c:52:8: style: The scope of the variable 'hfsq' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/flt-32/e_powf.c:128:16: style: Same expression on both sides of '/'. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/flt-32/e_powf.c:136:54: style: Same expression on both sides of '/'. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/flt-32/e_powf.c:67:13: style: The scope of the variable 'z_h' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/flt-32/e_powf.c:67:17: style: The scope of the variable 'z_l' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/flt-32/e_rem_pio2f.c:109:10: style: The scope of the variable 'w' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/flt-32/e_rem_pio2f.c:109:12: style: The scope of the variable 't' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/flt-32/e_rem_pio2f.c:109:14: style: The scope of the variable 'r' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/flt-32/e_rem_pio2f.c:109:16: style: The scope of the variable 'fn' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/flt-32/e_rem_pio2f.c:111:15: style: The scope of the variable 'j' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/flt-32/e_remainderf.c:48:24: style: Same expression on both sides of '/'. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/flt-32/e_remainderf.c:51:18: style: Same expression on both sides of '/'. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/flt-32/e_remainderf.c:39:8: style: The scope of the variable 'p_half' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/flt-32/e_sinhf.c:36:10: style: The scope of the variable 'w' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/flt-32/e_sqrtf.c:52:15: style: Same expression on both sides of '/'. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/flt-32/e_sqrtf.c:38:19: style: The scope of the variable 't' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/flt-32/e_sqrtf.c:38:21: style: The scope of the variable 'i' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/flt-32/k_cosf.c:43:8: style: The scope of the variable 'a' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/flt-32/k_cosf.c:43:10: style: The scope of the variable 'hz' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/flt-32/k_cosf.c:43:17: style: The scope of the variable 'qx' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/flt-32/mpn2flt.c:38:0: error: #error "mp_limb size " BITS_PER_MP_LIMB "not accounted for" [preprocessorErrorDirective]
eglibc-2.13/sysdeps/ieee754/flt-32/s_cosf.c:37:13: style: The scope of the variable 'z' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/flt-32/s_erff.c:109:16: style: The scope of the variable 'i' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/flt-32/s_erff.c:110:12: style: The scope of the variable 'P' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/flt-32/s_erff.c:110:14: style: The scope of the variable 'Q' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/flt-32/s_erff.c:110:18: style: The scope of the variable 'y' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/flt-32/s_expm1f.c:51:10: style: The scope of the variable 'hi' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/flt-32/s_expm1f.c:51:13: style: The scope of the variable 'lo' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/flt-32/s_expm1f.c:119:24: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
eglibc-2.13/sysdeps/ieee754/flt-32/s_ilogbf.c:31:13: style: The scope of the variable 'ix' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/flt-32/s_isinff.c:25:4: style: Opposite expression on both sides of '|='. [oppositeExpression]
eglibc-2.13/sysdeps/ieee754/flt-32/s_isinff.c:25:4: note: Opposite expression on both sides of '|='.
eglibc-2.13/sysdeps/ieee754/flt-32/s_isinff.c:25:4: note: Opposite expression on both sides of '|='.
eglibc-2.13/sysdeps/ieee754/flt-32/s_isinff.c:26:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
eglibc-2.13/sysdeps/ieee754/flt-32/s_llrintf.c:38:18: style: The scope of the variable 'w' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/flt-32/s_llrintf.c:39:9: style: The scope of the variable 't' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/flt-32/s_log1pf.c:62:20: style: Same expression on both sides of '/'. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/flt-32/s_log1pf.c:52:23: style: The scope of the variable 'u' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/flt-32/s_lrintf.c:38:18: style: The scope of the variable 'w' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/flt-32/s_lrintf.c:39:9: style: The scope of the variable 't' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/flt-32/s_nearbyintf.c:51:13: style: Opposite expression on both sides of '|'. [oppositeExpression]
eglibc-2.13/sysdeps/ieee754/flt-32/s_nearbyintf.c:51:13: note: Opposite expression on both sides of '|'.
eglibc-2.13/sysdeps/ieee754/flt-32/s_nearbyintf.c:51:13: note: Opposite expression on both sides of '|'.
eglibc-2.13/sysdeps/ieee754/flt-32/s_nearbyintf.c:44:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
eglibc-2.13/sysdeps/ieee754/flt-32/s_nearbyintf.c:58:39: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
eglibc-2.13/sysdeps/ieee754/flt-32/s_remquof.c:45:20: style: Same expression on both sides of '/'. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/flt-32/s_remquof.c:48:20: style: Same expression on both sides of '/'. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/flt-32/s_rintf.c:51:13: style: Opposite expression on both sides of '|'. [oppositeExpression]
eglibc-2.13/sysdeps/ieee754/flt-32/s_rintf.c:51:13: note: Opposite expression on both sides of '|'.
eglibc-2.13/sysdeps/ieee754/flt-32/s_rintf.c:51:13: note: Opposite expression on both sides of '|'.
eglibc-2.13/sysdeps/ieee754/flt-32/s_rintf.c:42:10: style: The scope of the variable 't' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/flt-32/s_rintf.c:44:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
eglibc-2.13/sysdeps/ieee754/flt-32/s_rintf.c:56:39: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
eglibc-2.13/sysdeps/ieee754/flt-32/s_sinf.c:31:13: style: The scope of the variable 'z' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/flt-32/s_tanf.c:31:13: style: The scope of the variable 'z' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/flt-32/s_tanhf.c:36:8: style: The scope of the variable 't' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/k_standard.c:567:24: style: Same expression on both sides of '/'. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/k_standard.c:604:22: style: Same expression on both sides of '/'. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/k_standard.c:624:24: style: Same expression on both sides of '/'. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/k_standard.c:642:34: style: Same expression on both sides of '/'. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/k_standard.c:659:34: style: Same expression on both sides of '/'. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/k_standard.c:676:34: style: Same expression on both sides of '/'. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/ldbl-128/e_acoshl.c:53:18: style: Same expression on both sides of '/'. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/ldbl-128/e_acosl.c:182:22: style: Same expression on both sides of '/'. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/ldbl-128/e_asinl.c:159:22: style: Same expression on both sides of '/'. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/ldbl-128/e_asinl.c:144:27: style: The scope of the variable 'c' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-128/e_asinl.c:144:30: style: The scope of the variable 'r' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-128/e_asinl.c:214:22: error: Uninitialized variable: t [uninitvar]
eglibc-2.13/sysdeps/ieee754/ldbl-128/e_asinl.c:215:18: error: Uninitialized variable: t [uninitvar]
eglibc-2.13/sysdeps/ieee754/ldbl-128/e_asinl.c:216:17: error: Uninitialized variable: t [uninitvar]
eglibc-2.13/sysdeps/ieee754/ldbl-128/e_asinl.c:217:16: error: Uninitialized variable: t [uninitvar]
eglibc-2.13/sysdeps/ieee754/ldbl-128/e_asinl.c:218:15: error: Uninitialized variable: t [uninitvar]
eglibc-2.13/sysdeps/ieee754/ldbl-128/e_asinl.c:219:14: error: Uninitialized variable: t [uninitvar]
eglibc-2.13/sysdeps/ieee754/ldbl-128/e_asinl.c:220:13: error: Uninitialized variable: t [uninitvar]
eglibc-2.13/sysdeps/ieee754/ldbl-128/e_asinl.c:221:12: error: Uninitialized variable: t [uninitvar]
eglibc-2.13/sysdeps/ieee754/ldbl-128/e_asinl.c:222:11: error: Uninitialized variable: t [uninitvar]
eglibc-2.13/sysdeps/ieee754/ldbl-128/e_asinl.c:223:17: error: Uninitialized variable: t [uninitvar]
eglibc-2.13/sysdeps/ieee754/ldbl-128/e_asinl.c:225:16: error: Uninitialized variable: t [uninitvar]
eglibc-2.13/sysdeps/ieee754/ldbl-128/e_asinl.c:226:17: error: Uninitialized variable: t [uninitvar]
eglibc-2.13/sysdeps/ieee754/ldbl-128/e_asinl.c:227:16: error: Uninitialized variable: t [uninitvar]
eglibc-2.13/sysdeps/ieee754/ldbl-128/e_asinl.c:228:15: error: Uninitialized variable: t [uninitvar]
eglibc-2.13/sysdeps/ieee754/ldbl-128/e_asinl.c:229:14: error: Uninitialized variable: t [uninitvar]
eglibc-2.13/sysdeps/ieee754/ldbl-128/e_asinl.c:230:13: error: Uninitialized variable: t [uninitvar]
eglibc-2.13/sysdeps/ieee754/ldbl-128/e_asinl.c:231:12: error: Uninitialized variable: t [uninitvar]
eglibc-2.13/sysdeps/ieee754/ldbl-128/e_asinl.c:232:11: error: Uninitialized variable: t [uninitvar]
eglibc-2.13/sysdeps/ieee754/ldbl-128/e_asinl.c:233:17: error: Uninitialized variable: t [uninitvar]
eglibc-2.13/sysdeps/ieee754/ldbl-128/e_atan2l.c:73:14: style: Opposite expression on both sides of '|'. [oppositeExpression]
eglibc-2.13/sysdeps/ieee754/ldbl-128/e_atan2l.c:73:14: note: Opposite expression on both sides of '|'.
eglibc-2.13/sysdeps/ieee754/ldbl-128/e_atan2l.c:73:14: note: Opposite expression on both sides of '|'.
eglibc-2.13/sysdeps/ieee754/ldbl-128/e_atan2l.c:74:14: style: Opposite expression on both sides of '|'. [oppositeExpression]
eglibc-2.13/sysdeps/ieee754/ldbl-128/e_atan2l.c:74:14: note: Opposite expression on both sides of '|'.
eglibc-2.13/sysdeps/ieee754/ldbl-128/e_atan2l.c:74:14: note: Opposite expression on both sides of '|'.
eglibc-2.13/sysdeps/ieee754/ldbl-128/e_atan2l.c:77:10: error: Shifting signed 64-bit value by 63 bits is undefined behaviour [shiftTooManyBitsSigned]
eglibc-2.13/sysdeps/ieee754/ldbl-128/e_atanhl.c:74:20: style: Same expression on both sides of '/'. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/ldbl-128/e_fmodl.c:48:13: style: Opposite expression on both sides of '|'. [oppositeExpression]
eglibc-2.13/sysdeps/ieee754/ldbl-128/e_fmodl.c:48:13: note: Opposite expression on both sides of '|'.
eglibc-2.13/sysdeps/ieee754/ldbl-128/e_fmodl.c:48:13: note: Opposite expression on both sides of '|'.
eglibc-2.13/sysdeps/ieee754/ldbl-128/e_fmodl.c:49:18: style: Same expression on both sides of '/'. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/ldbl-128/e_fmodl.c:80:18: warning: Shifting signed 64-bit value by 63 bits is undefined behaviour. See condition at line 79. [shiftTooManyBitsSigned]
eglibc-2.13/sysdeps/ieee754/ldbl-128/e_fmodl.c:79:10: note: Assuming that condition 'n<=63' is not redundant
eglibc-2.13/sysdeps/ieee754/ldbl-128/e_fmodl.c:80:18: note: Shift
eglibc-2.13/sysdeps/ieee754/ldbl-128/e_fmodl.c:92:18: warning: Shifting signed 64-bit value by 63 bits is undefined behaviour. See condition at line 91. [shiftTooManyBitsSigned]
eglibc-2.13/sysdeps/ieee754/ldbl-128/e_fmodl.c:91:10: note: Assuming that condition 'n<=63' is not redundant
eglibc-2.13/sysdeps/ieee754/ldbl-128/e_fmodl.c:92:18: note: Shift
eglibc-2.13/sysdeps/ieee754/ldbl-128/e_gammal_r.c:47:22: style: Same expression on both sides of '/'. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/ldbl-128/e_hypotl.c:62:24: style: The scope of the variable 'y1' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-128/e_hypotl.c:62:27: style: The scope of the variable 'y2' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-128/e_hypotl.c:63:10: style: The scope of the variable 'j' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-128/e_jnl.c:308:11: style: The scope of the variable 'i' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-128/e_jnl.c:310:15: style: The scope of the variable 'a' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-128/e_lgammal_r.c:767:21: style: The scope of the variable 'w' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-128/e_lgammal_r.c:767:27: style: The scope of the variable 'nx' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-128/e_lgammal_r.c:768:10: style: The scope of the variable 'nn' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-128/e_log10l.c:195:20: style: Same expression on both sides of '/'. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/ldbl-128/e_log2l.c:188:20: style: Same expression on both sides of '/'. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/ldbl-128/e_powl.c:258:17: style: Same expression on both sides of '/'. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/ldbl-128/e_powl.c:269:20: style: Same expression on both sides of '/'. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/ldbl-128/e_powl.c:412:8: style: Variable 'k' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/sysdeps/ieee754/ldbl-128/e_rem_pio2l.c:199:15: style: The scope of the variable 'z' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-128/e_remainderl.c:52:29: style: Same expression on both sides of '/'. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/ldbl-128/e_remainderl.c:56:18: style: Same expression on both sides of '/'. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/ldbl-128/e_remainderl.c:43:14: style: The scope of the variable 'p_half' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-128/e_sinhl.c:76:18: style: The scope of the variable 'w' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-128/k_cosl.c:83:15: style: The scope of the variable 'h' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-128/k_cosl.c:83:18: style: The scope of the variable 'l' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-128/k_cosl.c:83:24: style: The scope of the variable 'sin_l' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-128/k_cosl.c:83:31: style: The scope of the variable 'cos_l_m1' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-128/k_sincosl.c:102:15: style: The scope of the variable 'h' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-128/k_sincosl.c:102:18: style: The scope of the variable 'l' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-128/k_sincosl.c:102:24: style: The scope of the variable 'sin_l' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-128/k_sincosl.c:102:31: style: The scope of the variable 'cos_l_m1' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-128/k_sinl.c:83:15: style: The scope of the variable 'h' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-128/k_sinl.c:83:18: style: The scope of the variable 'l' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-128/k_sinl.c:83:24: style: The scope of the variable 'sin_l' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-128/k_sinl.c:83:31: style: The scope of the variable 'cos_l_m1' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-128/ldbl2mpn.c:57:0: error: #error "mp_limb size " BITS_PER_MP_LIMB "not accounted for" [preprocessorErrorDirective]
eglibc-2.13/sysdeps/ieee754/ldbl-128/mpn2ldbl.c:50:0: error: #error "mp_limb size " BITS_PER_MP_LIMB "not accounted for" [preprocessorErrorDirective]
eglibc-2.13/sysdeps/ieee754/ldbl-128/s_cosl.c:58:19: style: The scope of the variable 'z' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-128/s_ilogbl.c:39:6: style: The scope of the variable 'ix' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-128/s_isinfl.c:25:5: style: Opposite expression on both sides of '|='. [oppositeExpression]
eglibc-2.13/sysdeps/ieee754/ldbl-128/s_isinfl.c:25:5: note: Opposite expression on both sides of '|='.
eglibc-2.13/sysdeps/ieee754/ldbl-128/s_isinfl.c:25:5: note: Opposite expression on both sides of '|='.
eglibc-2.13/sysdeps/ieee754/ldbl-128/s_isinfl.c:26:14: error: Shifting signed 64-bit value by 63 bits is undefined behaviour [shiftTooManyBitsSigned]
eglibc-2.13/sysdeps/ieee754/ldbl-128/s_isnanl.c:38:22: style: Opposite expression on both sides of '|'. [oppositeExpression]
eglibc-2.13/sysdeps/ieee754/ldbl-128/s_isnanl.c:38:22: note: Opposite expression on both sides of '|'.
eglibc-2.13/sysdeps/ieee754/ldbl-128/s_isnanl.c:38:22: note: Opposite expression on both sides of '|'.
eglibc-2.13/sysdeps/ieee754/ldbl-128/s_llrintl.c:38:24: style: The scope of the variable 'w' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-128/s_llrintl.c:39:15: style: The scope of the variable 't' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-128/s_llroundl.c:54:31: warning: Shifting 64-bit value by 64 bits is undefined behaviour. See condition at line 53. [shiftTooManyBits]
eglibc-2.13/sysdeps/ieee754/ldbl-128/s_llroundl.c:53:14: note: Assuming that condition 'j0>=112' is not redundant
eglibc-2.13/sysdeps/ieee754/ldbl-128/s_llroundl.c:54:31: note: Shift
eglibc-2.13/sysdeps/ieee754/ldbl-128/s_lrintl.c:63:26: warning: Shifting 64-bit value by 64 bits is undefined behaviour. See condition at line 62. [shiftTooManyBits]
eglibc-2.13/sysdeps/ieee754/ldbl-128/s_lrintl.c:62:14: note: Assuming that condition 'j0>=112' is not redundant
eglibc-2.13/sysdeps/ieee754/ldbl-128/s_lrintl.c:63:26: note: Shift
eglibc-2.13/sysdeps/ieee754/ldbl-128/s_lroundl.c:54:26: warning: Shifting 64-bit value by 64 bits is undefined behaviour. See condition at line 53. [shiftTooManyBits]
eglibc-2.13/sysdeps/ieee754/ldbl-128/s_lroundl.c:53:14: note: Assuming that condition 'j0>=112' is not redundant
eglibc-2.13/sysdeps/ieee754/ldbl-128/s_lroundl.c:54:26: note: Shift
eglibc-2.13/sysdeps/ieee754/ldbl-128/s_nearbyintl.c:59:13: style: Opposite expression on both sides of '|'. [oppositeExpression]
eglibc-2.13/sysdeps/ieee754/ldbl-128/s_nearbyintl.c:59:13: note: Opposite expression on both sides of '|'.
eglibc-2.13/sysdeps/ieee754/ldbl-128/s_nearbyintl.c:59:13: note: Opposite expression on both sides of '|'.
eglibc-2.13/sysdeps/ieee754/ldbl-128/s_nearbyintl.c:66:52: error: Shifting signed 64-bit value by 63 bits is undefined behaviour [shiftTooManyBitsSigned]
eglibc-2.13/sysdeps/ieee754/ldbl-128/s_nearbyintl.c:84:57: warning: Shifting signed 64-bit value by 63 bits is undefined behaviour. See condition at line 77. [shiftTooManyBitsSigned]
eglibc-2.13/sysdeps/ieee754/ldbl-128/s_nearbyintl.c:77:15: note: Assuming that condition 'j0>111' is not redundant
eglibc-2.13/sysdeps/ieee754/ldbl-128/s_nearbyintl.c:84:57: note: Shift
eglibc-2.13/sysdeps/ieee754/ldbl-128/s_remquol.c:46:20: style: Same expression on both sides of '/'. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/ldbl-128/s_remquol.c:50:20: style: Same expression on both sides of '/'. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/ldbl-128/s_rintl.c:61:13: style: Opposite expression on both sides of '|'. [oppositeExpression]
eglibc-2.13/sysdeps/ieee754/ldbl-128/s_rintl.c:61:13: note: Opposite expression on both sides of '|'.
eglibc-2.13/sysdeps/ieee754/ldbl-128/s_rintl.c:61:13: note: Opposite expression on both sides of '|'.
eglibc-2.13/sysdeps/ieee754/ldbl-128/s_rintl.c:52:16: style: The scope of the variable 't' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-128/s_rintl.c:66:52: error: Shifting signed 64-bit value by 63 bits is undefined behaviour [shiftTooManyBitsSigned]
eglibc-2.13/sysdeps/ieee754/ldbl-128/s_rintl.c:84:57: warning: Shifting signed 64-bit value by 63 bits is undefined behaviour. See condition at line 77. [shiftTooManyBitsSigned]
eglibc-2.13/sysdeps/ieee754/ldbl-128/s_rintl.c:77:15: note: Assuming that condition 'j0>111' is not redundant
eglibc-2.13/sysdeps/ieee754/ldbl-128/s_rintl.c:84:57: note: Shift
eglibc-2.13/sysdeps/ieee754/ldbl-128/s_roundl.c:75:27: error: Shifting by a negative value is undefined behaviour [shiftNegative]
eglibc-2.13/sysdeps/ieee754/ldbl-128/s_roundl.c:83:28: warning: Shifting 64-bit value by 80 bits is undefined behaviour. See condition at line 38. [shiftTooManyBits]
eglibc-2.13/sysdeps/ieee754/ldbl-128/s_roundl.c:38:10: note: Assuming that condition 'j0<31' is not redundant
eglibc-2.13/sysdeps/ieee754/ldbl-128/s_roundl.c:83:28: note: Shift
eglibc-2.13/sysdeps/ieee754/ldbl-128/s_roundl.c:75:34: warning: Suspicious code: sign conversion of - in calculation, even though - can have a negative value [signConversion]
eglibc-2.13/sysdeps/ieee754/ldbl-128/s_sinl.c:58:19: style: The scope of the variable 'z' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-128/s_tanhl.c:62:15: style: The scope of the variable 't' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-128/s_tanl.c:58:19: style: The scope of the variable 'z' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/e_acoshl.c:54:18: style: Same expression on both sides of '/'. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/e_acosl.c:182:22: style: Same expression on both sides of '/'. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/e_asinl.c:159:22: style: Same expression on both sides of '/'. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/e_asinl.c:144:27: style: The scope of the variable 'c' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/e_asinl.c:144:30: style: The scope of the variable 'r' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/e_asinl.c:214:22: error: Uninitialized variable: t [uninitvar]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/e_asinl.c:215:18: error: Uninitialized variable: t [uninitvar]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/e_asinl.c:216:17: error: Uninitialized variable: t [uninitvar]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/e_asinl.c:217:16: error: Uninitialized variable: t [uninitvar]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/e_asinl.c:218:15: error: Uninitialized variable: t [uninitvar]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/e_asinl.c:219:14: error: Uninitialized variable: t [uninitvar]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/e_asinl.c:220:13: error: Uninitialized variable: t [uninitvar]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/e_asinl.c:221:12: error: Uninitialized variable: t [uninitvar]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/e_asinl.c:222:11: error: Uninitialized variable: t [uninitvar]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/e_asinl.c:223:17: error: Uninitialized variable: t [uninitvar]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/e_asinl.c:225:16: error: Uninitialized variable: t [uninitvar]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/e_asinl.c:226:17: error: Uninitialized variable: t [uninitvar]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/e_asinl.c:227:16: error: Uninitialized variable: t [uninitvar]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/e_asinl.c:228:15: error: Uninitialized variable: t [uninitvar]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/e_asinl.c:229:14: error: Uninitialized variable: t [uninitvar]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/e_asinl.c:230:13: error: Uninitialized variable: t [uninitvar]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/e_asinl.c:231:12: error: Uninitialized variable: t [uninitvar]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/e_asinl.c:232:11: error: Uninitialized variable: t [uninitvar]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/e_asinl.c:233:17: error: Uninitialized variable: t [uninitvar]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/e_atan2l.c:77:10: error: Shifting signed 64-bit value by 63 bits is undefined behaviour [shiftTooManyBitsSigned]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/e_atanhl.c:64:19: style: Same expression on both sides of '/'. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/e_atanhl.c:67:15: style: Same expression on both sides of '/'. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/e_fmodl.c:51:18: style: Same expression on both sides of '/'. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/e_fmodl.c:88:18: warning: Shifting signed 64-bit value by 63 bits is undefined behaviour. See condition at line 87. [shiftTooManyBitsSigned]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/e_fmodl.c:87:10: note: Assuming that condition 'n<=63' is not redundant
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/e_fmodl.c:88:18: note: Shift
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/e_fmodl.c:100:18: warning: Shifting signed 64-bit value by 63 bits is undefined behaviour. See condition at line 99. [shiftTooManyBitsSigned]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/e_fmodl.c:99:10: note: Assuming that condition 'n<=63' is not redundant
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/e_fmodl.c:100:18: note: Shift
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/e_fmodl.c:130:34: error: Shifting signed 64-bit value by 63 bits is undefined behaviour [shiftTooManyBitsSigned]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/e_fmodl.c:141:34: error: Shifting signed 64-bit value by 63 bits is undefined behaviour [shiftTooManyBitsSigned]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c:47:22: style: Same expression on both sides of '/'. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/e_hypotl.c:62:27: style: The scope of the variable 'y2' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/e_hypotl.c:63:10: style: The scope of the variable 'j' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/e_jnl.c:309:11: style: The scope of the variable 'i' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/e_jnl.c:311:15: style: The scope of the variable 'a' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/e_log10l.c:195:20: style: Same expression on both sides of '/'. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/e_log2l.c:188:20: style: Same expression on both sides of '/'. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/e_powl.c:260:17: style: Same expression on both sides of '/'. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/e_powl.c:271:20: style: Same expression on both sides of '/'. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/e_powl.c:415:8: style: Variable 'k' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c:200:15: style: The scope of the variable 'z' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/e_remainderl.c:52:50: style: Same expression on both sides of '/'. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/e_remainderl.c:56:18: style: Same expression on both sides of '/'. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/e_remainderl.c:43:14: style: The scope of the variable 'p_half' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/e_sinhl.c:51:16: style: The scope of the variable 'w' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c:56:15: style: The scope of the variable 't' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c:56:17: style: The scope of the variable 's' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c:56:19: style: The scope of the variable 'i' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c:58:11: style: The scope of the variable 'l' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c:58:14: style: The scope of the variable 'm' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c:59:7: style: The scope of the variable 'n' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c:60:10: style: The scope of the variable 'd' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/k_cosl.c:83:15: style: The scope of the variable 'h' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/k_cosl.c:83:18: style: The scope of the variable 'l' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/k_cosl.c:83:24: style: The scope of the variable 'sin_l' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/k_cosl.c:83:31: style: The scope of the variable 'cos_l_m1' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/k_sincosl.c:102:15: style: The scope of the variable 'h' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/k_sincosl.c:102:18: style: The scope of the variable 'l' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/k_sincosl.c:102:24: style: The scope of the variable 'sin_l' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/k_sincosl.c:102:31: style: The scope of the variable 'cos_l_m1' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/k_sinl.c:83:15: style: The scope of the variable 'h' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/k_sinl.c:83:18: style: The scope of the variable 'l' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/k_sinl.c:83:24: style: The scope of the variable 'sin_l' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/k_sinl.c:83:31: style: The scope of the variable 'cos_l_m1' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c:91:0: error: #error "mp_limb size " BITS_PER_MP_LIMB "not accounted for" [preprocessorErrorDirective]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c:59:0: error: #error "mp_limb size " BITS_PER_MP_LIMB "not accounted for" [preprocessorErrorDirective]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/s_ceill.c:36:18: style: The scope of the variable 'hi' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/s_ceill.c:36:22: style: The scope of the variable 'lo' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/s_cosl.c:59:19: style: The scope of the variable 'z' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/s_cprojl.c:28:26: style: Same expression on both sides of '&&' because the value of 'isnan(__real__ x)' and 'isnan(__imag__ x)' are the same. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/s_cprojl.c:30:35: style: Same expression on both sides of '||' because the value of '!isfinite(__real__ x)' and '!isfinite(__imag__ x)' are the same. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/s_cprojl.c:34:22: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c:34:30: style: Same expression on both sides of '||' because the value of '!isfinite(__real__ x)' and '!isfinite(__imag__ x)' are the same. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c:43:10: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c:39:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c:70:11: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c:48:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c:75:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c:79:24: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c:82:24: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/s_ctanl.c:34:30: style: Same expression on both sides of '||' because the value of '!isfinite(__real__ x)' and '!isfinite(__imag__ x)' are the same. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/s_ctanl.c:43:10: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/s_ctanl.c:39:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/s_ctanl.c:71:11: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/s_ctanl.c:48:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/s_ctanl.c:76:19: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/s_ctanl.c:80:24: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/s_ctanl.c:83:24: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/s_floorl.c:36:18: style: The scope of the variable 'hi' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/s_floorl.c:36:22: style: The scope of the variable 'lo' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/s_frexpl.c:49:10: style: The scope of the variable 'explo' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c:40:6: style: The scope of the variable 'ix' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/s_isinfl.c:27:5: style: Opposite expression on both sides of '|='. [oppositeExpression]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/s_isinfl.c:27:5: note: Opposite expression on both sides of '|='.
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/s_isinfl.c:27:5: note: Opposite expression on both sides of '|='.
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/s_isinfl.c:28:14: error: Shifting signed 64-bit value by 63 bits is undefined behaviour [shiftTooManyBitsSigned]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c:117:17: error: Uninitialized variable: high [uninitvar]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c:118:17: error: Uninitialized variable: high [uninitvar]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c:93:0: error: Uninitialized variable: low [uninitvar]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c:114:18: error: Uninitialized variable: low [uninitvar]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c:117:24: error: Uninitialized variable: low [uninitvar]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c:118:34: error: Uninitialized variable: low [uninitvar]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/s_remquol.c:47:20: style: Same expression on both sides of '/'. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/s_remquol.c:51:20: style: Same expression on both sides of '/'. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/s_roundl.c:39:18: style: The scope of the variable 'hi' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/s_roundl.c:39:22: style: The scope of the variable 'lo' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/s_sinl.c:59:19: style: The scope of the variable 'z' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/s_tanhl.c:58:14: style: The scope of the variable 't' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/s_tanl.c:59:19: style: The scope of the variable 'z' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/s_truncl.c:39:18: style: The scope of the variable 'hi' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-128ibm/s_truncl.c:39:22: style: The scope of the variable 'lo' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-96/e_acoshl.c:57:18: style: Same expression on both sides of '/'. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/ldbl-96/e_asinl.c:115:22: style: Same expression on both sides of '/'. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/ldbl-96/e_asinl.c:103:27: style: The scope of the variable 'c' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-96/e_asinl.c:103:30: style: The scope of the variable 'r' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-96/e_atan2l.c:80:16: style: Opposite expression on both sides of '|'. [oppositeExpression]
eglibc-2.13/sysdeps/ieee754/ldbl-96/e_atan2l.c:80:16: note: Opposite expression on both sides of '|'.
eglibc-2.13/sysdeps/ieee754/ldbl-96/e_atan2l.c:80:16: note: Opposite expression on both sides of '|'.
eglibc-2.13/sysdeps/ieee754/ldbl-96/e_atan2l.c:81:16: style: Opposite expression on both sides of '|'. [oppositeExpression]
eglibc-2.13/sysdeps/ieee754/ldbl-96/e_atan2l.c:81:16: note: Opposite expression on both sides of '|'.
eglibc-2.13/sysdeps/ieee754/ldbl-96/e_atan2l.c:81:16: note: Opposite expression on both sides of '|'.
eglibc-2.13/sysdeps/ieee754/ldbl-96/e_atanhl.c:66:32: style: Opposite expression on both sides of '|'. [oppositeExpression]
eglibc-2.13/sysdeps/ieee754/ldbl-96/e_atanhl.c:66:32: note: Opposite expression on both sides of '|'.
eglibc-2.13/sysdeps/ieee754/ldbl-96/e_atanhl.c:66:32: note: Opposite expression on both sides of '|'.
eglibc-2.13/sysdeps/ieee754/ldbl-96/e_atanhl.c:68:18: style: Same expression on both sides of '/'. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/ldbl-96/e_gammal_r.c:57:22: style: Same expression on both sides of '/'. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/ldbl-96/e_hypotl.c:63:27: style: The scope of the variable 'y2' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-96/e_j0l.c:127:24: style: The scope of the variable 'ss' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-96/e_j0l.c:127:28: style: The scope of the variable 'cc' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-96/e_j0l.c:127:38: style: The scope of the variable 'v' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-96/e_j0l.c:227:24: style: The scope of the variable 'ss' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-96/e_j0l.c:227:28: style: The scope of the variable 'cc' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-96/e_j0l.c:458:5: error: Uninitialized variable: p [uninitvar]
eglibc-2.13/sysdeps/ieee754/ldbl-96/e_j0l.c:459:8: error: Uninitialized variable: p [uninitvar]
eglibc-2.13/sysdeps/ieee754/ldbl-96/e_j0l.c:461:5: error: Uninitialized variable: q [uninitvar]
eglibc-2.13/sysdeps/ieee754/ldbl-96/e_j0l.c:637:5: error: Uninitialized variable: p [uninitvar]
eglibc-2.13/sysdeps/ieee754/ldbl-96/e_j0l.c:638:8: error: Uninitialized variable: p [uninitvar]
eglibc-2.13/sysdeps/ieee754/ldbl-96/e_j0l.c:640:5: error: Uninitialized variable: q [uninitvar]
eglibc-2.13/sysdeps/ieee754/ldbl-96/e_j0l.c:641:8: error: Uninitialized variable: q [uninitvar]
eglibc-2.13/sysdeps/ieee754/ldbl-96/e_j0l.c:642:13: error: Uninitialized variable: q [uninitvar]
eglibc-2.13/sysdeps/ieee754/ldbl-96/e_j1l.c:129:27: style: The scope of the variable 'ss' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-96/e_j1l.c:129:31: style: The scope of the variable 'cc' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-96/e_j1l.c:129:35: style: The scope of the variable 'u' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-96/e_j1l.c:129:38: style: The scope of the variable 'v' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-96/e_j1l.c:219:24: style: The scope of the variable 'ss' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-96/e_j1l.c:219:28: style: The scope of the variable 'cc' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-96/e_j1l.c:455:6: error: Uninitialized variable: p [uninitvar]
eglibc-2.13/sysdeps/ieee754/ldbl-96/e_j1l.c:456:9: error: Uninitialized variable: p [uninitvar]
eglibc-2.13/sysdeps/ieee754/ldbl-96/e_j1l.c:457:6: error: Uninitialized variable: q [uninitvar]
eglibc-2.13/sysdeps/ieee754/ldbl-96/e_j1l.c:644:5: error: Uninitialized variable: p [uninitvar]
eglibc-2.13/sysdeps/ieee754/ldbl-96/e_j1l.c:645:8: error: Uninitialized variable: p [uninitvar]
eglibc-2.13/sysdeps/ieee754/ldbl-96/e_j1l.c:647:5: error: Uninitialized variable: q [uninitvar]
eglibc-2.13/sysdeps/ieee754/ldbl-96/e_j1l.c:648:8: error: Uninitialized variable: q [uninitvar]
eglibc-2.13/sysdeps/ieee754/ldbl-96/e_j1l.c:649:13: error: Uninitialized variable: q [uninitvar]
eglibc-2.13/sysdeps/ieee754/ldbl-96/e_jnl.c:304:11: style: The scope of the variable 'i' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-96/e_jnl.c:306:15: style: The scope of the variable 'a' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-96/e_remainderl.c:57:33: style: Same expression on both sides of '/'. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/ldbl-96/e_remainderl.c:61:18: style: Same expression on both sides of '/'. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/ldbl-96/e_remainderl.c:48:14: style: The scope of the variable 'p_half' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-96/e_sinhl.c:55:16: style: The scope of the variable 'w' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-96/ldbl2mpn.c:53:0: error: #error "mp_limb size " BITS_PER_MP_LIMB "not accounted for" [preprocessorErrorDirective]
eglibc-2.13/sysdeps/ieee754/ldbl-96/mpn2ldbl.c:43:0: error: #error "mp_limb size " BITS_PER_MP_LIMB "not accounted for" [preprocessorErrorDirective]
eglibc-2.13/sysdeps/ieee754/ldbl-96/s_cosl.c:63:19: style: The scope of the variable 'z' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-96/s_frexpl.c:43:0: error: #error "Cannot handle this MANT_DIG" [preprocessorErrorDirective]
eglibc-2.13/sysdeps/ieee754/ldbl-96/s_ilogbl.c:39:19: style: The scope of the variable 'ix' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-96/s_isinfl.c:25:5: style: Opposite expression on both sides of '|='. [oppositeExpression]
eglibc-2.13/sysdeps/ieee754/ldbl-96/s_isinfl.c:25:5: note: Opposite expression on both sides of '|='.
eglibc-2.13/sysdeps/ieee754/ldbl-96/s_isinfl.c:25:5: note: Opposite expression on both sides of '|='.
eglibc-2.13/sysdeps/ieee754/ldbl-96/s_isinfl.c:27:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
eglibc-2.13/sysdeps/ieee754/ldbl-96/s_isnanl.c:40:22: style: Opposite expression on both sides of '|'. [oppositeExpression]
eglibc-2.13/sysdeps/ieee754/ldbl-96/s_isnanl.c:40:22: note: Opposite expression on both sides of '|'.
eglibc-2.13/sysdeps/ieee754/ldbl-96/s_isnanl.c:40:22: note: Opposite expression on both sides of '|'.
eglibc-2.13/sysdeps/ieee754/ldbl-96/s_llrintl.c:39:24: style: The scope of the variable 'w' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-96/s_llrintl.c:40:15: style: The scope of the variable 't' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-96/s_modfl.c:56:18: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 51. [shiftTooManyBitsSigned]
eglibc-2.13/sysdeps/ieee754/ldbl-96/s_modfl.c:51:7: note: Assuming that condition 'j0<32' is not redundant
eglibc-2.13/sysdeps/ieee754/ldbl-96/s_modfl.c:56:18: note: Shift
eglibc-2.13/sysdeps/ieee754/ldbl-96/s_nearbyintl.c:61:12: style: Opposite expression on both sides of '|'. [oppositeExpression]
eglibc-2.13/sysdeps/ieee754/ldbl-96/s_nearbyintl.c:61:12: note: Opposite expression on both sides of '|'.
eglibc-2.13/sysdeps/ieee754/ldbl-96/s_nearbyintl.c:61:12: note: Opposite expression on both sides of '|'.
eglibc-2.13/sysdeps/ieee754/ldbl-96/s_nearbyintl.c:86:47: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 79. [shiftTooManyBitsSigned]
eglibc-2.13/sysdeps/ieee754/ldbl-96/s_nearbyintl.c:79:15: note: Assuming that condition 'j0>62' is not redundant
eglibc-2.13/sysdeps/ieee754/ldbl-96/s_nearbyintl.c:86:47: note: Shift
eglibc-2.13/sysdeps/ieee754/ldbl-96/s_remquol.c:45:20: style: Same expression on both sides of '/'. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/ldbl-96/s_remquol.c:49:20: style: Same expression on both sides of '/'. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/ldbl-96/s_rintl.c:62:12: style: Opposite expression on both sides of '|'. [oppositeExpression]
eglibc-2.13/sysdeps/ieee754/ldbl-96/s_rintl.c:62:12: note: Opposite expression on both sides of '|'.
eglibc-2.13/sysdeps/ieee754/ldbl-96/s_rintl.c:62:12: note: Opposite expression on both sides of '|'.
eglibc-2.13/sysdeps/ieee754/ldbl-96/s_rintl.c:53:16: style: The scope of the variable 't' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-96/s_rintl.c:85:47: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 78. [shiftTooManyBitsSigned]
eglibc-2.13/sysdeps/ieee754/ldbl-96/s_rintl.c:78:15: note: Assuming that condition 'j0>62' is not redundant
eglibc-2.13/sysdeps/ieee754/ldbl-96/s_rintl.c:85:47: note: Shift
eglibc-2.13/sysdeps/ieee754/ldbl-96/s_roundl.c:87:26: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 37. [shiftTooManyBitsSigned]
eglibc-2.13/sysdeps/ieee754/ldbl-96/s_roundl.c:37:10: note: Assuming that condition 'j0<31' is not redundant
eglibc-2.13/sysdeps/ieee754/ldbl-96/s_roundl.c:87:26: note: Shift
eglibc-2.13/sysdeps/ieee754/ldbl-96/s_sinl.c:63:19: style: The scope of the variable 'z' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-96/s_tanhl.c:61:14: style: The scope of the variable 't' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-96/s_tanl.c:61:19: style: The scope of the variable 'z' can be reduced. [variableScope]
eglibc-2.13/sysdeps/ieee754/ldbl-96/s_truncl.c:52:56: warning: Shifting 32-bit value by 32 bits is undefined behaviour. See condition at line 44. [shiftTooManyBits]
eglibc-2.13/sysdeps/ieee754/ldbl-96/s_truncl.c:44:15: note: Assuming that condition 'j0>63' is not redundant
eglibc-2.13/sysdeps/ieee754/ldbl-96/s_truncl.c:52:56: note: Shift
eglibc-2.13/sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h:5:0: error: #error "nldbl-abi.h must define LONG_DOUBLE_COMPAT_VERSION" [preprocessorErrorDirective]
eglibc-2.13/sysdeps/ieee754/support.c:93:28: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
eglibc-2.13/sysdeps/ieee754/support.c:133:29: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
eglibc-2.13/sysdeps/ieee754/support.c:134:29: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
eglibc-2.13/sysdeps/ieee754/support.c:152:19: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
eglibc-2.13/sysdeps/ieee754/support.c:181:20: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
eglibc-2.13/sysdeps/ieee754/support.c:200:19: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
eglibc-2.13/sysdeps/ieee754/support.c:201:19: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
eglibc-2.13/sysdeps/ieee754/support.c:202:19: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
eglibc-2.13/sysdeps/ieee754/support.c:203:19: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
eglibc-2.13/sysdeps/ieee754/support.c:218:14: style: Same expression on both sides of '/'. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/support.c:288:14: style: Same expression on both sides of '/'. [duplicateExpression]
eglibc-2.13/sysdeps/ieee754/support.c:315:35: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
eglibc-2.13/sysdeps/mach/hurd/_exit.c:44:34: error: Division by zero. [zerodiv]
eglibc-2.13/sysdeps/mach/hurd/_exit.c:43:33: note: Assignment 'zero=0', assigned value is 0
eglibc-2.13/sysdeps/mach/hurd/_exit.c:44:34: note: Division by zero
eglibc-2.13/sysdeps/mach/hurd/_exit.c:44:30: style: Variable 'lossage' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/sysdeps/mach/hurd/chroot.c:43:17: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/sysdeps/mach/hurd/closedir.c:45:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
eglibc-2.13/sysdeps/mach/hurd/closedir.c:42:3: note: Variable 'err' is reassigned a value before the old one has been used.
eglibc-2.13/sysdeps/mach/hurd/closedir.c:45:3: note: Variable 'err' is reassigned a value before the old one has been used.
eglibc-2.13/sysdeps/mach/hurd/fork.c:275:0: error: #error task_set_exception_port? [preprocessorErrorDirective]
eglibc-2.13/sysdeps/mach/hurd/getcwd.c:71:12: style: Checking if unsigned variable 'size' is less than zero. [unsignedLessThanZero]
eglibc-2.13/sysdeps/mach/hurd/i386/init-first.c:127:54: portability: '(const void*)ehdr' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/sysdeps/mach/hurd/i386/init-first.c:233:28: portability: '(void*)newsp' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/sysdeps/mach/hurd/i386/init-first.c:149:10: style: Variable 'dummy' is not assigned a value. [unassignedVariable]
eglibc-2.13/sysdeps/mach/hurd/i386/intr-msg.h:48:33: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
eglibc-2.13/sysdeps/mach/hurd/i386/trampoline.c:151:63: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
eglibc-2.13/sysdeps/mach/hurd/ioctl.c:134:12: portability: 'argptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/sysdeps/mach/hurd/ioctl.c:153:19: portability: '(void*)p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/sysdeps/mach/hurd/ioctl.c:298:10: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/sysdeps/mach/hurd/ioctl.c:116:19: error: Uninitialized variable: arg [uninitvar]
eglibc-2.13/sysdeps/mach/hurd/ioctl.c:152:35: error: Uninitialized variable: arg [uninitvar]
eglibc-2.13/sysdeps/mach/hurd/ioctl.c:199:27: error: Uninitialized variable: reply_size [uninitvar]
eglibc-2.13/sysdeps/mach/hurd/jmp-unwind.c:29:0: error: #error "<jmpbuf-unwind.h> fails to define _JMPBUF_UNWINDS" [preprocessorErrorDirective]
eglibc-2.13/sysdeps/mach/hurd/powerpc/init-first.c:190:29: portability: 'newsp' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/sysdeps/mach/hurd/powerpc/init-first.c:202:19: portability: 'newsp' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/sysdeps/mach/hurd/powerpc/trampoline.c:91:63: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
eglibc-2.13/sysdeps/mach/hurd/ptrace.c:51:32: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/sysdeps/mach/hurd/readdir.c:53:5: portability: '(void*)(&entry64->d_ino+1)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/sysdeps/mach/hurd/readdir64_r.c:96:14: warning: Either the condition 'if(dp)' is redundant or there is possible null pointer dereference: dp. [nullPointerRedundantCheck]
eglibc-2.13/sysdeps/mach/hurd/readdir64_r.c:98:6: note: Assuming that condition 'if(dp)' is not redundant
eglibc-2.13/sysdeps/mach/hurd/readdir64_r.c:96:14: note: Null pointer dereference
eglibc-2.13/sysdeps/mach/hurd/readdir_r.c:45:10: style: union member 'Anonymous0::b' is never used. [unusedStructMember]
eglibc-2.13/sysdeps/mach/hurd/spawni.c:157:4: error: Uninitialized variable: dtable [uninitvar]
eglibc-2.13/sysdeps/mach/hurd/spawni.c:165:11: error: Uninitialized variable: flags [uninitvar]
eglibc-2.13/sysdeps/mach/hurd/spawni.c:182:31: error: Uninitialized variable: dtablesize [uninitvar]
eglibc-2.13/sysdeps/mach/sysdep.h:65:0: error: #error SNARF_ARGS not defined by sysdeps/mach/MACHINE/sysdep.h [preprocessorErrorDirective]
eglibc-2.13/sysdeps/posix/gai_strerror-strs.h:1:1: style: union member 'msgstr_t::str32' is never used. [unusedStructMember]
eglibc-2.13/sysdeps/posix/gai_strerror-strs.h:2:1: style: union member 'msgstr_t::str32' is never used. [unusedStructMember]
eglibc-2.13/sysdeps/posix/gai_strerror-strs.h:3:1: style: union member 'msgstr_t::str32' is never used. [unusedStructMember]
eglibc-2.13/sysdeps/posix/gai_strerror-strs.h:4:1: style: union member 'msgstr_t::str32' is never used. [unusedStructMember]
eglibc-2.13/sysdeps/posix/gai_strerror-strs.h:5:1: style: union member 'msgstr_t::str32' is never used. [unusedStructMember]
eglibc-2.13/sysdeps/posix/gai_strerror-strs.h:6:1: style: union member 'msgstr_t::str32' is never used. [unusedStructMember]
eglibc-2.13/sysdeps/posix/gai_strerror-strs.h:7:1: style: union member 'msgstr_t::str32' is never used. [unusedStructMember]
eglibc-2.13/sysdeps/posix/gai_strerror-strs.h:8:1: style: union member 'msgstr_t::str32' is never used. [unusedStructMember]
eglibc-2.13/sysdeps/posix/gai_strerror-strs.h:9:1: style: union member 'msgstr_t::str32' is never used. [unusedStructMember]
eglibc-2.13/sysdeps/posix/gai_strerror-strs.h:10:1: style: union member 'msgstr_t::str32' is never used. [unusedStructMember]
eglibc-2.13/sysdeps/posix/gai_strerror-strs.h:11:1: style: union member 'msgstr_t::str32' is never used. [unusedStructMember]
eglibc-2.13/sysdeps/posix/gai_strerror-strs.h:12:1: style: union member 'msgstr_t::str32' is never used. [unusedStructMember]
eglibc-2.13/sysdeps/posix/gai_strerror-strs.h:13:1: style: union member 'msgstr_t::str32' is never used. [unusedStructMember]
eglibc-2.13/sysdeps/posix/gai_strerror-strs.h:14:1: style: union member 'msgstr_t::str32' is never used. [unusedStructMember]
eglibc-2.13/sysdeps/posix/gai_strerror-strs.h:15:1: style: union member 'msgstr_t::str32' is never used. [unusedStructMember]
eglibc-2.13/sysdeps/posix/gai_strerror-strs.h:16:1: style: union member 'msgstr_t::str32' is never used. [unusedStructMember]
eglibc-2.13/sysdeps/posix/gai_strerror-strs.h:17:1: style: union member 'msgstr_t::str32' is never used. [unusedStructMember]
eglibc-2.13/sysdeps/posix/getaddrinfo.c:132:11: style: struct member 'gaih::gaih' is never used. [unusedStructMember]
eglibc-2.13/sysdeps/posix/libc_fatal.c:103:31: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/sysdeps/posix/libc_fatal.c:114:27: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/sysdeps/posix/sigvec.c:130:18: style: Variable 'sa_flags' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/sysdeps/powerpc/powerpc32/dl-machine.c:582:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
eglibc-2.13/sysdeps/powerpc/powerpc32/dl-machine.c:534:24: style: The scope of the variable 'data_words' can be reduced. [variableScope]
eglibc-2.13/sysdeps/powerpc/powerpc32/power4/fpu/mpa.c:138:10: style: The scope of the variable 'a' can be reduced. [variableScope]
eglibc-2.13/sysdeps/powerpc/powerpc32/power4/fpu/mpa.c:138:14: style: The scope of the variable 'u' can be reduced. [variableScope]
eglibc-2.13/sysdeps/powerpc/powerpc32/power4/fpu/mpa.c:138:16: style: The scope of the variable 'v' can be reduced. [variableScope]
eglibc-2.13/sysdeps/powerpc/powerpc32/power4/fpu/mpa.c:188:8: style: The scope of the variable 'i' can be reduced. [variableScope]
eglibc-2.13/sysdeps/powerpc/powerpc32/power4/fpu/mpa.c:259:10: style: The scope of the variable 'u' can be reduced. [variableScope]
eglibc-2.13/sysdeps/powerpc/powerpc32/power4/fpu/mpa.c:440:10: style: The scope of the variable 'u' can be reduced. [variableScope]
eglibc-2.13/sysdeps/powerpc/powerpc64/dl-machine.h:318:13: style: The scope of the variable 'p' can be reduced. [variableScope]
eglibc-2.13/sysdeps/powerpc/powerpc64/power4/fpu/mpa.c:138:10: style: The scope of the variable 'a' can be reduced. [variableScope]
eglibc-2.13/sysdeps/powerpc/powerpc64/power4/fpu/mpa.c:138:14: style: The scope of the variable 'u' can be reduced. [variableScope]
eglibc-2.13/sysdeps/powerpc/powerpc64/power4/fpu/mpa.c:138:16: style: The scope of the variable 'v' can be reduced. [variableScope]
eglibc-2.13/sysdeps/powerpc/powerpc64/power4/fpu/mpa.c:188:8: style: The scope of the variable 'i' can be reduced. [variableScope]
eglibc-2.13/sysdeps/powerpc/powerpc64/power4/fpu/mpa.c:259:10: style: The scope of the variable 'u' can be reduced. [variableScope]
eglibc-2.13/sysdeps/powerpc/powerpc64/power4/fpu/mpa.c:440:10: style: The scope of the variable 'u' can be reduced. [variableScope]
eglibc-2.13/sysdeps/powerpc/soft-fp/q_util.c:34:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
eglibc-2.13/sysdeps/powerpc/soft-fp/q_util.c:36:13: style: Same expression on both sides of '/'. [duplicateExpression]
eglibc-2.13/sysdeps/powerpc/soft-fp/q_util.c:56:10: error: Uninitialized variable: d [uninitvar]
eglibc-2.13/sysdeps/powerpc/test-arith.c:233:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
eglibc-2.13/sysdeps/powerpc/test-arith.c:234:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
eglibc-2.13/sysdeps/powerpc/test-arith.c:505:8: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
eglibc-2.13/sysdeps/powerpc/test-arith.c:506:8: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
eglibc-2.13/sysdeps/powerpc/test-arith.c:507:9: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
eglibc-2.13/sysdeps/powerpc/test-arith.c:464:16: style: The scope of the variable 'a' can be reduced. [variableScope]
eglibc-2.13/sysdeps/powerpc/test-arith.c:464:19: style: The scope of the variable 'b' can be reduced. [variableScope]
eglibc-2.13/sysdeps/powerpc/test-arith.c:464:22: style: The scope of the variable 'x' can be reduced. [variableScope]
eglibc-2.13/sysdeps/powerpc/test-arith.c:524:17: style: The scope of the variable 'r1' can be reduced. [variableScope]
eglibc-2.13/sysdeps/powerpc/test-arith.c:524:29: style: The scope of the variable 'x1' can be reduced. [variableScope]
eglibc-2.13/sysdeps/powerpc/test-arith.c:233:12: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
eglibc-2.13/sysdeps/powerpc/test-arith.c:234:12: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
eglibc-2.13/sysdeps/powerpc/test-arith.c:505:8: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
eglibc-2.13/sysdeps/powerpc/test-arith.c:506:8: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
eglibc-2.13/sysdeps/powerpc/test-arith.c:507:9: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
eglibc-2.13/sysdeps/sparc/sparc32/e_sqrt.c:23:0: error: #error This file uses GNU C extensions; you must compile with GCC. [preprocessorErrorDirective]
eglibc-2.13/sysdeps/sparc/sparc32/soft-fp/q_util.c:34:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
eglibc-2.13/sysdeps/sparc/sparc32/soft-fp/q_util.c:36:13: style: Same expression on both sides of '/'. [duplicateExpression]
eglibc-2.13/sysdeps/sparc/sparc32/soft-fp/q_util.c:56:10: error: Uninitialized variable: d [uninitvar]
eglibc-2.13/sysdeps/sparc/sparc64/soft-fp/qp_util.c:34:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
eglibc-2.13/sysdeps/sparc/sparc64/soft-fp/qp_util.c:36:13: style: Same expression on both sides of '/'. [duplicateExpression]
eglibc-2.13/sysdeps/sparc/sparc64/soft-fp/qp_util.c:56:10: error: Uninitialized variable: d [uninitvar]
eglibc-2.13/sysdeps/unix/bsd/poll.c:53:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/sysdeps/unix/bsd/poll.c:54:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/sysdeps/unix/bsd/poll.c:55:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/sysdeps/unix/bsd/poll.c:79:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/sysdeps/unix/bsd/poll.c:80:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/sysdeps/unix/bsd/poll.c:81:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/sysdeps/unix/bsd/poll.c:117:24: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/sysdeps/unix/bsd/poll.c:118:24: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/sysdeps/unix/bsd/poll.c:119:24: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/sysdeps/unix/bsd/tcsetattr.c:97:23: error: Array '__bsd_speeds[16]' accessed at index 16, which is out of bounds. [arrayIndexOutOfBounds]
eglibc-2.13/sysdeps/unix/ioctls-tmpl.c:132:3: style: Variable 'exit' is assigned a value that is never used. [unreadVariable]
eglibc-2.13/sysdeps/unix/mkdir.c:33:38: warning: Either the condition 'path==NULL' is redundant or there is possible null pointer dereference: path. [nullPointerRedundantCheck]
eglibc-2.13/sysdeps/unix/mkdir.c:40:12: note: Assuming that condition 'path==NULL' is not redundant
eglibc-2.13/sysdeps/unix/mkdir.c:33:38: note: Null pointer dereference
eglibc-2.13/sysdeps/unix/readdir_r.c:113:10: warning: Either the condition 'dp!=NULL' is redundant or there is possible null pointer dereference: dp. [nullPointerRedundantCheck]
eglibc-2.13/sysdeps/unix/readdir_r.c:115:10: note: Assuming that condition 'dp!=NULL' is not redundant
eglibc-2.13/sysdeps/unix/readdir_r.c:113:10: note: Null pointer dereference
eglibc-2.13/sysdeps/unix/rmdir.c:32:38: warning: Either the condition 'path==NULL' is redundant or there is possible null pointer dereference: path. [nullPointerRedundantCheck]
eglibc-2.13/sysdeps/unix/rmdir.c:38:12: note: Assuming that condition 'path==NULL' is not redundant
eglibc-2.13/sysdeps/unix/rmdir.c:32:38: note: Null pointer dereference
eglibc-2.13/sysdeps/unix/rmdir.c:72:7: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
eglibc-2.13/sysdeps/unix/sparc/start.c:50:0: error: #error This file uses GNU C extensions; you must compile with GCC version 2. [preprocessorErrorDirective]
eglibc-2.13/sysdeps/unix/sysv/linux/check_native.c:91:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/sysdeps/unix/sysv/linux/check_pf.c:85:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/sysdeps/unix/sysv/linux/check_pf.c:184:33: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/sysdeps/unix/sysv/linux/dl-execstack.c:136:0: error: #error "Define either _STACK_GROWS_DOWN or _STACK_GROWS_UP" [preprocessorErrorDirective]
eglibc-2.13/sysdeps/unix/sysv/linux/epoll_pwait.c:59:22: style: Function 'epoll_pwait' argument 1 names different: declaration '__epfd' definition 'epfd'. [funcArgNamesDifferent]
eglibc-2.13/sysdeps/unix/sysv/linux/sys/epoll.h:138:29: note: Function 'epoll_pwait' argument 1 names different: declaration '__epfd' definition 'epfd'.
eglibc-2.13/sysdeps/unix/sysv/linux/epoll_pwait.c:59:22: note: Function 'epoll_pwait' argument 1 names different: declaration '__epfd' definition 'epfd'.
eglibc-2.13/sysdeps/unix/sysv/linux/epoll_pwait.c:59:48: style: Function 'epoll_pwait' argument 2 names different: declaration '__events' definition 'events'. [funcArgNamesDifferent]
eglibc-2.13/sysdeps/unix/sysv/linux/sys/epoll.h:138:57: note: Function 'epoll_pwait' argument 2 names different: declaration '__events' definition 'events'.
eglibc-2.13/sysdeps/unix/sysv/linux/epoll_pwait.c:59:48: note: Function 'epoll_pwait' argument 2 names different: declaration '__events' definition 'events'.
eglibc-2.13/sysdeps/unix/sysv/linux/epoll_pwait.c:60:8: style: Function 'epoll_pwait' argument 3 names different: declaration '__maxevents' definition 'maxevents'. [funcArgNamesDifferent]
eglibc-2.13/sysdeps/unix/sysv/linux/sys/epoll.h:139:8: note: Function 'epoll_pwait' argument 3 names different: declaration '__maxevents' definition 'maxevents'.
eglibc-2.13/sysdeps/unix/sysv/linux/epoll_pwait.c:60:8: note: Function 'epoll_pwait' argument 3 names different: declaration '__maxevents' definition 'maxevents'.
eglibc-2.13/sysdeps/unix/sysv/linux/epoll_pwait.c:60:23: style: Function 'epoll_pwait' argument 4 names different: declaration '__timeout' definition 'timeout'. [funcArgNamesDifferent]
eglibc-2.13/sysdeps/unix/sysv/linux/sys/epoll.h:139:25: note: Function 'epoll_pwait' argument 4 names different: declaration '__timeout' definition 'timeout'.
eglibc-2.13/sysdeps/unix/sysv/linux/epoll_pwait.c:60:23: note: Function 'epoll_pwait' argument 4 names different: declaration '__timeout' definition 'timeout'.
eglibc-2.13/sysdeps/unix/sysv/linux/epoll_pwait.c:61:20: style: Function 'epoll_pwait' argument 5 names different: declaration '__ss' definition 'set'. [funcArgNamesDifferent]
eglibc-2.13/sysdeps/unix/sysv/linux/sys/epoll.h:140:24: note: Function 'epoll_pwait' argument 5 names different: declaration '__ss' definition 'set'.
eglibc-2.13/sysdeps/unix/sysv/linux/epoll_pwait.c:61:20: note: Function 'epoll_pwait' argument 5 names different: declaration '__ss' definition 'set'.
eglibc-2.13/sysdeps/unix/sysv/linux/sys/epoll.h:70:18: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
eglibc-2.13/sysdeps/unix/sysv/linux/eventfd_read.c:25:19: style: Function 'eventfd_read' argument 1 names different: declaration '__fd' definition 'fd'. [funcArgNamesDifferent]
eglibc-2.13/sysdeps/unix/sysv/linux/sys/eventfd.h:47:30: note: Function 'eventfd_read' argument 1 names different: declaration '__fd' definition 'fd'.
eglibc-2.13/sysdeps/unix/sysv/linux/eventfd_read.c:25:19: note: Function 'eventfd_read' argument 1 names different: declaration '__fd' definition 'fd'.
eglibc-2.13/sysdeps/unix/sysv/linux/eventfd_read.c:25:34: style: Function 'eventfd_read' argument 2 names different: declaration '__value' definition 'value'. [funcArgNamesDifferent]
eglibc-2.13/sysdeps/unix/sysv/linux/sys/eventfd.h:47:47: note: Function 'eventfd_read' argument 2 names different: declaration '__value' definition 'value'.
eglibc-2.13/sysdeps/unix/sysv/linux/eventfd_read.c:25:34: note: Function 'eventfd_read' argument 2 names different: declaration '__value' definition 'value'.
eglibc-2.13/sysdeps/unix/sysv/linux/eventfd_write.c:25:20: style: Function 'eventfd_write' argument 1 names different: declaration '__fd' definition 'fd'. [funcArgNamesDifferent]
eglibc-2.13/sysdeps/unix/sysv/linux/sys/eventfd.h:50:31: note: Function 'eventfd_write' argument 1 names different: declaration '__fd' definition 'fd'.
eglibc-2.13/sysdeps/unix/sysv/linux/eventfd_write.c:25:20: note: Function 'eventfd_write' argument 1 names different: declaration '__fd' definition 'fd'.
eglibc-2.13/sysdeps/unix/sysv/linux/eventfd_write.c:25:34: style: Function 'eventfd_write' argument 2 names different: declaration '__value' definition 'value'. [funcArgNamesDifferent]
eglibc-2.13/sysdeps/unix/sysv/linux/sys/eventfd.h:50:47: note: Function 'eventfd_write' argument 2 names different: declaration '__value' definition 'value'.
eglibc-2.13/sysdeps/unix/sysv/linux/eventfd_write.c:25:34: note: Function 'eventfd_write' argument 2 names different: declaration '__value' definition 'value'.
eglibc-2.13/sysdeps/unix/sysv/linux/faccessat.c:90:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/sysdeps/unix/sysv/linux/fchmodat.c:89:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/sysdeps/unix/sysv/linux/fchownat.c:84:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/sysdeps/unix/sysv/linux/futimesat.c:133:2: style: Label 'fail' is not used. [unusedLabel]
eglibc-2.13/sysdeps/unix/sysv/linux/futimesat.c:71:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/sysdeps/unix/sysv/linux/futimesat.c:94:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/sysdeps/unix/sysv/linux/fxstatat.c:103:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/sysdeps/unix/sysv/linux/fxstatat64.c:166:2: style: Label 'fail' is not used. [unusedLabel]
eglibc-2.13/sysdeps/unix/sysv/linux/fxstatat64.c:108:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/sysdeps/unix/sysv/linux/getdents.c:100:11: style: The scope of the variable 'retval' can be reduced. [variableScope]
eglibc-2.13/sysdeps/unix/sysv/linux/gethostid.c:74:8: style: Unused variable: hostname [unusedVariable]
eglibc-2.13/sysdeps/unix/sysv/linux/gethostid.c:75:10: style: Unused variable: buflen [unusedVariable]
eglibc-2.13/sysdeps/unix/sysv/linux/gethostid.c:76:9: style: Unused variable: buffer [unusedVariable]
eglibc-2.13/sysdeps/unix/sysv/linux/gethostid.c:77:18: style: Unused variable: hostbuf [unusedVariable]
eglibc-2.13/sysdeps/unix/sysv/linux/gethostid.c:77:28: style: Unused variable: hp [unusedVariable]
eglibc-2.13/sysdeps/unix/sysv/linux/gethostid.c:79:18: style: Unused variable: in [unusedVariable]
eglibc-2.13/sysdeps/unix/sysv/linux/gethostid.c:80:7: style: Unused variable: herr [unusedVariable]
eglibc-2.13/sysdeps/unix/sysv/linux/getipv4sourcefilter.c:41:35: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/sysdeps/unix/sysv/linux/getlogin_r.c:61:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/sysdeps/unix/sysv/linux/getpt.c:43:7: style: The scope of the variable 'fd' can be reduced. [variableScope]
eglibc-2.13/sysdeps/unix/sysv/linux/getsourcefilter.c:102:34: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/sysdeps/unix/sysv/linux/getsysstats.c:134:18: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/sysdeps/unix/sysv/linux/i386/chown.c:133:32: style: Function '__chown_is_lchown' argument 1 names different: declaration '__file' definition 'file'. [funcArgNamesDifferent]
eglibc-2.13/sysdeps/unix/sysv/linux/i386/chown.c:41:43: note: Function '__chown_is_lchown' argument 1 names different: declaration '__file' definition 'file'.
eglibc-2.13/sysdeps/unix/sysv/linux/i386/chown.c:133:32: note: Function '__chown_is_lchown' argument 1 names different: declaration '__file' definition 'file'.
eglibc-2.13/sysdeps/unix/sysv/linux/i386/chown.c:133:44: style: Function '__chown_is_lchown' argument 2 names different: declaration '__owner' definition 'owner'. [funcArgNamesDifferent]
eglibc-2.13/sysdeps/unix/sysv/linux/i386/chown.c:41:57: note: Function '__chown_is_lchown' argument 2 names different: declaration '__owner' definition 'owner'.
eglibc-2.13/sysdeps/unix/sysv/linux/i386/chown.c:133:44: note: Function '__chown_is_lchown' argument 2 names different: declaration '__owner' definition 'owner'.
eglibc-2.13/sysdeps/unix/sysv/linux/i386/chown.c:133:57: style: Function '__chown_is_lchown' argument 3 names different: declaration '__group' definition 'group'. [funcArgNamesDifferent]
eglibc-2.13/sysdeps/unix/sysv/linux/i386/chown.c:42:16: note: Function '__chown_is_lchown' argument 3 names different: declaration '__group' definition 'group'.
eglibc-2.13/sysdeps/unix/sysv/linux/i386/chown.c:133:57: note: Function '__chown_is_lchown' argument 3 names different: declaration '__group' definition 'group'.
eglibc-2.13/sysdeps/unix/sysv/linux/i386/fchownat.c:81:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/sysdeps/unix/sysv/linux/i386/fxstatat.c:104:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/sysdeps/unix/sysv/linux/i386/getgroups.c:70:11: style: The scope of the variable 'i' can be reduced. [variableScope]
eglibc-2.13/sysdeps/unix/sysv/linux/i386/readelflib.c:36:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
eglibc-2.13/sysdeps/unix/sysv/linux/i386/semctl.c:48:7: style: union member 'semun::val' is never used. [unusedStructMember]
eglibc-2.13/sysdeps/unix/sysv/linux/i386/semctl.c:50:23: style: union member 'semun::array' is never used. [unusedStructMember]
eglibc-2.13/sysdeps/unix/sysv/linux/i386/semctl.c:51:19: style: union member 'semun::__buf' is never used. [unusedStructMember]
eglibc-2.13/sysdeps/unix/sysv/linux/i386/setrlimit.c:40:72: style: Function '__new_setrlimit' argument 2 names different: declaration '__unboundedrlimits' definition 'rlimits'. [funcArgNamesDifferent]
eglibc-2.13/sysdeps/unix/sysv/linux/i386/setrlimit.c:31:29: note: Function '__new_setrlimit' argument 2 names different: declaration '__unboundedrlimits' definition 'rlimits'.
eglibc-2.13/sysdeps/unix/sysv/linux/i386/setrlimit.c:40:72: note: Function '__new_setrlimit' argument 2 names different: declaration '__unboundedrlimits' definition 'rlimits'.
eglibc-2.13/sysdeps/unix/sysv/linux/i386/shmctl.c:43:18: style: struct member '__old_shmid_ds::__shm_npages' is never used. [unusedStructMember]
eglibc-2.13/sysdeps/unix/sysv/linux/i386/sysconf.c:268:8: style: The scope of the variable 'result' can be reduced. [variableScope]
eglibc-2.13/sysdeps/unix/sysv/linux/i386/sysconf.c:322:16: style: The scope of the variable 'edx' can be reduced. [variableScope]
eglibc-2.13/sysdeps/unix/sysv/linux/i386/sysconf.c:434:16: style: The scope of the variable 'eax' can be reduced. [variableScope]
eglibc-2.13/sysdeps/unix/sysv/linux/ia64/dl-static.c:54:10: style: The scope of the variable 'f' can be reduced. [variableScope]
eglibc-2.13/sysdeps/unix/sysv/linux/ia64/ioperm.c:66:17: style: The scope of the variable 'base' can be reduced. [variableScope]
eglibc-2.13/sysdeps/unix/sysv/linux/ia64/ioperm.c:153:51: portability: '(void*)io.base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/sysdeps/unix/sysv/linux/ia64/ioperm.c:164:52: portability: '(void*)io.base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/sysdeps/unix/sysv/linux/ia64/ioperm.c:175:50: portability: '(void*)io.base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/sysdeps/unix/sysv/linux/ia64/ioperm.c:186:51: portability: '(void*)io.base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/sysdeps/unix/sysv/linux/ia64/ioperm.c:195:52: portability: '(void*)io.base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/sysdeps/unix/sysv/linux/ia64/ioperm.c:204:50: portability: '(void*)io.base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eglibc-2.13/sysdeps/unix/sysv/linux/ia64/readelflib.c:34:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
eglibc-2.13/sysdeps/unix/sysv/linux/ia64/swapcontext.c:24:10: style: struct member 'rv::retval' is never used. [unusedStructMember]
eglibc-2.13/sysdeps/unix/sysv/linux/ifaddrs.c:59:20: style: struct member 'sockaddr_ll_max::sll_protocol' is never used. [unusedStructMember]
eglibc-2.13/sysdeps/unix/sysv/linux/ifaddrs.c:62:19: style: struct member 'sockaddr_ll_max::sll_pkttype' is never used. [unusedStructMember]
eglibc-2.13/sysdeps/unix/sysv/linux/ifaddrs.c:158:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/sysdeps/unix/sysv/linux/ifaddrs.c:443:22: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/sysdeps/unix/sysv/linux/sys/mount.h:84:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
eglibc-2.13/sysdeps/unix/sysv/linux/lddlibc4.c:98:18: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/sysdeps/unix/sysv/linux/libc_fatal.c:106:31: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/sysdeps/unix/sysv/linux/libc_fatal.c:117:27: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/sysdeps/unix/sysv/linux/linkat.c:83:17: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/sysdeps/unix/sysv/linux/linkat.c:102:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/sysdeps/unix/sysv/linux/mkdirat.c:75:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/sysdeps/unix/sysv/linux/openat.c:128:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c:82:0: error: #error "Check the offset" [preprocessorErrorDirective]
eglibc-2.13/sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c:97:0: error: #error "Check the offset" [preprocessorErrorDirective]
eglibc-2.13/sysdeps/unix/sysv/linux/powerpc/fchownat.c:84:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/sysdeps/unix/sysv/linux/powerpc/readelflib.c:35:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
eglibc-2.13/sysdeps/unix/sysv/linux/sys/user.h:1:0: error: #error "This file is machine-dependent and not provided for this machine." [preprocessorErrorDirective]
eglibc-2.13/sysdeps/unix/sysv/linux/ptsname.c:74:16: style: The scope of the variable 'ptyno' can be reduced. [variableScope]
eglibc-2.13/sysdeps/unix/sysv/linux/renameat.c:152:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/sysdeps/unix/sysv/linux/renameat.c:177:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/sysdeps/unix/sysv/linux/s390/readelflib.c:34:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
eglibc-2.13/sysdeps/unix/sysv/linux/s390/s390-32/chown.c:57:7: style: The scope of the variable 'result' can be reduced. [variableScope]
eglibc-2.13/sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c:32:7: style: struct member 'fadvise64_64_layout::fd' is never used. [unusedStructMember]
eglibc-2.13/sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c:35:7: style: struct member 'fadvise64_64_layout::advise' is never used. [unusedStructMember]
eglibc-2.13/sysdeps/unix/sysv/linux/semctl.c:48:7: style: union member 'semun::val' is never used. [unusedStructMember]
eglibc-2.13/sysdeps/unix/sysv/linux/semctl.c:50:23: style: union member 'semun::array' is never used. [unusedStructMember]
eglibc-2.13/sysdeps/unix/sysv/linux/semctl.c:51:19: style: union member 'semun::__buf' is never used. [unusedStructMember]
eglibc-2.13/sysdeps/unix/sysv/linux/semctl.c:121:7: error: va_start() or va_copy() called subsequently on 'ap' without va_end() in between. [va_start_subsequentCalls]
eglibc-2.13/sysdeps/unix/sysv/linux/semctl.c:127:3: error: va_list 'ap' used before va_start() was called. [va_list_usedBeforeStarted]
eglibc-2.13/sysdeps/unix/sysv/linux/gethostid.c:47:12: style: Same expression on both sides of '!=' because the value of 'id32' and 'id' are the same. [duplicateExpression]
eglibc-2.13/sysdeps/unix/sysv/linux/gethostid.c:37:18: note: 'id32' is assigned value 'id' here.
eglibc-2.13/sysdeps/unix/sysv/linux/gethostid.c:47:12: note: Same expression on both sides of '!=' because the value of 'id32' and 'id' are the same.
eglibc-2.13/sysdeps/unix/sysv/linux/setipv4sourcefilter.c:41:35: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/sysdeps/unix/sysv/linux/setsourcefilter.c:45:34: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/sysdeps/unix/sysv/linux/shm_open.c:164:20: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/sysdeps/unix/sysv/linux/shm_open.c:253:20: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/sysdeps/unix/sysv/linux/shmctl.c:44:18: style: struct member '__old_shmid_ds::__shm_npages' is never used. [unusedStructMember]
eglibc-2.13/sysdeps/unix/sysv/linux/sparc/readelflib.c:36:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
eglibc-2.13/sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c:49:7: style: union member 'semun::val' is never used. [unusedStructMember]
eglibc-2.13/sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c:51:23: style: union member 'semun::array' is never used. [unusedStructMember]
eglibc-2.13/sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c:52:19: style: union member 'semun::__buf' is never used. [unusedStructMember]
eglibc-2.13/sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c:31:7: style: union member 'semun::val' is never used. [unusedStructMember]
eglibc-2.13/sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c:32:20: style: union member 'semun::buf' is never used. [unusedStructMember]
eglibc-2.13/sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c:34:19: style: union member 'semun::__buf' is never used. [unusedStructMember]
eglibc-2.13/sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c:90:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/sysdeps/unix/sysv/linux/x86_64/readelflib.c:36:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
eglibc-2.13/sysdeps/unix/sysv/linux/xmknodat.c:90:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/sysdeps/unix/sysv/tcsetattr.c:88:24: error: Array '__unix_speeds[16]' accessed at index 16, which is out of bounds. [arrayIndexOutOfBounds]
eglibc-2.13/sysdeps/wordsize-32/divdi3.c:94:13: warning: Either the condition 'd0==0' is redundant or there is division by zero at line 94. [zerodivcond]
eglibc-2.13/sysdeps/wordsize-32/divdi3.c:93:11: note: Assuming that condition 'd0==0' is not redundant
eglibc-2.13/sysdeps/wordsize-32/divdi3.c:94:13: note: Division by zero
eglibc-2.13/sysdeps/x86_64/cacheinfo.c:263:8: style: The scope of the variable 'result' can be reduced. [variableScope]
eglibc-2.13/sysdeps/x86_64/cacheinfo.c:596:27: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
eglibc-2.13/sysdeps/x86_64/multiarch/strstr.c:338:13: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
eglibc-2.13/sysvipc/msgrcv.c:31:10: style: Function 'msgrcv' argument 1 names different: declaration '__msqid' definition 'msqid'. [funcArgNamesDifferent]
eglibc-2.13/sysvipc/sys/msg.h:73:28: note: Function 'msgrcv' argument 1 names different: declaration '__msqid' definition 'msqid'.
eglibc-2.13/sysvipc/msgrcv.c:31:10: note: Function 'msgrcv' argument 1 names different: declaration '__msqid' definition 'msqid'.
eglibc-2.13/sysvipc/msgrcv.c:32:12: style: Function 'msgrcv' argument 2 names different: declaration '__msgp' definition 'msgp'. [funcArgNamesDifferent]
eglibc-2.13/sysvipc/sys/msg.h:73:43: note: Function 'msgrcv' argument 2 names different: declaration '__msgp' definition 'msgp'.
eglibc-2.13/sysvipc/msgrcv.c:32:12: note: Function 'msgrcv' argument 2 names different: declaration '__msgp' definition 'msgp'.
eglibc-2.13/sysvipc/msgrcv.c:33:13: style: Function 'msgrcv' argument 3 names different: declaration '__msgsz' definition 'msgsz'. [funcArgNamesDifferent]
eglibc-2.13/sysvipc/sys/msg.h:73:58: note: Function 'msgrcv' argument 3 names different: declaration '__msgsz' definition 'msgsz'.
eglibc-2.13/sysvipc/msgrcv.c:33:13: note: Function 'msgrcv' argument 3 names different: declaration '__msgsz' definition 'msgsz'.
eglibc-2.13/sysvipc/msgrcv.c:34:11: style: Function 'msgrcv' argument 4 names different: declaration '__msgtyp' definition 'msgtyp'. [funcArgNamesDifferent]
eglibc-2.13/sysvipc/sys/msg.h:74:15: note: Function 'msgrcv' argument 4 names different: declaration '__msgtyp' definition 'msgtyp'.
eglibc-2.13/sysvipc/msgrcv.c:34:11: note: Function 'msgrcv' argument 4 names different: declaration '__msgtyp' definition 'msgtyp'.
eglibc-2.13/sysvipc/msgrcv.c:35:10: style: Function 'msgrcv' argument 5 names different: declaration '__msgflg' definition 'msgflg'. [funcArgNamesDifferent]
eglibc-2.13/sysvipc/sys/msg.h:74:33: note: Function 'msgrcv' argument 5 names different: declaration '__msgflg' definition 'msgflg'.
eglibc-2.13/sysvipc/msgrcv.c:35:10: note: Function 'msgrcv' argument 5 names different: declaration '__msgflg' definition 'msgflg'.
eglibc-2.13/sysvipc/msgsnd.c:31:10: style: Function 'msgsnd' argument 1 names different: declaration '__msqid' definition 'msqid'. [funcArgNamesDifferent]
eglibc-2.13/sysvipc/sys/msg.h:80:24: note: Function 'msgsnd' argument 1 names different: declaration '__msqid' definition 'msqid'.
eglibc-2.13/sysvipc/msgsnd.c:31:10: note: Function 'msgsnd' argument 1 names different: declaration '__msqid' definition 'msqid'.
eglibc-2.13/sysvipc/msgsnd.c:32:18: style: Function 'msgsnd' argument 2 names different: declaration '__msgp' definition 'msgp'. [funcArgNamesDifferent]
eglibc-2.13/sysvipc/sys/msg.h:80:47: note: Function 'msgsnd' argument 2 names different: declaration '__msgp' definition 'msgp'.
eglibc-2.13/sysvipc/msgsnd.c:32:18: note: Function 'msgsnd' argument 2 names different: declaration '__msgp' definition 'msgp'.
eglibc-2.13/sysvipc/msgsnd.c:33:13: style: Function 'msgsnd' argument 3 names different: declaration '__msgsz' definition 'msgsz'. [funcArgNamesDifferent]
eglibc-2.13/sysvipc/sys/msg.h:80:62: note: Function 'msgsnd' argument 3 names different: declaration '__msgsz' definition 'msgsz'.
eglibc-2.13/sysvipc/msgsnd.c:33:13: note: Function 'msgsnd' argument 3 names different: declaration '__msgsz' definition 'msgsz'.
eglibc-2.13/sysvipc/msgsnd.c:34:10: style: Function 'msgsnd' argument 4 names different: declaration '__msgflg' definition 'msgflg'. [funcArgNamesDifferent]
eglibc-2.13/sysvipc/sys/msg.h:81:10: note: Function 'msgsnd' argument 4 names different: declaration '__msgflg' definition 'msgflg'.
eglibc-2.13/sysvipc/msgsnd.c:34:10: note: Function 'msgsnd' argument 4 names different: declaration '__msgflg' definition 'msgflg'.
eglibc-2.13/time/alt_digit.c:122:14: style: The scope of the variable 'cnt' can be reduced. [variableScope]
eglibc-2.13/time/alt_digit.c:156:10: style: The scope of the variable 'cnt' can be reduced. [variableScope]
eglibc-2.13/time/bug-asctime.c:15:13: style: Obsolete function 'asctime' called. It is recommended to use 'strftime' instead. [asctimeCalled]
eglibc-2.13/time/ctime.c:32:10: style: Obsolete function 'asctime' called. It is recommended to use 'strftime' instead. [asctimeCalled]
eglibc-2.13/time/ftime.c:25:20: style: Function 'ftime' argument 1 names different: declaration '__timebuf' definition 'timebuf'. [funcArgNamesDifferent]
eglibc-2.13/time/sys/timeb.h:42:33: note: Function 'ftime' argument 1 names different: declaration '__timebuf' definition 'timebuf'.
eglibc-2.13/time/ftime.c:25:20: note: Function 'ftime' argument 1 names different: declaration '__timebuf' definition 'timebuf'.
eglibc-2.13/time/mktime.c:491:4: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
eglibc-2.13/time/mktime.c:176:29: style: Same value in both branches of ternary operator. [duplicateValueTernary]
eglibc-2.13/time/mktime.c:177:29: style: Same value in both branches of ternary operator. [duplicateValueTernary]
eglibc-2.13/time/mktime.c:109:1: style: struct member 'time_t_is_integer::a' is never used. [unusedStructMember]
eglibc-2.13/time/mktime.c:110:1: style: struct member 'twos_complement_arithmetic::a' is never used. [unusedStructMember]
eglibc-2.13/time/mktime.c:117:1: style: struct member 'base_year_is_a_multiple_of_100::a' is never used. [unusedStructMember]
eglibc-2.13/time/mktime.c:170:3: style: struct member 'C99_integer_division::a' is never used. [unusedStructMember]
eglibc-2.13/time/mktime.c:171:3: style: struct member 'long_int_year_and_yday_are_wide_enough::a' is never used. [unusedStructMember]
eglibc-2.13/time/strftime_l.c:409:0: error: syntax error [syntaxError]
eglibc-2.13/time/strptime_l.c:493:4: style: Checking if unsigned variable 'val' is less than zero. [unsignedLessThanZero]
eglibc-2.13/time/strptime_l.c:542:4: style: Checking if unsigned variable 'val' is less than zero. [unsignedLessThanZero]
eglibc-2.13/time/strptime_l.c:569:4: style: Checking if unsigned variable 'val' is less than zero. [unsignedLessThanZero]
eglibc-2.13/time/strptime_l.c:663:4: style: Checking if unsigned variable 'val' is less than zero. [unsignedLessThanZero]
eglibc-2.13/time/strptime_l.c:697:4: style: Checking if unsigned variable 'val' is less than zero. [unsignedLessThanZero]
eglibc-2.13/time/strptime_l.c:710:4: style: Checking if unsigned variable 'val' is less than zero. [unsignedLessThanZero]
eglibc-2.13/time/strptime_l.c:715:4: style: Checking if unsigned variable 'val' is less than zero. [unsignedLessThanZero]
eglibc-2.13/time/strptime_l.c:720:4: style: Checking if unsigned variable 'val' is less than zero. [unsignedLessThanZero]
eglibc-2.13/time/strptime_l.c:726:4: style: Checking if unsigned variable 'val' is less than zero. [unsignedLessThanZero]
eglibc-2.13/time/strptime_l.c:733:4: style: Checking if unsigned variable 'val' is less than zero. [unsignedLessThanZero]
eglibc-2.13/time/strptime_l.c:743:4: style: Checking if unsigned variable 'val' is less than zero. [unsignedLessThanZero]
eglibc-2.13/time/strptime_l.c:1041:8: style: Checking if unsigned variable 'val' is less than zero. [unsignedLessThanZero]
eglibc-2.13/time/strptime_l.c:1061:8: style: Checking if unsigned variable 'val' is less than zero. [unsignedLessThanZero]
eglibc-2.13/time/strptime_l.c:1066:8: style: Checking if unsigned variable 'val' is less than zero. [unsignedLessThanZero]
eglibc-2.13/time/strptime_l.c:1070:8: style: Checking if unsigned variable 'val' is less than zero. [unsignedLessThanZero]
eglibc-2.13/time/strptime_l.c:1075:8: style: Checking if unsigned variable 'val' is less than zero. [unsignedLessThanZero]
eglibc-2.13/time/strptime_l.c:1080:8: style: Checking if unsigned variable 'val' is less than zero. [unsignedLessThanZero]
eglibc-2.13/time/strptime_l.c:1086:8: style: Checking if unsigned variable 'val' is less than zero. [unsignedLessThanZero]
eglibc-2.13/time/strptime_l.c:1092:8: style: Checking if unsigned variable 'val' is less than zero. [unsignedLessThanZero]
eglibc-2.13/time/strptime_l.c:492:2: warning: Label 'match_century' is not used. Should this be a 'case' of the enclosing switch()? [unusedLabelSwitch]
eglibc-2.13/time/strptime_l.c:731:2: warning: Label 'match_year_in_century' is not used. Should this be a 'case' of the enclosing switch()? [unusedLabelSwitch]
eglibc-2.13/time/strptime_l.c:1110:14: error: Uninitialized struct member: tmb.tm_sec [uninitStructMember]
eglibc-2.13/time/strptime_l.c:1110:14: error: Uninitialized struct member: tmb.tm_min [uninitStructMember]
eglibc-2.13/time/strptime_l.c:1110:14: error: Uninitialized struct member: tmb.tm_hour [uninitStructMember]
eglibc-2.13/time/strptime_l.c:1110:14: error: Uninitialized struct member: tmb.tm_mday [uninitStructMember]
eglibc-2.13/time/strptime_l.c:1110:14: error: Uninitialized struct member: tmb.tm_mon [uninitStructMember]
eglibc-2.13/time/strptime_l.c:1110:14: error: Uninitialized struct member: tmb.tm_year [uninitStructMember]
eglibc-2.13/time/strptime_l.c:1110:14: error: Uninitialized struct member: tmb.tm_wday [uninitStructMember]
eglibc-2.13/time/strptime_l.c:1110:14: error: Uninitialized struct member: tmb.tm_yday [uninitStructMember]
eglibc-2.13/time/strptime_l.c:1110:14: error: Uninitialized struct member: tmb.tm_isdst [uninitStructMember]
eglibc-2.13/time/strptime_l.c:1110:14: error: Uninitialized struct member: tmb.__tm_gmtoff [uninitStructMember]
eglibc-2.13/time/test_time.c:97:12: style: Obsolete function 'asctime' called. It is recommended to use 'strftime' instead. [asctimeCalled]
eglibc-2.13/time/tst-getdate.c:81:14: style: The scope of the variable 'tm' can be reduced. [variableScope]
eglibc-2.13/time/tst-mktime.c:11:8: style: The scope of the variable 'daybuf' can be reduced. [variableScope]
eglibc-2.13/time/tst-mktime.c:22:16: error: Uninitialized variable: time_str [uninitvar]
eglibc-2.13/time/tst-mktime2.c:38:16: error: Uninitialized variable: tm [uninitvar]
eglibc-2.13/time/tzfile.c:218:43: style: Same expression on both sides of '==' because the value of 'trans_width' and '4' are the same. [duplicateExpression]
eglibc-2.13/time/tzfile.c:116:21: note: 'trans_width' is assigned value '4' here.
eglibc-2.13/time/tzfile.c:218:43: note: Same expression on both sides of '==' because the value of 'trans_width' and '4' are the same.
eglibc-2.13/time/tzfile.c:83:20: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
eglibc-2.13/time/tzfile.c:414:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eglibc-2.13/time/tzset.c:184:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
eglibc-2.13/time/tzset.c:231:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
eglibc-2.13/timezone/ialloc.c:74:14: style: Function 'ifree' argument 1 names different: declaration 'pointer' definition 'p'. [funcArgNamesDifferent]
eglibc-2.13/timezone/private.h:181:20: note: Function 'ifree' argument 1 names different: declaration 'pointer' definition 'p'.
eglibc-2.13/timezone/ialloc.c:74:14: note: Function 'ifree' argument 1 names different: declaration 'pointer' definition 'p'.
eglibc-2.13/timezone/ialloc.c:82:14: style: Function 'icfree' argument 1 names different: declaration 'pointer' definition 'p'. [funcArgNamesDifferent]
eglibc-2.13/timezone/private.h:180:21: note: Function 'icfree' argument 1 names different: declaration 'pointer' definition 'p'.
eglibc-2.13/timezone/ialloc.c:82:14: note: Function 'icfree' argument 1 names different: declaration 'pointer' definition 'p'.
eglibc-2.13/timezone/test-tz.c:41:4: warning: %lu in format string (no. 3) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
eglibc-2.13/timezone/test-tz.c:41:4: warning: %lu in format string (no. 4) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
eglibc-2.13/timezone/test-tz.c:23:10: style: The scope of the variable 't' can be reduced. [variableScope]
eglibc-2.13/timezone/tst-timezone.c:100:37: style: Obsolete function 'asctime' called. It is recommended to use 'strftime' instead. [asctimeCalled]
eglibc-2.13/timezone/zdump.c:427:15: style: Condition '0>(time_t)-1' is always true [knownConditionTrueFalse]
eglibc-2.13/timezone/zdump.c:614:8: style: Condition '0>(time_t)-1' is always true [knownConditionTrueFalse]
eglibc-2.13/timezone/zdump.c:260:17: style: The scope of the variable 'cutloyear' can be reduced. [variableScope]
eglibc-2.13/timezone/zdump.c:261:17: style: The scope of the variable 'cuthiyear' can be reduced. [variableScope]
eglibc-2.13/timezone/zdump.c:489:9: style: The scope of the variable 'diff' can be reduced. [variableScope]
eglibc-2.13/timezone/zdump.c:630:28: style: Function 'dumptime' argument 1 names different: declaration 'tmp' definition 'timeptr'. [funcArgNamesDifferent]
eglibc-2.13/timezone/zdump.c:157:40: note: Function 'dumptime' argument 1 names different: declaration 'tmp' definition 'timeptr'.
eglibc-2.13/timezone/zdump.c:630:28: note: Function 'dumptime' argument 1 names different: declaration 'tmp' definition 'timeptr'.
eglibc-2.13/timezone/zic.c:2707:13: warning: Logical conjunction always evaluates to false: i < 0 && l >= 0. [incorrectLogicOperator]
eglibc-2.13/timezone/zic.c:2707:35: warning: Logical conjunction always evaluates to false: i == 0 && l != 0. [incorrectLogicOperator]
eglibc-2.13/timezone/zic.c:2707:56: warning: Logical conjunction always evaluates to false: i > 0 && l <= 0. [incorrectLogicOperator]
eglibc-2.13/timezone/zic.c:2707:13: style: Opposite expression on both sides of '&&'. [oppositeExpression]
eglibc-2.13/timezone/zic.c:2707:13: note: Opposite expression on both sides of '&&'.
eglibc-2.13/timezone/zic.c:2707:13: note: Opposite expression on both sides of '&&'.
eglibc-2.13/timezone/zic.c:743:19: style: The scope of the variable 'j' can be reduced. [variableScope]
eglibc-2.13/timezone/zic.c:818:20: style: The scope of the variable 'fields' can be reduced. [variableScope]
eglibc-2.13/timezone/zic.c:819:20: style: The scope of the variable 'cp' can be reduced. [variableScope]
eglibc-2.13/timezone/zic.c:821:17: style: The scope of the variable 'nfields' can be reduced. [variableScope]
eglibc-2.13/timezone/zic.c:1968:17: style: The scope of the variable 'usestart' can be reduced. [variableScope]
eglibc-2.13/timezone/zic.c:1968:27: style: The scope of the variable 'useuntil' can be reduced. [variableScope]
eglibc-2.13/timezone/zic.c:1971:18: style: The scope of the variable 'stdoff' can be reduced. [variableScope]
eglibc-2.13/timezone/zic.c:389:14: style: Function 'memcheck' argument 1 names different: declaration 'tocheck' definition 'ptr'. [funcArgNamesDifferent]
eglibc-2.13/timezone/zic.c:145:31: note: Function 'memcheck' argument 1 names different: declaration 'tocheck' definition 'ptr'.
eglibc-2.13/timezone/zic.c:389:14: note: Function 'memcheck' argument 1 names different: declaration 'tocheck' definition 'ptr'.
eglibc-2.13/timezone/zic.c:433:20: style: Function 'error' argument 1 names different: declaration 'message' definition 'string'. [funcArgNamesDifferent]
eglibc-2.13/timezone/zic.c:130:32: note: Function 'error' argument 1 names different: declaration 'message' definition 'string'.
eglibc-2.13/timezone/zic.c:433:20: note: Function 'error' argument 1 names different: declaration 'message' definition 'string'.
eglibc-2.13/timezone/zic.c:730:14: style: Function 'rcomp' argument 1 names different: declaration 'leftp' definition 'cp1'. [funcArgNamesDifferent]
eglibc-2.13/timezone/zic.c:152:31: note: Function 'rcomp' argument 1 names different: declaration 'leftp' definition 'cp1'.
eglibc-2.13/timezone/zic.c:730:14: note: Function 'rcomp' argument 1 names different: declaration 'leftp' definition 'cp1'.
eglibc-2.13/timezone/zic.c:731:14: style: Function 'rcomp' argument 2 names different: declaration 'rightp' definition 'cp2'. [funcArgNamesDifferent]
eglibc-2.13/timezone/zic.c:152:51: note: Function 'rcomp' argument 2 names different: declaration 'rightp' definition 'cp2'.
eglibc-2.13/timezone/zic.c:731:14: note: Function 'rcomp' argument 2 names different: declaration 'rightp' definition 'cp2'.
eglibc-2.13/timezone/zic.c:815:14: style: Function 'infile' argument 1 names different: declaration 'filename' definition 'name'. [funcArgNamesDifferent]
eglibc-2.13/timezone/zic.c:134:33: note: Function 'infile' argument 1 names different: declaration 'filename' definition 'name'.
eglibc-2.13/timezone/zic.c:815:14: note: Function 'infile' argument 1 names different: declaration 'filename' definition 'name'.
eglibc-2.13/timezone/zic.c:920:20: style: Function 'gethms' argument 2 names different: declaration 'errstrng' definition 'errstring'. [funcArgNamesDifferent]
eglibc-2.13/timezone/zic.c:132:54: note: Function 'gethms' argument 2 names different: declaration 'errstrng' definition 'errstring'.
eglibc-2.13/timezone/zic.c:920:20: note: Function 'gethms' argument 2 names different: declaration 'errstrng' definition 'errstring'.
eglibc-2.13/timezone/zic.c:1438:12: style: Function 'puttzcode' argument 1 names different: declaration 'code' definition 'val'. [funcArgNamesDifferent]
eglibc-2.13/timezone/zic.c:150:28: note: Function 'puttzcode' argument 1 names different: declaration 'code' definition 'val'.
eglibc-2.13/timezone/zic.c:1438:12: note: Function 'puttzcode' argument 1 names different: declaration 'code' definition 'val'.
eglibc-2.13/timezone/zic.c:1449:13: style: Function 'puttzcode64' argument 1 names different: declaration 'code' definition 'val'. [funcArgNamesDifferent]
eglibc-2.13/timezone/zic.c:151:31: note: Function 'puttzcode64' argument 1 names different: declaration 'code' definition 'val'.
eglibc-2.13/timezone/zic.c:1449:13: note: Function 'puttzcode64' argument 1 names different: declaration 'code' definition 'val'.
eglibc-2.13/timezone/zic.c:1880:27: style: Function 'stringzone' argument 2 names different: declaration 'zp' definition 'zpfirst'. [funcArgNamesDifferent]
eglibc-2.13/timezone/zic.c:162:24: note: Function 'stringzone' argument 2 names different: declaration 'zp' definition 'zpfirst'.
eglibc-2.13/timezone/zic.c:1880:27: note: Function 'stringzone' argument 2 names different: declaration 'zp' definition 'zpfirst'.
eglibc-2.13/timezone/zic.c:1881:13: style: Function 'stringzone' argument 3 names different: declaration 'ntzones' definition 'zonecount'. [funcArgNamesDifferent]
eglibc-2.13/timezone/zic.c:162:32: note: Function 'stringzone' argument 3 names different: declaration 'ntzones' definition 'zonecount'.
eglibc-2.13/timezone/zic.c:1881:13: note: Function 'stringzone' argument 3 names different: declaration 'ntzones' definition 'zonecount'.
eglibc-2.13/timezone/zic.c:1962:27: style: Function 'outzone' argument 1 names different: declaration 'zp' definition 'zpfirst'. [funcArgNamesDifferent]
eglibc-2.13/timezone/zic.c:149:41: note: Function 'outzone' argument 1 names different: declaration 'zp' definition 'zpfirst'.
eglibc-2.13/timezone/zic.c:1962:27: note: Function 'outzone' argument 1 names different: declaration 'zp' definition 'zpfirst'.
eglibc-2.13/timezone/zic.c:1963:13: style: Function 'outzone' argument 2 names different: declaration 'ntzones' definition 'zonecount'. [funcArgNamesDifferent]
eglibc-2.13/timezone/zic.c:149:49: note: Function 'outzone' argument 2 names different: declaration 'ntzones' definition 'zonecount'.
eglibc-2.13/timezone/zic.c:1963:13: note: Function 'outzone' argument 2 names different: declaration 'ntzones' definition 'zonecount'.
eglibc-2.13/timezone/zic.c:2374:5: style: Function 'lowerit' argument 1 names different: declaration 'c' definition 'a'. [funcArgNamesDifferent]
eglibc-2.13/timezone/zic.c:144:24: note: Function 'lowerit' argument 1 names different: declaration 'c' definition 'a'.
eglibc-2.13/timezone/zic.c:2374:5: note: Function 'lowerit' argument 1 names different: declaration 'c' definition 'a'.
eglibc-2.13/timezone/zic.c:2409:30: style: Function 'byword' argument 1 names different: declaration 'string' definition 'word'. [funcArgNamesDifferent]
eglibc-2.13/timezone/zic.c:292:50: note: Function 'byword' argument 1 names different: declaration 'string' definition 'word'.
eglibc-2.13/timezone/zic.c:2409:30: note: Function 'byword' argument 1 names different: declaration 'string' definition 'word'.
eglibc-2.13/timezone/zic.c:2410:38: style: Function 'byword' argument 2 names different: declaration 'lp' definition 'table'. [funcArgNamesDifferent]
eglibc-2.13/timezone/zic.c:293:28: note: Function 'byword' argument 2 names different: declaration 'lp' definition 'table'.
eglibc-2.13/timezone/zic.c:2410:38: note: Function 'byword' argument 2 names different: declaration 'lp' definition 'table'.
eglibc-2.13/timezone/zic.c:2438:17: style: Function 'getfields' argument 1 names different: declaration 'buf' definition 'cp'. [funcArgNamesDifferent]
eglibc-2.13/timezone/zic.c:131:33: note: Function 'getfields' argument 1 names different: declaration 'buf' definition 'cp'.
eglibc-2.13/timezone/zic.c:2438:17: note: Function 'getfields' argument 1 names different: declaration 'buf' definition 'cp'.
eglibc-2.13/timezone/zic.c:2602:20: style: Function 'newabbr' argument 1 names different: declaration 'abbr' definition 'string'. [funcArgNamesDifferent]
eglibc-2.13/timezone/zic.c:147:34: note: Function 'newabbr' argument 1 names different: declaration 'abbr' definition 'string'.
eglibc-2.13/timezone/zic.c:2602:20: note: Function 'newabbr' argument 1 names different: declaration 'abbr' definition 'string'.
eglibc-2.13/timezone/zic.c:2655:9: style: Function 'mkdirs' argument 1 names different: declaration 'filename' definition 'argname'. [funcArgNamesDifferent]
eglibc-2.13/timezone/zic.c:146:26: note: Function 'mkdirs' argument 1 names different: declaration 'filename' definition 'argname'.
eglibc-2.13/timezone/zic.c:2655:9: note: Function 'mkdirs' argument 1 names different: declaration 'filename' definition 'argname'.
eglibc-2.13/tls.make.c:8:0: error: syntax error [syntaxError]
eglibc-2.13/wcsmbs/tst-mbrtowc.c:79:3: style: Variable 'wc' is reassigned a value before the old one has been used. [redundantAssignment]
eglibc-2.13/wcsmbs/tst-mbrtowc.c:74:3: note: Variable 'wc' is reassigned a value before the old one has been used.
eglibc-2.13/wcsmbs/tst-mbrtowc.c:79:3: note: Variable 'wc' is reassigned a value before the old one has been used.
eglibc-2.13/wcsmbs/tst-mbrtowc.c:113:3: style: Variable 'wc' is reassigned a value before the old one has been used. [redundantAssignment]
eglibc-2.13/wcsmbs/tst-mbrtowc.c:108:3: note: Variable 'wc' is reassigned a value before the old one has been used.
eglibc-2.13/wcsmbs/tst-mbrtowc.c:113:3: note: Variable 'wc' is reassigned a value before the old one has been used.
eglibc-2.13/wcsmbs/tst-mbsrtowcs.c:51:7: warning: %lc in format string (no. 1) requires 'unsigned long' but the argument type is 'unsigned int'. [invalidPrintfArgType_uint]
eglibc-2.13/wcsmbs/tst-mbsrtowcs.c:56:7: warning: %lc in format string (no. 1) requires 'unsigned long' but the argument type is 'unsigned int'. [invalidPrintfArgType_uint]
eglibc-2.13/wcsmbs/tst-mbsrtowcs.c:61:7: warning: %lc in format string (no. 1) requires 'unsigned long' but the argument type is 'unsigned int'. [invalidPrintfArgType_uint]
eglibc-2.13/locale/weightwc.h:105:11: error: Uninitialized variable: indirect [uninitvar]
eglibc-2.13/wctype/wcfuncs.c:41:1: style: Function '__iswalnum' argument 1 names different: declaration '__wc' definition 'wc'. [funcArgNamesDifferent]
eglibc-2.13/wctype/wcfuncs.c:41:1: note: Function '__iswalnum' argument 1 names different: declaration '__wc' definition 'wc'.
eglibc-2.13/wctype/wcfuncs.c:41:1: note: Function '__iswalnum' argument 1 names different: declaration '__wc' definition 'wc'.
[17:29]

ftp://ftp.se.debian.org/debian/pool/main/e/ehcache/ehcache_2.6.9.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/e/eiciel/eiciel_0.9.9.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/e/eigen2/eigen2_2.0.17.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/e/eigen3/eigen3_3.3.4.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/e/eigenbase-farrago/eigenbase-farrago_0.9.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/eigenbase-resgen/eigenbase-resgen_1.3.0.13768.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/eigensoft/eigensoft_7.2.1+dfsg.orig.tar.xz
EIG-7.2.1/src/admutils.c:1256:7: error: printf format string requires 1 parameter but only 0 are given. [wrongPrintfScanfArgNum]
EIG-7.2.1/src/admutils.c:139:13: style: The scope of the variable 'g' can be reduced. [variableScope]
EIG-7.2.1/src/admutils.c:161:10: style: The scope of the variable 'indx' can be reduced. [variableScope]
EIG-7.2.1/src/admutils.c:188:13: style: The scope of the variable 'g' can be reduced. [variableScope]
EIG-7.2.1/src/admutils.c:207:13: style: The scope of the variable 'g' can be reduced. [variableScope]
EIG-7.2.1/src/admutils.c:221:13: style: The scope of the variable 'g' can be reduced. [variableScope]
EIG-7.2.1/src/admutils.c:237:13: style: The scope of the variable 'e' can be reduced. [variableScope]
EIG-7.2.1/src/admutils.c:237:16: style: The scope of the variable 'f' can be reduced. [variableScope]
EIG-7.2.1/src/admutils.c:298:21: style: The scope of the variable 'k' can be reduced. [variableScope]
EIG-7.2.1/src/admutils.c:314:8: style: The scope of the variable 'cupt' can be reduced. [variableScope]
EIG-7.2.1/src/admutils.c:348:10: style: The scope of the variable 'indx' can be reduced. [variableScope]
EIG-7.2.1/src/admutils.c:470:10: style: The scope of the variable 'ss' can be reduced. [variableScope]
EIG-7.2.1/src/admutils.c:515:16: style: The scope of the variable 't' can be reduced. [variableScope]
EIG-7.2.1/src/admutils.c:549:20: style: The scope of the variable 'w' can be reduced. [variableScope]
EIG-7.2.1/src/admutils.c:577:9: style: The scope of the variable 'buff' can be reduced. [variableScope]
EIG-7.2.1/src/admutils.c:578:7: style: The scope of the variable 'g' can be reduced. [variableScope]
EIG-7.2.1/src/admutils.c:597:9: style: The scope of the variable 'buff' can be reduced. [variableScope]
EIG-7.2.1/src/admutils.c:598:7: style: The scope of the variable 'g' can be reduced. [variableScope]
EIG-7.2.1/src/admutils.c:655:13: style: The scope of the variable 'thash' can be reduced. [variableScope]
EIG-7.2.1/src/admutils.c:755:8: style: The scope of the variable 'cupt' can be reduced. [variableScope]
EIG-7.2.1/src/admutils.c:784:8: style: The scope of the variable 'cupt' can be reduced. [variableScope]
EIG-7.2.1/src/admutils.c:787:16: style: The scope of the variable 'n' can be reduced. [variableScope]
EIG-7.2.1/src/admutils.c:789:36: style: The scope of the variable 'ilo' can be reduced. [variableScope]
EIG-7.2.1/src/admutils.c:1028:7: style: The scope of the variable 'nsplit' can be reduced. [variableScope]
EIG-7.2.1/src/admutils.c:1063:10: style: The scope of the variable 'indx' can be reduced. [variableScope]
EIG-7.2.1/src/admutils.c:1080:8: style: The scope of the variable 'cupt' can be reduced. [variableScope]
EIG-7.2.1/src/admutils.c:1104:8: style: The scope of the variable 'cupt' can be reduced. [variableScope]
EIG-7.2.1/src/admutils.c:1247:9: style: The scope of the variable 'sx' can be reduced. [variableScope]
EIG-7.2.1/src/admutils.c:1248:18: style: The scope of the variable 't' can be reduced. [variableScope]
EIG-7.2.1/src/admutils.c:315:14: style: Unused variable: numstates [unusedVariable]
EIG-7.2.1/src/admutils.c:315:25: style: Unused variable: ignore [unusedVariable]
EIG-7.2.1/src/admutils.c:349:17: style: Unused variable: cfemale [unusedVariable]
EIG-7.2.1/src/admutils.c:655:23: style: Unused variable: n [unusedVariable]
EIG-7.2.1/src/admutils.c:695:0: style: Variable 'ncall' is modified but its new value is never used. [unreadVariable]
EIG-7.2.1/src/admutils.c:722:14: style: Variable 'ncall' is assigned a value that is never used. [unreadVariable]
EIG-7.2.1/src/admutils.c:1078:0: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
EIG-7.2.1/src/admutils.c:1079:10: style: Unused variable: t [unusedVariable]
EIG-7.2.1/src/baseprog.c:101:34: warning: Either the condition 'genotypename!=NULL' is redundant or there is possible null pointer dereference: genotypename. [nullPointerRedundantCheck]
EIG-7.2.1/src/baseprog.c:103:20: note: Assuming that condition 'genotypename!=NULL' is not redundant
EIG-7.2.1/src/baseprog.c:101:34: note: Null pointer dereference
EIG-7.2.1/src/baseprog.c:78:7: style: The scope of the variable 'markernum' can be reduced. [variableScope]
EIG-7.2.1/src/baseprog.c:78:18: style: The scope of the variable 'idnum' can be reduced. [variableScope]
EIG-7.2.1/src/baseprog.c:72:13: style: Unused variable: k [unusedVariable]
EIG-7.2.1/src/baseprog.c:75:7: style: Unused variable: ch1 [unusedVariable]
EIG-7.2.1/src/baseprog.c:75:12: style: Unused variable: ch2 [unusedVariable]
EIG-7.2.1/src/convertf.c:211:10: style: The scope of the variable 'eglist' can be reduced. [variableScope]
EIG-7.2.1/src/convertf.c:212:27: style: The scope of the variable 'numeg' can be reduced. [variableScope]
EIG-7.2.1/src/convertf.c:223:7: style: The scope of the variable 'nkill' can be reduced. [variableScope]
EIG-7.2.1/src/convertf.c:224:13: style: The scope of the variable 'g' can be reduced. [variableScope]
EIG-7.2.1/src/convertf.c:664:16: style: The scope of the variable 'cupt2' can be reduced. [variableScope]
EIG-7.2.1/src/convertf.c:666:10: style: The scope of the variable 'k' can be reduced. [variableScope]
EIG-7.2.1/src/convertf.c:717:10: style: The scope of the variable 'ok' can be reduced. [variableScope]
EIG-7.2.1/src/convertf.c:718:8: style: The scope of the variable 'cc1' can be reduced. [variableScope]
EIG-7.2.1/src/convertf.c:718:13: style: The scope of the variable 'cc2' can be reduced. [variableScope]
EIG-7.2.1/src/convertf.c:781:10: style: The scope of the variable 'g' can be reduced. [variableScope]
EIG-7.2.1/src/convertf.c:802:10: style: The scope of the variable 'g' can be reduced. [variableScope]
EIG-7.2.1/src/convertf.c:818:14: style: The scope of the variable 't' can be reduced. [variableScope]
EIG-7.2.1/src/convertf.c:819:10: style: The scope of the variable 'indx' can be reduced. [variableScope]
EIG-7.2.1/src/convertf.c:820:8: style: The scope of the variable 'cupt' can be reduced. [variableScope]
EIG-7.2.1/src/convertf.c:939:7: style: The scope of the variable 'nsplit' can be reduced. [variableScope]
EIG-7.2.1/src/convertf.c:975:7: style: The scope of the variable 'nsplit' can be reduced. [variableScope]
EIG-7.2.1/src/convertf.c:1018:13: style: The scope of the variable 'k' can be reduced. [variableScope]
EIG-7.2.1/src/convertf.c:1097:10: style: The scope of the variable 'indx' can be reduced. [variableScope]
EIG-7.2.1/src/convertf.c:781:16: style: Unused variable: g2 [unusedVariable]
EIG-7.2.1/src/convertf.c:938:9: style: Unused variable: ss [unusedVariable]
EIG-7.2.1/src/convertf.c:939:15: style: Unused variable: n [unusedVariable]
EIG-7.2.1/src/convertf.c:974:9: style: Unused variable: ss [unusedVariable]
EIG-7.2.1/src/convertf.c:975:15: style: Unused variable: n [unusedVariable]
EIG-7.2.1/src/convertf.c:976:8: style: Unused variable: cupt [unusedVariable]
EIG-7.2.1/src/egsubs.c:10:10: style: The scope of the variable 'indx' can be reduced. [variableScope]
EIG-7.2.1/src/egsubs.c:35:10: style: The scope of the variable 'indx' can be reduced. [variableScope]
EIG-7.2.1/src/egsubs.c:59:7: style: The scope of the variable 'nsplit' can be reduced. [variableScope]
EIG-7.2.1/src/egsubs.c:93:7: style: The scope of the variable 'nsplit' can be reduced. [variableScope]
EIG-7.2.1/src/egsubs.c:119:7: style: The scope of the variable 'nsplit' can be reduced. [variableScope]
EIG-7.2.1/src/egsubs.c:58:10: style: Unused variable: indx [unusedVariable]
EIG-7.2.1/src/egsubs.c:59:15: style: Unused variable: i [unusedVariable]
EIG-7.2.1/src/egsubs.c:92:10: style: Unused variable: indx [unusedVariable]
EIG-7.2.1/src/egsubs.c:93:15: style: Unused variable: i [unusedVariable]
EIG-7.2.1/src/egsubs.c:118:10: style: Unused variable: indx [unusedVariable]
EIG-7.2.1/src/egsubs.c:119:15: style: Unused variable: i [unusedVariable]
EIG-7.2.1/src/eigensrc/eigenstrat.c:64:23: warning: Possible null pointer dereference: OUTFILE [nullPointer]
EIG-7.2.1/src/eigensrc/eigenstrat.c:22:19: note: Assignment 'OUTFILE=NULL', assigned value is 0
EIG-7.2.1/src/eigensrc/eigenstrat.c:64:23: note: Null pointer dereference
EIG-7.2.1/src/eigensrc/eigenstrat.c:331:0: error: Memory leak: xx [memleak]
EIG-7.2.1/src/eigensrc/eigenstrat.c:331:0: error: Memory leak: iscase [memleak]
EIG-7.2.1/src/eigensrc/eigenstrat.c:331:0: error: Memory leak: iscasecorr [memleak]
EIG-7.2.1/src/eigensrc/eigenstrat.c:331:0: error: Memory leak: V [memleak]
EIG-7.2.1/src/eigensrc/eigenstrat.c:331:0: error: Resource leak: fppheno [resourceLeak]
EIG-7.2.1/src/eigensrc/eigenstrat.c:331:0: error: Resource leak: fppca [resourceLeak]
EIG-7.2.1/src/eigensrc/eigenstrat.c:331:0: error: Resource leak: fpout [resourceLeak]
EIG-7.2.1/src/eigensrc/eigenstratQTL.c:64:23: warning: Possible null pointer dereference: OUTFILE [nullPointer]
EIG-7.2.1/src/eigensrc/eigenstratQTL.c:22:19: note: Assignment 'OUTFILE=NULL', assigned value is 0
EIG-7.2.1/src/eigensrc/eigenstratQTL.c:64:23: note: Null pointer dereference
EIG-7.2.1/src/eigensrc/eigenstratQTL.c:314:0: error: Memory leak: xx [memleak]
EIG-7.2.1/src/eigensrc/eigenstratQTL.c:314:0: error: Memory leak: iscase [memleak]
EIG-7.2.1/src/eigensrc/eigenstratQTL.c:314:0: error: Memory leak: iscasecorr [memleak]
EIG-7.2.1/src/eigensrc/eigenstratQTL.c:314:0: error: Memory leak: V [memleak]
EIG-7.2.1/src/eigensrc/eigenstratQTL.c:314:0: error: Resource leak: fppheno [resourceLeak]
EIG-7.2.1/src/eigensrc/eigenstratQTL.c:314:0: error: Resource leak: fppca [resourceLeak]
EIG-7.2.1/src/eigensrc/eigenstratQTL.c:314:0: error: Resource leak: fpout [resourceLeak]
EIG-7.2.1/src/eigensrc/eigsubs.c:91:0: error: Resource leak: fid [resourceLeak]
EIG-7.2.1/src/eigensrc/eigsubs.c:106:0: error: Resource leak: fid [resourceLeak]
EIG-7.2.1/src/eigensrc/eigx.c:84:3: error: Memory pointed to by 'z' is freed twice. [doubleFree]
EIG-7.2.1/src/eigensrc/eigx.c:164:5: error: Memory pointed to by 'ipiv' is freed twice. [doubleFree]
EIG-7.2.1/src/eigensrc/eigx.c:170:3: error: Memory pointed to by 'ipiv' is freed twice. [doubleFree]
EIG-7.2.1/src/eigensrc/eigx.c:197:5: error: Memory pointed to by 'ipiv' is freed twice. [doubleFree]
EIG-7.2.1/src/eigensrc/eigx.c:202:3: error: Memory pointed to by 'ipiv' is freed twice. [doubleFree]
EIG-7.2.1/src/eigensrc/eigx.c:203:3: error: Memory pointed to by 'work' is freed twice. [doubleFree]
EIG-7.2.1/src/eigensrc/exclude.c:19:7: style: The scope of the variable 'nsplit' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/exclude.c:83:2: style: Variable 'n0' is modified but its new value is never used. [unreadVariable]
EIG-7.2.1/src/eigensrc/exclude.c:80:2: style: Variable 'n1' is modified but its new value is never used. [unreadVariable]
EIG-7.2.1/src/eigensrc/exclude.c:86:2: style: Variable 'n2' is modified but its new value is never used. [unreadVariable]
EIG-7.2.1/src/eigensrc/newpca.c:3243:8: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
EIG-7.2.1/src/eigensrc/newpca.c:378:12: style: The scope of the variable 'uii' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/newpca.c:411:11: style: The scope of the variable 'write_ptr' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/newpca.c:467:24: style: The scope of the variable 'pos' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/newpca.c:471:22: style: The scope of the variable 'y2l' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/newpca.c:471:30: style: The scope of the variable 'y3' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/newpca.c:482:24: style: The scope of the variable 'nused' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/newpca.c:483:35: style: The scope of the variable 'evals' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/newpca.c:490:10: style: The scope of the variable 'ynrows' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/newpca.c:495:7: style: The scope of the variable 'lastldchrom' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/newpca.c:497:11: style: The scope of the variable 'inbans' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/newpca.c:497:20: style: The scope of the variable 'inbsd' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/newpca.c:503:11: style: The scope of the variable 'wmean' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/newpca.c:504:10: style: The scope of the variable 'elist' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/newpca.c:508:31: style: The scope of the variable 'apt' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/newpca.c:508:37: style: The scope of the variable 'bpt' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/newpca.c:511:7: style: The scope of the variable 'xblock' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/newpca.c:1698:10: style: The scope of the variable 'p' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/newpca.c:1741:10: style: The scope of the variable 'p' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/newpca.c:1741:25: style: The scope of the variable 'y' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/newpca.c:1788:15: style: The scope of the variable 'ftail' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/newpca.c:1788:22: style: The scope of the variable 'ftailx' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/newpca.c:1882:14: style: The scope of the variable 'ncall2' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/newpca.c:2151:18: style: The scope of the variable 'cuptold' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/newpca.c:2152:7: style: The scope of the variable 'pdiff' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/newpca.c:2153:10: style: The scope of the variable 'gdiff' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/newpca.c:2224:10: style: The scope of the variable 'sum' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/newpca.c:2350:8: style: The scope of the variable 'cupt' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/newpca.c:2363:22: style: The scope of the variable 'cc' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/newpca.c:2365:7: style: The scope of the variable 'k' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/newpca.c:2443:22: style: The scope of the variable 'cc' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/newpca.c:2445:7: style: The scope of the variable 'k' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/newpca.c:2532:11: style: The scope of the variable 'xpt' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/newpca.c:2532:19: style: The scope of the variable 'yscal' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/newpca.c:2624:10: style: The scope of the variable 'y' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/newpca.c:2744:13: style: The scope of the variable 'g' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/newpca.c:2800:7: style: The scope of the variable 'cur_geno' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/newpca.c:2863:14: style: The scope of the variable 'geno_ptr' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/newpca.c:2864:14: style: The scope of the variable 'mmask_ptr' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/newpca.c:2865:13: style: The scope of the variable 'base_geno' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/newpca.c:2866:13: style: The scope of the variable 'base_mmask' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/newpca.c:2921:11: style: The scope of the variable 'dptr' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/newpca.c:2994:11: style: The scope of the variable 'write_ptr' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/newpca.c:3030:10: style: The scope of the variable 'ycheck' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/newpca.c:3121:10: style: The scope of the variable 'k' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/newpca.c:3152:7: style: The scope of the variable 'i' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/newpca.c:3175:10: style: The scope of the variable 'b' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/newpca.c:3176:10: style: The scope of the variable 'indx' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/newpca.c:1694:19: style: Function 'fvadjust' argument 1 names different: declaration 'rr' definition 'cc'. [funcArgNamesDifferent]
EIG-7.2.1/src/eigensrc/newpca.c:252:23: note: Function 'fvadjust' argument 1 names different: declaration 'rr' definition 'cc'.
EIG-7.2.1/src/eigensrc/newpca.c:1694:19: note: Function 'fvadjust' argument 1 names different: declaration 'rr' definition 'cc'.
EIG-7.2.1/src/eigensrc/newpca.c:3020:9: style: Function 'domult_increment_normal' argument 5 names different: declaration 'marker_ct' definition 'block_size'. [funcArgNamesDifferent]
EIG-7.2.1/src/eigensrc/newpca.c:311:14: note: Function 'domult_increment_normal' argument 5 names different: declaration 'marker_ct' definition 'block_size'.
EIG-7.2.1/src/eigensrc/newpca.c:3020:9: note: Function 'domult_increment_normal' argument 5 names different: declaration 'marker_ct' definition 'block_size'.
EIG-7.2.1/src/eigensrc/newpca.c:1815:3: style: Variable 'ncall' is modified but its new value is never used. [unreadVariable]
EIG-7.2.1/src/eigensrc/newpca.c:1814:19: style: Variable 'ftail' is assigned a value that is never used. [unreadVariable]
EIG-7.2.1/src/eigensrc/newpca.c:3154:23: style: Variable 'ncall' is modified but its new value is never used. [unreadVariable]
EIG-7.2.1/src/eigensrc/newpca.c:3248:13: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
EIG-7.2.1/src/eigensrc/smarteigenstrat.c:80:10: style: The scope of the variable 'rowsum' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smarteigenstrat.c:80:18: style: The scope of the variable 'rowsum1' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smarteigenstrat.c:380:27: style: The scope of the variable 'gamma' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smarteigenstrat.c:380:34: style: The scope of the variable 'denom' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smarteigenstrat.c:314:7: style: Variable 'noutlier' is not assigned a value. [unassignedVariable]
EIG-7.2.1/src/eigensrc/smarteigenstrat.c:222:0: error: Memory leak: xx [memleak]
EIG-7.2.1/src/eigensrc/smarteigenstrat.c:358:7: error: Uninitialized variable: noutlier [uninitvar]
EIG-7.2.1/src/eigensrc/smartpca.c:790:5: warning: Possible null pointer dereference: xtypes [nullPointer]
EIG-7.2.1/src/eigensrc/smartpca.c:507:26: note: Assignment 'xtypes=NULL', assigned value is 0
EIG-7.2.1/src/eigensrc/smartpca.c:790:5: note: Null pointer dereference
EIG-7.2.1/src/eigensrc/smartpca.c:3371:8: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
EIG-7.2.1/src/eigensrc/smartpca.c:1469:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
EIG-7.2.1/src/eigensrc/smartpca.c:404:12: style: The scope of the variable 'uii' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smartpca.c:437:11: style: The scope of the variable 'write_ptr' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smartpca.c:493:24: style: The scope of the variable 'pos' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smartpca.c:508:24: style: The scope of the variable 'nused' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smartpca.c:509:35: style: The scope of the variable 'evals' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smartpca.c:512:24: style: The scope of the variable 'zfp' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smartpca.c:512:29: style: The scope of the variable 'zfn' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smartpca.c:516:10: style: The scope of the variable 'ynrows' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smartpca.c:520:7: style: The scope of the variable 'lastldchrom' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smartpca.c:522:11: style: The scope of the variable 'inbans' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smartpca.c:522:20: style: The scope of the variable 'inbsd' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smartpca.c:528:11: style: The scope of the variable 'wmean' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smartpca.c:529:10: style: The scope of the variable 'elist' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smartpca.c:532:7: style: The scope of the variable 'kk' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smartpca.c:533:31: style: The scope of the variable 'apt' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smartpca.c:533:37: style: The scope of the variable 'bpt' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smartpca.c:537:7: style: The scope of the variable 'xblock' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smartpca.c:1851:10: style: The scope of the variable 'p' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smartpca.c:1894:10: style: The scope of the variable 'p' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smartpca.c:1894:25: style: The scope of the variable 'y' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smartpca.c:1941:15: style: The scope of the variable 'ftail' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smartpca.c:1941:22: style: The scope of the variable 'ftailx' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smartpca.c:2035:14: style: The scope of the variable 'ncall2' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smartpca.c:2304:18: style: The scope of the variable 'cuptold' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smartpca.c:2305:7: style: The scope of the variable 'pdiff' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smartpca.c:2306:10: style: The scope of the variable 'gdiff' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smartpca.c:2378:10: style: The scope of the variable 'sum' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smartpca.c:2478:8: style: The scope of the variable 'cupt' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smartpca.c:2491:22: style: The scope of the variable 'cc' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smartpca.c:2493:7: style: The scope of the variable 'k' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smartpca.c:2571:22: style: The scope of the variable 'cc' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smartpca.c:2573:7: style: The scope of the variable 'k' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smartpca.c:2660:11: style: The scope of the variable 'xpt' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smartpca.c:2660:19: style: The scope of the variable 'yscal' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smartpca.c:2752:10: style: The scope of the variable 'y' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smartpca.c:2872:13: style: The scope of the variable 'g' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smartpca.c:2928:7: style: The scope of the variable 'cur_geno' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smartpca.c:2991:14: style: The scope of the variable 'geno_ptr' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smartpca.c:2992:14: style: The scope of the variable 'mmask_ptr' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smartpca.c:2993:13: style: The scope of the variable 'base_geno' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smartpca.c:2994:13: style: The scope of the variable 'base_mmask' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smartpca.c:3049:11: style: The scope of the variable 'dptr' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smartpca.c:3122:11: style: The scope of the variable 'write_ptr' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smartpca.c:3158:10: style: The scope of the variable 'ycheck' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smartpca.c:3249:10: style: The scope of the variable 'k' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smartpca.c:3280:7: style: The scope of the variable 'i' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smartpca.c:3303:10: style: The scope of the variable 'b' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smartpca.c:3304:10: style: The scope of the variable 'indx' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smartpca.c:3808:24: style: The scope of the variable 'y' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smartpca.c:3829:20: style: The scope of the variable 'lambda' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smartpca.c:3829:28: style: The scope of the variable 'mhat' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smartpca.c:3829:34: style: The scope of the variable 'vhat' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smartpca.c:3829:40: style: The scope of the variable 'dhat' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smartpca.c:3829:46: style: The scope of the variable 'ell' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smartpca.c:3830:9: style: The scope of the variable 'mphat' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smartpca.c:3830:16: style: The scope of the variable 'vphat' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smartpca.c:3830:23: style: The scope of the variable 'dphat' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smartpca.c:1845:19: style: Function 'fvadjust' argument 1 names different: declaration 'rr' definition 'cc'. [funcArgNamesDifferent]
EIG-7.2.1/src/eigensrc/smartpca.c:274:23: note: Function 'fvadjust' argument 1 names different: declaration 'rr' definition 'cc'.
EIG-7.2.1/src/eigensrc/smartpca.c:1845:19: note: Function 'fvadjust' argument 1 names different: declaration 'rr' definition 'cc'.
EIG-7.2.1/src/eigensrc/smartpca.c:3148:30: style: Function 'domult_increment_normal' argument 5 names different: declaration 'marker_ct' definition 'block_size'. [funcArgNamesDifferent]
EIG-7.2.1/src/eigensrc/smartpca.c:333:35: note: Function 'domult_increment_normal' argument 5 names different: declaration 'marker_ct' definition 'block_size'.
EIG-7.2.1/src/eigensrc/smartpca.c:3148:30: note: Function 'domult_increment_normal' argument 5 names different: declaration 'marker_ct' definition 'block_size'.
EIG-7.2.1/src/eigensrc/smartpca.c:1968:3: style: Variable 'ncall' is modified but its new value is never used. [unreadVariable]
EIG-7.2.1/src/eigensrc/smartpca.c:1967:19: style: Variable 'ftail' is assigned a value that is never used. [unreadVariable]
EIG-7.2.1/src/eigensrc/smartpca.c:3282:23: style: Variable 'ncall' is modified but its new value is never used. [unreadVariable]
EIG-7.2.1/src/eigensrc/smartpca.c:3376:13: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
EIG-7.2.1/src/eigensrc/smartpca.c:3606:11: style: Unused variable: mmatt [unusedVariable]
EIG-7.2.1/src/eigensrc/smartpca.c:3649:12: style: Variable 'yscale' is assigned a value that is never used. [unreadVariable]
EIG-7.2.1/src/eigensrc/smartpca.c:3610:16: style: Unused variable: l [unusedVariable]
EIG-7.2.1/src/eigensrc/smartpca.c:3611:8: style: Unused variable: cc [unusedVariable]
EIG-7.2.1/src/eigensrc/smartpca.c:3614:18: style: Unused variable: trow [unusedVariable]
EIG-7.2.1/src/eigensrc/smartpca.c:3701:11: error: Uninitialized variable: debug [uninitvar]
EIG-7.2.1/src/eigensrc/smartrel.c:1218:5: style: Variable 'y' is reassigned a value before the old one has been used. [redundantAssignment]
EIG-7.2.1/src/eigensrc/smartrel.c:1217:5: note: Variable 'y' is reassigned a value before the old one has been used.
EIG-7.2.1/src/eigensrc/smartrel.c:1218:5: note: Variable 'y' is reassigned a value before the old one has been used.
EIG-7.2.1/src/eigensrc/smartrel.c:236:16: style: The scope of the variable 'pos' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smartrel.c:242:15: style: The scope of the variable 'nkill' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smartrel.c:260:39: style: The scope of the variable 'nbad' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smartrel.c:261:7: style: The scope of the variable 'a' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smartrel.c:261:10: style: The scope of the variable 'b' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smartrel.c:265:7: style: The scope of the variable 'xblock' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smartrel.c:761:10: style: The scope of the variable 'p' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smartrel.c:817:15: style: The scope of the variable 'ftail' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smartrel.c:817:22: style: The scope of the variable 'ftailx' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smartrel.c:911:14: style: The scope of the variable 'ncall2' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smartrel.c:1199:10: style: The scope of the variable 'y' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smartrel.c:1238:8: style: The scope of the variable 'cupt' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smartrel.c:1251:22: style: The scope of the variable 'cc' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smartrel.c:1253:7: style: The scope of the variable 'k' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smartrel.c:1331:22: style: The scope of the variable 'cc' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smartrel.c:1333:7: style: The scope of the variable 'k' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smartrel.c:1420:11: style: The scope of the variable 'xpt' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smartrel.c:1420:19: style: The scope of the variable 'yscal' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smartrel.c:1483:13: style: The scope of the variable 'g' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smartrel.c:1519:10: style: The scope of the variable 'ycheck' can be reduced. [variableScope]
EIG-7.2.1/src/eigensrc/smartrel.c:757:19: style: Function 'fvadjust' argument 1 names different: declaration 'rr' definition 'cc'. [funcArgNamesDifferent]
EIG-7.2.1/src/eigensrc/smartrel.c:179:23: note: Function 'fvadjust' argument 1 names different: declaration 'rr' definition 'cc'.
EIG-7.2.1/src/eigensrc/smartrel.c:757:19: note: Function 'fvadjust' argument 1 names different: declaration 'rr' definition 'cc'.
EIG-7.2.1/src/eigensrc/smartrel.c:844:3: style: Variable 'ncall' is modified but its new value is never used. [unreadVariable]
EIG-7.2.1/src/eigensrc/smartrel.c:843:19: style: Variable 'ftail' is assigned a value that is never used. [unreadVariable]
EIG-7.2.1/src/eigensrc/twstats.c:30:24: style: The scope of the variable 'tail' can be reduced. [variableScope]
EIG-7.2.1/src/gval.c:32:7: style: The scope of the variable 't' can be reduced. [variableScope]
EIG-7.2.1/src/gval.c:32:24: style: The scope of the variable 'col' can be reduced. [variableScope]
EIG-7.2.1/src/gval.c:33:8: style: The scope of the variable 'cupt' can be reduced. [variableScope]
EIG-7.2.1/src/gval.c:34:10: style: The scope of the variable 'mean' can be reduced. [variableScope]
EIG-7.2.1/src/gval.c:121:10: style: Unused variable: z [unusedVariable]
EIG-7.2.1/src/gval.c:122:10: style: Unused variable: y [unusedVariable]
EIG-7.2.1/src/gval.c:122:13: style: Unused variable: mean [unusedVariable]
EIG-7.2.1/src/h2d.c:15:10: style: The scope of the variable 'indx' can be reduced. [variableScope]
EIG-7.2.1/src/h2d.c:16:10: style: The scope of the variable 'len' can be reduced. [variableScope]
EIG-7.2.1/src/h2d.c:49:10: style: The scope of the variable 'indx' can be reduced. [variableScope]
EIG-7.2.1/src/h2d.c:50:8: style: The scope of the variable 'cupt' can be reduced. [variableScope]
EIG-7.2.1/src/h2d.c:48:8: style: Unused variable: tind [unusedVariable]
EIG-7.2.1/src/h2d.c:48:30: style: Unused variable: j1 [unusedVariable]
EIG-7.2.1/src/h2d.c:48:34: style: Unused variable: j2 [unusedVariable]
EIG-7.2.1/src/ksrc/kjg_fpca.c:109:13: style: The scope of the variable 'r' can be reduced. [variableScope]
EIG-7.2.1/src/ksrc/kjg_fpca.c:136:13: style: The scope of the variable 'r' can be reduced. [variableScope]
EIG-7.2.1/src/ksrc/kjg_fpca.c:161:13: style: The scope of the variable 'r' can be reduced. [variableScope]
EIG-7.2.1/src/ksrc/kjg_gsl.c:170:11: style: The scope of the variable 'data' can be reduced. [variableScope]
EIG-7.2.1/src/ksrc/kjg_gsl.c:49:13: style: Unused variable: j [unusedVariable]
EIG-7.2.1/src/ksrc/kjg_gsl.c:171:10: style: Unused variable: x [unusedVariable]
EIG-7.2.1/src/ksrc/kjg_gsl.c:171:13: style: Unused variable: y [unusedVariable]
EIG-7.2.1/src/ksrc/kjg_gsl.c:171:16: style: Unused variable: r2 [unusedVariable]
EIG-7.2.1/src/mcio.c:3803:9: warning: Identical condition 'c=='N'', second condition is always false [identicalConditionAfterEarlyExit]
EIG-7.2.1/src/mcio.c:3801:9: note: first condition
EIG-7.2.1/src/mcio.c:3803:9: note: second condition
EIG-7.2.1/src/mcio.c:2749:5: warning: %x in format string (no. 3) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
EIG-7.2.1/src/mcio.c:2749:5: warning: %x in format string (no. 4) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
EIG-7.2.1/src/mcio.c:4351:3: warning: %x in format string (no. 3) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
EIG-7.2.1/src/mcio.c:4351:3: warning: %x in format string (no. 4) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
EIG-7.2.1/src/mcio.c:4712:5: warning: %x in format string (no. 3) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
EIG-7.2.1/src/mcio.c:4712:5: warning: %x in format string (no. 4) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
EIG-7.2.1/src/mcio.c:2509:17: warning: Possible null pointer dereference: line [nullPointer]
EIG-7.2.1/src/mcio.c:2471:16: note: Assignment 'line=NULL', assigned value is 0
EIG-7.2.1/src/mcio.c:2509:17: note: Null pointer dereference
EIG-7.2.1/src/mcio.c:3159:33: warning: Either the condition 'snpname==NULL' is redundant or there is possible null pointer dereference: snpname. [nullPointerRedundantCheck]
EIG-7.2.1/src/mcio.c:3157:15: note: Assuming that condition 'snpname==NULL' is not redundant
EIG-7.2.1/src/mcio.c:3159:33: note: Null pointer dereference
EIG-7.2.1/src/mcio.c:1462:26: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
EIG-7.2.1/src/mcio.c:1331:18: note: Assignment 'basept=0', assigned value is 0
EIG-7.2.1/src/mcio.c:1462:26: note: Null pointer addition
EIG-7.2.1/src/mcio.c:1474:26: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
EIG-7.2.1/src/mcio.c:1331:18: note: Assignment 'basept=0', assigned value is 0
EIG-7.2.1/src/mcio.c:1474:26: note: Null pointer addition
EIG-7.2.1/src/mcio.c:1501:30: error: Overflow in pointer arithmetic, NULL pointer is subtracted. [nullPointerArithmetic]
EIG-7.2.1/src/mcio.c:1331:18: note: Assignment 'basept=0', assigned value is 0
EIG-7.2.1/src/mcio.c:1501:30: note: Null pointer subtraction
EIG-7.2.1/src/mcio.c:1517:34: error: Overflow in pointer arithmetic, NULL pointer is subtracted. [nullPointerArithmetic]
EIG-7.2.1/src/mcio.c:1331:18: note: Assignment 'basept=0', assigned value is 0
EIG-7.2.1/src/mcio.c:1517:34: note: Null pointer subtraction
EIG-7.2.1/src/mcio.c:456:9: style: Variable 'sdpt->chrom' is reassigned a value before the old one has been used. [redundantAssignment]
EIG-7.2.1/src/mcio.c:455:9: note: Variable 'sdpt->chrom' is reassigned a value before the old one has been used.
EIG-7.2.1/src/mcio.c:456:9: note: Variable 'sdpt->chrom' is reassigned a value before the old one has been used.
EIG-7.2.1/src/mcio.c:581:9: style: Variable 'sdpt->chrom' is reassigned a value before the old one has been used. [redundantAssignment]
EIG-7.2.1/src/mcio.c:580:9: note: Variable 'sdpt->chrom' is reassigned a value before the old one has been used.
EIG-7.2.1/src/mcio.c:581:9: note: Variable 'sdpt->chrom' is reassigned a value before the old one has been used.
EIG-7.2.1/src/mcio.c:582:9: style: Variable 'sdpt->chrom' is reassigned a value before the old one has been used. [redundantAssignment]
EIG-7.2.1/src/mcio.c:581:9: note: Variable 'sdpt->chrom' is reassigned a value before the old one has been used.
EIG-7.2.1/src/mcio.c:582:9: note: Variable 'sdpt->chrom' is reassigned a value before the old one has been used.
EIG-7.2.1/src/mcio.c:2184:5: style: Variable 'skipit' is reassigned a value before the old one has been used. [redundantAssignment]
EIG-7.2.1/src/mcio.c:2183:5: note: Variable 'skipit' is reassigned a value before the old one has been used.
EIG-7.2.1/src/mcio.c:2184:5: note: Variable 'skipit' is reassigned a value before the old one has been used.
EIG-7.2.1/src/mcio.c:2258:5: style: Variable 'skipit' is reassigned a value before the old one has been used. [redundantAssignment]
EIG-7.2.1/src/mcio.c:2257:5: note: Variable 'skipit' is reassigned a value before the old one has been used.
EIG-7.2.1/src/mcio.c:2258:5: note: Variable 'skipit' is reassigned a value before the old one has been used.
EIG-7.2.1/src/mcio.c:137:37: style: The scope of the variable 't' can be reduced. [variableScope]
EIG-7.2.1/src/mcio.c:137:40: style: The scope of the variable 'j' can be reduced. [variableScope]
EIG-7.2.1/src/mcio.c:290:7: style: The scope of the variable 'nsplit' can be reduced. [variableScope]
EIG-7.2.1/src/mcio.c:410:7: style: The scope of the variable 'nsplit' can be reduced. [variableScope]
EIG-7.2.1/src/mcio.c:532:7: style: The scope of the variable 'nsplit' can be reduced. [variableScope]
EIG-7.2.1/src/mcio.c:654:24: style: The scope of the variable 'indx' can be reduced. [variableScope]
EIG-7.2.1/src/mcio.c:660:15: style: The scope of the variable 'chrom' can be reduced. [variableScope]
EIG-7.2.1/src/mcio.c:661:19: style: The scope of the variable 'realdis' can be reduced. [variableScope]
EIG-7.2.1/src/mcio.c:742:10: style: The scope of the variable 'yf' can be reduced. [variableScope]
EIG-7.2.1/src/mcio.c:742:14: style: The scope of the variable 'yr' can be reduced. [variableScope]
EIG-7.2.1/src/mcio.c:744:32: style: The scope of the variable 'fraw' can be reduced. [variableScope]
EIG-7.2.1/src/mcio.c:746:14: style: The scope of the variable 'n0' can be reduced. [variableScope]
EIG-7.2.1/src/mcio.c:746:18: style: The scope of the variable 'n1' can be reduced. [variableScope]
EIG-7.2.1/src/mcio.c:747:13: style: The scope of the variable 't' can be reduced. [variableScope]
EIG-7.2.1/src/mcio.c:970:7: style: The scope of the variable 'nsplit' can be reduced. [variableScope]
EIG-7.2.1/src/mcio.c:1028:7: style: The scope of the variable 'nsplit' can be reduced. [variableScope]
EIG-7.2.1/src/mcio.c:1028:27: style: The scope of the variable 'i' can be reduced. [variableScope]
EIG-7.2.1/src/mcio.c:1178:7: style: The scope of the variable 'nsplit' can be reduced. [variableScope]
EIG-7.2.1/src/mcio.c:1179:7: style: The scope of the variable 'skipit' can be reduced. [variableScope]
EIG-7.2.1/src/mcio.c:1243:7: style: The scope of the variable 'nsplit' can be reduced. [variableScope]
EIG-7.2.1/src/mcio.c:1244:7: style: The scope of the variable 'skipit' can be reduced. [variableScope]
EIG-7.2.1/src/mcio.c:1342:22: style: The scope of the variable 'cmd' can be reduced. [variableScope]
EIG-7.2.1/src/mcio.c:1344:7: style: The scope of the variable 'nsplit' can be reduced. [variableScope]
EIG-7.2.1/src/mcio.c:1345:15: style: The scope of the variable 'kret' can be reduced. [variableScope]
EIG-7.2.1/src/mcio.c:1789:10: style: The scope of the variable 'indx' can be reduced. [variableScope]
EIG-7.2.1/src/mcio.c:1820:10: style: The scope of the variable 'indx' can be reduced. [variableScope]
EIG-7.2.1/src/mcio.c:1841:13: style: The scope of the variable 'nsplit' can be reduced. [variableScope]
EIG-7.2.1/src/mcio.c:2020:10: style: The scope of the variable 'j' can be reduced. [variableScope]
EIG-7.2.1/src/mcio.c:2021:8: style: The scope of the variable 'cupt' can be reduced. [variableScope]
EIG-7.2.1/src/mcio.c:2024:9: style: The scope of the variable 'gfilename' can be reduced. [variableScope]
EIG-7.2.1/src/mcio.c:2116:7: style: The scope of the variable 'nsplit' can be reduced. [variableScope]
EIG-7.2.1/src/mcio.c:2168:7: style: The scope of the variable 'nsplit' can be reduced. [variableScope]
EIG-7.2.1/src/mcio.c:2215:8: style: The scope of the variable 'cupt' can be reduced. [variableScope]
EIG-7.2.1/src/mcio.c:2242:7: style: The scope of the variable 'nsplit' can be reduced. [variableScope]
EIG-7.2.1/src/mcio.c:2437:7: style: The scope of the variable 'nsplit' can be reduced. [variableScope]
EIG-7.2.1/src/mcio.c:2473:7: style: The scope of the variable 'nsplit' can be reduced. [variableScope]
EIG-7.2.1/src/mcio.c:2605:10: style: The scope of the variable 'indx' can be reduced. [variableScope]
EIG-7.2.1/src/mcio.c:2606:8: style: The scope of the variable 'cupt' can be reduced. [variableScope]
EIG-7.2.1/src/mcio.c:2645:7: style: The scope of the variable 'xx' can be reduced. [variableScope]
EIG-7.2.1/src/mcio.c:2647:12: style: The scope of the variable 't' can be reduced. [variableScope]
EIG-7.2.1/src/mcio.c:2712:35: style: The scope of the variable 'j' can be reduced. [variableScope]
EIG-7.2.1/src/mcio.c:2717:8: style: The scope of the variable 'cupt' can be reduced. [variableScope]
EIG-7.2.1/src/mcio.c:2833:7: style: The scope of the variable 'nsplit' can be reduced. [variableScope]
EIG-7.2.1/src/mcio.c:2875:8: style: The scope of the variable 'cupt' can be reduced. [variableScope]
EIG-7.2.1/src/mcio.c:2916:7: style: The scope of the variable 'nsplit' can be reduced. [variableScope]
EIG-7.2.1/src/mcio.c:2917:7: style: The scope of the variable 'skipit' can be reduced. [variableScope]
EIG-7.2.1/src/mcio.c:3076:7: style: The scope of the variable 'nsplit' can be reduced. [variableScope]
EIG-7.2.1/src/mcio.c:3077:7: style: The scope of the variable 'skipit' can be reduced. [variableScope]
EIG-7.2.1/src/mcio.c:3081:15: style: The scope of the variable 'ncols' can be reduced. [variableScope]
EIG-7.2.1/src/mcio.c:3209:8: style: The scope of the variable 'cupt' can be reduced. [variableScope]
EIG-7.2.1/src/mcio.c:3211:8: style: The scope of the variable 'ss' can be reduced. [variableScope]
EIG-7.2.1/src/mcio.c:3295:8: style: The scope of the variable 'cupt' can be reduced. [variableScope]
EIG-7.2.1/src/mcio.c:3563:8: style: The scope of the variable 'cupt' can be reduced. [variableScope]
EIG-7.2.1/src/mcio.c:3648:13: style: The scope of the variable 'wnum' can be reduced. [variableScope]
EIG-7.2.1/src/mcio.c:3648:19: style: The scope of the variable 'wplace' can be reduced. [variableScope]
EIG-7.2.1/src/mcio.c:3648:27: style: The scope of the variable 'bplace' can be reduced. [variableScope]
EIG-7.2.1/src/mcio.c:3648:35: style: The scope of the variable 't' can be reduced. [variableScope]
EIG-7.2.1/src/mcio.c:3648:38: style: The scope of the variable 'g' can be reduced. [variableScope]
EIG-7.2.1/src/mcio.c:3730:8: style: The scope of the variable 'cupt' can be reduced. [variableScope]
EIG-7.2.1/src/mcio.c:3835:21: style: The scope of the variable 'j' can be reduced. [variableScope]
EIG-7.2.1/src/mcio.c:3840:8: style: The scope of the variable 'cupt' can be reduced. [variableScope]
EIG-7.2.1/src/mcio.c:4096:34: style: The scope of the variable 't' can be reduced. [variableScope]
EIG-7.2.1/src/mcio.c:4096:45: style: The scope of the variable 'lo' can be reduced. [variableScope]
EIG-7.2.1/src/mcio.c:4096:49: style: The scope of the variable 'hi' can be reduced. [variableScope]
EIG-7.2.1/src/mcio.c:4411:19: style: The scope of the variable 'fn' can be reduced. [variableScope]
EIG-7.2.1/src/mcio.c:4413:16: style: The scope of the variable 'isok' can be reduced. [variableScope]
EIG-7.2.1/src/mcio.c:4562:10: style: The scope of the variable 'ss' can be reduced. [variableScope]
EIG-7.2.1/src/mcio.c:4603:10: style: The scope of the variable 'indx' can be reduced. [variableScope]
EIG-7.2.1/src/mcio.c:4847:10: style: The scope of the variable 'k' can be reduced. [variableScope]
EIG-7.2.1/src/mcio.c:1462:26: portability: 'basept' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
EIG-7.2.1/src/mcio.c:1474:26: portability: 'basept' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
EIG-7.2.1/src/mcio.c:1474:30: portability: 'basept+k' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
EIG-7.2.1/src/mcio.c:201:12: style: Variable 'sdpt' is assigned a value that is never used. [unreadVariable]
EIG-7.2.1/src/mcio.c:180:9: style: Variable 't' is assigned a value that is never used. [unreadVariable]
EIG-7.2.1/src/mcio.c:532:27: style: Unused variable: t [unusedVariable]
EIG-7.2.1/src/mcio.c:533:15: style: Unused variable: len [unusedVariable]
EIG-7.2.1/src/mcio.c:653:7: style: Unused variable: nignore [unusedVariable]
EIG-7.2.1/src/mcio.c:653:16: style: Unused variable: numsnps [unusedVariable]
EIG-7.2.1/src/mcio.c:654:18: style: Unused variable: i [unusedVariable]
EIG-7.2.1/src/mcio.c:655:0: style: Variable 'num' is assigned a value that is never used. [unreadVariable]
EIG-7.2.1/src/mcio.c:656:8: style: Unused variable: cupt [unusedVariable]
EIG-7.2.1/src/mcio.c:658:9: style: Unused variable: sname [unusedVariable]
EIG-7.2.1/src/mcio.c:659:8: style: Unused variable: sp [unusedVariable]
EIG-7.2.1/src/mcio.c:662:10: style: Unused variable: yf [unusedVariable]
EIG-7.2.1/src/mcio.c:662:14: style: Unused variable: yr [unusedVariable]
EIG-7.2.1/src/mcio.c:663:10: style: Unused variable: physpos [unusedVariable]
EIG-7.2.1/src/mcio.c:970:24: style: Unused variable: k [unusedVariable]
EIG-7.2.1/src/mcio.c:1178:24: style: Unused variable: k [unusedVariable]
EIG-7.2.1/src/mcio.c:1193:14: style: Variable 'skipit' is assigned a value that is never used. [unreadVariable]
EIG-7.2.1/src/mcio.c:1181:10: style: Unused variable: y [unusedVariable]
EIG-7.2.1/src/mcio.c:1182:10: style: Unused variable: gg [unusedVariable]
EIG-7.2.1/src/mcio.c:1243:24: style: Unused variable: k [unusedVariable]
EIG-7.2.1/src/mcio.c:1254:14: style: Variable 'skipit' is assigned a value that is never used. [unreadVariable]
EIG-7.2.1/src/mcio.c:1329:22: style: Unused variable: lgt [unusedVariable]
EIG-7.2.1/src/mcio.c:1767:10: style: Unused variable: theta [unusedVariable]
EIG-7.2.1/src/mcio.c:1821:10: style: Unused variable: theta [unusedVariable]
EIG-7.2.1/src/mcio.c:1840:9: style: Unused variable: ss [unusedVariable]
EIG-7.2.1/src/mcio.c:1841:21: style: Unused variable: n [unusedVariable]
EIG-7.2.1/src/mcio.c:1919:10: style: Unused variable: chrom [unusedVariable]
EIG-7.2.1/src/mcio.c:1925:8: style: Unused variable: c [unusedVariable]
EIG-7.2.1/src/mcio.c:2117:7: style: Unused variable: skipit [unusedVariable]
EIG-7.2.1/src/mcio.c:2119:10: style: Unused variable: y [unusedVariable]
EIG-7.2.1/src/mcio.c:2120:10: style: Unused variable: gg [unusedVariable]
EIG-7.2.1/src/mcio.c:2216:10: style: Unused variable: weight [unusedVariable]
EIG-7.2.1/src/mcio.c:2292:9: style: Unused variable: packit [unusedVariable]
EIG-7.2.1/src/mcio.c:2437:0: style: Variable 'num' is assigned a value that is never used. [unreadVariable]
EIG-7.2.1/src/mcio.c:2437:24: style: Unused variable: k [unusedVariable]
EIG-7.2.1/src/mcio.c:2490:10: style: Variable 'nsnp' is assigned a value that is never used. [unreadVariable]
EIG-7.2.1/src/mcio.c:2478:9: style: Unused variable: packit [unusedVariable]
EIG-7.2.1/src/mcio.c:2603:7: style: Unused variable: ihash [unusedVariable]
EIG-7.2.1/src/mcio.c:2603:14: style: Unused variable: shash [unusedVariable]
EIG-7.2.1/src/mcio.c:2711:16: style: Unused variable: junk [unusedVariable]
EIG-7.2.1/src/mcio.c:2723:14: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
EIG-7.2.1/src/mcio.c:2712:10: style: Unused variable: num [unusedVariable]
EIG-7.2.1/src/mcio.c:2715:19: style: Unused variable: irec [unusedVariable]
EIG-7.2.1/src/mcio.c:2720:13: style: Unused variable: ret [unusedVariable]
EIG-7.2.1/src/mcio.c:2721:9: style: Unused variable: packit [unusedVariable]
EIG-7.2.1/src/mcio.c:2829:7: style: Unused variable: score [unusedVariable]
EIG-7.2.1/src/mcio.c:2833:0: style: Variable 'num' is assigned a value that is never used. [unreadVariable]
EIG-7.2.1/src/mcio.c:2911:10: style: Unused variable: indx [unusedVariable]
EIG-7.2.1/src/mcio.c:2981:14: style: Variable 'skipit' is assigned a value that is never used. [unreadVariable]
EIG-7.2.1/src/mcio.c:2925:0: style: Variable 'markernum' is assigned a value that is never used. [unreadVariable]
EIG-7.2.1/src/mcio.c:3099:14: style: Variable 'skipit' is assigned a value that is never used. [unreadVariable]
EIG-7.2.1/src/mcio.c:3107:15: style: Variable 'ncols' is assigned a value that is never used. [unreadVariable]
EIG-7.2.1/src/mcio.c:3390:9: style: Unused variable: fff [unusedVariable]
EIG-7.2.1/src/mcio.c:3391:7: style: Unused variable: g [unusedVariable]
EIG-7.2.1/src/mcio.c:3391:13: style: Unused variable: k [unusedVariable]
EIG-7.2.1/src/mcio.c:3444:15: style: Unused variable: ifile [unusedVariable]
EIG-7.2.1/src/mcio.c:3561:9: style: Unused variable: fff [unusedVariable]
EIG-7.2.1/src/mcio.c:3561:15: style: Unused variable: ifile [unusedVariable]
EIG-7.2.1/src/mcio.c:3564:10: style: Unused variable: indx [unusedVariable]
EIG-7.2.1/src/mcio.c:3565:8: style: Unused variable: c [unusedVariable]
EIG-7.2.1/src/mcio.c:3566:7: style: Unused variable: pgender [unusedVariable]
EIG-7.2.1/src/mcio.c:3566:16: style: Unused variable: astatus [unusedVariable]
EIG-7.2.1/src/mcio.c:3567:7: style: Unused variable: g1 [unusedVariable]
EIG-7.2.1/src/mcio.c:3567:11: style: Unused variable: g2 [unusedVariable]
EIG-7.2.1/src/mcio.c:3567:0: style: Variable 'dcode' is assigned a value that is never used. [unreadVariable]
EIG-7.2.1/src/mcio.c:3646:7: style: Unused variable: i [unusedVariable]
EIG-7.2.1/src/mcio.c:3731:8: style: Unused variable: c [unusedVariable]
EIG-7.2.1/src/mcio.c:4761:7: style: Unused variable: k [unusedVariable]
EIG-7.2.1/src/mcio.c:311:0: warning: Storing fgetc() return value in char variable and then comparing with EOF. [checkCastIntToCharAndBack]
EIG-7.2.1/src/mergeit.c:112:7: style: The scope of the variable 't' can be reduced. [variableScope]
EIG-7.2.1/src/mergeit.c:102:8: style: Unused variable: snpindx [unusedVariable]
EIG-7.2.1/src/mergeit.c:103:7: style: Unused variable: lsnplist [unusedVariable]
EIG-7.2.1/src/mergeit.c:103:17: style: Unused variable: lindlist [unusedVariable]
EIG-7.2.1/src/mergeit.c:103:27: style: Unused variable: numeg [unusedVariable]
EIG-7.2.1/src/mergeit.c:104:7: style: Unused variable: i [unusedVariable]
EIG-7.2.1/src/mergeit.c:104:10: style: Unused variable: j [unusedVariable]
EIG-7.2.1/src/mergeit.c:105:8: style: Unused variable: cupt [unusedVariable]
EIG-7.2.1/src/mergeit.c:105:31: style: Unused variable: cupt3 [unusedVariable]
EIG-7.2.1/src/mergeit.c:106:10: style: Unused variable: indx [unusedVariable]
EIG-7.2.1/src/mergeit.c:108:7: style: Unused variable: ch1 [unusedVariable]
EIG-7.2.1/src/mergeit.c:108:12: style: Unused variable: ch2 [unusedVariable]
EIG-7.2.1/src/mergeit.c:109:7: style: Unused variable: fmnum [unusedVariable]
EIG-7.2.1/src/mergeit.c:109:14: style: Unused variable: lmnum [unusedVariable]
EIG-7.2.1/src/mergeit.c:110:7: style: Unused variable: num [unusedVariable]
EIG-7.2.1/src/mergeit.c:110:12: style: Unused variable: n1 [unusedVariable]
EIG-7.2.1/src/mergeit.c:110:16: style: Unused variable: n2 [unusedVariable]
EIG-7.2.1/src/mergeit.c:111:0: style: Variable 'nkill' is assigned a value that is never used. [unreadVariable]
EIG-7.2.1/src/mergeit.c:117:7: style: Unused variable: numgenolist [unusedVariable]
EIG-7.2.1/src/mergeit.c:118:7: style: Unused variable: maxmiss [unusedVariable]
EIG-7.2.1/src/mergeit.c:452:14: style: Variable 'newnumi2' is assigned a value that is never used. [unreadVariable]
EIG-7.2.1/src/nicksrc/gds.c:31:22: style: The scope of the variable 'g' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/gds.c:31:28: style: The scope of the variable 'r1' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/gds.c:63:10: style: The scope of the variable 'r1' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/gds.c:63:14: style: The scope of the variable 'r2' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/gds.c:138:10: style: The scope of the variable 'x' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/gds.c:157:17: style: The scope of the variable 'sq' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/gds.c:157:21: style: The scope of the variable 'alxm' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/gds.c:158:17: style: The scope of the variable 'y' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/gds.c:231:10: style: The scope of the variable 'j' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/gds.c:295:10: style: The scope of the variable 'k' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/gds.c:295:13: style: The scope of the variable 'tmp' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/gds.c:296:8: style: The scope of the variable 'r' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/gds.c:398:10: style: The scope of the variable 't' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/gds.c:398:13: style: The scope of the variable 'x' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/gds.c:470:10: style: The scope of the variable 'maxran' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/gds.c:470:18: style: The scope of the variable 'maxran1' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/gds.c:693:14: style: The scope of the variable 'y2' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/gds.c:732:10: style: The scope of the variable 'y' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/gds.c:814:24: style: The scope of the variable 'ru' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/gds.c:814:28: style: The scope of the variable 'rw' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/gds.c:815:16: style: The scope of the variable 'x' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/gds.c:138:13: style: Unused variable: t [unusedVariable]
EIG-7.2.1/src/nicksrc/gds.c:138:16: style: Unused variable: tc [unusedVariable]
EIG-7.2.1/src/nicksrc/gds.c:138:20: style: Unused variable: s [unusedVariable]
EIG-7.2.1/src/nicksrc/gds.c:138:23: style: Unused variable: y [unusedVariable]
EIG-7.2.1/src/nicksrc/gds.c:139:7: style: Unused variable: k [unusedVariable]
EIG-7.2.1/src/nicksrc/gds.c:198:13: style: Unused variable: y [unusedVariable]
EIG-7.2.1/src/nicksrc/gds.c:428:10: style: Unused variable: x [unusedVariable]
EIG-7.2.1/src/nicksrc/gds.c:635:7: style: Unused variable: k [unusedVariable]
EIG-7.2.1/src/nicksrc/gds.c:636:10: style: Unused variable: a [unusedVariable]
EIG-7.2.1/src/nicksrc/gds.c:636:13: style: Unused variable: b [unusedVariable]
EIG-7.2.1/src/nicksrc/gds.c:636:16: style: Unused variable: p [unusedVariable]
EIG-7.2.1/src/nicksrc/gds.c:670:25: style: Variable 'olddf' is assigned a value that is never used. [unreadVariable]
EIG-7.2.1/src/nicksrc/gds.c:692:10: style: Unused variable: ztot [unusedVariable]
EIG-7.2.1/src/nicksrc/gds.c:692:16: style: Unused variable: rhs [unusedVariable]
EIG-7.2.1/src/nicksrc/getpars.c:133:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
EIG-7.2.1/src/nicksrc/getpars.c:43:7: style: The scope of the variable 'len' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/getpars.c:372:19: style: The scope of the variable 'ind' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/getpars.c:374:9: style: The scope of the variable 'inx' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/getpars.c:374:15: style: The scope of the variable 'outx' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/getpars.c:35:8: style: Unused variable: str [unusedVariable]
EIG-7.2.1/src/nicksrc/linsubs.c:930:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
EIG-7.2.1/src/nicksrc/linsubs.c:933:5: note: Found duplicate branches for 'if' and 'else'.
EIG-7.2.1/src/nicksrc/linsubs.c:930:5: note: Found duplicate branches for 'if' and 'else'.
EIG-7.2.1/src/nicksrc/linsubs.c:157:23: style: The scope of the variable 'pp' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/linsubs.c:456:10: style: The scope of the variable 'fMaxElem' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/linsubs.c:459:16: style: The scope of the variable 'm' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/linsubs.c:716:23: style: The scope of the variable 'y' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/linsubs.c:854:10: style: The scope of the variable 'j' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/linsubs.c:854:13: style: The scope of the variable 'k' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/linsubs.c:879:14: style: The scope of the variable 'nfix' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/linsubs.c:882:17: style: The scope of the variable 'y2' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/linsubs.c:158:10: style: Unused variable: y [unusedVariable]
EIG-7.2.1/src/nicksrc/linsubs.c:229:11: style: Unused variable: p [unusedVariable]
EIG-7.2.1/src/nicksrc/linsubs.c:230:7: style: Unused variable: i [unusedVariable]
EIG-7.2.1/src/nicksrc/linsubs.c:230:13: style: Unused variable: t [unusedVariable]
EIG-7.2.1/src/nicksrc/linsubs.c:271:7: style: Unused variable: i [unusedVariable]
EIG-7.2.1/src/nicksrc/linsubs.c:543:10: style: Unused variable: y [unusedVariable]
EIG-7.2.1/src/nicksrc/linsubs.c:544:11: style: Unused variable: w1 [unusedVariable]
EIG-7.2.1/src/nicksrc/linsubs.c:797:10: style: Unused variable: y [unusedVariable]
EIG-7.2.1/src/nicksrc/linsubs.c:853:11: style: Unused variable: wfix [unusedVariable]
EIG-7.2.1/src/nicksrc/linsubs.c:853:18: style: Unused variable: w1 [unusedVariable]
EIG-7.2.1/src/nicksrc/linsubs.c:853:23: style: Unused variable: w2 [unusedVariable]
EIG-7.2.1/src/nicksrc/linsubs.c:853:28: style: Unused variable: qq [unusedVariable]
EIG-7.2.1/src/nicksrc/linsubs.c:853:33: style: Unused variable: ll [unusedVariable]
EIG-7.2.1/src/nicksrc/linsubs.c:854:7: style: Unused variable: i [unusedVariable]
EIG-7.2.1/src/nicksrc/qqq.c:21:11: style: The scope of the variable 'q' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/sortit.c:82:10: style: The scope of the variable 'k' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/sortit.c:121:10: style: The scope of the variable 'k' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/sortit.c:150:10: style: The scope of the variable 'k' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/sortit.c:203:10: style: The scope of the variable 'j' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/sortit.c:236:10: style: The scope of the variable 'k' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/sortit.c:277:10: style: The scope of the variable 'k' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/sortit.c:293:10: style: The scope of the variable 'k' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/statsubs.c:1167:9: style: Condition 't>=8' is always true [knownConditionTrueFalse]
EIG-7.2.1/src/nicksrc/statsubs.c:1166:7: note: Assignment 't=(int)sizeof(long)', assigned value is 8
EIG-7.2.1/src/nicksrc/statsubs.c:1167:9: note: Condition 't>=8' is always true
EIG-7.2.1/src/nicksrc/statsubs.c:77:13: style: The scope of the variable 'q' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/statsubs.c:102:13: style: The scope of the variable 'dev' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/statsubs.c:102:21: style: The scope of the variable 'q' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/statsubs.c:102:24: style: The scope of the variable 'd' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/statsubs.c:102:27: style: The scope of the variable 'h' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/statsubs.c:266:36: style: The scope of the variable 'term' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/statsubs.c:267:10: style: The scope of the variable 't' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/statsubs.c:543:10: style: The scope of the variable 'p0' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/statsubs.c:543:14: style: The scope of the variable 'pder' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/statsubs.c:543:20: style: The scope of the variable 'h' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/statsubs.c:601:10: style: The scope of the variable 'top' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/statsubs.c:601:15: style: The scope of the variable 'bot' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/statsubs.c:653:17: style: The scope of the variable 'term' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/statsubs.c:680:17: style: The scope of the variable 'term' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/statsubs.c:906:25: style: The scope of the variable 'term' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/statsubs.c:1017:14: style: The scope of the variable 'cs' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/statsubs.c:1017:22: style: The scope of the variable 'cl' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/statsubs.c:1132:13: style: The scope of the variable 's' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/statsubs.c:1159:10: style: The scope of the variable 'term' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/statsubs.c:1192:10: style: The scope of the variable 'a' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/statsubs.c:1192:13: style: The scope of the variable 'x' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/statsubs.c:1223:10: style: The scope of the variable 'e' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/statsubs.c:1223:13: style: The scope of the variable 'c' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/statsubs.c:1223:16: style: The scope of the variable 'z' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/statsubs.c:1274:20: style: The scope of the variable 'z' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/statsubs.c:1274:23: style: The scope of the variable 'y' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/statsubs.c:1430:10: style: The scope of the variable 'yk' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/statsubs.c:1470:10: style: The scope of the variable 'yk' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/statsubs.c:1470:14: style: The scope of the variable 'top' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/statsubs.c:1470:19: style: The scope of the variable 'bot' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/statsubs.c:1922:10: style: The scope of the variable 'm2' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/statsubs.c:1923:15: style: The scope of the variable 'aa' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/statsubs.c:1923:25: style: The scope of the variable 'del' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/statsubs.c:2017:33: style: The scope of the variable 't' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/statsubs.c:2019:21: style: The scope of the variable 'yp' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/statsubs.c:2381:10: style: The scope of the variable 'tail' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/statsubs.c:2381:16: style: The scope of the variable 'y' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/statsubs.c:2381:19: style: The scope of the variable 'top' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/statsubs.c:2481:6: style: The scope of the variable 'i' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/statsubs.c:2502:6: style: The scope of the variable 'j' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/statsubs.c:2546:16: style: The scope of the variable 'r' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/statsubs.c:2649:10: style: The scope of the variable 'yl' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/statsubs.c:2649:14: style: The scope of the variable 'yr' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/statsubs.c:2676:13: style: The scope of the variable 'mm' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/statsubs.c:2713:13: style: The scope of the variable 'mm' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/statsubs.c:2714:7: style: The scope of the variable 'lo' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/statsubs.c:2714:11: style: The scope of the variable 'hi' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/statsubs.c:100:16: style: Function 'zzprob' argument 1 names different: declaration 'zval' definition 'pval'. [funcArgNamesDifferent]
EIG-7.2.1/src/nicksrc/statsubs.c:27:30: note: Function 'zzprob' argument 1 names different: declaration 'zval' definition 'pval'.
EIG-7.2.1/src/nicksrc/statsubs.c:100:16: note: Function 'zzprob' argument 1 names different: declaration 'zval' definition 'pval'.
EIG-7.2.1/src/nicksrc/statsubs.c:77:10: style: Unused variable: p [unusedVariable]
EIG-7.2.1/src/nicksrc/statsubs.c:77:16: style: Unused variable: d [unusedVariable]
EIG-7.2.1/src/nicksrc/statsubs.c:102:18: style: Unused variable: p [unusedVariable]
EIG-7.2.1/src/nicksrc/statsubs.c:432:7: style: Unused variable: i [unusedVariable]
EIG-7.2.1/src/nicksrc/statsubs.c:473:13: style: Unused variable: p [unusedVariable]
EIG-7.2.1/src/nicksrc/statsubs.c:475:7: style: Unused variable: i [unusedVariable]
EIG-7.2.1/src/nicksrc/statsubs.c:1469:14: style: Unused variable: y2 [unusedVariable]
EIG-7.2.1/src/nicksrc/statsubs.c:1517:23: style: Variable 'ncall' is modified but its new value is never used. [unreadVariable]
EIG-7.2.1/src/nicksrc/statsubs.c:1605:10: style: Unused variable: nv [unusedVariable]
EIG-7.2.1/src/nicksrc/statsubs.c:1605:14: style: Unused variable: mv [unusedVariable]
EIG-7.2.1/src/nicksrc/statsubs.c:1837:14: style: Variable 'y2' is not assigned a value. [unassignedVariable]
EIG-7.2.1/src/nicksrc/statsubs.c:1968:10: style: Unused variable: x2 [unusedVariable]
EIG-7.2.1/src/nicksrc/statsubs.c:1968:14: style: Unused variable: g [unusedVariable]
EIG-7.2.1/src/nicksrc/statsubs.c:1968:17: style: Unused variable: xmean [unusedVariable]
EIG-7.2.1/src/nicksrc/statsubs.c:1969:18: style: Unused variable: ym [unusedVariable]
EIG-7.2.1/src/nicksrc/statsubs.c:1969:22: style: Unused variable: yv [unusedVariable]
EIG-7.2.1/src/nicksrc/statsubs.c:1994:10: style: Unused variable: x2 [unusedVariable]
EIG-7.2.1/src/nicksrc/statsubs.c:1994:14: style: Unused variable: g [unusedVariable]
EIG-7.2.1/src/nicksrc/statsubs.c:1994:17: style: Unused variable: xmean [unusedVariable]
EIG-7.2.1/src/nicksrc/statsubs.c:1994:27: style: Unused variable: m [unusedVariable]
EIG-7.2.1/src/nicksrc/statsubs.c:1994:30: style: Unused variable: v [unusedVariable]
EIG-7.2.1/src/nicksrc/statsubs.c:1995:10: style: Unused variable: xa [unusedVariable]
EIG-7.2.1/src/nicksrc/statsubs.c:1995:14: style: Unused variable: xb [unusedVariable]
EIG-7.2.1/src/nicksrc/statsubs.c:1995:18: style: Unused variable: ym [unusedVariable]
EIG-7.2.1/src/nicksrc/statsubs.c:1995:22: style: Unused variable: yv [unusedVariable]
EIG-7.2.1/src/nicksrc/statsubs.c:2134:7: style: Unused variable: k [unusedVariable]
EIG-7.2.1/src/nicksrc/statsubs.c:2356:7: style: Unused variable: i [unusedVariable]
EIG-7.2.1/src/nicksrc/statsubs.c:2357:10: style: Unused variable: tail [unusedVariable]
EIG-7.2.1/src/nicksrc/statsubs.c:2357:19: style: Unused variable: top [unusedVariable]
EIG-7.2.1/src/nicksrc/statsubs.c:2357:24: style: Unused variable: bot [unusedVariable]
EIG-7.2.1/src/nicksrc/statsubs.c:2359:8: style: Unused variable: ind [unusedVariable]
EIG-7.2.1/src/nicksrc/statsubs.c:2502:12: style: Unused variable: t [unusedVariable]
EIG-7.2.1/src/nicksrc/statsubs.c:2502:16: style: Unused variable: r [unusedVariable]
EIG-7.2.1/src/nicksrc/statsubs.c:2503:10: style: Unused variable: u [unusedVariable]
EIG-7.2.1/src/nicksrc/statsubs.c:2503:14: style: Unused variable: p [unusedVariable]
EIG-7.2.1/src/nicksrc/statsubs.c:2506:23: style: Unused variable: y [unusedVariable]
EIG-7.2.1/src/nicksrc/statsubs.c:2546:6: style: Unused variable: j [unusedVariable]
EIG-7.2.1/src/nicksrc/statsubs.c:2547:10: style: Unused variable: u [unusedVariable]
EIG-7.2.1/src/nicksrc/statsubs.c:2547:14: style: Unused variable: p [unusedVariable]
EIG-7.2.1/src/nicksrc/statsubs.c:2547:18: style: Unused variable: aa [unusedVariable]
EIG-7.2.1/src/nicksrc/statsubs.c:2547:23: style: Unused variable: bb [unusedVariable]
EIG-7.2.1/src/nicksrc/statsubs.c:2547:28: style: Unused variable: xx [unusedVariable]
EIG-7.2.1/src/nicksrc/statsubs.c:2548:8: style: Unused variable: ind [unusedVariable]
EIG-7.2.1/src/nicksrc/statsubs.c:2566:6: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
EIG-7.2.1/src/nicksrc/statsubs.c:2712:13: style: Unused variable: i [unusedVariable]
EIG-7.2.1/src/nicksrc/statsubs.c:2712:16: style: Unused variable: j [unusedVariable]
EIG-7.2.1/src/nicksrc/statsubs.c:1336:15: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
EIG-7.2.1/src/nicksrc/statsubs.c:1337:15: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
EIG-7.2.1/src/nicksrc/statsubs.c:1859:15: error: Uninitialized variable: y2 [uninitvar]
EIG-7.2.1/src/nicksrc/strsubs.c:94:3: style: Variable 'ss' is reassigned a value before the old one has been used. [redundantAssignment]
EIG-7.2.1/src/nicksrc/strsubs.c:91:0: note: Variable 'ss' is reassigned a value before the old one has been used.
EIG-7.2.1/src/nicksrc/strsubs.c:94:3: note: Variable 'ss' is reassigned a value before the old one has been used.
EIG-7.2.1/src/nicksrc/strsubs.c:214:8: style: The scope of the variable 'c' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/strsubs.c:588:7: style: The scope of the variable 'nsplit' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/strsubs.c:617:7: style: The scope of the variable 'nsplit' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/strsubs.c:656:9: style: The scope of the variable 'ss' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/strsubs.c:676:7: style: The scope of the variable 'nsplit' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/strsubs.c:766:7: style: The scope of the variable 'nsplit' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/strsubs.c:826:7: style: The scope of the variable 'nsplit' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/strsubs.c:883:7: style: The scope of the variable 'nsplit' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/strsubs.c:935:7: style: The scope of the variable 'nsplit' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/strsubs.c:996:7: style: The scope of the variable 'nsplit' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/strsubs.c:1050:7: style: The scope of the variable 'nsplit' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/strsubs.c:1153:14: style: The scope of the variable 'c' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/strsubs.c:1155:10: style: The scope of the variable 'j' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/strsubs.c:1155:13: style: The scope of the variable 't' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/strsubs.c:1182:14: style: The scope of the variable 'k' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/strsubs.c:1199:14: style: The scope of the variable 'k' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/strsubs.c:1287:8: style: The scope of the variable 'c' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/strsubs.c:1330:10: style: The scope of the variable 'kmod' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/strsubs.c:1449:7: style: The scope of the variable 'nsplit' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/strsubs.c:1796:17: style: The scope of the variable 'thash' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/strsubs.c:90:14: style: Unused variable: x [unusedVariable]
EIG-7.2.1/src/nicksrc/strsubs.c:113:8: style: Variable 'l1' is assigned a value that is never used. [unreadVariable]
EIG-7.2.1/src/nicksrc/strsubs.c:153:7: style: Unused variable: n [unusedVariable]
EIG-7.2.1/src/nicksrc/strsubs.c:167:7: style: Unused variable: n [unusedVariable]
EIG-7.2.1/src/nicksrc/strsubs.c:588:0: style: Variable 'num' is assigned a value that is never used. [unreadVariable]
EIG-7.2.1/src/nicksrc/strsubs.c:676:18: style: Unused variable: j [unusedVariable]
EIG-7.2.1/src/nicksrc/strsubs.c:766:18: style: Unused variable: j [unusedVariable]
EIG-7.2.1/src/nicksrc/strsubs.c:826:18: style: Unused variable: j [unusedVariable]
EIG-7.2.1/src/nicksrc/strsubs.c:883:18: style: Unused variable: j [unusedVariable]
EIG-7.2.1/src/nicksrc/strsubs.c:935:18: style: Unused variable: j [unusedVariable]
EIG-7.2.1/src/nicksrc/strsubs.c:996:18: style: Unused variable: j [unusedVariable]
EIG-7.2.1/src/nicksrc/strsubs.c:1047:8: style: Unused variable: qqq [unusedVariable]
EIG-7.2.1/src/nicksrc/strsubs.c:1050:15: style: Unused variable: i [unusedVariable]
EIG-7.2.1/src/nicksrc/strsubs.c:1050:18: style: Unused variable: j [unusedVariable]
EIG-7.2.1/src/nicksrc/strsubs.c:1183:0: style: Variable 'binary' is assigned a value that is never used. [unreadVariable]
EIG-7.2.1/src/nicksrc/strsubs.c:1234:7: style: Unused variable: t [unusedVariable]
EIG-7.2.1/src/nicksrc/strsubs.c:1449:18: style: Unused variable: j [unusedVariable]
EIG-7.2.1/src/nicksrc/strsubs.c:1720:8: style: Unused variable: x [unusedVariable]
EIG-7.2.1/src/nicksrc/strsubs.c:1738:8: style: Unused variable: x [unusedVariable]
EIG-7.2.1/src/nicksrc/strsubs.c:386:3: warning: The buffer 'str' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
EIG-7.2.1/src/nicksrc/strsubs.c:1759:9: warning: Storing fgetc() return value in char variable and then comparing with EOF. [checkCastIntToCharAndBack]
EIG-7.2.1/src/nicksrc/strsubs.c:276:12: error: Uninitialized variable: klo [uninitvar]
EIG-7.2.1/src/nicksrc/strsubs.c:318:12: error: Uninitialized variable: klo [uninitvar]
EIG-7.2.1/src/nicksrc/vsubs.c:779:8: warning: Return value of function lrint() is not used. [ignoredReturnValue]
EIG-7.2.1/src/nicksrc/vsubs.c:254:7: style: The scope of the variable 't' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/vsubs.c:268:10: style: The scope of the variable 't' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/vsubs.c:485:10: style: The scope of the variable 'k' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/vsubs.c:498:10: style: The scope of the variable 'k' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/vsubs.c:512:10: style: The scope of the variable 'k' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/vsubs.c:604:10: style: The scope of the variable 'k' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/vsubs.c:625:10: style: The scope of the variable 'k' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/vsubs.c:644:10: style: The scope of the variable 'k' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/vsubs.c:665:10: style: The scope of the variable 'k' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/vsubs.c:789:10: style: The scope of the variable 'k' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/vsubs.c:1813:10: style: The scope of the variable 'k' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/vsubs.c:1814:10: style: The scope of the variable 'y' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/vsubs.c:2174:10: style: The scope of the variable 'base' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/vsubs.c:2192:10: style: The scope of the variable 'base' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/vsubs.c:2208:17: style: The scope of the variable 'base' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/vsubs.c:2225:13: style: The scope of the variable 'base' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/vsubs.c:2258:11: style: The scope of the variable 'q' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/vsubs.c:2300:23: style: The scope of the variable 't' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/vsubs.c:2322:18: style: The scope of the variable 't' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/vsubs.c:2381:15: style: The scope of the variable 'y' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/vsubs.c:1218:22: style: Checking if unsigned variable 'strlen(sss)' is less than zero. [unsignedLessThanZero]
EIG-7.2.1/src/nicksrc/vsubs.c:1241:22: style: Checking if unsigned variable 'strlen(sss)' is less than zero. [unsignedLessThanZero]
EIG-7.2.1/src/nicksrc/vsubs.c:1559:10: style: Unused variable: j [unusedVariable]
EIG-7.2.1/src/nicksrc/vsubs.c:1574:10: style: Unused variable: j [unusedVariable]
EIG-7.2.1/src/nicksrc/vsubs.c:1634:10: style: Unused variable: j [unusedVariable]
EIG-7.2.1/src/nicksrc/xsearch.c:81:10: style: The scope of the variable 'xpt' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/xsearch.c:82:17: style: The scope of the variable 'k' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/xsearch.c:121:7: style: The scope of the variable 'jmax' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/xsearch.c:121:13: style: The scope of the variable 'jmin' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/xsearch.c:165:13: style: The scope of the variable 'w1' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/xsearch.c:165:17: style: The scope of the variable 'w2' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/xsearch.c:212:10: style: The scope of the variable 'pitem' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/xsearch.c:233:16: style: The scope of the variable 'pitem' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/xsearch.c:235:10: style: The scope of the variable 't' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/xsearch.c:258:16: style: The scope of the variable 'pitem' can be reduced. [variableScope]
EIG-7.2.1/src/nicksrc/xsearch.c:84:11: style: Variable 'xbase' is assigned a value that is never used. [unreadVariable]
EIG-7.2.1/src/nicksrc/xsearch.c:233:9: style: Unused variable: item [unusedVariable]
EIG-7.2.1/src/nicksrc/xsearch.c:258:9: style: Unused variable: item [unusedVariable]
EIG-7.2.1/src/pca.c:70:23: warning: Possible null pointer dereference: OUTFILE [nullPointer]
EIG-7.2.1/src/pca.c:20:19: note: Assignment 'OUTFILE=NULL', assigned value is 0
EIG-7.2.1/src/pca.c:70:23: note: Null pointer dereference
EIG-7.2.1/src/pca.c:13:13: style: The scope of the variable 'm' can be reduced. [variableScope]
EIG-7.2.1/src/pca.c:304:0: error: Memory leak: outlier [memleak]
EIG-7.2.1/src/pca.c:304:0: error: Memory leak: X [memleak]
EIG-7.2.1/src/pca.c:304:0: error: Memory leak: sigmaoutlier [memleak]
EIG-7.2.1/src/pca.c:304:0: error: Resource leak: fpout [resourceLeak]
EIG-7.2.1/src/pca.c:304:0: error: Resource leak: fplog [resourceLeak]
EIG-7.2.1/src/pca.c:304:0: error: Resource leak: fpeval [resourceLeak]
EIG-7.2.1/src/qpsubs.c:3083:11: style: Condition 't==0' is always false [knownConditionTrueFalse]
EIG-7.2.1/src/qpsubs.c:3030:8: note: Assignment 't=-1', assigned value is -1
EIG-7.2.1/src/qpsubs.c:3083:11: note: Condition 't==0' is always false
EIG-7.2.1/src/qpsubs.c:3093:13: style: Condition 't==0' is always false [knownConditionTrueFalse]
EIG-7.2.1/src/qpsubs.c:3030:8: note: Assignment 't=-1', assigned value is -1
EIG-7.2.1/src/qpsubs.c:3093:13: note: Condition 't==0' is always false
EIG-7.2.1/src/qpsubs.c:1420:3: style: Variable 'ywt' is reassigned a value before the old one has been used. [redundantAssignment]
EIG-7.2.1/src/qpsubs.c:1419:3: note: Variable 'ywt' is reassigned a value before the old one has been used.
EIG-7.2.1/src/qpsubs.c:1420:3: note: Variable 'ywt' is reassigned a value before the old one has been used.
EIG-7.2.1/src/qpsubs.c:64:19: style: The scope of the variable 'k' can be reduced. [variableScope]
EIG-7.2.1/src/qpsubs.c:89:16: style: The scope of the variable 'g' can be reduced. [variableScope]
EIG-7.2.1/src/qpsubs.c:241:7: style: The scope of the variable 't' can be reduced. [variableScope]
EIG-7.2.1/src/qpsubs.c:252:7: style: The scope of the variable 't' can be reduced. [variableScope]
EIG-7.2.1/src/qpsubs.c:252:13: style: The scope of the variable 'g' can be reduced. [variableScope]
EIG-7.2.1/src/qpsubs.c:253:8: style: The scope of the variable 'gg' can be reduced. [variableScope]
EIG-7.2.1/src/qpsubs.c:292:20: style: The scope of the variable 'p' can be reduced. [variableScope]
EIG-7.2.1/src/qpsubs.c:323:8: style: The scope of the variable 'cupt' can be reduced. [variableScope]
EIG-7.2.1/src/qpsubs.c:325:19: style: The scope of the variable 'g' can be reduced. [variableScope]
EIG-7.2.1/src/qpsubs.c:351:10: style: The scope of the variable 't' can be reduced. [variableScope]
EIG-7.2.1/src/qpsubs.c:430:10: style: The scope of the variable 'k' can be reduced. [variableScope]
EIG-7.2.1/src/qpsubs.c:462:16: style: The scope of the variable 'n' can be reduced. [variableScope]
EIG-7.2.1/src/qpsubs.c:513:8: style: The scope of the variable 'cupt' can be reduced. [variableScope]
EIG-7.2.1/src/qpsubs.c:622:22: style: The scope of the variable 'cc' can be reduced. [variableScope]
EIG-7.2.1/src/qpsubs.c:624:7: style: The scope of the variable 'k' can be reduced. [variableScope]
EIG-7.2.1/src/qpsubs.c:681:29: style: The scope of the variable 'cc' can be reduced. [variableScope]
EIG-7.2.1/src/qpsubs.c:683:7: style: The scope of the variable 'k' can be reduced. [variableScope]
EIG-7.2.1/src/qpsubs.c:751:7: style: The scope of the variable 'k' can be reduced. [variableScope]
EIG-7.2.1/src/qpsubs.c:860:7: style: The scope of the variable 'k' can be reduced. [variableScope]
EIG-7.2.1/src/qpsubs.c:964:36: style: The scope of the variable 'cc' can be reduced. [variableScope]
EIG-7.2.1/src/qpsubs.c:966:7: style: The scope of the variable 'k' can be reduced. [variableScope]
EIG-7.2.1/src/qpsubs.c:1044:36: style: The scope of the variable 'cc' can be reduced. [variableScope]
EIG-7.2.1/src/qpsubs.c:1046:7: style: The scope of the variable 'k' can be reduced. [variableScope]
EIG-7.2.1/src/qpsubs.c:1122:8: style: The scope of the variable 'c1' can be reduced. [variableScope]
EIG-7.2.1/src/qpsubs.c:1124:7: style: The scope of the variable 'k' can be reduced. [variableScope]
EIG-7.2.1/src/qpsubs.c:1212:7: style: The scope of the variable 'k' can be reduced. [variableScope]
EIG-7.2.1/src/qpsubs.c:1353:22: style: The scope of the variable 'cc' can be reduced. [variableScope]
EIG-7.2.1/src/qpsubs.c:1355:7: style: The scope of the variable 'k' can be reduced. [variableScope]
EIG-7.2.1/src/qpsubs.c:1466:10: style: The scope of the variable 'k' can be reduced. [variableScope]
EIG-7.2.1/src/qpsubs.c:1467:10: style: The scope of the variable 'indx' can be reduced. [variableScope]
EIG-7.2.1/src/qpsubs.c:1507:8: style: The scope of the variable 'cupt' can be reduced. [variableScope]
EIG-7.2.1/src/qpsubs.c:1645:7: style: The scope of the variable 'bnum' can be reduced. [variableScope]
EIG-7.2.1/src/qpsubs.c:1733:12: style: The scope of the variable 'bnum' can be reduced. [variableScope]
EIG-7.2.1/src/qpsubs.c:1755:13: style: The scope of the variable 'i' can be reduced. [variableScope]
EIG-7.2.1/src/qpsubs.c:2328:24: style: The scope of the variable 'j' can be reduced. [variableScope]
EIG-7.2.1/src/qpsubs.c:2329:33: style: The scope of the variable 'mean' can be reduced. [variableScope]
EIG-7.2.1/src/qpsubs.c:2503:10: style: The scope of the variable 'y1' can be reduced. [variableScope]
EIG-7.2.1/src/qpsubs.c:2503:14: style: The scope of the variable 'y2' can be reduced. [variableScope]
EIG-7.2.1/src/qpsubs.c:2742:7: style: The scope of the variable 'chrom' can be reduced. [variableScope]
EIG-7.2.1/src/qpsubs.c:2765:8: style: The scope of the variable 'cupt' can be reduced. [variableScope]
EIG-7.2.1/src/qpsubs.c:2864:7: style: The scope of the variable 'bnum' can be reduced. [variableScope]
EIG-7.2.1/src/qpsubs.c:3121:7: style: The scope of the variable 'g' can be reduced. [variableScope]
EIG-7.2.1/src/qpsubs.c:3154:7: style: The scope of the variable 'bnum' can be reduced. [variableScope]
EIG-7.2.1/src/qpsubs.c:3326:10: style: The scope of the variable 'y1' can be reduced. [variableScope]
EIG-7.2.1/src/qpsubs.c:3326:14: style: The scope of the variable 'y2' can be reduced. [variableScope]
EIG-7.2.1/src/qpsubs.c:3665:34: style: Function 'calchetinbreed' argument 2 names different: declaration 'pen' definition 'phet'. [funcArgNamesDifferent]
EIG-7.2.1/src/qpsubs.c:11:46: note: Function 'calchetinbreed' argument 2 names different: declaration 'pen' definition 'phet'.
EIG-7.2.1/src/qpsubs.c:3665:34: note: Function 'calchetinbreed' argument 2 names different: declaration 'pen' definition 'phet'.
EIG-7.2.1/src/qpsubs.c:3665:48: style: Function 'calchetinbreed' argument 3 names different: declaration 'ped' definition 'phetin'. [funcArgNamesDifferent]
EIG-7.2.1/src/qpsubs.c:11:59: note: Function 'calchetinbreed' argument 3 names different: declaration 'ped' definition 'phetin'.
EIG-7.2.1/src/qpsubs.c:3665:48: note: Function 'calchetinbreed' argument 3 names different: declaration 'ped' definition 'phetin'.
EIG-7.2.1/src/qpsubs.c:17:10: style: Unused variable: b [unusedVariable]
EIG-7.2.1/src/qpsubs.c:17:13: style: Unused variable: c [unusedVariable]
EIG-7.2.1/src/qpsubs.c:17:16: style: Unused variable: d [unusedVariable]
EIG-7.2.1/src/qpsubs.c:78:11: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
EIG-7.2.1/src/qpsubs.c:259:3: style: Variable 'tt' is assigned a value that is never used. [unreadVariable]
EIG-7.2.1/src/qpsubs.c:254:10: style: Unused variable: indx [unusedVariable]
EIG-7.2.1/src/qpsubs.c:255:23: style: Variable 'ncall' is modified but its new value is never used. [unreadVariable]
EIG-7.2.1/src/qpsubs.c:290:10: style: Unused variable: indx [unusedVariable]
EIG-7.2.1/src/qpsubs.c:291:7: style: Unused variable: j [unusedVariable]
EIG-7.2.1/src/qpsubs.c:291:13: style: Unused variable: g [unusedVariable]
EIG-7.2.1/src/qpsubs.c:291:16: style: Unused variable: t [unusedVariable]
EIG-7.2.1/src/qpsubs.c:324:10: style: Unused variable: indx [unusedVariable]
EIG-7.2.1/src/qpsubs.c:325:10: style: Unused variable: j [unusedVariable]
EIG-7.2.1/src/qpsubs.c:325:13: style: Unused variable: k [unusedVariable]
EIG-7.2.1/src/qpsubs.c:325:16: style: Unused variable: n [unusedVariable]
EIG-7.2.1/src/qpsubs.c:358:16: style: Variable 'nmiss' is modified but its new value is never used. [unreadVariable]
EIG-7.2.1/src/qpsubs.c:491:10: style: Unused variable: xmax [unusedVariable]
EIG-7.2.1/src/qpsubs.c:491:16: style: Unused variable: xmin [unusedVariable]
EIG-7.2.1/src/qpsubs.c:492:7: style: Unused variable: i [unusedVariable]
EIG-7.2.1/src/qpsubs.c:554:19: style: Unused variable: y [unusedVariable]
EIG-7.2.1/src/qpsubs.c:555:7: style: Unused variable: i [unusedVariable]
EIG-7.2.1/src/qpsubs.c:577:15: style: Unused variable: tt [unusedVariable]
EIG-7.2.1/src/qpsubs.c:625:28: style: Unused variable: p1 [unusedVariable]
EIG-7.2.1/src/qpsubs.c:625:32: style: Unused variable: p2 [unusedVariable]
EIG-7.2.1/src/qpsubs.c:626:17: style: Unused variable: h1 [unusedVariable]
EIG-7.2.1/src/qpsubs.c:626:21: style: Unused variable: h2 [unusedVariable]
EIG-7.2.1/src/qpsubs.c:626:25: style: Unused variable: yt [unusedVariable]
EIG-7.2.1/src/qpsubs.c:715:12: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
EIG-7.2.1/src/qpsubs.c:716:12: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
EIG-7.2.1/src/qpsubs.c:684:44: style: Unused variable: ed [unusedVariable]
EIG-7.2.1/src/qpsubs.c:685:13: style: Unused variable: zz [unusedVariable]
EIG-7.2.1/src/qpsubs.c:685:21: style: Unused variable: h2 [unusedVariable]
EIG-7.2.1/src/qpsubs.c:686:10: style: Unused variable: ywt [unusedVariable]
EIG-7.2.1/src/qpsubs.c:749:28: style: Unused variable: c4 [unusedVariable]
EIG-7.2.1/src/qpsubs.c:750:8: style: Unused variable: rawcol [unusedVariable]
EIG-7.2.1/src/qpsubs.c:814:12: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
EIG-7.2.1/src/qpsubs.c:815:12: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
EIG-7.2.1/src/qpsubs.c:820:8: style: Variable 'p1' is assigned a value that is never used. [unreadVariable]
EIG-7.2.1/src/qpsubs.c:752:40: style: Unused variable: p4 [unusedVariable]
EIG-7.2.1/src/qpsubs.c:752:48: style: Unused variable: ed [unusedVariable]
EIG-7.2.1/src/qpsubs.c:816:7: style: Variable 'z' is assigned a value that is never used. [unreadVariable]
EIG-7.2.1/src/qpsubs.c:753:13: style: Unused variable: zz [unusedVariable]
EIG-7.2.1/src/qpsubs.c:755:10: style: Unused variable: ywt [unusedVariable]
EIG-7.2.1/src/qpsubs.c:858:28: style: Unused variable: c4 [unusedVariable]
EIG-7.2.1/src/qpsubs.c:859:8: style: Unused variable: rawcol [unusedVariable]
EIG-7.2.1/src/qpsubs.c:922:12: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
EIG-7.2.1/src/qpsubs.c:923:12: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
EIG-7.2.1/src/qpsubs.c:861:40: style: Unused variable: p4 [unusedVariable]
EIG-7.2.1/src/qpsubs.c:861:48: style: Unused variable: ed [unusedVariable]
EIG-7.2.1/src/qpsubs.c:862:13: style: Unused variable: zz [unusedVariable]
EIG-7.2.1/src/qpsubs.c:863:10: style: Unused variable: ywt [unusedVariable]
EIG-7.2.1/src/qpsubs.c:965:8: style: Unused variable: rawcol [unusedVariable]
EIG-7.2.1/src/qpsubs.c:1007:12: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
EIG-7.2.1/src/qpsubs.c:1008:12: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
EIG-7.2.1/src/qpsubs.c:967:48: style: Unused variable: ed [unusedVariable]
EIG-7.2.1/src/qpsubs.c:1009:7: style: Variable 'z' is assigned a value that is never used. [unreadVariable]
EIG-7.2.1/src/qpsubs.c:968:13: style: Unused variable: zz [unusedVariable]
EIG-7.2.1/src/qpsubs.c:1014:8: style: Variable 'h1' is assigned a value that is never used. [unreadVariable]
EIG-7.2.1/src/qpsubs.c:968:21: style: Unused variable: h2 [unusedVariable]
EIG-7.2.1/src/qpsubs.c:969:10: style: Unused variable: ywt [unusedVariable]
EIG-7.2.1/src/qpsubs.c:1081:12: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
EIG-7.2.1/src/qpsubs.c:1082:12: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
EIG-7.2.1/src/qpsubs.c:1047:48: style: Unused variable: ed [unusedVariable]
EIG-7.2.1/src/qpsubs.c:1083:7: style: Variable 'z' is assigned a value that is never used. [unreadVariable]
EIG-7.2.1/src/qpsubs.c:1048:13: style: Unused variable: zz [unusedVariable]
EIG-7.2.1/src/qpsubs.c:1088:8: style: Variable 'h1' is assigned a value that is never used. [unreadVariable]
EIG-7.2.1/src/qpsubs.c:1048:21: style: Unused variable: h2 [unusedVariable]
EIG-7.2.1/src/qpsubs.c:1049:10: style: Unused variable: ywt [unusedVariable]
EIG-7.2.1/src/qpsubs.c:1122:13: style: Unused variable: c2 [unusedVariable]
EIG-7.2.1/src/qpsubs.c:1124:16: style: Unused variable: j [unusedVariable]
EIG-7.2.1/src/qpsubs.c:1124:22: style: Unused variable: b [unusedVariable]
EIG-7.2.1/src/qpsubs.c:1125:10: style: Unused variable: ya [unusedVariable]
EIG-7.2.1/src/qpsubs.c:1125:14: style: Unused variable: yb [unusedVariable]
EIG-7.2.1/src/qpsubs.c:1125:18: style: Unused variable: yaa [unusedVariable]
EIG-7.2.1/src/qpsubs.c:1125:23: style: Unused variable: ybb [unusedVariable]
EIG-7.2.1/src/qpsubs.c:1125:28: style: Unused variable: p1 [unusedVariable]
EIG-7.2.1/src/qpsubs.c:1125:32: style: Unused variable: p2 [unusedVariable]
EIG-7.2.1/src/qpsubs.c:1125:36: style: Unused variable: en [unusedVariable]
EIG-7.2.1/src/qpsubs.c:1125:40: style: Unused variable: ed [unusedVariable]
EIG-7.2.1/src/qpsubs.c:1126:10: style: Unused variable: z [unusedVariable]
EIG-7.2.1/src/qpsubs.c:1126:13: style: Unused variable: zz [unusedVariable]
EIG-7.2.1/src/qpsubs.c:1126:17: style: Unused variable: h1 [unusedVariable]
EIG-7.2.1/src/qpsubs.c:1126:21: style: Unused variable: h2 [unusedVariable]
EIG-7.2.1/src/qpsubs.c:1126:25: style: Unused variable: yt [unusedVariable]
EIG-7.2.1/src/qpsubs.c:1130:20: style: Variable 'ncall' is modified but its new value is never used. [unreadVariable]
EIG-7.2.1/src/qpsubs.c:1406:12: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
EIG-7.2.1/src/qpsubs.c:1407:12: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
EIG-7.2.1/src/qpsubs.c:1501:7: style: Unused variable: t1 [unusedVariable]
EIG-7.2.1/src/qpsubs.c:1501:11: style: Unused variable: t2 [unusedVariable]
EIG-7.2.1/src/qpsubs.c:1502:7: style: Unused variable: c1 [unusedVariable]
EIG-7.2.1/src/qpsubs.c:1502:14: style: Unused variable: c2 [unusedVariable]
EIG-7.2.1/src/qpsubs.c:1502:22: style: Unused variable: cc [unusedVariable]
EIG-7.2.1/src/qpsubs.c:1700:23: style: Unused variable: bot [unusedVariable]
EIG-7.2.1/src/qpsubs.c:1750:7: style: Unused variable: t1 [unusedVariable]
EIG-7.2.1/src/qpsubs.c:1750:11: style: Unused variable: t2 [unusedVariable]
EIG-7.2.1/src/qpsubs.c:1751:7: style: Unused variable: a [unusedVariable]
EIG-7.2.1/src/qpsubs.c:1751:10: style: Unused variable: b [unusedVariable]
EIG-7.2.1/src/qpsubs.c:1751:13: style: Unused variable: c [unusedVariable]
EIG-7.2.1/src/qpsubs.c:1770:9: style: Variable 'ng2' is assigned a value that is never used. [unreadVariable]
EIG-7.2.1/src/qpsubs.c:1753:7: style: Unused variable: c1 [unusedVariable]
EIG-7.2.1/src/qpsubs.c:1753:14: style: Unused variable: c2 [unusedVariable]
EIG-7.2.1/src/qpsubs.c:1753:22: style: Unused variable: cc [unusedVariable]
EIG-7.2.1/src/qpsubs.c:1754:8: style: Unused variable: rawcol [unusedVariable]
EIG-7.2.1/src/qpsubs.c:1754:17: style: Unused variable: popall [unusedVariable]
EIG-7.2.1/src/qpsubs.c:1754:26: style: Unused variable: pop0 [unusedVariable]
EIG-7.2.1/src/qpsubs.c:1754:33: style: Unused variable: pop1 [unusedVariable]
EIG-7.2.1/src/qpsubs.c:1755:10: style: Unused variable: g [unusedVariable]
EIG-7.2.1/src/qpsubs.c:1755:21: style: Unused variable: j [unusedVariable]
EIG-7.2.1/src/qpsubs.c:1756:10: style: Unused variable: ya [unusedVariable]
EIG-7.2.1/src/qpsubs.c:1756:14: style: Unused variable: yb [unusedVariable]
EIG-7.2.1/src/qpsubs.c:1756:21: style: Unused variable: mean [unusedVariable]
EIG-7.2.1/src/qpsubs.c:1762:10: style: Unused variable: y1 [unusedVariable]
EIG-7.2.1/src/qpsubs.c:1762:14: style: Unused variable: y2 [unusedVariable]
EIG-7.2.1/src/qpsubs.c:1762:18: style: Unused variable: yscal [unusedVariable]
EIG-7.2.1/src/qpsubs.c:1906:7: style: Unused variable: t1 [unusedVariable]
EIG-7.2.1/src/qpsubs.c:1906:11: style: Unused variable: t2 [unusedVariable]
EIG-7.2.1/src/qpsubs.c:1909:7: style: Unused variable: c1 [unusedVariable]
EIG-7.2.1/src/qpsubs.c:1909:14: style: Unused variable: c2 [unusedVariable]
EIG-7.2.1/src/qpsubs.c:1909:22: style: Unused variable: cc [unusedVariable]
EIG-7.2.1/src/qpsubs.c:1910:8: style: Unused variable: rawcol [unusedVariable]
EIG-7.2.1/src/qpsubs.c:1910:17: style: Unused variable: popall [unusedVariable]
EIG-7.2.1/src/qpsubs.c:1910:26: style: Unused variable: pop0 [unusedVariable]
EIG-7.2.1/src/qpsubs.c:1910:33: style: Unused variable: pop1 [unusedVariable]
EIG-7.2.1/src/qpsubs.c:1911:10: style: Unused variable: g [unusedVariable]
EIG-7.2.1/src/qpsubs.c:1911:13: style: Unused variable: i [unusedVariable]
EIG-7.2.1/src/qpsubs.c:1911:21: style: Unused variable: j [unusedVariable]
EIG-7.2.1/src/qpsubs.c:1912:10: style: Unused variable: ya [unusedVariable]
EIG-7.2.1/src/qpsubs.c:1912:14: style: Unused variable: yb [unusedVariable]
EIG-7.2.1/src/qpsubs.c:1912:18: style: Unused variable: y [unusedVariable]
EIG-7.2.1/src/qpsubs.c:1917:10: style: Unused variable: ytop [unusedVariable]
EIG-7.2.1/src/qpsubs.c:1917:16: style: Unused variable: ybot [unusedVariable]
EIG-7.2.1/src/qpsubs.c:1918:10: style: Unused variable: y1 [unusedVariable]
EIG-7.2.1/src/qpsubs.c:1918:14: style: Unused variable: y2 [unusedVariable]
EIG-7.2.1/src/qpsubs.c:1918:18: style: Unused variable: yscal [unusedVariable]
EIG-7.2.1/src/qpsubs.c:2079:7: style: Unused variable: t1 [unusedVariable]
EIG-7.2.1/src/qpsubs.c:2079:11: style: Unused variable: t2 [unusedVariable]
EIG-7.2.1/src/qpsubs.c:2082:7: style: Unused variable: c1 [unusedVariable]
EIG-7.2.1/src/qpsubs.c:2082:14: style: Unused variable: c2 [unusedVariable]
EIG-7.2.1/src/qpsubs.c:2082:22: style: Unused variable: cc [unusedVariable]
EIG-7.2.1/src/qpsubs.c:2083:8: style: Unused variable: rawcol [unusedVariable]
EIG-7.2.1/src/qpsubs.c:2083:17: style: Unused variable: popall [unusedVariable]
EIG-7.2.1/src/qpsubs.c:2083:26: style: Unused variable: pop0 [unusedVariable]
EIG-7.2.1/src/qpsubs.c:2083:33: style: Unused variable: pop1 [unusedVariable]
EIG-7.2.1/src/qpsubs.c:2084:10: style: Unused variable: g [unusedVariable]
EIG-7.2.1/src/qpsubs.c:2084:13: style: Unused variable: i [unusedVariable]
EIG-7.2.1/src/qpsubs.c:2084:21: style: Unused variable: j [unusedVariable]
EIG-7.2.1/src/qpsubs.c:2085:10: style: Unused variable: ya [unusedVariable]
EIG-7.2.1/src/qpsubs.c:2085:14: style: Unused variable: yb [unusedVariable]
EIG-7.2.1/src/qpsubs.c:2085:18: style: Unused variable: y [unusedVariable]
EIG-7.2.1/src/qpsubs.c:2090:16: style: Unused variable: ybot [unusedVariable]
EIG-7.2.1/src/qpsubs.c:2091:10: style: Unused variable: y1 [unusedVariable]
EIG-7.2.1/src/qpsubs.c:2091:14: style: Unused variable: y2 [unusedVariable]
EIG-7.2.1/src/qpsubs.c:2091:18: style: Unused variable: yscal [unusedVariable]
EIG-7.2.1/src/qpsubs.c:2151:65: style: Variable 'nloop' is modified but its new value is never used. [unreadVariable]
EIG-7.2.1/src/qpsubs.c:2808:7: style: Unused variable: k [unusedVariable]
EIG-7.2.1/src/qpsubs.c:2862:10: style: Unused variable: qest [unusedVariable]
EIG-7.2.1/src/qpsubs.c:2863:10: style: Unused variable: y1 [unusedVariable]
EIG-7.2.1/src/qpsubs.c:2863:14: style: Unused variable: y2 [unusedVariable]
EIG-7.2.1/src/qpsubs.c:2866:46: style: Unused variable: test [unusedVariable]
EIG-7.2.1/src/qpsubs.c:3146:7: style: Unused variable: t1 [unusedVariable]
EIG-7.2.1/src/qpsubs.c:3146:11: style: Unused variable: t2 [unusedVariable]
EIG-7.2.1/src/qpsubs.c:3147:7: style: Unused variable: c1 [unusedVariable]
EIG-7.2.1/src/qpsubs.c:3147:14: style: Unused variable: c2 [unusedVariable]
EIG-7.2.1/src/qpsubs.c:3147:22: style: Unused variable: cc [unusedVariable]
EIG-7.2.1/src/qpsubs.c:3323:24: style: Unused variable: yvar [unusedVariable]
EIG-7.2.1/src/qpsubs.c:3325:7: style: Unused variable: j [unusedVariable]
EIG-7.2.1/src/qpsubs.c:3494:13: style: Unused variable: i [unusedVariable]
EIG-7.2.1/src/qpsubs.c:3495:44: style: Unused variable: ed [unusedVariable]
EIG-7.2.1/src/qpsubs.c:3497:10: style: Unused variable: ywt [unusedVariable]
EIG-7.2.1/src/qpsubs.c:3499:15: style: Unused variable: gg [unusedVariable]
EIG-7.2.1/src/qpsubs.c:3500:23: style: Variable 'ncall' is modified but its new value is never used. [unreadVariable]
EIG-7.2.1/src/qpsubs.c:3668:13: style: Unused variable: t [unusedVariable]
EIG-7.2.1/src/qpsubs.c:3668:16: style: Unused variable: a [unusedVariable]
EIG-7.2.1/src/qpsubs.c:3668:19: style: Unused variable: b [unusedVariable]
EIG-7.2.1/src/qpsubs.c:3668:26: style: Unused variable: h2 [unusedVariable]
EIG-7.2.1/src/qpsubs.c:3668:30: style: Unused variable: ex [unusedVariable]
EIG-7.2.1/src/qpsubs.c:3668:34: style: Unused variable: en [unusedVariable]
EIG-7.2.1/src/qpsubs.c:3668:38: style: Unused variable: ed [unusedVariable]
EIG-7.2.1/src/qpsubs.c:3669:22: style: Unused variable: y0 [unusedVariable]
EIG-7.2.1/src/qpsubs.c:3669:26: style: Unused variable: y1 [unusedVariable]
EIG-7.2.1/src/qpsubs.c:3669:30: style: Unused variable: y2 [unusedVariable]
EIG-7.2.1/src/regsubs.c:159:24: style: The scope of the variable 'rr' can be reduced. [variableScope]
EIG-7.2.1/src/regsubs.c:163:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
EIG-7.2.1/src/regsubs.c:476:11: style: The scope of the variable 'rr' can be reduced. [variableScope]
EIG-7.2.1/src/regsubs.c:476:16: style: The scope of the variable 'ww' can be reduced. [variableScope]
EIG-7.2.1/src/regsubs.c:476:26: style: The scope of the variable 'tco' can be reduced. [variableScope]
EIG-7.2.1/src/regsubs.c:477:8: style: The scope of the variable 'cc' can be reduced. [variableScope]
EIG-7.2.1/src/regsubs.c:478:7: style: The scope of the variable 'a' can be reduced. [variableScope]
EIG-7.2.1/src/regsubs.c:628:10: style: The scope of the variable 'y' can be reduced. [variableScope]
EIG-7.2.1/src/regsubs.c:12:29: style: Unused variable: y [unusedVariable]
EIG-7.2.1/src/regsubs.c:12:32: style: Unused variable: trace [unusedVariable]
EIG-7.2.1/src/regsubs.c:13:11: style: Unused variable: traneq [unusedVariable]
EIG-7.2.1/src/regsubs.c:391:7: style: Unused variable: i [unusedVariable]
EIG-7.2.1/src/regsubs.c:662:10: style: Variable 'ddim' is assigned a value that is never used. [unreadVariable]
EIG-7.2.1/src/regsubs.c:627:32: style: Unused variable: ww [unusedVariable]
EIG-7.2.1/src/smshrink.c:3275:8: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
EIG-7.2.1/src/smshrink.c:396:12: style: The scope of the variable 'uii' can be reduced. [variableScope]
EIG-7.2.1/src/smshrink.c:429:11: style: The scope of the variable 'write_ptr' can be reduced. [variableScope]
EIG-7.2.1/src/smshrink.c:485:24: style: The scope of the variable 'pos' can be reduced. [variableScope]
EIG-7.2.1/src/smshrink.c:500:24: style: The scope of the variable 'nused' can be reduced. [variableScope]
EIG-7.2.1/src/smshrink.c:501:35: style: The scope of the variable 'evals' can be reduced. [variableScope]
EIG-7.2.1/src/smshrink.c:508:10: style: The scope of the variable 'ynrows' can be reduced. [variableScope]
EIG-7.2.1/src/smshrink.c:512:7: style: The scope of the variable 'lastldchrom' can be reduced. [variableScope]
EIG-7.2.1/src/smshrink.c:514:11: style: The scope of the variable 'inbans' can be reduced. [variableScope]
EIG-7.2.1/src/smshrink.c:514:20: style: The scope of the variable 'inbsd' can be reduced. [variableScope]
EIG-7.2.1/src/smshrink.c:520:11: style: The scope of the variable 'wmean' can be reduced. [variableScope]
EIG-7.2.1/src/smshrink.c:521:10: style: The scope of the variable 'elist' can be reduced. [variableScope]
EIG-7.2.1/src/smshrink.c:525:31: style: The scope of the variable 'apt' can be reduced. [variableScope]
EIG-7.2.1/src/smshrink.c:525:37: style: The scope of the variable 'bpt' can be reduced. [variableScope]
EIG-7.2.1/src/smshrink.c:529:7: style: The scope of the variable 'xblock' can be reduced. [variableScope]
EIG-7.2.1/src/smshrink.c:1735:10: style: The scope of the variable 'p' can be reduced. [variableScope]
EIG-7.2.1/src/smshrink.c:1778:10: style: The scope of the variable 'p' can be reduced. [variableScope]
EIG-7.2.1/src/smshrink.c:1778:25: style: The scope of the variable 'y' can be reduced. [variableScope]
EIG-7.2.1/src/smshrink.c:1825:15: style: The scope of the variable 'ftail' can be reduced. [variableScope]
EIG-7.2.1/src/smshrink.c:1825:22: style: The scope of the variable 'ftailx' can be reduced. [variableScope]
EIG-7.2.1/src/smshrink.c:1919:14: style: The scope of the variable 'ncall2' can be reduced. [variableScope]
EIG-7.2.1/src/smshrink.c:2188:18: style: The scope of the variable 'cuptold' can be reduced. [variableScope]
EIG-7.2.1/src/smshrink.c:2189:7: style: The scope of the variable 'pdiff' can be reduced. [variableScope]
EIG-7.2.1/src/smshrink.c:2190:10: style: The scope of the variable 'gdiff' can be reduced. [variableScope]
EIG-7.2.1/src/smshrink.c:2262:10: style: The scope of the variable 'sum' can be reduced. [variableScope]
EIG-7.2.1/src/smshrink.c:2362:8: style: The scope of the variable 'cupt' can be reduced. [variableScope]
EIG-7.2.1/src/smshrink.c:2375:22: style: The scope of the variable 'cc' can be reduced. [variableScope]
EIG-7.2.1/src/smshrink.c:2377:7: style: The scope of the variable 'k' can be reduced. [variableScope]
EIG-7.2.1/src/smshrink.c:2455:22: style: The scope of the variable 'cc' can be reduced. [variableScope]
EIG-7.2.1/src/smshrink.c:2457:7: style: The scope of the variable 'k' can be reduced. [variableScope]
EIG-7.2.1/src/smshrink.c:2544:11: style: The scope of the variable 'xpt' can be reduced. [variableScope]
EIG-7.2.1/src/smshrink.c:2544:19: style: The scope of the variable 'yscal' can be reduced. [variableScope]
EIG-7.2.1/src/smshrink.c:2636:10: style: The scope of the variable 'y' can be reduced. [variableScope]
EIG-7.2.1/src/smshrink.c:2756:13: style: The scope of the variable 'g' can be reduced. [variableScope]
EIG-7.2.1/src/smshrink.c:2812:7: style: The scope of the variable 'cur_geno' can be reduced. [variableScope]
EIG-7.2.1/src/smshrink.c:2895:14: style: The scope of the variable 'geno_ptr' can be reduced. [variableScope]
EIG-7.2.1/src/smshrink.c:2896:14: style: The scope of the variable 'mmask_ptr' can be reduced. [variableScope]
EIG-7.2.1/src/smshrink.c:2897:13: style: The scope of the variable 'base_geno' can be reduced. [variableScope]
EIG-7.2.1/src/smshrink.c:2898:13: style: The scope of the variable 'base_mmask' can be reduced. [variableScope]
EIG-7.2.1/src/smshrink.c:2953:11: style: The scope of the variable 'dptr' can be reduced. [variableScope]
EIG-7.2.1/src/smshrink.c:3026:11: style: The scope of the variable 'write_ptr' can be reduced. [variableScope]
EIG-7.2.1/src/smshrink.c:3062:10: style: The scope of the variable 'ycheck' can be reduced. [variableScope]
EIG-7.2.1/src/smshrink.c:3153:10: style: The scope of the variable 'k' can be reduced. [variableScope]
EIG-7.2.1/src/smshrink.c:3184:7: style: The scope of the variable 'i' can be reduced. [variableScope]
EIG-7.2.1/src/smshrink.c:3207:10: style: The scope of the variable 'b' can be reduced. [variableScope]
EIG-7.2.1/src/smshrink.c:3208:10: style: The scope of the variable 'indx' can be reduced. [variableScope]
EIG-7.2.1/src/smshrink.c:1729:19: style: Function 'fvadjust' argument 1 names different: declaration 'rr' definition 'cc'. [funcArgNamesDifferent]
EIG-7.2.1/src/smshrink.c:267:23: note: Function 'fvadjust' argument 1 names different: declaration 'rr' definition 'cc'.
EIG-7.2.1/src/smshrink.c:1729:19: note: Function 'fvadjust' argument 1 names different: declaration 'rr' definition 'cc'.
EIG-7.2.1/src/smshrink.c:3052:30: style: Function 'domult_increment_normal' argument 5 names different: declaration 'marker_ct' definition 'block_size'. [funcArgNamesDifferent]
EIG-7.2.1/src/smshrink.c:326:35: note: Function 'domult_increment_normal' argument 5 names different: declaration 'marker_ct' definition 'block_size'.
EIG-7.2.1/src/smshrink.c:3052:30: note: Function 'domult_increment_normal' argument 5 names different: declaration 'marker_ct' definition 'block_size'.
EIG-7.2.1/src/smshrink.c:1852:3: style: Variable 'ncall' is modified but its new value is never used. [unreadVariable]
EIG-7.2.1/src/smshrink.c:1851:19: style: Variable 'ftail' is assigned a value that is never used. [unreadVariable]
EIG-7.2.1/src/smshrink.c:3186:23: style: Variable 'ncall' is modified but its new value is never used. [unreadVariable]
EIG-7.2.1/src/smshrink.c:3280:13: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
EIG-7.2.1/src/smshrink.c:3458:11: style: Unused variable: mmatt [unusedVariable]
EIG-7.2.1/src/smshrink.c:3462:16: style: Unused variable: l [unusedVariable]
EIG-7.2.1/src/smshrink.c:3467:10: style: Unused variable: xindlist [unusedVariable]
EIG-7.2.1/src/smshrink.c:3682:11: style: Unused variable: mmatt [unusedVariable]
EIG-7.2.1/src/smshrink.c:3723:12: style: Variable 'yscale' is assigned a value that is never used. [unreadVariable]
EIG-7.2.1/src/smshrink.c:3686:16: style: Unused variable: l [unusedVariable]
EIG-7.2.1/src/smshrink.c:3690:18: style: Unused variable: trow [unusedVariable]
EIG-7.2.1/src/smshrink.c:3775:11: error: Uninitialized variable: debug [uninitvar]
EIG-7.2.1/src/twsubs.c:109:3: style: Variable 'yl' is reassigned a value before the old one has been used. [redundantAssignment]
EIG-7.2.1/src/twsubs.c:102:0: note: Variable 'yl' is reassigned a value before the old one has been used.
EIG-7.2.1/src/twsubs.c:109:3: note: Variable 'yl' is reassigned a value before the old one has been used.
EIG-7.2.1/src/twsubs.c:136:3: style: Variable 'yl' is reassigned a value before the old one has been used. [redundantAssignment]
EIG-7.2.1/src/twsubs.c:126:0: note: Variable 'yl' is reassigned a value before the old one has been used.
EIG-7.2.1/src/twsubs.c:136:3: note: Variable 'yl' is reassigned a value before the old one has been used.
EIG-7.2.1/src/twsubs.c:164:3: style: Variable 'yl' is reassigned a value before the old one has been used. [redundantAssignment]
EIG-7.2.1/src/twsubs.c:154:0: note: Variable 'yl' is reassigned a value before the old one has been used.
EIG-7.2.1/src/twsubs.c:164:3: note: Variable 'yl' is reassigned a value before the old one has been used.
EIG-7.2.1/src/twsubs.c:196:3: style: Variable 'yl' is reassigned a value before the old one has been used. [redundantAssignment]
EIG-7.2.1/src/twsubs.c:185:0: note: Variable 'yl' is reassigned a value before the old one has been used.
EIG-7.2.1/src/twsubs.c:196:3: note: Variable 'yl' is reassigned a value before the old one has been used.
EIG-7.2.1/src/twsubs.c:48:46: style: The scope of the variable 'yld2' can be reduced. [variableScope]
EIG-7.2.1/src/twsubs.c:48:52: style: The scope of the variable 'ainc' can be reduced. [variableScope]
EIG-7.2.1/src/twsubs.c:103:14: style: The scope of the variable 'x' can be reduced. [variableScope]
EIG-7.2.1/src/twsubs.c:127:14: style: The scope of the variable 'x' can be reduced. [variableScope]
EIG-7.2.1/src/twsubs.c:155:14: style: The scope of the variable 'x' can be reduced. [variableScope]
EIG-7.2.1/src/twsubs.c:186:14: style: The scope of the variable 'x' can be reduced. [variableScope]
EIG-7.2.1/src/twsubs.c:158:3: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
EIG-7.2.1/src/twsubs.c:189:3: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
EIG-7.2.1/src/twsubs.c:219:16: style: Variable 'ncall' is modified but its new value is never used. [unreadVariable]
EIG-7.2.1/src/twsubs.c:218:14: style: Unused variable: zvar [unusedVariable]
[17:29]

ftp://ftp.se.debian.org/debian/pool/main/e/eina/eina_1.2.0.orig.tar.gz
eina-1.2.0/src/lib/eina_benchmark.c:245:10: style: The scope of the variable 'current_data' can be reduced. [variableScope]
eina-1.2.0/src/lib/eina_benchmark.c:258:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eina-1.2.0/src/lib/eina_benchmark.c:311:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eina-1.2.0/src/lib/eina_convert.c:69:9: style: The scope of the variable 'c' can be reduced. [variableScope]
eina-1.2.0/src/lib/eina_counter.c:124:8: style: The scope of the variable 'n' can be reduced. [variableScope]
eina-1.2.0/src/lib/eina_file.c:700:9: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
eina-1.2.0/src/lib/eina_file.c:698:0: note: Variable 'tmp' is reassigned a value before the old one has been used.
eina-1.2.0/src/lib/eina_file.c:700:9: note: Variable 'tmp' is reassigned a value before the old one has been used.
eina-1.2.0/src/lib/eina_file.c:751:11: style: The scope of the variable 'length' can be reduced. [variableScope]
eina-1.2.0/src/lib/eina_file.c:766:20: style: Checking if unsigned variable 'length' is less than zero. [unsignedLessThanZero]
eina-1.2.0/src/lib/eina_file.c:704:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eina-1.2.0/src/lib/eina_file_win32.c:409:47: style: Same expression on both sides of '|'. [duplicateExpression]
eina-1.2.0/src/lib/eina_file_win32.c:735:11: style: The scope of the variable 'length' can be reduced. [variableScope]
eina-1.2.0/src/lib/eina_file_win32.c:750:20: style: Checking if unsigned variable 'length' is less than zero. [unsignedLessThanZero]
eina-1.2.0/src/lib/eina_file_win32.c:300:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eina-1.2.0/src/lib/eina_file_win32.c:647:20: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eina-1.2.0/src/lib/eina_file_win32.c:654:25: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eina-1.2.0/src/lib/eina_file_win32.c:709:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eina-1.2.0/src/lib/eina_hamster.c:60:14: style: The scope of the variable 'mon' can be reduced. [variableScope]
eina-1.2.0/src/lib/eina_hamster.c:61:13: style: The scope of the variable 'monnum' can be reduced. [variableScope]
eina-1.2.0/src/lib/eina_hamster.c:68:23: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
eina-1.2.0/src/lib/eina_hash.c:1131:9: style: Variable 'old_data' is reassigned a value before the old one has been used. [redundantAssignment]
eina-1.2.0/src/lib/eina_hash.c:1129:0: note: Variable 'old_data' is reassigned a value before the old one has been used.
eina-1.2.0/src/lib/eina_hash.c:1131:9: note: Variable 'old_data' is reassigned a value before the old one has been used.
eina-1.2.0/src/lib/eina_hash.c:855:8: style: The scope of the variable 'i' can be reduced. [variableScope]
eina-1.2.0/src/lib/eina_hash.c:873:8: style: The scope of the variable 'i' can be reduced. [variableScope]
eina-1.2.0/src/lib/eina_hash.c:1333:20: style: The scope of the variable 'tmp' can be reduced. [variableScope]
eina-1.2.0/src/lib/eina_inarray.c:608:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eina-1.2.0/src/lib/eina_inlist.c:849:8: style: Condition 'unsort' is always false [knownConditionTrueFalse]
eina-1.2.0/src/lib/eina_inlist.c:812:25: note: Assignment 'unsort=NULL', assigned value is 0
eina-1.2.0/src/lib/eina_inlist.c:849:8: note: Condition 'unsort' is always false
eina-1.2.0/src/lib/eina_list.c:756:19: style: The scope of the variable 'free_l' can be reduced. [variableScope]
eina-1.2.0/src/lib/eina_module.c:187:4: style: Variable 'file' is reassigned a value before the old one has been used. [redundantAssignment]
eina-1.2.0/src/lib/eina_module.c:180:0: note: Variable 'file' is reassigned a value before the old one has been used.
eina-1.2.0/src/lib/eina_module.c:187:4: note: Variable 'file' is reassigned a value before the old one has been used.
eina-1.2.0/src/lib/eina_module.c:161:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eina-1.2.0/src/lib/eina_module.c:187:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eina-1.2.0/src/lib/eina_module.c:553:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eina-1.2.0/src/lib/eina_prefix.c:189:8: style: The scope of the variable 'p' can be reduced. [variableScope]
eina-1.2.0/src/lib/eina_prefix.c:233:26: style: The scope of the variable 's' can be reduced. [variableScope]
eina-1.2.0/src/lib/eina_prefix.c:234:8: style: The scope of the variable 'len' can be reduced. [variableScope]
eina-1.2.0/src/lib/eina_prefix.c:235:24: style: The scope of the variable 'buf2' can be reduced. [variableScope]
eina-1.2.0/src/lib/eina_prefix.c:235:40: style: The scope of the variable 'buf3' can be reduced. [variableScope]
eina-1.2.0/src/lib/eina_prefix.c:424:9: error: Buffer is accessed out of bounds. [bufferAccessOutOfBounds]
eina-1.2.0/src/lib/eina_prefix.c:416:20: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eina-1.2.0/src/lib/eina_prefix.c:423:17: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eina-1.2.0/src/lib/eina_share_common.c:558:9: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
eina-1.2.0/src/lib/eina_share_common.c:730:13: style: Checking if unsigned variable 'slen' is less than zero. [unsignedLessThanZero]
eina-1.2.0/src/lib/eina_share_common.c:591:37: style: Function 'eina_share_common_init' argument 1 names different: declaration 'share' definition '_share'. [funcArgNamesDifferent]
eina-1.2.0/src/lib/eina_share_common.h:64:49: note: Function 'eina_share_common_init' argument 1 names different: declaration 'share' definition '_share'.
eina-1.2.0/src/lib/eina_share_common.c:591:37: note: Function 'eina_share_common_init' argument 1 names different: declaration 'share' definition '_share'.
eina-1.2.0/src/lib/eina_share_common.c:637:41: style: Function 'eina_share_common_shutdown' argument 1 names different: declaration 'share' definition '_share'. [funcArgNamesDifferent]
eina-1.2.0/src/lib/eina_share_common.h:67:53: note: Function 'eina_share_common_shutdown' argument 1 names different: declaration 'share' definition '_share'.
eina-1.2.0/src/lib/eina_share_common.c:637:41: note: Function 'eina_share_common_shutdown' argument 1 names different: declaration 'share' definition '_share'.
eina-1.2.0/src/lib/eina_simple_xml_parser.c:269:42: warning: Either the condition '!buf' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
eina-1.2.0/src/lib/eina_simple_xml_parser.c:271:8: note: Assuming that condition '!buf' is not redundant
eina-1.2.0/src/lib/eina_simple_xml_parser.c:269:42: note: Null pointer addition
eina-1.2.0/src/lib/eina_simple_xml_parser.c:482:42: warning: Either the condition '!buf' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
eina-1.2.0/src/lib/eina_simple_xml_parser.c:485:8: note: Assuming that condition '!buf' is not redundant
eina-1.2.0/src/lib/eina_simple_xml_parser.c:482:42: note: Null pointer addition
eina-1.2.0/src/lib/eina_simple_xml_parser.c:483:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eina-1.2.0/src/lib/eina_simple_xml_parser.c:668:0: error: Memory leak: n [memleak]
eina-1.2.0/src/lib/eina_strbuf_template_c.x:38:77: warning: Either the condition 'if(esc)' is redundant or there is possible null pointer dereference: str. [nullPointerRedundantCheck]
eina-1.2.0/src/lib/eina_strbuf_template_c.x:53:7: note: Assuming that condition 'if(esc)' is not redundant
eina-1.2.0/src/lib/eina_strbuf_template_c.x:52:36: note: Calling function 'eina_strbuf_append', 2nd argument 'str' value is 0
eina-1.2.0/src/lib/eina_strbuf_template_c.x:38:77: note: Null pointer dereference
eina-1.2.0/src/lib/eina_strbuf_template_c.x:70:77: warning: Either the condition 'if(esc)' is redundant or there is possible null pointer dereference: str. [nullPointerRedundantCheck]
eina-1.2.0/src/lib/eina_strbuf_template_c.x:85:7: note: Assuming that condition 'if(esc)' is not redundant
eina-1.2.0/src/lib/eina_strbuf_template_c.x:84:36: note: Calling function 'eina_strbuf_insert', 2nd argument 'str' value is 0
eina-1.2.0/src/lib/eina_strbuf_template_c.x:70:77: note: Null pointer dereference
eina-1.2.0/src/lib/eina_strbuf.c:97:12: style: Checking if unsigned variable 'len' is less than zero. [unsignedLessThanZero]
eina-1.2.0/src/lib/eina_strbuf.c:114:12: style: Checking if unsigned variable 'len' is less than zero. [unsignedLessThanZero]
eina-1.2.0/src/lib/eina_strbuf.c:134:12: style: Checking if unsigned variable 'len' is less than zero. [unsignedLessThanZero]
eina-1.2.0/src/lib/eina_strbuf.c:154:12: style: Checking if unsigned variable 'len' is less than zero. [unsignedLessThanZero]
eina-1.2.0/src/lib/eina_strbuf_common.c:259:9: error: Memory leak: buf [memleak]
eina-1.2.0/src/lib/eina_strbuf_common.c:299:9: error: Memory leak: buf [memleak]
eina-1.2.0/src/lib/eina_strbuf_common.c:835:14: error: Memory leak: buf [memleak]
eina-1.2.0/src/lib/eina_stringshare.c:191:8: style: The scope of the variable 'i' can be reduced. [variableScope]
eina-1.2.0/src/lib/eina_stringshare.c:614:24: style: Checking if unsigned variable 'slen' is less than zero. [unsignedLessThanZero]
eina-1.2.0/src/lib/eina_stringshare.c:711:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eina-1.2.0/src/lib/eina_value.c:2170:14: warning: %hhx in format string (no. 1) requires 'unsigned char *' but the argument type is 'signed char *'. [invalidScanfArgType_int]
eina-1.2.0/src/lib/eina_value.c:2171:14: warning: %hho in format string (no. 1) requires 'unsigned char *' but the argument type is 'signed char *'. [invalidScanfArgType_int]
eina-1.2.0/src/lib/eina_value.c:2179:14: warning: %hx in format string (no. 1) requires 'unsigned short *' but the argument type is 'signed short *'. [invalidScanfArgType_int]
eina-1.2.0/src/lib/eina_value.c:2180:14: warning: %ho in format string (no. 1) requires 'unsigned short *' but the argument type is 'signed short *'. [invalidScanfArgType_int]
eina-1.2.0/src/lib/eina_value.c:2188:14: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
eina-1.2.0/src/lib/eina_value.c:2189:14: warning: %o in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
eina-1.2.0/src/lib/eina_value.c:2197:14: warning: %lx in format string (no. 1) requires 'unsigned long *' but the argument type is 'signed long *'. [invalidScanfArgType_int]
eina-1.2.0/src/lib/eina_value.c:2198:14: warning: %lo in format string (no. 1) requires 'unsigned long *' but the argument type is 'signed long *'. [invalidScanfArgType_int]
eina-1.2.0/src/lib/eina_value.c:791:46: style: Same expression on both sides of '!=' because the value of 'sizeof(other_mem)' and 'sizeof(v)' are the same. [duplicateExpression]
eina-1.2.0/src/lib/eina_value.c:790:35: note: 'other_mem' is assigned value 'v' here.
eina-1.2.0/src/lib/eina_value.c:791:46: note: Same expression on both sides of '!=' because the value of 'sizeof(other_mem)' and 'sizeof(v)' are the same.
eina-1.2.0/src/lib/eina_value.c:1619:46: style: Same expression on both sides of '!=' because the value of 'sizeof(other_mem)' and 'sizeof(v)' are the same. [duplicateExpression]
eina-1.2.0/src/lib/eina_value.c:1616:35: note: 'other_mem' is assigned value 'v' here.
eina-1.2.0/src/lib/eina_value.c:1619:46: note: Same expression on both sides of '!=' because the value of 'sizeof(other_mem)' and 'sizeof(v)' are the same.
eina-1.2.0/src/lib/eina_value.c:1799:46: style: Same expression on both sides of '!=' because the value of 'sizeof(other_mem)' and 'sizeof(v)' are the same. [duplicateExpression]
eina-1.2.0/src/lib/eina_value.c:1796:35: note: 'other_mem' is assigned value 'v' here.
eina-1.2.0/src/lib/eina_value.c:1799:46: note: Same expression on both sides of '!=' because the value of 'sizeof(other_mem)' and 'sizeof(v)' are the same.
eina-1.2.0/src/lib/eina_value.c:1985:46: style: Same expression on both sides of '!=' because the value of 'sizeof(other_mem)' and 'sizeof(v)' are the same. [duplicateExpression]
eina-1.2.0/src/lib/eina_value.c:1982:35: note: 'other_mem' is assigned value 'v' here.
eina-1.2.0/src/lib/eina_value.c:1985:46: note: Same expression on both sides of '!=' because the value of 'sizeof(other_mem)' and 'sizeof(v)' are the same.
eina-1.2.0/src/lib/eina_value.c:2606:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eina-1.2.0/src/lib/eina_value.c:2931:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eina-1.2.0/src/lib/eina_xattr.c:54:16: style: struct member '_Eina_Xattr_Iterator::file' is never used. [unusedStructMember]
eina-1.2.0/src/lib/eina_xattr.c:55:16: style: struct member '_Eina_Xattr_Iterator::attr' is never used. [unusedStructMember]
eina-1.2.0/src/lib/eina_xattr.c:57:12: style: struct member '_Eina_Xattr_Iterator::length' is never used. [unusedStructMember]
eina-1.2.0/src/lib/eina_xattr.c:58:12: style: struct member '_Eina_Xattr_Iterator::offset' is never used. [unusedStructMember]
eina-1.2.0/src/lib/eina_xattr.c:60:8: style: struct member '_Eina_Xattr_Iterator::fd' is never used. [unusedStructMember]
eina-1.2.0/src/lib/eina_xattr.c:62:9: style: struct member '_Eina_Xattr_Iterator::xattr' is never used. [unusedStructMember]
eina-1.2.0/src/modules/mp/buddy/eina_buddy.c:241:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
eina-1.2.0/src/modules/mp/buddy/eina_buddy.c:241:9: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
eina-1.2.0/src/modules/mp/buddy/eina_buddy.c:241:9: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
eina-1.2.0/src/modules/mp/buddy/eina_buddy.c:255:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
eina-1.2.0/src/modules/mp/buddy/eina_buddy.c:258:12: portability: %d in format string (no. 1) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint]
eina-1.2.0/src/modules/mp/fixed_bitmap/eina_fixed_bitmap.c:63:27: style: Variable 'tmp' is not assigned a value. [unassignedVariable]
eina-1.2.0/src/tests/city.cc:247:41: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
eina-1.2.0/src/tests/city.cc:300:32: note: Calling function 'CityHash128WithSeed', 1st argument 's' value is 0
eina-1.2.0/src/tests/city.cc:247:41: note: Null pointer addition
eina-1.2.0/src/tests/city.cc:249:25: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
eina-1.2.0/src/tests/city.cc:300:32: note: Calling function 'CityHash128WithSeed', 1st argument 's' value is 0
eina-1.2.0/src/tests/city.cc:249:25: note: Null pointer addition
eina-1.2.0/src/tests/ecore_hash.c:292:9: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
eina-1.2.0/src/tests/ecore_hash.c:909:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
eina-1.2.0/src/tests/ecore_hash.c:403:12: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
eina-1.2.0/src/tests/ecore_hash.c:403:12: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
eina-1.2.0/src/tests/ecore_hash.c:406:12: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
eina-1.2.0/src/tests/ecore_hash.c:263:17: style: The scope of the variable 'i' can be reduced. [variableScope]
eina-1.2.0/src/tests/ecore_list.c:133:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
eina-1.2.0/src/tests/ecore_list.c:1291:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
eina-1.2.0/src/tests/ecore_list.c:1360:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
eina-1.2.0/src/tests/ecore_list.c:1313:4: style: Variable 'list' is reassigned a value before the old one has been used. [redundantAssignment]
eina-1.2.0/src/tests/ecore_list.c:1311:0: note: Variable 'list' is reassigned a value before the old one has been used.
eina-1.2.0/src/tests/ecore_list.c:1313:4: note: Variable 'list' is reassigned a value before the old one has been used.
eina-1.2.0/src/tests/ecore_list.c:122:10: style: The scope of the variable 'data' can be reduced. [variableScope]
eina-1.2.0/src/tests/ecore_list.c:1350:10: style: The scope of the variable 'data' can be reduced. [variableScope]
eina-1.2.0/src/tests/ecore_list.c:1598:22: style: The scope of the variable 'node' can be reduced. [variableScope]
eina-1.2.0/src/tests/ecore_list.c:219:43: style: Function 'ecore_list_append' argument 2 names different: declaration '_data' definition 'data'. [funcArgNamesDifferent]
eina-1.2.0/src/tests/Ecore_Data.h:153:65: note: Function 'ecore_list_append' argument 2 names different: declaration '_data' definition 'data'.
eina-1.2.0/src/tests/ecore_list.c:219:43: note: Function 'ecore_list_append' argument 2 names different: declaration '_data' definition 'data'.
eina-1.2.0/src/tests/ecore_list.c:236:57: style: Function '_ecore_list_append_0' argument 2 names different: declaration 'node' definition 'end'. [funcArgNamesDifferent]
eina-1.2.0/src/tests/ecore_list.c:22:63: note: Function '_ecore_list_append_0' argument 2 names different: declaration 'node' definition 'end'.
eina-1.2.0/src/tests/ecore_list.c:236:57: note: Function '_ecore_list_append_0' argument 2 names different: declaration 'node' definition 'end'.
eina-1.2.0/src/tests/ecore_list.c:266:44: style: Function 'ecore_list_prepend' argument 2 names different: declaration '_data' definition 'data'. [funcArgNamesDifferent]
eina-1.2.0/src/tests/Ecore_Data.h:154:66: note: Function 'ecore_list_prepend' argument 2 names different: declaration '_data' definition 'data'.
eina-1.2.0/src/tests/ecore_list.c:266:44: note: Function 'ecore_list_prepend' argument 2 names different: declaration '_data' definition 'data'.
eina-1.2.0/src/tests/ecore_list.c:283:58: style: Function '_ecore_list_prepend_0' argument 2 names different: declaration 'node' definition 'start'. [funcArgNamesDifferent]
eina-1.2.0/src/tests/ecore_list.c:24:64: note: Function '_ecore_list_prepend_0' argument 2 names different: declaration 'node' definition 'start'.
eina-1.2.0/src/tests/ecore_list.c:283:58: note: Function '_ecore_list_prepend_0' argument 2 names different: declaration 'node' definition 'start'.
eina-1.2.0/src/tests/ecore_list.c:308:43: style: Function 'ecore_list_insert' argument 2 names different: declaration '_data' definition 'data'. [funcArgNamesDifferent]
eina-1.2.0/src/tests/Ecore_Data.h:155:65: note: Function 'ecore_list_insert' argument 2 names different: declaration '_data' definition 'data'.
eina-1.2.0/src/tests/ecore_list.c:308:43: note: Function 'ecore_list_insert' argument 2 names different: declaration '_data' definition 'data'.
eina-1.2.0/src/tests/ecore_list.c:325:55: style: Function '_ecore_list_insert' argument 2 names different: declaration 'node' definition 'new_node'. [funcArgNamesDifferent]
eina-1.2.0/src/tests/ecore_list.c:20:61: note: Function '_ecore_list_insert' argument 2 names different: declaration 'node' definition 'new_node'.
eina-1.2.0/src/tests/ecore_list.c:325:55: note: Function '_ecore_list_insert' argument 2 names different: declaration 'node' definition 'new_node'.
eina-1.2.0/src/tests/ecore_list.c:631:45: style: Function 'ecore_list_index_goto' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
eina-1.2.0/src/tests/Ecore_Data.h:180:67: note: Function 'ecore_list_index_goto' argument 2 names different: declaration 'index' definition 'idx'.
eina-1.2.0/src/tests/ecore_list.c:631:45: note: Function 'ecore_list_index_goto' argument 2 names different: declaration 'index' definition 'idx'.
eina-1.2.0/src/tests/ecore_list.c:684:47: style: Function 'ecore_list_goto' argument 2 names different: declaration '_data' definition 'data'. [funcArgNamesDifferent]
eina-1.2.0/src/tests/Ecore_Data.h:181:69: note: Function 'ecore_list_goto' argument 2 names different: declaration '_data' definition 'data'.
eina-1.2.0/src/tests/ecore_list.c:684:47: note: Function 'ecore_list_goto' argument 2 names different: declaration '_data' definition 'data'.
eina-1.2.0/src/tests/ecore_list.c:1238:39: style: Function 'ecore_list_node_init' argument 1 names different: declaration 'newNode' definition 'node'. [funcArgNamesDifferent]
eina-1.2.0/src/tests/Ecore_Data.h:212:61: note: Function 'ecore_list_node_init' argument 1 names different: declaration 'newNode' definition 'node'.
eina-1.2.0/src/tests/ecore_list.c:1238:39: note: Function 'ecore_list_node_init' argument 1 names different: declaration 'newNode' definition 'node'.
eina-1.2.0/src/tests/ecore_list.c:1284:42: style: Function 'ecore_list_node_destroy' argument 1 names different: declaration '_e_node' definition 'node'. [funcArgNamesDifferent]
eina-1.2.0/src/tests/Ecore_Data.h:215:64: note: Function 'ecore_list_node_destroy' argument 1 names different: declaration '_e_node' definition 'node'.
eina-1.2.0/src/tests/ecore_list.c:1284:42: note: Function 'ecore_list_node_destroy' argument 1 names different: declaration '_e_node' definition 'node'.
eina-1.2.0/src/tests/ecore_list.c:1372:38: style: Function 'ecore_dlist_free_cb_set' argument 1 names different: declaration 'dlist' definition 'list'. [funcArgNamesDifferent]
eina-1.2.0/src/tests/Ecore_Data.h:298:61: note: Function 'ecore_dlist_free_cb_set' argument 1 names different: declaration 'dlist' definition 'list'.
eina-1.2.0/src/tests/ecore_list.c:1372:38: note: Function 'ecore_dlist_free_cb_set' argument 1 names different: declaration 'dlist' definition 'list'.
eina-1.2.0/src/tests/ecore_list.c:1385:35: style: Function 'ecore_dlist_empty_is' argument 1 names different: declaration '_e_dlist' definition 'list'. [funcArgNamesDifferent]
eina-1.2.0/src/tests/Ecore_Data.h:285:58: note: Function 'ecore_dlist_empty_is' argument 1 names different: declaration '_e_dlist' definition 'list'.
eina-1.2.0/src/tests/ecore_list.c:1385:35: note: Function 'ecore_dlist_empty_is' argument 1 names different: declaration '_e_dlist' definition 'list'.
eina-1.2.0/src/tests/ecore_list.c:1419:33: style: Function 'ecore_dlist_append' argument 1 names different: declaration '_e_dlist' definition 'list'. [funcArgNamesDifferent]
eina-1.2.0/src/tests/Ecore_Data.h:239:51: note: Function 'ecore_dlist_append' argument 1 names different: declaration '_e_dlist' definition 'list'.
eina-1.2.0/src/tests/ecore_list.c:1419:33: note: Function 'ecore_dlist_append' argument 1 names different: declaration '_e_dlist' definition 'list'.
eina-1.2.0/src/tests/ecore_list.c:1419:45: style: Function 'ecore_dlist_append' argument 2 names different: declaration '_data' definition 'data'. [funcArgNamesDifferent]
eina-1.2.0/src/tests/Ecore_Data.h:239:67: note: Function 'ecore_dlist_append' argument 2 names different: declaration '_data' definition 'data'.
eina-1.2.0/src/tests/ecore_list.c:1419:45: note: Function 'ecore_dlist_append' argument 2 names different: declaration '_data' definition 'data'.
eina-1.2.0/src/tests/ecore_list.c:1446:34: style: Function 'ecore_dlist_prepend' argument 1 names different: declaration '_e_dlist' definition 'list'. [funcArgNamesDifferent]
eina-1.2.0/src/tests/Ecore_Data.h:240:52: note: Function 'ecore_dlist_prepend' argument 1 names different: declaration '_e_dlist' definition 'list'.
eina-1.2.0/src/tests/ecore_list.c:1446:34: note: Function 'ecore_dlist_prepend' argument 1 names different: declaration '_e_dlist' definition 'list'.
eina-1.2.0/src/tests/ecore_list.c:1446:46: style: Function 'ecore_dlist_prepend' argument 2 names different: declaration '_data' definition 'data'. [funcArgNamesDifferent]
eina-1.2.0/src/tests/Ecore_Data.h:240:68: note: Function 'ecore_dlist_prepend' argument 2 names different: declaration '_data' definition 'data'.
eina-1.2.0/src/tests/ecore_list.c:1446:46: note: Function 'ecore_dlist_prepend' argument 2 names different: declaration '_data' definition 'data'.
eina-1.2.0/src/tests/ecore_list.c:1473:33: style: Function 'ecore_dlist_insert' argument 1 names different: declaration '_e_dlist' definition 'list'. [funcArgNamesDifferent]
eina-1.2.0/src/tests/Ecore_Data.h:241:51: note: Function 'ecore_dlist_insert' argument 1 names different: declaration '_e_dlist' definition 'list'.
eina-1.2.0/src/tests/ecore_list.c:1473:33: note: Function 'ecore_dlist_insert' argument 1 names different: declaration '_e_dlist' definition 'list'.
eina-1.2.0/src/tests/ecore_list.c:1473:45: style: Function 'ecore_dlist_insert' argument 2 names different: declaration '_data' definition 'data'. [funcArgNamesDifferent]
eina-1.2.0/src/tests/Ecore_Data.h:241:67: note: Function 'ecore_dlist_insert' argument 2 names different: declaration '_data' definition 'data'.
eina-1.2.0/src/tests/ecore_list.c:1473:45: note: Function 'ecore_dlist_insert' argument 2 names different: declaration '_data' definition 'data'.
eina-1.2.0/src/tests/ecore_list.c:1517:38: style: Function 'ecore_dlist_append_list' argument 1 names different: declaration '_e_dlist' definition 'list'. [funcArgNamesDifferent]
eina-1.2.0/src/tests/Ecore_Data.h:242:56: note: Function 'ecore_dlist_append_list' argument 1 names different: declaration '_e_dlist' definition 'list'.
eina-1.2.0/src/tests/ecore_list.c:1517:38: note: Function 'ecore_dlist_append_list' argument 1 names different: declaration '_e_dlist' definition 'list'.
eina-1.2.0/src/tests/ecore_list.c:1552:39: style: Function 'ecore_dlist_prepend_list' argument 1 names different: declaration '_e_dlist' definition 'list'. [funcArgNamesDifferent]
eina-1.2.0/src/tests/Ecore_Data.h:244:57: note: Function 'ecore_dlist_prepend_list' argument 1 names different: declaration '_e_dlist' definition 'list'.
eina-1.2.0/src/tests/ecore_list.c:1552:39: note: Function 'ecore_dlist_prepend_list' argument 1 names different: declaration '_e_dlist' definition 'list'.
eina-1.2.0/src/tests/ecore_list.c:1594:33: style: Function 'ecore_dlist_remove' argument 1 names different: declaration '_e_dlist' definition 'list'. [funcArgNamesDifferent]
eina-1.2.0/src/tests/Ecore_Data.h:255:56: note: Function 'ecore_dlist_remove' argument 1 names different: declaration '_e_dlist' definition 'list'.
eina-1.2.0/src/tests/ecore_list.c:1594:33: note: Function 'ecore_dlist_remove' argument 1 names different: declaration '_e_dlist' definition 'list'.
eina-1.2.0/src/tests/ecore_list.c:1621:39: style: Function 'ecore_dlist_first_remove' argument 1 names different: declaration '_e_dlist' definition 'list'. [funcArgNamesDifferent]
eina-1.2.0/src/tests/Ecore_Data.h:256:62: note: Function 'ecore_dlist_first_remove' argument 1 names different: declaration '_e_dlist' definition 'list'.
eina-1.2.0/src/tests/ecore_list.c:1621:39: note: Function 'ecore_dlist_first_remove' argument 1 names different: declaration '_e_dlist' definition 'list'.
eina-1.2.0/src/tests/ecore_list.c:1678:38: style: Function 'ecore_dlist_last_remove' argument 1 names different: declaration '_e_dlist' definition 'list'. [funcArgNamesDifferent]
eina-1.2.0/src/tests/Ecore_Data.h:258:61: note: Function 'ecore_dlist_last_remove' argument 1 names different: declaration '_e_dlist' definition 'list'.
eina-1.2.0/src/tests/ecore_list.c:1678:38: note: Function 'ecore_dlist_last_remove' argument 1 names different: declaration '_e_dlist' definition 'list'.
eina-1.2.0/src/tests/ecore_list.c:1716:37: style: Function 'ecore_dlist_index_goto' argument 1 names different: declaration '_e_dlist' definition 'list'. [funcArgNamesDifferent]
eina-1.2.0/src/tests/Ecore_Data.h:265:60: note: Function 'ecore_dlist_index_goto' argument 1 names different: declaration '_e_dlist' definition 'list'.
eina-1.2.0/src/tests/ecore_list.c:1716:37: note: Function 'ecore_dlist_index_goto' argument 1 names different: declaration '_e_dlist' definition 'list'.
eina-1.2.0/src/tests/ecore_list.c:1716:47: style: Function 'ecore_dlist_index_goto' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
eina-1.2.0/src/tests/Ecore_Data.h:265:74: note: Function 'ecore_dlist_index_goto' argument 2 names different: declaration 'index' definition 'idx'.
eina-1.2.0/src/tests/ecore_list.c:1716:47: note: Function 'ecore_dlist_index_goto' argument 2 names different: declaration 'index' definition 'idx'.
eina-1.2.0/src/tests/ecore_list.c:1770:31: style: Function 'ecore_dlist_goto' argument 1 names different: declaration '_e_dlist' definition 'list'. [funcArgNamesDifferent]
eina-1.2.0/src/tests/Ecore_Data.h:266:54: note: Function 'ecore_dlist_goto' argument 1 names different: declaration '_e_dlist' definition 'list'.
eina-1.2.0/src/tests/ecore_list.c:1770:31: note: Function 'ecore_dlist_goto' argument 1 names different: declaration '_e_dlist' definition 'list'.
eina-1.2.0/src/tests/ecore_list.c:1770:43: style: Function 'ecore_dlist_goto' argument 2 names different: declaration '_data' definition 'data'. [funcArgNamesDifferent]
eina-1.2.0/src/tests/Ecore_Data.h:266:70: note: Function 'ecore_dlist_goto' argument 2 names different: declaration '_data' definition 'data'.
eina-1.2.0/src/tests/ecore_list.c:1770:43: note: Function 'ecore_dlist_goto' argument 2 names different: declaration '_data' definition 'data'.
eina-1.2.0/src/tests/ecore_list.c:1788:37: style: Function 'ecore_dlist_first_goto' argument 1 names different: declaration '_e_dlist' definition 'list'. [funcArgNamesDifferent]
eina-1.2.0/src/tests/Ecore_Data.h:263:60: note: Function 'ecore_dlist_first_goto' argument 1 names different: declaration '_e_dlist' definition 'list'.
eina-1.2.0/src/tests/ecore_list.c:1788:37: note: Function 'ecore_dlist_first_goto' argument 1 names different: declaration '_e_dlist' definition 'list'.
eina-1.2.0/src/tests/ecore_list.c:1805:36: style: Function 'ecore_dlist_last_goto' argument 1 names different: declaration '_e_dlist' definition 'list'. [funcArgNamesDifferent]
eina-1.2.0/src/tests/Ecore_Data.h:264:59: note: Function 'ecore_dlist_last_goto' argument 1 names different: declaration '_e_dlist' definition 'list'.
eina-1.2.0/src/tests/ecore_list.c:1805:36: note: Function 'ecore_dlist_last_goto' argument 1 names different: declaration '_e_dlist' definition 'list'.
eina-1.2.0/src/tests/ecore_list.c:1893:32: style: Function 'ecore_dlist_clear' argument 1 names different: declaration '_e_dlist' definition 'list'. [funcArgNamesDifferent]
eina-1.2.0/src/tests/Ecore_Data.h:288:55: note: Function 'ecore_dlist_clear' argument 1 names different: declaration '_e_dlist' definition 'list'.
eina-1.2.0/src/tests/ecore_list.c:1893:32: note: Function 'ecore_dlist_clear' argument 1 names different: declaration '_e_dlist' definition 'list'.
eina-1.2.0/src/tests/ecore_sheap.c:99:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
eina-1.2.0/src/tests/ecore_sheap.c:31:4: style: Variable 'heap' is reassigned a value before the old one has been used. [redundantAssignment]
eina-1.2.0/src/tests/ecore_sheap.c:29:0: note: Variable 'heap' is reassigned a value before the old one has been used.
eina-1.2.0/src/tests/ecore_sheap.c:31:4: note: Variable 'heap' is reassigned a value before the old one has been used.
eina-1.2.0/src/tests/ecore_sheap.c:350:4: style: Variable 'heap->data' is reassigned a value before the old one has been used. [redundantAssignment]
eina-1.2.0/src/tests/ecore_sheap.c:349:4: note: Variable 'heap->data' is reassigned a value before the old one has been used.
eina-1.2.0/src/tests/ecore_sheap.c:350:4: note: Variable 'heap->data' is reassigned a value before the old one has been used.
eina-1.2.0/src/tests/ecore_sheap.c:86:8: style: The scope of the variable 'i' can be reduced. [variableScope]
eina-1.2.0/src/tests/eina_bench.c:75:20: style: The scope of the variable 'test' can be reduced. [variableScope]
eina-1.2.0/src/tests/eina_bench_array.c:627:4: style: Variable 'list' is reassigned a value before the old one has been used. [redundantAssignment]
eina-1.2.0/src/tests/eina_bench_array.c:622:0: note: Variable 'list' is reassigned a value before the old one has been used.
eina-1.2.0/src/tests/eina_bench_array.c:627:4: note: Variable 'list' is reassigned a value before the old one has been used.
eina-1.2.0/src/tests/eina_bench_convert.c:114:11: style: The scope of the variable 'r' can be reduced. [variableScope]
eina-1.2.0/src/tests/eina_bench_hash.c:157:4: style: Variable 'hash' is reassigned a value before the old one has been used. [redundantAssignment]
eina-1.2.0/src/tests/eina_bench_hash.c:152:0: note: Variable 'hash' is reassigned a value before the old one has been used.
eina-1.2.0/src/tests/eina_bench_hash.c:157:4: note: Variable 'hash' is reassigned a value before the old one has been used.
eina-1.2.0/src/tests/eina_bench_hash.c:245:4: style: Variable 'hash' is reassigned a value before the old one has been used. [redundantAssignment]
eina-1.2.0/src/tests/eina_bench_hash.c:240:0: note: Variable 'hash' is reassigned a value before the old one has been used.
eina-1.2.0/src/tests/eina_bench_hash.c:245:4: note: Variable 'hash' is reassigned a value before the old one has been used.
eina-1.2.0/src/tests/eina_bench_hash.c:284:4: style: Variable 'hash' is reassigned a value before the old one has been used. [redundantAssignment]
eina-1.2.0/src/tests/eina_bench_hash.c:279:0: note: Variable 'hash' is reassigned a value before the old one has been used.
eina-1.2.0/src/tests/eina_bench_hash.c:284:4: note: Variable 'hash' is reassigned a value before the old one has been used.
eina-1.2.0/src/tests/eina_bench_hash.c:331:4: style: Variable 'hash' is reassigned a value before the old one has been used. [redundantAssignment]
eina-1.2.0/src/tests/eina_bench_hash.c:326:0: note: Variable 'hash' is reassigned a value before the old one has been used.
eina-1.2.0/src/tests/eina_bench_hash.c:331:4: note: Variable 'hash' is reassigned a value before the old one has been used.
eina-1.2.0/src/tests/eina_bench_hash.c:358:12: style: Variable 'length' is reassigned a value before the old one has been used. [redundantAssignment]
eina-1.2.0/src/tests/eina_bench_hash.c:356:0: note: Variable 'length' is reassigned a value before the old one has been used.
eina-1.2.0/src/tests/eina_bench_hash.c:358:12: note: Variable 'length' is reassigned a value before the old one has been used.
eina-1.2.0/src/tests/eina_bench_hash.c:426:4: style: Variable 'array' is reassigned a value before the old one has been used. [redundantAssignment]
eina-1.2.0/src/tests/eina_bench_hash.c:420:0: note: Variable 'array' is reassigned a value before the old one has been used.
eina-1.2.0/src/tests/eina_bench_hash.c:426:4: note: Variable 'array' is reassigned a value before the old one has been used.
eina-1.2.0/src/tests/eina_bench_hash.c:480:4: style: Variable 'hash' is reassigned a value before the old one has been used. [redundantAssignment]
eina-1.2.0/src/tests/eina_bench_hash.c:475:0: note: Variable 'hash' is reassigned a value before the old one has been used.
eina-1.2.0/src/tests/eina_bench_hash.c:480:4: note: Variable 'hash' is reassigned a value before the old one has been used.
eina-1.2.0/src/tests/eina_bench_hash.c:186:22: style: Variable 'tmp_val' is assigned a value that is never used. [unreadVariable]
eina-1.2.0/src/tests/eina_bench_hash.c:270:22: style: Variable 'tmp_val' is assigned a value that is never used. [unreadVariable]
eina-1.2.0/src/tests/eina_bench_hash.c:310:22: style: Variable 'tmp_val' is assigned a value that is never used. [unreadVariable]
eina-1.2.0/src/tests/eina_bench_hash.c:361:15: style: Variable 'elm' is assigned a value that is never used. [unreadVariable]
eina-1.2.0/src/tests/eina_bench_hash.c:507:18: style: Variable 'elm' is assigned a value that is never used. [unreadVariable]
eina-1.2.0/src/tests/eina_bench_rectangle_pool.c:30:20: style: The scope of the variable 'rect' can be reduced. [variableScope]
eina-1.2.0/src/tests/eina_bench_sort.c:134:4: style: Variable 'list' is reassigned a value before the old one has been used. [redundantAssignment]
eina-1.2.0/src/tests/eina_bench_sort.c:131:0: note: Variable 'list' is reassigned a value before the old one has been used.
eina-1.2.0/src/tests/eina_bench_sort.c:134:4: note: Variable 'list' is reassigned a value before the old one has been used.
eina-1.2.0/src/tests/eina_bench_sort.c:157:4: style: Variable 'list' is reassigned a value before the old one has been used. [redundantAssignment]
eina-1.2.0/src/tests/eina_bench_sort.c:154:0: note: Variable 'list' is reassigned a value before the old one has been used.
eina-1.2.0/src/tests/eina_bench_sort.c:157:4: note: Variable 'list' is reassigned a value before the old one has been used.
eina-1.2.0/src/tests/eina_bench_sort.c:180:4: style: Variable 'list' is reassigned a value before the old one has been used. [redundantAssignment]
eina-1.2.0/src/tests/eina_bench_sort.c:177:0: note: Variable 'list' is reassigned a value before the old one has been used.
eina-1.2.0/src/tests/eina_bench_sort.c:180:4: note: Variable 'list' is reassigned a value before the old one has been used.
eina-1.2.0/src/tests/eina_test_binbuf.c:246:7: style: Variable 'sz' is assigned a value that is never used. [unreadVariable]
eina-1.2.0/src/tests/eina_test_binshare.c:123:16: style: The scope of the variable 'tmp' can be reduced. [variableScope]
eina-1.2.0/src/tests/eina_test_counter.c:82:21: style: Variable 'tmp' is allocated memory that is never used. [unusedAllocatedMemory]
eina-1.2.0/src/tests/eina_test_counter.c:92:21: style: Variable 'tmp' is allocated memory that is never used. [unusedAllocatedMemory]
eina-1.2.0/src/tests/eina_test_error.c:161:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
eina-1.2.0/src/tests/eina_test_error.c:170:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
eina-1.2.0/src/tests/eina_test_fp.c:35:11: style: The scope of the variable 'dc' can be reduced. [variableScope]
eina-1.2.0/src/tests/eina_test_fp.c:36:11: style: The scope of the variable 'dresult' can be reduced. [variableScope]
eina-1.2.0/src/tests/eina_test_fp.c:37:11: style: The scope of the variable 'delta' can be reduced. [variableScope]
eina-1.2.0/src/tests/eina_test_fp.c:64:11: style: The scope of the variable 'dc' can be reduced. [variableScope]
eina-1.2.0/src/tests/eina_test_fp.c:65:11: style: The scope of the variable 'dresult' can be reduced. [variableScope]
eina-1.2.0/src/tests/eina_test_fp.c:66:11: style: The scope of the variable 'delta' can be reduced. [variableScope]
eina-1.2.0/src/tests/eina_test_hash.c:57:4: style: Variable 'hash' is reassigned a value before the old one has been used. [redundantAssignment]
eina-1.2.0/src/tests/eina_test_hash.c:50:0: note: Variable 'hash' is reassigned a value before the old one has been used.
eina-1.2.0/src/tests/eina_test_hash.c:57:4: note: Variable 'hash' is reassigned a value before the old one has been used.
eina-1.2.0/src/tests/eina_test_hash.c:113:4: style: Variable 'hash' is reassigned a value before the old one has been used. [redundantAssignment]
eina-1.2.0/src/tests/eina_test_hash.c:108:0: note: Variable 'hash' is reassigned a value before the old one has been used.
eina-1.2.0/src/tests/eina_test_hash.c:113:4: note: Variable 'hash' is reassigned a value before the old one has been used.
eina-1.2.0/src/tests/eina_test_hash.c:142:4: style: Variable 'hash' is reassigned a value before the old one has been used. [redundantAssignment]
eina-1.2.0/src/tests/eina_test_hash.c:136:0: note: Variable 'hash' is reassigned a value before the old one has been used.
eina-1.2.0/src/tests/eina_test_hash.c:142:4: note: Variable 'hash' is reassigned a value before the old one has been used.
eina-1.2.0/src/tests/eina_test_hash.c:39:20: style: Checking if unsigned variable 'strlen(key)' is less than zero. [unsignedLessThanZero]
eina-1.2.0/src/tests/eina_test_inarray.c:32:11: style: The scope of the variable 'pos' can be reduced. [variableScope]
eina-1.2.0/src/tests/eina_test_inlist.c:386:29: style: The scope of the variable 'tmp' can be reduced. [variableScope]
eina-1.2.0/src/tests/eina_test_iterator.c:397:4: style: Variable 'root' is reassigned a value before the old one has been used. [redundantAssignment]
eina-1.2.0/src/tests/eina_test_iterator.c:393:0: note: Variable 'root' is reassigned a value before the old one has been used.
eina-1.2.0/src/tests/eina_test_iterator.c:397:4: note: Variable 'root' is reassigned a value before the old one has been used.
eina-1.2.0/src/tests/eina_test_iterator.c:319:12: error: Uninitialized struct member: it.node [uninitStructMember]
eina-1.2.0/src/tests/eina_test_list.c:345:14: style: Unused variable: l [unusedVariable]
eina-1.2.0/src/tests/eina_test_list.c:346:9: style: Unused variable: list_data [unusedVariable]
eina-1.2.0/src/tests/eina_test_log.c:315:19: style: Unused variable: ctx [unusedVariable]
eina-1.2.0/src/tests/eina_test_strbuf.c:358:7: style: Variable 'sz' is assigned a value that is never used. [unreadVariable]
eina-1.2.0/src/tests/eina_test_stringshare.c:127:16: style: The scope of the variable 'tmp' can be reduced. [variableScope]
eina-1.2.0/src/tests/eina_test_ustr.c:163:9: style: Variable 'rv' is assigned a value that is never used. [unreadVariable]
eina-1.2.0/src/tests/eina_test_ustr.c:447:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eina-1.2.0/src/tests/eina_test_ustr.c:449:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eina-1.2.0/src/tests/eina_test_ustr.c:451:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eina-1.2.0/src/tests/eina_test_ustr.c:453:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eina-1.2.0/src/tests/eina_test_ustr.c:455:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eina-1.2.0/src/tests/eina_test_ustr.c:487:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eina-1.2.0/src/tests/eina_test_ustr.c:488:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eina-1.2.0/src/tests/eina_test_ustr.c:489:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eina-1.2.0/src/tests/eina_test_ustr.c:490:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eina-1.2.0/src/tests/eina_test_ustr.c:491:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eina-1.2.0/src/tests/eina_test_ustr.c:492:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eina-1.2.0/src/tests/eina_test_ustr.c:493:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eina-1.2.0/src/tests/eina_test_ustr.c:494:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eina-1.2.0/src/tests/eina_test_ustr.c:495:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eina-1.2.0/src/tests/eina_test_ustr.c:496:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eina-1.2.0/src/tests/eina_test_ustringshare.c:91:24: style: The scope of the variable 'tmp' can be reduced. [variableScope]
eina-1.2.0/src/tests/evas_hash.c:296:18: style: The scope of the variable 'el' can be reduced. [variableScope]
eina-1.2.0/src/tests/evas_list.c:608:19: style: The scope of the variable 'free_l' can be reduced. [variableScope]
eina-1.2.0/src/tests/evas_mempool.c:133:10: style: The scope of the variable 'pmem' can be reduced. [variableScope]
eina-1.2.0/src/tests/evas_mempool.c:59:50: style: Function 'evas_mempool_malloc' argument 2 names different: declaration 'size' definition '__UNUSED__'. [funcArgNamesDifferent]
eina-1.2.0/src/tests/evas_mempool.h:16:51: note: Function 'evas_mempool_malloc' argument 2 names different: declaration 'size' definition '__UNUSED__'.
eina-1.2.0/src/tests/evas_mempool.c:59:50: note: Function 'evas_mempool_malloc' argument 2 names different: declaration 'size' definition '__UNUSED__'.
eina-1.2.0/src/tests/evas_stringshare.c:239:10: style: The scope of the variable 'el_str' can be reduced. [variableScope]
[17:29]

ftp://ftp.se.debian.org/debian/pool/main/e/einspline/einspline_0.9.2.orig.tar.gz
einspline-0.9.2/src/bspline_eval_sse_s.h:222:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_s.h:223:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_s.h:224:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_s.h:225:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_s.h:297:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_s.h:298:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_s.h:299:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_s.h:300:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_s.h:384:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_s.h:385:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_s.h:386:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_s.h:387:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_s.h:484:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_s.h:485:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_s.h:486:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_s.h:487:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_s.h:596:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_s.h:597:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_s.h:598:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_s.h:599:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_s.h:600:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_s.h:601:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_s.h:602:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_s.h:603:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_s.h:604:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_s.h:605:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_s.h:606:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_s.h:607:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_s.h:608:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_s.h:609:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_s.h:610:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_s.h:611:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_s.h:708:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_s.h:709:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_s.h:710:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_s.h:711:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_s.h:712:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_s.h:713:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_s.h:714:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_s.h:715:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_s.h:716:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_s.h:717:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_s.h:718:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_s.h:719:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_s.h:720:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_s.h:721:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_s.h:722:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_s.h:723:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_s.h:846:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_s.h:847:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_s.h:848:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_s.h:849:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_s.h:850:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_s.h:851:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_s.h:852:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_s.h:853:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_s.h:854:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_s.h:855:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_s.h:856:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_s.h:857:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_s.h:858:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_s.h:859:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_s.h:860:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_s.h:861:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_s.h:1005:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_s.h:1006:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_s.h:1007:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_s.h:1008:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_s.h:1009:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_s.h:1010:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_s.h:1011:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_s.h:1012:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_s.h:1013:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_s.h:1014:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_s.h:1015:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_s.h:1016:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_s.h:1017:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_s.h:1018:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_s.h:1019:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_s.h:1020:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:245:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:246:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:247:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:248:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:352:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:353:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:354:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:355:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:478:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:479:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:480:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:481:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:630:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:631:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:632:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:633:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:770:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:771:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:772:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:773:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:774:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:775:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:776:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:777:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:778:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:779:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:780:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:781:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:782:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:783:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:784:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:785:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:786:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:787:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:788:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:789:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:790:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:791:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:792:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:793:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:794:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:795:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:796:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:797:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:798:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:799:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:800:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:801:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:947:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:948:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:949:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:950:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:951:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:952:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:953:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:954:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:955:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:956:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:957:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:958:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:959:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:960:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:961:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:962:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:963:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:964:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:965:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:966:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:967:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:968:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:969:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:970:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:971:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:972:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:973:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:974:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:975:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:976:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:977:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:978:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:1168:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:1169:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:1170:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:1171:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:1172:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:1173:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:1174:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:1175:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:1176:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:1177:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:1178:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:1179:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:1180:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:1181:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:1182:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:1183:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:1184:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:1185:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:1186:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:1187:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:1188:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:1189:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:1190:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:1191:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:1192:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:1193:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:1194:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:1195:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:1196:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:1197:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:1198:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:1199:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:1426:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:1427:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:1428:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:1429:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:1430:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:1431:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:1432:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:1433:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:1434:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:1435:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:1436:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:1437:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:1438:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:1439:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:1440:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:1441:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:1442:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:1443:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:1444:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:1445:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:1446:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:1447:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:1448:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:1449:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:1450:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:1451:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:1452:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:1453:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:1454:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:1455:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:1456:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_c.h:1457:17: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:516:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:517:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:518:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:519:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:520:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:521:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:522:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:523:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:524:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:525:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:526:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:527:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:528:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:529:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:530:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:531:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:532:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:533:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:534:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:535:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:536:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:537:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:538:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:539:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:540:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:541:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:542:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:543:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:544:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:545:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:546:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:547:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:663:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:664:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:665:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:666:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:667:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:668:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:669:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:670:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:671:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:672:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:673:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:674:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:675:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:676:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:677:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:678:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:679:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:680:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:681:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:682:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:683:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:684:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:685:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:686:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:687:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:688:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:689:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:690:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:691:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:692:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:693:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:694:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:871:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:872:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:873:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:874:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:875:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:876:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:877:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:878:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:879:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:880:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:881:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:882:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:883:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:884:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:885:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:886:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:887:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:888:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:889:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:890:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:891:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:892:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:893:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:894:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:895:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:896:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:897:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:898:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:899:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:900:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:901:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:902:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:1111:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:1112:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:1113:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:1114:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:1115:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:1116:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:1117:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:1118:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:1119:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:1120:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:1121:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:1122:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:1123:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:1124:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:1125:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:1126:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:1127:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:1128:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:1129:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:1130:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:1131:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:1132:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:1133:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:1134:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:1135:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:1136:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:1137:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:1138:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:1139:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:1140:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:1141:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_d.h:1142:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:198:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:199:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:200:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:201:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:202:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:203:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:204:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:205:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:302:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:303:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:304:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:305:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:306:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:307:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:308:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:309:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:431:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:432:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:433:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:434:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:435:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:436:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:437:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:438:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:586:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:587:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:588:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:589:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:590:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:591:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:592:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:593:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:742:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:743:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:744:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:745:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:746:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:747:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:748:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:749:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:750:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:751:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:752:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:753:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:754:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:755:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:756:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:757:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:970:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:971:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:972:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:973:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:974:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:975:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:976:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:977:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:978:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:979:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:980:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:981:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:982:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:983:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:984:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:985:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:1264:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:1265:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:1266:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:1267:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:1268:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:1269:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:1270:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:1271:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:1272:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:1273:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:1274:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:1275:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:1276:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:1277:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:1278:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:1279:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:1280:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:1281:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:1282:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:1283:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:1284:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:1285:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:1286:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:1287:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:1288:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:1289:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:1290:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:1291:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:1292:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:1293:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:1294:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:1295:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:1630:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:1631:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:1632:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:1633:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:1634:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:1635:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:1636:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:1637:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:1638:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:1639:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:1640:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:1641:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:1642:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:1643:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:1644:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:1645:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:1646:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:1647:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:1648:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:1649:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:1650:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:1651:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:1652:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:1653:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:1654:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:1655:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:1656:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:1657:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:1658:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:1659:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:1660:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_z.h:1661:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/bspline_eval_sse_s.h:259:3: style: Redundant pointer operation on 'val' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/bspline_eval_sse_s.h:337:3: style: Redundant pointer operation on 'val' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/bspline_eval_sse_s.h:428:3: style: Redundant pointer operation on 'val' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/bspline_eval_sse_s.h:530:3: style: Redundant pointer operation on 'val' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/bspline_eval_sse_s.h:664:3: style: Redundant pointer operation on 'val' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/bspline_eval_sse_s.h:787:3: style: Redundant pointer operation on 'val' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/bspline_eval_sse_s.h:937:3: style: Redundant pointer operation on 'val' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/bspline_eval_sse_s.h:1101:3: style: Redundant pointer operation on 'val' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/bspline_eval_sse_c.h:299:3: style: Redundant pointer operation on 'valr' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/bspline_eval_sse_c.h:300:3: style: Redundant pointer operation on 'vali' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/bspline_eval_sse_c.h:415:3: style: Redundant pointer operation on 'valr' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/bspline_eval_sse_c.h:416:3: style: Redundant pointer operation on 'vali' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/bspline_eval_sse_c.h:418:3: style: Redundant pointer operation on 'gradr0' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/bspline_eval_sse_c.h:419:3: style: Redundant pointer operation on 'gradi0' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/bspline_eval_sse_c.h:420:3: style: Redundant pointer operation on 'gradr1' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/bspline_eval_sse_c.h:421:3: style: Redundant pointer operation on 'gradi1' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/bspline_eval_sse_c.h:548:3: style: Redundant pointer operation on 'valr' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/bspline_eval_sse_c.h:549:3: style: Redundant pointer operation on 'vali' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/bspline_eval_sse_c.h:551:3: style: Redundant pointer operation on 'gradr0' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/bspline_eval_sse_c.h:552:3: style: Redundant pointer operation on 'gradi0' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/bspline_eval_sse_c.h:553:3: style: Redundant pointer operation on 'gradr1' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/bspline_eval_sse_c.h:554:3: style: Redundant pointer operation on 'gradi1' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/bspline_eval_sse_c.h:698:3: style: Redundant pointer operation on 'valr' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/bspline_eval_sse_c.h:699:3: style: Redundant pointer operation on 'vali' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/bspline_eval_sse_c.h:701:3: style: Redundant pointer operation on 'gradr0' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/bspline_eval_sse_c.h:702:3: style: Redundant pointer operation on 'gradi0' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/bspline_eval_sse_c.h:703:3: style: Redundant pointer operation on 'gradr1' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/bspline_eval_sse_c.h:704:3: style: Redundant pointer operation on 'gradi1' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/bspline_eval_sse_c.h:706:3: style: Redundant pointer operation on 'hess_d2x_r' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/bspline_eval_sse_c.h:707:3: style: Redundant pointer operation on 'hess_d2x_i' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/bspline_eval_sse_c.h:708:3: style: Redundant pointer operation on 'hess_d2y_r' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/bspline_eval_sse_c.h:709:3: style: Redundant pointer operation on 'hess_d2y_i' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/bspline_eval_sse_c.h:710:3: style: Redundant pointer operation on 'hess_dxdy_r' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/bspline_eval_sse_c.h:711:3: style: Redundant pointer operation on 'hess_dxdy_i' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/bspline_eval_sse_c.h:712:3: style: Redundant pointer operation on 'hess_dydx_r' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/bspline_eval_sse_c.h:713:3: style: Redundant pointer operation on 'hess_dydx_i' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/bspline_eval_sse_c.h:903:3: style: Redundant pointer operation on 'valr' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/bspline_eval_sse_c.h:904:3: style: Redundant pointer operation on 'vali' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/bspline_eval_sse_c.h:1105:3: style: Redundant pointer operation on 'valr' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/bspline_eval_sse_c.h:1106:3: style: Redundant pointer operation on 'vali' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/bspline_eval_sse_c.h:1108:3: style: Redundant pointer operation on 'gradr0' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/bspline_eval_sse_c.h:1109:3: style: Redundant pointer operation on 'gradr1' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/bspline_eval_sse_c.h:1110:3: style: Redundant pointer operation on 'gradr2' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/bspline_eval_sse_c.h:1111:3: style: Redundant pointer operation on 'gradi0' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/bspline_eval_sse_c.h:1112:3: style: Redundant pointer operation on 'gradi1' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/bspline_eval_sse_c.h:1113:3: style: Redundant pointer operation on 'gradi2' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/bspline_eval_sse_c.h:1343:3: style: Redundant pointer operation on 'valr' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/bspline_eval_sse_c.h:1344:3: style: Redundant pointer operation on 'vali' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/bspline_eval_sse_c.h:1346:3: style: Redundant pointer operation on 'gradr0' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/bspline_eval_sse_c.h:1347:3: style: Redundant pointer operation on 'gradr1' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/bspline_eval_sse_c.h:1348:3: style: Redundant pointer operation on 'gradr2' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/bspline_eval_sse_c.h:1349:3: style: Redundant pointer operation on 'gradi0' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/bspline_eval_sse_c.h:1350:3: style: Redundant pointer operation on 'gradi1' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/bspline_eval_sse_c.h:1351:3: style: Redundant pointer operation on 'gradi2' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/bspline_eval_sse_c.h:1601:3: style: Redundant pointer operation on 'valr' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/bspline_eval_sse_c.h:1602:3: style: Redundant pointer operation on 'vali' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/bspline_eval_sse_c.h:1604:3: style: Redundant pointer operation on 'gradr0' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/bspline_eval_sse_c.h:1605:3: style: Redundant pointer operation on 'gradr1' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/bspline_eval_sse_c.h:1606:3: style: Redundant pointer operation on 'gradr2' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/bspline_eval_sse_c.h:1607:3: style: Redundant pointer operation on 'gradi0' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/bspline_eval_sse_c.h:1608:3: style: Redundant pointer operation on 'gradi1' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/bspline_eval_sse_c.h:1609:3: style: Redundant pointer operation on 'gradi2' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/bspline_eval_sse_d.h:227:3: style: Redundant pointer operation on 'val' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/bspline_eval_sse_d.h:288:3: style: Redundant pointer operation on 'val' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/bspline_eval_sse_d.h:364:3: style: Redundant pointer operation on 'val' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/bspline_eval_sse_d.h:458:3: style: Redundant pointer operation on 'val' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/bspline_eval_sse_d.h:620:3: style: Redundant pointer operation on 'val' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/bspline_eval_sse_d.h:812:3: style: Redundant pointer operation on 'val' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/bspline_eval_sse_d.h:1042:3: style: Redundant pointer operation on 'val' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/bspline_eval_sse_d.h:1284:3: style: Redundant pointer operation on 'val' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/bspline_eval_sse_s.h:508:29: style: Unused variable: tmp4 [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_s.h:508:35: style: Unused variable: tmp5 [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_s.h:508:41: style: Unused variable: tmp6 [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_s.h:508:47: style: Unused variable: tmp7 [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_s.h:632:29: style: Unused variable: tmp4 [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_s.h:632:35: style: Unused variable: tmp5 [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_s.h:632:41: style: Unused variable: tmp6 [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_s.h:632:47: style: Unused variable: tmp7 [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_s.h:744:20: style: Variable 'd2cP' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/bspline_eval_sse_s.h:745:29: style: Unused variable: tmp4 [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_s.h:745:35: style: Unused variable: tmp5 [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_s.h:745:41: style: Unused variable: tmp6 [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_s.h:745:47: style: Unused variable: tmp7 [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_s.h:934:3: style: Variable 'dbdcP' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/bspline_eval_sse_s.h:883:29: style: Unused variable: tmp4 [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_s.h:883:35: style: Unused variable: tmp5 [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_s.h:883:41: style: Unused variable: tmp6 [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_s.h:883:47: style: Unused variable: tmp7 [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_s.h:1042:29: style: Unused variable: tmp4 [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_s.h:1042:35: style: Unused variable: tmp5 [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_s.h:1042:41: style: Unused variable: tmp6 [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_s.h:1042:47: style: Unused variable: tmp7 [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_c.h:1001:17: style: Unused variable: tmp2 [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_c.h:1001:23: style: Unused variable: tmp3 [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_c.h:1001:29: style: Unused variable: tmp4 [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_c.h:1001:35: style: Unused variable: tmp5 [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_c.h:1001:41: style: Unused variable: tmp6 [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_c.h:1001:47: style: Unused variable: tmp7 [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_c.h:1324:3: style: Variable 'dbdcPr' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/bspline_eval_sse_c.h:1331:3: style: Variable 'dbdcPi' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/bspline_eval_sse_c.h:1222:17: style: Unused variable: tmp2 [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_c.h:1222:23: style: Unused variable: tmp3 [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_c.h:1222:29: style: Unused variable: tmp4 [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_c.h:1222:35: style: Unused variable: tmp5 [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_c.h:1222:41: style: Unused variable: tmp6 [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_c.h:1222:47: style: Unused variable: tmp7 [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_c.h:1480:17: style: Unused variable: tmp2 [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_c.h:1480:23: style: Unused variable: tmp3 [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_c.h:1480:29: style: Unused variable: tmp4 [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_c.h:1480:35: style: Unused variable: tmp5 [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_c.h:1480:41: style: Unused variable: tmp6 [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_c.h:1480:47: style: Unused variable: tmp7 [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_d.h:189:26: style: Unused variable: ipartz [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_d.h:189:42: style: Unused variable: tz [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_d.h:243:26: style: Unused variable: ipartz [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_d.h:243:42: style: Unused variable: tz [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_d.h:311:26: style: Unused variable: ipartz [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_d.h:311:42: style: Unused variable: tz [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_d.h:394:26: style: Unused variable: ipartz [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_d.h:394:42: style: Unused variable: tz [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_d.h:559:12: style: Variable 'dcP' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/bspline_eval_sse_d.h:559:20: style: Variable 'd2cP' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/bspline_eval_sse_d.h:560:12: style: Unused variable: dbcP01 [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_d.h:560:20: style: Unused variable: bdcP01 [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_d.h:560:35: style: Unused variable: dbcP23 [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_d.h:560:43: style: Unused variable: bdcP23 [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_d.h:561:29: style: Unused variable: tmp4 [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_d.h:561:35: style: Unused variable: tmp5 [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_d.h:561:41: style: Unused variable: tmp6 [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_d.h:561:47: style: Unused variable: tmp7 [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_d.h:706:20: style: Variable 'd2cP' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/bspline_eval_sse_d.h:708:29: style: Unused variable: tmp4 [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_d.h:708:35: style: Unused variable: tmp5 [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_d.h:708:41: style: Unused variable: tmp6 [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_d.h:708:47: style: Unused variable: tmp7 [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_d.h:1038:3: style: Variable 'dbdcP01' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/bspline_eval_sse_d.h:1039:3: style: Variable 'dbdcP23' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/bspline_eval_sse_d.h:918:29: style: Unused variable: tmp4 [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_d.h:918:35: style: Unused variable: tmp5 [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_d.h:918:41: style: Unused variable: tmp6 [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_d.h:918:47: style: Unused variable: tmp7 [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_d.h:1158:29: style: Unused variable: tmp4 [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_d.h:1158:35: style: Unused variable: tmp5 [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_d.h:1158:41: style: Unused variable: tmp6 [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_d.h:1158:47: style: Unused variable: tmp7 [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_z.h:217:17: style: Unused variable: tmp2 [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_z.h:217:23: style: Unused variable: tmp3 [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_z.h:324:17: style: Unused variable: tmp2 [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_z.h:324:23: style: Unused variable: tmp3 [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_z.h:455:17: style: Unused variable: tmp2 [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_z.h:455:23: style: Unused variable: tmp3 [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_z.h:610:17: style: Unused variable: tmp2 [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_z.h:610:23: style: Unused variable: tmp3 [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_z.h:767:28: style: Variable 'dcPr' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/bspline_eval_sse_z.h:768:28: style: Variable 'dcPi' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/bspline_eval_sse_z.h:769:17: style: Unused variable: tmp2 [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_z.h:769:23: style: Unused variable: tmp3 [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_z.h:1004:17: style: Unused variable: tmp2 [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_z.h:1004:23: style: Unused variable: tmp3 [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_z.h:1314:17: style: Unused variable: tmp2 [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_z.h:1314:23: style: Unused variable: tmp3 [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_z.h:1680:17: style: Unused variable: tmp2 [unusedVariable]
einspline-0.9.2/src/bspline_eval_sse_z.h:1680:23: style: Unused variable: tmp3 [unusedVariable]
einspline-0.9.2/src/TestBspline.c:130:16: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/TestBspline.c:205:16: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/TestBspline.c:206:16: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/TestBspline.c:282:16: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/TestBspline.c:283:16: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/TestBspline.c:357:16: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/TestBspline.c:358:16: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/TestBspline.c:436:16: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/TestBspline.c:437:16: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/TestBspline.c:478:36: style: Unused variable: lapl [unusedVariable]
einspline-0.9.2/src/TestBspline.c:491:34: style: Unused variable: lapl [unusedVariable]
einspline-0.9.2/src/TestBspline.c:523:16: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/TestBspline.c:524:16: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/TestBspline.c:525:16: style: Variable 'z' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/TestBspline.c:611:16: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/TestBspline.c:612:16: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/TestBspline.c:613:16: style: Variable 'z' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/TestBspline.c:704:16: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/TestBspline.c:705:16: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/TestBspline.c:706:16: style: Variable 'z' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/TestBspline.c:798:16: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/TestBspline.c:799:16: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/TestBspline.c:800:16: style: Variable 'z' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/TestBspline.c:42:66: error: Uninitialized struct member: grid.delta [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:42:66: error: Uninitialized struct member: grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:68:44: error: Uninitialized struct member: grid.delta [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:68:44: error: Uninitialized struct member: grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:93:44: error: Uninitialized struct member: grid.delta [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:93:44: error: Uninitialized struct member: grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:93:50: error: Uninitialized struct member: bc.rCode [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:93:50: error: Uninitialized struct member: bc.lVal [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:93:50: error: Uninitialized struct member: bc.rVal [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:123:66: error: Uninitialized struct member: grid.delta [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:123:66: error: Uninitialized struct member: grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:161:66: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:161:66: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:161:74: error: Uninitialized struct member: y_grid.delta [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:161:74: error: Uninitialized struct member: y_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:200:66: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:200:66: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:200:74: error: Uninitialized struct member: y_grid.delta [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:200:74: error: Uninitialized struct member: y_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:200:82: error: Uninitialized struct member: x_bc.lVal [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:200:82: error: Uninitialized struct member: x_bc.rVal [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:200:88: error: Uninitialized struct member: y_bc.lVal [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:200:88: error: Uninitialized struct member: y_bc.rVal [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:236:66: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:236:66: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:236:74: error: Uninitialized struct member: y_grid.delta [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:236:74: error: Uninitialized struct member: y_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:236:82: error: Uninitialized struct member: x_bc.lVal_r [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:236:82: error: Uninitialized struct member: x_bc.lVal_i [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:236:82: error: Uninitialized struct member: x_bc.rVal_r [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:236:82: error: Uninitialized struct member: x_bc.rVal_i [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:236:88: error: Uninitialized struct member: y_bc.lVal_r [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:236:88: error: Uninitialized struct member: y_bc.lVal_i [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:236:88: error: Uninitialized struct member: y_bc.rVal_r [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:236:88: error: Uninitialized struct member: y_bc.rVal_i [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:277:66: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:277:66: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:277:74: error: Uninitialized struct member: y_grid.delta [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:277:74: error: Uninitialized struct member: y_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:277:82: error: Uninitialized struct member: x_bc.lVal_r [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:277:82: error: Uninitialized struct member: x_bc.lVal_i [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:277:82: error: Uninitialized struct member: x_bc.rVal_r [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:277:82: error: Uninitialized struct member: x_bc.rVal_i [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:277:88: error: Uninitialized struct member: y_bc.lVal_r [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:277:88: error: Uninitialized struct member: y_bc.lVal_i [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:277:88: error: Uninitialized struct member: y_bc.rVal_r [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:277:88: error: Uninitialized struct member: y_bc.rVal_i [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:313:27: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:313:27: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:313:35: error: Uninitialized struct member: y_grid.delta [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:313:35: error: Uninitialized struct member: y_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:313:43: error: Uninitialized struct member: x_bc.lVal [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:313:43: error: Uninitialized struct member: x_bc.rVal [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:313:49: error: Uninitialized struct member: y_bc.lVal [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:313:49: error: Uninitialized struct member: y_bc.rVal [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:352:66: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:352:66: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:352:74: error: Uninitialized struct member: y_grid.delta [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:352:74: error: Uninitialized struct member: y_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:352:82: error: Uninitialized struct member: x_bc.lVal [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:352:82: error: Uninitialized struct member: x_bc.rVal [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:352:88: error: Uninitialized struct member: y_bc.lVal [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:352:88: error: Uninitialized struct member: y_bc.rVal [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:390:27: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:390:27: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:390:35: error: Uninitialized struct member: y_grid.delta [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:390:35: error: Uninitialized struct member: y_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:390:43: error: Uninitialized struct member: x_bc.lVal_r [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:390:43: error: Uninitialized struct member: x_bc.lVal_i [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:390:43: error: Uninitialized struct member: x_bc.rVal_r [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:390:43: error: Uninitialized struct member: x_bc.rVal_i [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:390:49: error: Uninitialized struct member: y_bc.lVal_r [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:390:49: error: Uninitialized struct member: y_bc.lVal_i [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:390:49: error: Uninitialized struct member: y_bc.rVal_r [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:390:49: error: Uninitialized struct member: y_bc.rVal_i [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:431:66: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:431:66: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:431:74: error: Uninitialized struct member: y_grid.delta [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:431:74: error: Uninitialized struct member: y_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:431:82: error: Uninitialized struct member: x_bc.lVal_r [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:431:82: error: Uninitialized struct member: x_bc.lVal_i [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:431:82: error: Uninitialized struct member: x_bc.rVal_r [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:431:82: error: Uninitialized struct member: x_bc.rVal_i [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:431:88: error: Uninitialized struct member: y_bc.lVal_r [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:431:88: error: Uninitialized struct member: y_bc.lVal_i [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:431:88: error: Uninitialized struct member: y_bc.rVal_r [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:431:88: error: Uninitialized struct member: y_bc.rVal_i [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:472:6: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:472:6: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:472:14: error: Uninitialized struct member: y_grid.delta [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:472:14: error: Uninitialized struct member: y_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:472:22: error: Uninitialized struct member: z_grid.delta [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:472:22: error: Uninitialized struct member: z_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:472:30: error: Uninitialized struct member: x_bc.lVal [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:472:30: error: Uninitialized struct member: x_bc.rVal [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:472:36: error: Uninitialized struct member: y_bc.lVal [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:472:36: error: Uninitialized struct member: y_bc.rVal [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:472:42: error: Uninitialized struct member: z_bc.lVal [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:472:42: error: Uninitialized struct member: z_bc.rVal [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:517:6: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:517:6: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:517:14: error: Uninitialized struct member: y_grid.delta [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:517:14: error: Uninitialized struct member: y_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:517:22: error: Uninitialized struct member: z_grid.delta [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:517:22: error: Uninitialized struct member: z_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:517:30: error: Uninitialized struct member: x_bc.lVal [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:517:30: error: Uninitialized struct member: x_bc.rVal [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:517:36: error: Uninitialized struct member: y_bc.lVal [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:517:36: error: Uninitialized struct member: y_bc.rVal [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:517:42: error: Uninitialized struct member: z_bc.lVal [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:517:42: error: Uninitialized struct member: z_bc.rVal [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:560:6: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:560:6: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:560:14: error: Uninitialized struct member: y_grid.delta [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:560:14: error: Uninitialized struct member: y_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:560:22: error: Uninitialized struct member: z_grid.delta [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:560:22: error: Uninitialized struct member: z_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:560:30: error: Uninitialized struct member: x_bc.lVal [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:560:30: error: Uninitialized struct member: x_bc.rVal [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:560:36: error: Uninitialized struct member: y_bc.lVal [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:560:36: error: Uninitialized struct member: y_bc.rVal [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:560:42: error: Uninitialized struct member: z_bc.lVal [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:560:42: error: Uninitialized struct member: z_bc.rVal [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:605:6: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:605:6: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:605:14: error: Uninitialized struct member: y_grid.delta [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:605:14: error: Uninitialized struct member: y_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:605:22: error: Uninitialized struct member: z_grid.delta [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:605:22: error: Uninitialized struct member: z_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:605:30: error: Uninitialized struct member: x_bc.lVal [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:605:30: error: Uninitialized struct member: x_bc.rVal [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:605:36: error: Uninitialized struct member: y_bc.lVal [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:605:36: error: Uninitialized struct member: y_bc.rVal [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:605:42: error: Uninitialized struct member: z_bc.lVal [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:605:42: error: Uninitialized struct member: z_bc.rVal [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:651:6: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:651:6: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:651:14: error: Uninitialized struct member: y_grid.delta [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:651:14: error: Uninitialized struct member: y_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:651:22: error: Uninitialized struct member: z_grid.delta [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:651:22: error: Uninitialized struct member: z_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:651:30: error: Uninitialized struct member: x_bc.lVal_r [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:651:30: error: Uninitialized struct member: x_bc.lVal_i [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:651:30: error: Uninitialized struct member: x_bc.rVal_r [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:651:30: error: Uninitialized struct member: x_bc.rVal_i [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:651:36: error: Uninitialized struct member: y_bc.lVal_r [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:651:36: error: Uninitialized struct member: y_bc.lVal_i [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:651:36: error: Uninitialized struct member: y_bc.rVal_r [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:651:36: error: Uninitialized struct member: y_bc.rVal_i [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:651:42: error: Uninitialized struct member: z_bc.lVal_r [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:651:42: error: Uninitialized struct member: z_bc.lVal_i [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:651:42: error: Uninitialized struct member: z_bc.rVal_r [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:651:42: error: Uninitialized struct member: z_bc.rVal_i [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:698:6: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:698:6: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:698:14: error: Uninitialized struct member: y_grid.delta [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:698:14: error: Uninitialized struct member: y_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:698:22: error: Uninitialized struct member: z_grid.delta [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:698:22: error: Uninitialized struct member: z_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:698:30: error: Uninitialized struct member: x_bc.lVal_r [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:698:30: error: Uninitialized struct member: x_bc.lVal_i [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:698:30: error: Uninitialized struct member: x_bc.rVal_r [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:698:30: error: Uninitialized struct member: x_bc.rVal_i [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:698:36: error: Uninitialized struct member: y_bc.lVal_r [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:698:36: error: Uninitialized struct member: y_bc.lVal_i [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:698:36: error: Uninitialized struct member: y_bc.rVal_r [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:698:36: error: Uninitialized struct member: y_bc.rVal_i [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:698:42: error: Uninitialized struct member: z_bc.lVal_r [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:698:42: error: Uninitialized struct member: z_bc.lVal_i [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:698:42: error: Uninitialized struct member: z_bc.rVal_r [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:698:42: error: Uninitialized struct member: z_bc.rVal_i [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:744:6: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:744:6: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:744:14: error: Uninitialized struct member: y_grid.delta [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:744:14: error: Uninitialized struct member: y_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:744:22: error: Uninitialized struct member: z_grid.delta [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:744:22: error: Uninitialized struct member: z_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:744:30: error: Uninitialized struct member: x_bc.lVal_r [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:744:30: error: Uninitialized struct member: x_bc.lVal_i [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:744:30: error: Uninitialized struct member: x_bc.rVal_r [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:744:30: error: Uninitialized struct member: x_bc.rVal_i [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:744:36: error: Uninitialized struct member: y_bc.lVal_r [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:744:36: error: Uninitialized struct member: y_bc.lVal_i [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:744:36: error: Uninitialized struct member: y_bc.rVal_r [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:744:36: error: Uninitialized struct member: y_bc.rVal_i [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:744:42: error: Uninitialized struct member: z_bc.lVal_r [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:744:42: error: Uninitialized struct member: z_bc.lVal_i [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:744:42: error: Uninitialized struct member: z_bc.rVal_r [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:744:42: error: Uninitialized struct member: z_bc.rVal_i [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:792:6: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:792:6: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:792:14: error: Uninitialized struct member: y_grid.delta [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:792:14: error: Uninitialized struct member: y_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:792:22: error: Uninitialized struct member: z_grid.delta [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:792:22: error: Uninitialized struct member: z_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:792:30: error: Uninitialized struct member: x_bc.lVal_r [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:792:30: error: Uninitialized struct member: x_bc.lVal_i [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:792:30: error: Uninitialized struct member: x_bc.rVal_r [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:792:30: error: Uninitialized struct member: x_bc.rVal_i [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:792:36: error: Uninitialized struct member: y_bc.lVal_r [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:792:36: error: Uninitialized struct member: y_bc.lVal_i [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:792:36: error: Uninitialized struct member: y_bc.rVal_r [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:792:36: error: Uninitialized struct member: y_bc.rVal_i [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:792:42: error: Uninitialized struct member: z_bc.lVal_r [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:792:42: error: Uninitialized struct member: z_bc.lVal_i [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:792:42: error: Uninitialized struct member: z_bc.rVal_r [uninitStructMember]
einspline-0.9.2/src/TestBspline.c:792:42: error: Uninitialized struct member: z_bc.rVal_i [uninitStructMember]
einspline-0.9.2/src/nubspline_eval_sse_s.h:151:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_s.h:152:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_s.h:153:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_s.h:154:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_s.h:183:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_s.h:184:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_s.h:185:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_s.h:186:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_s.h:217:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_s.h:218:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_s.h:219:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_s.h:220:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_s.h:258:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_s.h:259:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_s.h:260:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_s.h:261:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_s.h:309:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_s.h:310:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_s.h:311:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_s.h:312:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_s.h:313:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_s.h:314:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_s.h:315:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_s.h:316:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_s.h:317:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_s.h:318:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_s.h:319:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_s.h:320:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_s.h:321:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_s.h:322:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_s.h:323:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_s.h:324:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_s.h:376:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_s.h:377:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_s.h:378:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_s.h:379:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_s.h:380:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_s.h:381:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_s.h:382:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_s.h:383:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_s.h:384:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_s.h:385:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_s.h:386:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_s.h:387:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_s.h:388:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_s.h:389:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_s.h:390:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_s.h:391:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_s.h:463:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_s.h:464:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_s.h:465:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_s.h:466:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_s.h:467:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_s.h:468:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_s.h:469:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_s.h:470:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_s.h:471:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_s.h:472:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_s.h:473:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_s.h:474:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_s.h:475:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_s.h:476:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_s.h:477:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_s.h:478:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_s.h:565:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_s.h:566:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_s.h:567:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_s.h:568:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_s.h:570:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_s.h:571:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_s.h:572:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_s.h:573:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_s.h:575:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_s.h:576:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_s.h:577:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_s.h:578:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_s.h:580:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_s.h:581:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_s.h:582:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_s.h:583:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_c.h:156:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_c.h:157:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_c.h:158:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_c.h:159:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_c.h:209:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_c.h:210:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_c.h:211:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_c.h:212:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_c.h:272:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_c.h:273:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_c.h:274:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_c.h:275:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_c.h:348:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_c.h:349:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_c.h:350:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_c.h:351:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_c.h:435:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_c.h:436:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_c.h:437:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_c.h:438:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_c.h:440:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_c.h:441:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_c.h:442:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_c.h:443:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_c.h:445:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_c.h:446:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_c.h:447:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_c.h:448:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_c.h:450:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_c.h:451:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_c.h:452:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_c.h:453:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_c.h:564:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_c.h:565:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_c.h:566:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_c.h:567:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_c.h:569:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_c.h:570:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_c.h:571:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_c.h:572:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_c.h:574:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_c.h:575:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_c.h:576:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_c.h:577:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_c.h:579:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_c.h:580:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_c.h:581:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_c.h:582:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_c.h:721:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_c.h:722:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_c.h:723:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_c.h:724:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_c.h:726:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_c.h:727:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_c.h:728:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_c.h:729:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_c.h:731:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_c.h:732:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_c.h:733:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_c.h:734:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_c.h:736:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_c.h:737:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_c.h:738:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_c.h:739:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_c.h:906:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_c.h:907:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_c.h:908:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_c.h:909:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_c.h:911:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_c.h:912:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_c.h:913:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_c.h:914:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_c.h:916:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_c.h:917:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_c.h:918:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_c.h:919:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_c.h:921:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_c.h:922:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_c.h:923:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_c.h:924:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:303:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:304:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:305:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:306:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:307:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:308:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:309:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:310:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:312:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:313:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:314:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:315:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:316:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:317:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:318:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:319:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:321:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:322:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:323:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:324:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:325:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:326:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:327:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:328:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:330:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:331:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:332:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:333:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:334:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:335:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:336:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:337:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:445:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:446:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:447:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:448:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:449:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:450:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:451:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:452:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:454:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:455:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:456:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:457:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:458:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:459:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:460:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:461:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:463:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:464:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:465:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:466:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:467:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:468:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:469:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:470:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:472:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:473:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:474:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:475:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:476:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:477:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:478:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:479:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:606:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:607:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:608:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:609:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:610:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:611:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:612:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:613:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:615:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:616:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:617:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:618:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:619:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:620:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:621:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:622:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:624:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:625:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:626:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:627:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:628:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:629:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:630:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:631:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:633:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:634:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:635:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:636:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:637:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:638:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:639:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:640:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:789:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:790:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:791:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:792:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:793:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:794:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:795:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:796:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:798:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:799:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:800:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:801:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:802:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:803:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:804:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:805:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:807:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:808:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:809:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:810:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:811:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:812:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:813:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:814:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:816:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:817:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:818:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:819:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:820:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:821:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:822:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_d.h:823:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:144:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:145:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:146:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:147:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:148:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:149:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:150:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:151:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:214:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:215:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:216:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:217:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:218:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:219:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:220:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:221:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:296:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:297:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:298:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:299:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:300:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:301:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:302:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:303:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:393:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:394:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:395:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:396:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:397:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:398:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:399:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:400:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:495:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:496:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:497:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:498:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:499:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:500:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:501:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:502:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:504:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:505:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:506:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:507:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:508:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:509:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:510:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:511:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:513:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:514:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:515:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:516:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:517:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:518:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:519:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:520:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:522:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:523:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:524:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:525:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:526:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:527:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:528:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:529:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:714:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:715:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:716:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:717:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:718:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:719:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:720:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:721:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:723:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:724:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:725:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:726:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:727:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:728:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:729:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:730:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:732:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:733:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:734:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:735:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:736:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:737:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:738:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:739:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:741:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:742:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:743:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:744:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:745:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:746:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:747:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:748:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:972:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:973:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:974:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:975:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:976:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:977:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:978:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:979:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:981:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:982:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:983:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:984:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:985:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:986:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:987:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:988:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:990:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:991:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:992:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:993:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:994:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:995:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:996:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:997:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:999:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:1000:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:1001:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:1002:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:1003:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:1004:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:1005:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:1006:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:1275:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:1276:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:1277:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:1278:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:1279:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:1280:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:1281:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:1282:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:1284:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:1285:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:1286:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:1287:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:1288:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:1289:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:1290:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:1291:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:1293:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:1294:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:1295:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:1296:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:1297:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:1298:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:1299:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:1300:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:1302:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:1303:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:1304:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:1305:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:1306:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:1307:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:1308:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_z.h:1309:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
einspline-0.9.2/src/nubspline_eval_sse_s.h:162:3: style: Redundant pointer operation on 'val' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/nubspline_eval_sse_s.h:195:3: style: Redundant pointer operation on 'val' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/nubspline_eval_sse_s.h:230:3: style: Redundant pointer operation on 'val' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/nubspline_eval_sse_s.h:271:3: style: Redundant pointer operation on 'val' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/nubspline_eval_sse_s.h:352:3: style: Redundant pointer operation on 'val' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/nubspline_eval_sse_s.h:432:3: style: Redundant pointer operation on 'val' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/nubspline_eval_sse_s.h:527:3: style: Redundant pointer operation on 'val' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/nubspline_eval_sse_s.h:632:3: style: Redundant pointer operation on 'val' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/nubspline_eval_sse_c.h:182:3: style: Redundant pointer operation on 'valr' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/nubspline_eval_sse_c.h:183:3: style: Redundant pointer operation on 'vali' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/nubspline_eval_sse_c.h:241:3: style: Redundant pointer operation on 'valr' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/nubspline_eval_sse_c.h:242:3: style: Redundant pointer operation on 'vali' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/nubspline_eval_sse_c.h:244:3: style: Redundant pointer operation on 'gradr0' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/nubspline_eval_sse_c.h:245:3: style: Redundant pointer operation on 'gradr0' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/nubspline_eval_sse_c.h:246:3: style: Redundant pointer operation on 'gradi1' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/nubspline_eval_sse_c.h:247:3: style: Redundant pointer operation on 'gradi1' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/nubspline_eval_sse_c.h:306:3: style: Redundant pointer operation on 'valr' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/nubspline_eval_sse_c.h:307:3: style: Redundant pointer operation on 'vali' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/nubspline_eval_sse_c.h:309:3: style: Redundant pointer operation on 'gradr0' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/nubspline_eval_sse_c.h:310:3: style: Redundant pointer operation on 'gradr0' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/nubspline_eval_sse_c.h:311:3: style: Redundant pointer operation on 'gradi1' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/nubspline_eval_sse_c.h:312:3: style: Redundant pointer operation on 'gradi1' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/nubspline_eval_sse_c.h:388:3: style: Redundant pointer operation on 'valr' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/nubspline_eval_sse_c.h:389:3: style: Redundant pointer operation on 'vali' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/nubspline_eval_sse_c.h:391:3: style: Redundant pointer operation on 'gradr0' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/nubspline_eval_sse_c.h:392:3: style: Redundant pointer operation on 'gradr0' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/nubspline_eval_sse_c.h:393:3: style: Redundant pointer operation on 'gradi1' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/nubspline_eval_sse_c.h:394:3: style: Redundant pointer operation on 'gradi1' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/nubspline_eval_sse_c.h:396:3: style: Redundant pointer operation on 'hess_d2x_r' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/nubspline_eval_sse_c.h:397:3: style: Redundant pointer operation on 'hess_d2x_i' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/nubspline_eval_sse_c.h:398:3: style: Redundant pointer operation on 'hess_d2y_r' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/nubspline_eval_sse_c.h:399:3: style: Redundant pointer operation on 'hess_d2y_i' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/nubspline_eval_sse_c.h:400:3: style: Redundant pointer operation on 'hess_dxdy_r' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/nubspline_eval_sse_c.h:401:3: style: Redundant pointer operation on 'hess_dxdy_i' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/nubspline_eval_sse_c.h:531:3: style: Redundant pointer operation on 'valr' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/nubspline_eval_sse_c.h:532:3: style: Redundant pointer operation on 'vali' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/nubspline_eval_sse_c.h:678:3: style: Redundant pointer operation on 'valr' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/nubspline_eval_sse_c.h:679:3: style: Redundant pointer operation on 'vali' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/nubspline_eval_sse_c.h:681:3: style: Redundant pointer operation on 'gradr0' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/nubspline_eval_sse_c.h:682:3: style: Redundant pointer operation on 'gradr1' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/nubspline_eval_sse_c.h:683:3: style: Redundant pointer operation on 'gradr2' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/nubspline_eval_sse_c.h:684:3: style: Redundant pointer operation on 'gradi0' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/nubspline_eval_sse_c.h:685:3: style: Redundant pointer operation on 'gradi1' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/nubspline_eval_sse_c.h:686:3: style: Redundant pointer operation on 'gradi2' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/nubspline_eval_sse_c.h:848:3: style: Redundant pointer operation on 'valr' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/nubspline_eval_sse_c.h:849:3: style: Redundant pointer operation on 'vali' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/nubspline_eval_sse_c.h:851:3: style: Redundant pointer operation on 'gradr0' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/nubspline_eval_sse_c.h:852:3: style: Redundant pointer operation on 'gradr1' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/nubspline_eval_sse_c.h:853:3: style: Redundant pointer operation on 'gradr2' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/nubspline_eval_sse_c.h:854:3: style: Redundant pointer operation on 'gradi0' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/nubspline_eval_sse_c.h:855:3: style: Redundant pointer operation on 'gradi1' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/nubspline_eval_sse_c.h:856:3: style: Redundant pointer operation on 'gradi2' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/nubspline_eval_sse_c.h:1034:3: style: Redundant pointer operation on 'valr' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/nubspline_eval_sse_c.h:1035:3: style: Redundant pointer operation on 'vali' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/nubspline_eval_sse_c.h:1037:3: style: Redundant pointer operation on 'gradr0' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/nubspline_eval_sse_c.h:1038:3: style: Redundant pointer operation on 'gradr1' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/nubspline_eval_sse_c.h:1039:3: style: Redundant pointer operation on 'gradr2' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/nubspline_eval_sse_c.h:1040:3: style: Redundant pointer operation on 'gradi0' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/nubspline_eval_sse_c.h:1041:3: style: Redundant pointer operation on 'gradi1' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/nubspline_eval_sse_c.h:1042:3: style: Redundant pointer operation on 'gradi2' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/nubspline_eval_sse_d.h:144:3: style: Redundant pointer operation on 'val' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/nubspline_eval_sse_d.h:175:3: style: Redundant pointer operation on 'val' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/nubspline_eval_sse_d.h:212:3: style: Redundant pointer operation on 'val' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/nubspline_eval_sse_d.h:254:3: style: Redundant pointer operation on 'val' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/nubspline_eval_sse_d.h:407:3: style: Redundant pointer operation on 'val' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/nubspline_eval_sse_d.h:561:3: style: Redundant pointer operation on 'val' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/nubspline_eval_sse_d.h:736:3: style: Redundant pointer operation on 'val' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/nubspline_eval_sse_d.h:919:3: style: Redundant pointer operation on 'val' - it's already a pointer. [redundantPointerOp]
einspline-0.9.2/src/nubspline_eval_sse_s.h:146:27: style: Variable 'coefs' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/nubspline_eval_sse_s.h:177:27: style: Variable 'coefs' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/nubspline_eval_sse_s.h:211:27: style: Variable 'coefs' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/nubspline_eval_sse_s.h:251:27: style: Variable 'coefs' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/nubspline_eval_sse_s.h:275:9: style: Unused variable: sec_derivs [unusedVariable]
einspline-0.9.2/src/nubspline_eval_sse_s.h:364:5: style: Unused variable: dbP [unusedVariable]
einspline-0.9.2/src/nubspline_eval_sse_s.h:525:3: style: Variable 'dbdcP' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/nubspline_eval_sse_c.h:145:35: style: Variable 'coefs' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/nubspline_eval_sse_c.h:171:62: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/nubspline_eval_sse_c.h:200:35: style: Variable 'coefs' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/nubspline_eval_sse_c.h:224:62: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/nubspline_eval_sse_c.h:236:29: style: Variable 'gradi0' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/nubspline_eval_sse_c.h:237:29: style: Variable 'gradr1' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/nubspline_eval_sse_c.h:263:35: style: Variable 'coefs' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/nubspline_eval_sse_c.h:287:62: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/nubspline_eval_sse_c.h:301:29: style: Variable 'gradi0' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/nubspline_eval_sse_c.h:302:29: style: Variable 'gradr1' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/nubspline_eval_sse_c.h:341:35: style: Variable 'coefs' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/nubspline_eval_sse_c.h:363:62: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/nubspline_eval_sse_c.h:377:29: style: Variable 'gradi0' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/nubspline_eval_sse_c.h:378:29: style: Variable 'gradr1' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/nubspline_eval_sse_c.h:417:17: style: Unused variable: tmp2 [unusedVariable]
einspline-0.9.2/src/nubspline_eval_sse_c.h:417:23: style: Unused variable: tmp3 [unusedVariable]
einspline-0.9.2/src/nubspline_eval_sse_c.h:417:29: style: Unused variable: tmp4 [unusedVariable]
einspline-0.9.2/src/nubspline_eval_sse_c.h:417:35: style: Unused variable: tmp5 [unusedVariable]
einspline-0.9.2/src/nubspline_eval_sse_c.h:417:41: style: Unused variable: tmp6 [unusedVariable]
einspline-0.9.2/src/nubspline_eval_sse_c.h:417:47: style: Unused variable: tmp7 [unusedVariable]
einspline-0.9.2/src/nubspline_eval_sse_c.h:427:35: style: Variable 'coefs' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/nubspline_eval_sse_c.h:545:17: style: Unused variable: tmp2 [unusedVariable]
einspline-0.9.2/src/nubspline_eval_sse_c.h:545:23: style: Unused variable: tmp3 [unusedVariable]
einspline-0.9.2/src/nubspline_eval_sse_c.h:545:29: style: Unused variable: tmp4 [unusedVariable]
einspline-0.9.2/src/nubspline_eval_sse_c.h:545:35: style: Unused variable: tmp5 [unusedVariable]
einspline-0.9.2/src/nubspline_eval_sse_c.h:545:41: style: Unused variable: tmp6 [unusedVariable]
einspline-0.9.2/src/nubspline_eval_sse_c.h:545:47: style: Unused variable: tmp7 [unusedVariable]
einspline-0.9.2/src/nubspline_eval_sse_c.h:556:35: style: Variable 'coefs' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/nubspline_eval_sse_c.h:702:17: style: Unused variable: tmp2 [unusedVariable]
einspline-0.9.2/src/nubspline_eval_sse_c.h:702:23: style: Unused variable: tmp3 [unusedVariable]
einspline-0.9.2/src/nubspline_eval_sse_c.h:702:29: style: Unused variable: tmp4 [unusedVariable]
einspline-0.9.2/src/nubspline_eval_sse_c.h:702:35: style: Unused variable: tmp5 [unusedVariable]
einspline-0.9.2/src/nubspline_eval_sse_c.h:702:41: style: Unused variable: tmp6 [unusedVariable]
einspline-0.9.2/src/nubspline_eval_sse_c.h:702:47: style: Unused variable: tmp7 [unusedVariable]
einspline-0.9.2/src/nubspline_eval_sse_c.h:713:35: style: Variable 'coefs' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/nubspline_eval_sse_c.h:887:17: style: Unused variable: tmp2 [unusedVariable]
einspline-0.9.2/src/nubspline_eval_sse_c.h:887:23: style: Unused variable: tmp3 [unusedVariable]
einspline-0.9.2/src/nubspline_eval_sse_c.h:887:29: style: Unused variable: tmp4 [unusedVariable]
einspline-0.9.2/src/nubspline_eval_sse_c.h:887:35: style: Unused variable: tmp5 [unusedVariable]
einspline-0.9.2/src/nubspline_eval_sse_c.h:887:41: style: Unused variable: tmp6 [unusedVariable]
einspline-0.9.2/src/nubspline_eval_sse_c.h:887:47: style: Unused variable: tmp7 [unusedVariable]
einspline-0.9.2/src/nubspline_eval_sse_c.h:898:35: style: Variable 'coefs' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/nubspline_eval_sse_d.h:279:12: style: Variable 'dcP' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/nubspline_eval_sse_d.h:279:20: style: Variable 'd2cP' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/nubspline_eval_sse_d.h:280:12: style: Unused variable: dbcP01 [unusedVariable]
einspline-0.9.2/src/nubspline_eval_sse_d.h:280:20: style: Unused variable: bdcP01 [unusedVariable]
einspline-0.9.2/src/nubspline_eval_sse_d.h:281:12: style: Unused variable: dbcP23 [unusedVariable]
einspline-0.9.2/src/nubspline_eval_sse_d.h:281:20: style: Unused variable: bdcP23 [unusedVariable]
einspline-0.9.2/src/nubspline_eval_sse_d.h:282:29: style: Unused variable: tmp4 [unusedVariable]
einspline-0.9.2/src/nubspline_eval_sse_d.h:282:35: style: Unused variable: tmp5 [unusedVariable]
einspline-0.9.2/src/nubspline_eval_sse_d.h:282:41: style: Unused variable: tmp6 [unusedVariable]
einspline-0.9.2/src/nubspline_eval_sse_d.h:282:47: style: Unused variable: tmp7 [unusedVariable]
einspline-0.9.2/src/nubspline_eval_sse_d.h:421:20: style: Variable 'd2cP' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/nubspline_eval_sse_d.h:424:29: style: Unused variable: tmp4 [unusedVariable]
einspline-0.9.2/src/nubspline_eval_sse_d.h:424:35: style: Unused variable: tmp5 [unusedVariable]
einspline-0.9.2/src/nubspline_eval_sse_d.h:424:41: style: Unused variable: tmp6 [unusedVariable]
einspline-0.9.2/src/nubspline_eval_sse_d.h:424:47: style: Unused variable: tmp7 [unusedVariable]
einspline-0.9.2/src/nubspline_eval_sse_d.h:732:3: style: Variable 'dbdcP01' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/nubspline_eval_sse_d.h:733:3: style: Variable 'dbdcP23' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/nubspline_eval_sse_d.h:585:29: style: Unused variable: tmp4 [unusedVariable]
einspline-0.9.2/src/nubspline_eval_sse_d.h:585:35: style: Unused variable: tmp5 [unusedVariable]
einspline-0.9.2/src/nubspline_eval_sse_d.h:585:41: style: Unused variable: tmp6 [unusedVariable]
einspline-0.9.2/src/nubspline_eval_sse_d.h:585:47: style: Unused variable: tmp7 [unusedVariable]
einspline-0.9.2/src/nubspline_eval_sse_d.h:768:29: style: Unused variable: tmp4 [unusedVariable]
einspline-0.9.2/src/nubspline_eval_sse_d.h:768:35: style: Unused variable: tmp5 [unusedVariable]
einspline-0.9.2/src/nubspline_eval_sse_d.h:768:41: style: Unused variable: tmp6 [unusedVariable]
einspline-0.9.2/src/nubspline_eval_sse_d.h:768:47: style: Unused variable: tmp7 [unusedVariable]
einspline-0.9.2/src/nubspline_eval_sse_z.h:132:17: style: Unused variable: tmp2 [unusedVariable]
einspline-0.9.2/src/nubspline_eval_sse_z.h:132:23: style: Unused variable: tmp3 [unusedVariable]
einspline-0.9.2/src/nubspline_eval_sse_z.h:151:104: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/nubspline_eval_sse_z.h:202:17: style: Unused variable: tmp2 [unusedVariable]
einspline-0.9.2/src/nubspline_eval_sse_z.h:202:23: style: Unused variable: tmp3 [unusedVariable]
einspline-0.9.2/src/nubspline_eval_sse_z.h:221:104: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/nubspline_eval_sse_z.h:284:17: style: Unused variable: tmp2 [unusedVariable]
einspline-0.9.2/src/nubspline_eval_sse_z.h:284:23: style: Unused variable: tmp3 [unusedVariable]
einspline-0.9.2/src/nubspline_eval_sse_z.h:303:104: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/nubspline_eval_sse_z.h:381:17: style: Unused variable: tmp2 [unusedVariable]
einspline-0.9.2/src/nubspline_eval_sse_z.h:381:23: style: Unused variable: tmp3 [unusedVariable]
einspline-0.9.2/src/nubspline_eval_sse_z.h:400:104: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/nubspline_eval_sse_z.h:476:17: style: Unused variable: tmp2 [unusedVariable]
einspline-0.9.2/src/nubspline_eval_sse_z.h:476:23: style: Unused variable: tmp3 [unusedVariable]
einspline-0.9.2/src/nubspline_eval_sse_z.h:661:62: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/nubspline_eval_sse_z.h:695:17: style: Unused variable: tmp2 [unusedVariable]
einspline-0.9.2/src/nubspline_eval_sse_z.h:695:23: style: Unused variable: tmp3 [unusedVariable]
einspline-0.9.2/src/nubspline_eval_sse_z.h:894:62: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/nubspline_eval_sse_z.h:953:17: style: Unused variable: tmp2 [unusedVariable]
einspline-0.9.2/src/nubspline_eval_sse_z.h:953:23: style: Unused variable: tmp3 [unusedVariable]
einspline-0.9.2/src/nubspline_eval_sse_z.h:1166:62: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/nubspline_eval_sse_z.h:1256:17: style: Unused variable: tmp2 [unusedVariable]
einspline-0.9.2/src/nubspline_eval_sse_z.h:1256:23: style: Unused variable: tmp3 [unusedVariable]
einspline-0.9.2/src/nubspline_eval_sse_z.h:1469:62: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/TestNUBspline.c:179:0: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/TestNUBspline.c:222:20: style: Variable 'basis' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/TestNUBspline.c:249:20: style: Variable 'basis' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/TestNUBspline.c:568:16: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/TestNUBspline.c:569:16: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/TestNUBspline.c:570:16: style: Variable 'z' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/TestNUBspline.c:609:16: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/TestNUBspline.c:610:16: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/TestNUBspline.c:611:16: style: Variable 'z' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/TestNUBspline.c:114:59: error: Uninitialized struct member: bc.lVal [uninitStructMember]
einspline-0.9.2/src/TestNUBspline.c:114:59: error: Uninitialized struct member: bc.rVal [uninitStructMember]
einspline-0.9.2/src/TestNUBspline.c:289:67: error: Uninitialized struct member: xBC.rCode [uninitStructMember]
einspline-0.9.2/src/TestNUBspline.c:289:67: error: Uninitialized struct member: xBC.lVal [uninitStructMember]
einspline-0.9.2/src/TestNUBspline.c:289:67: error: Uninitialized struct member: xBC.rVal [uninitStructMember]
einspline-0.9.2/src/TestNUBspline.c:289:72: error: Uninitialized struct member: yBC.rCode [uninitStructMember]
einspline-0.9.2/src/TestNUBspline.c:289:72: error: Uninitialized struct member: yBC.lVal [uninitStructMember]
einspline-0.9.2/src/TestNUBspline.c:289:72: error: Uninitialized struct member: yBC.rVal [uninitStructMember]
einspline-0.9.2/src/TestNUBspline.c:329:67: error: Uninitialized struct member: xBC.rCode [uninitStructMember]
einspline-0.9.2/src/TestNUBspline.c:329:67: error: Uninitialized struct member: xBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/TestNUBspline.c:329:67: error: Uninitialized struct member: xBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/TestNUBspline.c:329:67: error: Uninitialized struct member: xBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/TestNUBspline.c:329:67: error: Uninitialized struct member: xBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/TestNUBspline.c:329:72: error: Uninitialized struct member: yBC.rCode [uninitStructMember]
einspline-0.9.2/src/TestNUBspline.c:329:72: error: Uninitialized struct member: yBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/TestNUBspline.c:329:72: error: Uninitialized struct member: yBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/TestNUBspline.c:329:72: error: Uninitialized struct member: yBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/TestNUBspline.c:329:72: error: Uninitialized struct member: yBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/TestNUBspline.c:375:75: error: Uninitialized struct member: xBC.lVal [uninitStructMember]
einspline-0.9.2/src/TestNUBspline.c:375:75: error: Uninitialized struct member: xBC.rVal [uninitStructMember]
einspline-0.9.2/src/TestNUBspline.c:375:80: error: Uninitialized struct member: yBC.lVal [uninitStructMember]
einspline-0.9.2/src/TestNUBspline.c:375:80: error: Uninitialized struct member: yBC.rVal [uninitStructMember]
einspline-0.9.2/src/TestNUBspline.c:375:85: error: Uninitialized struct member: zBC.lVal [uninitStructMember]
einspline-0.9.2/src/TestNUBspline.c:375:85: error: Uninitialized struct member: zBC.rVal [uninitStructMember]
einspline-0.9.2/src/TestNUBspline.c:421:75: error: Uninitialized struct member: xBC.lVal [uninitStructMember]
einspline-0.9.2/src/TestNUBspline.c:421:75: error: Uninitialized struct member: xBC.rVal [uninitStructMember]
einspline-0.9.2/src/TestNUBspline.c:421:80: error: Uninitialized struct member: yBC.lVal [uninitStructMember]
einspline-0.9.2/src/TestNUBspline.c:421:80: error: Uninitialized struct member: yBC.rVal [uninitStructMember]
einspline-0.9.2/src/TestNUBspline.c:421:85: error: Uninitialized struct member: zBC.lVal [uninitStructMember]
einspline-0.9.2/src/TestNUBspline.c:421:85: error: Uninitialized struct member: zBC.rVal [uninitStructMember]
einspline-0.9.2/src/TestNUBspline.c:466:75: error: Uninitialized struct member: xBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/TestNUBspline.c:466:75: error: Uninitialized struct member: xBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/TestNUBspline.c:466:75: error: Uninitialized struct member: xBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/TestNUBspline.c:466:75: error: Uninitialized struct member: xBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/TestNUBspline.c:466:80: error: Uninitialized struct member: yBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/TestNUBspline.c:466:80: error: Uninitialized struct member: yBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/TestNUBspline.c:466:80: error: Uninitialized struct member: yBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/TestNUBspline.c:466:80: error: Uninitialized struct member: yBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/TestNUBspline.c:466:85: error: Uninitialized struct member: zBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/TestNUBspline.c:466:85: error: Uninitialized struct member: zBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/TestNUBspline.c:466:85: error: Uninitialized struct member: zBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/TestNUBspline.c:466:85: error: Uninitialized struct member: zBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/TestNUBspline.c:514:75: error: Uninitialized struct member: xBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/TestNUBspline.c:514:75: error: Uninitialized struct member: xBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/TestNUBspline.c:514:75: error: Uninitialized struct member: xBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/TestNUBspline.c:514:75: error: Uninitialized struct member: xBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/TestNUBspline.c:514:80: error: Uninitialized struct member: yBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/TestNUBspline.c:514:80: error: Uninitialized struct member: yBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/TestNUBspline.c:514:80: error: Uninitialized struct member: yBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/TestNUBspline.c:514:80: error: Uninitialized struct member: yBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/TestNUBspline.c:514:85: error: Uninitialized struct member: zBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/TestNUBspline.c:514:85: error: Uninitialized struct member: zBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/TestNUBspline.c:514:85: error: Uninitialized struct member: zBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/TestNUBspline.c:514:85: error: Uninitialized struct member: zBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/TestNUBspline.c:562:75: error: Uninitialized struct member: xBC.lVal [uninitStructMember]
einspline-0.9.2/src/TestNUBspline.c:562:75: error: Uninitialized struct member: xBC.rVal [uninitStructMember]
einspline-0.9.2/src/TestNUBspline.c:562:80: error: Uninitialized struct member: yBC.lVal [uninitStructMember]
einspline-0.9.2/src/TestNUBspline.c:562:80: error: Uninitialized struct member: yBC.rVal [uninitStructMember]
einspline-0.9.2/src/TestNUBspline.c:562:85: error: Uninitialized struct member: zBC.lVal [uninitStructMember]
einspline-0.9.2/src/TestNUBspline.c:562:85: error: Uninitialized struct member: zBC.rVal [uninitStructMember]
einspline-0.9.2/src/TestNUBspline.c:604:75: error: Uninitialized struct member: xBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/TestNUBspline.c:604:75: error: Uninitialized struct member: xBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/TestNUBspline.c:604:75: error: Uninitialized struct member: xBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/TestNUBspline.c:604:75: error: Uninitialized struct member: xBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/TestNUBspline.c:604:80: error: Uninitialized struct member: yBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/TestNUBspline.c:604:80: error: Uninitialized struct member: yBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/TestNUBspline.c:604:80: error: Uninitialized struct member: yBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/TestNUBspline.c:604:80: error: Uninitialized struct member: yBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/TestNUBspline.c:604:85: error: Uninitialized struct member: zBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/TestNUBspline.c:604:85: error: Uninitialized struct member: zBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/TestNUBspline.c:604:85: error: Uninitialized struct member: zBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/TestNUBspline.c:604:85: error: Uninitialized struct member: zBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/TestNUBspline.c:646:67: error: Uninitialized struct member: xBC.rCode [uninitStructMember]
einspline-0.9.2/src/TestNUBspline.c:646:67: error: Uninitialized struct member: xBC.lVal [uninitStructMember]
einspline-0.9.2/src/TestNUBspline.c:646:67: error: Uninitialized struct member: xBC.rVal [uninitStructMember]
einspline-0.9.2/src/TestNUBspline.c:646:72: error: Uninitialized struct member: yBC.rCode [uninitStructMember]
einspline-0.9.2/src/TestNUBspline.c:646:72: error: Uninitialized struct member: yBC.lVal [uninitStructMember]
einspline-0.9.2/src/TestNUBspline.c:646:72: error: Uninitialized struct member: yBC.rVal [uninitStructMember]
einspline-0.9.2/src/blip_create.c:73:28: style: Unused variable: alloc_ptr [unusedVariable]
einspline-0.9.2/src/bspline_create.c:419:0: style: Same expression used in consecutive assignments of 'doffset' and 'coffset'. [duplicateAssignExpression]
einspline-0.9.2/src/bspline_create.c:420:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/bspline_create.c:419:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/bspline_create.c:450:0: style: Same expression used in consecutive assignments of 'doffset' and 'coffset'. [duplicateAssignExpression]
einspline-0.9.2/src/bspline_create.c:451:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/bspline_create.c:450:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/bspline_create.c:513:0: style: Same expression used in consecutive assignments of 'doffset' and 'coffset'. [duplicateAssignExpression]
einspline-0.9.2/src/bspline_create.c:514:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/bspline_create.c:513:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/bspline_create.c:558:0: style: Same expression used in consecutive assignments of 'doffset' and 'coffset'. [duplicateAssignExpression]
einspline-0.9.2/src/bspline_create.c:559:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/bspline_create.c:558:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/bspline_create.c:698:0: style: Same expression used in consecutive assignments of 'doffset' and 'coffset'. [duplicateAssignExpression]
einspline-0.9.2/src/bspline_create.c:699:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/bspline_create.c:698:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/bspline_create.c:710:0: style: Same expression used in consecutive assignments of 'doffset' and 'coffset'. [duplicateAssignExpression]
einspline-0.9.2/src/bspline_create.c:711:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/bspline_create.c:710:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/bspline_create.c:753:0: style: Same expression used in consecutive assignments of 'doffset' and 'coffset'. [duplicateAssignExpression]
einspline-0.9.2/src/bspline_create.c:754:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/bspline_create.c:753:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/bspline_create.c:765:0: style: Same expression used in consecutive assignments of 'doffset' and 'coffset'. [duplicateAssignExpression]
einspline-0.9.2/src/bspline_create.c:766:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/bspline_create.c:765:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/bspline_create.c:849:0: style: Same expression used in consecutive assignments of 'doffset' and 'coffset'. [duplicateAssignExpression]
einspline-0.9.2/src/bspline_create.c:850:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/bspline_create.c:849:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/bspline_create.c:862:0: style: Same expression used in consecutive assignments of 'doffset' and 'coffset'. [duplicateAssignExpression]
einspline-0.9.2/src/bspline_create.c:863:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/bspline_create.c:862:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/bspline_create.c:921:0: style: Same expression used in consecutive assignments of 'doffset' and 'coffset'. [duplicateAssignExpression]
einspline-0.9.2/src/bspline_create.c:922:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/bspline_create.c:921:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/bspline_create.c:934:0: style: Same expression used in consecutive assignments of 'doffset' and 'coffset'. [duplicateAssignExpression]
einspline-0.9.2/src/bspline_create.c:935:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/bspline_create.c:934:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/bspline_create.c:1290:0: style: Same expression used in consecutive assignments of 'doffset' and 'coffset'. [duplicateAssignExpression]
einspline-0.9.2/src/bspline_create.c:1291:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/bspline_create.c:1290:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/bspline_create.c:1327:0: style: Same expression used in consecutive assignments of 'doffset' and 'coffset'. [duplicateAssignExpression]
einspline-0.9.2/src/bspline_create.c:1328:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/bspline_create.c:1327:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/bspline_create.c:1391:0: style: Same expression used in consecutive assignments of 'doffset' and 'coffset'. [duplicateAssignExpression]
einspline-0.9.2/src/bspline_create.c:1392:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/bspline_create.c:1391:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/bspline_create.c:1443:0: style: Same expression used in consecutive assignments of 'doffset' and 'coffset'. [duplicateAssignExpression]
einspline-0.9.2/src/bspline_create.c:1444:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/bspline_create.c:1443:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/bspline_create.c:1596:0: style: Same expression used in consecutive assignments of 'doffset' and 'coffset'. [duplicateAssignExpression]
einspline-0.9.2/src/bspline_create.c:1597:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/bspline_create.c:1596:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/bspline_create.c:1608:0: style: Same expression used in consecutive assignments of 'doffset' and 'coffset'. [duplicateAssignExpression]
einspline-0.9.2/src/bspline_create.c:1609:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/bspline_create.c:1608:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/bspline_create.c:1651:0: style: Same expression used in consecutive assignments of 'doffset' and 'coffset'. [duplicateAssignExpression]
einspline-0.9.2/src/bspline_create.c:1652:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/bspline_create.c:1651:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/bspline_create.c:1663:0: style: Same expression used in consecutive assignments of 'doffset' and 'coffset'. [duplicateAssignExpression]
einspline-0.9.2/src/bspline_create.c:1664:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/bspline_create.c:1663:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/bspline_create.c:1749:0: style: Same expression used in consecutive assignments of 'doffset' and 'coffset'. [duplicateAssignExpression]
einspline-0.9.2/src/bspline_create.c:1750:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/bspline_create.c:1749:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/bspline_create.c:1762:0: style: Same expression used in consecutive assignments of 'doffset' and 'coffset'. [duplicateAssignExpression]
einspline-0.9.2/src/bspline_create.c:1763:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/bspline_create.c:1762:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/bspline_create.c:1826:0: style: Same expression used in consecutive assignments of 'doffset' and 'coffset'. [duplicateAssignExpression]
einspline-0.9.2/src/bspline_create.c:1827:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/bspline_create.c:1826:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/bspline_create.c:1839:0: style: Same expression used in consecutive assignments of 'doffset' and 'coffset'. [duplicateAssignExpression]
einspline-0.9.2/src/bspline_create.c:1840:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/bspline_create.c:1839:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/bspline_create.c:1529:9: style: Variable 'N' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_bspline_create.c:220:0: style: Same expression used in consecutive assignments of 'doffset' and 'coffset'. [duplicateAssignExpression]
einspline-0.9.2/src/multi_bspline_create.c:221:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/multi_bspline_create.c:220:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/multi_bspline_create.c:644:0: style: Same expression used in consecutive assignments of 'doffset' and 'coffset'. [duplicateAssignExpression]
einspline-0.9.2/src/multi_bspline_create.c:645:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/multi_bspline_create.c:644:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/multi_bspline_create.c:659:0: style: Same expression used in consecutive assignments of 'doffset' and 'coffset'. [duplicateAssignExpression]
einspline-0.9.2/src/multi_bspline_create.c:660:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/multi_bspline_create.c:659:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/multi_bspline_create.c:849:0: style: Same expression used in consecutive assignments of 'doffset' and 'coffset'. [duplicateAssignExpression]
einspline-0.9.2/src/multi_bspline_create.c:850:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/multi_bspline_create.c:849:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/multi_bspline_create.c:1184:0: style: Same expression used in consecutive assignments of 'doffset' and 'coffset'. [duplicateAssignExpression]
einspline-0.9.2/src/multi_bspline_create.c:1185:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/multi_bspline_create.c:1184:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/multi_bspline_create.c:1323:0: style: Same expression used in consecutive assignments of 'doffset' and 'coffset'. [duplicateAssignExpression]
einspline-0.9.2/src/multi_bspline_create.c:1324:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/multi_bspline_create.c:1323:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/multi_bspline_create.c:1338:0: style: Same expression used in consecutive assignments of 'doffset' and 'coffset'. [duplicateAssignExpression]
einspline-0.9.2/src/multi_bspline_create.c:1339:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/multi_bspline_create.c:1338:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/multi_bspline_create.c:130:59: style: Function 'set_multi_UBspline_1d_s' argument 2 names different: declaration 'spline_num' definition 'num'. [funcArgNamesDifferent]
einspline-0.9.2/src/multi_bspline_create.h:59:9: note: Function 'set_multi_UBspline_1d_s' argument 2 names different: declaration 'spline_num' definition 'num'.
einspline-0.9.2/src/multi_bspline_create.c:130:59: note: Function 'set_multi_UBspline_1d_s' argument 2 names different: declaration 'spline_num' definition 'num'.
einspline-0.9.2/src/multi_bspline_create.c:193:59: style: Function 'set_multi_UBspline_2d_s' argument 2 names different: declaration 'spline_num' definition 'num'. [funcArgNamesDifferent]
einspline-0.9.2/src/multi_bspline_create.h:63:9: note: Function 'set_multi_UBspline_2d_s' argument 2 names different: declaration 'spline_num' definition 'num'.
einspline-0.9.2/src/multi_bspline_create.c:193:59: note: Function 'set_multi_UBspline_2d_s' argument 2 names different: declaration 'spline_num' definition 'num'.
einspline-0.9.2/src/multi_bspline_create.c:291:59: style: Function 'set_multi_UBspline_3d_s' argument 2 names different: declaration 'spline_num' definition 'num'. [funcArgNamesDifferent]
einspline-0.9.2/src/multi_bspline_create.h:67:9: note: Function 'set_multi_UBspline_3d_s' argument 2 names different: declaration 'spline_num' definition 'num'.
einspline-0.9.2/src/multi_bspline_create.c:291:59: note: Function 'set_multi_UBspline_3d_s' argument 2 names different: declaration 'spline_num' definition 'num'.
einspline-0.9.2/src/multi_bspline_create.c:391:59: style: Function 'set_multi_UBspline_1d_c' argument 2 names different: declaration 'spline_num' definition 'num'. [funcArgNamesDifferent]
einspline-0.9.2/src/multi_bspline_create.h:126:59: note: Function 'set_multi_UBspline_1d_c' argument 2 names different: declaration 'spline_num' definition 'num'.
einspline-0.9.2/src/multi_bspline_create.c:391:59: note: Function 'set_multi_UBspline_1d_c' argument 2 names different: declaration 'spline_num' definition 'num'.
einspline-0.9.2/src/multi_bspline_create.c:470:59: style: Function 'set_multi_UBspline_2d_c' argument 2 names different: declaration 'spline_num' definition 'num'. [funcArgNamesDifferent]
einspline-0.9.2/src/multi_bspline_create.h:130:59: note: Function 'set_multi_UBspline_2d_c' argument 2 names different: declaration 'spline_num' definition 'num'.
einspline-0.9.2/src/multi_bspline_create.c:470:59: note: Function 'set_multi_UBspline_2d_c' argument 2 names different: declaration 'spline_num' definition 'num'.
einspline-0.9.2/src/multi_bspline_create.c:589:59: style: Function 'set_multi_UBspline_3d_c' argument 2 names different: declaration 'spline_num' definition 'num'. [funcArgNamesDifferent]
einspline-0.9.2/src/multi_bspline_create.h:134:59: note: Function 'set_multi_UBspline_3d_c' argument 2 names different: declaration 'spline_num' definition 'num'.
einspline-0.9.2/src/multi_bspline_create.c:589:59: note: Function 'set_multi_UBspline_3d_c' argument 2 names different: declaration 'spline_num' definition 'num'.
einspline-0.9.2/src/multi_bspline_create.c:749:59: style: Function 'set_multi_UBspline_1d_d' argument 2 names different: declaration 'spline_num' definition 'num'. [funcArgNamesDifferent]
einspline-0.9.2/src/multi_bspline_create.h:92:9: note: Function 'set_multi_UBspline_1d_d' argument 2 names different: declaration 'spline_num' definition 'num'.
einspline-0.9.2/src/multi_bspline_create.c:749:59: note: Function 'set_multi_UBspline_1d_d' argument 2 names different: declaration 'spline_num' definition 'num'.
einspline-0.9.2/src/multi_bspline_create.c:757:62: style: Function 'set_multi_UBspline_1d_d_BC' argument 2 names different: declaration 'spline_num' definition 'num'. [funcArgNamesDifferent]
einspline-0.9.2/src/multi_bspline_create.h:95:12: note: Function 'set_multi_UBspline_1d_d_BC' argument 2 names different: declaration 'spline_num' definition 'num'.
einspline-0.9.2/src/multi_bspline_create.c:757:62: note: Function 'set_multi_UBspline_1d_d_BC' argument 2 names different: declaration 'spline_num' definition 'num'.
einspline-0.9.2/src/multi_bspline_create.c:820:59: style: Function 'set_multi_UBspline_2d_d' argument 2 names different: declaration 'spline_num' definition 'num'. [funcArgNamesDifferent]
einspline-0.9.2/src/multi_bspline_create.h:99:9: note: Function 'set_multi_UBspline_2d_d' argument 2 names different: declaration 'spline_num' definition 'num'.
einspline-0.9.2/src/multi_bspline_create.c:820:59: note: Function 'set_multi_UBspline_2d_d' argument 2 names different: declaration 'spline_num' definition 'num'.
einspline-0.9.2/src/multi_bspline_create.c:923:59: style: Function 'set_multi_UBspline_3d_d' argument 2 names different: declaration 'spline_num' definition 'num'. [funcArgNamesDifferent]
einspline-0.9.2/src/multi_bspline_create.h:103:9: note: Function 'set_multi_UBspline_3d_d' argument 2 names different: declaration 'spline_num' definition 'num'.
einspline-0.9.2/src/multi_bspline_create.c:923:59: note: Function 'set_multi_UBspline_3d_d' argument 2 names different: declaration 'spline_num' definition 'num'.
einspline-0.9.2/src/multi_bspline_create.c:1029:59: style: Function 'set_multi_UBspline_1d_z' argument 2 names different: declaration 'spline_num' definition 'num'. [funcArgNamesDifferent]
einspline-0.9.2/src/multi_bspline_create.h:158:59: note: Function 'set_multi_UBspline_1d_z' argument 2 names different: declaration 'spline_num' definition 'num'.
einspline-0.9.2/src/multi_bspline_create.c:1029:59: note: Function 'set_multi_UBspline_1d_z' argument 2 names different: declaration 'spline_num' definition 'num'.
einspline-0.9.2/src/multi_bspline_create.c:1059:62: style: Function 'set_multi_UBspline_1d_z_BC' argument 2 names different: declaration 'spline_num' definition 'num'. [funcArgNamesDifferent]
einspline-0.9.2/src/multi_bspline_create.h:161:62: note: Function 'set_multi_UBspline_1d_z_BC' argument 2 names different: declaration 'spline_num' definition 'num'.
einspline-0.9.2/src/multi_bspline_create.c:1059:62: note: Function 'set_multi_UBspline_1d_z_BC' argument 2 names different: declaration 'spline_num' definition 'num'.
einspline-0.9.2/src/multi_bspline_create.c:1139:59: style: Function 'set_multi_UBspline_2d_z' argument 2 names different: declaration 'spline_num' definition 'num'. [funcArgNamesDifferent]
einspline-0.9.2/src/multi_bspline_create.h:166:59: note: Function 'set_multi_UBspline_2d_z' argument 2 names different: declaration 'spline_num' definition 'num'.
einspline-0.9.2/src/multi_bspline_create.c:1139:59: note: Function 'set_multi_UBspline_2d_z' argument 2 names different: declaration 'spline_num' definition 'num'.
einspline-0.9.2/src/multi_bspline_create.c:1265:59: style: Function 'set_multi_UBspline_3d_z' argument 2 names different: declaration 'spline_num' definition 'num'. [funcArgNamesDifferent]
einspline-0.9.2/src/multi_bspline_create.h:170:59: note: Function 'set_multi_UBspline_3d_z' argument 2 names different: declaration 'spline_num' definition 'num'.
einspline-0.9.2/src/multi_bspline_create.c:1265:59: note: Function 'set_multi_UBspline_3d_z' argument 2 names different: declaration 'spline_num' definition 'num'.
einspline-0.9.2/src/multi_bspline_create.c:1039:10: style: Variable 'Nx' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_bspline_create.c:1070:10: style: Variable 'Nx' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_bspline_create.c:1303:11: style: Variable 'N' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_bspline_eval_sse_c_impl.h:75:35: style: Variable 'coefs' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_bspline_eval_sse_c_impl.h:109:35: style: Variable 'coefs' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_bspline_eval_sse_c_impl.h:155:35: style: Variable 'coefs' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_bspline_eval_sse_c_impl.h:440:18: style: Variable 'mzero' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_bspline_eval_sse_c_impl.h:578:18: style: Variable 'mzero' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_bspline_eval_sse_c_impl.h:816:18: style: Variable 'mzero' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_bspline_eval_sse_c_impl.h:957:18: style: Variable 'mzero' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_bspline_eval_sse_c_impl.h:1108:18: style: Variable 'mzero' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_bspline_eval_sse_d_impl.h:85:28: style: Variable 'coefs' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_bspline_eval_sse_d_impl.h:127:28: style: Variable 'coefs' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_bspline_eval_sse_d_impl.h:173:28: style: Variable 'coefs' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_bspline_eval_sse_d_impl.h:279:23: style: Variable 'da' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_bspline_eval_sse_d_impl.h:279:30: style: Variable 'db' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_bspline_eval_sse_d_impl.h:541:10: style: Variable 'lapl2' is not assigned a value. [unassignedVariable]
einspline-0.9.2/src/multi_bspline_eval_sse_d_impl.h:774:5: style: Unused variable: tmp0 [unusedVariable]
einspline-0.9.2/src/multi_bspline_eval_sse_d_impl.h:774:11: style: Unused variable: tmp1 [unusedVariable]
einspline-0.9.2/src/multi_bspline_eval_sse_d_impl.h:774:17: style: Unused variable: r0 [unusedVariable]
einspline-0.9.2/src/multi_bspline_eval_sse_d_impl.h:774:21: style: Unused variable: r1 [unusedVariable]
einspline-0.9.2/src/multi_bspline_eval_sse_d_impl.h:774:25: style: Unused variable: i0 [unusedVariable]
einspline-0.9.2/src/multi_bspline_eval_sse_d_impl.h:774:29: style: Unused variable: i1 [unusedVariable]
einspline-0.9.2/src/multi_bspline_eval_sse_d_impl.h:774:33: style: Unused variable: val_r [unusedVariable]
einspline-0.9.2/src/multi_bspline_eval_sse_d_impl.h:774:40: style: Unused variable: val_i [unusedVariable]
einspline-0.9.2/src/multi_bspline_eval_sse_d_impl.h:1129:10: style: Variable 'lapl3' is not assigned a value. [unassignedVariable]
einspline-0.9.2/src/multi_bspline_eval_sse_s_impl.h:77:27: style: Variable 'coefs' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_bspline_eval_sse_s_impl.h:111:27: style: Variable 'coefs' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_bspline_eval_sse_s_impl.h:157:27: style: Variable 'coefs' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_bspline_eval_sse_s_impl.h:254:18: style: Unused variable: c4 [unusedVariable]
einspline-0.9.2/src/multi_bspline_eval_sse_s_impl.h:257:3: style: Variable 'da4' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_bspline_eval_sse_s_impl.h:260:3: style: Variable 'db4' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_bspline_eval_sse_s_impl.h:254:32: style: Unused variable: dc4 [unusedVariable]
einspline-0.9.2/src/multi_bspline_eval_sse_s_impl.h:282:14: style: Variable 'dab' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_bspline_eval_sse_s_impl.h:345:18: style: Unused variable: c4 [unusedVariable]
einspline-0.9.2/src/multi_bspline_eval_sse_s_impl.h:345:32: style: Unused variable: dc4 [unusedVariable]
einspline-0.9.2/src/multi_bspline_eval_sse_s_impl.h:374:18: style: Variable 'mzero' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_bspline_eval_sse_s_impl.h:458:18: style: Unused variable: c4 [unusedVariable]
einspline-0.9.2/src/multi_bspline_eval_sse_s_impl.h:458:32: style: Unused variable: dc4 [unusedVariable]
einspline-0.9.2/src/multi_bspline_eval_sse_s_impl.h:458:49: style: Unused variable: d2c4 [unusedVariable]
einspline-0.9.2/src/multi_bspline_eval_sse_s_impl.h:493:18: style: Variable 'mzero' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_bspline_eval_sse_s_impl.h:584:18: style: Unused variable: c4 [unusedVariable]
einspline-0.9.2/src/multi_bspline_eval_sse_s_impl.h:584:32: style: Unused variable: dc4 [unusedVariable]
einspline-0.9.2/src/multi_bspline_eval_sse_s_impl.h:584:49: style: Unused variable: d2c4 [unusedVariable]
einspline-0.9.2/src/multi_bspline_eval_sse_s_impl.h:619:18: style: Variable 'mzero' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_bspline_eval_sse_s_impl.h:743:18: style: Variable 'mzero' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_bspline_eval_sse_s_impl.h:856:18: style: Variable 'mzero' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_bspline_eval_sse_s_impl.h:951:5: style: Variable 'cP' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_bspline_eval_sse_s_impl.h:951:12: style: Variable 'dcP' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_bspline_eval_sse_s_impl.h:951:20: style: Variable 'd2cP' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_bspline_eval_sse_s_impl.h:951:29: style: Unused variable: bcP [unusedVariable]
einspline-0.9.2/src/multi_bspline_eval_sse_s_impl.h:951:34: style: Unused variable: dbcP [unusedVariable]
einspline-0.9.2/src/multi_bspline_eval_sse_s_impl.h:951:40: style: Unused variable: bdcP [unusedVariable]
einspline-0.9.2/src/multi_bspline_eval_sse_s_impl.h:951:46: style: Unused variable: d2bcP [unusedVariable]
einspline-0.9.2/src/multi_bspline_eval_sse_s_impl.h:951:53: style: Unused variable: dbdcP [unusedVariable]
einspline-0.9.2/src/multi_bspline_eval_sse_s_impl.h:951:60: style: Unused variable: bd2cP [unusedVariable]
einspline-0.9.2/src/multi_bspline_eval_sse_s_impl.h:952:5: style: Unused variable: tmp0 [unusedVariable]
einspline-0.9.2/src/multi_bspline_eval_sse_s_impl.h:952:11: style: Unused variable: tmp1 [unusedVariable]
einspline-0.9.2/src/multi_bspline_eval_sse_s_impl.h:952:17: style: Unused variable: tmp2 [unusedVariable]
einspline-0.9.2/src/multi_bspline_eval_sse_s_impl.h:952:23: style: Unused variable: tmp3 [unusedVariable]
einspline-0.9.2/src/multi_bspline_eval_sse_s_impl.h:952:29: style: Unused variable: tmp4 [unusedVariable]
einspline-0.9.2/src/multi_bspline_eval_sse_s_impl.h:952:35: style: Unused variable: tmp5 [unusedVariable]
einspline-0.9.2/src/multi_bspline_eval_sse_s_impl.h:952:41: style: Unused variable: tmp6 [unusedVariable]
einspline-0.9.2/src/multi_bspline_eval_sse_s_impl.h:952:47: style: Unused variable: tmp7 [unusedVariable]
einspline-0.9.2/src/multi_bspline_eval_sse_s_impl.h:1000:18: style: Variable 'mzero' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_bspline_eval_sse_s_impl.h:1152:18: style: Variable 'mzero' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_bspline_eval_sse_z_impl.h:84:36: style: Variable 'coefs' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_bspline_eval_sse_z_impl.h:127:36: style: Variable 'coefs' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_bspline_eval_sse_z_impl.h:173:36: style: Variable 'coefs' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_bspline_eval_sse_z_impl.h:401:18: style: Unused variable: lapl2 [unusedVariable]
einspline-0.9.2/src/multi_bspline_eval_sse_z_impl.h:526:18: style: Variable 'lapl2' is not assigned a value. [unassignedVariable]
einspline-0.9.2/src/multi_bspline_eval_sse_z_impl.h:721:5: style: Unused variable: tmp0 [unusedVariable]
einspline-0.9.2/src/multi_bspline_eval_sse_z_impl.h:721:11: style: Unused variable: tmp1 [unusedVariable]
einspline-0.9.2/src/multi_bspline_eval_sse_z_impl.h:721:17: style: Unused variable: r0 [unusedVariable]
einspline-0.9.2/src/multi_bspline_eval_sse_z_impl.h:721:21: style: Unused variable: r1 [unusedVariable]
einspline-0.9.2/src/multi_bspline_eval_sse_z_impl.h:721:25: style: Unused variable: i0 [unusedVariable]
einspline-0.9.2/src/multi_bspline_eval_sse_z_impl.h:721:29: style: Unused variable: i1 [unusedVariable]
einspline-0.9.2/src/multi_bspline_eval_sse_z_impl.h:721:33: style: Unused variable: val_r [unusedVariable]
einspline-0.9.2/src/multi_bspline_eval_sse_z_impl.h:721:40: style: Unused variable: val_i [unusedVariable]
einspline-0.9.2/src/multi_bspline_eval_sse_z_impl.h:949:20: style: Unused variable: lapl3 [unusedVariable]
einspline-0.9.2/src/multi_bspline_eval_sse_z_impl.h:1108:20: style: Variable 'lapl3' is not assigned a value. [unassignedVariable]
einspline-0.9.2/src/multi_bspline_eval_std_c_impl.h:48:35: style: Variable 'coefs' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_bspline_eval_std_c_impl.h:82:35: style: Variable 'coefs' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_bspline_eval_std_c_impl.h:128:35: style: Variable 'coefs' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_bspline_eval_std_c_impl.h:198:35: style: Variable 'coefs' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_bspline_eval_std_c_impl.h:243:35: style: Variable 'coefs' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_bspline_eval_std_c_impl.h:312:35: style: Variable 'coefs' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_bspline_eval_std_c_impl.h:399:35: style: Variable 'coefs' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_bspline_eval_std_c_impl.h:495:35: style: Variable 'coefs' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_bspline_eval_std_c_impl.h:552:35: style: Variable 'coefs' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_bspline_eval_std_c_impl.h:643:35: style: Variable 'coefs' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_bspline_eval_std_c_impl.h:759:35: style: Variable 'coefs' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_bspline_eval_std_d_impl.h:48:28: style: Variable 'coefs' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_bspline_eval_std_d_impl.h:82:28: style: Variable 'coefs' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_bspline_eval_std_d_impl.h:128:28: style: Variable 'coefs' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_bspline_eval_std_d_impl.h:199:28: style: Variable 'coefs' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_bspline_eval_std_d_impl.h:244:28: style: Variable 'coefs' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_bspline_eval_std_d_impl.h:313:28: style: Variable 'coefs' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_bspline_eval_std_d_impl.h:402:28: style: Variable 'coefs' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_bspline_eval_std_d_impl.h:500:28: style: Variable 'coefs' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_bspline_eval_std_d_impl.h:557:28: style: Variable 'coefs' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_bspline_eval_std_d_impl.h:648:28: style: Variable 'coefs' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_bspline_eval_std_d_impl.h:763:28: style: Variable 'coefs' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_bspline_eval_std_s_impl.h:48:27: style: Variable 'coefs' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_bspline_eval_std_s_impl.h:82:27: style: Variable 'coefs' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_bspline_eval_std_s_impl.h:128:27: style: Variable 'coefs' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_bspline_eval_std_s_impl.h:197:27: style: Variable 'coefs' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_bspline_eval_std_s_impl.h:242:27: style: Variable 'coefs' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_bspline_eval_std_s_impl.h:311:27: style: Variable 'coefs' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_bspline_eval_std_s_impl.h:400:27: style: Variable 'coefs' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_bspline_eval_std_s_impl.h:498:27: style: Variable 'coefs' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_bspline_eval_std_s_impl.h:555:27: style: Variable 'coefs' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_bspline_eval_std_s_impl.h:646:27: style: Variable 'coefs' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_bspline_eval_std_s_impl.h:761:27: style: Variable 'coefs' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_bspline_eval_std_z_impl.h:48:36: style: Variable 'coefs' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_bspline_eval_std_z_impl.h:82:36: style: Variable 'coefs' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_bspline_eval_std_z_impl.h:128:36: style: Variable 'coefs' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_bspline_eval_std_z_impl.h:198:36: style: Variable 'coefs' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_bspline_eval_std_z_impl.h:243:36: style: Variable 'coefs' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_bspline_eval_std_z_impl.h:312:36: style: Variable 'coefs' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_bspline_eval_std_z_impl.h:402:36: style: Variable 'coefs' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_bspline_eval_std_z_impl.h:499:36: style: Variable 'coefs' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_bspline_eval_std_z_impl.h:556:36: style: Variable 'coefs' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_bspline_eval_std_z_impl.h:647:36: style: Variable 'coefs' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_bspline_eval_std_z_impl.h:763:36: style: Variable 'coefs' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_nubspline_create.c:215:0: style: Same expression used in consecutive assignments of 'doffset' and 'coffset'. [duplicateAssignExpression]
einspline-0.9.2/src/multi_nubspline_create.c:216:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/multi_nubspline_create.c:215:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/multi_nubspline_create.c:608:0: style: Same expression used in consecutive assignments of 'doffset' and 'coffset'. [duplicateAssignExpression]
einspline-0.9.2/src/multi_nubspline_create.c:609:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/multi_nubspline_create.c:608:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/multi_nubspline_create.c:623:0: style: Same expression used in consecutive assignments of 'doffset' and 'coffset'. [duplicateAssignExpression]
einspline-0.9.2/src/multi_nubspline_create.c:624:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/multi_nubspline_create.c:623:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/multi_nubspline_create.c:770:0: style: Same expression used in consecutive assignments of 'doffset' and 'coffset'. [duplicateAssignExpression]
einspline-0.9.2/src/multi_nubspline_create.c:771:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/multi_nubspline_create.c:770:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/multi_nubspline_create.c:1072:0: style: Same expression used in consecutive assignments of 'doffset' and 'coffset'. [duplicateAssignExpression]
einspline-0.9.2/src/multi_nubspline_create.c:1073:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/multi_nubspline_create.c:1072:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/multi_nubspline_create.c:1190:0: style: Same expression used in consecutive assignments of 'doffset' and 'coffset'. [duplicateAssignExpression]
einspline-0.9.2/src/multi_nubspline_create.c:1191:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/multi_nubspline_create.c:1190:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/multi_nubspline_create.c:1203:0: style: Same expression used in consecutive assignments of 'doffset' and 'coffset'. [duplicateAssignExpression]
einspline-0.9.2/src/multi_nubspline_create.c:1204:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/multi_nubspline_create.c:1203:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/multi_nubspline_create.c:135:61: style: Function 'set_multi_NUBspline_1d_s' argument 2 names different: declaration 'spline_num' definition 'num'. [funcArgNamesDifferent]
einspline-0.9.2/src/multi_nubspline_create.h:59:10: note: Function 'set_multi_NUBspline_1d_s' argument 2 names different: declaration 'spline_num' definition 'num'.
einspline-0.9.2/src/multi_nubspline_create.c:135:61: note: Function 'set_multi_NUBspline_1d_s' argument 2 names different: declaration 'spline_num' definition 'num'.
einspline-0.9.2/src/multi_nubspline_create.c:192:61: style: Function 'set_multi_NUBspline_2d_s' argument 2 names different: declaration 'spline_num' definition 'num'. [funcArgNamesDifferent]
einspline-0.9.2/src/multi_nubspline_create.h:63:10: note: Function 'set_multi_NUBspline_2d_s' argument 2 names different: declaration 'spline_num' definition 'num'.
einspline-0.9.2/src/multi_nubspline_create.c:192:61: note: Function 'set_multi_NUBspline_2d_s' argument 2 names different: declaration 'spline_num' definition 'num'.
einspline-0.9.2/src/multi_nubspline_create.c:281:61: style: Function 'set_multi_NUBspline_3d_s' argument 2 names different: declaration 'spline_num' definition 'num'. [funcArgNamesDifferent]
einspline-0.9.2/src/multi_nubspline_create.h:67:10: note: Function 'set_multi_NUBspline_3d_s' argument 2 names different: declaration 'spline_num' definition 'num'.
einspline-0.9.2/src/multi_nubspline_create.c:281:61: note: Function 'set_multi_NUBspline_3d_s' argument 2 names different: declaration 'spline_num' definition 'num'.
einspline-0.9.2/src/multi_nubspline_create.c:382:61: style: Function 'set_multi_NUBspline_1d_c' argument 2 names different: declaration 'spline_num' definition 'num'. [funcArgNamesDifferent]
einspline-0.9.2/src/multi_nubspline_create.h:126:61: note: Function 'set_multi_NUBspline_1d_c' argument 2 names different: declaration 'spline_num' definition 'num'.
einspline-0.9.2/src/multi_nubspline_create.c:382:61: note: Function 'set_multi_NUBspline_1d_c' argument 2 names different: declaration 'spline_num' definition 'num'.
einspline-0.9.2/src/multi_nubspline_create.c:454:61: style: Function 'set_multi_NUBspline_2d_c' argument 2 names different: declaration 'spline_num' definition 'num'. [funcArgNamesDifferent]
einspline-0.9.2/src/multi_nubspline_create.h:130:61: note: Function 'set_multi_NUBspline_2d_c' argument 2 names different: declaration 'spline_num' definition 'num'.
einspline-0.9.2/src/multi_nubspline_create.c:454:61: note: Function 'set_multi_NUBspline_2d_c' argument 2 names different: declaration 'spline_num' definition 'num'.
einspline-0.9.2/src/multi_nubspline_create.c:560:61: style: Function 'set_multi_NUBspline_3d_c' argument 2 names different: declaration 'spline_num' definition 'num'. [funcArgNamesDifferent]
einspline-0.9.2/src/multi_nubspline_create.h:134:61: note: Function 'set_multi_NUBspline_3d_c' argument 2 names different: declaration 'spline_num' definition 'num'.
einspline-0.9.2/src/multi_nubspline_create.c:560:61: note: Function 'set_multi_NUBspline_3d_c' argument 2 names different: declaration 'spline_num' definition 'num'.
einspline-0.9.2/src/multi_nubspline_create.c:684:61: style: Function 'set_multi_NUBspline_1d_d' argument 2 names different: declaration 'spline_num' definition 'num'. [funcArgNamesDifferent]
einspline-0.9.2/src/multi_nubspline_create.h:92:10: note: Function 'set_multi_NUBspline_1d_d' argument 2 names different: declaration 'spline_num' definition 'num'.
einspline-0.9.2/src/multi_nubspline_create.c:684:61: note: Function 'set_multi_NUBspline_1d_d' argument 2 names different: declaration 'spline_num' definition 'num'.
einspline-0.9.2/src/multi_nubspline_create.c:692:64: style: Function 'set_multi_NUBspline_1d_d_BC' argument 2 names different: declaration 'spline_num' definition 'num'. [funcArgNamesDifferent]
einspline-0.9.2/src/multi_nubspline_create.h:95:13: note: Function 'set_multi_NUBspline_1d_d_BC' argument 2 names different: declaration 'spline_num' definition 'num'.
einspline-0.9.2/src/multi_nubspline_create.c:692:64: note: Function 'set_multi_NUBspline_1d_d_BC' argument 2 names different: declaration 'spline_num' definition 'num'.
einspline-0.9.2/src/multi_nubspline_create.c:748:61: style: Function 'set_multi_NUBspline_2d_d' argument 2 names different: declaration 'spline_num' definition 'num'. [funcArgNamesDifferent]
einspline-0.9.2/src/multi_nubspline_create.h:99:10: note: Function 'set_multi_NUBspline_2d_d' argument 2 names different: declaration 'spline_num' definition 'num'.
einspline-0.9.2/src/multi_nubspline_create.c:748:61: note: Function 'set_multi_NUBspline_2d_d' argument 2 names different: declaration 'spline_num' definition 'num'.
einspline-0.9.2/src/multi_nubspline_create.c:838:61: style: Function 'set_multi_NUBspline_3d_d' argument 2 names different: declaration 'spline_num' definition 'num'. [funcArgNamesDifferent]
einspline-0.9.2/src/multi_nubspline_create.h:103:10: note: Function 'set_multi_NUBspline_3d_d' argument 2 names different: declaration 'spline_num' definition 'num'.
einspline-0.9.2/src/multi_nubspline_create.c:838:61: note: Function 'set_multi_NUBspline_3d_d' argument 2 names different: declaration 'spline_num' definition 'num'.
einspline-0.9.2/src/multi_nubspline_create.c:945:61: style: Function 'set_multi_NUBspline_1d_z' argument 2 names different: declaration 'spline_num' definition 'num'. [funcArgNamesDifferent]
einspline-0.9.2/src/multi_nubspline_create.h:158:61: note: Function 'set_multi_NUBspline_1d_z' argument 2 names different: declaration 'spline_num' definition 'num'.
einspline-0.9.2/src/multi_nubspline_create.c:945:61: note: Function 'set_multi_NUBspline_1d_z' argument 2 names different: declaration 'spline_num' definition 'num'.
einspline-0.9.2/src/multi_nubspline_create.c:965:64: style: Function 'set_multi_NUBspline_1d_z_BC' argument 2 names different: declaration 'spline_num' definition 'num'. [funcArgNamesDifferent]
einspline-0.9.2/src/multi_nubspline_create.h:161:64: note: Function 'set_multi_NUBspline_1d_z_BC' argument 2 names different: declaration 'spline_num' definition 'num'.
einspline-0.9.2/src/multi_nubspline_create.c:965:64: note: Function 'set_multi_NUBspline_1d_z_BC' argument 2 names different: declaration 'spline_num' definition 'num'.
einspline-0.9.2/src/multi_nubspline_create.c:1033:61: style: Function 'set_multi_NUBspline_2d_z' argument 2 names different: declaration 'spline_num' definition 'num'. [funcArgNamesDifferent]
einspline-0.9.2/src/multi_nubspline_create.h:166:61: note: Function 'set_multi_NUBspline_2d_z' argument 2 names different: declaration 'spline_num' definition 'num'.
einspline-0.9.2/src/multi_nubspline_create.c:1033:61: note: Function 'set_multi_NUBspline_2d_z' argument 2 names different: declaration 'spline_num' definition 'num'.
einspline-0.9.2/src/multi_nubspline_create.c:1142:61: style: Function 'set_multi_NUBspline_3d_z' argument 2 names different: declaration 'spline_num' definition 'num'. [funcArgNamesDifferent]
einspline-0.9.2/src/multi_nubspline_create.h:170:61: note: Function 'set_multi_NUBspline_3d_z' argument 2 names different: declaration 'spline_num' definition 'num'.
einspline-0.9.2/src/multi_nubspline_create.c:1142:61: note: Function 'set_multi_NUBspline_3d_z' argument 2 names different: declaration 'spline_num' definition 'num'.
einspline-0.9.2/src/multi_nubspline_create.c:113:39: style: Variable 'Mx' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_nubspline_create.c:165:35: style: Variable 'Mx' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_nubspline_create.c:167:35: style: Variable 'My' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_nubspline_create.c:196:43: style: Variable 'Mx' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_nubspline_create.c:249:35: style: Variable 'Mx' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_nubspline_create.c:251:35: style: Variable 'My' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_nubspline_create.c:253:35: style: Variable 'Mz' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_nubspline_create.c:285:43: style: Variable 'Mx' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_nubspline_create.c:358:39: style: Variable 'Mx' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_nubspline_create.c:425:35: style: Variable 'Mx' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_nubspline_create.c:427:35: style: Variable 'My' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_nubspline_create.c:460:43: style: Variable 'Mx' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_nubspline_create.c:528:35: style: Variable 'Mx' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_nubspline_create.c:530:35: style: Variable 'My' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_nubspline_create.c:532:35: style: Variable 'Mz' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_nubspline_create.c:564:43: style: Variable 'Mx' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_nubspline_create.c:662:39: style: Variable 'Mx' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_nubspline_create.c:721:35: style: Variable 'Mx' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_nubspline_create.c:723:35: style: Variable 'My' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_nubspline_create.c:752:43: style: Variable 'Mx' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_nubspline_create.c:804:35: style: Variable 'Mx' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_nubspline_create.c:806:35: style: Variable 'My' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_nubspline_create.c:808:35: style: Variable 'Mz' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_nubspline_create.c:842:43: style: Variable 'Mx' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_nubspline_create.c:924:39: style: Variable 'Mx' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_nubspline_create.c:1005:35: style: Variable 'Mx' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_nubspline_create.c:1007:35: style: Variable 'My' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_nubspline_create.c:1038:43: style: Variable 'Mx' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_nubspline_create.c:1111:35: style: Variable 'Mx' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_nubspline_create.c:1113:35: style: Variable 'My' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_nubspline_create.c:1115:35: style: Variable 'Mz' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_nubspline_create.c:1146:43: style: Variable 'Mx' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/multi_nubspline_create.c:1172:11: style: Variable 'N' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/nubasis.c:584:21: style: Unused variable: dbf01 [unusedVariable]
einspline-0.9.2/src/nubasis.c:584:28: style: Unused variable: dbf23 [unusedVariable]
einspline-0.9.2/src/nubspline_create.c:308:0: style: Same expression used in consecutive assignments of 'doffset' and 'coffset'. [duplicateAssignExpression]
einspline-0.9.2/src/nubspline_create.c:309:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/nubspline_create.c:308:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/nubspline_create.c:366:0: style: Same expression used in consecutive assignments of 'doffset' and 'coffset'. [duplicateAssignExpression]
einspline-0.9.2/src/nubspline_create.c:367:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/nubspline_create.c:366:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/nubspline_create.c:645:0: style: Same expression used in consecutive assignments of 'doffset' and 'coffset'. [duplicateAssignExpression]
einspline-0.9.2/src/nubspline_create.c:646:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/nubspline_create.c:645:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/nubspline_create.c:703:0: style: Same expression used in consecutive assignments of 'doffset' and 'coffset'. [duplicateAssignExpression]
einspline-0.9.2/src/nubspline_create.c:704:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/nubspline_create.c:703:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/nubspline_create.c:813:0: style: Same expression used in consecutive assignments of 'doffset' and 'coffset'. [duplicateAssignExpression]
einspline-0.9.2/src/nubspline_create.c:814:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/nubspline_create.c:813:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/nubspline_create.c:871:0: style: Same expression used in consecutive assignments of 'doffset' and 'coffset'. [duplicateAssignExpression]
einspline-0.9.2/src/nubspline_create.c:872:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/nubspline_create.c:871:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/nubspline_create.c:980:0: style: Same expression used in consecutive assignments of 'doffset' and 'coffset'. [duplicateAssignExpression]
einspline-0.9.2/src/nubspline_create.c:981:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/nubspline_create.c:980:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/nubspline_create.c:1050:0: style: Same expression used in consecutive assignments of 'doffset' and 'coffset'. [duplicateAssignExpression]
einspline-0.9.2/src/nubspline_create.c:1051:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/nubspline_create.c:1050:0: note: Same expression used in consecutive assignments of 'doffset' and 'coffset'.
einspline-0.9.2/src/nubspline_create.c:258:34: style: Variable 'M' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/nubspline_create.c:284:35: style: Variable 'Mx' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/nubspline_create.c:335:35: style: Variable 'Mx' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/nubspline_create.c:594:34: style: Variable 'M' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/nubspline_create.c:621:35: style: Variable 'Mx' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/nubspline_create.c:673:35: style: Variable 'Mx' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/nubspline_create.c:763:34: style: Variable 'M' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/nubspline_create.c:789:35: style: Variable 'Mx' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/nubspline_create.c:840:35: style: Variable 'Mx' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/nubspline_create.c:930:34: style: Variable 'M' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/nubspline_create.c:956:35: style: Variable 'Mx' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/nubspline_create.c:1010:35: style: Variable 'Mx' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/test_blip.c:118:25: style: Unused variable: interp [unusedVariable]
einspline-0.9.2/src/test_blip.c:139:12: style: Unused variable: gex [unusedVariable]
einspline-0.9.2/src/test_bspline_d.c:127:0: style: Same expression used in consecutive assignments of 'dx' and 'dy'. [duplicateAssignExpression]
einspline-0.9.2/src/test_bspline_d.c:128:0: note: Same expression used in consecutive assignments of 'dx' and 'dy'.
einspline-0.9.2/src/test_bspline_d.c:127:0: note: Same expression used in consecutive assignments of 'dx' and 'dy'.
einspline-0.9.2/src/test_bspline_d.c:128:0: style: Same expression used in consecutive assignments of 'dy' and 'dz'. [duplicateAssignExpression]
einspline-0.9.2/src/test_bspline_d.c:129:0: note: Same expression used in consecutive assignments of 'dy' and 'dz'.
einspline-0.9.2/src/test_bspline_d.c:128:0: note: Same expression used in consecutive assignments of 'dy' and 'dz'.
einspline-0.9.2/src/test_bspline_d.c:152:27: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/test_bspline_d.c:152:27: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/test_bspline_d.c:152:35: error: Uninitialized struct member: y_grid.delta [uninitStructMember]
einspline-0.9.2/src/test_bspline_d.c:152:35: error: Uninitialized struct member: y_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/test_bspline_d.c:152:43: error: Uninitialized struct member: z_grid.delta [uninitStructMember]
einspline-0.9.2/src/test_bspline_d.c:152:43: error: Uninitialized struct member: z_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/test_bspline_d.c:152:51: error: Uninitialized struct member: xBC.lVal [uninitStructMember]
einspline-0.9.2/src/test_bspline_d.c:152:51: error: Uninitialized struct member: xBC.rVal [uninitStructMember]
einspline-0.9.2/src/test_bspline_d.c:152:56: error: Uninitialized struct member: yBC.lVal [uninitStructMember]
einspline-0.9.2/src/test_bspline_d.c:152:56: error: Uninitialized struct member: yBC.rVal [uninitStructMember]
einspline-0.9.2/src/test_bspline_d.c:152:61: error: Uninitialized struct member: zBC.lVal [uninitStructMember]
einspline-0.9.2/src/test_bspline_d.c:152:61: error: Uninitialized struct member: zBC.rVal [uninitStructMember]
einspline-0.9.2/src/test_bspline_s.c:127:0: style: Same expression used in consecutive assignments of 'dx' and 'dy'. [duplicateAssignExpression]
einspline-0.9.2/src/test_bspline_s.c:128:0: note: Same expression used in consecutive assignments of 'dx' and 'dy'.
einspline-0.9.2/src/test_bspline_s.c:127:0: note: Same expression used in consecutive assignments of 'dx' and 'dy'.
einspline-0.9.2/src/test_bspline_s.c:128:0: style: Same expression used in consecutive assignments of 'dy' and 'dz'. [duplicateAssignExpression]
einspline-0.9.2/src/test_bspline_s.c:129:0: note: Same expression used in consecutive assignments of 'dy' and 'dz'.
einspline-0.9.2/src/test_bspline_s.c:128:0: note: Same expression used in consecutive assignments of 'dy' and 'dz'.
einspline-0.9.2/src/test_bspline_s.c:152:27: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/test_bspline_s.c:152:27: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/test_bspline_s.c:152:35: error: Uninitialized struct member: y_grid.delta [uninitStructMember]
einspline-0.9.2/src/test_bspline_s.c:152:35: error: Uninitialized struct member: y_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/test_bspline_s.c:152:43: error: Uninitialized struct member: z_grid.delta [uninitStructMember]
einspline-0.9.2/src/test_bspline_s.c:152:43: error: Uninitialized struct member: z_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/test_bspline_s.c:152:51: error: Uninitialized struct member: xBC.lVal [uninitStructMember]
einspline-0.9.2/src/test_bspline_s.c:152:51: error: Uninitialized struct member: xBC.rVal [uninitStructMember]
einspline-0.9.2/src/test_bspline_s.c:152:56: error: Uninitialized struct member: yBC.lVal [uninitStructMember]
einspline-0.9.2/src/test_bspline_s.c:152:56: error: Uninitialized struct member: yBC.rVal [uninitStructMember]
einspline-0.9.2/src/test_bspline_s.c:152:61: error: Uninitialized struct member: zBC.lVal [uninitStructMember]
einspline-0.9.2/src/test_bspline_s.c:152:61: error: Uninitialized struct member: zBC.rVal [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1328:40: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/test_multi.c:1329:40: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/test_multi.c:1330:40: style: Variable 'z' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/test_multi.c:1929:18: style: Unused variable: multi_lapl [unusedVariable]
einspline-0.9.2/src/test_multi.c:1929:43: style: Unused variable: norm_lapl [unusedVariable]
einspline-0.9.2/src/test_multi.c:1980:40: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/test_multi.c:1981:40: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/test_multi.c:1982:40: style: Variable 'z' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/test_multi.c:2082:40: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/test_multi.c:2083:40: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/test_multi.c:2084:40: style: Variable 'z' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/test_multi.c:2209:40: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/test_multi.c:2210:40: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/test_multi.c:2211:40: style: Variable 'z' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/test_multi.c:61:46: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/test_multi.c:68:45: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/test_multi.c:61:46: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/test_multi.c:68:45: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/test_multi.c:61:54: error: Uninitialized struct member: xBC.lVal [uninitStructMember]
einspline-0.9.2/src/test_multi.c:68:53: error: Uninitialized struct member: xBC.lVal [uninitStructMember]
einspline-0.9.2/src/test_multi.c:61:54: error: Uninitialized struct member: xBC.rVal [uninitStructMember]
einspline-0.9.2/src/test_multi.c:68:53: error: Uninitialized struct member: xBC.rVal [uninitStructMember]
einspline-0.9.2/src/test_multi.c:164:46: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/test_multi.c:172:45: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/test_multi.c:164:46: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/test_multi.c:172:45: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/test_multi.c:164:54: error: Uninitialized struct member: y_grid.delta [uninitStructMember]
einspline-0.9.2/src/test_multi.c:172:53: error: Uninitialized struct member: y_grid.delta [uninitStructMember]
einspline-0.9.2/src/test_multi.c:164:54: error: Uninitialized struct member: y_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/test_multi.c:172:53: error: Uninitialized struct member: y_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/test_multi.c:164:62: error: Uninitialized struct member: xBC.lVal [uninitStructMember]
einspline-0.9.2/src/test_multi.c:172:61: error: Uninitialized struct member: xBC.lVal [uninitStructMember]
einspline-0.9.2/src/test_multi.c:164:62: error: Uninitialized struct member: xBC.rVal [uninitStructMember]
einspline-0.9.2/src/test_multi.c:172:61: error: Uninitialized struct member: xBC.rVal [uninitStructMember]
einspline-0.9.2/src/test_multi.c:164:67: error: Uninitialized struct member: yBC.lVal [uninitStructMember]
einspline-0.9.2/src/test_multi.c:172:66: error: Uninitialized struct member: yBC.lVal [uninitStructMember]
einspline-0.9.2/src/test_multi.c:164:67: error: Uninitialized struct member: yBC.rVal [uninitStructMember]
einspline-0.9.2/src/test_multi.c:172:66: error: Uninitialized struct member: yBC.rVal [uninitStructMember]
einspline-0.9.2/src/test_multi.c:307:46: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/test_multi.c:315:45: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/test_multi.c:307:46: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/test_multi.c:315:45: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/test_multi.c:307:54: error: Uninitialized struct member: y_grid.delta [uninitStructMember]
einspline-0.9.2/src/test_multi.c:315:53: error: Uninitialized struct member: y_grid.delta [uninitStructMember]
einspline-0.9.2/src/test_multi.c:307:54: error: Uninitialized struct member: y_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/test_multi.c:315:53: error: Uninitialized struct member: y_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/test_multi.c:307:62: error: Uninitialized struct member: z_grid.delta [uninitStructMember]
einspline-0.9.2/src/test_multi.c:315:61: error: Uninitialized struct member: z_grid.delta [uninitStructMember]
einspline-0.9.2/src/test_multi.c:307:62: error: Uninitialized struct member: z_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/test_multi.c:315:61: error: Uninitialized struct member: z_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/test_multi.c:307:70: error: Uninitialized struct member: xBC.lVal [uninitStructMember]
einspline-0.9.2/src/test_multi.c:315:69: error: Uninitialized struct member: xBC.lVal [uninitStructMember]
einspline-0.9.2/src/test_multi.c:307:70: error: Uninitialized struct member: xBC.rVal [uninitStructMember]
einspline-0.9.2/src/test_multi.c:315:69: error: Uninitialized struct member: xBC.rVal [uninitStructMember]
einspline-0.9.2/src/test_multi.c:307:75: error: Uninitialized struct member: yBC.lVal [uninitStructMember]
einspline-0.9.2/src/test_multi.c:315:74: error: Uninitialized struct member: yBC.lVal [uninitStructMember]
einspline-0.9.2/src/test_multi.c:307:75: error: Uninitialized struct member: yBC.rVal [uninitStructMember]
einspline-0.9.2/src/test_multi.c:315:74: error: Uninitialized struct member: yBC.rVal [uninitStructMember]
einspline-0.9.2/src/test_multi.c:307:80: error: Uninitialized struct member: zBC.lVal [uninitStructMember]
einspline-0.9.2/src/test_multi.c:315:79: error: Uninitialized struct member: zBC.lVal [uninitStructMember]
einspline-0.9.2/src/test_multi.c:307:80: error: Uninitialized struct member: zBC.rVal [uninitStructMember]
einspline-0.9.2/src/test_multi.c:315:79: error: Uninitialized struct member: zBC.rVal [uninitStructMember]
einspline-0.9.2/src/test_multi.c:489:46: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/test_multi.c:496:45: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/test_multi.c:489:46: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/test_multi.c:496:45: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/test_multi.c:489:54: error: Uninitialized struct member: xBC.lVal [uninitStructMember]
einspline-0.9.2/src/test_multi.c:496:53: error: Uninitialized struct member: xBC.lVal [uninitStructMember]
einspline-0.9.2/src/test_multi.c:489:54: error: Uninitialized struct member: xBC.rVal [uninitStructMember]
einspline-0.9.2/src/test_multi.c:496:53: error: Uninitialized struct member: xBC.rVal [uninitStructMember]
einspline-0.9.2/src/test_multi.c:584:46: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/test_multi.c:592:45: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/test_multi.c:584:46: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/test_multi.c:592:45: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/test_multi.c:584:54: error: Uninitialized struct member: y_grid.delta [uninitStructMember]
einspline-0.9.2/src/test_multi.c:592:53: error: Uninitialized struct member: y_grid.delta [uninitStructMember]
einspline-0.9.2/src/test_multi.c:584:54: error: Uninitialized struct member: y_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/test_multi.c:592:53: error: Uninitialized struct member: y_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/test_multi.c:584:62: error: Uninitialized struct member: xBC.lVal [uninitStructMember]
einspline-0.9.2/src/test_multi.c:592:61: error: Uninitialized struct member: xBC.lVal [uninitStructMember]
einspline-0.9.2/src/test_multi.c:584:62: error: Uninitialized struct member: xBC.rVal [uninitStructMember]
einspline-0.9.2/src/test_multi.c:592:61: error: Uninitialized struct member: xBC.rVal [uninitStructMember]
einspline-0.9.2/src/test_multi.c:584:67: error: Uninitialized struct member: yBC.lVal [uninitStructMember]
einspline-0.9.2/src/test_multi.c:592:66: error: Uninitialized struct member: yBC.lVal [uninitStructMember]
einspline-0.9.2/src/test_multi.c:584:67: error: Uninitialized struct member: yBC.rVal [uninitStructMember]
einspline-0.9.2/src/test_multi.c:592:66: error: Uninitialized struct member: yBC.rVal [uninitStructMember]
einspline-0.9.2/src/test_multi.c:727:46: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/test_multi.c:735:45: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/test_multi.c:727:46: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/test_multi.c:735:45: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/test_multi.c:727:54: error: Uninitialized struct member: y_grid.delta [uninitStructMember]
einspline-0.9.2/src/test_multi.c:735:53: error: Uninitialized struct member: y_grid.delta [uninitStructMember]
einspline-0.9.2/src/test_multi.c:727:54: error: Uninitialized struct member: y_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/test_multi.c:735:53: error: Uninitialized struct member: y_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/test_multi.c:727:62: error: Uninitialized struct member: z_grid.delta [uninitStructMember]
einspline-0.9.2/src/test_multi.c:735:61: error: Uninitialized struct member: z_grid.delta [uninitStructMember]
einspline-0.9.2/src/test_multi.c:727:62: error: Uninitialized struct member: z_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/test_multi.c:735:61: error: Uninitialized struct member: z_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/test_multi.c:727:70: error: Uninitialized struct member: xBC.lVal [uninitStructMember]
einspline-0.9.2/src/test_multi.c:735:69: error: Uninitialized struct member: xBC.lVal [uninitStructMember]
einspline-0.9.2/src/test_multi.c:727:70: error: Uninitialized struct member: xBC.rVal [uninitStructMember]
einspline-0.9.2/src/test_multi.c:735:69: error: Uninitialized struct member: xBC.rVal [uninitStructMember]
einspline-0.9.2/src/test_multi.c:727:75: error: Uninitialized struct member: yBC.lVal [uninitStructMember]
einspline-0.9.2/src/test_multi.c:735:74: error: Uninitialized struct member: yBC.lVal [uninitStructMember]
einspline-0.9.2/src/test_multi.c:727:75: error: Uninitialized struct member: yBC.rVal [uninitStructMember]
einspline-0.9.2/src/test_multi.c:735:74: error: Uninitialized struct member: yBC.rVal [uninitStructMember]
einspline-0.9.2/src/test_multi.c:727:80: error: Uninitialized struct member: zBC.lVal [uninitStructMember]
einspline-0.9.2/src/test_multi.c:735:79: error: Uninitialized struct member: zBC.lVal [uninitStructMember]
einspline-0.9.2/src/test_multi.c:727:80: error: Uninitialized struct member: zBC.rVal [uninitStructMember]
einspline-0.9.2/src/test_multi.c:735:79: error: Uninitialized struct member: zBC.rVal [uninitStructMember]
einspline-0.9.2/src/test_multi.c:863:46: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/test_multi.c:870:45: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/test_multi.c:863:46: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/test_multi.c:870:45: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/test_multi.c:863:54: error: Uninitialized struct member: xBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/test_multi.c:870:53: error: Uninitialized struct member: xBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/test_multi.c:863:54: error: Uninitialized struct member: xBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/test_multi.c:870:53: error: Uninitialized struct member: xBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/test_multi.c:863:54: error: Uninitialized struct member: xBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/test_multi.c:870:53: error: Uninitialized struct member: xBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/test_multi.c:863:54: error: Uninitialized struct member: xBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/test_multi.c:870:53: error: Uninitialized struct member: xBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/test_multi.c:972:46: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/test_multi.c:980:45: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/test_multi.c:972:46: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/test_multi.c:980:45: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/test_multi.c:972:54: error: Uninitialized struct member: y_grid.delta [uninitStructMember]
einspline-0.9.2/src/test_multi.c:980:53: error: Uninitialized struct member: y_grid.delta [uninitStructMember]
einspline-0.9.2/src/test_multi.c:972:54: error: Uninitialized struct member: y_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/test_multi.c:980:53: error: Uninitialized struct member: y_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/test_multi.c:972:62: error: Uninitialized struct member: xBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/test_multi.c:980:61: error: Uninitialized struct member: xBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/test_multi.c:972:62: error: Uninitialized struct member: xBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/test_multi.c:980:61: error: Uninitialized struct member: xBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/test_multi.c:972:62: error: Uninitialized struct member: xBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/test_multi.c:980:61: error: Uninitialized struct member: xBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/test_multi.c:972:62: error: Uninitialized struct member: xBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/test_multi.c:980:61: error: Uninitialized struct member: xBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/test_multi.c:972:67: error: Uninitialized struct member: yBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/test_multi.c:980:66: error: Uninitialized struct member: yBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/test_multi.c:972:67: error: Uninitialized struct member: yBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/test_multi.c:980:66: error: Uninitialized struct member: yBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/test_multi.c:972:67: error: Uninitialized struct member: yBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/test_multi.c:980:66: error: Uninitialized struct member: yBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/test_multi.c:972:67: error: Uninitialized struct member: yBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/test_multi.c:980:66: error: Uninitialized struct member: yBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1141:46: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1149:45: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1141:46: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1149:45: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1141:54: error: Uninitialized struct member: y_grid.delta [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1149:53: error: Uninitialized struct member: y_grid.delta [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1141:54: error: Uninitialized struct member: y_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1149:53: error: Uninitialized struct member: y_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1141:62: error: Uninitialized struct member: z_grid.delta [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1149:61: error: Uninitialized struct member: z_grid.delta [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1141:62: error: Uninitialized struct member: z_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1149:61: error: Uninitialized struct member: z_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1141:70: error: Uninitialized struct member: xBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1149:69: error: Uninitialized struct member: xBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1141:70: error: Uninitialized struct member: xBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1149:69: error: Uninitialized struct member: xBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1141:70: error: Uninitialized struct member: xBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1149:69: error: Uninitialized struct member: xBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1141:70: error: Uninitialized struct member: xBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1149:69: error: Uninitialized struct member: xBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1141:75: error: Uninitialized struct member: yBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1149:74: error: Uninitialized struct member: yBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1141:75: error: Uninitialized struct member: yBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1149:74: error: Uninitialized struct member: yBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1141:75: error: Uninitialized struct member: yBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1149:74: error: Uninitialized struct member: yBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1141:75: error: Uninitialized struct member: yBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1149:74: error: Uninitialized struct member: yBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1141:80: error: Uninitialized struct member: zBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1149:79: error: Uninitialized struct member: zBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1141:80: error: Uninitialized struct member: zBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1149:79: error: Uninitialized struct member: zBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1141:80: error: Uninitialized struct member: zBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1149:79: error: Uninitialized struct member: zBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1141:80: error: Uninitialized struct member: zBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1149:79: error: Uninitialized struct member: zBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1279:46: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1287:45: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1279:46: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1287:45: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1279:54: error: Uninitialized struct member: y_grid.delta [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1287:53: error: Uninitialized struct member: y_grid.delta [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1279:54: error: Uninitialized struct member: y_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1287:53: error: Uninitialized struct member: y_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1279:62: error: Uninitialized struct member: z_grid.delta [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1287:61: error: Uninitialized struct member: z_grid.delta [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1279:62: error: Uninitialized struct member: z_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1287:61: error: Uninitialized struct member: z_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1279:70: error: Uninitialized struct member: xBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1287:69: error: Uninitialized struct member: xBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1279:70: error: Uninitialized struct member: xBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1287:69: error: Uninitialized struct member: xBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1279:70: error: Uninitialized struct member: xBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1287:69: error: Uninitialized struct member: xBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1279:70: error: Uninitialized struct member: xBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1287:69: error: Uninitialized struct member: xBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1279:75: error: Uninitialized struct member: yBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1287:74: error: Uninitialized struct member: yBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1279:75: error: Uninitialized struct member: yBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1287:74: error: Uninitialized struct member: yBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1279:75: error: Uninitialized struct member: yBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1287:74: error: Uninitialized struct member: yBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1279:75: error: Uninitialized struct member: yBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1287:74: error: Uninitialized struct member: yBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1279:80: error: Uninitialized struct member: zBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1287:79: error: Uninitialized struct member: zBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1279:80: error: Uninitialized struct member: zBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1287:79: error: Uninitialized struct member: zBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1279:80: error: Uninitialized struct member: zBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1287:79: error: Uninitialized struct member: zBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1279:80: error: Uninitialized struct member: zBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1287:79: error: Uninitialized struct member: zBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1391:46: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1398:45: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1391:46: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1398:45: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1391:54: error: Uninitialized struct member: xBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1398:53: error: Uninitialized struct member: xBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1391:54: error: Uninitialized struct member: xBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1398:53: error: Uninitialized struct member: xBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1391:54: error: Uninitialized struct member: xBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1398:53: error: Uninitialized struct member: xBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1391:54: error: Uninitialized struct member: xBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1398:53: error: Uninitialized struct member: xBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1615:46: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1623:45: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1615:46: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1623:45: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1615:54: error: Uninitialized struct member: y_grid.delta [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1623:53: error: Uninitialized struct member: y_grid.delta [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1615:54: error: Uninitialized struct member: y_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1623:53: error: Uninitialized struct member: y_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1615:62: error: Uninitialized struct member: xBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1623:61: error: Uninitialized struct member: xBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1615:62: error: Uninitialized struct member: xBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1623:61: error: Uninitialized struct member: xBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1615:62: error: Uninitialized struct member: xBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1623:61: error: Uninitialized struct member: xBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1615:62: error: Uninitialized struct member: xBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1623:61: error: Uninitialized struct member: xBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1615:67: error: Uninitialized struct member: yBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1623:66: error: Uninitialized struct member: yBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1615:67: error: Uninitialized struct member: yBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1623:66: error: Uninitialized struct member: yBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1615:67: error: Uninitialized struct member: yBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1623:66: error: Uninitialized struct member: yBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1615:67: error: Uninitialized struct member: yBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1623:66: error: Uninitialized struct member: yBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1767:46: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1775:45: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1767:46: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1775:45: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1767:54: error: Uninitialized struct member: y_grid.delta [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1775:53: error: Uninitialized struct member: y_grid.delta [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1767:54: error: Uninitialized struct member: y_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1775:53: error: Uninitialized struct member: y_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1767:62: error: Uninitialized struct member: z_grid.delta [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1775:61: error: Uninitialized struct member: z_grid.delta [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1767:62: error: Uninitialized struct member: z_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1775:61: error: Uninitialized struct member: z_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1767:70: error: Uninitialized struct member: xBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1775:69: error: Uninitialized struct member: xBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1767:70: error: Uninitialized struct member: xBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1775:69: error: Uninitialized struct member: xBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1767:70: error: Uninitialized struct member: xBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1775:69: error: Uninitialized struct member: xBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1767:70: error: Uninitialized struct member: xBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1775:69: error: Uninitialized struct member: xBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1767:75: error: Uninitialized struct member: yBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1775:74: error: Uninitialized struct member: yBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1767:75: error: Uninitialized struct member: yBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1775:74: error: Uninitialized struct member: yBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1767:75: error: Uninitialized struct member: yBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1775:74: error: Uninitialized struct member: yBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1767:75: error: Uninitialized struct member: yBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1775:74: error: Uninitialized struct member: yBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1767:80: error: Uninitialized struct member: zBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1775:79: error: Uninitialized struct member: zBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1767:80: error: Uninitialized struct member: zBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1775:79: error: Uninitialized struct member: zBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1767:80: error: Uninitialized struct member: zBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1775:79: error: Uninitialized struct member: zBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1767:80: error: Uninitialized struct member: zBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1775:79: error: Uninitialized struct member: zBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1906:46: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1914:45: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1906:46: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1914:45: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1906:54: error: Uninitialized struct member: y_grid.delta [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1914:53: error: Uninitialized struct member: y_grid.delta [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1906:54: error: Uninitialized struct member: y_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1914:53: error: Uninitialized struct member: y_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1906:62: error: Uninitialized struct member: z_grid.delta [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1914:61: error: Uninitialized struct member: z_grid.delta [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1906:62: error: Uninitialized struct member: z_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1914:61: error: Uninitialized struct member: z_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1906:70: error: Uninitialized struct member: xBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1914:69: error: Uninitialized struct member: xBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1906:70: error: Uninitialized struct member: xBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1914:69: error: Uninitialized struct member: xBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1906:70: error: Uninitialized struct member: xBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1914:69: error: Uninitialized struct member: xBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1906:70: error: Uninitialized struct member: xBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1914:69: error: Uninitialized struct member: xBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1906:75: error: Uninitialized struct member: yBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1914:74: error: Uninitialized struct member: yBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1906:75: error: Uninitialized struct member: yBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1914:74: error: Uninitialized struct member: yBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1906:75: error: Uninitialized struct member: yBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1914:74: error: Uninitialized struct member: yBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1906:75: error: Uninitialized struct member: yBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1914:74: error: Uninitialized struct member: yBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1906:80: error: Uninitialized struct member: zBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1914:79: error: Uninitialized struct member: zBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1906:80: error: Uninitialized struct member: zBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1914:79: error: Uninitialized struct member: zBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1906:80: error: Uninitialized struct member: zBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1914:79: error: Uninitialized struct member: zBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1906:80: error: Uninitialized struct member: zBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/test_multi.c:1914:79: error: Uninitialized struct member: zBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/test_multi.c:2035:46: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/test_multi.c:2043:45: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/test_multi.c:2035:46: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/test_multi.c:2043:45: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/test_multi.c:2035:54: error: Uninitialized struct member: y_grid.delta [uninitStructMember]
einspline-0.9.2/src/test_multi.c:2043:53: error: Uninitialized struct member: y_grid.delta [uninitStructMember]
einspline-0.9.2/src/test_multi.c:2035:54: error: Uninitialized struct member: y_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/test_multi.c:2043:53: error: Uninitialized struct member: y_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/test_multi.c:2035:62: error: Uninitialized struct member: z_grid.delta [uninitStructMember]
einspline-0.9.2/src/test_multi.c:2043:61: error: Uninitialized struct member: z_grid.delta [uninitStructMember]
einspline-0.9.2/src/test_multi.c:2035:62: error: Uninitialized struct member: z_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/test_multi.c:2043:61: error: Uninitialized struct member: z_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/test_multi.c:2035:70: error: Uninitialized struct member: xBC.lVal [uninitStructMember]
einspline-0.9.2/src/test_multi.c:2043:69: error: Uninitialized struct member: xBC.lVal [uninitStructMember]
einspline-0.9.2/src/test_multi.c:2035:70: error: Uninitialized struct member: xBC.rVal [uninitStructMember]
einspline-0.9.2/src/test_multi.c:2043:69: error: Uninitialized struct member: xBC.rVal [uninitStructMember]
einspline-0.9.2/src/test_multi.c:2035:75: error: Uninitialized struct member: yBC.lVal [uninitStructMember]
einspline-0.9.2/src/test_multi.c:2043:74: error: Uninitialized struct member: yBC.lVal [uninitStructMember]
einspline-0.9.2/src/test_multi.c:2035:75: error: Uninitialized struct member: yBC.rVal [uninitStructMember]
einspline-0.9.2/src/test_multi.c:2043:74: error: Uninitialized struct member: yBC.rVal [uninitStructMember]
einspline-0.9.2/src/test_multi.c:2035:80: error: Uninitialized struct member: zBC.lVal [uninitStructMember]
einspline-0.9.2/src/test_multi.c:2043:79: error: Uninitialized struct member: zBC.lVal [uninitStructMember]
einspline-0.9.2/src/test_multi.c:2035:80: error: Uninitialized struct member: zBC.rVal [uninitStructMember]
einspline-0.9.2/src/test_multi.c:2043:79: error: Uninitialized struct member: zBC.rVal [uninitStructMember]
einspline-0.9.2/src/test_multi.c:2137:46: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/test_multi.c:2145:45: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/test_multi.c:2137:46: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/test_multi.c:2145:45: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/test_multi.c:2137:54: error: Uninitialized struct member: y_grid.delta [uninitStructMember]
einspline-0.9.2/src/test_multi.c:2145:53: error: Uninitialized struct member: y_grid.delta [uninitStructMember]
einspline-0.9.2/src/test_multi.c:2137:54: error: Uninitialized struct member: y_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/test_multi.c:2145:53: error: Uninitialized struct member: y_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/test_multi.c:2137:62: error: Uninitialized struct member: z_grid.delta [uninitStructMember]
einspline-0.9.2/src/test_multi.c:2145:61: error: Uninitialized struct member: z_grid.delta [uninitStructMember]
einspline-0.9.2/src/test_multi.c:2137:62: error: Uninitialized struct member: z_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/test_multi.c:2145:61: error: Uninitialized struct member: z_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/test_multi.c:2137:70: error: Uninitialized struct member: xBC.lVal [uninitStructMember]
einspline-0.9.2/src/test_multi.c:2145:69: error: Uninitialized struct member: xBC.lVal [uninitStructMember]
einspline-0.9.2/src/test_multi.c:2137:70: error: Uninitialized struct member: xBC.rVal [uninitStructMember]
einspline-0.9.2/src/test_multi.c:2145:69: error: Uninitialized struct member: xBC.rVal [uninitStructMember]
einspline-0.9.2/src/test_multi.c:2137:75: error: Uninitialized struct member: yBC.lVal [uninitStructMember]
einspline-0.9.2/src/test_multi.c:2145:74: error: Uninitialized struct member: yBC.lVal [uninitStructMember]
einspline-0.9.2/src/test_multi.c:2137:75: error: Uninitialized struct member: yBC.rVal [uninitStructMember]
einspline-0.9.2/src/test_multi.c:2145:74: error: Uninitialized struct member: yBC.rVal [uninitStructMember]
einspline-0.9.2/src/test_multi.c:2137:80: error: Uninitialized struct member: zBC.lVal [uninitStructMember]
einspline-0.9.2/src/test_multi.c:2145:79: error: Uninitialized struct member: zBC.lVal [uninitStructMember]
einspline-0.9.2/src/test_multi.c:2137:80: error: Uninitialized struct member: zBC.rVal [uninitStructMember]
einspline-0.9.2/src/test_multi.c:2145:79: error: Uninitialized struct member: zBC.rVal [uninitStructMember]
einspline-0.9.2/src/test_multi_cpp.cc:2139:0: error: syntax error [syntaxError]
einspline-0.9.2/src/time_multi.c:1461:40: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/time_multi.c:1462:40: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/time_multi.c:1463:40: style: Variable 'z' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/time_multi.c:1800:17: style: Unused variable: multi_lapl [unusedVariable]
einspline-0.9.2/src/time_multi.c:1800:42: style: Unused variable: norm_lapl [unusedVariable]
einspline-0.9.2/src/time_multi.c:1807:40: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/time_multi.c:1808:40: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/time_multi.c:1809:40: style: Variable 'z' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/time_multi.c:1942:9: style: Unused variable: multi_lapl [unusedVariable]
einspline-0.9.2/src/time_multi.c:1942:34: style: Unused variable: norm_lapl [unusedVariable]
einspline-0.9.2/src/time_multi.c:1949:40: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/time_multi.c:1950:40: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/time_multi.c:1951:40: style: Variable 'z' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/time_multi.c:2067:10: style: Unused variable: multi_lapl [unusedVariable]
einspline-0.9.2/src/time_multi.c:2067:35: style: Unused variable: norm_lapl [unusedVariable]
einspline-0.9.2/src/time_multi.c:2074:40: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/time_multi.c:2075:40: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/time_multi.c:2076:40: style: Variable 'z' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/time_multi.c:2197:18: style: Unused variable: multi_lapl [unusedVariable]
einspline-0.9.2/src/time_multi.c:2197:43: style: Unused variable: norm_lapl [unusedVariable]
einspline-0.9.2/src/time_multi.c:2204:40: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/time_multi.c:2205:40: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/time_multi.c:2206:40: style: Variable 'z' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/time_multi.c:2344:18: style: Unused variable: multi_lapl [unusedVariable]
einspline-0.9.2/src/time_multi.c:2344:43: style: Unused variable: norm_lapl [unusedVariable]
einspline-0.9.2/src/time_multi.c:2395:40: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/time_multi.c:2396:40: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/time_multi.c:2397:40: style: Variable 'z' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/time_multi.c:2498:40: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/time_multi.c:2499:40: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/time_multi.c:2500:40: style: Variable 'z' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/time_multi.c:2625:40: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/time_multi.c:2626:40: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/time_multi.c:2627:40: style: Variable 'z' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/time_multi.c:2701:44: style: Unused variable: norm_grads [unusedVariable]
einspline-0.9.2/src/time_multi.c:2702:44: style: Unused variable: norm_lapl [unusedVariable]
einspline-0.9.2/src/time_multi.c:2719:16: style: Variable 'norm_start' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/time_multi.c:2727:14: style: Variable 'norm_end' is assigned a value that is never used. [unreadVariable]
einspline-0.9.2/src/time_multi.c:62:46: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:69:45: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:62:46: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:69:45: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:62:54: error: Uninitialized struct member: xBC.lVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:69:53: error: Uninitialized struct member: xBC.lVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:62:54: error: Uninitialized struct member: xBC.rVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:69:53: error: Uninitialized struct member: xBC.rVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:165:46: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:173:45: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:165:46: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:173:45: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:165:54: error: Uninitialized struct member: y_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:173:53: error: Uninitialized struct member: y_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:165:54: error: Uninitialized struct member: y_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:173:53: error: Uninitialized struct member: y_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:165:62: error: Uninitialized struct member: xBC.lVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:173:61: error: Uninitialized struct member: xBC.lVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:165:62: error: Uninitialized struct member: xBC.rVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:173:61: error: Uninitialized struct member: xBC.rVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:165:67: error: Uninitialized struct member: yBC.lVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:173:66: error: Uninitialized struct member: yBC.lVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:165:67: error: Uninitialized struct member: yBC.rVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:173:66: error: Uninitialized struct member: yBC.rVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:308:46: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:316:45: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:308:46: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:316:45: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:308:54: error: Uninitialized struct member: y_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:316:53: error: Uninitialized struct member: y_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:308:54: error: Uninitialized struct member: y_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:316:53: error: Uninitialized struct member: y_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:308:62: error: Uninitialized struct member: z_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:316:61: error: Uninitialized struct member: z_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:308:62: error: Uninitialized struct member: z_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:316:61: error: Uninitialized struct member: z_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:308:70: error: Uninitialized struct member: xBC.lVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:316:69: error: Uninitialized struct member: xBC.lVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:308:70: error: Uninitialized struct member: xBC.rVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:316:69: error: Uninitialized struct member: xBC.rVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:308:75: error: Uninitialized struct member: yBC.lVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:316:74: error: Uninitialized struct member: yBC.lVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:308:75: error: Uninitialized struct member: yBC.rVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:316:74: error: Uninitialized struct member: yBC.rVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:308:80: error: Uninitialized struct member: zBC.lVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:316:79: error: Uninitialized struct member: zBC.lVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:308:80: error: Uninitialized struct member: zBC.rVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:316:79: error: Uninitialized struct member: zBC.rVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:490:46: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:497:45: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:490:46: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:497:45: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:490:54: error: Uninitialized struct member: xBC.lVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:497:53: error: Uninitialized struct member: xBC.lVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:490:54: error: Uninitialized struct member: xBC.rVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:497:53: error: Uninitialized struct member: xBC.rVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:585:46: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:593:45: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:585:46: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:593:45: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:585:54: error: Uninitialized struct member: y_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:593:53: error: Uninitialized struct member: y_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:585:54: error: Uninitialized struct member: y_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:593:53: error: Uninitialized struct member: y_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:585:62: error: Uninitialized struct member: xBC.lVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:593:61: error: Uninitialized struct member: xBC.lVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:585:62: error: Uninitialized struct member: xBC.rVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:593:61: error: Uninitialized struct member: xBC.rVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:585:67: error: Uninitialized struct member: yBC.lVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:593:66: error: Uninitialized struct member: yBC.lVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:585:67: error: Uninitialized struct member: yBC.rVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:593:66: error: Uninitialized struct member: yBC.rVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:728:46: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:736:45: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:728:46: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:736:45: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:728:54: error: Uninitialized struct member: y_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:736:53: error: Uninitialized struct member: y_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:728:54: error: Uninitialized struct member: y_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:736:53: error: Uninitialized struct member: y_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:728:62: error: Uninitialized struct member: z_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:736:61: error: Uninitialized struct member: z_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:728:62: error: Uninitialized struct member: z_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:736:61: error: Uninitialized struct member: z_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:728:70: error: Uninitialized struct member: xBC.lVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:736:69: error: Uninitialized struct member: xBC.lVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:728:70: error: Uninitialized struct member: xBC.rVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:736:69: error: Uninitialized struct member: xBC.rVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:728:75: error: Uninitialized struct member: yBC.lVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:736:74: error: Uninitialized struct member: yBC.lVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:728:75: error: Uninitialized struct member: yBC.rVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:736:74: error: Uninitialized struct member: yBC.rVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:728:80: error: Uninitialized struct member: zBC.lVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:736:79: error: Uninitialized struct member: zBC.lVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:728:80: error: Uninitialized struct member: zBC.rVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:736:79: error: Uninitialized struct member: zBC.rVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:864:46: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:871:45: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:864:46: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:871:45: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:864:54: error: Uninitialized struct member: xBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:871:53: error: Uninitialized struct member: xBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:864:54: error: Uninitialized struct member: xBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:871:53: error: Uninitialized struct member: xBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:864:54: error: Uninitialized struct member: xBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:871:53: error: Uninitialized struct member: xBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:864:54: error: Uninitialized struct member: xBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:871:53: error: Uninitialized struct member: xBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:973:46: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:981:45: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:973:46: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:981:45: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:973:54: error: Uninitialized struct member: y_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:981:53: error: Uninitialized struct member: y_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:973:54: error: Uninitialized struct member: y_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:981:53: error: Uninitialized struct member: y_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:973:62: error: Uninitialized struct member: xBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:981:61: error: Uninitialized struct member: xBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:973:62: error: Uninitialized struct member: xBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:981:61: error: Uninitialized struct member: xBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:973:62: error: Uninitialized struct member: xBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:981:61: error: Uninitialized struct member: xBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:973:62: error: Uninitialized struct member: xBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:981:61: error: Uninitialized struct member: xBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:973:67: error: Uninitialized struct member: yBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:981:66: error: Uninitialized struct member: yBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:973:67: error: Uninitialized struct member: yBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:981:66: error: Uninitialized struct member: yBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:973:67: error: Uninitialized struct member: yBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:981:66: error: Uninitialized struct member: yBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:973:67: error: Uninitialized struct member: yBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:981:66: error: Uninitialized struct member: yBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1143:6: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1150:45: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1143:6: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1150:45: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1143:14: error: Uninitialized struct member: y_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1150:53: error: Uninitialized struct member: y_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1143:14: error: Uninitialized struct member: y_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1150:53: error: Uninitialized struct member: y_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1143:22: error: Uninitialized struct member: z_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1150:61: error: Uninitialized struct member: z_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1143:22: error: Uninitialized struct member: z_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1150:61: error: Uninitialized struct member: z_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1143:30: error: Uninitialized struct member: xBC.lVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1150:69: error: Uninitialized struct member: xBC.lVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1143:30: error: Uninitialized struct member: xBC.rVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1150:69: error: Uninitialized struct member: xBC.rVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1143:35: error: Uninitialized struct member: yBC.lVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1150:74: error: Uninitialized struct member: yBC.lVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1143:35: error: Uninitialized struct member: yBC.rVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1150:74: error: Uninitialized struct member: yBC.rVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1143:40: error: Uninitialized struct member: zBC.lVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1150:79: error: Uninitialized struct member: zBC.lVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1143:40: error: Uninitialized struct member: zBC.rVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1150:79: error: Uninitialized struct member: zBC.rVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1272:46: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1280:45: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1272:46: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1280:45: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1272:54: error: Uninitialized struct member: y_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1280:53: error: Uninitialized struct member: y_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1272:54: error: Uninitialized struct member: y_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1280:53: error: Uninitialized struct member: y_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1272:62: error: Uninitialized struct member: z_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1280:61: error: Uninitialized struct member: z_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1272:62: error: Uninitialized struct member: z_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1280:61: error: Uninitialized struct member: z_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1272:70: error: Uninitialized struct member: xBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1280:69: error: Uninitialized struct member: xBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1272:70: error: Uninitialized struct member: xBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1280:69: error: Uninitialized struct member: xBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1272:70: error: Uninitialized struct member: xBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1280:69: error: Uninitialized struct member: xBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1272:70: error: Uninitialized struct member: xBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1280:69: error: Uninitialized struct member: xBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1272:75: error: Uninitialized struct member: yBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1280:74: error: Uninitialized struct member: yBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1272:75: error: Uninitialized struct member: yBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1280:74: error: Uninitialized struct member: yBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1272:75: error: Uninitialized struct member: yBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1280:74: error: Uninitialized struct member: yBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1272:75: error: Uninitialized struct member: yBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1280:74: error: Uninitialized struct member: yBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1272:80: error: Uninitialized struct member: zBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1280:79: error: Uninitialized struct member: zBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1272:80: error: Uninitialized struct member: zBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1280:79: error: Uninitialized struct member: zBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1272:80: error: Uninitialized struct member: zBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1280:79: error: Uninitialized struct member: zBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1272:80: error: Uninitialized struct member: zBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1280:79: error: Uninitialized struct member: zBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1412:46: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1420:45: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1412:46: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1420:45: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1412:54: error: Uninitialized struct member: y_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1420:53: error: Uninitialized struct member: y_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1412:54: error: Uninitialized struct member: y_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1420:53: error: Uninitialized struct member: y_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1412:62: error: Uninitialized struct member: z_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1420:61: error: Uninitialized struct member: z_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1412:62: error: Uninitialized struct member: z_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1420:61: error: Uninitialized struct member: z_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1412:70: error: Uninitialized struct member: xBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1420:69: error: Uninitialized struct member: xBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1412:70: error: Uninitialized struct member: xBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1420:69: error: Uninitialized struct member: xBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1412:70: error: Uninitialized struct member: xBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1420:69: error: Uninitialized struct member: xBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1412:70: error: Uninitialized struct member: xBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1420:69: error: Uninitialized struct member: xBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1412:75: error: Uninitialized struct member: yBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1420:74: error: Uninitialized struct member: yBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1412:75: error: Uninitialized struct member: yBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1420:74: error: Uninitialized struct member: yBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1412:75: error: Uninitialized struct member: yBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1420:74: error: Uninitialized struct member: yBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1412:75: error: Uninitialized struct member: yBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1420:74: error: Uninitialized struct member: yBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1412:80: error: Uninitialized struct member: zBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1420:79: error: Uninitialized struct member: zBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1412:80: error: Uninitialized struct member: zBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1420:79: error: Uninitialized struct member: zBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1412:80: error: Uninitialized struct member: zBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1420:79: error: Uninitialized struct member: zBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1412:80: error: Uninitialized struct member: zBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1420:79: error: Uninitialized struct member: zBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1524:46: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1531:45: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1524:46: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1531:45: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1524:54: error: Uninitialized struct member: xBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1531:53: error: Uninitialized struct member: xBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1524:54: error: Uninitialized struct member: xBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1531:53: error: Uninitialized struct member: xBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1524:54: error: Uninitialized struct member: xBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1531:53: error: Uninitialized struct member: xBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1524:54: error: Uninitialized struct member: xBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1531:53: error: Uninitialized struct member: xBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1632:46: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1640:45: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1632:46: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1640:45: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1632:54: error: Uninitialized struct member: y_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1640:53: error: Uninitialized struct member: y_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1632:54: error: Uninitialized struct member: y_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1640:53: error: Uninitialized struct member: y_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1632:62: error: Uninitialized struct member: xBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1640:61: error: Uninitialized struct member: xBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1632:62: error: Uninitialized struct member: xBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1640:61: error: Uninitialized struct member: xBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1632:62: error: Uninitialized struct member: xBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1640:61: error: Uninitialized struct member: xBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1632:62: error: Uninitialized struct member: xBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1640:61: error: Uninitialized struct member: xBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1632:67: error: Uninitialized struct member: yBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1640:66: error: Uninitialized struct member: yBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1632:67: error: Uninitialized struct member: yBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1640:66: error: Uninitialized struct member: yBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1632:67: error: Uninitialized struct member: yBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1640:66: error: Uninitialized struct member: yBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1632:67: error: Uninitialized struct member: yBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1640:66: error: Uninitialized struct member: yBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1784:46: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1792:45: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1784:46: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1792:45: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1784:54: error: Uninitialized struct member: y_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1792:53: error: Uninitialized struct member: y_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1784:54: error: Uninitialized struct member: y_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1792:53: error: Uninitialized struct member: y_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1784:62: error: Uninitialized struct member: z_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1792:61: error: Uninitialized struct member: z_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1784:62: error: Uninitialized struct member: z_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1792:61: error: Uninitialized struct member: z_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1784:70: error: Uninitialized struct member: xBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1792:69: error: Uninitialized struct member: xBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1784:70: error: Uninitialized struct member: xBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1792:69: error: Uninitialized struct member: xBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1784:70: error: Uninitialized struct member: xBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1792:69: error: Uninitialized struct member: xBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1784:70: error: Uninitialized struct member: xBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1792:69: error: Uninitialized struct member: xBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1784:75: error: Uninitialized struct member: yBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1792:74: error: Uninitialized struct member: yBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1784:75: error: Uninitialized struct member: yBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1792:74: error: Uninitialized struct member: yBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1784:75: error: Uninitialized struct member: yBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1792:74: error: Uninitialized struct member: yBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1784:75: error: Uninitialized struct member: yBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1792:74: error: Uninitialized struct member: yBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1784:80: error: Uninitialized struct member: zBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1792:79: error: Uninitialized struct member: zBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1784:80: error: Uninitialized struct member: zBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1792:79: error: Uninitialized struct member: zBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1784:80: error: Uninitialized struct member: zBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1792:79: error: Uninitialized struct member: zBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1784:80: error: Uninitialized struct member: zBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1792:79: error: Uninitialized struct member: zBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1926:6: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1934:8: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1926:6: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1934:8: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1926:14: error: Uninitialized struct member: y_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1934:16: error: Uninitialized struct member: y_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1926:14: error: Uninitialized struct member: y_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1934:16: error: Uninitialized struct member: y_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1926:22: error: Uninitialized struct member: z_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1934:24: error: Uninitialized struct member: z_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1926:22: error: Uninitialized struct member: z_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1934:24: error: Uninitialized struct member: z_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1926:30: error: Uninitialized struct member: xBC.lVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1934:32: error: Uninitialized struct member: xBC.lVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1926:30: error: Uninitialized struct member: xBC.rVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1934:32: error: Uninitialized struct member: xBC.rVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1926:35: error: Uninitialized struct member: yBC.lVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1934:37: error: Uninitialized struct member: yBC.lVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1926:35: error: Uninitialized struct member: yBC.rVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1934:37: error: Uninitialized struct member: yBC.rVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1926:40: error: Uninitialized struct member: zBC.lVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1934:42: error: Uninitialized struct member: zBC.lVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1926:40: error: Uninitialized struct member: zBC.rVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:1934:42: error: Uninitialized struct member: zBC.rVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2051:6: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2059:8: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2051:6: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2059:8: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2051:14: error: Uninitialized struct member: y_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2059:16: error: Uninitialized struct member: y_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2051:14: error: Uninitialized struct member: y_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2059:16: error: Uninitialized struct member: y_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2051:22: error: Uninitialized struct member: z_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2059:24: error: Uninitialized struct member: z_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2051:22: error: Uninitialized struct member: z_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2059:24: error: Uninitialized struct member: z_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2051:30: error: Uninitialized struct member: xBC.lVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2059:32: error: Uninitialized struct member: xBC.lVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2051:30: error: Uninitialized struct member: xBC.rVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2059:32: error: Uninitialized struct member: xBC.rVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2051:35: error: Uninitialized struct member: yBC.lVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2059:37: error: Uninitialized struct member: yBC.lVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2051:35: error: Uninitialized struct member: yBC.rVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2059:37: error: Uninitialized struct member: yBC.rVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2051:40: error: Uninitialized struct member: zBC.lVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2059:42: error: Uninitialized struct member: zBC.lVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2051:40: error: Uninitialized struct member: zBC.rVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2059:42: error: Uninitialized struct member: zBC.rVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2181:46: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2189:45: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2181:46: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2189:45: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2181:54: error: Uninitialized struct member: y_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2189:53: error: Uninitialized struct member: y_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2181:54: error: Uninitialized struct member: y_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2189:53: error: Uninitialized struct member: y_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2181:62: error: Uninitialized struct member: z_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2189:61: error: Uninitialized struct member: z_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2181:62: error: Uninitialized struct member: z_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2189:61: error: Uninitialized struct member: z_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2181:70: error: Uninitialized struct member: xBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2189:69: error: Uninitialized struct member: xBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2181:70: error: Uninitialized struct member: xBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2189:69: error: Uninitialized struct member: xBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2181:70: error: Uninitialized struct member: xBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2189:69: error: Uninitialized struct member: xBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2181:70: error: Uninitialized struct member: xBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2189:69: error: Uninitialized struct member: xBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2181:75: error: Uninitialized struct member: yBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2189:74: error: Uninitialized struct member: yBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2181:75: error: Uninitialized struct member: yBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2189:74: error: Uninitialized struct member: yBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2181:75: error: Uninitialized struct member: yBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2189:74: error: Uninitialized struct member: yBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2181:75: error: Uninitialized struct member: yBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2189:74: error: Uninitialized struct member: yBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2181:80: error: Uninitialized struct member: zBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2189:79: error: Uninitialized struct member: zBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2181:80: error: Uninitialized struct member: zBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2189:79: error: Uninitialized struct member: zBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2181:80: error: Uninitialized struct member: zBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2189:79: error: Uninitialized struct member: zBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2181:80: error: Uninitialized struct member: zBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2189:79: error: Uninitialized struct member: zBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2321:46: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2329:45: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2321:46: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2329:45: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2321:54: error: Uninitialized struct member: y_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2329:53: error: Uninitialized struct member: y_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2321:54: error: Uninitialized struct member: y_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2329:53: error: Uninitialized struct member: y_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2321:62: error: Uninitialized struct member: z_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2329:61: error: Uninitialized struct member: z_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2321:62: error: Uninitialized struct member: z_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2329:61: error: Uninitialized struct member: z_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2321:70: error: Uninitialized struct member: xBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2329:69: error: Uninitialized struct member: xBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2321:70: error: Uninitialized struct member: xBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2329:69: error: Uninitialized struct member: xBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2321:70: error: Uninitialized struct member: xBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2329:69: error: Uninitialized struct member: xBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2321:70: error: Uninitialized struct member: xBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2329:69: error: Uninitialized struct member: xBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2321:75: error: Uninitialized struct member: yBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2329:74: error: Uninitialized struct member: yBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2321:75: error: Uninitialized struct member: yBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2329:74: error: Uninitialized struct member: yBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2321:75: error: Uninitialized struct member: yBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2329:74: error: Uninitialized struct member: yBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2321:75: error: Uninitialized struct member: yBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2329:74: error: Uninitialized struct member: yBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2321:80: error: Uninitialized struct member: zBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2329:79: error: Uninitialized struct member: zBC.lVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2321:80: error: Uninitialized struct member: zBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2329:79: error: Uninitialized struct member: zBC.lVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2321:80: error: Uninitialized struct member: zBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2329:79: error: Uninitialized struct member: zBC.rVal_r [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2321:80: error: Uninitialized struct member: zBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2329:79: error: Uninitialized struct member: zBC.rVal_i [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2451:46: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2459:45: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2451:46: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2459:45: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2451:54: error: Uninitialized struct member: y_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2459:53: error: Uninitialized struct member: y_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2451:54: error: Uninitialized struct member: y_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2459:53: error: Uninitialized struct member: y_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2451:62: error: Uninitialized struct member: z_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2459:61: error: Uninitialized struct member: z_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2451:62: error: Uninitialized struct member: z_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2459:61: error: Uninitialized struct member: z_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2451:70: error: Uninitialized struct member: xBC.lVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2459:69: error: Uninitialized struct member: xBC.lVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2451:70: error: Uninitialized struct member: xBC.rVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2459:69: error: Uninitialized struct member: xBC.rVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2451:75: error: Uninitialized struct member: yBC.lVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2459:74: error: Uninitialized struct member: yBC.lVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2451:75: error: Uninitialized struct member: yBC.rVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2459:74: error: Uninitialized struct member: yBC.rVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2451:80: error: Uninitialized struct member: zBC.lVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2459:79: error: Uninitialized struct member: zBC.lVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2451:80: error: Uninitialized struct member: zBC.rVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2459:79: error: Uninitialized struct member: zBC.rVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2553:46: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2561:45: error: Uninitialized struct member: x_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2553:46: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2561:45: error: Uninitialized struct member: x_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2553:54: error: Uninitialized struct member: y_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2561:53: error: Uninitialized struct member: y_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2553:54: error: Uninitialized struct member: y_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2561:53: error: Uninitialized struct member: y_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2553:62: error: Uninitialized struct member: z_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2561:61: error: Uninitialized struct member: z_grid.delta [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2553:62: error: Uninitialized struct member: z_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2561:61: error: Uninitialized struct member: z_grid.delta_inv [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2553:70: error: Uninitialized struct member: xBC.lVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2561:69: error: Uninitialized struct member: xBC.lVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2553:70: error: Uninitialized struct member: xBC.rVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2561:69: error: Uninitialized struct member: xBC.rVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2553:75: error: Uninitialized struct member: yBC.lVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2561:74: error: Uninitialized struct member: yBC.lVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2553:75: error: Uninitialized struct member: yBC.rVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2561:74: error: Uninitialized struct member: yBC.rVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2553:80: error: Uninitialized struct member: zBC.lVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2561:79: error: Uninitialized struct member: zBC.lVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2553:80: error: Uninitialized struct member: zBC.rVal [uninitStructMember]
einspline-0.9.2/src/time_multi.c:2561:79: error: Uninitialized struct member: zBC.rVal [uninitStructMember]
[17:30]

ftp://ftp.se.debian.org/debian/pool/main/e/einstein/einstein_2.0.dfsg.2.orig.tar.gz
einstein-2.0/buffer.cpp:74:12: style: The scope of the variable 'ib' can be reduced. [variableScope]
einstein-2.0/buffer.cpp:7:20: style: Function 'Buffer' argument 1 names different: declaration 'size' definition 'sz'. [funcArgNamesDifferent]
einstein-2.0/buffer.h:22:20: note: Function 'Buffer' argument 1 names different: declaration 'size' definition 'sz'.
einstein-2.0/buffer.cpp:7:20: note: Function 'Buffer' argument 1 names different: declaration 'size' definition 'sz'.
einstein-2.0/buffer.cpp:7:28: style: Function 'Buffer' argument 2 names different: declaration 'allocated' definition 'alloc'. [funcArgNamesDifferent]
einstein-2.0/buffer.h:22:32: note: Function 'Buffer' argument 2 names different: declaration 'allocated' definition 'alloc'.
einstein-2.0/buffer.cpp:7:28: note: Function 'Buffer' argument 2 names different: declaration 'allocated' definition 'alloc'.
einstein-2.0/buffer.cpp:25:29: style: Function 'setSize' argument 1 names different: declaration 'size' definition 'sz'. [funcArgNamesDifferent]
einstein-2.0/buffer.h:29:29: note: Function 'setSize' argument 1 names different: declaration 'size' definition 'sz'.
einstein-2.0/buffer.cpp:25:29: note: Function 'setSize' argument 1 names different: declaration 'size' definition 'sz'.
einstein-2.0/buffer.cpp:61:45: style: Function 'putData' argument 1 names different: declaration 'data' definition 'd'. [funcArgNamesDifferent]
einstein-2.0/buffer.h:49:45: note: Function 'putData' argument 1 names different: declaration 'data' definition 'd'.
einstein-2.0/buffer.cpp:61:45: note: Function 'putData' argument 1 names different: declaration 'data' definition 'd'.
einstein-2.0/buffer.cpp:71:31: style: Function 'putInteger' argument 1 names different: declaration 'value' definition 'v'. [funcArgNamesDifferent]
einstein-2.0/buffer.h:62:31: note: Function 'putInteger' argument 1 names different: declaration 'value' definition 'v'.
einstein-2.0/buffer.cpp:71:31: note: Function 'putInteger' argument 1 names different: declaration 'value' definition 'v'.
einstein-2.0/buffer.cpp:7:9: warning: Member variable 'Buffer::currentPos' is not initialized in the constructor. [uninitMemberVar]
einstein-2.0/exceptions.h:15:46: performance: Variable 'message' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
einstein-2.0/buffer.h:32:16: style: Technically the member function 'Buffer::getSize' can be const. [functionConst]
einstein-2.0/buffer.cpp:39:16: note: Technically the member function 'Buffer::getSize' can be const.
einstein-2.0/buffer.h:32:16: note: Technically the member function 'Buffer::getSize' can be const.
einstein-2.0/buffer.h:35:16: style: Technically the member function 'Buffer::getAllocated' can be const. [functionConst]
einstein-2.0/buffer.cpp:44:16: note: Technically the member function 'Buffer::getAllocated' can be const.
einstein-2.0/buffer.h:35:16: note: Technically the member function 'Buffer::getAllocated' can be const.
einstein-2.0/buffer.cpp:15:5: style: Class 'Buffer' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
einstein-2.0/buffer.cpp:15:5: style: Class 'Buffer' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
einstein-2.0/exceptions.h:15:9: style: Class 'Exception' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
einstein-2.0/conf.cpp:440:9: style: The scope of the variable 'v' can be reduced. [variableScope]
einstein-2.0/conf.cpp:477:9: style: The scope of the variable 'len' can be reduced. [variableScope]
einstein-2.0/conf.cpp:1015:15: style: The scope of the variable 'fs' can be reduced. [variableScope]
einstein-2.0/conf.cpp:138:64: style: Function 'table_set_str' argument 3 names different: declaration 'val' definition 'value'. [funcArgNamesDifferent]
einstein-2.0/conf.h:83:64: note: Function 'table_set_str' argument 3 names different: declaration 'val' definition 'value'.
einstein-2.0/conf.cpp:138:64: note: Function 'table_set_str' argument 3 names different: declaration 'val' definition 'value'.
einstein-2.0/conf.cpp:154:56: style: Function 'table_set_int' argument 3 names different: declaration 'val' definition 'value'. [funcArgNamesDifferent]
einstein-2.0/conf.h:86:56: note: Function 'table_set_int' argument 3 names different: declaration 'val' definition 'value'.
einstein-2.0/conf.cpp:154:56: note: Function 'table_set_int' argument 3 names different: declaration 'val' definition 'value'.
einstein-2.0/conf.cpp:170:62: style: Function 'table_set_double' argument 3 names different: declaration 'val' definition 'value'. [funcArgNamesDifferent]
einstein-2.0/conf.h:89:62: note: Function 'table_set_double' argument 3 names different: declaration 'val' definition 'value'.
einstein-2.0/conf.cpp:170:62: note: Function 'table_set_double' argument 3 names different: declaration 'val' definition 'value'.
einstein-2.0/conf.cpp:186:61: style: Function 'table_set_table' argument 3 names different: declaration 'val' definition 'value'. [funcArgNamesDifferent]
einstein-2.0/conf.h:92:61: note: Function 'table_set_table' argument 3 names different: declaration 'val' definition 'value'.
einstein-2.0/conf.cpp:186:61: note: Function 'table_set_table' argument 3 names different: declaration 'val' definition 'value'.
einstein-2.0/conf.cpp:1059:13: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
einstein-2.0/convert.cpp:43:5: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
einstein-2.0/descr.cpp:206:34: style: Function 'CursorCommand' argument 1 names different: declaration 'step' definition 's'. [funcArgNamesDifferent]
einstein-2.0/descr.cpp:121:27: note: Function 'CursorCommand' argument 1 names different: declaration 'step' definition 's'.
einstein-2.0/descr.cpp:206:34: note: Function 'CursorCommand' argument 1 names different: declaration 'step' definition 's'.
einstein-2.0/descr.cpp:165:33: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
einstein-2.0/descr.cpp:229:33: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
einstein-2.0/descr.cpp:249:31: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
einstein-2.0/descr.cpp:252:32: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
einstein-2.0/descr.cpp:67:14: performance: Technically the member function 'TextParser::isImage' can be static. [functionStatic]
einstein-2.0/descr.cpp:269:18: note: Technically the member function 'TextParser::isImage' can be static.
einstein-2.0/descr.cpp:67:14: note: Technically the member function 'TextParser::isImage' can be static.
einstein-2.0/descr.cpp:68:22: performance: Technically the member function 'TextParser::keywordToImage' can be static. [functionStatic]
einstein-2.0/descr.cpp:275:26: note: Technically the member function 'TextParser::keywordToImage' can be static.
einstein-2.0/descr.cpp:68:22: note: Technically the member function 'TextParser::keywordToImage' can be static.
einstein-2.0/descr.cpp:148:5: style: Class 'Description' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
einstein-2.0/descr.cpp:148:5: style: Class 'Description' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
einstein-2.0/widgets.h:130:9: style: Class 'ExitCommand' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
einstein-2.0/widgets.h:145:9: style: Class 'AnyKeyAccel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
einstein-2.0/resources.h:334:9: style: Class 'ResourcesCollection' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
einstein-2.0/resources.h:391:9: style: Class 'ResDataHolder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
einstein-2.0/tokenizer.h:28:9: style: Class 'Token' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
einstein-2.0/tokenizer.h:48:9: style: Class 'Tokenizer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
einstein-2.0/descr.cpp:98:9: style: Class 'Description' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
einstein-2.0/widgets.h:64:22: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/widgets.h:34:22: note: Virtual function in base class
einstein-2.0/widgets.h:64:22: note: Function in derived class
einstein-2.0/widgets.h:70:22: style: The function 'onMouseButtonDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/widgets.h:31:22: note: Virtual function in base class
einstein-2.0/widgets.h:70:22: note: Function in derived class
einstein-2.0/widgets.h:71:22: style: The function 'onMouseMove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/widgets.h:33:22: note: Virtual function in base class
einstein-2.0/widgets.h:71:22: note: Function in derived class
einstein-2.0/widgets.h:85:22: style: The function 'onKeyDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/widgets.h:36:22: note: Virtual function in base class
einstein-2.0/widgets.h:85:22: note: Function in derived class
einstein-2.0/widgets.h:117:22: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/widgets.h:34:22: note: Virtual function in base class
einstein-2.0/widgets.h:117:22: note: Function in derived class
einstein-2.0/widgets.h:120:22: style: The function 'destroyByArea' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/widgets.h:37:22: note: Virtual function in base class
einstein-2.0/widgets.h:120:22: note: Function in derived class
einstein-2.0/widgets.h:132:22: style: The function 'doAction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/widgets.h:15:22: note: Virtual function in base class
einstein-2.0/widgets.h:132:22: note: Function in derived class
einstein-2.0/widgets.h:149:22: style: The function 'onKeyDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/widgets.h:36:22: note: Virtual function in base class
einstein-2.0/widgets.h:149:22: note: Function in derived class
einstein-2.0/widgets.h:150:22: style: The function 'onMouseButtonDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/widgets.h:31:22: note: Virtual function in base class
einstein-2.0/widgets.h:150:22: note: Function in derived class
einstein-2.0/widgets.h:166:22: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/widgets.h:34:22: note: Virtual function in base class
einstein-2.0/widgets.h:166:22: note: Function in derived class
einstein-2.0/widgets.h:202:22: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/widgets.h:34:22: note: Virtual function in base class
einstein-2.0/widgets.h:202:22: note: Function in derived class
einstein-2.0/widgets.h:225:22: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/widgets.h:166:22: note: Virtual function in base class
einstein-2.0/widgets.h:225:22: note: Function in derived class
einstein-2.0/widgets.h:226:22: style: The function 'setParent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/widgets.h:35:22: note: Virtual function in base class
einstein-2.0/widgets.h:226:22: note: Function in derived class
einstein-2.0/widgets.h:227:22: style: The function 'onTimer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/widgets.h:93:22: note: Virtual function in base class
einstein-2.0/widgets.h:227:22: note: Function in derived class
einstein-2.0/widgets.h:228:22: style: The function 'onKeyDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/widgets.h:36:22: note: Virtual function in base class
einstein-2.0/widgets.h:228:22: note: Function in derived class
einstein-2.0/widgets.h:253:22: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/widgets.h:34:22: note: Virtual function in base class
einstein-2.0/widgets.h:253:22: note: Function in derived class
einstein-2.0/widgets.h:259:22: style: The function 'onMouseButtonDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/widgets.h:31:22: note: Virtual function in base class
einstein-2.0/widgets.h:259:22: note: Function in derived class
einstein-2.0/widgets.h:260:22: style: The function 'onMouseMove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/widgets.h:33:22: note: Virtual function in base class
einstein-2.0/widgets.h:260:22: note: Function in derived class
einstein-2.0/widgets.h:280:22: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/widgets.h:34:22: note: Virtual function in base class
einstein-2.0/widgets.h:280:22: note: Function in derived class
einstein-2.0/widgets.h:308:22: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/widgets.h:34:22: note: Virtual function in base class
einstein-2.0/widgets.h:308:22: note: Function in derived class
einstein-2.0/widgets.h:309:22: style: The function 'onMouseButtonDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/widgets.h:31:22: note: Virtual function in base class
einstein-2.0/widgets.h:309:22: note: Function in derived class
einstein-2.0/widgets.h:310:22: style: The function 'onMouseButtonUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/widgets.h:32:22: note: Virtual function in base class
einstein-2.0/widgets.h:310:22: note: Function in derived class
einstein-2.0/widgets.h:311:22: style: The function 'onMouseMove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/widgets.h:33:22: note: Virtual function in base class
einstein-2.0/widgets.h:311:22: note: Function in derived class
einstein-2.0/descr.cpp:125:22: style: The function 'doAction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/widgets.h:15:22: note: Virtual function in base class
einstein-2.0/descr.cpp:125:22: note: Function in derived class
einstein-2.0/random.h:15:9: style: Class 'Random' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
einstein-2.0/font.cpp:25:17: error: Common realloc mistake: 'convBuf' nulled but not freed upon failure [memleakOnRealloc]
einstein-2.0/formatter.cpp:182:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
einstein-2.0/formatter.cpp:24:5: style: Class 'Formatter' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
einstein-2.0/formatter.cpp:24:5: style: Class 'Formatter' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
einstein-2.0/formatter.cpp:116:9: style: Class 'StrArgValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
einstein-2.0/formatter.cpp:104:0: style: Class 'TemplatedArgValue < int >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
einstein-2.0/formatter.cpp:104:0: style: Class 'TemplatedArgValue < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
einstein-2.0/formatter.cpp:104:0: style: Class 'TemplatedArgValue < float >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
einstein-2.0/formatter.cpp:117:30: style: The function 'format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/formatter.cpp:94:30: note: Virtual function in base class
einstein-2.0/formatter.cpp:117:30: note: Function in derived class
einstein-2.0/formatter.cpp:105:0: style: The function 'format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/formatter.cpp:94:30: note: Virtual function in base class
einstein-2.0/formatter.cpp:105:0: note: Function in derived class
einstein-2.0/game.cpp:468:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
einstein-2.0/game.cpp:97:5: performance: Variable 'elapsed' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
einstein-2.0/topscores.h:35:14: style: Technically the member function 'TopScores::isFull' can be const. [functionConst]
einstein-2.0/game.h:45:14: style: Technically the member function 'Game::isHinted' can be const. [functionConst]
einstein-2.0/game.h:52:14: performance: Technically the member function 'Game::pleaseWait' can be static. [functionStatic]
einstein-2.0/game.cpp:473:12: note: Technically the member function 'Game::pleaseWait' can be static.
einstein-2.0/game.h:52:14: note: Technically the member function 'Game::pleaseWait' can be static.
einstein-2.0/game.cpp:82:13: style: Technically the member function 'Watch::getElapsed' can be const. [functionConst]
einstein-2.0/game.cpp:438:5: style: Class 'Game' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
einstein-2.0/game.cpp:438:5: style: Class 'Game' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
einstein-2.0/game.cpp:100:5: style: Class 'Watch' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
einstein-2.0/game.cpp:100:5: style: Class 'Watch' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
einstein-2.0/puzgen.h:24:9: style: Class 'Possibilities' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
einstein-2.0/game.h:34:9: style: Class 'Game' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
einstein-2.0/game.cpp:74:9: style: Class 'Watch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
einstein-2.0/game.cpp:329:9: style: Class 'CheatCommand' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
einstein-2.0/game.cpp:377:9: style: Class 'GameOptionsCommand' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
einstein-2.0/puzzle.h:27:22: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/widgets.h:34:22: note: Virtual function in base class
einstein-2.0/puzzle.h:27:22: note: Function in derived class
einstein-2.0/puzzle.h:31:22: style: The function 'onMouseButtonDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/widgets.h:31:22: note: Virtual function in base class
einstein-2.0/puzzle.h:31:22: note: Function in derived class
einstein-2.0/puzzle.h:37:22: style: The function 'onMouseMove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/widgets.h:33:22: note: Virtual function in base class
einstein-2.0/puzzle.h:37:22: note: Function in derived class
einstein-2.0/verthints.h:28:22: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/widgets.h:34:22: note: Virtual function in base class
einstein-2.0/verthints.h:28:22: note: Function in derived class
einstein-2.0/verthints.h:30:22: style: The function 'onMouseButtonDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/widgets.h:31:22: note: Virtual function in base class
einstein-2.0/verthints.h:30:22: note: Function in derived class
einstein-2.0/verthints.h:33:22: style: The function 'onMouseMove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/widgets.h:33:22: note: Virtual function in base class
einstein-2.0/verthints.h:33:22: note: Function in derived class
einstein-2.0/horhints.h:28:22: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/widgets.h:34:22: note: Virtual function in base class
einstein-2.0/horhints.h:28:22: note: Function in derived class
einstein-2.0/horhints.h:30:22: style: The function 'onMouseButtonDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/widgets.h:31:22: note: Virtual function in base class
einstein-2.0/horhints.h:30:22: note: Function in derived class
einstein-2.0/horhints.h:33:22: style: The function 'onMouseMove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/widgets.h:33:22: note: Virtual function in base class
einstein-2.0/horhints.h:33:22: note: Function in derived class
einstein-2.0/game.cpp:22:22: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/widgets.h:34:22: note: Virtual function in base class
einstein-2.0/game.cpp:22:22: note: Function in derived class
einstein-2.0/game.cpp:56:22: style: The function 'doAction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/widgets.h:15:22: note: Virtual function in base class
einstein-2.0/game.cpp:56:22: note: Function in derived class
einstein-2.0/game.cpp:78:22: style: The function 'onTimer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/widgets.h:93:22: note: Virtual function in base class
einstein-2.0/game.cpp:78:22: note: Function in derived class
einstein-2.0/game.cpp:81:22: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/widgets.h:34:22: note: Virtual function in base class
einstein-2.0/game.cpp:81:22: note: Function in derived class
einstein-2.0/game.cpp:177:22: style: The function 'doAction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/widgets.h:15:22: note: Virtual function in base class
einstein-2.0/game.cpp:177:22: note: Function in derived class
einstein-2.0/game.cpp:209:22: style: The function 'doAction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/widgets.h:15:22: note: Virtual function in base class
einstein-2.0/game.cpp:209:22: note: Function in derived class
einstein-2.0/game.cpp:241:22: style: The function 'doAction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/widgets.h:15:22: note: Virtual function in base class
einstein-2.0/game.cpp:241:22: note: Function in derived class
einstein-2.0/game.cpp:256:22: style: The function 'doAction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/widgets.h:15:22: note: Virtual function in base class
einstein-2.0/game.cpp:256:22: note: Function in derived class
einstein-2.0/game.cpp:303:22: style: The function 'onKeyDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/widgets.h:36:22: note: Virtual function in base class
einstein-2.0/game.cpp:303:22: note: Function in derived class
einstein-2.0/game.cpp:331:22: style: The function 'doAction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/widgets.h:15:22: note: Virtual function in base class
einstein-2.0/game.cpp:331:22: note: Function in derived class
einstein-2.0/game.cpp:357:22: style: The function 'doAction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/widgets.h:15:22: note: Virtual function in base class
einstein-2.0/game.cpp:357:22: note: Function in derived class
einstein-2.0/game.cpp:381:22: style: The function 'doAction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/widgets.h:15:22: note: Virtual function in base class
einstein-2.0/game.cpp:381:22: note: Function in derived class
einstein-2.0/game.cpp:403:22: style: The function 'doAction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/widgets.h:15:22: note: Virtual function in base class
einstein-2.0/game.cpp:403:22: note: Function in derived class
einstein-2.0/game.cpp:298:39: performance: Function parameter 's' should be passed by const reference. [passedByValue]
einstein-2.0/game.cpp:492:13: performance: Possible inefficient checking for 'rules' emptiness. [stlSize]
einstein-2.0/horhints.cpp:17:40: style: Function 'HorHints' argument 2 names different: declaration 'rules' definition 'r'. [funcArgNamesDifferent]
einstein-2.0/horhints.h:24:38: note: Function 'HorHints' argument 2 names different: declaration 'rules' definition 'r'.
einstein-2.0/horhints.cpp:17:40: note: Function 'HorHints' argument 2 names different: declaration 'rules' definition 'r'.
einstein-2.0/horhints.cpp:23:40: style: Function 'HorHints' argument 2 names different: declaration 'rules' definition 'rl'. [funcArgNamesDifferent]
einstein-2.0/horhints.h:25:38: note: Function 'HorHints' argument 2 names different: declaration 'rules' definition 'rl'.
einstein-2.0/horhints.cpp:23:40: note: Function 'HorHints' argument 2 names different: declaration 'rules' definition 'rl'.
einstein-2.0/horhints.cpp:49:29: style: Function 'reset' argument 1 names different: declaration 'rules' definition 'r'. [funcArgNamesDifferent]
einstein-2.0/horhints.h:36:27: note: Function 'reset' argument 1 names different: declaration 'rules' definition 'r'.
einstein-2.0/horhints.cpp:49:29: note: Function 'reset' argument 1 names different: declaration 'rules' definition 'r'.
einstein-2.0/horhints.cpp:56:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
einstein-2.0/horhints.h:32:13: style: Technically the member function 'HorHints::getRuleNo' can be const. [functionConst]
einstein-2.0/horhints.cpp:165:15: note: Technically the member function 'HorHints::getRuleNo' can be const.
einstein-2.0/horhints.h:32:13: note: Technically the member function 'HorHints::getRuleNo' can be const.
einstein-2.0/horhints.h:34:14: style: Technically the member function 'HorHints::isActive' can be const. [functionConst]
einstein-2.0/horhints.cpp:188:16: note: Technically the member function 'HorHints::isActive' can be const.
einstein-2.0/horhints.h:34:14: note: Technically the member function 'HorHints::isActive' can be const.
einstein-2.0/i18n.h:13:1: warning: The class 'Locale' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
einstein-2.0/iconset.cpp:48:59: style: Function 'getLargeIcon' argument 3 names different: declaration 'highlighted' definition 'h'. [funcArgNamesDifferent]
einstein-2.0/iconset.h:21:58: note: Function 'getLargeIcon' argument 3 names different: declaration 'highlighted' definition 'h'.
einstein-2.0/iconset.cpp:48:59: note: Function 'getLargeIcon' argument 3 names different: declaration 'highlighted' definition 'h'.
einstein-2.0/iconset.cpp:53:59: style: Function 'getSmallIcon' argument 3 names different: declaration 'highlighted' definition 'h'. [funcArgNamesDifferent]
einstein-2.0/iconset.h:22:58: note: Function 'getSmallIcon' argument 3 names different: declaration 'highlighted' definition 'h'.
einstein-2.0/iconset.cpp:53:59: note: Function 'getSmallIcon' argument 3 names different: declaration 'highlighted' definition 'h'.
einstein-2.0/lexal.cpp:5:21: style: Function 'Lexeme' argument 1 names different: declaration 'type' definition 't'. [funcArgNamesDifferent]
einstein-2.0/lexal.h:28:21: note: Function 'Lexeme' argument 1 names different: declaration 'type' definition 't'.
einstein-2.0/lexal.cpp:5:21: note: Function 'Lexeme' argument 1 names different: declaration 'type' definition 't'.
einstein-2.0/lexal.cpp:5:44: style: Function 'Lexeme' argument 2 names different: declaration 'content' definition 'cont'. [funcArgNamesDifferent]
einstein-2.0/lexal.h:28:47: note: Function 'Lexeme' argument 2 names different: declaration 'content' definition 'cont'.
einstein-2.0/lexal.cpp:5:44: note: Function 'Lexeme' argument 2 names different: declaration 'content' definition 'cont'.
einstein-2.0/lexal.cpp:20:31: style: Function 'Lexal' argument 1 names different: declaration 'reader' definition 'rdr'. [funcArgNamesDifferent]
einstein-2.0/lexal.h:48:32: note: Function 'Lexal' argument 1 names different: declaration 'reader' definition 'rdr'.
einstein-2.0/lexal.cpp:20:31: note: Function 'Lexal' argument 1 names different: declaration 'reader' definition 'rdr'.
einstein-2.0/lexal.h:27:9: warning: Member variable 'Lexeme::line' is not initialized in the constructor. [uninitMemberVar]
einstein-2.0/lexal.h:27:9: warning: Member variable 'Lexeme::pos' is not initialized in the constructor. [uninitMemberVar]
einstein-2.0/lexal.h:27:9: warning: Member variable 'Lexeme::type' is not initialized in the constructor. [uninitMemberVar]
einstein-2.0/lexal.cpp:8:5: performance: Variable 'content' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
einstein-2.0/streams.h:22:9: style: Class 'UtfStreamReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
einstein-2.0/lexal.h:48:9: style: Class 'Lexal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
einstein-2.0/menu.cpp:45:9: style: Class 'NewGameCommand' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
einstein-2.0/menu.cpp:62:9: style: Class 'LoadGameCommand' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
einstein-2.0/menu.cpp:83:9: style: Class 'TopScoresCommand' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
einstein-2.0/menu.cpp:100:9: style: Class 'RulesCommand' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
einstein-2.0/menu.cpp:116:9: style: Class 'OptionsCommand' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
einstein-2.0/menu.cpp:132:9: style: Class 'AboutCommand' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
einstein-2.0/menu.cpp:17:22: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/widgets.h:34:22: note: Virtual function in base class
einstein-2.0/menu.cpp:17:22: note: Function in derived class
einstein-2.0/menu.cpp:47:22: style: The function 'doAction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/widgets.h:15:22: note: Virtual function in base class
einstein-2.0/menu.cpp:47:22: note: Function in derived class
einstein-2.0/menu.cpp:64:22: style: The function 'doAction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/widgets.h:15:22: note: Virtual function in base class
einstein-2.0/menu.cpp:64:22: note: Function in derived class
einstein-2.0/menu.cpp:85:22: style: The function 'doAction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/widgets.h:15:22: note: Virtual function in base class
einstein-2.0/menu.cpp:85:22: note: Function in derived class
einstein-2.0/menu.cpp:102:22: style: The function 'doAction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/widgets.h:15:22: note: Virtual function in base class
einstein-2.0/menu.cpp:102:22: note: Function in derived class
einstein-2.0/menu.cpp:118:22: style: The function 'doAction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/widgets.h:15:22: note: Virtual function in base class
einstein-2.0/menu.cpp:118:22: note: Function in derived class
einstein-2.0/menu.cpp:134:22: style: The function 'doAction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/widgets.h:15:22: note: Virtual function in base class
einstein-2.0/menu.cpp:134:22: note: Function in derived class
einstein-2.0/messages.cpp:32:22: style: The function 'onVisit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/visitor.h:13:0: note: Virtual function in base class
einstein-2.0/messages.cpp:32:22: note: Function in derived class
einstein-2.0/messages.cpp:130:13: error: Memory leak: ss.message [memleak]
einstein-2.0/mkres/buffer.cpp:74:12: style: The scope of the variable 'ib' can be reduced. [variableScope]
einstein-2.0/mkres/buffer.cpp:7:20: style: Function 'Buffer' argument 1 names different: declaration 'size' definition 'sz'. [funcArgNamesDifferent]
einstein-2.0/mkres/buffer.h:22:20: note: Function 'Buffer' argument 1 names different: declaration 'size' definition 'sz'.
einstein-2.0/mkres/buffer.cpp:7:20: note: Function 'Buffer' argument 1 names different: declaration 'size' definition 'sz'.
einstein-2.0/mkres/buffer.cpp:7:28: style: Function 'Buffer' argument 2 names different: declaration 'allocated' definition 'alloc'. [funcArgNamesDifferent]
einstein-2.0/mkres/buffer.h:22:32: note: Function 'Buffer' argument 2 names different: declaration 'allocated' definition 'alloc'.
einstein-2.0/mkres/buffer.cpp:7:28: note: Function 'Buffer' argument 2 names different: declaration 'allocated' definition 'alloc'.
einstein-2.0/mkres/buffer.cpp:25:29: style: Function 'setSize' argument 1 names different: declaration 'size' definition 'sz'. [funcArgNamesDifferent]
einstein-2.0/mkres/buffer.h:29:29: note: Function 'setSize' argument 1 names different: declaration 'size' definition 'sz'.
einstein-2.0/mkres/buffer.cpp:25:29: note: Function 'setSize' argument 1 names different: declaration 'size' definition 'sz'.
einstein-2.0/mkres/buffer.cpp:61:45: style: Function 'putData' argument 1 names different: declaration 'data' definition 'd'. [funcArgNamesDifferent]
einstein-2.0/mkres/buffer.h:49:45: note: Function 'putData' argument 1 names different: declaration 'data' definition 'd'.
einstein-2.0/mkres/buffer.cpp:61:45: note: Function 'putData' argument 1 names different: declaration 'data' definition 'd'.
einstein-2.0/mkres/buffer.cpp:71:31: style: Function 'putInteger' argument 1 names different: declaration 'value' definition 'v'. [funcArgNamesDifferent]
einstein-2.0/mkres/buffer.h:62:31: note: Function 'putInteger' argument 1 names different: declaration 'value' definition 'v'.
einstein-2.0/mkres/buffer.cpp:71:31: note: Function 'putInteger' argument 1 names different: declaration 'value' definition 'v'.
einstein-2.0/mkres/buffer.cpp:7:9: warning: Member variable 'Buffer::currentPos' is not initialized in the constructor. [uninitMemberVar]
einstein-2.0/mkres/exceptions.h:19:54: performance: Variable 'message' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
einstein-2.0/mkres/buffer.h:32:16: style: Technically the member function 'Buffer::getSize' can be const. [functionConst]
einstein-2.0/mkres/buffer.cpp:39:16: note: Technically the member function 'Buffer::getSize' can be const.
einstein-2.0/mkres/buffer.h:32:16: note: Technically the member function 'Buffer::getSize' can be const.
einstein-2.0/mkres/buffer.h:35:16: style: Technically the member function 'Buffer::getAllocated' can be const. [functionConst]
einstein-2.0/mkres/buffer.cpp:44:16: note: Technically the member function 'Buffer::getAllocated' can be const.
einstein-2.0/mkres/buffer.h:35:16: note: Technically the member function 'Buffer::getAllocated' can be const.
einstein-2.0/mkres/buffer.cpp:15:5: style: Class 'Buffer' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
einstein-2.0/mkres/buffer.cpp:15:5: style: Class 'Buffer' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
einstein-2.0/mkres/exceptions.h:19:9: style: Class 'Exception' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
einstein-2.0/mkres/compressor.cpp:30:12: style: The scope of the variable 'ib' can be reduced. [variableScope]
einstein-2.0/mkres/compressor.cpp:98:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
einstein-2.0/mkres/compressor.cpp:116:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
einstein-2.0/mkres/compressor.cpp:136:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
einstein-2.0/mkres/compressor.cpp:7:21: warning: Member variable 'ResourceCompressor::stream' is not initialized in the constructor. [uninitMemberVar]
einstein-2.0/mkres/compressor.cpp:7:21: warning: Member variable 'ResourceCompressor::dontDeleteStream' is not initialized in the constructor. [uninitMemberVar]
einstein-2.0/mkres/compressor.h:63:14: performance: Technically the member function 'ResourceCompressor::showEntryStat' can be static. [functionStatic]
einstein-2.0/mkres/compressor.cpp:63:26: note: Technically the member function 'ResourceCompressor::showEntryStat' can be static.
einstein-2.0/mkres/compressor.h:63:14: note: Technically the member function 'ResourceCompressor::showEntryStat' can be static.
einstein-2.0/mkres/convert.cpp:43:5: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
einstein-2.0/mkres/format.cpp:17:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
einstein-2.0/mkres/msgformatter.h:12:22: style: The function 'format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/mkres/format.h:13:22: note: Virtual function in base class
einstein-2.0/mkres/msgformatter.h:12:22: note: Function in derived class
einstein-2.0/mkres/lexal.cpp:5:21: style: Function 'Lexeme' argument 1 names different: declaration 'type' definition 't'. [funcArgNamesDifferent]
einstein-2.0/mkres/lexal.h:28:21: note: Function 'Lexeme' argument 1 names different: declaration 'type' definition 't'.
einstein-2.0/mkres/lexal.cpp:5:21: note: Function 'Lexeme' argument 1 names different: declaration 'type' definition 't'.
einstein-2.0/mkres/lexal.cpp:5:44: style: Function 'Lexeme' argument 2 names different: declaration 'content' definition 'cont'. [funcArgNamesDifferent]
einstein-2.0/mkres/lexal.h:28:47: note: Function 'Lexeme' argument 2 names different: declaration 'content' definition 'cont'.
einstein-2.0/mkres/lexal.cpp:5:44: note: Function 'Lexeme' argument 2 names different: declaration 'content' definition 'cont'.
einstein-2.0/mkres/lexal.cpp:20:31: style: Function 'Lexal' argument 1 names different: declaration 'reader' definition 'rdr'. [funcArgNamesDifferent]
einstein-2.0/mkres/lexal.h:48:32: note: Function 'Lexal' argument 1 names different: declaration 'reader' definition 'rdr'.
einstein-2.0/mkres/lexal.cpp:20:31: note: Function 'Lexal' argument 1 names different: declaration 'reader' definition 'rdr'.
einstein-2.0/mkres/lexal.h:27:9: warning: Member variable 'Lexeme::line' is not initialized in the constructor. [uninitMemberVar]
einstein-2.0/mkres/lexal.h:27:9: warning: Member variable 'Lexeme::pos' is not initialized in the constructor. [uninitMemberVar]
einstein-2.0/mkres/lexal.h:27:9: warning: Member variable 'Lexeme::type' is not initialized in the constructor. [uninitMemberVar]
einstein-2.0/mkres/lexal.cpp:8:5: performance: Variable 'content' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
einstein-2.0/mkres/streams.h:22:9: style: Class 'UtfStreamReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
einstein-2.0/mkres/lexal.h:48:9: style: Class 'Lexal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
einstein-2.0/mkres/main.cpp:95:19: style: Checking if unsigned variable 'name.length()' is less than zero. [unsignedLessThanZero]
einstein-2.0/mkres/main.cpp:89:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
einstein-2.0/mkres/table.h:49:9: style: Class 'Table' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
einstein-2.0/mkres/messages.cpp:184:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
einstein-2.0/mkres/messages.cpp:191:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
einstein-2.0/mkres/messages.cpp:210:70: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
einstein-2.0/mkres/messages.cpp:240:70: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
einstein-2.0/mkres/messages.cpp:251:70: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
einstein-2.0/mkres/messages.h:54:13: performance: Technically the member function 'Messages::writeHeader' can be static. [functionStatic]
einstein-2.0/mkres/messages.cpp:229:15: note: Technically the member function 'Messages::writeHeader' can be static.
einstein-2.0/mkres/messages.h:54:13: note: Technically the member function 'Messages::writeHeader' can be static.
einstein-2.0/mkres/messages.h:29:9: style: Class 'Message' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
einstein-2.0/mkres/messages.cpp:15:9: style: Class 'TextCommand' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
einstein-2.0/mkres/messages.cpp:35:9: style: Class 'ArgCommand' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
einstein-2.0/mkres/messages.cpp:42:9: style: Class 'IntArgCommand' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
einstein-2.0/mkres/messages.cpp:60:9: style: Class 'StrArgCommand' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
einstein-2.0/mkres/messages.cpp:77:9: style: Class 'FloatArgCommand' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
einstein-2.0/mkres/messages.cpp:95:9: style: Class 'DoubleArgCommand' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
einstein-2.0/mkres/messages.cpp:17:30: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/mkres/messages.h:17:30: note: Virtual function in base class
einstein-2.0/mkres/messages.cpp:17:30: note: Function in derived class
einstein-2.0/mkres/messages.cpp:21:21: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/mkres/messages.h:18:21: note: Virtual function in base class
einstein-2.0/mkres/messages.cpp:21:21: note: Function in derived class
einstein-2.0/mkres/messages.cpp:44:30: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/mkres/messages.h:17:30: note: Virtual function in base class
einstein-2.0/mkres/messages.cpp:44:30: note: Function in derived class
einstein-2.0/mkres/messages.cpp:48:21: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/mkres/messages.h:18:21: note: Virtual function in base class
einstein-2.0/mkres/messages.cpp:48:21: note: Function in derived class
einstein-2.0/mkres/messages.cpp:61:30: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/mkres/messages.h:17:30: note: Virtual function in base class
einstein-2.0/mkres/messages.cpp:61:30: note: Function in derived class
einstein-2.0/mkres/messages.cpp:65:21: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/mkres/messages.h:18:21: note: Virtual function in base class
einstein-2.0/mkres/messages.cpp:65:21: note: Function in derived class
einstein-2.0/mkres/messages.cpp:79:30: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/mkres/messages.h:17:30: note: Virtual function in base class
einstein-2.0/mkres/messages.cpp:79:30: note: Function in derived class
einstein-2.0/mkres/messages.cpp:83:21: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/mkres/messages.h:18:21: note: Virtual function in base class
einstein-2.0/mkres/messages.cpp:83:21: note: Function in derived class
einstein-2.0/mkres/messages.cpp:97:30: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/mkres/messages.h:17:30: note: Virtual function in base class
einstein-2.0/mkres/messages.cpp:97:30: note: Function in derived class
einstein-2.0/mkres/messages.cpp:101:21: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/mkres/messages.h:18:21: note: Virtual function in base class
einstein-2.0/mkres/messages.cpp:101:21: note: Function in derived class
einstein-2.0/mkres/msgformatter.cpp:15:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
einstein-2.0/mkres/streams.cpp:6:49: style: Function 'UtfStreamReader' argument 1 names different: declaration 'stream' definition 's'. [funcArgNamesDifferent]
einstein-2.0/mkres/streams.h:22:40: note: Function 'UtfStreamReader' argument 1 names different: declaration 'stream' definition 's'.
einstein-2.0/mkres/streams.cpp:6:49: note: Function 'UtfStreamReader' argument 1 names different: declaration 'stream' definition 's'.
einstein-2.0/mkres/streams.cpp:20:13: performance: Possible inefficient checking for 'backBuf' emptiness. [stlSize]
einstein-2.0/mkres/table.cpp:118:32: style: Function 'Table' argument 2 names different: declaration 'startLine' definition 'line'. [funcArgNamesDifferent]
einstein-2.0/mkres/table.h:50:33: note: Function 'Table' argument 2 names different: declaration 'startLine' definition 'line'.
einstein-2.0/mkres/table.cpp:118:32: note: Function 'Table' argument 2 names different: declaration 'startLine' definition 'line'.
einstein-2.0/mkres/table.cpp:118:42: style: Function 'Table' argument 3 names different: declaration 'startPos' definition 'pos'. [funcArgNamesDifferent]
einstein-2.0/mkres/table.h:50:48: note: Function 'Table' argument 3 names different: declaration 'startPos' definition 'pos'.
einstein-2.0/mkres/table.cpp:118:42: note: Function 'Table' argument 3 names different: declaration 'startPos' definition 'pos'.
einstein-2.0/mkres/table.cpp:317:65: style: Function 'toString' argument 3 names different: declaration 'ident' definition 'spaces'. [funcArgNamesDifferent]
einstein-2.0/mkres/table.h:56:66: note: Function 'toString' argument 3 names different: declaration 'ident' definition 'spaces'.
einstein-2.0/mkres/table.cpp:317:65: note: Function 'toString' argument 3 names different: declaration 'ident' definition 'spaces'.
einstein-2.0/mkres/table.cpp:132:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
einstein-2.0/mkres/table.cpp:145:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
einstein-2.0/mkres/table.cpp:326:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
einstein-2.0/mkres/table.cpp:17:9: style: Class 'IntValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
einstein-2.0/mkres/table.cpp:38:9: style: Class 'DoubleValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
einstein-2.0/mkres/table.cpp:59:9: style: Class 'StringValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
einstein-2.0/mkres/table.cpp:80:9: style: Class 'TableValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
einstein-2.0/mkres/table.cpp:21:22: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/mkres/table.h:28:22: note: Virtual function in base class
einstein-2.0/mkres/table.cpp:21:22: note: Function in derived class
einstein-2.0/mkres/table.cpp:22:21: style: The function 'asInt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/mkres/table.h:29:21: note: Virtual function in base class
einstein-2.0/mkres/table.cpp:22:21: note: Function in derived class
einstein-2.0/mkres/table.cpp:23:24: style: The function 'asDouble' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/mkres/table.h:30:24: note: Virtual function in base class
einstein-2.0/mkres/table.cpp:23:24: note: Function in derived class
einstein-2.0/mkres/table.cpp:24:30: style: The function 'asString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/mkres/table.h:31:30: note: Virtual function in base class
einstein-2.0/mkres/table.cpp:24:30: note: Function in derived class
einstein-2.0/mkres/table.cpp:25:26: style: The function 'asTable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/mkres/table.h:27:26: note: Virtual function in base class
einstein-2.0/mkres/table.cpp:25:26: note: Function in derived class
einstein-2.0/mkres/table.cpp:28:24: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/mkres/table.h:32:24: note: Virtual function in base class
einstein-2.0/mkres/table.cpp:28:24: note: Function in derived class
einstein-2.0/mkres/table.cpp:42:22: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/mkres/table.h:28:22: note: Virtual function in base class
einstein-2.0/mkres/table.cpp:42:22: note: Function in derived class
einstein-2.0/mkres/table.cpp:43:21: style: The function 'asInt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/mkres/table.h:29:21: note: Virtual function in base class
einstein-2.0/mkres/table.cpp:43:21: note: Function in derived class
einstein-2.0/mkres/table.cpp:44:24: style: The function 'asDouble' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/mkres/table.h:30:24: note: Virtual function in base class
einstein-2.0/mkres/table.cpp:44:24: note: Function in derived class
einstein-2.0/mkres/table.cpp:45:30: style: The function 'asString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/mkres/table.h:31:30: note: Virtual function in base class
einstein-2.0/mkres/table.cpp:45:30: note: Function in derived class
einstein-2.0/mkres/table.cpp:46:26: style: The function 'asTable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/mkres/table.h:27:26: note: Virtual function in base class
einstein-2.0/mkres/table.cpp:46:26: note: Function in derived class
einstein-2.0/mkres/table.cpp:49:24: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/mkres/table.h:32:24: note: Virtual function in base class
einstein-2.0/mkres/table.cpp:49:24: note: Function in derived class
einstein-2.0/mkres/table.cpp:63:22: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/mkres/table.h:28:22: note: Virtual function in base class
einstein-2.0/mkres/table.cpp:63:22: note: Function in derived class
einstein-2.0/mkres/table.cpp:64:21: style: The function 'asInt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/mkres/table.h:29:21: note: Virtual function in base class
einstein-2.0/mkres/table.cpp:64:21: note: Function in derived class
einstein-2.0/mkres/table.cpp:65:24: style: The function 'asDouble' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/mkres/table.h:30:24: note: Virtual function in base class
einstein-2.0/mkres/table.cpp:65:24: note: Function in derived class
einstein-2.0/mkres/table.cpp:66:30: style: The function 'asString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/mkres/table.h:31:30: note: Virtual function in base class
einstein-2.0/mkres/table.cpp:66:30: note: Function in derived class
einstein-2.0/mkres/table.cpp:67:26: style: The function 'asTable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/mkres/table.h:27:26: note: Virtual function in base class
einstein-2.0/mkres/table.cpp:67:26: note: Function in derived class
einstein-2.0/mkres/table.cpp:70:24: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/mkres/table.h:32:24: note: Virtual function in base class
einstein-2.0/mkres/table.cpp:70:24: note: Function in derived class
einstein-2.0/mkres/table.cpp:84:22: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/mkres/table.h:28:22: note: Virtual function in base class
einstein-2.0/mkres/table.cpp:84:22: note: Function in derived class
einstein-2.0/mkres/table.cpp:85:21: style: The function 'asInt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/mkres/table.h:29:21: note: Virtual function in base class
einstein-2.0/mkres/table.cpp:85:21: note: Function in derived class
einstein-2.0/mkres/table.cpp:88:24: style: The function 'asDouble' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/mkres/table.h:30:24: note: Virtual function in base class
einstein-2.0/mkres/table.cpp:88:24: note: Function in derived class
einstein-2.0/mkres/table.cpp:91:30: style: The function 'asString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/mkres/table.h:31:30: note: Virtual function in base class
einstein-2.0/mkres/table.cpp:91:30: note: Function in derived class
einstein-2.0/mkres/table.cpp:94:26: style: The function 'asTable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/mkres/table.h:27:26: note: Virtual function in base class
einstein-2.0/mkres/table.cpp:94:26: note: Function in derived class
einstein-2.0/mkres/table.cpp:95:24: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/mkres/table.h:32:24: note: Virtual function in base class
einstein-2.0/mkres/table.cpp:95:24: note: Function in derived class
einstein-2.0/mkres/unicode.cpp:293:7: style: The scope of the variable 'i' can be reduced. [variableScope]
einstein-2.0/mkres/unicode.cpp:132:15: style: Unsigned variable 'max_len' can't be negative so it is unnecessary to test it. [unsignedPositive]
einstein-2.0/mkres/unicode.cpp:589:5: style: Variable 'mask' is assigned a value that is never used. [unreadVariable]
einstein-2.0/opensave.cpp:37:42: style: Function 'SavedGame' argument 1 names different: declaration 'fileName' definition 's'. [funcArgNamesDifferent]
einstein-2.0/opensave.cpp:25:39: note: Function 'SavedGame' argument 1 names different: declaration 'fileName' definition 's'.
einstein-2.0/opensave.cpp:37:42: note: Function 'SavedGame' argument 1 names different: declaration 'fileName' definition 's'.
einstein-2.0/opensave.cpp:175:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
einstein-2.0/opensave.cpp:225:9: warning: Member variable 'LoadCommand::saved' is not initialized in the constructor. [uninitMemberVar]
einstein-2.0/opensave.cpp:31:29: style: Technically the member function 'SavedGame::getFileName' can be const. [functionConst]
einstein-2.0/opensave.cpp:32:22: style: Technically the member function 'SavedGame::getName' can be const. [functionConst]
einstein-2.0/opensave.cpp:33:14: style: Technically the member function 'SavedGame::isExists' can be const. [functionConst]
einstein-2.0/opensave.cpp:25:9: style: Class 'SavedGame' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
einstein-2.0/opensave.cpp:17:1: warning: The class 'SavedGame' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
einstein-2.0/opensave.cpp:63:22: style: The function 'doAction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/widgets.h:15:22: note: Virtual function in base class
einstein-2.0/opensave.cpp:63:22: note: Function in derived class
einstein-2.0/opensave.cpp:92:22: style: The function 'doAction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/widgets.h:15:22: note: Virtual function in base class
einstein-2.0/opensave.cpp:92:22: note: Function in derived class
einstein-2.0/opensave.cpp:234:22: style: The function 'doAction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/widgets.h:15:22: note: Virtual function in base class
einstein-2.0/opensave.cpp:234:22: note: Function in derived class
einstein-2.0/options.cpp:54:30: style: Function 'showOptionsWindow' argument 1 names different: declaration 'area' definition 'parentArea'. [funcArgNamesDifferent]
einstein-2.0/options.h:9:30: note: Function 'showOptionsWindow' argument 1 names different: declaration 'area' definition 'parentArea'.
einstein-2.0/options.cpp:54:30: note: Function 'showOptionsWindow' argument 1 names different: declaration 'area' definition 'parentArea'.
einstein-2.0/options.cpp:22:22: style: The function 'doAction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/widgets.h:15:22: note: Virtual function in base class
einstein-2.0/options.cpp:22:22: note: Function in derived class
einstein-2.0/puzgen.cpp:201:9: style: The scope of the variable 'a' can be reduced. [variableScope]
einstein-2.0/puzgen.cpp:201:12: style: The scope of the variable 'b' can be reduced. [variableScope]
einstein-2.0/puzgen.cpp:201:15: style: The scope of the variable 'c' can be reduced. [variableScope]
einstein-2.0/puzgen.cpp:228:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
einstein-2.0/puzgen.cpp:253:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
einstein-2.0/puzgen.cpp:277:39: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
einstein-2.0/puzgen.cpp:331:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
einstein-2.0/puzgen.cpp:344:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
einstein-2.0/puzgen.cpp:372:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
einstein-2.0/puzgen.h:29:14: style: Technically the member function 'Possibilities::isPossible' can be const. [functionConst]
einstein-2.0/puzgen.cpp:109:21: note: Technically the member function 'Possibilities::isPossible' can be const.
einstein-2.0/puzgen.h:29:14: note: Technically the member function 'Possibilities::isPossible' can be const.
einstein-2.0/puzgen.h:30:14: style: Technically the member function 'Possibilities::isDefined' can be const. [functionConst]
einstein-2.0/puzgen.cpp:114:21: note: Technically the member function 'Possibilities::isDefined' can be const.
einstein-2.0/puzgen.h:30:14: note: Technically the member function 'Possibilities::isDefined' can be const.
einstein-2.0/puzgen.h:31:13: style: Technically the member function 'Possibilities::getDefined' can be const. [functionConst]
einstein-2.0/puzgen.cpp:126:20: note: Technically the member function 'Possibilities::getDefined' can be const.
einstein-2.0/puzgen.h:31:13: note: Technically the member function 'Possibilities::getDefined' can be const.
einstein-2.0/puzgen.h:32:13: style: Technically the member function 'Possibilities::getPosition' can be const. [functionConst]
einstein-2.0/puzgen.cpp:155:20: note: Technically the member function 'Possibilities::getPosition' can be const.
einstein-2.0/puzgen.h:32:13: note: Technically the member function 'Possibilities::getPosition' can be const.
einstein-2.0/puzgen.h:34:14: style: Technically the member function 'Possibilities::print' can be const. [functionConst]
einstein-2.0/puzgen.cpp:169:21: note: Technically the member function 'Possibilities::print' can be const.
einstein-2.0/puzgen.h:34:14: note: Technically the member function 'Possibilities::print' can be const.
einstein-2.0/puzzle.cpp:191:35: style: Function 'setCommands' argument 1 names different: declaration 'winCommand' definition 'win'. [funcArgNamesDifferent]
einstein-2.0/puzzle.h:38:35: note: Function 'setCommands' argument 1 names different: declaration 'winCommand' definition 'win'.
einstein-2.0/puzzle.cpp:191:35: note: Function 'setCommands' argument 1 names different: declaration 'winCommand' definition 'win'.
einstein-2.0/puzzle.cpp:191:49: style: Function 'setCommands' argument 2 names different: declaration 'failCommand' definition 'fail'. [funcArgNamesDifferent]
einstein-2.0/puzzle.h:38:56: note: Function 'setCommands' argument 2 names different: declaration 'failCommand' definition 'fail'.
einstein-2.0/puzzle.cpp:191:49: note: Function 'setCommands' argument 2 names different: declaration 'failCommand' definition 'fail'.
einstein-2.0/puzzle.cpp:15:9: warning: Member variable 'Puzzle::solved' is not initialized in the constructor. [uninitMemberVar]
einstein-2.0/puzzle.cpp:15:9: warning: Member variable 'Puzzle::winCommand' is not initialized in the constructor. [uninitMemberVar]
einstein-2.0/puzzle.cpp:15:9: warning: Member variable 'Puzzle::failCommand' is not initialized in the constructor. [uninitMemberVar]
einstein-2.0/puzzle.h:36:14: performance: Technically the member function 'Puzzle::getCellNo' can be static. [functionStatic]
einstein-2.0/puzzle.cpp:139:14: note: Technically the member function 'Puzzle::getCellNo' can be static.
einstein-2.0/puzzle.h:36:14: note: Technically the member function 'Puzzle::getCellNo' can be static.
einstein-2.0/random.cpp:84:26: style: The scope of the variable 'mag01' can be reduced. [variableScope]
einstein-2.0/random.cpp:30:20: style: Function 'Random' argument 1 names different: declaration 'keys' definition 'init_key'. [funcArgNamesDifferent]
einstein-2.0/random.h:16:20: note: Function 'Random' argument 1 names different: declaration 'keys' definition 'init_key'.
einstein-2.0/random.cpp:30:20: note: Function 'Random' argument 1 names different: declaration 'keys' definition 'init_key'.
einstein-2.0/random.cpp:30:36: style: Function 'Random' argument 2 names different: declaration 'length' definition 'key_length'. [funcArgNamesDifferent]
einstein-2.0/random.h:16:32: note: Function 'Random' argument 2 names different: declaration 'length' definition 'key_length'.
einstein-2.0/random.cpp:30:36: note: Function 'Random' argument 2 names different: declaration 'length' definition 'key_length'.
einstein-2.0/resources.cpp:43:63: style: Function 'UnpackedResourceStream' argument 1 names different: declaration 'stream' definition 's'. [funcArgNamesDifferent]
einstein-2.0/resources.cpp:33:47: note: Function 'UnpackedResourceStream' argument 1 names different: declaration 'stream' definition 's'.
einstein-2.0/resources.cpp:43:63: note: Function 'UnpackedResourceStream' argument 1 names different: declaration 'stream' definition 's'.
einstein-2.0/resources.cpp:44:14: style: Function 'UnpackedResourceStream' argument 2 names different: declaration 'offset' definition 'off'. [funcArgNamesDifferent]
einstein-2.0/resources.cpp:33:60: note: Function 'UnpackedResourceStream' argument 2 names different: declaration 'offset' definition 'off'.
einstein-2.0/resources.cpp:44:14: note: Function 'UnpackedResourceStream' argument 2 names different: declaration 'offset' definition 'off'.
einstein-2.0/resources.cpp:44:26: style: Function 'UnpackedResourceStream' argument 3 names different: declaration 'size' definition 'sz'. [funcArgNamesDifferent]
einstein-2.0/resources.cpp:34:24: note: Function 'UnpackedResourceStream' argument 3 names different: declaration 'size' definition 'sz'.
einstein-2.0/resources.cpp:44:26: note: Function 'UnpackedResourceStream' argument 3 names different: declaration 'size' definition 'sz'.
einstein-2.0/resources.cpp:51:40: style: Function 'seek' argument 1 names different: declaration 'offset' definition 'off'. [funcArgNamesDifferent]
einstein-2.0/resources.cpp:38:32: note: Function 'seek' argument 1 names different: declaration 'offset' definition 'off'.
einstein-2.0/resources.cpp:51:40: note: Function 'seek' argument 1 names different: declaration 'offset' definition 'off'.
einstein-2.0/resources.cpp:58:56: style: Function 'read' argument 2 names different: declaration 'size' definition 'sz'. [funcArgNamesDifferent]
einstein-2.0/resources.cpp:39:48: note: Function 'read' argument 2 names different: declaration 'size' definition 'sz'.
einstein-2.0/resources.cpp:58:56: note: Function 'read' argument 2 names different: declaration 'size' definition 'sz'.
einstein-2.0/resources.cpp:96:56: style: Function 'MemoryResourceStream' argument 1 names different: declaration 'resource' definition 'res'. [funcArgNamesDifferent]
einstein-2.0/resources.cpp:86:42: note: Function 'MemoryResourceStream' argument 1 names different: declaration 'resource' definition 'res'.
einstein-2.0/resources.cpp:96:56: note: Function 'MemoryResourceStream' argument 1 names different: declaration 'resource' definition 'res'.
einstein-2.0/resources.cpp:108:38: style: Function 'seek' argument 1 names different: declaration 'offset' definition 'off'. [funcArgNamesDifferent]
einstein-2.0/resources.cpp:91:32: note: Function 'seek' argument 1 names different: declaration 'offset' definition 'off'.
einstein-2.0/resources.cpp:108:38: note: Function 'seek' argument 1 names different: declaration 'offset' definition 'off'.
einstein-2.0/resources.cpp:115:54: style: Function 'read' argument 2 names different: declaration 'size' definition 'sz'. [funcArgNamesDifferent]
einstein-2.0/resources.cpp:92:48: note: Function 'read' argument 2 names different: declaration 'size' definition 'sz'.
einstein-2.0/resources.cpp:115:54: note: Function 'read' argument 2 names different: declaration 'size' definition 'sz'.
einstein-2.0/resources.cpp:133:66: style: Function 'ResourceFile' argument 2 names different: declaration 'buffer' definition 'buf'. [funcArgNamesDifferent]
einstein-2.0/resources.h:83:60: note: Function 'ResourceFile' argument 2 names different: declaration 'buffer' definition 'buf'.
einstein-2.0/resources.cpp:133:66: note: Function 'ResourceFile' argument 2 names different: declaration 'buffer' definition 'buf'.
einstein-2.0/resources.cpp:279:17: style: Function 'SimpleResourceFile' argument 2 names different: declaration 'buffer' definition 'buf'. [funcArgNamesDifferent]
einstein-2.0/resources.h:142:66: note: Function 'SimpleResourceFile' argument 2 names different: declaration 'buffer' definition 'buf'.
einstein-2.0/resources.cpp:279:17: note: Function 'SimpleResourceFile' argument 2 names different: declaration 'buffer' definition 'buf'.
einstein-2.0/resources.cpp:301:65: style: Function 'load' argument 2 names different: declaration 'buffer' definition 'outBuf'. [funcArgNamesDifferent]
einstein-2.0/resources.h:154:61: note: Function 'load' argument 2 names different: declaration 'buffer' definition 'outBuf'.
einstein-2.0/resources.cpp:301:65: note: Function 'load' argument 2 names different: declaration 'buffer' definition 'outBuf'.
einstein-2.0/resources.cpp:320:38: style: Function 'ResVariant' argument 1 names different: declaration 'file' definition 'f'. [funcArgNamesDifferent]
einstein-2.0/resources.h:176:34: note: Function 'ResVariant' argument 1 names different: declaration 'file' definition 'f'.
einstein-2.0/resources.cpp:320:38: note: Function 'ResVariant' argument 1 names different: declaration 'file' definition 'f'.
einstein-2.0/resources.cpp:321:45: style: Function 'ResVariant' argument 3 names different: declaration 'entry' definition 'e'. [funcArgNamesDifferent]
einstein-2.0/resources.h:177:53: note: Function 'ResVariant' argument 3 names different: declaration 'entry' definition 'e'.
einstein-2.0/resources.cpp:321:45: note: Function 'ResVariant' argument 3 names different: declaration 'entry' definition 'e'.
einstein-2.0/resources.cpp:357:34: style: Function 'getRef' argument 1 names different: declaration 'size' definition 'sz'. [funcArgNamesDifferent]
einstein-2.0/resources.h:192:30: note: Function 'getRef' argument 1 names different: declaration 'size' definition 'sz'.
einstein-2.0/resources.cpp:357:34: note: Function 'getRef' argument 1 names different: declaration 'size' definition 'sz'.
einstein-2.0/resources.cpp:363:31: style: Function 'delRef' argument 1 names different: declaration 'data' definition 'dta'. [funcArgNamesDifferent]
einstein-2.0/resources.h:196:27: note: Function 'delRef' argument 1 names different: declaration 'data' definition 'dta'.
einstein-2.0/resources.cpp:363:31: note: Function 'delRef' argument 1 names different: declaration 'data' definition 'dta'.
einstein-2.0/resources.cpp:416:72: style: Function 'Resource' argument 4 names different: declaration 'name' definition 'n'. [funcArgNamesDifferent]
einstein-2.0/resources.h:241:37: note: Function 'Resource' argument 4 names different: declaration 'name' definition 'n'.
einstein-2.0/resources.cpp:416:72: note: Function 'Resource' argument 4 names different: declaration 'name' definition 'n'.
einstein-2.0/resources.cpp:625:62: style: Function 'forEachInGroup' argument 1 names different: declaration 'groupName' definition 'name'. [funcArgNamesDifferent]
einstein-2.0/resources.h:354:49: note: Function 'forEachInGroup' argument 1 names different: declaration 'groupName' definition 'name'.
einstein-2.0/resources.cpp:625:62: note: Function 'forEachInGroup' argument 1 names different: declaration 'groupName' definition 'name'.
einstein-2.0/resources.cpp:343:0: warning: Size of pointer 'd' used instead of size of its data. [pointerSize]
einstein-2.0/resources.cpp:283:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
einstein-2.0/resources.cpp:424:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
einstein-2.0/resources.cpp:527:78: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
einstein-2.0/resources.cpp:529:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
einstein-2.0/resources.cpp:537:37: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
einstein-2.0/resources.cpp:560:31: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
einstein-2.0/resources.cpp:565:33: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
einstein-2.0/resources.cpp:630:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
einstein-2.0/resources.h:273:14: performance: Technically the member function 'Resource::delRef' can be static. [functionStatic]
einstein-2.0/resources.cpp:483:16: note: Technically the member function 'Resource::delRef' can be static.
einstein-2.0/resources.h:273:14: note: Technically the member function 'Resource::delRef' can be static.
einstein-2.0/resources.h:351:14: performance: Technically the member function 'ResourcesCollection::delRef' can be static. [functionStatic]
einstein-2.0/resources.cpp:619:27: note: Technically the member function 'ResourcesCollection::delRef' can be static.
einstein-2.0/resources.h:351:14: note: Technically the member function 'ResourcesCollection::delRef' can be static.
einstein-2.0/resources.cpp:140:9: style: Class 'ResourceFile' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
einstein-2.0/resources.cpp:140:9: style: Class 'ResourceFile' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
einstein-2.0/resources.cpp:86:9: style: Class 'MemoryResourceStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
einstein-2.0/resources.cpp:433:9: style: Class 'ScorePredicate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
einstein-2.0/resources.cpp:37:24: style: The function 'getSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/resources.h:30:24: note: Virtual function in base class
einstein-2.0/resources.cpp:37:24: note: Function in derived class
einstein-2.0/resources.cpp:38:22: style: The function 'seek' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/resources.h:34:22: note: Virtual function in base class
einstein-2.0/resources.cpp:38:22: note: Function in derived class
einstein-2.0/resources.cpp:39:22: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/resources.h:39:22: note: Virtual function in base class
einstein-2.0/resources.cpp:39:22: note: Function in derived class
einstein-2.0/resources.cpp:40:22: style: The function 'getPos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/resources.h:42:22: note: Virtual function in base class
einstein-2.0/resources.cpp:40:22: note: Function in derived class
einstein-2.0/resources.cpp:90:24: style: The function 'getSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/resources.h:30:24: note: Virtual function in base class
einstein-2.0/resources.cpp:90:24: note: Function in derived class
einstein-2.0/resources.cpp:91:22: style: The function 'seek' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/resources.h:34:22: note: Virtual function in base class
einstein-2.0/resources.cpp:91:22: note: Function in derived class
einstein-2.0/resources.cpp:92:22: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/resources.h:39:22: note: Virtual function in base class
einstein-2.0/resources.cpp:92:22: note: Function in derived class
einstein-2.0/resources.cpp:93:22: style: The function 'getPos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/resources.h:42:22: note: Virtual function in base class
einstein-2.0/resources.cpp:93:22: note: Function in derived class
einstein-2.0/resources.cpp:241:9: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
einstein-2.0/resources.cpp:261:9: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
einstein-2.0/resources.cpp:384:9: error: Memory leak: d [memleak]
einstein-2.0/rules.cpp:116:58: style: Function 'draw' argument 4 names different: declaration 'highlighted' definition 'h'. [funcArgNamesDifferent]
einstein-2.0/rules.cpp:33:64: note: Function 'draw' argument 4 names different: declaration 'highlighted' definition 'h'.
einstein-2.0/rules.cpp:116:58: note: Function 'draw' argument 4 names different: declaration 'highlighted' definition 'h'.
einstein-2.0/rules.cpp:202:63: style: Function 'draw' argument 4 names different: declaration 'highlighted' definition 'h'. [funcArgNamesDifferent]
einstein-2.0/rules.cpp:147:64: note: Function 'draw' argument 4 names different: declaration 'highlighted' definition 'h'.
einstein-2.0/rules.cpp:202:63: note: Function 'draw' argument 4 names different: declaration 'highlighted' definition 'h'.
einstein-2.0/rules.cpp:338:59: style: Function 'draw' argument 4 names different: declaration 'highlighted' definition 'h'. [funcArgNamesDifferent]
einstein-2.0/rules.cpp:284:64: note: Function 'draw' argument 4 names different: declaration 'highlighted' definition 'h'.
einstein-2.0/rules.cpp:338:59: note: Function 'draw' argument 4 names different: declaration 'highlighted' definition 'h'.
einstein-2.0/rules.cpp:486:61: style: Function 'draw' argument 4 names different: declaration 'highlighted' definition 'h'. [funcArgNamesDifferent]
einstein-2.0/rules.cpp:370:64: note: Function 'draw' argument 4 names different: declaration 'highlighted' definition 'h'.
einstein-2.0/rules.cpp:486:61: note: Function 'draw' argument 4 names different: declaration 'highlighted' definition 'h'.
einstein-2.0/rules.cpp:535:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
einstein-2.0/rules.cpp:31:14: performance: Technically the member function 'NearRule::applyToCol' can be static. [functionStatic]
einstein-2.0/rules.cpp:71:16: note: Technically the member function 'NearRule::applyToCol' can be static.
einstein-2.0/rules.cpp:31:14: note: Technically the member function 'NearRule::applyToCol' can be static.
einstein-2.0/rules.cpp:25:9: style: Class 'NearRule' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
einstein-2.0/rules.cpp:26:9: style: Class 'NearRule' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
einstein-2.0/rules.cpp:141:9: style: Class 'DirectionRule' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
einstein-2.0/rules.cpp:142:9: style: Class 'DirectionRule' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
einstein-2.0/rules.cpp:226:9: style: Class 'OpenRule' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
einstein-2.0/rules.cpp:227:9: style: Class 'OpenRule' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
einstein-2.0/rules.cpp:280:9: style: Class 'UnderRule' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
einstein-2.0/rules.cpp:281:9: style: Class 'UnderRule' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
einstein-2.0/rules.cpp:364:9: style: Class 'BetweenRule' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
einstein-2.0/rules.cpp:365:9: style: Class 'BetweenRule' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
einstein-2.0/rules.cpp:27:22: style: The function 'apply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/puzgen.h:57:22: note: Virtual function in base class
einstein-2.0/rules.cpp:27:22: note: Function in derived class
einstein-2.0/rules.cpp:28:30: style: The function 'getAsText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/puzgen.h:56:30: note: Virtual function in base class
einstein-2.0/rules.cpp:28:30: note: Function in derived class
einstein-2.0/rules.cpp:33:22: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/puzgen.h:60:22: note: Virtual function in base class
einstein-2.0/rules.cpp:33:22: note: Function in derived class
einstein-2.0/rules.cpp:34:29: style: The function 'getShowOpts' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/puzgen.h:59:29: note: Virtual function in base class
einstein-2.0/rules.cpp:34:29: note: Function in derived class
einstein-2.0/rules.cpp:35:22: style: The function 'save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/puzgen.h:61:22: note: Virtual function in base class
einstein-2.0/rules.cpp:35:22: note: Function in derived class
einstein-2.0/rules.cpp:143:22: style: The function 'apply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/puzgen.h:57:22: note: Virtual function in base class
einstein-2.0/rules.cpp:143:22: note: Function in derived class
einstein-2.0/rules.cpp:144:30: style: The function 'getAsText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/puzgen.h:56:30: note: Virtual function in base class
einstein-2.0/rules.cpp:144:30: note: Function in derived class
einstein-2.0/rules.cpp:147:22: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/puzgen.h:60:22: note: Virtual function in base class
einstein-2.0/rules.cpp:147:22: note: Function in derived class
einstein-2.0/rules.cpp:148:29: style: The function 'getShowOpts' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/puzgen.h:59:29: note: Virtual function in base class
einstein-2.0/rules.cpp:148:29: note: Function in derived class
einstein-2.0/rules.cpp:149:22: style: The function 'save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/puzgen.h:61:22: note: Virtual function in base class
einstein-2.0/rules.cpp:149:22: note: Function in derived class
einstein-2.0/rules.cpp:228:22: style: The function 'apply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/puzgen.h:57:22: note: Virtual function in base class
einstein-2.0/rules.cpp:228:22: note: Function in derived class
einstein-2.0/rules.cpp:229:30: style: The function 'getAsText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/puzgen.h:56:30: note: Virtual function in base class
einstein-2.0/rules.cpp:229:30: note: Function in derived class
einstein-2.0/rules.cpp:230:22: style: The function 'applyOnStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/puzgen.h:58:22: note: Virtual function in base class
einstein-2.0/rules.cpp:230:22: note: Function in derived class
einstein-2.0/rules.cpp:231:22: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/puzgen.h:60:22: note: Virtual function in base class
einstein-2.0/rules.cpp:231:22: note: Function in derived class
einstein-2.0/rules.cpp:232:29: style: The function 'getShowOpts' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/puzgen.h:59:29: note: Virtual function in base class
einstein-2.0/rules.cpp:232:29: note: Function in derived class
einstein-2.0/rules.cpp:233:22: style: The function 'save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/puzgen.h:61:22: note: Virtual function in base class
einstein-2.0/rules.cpp:233:22: note: Function in derived class
einstein-2.0/rules.cpp:282:22: style: The function 'apply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/puzgen.h:57:22: note: Virtual function in base class
einstein-2.0/rules.cpp:282:22: note: Function in derived class
einstein-2.0/rules.cpp:283:30: style: The function 'getAsText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/puzgen.h:56:30: note: Virtual function in base class
einstein-2.0/rules.cpp:283:30: note: Function in derived class
einstein-2.0/rules.cpp:284:22: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/puzgen.h:60:22: note: Virtual function in base class
einstein-2.0/rules.cpp:284:22: note: Function in derived class
einstein-2.0/rules.cpp:285:29: style: The function 'getShowOpts' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/puzgen.h:59:29: note: Virtual function in base class
einstein-2.0/rules.cpp:285:29: note: Function in derived class
einstein-2.0/rules.cpp:286:22: style: The function 'save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/puzgen.h:61:22: note: Virtual function in base class
einstein-2.0/rules.cpp:286:22: note: Function in derived class
einstein-2.0/rules.cpp:366:22: style: The function 'apply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/puzgen.h:57:22: note: Virtual function in base class
einstein-2.0/rules.cpp:366:22: note: Function in derived class
einstein-2.0/rules.cpp:367:30: style: The function 'getAsText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/puzgen.h:56:30: note: Virtual function in base class
einstein-2.0/rules.cpp:367:30: note: Function in derived class
einstein-2.0/rules.cpp:370:22: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/puzgen.h:60:22: note: Virtual function in base class
einstein-2.0/rules.cpp:370:22: note: Function in derived class
einstein-2.0/rules.cpp:371:29: style: The function 'getShowOpts' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/puzgen.h:59:29: note: Virtual function in base class
einstein-2.0/rules.cpp:371:29: note: Function in derived class
einstein-2.0/rules.cpp:372:22: style: The function 'save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/puzgen.h:61:22: note: Virtual function in base class
einstein-2.0/rules.cpp:372:22: note: Function in derived class
einstein-2.0/screen.cpp:256:46: style: Function 'draw' argument 3 names different: declaration 'surface' definition 'tile'. [funcArgNamesDifferent]
einstein-2.0/screen.h:69:46: note: Function 'draw' argument 3 names different: declaration 'surface' definition 'tile'.
einstein-2.0/screen.cpp:256:46: note: Function 'draw' argument 3 names different: declaration 'surface' definition 'tile'.
einstein-2.0/screen.cpp:188:33: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
einstein-2.0/screen.cpp:7:9: warning: Member variable 'Screen::fullScreen' is not initialized in the constructor. [uninitMemberVar]
einstein-2.0/screen.cpp:7:9: warning: Member variable 'Screen::saveX' is not initialized in the constructor. [uninitMemberVar]
einstein-2.0/screen.cpp:7:9: warning: Member variable 'Screen::saveY' is not initialized in the constructor. [uninitMemberVar]
einstein-2.0/screen.cpp:7:9: warning: Member variable 'Screen::niceCursor' is not initialized in the constructor. [uninitMemberVar]
einstein-2.0/screen.cpp:7:9: warning: Member variable 'Screen::cursor' is not initialized in the constructor. [uninitMemberVar]
einstein-2.0/screen.cpp:7:9: warning: Member variable 'Screen::emptyCursor' is not initialized in the constructor. [uninitMemberVar]
einstein-2.0/screen.h:59:32: performance: Technically the member function 'Screen::getFullScreenModes' can be static. [functionStatic]
einstein-2.0/screen.cpp:46:32: note: Technically the member function 'Screen::getFullScreenModes' can be static.
einstein-2.0/screen.h:59:32: note: Technically the member function 'Screen::getFullScreenModes' can be static.
einstein-2.0/screen.cpp:163:11: performance: Possible inefficient checking for 'regions' emptiness. [stlSize]
einstein-2.0/sound.cpp:57:29: style: Function 'setVolume' argument 1 names different: declaration 'volume' definition 'v'. [funcArgNamesDifferent]
einstein-2.0/sound.h:27:30: note: Function 'setVolume' argument 1 names different: declaration 'volume' definition 'v'.
einstein-2.0/sound.cpp:57:29: note: Function 'setVolume' argument 1 names different: declaration 'volume' definition 'v'.
einstein-2.0/sound.cpp:27:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
einstein-2.0/sound.cpp:11:8: warning: Member variable 'Sound::enableFx' is not initialized in the constructor. [uninitMemberVar]
einstein-2.0/sound.cpp:11:8: warning: Member variable 'Sound::volume' is not initialized in the constructor. [uninitMemberVar]
einstein-2.0/storage.cpp:27:5: style: Class 'StorageHolder' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
einstein-2.0/storage.cpp:27:5: style: Class 'StorageHolder' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
einstein-2.0/table.h:49:9: style: Class 'Table' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
einstein-2.0/tablestorage.h:19:21: style: The function 'get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/storage.h:14:21: note: Virtual function in base class
einstein-2.0/tablestorage.h:19:21: note: Function in derived class
einstein-2.0/tablestorage.h:20:30: style: The function 'get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/storage.h:15:30: note: Virtual function in base class
einstein-2.0/tablestorage.h:20:30: note: Function in derived class
einstein-2.0/tablestorage.h:22:22: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/storage.h:17:22: note: Virtual function in base class
einstein-2.0/tablestorage.h:22:22: note: Function in derived class
einstein-2.0/tablestorage.h:23:22: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/storage.h:18:22: note: Virtual function in base class
einstein-2.0/tablestorage.h:23:22: note: Function in derived class
einstein-2.0/tablestorage.h:24:22: style: The function 'flush' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/storage.h:19:22: note: Virtual function in base class
einstein-2.0/tablestorage.h:24:22: note: Function in derived class
einstein-2.0/streams.cpp:6:49: style: Function 'UtfStreamReader' argument 1 names different: declaration 'stream' definition 's'. [funcArgNamesDifferent]
einstein-2.0/streams.h:22:40: note: Function 'UtfStreamReader' argument 1 names different: declaration 'stream' definition 's'.
einstein-2.0/streams.cpp:6:49: note: Function 'UtfStreamReader' argument 1 names different: declaration 'stream' definition 's'.
einstein-2.0/streams.cpp:20:13: performance: Possible inefficient checking for 'backBuf' emptiness. [stlSize]
einstein-2.0/table.cpp:118:32: style: Function 'Table' argument 2 names different: declaration 'startLine' definition 'line'. [funcArgNamesDifferent]
einstein-2.0/table.h:50:33: note: Function 'Table' argument 2 names different: declaration 'startLine' definition 'line'.
einstein-2.0/table.cpp:118:32: note: Function 'Table' argument 2 names different: declaration 'startLine' definition 'line'.
einstein-2.0/table.cpp:118:42: style: Function 'Table' argument 3 names different: declaration 'startPos' definition 'pos'. [funcArgNamesDifferent]
einstein-2.0/table.h:50:48: note: Function 'Table' argument 3 names different: declaration 'startPos' definition 'pos'.
einstein-2.0/table.cpp:118:42: note: Function 'Table' argument 3 names different: declaration 'startPos' definition 'pos'.
einstein-2.0/table.cpp:317:65: style: Function 'toString' argument 3 names different: declaration 'ident' definition 'spaces'. [funcArgNamesDifferent]
einstein-2.0/table.h:56:66: note: Function 'toString' argument 3 names different: declaration 'ident' definition 'spaces'.
einstein-2.0/table.cpp:317:65: note: Function 'toString' argument 3 names different: declaration 'ident' definition 'spaces'.
einstein-2.0/table.cpp:132:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
einstein-2.0/table.cpp:145:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
einstein-2.0/table.cpp:326:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
einstein-2.0/table.cpp:17:9: style: Class 'IntValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
einstein-2.0/table.cpp:38:9: style: Class 'DoubleValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
einstein-2.0/table.cpp:59:9: style: Class 'StringValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
einstein-2.0/table.cpp:80:9: style: Class 'TableValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
einstein-2.0/table.cpp:21:22: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/table.h:28:22: note: Virtual function in base class
einstein-2.0/table.cpp:21:22: note: Function in derived class
einstein-2.0/table.cpp:22:21: style: The function 'asInt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/table.h:29:21: note: Virtual function in base class
einstein-2.0/table.cpp:22:21: note: Function in derived class
einstein-2.0/table.cpp:23:24: style: The function 'asDouble' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/table.h:30:24: note: Virtual function in base class
einstein-2.0/table.cpp:23:24: note: Function in derived class
einstein-2.0/table.cpp:24:30: style: The function 'asString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/table.h:31:30: note: Virtual function in base class
einstein-2.0/table.cpp:24:30: note: Function in derived class
einstein-2.0/table.cpp:25:26: style: The function 'asTable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/table.h:27:26: note: Virtual function in base class
einstein-2.0/table.cpp:25:26: note: Function in derived class
einstein-2.0/table.cpp:28:24: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/table.h:32:24: note: Virtual function in base class
einstein-2.0/table.cpp:28:24: note: Function in derived class
einstein-2.0/table.cpp:42:22: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/table.h:28:22: note: Virtual function in base class
einstein-2.0/table.cpp:42:22: note: Function in derived class
einstein-2.0/table.cpp:43:21: style: The function 'asInt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/table.h:29:21: note: Virtual function in base class
einstein-2.0/table.cpp:43:21: note: Function in derived class
einstein-2.0/table.cpp:44:24: style: The function 'asDouble' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/table.h:30:24: note: Virtual function in base class
einstein-2.0/table.cpp:44:24: note: Function in derived class
einstein-2.0/table.cpp:45:30: style: The function 'asString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/table.h:31:30: note: Virtual function in base class
einstein-2.0/table.cpp:45:30: note: Function in derived class
einstein-2.0/table.cpp:46:26: style: The function 'asTable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/table.h:27:26: note: Virtual function in base class
einstein-2.0/table.cpp:46:26: note: Function in derived class
einstein-2.0/table.cpp:49:24: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/table.h:32:24: note: Virtual function in base class
einstein-2.0/table.cpp:49:24: note: Function in derived class
einstein-2.0/table.cpp:63:22: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/table.h:28:22: note: Virtual function in base class
einstein-2.0/table.cpp:63:22: note: Function in derived class
einstein-2.0/table.cpp:64:21: style: The function 'asInt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/table.h:29:21: note: Virtual function in base class
einstein-2.0/table.cpp:64:21: note: Function in derived class
einstein-2.0/table.cpp:65:24: style: The function 'asDouble' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/table.h:30:24: note: Virtual function in base class
einstein-2.0/table.cpp:65:24: note: Function in derived class
einstein-2.0/table.cpp:66:30: style: The function 'asString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/table.h:31:30: note: Virtual function in base class
einstein-2.0/table.cpp:66:30: note: Function in derived class
einstein-2.0/table.cpp:67:26: style: The function 'asTable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/table.h:27:26: note: Virtual function in base class
einstein-2.0/table.cpp:67:26: note: Function in derived class
einstein-2.0/table.cpp:70:24: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/table.h:32:24: note: Virtual function in base class
einstein-2.0/table.cpp:70:24: note: Function in derived class
einstein-2.0/table.cpp:84:22: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/table.h:28:22: note: Virtual function in base class
einstein-2.0/table.cpp:84:22: note: Function in derived class
einstein-2.0/table.cpp:85:21: style: The function 'asInt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/table.h:29:21: note: Virtual function in base class
einstein-2.0/table.cpp:85:21: note: Function in derived class
einstein-2.0/table.cpp:88:24: style: The function 'asDouble' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/table.h:30:24: note: Virtual function in base class
einstein-2.0/table.cpp:88:24: note: Function in derived class
einstein-2.0/table.cpp:91:30: style: The function 'asString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/table.h:31:30: note: Virtual function in base class
einstein-2.0/table.cpp:91:30: note: Function in derived class
einstein-2.0/table.cpp:94:26: style: The function 'asTable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/table.h:27:26: note: Virtual function in base class
einstein-2.0/table.cpp:94:26: note: Function in derived class
einstein-2.0/table.cpp:95:24: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/table.h:32:24: note: Virtual function in base class
einstein-2.0/table.cpp:95:24: note: Function in derived class
einstein-2.0/tablestorage.h:27:22: performance: Technically the member function 'TableStorage::getFileName' can be static. [functionStatic]
einstein-2.0/tablestorage.cpp:25:28: note: Technically the member function 'TableStorage::getFileName' can be static.
einstein-2.0/tablestorage.h:27:22: note: Technically the member function 'TableStorage::getFileName' can be static.
einstein-2.0/tablestorage.h:24:22: warning: Virtual function 'flush' is called from destructor '~TableStorage()' at line 22. Dynamic binding is not used. [virtualCallInConstructor]
einstein-2.0/tablestorage.cpp:22:5: note: Calling flush
einstein-2.0/tablestorage.h:24:22: note: flush is a virtual method
einstein-2.0/tokenizer.h:53:14: style: Technically the member function 'Tokenizer::isFinished' can be const. [functionConst]
einstein-2.0/tokenizer.cpp:66:17: note: Technically the member function 'Tokenizer::isFinished' can be const.
einstein-2.0/tokenizer.h:53:14: note: Technically the member function 'Tokenizer::isFinished' can be const.
einstein-2.0/tokenizer.cpp:43:13: performance: Possible inefficient checking for 'stack' emptiness. [stlSize]
einstein-2.0/tokenizer.cpp:68:13: performance: Possible inefficient checking for 'stack' emptiness. [stlSize]
einstein-2.0/topscores.cpp:30:50: style: Function 'add' argument 2 names different: declaration 'scores' definition 'score'. [funcArgNamesDifferent]
einstein-2.0/topscores.h:31:47: note: Function 'add' argument 2 names different: declaration 'scores' definition 'score'.
einstein-2.0/topscores.cpp:30:50: note: Function 'add' argument 2 names different: declaration 'scores' definition 'score'.
einstein-2.0/topscores.cpp:138:29: style: Function 'showScoresWindow' argument 1 names different: declaration 'area' definition 'parentArea'. [funcArgNamesDifferent]
einstein-2.0/topscores.h:39:29: note: Function 'showScoresWindow' argument 1 names different: declaration 'area' definition 'parentArea'.
einstein-2.0/topscores.cpp:138:29: note: Function 'showScoresWindow' argument 1 names different: declaration 'area' definition 'parentArea'.
einstein-2.0/topscores.cpp:138:64: style: Function 'showScoresWindow' argument 3 names different: declaration 'highlightPos' definition 'highlight'. [funcArgNamesDifferent]
einstein-2.0/topscores.h:39:58: note: Function 'showScoresWindow' argument 3 names different: declaration 'highlightPos' definition 'highlight'.
einstein-2.0/topscores.cpp:138:64: note: Function 'showScoresWindow' argument 3 names different: declaration 'highlightPos' definition 'highlight'.
einstein-2.0/topscores.cpp:153:36: style: Function 'enterNameDialog' argument 1 names different: declaration 'area' definition 'parentArea'. [funcArgNamesDifferent]
einstein-2.0/topscores.h:40:36: note: Function 'enterNameDialog' argument 1 names different: declaration 'area' definition 'parentArea'.
einstein-2.0/topscores.cpp:153:36: note: Function 'enterNameDialog' argument 1 names different: declaration 'area' definition 'parentArea'.
einstein-2.0/topscores.cpp:43:70: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
einstein-2.0/topscores.cpp:70:70: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
einstein-2.0/topscores.cpp:91:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
einstein-2.0/topscores.cpp:118:30: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
einstein-2.0/topscores.cpp:32:36: performance: Possible inefficient checking for 'scores' emptiness. [stlSize]
einstein-2.0/topscores.cpp:88:9: performance: Possible inefficient checking for 'scores' emptiness. [stlSize]
einstein-2.0/unicode.cpp:293:7: style: The scope of the variable 'i' can be reduced. [variableScope]
einstein-2.0/unicode.cpp:132:15: style: Unsigned variable 'max_len' can't be negative so it is unnecessary to test it. [unsignedPositive]
einstein-2.0/unicode.cpp:589:5: style: Variable 'mask' is assigned a value that is never used. [unreadVariable]
einstein-2.0/utils.cpp:397:12: style: The scope of the variable 'ib' can be reduced. [variableScope]
einstein-2.0/utils.cpp:250:23: style: Function 'showWindow' argument 1 names different: declaration 'area' definition 'parentArea'. [funcArgNamesDifferent]
einstein-2.0/utils.h:19:23: note: Function 'showWindow' argument 1 names different: declaration 'area' definition 'parentArea'.
einstein-2.0/utils.cpp:250:23: note: Function 'showWindow' argument 1 names different: declaration 'area' definition 'parentArea'.
einstein-2.0/utils.cpp:285:30: style: Function 'showMessageWindow' argument 1 names different: declaration 'area' definition 'parentArea'. [funcArgNamesDifferent]
einstein-2.0/utils.h:24:30: note: Function 'showMessageWindow' argument 1 names different: declaration 'area' definition 'parentArea'.
einstein-2.0/utils.cpp:285:30: note: Function 'showMessageWindow' argument 1 names different: declaration 'area' definition 'parentArea'.
einstein-2.0/utils.cpp:394:41: style: Function 'writeInt' argument 2 names different: declaration 'value' definition 'v'. [funcArgNamesDifferent]
einstein-2.0/utils.h:36:41: note: Function 'writeInt' argument 2 names different: declaration 'value' definition 'v'.
einstein-2.0/utils.cpp:394:41: note: Function 'writeInt' argument 2 names different: declaration 'value' definition 'v'.
einstein-2.0/utils.cpp:414:28: style: Function 'readInt' argument 1 names different: declaration 'buffer' definition 'buf'. [funcArgNamesDifferent]
einstein-2.0/utils.h:40:28: note: Function 'readInt' argument 1 names different: declaration 'buffer' definition 'buf'.
einstein-2.0/utils.cpp:414:28: note: Function 'readInt' argument 1 names different: declaration 'buffer' definition 'buf'.
einstein-2.0/utils.cpp:233:9: style: Class 'CenteredBitmap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
einstein-2.0/utils.cpp:243:22: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
einstein-2.0/widgets.h:34:22: note: Virtual function in base class
einstein-2.0/utils.cpp:243:22: note: Function in derived class
einstein-2.0/verthints.cpp:165:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
einstein-2.0/verthints.cpp:16:42: style: Function 'VertHints' argument 2 names different: declaration 'rules' definition 'r'. [funcArgNamesDifferent]
einstein-2.0/verthints.h:24:39: note: Function 'VertHints' argument 2 names different: declaration 'rules' definition 'r'.
einstein-2.0/verthints.cpp:16:42: note: Function 'VertHints' argument 2 names different: declaration 'rules' definition 'r'.
einstein-2.0/verthints.cpp:22:42: style: Function 'VertHints' argument 2 names different: declaration 'rules' definition 'rl'. [funcArgNamesDifferent]
einstein-2.0/verthints.h:25:39: note: Function 'VertHints' argument 2 names different: declaration 'rules' definition 'rl'.
einstein-2.0/verthints.cpp:22:42: note: Function 'VertHints' argument 2 names different: declaration 'rules' definition 'rl'.
einstein-2.0/verthints.cpp:47:30: style: Function 'reset' argument 1 names different: declaration 'rules' definition 'r'. [funcArgNamesDifferent]
einstein-2.0/verthints.h:36:27: note: Function 'reset' argument 1 names different: declaration 'rules' definition 'r'.
einstein-2.0/verthints.cpp:47:30: note: Function 'reset' argument 1 names different: declaration 'rules' definition 'r'.
einstein-2.0/verthints.cpp:54:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
einstein-2.0/verthints.h:32:13: performance: Technically the member function 'VertHints::getRuleNo' can be static. [functionStatic]
einstein-2.0/verthints.cpp:158:16: note: Technically the member function 'VertHints::getRuleNo' can be static.
einstein-2.0/verthints.h:32:13: note: Technically the member function 'VertHints::getRuleNo' can be static.
einstein-2.0/verthints.h:34:14: style: Technically the member function 'VertHints::isActive' can be const. [functionConst]
einstein-2.0/verthints.cpp:174:17: note: Technically the member function 'VertHints::isActive' can be const.
einstein-2.0/verthints.h:34:14: note: Technically the member function 'VertHints::isActive' can be const.
einstein-2.0/widgets.cpp:452:23: warning: Comparison of a boolean expression with an integer. [compareBoolExpressionWithInt]
einstein-2.0/widgets.cpp:305:10: style: The scope of the variable 'dispetchEvent' can be reduced. [variableScope]
einstein-2.0/widgets.cpp:30:34: style: Function 'Button' argument 3 names different: declaration 'width' definition 'w'. [funcArgNamesDifferent]
einstein-2.0/widgets.h:52:34: note: Function 'Button' argument 3 names different: declaration 'width' definition 'w'.
einstein-2.0/widgets.cpp:30:34: note: Function 'Button' argument 3 names different: declaration 'width' definition 'w'.
einstein-2.0/widgets.cpp:30:41: style: Function 'Button' argument 4 names different: declaration 'height' definition 'h'. [funcArgNamesDifferent]
einstein-2.0/widgets.h:52:45: note: Function 'Button' argument 4 names different: declaration 'height' definition 'h'.
einstein-2.0/widgets.cpp:30:41: note: Function 'Button' argument 4 names different: declaration 'height' definition 'h'.
einstein-2.0/widgets.cpp:59:34: style: Function 'Button' argument 3 names different: declaration 'width' definition 'w'. [funcArgNamesDifferent]
einstein-2.0/widgets.h:58:34: note: Function 'Button' argument 3 names different: declaration 'width' definition 'w'.
einstein-2.0/widgets.cpp:59:34: note: Function 'Button' argument 3 names different: declaration 'width' definition 'w'.
einstein-2.0/widgets.cpp:59:41: style: Function 'Button' argument 4 names different: declaration 'height' definition 'h'. [funcArgNamesDifferent]
einstein-2.0/widgets.h:58:45: note: Function 'Button' argument 4 names different: declaration 'height' definition 'h'.
einstein-2.0/widgets.cpp:59:41: note: Function 'Button' argument 4 names different: declaration 'height' definition 'h'.
einstein-2.0/widgets.cpp:60:50: style: Function 'Button' argument 9 names different: declaration 'background' definition 'bg'. [funcArgNamesDifferent]
einstein-2.0/widgets.h:59:58: note: Function 'Button' argument 9 names different: declaration 'background' definition 'bg'.
einstein-2.0/widgets.cpp:60:50: note: Function 'Button' argument 9 names different: declaration 'background' definition 'bg'.
einstein-2.0/widgets.cpp:105:34: style: Function 'Button' argument 3 names different: declaration 'width' definition 'w'. [funcArgNamesDifferent]
einstein-2.0/widgets.h:55:34: note: Function 'Button' argument 3 names different: declaration 'width' definition 'w'.
einstein-2.0/widgets.cpp:105:34: note: Function 'Button' argument 3 names different: declaration 'width' definition 'w'.
einstein-2.0/widgets.cpp:105:41: style: Function 'Button' argument 4 names different: declaration 'height' definition 'h'. [funcArgNamesDifferent]
einstein-2.0/widgets.h:55:45: note: Function 'Button' argument 4 names different: declaration 'height' definition 'h'.
einstein-2.0/widgets.cpp:105:41: note: Function 'Button' argument 4 names different: declaration 'height' definition 'h'.
einstein-2.0/widgets.cpp:106:50: style: Function 'Button' argument 9 names different: declaration 'background' definition 'bg'. [funcArgNamesDifferent]
einstein-2.0/widgets.h:56:58: note: Function 'Button' argument 9 names different: declaration 'background' definition 'bg'.
einstein-2.0/widgets.cpp:106:50: note: Function 'Button' argument 9 names different: declaration 'background' definition 'bg'.
einstein-2.0/widgets.cpp:163:29: style: Function 'getBounds' argument 1 names different: declaration 'left' definition 'l'. [funcArgNamesDifferent]
einstein-2.0/widgets.h:65:29: note: Function 'getBounds' argument 1 names different: declaration 'left' definition 'l'.
einstein-2.0/widgets.cpp:163:29: note: Function 'getBounds' argument 1 names different: declaration 'left' definition 'l'.
einstein-2.0/widgets.cpp:163:37: style: Function 'getBounds' argument 2 names different: declaration 'top' definition 't'. [funcArgNamesDifferent]
einstein-2.0/widgets.h:65:40: note: Function 'getBounds' argument 2 names different: declaration 'top' definition 't'.
einstein-2.0/widgets.cpp:163:37: note: Function 'getBounds' argument 2 names different: declaration 'top' definition 't'.
einstein-2.0/widgets.cpp:163:45: style: Function 'getBounds' argument 3 names different: declaration 'width' definition 'w'. [funcArgNamesDifferent]
einstein-2.0/widgets.h:65:50: note: Function 'getBounds' argument 3 names different: declaration 'width' definition 'w'.
einstein-2.0/widgets.cpp:163:45: note: Function 'getBounds' argument 3 names different: declaration 'width' definition 'w'.
einstein-2.0/widgets.cpp:163:53: style: Function 'getBounds' argument 4 names different: declaration 'height' definition 'h'. [funcArgNamesDifferent]
einstein-2.0/widgets.h:65:62: note: Function 'getBounds' argument 4 names different: declaration 'height' definition 'h'.
einstein-2.0/widgets.cpp:163:53: note: Function 'getBounds' argument 4 names different: declaration 'height' definition 'h'.
einstein-2.0/widgets.cpp:202:27: style: Function 'KeyAccel' argument 1 names different: declaration 'key' definition 'sym'. [funcArgNamesDifferent]
einstein-2.0/widgets.h:84:25: note: Function 'KeyAccel' argument 1 names different: declaration 'key' definition 'sym'.
einstein-2.0/widgets.cpp:202:27: note: Function 'KeyAccel' argument 1 names different: declaration 'key' definition 'sym'.
einstein-2.0/widgets.cpp:202:41: style: Function 'KeyAccel' argument 2 names different: declaration 'command' definition 'cmd'. [funcArgNamesDifferent]
einstein-2.0/widgets.h:84:39: note: Function 'KeyAccel' argument 2 names different: declaration 'command' definition 'cmd'.
einstein-2.0/widgets.cpp:202:41: note: Function 'KeyAccel' argument 2 names different: declaration 'command' definition 'cmd'.
einstein-2.0/widgets.cpp:209:33: style: Function 'onKeyDown' argument 1 names different: declaration 'key' definition 'k'. [funcArgNamesDifferent]
einstein-2.0/widgets.h:85:39: note: Function 'onKeyDown' argument 1 names different: declaration 'key' definition 'k'.
einstein-2.0/widgets.cpp:209:33: note: Function 'onKeyDown' argument 1 names different: declaration 'key' definition 'k'.
einstein-2.0/widgets.cpp:241:37: style: Function 'add' argument 2 names different: declaration 'manage' definition 'managed'. [funcArgNamesDifferent]
einstein-2.0/widgets.h:112:39: note: Function 'add' argument 2 names different: declaration 'manage' definition 'managed'.
einstein-2.0/widgets.cpp:241:37: note: Function 'add' argument 2 names different: declaration 'manage' definition 'managed'.
einstein-2.0/widgets.cpp:352:52: style: Function 'setTimer' argument 2 names different: declaration 'handler' definition 't'. [funcArgNamesDifferent]
einstein-2.0/widgets.h:118:54: note: Function 'setTimer' argument 2 names different: declaration 'handler' definition 't'.
einstein-2.0/widgets.cpp:352:52: note: Function 'setTimer' argument 2 names different: declaration 'handler' definition 't'.
einstein-2.0/widgets.cpp:384:35: style: Function 'AnyKeyAccel' argument 1 names different: declaration 'command' definition 'cmd'. [funcArgNamesDifferent]
einstein-2.0/widgets.h:145:30: note: Function 'AnyKeyAccel' argument 1 names different: declaration 'command' definition 'cmd'.
einstein-2.0/widgets.cpp:384:35: note: Function 'AnyKeyAccel' argument 1 names different: declaration 'command' definition 'cmd'.
einstein-2.0/widgets.cpp:425:64: style: Function 'Window' argument 5 names different: declaration 'background' definition 'bg'. [funcArgNamesDifferent]
einstein-2.0/widgets.h:161:64: note: Function 'Window' argument 5 names different: declaration 'background' definition 'bg'.
einstein-2.0/widgets.cpp:425:64: note: Function 'Window' argument 5 names different: declaration 'background' definition 'bg'.
einstein-2.0/widgets.cpp:499:20: style: Function 'Label' argument 1 names different: declaration 'font' definition 'f'. [funcArgNamesDifferent]
einstein-2.0/widgets.h:195:21: note: Function 'Label' argument 1 names different: declaration 'font' definition 'f'.
einstein-2.0/widgets.cpp:499:20: note: Function 'Label' argument 1 names different: declaration 'font' definition 'f'.
einstein-2.0/widgets.cpp:499:71: style: Function 'Label' argument 7 names different: declaration 'text' definition 's'. [funcArgNamesDifferent]
einstein-2.0/widgets.h:196:30: note: Function 'Label' argument 7 names different: declaration 'text' definition 's'.
einstein-2.0/widgets.cpp:499:71: note: Function 'Label' argument 7 names different: declaration 'text' definition 's'.
einstein-2.0/widgets.cpp:500:14: style: Function 'Label' argument 8 names different: declaration 'shadow' definition 'sh'. [funcArgNamesDifferent]
einstein-2.0/widgets.h:196:41: note: Function 'Label' argument 8 names different: declaration 'shadow' definition 'sh'.
einstein-2.0/widgets.cpp:500:14: note: Function 'Label' argument 8 names different: declaration 'shadow' definition 'sh'.
einstein-2.0/widgets.cpp:514:20: style: Function 'Label' argument 1 names different: declaration 'font' definition 'f'. [funcArgNamesDifferent]
einstein-2.0/widgets.h:197:21: note: Function 'Label' argument 1 names different: declaration 'font' definition 'f'.
einstein-2.0/widgets.cpp:514:20: note: Function 'Label' argument 1 names different: declaration 'font' definition 'f'.
einstein-2.0/widgets.cpp:514:41: style: Function 'Label' argument 4 names different: declaration 'width' definition 'w'. [funcArgNamesDifferent]
einstein-2.0/widgets.h:197:45: note: Function 'Label' argument 4 names different: declaration 'width' definition 'w'.
einstein-2.0/widgets.cpp:514:41: note: Function 'Label' argument 4 names different: declaration 'width' definition 'w'.
einstein-2.0/widgets.cpp:514:48: style: Function 'Label' argument 5 names different: declaration 'height' definition 'h'. [funcArgNamesDifferent]
einstein-2.0/widgets.h:197:56: note: Function 'Label' argument 5 names different: declaration 'height' definition 'h'.
einstein-2.0/widgets.cpp:514:48: note: Function 'Label' argument 5 names different: declaration 'height' definition 'h'.
einstein-2.0/widgets.cpp:514:60: style: Function 'Label' argument 6 names different: declaration 'hAlign' definition 'hA'. [funcArgNamesDifferent]
einstein-2.0/widgets.h:198:26: note: Function 'Label' argument 6 names different: declaration 'hAlign' definition 'hA'.
einstein-2.0/widgets.cpp:514:60: note: Function 'Label' argument 6 names different: declaration 'hAlign' definition 'hA'.
einstein-2.0/widgets.cpp:514:73: style: Function 'Label' argument 7 names different: declaration 'vAlign' definition 'vA'. [funcArgNamesDifferent]
einstein-2.0/widgets.h:198:43: note: Function 'Label' argument 7 names different: declaration 'vAlign' definition 'vA'.
einstein-2.0/widgets.cpp:514:73: note: Function 'Label' argument 7 names different: declaration 'vAlign' definition 'vA'.
einstein-2.0/widgets.cpp:515:50: style: Function 'Label' argument 11 names different: declaration 'text' definition 's'. [funcArgNamesDifferent]
einstein-2.0/widgets.h:199:37: note: Function 'Label' argument 11 names different: declaration 'text' definition 's'.
einstein-2.0/widgets.cpp:515:50: note: Function 'Label' argument 11 names different: declaration 'text' definition 's'.
einstein-2.0/widgets.cpp:563:23: style: Function 'InputField' argument 6 names different: declaration 'name' definition 's'. [funcArgNamesDifferent]
einstein-2.0/widgets.h:221:31: note: Function 'InputField' argument 6 names different: declaration 'name' definition 's'.
einstein-2.0/widgets.cpp:563:23: note: Function 'InputField' argument 6 names different: declaration 'name' definition 's'.
einstein-2.0/widgets.cpp:563:30: style: Function 'InputField' argument 7 names different: declaration 'maxLength' definition 'maxLen'. [funcArgNamesDifferent]
einstein-2.0/widgets.h:221:41: note: Function 'InputField' argument 7 names different: declaration 'maxLength' definition 'maxLen'.
einstein-2.0/widgets.cpp:563:30: note: Function 'InputField' argument 7 names different: declaration 'maxLength' definition 'maxLen'.
einstein-2.0/widgets.cpp:563:65: style: Function 'InputField' argument 11 names different: declaration 'font' definition 'f'. [funcArgNamesDifferent]
einstein-2.0/widgets.h:221:79: note: Function 'InputField' argument 11 names different: declaration 'font' definition 'f'.
einstein-2.0/widgets.cpp:563:65: note: Function 'InputField' argument 11 names different: declaration 'font' definition 'f'.
einstein-2.0/widgets.cpp:621:54: style: Function 'onKeyDown' argument 2 names different: declaration 'ch' definition 'translatedChar'. [funcArgNamesDifferent]
einstein-2.0/widgets.h:228:58: note: Function 'onKeyDown' argument 2 names different: declaration 'ch' definition 'translatedChar'.
einstein-2.0/widgets.cpp:621:54: note: Function 'onKeyDown' argument 2 names different: declaration 'ch' definition 'translatedChar'.
einstein-2.0/widgets.cpp:708:38: style: Function 'Checkbox' argument 3 names different: declaration 'width' definition 'w'. [funcArgNamesDifferent]
einstein-2.0/widgets.h:247:36: note: Function 'Checkbox' argument 3 names different: declaration 'width' definition 'w'.
einstein-2.0/widgets.cpp:708:38: note: Function 'Checkbox' argument 3 names different: declaration 'width' definition 'w'.
einstein-2.0/widgets.cpp:708:45: style: Function 'Checkbox' argument 4 names different: declaration 'height' definition 'h'. [funcArgNamesDifferent]
einstein-2.0/widgets.h:247:47: note: Function 'Checkbox' argument 4 names different: declaration 'height' definition 'h'.
einstein-2.0/widgets.cpp:708:45: note: Function 'Checkbox' argument 4 names different: declaration 'height' definition 'h'.
einstein-2.0/widgets.cpp:709:50: style: Function 'Checkbox' argument 9 names different: declaration 'background' definition 'bg'. [funcArgNamesDifferent]
einstein-2.0/widgets.h:248:58: note: Function 'Checkbox' argument 9 names different: declaration 'background' definition 'bg'.
einstein-2.0/widgets.cpp:709:50: note: Function 'Checkbox' argument 9 names different: declaration 'background' definition 'bg'.
einstein-2.0/widgets.cpp:710:15: style: Function 'Checkbox' argument 10 names different: declaration 'checked' definition 'chk'. [funcArgNamesDifferent]
einstein-2.0/widgets.h:249:23: note: Function 'Checkbox' argument 10 names different: declaration 'checked' definition 'chk'.
einstein-2.0/widgets.cpp:710:15: note: Function 'Checkbox' argument 10 names different: declaration 'checked' definition 'chk'.
einstein-2.0/widgets.cpp:780:31: style: Function 'getBounds' argument 1 names different: declaration 'left' definition 'l'. [funcArgNamesDifferent]
einstein-2.0/widgets.h:254:29: note: Function 'getBounds' argument 1 names different: declaration 'left' definition 'l'.
einstein-2.0/widgets.cpp:780:31: note: Function 'getBounds' argument 1 names different: declaration 'left' definition 'l'.
einstein-2.0/widgets.cpp:780:39: style: Function 'getBounds' argument 2 names different: declaration 'top' definition 't'. [funcArgNamesDifferent]
einstein-2.0/widgets.h:254:40: note: Function 'getBounds' argument 2 names different: declaration 'top' definition 't'.
einstein-2.0/widgets.cpp:780:39: note: Function 'getBounds' argument 2 names different: declaration 'top' definition 't'.
einstein-2.0/widgets.cpp:780:47: style: Function 'getBounds' argument 3 names different: declaration 'width' definition 'w'. [funcArgNamesDifferent]
einstein-2.0/widgets.h:254:50: note: Function 'getBounds' argument 3 names different: declaration 'width' definition 'w'.
einstein-2.0/widgets.cpp:780:47: note: Function 'getBounds' argument 3 names different: declaration 'width' definition 'w'.
einstein-2.0/widgets.cpp:780:55: style: Function 'getBounds' argument 4 names different: declaration 'height' definition 'h'. [funcArgNamesDifferent]
einstein-2.0/widgets.h:254:62: note: Function 'getBounds' argument 4 names different: declaration 'height' definition 'h'.
einstein-2.0/widgets.cpp:780:55: note: Function 'getBounds' argument 4 names different: declaration 'height' definition 'h'.
einstein-2.0/widgets.cpp:828:45: style: Function 'Picture' argument 3 names different: declaration 'image' definition 'img'. [funcArgNamesDifferent]
einstein-2.0/widgets.h:276:44: note: Function 'Picture' argument 3 names different: declaration 'image' definition 'img'.
einstein-2.0/widgets.cpp:828:45: note: Function 'Picture' argument 3 names different: declaration 'image' definition 'img'.
einstein-2.0/widgets.cpp:870:34: style: Function 'Slider' argument 3 names different: declaration 'width' definition 'w'. [funcArgNamesDifferent]
einstein-2.0/widgets.h:304:34: note: Function 'Slider' argument 3 names different: declaration 'width' definition 'w'.
einstein-2.0/widgets.cpp:870:34: note: Function 'Slider' argument 3 names different: declaration 'width' definition 'w'.
einstein-2.0/widgets.cpp:870:41: style: Function 'Slider' argument 4 names different: declaration 'height' definition 'h'. [funcArgNamesDifferent]
einstein-2.0/widgets.h:304:45: note: Function 'Slider' argument 4 names different: declaration 'height' definition 'h'.
einstein-2.0/widgets.cpp:870:41: note: Function 'Slider' argument 4 names different: declaration 'height' definition 'h'.
einstein-2.0/widgets.cpp:870:51: style: Function 'Slider' argument 5 names different: declaration 'value' definition 'v'. [funcArgNamesDifferent]
einstein-2.0/widgets.h:304:60: note: Function 'Slider' argument 5 names different: declaration 'value' definition 'v'.
einstein-2.0/widgets.cpp:870:51: note: Function 'Slider' argument 5 names different: declaration 'value' definition 'v'.
einstein-2.0/widgets.cpp:234:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
einstein-2.0/widgets.cpp:259:81: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
einstein-2.0/widgets.cpp:266:81: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
einstein-2.0/widgets.cpp:273:81: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
einstein-2.0/widgets.cpp:279:81: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
einstein-2.0/widgets.cpp:284:81: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
einstein-2.0/widgets.cpp:347:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
einstein-2.0/widgets.cpp:364:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
einstein-2.0/widgets.cpp:227:7: warning: Member variable 'Area::terminate' is not initialized in the constructor. [uninitMemberVar]
einstein-2.0/widgets.cpp:499:8: warning: Member variable 'Label::width' is not initialized in the constructor. [uninitMemberVar]
einstein-2.0/widgets.cpp:499:8: warning: Member variable 'Label::height' is not initialized in the constructor. [uninitMemberVar]
einstein-2.0/widgets.cpp:562:13: warning: Member variable 'InputField::lastChar' is not initialized in the constructor. [uninitMemberVar]
einstein-2.0/widgets.cpp:870:9: warning: Member variable 'Slider::dragOffsetX' is not initialized in the constructor. [uninitMemberVar]
einstein-2.0/widgets.cpp:205:5: performance: Variable 'key' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
einstein-2.0/widgets.h:65:14: style: Technically the member function 'Button::getBounds' can be const. [functionConst]
einstein-2.0/widgets.cpp:163:14: note: Technically the member function 'Button::getBounds' can be const.
einstein-2.0/widgets.h:65:14: note: Technically the member function 'Button::getBounds' can be const.
einstein-2.0/widgets.h:254:14: style: Technically the member function 'Checkbox::getBounds' can be const. [functionConst]
einstein-2.0/widgets.cpp:780:16: note: Technically the member function 'Checkbox::getBounds' can be const.
einstein-2.0/widgets.h:254:14: note: Technically the member function 'Checkbox::getBounds' can be const.
einstein-2.0/widgets.h:282:14: style: Technically the member function 'Picture::getBounds' can be const. [functionConst]
einstein-2.0/widgets.cpp:855:15: note: Technically the member function 'Picture::getBounds' can be const.
einstein-2.0/widgets.h:282:14: note: Technically the member function 'Picture::getBounds' can be const.
einstein-2.0/widgets.h:317:15: style: Technically the member function 'Slider::xToValue' can be const. [functionConst]
einstein-2.0/widgets.cpp:976:15: note: Technically the member function 'Slider::xToValue' can be const.
einstein-2.0/widgets.h:317:15: note: Technically the member function 'Slider::xToValue' can be const.
einstein-2.0/widgets.cpp:499:71: performance: Function parameter 's' should be passed by const reference. [passedByValue]
[17:30]

ftp://ftp.se.debian.org/debian/pool/main/e/eiskaltdcpp/eiskaltdcpp_2.2.9.orig.tar.xz
eiskaltdcpp-2.2.9/dcpp/Util.h:357:9: warning: %lld in format string (no. 1) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
eiskaltdcpp-2.2.9/dcpp/Thread.h:116:21: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/dcpp/ADLSearch.cpp:285:0: style: Variable 'type' is assigned a value that is never used. [unreadVariable]
eiskaltdcpp-2.2.9/dcpp/User.h:130:5: warning: Member variable 'Identity::sid' is not initialized in the constructor. [uninitMemberVar]
eiskaltdcpp-2.2.9/dcpp/User.h:133:15: warning: Member variable 'Identity::sid' is not assigned a value in 'Identity::operator='. [operatorEqVarError]
eiskaltdcpp-2.2.9/dcpp/TigerHash.h:43:2: warning: Member variable 'TigerHash::tmp' is not initialized in the constructor. [uninitMemberVar]
eiskaltdcpp-2.2.9/dcpp/HashValue.h:31:5: warning: Member variable 'HashValue::data' is not initialized in the constructor. [uninitMemberVar]
eiskaltdcpp-2.2.9/dcpp/DirectoryListing.h:48:9: warning: Member variable 'File::mediaInfo' is not initialized in the constructor. [uninitMemberVar]
eiskaltdcpp-2.2.9/dcpp/DirectoryListing.h:53:9: warning: Member variable 'File::mediaInfo' is not initialized in the constructor. [uninitMemberVar]
eiskaltdcpp-2.2.9/dcpp/DirectoryListing.h:57:15: warning: Member variable 'File::adls' is not assigned a value in 'File::operator='. [operatorEqVarError]
eiskaltdcpp-2.2.9/dcpp/DirectoryListing.h:57:15: warning: Member variable 'File::mediaInfo' is not assigned a value in 'File::operator='. [operatorEqVarError]
eiskaltdcpp-2.2.9/dcpp/ADLSearch.h:107:9: warning: Member variable 'DestDir::fileAdded' is not initialized in the constructor. [uninitMemberVar]
eiskaltdcpp-2.2.9/dcpp/Atomic.h:117:9: warning: Member variable 'Atomic::cs' is not initialized in the constructor. [uninitMemberVar]
eiskaltdcpp-2.2.9/dcpp/Atomic.h:123:14: warning: Member variable 'Atomic::cs' is not assigned a value in 'Atomic::operator='. [operatorEqVarError]
eiskaltdcpp-2.2.9/dcpp/Socket.h:72:5: warning: Member variable 'Socket::type' is not initialized in the constructor. [uninitMemberVar]
eiskaltdcpp-2.2.9/dcpp/StringSearch.h:43:5: style: 'StringSearch::operator=' should return 'StringSearch &'. [operatorEq]
eiskaltdcpp-2.2.9/dcpp/Atomic.h:123:9: style: 'Atomic::operator=' should return 'Atomic &'. [operatorEq]
eiskaltdcpp-2.2.9/dcpp/StringSearch.h:54:10: style: Technically the member function 'dcpp::StringSearch::operator==' can be const. [functionConst]
eiskaltdcpp-2.2.9/dcpp/Streams.h:101:12: style: Technically the member function 'dcpp::MemoryInputStream::getSize' can be const. [functionConst]
eiskaltdcpp-2.2.9/dcpp/ADLSearch.h:59:16: performance: Technically the member function 'dcpp::ADLSearch::StringToSourceType' can be static. [functionStatic]
eiskaltdcpp-2.2.9/dcpp/ADLSearch.cpp:78:34: note: Technically the member function 'dcpp::ADLSearch::StringToSourceType' can be static.
eiskaltdcpp-2.2.9/dcpp/ADLSearch.h:59:16: note: Technically the member function 'dcpp::ADLSearch::StringToSourceType' can be static.
eiskaltdcpp-2.2.9/dcpp/ADLSearch.h:60:12: performance: Technically the member function 'dcpp::ADLSearch::SourceTypeToString' can be static. [functionStatic]
eiskaltdcpp-2.2.9/dcpp/ADLSearch.cpp:89:19: note: Technically the member function 'dcpp::ADLSearch::SourceTypeToString' can be static.
eiskaltdcpp-2.2.9/dcpp/ADLSearch.h:60:12: note: Technically the member function 'dcpp::ADLSearch::SourceTypeToString' can be static.
eiskaltdcpp-2.2.9/dcpp/ADLSearch.h:75:14: performance: Technically the member function 'dcpp::ADLSearch::StringToSizeType' can be static. [functionStatic]
eiskaltdcpp-2.2.9/dcpp/ADLSearch.cpp:98:32: note: Technically the member function 'dcpp::ADLSearch::StringToSizeType' can be static.
eiskaltdcpp-2.2.9/dcpp/ADLSearch.h:75:14: note: Technically the member function 'dcpp::ADLSearch::StringToSizeType' can be static.
eiskaltdcpp-2.2.9/dcpp/ADLSearch.h:76:12: performance: Technically the member function 'dcpp::ADLSearch::SizeTypeToString' can be static. [functionStatic]
eiskaltdcpp-2.2.9/dcpp/ADLSearch.cpp:112:19: note: Technically the member function 'dcpp::ADLSearch::SizeTypeToString' can be static.
eiskaltdcpp-2.2.9/dcpp/ADLSearch.h:76:12: note: Technically the member function 'dcpp::ADLSearch::SizeTypeToString' can be static.
eiskaltdcpp-2.2.9/dcpp/ADLSearch.h:77:13: style: Technically the member function 'dcpp::ADLSearch::GetSizeBase' can be const. [functionConst]
eiskaltdcpp-2.2.9/dcpp/ADLSearch.cpp:121:20: note: Technically the member function 'dcpp::ADLSearch::GetSizeBase' can be const.
eiskaltdcpp-2.2.9/dcpp/ADLSearch.h:77:13: note: Technically the member function 'dcpp::ADLSearch::GetSizeBase' can be const.
eiskaltdcpp-2.2.9/dcpp/Atomic.h:81:14: style: Technically the member function 'dcpp::Atomic < boost :: uint32_t , memory_ordering_weak >::inc' can be const. [functionConst]
eiskaltdcpp-2.2.9/dcpp/Atomic.h:84:14: style: Technically the member function 'dcpp::Atomic < boost :: uint32_t , memory_ordering_weak >::dec' can be const. [functionConst]
eiskaltdcpp-2.2.9/dcpp/Atomic.h:88:14: style: Technically the member function 'dcpp::Atomic < boost :: uint32_t , memory_ordering_weak >::assign' can be const. [functionConst]
eiskaltdcpp-2.2.9/dcpp/Atomic.h:98:9: performance: Technically the member function 'dcpp::Atomic < boost :: int32_t , memory_ordering_weak >::Atomic' can be static. [functionStatic]
eiskaltdcpp-2.2.9/dcpp/Atomic.h:99:9: performance: Technically the member function 'dcpp::Atomic < boost :: int32_t , memory_ordering_weak >::Atomic' can be static. [functionStatic]
eiskaltdcpp-2.2.9/dcpp/Socket.h:134:10: style: Technically the member function 'dcpp::Socket::isConnected' can be const. [functionConst]
eiskaltdcpp-2.2.9/dcpp/Streams.h:172:20: warning: Virtual function 'flush' is called from destructor '~BufferedOutputStream()' at line 167. Dynamic binding is not used. [virtualCallInConstructor]
eiskaltdcpp-2.2.9/dcpp/Streams.h:167:13: note: Calling flush
eiskaltdcpp-2.2.9/dcpp/Streams.h:172:20: note: flush is a virtual method
eiskaltdcpp-2.2.9/dcpp/File.h:71:18: warning: Virtual function 'close' is called from destructor '~File()' at line 96. Dynamic binding is not used. [virtualCallInConstructor]
eiskaltdcpp-2.2.9/dcpp/File.h:96:23: note: Calling close
eiskaltdcpp-2.2.9/dcpp/File.h:71:18: note: close is a virtual method
eiskaltdcpp-2.2.9/dcpp/Socket.h:83:18: warning: Virtual function 'connect' is called from constructor 'Socket(const std::string&aIp,uint16_t aPort)' at line 73. Dynamic binding is not used. [virtualCallInConstructor]
eiskaltdcpp-2.2.9/dcpp/Socket.h:73:90: note: Calling connect
eiskaltdcpp-2.2.9/dcpp/Socket.h:83:18: note: connect is a virtual method
eiskaltdcpp-2.2.9/dcpp/Util.h:75:5: style: Class 'CompareFirst' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/dcpp/Util.h:86:5: style: Class 'CompareSecond' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/dcpp/Exception.h:32:5: style: Class 'Exception' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/dcpp/SettingsManager.h:28:1: style: Class 'SearchTypeException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/dcpp/Flags.h:29:5: style: Class 'Flags' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/dcpp/User.h:71:5: style: Class 'User' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/dcpp/MerkleTree.h:50:5: style: Class 'MerkleTree' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/dcpp/Streams.h:31:1: style: Class 'FileException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/dcpp/Streams.h:86:5: style: Class 'MemoryInputStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/dcpp/Streams.h:210:5: style: Class 'StringOutputStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/dcpp/DirectoryListing.h:126:5: style: Class 'DirectoryListing' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/dcpp/Thread.h:34:1: style: Class 'ThreadException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/dcpp/File.h:119:9: style: Class 'FileFindIter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/dcpp/QueueItem.h:119:9: style: Class 'Source' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/dcpp/QueueManager.h:36:1: style: Class 'QueueException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/dcpp/Atomic.h:116:9: style: Class 'Atomic' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/dcpp/SearchQueue.h:48:5: style: Class 'SearchQueue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/dcpp/Socket.h:48:5: style: Class 'SocketException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/dcpp/Socket.h:51:5: style: Class 'SocketException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/dcpp/SimpleXMLReader.h:36:5: style: Class 'SimpleXMLReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/dcpp/SimpleXML.h:27:1: style: Class 'SimpleXMLException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/dcpp/SimpleXML.h:201:9: style: Class 'TagReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/dcpp/QueueItem.h:97:5: warning: The class 'Source' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
eiskaltdcpp-2.2.9/dcpp/Streams.h:94:20: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/Streams.h:75:20: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/Streams.h:94:20: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/Streams.h:118:12: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/Streams.h:75:20: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/Streams.h:118:12: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/Streams.h:139:20: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/Streams.h:46:20: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/Streams.h:139:20: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/Streams.h:147:20: style: The function 'flush' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/Streams.h:53:20: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/Streams.h:147:20: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/Streams.h:151:18: style: The function 'eof' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/Streams.h:58:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/Streams.h:151:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/Streams.h:172:20: style: The function 'flush' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/Streams.h:53:20: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/Streams.h:172:20: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/Streams.h:180:20: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/Streams.h:46:20: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/Streams.h:180:20: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/Streams.h:214:20: style: The function 'flush' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/Streams.h:53:20: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/Streams.h:214:20: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/Streams.h:215:20: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/Streams.h:46:20: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/Streams.h:215:20: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/TimerManager.h:70:17: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/Thread.h:103:17: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/TimerManager.h:70:17: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/File.h:81:20: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/Streams.h:75:20: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/File.h:81:20: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/File.h:82:20: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/Streams.h:46:20: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/File.h:82:20: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/File.h:83:20: style: The function 'flush' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/Streams.h:53:20: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/File.h:83:20: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/QueueManager.h:296:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/TimerManager.h:48:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/QueueManager.h:296:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/QueueManager.h:300:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/SearchManagerListener.h:34:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/QueueManager.h:300:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/QueueManager.h:303:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/ClientManagerListener.h:43:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/QueueManager.h:303:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/Client.h:72:18: style: The function 'connect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/Client.h:54:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/Client.h:72:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/Client.h:74:18: style: The function 'privateMessage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/Client.h:55:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/Client.h:74:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/Client.h:97:10: style: The function 'isOp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/Client.h:53:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/Client.h:97:10: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/Client.h:137:12: style: The function 'getHubName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/Client.h:52:20: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/Client.h:137:12: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/Client.h:142:19: style: The function 'getHubUrl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/Client.h:51:27: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/Client.h:142:19: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/Client.h:197:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/TimerManager.h:48:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/Client.h:197:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/Client.h:199:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/BufferedSocketListener.h:43:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/Client.h:199:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/Client.h:200:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/BufferedSocketListener.h:43:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/Client.h:200:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/Client.h:201:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/BufferedSocketListener.h:45:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/Client.h:201:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/Client.h:202:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/BufferedSocketListener.h:45:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/Client.h:202:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/ClientManager.h:217:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/ClientListener.h:54:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/ClientManager.h:217:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/ClientManager.h:218:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/ClientListener.h:56:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/ClientManager.h:218:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/ClientManager.h:219:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/ClientListener.h:57:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/ClientManager.h:219:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/ClientManager.h:220:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/ClientListener.h:59:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/ClientManager.h:220:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/ClientManager.h:221:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/ClientListener.h:54:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/ClientManager.h:221:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/ClientManager.h:222:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/ClientListener.h:65:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/ClientManager.h:222:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/ClientManager.h:223:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/ClientListener.h:69:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/ClientManager.h:223:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/ClientManager.h:225:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/ClientListener.h:70:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/ClientManager.h:225:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/SimpleXML.h:203:22: style: The function 'startTag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/SimpleXMLReader.h:29:22: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/SimpleXML.h:203:22: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/SimpleXML.h:208:22: style: The function 'endTag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/SimpleXMLReader.h:30:22: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/SimpleXML.h:208:22: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/AdcCommand.h:154:10: style: Technically the member function 'dcpp::AdcCommand::operator==' can be const. [functionConst]
eiskaltdcpp-2.2.9/dcpp/AdcCommand.h:27:1: style: Class 'ParseException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/dcpp/UserCommand.h:68:11: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/dcpp/AdcHub.cpp:92:45: style: Function 'findUser' argument 1 names different: declaration 'sid' definition 'aSID'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/dcpp/AdcHub.h:116:41: note: Function 'findUser' argument 1 names different: declaration 'sid' definition 'aSID'.
eiskaltdcpp-2.2.9/dcpp/AdcHub.cpp:92:45: note: Function 'findUser' argument 1 names different: declaration 'sid' definition 'aSID'.
eiskaltdcpp-2.2.9/dcpp/AdcHub.cpp:98:41: style: Function 'findUser' argument 1 names different: declaration 'cid' definition 'aCID'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/dcpp/AdcHub.h:117:37: note: Function 'findUser' argument 1 names different: declaration 'cid' definition 'aCID'.
eiskaltdcpp-2.2.9/dcpp/AdcHub.cpp:98:41: note: Function 'findUser' argument 1 names different: declaration 'cid' definition 'aCID'.
eiskaltdcpp-2.2.9/dcpp/AdcHub.cpp:108:37: style: Function 'putUser' argument 1 names different: declaration 'sid' definition 'aSID'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/dcpp/AdcHub.h:118:33: note: Function 'putUser' argument 1 names different: declaration 'sid' definition 'aSID'.
eiskaltdcpp-2.2.9/dcpp/AdcHub.cpp:108:37: note: Function 'putUser' argument 1 names different: declaration 'sid' definition 'aSID'.
eiskaltdcpp-2.2.9/dcpp/AdcHub.cpp:1061:40: style: Function 'checkNick' argument 1 names different: declaration 'nick' definition 'aNick'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/dcpp/AdcHub.h:113:44: note: Function 'checkNick' argument 1 names different: declaration 'nick' definition 'aNick'.
eiskaltdcpp-2.2.9/dcpp/AdcHub.cpp:1061:40: note: Function 'checkNick' argument 1 names different: declaration 'nick' definition 'aNick'.
eiskaltdcpp-2.2.9/dcpp/UploadManager.h:96:14: style: Technically the member function 'dcpp::UploadManager::WaitingUserFresh::operator()' can be const. [functionConst]
eiskaltdcpp-2.2.9/dcpp/ShareManager.h:44:1: style: Class 'ShareException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/dcpp/ShareManager.h:126:17: style: Struct 'StringComp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/dcpp/ShareManager.h:227:9: style: Struct 'AdcSearch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/dcpp/BufferedSocket.h:132:9: style: Struct 'SendFileInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/dcpp/UserConnection.h:204:5: style: Class 'UserConnection' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/dcpp/SSLSocket.h:36:5: style: Class 'SSLSocketException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/dcpp/CryptoManager.h:28:1: style: Class 'CryptoException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/dcpp/PerFolderLimit.h:44:3: style: Class 'CPerfolderLimit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/dcpp/BloomFilter.h:28:0: style: Class 'dcpp :: BloomFilter < 5 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/dcpp/AdcHub.h:47:10: style: The function 'connect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/Client.h:72:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/AdcHub.h:47:10: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/AdcHub.h:50:10: style: The function 'hubMessage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/Client.h:73:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/AdcHub.h:50:10: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/AdcHub.h:51:10: style: The function 'privateMessage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/Client.h:74:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/AdcHub.h:51:10: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/AdcHub.h:52:10: style: The function 'sendUserCmd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/Client.h:75:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/AdcHub.h:52:10: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/AdcHub.h:54:10: style: The function 'password' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/Client.h:80:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/AdcHub.h:54:10: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/AdcHub.h:55:10: style: The function 'info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/Client.h:81:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/AdcHub.h:55:10: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/AdcHub.h:57:12: style: The function 'getUserCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/Client.h:83:20: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/AdcHub.h:57:12: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/AdcHub.h:58:13: style: The function 'getAvailable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/Client.h:84:21: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/AdcHub.h:58:13: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/AdcHub.h:60:12: style: The function 'escape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/Client.h:88:20: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/AdcHub.h:60:12: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/AdcHub.h:61:10: style: The function 'send' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/Client.h:86:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/AdcHub.h:61:10: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/AdcHub.h:113:20: style: The function 'checkNick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/Client.h:193:20: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/AdcHub.h:113:20: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/AdcHub.h:147:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/Client.h:199:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/AdcHub.h:147:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/AdcHub.h:148:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/Client.h:199:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/AdcHub.h:148:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/AdcHub.h:149:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/Client.h:201:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/AdcHub.h:149:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/AdcHub.h:150:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/Client.h:201:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/AdcHub.h:150:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/AdcHub.h:152:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/Client.h:197:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/AdcHub.h:152:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/SearchManager.h:129:9: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/Thread.h:103:17: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/SearchManager.h:129:9: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/ShareManager.h:306:17: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/Thread.h:103:17: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/ShareManager.h:306:17: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/ShareManager.h:311:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/HashManagerListener.h:33:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/ShareManager.h:311:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/ShareManager.h:317:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/SettingsManager.h:41:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/ShareManager.h:317:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/BufferedSocket.h:158:17: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/Thread.h:103:17: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/BufferedSocket.h:158:17: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/UserConnection.h:234:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/BufferedSocketListener.h:43:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/UserConnection.h:234:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/UserConnection.h:235:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/BufferedSocketListener.h:45:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/UserConnection.h:235:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/UserConnection.h:236:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/BufferedSocketListener.h:46:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/UserConnection.h:236:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/UserConnection.h:237:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/BufferedSocketListener.h:47:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/UserConnection.h:237:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/UserConnection.h:238:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/BufferedSocketListener.h:43:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/UserConnection.h:238:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/UserConnection.h:239:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/BufferedSocketListener.h:43:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/UserConnection.h:239:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/UserConnection.h:240:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/BufferedSocketListener.h:45:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/UserConnection.h:240:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/UserConnection.h:241:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/BufferedSocketListener.h:43:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/UserConnection.h:241:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/ConnectionManager.h:181:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/UserConnectionListener.h:52:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/ConnectionManager.h:181:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/ConnectionManager.h:182:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/UserConnectionListener.h:54:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/ConnectionManager.h:182:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/ConnectionManager.h:183:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/UserConnectionListener.h:54:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/ConnectionManager.h:183:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/ConnectionManager.h:184:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/UserConnectionListener.h:56:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/ConnectionManager.h:184:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/ConnectionManager.h:185:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/UserConnectionListener.h:54:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/ConnectionManager.h:185:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/ConnectionManager.h:186:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/UserConnectionListener.h:56:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/ConnectionManager.h:186:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/ConnectionManager.h:187:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/UserConnectionListener.h:54:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/ConnectionManager.h:187:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/ConnectionManager.h:188:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/UserConnectionListener.h:66:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/ConnectionManager.h:188:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/ConnectionManager.h:190:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/UserConnectionListener.h:70:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/ConnectionManager.h:190:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/ConnectionManager.h:191:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/UserConnectionListener.h:71:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/ConnectionManager.h:191:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/ConnectionManager.h:192:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/UserConnectionListener.h:71:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/ConnectionManager.h:192:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/ConnectionManager.h:195:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/TimerManager.h:48:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/ConnectionManager.h:195:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/SSLSocket.h:48:18: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/Socket.h:165:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/SSLSocket.h:48:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/SSLSocket.h:49:18: style: The function 'connect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/Socket.h:83:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/SSLSocket.h:49:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/SSLSocket.h:50:17: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/Socket.h:115:17: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/SSLSocket.h:50:17: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/SSLSocket.h:51:17: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/Socket.h:97:17: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/SSLSocket.h:51:17: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/SSLSocket.h:52:17: style: The function 'wait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/Socket.h:133:17: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/SSLSocket.h:52:17: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/SSLSocket.h:53:18: style: The function 'shutdown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/Socket.h:101:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/SSLSocket.h:53:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/SSLSocket.h:54:18: style: The function 'close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/Socket.h:102:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/SSLSocket.h:54:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/SSLSocket.h:56:18: style: The function 'isSecure' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/Socket.h:170:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/SSLSocket.h:56:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/SSLSocket.h:57:18: style: The function 'isTrusted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/Socket.h:171:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/SSLSocket.h:57:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/SSLSocket.h:58:25: style: The function 'getCipherName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/Socket.h:172:25: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/SSLSocket.h:58:25: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/SSLSocket.h:59:29: style: The function 'getKeyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/Socket.h:173:34: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/SSLSocket.h:59:29: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/SSLSocket.h:61:18: style: The function 'waitConnected' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/Socket.h:105:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/SSLSocket.h:61:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/SSLSocket.h:62:18: style: The function 'waitAccepted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/Socket.h:106:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/SSLSocket.h:62:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/ThrottleManager.h:92:10: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/TimerManager.h:48:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/ThrottleManager.h:92:10: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/UploadManager.h:117:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/TimerManager.h:48:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/UploadManager.h:117:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/UploadManager.h:118:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/TimerManager.h:48:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/UploadManager.h:118:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/UploadManager.h:121:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/UserConnectionListener.h:51:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/UploadManager.h:121:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/UploadManager.h:122:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/UserConnectionListener.h:54:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/UploadManager.h:122:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/UploadManager.h:123:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/UserConnectionListener.h:59:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/UploadManager.h:123:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/UploadManager.h:124:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/UserConnectionListener.h:52:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/UploadManager.h:124:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/UploadManager.h:125:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/UserConnectionListener.h:52:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/UploadManager.h:125:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/UploadManager.h:126:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/UserConnectionListener.h:52:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/UploadManager.h:126:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/UploadManager.h:128:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/UserConnectionListener.h:71:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/UploadManager.h:128:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/UploadManager.h:129:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/UserConnectionListener.h:71:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/UploadManager.h:129:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/BufferedSocket.h:124:28: performance: Function parameter 'addr_' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/dcpp/BufferedSocket.cpp:53:37: style: Function 'setMode' argument 1 names different: declaration 'mode' definition 'aMode'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/dcpp/BufferedSocket.h:79:24: note: Function 'setMode' argument 1 names different: declaration 'mode' definition 'aMode'.
eiskaltdcpp-2.2.9/dcpp/BufferedSocket.cpp:53:37: note: Function 'setMode' argument 1 names different: declaration 'mode' definition 'aMode'.
eiskaltdcpp-2.2.9/dcpp/BufferedSocket.cpp:279:50: style: Function 'threadSendFile' argument 1 names different: declaration 'is' definition 'file'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/dcpp/BufferedSocket.h:163:38: note: Function 'threadSendFile' argument 1 names different: declaration 'is' definition 'file'.
eiskaltdcpp-2.2.9/dcpp/BufferedSocket.cpp:279:50: note: Function 'threadSendFile' argument 1 names different: declaration 'is' definition 'file'.
eiskaltdcpp-2.2.9/dcpp/BufferedSocket.h:136:5: style: Class 'BufferedSocket' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/dcpp/Client.cpp:34:43: style: Function 'Client' argument 2 names different: declaration 'separator' definition 'separator_'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/dcpp/Client.h:163:39: note: Function 'Client' argument 2 names different: declaration 'separator' definition 'separator_'.
eiskaltdcpp-2.2.9/dcpp/Client.cpp:34:43: note: Function 'Client' argument 2 names different: declaration 'separator' definition 'separator_'.
eiskaltdcpp-2.2.9/dcpp/Client.cpp:183:30: style: Function 'disconnect' argument 1 names different: declaration 'graceless' definition 'graceLess'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/dcpp/Client.h:70:34: note: Function 'disconnect' argument 1 names different: declaration 'graceless' definition 'graceLess'.
eiskaltdcpp-2.2.9/dcpp/Client.cpp:183:30: note: Function 'disconnect' argument 1 names different: declaration 'graceless' definition 'graceLess'.
eiskaltdcpp-2.2.9/dcpp/HubEntry.h:38:5: warning: Member variable 'HubEntry::reliability' is not initialized in the constructor. [uninitMemberVar]
eiskaltdcpp-2.2.9/dcpp/HubEntry.h:38:5: warning: Member variable 'HubEntry::shared' is not initialized in the constructor. [uninitMemberVar]
eiskaltdcpp-2.2.9/dcpp/HubEntry.h:38:5: warning: Member variable 'HubEntry::minShare' is not initialized in the constructor. [uninitMemberVar]
eiskaltdcpp-2.2.9/dcpp/HubEntry.h:38:5: warning: Member variable 'HubEntry::users' is not initialized in the constructor. [uninitMemberVar]
eiskaltdcpp-2.2.9/dcpp/HubEntry.h:38:5: warning: Member variable 'HubEntry::minSlots' is not initialized in the constructor. [uninitMemberVar]
eiskaltdcpp-2.2.9/dcpp/HubEntry.h:38:5: warning: Member variable 'HubEntry::maxHubs' is not initialized in the constructor. [uninitMemberVar]
eiskaltdcpp-2.2.9/dcpp/HubEntry.h:38:5: warning: Member variable 'HubEntry::maxUsers' is not initialized in the constructor. [uninitMemberVar]
eiskaltdcpp-2.2.9/dcpp/HubEntry.h:62:5: warning: Member variable 'FavoriteHubEntry::useInternetIp' is not initialized in the constructor. [uninitMemberVar]
eiskaltdcpp-2.2.9/dcpp/HubEntry.h:62:5: warning: Member variable 'FavoriteHubEntry::disableChat' is not initialized in the constructor. [uninitMemberVar]
eiskaltdcpp-2.2.9/dcpp/HubEntry.h:64:5: warning: Member variable 'FavoriteHubEntry::useInternetIp' is not initialized in the constructor. [uninitMemberVar]
eiskaltdcpp-2.2.9/dcpp/HubEntry.h:64:5: warning: Member variable 'FavoriteHubEntry::disableChat' is not initialized in the constructor. [uninitMemberVar]
eiskaltdcpp-2.2.9/dcpp/HubEntry.h:69:5: warning: Member variable 'FavoriteHubEntry::group' is not initialized in the constructor. [uninitMemberVar]
eiskaltdcpp-2.2.9/dcpp/HubEntry.h:64:5: style: Class 'FavoriteHubEntry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/dcpp/HubEntry.h:23:1: warning: The class 'HubEntry' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
eiskaltdcpp-2.2.9/dcpp/HubEntry.h:60:1: warning: The class 'FavoriteHubEntry' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
eiskaltdcpp-2.2.9/dcpp/HttpConnection.h:83:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/BufferedSocketListener.h:43:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/HttpConnection.h:83:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/HttpConnection.h:84:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/BufferedSocketListener.h:45:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/HttpConnection.h:84:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/HttpConnection.h:85:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/BufferedSocketListener.h:46:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/HttpConnection.h:85:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/HttpConnection.h:86:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/BufferedSocketListener.h:43:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/HttpConnection.h:86:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/HttpConnection.h:87:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/BufferedSocketListener.h:45:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/HttpConnection.h:87:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/FavoriteManager.h:146:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/ClientManagerListener.h:44:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/FavoriteManager.h:146:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/FavoriteManager.h:147:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/ClientManagerListener.h:43:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/FavoriteManager.h:147:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/FavoriteManager.h:148:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/ClientManagerListener.h:43:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/FavoriteManager.h:148:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/FavoriteManager.h:151:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/HttpConnection.h:41:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/FavoriteManager.h:151:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/FavoriteManager.h:152:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/HttpConnection.h:42:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/FavoriteManager.h:152:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/FavoriteManager.h:153:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/HttpConnection.h:43:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/FavoriteManager.h:153:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/FavoriteManager.h:154:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/HttpConnection.h:42:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/FavoriteManager.h:154:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/FavoriteManager.h:155:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/HttpConnection.h:45:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/FavoriteManager.h:155:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/FavoriteManager.h:156:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/HttpConnection.h:45:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/FavoriteManager.h:156:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/FavoriteManager.h:157:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/HttpConnection.h:47:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/FavoriteManager.h:157:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/FavoriteManager.h:162:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/SettingsManager.h:41:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/FavoriteManager.h:162:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/ClientManager.cpp:617:12: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
eiskaltdcpp-2.2.9/dcpp/ClientManager.cpp:615:8: note: outer condition: !me
eiskaltdcpp-2.2.9/dcpp/ClientManager.cpp:617:12: note: identical inner condition: !me
eiskaltdcpp-2.2.9/dcpp/ClientManager.cpp:150:62: style: Function 'getField' argument 2 names different: declaration 'hintUrl' definition 'hint'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/dcpp/ClientManager.h:47:51: note: Function 'getField' argument 2 names different: declaration 'hintUrl' definition 'hint'.
eiskaltdcpp-2.2.9/dcpp/ClientManager.cpp:150:62: note: Function 'getField' argument 2 names different: declaration 'hintUrl' definition 'hint'.
eiskaltdcpp-2.2.9/dcpp/ClientManager.cpp:299:41: style: Function 'isOp' argument 1 names different: declaration 'aUser' definition 'user'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/dcpp/ClientManager.h:125:30: note: Function 'isOp' argument 1 names different: declaration 'aUser' definition 'user'.
eiskaltdcpp-2.2.9/dcpp/ClientManager.cpp:299:41: note: Function 'isOp' argument 1 names different: declaration 'aUser' definition 'user'.
eiskaltdcpp-2.2.9/dcpp/ClientManager.cpp:310:42: style: Function 'makeCid' argument 1 names different: declaration 'nick' definition 'aNick'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/dcpp/ClientManager.h:128:31: note: Function 'makeCid' argument 1 names different: declaration 'nick' definition 'aNick'.
eiskaltdcpp-2.2.9/dcpp/ClientManager.cpp:310:42: note: Function 'makeCid' argument 1 names different: declaration 'nick' definition 'aNick'.
eiskaltdcpp-2.2.9/dcpp/ClientManager.cpp:310:63: style: Function 'makeCid' argument 2 names different: declaration 'hubUrl' definition 'aHubUrl'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/dcpp/ClientManager.h:128:51: note: Function 'makeCid' argument 2 names different: declaration 'hubUrl' definition 'aHubUrl'.
eiskaltdcpp-2.2.9/dcpp/ClientManager.cpp:310:63: note: Function 'makeCid' argument 2 names different: declaration 'hubUrl' definition 'aHubUrl'.
eiskaltdcpp-2.2.9/dcpp/ClientManager.cpp:439:38: style: Function 'send' argument 1 names different: declaration 'c' definition 'cmd'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/dcpp/ClientManager.h:135:27: note: Function 'send' argument 1 names different: declaration 'c' definition 'cmd'.
eiskaltdcpp-2.2.9/dcpp/ClientManager.cpp:439:38: note: Function 'send' argument 1 names different: declaration 'c' definition 'cmd'.
eiskaltdcpp-2.2.9/dcpp/ClientManager.cpp:439:54: style: Function 'send' argument 2 names different: declaration 'to' definition 'cid'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/dcpp/ClientManager.h:135:41: note: Function 'send' argument 2 names different: declaration 'to' definition 'cid'.
eiskaltdcpp-2.2.9/dcpp/ClientManager.cpp:439:54: note: Function 'send' argument 2 names different: declaration 'to' definition 'cid'.
eiskaltdcpp-2.2.9/dcpp/Streams.h:172:0: warning: Virtual function 'flush' is called from destructor '~dcpp :: BufferedOutputStream < false >()' at line 167. Dynamic binding is not used. [virtualCallInConstructor]
eiskaltdcpp-2.2.9/dcpp/Streams.h:167:0: note: Calling flush
eiskaltdcpp-2.2.9/dcpp/Streams.h:172:0: note: flush is a virtual method
eiskaltdcpp-2.2.9/dcpp/NmdcHub.h:54:18: style: The function 'connect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/Client.h:72:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/NmdcHub.h:54:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/NmdcHub.h:58:18: style: The function 'sendUserCmd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/Client.h:75:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/NmdcHub.h:58:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/NmdcHub.h:60:18: style: The function 'password' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/Client.h:80:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/NmdcHub.h:60:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/NmdcHub.h:61:18: style: The function 'info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/Client.h:81:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/NmdcHub.h:61:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/NmdcHub.h:63:20: style: The function 'getUserCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/Client.h:83:20: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/NmdcHub.h:63:20: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/NmdcHub.h:64:21: style: The function 'getAvailable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/Client.h:84:21: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/NmdcHub.h:64:21: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/NmdcHub.h:66:20: style: The function 'escape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/Client.h:88:20: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/NmdcHub.h:66:20: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/NmdcHub.h:69:18: style: The function 'send' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/Client.h:86:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/NmdcHub.h:69:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/NmdcHub.h:132:20: style: The function 'checkNick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/Client.h:193:20: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/NmdcHub.h:132:20: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/NmdcHub.h:135:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/Client.h:197:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/NmdcHub.h:135:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/NmdcHub.h:136:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/Client.h:197:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/NmdcHub.h:136:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/NmdcHub.h:138:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/Client.h:199:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/NmdcHub.h:138:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/NmdcHub.h:139:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/Client.h:201:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/NmdcHub.h:139:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/NmdcHub.h:140:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/Client.h:201:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/NmdcHub.h:140:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/FinishedManager.h:106:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/DownloadManagerListener.h:54:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/FinishedManager.h:106:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/FinishedManager.h:109:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/UploadManagerListener.h:39:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/FinishedManager.h:109:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/ConnectionManager.cpp:216:58: style: Function 'Server' argument 2 names different: declaration 'port' definition 'aPort'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/dcpp/ConnectionManager.h:124:39: note: Function 'Server' argument 2 names different: declaration 'port' definition 'aPort'.
eiskaltdcpp-2.2.9/dcpp/ConnectionManager.cpp:216:58: note: Function 'Server' argument 2 names different: declaration 'port' definition 'aPort'.
eiskaltdcpp-2.2.9/dcpp/ConnectionManager.cpp:216:79: style: Function 'Server' argument 3 names different: declaration 'ip' definition 'ip_'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/dcpp/ConnectionManager.h:124:59: note: Function 'Server' argument 3 names different: declaration 'ip' definition 'ip_'.
eiskaltdcpp-2.2.9/dcpp/ConnectionManager.cpp:216:79: note: Function 'Server' argument 3 names different: declaration 'ip' definition 'ip_'.
eiskaltdcpp-2.2.9/dcpp/ConnectionManager.cpp:309:90: style: Function 'nmdcConnect' argument 3 names different: declaration 'aMyNick' definition 'aNick'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/dcpp/ConnectionManager.h:101:75: note: Function 'nmdcConnect' argument 3 names different: declaration 'aMyNick' definition 'aNick'.
eiskaltdcpp-2.2.9/dcpp/ConnectionManager.cpp:309:90: note: Function 'nmdcConnect' argument 3 names different: declaration 'aMyNick' definition 'aNick'.
eiskaltdcpp-2.2.9/dcpp/DownloadManager.h:84:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/UserConnectionListener.h:53:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/DownloadManager.h:84:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/DownloadManager.h:85:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/UserConnectionListener.h:54:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/DownloadManager.h:85:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/DownloadManager.h:86:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/UserConnectionListener.h:54:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/DownloadManager.h:86:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/DownloadManager.h:87:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/UserConnectionListener.h:52:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/DownloadManager.h:87:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/DownloadManager.h:88:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/UserConnectionListener.h:52:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/DownloadManager.h:88:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/DownloadManager.h:89:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/UserConnectionListener.h:52:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/DownloadManager.h:89:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/DownloadManager.h:91:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/UserConnectionListener.h:71:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/DownloadManager.h:91:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/DownloadManager.h:92:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/UserConnectionListener.h:71:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/DownloadManager.h:92:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/DownloadManager.h:95:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/TimerManager.h:48:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/DownloadManager.h:95:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/ConnectivityManager.cpp:167:45: style: Function 'log' argument 1 names different: declaration 'msg' definition 'message'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/dcpp/ConnectivityManager.h:55:28: note: Function 'log' argument 1 names different: declaration 'msg' definition 'message'.
eiskaltdcpp-2.2.9/dcpp/ConnectivityManager.cpp:167:45: note: Function 'log' argument 1 names different: declaration 'msg' definition 'message'.
eiskaltdcpp-2.2.9/dcpp/UPnPManager.h:60:9: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/Thread.h:103:17: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/UPnPManager.h:60:9: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/CryptoManager.cpp:53:30: style: The scope of the variable 'dh4096_p' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/dcpp/CryptoManager.cpp:99:30: style: The scope of the variable 'dh4096_g' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/dcpp/HashManager.h:175:14: style: Technically the member function 'dcpp::HashManager::HashStore::isDirty' can be const. [functionConst]
eiskaltdcpp-2.2.9/dcpp/HashManager.h:224:16: performance: Technically the member function 'dcpp::HashManager::HashStore::getIndexFile' can be static. [functionStatic]
eiskaltdcpp-2.2.9/dcpp/HashManager.h:225:16: performance: Technically the member function 'dcpp::HashManager::HashStore::getDataFile' can be static. [functionStatic]
eiskaltdcpp-2.2.9/dcpp/HashManager.h:195:18: style: Technically the member function 'dcpp::HashManager::HashStore::FileInfo::operator==' can be const. [functionConst]
eiskaltdcpp-2.2.9/dcpp/HashManager.h:41:1: style: Class 'HashException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/dcpp/HashManager.h:275:10: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/TimerManager.h:48:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/HashManager.h:275:10: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/DirectoryListing.cpp:131:47: style: Function 'loadXML' argument 1 names different: declaration 'xml' definition 'is'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/dcpp/DirectoryListing.h:132:33: note: Function 'loadXML' argument 1 names different: declaration 'xml' definition 'is'.
eiskaltdcpp-2.2.9/dcpp/DirectoryListing.cpp:131:47: note: Function 'loadXML' argument 1 names different: declaration 'xml' definition 'is'.
eiskaltdcpp-2.2.9/dcpp/DirectoryListing.cpp:399:56: style: Function 'getTotalSize' argument 1 names different: declaration 'adls' definition 'adl'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/dcpp/DirectoryListing.h:97:35: note: Function 'getTotalSize' argument 1 names different: declaration 'adls' definition 'adl'.
eiskaltdcpp-2.2.9/dcpp/DirectoryListing.cpp:399:56: note: Function 'getTotalSize' argument 1 names different: declaration 'adls' definition 'adl'.
eiskaltdcpp-2.2.9/dcpp/DirectoryListing.cpp:408:60: style: Function 'getTotalFileCount' argument 1 names different: declaration 'adls' definition 'adl'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/dcpp/DirectoryListing.h:96:39: note: Function 'getTotalFileCount' argument 1 names different: declaration 'adls' definition 'adl'.
eiskaltdcpp-2.2.9/dcpp/DirectoryListing.cpp:408:60: note: Function 'getTotalFileCount' argument 1 names different: declaration 'adls' definition 'adl'.
eiskaltdcpp-2.2.9/dcpp/DirectoryListing.cpp:307:12: style: Unused variable: tmp [unusedVariable]
eiskaltdcpp-2.2.9/dcpp/FilteredFile.h:31:5: style: Class 'CountOutputStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/dcpp/FilteredFile.h:56:5: style: Class 'CalcOutputStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/dcpp/FilteredFile.h:78:5: style: Class 'CalcInputStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/dcpp/FilteredFile.h:98:5: style: Class 'FilteredOutputStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/dcpp/DirectoryListing.cpp:363:5: style: Struct 'HashContained' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/dcpp/FilteredFile.h:163:0: style: Class 'dcpp :: FilteredInputStream < UnBZFilter , false >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/dcpp/FilteredFile.h:34:16: style: The function 'flush' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/Streams.h:53:20: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/FilteredFile.h:34:16: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/FilteredFile.h:39:16: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/Streams.h:46:20: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/FilteredFile.h:39:16: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/FilteredFile.h:59:16: style: The function 'flush' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/Streams.h:53:20: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/FilteredFile.h:59:16: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/FilteredFile.h:63:16: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/Streams.h:46:20: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/FilteredFile.h:63:16: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/FilteredFile.h:81:16: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/Streams.h:75:20: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/FilteredFile.h:81:16: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/FilteredFile.h:101:16: style: The function 'flush' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/Streams.h:53:20: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/FilteredFile.h:101:16: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/FilteredFile.h:121:16: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/Streams.h:46:20: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/FilteredFile.h:121:16: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/FilteredFile.h:147:18: style: The function 'eof' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/Streams.h:58:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/FilteredFile.h:147:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/DirectoryListing.cpp:111:18: style: The function 'startTag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/SimpleXMLReader.h:29:22: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/DirectoryListing.cpp:111:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/DirectoryListing.cpp:112:18: style: The function 'endTag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/SimpleXMLReader.h:30:22: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/DirectoryListing.cpp:112:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/Download.h:49:18: style: The function 'getParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/Transfer.h:77:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/Download.h:49:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/DownloadManager.cpp:218:81: style: Function 'startData' argument 3 names different: declaration 'newSize' definition 'bytes'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/dcpp/DownloadManager.h:78:68: note: Function 'startData' argument 3 names different: declaration 'newSize' definition 'bytes'.
eiskaltdcpp-2.2.9/dcpp/DownloadManager.cpp:218:81: note: Function 'startData' argument 3 names different: declaration 'newSize' definition 'bytes'.
eiskaltdcpp-2.2.9/dcpp/DownloadManager.cpp:416:48: style: Function 'removeDownload' argument 1 names different: declaration 'aDown' definition 'd'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/dcpp/DownloadManager.h:63:35: note: Function 'removeDownload' argument 1 names different: declaration 'aDown' definition 'd'.
eiskaltdcpp-2.2.9/dcpp/DownloadManager.cpp:416:48: note: Function 'removeDownload' argument 1 names different: declaration 'aDown' definition 'd'.
eiskaltdcpp-2.2.9/dcpp/MerkleCheckOutputStream.h:29:0: warning: Member variable 'dcpp :: MerkleCheckOutputStream < TigerTree , true >::buf' is not initialized in the constructor. [uninitMemberVar]
eiskaltdcpp-2.2.9/dcpp/Streams.h:172:0: warning: Virtual function 'flush' is called from destructor '~dcpp :: BufferedOutputStream < true >()' at line 167. Dynamic binding is not used. [virtualCallInConstructor]
eiskaltdcpp-2.2.9/dcpp/Streams.h:167:0: note: Calling flush
eiskaltdcpp-2.2.9/dcpp/Streams.h:172:0: note: flush is a virtual method
eiskaltdcpp-2.2.9/dcpp/FilteredFile.h:163:5: style: Class 'FilteredInputStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/dcpp/FilteredFile.h:98:0: style: Class 'dcpp :: FilteredOutputStream < UnZFilter , true >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/dcpp/FilteredFile.h:172:12: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/Streams.h:75:20: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/FilteredFile.h:172:12: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/Encoder.cpp:51:67: style: Function 'toBase32' argument 3 names different: declaration 'tgt' definition 'dst'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/dcpp/Encoder.h:30:69: note: Function 'toBase32' argument 3 names different: declaration 'tgt' definition 'dst'.
eiskaltdcpp-2.2.9/dcpp/Encoder.cpp:51:67: note: Function 'toBase32' argument 3 names different: declaration 'tgt' definition 'dst'.
eiskaltdcpp-2.2.9/dcpp/FavoriteManager.cpp:212:56: style: Function 'isFavoriteHub' argument 1 names different: declaration 'aUrl' definition 'url'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/dcpp/FavoriteManager.h:82:43: note: Function 'isFavoriteHub' argument 1 names different: declaration 'aUrl' definition 'url'.
eiskaltdcpp-2.2.9/dcpp/FavoriteManager.cpp:212:56: note: Function 'isFavoriteHub' argument 1 names different: declaration 'aUrl' definition 'url'.
eiskaltdcpp-2.2.9/dcpp/FavoriteManager.cpp:720:79: style: Function 'getUserCommands' argument 2 names different: declaration 'hub' definition 'hubs'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/dcpp/FavoriteManager.h:109:66: note: Function 'getUserCommands' argument 2 names different: declaration 'hub' definition 'hubs'.
eiskaltdcpp-2.2.9/dcpp/FavoriteManager.cpp:720:79: note: Function 'getUserCommands' argument 2 names different: declaration 'hub' definition 'hubs'.
eiskaltdcpp-2.2.9/dcpp/FavoriteManager.cpp:269:5: style: Class 'XmlListLoader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/dcpp/FavoriteManager.cpp:271:18: style: The function 'startTag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/SimpleXMLReader.h:29:22: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/FavoriteManager.cpp:271:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/FavoriteManager.cpp:288:18: style: The function 'endTag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/SimpleXMLReader.h:30:22: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/FavoriteManager.cpp:288:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/FavoriteManager.h:163:9: error: Exception thrown in function declared not to throw exceptions. [throwInNoexceptFunction]
eiskaltdcpp-2.2.9/dcpp/File.cpp:286:13: style: The scope of the variable 'result' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/dcpp/File.cpp:363:35: style: Function 'copyFile' argument 1 names different: declaration 'src' definition 'source'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/dcpp/File.h:87:40: note: Function 'copyFile' argument 1 names different: declaration 'src' definition 'source'.
eiskaltdcpp-2.2.9/dcpp/File.cpp:363:35: note: Function 'copyFile' argument 1 names different: declaration 'src' definition 'source'.
eiskaltdcpp-2.2.9/dcpp/File.h:70:10: style: Technically the member function 'dcpp::File::isOpen' can be const. [functionConst]
eiskaltdcpp-2.2.9/dcpp/File.cpp:241:12: note: Technically the member function 'dcpp::File::isOpen' can be const.
eiskaltdcpp-2.2.9/dcpp/File.h:70:10: note: Technically the member function 'dcpp::File::isOpen' can be const.
eiskaltdcpp-2.2.9/dcpp/File.h:135:18: style: Technically the member function 'dcpp::FileFindIter::DirData::isHidden' can be const. [functionConst]
eiskaltdcpp-2.2.9/dcpp/File.cpp:565:29: note: Technically the member function 'dcpp::FileFindIter::DirData::isHidden' can be const.
eiskaltdcpp-2.2.9/dcpp/File.h:135:18: note: Technically the member function 'dcpp::FileFindIter::DirData::isHidden' can be const.
eiskaltdcpp-2.2.9/dcpp/Upload.h:37:18: style: The function 'getParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/Transfer.h:77:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/Upload.h:37:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/HashBloom.cpp:65:30: style: Function 'reset' argument 1 names different: declaration 'k' definition 'k_'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/dcpp/HashBloom.h:45:23: note: Function 'reset' argument 1 names different: declaration 'k' definition 'k_'.
eiskaltdcpp-2.2.9/dcpp/HashBloom.cpp:65:30: note: Function 'reset' argument 1 names different: declaration 'k' definition 'k_'.
eiskaltdcpp-2.2.9/dcpp/HashBloom.cpp:65:51: style: Function 'reset' argument 3 names different: declaration 'h' definition 'h_'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/dcpp/HashBloom.h:45:43: note: Function 'reset' argument 3 names different: declaration 'h' definition 'h_'.
eiskaltdcpp-2.2.9/dcpp/HashBloom.cpp:65:51: note: Function 'reset' argument 3 names different: declaration 'h' definition 'h_'.
eiskaltdcpp-2.2.9/dcpp/HashManager.cpp:265:48: style: Function 'saveTree' argument 1 names different: declaration 'dataFile' definition 'f'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/dcpp/HashManager.h:222:32: note: Function 'saveTree' argument 1 names different: declaration 'dataFile' definition 'f'.
eiskaltdcpp-2.2.9/dcpp/HashManager.cpp:265:48: note: Function 'saveTree' argument 1 names different: declaration 'dataFile' definition 'f'.
eiskaltdcpp-2.2.9/dcpp/HashManager.cpp:289:45: style: Function 'loadTree' argument 1 names different: declaration 'dataFile' definition 'f'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/dcpp/HashManager.h:221:29: note: Function 'loadTree' argument 1 names different: declaration 'dataFile' definition 'f'.
eiskaltdcpp-2.2.9/dcpp/HashManager.cpp:289:45: note: Function 'loadTree' argument 1 names different: declaration 'dataFile' definition 'f'.
eiskaltdcpp-2.2.9/dcpp/HashManager.cpp:309:71: style: Function 'getTree' argument 2 names different: declaration 'tth' definition 'tt'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/dcpp/HashManager.h:173:55: note: Function 'getTree' argument 2 names different: declaration 'tth' definition 'tt'.
eiskaltdcpp-2.2.9/dcpp/HashManager.cpp:309:71: note: Function 'getTree' argument 2 names different: declaration 'tth' definition 'tt'.
eiskaltdcpp-2.2.9/dcpp/HashManager.cpp:802:50: style: Function 'fastHash' argument 1 names different: declaration 'fname' definition 'filename'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/dcpp/HashManager.h:132:37: note: Function 'fastHash' argument 1 names different: declaration 'fname' definition 'filename'.
eiskaltdcpp-2.2.9/dcpp/HashManager.cpp:802:50: note: Function 'fastHash' argument 1 names different: declaration 'fname' definition 'filename'.
eiskaltdcpp-2.2.9/dcpp/HashManager.h:254:14: style: Unused private function: 'StreamStore::setCheckSum' [unusedPrivateFunction]
eiskaltdcpp-2.2.9/dcpp/HashManager.h:255:14: style: Unused private function: 'StreamStore::validateCheckSum' [unusedPrivateFunction]
eiskaltdcpp-2.2.9/dcpp/HashManager.h:219:14: performance: Technically the member function 'dcpp::HashManager::HashStore::createDataFile' can be static. [functionStatic]
eiskaltdcpp-2.2.9/dcpp/HashManager.cpp:596:30: note: Technically the member function 'dcpp::HashManager::HashStore::createDataFile' can be static.
eiskaltdcpp-2.2.9/dcpp/HashManager.h:219:14: note: Technically the member function 'dcpp::HashManager::HashStore::createDataFile' can be static.
eiskaltdcpp-2.2.9/dcpp/HashManager.h:221:14: performance: Technically the member function 'dcpp::HashManager::HashStore::loadTree' can be static. [functionStatic]
eiskaltdcpp-2.2.9/dcpp/HashManager.cpp:289:30: note: Technically the member function 'dcpp::HashManager::HashStore::loadTree' can be static.
eiskaltdcpp-2.2.9/dcpp/HashManager.h:221:14: note: Technically the member function 'dcpp::HashManager::HashStore::loadTree' can be static.
eiskaltdcpp-2.2.9/dcpp/HashManager.h:222:17: performance: Technically the member function 'dcpp::HashManager::HashStore::saveTree' can be static. [functionStatic]
eiskaltdcpp-2.2.9/dcpp/HashManager.cpp:265:33: note: Technically the member function 'dcpp::HashManager::HashStore::saveTree' can be static.
eiskaltdcpp-2.2.9/dcpp/HashManager.h:222:17: note: Technically the member function 'dcpp::HashManager::HashStore::saveTree' can be static.
eiskaltdcpp-2.2.9/dcpp/HashManager.h:246:14: performance: Technically the member function 'dcpp::HashManager::StreamStore::loadTree' can be static. [functionStatic]
eiskaltdcpp-2.2.9/dcpp/HashManager.cpp:91:32: note: Technically the member function 'dcpp::HashManager::StreamStore::loadTree' can be static.
eiskaltdcpp-2.2.9/dcpp/HashManager.h:246:14: note: Technically the member function 'dcpp::HashManager::StreamStore::loadTree' can be static.
eiskaltdcpp-2.2.9/dcpp/HashManager.h:247:14: performance: Technically the member function 'dcpp::HashManager::StreamStore::saveTree' can be static. [functionStatic]
eiskaltdcpp-2.2.9/dcpp/HashManager.cpp:133:32: note: Technically the member function 'dcpp::HashManager::StreamStore::saveTree' can be static.
eiskaltdcpp-2.2.9/dcpp/HashManager.h:247:14: note: Technically the member function 'dcpp::HashManager::StreamStore::saveTree' can be static.
eiskaltdcpp-2.2.9/dcpp/HashManager.h:248:14: performance: Technically the member function 'dcpp::HashManager::StreamStore::deleteStream' can be static. [functionStatic]
eiskaltdcpp-2.2.9/dcpp/HashManager.cpp:157:32: note: Technically the member function 'dcpp::HashManager::StreamStore::deleteStream' can be static.
eiskaltdcpp-2.2.9/dcpp/HashManager.h:248:14: note: Technically the member function 'dcpp::HashManager::StreamStore::deleteStream' can be static.
eiskaltdcpp-2.2.9/dcpp/HashManager.h:254:14: performance: Technically the member function 'dcpp::HashManager::StreamStore::setCheckSum' can be static. [functionStatic]
eiskaltdcpp-2.2.9/dcpp/HashManager.cpp:51:39: note: Technically the member function 'dcpp::HashManager::StreamStore::setCheckSum' can be static.
eiskaltdcpp-2.2.9/dcpp/HashManager.h:254:14: note: Technically the member function 'dcpp::HashManager::StreamStore::setCheckSum' can be static.
eiskaltdcpp-2.2.9/dcpp/HashManager.h:255:14: performance: Technically the member function 'dcpp::HashManager::StreamStore::validateCheckSum' can be static. [functionStatic]
eiskaltdcpp-2.2.9/dcpp/HashManager.cpp:61:39: note: Technically the member function 'dcpp::HashManager::StreamStore::validateCheckSum' can be static.
eiskaltdcpp-2.2.9/dcpp/HashManager.h:255:14: note: Technically the member function 'dcpp::HashManager::StreamStore::validateCheckSum' can be static.
eiskaltdcpp-2.2.9/dcpp/SFVReader.h:31:5: style: Class 'SFVReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/dcpp/HashManager.cpp:481:5: style: Class 'HashLoader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/dcpp/HashManager.cpp:484:18: style: The function 'startTag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/SimpleXMLReader.h:29:22: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/HashManager.cpp:484:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/HashManager.cpp:485:18: style: The function 'endTag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/SimpleXMLReader.h:30:22: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/HashManager.cpp:485:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/NmdcHub.cpp:974:64: style: Function 'privateMessage' argument 2 names different: declaration 'aMessage' definition 'message'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/dcpp/NmdcHub.h:118:59: note: Function 'privateMessage' argument 2 names different: declaration 'aMessage' definition 'message'.
eiskaltdcpp-2.2.9/dcpp/NmdcHub.cpp:974:64: note: Function 'privateMessage' argument 2 names different: declaration 'aMessage' definition 'message'.
eiskaltdcpp-2.2.9/dcpp/NmdcHub.cpp:1005:38: style: Function 'clearFlooders' argument 1 names different: declaration 'tick' definition 'aTick'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/dcpp/NmdcHub.h:127:33: note: Function 'clearFlooders' argument 1 names different: declaration 'tick' definition 'aTick'.
eiskaltdcpp-2.2.9/dcpp/NmdcHub.cpp:1005:38: note: Function 'clearFlooders' argument 1 names different: declaration 'tick' definition 'aTick'.
eiskaltdcpp-2.2.9/dcpp/NmdcHub.cpp:1036:38: style: Function 'on' argument 2 names different: declaration 'l' definition 'aLine'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/dcpp/NmdcHub.h:139:41: note: Function 'on' argument 2 names different: declaration 'l' definition 'aLine'.
eiskaltdcpp-2.2.9/dcpp/NmdcHub.cpp:1036:38: note: Function 'on' argument 2 names different: declaration 'l' definition 'aLine'.
eiskaltdcpp-2.2.9/dcpp/PerFolderLimit.cpp:67:47: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
eiskaltdcpp-2.2.9/dcpp/QueueItem.cpp:269:17: warning: %I64d in format string (no. 1) requires '__int64' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
eiskaltdcpp-2.2.9/dcpp/QueueItem.cpp:269:17: warning: %I64d in format string (no. 2) requires '__int64' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
eiskaltdcpp-2.2.9/dcpp/QueueManager.cpp:1611:17: style: Redundant condition: qi->isSet(QueueItem::FLAG_USER_LIST). '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
eiskaltdcpp-2.2.9/dcpp/QueueManager.cpp:654:8: style: Condition 'tthPub' is always false [knownConditionTrueFalse]
eiskaltdcpp-2.2.9/dcpp/QueueManager.cpp:585:24: note: Assignment 'tthPub=NULL', assigned value is 0
eiskaltdcpp-2.2.9/dcpp/QueueManager.cpp:654:8: note: Condition 'tthPub' is always false
eiskaltdcpp-2.2.9/dcpp/QueueManager.cpp:463:17: style: The scope of the variable 'startPos' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/dcpp/QueueManager.cpp:284:76: style: Function 'removeDownload' argument 2 names different: declaration 'd' definition 'user'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/dcpp/QueueManager.h:233:59: note: Function 'removeDownload' argument 2 names different: declaration 'd' definition 'user'.
eiskaltdcpp-2.2.9/dcpp/QueueManager.cpp:284:76: note: Function 'removeDownload' argument 2 names different: declaration 'd' definition 'user'.
eiskaltdcpp-2.2.9/dcpp/QueueManager.cpp:667:46: style: Function 'addList' argument 1 names different: declaration 'HintedUser' definition 'aUser'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/dcpp/QueueManager.h:79:36: note: Function 'addList' argument 1 names different: declaration 'HintedUser' definition 'aUser'.
eiskaltdcpp-2.2.9/dcpp/QueueManager.cpp:667:46: note: Function 'addList' argument 1 names different: declaration 'HintedUser' definition 'aUser'.
eiskaltdcpp-2.2.9/dcpp/QueueManager.cpp:840:62: style: Function 'checkTarget' argument 2 names different: declaration 'checkExsistence' definition 'checkExistence'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/dcpp/QueueManager.h:274:59: note: Function 'checkTarget' argument 2 names different: declaration 'checkExsistence' definition 'checkExistence'.
eiskaltdcpp-2.2.9/dcpp/QueueManager.cpp:840:62: note: Function 'checkTarget' argument 2 names different: declaration 'checkExsistence' definition 'checkExistence'.
eiskaltdcpp-2.2.9/dcpp/QueueManager.cpp:1142:38: style: Function 'setFile' argument 1 names different: declaration 'download' definition 'd'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/dcpp/QueueManager.h:111:28: note: Function 'setFile' argument 1 names different: declaration 'download' definition 'd'.
eiskaltdcpp-2.2.9/dcpp/QueueManager.cpp:1142:38: note: Function 'setFile' argument 1 names different: declaration 'download' definition 'd'.
eiskaltdcpp-2.2.9/dcpp/QueueManager.cpp:582:12: style: Unused variable: fn [unusedVariable]
eiskaltdcpp-2.2.9/dcpp/QueueManager.cpp:1106:5: warning: Member variable 'TreeOutputStream::buf' is not initialized in the constructor. [uninitMemberVar]
eiskaltdcpp-2.2.9/dcpp/MerkleCheckOutputStream.h:29:0: warning: Member variable 'dcpp :: MerkleCheckOutputStream < TigerTree , false >::buf' is not initialized in the constructor. [uninitMemberVar]
eiskaltdcpp-2.2.9/dcpp/QueueManager.cpp:1106:5: style: Class 'TreeOutputStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/dcpp/QueueManager.cpp:2214:9: style: Class 'ListMatcher' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/dcpp/FilteredFile.h:78:0: style: Class 'dcpp :: CalcInputStream < CRC32Filter , false >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/dcpp/QueueManager.cpp:1692:18: style: The function 'startTag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/SimpleXMLReader.h:29:22: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/QueueManager.cpp:1692:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/QueueManager.cpp:1693:18: style: The function 'endTag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/SimpleXMLReader.h:30:22: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/QueueManager.cpp:1693:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/QueueManager.cpp:2215:13: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/Thread.h:103:17: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/QueueManager.cpp:2215:13: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/QueueManager.cpp:1254:43: error: Exception thrown in function declared not to throw exceptions. [throwInNoexceptFunction]
eiskaltdcpp-2.2.9/dcpp/QueueManager.cpp:241:0: warning: Return value of std::remove() ignored. Elements remain in container. [uselessCallsRemove]
eiskaltdcpp-2.2.9/dcpp/QueueManager.cpp:296:0: warning: Return value of std::remove() ignored. Elements remain in container. [uselessCallsRemove]
eiskaltdcpp-2.2.9/dcpp/QueueManager.cpp:327:0: warning: Return value of std::remove() ignored. Elements remain in container. [uselessCallsRemove]
eiskaltdcpp-2.2.9/dcpp/SSLSocket.h:68:5: style: Class 'SSLSocket' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/dcpp/ScriptManager.cpp:100:26: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/dcpp/ScriptManager.cpp:275:26: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/dcpp/ScriptManager.cpp:287:17: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/dcpp/ScriptManager.cpp:299:17: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/dcpp/ScriptManager.cpp:420:52: style: Function 'SendDebugMessage' argument 1 names different: declaration 's' definition 'mess'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/dcpp/ScriptManager.h:118:42: note: Function 'SendDebugMessage' argument 1 names different: declaration 's' definition 'mess'.
eiskaltdcpp-2.2.9/dcpp/ScriptManager.cpp:420:52: note: Function 'SendDebugMessage' argument 1 names different: declaration 's' definition 'mess'.
eiskaltdcpp-2.2.9/dcpp/ScriptManager.h:48:13: performance: Technically the member function 'dcpp::LuaManager::SendClientMessage' can be static. [functionStatic]
eiskaltdcpp-2.2.9/dcpp/ScriptManager.cpp:156:17: note: Technically the member function 'dcpp::LuaManager::SendClientMessage' can be static.
eiskaltdcpp-2.2.9/dcpp/ScriptManager.h:48:13: note: Technically the member function 'dcpp::LuaManager::SendClientMessage' can be static.
eiskaltdcpp-2.2.9/dcpp/ScriptManager.h:49:13: performance: Technically the member function 'dcpp::LuaManager::SendHubMessage' can be static. [functionStatic]
eiskaltdcpp-2.2.9/dcpp/ScriptManager.cpp:164:17: note: Technically the member function 'dcpp::LuaManager::SendHubMessage' can be static.
eiskaltdcpp-2.2.9/dcpp/ScriptManager.h:49:13: note: Technically the member function 'dcpp::LuaManager::SendHubMessage' can be static.
eiskaltdcpp-2.2.9/dcpp/ScriptManager.h:50:13: performance: Technically the member function 'dcpp::LuaManager::GenerateDebugMessage' can be static. [functionStatic]
eiskaltdcpp-2.2.9/dcpp/ScriptManager.cpp:172:17: note: Technically the member function 'dcpp::LuaManager::GenerateDebugMessage' can be static.
eiskaltdcpp-2.2.9/dcpp/ScriptManager.h:50:13: note: Technically the member function 'dcpp::LuaManager::GenerateDebugMessage' can be static.
eiskaltdcpp-2.2.9/dcpp/ScriptManager.h:51:13: performance: Technically the member function 'dcpp::LuaManager::GetHubIpPort' can be static. [functionStatic]
eiskaltdcpp-2.2.9/dcpp/ScriptManager.cpp:285:17: note: Technically the member function 'dcpp::LuaManager::GetHubIpPort' can be static.
eiskaltdcpp-2.2.9/dcpp/ScriptManager.h:51:13: note: Technically the member function 'dcpp::LuaManager::GetHubIpPort' can be static.
eiskaltdcpp-2.2.9/dcpp/ScriptManager.h:52:13: performance: Technically the member function 'dcpp::LuaManager::GetHubUrl' can be static. [functionStatic]
eiskaltdcpp-2.2.9/dcpp/ScriptManager.cpp:297:17: note: Technically the member function 'dcpp::LuaManager::GetHubUrl' can be static.
eiskaltdcpp-2.2.9/dcpp/ScriptManager.h:52:13: note: Technically the member function 'dcpp::LuaManager::GetHubUrl' can be static.
eiskaltdcpp-2.2.9/dcpp/ScriptManager.h:53:13: performance: Technically the member function 'dcpp::LuaManager::GetClientIp' can be static. [functionStatic]
eiskaltdcpp-2.2.9/dcpp/ScriptManager.cpp:273:17: note: Technically the member function 'dcpp::LuaManager::GetClientIp' can be static.
eiskaltdcpp-2.2.9/dcpp/ScriptManager.h:53:13: note: Technically the member function 'dcpp::LuaManager::GetClientIp' can be static.
eiskaltdcpp-2.2.9/dcpp/ScriptManager.h:55:13: performance: Technically the member function 'dcpp::LuaManager::InjectHubMessageNMDC' can be static. [functionStatic]
eiskaltdcpp-2.2.9/dcpp/ScriptManager.cpp:123:17: note: Technically the member function 'dcpp::LuaManager::InjectHubMessageNMDC' can be static.
eiskaltdcpp-2.2.9/dcpp/ScriptManager.h:55:13: note: Technically the member function 'dcpp::LuaManager::InjectHubMessageNMDC' can be static.
eiskaltdcpp-2.2.9/dcpp/ScriptManager.h:56:13: performance: Technically the member function 'dcpp::LuaManager::InjectHubMessageADC' can be static. [functionStatic]
eiskaltdcpp-2.2.9/dcpp/ScriptManager.cpp:130:17: note: Technically the member function 'dcpp::LuaManager::InjectHubMessageADC' can be static.
eiskaltdcpp-2.2.9/dcpp/ScriptManager.h:56:13: note: Technically the member function 'dcpp::LuaManager::InjectHubMessageADC' can be static.
eiskaltdcpp-2.2.9/dcpp/ScriptManager.h:59:13: performance: Technically the member function 'dcpp::LuaManager::DropUserConnection' can be static. [functionStatic]
eiskaltdcpp-2.2.9/dcpp/ScriptManager.cpp:190:17: note: Technically the member function 'dcpp::LuaManager::DropUserConnection' can be static.
eiskaltdcpp-2.2.9/dcpp/ScriptManager.h:59:13: note: Technically the member function 'dcpp::LuaManager::DropUserConnection' can be static.
eiskaltdcpp-2.2.9/dcpp/ScriptManager.h:61:13: performance: Technically the member function 'dcpp::LuaManager::CreateClient' can be static. [functionStatic]
eiskaltdcpp-2.2.9/dcpp/ScriptManager.cpp:106:17: note: Technically the member function 'dcpp::LuaManager::CreateClient' can be static.
eiskaltdcpp-2.2.9/dcpp/ScriptManager.h:61:13: note: Technically the member function 'dcpp::LuaManager::CreateClient' can be static.
eiskaltdcpp-2.2.9/dcpp/ScriptManager.h:62:13: performance: Technically the member function 'dcpp::LuaManager::DeleteClient' can be static. [functionStatic]
eiskaltdcpp-2.2.9/dcpp/ScriptManager.cpp:98:17: note: Technically the member function 'dcpp::LuaManager::DeleteClient' can be static.
eiskaltdcpp-2.2.9/dcpp/ScriptManager.h:62:13: note: Technically the member function 'dcpp::LuaManager::DeleteClient' can be static.
eiskaltdcpp-2.2.9/dcpp/ScriptManager.h:64:13: performance: Technically the member function 'dcpp::LuaManager::RunTimer' can be static. [functionStatic]
eiskaltdcpp-2.2.9/dcpp/ScriptManager.cpp:309:17: note: Technically the member function 'dcpp::LuaManager::RunTimer' can be static.
eiskaltdcpp-2.2.9/dcpp/ScriptManager.h:64:13: note: Technically the member function 'dcpp::LuaManager::RunTimer' can be static.
eiskaltdcpp-2.2.9/dcpp/ScriptManager.h:66:13: performance: Technically the member function 'dcpp::LuaManager::GetSetting' can be static. [functionStatic]
eiskaltdcpp-2.2.9/dcpp/ScriptManager.cpp:199:17: note: Technically the member function 'dcpp::LuaManager::GetSetting' can be static.
eiskaltdcpp-2.2.9/dcpp/ScriptManager.h:66:13: note: Technically the member function 'dcpp::LuaManager::GetSetting' can be static.
eiskaltdcpp-2.2.9/dcpp/ScriptManager.h:67:13: performance: Technically the member function 'dcpp::LuaManager::GetAppPath' can be static. [functionStatic]
eiskaltdcpp-2.2.9/dcpp/ScriptManager.cpp:243:17: note: Technically the member function 'dcpp::LuaManager::GetAppPath' can be static.
eiskaltdcpp-2.2.9/dcpp/ScriptManager.h:67:13: note: Technically the member function 'dcpp::LuaManager::GetAppPath' can be static.
eiskaltdcpp-2.2.9/dcpp/ScriptManager.h:68:13: performance: Technically the member function 'dcpp::LuaManager::GetConfigPath' can be static. [functionStatic]
eiskaltdcpp-2.2.9/dcpp/ScriptManager.cpp:248:17: note: Technically the member function 'dcpp::LuaManager::GetConfigPath' can be static.
eiskaltdcpp-2.2.9/dcpp/ScriptManager.h:68:13: note: Technically the member function 'dcpp::LuaManager::GetConfigPath' can be static.
eiskaltdcpp-2.2.9/dcpp/ScriptManager.h:69:13: performance: Technically the member function 'dcpp::LuaManager::GetScriptsPath' can be static. [functionStatic]
eiskaltdcpp-2.2.9/dcpp/ScriptManager.cpp:258:17: note: Technically the member function 'dcpp::LuaManager::GetScriptsPath' can be static.
eiskaltdcpp-2.2.9/dcpp/ScriptManager.h:69:13: note: Technically the member function 'dcpp::LuaManager::GetScriptsPath' can be static.
eiskaltdcpp-2.2.9/dcpp/ScriptManager.h:70:13: performance: Technically the member function 'dcpp::LuaManager::GetConfigScriptsPath' can be static. [functionStatic]
eiskaltdcpp-2.2.9/dcpp/ScriptManager.cpp:253:17: note: Technically the member function 'dcpp::LuaManager::GetConfigScriptsPath' can be static.
eiskaltdcpp-2.2.9/dcpp/ScriptManager.h:70:13: note: Technically the member function 'dcpp::LuaManager::GetConfigScriptsPath' can be static.
eiskaltdcpp-2.2.9/dcpp/ScriptManager.h:72:13: performance: Technically the member function 'dcpp::LuaManager::ToUtf8' can be static. [functionStatic]
eiskaltdcpp-2.2.9/dcpp/ScriptManager.cpp:219:17: note: Technically the member function 'dcpp::LuaManager::ToUtf8' can be static.
eiskaltdcpp-2.2.9/dcpp/ScriptManager.h:72:13: note: Technically the member function 'dcpp::LuaManager::ToUtf8' can be static.
eiskaltdcpp-2.2.9/dcpp/ScriptManager.h:73:13: performance: Technically the member function 'dcpp::LuaManager::FromUtf8' can be static. [functionStatic]
eiskaltdcpp-2.2.9/dcpp/ScriptManager.cpp:231:17: note: Technically the member function 'dcpp::LuaManager::FromUtf8' can be static.
eiskaltdcpp-2.2.9/dcpp/ScriptManager.h:73:13: note: Technically the member function 'dcpp::LuaManager::FromUtf8' can be static.
eiskaltdcpp-2.2.9/dcpp/ScriptManager.h:77:14: performance: Technically the member function 'dcpp::ScriptInstance::MakeCallRaw' can be static. [functionStatic]
eiskaltdcpp-2.2.9/dcpp/ScriptManager.cpp:454:22: note: Technically the member function 'dcpp::ScriptInstance::MakeCallRaw' can be static.
eiskaltdcpp-2.2.9/dcpp/ScriptManager.h:77:14: note: Technically the member function 'dcpp::ScriptInstance::MakeCallRaw' can be static.
eiskaltdcpp-2.2.9/dcpp/ScriptManager.h:98:36: performance: Technically the member function 'dcpp::ScriptInstance::LuaPush' can be static. [functionStatic]
eiskaltdcpp-2.2.9/dcpp/ScriptManager.h:100:14: performance: Technically the member function 'dcpp::ScriptInstance::LuaPush' can be static. [functionStatic]
eiskaltdcpp-2.2.9/dcpp/ScriptManager.cpp:451:22: note: Technically the member function 'dcpp::ScriptInstance::LuaPush' can be static.
eiskaltdcpp-2.2.9/dcpp/ScriptManager.h:100:14: note: Technically the member function 'dcpp::ScriptInstance::LuaPush' can be static.
eiskaltdcpp-2.2.9/dcpp/ScriptManager.h:101:14: performance: Technically the member function 'dcpp::ScriptInstance::LuaPush' can be static. [functionStatic]
eiskaltdcpp-2.2.9/dcpp/ScriptManager.cpp:452:22: note: Technically the member function 'dcpp::ScriptInstance::LuaPush' can be static.
eiskaltdcpp-2.2.9/dcpp/ScriptManager.h:101:14: note: Technically the member function 'dcpp::ScriptInstance::LuaPush' can be static.
eiskaltdcpp-2.2.9/dcpp/ScriptManager.h:102:14: performance: Technically the member function 'dcpp::ScriptInstance::GetLuaBool' can be static. [functionStatic]
eiskaltdcpp-2.2.9/dcpp/ScriptManager.cpp:425:22: note: Technically the member function 'dcpp::ScriptInstance::GetLuaBool' can be static.
eiskaltdcpp-2.2.9/dcpp/ScriptManager.h:102:14: note: Technically the member function 'dcpp::ScriptInstance::GetLuaBool' can be static.
eiskaltdcpp-2.2.9/dcpp/ScriptManager.h:103:16: performance: Technically the member function 'dcpp::ScriptInstance::GetClientType' can be static. [functionStatic]
eiskaltdcpp-2.2.9/dcpp/ScriptManager.cpp:435:24: note: Technically the member function 'dcpp::ScriptInstance::GetClientType' can be static.
eiskaltdcpp-2.2.9/dcpp/ScriptManager.h:103:16: note: Technically the member function 'dcpp::ScriptInstance::GetClientType' can be static.
eiskaltdcpp-2.2.9/dcpp/ScriptManager.h:105:14: performance: Technically the member function 'dcpp::ScriptInstance::EvaluateFile' can be static. [functionStatic]
eiskaltdcpp-2.2.9/dcpp/ScriptManager.cpp:381:22: note: Technically the member function 'dcpp::ScriptInstance::EvaluateFile' can be static.
eiskaltdcpp-2.2.9/dcpp/ScriptManager.h:105:14: note: Technically the member function 'dcpp::ScriptInstance::EvaluateFile' can be static.
eiskaltdcpp-2.2.9/dcpp/ScriptManager.h:106:14: performance: Technically the member function 'dcpp::ScriptInstance::EvaluateChunk' can be static. [functionStatic]
eiskaltdcpp-2.2.9/dcpp/ScriptManager.cpp:376:22: note: Technically the member function 'dcpp::ScriptInstance::EvaluateChunk' can be static.
eiskaltdcpp-2.2.9/dcpp/ScriptManager.h:106:14: note: Technically the member function 'dcpp::ScriptInstance::EvaluateChunk' can be static.
eiskaltdcpp-2.2.9/dcpp/ScriptManager.h:47:5: style: Struct 'LuaManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/dcpp/ScriptManager.h:124:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/ClientManagerListener.h:48:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/ScriptManager.h:124:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/ScriptManager.h:125:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/ClientManagerListener.h:48:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/ScriptManager.h:125:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/ScriptManager.h:126:18: style: The function 'on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/TimerManager.h:48:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/ScriptManager.h:126:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/SearchManager.cpp:334:75: style: Function 'onData' argument 3 names different: declaration 'address' definition 'remoteIp'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/dcpp/SearchManager.h:132:64: note: Function 'onData' argument 3 names different: declaration 'address' definition 'remoteIp'.
eiskaltdcpp-2.2.9/dcpp/SearchManager.cpp:334:75: note: Function 'onData' argument 3 names different: declaration 'address' definition 'remoteIp'.
eiskaltdcpp-2.2.9/dcpp/SearchManager.cpp:452:47: style: Function 'respond' argument 1 names different: declaration 'cmd' definition 'adc'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/dcpp/SearchManager.h:75:36: note: Function 'respond' argument 1 names different: declaration 'cmd' definition 'adc'.
eiskaltdcpp-2.2.9/dcpp/SearchManager.cpp:452:47: note: Function 'respond' argument 1 names different: declaration 'cmd' definition 'adc'.
eiskaltdcpp-2.2.9/dcpp/SearchManager.cpp:452:63: style: Function 'respond' argument 2 names different: declaration 'cid' definition 'from'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/dcpp/SearchManager.h:75:52: note: Function 'respond' argument 2 names different: declaration 'cid' definition 'from'.
eiskaltdcpp-2.2.9/dcpp/SearchManager.cpp:452:63: note: Function 'respond' argument 2 names different: declaration 'cid' definition 'from'.
eiskaltdcpp-2.2.9/dcpp/SearchResult.cpp:37:70: style: Function 'SearchResult' argument 3 names different: declaration 'name' definition 'aFile'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/dcpp/SearchResult.h:38:60: note: Function 'SearchResult' argument 3 names different: declaration 'name' definition 'aFile'.
eiskaltdcpp-2.2.9/dcpp/SearchResult.cpp:37:70: note: Function 'SearchResult' argument 3 names different: declaration 'name' definition 'aFile'.
eiskaltdcpp-2.2.9/dcpp/SearchResult.cpp:42:41: style: Function 'toSR' argument 1 names different: declaration 'client' definition 'c'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/dcpp/SearchResult.h:45:31: note: Function 'toSR' argument 1 names different: declaration 'client' definition 'c'.
eiskaltdcpp-2.2.9/dcpp/SearchResult.cpp:42:41: note: Function 'toSR' argument 1 names different: declaration 'client' definition 'c'.
eiskaltdcpp-2.2.9/dcpp/ShareManager.cpp:116:76: style: Function 'findRealRoot' argument 2 names different: declaration 'virtualLeaf' definition 'virtualPath'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/dcpp/ShareManager.h:302:66: note: Function 'findRealRoot' argument 2 names different: declaration 'virtualLeaf' definition 'virtualPath'.
eiskaltdcpp-2.2.9/dcpp/ShareManager.cpp:116:76: note: Function 'findRealRoot' argument 2 names different: declaration 'virtualLeaf' definition 'virtualPath'.
eiskaltdcpp-2.2.9/dcpp/ShareManager.cpp:319:45: style: Function 'hasVirtual' argument 1 names different: declaration 'name' definition 'virtualName'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/dcpp/ShareManager.h:98:35: note: Function 'hasVirtual' argument 1 names different: declaration 'name' definition 'virtualName'.
eiskaltdcpp-2.2.9/dcpp/ShareManager.cpp:319:45: note: Function 'hasVirtual' argument 1 names different: declaration 'name' definition 'virtualName'.
eiskaltdcpp-2.2.9/dcpp/ShareManager.cpp:737:45: style: Function 'updateIndices' argument 1 names different: declaration 'aDirectory' definition 'dir'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/dcpp/ShareManager.h:292:35: note: Function 'updateIndices' argument 1 names different: declaration 'aDirectory' definition 'dir'.
eiskaltdcpp-2.2.9/dcpp/ShareManager.cpp:737:45: note: Function 'updateIndices' argument 1 names different: declaration 'aDirectory' definition 'dir'.
eiskaltdcpp-2.2.9/dcpp/ShareManager.cpp:1154:62: style: Function 'getType' argument 1 names different: declaration 'fileName' definition 'aFileName'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/dcpp/ShareManager.h:95:52: note: Function 'getType' argument 1 names different: declaration 'fileName' definition 'aFileName'.
eiskaltdcpp-2.2.9/dcpp/ShareManager.cpp:1154:62: note: Function 'getType' argument 1 names different: declaration 'fileName' definition 'aFileName'.
eiskaltdcpp-2.2.9/dcpp/ShareManager.cpp:1247:45: style: Function 'search' argument 1 names different: declaration 'l' definition 'results'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/dcpp/ShareManager.h:75:35: note: Function 'search' argument 1 names different: declaration 'l' definition 'results'.
eiskaltdcpp-2.2.9/dcpp/ShareManager.cpp:1247:45: note: Function 'search' argument 1 names different: declaration 'l' definition 'results'.
eiskaltdcpp-2.2.9/dcpp/ShareManager.cpp:1411:45: style: Function 'search' argument 1 names different: declaration 'l' definition 'results'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/dcpp/ShareManager.h:76:35: note: Function 'search' argument 1 names different: declaration 'l' definition 'results'.
eiskaltdcpp-2.2.9/dcpp/ShareManager.cpp:1411:45: note: Function 'search' argument 1 names different: declaration 'l' definition 'results'.
eiskaltdcpp-2.2.9/dcpp/ShareManager.cpp:358:5: style: Struct 'ShareLoader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/dcpp/FilteredFile.h:98:0: style: Class 'dcpp :: FilteredOutputStream < BZFilter , false >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/dcpp/FilteredFile.h:56:0: style: Class 'dcpp :: CalcOutputStream < TTFilter < 1073741824 > , false >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/dcpp/FilteredFile.h:31:0: style: Class 'dcpp :: CountOutputStream < false >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/dcpp/ShareManager.cpp:359:18: style: The function 'startTag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/SimpleXMLReader.h:29:22: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/ShareManager.cpp:359:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/ShareManager.cpp:394:18: style: The function 'endTag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/dcpp/SimpleXMLReader.h:30:22: note: Virtual function in base class
eiskaltdcpp-2.2.9/dcpp/ShareManager.cpp:394:18: note: Function in derived class
eiskaltdcpp-2.2.9/dcpp/ShareManager.h:315:9: error: Exception thrown in function declared not to throw exceptions. [throwInNoexceptFunction]
eiskaltdcpp-2.2.9/dcpp/ShareManager.h:318:9: error: Exception thrown in function declared not to throw exceptions. [throwInNoexceptFunction]
eiskaltdcpp-2.2.9/dcpp/SimpleXMLReader.cpp:96:41: style: Function 'error' argument 1 names different: declaration 'message' definition 'e'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/dcpp/SimpleXMLReader.h:167:28: note: Function 'error' argument 1 names different: declaration 'message' definition 'e'.
eiskaltdcpp-2.2.9/dcpp/SimpleXMLReader.cpp:96:41: note: Function 'error' argument 1 names different: declaration 'message' definition 'e'.
eiskaltdcpp-2.2.9/dcpp/SimpleXMLReader.cpp:306:37: style: Function 'character' argument 1 names different: declaration 'c' definition 'character'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/dcpp/SimpleXMLReader.h:143:24: note: Function 'character' argument 1 names different: declaration 'c' definition 'character'.
eiskaltdcpp-2.2.9/dcpp/SimpleXMLReader.cpp:306:37: note: Function 'character' argument 1 names different: declaration 'c' definition 'character'.
eiskaltdcpp-2.2.9/dcpp/SimpleXMLReader.cpp:548:42: style: Function 'parse' argument 1 names different: declaration 'is' definition 'stream'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/dcpp/SimpleXMLReader.h:39:29: note: Function 'parse' argument 1 names different: declaration 'is' definition 'stream'.
eiskaltdcpp-2.2.9/dcpp/SimpleXMLReader.cpp:548:42: note: Function 'parse' argument 1 names different: declaration 'is' definition 'stream'.
eiskaltdcpp-2.2.9/dcpp/SimpleXMLReader.cpp:577:48: style: Function 'spaceOrError' argument 1 names different: declaration 'error' definition 'message'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/dcpp/SimpleXMLReader.h:165:35: note: Function 'spaceOrError' argument 1 names different: declaration 'error' definition 'message'.
eiskaltdcpp-2.2.9/dcpp/SimpleXMLReader.cpp:577:48: note: Function 'spaceOrError' argument 1 names different: declaration 'error' definition 'message'.
eiskaltdcpp-2.2.9/dcpp/Socket.cpp:190:36: style: Function 'connect' argument 1 names different: declaration 'aIp' definition 'aAddr'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/dcpp/Socket.h:83:40: note: Function 'connect' argument 1 names different: declaration 'aIp' definition 'aAddr'.
eiskaltdcpp-2.2.9/dcpp/Socket.cpp:190:36: note: Function 'connect' argument 1 names different: declaration 'aIp' definition 'aAddr'.
eiskaltdcpp-2.2.9/dcpp/Socket.cpp:226:41: style: Function 'socksConnect' argument 1 names different: declaration 'aIp' definition 'aAddr'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/dcpp/Socket.h:88:37: note: Function 'socksConnect' argument 1 names different: declaration 'aIp' definition 'aAddr'.
eiskaltdcpp-2.2.9/dcpp/Socket.cpp:226:41: note: Function 'socksConnect' argument 1 names different: declaration 'aIp' definition 'aAddr'.
eiskaltdcpp-2.2.9/dcpp/Socket.cpp:346:43: style: Function 'setSocketOpt' argument 2 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/dcpp/Socket.h:168:39: note: Function 'setSocketOpt' argument 2 names different: declaration 'value' definition 'val'.
eiskaltdcpp-2.2.9/dcpp/Socket.cpp:346:43: note: Function 'setSocketOpt' argument 2 names different: declaration 'value' definition 'val'.
eiskaltdcpp-2.2.9/dcpp/Socket.cpp:449:36: style: Function 'writeTo' argument 1 names different: declaration 'aIp' definition 'aAddr'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/dcpp/Socket.h:99:40: note: Function 'writeTo' argument 1 names different: declaration 'aIp' definition 'aAddr'.
eiskaltdcpp-2.2.9/dcpp/Socket.cpp:449:36: note: Function 'writeTo' argument 1 names different: declaration 'aIp' definition 'aAddr'.
eiskaltdcpp-2.2.9/dcpp/Socket.h:101:18: warning: Virtual function 'shutdown' is called from destructor '~Socket()' at line 74. Dynamic binding is not used. [virtualCallInConstructor]
eiskaltdcpp-2.2.9/dcpp/Socket.h:74:25: note: Calling disconnect
eiskaltdcpp-2.2.9/dcpp/Socket.cpp:737:5: note: Calling shutdown
eiskaltdcpp-2.2.9/dcpp/Socket.h:101:18: note: shutdown is a virtual method
eiskaltdcpp-2.2.9/dcpp/Text.cpp:166:12: style: The scope of the variable 'rv' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/dcpp/Text.cpp:363:12: style: The scope of the variable 'rv' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/dcpp/Text.cpp:192:54: style: Function 'wideToUtf8' argument 2 names different: declaration 'tmp' definition 'tgt'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/dcpp/Text.h:76:58: note: Function 'wideToUtf8' argument 2 names different: declaration 'tmp' definition 'tgt'.
eiskaltdcpp-2.2.9/dcpp/Text.cpp:192:54: note: Function 'wideToUtf8' argument 2 names different: declaration 'tmp' definition 'tgt'.
eiskaltdcpp-2.2.9/dcpp/Text.cpp:253:55: style: Function 'utf8ToWide' argument 2 names different: declaration 'tmp' definition 'tgt'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/dcpp/Text.h:64:59: note: Function 'utf8ToWide' argument 2 names different: declaration 'tmp' definition 'tgt'.
eiskaltdcpp-2.2.9/dcpp/Text.cpp:253:55: note: Function 'utf8ToWide' argument 2 names different: declaration 'tmp' definition 'tgt'.
eiskaltdcpp-2.2.9/dcpp/Text.cpp:222:38: error: Null pointer dereference [nullPointer]
eiskaltdcpp-2.2.9/dcpp/Text.cpp:228:37: error: Null pointer dereference [nullPointer]
eiskaltdcpp-2.2.9/dcpp/TigerHash.cpp:163:47: style: Function 'tigerCompress' argument 1 names different: declaration 'data' definition 'str'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/dcpp/TigerHash.h:69:37: note: Function 'tigerCompress' argument 1 names different: declaration 'data' definition 'str'.
eiskaltdcpp-2.2.9/dcpp/TigerHash.cpp:163:47: note: Function 'tigerCompress' argument 1 names different: declaration 'data' definition 'str'.
eiskaltdcpp-2.2.9/dcpp/TigerHash.cpp:167:49: style: Function 'update' argument 2 names different: declaration 'len' definition 'length'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/dcpp/TigerHash.h:53:39: note: Function 'update' argument 2 names different: declaration 'len' definition 'length'.
eiskaltdcpp-2.2.9/dcpp/TigerHash.cpp:167:49: note: Function 'update' argument 2 names different: declaration 'len' definition 'length'.
eiskaltdcpp-2.2.9/dcpp/TigerHash.h:69:7: style: Unused private function: 'TigerHash::tigerCompress' [unusedPrivateFunction]
eiskaltdcpp-2.2.9/dcpp/TigerHash.h:69:7: performance: Technically the member function 'dcpp::TigerHash::tigerCompress' can be static. [functionStatic]
eiskaltdcpp-2.2.9/dcpp/TigerHash.cpp:163:17: note: Technically the member function 'dcpp::TigerHash::tigerCompress' can be static.
eiskaltdcpp-2.2.9/dcpp/TigerHash.h:69:7: note: Technically the member function 'dcpp::TigerHash::tigerCompress' can be static.
eiskaltdcpp-2.2.9/dcpp/Transfer.cpp:35:56: style: Function 'Transfer' argument 2 names different: declaration 'path' definition 'path_'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/dcpp/Transfer.h:45:50: note: Function 'Transfer' argument 2 names different: declaration 'path' definition 'path_'.
eiskaltdcpp-2.2.9/dcpp/Transfer.cpp:35:56: note: Function 'Transfer' argument 2 names different: declaration 'path' definition 'path_'.
eiskaltdcpp-2.2.9/dcpp/Transfer.cpp:35:79: style: Function 'Transfer' argument 3 names different: declaration 'tth' definition 'tth_'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/dcpp/Transfer.h:45:72: note: Function 'Transfer' argument 3 names different: declaration 'tth' definition 'tth_'.
eiskaltdcpp-2.2.9/dcpp/Transfer.cpp:35:79: note: Function 'Transfer' argument 3 names different: declaration 'tth' definition 'tth_'.
eiskaltdcpp-2.2.9/dcpp/UploadManager.cpp:85:108: style: Function 'prepareFile' argument 4 names different: declaration 'aResume' definition 'aStartPos'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/dcpp/UploadManager.h:131:97: note: Function 'prepareFile' argument 4 names different: declaration 'aResume' definition 'aStartPos'.
eiskaltdcpp-2.2.9/dcpp/UploadManager.cpp:85:108: note: Function 'prepareFile' argument 4 names different: declaration 'aResume' definition 'aStartPos'.
eiskaltdcpp-2.2.9/dcpp/UploadManager.cpp:564:54: style: Function 'removeConnection' argument 1 names different: declaration 'aConn' definition 'aSource'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/dcpp/UploadManager.h:110:43: note: Function 'removeConnection' argument 1 names different: declaration 'aConn' definition 'aSource'.
eiskaltdcpp-2.2.9/dcpp/UploadManager.cpp:564:54: note: Function 'removeConnection' argument 1 names different: declaration 'aConn' definition 'aSource'.
eiskaltdcpp-2.2.9/dcpp/FilteredFile.h:163:0: style: Class 'dcpp :: FilteredInputStream < ZFilter , true >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/dcpp/User.cpp:52:37: style: Function 'getParams' argument 1 names different: declaration 'map' definition 'sm'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/dcpp/User.h:176:31: note: Function 'getParams' argument 1 names different: declaration 'map' definition 'sm'.
eiskaltdcpp-2.2.9/dcpp/User.cpp:52:37: note: Function 'getParams' argument 1 names different: declaration 'map' definition 'sm'.
eiskaltdcpp-2.2.9/dcpp/User.cpp:32:13: warning: Member variable 'OnlineUser::isInList' is not initialized in the constructor. [uninitMemberVar]
eiskaltdcpp-2.2.9/dcpp/Util.cpp:579:20: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
eiskaltdcpp-2.2.9/dcpp/Util.cpp:581:15: note: Found duplicate branches for 'if' and 'else'.
eiskaltdcpp-2.2.9/dcpp/Util.cpp:579:20: note: Found duplicate branches for 'if' and 'else'.
eiskaltdcpp-2.2.9/dcpp/Util.cpp:269:18: style: The scope of the variable 'startIP' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/dcpp/Util.cpp:270:18: style: The scope of the variable 'endIP' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/dcpp/Util.cpp:1107:26: style: The scope of the variable 'mag01' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/dcpp/Util.cpp:379:38: style: Function 'validateFileName' argument 1 names different: declaration 'aFile' definition 'tmp'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/dcpp/Util.h:218:43: note: Function 'validateFileName' argument 1 names different: declaration 'aFile' definition 'tmp'.
eiskaltdcpp-2.2.9/dcpp/Util.cpp:379:38: note: Function 'validateFileName' argument 1 names different: declaration 'aFile' definition 'tmp'.
eiskaltdcpp-2.2.9/dcpp/Util.cpp:501:36: style: Function 'decodeUrl' argument 1 names different: declaration 'aUrl' definition 'url'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/dcpp/Util.h:216:41: note: Function 'decodeUrl' argument 1 names different: declaration 'aUrl' definition 'url'.
eiskaltdcpp-2.2.9/dcpp/Util.cpp:501:36: note: Function 'decodeUrl' argument 1 names different: declaration 'aUrl' definition 'url'.
eiskaltdcpp-2.2.9/dcpp/Util.cpp:879:110: style: Function 'findSubString' argument 3 names different: declaration 'start' definition 'pos'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/dcpp/Util.h:415:115: note: Function 'findSubString' argument 3 names different: declaration 'start' definition 'pos'.
eiskaltdcpp-2.2.9/dcpp/Util.cpp:879:110: note: Function 'findSubString' argument 3 names different: declaration 'start' definition 'pos'.
eiskaltdcpp-2.2.9/dht/SearchManager.h:37:9: warning: Member variable 'Search::lifeTime' is not initialized in the constructor. [uninitMemberVar]
eiskaltdcpp-2.2.9/dht/SearchManager.h:37:9: warning: Member variable 'Search::filesize' is not initialized in the constructor. [uninitMemberVar]
eiskaltdcpp-2.2.9/dht/SearchManager.h:37:9: warning: Member variable 'Search::type' is not initialized in the constructor. [uninitMemberVar]
eiskaltdcpp-2.2.9/dht/KBucket.h:44:9: style: Struct 'Node' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/dht/DHT.cpp:436:21: style: Variable 'ip' is assigned a value that is never used. [unreadVariable]
eiskaltdcpp-2.2.9/dht/IndexManager.h:30:9: warning: Member variable 'File::size' is not initialized in the constructor. [uninitMemberVar]
eiskaltdcpp-2.2.9/dht/IndexManager.h:30:9: warning: Member variable 'File::partial' is not initialized in the constructor. [uninitMemberVar]
eiskaltdcpp-2.2.9/dht/DHT.cpp:47:9: performance: Variable 'lastExternalIP' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eiskaltdcpp-2.2.9/dht/UDPSocket.h:68:14: style: Unhandled exception specification when calling function listen(). [unhandledExceptionSpecification]
eiskaltdcpp-2.2.9/dht/DHT.cpp:93:16: note: Unhandled exception specification when calling function listen().
eiskaltdcpp-2.2.9/dht/UDPSocket.h:68:14: note: Unhandled exception specification when calling function listen().
eiskaltdcpp-2.2.9/dht/KBucket.cpp:127:24: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/dht/KBucket.h:98:14: performance: Technically the member function 'dht::KBucket::loadNodes' can be static. [functionStatic]
eiskaltdcpp-2.2.9/dht/KBucket.cpp:313:19: note: Technically the member function 'dht::KBucket::loadNodes' can be static.
eiskaltdcpp-2.2.9/dht/KBucket.h:98:14: note: Technically the member function 'dht::KBucket::loadNodes' can be static.
eiskaltdcpp-2.2.9/dht/KBucket.h:101:14: style: Technically the member function 'dht::KBucket::saveNodes' can be const. [functionConst]
eiskaltdcpp-2.2.9/dht/KBucket.cpp:348:19: note: Technically the member function 'dht::KBucket::saveNodes' can be const.
eiskaltdcpp-2.2.9/dht/KBucket.h:101:14: note: Technically the member function 'dht::KBucket::saveNodes' can be const.
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/ServerThread.cpp:788:17: style: The scope of the variable 'file' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/ServerThread.cpp:992:21: style: The scope of the variable 'file' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/ServerThread.cpp:1016:21: style: The scope of the variable 'file' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/ServerThread.cpp:413:46: style: Function 'on' argument 2 names different: declaration 'cur' definition 'cl'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/ServerThread.h:121:44: note: Function 'on' argument 2 names different: declaration 'cur' definition 'cl'.
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/ServerThread.cpp:413:46: note: Function 'on' argument 2 names different: declaration 'cur' definition 'cl'.
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/ServerThread.cpp:619:70: style: Function 'sendSearchonHubs' argument 2 names different: declaration 'mode' definition 'searchtype'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/ServerThread.h:51:60: note: Function 'sendSearchonHubs' argument 2 names different: declaration 'mode' definition 'searchtype'.
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/ServerThread.cpp:619:70: note: Function 'sendSearchonHubs' argument 2 names different: declaration 'mode' definition 'searchtype'.
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/ServerThread.cpp:619:138: style: Function 'sendSearchonHubs' argument 5 names different: declaration 'size' definition 'lsize'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/ServerThread.h:51:122: note: Function 'sendSearchonHubs' argument 5 names different: declaration 'size' definition 'lsize'.
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/ServerThread.cpp:619:138: note: Function 'sendSearchonHubs' argument 5 names different: declaration 'size' definition 'lsize'.
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/ServerThread.cpp:803:108: style: Function 'getItemSources' argument 4 names different: declaration 'online' definition 'online_tmp'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/ServerThread.h:66:98: note: Function 'getItemSources' argument 4 names different: declaration 'online' definition 'online_tmp'.
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/ServerThread.cpp:803:108: note: Function 'getItemSources' argument 4 names different: declaration 'online' definition 'online_tmp'.
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/ServerThread.cpp:55:15: warning: Member variable 'ServerThread::json_run' is not initialized in the constructor. [uninitMemberVarPrivate]
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.h:19:10: performance: Technically the member function 'JsonRpcMethods::StopDaemon' can be static. [functionStatic]
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.cpp:27:22: note: Technically the member function 'JsonRpcMethods::StopDaemon' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.h:19:10: note: Technically the member function 'JsonRpcMethods::StopDaemon' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.h:20:10: performance: Technically the member function 'JsonRpcMethods::MagnetAdd' can be static. [functionStatic]
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.cpp:38:22: note: Technically the member function 'JsonRpcMethods::MagnetAdd' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.h:20:10: note: Technically the member function 'JsonRpcMethods::MagnetAdd' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.h:21:10: performance: Technically the member function 'JsonRpcMethods::HubAdd' can be static. [functionStatic]
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.cpp:55:22: note: Technically the member function 'JsonRpcMethods::HubAdd' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.h:21:10: note: Technically the member function 'JsonRpcMethods::HubAdd' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.h:22:10: performance: Technically the member function 'JsonRpcMethods::HubDel' can be static. [functionStatic]
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.cpp:65:22: note: Technically the member function 'JsonRpcMethods::HubDel' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.h:22:10: note: Technically the member function 'JsonRpcMethods::HubDel' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.h:23:10: performance: Technically the member function 'JsonRpcMethods::HubSay' can be static. [functionStatic]
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.cpp:76:22: note: Technically the member function 'JsonRpcMethods::HubSay' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.h:23:10: note: Technically the member function 'JsonRpcMethods::HubSay' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.h:24:10: performance: Technically the member function 'JsonRpcMethods::HubSayPM' can be static. [functionStatic]
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.cpp:90:22: note: Technically the member function 'JsonRpcMethods::HubSayPM' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.h:24:10: note: Technically the member function 'JsonRpcMethods::HubSayPM' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.h:25:10: performance: Technically the member function 'JsonRpcMethods::ListHubs' can be static. [functionStatic]
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.cpp:103:22: note: Technically the member function 'JsonRpcMethods::ListHubs' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.h:25:10: note: Technically the member function 'JsonRpcMethods::ListHubs' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.h:26:10: performance: Technically the member function 'JsonRpcMethods::AddDirInShare' can be static. [functionStatic]
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.cpp:115:22: note: Technically the member function 'JsonRpcMethods::AddDirInShare' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.h:26:10: note: Technically the member function 'JsonRpcMethods::AddDirInShare' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.h:27:10: performance: Technically the member function 'JsonRpcMethods::RenameDirInShare' can be static. [functionStatic]
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.cpp:132:22: note: Technically the member function 'JsonRpcMethods::RenameDirInShare' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.h:27:10: note: Technically the member function 'JsonRpcMethods::RenameDirInShare' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.h:28:10: performance: Technically the member function 'JsonRpcMethods::DelDirFromShare' can be static. [functionStatic]
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.cpp:149:22: note: Technically the member function 'JsonRpcMethods::DelDirFromShare' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.h:28:10: note: Technically the member function 'JsonRpcMethods::DelDirFromShare' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.h:29:10: performance: Technically the member function 'JsonRpcMethods::ListShare' can be static. [functionStatic]
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.cpp:162:22: note: Technically the member function 'JsonRpcMethods::ListShare' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.h:29:10: note: Technically the member function 'JsonRpcMethods::ListShare' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.h:30:10: performance: Technically the member function 'JsonRpcMethods::RefreshShare' can be static. [functionStatic]
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.cpp:174:22: note: Technically the member function 'JsonRpcMethods::RefreshShare' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.h:30:10: note: Technically the member function 'JsonRpcMethods::RefreshShare' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.h:31:10: performance: Technically the member function 'JsonRpcMethods::GetFileList' can be static. [functionStatic]
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.cpp:186:22: note: Technically the member function 'JsonRpcMethods::GetFileList' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.h:31:10: note: Technically the member function 'JsonRpcMethods::GetFileList' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.h:32:10: performance: Technically the member function 'JsonRpcMethods::GetChatPub' can be static. [functionStatic]
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.cpp:199:22: note: Technically the member function 'JsonRpcMethods::GetChatPub' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.h:32:10: note: Technically the member function 'JsonRpcMethods::GetChatPub' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.h:33:10: performance: Technically the member function 'JsonRpcMethods::SendSearch' can be static. [functionStatic]
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.cpp:211:22: note: Technically the member function 'JsonRpcMethods::SendSearch' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.h:33:10: note: Technically the member function 'JsonRpcMethods::SendSearch' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.h:34:10: performance: Technically the member function 'JsonRpcMethods::ReturnSearchResults' can be static. [functionStatic]
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.cpp:224:22: note: Technically the member function 'JsonRpcMethods::ReturnSearchResults' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.h:34:10: note: Technically the member function 'JsonRpcMethods::ReturnSearchResults' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.h:35:10: performance: Technically the member function 'JsonRpcMethods::ShowVersion' can be static. [functionStatic]
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.cpp:244:22: note: Technically the member function 'JsonRpcMethods::ShowVersion' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.h:35:10: note: Technically the member function 'JsonRpcMethods::ShowVersion' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.h:36:10: performance: Technically the member function 'JsonRpcMethods::ShowRatio' can be static. [functionStatic]
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.cpp:258:22: note: Technically the member function 'JsonRpcMethods::ShowRatio' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.h:36:10: note: Technically the member function 'JsonRpcMethods::ShowRatio' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.h:37:10: performance: Technically the member function 'JsonRpcMethods::SetPriorityQueueItem' can be static. [functionStatic]
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.cpp:280:22: note: Technically the member function 'JsonRpcMethods::SetPriorityQueueItem' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.h:37:10: note: Technically the member function 'JsonRpcMethods::SetPriorityQueueItem' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.h:38:10: performance: Technically the member function 'JsonRpcMethods::MoveQueueItem' can be static. [functionStatic]
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.cpp:292:22: note: Technically the member function 'JsonRpcMethods::MoveQueueItem' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.h:38:10: note: Technically the member function 'JsonRpcMethods::MoveQueueItem' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.h:39:10: performance: Technically the member function 'JsonRpcMethods::RemoveQueueItem' can be static. [functionStatic]
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.cpp:304:22: note: Technically the member function 'JsonRpcMethods::RemoveQueueItem' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.h:39:10: note: Technically the member function 'JsonRpcMethods::RemoveQueueItem' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.h:40:10: performance: Technically the member function 'JsonRpcMethods::ListQueueTargets' can be static. [functionStatic]
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.cpp:316:22: note: Technically the member function 'JsonRpcMethods::ListQueueTargets' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.h:40:10: note: Technically the member function 'JsonRpcMethods::ListQueueTargets' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.h:41:10: performance: Technically the member function 'JsonRpcMethods::ListQueue' can be static. [functionStatic]
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.cpp:327:22: note: Technically the member function 'JsonRpcMethods::ListQueue' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.h:41:10: note: Technically the member function 'JsonRpcMethods::ListQueue' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.h:42:10: performance: Technically the member function 'JsonRpcMethods::ClearSearchResults' can be static. [functionStatic]
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.cpp:344:22: note: Technically the member function 'JsonRpcMethods::ClearSearchResults' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.h:42:10: note: Technically the member function 'JsonRpcMethods::ClearSearchResults' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.h:43:10: performance: Technically the member function 'JsonRpcMethods::AddQueueItem' can be static. [functionStatic]
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.cpp:356:22: note: Technically the member function 'JsonRpcMethods::AddQueueItem' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.h:43:10: note: Technically the member function 'JsonRpcMethods::AddQueueItem' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.h:44:10: performance: Technically the member function 'JsonRpcMethods::GetSourcesItem' can be static. [functionStatic]
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.cpp:365:22: note: Technically the member function 'JsonRpcMethods::GetSourcesItem' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.h:44:10: note: Technically the member function 'JsonRpcMethods::GetSourcesItem' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.h:45:10: performance: Technically the member function 'JsonRpcMethods::GetHashStatus' can be static. [functionStatic]
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.cpp:378:22: note: Technically the member function 'JsonRpcMethods::GetHashStatus' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.h:45:10: note: Technically the member function 'JsonRpcMethods::GetHashStatus' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.h:46:10: performance: Technically the member function 'JsonRpcMethods::GetMethodList' can be static. [functionStatic]
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.cpp:392:22: note: Technically the member function 'JsonRpcMethods::GetMethodList' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.h:46:10: note: Technically the member function 'JsonRpcMethods::GetMethodList' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.h:47:10: performance: Technically the member function 'JsonRpcMethods::PauseHash' can be static. [functionStatic]
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.cpp:403:22: note: Technically the member function 'JsonRpcMethods::PauseHash' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.h:47:10: note: Technically the member function 'JsonRpcMethods::PauseHash' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.h:48:10: performance: Technically the member function 'JsonRpcMethods::MatchAllLists' can be static. [functionStatic]
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.cpp:415:22: note: Technically the member function 'JsonRpcMethods::MatchAllLists' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.h:48:10: note: Technically the member function 'JsonRpcMethods::MatchAllLists' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.h:49:10: performance: Technically the member function 'JsonRpcMethods::ListHubsFullDesc' can be static. [functionStatic]
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.cpp:425:22: note: Technically the member function 'JsonRpcMethods::ListHubsFullDesc' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.h:49:10: note: Technically the member function 'JsonRpcMethods::ListHubsFullDesc' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.h:50:10: performance: Technically the member function 'JsonRpcMethods::GetHubUserList' can be static. [functionStatic]
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.cpp:443:22: note: Technically the member function 'JsonRpcMethods::GetHubUserList' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.h:50:10: note: Technically the member function 'JsonRpcMethods::GetHubUserList' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.h:51:10: performance: Technically the member function 'JsonRpcMethods::GetUserInfo' can be static. [functionStatic]
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.cpp:454:22: note: Technically the member function 'JsonRpcMethods::GetUserInfo' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/jsonrpcmethods.h:51:10: note: Technically the member function 'JsonRpcMethods::GetUserInfo' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/nasdc.cpp:194:17: warning: The buffer 'pidfile' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/nasdc.cpp:197:17: warning: The buffer 'config_dir' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
eiskaltdcpp-2.2.9/eiskaltdcpp-daemon/nasdc.cpp:200:17: warning: The buffer 'local_dir' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/UserCommandMenu.cc:157:28: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/treeview.hh:72:54: warning: Assert statement calls a function which may have desired side effects: 'col'. [assertWithSideEffect]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/treeview.hh:86:17: warning: Member variable 'Column::id' is not initialized in the constructor. [uninitMemberVar]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/treeview.hh:86:17: warning: Member variable 'Column::type' is not initialized in the constructor. [uninitMemberVar]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/treeview.hh:86:17: warning: Member variable 'Column::width' is not initialized in the constructor. [uninitMemberVar]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/treeview.hh:86:17: warning: Member variable 'Column::pos' is not initialized in the constructor. [uninitMemberVar]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/treeview.hh:86:17: warning: Member variable 'Column::visible' is not initialized in the constructor. [uninitMemberVar]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/treeview.hh:100:17: warning: Member variable 'Column::type' is not initialized in the constructor. [uninitMemberVar]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/treeview.hh:100:17: warning: Member variable 'Column::width' is not initialized in the constructor. [uninitMemberVar]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/treeview.hh:100:17: warning: Member variable 'Column::visible' is not initialized in the constructor. [uninitMemberVar]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/UserCommandMenu.hh:46:14: performance: Technically the member function 'UserCommandMenu::createSubMenu_gui' can be static. [functionStatic]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/UserCommandMenu.cc:117:23: note: Technically the member function 'UserCommandMenu::createSubMenu_gui' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/UserCommandMenu.hh:46:14: note: Technically the member function 'UserCommandMenu::createSubMenu_gui' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/UserCommandMenu.hh:35:20: style: The function 'getContainer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/entry.hh:66:28: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/UserCommandMenu.hh:35:20: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/dialogentry.hh:32:20: style: The function 'getContainer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/entry.hh:66:28: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/dialogentry.hh:32:20: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:43:8: style: The function 'call' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:29:16: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:43:8: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:47:22: style: The function 'getID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:30:30: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:47:22: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:68:8: style: The function 'call' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:29:16: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:68:8: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:72:22: style: The function 'getID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:30:30: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:72:22: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:95:8: style: The function 'call' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:29:16: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:95:8: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:99:22: style: The function 'getID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:30:30: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:99:22: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:124:8: style: The function 'call' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:29:16: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:124:8: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:128:22: style: The function 'getID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:30:30: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:128:22: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:190:8: style: The function 'call' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:29:16: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:190:8: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:194:22: style: The function 'getID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:30:30: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:194:22: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:226:8: style: The function 'call' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:29:16: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:226:8: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:230:22: style: The function 'getID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:30:30: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:230:22: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:264:8: style: The function 'call' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:29:16: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:264:8: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:268:22: style: The function 'getID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:30:30: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:268:22: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:306:8: style: The function 'call' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:29:16: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:306:8: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:311:22: style: The function 'getID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:30:30: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:311:22: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:351:8: style: The function 'call' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:29:16: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:351:8: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:356:22: style: The function 'getID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:30:30: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:356:22: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/transfers.hh:49:20: style: The function 'getContainer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/entry.hh:66:28: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/transfers.hh:49:20: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/transfers.hh:50:22: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/entry.hh:68:22: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/transfers.hh:50:22: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/mainwindow.hh:52:20: style: The function 'getContainer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/entry.hh:66:28: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/mainwindow.hh:52:20: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/mainwindow.hh:55:14: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/entry.hh:68:22: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/mainwindow.hh:55:14: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:156:0: style: The function 'call' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:29:16: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:156:0: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:160:0: style: The function 'getID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:30:30: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:160:0: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/transfers.hh:55:53: performance: Function parameter 'cid' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/transfers.hh:59:55: performance: Function parameter 'cid' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/transfers.hh:61:49: performance: Function parameter 'target' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/transfers.hh:61:75: performance: Function parameter 'status' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/mainwindow.hh:64:54: performance: Function parameter 'primaryText' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/mainwindow.hh:64:85: performance: Function parameter 'secondaryText' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:146:0: performance: Function parameter 'param1' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:146:0: performance: Function parameter 'param2' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:146:0: performance: Function parameter 'param3' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/UserCommandMenu.cc:53:24: error: Uninitialized struct member: u.size [uninitStructMember]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsmanager.hh:49:28: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsmanager.hh:49:46: performance: Function parameter 'app' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsmanager.hh:49:63: performance: Function parameter 'ext' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/adlsearch.cc:126:20: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/adlsearch.cc:146:20: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/adlsearch.cc:179:20: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/adlsearch.cc:316:20: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/adlsearch.cc:348:20: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/adlsearch.cc:378:20: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/adlsearch.cc:403:20: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/adlsearch.cc:424:20: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/adlsearch.cc:445:20: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/adlsearch.cc:229:26: style: Unused variable: sourceTypeString [unusedVariable]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:156:8: style: The function 'call' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:29:16: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:156:8: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:160:22: style: The function 'getID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:30:30: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:160:22: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/bookentry.hh:32:20: style: The function 'getContainer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/entry.hh:66:28: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/bookentry.hh:32:20: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/bookentry.hh:44:22: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/entry.hh:68:22: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/bookentry.hh:44:22: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/adlsearch.hh:35:22: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/bookentry.hh:44:22: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/adlsearch.hh:35:22: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/bacon-message-connection.c:226:18: style: The scope of the variable 'newfile' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/bookentry.cc:79:13: style: Variable 'group' is assigned a value that is never used. [unreadVariable]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/bookentry.hh:39:28: style: Technically the member function 'BookEntry::getLabelText' can be const. [functionConst]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/bookentry.cc:221:26: note: Technically the member function 'BookEntry::getLabelText' can be const.
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/bookentry.hh:39:28: note: Technically the member function 'BookEntry::getLabelText' can be const.
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/cmddebug.cc:120:21: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/cmddebug.cc:131:21: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/cmddebug.cc:147:12: style: Unused variable: message [unusedVariable]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/cmddebug.hh:38:22: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/bookentry.hh:44:22: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/cmddebug.hh:38:22: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:68:0: style: The function 'call' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:29:16: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:68:0: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:72:0: style: The function 'getID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:30:30: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:72:0: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:61:0: performance: Function parameter 'param1' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/dialogentry.hh:34:14: style: Technically the member function 'DialogEntry::getResponseID' can be const. [functionConst]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/dialogentry.cc:64:19: note: Technically the member function 'DialogEntry::getResponseID' can be const.
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/dialogentry.hh:34:14: note: Technically the member function 'DialogEntry::getResponseID' can be const.
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/downloadqueue.cc:512:25: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/downloadqueue.cc:520:25: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/downloadqueue.cc:541:25: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/downloadqueue.cc:576:25: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/downloadqueue.cc:595:25: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/downloadqueue.cc:612:25: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/downloadqueue.cc:634:25: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/downloadqueue.cc:663:25: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/downloadqueue.cc:701:25: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/downloadqueue.cc:717:25: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/downloadqueue.cc:743:25: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/downloadqueue.cc:777:25: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/downloadqueue.cc:863:25: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/downloadqueue.cc:902:25: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/downloadqueue.cc:928:25: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/downloadqueue.cc:954:25: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/downloadqueue.cc:980:25: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/downloadqueue.cc:1006:25: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/downloadqueue.cc:1032:25: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/downloadqueue.cc:719:18: style: The scope of the variable 'path' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/downloadqueue.cc:744:18: style: The scope of the variable 'path' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/downloadqueue.cc:867:18: style: The scope of the variable 'path' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/downloadqueue.cc:906:18: style: The scope of the variable 'path' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/downloadqueue.cc:932:18: style: The scope of the variable 'path' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/downloadqueue.cc:958:18: style: The scope of the variable 'path' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/downloadqueue.cc:984:18: style: The scope of the variable 'path' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/downloadqueue.cc:1010:18: style: The scope of the variable 'path' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/downloadqueue.cc:1036:18: style: The scope of the variable 'path' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/downloadqueue.cc:1086:17: style: The scope of the variable 'file' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/downloadqueue.cc:1112:17: style: The scope of the variable 'file' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/downloadqueue.cc:1223:17: style: The scope of the variable 'file' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/downloadqueue.cc:412:43: style: Function 'removeFile_gui' argument 1 names different: declaration 'path' definition 'target'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/downloadqueue.hh:47:41: note: Function 'removeFile_gui' argument 1 names different: declaration 'path' definition 'target'.
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/downloadqueue.cc:412:43: note: Function 'removeFile_gui' argument 1 names different: declaration 'path' definition 'target'.
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/downloadqueue.cc:661:55: style: Function 'onDirMoveClicked_gui' argument 1 names different: declaration 'item' definition 'menuItem'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/downloadqueue.hh:60:55: note: Function 'onDirMoveClicked_gui' argument 1 names different: declaration 'item' definition 'menuItem'.
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/downloadqueue.cc:661:55: note: Function 'onDirMoveClicked_gui' argument 1 names different: declaration 'item' definition 'menuItem'.
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/downloadqueue.cc:775:56: style: Function 'onFileMoveClicked_gui' argument 1 names different: declaration 'item' definition 'menuItem'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/downloadqueue.hh:64:56: note: Function 'onFileMoveClicked_gui' argument 1 names different: declaration 'item' definition 'menuItem'.
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/downloadqueue.cc:775:56: note: Function 'onFileMoveClicked_gui' argument 1 names different: declaration 'item' definition 'menuItem'.
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/downloadqueue.hh:36:22: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/bookentry.hh:44:22: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/downloadqueue.hh:36:22: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/search.hh:43:22: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/bookentry.hh:44:22: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/search.hh:43:22: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:95:0: style: The function 'call' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:29:16: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:95:0: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:99:0: style: The function 'getID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:30:30: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:99:0: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:87:0: performance: Function parameter 'param1' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:87:0: performance: Function parameter 'param2' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/emoticons.cc:55:5: performance: Variable 'currPackName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/emoticons.hh:41:21: style: Technically the member function 'Emot::getFile' can be const. [functionConst]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/emoticons.hh:62:13: style: Technically the member function 'Emoticons::getCountFile_gui' can be const. [functionConst]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/emoticons.hh:63:14: style: Technically the member function 'Emoticons::useEmoticons_gui' can be const. [functionConst]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/emoticons.hh:64:21: style: Technically the member function 'Emoticons::getCurrPackName_gui' can be const. [functionConst]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/emoticons.hh:36:40: performance: Function parameter 'file' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/emoticonsdialog.cc:147:27: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/emoticonsdialog.cc:379:27: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/emoticonsdialog.cc:397:27: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/emoticonsdialog.cc:37:18: warning: Member variable 'EmoticonsDialog::icon_width' is not initialized in the constructor. [uninitMemberVar]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/emoticonsdialog.cc:37:18: warning: Member variable 'EmoticonsDialog::icon_height' is not initialized in the constructor. [uninitMemberVar]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/emoticonsdialog.hh:50:14: performance: Technically the member function 'EmoticonsDialog::addPacksMenu' can be static. [functionStatic]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/emoticonsdialog.cc:71:23: note: Technically the member function 'EmoticonsDialog::addPacksMenu' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/emoticonsdialog.hh:50:14: note: Technically the member function 'EmoticonsDialog::addPacksMenu' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/entry.hh:64:25: style: Technically the member function 'Entry::getType' can be const. [functionConst]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/entry.cc:54:31: note: Technically the member function 'Entry::getType' can be const.
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/entry.hh:64:25: note: Technically the member function 'Entry::getType' can be const.
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/entry.hh:65:28: style: Technically the member function 'Entry::getID' can be const. [functionConst]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/entry.cc:59:22: note: Technically the member function 'Entry::getID' can be const.
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/entry.hh:65:28: note: Technically the member function 'Entry::getID' can be const.
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/favoritehubs.cc:200:24: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/favoritehubs.cc:207:24: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/favoritehubs.cc:239:24: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/favoritehubs.cc:269:24: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/favoritehubs.cc:299:24: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/favoritehubs.cc:443:24: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/favoritehubs.cc:478:24: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/favoritehubs.cc:489:24: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/favoritehubs.hh:36:22: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/bookentry.hh:44:22: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/favoritehubs.hh:36:22: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/favoritehubs.cc:148:43: performance: Function parameter 'address' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/favoriteusers.cc:128:25: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/favoriteusers.cc:147:25: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/favoriteusers.cc:168:25: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/favoriteusers.cc:199:25: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/favoriteusers.cc:228:25: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/favoriteusers.cc:257:25: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/favoriteusers.cc:283:25: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/favoriteusers.cc:311:25: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/favoriteusers.cc:335:25: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/favoriteusers.cc:361:25: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/favoriteusers.cc:412:25: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/favoriteusers.cc:467:25: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/favoriteusers.cc:204:22: style: The scope of the variable 'path' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/favoriteusers.cc:233:22: style: The scope of the variable 'path' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/favoriteusers.cc:262:22: style: The scope of the variable 'path' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/favoriteusers.cc:288:22: style: The scope of the variable 'path' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/favoriteusers.cc:316:22: style: The scope of the variable 'path' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/favoriteusers.cc:340:22: style: The scope of the variable 'path' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/favoriteusers.cc:418:22: style: The scope of the variable 'path' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/favoriteusers.hh:36:16: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/bookentry.hh:44:22: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/favoriteusers.hh:36:16: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:124:0: style: The function 'call' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:29:16: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:124:0: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:128:0: style: The function 'getID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:30:30: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:128:0: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/favoriteusers.cc:483:53: performance: Function parameter 'cid' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/favoriteusers.cc:483:71: performance: Function parameter 'hubUrl' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/favoriteusers.cc:506:51: performance: Function parameter 'cid' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/favoriteusers.cc:506:69: performance: Function parameter 'hubUrl' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/favoriteusers.cc:518:61: performance: Function parameter 'cid' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/favoriteusers.cc:528:58: performance: Function parameter 'cid' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/favoriteusers.cc:538:60: performance: Function parameter 'cid' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/favoriteusers.cc:548:60: performance: Function parameter 'cid' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/favoriteusers.cc:548:78: performance: Function parameter 'description' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/favoriteusers.cc:599:57: performance: Function parameter 'cid' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/favoriteusers.cc:610:48: performance: Function parameter 'text' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:115:0: performance: Function parameter 'param1' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:115:0: performance: Function parameter 'param2' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/finishedtransfers.cc:288:29: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/finishedtransfers.cc:323:29: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/finishedtransfers.cc:378:29: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/finishedtransfers.cc:444:29: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/finishedtransfers.cc:469:29: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/finishedtransfers.cc:495:6: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/finishedtransfers.cc:500:29: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/finishedtransfers.cc:526:29: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/finishedtransfers.cc:620:29: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/finishedtransfers.cc:476:18: style: The scope of the variable 'path' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/finishedtransfers.cc:507:18: style: The scope of the variable 'path' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/finishedtransfers.cc:546:18: style: The scope of the variable 'path' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/finishedtransfers.cc:578:47: style: Function 'removeUser_gui' argument 1 names different: declaration 'cid' definition 'target'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/finishedtransfers.hh:49:41: note: Function 'removeUser_gui' argument 1 names different: declaration 'cid' definition 'target'.
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/finishedtransfers.cc:578:47: note: Function 'removeUser_gui' argument 1 names different: declaration 'cid' definition 'target'.
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/previewmenu.hh:27:9: style: Class 'PreviewMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/finishedtransfers.hh:40:22: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/bookentry.hh:44:22: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/finishedtransfers.hh:40:22: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:43:0: style: The function 'call' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:29:16: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:43:0: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:47:0: style: The function 'getID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:30:30: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:47:0: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/finishedtransfers.cc:578:47: performance: Function parameter 'target' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/finishedtransfers.cc:597:47: performance: Function parameter 'target' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hashdialog.cc:114:19: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hashdialog.hh:34:9: style: Class 'Hash' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hub.cc:794:23: warning: Either the condition '(temp)==NULL' is redundant or there is possible null pointer dereference: temp. [nullPointerRedundantCheck]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hub.cc:792:14: note: Assuming that condition '(temp)==NULL' is not redundant
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hub.cc:794:23: note: Null pointer dereference
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hub.cc:622:16: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hub.cc:1416:16: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hub.cc:1428:16: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hub.cc:1451:16: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hub.cc:1480:16: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hub.cc:1521:16: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hub.cc:1620:16: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hub.cc:1664:16: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hub.cc:1686:16: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hub.cc:1708:16: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hub.cc:1731:16: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hub.cc:1740:16: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hub.cc:1749:16: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hub.cc:1787:16: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hub.cc:1798:16: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hub.cc:1821:16: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hub.cc:2381:16: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hub.cc:2412:16: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hub.cc:2442:16: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hub.cc:2470:16: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hub.cc:2498:16: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hub.cc:2524:16: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hub.cc:2552:16: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hub.cc:2580:16: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hub.cc:2587:16: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hub.cc:2594:16: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hub.cc:2601:16: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hub.cc:2608:16: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hub.cc:2614:16: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hub.cc:2626:16: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hub.cc:2641:16: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hub.cc:2648:16: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hub.cc:2677:16: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hub.cc:2684:16: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hub.cc:2694:16: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hub.cc:2733:16: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hub.cc:3202:15: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hub.cc:3240:15: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hub.cc:3255:15: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hub.cc:3284:15: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hub.cc:3303:16: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hub.cc:3337:16: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hub.cc:3344:16: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hub.cc:3351:16: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hub.cc:3690:16: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hub.cc:3699:16: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hub.cc:1069:10: style: The scope of the variable 'search' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hub.cc:1823:9: style: The scope of the variable 'func' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hub.cc:1827:9: style: The scope of the variable 'func3' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hub.cc:2387:22: style: The scope of the variable 'path' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hub.cc:2418:22: style: The scope of the variable 'path' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hub.cc:2448:22: style: The scope of the variable 'path' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hub.cc:2476:22: style: The scope of the variable 'path' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hub.cc:2504:22: style: The scope of the variable 'path' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hub.cc:2530:22: style: The scope of the variable 'path' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hub.cc:2558:22: style: The scope of the variable 'path' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hub.cc:2700:22: style: The scope of the variable 'path' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hub.cc:2739:22: style: The scope of the variable 'path' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hub.cc:3705:22: style: The scope of the variable 'path' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hub.cc:1526:19: style: Unsigned variable 'index' can't be negative so it is unnecessary to test it. [unsignedPositive]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hub.cc:1536:19: style: Unsigned variable 'index' can't be negative so it is unnecessary to test it. [unsignedPositive]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hub.cc:1519:46: style: Function 'onEntryKeyPress_gui' argument 1 names different: declaration 'widget' definition 'entry'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hub.hh:112:56: note: Function 'onEntryKeyPress_gui' argument 1 names different: declaration 'widget' definition 'entry'.
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hub.cc:1519:46: note: Function 'onEntryKeyPress_gui' argument 1 names different: declaration 'widget' definition 'entry'.
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hub.cc:2823:62: style: Function 'addPrivateMessage_gui' argument 2 names different: declaration 'nick' definition 'CID'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hub.hh:100:70: note: Function 'addPrivateMessage_gui' argument 2 names different: declaration 'nick' definition 'CID'.
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hub.cc:2823:62: note: Function 'addPrivateMessage_gui' argument 2 names different: declaration 'nick' definition 'CID'.
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hub.hh:47:22: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/bookentry.hh:44:22: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hub.hh:47:22: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/privatemessage.hh:39:22: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/bookentry.hh:44:22: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/privatemessage.hh:39:22: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:226:0: style: The function 'call' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:29:16: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:226:0: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:230:0: style: The function 'getID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:30:30: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:230:0: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hub.cc:667:33: performance: Function parameter 'cid' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hub.cc:719:38: performance: Function parameter 'cid' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hub.cc:2831:47: performance: Function parameter 'cid' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hub.cc:2841:50: performance: Function parameter 'cid' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hub.cc:3356:40: performance: Function parameter 'ch' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:214:0: performance: Function parameter 'param2' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:214:0: performance: Function parameter 'param3' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:214:0: performance: Function parameter 'param4' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:214:0: performance: Function parameter 'param5' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:146:0: performance: Function parameter 'param4' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/mainwindow.cc:1134:22: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/mainwindow.cc:1347:22: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/mainwindow.cc:1361:22: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/mainwindow.cc:1367:22: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/mainwindow.cc:1373:22: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/mainwindow.cc:1394:22: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/mainwindow.cc:1518:22: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/mainwindow.cc:1539:22: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/mainwindow.cc:1544:28: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/mainwindow.cc:1554:22: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/mainwindow.cc:1594:21: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/mainwindow.cc:1614:21: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/mainwindow.cc:1634:21: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/mainwindow.cc:1652:21: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/mainwindow.cc:1672:21: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/mainwindow.cc:1713:22: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/mainwindow.cc:1766:28: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/mainwindow.cc:1776:22: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/mainwindow.cc:1798:22: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/mainwindow.cc:1800:24: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/mainwindow.cc:1827:22: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/mainwindow.cc:1841:22: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/mainwindow.cc:1863:22: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/mainwindow.cc:1869:22: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/mainwindow.cc:1875:22: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/mainwindow.cc:1881:22: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/mainwindow.cc:1941:22: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/mainwindow.cc:1959:22: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/mainwindow.cc:1965:22: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/mainwindow.cc:1971:22: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/mainwindow.cc:1977:22: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/mainwindow.cc:1983:22: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/mainwindow.cc:1989:22: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/mainwindow.cc:1995:22: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/mainwindow.cc:2008:22: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/mainwindow.cc:2043:22: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/mainwindow.cc:2054:23: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/mainwindow.cc:2061:23: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/mainwindow.cc:2067:22: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/mainwindow.cc:2072:28: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/mainwindow.cc:2084:22: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/mainwindow.cc:2089:28: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/mainwindow.cc:2098:22: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/mainwindow.cc:2104:22: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/mainwindow.cc:2110:22: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/mainwindow.cc:2122:22: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/mainwindow.cc:2144:24: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/mainwindow.cc:2150:22: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/mainwindow.cc:2169:22: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/mainwindow.cc:2176:22: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/mainwindow.cc:2205:22: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/mainwindow.cc:2223:21: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/mainwindow.cc:2405:21: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/mainwindow.cc:2416:21: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/mainwindow.cc:2475:22: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/mainwindow.cc:2488:22: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/mainwindow.cc:2501:22: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/mainwindow.cc:2514:22: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/mainwindow.cc:2526:22: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/mainwindow.cc:2539:22: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/mainwindow.cc:2229:23: style: The scope of the variable 'hub' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/mainwindow.cc:2465:21: error: Deallocation of an auto-variable results in undefined behaviour. [autovarInvalidDeallocation]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/sharebrowser.hh:135:17: style: Class 'ItemInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/sharebrowser.hh:147:17: style: Class 'ItemInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/publichubs.hh:37:22: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/bookentry.hh:44:22: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/publichubs.hh:37:22: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/searchspy.hh:38:22: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/bookentry.hh:44:22: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/searchspy.hh:38:22: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/sharebrowser.hh:38:22: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/bookentry.hh:44:22: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/sharebrowser.hh:38:22: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/uploadqueue.hh:36:22: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/bookentry.hh:44:22: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/uploadqueue.hh:36:22: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:190:0: style: The function 'call' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:29:16: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:190:0: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:194:0: style: The function 'getID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:30:30: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:194:0: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/favoriteusers.hh:45:49: performance: Function parameter 'cid' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/favoriteusers.hh:46:40: performance: Function parameter 'text' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/favoriteusers.hh:63:45: performance: Function parameter 'cid' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/favoriteusers.hh:63:68: performance: Function parameter 'hubUrl' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/favoriteusers.hh:64:43: performance: Function parameter 'cid' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/favoriteusers.hh:64:66: performance: Function parameter 'hubUrl' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/favoriteusers.hh:65:53: performance: Function parameter 'cid' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/favoriteusers.hh:66:52: performance: Function parameter 'cid' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/favoriteusers.hh:67:50: performance: Function parameter 'cid' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/favoriteusers.hh:68:52: performance: Function parameter 'cid' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/favoriteusers.hh:68:75: performance: Function parameter 'description' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hub.hh:90:46: performance: Function parameter 'cid' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hub.hh:157:55: performance: Function parameter 'cid' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/hub.hh:158:58: performance: Function parameter 'cid' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/searchspy.hh:49:54: performance: Function parameter 'search' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/searchspy.hh:49:80: performance: Function parameter 'type' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/searchspy.hh:50:46: performance: Function parameter 'text' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/uploadqueue.hh:41:42: performance: Function parameter 'file' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/uploadqueue.hh:56:49: performance: Function parameter 'cid' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/uploadqueue.hh:57:51: performance: Function parameter 'cid' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/uploadqueue.hh:58:54: performance: Function parameter 'cid' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/uploadqueue.hh:59:55: performance: Function parameter 'cid' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/mainwindow.cc:749:53: performance: Function parameter 'download' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/mainwindow.cc:749:70: performance: Function parameter 'upload' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/mainwindow.cc:983:75: performance: Function parameter 'cid' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/mainwindow.cc:1042:59: performance: Function parameter 'path' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/mainwindow.cc:1500:53: performance: Function parameter 'primaryText' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/mainwindow.cc:1500:79: performance: Function parameter 'secondaryText' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:179:0: performance: Function parameter 'param1' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:179:0: performance: Function parameter 'param2' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:179:0: performance: Function parameter 'param3' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:179:0: performance: Function parameter 'param4' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:179:0: performance: Function parameter 'param5' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:115:0: performance: Function parameter 'param3' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/notify.cc:226:22: style: Variable 'message' is assigned a value that is never used. [unreadVariable]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/notify.hh:66:9: warning: Member variable 'Notify::icon_width' is not initialized in the constructor. [uninitMemberVar]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/notify.hh:66:9: warning: Member variable 'Notify::icon_height' is not initialized in the constructor. [uninitMemberVar]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/notify.hh:66:9: warning: Member variable 'Notify::currIconSize' is not initialized in the constructor. [uninitMemberVar]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/notify.hh:66:9: warning: Member variable 'Notify::notification' is not initialized in the constructor. [uninitMemberVar]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/notify.hh:88:21: style: Unused private function: 'Notify::onAction' [unusedPrivateFunction]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/notify.hh:78:14: performance: Technically the member function 'Notify::finalize' can be static. [functionStatic]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/notify.cc:86:14: note: Technically the member function 'Notify::finalize' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/notify.hh:78:14: note: Technically the member function 'Notify::finalize' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/privatemessage.cc:465:23: warning: Either the condition '(temp)==NULL' is redundant or there is possible null pointer dereference: temp. [nullPointerRedundantCheck]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/privatemessage.cc:463:14: note: Assuming that condition '(temp)==NULL' is not redundant
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/privatemessage.cc:465:23: note: Null pointer dereference
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/privatemessage.cc:862:26: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/privatemessage.cc:878:26: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/privatemessage.cc:1051:26: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/privatemessage.cc:1083:26: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/privatemessage.cc:1113:26: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/privatemessage.cc:1143:26: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/privatemessage.cc:1174:26: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/privatemessage.cc:1183:26: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/privatemessage.cc:1192:26: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/privatemessage.cc:1231:26: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/privatemessage.cc:1242:26: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/privatemessage.cc:1261:26: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/privatemessage.cc:1268:26: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/privatemessage.cc:1275:26: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/privatemessage.cc:1282:26: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/privatemessage.cc:1289:26: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/privatemessage.cc:1295:26: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/privatemessage.cc:1324:26: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/privatemessage.cc:1331:26: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/privatemessage.cc:1346:26: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/privatemessage.cc:1358:26: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/privatemessage.cc:569:10: style: The scope of the variable 'search' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/privatemessage.cc:1058:19: style: Unsigned variable 'index' can't be negative so it is unnecessary to test it. [unsignedPositive]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/privatemessage.cc:1069:19: style: Unsigned variable 'index' can't be negative so it is unnecessary to test it. [unsignedPositive]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/privatemessage.cc:299:70: style: Function 'addLine_gui' argument 2 names different: declaration 'line' definition 'message'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/privatemessage.hh:67:67: note: Function 'addLine_gui' argument 2 names different: declaration 'line' definition 'message'.
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/privatemessage.cc:299:70: note: Function 'addLine_gui' argument 2 names different: declaration 'line' definition 'message'.
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/privatemessage.cc:199:44: performance: Function parameter 'message' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/privatemessage.cc:245:50: performance: Function parameter 'message' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/publichubs.cc:191:22: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/publichubs.cc:200:22: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/publichubs.cc:213:22: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/publichubs.cc:233:22: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/publichubs.cc:253:22: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/publichubs.cc:267:22: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/publichubs.cc:279:22: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/publichubs.cc:289:22: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/publichubs.cc:314:22: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/publichubs.cc:358:22: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/publichubs.cc:373:22: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/publichubs.cc:388:22: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/publichubs.cc:401:22: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/publichubs.cc:410:22: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/publichubs.cc:183:39: performance: Function parameter 'statusBar' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/search.cc:944:17: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/search.cc:954:17: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/search.cc:975:17: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/search.cc:989:17: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/search.cc:1017:17: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/search.cc:1035:17: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/search.cc:1044:17: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/search.cc:1066:17: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/search.cc:1073:17: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/search.cc:1100:17: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/search.cc:1114:17: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/search.cc:1124:17: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/search.cc:1141:17: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/search.cc:1150:17: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/search.cc:1159:17: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/search.cc:1189:17: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/search.cc:1229:17: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/search.cc:1269:17: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/search.cc:1309:17: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/search.cc:1368:17: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/search.cc:1397:17: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/search.cc:1432:17: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/search.cc:1467:17: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/search.cc:1501:17: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/search.cc:1534:17: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/search.cc:1569:17: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/search.cc:1603:17: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/search.cc:1640:17: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/search.cc:1682:17: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/search.cc:1996:17: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/search.cc:2095:17: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/search.cc:2107:17: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/search.cc:903:18: style: The scope of the variable 'path' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/search.cc:1196:22: style: The scope of the variable 'path' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/search.cc:1235:22: style: The scope of the variable 'path' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/search.cc:1276:22: style: The scope of the variable 'path' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/search.cc:1334:26: style: The scope of the variable 'path' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/search.cc:1374:22: style: The scope of the variable 'path' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/search.cc:1403:22: style: The scope of the variable 'path' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/search.cc:1438:22: style: The scope of the variable 'path' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/search.cc:1473:22: style: The scope of the variable 'path' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/search.cc:1507:22: style: The scope of the variable 'path' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/search.cc:1541:22: style: The scope of the variable 'path' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/search.cc:1575:22: style: The scope of the variable 'path' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/search.cc:1610:22: style: The scope of the variable 'path' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/search.cc:1690:22: style: The scope of the variable 'path' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/search.cc:445:93: style: Function 'setProgress_gui' argument 3 names different: declaration 'fraction' definition 'fract'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/search.hh:69:93: note: Function 'setProgress_gui' argument 3 names different: declaration 'fraction' definition 'fract'.
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/search.cc:445:93: note: Function 'setProgress_gui' argument 3 names different: declaration 'fraction' definition 'fract'.
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/search.cc:1042:54: style: Function 'onGroupByComboBoxChanged_gui' argument 1 names different: declaration 'widget' definition 'comboBox'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/search.hh:87:61: note: Function 'onGroupByComboBoxChanged_gui' argument 1 names different: declaration 'widget' definition 'comboBox'.
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/search.cc:1042:54: note: Function 'onGroupByComboBoxChanged_gui' argument 1 names different: declaration 'widget' definition 'comboBox'.
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/search.cc:1648:29: style: Unused variable: remove [unusedVariable]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/search.cc:285:35: performance: Function parameter 'url' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/search.cc:439:35: performance: Function parameter 'statusBar' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:214:0: performance: Function parameter 'param1' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/func.hh:214:0: performance: Function parameter 'param6' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/searchspy.cc:407:21: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/searchspy.cc:443:20: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/searchspy.cc:456:20: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/searchspy.cc:462:20: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/searchspy.cc:486:20: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/searchspy.cc:499:20: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/searchspy.cc:508:20: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/searchspy.cc:521:20: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/searchspy.cc:554:20: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/searchspy.cc:588:20: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/searchspy.cc:609:20: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/searchspy.cc:630:20: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/searchspy.cc:527:22: style: The scope of the variable 'path' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/searchspy.cc:41:5: performance: Variable 'FrameSize' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/searchspy.cc:242:52: performance: Function parameter 'search' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/searchspy.cc:242:73: performance: Function parameter 'type' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/searchspy.cc:395:44: performance: Function parameter 'text' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:1783:23: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:1804:23: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:1837:23: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:2003:23: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:2028:23: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:2079:23: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:2127:23: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:2154:23: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:2180:23: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:2218:23: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:2231:23: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:2247:23: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:2260:19: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:2268:19: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:2285:19: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:2322:19: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:2338:19: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:2354:19: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:2380:19: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:2394:19: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:2431:19: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:2464:19: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:2494:19: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:2502:19: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:2526:19: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:2535:19: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:2574:19: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:2584:23: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:2600:23: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:2617:23: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:2635:23: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:2876:19: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:2903:19: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:2920:19: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:2926:19: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:2932:19: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:2938:19: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:2944:19: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:2950:19: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:2984:19: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:3000:19: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:3018:19: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:3036:19: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:3068:19: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:3106:18: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:3494:19: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:3508:19: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:3523:19: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:3537:19: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:3551:19: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:3565:19: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:3579:19: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:3598:19: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:3617:19: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:3649:19: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:3664:19: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:3680:19: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:3694:19: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:3703:19: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:3713:19: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:3759:19: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:3776:19: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:3802:19: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:3818:19: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:3831:19: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:3875:19: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:3893:19: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:3903:19: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:3913:19: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:3923:19: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:3933:19: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:3943:19: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:3978:19: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:4065:19: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:4089:19: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:4111:19: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:4129:19: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:4145:19: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:4161:19: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:4177:19: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:4193:19: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:4202:19: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:4221:19: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:4240:19: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:4259:19: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:4327:19: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:4342:19: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:4351:19: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:4361:19: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:2686:9: style: The scope of the variable 'bolt' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:2686:15: style: The scope of the variable 'italic' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:3844:17: style: The scope of the variable 'size' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:3829:62: style: Function 'onShareHiddenPressed_gui' argument 1 names different: declaration 'button' definition 'togglebutton'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.hh:104:67: note: Function 'onShareHiddenPressed_gui' argument 1 names different: declaration 'button' definition 'togglebutton'.
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:3829:62: note: Function 'onShareHiddenPressed_gui' argument 1 names different: declaration 'button' definition 'togglebutton'.
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.hh:44:14: performance: Technically the member function 'Settings::addOption_gui' can be static. [functionStatic]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:663:16: note: Technically the member function 'Settings::addOption_gui' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.hh:44:14: note: Technically the member function 'Settings::addOption_gui' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.hh:46:14: performance: Technically the member function 'Settings::addOption_gui' can be static. [functionStatic]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:583:16: note: Technically the member function 'Settings::addOption_gui' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.hh:46:14: note: Technically the member function 'Settings::addOption_gui' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.hh:49:14: performance: Technically the member function 'Settings::addOption_gui' can be static. [functionStatic]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:554:16: note: Technically the member function 'Settings::addOption_gui' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.hh:49:14: note: Technically the member function 'Settings::addOption_gui' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.hh:50:14: performance: Technically the member function 'Settings::addOption_gui' can be static. [functionStatic]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:568:16: note: Technically the member function 'Settings::addOption_gui' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.hh:50:14: note: Technically the member function 'Settings::addOption_gui' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.hh:54:14: performance: Technically the member function 'Settings::addOption_gui' can be static. [functionStatic]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:641:16: note: Technically the member function 'Settings::addOption_gui' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.hh:54:14: note: Technically the member function 'Settings::addOption_gui' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.hh:182:14: performance: Technically the member function 'Settings::removeUserCommand_client' can be static. [functionStatic]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:4295:16: note: Technically the member function 'Settings::removeUserCommand_client' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.hh:182:14: note: Technically the member function 'Settings::removeUserCommand_client' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.hh:183:14: performance: Technically the member function 'Settings::moveUserCommand_client' can be static. [functionStatic]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:4304:16: note: Technically the member function 'Settings::moveUserCommand_client' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.hh:183:14: note: Technically the member function 'Settings::moveUserCommand_client' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.hh:184:14: performance: Technically the member function 'Settings::generateCertificates_client' can be static. [functionStatic]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:4314:16: note: Technically the member function 'Settings::generateCertificates_client' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.hh:184:14: note: Technically the member function 'Settings::generateCertificates_client' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.hh:36:9: style: Class 'Settings' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:1980:46: performance: Function parameter 'ext' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.cc:3469:45: performance: Function parameter 'error' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/sharebrowser.cc:182:25: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/sharebrowser.cc:740:24: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/sharebrowser.cc:762:24: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/sharebrowser.cc:775:24: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/sharebrowser.cc:788:24: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/sharebrowser.cc:823:24: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/sharebrowser.cc:860:21: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/sharebrowser.cc:866:24: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/sharebrowser.cc:895:24: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/sharebrowser.cc:904:24: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/sharebrowser.cc:910:24: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/sharebrowser.cc:937:24: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/sharebrowser.cc:944:24: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/sharebrowser.cc:950:24: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/sharebrowser.cc:977:24: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/sharebrowser.cc:984:24: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/sharebrowser.cc:1013:24: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/sharebrowser.cc:1047:23: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/sharebrowser.cc:1119:22: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/sharebrowser.cc:457:18: style: The scope of the variable 'path' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/sharebrowser.cc:496:34: style: The scope of the variable 'dir' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/sharebrowser.cc:986:18: style: The scope of the variable 'path' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/sharebrowser.cc:1015:18: style: The scope of the variable 'path' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/sharebrowser.cc:1049:17: style: The scope of the variable 'path' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/sharebrowser.cc:1121:18: style: The scope of the variable 'path' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/sharebrowser.cc:1194:18: style: The scope of the variable 'treepath' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/sharebrowser.cc:1223:34: style: The scope of the variable 'dirList' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/sharebrowser.cc:1123:12: style: Unused variable: name [unusedVariable]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/sharebrowser.cc:1198:17: style: Variable 'path2' is assigned a value that is never used. [unreadVariable]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/sharebrowser.hh:58:14: style: Technically the member function 'ShareBrowser::isFull' can be const. [functionConst]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/sharebrowser.cc:169:20: note: Technically the member function 'ShareBrowser::isFull' can be const.
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/sharebrowser.hh:58:14: note: Technically the member function 'ShareBrowser::isFull' can be const.
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/sharebrowser.cc:402:41: performance: Function parameter 'statusBar' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/sound.hh:49:14: performance: Technically the member function 'Sound::playSound' can be static. [functionStatic]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/sound.cc:138:13: note: Technically the member function 'Sound::playSound' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/sound.hh:49:14: note: Technically the member function 'Sound::playSound' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/sound.hh:54:14: performance: Technically the member function 'Sound::sound_init' can be static. [functionStatic]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/sound.cc:62:13: note: Technically the member function 'Sound::sound_init' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/sound.hh:54:14: note: Technically the member function 'Sound::sound_init' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/sound.hh:55:14: performance: Technically the member function 'Sound::sound_finalize' can be static. [functionStatic]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/sound.cc:149:13: note: Technically the member function 'Sound::sound_finalize' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/sound.hh:55:14: note: Technically the member function 'Sound::sound_finalize' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/transfers.cc:170:21: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/transfers.cc:202:21: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/transfers.cc:234:21: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/transfers.cc:262:21: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/transfers.cc:295:21: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/transfers.cc:327:21: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/transfers.cc:360:21: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/transfers.cc:386:21: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/transfers.cc:423:21: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/transfers.cc:443:21: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/transfers.cc:130:18: style: The scope of the variable 'path' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/transfers.cc:172:18: style: The scope of the variable 'path' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/transfers.cc:204:18: style: The scope of the variable 'path' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/transfers.cc:237:18: style: The scope of the variable 'path' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/transfers.cc:265:18: style: The scope of the variable 'path' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/transfers.cc:297:18: style: The scope of the variable 'path' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/transfers.cc:330:18: style: The scope of the variable 'path' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/transfers.cc:363:18: style: The scope of the variable 'path' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/transfers.cc:389:18: style: The scope of the variable 'path' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/transfers.cc:358:56: style: Function 'onForceAttemptClicked_gui' argument 1 names different: declaration 'item' definition 'menuItem'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/transfers.hh:78:60: note: Function 'onForceAttemptClicked_gui' argument 1 names different: declaration 'item' definition 'menuItem'.
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/transfers.cc:358:56: note: Function 'onForceAttemptClicked_gui' argument 1 names different: declaration 'item' definition 'menuItem'.
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/transfers.cc:384:59: style: Function 'onCloseConnectionClicked_gui' argument 1 names different: declaration 'item' definition 'menuItem'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/transfers.hh:79:63: note: Function 'onCloseConnectionClicked_gui' argument 1 names different: declaration 'item' definition 'menuItem'.
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/transfers.cc:384:59: note: Function 'onCloseConnectionClicked_gui' argument 1 names different: declaration 'item' definition 'menuItem'.
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/transfers.cc:49:5: style: Class 'Transfers' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/transfers.cc:49:5: style: Class 'Transfers' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/transfers.cc:509:51: performance: Function parameter 'cid' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/transfers.cc:641:53: performance: Function parameter 'cid' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/transfers.cc:753:47: performance: Function parameter 'target' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/transfers.cc:753:68: performance: Function parameter 'status' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/treeview.cc:396:9: warning: Either the condition 'event!=NULL' is redundant or there is possible null pointer dereference: event. [nullPointerRedundantCheck]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/treeview.cc:398:65: note: Assuming that condition 'event!=NULL' is not redundant
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/treeview.cc:396:9: note: Null pointer dereference
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/treeview.cc:394:20: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/treeview.cc:408:20: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/treeview.cc:480:24: style: The scope of the variable 'col' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/treeview.cc:29:11: warning: Member variable 'TreeView::visibleColumns' is not initialized in the constructor. [uninitMemberVar]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/treeview.cc:29:11: warning: Member variable 'TreeView::menu' is not initialized in the constructor. [uninitMemberVar]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/treeview.hh:59:13: style: Technically the member function 'TreeView::getColCount' can be const. [functionConst]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/treeview.cc:164:15: note: Technically the member function 'TreeView::getColCount' can be const.
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/treeview.hh:59:13: note: Technically the member function 'TreeView::getColCount' can be const.
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/uploadqueue.cc:147:23: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/uploadqueue.cc:174:23: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/uploadqueue.cc:201:23: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/uploadqueue.cc:226:23: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/uploadqueue.cc:253:23: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/uploadqueue.cc:280:23: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/uploadqueue.cc:295:23: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/uploadqueue.cc:316:23: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/uploadqueue.cc:152:22: style: The scope of the variable 'path' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/uploadqueue.cc:179:22: style: The scope of the variable 'path' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/uploadqueue.cc:206:22: style: The scope of the variable 'path' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/uploadqueue.cc:231:22: style: The scope of the variable 'path' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/uploadqueue.cc:258:22: style: The scope of the variable 'path' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/uploadqueue.cc:329:49: performance: Function parameter 'cid' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/uploadqueue.cc:338:54: performance: Function parameter 'cid' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/uploadqueue.cc:347:56: performance: Function parameter 'cid' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/uploadqueue.cc:362:55: performance: Function parameter 'cid' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/wulformanager.cc:230:26: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/wulformanager.cc:237:26: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/wulformanager.cc:75:5: performance: Variable 'guiCondValue' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/wulformanager.cc:76:5: performance: Variable 'clientCondValue' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/wulformanager.hh:41:21: performance: Technically the member function 'WulforManager::getURL' can be static. [functionStatic]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/wulformanager.cc:379:23: note: Technically the member function 'WulforManager::getURL' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/wulformanager.hh:41:21: note: Technically the member function 'WulforManager::getURL' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/wulformanager.hh:42:21: style: Technically the member function 'WulforManager::getPath' can be const. [functionConst]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/wulformanager.cc:384:23: note: Technically the member function 'WulforManager::getPath' can be const.
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/wulformanager.hh:42:21: note: Technically the member function 'WulforManager::getPath' can be const.
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/wulformanager.hh:53:14: performance: Technically the member function 'WulforManager::openHashDialog_gui' can be static. [functionStatic]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/wulformanager.cc:525:21: note: Technically the member function 'WulforManager::openHashDialog_gui' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/wulformanager.hh:53:14: note: Technically the member function 'WulforManager::openHashDialog_gui' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/wulformanager.hh:54:14: performance: Technically the member function 'WulforManager::openSettingsDialog_gui' can be static. [functionStatic]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/wulformanager.cc:533:21: note: Technically the member function 'WulforManager::openSettingsDialog_gui' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/wulformanager.hh:54:14: note: Technically the member function 'WulforManager::openSettingsDialog_gui' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/wulformanager.cc:89:5: style: Class 'WulforManager' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/wulformanager.cc:89:5: style: Class 'WulforManager' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.hh:74:48: performance: Function parameter 'error' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/settingsdialog.hh:78:49: performance: Function parameter 'ext' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/eiskaltdcpp-gtk/src/wulformanager.cc:454:9: style: Redundant checking of STL container element existence before removing it. [redundantIfRemove]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/scriptengine/ClientManagerScript.h:59:5: warning: Member variable 'ClientManagerScript::CM' is not initialized in the constructor. [uninitMemberVarPrivate]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/scriptengine/ClientManagerScript.h:61:26: warning: Member variable 'ClientManagerScript::CM' is not assigned a value in 'ClientManagerScript::operator='. [operatorEqVarError]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/scriptengine/ClientManagerScript.h:58:5: style: Class 'ClientManagerScript' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/scriptengine/HashManagerScript.h:48:5: warning: Member variable 'HashManagerScript::HM' is not initialized in the constructor. [uninitMemberVarPrivate]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/scriptengine/HashManagerScript.h:50:24: warning: Member variable 'HashManagerScript::HM' is not assigned a value in 'HashManagerScript::operator='. [operatorEqVarError]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/scriptengine/HashManagerScript.h:47:5: style: Class 'HashManagerScript' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/scriptengine/LogManagerScript.h:35:5: style: Class 'LogManagerScript' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/scriptengine/ScriptEngine.h:65:5: warning: Member variable 'ScriptEngine::scripts' is not initialized in the constructor. [uninitMemberVarPrivate]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/scriptengine/ScriptEngine.h:65:5: warning: Member variable 'ScriptEngine::watcher' is not initialized in the constructor. [uninitMemberVarPrivate]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/scriptengine/ScriptEngine.h:65:5: warning: Member variable 'ScriptEngine::changedFiles' is not initialized in the constructor. [uninitMemberVarPrivate]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/scriptengine/ScriptEngine.h:66:19: warning: Member variable 'ScriptEngine::scripts' is not assigned a value in 'ScriptEngine::operator='. [operatorEqVarError]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/scriptengine/ScriptEngine.h:66:19: warning: Member variable 'ScriptEngine::watcher' is not assigned a value in 'ScriptEngine::operator='. [operatorEqVarError]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/scriptengine/ScriptEngine.h:66:19: warning: Member variable 'ScriptEngine::changedFiles' is not assigned a value in 'ScriptEngine::operator='. [operatorEqVarError]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ADLS.cpp:216:41: style: The scope of the variable 'collection' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ADLS.h:34:9: style: Class 'ADLSEditor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ADLSModel.h:51:5: style: Class 'ADLSModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:114:21: style: The function 'getArenaTitle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:60:21: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:114:21: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:115:21: style: The function 'getArenaShortTitle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:61:21: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:115:21: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:116:20: style: The function 'getMenu' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:62:20: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:116:20: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:117:28: style: The function 'getPixmap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:65:28: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:117:28: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:118:32: style: The function 'state' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:67:19: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:118:32: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:126:18: style: The function 'role' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:76:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:126:18: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ADLS.h:56:14: style: The function 'getWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:59:22: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ADLS.h:56:14: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ADLS.h:57:13: style: The function 'getArenaTitle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:60:21: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ADLS.h:57:13: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ADLS.h:58:13: style: The function 'getArenaShortTitle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:61:21: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ADLS.h:58:13: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ADLS.h:59:12: style: The function 'getMenu' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:62:20: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ADLS.h:59:12: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ADLS.h:60:20: style: The function 'getPixmap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:65:28: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ADLS.h:60:20: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ADLS.h:61:23: style: The function 'role' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:76:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ADLS.h:61:23: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ADLSModel.cpp:371:38: style: Function 'appendChild' argument 1 names different: declaration 'child' definition 'item'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ADLSModel.h:29:32: note: Function 'appendChild' argument 1 names different: declaration 'child' definition 'item'.
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ADLSModel.cpp:371:38: note: Function 'appendChild' argument 1 names different: declaration 'child' definition 'item'.
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ADLSModel.cpp:177:1: style: The struct 'Compare' does not have a constructor although it has private member variables. [noConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/AntiSpamFrame.cpp:190:13: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/AntiSpamFrame.cpp:189:12: note: outer condition: *it
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/AntiSpamFrame.cpp:190:13: note: identical inner condition: *it
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/AntiSpamFrame.h:24:5: style: Class 'AntiSpamFrame' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/UserListModel.h:78:34: style: Technically the member function 'UserListItem::getIdentity' can be const. [functionConst]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/UserListModel.h:108:5: style: Class 'UserListModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ChatEdit.h:27:5: style: Class 'NickCompletionModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ChatEdit.h:56:5: style: Class 'ChatEdit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/CustomFontModel.cpp:209:50: style: Function 'appendChild' argument 1 names different: declaration 'child' definition 'item'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/CustomFontModel.h:22:38: note: Function 'appendChild' argument 1 names different: declaration 'child' definition 'item'.
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/CustomFontModel.cpp:209:50: note: Function 'appendChild' argument 1 names different: declaration 'child' definition 'item'.
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/DownloadQueueModel.h:52:5: style: 'DownloadQueueItem::operator=' should return 'DownloadQueueItem &'. [operatorEq]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/DownloadQueue.h:68:14: style: Technically the member function 'DownloadQueue::Menu::getArg' can be const. [functionConst]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/DownloadQueue.cpp:203:31: note: Technically the member function 'DownloadQueue::Menu::getArg' can be const.
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/DownloadQueue.h:68:14: note: Technically the member function 'DownloadQueue::Menu::getArg' can be const.
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/DownloadQueue.h:71:10: performance: Technically the member function 'DownloadQueue::Menu::clearMenu' can be static. [functionStatic]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/DownloadQueue.cpp:135:27: note: Technically the member function 'DownloadQueue::Menu::clearMenu' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/DownloadQueue.h:71:10: note: Technically the member function 'DownloadQueue::Menu::clearMenu' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidgetFactory.h:36:10: performance: Technically the member function 'ArenaWidgetFactory::create' can be static. [functionStatic]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/DownloadQueue.cpp:59:5: style: Class 'Menu' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/DownloadQueue.cpp:59:5: style: Class 'Menu' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/DownloadQueueModel.h:40:5: style: Class 'DownloadQueueDelegate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/DownloadQueueModel.h:82:5: style: Class 'DownloadQueueModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/SearchFrame.h:40:5: style: Class 'SearchStringListModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/SearchFrame.h:117:5: style: Class 'SearchFrame' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/DownloadQueue.h:85:14: style: The function 'getArenaTitle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:60:21: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/DownloadQueue.h:85:14: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/DownloadQueue.h:86:14: style: The function 'getArenaShortTitle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:61:21: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/DownloadQueue.h:86:14: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/DownloadQueue.h:87:14: style: The function 'getWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:59:22: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/DownloadQueue.h:87:14: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/DownloadQueue.h:88:14: style: The function 'getMenu' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:62:20: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/DownloadQueue.h:88:14: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/DownloadQueue.h:89:20: style: The function 'getPixmap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:65:28: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/DownloadQueue.h:89:20: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/DownloadQueue.h:91:23: style: The function 'role' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:76:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/DownloadQueue.h:91:23: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/SearchFrame.h:120:14: style: The function 'getWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:59:22: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/SearchFrame.h:120:14: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/SearchFrame.h:121:14: style: The function 'getArenaTitle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:60:21: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/SearchFrame.h:121:14: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/SearchFrame.h:122:14: style: The function 'getArenaShortTitle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:61:21: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/SearchFrame.h:122:14: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/SearchFrame.h:123:14: style: The function 'getMenu' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:62:20: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/SearchFrame.h:123:14: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/SearchFrame.h:124:20: style: The function 'getPixmap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:65:28: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/SearchFrame.h:124:20: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/SearchFrame.h:125:23: style: The function 'role' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:76:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/SearchFrame.h:125:23: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/SearchFrame.h:127:10: style: The function 'requestFilter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:70:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/SearchFrame.h:127:10: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/SearchFrame.h:128:10: style: The function 'requestFocus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:71:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/SearchFrame.h:128:10: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/HubFrame.h:147:14: style: The function 'getWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:59:22: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/HubFrame.h:147:14: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/HubFrame.h:148:13: style: The function 'getArenaTitle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:60:21: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/HubFrame.h:148:13: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/HubFrame.h:149:13: style: The function 'getArenaShortTitle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:61:21: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/HubFrame.h:149:13: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/HubFrame.h:150:12: style: The function 'getMenu' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:62:20: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/HubFrame.h:150:12: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/HubFrame.h:151:20: style: The function 'getPixmap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:65:28: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/HubFrame.h:151:20: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/HubFrame.h:152:10: style: The function 'requestFilter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:70:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/HubFrame.h:152:10: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/HubFrame.h:153:10: style: The function 'requestFocus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:71:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/HubFrame.h:153:10: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/HubFrame.h:154:23: style: The function 'role' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:76:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/HubFrame.h:154:23: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/DownloadQueueModel.cpp:578:10: style: The scope of the variable 'found' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/DownloadQueueModel.cpp:503:68: style: Function 'setRootElem' argument 2 names different: declaration 'delete_old' definition 'del_old'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/DownloadQueueModel.h:109:52: note: Function 'setRootElem' argument 2 names different: declaration 'delete_old' definition 'del_old'.
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/DownloadQueueModel.cpp:503:68: note: Function 'setRootElem' argument 2 names different: declaration 'delete_old' definition 'del_old'.
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/DownloadQueueModel.cpp:678:56: style: Function 'appendChild' argument 1 names different: declaration 'child' definition 'item'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/DownloadQueueModel.h:55:41: note: Function 'appendChild' argument 1 names different: declaration 'child' definition 'item'.
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/DownloadQueueModel.cpp:678:56: note: Function 'appendChild' argument 1 names different: declaration 'child' definition 'item'.
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/DownloadQueueModel.cpp:660:5: performance: Variable 'itemData' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/DownloadQueueModel.cpp:663:5: performance: Variable 'childItems' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/EmoticonObject.h:23:5: style: Class 'EmoticonLabel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/EmoticonFactory.cpp:42:5: performance: Variable 'currentTheme' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FavoriteHubModel.cpp:380:52: style: Function 'appendChild' argument 1 names different: declaration 'child' definition 'item'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FavoriteHubModel.h:31:39: note: Function 'appendChild' argument 1 names different: declaration 'child' definition 'item'.
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FavoriteHubModel.cpp:380:52: note: Function 'appendChild' argument 1 names different: declaration 'child' definition 'item'.
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FavoriteHubModel.cpp:186:1: style: The struct 'Compare' does not have a constructor although it has private member variables. [noConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FavoriteHubModel.h:53:5: style: Class 'FavoriteHubModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ShortcutManager.h:35:5: warning: Member variable 'ShortcutManager::shortcuts' is not initialized in the constructor. [uninitMemberVarPrivate]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FavoriteHubs.h:39:9: style: Class 'FavoriteHubEditor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/HistoryInterface.h:17:5: style: Class 'HistoryInterface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/MainWindow.h:69:5: style: Class 'About' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ShortcutManager.h:20:1: warning: The class 'ShortcutManager' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FavoriteHubs.h:60:14: style: The function 'getWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:59:22: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FavoriteHubs.h:60:14: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FavoriteHubs.h:61:13: style: The function 'getArenaTitle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:60:21: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FavoriteHubs.h:61:13: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FavoriteHubs.h:62:13: style: The function 'getArenaShortTitle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:61:21: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FavoriteHubs.h:62:13: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FavoriteHubs.h:63:12: style: The function 'getMenu' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:62:20: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FavoriteHubs.h:63:12: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FavoriteHubs.h:64:20: style: The function 'getPixmap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:65:28: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FavoriteHubs.h:64:20: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FavoriteHubs.h:65:23: style: The function 'role' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:76:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FavoriteHubs.h:65:23: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FavoriteUsers.h:81:5: style: Class 'FavoriteUsers' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FavoriteUsers.h:45:22: style: The function 'getWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:59:22: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FavoriteUsers.h:45:22: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FavoriteUsers.h:46:21: style: The function 'getArenaTitle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:60:21: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FavoriteUsers.h:46:21: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FavoriteUsers.h:47:21: style: The function 'getArenaShortTitle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:61:21: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FavoriteUsers.h:47:21: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FavoriteUsers.h:48:20: style: The function 'getMenu' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:62:20: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FavoriteUsers.h:48:20: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FavoriteUsers.h:49:20: style: The function 'getPixmap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:65:28: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FavoriteUsers.h:49:20: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FavoriteUsers.h:50:23: style: The function 'role' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:76:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FavoriteUsers.h:50:23: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FavoriteUsersModel.cpp:302:54: style: Function 'appendChild' argument 1 names different: declaration 'child' definition 'item'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FavoriteUsersModel.h:27:40: note: Function 'appendChild' argument 1 names different: declaration 'child' definition 'item'.
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FavoriteUsersModel.cpp:302:54: note: Function 'appendChild' argument 1 names different: declaration 'child' definition 'item'.
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FavoriteUsersModel.cpp:158:1: style: The struct 'Compare' does not have a constructor although it has private member variables. [noConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FileBrowserModel.cpp:443:64: style: Function 'setRootElem' argument 2 names different: declaration 'delete_old' definition 'del_old'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FileBrowserModel.h:91:50: note: Function 'setRootElem' argument 2 names different: declaration 'delete_old' definition 'del_old'.
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FileBrowserModel.cpp:443:64: note: Function 'setRootElem' argument 2 names different: declaration 'delete_old' definition 'del_old'.
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FileBrowserModel.cpp:690:52: style: Function 'appendChild' argument 1 names different: declaration 'child' definition 'item'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FileBrowserModel.h:38:39: note: Function 'appendChild' argument 1 names different: declaration 'child' definition 'item'.
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FileBrowserModel.cpp:690:52: note: Function 'appendChild' argument 1 names different: declaration 'child' definition 'item'.
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FileBrowserModel.h:35:5: style: 'FileBrowserItem::operator=' should return 'FileBrowserItem &'. [operatorEq]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FileBrowserModel.cpp:668:5: performance: Variable 'itemData' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FileBrowserModel.cpp:672:5: performance: Variable 'childItems' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FileBrowserModel.h:65:5: style: Class 'FileBrowserModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FinishedTransfers.h:432:14: style: The scope of the variable 'full' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FinishedTransfersModel.h:74:5: style: Class 'FinishedTransfersModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ShareBrowser.h:42:5: style: Class 'AsyncRunner' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FinishedTransfers.h:102:5: style: Class 'FinishedTransfers' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ShareBrowser.h:99:14: style: The function 'getArenaTitle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:60:21: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ShareBrowser.h:99:14: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ShareBrowser.h:100:14: style: The function 'getArenaShortTitle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:61:21: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ShareBrowser.h:100:14: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ShareBrowser.h:101:14: style: The function 'getWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:59:22: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ShareBrowser.h:101:14: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ShareBrowser.h:102:14: style: The function 'getMenu' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:62:20: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ShareBrowser.h:102:14: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ShareBrowser.h:103:20: style: The function 'getPixmap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:65:28: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ShareBrowser.h:103:20: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ShareBrowser.h:104:10: style: The function 'requestFilter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:70:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ShareBrowser.h:104:10: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ShareBrowser.h:105:23: style: The function 'role' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:76:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ShareBrowser.h:105:23: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FinishedTransfers.h:83:14: style: The function 'getWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:59:22: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FinishedTransfers.h:83:14: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FinishedTransfers.h:84:13: style: The function 'getArenaTitle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:60:21: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FinishedTransfers.h:84:13: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FinishedTransfers.h:85:13: style: The function 'getArenaShortTitle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:61:21: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FinishedTransfers.h:85:13: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FinishedTransfers.h:86:12: style: The function 'getMenu' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:62:20: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FinishedTransfers.h:86:12: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FinishedTransfers.h:87:23: style: The function 'role' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:76:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FinishedTransfers.h:87:23: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FinishedTransfers.h:89:20: style: The function 'getPixmap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:65:28: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FinishedTransfers.h:89:20: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FinishedTransfers.h:352:10: style: The function 'slotTypeChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FinishedTransfers.h:60:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FinishedTransfers.h:352:10: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FinishedTransfers.h:371:10: style: The function 'slotClear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FinishedTransfers.h:61:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FinishedTransfers.h:371:10: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FinishedTransfers.h:413:10: style: The function 'slotItemDoubleClicked' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FinishedTransfers.h:62:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FinishedTransfers.h:413:10: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FinishedTransfers.h:447:10: style: The function 'slotContextMenu' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FinishedTransfers.h:63:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FinishedTransfers.h:447:10: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FinishedTransfers.h:519:10: style: The function 'slotHeaderMenu' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FinishedTransfers.h:64:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FinishedTransfers.h:519:10: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FinishedTransfers.h:523:10: style: The function 'slotSwitchOnlyFull' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FinishedTransfers.h:65:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FinishedTransfers.h:523:10: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FinishedTransfers.h:527:10: style: The function 'slotSettingsChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FinishedTransfers.h:66:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FinishedTransfers.h:527:10: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FinishedTransfersModel.cpp:549:64: style: Function 'appendChild' argument 1 names different: declaration 'child' definition 'item'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FinishedTransfersModel.h:35:45: note: Function 'appendChild' argument 1 names different: declaration 'child' definition 'item'.
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FinishedTransfersModel.cpp:549:64: note: Function 'appendChild' argument 1 names different: declaration 'child' definition 'item'.
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FinishedTransfersModel.cpp:211:1: style: The struct 'FileCompare' does not have a constructor although it has private member variables. [noConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/FinishedTransfersModel.cpp:276:1: style: The struct 'UserCompare' does not have a constructor although it has private member variables. [noConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/HashProgress.h:25:5: style: Class 'HashProgress' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/HubFrame.cpp:1496:9: style: Condition '!script_ret' is always true [knownConditionTrueFalse]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/HubFrame.cpp:1492:23: note: Assignment 'script_ret=false', assigned value is 0
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/HubFrame.cpp:1496:9: note: Condition '!script_ret' is always true
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/HubFrame.cpp:777:9: style: Class 'HubFrame' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/HubFrame.cpp:777:9: style: Class 'HubFrame' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/HubFrame.h:205:18: warning: Virtual function 'load' is called from constructor 'HubFrame(QWidget*parent,QString,QString)' at line 810. Dynamic binding is not used. [virtualCallInConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/HubFrame.cpp:810:5: note: Calling init
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/HubFrame.cpp:1231:5: note: Calling load
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/HubFrame.h:205:18: note: load is a virtual method
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/PMWindow.h:36:14: style: The function 'getArenaTitle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:60:21: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/PMWindow.h:36:14: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/PMWindow.h:37:14: style: The function 'getArenaShortTitle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:61:21: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/PMWindow.h:37:14: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/PMWindow.h:38:14: style: The function 'getWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:59:22: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/PMWindow.h:38:14: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/PMWindow.h:39:14: style: The function 'getMenu' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:62:20: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/PMWindow.h:39:14: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/PMWindow.h:40:20: style: The function 'getPixmap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:65:28: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/PMWindow.h:40:20: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/PMWindow.h:41:23: style: The function 'role' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:76:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/PMWindow.h:41:23: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/PMWindow.h:42:10: style: The function 'requestFilter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:70:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/PMWindow.h:42:10: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/PMWindow.h:43:10: style: The function 'requestFocus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:71:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/PMWindow.h:43:10: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/Notification.h:31:10: style: The function 'showMessage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/Notification.h:25:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/Notification.h:31:10: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/IPFilter.cpp:210:19: style: The scope of the variable 'el' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/IPFilterFrame.cpp:169:31: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/IPFilterFrame.cpp:341:31: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/IPFilterModel.h:47:5: style: Class 'IPFilterModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/IPFilterFrame.h:28:5: style: Class 'IPFilterFrame' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/IPFilterModel.cpp:176:29: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/IPFilterModel.cpp:215:56: style: Function 'appendChild' argument 1 names different: declaration 'child' definition 'item'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/IPFilterModel.h:25:41: note: Function 'appendChild' argument 1 names different: declaration 'child' definition 'item'.
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/IPFilterModel.cpp:215:56: note: Function 'appendChild' argument 1 names different: declaration 'child' definition 'item'.
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/MainWindow.cpp:1940:15: style: Redundant condition: awgt. '!awgt || (awgt && awgt->state()&ArenaWidget::Hidden)' is equivalent to '!awgt || awgt->state()&ArenaWidget::Hidden' [redundantCondition]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/MainWindow.cpp:1882:27: warning: Either the condition 'if(awgt&&d->arena->widget()&&d->arena->widget()==awgt->getWidget())' is redundant or there is possible null pointer dereference: awgt. [nullPointerRedundantCheck]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/MainWindow.cpp:1889:12: note: Assuming that condition 'if(awgt&&d->arena->widget()&&d->arena->widget()==awgt->getWidget())' is not redundant
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/MainWindow.cpp:1882:27: note: Null pointer dereference
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/MainWindow.cpp:1883:27: warning: Either the condition 'if(awgt&&d->arena->widget()&&d->arena->widget()==awgt->getWidget())' is redundant or there is possible null pointer dereference: awgt. [nullPointerRedundantCheck]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/MainWindow.cpp:1889:12: note: Assuming that condition 'if(awgt&&d->arena->widget()&&d->arena->widget()==awgt->getWidget())' is not redundant
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/MainWindow.cpp:1883:27: note: Null pointer dereference
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/MainWindow.cpp:1885:39: warning: Either the condition 'if(awgt&&d->arena->widget()&&d->arena->widget()==awgt->getWidget())' is redundant or there is possible null pointer dereference: awgt. [nullPointerRedundantCheck]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/MainWindow.cpp:1889:12: note: Assuming that condition 'if(awgt&&d->arena->widget()&&d->arena->widget()==awgt->getWidget())' is not redundant
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/MainWindow.cpp:1885:39: note: Null pointer dereference
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/MainWindow.cpp:1945:46: warning: Either the condition 'awgt' is redundant or there is possible null pointer dereference: awgt. [nullPointerRedundantCheck]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/MainWindow.cpp:1940:19: note: Assuming that condition 'awgt' is not redundant
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/MainWindow.cpp:1945:46: note: Null pointer dereference
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/TransferViewModel.h:55:5: style: 'TransferViewItem::operator=' should return 'TransferViewItem &'. [operatorEq]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/SideBar.h:58:9: performance: Technically the member function 'SideBarItem::columnCount' can be static. [functionStatic]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/MainWindow.h:259:9: style: Class 'MainWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/TransferViewModel.h:36:5: style: Class 'TransferViewDelegate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/TransferViewModel.h:92:5: style: Class 'TransferViewModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/QuickConnect.h:23:5: style: Class 'QuickConnect' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/PublicHubModel.h:70:5: style: Class 'PublicHubModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ToolBar.h:31:5: style: Class 'ToolBar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/SideBar.h:29:5: style: Class 'SideBarDelegate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/SideBar.h:144:5: style: Class 'SideBarView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/QueuedUsers.h:59:5: style: Class 'QueuedUsersModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/PublicHubs.h:40:14: style: The function 'getArenaTitle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:60:21: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/PublicHubs.h:40:14: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/PublicHubs.h:41:14: style: The function 'getArenaShortTitle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:61:21: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/PublicHubs.h:41:14: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/PublicHubs.h:42:14: style: The function 'getWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:59:22: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/PublicHubs.h:42:14: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/PublicHubs.h:43:14: style: The function 'getMenu' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:62:20: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/PublicHubs.h:43:14: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/PublicHubs.h:44:20: style: The function 'getPixmap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:65:28: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/PublicHubs.h:44:20: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/PublicHubs.h:45:10: style: The function 'requestFilter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:70:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/PublicHubs.h:45:10: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/PublicHubs.h:46:23: style: The function 'role' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:76:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/PublicHubs.h:46:23: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/SpyFrame.h:39:13: style: The function 'getArenaShortTitle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:61:21: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/SpyFrame.h:39:13: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/SpyFrame.h:40:13: style: The function 'getArenaTitle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:60:21: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/SpyFrame.h:40:13: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/SpyFrame.h:41:12: style: The function 'getMenu' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:62:20: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/SpyFrame.h:41:12: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/SpyFrame.h:42:14: style: The function 'getWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:59:22: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/SpyFrame.h:42:14: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/SpyFrame.h:43:20: style: The function 'getPixmap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:65:28: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/SpyFrame.h:43:20: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/SpyFrame.h:44:23: style: The function 'role' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:76:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/SpyFrame.h:44:23: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/QueuedUsers.h:101:14: style: The function 'getWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:59:22: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/QueuedUsers.h:101:14: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/QueuedUsers.h:102:13: style: The function 'getArenaTitle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:60:21: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/QueuedUsers.h:102:13: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/QueuedUsers.h:103:13: style: The function 'getArenaShortTitle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:61:21: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/QueuedUsers.h:103:13: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/QueuedUsers.h:104:12: style: The function 'getMenu' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:62:20: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/QueuedUsers.h:104:12: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/QueuedUsers.h:105:20: style: The function 'getPixmap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:65:28: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/QueuedUsers.h:105:20: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/QueuedUsers.h:106:23: style: The function 'role' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ArenaWidget.h:76:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/QueuedUsers.h:106:23: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/Notification.cpp:151:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/Notification.cpp:157:5: note: Found duplicate branches for 'if' and 'else'.
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/Notification.cpp:151:5: note: Found duplicate branches for 'if' and 'else'.
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/PMWindow.cpp:105:5: style: Class 'PMWindow' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/PMWindow.cpp:105:5: style: Class 'PMWindow' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/PublicHubModel.cpp:270:48: style: Function 'appendChild' argument 1 names different: declaration 'child' definition 'item'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/PublicHubModel.h:46:37: note: Function 'appendChild' argument 1 names different: declaration 'child' definition 'item'.
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/PublicHubModel.cpp:270:48: note: Function 'appendChild' argument 1 names different: declaration 'child' definition 'item'.
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/PublicHubModel.cpp:146:1: style: The struct 'Compare' does not have a constructor although it has private member variables. [noConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/PublicHubs.h:77:5: style: Class 'PublicHubs' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/PublicHubsList.h:22:5: style: Class 'PublicHubsList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/QueuedUsers.cpp:354:50: style: Function 'appendChild' argument 1 names different: declaration 'child' definition 'item'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/QueuedUsers.h:33:38: note: Function 'appendChild' argument 1 names different: declaration 'child' definition 'item'.
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/QueuedUsers.cpp:354:50: note: Function 'appendChild' argument 1 names different: declaration 'child' definition 'item'.
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/QueuedUsers.cpp:216:0: style: The struct 'Compare < Qt :: AscendingOrder >' does not have a constructor although it has private member variables. [noConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/QueuedUsers.cpp:216:0: style: The struct 'Compare < Qt :: DescendingOrder >' does not have a constructor although it has private member variables. [noConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ScriptManagerDialog.cpp:253:56: style: Function 'appendChild' argument 1 names different: declaration 'child' definition 'item'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ScriptManagerDialog.h:42:41: note: Function 'appendChild' argument 1 names different: declaration 'child' definition 'item'.
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ScriptManagerDialog.cpp:253:56: note: Function 'appendChild' argument 1 names different: declaration 'child' definition 'item'.
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ScriptManagerDialog.h:46:9: performance: Technically the member function 'ScriptManagerItem::columnCount' can be static. [functionStatic]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ScriptManagerDialog.cpp:266:24: note: Technically the member function 'ScriptManagerItem::columnCount' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ScriptManagerDialog.h:46:9: note: Technically the member function 'ScriptManagerItem::columnCount' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ScriptManagerDialog.h:39:5: style: Class 'ScriptManagerItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ScriptManagerDialog.h:64:5: style: Class 'ScriptManagerModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/SearchBlacklistDialog.cpp:305:60: style: Function 'appendChild' argument 1 names different: declaration 'child' definition 'item'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/SearchBlacklistDialog.h:42:43: note: Function 'appendChild' argument 1 names different: declaration 'child' definition 'item'.
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/SearchBlacklistDialog.cpp:305:60: note: Function 'appendChild' argument 1 names different: declaration 'child' definition 'item'.
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/SearchBlacklistDialog.cpp:201:5: style: The struct 'Compare' does not have a constructor although it has private member variables. [noConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/SearchBlacklistDialog.h:25:5: style: Class 'SearchBlackListDelegate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/SearchBlacklistDialog.h:39:5: style: Class 'SearchBlackListItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/SearchBlacklistDialog.h:66:5: style: Class 'SearchBlackListModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/SearchBlacklistDialog.h:98:5: style: Class 'SearchBlackListDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/SearchModel.h:28:5: style: Class 'SearchProxyModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/SearchModel.h:104:5: style: Class 'SearchModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/SearchModel.cpp:515:42: style: Function 'appendChild' argument 1 names different: declaration 'child' definition 'item'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/SearchModel.h:75:34: note: Function 'appendChild' argument 1 names different: declaration 'child' definition 'item'.
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/SearchModel.cpp:515:42: note: Function 'appendChild' argument 1 names different: declaration 'child' definition 'item'.
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/SettingsPersonal.h:24:5: style: Class 'SettingsPersonal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/SettingsConnection.h:26:5: style: Class 'SettingsConnection' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/SettingsDownloads.h:25:5: style: Class 'SettingsDownloads' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/SettingsSharing.h:23:5: style: Class 'ShareDirModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/SettingsSharing.h:47:5: style: Class 'SettingsSharing' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/SettingsShortcuts.h:24:5: style: Class 'ShortcutItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/SettingsShortcuts.h:46:5: style: Class 'ShortcutsModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/SettingsPersonal.h:28:10: style: The function 'ok' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/SettingsInterface.h:14:22: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/SettingsPersonal.h:28:10: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ShortcutEdit.h:25:18: style: The function 'eventFilter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/LineEdit.h:43:18: note: Virtual function in base class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ShortcutEdit.h:25:18: note: Function in derived class
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/SettingsSharing.cpp:289:5: style: Variable 'add_new' is reassigned a value before the old one has been used. [redundantAssignment]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/SettingsSharing.cpp:286:0: note: Variable 'add_new' is reassigned a value before the old one has been used.
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/SettingsSharing.cpp:289:5: note: Variable 'add_new' is reassigned a value before the old one has been used.
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/SettingsShortcuts.cpp:207:46: style: Function 'appendChild' argument 1 names different: declaration 'child' definition 'item'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/SettingsShortcuts.h:27:36: note: Function 'appendChild' argument 1 names different: declaration 'child' definition 'item'.
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/SettingsShortcuts.cpp:207:46: note: Function 'appendChild' argument 1 names different: declaration 'child' definition 'item'.
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/SettingsShortcuts.h:31:9: performance: Technically the member function 'ShortcutItem::columnCount' can be static. [functionStatic]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/SettingsShortcuts.cpp:220:19: note: Technically the member function 'ShortcutItem::columnCount' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/SettingsShortcuts.h:31:9: note: Technically the member function 'ShortcutItem::columnCount' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ShortcutGetter.h:21:5: style: Class 'ShortcutGetter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/UCModel.h:25:5: style: Class 'UCDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/UCModel.h:45:5: style: Class 'UCItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ShareBrowser.cpp:617:24: style: Condition 'total_selected>0' is always true [knownConditionTrueFalse]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ShareBrowser.cpp:606:35: note: Assignment 'total_selected=0', assigned value is 0
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ShareBrowser.cpp:611:23: note: total_selected is incremented', new value is 1
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ShareBrowser.cpp:617:24: note: Condition 'total_selected>0' is always true
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ShellCommandRunner.cpp:16:48: style: Function 'ShellCommandRunner' argument 1 names different: declaration 'args' definition 'a'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ShellCommandRunner.h:29:32: note: Function 'ShellCommandRunner' argument 1 names different: declaration 'args' definition 'a'.
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ShellCommandRunner.cpp:16:48: note: Function 'ShellCommandRunner' argument 1 names different: declaration 'args' definition 'a'.
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ShellCommandRunner.cpp:22:65: style: Function 'ShellCommandRunner' argument 2 names different: declaration 'args' definition 'argList'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ShellCommandRunner.h:30:49: note: Function 'ShellCommandRunner' argument 2 names different: declaration 'args' definition 'argList'.
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ShellCommandRunner.cpp:22:65: note: Function 'ShellCommandRunner' argument 2 names different: declaration 'args' definition 'argList'.
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ShellCommandRunner.cpp:17:5: performance: Variable 'args' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ShellCommandRunner.cpp:23:11: performance: Variable 'argList' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ShellCommandRunner.cpp:24:11: performance: Variable 'cmd' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/SpellCheck.h:34:5: style: Class 'SpellCheck' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/SpyModel.h:56:5: style: Class 'SpyModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/SpyModel.cpp:289:36: style: Function 'appendChild' argument 1 names different: declaration 'child' definition 'item'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/SpyModel.h:28:31: note: Function 'appendChild' argument 1 names different: declaration 'child' definition 'item'.
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/SpyModel.cpp:289:36: note: Function 'appendChild' argument 1 names different: declaration 'child' definition 'item'.
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/SpyModel.cpp:297:31: style: Function 'moveUp' argument 1 names different: declaration 'child' definition 'item'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/SpyModel.h:30:26: note: Function 'moveUp' argument 1 names different: declaration 'child' definition 'item'.
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/SpyModel.cpp:297:31: note: Function 'moveUp' argument 1 names different: declaration 'child' definition 'item'.
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/SpyModel.cpp:140:1: style: The struct 'Compare' does not have a constructor although it has private member variables. [noConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/TabFrame.h:38:18: warning: Virtual function 'redraw' is called from constructor 'TabFrame(QWidget*parent=0)' at line 54. Dynamic binding is not used. [virtualCallInConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/TabFrame.cpp:54:70: note: Calling redraw
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/TabFrame.h:38:18: note: redraw is a virtual method
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ToolBar.cpp:130:41: style: Function 'insertWidget' argument 1 names different: declaration 'a' definition 'awgt'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ToolBar.h:55:36: note: Function 'insertWidget' argument 1 names different: declaration 'a' definition 'awgt'.
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/ToolBar.cpp:130:41: note: Function 'insertWidget' argument 1 names different: declaration 'a' definition 'awgt'.
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/TransferView.cpp:665:78: style: Function 'on' argument 2 names different: declaration 'aDownload' definition 'dl'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/TransferView.h:140:76: note: Function 'on' argument 2 names different: declaration 'aDownload' definition 'dl'.
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/TransferView.cpp:665:78: note: Function 'on' argument 2 names different: declaration 'aDownload' definition 'dl'.
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/TransferView.cpp:46:5: style: Class 'Menu' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/TransferView.cpp:46:5: style: Class 'Menu' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/TransferViewModel.cpp:296:30: style: The scope of the variable 'to' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/TransferViewModel.cpp:680:54: style: Function 'appendChild' argument 1 names different: declaration 'child' definition 'item'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/TransferViewModel.h:58:40: note: Function 'appendChild' argument 1 names different: declaration 'child' definition 'item'.
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/TransferViewModel.cpp:680:54: note: Function 'appendChild' argument 1 names different: declaration 'child' definition 'item'.
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/TransferViewModel.cpp:164:21: style: Unused private function: 'Compare::AttrCmp' [unusedPrivateFunction]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/TransferViewModel.cpp:168:21: style: Unused private function: 'Compare::NumCmp' [unusedPrivateFunction]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/UCModel.cpp:148:46: style: Function 'addUC' argument 1 names different: declaration 'cmd' definition 'uc'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/UCModel.h:94:41: note: Function 'addUC' argument 1 names different: declaration 'cmd' definition 'uc'.
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/UCModel.cpp:148:46: note: Function 'addUC' argument 1 names different: declaration 'cmd' definition 'uc'.
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/UCModel.cpp:333:34: style: Function 'appendChild' argument 1 names different: declaration 'child' definition 'item'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/UCModel.h:48:30: note: Function 'appendChild' argument 1 names different: declaration 'child' definition 'item'.
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/UCModel.cpp:333:34: note: Function 'appendChild' argument 1 names different: declaration 'child' definition 'item'.
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/UCModel.h:52:9: performance: Technically the member function 'UCItem::columnCount' can be static. [functionStatic]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/UCModel.cpp:345:13: note: Technically the member function 'UCItem::columnCount' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/UCModel.h:52:9: note: Technically the member function 'UCItem::columnCount' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/UCModel.cpp:310:16: error: Uninitialized variable: new_type [uninitvar]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/UserListModel.cpp:91:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/UserListModel.cpp:557:46: style: Function 'appendChild' argument 1 names different: declaration 'child' definition 'item'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/UserListModel.h:69:36: note: Function 'appendChild' argument 1 names different: declaration 'child' definition 'item'.
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/UserListModel.cpp:557:46: note: Function 'appendChild' argument 1 names different: declaration 'child' definition 'item'.
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/UserListModel.cpp:544:15: warning: Member variable 'UserListItem::_isOp' is not initialized in the constructor. [uninitMemberVar]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/UserListModel.cpp:544:15: warning: Member variable 'UserListItem::_isFav' is not initialized in the constructor. [uninitMemberVar]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/UserListModel.h:98:19: style: Member variable 'UserListItem::parentItem' is in the wrong place in the initializer list. [initializerList]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/UserListModel.cpp:544:43: note: Member variable 'UserListItem::parentItem' is in the wrong place in the initializer list.
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/UserListModel.h:98:19: note: Member variable 'UserListItem::parentItem' is in the wrong place in the initializer list.
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/UserListModel.cpp:29:5: performance: Variable 'sortOrder' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/UserListModel.h:73:9: performance: Technically the member function 'UserListItem::columnCount' can be static. [functionStatic]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/UserListModel.cpp:570:19: note: Technically the member function 'UserListItem::columnCount' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/UserListModel.h:73:9: note: Technically the member function 'UserListItem::columnCount' can be static.
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/WulforSettings.cpp:47:5: performance: Variable 'configFileOld' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/WulforUtil.cpp:1063:15: style: The scope of the variable 'column' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/WulforUtil.cpp:937:41: style: Function 'formatBytes' argument 1 names different: declaration 'bytes' definition 'aBytes'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/WulforUtil.h:194:40: note: Function 'formatBytes' argument 1 names different: declaration 'bytes' definition 'aBytes'.
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/WulforUtil.cpp:937:41: note: Function 'formatBytes' argument 1 names different: declaration 'bytes' definition 'aBytes'.
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/WulforUtil.cpp:974:41: style: Function 'formatBytes' argument 1 names different: declaration 'bytes' definition 'aBytes'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/WulforUtil.h:164:40: note: Function 'formatBytes' argument 1 names different: declaration 'bytes' definition 'aBytes'.
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/WulforUtil.cpp:974:41: note: Function 'formatBytes' argument 1 names different: declaration 'bytes' definition 'aBytes'.
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/codeeditor/codeeditor.cpp:105:44: style: Function 'resizeEvent' argument 1 names different: declaration 'event' definition 'e'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/codeeditor/codeeditor.h:68:36: note: Function 'resizeEvent' argument 1 names different: declaration 'event' definition 'e'.
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/codeeditor/codeeditor.cpp:105:44: note: Function 'resizeEvent' argument 1 names different: declaration 'event' definition 'e'.
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/codeeditor/codeeditor.h:62:5: style: Class 'CodeEditor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/codeeditor/codeeditor.h:85:5: style: Class 'LineNumberArea' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/qtsingleapp/qtsinglecoreapplication.cpp:19:89: style: Function 'QtSingleCoreApplication' argument 3 names different: declaration 'key' definition 'uniqueKey'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/qtsingleapp/qtsinglecoreapplication.h:19:68: note: Function 'QtSingleCoreApplication' argument 3 names different: declaration 'key' definition 'uniqueKey'.
eiskaltdcpp-2.2.9/eiskaltdcpp-qt/src/qtsingleapp/qtsinglecoreapplication.cpp:19:89: note: Function 'QtSingleCoreApplication' argument 3 names different: declaration 'key' definition 'uniqueKey'.
eiskaltdcpp-2.2.9/extra/ipfilter.cpp:373:38: warning: Identical condition 'index<0', second condition is always false [identicalConditionAfterEarlyExit]
eiskaltdcpp-2.2.9/extra/ipfilter.cpp:356:15: note: first condition
eiskaltdcpp-2.2.9/extra/ipfilter.cpp:373:38: note: second condition
eiskaltdcpp-2.2.9/extra/ipfilter.cpp:110:5: style: Variable 'str_ip' is reassigned a value before the old one has been used. [redundantAssignment]
eiskaltdcpp-2.2.9/extra/ipfilter.cpp:107:0: note: Variable 'str_ip' is reassigned a value before the old one has been used.
eiskaltdcpp-2.2.9/extra/ipfilter.cpp:110:5: note: Variable 'str_ip' is reassigned a value before the old one has been used.
eiskaltdcpp-2.2.9/extra/ipfilter.cpp:137:15: style: Unsigned variable 'mask1' can't be negative so it is unnecessary to test it. [unsignedPositive]
eiskaltdcpp-2.2.9/extra/ipfilter.cpp:107:0: style: Variable 'str_mask' is assigned a value that is never used. [unreadVariable]
eiskaltdcpp-2.2.9/extra/ipfilter.cpp:425:0: style: Variable 'str_mask' is assigned a value that is never used. [unreadVariable]
eiskaltdcpp-2.2.9/extra/ipfilter.cpp:146:34: performance: Function parameter 'exp' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/extra/ipfilter.cpp:97:13: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
eiskaltdcpp-2.2.9/extra/ipfilter.cpp:431:13: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
eiskaltdcpp-2.2.9/extra/ipfilter.cpp:434:18: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
eiskaltdcpp-2.2.9/extra/ipfilter.cpp:438:18: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
eiskaltdcpp-2.2.9/json/jsoncpp/jsoncpp.cpp:935:20: style: The scope of the variable 'surrogatePair' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/json/jsoncpp/jsoncpp.cpp:323:30: style: Function 'parse' argument 1 names different: declaration 'is' definition 'sin'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/json/jsoncpp/jsoncpp/json.h:1551:33: note: Function 'parse' argument 1 names different: declaration 'is' definition 'sin'.
eiskaltdcpp-2.2.9/json/jsoncpp/jsoncpp.cpp:323:30: note: Function 'parse' argument 1 names different: declaration 'is' definition 'sin'.
eiskaltdcpp-2.2.9/json/jsoncpp/jsoncpp.cpp:2670:27: style: Function 'resize' argument 1 names different: declaration 'size' definition 'newSize'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/json/jsoncpp/jsoncpp/json.h:673:31: note: Function 'resize' argument 1 names different: declaration 'size' definition 'newSize'.
eiskaltdcpp-2.2.9/json/jsoncpp/jsoncpp.cpp:2670:27: note: Function 'resize' argument 1 names different: declaration 'size' definition 'newSize'.
eiskaltdcpp-2.2.9/json/jsoncpp/jsoncpp/json.h:927:12: performance: Technically the member function 'Json::Path::invalidPath' can be static. [functionStatic]
eiskaltdcpp-2.2.9/json/jsoncpp/jsoncpp.cpp:3447:7: note: Technically the member function 'Json::Path::invalidPath' can be static.
eiskaltdcpp-2.2.9/json/jsoncpp/jsoncpp/json.h:927:12: note: Technically the member function 'Json::Path::invalidPath' can be static.
eiskaltdcpp-2.2.9/json/jsoncpp/jsoncpp/json.h:1811:12: performance: Technically the member function 'Json::StyledWriter::hasCommentForValue' can be static. [functionStatic]
eiskaltdcpp-2.2.9/json/jsoncpp/jsoncpp.cpp:4083:15: note: Technically the member function 'Json::StyledWriter::hasCommentForValue' can be static.
eiskaltdcpp-2.2.9/json/jsoncpp/jsoncpp/json.h:1811:12: note: Technically the member function 'Json::StyledWriter::hasCommentForValue' can be static.
eiskaltdcpp-2.2.9/json/jsoncpp/jsoncpp/json.h:1869:12: performance: Technically the member function 'Json::StyledStreamWriter::hasCommentForValue' can be static. [functionStatic]
eiskaltdcpp-2.2.9/json/jsoncpp/jsoncpp.cpp:4364:21: note: Technically the member function 'Json::StyledStreamWriter::hasCommentForValue' can be static.
eiskaltdcpp-2.2.9/json/jsoncpp/jsoncpp/json.h:1869:12: note: Technically the member function 'Json::StyledStreamWriter::hasCommentForValue' can be static.
eiskaltdcpp-2.2.9/json/jsoncpp/jsoncpp/json.h:574:7: style: Class 'Value' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/json/jsoncpp/jsoncpp/json.h:575:7: style: Class 'Value' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/json/jsoncpp/jsoncpp/json.h:576:7: style: Class 'Value' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/json/jsoncpp/jsoncpp/json.h:578:7: style: Class 'Value' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/json/jsoncpp/jsoncpp/json.h:579:7: style: Class 'Value' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/json/jsoncpp/jsoncpp/json.h:581:7: style: Class 'Value' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/json/jsoncpp/jsoncpp/json.h:582:7: style: Class 'Value' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/json/jsoncpp/jsoncpp/json.h:594:7: style: Class 'Value' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/json/jsoncpp/jsoncpp/json.h:595:7: style: Class 'Value' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/json/jsoncpp/jsoncpp/json.h:599:7: style: Class 'Value' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/json/jsoncpp/jsoncpp/json.h:533:10: style: Class 'CZString' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/json/jsoncpp/jsoncpp/json.h:874:7: style: Class 'PathArgument' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/json/jsoncpp/jsoncpp/json.h:875:7: style: Class 'PathArgument' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/json/jsoncpp/jsoncpp/json.h:876:7: style: Class 'PathArgument' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/json/jsoncpp/jsoncpp/json.h:1416:7: style: Class 'ValueIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/json/jsoncpp/jsoncpp/json.h:1517:7: style: Class 'Reader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/json/jsoncpp/jsoncpp/json.h:1847:7: style: Class 'StyledStreamWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/json/jsoncpp/jsoncpp.cpp:1164:4: style: Class 'BatchAllocator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/json/jsoncpp/jsoncpp/json.h:1759:27: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/json/jsoncpp/jsoncpp/json.h:1734:27: note: Virtual function in base class
eiskaltdcpp-2.2.9/json/jsoncpp/jsoncpp/json.h:1759:27: note: Function in derived class
eiskaltdcpp-2.2.9/json/jsoncpp/jsoncpp/json.h:1798:27: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/json/jsoncpp/jsoncpp/json.h:1734:27: note: Virtual function in base class
eiskaltdcpp-2.2.9/json/jsoncpp/jsoncpp/json.h:1798:27: note: Function in derived class
eiskaltdcpp-2.2.9/json/jsoncpp/jsoncpp.cpp:4118:53: performance: Function parameter 'indentation' should be passed by const reference. [passedByValue]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_client.cpp:37:13: warning: Member variable 'Client::m_protocol' is not initialized in the constructor. [uninitMemberVar]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_client.cpp:33:13: warning: Member variable 'Client::m_sock' is not initialized in the constructor. [uninitMemberVar]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_client.cpp:33:13: warning: Member variable 'Client::m_protocol' is not initialized in the constructor. [uninitMemberVar]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_client.cpp:33:13: warning: Member variable 'Client::m_port' is not initialized in the constructor. [uninitMemberVar]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_client.cpp:33:13: warning: Member variable 'Client::m_format' is not initialized in the constructor. [uninitMemberVar]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_handler.h:110:11: performance: Variable 'm_name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_handler.h:112:11: performance: Variable 'm_description' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_client.cpp:40:7: performance: Variable 'm_address' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_client.h:105:22: warning: Virtual function 'Close' is called from destructor '~Client()' at line 51. Dynamic binding is not used. [virtualCallInConstructor]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_client.cpp:51:9: note: Calling Close
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_client.h:105:22: note: Close is a virtual method
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_handler.h:123:22: style: The function 'Call' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_handler.h:61:22: note: Virtual function in base class
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_handler.h:123:22: note: Function in derived class
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_handler.h:132:29: style: The function 'GetName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_handler.h:68:29: note: Virtual function in base class
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_handler.h:132:29: note: Function in derived class
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_handler.h:141:29: style: The function 'GetDescription' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_handler.h:74:29: note: Virtual function in base class
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_handler.h:141:29: note: Function in derived class
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_handler.cpp:188:7: style: Variable 'parsing' is reassigned a value before the old one has been used. [redundantAssignment]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_handler.cpp:185:0: note: Variable 'parsing' is reassigned a value before the old one has been used.
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_handler.cpp:188:7: note: Variable 'parsing' is reassigned a value before the old one has been used.
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_handler.h:110:0: performance: Variable 'm_name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_handler.h:112:0: performance: Variable 'm_description' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_handler.h:329:14: performance: Technically the member function 'Json::Rpc::Handler::Check' can be static. [functionStatic]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_handler.cpp:105:19: note: Technically the member function 'Json::Rpc::Handler::Check' can be static.
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_handler.h:329:14: note: Technically the member function 'Json::Rpc::Handler::Check' can be static.
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_httpclient.h:127:13: style: Technically the member function 'Json::Rpc::HttpClient::GetRecvListSize' can be const. [functionConst]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_httpclient.cpp:254:21: note: Technically the member function 'Json::Rpc::HttpClient::GetRecvListSize' can be const.
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_httpclient.h:127:13: note: Technically the member function 'Json::Rpc::HttpClient::GetRecvListSize' can be const.
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_httpclient.h:154:13: performance: Technically the member function 'Json::Rpc::HttpClient::GetSocket' can be static. [functionStatic]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_httpclient.cpp:269:21: note: Technically the member function 'Json::Rpc::HttpClient::GetSocket' can be static.
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_httpclient.h:154:13: note: Technically the member function 'Json::Rpc::HttpClient::GetSocket' can be static.
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/system.h:176:7: style: Class 'Thread' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_httpclient.h:63:9: style: Class 'HttpClient' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/netstring.h:48:7: style: Class 'NetstringException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/system.h:111:21: style: The function 'Call' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/system.h:68:21: note: Virtual function in base class
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/system.h:111:21: note: Function in derived class
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_httpclient.h:96:17: style: The function 'Recv' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_client.h:100:25: note: Virtual function in base class
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_httpclient.h:96:17: note: Function in derived class
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_httpclient.h:141:14: style: The function 'Connect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_client.h:92:22: note: Virtual function in base class
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_httpclient.h:141:14: note: Function in derived class
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_httpclient.h:147:14: style: The function 'Close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_client.h:105:22: note: Virtual function in base class
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_httpclient.h:147:14: note: Function in derived class
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_httpserver.cpp:120:9: portability: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_httpserver.cpp:44:32: style: C-style pointer casting [cstyleCast]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_httpserver.cpp:65:7: performance: Variable 'm_address' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_httpserver.h:56:14: performance: Technically the member function 'Json::Rpc::HTTPServer::stopPolling' can be static. [functionStatic]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_httpserver.cpp:88:22: note: Technically the member function 'Json::Rpc::HTTPServer::stopPolling' can be static.
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_httpserver.h:56:14: note: Technically the member function 'Json::Rpc::HTTPServer::stopPolling' can be static.
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_httpserver.h:58:14: performance: Technically the member function 'Json::Rpc::HTTPServer::sendResponse' can be static. [functionStatic]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_httpserver.cpp:115:22: note: Technically the member function 'Json::Rpc::HTTPServer::sendResponse' can be static.
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_httpserver.h:58:14: note: Technically the member function 'Json::Rpc::HTTPServer::sendResponse' can be static.
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_server.cpp:31:13: warning: Member variable 'Server::m_protocol' is not initialized in the constructor. [uninitMemberVar]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_server.cpp:34:7: performance: Variable 'm_address' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_server.h:115:22: warning: Virtual function 'Close' is called from destructor '~Server()' at line 43. Dynamic binding is not used. [virtualCallInConstructor]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_server.cpp:43:9: note: Calling Close
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_server.h:115:22: note: Close is a virtual method
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_tcpclient.h:61:25: style: The function 'Recv' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_client.h:100:25: note: Virtual function in base class
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_tcpclient.h:61:25: note: Function in derived class
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_tcpserver.cpp:65:9: portability: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_tcpserver.cpp:80:7: style: Variable 'nb' is reassigned a value before the old one has been used. [redundantAssignment]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_tcpserver.cpp:77:0: note: Variable 'nb' is reassigned a value before the old one has been used.
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_tcpserver.cpp:80:7: note: Variable 'nb' is reassigned a value before the old one has been used.
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_tcpserver.h:63:22: style: The function 'Recv' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_server.h:108:22: note: Virtual function in base class
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_tcpserver.h:63:22: note: Function in derived class
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_tcpserver.h:80:22: style: The function 'WaitMessage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_server.h:63:22: note: Virtual function in base class
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_tcpserver.h:80:22: note: Function in derived class
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_tcpserver.h:96:14: style: The function 'Close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_server.h:115:22: note: Virtual function in base class
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_tcpserver.h:96:14: note: Function in derived class
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_udpclient.h:61:25: style: The function 'Recv' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_client.h:100:25: note: Virtual function in base class
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_udpclient.h:61:25: note: Function in derived class
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_udpserver.cpp:67:7: style: Variable 'nb' is reassigned a value before the old one has been used. [redundantAssignment]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_udpserver.cpp:62:0: note: Variable 'nb' is reassigned a value before the old one has been used.
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_udpserver.cpp:67:7: note: Variable 'nb' is reassigned a value before the old one has been used.
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_udpserver.h:61:22: style: The function 'Recv' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_server.h:108:22: note: Virtual function in base class
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_udpserver.h:61:22: note: Function in derived class
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_udpserver.h:80:22: style: The function 'WaitMessage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_server.h:63:22: note: Virtual function in base class
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/jsonrpc_udpserver.h:80:22: note: Function in derived class
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:3590:10: warning: Either the condition 'len<=(int)sizeof(buf)' is redundant or the array 'buf[8192]' is accessed at index 8192, which is out of bounds. [arrayIndexOutOfBoundsCond]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:3591:18: note: Assuming that condition 'len<=(int)sizeof(buf)' is not redundant
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:3590:10: note: Array index out of bounds
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:1887:9: warning: Width 3 given in format string (no. 2) is smaller than destination buffer 'month_str[32]'. [invalidScanfFormatWidth_smaller]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:1889:9: warning: Width 3 given in format string (no. 2) is smaller than destination buffer 'month_str[32]'. [invalidScanfFormatWidth_smaller]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:1891:9: warning: Width 3 given in format string (no. 2) is smaller than destination buffer 'month_str[32]'. [invalidScanfFormatWidth_smaller]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:1893:9: warning: Width 3 given in format string (no. 2) is smaller than destination buffer 'month_str[32]'. [invalidScanfFormatWidth_smaller]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:615:25: style: The scope of the variable 'src_addr' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:617:9: style: The scope of the variable 'fp' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:618:10: style: The scope of the variable 'timestamp' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:943:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:944:11: style: The scope of the variable 'ap' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:945:7: style: The scope of the variable 'len' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:1473:10: style: The scope of the variable 'k' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:1526:7: style: The scope of the variable 'n' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:1546:7: style: The scope of the variable 'n' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:1546:10: style: The scope of the variable 'buffered_len' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:1547:15: style: The scope of the variable 'body' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:1579:10: style: The scope of the variable 'now' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:1580:11: style: The scope of the variable 'n' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:1580:21: style: The scope of the variable 'allowed' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:1779:7: style: The scope of the variable 'match_len' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:1780:8: style: The scope of the variable 'gz_path' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:1884:47: style: The scope of the variable 'leap_days' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:1884:58: style: The scope of the variable 'days' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:1985:15: style: The scope of the variable 'ext' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:2006:22: style: The scope of the variable 'ext' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:2040:12: style: The scope of the variable 't' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:2320:9: style: The scope of the variable 'name' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:2383:10: style: The scope of the variable 'len' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:2664:8: style: The scope of the variable 'path' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:2960:7: style: The scope of the variable 'is_request' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:3183:9: style: The scope of the variable 'p' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:3444:7: style: The scope of the variable 'len' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:4074:70: style: The scope of the variable 's' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:4075:9: style: The scope of the variable 'fp' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:4076:11: style: The scope of the variable 'n' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:4076:20: style: The scope of the variable 'headers_len' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:4076:47: style: The scope of the variable 'eof' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:4454:16: style: The scope of the variable 'flag' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:4626:7: style: The scope of the variable 'i' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:4821:39: style: The scope of the variable 'discard_len' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:5130:30: style: The scope of the variable 'default_value' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:2275:31: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:2277:38: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:2518:49: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:2528:45: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:1390:38: style: Function 'mg_start_thread' argument 1 names different: declaration 'f' definition 'func'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.h:329:38: note: Function 'mg_start_thread' argument 1 names different: declaration 'f' definition 'func'.
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:1390:38: note: Function 'mg_start_thread' argument 1 names different: declaration 'f' definition 'func'.
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:1390:50: style: Function 'mg_start_thread' argument 2 names different: declaration 'p' definition 'param'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.h:329:47: note: Function 'mg_start_thread' argument 2 names different: declaration 'p' definition 'param'.
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:1390:50: note: Function 'mg_start_thread' argument 2 names different: declaration 'p' definition 'param'.
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:1688:63: style: Function 'mg_get_var' argument 3 names different: declaration 'var_name' definition 'name'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.h:277:28: note: Function 'mg_get_var' argument 3 names different: declaration 'var_name' definition 'name'.
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:1688:63: note: Function 'mg_get_var' argument 3 names different: declaration 'var_name' definition 'name'.
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:1735:31: style: Function 'mg_get_cookie' argument 1 names different: declaration 'cookie' definition 'cookie_header'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.h:292:31: note: Function 'mg_get_cookie' argument 1 names different: declaration 'cookie' definition 'cookie_header'.
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:1735:31: note: Function 'mg_get_cookie' argument 1 names different: declaration 'cookie' definition 'cookie_header'.
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:1736:25: style: Function 'mg_get_cookie' argument 3 names different: declaration 'buf' definition 'dst'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.h:293:25: note: Function 'mg_get_cookie' argument 3 names different: declaration 'buf' definition 'dst'.
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:1736:25: note: Function 'mg_get_cookie' argument 3 names different: declaration 'buf' definition 'dst'.
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:1736:37: style: Function 'mg_get_cookie' argument 4 names different: declaration 'buf_len' definition 'dst_size'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.h:293:37: note: Function 'mg_get_cookie' argument 4 names different: declaration 'buf_len' definition 'dst_size'.
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:1736:37: note: Function 'mg_get_cookie' argument 4 names different: declaration 'buf_len' definition 'dst_size'.
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:1984:50: style: Function 'mg_get_builtin_mime_type' argument 1 names different: declaration 'file_name' definition 'path'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.h:334:50: note: Function 'mg_get_builtin_mime_type' argument 1 names different: declaration 'file_name' definition 'path'.
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:1984:50: note: Function 'mg_get_builtin_mime_type' argument 1 names different: declaration 'file_name' definition 'path'.
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:2480:42: style: Function 'mg_modify_passwords_file' argument 1 names different: declaration 'passwords_file_name' definition 'fname'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.h:193:42: note: Function 'mg_modify_passwords_file' argument 1 names different: declaration 'passwords_file_name' definition 'fname'.
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:2480:42: note: Function 'mg_modify_passwords_file' argument 1 names different: declaration 'passwords_file_name' definition 'fname'.
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:2481:60: style: Function 'mg_modify_passwords_file' argument 4 names different: declaration 'password' definition 'pass'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.h:196:42: note: Function 'mg_modify_passwords_file' argument 4 names different: declaration 'password' definition 'pass'.
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:2481:60: note: Function 'mg_modify_passwords_file' argument 4 names different: declaration 'password' definition 'pass'.
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:4798:41: style: Function 'mg_download' argument 4 names different: declaration 'error_buffer' definition 'ebuf'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.h:311:41: note: Function 'mg_download' argument 4 names different: declaration 'error_buffer' definition 'ebuf'.
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:4798:41: note: Function 'mg_download' argument 4 names different: declaration 'error_buffer' definition 'ebuf'.
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:4798:54: style: Function 'mg_download' argument 5 names different: declaration 'error_buffer_size' definition 'ebuf_len'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.h:311:62: note: Function 'mg_download' argument 5 names different: declaration 'error_buffer_size' definition 'ebuf_len'.
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:4798:54: note: Function 'mg_download' argument 5 names different: declaration 'error_buffer_size' definition 'ebuf_len'.
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:4799:47: style: Function 'mg_download' argument 6 names different: declaration 'request_fmt' definition 'fmt'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.h:312:35: note: Function 'mg_download' argument 6 names different: declaration 'request_fmt' definition 'fmt'.
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:4799:47: note: Function 'mg_download' argument 6 names different: declaration 'request_fmt' definition 'fmt'.
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:5128:42: style: Function 'mg_start' argument 3 names different: declaration 'configuration_options' definition 'options'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.h:155:42: note: Function 'mg_start' argument 3 names different: declaration 'configuration_options' definition 'options'.
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:5128:42: note: Function 'mg_start' argument 3 names different: declaration 'configuration_options' definition 'options'.
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:3590:10: warning: Either the condition 'len<=(int)8192' is redundant or the array 'buf[8192]' is accessed at index 8192, which is out of bounds. [arrayIndexOutOfBoundsCond]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:3591:18: note: Assuming that condition 'len<=(int)8192' is not redundant
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:3590:10: note: Array index out of bounds
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:1669:12: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:2411:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:2511:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:3513:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:3517:14: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:3521:14: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:3554:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:1640:3: error: Memory leak: buf [memleak]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:1636:5: error: va_start() or va_copy() called subsequently on 'ap_copy' without va_end() in between. [va_start_subsequentCalls]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:1640:13: error: va_list 'ap_copy' was opened but not closed by va_end(). [va_end_missing]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:1660:35: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/mongoose.c:4816:14: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/netstring.cpp:49:41: style: Function 'decode' argument 1 names different: declaration 'netstr' definition 'str'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/netstring.h:81:41: note: Function 'decode' argument 1 names different: declaration 'netstr' definition 'str'.
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/netstring.cpp:49:41: note: Function 'decode' argument 1 names different: declaration 'netstr' definition 'str'.
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/netstring.cpp:97:5: performance: Variable 'm_msg' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/networking.cpp:49:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/networking.cpp:43:0: note: Variable 'ret' is reassigned a value before the old one has been used.
eiskaltdcpp-2.2.9/json/jsonrpc-cpp/networking.cpp:49:5: note: Variable 'ret' is reassigned a value before the old one has been used.
eiskaltdcpp-2.2.9/upnp/miniupnpc/minissdpc.c:52:18: style: The scope of the variable 'url' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/upnp/miniupnpc/minissdpc.c:54:15: style: The scope of the variable 'urlsize' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/upnp/miniupnpc/minissdpc.c:54:32: style: The scope of the variable 'usnsize' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/upnp/miniupnpc/miniupnpc.c:145:22: style: The scope of the variable 'pv' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/upnp/miniupnpc/miniwget.c:94:5: error: Common realloc mistake: 'header_buf' nulled but not freed upon failure [memleakOnRealloc]
eiskaltdcpp-2.2.9/upnp/miniupnpc/miniwget.c:234:7: error: Common realloc mistake: 'content_buf' nulled but not freed upon failure [memleakOnRealloc]
eiskaltdcpp-2.2.9/upnp/miniupnpc/miniwget.c:258:6: error: Common realloc mistake: 'content_buf' nulled but not freed upon failure [memleakOnRealloc]
eiskaltdcpp-2.2.9/upnp/miniupnpc/upnpcommands.c:162:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
eiskaltdcpp-2.2.9/upnp/miniupnpc/upnpcommands.c:462:2: warning: Either the condition 'p&&intClient' is redundant or there is possible null pointer dereference: intClient. [nullPointerRedundantCheck]
eiskaltdcpp-2.2.9/upnp/miniupnpc/upnpcommands.c:496:7: note: Assuming that condition 'p&&intClient' is not redundant
eiskaltdcpp-2.2.9/upnp/miniupnpc/upnpcommands.c:462:2: note: Null pointer dereference
eiskaltdcpp-2.2.9/upnp/miniupnpc/upnpcommands.c:463:2: warning: Either the condition 'p&&intPort' is redundant or there is possible null pointer dereference: intPort. [nullPointerRedundantCheck]
eiskaltdcpp-2.2.9/upnp/miniupnpc/upnpcommands.c:503:7: note: Assuming that condition 'p&&intPort' is not redundant
eiskaltdcpp-2.2.9/upnp/miniupnpc/upnpcommands.c:463:2: note: Null pointer dereference
eiskaltdcpp-2.2.9/upnp/miniupnpc/upnpcommands.c:808:9: style: The scope of the variable 'p' can be reduced. [variableScope]
eiskaltdcpp-2.2.9/upnp/miniupnpc/upnpcommands.c:539:51: style: Function 'UPNP_GetPortMappingNumberOfEntries' argument 3 names different: declaration 'num' definition 'numEntries'. [funcArgNamesDifferent]
eiskaltdcpp-2.2.9/upnp/miniupnpc/upnpcommands.h:146:51: note: Function 'UPNP_GetPortMappingNumberOfEntries' argument 3 names different: declaration 'num' definition 'numEntries'.
eiskaltdcpp-2.2.9/upnp/miniupnpc/upnpcommands.c:539:51: note: Function 'UPNP_GetPortMappingNumberOfEntries' argument 3 names different: declaration 'num' definition 'numEntries'.
eiskaltdcpp-2.2.9/upnp/miniupnpc/upnpreplyparse.c:29:24: style: The scope of the variable 'nv' can be reduced. [variableScope]
[17:31]

ftp://ftp.se.debian.org/debian/pool/main/e/eja/eja_9.5.20.orig.tar.gz
eja/eja.c:64:6: style: The scope of the variable 'i' can be reduced. [variableScope]
eja/eja.c:66:17: style: The scope of the variable 'entry' can be reduced. [variableScope]
eja/eja.c:260:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
eja/eja.c:299:6: style: The scope of the variable 'n' can be reduced. [variableScope]
eja/eja.c:188:9: style: Variable 'fd' is assigned a value that is never used. [unreadVariable]
eja/eja.c:227:6: style: Unused variable: r [unusedVariable]
eja/eja.c:305:8: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eja/lua/src/lapi.c:255:53: style: Function 'lua_typename' argument 2 names different: declaration 'tp' definition 't'. [funcArgNamesDifferent]
eja/lua/src/lua.h:166:59: note: Function 'lua_typename' argument 2 names different: declaration 'tp' definition 't'.
eja/lua/src/lapi.c:255:53: note: Function 'lua_typename' argument 2 names different: declaration 'tp' definition 't'.
eja/lua/src/lapi.c:501:74: style: Function 'lua_pushlstring' argument 3 names different: declaration 'l' definition 'len'. [funcArgNamesDifferent]
eja/lua/src/lua.h:209:76: note: Function 'lua_pushlstring' argument 3 names different: declaration 'l' definition 'len'.
eja/lua/src/lapi.c:501:74: note: Function 'lua_pushlstring' argument 3 names different: declaration 'l' definition 'len'.
eja/lua/src/lapi.c:1175:53: style: Function 'lua_newuserdata' argument 2 names different: declaration 'sz' definition 'size'. [funcArgNamesDifferent]
eja/lua/src/lua.h:230:55: note: Function 'lua_newuserdata' argument 2 names different: declaration 'sz' definition 'size'.
eja/lua/src/lapi.c:1175:53: note: Function 'lua_newuserdata' argument 2 names different: declaration 'sz' definition 'size'.
eja/lua/src/lauxlib.c:598:7: style: The scope of the variable 'c' can be reduced. [variableScope]
eja/lua/src/lauxlib.c:357:61: style: Function 'luaL_checklstring' argument 2 names different: declaration 'numArg' definition 'narg'. [funcArgNamesDifferent]
eja/lua/src/lauxlib.h:36:63: note: Function 'luaL_checklstring' argument 2 names different: declaration 'numArg' definition 'narg'.
eja/lua/src/lauxlib.c:357:61: note: Function 'luaL_checklstring' argument 2 names different: declaration 'numArg' definition 'narg'.
eja/lua/src/lauxlib.c:357:75: style: Function 'luaL_checklstring' argument 3 names different: declaration 'l' definition 'len'. [funcArgNamesDifferent]
eja/lua/src/lauxlib.h:37:67: note: Function 'luaL_checklstring' argument 3 names different: declaration 'l' definition 'len'.
eja/lua/src/lauxlib.c:357:75: note: Function 'luaL_checklstring' argument 3 names different: declaration 'l' definition 'len'.
eja/lua/src/lauxlib.c:364:59: style: Function 'luaL_optlstring' argument 2 names different: declaration 'numArg' definition 'narg'. [funcArgNamesDifferent]
eja/lua/src/lauxlib.h:38:61: note: Function 'luaL_optlstring' argument 2 names different: declaration 'numArg' definition 'narg'.
eja/lua/src/lauxlib.c:364:59: note: Function 'luaL_optlstring' argument 2 names different: declaration 'numArg' definition 'narg'.
eja/lua/src/lauxlib.c:365:66: style: Function 'luaL_optlstring' argument 4 names different: declaration 'l' definition 'len'. [funcArgNamesDifferent]
eja/lua/src/lauxlib.h:39:68: note: Function 'luaL_optlstring' argument 4 names different: declaration 'l' definition 'len'.
eja/lua/src/lauxlib.c:365:66: note: Function 'luaL_optlstring' argument 4 names different: declaration 'l' definition 'len'.
eja/lua/src/lcode.c:333:5: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
eja/lua/src/lcode.c:38:16: style: The scope of the variable 'previous' can be reduced. [variableScope]
eja/lua/src/lcode.c:227:48: style: Function 'luaK_codeABC' argument 3 names different: declaration 'A' definition 'a'. [funcArgNamesDifferent]
eja/lua/src/lcode.h:48:58: note: Function 'luaK_codeABC' argument 3 names different: declaration 'A' definition 'a'.
eja/lua/src/lcode.c:227:48: note: Function 'luaK_codeABC' argument 3 names different: declaration 'A' definition 'a'.
eja/lua/src/lcode.c:227:55: style: Function 'luaK_codeABC' argument 4 names different: declaration 'B' definition 'b'. [funcArgNamesDifferent]
eja/lua/src/lcode.h:48:65: note: Function 'luaK_codeABC' argument 4 names different: declaration 'B' definition 'b'.
eja/lua/src/lcode.c:227:55: note: Function 'luaK_codeABC' argument 4 names different: declaration 'B' definition 'b'.
eja/lua/src/lcode.c:227:62: style: Function 'luaK_codeABC' argument 5 names different: declaration 'C' definition 'c'. [funcArgNamesDifferent]
eja/lua/src/lcode.h:48:72: note: Function 'luaK_codeABC' argument 5 names different: declaration 'C' definition 'c'.
eja/lua/src/lcode.c:227:62: note: Function 'luaK_codeABC' argument 5 names different: declaration 'C' definition 'c'.
eja/lua/src/lcode.c:236:48: style: Function 'luaK_codeABx' argument 3 names different: declaration 'A' definition 'a'. [funcArgNamesDifferent]
eja/lua/src/lcode.h:47:58: note: Function 'luaK_codeABx' argument 3 names different: declaration 'A' definition 'a'.
eja/lua/src/lcode.c:236:48: note: Function 'luaK_codeABx' argument 3 names different: declaration 'A' definition 'a'.
eja/lua/src/lcode.c:236:64: style: Function 'luaK_codeABx' argument 4 names different: declaration 'Bx' definition 'bc'. [funcArgNamesDifferent]
eja/lua/src/lcode.h:47:74: note: Function 'luaK_codeABx' argument 4 names different: declaration 'Bx' definition 'bc'.
eja/lua/src/lcode.c:236:64: note: Function 'luaK_codeABx' argument 4 names different: declaration 'Bx' definition 'bc'.
eja/lua/src/lcode.c:558:59: style: Function 'luaK_storevar' argument 3 names different: declaration 'e' definition 'ex'. [funcArgNamesDifferent]
eja/lua/src/lcode.h:66:69: note: Function 'luaK_storevar' argument 3 names different: declaration 'e' definition 'ex'.
eja/lua/src/lcode.c:558:59: note: Function 'luaK_storevar' argument 3 names different: declaration 'e' definition 'ex'.
eja/lua/src/lcode.c:762:53: style: Function 'luaK_prefix' argument 3 names different: declaration 'v' definition 'e'. [funcArgNamesDifferent]
eja/lua/src/lcode.h:76:63: note: Function 'luaK_prefix' argument 3 names different: declaration 'v' definition 'e'.
eja/lua/src/lcode.c:762:53: note: Function 'luaK_prefix' argument 3 names different: declaration 'v' definition 'e'.
eja/lua/src/lcode.c:814:28: style: Function 'luaK_posfix' argument 3 names different: declaration 'v1' definition 'e1'. [funcArgNamesDifferent]
eja/lua/src/lcode.h:78:64: note: Function 'luaK_posfix' argument 3 names different: declaration 'v1' definition 'e1'.
eja/lua/src/lcode.c:814:28: note: Function 'luaK_posfix' argument 3 names different: declaration 'v1' definition 'e1'.
eja/lua/src/lcode.c:814:41: style: Function 'luaK_posfix' argument 4 names different: declaration 'v2' definition 'e2'. [funcArgNamesDifferent]
eja/lua/src/lcode.h:79:38: note: Function 'luaK_posfix' argument 4 names different: declaration 'v2' definition 'e2'.
eja/lua/src/lcode.c:814:41: note: Function 'luaK_posfix' argument 4 names different: declaration 'v2' definition 'e2'.
eja/lua/src/ldblib.c:172:15: style: The scope of the variable 'name' can be reduced. [variableScope]
eja/lua/src/ldebug.c:530:68: style: Function 'luaG_typeerror' argument 3 names different: declaration 'opname' definition 'op'. [funcArgNamesDifferent]
eja/lua/src/ldebug.h:25:61: note: Function 'luaG_typeerror' argument 3 names different: declaration 'opname' definition 'op'.
eja/lua/src/ldebug.c:530:68: note: Function 'luaG_typeerror' argument 3 names different: declaration 'opname' definition 'op'.
eja/lua/src/ldo.c:596:27: style: Function 'luaD_pcall' argument 4 names different: declaration 'oldtop' definition 'old_top'. [funcArgNamesDifferent]
eja/lua/src/ldo.h:36:51: note: Function 'luaD_pcall' argument 4 names different: declaration 'oldtop' definition 'old_top'.
eja/lua/src/ldo.c:596:27: note: Function 'luaD_pcall' argument 4 names different: declaration 'oldtop' definition 'old_top'.
eja/lua/src/ldo.c:130:3: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
eja/lua/src/lfunc.c:23:46: style: Function 'luaF_newCclosure' argument 2 names different: declaration 'nelems' definition 'n'. [funcArgNamesDifferent]
eja/lua/src/lfunc.h:22:56: note: Function 'luaF_newCclosure' argument 2 names different: declaration 'nelems' definition 'n'.
eja/lua/src/lfunc.c:23:46: note: Function 'luaF_newCclosure' argument 2 names different: declaration 'nelems' definition 'n'.
eja/lua/src/lfunc.c:30:46: style: Function 'luaF_newLclosure' argument 2 names different: declaration 'nelems' definition 'n'. [funcArgNamesDifferent]
eja/lua/src/lfunc.h:23:56: note: Function 'luaF_newLclosure' argument 2 names different: declaration 'nelems' definition 'n'.
eja/lua/src/lfunc.c:30:46: note: Function 'luaF_newLclosure' argument 2 names different: declaration 'nelems' definition 'n'.
eja/lua/src/lfunc.c:150:45: style: Function 'luaF_getlocalname' argument 1 names different: declaration 'func' definition 'f'. [funcArgNamesDifferent]
eja/lua/src/lfunc.h:29:55: note: Function 'luaF_getlocalname' argument 1 names different: declaration 'func' definition 'f'.
eja/lua/src/lfunc.c:150:45: note: Function 'luaF_getlocalname' argument 1 names different: declaration 'func' definition 'f'.
eja/lua/src/llex.c:114:53: style: Function 'luaX_syntaxerror' argument 2 names different: declaration 's' definition 'msg'. [funcArgNamesDifferent]
eja/lua/src/llex.h:74:63: note: Function 'luaX_syntaxerror' argument 2 names different: declaration 's' definition 'msg'.
eja/lua/src/llex.c:114:53: note: Function 'luaX_syntaxerror' argument 2 names different: declaration 's' definition 'msg'.
eja/lua/src/lmem.c:46:67: style: Function 'luaM_growaux_' argument 4 names different: declaration 'size_elem' definition 'size_elems'. [funcArgNamesDifferent]
eja/lua/src/lmem.h:53:39: note: Function 'luaM_growaux_' argument 4 names different: declaration 'size_elem' definition 'size_elems'.
eja/lua/src/lmem.c:46:67: note: Function 'luaM_growaux_' argument 4 names different: declaration 'size_elem' definition 'size_elems'.
eja/lua/src/lmem.c:75:56: style: Function 'luaM_realloc_' argument 3 names different: declaration 'oldsize' definition 'osize'. [funcArgNamesDifferent]
eja/lua/src/lmem.h:50:66: note: Function 'luaM_realloc_' argument 3 names different: declaration 'oldsize' definition 'osize'.
eja/lua/src/lmem.c:75:56: note: Function 'luaM_realloc_' argument 3 names different: declaration 'oldsize' definition 'osize'.
eja/lua/src/lmem.c:75:70: style: Function 'luaM_realloc_' argument 4 names different: declaration 'size' definition 'nsize'. [funcArgNamesDifferent]
eja/lua/src/lmem.h:51:66: note: Function 'luaM_realloc_' argument 4 names different: declaration 'size' definition 'nsize'.
eja/lua/src/lmem.c:75:70: note: Function 'luaM_realloc_' argument 4 names different: declaration 'size' definition 'nsize'.
eja/lua/src/lobject.c:252:58: style: Function 'luaO_chunkid' argument 3 names different: declaration 'len' definition 'bufflen'. [funcArgNamesDifferent]
eja/lua/src/lobject.h:603:68: note: Function 'luaO_chunkid' argument 3 names different: declaration 'len' definition 'bufflen'.
eja/lua/src/lobject.c:252:58: note: Function 'luaO_chunkid' argument 3 names different: declaration 'len' definition 'bufflen'.
eja/lua/src/lvm.c:95:22: warning: Possible null pointer dereference: L [nullPointer]
eja/lua/src/lvm.c:194:7: note: Calling function 'luaV_equalobj_', 1st argument 'L' value is 0
eja/lua/src/lvm.c:288:10: note: Calling function 'callTM', 1st argument 'L' value is 0
eja/lua/src/lvm.c:95:22: note: Null pointer dereference
eja/lua/src/lvm.c:96:11: warning: Possible null pointer dereference: L [nullPointer]
eja/lua/src/lvm.c:194:7: note: Calling function 'luaV_equalobj_', 1st argument 'L' value is 0
eja/lua/src/lvm.c:288:10: note: Calling function 'callTM', 1st argument 'L' value is 0
eja/lua/src/lvm.c:96:11: note: Null pointer dereference
eja/lua/src/lvm.c:97:11: warning: Possible null pointer dereference: L [nullPointer]
eja/lua/src/lvm.c:194:7: note: Calling function 'luaV_equalobj_', 1st argument 'L' value is 0
eja/lua/src/lvm.c:288:10: note: Calling function 'callTM', 1st argument 'L' value is 0
eja/lua/src/lvm.c:97:11: note: Null pointer dereference
eja/lua/src/lvm.c:98:11: warning: Possible null pointer dereference: L [nullPointer]
eja/lua/src/lvm.c:194:7: note: Calling function 'luaV_equalobj_', 1st argument 'L' value is 0
eja/lua/src/lvm.c:288:10: note: Calling function 'callTM', 1st argument 'L' value is 0
eja/lua/src/lvm.c:98:11: note: Null pointer dereference
eja/lua/src/lvm.c:102:16: warning: Possible null pointer dereference: L [nullPointer]
eja/lua/src/lvm.c:194:7: note: Calling function 'luaV_equalobj_', 1st argument 'L' value is 0
eja/lua/src/lvm.c:288:10: note: Calling function 'callTM', 1st argument 'L' value is 0
eja/lua/src/lvm.c:102:16: note: Null pointer dereference
eja/lua/src/lvm.c:288:25: warning: Possible null pointer dereference: L [nullPointer]
eja/lua/src/lvm.c:194:7: note: Calling function 'luaV_equalobj_', 1st argument 'L' value is 0
eja/lua/src/lvm.c:288:25: note: Null pointer dereference
eja/lua/src/lvm.c:289:11: warning: Possible null pointer dereference: L [nullPointer]
eja/lua/src/lvm.c:194:7: note: Calling function 'luaV_equalobj_', 1st argument 'L' value is 0
eja/lua/src/lvm.c:289:11: note: Null pointer dereference
[17:31]

ftp://ftp.se.debian.org/debian/pool/main/e/ejabberd/ejabberd_2.1.10.orig.tar.gz
ejabberd-2.1.10/src/expat_erl.c:61:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
ejabberd-2.1.10/src/expat_erl.c:62:7: style: The scope of the variable 'name_len' can be reduced. [variableScope]
ejabberd-2.1.10/src/expat_erl.c:62:17: style: The scope of the variable 'prefix_len' can be reduced. [variableScope]
ejabberd-2.1.10/src/expat_erl.c:62:29: style: The scope of the variable 'buf_len' can be reduced. [variableScope]
ejabberd-2.1.10/src/expat_erl.c:142:7: style: The scope of the variable 'prefix_len' can be reduced. [variableScope]
ejabberd-2.1.10/src/expat_erl.c:143:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
ejabberd-2.1.10/src/expat_erl.c:209:13: style: The scope of the variable 'errcode' can be reduced. [variableScope]
ejabberd-2.1.10/src/expat_erl.c:210:10: style: The scope of the variable 'errstring' can be reduced. [variableScope]
ejabberd-2.1.10/src/pam/epam.c:105:7: style: The scope of the variable 'i' can be reduced. [variableScope]
ejabberd-2.1.10/src/pam/epam.c:131:7: style: The scope of the variable 'i' can be reduced. [variableScope]
ejabberd-2.1.10/src/pam/epam.c:158:15: style: The scope of the variable 'errtxt' can be reduced. [variableScope]
ejabberd-2.1.10/src/pam/epam.c:179:20: style: The scope of the variable 'srv' can be reduced. [variableScope]
ejabberd-2.1.10/src/pam/epam.c:179:26: style: The scope of the variable 'user' can be reduced. [variableScope]
ejabberd-2.1.10/src/pam/epam.c:180:9: style: The scope of the variable 'service' can be reduced. [variableScope]
ejabberd-2.1.10/src/pam/epam.c:180:19: style: The scope of the variable 'username' can be reduced. [variableScope]
ejabberd-2.1.10/src/pam/epam.c:201:20: style: The scope of the variable 'srv' can be reduced. [variableScope]
ejabberd-2.1.10/src/pam/epam.c:201:26: style: The scope of the variable 'user' can be reduced. [variableScope]
ejabberd-2.1.10/src/pam/epam.c:201:33: style: The scope of the variable 'pass' can be reduced. [variableScope]
ejabberd-2.1.10/src/pam/epam.c:202:9: style: The scope of the variable 'service' can be reduced. [variableScope]
ejabberd-2.1.10/src/pam/epam.c:202:19: style: The scope of the variable 'username' can be reduced. [variableScope]
ejabberd-2.1.10/src/pam/epam.c:202:30: style: The scope of the variable 'password' can be reduced. [variableScope]
ejabberd-2.1.10/src/pam/epam.c:227:28: style: The scope of the variable 'cmd' can be reduced. [variableScope]
ejabberd-2.1.10/src/pam/epam.c:227:34: style: The scope of the variable 'port' can be reduced. [variableScope]
ejabberd-2.1.10/src/pam/epam.c:227:41: style: The scope of the variable 'data' can be reduced. [variableScope]
ejabberd-2.1.10/src/stringprep/stringprep_drv.c:83:14: style: The scope of the variable 'next' can be reduced. [variableScope]
ejabberd-2.1.10/src/stringprep/stringprep_drv.c:213:18: style: The scope of the variable 'c' can be reduced. [variableScope]
ejabberd-2.1.10/src/stringprep/stringprep_drv.c:225:21: style: The scope of the variable 'cclass2' can be reduced. [variableScope]
ejabberd-2.1.10/src/stringprep/stringprep_drv.c:226:13: style: The scope of the variable 'ch2' can be reduced. [variableScope]
ejabberd-2.1.10/src/tls/stdint.h:33:0: error: #error "Use this header only with Microsoft Visual C++ compilers!" [preprocessorErrorDirective]
ejabberd-2.1.10/src/xml.c:208:15: style: The scope of the variable 'rbuf' can be reduced. [variableScope]
[17:31]

ftp://ftp.se.debian.org/debian/pool/main/e/ejabberd-contrib/ejabberd-contrib_0.2018.07.13~dfsg0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/eject/eject_2.1.5+deb1+cvs20081104.orig.tar.gz
eject-2.1.5+deb1+cvs20081104/eject.c:37:0: error: #error DEFAULTDEVICE not set, check Makefile [preprocessorErrorDirective]
eject-2.1.5+deb1+cvs20081104/volname.c:33:0: error: #error DEFAULTDEVICE not set, check Makefile [preprocessorErrorDirective]
[17:31]

ftp://ftp.se.debian.org/debian/pool/main/e/ejs.js/ejs.js_1.0.0+dfsg1.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/e/ekeyd/ekeyd_1.1.5.orig.tar.gz
ekeyd-1.1.5/device/skein/brg_types.h:56:0: error: #error Please define uint_8t as an 8-bit unsigned integer type in brg_types.h [preprocessorErrorDirective]
ekeyd-1.1.5/host/connection.c:669:26: style: Function 'econ_close' argument 1 names different: declaration 'con_state' definition 'state'. [funcArgNamesDifferent]
ekeyd-1.1.5/host/connection.h:80:30: note: Function 'econ_close' argument 1 names different: declaration 'con_state' definition 'state'.
ekeyd-1.1.5/host/connection.c:669:26: note: Function 'econ_close' argument 1 names different: declaration 'con_state' definition 'state'.
ekeyd-1.1.5/host/daemonise.c:25:11: style: The scope of the variable 'pidfile' can be reduced. [variableScope]
ekeyd-1.1.5/host/daemonise.c:27:9: style: The scope of the variable 'fdlimit' can be reduced. [variableScope]
ekeyd-1.1.5/host/daemonise.c:28:9: style: The scope of the variable 'cfd' can be reduced. [variableScope]
ekeyd-1.1.5/host/egd-linux.c:223:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ekeyd-1.1.5/host/ekey-setkey.c:162:5: style: Variable 'mkey' is reassigned a value before the old one has been used. [redundantAssignment]
ekeyd-1.1.5/host/ekey-setkey.c:158:0: note: Variable 'mkey' is reassigned a value before the old one has been used.
ekeyd-1.1.5/host/ekey-setkey.c:162:5: note: Variable 'mkey' is reassigned a value before the old one has been used.
ekeyd-1.1.5/host/ekey-setkey.c:160:13: style: The scope of the variable 'crc' can be reduced. [variableScope]
ekeyd-1.1.5/host/ekey-setkey.c:48:14: style: struct member 'econ_state_s::mkey' is never used. [unusedStructMember]
ekeyd-1.1.5/host/ekey-setkey.c:49:14: style: struct member 'econ_state_s::snum' is never used. [unusedStructMember]
ekeyd-1.1.5/host/ekey-setkey.c:51:22: style: struct member 'econ_state_s::key_stream' is never used. [unusedStructMember]
ekeyd-1.1.5/host/ekey-setkey.c:52:21: style: struct member 'econ_state_s::eframer' is never used. [unusedStructMember]
ekeyd-1.1.5/host/ekey-setkey.c:53:19: style: struct member 'econ_state_s::epkt' is never used. [unusedStructMember]
ekeyd-1.1.5/host/ekey-ulusbd.c:177:9: style: The scope of the variable 'r' can be reduced. [variableScope]
ekeyd-1.1.5/host/ekeyd.c:34:0: error: #error "tool verison not set" [preprocessorErrorDirective]
ekeyd-1.1.5/host/fds.c:86:9: style: The scope of the variable 'fdcnt' can be reduced. [variableScope]
ekeyd-1.1.5/host/fds.c:87:9: style: The scope of the variable 'fdloop' can be reduced. [variableScope]
ekeyd-1.1.5/host/keydb.c:167:9: style: The scope of the variable 'res' can be reduced. [variableScope]
ekeyd-1.1.5/host/keydb.c:101:27: style: Function 'write_keyring' argument 1 names different: declaration 'keyfilename' definition 'keyring_fname'. [funcArgNamesDifferent]
ekeyd-1.1.5/host/keydb.h:32:31: note: Function 'write_keyring' argument 1 names different: declaration 'keyfilename' definition 'keyring_fname'.
ekeyd-1.1.5/host/keydb.c:101:27: note: Function 'write_keyring' argument 1 names different: declaration 'keyfilename' definition 'keyring_fname'.
ekeyd-1.1.5/host/lstate.c:420:9: style: Variable 'result' is not assigned a value. [unassignedVariable]
ekeyd-1.1.5/host/lstate.c:434:9: error: Uninitialized variable: result [uninitvar]
ekeyd-1.1.5/host/packet.c:60:65: style: Function 'epkt_setsessionkey' argument 3 names different: declaration 'sharedkey' definition 'sessionkey'. [funcArgNamesDifferent]
ekeyd-1.1.5/host/packet.h:86:77: note: Function 'epkt_setsessionkey' argument 3 names different: declaration 'sharedkey' definition 'sessionkey'.
ekeyd-1.1.5/host/packet.c:60:65: note: Function 'epkt_setsessionkey' argument 3 names different: declaration 'sharedkey' definition 'sessionkey'.
[17:31]

ftp://ftp.se.debian.org/debian/pool/main/e/ekg/ekg_1.9~pre+r2855.orig.tar.gz
ekg-1.9~pre+r2855/contrib/ekg_logs/parse.c:160:7: style: The scope of the variable 'date' can be reduced. [variableScope]
ekg-1.9~pre+r2855/contrib/ioctld-client.c:183:22: style: The scope of the variable 'ret' can be reduced. [variableScope]
ekg-1.9~pre+r2855/contrib/ioctld-client.c:186:25: style: The scope of the variable 'h' can be reduced. [variableScope]
ekg-1.9~pre+r2855/contrib/ioctld-client.c:95:18: style: Array index 's' is used before limits check. [arrayIndexThenCheck]
ekg-1.9~pre+r2855/contrib/ioctld-client.c:146:18: style: Array index 's' is used before limits check. [arrayIndexThenCheck]
ekg-1.9~pre+r2855/contrib/listmerge.c:106:17: warning: Assert statement modifies 'inodes'. [assignmentInAssert]
ekg-1.9~pre+r2855/contrib/listmerge.c:208:15: warning: Assert statement modifies 'res'. [assignmentInAssert]
ekg-1.9~pre+r2855/contrib/listmerge.c:251:4: warning: Assert statement modifies 'buf'. [assignmentInAssert]
ekg-1.9~pre+r2855/contrib/listmerge.c:271:5: warning: Assert statement modifies 'buf'. [assignmentInAssert]
ekg-1.9~pre+r2855/contrib/listmerge.c:272:4: warning: Assert statement modifies 'buf'. [assignmentInAssert]
ekg-1.9~pre+r2855/contrib/listmerge.c:281:4: warning: Assert statement modifies 'buf'. [assignmentInAssert]
ekg-1.9~pre+r2855/contrib/listmerge.c:287:2: warning: Assert statement modifies 'buf'. [assignmentInAssert]
ekg-1.9~pre+r2855/contrib/listmerge.c:314:14: warning: Assert statement modifies 's'. [assignmentInAssert]
ekg-1.9~pre+r2855/contrib/listmerge.c:321:12: warning: Assert statement modifies 's'. [assignmentInAssert]
ekg-1.9~pre+r2855/contrib/listmerge.c:335:28: warning: Assert statement modifies 'entries'. [assignmentInAssert]
ekg-1.9~pre+r2855/contrib/listmerge.c:402:12: warning: Assert statement modifies 'u'. [assignmentInAssert]
ekg-1.9~pre+r2855/contrib/listmerge.c:501:16: warning: Assert statement modifies 'final'. [assignmentInAssert]
ekg-1.9~pre+r2855/src/commands.c:3756:3: error: Null pointer dereference: foo [nullPointer]
ekg-1.9~pre+r2855/src/commands.c:3754:14: note: Assignment 'foo=NULL', assigned value is 0
ekg-1.9~pre+r2855/src/commands.c:3756:3: note: Null pointer dereference
ekg-1.9~pre+r2855/src/commands.c:4801:3: style: Variable 'command_processing' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ekg-1.9~pre+r2855/src/commands.c:4799:3: note: Variable 'command_processing' is reassigned a value before the old one has been used if variable is no semaphore variable.
ekg-1.9~pre+r2855/src/commands.c:4801:3: note: Variable 'command_processing' is reassigned a value before the old one has been used if variable is no semaphore variable.
ekg-1.9~pre+r2855/src/commands.c:1914:66: style: Same expression on both sides of '&&'. [duplicateExpression]
ekg-1.9~pre+r2855/src/commands.c:522:6: style: The scope of the variable 'mqc' can be reduced. [variableScope]
ekg-1.9~pre+r2855/src/commands.c:759:6: style: The scope of the variable 'pid' can be reduced. [variableScope]
ekg-1.9~pre+r2855/src/commands.c:763:25: style: The scope of the variable 'buf' can be reduced. [variableScope]
ekg-1.9~pre+r2855/src/commands.c:1174:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ekg-1.9~pre+r2855/src/commands.c:1835:43: style: The scope of the variable 'ip_str' can be reduced. [variableScope]
ekg-1.9~pre+r2855/src/commands.c:1997:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
ekg-1.9~pre+r2855/src/commands.c:1998:15: style: The scope of the variable 'last_seen_time' can be reduced. [variableScope]
ekg-1.9~pre+r2855/src/commands.c:4637:6: style: The scope of the variable 'correct_command' can be reduced. [variableScope]
ekg-1.9~pre+r2855/src/commands.c:4691:16: style: The scope of the variable 'params' can be reduced. [variableScope]
ekg-1.9~pre+r2855/src/commands.c:5225:11: style: The scope of the variable 'sec' can be reduced. [variableScope]
ekg-1.9~pre+r2855/src/commands.c:5225:16: style: The scope of the variable 'minutes' can be reduced. [variableScope]
ekg-1.9~pre+r2855/src/commands.c:5225:29: style: The scope of the variable 'hours' can be reduced. [variableScope]
ekg-1.9~pre+r2855/src/commands.c:5225:40: style: The scope of the variable 'days' can be reduced. [variableScope]
ekg-1.9~pre+r2855/src/commands.c:5900:14: style: The scope of the variable 'tm' can be reduced. [variableScope]
ekg-1.9~pre+r2855/src/commands.c:5900:19: style: The scope of the variable 'st' can be reduced. [variableScope]
ekg-1.9~pre+r2855/src/commands.c:5901:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
ekg-1.9~pre+r2855/src/commands.c:5901:18: style: The scope of the variable 'buf2' can be reduced. [variableScope]
ekg-1.9~pre+r2855/src/commands.c:5959:28: style: The scope of the variable 'i' can be reduced. [variableScope]
ekg-1.9~pre+r2855/src/commands.c:4631:50: style: Function 'command_exec' argument 2 names different: declaration 'line' definition 'xline'. [funcArgNamesDifferent]
ekg-1.9~pre+r2855/src/commands.h:49:50: note: Function 'command_exec' argument 2 names different: declaration 'line' definition 'xline'.
ekg-1.9~pre+r2855/src/commands.c:4631:50: note: Function 'command_exec' argument 2 names different: declaration 'line' definition 'xline'.
ekg-1.9~pre+r2855/src/commands.c:6218:0: style: Function 'command_add' argument 4 names different: declaration 'alias' definition 'params'. [funcArgNamesDifferent]
ekg-1.9~pre+r2855/src/commands.h:45:84: note: Function 'command_add' argument 4 names different: declaration 'alias' definition 'params'.
ekg-1.9~pre+r2855/src/commands.c:6218:0: note: Function 'command_add' argument 4 names different: declaration 'alias' definition 'params'.
ekg-1.9~pre+r2855/src/commands.c:6218:0: style: Function 'command_add' argument 5 names different: declaration 'params_help' definition 'target'. [funcArgNamesDifferent]
ekg-1.9~pre+r2855/src/commands.h:45:103: note: Function 'command_add' argument 5 names different: declaration 'params_help' definition 'target'.
ekg-1.9~pre+r2855/src/commands.c:6218:0: note: Function 'command_add' argument 5 names different: declaration 'params_help' definition 'target'.
ekg-1.9~pre+r2855/src/commands.c:6218:0: style: Function 'command_add' argument 6 names different: declaration 'brief_help' definition 'quiet'. [funcArgNamesDifferent]
ekg-1.9~pre+r2855/src/commands.h:45:128: note: Function 'command_add' argument 6 names different: declaration 'brief_help' definition 'quiet'.
ekg-1.9~pre+r2855/src/commands.c:6218:0: note: Function 'command_add' argument 6 names different: declaration 'brief_help' definition 'quiet'.
ekg-1.9~pre+r2855/src/commands.c:1722:11: style: Variable 'level' is assigned a value that is never used. [unreadVariable]
ekg-1.9~pre+r2855/src/configfile.c:178:11: style: The scope of the variable 'period' can be reduced. [variableScope]
ekg-1.9~pre+r2855/src/dynstuff.c:218:38: style: Function 'string_append_c' argument 2 names different: declaration 'ch' definition 'c'. [funcArgNamesDifferent]
ekg-1.9~pre+r2855/src/dynstuff.h:52:38: note: Function 'string_append_c' argument 2 names different: declaration 'ch' definition 'c'.
ekg-1.9~pre+r2855/src/dynstuff.c:218:38: note: Function 'string_append_c' argument 2 names different: declaration 'ch' definition 'c'.
ekg-1.9~pre+r2855/src/dynstuff.c:310:34: style: Function 'string_init' argument 1 names different: declaration 'str' definition 'value'. [funcArgNamesDifferent]
ekg-1.9~pre+r2855/src/dynstuff.h:49:34: note: Function 'string_init' argument 1 names different: declaration 'str' definition 'value'.
ekg-1.9~pre+r2855/src/dynstuff.c:310:34: note: Function 'string_init' argument 1 names different: declaration 'str' definition 'value'.
ekg-1.9~pre+r2855/src/ekg.c:897:9: style: Condition '!left' is always true [knownConditionTrueFalse]
ekg-1.9~pre+r2855/src/ekg.c:879:16: note: Assignment 'left=0', assigned value is 0
ekg-1.9~pre+r2855/src/ekg.c:897:9: note: Condition '!left' is always true
ekg-1.9~pre+r2855/src/ekg.c:1044:7: warning: Possible null pointer dereference: tmp [nullPointer]
ekg-1.9~pre+r2855/src/ekg.c:1037:9: note: Assignment 'tmp=NULL', assigned value is 0
ekg-1.9~pre+r2855/src/ekg.c:1044:7: note: Null pointer dereference
ekg-1.9~pre+r2855/src/events.c:577:8: style: Condition '!hide' is always true [knownConditionTrueFalse]
ekg-1.9~pre+r2855/src/events.c:457:83: note: Assignment 'hide=0', assigned value is 0
ekg-1.9~pre+r2855/src/events.c:577:8: note: Condition '!hide' is always true
ekg-1.9~pre+r2855/src/events.c:967:6: style: Condition '!descr' is always true [knownConditionTrueFalse]
ekg-1.9~pre+r2855/src/events.c:843:25: note: Assignment 'descr=NULL', assigned value is 0
ekg-1.9~pre+r2855/src/events.c:967:6: note: Condition '!descr' is always true
ekg-1.9~pre+r2855/src/events.c:346:7: style: The scope of the variable 'buf_offset' can be reduced. [variableScope]
ekg-1.9~pre+r2855/src/events.c:457:64: style: The scope of the variable 'secure' can be reduced. [variableScope]
ekg-1.9~pre+r2855/src/events.c:670:10: style: The scope of the variable 'foo' can be reduced. [variableScope]
ekg-1.9~pre+r2855/src/events.c:670:15: style: The scope of the variable 'sender' can be reduced. [variableScope]
ekg-1.9~pre+r2855/src/events.c:740:13: style: The scope of the variable 'show_short_ack_filtered' can be reduced. [variableScope]
ekg-1.9~pre+r2855/src/events.c:1421:36: style: Function 'handle_pubdir' argument 1 names different: declaration 's' definition 'h'. [funcArgNamesDifferent]
ekg-1.9~pre+r2855/src/events.h:38:36: note: Function 'handle_pubdir' argument 1 names different: declaration 's' definition 'h'.
ekg-1.9~pre+r2855/src/events.c:1421:36: note: Function 'handle_pubdir' argument 1 names different: declaration 's' definition 'h'.
ekg-1.9~pre+r2855/src/events.c:1937:35: style: Function 'handle_token' argument 1 names different: declaration 's' definition 'h'. [funcArgNamesDifferent]
ekg-1.9~pre+r2855/src/events.h:39:35: note: Function 'handle_token' argument 1 names different: declaration 's' definition 'h'.
ekg-1.9~pre+r2855/src/events.c:1937:35: note: Function 'handle_token' argument 1 names different: declaration 's' definition 'h'.
ekg-1.9~pre+r2855/src/events.c:2346:32: style: Function 'handle_dcc' argument 1 names different: declaration 's' definition 'd'. [funcArgNamesDifferent]
ekg-1.9~pre+r2855/src/events.h:33:32: note: Function 'handle_dcc' argument 1 names different: declaration 's' definition 'd'.
ekg-1.9~pre+r2855/src/events.c:2346:32: note: Function 'handle_dcc' argument 1 names different: declaration 's' definition 'd'.
ekg-1.9~pre+r2855/src/events.c:2627:34: style: Function 'handle_dcc7' argument 1 names different: declaration 's' definition 'd'. [funcArgNamesDifferent]
ekg-1.9~pre+r2855/src/events.h:34:34: note: Function 'handle_dcc7' argument 1 names different: declaration 's' definition 'd'.
ekg-1.9~pre+r2855/src/events.c:2627:34: note: Function 'handle_dcc7' argument 1 names different: declaration 's' definition 'd'.
ekg-1.9~pre+r2855/src/ioctld.c:80:18: style: Array index 's' is used before limits check. [arrayIndexThenCheck]
ekg-1.9~pre+r2855/src/ioctld.c:125:18: style: Array index 's' is used before limits check. [arrayIndexThenCheck]
ekg-1.9~pre+r2855/src/log.c:280:7: style: The scope of the variable 'long_int' can be reduced. [variableScope]
ekg-1.9~pre+r2855/src/log.c:319:7: style: The scope of the variable 'long_int' can be reduced. [variableScope]
ekg-1.9~pre+r2855/src/log.c:429:14: style: The scope of the variable 'buf' can be reduced. [variableScope]
ekg-1.9~pre+r2855/src/mail.c:469:3: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
ekg-1.9~pre+r2855/src/mail.c:466:0: note: Variable 'f' is reassigned a value before the old one has been used.
ekg-1.9~pre+r2855/src/mail.c:469:3: note: Variable 'f' is reassigned a value before the old one has been used.
ekg-1.9~pre+r2855/src/mail.c:321:8: style: The scope of the variable 'dir' can be reduced. [variableScope]
ekg-1.9~pre+r2855/src/python.c:152:20: style: The scope of the variable 'val' can be reduced. [variableScope]
ekg-1.9~pre+r2855/src/simlite.c:94:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ekg-1.9~pre+r2855/src/simlite.c:152:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ekg-1.9~pre+r2855/src/simlite.c:465:2: style: Variable 'mbio' is reassigned a value before the old one has been used. [redundantAssignment]
ekg-1.9~pre+r2855/src/simlite.c:460:2: note: Variable 'mbio' is reassigned a value before the old one has been used.
ekg-1.9~pre+r2855/src/simlite.c:465:2: note: Variable 'mbio' is reassigned a value before the old one has been used.
ekg-1.9~pre+r2855/src/stuff.c:1875:2: style: Variable 'uin_number' is reassigned a value before the old one has been used. [redundantAssignment]
ekg-1.9~pre+r2855/src/stuff.c:1869:0: note: Variable 'uin_number' is reassigned a value before the old one has been used.
ekg-1.9~pre+r2855/src/stuff.c:1875:2: note: Variable 'uin_number' is reassigned a value before the old one has been used.
ekg-1.9~pre+r2855/src/stuff.c:1803:14: style: The scope of the variable 'buf' can be reduced. [variableScope]
ekg-1.9~pre+r2855/src/stuff.c:2525:15: style: The scope of the variable 'item' can be reduced. [variableScope]
ekg-1.9~pre+r2855/src/stuff.c:2525:21: style: The scope of the variable 'tmp' can be reduced. [variableScope]
ekg-1.9~pre+r2855/src/stuff.c:2703:6: style: The scope of the variable 'x' can be reduced. [variableScope]
ekg-1.9~pre+r2855/src/stuff.c:1031:47: style: Function 'conference_add' argument 1 names different: declaration 'string' definition 'name'. [funcArgNamesDifferent]
ekg-1.9~pre+r2855/src/stuff.h:428:47: note: Function 'conference_add' argument 1 names different: declaration 'string' definition 'name'.
ekg-1.9~pre+r2855/src/stuff.c:1031:47: note: Function 'conference_add' argument 1 names different: declaration 'string' definition 'name'.
ekg-1.9~pre+r2855/src/stuff.c:2211:25: style: Function 'utf8_to_iso' argument 1 names different: declaration 'buf' definition 'b'. [funcArgNamesDifferent]
ekg-1.9~pre+r2855/src/stuff.h:455:25: note: Function 'utf8_to_iso' argument 1 names different: declaration 'buf' definition 'b'.
ekg-1.9~pre+r2855/src/stuff.c:2211:25: note: Function 'utf8_to_iso' argument 1 names different: declaration 'buf' definition 'b'.
ekg-1.9~pre+r2855/src/stuff.c:2266:25: style: Function 'iso_to_utf8' argument 1 names different: declaration 'buf' definition 'b'. [funcArgNamesDifferent]
ekg-1.9~pre+r2855/src/stuff.h:458:25: note: Function 'iso_to_utf8' argument 1 names different: declaration 'buf' definition 'b'.
ekg-1.9~pre+r2855/src/stuff.c:2266:25: note: Function 'iso_to_utf8' argument 1 names different: declaration 'buf' definition 'b'.
ekg-1.9~pre+r2855/src/stuff.c:2882:35: style: Function 'init_control_pipe' argument 1 names different: declaration 'path' definition 'pipe_file'. [funcArgNamesDifferent]
ekg-1.9~pre+r2855/src/stuff.h:478:35: note: Function 'init_control_pipe' argument 1 names different: declaration 'path' definition 'pipe_file'.
ekg-1.9~pre+r2855/src/stuff.c:2882:35: note: Function 'init_control_pipe' argument 1 names different: declaration 'path' definition 'pipe_file'.
ekg-1.9~pre+r2855/src/stuff.c:3302:44: style: Function 'change_status' argument 2 names different: declaration 'arg' definition 'xarg'. [funcArgNamesDifferent]
ekg-1.9~pre+r2855/src/stuff.h:508:44: note: Function 'change_status' argument 2 names different: declaration 'arg' definition 'xarg'.
ekg-1.9~pre+r2855/src/stuff.c:3302:44: note: Function 'change_status' argument 2 names different: declaration 'arg' definition 'xarg'.
ekg-1.9~pre+r2855/src/themes.c:741:4: error: Resource leak: f [resourceLeak]
ekg-1.9~pre+r2855/src/ui-gtk-bindings.c:610:18: style: The scope of the variable 'i' can be reduced. [variableScope]
ekg-1.9~pre+r2855/src/ui-gtk-chanview-tabs.c:66:9: style: The scope of the variable 'tabs' can be reduced. [variableScope]
ekg-1.9~pre+r2855/src/ui-gtk-chanview-tabs.c:67:13: style: The scope of the variable 'box' can be reduced. [variableScope]
ekg-1.9~pre+r2855/src/ui-gtk-chanview-tabs.c:285:15: style: The scope of the variable 'child' can be reduced. [variableScope]
ekg-1.9~pre+r2855/src/ui-gtk-chanview-tabs.c:329:13: style: The scope of the variable 'box' can be reduced. [variableScope]
ekg-1.9~pre+r2855/src/ui-gtk-chanview-tabs.c:331:6: style: The scope of the variable 'empty' can be reduced. [variableScope]
ekg-1.9~pre+r2855/src/ui-gtk-chanview-tabs.c:468:15: style: The scope of the variable 'child' can be reduced. [variableScope]
ekg-1.9~pre+r2855/src/ui-gtk-chanview-tabs.c:543:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ekg-1.9~pre+r2855/src/ui-gtk-chanview-tabs.c:543:9: style: The scope of the variable 'max' can be reduced. [variableScope]
ekg-1.9~pre+r2855/src/ui-gtk-chanview-tree.c:151:15: style: The scope of the variable 'path' can be reduced. [variableScope]
ekg-1.9~pre+r2855/src/ui-gtk-chanview-tree.c:243:15: style: The scope of the variable 'dest_path' can be reduced. [variableScope]
ekg-1.9~pre+r2855/src/ui-gtk-chanview.c:87:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
ekg-1.9~pre+r2855/src/ui-gtk-chanview.c:418:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ekg-1.9~pre+r2855/src/ui-gtk-chanview.c:454:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ekg-1.9~pre+r2855/src/ui-gtk-chanview.c:516:8: style: The scope of the variable 'new_ch' can be reduced. [variableScope]
ekg-1.9~pre+r2855/src/ui-gtk-chanview.c:517:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ekg-1.9~pre+r2855/src/ui-gtk-chanview.c:517:9: style: The scope of the variable 'num' can be reduced. [variableScope]
ekg-1.9~pre+r2855/src/ui-gtk-chanview.c:397:30: style: Function 'chan_rename' argument 2 names different: declaration 'new_name' definition 'name'. [funcArgNamesDifferent]
ekg-1.9~pre+r2855/src/ui-gtk-chanview.h:24:35: note: Function 'chan_rename' argument 2 names different: declaration 'new_name' definition 'name'.
ekg-1.9~pre+r2855/src/ui-gtk-chanview.c:397:30: note: Function 'chan_rename' argument 2 names different: declaration 'new_name' definition 'name'.
ekg-1.9~pre+r2855/src/ui-gtk-maingui.c:952:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ekg-1.9~pre+r2855/src/ui-gtk-maingui.c:2461:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ekg-1.9~pre+r2855/src/ui-gtk-maingui.c:603:19: style: The scope of the variable 'user' can be reduced. [variableScope]
ekg-1.9~pre+r2855/src/ui-gtk-maingui.c:2197:20: style: The scope of the variable 'sel' can be reduced. [variableScope]
ekg-1.9~pre+r2855/src/ui-gtk-maingui.c:2325:19: style: The scope of the variable 'img' can be reduced. [variableScope]
ekg-1.9~pre+r2855/src/ui-gtk-maingui.c:2325:25: style: The scope of the variable 'bbox' can be reduced. [variableScope]
ekg-1.9~pre+r2855/src/ui-gtk-maingui.c:3869:6: style: The scope of the variable 'pos' can be reduced. [variableScope]
ekg-1.9~pre+r2855/src/ui-gtk-maingui.c:348:9: style: Variable 'nick' is assigned a value that is never used. [unreadVariable]
ekg-1.9~pre+r2855/src/ui-gtk-maingui.c:940:14: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
ekg-1.9~pre+r2855/src/ui-gtk-maingui.c:2092:16: style: Variable 'do_away' is assigned a value that is never used. [unreadVariable]
ekg-1.9~pre+r2855/src/ui-gtk-maingui.c:2114:16: style: Variable 'do_away' is assigned a value that is never used. [unreadVariable]
ekg-1.9~pre+r2855/src/ui-gtk-maingui.c:2820:8: style: Variable 'gui' is assigned a value that is never used. [unreadVariable]
ekg-1.9~pre+r2855/src/ui-gtk-palette.c:166:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ekg-1.9~pre+r2855/src/ui-gtk-palette.c:168:15: style: The scope of the variable 'cmap' can be reduced. [variableScope]
ekg-1.9~pre+r2855/src/ui-gtk-xtext.c:991:6: style: The scope of the variable 'char_width' can be reduced. [variableScope]
ekg-1.9~pre+r2855/src/ui-gtk-xtext.c:1063:6: style: The scope of the variable 'x' can be reduced. [variableScope]
ekg-1.9~pre+r2855/src/ui-gtk-xtext.c:1064:9: style: The scope of the variable 'light' can be reduced. [variableScope]
ekg-1.9~pre+r2855/src/ui-gtk-xtext.c:1064:17: style: The scope of the variable 'dark' can be reduced. [variableScope]
ekg-1.9~pre+r2855/src/ui-gtk-xtext.c:1648:6: style: The scope of the variable 'redraw' can be reduced. [variableScope]
ekg-1.9~pre+r2855/src/ui-gtk-xtext.c:1648:14: style: The scope of the variable 'tmp' can be reduced. [variableScope]
ekg-1.9~pre+r2855/src/ui-gtk-xtext.c:1648:38: style: The scope of the variable 'line_x' can be reduced. [variableScope]
ekg-1.9~pre+r2855/src/ui-gtk-xtext.c:1808:17: style: The scope of the variable 'word' can be reduced. [variableScope]
ekg-1.9~pre+r2855/src/ui-gtk-xtext.c:1809:6: style: The scope of the variable 'old' can be reduced. [variableScope]
ekg-1.9~pre+r2855/src/ui-gtk-xtext.c:1865:17: style: The scope of the variable 'word' can be reduced. [variableScope]
ekg-1.9~pre+r2855/src/ui-gtk-xtext.c:1866:6: style: The scope of the variable 'line_x' can be reduced. [variableScope]
ekg-1.9~pre+r2855/src/ui-gtk-xtext.c:3096:33: style: The scope of the variable 'len' can be reduced. [variableScope]
ekg-1.9~pre+r2855/src/ui-gtk-xtext.c:3293:6: style: The scope of the variable 'j' can be reduced. [variableScope]
ekg-1.9~pre+r2855/src/ui-gtk-xtext.c:3432:21: style: The scope of the variable 'len' can be reduced. [variableScope]
ekg-1.9~pre+r2855/src/ui-gtk-xtext.c:3940:6: style: The scope of the variable 'tempindent' can be reduced. [variableScope]
ekg-1.9~pre+r2855/src/ui-gtk-xtext.c:4030:60: style: Function 'gtk_xtext_set_time_stamp' argument 2 names different: declaration 'timestamp' definition 'time_stamp'. [funcArgNamesDifferent]
ekg-1.9~pre+r2855/src/ui-gtk-xtext.h:239:60: note: Function 'gtk_xtext_set_time_stamp' argument 2 names different: declaration 'timestamp' definition 'time_stamp'.
ekg-1.9~pre+r2855/src/ui-gtk-xtext.c:4030:60: note: Function 'gtk_xtext_set_time_stamp' argument 2 names different: declaration 'timestamp' definition 'time_stamp'.
ekg-1.9~pre+r2855/src/ui-gtk-xtext.c:4052:56: style: Function 'gtk_xtext_set_wordwrap' argument 2 names different: declaration 'word_wrap' definition 'wordwrap'. [funcArgNamesDifferent]
ekg-1.9~pre+r2855/src/ui-gtk-xtext.h:243:56: note: Function 'gtk_xtext_set_wordwrap' argument 2 names different: declaration 'word_wrap' definition 'wordwrap'.
ekg-1.9~pre+r2855/src/ui-gtk-xtext.c:4052:56: note: Function 'gtk_xtext_set_wordwrap' argument 2 names different: declaration 'word_wrap' definition 'wordwrap'.
ekg-1.9~pre+r2855/src/ui-ncurses.c:3040:10: style: Expression is always false because 'else if' condition matches previous condition at line 3038. [multiCondition]
ekg-1.9~pre+r2855/src/ui-ncurses.c:4232:12: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR' is always true. [redundantCondition]
ekg-1.9~pre+r2855/src/ui-ncurses.c:4842:10: style: Redundant condition: b. '!b || (b && b->function!=binding_complete)' is equivalent to '!b || b->function!=binding_complete' [redundantCondition]
ekg-1.9~pre+r2855/src/ui-ncurses.c:508:23: style: The scope of the variable 'l' can be reduced. [variableScope]
ekg-1.9~pre+r2855/src/ui-ncurses.c:3906:18: style: The scope of the variable 'i' can be reduced. [variableScope]
ekg-1.9~pre+r2855/src/ui-ncurses.c:5318:7: style: The scope of the variable 'i' can be reduced. [variableScope]
ekg-1.9~pre+r2855/src/ui-ncurses.c:357:49: style: Clarify calculation precedence for '+' and '?'. [clarifyCalculation]
ekg-1.9~pre+r2855/src/ui-ncurses.c:5370:11: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
ekg-1.9~pre+r2855/src/ui-readline.c:205:6: style: The scope of the variable 'slash' can be reduced. [variableScope]
ekg-1.9~pre+r2855/src/ui-readline.c:431:13: style: The scope of the variable 'len' can be reduced. [variableScope]
ekg-1.9~pre+r2855/src/ui-readline.c:451:19: style: The scope of the variable 'abbrs' can be reduced. [variableScope]
ekg-1.9~pre+r2855/src/ui-readline.c:454:13: style: The scope of the variable 'my_send_nicks_count' can be reduced. [variableScope]
ekg-1.9~pre+r2855/src/ui-readline.c:779:88: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg-1.9~pre+r2855/src/ui-readline.c:598:77: style: Function 'ui_readline_print' argument 3 names different: declaration 'line' definition 'xline'. [funcArgNamesDifferent]
ekg-1.9~pre+r2855/src/ui-readline.c:116:77: note: Function 'ui_readline_print' argument 3 names different: declaration 'line' definition 'xline'.
ekg-1.9~pre+r2855/src/ui-readline.c:598:77: note: Function 'ui_readline_print' argument 3 names different: declaration 'line' definition 'xline'.
ekg-1.9~pre+r2855/src/ui-readline.c:1457:42: style: Function 'window_find_query' argument 1 names different: declaration 'qnick' definition 'nick'. [funcArgNamesDifferent]
ekg-1.9~pre+r2855/src/ui-readline.c:137:42: note: Function 'window_find_query' argument 1 names different: declaration 'qnick' definition 'nick'.
ekg-1.9~pre+r2855/src/ui-readline.c:1457:42: note: Function 'window_find_query' argument 1 names different: declaration 'qnick' definition 'nick'.
ekg-1.9~pre+r2855/src/ui-readline.c:208:3: style: Variable 'slash' is assigned a value that is never used. [unreadVariable]
ekg-1.9~pre+r2855/src/userlist.c:591:6: style: The scope of the variable 'metagroups' can be reduced. [variableScope]
ekg-1.9~pre+r2855/src/userlist.c:1240:31: style: Function 'group_init' argument 1 names different: declaration 'groups' definition 'names'. [funcArgNamesDifferent]
ekg-1.9~pre+r2855/src/userlist.h:118:31: note: Function 'group_init' argument 1 names different: declaration 'groups' definition 'names'.
ekg-1.9~pre+r2855/src/userlist.c:1240:31: note: Function 'group_init' argument 1 names different: declaration 'groups' definition 'names'.
ekg-1.9~pre+r2855/src/userlist.c:1274:30: style: Function 'group_to_string' argument 1 names different: declaration 'l' definition 'groups'. [funcArgNamesDifferent]
ekg-1.9~pre+r2855/src/userlist.h:117:30: note: Function 'group_to_string' argument 1 names different: declaration 'l' definition 'groups'.
ekg-1.9~pre+r2855/src/userlist.c:1274:30: note: Function 'group_to_string' argument 1 names different: declaration 'l' definition 'groups'.
ekg-1.9~pre+r2855/src/userlist.c:601:4: style: Variable 'metagroups' is assigned a value that is never used. [unreadVariable]
[17:31]

ftp://ftp.se.debian.org/debian/pool/main/e/ekg2/ekg2_0.4~pre+20120506.1.orig.tar.gz
ekg2-0.4~pre+20120506.1/contrib/ekg_hash_benchmark.c:66:25: warning: Redundant assignment of 'no_prompt_cache_hash' to itself. [selfAssignment]
ekg2-0.4~pre+20120506.1/contrib/ekg_hash_benchmark.c:113:14: style: Unused variable: tmp [unusedVariable]
ekg2-0.4~pre+20120506.1/contrib/logsqlite/logsqlite-fuse.c:380:2: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
ekg2-0.4~pre+20120506.1/contrib/logsqlite/logsqlite-fuse.c:448:2: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
ekg2-0.4~pre+20120506.1/contrib/logsqlite/logsqlite-fuse.c:458:3: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
ekg2-0.4~pre+20120506.1/contrib/logsqlite/logsqlite-fuse.c:209:3: warning: Either the condition 'if(myrow&&filler(buf,myrow,NULL,nextrow?++offset:0)==1)' is redundant or there is possible null pointer dereference: myrow. [nullPointerRedundantCheck]
ekg2-0.4~pre+20120506.1/contrib/logsqlite/logsqlite-fuse.c:211:6: note: Assuming that condition 'if(myrow&&filler(buf,myrow,NULL,nextrow?++offset:0)==1)' is not redundant
ekg2-0.4~pre+20120506.1/contrib/logsqlite/logsqlite-fuse.c:209:3: note: Null pointer dereference
ekg2-0.4~pre+20120506.1/contrib/logsqlite/logsqlite-fuse.c:209:3: warning: Either the condition 'nextrow?++offset:0' is redundant or there is possible null pointer dereference: nextrow. [nullPointerRedundantCheck]
ekg2-0.4~pre+20120506.1/contrib/logsqlite/logsqlite-fuse.c:211:50: note: Assuming that condition 'nextrow?++offset:0' is not redundant
ekg2-0.4~pre+20120506.1/contrib/logsqlite/logsqlite-fuse.c:209:3: note: Null pointer dereference
ekg2-0.4~pre+20120506.1/contrib/logsqlite/logsqlite-fuse.c:330:24: style: Variable 'ts' is assigned a value that is never used. [unreadVariable]
ekg2-0.4~pre+20120506.1/contrib/logsqlite/logsqlite-fuse.c:331:0: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
ekg2-0.4~pre+20120506.1/contrib/logsqlite/logsqlite-fuse.c:358:5: error: Common realloc mistake: 'buf' nulled but not freed upon failure [memleakOnRealloc]
ekg2-0.4~pre+20120506.1/contrib/logsqlite/logsqlite-fuse.c:362:5: error: Common realloc mistake: 'buf' nulled but not freed upon failure [memleakOnRealloc]
ekg2-0.4~pre+20120506.1/ekg/commands.c:3578:10: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress]
ekg2-0.4~pre+20120506.1/ekg/commands.c:903:12: warning: Either the condition '!w' is redundant or there is possible null pointer dereference: w. [nullPointerRedundantCheck]
ekg2-0.4~pre+20120506.1/ekg/commands.c:905:9: note: Assuming that condition '!w' is not redundant
ekg2-0.4~pre+20120506.1/ekg/commands.c:903:12: note: Null pointer dereference
ekg2-0.4~pre+20120506.1/ekg/commands.c:1326:7: warning: Either the condition 'if(params0&&(tmp=xstrrchr(params0,'/')))' is redundant or there is possible null pointer dereference: group. [nullPointerRedundantCheck]
ekg2-0.4~pre+20120506.1/ekg/commands.c:1363:6: note: Assuming that condition 'if(params0&&(tmp=xstrrchr(params0,'/')))' is not redundant
ekg2-0.4~pre+20120506.1/ekg/commands.c:1320:23: note: Assignment 'group=params0', assigned value is 0
ekg2-0.4~pre+20120506.1/ekg/commands.c:1326:7: note: Null pointer dereference
ekg2-0.4~pre+20120506.1/ekg/commands.c:203:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/ekg/commands.c:618:16: style: The scope of the variable 'cmdx' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/ekg/commands.c:1504:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/ekg/commands.c:1505:15: style: The scope of the variable 'last_seen_time' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/ekg/commands.c:2034:8: style: The scope of the variable 'txt' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/ekg/commands.c:2436:21: style: The scope of the variable 'tmp' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/ekg/commands.c:3220:14: style: The scope of the variable 'tm' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/ekg/commands.c:3220:19: style: The scope of the variable 'st' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/ekg/commands.c:3221:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/ekg/commands.c:3221:18: style: The scope of the variable 'buf2' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/ekg/commands.c:3222:15: style: The scope of the variable 'form' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/ekg/commands.c:3287:14: style: The scope of the variable 'tm' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/ekg/commands.c:3288:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/ekg/commands.c:3429:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/ekg/commands.c:2243:28: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/ekg/commands.c:2431:70: style: Function 'command_exec' argument 3 names different: declaration 'line' definition 'xline'. [funcArgNamesDifferent]
ekg2-0.4~pre+20120506.1/ekg/commands.h:84:70: note: Function 'command_exec' argument 3 names different: declaration 'line' definition 'xline'.
ekg2-0.4~pre+20120506.1/ekg/commands.c:2431:70: note: Function 'command_exec' argument 3 names different: declaration 'line' definition 'xline'.
ekg2-0.4~pre+20120506.1/ekg/commands.c:3570:0: style: Function 'command_add' argument 5 names different: declaration 'flags' definition 'params'. [funcArgNamesDifferent]
ekg2-0.4~pre+20120506.1/ekg/commands.h:78:115: note: Function 'command_add' argument 5 names different: declaration 'flags' definition 'params'.
ekg2-0.4~pre+20120506.1/ekg/commands.c:3570:0: note: Function 'command_add' argument 5 names different: declaration 'flags' definition 'params'.
ekg2-0.4~pre+20120506.1/ekg/commands.c:3570:0: style: Function 'command_add' argument 6 names different: declaration 'possibilities' definition 'session'. [funcArgNamesDifferent]
ekg2-0.4~pre+20120506.1/ekg/commands.h:78:128: note: Function 'command_add' argument 6 names different: declaration 'possibilities' definition 'session'.
ekg2-0.4~pre+20120506.1/ekg/commands.c:3570:0: note: Function 'command_add' argument 6 names different: declaration 'possibilities' definition 'session'.
ekg2-0.4~pre+20120506.1/ekg/queries.h:25:22: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ekg2-0.4~pre+20120506.1/ekg/commands.c:2036:0: style: Variable 'rd' is assigned a value that is never used. [unreadVariable]
ekg2-0.4~pre+20120506.1/ekg/commands.c:1975:20: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
ekg2-0.4~pre+20120506.1/ekg/completion.c:140:17: error: Converting pointer arithmetic result to bool. The bool is always true unless there is undefined behaviour. [pointerArithBool]
ekg2-0.4~pre+20120506.1/ekg/configfile.c:140:13: style: The scope of the variable 'p' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/ekg/configfile.c:386:15: style: The scope of the variable 'foo' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/ekg/configfile.c:426:21: style: The scope of the variable 'ret' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/ekg/configfile.c:526:11: style: The scope of the variable 'period' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/ekg/connections.c:101:3: portability: Returning an integer in a function with pointer return type is not portable. [CastIntegerToAddressAtReturn]
ekg2-0.4~pre+20120506.1/ekg/connections.c:313:18: style: The scope of the variable 'buf' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/ekg/connections.c:314:10: style: The scope of the variable 'args' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/ekg/dynstuff.c:1241:6: style: The scope of the variable 'cmp' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/ekg/metacontacts.c:531:2: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
ekg2-0.4~pre+20120506.1/ekg/metacontacts.c:529:0: note: Variable 'f' is reassigned a value before the old one has been used.
ekg2-0.4~pre+20120506.1/ekg/metacontacts.c:531:2: note: Variable 'f' is reassigned a value before the old one has been used.
ekg2-0.4~pre+20120506.1/ekg/net.c:172:24: warning: Either the condition 'nexthost' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
ekg2-0.4~pre+20120506.1/ekg/net.c:152:10: note: Assuming that condition 'nexthost' is not redundant
ekg2-0.4~pre+20120506.1/ekg/net.c:172:24: note: Null pointer addition
ekg2-0.4~pre+20120506.1/ekg/net.c:250:23: style: The scope of the variable 'ipv4' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/ekg/net.c:372:7: style: The scope of the variable 'len' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/ekg/net.c:372:12: style: The scope of the variable 'fd' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/ekg/net.c:372:24: style: The scope of the variable 'connret' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/ekg/plugins.c:271:6: style: Condition '!plugin_init' is always true [knownConditionTrueFalse]
ekg2-0.4~pre+20120506.1/ekg/plugins.c:182:25: note: Assignment 'plugin_init=NULL', assigned value is 0
ekg2-0.4~pre+20120506.1/ekg/plugins.c:271:6: note: Condition '!plugin_init' is always true
ekg2-0.4~pre+20120506.1/ekg/plugins.c:309:7: warning: Either the condition 'if(pl)' is redundant or there is possible null pointer dereference: pl. [nullPointerRedundantCheck]
ekg2-0.4~pre+20120506.1/ekg/plugins.c:312:6: note: Assuming that condition 'if(pl)' is not redundant
ekg2-0.4~pre+20120506.1/ekg/plugins.c:309:7: note: Null pointer dereference
ekg2-0.4~pre+20120506.1/ekg/plugins.c:620:9: style: The scope of the variable 'arg' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/ekg/plugins.c:379:9: style: Unused variable: l [unusedVariable]
ekg2-0.4~pre+20120506.1/ekg/protocol.c:727:16: warning: Either the condition 'text' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
ekg2-0.4~pre+20120506.1/ekg/protocol.c:705:26: note: Assuming that condition 'text' is not redundant
ekg2-0.4~pre+20120506.1/ekg/protocol.c:727:16: note: Null pointer addition
ekg2-0.4~pre+20120506.1/ekg/protocol.c:907:14: style: The scope of the variable 'ackformats' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/ekg/scripts.c:504:6: style: Condition 'notfound' is always true [knownConditionTrueFalse]
ekg2-0.4~pre+20120506.1/ekg/scripts.c:502:17: note: Assignment 'notfound=1', assigned value is 1
ekg2-0.4~pre+20120506.1/ekg/scripts.c:504:6: note: Condition 'notfound' is always true
ekg2-0.4~pre+20120506.1/ekg/scripts.c:96:6: style: The scope of the variable 'old_errno' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/ekg/scripts.c:181:16: style: The scope of the variable 'lang' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/ekg/scripts.c:323:16: style: The scope of the variable 'lang' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/ekg/scripts.c:342:12: style: The scope of the variable 'scr' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/ekg/scripts.c:345:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/ekg/scripts.c:471:20: style: The scope of the variable 'temp' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/ekg/scripts.c:865:8: style: The scope of the variable 'tmp' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/ekg/scripts.c:339:40: style: Function 'script_load' argument 2 names different: declaration 'name' definition 'tname'. [funcArgNamesDifferent]
ekg2-0.4~pre+20120506.1/ekg/scripts.h:186:40: note: Function 'script_load' argument 2 names different: declaration 'name' definition 'tname'.
ekg2-0.4~pre+20120506.1/ekg/scripts.c:339:40: note: Function 'script_load' argument 2 names different: declaration 'name' definition 'tname'.
ekg2-0.4~pre+20120506.1/ekg/scripts.c:500:45: style: Function 'script_command_unbind' argument 1 names different: declaration 'scr_comm' definition 'temp'. [funcArgNamesDifferent]
ekg2-0.4~pre+20120506.1/ekg/scripts.h:196:45: note: Function 'script_command_unbind' argument 1 names different: declaration 'scr_comm' definition 'temp'.
ekg2-0.4~pre+20120506.1/ekg/scripts.c:500:45: note: Function 'script_command_unbind' argument 1 names different: declaration 'scr_comm' definition 'temp'.
ekg2-0.4~pre+20120506.1/ekg/scripts.c:510:41: style: Function 'script_query_unbind' argument 1 names different: declaration 'squery' definition 'temp'. [funcArgNamesDifferent]
ekg2-0.4~pre+20120506.1/ekg/scripts.h:195:41: note: Function 'script_query_unbind' argument 1 names different: declaration 'squery' definition 'temp'.
ekg2-0.4~pre+20120506.1/ekg/scripts.c:510:41: note: Function 'script_query_unbind' argument 1 names different: declaration 'squery' definition 'temp'.
ekg2-0.4~pre+20120506.1/ekg/scripts.c:510:51: style: Function 'script_query_unbind' argument 2 names different: declaration 'from' definition 'free'. [funcArgNamesDifferent]
ekg2-0.4~pre+20120506.1/ekg/scripts.h:195:53: note: Function 'script_query_unbind' argument 2 names different: declaration 'from' definition 'free'.
ekg2-0.4~pre+20120506.1/ekg/scripts.c:510:51: note: Function 'script_query_unbind' argument 2 names different: declaration 'from' definition 'free'.
ekg2-0.4~pre+20120506.1/ekg/scripts.c:537:41: style: Function 'script_timer_unbind' argument 1 names different: declaration 'stimer' definition 'temp'. [funcArgNamesDifferent]
ekg2-0.4~pre+20120506.1/ekg/scripts.h:197:41: note: Function 'script_timer_unbind' argument 1 names different: declaration 'stimer' definition 'temp'.
ekg2-0.4~pre+20120506.1/ekg/scripts.c:537:41: note: Function 'script_timer_unbind' argument 1 names different: declaration 'stimer' definition 'temp'.
ekg2-0.4~pre+20120506.1/ekg/scripts.c:537:51: style: Function 'script_timer_unbind' argument 2 names different: declaration 'free' definition 'remove'. [funcArgNamesDifferent]
ekg2-0.4~pre+20120506.1/ekg/scripts.h:197:53: note: Function 'script_timer_unbind' argument 2 names different: declaration 'free' definition 'remove'.
ekg2-0.4~pre+20120506.1/ekg/scripts.c:537:51: note: Function 'script_timer_unbind' argument 2 names different: declaration 'free' definition 'remove'.
ekg2-0.4~pre+20120506.1/ekg/scripts.c:547:51: style: Function 'script_watch_unbind' argument 2 names different: declaration 'free' definition 'remove'. [funcArgNamesDifferent]
ekg2-0.4~pre+20120506.1/ekg/scripts.h:199:51: note: Function 'script_watch_unbind' argument 2 names different: declaration 'free' definition 'remove'.
ekg2-0.4~pre+20120506.1/ekg/scripts.c:547:51: note: Function 'script_watch_unbind' argument 2 names different: declaration 'free' definition 'remove'.
ekg2-0.4~pre+20120506.1/ekg/scripts.c:558:37: style: Function 'script_var_unbind' argument 1 names different: declaration 'data' definition 'temp'. [funcArgNamesDifferent]
ekg2-0.4~pre+20120506.1/ekg/scripts.h:198:37: note: Function 'script_var_unbind' argument 1 names different: declaration 'data' definition 'temp'.
ekg2-0.4~pre+20120506.1/ekg/scripts.c:558:37: note: Function 'script_var_unbind' argument 1 names different: declaration 'data' definition 'temp'.
ekg2-0.4~pre+20120506.1/ekg/scripts.c:138:15: style: Variable 'old_errno' is assigned a value that is never used. [unreadVariable]
ekg2-0.4~pre+20120506.1/ekg/sessions.c:1068:8: style: The scope of the variable 'i' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/ekg/sessions.c:1400:7: style: The scope of the variable 'i' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/ekg/sources.c:628:9: style: The scope of the variable 'sec' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/ekg/sources.c:628:14: style: The scope of the variable 'minutes' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/ekg/sources.c:628:27: style: The scope of the variable 'hours' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/ekg/sources.c:628:38: style: The scope of the variable 'days' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/ekg/sources.c:563:0: style: Variable 'quiet' is assigned a value that is never used. [unreadVariable]
ekg2-0.4~pre+20120506.1/ekg/sources.c:582:0: style: Variable 'quiet' is assigned a value that is never used. [unreadVariable]
ekg2-0.4~pre+20120506.1/ekg/sources.c:630:15: style: Variable 'quiet' is assigned a value that is never used. [unreadVariable]
ekg2-0.4~pre+20120506.1/ekg/sources.c:958:15: style: Variable 'quiet' is assigned a value that is never used. [unreadVariable]
ekg2-0.4~pre+20120506.1/ekg/sources.c:1566:11: style: Unused variable: w [unusedVariable]
ekg2-0.4~pre+20120506.1/ekg/srv.c:475:12: style: Unused variable: srv [unusedVariable]
ekg2-0.4~pre+20120506.1/ekg/stuff.c:1531:15: style: The scope of the variable 'item' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/ekg/stuff.c:1531:21: style: The scope of the variable 'tmp' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/ekg/stuff.c:693:7: style: Variable 'w' is assigned a value that is never used. [unreadVariable]
ekg2-0.4~pre+20120506.1/ekg/themes.c:1265:4: error: Resource leak: f [resourceLeak]
ekg2-0.4~pre+20120506.1/ekg/themes.c:812:13: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
ekg2-0.4~pre+20120506.1/ekg/windows.c:95:14: style: The scope of the variable 'u' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/ekg/xmalloc.c:264:0: error: The code contains unhandled character(s) (character code=191). Neither unicode nor extended ascii is supported. [syntaxError]
ekg2-0.4~pre+20120506.1/plugins/dbus/dbus.c:90:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/dbus/dbus_iface_im_ekg.c:18:7: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
ekg2-0.4~pre+20120506.1/plugins/dbus/testing/sender_getProtocols.c:12:0: style: Variable 'serial' is assigned a value that is never used. [unreadVariable]
ekg2-0.4~pre+20120506.1/plugins/dbus/testing/sender_getProtocols.c:13:6: style: Unused variable: current_type [unusedVariable]
ekg2-0.4~pre+20120506.1/plugins/dbus/testing/sender_getProtocols.c:14:8: style: Unused variable: buf [unusedVariable]
ekg2-0.4~pre+20120506.1/plugins/dbus/testing/sender_getProtocols.c:15:6: style: Unused variable: val [unusedVariable]
ekg2-0.4~pre+20120506.1/plugins/dbus/testing/sender_getProtocols.c:16:16: style: Unused variable: level [unusedVariable]
ekg2-0.4~pre+20120506.1/plugins/dbus/testing/sender_getProtocols.c:18:9: style: Unused variable: ret [unusedVariable]
ekg2-0.4~pre+20120506.1/plugins/dbus/testing/sender_getSessions.c:11:0: style: Variable 'serial' is assigned a value that is never used. [unreadVariable]
ekg2-0.4~pre+20120506.1/plugins/dbus/testing/sender_getSessions.c:12:6: style: Unused variable: current_type [unusedVariable]
ekg2-0.4~pre+20120506.1/plugins/dbus/testing/sender_getSessions.c:13:8: style: Unused variable: buf [unusedVariable]
ekg2-0.4~pre+20120506.1/plugins/dbus/testing/sender_getSessions.c:14:6: style: Unused variable: val [unusedVariable]
ekg2-0.4~pre+20120506.1/plugins/dbus/testing/sender_getSessions.c:15:16: style: Unused variable: level [unusedVariable]
ekg2-0.4~pre+20120506.1/plugins/dbus/testing/sender_getSessions.c:17:9: style: Unused variable: ret [unusedVariable]
ekg2-0.4~pre+20120506.1/plugins/gg/commands.c:554:14: style: The scope of the variable 'u' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/gg/commands.c:775:7: style: Variable 'u' is assigned a value that is never used. [unreadVariable]
ekg2-0.4~pre+20120506.1/plugins/gg/dcc.c:384:26: style: Function 'gg_dcc_find' argument 1 names different: declaration 'D' definition 'd'. [funcArgNamesDifferent]
ekg2-0.4~pre+20120506.1/plugins/gg/dcc.h:11:26: note: Function 'gg_dcc_find' argument 1 names different: declaration 'D' definition 'd'.
ekg2-0.4~pre+20120506.1/plugins/gg/dcc.c:384:26: note: Function 'gg_dcc_find' argument 1 names different: declaration 'D' definition 'd'.
ekg2-0.4~pre+20120506.1/plugins/gg/gg.c:260:6: style: The scope of the variable 'mqc' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/gg/gg.c:499:14: style: The scope of the variable 'tmp' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/gg/gg.c:754:9: style: The scope of the variable 'j' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/gg/gg.c:754:18: style: The scope of the variable 'state' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/gg/gg.c:758:26: style: The scope of the variable 'up' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/gg/gg.c:865:7: style: The scope of the variable 'i' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/gg/gg.c:1030:33: style: The scope of the variable 'c_timer' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/gg/gg.c:149:0: style: Variable 'quiet' is assigned a value that is never used. [unreadVariable]
ekg2-0.4~pre+20120506.1/plugins/gg/gg.c:240:14: style: Variable 'quiet' is assigned a value that is never used. [unreadVariable]
ekg2-0.4~pre+20120506.1/plugins/gg/gg.c:1714:26: error: va_list 'dummy' used before va_start() was called. [va_list_usedBeforeStarted]
ekg2-0.4~pre+20120506.1/plugins/gg/pubdir.c:461:7: style: Condition '!uin' is always true [knownConditionTrueFalse]
ekg2-0.4~pre+20120506.1/plugins/gg/pubdir.c:448:14: note: Assignment 'uin=0', assigned value is 0
ekg2-0.4~pre+20120506.1/plugins/gg/pubdir.c:461:7: note: Condition '!uin' is always true
ekg2-0.4~pre+20120506.1/plugins/gg/pubdir50.c:187:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/gg/pubdir50.c:436:10: style: Variable 'quiet' is assigned a value that is never used. [unreadVariable]
ekg2-0.4~pre+20120506.1/plugins/gpg/gpg.c:479:0: style: Variable 'quiet' is assigned a value that is never used. [unreadVariable]
ekg2-0.4~pre+20120506.1/plugins/gsm/main.c:137:0: warning: Redundant assignment of 'priv' to itself. [selfAssignment]
ekg2-0.4~pre+20120506.1/plugins/gtk/chanview-tabs.inc:66:9: style: The scope of the variable 'tabs' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/gtk/chanview-tabs.inc:67:13: style: The scope of the variable 'box' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/gtk/chanview-tabs.inc:282:15: style: The scope of the variable 'child' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/gtk/chanview-tabs.inc:326:13: style: The scope of the variable 'box' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/gtk/chanview-tabs.inc:328:6: style: The scope of the variable 'empty' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/gtk/chanview-tabs.inc:465:15: style: The scope of the variable 'child' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/gtk/chanview-tabs.inc:540:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/gtk/chanview-tabs.inc:540:9: style: The scope of the variable 'max' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/gtk/chanview-tree.inc:150:15: style: The scope of the variable 'path' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/gtk/chanview-tree.inc:243:15: style: The scope of the variable 'dest_path' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/gtk/chanview.c:89:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/gtk/chanview.c:420:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/gtk/chanview.c:456:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/gtk/chanview.c:518:8: style: The scope of the variable 'new_ch' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/gtk/chanview.c:519:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/gtk/chanview.c:519:9: style: The scope of the variable 'num' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/gtk/chanview.c:399:30: style: Function 'chan_rename' argument 2 names different: declaration 'new_name' definition 'name'. [funcArgNamesDifferent]
ekg2-0.4~pre+20120506.1/plugins/gtk/chanview.h:24:35: note: Function 'chan_rename' argument 2 names different: declaration 'new_name' definition 'name'.
ekg2-0.4~pre+20120506.1/plugins/gtk/chanview.c:399:30: note: Function 'chan_rename' argument 2 names different: declaration 'new_name' definition 'name'.
ekg2-0.4~pre+20120506.1/plugins/gtk/gtkutil.c:354:19: style: The scope of the variable 'img' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/gtk/gtkutil.c:354:25: style: The scope of the variable 'bbox' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/gtk/main.c:274:2: style: Variable 'tab_pos_config' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ekg2-0.4~pre+20120506.1/plugins/gtk/main.c:260:2: note: Variable 'tab_pos_config' is reassigned a value before the old one has been used if variable is no semaphore variable.
ekg2-0.4~pre+20120506.1/plugins/gtk/main.c:274:2: note: Variable 'tab_pos_config' is reassigned a value before the old one has been used if variable is no semaphore variable.
ekg2-0.4~pre+20120506.1/plugins/gtk/maingui.c:331:14: style: The scope of the variable 'p' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/gtk/maingui.c:600:19: style: The scope of the variable 'gui' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/gtk/maingui.c:1037:8: style: The scope of the variable 'text' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/gtk/maingui.c:1125:20: style: The scope of the variable 'item' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/gtk/maingui.c:1126:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/gtk/maingui.c:1749:6: style: The scope of the variable 'pos' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/gtk/maingui.c:650:9: style: Variable 'gui' is assigned a value that is never used. [unreadVariable]
ekg2-0.4~pre+20120506.1/plugins/gtk/menu.c:537:14: style: The scope of the variable 'user' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/gtk/menu.c:284:9: style: Variable 'nick' is assigned a value that is never used. [unreadVariable]
ekg2-0.4~pre+20120506.1/plugins/gtk/palette.c:215:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/gtk/palette.c:217:15: style: The scope of the variable 'cmap' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/gtk/userlistgui.c:388:20: style: The scope of the variable 'sel' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/gtk/xtext.c:993:6: style: The scope of the variable 'char_width' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/gtk/xtext.c:1065:6: style: The scope of the variable 'x' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/gtk/xtext.c:1066:9: style: The scope of the variable 'light' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/gtk/xtext.c:1066:17: style: The scope of the variable 'dark' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/gtk/xtext.c:1670:6: style: The scope of the variable 'redraw' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/gtk/xtext.c:1670:14: style: The scope of the variable 'tmp' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/gtk/xtext.c:1670:38: style: The scope of the variable 'line_x' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/gtk/xtext.c:1830:6: style: The scope of the variable 'old' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/gtk/xtext.c:1888:6: style: The scope of the variable 'line_x' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/gtk/xtext.c:3118:33: style: The scope of the variable 'len' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/gtk/xtext.c:3315:6: style: The scope of the variable 'j' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/gtk/xtext.c:3454:21: style: The scope of the variable 'len' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/gtk/xtext.c:3982:6: style: The scope of the variable 'tempindent' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/gtk/xtext.c:4072:60: style: Function 'gtk_xtext_set_time_stamp' argument 2 names different: declaration 'timestamp' definition 'time_stamp'. [funcArgNamesDifferent]
ekg2-0.4~pre+20120506.1/plugins/gtk/xtext.h:234:60: note: Function 'gtk_xtext_set_time_stamp' argument 2 names different: declaration 'timestamp' definition 'time_stamp'.
ekg2-0.4~pre+20120506.1/plugins/gtk/xtext.c:4072:60: note: Function 'gtk_xtext_set_time_stamp' argument 2 names different: declaration 'timestamp' definition 'time_stamp'.
ekg2-0.4~pre+20120506.1/plugins/gtk/xtext.c:4094:56: style: Function 'gtk_xtext_set_wordwrap' argument 2 names different: declaration 'word_wrap' definition 'wordwrap'. [funcArgNamesDifferent]
ekg2-0.4~pre+20120506.1/plugins/gtk/xtext.h:238:56: note: Function 'gtk_xtext_set_wordwrap' argument 2 names different: declaration 'word_wrap' definition 'wordwrap'.
ekg2-0.4~pre+20120506.1/plugins/gtk/xtext.c:4094:56: note: Function 'gtk_xtext_set_wordwrap' argument 2 names different: declaration 'word_wrap' definition 'wordwrap'.
ekg2-0.4~pre+20120506.1/plugins/httprc_xajax/httprc_xajax.c:219:12: style: The scope of the variable 'p' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/httprc_xajax/httprc_xajax.c:592:9: style: The scope of the variable 'len' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/httprc_xajax/httprc_xajax.c:656:11: style: The scope of the variable 'tempdata' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/icq/icq.c:1302:65: style: Condition 'minimal_req==0' is always true [knownConditionTrueFalse]
ekg2-0.4~pre+20120506.1/plugins/icq/icq.c:1277:20: note: Assignment 'minimal_req=0', assigned value is 0
ekg2-0.4~pre+20120506.1/plugins/icq/icq.c:1302:65: note: Condition 'minimal_req==0' is always true
ekg2-0.4~pre+20120506.1/plugins/icq/icq.c:119:21: warning: Either the condition '!s' is redundant or there is possible null pointer dereference: s. [nullPointerRedundantCheck]
ekg2-0.4~pre+20120506.1/plugins/icq/icq.c:122:6: note: Assuming that condition '!s' is not redundant
ekg2-0.4~pre+20120506.1/plugins/icq/icq.c:119:21: note: Null pointer dereference
ekg2-0.4~pre+20120506.1/plugins/icq/icq.c:1302:65: style: Same expression on both sides of '==' because the value of 'minimal_req' and '0' are the same. [duplicateExpression]
ekg2-0.4~pre+20120506.1/plugins/icq/icq.c:1277:20: note: 'minimal_req' is assigned value '0' here.
ekg2-0.4~pre+20120506.1/plugins/icq/icq.c:1302:65: note: Same expression on both sides of '==' because the value of 'minimal_req' and '0' are the same.
ekg2-0.4~pre+20120506.1/plugins/icq/icq.c:236:11: style: The scope of the variable 'pkt' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/icq/icq.c:552:11: style: The scope of the variable 'str' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/icq/icq.c:1030:6: style: The scope of the variable 'prio' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/icq/icq.c:1549:0: style: Variable 'quiet' is assigned a value that is never used. [unreadVariable]
ekg2-0.4~pre+20120506.1/plugins/icq/icq_caps.c:79:21: style: The scope of the variable 'names' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/icq/icq_flap_handlers.c:327:81: warning: Either the condition 't_err1' is redundant or there is possible null pointer dereference: t_err1. [nullPointerRedundantCheck]
ekg2-0.4~pre+20120506.1/plugins/icq/icq_flap_handlers.c:324:7: note: Assuming that condition 't_err1' is not redundant
ekg2-0.4~pre+20120506.1/plugins/icq/icq_flap_handlers.c:327:81: note: Null pointer dereference
ekg2-0.4~pre+20120506.1/plugins/icq/icq_flap_handlers.c:257:12: style: The scope of the variable 'pkt' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/icq/icq_snac_handlers_01service.c:572:8: style: The scope of the variable 'url' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/icq/icq_snac_handlers_03buddy.c:438:14: style: The scope of the variable 'u' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/icq/icq_snac_handlers_03buddy.c:439:8: style: The scope of the variable 'uid' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/icq/icq_snac_handlers_03buddy.c:491:8: style: The scope of the variable 'uid' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/icq/icq_snac_handlers_03buddy.c:492:14: style: The scope of the variable 'u' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/icq/icq_snac_handlers_04message.c:363:22: style: The scope of the variable 't2711' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/icq/icq_snac_handlers_04message.c:260:9: style: struct member 'Anonymous3::_unkn' is never used. [unusedStructMember]
ekg2-0.4~pre+20120506.1/plugins/icq/icq_snac_handlers_13userlist.c:607:7: style: Variable 'u' is assigned a value that is never used. [unreadVariable]
ekg2-0.4~pre+20120506.1/plugins/icq/icq_snac_handlers_15extension.c:294:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/icq/icq_snac_handlers_15extension.c:404:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/icq/icq_snac_handlers_15extension.c:751:8: style: The scope of the variable 'uid' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/icq/icq_snac_handlers_15extension.c:748:9: style: struct member 'Anonymous5::msg' is never used. [unusedStructMember]
ekg2-0.4~pre+20120506.1/plugins/icq/misc.c:660:10: style: The scope of the variable 'ap' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/ioctld/main.c:71:21: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
ekg2-0.4~pre+20120506.1/plugins/irc/input.c:294:29: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR' is always true. [redundantCondition]
ekg2-0.4~pre+20120506.1/plugins/irc/input.c:458:29: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR' is always true. [redundantCondition]
ekg2-0.4~pre+20120506.1/plugins/irc/input.c:212:7: style: The scope of the variable 'ctcp' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/irc/input.c:167:48: style: Function 'irc_ircoldcolstr_to_ekgcolstr' argument 1 names different: declaration 's' definition 'sess'. [funcArgNamesDifferent]
ekg2-0.4~pre+20120506.1/plugins/irc/input.h:24:48: note: Function 'irc_ircoldcolstr_to_ekgcolstr' argument 1 names different: declaration 's' definition 'sess'.
ekg2-0.4~pre+20120506.1/plugins/irc/input.c:167:48: note: Function 'irc_ircoldcolstr_to_ekgcolstr' argument 1 names different: declaration 's' definition 'sess'.
ekg2-0.4~pre+20120506.1/plugins/irc/irc.c:282:6: style: Condition 'family' is always false [knownConditionTrueFalse]
ekg2-0.4~pre+20120506.1/plugins/irc/irc.c:245:16: note: Assignment 'family=0', assigned value is 0
ekg2-0.4~pre+20120506.1/plugins/irc/irc.c:282:6: note: Condition 'family' is always false
ekg2-0.4~pre+20120506.1/plugins/irc/irc.c:352:17: style: The scope of the variable 'recode' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/irc/irc.c:382:26: style: The scope of the variable 'nicks' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/irc/irc.c:518:14: style: The scope of the variable 'buf' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/irc/irc.c:697:9: style: The scope of the variable 'head' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/irc/irc.c:697:16: style: The scope of the variable 'coloured' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/irc/irc.c:1479:12: style: The scope of the variable 'person' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/irc/irc.c:1797:13: style: The scope of the variable 'chan' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/irc/misc.c:1509:6: style: Condition 'split' is always false [knownConditionTrueFalse]
ekg2-0.4~pre+20120506.1/plugins/irc/misc.c:1494:14: note: Assignment 'split=0', assigned value is 0
ekg2-0.4~pre+20120506.1/plugins/irc/misc.c:1509:6: note: Condition 'split' is always false
ekg2-0.4~pre+20120506.1/plugins/irc/misc.c:1568:2: style: Variable 'chanp' is reassigned a value before the old one has been used. [redundantAssignment]
ekg2-0.4~pre+20120506.1/plugins/irc/misc.c:1563:0: note: Variable 'chanp' is reassigned a value before the old one has been used.
ekg2-0.4~pre+20120506.1/plugins/irc/misc.c:1568:2: note: Variable 'chanp' is reassigned a value before the old one has been used.
ekg2-0.4~pre+20120506.1/plugins/irc/misc.c:1569:2: style: Variable 'dest' is reassigned a value before the old one has been used. [redundantAssignment]
ekg2-0.4~pre+20120506.1/plugins/irc/misc.c:1560:0: note: Variable 'dest' is reassigned a value before the old one has been used.
ekg2-0.4~pre+20120506.1/plugins/irc/misc.c:1569:2: note: Variable 'dest' is reassigned a value before the old one has been used.
ekg2-0.4~pre+20120506.1/plugins/irc/misc.c:138:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ekg2-0.4~pre+20120506.1/plugins/irc/misc.c:77:10: style: The scope of the variable 'ep' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/irc/misc.c:543:52: style: The scope of the variable 'bang' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/irc/misc.c:546:9: style: The scope of the variable 'altnick' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/irc/misc.c:774:21: style: The scope of the variable 'col' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/irc/misc.c:775:43: style: The scope of the variable 'i' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/irc/misc.c:864:9: style: The scope of the variable 'realname' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/irc/misc.c:1008:13: style: The scope of the variable 'temp' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/irc/misc.c:1012:17: style: The scope of the variable 'ch' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/irc/misc.c:1072:9: style: The scope of the variable 'head' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/irc/misc.c:1081:31: style: The scope of the variable 'clear_string' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/irc/misc.c:1288:12: style: The scope of the variable 'person' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/irc/misc.c:1561:9: style: The scope of the variable 'coloured' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/irc/misc.c:1639:13: style: The scope of the variable 'chan' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/irc/misc.c:777:25: error: Uninitialized variable: timek [uninitvar]
ekg2-0.4~pre+20120506.1/plugins/irc/people.c:65:12: style: The scope of the variable 'person' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/irc/people.c:89:13: style: The scope of the variable 'chan' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/irc/people.c:105:17: style: The scope of the variable 'ret' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/irc/people.c:106:13: style: The scope of the variable 'chan' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/irc/people.c:249:29: style: The scope of the variable 'tmp' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/irc/people.c:385:13: style: The scope of the variable 'chan' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/irc/people.c:389:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/irc/people.c:568:12: style: The scope of the variable 'w' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/irc/people.c:638:12: style: The scope of the variable 'per' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/irc/people.c:639:13: style: The scope of the variable 'chan' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/irc/people.c:640:12: style: The scope of the variable 'w' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/irc/people.c:347:78: style: Function 'irc_del_person_channel' argument 4 names different: declaration 'chan' definition 'channame'. [funcArgNamesDifferent]
ekg2-0.4~pre+20120506.1/plugins/irc/people.h:33:78: note: Function 'irc_del_person_channel' argument 4 names different: declaration 'chan' definition 'channame'.
ekg2-0.4~pre+20120506.1/plugins/irc/people.c:347:78: note: Function 'irc_del_person_channel' argument 4 names different: declaration 'chan' definition 'channame'.
ekg2-0.4~pre+20120506.1/plugins/jabber/commands.c:412:7: style: Condition 'ismuc' is always false [knownConditionTrueFalse]
ekg2-0.4~pre+20120506.1/plugins/jabber/commands.c:403:16: note: Assuming that condition '!ismuc' is not redundant
ekg2-0.4~pre+20120506.1/plugins/jabber/commands.c:412:7: note: Condition 'ismuc' is always false
ekg2-0.4~pre+20120506.1/plugins/jabber/commands.c:1505:4: style: Variable 'splitted' is reassigned a value before the old one has been used. [redundantAssignment]
ekg2-0.4~pre+20120506.1/plugins/jabber/commands.c:1503:0: note: Variable 'splitted' is reassigned a value before the old one has been used.
ekg2-0.4~pre+20120506.1/plugins/jabber/commands.c:1505:4: note: Variable 'splitted' is reassigned a value before the old one has been used.
ekg2-0.4~pre+20120506.1/plugins/jabber/commands.c:1227:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ekg2-0.4~pre+20120506.1/plugins/jabber/commands.c:559:8: style: The scope of the variable 'uid' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/jabber/commands.c:1502:16: style: The scope of the variable 'p' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/jabber/commands.c:395:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ekg2-0.4~pre+20120506.1/plugins/jabber/commands.c:396:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ekg2-0.4~pre+20120506.1/plugins/jabber/commands.c:813:54: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ekg2-0.4~pre+20120506.1/plugins/jabber/commands.c:1889:116: error: Uninitialized variable: tmp [uninitvar]
ekg2-0.4~pre+20120506.1/plugins/jabber/digest.c:292:18: style: The scope of the variable 'j' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/jabber/jabber.c:514:17: style: The scope of the variable 'i' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/jabber/jabber.c:833:16: style: The scope of the variable 'endb' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/jabber/jabber.c:1450:0: style: Variable 'quiet' is assigned a value that is never used. [unreadVariable]
ekg2-0.4~pre+20120506.1/plugins/jabber/jabber_dcc.c:126:20: warning: Either the condition '!d' is redundant or there is possible null pointer dereference: d. [nullPointerRedundantCheck]
ekg2-0.4~pre+20120506.1/plugins/jabber/jabber_dcc.c:131:6: note: Assuming that condition '!d' is not redundant
ekg2-0.4~pre+20120506.1/plugins/jabber/jabber_dcc.c:126:20: note: Null pointer dereference
ekg2-0.4~pre+20120506.1/plugins/jabber/jabber_handlers.c:814:16: style: The scope of the variable 'xdesc' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/jabber/jabber_handlers.c:974:16: style: The scope of the variable 'u' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/jabber/jabber_handlers.c:1115:8: style: The scope of the variable 'vatmp' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/jabber/jabber_handlers_iq_result.inc:288:7: style: The scope of the variable 'quiet' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/jabber/jabber_handlers_iq_result.inc:929:6: style: The scope of the variable 'formdone' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/jabber/jabber_handlers_iq_result.inc:1037:98: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/plugins/jabber/jabber_handlers_iq_result.inc:300:45: style: Variable 'quiet' is assigned a value that is never used. [unreadVariable]
ekg2-0.4~pre+20120506.1/plugins/jabber/jabber_handlers.c:1621:9: style: Variable 'u' is assigned a value that is never used. [unreadVariable]
ekg2-0.4~pre+20120506.1/plugins/jabber/jabber_handlers_iq_result.inc:476:21: error: Uninitialized variable: tmp [uninitvar]
ekg2-0.4~pre+20120506.1/plugins/jabber/misc.c:307:4: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
ekg2-0.4~pre+20120506.1/plugins/jabber/misc.c:535:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ekg2-0.4~pre+20120506.1/plugins/jabber/misc.c:536:7: style: The scope of the variable 'enabling' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/jogger/drafts.c:193:3: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
ekg2-0.4~pre+20120506.1/plugins/jogger/drafts.c:163:7: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ekg2-0.4~pre+20120506.1/plugins/logs/main.c:536:48: warning: Comparison is wrong. Result of 'logs_path+1' can't be 0 unless there is pointer overflow, and pointer overflow is undefined behaviour. [pointerAdditionResultNotNull]
ekg2-0.4~pre+20120506.1/plugins/logs/main.c:1267:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ekg2-0.4~pre+20120506.1/plugins/logs/main.c:452:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/logsoracle/main.c:263:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/logsoracle/oralog.c:392:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/logsoracle/oralog.c:249:86: style: Function 'oralog_db_new_status' argument 5 names different: declaration 'time' definition 'change_time'. [funcArgNamesDifferent]
ekg2-0.4~pre+20120506.1/plugins/logsoracle/oralog.h:33:86: note: Function 'oralog_db_new_status' argument 5 names different: declaration 'time' definition 'change_time'.
ekg2-0.4~pre+20120506.1/plugins/logsoracle/oralog.c:249:86: note: Function 'oralog_db_new_status' argument 5 names different: declaration 'time' definition 'change_time'.
ekg2-0.4~pre+20120506.1/plugins/logsoracle/oralog.c:390:44: style: Function 'oralog_db_new_msg' argument 2 names different: declaration 'sedner_uid' definition 'sender_uid'. [funcArgNamesDifferent]
ekg2-0.4~pre+20120506.1/plugins/logsoracle/oralog.h:34:44: note: Function 'oralog_db_new_msg' argument 2 names different: declaration 'sedner_uid' definition 'sender_uid'.
ekg2-0.4~pre+20120506.1/plugins/logsoracle/oralog.c:390:44: note: Function 'oralog_db_new_msg' argument 2 names different: declaration 'sedner_uid' definition 'sender_uid'.
ekg2-0.4~pre+20120506.1/plugins/logsqlite/logsqlite.c:339:36: warning: Comparison is wrong. Result of 'tmp+1' can't be 0 unless there is pointer overflow, and pointer overflow is undefined behaviour. [pointerAdditionResultNotNull]
ekg2-0.4~pre+20120506.1/plugins/logsqlite/logsqlite.c:736:37: warning: Either the condition '!w' is redundant or there is possible null pointer dereference: w. [nullPointerRedundantCheck]
ekg2-0.4~pre+20120506.1/plugins/logsqlite/logsqlite.c:757:46: note: Assuming that condition '!w' is not redundant
ekg2-0.4~pre+20120506.1/plugins/logsqlite/logsqlite.c:736:37: note: Null pointer dereference
ekg2-0.4~pre+20120506.1/plugins/logsqlite/logsqlite.c:83:13: style: The scope of the variable 'tm' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/logsqlite/logsqlite.c:217:21: style: The scope of the variable 'r4' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/logsqlite/logsqlite.c:739:10: style: The scope of the variable 'ts' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/logsqlite/logsqlite.c:742:9: style: The scope of the variable 'r' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/mail/main.c:498:3: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
ekg2-0.4~pre+20120506.1/plugins/mail/main.c:495:0: note: Variable 'f' is reassigned a value before the old one has been used.
ekg2-0.4~pre+20120506.1/plugins/mail/main.c:498:3: note: Variable 'f' is reassigned a value before the old one has been used.
ekg2-0.4~pre+20120506.1/plugins/mail/main.c:349:9: style: The scope of the variable 'sent' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/mail/main.c:412:8: style: The scope of the variable 'dir' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/mail/main.c:445:9: style: The scope of the variable 'sent' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/mail/main.c:577:17: style: Unused variable: t [unusedVariable]
ekg2-0.4~pre+20120506.1/plugins/ncurses/backlog.c:292:24: warning: Either the condition '!w' is redundant or there is possible null pointer dereference: w. [nullPointerRedundantCheck]
ekg2-0.4~pre+20120506.1/plugins/ncurses/backlog.c:294:6: note: Assuming that condition '!w' is not redundant
ekg2-0.4~pre+20120506.1/plugins/ncurses/backlog.c:292:24: note: Null pointer dereference
ekg2-0.4~pre+20120506.1/plugins/ncurses/backlog.c:112:23: style: The scope of the variable 'l' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/ncurses/bindings.c:244:8: style: The scope of the variable 'p' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/ncurses/bindings.c:244:12: style: The scope of the variable 'txt' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/ncurses/bindings.c:1167:7: style: The scope of the variable 'i' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/ncurses/bindings.c:413:7: style: Unused variable: i [unusedVariable]
ekg2-0.4~pre+20120506.1/plugins/ncurses/bindings.c:413:10: style: Unused variable: j [unusedVariable]
ekg2-0.4~pre+20120506.1/plugins/ncurses/bindings.c:413:13: style: Unused variable: nlen [unusedVariable]
ekg2-0.4~pre+20120506.1/plugins/ncurses/bindings.c:1292:32: error: Uninitialized variable: dummy [uninitvar]
ekg2-0.4~pre+20120506.1/plugins/ncurses/bindings.c:1292:32: error: va_list 'dummy' used before va_start() was called. [va_list_usedBeforeStarted]
ekg2-0.4~pre+20120506.1/plugins/ncurses/contacts.c:296:16: style: The scope of the variable 'format' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/ncurses/contacts.c:434:41: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ekg2-0.4~pre+20120506.1/plugins/ncurses/input.c:709:9: style: Redundant condition: b. '!b || (b && b->function!=ncurses_binding_complete)' is equivalent to '!b || b->function!=ncurses_binding_complete' [redundantCondition]
ekg2-0.4~pre+20120506.1/plugins/ncurses/input.c:525:11: style: The scope of the variable 'x' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/nntp/nntp.c:933:7: warning: Possible null pointer dereference: j [nullPointer]
ekg2-0.4~pre+20120506.1/plugins/nntp/nntp.c:931:22: note: Assignment 'j=(session&&session->priv)?((struct feed_private_t*)session->priv)->priv_data:NULL', assigned value is 0
ekg2-0.4~pre+20120506.1/plugins/nntp/nntp.c:933:7: note: Null pointer dereference
ekg2-0.4~pre+20120506.1/plugins/nntp/nntp.c:957:6: warning: Possible null pointer dereference: j [nullPointer]
ekg2-0.4~pre+20120506.1/plugins/nntp/nntp.c:950:22: note: Assignment 'j=(session&&session->priv)?((struct feed_private_t*)session->priv)->priv_data:NULL', assigned value is 0
ekg2-0.4~pre+20120506.1/plugins/nntp/nntp.c:957:6: note: Null pointer dereference
ekg2-0.4~pre+20120506.1/plugins/nntp/nntp.c:993:14: warning: Possible null pointer dereference: j [nullPointer]
ekg2-0.4~pre+20120506.1/plugins/nntp/nntp.c:992:22: note: Assignment 'j=(session&&session->priv)?((struct feed_private_t*)session->priv)->priv_data:NULL', assigned value is 0
ekg2-0.4~pre+20120506.1/plugins/nntp/nntp.c:993:14: note: Null pointer dereference
ekg2-0.4~pre+20120506.1/plugins/nntp/nntp.c:1001:7: warning: Possible null pointer dereference: j [nullPointer]
ekg2-0.4~pre+20120506.1/plugins/nntp/nntp.c:998:22: note: Assignment 'j=(session&&session->priv)?((struct feed_private_t*)session->priv)->priv_data:NULL', assigned value is 0
ekg2-0.4~pre+20120506.1/plugins/nntp/nntp.c:1001:7: note: Null pointer dereference
ekg2-0.4~pre+20120506.1/plugins/nntp/nntp.c:1065:6: warning: Possible null pointer dereference: j [nullPointer]
ekg2-0.4~pre+20120506.1/plugins/nntp/nntp.c:1062:22: note: Assignment 'j=(session&&session->priv)?((struct feed_private_t*)session->priv)->priv_data:NULL', assigned value is 0
ekg2-0.4~pre+20120506.1/plugins/nntp/nntp.c:1065:6: note: Null pointer dereference
ekg2-0.4~pre+20120506.1/plugins/nntp/nntp.c:587:10: style: The scope of the variable 'charque' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/nntp/nntp.c:587:20: style: The scope of the variable 'encque' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/nntp/nntp.c:587:29: style: The scope of the variable 'endque' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/oss/oss.c:313:13: style: Variable 'device' is assigned a value that is never used. [unreadVariable]
ekg2-0.4~pre+20120506.1/plugins/oss/oss.c:363:27: error: va_list 'dummy' used before va_start() was called. [va_list_usedBeforeStarted]
ekg2-0.4~pre+20120506.1/plugins/perl/perl_core.c:243:2: style: Variable 'code' is reassigned a value before the old one has been used. [redundantAssignment]
ekg2-0.4~pre+20120506.1/plugins/perl/perl_core.c:232:0: note: Variable 'code' is reassigned a value before the old one has been used.
ekg2-0.4~pre+20120506.1/plugins/perl/perl_core.c:243:2: note: Variable 'code' is reassigned a value before the old one has been used.
ekg2-0.4~pre+20120506.1/plugins/polchat/polchat.c:101:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/polchat/polchat_handlers.inc:26:14: style: The scope of the variable 'u' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/polchat/polchat_handlers.inc:357:14: style: The scope of the variable 'u' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/polchat/polchat.c:159:38: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/plugins/polchat/polchat.c:175:46: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/plugins/polchat/polchat_handlers.inc:286:33: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/plugins/polchat/polchat.c:364:21: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/plugins/python/python-ekg.c:54:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/python/python-ekg.c:368:53: style: Function 'ekg_cmd_debug' argument 2 names different: declaration 'args' definition 'pyargs'. [funcArgNamesDifferent]
ekg2-0.4~pre+20120506.1/plugins/python/python-ekg.h:30:52: note: Function 'ekg_cmd_debug' argument 2 names different: declaration 'args' definition 'pyargs'.
ekg2-0.4~pre+20120506.1/plugins/python/python-ekg.c:368:53: note: Function 'ekg_cmd_debug' argument 2 names different: declaration 'args' definition 'pyargs'.
ekg2-0.4~pre+20120506.1/plugins/python/python-ekg.c:392:55: style: Function 'ekg_cmd_plugins' argument 2 names different: declaration 'args' definition 'pyargs'. [funcArgNamesDifferent]
ekg2-0.4~pre+20120506.1/plugins/python/python-ekg.h:34:54: note: Function 'ekg_cmd_plugins' argument 2 names different: declaration 'args' definition 'pyargs'.
ekg2-0.4~pre+20120506.1/plugins/python/python-ekg.c:392:55: note: Function 'ekg_cmd_plugins' argument 2 names different: declaration 'args' definition 'pyargs'.
ekg2-0.4~pre+20120506.1/plugins/python/python-ekg.c:419:58: style: Function 'ekg_cmd_plugin_get' argument 2 names different: declaration 'args' definition 'pyargs'. [funcArgNamesDifferent]
ekg2-0.4~pre+20120506.1/plugins/python/python-ekg.h:33:57: note: Function 'ekg_cmd_plugin_get' argument 2 names different: declaration 'args' definition 'pyargs'.
ekg2-0.4~pre+20120506.1/plugins/python/python-ekg.c:419:58: note: Function 'ekg_cmd_plugin_get' argument 2 names different: declaration 'args' definition 'pyargs'.
ekg2-0.4~pre+20120506.1/plugins/python/python-ekg.c:453:56: style: Function 'ekg_cmd_sessions' argument 2 names different: declaration 'args' definition 'pyargs'. [funcArgNamesDifferent]
ekg2-0.4~pre+20120506.1/plugins/python/python-ekg.h:38:55: note: Function 'ekg_cmd_sessions' argument 2 names different: declaration 'args' definition 'pyargs'.
ekg2-0.4~pre+20120506.1/plugins/python/python-ekg.c:453:56: note: Function 'ekg_cmd_sessions' argument 2 names different: declaration 'args' definition 'pyargs'.
ekg2-0.4~pre+20120506.1/plugins/python/python-ekg.c:477:59: style: Function 'ekg_cmd_session_get' argument 2 names different: declaration 'args' definition 'pyargs'. [funcArgNamesDifferent]
ekg2-0.4~pre+20120506.1/plugins/python/python-ekg.h:37:58: note: Function 'ekg_cmd_session_get' argument 2 names different: declaration 'args' definition 'pyargs'.
ekg2-0.4~pre+20120506.1/plugins/python/python-ekg.c:477:59: note: Function 'ekg_cmd_session_get' argument 2 names different: declaration 'args' definition 'pyargs'.
ekg2-0.4~pre+20120506.1/plugins/python/python-ekg.c:494:63: style: Function 'ekg_cmd_session_current' argument 2 names different: declaration 'args' definition 'pyargs'. [funcArgNamesDifferent]
ekg2-0.4~pre+20120506.1/plugins/python/python-ekg.h:36:62: note: Function 'ekg_cmd_session_current' argument 2 names different: declaration 'args' definition 'pyargs'.
ekg2-0.4~pre+20120506.1/plugins/python/python-ekg.c:494:63: note: Function 'ekg_cmd_session_current' argument 2 names different: declaration 'args' definition 'pyargs'.
ekg2-0.4~pre+20120506.1/plugins/python/python-ekg.c:511:58: style: Function 'ekg_cmd_window_new' argument 2 names different: declaration 'args' definition 'pyargs'. [funcArgNamesDifferent]
ekg2-0.4~pre+20120506.1/plugins/python/python-ekg.h:44:57: note: Function 'ekg_cmd_window_new' argument 2 names different: declaration 'args' definition 'pyargs'.
ekg2-0.4~pre+20120506.1/plugins/python/python-ekg.c:511:58: note: Function 'ekg_cmd_window_new' argument 2 names different: declaration 'args' definition 'pyargs'.
ekg2-0.4~pre+20120506.1/plugins/python/python-ekg.c:539:58: style: Function 'ekg_cmd_window_get' argument 2 names different: declaration 'args' definition 'pyargs'. [funcArgNamesDifferent]
ekg2-0.4~pre+20120506.1/plugins/python/python-ekg.h:43:57: note: Function 'ekg_cmd_window_get' argument 2 names different: declaration 'args' definition 'pyargs'.
ekg2-0.4~pre+20120506.1/plugins/python/python-ekg.c:539:58: note: Function 'ekg_cmd_window_get' argument 2 names different: declaration 'args' definition 'pyargs'.
ekg2-0.4~pre+20120506.1/plugins/python/python-ekg.c:565:55: style: Function 'ekg_cmd_windows' argument 2 names different: declaration 'args' definition 'pyargs'. [funcArgNamesDifferent]
ekg2-0.4~pre+20120506.1/plugins/python/python-ekg.h:45:54: note: Function 'ekg_cmd_windows' argument 2 names different: declaration 'args' definition 'pyargs'.
ekg2-0.4~pre+20120506.1/plugins/python/python-ekg.c:565:55: note: Function 'ekg_cmd_windows' argument 2 names different: declaration 'args' definition 'pyargs'.
ekg2-0.4~pre+20120506.1/plugins/python/python-ekg.c:590:62: style: Function 'ekg_cmd_window_current' argument 2 names different: declaration 'args' definition 'pyargs'. [funcArgNamesDifferent]
ekg2-0.4~pre+20120506.1/plugins/python/python-ekg.h:42:61: note: Function 'ekg_cmd_window_current' argument 2 names different: declaration 'args' definition 'pyargs'.
ekg2-0.4~pre+20120506.1/plugins/python/python-ekg.c:590:62: note: Function 'ekg_cmd_window_current' argument 2 names different: declaration 'args' definition 'pyargs'.
ekg2-0.4~pre+20120506.1/plugins/python/python-ekg.c:322:0: style: Variable 'quiet' is assigned a value that is never used. [unreadVariable]
ekg2-0.4~pre+20120506.1/plugins/python/python-session.c:115:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/python/python-user.c:52:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/python/python-window.c:229:60: style: Function 'ekg_window_next' argument 2 names different: declaration 'args' definition 'pyargs'. [funcArgNamesDifferent]
ekg2-0.4~pre+20120506.1/plugins/python/python-window.h:41:58: note: Function 'ekg_window_next' argument 2 names different: declaration 'args' definition 'pyargs'.
ekg2-0.4~pre+20120506.1/plugins/python/python-window.c:229:60: note: Function 'ekg_window_next' argument 2 names different: declaration 'args' definition 'pyargs'.
ekg2-0.4~pre+20120506.1/plugins/python/python-window.c:256:60: style: Function 'ekg_window_prev' argument 2 names different: declaration 'args' definition 'pyargs'. [funcArgNamesDifferent]
ekg2-0.4~pre+20120506.1/plugins/python/python-window.h:42:58: note: Function 'ekg_window_prev' argument 2 names different: declaration 'args' definition 'pyargs'.
ekg2-0.4~pre+20120506.1/plugins/python/python-window.c:256:60: note: Function 'ekg_window_prev' argument 2 names different: declaration 'args' definition 'pyargs'.
ekg2-0.4~pre+20120506.1/plugins/python/python.c:408:16: style: The scope of the variable 't' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/python/python.c:408:19: style: The scope of the variable 'tt' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/python/python.c:489:13: style: Unused variable: obj [unusedVariable]
ekg2-0.4~pre+20120506.1/plugins/readline/completion.c:72:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/readline/completion.c:72:9: style: The scope of the variable 'n' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/readline/ui-readline.c:423:25: warning: Either the condition '!w' is redundant or there is possible null pointer dereference: w. [nullPointerRedundantCheck]
ekg2-0.4~pre+20120506.1/plugins/readline/ui-readline.c:426:15: note: Assuming that condition '!w' is not redundant
ekg2-0.4~pre+20120506.1/plugins/readline/ui-readline.c:423:25: note: Null pointer dereference
ekg2-0.4~pre+20120506.1/plugins/readline/ui-readline.c:295:14: style: The scope of the variable 'tmp' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/readline/ui-readline.c:424:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/remote/remote.c:1034:23: warning: Either the condition '!w' is redundant or there is possible null pointer dereference: w. [nullPointerRedundantCheck]
ekg2-0.4~pre+20120506.1/plugins/remote/remote.c:1036:6: note: Assuming that condition '!w' is not redundant
ekg2-0.4~pre+20120506.1/plugins/remote/remote.c:1034:23: note: Null pointer dereference
ekg2-0.4~pre+20120506.1/plugins/remote/remote.c:312:61: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/plugins/remote/remote.c:376:32: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/plugins/remote/remote.c:381:31: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/plugins/remote/remote.c:383:65: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/plugins/remote/remote.c:414:47: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/plugins/remote/remote.c:420:69: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/plugins/remote/remote.c:421:66: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/plugins/remote/remote.c:422:32: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/plugins/remote/remote.c:432:73: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/plugins/remote/remote.c:435:34: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/plugins/remote/remote.c:444:48: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/plugins/remote/remote.c:447:43: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/plugins/remote/remote.c:449:33: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/plugins/remote/remote.c:456:60: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/plugins/remote/remote.c:462:66: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/plugins/remote/remote.c:467:32: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/plugins/remote/remote.c:477:32: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/plugins/remote/remote.c:507:106: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/plugins/remote/remote.c:524:107: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/plugins/remote/remote.c:538:105: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/plugins/remote/remote.c:543:33: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/plugins/remote/remote.c:549:93: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/plugins/remote/remote.c:550:76: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/plugins/remote/remote.c:553:83: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/plugins/remote/remote.c:555:65: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/plugins/remote/remote.c:557:33: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/plugins/remote/remote.c:565:60: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/plugins/remote/remote.c:568:73: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/plugins/remote/remote.c:570:82: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/plugins/remote/remote.c:572:84: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/plugins/remote/remote.c:576:85: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/plugins/remote/remote.c:578:89: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/plugins/remote/remote.c:580:88: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/plugins/remote/remote.c:583:68: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/plugins/remote/remote.c:584:32: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/plugins/remote/remote.c:597:113: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/plugins/remote/remote.c:606:121: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/plugins/remote/remote.c:613:34: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/plugins/remote/remote.c:623:41: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/plugins/remote/remote.c:625:41: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/plugins/remote/remote.c:633:40: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/plugins/remote/remote.c:644:34: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/plugins/remote/remote.c:646:34: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/plugins/remote/remote.c:1146:50: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/plugins/remote/remote.c:1153:59: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/plugins/remote/remote.c:1156:68: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/plugins/remote/remote.c:1159:77: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/plugins/remote/remote.c:1168:49: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/plugins/remote/remote.c:1177:51: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/plugins/remote/remote.c:1208:76: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/plugins/remote/remote.c:1223:88: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/plugins/remote/remote.c:1224:71: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/plugins/remote/remote.c:1231:25: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/plugins/remote/remote.c:1246:49: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/plugins/remote/remote.c:1254:55: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/plugins/remote/remote.c:1263:55: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/plugins/remote/remote.c:1271:67: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/plugins/remote/remote.c:1272:69: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/plugins/remote/remote.c:1273:96: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/plugins/remote/remote.c:1281:78: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/plugins/remote/remote.c:1310:59: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/plugins/remote/remote.c:1327:76: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/plugins/remote/remote.c:1387:54: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/plugins/remote/remote.c:1403:84: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/plugins/remote/remote.c:1409:88: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/plugins/remote/remote.c:1415:87: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/plugins/remote/remote.c:640:11: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
ekg2-0.4~pre+20120506.1/plugins/remote/remote.c:1260:0: style: Variable 'reason' is assigned a value that is never used. [unreadVariable]
ekg2-0.4~pre+20120506.1/plugins/remote/remote.c:1261:0: style: Variable 'type' is assigned a value that is never used. [unreadVariable]
ekg2-0.4~pre+20120506.1/plugins/rivchat/rivchat.c:947:38: warning: Either the condition '!u' is redundant or there is possible null pointer dereference: u. [nullPointerRedundantCheck]
ekg2-0.4~pre+20120506.1/plugins/rivchat/rivchat.c:952:7: note: Assuming that condition '!u' is not redundant
ekg2-0.4~pre+20120506.1/plugins/rivchat/rivchat.c:947:38: note: Null pointer dereference
ekg2-0.4~pre+20120506.1/plugins/rivchat/rivchat.c:953:83: warning: Either the condition '!u' is redundant or there is possible null pointer dereference: u. [nullPointerRedundantCheck]
ekg2-0.4~pre+20120506.1/plugins/rivchat/rivchat.c:952:7: note: Assuming that condition '!u' is not redundant
ekg2-0.4~pre+20120506.1/plugins/rivchat/rivchat.c:953:83: note: Null pointer dereference
ekg2-0.4~pre+20120506.1/plugins/rivchat/rivchat.c:490:2: style: Variable 'sin.sin_addr.s_addr' is reassigned a value before the old one has been used. [redundantAssignment]
ekg2-0.4~pre+20120506.1/plugins/rivchat/rivchat.c:489:2: note: Variable 'sin.sin_addr.s_addr' is reassigned a value before the old one has been used.
ekg2-0.4~pre+20120506.1/plugins/rivchat/rivchat.c:490:2: note: Variable 'sin.sin_addr.s_addr' is reassigned a value before the old one has been used.
ekg2-0.4~pre+20120506.1/plugins/rivchat/rivchat.c:1244:3: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
ekg2-0.4~pre+20120506.1/plugins/rivchat/rivchat.c:1243:3: note: Variable 'path' is reassigned a value before the old one has been used.
ekg2-0.4~pre+20120506.1/plugins/rivchat/rivchat.c:1244:3: note: Variable 'path' is reassigned a value before the old one has been used.
ekg2-0.4~pre+20120506.1/plugins/rivchat/rivchat.c:482:40: style: Same value in both branches of ternary operator. [duplicateValueTernary]
ekg2-0.4~pre+20120506.1/plugins/rivchat/rivchat.c:136:0: style: Variable 'quiet' is assigned a value that is never used. [unreadVariable]
ekg2-0.4~pre+20120506.1/plugins/rot13/rot13.c:31:7: style: The scope of the variable 'i' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/rss/rss.c:935:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/rss/rss.c:1663:30: style: Function 'update_timer' argument 1 names different: declaration 's' definition 'session'. [funcArgNamesDifferent]
ekg2-0.4~pre+20120506.1/plugins/rss/rss.c:395:30: note: Function 'update_timer' argument 1 names different: declaration 's' definition 'session'.
ekg2-0.4~pre+20120506.1/plugins/rss/rss.c:1663:30: note: Function 'update_timer' argument 1 names different: declaration 's' definition 'session'.
ekg2-0.4~pre+20120506.1/plugins/rss/rss.c:1465:10: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
ekg2-0.4~pre+20120506.1/plugins/rss/rss.c:1620:0: style: Variable 'quiet' is assigned a value that is never used. [unreadVariable]
ekg2-0.4~pre+20120506.1/plugins/ruby/ruby_theme.c:28:117: error: Array 'args[9]' accessed at index 9, which is out of bounds. [arrayIndexOutOfBounds]
ekg2-0.4~pre+20120506.1/plugins/sim/main.c:270:15: style: The scope of the variable 'tm' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/sim/simlite.c:456:2: style: Variable 'mbio' is reassigned a value before the old one has been used. [redundantAssignment]
ekg2-0.4~pre+20120506.1/plugins/sim/simlite.c:453:2: note: Variable 'mbio' is reassigned a value before the old one has been used.
ekg2-0.4~pre+20120506.1/plugins/sim/simlite.c:456:2: note: Variable 'mbio' is reassigned a value before the old one has been used.
ekg2-0.4~pre+20120506.1/plugins/sim/simlite.c:148:16: style: The scope of the variable 'err' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/sms/sms.c:155:6: style: The scope of the variable 'x' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/sniff/gg-keygen.c:158:2: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
ekg2-0.4~pre+20120506.1/plugins/sniff/gg-keygen.c:216:2: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
ekg2-0.4~pre+20120506.1/plugins/sniff/sniff_gg.inc:150:37: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
ekg2-0.4~pre+20120506.1/plugins/sniff/sniff_gg.inc:171:33: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
ekg2-0.4~pre+20120506.1/plugins/sniff/sniff_gg.inc:262:36: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
ekg2-0.4~pre+20120506.1/plugins/sniff/sniff_gg.inc:273:36: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
ekg2-0.4~pre+20120506.1/plugins/sniff/sniff_gg.inc:4:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ekg2-0.4~pre+20120506.1/plugins/sniff/sniff_gg.inc:746:2: style: Opposite expression on both sides of '!='. [oppositeExpression]
ekg2-0.4~pre+20120506.1/plugins/sniff/sniff_gg.inc:746:2: note: Opposite expression on both sides of '!='.
ekg2-0.4~pre+20120506.1/plugins/sniff/sniff_gg.inc:746:2: note: Opposite expression on both sides of '!='.
ekg2-0.4~pre+20120506.1/plugins/sniff/sniff_gg.inc:762:2: style: Opposite expression on both sides of '!='. [oppositeExpression]
ekg2-0.4~pre+20120506.1/plugins/sniff/sniff_gg.inc:762:2: note: Opposite expression on both sides of '!='.
ekg2-0.4~pre+20120506.1/plugins/sniff/sniff_gg.inc:762:2: note: Opposite expression on both sides of '!='.
ekg2-0.4~pre+20120506.1/plugins/sniff/sniff_gg.inc:782:2: style: Opposite expression on both sides of '!='. [oppositeExpression]
ekg2-0.4~pre+20120506.1/plugins/sniff/sniff_gg.inc:782:2: note: Opposite expression on both sides of '!='.
ekg2-0.4~pre+20120506.1/plugins/sniff/sniff_gg.inc:782:2: note: Opposite expression on both sides of '!='.
ekg2-0.4~pre+20120506.1/plugins/sniff/sniff_gg.inc:783:2: style: Opposite expression on both sides of '!='. [oppositeExpression]
ekg2-0.4~pre+20120506.1/plugins/sniff/sniff_gg.inc:783:2: note: Opposite expression on both sides of '!='.
ekg2-0.4~pre+20120506.1/plugins/sniff/sniff_gg.inc:783:2: note: Opposite expression on both sides of '!='.
ekg2-0.4~pre+20120506.1/plugins/sniff/sniff_gg.inc:1448:8: style: The scope of the variable 'msg' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/sniff/sniff.c:482:8: style: The scope of the variable 'tmp' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/sniff/sniff_gg.inc:199:0: style: Variable 'has_time' is assigned a value that is never used. [unreadVariable]
ekg2-0.4~pre+20120506.1/plugins/sniff/sniff_gg.inc:217:0: style: Variable 'has_time' is assigned a value that is never used. [unreadVariable]
ekg2-0.4~pre+20120506.1/plugins/sniff/sniff_gg.inc:243:0: style: Variable 'has_time' is assigned a value that is never used. [unreadVariable]
ekg2-0.4~pre+20120506.1/plugins/sniff/sniff_gg.inc:1279:11: style: Unused variable: dunno2 [unusedVariable]
ekg2-0.4~pre+20120506.1/plugins/xmsg/xmsg.c:586:6: style: The scope of the variable 'n' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/plugins/xmsg/xmsg.c:149:7: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ekg2-0.4~pre+20120506.1/remote/commands.c:139:41: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/remote/commands.c:142:45: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/remote/commands.c:339:44: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/remote/commands.c:63:1: style: Function 'commands_removei' argument 1 names different: declaration 'c' definition 'elem'. [funcArgNamesDifferent]
ekg2-0.4~pre+20120506.1/remote/commands.h:56:40: note: Function 'commands_removei' argument 1 names different: declaration 'c' definition 'elem'.
ekg2-0.4~pre+20120506.1/remote/commands.c:63:1: note: Function 'commands_removei' argument 1 names different: declaration 'c' definition 'elem'.
ekg2-0.4~pre+20120506.1/remote/commands.c:170:70: style: Function 'command_exec' argument 3 names different: declaration 'line' definition 'xline'. [funcArgNamesDifferent]
ekg2-0.4~pre+20120506.1/remote/commands.h:58:70: note: Function 'command_exec' argument 3 names different: declaration 'line' definition 'xline'.
ekg2-0.4~pre+20120506.1/remote/commands.c:170:70: note: Function 'command_exec' argument 3 names different: declaration 'line' definition 'xline'.
ekg2-0.4~pre+20120506.1/remote/commands.c:444:0: style: Function 'command_add' argument 5 names different: declaration 'flags' definition 'params'. [funcArgNamesDifferent]
ekg2-0.4~pre+20120506.1/remote/commands.h:52:103: note: Function 'command_add' argument 5 names different: declaration 'flags' definition 'params'.
ekg2-0.4~pre+20120506.1/remote/commands.c:444:0: note: Function 'command_add' argument 5 names different: declaration 'flags' definition 'params'.
ekg2-0.4~pre+20120506.1/remote/commands.c:444:0: style: Function 'command_add' argument 6 names different: declaration 'possibilities' definition 'session'. [funcArgNamesDifferent]
ekg2-0.4~pre+20120506.1/remote/commands.h:52:116: note: Function 'command_add' argument 6 names different: declaration 'possibilities' definition 'session'.
ekg2-0.4~pre+20120506.1/remote/commands.c:444:0: note: Function 'command_add' argument 6 names different: declaration 'possibilities' definition 'session'.
ekg2-0.4~pre+20120506.1/remote/dynstuff.c:256:38: style: Function 'string_append_c' argument 2 names different: declaration 'ch' definition 'c'. [funcArgNamesDifferent]
ekg2-0.4~pre+20120506.1/remote/dynstuff.h:76:38: note: Function 'string_append_c' argument 2 names different: declaration 'ch' definition 'c'.
ekg2-0.4~pre+20120506.1/remote/dynstuff.c:256:38: note: Function 'string_append_c' argument 2 names different: declaration 'ch' definition 'c'.
ekg2-0.4~pre+20120506.1/remote/dynstuff.c:304:34: style: Function 'string_init' argument 1 names different: declaration 'str' definition 'value'. [funcArgNamesDifferent]
ekg2-0.4~pre+20120506.1/remote/dynstuff.h:73:34: note: Function 'string_init' argument 1 names different: declaration 'str' definition 'value'.
ekg2-0.4~pre+20120506.1/remote/dynstuff.c:304:34: note: Function 'string_init' argument 1 names different: declaration 'str' definition 'value'.
ekg2-0.4~pre+20120506.1/remote/dynstuff.c:561:11: style: Function 'private_items_destroy' argument 1 names different: declaration 'data' definition 'lista'. [funcArgNamesDifferent]
ekg2-0.4~pre+20120506.1/remote/dynstuff.h:107:45: note: Function 'private_items_destroy' argument 1 names different: declaration 'data' definition 'lista'.
ekg2-0.4~pre+20120506.1/remote/dynstuff.c:561:11: note: Function 'private_items_destroy' argument 1 names different: declaration 'data' definition 'lista'.
ekg2-0.4~pre+20120506.1/remote/plugins.c:163:6: style: Condition '!plugin_init' is always true [knownConditionTrueFalse]
ekg2-0.4~pre+20120506.1/remote/plugins.c:97:25: note: Assignment 'plugin_init=NULL', assigned value is 0
ekg2-0.4~pre+20120506.1/remote/plugins.c:163:6: note: Condition '!plugin_init' is always true
ekg2-0.4~pre+20120506.1/remote/plugins.c:214:8: style: The scope of the variable 'i' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/remote/remote.c:984:41: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/remote/remote.c:995:32: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/remote/remote.c:1001:34: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/remote/remote.c:1002:33: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/remote/remote.c:1003:33: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/remote/remote.c:1004:34: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/remote/remote.c:1005:33: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/remote/remote.c:1006:35: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/remote/remote.c:1017:58: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/remote/remote.c:1029:57: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/remote/stuff.c:49:1: style: Function 'timers_removei' argument 1 names different: declaration 't' definition 'elem'. [funcArgNamesDifferent]
ekg2-0.4~pre+20120506.1/remote/stuff.h:148:44: note: Function 'timers_removei' argument 1 names different: declaration 't' definition 'elem'.
ekg2-0.4~pre+20120506.1/remote/stuff.c:49:1: note: Function 'timers_removei' argument 1 names different: declaration 't' definition 'elem'.
ekg2-0.4~pre+20120506.1/remote/themes.c:604:13: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
ekg2-0.4~pre+20120506.1/remote/userlist.c:227:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/remote/userlist.c:64:1: style: Function 'userlists_destroy' argument 1 names different: declaration 'userlist' definition 'lista'. [funcArgNamesDifferent]
ekg2-0.4~pre+20120506.1/remote/userlist.h:95:37: note: Function 'userlists_destroy' argument 1 names different: declaration 'userlist' definition 'lista'.
ekg2-0.4~pre+20120506.1/remote/userlist.c:64:1: note: Function 'userlists_destroy' argument 1 names different: declaration 'userlist' definition 'lista'.
ekg2-0.4~pre+20120506.1/remote/userlist.c:224:49: style: Function 'group_init' argument 1 names different: declaration 'groups' definition 'names'. [funcArgNamesDifferent]
ekg2-0.4~pre+20120506.1/remote/userlist.c:69:49: note: Function 'group_init' argument 1 names different: declaration 'groups' definition 'names'.
ekg2-0.4~pre+20120506.1/remote/userlist.c:224:49: note: Function 'group_init' argument 1 names different: declaration 'groups' definition 'names'.
ekg2-0.4~pre+20120506.1/remote/vars.c:337:11: style: Function 'variables_removei' argument 1 names different: declaration 'v' definition 'elem'. [funcArgNamesDifferent]
ekg2-0.4~pre+20120506.1/remote/vars.h:71:43: note: Function 'variables_removei' argument 1 names different: declaration 'v' definition 'elem'.
ekg2-0.4~pre+20120506.1/remote/vars.c:337:11: note: Function 'variables_removei' argument 1 names different: declaration 'v' definition 'elem'.
ekg2-0.4~pre+20120506.1/remote/windows.c:77:14: style: The scope of the variable 'u' can be reduced. [variableScope]
ekg2-0.4~pre+20120506.1/remote/windows.c:392:49: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekg2-0.4~pre+20120506.1/remote/windows.c:400:52: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
[17:31]

ftp://ftp.se.debian.org/debian/pool/main/e/ekiga/ekiga_4.0.1.orig.tar.xz
ekiga-4.0.1/lib/engine/addressbook/contact.h:78:45: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/addressbook/contact-core.h:169:23: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/audioinput/audioinput-core.cpp:51:54: style: Function 'AudioInputCore' argument 1 names different: declaration 'core' definition '_core'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/audioinput/audioinput-core.h:99:44: note: Function 'AudioInputCore' argument 1 names different: declaration 'core' definition '_core'.
ekiga-4.0.1/lib/engine/audioinput/audioinput-core.cpp:51:54: note: Function 'AudioInputCore' argument 1 names different: declaration 'core' definition '_core'.
ekiga-4.0.1/lib/engine/audioinput/audioinput-core.cpp:91:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/audioinput/audioinput-core.cpp:122:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/audioinput/audioinput-core.cpp:135:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/audioinput/audioinput-core.cpp:160:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/audioinput/audioinput-core.cpp:196:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/audioinput/audioinput-core.cpp:224:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/audioinput/audioinput-core.cpp:435:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/audioinput/audioinput-manager.h:68:7: warning: Member variable 'AudioInputManager::current_state' is not initialized in the constructor. [uninitMemberVar]
ekiga-4.0.1/lib/engine/audioinput/audioinput-gmconf-bridge.h:50:5: style: Class 'AudioInputCoreConfBridge' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ekiga-4.0.1/lib/engine/audioinput/audioinput-core.h:99:7: style: Class 'AudioInputCore' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ekiga-4.0.1/lib/engine/audioinput/audioinput-gmconf-bridge.cpp:47:70: style: Function 'AudioInputCoreConfBridge' argument 1 names different: declaration 'service' definition '_service'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/audioinput/audioinput-gmconf-bridge.h:50:48: note: Function 'AudioInputCoreConfBridge' argument 1 names different: declaration 'service' definition '_service'.
ekiga-4.0.1/lib/engine/audioinput/audioinput-gmconf-bridge.cpp:47:70: note: Function 'AudioInputCoreConfBridge' argument 1 names different: declaration 'service' definition '_service'.
ekiga-4.0.1/lib/engine/audioinput/audioinput-gmconf-bridge.cpp:57:83: style: Function 'on_property_changed' argument 2 names different: declaration 'value' definition 'entry'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/audioinput/audioinput-gmconf-bridge.h:52:61: note: Function 'on_property_changed' argument 2 names different: declaration 'value' definition 'entry'.
ekiga-4.0.1/lib/engine/audioinput/audioinput-gmconf-bridge.cpp:57:83: note: Function 'on_property_changed' argument 2 names different: declaration 'value' definition 'entry'.
ekiga-4.0.1/lib/engine/audioinput/audioinput-gmconf-bridge.cpp:57:65: performance: Function parameter 'key' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/audiooutput/audiooutput-core.cpp:504:17: style: The scope of the variable 'pos' can be reduced. [variableScope]
ekiga-4.0.1/lib/engine/audiooutput/audiooutput-core.cpp:505:12: style: The scope of the variable 'bytes_written' can be reduced. [variableScope]
ekiga-4.0.1/lib/engine/audiooutput/audiooutput-core.cpp:51:56: style: Function 'AudioOutputCore' argument 1 names different: declaration 'core' definition '_core'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/audiooutput/audiooutput-core.h:93:45: note: Function 'AudioOutputCore' argument 1 names different: declaration 'core' definition '_core'.
ekiga-4.0.1/lib/engine/audiooutput/audiooutput-core.cpp:51:56: note: Function 'AudioOutputCore' argument 1 names different: declaration 'core' definition '_core'.
ekiga-4.0.1/lib/engine/audiooutput/audiooutput-core.cpp:92:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/audiooutput/audiooutput-core.cpp:124:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/audiooutput/audiooutput-core.cpp:163:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/audiooutput/audiooutput-core.cpp:217:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/audiooutput/audiooutput-core.cpp:245:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/audiooutput/audiooutput-core.cpp:438:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/audiooutput/audiooutput-manager.h:68:7: warning: Member variable 'AudioOutputManager::current_state' is not initialized in the constructor. [uninitMemberVar]
ekiga-4.0.1/lib/engine/audiooutput/audiooutput-gmconf-bridge.h:50:5: style: Class 'AudioOutputCoreConfBridge' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ekiga-4.0.1/lib/engine/audiooutput/audiooutput-scheduler.h:75:5: style: Class 'AudioEventScheduler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ekiga-4.0.1/lib/engine/audiooutput/audiooutput-core.h:93:7: style: Class 'AudioOutputCore' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ekiga-4.0.1/lib/engine/audiooutput/audiooutput-gmconf-bridge.cpp:148:5: style: Variable 'c_file_name' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/audiooutput/audiooutput-gmconf-bridge.cpp:147:0: note: Variable 'c_file_name' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/audiooutput/audiooutput-gmconf-bridge.cpp:148:5: note: Variable 'c_file_name' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/audiooutput/audiooutput-gmconf-bridge.cpp:165:5: style: Variable 'c_file_name' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/audiooutput/audiooutput-gmconf-bridge.cpp:164:0: note: Variable 'c_file_name' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/audiooutput/audiooutput-gmconf-bridge.cpp:165:5: note: Variable 'c_file_name' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/audiooutput/audiooutput-gmconf-bridge.cpp:182:5: style: Variable 'c_file_name' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/audiooutput/audiooutput-gmconf-bridge.cpp:181:0: note: Variable 'c_file_name' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/audiooutput/audiooutput-gmconf-bridge.cpp:182:5: note: Variable 'c_file_name' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/audiooutput/audiooutput-gmconf-bridge.cpp:200:5: style: Variable 'c_file_name' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/audiooutput/audiooutput-gmconf-bridge.cpp:199:0: note: Variable 'c_file_name' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/audiooutput/audiooutput-gmconf-bridge.cpp:200:5: note: Variable 'c_file_name' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/audiooutput/audiooutput-gmconf-bridge.cpp:217:5: style: Variable 'c_file_name' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/audiooutput/audiooutput-gmconf-bridge.cpp:216:0: note: Variable 'c_file_name' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/audiooutput/audiooutput-gmconf-bridge.cpp:217:5: note: Variable 'c_file_name' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/audiooutput/audiooutput-gmconf-bridge.cpp:48:72: style: Function 'AudioOutputCoreConfBridge' argument 1 names different: declaration 'service' definition '_service'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/audiooutput/audiooutput-gmconf-bridge.h:50:49: note: Function 'AudioOutputCoreConfBridge' argument 1 names different: declaration 'service' definition '_service'.
ekiga-4.0.1/lib/engine/audiooutput/audiooutput-gmconf-bridge.cpp:48:72: note: Function 'AudioOutputCoreConfBridge' argument 1 names different: declaration 'service' definition '_service'.
ekiga-4.0.1/lib/engine/audiooutput/audiooutput-gmconf-bridge.cpp:70:84: style: Function 'on_property_changed' argument 2 names different: declaration 'value' definition 'entry'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/audiooutput/audiooutput-gmconf-bridge.h:52:61: note: Function 'on_property_changed' argument 2 names different: declaration 'value' definition 'entry'.
ekiga-4.0.1/lib/engine/audiooutput/audiooutput-gmconf-bridge.cpp:70:84: note: Function 'on_property_changed' argument 2 names different: declaration 'value' definition 'entry'.
ekiga-4.0.1/lib/engine/audiooutput/audiooutput-gmconf-bridge.cpp:87:12: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/audiooutput/audiooutput-gmconf-bridge.cpp:70:66: performance: Function parameter 'key' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/audiooutput/audiooutput-scheduler.cpp:231:5: style: Variable 'wav' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/audiooutput/audiooutput-scheduler.cpp:226:5: note: Variable 'wav' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/audiooutput/audiooutput-scheduler.cpp:231:5: note: Variable 'wav' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/audiooutput/audiooutput-scheduler.cpp:157:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/audiooutput/audiooutput-scheduler.cpp:189:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/audiooutput/audiooutput-scheduler.cpp:258:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/audiooutput/audiooutput-scheduler.cpp:278:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/chat/chat-core.cpp:59:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/chat/chat.h:61:45: performance: Function parameter 'to' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/chat/chat.h:62:24: performance: Function parameter 'msg' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/chat/chat.h:68:44: performance: Function parameter 'msg' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/chat/chat.h:112:50: performance: Function parameter 'msg' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/call-history/history-book.h:62:5: style: Class 'Book' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ekiga-4.0.1/lib/engine/components/call-history/history-contact.h:74:25: performance: Function parameter '_name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/call-history/history-contact.h:75:25: performance: Function parameter '_uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/call-history/history-contact.h:77:32: performance: Function parameter 'call_duration' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/call-history/history-contact.h:86:37: performance: Function parameter 'uri_' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/call-history/history-contact.cpp:65:3: style: Variable 'xml_str' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/components/call-history/history-contact.cpp:62:0: note: Variable 'xml_str' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/components/call-history/history-contact.cpp:65:3: note: Variable 'xml_str' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/components/call-history/history-contact.cpp:134:3: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/components/call-history/history-contact.cpp:123:0: note: Variable 'tmp' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/components/call-history/history-contact.cpp:134:3: note: Variable 'tmp' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/components/call-history/history-contact.cpp:118:35: style: Function 'Contact' argument 5 names different: declaration 'call_start' definition '_call_start'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/components/call-history/history-contact.h:76:21: note: Function 'Contact' argument 5 names different: declaration 'call_start' definition '_call_start'.
ekiga-4.0.1/lib/engine/components/call-history/history-contact.cpp:118:35: note: Function 'Contact' argument 5 names different: declaration 'call_start' definition '_call_start'.
ekiga-4.0.1/lib/engine/components/call-history/history-contact.cpp:119:46: style: Function 'Contact' argument 6 names different: declaration 'call_duration' definition '_call_duration'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/components/call-history/history-contact.h:77:32: note: Function 'Contact' argument 6 names different: declaration 'call_duration' definition '_call_duration'.
ekiga-4.0.1/lib/engine/components/call-history/history-contact.cpp:119:46: note: Function 'Contact' argument 6 names different: declaration 'call_duration' definition '_call_duration'.
ekiga-4.0.1/lib/engine/components/call-history/history-contact.cpp:124:15: style: Unused variable: callp [unusedVariable]
ekiga-4.0.1/lib/engine/components/call-history/history-contact.cpp:127:3: performance: Variable 'node' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ekiga-4.0.1/lib/engine/components/call-history/history-contact.cpp:116:25: performance: Function parameter '_name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/call-history/history-contact.cpp:117:25: performance: Function parameter '_uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/call-history/history-contact.cpp:119:46: performance: Function parameter '_call_duration' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/call-history/history-contact.cpp:159:46: performance: Function parameter 'uri_' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/call-history/history-source.h:57:5: style: Class 'Source' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ekiga-4.0.1/lib/engine/components/call-history/history-source.h:63:46: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/common-videooutput/videooutput-manager-common.cpp:53:65: style: Function 'GMVideoOutputManager' argument 1 names different: declaration 'core' definition '_core'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/components/common-videooutput/videooutput-manager-common.h:106:48: note: Function 'GMVideoOutputManager' argument 1 names different: declaration 'core' definition '_core'.
ekiga-4.0.1/lib/engine/components/common-videooutput/videooutput-manager-common.cpp:53:65: note: Function 'GMVideoOutputManager' argument 1 names different: declaration 'core' definition '_core'.
ekiga-4.0.1/lib/engine/components/common-videooutput/videooutput-manager-common.cpp:53:23: warning: Member variable 'GMVideoOutputManager::last_frame' is not initialized in the constructor. [uninitMemberVar]
ekiga-4.0.1/lib/engine/components/common-videooutput/videooutput-manager-common.cpp:53:23: warning: Member variable 'GMVideoOutputManager::current_frame' is not initialized in the constructor. [uninitMemberVar]
ekiga-4.0.1/lib/engine/components/common-videooutput/videooutput-manager-common.cpp:53:23: warning: Member variable 'GMVideoOutputManager::local_frame_received' is not initialized in the constructor. [uninitMemberVar]
ekiga-4.0.1/lib/engine/components/common-videooutput/videooutput-manager-common.cpp:53:23: warning: Member variable 'GMVideoOutputManager::remote_frame_received' is not initialized in the constructor. [uninitMemberVar]
ekiga-4.0.1/lib/engine/components/common-videooutput/videooutput-manager-common.cpp:53:23: warning: Member variable 'GMVideoOutputManager::ext_frame_received' is not initialized in the constructor. [uninitMemberVar]
ekiga-4.0.1/lib/engine/components/common-videooutput/videooutput-manager-common.cpp:53:23: warning: Member variable 'GMVideoOutputManager::video_disabled' is not initialized in the constructor. [uninitMemberVar]
ekiga-4.0.1/lib/engine/components/common-videooutput/videooutput-manager-common.cpp:53:23: warning: Member variable 'GMVideoOutputManager::update_required' is not initialized in the constructor. [uninitMemberVar]
ekiga-4.0.1/lib/engine/components/common-videooutput/videooutput-manager-common.cpp:53:23: warning: Member variable 'GMVideoOutputManager::end_thread' is not initialized in the constructor. [uninitMemberVar]
ekiga-4.0.1/lib/engine/components/common-videooutput/videooutput-manager-common.cpp:53:23: warning: Member variable 'GMVideoOutputManager::init_thread' is not initialized in the constructor. [uninitMemberVar]
ekiga-4.0.1/lib/engine/components/common-videooutput/videooutput-manager-common.cpp:53:23: warning: Member variable 'GMVideoOutputManager::uninit_thread' is not initialized in the constructor. [uninitMemberVar]
ekiga-4.0.1/lib/engine/components/dx-videooutput/videooutput-manager-dx.h:56:5: style: Class 'GMVideoOutputManager_dx' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ekiga-4.0.1/lib/engine/components/dx-videooutput/videooutput-manager-dx.cpp:277:32: style: Redundant condition: !update_required.remote. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition]
ekiga-4.0.1/lib/engine/components/echo/echo-presentity.h:62:37: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/echo/echo-simple.h:58:42: performance: Function parameter 'msg' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/echo/echo-simple.cpp:81:51: performance: Function parameter 'msg' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/gmconf-personal-details/gmconf-personal-details.h:70:46: performance: Function parameter 'display_name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/gmconf-personal-details/gmconf-personal-details.h:72:42: performance: Function parameter 'presence' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/gmconf-personal-details/gmconf-personal-details.h:74:40: performance: Function parameter 'status' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/gmconf-personal-details/gmconf-personal-details.h:76:47: performance: Function parameter 'presence' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/gmconf-personal-details/gmconf-personal-details.h:77:47: performance: Function parameter 'status' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/gmconf-personal-details/gmconf-personal-details.cpp:97:3: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/components/gmconf-personal-details/gmconf-personal-details.cpp:85:0: note: Variable 'str' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/components/gmconf-personal-details/gmconf-personal-details.cpp:97:3: note: Variable 'str' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/components/gmconf-personal-details/gmconf-personal-details.cpp:148:62: style: Function 'set_display_name' argument 1 names different: declaration 'display_name' definition 'display_name_'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/components/gmconf-personal-details/gmconf-personal-details.h:70:46: note: Function 'set_display_name' argument 1 names different: declaration 'display_name' definition 'display_name_'.
ekiga-4.0.1/lib/engine/components/gmconf-personal-details/gmconf-personal-details.cpp:148:62: note: Function 'set_display_name' argument 1 names different: declaration 'display_name' definition 'display_name_'.
ekiga-4.0.1/lib/engine/components/gmconf-personal-details/gmconf-personal-details.cpp:155:58: style: Function 'set_presence' argument 1 names different: declaration 'presence' definition 'presence_'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/components/gmconf-personal-details/gmconf-personal-details.h:72:42: note: Function 'set_presence' argument 1 names different: declaration 'presence' definition 'presence_'.
ekiga-4.0.1/lib/engine/components/gmconf-personal-details/gmconf-personal-details.cpp:155:58: note: Function 'set_presence' argument 1 names different: declaration 'presence' definition 'presence_'.
ekiga-4.0.1/lib/engine/components/gmconf-personal-details/gmconf-personal-details.cpp:162:56: style: Function 'set_status' argument 1 names different: declaration 'status' definition 'status_'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/components/gmconf-personal-details/gmconf-personal-details.h:74:40: note: Function 'set_status' argument 1 names different: declaration 'status' definition 'status_'.
ekiga-4.0.1/lib/engine/components/gmconf-personal-details/gmconf-personal-details.cpp:162:56: note: Function 'set_status' argument 1 names different: declaration 'status' definition 'status_'.
ekiga-4.0.1/lib/engine/components/gmconf-personal-details/gmconf-personal-details.cpp:169:63: style: Function 'set_presence_info' argument 1 names different: declaration 'presence' definition '_presence'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/components/gmconf-personal-details/gmconf-personal-details.h:76:47: note: Function 'set_presence_info' argument 1 names different: declaration 'presence' definition '_presence'.
ekiga-4.0.1/lib/engine/components/gmconf-personal-details/gmconf-personal-details.cpp:169:63: note: Function 'set_presence_info' argument 1 names different: declaration 'presence' definition '_presence'.
ekiga-4.0.1/lib/engine/components/gmconf-personal-details/gmconf-personal-details.cpp:170:63: style: Function 'set_presence_info' argument 2 names different: declaration 'status' definition '_status'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/components/gmconf-personal-details/gmconf-personal-details.h:77:47: note: Function 'set_presence_info' argument 2 names different: declaration 'status' definition '_status'.
ekiga-4.0.1/lib/engine/components/gmconf-personal-details/gmconf-personal-details.cpp:170:63: note: Function 'set_presence_info' argument 2 names different: declaration 'status' definition '_status'.
ekiga-4.0.1/lib/engine/components/gmconf-personal-details/gmconf-personal-details.cpp:148:62: performance: Function parameter 'display_name_' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/gmconf-personal-details/gmconf-personal-details.cpp:155:58: performance: Function parameter 'presence_' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/gmconf-personal-details/gmconf-personal-details.cpp:162:56: performance: Function parameter 'status_' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/gmconf-personal-details/gmconf-personal-details.cpp:169:63: performance: Function parameter '_presence' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/gmconf-personal-details/gmconf-personal-details.cpp:170:63: performance: Function parameter '_status' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/gmconf-personal-details/gmconf-personal-details.cpp:182:60: performance: Function parameter 'val' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/gmconf-personal-details/gmconf-personal-details.cpp:189:56: performance: Function parameter 'val' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/gmconf-personal-details/gmconf-personal-details.cpp:198:54: performance: Function parameter 'val' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/hal-dbus/hal-manager-dbus.h:79:7: style: Class 'HalManager_dbus' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ekiga-4.0.1/lib/engine/components/hal-dbus/hal-manager-dbus.cpp:273:3: style: Variable 'device_proxy' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/components/hal-dbus/hal-manager-dbus.cpp:270:0: note: Variable 'device_proxy' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/components/hal-dbus/hal-manager-dbus.cpp:273:3: note: Variable 'device_proxy' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/components/hal-dbus/hal-manager-dbus.cpp:368:3: style: Variable 'interface_proxy' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/components/hal-dbus/hal-manager-dbus.cpp:362:0: note: Variable 'interface_proxy' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/components/hal-dbus/hal-manager-dbus.cpp:368:3: note: Variable 'interface_proxy' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/components/hal-dbus/hal-manager-dbus.cpp:54:56: style: Function 'HalManager_dbus' argument 1 names different: declaration 'core' definition '_core'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/components/hal-dbus/hal-manager-dbus.h:79:45: note: Function 'HalManager_dbus' argument 1 names different: declaration 'core' definition '_core'.
ekiga-4.0.1/lib/engine/components/hal-dbus/hal-manager-dbus.cpp:54:56: note: Function 'HalManager_dbus' argument 1 names different: declaration 'core' definition '_core'.
ekiga-4.0.1/lib/engine/components/hal-dbus/hal-manager-dbus.cpp:139:15: style: Unused variable: type [unusedVariable]
ekiga-4.0.1/lib/engine/components/hal-dbus/hal-manager-dbus.cpp:139:21: style: Unused variable: name [unusedVariable]
ekiga-4.0.1/lib/engine/components/hal-dbus/hal-manager-dbus.cpp:178:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/components/hal-dbus/hal-manager-dbus.cpp:233:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/components/local-roster/local-heap.h:76:5: style: Class 'Heap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ekiga-4.0.1/lib/engine/components/local-roster/local-cluster.h:58:5: style: Class 'Cluster' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ekiga-4.0.1/lib/engine/components/local-roster/local-presentity.h:85:21: performance: Function parameter '_name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/local-roster/local-presentity.h:86:21: performance: Function parameter '_uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/local-roster/local-presentity.h:87:31: performance: Function parameter '_groups' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/local-roster/local-presentity.h:105:37: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/local-roster/local-presentity.h:113:42: performance: Function parameter '_presence' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/local-roster/local-presentity.h:122:40: performance: Function parameter '_status' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/local-roster/local-presentity.h:149:42: performance: Function parameter 'old_name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/local-roster/local-presentity.h:150:28: performance: Function parameter 'new_name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/local-roster/local-heap.h:104:53: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/local-roster/local-heap.h:112:53: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/local-roster/local-heap.h:122:66: performance: Function parameter 'domain' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/local-roster/local-heap.h:123:31: performance: Function parameter 'token' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/local-roster/local-heap.h:131:44: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/local-roster/local-heap.h:132:23: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/local-roster/local-heap.h:139:43: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/local-roster/local-heap.h:140:22: performance: Function parameter 'presence' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/local-roster/local-heap.h:141:41: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/local-roster/local-heap.h:142:27: performance: Function parameter 'status' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/local-roster/local-heap.h:150:33: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/local-roster/local-heap.h:151:26: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/local-roster/local-heap.h:152:36: performance: Function parameter 'groups' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/local-roster/local-cluster.cpp:60:53: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/local-roster/local-heap.cpp:341:3: style: Variable 'root' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ekiga-4.0.1/lib/engine/components/local-roster/local-heap.cpp:339:0: note: Variable 'root' is reassigned a value before the old one has been used if variable is no semaphore variable.
ekiga-4.0.1/lib/engine/components/local-roster/local-heap.cpp:341:3: note: Variable 'root' is reassigned a value before the old one has been used if variable is no semaphore variable.
ekiga-4.0.1/lib/engine/components/local-roster/local-heap.cpp:383:23: style: Function 'new_presentity_form_submitted' argument 2 names different: declaration 'form' definition 'result'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/components/local-roster/local-heap.h:195:19: note: Function 'new_presentity_form_submitted' argument 2 names different: declaration 'form' definition 'result'.
ekiga-4.0.1/lib/engine/components/local-roster/local-heap.cpp:383:23: note: Function 'new_presentity_form_submitted' argument 2 names different: declaration 'form' definition 'result'.
ekiga-4.0.1/lib/engine/components/local-roster/local-heap.cpp:135:3: style: Struct 'has_presentity_with_uri_helper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ekiga-4.0.1/lib/engine/components/local-roster/local-heap.cpp:125:57: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/local-roster/local-heap.cpp:135:53: performance: Function parameter 'uri_' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/local-roster/local-heap.cpp:156:57: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/local-roster/local-heap.cpp:224:48: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/local-roster/local-heap.cpp:225:27: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/local-roster/local-heap.cpp:260:43: performance: Function parameter 'uri_' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/local-roster/local-heap.cpp:261:22: performance: Function parameter 'presence_' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/local-roster/local-heap.cpp:281:47: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/local-roster/local-heap.cpp:282:26: performance: Function parameter 'presence' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/local-roster/local-heap.cpp:291:41: performance: Function parameter 'uri_' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/local-roster/local-heap.cpp:292:27: performance: Function parameter 'status_' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/local-roster/local-heap.cpp:312:45: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/local-roster/local-heap.cpp:313:24: performance: Function parameter 'status' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/local-roster/local-heap.cpp:335:37: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/local-roster/local-heap.cpp:336:23: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/local-roster/local-heap.cpp:337:33: performance: Function parameter 'groups' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/local-roster/local-heap.cpp:434:57: performance: Function parameter 'old_name_' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/local-roster/local-heap.cpp:435:29: performance: Function parameter 'new_name_' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/local-roster/local-heap.cpp:471:26: performance: Function parameter 'token' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/local-roster/local-presentity.cpp:196:3: style: Variable 'xml_str' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/components/local-roster/local-presentity.cpp:194:0: note: Variable 'xml_str' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/components/local-roster/local-presentity.cpp:196:3: note: Variable 'xml_str' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/components/local-roster/local-presentity.cpp:233:3: style: Variable 'populated' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/components/local-roster/local-presentity.cpp:230:0: note: Variable 'populated' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/components/local-roster/local-presentity.cpp:233:3: note: Variable 'populated' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/components/local-roster/local-presentity.cpp:89:29: style: Function 'Presentity' argument 3 names different: declaration '_name' definition 'name'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/components/local-roster/local-presentity.h:85:21: note: Function 'Presentity' argument 3 names different: declaration '_name' definition 'name'.
ekiga-4.0.1/lib/engine/components/local-roster/local-presentity.cpp:89:29: note: Function 'Presentity' argument 3 names different: declaration '_name' definition 'name'.
ekiga-4.0.1/lib/engine/components/local-roster/local-presentity.cpp:90:29: style: Function 'Presentity' argument 4 names different: declaration '_uri' definition 'uri'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/components/local-roster/local-presentity.h:86:21: note: Function 'Presentity' argument 4 names different: declaration '_uri' definition 'uri'.
ekiga-4.0.1/lib/engine/components/local-roster/local-presentity.cpp:90:29: note: Function 'Presentity' argument 4 names different: declaration '_uri' definition 'uri'.
ekiga-4.0.1/lib/engine/components/local-roster/local-presentity.cpp:91:39: style: Function 'Presentity' argument 5 names different: declaration '_groups' definition 'groups'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/components/local-roster/local-presentity.h:87:31: note: Function 'Presentity' argument 5 names different: declaration '_groups' definition 'groups'.
ekiga-4.0.1/lib/engine/components/local-roster/local-presentity.cpp:91:39: note: Function 'Presentity' argument 5 names different: declaration '_groups' definition 'groups'.
ekiga-4.0.1/lib/engine/components/local-roster/local-presentity.cpp:103:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/components/local-roster/local-presentity.cpp:357:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/components/local-roster/local-presentity.cpp:94:3: performance: Variable 'node' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ekiga-4.0.1/lib/engine/components/local-roster/local-cluster.h:64:46: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/local-roster/local-presentity.cpp:89:29: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/local-roster/local-presentity.cpp:90:29: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/local-roster/local-presentity.cpp:91:39: performance: Function parameter 'groups' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/local-roster/local-presentity.cpp:207:47: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/local-roster/local-presentity.cpp:213:52: performance: Function parameter '_presence' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/local-roster/local-presentity.cpp:220:50: performance: Function parameter '_status' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/local-roster/local-presentity.cpp:380:52: performance: Function parameter 'old_name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/local-roster/local-presentity.cpp:381:24: performance: Function parameter 'new_name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/local-roster/local-roster-bridge.cpp:56:5: style: Class 'ContactDecorator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ekiga-4.0.1/lib/engine/components/local-roster/local-roster-bridge.cpp:82:24: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/mlogo-videoinput/videoinput-manager-mlogo.h:58:7: style: Class 'GMVideoInputManager_mlogo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ekiga-4.0.1/lib/engine/components/mlogo-videoinput/videoinput-manager-mlogo.cpp:44:76: style: Function 'GMVideoInputManager_mlogo' argument 1 names different: declaration 'core' definition '_core'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/components/mlogo-videoinput/videoinput-manager-mlogo.h:58:55: note: Function 'GMVideoInputManager_mlogo' argument 1 names different: declaration 'core' definition '_core'.
ekiga-4.0.1/lib/engine/components/mlogo-videoinput/videoinput-manager-mlogo.cpp:44:76: note: Function 'GMVideoInputManager_mlogo' argument 1 names different: declaration 'core' definition '_core'.
ekiga-4.0.1/lib/engine/components/mlogo-videoinput/videoinput-manager-mlogo.cpp:44:28: warning: Member variable 'GMVideoInputManager_mlogo::background_frame' is not initialized in the constructor. [uninitMemberVar]
ekiga-4.0.1/lib/engine/components/mlogo-videoinput/videoinput-manager-mlogo.cpp:44:28: warning: Member variable 'GMVideoInputManager_mlogo::pos' is not initialized in the constructor. [uninitMemberVar]
ekiga-4.0.1/lib/engine/components/mlogo-videoinput/videoinput-manager-mlogo.cpp:44:28: warning: Member variable 'GMVideoInputManager_mlogo::increment' is not initialized in the constructor. [uninitMemberVar]
ekiga-4.0.1/lib/engine/components/null-audioinput/audioinput-manager-null.h:57:7: style: Class 'GMAudioInputManager_null' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ekiga-4.0.1/lib/engine/components/null-audioinput/audioinput-manager-null.cpp:47:74: style: Function 'GMAudioInputManager_null' argument 1 names different: declaration 'core' definition '_core'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/components/null-audioinput/audioinput-manager-null.h:57:54: note: Function 'GMAudioInputManager_null' argument 1 names different: declaration 'core' definition '_core'.
ekiga-4.0.1/lib/engine/components/null-audioinput/audioinput-manager-null.cpp:47:74: note: Function 'GMAudioInputManager_null' argument 1 names different: declaration 'core' definition '_core'.
ekiga-4.0.1/lib/engine/components/null-audiooutput/audiooutput-manager-null.h:56:8: style: Class 'GMAudioOutputManager_null' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ekiga-4.0.1/lib/engine/components/null-audiooutput/audiooutput-manager-null.cpp:47:76: style: Function 'GMAudioOutputManager_null' argument 1 names different: declaration 'core' definition '_core'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/components/null-audiooutput/audiooutput-manager-null.h:56:56: note: Function 'GMAudioOutputManager_null' argument 1 names different: declaration 'core' definition '_core'.
ekiga-4.0.1/lib/engine/components/null-audiooutput/audiooutput-manager-null.cpp:47:76: note: Function 'GMAudioOutputManager_null' argument 1 names different: declaration 'core' definition '_core'.
ekiga-4.0.1/lib/engine/components/opal/opal-call-manager.h:71:5: style: Class 'CallManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ekiga-4.0.1/lib/engine/components/opal/opal-account.h:163:35: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/opal-account.h:164:37: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/opal-account.h:172:27: performance: Function parameter 'info' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/opal-account.h:177:64: performance: Function parameter 'info' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/opal-account.h:183:40: performance: Function parameter 'url' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/opal-account.h:184:39: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/opal-call.h:281:50: performance: Function parameter 'reason' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/opal-call-manager.h:172:45: performance: Function parameter 'error' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/h323-endpoint.h:81:24: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/h323-endpoint.h:139:30: performance: Function parameter 'msg' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/h323-endpoint.cpp:129:56: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/h323-endpoint.cpp:143:7: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
ekiga-4.0.1/lib/engine/components/opal/h323-endpoint.cpp:161:7: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
ekiga-4.0.1/lib/engine/components/opal/opal-account.cpp:248:5: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/components/opal/opal-account.cpp:244:0: note: Variable 'str' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/components/opal/opal-account.cpp:248:5: note: Variable 'str' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/components/opal/opal-account.cpp:544:5: style: Variable 'enabled' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ekiga-4.0.1/lib/engine/components/opal/opal-account.cpp:537:5: note: Variable 'enabled' is reassigned a value before the old one has been used if variable is no semaphore variable.
ekiga-4.0.1/lib/engine/components/opal/opal-account.cpp:544:5: note: Variable 'enabled' is reassigned a value before the old one has been used if variable is no semaphore variable.
ekiga-4.0.1/lib/engine/components/opal/opal-account.cpp:494:8: style: The scope of the variable 'should_enable' can be reduced. [variableScope]
ekiga-4.0.1/lib/engine/components/opal/opal-account.cpp:495:8: style: The scope of the variable 'should_disable' can be reduced. [variableScope]
ekiga-4.0.1/lib/engine/components/opal/opal-account.cpp:67:46: style: Function 'Account' argument 1 names different: declaration 'core' definition '_core'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/components/opal/opal-account.h:75:35: note: Function 'Account' argument 1 names different: declaration 'core' definition '_core'.
ekiga-4.0.1/lib/engine/components/opal/opal-account.cpp:67:46: note: Function 'Account' argument 1 names different: declaration 'core' definition '_core'.
ekiga-4.0.1/lib/engine/components/opal/opal-account.cpp:161:46: style: Function 'Account' argument 1 names different: declaration 'core' definition '_core'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/components/opal/opal-account.h:78:35: note: Function 'Account' argument 1 names different: declaration 'core' definition '_core'.
ekiga-4.0.1/lib/engine/components/opal/opal-account.cpp:161:46: note: Function 'Account' argument 1 names different: declaration 'core' definition '_core'.
ekiga-4.0.1/lib/engine/components/opal/opal-account.cpp:163:37: style: Function 'Account' argument 3 names different: declaration 'name' definition '_name'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/components/opal/opal-account.h:80:26: note: Function 'Account' argument 3 names different: declaration 'name' definition '_name'.
ekiga-4.0.1/lib/engine/components/opal/opal-account.cpp:163:37: note: Function 'Account' argument 3 names different: declaration 'name' definition '_name'.
ekiga-4.0.1/lib/engine/components/opal/opal-account.cpp:164:37: style: Function 'Account' argument 4 names different: declaration 'host' definition '_host'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/components/opal/opal-account.h:81:26: note: Function 'Account' argument 4 names different: declaration 'host' definition '_host'.
ekiga-4.0.1/lib/engine/components/opal/opal-account.cpp:164:37: note: Function 'Account' argument 4 names different: declaration 'host' definition '_host'.
ekiga-4.0.1/lib/engine/components/opal/opal-account.cpp:165:37: style: Function 'Account' argument 5 names different: declaration 'user' definition '_username'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/components/opal/opal-account.h:82:26: note: Function 'Account' argument 5 names different: declaration 'user' definition '_username'.
ekiga-4.0.1/lib/engine/components/opal/opal-account.cpp:165:37: note: Function 'Account' argument 5 names different: declaration 'user' definition '_username'.
ekiga-4.0.1/lib/engine/components/opal/opal-account.cpp:166:37: style: Function 'Account' argument 6 names different: declaration 'auth_user' definition '_auth_username'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/components/opal/opal-account.h:83:26: note: Function 'Account' argument 6 names different: declaration 'auth_user' definition '_auth_username'.
ekiga-4.0.1/lib/engine/components/opal/opal-account.cpp:166:37: note: Function 'Account' argument 6 names different: declaration 'auth_user' definition '_auth_username'.
ekiga-4.0.1/lib/engine/components/opal/opal-account.cpp:167:37: style: Function 'Account' argument 7 names different: declaration 'password' definition '_password'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/components/opal/opal-account.h:84:26: note: Function 'Account' argument 7 names different: declaration 'password' definition '_password'.
ekiga-4.0.1/lib/engine/components/opal/opal-account.cpp:167:37: note: Function 'Account' argument 7 names different: declaration 'password' definition '_password'.
ekiga-4.0.1/lib/engine/components/opal/opal-account.cpp:168:30: style: Function 'Account' argument 8 names different: declaration 'enabled' definition '_enabled'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/components/opal/opal-account.h:85:19: note: Function 'Account' argument 8 names different: declaration 'enabled' definition '_enabled'.
ekiga-4.0.1/lib/engine/components/opal/opal-account.cpp:168:30: note: Function 'Account' argument 8 names different: declaration 'enabled' definition '_enabled'.
ekiga-4.0.1/lib/engine/components/opal/opal-account.cpp:169:34: style: Function 'Account' argument 9 names different: declaration 'timeout' definition '_timeout'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/components/opal/opal-account.h:86:23: note: Function 'Account' argument 9 names different: declaration 'timeout' definition '_timeout'.
ekiga-4.0.1/lib/engine/components/opal/opal-account.cpp:169:34: note: Function 'Account' argument 9 names different: declaration 'timeout' definition '_timeout'.
ekiga-4.0.1/lib/engine/components/opal/opal-account.cpp:310:70: style: Function 'set_authentication_settings' argument 1 names different: declaration 'username' definition '_username'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/components/opal/opal-account.h:128:59: note: Function 'set_authentication_settings' argument 1 names different: declaration 'username' definition '_username'.
ekiga-4.0.1/lib/engine/components/opal/opal-account.cpp:310:70: note: Function 'set_authentication_settings' argument 1 names different: declaration 'username' definition '_username'.
ekiga-4.0.1/lib/engine/components/opal/opal-account.cpp:311:70: style: Function 'set_authentication_settings' argument 2 names different: declaration 'password' definition '_password'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/components/opal/opal-account.h:129:59: note: Function 'set_authentication_settings' argument 2 names different: declaration 'password' definition '_password'.
ekiga-4.0.1/lib/engine/components/opal/opal-account.cpp:311:70: note: Function 'set_authentication_settings' argument 2 names different: declaration 'password' definition '_password'.
ekiga-4.0.1/lib/engine/components/opal/opal-account.cpp:966:18: style: Function 'presence_status_in_main' argument 2 names different: declaration 'presence' definition 'uri_presence'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/components/opal/opal-account.h:214:19: note: Function 'presence_status_in_main' argument 2 names different: declaration 'presence' definition 'uri_presence'.
ekiga-4.0.1/lib/engine/components/opal/opal-account.cpp:966:18: note: Function 'presence_status_in_main' argument 2 names different: declaration 'presence' definition 'uri_presence'.
ekiga-4.0.1/lib/engine/components/opal/opal-account.cpp:967:18: style: Function 'presence_status_in_main' argument 3 names different: declaration 'status' definition 'uri_status'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/components/opal/opal-account.h:215:19: note: Function 'presence_status_in_main' argument 3 names different: declaration 'status' definition 'uri_status'.
ekiga-4.0.1/lib/engine/components/opal/opal-account.cpp:967:18: note: Function 'presence_status_in_main' argument 3 names different: declaration 'status' definition 'uri_status'.
ekiga-4.0.1/lib/engine/components/opal/opal-account.cpp:73:3: performance: Variable 'status' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ekiga-4.0.1/lib/engine/components/opal/opal-account.cpp:175:3: performance: Variable 'status' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ekiga-4.0.1/lib/engine/components/opal/opal-account.cpp:178:3: performance: Variable 'aid' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ekiga-4.0.1/lib/engine/components/opal/opal-bank.h:58:5: style: Class 'Bank' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ekiga-4.0.1/lib/engine/components/opal/opal-bank.h:75:35: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/opal-bank.h:77:37: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/sip-chat-simple.h:64:42: performance: Function parameter 'msg' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/sip-chat-simple.h:66:45: performance: Function parameter 'msg' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/sip-chat-simple.h:68:44: performance: Function parameter 'msg' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/sip-dialect.h:55:42: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/sip-dialect.h:56:28: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/sip-dialect.h:57:28: performance: Function parameter 'msg' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/sip-dialect.h:59:41: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/sip-dialect.h:60:27: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/sip-dialect.h:61:27: performance: Function parameter 'msg' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/sip-endpoint.h:88:24: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/sip-endpoint.h:92:24: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/sip-endpoint.h:140:40: performance: Function parameter 'username' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/sip-endpoint.h:141:26: performance: Function parameter 'host' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/sip-endpoint.h:142:26: performance: Function parameter 'auth_username' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/sip-endpoint.h:143:26: performance: Function parameter 'password' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/sip-endpoint.h:181:58: performance: Function parameter 'aor' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/sip-endpoint.h:183:30: performance: Function parameter 'msg' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/sip-endpoint.h:185:52: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/sip-endpoint.h:186:24: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/sip-endpoint.h:187:24: performance: Function parameter 'msg' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/sip-endpoint.h:189:51: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/sip-endpoint.h:190:23: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/sip-endpoint.h:191:23: performance: Function parameter 'msg' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/sip-endpoint.h:193:52: performance: Function parameter 'aor' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/sip-endpoint.h:194:24: performance: Function parameter 'info' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/opal-account.cpp:163:37: performance: Function parameter '_name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/opal-account.cpp:164:37: performance: Function parameter '_host' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/opal-account.cpp:165:37: performance: Function parameter '_username' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/opal-account.cpp:167:37: performance: Function parameter '_password' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/opal-account.cpp:558:46: performance: Function parameter 'url' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/opal-account.cpp:565:45: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/opal-account.cpp:606:41: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/opal-account.cpp:625:43: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/opal-account.cpp:636:26: performance: Function parameter 'info' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/opal-account.cpp:766:70: performance: Function parameter 'info' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/opal-audio.cpp:43:64: style: Function 'PSoundChannel_EKIGA' argument 1 names different: declaration 'core' definition '_core'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/components/opal/opal-audio.h:51:44: note: Function 'PSoundChannel_EKIGA' argument 1 names different: declaration 'core' definition '_core'.
ekiga-4.0.1/lib/engine/components/opal/opal-audio.cpp:43:64: note: Function 'PSoundChannel_EKIGA' argument 1 names different: declaration 'core' definition '_core'.
ekiga-4.0.1/lib/engine/components/opal/opal-audio.cpp:43:22: warning: Member variable 'PSoundChannel_EKIGA::mNumChannels' is not initialized in the constructor. [uninitMemberVar]
ekiga-4.0.1/lib/engine/components/opal/opal-audio.cpp:43:22: warning: Member variable 'PSoundChannel_EKIGA::mSampleRate' is not initialized in the constructor. [uninitMemberVar]
ekiga-4.0.1/lib/engine/components/opal/opal-audio.cpp:43:22: warning: Member variable 'PSoundChannel_EKIGA::mBitsPerSample' is not initialized in the constructor. [uninitMemberVar]
ekiga-4.0.1/lib/engine/components/opal/opal-audio.cpp:43:22: warning: Member variable 'PSoundChannel_EKIGA::isInitialised' is not initialized in the constructor. [uninitMemberVar]
ekiga-4.0.1/lib/engine/components/opal/opal-audio.h:51:3: style: Class 'PSoundChannel_EKIGA' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ekiga-4.0.1/lib/engine/components/opal/opal-bank.cpp:153:20: style: Function 'on_new_account_form_submitted' argument 2 names different: declaration 'form' definition 'result'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/components/opal/opal-bank.h:98:19: note: Function 'on_new_account_form_submitted' argument 2 names different: declaration 'form' definition 'result'.
ekiga-4.0.1/lib/engine/components/opal/opal-bank.cpp:153:20: note: Function 'on_new_account_form_submitted' argument 2 names different: declaration 'form' definition 'result'.
ekiga-4.0.1/lib/engine/components/opal/opal-bank.cpp:253:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/components/opal/opal-bank.cpp:271:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/components/opal/opal-bank.cpp:280:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/components/opal/opal-bank.cpp:289:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/components/opal/opal-bank.cpp:276:38: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/opal-bank.cpp:285:40: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/opal-call-manager.cpp:409:9: style: The scope of the variable 'j' can be reduced. [variableScope]
ekiga-4.0.1/lib/engine/components/opal/opal-call-manager.cpp:349:50: style: Function 'set_codecs' argument 1 names different: declaration 'codecs' definition '_codecs'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/components/opal/opal-call-manager.h:103:41: note: Function 'set_codecs' argument 1 names different: declaration 'codecs' definition '_codecs'.
ekiga-4.0.1/lib/engine/components/opal/opal-call-manager.cpp:349:50: note: Function 'set_codecs' argument 1 names different: declaration 'codecs' definition '_codecs'.
ekiga-4.0.1/lib/engine/components/opal/opal-call-manager.cpp:374:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/components/opal/opal-call-manager.cpp:386:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/components/opal/opal-call-manager.cpp:404:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/components/opal/opal-call-manager.cpp:558:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/components/opal/opal-call-manager.cpp:110:14: warning: Member variable 'CallManager::patience' is not initialized in the constructor. [uninitMemberVar]
ekiga-4.0.1/lib/engine/components/opal/opal-call-manager.cpp:110:14: warning: Member variable 'CallManager::reject_delay' is not initialized in the constructor. [uninitMemberVar]
ekiga-4.0.1/lib/engine/components/opal/opal-codec-description.h:57:7: style: Class 'CodecDescription' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ekiga-4.0.1/lib/engine/components/opal/opal-codec-description.h:74:7: style: Class 'CodecList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ekiga-4.0.1/lib/engine/components/opal/opal-call-manager.cpp:856:49: performance: Function parameter 'error' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/opal-call.cpp:568:3: style: Variable 'is_transmitting' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/components/opal/opal-call.cpp:563:0: note: Variable 'is_transmitting' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/components/opal/opal-call.cpp:568:3: note: Variable 'is_transmitting' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/components/opal/opal-call.cpp:583:3: style: Variable 'is_transmitting' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/components/opal/opal-call.cpp:578:0: note: Variable 'is_transmitting' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/components/opal/opal-call.cpp:583:3: note: Variable 'is_transmitting' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/components/opal/opal-call.cpp:159:8: style: The scope of the variable 'on_hold' can be reduced. [variableScope]
ekiga-4.0.1/lib/engine/components/opal/opal-call.cpp:179:8: style: The scope of the variable 'paused' can be reduced. [variableScope]
ekiga-4.0.1/lib/engine/components/opal/opal-call.cpp:308:8: style: The scope of the variable 'start_special_chars' can be reduced. [variableScope]
ekiga-4.0.1/lib/engine/components/opal/opal-call.cpp:309:8: style: The scope of the variable 'end_special_chars' can be reduced. [variableScope]
ekiga-4.0.1/lib/engine/components/opal/opal-call.cpp:96:13: warning: Member variable 'Call::re_v_fps' is not initialized in the constructor. [uninitMemberVar]
ekiga-4.0.1/lib/engine/components/opal/opal-call.cpp:96:13: warning: Member variable 'Call::tr_v_fps' is not initialized in the constructor. [uninitMemberVar]
ekiga-4.0.1/lib/engine/components/opal/opal-call.cpp:96:13: warning: Member variable 'Call::tr_width' is not initialized in the constructor. [uninitMemberVar]
ekiga-4.0.1/lib/engine/components/opal/opal-call.cpp:96:13: warning: Member variable 'Call::tr_height' is not initialized in the constructor. [uninitMemberVar]
ekiga-4.0.1/lib/engine/components/opal/opal-call.cpp:96:13: warning: Member variable 'Call::re_width' is not initialized in the constructor. [uninitMemberVar]
ekiga-4.0.1/lib/engine/components/opal/opal-call.cpp:96:13: warning: Member variable 'Call::re_height' is not initialized in the constructor. [uninitMemberVar]
ekiga-4.0.1/lib/engine/components/opal/opal-call.cpp:104:17: performance: Variable 'last_a_tick' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ekiga-4.0.1/lib/engine/components/opal/opal-call.cpp:695:53: performance: Function parameter 'reason' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/opal-gmconf-bridge.cpp:399:5: style: Variable 'ports' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/components/opal/opal-gmconf-bridge.cpp:394:0: note: Variable 'ports' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/components/opal/opal-gmconf-bridge.cpp:399:5: note: Variable 'ports' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/components/opal/opal-gmconf-bridge.cpp:70:42: style: Function 'ConfBridge' argument 1 names different: declaration 'service' definition '_service'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/components/opal/opal-gmconf-bridge.h:51:34: note: Function 'ConfBridge' argument 1 names different: declaration 'service' definition '_service'.
ekiga-4.0.1/lib/engine/components/opal/opal-gmconf-bridge.cpp:70:42: note: Function 'ConfBridge' argument 1 names different: declaration 'service' definition '_service'.
ekiga-4.0.1/lib/engine/components/opal/opal-gmconf-bridge.cpp:123:69: style: Function 'on_property_changed' argument 2 names different: declaration 'value' definition 'entry'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/components/opal/opal-gmconf-bridge.h:53:61: note: Function 'on_property_changed' argument 2 names different: declaration 'value' definition 'entry'.
ekiga-4.0.1/lib/engine/components/opal/opal-gmconf-bridge.cpp:123:69: note: Function 'on_property_changed' argument 2 names different: declaration 'value' definition 'entry'.
ekiga-4.0.1/lib/engine/components/opal/opal-gmconf-bridge.h:51:5: style: Class 'ConfBridge' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ekiga-4.0.1/lib/engine/components/opal/opal-main.cpp:69:41: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/opal-main.cpp:76:7: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
ekiga-4.0.1/lib/engine/components/opal/opal-videoinput.h:59:3: style: Class 'PVideoInputDevice_EKIGA' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ekiga-4.0.1/lib/engine/components/opal/opal-videooutput.h:57:3: style: Class 'PVideoOutputDevice_EKIGA' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ekiga-4.0.1/lib/engine/components/opal/opal-plugins-hook.cpp:50:3: style: Class 'PSoundChannel_EKIGA_PluginServiceDescriptor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ekiga-4.0.1/lib/engine/components/opal/opal-plugins-hook.cpp:74:3: style: Class 'PVideoInputDevice_EKIGA_PluginServiceDescriptor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ekiga-4.0.1/lib/engine/components/opal/opal-plugins-hook.cpp:97:3: style: Class 'PVideoOutputDevice_EKIGA_PluginServiceDescriptor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ekiga-4.0.1/lib/engine/components/opal/opal-videoinput.cpp:43:72: style: Function 'PVideoInputDevice_EKIGA' argument 1 names different: declaration 'core' definition '_core'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/components/opal/opal-videoinput.h:59:49: note: Function 'PVideoInputDevice_EKIGA' argument 1 names different: declaration 'core' definition '_core'.
ekiga-4.0.1/lib/engine/components/opal/opal-videoinput.cpp:43:72: note: Function 'PVideoInputDevice_EKIGA' argument 1 names different: declaration 'core' definition '_core'.
ekiga-4.0.1/lib/engine/components/opal/opal-videoinput.h:80:16: warning: Virtual function 'Close' is called from destructor '~PVideoInputDevice_EKIGA()' at line 54. Dynamic binding is not used. [virtualCallInConstructor]
ekiga-4.0.1/lib/engine/components/opal/opal-videoinput.cpp:54:3: note: Calling Close
ekiga-4.0.1/lib/engine/components/opal/opal-videoinput.h:80:16: note: Close is a virtual method
ekiga-4.0.1/lib/engine/components/opal/opal-videooutput.cpp:49:74: style: Function 'PVideoOutputDevice_EKIGA' argument 1 names different: declaration 'core' definition '_core'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/components/opal/opal-videooutput.h:57:50: note: Function 'PVideoOutputDevice_EKIGA' argument 1 names different: declaration 'core' definition '_core'.
ekiga-4.0.1/lib/engine/components/opal/opal-videooutput.cpp:49:74: note: Function 'PVideoOutputDevice_EKIGA' argument 1 names different: declaration 'core' definition '_core'.
ekiga-4.0.1/lib/engine/components/opal/pcss-endpoint.cpp:47:53: style: Function 'GMPCSSEndpoint' argument 1 names different: declaration 'manager' definition 'ep'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/components/opal/pcss-endpoint.h:57:38: note: Function 'GMPCSSEndpoint' argument 1 names different: declaration 'manager' definition 'ep'.
ekiga-4.0.1/lib/engine/components/opal/pcss-endpoint.cpp:47:53: note: Function 'GMPCSSEndpoint' argument 1 names different: declaration 'manager' definition 'ep'.
ekiga-4.0.1/lib/engine/components/opal/sip-chat-simple.cpp:42:50: style: Function 'SimpleChat' argument 1 names different: declaration 'core' definition 'core_'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/components/opal/sip-chat-simple.h:49:37: note: Function 'SimpleChat' argument 1 names different: declaration 'core' definition 'core_'.
ekiga-4.0.1/lib/engine/components/opal/sip-chat-simple.cpp:42:50: note: Function 'SimpleChat' argument 1 names different: declaration 'core' definition 'core_'.
ekiga-4.0.1/lib/engine/components/opal/sip-chat-simple.cpp:44:21: style: Function 'SimpleChat' argument 3 names different: declaration 'uri' definition 'uri_'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/components/opal/sip-chat-simple.h:51:15: note: Function 'SimpleChat' argument 3 names different: declaration 'uri' definition 'uri_'.
ekiga-4.0.1/lib/engine/components/opal/sip-chat-simple.cpp:44:21: note: Function 'SimpleChat' argument 3 names different: declaration 'uri' definition 'uri_'.
ekiga-4.0.1/lib/engine/components/opal/sip-chat-simple.cpp:44:21: performance: Function parameter 'uri_' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/sip-chat-simple.cpp:85:50: performance: Function parameter 'msg' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/sip-chat-simple.cpp:98:53: performance: Function parameter 'msg' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/sip-chat-simple.cpp:107:52: performance: Function parameter 'msg' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/sip-dialect.cpp:53:47: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/sip-dialect.cpp:54:26: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/sip-dialect.cpp:55:26: performance: Function parameter 'msg' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/sip-dialect.cpp:65:46: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/sip-dialect.cpp:66:25: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/sip-dialect.cpp:67:25: performance: Function parameter 'msg' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/sip-dialect.cpp:83:44: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/sip-dialect.cpp:84:23: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/sip-endpoint.cpp:291:56: style: Function 'send_message' argument 1 names different: declaration 'uri' definition '_uri'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/components/opal/sip-endpoint.h:101:46: note: Function 'send_message' argument 1 names different: declaration 'uri' definition '_uri'.
ekiga-4.0.1/lib/engine/components/opal/sip-endpoint.cpp:291:56: note: Function 'send_message' argument 1 names different: declaration 'uri' definition '_uri'.
ekiga-4.0.1/lib/engine/components/opal/sip-endpoint.cpp:292:28: style: Function 'send_message' argument 2 names different: declaration 'message' definition '_message'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/components/opal/sip-endpoint.h:102:46: note: Function 'send_message' argument 2 names different: declaration 'message' definition '_message'.
ekiga-4.0.1/lib/engine/components/opal/sip-endpoint.cpp:292:28: note: Function 'send_message' argument 2 names different: declaration 'message' definition '_message'.
ekiga-4.0.1/lib/engine/components/opal/sip-endpoint.cpp:524:29: style: Function 'Register' argument 2 names different: declaration 'host' definition 'host_'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/components/opal/sip-endpoint.h:141:26: note: Function 'Register' argument 2 names different: declaration 'host' definition 'host_'.
ekiga-4.0.1/lib/engine/components/opal/sip-endpoint.cpp:524:29: note: Function 'Register' argument 2 names different: declaration 'host' definition 'host_'.
ekiga-4.0.1/lib/engine/components/opal/sip-endpoint.cpp:934:61: style: Function 'GetRegisteredPartyName' argument 1 names different: declaration 'host' definition 'aor'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/components/opal/sip-endpoint.h:166:53: note: Function 'GetRegisteredPartyName' argument 1 names different: declaration 'host' definition 'aor'.
ekiga-4.0.1/lib/engine/components/opal/sip-endpoint.cpp:934:61: note: Function 'GetRegisteredPartyName' argument 1 names different: declaration 'host' definition 'aor'.
ekiga-4.0.1/lib/engine/components/opal/sip-endpoint.cpp:1089:55: style: Function 'visit_account' argument 1 names different: declaration 'account' definition '_account'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/components/opal/sip-endpoint.h:178:45: note: Function 'visit_account' argument 1 names different: declaration 'account' definition '_account'.
ekiga-4.0.1/lib/engine/components/opal/sip-endpoint.cpp:1089:55: note: Function 'visit_account' argument 1 names different: declaration 'account' definition '_account'.
ekiga-4.0.1/lib/engine/components/opal/sip-endpoint.cpp:1096:55: style: Function 'account_added' argument 1 names different: declaration 'account' definition '_account'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/components/opal/sip-endpoint.h:179:45: note: Function 'account_added' argument 1 names different: declaration 'account' definition '_account'.
ekiga-4.0.1/lib/engine/components/opal/sip-endpoint.cpp:1096:55: note: Function 'account_added' argument 1 names different: declaration 'account' definition '_account'.
ekiga-4.0.1/lib/engine/components/opal/sip-endpoint.cpp:210:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/components/opal/sip-endpoint.cpp:244:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/components/opal/sip-endpoint.cpp:264:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/components/opal/sip-endpoint.cpp:270:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/components/opal/sip-endpoint.cpp:281:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/components/opal/sip-endpoint.cpp:65:31: performance: Function parameter '_username' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/sip-endpoint.cpp:66:17: performance: Function parameter '_host' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/sip-endpoint.cpp:67:17: performance: Function parameter '_authentication_username' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/sip-endpoint.cpp:68:17: performance: Function parameter '_password' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/sip-endpoint.cpp:72:17: performance: Function parameter '_aor' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/sip-endpoint.cpp:173:27: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/sip-endpoint.cpp:182:27: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/sip-endpoint.cpp:523:50: performance: Function parameter 'username' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/sip-endpoint.cpp:524:29: performance: Function parameter 'host_' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/sip-endpoint.cpp:525:29: performance: Function parameter 'auth_username' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/sip-endpoint.cpp:526:29: performance: Function parameter 'password' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/sip-endpoint.cpp:1023:62: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/sip-endpoint.cpp:1024:27: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/sip-endpoint.cpp:1025:27: performance: Function parameter 'msg' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/sip-endpoint.cpp:1031:61: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/sip-endpoint.cpp:1032:26: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/sip-endpoint.cpp:1033:26: performance: Function parameter 'msg' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/sip-endpoint.cpp:1039:62: performance: Function parameter 'aor' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/sip-endpoint.cpp:1040:27: performance: Function parameter 'info' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/opal/sip-endpoint.cpp:203:9: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
ekiga-4.0.1/lib/engine/components/opal/sip-endpoint.cpp:294:26: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
ekiga-4.0.1/lib/engine/components/opal/sip-endpoint.cpp:312:7: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
ekiga-4.0.1/lib/engine/components/ptlib/audioinput-manager-ptlib.h:57:7: style: Class 'GMAudioInputManager_ptlib' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ekiga-4.0.1/lib/engine/components/ptlib/audioinput-manager-ptlib.cpp:45:76: style: Function 'GMAudioInputManager_ptlib' argument 1 names different: declaration 'core' definition '_core'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/components/ptlib/audioinput-manager-ptlib.h:57:55: note: Function 'GMAudioInputManager_ptlib' argument 1 names different: declaration 'core' definition '_core'.
ekiga-4.0.1/lib/engine/components/ptlib/audioinput-manager-ptlib.cpp:45:76: note: Function 'GMAudioInputManager_ptlib' argument 1 names different: declaration 'core' definition '_core'.
ekiga-4.0.1/lib/engine/components/ptlib/utils.h:43:51: performance: Function parameter 'str' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/ptlib/utils.h:49:51: performance: Function parameter 'str' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/ptlib/audiooutput-manager-ptlib.h:57:8: style: Class 'GMAudioOutputManager_ptlib' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ekiga-4.0.1/lib/engine/components/ptlib/audiooutput-manager-ptlib.cpp:44:78: style: Function 'GMAudioOutputManager_ptlib' argument 1 names different: declaration 'core' definition '_core'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/components/ptlib/audiooutput-manager-ptlib.h:57:57: note: Function 'GMAudioOutputManager_ptlib' argument 1 names different: declaration 'core' definition '_core'.
ekiga-4.0.1/lib/engine/components/ptlib/audiooutput-manager-ptlib.cpp:44:78: note: Function 'GMAudioOutputManager_ptlib' argument 1 names different: declaration 'core' definition '_core'.
ekiga-4.0.1/lib/engine/components/ptlib/utils.cpp:42:33: performance: Function parameter 'str' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/ptlib/utils.cpp:59:33: performance: Function parameter 'str' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/components/ptlib/videoinput-manager-ptlib.h:57:7: style: Class 'GMVideoInputManager_ptlib' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ekiga-4.0.1/lib/engine/components/ptlib/videoinput-manager-ptlib.cpp:44:76: style: Function 'GMVideoInputManager_ptlib' argument 1 names different: declaration 'core' definition '_core'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/components/ptlib/videoinput-manager-ptlib.h:57:55: note: Function 'GMVideoInputManager_ptlib' argument 1 names different: declaration 'core' definition '_core'.
ekiga-4.0.1/lib/engine/components/ptlib/videoinput-manager-ptlib.cpp:44:76: note: Function 'GMVideoInputManager_ptlib' argument 1 names different: declaration 'core' definition '_core'.
ekiga-4.0.1/lib/engine/components/x-videooutput/videooutput-manager-x.h:60:3: style: Class 'GMVideoOutputManager_x' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ekiga-4.0.1/lib/engine/components/x-videooutput/videooutput-manager-x.cpp:513:43: style: Redundant condition: !update_required.remote. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition]
ekiga-4.0.1/lib/engine/framework/form-builder.cpp:241:46: style: Function 'title' argument 1 names different: declaration 'title' definition '_title'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/framework/form-builder.h:79:35: note: Function 'title' argument 1 names different: declaration 'title' definition '_title'.
ekiga-4.0.1/lib/engine/framework/form-builder.cpp:241:46: note: Function 'title' argument 1 names different: declaration 'title' definition '_title'.
ekiga-4.0.1/lib/engine/framework/form-builder.cpp:247:53: style: Function 'instructions' argument 1 names different: declaration 'instructions' definition '_instructions'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/framework/form-builder.h:81:42: note: Function 'instructions' argument 1 names different: declaration 'instructions' definition '_instructions'.
ekiga-4.0.1/lib/engine/framework/form-builder.cpp:247:53: note: Function 'instructions' argument 1 names different: declaration 'instructions' definition '_instructions'.
ekiga-4.0.1/lib/engine/framework/form-builder.cpp:253:45: style: Function 'link' argument 1 names different: declaration 'link' definition '_link'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/framework/form-builder.h:83:34: note: Function 'link' argument 1 names different: declaration 'link' definition '_link'.
ekiga-4.0.1/lib/engine/framework/form-builder.cpp:253:45: note: Function 'link' argument 1 names different: declaration 'link' definition '_link'.
ekiga-4.0.1/lib/engine/framework/form-builder.cpp:254:45: style: Function 'link' argument 2 names different: declaration 'uri' definition '_uri'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/framework/form-builder.h:84:34: note: Function 'link' argument 2 names different: declaration 'uri' definition '_uri'.
ekiga-4.0.1/lib/engine/framework/form-builder.cpp:254:45: note: Function 'link' argument 2 names different: declaration 'uri' definition '_uri'.
ekiga-4.0.1/lib/engine/framework/form-builder.cpp:260:46: style: Function 'error' argument 1 names different: declaration 'error' definition '_error'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/framework/form-builder.h:86:35: note: Function 'error' argument 1 names different: declaration 'error' definition '_error'.
ekiga-4.0.1/lib/engine/framework/form-builder.cpp:260:46: note: Function 'error' argument 1 names different: declaration 'error' definition '_error'.
ekiga-4.0.1/lib/engine/framework/form-builder.cpp:284:45: style: Function 'text' argument 1 names different: declaration 'text' definition 'name'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/framework/form-builder.h:96:34: note: Function 'text' argument 1 names different: declaration 'text' definition 'name'.
ekiga-4.0.1/lib/engine/framework/form-builder.cpp:284:45: note: Function 'text' argument 1 names different: declaration 'text' definition 'name'.
ekiga-4.0.1/lib/engine/framework/form-builder.cpp:295:53: style: Function 'private_text' argument 1 names different: declaration 'text' definition 'name'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/framework/form-builder.h:102:42: note: Function 'private_text' argument 1 names different: declaration 'text' definition 'name'.
ekiga-4.0.1/lib/engine/framework/form-builder.cpp:295:53: note: Function 'private_text' argument 1 names different: declaration 'text' definition 'name'.
ekiga-4.0.1/lib/engine/framework/form-builder.cpp:306:51: style: Function 'multi_text' argument 1 names different: declaration 'text' definition 'name'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/framework/form-builder.h:108:40: note: Function 'multi_text' argument 1 names different: declaration 'text' definition 'name'.
ekiga-4.0.1/lib/engine/framework/form-builder.cpp:306:51: note: Function 'multi_text' argument 1 names different: declaration 'text' definition 'name'.
ekiga-4.0.1/lib/engine/framework/form-builder.cpp:63:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/framework/form-builder.cpp:70:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/framework/form-builder.cpp:79:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/framework/form-builder.cpp:86:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/framework/form-builder.cpp:96:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/framework/form-builder.cpp:105:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/framework/form-builder.cpp:115:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/framework/form-builder.cpp:125:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/framework/form-builder.cpp:135:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/framework/form-builder.cpp:149:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/framework/form-builder.cpp:161:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/framework/form-builder.cpp:173:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/framework/form-builder.cpp:185:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/framework/form-builder.cpp:197:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/framework/form-builder.cpp:209:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/framework/form-builder.cpp:221:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/framework/form-builder.cpp:233:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/framework/form-builder.h:134:7: warning: Member variable 'HiddenField::advanced' is not initialized in the constructor. [uninitMemberVar]
ekiga-4.0.1/lib/engine/framework/form.h:86:10: style: The function 'visit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/lib/engine/framework/form.h:55:18: note: Virtual function in base class
ekiga-4.0.1/lib/engine/framework/form.h:86:10: note: Function in derived class
ekiga-4.0.1/lib/engine/framework/form.h:88:23: style: The function 'hidden' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/lib/engine/framework/form.h:57:31: note: Virtual function in base class
ekiga-4.0.1/lib/engine/framework/form.h:88:23: note: Function in derived class
ekiga-4.0.1/lib/engine/framework/form.h:90:10: style: The function 'boolean' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/lib/engine/framework/form.h:59:18: note: Virtual function in base class
ekiga-4.0.1/lib/engine/framework/form.h:90:10: note: Function in derived class
ekiga-4.0.1/lib/engine/framework/form.h:92:23: style: The function 'text' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/lib/engine/framework/form.h:61:31: note: Virtual function in base class
ekiga-4.0.1/lib/engine/framework/form.h:92:23: note: Function in derived class
ekiga-4.0.1/lib/engine/framework/form.h:94:23: style: The function 'private_text' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/lib/engine/framework/form.h:63:31: note: Virtual function in base class
ekiga-4.0.1/lib/engine/framework/form.h:94:23: note: Function in derived class
ekiga-4.0.1/lib/engine/framework/form.h:96:23: style: The function 'multi_text' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/lib/engine/framework/form.h:65:31: note: Virtual function in base class
ekiga-4.0.1/lib/engine/framework/form.h:96:23: note: Function in derived class
ekiga-4.0.1/lib/engine/framework/form.h:98:23: style: The function 'single_choice' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/lib/engine/framework/form.h:67:31: note: Virtual function in base class
ekiga-4.0.1/lib/engine/framework/form.h:98:23: note: Function in derived class
ekiga-4.0.1/lib/engine/framework/form.h:100:33: style: The function 'multiple_choice' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/lib/engine/framework/form.h:69:41: note: Virtual function in base class
ekiga-4.0.1/lib/engine/framework/form.h:100:33: note: Function in derived class
ekiga-4.0.1/lib/engine/framework/form.h:102:33: style: The function 'editable_set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/lib/engine/framework/form.h:71:41: note: Virtual function in base class
ekiga-4.0.1/lib/engine/framework/form.h:102:33: note: Function in derived class
ekiga-4.0.1/lib/engine/framework/form-builder.h:59:10: style: The function 'visit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/lib/engine/framework/form.h:55:18: note: Virtual function in base class
ekiga-4.0.1/lib/engine/framework/form-builder.h:59:10: note: Function in derived class
ekiga-4.0.1/lib/engine/framework/form-builder.h:61:23: style: The function 'hidden' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/lib/engine/framework/form.h:57:31: note: Virtual function in base class
ekiga-4.0.1/lib/engine/framework/form-builder.h:61:23: note: Function in derived class
ekiga-4.0.1/lib/engine/framework/form-builder.h:63:10: style: The function 'boolean' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/lib/engine/framework/form.h:59:18: note: Virtual function in base class
ekiga-4.0.1/lib/engine/framework/form-builder.h:63:10: note: Function in derived class
ekiga-4.0.1/lib/engine/framework/form-builder.h:65:23: style: The function 'text' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/lib/engine/framework/form.h:61:31: note: Virtual function in base class
ekiga-4.0.1/lib/engine/framework/form-builder.h:65:23: note: Function in derived class
ekiga-4.0.1/lib/engine/framework/form-builder.h:67:23: style: The function 'private_text' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/lib/engine/framework/form.h:63:31: note: Virtual function in base class
ekiga-4.0.1/lib/engine/framework/form-builder.h:67:23: note: Function in derived class
ekiga-4.0.1/lib/engine/framework/form-builder.h:69:23: style: The function 'multi_text' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/lib/engine/framework/form.h:65:31: note: Virtual function in base class
ekiga-4.0.1/lib/engine/framework/form-builder.h:69:23: note: Function in derived class
ekiga-4.0.1/lib/engine/framework/form-builder.h:71:23: style: The function 'single_choice' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/lib/engine/framework/form.h:67:31: note: Virtual function in base class
ekiga-4.0.1/lib/engine/framework/form-builder.h:71:23: note: Function in derived class
ekiga-4.0.1/lib/engine/framework/form-builder.h:73:33: style: The function 'multiple_choice' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/lib/engine/framework/form.h:69:41: note: Virtual function in base class
ekiga-4.0.1/lib/engine/framework/form-builder.h:73:33: note: Function in derived class
ekiga-4.0.1/lib/engine/framework/form-builder.h:75:33: style: The function 'editable_set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/lib/engine/framework/form.h:71:41: note: Virtual function in base class
ekiga-4.0.1/lib/engine/framework/form-builder.h:75:33: note: Function in derived class
ekiga-4.0.1/lib/engine/framework/form-builder.h:79:10: style: The function 'title' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/lib/engine/framework/form-visitor.h:57:18: note: Virtual function in base class
ekiga-4.0.1/lib/engine/framework/form-builder.h:79:10: note: Function in derived class
ekiga-4.0.1/lib/engine/framework/form-builder.h:81:10: style: The function 'instructions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/lib/engine/framework/form-visitor.h:59:18: note: Virtual function in base class
ekiga-4.0.1/lib/engine/framework/form-builder.h:81:10: note: Function in derived class
ekiga-4.0.1/lib/engine/framework/form-builder.h:83:10: style: The function 'link' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/lib/engine/framework/form-visitor.h:61:18: note: Virtual function in base class
ekiga-4.0.1/lib/engine/framework/form-builder.h:83:10: note: Function in derived class
ekiga-4.0.1/lib/engine/framework/form-builder.h:86:10: style: The function 'error' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/lib/engine/framework/form-visitor.h:64:18: note: Virtual function in base class
ekiga-4.0.1/lib/engine/framework/form-builder.h:86:10: note: Function in derived class
ekiga-4.0.1/lib/engine/framework/form-builder.h:88:10: style: The function 'hidden' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/lib/engine/framework/form-visitor.h:66:18: note: Virtual function in base class
ekiga-4.0.1/lib/engine/framework/form-builder.h:88:10: note: Function in derived class
ekiga-4.0.1/lib/engine/framework/form-visitor.h:57:43: performance: Function parameter 'title' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-visitor.h:59:50: performance: Function parameter 'instructions' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-visitor.h:61:42: performance: Function parameter 'link' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-visitor.h:62:42: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-visitor.h:64:43: performance: Function parameter 'msg' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-visitor.h:66:44: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-visitor.h:67:23: performance: Function parameter 'value' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-visitor.h:69:45: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-visitor.h:70:24: performance: Function parameter 'description' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-visitor.h:74:42: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-visitor.h:75:28: performance: Function parameter 'description' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-visitor.h:76:28: performance: Function parameter 'value' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-visitor.h:77:28: performance: Function parameter 'tooltip' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-visitor.h:80:50: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-visitor.h:81:29: performance: Function parameter 'description' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-visitor.h:82:29: performance: Function parameter 'tooltip' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-visitor.h:83:29: performance: Function parameter 'value' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-visitor.h:86:48: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-visitor.h:87:27: performance: Function parameter 'description' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-visitor.h:88:27: performance: Function parameter 'value' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-visitor.h:91:51: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-visitor.h:92:23: performance: Function parameter 'description' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-visitor.h:93:23: performance: Function parameter 'value' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-visitor.h:97:45: performance: Function parameter 'choices' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-visitor.h:100:53: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-visitor.h:101:25: performance: Function parameter 'description' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-visitor.h:102:35: performance: Function parameter 'values' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-visitor.h:106:47: performance: Function parameter 'choices' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-visitor.h:109:50: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-visitor.h:110:29: performance: Function parameter 'description' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-visitor.h:111:39: performance: Function parameter 'values' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-visitor.h:112:39: performance: Function parameter 'proposed_values' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form.h:57:57: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form.h:59:45: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form.h:61:55: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form.h:63:63: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form.h:65:61: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form.h:67:64: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form.h:69:76: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form.h:71:73: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form.h:88:49: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form.h:90:37: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form.h:92:47: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form.h:94:55: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form.h:96:53: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form.h:98:56: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form.h:100:68: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form.h:102:65: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.h:134:38: performance: Function parameter '_name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.h:135:24: performance: Function parameter '_value' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.h:145:39: performance: Function parameter '_name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.h:146:25: performance: Function parameter '_description' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.h:160:36: performance: Function parameter '_name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.h:161:22: performance: Function parameter '_description' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.h:162:22: performance: Function parameter '_value' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.h:163:22: performance: Function parameter '_tooltip' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.h:178:41: performance: Function parameter '_name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.h:179:27: performance: Function parameter '_description' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.h:180:27: performance: Function parameter '_value' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.h:194:44: performance: Function parameter '_name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.h:195:23: performance: Function parameter '_description' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.h:196:23: performance: Function parameter '_value' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.h:197:46: performance: Function parameter '_choices' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.h:213:46: performance: Function parameter '_name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.h:214:25: performance: Function parameter '_description' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.h:215:35: performance: Function parameter '_values' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.h:216:48: performance: Function parameter '_choices' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.h:231:43: performance: Function parameter '_name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.h:232:22: performance: Function parameter '_description' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.h:233:32: performance: Function parameter '_values' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.h:234:32: performance: Function parameter '_proposed_values' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.cpp:145:47: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.cpp:157:48: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.cpp:169:53: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.cpp:181:45: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.cpp:193:51: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.cpp:205:54: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.cpp:217:56: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.cpp:229:53: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.cpp:241:46: performance: Function parameter '_title' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.cpp:247:53: performance: Function parameter '_instructions' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.cpp:253:45: performance: Function parameter '_link' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.cpp:254:45: performance: Function parameter '_uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.cpp:260:46: performance: Function parameter '_error' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.cpp:266:47: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.cpp:267:26: performance: Function parameter 'value' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.cpp:274:48: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.cpp:275:27: performance: Function parameter 'description' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.cpp:284:45: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.cpp:285:24: performance: Function parameter 'description' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.cpp:286:24: performance: Function parameter 'value' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.cpp:287:24: performance: Function parameter 'tooltip' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.cpp:295:53: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.cpp:296:25: performance: Function parameter 'description' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.cpp:297:25: performance: Function parameter 'value' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.cpp:298:25: performance: Function parameter 'tooltip' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.cpp:306:51: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.cpp:307:23: performance: Function parameter 'description' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.cpp:308:23: performance: Function parameter 'value' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.cpp:316:54: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.cpp:317:26: performance: Function parameter 'description' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.cpp:318:26: performance: Function parameter 'value' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.cpp:319:49: performance: Function parameter 'choices' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.cpp:328:56: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.cpp:329:28: performance: Function parameter 'description' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.cpp:330:38: performance: Function parameter 'values' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.cpp:331:51: performance: Function parameter 'choices' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.cpp:340:53: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.cpp:341:25: performance: Function parameter 'description' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.cpp:342:35: performance: Function parameter 'values' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.cpp:343:35: performance: Function parameter 'proposed_values' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-dumper.cpp:38:46: style: Function 'FormDumper' argument 1 names different: declaration 'out' definition '_out'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/framework/form-dumper.h:56:31: note: Function 'FormDumper' argument 1 names different: declaration 'out' definition '_out'.
ekiga-4.0.1/lib/engine/framework/form-dumper.cpp:38:46: note: Function 'FormDumper' argument 1 names different: declaration 'out' definition '_out'.
ekiga-4.0.1/lib/engine/framework/form-dumper.cpp:61:44: style: Function 'link' argument 1 names different: declaration 'link' definition '_link'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/framework/form-dumper.h:64:34: note: Function 'link' argument 1 names different: declaration 'link' definition '_link'.
ekiga-4.0.1/lib/engine/framework/form-dumper.cpp:61:44: note: Function 'link' argument 1 names different: declaration 'link' definition '_link'.
ekiga-4.0.1/lib/engine/framework/form-dumper.cpp:61:69: style: Function 'link' argument 2 names different: declaration 'uri' definition '_uri'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/framework/form-dumper.h:65:42: note: Function 'link' argument 2 names different: declaration 'uri' definition '_uri'.
ekiga-4.0.1/lib/engine/framework/form-dumper.cpp:61:69: note: Function 'link' argument 2 names different: declaration 'uri' definition '_uri'.
ekiga-4.0.1/lib/engine/framework/form-dumper.cpp:67:45: style: Function 'error' argument 1 names different: declaration 'msg' definition '_error'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/framework/form-dumper.h:67:35: note: Function 'error' argument 1 names different: declaration 'msg' definition '_error'.
ekiga-4.0.1/lib/engine/framework/form-dumper.cpp:67:45: note: Function 'error' argument 1 names different: declaration 'msg' definition '_error'.
ekiga-4.0.1/lib/engine/framework/form-dumper.cpp:151:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/framework/form-dumper.cpp:169:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/framework/form-dumper.cpp:193:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/framework/form-dumper.cpp:198:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/framework/form-dumper.h:56:5: style: Class 'FormDumper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ekiga-4.0.1/lib/engine/framework/form-dumper.h:60:10: style: The function 'title' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/lib/engine/framework/form-visitor.h:57:18: note: Virtual function in base class
ekiga-4.0.1/lib/engine/framework/form-dumper.h:60:10: note: Function in derived class
ekiga-4.0.1/lib/engine/framework/form-dumper.h:62:10: style: The function 'instructions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/lib/engine/framework/form-visitor.h:59:18: note: Virtual function in base class
ekiga-4.0.1/lib/engine/framework/form-dumper.h:62:10: note: Function in derived class
ekiga-4.0.1/lib/engine/framework/form-dumper.h:64:10: style: The function 'link' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/lib/engine/framework/form-visitor.h:61:18: note: Virtual function in base class
ekiga-4.0.1/lib/engine/framework/form-dumper.h:64:10: note: Function in derived class
ekiga-4.0.1/lib/engine/framework/form-dumper.h:67:10: style: The function 'error' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/lib/engine/framework/form-visitor.h:64:18: note: Virtual function in base class
ekiga-4.0.1/lib/engine/framework/form-dumper.h:67:10: note: Function in derived class
ekiga-4.0.1/lib/engine/framework/form-dumper.h:69:10: style: The function 'hidden' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/lib/engine/framework/form-visitor.h:66:18: note: Virtual function in base class
ekiga-4.0.1/lib/engine/framework/form-dumper.h:69:10: note: Function in derived class
ekiga-4.0.1/lib/engine/framework/form-dumper.h:72:10: style: The function 'boolean' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/lib/engine/framework/form-visitor.h:69:18: note: Virtual function in base class
ekiga-4.0.1/lib/engine/framework/form-dumper.h:72:10: note: Function in derived class
ekiga-4.0.1/lib/engine/framework/form-dumper.h:87:10: style: The function 'multi_text' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/lib/engine/framework/form-visitor.h:86:18: note: Virtual function in base class
ekiga-4.0.1/lib/engine/framework/form-dumper.h:87:10: note: Function in derived class
ekiga-4.0.1/lib/engine/framework/form-dumper.h:92:10: style: The function 'single_choice' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/lib/engine/framework/form-visitor.h:91:18: note: Virtual function in base class
ekiga-4.0.1/lib/engine/framework/form-dumper.h:92:10: note: Function in derived class
ekiga-4.0.1/lib/engine/framework/form-dumper.h:98:10: style: The function 'multiple_choice' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/lib/engine/framework/form-visitor.h:100:18: note: Virtual function in base class
ekiga-4.0.1/lib/engine/framework/form-dumper.h:98:10: note: Function in derived class
ekiga-4.0.1/lib/engine/framework/form-dumper.h:104:10: style: The function 'editable_set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/lib/engine/framework/form-visitor.h:109:18: note: Virtual function in base class
ekiga-4.0.1/lib/engine/framework/form-dumper.h:104:10: note: Function in derived class
ekiga-4.0.1/lib/engine/framework/form-dumper.cpp:49:45: performance: Function parameter '_title' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-dumper.cpp:55:52: performance: Function parameter '_instructions' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-dumper.cpp:61:44: performance: Function parameter '_link' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-dumper.cpp:61:69: performance: Function parameter '_uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-dumper.cpp:67:45: performance: Function parameter '_error' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-dumper.cpp:73:46: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-dumper.cpp:74:25: performance: Function parameter 'value' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-dumper.cpp:80:47: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-dumper.cpp:81:26: performance: Function parameter 'description' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-dumper.cpp:98:44: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-dumper.cpp:99:23: performance: Function parameter 'description' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-dumper.cpp:100:23: performance: Function parameter 'value' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-dumper.cpp:111:52: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-dumper.cpp:112:24: performance: Function parameter 'description' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-dumper.cpp:113:24: performance: Function parameter 'value' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-dumper.cpp:124:50: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-dumper.cpp:125:29: performance: Function parameter 'description' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-dumper.cpp:126:29: performance: Function parameter 'value' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-dumper.cpp:137:53: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-dumper.cpp:138:25: performance: Function parameter 'description' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-dumper.cpp:139:25: performance: Function parameter 'value' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-dumper.cpp:140:48: performance: Function parameter 'choices' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-dumper.cpp:156:55: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-dumper.cpp:157:27: performance: Function parameter 'description' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-dumper.cpp:158:37: performance: Function parameter 'values' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-dumper.cpp:159:50: performance: Function parameter 'choices' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-dumper.cpp:181:52: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-dumper.cpp:182:24: performance: Function parameter 'description' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-dumper.cpp:183:34: performance: Function parameter 'values' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-dumper.cpp:184:34: performance: Function parameter 'proposed_values' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-request-simple.cpp:40:27: warning: Member variable 'FormRequestSimple::answered' is not initialized in the constructor. [uninitMemberVar]
ekiga-4.0.1/lib/engine/framework/form-request-simple.h:63:5: style: Class 'FormRequestSimple' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ekiga-4.0.1/lib/engine/framework/form-request-simple.h:67:10: style: The function 'cancel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/lib/engine/framework/form-request.h:56:18: note: Virtual function in base class
ekiga-4.0.1/lib/engine/framework/form-request-simple.h:67:10: note: Function in derived class
ekiga-4.0.1/lib/engine/framework/form-request-simple.h:69:10: style: The function 'submit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/lib/engine/framework/form-request.h:58:18: note: Virtual function in base class
ekiga-4.0.1/lib/engine/framework/form-request-simple.h:69:10: note: Function in derived class
ekiga-4.0.1/lib/engine/framework/form-builder.h:61:49: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.h:63:37: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.h:65:47: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.h:67:55: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.h:69:53: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.h:71:56: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.h:73:68: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.h:75:65: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.h:79:35: performance: Function parameter 'title' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.h:81:42: performance: Function parameter 'instructions' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.h:83:34: performance: Function parameter 'link' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.h:84:34: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.h:86:35: performance: Function parameter 'error' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.h:88:36: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.h:89:22: performance: Function parameter 'value' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.h:91:37: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.h:92:23: performance: Function parameter 'description' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.h:96:34: performance: Function parameter 'text' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.h:97:27: performance: Function parameter 'description' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.h:98:27: performance: Function parameter 'value' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.h:99:27: performance: Function parameter 'tooltip' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.h:102:42: performance: Function parameter 'text' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.h:103:28: performance: Function parameter 'description' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.h:104:28: performance: Function parameter 'value' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.h:105:28: performance: Function parameter 'tooltip' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.h:108:40: performance: Function parameter 'text' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.h:109:26: performance: Function parameter 'description' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.h:110:26: performance: Function parameter 'value' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.h:113:43: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.h:114:22: performance: Function parameter 'description' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.h:115:22: performance: Function parameter 'value' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.h:116:45: performance: Function parameter 'choices' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.h:119:45: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.h:120:24: performance: Function parameter 'description' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.h:121:34: performance: Function parameter 'values' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.h:122:47: performance: Function parameter 'choices' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.h:125:42: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.h:126:28: performance: Function parameter 'description' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.h:127:38: performance: Function parameter 'values' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/form-builder.h:128:38: performance: Function parameter 'proposed_values' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/gmconf-bridge.cpp:67:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/framework/gmconf-bridge.h:82:7: style: Class 'ConfBridge' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ekiga-4.0.1/lib/engine/framework/services.h:124:23: style: The function 'get_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/lib/engine/framework/services.h:63:31: note: Virtual function in base class
ekiga-4.0.1/lib/engine/framework/services.h:124:23: note: Function in derived class
ekiga-4.0.1/lib/engine/framework/services.h:127:23: style: The function 'get_description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/lib/engine/framework/services.h:65:31: note: Virtual function in base class
ekiga-4.0.1/lib/engine/framework/services.h:127:23: note: Function in derived class
ekiga-4.0.1/lib/engine/framework/services.h:96:39: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/services.h:99:49: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/services.h:119:37: performance: Function parameter 'name_' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/services.h:120:23: performance: Function parameter 'description_' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/kickstart.cpp:94:9: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
ekiga-4.0.1/lib/engine/framework/menu-builder-tools.cpp:192:3: style: Variable 'helper' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/framework/menu-builder-tools.cpp:190:0: note: Variable 'helper' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/framework/menu-builder-tools.cpp:192:3: note: Variable 'helper' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/framework/menu-builder-tools.cpp:203:3: style: Variable 'helper' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/framework/menu-builder-tools.cpp:201:0: note: Variable 'helper' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/framework/menu-builder-tools.cpp:203:3: note: Variable 'helper' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/framework/menu-builder-tools.cpp:214:3: style: Variable 'helper' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/framework/menu-builder-tools.cpp:212:0: note: Variable 'helper' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/framework/menu-builder-tools.cpp:214:3: note: Variable 'helper' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/framework/menu-builder-tools.cpp:41:57: style: Function 'ShortMenuBuilder' argument 1 names different: declaration 'builder' definition 'builder_'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/framework/menu-builder-tools.h:82:36: note: Function 'ShortMenuBuilder' argument 1 names different: declaration 'builder' definition 'builder_'.
ekiga-4.0.1/lib/engine/framework/menu-builder-tools.cpp:41:57: note: Function 'ShortMenuBuilder' argument 1 names different: declaration 'builder' definition 'builder_'.
ekiga-4.0.1/lib/engine/framework/menu-builder-tools.cpp:267:28: style: Function 'add_action' argument 2 names different: declaration 'label' definition 'label_'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/framework/menu-builder-tools.h:228:26: note: Function 'add_action' argument 2 names different: declaration 'label' definition 'label_'.
ekiga-4.0.1/lib/engine/framework/menu-builder-tools.cpp:267:28: note: Function 'add_action' argument 2 names different: declaration 'label' definition 'label_'.
ekiga-4.0.1/lib/engine/framework/menu-builder-tools.h:82:5: style: Class 'ShortMenuBuilder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ekiga-4.0.1/lib/engine/framework/menu-builder-tools.h:223:5: style: Class 'Activator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ekiga-4.0.1/lib/engine/framework/menu-builder-tools.h:84:10: style: The function 'add_action' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/lib/engine/framework/menu-builder.h:81:18: note: Virtual function in base class
ekiga-4.0.1/lib/engine/framework/menu-builder-tools.h:84:10: note: Function in derived class
ekiga-4.0.1/lib/engine/framework/menu-builder-tools.h:88:10: style: The function 'add_separator' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/lib/engine/framework/menu-builder.h:85:18: note: Virtual function in base class
ekiga-4.0.1/lib/engine/framework/menu-builder-tools.h:88:10: note: Function in derived class
ekiga-4.0.1/lib/engine/framework/menu-builder-tools.h:90:9: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/lib/engine/framework/menu-builder.h:92:17: note: Virtual function in base class
ekiga-4.0.1/lib/engine/framework/menu-builder-tools.h:90:9: note: Function in derived class
ekiga-4.0.1/lib/engine/framework/menu-builder-tools.h:118:10: style: The function 'add_action' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/lib/engine/framework/menu-builder.h:81:18: note: Virtual function in base class
ekiga-4.0.1/lib/engine/framework/menu-builder-tools.h:118:10: note: Function in derived class
ekiga-4.0.1/lib/engine/framework/menu-builder-tools.h:122:9: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/lib/engine/framework/menu-builder.h:92:17: note: Virtual function in base class
ekiga-4.0.1/lib/engine/framework/menu-builder-tools.h:122:9: note: Function in derived class
ekiga-4.0.1/lib/engine/framework/menu-builder-tools.h:174:10: style: The function 'add_action' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/lib/engine/framework/menu-builder.h:81:18: note: Virtual function in base class
ekiga-4.0.1/lib/engine/framework/menu-builder-tools.h:174:10: note: Function in derived class
ekiga-4.0.1/lib/engine/framework/menu-builder-tools.h:178:10: style: The function 'add_separator' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/lib/engine/framework/menu-builder.h:85:18: note: Virtual function in base class
ekiga-4.0.1/lib/engine/framework/menu-builder-tools.h:178:10: note: Function in derived class
ekiga-4.0.1/lib/engine/framework/menu-builder-tools.h:180:10: style: The function 'add_ghost' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/lib/engine/framework/menu-builder.h:87:18: note: Virtual function in base class
ekiga-4.0.1/lib/engine/framework/menu-builder-tools.h:180:10: note: Function in derived class
ekiga-4.0.1/lib/engine/framework/menu-builder-tools.h:183:10: style: The function 'empty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/lib/engine/framework/menu-builder.h:90:18: note: Virtual function in base class
ekiga-4.0.1/lib/engine/framework/menu-builder-tools.h:183:10: note: Function in derived class
ekiga-4.0.1/lib/engine/framework/menu-builder-tools.h:185:9: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/lib/engine/framework/menu-builder.h:92:17: note: Virtual function in base class
ekiga-4.0.1/lib/engine/framework/menu-builder-tools.h:185:9: note: Function in derived class
ekiga-4.0.1/lib/engine/framework/menu-builder-tools.h:227:10: style: The function 'add_action' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/lib/engine/framework/menu-builder.h:81:18: note: Virtual function in base class
ekiga-4.0.1/lib/engine/framework/menu-builder-tools.h:227:10: note: Function in derived class
ekiga-4.0.1/lib/engine/framework/menu-builder-tools.h:231:10: style: The function 'add_separator' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/lib/engine/framework/menu-builder.h:85:18: note: Virtual function in base class
ekiga-4.0.1/lib/engine/framework/menu-builder-tools.h:231:10: note: Function in derived class
ekiga-4.0.1/lib/engine/framework/menu-builder-tools.h:233:10: style: The function 'add_ghost' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/lib/engine/framework/menu-builder.h:87:18: note: Virtual function in base class
ekiga-4.0.1/lib/engine/framework/menu-builder-tools.h:233:10: note: Function in derived class
ekiga-4.0.1/lib/engine/framework/menu-builder-tools.h:236:10: style: The function 'empty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/lib/engine/framework/menu-builder.h:90:18: note: Virtual function in base class
ekiga-4.0.1/lib/engine/framework/menu-builder-tools.h:236:10: note: Function in derived class
ekiga-4.0.1/lib/engine/framework/menu-builder-tools.h:238:9: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/lib/engine/framework/menu-builder.h:92:17: note: Virtual function in base class
ekiga-4.0.1/lib/engine/framework/menu-builder-tools.h:238:9: note: Function in derived class
ekiga-4.0.1/lib/engine/framework/menu-builder-tools.cpp:118:8: style: The function 'populate_menu' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/lib/engine/framework/menu-builder-tools.h:163:18: note: Virtual function in base class
ekiga-4.0.1/lib/engine/framework/menu-builder-tools.cpp:118:8: note: Function in derived class
ekiga-4.0.1/lib/engine/framework/menu-builder-tools.cpp:142:8: style: The function 'populate_menu' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/lib/engine/framework/menu-builder-tools.h:163:18: note: Virtual function in base class
ekiga-4.0.1/lib/engine/framework/menu-builder-tools.cpp:142:8: note: Function in derived class
ekiga-4.0.1/lib/engine/framework/menu-builder-tools.cpp:162:8: style: The function 'populate_menu' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/lib/engine/framework/menu-builder-tools.h:163:18: note: Virtual function in base class
ekiga-4.0.1/lib/engine/framework/menu-builder-tools.cpp:162:8: note: Function in derived class
ekiga-4.0.1/lib/engine/framework/menu-builder.h:81:48: performance: Function parameter 'icon' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/menu-builder.h:82:27: performance: Function parameter 'label' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/menu-builder.h:87:47: performance: Function parameter 'icon' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/menu-builder.h:88:26: performance: Function parameter 'label' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/menu-builder-tools.cpp:48:56: performance: Function parameter 'icon' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/menu-builder-tools.cpp:49:28: performance: Function parameter 'label' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/menu-builder-tools.cpp:109:55: performance: Function parameter 'icon_' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/menu-builder-tools.cpp:110:27: performance: Function parameter 'label_' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/menu-builder-tools.cpp:154:54: performance: Function parameter 'icon_' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/menu-builder-tools.cpp:155:26: performance: Function parameter 'label_' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/menu-builder-tools.cpp:186:60: performance: Function parameter 'icon' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/menu-builder-tools.cpp:187:25: performance: Function parameter 'label' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/menu-builder-tools.cpp:209:59: performance: Function parameter 'icon' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/menu-builder-tools.cpp:210:24: performance: Function parameter 'label' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/menu-builder-tools.cpp:258:48: performance: Function parameter 'label_' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/menu-builder-tools.cpp:267:28: performance: Function parameter 'label_' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/menu-xml.cpp:62:39: style: Function 'MenuXML' argument 1 names different: declaration 'core' definition '_core'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/framework/menu-xml.h:77:27: note: Function 'MenuXML' argument 1 names different: declaration 'core' definition '_core'.
ekiga-4.0.1/lib/engine/framework/menu-xml.cpp:62:39: note: Function 'MenuXML' argument 1 names different: declaration 'core' definition '_core'.
ekiga-4.0.1/lib/engine/framework/menu-xml.cpp:73:40: style: Function 'populate' argument 1 names different: declaration 'visitor' definition 'builder'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/framework/menu-xml.h:82:33: note: Function 'populate' argument 1 names different: declaration 'visitor' definition 'builder'.
ekiga-4.0.1/lib/engine/framework/menu-xml.cpp:73:40: note: Function 'populate' argument 1 names different: declaration 'visitor' definition 'builder'.
ekiga-4.0.1/lib/engine/framework/menu-xml.cpp:65:3: performance: Variable 'doc' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ekiga-4.0.1/lib/engine/framework/menu-xml.cpp:50:44: performance: Function parameter 'command' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/menu-xml.cpp:63:23: performance: Function parameter 'filename' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/framework/runtime-glib.cpp:107:3: style: Variable 'msg' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/framework/runtime-glib.cpp:105:0: note: Variable 'msg' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/framework/runtime-glib.cpp:107:3: note: Variable 'msg' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/framework/services.cpp:134:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/framework/services.cpp:156:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/framework/services.cpp:128:44: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/friend-or-foe/friend-or-foe.h:72:56: performance: Function parameter 'domain' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/friend-or-foe/friend-or-foe.h:73:28: performance: Function parameter 'token' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/friend-or-foe/friend-or-foe.cpp:4:47: performance: Function parameter 'domain' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/friend-or-foe/friend-or-foe.cpp:5:26: performance: Function parameter 'token' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/gui/gtk-core/codecsbox.cpp:113:3: style: Variable 'model' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-core/codecsbox.cpp:103:0: note: Variable 'model' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/codecsbox.cpp:113:3: note: Variable 'model' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/codecsbox.cpp:114:3: style: Variable 'codecs_data' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-core/codecsbox.cpp:106:0: note: Variable 'codecs_data' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/codecsbox.cpp:114:3: note: Variable 'codecs_data' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/codecsbox.cpp:116:3: style: Variable 'selection' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-core/codecsbox.cpp:102:0: note: Variable 'selection' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/codecsbox.cpp:116:3: note: Variable 'selection' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/codecsbox.cpp:186:3: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-core/codecsbox.cpp:176:0: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/codecsbox.cpp:186:3: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/codecsbox.cpp:188:3: style: Variable 'model' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-core/codecsbox.cpp:178:0: note: Variable 'model' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/codecsbox.cpp:188:3: note: Variable 'model' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/codecsbox.cpp:189:3: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-core/codecsbox.cpp:179:0: note: Variable 'path' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/codecsbox.cpp:189:3: note: Variable 'path' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/codecsbox.cpp:199:3: style: Variable 'codecs_data' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-core/codecsbox.cpp:182:0: note: Variable 'codecs_data' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/codecsbox.cpp:199:3: note: Variable 'codecs_data' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/codecsbox.cpp:225:3: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-core/codecsbox.cpp:213:0: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/codecsbox.cpp:225:3: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/codecsbox.cpp:227:3: style: Variable 'model' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-core/codecsbox.cpp:217:0: note: Variable 'model' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/codecsbox.cpp:227:3: note: Variable 'model' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/codecsbox.cpp:228:3: style: Variable 'selection' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-core/codecsbox.cpp:218:0: note: Variable 'selection' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/codecsbox.cpp:228:3: note: Variable 'selection' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/codecsbox.cpp:282:3: style: Variable 'model' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-core/codecsbox.cpp:271:0: note: Variable 'model' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/codecsbox.cpp:282:3: note: Variable 'model' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/codecsbox.cpp:343:3: style: Variable 'spec' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-core/codecsbox.cpp:337:0: note: Variable 'spec' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/codecsbox.cpp:343:3: note: Variable 'spec' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/codecsbox.cpp:372:3: style: Variable 'list_store' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-core/codecsbox.cpp:361:0: note: Variable 'list_store' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/codecsbox.cpp:372:3: note: Variable 'list_store' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/codecsbox.cpp:389:3: style: Variable 'renderer' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-core/codecsbox.cpp:362:0: note: Variable 'renderer' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/codecsbox.cpp:389:3: note: Variable 'renderer' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/codecsbox.cpp:390:3: style: Variable 'column' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-core/codecsbox.cpp:363:0: note: Variable 'column' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/codecsbox.cpp:390:3: note: Variable 'column' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/codecsbox.cpp:428:3: style: Variable 'scroll_window' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-core/codecsbox.cpp:355:0: note: Variable 'scroll_window' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/codecsbox.cpp:428:3: note: Variable 'scroll_window' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/codecsbox.cpp:441:3: style: Variable 'alignment' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-core/codecsbox.cpp:359:0: note: Variable 'alignment' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/codecsbox.cpp:441:3: note: Variable 'alignment' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/codecsbox.cpp:442:3: style: Variable 'buttons_vbox' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-core/codecsbox.cpp:358:0: note: Variable 'buttons_vbox' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/codecsbox.cpp:442:3: note: Variable 'buttons_vbox' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/codecsbox.cpp:446:3: style: Variable 'image' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-core/codecsbox.cpp:354:0: note: Variable 'image' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/codecsbox.cpp:446:3: note: Variable 'image' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/codecsbox.cpp:447:3: style: Variable 'button' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-core/codecsbox.cpp:356:0: note: Variable 'button' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/codecsbox.cpp:447:3: note: Variable 'button' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/codecsbox.cpp:477:3: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-core/codecsbox.cpp:475:0: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/codecsbox.cpp:477:3: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/codecsbox.cpp:136:12: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:403:5: style: Variable 'model' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:397:0: note: Variable 'model' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:403:5: note: Variable 'model' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:471:5: style: Variable 'model' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:466:0: note: Variable 'model' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:471:5: note: Variable 'model' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:522:3: style: Variable 'model' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:515:0: note: Variable 'model' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:522:3: note: Variable 'model' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:524:3: style: Variable 'value' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:517:0: note: Variable 'value' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:524:3: note: Variable 'value' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:576:3: style: Variable 'model' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:570:0: note: Variable 'model' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:576:3: note: Variable 'model' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:577:3: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:571:0: note: Variable 'path' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:577:3: note: Variable 'path' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:602:3: style: Variable 'model' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:596:0: note: Variable 'model' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:602:3: note: Variable 'model' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:603:3: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:597:0: note: Variable 'path' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:603:3: note: Variable 'path' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:712:3: style: Variable 'submitter' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:709:0: note: Variable 'submitter' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:712:3: note: Variable 'submitter' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:724:3: style: Variable 'widget' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:720:0: note: Variable 'widget' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:724:3: note: Variable 'widget' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:725:3: style: Variable 'label_text' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:722:0: note: Variable 'label_text' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:725:3: note: Variable 'label_text' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:733:3: style: Variable 'submitter' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:721:0: note: Variable 'submitter' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:733:3: note: Variable 'submitter' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:746:3: style: Variable 'widget' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:742:0: note: Variable 'widget' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:746:3: note: Variable 'widget' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:747:3: style: Variable 'label' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:743:0: note: Variable 'label' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:747:3: note: Variable 'label' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:748:3: style: Variable 'label_text' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:744:0: note: Variable 'label_text' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:748:3: note: Variable 'label_text' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:787:3: style: Variable 'submitter' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:785:0: note: Variable 'submitter' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:787:3: note: Variable 'submitter' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:802:3: style: Variable 'widget' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:797:0: note: Variable 'widget' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:802:3: note: Variable 'widget' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:833:3: style: Variable 'label' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:825:0: note: Variable 'label' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:833:3: note: Variable 'label' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:836:3: style: Variable 'label_text' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:829:0: note: Variable 'label_text' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:836:3: note: Variable 'label_text' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:840:3: style: Variable 'widget' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:826:0: note: Variable 'widget' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:840:3: note: Variable 'widget' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:893:3: style: Variable 'label' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:885:0: note: Variable 'label' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:893:3: note: Variable 'label' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:896:3: style: Variable 'label_text' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:889:0: note: Variable 'label_text' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:896:3: note: Variable 'label_text' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:900:3: style: Variable 'widget' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:886:0: note: Variable 'widget' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:900:3: note: Variable 'widget' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:953:3: style: Variable 'label' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:945:0: note: Variable 'label' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:953:3: note: Variable 'label' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:1009:3: style: Variable 'label' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:999:0: note: Variable 'label' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:1009:3: note: Variable 'label' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:1012:3: style: Variable 'label_text' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:1000:0: note: Variable 'label_text' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:1012:3: note: Variable 'label_text' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:1018:3: style: Variable 'model' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:1001:0: note: Variable 'model' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:1018:3: note: Variable 'model' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:1020:3: style: Variable 'widget' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:1002:0: note: Variable 'widget' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:1020:3: note: Variable 'widget' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:1021:3: style: Variable 'renderer' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:1003:0: note: Variable 'renderer' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:1021:3: note: Variable 'renderer' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:1096:3: style: Variable 'label' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:1079:0: note: Variable 'label' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:1096:3: note: Variable 'label' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:1098:3: style: Variable 'label_text' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:1089:0: note: Variable 'label_text' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:1098:3: note: Variable 'label_text' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:1103:3: style: Variable 'tree_view' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:1081:0: note: Variable 'tree_view' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:1103:3: note: Variable 'tree_view' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:1104:3: style: Variable 'list_store' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:1084:0: note: Variable 'list_store' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:1104:3: note: Variable 'list_store' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:1110:3: style: Variable 'frame' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:1082:0: note: Variable 'frame' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:1110:3: note: Variable 'frame' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:1114:3: style: Variable 'scroll' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:1080:0: note: Variable 'scroll' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:1114:3: note: Variable 'scroll' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:1120:3: style: Variable 'renderer' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:1086:0: note: Variable 'renderer' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:1120:3: note: Variable 'renderer' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:1121:3: style: Variable 'column' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:1085:0: note: Variable 'column' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:1121:3: note: Variable 'column' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:1207:3: style: Variable 'label' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:1189:0: note: Variable 'label' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:1207:3: note: Variable 'label' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:1209:3: style: Variable 'label_text' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:1202:0: note: Variable 'label_text' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:1209:3: note: Variable 'label_text' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:1214:3: style: Variable 'list_store' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:1197:0: note: Variable 'list_store' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:1214:3: note: Variable 'list_store' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:1216:3: style: Variable 'tree_view' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:1192:0: note: Variable 'tree_view' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:1216:3: note: Variable 'tree_view' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:1220:3: style: Variable 'frame' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:1193:0: note: Variable 'frame' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:1220:3: note: Variable 'frame' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:1224:3: style: Variable 'scroll' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:1190:0: note: Variable 'scroll' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:1224:3: note: Variable 'scroll' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:1230:3: style: Variable 'renderer' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:1199:0: note: Variable 'renderer' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:1230:3: note: Variable 'renderer' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:1231:3: style: Variable 'column' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:1198:0: note: Variable 'column' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:1231:3: note: Variable 'column' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:625:47: style: Function 'FormDialog' argument 1 names different: declaration 'request' definition '_request'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.h:58:37: note: Function 'FormDialog' argument 1 names different: declaration 'request' definition '_request'.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:625:47: note: Function 'FormDialog' argument 1 names different: declaration 'request' definition '_request'.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:707:38: style: Function 'title' argument 1 names different: declaration 'title' definition '_title'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.h:67:33: note: Function 'title' argument 1 names different: declaration 'title' definition '_title'.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:707:38: note: Function 'title' argument 1 names different: declaration 'title' definition '_title'.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:718:45: style: Function 'instructions' argument 1 names different: declaration 'instructions' definition '_instructions'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.h:69:40: note: Function 'instructions' argument 1 names different: declaration 'instructions' definition '_instructions'.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:718:45: note: Function 'instructions' argument 1 names different: declaration 'instructions' definition '_instructions'.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:739:37: style: Function 'link' argument 1 names different: declaration 'link' definition '_link'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.h:71:32: note: Function 'link' argument 1 names different: declaration 'link' definition '_link'.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:739:37: note: Function 'link' argument 1 names different: declaration 'link' definition '_link'.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:740:37: style: Function 'link' argument 2 names different: declaration 'uri' definition '_uri'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.h:72:32: note: Function 'link' argument 2 names different: declaration 'uri' definition '_uri'.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:740:37: note: Function 'link' argument 2 names different: declaration 'uri' definition '_uri'.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:765:38: style: Function 'error' argument 1 names different: declaration 'error' definition '_error'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.h:74:33: note: Function 'error' argument 1 names different: declaration 'error' definition '_error'.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:765:38: note: Function 'error' argument 1 names different: declaration 'error' definition '_error'.
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:677:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:1029:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:1140:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:1248:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:1259:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:1345:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:120:3: style: Class 'TitleSubmitter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:142:3: style: Class 'InstructionsSubmitter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:127:8: style: The function 'submit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.h:51:16: note: Virtual function in base class
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:127:8: note: Function in derived class
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:148:8: style: The function 'submit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.h:51:16: note: Virtual function in base class
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:148:8: note: Function in derived class
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:170:8: style: The function 'submit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.h:51:16: note: Virtual function in base class
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:170:8: note: Function in derived class
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:198:8: style: The function 'submit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.h:51:16: note: Virtual function in base class
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:198:8: note: Function in derived class
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:232:8: style: The function 'submit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.h:51:16: note: Virtual function in base class
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:232:8: note: Function in derived class
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:265:8: style: The function 'submit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.h:51:16: note: Virtual function in base class
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:265:8: note: Function in derived class
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:298:8: style: The function 'submit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.h:51:16: note: Virtual function in base class
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:298:8: note: Function in derived class
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:345:8: style: The function 'submit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.h:51:16: note: Virtual function in base class
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:345:8: note: Function in derived class
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:395:8: style: The function 'submit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.h:51:16: note: Virtual function in base class
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:395:8: note: Function in derived class
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:464:8: style: The function 'submit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.h:51:16: note: Virtual function in base class
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:464:8: note: Function in derived class
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:120:37: performance: Function parameter '_title' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:142:44: performance: Function parameter '_instructions' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:163:38: performance: Function parameter '_name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:164:24: performance: Function parameter '_value' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:186:39: performance: Function parameter '_name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:187:25: performance: Function parameter '_description' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:218:36: performance: Function parameter '_name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:219:22: performance: Function parameter '_description' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:220:22: performance: Function parameter '_tooltip' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:253:43: performance: Function parameter '_name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:254:22: performance: Function parameter '_description' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:286:41: performance: Function parameter '_name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:287:27: performance: Function parameter '_description' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:324:44: performance: Function parameter '_name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:325:23: performance: Function parameter '_description' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:326:46: performance: Function parameter '_choices' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:376:46: performance: Function parameter '_name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:377:25: performance: Function parameter '_description' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:378:48: performance: Function parameter '_choices' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:447:43: performance: Function parameter '_name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:448:22: performance: Function parameter '_description' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:707:38: performance: Function parameter '_title' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:718:45: performance: Function parameter '_instructions' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:739:37: performance: Function parameter '_link' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:740:37: performance: Function parameter '_uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:765:38: performance: Function parameter '_error' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:782:39: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:783:25: performance: Function parameter 'value' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:792:40: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:793:26: performance: Function parameter 'description' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:819:37: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:820:23: performance: Function parameter 'description' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:821:23: performance: Function parameter 'value' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:822:23: performance: Function parameter 'tooltip' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:879:45: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:880:24: performance: Function parameter 'description' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:881:24: performance: Function parameter 'value' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:882:24: performance: Function parameter 'tooltip' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:940:43: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:941:22: performance: Function parameter 'description' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:942:22: performance: Function parameter 'value' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:993:46: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:994:25: performance: Function parameter 'description' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:995:25: performance: Function parameter 'value' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:996:48: performance: Function parameter 'choices' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:1073:48: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:1074:27: performance: Function parameter 'description' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:1075:37: performance: Function parameter 'values' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:1076:50: performance: Function parameter 'choices' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:1183:45: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:1184:24: performance: Function parameter 'description' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:1185:34: performance: Function parameter 'values' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/gui/gtk-core/form-dialog-gtk.cpp:1186:34: performance: Function parameter 'proposed_values' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/gui/gtk-core/menu-builder-gtk.cpp:74:10: style: C-style pointer casting [cstyleCast]
ekiga-4.0.1/lib/engine/gui/gtk-core/menu-builder-gtk.cpp:84:12: style: C-style pointer casting [cstyleCast]
ekiga-4.0.1/lib/engine/gui/gtk-core/menu-builder-gtk.cpp:84:3: style: Variable 'action' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-core/menu-builder-gtk.cpp:82:0: note: Variable 'action' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/menu-builder-gtk.cpp:84:3: note: Variable 'action' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/menu-builder-gtk.cpp:108:3: style: Variable 'item' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-core/menu-builder-gtk.cpp:99:0: note: Variable 'item' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/menu-builder-gtk.cpp:108:3: note: Variable 'item' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/menu-builder-gtk.cpp:109:3: style: Variable 'image' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-core/menu-builder-gtk.cpp:100:0: note: Variable 'image' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/menu-builder-gtk.cpp:109:3: note: Variable 'image' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/menu-builder-gtk.cpp:148:3: style: Variable 'item' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-core/menu-builder-gtk.cpp:142:0: note: Variable 'item' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/menu-builder-gtk.cpp:148:3: note: Variable 'item' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/menu-builder-gtk.cpp:149:3: style: Variable 'image' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-core/menu-builder-gtk.cpp:143:0: note: Variable 'image' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/menu-builder-gtk.cpp:149:3: note: Variable 'image' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-core/menu-builder-gtk.h:49:3: style: Class 'MenuBuilderGtk' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ekiga-4.0.1/lib/engine/gui/gtk-core/menu-builder-gtk.cpp:44:3: style: Struct 'Action' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ekiga-4.0.1/lib/engine/gui/gtk-core/menu-builder-gtk.cpp:51:40: performance: Function parameter 'icon' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/gui/gtk-core/menu-builder-gtk.cpp:95:47: performance: Function parameter 'icon' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/gui/gtk-core/menu-builder-gtk.cpp:96:26: performance: Function parameter 'label' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/gui/gtk-core/menu-builder-gtk.cpp:139:46: performance: Function parameter 'icon' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/gui/gtk-core/menu-builder-gtk.cpp:140:25: performance: Function parameter 'label' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/gui/gtk-core/optional-buttons-gtk.h:101:38: performance: Function parameter 'icon' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/gui/gtk-core/optional-buttons-gtk.h:102:24: performance: Function parameter 'label' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/gui/gtk-core/optional-buttons-gtk.h:108:51: performance: Function parameter 'icon' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/gui/gtk-core/optional-buttons-gtk.h:109:37: performance: Function parameter 'label' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/gui/gtk-core/optional-buttons-gtk.cpp:82:51: performance: Function parameter 'label' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/accounts-window.cpp:124:3: style: Variable 'selection' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/accounts-window.cpp:117:0: note: Variable 'selection' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/accounts-window.cpp:124:3: note: Variable 'selection' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/accounts-window.cpp:125:3: style: Variable 'model' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/accounts-window.cpp:118:0: note: Variable 'model' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/accounts-window.cpp:125:3: note: Variable 'model' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/accounts-window.cpp:173:3: style: Variable 'tree_view' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/accounts-window.cpp:167:0: note: Variable 'tree_view' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/accounts-window.cpp:173:3: note: Variable 'tree_view' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/accounts-window.cpp:174:3: style: Variable 'model' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/accounts-window.cpp:168:0: note: Variable 'model' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/accounts-window.cpp:174:3: note: Variable 'model' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/accounts-window.cpp:238:3: style: Variable 'selection' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/accounts-window.cpp:230:0: note: Variable 'selection' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/accounts-window.cpp:238:3: note: Variable 'selection' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/accounts-window.cpp:272:3: style: Variable 'model' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/accounts-window.cpp:265:0: note: Variable 'model' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/accounts-window.cpp:272:3: note: Variable 'model' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/accounts-window.cpp:301:3: style: Variable 'model' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/accounts-window.cpp:291:0: note: Variable 'model' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/accounts-window.cpp:301:3: note: Variable 'model' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/accounts-window.cpp:359:3: style: Variable 'model' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/accounts-window.cpp:352:0: note: Variable 'model' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/accounts-window.cpp:359:3: note: Variable 'model' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/accounts-window.cpp:393:3: style: Variable 'model' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/accounts-window.cpp:385:0: note: Variable 'model' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/accounts-window.cpp:393:3: note: Variable 'model' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/accounts-window.cpp:572:3: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/accounts-window.cpp:536:0: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/accounts-window.cpp:572:3: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/accounts-window.cpp:574:3: style: Variable 'vbox' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/accounts-window.cpp:540:0: note: Variable 'vbox' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/accounts-window.cpp:574:3: note: Variable 'vbox' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/accounts-window.cpp:578:3: style: Variable 'menu_bar' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/accounts-window.cpp:541:0: note: Variable 'menu_bar' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/accounts-window.cpp:578:3: note: Variable 'menu_bar' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/accounts-window.cpp:588:3: style: Variable 'menu_item' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/accounts-window.cpp:542:0: note: Variable 'menu_item' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/accounts-window.cpp:588:3: note: Variable 'menu_item' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/accounts-window.cpp:591:3: style: Variable 'menu' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/accounts-window.cpp:543:0: note: Variable 'menu' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/accounts-window.cpp:591:3: note: Variable 'menu' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/accounts-window.cpp:593:3: style: Variable 'item' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/accounts-window.cpp:544:0: note: Variable 'item' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/accounts-window.cpp:593:3: note: Variable 'item' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/accounts-window.cpp:598:3: style: Variable 'list_store' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/accounts-window.cpp:554:0: note: Variable 'list_store' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/accounts-window.cpp:598:3: note: Variable 'list_store' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/accounts-window.cpp:615:3: style: Variable 'renderer' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/accounts-window.cpp:553:0: note: Variable 'renderer' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/accounts-window.cpp:615:3: note: Variable 'renderer' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/accounts-window.cpp:616:3: style: Variable 'column' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/accounts-window.cpp:555:0: note: Variable 'column' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/accounts-window.cpp:616:3: note: Variable 'column' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/accounts-window.cpp:718:51: style: Function 'accounts_window_new_with_key' argument 1 names different: declaration 'core' definition '_core'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/accounts-window.h:92:62: note: Function 'accounts_window_new_with_key' argument 1 names different: declaration 'core' definition '_core'.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/accounts-window.cpp:718:51: note: Function 'accounts_window_new_with_key' argument 1 names different: declaration 'core' definition '_core'.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/accounts-window.cpp:508:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/accounts-window.cpp:58:3: warning: Member variable '_AccountsWindowPrivate::accounts_list' is not initialized in the constructor. [uninitMemberVar]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/accounts-window.cpp:58:3: warning: Member variable '_AccountsWindowPrivate::menu_item_core' is not initialized in the constructor. [uninitMemberVar]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/accounts-window.cpp:58:3: warning: Member variable '_AccountsWindowPrivate::accel' is not initialized in the constructor. [uninitMemberVar]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/accounts-window.cpp:58:3: style: Struct '_AccountsWindowPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/accounts-window.cpp:719:49: performance: Function parameter '_key' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/addressbook-window.cpp:237:3: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/addressbook-window.cpp:231:0: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/addressbook-window.cpp:237:3: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/addressbook-window.cpp:327:3: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/addressbook-window.cpp:324:0: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/addressbook-window.cpp:327:3: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/addressbook-window.cpp:329:3: style: Variable 'menu' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/addressbook-window.cpp:325:0: note: Variable 'menu' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/addressbook-window.cpp:329:3: note: Variable 'menu' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/addressbook-window.cpp:343:3: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/addressbook-window.cpp:341:0: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/addressbook-window.cpp:343:3: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/addressbook-window.cpp:360:3: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/addressbook-window.cpp:353:0: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/addressbook-window.cpp:360:3: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/addressbook-window.cpp:442:3: style: Variable 'view' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/addressbook-window.cpp:440:0: note: Variable 'view' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/addressbook-window.cpp:442:3: note: Variable 'view' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/addressbook-window.cpp:476:3: style: Variable 'store' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/addressbook-window.cpp:474:0: note: Variable 'store' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/addressbook-window.cpp:476:3: note: Variable 'store' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/addressbook-window.cpp:497:3: style: Variable 'store' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/addressbook-window.cpp:491:0: note: Variable 'store' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/addressbook-window.cpp:497:3: note: Variable 'store' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/addressbook-window.cpp:529:3: style: Variable 'store' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/addressbook-window.cpp:527:0: note: Variable 'store' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/addressbook-window.cpp:529:3: note: Variable 'store' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/addressbook-window.cpp:627:3: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/addressbook-window.cpp:614:0: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/addressbook-window.cpp:627:3: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/addressbook-window.cpp:636:3: style: Variable 'vbox' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/addressbook-window.cpp:620:0: note: Variable 'vbox' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/addressbook-window.cpp:636:3: note: Variable 'vbox' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/addressbook-window.cpp:639:3: style: Variable 'menu_bar' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/addressbook-window.cpp:618:0: note: Variable 'menu_bar' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/addressbook-window.cpp:639:3: note: Variable 'menu_bar' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/addressbook-window.cpp:668:3: style: Variable 'hpaned' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/addressbook-window.cpp:621:0: note: Variable 'hpaned' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/addressbook-window.cpp:668:3: note: Variable 'hpaned' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/addressbook-window.cpp:673:3: style: Variable 'frame' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/addressbook-window.cpp:619:0: note: Variable 'frame' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/addressbook-window.cpp:673:3: note: Variable 'frame' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/addressbook-window.cpp:675:3: style: Variable 'store' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/addressbook-window.cpp:625:0: note: Variable 'store' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/addressbook-window.cpp:675:3: note: Variable 'store' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/addressbook-window.cpp:687:3: style: Variable 'column' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/addressbook-window.cpp:624:0: note: Variable 'column' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/addressbook-window.cpp:687:3: note: Variable 'column' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/addressbook-window.cpp:688:3: style: Variable 'cell' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/addressbook-window.cpp:623:0: note: Variable 'cell' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/addressbook-window.cpp:688:3: note: Variable 'cell' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/addressbook-window.cpp:522:40: style: Function 'find_iter_for_book' argument 1 names different: declaration 'addressbook_window' definition 'self'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/addressbook-window.cpp:222:56: note: Function 'find_iter_for_book' argument 1 names different: declaration 'addressbook_window' definition 'self'.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/addressbook-window.cpp:522:40: note: Function 'find_iter_for_book' argument 1 names different: declaration 'addressbook_window' definition 'self'.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/addressbook-window.cpp:585:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/addressbook-window.cpp:52:3: warning: Member variable '_AddressBookWindowPrivate::tree_view' is not initialized in the constructor. [uninitMemberVar]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/addressbook-window.cpp:52:3: warning: Member variable '_AddressBookWindowPrivate::notebook' is not initialized in the constructor. [uninitMemberVar]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/addressbook-window.cpp:52:3: warning: Member variable '_AddressBookWindowPrivate::selection' is not initialized in the constructor. [uninitMemberVar]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/addressbook-window.cpp:52:3: warning: Member variable '_AddressBookWindowPrivate::menu_item_core' is not initialized in the constructor. [uninitMemberVar]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/addressbook-window.cpp:52:3: warning: Member variable '_AddressBookWindowPrivate::menu_item_view' is not initialized in the constructor. [uninitMemberVar]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/addressbook-window.cpp:52:3: warning: Member variable '_AddressBookWindowPrivate::accel' is not initialized in the constructor. [uninitMemberVar]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/addressbook-window.cpp:52:3: style: Struct '_AddressBookWindowPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/addressbook-window.cpp:748:52: performance: Function parameter '_key' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/book-view-gtk.cpp:224:3: style: Variable 'view' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/book-view-gtk.cpp:221:0: note: Variable 'view' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/book-view-gtk.cpp:224:3: note: Variable 'view' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/book-view-gtk.cpp:237:3: style: Variable 'view' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/book-view-gtk.cpp:235:0: note: Variable 'view' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/book-view-gtk.cpp:237:3: note: Variable 'view' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/book-view-gtk.cpp:260:3: style: Variable 'view' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/book-view-gtk.cpp:258:0: note: Variable 'view' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/book-view-gtk.cpp:260:3: note: Variable 'view' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/book-view-gtk.cpp:368:3: style: Variable 'model' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/book-view-gtk.cpp:364:0: note: Variable 'model' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/book-view-gtk.cpp:368:3: note: Variable 'model' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/book-view-gtk.cpp:369:3: style: Variable 'store' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/book-view-gtk.cpp:365:0: note: Variable 'store' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/book-view-gtk.cpp:369:3: note: Variable 'store' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/book-view-gtk.cpp:385:3: style: Variable 'store' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/book-view-gtk.cpp:382:0: note: Variable 'store' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/book-view-gtk.cpp:385:3: note: Variable 'store' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/book-view-gtk.cpp:386:3: style: Variable 'pixbuf' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/book-view-gtk.cpp:383:0: note: Variable 'pixbuf' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/book-view-gtk.cpp:386:3: note: Variable 'pixbuf' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/book-view-gtk.cpp:406:3: style: Variable 'model' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/book-view-gtk.cpp:402:0: note: Variable 'model' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/book-view-gtk.cpp:406:3: note: Variable 'model' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/book-view-gtk.cpp:407:3: style: Variable 'store' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/book-view-gtk.cpp:403:0: note: Variable 'store' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/book-view-gtk.cpp:407:3: note: Variable 'store' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/book-view-gtk.cpp:422:3: style: Variable 'model' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/book-view-gtk.cpp:419:0: note: Variable 'model' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/book-view-gtk.cpp:422:3: note: Variable 'model' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/book-view-gtk.cpp:448:3: style: Variable 'view' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/book-view-gtk.cpp:446:0: note: Variable 'view' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/book-view-gtk.cpp:448:3: note: Variable 'view' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/book-view-gtk.cpp:479:3: style: Variable 'view' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/book-view-gtk.cpp:477:0: note: Variable 'view' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/book-view-gtk.cpp:479:3: note: Variable 'view' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/book-view-gtk.cpp:522:3: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/book-view-gtk.cpp:511:0: note: Variable 'result' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/book-view-gtk.cpp:522:3: note: Variable 'result' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/book-view-gtk.cpp:542:3: style: Variable 'selection' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/book-view-gtk.cpp:517:0: note: Variable 'selection' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/book-view-gtk.cpp:542:3: note: Variable 'selection' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/book-view-gtk.cpp:550:3: style: Variable 'store' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/book-view-gtk.cpp:518:0: note: Variable 'store' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/book-view-gtk.cpp:550:3: note: Variable 'store' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/book-view-gtk.cpp:559:3: style: Variable 'column' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/book-view-gtk.cpp:519:0: note: Variable 'column' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/book-view-gtk.cpp:559:3: note: Variable 'column' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/book-view-gtk.cpp:560:3: style: Variable 'renderer' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/book-view-gtk.cpp:520:0: note: Variable 'renderer' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/book-view-gtk.cpp:560:3: note: Variable 'renderer' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/book-view-gtk.cpp:635:3: style: Variable 'selection' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/book-view-gtk.cpp:626:0: note: Variable 'selection' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/book-view-gtk.cpp:635:3: note: Variable 'selection' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/book-view-gtk.cpp:56:3: warning: Member variable '_BookViewGtkPrivate::tree_view' is not initialized in the constructor. [uninitMemberVar]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/book-view-gtk.cpp:56:3: warning: Member variable '_BookViewGtkPrivate::vbox' is not initialized in the constructor. [uninitMemberVar]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/book-view-gtk.cpp:56:3: warning: Member variable '_BookViewGtkPrivate::entry' is not initialized in the constructor. [uninitMemberVar]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/book-view-gtk.cpp:56:3: warning: Member variable '_BookViewGtkPrivate::statusbar' is not initialized in the constructor. [uninitMemberVar]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/book-view-gtk.cpp:56:3: warning: Member variable '_BookViewGtkPrivate::scrolled_window' is not initialized in the constructor. [uninitMemberVar]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/book-view-gtk.cpp:56:3: style: Struct '_BookViewGtkPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-history-view-gtk.cpp:166:3: style: Variable 'book' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-history-view-gtk.cpp:160:0: note: Variable 'book' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-history-view-gtk.cpp:166:3: note: Variable 'book' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-history-view-gtk.cpp:167:3: style: Variable 'model' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-history-view-gtk.cpp:161:0: note: Variable 'model' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-history-view-gtk.cpp:167:3: note: Variable 'model' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-history-view-gtk.cpp:219:3: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-history-view-gtk.cpp:217:0: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-history-view-gtk.cpp:219:3: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-history-view-gtk.cpp:230:3: style: Variable 'view' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-history-view-gtk.cpp:228:0: note: Variable 'view' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-history-view-gtk.cpp:230:3: note: Variable 'view' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-history-view-gtk.cpp:248:5: style: Variable 'selection' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-history-view-gtk.cpp:246:0: note: Variable 'selection' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-history-view-gtk.cpp:248:5: note: Variable 'selection' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-history-view-gtk.cpp:276:3: style: Variable 'view' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-history-view-gtk.cpp:274:0: note: Variable 'view' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-history-view-gtk.cpp:276:3: note: Variable 'view' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-history-view-gtk.cpp:321:3: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-history-view-gtk.cpp:311:0: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-history-view-gtk.cpp:321:3: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-history-view-gtk.cpp:340:3: style: Variable 'column' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-history-view-gtk.cpp:313:0: note: Variable 'column' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-history-view-gtk.cpp:340:3: note: Variable 'column' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-history-view-gtk.cpp:343:3: style: Variable 'renderer' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-history-view-gtk.cpp:314:0: note: Variable 'renderer' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-history-view-gtk.cpp:343:3: note: Variable 'renderer' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-history-view-gtk.cpp:358:3: style: Variable 'selection' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-history-view-gtk.cpp:315:0: note: Variable 'selection' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-history-view-gtk.cpp:358:3: note: Variable 'selection' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-history-view-gtk.cpp:385:3: style: Variable 'selection' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-history-view-gtk.cpp:381:0: note: Variable 'selection' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-history-view-gtk.cpp:385:3: note: Variable 'selection' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-history-view-gtk.cpp:407:3: style: Variable 'selection' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-history-view-gtk.cpp:403:0: note: Variable 'selection' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-history-view-gtk.cpp:407:3: note: Variable 'selection' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-history-view-gtk.cpp:88:8: style: The scope of the variable 'buffer' can be reduced. [variableScope]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-history-view-gtk.cpp:235:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-history-view-gtk.cpp:52:3: warning: Member variable '_CallHistoryViewGtkPrivate::store' is not initialized in the constructor. [uninitMemberVar]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-history-view-gtk.cpp:52:3: warning: Member variable '_CallHistoryViewGtkPrivate::tree' is not initialized in the constructor. [uninitMemberVar]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-history-view-gtk.cpp:52:3: style: Struct '_CallHistoryViewGtkPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:554:3: style: Variable 'group' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:550:0: note: Variable 'group' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:554:3: note: Variable 'group' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:908:3: style: Variable 'dialog_title' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:904:0: note: Variable 'dialog_title' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:908:3: note: Variable 'dialog_title' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:912:3: style: Variable 'tmp_msg' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:906:0: note: Variable 'tmp_msg' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:912:3: note: Variable 'tmp_msg' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:992:3: style: Variable 'dialog_title' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:988:0: note: Variable 'dialog_title' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:992:3: note: Variable 'dialog_title' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:998:3: style: Variable 'tmp_msg' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:990:0: note: Variable 'tmp_msg' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:998:3: note: Variable 'tmp_msg' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:1075:3: style: Variable 'dialog_title' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:1071:0: note: Variable 'dialog_title' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:1075:3: note: Variable 'dialog_title' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:1079:3: style: Variable 'tmp_msg' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:1073:0: note: Variable 'tmp_msg' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:1079:3: note: Variable 'tmp_msg' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:1351:3: style: Variable 'cw' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:1349:0: note: Variable 'cw' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:1351:3: note: Variable 'cw' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:1371:3: style: Variable 'cw' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:1369:0: note: Variable 'cw' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:1371:3: note: Variable 'cw' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:1610:3: style: Variable 'text_buffer' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:1603:0: note: Variable 'text_buffer' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:1610:3: note: Variable 'text_buffer' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:1662:3: style: Variable 'child' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:1658:0: note: Variable 'child' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:1662:3: note: Variable 'child' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:1744:3: style: Variable 'window' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:1734:0: note: Variable 'window' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:1744:3: note: Variable 'window' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:1761:3: style: Variable 'vbox' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:1732:0: note: Variable 'vbox' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:1761:3: note: Variable 'vbox' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:1765:3: style: Variable 'hbox' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:1731:0: note: Variable 'hbox' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:1765:3: note: Variable 'hbox' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:1766:3: style: Variable 'image' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:1733:0: note: Variable 'image' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:1766:3: note: Variable 'image' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:1771:3: style: Variable 'hscale_brightness' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:1736:0: note: Variable 'hscale_brightness' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:1771:3: note: Variable 'hscale_brightness' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:1790:3: style: Variable 'hscale_whiteness' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:1739:0: note: Variable 'hscale_whiteness' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:1790:3: note: Variable 'hscale_whiteness' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:1809:3: style: Variable 'hscale_colour' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:1737:0: note: Variable 'hscale_colour' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:1809:3: note: Variable 'hscale_colour' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:1828:3: style: Variable 'hscale_contrast' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:1738:0: note: Variable 'hscale_contrast' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:1828:3: note: Variable 'hscale_contrast' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:1868:3: style: Variable 'window' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:1865:0: note: Variable 'window' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:1868:3: note: Variable 'window' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:1886:3: style: Variable 'vbox' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:1863:0: note: Variable 'vbox' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:1886:3: note: Variable 'vbox' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:1890:3: style: Variable 'hbox' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:1862:0: note: Variable 'hbox' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:1890:3: note: Variable 'hbox' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:1895:3: style: Variable 'small_vbox' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:1864:0: note: Variable 'small_vbox' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:1895:3: note: Variable 'small_vbox' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:1897:3: style: Variable 'hscale_play' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:1860:0: note: Variable 'hscale_play' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:1897:3: note: Variable 'hscale_play' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:1931:3: style: Variable 'hscale_rec' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:1861:0: note: Variable 'hscale_rec' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:1931:3: note: Variable 'hscale_rec' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:2326:3: style: Variable 'event_box' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:2309:0: note: Variable 'event_box' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:2326:3: note: Variable 'event_box' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:2327:3: style: Variable 'vbox' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:2310:0: note: Variable 'vbox' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:2327:3: note: Variable 'vbox' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:2328:3: style: Variable 'frame' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:2312:0: note: Variable 'frame' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:2328:3: note: Variable 'frame' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:2330:3: style: Variable 'event_box' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:2326:3: note: Variable 'event_box' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:2330:3: note: Variable 'event_box' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:2348:3: style: Variable 'alignment' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:2317:0: note: Variable 'alignment' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:2348:3: note: Variable 'alignment' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:2361:3: style: Variable 'hbox' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:2311:0: note: Variable 'hbox' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:2361:3: note: Variable 'hbox' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:2386:3: style: Variable 'item' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:2314:0: note: Variable 'item' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:2386:3: note: Variable 'item' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:2388:3: style: Variable 'image' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:2316:0: note: Variable 'image' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:2388:3: note: Variable 'image' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:2600:3: style: Variable 'handled' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:2598:0: note: Variable 'handled' is reassigned a value before the old one has been used if variable is no semaphore variable.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:2600:3: note: Variable 'handled' is reassigned a value before the old one has been used if variable is no semaphore variable.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:481:8: style: The scope of the variable 'val' can be reduced. [variableScope]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:552:7: style: The scope of the variable 'active' can be reduced. [variableScope]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:1599:22: style: Function 'ekiga_call_window_set_status' argument 2 names different: declaration 'status' definition 'msg'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:416:55: note: Function 'ekiga_call_window_set_status' argument 2 names different: declaration 'status' definition 'msg'.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:1599:22: note: Function 'ekiga_call_window_set_status' argument 2 names different: declaration 'status' definition 'msg'.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/gtk-frontend.h:56:3: style: Class 'GtkFrontend' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:1169:47: performance: Function parameter 'reason' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:1235:24: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:1255:34: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/call-window.cpp:1271:60: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:188:3: style: Variable 'tag' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:178:0: note: Variable 'tag' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:188:3: note: Variable 'tag' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:223:3: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:218:0: note: Variable 'str' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:223:3: note: Variable 'str' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:224:3: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:220:0: note: Variable 'buffer' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:224:3: note: Variable 'buffer' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:230:3: style: Variable 'mark' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:219:0: note: Variable 'mark' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:230:3: note: Variable 'mark' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:247:3: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:242:0: note: Variable 'str' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:247:3: note: Variable 'str' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:248:3: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:244:0: note: Variable 'buffer' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:248:3: note: Variable 'buffer' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:254:3: style: Variable 'mark' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:243:0: note: Variable 'mark' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:254:3: note: Variable 'mark' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:287:3: style: Variable 'tags' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:275:0: note: Variable 'tags' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:287:3: note: Variable 'tags' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:313:3: style: Variable 'link' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:311:0: note: Variable 'link' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:313:3: note: Variable 'link' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:325:3: style: Variable 'clipboard' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:323:0: note: Variable 'clipboard' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:325:3: note: Variable 'clipboard' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:326:3: style: Variable 'link' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:322:0: note: Variable 'link' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:326:3: note: Variable 'link' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:351:5: style: Variable 'link' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:344:0: note: Variable 'link' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:351:5: note: Variable 'link' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:366:7: style: Variable 'menu' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:363:0: note: Variable 'menu' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:366:7: note: Variable 'menu' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:370:7: style: Variable 'menu_item' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:364:0: note: Variable 'menu_item' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:370:7: note: Variable 'menu_item' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:456:3: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:452:0: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:456:3: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:458:3: style: Variable 'text' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:451:0: note: Variable 'text' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:458:3: note: Variable 'text' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:460:3: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:453:0: note: Variable 'buffer' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:460:3: note: Variable 'buffer' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:484:3: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:470:0: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:484:3: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:489:3: style: Variable 'opening_tag' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:480:0: note: Variable 'opening_tag' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:489:3: note: Variable 'opening_tag' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:491:3: style: Variable 'closing_tag' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:481:0: note: Variable 'closing_tag' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:491:3: note: Variable 'closing_tag' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:493:3: style: Variable 'tags' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:482:0: note: Variable 'tags' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:493:3: note: Variable 'tags' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:495:3: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:471:0: note: Variable 'buffer' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:495:3: note: Variable 'buffer' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:595:3: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:593:0: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:595:3: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:607:3: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:605:0: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:607:3: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:621:3: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:619:0: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:621:3: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:643:3: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:641:0: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:643:3: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:666:3: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:664:0: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:666:3: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:689:3: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:686:0: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:689:3: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:720:3: style: Variable 'spec' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:711:0: note: Variable 'spec' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:720:3: note: Variable 'spec' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:765:3: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:741:0: note: Variable 'buffer' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:765:3: note: Variable 'buffer' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:778:3: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:765:3: note: Variable 'buffer' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:778:3: note: Variable 'buffer' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:786:3: style: Variable 'frame' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:745:0: note: Variable 'frame' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:786:3: note: Variable 'frame' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:797:3: style: Variable 'tag' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:743:0: note: Variable 'tag' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:797:3: note: Variable 'tag' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:880:3: style: Variable 'vbox' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:873:0: note: Variable 'vbox' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:880:3: note: Variable 'vbox' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:887:3: style: Variable 'bbox' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:874:0: note: Variable 'bbox' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:887:3: note: Variable 'bbox' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:898:3: style: Variable 'smiley_chooser_button' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:877:0: note: Variable 'smiley_chooser_button' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:898:3: note: Variable 'smiley_chooser_button' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:909:3: style: Variable 'button' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:875:0: note: Variable 'button' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:909:3: note: Variable 'button' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:818:39: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:823:39: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:828:47: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:833:35: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:838:63: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:843:63: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:848:63: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:853:63: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:858:63: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:863:63: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:868:63: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:983:32: style: Function 'chat_area_get_title' argument 1 names different: declaration 'chat' definition 'area'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.h:70:50: note: Function 'chat_area_get_title' argument 1 names different: declaration 'chat' definition 'area'.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:983:32: note: Function 'chat_area_get_title' argument 1 names different: declaration 'chat' definition 'area'.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:554:15: style: Unused variable: message [unusedVariable]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:98:3: style: Class 'ChatAreaHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:104:35: performance: Function parameter 'from' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:105:21: performance: Function parameter 'msg' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-area.cpp:108:34: performance: Function parameter 'msg' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-window.cpp:171:3: style: Variable 'page' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-window.cpp:168:0: note: Variable 'page' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-window.cpp:171:3: note: Variable 'page' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-window.cpp:205:3: style: Variable 'page' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-window.cpp:201:0: note: Variable 'page' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-window.cpp:205:3: note: Variable 'page' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-window.cpp:206:3: style: Variable 'hbox' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-window.cpp:202:0: note: Variable 'hbox' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-window.cpp:206:3: note: Variable 'hbox' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-window.cpp:208:3: style: Variable 'label' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-window.cpp:203:0: note: Variable 'label' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-window.cpp:208:3: note: Variable 'label' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-window.cpp:279:5: style: Variable 'hbox' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-window.cpp:273:0: note: Variable 'hbox' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-window.cpp:279:5: note: Variable 'hbox' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-window.cpp:281:5: style: Variable 'label' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-window.cpp:274:0: note: Variable 'label' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-window.cpp:281:5: note: Variable 'label' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-window.cpp:282:5: style: Variable 'base_title' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-window.cpp:276:0: note: Variable 'base_title' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-window.cpp:282:5: note: Variable 'base_title' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-window.cpp:290:5: style: Variable 'txt' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-window.cpp:277:0: note: Variable 'txt' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-window.cpp:290:5: note: Variable 'txt' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-window.cpp:323:3: style: Variable 'page' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-window.cpp:317:0: note: Variable 'page' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-window.cpp:323:3: note: Variable 'page' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-window.cpp:324:3: style: Variable 'hbox' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-window.cpp:318:0: note: Variable 'hbox' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-window.cpp:324:3: note: Variable 'hbox' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-window.cpp:326:3: style: Variable 'label' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-window.cpp:319:0: note: Variable 'label' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-window.cpp:326:3: note: Variable 'label' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-window.cpp:331:3: style: Variable 'close_button' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-window.cpp:320:0: note: Variable 'close_button' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-window.cpp:331:3: note: Variable 'close_button' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-window.cpp:334:3: style: Variable 'close_image' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-window.cpp:321:0: note: Variable 'close_image' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-window.cpp:334:3: note: Variable 'close_image' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-window.cpp:367:3: style: Variable 'page' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-window.cpp:364:0: note: Variable 'page' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-window.cpp:367:3: note: Variable 'page' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-window.cpp:368:3: style: Variable 'label' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-window.cpp:365:0: note: Variable 'label' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-window.cpp:368:3: note: Variable 'label' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-window.cpp:406:3: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-window.cpp:404:0: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-window.cpp:406:3: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-window.cpp:463:3: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-window.cpp:460:0: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-window.cpp:463:3: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-window.cpp:474:3: style: Variable 'accel' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-window.cpp:461:0: note: Variable 'accel' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-window.cpp:474:3: note: Variable 'accel' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-window.cpp:53:3: warning: Member variable '_ChatWindowPrivate::notebook' is not initialized in the constructor. [uninitMemberVar]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-window.cpp:53:3: style: Struct '_ChatWindowPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-window.cpp:458:22: performance: Function parameter 'key' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/gtk-frontend.cpp:86:14: warning: Member variable 'GtkFrontend::preferences_window' is not initialized in the constructor. [uninitMemberVar]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/gtk-frontend.cpp:86:14: warning: Member variable 'GtkFrontend::addressbook_window' is not initialized in the constructor. [uninitMemberVar]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/gtk-frontend.cpp:86:14: warning: Member variable 'GtkFrontend::accounts_window' is not initialized in the constructor. [uninitMemberVar]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/gtk-frontend.cpp:86:14: warning: Member variable 'GtkFrontend::call_window' is not initialized in the constructor. [uninitMemberVar]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/gtk-frontend.cpp:86:14: warning: Member variable 'GtkFrontend::chat_window' is not initialized in the constructor. [uninitMemberVar]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/gtk-frontend.cpp:86:14: warning: Member variable 'GtkFrontend::status_icon' is not initialized in the constructor. [uninitMemberVar]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/addressbook-window.h:84:63: performance: Function parameter '_key' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/accounts-window.h:93:60: performance: Function parameter '_key' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/chat-window.h:73:26: performance: Function parameter 'key' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/heap-view.cpp:160:3: style: Variable 'model' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/heap-view.cpp:156:0: note: Variable 'model' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/heap-view.cpp:160:3: note: Variable 'model' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/heap-view.cpp:195:3: style: Variable 'model' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/heap-view.cpp:191:0: note: Variable 'model' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/heap-view.cpp:195:3: note: Variable 'model' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/heap-view.cpp:543:3: style: Variable 'col' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/heap-view.cpp:520:0: note: Variable 'col' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/heap-view.cpp:543:3: note: Variable 'col' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/heap-view.cpp:544:3: style: Variable 'renderer' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/heap-view.cpp:521:0: note: Variable 'renderer' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/heap-view.cpp:544:3: note: Variable 'renderer' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/heap-view.cpp:584:3: style: Variable 'selection' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/heap-view.cpp:522:0: note: Variable 'selection' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/heap-view.cpp:584:3: note: Variable 'selection' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/heap-view.cpp:617:3: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/heap-view.cpp:615:0: note: Variable 'result' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/heap-view.cpp:617:3: note: Variable 'result' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/heap-view.cpp:636:3: style: Variable 'selection' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/heap-view.cpp:630:0: note: Variable 'selection' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/heap-view.cpp:636:3: note: Variable 'selection' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/heap-view.cpp:136:8: style: The scope of the variable 'go_on' can be reduced. [variableScope]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/heap-view.cpp:460:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/multiple-chat-page.cpp:55:3: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/multiple-chat-page.cpp:53:0: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/multiple-chat-page.cpp:55:3: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/multiple-chat-page.cpp:83:3: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/multiple-chat-page.cpp:80:0: note: Variable 'result' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/multiple-chat-page.cpp:83:3: note: Variable 'result' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/multiple-chat-page.cpp:85:3: style: Variable 'area' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/multiple-chat-page.cpp:81:0: note: Variable 'area' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/multiple-chat-page.cpp:85:3: note: Variable 'area' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:351:3: style: Variable 'pw' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:342:0: note: Variable 'pw' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:351:3: note: Variable 'pw' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:353:3: style: Variable 'selection' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:344:0: note: Variable 'selection' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:353:3: note: Variable 'selection' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:433:3: style: Variable 'button' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:430:0: note: Variable 'button' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:433:3: note: Variable 'button' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:436:3: style: Variable 'alignment' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:429:0: note: Variable 'alignment' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:436:3: note: Variable 'alignment' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:456:3: style: Variable 'subsection' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:452:0: note: Variable 'subsection' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:456:3: note: Variable 'subsection' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:459:3: style: Variable 'entry' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:453:0: note: Variable 'entry' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:459:3: note: Variable 'entry' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:474:3: style: Variable 'subsection' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:471:0: note: Variable 'subsection' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:474:3: note: Variable 'subsection' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:492:3: style: Variable 'subsection' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:490:0: note: Variable 'subsection' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:492:3: note: Variable 'subsection' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:535:3: style: Variable 'pw' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:515:0: note: Variable 'pw' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:535:3: note: Variable 'pw' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:537:3: style: Variable 'subsection' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:521:0: note: Variable 'subsection' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:537:3: note: Variable 'subsection' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:541:3: style: Variable 'vbox' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:520:0: note: Variable 'vbox' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:541:3: note: Variable 'vbox' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:550:3: style: Variable 'list_store' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:525:0: note: Variable 'list_store' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:550:3: note: Variable 'list_store' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:562:3: style: Variable 'selection' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:526:0: note: Variable 'selection' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:562:3: note: Variable 'selection' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:565:3: style: Variable 'frame' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:519:0: note: Variable 'frame' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:565:3: note: Variable 'frame' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:574:3: style: Variable 'renderer' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:529:0: note: Variable 'renderer' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:574:3: note: Variable 'renderer' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:575:3: style: Variable 'column' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:527:0: note: Variable 'column' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:575:3: note: Variable 'column' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:595:3: style: Variable 'hbox' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:518:0: note: Variable 'hbox' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:595:3: note: Variable 'hbox' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:603:3: style: Variable 'filefilter' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:531:0: note: Variable 'filefilter' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:603:3: note: Variable 'filefilter' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:612:3: style: Variable 'selector_hbox' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:522:0: note: Variable 'selector_hbox' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:612:3: note: Variable 'selector_hbox' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:613:3: style: Variable 'selector_playbutton' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:523:0: note: Variable 'selector_playbutton' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:613:3: note: Variable 'selector_playbutton' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:632:3: style: Variable 'button' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:517:0: note: Variable 'button' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:632:3: note: Variable 'button' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:667:3: style: Variable 'subsection' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:650:0: note: Variable 'subsection' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:667:3: note: Variable 'subsection' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:670:3: style: Variable 'entry' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:649:0: note: Variable 'entry' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:670:3: note: Variable 'entry' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:713:3: style: Variable 'subsection' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:703:0: note: Variable 'subsection' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:713:3: note: Variable 'subsection' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:718:3: style: Variable 'entry' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:702:0: note: Variable 'entry' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:718:3: note: Variable 'entry' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:740:3: style: Variable 'pw' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:738:0: note: Variable 'pw' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:740:3: note: Variable 'pw' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:743:3: style: Variable 'subsection' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:735:0: note: Variable 'subsection' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:743:3: note: Variable 'subsection' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:750:3: style: Variable 'array' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:737:0: note: Variable 'array' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:750:3: note: Variable 'array' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:837:3: style: Variable 'array' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:834:0: note: Variable 'array' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:837:3: note: Variable 'array' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:923:3: style: Variable 'subsection' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:919:0: note: Variable 'subsection' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:923:3: note: Variable 'subsection' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:926:3: style: Variable 'codecs_list' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:920:0: note: Variable 'codecs_list' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:926:3: note: Variable 'codecs_list' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:956:3: style: Variable 'subsection' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:952:0: note: Variable 'subsection' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:956:3: note: Variable 'subsection' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:959:3: style: Variable 'codecs_list' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:953:0: note: Variable 'codecs_list' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:959:3: note: Variable 'codecs_list' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:1006:3: style: Variable 'pw' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:995:0: note: Variable 'pw' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:1006:3: note: Variable 'pw' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:1008:3: style: Variable 'selection' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:998:0: note: Variable 'selection' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:1008:3: note: Variable 'selection' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:1102:3: style: Variable 'pw' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:1099:0: note: Variable 'pw' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:1102:3: note: Variable 'pw' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:1106:3: style: Variable 'selection' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:1093:0: note: Variable 'selection' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:1106:3: note: Variable 'selection' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:1136:3: style: Variable 'model' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:1127:0: note: Variable 'model' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:1136:3: note: Variable 'model' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:1137:3: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:1128:0: note: Variable 'path' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:1137:3: note: Variable 'path' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:1159:3: style: Variable 'pw' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:1155:0: note: Variable 'pw' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:1159:3: note: Variable 'pw' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:1174:3: style: Variable 'pw' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:1172:0: note: Variable 'pw' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:1174:3: note: Variable 'pw' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:1182:3: style: Variable 'pw' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:1180:0: note: Variable 'pw' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:1182:3: note: Variable 'pw' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:1190:3: style: Variable 'pw' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:1188:0: note: Variable 'pw' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:1190:3: note: Variable 'pw' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:1199:3: style: Variable 'pw' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:1197:0: note: Variable 'pw' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:1199:3: note: Variable 'pw' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:1207:3: style: Variable 'pw' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:1205:0: note: Variable 'pw' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:1207:3: note: Variable 'pw' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:1216:3: style: Variable 'pw' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:1214:0: note: Variable 'pw' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:1216:3: note: Variable 'pw' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:1229:3: style: Variable 'pw' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:1225:0: note: Variable 'pw' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:1229:3: note: Variable 'pw' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:1235:3: style: Variable 'array' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:1226:0: note: Variable 'array' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:1235:3: note: Variable 'array' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:1278:3: style: Variable 'filename' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:1275:0: note: Variable 'filename' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:1278:3: note: Variable 'filename' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:1279:3: style: Variable 'window' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:1273:0: note: Variable 'window' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:1279:3: note: Variable 'window' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:1284:3: style: Variable 'pixbuf' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:1272:0: note: Variable 'pixbuf' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:1284:3: note: Variable 'pixbuf' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:1293:3: style: Variable 'pw' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:1270:0: note: Variable 'pw' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:1293:3: note: Variable 'pw' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:1302:3: style: Variable 'container' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:1274:0: note: Variable 'container' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:1302:3: note: Variable 'container' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:991:40: style: Function 'audioev_filename_browse_cb' argument 1 names different: declaration 'widget' definition 'b'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:284:52: note: Function 'audioev_filename_browse_cb' argument 1 names different: declaration 'widget' definition 'b'.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:991:40: note: Function 'audioev_filename_browse_cb' argument 1 names different: declaration 'widget' definition 'b'.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:796:15: style: Unused variable: device_string [unusedVariable]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:1276:29: style: Unused variable: device_list [unusedVariable]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:781:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:803:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/preferences-window.cpp:823:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/presentity-view.cpp:148:3: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/presentity-view.cpp:145:0: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/presentity-view.cpp:148:3: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/presentity-view.cpp:173:3: style: Variable 'spec' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/presentity-view.cpp:168:0: note: Variable 'spec' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/presentity-view.cpp:173:3: note: Variable 'spec' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp:570:3: style: Variable 'row_expanded' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp:567:0: note: Variable 'row_expanded' is reassigned a value before the old one has been used if variable is no semaphore variable.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp:570:3: note: Variable 'row_expanded' is reassigned a value before the old one has been used if variable is no semaphore variable.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp:573:3: style: Variable 'existing_group' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp:568:0: note: Variable 'existing_group' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp:573:3: note: Variable 'existing_group' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp:620:3: style: Variable 'model' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp:611:0: note: Variable 'model' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp:620:3: note: Variable 'model' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp:656:3: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp:651:0: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp:656:3: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp:694:3: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp:692:0: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp:694:3: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp:831:3: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp:828:0: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp:831:3: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp:888:3: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp:884:0: note: Variable 'path' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp:888:3: note: Variable 'path' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp:889:3: style: Variable 'row_expanded' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp:886:0: note: Variable 'row_expanded' is reassigned a value before the old one has been used if variable is no semaphore variable.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp:889:3: note: Variable 'row_expanded' is reassigned a value before the old one has been used if variable is no semaphore variable.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp:951:3: style: Variable 'selection' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp:946:0: note: Variable 'selection' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp:951:3: note: Variable 'selection' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp:1033:3: style: Variable 'active' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp:1025:0: note: Variable 'active' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp:1033:3: note: Variable 'active' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp:1034:3: style: Variable 'away' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp:1026:0: note: Variable 'away' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp:1034:3: note: Variable 'away' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp:1181:3: style: Variable 'model' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp:1174:0: note: Variable 'model' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp:1181:3: note: Variable 'model' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp:1225:3: style: Variable 'model' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp:1221:0: note: Variable 'model' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp:1225:3: note: Variable 'model' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp:1253:3: style: Variable 'model' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp:1249:0: note: Variable 'model' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp:1253:3: note: Variable 'model' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp:1290:3: style: Variable 'model' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp:1286:0: note: Variable 'model' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp:1290:3: note: Variable 'model' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp:1321:3: style: Variable 'model' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp:1311:0: note: Variable 'model' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp:1321:3: note: Variable 'model' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp:1445:3: style: Variable 'view' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp:1443:0: note: Variable 'view' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp:1445:3: note: Variable 'view' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp:1469:3: style: Variable 'vbox' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp:1459:0: note: Variable 'vbox' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp:1469:3: note: Variable 'vbox' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp:1492:3: style: Variable 'filtered' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp:1460:0: note: Variable 'filtered' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp:1492:3: note: Variable 'filtered' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp:1512:3: style: Variable 'col' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp:1462:0: note: Variable 'col' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp:1512:3: note: Variable 'col' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp:1513:3: style: Variable 'renderer' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp:1463:0: note: Variable 'renderer' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp:1513:3: note: Variable 'renderer' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp:1570:3: style: Variable 'selection' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp:1461:0: note: Variable 'selection' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp:1570:3: note: Variable 'selection' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp:1608:3: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp:1606:0: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp:1608:3: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp:1626:3: style: Variable 'selection' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp:1620:0: note: Variable 'selection' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp:1626:3: note: Variable 'selection' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp:492:47: style: Function 'status_icon_info_delete' argument 1 names different: declaration 'info' definition 'data'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp:136:47: note: Function 'status_icon_info_delete' argument 1 names different: declaration 'info' definition 'data'.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp:492:47: note: Function 'status_icon_info_delete' argument 1 names different: declaration 'info' definition 'data'.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp:1041:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp:1388:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp:521:24: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp:1246:56: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/simple-chat-page.cpp:63:3: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/simple-chat-page.cpp:61:0: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/simple-chat-page.cpp:63:3: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/simple-chat-page.cpp:122:3: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/simple-chat-page.cpp:118:0: note: Variable 'result' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/simple-chat-page.cpp:122:3: note: Variable 'result' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/simple-chat-page.cpp:124:3: style: Variable 'presentity_view' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/simple-chat-page.cpp:119:0: note: Variable 'presentity_view' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/simple-chat-page.cpp:124:3: note: Variable 'presentity_view' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/simple-chat-page.cpp:129:3: style: Variable 'area' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/simple-chat-page.cpp:120:0: note: Variable 'area' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/simple-chat-page.cpp:129:3: note: Variable 'area' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/statusicon.cpp:536:10: style: Condition '!shell_running' is always true [knownConditionTrueFalse]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/statusicon.cpp:496:24: note: Assignment 'shell_running=false', assigned value is 0
ekiga-4.0.1/lib/engine/gui/gtk-frontend/statusicon.cpp:536:10: note: Condition '!shell_running' is always true
ekiga-4.0.1/lib/engine/gui/gtk-frontend/statusicon.cpp:149:3: style: Variable 'icon' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/statusicon.cpp:147:0: note: Variable 'icon' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/statusicon.cpp:149:3: note: Variable 'icon' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/statusicon.cpp:172:3: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/statusicon.cpp:170:0: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/statusicon.cpp:172:3: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/statusicon.cpp:196:3: style: Variable 'gobject_class' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/statusicon.cpp:192:0: note: Variable 'gobject_class' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/statusicon.cpp:196:3: note: Variable 'gobject_class' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/statusicon.cpp:255:3: style: Variable 'popup' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/statusicon.cpp:253:0: note: Variable 'popup' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/statusicon.cpp:255:3: note: Variable 'popup' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/statusicon.cpp:404:40: style: Function 'statusicon_start_blinking' argument 2 names different: declaration 'stock_id' definition 'icon_name'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/statusicon.cpp:116:40: note: Function 'statusicon_start_blinking' argument 2 names different: declaration 'stock_id' definition 'icon_name'.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/statusicon.cpp:404:40: note: Function 'statusicon_start_blinking' argument 2 names different: declaration 'stock_id' definition 'icon_name'.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/statusicon.cpp:415:39: style: Function 'statusicon_stop_blinking' argument 1 names different: declaration 'icon' definition 'self'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/statusicon.cpp:119:39: note: Function 'statusicon_stop_blinking' argument 1 names different: declaration 'icon' definition 'self'.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/statusicon.cpp:415:39: note: Function 'statusicon_stop_blinking' argument 1 names different: declaration 'icon' definition 'self'.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/statusicon.cpp:435:36: style: Function 'statusicon_set_status' argument 1 names different: declaration 'widget' definition 'statusicon'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/statusicon.cpp:122:36: note: Function 'statusicon_set_status' argument 1 names different: declaration 'widget' definition 'statusicon'.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/statusicon.cpp:435:36: note: Function 'statusicon_set_status' argument 1 names different: declaration 'widget' definition 'statusicon'.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/statusicon.cpp:455:37: style: Function 'statusicon_set_inacall' argument 1 names different: declaration 'widget' definition 'statusicon'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/statusicon.cpp:126:37: note: Function 'statusicon_set_inacall' argument 1 names different: declaration 'widget' definition 'statusicon'.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/statusicon.cpp:455:37: note: Function 'statusicon_set_inacall' argument 1 names different: declaration 'widget' definition 'statusicon'.
ekiga-4.0.1/lib/engine/gui/gtk-frontend/statusicon.cpp:179:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/statusicon.cpp:66:3: warning: Member variable '_StatusIconPrivate::popup_menu' is not initialized in the constructor. [uninitMemberVar]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/statusicon.cpp:66:3: warning: Member variable '_StatusIconPrivate::blink_id' is not initialized in the constructor. [uninitMemberVar]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/statusicon.cpp:66:3: warning: Member variable '_StatusIconPrivate::unread_messages' is not initialized in the constructor. [uninitMemberVar]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/statusicon.cpp:66:3: warning: Member variable '_StatusIconPrivate::blinking' is not initialized in the constructor. [uninitMemberVar]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/statusicon.cpp:66:3: warning: Member variable '_StatusIconPrivate::blink_image' is not initialized in the constructor. [uninitMemberVar]
ekiga-4.0.1/lib/engine/gui/gtk-frontend/statusicon.cpp:66:3: style: Struct '_StatusIconPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ekiga-4.0.1/lib/engine/hal/hal-core.cpp:82:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/presence/presence-core.cpp:79:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/presence/presence-core.cpp:250:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/presence/presence-core.h:145:5: style: Class 'PresenceCore' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ekiga-4.0.1/lib/engine/presence/presentity.h:86:45: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/presence/heap.h:77:61: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/presence/presence-core.h:229:26: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/presence/presence-core.cpp:178:56: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/presence/presence-core.cpp:195:63: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/presence/presence-core.cpp:212:62: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/presence/presence-core.cpp:213:27: performance: Function parameter 'presence' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/presence/presence-core.cpp:220:60: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/presence/presence-core.cpp:221:25: performance: Function parameter 'status' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/presence/presence-core.cpp:243:58: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/presence/proxy-presentity.h:69:5: style: Class 'ProxyPresentity' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ekiga-4.0.1/lib/engine/presence/proxy-presentity.h:77:23: style: The function 'get_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/lib/engine/presence/presentity.h:66:31: note: Virtual function in base class
ekiga-4.0.1/lib/engine/presence/proxy-presentity.h:77:23: note: Function in derived class
ekiga-4.0.1/lib/engine/presence/proxy-presentity.h:79:23: style: The function 'get_presence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/lib/engine/presence/presentity.h:71:31: note: Virtual function in base class
ekiga-4.0.1/lib/engine/presence/proxy-presentity.h:79:23: note: Function in derived class
ekiga-4.0.1/lib/engine/presence/proxy-presentity.h:81:23: style: The function 'get_status' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/lib/engine/presence/presentity.h:76:31: note: Virtual function in base class
ekiga-4.0.1/lib/engine/presence/proxy-presentity.h:81:23: note: Function in derived class
ekiga-4.0.1/lib/engine/presence/proxy-presentity.h:83:33: style: The function 'get_groups' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/lib/engine/presence/presentity.h:81:41: note: Virtual function in base class
ekiga-4.0.1/lib/engine/presence/proxy-presentity.h:83:33: note: Function in derived class
ekiga-4.0.1/lib/engine/presence/proxy-presentity.h:85:10: style: The function 'has_uri' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/lib/engine/presence/presentity.h:86:18: note: Virtual function in base class
ekiga-4.0.1/lib/engine/presence/proxy-presentity.h:85:10: note: Function in derived class
ekiga-4.0.1/lib/engine/presence/presence-core.h:248:44: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/presence/presence-core.h:254:46: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/presence/presence-core.h:265:50: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/presence/presence-core.h:266:29: performance: Function parameter 'presence' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/presence/presence-core.h:267:48: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/presence/presence-core.h:268:27: performance: Function parameter 'status' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/presence/presence-core.h:300:46: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/presence/proxy-presentity.cpp:74:52: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/presence/uri-presentity.h:81:23: style: The function 'get_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/lib/engine/presence/presentity.h:66:31: note: Virtual function in base class
ekiga-4.0.1/lib/engine/presence/uri-presentity.h:81:23: note: Function in derived class
ekiga-4.0.1/lib/engine/presence/uri-presentity.h:83:23: style: The function 'get_presence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/lib/engine/presence/presentity.h:71:31: note: Virtual function in base class
ekiga-4.0.1/lib/engine/presence/uri-presentity.h:83:23: note: Function in derived class
ekiga-4.0.1/lib/engine/presence/uri-presentity.h:85:23: style: The function 'get_status' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/lib/engine/presence/presentity.h:76:31: note: Virtual function in base class
ekiga-4.0.1/lib/engine/presence/uri-presentity.h:85:23: note: Function in derived class
ekiga-4.0.1/lib/engine/presence/uri-presentity.h:87:33: style: The function 'get_groups' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/lib/engine/presence/presentity.h:81:41: note: Virtual function in base class
ekiga-4.0.1/lib/engine/presence/uri-presentity.h:87:33: note: Function in derived class
ekiga-4.0.1/lib/engine/presence/uri-presentity.h:89:10: style: The function 'has_uri' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/lib/engine/presence/presentity.h:86:18: note: Virtual function in base class
ekiga-4.0.1/lib/engine/presence/uri-presentity.h:89:10: note: Function in derived class
ekiga-4.0.1/lib/engine/presence/uri-presentity.cpp:98:50: performance: Function parameter 'uri_' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/presence/uri-presentity.cpp:112:57: performance: Function parameter 'uri_' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/presence/uri-presentity.cpp:113:22: performance: Function parameter 'presence_' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/presence/uri-presentity.cpp:123:55: performance: Function parameter 'uri_' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/presence/uri-presentity.cpp:124:20: performance: Function parameter 'status_' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/protocol/call-core.cpp:95:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/protocol/codec-description.h:82:7: style: Class 'CodecDescription' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ekiga-4.0.1/lib/engine/protocol/codec-description.h:141:7: style: Class 'CodecList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ekiga-4.0.1/lib/engine/protocol/call-core.cpp:91:40: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/protocol/call-manager.cpp:57:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/protocol/call-manager.cpp:95:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/protocol/call-manager.cpp:108:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/protocol/codec-description.cpp:59:3: style: Variable 'prots' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/protocol/codec-description.cpp:57:0: note: Variable 'prots' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/protocol/codec-description.cpp:59:3: note: Variable 'prots' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/protocol/codec-description.cpp:84:3: style: Variable 'vect' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/protocol/codec-description.cpp:81:0: note: Variable 'vect' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/protocol/codec-description.cpp:84:3: note: Variable 'vect' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/protocol/codec-description.cpp:156:3: style: Variable 'codecs_config_it' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/engine/protocol/codec-description.cpp:154:0: note: Variable 'codecs_config_it' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/protocol/codec-description.cpp:156:3: note: Variable 'codecs_config_it' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/engine/protocol/codec-description.cpp:50:49: style: Function 'CodecDescription' argument 1 names different: declaration 'name' definition '_name'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/protocol/codec-description.h:72:37: note: Function 'CodecDescription' argument 1 names different: declaration 'name' definition '_name'.
ekiga-4.0.1/lib/engine/protocol/codec-description.cpp:50:49: note: Function 'CodecDescription' argument 1 names different: declaration 'name' definition '_name'.
ekiga-4.0.1/lib/engine/protocol/codec-description.cpp:51:46: style: Function 'CodecDescription' argument 2 names different: declaration 'rate' definition '_rate'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/protocol/codec-description.h:73:34: note: Function 'CodecDescription' argument 2 names different: declaration 'rate' definition '_rate'.
ekiga-4.0.1/lib/engine/protocol/codec-description.cpp:51:46: note: Function 'CodecDescription' argument 2 names different: declaration 'rate' definition '_rate'.
ekiga-4.0.1/lib/engine/protocol/codec-description.cpp:52:42: style: Function 'CodecDescription' argument 3 names different: declaration 'audio' definition '_audio'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/protocol/codec-description.h:74:30: note: Function 'CodecDescription' argument 3 names different: declaration 'audio' definition '_audio'.
ekiga-4.0.1/lib/engine/protocol/codec-description.cpp:52:42: note: Function 'CodecDescription' argument 3 names different: declaration 'audio' definition '_audio'.
ekiga-4.0.1/lib/engine/protocol/codec-description.cpp:53:49: style: Function 'CodecDescription' argument 4 names different: declaration 'protocols' definition '_protocols'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/protocol/codec-description.h:75:37: note: Function 'CodecDescription' argument 4 names different: declaration 'protocols' definition '_protocols'.
ekiga-4.0.1/lib/engine/protocol/codec-description.cpp:53:49: note: Function 'CodecDescription' argument 4 names different: declaration 'protocols' definition '_protocols'.
ekiga-4.0.1/lib/engine/protocol/codec-description.cpp:54:42: style: Function 'CodecDescription' argument 5 names different: declaration 'active' definition '_active'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/protocol/codec-description.h:76:30: note: Function 'CodecDescription' argument 5 names different: declaration 'active' definition '_active'.
ekiga-4.0.1/lib/engine/protocol/codec-description.cpp:54:42: note: Function 'CodecDescription' argument 5 names different: declaration 'active' definition '_active'.
ekiga-4.0.1/lib/engine/protocol/codec-description.cpp:122:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/protocol/codec-description.cpp:217:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/protocol/codec-description.cpp:234:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/protocol/codec-description.cpp:251:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/protocol/codec-description.cpp:270:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/protocol/codec-description.cpp:275:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/protocol/codec-description.cpp:295:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/protocol/codec-description.cpp:50:49: performance: Function parameter '_name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/videoinput/videoinput-core.cpp:126:54: style: Function 'VideoInputCore' argument 1 names different: declaration 'core' definition '_core'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/videoinput/videoinput-core.h:109:44: note: Function 'VideoInputCore' argument 1 names different: declaration 'core' definition '_core'.
ekiga-4.0.1/lib/engine/videoinput/videoinput-core.cpp:126:54: note: Function 'VideoInputCore' argument 1 names different: declaration 'core' definition '_core'.
ekiga-4.0.1/lib/engine/videoinput/videoinput-core.cpp:467:67: style: Function 'internal_set_device' argument 1 names different: declaration 'vidinput_device' definition 'device'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/videoinput/videoinput-core.h:306:57: note: Function 'internal_set_device' argument 1 names different: declaration 'vidinput_device' definition 'device'.
ekiga-4.0.1/lib/engine/videoinput/videoinput-core.cpp:467:67: note: Function 'internal_set_device' argument 1 names different: declaration 'vidinput_device' definition 'device'.
ekiga-4.0.1/lib/engine/videoinput/videoinput-core.cpp:488:69: style: Function 'internal_set_manager' argument 1 names different: declaration 'vidinput_device' definition 'device'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/videoinput/videoinput-core.h:307:59: note: Function 'internal_set_manager' argument 1 names different: declaration 'vidinput_device' definition 'device'.
ekiga-4.0.1/lib/engine/videoinput/videoinput-core.cpp:488:69: note: Function 'internal_set_manager' argument 1 names different: declaration 'vidinput_device' definition 'device'.
ekiga-4.0.1/lib/engine/videoinput/videoinput-core.cpp:171:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/videoinput/videoinput-core.cpp:202:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/videoinput/videoinput-core.cpp:214:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/videoinput/videoinput-core.cpp:241:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/videoinput/videoinput-core.cpp:268:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/videoinput/videoinput-core.cpp:493:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/videoinput/videoinput-manager.h:68:7: warning: Member variable 'VideoInputManager::current_state' is not initialized in the constructor. [uninitMemberVar]
ekiga-4.0.1/lib/engine/videoinput/videoinput-core.cpp:126:17: warning: Member variable 'VideoInputCore::current_format' is not initialized in the constructor. [uninitMemberVar]
ekiga-4.0.1/lib/engine/videoinput/videoinput-core.cpp:126:17: warning: Member variable 'VideoInputCore::current_channel' is not initialized in the constructor. [uninitMemberVar]
ekiga-4.0.1/lib/engine/videoinput/videoinput-core.h:384:9: warning: Member variable 'VideoDeviceConfig::active' is not initialized in the constructor. [uninitMemberVar]
ekiga-4.0.1/lib/engine/videoinput/videoinput-core.h:384:9: warning: Member variable 'VideoDeviceConfig::width' is not initialized in the constructor. [uninitMemberVar]
ekiga-4.0.1/lib/engine/videoinput/videoinput-core.h:384:9: warning: Member variable 'VideoDeviceConfig::height' is not initialized in the constructor. [uninitMemberVar]
ekiga-4.0.1/lib/engine/videoinput/videoinput-core.h:384:9: warning: Member variable 'VideoDeviceConfig::fps' is not initialized in the constructor. [uninitMemberVar]
ekiga-4.0.1/lib/engine/videoinput/videoinput-core.h:385:9: warning: Member variable 'VideoDeviceConfig::active' is not initialized in the constructor. [uninitMemberVar]
ekiga-4.0.1/lib/engine/videoinput/videoinput-core.h:396:29: warning: Member variable 'VideoDeviceConfig::active' is not assigned a value in 'VideoDeviceConfig::operator='. [operatorEqVarError]
ekiga-4.0.1/lib/engine/videoinput/videoinput-gmconf-bridge.h:50:5: style: Class 'VideoInputCoreConfBridge' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ekiga-4.0.1/lib/engine/videoinput/videoinput-core.h:376:7: warning: The class 'VideoDeviceConfig' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
ekiga-4.0.1/lib/engine/videoinput/videoinput-gmconf-bridge.cpp:47:70: style: Function 'VideoInputCoreConfBridge' argument 1 names different: declaration 'service' definition '_service'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/videoinput/videoinput-gmconf-bridge.h:50:48: note: Function 'VideoInputCoreConfBridge' argument 1 names different: declaration 'service' definition '_service'.
ekiga-4.0.1/lib/engine/videoinput/videoinput-gmconf-bridge.cpp:47:70: note: Function 'VideoInputCoreConfBridge' argument 1 names different: declaration 'service' definition '_service'.
ekiga-4.0.1/lib/engine/videoinput/videoinput-gmconf-bridge.cpp:98:12: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/videoinput/videoinput-gmconf-bridge.cpp:63:65: performance: Function parameter 'key' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/engine/videooutput/videooutput-core.cpp:70:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/videooutput/videooutput-core.cpp:104:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/videooutput/videooutput-core.cpp:121:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/videooutput/videooutput-core.cpp:142:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/videooutput/videooutput-core.cpp:188:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/videooutput/videooutput-core.cpp:199:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/lib/engine/videooutput/videooutput-info.h:129:5: style: 'DisplayInfo::operator=' should return 'DisplayInfo &'. [operatorEq]
ekiga-4.0.1/lib/engine/videooutput/videooutput-info.h:114:7: performance: Variable 'gc' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ekiga-4.0.1/lib/engine/videooutput/videooutput-info.h:115:7: performance: Variable 'window' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ekiga-4.0.1/lib/engine/videooutput/videooutput-gmconf-bridge.h:50:5: style: Class 'VideoOutputCoreConfBridge' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ekiga-4.0.1/lib/engine/videooutput/videooutput-info.h:104:3: warning: The class 'DisplayInfo' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
ekiga-4.0.1/lib/engine/videooutput/videooutput-gmconf-bridge.cpp:47:72: style: Function 'VideoOutputCoreConfBridge' argument 1 names different: declaration 'service' definition '_service'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/engine/videooutput/videooutput-gmconf-bridge.h:50:49: note: Function 'VideoOutputCoreConfBridge' argument 1 names different: declaration 'service' definition '_service'.
ekiga-4.0.1/lib/engine/videooutput/videooutput-gmconf-bridge.cpp:47:72: note: Function 'VideoOutputCoreConfBridge' argument 1 names different: declaration 'service' definition '_service'.
ekiga-4.0.1/lib/engine/videooutput/videooutput-gmconf-bridge.cpp:63:66: performance: Function parameter 'key' should be passed by const reference. [passedByValue]
ekiga-4.0.1/lib/gmconf/gmconf-gconf.c:88:3: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gmconf/gmconf-gconf.c:84:0: note: Variable 'result' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-gconf.c:88:3: note: Variable 'result' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-gconf.c:116:3: style: Variable 'wrapper' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gmconf/gmconf-gconf.c:112:0: note: Variable 'wrapper' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-gconf.c:116:3: note: Variable 'wrapper' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-gconf.c:258:3: style: Variable 'gconf_entry' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gmconf/gmconf-gconf.c:254:0: note: Variable 'gconf_entry' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-gconf.c:258:3: note: Variable 'gconf_entry' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-gconf.c:289:3: style: Variable 'gconf_entry' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gmconf/gmconf-gconf.c:285:0: note: Variable 'gconf_entry' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-gconf.c:289:3: note: Variable 'gconf_entry' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-gconf.c:301:3: style: Variable 'gconf_entry' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gmconf/gmconf-gconf.c:297:0: note: Variable 'gconf_entry' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-gconf.c:301:3: note: Variable 'gconf_entry' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-gconf.c:316:3: style: Variable 'gconf_entry' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gmconf/gmconf-gconf.c:312:0: note: Variable 'gconf_entry' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-gconf.c:316:3: note: Variable 'gconf_entry' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-gconf.c:331:3: style: Variable 'gconf_entry' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gmconf/gmconf-gconf.c:327:0: note: Variable 'gconf_entry' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-gconf.c:331:3: note: Variable 'gconf_entry' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-gconf.c:348:3: style: Variable 'gconf_entry' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gmconf/gmconf-gconf.c:342:0: note: Variable 'gconf_entry' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-gconf.c:348:3: note: Variable 'gconf_entry' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-gconf.c:373:3: style: Variable 'wrapper' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gmconf/gmconf-gconf.c:368:0: note: Variable 'wrapper' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-gconf.c:373:3: note: Variable 'wrapper' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-gconf.c:379:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ekiga-4.0.1/lib/gmconf/gmconf-gconf.c:367:12: style: Variable 'result' is not assigned a value. [unassignedVariable]
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:307:3: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:305:0: note: Variable 'buffer' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:307:3: note: Variable 'buffer' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:309:3: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:304:0: note: Variable 'result' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:309:3: note: Variable 'result' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:322:3: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:317:0: note: Variable 'buffer' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:322:3: note: Variable 'buffer' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:385:3: style: Variable 'txt' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:375:0: note: Variable 'txt' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:385:3: note: Variable 'txt' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:445:3: style: Variable 'notifier' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:441:0: note: Variable 'notifier' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:445:3: note: Variable 'notifier' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:480:3: style: Variable 'entry' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:478:0: note: Variable 'entry' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:480:3: note: Variable 'entry' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:497:3: style: Variable 'entry' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:491:0: note: Variable 'entry' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:497:3: note: Variable 'entry' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:650:3: style: Variable 'entry' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:644:0: note: Variable 'entry' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:650:3: note: Variable 'entry' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:680:3: style: Variable 'notif' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:675:0: note: Variable 'notif' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:680:3: note: Variable 'notif' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:713:3: style: Variable 'db' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:711:0: note: Variable 'db' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:713:3: note: Variable 'db' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:747:3: style: Variable 'parser' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:743:0: note: Variable 'parser' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:747:3: note: Variable 'parser' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:769:3: style: Variable 'parser' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:765:0: note: Variable 'parser' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:769:3: note: Variable 'parser' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:791:3: style: Variable 'parser' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:787:0: note: Variable 'parser' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:791:3: note: Variable 'parser' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:852:3: style: Variable 'io' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:844:0: note: Variable 'io' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:852:3: note: Variable 'io' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:903:3: style: Variable 'entry' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:895:0: note: Variable 'entry' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:903:3: note: Variable 'entry' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:904:3: style: Variable 'io' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:896:0: note: Variable 'io' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:904:3: note: Variable 'io' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:979:3: style: Variable 'dirname' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:974:0: note: Variable 'dirname' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:979:3: note: Variable 'dirname' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:1019:3: style: Variable 'entry' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:1014:0: note: Variable 'entry' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:1019:3: note: Variable 'entry' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:1033:3: style: Variable 'entry' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:1028:0: note: Variable 'entry' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:1033:3: note: Variable 'entry' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:1054:3: style: Variable 'entry' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:1046:0: note: Variable 'entry' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:1054:3: note: Variable 'entry' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:1058:3: style: Variable 'key' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:1047:0: note: Variable 'key' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:1058:3: note: Variable 'key' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:1108:3: style: Variable 'filename' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:1103:0: note: Variable 'filename' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:1108:3: note: Variable 'filename' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:1109:3: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:1104:0: note: Variable 'result' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:1109:3: note: Variable 'result' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:1124:3: style: Variable 'filename' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:1119:0: note: Variable 'filename' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:1124:3: note: Variable 'filename' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:1125:3: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:1120:0: note: Variable 'result' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:1125:3: note: Variable 'result' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:1142:3: style: Variable 'user_conf' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:1140:0: note: Variable 'user_conf' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:1142:3: note: Variable 'user_conf' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:1181:3: style: Variable 'user_conf' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:1179:0: note: Variable 'user_conf' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:1181:3: note: Variable 'user_conf' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:1199:3: style: Variable 'entry' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:1194:0: note: Variable 'entry' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:1199:3: note: Variable 'entry' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:1283:3: style: Variable 'entry' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:1279:0: note: Variable 'entry' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:1283:3: note: Variable 'entry' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:1299:3: style: Variable 'entry' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:1295:0: note: Variable 'entry' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:1299:3: note: Variable 'entry' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:1315:3: style: Variable 'entry' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:1311:0: note: Variable 'entry' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:1315:3: note: Variable 'entry' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:1331:3: style: Variable 'entry' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:1327:0: note: Variable 'entry' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:1331:3: note: Variable 'entry' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:1347:3: style: Variable 'entry' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:1343:0: note: Variable 'entry' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:1347:3: note: Variable 'entry' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:1363:3: style: Variable 'entry' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:1359:0: note: Variable 'entry' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:1363:3: note: Variable 'entry' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:1379:3: style: Variable 'entry' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:1375:0: note: Variable 'entry' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:1379:3: note: Variable 'entry' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:1395:3: style: Variable 'entry' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:1391:0: note: Variable 'entry' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:1395:3: note: Variable 'entry' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:165:11: style: struct member '_NamespcWrapper::datalist' is never used. [unusedStructMember]
ekiga-4.0.1/lib/gmconf/gmconf-glib.c:166:16: style: struct member '_NamespcWrapper::namespc' is never used. [unusedStructMember]
ekiga-4.0.1/lib/gui/dialpad.c:162:12: style: The scope of the variable 'text' can be reduced. [variableScope]
ekiga-4.0.1/lib/gui/dxwindow.cpp:1038:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ekiga-4.0.1/lib/gui/dxwindow.cpp:1040:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ekiga-4.0.1/lib/gui/dxwindow.cpp:1156:7: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ekiga-4.0.1/lib/gui/dxwindow.cpp:1160:3: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ekiga-4.0.1/lib/gui/dxwindow.cpp:650:41: style: Function 'CopyFrameBackbuffer' argument 1 names different: declaration 'mainFrame' definition 'frame'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/gui/dxwindow.h:235:40: note: Function 'CopyFrameBackbuffer' argument 1 names different: declaration 'mainFrame' definition 'frame'.
ekiga-4.0.1/lib/gui/dxwindow.cpp:650:41: note: Function 'CopyFrameBackbuffer' argument 1 names different: declaration 'mainFrame' definition 'frame'.
ekiga-4.0.1/lib/gui/dxwindow.h:280:17: performance: Technically the member function 'DXWindow::ErrorMessage' can be static. [functionStatic]
ekiga-4.0.1/lib/gui/dxwindow.cpp:1021:11: note: Technically the member function 'DXWindow::ErrorMessage' can be static.
ekiga-4.0.1/lib/gui/dxwindow.h:280:17: note: Technically the member function 'DXWindow::ErrorMessage' can be static.
ekiga-4.0.1/lib/gui/dxwindow.h:287:17: performance: Technically the member function 'DXWindow::DDErrorMessage' can be static. [functionStatic]
ekiga-4.0.1/lib/gui/dxwindow.cpp:1047:11: note: Technically the member function 'DXWindow::DDErrorMessage' can be static.
ekiga-4.0.1/lib/gui/dxwindow.h:287:17: note: Technically the member function 'DXWindow::DDErrorMessage' can be static.
ekiga-4.0.1/lib/gui/gm-cell-renderer-bitext.c:136:3: style: Variable 'renderer' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gm-cell-renderer-bitext.c:133:0: note: Variable 'renderer' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gm-cell-renderer-bitext.c:136:3: note: Variable 'renderer' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gm-cell-renderer-bitext.c:137:3: style: Variable 'parent_class' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gm-cell-renderer-bitext.c:134:0: note: Variable 'parent_class' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gm-cell-renderer-bitext.c:137:3: note: Variable 'parent_class' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gm-cell-renderer-bitext.c:159:3: style: Variable 'renderer' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gm-cell-renderer-bitext.c:156:0: note: Variable 'renderer' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gm-cell-renderer-bitext.c:159:3: note: Variable 'renderer' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gm-cell-renderer-bitext.c:160:3: style: Variable 'parent_class' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gm-cell-renderer-bitext.c:157:0: note: Variable 'parent_class' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gm-cell-renderer-bitext.c:160:3: note: Variable 'parent_class' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gm-cell-renderer-bitext.c:176:3: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gm-cell-renderer-bitext.c:174:0: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gm-cell-renderer-bitext.c:176:3: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gm-cell-renderer-bitext.c:192:3: style: Variable 'renderer' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gm-cell-renderer-bitext.c:190:0: note: Variable 'renderer' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gm-cell-renderer-bitext.c:192:3: note: Variable 'renderer' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gm-cell-renderer-bitext.c:219:3: style: Variable 'renderer' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gm-cell-renderer-bitext.c:216:0: note: Variable 'renderer' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gm-cell-renderer-bitext.c:219:3: note: Variable 'renderer' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gm-cell-renderer-bitext.c:264:3: style: Variable 'gobject_class' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gm-cell-renderer-bitext.c:258:0: note: Variable 'gobject_class' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gm-cell-renderer-bitext.c:264:3: note: Variable 'gobject_class' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gm-cell-renderer-bitext.c:269:3: style: Variable 'spec' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gm-cell-renderer-bitext.c:260:0: note: Variable 'spec' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gm-cell-renderer-bitext.c:269:3: note: Variable 'spec' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gm-cell-renderer-bitext.c:285:3: style: Variable 'renderer_class' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gm-cell-renderer-bitext.c:259:0: note: Variable 'renderer_class' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gm-cell-renderer-bitext.c:285:3: note: Variable 'renderer_class' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gm-smiley-chooser-button.c:196:3: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gm-smiley-chooser-button.c:194:0: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gm-smiley-chooser-button.c:196:3: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gm-smiley-chooser-button.c:209:3: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gm-smiley-chooser-button.c:207:0: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gm-smiley-chooser-button.c:209:3: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gm-smiley-chooser-button.c:228:3: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gm-smiley-chooser-button.c:224:0: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gm-smiley-chooser-button.c:228:3: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gm-smiley-chooser-button.c:252:3: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gm-smiley-chooser-button.c:247:0: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gm-smiley-chooser-button.c:252:3: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gm-smiley-chooser-button.c:324:3: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gm-smiley-chooser-button.c:320:0: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gm-smiley-chooser-button.c:324:3: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gm-smiley-chooser-button.c:344:3: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gm-smiley-chooser-button.c:340:0: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gm-smiley-chooser-button.c:344:3: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gm-smiley-chooser-button.c:361:3: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gm-smiley-chooser-button.c:357:0: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gm-smiley-chooser-button.c:361:3: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gm-smiley-chooser-button.c:375:3: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gm-smiley-chooser-button.c:371:0: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gm-smiley-chooser-button.c:375:3: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gm-smiley-chooser-button.c:392:3: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gm-smiley-chooser-button.c:387:0: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gm-smiley-chooser-button.c:392:3: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gm-smiley-chooser-button.c:394:3: style: Variable 'smiley_characters' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gm-smiley-chooser-button.c:388:0: note: Variable 'smiley_characters' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gm-smiley-chooser-button.c:394:3: note: Variable 'smiley_characters' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gm-smiley-chooser-button.c:656:3: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gm-smiley-chooser-button.c:653:0: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gm-smiley-chooser-button.c:656:3: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gm-smiley-chooser-button.c:661:3: style: Variable 'widget' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gm-smiley-chooser-button.c:654:0: note: Variable 'widget' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gm-smiley-chooser-button.c:661:3: note: Variable 'widget' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gm-text-anchored-tag.c:81:3: style: Variable 'found' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gm-text-anchored-tag.c:79:0: note: Variable 'found' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gm-text-anchored-tag.c:81:3: note: Variable 'found' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gm-text-anchored-tag.c:180:3: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gm-text-anchored-tag.c:176:0: note: Variable 'result' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gm-text-anchored-tag.c:180:3: note: Variable 'result' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gm-text-buffer-enhancer.c:57:3: style: Variable 'gobject_class' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gm-text-buffer-enhancer.c:53:0: note: Variable 'gobject_class' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gm-text-buffer-enhancer.c:57:3: note: Variable 'gobject_class' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gm-text-buffer-enhancer.c:109:3: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gm-text-buffer-enhancer.c:104:0: note: Variable 'result' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gm-text-buffer-enhancer.c:109:3: note: Variable 'result' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gm-text-buffer-enhancer.c:112:3: style: Variable 'priv' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gm-text-buffer-enhancer.c:105:0: note: Variable 'priv' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gm-text-buffer-enhancer.c:112:3: note: Variable 'priv' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gm-text-buffer-enhancer.c:128:3: style: Variable 'priv' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gm-text-buffer-enhancer.c:123:0: note: Variable 'priv' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gm-text-buffer-enhancer.c:128:3: note: Variable 'priv' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gm-text-buffer-enhancer.c:158:3: style: Variable 'priv' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gm-text-buffer-enhancer.c:139:0: note: Variable 'priv' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gm-text-buffer-enhancer.c:158:3: note: Variable 'priv' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gm-text-extlink.c:108:3: style: Variable 'lnk' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gm-text-extlink.c:106:0: note: Variable 'lnk' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gm-text-extlink.c:108:3: note: Variable 'lnk' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gm-text-extlink.c:186:3: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gm-text-extlink.c:182:0: note: Variable 'result' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gm-text-extlink.c:186:3: note: Variable 'result' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gm-text-smiley.c:130:3: style: Variable 'smiley' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gm-text-smiley.c:125:0: note: Variable 'smiley' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gm-text-smiley.c:130:3: note: Variable 'smiley' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmcallbacks.c:189:3: style: Variable 'success' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmcallbacks.c:187:0: note: Variable 'success' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmcallbacks.c:189:3: note: Variable 'success' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmcellrendererexpander.c:455:59: style: Function 'gm_cell_renderer_expander_activate' argument 4 names different: declaration 'path' definition 'path_string'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/gui/gmcellrendererexpander.c:65:90: note: Function 'gm_cell_renderer_expander_activate' argument 4 names different: declaration 'path' definition 'path_string'.
ekiga-4.0.1/lib/gui/gmcellrendererexpander.c:455:59: note: Function 'gm_cell_renderer_expander_activate' argument 4 names different: declaration 'path' definition 'path_string'.
ekiga-4.0.1/lib/gui/gmconfwidgets.c:78:3: style: Variable 'key' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmconfwidgets.c:75:0: note: Variable 'key' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmconfwidgets.c:78:3: note: Variable 'key' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmconfwidgets.c:80:3: style: Variable 'current_value' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmconfwidgets.c:76:0: note: Variable 'current_value' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmconfwidgets.c:80:3: note: Variable 'current_value' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmconfwidgets.c:154:3: style: Variable 'key' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmconfwidgets.c:152:0: note: Variable 'key' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmconfwidgets.c:154:3: note: Variable 'key' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmconfwidgets.c:212:3: style: Variable 'key' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmconfwidgets.c:210:0: note: Variable 'key' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmconfwidgets.c:212:3: note: Variable 'key' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmconfwidgets.c:264:3: style: Variable 'key' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmconfwidgets.c:260:0: note: Variable 'key' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmconfwidgets.c:264:3: note: Variable 'key' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmconfwidgets.c:328:3: style: Variable 'key' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmconfwidgets.c:326:0: note: Variable 'key' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmconfwidgets.c:328:3: note: Variable 'key' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmconfwidgets.c:330:3: style: Variable 'model' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmconfwidgets.c:321:0: note: Variable 'model' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmconfwidgets.c:330:3: note: Variable 'model' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmconfwidgets.c:357:7: style: The scope of the variable 'cpt' can be reduced. [variableScope]
ekiga-4.0.1/lib/gui/gmconfwidgets.c:358:7: style: The scope of the variable 'count' can be reduced. [variableScope]
ekiga-4.0.1/lib/gui/gmdialog.c:150:3: style: Variable 'children' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmdialog.c:148:0: note: Variable 'children' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmdialog.c:150:3: note: Variable 'children' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmdialog.c:180:3: style: Variable 'dialog' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmdialog.c:175:0: note: Variable 'dialog' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmdialog.c:180:3: note: Variable 'dialog' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmdialog.c:201:3: style: Variable 'dialog' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmdialog.c:196:0: note: Variable 'dialog' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmdialog.c:201:3: note: Variable 'dialog' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmdialog.c:222:3: style: Variable 'dialog' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmdialog.c:217:0: note: Variable 'dialog' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmdialog.c:222:3: note: Variable 'dialog' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmdialog.c:250:3: style: Variable 'primary_text' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmdialog.c:241:0: note: Variable 'primary_text' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmdialog.c:250:3: note: Variable 'primary_text' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmdialog.c:318:3: style: Variable 'do_not_show' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmdialog.c:311:0: note: Variable 'do_not_show' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmdialog.c:318:3: note: Variable 'do_not_show' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmdialog.c:396:3: style: Variable 'primary_text' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmdialog.c:392:0: note: Variable 'primary_text' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmdialog.c:396:3: note: Variable 'primary_text' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmentrydialog.c:78:3: style: Variable 'hbox' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmentrydialog.c:68:0: note: Variable 'hbox' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmentrydialog.c:78:3: note: Variable 'hbox' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmentrydialog.c:99:3: style: Variable 'ed' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmentrydialog.c:97:0: note: Variable 'ed' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmentrydialog.c:99:3: note: Variable 'ed' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmlevelmeter.c:146:3: style: Variable 'lm' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmlevelmeter.c:142:0: note: Variable 'lm' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmlevelmeter.c:146:3: note: Variable 'lm' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmlevelmeter.c:307:3: style: Variable 'gc' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmlevelmeter.c:298:0: note: Variable 'gc' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmlevelmeter.c:307:3: note: Variable 'gc' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmlevelmeter.c:310:3: style: Variable 'borders' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmlevelmeter.c:299:0: note: Variable 'borders' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmlevelmeter.c:310:3: note: Variable 'borders' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmlevelmeter.c:381:3: style: Variable 'lm' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmlevelmeter.c:372:0: note: Variable 'lm' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmlevelmeter.c:381:3: note: Variable 'lm' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmlevelmeter.c:588:3: style: Variable 'lm' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmlevelmeter.c:584:0: note: Variable 'lm' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmlevelmeter.c:588:3: note: Variable 'lm' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmlevelmeter.c:178:41: style: Function 'gm_level_meter_set_level' argument 1 names different: declaration 'meter' definition 'lm'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/gui/gmlevelmeter.h:86:46: note: Function 'gm_level_meter_set_level' argument 1 names different: declaration 'meter' definition 'lm'.
ekiga-4.0.1/lib/gui/gmlevelmeter.c:178:41: note: Function 'gm_level_meter_set_level' argument 1 names different: declaration 'meter' definition 'lm'.
ekiga-4.0.1/lib/gui/gmlevelmeter.c:192:37: style: Function 'gm_level_meter_clear' argument 1 names different: declaration 'meter' definition 'lm'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/gui/gmlevelmeter.h:93:42: note: Function 'gm_level_meter_clear' argument 1 names different: declaration 'meter' definition 'lm'.
ekiga-4.0.1/lib/gui/gmlevelmeter.c:192:37: note: Function 'gm_level_meter_clear' argument 1 names different: declaration 'meter' definition 'lm'.
ekiga-4.0.1/lib/gui/gmmenuaddon.c:78:3: style: Variable 'show_icons' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmmenuaddon.c:74:0: note: Variable 'show_icons' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmmenuaddon.c:78:3: note: Variable 'show_icons' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmmenuaddon.c:132:3: style: Variable 'statusbar' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmmenuaddon.c:123:0: note: Variable 'statusbar' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmmenuaddon.c:132:3: note: Variable 'statusbar' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmmenuaddon.c:184:3: style: Variable 'group' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmmenuaddon.c:177:0: note: Variable 'group' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmmenuaddon.c:184:3: note: Variable 'group' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmmenuaddon.c:235:3: style: Variable 'show_icons' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmmenuaddon.c:233:0: note: Variable 'show_icons' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmmenuaddon.c:235:3: note: Variable 'show_icons' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmmenuaddon.c:409:3: style: Variable 'popup_menu_widget' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmmenuaddon.c:408:0: note: Variable 'popup_menu_widget' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmmenuaddon.c:409:3: note: Variable 'popup_menu_widget' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmmenuaddon.c:436:3: style: Variable 'menu_item' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmmenuaddon.c:432:0: note: Variable 'menu_item' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmmenuaddon.c:436:3: note: Variable 'menu_item' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmmenuaddon.c:455:3: style: Variable 'menu_item' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmmenuaddon.c:448:0: note: Variable 'menu_item' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmmenuaddon.c:455:3: note: Variable 'menu_item' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmmenuaddon.c:456:3: style: Variable 'menu_entry' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmmenuaddon.c:449:0: note: Variable 'menu_entry' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmmenuaddon.c:456:3: note: Variable 'menu_entry' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmmenuaddon.c:499:3: style: Variable 'widget' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmmenuaddon.c:492:0: note: Variable 'widget' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmmenuaddon.c:499:3: note: Variable 'widget' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmmenuaddon.c:532:3: style: Variable 'group' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmmenuaddon.c:525:0: note: Variable 'group' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmmenuaddon.c:532:3: note: Variable 'group' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmmenuaddon.c:566:3: style: Variable 'menu_entry' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmmenuaddon.c:562:0: note: Variable 'menu_entry' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmmenuaddon.c:566:3: note: Variable 'menu_entry' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmmenuaddon.c:458:17: style: Same expression on both sides of '&&'. [duplicateExpression]
ekiga-4.0.1/lib/gui/gmmenuaddon.c:94:19: style: The scope of the variable 'event_button' can be reduced. [variableScope]
ekiga-4.0.1/lib/gui/gmmenuaddon.c:128:7: style: The scope of the variable 'len' can be reduced. [variableScope]
ekiga-4.0.1/lib/gui/gmmenuaddon.c:129:7: style: The scope of the variable 'i' can be reduced. [variableScope]
ekiga-4.0.1/lib/gui/gmmenuaddon.c:180:7: style: The scope of the variable 'active' can be reduced. [variableScope]
ekiga-4.0.1/lib/gui/gmmenuaddon.c:451:7: style: The scope of the variable 'i' can be reduced. [variableScope]
ekiga-4.0.1/lib/gui/gmmenuaddon.c:490:15: style: Function 'gtk_radio_menu_select_with_id' argument 3 names different: declaration 'i' definition 'active'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/gui/gmmenuaddon.h:186:13: note: Function 'gtk_radio_menu_select_with_id' argument 3 names different: declaration 'i' definition 'active'.
ekiga-4.0.1/lib/gui/gmmenuaddon.c:490:15: note: Function 'gtk_radio_menu_select_with_id' argument 3 names different: declaration 'i' definition 'active'.
ekiga-4.0.1/lib/gui/gmpowermeter.c:154:3: style: Variable 'tmp_xmp' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmpowermeter.c:130:0: note: Variable 'tmp_xmp' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmpowermeter.c:154:3: note: Variable 'tmp_xmp' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmpreferences.c:124:3: style: Variable 'writable' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmpreferences.c:122:0: note: Variable 'writable' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmpreferences.c:124:3: note: Variable 'writable' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmpreferences.c:212:3: style: Variable 'writable' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmpreferences.c:209:0: note: Variable 'writable' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmpreferences.c:212:3: note: Variable 'writable' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmpreferences.c:219:3: style: Variable 'toggle' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmpreferences.c:208:0: note: Variable 'toggle' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmpreferences.c:219:3: note: Variable 'toggle' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmpreferences.c:265:3: style: Variable 'writable' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmpreferences.c:263:0: note: Variable 'writable' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmpreferences.c:265:3: note: Variable 'writable' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmpreferences.c:267:3: style: Variable 'hbox' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmpreferences.c:258:0: note: Variable 'hbox' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmpreferences.c:267:3: note: Variable 'hbox' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmpreferences.c:269:3: style: Variable 'label' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmpreferences.c:260:0: note: Variable 'label' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmpreferences.c:269:3: note: Variable 'label' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmpreferences.c:343:3: style: Variable 'writable' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmpreferences.c:341:0: note: Variable 'writable' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmpreferences.c:343:3: note: Variable 'writable' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmpreferences.c:449:3: style: Variable 'writable' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmpreferences.c:441:0: note: Variable 'writable' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmpreferences.c:449:3: note: Variable 'writable' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmpreferences.c:454:3: style: Variable 'hbox' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmpreferences.c:442:0: note: Variable 'hbox' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmpreferences.c:454:3: note: Variable 'hbox' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmpreferences.c:455:3: style: Variable 'label' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmpreferences.c:447:0: note: Variable 'label' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmpreferences.c:455:3: note: Variable 'label' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmpreferences.c:545:3: style: Variable 'writable' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmpreferences.c:540:0: note: Variable 'writable' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmpreferences.c:545:3: note: Variable 'writable' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmpreferences.c:547:3: style: Variable 'label' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmpreferences.c:533:0: note: Variable 'label' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmpreferences.c:547:3: note: Variable 'label' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmpreferences.c:631:3: style: Variable 'writable' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmpreferences.c:626:0: note: Variable 'writable' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmpreferences.c:631:3: note: Variable 'writable' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmpreferences.c:633:3: style: Variable 'label' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmpreferences.c:618:0: note: Variable 'label' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmpreferences.c:633:3: note: Variable 'label' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmpreferences.c:961:3: style: Variable 'window' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmpreferences.c:944:0: note: Variable 'window' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmpreferences.c:961:3: note: Variable 'window' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmpreferences.c:963:3: style: Variable 'gpw' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmpreferences.c:937:0: note: Variable 'gpw' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmpreferences.c:963:3: note: Variable 'gpw' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmpreferences.c:976:3: style: Variable 'pixmap' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmpreferences.c:949:0: note: Variable 'pixmap' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmpreferences.c:976:3: note: Variable 'pixmap' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmpreferences.c:978:3: style: Variable 'event_box' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmpreferences.c:945:0: note: Variable 'event_box' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmpreferences.c:978:3: note: Variable 'event_box' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmpreferences.c:993:3: style: Variable 'dialog_vbox' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmpreferences.c:958:0: note: Variable 'dialog_vbox' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmpreferences.c:993:3: note: Variable 'dialog_vbox' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmpreferences.c:995:3: style: Variable 'hbox' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmpreferences.c:946:0: note: Variable 'hbox' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmpreferences.c:995:3: note: Variable 'hbox' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmpreferences.c:1001:3: style: Variable 'frame' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmpreferences.c:948:0: note: Variable 'frame' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmpreferences.c:1001:3: note: Variable 'frame' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmpreferences.c:1004:3: style: Variable 'model' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmpreferences.c:941:0: note: Variable 'model' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmpreferences.c:1004:3: note: Variable 'model' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmpreferences.c:1008:3: style: Variable 'selection' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmpreferences.c:939:0: note: Variable 'selection' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmpreferences.c:1008:3: note: Variable 'selection' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmpreferences.c:1013:3: style: Variable 'cell' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmpreferences.c:940:0: note: Variable 'cell' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmpreferences.c:1013:3: note: Variable 'cell' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmpreferences.c:1015:3: style: Variable 'column' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmpreferences.c:942:0: note: Variable 'column' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmpreferences.c:1015:3: note: Variable 'column' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmpreferences.c:1030:3: style: Variable 'vbox' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmpreferences.c:947:0: note: Variable 'vbox' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmpreferences.c:1030:3: note: Variable 'vbox' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmpreferences.c:1042:3: style: Variable 'attrs' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmpreferences.c:954:0: note: Variable 'attrs' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmpreferences.c:1042:3: note: Variable 'attrs' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmpreferences.c:1043:3: style: Variable 'attr' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmpreferences.c:955:0: note: Variable 'attr' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmpreferences.c:1043:3: note: Variable 'attr' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmpreferences.c:1055:3: style: Variable 'hsep' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmpreferences.c:950:0: note: Variable 'hsep' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmpreferences.c:1055:3: note: Variable 'hsep' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmpreferences.c:838:7: style: The scope of the variable 'cpt' can be reduced. [variableScope]
ekiga-4.0.1/lib/gui/gmstatusbar.c:158:3: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmstatusbar.c:156:0: note: Variable 'result' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmstatusbar.c:158:3: note: Variable 'result' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmwindow.c:100:3: style: Variable 'window' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmwindow.c:98:0: note: Variable 'window' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmwindow.c:100:3: note: Variable 'window' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmwindow.c:117:3: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmwindow.c:115:0: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmwindow.c:117:3: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmwindow.c:150:3: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmwindow.c:147:0: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmwindow.c:150:3: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmwindow.c:194:3: style: Variable 'spec' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmwindow.c:186:0: note: Variable 'spec' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmwindow.c:194:3: note: Variable 'spec' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmwindow.c:254:3: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmwindow.c:252:0: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmwindow.c:254:3: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmwindow.c:280:3: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmwindow.c:272:0: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmwindow.c:280:3: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmwindow.c:284:3: style: Variable 'conf_key_position' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmwindow.c:275:0: note: Variable 'conf_key_position' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmwindow.c:284:3: note: Variable 'conf_key_position' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmwindow.c:286:3: style: Variable 'conf_key_size' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmwindow.c:274:0: note: Variable 'conf_key_size' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmwindow.c:286:3: note: Variable 'conf_key_size' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmwindow.c:344:3: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmwindow.c:335:0: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmwindow.c:344:3: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmwindow.c:348:3: style: Variable 'conf_key_position' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmwindow.c:338:0: note: Variable 'conf_key_position' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmwindow.c:348:3: note: Variable 'conf_key_position' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmwindow.c:350:3: style: Variable 'conf_key_size' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmwindow.c:337:0: note: Variable 'conf_key_size' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmwindow.c:350:3: note: Variable 'conf_key_size' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmwindow.c:353:3: style: Variable 'position' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmwindow.c:340:0: note: Variable 'position' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmwindow.c:353:3: note: Variable 'position' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmwindow.c:423:3: style: Variable 'conf_key_size' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmwindow.c:417:0: note: Variable 'conf_key_size' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmwindow.c:423:3: note: Variable 'conf_key_size' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmwindow.c:424:3: style: Variable 'size' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmwindow.c:418:0: note: Variable 'size' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmwindow.c:424:3: note: Variable 'size' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmwindow.c:573:3: style: Variable 'window_name' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmwindow.c:565:0: note: Variable 'window_name' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmwindow.c:573:3: note: Variable 'window_name' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmwindow.c:577:3: style: Variable 'conf_key_position' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmwindow.c:567:0: note: Variable 'conf_key_position' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmwindow.c:577:3: note: Variable 'conf_key_position' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmwindow.c:579:3: style: Variable 'conf_key_size' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/gmwindow.c:566:0: note: Variable 'conf_key_size' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmwindow.c:579:3: note: Variable 'conf_key_size' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/gmwindow.c:487:7: style: The scope of the variable 'x' can be reduced. [variableScope]
ekiga-4.0.1/lib/gui/gmwindow.c:488:7: style: The scope of the variable 'y' can be reduced. [variableScope]
ekiga-4.0.1/lib/gui/gmwindow.c:370:39: style: Function 'gm_window_configure_event' argument 1 names different: declaration 'widget' definition 'self'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/gui/gmwindow.c:87:39: note: Function 'gm_window_configure_event' argument 1 names different: declaration 'widget' definition 'self'.
ekiga-4.0.1/lib/gui/gmwindow.c:370:39: note: Function 'gm_window_configure_event' argument 1 names different: declaration 'widget' definition 'self'.
ekiga-4.0.1/lib/gui/gmwindow.c:413:31: style: Function 'gm_window_get_size' argument 1 names different: declaration 'window' definition 'self'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/gui/gmwindow.h:97:36: note: Function 'gm_window_get_size' argument 1 names different: declaration 'window' definition 'self'.
ekiga-4.0.1/lib/gui/gmwindow.c:413:31: note: Function 'gm_window_get_size' argument 1 names different: declaration 'window' definition 'self'.
ekiga-4.0.1/lib/gui/gmwindow.c:460:19: style: Function 'gm_window_set_hide_on_escape' argument 2 names different: declaration 'hide_on_escape' definition 'hide_on_esc'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/gui/gmwindow.h:117:45: note: Function 'gm_window_set_hide_on_escape' argument 2 names different: declaration 'hide_on_escape' definition 'hide_on_esc'.
ekiga-4.0.1/lib/gui/gmwindow.c:460:19: note: Function 'gm_window_set_hide_on_escape' argument 2 names different: declaration 'hide_on_escape' definition 'hide_on_esc'.
ekiga-4.0.1/lib/gui/gmwindow.c:478:34: style: Function 'gm_window_is_visible' argument 1 names different: declaration 'window' definition 'w'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/gui/gmwindow.h:127:43: note: Function 'gm_window_is_visible' argument 1 names different: declaration 'window' definition 'w'.
ekiga-4.0.1/lib/gui/gmwindow.c:478:34: note: Function 'gm_window_is_visible' argument 1 names different: declaration 'window' definition 'w'.
ekiga-4.0.1/lib/gui/gmwindow.c:485:28: style: Function 'gm_window_show' argument 1 names different: declaration 'window' definition 'w'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/gui/gmwindow.h:132:33: note: Function 'gm_window_show' argument 1 names different: declaration 'window' definition 'w'.
ekiga-4.0.1/lib/gui/gmwindow.c:485:28: note: Function 'gm_window_show' argument 1 names different: declaration 'window' definition 'w'.
ekiga-4.0.1/lib/gui/gmwindow.c:560:28: style: Function 'gm_window_hide' argument 1 names different: declaration 'window' definition 'w'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/gui/gmwindow.h:137:33: note: Function 'gm_window_hide' argument 1 names different: declaration 'window' definition 'w'.
ekiga-4.0.1/lib/gui/gmwindow.c:560:28: note: Function 'gm_window_hide' argument 1 names different: declaration 'window' definition 'w'.
ekiga-4.0.1/lib/gui/xvwindow.cpp:392:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ekiga-4.0.1/lib/gui/xvwindow.cpp:553:7: style: The scope of the variable 'i' can be reduced. [variableScope]
ekiga-4.0.1/lib/gui/xvwindow.cpp:116:24: style: Function 'Init' argument 2 names different: declaration 'xvWindow' definition 'rootWindow'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/gui/xvwindow.h:84:20: note: Function 'Init' argument 2 names different: declaration 'xvWindow' definition 'rootWindow'.
ekiga-4.0.1/lib/gui/xvwindow.cpp:116:24: note: Function 'Init' argument 2 names different: declaration 'xvWindow' definition 'rootWindow'.
ekiga-4.0.1/lib/gui/xvwindow.h:83:15: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/lib/gui/xwindow.h:80:15: note: Virtual function in base class
ekiga-4.0.1/lib/gui/xvwindow.h:83:15: note: Function in derived class
ekiga-4.0.1/lib/gui/xvwindow.h:93:16: style: The function 'PutFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/lib/gui/xwindow.h:90:16: note: Virtual function in base class
ekiga-4.0.1/lib/gui/xvwindow.h:93:16: note: Function in derived class
ekiga-4.0.1/lib/gui/xvwindow.h:97:16: style: The function 'Sync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/lib/gui/xwindow.h:96:16: note: Virtual function in base class
ekiga-4.0.1/lib/gui/xvwindow.h:97:16: note: Function in derived class
ekiga-4.0.1/lib/gui/xvwindow.h:111:16: style: The function 'SetSizeHints' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/lib/gui/xwindow.h:233:16: note: Virtual function in base class
ekiga-4.0.1/lib/gui/xvwindow.h:111:16: note: Function in derived class
ekiga-4.0.1/lib/gui/xvwindow.h:140:16: style: The function 'checkDepth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/lib/gui/xwindow.h:257:16: note: Virtual function in base class
ekiga-4.0.1/lib/gui/xvwindow.h:140:16: note: Function in derived class
ekiga-4.0.1/lib/gui/xwindow.cpp:603:3: style: Variable 'decoration' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/lib/gui/xwindow.cpp:601:0: note: Variable 'decoration' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/xwindow.cpp:603:3: note: Variable 'decoration' is reassigned a value before the old one has been used.
ekiga-4.0.1/lib/gui/xwindow.cpp:780:23: style: The scope of the variable 'oldDecor' can be reduced. [variableScope]
ekiga-4.0.1/lib/gui/xwindow.cpp:781:23: style: The scope of the variable 'oldFuncs' can be reduced. [variableScope]
ekiga-4.0.1/lib/gui/xwindow.cpp:834:7: style: The scope of the variable 'metacityHack' can be reduced. [variableScope]
ekiga-4.0.1/lib/gui/xwindow.cpp:1167:9: style: The scope of the variable 'i' can be reduced. [variableScope]
ekiga-4.0.1/lib/gui/xwindow.cpp:183:24: style: Function 'Init' argument 2 names different: declaration 'xvWindow' definition 'rootWindow'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/gui/xwindow.h:81:20: note: Function 'Init' argument 2 names different: declaration 'xvWindow' definition 'rootWindow'.
ekiga-4.0.1/lib/gui/xwindow.cpp:183:24: note: Function 'Init' argument 2 names different: declaration 'xvWindow' definition 'rootWindow'.
ekiga-4.0.1/lib/gui/xwindow.cpp:950:29: style: Function 'CalculateSize' argument 1 names different: declaration 'width' definition 'windowWidth'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/gui/xwindow.h:229:35: note: Function 'CalculateSize' argument 1 names different: declaration 'width' definition 'windowWidth'.
ekiga-4.0.1/lib/gui/xwindow.cpp:950:29: note: Function 'CalculateSize' argument 1 names different: declaration 'width' definition 'windowWidth'.
ekiga-4.0.1/lib/gui/xwindow.cpp:951:29: style: Function 'CalculateSize' argument 2 names different: declaration 'height' definition 'windowHeight'. [funcArgNamesDifferent]
ekiga-4.0.1/lib/gui/xwindow.h:230:35: note: Function 'CalculateSize' argument 2 names different: declaration 'height' definition 'windowHeight'.
ekiga-4.0.1/lib/gui/xwindow.cpp:951:29: note: Function 'CalculateSize' argument 2 names different: declaration 'height' definition 'windowHeight'.
ekiga-4.0.1/lib/gui/xwindow.cpp:542:14: style: Boolean variable 'fullscreen' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
ekiga-4.0.1/lib/gui/xwindow.h:268:16: style: Unused private function: 'XWindow::DumpVisuals' [unusedPrivateFunction]
ekiga-4.0.1/lib/gui/xwindow.cpp:102:3: performance: Variable '_rootWindow' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ekiga-4.0.1/lib/gui/xwindow.cpp:103:3: performance: Variable '_XWindow' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ekiga-4.0.1/lib/gui/xwindow.cpp:104:3: performance: Variable '_gc' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ekiga-4.0.1/lib/pixops/pixops.c:93:7: style: The scope of the variable 'x' can be reduced. [variableScope]
ekiga-4.0.1/lib/pixops/pixops.c:96:35: style: The scope of the variable 'y_pos' can be reduced. [variableScope]
ekiga-4.0.1/lib/pixops/pixops.c:190:7: style: The scope of the variable 'x' can be reduced. [variableScope]
ekiga-4.0.1/lib/pixops/pixops.c:193:7: style: The scope of the variable 'xmax' can be reduced. [variableScope]
ekiga-4.0.1/lib/pixops/pixops.c:193:13: style: The scope of the variable 'xstart' can be reduced. [variableScope]
ekiga-4.0.1/lib/pixops/pixops.c:193:21: style: The scope of the variable 'xstop' can be reduced. [variableScope]
ekiga-4.0.1/lib/pixops/pixops.c:193:28: style: The scope of the variable 'x_pos' can be reduced. [variableScope]
ekiga-4.0.1/lib/pixops/pixops.c:193:35: style: The scope of the variable 'y_pos' can be reduced. [variableScope]
ekiga-4.0.1/lib/pixops/pixops.c:279:10: style: The scope of the variable 'j' can be reduced. [variableScope]
ekiga-4.0.1/lib/pixops/pixops.c:280:7: style: The scope of the variable 'x' can be reduced. [variableScope]
ekiga-4.0.1/lib/pixops/pixops.c:285:7: style: The scope of the variable 'xmax' can be reduced. [variableScope]
ekiga-4.0.1/lib/pixops/pixops.c:285:13: style: The scope of the variable 'xstart' can be reduced. [variableScope]
ekiga-4.0.1/lib/pixops/pixops.c:285:21: style: The scope of the variable 'xstop' can be reduced. [variableScope]
ekiga-4.0.1/lib/pixops/pixops.c:285:28: style: The scope of the variable 'x_pos' can be reduced. [variableScope]
ekiga-4.0.1/lib/pixops/pixops.c:285:35: style: The scope of the variable 'y_pos' can be reduced. [variableScope]
ekiga-4.0.1/lib/pixops/pixops.c:1113:7: style: The scope of the variable 'remaining' can be reduced. [variableScope]
ekiga-4.0.1/lib/pixops/pixops.c:1113:18: style: The scope of the variable 'c' can be reduced. [variableScope]
ekiga-4.0.1/lib/pixops/pixops.c:1113:21: style: The scope of the variable 'd' can be reduced. [variableScope]
ekiga-4.0.1/lib/pixops/pixops.c:1113:24: style: The scope of the variable 'i' can be reduced. [variableScope]
ekiga-4.0.1/lib/pixops/pixops.c:1192:7: style: The scope of the variable 'x' can be reduced. [variableScope]
ekiga-4.0.1/lib/toolbox.c:77:15: style: Variable 'success' is assigned a value that is never used. [unreadVariable]
ekiga-4.0.1/plugins/avahi/avahi-heap.h:67:5: style: Class 'Heap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ekiga-4.0.1/plugins/avahi/avahi-cluster.h:60:5: style: Class 'Cluster' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ekiga-4.0.1/plugins/avahi/avahi-heap.h:75:53: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/avahi/avahi-heap.h:116:23: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/avahi/avahi-heap.cpp:257:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
ekiga-4.0.1/plugins/avahi/avahi-heap.cpp:102:3: style: Variable 'poll_api' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/avahi/avahi-heap.cpp:93:0: note: Variable 'poll_api' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/avahi/avahi-heap.cpp:102:3: note: Variable 'poll_api' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/avahi/avahi-heap.cpp:370:7: style: Variable 'broken' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/avahi/avahi-heap.cpp:369:0: note: Variable 'broken' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/avahi/avahi-heap.cpp:370:7: note: Variable 'broken' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/avahi/avahi-heap.cpp:146:43: style: Function 'ClientCallback' argument 1 names different: declaration 'client' definition '_client'. [funcArgNamesDifferent]
ekiga-4.0.1/plugins/avahi/avahi-heap.h:84:39: note: Function 'ClientCallback' argument 1 names different: declaration 'client' definition '_client'.
ekiga-4.0.1/plugins/avahi/avahi-heap.cpp:146:43: note: Function 'ClientCallback' argument 1 names different: declaration 'client' definition '_client'.
ekiga-4.0.1/plugins/avahi/avahi-heap.cpp:297:54: style: Function 'ResolverCallback' argument 1 names different: declaration '_resolver' definition 'resolver'. [funcArgNamesDifferent]
ekiga-4.0.1/plugins/avahi/avahi-heap.h:96:50: note: Function 'ResolverCallback' argument 1 names different: declaration '_resolver' definition 'resolver'.
ekiga-4.0.1/plugins/avahi/avahi-heap.cpp:297:54: note: Function 'ResolverCallback' argument 1 names different: declaration '_resolver' definition 'resolver'.
ekiga-4.0.1/plugins/avahi/avahi-heap.cpp:301:24: style: Function 'ResolverCallback' argument 5 names different: declaration 'name' definition 'name_'. [funcArgNamesDifferent]
ekiga-4.0.1/plugins/avahi/avahi-heap.h:100:19: note: Function 'ResolverCallback' argument 5 names different: declaration 'name' definition 'name_'.
ekiga-4.0.1/plugins/avahi/avahi-heap.cpp:301:24: note: Function 'ResolverCallback' argument 5 names different: declaration 'name' definition 'name_'.
ekiga-4.0.1/plugins/avahi/avahi-heap.cpp:302:24: style: Function 'ResolverCallback' argument 6 names different: declaration 'type' definition 'typ'. [funcArgNamesDifferent]
ekiga-4.0.1/plugins/avahi/avahi-heap.h:101:19: note: Function 'ResolverCallback' argument 6 names different: declaration 'type' definition 'typ'.
ekiga-4.0.1/plugins/avahi/avahi-heap.cpp:302:24: note: Function 'ResolverCallback' argument 6 names different: declaration 'type' definition 'typ'.
ekiga-4.0.1/plugins/avahi/avahi-heap.cpp:272:3: style: Class 'resolver_callback_helper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ekiga-4.0.1/plugins/avahi/avahi-heap.cpp:272:47: performance: Function parameter 'name_' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/avahi/avahi-publisher.cpp:98:5: style: Variable 'txt_record' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/avahi/avahi-publisher.cpp:96:0: note: Variable 'txt_record' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/avahi/avahi-publisher.cpp:98:5: note: Variable 'txt_record' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/avahi/avahi-publisher.cpp:114:7: style: Variable 'typ' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/avahi/avahi-publisher.cpp:112:0: note: Variable 'typ' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/avahi/avahi-publisher.cpp:114:7: note: Variable 'typ' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/avahi/avahi-publisher.cpp:217:5: style: Variable 'new_name' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/avahi/avahi-publisher.cpp:215:0: note: Variable 'new_name' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/avahi/avahi-publisher.cpp:217:5: note: Variable 'new_name' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/avahi/avahi-publisher.cpp:260:5: style: Variable 'typ' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/avahi/avahi-publisher.cpp:258:0: note: Variable 'typ' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/avahi/avahi-publisher.cpp:260:5: note: Variable 'typ' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/avahi/avahi-publisher.cpp:68:66: style: Function 'PresencePublisher' argument 1 names different: declaration 'core' definition 'core_'. [funcArgNamesDifferent]
ekiga-4.0.1/plugins/avahi/avahi-publisher.h:63:44: note: Function 'PresencePublisher' argument 1 names different: declaration 'core' definition 'core_'.
ekiga-4.0.1/plugins/avahi/avahi-publisher.cpp:68:66: note: Function 'PresencePublisher' argument 1 names different: declaration 'core' definition 'core_'.
ekiga-4.0.1/plugins/avahi/avahi-publisher.cpp:69:35: style: Function 'PresencePublisher' argument 2 names different: declaration 'details' definition 'details_'. [funcArgNamesDifferent]
ekiga-4.0.1/plugins/avahi/avahi-publisher.h:64:34: note: Function 'PresencePublisher' argument 2 names different: declaration 'details' definition 'details_'.
ekiga-4.0.1/plugins/avahi/avahi-publisher.cpp:69:35: note: Function 'PresencePublisher' argument 2 names different: declaration 'details' definition 'details_'.
ekiga-4.0.1/plugins/avahi/avahi-publisher.cpp:70:28: style: Function 'PresencePublisher' argument 3 names different: declaration 'call_core' definition 'call_core_'. [funcArgNamesDifferent]
ekiga-4.0.1/plugins/avahi/avahi-publisher.h:65:27: note: Function 'PresencePublisher' argument 3 names different: declaration 'call_core' definition 'call_core_'.
ekiga-4.0.1/plugins/avahi/avahi-publisher.cpp:70:28: note: Function 'PresencePublisher' argument 3 names different: declaration 'call_core' definition 'call_core_'.
ekiga-4.0.1/plugins/avahi/avahi-publisher.cpp:152:57: style: Function 'client_callback' argument 1 names different: declaration 'client' definition 'client_'. [funcArgNamesDifferent]
ekiga-4.0.1/plugins/avahi/avahi-publisher.h:78:40: note: Function 'client_callback' argument 1 names different: declaration 'client' definition 'client_'.
ekiga-4.0.1/plugins/avahi/avahi-publisher.cpp:152:57: note: Function 'client_callback' argument 1 names different: declaration 'client' definition 'client_'.
ekiga-4.0.1/plugins/avahi/avahi-publisher.cpp:203:66: style: Function 'entry_group_callback' argument 1 names different: declaration 'group' definition 'group_'. [funcArgNamesDifferent]
ekiga-4.0.1/plugins/avahi/avahi-publisher.h:80:49: note: Function 'entry_group_callback' argument 1 names different: declaration 'group' definition 'group_'.
ekiga-4.0.1/plugins/avahi/avahi-publisher.cpp:203:66: note: Function 'entry_group_callback' argument 1 names different: declaration 'group' definition 'group_'.
ekiga-4.0.1/plugins/evolution/evolution-book.cpp:281:3: style: Variable 'source' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/evolution/evolution-book.cpp:278:0: note: Variable 'source' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/evolution/evolution-book.cpp:281:3: note: Variable 'source' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/evolution/evolution-book.cpp:365:3: style: Variable 'attribute' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/evolution/evolution-book.cpp:362:0: note: Variable 'attribute' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/evolution/evolution-book.cpp:365:3: note: Variable 'attribute' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/evolution/evolution-book.cpp:366:3: style: Variable 'param' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/evolution/evolution-book.cpp:363:0: note: Variable 'param' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/evolution/evolution-book.cpp:366:3: note: Variable 'param' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/evolution/evolution-book.cpp:391:3: style: Variable 'econtact' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/evolution/evolution-book.cpp:380:0: note: Variable 'econtact' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/evolution/evolution-book.cpp:391:3: note: Variable 'econtact' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/evolution/evolution-book.cpp:198:53: style: Function 'on_book_view_obtained' argument 1 names different: declaration 'status' definition '_status'. [funcArgNamesDifferent]
ekiga-4.0.1/plugins/evolution/evolution-book.h:93:45: note: Function 'on_book_view_obtained' argument 1 names different: declaration 'status' definition '_status'.
ekiga-4.0.1/plugins/evolution/evolution-book.cpp:198:53: note: Function 'on_book_view_obtained' argument 1 names different: declaration 'status' definition '_status'.
ekiga-4.0.1/plugins/evolution/evolution-book.cpp:199:17: style: Function 'on_book_view_obtained' argument 2 names different: declaration 'view' definition '_view'. [funcArgNamesDifferent]
ekiga-4.0.1/plugins/evolution/evolution-book.h:94:16: note: Function 'on_book_view_obtained' argument 2 names different: declaration 'view' definition '_view'.
ekiga-4.0.1/plugins/evolution/evolution-book.cpp:199:17: note: Function 'on_book_view_obtained' argument 2 names different: declaration 'view' definition '_view'.
ekiga-4.0.1/plugins/evolution/evolution-book.cpp:234:46: style: Function 'on_book_opened' argument 1 names different: declaration 'status' definition '_status'. [funcArgNamesDifferent]
ekiga-4.0.1/plugins/evolution/evolution-book.h:92:38: note: Function 'on_book_opened' argument 1 names different: declaration 'status' definition '_status'.
ekiga-4.0.1/plugins/evolution/evolution-book.cpp:234:46: note: Function 'on_book_opened' argument 1 names different: declaration 'status' definition '_status'.
ekiga-4.0.1/plugins/evolution/evolution-book.cpp:307:55: style: Function 'set_search_filter' argument 1 names different: declaration 'search_filter' definition '_search_filter'. [funcArgNamesDifferent]
ekiga-4.0.1/plugins/evolution/evolution-book.h:80:47: note: Function 'set_search_filter' argument 1 names different: declaration 'search_filter' definition '_search_filter'.
ekiga-4.0.1/plugins/evolution/evolution-book.cpp:307:55: note: Function 'set_search_filter' argument 1 names different: declaration 'search_filter' definition '_search_filter'.
ekiga-4.0.1/plugins/evolution/evolution-book.cpp:358:58: style: Function 'set_econtact_attribute_value' argument 1 names different: declaration 'contact' definition 'econtact'. [funcArgNamesDifferent]
ekiga-4.0.1/plugins/evolution/evolution-book.h:102:50: note: Function 'set_econtact_attribute_value' argument 1 names different: declaration 'contact' definition 'econtact'.
ekiga-4.0.1/plugins/evolution/evolution-book.cpp:358:58: note: Function 'set_econtact_attribute_value' argument 1 names different: declaration 'contact' definition 'econtact'.
ekiga-4.0.1/plugins/evolution/evolution-book.cpp:95:3: style: Class 'contacts_removed_helper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ekiga-4.0.1/plugins/evolution/evolution-book.cpp:153:3: style: Class 'contact_updated_helper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ekiga-4.0.1/plugins/evolution/evolution-contact.h:75:37: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/evolution/evolution-book.cpp:307:55: performance: Function parameter '_search_filter' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/evolution/evolution-book.cpp:359:31: performance: Function parameter 'subtype' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/evolution/evolution-book.cpp:360:31: performance: Function parameter 'value' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/evolution/evolution-contact.cpp:143:2: style: Variable 'param_name_raw' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/evolution/evolution-contact.cpp:139:0: note: Variable 'param_name_raw' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/evolution/evolution-contact.cpp:143:2: note: Variable 'param_name_raw' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/evolution/evolution-contact.cpp:144:2: style: Variable 'param_name_cased' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/evolution/evolution-contact.cpp:140:0: note: Variable 'param_name_cased' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/evolution/evolution-contact.cpp:144:2: note: Variable 'param_name_cased' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/evolution/evolution-contact.cpp:158:6: style: Variable 'type_name_raw' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/evolution/evolution-contact.cpp:154:0: note: Variable 'type_name_raw' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/evolution/evolution-contact.cpp:158:6: note: Variable 'type_name_raw' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/evolution/evolution-contact.cpp:159:6: style: Variable 'type_name_cased' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/evolution/evolution-contact.cpp:155:0: note: Variable 'type_name_cased' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/evolution/evolution-contact.cpp:159:6: note: Variable 'type_name_cased' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/evolution/evolution-contact.cpp:297:7: style: Variable 'param' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/evolution/evolution-contact.cpp:294:0: note: Variable 'param' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/evolution/evolution-contact.cpp:297:7: note: Variable 'param' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/evolution/evolution-contact.cpp:376:3: style: Variable 'instructions' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/evolution/evolution-contact.cpp:372:0: note: Variable 'instructions' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/evolution/evolution-contact.cpp:376:3: note: Variable 'instructions' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/evolution/evolution-contact.cpp:56:19: style: Function 'Contact' argument 3 names different: declaration 'econtact' definition '_econtact'. [funcArgNamesDifferent]
ekiga-4.0.1/plugins/evolution/evolution-contact.h:67:17: note: Function 'Contact' argument 3 names different: declaration 'econtact' definition '_econtact'.
ekiga-4.0.1/plugins/evolution/evolution-contact.cpp:56:19: note: Function 'Contact' argument 3 names different: declaration 'econtact' definition '_econtact'.
ekiga-4.0.1/plugins/evolution/evolution-contact.cpp:107:48: style: Function 'update_econtact' argument 1 names different: declaration 'econtact' definition '_econtact'. [funcArgNamesDifferent]
ekiga-4.0.1/plugins/evolution/evolution-contact.h:79:37: note: Function 'update_econtact' argument 1 names different: declaration 'econtact' definition '_econtact'.
ekiga-4.0.1/plugins/evolution/evolution-contact.cpp:107:48: note: Function 'update_econtact' argument 1 names different: declaration 'econtact' definition '_econtact'.
ekiga-4.0.1/plugins/evolution/evolution-contact.cpp:269:55: style: Function 'get_attribute_value' argument 1 names different: declaration 'attribute_type' definition 'attr_type'. [funcArgNamesDifferent]
ekiga-4.0.1/plugins/evolution/evolution-contact.h:103:51: note: Function 'get_attribute_value' argument 1 names different: declaration 'attribute_type' definition 'attr_type'.
ekiga-4.0.1/plugins/evolution/evolution-contact.cpp:269:55: note: Function 'get_attribute_value' argument 1 names different: declaration 'attribute_type' definition 'attr_type'.
ekiga-4.0.1/plugins/evolution/evolution-contact.cpp:203:38: style: Unused variable: uris [unusedVariable]
ekiga-4.0.1/plugins/evolution/evolution-contact.cpp:97:48: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/evolution/evolution-source.h:68:5: style: Class 'Source' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ekiga-4.0.1/plugins/evolution/evolution-book.h:80:47: performance: Function parameter 'search_filter' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/evolution/evolution-book.h:103:30: performance: Function parameter 'subtype' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/evolution/evolution-book.h:104:30: performance: Function parameter 'value' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/evolution/evolution-source.cpp:68:3: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/evolution/evolution-source.cpp:66:0: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/evolution/evolution-source.cpp:68:3: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/evolution/evolution-source.cpp:90:3: style: Variable 'sources' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/evolution/evolution-source.cpp:88:0: note: Variable 'sources' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/evolution/evolution-source.cpp:90:3: note: Variable 'sources' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/evolution/evolution-source.cpp:99:5: style: Variable 'source' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/evolution/evolution-source.cpp:94:0: note: Variable 'source' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/evolution/evolution-source.cpp:99:5: note: Variable 'source' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/evolution/evolution-source.cpp:101:5: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/evolution/evolution-source.cpp:95:0: note: Variable 's' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/evolution/evolution-source.cpp:101:5: note: Variable 's' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/evolution/evolution-source.cpp:103:5: style: Variable 'uri' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/evolution/evolution-source.cpp:96:0: note: Variable 'uri' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/evolution/evolution-source.cpp:103:5: note: Variable 'uri' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/evolution/evolution-source.cpp:109:5: style: Variable 'ebook' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/evolution/evolution-source.cpp:97:0: note: Variable 'ebook' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/evolution/evolution-source.cpp:109:5: note: Variable 'ebook' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/evolution/evolution-source.cpp:139:3: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/evolution/evolution-source.cpp:137:0: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/evolution/evolution-source.cpp:139:3: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/evolution/evolution-source.cpp:250:3: style: Variable 'groups' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/evolution/evolution-source.cpp:245:0: note: Variable 'groups' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/evolution/evolution-source.cpp:250:3: note: Variable 'groups' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/evolution/evolution-source.cpp:152:3: style: Class 'remove_helper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ekiga-4.0.1/plugins/gstreamer/gst-audioinput.cpp:192:3: style: Variable 'elt' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/gstreamer/gst-audioinput.cpp:190:0: note: Variable 'elt' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-audioinput.cpp:192:3: note: Variable 'elt' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-audioinput.cpp:206:3: style: Variable 'elt' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/gstreamer/gst-audioinput.cpp:204:0: note: Variable 'elt' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-audioinput.cpp:206:3: note: Variable 'elt' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-audioinput.cpp:215:5: style: Variable 'probe' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/gstreamer/gst-audioinput.cpp:210:0: note: Variable 'probe' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-audioinput.cpp:215:5: note: Variable 'probe' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-audioinput.cpp:216:5: style: Variable 'pspec' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/gstreamer/gst-audioinput.cpp:211:0: note: Variable 'pspec' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-audioinput.cpp:216:5: note: Variable 'pspec' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-audioinput.cpp:218:5: style: Variable 'array' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/gstreamer/gst-audioinput.cpp:212:0: note: Variable 'array' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-audioinput.cpp:218:5: note: Variable 'array' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-audioinput.cpp:227:2: style: Variable 'device' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/gstreamer/gst-audioinput.cpp:223:0: note: Variable 'device' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-audioinput.cpp:227:2: note: Variable 'device' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-audioinput.cpp:230:2: style: Variable 'descr' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/gstreamer/gst-audioinput.cpp:225:0: note: Variable 'descr' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-audioinput.cpp:230:2: note: Variable 'descr' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-audioinput.cpp:255:3: style: Variable 'elt' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/gstreamer/gst-audioinput.cpp:253:0: note: Variable 'elt' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-audioinput.cpp:255:3: note: Variable 'elt' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-audioinput.cpp:264:5: style: Variable 'probe' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/gstreamer/gst-audioinput.cpp:259:0: note: Variable 'probe' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-audioinput.cpp:264:5: note: Variable 'probe' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-audioinput.cpp:265:5: style: Variable 'pspec' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/gstreamer/gst-audioinput.cpp:260:0: note: Variable 'pspec' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-audioinput.cpp:265:5: note: Variable 'pspec' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-audioinput.cpp:267:5: style: Variable 'array' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/gstreamer/gst-audioinput.cpp:261:0: note: Variable 'array' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-audioinput.cpp:267:5: note: Variable 'array' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-audioinput.cpp:276:2: style: Variable 'device' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/gstreamer/gst-audioinput.cpp:272:0: note: Variable 'device' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-audioinput.cpp:276:2: note: Variable 'device' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-audioinput.cpp:279:2: style: Variable 'descr' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/gstreamer/gst-audioinput.cpp:274:0: note: Variable 'descr' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-audioinput.cpp:279:2: note: Variable 'descr' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-audioinput.cpp:165:46: style: Function 'set_volume' argument 1 names different: declaration 'volume' definition 'valu'. [funcArgNamesDifferent]
ekiga-4.0.1/plugins/gstreamer/gst-audioinput.h:76:31: note: Function 'set_volume' argument 1 names different: declaration 'volume' definition 'valu'.
ekiga-4.0.1/plugins/gstreamer/gst-audioinput.cpp:165:46: note: Function 'set_volume' argument 1 names different: declaration 'volume' definition 'valu'.
ekiga-4.0.1/plugins/gstreamer/gst-audiooutput.cpp:222:3: style: Variable 'elt' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/gstreamer/gst-audiooutput.cpp:220:0: note: Variable 'elt' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-audiooutput.cpp:222:3: note: Variable 'elt' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-audiooutput.cpp:236:3: style: Variable 'elt' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/gstreamer/gst-audiooutput.cpp:234:0: note: Variable 'elt' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-audiooutput.cpp:236:3: note: Variable 'elt' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-audiooutput.cpp:245:5: style: Variable 'probe' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/gstreamer/gst-audiooutput.cpp:240:0: note: Variable 'probe' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-audiooutput.cpp:245:5: note: Variable 'probe' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-audiooutput.cpp:246:5: style: Variable 'pspec' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/gstreamer/gst-audiooutput.cpp:241:0: note: Variable 'pspec' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-audiooutput.cpp:246:5: note: Variable 'pspec' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-audiooutput.cpp:248:5: style: Variable 'array' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/gstreamer/gst-audiooutput.cpp:242:0: note: Variable 'array' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-audiooutput.cpp:248:5: note: Variable 'array' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-audiooutput.cpp:257:2: style: Variable 'device' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/gstreamer/gst-audiooutput.cpp:253:0: note: Variable 'device' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-audiooutput.cpp:257:2: note: Variable 'device' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-audiooutput.cpp:260:2: style: Variable 'descr' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/gstreamer/gst-audiooutput.cpp:255:0: note: Variable 'descr' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-audiooutput.cpp:260:2: note: Variable 'descr' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-audiooutput.cpp:285:3: style: Variable 'elt' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/gstreamer/gst-audiooutput.cpp:283:0: note: Variable 'elt' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-audiooutput.cpp:285:3: note: Variable 'elt' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-audiooutput.cpp:294:5: style: Variable 'probe' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/gstreamer/gst-audiooutput.cpp:289:0: note: Variable 'probe' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-audiooutput.cpp:294:5: note: Variable 'probe' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-audiooutput.cpp:295:5: style: Variable 'pspec' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/gstreamer/gst-audiooutput.cpp:290:0: note: Variable 'pspec' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-audiooutput.cpp:295:5: note: Variable 'pspec' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-audiooutput.cpp:297:5: style: Variable 'array' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/gstreamer/gst-audiooutput.cpp:291:0: note: Variable 'array' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-audiooutput.cpp:297:5: note: Variable 'array' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-audiooutput.cpp:306:2: style: Variable 'device' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/gstreamer/gst-audiooutput.cpp:302:0: note: Variable 'device' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-audiooutput.cpp:306:2: note: Variable 'device' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-audiooutput.cpp:309:2: style: Variable 'descr' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/gstreamer/gst-audiooutput.cpp:304:0: note: Variable 'descr' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-audiooutput.cpp:309:2: note: Variable 'descr' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-audiooutput.cpp:334:3: style: Variable 'descr' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/gstreamer/gst-audiooutput.cpp:333:0: note: Variable 'descr' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-audiooutput.cpp:334:3: note: Variable 'descr' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-audiooutput.cpp:190:19: style: Function 'set_volume' argument 2 names different: declaration 'volume' definition 'valu'. [funcArgNamesDifferent]
ekiga-4.0.1/plugins/gstreamer/gst-audiooutput.h:79:17: note: Function 'set_volume' argument 2 names different: declaration 'volume' definition 'valu'.
ekiga-4.0.1/plugins/gstreamer/gst-audiooutput.cpp:190:19: note: Function 'set_volume' argument 2 names different: declaration 'volume' definition 'valu'.
ekiga-4.0.1/plugins/gstreamer/gst-helper.cpp:116:3: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/gstreamer/gst-helper.cpp:114:0: note: Variable 'buffer' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-helper.cpp:116:3: note: Variable 'buffer' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-videoinput.cpp:186:3: style: Variable 'elt' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/gstreamer/gst-videoinput.cpp:184:0: note: Variable 'elt' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-videoinput.cpp:186:3: note: Variable 'elt' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-videoinput.cpp:201:3: style: Variable 'elt' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/gstreamer/gst-videoinput.cpp:199:0: note: Variable 'elt' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-videoinput.cpp:201:3: note: Variable 'elt' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-videoinput.cpp:222:5: style: Variable 'probe' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/gstreamer/gst-videoinput.cpp:218:0: note: Variable 'probe' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-videoinput.cpp:222:5: note: Variable 'probe' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-videoinput.cpp:223:5: style: Variable 'pspec' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/gstreamer/gst-videoinput.cpp:219:0: note: Variable 'pspec' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-videoinput.cpp:223:5: note: Variable 'pspec' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-videoinput.cpp:224:5: style: Variable 'array' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/gstreamer/gst-videoinput.cpp:220:0: note: Variable 'array' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-videoinput.cpp:224:5: note: Variable 'array' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-videoinput.cpp:234:2: style: Variable 'device' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/gstreamer/gst-videoinput.cpp:230:0: note: Variable 'device' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-videoinput.cpp:234:2: note: Variable 'device' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-videoinput.cpp:238:2: style: Variable 'descr' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/gstreamer/gst-videoinput.cpp:232:0: note: Variable 'descr' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-videoinput.cpp:238:2: note: Variable 'descr' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-videoinput.cpp:263:3: style: Variable 'elt' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/gstreamer/gst-videoinput.cpp:261:0: note: Variable 'elt' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-videoinput.cpp:263:3: note: Variable 'elt' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-videoinput.cpp:290:5: style: Variable 'probe' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/gstreamer/gst-videoinput.cpp:286:0: note: Variable 'probe' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-videoinput.cpp:290:5: note: Variable 'probe' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-videoinput.cpp:291:5: style: Variable 'pspec' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/gstreamer/gst-videoinput.cpp:287:0: note: Variable 'pspec' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-videoinput.cpp:291:5: note: Variable 'pspec' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-videoinput.cpp:292:5: style: Variable 'array' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/gstreamer/gst-videoinput.cpp:288:0: note: Variable 'array' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-videoinput.cpp:292:5: note: Variable 'array' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-videoinput.cpp:301:2: style: Variable 'guid' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/gstreamer/gst-videoinput.cpp:298:0: note: Variable 'guid' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-videoinput.cpp:301:2: note: Variable 'guid' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-videoinput.cpp:305:2: style: Variable 'descr' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/gstreamer/gst-videoinput.cpp:300:0: note: Variable 'descr' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-videoinput.cpp:305:2: note: Variable 'descr' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-videoinput.cpp:335:3: style: Variable 'goom' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/gstreamer/gst-videoinput.cpp:329:0: note: Variable 'goom' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-videoinput.cpp:335:3: note: Variable 'goom' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-videoinput.cpp:336:3: style: Variable 'audiotest' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/gstreamer/gst-videoinput.cpp:330:0: note: Variable 'audiotest' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-videoinput.cpp:336:3: note: Variable 'audiotest' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-videoinput.cpp:337:3: style: Variable 'ffmpeg' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/gstreamer/gst-videoinput.cpp:331:0: note: Variable 'ffmpeg' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-videoinput.cpp:337:3: note: Variable 'ffmpeg' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-videoinput.cpp:338:3: style: Variable 'scale' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/gstreamer/gst-videoinput.cpp:332:0: note: Variable 'scale' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-videoinput.cpp:338:3: note: Variable 'scale' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-videoinput.cpp:339:3: style: Variable 'ximage' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/gstreamer/gst-videoinput.cpp:333:0: note: Variable 'ximage' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-videoinput.cpp:339:3: note: Variable 'ximage' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/gstreamer/gst-videoinput.cpp:151:12: style: The scope of the variable 'read' can be reduced. [variableScope]
ekiga-4.0.1/plugins/kab/kab-book.h:59:5: style: Class 'Book' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ekiga-4.0.1/plugins/kab/kab-contact.h:66:37: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/kab/kab-contact.cpp:53:27: style: Function 'Contact' argument 2 names different: declaration 'addressee' definition 'addressee_'. [funcArgNamesDifferent]
ekiga-4.0.1/plugins/kab/kab-contact.h:60:24: note: Function 'Contact' argument 2 names different: declaration 'addressee' definition 'addressee_'.
ekiga-4.0.1/plugins/kab/kab-contact.cpp:53:27: note: Function 'Contact' argument 2 names different: declaration 'addressee' definition 'addressee_'.
ekiga-4.0.1/plugins/kab/kab-contact.cpp:97:0: style: Variable 'precision' is assigned a value that is never used. [unreadVariable]
ekiga-4.0.1/plugins/kab/kab-contact.cpp:75:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/plugins/kab/kab-contact.cpp:95:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/plugins/kab/kab-contact.cpp:69:42: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/kab/kab-source.h:62:5: style: Class 'Source' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ekiga-4.0.1/plugins/ldap/ldap-book.cpp:683:3: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/ldap/ldap-book.cpp:677:0: note: Variable 'result' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/ldap/ldap-book.cpp:683:3: note: Variable 'result' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/ldap/ldap-book.cpp:867:3: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/ldap/ldap-book.cpp:860:0: note: Variable 'result' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/ldap/ldap-book.cpp:867:3: note: Variable 'result' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/ldap/ldap-book.cpp:510:9: style: The scope of the variable 'i' can be reduced. [variableScope]
ekiga-4.0.1/plugins/ldap/ldap-book.cpp:174:20: style: Function 'Book' argument 3 names different: declaration 'node' definition '_node'. [funcArgNamesDifferent]
ekiga-4.0.1/plugins/ldap/ldap-book.h:100:15: note: Function 'Book' argument 3 names different: declaration 'node' definition '_node'.
ekiga-4.0.1/plugins/ldap/ldap-book.cpp:174:20: note: Function 'Book' argument 3 names different: declaration 'node' definition '_node'.
ekiga-4.0.1/plugins/ldap/ldap-book.cpp:439:54: style: Function 'set_search_filter' argument 1 names different: declaration 'search_string' definition '_search_filter'. [funcArgNamesDifferent]
ekiga-4.0.1/plugins/ldap/ldap-book.h:112:47: note: Function 'set_search_filter' argument 1 names different: declaration 'search_string' definition '_search_filter'.
ekiga-4.0.1/plugins/ldap/ldap-book.cpp:439:54: note: Function 'set_search_filter' argument 1 names different: declaration 'search_string' definition '_search_filter'.
ekiga-4.0.1/plugins/ldap/ldap-book.cpp:934:65: style: Function 'BookForm' argument 1 names different: declaration 'req' definition 'request'. [funcArgNamesDifferent]
ekiga-4.0.1/plugins/ldap/ldap-book.h:77:62: note: Function 'BookForm' argument 1 names different: declaration 'req' definition 'request'.
ekiga-4.0.1/plugins/ldap/ldap-book.cpp:934:65: note: Function 'BookForm' argument 1 names different: declaration 'req' definition 'request'.
ekiga-4.0.1/plugins/ldap/ldap-book.cpp:1019:21: style: Function 'BookFormInfo' argument 2 names different: declaration 'info' definition 'bookinfo'. [funcArgNamesDifferent]
ekiga-4.0.1/plugins/ldap/ldap-book.h:81:59: note: Function 'BookFormInfo' argument 2 names different: declaration 'info' definition 'bookinfo'.
ekiga-4.0.1/plugins/ldap/ldap-book.cpp:1019:21: note: Function 'BookFormInfo' argument 2 names different: declaration 'info' definition 'bookinfo'.
ekiga-4.0.1/plugins/ldap/ldap-book.cpp:1118:19: style: Function 'on_edit_form_submitted' argument 2 names different: declaration 'form' definition 'result'. [funcArgNamesDifferent]
ekiga-4.0.1/plugins/ldap/ldap-book.h:147:19: note: Function 'on_edit_form_submitted' argument 2 names different: declaration 'form' definition 'result'.
ekiga-4.0.1/plugins/ldap/ldap-book.cpp:1118:19: note: Function 'on_edit_form_submitted' argument 2 names different: declaration 'form' definition 'result'.
ekiga-4.0.1/plugins/ldap/ldap-book.cpp:395:15: style: Unused variable: uri [unusedVariable]
ekiga-4.0.1/plugins/ldap/ldap-book.cpp:1053:5: style: Variable 'filter' is assigned a value that is never used. [unreadVariable]
ekiga-4.0.1/plugins/ldap/ldap-book.h:61:10: style: Technically the member function 'OPENLDAP::ldap_url_desc_deleter::operator()' can be const. [functionConst]
ekiga-4.0.1/plugins/ldap/ldap-contact.h:58:25: performance: Function parameter '_name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/ldap/ldap-contact.h:59:52: performance: Function parameter '_uris' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/ldap/ldap-contact.h:65:37: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/ldap/ldap-book.cpp:57:32: performance: Function parameter 'str' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/ldap/ldap-book.cpp:439:54: performance: Function parameter '_search_filter' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/ldap/ldap-contact.cpp:78:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/plugins/ldap/ldap-contact.cpp:100:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/plugins/ldap/ldap-contact.cpp:54:26: performance: Function parameter '_name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/ldap/ldap-contact.cpp:55:49: performance: Function parameter '_uris' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/ldap/ldap-contact.cpp:72:47: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/ldap/ldap-source.h:64:5: style: Class 'Source' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ekiga-4.0.1/plugins/ldap/ldap-book.h:112:47: performance: Function parameter 'search_string' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/libnotify/libnotify-main.cpp:95:10: style: C-style pointer casting [cstyleCast]
ekiga-4.0.1/plugins/libnotify/libnotify-main.cpp:103:25: style: C-style pointer casting [cstyleCast]
ekiga-4.0.1/plugins/libnotify/libnotify-main.cpp:216:74: style: Function 'on_notification_added' argument 1 names different: declaration 'notif' definition 'notification'. [funcArgNamesDifferent]
ekiga-4.0.1/plugins/libnotify/libnotify-main.cpp:74:70: note: Function 'on_notification_added' argument 1 names different: declaration 'notif' definition 'notification'.
ekiga-4.0.1/plugins/libnotify/libnotify-main.cpp:216:74: note: Function 'on_notification_added' argument 1 names different: declaration 'notif' definition 'notification'.
ekiga-4.0.1/plugins/libnotify/libnotify-main.cpp:246:76: style: Function 'on_notification_removed' argument 1 names different: declaration 'notif' definition 'notification'. [funcArgNamesDifferent]
ekiga-4.0.1/plugins/libnotify/libnotify-main.cpp:75:72: note: Function 'on_notification_removed' argument 1 names different: declaration 'notif' definition 'notification'.
ekiga-4.0.1/plugins/libnotify/libnotify-main.cpp:246:76: note: Function 'on_notification_removed' argument 1 names different: declaration 'notif' definition 'notification'.
ekiga-4.0.1/plugins/libnotify/libnotify-main.cpp:58:3: style: Class 'LibNotify' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ekiga-4.0.1/plugins/libnotify/libnotify-main.cpp:86:3: style: Struct 'call_reference' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ekiga-4.0.1/plugins/libnotify/libnotify-main.cpp:194:49: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/loudmouth/loudmouth-account.cpp:198:3: style: Variable 'server' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/loudmouth/loudmouth-account.cpp:194:0: note: Variable 'server' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/loudmouth/loudmouth-account.cpp:198:3: note: Variable 'server' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/loudmouth/loudmouth-account.cpp:210:5: style: Variable 'user' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/loudmouth/loudmouth-account.cpp:208:0: note: Variable 'user' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/loudmouth/loudmouth-account.cpp:210:5: note: Variable 'user' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/loudmouth/loudmouth-account.cpp:211:5: style: Variable 'resource' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/loudmouth/loudmouth-account.cpp:209:0: note: Variable 'resource' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/loudmouth/loudmouth-account.cpp:211:5: note: Variable 'resource' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/loudmouth/loudmouth-account.cpp:212:5: style: Variable 'jid' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/loudmouth/loudmouth-account.cpp:207:0: note: Variable 'jid' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/loudmouth/loudmouth-account.cpp:212:5: note: Variable 'jid' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/loudmouth/loudmouth-account.cpp:238:5: style: Variable 'message' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/loudmouth/loudmouth-account.cpp:236:0: note: Variable 'message' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/loudmouth/loudmouth-account.cpp:238:5: note: Variable 'message' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/loudmouth/loudmouth-account.cpp:341:3: style: Variable 'xml_str' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/loudmouth/loudmouth-account.cpp:335:0: note: Variable 'xml_str' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/loudmouth/loudmouth-account.cpp:341:3: note: Variable 'xml_str' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/loudmouth/loudmouth-account.cpp:159:3: performance: Variable 'status' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ekiga-4.0.1/plugins/loudmouth/loudmouth-dialect.h:49:5: style: Class 'Dialect' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ekiga-4.0.1/plugins/loudmouth/loudmouth-heap-roster.h:76:10: style: The function 'handle_up' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/plugins/loudmouth/loudmouth-handler.h:50:18: note: Virtual function in base class
ekiga-4.0.1/plugins/loudmouth/loudmouth-heap-roster.h:76:10: note: Function in derived class
ekiga-4.0.1/plugins/loudmouth/loudmouth-heap-roster.h:78:10: style: The function 'handle_down' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/plugins/loudmouth/loudmouth-handler.h:53:18: note: Virtual function in base class
ekiga-4.0.1/plugins/loudmouth/loudmouth-heap-roster.h:78:10: note: Function in derived class
ekiga-4.0.1/plugins/loudmouth/loudmouth-heap-roster.h:79:21: style: The function 'handle_iq' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/plugins/loudmouth/loudmouth-handler.h:55:29: note: Virtual function in base class
ekiga-4.0.1/plugins/loudmouth/loudmouth-heap-roster.h:79:21: note: Function in derived class
ekiga-4.0.1/plugins/loudmouth/loudmouth-heap-roster.h:81:21: style: The function 'handle_message' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/plugins/loudmouth/loudmouth-handler.h:58:29: note: Virtual function in base class
ekiga-4.0.1/plugins/loudmouth/loudmouth-heap-roster.h:81:21: note: Function in derived class
ekiga-4.0.1/plugins/loudmouth/loudmouth-heap-roster.h:83:21: style: The function 'handle_presence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/plugins/loudmouth/loudmouth-handler.h:61:29: note: Virtual function in base class
ekiga-4.0.1/plugins/loudmouth/loudmouth-heap-roster.h:83:21: note: Function in derived class
ekiga-4.0.1/plugins/loudmouth/loudmouth-cluster.h:62:10: style: The function 'handle_up' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/plugins/loudmouth/loudmouth-handler.h:50:18: note: Virtual function in base class
ekiga-4.0.1/plugins/loudmouth/loudmouth-cluster.h:62:10: note: Function in derived class
ekiga-4.0.1/plugins/loudmouth/loudmouth-cluster.h:64:10: style: The function 'handle_down' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/plugins/loudmouth/loudmouth-handler.h:53:18: note: Virtual function in base class
ekiga-4.0.1/plugins/loudmouth/loudmouth-cluster.h:64:10: note: Function in derived class
ekiga-4.0.1/plugins/loudmouth/loudmouth-cluster.h:65:21: style: The function 'handle_iq' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/plugins/loudmouth/loudmouth-handler.h:55:29: note: Virtual function in base class
ekiga-4.0.1/plugins/loudmouth/loudmouth-cluster.h:65:21: note: Function in derived class
ekiga-4.0.1/plugins/loudmouth/loudmouth-cluster.h:67:21: style: The function 'handle_message' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/plugins/loudmouth/loudmouth-handler.h:58:29: note: Virtual function in base class
ekiga-4.0.1/plugins/loudmouth/loudmouth-cluster.h:67:21: note: Function in derived class
ekiga-4.0.1/plugins/loudmouth/loudmouth-cluster.h:69:21: style: The function 'handle_presence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ekiga-4.0.1/plugins/loudmouth/loudmouth-handler.h:61:29: note: Virtual function in base class
ekiga-4.0.1/plugins/loudmouth/loudmouth-cluster.h:69:21: note: Function in derived class
ekiga-4.0.1/plugins/loudmouth/loudmouth-presentity.h:64:37: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/loudmouth/loudmouth-presentity.h:76:43: performance: Function parameter 'resource' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/loudmouth/loudmouth-chat-simple.h:62:42: performance: Function parameter 'msg' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/loudmouth/loudmouth-chat-simple.h:70:41: performance: Function parameter 'msg' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/loudmouth/loudmouth-dialect.h:58:28: performance: Function parameter 'msg' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/loudmouth/loudmouth-dialect.h:64:25: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/loudmouth/loudmouth-handler.h:51:26: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/loudmouth/loudmouth-heap-roster.h:62:53: performance: Function parameter 'group' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/loudmouth/loudmouth-heap-roster.h:77:25: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/loudmouth/loudmouth-heap-roster.h:108:48: performance: Function parameter 'jid' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/loudmouth/loudmouth-cluster.h:63:25: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/loudmouth/loudmouth-account.cpp:153:27: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/loudmouth/loudmouth-account.cpp:153:51: performance: Function parameter 'user' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/loudmouth/loudmouth-account.cpp:154:27: performance: Function parameter 'server' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/loudmouth/loudmouth-account.cpp:155:27: performance: Function parameter 'resource' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/loudmouth/loudmouth-account.cpp:155:55: performance: Function parameter 'password' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/loudmouth/loudmouth-account.h:60:25: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/loudmouth/loudmouth-account.h:60:49: performance: Function parameter 'user' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/loudmouth/loudmouth-account.h:61:25: performance: Function parameter 'server' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/loudmouth/loudmouth-account.h:62:25: performance: Function parameter 'resource' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/loudmouth/loudmouth-account.h:62:53: performance: Function parameter 'password' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/loudmouth/loudmouth-chat-multiple.cpp:73:51: performance: Function parameter 'msg' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/loudmouth/loudmouth-chat-multiple.cpp:97:50: performance: Function parameter 'who' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/loudmouth/loudmouth-chat-multiple.cpp:98:29: performance: Function parameter 'msg' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/loudmouth/loudmouth-chat-simple.cpp:75:49: performance: Function parameter 'msg' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/loudmouth/loudmouth-chat-simple.cpp:104:48: performance: Function parameter 'msg' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/loudmouth/loudmouth-cluster.cpp:56:22: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/loudmouth/loudmouth-dialect.cpp:121:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ekiga-4.0.1/plugins/loudmouth/loudmouth-dialect.cpp:81:3: style: Struct 'open_chat_helper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ekiga-4.0.1/plugins/loudmouth/loudmouth-dialect.cpp:53:25: performance: Function parameter 'msg' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/loudmouth/loudmouth-heap-roster.cpp:227:9: style: Redundant condition: type_attr!=NULL. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition]
ekiga-4.0.1/plugins/loudmouth/loudmouth-heap-roster.cpp:301:18: style: Redundant condition: ask!=NULL. 'ask==NULL || (ask!=NULL && g_strcmp0(ask,"subscribe")!=0)' is equivalent to 'ask==NULL || g_strcmp0(ask,"subscribe")!=0' [redundantCondition]
ekiga-4.0.1/plugins/loudmouth/loudmouth-heap-roster.cpp:84:42: style: Function 'handle_up' argument 1 names different: declaration 'connection' definition 'connection_'. [funcArgNamesDifferent]
ekiga-4.0.1/plugins/loudmouth/loudmouth-heap-roster.h:76:35: note: Function 'handle_up' argument 1 names different: declaration 'connection' definition 'connection_'.
ekiga-4.0.1/plugins/loudmouth/loudmouth-heap-roster.cpp:84:42: note: Function 'handle_up' argument 1 names different: declaration 'connection' definition 'connection_'.
ekiga-4.0.1/plugins/loudmouth/loudmouth-heap-roster.cpp:85:25: style: Function 'handle_up' argument 2 names different: declaration 'name' definition 'name_'. [funcArgNamesDifferent]
ekiga-4.0.1/plugins/loudmouth/loudmouth-heap-roster.h:77:25: note: Function 'handle_up' argument 2 names different: declaration 'name' definition 'name_'.
ekiga-4.0.1/plugins/loudmouth/loudmouth-heap-roster.cpp:85:25: note: Function 'handle_up' argument 2 names different: declaration 'name' definition 'name_'.
ekiga-4.0.1/plugins/loudmouth/loudmouth-heap-roster.cpp:85:25: performance: Function parameter 'name_' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/loudmouth/loudmouth-heap-roster.cpp:426:46: performance: Function parameter 'jid' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/loudmouth/loudmouth-helpers.cpp:48:3: style: Struct 'handler_data' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ekiga-4.0.1/plugins/loudmouth/loudmouth-presentity.cpp:76:44: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/loudmouth/loudmouth-presentity.cpp:226:50: performance: Function parameter 'resource' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/resource-list/rl-cluster.h:53:5: style: Class 'Cluster' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ekiga-4.0.1/plugins/resource-list/rl-presentity.h:74:37: performance: Function parameter '_uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/resource-list/rl-presentity.h:76:42: performance: Function parameter '_presence' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/resource-list/rl-presentity.h:78:40: performance: Function parameter '_status' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/resource-list/rl-heap.h:67:22: performance: Function parameter 'name_' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/resource-list/rl-heap.h:68:22: performance: Function parameter 'root_' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/resource-list/rl-heap.h:69:22: performance: Function parameter 'user_' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/resource-list/rl-heap.h:70:22: performance: Function parameter 'username_' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/resource-list/rl-heap.h:71:22: performance: Function parameter 'password_' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/resource-list/rl-heap.h:87:43: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/resource-list/rl-heap.h:88:22: performance: Function parameter 'presence' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/resource-list/rl-heap.h:90:41: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/resource-list/rl-heap.h:91:27: performance: Function parameter 'status' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/resource-list/rl-cluster.h:71:33: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/resource-list/rl-cluster.h:72:26: performance: Function parameter 'username' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/resource-list/rl-cluster.h:73:26: performance: Function parameter 'password' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/resource-list/rl-cluster.h:74:26: performance: Function parameter 'user' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/resource-list/rl-cluster.h:75:26: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/resource-list/rl-cluster.h:80:38: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/resource-list/rl-cluster.h:81:24: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/resource-list/rl-cluster.h:82:24: performance: Function parameter 'username' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/resource-list/rl-cluster.h:83:24: performance: Function parameter 'password' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/resource-list/rl-cluster.h:84:24: performance: Function parameter 'user' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/resource-list/rl-cluster.cpp:60:3: style: Variable 'c_raw' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/resource-list/rl-cluster.cpp:53:0: note: Variable 'c_raw' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/resource-list/rl-cluster.cpp:60:3: note: Variable 'c_raw' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/resource-list/rl-cluster.cpp:211:18: style: Function 'on_status_received' argument 2 names different: declaration 'presence' definition 'status'. [funcArgNamesDifferent]
ekiga-4.0.1/plugins/resource-list/rl-cluster.h:93:21: note: Function 'on_status_received' argument 2 names different: declaration 'presence' definition 'status'.
ekiga-4.0.1/plugins/resource-list/rl-cluster.cpp:211:18: note: Function 'on_status_received' argument 2 names different: declaration 'presence' definition 'status'.
ekiga-4.0.1/plugins/resource-list/rl-cluster.cpp:117:37: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/resource-list/rl-cluster.cpp:118:23: performance: Function parameter 'username' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/resource-list/rl-cluster.cpp:119:23: performance: Function parameter 'password' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/resource-list/rl-cluster.cpp:120:23: performance: Function parameter 'user' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/resource-list/rl-cluster.cpp:121:23: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/resource-list/rl-cluster.cpp:157:42: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/resource-list/rl-cluster.cpp:158:28: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/resource-list/rl-cluster.cpp:159:28: performance: Function parameter 'username' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/resource-list/rl-cluster.cpp:160:28: performance: Function parameter 'password' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/resource-list/rl-cluster.cpp:161:28: performance: Function parameter 'user' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/resource-list/rl-entry-ref.cpp:47:22: performance: Function parameter 'path_' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/resource-list/rl-entry-ref.cpp:49:22: performance: Function parameter 'group' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/resource-list/rl-entry-ref.cpp:92:47: performance: Function parameter 'presence_' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/resource-list/rl-entry-ref.cpp:99:45: performance: Function parameter 'status_' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/resource-list/rl-entry-ref.cpp:126:42: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/resource-list/rl-entry.cpp:59:23: performance: Function parameter 'group' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/resource-list/rl-entry.cpp:113:44: performance: Function parameter 'presence_' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/resource-list/rl-entry.cpp:120:42: performance: Function parameter 'status_' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/resource-list/rl-entry.cpp:148:39: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/resource-list/rl-heap.cpp:58:5: style: Variable 'xml_str' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/resource-list/rl-heap.cpp:56:0: note: Variable 'xml_str' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/resource-list/rl-heap.cpp:58:5: note: Variable 'xml_str' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/resource-list/rl-heap.cpp:48:14: style: Function 'Heap' argument 3 names different: declaration 'node' definition 'node_'. [funcArgNamesDifferent]
ekiga-4.0.1/plugins/resource-list/rl-heap.h:53:15: note: Function 'Heap' argument 3 names different: declaration 'node' definition 'node_'.
ekiga-4.0.1/plugins/resource-list/rl-heap.cpp:48:14: note: Function 'Heap' argument 3 names different: declaration 'node' definition 'node_'.
ekiga-4.0.1/plugins/resource-list/rl-heap.cpp:115:37: style: Function 'Heap' argument 1 names different: declaration 'core_' definition 'services_'. [funcArgNamesDifferent]
ekiga-4.0.1/plugins/resource-list/rl-heap.h:65:31: note: Function 'Heap' argument 1 names different: declaration 'core_' definition 'services_'.
ekiga-4.0.1/plugins/resource-list/rl-heap.cpp:115:37: note: Function 'Heap' argument 1 names different: declaration 'core_' definition 'services_'.
ekiga-4.0.1/plugins/resource-list/rl-heap.cpp:272:17: style: Function 'on_document_received' argument 2 names different: declaration 'doc' definition 'value'. [funcArgNamesDifferent]
ekiga-4.0.1/plugins/resource-list/rl-heap.h:114:23: note: Function 'on_document_received' argument 2 names different: declaration 'doc' definition 'value'.
ekiga-4.0.1/plugins/resource-list/rl-heap.cpp:272:17: note: Function 'on_document_received' argument 2 names different: declaration 'doc' definition 'value'.
ekiga-4.0.1/plugins/resource-list/rl-heap.cpp:285:34: style: Function 'parse_doc' argument 1 names different: declaration 'doc' definition 'raw'. [funcArgNamesDifferent]
ekiga-4.0.1/plugins/resource-list/rl-heap.h:116:33: note: Function 'parse_doc' argument 1 names different: declaration 'doc' definition 'raw'.
ekiga-4.0.1/plugins/resource-list/rl-heap.cpp:285:34: note: Function 'parse_doc' argument 1 names different: declaration 'doc' definition 'raw'.
ekiga-4.0.1/plugins/resource-list/rl-heap.cpp:316:34: style: Function 'parse_list' argument 1 names different: declaration 'node' definition 'list'. [funcArgNamesDifferent]
ekiga-4.0.1/plugins/resource-list/rl-heap.h:117:33: note: Function 'parse_list' argument 1 names different: declaration 'node' definition 'list'.
ekiga-4.0.1/plugins/resource-list/rl-heap.cpp:316:34: note: Function 'parse_list' argument 1 names different: declaration 'node' definition 'list'.
ekiga-4.0.1/plugins/resource-list/rl-heap.cpp:381:44: style: Function 'push_presence' argument 1 names different: declaration 'uri' definition 'uri_'. [funcArgNamesDifferent]
ekiga-4.0.1/plugins/resource-list/rl-heap.h:87:43: note: Function 'push_presence' argument 1 names different: declaration 'uri' definition 'uri_'.
ekiga-4.0.1/plugins/resource-list/rl-heap.cpp:381:44: note: Function 'push_presence' argument 1 names different: declaration 'uri' definition 'uri_'.
ekiga-4.0.1/plugins/resource-list/rl-heap.cpp:395:42: style: Function 'push_status' argument 1 names different: declaration 'uri' definition 'uri_'. [funcArgNamesDifferent]
ekiga-4.0.1/plugins/resource-list/rl-heap.h:90:41: note: Function 'push_status' argument 1 names different: declaration 'uri' definition 'uri_'.
ekiga-4.0.1/plugins/resource-list/rl-heap.cpp:395:42: note: Function 'push_status' argument 1 names different: declaration 'uri' definition 'uri_'.
ekiga-4.0.1/plugins/resource-list/rl-heap.cpp:413:15: style: Unused variable: name_str [unusedVariable]
ekiga-4.0.1/plugins/resource-list/rl-heap.cpp:129:3: performance: Variable 'node' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ekiga-4.0.1/plugins/resource-list/rl-heap.cpp:117:21: performance: Function parameter 'name_' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/resource-list/rl-heap.cpp:118:21: performance: Function parameter 'root_' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/resource-list/rl-heap.cpp:119:21: performance: Function parameter 'user_' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/resource-list/rl-heap.cpp:120:21: performance: Function parameter 'username_' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/resource-list/rl-heap.cpp:121:21: performance: Function parameter 'password_' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/resource-list/rl-heap.cpp:272:17: performance: Function parameter 'value' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/resource-list/rl-heap.cpp:381:44: performance: Function parameter 'uri_' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/resource-list/rl-heap.cpp:382:23: performance: Function parameter 'presence' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/resource-list/rl-heap.cpp:395:42: performance: Function parameter 'uri_' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/resource-list/rl-heap.cpp:396:28: performance: Function parameter 'status' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/resource-list/rl-list.cpp:119:3: style: Class 'List' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ekiga-4.0.1/plugins/resource-list/rl-list.cpp:119:3: style: Class 'List' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ekiga-4.0.1/plugins/resource-list/rl-entry.h:59:23: performance: Function parameter 'group' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/resource-list/rl-entry.h:68:42: performance: Function parameter 'presence_' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/resource-list/rl-entry.h:70:40: performance: Function parameter 'status_' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/resource-list/rl-entry.h:85:37: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/resource-list/rl-list.cpp:116:21: performance: Function parameter 'group_' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/resource-list/rl-list.cpp:137:39: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/resource-list/rl-list.cpp:143:44: performance: Function parameter 'uri_' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/resource-list/rl-list.cpp:144:23: performance: Function parameter 'presence' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/resource-list/rl-list.cpp:150:42: performance: Function parameter 'uri_' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/resource-list/rl-list.cpp:151:28: performance: Function parameter 'status' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/resource-list/rl-list.cpp:173:22: performance: Function parameter 'group_' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/resource-list/rl-list.cpp:222:43: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/resource-list/rl-list.cpp:358:48: performance: Function parameter 'uri_' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/resource-list/rl-list.cpp:359:27: performance: Function parameter 'presence' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/resource-list/rl-list.cpp:376:46: performance: Function parameter 'uri_' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/resource-list/rl-list.cpp:377:25: performance: Function parameter 'status' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/resource-list/rl-presentity.cpp:205:3: style: Variable 'populated' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/resource-list/rl-presentity.cpp:202:0: note: Variable 'populated' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/resource-list/rl-presentity.cpp:205:3: note: Variable 'populated' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/resource-list/rl-presentity.cpp:58:49: style: Function 'Presentity' argument 1 names different: declaration '_core' definition 'services_'. [funcArgNamesDifferent]
ekiga-4.0.1/plugins/resource-list/rl-presentity.h:56:37: note: Function 'Presentity' argument 1 names different: declaration '_core' definition 'services_'.
ekiga-4.0.1/plugins/resource-list/rl-presentity.cpp:58:49: note: Function 'Presentity' argument 1 names different: declaration '_core' definition 'services_'.
ekiga-4.0.1/plugins/resource-list/rl-presentity.cpp:61:19: style: Function 'Presentity' argument 4 names different: declaration '_node' definition 'node_'. [funcArgNamesDifferent]
ekiga-4.0.1/plugins/resource-list/rl-presentity.h:59:14: note: Function 'Presentity' argument 4 names different: declaration '_node' definition 'node_'.
ekiga-4.0.1/plugins/resource-list/rl-presentity.cpp:61:19: note: Function 'Presentity' argument 4 names different: declaration '_node' definition 'node_'.
ekiga-4.0.1/plugins/resource-list/rl-presentity.cpp:117:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/plugins/resource-list/rl-presentity.cpp:271:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/plugins/resource-list/rl-presentity.cpp:285:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/plugins/resource-list/rl-presentity.cpp:179:49: performance: Function parameter '_presence' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/resource-list/rl-presentity.cpp:186:47: performance: Function parameter '_status' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/resource-list/rl-presentity.cpp:194:44: performance: Function parameter '_uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/xcap/xcap-core.cpp:123:22: style: C-style pointer casting [cstyleCast]
ekiga-4.0.1/plugins/xcap/xcap-core.cpp:140:23: style: C-style pointer casting [cstyleCast]
ekiga-4.0.1/plugins/xcap/xcap-core.cpp:155:22: style: C-style pointer casting [cstyleCast]
ekiga-4.0.1/plugins/xcap/xcap-core.cpp:176:23: style: C-style pointer casting [cstyleCast]
ekiga-4.0.1/plugins/xcap/xcap-core.cpp:235:3: style: Variable 'session' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/xcap/xcap-core.cpp:228:0: note: Variable 'session' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/xcap/xcap-core.cpp:235:3: note: Variable 'session' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/xcap/xcap-core.cpp:236:3: style: Variable 'message' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/xcap/xcap-core.cpp:229:0: note: Variable 'message' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/xcap/xcap-core.cpp:236:3: note: Variable 'message' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/xcap/xcap-core.cpp:237:3: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/xcap/xcap-core.cpp:230:0: note: Variable 'data' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/xcap/xcap-core.cpp:237:3: note: Variable 'data' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/xcap/xcap-core.cpp:264:3: style: Variable 'session' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/xcap/xcap-core.cpp:257:0: note: Variable 'session' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/xcap/xcap-core.cpp:264:3: note: Variable 'session' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/xcap/xcap-core.cpp:265:3: style: Variable 'message' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/xcap/xcap-core.cpp:258:0: note: Variable 'message' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/xcap/xcap-core.cpp:265:3: note: Variable 'message' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/xcap/xcap-core.cpp:270:3: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/xcap/xcap-core.cpp:259:0: note: Variable 'data' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/xcap/xcap-core.cpp:270:3: note: Variable 'data' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/xcap/xcap-core.cpp:295:3: style: Variable 'session' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/xcap/xcap-core.cpp:288:0: note: Variable 'session' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/xcap/xcap-core.cpp:295:3: note: Variable 'session' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/xcap/xcap-core.cpp:296:3: style: Variable 'message' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/xcap/xcap-core.cpp:289:0: note: Variable 'message' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/xcap/xcap-core.cpp:296:3: note: Variable 'message' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/xcap/xcap-core.cpp:297:3: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/plugins/xcap/xcap-core.cpp:290:0: note: Variable 'data' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/xcap/xcap-core.cpp:297:3: note: Variable 'data' is reassigned a value before the old one has been used.
ekiga-4.0.1/plugins/xcap/xcap-path.h:69:60: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/xcap/xcap-path.h:71:75: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/xcap/xcap-path.h:72:25: performance: Function parameter 'attr' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/xcap/xcap-path.h:73:25: performance: Function parameter 'value' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/xcap/xcap-path.h:75:74: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/xcap/xcap-core.cpp:253:28: performance: Function parameter 'content_type' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/xcap/xcap-core.cpp:254:28: performance: Function parameter 'content' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/xcap/xcap-core.cpp:332:24: performance: Function parameter 'content_type' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/xcap/xcap-core.cpp:333:24: performance: Function parameter 'content' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/xcap/xcap-core.h:72:21: performance: Function parameter 'content_type' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/xcap/xcap-core.h:73:21: performance: Function parameter 'content' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/xcap/xcap-path.cpp:42:31: style: Function 'Path' argument 1 names different: declaration 'root' definition 'root_'. [funcArgNamesDifferent]
ekiga-4.0.1/plugins/xcap/xcap-path.h:53:23: note: Function 'Path' argument 1 names different: declaration 'root' definition 'root_'.
ekiga-4.0.1/plugins/xcap/xcap-path.cpp:42:31: note: Function 'Path' argument 1 names different: declaration 'root' definition 'root_'.
ekiga-4.0.1/plugins/xcap/xcap-path.cpp:43:17: style: Function 'Path' argument 2 names different: declaration 'application' definition 'application_'. [funcArgNamesDifferent]
ekiga-4.0.1/plugins/xcap/xcap-path.h:54:16: note: Function 'Path' argument 2 names different: declaration 'application' definition 'application_'.
ekiga-4.0.1/plugins/xcap/xcap-path.cpp:43:17: note: Function 'Path' argument 2 names different: declaration 'application' definition 'application_'.
ekiga-4.0.1/plugins/xcap/xcap-path.cpp:44:17: style: Function 'Path' argument 3 names different: declaration 'user' definition 'user_'. [funcArgNamesDifferent]
ekiga-4.0.1/plugins/xcap/xcap-path.h:55:16: note: Function 'Path' argument 3 names different: declaration 'user' definition 'user_'.
ekiga-4.0.1/plugins/xcap/xcap-path.cpp:44:17: note: Function 'Path' argument 3 names different: declaration 'user' definition 'user_'.
ekiga-4.0.1/plugins/xcap/xcap-path.cpp:82:42: style: Function 'set_credentials' argument 1 names different: declaration 'username' definition 'username_'. [funcArgNamesDifferent]
ekiga-4.0.1/plugins/xcap/xcap-path.h:66:39: note: Function 'set_credentials' argument 1 names different: declaration 'username' definition 'username_'.
ekiga-4.0.1/plugins/xcap/xcap-path.cpp:82:42: note: Function 'set_credentials' argument 1 names different: declaration 'username' definition 'username_'.
ekiga-4.0.1/plugins/xcap/xcap-path.cpp:83:21: style: Function 'set_credentials' argument 2 names different: declaration 'password' definition 'password_'. [funcArgNamesDifferent]
ekiga-4.0.1/plugins/xcap/xcap-path.h:67:18: note: Function 'set_credentials' argument 2 names different: declaration 'password' definition 'password_'.
ekiga-4.0.1/plugins/xcap/xcap-path.cpp:83:21: note: Function 'set_credentials' argument 2 names different: declaration 'password' definition 'password_'.
ekiga-4.0.1/plugins/xcap/xcap-path.cpp:126:31: style: Function 'Path' argument 1 names different: declaration 'root' definition 'root_'. [funcArgNamesDifferent]
ekiga-4.0.1/plugins/xcap/xcap-path.h:80:23: note: Function 'Path' argument 1 names different: declaration 'root' definition 'root_'.
ekiga-4.0.1/plugins/xcap/xcap-path.cpp:126:31: note: Function 'Path' argument 1 names different: declaration 'root' definition 'root_'.
ekiga-4.0.1/plugins/xcap/xcap-path.cpp:127:17: style: Function 'Path' argument 2 names different: declaration 'application' definition 'application_'. [funcArgNamesDifferent]
ekiga-4.0.1/plugins/xcap/xcap-path.h:81:16: note: Function 'Path' argument 2 names different: declaration 'application' definition 'application_'.
ekiga-4.0.1/plugins/xcap/xcap-path.cpp:127:17: note: Function 'Path' argument 2 names different: declaration 'application' definition 'application_'.
ekiga-4.0.1/plugins/xcap/xcap-path.cpp:128:17: style: Function 'Path' argument 3 names different: declaration 'user' definition 'user_'. [funcArgNamesDifferent]
ekiga-4.0.1/plugins/xcap/xcap-path.h:82:16: note: Function 'Path' argument 3 names different: declaration 'user' definition 'user_'.
ekiga-4.0.1/plugins/xcap/xcap-path.cpp:128:17: note: Function 'Path' argument 3 names different: declaration 'user' definition 'user_'.
ekiga-4.0.1/plugins/xcap/xcap-path.cpp:129:17: style: Function 'Path' argument 4 names different: declaration 'relative' definition 'relative_'. [funcArgNamesDifferent]
ekiga-4.0.1/plugins/xcap/xcap-path.h:83:16: note: Function 'Path' argument 4 names different: declaration 'relative' definition 'relative_'.
ekiga-4.0.1/plugins/xcap/xcap-path.cpp:129:17: note: Function 'Path' argument 4 names different: declaration 'relative' definition 'relative_'.
ekiga-4.0.1/plugins/xcap/xcap-path.cpp:130:17: style: Function 'Path' argument 5 names different: declaration 'username' definition 'username_'. [funcArgNamesDifferent]
ekiga-4.0.1/plugins/xcap/xcap-path.h:84:16: note: Function 'Path' argument 5 names different: declaration 'username' definition 'username_'.
ekiga-4.0.1/plugins/xcap/xcap-path.cpp:130:17: note: Function 'Path' argument 5 names different: declaration 'username' definition 'username_'.
ekiga-4.0.1/plugins/xcap/xcap-path.cpp:131:17: style: Function 'Path' argument 6 names different: declaration 'password' definition 'password_'. [funcArgNamesDifferent]
ekiga-4.0.1/plugins/xcap/xcap-path.h:85:16: note: Function 'Path' argument 6 names different: declaration 'password' definition 'password_'.
ekiga-4.0.1/plugins/xcap/xcap-path.cpp:131:17: note: Function 'Path' argument 6 names different: declaration 'password' definition 'password_'.
ekiga-4.0.1/plugins/xcap/xcap-path.cpp:42:31: performance: Function parameter 'root_' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/xcap/xcap-path.cpp:43:17: performance: Function parameter 'application_' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/xcap/xcap-path.cpp:44:17: performance: Function parameter 'user_' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/xcap/xcap-path.cpp:82:42: performance: Function parameter 'username_' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/xcap/xcap-path.cpp:83:21: performance: Function parameter 'password_' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/xcap/xcap-path.cpp:90:44: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/xcap/xcap-path.cpp:100:59: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/xcap/xcap-path.cpp:101:24: performance: Function parameter 'attr' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/xcap/xcap-path.cpp:102:24: performance: Function parameter 'value' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/xcap/xcap-path.cpp:112:58: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/xcap/xcap-path.cpp:126:31: performance: Function parameter 'root_' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/xcap/xcap-path.cpp:127:17: performance: Function parameter 'application_' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/xcap/xcap-path.cpp:128:17: performance: Function parameter 'user_' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/xcap/xcap-path.cpp:129:17: performance: Function parameter 'relative_' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/xcap/xcap-path.cpp:130:17: performance: Function parameter 'username_' should be passed by const reference. [passedByValue]
ekiga-4.0.1/plugins/xcap/xcap-path.cpp:131:17: performance: Function parameter 'password_' should be passed by const reference. [passedByValue]
ekiga-4.0.1/src/dbus-helper/dbus-helper.cpp:172:3: style: Variable 'mainloop' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/src/dbus-helper/dbus-helper.cpp:163:0: note: Variable 'mainloop' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/dbus-helper/dbus-helper.cpp:172:3: note: Variable 'mainloop' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/dbus-helper/dbus-helper.cpp:174:3: style: Variable 'bus' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/src/dbus-helper/dbus-helper.cpp:165:0: note: Variable 'bus' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/dbus-helper/dbus-helper.cpp:174:3: note: Variable 'bus' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/dbus-helper/dbus-helper.cpp:150:21: style: Function 'hara_kiri' argument 1 names different: declaration 'loop' definition 'data'. [funcArgNamesDifferent]
ekiga-4.0.1/src/dbus-helper/dbus-helper.cpp:100:37: note: Function 'hara_kiri' argument 1 names different: declaration 'loop' definition 'data'.
ekiga-4.0.1/src/dbus-helper/dbus-helper.cpp:150:21: note: Function 'hara_kiri' argument 1 names different: declaration 'loop' definition 'data'.
ekiga-4.0.1/src/dbus-helper/dbus.cpp:200:3: style: Variable 'bus' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/src/dbus-helper/dbus.cpp:195:0: note: Variable 'bus' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/dbus-helper/dbus.cpp:200:3: note: Variable 'bus' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/dbus-helper/dbus.cpp:261:3: style: Variable 'bus' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/src/dbus-helper/dbus.cpp:258:0: note: Variable 'bus' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/dbus-helper/dbus.cpp:261:3: note: Variable 'bus' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/dbus-helper/dbus.cpp:235:47: style: Function 'ekiga_dbus_component_new' argument 1 names different: declaration 'core' definition 'service_core'. [funcArgNamesDifferent]
ekiga-4.0.1/src/dbus-helper/dbus.h:65:68: note: Function 'ekiga_dbus_component_new' argument 1 names different: declaration 'core' definition 'service_core'.
ekiga-4.0.1/src/dbus-helper/dbus.cpp:235:47: note: Function 'ekiga_dbus_component_new' argument 1 names different: declaration 'core' definition 'service_core'.
ekiga-4.0.1/src/ekiga.cpp:60:3: style: Variable 'assistant_window' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ekiga-4.0.1/src/ekiga.cpp:58:3: note: Variable 'assistant_window' is reassigned a value before the old one has been used if variable is no semaphore variable.
ekiga-4.0.1/src/ekiga.cpp:60:3: note: Variable 'assistant_window' is reassigned a value before the old one has been used if variable is no semaphore variable.
ekiga-4.0.1/src/gui/assistant.cpp:476:3: style: Variable 'assistant' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/src/gui/assistant.cpp:471:0: note: Variable 'assistant' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/assistant.cpp:476:3: note: Variable 'assistant' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/assistant.cpp:478:3: style: Variable 'account' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/src/gui/assistant.cpp:473:0: note: Variable 'account' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/assistant.cpp:478:3: note: Variable 'account' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/assistant.cpp:479:3: style: Variable 'password' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/src/gui/assistant.cpp:474:0: note: Variable 'password' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/assistant.cpp:479:3: note: Variable 'password' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/assistant.cpp:499:3: style: Variable 'assistant' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/src/gui/assistant.cpp:492:0: note: Variable 'assistant' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/assistant.cpp:499:3: note: Variable 'assistant' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/assistant.cpp:501:3: style: Variable 'account' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/src/gui/assistant.cpp:494:0: note: Variable 'account' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/assistant.cpp:501:3: note: Variable 'account' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/assistant.cpp:502:3: style: Variable 'password' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/src/gui/assistant.cpp:495:0: note: Variable 'password' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/assistant.cpp:502:3: note: Variable 'password' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/assistant.cpp:524:3: style: Variable 'assistant' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/src/gui/assistant.cpp:517:0: note: Variable 'assistant' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/assistant.cpp:524:3: note: Variable 'assistant' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/assistant.cpp:526:3: style: Variable 'account' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/src/gui/assistant.cpp:519:0: note: Variable 'account' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/assistant.cpp:526:3: note: Variable 'account' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/assistant.cpp:527:3: style: Variable 'password' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/src/gui/assistant.cpp:520:0: note: Variable 'password' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/assistant.cpp:527:3: note: Variable 'password' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/assistant.cpp:549:3: style: Variable 'assistant' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/src/gui/assistant.cpp:542:0: note: Variable 'assistant' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/assistant.cpp:549:3: note: Variable 'assistant' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/assistant.cpp:551:3: style: Variable 'account' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/src/gui/assistant.cpp:544:0: note: Variable 'account' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/assistant.cpp:551:3: note: Variable 'account' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/assistant.cpp:552:3: style: Variable 'password' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/src/gui/assistant.cpp:545:0: note: Variable 'password' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/assistant.cpp:552:3: note: Variable 'password' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/assistant.cpp:1318:3: style: Variable 'array' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/src/gui/assistant.cpp:1315:0: note: Variable 'array' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/assistant.cpp:1318:3: note: Variable 'array' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/assistant.cpp:1550:3: style: Variable 'title' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/src/gui/assistant.cpp:1547:0: note: Variable 'title' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/assistant.cpp:1550:3: note: Variable 'title' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/assistant.cpp:238:7: style: The scope of the variable 'cpt' can be reduced. [variableScope]
ekiga-4.0.1/src/gui/assistant.cpp:1672:42: style: Function 'ekiga_assistant_new' argument 1 names different: declaration 'core' definition 'service_core'. [funcArgNamesDifferent]
ekiga-4.0.1/src/gui/assistant.h:73:62: note: Function 'ekiga_assistant_new' argument 1 names different: declaration 'core' definition 'service_core'.
ekiga-4.0.1/src/gui/assistant.cpp:1672:42: note: Function 'ekiga_assistant_new' argument 1 names different: declaration 'core' definition 'service_core'.
ekiga-4.0.1/src/gui/assistant.cpp:1256:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/src/gui/assistant.cpp:1278:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/src/gui/assistant.cpp:1300:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ekiga-4.0.1/src/gui/conf.cpp:101:17: style: Redundant condition: conf_url. '!conf_url || (conf_url && !g_strcmp0(conf_url,""))' is equivalent to '!conf_url || !g_strcmp0(conf_url,"")' [redundantCondition]
ekiga-4.0.1/src/gui/conf.cpp:146:3: style: Variable 'plugin' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/src/gui/conf.cpp:143:0: note: Variable 'plugin' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/conf.cpp:146:3: note: Variable 'plugin' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/conf.cpp:209:3: style: Variable 'old_values' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/src/gui/conf.cpp:208:0: note: Variable 'old_values' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/conf.cpp:209:3: note: Variable 'old_values' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/main_window.cpp:491:7: style: Variable 'entry' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/src/gui/main_window.cpp:489:0: note: Variable 'entry' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/main_window.cpp:491:7: note: Variable 'entry' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/main_window.cpp:509:3: style: Variable 'mw' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/src/gui/main_window.cpp:505:0: note: Variable 'mw' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/main_window.cpp:509:3: note: Variable 'mw' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/main_window.cpp:542:3: style: Variable 'tip_text' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/src/gui/main_window.cpp:540:0: note: Variable 'tip_text' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/main_window.cpp:542:3: note: Variable 'tip_text' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/main_window.cpp:581:5: style: Variable 'mw' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/src/gui/main_window.cpp:578:0: note: Variable 'mw' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/main_window.cpp:581:5: note: Variable 'mw' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/main_window.cpp:582:5: style: Variable 'msg' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/src/gui/main_window.cpp:579:0: note: Variable 'msg' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/main_window.cpp:582:5: note: Variable 'msg' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/main_window.cpp:653:3: style: Variable 'info' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/src/gui/main_window.cpp:646:0: note: Variable 'info' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/main_window.cpp:653:3: note: Variable 'info' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/main_window.cpp:666:3: style: Variable 'call_window' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/src/gui/main_window.cpp:645:0: note: Variable 'call_window' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/main_window.cpp:666:3: note: Variable 'call_window' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/main_window.cpp:713:3: style: Variable 'info' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/src/gui/main_window.cpp:712:0: note: Variable 'info' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/main_window.cpp:713:3: note: Variable 'info' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/main_window.cpp:773:3: style: Variable 'call_window' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/src/gui/main_window.cpp:765:0: note: Variable 'call_window' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/main_window.cpp:773:3: note: Variable 'call_window' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/main_window.cpp:908:5: style: Variable 'menu' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/src/gui/main_window.cpp:898:0: note: Variable 'menu' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/main_window.cpp:908:5: note: Variable 'menu' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/main_window.cpp:1135:3: style: Variable 'item' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/src/gui/main_window.cpp:1123:0: note: Variable 'item' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/main_window.cpp:1135:3: note: Variable 'item' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/main_window.cpp:1138:3: style: Variable 'completion' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/src/gui/main_window.cpp:1124:0: note: Variable 'completion' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/main_window.cpp:1138:3: note: Variable 'completion' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/main_window.cpp:1167:3: style: Variable 'call_button' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/src/gui/main_window.cpp:1121:0: note: Variable 'call_button' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/main_window.cpp:1167:3: note: Variable 'call_button' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/main_window.cpp:1168:3: style: Variable 'image' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/src/gui/main_window.cpp:1122:0: note: Variable 'image' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/main_window.cpp:1168:3: note: Variable 'image' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/main_window.cpp:1200:3: style: Variable 'image' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/src/gui/main_window.cpp:1189:0: note: Variable 'image' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/main_window.cpp:1200:3: note: Variable 'image' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/main_window.cpp:1213:3: style: Variable 'item' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/src/gui/main_window.cpp:1190:0: note: Variable 'item' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/main_window.cpp:1213:3: note: Variable 'item' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/main_window.cpp:1273:3: style: Variable 'addressbook_window' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/src/gui/main_window.cpp:1260:0: note: Variable 'addressbook_window' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/main_window.cpp:1273:3: note: Variable 'addressbook_window' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/main_window.cpp:1274:3: style: Variable 'accounts_window' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/src/gui/main_window.cpp:1261:0: note: Variable 'accounts_window' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/main_window.cpp:1274:3: note: Variable 'accounts_window' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/main_window.cpp:1275:3: style: Variable 'prefs_window' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/src/gui/main_window.cpp:1262:0: note: Variable 'prefs_window' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/main_window.cpp:1275:3: note: Variable 'prefs_window' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/main_window.cpp:1276:3: style: Variable 'assistant_window' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/src/gui/main_window.cpp:1263:0: note: Variable 'assistant_window' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/main_window.cpp:1276:3: note: Variable 'assistant_window' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/main_window.cpp:1281:3: style: Variable 'cps' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/src/gui/main_window.cpp:1265:0: note: Variable 'cps' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/main_window.cpp:1281:3: note: Variable 'cps' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/main_window.cpp:1282:3: style: Variable 'show_offline_contacts' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/src/gui/main_window.cpp:1266:0: note: Variable 'show_offline_contacts' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/main_window.cpp:1282:3: note: Variable 'show_offline_contacts' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/main_window.cpp:1283:3: style: Variable 'enable_preview' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/src/gui/main_window.cpp:1267:0: note: Variable 'enable_preview' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/main_window.cpp:1283:3: note: Variable 'enable_preview' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/main_window.cpp:1416:3: style: Variable 'item' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/src/gui/main_window.cpp:1407:0: note: Variable 'item' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/main_window.cpp:1416:3: note: Variable 'item' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/main_window.cpp:1437:3: style: Variable 'label' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/src/gui/main_window.cpp:1433:0: note: Variable 'label' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/main_window.cpp:1437:3: note: Variable 'label' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/main_window.cpp:1454:3: style: Variable 'vbox' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/src/gui/main_window.cpp:1452:0: note: Variable 'vbox' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/main_window.cpp:1454:3: note: Variable 'vbox' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/main_window.cpp:1455:3: style: Variable 'dialpad' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/src/gui/main_window.cpp:1449:0: note: Variable 'dialpad' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/main_window.cpp:1455:3: note: Variable 'dialpad' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/main_window.cpp:1459:3: style: Variable 'alignment' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/src/gui/main_window.cpp:1450:0: note: Variable 'alignment' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/main_window.cpp:1459:3: note: Variable 'alignment' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/main_window.cpp:1466:3: style: Variable 'label' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/src/gui/main_window.cpp:1451:0: note: Variable 'label' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/main_window.cpp:1466:3: note: Variable 'label' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/main_window.cpp:1484:3: style: Variable 'label' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/src/gui/main_window.cpp:1477:0: note: Variable 'label' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/main_window.cpp:1484:3: note: Variable 'label' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/main_window.cpp:1772:3: style: Variable 'chat_window' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/src/gui/main_window.cpp:1767:0: note: Variable 'chat_window' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/main_window.cpp:1772:3: note: Variable 'chat_window' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/main_window.cpp:1773:3: style: Variable 'status_icon' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/src/gui/main_window.cpp:1768:0: note: Variable 'status_icon' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/main_window.cpp:1773:3: note: Variable 'status_icon' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/main_window.cpp:1779:3: style: Variable 'window' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/src/gui/main_window.cpp:1766:0: note: Variable 'window' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/main_window.cpp:1779:3: note: Variable 'window' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/main_window.cpp:1030:12: style: The scope of the variable 'i' can be reduced. [variableScope]
ekiga-4.0.1/src/gui/main_window.cpp:1016:24: style: Function 'dialpad_button_clicked_cb' argument 3 names different: declaration 'main_window' definition 'mw'. [funcArgNamesDifferent]
ekiga-4.0.1/src/gui/main_window.cpp:297:29: note: Function 'dialpad_button_clicked_cb' argument 3 names different: declaration 'main_window' definition 'mw'.
ekiga-4.0.1/src/gui/main_window.cpp:1016:24: note: Function 'dialpad_button_clicked_cb' argument 3 names different: declaration 'main_window' definition 'mw'.
ekiga-4.0.1/src/gui/main_window.cpp:85:8: style: struct member 'deviceStruct::name' is never used. [unusedStructMember]
ekiga-4.0.1/src/gui/main_window.cpp:402:62: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/src/gui/main_window.cpp:421:24: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/src/gui/main_window.cpp:430:29: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/src/gui/main_window.cpp:439:25: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/src/gui/main_window.cpp:449:25: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/src/gui/main_window.cpp:458:29: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/src/gui/main_window.cpp:467:29: performance: Function parameter 'uri' should be passed by const reference. [passedByValue]
ekiga-4.0.1/src/gui/statusmenu.cpp:517:3: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/src/gui/statusmenu.cpp:514:0: note: Variable 'status' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/statusmenu.cpp:517:3: note: Variable 'status' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/statusmenu.cpp:520:3: style: Variable 'dialog' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/src/gui/statusmenu.cpp:497:0: note: Variable 'dialog' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/statusmenu.cpp:520:3: note: Variable 'dialog' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/statusmenu.cpp:531:3: style: Variable 'vbox' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/src/gui/statusmenu.cpp:498:0: note: Variable 'vbox' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/statusmenu.cpp:531:3: note: Variable 'vbox' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/statusmenu.cpp:536:3: style: Variable 'label' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/src/gui/statusmenu.cpp:507:0: note: Variable 'label' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/statusmenu.cpp:536:3: note: Variable 'label' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/statusmenu.cpp:540:3: style: Variable 'list_store' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/src/gui/statusmenu.cpp:504:0: note: Variable 'list_store' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/statusmenu.cpp:540:3: note: Variable 'list_store' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/statusmenu.cpp:544:3: style: Variable 'tree_view' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/src/gui/statusmenu.cpp:500:0: note: Variable 'tree_view' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/statusmenu.cpp:544:3: note: Variable 'tree_view' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/statusmenu.cpp:548:3: style: Variable 'column' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/src/gui/statusmenu.cpp:506:0: note: Variable 'column' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/statusmenu.cpp:548:3: note: Variable 'column' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/statusmenu.cpp:549:3: style: Variable 'renderer' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/src/gui/statusmenu.cpp:505:0: note: Variable 'renderer' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/statusmenu.cpp:549:3: note: Variable 'renderer' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/statusmenu.cpp:562:3: style: Variable 'frame' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/src/gui/statusmenu.cpp:499:0: note: Variable 'frame' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/statusmenu.cpp:562:3: note: Variable 'frame' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/statusmenu.cpp:665:3: style: Variable 'presence' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/src/gui/statusmenu.cpp:652:0: note: Variable 'presence' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/statusmenu.cpp:665:3: note: Variable 'presence' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/statusmenu.cpp:666:3: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/src/gui/statusmenu.cpp:653:0: note: Variable 'status' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/statusmenu.cpp:666:3: note: Variable 'status' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/statusmenu.cpp:668:3: style: Variable 'dialog' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/src/gui/statusmenu.cpp:656:0: note: Variable 'dialog' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/statusmenu.cpp:668:3: note: Variable 'dialog' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/statusmenu.cpp:676:3: style: Variable 'vbox' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/src/gui/statusmenu.cpp:659:0: note: Variable 'vbox' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/statusmenu.cpp:676:3: note: Variable 'vbox' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/statusmenu.cpp:680:3: style: Variable 'hbox' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/src/gui/statusmenu.cpp:660:0: note: Variable 'hbox' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/statusmenu.cpp:680:3: note: Variable 'hbox' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/statusmenu.cpp:682:3: style: Variable 'image' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/src/gui/statusmenu.cpp:661:0: note: Variable 'image' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/statusmenu.cpp:682:3: note: Variable 'image' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/statusmenu.cpp:685:3: style: Variable 'label' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/src/gui/statusmenu.cpp:657:0: note: Variable 'label' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/statusmenu.cpp:685:3: note: Variable 'label' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/statusmenu.cpp:690:3: style: Variable 'entry' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/src/gui/statusmenu.cpp:658:0: note: Variable 'entry' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/statusmenu.cpp:690:3: note: Variable 'entry' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/statusmenu.cpp:735:3: style: Variable 'gobject_class' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/src/gui/statusmenu.cpp:731:0: note: Variable 'gobject_class' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/statusmenu.cpp:735:3: note: Variable 'gobject_class' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/statusmenu.cpp:746:3: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/src/gui/statusmenu.cpp:744:0: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/statusmenu.cpp:746:3: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/statusmenu.cpp:803:3: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/src/gui/statusmenu.cpp:797:0: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/statusmenu.cpp:803:3: note: Variable 'self' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/statusmenu.cpp:818:3: style: Variable 'renderer' is reassigned a value before the old one has been used. [redundantAssignment]
ekiga-4.0.1/src/gui/statusmenu.cpp:800:0: note: Variable 'renderer' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/statusmenu.cpp:818:3: note: Variable 'renderer' is reassigned a value before the old one has been used.
ekiga-4.0.1/src/gui/statusmenu.cpp:511:7: style: The scope of the variable 'response' can be reduced. [variableScope]
ekiga-4.0.1/src/gui/statusmenu.cpp:323:47: style: Function 'status_menu_custom_messages_changed' argument 3 names different: declaration 'data' definition 'self'. [funcArgNamesDifferent]
ekiga-4.0.1/src/gui/statusmenu.cpp:159:47: note: Function 'status_menu_custom_messages_changed' argument 3 names different: declaration 'data' definition 'self'.
ekiga-4.0.1/src/gui/statusmenu.cpp:323:47: note: Function 'status_menu_custom_messages_changed' argument 3 names different: declaration 'data' definition 'self'.
[17:31]

ftp://ftp.se.debian.org/debian/pool/main/e/el-get/el-get_3.1.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/e/el-ixir/el-ixir_3.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/el-mock-el/el-mock-el_1.25.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/el-x/el-x_0.3.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/elastalert/elastalert_0.1.29.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/elasticsearch/elasticsearch_1.6.2+dfsg.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/e/elasticsearch-curator/elasticsearch-curator_5.2.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/elastix/elastix_4.8.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/e/eldav/eldav_0.8.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/electric/electric_9.07+dfsg.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/e/electricsheep/electricsheep_2.7~b12+svn20091224.orig.tar.gz
electricsheep-2.7~b12+svn20091224/electricsheep-voter.c:68:10: style: The scope of the variable 'pbuf' can be reduced. [variableScope]
electricsheep-2.7~b12+svn20091224/electricsheep-voter.c:67:10: style: Unused variable: vote_file_name [unusedVariable]
electricsheep-2.7~b12+svn20091224/electricsheep.c:1060:6: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
electricsheep-2.7~b12+svn20091224/electricsheep.c:1036:9: note: outer condition: 1
electricsheep-2.7~b12+svn20091224/electricsheep.c:1060:6: note: identical inner condition: 1
electricsheep-2.7~b12+svn20091224/electricsheep.c:1774:17: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
electricsheep-2.7~b12+svn20091224/electricsheep.c:984:10: style: The scope of the variable 'fbuf' can be reduced. [variableScope]
electricsheep-2.7~b12+svn20091224/electricsheep.c:1338:12: style: The scope of the variable 'total' can be reduced. [variableScope]
electricsheep-2.7~b12+svn20091224/electricsheep.c:2323:9: style: The scope of the variable 'p' can be reduced. [variableScope]
electricsheep-2.7~b12+svn20091224/electricsheep.c:366:6: error: Common realloc mistake: 'cached_sheep' nulled but not freed upon failure [memleakOnRealloc]
electricsheep-2.7~b12+svn20091224/electricsheep.c:417:2: error: Common realloc mistake: 'cached_sheep' nulled but not freed upon failure [memleakOnRealloc]
electricsheep-2.7~b12+svn20091224/electricsheep.c:1698:6: error: Common realloc mistake: 'server_sheep' nulled but not freed upon failure [memleakOnRealloc]
electricsheep-2.7~b12+svn20091224/electricsheep.c:573:0: error: Memory leak: tms [memleak]
getdate.y:793:30: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
electricsheep-2.7~b12+svn20091224/utils.c:435:20: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
electricsheep-2.7~b12+svn20091224/utils.c:95:9: style: The scope of the variable 'i' can be reduced. [variableScope]
electricsheep-2.7~b12+svn20091224/utils.c:170:37: style: Function 'write_rc' argument 2 names different: declaration 'file_name' definition 'fn'. [funcArgNamesDifferent]
electricsheep-2.7~b12+svn20091224/electricsheep.h:67:37: note: Function 'write_rc' argument 2 names different: declaration 'file_name' definition 'fn'.
electricsheep-2.7~b12+svn20091224/utils.c:170:37: note: Function 'write_rc' argument 2 names different: declaration 'file_name' definition 'fn'.
electricsheep-2.7~b12+svn20091224/utils.c:306:36: style: Function 'read_rc' argument 2 names different: declaration 'file_name' definition 'fn'. [funcArgNamesDifferent]
electricsheep-2.7~b12+svn20091224/electricsheep.h:66:36: note: Function 'read_rc' argument 2 names different: declaration 'file_name' definition 'fn'.
electricsheep-2.7~b12+svn20091224/utils.c:306:36: note: Function 'read_rc' argument 2 names different: declaration 'file_name' definition 'fn'.
[17:31]

ftp://ftp.se.debian.org/debian/pool/main/e/electrum/electrum_3.1.3.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/elektra/elektra_0.8.7.orig.tar.gz
elektra-0.8.7/src/bindings/cpp/tests/testcpp11_contextual.cpp:118:2: style: Class 'ProfileLayer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elektra-0.8.7/src/bindings/cpp/tests/testcpp11_iter.cpp:169:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elektra-0.8.7/src/bindings/cpp/tests/testcpp11_iter.cpp:172:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elektra-0.8.7/src/bindings/cpp/tests/testcpp11_iter.cpp:175:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elektra-0.8.7/src/bindings/cpp/tests/testcpp11_iter.cpp:177:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elektra-0.8.7/src/bindings/cpp/tests/testcpp11_iter.cpp:180:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elektra-0.8.7/src/bindings/cpp/tests/testcpp11_iter.cpp:183:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elektra-0.8.7/src/bindings/cpp/tests/testcpp11_iter.cpp:221:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elektra-0.8.7/src/bindings/cpp/tests/testcpp11_iter.cpp:224:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elektra-0.8.7/src/bindings/cpp/tests/testcpp11_iter.cpp:227:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elektra-0.8.7/src/bindings/cpp/tests/testcpp11_iter.cpp:229:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elektra-0.8.7/src/bindings/cpp/tests/testcpp11_iter.cpp:232:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elektra-0.8.7/src/bindings/cpp/tests/testcpp11_iter.cpp:235:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elektra-0.8.7/src/external/gtest-1.7.0/samples/sample10_unittest.cc:98:0: error: syntax error [syntaxError]
elektra-0.8.7/src/external/gtest-1.7.0/samples/sample2.cc:51:32: style: Function 'Set' argument 1 names different: declaration 'c_string' definition 'a_c_string'. [funcArgNamesDifferent]
elektra-0.8.7/src/external/gtest-1.7.0/samples/sample2.h:81:24: note: Function 'Set' argument 1 names different: declaration 'c_string' definition 'a_c_string'.
elektra-0.8.7/src/external/gtest-1.7.0/samples/sample2.cc:51:32: note: Function 'Set' argument 1 names different: declaration 'c_string' definition 'a_c_string'.
elektra-0.8.7/src/external/gtest-1.7.0/samples/sample5_unittest.cc:146:16: style: The function 'SetUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/external/gtest-1.7.0/samples/sample5_unittest.cc:67:16: note: Virtual function in base class
elektra-0.8.7/src/external/gtest-1.7.0/samples/sample5_unittest.cc:146:16: note: Function in derived class
elektra-0.8.7/src/external/gtest-1.7.0/samples/prime_tables.h:84:34: style: Class 'PreCalculatedPrimeTable' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
elektra-0.8.7/src/external/gtest-1.7.0/samples/prime_tables.h:58:16: style: The function 'IsPrime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/external/gtest-1.7.0/samples/prime_tables.h:48:16: note: Virtual function in base class
elektra-0.8.7/src/external/gtest-1.7.0/samples/prime_tables.h:58:16: note: Function in derived class
elektra-0.8.7/src/external/gtest-1.7.0/samples/prime_tables.h:69:15: style: The function 'GetNextPrime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/external/gtest-1.7.0/samples/prime_tables.h:52:15: note: Virtual function in base class
elektra-0.8.7/src/external/gtest-1.7.0/samples/prime_tables.h:69:15: note: Function in derived class
elektra-0.8.7/src/external/gtest-1.7.0/samples/prime_tables.h:89:16: style: The function 'IsPrime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/external/gtest-1.7.0/samples/prime_tables.h:48:16: note: Virtual function in base class
elektra-0.8.7/src/external/gtest-1.7.0/samples/prime_tables.h:89:16: note: Function in derived class
elektra-0.8.7/src/external/gtest-1.7.0/samples/prime_tables.h:93:15: style: The function 'GetNextPrime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/external/gtest-1.7.0/samples/prime_tables.h:52:15: note: Virtual function in base class
elektra-0.8.7/src/external/gtest-1.7.0/samples/prime_tables.h:93:15: note: Function in derived class
elektra-0.8.7/src/external/gtest-1.7.0/samples/sample9_unittest.cc:93:0: error: syntax error [syntaxError]
elektra-0.8.7/src/external/gtest-1.7.0/src/gtest-filepath.cc:239:3: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
elektra-0.8.7/src/external/gtest-1.7.0/src/gtest-filepath.cc:219:0: note: Variable 'result' is reassigned a value before the old one has been used.
elektra-0.8.7/src/external/gtest-1.7.0/src/gtest-filepath.cc:239:3: note: Variable 'result' is reassigned a value before the old one has been used.
elektra-0.8.7/src/external/gtest-1.7.0/src/gtest.cc:2976:1: style: Function 'OnTestProgramStart' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent]
elektra-0.8.7/src/external/gtest-1.7.0/src/gtest.cc:2911:51: note: Function 'OnTestProgramStart' argument 1 names different: declaration 'unit_test' definition 'parameter'.
elektra-0.8.7/src/external/gtest-1.7.0/src/gtest.cc:2976:1: note: Function 'OnTestProgramStart' argument 1 names different: declaration 'unit_test' definition 'parameter'.
elektra-0.8.7/src/external/gtest-1.7.0/src/gtest.cc:2977:1: style: Function 'OnEnvironmentsSetUpStart' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent]
elektra-0.8.7/src/external/gtest-1.7.0/src/gtest.cc:2913:57: note: Function 'OnEnvironmentsSetUpStart' argument 1 names different: declaration 'unit_test' definition 'parameter'.
elektra-0.8.7/src/external/gtest-1.7.0/src/gtest.cc:2977:1: note: Function 'OnEnvironmentsSetUpStart' argument 1 names different: declaration 'unit_test' definition 'parameter'.
elektra-0.8.7/src/external/gtest-1.7.0/src/gtest.cc:2978:1: style: Function 'OnTestCaseStart' argument 1 names different: declaration 'test_case' definition 'parameter'. [funcArgNamesDifferent]
elektra-0.8.7/src/external/gtest-1.7.0/src/gtest.cc:2915:48: note: Function 'OnTestCaseStart' argument 1 names different: declaration 'test_case' definition 'parameter'.
elektra-0.8.7/src/external/gtest-1.7.0/src/gtest.cc:2978:1: note: Function 'OnTestCaseStart' argument 1 names different: declaration 'test_case' definition 'parameter'.
elektra-0.8.7/src/external/gtest-1.7.0/src/gtest.cc:2979:1: style: Function 'OnTestStart' argument 1 names different: declaration 'test_info' definition 'parameter'. [funcArgNamesDifferent]
elektra-0.8.7/src/external/gtest-1.7.0/src/gtest.cc:2916:44: note: Function 'OnTestStart' argument 1 names different: declaration 'test_info' definition 'parameter'.
elektra-0.8.7/src/external/gtest-1.7.0/src/gtest.cc:2979:1: note: Function 'OnTestStart' argument 1 names different: declaration 'test_info' definition 'parameter'.
elektra-0.8.7/src/external/gtest-1.7.0/src/gtest.cc:2980:1: style: Function 'OnTestPartResult' argument 1 names different: declaration 'result' definition 'parameter'. [funcArgNamesDifferent]
elektra-0.8.7/src/external/gtest-1.7.0/src/gtest.cc:2917:55: note: Function 'OnTestPartResult' argument 1 names different: declaration 'result' definition 'parameter'.
elektra-0.8.7/src/external/gtest-1.7.0/src/gtest.cc:2980:1: note: Function 'OnTestPartResult' argument 1 names different: declaration 'result' definition 'parameter'.
elektra-0.8.7/src/external/gtest-1.7.0/src/gtest.cc:2981:1: style: Function 'OnEnvironmentsTearDownStart' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent]
elektra-0.8.7/src/external/gtest-1.7.0/src/gtest.cc:2920:60: note: Function 'OnEnvironmentsTearDownStart' argument 1 names different: declaration 'unit_test' definition 'parameter'.
elektra-0.8.7/src/external/gtest-1.7.0/src/gtest.cc:2981:1: note: Function 'OnEnvironmentsTearDownStart' argument 1 names different: declaration 'unit_test' definition 'parameter'.
elektra-0.8.7/src/external/gtest-1.7.0/src/gtest.cc:2982:1: style: Function 'OnEnvironmentsSetUpEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent]
elektra-0.8.7/src/external/gtest-1.7.0/src/gtest.cc:2914:55: note: Function 'OnEnvironmentsSetUpEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'.
elektra-0.8.7/src/external/gtest-1.7.0/src/gtest.cc:2982:1: note: Function 'OnEnvironmentsSetUpEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'.
elektra-0.8.7/src/external/gtest-1.7.0/src/gtest.cc:2983:1: style: Function 'OnEnvironmentsTearDownEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent]
elektra-0.8.7/src/external/gtest-1.7.0/src/gtest.cc:2921:58: note: Function 'OnEnvironmentsTearDownEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'.
elektra-0.8.7/src/external/gtest-1.7.0/src/gtest.cc:2983:1: note: Function 'OnEnvironmentsTearDownEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'.
elektra-0.8.7/src/external/gtest-1.7.0/src/gtest.cc:2984:1: style: Function 'OnTestEnd' argument 1 names different: declaration 'test_info' definition 'parameter'. [funcArgNamesDifferent]
elektra-0.8.7/src/external/gtest-1.7.0/src/gtest.cc:2918:42: note: Function 'OnTestEnd' argument 1 names different: declaration 'test_info' definition 'parameter'.
elektra-0.8.7/src/external/gtest-1.7.0/src/gtest.cc:2984:1: note: Function 'OnTestEnd' argument 1 names different: declaration 'test_info' definition 'parameter'.
elektra-0.8.7/src/external/gtest-1.7.0/src/gtest.cc:2985:1: style: Function 'OnTestCaseEnd' argument 1 names different: declaration 'test_case' definition 'parameter'. [funcArgNamesDifferent]
elektra-0.8.7/src/external/gtest-1.7.0/src/gtest.cc:2919:46: note: Function 'OnTestCaseEnd' argument 1 names different: declaration 'test_case' definition 'parameter'.
elektra-0.8.7/src/external/gtest-1.7.0/src/gtest.cc:2985:1: note: Function 'OnTestCaseEnd' argument 1 names different: declaration 'test_case' definition 'parameter'.
elektra-0.8.7/src/external/gtest-1.7.0/src/gtest.cc:2986:1: style: Function 'OnTestProgramEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent]
elektra-0.8.7/src/external/gtest-1.7.0/src/gtest.cc:2923:49: note: Function 'OnTestProgramEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'.
elektra-0.8.7/src/external/gtest-1.7.0/src/gtest.cc:2986:1: note: Function 'OnTestProgramEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'.
elektra-0.8.7/src/libelektra/backend.c:371:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
elektra-0.8.7/src/libelektra/key.c:277:10: style: The scope of the variable 'va' can be reduced. [variableScope]
elektra-0.8.7/src/libelektra/key.c:304:9: style: The scope of the variable 'value' can be reduced. [variableScope]
elektra-0.8.7/src/libelektra/key.c:305:10: style: The scope of the variable 'valueSize' can be reduced. [variableScope]
elektra-0.8.7/src/libelektra/keyhelpers.c:298:9: style: The scope of the variable 'size' can be reduced. [variableScope]
elektra-0.8.7/src/libelektra/keyhelpers.c:332:8: style: The scope of the variable 'cursor' can be reduced. [variableScope]
elektra-0.8.7/src/libelektra/keyname.c:471:9: style: The scope of the variable 'ownerSize' can be reduced. [variableScope]
elektra-0.8.7/src/libelektra/keyname.c:703:14: style: The scope of the variable 'p' can be reduced. [variableScope]
elektra-0.8.7/src/libelektra/keyname.c:755:14: style: The scope of the variable 'p' can be reduced. [variableScope]
elektra-0.8.7/src/libelektra/keyset.c:191:7: style: The scope of the variable 'key' can be reduced. [variableScope]
elektra-0.8.7/src/libelektra/keyset.c:1587:9: style: The scope of the variable 'jump' can be reduced. [variableScope]
elektra-0.8.7/src/libelektra/keyset.c:1731:9: style: The scope of the variable 'newname' can be reduced. [variableScope]
elektra-0.8.7/src/libelektra/plugin.c:203:12: style: The scope of the variable 'pluginConfig' can be reduced. [variableScope]
elektra-0.8.7/src/libelektra/plugin.c:204:9: style: The scope of the variable 'key' can be reduced. [variableScope]
elektra-0.8.7/src/libelektra/split.c:292:10: style: The scope of the variable 'curFound' can be reduced. [variableScope]
elektra-0.8.7/src/libelektra/split.c:295:11: style: The scope of the variable 'curHandle' can be reduced. [variableScope]
elektra-0.8.7/src/libelektra/split.c:334:10: style: The scope of the variable 'curFound' can be reduced. [variableScope]
elektra-0.8.7/src/libelektra/split.c:336:11: style: The scope of the variable 'curHandle' can be reduced. [variableScope]
elektra-0.8.7/src/libelektra/trie.c:112:8: style: The scope of the variable 'p' can be reduced. [variableScope]
elektra-0.8.7/src/liberror/parser.hpp:13:26: performance: Function parameter 'info_' should be passed by const reference. [passedByValue]
elektra-0.8.7/src/libtools/src/merging/interactivemergestrategy.cpp:26:28: performance: Function parameter 'whichKey' should be passed by const reference. [passedByValue]
elektra-0.8.7/src/libtools/tests/mergetestutils.cpp:34:3: performance: Variable 'baseParent' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
elektra-0.8.7/src/libtools/tests/testtool_backend.cpp:25:51: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
elektra-0.8.7/src/plugins/augeas/augeas.c:185:3: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
elektra-0.8.7/src/plugins/augeas/augeas.c:182:3: note: Variable 'result' is reassigned a value before the old one has been used.
elektra-0.8.7/src/plugins/augeas/augeas.c:185:3: note: Variable 'result' is reassigned a value before the old one has been used.
elektra-0.8.7/src/plugins/augeas/augeas.c:338:46: style: Function 'elektraAugeasGet' argument 2 names different: declaration 'ks' definition 'returned'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/augeas/augeas.h:26:46: note: Function 'elektraAugeasGet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/augeas/augeas.c:338:46: note: Function 'elektraAugeasGet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/augeas/augeas.c:426:46: style: Function 'elektraAugeasSet' argument 2 names different: declaration 'ks' definition 'returned'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/augeas/augeas.h:27:46: note: Function 'elektraAugeasSet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/augeas/augeas.c:426:46: note: Function 'elektraAugeasSet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/augeas/augeas.c:218:58: error: Memory leak: content [memleak]
elektra-0.8.7/src/plugins/augeas/testmod_augeas.c:28:17: style: Variable 'conf' is assigned a value that is never used. [unreadVariable]
elektra-0.8.7/src/plugins/augeas/testmod_augeas.c:79:17: style: Variable 'conf' is assigned a value that is never used. [unreadVariable]
elektra-0.8.7/src/plugins/augeas/testmod_augeas.c:131:17: style: Variable 'conf' is assigned a value that is never used. [unreadVariable]
elektra-0.8.7/src/plugins/augeas/testmod_augeas.c:187:17: style: Variable 'conf' is assigned a value that is never used. [unreadVariable]
elektra-0.8.7/src/plugins/augeas/testmod_augeas.c:233:17: style: Variable 'conf' is assigned a value that is never used. [unreadVariable]
elektra-0.8.7/src/plugins/augeas/testmod_augeas.c:308:17: style: Variable 'conf' is assigned a value that is never used. [unreadVariable]
elektra-0.8.7/src/plugins/ccode/ccode.c:80:7: style: The scope of the variable 'cur' can be reduced. [variableScope]
elektra-0.8.7/src/plugins/ccode/ccode.c:58:47: style: Function 'elektraCcodeOpen' argument 2 names different: declaration 'k' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/ccode/ccode.h:47:43: note: Function 'elektraCcodeOpen' argument 2 names different: declaration 'k' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/ccode/ccode.c:58:47: note: Function 'elektraCcodeOpen' argument 2 names different: declaration 'k' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/ccode/ccode.c:134:48: style: Function 'elektraCcodeClose' argument 2 names different: declaration 'k' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/ccode/ccode.h:48:44: note: Function 'elektraCcodeClose' argument 2 names different: declaration 'k' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/ccode/ccode.c:134:48: note: Function 'elektraCcodeClose' argument 2 names different: declaration 'k' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/ccode/ccode.c:150:47: style: Function 'elektraCcodeDecode' argument 2 names different: declaration 'h' definition 'd'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/ccode/ccode.h:45:47: note: Function 'elektraCcodeDecode' argument 2 names different: declaration 'h' definition 'd'.
elektra-0.8.7/src/plugins/ccode/ccode.c:150:47: note: Function 'elektraCcodeDecode' argument 2 names different: declaration 'h' definition 'd'.
elektra-0.8.7/src/plugins/ccode/ccode.c:181:45: style: Function 'elektraCcodeGet' argument 2 names different: declaration 'ks' definition 'returned'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/ccode/ccode.h:49:45: note: Function 'elektraCcodeGet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/ccode/ccode.c:181:45: note: Function 'elektraCcodeGet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/ccode/ccode.c:253:47: style: Function 'elektraCcodeEncode' argument 2 names different: declaration 'h' definition 'd'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/ccode/ccode.h:44:47: note: Function 'elektraCcodeEncode' argument 2 names different: declaration 'h' definition 'd'.
elektra-0.8.7/src/plugins/ccode/ccode.c:253:47: note: Function 'elektraCcodeEncode' argument 2 names different: declaration 'h' definition 'd'.
elektra-0.8.7/src/plugins/ccode/ccode.c:289:45: style: Function 'elektraCcodeSet' argument 2 names different: declaration 'ks' definition 'returned'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/ccode/ccode.h:50:45: note: Function 'elektraCcodeSet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/ccode/ccode.c:289:45: note: Function 'elektraCcodeSet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/ccode/ccode.c:289:70: style: Function 'elektraCcodeSet' argument 3 names different: declaration 'parentKey' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/ccode/ccode.h:50:54: note: Function 'elektraCcodeSet' argument 3 names different: declaration 'parentKey' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/ccode/ccode.c:289:70: note: Function 'elektraCcodeSet' argument 3 names different: declaration 'parentKey' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/dbus/dbus.c:30:35: style: Function 'elektraDbusGet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/dbus/dbus.h:42:28: note: Function 'elektraDbusGet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/dbus/dbus.c:30:35: note: Function 'elektraDbusGet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/dbus/dbus.c:31:14: style: Function 'elektraDbusGet' argument 2 names different: declaration 'ks' definition 'returned'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/dbus/dbus.h:42:44: note: Function 'elektraDbusGet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/dbus/dbus.c:31:14: note: Function 'elektraDbusGet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/dbus/dbus.c:32:21: style: Function 'elektraDbusGet' argument 3 names different: declaration 'parentKey' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/dbus/dbus.h:42:53: note: Function 'elektraDbusGet' argument 3 names different: declaration 'parentKey' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/dbus/dbus.c:32:21: note: Function 'elektraDbusGet' argument 3 names different: declaration 'parentKey' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/dbus/dbus.c:65:35: style: Function 'elektraDbusSet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/dbus/dbus.h:43:28: note: Function 'elektraDbusSet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/dbus/dbus.c:65:35: note: Function 'elektraDbusSet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/dbus/dbus.c:66:23: style: Function 'elektraDbusSet' argument 2 names different: declaration 'ks' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/dbus/dbus.h:43:44: note: Function 'elektraDbusSet' argument 2 names different: declaration 'ks' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/dbus/dbus.c:66:23: note: Function 'elektraDbusSet' argument 2 names different: declaration 'ks' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/dump/dump.cpp:198:50: style: Function 'elektraDumpGet' argument 2 names different: declaration 'ks' definition 'returned'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/dump/dump.hpp:55:56: note: Function 'elektraDumpGet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/dump/dump.cpp:198:50: note: Function 'elektraDumpGet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/dump/dump.cpp:256:50: style: Function 'elektraDumpSet' argument 2 names different: declaration 'ks' definition 'returned'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/dump/dump.hpp:56:56: note: Function 'elektraDumpSet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/dump/dump.cpp:256:50: note: Function 'elektraDumpSet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/error/error.c:36:36: style: Function 'elektraErrorGet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/error/error.h:33:29: note: Function 'elektraErrorGet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/error/error.c:36:36: note: Function 'elektraErrorGet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/error/error.c:36:60: style: Function 'elektraErrorGet' argument 2 names different: declaration 'ks' definition 'returned'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/error/error.h:33:45: note: Function 'elektraErrorGet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/error/error.c:36:60: note: Function 'elektraErrorGet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/error/error.c:36:85: style: Function 'elektraErrorGet' argument 3 names different: declaration 'parentKey' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/error/error.h:33:54: note: Function 'elektraErrorGet' argument 3 names different: declaration 'parentKey' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/error/error.c:36:85: note: Function 'elektraErrorGet' argument 3 names different: declaration 'parentKey' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/error/error.c:73:36: style: Function 'elektraErrorSet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/error/error.h:34:29: note: Function 'elektraErrorSet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/error/error.c:73:36: note: Function 'elektraErrorSet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/error/error.c:73:60: style: Function 'elektraErrorSet' argument 2 names different: declaration 'ks' definition 'returned'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/error/error.h:34:45: note: Function 'elektraErrorSet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/error/error.c:73:60: note: Function 'elektraErrorSet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/fstab/fstab.c:51:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
elektra-0.8.7/src/plugins/fstab/fstab.c:81:7: style: The scope of the variable 'dir' can be reduced. [variableScope]
elektra-0.8.7/src/plugins/fstab/fstab.c:234:8: style: The scope of the variable 'basename' can be reduced. [variableScope]
elektra-0.8.7/src/plugins/fstab/fstab.c:76:36: style: Function 'elektraFstabGet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/fstab/fstab.h:47:29: note: Function 'elektraFstabGet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/fstab/fstab.c:76:36: note: Function 'elektraFstabGet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/fstab/fstab.c:228:36: style: Function 'elektraFstabSet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/fstab/fstab.h:48:29: note: Function 'elektraFstabSet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/fstab/fstab.c:228:36: note: Function 'elektraFstabSet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/fstab/testmntent.c:16:7: style: Variable 'freq' is assigned a value that is never used. [unreadVariable]
elektra-0.8.7/src/plugins/fstab/testmntent.c:17:9: style: Variable 'passno' is assigned a value that is never used. [unreadVariable]
elektra-0.8.7/src/plugins/fstab/testmod_fstab.c:34:0: style: Variable 'conf' is assigned a value that is never used. [unreadVariable]
elektra-0.8.7/src/plugins/glob/glob.c:136:36: style: Function 'elektraGlobOpen' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/glob/glob.h:35:29: note: Function 'elektraGlobOpen' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/glob/glob.c:136:36: note: Function 'elektraGlobOpen' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/glob/glob.c:136:67: style: Function 'elektraGlobOpen' argument 2 names different: declaration 'errorKey' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/glob/glob.h:35:42: note: Function 'elektraGlobOpen' argument 2 names different: declaration 'errorKey' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/glob/glob.c:136:67: note: Function 'elektraGlobOpen' argument 2 names different: declaration 'errorKey' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/glob/glob.c:145:37: style: Function 'elektraGlobClose' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/glob/glob.h:36:30: note: Function 'elektraGlobClose' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/glob/glob.c:145:37: note: Function 'elektraGlobClose' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/glob/glob.c:145:67: style: Function 'elektraGlobClose' argument 2 names different: declaration 'errorKey' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/glob/glob.h:36:43: note: Function 'elektraGlobClose' argument 2 names different: declaration 'errorKey' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/glob/glob.c:145:67: note: Function 'elektraGlobClose' argument 2 names different: declaration 'errorKey' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/glob/glob.c:157:35: style: Function 'elektraGlobGet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/glob/glob.h:37:28: note: Function 'elektraGlobGet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/glob/glob.c:157:35: note: Function 'elektraGlobGet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/glob/glob.c:157:59: style: Function 'elektraGlobGet' argument 2 names different: declaration 'ks' definition 'returned'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/glob/glob.h:37:44: note: Function 'elektraGlobGet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/glob/glob.c:157:59: note: Function 'elektraGlobGet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/glob/glob.c:157:84: style: Function 'elektraGlobGet' argument 3 names different: declaration 'parentKey' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/glob/glob.h:37:53: note: Function 'elektraGlobGet' argument 3 names different: declaration 'parentKey' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/glob/glob.c:157:84: note: Function 'elektraGlobGet' argument 3 names different: declaration 'parentKey' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/glob/glob.c:181:44: style: Function 'elektraGlobSet' argument 2 names different: declaration 'ks' definition 'returned'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/glob/glob.h:38:44: note: Function 'elektraGlobSet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/glob/glob.c:181:44: note: Function 'elektraGlobSet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/glob/testmod_glob.c:66:17: style: Variable 'conf' is assigned a value that is never used. [unreadVariable]
elektra-0.8.7/src/plugins/glob/testmod_glob.c:111:17: style: Variable 'conf' is assigned a value that is never used. [unreadVariable]
elektra-0.8.7/src/plugins/glob/testmod_glob.c:136:17: style: Variable 'conf' is assigned a value that is never used. [unreadVariable]
elektra-0.8.7/src/plugins/glob/testmod_glob.c:161:17: style: Variable 'conf' is assigned a value that is never used. [unreadVariable]
elektra-0.8.7/src/plugins/glob/testmod_glob.c:190:17: style: Variable 'conf' is assigned a value that is never used. [unreadVariable]
elektra-0.8.7/src/plugins/hexcode/hexcode.c:284:7: style: The scope of the variable 'cur' can be reduced. [variableScope]
elektra-0.8.7/src/plugins/hexcode/hexcode.c:101:47: style: Function 'elektraHexcodeGet' argument 2 names different: declaration 'ks' definition 'returned'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/hexcode/hexcode.h:47:47: note: Function 'elektraHexcodeGet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/hexcode/hexcode.c:101:47: note: Function 'elektraHexcodeGet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/hexcode/hexcode.c:236:47: style: Function 'elektraHexcodeSet' argument 2 names different: declaration 'ks' definition 'returned'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/hexcode/hexcode.h:48:47: note: Function 'elektraHexcodeSet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/hexcode/hexcode.c:236:47: note: Function 'elektraHexcodeSet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/hexcode/hexcode.c:236:72: style: Function 'elektraHexcodeSet' argument 3 names different: declaration 'parentKey' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/hexcode/hexcode.h:48:56: note: Function 'elektraHexcodeSet' argument 3 names different: declaration 'parentKey' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/hexcode/hexcode.c:236:72: note: Function 'elektraHexcodeSet' argument 3 names different: declaration 'parentKey' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/hexcode/hexcode.c:314:50: style: Function 'elektraHexcodeClose' argument 2 names different: declaration 'k' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/hexcode/hexcode.h:50:46: note: Function 'elektraHexcodeClose' argument 2 names different: declaration 'k' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/hexcode/hexcode.c:314:50: note: Function 'elektraHexcodeClose' argument 2 names different: declaration 'k' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/hidden/hidden.c:34:53: style: Function 'elektraHiddenOpen' argument 2 names different: declaration 'errorKey' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/hidden/hidden.h:32:44: note: Function 'elektraHiddenOpen' argument 2 names different: declaration 'errorKey' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/hidden/hidden.c:34:53: note: Function 'elektraHiddenOpen' argument 2 names different: declaration 'errorKey' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/hidden/hidden.c:41:54: style: Function 'elektraHiddenClose' argument 2 names different: declaration 'errorKey' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/hidden/hidden.h:33:45: note: Function 'elektraHiddenClose' argument 2 names different: declaration 'errorKey' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/hidden/hidden.c:41:54: note: Function 'elektraHiddenClose' argument 2 names different: declaration 'errorKey' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/hidden/hidden.c:48:46: style: Function 'elektraHiddenGet' argument 2 names different: declaration 'ks' definition 'returned'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/hidden/hidden.h:34:46: note: Function 'elektraHiddenGet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/hidden/hidden.c:48:46: note: Function 'elektraHiddenGet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/hidden/hidden.c:107:46: style: Function 'elektraHiddenSet' argument 2 names different: declaration 'ks' definition 'returned'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/hidden/hidden.h:35:46: note: Function 'elektraHiddenSet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/hidden/hidden.c:107:46: note: Function 'elektraHiddenSet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/hidden/hidden.c:107:71: style: Function 'elektraHiddenSet' argument 3 names different: declaration 'parentKey' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/hidden/hidden.h:35:55: note: Function 'elektraHiddenSet' argument 3 names different: declaration 'parentKey' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/hidden/hidden.c:107:71: note: Function 'elektraHiddenSet' argument 3 names different: declaration 'parentKey' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/hosts/hosts.c:138:8: style: The scope of the variable 'fret' can be reduced. [variableScope]
elektra-0.8.7/src/plugins/hosts/hosts.c:131:36: style: Function 'elektraHostsGet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/hosts/hosts.h:22:29: note: Function 'elektraHostsGet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/hosts/hosts.c:131:36: note: Function 'elektraHostsGet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/hosts/hosts.c:131:60: style: Function 'elektraHostsGet' argument 2 names different: declaration 'ks' definition 'returned'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/hosts/hosts.h:22:45: note: Function 'elektraHostsGet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/hosts/hosts.c:131:60: note: Function 'elektraHostsGet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/hosts/hosts.c:299:36: style: Function 'elektraHostsSet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/hosts/hosts.h:23:29: note: Function 'elektraHostsSet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/hosts/hosts.c:299:36: note: Function 'elektraHostsSet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/hosts/hosts.c:299:60: style: Function 'elektraHostsSet' argument 2 names different: declaration 'ks' definition 'returned'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/hosts/hosts.h:23:45: note: Function 'elektraHostsSet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/hosts/hosts.c:299:60: note: Function 'elektraHostsSet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/hosts/testmod_hosts.c:34:0: style: Variable 'conf' is assigned a value that is never used. [unreadVariable]
elektra-0.8.7/src/plugins/iconv/iconv.h:32:0: error: #include nested too deeply [preprocessorErrorDirective]
elektra-0.8.7/src/plugins/ini/ini.c:113:34: style: Function 'elektraIniGet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/ini/ini.h:32:27: note: Function 'elektraIniGet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/ini/ini.c:113:34: note: Function 'elektraIniGet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/ini/ini.c:113:58: style: Function 'elektraIniGet' argument 2 names different: declaration 'ks' definition 'returned'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/ini/ini.h:32:43: note: Function 'elektraIniGet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/ini/ini.c:113:58: note: Function 'elektraIniGet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/ini/ini.c:174:34: style: Function 'elektraIniSet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/ini/ini.h:33:27: note: Function 'elektraIniSet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/ini/ini.c:174:34: note: Function 'elektraIniSet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/ini/ini.c:174:58: style: Function 'elektraIniSet' argument 2 names different: declaration 'ks' definition 'returned'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/ini/ini.h:33:43: note: Function 'elektraIniSet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/ini/ini.c:174:58: note: Function 'elektraIniSet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/ini/lib/inih.c:78:11: style: The scope of the variable 'start' can be reduced. [variableScope]
elektra-0.8.7/src/plugins/ini/testmod_ini.c:30:17: style: Variable 'conf' is assigned a value that is never used. [unreadVariable]
elektra-0.8.7/src/plugins/ini/testmod_ini.c:67:17: style: Variable 'conf' is assigned a value that is never used. [unreadVariable]
elektra-0.8.7/src/plugins/ini/testmod_ini.c:110:17: style: Variable 'conf' is assigned a value that is never used. [unreadVariable]
elektra-0.8.7/src/plugins/ini/testmod_ini.c:149:17: style: Variable 'conf' is assigned a value that is never used. [unreadVariable]
elektra-0.8.7/src/plugins/journald/journald.c:20:39: style: Function 'elektraJournaldGet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/journald/journald.h:15:32: note: Function 'elektraJournaldGet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/journald/journald.c:20:39: note: Function 'elektraJournaldGet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/journald/journald.c:20:63: style: Function 'elektraJournaldGet' argument 2 names different: declaration 'ks' definition 'returned'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/journald/journald.h:15:48: note: Function 'elektraJournaldGet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/journald/journald.c:20:63: note: Function 'elektraJournaldGet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/journald/journald.c:20:88: style: Function 'elektraJournaldGet' argument 3 names different: declaration 'parentKey' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/journald/journald.h:15:57: note: Function 'elektraJournaldGet' argument 3 names different: declaration 'parentKey' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/journald/journald.c:20:88: note: Function 'elektraJournaldGet' argument 3 names different: declaration 'parentKey' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/journald/journald.c:57:39: style: Function 'elektraJournaldSet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/journald/journald.h:16:32: note: Function 'elektraJournaldSet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/journald/journald.c:57:39: note: Function 'elektraJournaldSet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/journald/journald.c:57:63: style: Function 'elektraJournaldSet' argument 2 names different: declaration 'ks' definition 'returned'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/journald/journald.h:16:48: note: Function 'elektraJournaldSet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/journald/journald.c:57:63: note: Function 'elektraJournaldSet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/journald/journald.c:72:41: style: Function 'elektraJournaldError' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/journald/journald.h:17:34: note: Function 'elektraJournaldError' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/journald/journald.c:72:41: note: Function 'elektraJournaldError' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/journald/journald.c:72:65: style: Function 'elektraJournaldError' argument 2 names different: declaration 'ks' definition 'returned'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/journald/journald.h:17:50: note: Function 'elektraJournaldError' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/journald/journald.c:72:65: note: Function 'elektraJournaldError' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/keytometa/keytometa.c:205:7: style: Condition 'bufferKey' is always false [knownConditionTrueFalse]
elektra-0.8.7/src/plugins/keytometa/keytometa.c:187:20: note: Assignment 'bufferKey=0', assigned value is 0
elektra-0.8.7/src/plugins/keytometa/keytometa.c:205:7: note: Condition 'bufferKey' is always false
elektra-0.8.7/src/plugins/keytometa/keytometa.c:130:7: style: The scope of the variable 'appendTarget' can be reduced. [variableScope]
elektra-0.8.7/src/plugins/keytometa/keytometa.c:223:49: style: Function 'elektraKeyToMetaGet' argument 2 names different: declaration 'ks' definition 'returned'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/keytometa/keytometa.h:19:49: note: Function 'elektraKeyToMetaGet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/keytometa/keytometa.c:223:49: note: Function 'elektraKeyToMetaGet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/keytometa/keytometa.c:223:74: style: Function 'elektraKeyToMetaGet' argument 3 names different: declaration 'parentKey' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/keytometa/keytometa.h:19:58: note: Function 'elektraKeyToMetaGet' argument 3 names different: declaration 'parentKey' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/keytometa/keytometa.c:223:74: note: Function 'elektraKeyToMetaGet' argument 3 names different: declaration 'parentKey' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/keytometa/keytometa.c:262:49: style: Function 'elektraKeyToMetaSet' argument 2 names different: declaration 'ks' definition 'returned'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/keytometa/keytometa.h:20:49: note: Function 'elektraKeyToMetaSet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/keytometa/keytometa.c:262:49: note: Function 'elektraKeyToMetaSet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/keytometa/keytometa.c:262:74: style: Function 'elektraKeyToMetaSet' argument 3 names different: declaration 'parentKey' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/keytometa/keytometa.h:20:58: note: Function 'elektraKeyToMetaSet' argument 3 names different: declaration 'parentKey' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/keytometa/keytometa.c:262:74: note: Function 'elektraKeyToMetaSet' argument 3 names different: declaration 'parentKey' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/keytometa/testmod_keytometa.c:213:17: style: Variable 'conf' is assigned a value that is never used. [unreadVariable]
elektra-0.8.7/src/plugins/keytometa/testmod_keytometa.c:276:17: style: Variable 'conf' is assigned a value that is never used. [unreadVariable]
elektra-0.8.7/src/plugins/keytometa/testmod_keytometa.c:318:17: style: Variable 'conf' is assigned a value that is never used. [unreadVariable]
elektra-0.8.7/src/plugins/keytometa/testmod_keytometa.c:371:17: style: Variable 'conf' is assigned a value that is never used. [unreadVariable]
elektra-0.8.7/src/plugins/keytometa/testmod_keytometa.c:403:17: style: Variable 'conf' is assigned a value that is never used. [unreadVariable]
elektra-0.8.7/src/plugins/keytometa/testmod_keytometa.c:432:17: style: Variable 'conf' is assigned a value that is never used. [unreadVariable]
elektra-0.8.7/src/plugins/network/network.c:103:6: style: The scope of the variable 's' can be reduced. [variableScope]
elektra-0.8.7/src/plugins/network/network.c:60:38: style: Function 'elektraNetworkGet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/network/network.h:42:31: note: Function 'elektraNetworkGet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/network/network.c:60:38: note: Function 'elektraNetworkGet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/network/network.c:60:62: style: Function 'elektraNetworkGet' argument 2 names different: declaration 'ks' definition 'returned'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/network/network.h:42:47: note: Function 'elektraNetworkGet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/network/network.c:60:62: note: Function 'elektraNetworkGet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/network/network.c:60:87: style: Function 'elektraNetworkGet' argument 3 names different: declaration 'parentKey' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/network/network.h:42:56: note: Function 'elektraNetworkGet' argument 3 names different: declaration 'parentKey' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/network/network.c:60:87: note: Function 'elektraNetworkGet' argument 3 names different: declaration 'parentKey' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/network/network.c:99:38: style: Function 'elektraNetworkSet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/network/network.h:43:31: note: Function 'elektraNetworkSet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/network/network.c:99:38: note: Function 'elektraNetworkSet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/network/network.c:99:62: style: Function 'elektraNetworkSet' argument 2 names different: declaration 'ks' definition 'returned'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/network/network.h:43:47: note: Function 'elektraNetworkSet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/network/network.c:99:62: note: Function 'elektraNetworkSet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/ni/ni.c:34:33: style: Function 'elektraNiGet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/ni/ni.h:36:26: note: Function 'elektraNiGet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/ni/ni.c:34:33: note: Function 'elektraNiGet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/ni/ni.c:34:57: style: Function 'elektraNiGet' argument 2 names different: declaration 'ks' definition 'returned'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/ni/ni.h:36:42: note: Function 'elektraNiGet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/ni/ni.c:34:57: note: Function 'elektraNiGet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/ni/ni.c:88:33: style: Function 'elektraNiSet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/ni/ni.h:37:26: note: Function 'elektraNiSet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/ni/ni.c:88:33: note: Function 'elektraNiSet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/ni/ni.c:88:57: style: Function 'elektraNiSet' argument 2 names different: declaration 'ks' definition 'returned'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/ni/ni.h:37:42: note: Function 'elektraNiSet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/ni/ni.c:88:57: note: Function 'elektraNiSet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/ni/nickel-1.1.0/src/io.c:655:8: style: The scope of the variable 'advance' can be reduced. [variableScope]
elektra-0.8.7/src/plugins/ni/nickel-1.1.0/src/nickel.c:191:20: style: The scope of the variable 'e' can be reduced. [variableScope]
elektra-0.8.7/src/plugins/ni/nickel-1.1.0/src/nickel.c:217:20: style: The scope of the variable 'e' can be reduced. [variableScope]
elektra-0.8.7/src/plugins/ni/nickel-1.1.0/src/nickel.c:620:8: style: The scope of the variable 'result' can be reduced. [variableScope]
elektra-0.8.7/src/plugins/ni/nickel-1.1.0/src/nickel.c:826:12: style: The scope of the variable 'child' can be reduced. [variableScope]
elektra-0.8.7/src/plugins/null/null.c:35:35: style: Function 'elektraNullGet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/null/null.h:34:28: note: Function 'elektraNullGet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/null/null.c:35:35: note: Function 'elektraNullGet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/null/null.c:35:59: style: Function 'elektraNullGet' argument 2 names different: declaration 'ks' definition 'returned'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/null/null.h:34:44: note: Function 'elektraNullGet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/null/null.c:35:59: note: Function 'elektraNullGet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/null/null.c:93:35: style: Function 'elektraNullSet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/null/null.h:35:28: note: Function 'elektraNullSet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/null/null.c:93:35: note: Function 'elektraNullSet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/null/null.c:93:59: style: Function 'elektraNullSet' argument 2 names different: declaration 'ks' definition 'returned'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/null/null.h:35:44: note: Function 'elektraNullSet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/null/null.c:93:59: note: Function 'elektraNullSet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/null/null.c:93:84: style: Function 'elektraNullSet' argument 3 names different: declaration 'parentKey' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/null/null.h:35:53: note: Function 'elektraNullSet' argument 3 names different: declaration 'parentKey' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/null/null.c:93:84: note: Function 'elektraNullSet' argument 3 names different: declaration 'parentKey' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/path/path.c:32:35: style: Function 'elektraPathGet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/path/path.h:40:28: note: Function 'elektraPathGet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/path/path.c:32:35: note: Function 'elektraPathGet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/path/path.c:32:59: style: Function 'elektraPathGet' argument 2 names different: declaration 'ks' definition 'returned'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/path/path.h:40:44: note: Function 'elektraPathGet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/path/path.c:32:59: note: Function 'elektraPathGet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/path/path.c:32:84: style: Function 'elektraPathGet' argument 3 names different: declaration 'parentKey' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/path/path.h:40:53: note: Function 'elektraPathGet' argument 3 names different: declaration 'parentKey' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/path/path.c:32:84: note: Function 'elektraPathGet' argument 3 names different: declaration 'parentKey' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/path/path.c:68:35: style: Function 'elektraPathSet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/path/path.h:41:28: note: Function 'elektraPathSet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/path/path.c:68:35: note: Function 'elektraPathSet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/path/path.c:68:59: style: Function 'elektraPathSet' argument 2 names different: declaration 'ks' definition 'returned'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/path/path.h:41:44: note: Function 'elektraPathSet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/path/path.c:68:59: note: Function 'elektraPathSet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/resolver/filename.c:106:58: style: Function 'resolveFilename' argument 3 names different: declaration 'warningKey' definition 'warningsKey'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/resolver/resolver.h:63:58: note: Function 'resolveFilename' argument 3 names different: declaration 'warningKey' definition 'warningsKey'.
elektra-0.8.7/src/plugins/resolver/filename.c:106:58: note: Function 'resolveFilename' argument 3 names different: declaration 'warningKey' definition 'warningsKey'.
elektra-0.8.7/src/plugins/resolver/resolver.c:174:56: style: Function 'elektraResolverClose' argument 2 names different: declaration 'errorKey' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/resolver/resolver.h:67:47: note: Function 'elektraResolverClose' argument 2 names different: declaration 'errorKey' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/resolver/resolver.c:174:56: note: Function 'elektraResolverClose' argument 2 names different: declaration 'errorKey' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/resolver/resolver.c:187:48: style: Function 'elektraResolverGet' argument 2 names different: declaration 'ks' definition 'returned'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/resolver/resolver.h:68:48: note: Function 'elektraResolverGet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/resolver/resolver.c:187:48: note: Function 'elektraResolverGet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/resolver/resolver.c:510:57: style: Function 'elektraResolverSet' argument 2 names different: declaration 'ks' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/resolver/resolver.h:69:48: note: Function 'elektraResolverSet' argument 2 names different: declaration 'ks' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/resolver/resolver.c:510:57: note: Function 'elektraResolverSet' argument 2 names different: declaration 'ks' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/resolver/resolver.c:547:59: style: Function 'elektraResolverError' argument 2 names different: declaration 'returned' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/resolver/resolver.h:70:50: note: Function 'elektraResolverError' argument 2 names different: declaration 'returned' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/resolver/resolver.c:547:59: note: Function 'elektraResolverError' argument 2 names different: declaration 'returned' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/simpleini/simpleini.c:47:40: style: Function 'elektraSimpleiniGet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/simpleini/simpleini.h:34:33: note: Function 'elektraSimpleiniGet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/simpleini/simpleini.c:47:40: note: Function 'elektraSimpleiniGet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/simpleini/simpleini.c:47:64: style: Function 'elektraSimpleiniGet' argument 2 names different: declaration 'ks' definition 'returned'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/simpleini/simpleini.h:34:49: note: Function 'elektraSimpleiniGet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/simpleini/simpleini.c:47:64: note: Function 'elektraSimpleiniGet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/simpleini/simpleini.c:145:40: style: Function 'elektraSimpleiniSet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/simpleini/simpleini.h:35:33: note: Function 'elektraSimpleiniSet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/simpleini/simpleini.c:145:40: note: Function 'elektraSimpleiniSet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/simpleini/simpleini.c:145:64: style: Function 'elektraSimpleiniSet' argument 2 names different: declaration 'ks' definition 'returned'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/simpleini/simpleini.h:35:49: note: Function 'elektraSimpleiniSet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/simpleini/simpleini.c:145:64: note: Function 'elektraSimpleiniSet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/simpleini/simpleini.c:116:0: error: Dereferencing 'key' after it is deallocated / released [deallocuse]
elektra-0.8.7/src/plugins/simpleini/simpleini.c:116:0: error: Dereferencing 'value' after it is deallocated / released [deallocuse]
elektra-0.8.7/src/plugins/struct/factory.hpp:73:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elektra-0.8.7/src/plugins/struct/checker.hpp:47:2: style: Class 'StructChecker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elektra-0.8.7/src/plugins/struct/factory.hpp:35:2: style: Class 'StructInstancer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elektra-0.8.7/src/plugins/struct/factory.hpp:49:2: style: Class 'Factory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elektra-0.8.7/src/plugins/struct/checker.hpp:51:7: style: The function 'buildup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/plugins/struct/checker.hpp:31:15: note: Virtual function in base class
elektra-0.8.7/src/plugins/struct/checker.hpp:51:7: note: Function in derived class
elektra-0.8.7/src/plugins/struct/checker.hpp:53:7: style: The function 'check' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/plugins/struct/checker.hpp:26:15: note: Virtual function in base class
elektra-0.8.7/src/plugins/struct/checker.hpp:53:7: note: Function in derived class
elektra-0.8.7/src/plugins/struct/checker.hpp:86:7: style: The function 'buildup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/plugins/struct/checker.hpp:31:15: note: Virtual function in base class
elektra-0.8.7/src/plugins/struct/checker.hpp:86:7: note: Function in derived class
elektra-0.8.7/src/plugins/struct/checker.hpp:88:7: style: The function 'check' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/plugins/struct/checker.hpp:26:15: note: Virtual function in base class
elektra-0.8.7/src/plugins/struct/checker.hpp:88:7: note: Function in derived class
elektra-0.8.7/src/plugins/struct/struct.cpp:156:0: error: syntax error [syntaxError]
elektra-0.8.7/src/plugins/success/success.c:34:39: style: Function 'elektraSuccessOpen' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/success/success.h:35:32: note: Function 'elektraSuccessOpen' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/success/success.c:34:39: note: Function 'elektraSuccessOpen' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/success/success.c:34:69: style: Function 'elektraSuccessOpen' argument 2 names different: declaration 'errorKey' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/success/success.h:35:45: note: Function 'elektraSuccessOpen' argument 2 names different: declaration 'errorKey' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/success/success.c:34:69: note: Function 'elektraSuccessOpen' argument 2 names different: declaration 'errorKey' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/success/success.c:39:40: style: Function 'elektraSuccessClose' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/success/success.h:36:33: note: Function 'elektraSuccessClose' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/success/success.c:39:40: note: Function 'elektraSuccessClose' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/success/success.c:39:70: style: Function 'elektraSuccessClose' argument 2 names different: declaration 'errorKey' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/success/success.h:36:46: note: Function 'elektraSuccessClose' argument 2 names different: declaration 'errorKey' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/success/success.c:39:70: note: Function 'elektraSuccessClose' argument 2 names different: declaration 'errorKey' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/success/success.c:44:38: style: Function 'elektraSuccessGet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/success/success.h:37:31: note: Function 'elektraSuccessGet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/success/success.c:44:38: note: Function 'elektraSuccessGet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/success/success.c:44:62: style: Function 'elektraSuccessGet' argument 2 names different: declaration 'ks' definition 'returned'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/success/success.h:37:47: note: Function 'elektraSuccessGet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/success/success.c:44:62: note: Function 'elektraSuccessGet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/success/success.c:101:38: style: Function 'elektraSuccessSet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/success/success.h:38:31: note: Function 'elektraSuccessSet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/success/success.c:101:38: note: Function 'elektraSuccessSet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/success/success.c:101:71: style: Function 'elektraSuccessSet' argument 2 names different: declaration 'ks' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/success/success.h:38:47: note: Function 'elektraSuccessSet' argument 2 names different: declaration 'ks' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/success/success.c:101:71: note: Function 'elektraSuccessSet' argument 2 names different: declaration 'ks' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/success/success.c:101:102: style: Function 'elektraSuccessSet' argument 3 names different: declaration 'parentKey' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/success/success.h:38:56: note: Function 'elektraSuccessSet' argument 3 names different: declaration 'parentKey' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/success/success.c:101:102: note: Function 'elektraSuccessSet' argument 3 names different: declaration 'parentKey' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/success/success.c:106:40: style: Function 'elektraSuccessError' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/success/success.h:39:33: note: Function 'elektraSuccessError' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/success/success.c:106:40: note: Function 'elektraSuccessError' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/success/success.c:106:73: style: Function 'elektraSuccessError' argument 2 names different: declaration 'returned' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/success/success.h:39:49: note: Function 'elektraSuccessError' argument 2 names different: declaration 'returned' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/success/success.c:106:73: note: Function 'elektraSuccessError' argument 2 names different: declaration 'returned' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/success/success.c:106:104: style: Function 'elektraSuccessError' argument 3 names different: declaration 'parentKey' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/success/success.h:39:64: note: Function 'elektraSuccessError' argument 3 names different: declaration 'parentKey' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/success/success.c:106:104: note: Function 'elektraSuccessError' argument 3 names different: declaration 'parentKey' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/syslog/syslog.h:30:0: error: #include nested too deeply [preprocessorErrorDirective]
elektra-0.8.7/src/plugins/tcl/printer.hpp:22:2: style: Struct 'Printer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elektra-0.8.7/src/plugins/tcl/action.hpp:29:0: style: Struct 'elektra :: Action < boost :: spirit :: istream_iterator >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elektra-0.8.7/src/plugins/template/template.c:32:40: style: Function 'elektraTemplateOpen' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/template/template.h:32:33: note: Function 'elektraTemplateOpen' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/template/template.c:32:40: note: Function 'elektraTemplateOpen' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/template/template.c:32:70: style: Function 'elektraTemplateOpen' argument 2 names different: declaration 'errorKey' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/template/template.h:32:46: note: Function 'elektraTemplateOpen' argument 2 names different: declaration 'errorKey' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/template/template.c:32:70: note: Function 'elektraTemplateOpen' argument 2 names different: declaration 'errorKey' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/template/template.c:39:41: style: Function 'elektraTemplateClose' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/template/template.h:33:34: note: Function 'elektraTemplateClose' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/template/template.c:39:41: note: Function 'elektraTemplateClose' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/template/template.c:39:71: style: Function 'elektraTemplateClose' argument 2 names different: declaration 'errorKey' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/template/template.h:33:47: note: Function 'elektraTemplateClose' argument 2 names different: declaration 'errorKey' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/template/template.c:39:71: note: Function 'elektraTemplateClose' argument 2 names different: declaration 'errorKey' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/template/template.c:46:39: style: Function 'elektraTemplateGet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/template/template.h:34:32: note: Function 'elektraTemplateGet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/template/template.c:46:39: note: Function 'elektraTemplateGet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/template/template.c:46:72: style: Function 'elektraTemplateGet' argument 2 names different: declaration 'ks' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/template/template.h:34:48: note: Function 'elektraTemplateGet' argument 2 names different: declaration 'ks' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/template/template.c:46:72: note: Function 'elektraTemplateGet' argument 2 names different: declaration 'ks' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/template/template.c:46:103: style: Function 'elektraTemplateGet' argument 3 names different: declaration 'parentKey' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/template/template.h:34:57: note: Function 'elektraTemplateGet' argument 3 names different: declaration 'parentKey' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/template/template.c:46:103: note: Function 'elektraTemplateGet' argument 3 names different: declaration 'parentKey' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/template/template.c:53:39: style: Function 'elektraTemplateSet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/template/template.h:35:32: note: Function 'elektraTemplateSet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/template/template.c:53:39: note: Function 'elektraTemplateSet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/template/template.c:53:72: style: Function 'elektraTemplateSet' argument 2 names different: declaration 'ks' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/template/template.h:35:48: note: Function 'elektraTemplateSet' argument 2 names different: declaration 'ks' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/template/template.c:53:72: note: Function 'elektraTemplateSet' argument 2 names different: declaration 'ks' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/template/template.c:53:103: style: Function 'elektraTemplateSet' argument 3 names different: declaration 'parentKey' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/template/template.h:35:57: note: Function 'elektraTemplateSet' argument 3 names different: declaration 'parentKey' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/template/template.c:53:103: note: Function 'elektraTemplateSet' argument 3 names different: declaration 'parentKey' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/template/template.c:60:41: style: Function 'elektraTemplateError' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/template/template.h:36:34: note: Function 'elektraTemplateError' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/template/template.c:60:41: note: Function 'elektraTemplateError' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/template/template.c:60:74: style: Function 'elektraTemplateError' argument 2 names different: declaration 'ks' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/template/template.h:36:50: note: Function 'elektraTemplateError' argument 2 names different: declaration 'ks' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/template/template.c:60:74: note: Function 'elektraTemplateError' argument 2 names different: declaration 'ks' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/template/template.c:60:105: style: Function 'elektraTemplateError' argument 3 names different: declaration 'parentKey' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/template/template.h:36:59: note: Function 'elektraTemplateError' argument 3 names different: declaration 'parentKey' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/template/template.c:60:105: note: Function 'elektraTemplateError' argument 3 names different: declaration 'parentKey' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/timeofday/timeofday.c:107:49: style: Function 'elektraTimeofdayGet' argument 2 names different: declaration 'ks' definition 'returned'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/timeofday/timeofday.h:52:49: note: Function 'elektraTimeofdayGet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/timeofday/timeofday.c:107:49: note: Function 'elektraTimeofdayGet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/timeofday/timeofday.c:169:58: style: Function 'elektraTimeofdaySet' argument 2 names different: declaration 'ks' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/timeofday/timeofday.h:53:49: note: Function 'elektraTimeofdaySet' argument 2 names different: declaration 'ks' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/timeofday/timeofday.c:169:58: note: Function 'elektraTimeofdaySet' argument 2 names different: declaration 'ks' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/timeofday/timeofday.c:169:89: style: Function 'elektraTimeofdaySet' argument 3 names different: declaration 'parentKey' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/timeofday/timeofday.h:53:58: note: Function 'elektraTimeofdaySet' argument 3 names different: declaration 'parentKey' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/timeofday/timeofday.c:169:89: note: Function 'elektraTimeofdaySet' argument 3 names different: declaration 'parentKey' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/timeofday/timeofday.c:190:60: style: Function 'elektraTimeofdayError' argument 2 names different: declaration 'ks' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/timeofday/timeofday.h:54:51: note: Function 'elektraTimeofdayError' argument 2 names different: declaration 'ks' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/timeofday/timeofday.c:190:60: note: Function 'elektraTimeofdayError' argument 2 names different: declaration 'ks' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/timeofday/timeofday.c:190:91: style: Function 'elektraTimeofdayError' argument 3 names different: declaration 'parentKey' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/timeofday/timeofday.h:54:60: note: Function 'elektraTimeofdayError' argument 3 names different: declaration 'parentKey' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/timeofday/timeofday.c:190:91: note: Function 'elektraTimeofdayError' argument 3 names different: declaration 'parentKey' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/tracer/tracer.c:34:38: style: Function 'elektraTracerOpen' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/tracer/tracer.h:33:31: note: Function 'elektraTracerOpen' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/tracer/tracer.c:34:38: note: Function 'elektraTracerOpen' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/tracer/tracer.c:34:68: style: Function 'elektraTracerOpen' argument 2 names different: declaration 'errorKey' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/tracer/tracer.h:33:44: note: Function 'elektraTracerOpen' argument 2 names different: declaration 'errorKey' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/tracer/tracer.c:34:68: note: Function 'elektraTracerOpen' argument 2 names different: declaration 'errorKey' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/tracer/tracer.c:49:39: style: Function 'elektraTracerClose' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/tracer/tracer.h:34:32: note: Function 'elektraTracerClose' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/tracer/tracer.c:49:39: note: Function 'elektraTracerClose' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/tracer/tracer.c:49:69: style: Function 'elektraTracerClose' argument 2 names different: declaration 'errorKey' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/tracer/tracer.h:34:45: note: Function 'elektraTracerClose' argument 2 names different: declaration 'errorKey' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/tracer/tracer.c:49:69: note: Function 'elektraTracerClose' argument 2 names different: declaration 'errorKey' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/tracer/tracer.c:58:46: style: Function 'elektraTracerGet' argument 2 names different: declaration 'ks' definition 'returned'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/tracer/tracer.h:35:46: note: Function 'elektraTracerGet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/tracer/tracer.c:58:46: note: Function 'elektraTracerGet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/tracer/tracer.c:116:46: style: Function 'elektraTracerSet' argument 2 names different: declaration 'ks' definition 'returned'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/tracer/tracer.h:36:46: note: Function 'elektraTracerSet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/tracer/tracer.c:116:46: note: Function 'elektraTracerSet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/type/type_checker.hpp:84:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elektra-0.8.7/src/plugins/type/type_checker.hpp:27:2: style: Class 'TypeChecker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elektra-0.8.7/src/plugins/type/types.hpp:31:7: style: The function 'check' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/plugins/type/types.hpp:24:15: note: Virtual function in base class
elektra-0.8.7/src/plugins/type/types.hpp:31:7: note: Function in derived class
elektra-0.8.7/src/plugins/type/types.hpp:40:7: style: The function 'check' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/plugins/type/types.hpp:24:15: note: Virtual function in base class
elektra-0.8.7/src/plugins/type/types.hpp:40:7: note: Function in derived class
elektra-0.8.7/src/plugins/type/types.hpp:49:7: style: The function 'check' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/plugins/type/types.hpp:24:15: note: Virtual function in base class
elektra-0.8.7/src/plugins/type/types.hpp:49:7: note: Function in derived class
elektra-0.8.7/src/plugins/type/types.hpp:82:7: style: The function 'check' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/plugins/type/types.hpp:24:15: note: Virtual function in base class
elektra-0.8.7/src/plugins/type/types.hpp:82:7: note: Function in derived class
elektra-0.8.7/src/plugins/type/types.hpp:166:7: style: The function 'check' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/plugins/type/types.hpp:24:15: note: Virtual function in base class
elektra-0.8.7/src/plugins/type/types.hpp:166:7: note: Function in derived class
elektra-0.8.7/src/plugins/type/types.hpp:110:0: style: The function 'check' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/plugins/type/types.hpp:24:15: note: Virtual function in base class
elektra-0.8.7/src/plugins/type/types.hpp:110:0: note: Function in derived class
elektra-0.8.7/src/plugins/type/types.hpp:59:0: style: The function 'check' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/plugins/type/types.hpp:24:15: note: Virtual function in base class
elektra-0.8.7/src/plugins/type/types.hpp:59:0: note: Function in derived class
elektra-0.8.7/src/plugins/type/type.cpp:88:50: style: Function 'elektraTypeGet' argument 2 names different: declaration 'ks' definition 'returned'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/type/type.hpp:37:56: note: Function 'elektraTypeGet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/type/type.cpp:88:50: note: Function 'elektraTypeGet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/type/type.cpp:130:56: style: Function 'elektraTypeSet' argument 2 names different: declaration 'ks' definition 'returned'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/type/type.hpp:38:56: note: Function 'elektraTypeSet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/type/type.cpp:130:56: note: Function 'elektraTypeSet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/type/types.hpp:59:7: style: The function 'check' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/plugins/type/types.hpp:24:15: note: Virtual function in base class
elektra-0.8.7/src/plugins/type/types.hpp:59:7: note: Function in derived class
elektra-0.8.7/src/plugins/type/types.hpp:110:7: style: The function 'check' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/plugins/type/types.hpp:24:15: note: Virtual function in base class
elektra-0.8.7/src/plugins/type/types.hpp:110:7: note: Function in derived class
elektra-0.8.7/src/plugins/uname/testmod_uname.c:36:0: style: Variable 'conf' is assigned a value that is never used. [unreadVariable]
elektra-0.8.7/src/plugins/uname/testuname.c:7:12: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
elektra-0.8.7/src/plugins/uname/uname.c:37:36: style: Function 'elektraUnameGet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/uname/uname.h:31:29: note: Function 'elektraUnameGet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/uname/uname.c:37:36: note: Function 'elektraUnameGet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/uname/uname.c:144:36: style: Function 'elektraUnameSet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/uname/uname.h:32:29: note: Function 'elektraUnameSet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/uname/uname.c:144:36: note: Function 'elektraUnameSet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/uname/uname.c:144:69: style: Function 'elektraUnameSet' argument 2 names different: declaration 'ks' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/uname/uname.h:32:45: note: Function 'elektraUnameSet' argument 2 names different: declaration 'ks' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/uname/uname.c:144:69: note: Function 'elektraUnameSet' argument 2 names different: declaration 'ks' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/validation/validation.c:32:41: style: Function 'elektraValidationGet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/validation/validation.h:37:34: note: Function 'elektraValidationGet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/validation/validation.c:32:41: note: Function 'elektraValidationGet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/validation/validation.c:32:65: style: Function 'elektraValidationGet' argument 2 names different: declaration 'ks' definition 'returned'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/validation/validation.h:37:50: note: Function 'elektraValidationGet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/validation/validation.c:32:65: note: Function 'elektraValidationGet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/validation/validation.c:32:90: style: Function 'elektraValidationGet' argument 3 names different: declaration 'parentKey' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/validation/validation.h:37:59: note: Function 'elektraValidationGet' argument 3 names different: declaration 'parentKey' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/validation/validation.c:32:90: note: Function 'elektraValidationGet' argument 3 names different: declaration 'parentKey' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/validation/validation.c:69:41: style: Function 'elektraValidationSet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/validation/validation.h:38:34: note: Function 'elektraValidationSet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/validation/validation.c:69:41: note: Function 'elektraValidationSet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/validation/validation.c:69:65: style: Function 'elektraValidationSet' argument 2 names different: declaration 'ks' definition 'returned'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/validation/validation.h:38:50: note: Function 'elektraValidationSet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/validation/validation.c:69:65: note: Function 'elektraValidationSet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/xmltool/kdbtools.c:159:7: style: Condition '!isdir' is always true [knownConditionTrueFalse]
elektra-0.8.7/src/plugins/xmltool/kdbtools.c:61:16: note: Assignment 'isdir=0', assigned value is 0
elektra-0.8.7/src/plugins/xmltool/kdbtools.c:159:7: note: Condition '!isdir' is always true
elektra-0.8.7/src/plugins/xmltool/kdbtools.c:50:11: style: The scope of the variable 'nodeName' can be reduced. [variableScope]
elektra-0.8.7/src/plugins/xmltool/kdbtools.c:52:11: style: The scope of the variable 'buffer' can be reduced. [variableScope]
elektra-0.8.7/src/plugins/xmltool/kdbtools.c:53:11: style: The scope of the variable 'privateContext' can be reduced. [variableScope]
elektra-0.8.7/src/plugins/xmltool/kdbtools.c:54:7: style: The scope of the variable 'newKey' can be reduced. [variableScope]
elektra-0.8.7/src/plugins/xmltool/kdbtools.c:55:6: style: The scope of the variable 'appended' can be reduced. [variableScope]
elektra-0.8.7/src/plugins/xmltool/kdbtools.c:279:11: style: The scope of the variable 'nodeName' can be reduced. [variableScope]
elektra-0.8.7/src/plugins/xmltool/kdbtools.c:281:11: style: The scope of the variable 'privateContext' can be reduced. [variableScope]
elektra-0.8.7/src/plugins/xmltool/kdbtools.c:331:11: style: The scope of the variable 'nodeName' can be reduced. [variableScope]
elektra-0.8.7/src/plugins/xmltool/kdbtools.c:109:15: warning: Char literal compared with pointer 'endptr'. Did you intend to dereference it? [charLiteralWithCharPtrCompare]
elektra-0.8.7/src/plugins/xmltool/kdbtools.c:123:15: warning: Char literal compared with pointer 'endptr'. Did you intend to dereference it? [charLiteralWithCharPtrCompare]
elektra-0.8.7/src/plugins/xmltool/kdbtools.c:265:4: style: Variable 'appended' is assigned a value that is never used. [unreadVariable]
elektra-0.8.7/src/plugins/xmltool/stream.c:172:7: style: The scope of the variable 'buffer' can be reduced. [variableScope]
elektra-0.8.7/src/plugins/xmltool/stream.c:386:8: style: The scope of the variable 'codeset' can be reduced. [variableScope]
elektra-0.8.7/src/plugins/xmltool/stream.c:456:9: style: The scope of the variable 'str' can be reduced. [variableScope]
elektra-0.8.7/src/plugins/xmltool/stream.c:459:9: style: The scope of the variable 'com' can be reduced. [variableScope]
elektra-0.8.7/src/plugins/xmltool/stream.c:462:9: style: The scope of the variable 'nam' can be reduced. [variableScope]
elektra-0.8.7/src/plugins/xmltool/stream.c:618:9: style: The scope of the variable 'str' can be reduced. [variableScope]
elektra-0.8.7/src/plugins/xmltool/stream.c:621:9: style: The scope of the variable 'com' can be reduced. [variableScope]
elektra-0.8.7/src/plugins/xmltool/stream.c:624:9: style: The scope of the variable 'nam' can be reduced. [variableScope]
elektra-0.8.7/src/plugins/xmltool/stream.c:701:3: style: Variable 's' is modified but its new value is never used. [unreadVariable]
elektra-0.8.7/src/plugins/xmltool/xmltool.c:33:38: style: Function 'elektraXmltoolGet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/xmltool/xmltool.h:38:31: note: Function 'elektraXmltoolGet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/xmltool/xmltool.c:33:38: note: Function 'elektraXmltoolGet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/xmltool/xmltool.c:34:17: style: Function 'elektraXmltoolGet' argument 2 names different: declaration 'ks' definition 'returned'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/xmltool/xmltool.h:38:47: note: Function 'elektraXmltoolGet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/xmltool/xmltool.c:34:17: note: Function 'elektraXmltoolGet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/xmltool/xmltool.c:77:38: style: Function 'elektraXmltoolSet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/xmltool/xmltool.h:39:31: note: Function 'elektraXmltoolSet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/xmltool/xmltool.c:77:38: note: Function 'elektraXmltoolSet' argument 1 names different: declaration 'handle' definition 'ELEKTRA_UNUSED'.
elektra-0.8.7/src/plugins/xmltool/xmltool.c:78:17: style: Function 'elektraXmltoolSet' argument 2 names different: declaration 'ks' definition 'returned'. [funcArgNamesDifferent]
elektra-0.8.7/src/plugins/xmltool/xmltool.h:39:47: note: Function 'elektraXmltoolSet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/xmltool/xmltool.c:78:17: note: Function 'elektraXmltoolSet' argument 2 names different: declaration 'ks' definition 'returned'.
elektra-0.8.7/src/plugins/yajl/array.c:67:3: style: Variable 'size_' is modified but its new value is never used. [unreadVariable]
elektra-0.8.7/src/tools/gen/template_genopt.c:132:0: error: syntax error [syntaxError]
elektra-0.8.7/src/tools/gen/visit_context.cpp:29:2: style: Class 'ProfileLayer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elektra-0.8.7/src/tools/kdb/check.cpp:18:42: style: Function 'execute' argument 1 names different: declaration 'cmdline' definition 'cl'. [funcArgNamesDifferent]
elektra-0.8.7/src/tools/kdb/check.hpp:34:38: note: Function 'execute' argument 1 names different: declaration 'cmdline' definition 'cl'.
elektra-0.8.7/src/tools/kdb/check.cpp:18:42: note: Function 'execute' argument 1 names different: declaration 'cmdline' definition 'cl'.
elektra-0.8.7/src/tools/kdb/command.hpp:26:22: style: The function 'what' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:17:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/command.hpp:26:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/check.hpp:14:22: style: The function 'getShortOptions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:48:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/check.hpp:14:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/check.hpp:19:22: style: The function 'getSynopsis' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:68:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/check.hpp:19:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/check.hpp:24:22: style: The function 'getShortHelpText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:81:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/check.hpp:24:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/check.hpp:29:22: style: The function 'getLongHelpText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:113:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/check.hpp:29:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/check.hpp:34:14: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:132:14: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/check.hpp:34:14: note: Function in derived class
elektra-0.8.7/src/tools/kdb/cmdline.cpp:49:2: performance: Variable 'synopsis' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
elektra-0.8.7/src/tools/kdb/convert.cpp:17:44: style: Function 'execute' argument 1 names different: declaration 'cmdline' definition 'cl'. [funcArgNamesDifferent]
elektra-0.8.7/src/tools/kdb/convert.hpp:47:38: note: Function 'execute' argument 1 names different: declaration 'cmdline' definition 'cl'.
elektra-0.8.7/src/tools/kdb/convert.cpp:17:44: note: Function 'execute' argument 1 names different: declaration 'cmdline' definition 'cl'.
elektra-0.8.7/src/tools/kdb/convert.hpp:15:22: style: The function 'getShortOptions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:48:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/convert.hpp:15:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/convert.hpp:20:22: style: The function 'getSynopsis' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:68:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/convert.hpp:20:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/convert.hpp:25:22: style: The function 'getShortHelpText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:81:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/convert.hpp:25:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/convert.hpp:30:22: style: The function 'getLongHelpText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:113:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/convert.hpp:30:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/convert.hpp:47:14: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:132:14: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/convert.hpp:47:14: note: Function in derived class
elektra-0.8.7/src/tools/kdb/cp.cpp:16:40: style: Function 'execute' argument 1 names different: declaration 'cmdline' definition 'cl'. [funcArgNamesDifferent]
elektra-0.8.7/src/tools/kdb/cp.hpp:36:38: note: Function 'execute' argument 1 names different: declaration 'cmdline' definition 'cl'.
elektra-0.8.7/src/tools/kdb/cp.cpp:16:40: note: Function 'execute' argument 1 names different: declaration 'cmdline' definition 'cl'.
elektra-0.8.7/src/tools/kdb/cp.hpp:16:22: style: The function 'getShortOptions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:48:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/cp.hpp:16:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/cp.hpp:21:22: style: The function 'getSynopsis' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:68:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/cp.hpp:21:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/cp.hpp:26:22: style: The function 'getShortHelpText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:81:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/cp.hpp:26:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/cp.hpp:31:22: style: The function 'getLongHelpText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:113:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/cp.hpp:31:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/cp.hpp:36:14: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:132:14: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/cp.hpp:36:14: note: Function in derived class
elektra-0.8.7/src/tools/kdb/rename.hpp:8:76: performance: Function parameter 'newDirName' should be passed by const reference. [passedByValue]
elektra-0.8.7/src/tools/kdb/export.cpp:17:43: style: Function 'execute' argument 1 names different: declaration 'cmdline' definition 'cl'. [funcArgNamesDifferent]
elektra-0.8.7/src/tools/kdb/export.hpp:44:38: note: Function 'execute' argument 1 names different: declaration 'cmdline' definition 'cl'.
elektra-0.8.7/src/tools/kdb/export.cpp:17:43: note: Function 'execute' argument 1 names different: declaration 'cmdline' definition 'cl'.
elektra-0.8.7/src/tools/kdb/export.hpp:16:22: style: The function 'getShortOptions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:48:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/export.hpp:16:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/export.hpp:21:22: style: The function 'getSynopsis' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:68:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/export.hpp:21:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/export.hpp:26:22: style: The function 'getShortHelpText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:81:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/export.hpp:26:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/export.hpp:31:22: style: The function 'getLongHelpText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:113:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/export.hpp:31:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/export.hpp:44:14: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:132:14: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/export.hpp:44:14: note: Function in derived class
elektra-0.8.7/src/tools/kdb/file.cpp:14:42: style: Function 'execute' argument 1 names different: declaration 'cmdline' definition 'cl'. [funcArgNamesDifferent]
elektra-0.8.7/src/tools/kdb/file.hpp:43:38: note: Function 'execute' argument 1 names different: declaration 'cmdline' definition 'cl'.
elektra-0.8.7/src/tools/kdb/file.cpp:14:42: note: Function 'execute' argument 1 names different: declaration 'cmdline' definition 'cl'.
elektra-0.8.7/src/tools/kdb/file.hpp:16:22: style: The function 'getShortOptions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:48:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/file.hpp:16:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/file.hpp:21:22: style: The function 'getSynopsis' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:68:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/file.hpp:21:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/file.hpp:26:22: style: The function 'getShortHelpText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:81:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/file.hpp:26:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/file.hpp:31:22: style: The function 'getLongHelpText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:113:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/file.hpp:31:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/file.hpp:43:14: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:132:14: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/file.hpp:43:14: note: Function in derived class
elektra-0.8.7/src/tools/kdb/fstab.cpp:16:42: style: Function 'execute' argument 1 names different: declaration 'cmdline' definition 'cl'. [funcArgNamesDifferent]
elektra-0.8.7/src/tools/kdb/fstab.hpp:48:38: note: Function 'execute' argument 1 names different: declaration 'cmdline' definition 'cl'.
elektra-0.8.7/src/tools/kdb/fstab.cpp:16:42: note: Function 'execute' argument 1 names different: declaration 'cmdline' definition 'cl'.
elektra-0.8.7/src/tools/kdb/fstab.hpp:16:22: style: The function 'getShortOptions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:48:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/fstab.hpp:16:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/fstab.hpp:21:22: style: The function 'getSynopsis' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:68:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/fstab.hpp:21:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/fstab.hpp:26:22: style: The function 'getShortHelpText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:81:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/fstab.hpp:26:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/fstab.hpp:31:22: style: The function 'getLongHelpText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:113:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/fstab.hpp:31:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/fstab.hpp:48:14: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:132:14: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/fstab.hpp:48:14: note: Function in derived class
elektra-0.8.7/src/tools/kdb/get.cpp:14:41: style: Function 'execute' argument 1 names different: declaration 'cmdline' definition 'cl'. [funcArgNamesDifferent]
elektra-0.8.7/src/tools/kdb/get.hpp:36:38: note: Function 'execute' argument 1 names different: declaration 'cmdline' definition 'cl'.
elektra-0.8.7/src/tools/kdb/get.cpp:14:41: note: Function 'execute' argument 1 names different: declaration 'cmdline' definition 'cl'.
elektra-0.8.7/src/tools/kdb/get.hpp:16:22: style: The function 'getShortOptions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:48:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/get.hpp:16:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/get.hpp:21:22: style: The function 'getSynopsis' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:68:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/get.hpp:21:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/get.hpp:26:22: style: The function 'getShortHelpText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:81:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/get.hpp:26:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/get.hpp:31:22: style: The function 'getLongHelpText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:113:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/get.hpp:31:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/get.hpp:36:14: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:132:14: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/get.hpp:36:14: note: Function in derived class
elektra-0.8.7/src/tools/kdb/import.cpp:18:43: style: Function 'execute' argument 1 names different: declaration 'cmdline' definition 'cl'. [funcArgNamesDifferent]
elektra-0.8.7/src/tools/kdb/import.hpp:43:38: note: Function 'execute' argument 1 names different: declaration 'cmdline' definition 'cl'.
elektra-0.8.7/src/tools/kdb/import.cpp:18:43: note: Function 'execute' argument 1 names different: declaration 'cmdline' definition 'cl'.
elektra-0.8.7/src/tools/kdb/import.hpp:15:22: style: The function 'getShortOptions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:48:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/import.hpp:15:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/import.hpp:20:22: style: The function 'getSynopsis' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:68:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/import.hpp:20:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/import.hpp:25:22: style: The function 'getShortHelpText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:81:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/import.hpp:25:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/import.hpp:30:22: style: The function 'getLongHelpText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:113:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/import.hpp:30:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/import.hpp:43:14: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:132:14: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/import.hpp:43:14: note: Function in derived class
elektra-0.8.7/src/tools/kdb/info.cpp:18:41: style: Function 'execute' argument 1 names different: declaration 'cmdline' definition 'cl'. [funcArgNamesDifferent]
elektra-0.8.7/src/tools/kdb/info.hpp:61:38: note: Function 'execute' argument 1 names different: declaration 'cmdline' definition 'cl'.
elektra-0.8.7/src/tools/kdb/info.cpp:18:41: note: Function 'execute' argument 1 names different: declaration 'cmdline' definition 'cl'.
elektra-0.8.7/src/tools/kdb/info.hpp:16:22: style: The function 'getShortOptions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:48:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/info.hpp:16:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/info.hpp:21:22: style: The function 'getSynopsis' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:68:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/info.hpp:21:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/info.hpp:26:22: style: The function 'getShortHelpText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:81:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/info.hpp:26:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/info.hpp:31:22: style: The function 'getLongHelpText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:113:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/info.hpp:31:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/info.hpp:61:14: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:132:14: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/info.hpp:61:14: note: Function in derived class
elektra-0.8.7/src/tools/kdb/ls.cpp:15:39: style: Function 'execute' argument 1 names different: declaration 'cmdline' definition 'cl'. [funcArgNamesDifferent]
elektra-0.8.7/src/tools/kdb/ls.hpp:40:38: note: Function 'execute' argument 1 names different: declaration 'cmdline' definition 'cl'.
elektra-0.8.7/src/tools/kdb/ls.cpp:15:39: note: Function 'execute' argument 1 names different: declaration 'cmdline' definition 'cl'.
elektra-0.8.7/src/tools/kdb/ls.hpp:16:22: style: The function 'getShortOptions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:48:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/ls.hpp:16:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/ls.hpp:21:22: style: The function 'getSynopsis' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:68:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/ls.hpp:21:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/ls.hpp:26:22: style: The function 'getShortHelpText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:81:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/ls.hpp:26:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/ls.hpp:31:22: style: The function 'getLongHelpText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:113:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/ls.hpp:31:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/ls.hpp:40:14: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:132:14: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/ls.hpp:40:14: note: Function in derived class
elektra-0.8.7/src/tools/kdb/factory.hpp:92:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elektra-0.8.7/src/tools/kdb/factory.hpp:106:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elektra-0.8.7/src/tools/kdb/main.cpp:32:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elektra-0.8.7/src/tools/kdb/set.hpp:15:22: style: The function 'getShortOptions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:48:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/set.hpp:15:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/set.hpp:20:22: style: The function 'getSynopsis' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:68:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/set.hpp:20:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/set.hpp:25:22: style: The function 'getShortHelpText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:81:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/set.hpp:25:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/set.hpp:30:22: style: The function 'getLongHelpText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:113:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/set.hpp:30:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/set.hpp:38:14: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:132:14: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/set.hpp:38:14: note: Function in derived class
elektra-0.8.7/src/tools/kdb/mount.hpp:19:22: style: The function 'what' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:17:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/mount.hpp:19:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/mount.hpp:27:22: style: The function 'what' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:17:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/mount.hpp:27:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/mount.hpp:36:22: style: The function 'what' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:17:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/mount.hpp:36:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/mount.hpp:72:22: style: The function 'getShortOptions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:48:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/mount.hpp:72:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/mount.hpp:77:22: style: The function 'getSynopsis' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:68:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/mount.hpp:77:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/mount.hpp:82:22: style: The function 'getShortHelpText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:81:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/mount.hpp:82:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/mount.hpp:87:22: style: The function 'getLongHelpText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:113:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/mount.hpp:87:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/mount.hpp:99:14: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:132:14: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/mount.hpp:99:14: note: Function in derived class
elektra-0.8.7/src/tools/kdb/metaget.hpp:16:22: style: The function 'getShortOptions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:48:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/metaget.hpp:16:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/metaget.hpp:21:22: style: The function 'getSynopsis' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:68:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/metaget.hpp:21:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/metaget.hpp:26:22: style: The function 'getShortHelpText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:81:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/metaget.hpp:26:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/metaget.hpp:31:22: style: The function 'getLongHelpText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:113:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/metaget.hpp:31:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/metaget.hpp:42:14: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:132:14: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/metaget.hpp:42:14: note: Function in derived class
elektra-0.8.7/src/tools/kdb/metaset.hpp:16:22: style: The function 'getShortOptions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:48:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/metaset.hpp:16:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/metaset.hpp:21:22: style: The function 'getSynopsis' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:68:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/metaset.hpp:21:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/metaset.hpp:26:22: style: The function 'getShortHelpText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:81:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/metaset.hpp:26:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/metaset.hpp:31:22: style: The function 'getLongHelpText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:113:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/metaset.hpp:31:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/metaset.hpp:45:14: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:132:14: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/metaset.hpp:45:14: note: Function in derived class
elektra-0.8.7/src/tools/kdb/metals.hpp:16:22: style: The function 'getShortOptions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:48:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/metals.hpp:16:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/metals.hpp:21:22: style: The function 'getSynopsis' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:68:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/metals.hpp:21:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/metals.hpp:26:22: style: The function 'getShortHelpText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:81:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/metals.hpp:26:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/metals.hpp:31:22: style: The function 'getLongHelpText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:113:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/metals.hpp:31:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/metals.hpp:36:14: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:132:14: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/metals.hpp:36:14: note: Function in derived class
elektra-0.8.7/src/tools/kdb/rm.hpp:16:22: style: The function 'getShortOptions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:48:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/rm.hpp:16:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/rm.hpp:21:22: style: The function 'getSynopsis' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:68:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/rm.hpp:21:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/rm.hpp:26:22: style: The function 'getShortHelpText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:81:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/rm.hpp:26:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/rm.hpp:31:22: style: The function 'getLongHelpText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:113:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/rm.hpp:31:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/rm.hpp:36:14: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:132:14: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/rm.hpp:36:14: note: Function in derived class
elektra-0.8.7/src/tools/kdb/shell.hpp:17:22: style: The function 'getShortOptions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:48:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/shell.hpp:17:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/shell.hpp:22:22: style: The function 'getSynopsis' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:68:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/shell.hpp:22:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/shell.hpp:27:22: style: The function 'getShortHelpText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:81:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/shell.hpp:27:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/shell.hpp:32:22: style: The function 'getLongHelpText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:113:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/shell.hpp:32:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/shell.hpp:50:14: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:132:14: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/shell.hpp:50:14: note: Function in derived class
elektra-0.8.7/src/tools/kdb/test.hpp:30:22: style: The function 'getShortOptions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:48:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/test.hpp:30:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/test.hpp:35:22: style: The function 'getSynopsis' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:68:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/test.hpp:35:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/test.hpp:40:22: style: The function 'getShortHelpText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:81:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/test.hpp:40:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/test.hpp:45:22: style: The function 'getLongHelpText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:113:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/test.hpp:45:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/test.hpp:63:14: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:132:14: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/test.hpp:63:14: note: Function in derived class
elektra-0.8.7/src/tools/kdb/validation.hpp:16:22: style: The function 'getShortOptions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:48:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/validation.hpp:16:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/validation.hpp:21:22: style: The function 'getSynopsis' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:68:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/validation.hpp:21:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/validation.hpp:26:22: style: The function 'getShortHelpText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:81:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/validation.hpp:26:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/validation.hpp:31:22: style: The function 'getLongHelpText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:113:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/validation.hpp:31:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/validation.hpp:45:14: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:132:14: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/validation.hpp:45:14: note: Function in derived class
elektra-0.8.7/src/tools/kdb/mv.hpp:16:22: style: The function 'getShortOptions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:48:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/mv.hpp:16:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/mv.hpp:21:22: style: The function 'getSynopsis' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:68:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/mv.hpp:21:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/mv.hpp:26:22: style: The function 'getShortHelpText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:81:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/mv.hpp:26:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/mv.hpp:31:22: style: The function 'getLongHelpText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:113:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/mv.hpp:31:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/mv.hpp:36:14: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:132:14: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/mv.hpp:36:14: note: Function in derived class
elektra-0.8.7/src/tools/kdb/umount.hpp:16:22: style: The function 'getShortOptions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:48:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/umount.hpp:16:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/umount.hpp:21:22: style: The function 'getSynopsis' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:68:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/umount.hpp:21:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/umount.hpp:26:22: style: The function 'getShortHelpText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:81:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/umount.hpp:26:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/umount.hpp:31:22: style: The function 'getLongHelpText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:113:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/umount.hpp:31:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/umount.hpp:36:14: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:132:14: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/umount.hpp:36:14: note: Function in derived class
elektra-0.8.7/src/tools/kdb/sget.hpp:15:22: style: The function 'getShortOptions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:48:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/sget.hpp:15:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/sget.hpp:20:22: style: The function 'getSynopsis' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:68:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/sget.hpp:20:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/sget.hpp:25:22: style: The function 'getShortHelpText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:81:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/sget.hpp:25:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/sget.hpp:30:22: style: The function 'getLongHelpText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:113:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/sget.hpp:30:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/sget.hpp:41:14: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:132:14: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/sget.hpp:41:14: note: Function in derived class
elektra-0.8.7/src/tools/kdb/merge.hpp:24:14: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:132:14: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/merge.hpp:24:14: note: Function in derived class
elektra-0.8.7/src/tools/kdb/merge.hpp:26:22: style: The function 'getShortOptions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:48:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/merge.hpp:26:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/merge.hpp:31:22: style: The function 'getSynopsis' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:68:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/merge.hpp:31:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/merge.hpp:36:22: style: The function 'getShortHelpText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:81:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/merge.hpp:36:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/merge.hpp:41:22: style: The function 'getLongHelpText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elektra-0.8.7/src/tools/kdb/command.hpp:113:22: note: Virtual function in base class
elektra-0.8.7/src/tools/kdb/merge.hpp:41:22: note: Function in derived class
elektra-0.8.7/src/tools/kdb/main.cpp:18:30: performance: Function parameter 'app' should be passed by const reference. [passedByValue]
elektra-0.8.7/src/tools/kdb/merge.cpp:73:42: style: Function 'execute' argument 1 names different: declaration 'cmdline' definition 'cl'. [funcArgNamesDifferent]
elektra-0.8.7/src/tools/kdb/merge.hpp:24:38: note: Function 'execute' argument 1 names different: declaration 'cmdline' definition 'cl'.
elektra-0.8.7/src/tools/kdb/merge.cpp:73:42: note: Function 'execute' argument 1 names different: declaration 'cmdline' definition 'cl'.
elektra-0.8.7/src/tools/kdb/merge.cpp:36:2: style: Class 'MergeCommand' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
elektra-0.8.7/src/tools/kdb/merge.cpp:36:2: style: Class 'MergeCommand' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
elektra-0.8.7/src/tools/kdb/metaget.cpp:15:45: style: Function 'execute' argument 1 names different: declaration 'cmdline' definition 'cl'. [funcArgNamesDifferent]
elektra-0.8.7/src/tools/kdb/metaget.hpp:42:38: note: Function 'execute' argument 1 names different: declaration 'cmdline' definition 'cl'.
elektra-0.8.7/src/tools/kdb/metaget.cpp:15:45: note: Function 'execute' argument 1 names different: declaration 'cmdline' definition 'cl'.
elektra-0.8.7/src/tools/kdb/metals.cpp:14:44: style: Function 'execute' argument 1 names different: declaration 'cmdline' definition 'cl'. [funcArgNamesDifferent]
elektra-0.8.7/src/tools/kdb/metals.hpp:36:38: note: Function 'execute' argument 1 names different: declaration 'cmdline' definition 'cl'.
elektra-0.8.7/src/tools/kdb/metals.cpp:14:44: note: Function 'execute' argument 1 names different: declaration 'cmdline' definition 'cl'.
elektra-0.8.7/src/tools/kdb/metaset.cpp:15:45: style: Function 'execute' argument 1 names different: declaration 'cmdline' definition 'cl'. [funcArgNamesDifferent]
elektra-0.8.7/src/tools/kdb/metaset.hpp:45:38: note: Function 'execute' argument 1 names different: declaration 'cmdline' definition 'cl'.
elektra-0.8.7/src/tools/kdb/metaset.cpp:15:45: note: Function 'execute' argument 1 names different: declaration 'cmdline' definition 'cl'.
elektra-0.8.7/src/tools/kdb/mount.cpp:374:42: style: Function 'execute' argument 1 names different: declaration 'cmdline' definition 'cl'. [funcArgNamesDifferent]
elektra-0.8.7/src/tools/kdb/mount.hpp:99:38: note: Function 'execute' argument 1 names different: declaration 'cmdline' definition 'cl'.
elektra-0.8.7/src/tools/kdb/mount.cpp:374:42: note: Function 'execute' argument 1 names different: declaration 'cmdline' definition 'cl'.
elektra-0.8.7/src/tools/kdb/mount.hpp:54:7: performance: Technically the member function 'MountCommand::processArguments' can be static. [functionStatic]
elektra-0.8.7/src/tools/kdb/mount.cpp:64:20: note: Technically the member function 'MountCommand::processArguments' can be static.
elektra-0.8.7/src/tools/kdb/mount.hpp:54:7: note: Technically the member function 'MountCommand::processArguments' can be static.
elektra-0.8.7/src/tools/kdb/mv.cpp:16:40: style: Function 'execute' argument 1 names different: declaration 'cmdline' definition 'cl'. [funcArgNamesDifferent]
elektra-0.8.7/src/tools/kdb/mv.hpp:36:38: note: Function 'execute' argument 1 names different: declaration 'cmdline' definition 'cl'.
elektra-0.8.7/src/tools/kdb/mv.cpp:16:40: note: Function 'execute' argument 1 names different: declaration 'cmdline' definition 'cl'.
elektra-0.8.7/src/tools/kdb/rm.cpp:14:43: style: Function 'execute' argument 1 names different: declaration 'cmdline' definition 'cl'. [funcArgNamesDifferent]
elektra-0.8.7/src/tools/kdb/rm.hpp:36:38: note: Function 'execute' argument 1 names different: declaration 'cmdline' definition 'cl'.
elektra-0.8.7/src/tools/kdb/rm.cpp:14:43: note: Function 'execute' argument 1 names different: declaration 'cmdline' definition 'cl'.
elektra-0.8.7/src/tools/kdb/set.cpp:15:40: style: Function 'execute' argument 1 names different: declaration 'cmdline' definition 'cl'. [funcArgNamesDifferent]
elektra-0.8.7/src/tools/kdb/set.hpp:38:38: note: Function 'execute' argument 1 names different: declaration 'cmdline' definition 'cl'.
elektra-0.8.7/src/tools/kdb/set.cpp:15:40: note: Function 'execute' argument 1 names different: declaration 'cmdline' definition 'cl'.
elektra-0.8.7/src/tools/kdb/sget.cpp:14:46: style: Function 'execute' argument 1 names different: declaration 'cmdline' definition 'cl'. [funcArgNamesDifferent]
elektra-0.8.7/src/tools/kdb/sget.hpp:41:38: note: Function 'execute' argument 1 names different: declaration 'cmdline' definition 'cl'.
elektra-0.8.7/src/tools/kdb/sget.cpp:14:46: note: Function 'execute' argument 1 names different: declaration 'cmdline' definition 'cl'.
elektra-0.8.7/src/tools/kdb/test.cpp:465:41: style: Function 'execute' argument 1 names different: declaration 'cmdline' definition 'cl'. [funcArgNamesDifferent]
elektra-0.8.7/src/tools/kdb/test.hpp:63:38: note: Function 'execute' argument 1 names different: declaration 'cmdline' definition 'cl'.
elektra-0.8.7/src/tools/kdb/test.cpp:465:41: note: Function 'execute' argument 1 names different: declaration 'cmdline' definition 'cl'.
elektra-0.8.7/src/tools/kdb/umount.cpp:14:43: style: Function 'execute' argument 1 names different: declaration 'cmdline' definition 'cl'. [funcArgNamesDifferent]
elektra-0.8.7/src/tools/kdb/umount.hpp:36:38: note: Function 'execute' argument 1 names different: declaration 'cmdline' definition 'cl'.
elektra-0.8.7/src/tools/kdb/umount.cpp:14:43: note: Function 'execute' argument 1 names different: declaration 'cmdline' definition 'cl'.
elektra-0.8.7/src/tools/kdb/validation.cpp:15:47: style: Function 'execute' argument 1 names different: declaration 'cmdline' definition 'cl'. [funcArgNamesDifferent]
elektra-0.8.7/src/tools/kdb/validation.hpp:45:38: note: Function 'execute' argument 1 names different: declaration 'cmdline' definition 'cl'.
elektra-0.8.7/src/tools/kdb/validation.cpp:15:47: note: Function 'execute' argument 1 names different: declaration 'cmdline' definition 'cl'.
elektra-0.8.7/tests/data_key.c:32:0: error: No pair for character ("). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
elektra-0.8.7/tests/print_info.c:23:2: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
elektra-0.8.7/tests/print_info.c:24:2: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
elektra-0.8.7/tests/print_info.c:25:2: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
elektra-0.8.7/tests/print_info.c:26:2: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
elektra-0.8.7/tests/print_info.c:27:2: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
elektra-0.8.7/tests/print_info.c:28:2: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
elektra-0.8.7/tests/print_info.c:30:2: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
elektra-0.8.7/tests/print_info.c:31:2: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
elektra-0.8.7/tests/print_info.c:32:2: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
elektra-0.8.7/tests/print_info.c:34:2: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
elektra-0.8.7/tests/print_info.c:36:2: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
elektra-0.8.7/tests/print_info.c:37:2: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
elektra-0.8.7/tests/print_info.c:38:2: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
elektra-0.8.7/tests/print_info.c:39:2: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
elektra-0.8.7/tests/test_key.c:471:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
elektra-0.8.7/tests/test_key.c:491:9: style: The scope of the variable 'size' can be reduced. [variableScope]
elektra-0.8.7/tests/test_key.c:492:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
elektra-0.8.7/tests/test_ks.c:335:14: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
elektra-0.8.7/tests/test_ks.c:329:16: note: outer condition: i>=0
elektra-0.8.7/tests/test_ks.c:335:14: note: identical inner condition: i>=0
elektra-0.8.7/tests/test_ks.c:891:2: style: Variable 'key' is reassigned a value before the old one has been used. [redundantAssignment]
elektra-0.8.7/tests/test_ks.c:881:2: note: Variable 'key' is reassigned a value before the old one has been used.
elektra-0.8.7/tests/test_ks.c:891:2: note: Variable 'key' is reassigned a value before the old one has been used.
elektra-0.8.7/tests/test_ks.c:1877:2: style: Same expression on both sides of '!='. [duplicateExpression]
elektra-0.8.7/tests/test_ks.c:738:7: style: The scope of the variable 'other' can be reduced. [variableScope]
elektra-0.8.7/tests/test_ks.c:1032:7: style: The scope of the variable 'cur' can be reduced. [variableScope]
elektra-0.8.7/tests/test_ks.c:1033:9: style: The scope of the variable 'size' can be reduced. [variableScope]
elektra-0.8.7/tests/test_ks.c:1815:7: style: The scope of the variable 'current' can be reduced. [variableScope]
elektra-0.8.7/tests/test_ks.c:1903:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
elektra-0.8.7/tests/test_ks.c:1941:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
elektra-0.8.7/tests/test_ks.c:718:9: style: Variable 'key' is assigned a value that is never used. [unreadVariable]
elektra-0.8.7/tests/test_order.c:184:6: style: The scope of the variable 'selected' can be reduced. [variableScope]
elektra-0.8.7/tests/test_order.c:491:2: warning: Unnecessary comparison of static strings. [staticStringCompare]
elektra-0.8.7/tests/test_order.c:494:2: warning: Unnecessary comparison of static strings. [staticStringCompare]
elektra-0.8.7/tests/test_order.c:497:2: warning: Unnecessary comparison of static strings. [staticStringCompare]
elektra-0.8.7/tests/test_order.c:500:2: warning: Unnecessary comparison of static strings. [staticStringCompare]
elektra-0.8.7/tests/test_order.c:503:2: warning: Unnecessary comparison of static strings. [staticStringCompare]
elektra-0.8.7/tests/tests.c:298:4: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
elektra-0.8.7/tests/tests.c:309:4: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
elektra-0.8.7/tests/tests.c:323:3: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
elektra-0.8.7/tests/tests.c:324:3: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
elektra-0.8.7/tests/tests.c:234:23: style: Function 'output_key' argument 1 names different: declaration 'ks' definition 'k'. [funcArgNamesDifferent]
elektra-0.8.7/tests/tests.h:243:23: note: Function 'output_key' argument 1 names different: declaration 'ks' definition 'k'.
elektra-0.8.7/tests/tests.c:234:23: note: Function 'output_key' argument 1 names different: declaration 'ks' definition 'k'.
elektra-0.8.7/tests/tests.c:341:26: style: Function 'output_warnings' argument 1 names different: declaration 'errorKey' definition 'warningKey'. [funcArgNamesDifferent]
elektra-0.8.7/tests/tests.h:246:26: note: Function 'output_warnings' argument 1 names different: declaration 'errorKey' definition 'warningKey'.
elektra-0.8.7/tests/tests.c:341:26: note: Function 'output_warnings' argument 1 names different: declaration 'errorKey' definition 'warningKey'.
elektra-0.8.7/tests/tests.c:121:2: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
elektra-0.8.7/tests/tests.c:122:2: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
elektra-0.8.7/tests/tests.c:123:2: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
[17:32]

ftp://ftp.se.debian.org/debian/pool/main/e/elementary/elementary_1.8.5.orig.tar.gz
elementary-1.8.5/src/bin/config.c:1655:15: style: The scope of the variable 's' can be reduced. [variableScope]
elementary-1.8.5/src/bin/elementary_codegen.c:528:10: style: The scope of the variable 'apiname' can be reduced. [variableScope]
elementary-1.8.5/src/bin/elm_prefs_cc_handlers.c:872:69: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
elementary-1.8.5/src/bin/elm_prefs_cc_parse.c:1011:14: warning: Redundant assignment of '*val' to itself. [selfAssignment]
elementary-1.8.5/src/bin/elm_prefs_cc_parse.c:1017:14: warning: Redundant assignment of '*val' to itself. [selfAssignment]
elementary-1.8.5/src/bin/elm_prefs_cc_parse.c:158:27: style: The scope of the variable 'sh' can be reduced. [variableScope]
elementary-1.8.5/src/bin/elm_prefs_cc_parse.c:939:9: style: The scope of the variable 'errbuf' can be reduced. [variableScope]
elementary-1.8.5/src/bin/elm_prefs_cc_parse.c:1054:9: style: The scope of the variable 'op' can be reduced. [variableScope]
elementary-1.8.5/src/bin/elm_prefs_cc_parse.c:1073:9: style: The scope of the variable 'op' can be reduced. [variableScope]
elementary-1.8.5/src/bin/elm_prefs_cc_parse.c:1267:9: style: The scope of the variable 'op' can be reduced. [variableScope]
elementary-1.8.5/src/bin/elm_prefs_cc_parse.c:1286:9: style: The scope of the variable 'op' can be reduced. [variableScope]
elementary-1.8.5/src/bin/elm_prefs_cc_parse.c:908:21: style: Function 'check_arg_count' argument 1 names different: declaration 'n' definition 'required_args'. [funcArgNamesDifferent]
elementary-1.8.5/src/bin/elm_prefs_cc.h:78:29: note: Function 'check_arg_count' argument 1 names different: declaration 'n' definition 'required_args'.
elementary-1.8.5/src/bin/elm_prefs_cc_parse.c:908:21: note: Function 'check_arg_count' argument 1 names different: declaration 'n' definition 'required_args'.
elementary-1.8.5/src/bin/elm_prefs_cc_parse.c:290:23: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
elementary-1.8.5/src/bin/elm_prefs_cc_parse.c:299:18: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
elementary-1.8.5/src/bin/elm_prefs_cc_parse.c:766:20: error: va_list 'va' used before va_start() was called. [va_list_usedBeforeStarted]
elementary-1.8.5/src/bin/elm_prefs_cc_parse.c:770:14: error: va_list 'va' used before va_start() was called. [va_list_usedBeforeStarted]
elementary-1.8.5/src/bin/elm_prefs_cc_parse.c:769:14: error: va_list 'va2' used before va_start() was called. [va_list_usedBeforeStarted]
elementary-1.8.5/src/bin/quicklaunch.c:109:4: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
elementary-1.8.5/src/bin/quicklaunch.c:99:0: note: Variable 'buf' is reassigned a value before the old one has been used.
elementary-1.8.5/src/bin/quicklaunch.c:109:4: note: Variable 'buf' is reassigned a value before the old one has been used.
elementary-1.8.5/src/bin/quicklaunch.c:169:8: style: The scope of the variable 'ret' can be reduced. [variableScope]
elementary-1.8.5/src/bin/quicklaunch.c:109:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
elementary-1.8.5/src/bin/quicklaunch.c:127:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
elementary-1.8.5/src/bin/quicklaunch.c:128:28: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
elementary-1.8.5/src/bin/run.c:172:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
elementary-1.8.5/src/bin/test_anim.c:27:17: style: The scope of the variable 'bub' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_anim.c:27:23: style: The scope of the variable 'sh' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_anim.c:29:14: style: The scope of the variable 'xx' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_anim.c:29:18: style: The scope of the variable 'yy' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_anim.c:29:22: style: The scope of the variable 'zz' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_anim.c:69:28: style: The scope of the variable 'bub' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_anim.c:69:34: style: The scope of the variable 'sh' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_anim.c:36:42: warning: Division of result of sizeof() on pointer type. [divideSizeof]
elementary-1.8.5/src/bin/test_anim.c:41:37: warning: Division of result of sizeof() on pointer type. [divideSizeof]
elementary-1.8.5/src/bin/test_anim.c:86:37: warning: Division of result of sizeof() on pointer type. [divideSizeof]
elementary-1.8.5/src/bin/test_anim.c:96:38: warning: Division of result of sizeof() on pointer type. [divideSizeof]
elementary-1.8.5/src/bin/test_bg.c:50:4: style: Variable 'val' is reassigned a value before the old one has been used. [redundantAssignment]
elementary-1.8.5/src/bin/test_bg.c:48:0: note: Variable 'val' is reassigned a value before the old one has been used.
elementary-1.8.5/src/bin/test_bg.c:50:4: note: Variable 'val' is reassigned a value before the old one has been used.
elementary-1.8.5/src/bin/test_box.c:115:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
elementary-1.8.5/src/bin/test_box.c:497:4: style: Variable 'rdg' is reassigned a value before the old one has been used. [redundantAssignment]
elementary-1.8.5/src/bin/test_box.c:475:0: note: Variable 'rdg' is reassigned a value before the old one has been used.
elementary-1.8.5/src/bin/test_box.c:497:4: note: Variable 'rdg' is reassigned a value before the old one has been used.
elementary-1.8.5/src/bin/test_box.c:475:17: style: The scope of the variable 'rd' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_bubble.c:90:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
elementary-1.8.5/src/bin/test_calendar.c:95:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
elementary-1.8.5/src/bin/test_config.c:227:4: style: Variable 'rdg' is reassigned a value before the old one has been used. [redundantAssignment]
elementary-1.8.5/src/bin/test_config.c:214:0: note: Variable 'rdg' is reassigned a value before the old one has been used.
elementary-1.8.5/src/bin/test_config.c:227:4: note: Variable 'rdg' is reassigned a value before the old one has been used.
elementary-1.8.5/src/bin/test_config.c:74:17: style: The scope of the variable 'i' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_config.c:255:23: style: The scope of the variable 'ck' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_config.c:322:23: style: The scope of the variable 'bg' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_config.c:322:28: style: The scope of the variable 'bx' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_config.c:322:33: style: The scope of the variable 'lb' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_config.c:369:24: style: The scope of the variable 'ly' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_config.c:371:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_config.c:420:42: style: Function 'test_config' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
elementary-1.8.5/src/bin/test_config.c:46:43: note: Function 'test_config' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_config.c:420:42: note: Function 'test_config' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_config.c:420:72: style: Function 'test_config' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
elementary-1.8.5/src/bin/test_config.c:46:54: note: Function 'test_config' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_config.c:420:72: note: Function 'test_config' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_conform_indicator.c:130:4: style: Variable 'plug_port' is reassigned a value before the old one has been used. [redundantAssignment]
elementary-1.8.5/src/bin/test_conform_indicator.c:77:0: note: Variable 'plug_port' is reassigned a value before the old one has been used.
elementary-1.8.5/src/bin/test_conform_indicator.c:130:4: note: Variable 'plug_port' is reassigned a value before the old one has been used.
elementary-1.8.5/src/bin/test_ctxpopup.c:47:17: style: The scope of the variable 'im' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_ctxpopup.c:48:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_diskselector.c:137:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
elementary-1.8.5/src/bin/test_dnd.c:237:15: style: The scope of the variable 'l' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_dnd.c:378:21: style: The scope of the variable 'it' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_dnd.c:379:15: style: The scope of the variable 'l' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_dnd.c:688:23: style: The scope of the variable 'gl' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_dnd.c:748:23: style: The scope of the variable 'gl' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_dnd.c:967:8: style: The scope of the variable 'i' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_dnd.c:328:12: style: Function '_gl_obj_mouse_up' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
elementary-1.8.5/src/bin/test_dnd.c:195:49: note: Function '_gl_obj_mouse_up' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_dnd.c:328:12: note: Function '_gl_obj_mouse_up' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_dnd.c:329:21: style: Function '_gl_obj_mouse_up' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
elementary-1.8.5/src/bin/test_dnd.c:195:65: note: Function '_gl_obj_mouse_up' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_dnd.c:329:21: note: Function '_gl_obj_mouse_up' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_dnd.c:330:21: style: Function '_gl_obj_mouse_up' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
elementary-1.8.5/src/bin/test_dnd.c:195:76: note: Function '_gl_obj_mouse_up' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_dnd.c:330:21: note: Function '_gl_obj_mouse_up' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_dnd.c:339:12: style: Function '_gl_obj_mouse_move' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
elementary-1.8.5/src/bin/test_dnd.c:194:51: note: Function '_gl_obj_mouse_move' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_dnd.c:339:12: note: Function '_gl_obj_mouse_move' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_dnd.c:340:21: style: Function '_gl_obj_mouse_move' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
elementary-1.8.5/src/bin/test_dnd.c:194:67: note: Function '_gl_obj_mouse_move' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_dnd.c:340:21: note: Function '_gl_obj_mouse_move' argument 3 names different: declaration 'obj' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_eio.c:49:22: style: Function '_sel_file' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
elementary-1.8.5/src/bin/test_eio.c:36:29: note: Function '_sel_file' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_eio.c:49:22: note: Function '_sel_file' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_eio.c:49:52: style: Function '_sel_file' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
elementary-1.8.5/src/bin/test_eio.c:36:48: note: Function '_sel_file' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_eio.c:49:52: note: Function '_sel_file' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_eio.c:49:82: style: Function '_sel_file' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
elementary-1.8.5/src/bin/test_eio.c:36:59: note: Function '_sel_file' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_eio.c:49:82: note: Function '_sel_file' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_eio.c:54:26: style: Function '_ls_filter_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
elementary-1.8.5/src/bin/test_eio.c:37:38: note: Function '_ls_filter_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_eio.c:54:26: note: Function '_ls_filter_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_eio.c:54:57: style: Function '_ls_filter_cb' argument 2 names different: declaration 'handler' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
elementary-1.8.5/src/bin/test_eio.c:37:54: note: Function '_ls_filter_cb' argument 2 names different: declaration 'handler' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_eio.c:54:57: note: Function '_ls_filter_cb' argument 2 names different: declaration 'handler' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_eio.c:54:87: style: Function '_ls_filter_cb' argument 3 names different: declaration 'file' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
elementary-1.8.5/src/bin/test_eio.c:37:75: note: Function '_ls_filter_cb' argument 3 names different: declaration 'file' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_eio.c:54:87: note: Function '_ls_filter_cb' argument 3 names different: declaration 'file' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_eio.c:69:43: style: Function '_ls_main_cb' argument 2 names different: declaration 'handler' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
elementary-1.8.5/src/bin/test_eio.c:38:47: note: Function '_ls_main_cb' argument 2 names different: declaration 'handler' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_eio.c:69:43: note: Function '_ls_main_cb' argument 2 names different: declaration 'handler' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_eio.c:82:24: style: Function '_ls_done_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
elementary-1.8.5/src/bin/test_eio.c:39:31: note: Function '_ls_done_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_eio.c:82:24: note: Function '_ls_done_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_eio.c:82:55: style: Function '_ls_done_cb' argument 2 names different: declaration 'handler' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
elementary-1.8.5/src/bin/test_eio.c:39:47: note: Function '_ls_done_cb' argument 2 names different: declaration 'handler' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_eio.c:82:55: note: Function '_ls_done_cb' argument 2 names different: declaration 'handler' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_eio.c:119:25: style: Function '_ls_error_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
elementary-1.8.5/src/bin/test_eio.c:40:32: note: Function '_ls_error_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_eio.c:119:25: note: Function '_ls_error_cb' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_eio.c:119:56: style: Function '_ls_error_cb' argument 2 names different: declaration 'handler' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
elementary-1.8.5/src/bin/test_eio.c:40:48: note: Function '_ls_error_cb' argument 2 names different: declaration 'handler' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_eio.c:119:56: note: Function '_ls_error_cb' argument 2 names different: declaration 'handler' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_eio.c:125:43: style: Function '_file_chosen' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
elementary-1.8.5/src/bin/test_eio.c:41:51: note: Function '_file_chosen' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_eio.c:125:43: note: Function '_file_chosen' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_eio.c:162:43: style: Function '_gl_text_get' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
elementary-1.8.5/src/bin/test_eio.c:42:52: note: Function '_gl_text_get' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_eio.c:162:43: note: Function '_gl_text_get' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_eio.c:162:73: style: Function '_gl_text_get' argument 3 names different: declaration 'part' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
elementary-1.8.5/src/bin/test_eio.c:42:69: note: Function '_gl_text_get' argument 3 names different: declaration 'part' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_eio.c:162:73: note: Function '_gl_text_get' argument 3 names different: declaration 'part' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_eio.c:170:28: style: Function '_gl_content_get' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
elementary-1.8.5/src/bin/test_eio.c:43:43: note: Function '_gl_content_get' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_eio.c:170:28: note: Function '_gl_content_get' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_eio.c:170:58: style: Function '_gl_content_get' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
elementary-1.8.5/src/bin/test_eio.c:43:62: note: Function '_gl_content_get' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_eio.c:170:58: note: Function '_gl_content_get' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_eio.c:170:88: style: Function '_gl_content_get' argument 3 names different: declaration 'part' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
elementary-1.8.5/src/bin/test_eio.c:43:79: note: Function '_gl_content_get' argument 3 names different: declaration 'part' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_eio.c:170:88: note: Function '_gl_content_get' argument 3 names different: declaration 'part' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_eio.c:176:26: style: Function '_gl_state_get' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
elementary-1.8.5/src/bin/test_eio.c:44:38: note: Function '_gl_state_get' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_eio.c:176:26: note: Function '_gl_state_get' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_eio.c:176:56: style: Function '_gl_state_get' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
elementary-1.8.5/src/bin/test_eio.c:44:57: note: Function '_gl_state_get' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_eio.c:176:56: note: Function '_gl_state_get' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_eio.c:176:86: style: Function '_gl_state_get' argument 3 names different: declaration 'part' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
elementary-1.8.5/src/bin/test_eio.c:44:74: note: Function '_gl_state_get' argument 3 names different: declaration 'part' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_eio.c:176:86: note: Function '_gl_state_get' argument 3 names different: declaration 'part' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_eio.c:182:20: style: Function '_gl_del' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
elementary-1.8.5/src/bin/test_eio.c:45:27: note: Function '_gl_del' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_eio.c:182:20: note: Function '_gl_del' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_eio.c:182:50: style: Function '_gl_del' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
elementary-1.8.5/src/bin/test_eio.c:45:46: note: Function '_gl_del' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_eio.c:182:50: note: Function '_gl_del' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_eio.c:187:46: style: Function '_test_eio_clear' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
elementary-1.8.5/src/bin/test_eio.c:46:54: note: Function '_test_eio_clear' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_eio.c:187:46: note: Function '_test_eio_clear' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_eio.c:187:71: style: Function '_test_eio_clear' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
elementary-1.8.5/src/bin/test_eio.c:46:65: note: Function '_test_eio_clear' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_eio.c:187:71: note: Function '_test_eio_clear' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_entry.c:1808:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_entry.c:1825:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_entry_anchor.c:25:22: style: The scope of the variable 'bx' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_entry_anchor2.c:25:22: style: The scope of the variable 'bx' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_factory.c:27:22: style: The scope of the variable 'bt' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_factory.c:62:22: style: The scope of the variable 'fc' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_factory.c:100:22: style: The scope of the variable 'fc' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_factory.c:137:33: style: The scope of the variable 'fc' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_fileselector.c:194:4: style: Variable 'frame' is reassigned a value before the old one has been used. [redundantAssignment]
elementary-1.8.5/src/bin/test_fileselector.c:192:0: note: Variable 'frame' is reassigned a value before the old one has been used.
elementary-1.8.5/src/bin/test_fileselector.c:194:4: note: Variable 'frame' is reassigned a value before the old one has been used.
elementary-1.8.5/src/bin/test_fileselector.c:200:4: style: Variable 'hbox' is reassigned a value before the old one has been used. [redundantAssignment]
elementary-1.8.5/src/bin/test_fileselector.c:192:0: note: Variable 'hbox' is reassigned a value before the old one has been used.
elementary-1.8.5/src/bin/test_fileselector.c:200:4: note: Variable 'hbox' is reassigned a value before the old one has been used.
elementary-1.8.5/src/bin/test_fileselector.c:205:4: style: Variable 'bt' is reassigned a value before the old one has been used. [redundantAssignment]
elementary-1.8.5/src/bin/test_fileselector.c:192:0: note: Variable 'bt' is reassigned a value before the old one has been used.
elementary-1.8.5/src/bin/test_fileselector.c:205:4: note: Variable 'bt' is reassigned a value before the old one has been used.
elementary-1.8.5/src/bin/test_fileselector.c:255:4: style: Variable 'frame' is reassigned a value before the old one has been used. [redundantAssignment]
elementary-1.8.5/src/bin/test_fileselector.c:253:0: note: Variable 'frame' is reassigned a value before the old one has been used.
elementary-1.8.5/src/bin/test_fileselector.c:255:4: note: Variable 'frame' is reassigned a value before the old one has been used.
elementary-1.8.5/src/bin/test_fileselector.c:261:4: style: Variable 'hbox' is reassigned a value before the old one has been used. [redundantAssignment]
elementary-1.8.5/src/bin/test_fileselector.c:253:0: note: Variable 'hbox' is reassigned a value before the old one has been used.
elementary-1.8.5/src/bin/test_fileselector.c:261:4: note: Variable 'hbox' is reassigned a value before the old one has been used.
elementary-1.8.5/src/bin/test_fileselector.c:266:4: style: Variable 'bt' is reassigned a value before the old one has been used. [redundantAssignment]
elementary-1.8.5/src/bin/test_fileselector.c:253:0: note: Variable 'bt' is reassigned a value before the old one has been used.
elementary-1.8.5/src/bin/test_fileselector.c:266:4: note: Variable 'bt' is reassigned a value before the old one has been used.
elementary-1.8.5/src/bin/test_fileselector.c:308:4: style: Variable 'frame' is reassigned a value before the old one has been used. [redundantAssignment]
elementary-1.8.5/src/bin/test_fileselector.c:306:0: note: Variable 'frame' is reassigned a value before the old one has been used.
elementary-1.8.5/src/bin/test_fileselector.c:308:4: note: Variable 'frame' is reassigned a value before the old one has been used.
elementary-1.8.5/src/bin/test_fileselector.c:314:4: style: Variable 'hbox' is reassigned a value before the old one has been used. [redundantAssignment]
elementary-1.8.5/src/bin/test_fileselector.c:306:0: note: Variable 'hbox' is reassigned a value before the old one has been used.
elementary-1.8.5/src/bin/test_fileselector.c:314:4: note: Variable 'hbox' is reassigned a value before the old one has been used.
elementary-1.8.5/src/bin/test_fileselector.c:319:4: style: Variable 'rdg' is reassigned a value before the old one has been used. [redundantAssignment]
elementary-1.8.5/src/bin/test_fileselector.c:306:0: note: Variable 'rdg' is reassigned a value before the old one has been used.
elementary-1.8.5/src/bin/test_fileselector.c:319:4: note: Variable 'rdg' is reassigned a value before the old one has been used.
elementary-1.8.5/src/bin/test_fileselector_button.c:59:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
elementary-1.8.5/src/bin/test_fileselector_entry.c:59:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
elementary-1.8.5/src/bin/test_flip_page.c:242:8: style: The scope of the variable 'i' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_flip_page.c:242:11: style: The scope of the variable 'j' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_flip_page.c:242:14: style: The scope of the variable 'num' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_flip_page.c:316:29: style: The scope of the variable 'num2' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_flip_page.c:319:28: style: The scope of the variable 'gw' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_flip_page.c:416:26: style: Variable 'percm' is assigned a value that is never used. [unreadVariable]
elementary-1.8.5/src/bin/test_flip_page.c:474:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
elementary-1.8.5/src/bin/test_flip_page.c:475:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
elementary-1.8.5/src/bin/test_flipselector.c:86:21: style: The scope of the variable 'it' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_floating.c:8:21: style: struct member '_Testitem::item' is never used. [unusedStructMember]
elementary-1.8.5/src/bin/test_floating.c:9:8: style: struct member '_Testitem::mode' is never used. [unusedStructMember]
elementary-1.8.5/src/bin/test_floating.c:10:8: style: struct member '_Testitem::onoff' is never used. [unusedStructMember]
elementary-1.8.5/src/bin/test_focus2.c:13:56: warning: Either the condition 'type' is redundant or there is possible null pointer dereference: type. [nullPointerRedundantCheck]
elementary-1.8.5/src/bin/test_focus2.c:11:9: note: Assuming that condition 'type' is not redundant
elementary-1.8.5/src/bin/test_focus2.c:13:56: note: Null pointer dereference
elementary-1.8.5/src/bin/test_focus2.c:22:57: warning: Either the condition 'type' is redundant or there is possible null pointer dereference: type. [nullPointerRedundantCheck]
elementary-1.8.5/src/bin/test_focus2.c:20:9: note: Assuming that condition 'type' is not redundant
elementary-1.8.5/src/bin/test_focus2.c:22:57: note: Null pointer dereference
elementary-1.8.5/src/bin/test_focus2.c:32:65: warning: Either the condition 'type' is redundant or there is possible null pointer dereference: type. [nullPointerRedundantCheck]
elementary-1.8.5/src/bin/test_focus2.c:30:9: note: Assuming that condition 'type' is not redundant
elementary-1.8.5/src/bin/test_focus2.c:32:65: note: Null pointer dereference
elementary-1.8.5/src/bin/test_focus3.c:140:15: style: The scope of the variable 'l' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_focus3.c:141:8: style: The scope of the variable 'i' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_gengrid.c:129:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
elementary-1.8.5/src/bin/test_gengrid.c:317:4: style: Variable 'grid' is reassigned a value before the old one has been used. [redundantAssignment]
elementary-1.8.5/src/bin/test_gengrid.c:312:0: note: Variable 'grid' is reassigned a value before the old one has been used.
elementary-1.8.5/src/bin/test_gengrid.c:317:4: note: Variable 'grid' is reassigned a value before the old one has been used.
elementary-1.8.5/src/bin/test_gengrid.c:876:15: style: The scope of the variable 'id' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_genlist.c:3615:4: style: Variable 'itc' is reassigned a value before the old one has been used. [redundantAssignment]
elementary-1.8.5/src/bin/test_genlist.c:3593:0: note: Variable 'itc' is reassigned a value before the old one has been used.
elementary-1.8.5/src/bin/test_genlist.c:3615:4: note: Variable 'itc' is reassigned a value before the old one has been used.
elementary-1.8.5/src/bin/test_genlist.c:3659:4: style: Variable 'gl' is reassigned a value before the old one has been used. [redundantAssignment]
elementary-1.8.5/src/bin/test_genlist.c:3657:0: note: Variable 'gl' is reassigned a value before the old one has been used.
elementary-1.8.5/src/bin/test_genlist.c:3659:4: note: Variable 'gl' is reassigned a value before the old one has been used.
elementary-1.8.5/src/bin/test_genlist.c:3766:4: style: Variable 'itc' is reassigned a value before the old one has been used. [redundantAssignment]
elementary-1.8.5/src/bin/test_genlist.c:3737:0: note: Variable 'itc' is reassigned a value before the old one has been used.
elementary-1.8.5/src/bin/test_genlist.c:3766:4: note: Variable 'itc' is reassigned a value before the old one has been used.
elementary-1.8.5/src/bin/test_genlist.c:265:21: style: The scope of the variable 'gli' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_genlist.c:1047:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_genlist.c:1299:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_genlist.c:3149:21: style: The scope of the variable 'gli' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_gesture_layer.c:292:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_gesture_layer.c:383:23: error: Expression 'photo_array[ind++]=photo_object_add(win,NULL,buf,200,200,365,400,0)' depends on order of evaluation of side effects [unknownEvaluationOrder]
elementary-1.8.5/src/bin/test_gesture_layer2.c:134:21: style: The scope of the variable 'i' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_gesture_layer3.c:476:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_gesture_layer3.c:582:23: error: Expression 'photo_array[ind++]=photo_object_add(win,NULL,buf,50,200,365,400,0)' depends on order of evaluation of side effects [unknownEvaluationOrder]
elementary-1.8.5/src/bin/test_glview.c:186:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
elementary-1.8.5/src/bin/test_glview.c:254:65: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
elementary-1.8.5/src/bin/test_glview.c:193:19: style: The scope of the variable 'row' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_glview.c:193:25: style: The scope of the variable 'column' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_glview.c:194:10: style: The scope of the variable 'd' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_glview.c:572:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_glview.c:572:18: style: The scope of the variable 'dy' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_grid.c:73:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
elementary-1.8.5/src/bin/test_hoversel.c:82:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
elementary-1.8.5/src/bin/test_icon_animated.c:12:4: style: Variable 'play' is reassigned a value before the old one has been used. [redundantAssignment]
elementary-1.8.5/src/bin/test_icon_animated.c:10:0: note: Variable 'play' is reassigned a value before the old one has been used.
elementary-1.8.5/src/bin/test_icon_animated.c:12:4: note: Variable 'play' is reassigned a value before the old one has been used.
elementary-1.8.5/src/bin/test_index.c:111:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
elementary-1.8.5/src/bin/test_index.c:449:21: style: The scope of the variable 'lit' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_inwin.c:47:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
elementary-1.8.5/src/bin/test_launcher.c:192:33: style: The scope of the variable 'tb' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_launcher.c:192:38: style: The scope of the variable 'pad' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_launcher.c:192:65: style: The scope of the variable 'mb' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_launcher.c:382:44: style: The scope of the variable 'mb' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_launcher.c:382:59: style: The scope of the variable 'ly' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_launcher.c:724:33: style: The scope of the variable 'tb' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_launcher.c:724:38: style: The scope of the variable 'pad' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_launcher.c:724:60: style: The scope of the variable 'mb' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_launcher.c:724:81: style: The scope of the variable 'ly' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_layout.c:185:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
elementary-1.8.5/src/bin/test_list.c:230:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
elementary-1.8.5/src/bin/test_list.c:1293:13: style: The scope of the variable 'lhand' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_list.c:1293:20: style: The scope of the variable 'rhand' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_map.c:558:4: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
elementary-1.8.5/src/bin/test_map.c:545:0: note: Variable 'path' is reassigned a value before the old one has been used.
elementary-1.8.5/src/bin/test_map.c:558:4: note: Variable 'path' is reassigned a value before the old one has been used.
elementary-1.8.5/src/bin/test_map.c:892:10: style: The scope of the variable 'half_w' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_map.c:892:18: style: The scope of the variable 'half_h' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_map.c:893:8: style: The scope of the variable 'd' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_map.c:893:11: style: The scope of the variable 'd_diff' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_map.c:1039:8: style: The scope of the variable 'idx' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_map.c:1040:17: style: The scope of the variable 'tile_srcs' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_map.c:1041:17: style: The scope of the variable 'route_srcs' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_map.c:1042:17: style: The scope of the variable 'name_srcs' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_multibuttonentry.c:140:4: style: Variable 'scr' is reassigned a value before the old one has been used. [redundantAssignment]
elementary-1.8.5/src/bin/test_multibuttonentry.c:136:0: note: Variable 'scr' is reassigned a value before the old one has been used.
elementary-1.8.5/src/bin/test_multibuttonentry.c:140:4: note: Variable 'scr' is reassigned a value before the old one has been used.
elementary-1.8.5/src/bin/test_multibuttonentry.c:145:4: style: Variable 'mbe' is reassigned a value before the old one has been used. [redundantAssignment]
elementary-1.8.5/src/bin/test_multibuttonentry.c:137:0: note: Variable 'mbe' is reassigned a value before the old one has been used.
elementary-1.8.5/src/bin/test_multibuttonentry.c:145:4: note: Variable 'mbe' is reassigned a value before the old one has been used.
elementary-1.8.5/src/bin/test_multibuttonentry.c:182:4: style: Variable 'bx' is reassigned a value before the old one has been used. [redundantAssignment]
elementary-1.8.5/src/bin/test_multibuttonentry.c:179:0: note: Variable 'bx' is reassigned a value before the old one has been used.
elementary-1.8.5/src/bin/test_multibuttonentry.c:182:4: note: Variable 'bx' is reassigned a value before the old one has been used.
elementary-1.8.5/src/bin/test_naviframe_complex.c:310:28: style: The scope of the variable 'btn' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_naviframe_complex.c:310:55: style: The scope of the variable 'o' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_naviframe_complex.c:311:21: style: The scope of the variable 'it' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_panel.c:121:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
elementary-1.8.5/src/bin/test_panel.c:119:0: note: Variable 'result' is reassigned a value before the old one has been used.
elementary-1.8.5/src/bin/test_panel.c:121:9: note: Variable 'result' is reassigned a value before the old one has been used.
elementary-1.8.5/src/bin/test_panel.c:92:9: style: The scope of the variable 'd' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_panel.c:93:19: style: The scope of the variable 'de' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_panel.c:97:17: style: The scope of the variable 'x' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_panel.c:23:57: style: Function '_tstatus' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
elementary-1.8.5/src/bin/test_panel.c:12:58: note: Function '_tstatus' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_panel.c:23:57: note: Function '_tstatus' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_panel.c:38:57: style: Function '_bstatus' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
elementary-1.8.5/src/bin/test_panel.c:11:58: note: Function '_bstatus' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_panel.c:38:57: note: Function '_bstatus' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_panel.c:53:40: style: Function '_text_get' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
elementary-1.8.5/src/bin/test_panel.c:13:49: note: Function '_text_get' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_panel.c:53:40: note: Function '_text_get' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_panel.c:53:72: style: Function '_text_get' argument 3 names different: declaration 'source' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
elementary-1.8.5/src/bin/test_panel.c:13:66: note: Function '_text_get' argument 3 names different: declaration 'source' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_panel.c:53:72: note: Function '_text_get' argument 3 names different: declaration 'source' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_panel.c:78:23: style: Function '_state_get' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
elementary-1.8.5/src/bin/test_panel.c:15:35: note: Function '_state_get' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_panel.c:78:23: note: Function '_state_get' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_panel.c:78:53: style: Function '_state_get' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
elementary-1.8.5/src/bin/test_panel.c:15:54: note: Function '_state_get' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_panel.c:78:53: note: Function '_state_get' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_panel.c:78:85: style: Function '_state_get' argument 3 names different: declaration 'source' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
elementary-1.8.5/src/bin/test_panel.c:15:71: note: Function '_state_get' argument 3 names different: declaration 'source' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_panel.c:78:85: note: Function '_state_get' argument 3 names different: declaration 'source' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_panel.c:84:40: style: Function '_item_del' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
elementary-1.8.5/src/bin/test_panel.c:16:48: note: Function '_item_del' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_panel.c:84:40: note: Function '_item_del' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_panes.c:31:4: style: Variable 'tmp_size' is reassigned a value before the old one has been used. [redundantAssignment]
elementary-1.8.5/src/bin/test_panes.c:29:0: note: Variable 'tmp_size' is reassigned a value before the old one has been used.
elementary-1.8.5/src/bin/test_panes.c:31:4: note: Variable 'tmp_size' is reassigned a value before the old one has been used.
elementary-1.8.5/src/bin/test_photocam.c:223:9: style: Variable 'val' is modified but its new value is never used. [unreadVariable]
elementary-1.8.5/src/bin/test_popup.c:393:9: style: The scope of the variable 'str' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_segment_control.c:17:28: style: The scope of the variable 'sc' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_segment_control.c:17:33: style: The scope of the variable 'ic' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_segment_control.c:18:21: style: The scope of the variable 'seg_it' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_sys_notify.c:22:40: style: The scope of the variable 'closed' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_task_switcher.c:57:48: style: Function '_app_view_clicked' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
elementary-1.8.5/src/bin/test_task_switcher.c:16:56: note: Function '_app_view_clicked' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_task_switcher.c:57:48: note: Function '_app_view_clicked' argument 2 names different: declaration 'obj' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_task_switcher.c:57:78: style: Function '_app_view_clicked' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
elementary-1.8.5/src/bin/test_task_switcher.c:16:67: note: Function '_app_view_clicked' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_task_switcher.c:57:78: note: Function '_app_view_clicked' argument 3 names different: declaration 'event_info' definition 'EINA_UNUSED'.
elementary-1.8.5/src/bin/test_win_inline.c:10:17: style: The scope of the variable 'bg' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_win_socket.c:17:17: style: The scope of the variable 'bg' can be reduced. [variableScope]
elementary-1.8.5/src/bin/test_win_state.c:8:21: style: struct member '_Testitem::item' is never used. [unusedStructMember]
elementary-1.8.5/src/bin/test_win_state.c:9:8: style: struct member '_Testitem::mode' is never used. [unusedStructMember]
elementary-1.8.5/src/bin/test_win_state.c:9:14: style: struct member '_Testitem::onoff' is never used. [unusedStructMember]
elementary-1.8.5/src/edje_externals/elm.c:43:28: style: Function 'external_signal' argument 1 names different: declaration 'data' definition '__UNUSED__'. [funcArgNamesDifferent]
elementary-1.8.5/src/edje_externals/private.h:28:28: note: Function 'external_signal' argument 1 names different: declaration 'data' definition '__UNUSED__'.
elementary-1.8.5/src/edje_externals/elm.c:43:28: note: Function 'external_signal' argument 1 names different: declaration 'data' definition '__UNUSED__'.
elementary-1.8.5/src/edje_externals/elm.c:43:70: style: Function 'external_signal' argument 3 names different: declaration 'signal' definition 'sig'. [funcArgNamesDifferent]
elementary-1.8.5/src/edje_externals/private.h:28:64: note: Function 'external_signal' argument 3 names different: declaration 'signal' definition 'sig'.
elementary-1.8.5/src/edje_externals/elm.c:43:70: note: Function 'external_signal' argument 3 names different: declaration 'signal' definition 'sig'.
elementary-1.8.5/src/edje_externals/elm.c:79:31: style: Function 'external_translate' argument 1 names different: declaration 'data' definition '__UNUSED__'. [funcArgNamesDifferent]
elementary-1.8.5/src/edje_externals/private.h:30:38: note: Function 'external_translate' argument 1 names different: declaration 'data' definition '__UNUSED__'.
elementary-1.8.5/src/edje_externals/elm.c:79:31: note: Function 'external_translate' argument 1 names different: declaration 'data' definition '__UNUSED__'.
elementary-1.8.5/src/edje_externals/elm.c:109:38: style: Function 'external_common_param_get' argument 1 names different: declaration 'data' definition '__UNUSED__'. [funcArgNamesDifferent]
elementary-1.8.5/src/edje_externals/private.h:36:43: note: Function 'external_common_param_get' argument 1 names different: declaration 'data' definition '__UNUSED__'.
elementary-1.8.5/src/edje_externals/elm.c:109:38: note: Function 'external_common_param_get' argument 1 names different: declaration 'data' definition '__UNUSED__'.
elementary-1.8.5/src/edje_externals/elm.c:131:38: style: Function 'external_common_param_set' argument 1 names different: declaration 'data' definition '__UNUSED__'. [funcArgNamesDifferent]
elementary-1.8.5/src/edje_externals/private.h:37:43: note: Function 'external_common_param_set' argument 1 names different: declaration 'data' definition '__UNUSED__'.
elementary-1.8.5/src/edje_externals/elm.c:131:38: note: Function 'external_common_param_set' argument 1 names different: declaration 'data' definition '__UNUSED__'.
elementary-1.8.5/src/edje_externals/elm.c:193:52: style: Function 'external_common_params_parse' argument 2 names different: declaration 'data' definition '__UNUSED__'. [funcArgNamesDifferent]
elementary-1.8.5/src/edje_externals/private.h:39:52: note: Function 'external_common_params_parse' argument 2 names different: declaration 'data' definition '__UNUSED__'.
elementary-1.8.5/src/edje_externals/elm.c:193:52: note: Function 'external_common_params_parse' argument 2 names different: declaration 'data' definition '__UNUSED__'.
elementary-1.8.5/src/edje_externals/elm.c:193:81: style: Function 'external_common_params_parse' argument 3 names different: declaration 'obj' definition '__UNUSED__'. [funcArgNamesDifferent]
elementary-1.8.5/src/edje_externals/private.h:39:71: note: Function 'external_common_params_parse' argument 3 names different: declaration 'obj' definition '__UNUSED__'.
elementary-1.8.5/src/edje_externals/elm.c:193:81: note: Function 'external_common_params_parse' argument 3 names different: declaration 'obj' definition '__UNUSED__'.
elementary-1.8.5/src/edje_externals/elm.c:213:38: style: Function 'external_common_state_set' argument 1 names different: declaration 'data' definition '__UNUSED__'. [funcArgNamesDifferent]
elementary-1.8.5/src/edje_externals/private.h:38:38: note: Function 'external_common_state_set' argument 1 names different: declaration 'data' definition '__UNUSED__'.
elementary-1.8.5/src/edje_externals/elm.c:213:38: note: Function 'external_common_state_set' argument 1 names different: declaration 'data' definition '__UNUSED__'.
elementary-1.8.5/src/edje_externals/elm.c:213:126: style: Function 'external_common_state_set' argument 5 names different: declaration 'pos' definition '__UNUSED__'. [funcArgNamesDifferent]
elementary-1.8.5/src/edje_externals/private.h:38:116: note: Function 'external_common_state_set' argument 5 names different: declaration 'pos' definition '__UNUSED__'.
elementary-1.8.5/src/edje_externals/elm.c:213:126: note: Function 'external_common_state_set' argument 5 names different: declaration 'pos' definition '__UNUSED__'.
elementary-1.8.5/src/edje_externals/elm.c:227:77: style: Function 'external_common_param_icon_get' argument 2 names different: declaration 'param' definition 'p'. [funcArgNamesDifferent]
elementary-1.8.5/src/edje_externals/private.h:33:90: note: Function 'external_common_param_icon_get' argument 2 names different: declaration 'param' definition 'p'.
elementary-1.8.5/src/edje_externals/elm.c:227:77: note: Function 'external_common_param_icon_get' argument 2 names different: declaration 'param' definition 'p'.
elementary-1.8.5/src/edje_externals/elm_icon.c:31:17: style: The scope of the variable 'edje' can be reduced. [variableScope]
elementary-1.8.5/src/edje_externals/elm_multibuttonentry.c:84:8: style: Condition '!mem' is always true [knownConditionTrueFalse]
elementary-1.8.5/src/edje_externals/elm_multibuttonentry.c:79:39: note: Assignment 'mem=NULL', assigned value is 0
elementary-1.8.5/src/edje_externals/elm_multibuttonentry.c:84:8: note: Condition '!mem' is always true
elementary-1.8.5/src/edje_externals/elm_video.c:232:14: style: Variable 'mem->remember_position' is reassigned a value before the old one has been used. [redundantAssignment]
elementary-1.8.5/src/edje_externals/elm_video.c:231:14: note: Variable 'mem->remember_position' is reassigned a value before the old one has been used.
elementary-1.8.5/src/edje_externals/elm_video.c:232:14: note: Variable 'mem->remember_position' is reassigned a value before the old one has been used.
elementary-1.8.5/src/lib/elm_widget.h:208:0: error: #error "ERROR. Compile aborted." [preprocessorErrorDirective]
elementary-1.8.5/src/modules/access_output/mod.c:82:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
elementary-1.8.5/src/modules/prefs/prefs_iface.c:100:25: style: The scope of the variable 'sbx' can be reduced. [variableScope]
elementary-1.8.5/src/modules/prefs/prefs_iface.c:131:25: style: The scope of the variable 'sbx' can be reduced. [variableScope]
elementary-1.8.5/src/modules/prefs/prefs_iface.c:161:25: style: The scope of the variable 'sbx' can be reduced. [variableScope]
elementary-1.8.5/src/tests/elm_suite.c:25:11: style: The scope of the variable 'tc' can be reduced. [variableScope]
[17:32]

ftp://ftp.se.debian.org/debian/pool/main/e/elementary-xfce/elementary-xfce_0.12.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/elementtidy/elementtidy_1.0.orig.tar.gz
elementtidy-1.0-20050212.orig/tidylib/src/attrs.c:806:19: warning: Either the condition 'first&&second' is redundant or there is possible null pointer dereference: second. [nullPointerRedundantCheck]
elementtidy-1.0-20050212.orig/tidylib/src/attrs.c:807:17: note: Assuming that condition 'first&&second' is not redundant
elementtidy-1.0-20050212.orig/tidylib/src/attrs.c:806:19: note: Null pointer dereference
elementtidy-1.0-20050212.orig/tidylib/src/attrs.c:809:26: warning: Either the condition 'second' is redundant or there is possible null pointer dereference: second. [nullPointerRedundantCheck]
elementtidy-1.0-20050212.orig/tidylib/src/attrs.c:807:17: note: Assuming that condition 'second' is not redundant
elementtidy-1.0-20050212.orig/tidylib/src/attrs.c:809:26: note: Null pointer dereference
elementtidy-1.0-20050212.orig/tidylib/src/attrs.c:1286:9: warning: Either the condition 'attval' is redundant or there is possible null pointer dereference: attval. [nullPointerRedundantCheck]
elementtidy-1.0-20050212.orig/tidylib/src/attrs.c:1283:9: note: Assuming that condition 'attval' is not redundant
elementtidy-1.0-20050212.orig/tidylib/src/attrs.c:1286:9: note: Null pointer dereference
elementtidy-1.0-20050212.orig/tidylib/src/attrs.c:1346:13: warning: Either the condition 'attval' is redundant or there is possible null pointer dereference: attval. [nullPointerRedundantCheck]
elementtidy-1.0-20050212.orig/tidylib/src/attrs.c:1343:10: note: Assuming that condition 'attval' is not redundant
elementtidy-1.0-20050212.orig/tidylib/src/attrs.c:1346:13: note: Null pointer dereference
elementtidy-1.0-20050212.orig/tidylib/src/attrs.c:1347:13: warning: Either the condition 'attval' is redundant or there is possible null pointer dereference: attval. [nullPointerRedundantCheck]
elementtidy-1.0-20050212.orig/tidylib/src/attrs.c:1343:10: note: Assuming that condition 'attval' is not redundant
elementtidy-1.0-20050212.orig/tidylib/src/attrs.c:1347:13: note: Null pointer dereference
elementtidy-1.0-20050212.orig/tidylib/src/attrs.c:1409:10: warning: Either the condition 'attval' is redundant or there is possible null pointer dereference: attval. [nullPointerRedundantCheck]
elementtidy-1.0-20050212.orig/tidylib/src/attrs.c:1406:10: note: Assuming that condition 'attval' is not redundant
elementtidy-1.0-20050212.orig/tidylib/src/attrs.c:1409:10: note: Null pointer dereference
elementtidy-1.0-20050212.orig/tidylib/src/attrs.c:1156:11: style: The scope of the variable 'old' can be reduced. [variableScope]
elementtidy-1.0-20050212.orig/tidylib/src/attrs.c:574:26: style: Variable 'tags' is assigned a value that is never used. [unreadVariable]
elementtidy-1.0-20050212.orig/tidylib/src/attrs.c:206:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
elementtidy-1.0-20050212.orig/tidylib/src/clean.c:596:13: warning: Either the condition 'node' is redundant or there is possible null pointer dereference: node. [nullPointerRedundantCheck]
elementtidy-1.0-20050212.orig/tidylib/src/clean.c:1253:11: note: Assuming that condition 'node' is not redundant
elementtidy-1.0-20050212.orig/tidylib/src/clean.c:1269:34: note: Calling function 'StripOnlyChild', 2nd argument 'node' value is 0
elementtidy-1.0-20050212.orig/tidylib/src/clean.c:596:13: note: Null pointer dereference
elementtidy-1.0-20050212.orig/tidylib/src/clean.c:597:5: warning: Either the condition 'node' is redundant or there is possible null pointer dereference: node. [nullPointerRedundantCheck]
elementtidy-1.0-20050212.orig/tidylib/src/clean.c:1253:11: note: Assuming that condition 'node' is not redundant
elementtidy-1.0-20050212.orig/tidylib/src/clean.c:1269:34: note: Calling function 'StripOnlyChild', 2nd argument 'node' value is 0
elementtidy-1.0-20050212.orig/tidylib/src/clean.c:597:5: note: Null pointer dereference
elementtidy-1.0-20050212.orig/tidylib/src/clean.c:598:5: warning: Either the condition 'node' is redundant or there is possible null pointer dereference: node. [nullPointerRedundantCheck]
elementtidy-1.0-20050212.orig/tidylib/src/clean.c:1253:11: note: Assuming that condition 'node' is not redundant
elementtidy-1.0-20050212.orig/tidylib/src/clean.c:1269:34: note: Calling function 'StripOnlyChild', 2nd argument 'node' value is 0
elementtidy-1.0-20050212.orig/tidylib/src/clean.c:598:5: note: Null pointer dereference
elementtidy-1.0-20050212.orig/tidylib/src/clean.c:602:18: warning: Either the condition 'node' is redundant or there is possible null pointer dereference: node. [nullPointerRedundantCheck]
elementtidy-1.0-20050212.orig/tidylib/src/clean.c:1253:11: note: Assuming that condition 'node' is not redundant
elementtidy-1.0-20050212.orig/tidylib/src/clean.c:1269:34: note: Calling function 'StripOnlyChild', 2nd argument 'node' value is 0
elementtidy-1.0-20050212.orig/tidylib/src/clean.c:602:18: note: Null pointer dereference
elementtidy-1.0-20050212.orig/tidylib/src/clean.c:776:26: warning: Either the condition 'node' is redundant or there is possible null pointer dereference: node. [nullPointerRedundantCheck]
elementtidy-1.0-20050212.orig/tidylib/src/clean.c:1253:11: note: Assuming that condition 'node' is not redundant
elementtidy-1.0-20050212.orig/tidylib/src/clean.c:1267:31: note: Calling function 'MergeStyles', 2nd argument 'node' value is 0
elementtidy-1.0-20050212.orig/tidylib/src/clean.c:776:26: note: Null pointer dereference
elementtidy-1.0-20050212.orig/tidylib/src/clean.c:936:15: warning: Either the condition 'node' is redundant or there is possible null pointer dereference: node. [nullPointerRedundantCheck]
elementtidy-1.0-20050212.orig/tidylib/src/clean.c:1208:19: note: Assuming that condition 'node' is not redundant
elementtidy-1.0-20050212.orig/tidylib/src/clean.c:1209:33: note: Calling function 'TextAlign', 2nd argument 'node' value is 0
elementtidy-1.0-20050212.orig/tidylib/src/clean.c:936:15: note: Null pointer dereference
elementtidy-1.0-20050212.orig/tidylib/src/clean.c:1255:17: warning: Either the condition 'node' is redundant or there is possible null pointer dereference: node. [nullPointerRedundantCheck]
elementtidy-1.0-20050212.orig/tidylib/src/clean.c:1253:11: note: Assuming that condition 'node' is not redundant
elementtidy-1.0-20050212.orig/tidylib/src/clean.c:1255:17: note: Null pointer dereference
elementtidy-1.0-20050212.orig/tidylib/src/clean.c:1460:14: warning: Either the condition 'node' is redundant or there is possible null pointer dereference: node. [nullPointerRedundantCheck]
elementtidy-1.0-20050212.orig/tidylib/src/clean.c:1451:15: note: Assuming that condition 'node' is not redundant
elementtidy-1.0-20050212.orig/tidylib/src/clean.c:1460:14: note: Null pointer dereference
elementtidy-1.0-20050212.orig/tidylib/src/clean.c:1567:18: warning: Either the condition 'node' is redundant or there is possible null pointer dereference: node. [nullPointerRedundantCheck]
elementtidy-1.0-20050212.orig/tidylib/src/clean.c:1532:14: note: Assuming that condition 'node' is not redundant
elementtidy-1.0-20050212.orig/tidylib/src/clean.c:1567:18: note: Null pointer dereference
elementtidy-1.0-20050212.orig/tidylib/src/clean.c:1570:16: warning: Either the condition 'node' is redundant or there is possible null pointer dereference: node. [nullPointerRedundantCheck]
elementtidy-1.0-20050212.orig/tidylib/src/clean.c:1532:14: note: Assuming that condition 'node' is not redundant
elementtidy-1.0-20050212.orig/tidylib/src/clean.c:1570:16: note: Null pointer dereference
elementtidy-1.0-20050212.orig/tidylib/src/clean.c:1882:13: warning: Either the condition 'node' is redundant or there is possible null pointer dereference: node. [nullPointerRedundantCheck]
elementtidy-1.0-20050212.orig/tidylib/src/clean.c:1850:14: note: Assuming that condition 'node' is not redundant
elementtidy-1.0-20050212.orig/tidylib/src/clean.c:1882:13: note: Null pointer dereference
elementtidy-1.0-20050212.orig/tidylib/src/clean.c:1916:14: warning: Either the condition 'node' is redundant or there is possible null pointer dereference: node. [nullPointerRedundantCheck]
elementtidy-1.0-20050212.orig/tidylib/src/clean.c:1889:14: note: Assuming that condition 'node' is not redundant
elementtidy-1.0-20050212.orig/tidylib/src/clean.c:1916:14: note: Null pointer dereference
elementtidy-1.0-20050212.orig/tidylib/src/clean.c:2260:13: warning: Either the condition 'node' is redundant or there is possible null pointer dereference: node. [nullPointerRedundantCheck]
elementtidy-1.0-20050212.orig/tidylib/src/clean.c:2249:13: note: Assuming that condition 'node' is not redundant
elementtidy-1.0-20050212.orig/tidylib/src/clean.c:2260:13: note: Null pointer dereference
elementtidy-1.0-20050212.orig/tidylib/src/clean.c:87:9: style: The scope of the variable 'cmp' can be reduced. [variableScope]
elementtidy-1.0-20050212.orig/tidylib/src/clean.c:354:25: style: The scope of the variable 'classattr' can be reduced. [variableScope]
elementtidy-1.0-20050212.orig/tidylib/src/clean.c:973:11: style: The scope of the variable 'child' can be reduced. [variableScope]
elementtidy-1.0-20050212.orig/tidylib/src/clean.c:1201:11: style: The scope of the variable 'child' can be reduced. [variableScope]
elementtidy-1.0-20050212.orig/tidylib/src/clean.c:1251:11: style: The scope of the variable 'child' can be reduced. [variableScope]
elementtidy-1.0-20050212.orig/tidylib/src/clean.c:2004:13: style: The scope of the variable 'attval' can be reduced. [variableScope]
elementtidy-1.0-20050212.orig/tidylib/src/clean.c:2126:47: style: Function 'VerifyHTTPEquiv' argument 2 names different: declaration 'pParent' definition 'head'. [funcArgNamesDifferent]
elementtidy-1.0-20050212.orig/tidylib/src/clean.h:78:48: note: Function 'VerifyHTTPEquiv' argument 2 names different: declaration 'pParent' definition 'head'.
elementtidy-1.0-20050212.orig/tidylib/src/clean.c:2126:47: note: Function 'VerifyHTTPEquiv' argument 2 names different: declaration 'pParent' definition 'head'.
elementtidy-1.0-20050212.orig/tidylib/src/clean.c:353:20: style: Variable 'lexer' is assigned a value that is never used. [unreadVariable]
elementtidy-1.0-20050212.orig/tidylib/src/clean.c:1012:20: style: Variable 'lexer' is assigned a value that is never used. [unreadVariable]
elementtidy-1.0-20050212.orig/tidylib/src/config.c:269:45: style: Function 'lookupOption' argument 1 names different: declaration 'optnam' definition 's'. [funcArgNamesDifferent]
elementtidy-1.0-20050212.orig/tidylib/src/config.h:65:45: note: Function 'lookupOption' argument 1 names different: declaration 'optnam' definition 's'.
elementtidy-1.0-20050212.orig/tidylib/src/config.c:269:45: note: Function 'lookupOption' argument 1 names different: declaration 'optnam' definition 's'.
elementtidy-1.0-20050212.orig/tidylib/src/config.c:629:48: style: Function 'ParseConfigFile' argument 2 names different: declaration 'cfgfil' definition 'file'. [funcArgNamesDifferent]
elementtidy-1.0-20050212.orig/tidylib/src/config.h:98:49: note: Function 'ParseConfigFile' argument 2 names different: declaration 'cfgfil' definition 'file'.
elementtidy-1.0-20050212.orig/tidylib/src/config.c:629:48: note: Function 'ParseConfigFile' argument 2 names different: declaration 'cfgfil' definition 'file'.
elementtidy-1.0-20050212.orig/tidylib/src/config.c:636:51: style: Function 'ParseConfigFileEnc' argument 2 names different: declaration 'cfgfil' definition 'file'. [funcArgNamesDifferent]
elementtidy-1.0-20050212.orig/tidylib/src/config.h:100:34: note: Function 'ParseConfigFileEnc' argument 2 names different: declaration 'cfgfil' definition 'file'.
elementtidy-1.0-20050212.orig/tidylib/src/config.c:636:51: note: Function 'ParseConfigFileEnc' argument 2 names different: declaration 'cfgfil' definition 'file'.
elementtidy-1.0-20050212.orig/tidylib/src/config.c:738:67: style: Function 'ParseConfigOption' argument 3 names different: declaration 'optVal' definition 'optval'. [funcArgNamesDifferent]
elementtidy-1.0-20050212.orig/tidylib/src/config.h:108:68: note: Function 'ParseConfigOption' argument 3 names different: declaration 'optVal' definition 'optval'.
elementtidy-1.0-20050212.orig/tidylib/src/config.c:738:67: note: Function 'ParseConfigOption' argument 3 names different: declaration 'optVal' definition 'optval'.
elementtidy-1.0-20050212.orig/tidylib/src/config.c:759:70: style: Function 'ParseConfigValue' argument 3 names different: declaration 'optVal' definition 'optval'. [funcArgNamesDifferent]
elementtidy-1.0-20050212.orig/tidylib/src/config.h:109:71: note: Function 'ParseConfigValue' argument 3 names different: declaration 'optVal' definition 'optval'.
elementtidy-1.0-20050212.orig/tidylib/src/config.c:759:70: note: Function 'ParseConfigValue' argument 3 names different: declaration 'optVal' definition 'optval'.
elementtidy-1.0-20050212.orig/tidylib/src/config.c:368:23: style: Variable 'tagdecl' is assigned a value that is never used. [unreadVariable]
elementtidy-1.0-20050212.orig/tidylib/src/config.c:1482:20: style: Array index 'ix' is used before limits check. [arrayIndexThenCheck]
elementtidy-1.0-20050212.orig/tidylib/src/entities.c:393:26: style: Function 'EntityName' argument 1 names different: declaration 'charCode' definition 'ch'. [funcArgNamesDifferent]
elementtidy-1.0-20050212.orig/tidylib/src/entities.h:21:26: note: Function 'EntityName' argument 1 names different: declaration 'charCode' definition 'ch'.
elementtidy-1.0-20050212.orig/tidylib/src/entities.c:393:26: note: Function 'EntityName' argument 1 names different: declaration 'charCode' definition 'ch'.
elementtidy-1.0-20050212.orig/tidylib/src/fileio.c:61:3: style: Variable 'fin' is reassigned a value before the old one has been used. [redundantAssignment]
elementtidy-1.0-20050212.orig/tidylib/src/fileio.c:55:0: note: Variable 'fin' is reassigned a value before the old one has been used.
elementtidy-1.0-20050212.orig/tidylib/src/fileio.c:61:3: note: Variable 'fin' is reassigned a value before the old one has been used.
elementtidy-1.0-20050212.orig/tidylib/src/lexer.c:1341:16: warning: Either the condition 'node' is redundant or there is possible null pointer dereference: node. [nullPointerRedundantCheck]
elementtidy-1.0-20050212.orig/tidylib/src/lexer.c:1340:22: note: Assuming that condition 'node' is not redundant
elementtidy-1.0-20050212.orig/tidylib/src/lexer.c:1341:16: note: Null pointer dereference
elementtidy-1.0-20050212.orig/tidylib/src/lexer.c:1348:16: warning: Either the condition 'node' is redundant or there is possible null pointer dereference: node. [nullPointerRedundantCheck]
elementtidy-1.0-20050212.orig/tidylib/src/lexer.c:1347:22: note: Assuming that condition 'node' is not redundant
elementtidy-1.0-20050212.orig/tidylib/src/lexer.c:1348:16: note: Null pointer dereference
elementtidy-1.0-20050212.orig/tidylib/src/lexer.c:1354:20: warning: Either the condition 'node' is redundant or there is possible null pointer dereference: node. [nullPointerRedundantCheck]
elementtidy-1.0-20050212.orig/tidylib/src/lexer.c:1353:26: note: Assuming that condition 'node' is not redundant
elementtidy-1.0-20050212.orig/tidylib/src/lexer.c:1354:20: note: Null pointer dereference
elementtidy-1.0-20050212.orig/tidylib/src/lexer.c:1360:24: warning: Either the condition 'node' is redundant or there is possible null pointer dereference: node. [nullPointerRedundantCheck]
elementtidy-1.0-20050212.orig/tidylib/src/lexer.c:1359:30: note: Assuming that condition 'node' is not redundant
elementtidy-1.0-20050212.orig/tidylib/src/lexer.c:1360:24: note: Null pointer dereference
elementtidy-1.0-20050212.orig/tidylib/src/lexer.c:2648:21: style: Variable 'av' is reassigned a value before the old one has been used. [redundantAssignment]
elementtidy-1.0-20050212.orig/tidylib/src/lexer.c:2640:0: note: Variable 'av' is reassigned a value before the old one has been used.
elementtidy-1.0-20050212.orig/tidylib/src/lexer.c:2648:21: note: Variable 'av' is reassigned a value before the old one has been used.
elementtidy-1.0-20050212.orig/tidylib/src/lexer.c:429:38: style: Same expression on both sides of '||'. [duplicateExpression]
elementtidy-1.0-20050212.orig/tidylib/src/lexer.c:430:38: style: Same expression on both sides of '||'. [duplicateExpression]
elementtidy-1.0-20050212.orig/tidylib/src/lexer.c:431:21: style: Same expression on both sides of '||'. [duplicateExpression]
elementtidy-1.0-20050212.orig/tidylib/src/lexer.c:1370:13: style: The scope of the variable 'attval' can be reduced. [variableScope]
elementtidy-1.0-20050212.orig/tidylib/src/lexer.c:694:37: style: Function 'AddByte' argument 2 names different: declaration 'c' definition 'ch'. [funcArgNamesDifferent]
elementtidy-1.0-20050212.orig/tidylib/src/lexer.h:441:37: note: Function 'AddByte' argument 2 names different: declaration 'c' definition 'ch'.
elementtidy-1.0-20050212.orig/tidylib/src/lexer.c:694:37: note: Function 'AddByte' argument 2 names different: declaration 'c' definition 'ch'.
elementtidy-1.0-20050212.orig/tidylib/src/lexer.c:3375:41: style: Array index 'start' is used before limits check. [arrayIndexThenCheck]
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:3933:33: style: Redundant condition: node->line==1. 'node->line!=1 || (node->line==1 && node->column!=1)' is equivalent to 'node->line!=1 || node->column!=1' [redundantCondition]
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:160:5: warning: Either the condition 'node' is redundant or there is possible null pointer dereference: node. [nullPointerRedundantCheck]
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:2217:16: note: Assuming that condition 'node' is not redundant
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:2225:30: note: Calling function 'InsertNodeAtEnd', 2nd argument 'node' value is 0
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:160:5: note: Null pointer dereference
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:161:5: warning: Either the condition 'node' is redundant or there is possible null pointer dereference: node. [nullPointerRedundantCheck]
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:2217:16: note: Assuming that condition 'node' is not redundant
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:2225:30: note: Calling function 'InsertNodeAtEnd', 2nd argument 'node' value is 0
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:161:5: note: Null pointer dereference
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:262:10: warning: Either the condition 'element' is redundant or there is possible null pointer dereference: element. [nullPointerRedundantCheck]
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:256:10: note: Assuming that condition 'element' is not redundant
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:262:10: note: Null pointer dereference
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:659:18: warning: Either the condition 'element' is redundant or there is possible null pointer dereference: element. [nullPointerRedundantCheck]
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:1361:18: note: Assuming that condition 'element' is not redundant
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:1395:30: note: Calling function 'TrimSpaces', 2nd argument 'element' value is 0
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:659:18: note: Null pointer dereference
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:667:12: warning: Either the condition 'element' is redundant or there is possible null pointer dereference: element. [nullPointerRedundantCheck]
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:1361:18: note: Assuming that condition 'element' is not redundant
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:1395:30: note: Calling function 'TrimSpaces', 2nd argument 'element' value is 0
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:667:12: note: Null pointer dereference
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:688:9: warning: Either the condition 'node' is redundant or there is possible null pointer dereference: node. [nullPointerRedundantCheck]
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:2263:14: note: Assuming that condition 'node' is not redundant
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:2270:34: note: Calling function 'InsertMisc', 2nd argument 'node' value is 0
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:688:9: note: Null pointer dereference
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:700:10: warning: Either the condition 'node' is redundant or there is possible null pointer dereference: node. [nullPointerRedundantCheck]
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:2263:14: note: Assuming that condition 'node' is not redundant
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:2270:34: note: Calling function 'InsertMisc', 2nd argument 'node' value is 0
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:700:10: note: Null pointer dereference
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:716:10: warning: Either the condition 'node' is redundant or there is possible null pointer dereference: node. [nullPointerRedundantCheck]
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:2263:14: note: Assuming that condition 'node' is not redundant
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:2270:34: note: Calling function 'InsertMisc', 2nd argument 'node' value is 0
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:716:10: note: Null pointer dereference
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:736:9: warning: Either the condition 'node' is redundant or there is possible null pointer dereference: node. [nullPointerRedundantCheck]
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:2217:16: note: Assuming that condition 'node' is not redundant
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:2228:24: note: Calling function 'ParseTag', 2nd argument 'node' value is 0
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:736:9: note: Null pointer dereference
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:745:9: warning: Either the condition 'node' is redundant or there is possible null pointer dereference: node. [nullPointerRedundantCheck]
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:2217:16: note: Assuming that condition 'node' is not redundant
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:2228:24: note: Calling function 'ParseTag', 2nd argument 'node' value is 0
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:745:9: note: Null pointer dereference
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:748:9: warning: Either the condition 'node' is redundant or there is possible null pointer dereference: node. [nullPointerRedundantCheck]
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:2217:16: note: Assuming that condition 'node' is not redundant
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:2228:24: note: Calling function 'ParseTag', 2nd argument 'node' value is 0
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:748:9: note: Null pointer dereference
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:751:7: warning: Either the condition 'node' is redundant or there is possible null pointer dereference: node. [nullPointerRedundantCheck]
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:2217:16: note: Assuming that condition 'node' is not redundant
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:2228:24: note: Calling function 'ParseTag', 2nd argument 'node' value is 0
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:751:7: note: Null pointer dereference
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:770:23: warning: Either the condition 'element' is redundant or there is possible null pointer dereference: element. [nullPointerRedundantCheck]
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:769:18: note: Assuming that condition 'element' is not redundant
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:770:23: note: Null pointer dereference
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:924:13: warning: Either the condition 'node' is redundant or there is possible null pointer dereference: node. [nullPointerRedundantCheck]
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:915:14: note: Assuming that condition 'node' is not redundant
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:924:13: note: Null pointer dereference
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:951:25: warning: Either the condition 'node' is redundant or there is possible null pointer dereference: node. [nullPointerRedundantCheck]
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:932:23: note: Assuming that condition 'node' is not redundant
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:951:25: note: Null pointer dereference
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:1052:14: warning: Either the condition 'node' is redundant or there is possible null pointer dereference: node. [nullPointerRedundantCheck]
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:1020:14: note: Assuming that condition 'node' is not redundant
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:1052:14: note: Null pointer dereference
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:1394:13: warning: Either the condition 'element' is redundant or there is possible null pointer dereference: element. [nullPointerRedundantCheck]
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:1361:18: note: Assuming that condition 'element' is not redundant
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:1394:13: note: Null pointer dereference
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:1488:14: warning: Either the condition 'node' is redundant or there is possible null pointer dereference: node. [nullPointerRedundantCheck]
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:1452:14: note: Assuming that condition 'node' is not redundant
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:1488:14: note: Null pointer dereference
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:1498:14: warning: Either the condition 'node' is redundant or there is possible null pointer dereference: node. [nullPointerRedundantCheck]
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:1488:35: note: Assuming that condition 'node' is not redundant
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:1498:14: note: Null pointer dereference
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:1610:13: warning: Either the condition 'element' is redundant or there is possible null pointer dereference: element. [nullPointerRedundantCheck]
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:1585:15: note: Assuming that condition 'element' is not redundant
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:1610:13: note: Null pointer dereference
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:1998:17: warning: Either the condition 'node' is redundant or there is possible null pointer dereference: node. [nullPointerRedundantCheck]
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:1991:18: note: Assuming that condition 'node' is not redundant
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:1998:17: note: Null pointer dereference
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:2026:17: warning: Either the condition 'node' is redundant or there is possible null pointer dereference: node. [nullPointerRedundantCheck]
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:2022:15: note: Assuming that condition 'node' is not redundant
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:2026:17: note: Null pointer dereference
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:2592:10: warning: Either the condition 'node' is redundant or there is possible null pointer dereference: node. [nullPointerRedundantCheck]
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:2589:10: note: Assuming that condition 'node' is not redundant
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:2592:10: note: Null pointer dereference
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:2621:17: warning: Either the condition 'node' is redundant or there is possible null pointer dereference: node. [nullPointerRedundantCheck]
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:2615:17: note: Assuming that condition 'node' is not redundant
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:2621:17: note: Null pointer dereference
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:2635:13: warning: Either the condition 'node' is redundant or there is possible null pointer dereference: node. [nullPointerRedundantCheck]
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:2613:58: note: Assuming that condition 'node' is not redundant
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:2635:13: note: Null pointer dereference
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:2727:14: warning: Either the condition 'node' is redundant or there is possible null pointer dereference: node. [nullPointerRedundantCheck]
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:2705:14: note: Assuming that condition 'node' is not redundant
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:2727:14: note: Null pointer dereference
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:3011:13: warning: Either the condition 'node' is redundant or there is possible null pointer dereference: node. [nullPointerRedundantCheck]
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:3004:40: note: Assuming that condition 'node' is not redundant
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:3011:13: note: Null pointer dereference
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:3221:14: warning: Either the condition 'node' is redundant or there is possible null pointer dereference: node. [nullPointerRedundantCheck]
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:3194:14: note: Assuming that condition 'node' is not redundant
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:3221:14: note: Null pointer dereference
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:3222:14: warning: Either the condition 'node' is redundant or there is possible null pointer dereference: node. [nullPointerRedundantCheck]
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:3194:14: note: Assuming that condition 'node' is not redundant
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:3222:14: note: Null pointer dereference
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:3223:28: warning: Either the condition 'node' is redundant or there is possible null pointer dereference: node. [nullPointerRedundantCheck]
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:3194:14: note: Assuming that condition 'node' is not redundant
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:3223:28: note: Null pointer dereference
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:3340:23: warning: Either the condition 'node' is redundant or there is possible null pointer dereference: node. [nullPointerRedundantCheck]
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:3332:23: note: Assuming that condition 'node' is not redundant
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:3340:23: note: Null pointer dereference
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:3351:13: warning: Either the condition 'node' is redundant or there is possible null pointer dereference: node. [nullPointerRedundantCheck]
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:3285:14: note: Assuming that condition 'node' is not redundant
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:3351:13: note: Null pointer dereference
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:3362:22: warning: Either the condition 'node' is redundant or there is possible null pointer dereference: node. [nullPointerRedundantCheck]
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:3353:18: note: Assuming that condition 'node' is not redundant
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:3362:22: note: Null pointer dereference
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:3474:13: warning: Either the condition 'node' is redundant or there is possible null pointer dereference: node. [nullPointerRedundantCheck]
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:3459:14: note: Assuming that condition 'node' is not redundant
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:3474:13: note: Null pointer dereference
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:3597:13: warning: Either the condition 'node' is redundant or there is possible null pointer dereference: node. [nullPointerRedundantCheck]
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:3594:14: note: Assuming that condition 'node' is not redundant
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:3597:13: note: Null pointer dereference
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:3748:13: warning: Either the condition 'node' is redundant or there is possible null pointer dereference: node. [nullPointerRedundantCheck]
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:3656:14: note: Assuming that condition 'node' is not redundant
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:3748:13: note: Null pointer dereference
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:3843:17: warning: Either the condition 'node' is redundant or there is possible null pointer dereference: node. [nullPointerRedundantCheck]
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:3837:15: note: Assuming that condition 'node' is not redundant
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:3843:17: note: Null pointer dereference
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:4050:24: warning: Either the condition 'element' is redundant or there is possible null pointer dereference: element. [nullPointerRedundantCheck]
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:4043:9: note: Assuming that condition 'element' is not redundant
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:4050:24: note: Null pointer dereference
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:1908:13: style: Variable 'lexer->excludeBlocks' is reassigned a value before the old one has been used. [redundantAssignment]
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:1906:13: note: Variable 'lexer->excludeBlocks' is reassigned a value before the old one has been used.
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:1908:13: note: Variable 'lexer->excludeBlocks' is reassigned a value before the old one has been used.
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:2229:9: style: Variable 'lexer->excludeBlocks' is reassigned a value before the old one has been used. [redundantAssignment]
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:2227:9: note: Variable 'lexer->excludeBlocks' is reassigned a value before the old one has been used.
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:2229:9: note: Variable 'lexer->excludeBlocks' is reassigned a value before the old one has been used.
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:825:11: style: The scope of the variable 'head' can be reduced. [variableScope]
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:2082:11: style: The scope of the variable 'cell' can be reduced. [variableScope]
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:629:28: style: Variable 'parent' is assigned a value that is never used. [unreadVariable]
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:2602:20: style: Variable 'lexer' is assigned a value that is never used. [unreadVariable]
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:3418:18: style: Variable 'checkstack' is assigned a value that is never used. [unreadVariable]
elementtidy-1.0-20050212.orig/tidylib/src/parser.c:4136:20: style: Variable 'lexer' is assigned a value that is never used. [unreadVariable]
elementtidy-1.0-20050212.orig/tidylib/src/pprint.c:1285:16: warning: Either the condition 'node' is redundant or there is possible null pointer dereference: node. [nullPointerRedundantCheck]
elementtidy-1.0-20050212.orig/tidylib/src/pprint.c:2010:14: note: Assuming that condition 'node' is not redundant
elementtidy-1.0-20050212.orig/tidylib/src/pprint.c:2020:39: note: Calling function 'PPrintTag', 4th argument 'node' value is 0
elementtidy-1.0-20050212.orig/tidylib/src/pprint.c:1285:16: note: Null pointer dereference
elementtidy-1.0-20050212.orig/tidylib/src/pprint.c:1289:10: warning: Either the condition 'node' is redundant or there is possible null pointer dereference: node. [nullPointerRedundantCheck]
elementtidy-1.0-20050212.orig/tidylib/src/pprint.c:2010:14: note: Assuming that condition 'node' is not redundant
elementtidy-1.0-20050212.orig/tidylib/src/pprint.c:2020:39: note: Calling function 'PPrintTag', 4th argument 'node' value is 0
elementtidy-1.0-20050212.orig/tidylib/src/pprint.c:1289:10: note: Null pointer dereference
elementtidy-1.0-20050212.orig/tidylib/src/pprint.c:1316:11: warning: Either the condition 'node' is redundant or there is possible null pointer dereference: node. [nullPointerRedundantCheck]
elementtidy-1.0-20050212.orig/tidylib/src/pprint.c:2010:14: note: Assuming that condition 'node' is not redundant
elementtidy-1.0-20050212.orig/tidylib/src/pprint.c:2020:39: note: Calling function 'PPrintTag', 4th argument 'node' value is 0
elementtidy-1.0-20050212.orig/tidylib/src/pprint.c:1316:11: note: Null pointer dereference
elementtidy-1.0-20050212.orig/tidylib/src/pprint.c:1652:8: warning: Either the condition 'node' is redundant or there is possible null pointer dereference: node. [nullPointerRedundantCheck]
elementtidy-1.0-20050212.orig/tidylib/src/pprint.c:1649:8: note: Assuming that condition 'node' is not redundant
elementtidy-1.0-20050212.orig/tidylib/src/pprint.c:1652:8: note: Null pointer dereference
elementtidy-1.0-20050212.orig/tidylib/src/pprint.c:2022:13: warning: Either the condition 'node' is redundant or there is possible null pointer dereference: node. [nullPointerRedundantCheck]
elementtidy-1.0-20050212.orig/tidylib/src/pprint.c:2010:14: note: Assuming that condition 'node' is not redundant
elementtidy-1.0-20050212.orig/tidylib/src/pprint.c:2022:13: note: Null pointer dereference
elementtidy-1.0-20050212.orig/tidylib/src/pprint.c:540:23: style: Variable 'ind' is assigned a value that is never used. [unreadVariable]
elementtidy-1.0-20050212.orig/tidylib/src/pprint.c:655:28: style: Variable 'indentAttrs' is assigned a value that is never used. [unreadVariable]
elementtidy-1.0-20050212.orig/tidylib/src/pprint.c:685:28: style: Variable 'indentAttrs' is assigned a value that is never used. [unreadVariable]
elementtidy-1.0-20050212.orig/tidylib/src/pprint.c:949:0: style: Variable 'skipped' is assigned a value that is never used. [unreadVariable]
elementtidy-1.0-20050212.orig/tidylib/src/pprint.c:1147:22: style: Variable 'indAttrs' is assigned a value that is never used. [unreadVariable]
elementtidy-1.0-20050212.orig/tidylib/src/pprint.c:1283:16: style: Variable 'xml' is assigned a value that is never used. [unreadVariable]
elementtidy-1.0-20050212.orig/tidylib/src/pprint.c:1544:21: style: Variable 'wrapJste' is assigned a value that is never used. [unreadVariable]
elementtidy-1.0-20050212.orig/tidylib/src/streamio.c:130:54: style: Function 'BufferInput' argument 2 names different: declaration 'content' definition 'buf'. [funcArgNamesDifferent]
elementtidy-1.0-20050212.orig/tidylib/src/streamio.h:68:54: note: Function 'BufferInput' argument 2 names different: declaration 'content' definition 'buf'.
elementtidy-1.0-20050212.orig/tidylib/src/streamio.c:130:54: note: Function 'BufferInput' argument 2 names different: declaration 'content' definition 'buf'.
elementtidy-1.0-20050212.orig/tidylib/src/streamio.c:445:53: style: Function 'FileOutput' argument 3 names different: declaration 'newln' definition 'nl'. [funcArgNamesDifferent]
elementtidy-1.0-20050212.orig/tidylib/src/streamio.h:96:53: note: Function 'FileOutput' argument 3 names different: declaration 'newln' definition 'nl'.
elementtidy-1.0-20050212.orig/tidylib/src/streamio.c:445:53: note: Function 'FileOutput' argument 3 names different: declaration 'newln' definition 'nl'.
elementtidy-1.0-20050212.orig/tidylib/src/streamio.c:452:62: style: Function 'BufferOutput' argument 3 names different: declaration 'newln' definition 'nl'. [funcArgNamesDifferent]
elementtidy-1.0-20050212.orig/tidylib/src/streamio.h:97:62: note: Function 'BufferOutput' argument 3 names different: declaration 'newln' definition 'nl'.
elementtidy-1.0-20050212.orig/tidylib/src/streamio.c:452:62: note: Function 'BufferOutput' argument 3 names different: declaration 'newln' definition 'nl'.
elementtidy-1.0-20050212.orig/tidylib/src/streamio.c:459:65: style: Function 'UserOutput' argument 3 names different: declaration 'newln' definition 'nl'. [funcArgNamesDifferent]
elementtidy-1.0-20050212.orig/tidylib/src/streamio.h:98:65: note: Function 'UserOutput' argument 3 names different: declaration 'newln' definition 'nl'.
elementtidy-1.0-20050212.orig/tidylib/src/streamio.c:459:65: note: Function 'UserOutput' argument 3 names different: declaration 'newln' definition 'nl'.
elementtidy-1.0-20050212.orig/tidylib/src/tags.c:716:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
elementtidy-1.0-20050212.orig/tidylib/src/tags.c:696:24: style: Variable 'lexer' is assigned a value that is never used. [unreadVariable]
elementtidy-1.0-20050212.orig/tidylib/src/tidylib.c:938:12: style: Condition '0==status' is always true [knownConditionTrueFalse]
elementtidy-1.0-20050212.orig/tidylib/src/tidylib.c:914:58: note: Assignment 'status=0', assigned value is 0
elementtidy-1.0-20050212.orig/tidylib/src/tidylib.c:938:12: note: Condition '0==status' is always true
elementtidy-1.0-20050212.orig/tidylib/src/tidylib.c:1045:18: warning: Either the condition 'doc!=NULL' is redundant or there is possible null pointer dereference: doc. [nullPointerRedundantCheck]
elementtidy-1.0-20050212.orig/tidylib/src/tidylib.c:1048:17: note: Assuming that condition 'doc!=NULL' is not redundant
elementtidy-1.0-20050212.orig/tidylib/src/tidylib.c:1045:18: note: Null pointer dereference
elementtidy-1.0-20050212.orig/tidylib/src/tidylib.c:938:12: style: Same expression on both sides of '==' because the value of '0' and 'status' are the same. [duplicateExpression]
elementtidy-1.0-20050212.orig/tidylib/src/tidylib.c:914:58: note: 'status' is assigned value '0' here.
elementtidy-1.0-20050212.orig/tidylib/src/tidylib.c:938:12: note: Same expression on both sides of '==' because the value of '0' and 'status' are the same.
elementtidy-1.0-20050212.orig/tidylib/src/tidylib.c:123:44: style: Function 'tidyDocRelease' argument 1 names different: declaration 'impl' definition 'doc'. [funcArgNamesDifferent]
elementtidy-1.0-20050212.orig/tidylib/src/tidy-int.h:116:43: note: Function 'tidyDocRelease' argument 1 names different: declaration 'impl' definition 'doc'.
elementtidy-1.0-20050212.orig/tidylib/src/tidylib.c:123:44: note: Function 'tidyDocRelease' argument 1 names different: declaration 'impl' definition 'doc'.
elementtidy-1.0-20050212.orig/tidylib/src/tidylib.c:751:38: style: Function 'tidyDocParseFile' argument 1 names different: declaration 'impl' definition 'doc'. [funcArgNamesDifferent]
elementtidy-1.0-20050212.orig/tidylib/src/tidy-int.h:121:45: note: Function 'tidyDocParseFile' argument 1 names different: declaration 'impl' definition 'doc'.
elementtidy-1.0-20050212.orig/tidylib/src/tidylib.c:751:38: note: Function 'tidyDocParseFile' argument 1 names different: declaration 'impl' definition 'doc'.
elementtidy-1.0-20050212.orig/tidylib/src/tidylib.c:751:51: style: Function 'tidyDocParseFile' argument 2 names different: declaration 'htmlfil' definition 'filnam'. [funcArgNamesDifferent]
elementtidy-1.0-20050212.orig/tidylib/src/tidy-int.h:121:59: note: Function 'tidyDocParseFile' argument 2 names different: declaration 'htmlfil' definition 'filnam'.
elementtidy-1.0-20050212.orig/tidylib/src/tidylib.c:751:51: note: Function 'tidyDocParseFile' argument 2 names different: declaration 'htmlfil' definition 'filnam'.
elementtidy-1.0-20050212.orig/tidylib/src/tidylib.c:780:39: style: Function 'tidyDocParseStdin' argument 1 names different: declaration 'impl' definition 'doc'. [funcArgNamesDifferent]
elementtidy-1.0-20050212.orig/tidylib/src/tidy-int.h:122:46: note: Function 'tidyDocParseStdin' argument 1 names different: declaration 'impl' definition 'doc'.
elementtidy-1.0-20050212.orig/tidylib/src/tidylib.c:780:39: note: Function 'tidyDocParseStdin' argument 1 names different: declaration 'impl' definition 'doc'.
elementtidy-1.0-20050212.orig/tidylib/src/tidylib.c:788:40: style: Function 'tidyDocParseBuffer' argument 1 names different: declaration 'impl' definition 'doc'. [funcArgNamesDifferent]
elementtidy-1.0-20050212.orig/tidylib/src/tidy-int.h:124:47: note: Function 'tidyDocParseBuffer' argument 1 names different: declaration 'impl' definition 'doc'.
elementtidy-1.0-20050212.orig/tidylib/src/tidylib.c:788:40: note: Function 'tidyDocParseBuffer' argument 1 names different: declaration 'impl' definition 'doc'.
elementtidy-1.0-20050212.orig/tidylib/src/tidylib.c:800:40: style: Function 'tidyDocParseString' argument 1 names different: declaration 'impl' definition 'doc'. [funcArgNamesDifferent]
elementtidy-1.0-20050212.orig/tidylib/src/tidy-int.h:123:47: note: Function 'tidyDocParseString' argument 1 names different: declaration 'impl' definition 'doc'.
elementtidy-1.0-20050212.orig/tidylib/src/tidylib.c:800:40: note: Function 'tidyDocParseString' argument 1 names different: declaration 'impl' definition 'doc'.
elementtidy-1.0-20050212.orig/tidylib/src/tidylib.c:817:40: style: Function 'tidyDocParseSource' argument 1 names different: declaration 'impl' definition 'doc'. [funcArgNamesDifferent]
elementtidy-1.0-20050212.orig/tidylib/src/tidy-int.h:125:47: note: Function 'tidyDocParseSource' argument 1 names different: declaration 'impl' definition 'doc'.
elementtidy-1.0-20050212.orig/tidylib/src/tidylib.c:817:40: note: Function 'tidyDocParseSource' argument 1 names different: declaration 'impl' definition 'doc'.
elementtidy-1.0-20050212.orig/tidylib/src/tidylib.c:817:62: style: Function 'tidyDocParseSource' argument 2 names different: declaration 'docIn' definition 'source'. [funcArgNamesDifferent]
elementtidy-1.0-20050212.orig/tidylib/src/tidy-int.h:125:70: note: Function 'tidyDocParseSource' argument 2 names different: declaration 'docIn' definition 'source'.
elementtidy-1.0-20050212.orig/tidylib/src/tidylib.c:817:62: note: Function 'tidyDocParseSource' argument 2 names different: declaration 'docIn' definition 'source'.
elementtidy-1.0-20050212.orig/tidylib/src/tidylib.c:855:43: style: Function 'tidyDocSaveFile' argument 1 names different: declaration 'impl' definition 'doc'. [funcArgNamesDifferent]
elementtidy-1.0-20050212.orig/tidylib/src/tidy-int.h:139:44: note: Function 'tidyDocSaveFile' argument 1 names different: declaration 'impl' definition 'doc'.
elementtidy-1.0-20050212.orig/tidylib/src/tidylib.c:855:43: note: Function 'tidyDocSaveFile' argument 1 names different: declaration 'impl' definition 'doc'.
elementtidy-1.0-20050212.orig/tidylib/src/tidylib.c:855:56: style: Function 'tidyDocSaveFile' argument 2 names different: declaration 'htmlfil' definition 'filnam'. [funcArgNamesDifferent]
elementtidy-1.0-20050212.orig/tidylib/src/tidy-int.h:139:58: note: Function 'tidyDocSaveFile' argument 2 names different: declaration 'htmlfil' definition 'filnam'.
elementtidy-1.0-20050212.orig/tidylib/src/tidylib.c:855:56: note: Function 'tidyDocSaveFile' argument 2 names different: declaration 'htmlfil' definition 'filnam'.
elementtidy-1.0-20050212.orig/tidylib/src/tidylib.c:912:45: style: Function 'tidyDocSaveStdout' argument 1 names different: declaration 'impl' definition 'doc'. [funcArgNamesDifferent]
elementtidy-1.0-20050212.orig/tidylib/src/tidy-int.h:140:46: note: Function 'tidyDocSaveStdout' argument 1 names different: declaration 'impl' definition 'doc'.
elementtidy-1.0-20050212.orig/tidylib/src/tidylib.c:912:45: note: Function 'tidyDocSaveStdout' argument 1 names different: declaration 'impl' definition 'doc'.
elementtidy-1.0-20050212.orig/tidylib/src/tidylib.c:959:45: style: Function 'tidyDocSaveString' argument 1 names different: declaration 'impl' definition 'doc'. [funcArgNamesDifferent]
elementtidy-1.0-20050212.orig/tidylib/src/tidy-int.h:141:46: note: Function 'tidyDocSaveString' argument 1 names different: declaration 'impl' definition 'doc'.
elementtidy-1.0-20050212.orig/tidylib/src/tidylib.c:959:45: note: Function 'tidyDocSaveString' argument 1 names different: declaration 'impl' definition 'doc'.
elementtidy-1.0-20050212.orig/tidylib/src/tidylib.c:979:45: style: Function 'tidyDocSaveBuffer' argument 1 names different: declaration 'impl' definition 'doc'. [funcArgNamesDifferent]
elementtidy-1.0-20050212.orig/tidylib/src/tidy-int.h:142:46: note: Function 'tidyDocSaveBuffer' argument 1 names different: declaration 'impl' definition 'doc'.
elementtidy-1.0-20050212.orig/tidylib/src/tidylib.c:979:45: note: Function 'tidyDocSaveBuffer' argument 1 names different: declaration 'impl' definition 'doc'.
elementtidy-1.0-20050212.orig/tidylib/src/tidylib.c:994:43: style: Function 'tidyDocSaveSink' argument 1 names different: declaration 'impl' definition 'doc'. [funcArgNamesDifferent]
elementtidy-1.0-20050212.orig/tidylib/src/tidy-int.h:143:44: note: Function 'tidyDocSaveSink' argument 1 names different: declaration 'impl' definition 'doc'.
elementtidy-1.0-20050212.orig/tidylib/src/tidylib.c:994:43: note: Function 'tidyDocSaveSink' argument 1 names different: declaration 'impl' definition 'doc'.
elementtidy-1.0-20050212.orig/tidylib/src/tidylib.c:994:64: style: Function 'tidyDocSaveSink' argument 2 names different: declaration 'docOut' definition 'sink'. [funcArgNamesDifferent]
elementtidy-1.0-20050212.orig/tidylib/src/tidy-int.h:143:66: note: Function 'tidyDocSaveSink' argument 2 names different: declaration 'docOut' definition 'sink'.
elementtidy-1.0-20050212.orig/tidylib/src/tidylib.c:994:64: note: Function 'tidyDocSaveSink' argument 2 names different: declaration 'docOut' definition 'sink'.
elementtidy-1.0-20050212.orig/tidylib/src/tidylib.c:1004:41: style: Function 'tidyDocStatus' argument 1 names different: declaration 'impl' definition 'doc'. [funcArgNamesDifferent]
elementtidy-1.0-20050212.orig/tidylib/src/tidy-int.h:118:42: note: Function 'tidyDocStatus' argument 1 names different: declaration 'impl' definition 'doc'.
elementtidy-1.0-20050212.orig/tidylib/src/tidylib.c:1004:41: note: Function 'tidyDocStatus' argument 1 names different: declaration 'impl' definition 'doc'.
elementtidy-1.0-20050212.orig/tidylib/src/tidylib.c:1042:46: style: Function 'tidyDocParseStream' argument 1 names different: declaration 'impl' definition 'doc'. [funcArgNamesDifferent]
elementtidy-1.0-20050212.orig/tidylib/src/tidy-int.h:126:47: note: Function 'tidyDocParseStream' argument 1 names different: declaration 'impl' definition 'doc'.
elementtidy-1.0-20050212.orig/tidylib/src/tidylib.c:1042:46: note: Function 'tidyDocParseStream' argument 1 names different: declaration 'impl' definition 'doc'.
elementtidy-1.0-20050212.orig/tidylib/src/tidylib.c:1215:45: style: Function 'tidyDocSaveStream' argument 1 names different: declaration 'impl' definition 'doc'. [funcArgNamesDifferent]
elementtidy-1.0-20050212.orig/tidylib/src/tidy-int.h:144:46: note: Function 'tidyDocSaveStream' argument 1 names different: declaration 'impl' definition 'doc'.
elementtidy-1.0-20050212.orig/tidylib/src/tidylib.c:1215:45: note: Function 'tidyDocSaveStream' argument 1 names different: declaration 'impl' definition 'doc'.
elementtidy-1.0-20050212.orig/tidylib/src/tidylib.c:650:25: style: Variable 'impl' is assigned a value that is never used. [unreadVariable]
elementtidy-1.0-20050212.orig/tidylib/src/tidylib.c:655:25: style: Variable 'impl' is assigned a value that is never used. [unreadVariable]
elementtidy-1.0-20050212.orig/tidylib/src/tidylib.c:660:25: style: Variable 'impl' is assigned a value that is never used. [unreadVariable]
elementtidy-1.0-20050212.orig/tidylib/src/tidylib.c:914:0: style: Variable 'oldstdoutmode' is assigned a value that is never used. [unreadVariable]
elementtidy-1.0-20050212.orig/tidylib/src/tidylib.c:914:0: style: Variable 'oldstderrmode' is assigned a value that is never used. [unreadVariable]
elementtidy-1.0-20050212.orig/tidylib/src/tidylib.c:1044:0: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
elementtidy-1.0-20050212.orig/tidylib/src/tidylib.c:1106:19: style: Variable 'acclvl' is assigned a value that is never used. [unreadVariable]
elementtidy-1.0-20050212.orig/tidylib/src/tmbstr.c:181:34: style: Function 'tmbstrnchr' argument 2 names different: declaration 'len1' definition 'maxlen'. [funcArgNamesDifferent]
elementtidy-1.0-20050212.orig/tidylib/src/tmbstr.h:63:34: note: Function 'tmbstrnchr' argument 2 names different: declaration 'len1' definition 'maxlen'.
elementtidy-1.0-20050212.orig/tidylib/src/tmbstr.c:181:34: note: Function 'tmbstrnchr' argument 2 names different: declaration 'len1' definition 'maxlen'.
elementtidy-1.0-20050212.orig/tidylib/src/utf8.c:508:34: warning: Function 'SplitSurrogatePair' argument order different: declaration 'utf16, high, low' definition 'utf16, low, high' [funcArgOrderDifferent]
elementtidy-1.0-20050212.orig/tidylib/src/utf8.h:48:35: note: Function 'SplitSurrogatePair' argument order different: declaration 'utf16, high, low' definition 'utf16, low, high'
elementtidy-1.0-20050212.orig/tidylib/src/utf8.c:508:34: note: Function 'SplitSurrogatePair' argument order different: declaration 'utf16, high, low' definition 'utf16, low, high'
elementtidy-1.0-20050212.orig/tidylib/src/utf8.c:155:11: style: struct member 'validUTF8Sequence::numBytes' is never used. [unusedStructMember]
[17:32]

ftp://ftp.se.debian.org/debian/pool/main/e/elfeed/elfeed_3.0.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/elfrc/elfrc_0.7.orig.tar.gz
elfrc-0.7/elfrc.c:907:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
elfrc-0.7/elfrc.c:603:9: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
elfrc-0.7/elfrc.c:647:21: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
elfrc-0.7/elfrc.c:668:21: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
elfrc-0.7/elfrc.c:676:17: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
elfrc-0.7/elfrc.c:684:17: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
elfrc-0.7/elfrc.c:696:17: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
elfrc-0.7/elfrc.c:704:17: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
elfrc-0.7/elfrc.c:715:21: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
elfrc-0.7/elfrc.c:733:17: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
elfrc-0.7/elfrc.c:821:9: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
elfrc-0.7/elfrc.c:424:9: style: The scope of the variable 'align' can be reduced. [variableScope]
elfrc-0.7/elfrc.c:671:21: warning: The buffer 'curType' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
[17:32]

ftp://ftp.se.debian.org/debian/pool/main/e/elfutils/elfutils_0.170.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/e/elib/elib_1.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/elib.intl/elib.intl_0.0.3~git20110809.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/elilo/elilo_3.14.orig.tar.gz
elilo/bootparams.c:99:16: error: Uninitialized variable: cp [uninitvar]
elilo/choosers/simple.c:399:28: style: Clarify calculation precedence for '+' and '?'. [clarifyCalculation]
elilo/choosers/textmenu.c:510:28: style: Clarify calculation precedence for '+' and '?'. [clarifyCalculation]
elilo/config.c:51:0: error: #error "You need to specfy your default arch config file" [preprocessorErrorDirective]
elilo/fileops.c:367:0: error: #error "You need to specfy your default arch config file" [preprocessorErrorDirective]
elilo/fs/ext2fs.c:145:0: error: No pair for character ("). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
elilo/fs/localfs.c:140:2: style: Variable 'lfs' is assigned a value that is never used. [unreadVariable]
elilo/fs/netfs.c:634:2: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
elilo/fs/netfs.c:628:2: note: Variable 'r' is reassigned a value before the old one has been used.
elilo/fs/netfs.c:634:2: note: Variable 'r' is reassigned a value before the old one has been used.
elilo/glue_ext2fs.c:56:17: style: Function 'glue' argument 1 names different: declaration 'this' definition 'fp'. [funcArgNamesDifferent]
elilo/glue_ext2fs.c:33:29: note: Function 'glue' argument 1 names different: declaration 'this' definition 'fp'.
elilo/glue_ext2fs.c:56:17: note: Function 'glue' argument 1 names different: declaration 'this' definition 'fp'.
elilo/glue_localfs.c:156:17: style: Function 'glue' argument 1 names different: declaration 'this' definition 'fp'. [funcArgNamesDifferent]
elilo/glue_localfs.c:33:29: note: Function 'glue' argument 1 names different: declaration 'this' definition 'fp'.
elilo/glue_localfs.c:156:17: note: Function 'glue' argument 1 names different: declaration 'this' definition 'fp'.
elilo/glue_netfs.c:277:17: style: Function 'glue' argument 1 names different: declaration 'this' definition 'fp'. [funcArgNamesDifferent]
elilo/glue_netfs.c:44:29: note: Function 'glue' argument 1 names different: declaration 'this' definition 'fp'.
elilo/glue_netfs.c:277:17: note: Function 'glue' argument 1 names different: declaration 'this' definition 'fp'.
elilo/inflate.c:288:12: style: The scope of the variable 'a' can be reduced. [variableScope]
elilo/inflate.c:962:7: style: The scope of the variable 'r' can be reduced. [variableScope]
elilo/inflate.c:1025:17: style: The scope of the variable 'c' can be reduced. [variableScope]
elilo/gunzip.c:160:13: style: Function 'error' argument 1 names different: declaration 'm' definition 'x'. [funcArgNamesDifferent]
elilo/gunzip.c:93:25: note: Function 'error' argument 1 names different: declaration 'm' definition 'x'.
elilo/gunzip.c:160:13: note: Function 'error' argument 1 names different: declaration 'm' definition 'x'.
elilo/inflate.c:1045:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
elilo/ia32/gzip.c:503:13: style: Function 'error' argument 1 names different: declaration 'm' definition 'x'. [funcArgNamesDifferent]
elilo/ia32/gzip.c:130:25: note: Function 'error' argument 1 names different: declaration 'm' definition 'x'.
elilo/ia32/gzip.c:503:13: note: Function 'error' argument 1 names different: declaration 'm' definition 'x'.
elilo/ia32/gzip.c:159:2: style: Variable 'expected' is assigned a value that is never used. [unreadVariable]
elilo/ia64/gzip.c:603:13: style: Function 'error' argument 1 names different: declaration 'm' definition 'x'. [funcArgNamesDifferent]
elilo/ia64/gzip.c:134:25: note: Function 'error' argument 1 names different: declaration 'm' definition 'x'.
elilo/ia64/gzip.c:603:13: note: Function 'error' argument 1 names different: declaration 'm' definition 'x'.
elilo/ia64/gzip.c:486:34: portability: '(void*)low_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
elilo/ia64/gzip.c:167:2: style: Variable 'expected' is assigned a value that is never used. [unreadVariable]
elilo/tools/eliloalt.c:67:11: style: struct member 'efi_guid_t::data1' is never used. [unusedStructMember]
elilo/tools/eliloalt.c:68:11: style: struct member 'efi_guid_t::data2' is never used. [unusedStructMember]
elilo/tools/eliloalt.c:69:11: style: struct member 'efi_guid_t::data3' is never used. [unusedStructMember]
elilo/tools/eliloalt.c:70:11: style: struct member 'efi_guid_t::data4' is never used. [unusedStructMember]
elilo/util.c:375:10: style: The scope of the variable 'str' can be reduced. [variableScope]
elilo/util.c:451:32: style: The scope of the variable 'md' can be reduced. [variableScope]
elilo/vars.c:92:10: style: The scope of the variable 'val' can be reduced. [variableScope]
elilo/x86_64/inflate.c:288:12: style: The scope of the variable 'a' can be reduced. [variableScope]
elilo/x86_64/inflate.c:962:7: style: The scope of the variable 'r' can be reduced. [variableScope]
elilo/x86_64/inflate.c:1025:17: style: The scope of the variable 'c' can be reduced. [variableScope]
elilo/x86_64/gzip.c:506:13: style: Function 'error' argument 1 names different: declaration 'm' definition 'x'. [funcArgNamesDifferent]
elilo/x86_64/gzip.c:133:25: note: Function 'error' argument 1 names different: declaration 'm' definition 'x'.
elilo/x86_64/gzip.c:506:13: note: Function 'error' argument 1 names different: declaration 'm' definition 'x'.
elilo/x86_64/gzip.c:162:2: style: Variable 'expected' is assigned a value that is never used. [unreadVariable]
elilo/x86_64/inflate.c:1045:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
[17:32]

ftp://ftp.se.debian.org/debian/pool/main/e/elinks/elinks_0.12~pre6.orig.tar.gz
elinks-0.12pre6/contrib/proxy/gen.c:170:3: error: Resource leak: f [resourceLeak]
elinks-0.12pre6/contrib/proxy/gen.c:77:36: error: Uninitialized variable: http [uninitvar]
elinks-0.12pre6/src/bfu/button.c:97:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/bfu/dialog.c:72:21: style: The scope of the variable 'title_color' can be reduced. [variableScope]
elinks-0.12pre6/src/bfu/group.c:33:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/bfu/hierbox.c:90:23: style: The scope of the variable 'box_data' can be reduced. [variableScope]
elinks-0.12pre6/src/bfu/hierbox.c:93:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/bfu/inpfield.c:111:14: style: The scope of the variable 'prev_y' can be reduced. [variableScope]
elinks-0.12pre6/src/bfu/menu.c:353:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/bfu/msgbox.c:103:10: error: va_list 'ap2' used before va_start() was called. [va_list_usedBeforeStarted]
elinks-0.12pre6/src/bfu/msgbox.c:105:39: error: va_list 'ap2' used before va_start() was called. [va_list_usedBeforeStarted]
elinks-0.12pre6/src/bookmarks/backend/xbel.c:123:8: style: Condition '!err' is always true [knownConditionTrueFalse]
elinks-0.12pre6/src/bookmarks/backend/xbel.c:112:18: note: Assuming that condition '!err' is not redundant
elinks-0.12pre6/src/bookmarks/backend/xbel.c:123:8: note: Condition '!err' is always true
elinks-0.12pre6/src/bookmarks/backend/xbel.c:347:8: style: The scope of the variable 'tmp' can be reduced. [variableScope]
elinks-0.12pre6/src/bookmarks/backend/xbel.c:348:6: style: The scope of the variable 'len2' can be reduced. [variableScope]
elinks-0.12pre6/src/bookmarks/backend/xbel.c:370:25: style: Function 'xbeltree_to_bookmarks_list' argument 2 names different: declaration 'root' definition 'node'. [funcArgNamesDifferent]
elinks-0.12pre6/src/bookmarks/backend/xbel.c:65:29: note: Function 'xbeltree_to_bookmarks_list' argument 2 names different: declaration 'root' definition 'node'.
elinks-0.12pre6/src/bookmarks/backend/xbel.c:370:25: note: Function 'xbeltree_to_bookmarks_list' argument 2 names different: declaration 'root' definition 'node'.
elinks-0.12pre6/src/config/conf.c:137:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/config/dialogs.c:571:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
elinks-0.12pre6/src/config/dialogs.c:569:21: style: Variable 'continue' is not assigned a value. [unassignedVariable]
elinks-0.12pre6/src/config/home.c:116:6: style: Condition '!home' is always true [knownConditionTrueFalse]
elinks-0.12pre6/src/config/home.c:114:24: note: Assignment 'home=NULL', assigned value is 0
elinks-0.12pre6/src/config/home.c:116:6: note: Condition '!home' is always true
elinks-0.12pre6/src/config/options.c:200:20: warning: Either the condition 'if(tree&&tree->flags&OPT_AUTOCREATE&&!no_autocreate)' is redundant or there is possible null pointer dereference: tree. [nullPointerRedundantCheck]
elinks-0.12pre6/src/config/options.c:207:5: note: Assuming that condition 'if(tree&&tree->flags&OPT_AUTOCREATE&&!no_autocreate)' is not redundant
elinks-0.12pre6/src/config/options.c:200:20: note: Null pointer dereference
elinks-0.12pre6/src/dialogs/document.c:151:11: warning: Either the condition 'if(doc_view)' is redundant or there is possible null pointer dereference: doc_view. [nullPointerRedundantCheck]
elinks-0.12pre6/src/dialogs/document.c:163:6: note: Assuming that condition 'if(doc_view)' is not redundant
elinks-0.12pre6/src/dialogs/document.c:151:11: note: Null pointer dereference
elinks-0.12pre6/src/dialogs/document.c:40:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/dialogs/menu.c:1050:47: style: Same expression on both sides of '&&'. [duplicateExpression]
elinks-0.12pre6/src/dialogs/menu.c:71:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/dialogs/menu.c:87:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/dialogs/menu.c:232:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/dialogs/menu.c:561:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/dialogs/menu.c:641:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/dialogs/menu.c:675:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/dialogs/menu.c:678:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/dialogs/menu.c:757:38: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
elinks-0.12pre6/src/document/document.c:111:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/document/document.c:114:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/document/document.c:174:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/document/forms.c:153:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/document/html/frames.c:37:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/document/html/frames.c:221:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/document/html/parser.c:293:12: style: Redundant condition: If 'EXPR >= '0'', the comparison 'EXPR' is always true. [redundantCondition]
elinks-0.12pre6/src/document/html/parser.c:132:3: warning: Variable 'html_context->putsp' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch]
elinks-0.12pre6/src/document/html/parser.c:127:3: note: Variable 'html_context->putsp' is reassigned a value before the old one has been used. 'break;' missing?
elinks-0.12pre6/src/document/html/parser.c:132:3: note: Variable 'html_context->putsp' is reassigned a value before the old one has been used. 'break;' missing?
elinks-0.12pre6/src/document/html/parser.c:529:17: style: The scope of the variable 'al' can be reduced. [variableScope]
elinks-0.12pre6/src/document/html/parser.c:288:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/document/html/parser.c:970:19: style: Variable 'init_list' is assigned a value that is never used. [unreadVariable]
elinks-0.12pre6/src/document/html/parser/general.c:846:20: style: Unused variable: break [unusedVariable]
elinks-0.12pre6/src/document/html/parser/link.c:417:2: style: Variable 'url' is reassigned a value before the old one has been used. [redundantAssignment]
elinks-0.12pre6/src/document/html/parser/link.c:415:0: note: Variable 'url' is reassigned a value before the old one has been used.
elinks-0.12pre6/src/document/html/parser/link.c:417:2: note: Variable 'url' is reassigned a value before the old one has been used.
elinks-0.12pre6/src/document/html/parser/stack.c:82:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/document/html/parser/stack.c:84:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/document/html/parser/stack.c:86:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/document/html/parser/stack.c:141:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/document/html/renderer.c:348:6: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
elinks-0.12pre6/src/document/html/renderer.c:1101:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
elinks-0.12pre6/src/document/html/renderer.c:920:6: style: The scope of the variable 'x' can be reduced. [variableScope]
elinks-0.12pre6/src/document/html/renderer.c:186:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/document/html/renderer.c:232:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/document/html/renderer.c:237:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/document/html/renderer.c:243:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/document/html/renderer.c:297:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/document/html/renderer.c:584:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/document/html/renderer.c:625:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/document/html/renderer.c:630:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/document/html/renderer.c:737:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/document/html/renderer.c:742:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/document/html/renderer.c:756:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/document/html/renderer.c:761:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/document/html/renderer.c:778:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/document/html/renderer.c:783:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/document/html/renderer.c:805:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/document/html/renderer.c:810:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/document/html/renderer.c:1099:21: style: Unused variable: continue [unusedVariable]
elinks-0.12pre6/src/document/html/renderer.c:1108:21: style: Unused variable: continue [unusedVariable]
elinks-0.12pre6/src/document/html/renderer.c:1161:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/document/html/renderer.c:1166:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/document/html/renderer.c:1324:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/document/html/renderer.c:1347:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/document/html/renderer.c:1352:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/document/html/renderer.c:1824:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/document/html/tables.c:518:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
elinks-0.12pre6/src/document/html/tables.c:1132:6: style: The scope of the variable 'cx' can be reduced. [variableScope]
elinks-0.12pre6/src/document/html/tables.c:516:20: style: Unused variable: break [unusedVariable]
elinks-0.12pre6/src/document/html/tables.c:1047:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/document/html/tables.c:1063:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/document/options.c:130:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/document/renderer.c:567:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
elinks-0.12pre6/src/document/renderer.c:282:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/document/renderer.c:527:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/document/renderer.c:532:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/document/renderer.c:566:21: style: Unused variable: continue [unusedVariable]
elinks-0.12pre6/src/dom/stack.c:110:39: style: Unsigned variable 'i' can't be negative so it is unnecessary to test it. [unsignedPositive]
elinks-0.12pre6/src/dom/test/sgml-parser.c:194:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
elinks-0.12pre6/src/dom/test/sgml-parser.c:240:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
elinks-0.12pre6/src/ecmascript/ecmascript.c:103:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/ecmascript/spidermonkey-shared.c:80:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/ecmascript/spidermonkey.c:73:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
elinks-0.12pre6/src/ecmascript/spidermonkey/form.c:204:13: style: The scope of the variable 'keystr' can be reduced. [variableScope]
elinks-0.12pre6/src/ecmascript/spidermonkey/form.c:575:42: style: Function 'input_finalize' argument 2 names different: declaration 'obj' definition 'jsinput'. [funcArgNamesDifferent]
elinks-0.12pre6/src/ecmascript/spidermonkey/form.c:60:54: note: Function 'input_finalize' argument 2 names different: declaration 'obj' definition 'jsinput'.
elinks-0.12pre6/src/ecmascript/spidermonkey/form.c:575:42: note: Function 'input_finalize' argument 2 names different: declaration 'obj' definition 'jsinput'.
elinks-0.12pre6/src/ecmascript/spidermonkey/form.c:1266:41: style: Function 'form_finalize' argument 2 names different: declaration 'obj' definition 'jsform'. [funcArgNamesDifferent]
elinks-0.12pre6/src/ecmascript/spidermonkey/form.c:881:53: note: Function 'form_finalize' argument 2 names different: declaration 'obj' definition 'jsform'.
elinks-0.12pre6/src/ecmascript/spidermonkey/form.c:1266:41: note: Function 'form_finalize' argument 2 names different: declaration 'obj' definition 'jsform'.
elinks-0.12pre6/src/ecmascript/spidermonkey/form.c:587:20: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/ecmascript/spidermonkey/form.c:1278:20: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/ecmascript/spidermonkey/navigator.c:120:25: style: The scope of the variable 'custr' can be reduced. [variableScope]
elinks-0.12pre6/src/encoding/bzip2.c:111:6: style: The scope of the variable 'err' can be reduced. [variableScope]
elinks-0.12pre6/src/encoding/lzma.c:89:6: style: The scope of the variable 'err' can be reduced. [variableScope]
elinks-0.12pre6/src/formhist/formhist.c:158:4: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
elinks-0.12pre6/src/formhist/formhist.c:157:13: note: Variable 'p' is reassigned a value before the old one has been used.
elinks-0.12pre6/src/formhist/formhist.c:158:4: note: Variable 'p' is reassigned a value before the old one has been used.
elinks-0.12pre6/src/formhist/formhist.c:179:4: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
elinks-0.12pre6/src/formhist/formhist.c:177:14: note: Variable 'p' is reassigned a value before the old one has been used.
elinks-0.12pre6/src/formhist/formhist.c:179:4: note: Variable 'p' is reassigned a value before the old one has been used.
elinks-0.12pre6/src/intl/charsets.c:1347:6: style: Condition 'syscp' is always false [knownConditionTrueFalse]
elinks-0.12pre6/src/intl/charsets.c:1317:14: note: Assignment 'syscp=0', assigned value is 0
elinks-0.12pre6/src/intl/charsets.c:1347:6: note: Condition 'syscp' is always false
elinks-0.12pre6/src/intl/gettext/dcigettext.c:427:35: style: Redundant condition: If 'EXPR == ':'', the comparison 'EXPR != '\0'' is always true. [redundantCondition]
elinks-0.12pre6/src/intl/gettext/dcigettext.c:137:6: style: struct member 'known_translation_t::category' is never used. [unusedStructMember]
elinks-0.12pre6/src/intl/gettext/dcigettext.c:140:6: style: struct member 'known_translation_t::counter' is never used. [unusedStructMember]
elinks-0.12pre6/src/intl/gettext/dcigettext.c:143:26: style: struct member 'known_translation_t::domain' is never used. [unusedStructMember]
elinks-0.12pre6/src/intl/gettext/dcigettext.c:146:23: style: struct member 'known_translation_t::translation' is never used. [unusedStructMember]
elinks-0.12pre6/src/intl/gettext/dcigettext.c:147:9: style: struct member 'known_translation_t::translation_length' is never used. [unusedStructMember]
elinks-0.12pre6/src/intl/gettext/dcigettext.c:150:16: style: struct member 'known_translation_t::msgid' is never used. [unusedStructMember]
elinks-0.12pre6/src/intl/gettext/l10nflist.c:332:17: style: The scope of the variable 'wp' can be reduced. [variableScope]
elinks-0.12pre6/src/intl/gettext/loadmsgcat.c:310:11: style: Same expression on both sides of '==' because the value of 'data' and '(struct mo_file_header*)-1' are the same. [duplicateExpression]
elinks-0.12pre6/src/intl/gettext/loadmsgcat.c:247:32: note: 'data' is assigned value '(struct mo_file_header*)-1' here.
elinks-0.12pre6/src/intl/gettext/loadmsgcat.c:310:11: note: Same expression on both sides of '==' because the value of 'data' and '(struct mo_file_header*)-1' are the same.
elinks-0.12pre6/src/intl/gettext/localcharset.c:226:13: style: Condition 'locale==NULL' is always true [knownConditionTrueFalse]
elinks-0.12pre6/src/intl/gettext/localcharset.c:217:32: note: Assignment 'locale=NULL', assigned value is 0
elinks-0.12pre6/src/intl/gettext/localcharset.c:226:13: note: Condition 'locale==NULL' is always true
elinks-0.12pre6/src/intl/gettext/localcharset.c:226:13: style: Same expression on both sides of '==' because the value of 'locale' and 'NULL' are the same. [duplicateExpression]
elinks-0.12pre6/src/intl/gettext/localcharset.c:217:32: note: 'locale' is assigned value 'NULL' here.
elinks-0.12pre6/src/intl/gettext/localcharset.c:226:13: note: Same expression on both sides of '==' because the value of 'locale' and 'NULL' are the same.
elinks-0.12pre6/src/intl/gettext/localcharset.c:91:24: style: The scope of the variable 'base' can be reduced. [variableScope]
elinks-0.12pre6/src/intl/gettext/localcharset.c:118:8: style: The scope of the variable 'c' can be reduced. [variableScope]
elinks-0.12pre6/src/intl/gettext/localealias.c:147:18: style: The scope of the variable 'alias' can be reduced. [variableScope]
elinks-0.12pre6/src/intl/gettext/localealias.c:148:18: style: The scope of the variable 'value' can be reduced. [variableScope]
plural.c:1423:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
elinks-0.12pre6/src/main/event.c:165:11: error: va_list 'ap' used before va_start() was called. [va_list_usedBeforeStarted]
elinks-0.12pre6/src/main/event.c:166:30: error: va_list 'ap' used before va_start() was called. [va_list_usedBeforeStarted]
elinks-0.12pre6/src/main/event.c:167:3: error: va_list 'ap' used before va_start() was called. [va_list_usedBeforeStarted]
elinks-0.12pre6/src/main/interlink.c:226:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/main/interlink.c:341:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/main/version.c:81:31: warning: Either the condition 'last_pos' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
elinks-0.12pre6/src/main/version.c:80:8: note: Assuming that condition 'last_pos' is not redundant
elinks-0.12pre6/src/main/version.c:81:31: note: Null pointer addition
elinks-0.12pre6/src/network/connection.c:279:9: warning: Either the condition 'if(proxied_uri)' is redundant or there is possible null pointer dereference: proxied_uri. [nullPointerRedundantCheck]
elinks-0.12pre6/src/network/connection.c:974:6: note: Assuming that condition 'if(proxied_uri)' is not redundant
elinks-0.12pre6/src/network/connection.c:967:36: note: Calling function 'init_connection', 2nd argument 'proxied_uri' value is 0
elinks-0.12pre6/src/network/connection.c:279:9: note: Null pointer dereference
elinks-0.12pre6/src/network/connection.c:597:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
elinks-0.12pre6/src/network/connection.c:404:0: style: Variable 'active_connections' is assigned a value that is never used. [unreadVariable]
elinks-0.12pre6/src/network/connection.c:720:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/network/connection.c:1007:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/network/dns.c:422:57: style: Function 'done_dns_lookup' argument 2 names different: declaration 'res' definition 'result'. [funcArgNamesDifferent]
elinks-0.12pre6/src/network/dns.c:81:69: note: Function 'done_dns_lookup' argument 2 names different: declaration 'res' definition 'result'.
elinks-0.12pre6/src/network/dns.c:422:57: note: Function 'done_dns_lookup' argument 2 names different: declaration 'res' definition 'result'.
elinks-0.12pre6/src/network/dns.c:250:30: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
elinks-0.12pre6/src/network/dns.c:297:33: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
elinks-0.12pre6/src/network/socket.c:507:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/network/socket.c:811:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/network/ssl/socket.c:12:0: error: #error "Huh?! You have SSL enabled, but not OPENSSL nor GNUTLS!! And then you want exactly *what* from me?" [preprocessorErrorDirective]
elinks-0.12pre6/src/network/ssl/ssl.c:14:0: error: #error "Huh?! You have SSL enabled, but not OPENSSL nor GNUTLS!! And then you want exactly *what* from me?" [preprocessorErrorDirective]
elinks-0.12pre6/src/osdep/getifaddrs.c:265:22: style: The scope of the variable 'q' can be reduced. [variableScope]
elinks-0.12pre6/src/osdep/os2/os2.c:316:16: style: The scope of the variable 'new_title' can be reduced. [variableScope]
elinks-0.12pre6/src/osdep/os2/os2.c:261:17: style: Unused variable: org_switch_title [unusedVariable]
elinks-0.12pre6/src/osdep/os2/os2.c:324:18: style: Unused variable: p [unusedVariable]
elinks-0.12pre6/src/osdep/osdep.c:965:35: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
elinks-0.12pre6/src/osdep/osdep.c:152:17: style: The scope of the variable 'buf' can be reduced. [variableScope]
elinks-0.12pre6/src/osdep/signals.c:262:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/osdep/stub.c:224:0: error: #error The raise() stub function requires kill() and getpid() [preprocessorErrorDirective]
elinks-0.12pre6/src/osdep/win32/overrides.c:536:7: style: The scope of the variable 'buf_rd' can be reduced. [variableScope]
elinks-0.12pre6/src/osdep/win32/overrides.c:536:20: style: The scope of the variable 'buf_wr' can be reduced. [variableScope]
elinks-0.12pre6/src/osdep/win32/overrides.c:536:33: style: The scope of the variable 'buf_ex' can be reduced. [variableScope]
elinks-0.12pre6/src/protocol/auth/auth.c:155:16: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
elinks-0.12pre6/src/protocol/auth/auth.c:241:2: style: Variable 'entry' is reassigned a value before the old one has been used. [redundantAssignment]
elinks-0.12pre6/src/protocol/auth/auth.c:235:0: note: Variable 'entry' is reassigned a value before the old one has been used.
elinks-0.12pre6/src/protocol/auth/auth.c:241:2: note: Variable 'entry' is reassigned a value before the old one has been used.
elinks-0.12pre6/src/protocol/auth/digest.c:107:25: error: Uninitialized variable: ha1 [uninitvar]
elinks-0.12pre6/src/protocol/auth/digest.c:108:25: error: Uninitialized variable: Ha2_hex [uninitvar]
elinks-0.12pre6/src/protocol/auth/digest.c:139:21: error: Uninitialized variable: cnonce [uninitvar]
elinks-0.12pre6/src/protocol/auth/digest.c:140:45: error: Uninitialized variable: cnonce [uninitvar]
elinks-0.12pre6/src/protocol/auth/digest.c:140:23: error: Uninitialized variable: response [uninitvar]
elinks-0.12pre6/src/protocol/bittorrent/bencoding.c:216:25: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
elinks-0.12pre6/src/protocol/bittorrent/bencoding.c:214:48: note: outer condition: scanner->position<scanner->end
elinks-0.12pre6/src/protocol/bittorrent/bencoding.c:216:25: note: opposite inner condition: scanner->position>=scanner->end
elinks-0.12pre6/src/protocol/bittorrent/bencoding.c:116:17: style: The scope of the variable 'string_length' can be reduced. [variableScope]
elinks-0.12pre6/src/protocol/bittorrent/connection.c:56:44: style: The scope of the variable 'prev' can be reduced. [variableScope]
elinks-0.12pre6/src/protocol/bittorrent/dialogs.c:165:28: style: The scope of the variable 'item' can be reduced. [variableScope]
elinks-0.12pre6/src/protocol/bittorrent/peerwire.c:246:16: style: The scope of the variable 'msgid_str' can be reduced. [variableScope]
elinks-0.12pre6/src/protocol/bittorrent/tracker.c:171:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
elinks-0.12pre6/src/protocol/file/cgi.c:376:40: style: Variable 'last_slash[-1]' is reassigned a value before the old one has been used. [redundantAssignment]
elinks-0.12pre6/src/protocol/file/cgi.c:376:3: note: Variable 'last_slash[-1]' is reassigned a value before the old one has been used.
elinks-0.12pre6/src/protocol/file/cgi.c:376:40: note: Variable 'last_slash[-1]' is reassigned a value before the old one has been used.
elinks-0.12pre6/src/protocol/file/file.c:139:6: style: Condition 'lnk' is always false [knownConditionTrueFalse]
elinks-0.12pre6/src/protocol/file/file.c:84:23: note: Assignment 'lnk=NULL', assigned value is 0
elinks-0.12pre6/src/protocol/file/file.c:139:6: note: Condition 'lnk' is always false
elinks-0.12pre6/src/protocol/ftp/ftp.c:1410:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/protocol/ftp/ftp.c:1175:3: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
elinks-0.12pre6/src/protocol/ftp/ftp.c:1180:3: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
elinks-0.12pre6/src/protocol/ftp/ftp.c:1185:3: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
elinks-0.12pre6/src/protocol/header.c:182:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
elinks-0.12pre6/src/protocol/http/http.c:1900:19: style: Variable 'file_encoding' is assigned a value that is never used. [unreadVariable]
elinks-0.12pre6/src/protocol/uri.c:562:7: style: Condition 'add_host' is always true [knownConditionTrueFalse]
elinks-0.12pre6/src/protocol/uri.c:523:18: note: Assignment 'add_host=1', assigned value is 1
elinks-0.12pre6/src/protocol/uri.c:562:7: note: Condition 'add_host' is always true
elinks-0.12pre6/src/protocol/uri.c:455:20: warning: Either the condition '!b' is redundant or there is possible null pointer dereference: b. [nullPointerRedundantCheck]
elinks-0.12pre6/src/protocol/uri.c:449:30: note: Assuming that condition '!b' is not redundant
elinks-0.12pre6/src/protocol/uri.c:455:20: note: Null pointer dereference
elinks-0.12pre6/src/scripting/guile/core.c:68:21: style: Variable 'internal_module' is assigned a value that is never used. [unreadVariable]
elinks-0.12pre6/src/scripting/guile/hooks.c:124:30: warning: Either the condition 'ses&&cached' is redundant or there is possible null pointer dereference: cached. [nullPointerRedundantCheck]
elinks-0.12pre6/src/scripting/guile/hooks.c:129:24: note: Assuming that condition 'ses&&cached' is not redundant
elinks-0.12pre6/src/scripting/guile/hooks.c:124:30: note: Null pointer dereference
elinks-0.12pre6/src/scripting/lua/core.c:214:16: style: Checking if unsigned variable 'l' is less than zero. [unsignedLessThanZero]
elinks-0.12pre6/src/scripting/perl/core.c:111:9: style: The scope of the variable 'local_argv' can be reduced. [variableScope]
elinks-0.12pre6/src/scripting/perl/hooks.c:48:10: style: Unused variable: n_a [unusedVariable]
elinks-0.12pre6/src/scripting/perl/hooks.c:96:10: style: Unused variable: n_a [unusedVariable]
elinks-0.12pre6/src/scripting/perl/hooks.c:195:11: style: Unused variable: n_a [unusedVariable]
elinks-0.12pre6/src/scripting/python/core.c:138:2: style: Variable 'imp_module' is reassigned a value before the old one has been used. [redundantAssignment]
elinks-0.12pre6/src/scripting/python/core.c:129:0: note: Variable 'imp_module' is reassigned a value before the old one has been used.
elinks-0.12pre6/src/scripting/python/core.c:138:2: note: Variable 'imp_module' is reassigned a value before the old one has been used.
elinks-0.12pre6/src/scripting/python/dialogs.c:118:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/scripting/python/hooks.c:86:30: warning: Either the condition 'ses&&cached' is redundant or there is possible null pointer dereference: cached. [nullPointerRedundantCheck]
elinks-0.12pre6/src/scripting/python/hooks.c:92:24: note: Assuming that condition 'ses&&cached' is not redundant
elinks-0.12pre6/src/scripting/python/hooks.c:86:30: note: Null pointer dereference
elinks-0.12pre6/src/scripting/ruby/hooks.c:151:30: warning: Either the condition 'ses&&cached' is redundant or there is possible null pointer dereference: cached. [nullPointerRedundantCheck]
elinks-0.12pre6/src/scripting/ruby/hooks.c:156:24: note: Assuming that condition 'ses&&cached' is not redundant
elinks-0.12pre6/src/scripting/ruby/hooks.c:151:30: note: Null pointer dereference
elinks-0.12pre6/src/scripting/smjs/action_object.c:35:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/scripting/smjs/bookmarks.c:53:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/scripting/smjs/cache_object.c:202:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/scripting/smjs/cache_object.c:211:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/scripting/smjs/cache_object.c:269:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/scripting/smjs/globhist.c:26:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/scripting/smjs/keybinding.c:162:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/session/download.c:737:5: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
elinks-0.12pre6/src/session/download.c:787:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
elinks-0.12pre6/src/session/session.c:1400:6: style: Condition '!name' is always true [knownConditionTrueFalse]
elinks-0.12pre6/src/session/session.c:1385:32: note: Assignment 'name=NULL', assigned value is 0
elinks-0.12pre6/src/session/session.c:1400:6: note: Condition '!name' is always true
elinks-0.12pre6/src/session/session.c:1176:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/session/task.c:45:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/session/task.c:364:9: error: Uninitialized variable: vs [uninitvar]
elinks-0.12pre6/src/terminal/draw.c:152:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/terminal/draw.c:504:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/terminal/draw.c:565:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/terminal/event.c:126:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
elinks-0.12pre6/src/terminal/event.c:426:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
elinks-0.12pre6/src/terminal/hardio.c:102:25: style: Unsigned variable 'datalen' can't be negative so it is unnecessary to test it. [unsignedPositive]
elinks-0.12pre6/src/terminal/hardio.c:132:25: style: Unsigned variable 'datalen' can't be negative so it is unnecessary to test it. [unsignedPositive]
elinks-0.12pre6/src/terminal/kbd.c:86:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/terminal/kbd.c:472:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/terminal/kbd.c:1027:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/terminal/kbd.c:1229:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/terminal/kbd.c:1242:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/terminal/kbd.c:221:18: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
elinks-0.12pre6/src/terminal/screen.c:1186:11: style: Checking if unsigned variable 'size' is less than zero. [unsignedLessThanZero]
elinks-0.12pre6/src/terminal/tab.c:105:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
elinks-0.12pre6/src/terminal/tab.c:241:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/terminal/tab.c:286:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/util/env.c:35:18: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
elinks-0.12pre6/src/util/hash.c:68:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/util/hash.c:140:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/util/md5.c:36:11: style: The scope of the variable 't' can be reduced. [variableScope]
elinks-0.12pre6/src/util/snprintf.c:181:10: error: va_list 'args' used before va_start() was called. [va_list_usedBeforeStarted]
elinks-0.12pre6/src/util/snprintf.c:828:10: error: va_list 'ap2' used before va_start() was called. [va_list_usedBeforeStarted]
elinks-0.12pre6/src/util/snprintf.c:830:35: error: va_list 'ap2' used before va_start() was called. [va_list_usedBeforeStarted]
elinks-0.12pre6/src/util/string.c:232:2: style: Unsigned variable 'n1' can't be negative so it is unnecessary to test it. [unsignedPositive]
elinks-0.12pre6/src/util/string.c:232:2: style: Unsigned variable 'n2' can't be negative so it is unnecessary to test it. [unsignedPositive]
elinks-0.12pre6/src/util/string.c:241:3: style: Unsigned variable 'n1' can't be negative so it is unnecessary to test it. [unsignedPositive]
elinks-0.12pre6/src/util/string.c:241:3: style: Unsigned variable 'n2' can't be negative so it is unnecessary to test it. [unsignedPositive]
elinks-0.12pre6/src/util/string.c:244:3: style: Unsigned variable 'n1' can't be negative so it is unnecessary to test it. [unsignedPositive]
elinks-0.12pre6/src/util/string.c:244:3: style: Unsigned variable 'n2' can't be negative so it is unnecessary to test it. [unsignedPositive]
elinks-0.12pre6/src/util/string.c:102:29: style: Function 'add_to_strn' argument 1 names different: declaration 'str' definition 'dst'. [funcArgNamesDifferent]
elinks-0.12pre6/src/util/string.h:48:34: note: Function 'add_to_strn' argument 1 names different: declaration 'str' definition 'dst'.
elinks-0.12pre6/src/util/string.c:102:29: note: Function 'add_to_strn' argument 1 names different: declaration 'str' definition 'dst'.
elinks-0.12pre6/src/util/string.c:186:67: style: Function 'safe_strncpy' argument 3 names different: declaration 'len' definition 'dst_size'. [funcArgNamesDifferent]
elinks-0.12pre6/src/util/string.h:77:82: note: Function 'safe_strncpy' argument 3 names different: declaration 'len' definition 'dst_size'.
elinks-0.12pre6/src/util/string.c:186:67: note: Function 'safe_strncpy' argument 3 names different: declaration 'len' definition 'dst_size'.
elinks-0.12pre6/src/util/string.c:378:37: style: Function 'add_string_to_string' argument 1 names different: declaration 'to' definition 'string'. [funcArgNamesDifferent]
elinks-0.12pre6/src/util/string.h:192:52: note: Function 'add_string_to_string' argument 1 names different: declaration 'to' definition 'string'.
elinks-0.12pre6/src/util/string.c:378:37: note: Function 'add_string_to_string' argument 1 names different: declaration 'to' definition 'string'.
elinks-0.12pre6/src/util/string.c:109:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/util/string.c:558:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/osdep/types.h:90:0: error: #error You have no 16-bit integer type. Get in touch with reality. [preprocessorErrorDirective]
elinks-0.12pre6/src/viewer/text/draw.c:98:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/viewer/text/draw.c:209:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/viewer/text/draw.c:344:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/viewer/text/form.c:660:31: style: The scope of the variable 'svtmp' can be reduced. [variableScope]
elinks-0.12pre6/src/viewer/text/form.c:1922:25: style: The scope of the variable 'key' can be reduced. [variableScope]
elinks-0.12pre6/src/viewer/text/form.c:102:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/viewer/text/form.c:134:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/viewer/text/form.c:138:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/viewer/text/form.c:636:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/viewer/text/form.c:2058:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/viewer/text/form.c:2064:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/viewer/text/link.c:105:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/viewer/text/link.c:239:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/viewer/text/link.c:242:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/viewer/text/link.c:746:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/viewer/text/link.c:769:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/viewer/text/link.c:1153:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/viewer/text/link.c:1182:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/viewer/text/link.c:1198:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/viewer/text/link.c:1201:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/viewer/text/search.c:73:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/viewer/text/search.c:99:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/viewer/text/search.c:212:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/viewer/text/search.c:767:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/viewer/text/search.c:799:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/viewer/text/search.c:891:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/viewer/text/search.c:900:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/viewer/text/textarea.c:599:27: warning: Either the condition 'if(fs_)' is redundant or there is possible null pointer dereference: fs_. [nullPointerRedundantCheck]
elinks-0.12pre6/src/viewer/text/textarea.c:613:6: note: Assuming that condition 'if(fs_)' is not redundant
elinks-0.12pre6/src/viewer/text/textarea.c:599:27: note: Null pointer dereference
elinks-0.12pre6/src/viewer/text/textarea.c:418:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/viewer/text/textarea.c:428:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/viewer/text/textarea.c:686:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/viewer/text/textarea.c:691:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/viewer/text/textarea.c:1195:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/viewer/text/textarea.c:1203:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/viewer/text/view.c:67:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/viewer/text/view.c:93:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/viewer/text/view.c:131:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/viewer/text/view.c:471:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/viewer/text/view.c:486:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/viewer/text/view.c:1529:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/viewer/text/view.c:1627:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/viewer/text/view.c:1644:19: style: Unused variable: return [unusedVariable]
elinks-0.12pre6/src/viewer/text/view.c:1647:19: style: Unused variable: return [unusedVariable]
[17:33]

ftp://ftp.se.debian.org/debian/pool/main/e/eliom/eliom_4.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/elisp-bug-hunter/elisp-bug-hunter_1.3.1+repack.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/elisp-slime-nav/elisp-slime-nav_0.9.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/e/elixir/elixir_0.7.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/elixir-lang/elixir-lang_1.6.5.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/elk/elk_3.99.8.orig.tar.gz
elk-3.99.8/lib/misc/bitstring.c:157:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
elk-3.99.8/lib/misc/bitstring.c:176:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
elk-3.99.8/lib/misc/bitstring.c:422:17: style: The scope of the variable 'n' can be reduced. [variableScope]
elk-3.99.8/lib/misc/bitstring.c:422:20: style: The scope of the variable 'delta' can be reduced. [variableScope]
elk-3.99.8/lib/misc/bitstring.c:422:27: style: The scope of the variable 'shift' can be reduced. [variableScope]
elk-3.99.8/lib/misc/bitstring.c:484:17: style: The scope of the variable 'n' can be reduced. [variableScope]
elk-3.99.8/lib/misc/bitstring.c:484:20: style: The scope of the variable 'delta' can be reduced. [variableScope]
elk-3.99.8/lib/misc/bitstring.c:484:27: style: The scope of the variable 'shift' can be reduced. [variableScope]
elk-3.99.8/lib/misc/bitstring.c:276:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
elk-3.99.8/lib/misc/monitor.c:65:11: style: The scope of the variable 'brk' can be reduced. [variableScope]
elk-3.99.8/lib/unix/fdescr.c:289:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
elk-3.99.8/lib/unix/fdescr.c:284:0: note: Variable 'ret' is reassigned a value before the old one has been used.
elk-3.99.8/lib/unix/fdescr.c:289:5: note: Variable 'ret' is reassigned a value before the old one has been used.
elk-3.99.8/lib/unix/fdescr.c:110:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
elk-3.99.8/lib/unix/file.c:166:9: style: The scope of the variable 'fd' can be reduced. [variableScope]
elk-3.99.8/lib/unix/process.c:84:26: style: The scope of the variable 'envp' can be reduced. [variableScope]
elk-3.99.8/lib/unix/time.c:121:12: style: The scope of the variable 'n' can be reduced. [variableScope]
elk-3.99.8/lib/unix/time.c:68:15: style: Unused variable: y [unusedVariable]
elk-3.99.8/lib/unix/time.c:77:9: style: Unused variable: i [unusedVariable]
elk-3.99.8/lib/unix/time.c:161:15: style: Obsolete function 'asctime' called. It is recommended to use 'strftime' instead. [asctimeCalled]
elk-3.99.8/lib/unix/wait.c:127:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
elk-3.99.8/lib/unix/wait.c:108:9: error: Uninitialized variable: retpid [uninitvar]
elk-3.99.8/lib/xlib/xlib.h:43:0: error: #error "X11 Release 3 (or earlier) no longer supported" [preprocessorErrorDirective]
elk-3.99.8/lib/xwidgets/xt.h:45:0: error: #error "Xt Release 3 or earlier no longer supported" [preprocessorErrorDirective]
elk-3.99.8/src/cont.c:116:19: style: Variable 'foo' is not assigned a value. [unassignedVariable]
elk-3.99.8/src/debug.c:37:18: style: The scope of the variable 'delta' can be reduced. [variableScope]
elk-3.99.8/src/error.c:149:1: error: va_list 'args' was opened but not closed by va_end(). [va_end_missing]
elk-3.99.8/src/heap-gen.c:404:13: style: The scope of the variable 'p' can be reduced. [variableScope]
elk-3.99.8/src/heap-gen.c:405:9: style: The scope of the variable 'pcount' can be reduced. [variableScope]
elk-3.99.8/src/heap-gen.c:405:17: style: The scope of the variable 'size' can be reduced. [variableScope]
elk-3.99.8/src/heap-gen.c:1143:9: style: The scope of the variable 't' can be reduced. [variableScope]
elk-3.99.8/src/heap-gen.c:1227:22: style: The scope of the variable 'cp' can be reduced. [variableScope]
elk-3.99.8/src/heap-gen.c:1420:9: style: The scope of the variable 'save_force_total' can be reduced. [variableScope]
elk-3.99.8/src/io.c:269:27: style: The scope of the variable 'plen' can be reduced. [variableScope]
elk-3.99.8/src/libelk.c:209:17: style: Condition 'Scm_Dir==NULL' is always true [knownConditionTrueFalse]
elk-3.99.8/src/libelk.c:191:15: note: Assignment 'Scm_Dir=NULL', assigned value is 0
elk-3.99.8/src/libelk.c:209:17: note: Condition 'Scm_Dir==NULL' is always true
elk-3.99.8/src/libelk.c:211:17: style: Condition 'Lib_Dir==NULL' is always true [knownConditionTrueFalse]
elk-3.99.8/src/libelk.c:190:15: note: Assignment 'Lib_Dir=NULL', assigned value is 0
elk-3.99.8/src/libelk.c:211:17: note: Condition 'Lib_Dir==NULL' is always true
elk-3.99.8/src/list.c:258:39: style: Checking if unsigned variable 'len=Get_Exact_Integer(n)' is less than zero. [unsignedLessThanZero]
elk-3.99.8/src/print.c:89:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
elk-3.99.8/src/print.c:143:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
elk-3.99.8/src/print.c:417:20: style: The scope of the variable 's' can be reduced. [variableScope]
elk-3.99.8/src/print.c:494:27: style: The scope of the variable 'c' can be reduced. [variableScope]
elk-3.99.8/src/print.c:524:27: style: The scope of the variable 'c' can be reduced. [variableScope]
elk-3.99.8/src/print.c:446:20: style: Unsigned variable 'length' can't be negative so it is unnecessary to test it. [unsignedPositive]
elk-3.99.8/src/print.c:481:20: style: Unsigned variable 'length' can't be negative so it is unnecessary to test it. [unsignedPositive]
elk-3.99.8/src/print.c:207:9: style: Variable 'f' is assigned a value that is never used. [unreadVariable]
elk-3.99.8/src/proc.c:262:24: style: The scope of the variable 'i' can be reduced. [variableScope]
elk-3.99.8/src/read.c:497:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
elk-3.99.8/src/read.c:146:9: style: Variable 'f' is assigned a value that is never used. [unreadVariable]
elk-3.99.8/src/read.c:189:9: style: Variable 'f' is assigned a value that is never used. [unreadVariable]
elk-3.99.8/src/read.c:191:11: style: Variable 'str' is assigned a value that is never used. [unreadVariable]
elk-3.99.8/src/read.c:297:9: style: Variable 'f' is assigned a value that is never used. [unreadVariable]
elk-3.99.8/src/read.c:295:18: style: Variable 'c' is not assigned a value. [unassignedVariable]
elk-3.99.8/src/read.c:298:11: style: Variable 'str' is assigned a value that is never used. [unreadVariable]
elk-3.99.8/src/read.c:500:11: style: Variable 'str' is assigned a value that is never used. [unreadVariable]
elk-3.99.8/src/read.c:499:9: style: Variable 'f' is assigned a value that is never used. [unreadVariable]
elk-3.99.8/src/read.c:301:14: error: Uninitialized variable: c [uninitvar]
elk-3.99.8/src/read.c:502:9: error: Uninitialized variable: c [uninitvar]
elk-3.99.8/src/read.c:579:9: error: Uninitialized variable: c [uninitvar]
elk-3.99.8/src/read.c:194:12: error: Uninitialized variable: c [uninitvar]
elk-3.99.8/src/read.c:240:13: error: Uninitialized variable: c [uninitvar]
elk-3.99.8/src/read.c:302:12: error: Uninitialized variable: c [uninitvar]
elk-3.99.8/src/read.c:328:13: error: Uninitialized variable: c [uninitvar]
elk-3.99.8/src/read.c:504:18: error: Uninitialized variable: c [uninitvar]
elk-3.99.8/src/read.c:581:12: error: Uninitialized variable: c [uninitvar]
elk-3.99.8/src/stab-coff.c:40:10: style: The scope of the variable 'inx' can be reduced. [variableScope]
elk-3.99.8/src/stab-ecoff.c:66:9: error: Resource handle 'fp' freed twice. [doubleFree]
elk-3.99.8/src/stab-ecoff.c:81:9: error: Resource handle 'fp' freed twice. [doubleFree]
elk-3.99.8/src/stab-ecoff.c:134:0: error: Deallocating a deallocated pointer: fp [deallocDealloc]
elk-3.99.8/src/stab-elf.c:48:25: style: The scope of the variable 'nextp' can be reduced. [variableScope]
elk-3.99.8/src/stab-hp9k800.c:85:11: error: Resource handle 'f' freed twice. [doubleFree]
elk-3.99.8/src/stab-hp9k800.c:85:0: error: Deallocating a deallocated pointer: f [deallocDealloc]
elk-3.99.8/src/stab-macho.c:67:26: style: The scope of the variable 'ld_cmd' can be reduced. [variableScope]
elk-3.99.8/src/string.c:79:45: style: Checking if unsigned variable 'len=Get_Exact_Integer(argv[0])' is less than zero. [unsignedLessThanZero]
elk-3.99.8/src/symbol.c:98:31: style: The scope of the variable 's' can be reduced. [variableScope]
elk-3.99.8/src/symbol.c:299:20: style: The scope of the variable 'p' can be reduced. [variableScope]
elk-3.99.8/src/symbol.c:300:18: style: The scope of the variable 'n' can be reduced. [variableScope]
elk-3.99.8/src/vector.c:66:45: style: Checking if unsigned variable 'len=Get_Exact_Integer(argv[0])' is less than zero. [unsignedLessThanZero]
[17:33]

ftp://ftp.se.debian.org/debian/pool/main/e/elkcode/elkcode_4.0.15.orig.tar.gz
elk-4.0.15/utilities/xps/conv.c:47:7: style: The scope of the variable 'm' can be reduced. [variableScope]
elk-4.0.15/utilities/xps/conv.c:47:11: style: Unused variable: i1 [unusedVariable]
elk-4.0.15/utilities/xps/conv.c:48:16: style: Variable 'tabl' is allocated memory that is never used. [unusedAllocatedMemory]
elk-4.0.15/utilities/xps/conv.c:67:10: style: Unused variable: y [unusedVariable]
elk-4.0.15/utilities/xps/conv.c:69:0: style: Variable 'n2' is assigned a value that is never used. [unreadVariable]
elk-4.0.15/utilities/xps/conv.c:91:0: error: Memory leak: tabl [memleak]
elk-4.0.15/utilities/xps/conv.c:91:0: error: Resource leak: f [resourceLeak]
elk-4.0.15/utilities/xps/conv.c:91:0: error: Memory leak: buffer [memleak]
[17:33]

ftp://ftp.se.debian.org/debian/pool/main/e/elki/elki_0.7.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/ell/ell_0.7.orig.tar.xz
ell-0.7/ell/base64.c:116:11: style: The scope of the variable 'reg' can be reduced. [variableScope]
ell-0.7/ell/checksum.c:280:22: warning: Either the condition '!checksum' is redundant or there is possible null pointer dereference: checksum. [nullPointerRedundantCheck]
ell-0.7/ell/checksum.c:276:6: note: Assuming that condition '!checksum' is not redundant
ell-0.7/ell/checksum.c:280:22: note: Null pointer dereference
ell-0.7/ell/checksum.c:287:26: warning: Either the condition '!checksum' is redundant or there is possible null pointer dereference: checksum. [nullPointerRedundantCheck]
ell-0.7/ell/checksum.c:276:6: note: Assuming that condition '!checksum' is not redundant
ell-0.7/ell/checksum.c:287:26: note: Null pointer dereference
ell-0.7/ell/checksum.c:302:8: warning: Either the condition '!checksum' is redundant or there is possible null pointer dereference: checksum. [nullPointerRedundantCheck]
ell-0.7/ell/checksum.c:299:6: note: Assuming that condition '!checksum' is not redundant
ell-0.7/ell/checksum.c:302:8: note: Null pointer dereference
ell-0.7/ell/checksum.c:317:7: warning: Either the condition '!checksum' is redundant or there is possible null pointer dereference: checksum. [nullPointerRedundantCheck]
ell-0.7/ell/checksum.c:314:6: note: Assuming that condition '!checksum' is not redundant
ell-0.7/ell/checksum.c:317:7: note: Null pointer dereference
ell-0.7/ell/checksum.c:338:17: warning: Either the condition '!checksum' is redundant or there is possible null pointer dereference: checksum. [nullPointerRedundantCheck]
ell-0.7/ell/checksum.c:335:6: note: Assuming that condition '!checksum' is not redundant
ell-0.7/ell/checksum.c:338:17: note: Null pointer dereference
ell-0.7/ell/checksum.c:372:20: warning: Either the condition '!checksum' is redundant or there is possible null pointer dereference: checksum. [nullPointerRedundantCheck]
ell-0.7/ell/checksum.c:362:6: note: Assuming that condition '!checksum' is not redundant
ell-0.7/ell/checksum.c:372:20: note: Null pointer dereference
ell-0.7/ell/checksum.c:403:16: warning: Either the condition '!checksum' is redundant or there is possible null pointer dereference: checksum. [nullPointerRedundantCheck]
ell-0.7/ell/checksum.c:394:6: note: Assuming that condition '!checksum' is not redundant
ell-0.7/ell/checksum.c:403:16: note: Null pointer dereference
ell-0.7/ell/cipher.c:252:8: warning: Either the condition '!cipher' is redundant or there is possible null pointer dereference: cipher. [nullPointerRedundantCheck]
ell-0.7/ell/cipher.c:249:6: note: Assuming that condition '!cipher' is not redundant
ell-0.7/ell/cipher.c:252:8: note: Null pointer dereference
ell-0.7/ell/cipher.c:253:8: warning: Either the condition '!cipher' is redundant or there is possible null pointer dereference: cipher. [nullPointerRedundantCheck]
ell-0.7/ell/cipher.c:249:6: note: Assuming that condition '!cipher' is not redundant
ell-0.7/ell/cipher.c:253:8: note: Null pointer dereference
ell-0.7/ell/cipher.c:263:8: warning: Either the condition '!cipher' is redundant or there is possible null pointer dereference: cipher. [nullPointerRedundantCheck]
ell-0.7/ell/cipher.c:260:6: note: Assuming that condition '!cipher' is not redundant
ell-0.7/ell/cipher.c:263:8: note: Null pointer dereference
ell-0.7/ell/cipher.c:264:8: warning: Either the condition '!cipher' is redundant or there is possible null pointer dereference: cipher. [nullPointerRedundantCheck]
ell-0.7/ell/cipher.c:260:6: note: Assuming that condition '!cipher' is not redundant
ell-0.7/ell/cipher.c:264:8: note: Null pointer dereference
ell-0.7/ell/cipher.c:446:24: warning: Either the condition '!cipher' is redundant or there is possible null pointer dereference: cipher. [nullPointerRedundantCheck]
ell-0.7/ell/cipher.c:440:6: note: Assuming that condition '!cipher' is not redundant
ell-0.7/ell/cipher.c:446:24: note: Null pointer dereference
ell-0.7/ell/cipher.c:460:25: warning: Either the condition '!cipher' is redundant or there is possible null pointer dereference: cipher. [nullPointerRedundantCheck]
ell-0.7/ell/cipher.c:454:6: note: Assuming that condition '!cipher' is not redundant
ell-0.7/ell/cipher.c:460:25: note: Null pointer dereference
ell-0.7/ell/cipher.c:473:24: warning: Either the condition '!cipher' is redundant or there is possible null pointer dereference: cipher. [nullPointerRedundantCheck]
ell-0.7/ell/cipher.c:467:6: note: Assuming that condition '!cipher' is not redundant
ell-0.7/ell/cipher.c:473:24: note: Null pointer dereference
ell-0.7/ell/cipher.c:487:25: warning: Either the condition '!cipher' is redundant or there is possible null pointer dereference: cipher. [nullPointerRedundantCheck]
ell-0.7/ell/cipher.c:481:6: note: Assuming that condition '!cipher' is not redundant
ell-0.7/ell/cipher.c:487:25: note: Null pointer dereference
ell-0.7/ell/cipher.c:518:14: warning: Either the condition '!cipher' is redundant or there is possible null pointer dereference: cipher. [nullPointerRedundantCheck]
ell-0.7/ell/cipher.c:499:6: note: Assuming that condition '!cipher' is not redundant
ell-0.7/ell/cipher.c:518:14: note: Null pointer dereference
ell-0.7/ell/cipher.c:529:10: warning: Either the condition '!cipher' is redundant or there is possible null pointer dereference: cipher. [nullPointerRedundantCheck]
ell-0.7/ell/cipher.c:543:6: note: Assuming that condition '!cipher' is not redundant
ell-0.7/ell/cipher.c:551:29: note: Calling function 'l_aead_cipher_get_ivlen', 1st argument 'cipher' value is 0
ell-0.7/ell/cipher.c:529:10: note: Null pointer dereference
ell-0.7/ell/cipher.c:549:24: warning: Either the condition '!cipher' is redundant or there is possible null pointer dereference: cipher. [nullPointerRedundantCheck]
ell-0.7/ell/cipher.c:543:6: note: Assuming that condition '!cipher' is not redundant
ell-0.7/ell/cipher.c:549:24: note: Null pointer dereference
ell-0.7/ell/cipher.c:567:24: warning: Either the condition '!cipher' is redundant or there is possible null pointer dereference: cipher. [nullPointerRedundantCheck]
ell-0.7/ell/cipher.c:561:6: note: Assuming that condition '!cipher' is not redundant
ell-0.7/ell/cipher.c:567:24: note: Null pointer dereference
ell-0.7/ell/cipher.c:169:0: warning: Redundant assignment of 'alg_name' to itself. [selfAssignment]
ell-0.7/ell/cipher.c:55:8: style: struct member 'sockaddr_alg::salg_feat' is never used. [unusedStructMember]
ell-0.7/ell/cipher.c:56:8: style: struct member 'sockaddr_alg::salg_mask' is never used. [unusedStructMember]
ell-0.7/ell/cipher.c:304:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ell-0.7/ell/cipher.c:408:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ell-0.7/ell/cipher.c:169:14: error: Uninitialized variable: alg_name [uninitvar]
ell-0.7/ell/dbus-client.c:230:33: warning: Either the condition '!proxy' is redundant or there is possible null pointer dereference: proxy. [nullPointerRedundantCheck]
ell-0.7/ell/dbus-client.c:237:15: note: Assuming that condition '!proxy' is not redundant
ell-0.7/ell/dbus-client.c:230:33: note: Null pointer dereference
ell-0.7/ell/dbus-filter.c:371:14: style: The scope of the variable 'value' can be reduced. [variableScope]
ell-0.7/ell/dbus-message.c:157:8: warning: Either the condition '!msg' is redundant or there is possible null pointer dereference: msg. [nullPointerRedundantCheck]
ell-0.7/ell/dbus-message.c:154:6: note: Assuming that condition '!msg' is not redundant
ell-0.7/ell/dbus-message.c:157:8: note: Null pointer dereference
ell-0.7/ell/dbus-message.c:174:8: warning: Either the condition '!msg' is redundant or there is possible null pointer dereference: msg. [nullPointerRedundantCheck]
ell-0.7/ell/dbus-message.c:171:6: note: Assuming that condition '!msg' is not redundant
ell-0.7/ell/dbus-message.c:174:8: note: Null pointer dereference
ell-0.7/ell/dbus-message.c:190:8: warning: Either the condition '!msg' is redundant or there is possible null pointer dereference: msg. [nullPointerRedundantCheck]
ell-0.7/ell/dbus-message.c:187:6: note: Assuming that condition '!msg' is not redundant
ell-0.7/ell/dbus-message.c:190:8: note: Null pointer dereference
ell-0.7/ell/dbus-message.c:207:8: warning: Either the condition '!msg' is redundant or there is possible null pointer dereference: msg. [nullPointerRedundantCheck]
ell-0.7/ell/dbus-message.c:204:6: note: Assuming that condition '!msg' is not redundant
ell-0.7/ell/dbus-message.c:207:8: note: Null pointer dereference
ell-0.7/ell/dbus-message.c:488:26: warning: Either the condition '!iter' is redundant or there is possible null pointer dereference: orig. [nullPointerRedundantCheck]
ell-0.7/ell/dbus-message.c:1386:6: note: Assuming that condition '!iter' is not redundant
ell-0.7/ell/dbus-message.c:1390:42: note: Calling function 'message_iter_next_entry_valist', 1st argument 'orig' value is 0
ell-0.7/ell/dbus-message.c:488:26: note: Null pointer dereference
ell-0.7/ell/dbus-message.c:504:32: warning: Either the condition '!iter' is redundant or there is possible null pointer dereference: orig. [nullPointerRedundantCheck]
ell-0.7/ell/dbus-message.c:1386:6: note: Assuming that condition '!iter' is not redundant
ell-0.7/ell/dbus-message.c:1390:42: note: Calling function 'message_iter_next_entry_valist', 1st argument 'orig' value is 0
ell-0.7/ell/dbus-message.c:504:32: note: Null pointer dereference
ell-0.7/ell/dbus-message.c:516:21: warning: Either the condition '!iter' is redundant or there is possible null pointer dereference: orig. [nullPointerRedundantCheck]
ell-0.7/ell/dbus-message.c:1386:6: note: Assuming that condition '!iter' is not redundant
ell-0.7/ell/dbus-message.c:1390:42: note: Calling function 'message_iter_next_entry_valist', 1st argument 'orig' value is 0
ell-0.7/ell/dbus-message.c:516:21: note: Null pointer dereference
ell-0.7/ell/dbus-message.c:1123:8: warning: Either the condition '!message' is redundant or there is possible null pointer dereference: message. [nullPointerRedundantCheck]
ell-0.7/ell/dbus-message.c:1120:6: note: Assuming that condition '!message' is not redundant
ell-0.7/ell/dbus-message.c:1123:8: note: Null pointer dereference
ell-0.7/ell/dbus-message.c:1128:7: warning: Either the condition '!message' is redundant or there is possible null pointer dereference: message. [nullPointerRedundantCheck]
ell-0.7/ell/dbus-message.c:1120:6: note: Assuming that condition '!message' is not redundant
ell-0.7/ell/dbus-message.c:1128:7: note: Null pointer dereference
ell-0.7/ell/dbus-message.c:1158:8: warning: Either the condition '!message' is redundant or there is possible null pointer dereference: message. [nullPointerRedundantCheck]
ell-0.7/ell/dbus-message.c:1155:6: note: Assuming that condition '!message' is not redundant
ell-0.7/ell/dbus-message.c:1158:8: note: Null pointer dereference
ell-0.7/ell/dbus-message.c:1171:7: warning: Either the condition '!message' is redundant or there is possible null pointer dereference: message. [nullPointerRedundantCheck]
ell-0.7/ell/dbus-message.c:1168:6: note: Assuming that condition '!message' is not redundant
ell-0.7/ell/dbus-message.c:1171:7: note: Null pointer dereference
ell-0.7/ell/dbus-message.c:1216:6: warning: Either the condition '!message' is redundant or there is possible null pointer dereference: message. [nullPointerRedundantCheck]
ell-0.7/ell/dbus-message.c:1213:6: note: Assuming that condition '!message' is not redundant
ell-0.7/ell/dbus-message.c:1216:6: note: Null pointer dereference
ell-0.7/ell/dbus-message.c:1251:7: warning: Either the condition '!message' is redundant or there is possible null pointer dereference: message. [nullPointerRedundantCheck]
ell-0.7/ell/dbus-message.c:1248:6: note: Assuming that condition '!message' is not redundant
ell-0.7/ell/dbus-message.c:1251:7: note: Null pointer dereference
ell-0.7/ell/dbus-message.c:1263:7: warning: Either the condition '!message' is redundant or there is possible null pointer dereference: message. [nullPointerRedundantCheck]
ell-0.7/ell/dbus-message.c:1260:6: note: Assuming that condition '!message' is not redundant
ell-0.7/ell/dbus-message.c:1263:7: note: Null pointer dereference
ell-0.7/ell/dbus-message.c:1275:7: warning: Either the condition '!message' is redundant or there is possible null pointer dereference: message. [nullPointerRedundantCheck]
ell-0.7/ell/dbus-message.c:1272:6: note: Assuming that condition '!message' is not redundant
ell-0.7/ell/dbus-message.c:1275:7: note: Null pointer dereference
ell-0.7/ell/dbus-message.c:1287:7: warning: Either the condition '!message' is redundant or there is possible null pointer dereference: message. [nullPointerRedundantCheck]
ell-0.7/ell/dbus-message.c:1284:6: note: Assuming that condition '!message' is not redundant
ell-0.7/ell/dbus-message.c:1287:7: note: Null pointer dereference
ell-0.7/ell/dbus-message.c:1299:7: warning: Either the condition '!message' is redundant or there is possible null pointer dereference: message. [nullPointerRedundantCheck]
ell-0.7/ell/dbus-message.c:1296:6: note: Assuming that condition '!message' is not redundant
ell-0.7/ell/dbus-message.c:1299:7: note: Null pointer dereference
ell-0.7/ell/dbus-message.c:1312:9: warning: Either the condition '!message' is redundant or there is possible null pointer dereference: message. [nullPointerRedundantCheck]
ell-0.7/ell/dbus-message.c:1309:6: note: Assuming that condition '!message' is not redundant
ell-0.7/ell/dbus-message.c:1312:9: note: Null pointer dereference
ell-0.7/ell/dbus-message.c:1320:6: warning: Either the condition '!message' is redundant or there is possible null pointer dereference: message. [nullPointerRedundantCheck]
ell-0.7/ell/dbus-message.c:1317:6: note: Assuming that condition '!message' is not redundant
ell-0.7/ell/dbus-message.c:1320:6: note: Null pointer dereference
ell-0.7/ell/dbus-message.c:1406:7: warning: Either the condition '!iter' is redundant or there is possible null pointer dereference: iter. [nullPointerRedundantCheck]
ell-0.7/ell/dbus-message.c:1403:6: note: Assuming that condition '!iter' is not redundant
ell-0.7/ell/dbus-message.c:1406:7: note: Null pointer dereference
ell-0.7/ell/dbus-message.c:1424:32: warning: Either the condition '!iter' is redundant or there is possible null pointer dereference: iter. [nullPointerRedundantCheck]
ell-0.7/ell/dbus-message.c:1421:6: note: Assuming that condition '!iter' is not redundant
ell-0.7/ell/dbus-message.c:1424:32: note: Null pointer dereference
ell-0.7/ell/dbus-message.c:1460:6: warning: Either the condition '!message' is redundant or there is possible null pointer dereference: message. [nullPointerRedundantCheck]
ell-0.7/ell/dbus-message.c:1457:6: note: Assuming that condition '!message' is not redundant
ell-0.7/ell/dbus-message.c:1460:6: note: Null pointer dereference
ell-0.7/ell/dbus-message.c:1482:2: warning: Either the condition '!builder' is redundant or there is possible null pointer dereference: builder. [nullPointerRedundantCheck]
ell-0.7/ell/dbus-message.c:1479:6: note: Assuming that condition '!builder' is not redundant
ell-0.7/ell/dbus-message.c:1482:2: note: Null pointer dereference
ell-0.7/ell/dbus-message.c:1483:23: warning: Either the condition '!builder' is redundant or there is possible null pointer dereference: builder. [nullPointerRedundantCheck]
ell-0.7/ell/dbus-message.c:1479:6: note: Assuming that condition '!builder' is not redundant
ell-0.7/ell/dbus-message.c:1483:23: note: Null pointer dereference
ell-0.7/ell/dbus-message.c:1495:9: warning: Either the condition '!builder' is redundant or there is possible null pointer dereference: builder. [nullPointerRedundantCheck]
ell-0.7/ell/dbus-message.c:1492:6: note: Assuming that condition '!builder' is not redundant
ell-0.7/ell/dbus-message.c:1495:9: note: Null pointer dereference
ell-0.7/ell/dbus-message.c:1747:11: warning: Either the condition '!builder' is redundant or there is possible null pointer dereference: builder. [nullPointerRedundantCheck]
ell-0.7/ell/dbus-message.c:1744:6: note: Assuming that condition '!builder' is not redundant
ell-0.7/ell/dbus-message.c:1747:11: note: Null pointer dereference
ell-0.7/ell/dbus-message.c:1963:24: warning: Either the condition '!builder' is redundant or there is possible null pointer dereference: builder. [nullPointerRedundantCheck]
ell-0.7/ell/dbus-message.c:1960:6: note: Assuming that condition '!builder' is not redundant
ell-0.7/ell/dbus-message.c:1963:24: note: Null pointer dereference
ell-0.7/ell/dbus-message.c:1967:15: warning: Either the condition '!builder' is redundant or there is possible null pointer dereference: builder. [nullPointerRedundantCheck]
ell-0.7/ell/dbus-message.c:1960:6: note: Assuming that condition '!builder' is not redundant
ell-0.7/ell/dbus-message.c:1967:15: note: Null pointer dereference
ell-0.7/ell/dbus-message.c:1968:2: warning: Either the condition '!builder' is redundant or there is possible null pointer dereference: builder. [nullPointerRedundantCheck]
ell-0.7/ell/dbus-message.c:1960:6: note: Assuming that condition '!builder' is not redundant
ell-0.7/ell/dbus-message.c:1968:2: note: Null pointer dereference
ell-0.7/ell/dbus-message.c:1969:2: warning: Either the condition '!builder' is redundant or there is possible null pointer dereference: builder. [nullPointerRedundantCheck]
ell-0.7/ell/dbus-message.c:1960:6: note: Assuming that condition '!builder' is not redundant
ell-0.7/ell/dbus-message.c:1969:2: note: Null pointer dereference
ell-0.7/ell/dbus-message.c:1970:2: warning: Either the condition '!builder' is redundant or there is possible null pointer dereference: builder. [nullPointerRedundantCheck]
ell-0.7/ell/dbus-message.c:1960:6: note: Assuming that condition '!builder' is not redundant
ell-0.7/ell/dbus-message.c:1970:2: note: Null pointer dereference
ell-0.7/ell/dbus-message.c:1972:9: warning: Either the condition '!builder' is redundant or there is possible null pointer dereference: builder. [nullPointerRedundantCheck]
ell-0.7/ell/dbus-message.c:1960:6: note: Assuming that condition '!builder' is not redundant
ell-0.7/ell/dbus-message.c:1972:9: note: Null pointer dereference
ell-0.7/ell/dbus-message.c:1980:9: warning: Either the condition '!builder' is redundant or there is possible null pointer dereference: builder. [nullPointerRedundantCheck]
ell-0.7/ell/dbus-message.c:1977:6: note: Assuming that condition '!builder' is not redundant
ell-0.7/ell/dbus-message.c:1980:9: note: Null pointer dereference
ell-0.7/ell/dbus-message.c:1988:9: warning: Either the condition '!builder' is redundant or there is possible null pointer dereference: builder. [nullPointerRedundantCheck]
ell-0.7/ell/dbus-message.c:1985:6: note: Assuming that condition '!builder' is not redundant
ell-0.7/ell/dbus-message.c:1988:9: note: Null pointer dereference
ell-0.7/ell/dbus-message.c:819:15: style: The scope of the variable 'i' can be reduced. [variableScope]
ell-0.7/ell/dbus-message.c:150:68: style: Function 'l_dbus_message_set_no_reply' argument 1 names different: declaration 'message' definition 'msg'. [funcArgNamesDifferent]
ell-0.7/ell/dbus.h:133:57: note: Function 'l_dbus_message_set_no_reply' argument 1 names different: declaration 'message' definition 'msg'.
ell-0.7/ell/dbus-message.c:150:68: note: Function 'l_dbus_message_set_no_reply' argument 1 names different: declaration 'message' definition 'msg'.
ell-0.7/ell/dbus-message.c:167:68: style: Function 'l_dbus_message_get_no_reply' argument 1 names different: declaration 'message' definition 'msg'. [funcArgNamesDifferent]
ell-0.7/ell/dbus.h:134:57: note: Function 'l_dbus_message_get_no_reply' argument 1 names different: declaration 'message' definition 'msg'.
ell-0.7/ell/dbus-message.c:167:68: note: Function 'l_dbus_message_get_no_reply' argument 1 names different: declaration 'message' definition 'msg'.
ell-0.7/ell/dbus-message.c:182:72: style: Function 'l_dbus_message_set_no_autostart' argument 1 names different: declaration 'message' definition 'msg'. [funcArgNamesDifferent]
ell-0.7/ell/dbus.h:136:61: note: Function 'l_dbus_message_set_no_autostart' argument 1 names different: declaration 'message' definition 'msg'.
ell-0.7/ell/dbus-message.c:182:72: note: Function 'l_dbus_message_set_no_autostart' argument 1 names different: declaration 'message' definition 'msg'.
ell-0.7/ell/dbus-message.c:200:72: style: Function 'l_dbus_message_get_no_autostart' argument 1 names different: declaration 'message' definition 'msg'. [funcArgNamesDifferent]
ell-0.7/ell/dbus.h:137:61: note: Function 'l_dbus_message_get_no_autostart' argument 1 names different: declaration 'message' definition 'msg'.
ell-0.7/ell/dbus-message.c:200:72: note: Function 'l_dbus_message_get_no_autostart' argument 1 names different: declaration 'message' definition 'msg'.
ell-0.7/ell/dbus-message.c:626:23: portability: 'message->header' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/dbus-message.c:769:24: portability: 'body.data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/dbus-message.c:776:29: portability: 'data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/dbus-message.c:1077:25: portability: 'message->header' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/dbus-service.c:368:6: warning: Either the condition '!signature' is redundant or there is possible null pointer dereference: signature. [nullPointerRedundantCheck]
ell-0.7/ell/dbus-service.c:365:6: note: Assuming that condition '!signature' is not redundant
ell-0.7/ell/dbus-service.c:368:6: note: Null pointer dereference
ell-0.7/ell/dbus-service.c:195:14: style: The scope of the variable 'pname' can be reduced. [variableScope]
ell-0.7/ell/dbus-service.c:778:35: style: The scope of the variable 'instance' can be reduced. [variableScope]
ell-0.7/ell/dbus-service.c:816:14: style: The scope of the variable 'signature' can be reduced. [variableScope]
ell-0.7/ell/dbus-service.c:883:35: style: The scope of the variable 'instance' can be reduced. [variableScope]
ell-0.7/ell/dbus-service.c:1434:9: style: The scope of the variable 'path_len' can be reduced. [variableScope]
ell-0.7/ell/dbus-service.c:1518:9: style: The scope of the variable 'path_len' can be reduced. [variableScope]
ell-0.7/ell/dbus-service.c:433:58: style: Function '_dbus_interface_new' argument 1 names different: declaration 'interface' definition 'name'. [funcArgNamesDifferent]
ell-0.7/ell/dbus-private.h:182:58: note: Function '_dbus_interface_new' argument 1 names different: declaration 'interface' definition 'name'.
ell-0.7/ell/dbus-service.c:433:58: note: Function '_dbus_interface_new' argument 1 names different: declaration 'interface' definition 'name'.
ell-0.7/ell/dbus-service.c:1392:19: style: Function '_dbus_object_tree_unregister_interface' argument 2 names different: declaration 'interface' definition 'interface_name'. [funcArgNamesDifferent]
ell-0.7/ell/dbus-private.h:214:19: note: Function '_dbus_object_tree_unregister_interface' argument 2 names different: declaration 'interface' definition 'interface_name'.
ell-0.7/ell/dbus-service.c:1392:19: note: Function '_dbus_object_tree_unregister_interface' argument 2 names different: declaration 'interface' definition 'interface_name'.
ell-0.7/ell/dbus-util.c:941:50: warning: Either the condition '!builder' is redundant or there is possible null pointer dereference: builder. [nullPointerRedundantCheck]
ell-0.7/ell/dbus-util.c:946:15: note: Assuming that condition '!builder' is not redundant
ell-0.7/ell/dbus-util.c:941:50: note: Null pointer dereference
ell-0.7/ell/dbus-util.c:493:25: portability: 'data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/dbus-util.c:499:24: portability: 'data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/dbus-util.c:523:24: portability: 'data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/dbus-util.c:569:18: portability: 'data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/dbus-util.c:569:24: portability: 'data+pos' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/dbus-util.c:614:37: portability: 'iter->data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/dbus-util.c:615:24: portability: 'iter->data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/dbus-util.c:615:30: portability: 'iter->data+pos' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/dbus-util.c:622:35: portability: 'iter->data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/dbus-util.c:623:24: portability: 'iter->data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/dbus-util.c:623:30: portability: 'iter->data+pos' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/dbus-util.c:630:37: portability: 'iter->data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/dbus-util.c:637:35: portability: 'iter->data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/dbus-util.c:644:36: portability: 'iter->data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/dbus-util.c:651:37: portability: 'iter->data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/dbus-util.c:658:36: portability: 'iter->data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/dbus-util.c:666:37: portability: 'iter->data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/dbus-util.c:673:36: portability: 'iter->data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/dbus-util.c:681:37: portability: 'iter->data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/dbus-util.c:715:36: portability: 'iter->data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/dbus-util.c:773:32: portability: 'iter->data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/dbus-util.c:774:25: portability: 'iter->data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/dbus-util.c:774:31: portability: 'iter->data+pos' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/dbus-util.c:811:29: portability: 'iter->data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/dbus-util.c:894:24: portability: 'builder->body' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/dbus-util.c:970:25: portability: 'builder->body' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/dbus-util.c:972:25: portability: 'builder->body' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/dbus-util.c:984:31: portability: 'builder->body' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/dbus-util.c:985:24: portability: 'builder->body' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/dbus-util.c:985:32: portability: 'builder->body+start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/dbus-util.c:988:32: portability: 'builder->body' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/dbus-util.c:989:24: portability: 'builder->body' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/dbus-util.c:989:32: portability: 'builder->body+start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/dbus-util.c:1127:33: portability: 'builder->body' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/dbus-util.c:1128:23: portability: 'builder->body' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/dbus-util.c:1128:31: portability: 'builder->body+start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/dbus-util.c:1240:18: portability: 'builder->body' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/dbus.c:327:21: warning: Either the condition '!dbus' is redundant or there is possible null pointer dereference: dbus. [nullPointerRedundantCheck]
ell-0.7/ell/dbus.c:1397:6: note: Assuming that condition '!dbus' is not redundant
ell-0.7/ell/dbus.c:1408:22: note: Calling function 'send_message', 1st argument 'dbus' value is 0
ell-0.7/ell/dbus.c:327:21: note: Null pointer dereference
ell-0.7/ell/dbus.c:346:20: warning: Either the condition '!dbus' is redundant or there is possible null pointer dereference: dbus. [nullPointerRedundantCheck]
ell-0.7/ell/dbus.c:1397:6: note: Assuming that condition '!dbus' is not redundant
ell-0.7/ell/dbus.c:1408:22: note: Calling function 'send_message', 1st argument 'dbus' value is 0
ell-0.7/ell/dbus.c:346:20: note: Null pointer dereference
ell-0.7/ell/dbus.c:348:6: warning: Either the condition '!dbus' is redundant or there is possible null pointer dereference: dbus. [nullPointerRedundantCheck]
ell-0.7/ell/dbus.c:1397:6: note: Assuming that condition '!dbus' is not redundant
ell-0.7/ell/dbus.c:1408:22: note: Calling function 'send_message', 1st argument 'dbus' value is 0
ell-0.7/ell/dbus.c:348:6: note: Null pointer dereference
ell-0.7/ell/dbus.c:1214:6: warning: Either the condition '!dbus' is redundant or there is possible null pointer dereference: dbus. [nullPointerRedundantCheck]
ell-0.7/ell/dbus.c:1211:6: note: Assuming that condition '!dbus' is not redundant
ell-0.7/ell/dbus.c:1214:6: note: Null pointer dereference
ell-0.7/ell/dbus.c:1248:6: warning: Either the condition '!dbus' is redundant or there is possible null pointer dereference: dbus. [nullPointerRedundantCheck]
ell-0.7/ell/dbus.c:1245:6: note: Assuming that condition '!dbus' is not redundant
ell-0.7/ell/dbus.c:1248:6: note: Null pointer dereference
ell-0.7/ell/dbus.c:1265:6: warning: Either the condition '!dbus' is redundant or there is possible null pointer dereference: dbus. [nullPointerRedundantCheck]
ell-0.7/ell/dbus.c:1262:6: note: Assuming that condition '!dbus' is not redundant
ell-0.7/ell/dbus.c:1265:6: note: Null pointer dereference
ell-0.7/ell/dbus.c:1282:6: warning: Either the condition '!dbus' is redundant or there is possible null pointer dereference: dbus. [nullPointerRedundantCheck]
ell-0.7/ell/dbus.c:1279:6: note: Assuming that condition '!dbus' is not redundant
ell-0.7/ell/dbus.c:1282:6: note: Null pointer dereference
ell-0.7/ell/dbus.c:1361:17: warning: Either the condition '!dbus' is redundant or there is possible null pointer dereference: dbus. [nullPointerRedundantCheck]
ell-0.7/ell/dbus.c:1356:6: note: Assuming that condition '!dbus' is not redundant
ell-0.7/ell/dbus.c:1361:17: note: Null pointer dereference
ell-0.7/ell/dbus.c:1366:19: warning: Either the condition '!dbus' is redundant or there is possible null pointer dereference: dbus. [nullPointerRedundantCheck]
ell-0.7/ell/dbus.c:1356:6: note: Assuming that condition '!dbus' is not redundant
ell-0.7/ell/dbus.c:1366:19: note: Null pointer dereference
ell-0.7/ell/dbus.c:1452:6: warning: Either the condition '!dbus' is redundant or there is possible null pointer dereference: dbus. [nullPointerRedundantCheck]
ell-0.7/ell/dbus.c:1449:6: note: Assuming that condition '!dbus' is not redundant
ell-0.7/ell/dbus.c:1452:6: note: Null pointer dereference
ell-0.7/ell/dbus.c:1466:6: warning: Either the condition '!dbus' is redundant or there is possible null pointer dereference: dbus. [nullPointerRedundantCheck]
ell-0.7/ell/dbus.c:1463:6: note: Assuming that condition '!dbus' is not redundant
ell-0.7/ell/dbus.c:1466:6: note: Null pointer dereference
ell-0.7/ell/dbus.c:1504:6: warning: Either the condition '!dbus' is redundant or there is possible null pointer dereference: dbus. [nullPointerRedundantCheck]
ell-0.7/ell/dbus.c:1501:6: note: Assuming that condition '!dbus' is not redundant
ell-0.7/ell/dbus.c:1504:6: note: Null pointer dereference
ell-0.7/ell/dbus.c:1534:6: warning: Either the condition '!dbus' is redundant or there is possible null pointer dereference: dbus. [nullPointerRedundantCheck]
ell-0.7/ell/dbus.c:1531:6: note: Assuming that condition '!dbus' is not redundant
ell-0.7/ell/dbus.c:1534:6: note: Null pointer dereference
ell-0.7/ell/dbus.c:1567:6: warning: Either the condition '!dbus' is redundant or there is possible null pointer dereference: dbus. [nullPointerRedundantCheck]
ell-0.7/ell/dbus.c:1564:6: note: Assuming that condition '!dbus' is not redundant
ell-0.7/ell/dbus.c:1567:6: note: Null pointer dereference
ell-0.7/ell/dbus.c:1581:6: warning: Either the condition '!dbus' is redundant or there is possible null pointer dereference: dbus. [nullPointerRedundantCheck]
ell-0.7/ell/dbus.c:1578:6: note: Assuming that condition '!dbus' is not redundant
ell-0.7/ell/dbus.c:1581:6: note: Null pointer dereference
ell-0.7/ell/dbus.c:1593:6: warning: Either the condition '!dbus' is redundant or there is possible null pointer dereference: dbus. [nullPointerRedundantCheck]
ell-0.7/ell/dbus.c:1590:6: note: Assuming that condition '!dbus' is not redundant
ell-0.7/ell/dbus.c:1593:6: note: Null pointer dereference
ell-0.7/ell/dbus.c:600:10: style: The scope of the variable 'r' can be reduced. [variableScope]
ell-0.7/ell/dbus.c:1498:8: style: The scope of the variable 'if_user_data' can be reduced. [variableScope]
ell-0.7/ell/dbus.c:417:56: portability: 'classic->auth_command' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/dbus.c:671:11: style: union member 'Anonymous1::bytes' is never used. [unusedStructMember]
ell-0.7/ell/dbus.c:1078:2: error: Address of auto-variable 'classic->super' returned [returnAddressOfAutoVariable]
ell-0.7/ell/dbus.c:622:5: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ell-0.7/ell/dbus.c:1739:0: error: Uninitialized variable: user_data [uninitvar]
ell-0.7/ell/dhcp.c:188:10: style: The scope of the variable 'type' can be reduced. [variableScope]
ell-0.7/ell/dhcp.c:226:7: style: The scope of the variable 'r' can be reduced. [variableScope]
ell-0.7/ell/genl.c:961:18: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress]
ell-0.7/ell/genl.c:164:24: warning: Either the condition '!name' is redundant or there is possible null pointer dereference: name. [nullPointerRedundantCheck]
ell-0.7/ell/genl.c:1104:25: note: Assuming that condition '!name' is not redundant
ell-0.7/ell/genl.c:1108:30: note: Calling function 'family_alloc', 2nd argument 'name' value is 0
ell-0.7/ell/genl.c:164:24: note: Null pointer dereference
ell-0.7/ell/genl.c:270:6: warning: Either the condition '!msg' is redundant or there is possible null pointer dereference: msg. [nullPointerRedundantCheck]
ell-0.7/ell/genl.c:808:6: note: Assuming that condition '!msg' is not redundant
ell-0.7/ell/genl.c:811:16: note: Calling function 'msg_grow', 1st argument 'msg' value is 0
ell-0.7/ell/genl.c:270:6: note: Null pointer dereference
ell-0.7/ell/genl.c:273:12: warning: Either the condition '!msg' is redundant or there is possible null pointer dereference: msg. [nullPointerRedundantCheck]
ell-0.7/ell/genl.c:808:6: note: Assuming that condition '!msg' is not redundant
ell-0.7/ell/genl.c:811:16: note: Calling function 'msg_grow', 1st argument 'msg' value is 0
ell-0.7/ell/genl.c:273:12: note: Null pointer dereference
ell-0.7/ell/genl.c:278:2: warning: Either the condition '!msg' is redundant or there is possible null pointer dereference: msg. [nullPointerRedundantCheck]
ell-0.7/ell/genl.c:808:6: note: Assuming that condition '!msg' is not redundant
ell-0.7/ell/genl.c:811:16: note: Calling function 'msg_grow', 1st argument 'msg' value is 0
ell-0.7/ell/genl.c:278:2: note: Null pointer dereference
ell-0.7/ell/genl.c:279:9: warning: Either the condition '!msg' is redundant or there is possible null pointer dereference: msg. [nullPointerRedundantCheck]
ell-0.7/ell/genl.c:808:6: note: Assuming that condition '!msg' is not redundant
ell-0.7/ell/genl.c:811:16: note: Calling function 'msg_grow', 1st argument 'msg' value is 0
ell-0.7/ell/genl.c:279:9: note: Null pointer dereference
ell-0.7/ell/genl.c:280:2: warning: Either the condition '!msg' is redundant or there is possible null pointer dereference: msg. [nullPointerRedundantCheck]
ell-0.7/ell/genl.c:808:6: note: Assuming that condition '!msg' is not redundant
ell-0.7/ell/genl.c:811:16: note: Calling function 'msg_grow', 1st argument 'msg' value is 0
ell-0.7/ell/genl.c:280:2: note: Null pointer dereference
ell-0.7/ell/genl.c:665:6: warning: Either the condition '!genl' is redundant or there is possible null pointer dereference: genl. [nullPointerRedundantCheck]
ell-0.7/ell/genl.c:662:6: note: Assuming that condition '!genl' is not redundant
ell-0.7/ell/genl.c:665:6: note: Null pointer dereference
ell-0.7/ell/genl.c:680:2: warning: Either the condition '!genl' is redundant or there is possible null pointer dereference: genl. [nullPointerRedundantCheck]
ell-0.7/ell/genl.c:677:6: note: Assuming that condition '!genl' is not redundant
ell-0.7/ell/genl.c:680:2: note: Null pointer dereference
ell-0.7/ell/genl.c:784:9: warning: Either the condition '!msg' is redundant or there is possible null pointer dereference: msg. [nullPointerRedundantCheck]
ell-0.7/ell/genl.c:781:6: note: Assuming that condition '!msg' is not redundant
ell-0.7/ell/genl.c:784:9: note: Null pointer dereference
ell-0.7/ell/genl.c:792:9: warning: Either the condition '!msg' is redundant or there is possible null pointer dereference: msg. [nullPointerRedundantCheck]
ell-0.7/ell/genl.c:789:6: note: Assuming that condition '!msg' is not redundant
ell-0.7/ell/genl.c:792:9: note: Null pointer dereference
ell-0.7/ell/genl.c:800:9: warning: Either the condition '!msg' is redundant or there is possible null pointer dereference: msg. [nullPointerRedundantCheck]
ell-0.7/ell/genl.c:797:6: note: Assuming that condition '!msg' is not redundant
ell-0.7/ell/genl.c:800:9: note: Null pointer dereference
ell-0.7/ell/genl.c:862:6: warning: Either the condition '!msg' is redundant or there is possible null pointer dereference: msg. [nullPointerRedundantCheck]
ell-0.7/ell/genl.c:859:6: note: Assuming that condition '!msg' is not redundant
ell-0.7/ell/genl.c:862:6: note: Null pointer dereference
ell-0.7/ell/genl.c:884:6: warning: Either the condition '!msg' is redundant or there is possible null pointer dereference: msg. [nullPointerRedundantCheck]
ell-0.7/ell/genl.c:881:6: note: Assuming that condition '!msg' is not redundant
ell-0.7/ell/genl.c:884:6: note: Null pointer dereference
ell-0.7/ell/genl.c:916:7: warning: Either the condition '!msg' is redundant or there is possible null pointer dereference: msg. [nullPointerRedundantCheck]
ell-0.7/ell/genl.c:913:25: note: Assuming that condition '!msg' is not redundant
ell-0.7/ell/genl.c:916:7: note: Null pointer dereference
ell-0.7/ell/genl.c:925:2: warning: Either the condition '!attr' is redundant or there is possible null pointer dereference: attr. [nullPointerRedundantCheck]
ell-0.7/ell/genl.c:913:6: note: Assuming that condition '!attr' is not redundant
ell-0.7/ell/genl.c:925:2: note: Null pointer dereference
ell-0.7/ell/genl.c:926:2: warning: Either the condition '!attr' is redundant or there is possible null pointer dereference: attr. [nullPointerRedundantCheck]
ell-0.7/ell/genl.c:913:6: note: Assuming that condition '!attr' is not redundant
ell-0.7/ell/genl.c:926:2: note: Null pointer dereference
ell-0.7/ell/genl.c:927:2: warning: Either the condition '!attr' is redundant or there is possible null pointer dereference: attr. [nullPointerRedundantCheck]
ell-0.7/ell/genl.c:913:6: note: Assuming that condition '!attr' is not redundant
ell-0.7/ell/genl.c:927:2: note: Null pointer dereference
ell-0.7/ell/genl.c:928:2: warning: Either the condition '!attr' is redundant or there is possible null pointer dereference: attr. [nullPointerRedundantCheck]
ell-0.7/ell/genl.c:913:6: note: Assuming that condition '!attr' is not redundant
ell-0.7/ell/genl.c:928:2: note: Null pointer dereference
ell-0.7/ell/genl.c:929:2: warning: Either the condition '!attr' is redundant or there is possible null pointer dereference: attr. [nullPointerRedundantCheck]
ell-0.7/ell/genl.c:913:6: note: Assuming that condition '!attr' is not redundant
ell-0.7/ell/genl.c:929:2: note: Null pointer dereference
ell-0.7/ell/genl.c:944:8: warning: Either the condition '!attr' is redundant or there is possible null pointer dereference: attr. [nullPointerRedundantCheck]
ell-0.7/ell/genl.c:941:6: note: Assuming that condition '!attr' is not redundant
ell-0.7/ell/genl.c:944:8: note: Null pointer dereference
ell-0.7/ell/genl.c:946:7: warning: Either the condition '!attr' is redundant or there is possible null pointer dereference: attr. [nullPointerRedundantCheck]
ell-0.7/ell/genl.c:941:6: note: Assuming that condition '!attr' is not redundant
ell-0.7/ell/genl.c:946:7: note: Null pointer dereference
ell-0.7/ell/genl.c:974:8: warning: Either the condition '!attr' is redundant or there is possible null pointer dereference: attr. [nullPointerRedundantCheck]
ell-0.7/ell/genl.c:971:6: note: Assuming that condition '!attr' is not redundant
ell-0.7/ell/genl.c:974:8: note: Null pointer dereference
ell-0.7/ell/genl.c:978:2: warning: Either the condition '!nested' is redundant or there is possible null pointer dereference: nested. [nullPointerRedundantCheck]
ell-0.7/ell/genl.c:971:25: note: Assuming that condition '!nested' is not redundant
ell-0.7/ell/genl.c:978:2: note: Null pointer dereference
ell-0.7/ell/genl.c:978:16: warning: Either the condition '!attr' is redundant or there is possible null pointer dereference: attr. [nullPointerRedundantCheck]
ell-0.7/ell/genl.c:971:6: note: Assuming that condition '!attr' is not redundant
ell-0.7/ell/genl.c:978:16: note: Null pointer dereference
ell-0.7/ell/genl.c:979:2: warning: Either the condition '!nested' is redundant or there is possible null pointer dereference: nested. [nullPointerRedundantCheck]
ell-0.7/ell/genl.c:971:25: note: Assuming that condition '!nested' is not redundant
ell-0.7/ell/genl.c:979:2: note: Null pointer dereference
ell-0.7/ell/genl.c:980:2: warning: Either the condition '!nested' is redundant or there is possible null pointer dereference: nested. [nullPointerRedundantCheck]
ell-0.7/ell/genl.c:971:25: note: Assuming that condition '!nested' is not redundant
ell-0.7/ell/genl.c:980:2: note: Null pointer dereference
ell-0.7/ell/genl.c:981:2: warning: Either the condition '!nested' is redundant or there is possible null pointer dereference: nested. [nullPointerRedundantCheck]
ell-0.7/ell/genl.c:971:25: note: Assuming that condition '!nested' is not redundant
ell-0.7/ell/genl.c:981:2: note: Null pointer dereference
ell-0.7/ell/genl.c:982:2: warning: Either the condition '!nested' is redundant or there is possible null pointer dereference: nested. [nullPointerRedundantCheck]
ell-0.7/ell/genl.c:971:25: note: Assuming that condition '!nested' is not redundant
ell-0.7/ell/genl.c:982:2: note: Null pointer dereference
ell-0.7/ell/genl.c:1117:42: warning: Either the condition '!genl' is redundant or there is possible null pointer dereference: genl. [nullPointerRedundantCheck]
ell-0.7/ell/genl.c:1104:6: note: Assuming that condition '!genl' is not redundant
ell-0.7/ell/genl.c:1117:42: note: Null pointer dereference
ell-0.7/ell/genl.c:1125:20: warning: Either the condition '!genl' is redundant or there is possible null pointer dereference: genl. [nullPointerRedundantCheck]
ell-0.7/ell/genl.c:1104:6: note: Assuming that condition '!genl' is not redundant
ell-0.7/ell/genl.c:1125:20: note: Null pointer dereference
ell-0.7/ell/genl.c:1183:6: warning: Either the condition '!family' is redundant or there is possible null pointer dereference: family. [nullPointerRedundantCheck]
ell-0.7/ell/genl.c:1180:6: note: Assuming that condition '!family' is not redundant
ell-0.7/ell/genl.c:1183:6: note: Null pointer dereference
ell-0.7/ell/genl.c:1199:9: warning: Either the condition '!family' is redundant or there is possible null pointer dereference: family. [nullPointerRedundantCheck]
ell-0.7/ell/genl.c:1196:6: note: Assuming that condition '!family' is not redundant
ell-0.7/ell/genl.c:1199:9: note: Null pointer dereference
ell-0.7/ell/genl.c:1207:9: warning: Either the condition '!family' is redundant or there is possible null pointer dereference: family. [nullPointerRedundantCheck]
ell-0.7/ell/genl.c:1204:6: note: Assuming that condition '!family' is not redundant
ell-0.7/ell/genl.c:1207:9: note: Null pointer dereference
ell-0.7/ell/genl.c:1226:20: warning: Either the condition '!family' is redundant or there is possible null pointer dereference: family. [nullPointerRedundantCheck]
ell-0.7/ell/genl.c:1223:6: note: Assuming that condition '!family' is not redundant
ell-0.7/ell/genl.c:1226:20: note: Null pointer dereference
ell-0.7/ell/genl.c:1328:9: warning: Either the condition '!family' is redundant or there is possible null pointer dereference: family. [nullPointerRedundantCheck]
ell-0.7/ell/genl.c:1325:6: note: Assuming that condition '!family' is not redundant
ell-0.7/ell/genl.c:1328:9: note: Null pointer dereference
ell-0.7/ell/genl.c:1370:23: warning: Either the condition '!family' is redundant or there is possible null pointer dereference: family. [nullPointerRedundantCheck]
ell-0.7/ell/genl.c:1367:6: note: Assuming that condition '!family' is not redundant
ell-0.7/ell/genl.c:1370:23: note: Null pointer dereference
ell-0.7/ell/genl.c:1391:9: warning: Either the condition '!family' is redundant or there is possible null pointer dereference: family. [nullPointerRedundantCheck]
ell-0.7/ell/genl.c:1388:6: note: Assuming that condition '!family' is not redundant
ell-0.7/ell/genl.c:1391:9: note: Null pointer dereference
ell-0.7/ell/genl.c:1395:23: warning: Either the condition '!family' is redundant or there is possible null pointer dereference: family. [nullPointerRedundantCheck]
ell-0.7/ell/genl.c:1388:6: note: Assuming that condition '!family' is not redundant
ell-0.7/ell/genl.c:1395:23: note: Null pointer dereference
ell-0.7/ell/genl.c:1402:17: warning: Either the condition '!family' is redundant or there is possible null pointer dereference: family. [nullPointerRedundantCheck]
ell-0.7/ell/genl.c:1388:6: note: Assuming that condition '!family' is not redundant
ell-0.7/ell/genl.c:1402:17: note: Null pointer dereference
ell-0.7/ell/genl.c:395:30: style: The scope of the variable 'notify' can be reduced. [variableScope]
ell-0.7/ell/genl.c:279:19: portability: 'msg->data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/genl.c:304:42: portability: 'msg->data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/genl.c:346:31: portability: 'request->msg->data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/genl.c:736:22: portability: 'msg->data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/genl.c:814:18: portability: 'msg->data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/genl.c:818:19: portability: 'msg->data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/genl.c:818:30: portability: 'msg->data+msg->len' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/genl.c:841:18: portability: 'msg->data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/genl.c:848:20: portability: 'msg->data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/genl.c:887:18: portability: 'msg->data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/genl.c:919:18: portability: 'msg->data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/gvariant-util.c:921:16: warning: Either the condition '!builder' is redundant or there is possible null pointer dereference: builder. [nullPointerRedundantCheck]
ell-0.7/ell/gvariant-util.c:918:6: note: Assuming that condition '!builder' is not redundant
ell-0.7/ell/gvariant-util.c:921:16: note: Null pointer dereference
ell-0.7/ell/gvariant-util.c:922:18: warning: Either the condition '!builder' is redundant or there is possible null pointer dereference: builder. [nullPointerRedundantCheck]
ell-0.7/ell/gvariant-util.c:918:6: note: Assuming that condition '!builder' is not redundant
ell-0.7/ell/gvariant-util.c:922:18: note: Null pointer dereference
ell-0.7/ell/gvariant-util.c:924:9: warning: Either the condition '!builder' is redundant or there is possible null pointer dereference: builder. [nullPointerRedundantCheck]
ell-0.7/ell/gvariant-util.c:918:6: note: Assuming that condition '!builder' is not redundant
ell-0.7/ell/gvariant-util.c:924:9: note: Null pointer dereference
ell-0.7/ell/gvariant-util.c:1215:50: warning: Either the condition '!builder' is redundant or there is possible null pointer dereference: builder. [nullPointerRedundantCheck]
ell-0.7/ell/gvariant-util.c:1221:6: note: Assuming that condition '!builder' is not redundant
ell-0.7/ell/gvariant-util.c:1215:50: note: Null pointer dereference
ell-0.7/ell/gvariant-util.c:1231:21: warning: Either the condition '!builder' is redundant or there is possible null pointer dereference: builder. [nullPointerRedundantCheck]
ell-0.7/ell/gvariant-util.c:1221:6: note: Assuming that condition '!builder' is not redundant
ell-0.7/ell/gvariant-util.c:1231:21: note: Null pointer dereference
ell-0.7/ell/gvariant-util.c:1317:6: warning: Either the condition '!builder' is redundant or there is possible null pointer dereference: builder. [nullPointerRedundantCheck]
ell-0.7/ell/gvariant-util.c:1314:6: note: Assuming that condition '!builder' is not redundant
ell-0.7/ell/gvariant-util.c:1317:6: note: Null pointer dereference
ell-0.7/ell/gvariant-util.c:408:10: style: The scope of the variable 'size' can be reduced. [variableScope]
ell-0.7/ell/gvariant-util.c:216:41: style: Function '_gvariant_get_alignment' argument 1 names different: declaration 'signature' definition 'sig'. [funcArgNamesDifferent]
ell-0.7/ell/gvariant-private.h:41:41: note: Function '_gvariant_get_alignment' argument 1 names different: declaration 'signature' definition 'sig'.
ell-0.7/ell/gvariant-util.c:216:41: note: Function '_gvariant_get_alignment' argument 1 names different: declaration 'signature' definition 'sig'.
ell-0.7/ell/gvariant-util.c:234:42: style: Function '_gvariant_is_fixed_size' argument 1 names different: declaration 'signature' definition 'sig'. [funcArgNamesDifferent]
ell-0.7/ell/gvariant-private.h:42:42: note: Function '_gvariant_is_fixed_size' argument 1 names different: declaration 'signature' definition 'sig'.
ell-0.7/ell/gvariant-util.c:234:42: note: Function '_gvariant_is_fixed_size' argument 1 names different: declaration 'signature' definition 'sig'.
ell-0.7/ell/gvariant-util.c:246:42: style: Function '_gvariant_get_fixed_size' argument 1 names different: declaration 'signature' definition 'sig'. [funcArgNamesDifferent]
ell-0.7/ell/gvariant-private.h:43:42: note: Function '_gvariant_get_fixed_size' argument 1 names different: declaration 'signature' definition 'sig'.
ell-0.7/ell/gvariant-util.c:246:42: note: Function '_gvariant_get_fixed_size' argument 1 names different: declaration 'signature' definition 'sig'.
ell-0.7/ell/gvariant-util.c:577:23: style: Function '_gvariant_iter_next_entry_basic' argument 3 names different: declaration 'out_p' definition 'out'. [funcArgNamesDifferent]
ell-0.7/ell/gvariant-private.h:31:23: note: Function '_gvariant_iter_next_entry_basic' argument 3 names different: declaration 'out_p' definition 'out'.
ell-0.7/ell/gvariant-util.c:577:23: note: Function '_gvariant_iter_next_entry_basic' argument 3 names different: declaration 'out_p' definition 'out'.
ell-0.7/ell/gvariant-util.c:435:30: portability: 'iter->data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/gvariant-util.c:435:36: portability: 'iter->data+len' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/gvariant-util.c:462:39: portability: 'data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/gvariant-util.c:462:45: portability: 'data+len' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/gvariant-util.c:474:43: portability: 'iter->data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/gvariant-util.c:474:55: portability: 'iter->data+iter->len' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/gvariant-util.c:476:30: portability: 'iter->data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/gvariant-util.c:545:38: portability: 'iter->offsets' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/gvariant-util.c:546:16: portability: 'iter->data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/gvariant-util.c:547:24: portability: 'iter->offsets' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/gvariant-util.c:553:34: portability: 'iter->data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/gvariant-util.c:561:17: portability: 'iter->offsets' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/gvariant-util.c:563:17: portability: 'iter->offsets' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/gvariant-util.c:566:21: portability: 'iter->data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/gvariant-util.c:568:26: portability: 'iter->data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/gvariant-util.c:701:14: portability: 'start' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/gvariant-util.c:710:24: portability: 'nul' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/gvariant-util.c:718:11: portability: 'nul' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/gvariant-util.c:798:24: portability: 'builder->body' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/gvariant-util.c:868:31: portability: 'builder->body' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/gvariant-util.c:889:31: portability: 'builder->body' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/gvariant-util.c:1023:25: portability: 'builder->body' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/gvariant-util.c:1111:23: portability: 'builder->body' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/gvariant-util.c:1112:23: portability: 'builder->body' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/gvariant-util.c:1112:31: portability: 'builder->body+start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/gvariant-util.c:1240:24: portability: 'builder->body' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/gvariant-util.c:1254:23: portability: 'builder->body' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/gvariant-util.c:1333:25: portability: 'builder->body' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/gvariant-util.c:1349:30: portability: 'builder->body' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/gvariant-util.c:1379:21: portability: 'body' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/hashmap.c:64:6: warning: Either the condition '!hashmap' is redundant or there is possible null pointer dereference: hashmap. [nullPointerRedundantCheck]
ell-0.7/ell/hashmap.c:370:6: note: Assuming that condition '!hashmap' is not redundant
ell-0.7/ell/hashmap.c:373:24: note: Calling function 'get_key_new', 1st argument 'hashmap' value is 0
ell-0.7/ell/hashmap.c:64:6: note: Null pointer dereference
ell-0.7/ell/hashmap.c:219:6: warning: Either the condition '!hashmap' is redundant or there is possible null pointer dereference: hashmap. [nullPointerRedundantCheck]
ell-0.7/ell/hashmap.c:216:6: note: Assuming that condition '!hashmap' is not redundant
ell-0.7/ell/hashmap.c:219:6: note: Null pointer dereference
ell-0.7/ell/hashmap.c:245:6: warning: Either the condition '!hashmap' is redundant or there is possible null pointer dereference: hashmap. [nullPointerRedundantCheck]
ell-0.7/ell/hashmap.c:242:6: note: Assuming that condition '!hashmap' is not redundant
ell-0.7/ell/hashmap.c:245:6: note: Null pointer dereference
ell-0.7/ell/hashmap.c:272:6: warning: Either the condition '!hashmap' is redundant or there is possible null pointer dereference: hashmap. [nullPointerRedundantCheck]
ell-0.7/ell/hashmap.c:269:6: note: Assuming that condition '!hashmap' is not redundant
ell-0.7/ell/hashmap.c:272:6: note: Null pointer dereference
ell-0.7/ell/hashmap.c:301:6: warning: Either the condition '!hashmap' is redundant or there is possible null pointer dereference: hashmap. [nullPointerRedundantCheck]
ell-0.7/ell/hashmap.c:298:6: note: Assuming that condition '!hashmap' is not redundant
ell-0.7/ell/hashmap.c:301:6: note: Null pointer dereference
ell-0.7/ell/hashmap.c:374:9: warning: Either the condition '!hashmap' is redundant or there is possible null pointer dereference: hashmap. [nullPointerRedundantCheck]
ell-0.7/ell/hashmap.c:370:6: note: Assuming that condition '!hashmap' is not redundant
ell-0.7/ell/hashmap.c:374:9: note: Null pointer dereference
ell-0.7/ell/hashmap.c:397:2: warning: Either the condition '!hashmap' is redundant or there is possible null pointer dereference: hashmap. [nullPointerRedundantCheck]
ell-0.7/ell/hashmap.c:370:6: note: Assuming that condition '!hashmap' is not redundant
ell-0.7/ell/hashmap.c:397:2: note: Null pointer dereference
ell-0.7/ell/hashmap.c:419:9: warning: Either the condition '!hashmap' is redundant or there is possible null pointer dereference: hashmap. [nullPointerRedundantCheck]
ell-0.7/ell/hashmap.c:416:6: note: Assuming that condition '!hashmap' is not redundant
ell-0.7/ell/hashmap.c:419:9: note: Null pointer dereference
ell-0.7/ell/hashmap.c:487:9: warning: Either the condition '!hashmap' is redundant or there is possible null pointer dereference: hashmap. [nullPointerRedundantCheck]
ell-0.7/ell/hashmap.c:484:6: note: Assuming that condition '!hashmap' is not redundant
ell-0.7/ell/hashmap.c:487:9: note: Null pointer dereference
ell-0.7/ell/hashmap.c:636:9: warning: Either the condition '!hashmap' is redundant or there is possible null pointer dereference: hashmap. [nullPointerRedundantCheck]
ell-0.7/ell/hashmap.c:633:6: note: Assuming that condition '!hashmap' is not redundant
ell-0.7/ell/hashmap.c:636:9: note: Null pointer dereference
ell-0.7/ell/hashmap.c:650:9: warning: Either the condition '!hashmap' is redundant or there is possible null pointer dereference: hashmap. [nullPointerRedundantCheck]
ell-0.7/ell/hashmap.c:647:6: note: Assuming that condition '!hashmap' is not redundant
ell-0.7/ell/hashmap.c:650:9: note: Null pointer dereference
ell-0.7/ell/hashmap.c:83:15: style: The scope of the variable 'tmp' can be reduced. [variableScope]
ell-0.7/ell/hwdb.c:276:2: style: Variable 'entries' is reassigned a value before the old one has been used. [redundantAssignment]
ell-0.7/ell/hwdb.c:272:0: note: Variable 'entries' is reassigned a value before the old one has been used.
ell-0.7/ell/hwdb.c:276:2: note: Variable 'entries' is reassigned a value before the old one has been used.
ell-0.7/ell/hwdb.c:205:38: portability: 'addr' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/hwdb.c:206:30: portability: 'addr' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/hwdb.c:206:39: portability: 'addr+offset' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/hwdb.c:207:32: portability: 'addr' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/hwdb.c:239:12: portability: 'addr_ptr' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/hwdb.c:252:30: portability: 'addr' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/hwdb.c:253:30: portability: 'addr' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/hwdb.c:265:12: portability: 'addr_ptr' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/hwdb.c:317:38: portability: 'addr' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/hwdb.c:318:30: portability: 'addr' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/hwdb.c:318:39: portability: 'addr+offset' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/hwdb.c:319:32: portability: 'addr' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/hwdb.c:340:12: portability: 'addr_ptr' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/hwdb.c:350:30: portability: 'addr' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/hwdb.c:351:30: portability: 'addr' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/hwdb.c:363:12: portability: 'addr_ptr' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/hwdb.c:215:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ell-0.7/ell/hwdb.c:328:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ell-0.7/ell/idle.c:164:14: warning: Either the condition '!idle' is redundant or there is possible null pointer dereference: idle. [nullPointerRedundantCheck]
ell-0.7/ell/idle.c:161:6: note: Assuming that condition '!idle' is not redundant
ell-0.7/ell/idle.c:164:14: note: Null pointer dereference
ell-0.7/ell/io.c:198:2: warning: Either the condition '!io' is redundant or there is possible null pointer dereference: io. [nullPointerRedundantCheck]
ell-0.7/ell/io.c:195:6: note: Assuming that condition '!io' is not redundant
ell-0.7/ell/io.c:198:2: note: Null pointer dereference
ell-0.7/ell/io.c:199:2: warning: Either the condition '!io' is redundant or there is possible null pointer dereference: io. [nullPointerRedundantCheck]
ell-0.7/ell/io.c:195:6: note: Assuming that condition '!io' is not redundant
ell-0.7/ell/io.c:199:2: note: Null pointer dereference
ell-0.7/ell/io.c:201:6: warning: Either the condition '!io' is redundant or there is possible null pointer dereference: io. [nullPointerRedundantCheck]
ell-0.7/ell/io.c:195:6: note: Assuming that condition '!io' is not redundant
ell-0.7/ell/io.c:201:6: note: Null pointer dereference
ell-0.7/ell/io.c:227:9: warning: Either the condition '!io' is redundant or there is possible null pointer dereference: io. [nullPointerRedundantCheck]
ell-0.7/ell/io.c:224:6: note: Assuming that condition '!io' is not redundant
ell-0.7/ell/io.c:227:9: note: Null pointer dereference
ell-0.7/ell/io.c:244:2: warning: Either the condition '!io' is redundant or there is possible null pointer dereference: io. [nullPointerRedundantCheck]
ell-0.7/ell/io.c:241:6: note: Assuming that condition '!io' is not redundant
ell-0.7/ell/io.c:244:2: note: Null pointer dereference
ell-0.7/ell/io.c:395:6: warning: Either the condition '!io' is redundant or there is possible null pointer dereference: io. [nullPointerRedundantCheck]
ell-0.7/ell/io.c:392:6: note: Assuming that condition '!io' is not redundant
ell-0.7/ell/io.c:395:6: note: Null pointer dereference
ell-0.7/ell/key.c:299:20: warning: Either the condition '!key' is redundant or there is possible null pointer dereference: key. [nullPointerRedundantCheck]
ell-0.7/ell/key.c:296:6: note: Assuming that condition '!key' is not redundant
ell-0.7/ell/key.c:299:20: note: Null pointer dereference
ell-0.7/ell/key.c:309:20: warning: Either the condition '!key' is redundant or there is possible null pointer dereference: key. [nullPointerRedundantCheck]
ell-0.7/ell/key.c:306:6: note: Assuming that condition '!key' is not redundant
ell-0.7/ell/key.c:309:20: note: Null pointer dereference
ell-0.7/ell/key.c:321:28: warning: Either the condition '!key' is redundant or there is possible null pointer dereference: key. [nullPointerRedundantCheck]
ell-0.7/ell/key.c:318:6: note: Assuming that condition '!key' is not redundant
ell-0.7/ell/key.c:321:28: note: Null pointer dereference
ell-0.7/ell/key.c:333:27: warning: Either the condition '!key' is redundant or there is possible null pointer dereference: key. [nullPointerRedundantCheck]
ell-0.7/ell/key.c:330:6: note: Assuming that condition '!key' is not redundant
ell-0.7/ell/key.c:333:27: note: Null pointer dereference
ell-0.7/ell/key.c:412:27: warning: Either the condition '!key' is redundant or there is possible null pointer dereference: key. [nullPointerRedundantCheck]
ell-0.7/ell/key.c:405:6: note: Assuming that condition '!key' is not redundant
ell-0.7/ell/key.c:412:27: note: Null pointer dereference
ell-0.7/ell/key.c:462:28: warning: Either the condition '!key' is redundant or there is possible null pointer dereference: key. [nullPointerRedundantCheck]
ell-0.7/ell/key.c:459:6: note: Assuming that condition '!key' is not redundant
ell-0.7/ell/key.c:462:28: note: Null pointer dereference
ell-0.7/ell/key.c:738:20: warning: Either the condition '!keyring' is redundant or there is possible null pointer dereference: keyring. [nullPointerRedundantCheck]
ell-0.7/ell/key.c:735:6: note: Assuming that condition '!keyring' is not redundant
ell-0.7/ell/key.c:738:20: note: Null pointer dereference
ell-0.7/ell/key.c:748:20: warning: Either the condition '!keyring' is redundant or there is possible null pointer dereference: keyring. [nullPointerRedundantCheck]
ell-0.7/ell/key.c:745:6: note: Assuming that condition '!keyring' is not redundant
ell-0.7/ell/key.c:748:20: note: Null pointer dereference
ell-0.7/ell/key.c:760:26: warning: Either the condition '!key' is redundant or there is possible null pointer dereference: key. [nullPointerRedundantCheck]
ell-0.7/ell/key.c:757:28: note: Assuming that condition '!key' is not redundant
ell-0.7/ell/key.c:760:26: note: Null pointer dereference
ell-0.7/ell/key.c:760:39: warning: Either the condition '!keyring' is redundant or there is possible null pointer dereference: keyring. [nullPointerRedundantCheck]
ell-0.7/ell/key.c:757:6: note: Assuming that condition '!keyring' is not redundant
ell-0.7/ell/key.c:760:39: note: Null pointer dereference
ell-0.7/ell/key.c:772:28: warning: Either the condition '!key' is redundant or there is possible null pointer dereference: key. [nullPointerRedundantCheck]
ell-0.7/ell/key.c:769:28: note: Assuming that condition '!key' is not redundant
ell-0.7/ell/key.c:772:28: note: Null pointer dereference
ell-0.7/ell/key.c:772:41: warning: Either the condition '!keyring' is redundant or there is possible null pointer dereference: keyring. [nullPointerRedundantCheck]
ell-0.7/ell/key.c:769:6: note: Assuming that condition '!keyring' is not redundant
ell-0.7/ell/key.c:772:41: note: Null pointer dereference
ell-0.7/ell/key.c:700:30: style: Function 'l_keyring_restrict' argument 3 names different: declaration 'trust' definition 'trusted'. [funcArgNamesDifferent]
ell-0.7/ell/key.h:94:28: note: Function 'l_keyring_restrict' argument 3 names different: declaration 'trust' definition 'trusted'.
ell-0.7/ell/key.c:700:30: note: Function 'l_keyring_restrict' argument 3 names different: declaration 'trust' definition 'trusted'.
ell-0.7/ell/key.c:66:11: style: struct member 'keyctl_pkey_query::max_data_size' is never used. [unusedStructMember]
ell-0.7/ell/key.c:67:11: style: struct member 'keyctl_pkey_query::max_sig_size' is never used. [unusedStructMember]
ell-0.7/ell/key.c:68:11: style: struct member 'keyctl_pkey_query::max_enc_size' is never used. [unusedStructMember]
ell-0.7/ell/key.c:69:11: style: struct member 'keyctl_pkey_query::max_dec_size' is never used. [unusedStructMember]
ell-0.7/ell/key.c:71:11: style: struct member 'keyctl_pkey_query::__spare' is never used. [unusedStructMember]
ell-0.7/ell/key.c:79:12: style: struct member 'keyctl_pkey_params::in2_len' is never used. [unusedStructMember]
ell-0.7/ell/key.c:81:11: style: struct member 'keyctl_pkey_params::__spare' is never used. [unusedStructMember]
ell-0.7/ell/log.c:220:13: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ell-0.7/ell/log.c:409:30: style: The scope of the variable 'section' can be reduced. [variableScope]
ell-0.7/ell/log.c:433:30: style: The scope of the variable 'section' can be reduced. [variableScope]
ell-0.7/ell/log.c:406:27: style: Function 'l_debug_enable_full' argument 3 names different: declaration 'stop' definition 'end'. [funcArgNamesDifferent]
ell-0.7/ell/log.h:79:26: note: Function 'l_debug_enable_full' argument 3 names different: declaration 'stop' definition 'end'.
ell-0.7/ell/log.c:406:27: note: Function 'l_debug_enable_full' argument 3 names different: declaration 'stop' definition 'end'.
ell-0.7/ell/main.c:407:6: style: The scope of the variable 'timeout' can be reduced. [variableScope]
ell-0.7/ell/netlink.c:371:20: warning: Either the condition '!netlink' is redundant or there is possible null pointer dereference: netlink. [nullPointerRedundantCheck]
ell-0.7/ell/netlink.c:368:6: note: Assuming that condition '!netlink' is not redundant
ell-0.7/ell/netlink.c:371:20: note: Null pointer dereference
ell-0.7/ell/netlink.c:372:20: warning: Either the condition '!netlink' is redundant or there is possible null pointer dereference: netlink. [nullPointerRedundantCheck]
ell-0.7/ell/netlink.c:368:6: note: Assuming that condition '!netlink' is not redundant
ell-0.7/ell/netlink.c:372:20: note: Null pointer dereference
ell-0.7/ell/netlink.c:374:18: warning: Either the condition '!netlink' is redundant or there is possible null pointer dereference: netlink. [nullPointerRedundantCheck]
ell-0.7/ell/netlink.c:368:6: note: Assuming that condition '!netlink' is not redundant
ell-0.7/ell/netlink.c:374:18: note: Null pointer dereference
ell-0.7/ell/netlink.c:375:20: warning: Either the condition '!netlink' is redundant or there is possible null pointer dereference: netlink. [nullPointerRedundantCheck]
ell-0.7/ell/netlink.c:368:6: note: Assuming that condition '!netlink' is not redundant
ell-0.7/ell/netlink.c:375:20: note: Null pointer dereference
ell-0.7/ell/netlink.c:376:20: warning: Either the condition '!netlink' is redundant or there is possible null pointer dereference: netlink. [nullPointerRedundantCheck]
ell-0.7/ell/netlink.c:368:6: note: Assuming that condition '!netlink' is not redundant
ell-0.7/ell/netlink.c:376:20: note: Null pointer dereference
ell-0.7/ell/netlink.c:378:15: warning: Either the condition '!netlink' is redundant or there is possible null pointer dereference: netlink. [nullPointerRedundantCheck]
ell-0.7/ell/netlink.c:368:6: note: Assuming that condition '!netlink' is not redundant
ell-0.7/ell/netlink.c:378:15: note: Null pointer dereference
ell-0.7/ell/netlink.c:395:7: warning: Either the condition '!netlink' is redundant or there is possible null pointer dereference: netlink. [nullPointerRedundantCheck]
ell-0.7/ell/netlink.c:392:6: note: Assuming that condition '!netlink' is not redundant
ell-0.7/ell/netlink.c:395:7: note: Null pointer dereference
ell-0.7/ell/netlink.c:511:7: warning: Either the condition '!netlink' is redundant or there is possible null pointer dereference: netlink. [nullPointerRedundantCheck]
ell-0.7/ell/netlink.c:508:6: note: Assuming that condition '!netlink' is not redundant
ell-0.7/ell/netlink.c:511:7: note: Null pointer dereference
ell-0.7/ell/netlink.c:600:6: warning: Either the condition '!netlink' is redundant or there is possible null pointer dereference: netlink. [nullPointerRedundantCheck]
ell-0.7/ell/netlink.c:597:6: note: Assuming that condition '!netlink' is not redundant
ell-0.7/ell/netlink.c:600:6: note: Null pointer dereference
ell-0.7/ell/netlink.c:117:28: portability: '(void*)command' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/netlink.c:179:15: portability: 'data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/netlink.c:186:47: portability: 'data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/netlink.c:221:47: portability: 'data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/netlink.c:424:29: portability: '(void*)command' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/netlink.c:433:27: portability: '(void*)nlmsg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/asn1-private.h:70:6: style: The scope of the variable 'tlv_len' can be reduced. [variableScope]
ell-0.7/ell/pem.c:50:20: style: The scope of the variable 'special' can be reduced. [variableScope]
ell-0.7/ell/queue.c:101:10: warning: Either the condition '!queue' is redundant or there is possible null pointer dereference: queue. [nullPointerRedundantCheck]
ell-0.7/ell/queue.c:98:6: note: Assuming that condition '!queue' is not redundant
ell-0.7/ell/queue.c:101:10: note: Null pointer dereference
ell-0.7/ell/queue.c:114:2: warning: Either the condition '!queue' is redundant or there is possible null pointer dereference: queue. [nullPointerRedundantCheck]
ell-0.7/ell/queue.c:98:6: note: Assuming that condition '!queue' is not redundant
ell-0.7/ell/queue.c:114:2: note: Null pointer dereference
ell-0.7/ell/queue.c:115:2: warning: Either the condition '!queue' is redundant or there is possible null pointer dereference: queue. [nullPointerRedundantCheck]
ell-0.7/ell/queue.c:98:6: note: Assuming that condition '!queue' is not redundant
ell-0.7/ell/queue.c:115:2: note: Null pointer dereference
ell-0.7/ell/queue.c:116:2: warning: Either the condition '!queue' is redundant or there is possible null pointer dereference: queue. [nullPointerRedundantCheck]
ell-0.7/ell/queue.c:98:6: note: Assuming that condition '!queue' is not redundant
ell-0.7/ell/queue.c:116:2: note: Null pointer dereference
ell-0.7/ell/queue.c:141:6: warning: Either the condition '!queue' is redundant or there is possible null pointer dereference: queue. [nullPointerRedundantCheck]
ell-0.7/ell/queue.c:133:6: note: Assuming that condition '!queue' is not redundant
ell-0.7/ell/queue.c:141:6: note: Null pointer dereference
ell-0.7/ell/queue.c:174:16: warning: Either the condition '!queue' is redundant or there is possible null pointer dereference: queue. [nullPointerRedundantCheck]
ell-0.7/ell/queue.c:168:6: note: Assuming that condition '!queue' is not redundant
ell-0.7/ell/queue.c:174:16: note: Null pointer dereference
ell-0.7/ell/queue.c:176:2: warning: Either the condition '!queue' is redundant or there is possible null pointer dereference: queue. [nullPointerRedundantCheck]
ell-0.7/ell/queue.c:168:6: note: Assuming that condition '!queue' is not redundant
ell-0.7/ell/queue.c:176:2: note: Null pointer dereference
ell-0.7/ell/queue.c:178:7: warning: Either the condition '!queue' is redundant or there is possible null pointer dereference: queue. [nullPointerRedundantCheck]
ell-0.7/ell/queue.c:168:6: note: Assuming that condition '!queue' is not redundant
ell-0.7/ell/queue.c:178:7: note: Null pointer dereference
ell-0.7/ell/queue.c:202:7: warning: Either the condition '!queue' is redundant or there is possible null pointer dereference: queue. [nullPointerRedundantCheck]
ell-0.7/ell/queue.c:199:6: note: Assuming that condition '!queue' is not redundant
ell-0.7/ell/queue.c:202:7: note: Null pointer dereference
ell-0.7/ell/queue.c:237:7: warning: Either the condition '!queue' is redundant or there is possible null pointer dereference: queue. [nullPointerRedundantCheck]
ell-0.7/ell/queue.c:234:6: note: Assuming that condition '!queue' is not redundant
ell-0.7/ell/queue.c:237:7: note: Null pointer dereference
ell-0.7/ell/queue.c:259:7: warning: Either the condition '!queue' is redundant or there is possible null pointer dereference: queue. [nullPointerRedundantCheck]
ell-0.7/ell/queue.c:256:6: note: Assuming that condition '!queue' is not redundant
ell-0.7/ell/queue.c:259:7: note: Null pointer dereference
ell-0.7/ell/queue.c:369:15: warning: Either the condition '!queue' is redundant or there is possible null pointer dereference: queue. [nullPointerRedundantCheck]
ell-0.7/ell/queue.c:366:6: note: Assuming that condition '!queue' is not redundant
ell-0.7/ell/queue.c:369:15: note: Null pointer dereference
ell-0.7/ell/queue.c:407:10: warning: Either the condition '!queue' is redundant or there is possible null pointer dereference: queue. [nullPointerRedundantCheck]
ell-0.7/ell/queue.c:404:6: note: Assuming that condition '!queue' is not redundant
ell-0.7/ell/queue.c:407:10: note: Null pointer dereference
ell-0.7/ell/queue.c:418:2: warning: Either the condition '!queue' is redundant or there is possible null pointer dereference: queue. [nullPointerRedundantCheck]
ell-0.7/ell/queue.c:404:6: note: Assuming that condition '!queue' is not redundant
ell-0.7/ell/queue.c:418:2: note: Null pointer dereference
ell-0.7/ell/queue.c:419:2: warning: Either the condition '!queue' is redundant or there is possible null pointer dereference: queue. [nullPointerRedundantCheck]
ell-0.7/ell/queue.c:404:6: note: Assuming that condition '!queue' is not redundant
ell-0.7/ell/queue.c:419:2: note: Null pointer dereference
ell-0.7/ell/queue.c:557:9: warning: Either the condition '!queue' is redundant or there is possible null pointer dereference: queue. [nullPointerRedundantCheck]
ell-0.7/ell/queue.c:554:6: note: Assuming that condition '!queue' is not redundant
ell-0.7/ell/queue.c:557:9: note: Null pointer dereference
ell-0.7/ell/queue.c:571:9: warning: Either the condition '!queue' is redundant or there is possible null pointer dereference: queue. [nullPointerRedundantCheck]
ell-0.7/ell/queue.c:568:6: note: Assuming that condition '!queue' is not redundant
ell-0.7/ell/queue.c:571:9: note: Null pointer dereference
ell-0.7/ell/queue.c:589:9: warning: Either the condition '!queue' is redundant or there is possible null pointer dereference: queue. [nullPointerRedundantCheck]
ell-0.7/ell/queue.c:586:6: note: Assuming that condition '!queue' is not redundant
ell-0.7/ell/queue.c:589:9: note: Null pointer dereference
ell-0.7/ell/random.c:78:14: style: The scope of the variable 'supported' can be reduced. [variableScope]
ell-0.7/ell/ringbuf.c:228:25: portability: 'ringbuf->buffer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/ringbuf.c:258:36: portability: 'ringbuf->buffer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/ringbuf.c:352:25: portability: 'ringbuf->buffer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/ringbuf.c:355:39: portability: 'ringbuf->buffer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/ringbuf.c:401:36: portability: 'ringbuf->buffer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/ringbuf.c:415:39: portability: 'ringbuf->buffer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/settings.c:94:6: warning: Either the condition '!settings' is redundant or there is possible null pointer dereference: settings. [nullPointerRedundantCheck]
ell-0.7/ell/settings.c:91:6: note: Assuming that condition '!settings' is not redundant
ell-0.7/ell/settings.c:94:6: note: Null pointer dereference
ell-0.7/ell/settings.c:411:36: warning: Either the condition '!settings' is redundant or there is possible null pointer dereference: settings. [nullPointerRedundantCheck]
ell-0.7/ell/settings.c:406:6: note: Assuming that condition '!settings' is not redundant
ell-0.7/ell/settings.c:411:36: note: Null pointer dereference
ell-0.7/ell/settings.c:501:6: warning: Either the condition '!settings' is redundant or there is possible null pointer dereference: settings. [nullPointerRedundantCheck]
ell-0.7/ell/settings.c:498:6: note: Assuming that condition '!settings' is not redundant
ell-0.7/ell/settings.c:501:6: note: Null pointer dereference
ell-0.7/ell/settings.c:540:8: warning: Either the condition '!settings' is redundant or there is possible null pointer dereference: settings. [nullPointerRedundantCheck]
ell-0.7/ell/settings.c:537:6: note: Assuming that condition '!settings' is not redundant
ell-0.7/ell/settings.c:540:8: note: Null pointer dereference
ell-0.7/ell/settings.c:544:18: warning: Either the condition '!settings' is redundant or there is possible null pointer dereference: settings. [nullPointerRedundantCheck]
ell-0.7/ell/settings.c:537:6: note: Assuming that condition '!settings' is not redundant
ell-0.7/ell/settings.c:544:18: note: Null pointer dereference
ell-0.7/ell/settings.c:557:23: warning: Either the condition '!settings' is redundant or there is possible null pointer dereference: settings. [nullPointerRedundantCheck]
ell-0.7/ell/settings.c:554:6: note: Assuming that condition '!settings' is not redundant
ell-0.7/ell/settings.c:557:23: note: Null pointer dereference
ell-0.7/ell/settings.c:588:28: warning: Either the condition '!settings' is redundant or there is possible null pointer dereference: settings. [nullPointerRedundantCheck]
ell-0.7/ell/settings.c:585:6: note: Assuming that condition '!settings' is not redundant
ell-0.7/ell/settings.c:588:28: note: Null pointer dereference
ell-0.7/ell/settings.c:610:23: warning: Either the condition '!settings' is redundant or there is possible null pointer dereference: settings. [nullPointerRedundantCheck]
ell-0.7/ell/settings.c:607:6: note: Assuming that condition '!settings' is not redundant
ell-0.7/ell/settings.c:610:23: note: Null pointer dereference
ell-0.7/ell/settings.c:629:23: warning: Either the condition '!settings' is redundant or there is possible null pointer dereference: settings. [nullPointerRedundantCheck]
ell-0.7/ell/settings.c:626:6: note: Assuming that condition '!settings' is not redundant
ell-0.7/ell/settings.c:629:23: note: Null pointer dereference
ell-0.7/ell/settings.c:1127:28: warning: Either the condition '!settings' is redundant or there is possible null pointer dereference: settings. [nullPointerRedundantCheck]
ell-0.7/ell/settings.c:1124:6: note: Assuming that condition '!settings' is not redundant
ell-0.7/ell/settings.c:1127:28: note: Null pointer dereference
ell-0.7/ell/settings.c:1146:23: warning: Either the condition '!settings' is redundant or there is possible null pointer dereference: settings. [nullPointerRedundantCheck]
ell-0.7/ell/settings.c:1143:6: note: Assuming that condition '!settings' is not redundant
ell-0.7/ell/settings.c:1146:23: note: Null pointer dereference
ell-0.7/ell/settings.c:1012:13: style: Function 'l_settings_set_string_list' argument 4 names different: declaration 'list' definition 'value'. [funcArgNamesDifferent]
ell-0.7/ell/settings.h:107:30: note: Function 'l_settings_set_string_list' argument 4 names different: declaration 'list' definition 'value'.
ell-0.7/ell/settings.c:1012:13: note: Function 'l_settings_set_string_list' argument 4 names different: declaration 'list' definition 'value'.
ell-0.7/ell/signal.c:204:15: warning: Either the condition '!signal' is redundant or there is possible null pointer dereference: signal. [nullPointerRedundantCheck]
ell-0.7/ell/signal.c:201:6: note: Assuming that condition '!signal' is not redundant
ell-0.7/ell/signal.c:204:15: note: Null pointer dereference
ell-0.7/ell/siphash.c:83:11: style: The scope of the variable 'm' can be reduced. [variableScope]
ell-0.7/ell/string.c:85:6: warning: Either the condition '!dest' is redundant or there is possible null pointer dereference: str. [nullPointerRedundantCheck]
ell-0.7/ell/string.c:198:6: note: Assuming that condition '!dest' is not redundant
ell-0.7/ell/string.c:201:14: note: Calling function 'grow_string', 1st argument 'str' value is 0
ell-0.7/ell/string.c:85:6: note: Null pointer dereference
ell-0.7/ell/string.c:88:2: warning: Either the condition '!dest' is redundant or there is possible null pointer dereference: str. [nullPointerRedundantCheck]
ell-0.7/ell/string.c:198:6: note: Assuming that condition '!dest' is not redundant
ell-0.7/ell/string.c:201:14: note: Calling function 'grow_string', 1st argument 'str' value is 0
ell-0.7/ell/string.c:88:2: note: Null pointer dereference
ell-0.7/ell/string.c:89:2: warning: Either the condition '!dest' is redundant or there is possible null pointer dereference: str. [nullPointerRedundantCheck]
ell-0.7/ell/string.c:198:6: note: Assuming that condition '!dest' is not redundant
ell-0.7/ell/string.c:201:14: note: Calling function 'grow_string', 1st argument 'str' value is 0
ell-0.7/ell/string.c:89:2: note: Null pointer dereference
ell-0.7/ell/string.c:128:9: warning: Either the condition '!string' is redundant or there is possible null pointer dereference: string. [nullPointerRedundantCheck]
ell-0.7/ell/string.c:125:6: note: Assuming that condition '!string' is not redundant
ell-0.7/ell/string.c:128:9: note: Null pointer dereference
ell-0.7/ell/string.c:149:11: warning: Either the condition '!string' is redundant or there is possible null pointer dereference: string. [nullPointerRedundantCheck]
ell-0.7/ell/string.c:146:6: note: Assuming that condition '!string' is not redundant
ell-0.7/ell/string.c:149:11: note: Null pointer dereference
ell-0.7/ell/string.c:202:2: warning: Either the condition '!dest' is redundant or there is possible null pointer dereference: dest. [nullPointerRedundantCheck]
ell-0.7/ell/string.c:198:6: note: Assuming that condition '!dest' is not redundant
ell-0.7/ell/string.c:202:2: note: Null pointer dereference
ell-0.7/ell/string.c:203:2: warning: Either the condition '!dest' is redundant or there is possible null pointer dereference: dest. [nullPointerRedundantCheck]
ell-0.7/ell/string.c:198:6: note: Assuming that condition '!dest' is not redundant
ell-0.7/ell/string.c:203:2: note: Null pointer dereference
ell-0.7/ell/string.c:265:15: warning: Either the condition '!dest' is redundant or there is possible null pointer dereference: dest. [nullPointerRedundantCheck]
ell-0.7/ell/string.c:260:6: note: Assuming that condition '!dest' is not redundant
ell-0.7/ell/string.c:265:15: note: Null pointer dereference
ell-0.7/ell/string.c:266:18: warning: Either the condition '!dest' is redundant or there is possible null pointer dereference: dest. [nullPointerRedundantCheck]
ell-0.7/ell/string.c:260:6: note: Assuming that condition '!dest' is not redundant
ell-0.7/ell/string.c:266:18: note: Null pointer dereference
ell-0.7/ell/string.c:273:2: warning: Either the condition '!dest' is redundant or there is possible null pointer dereference: dest. [nullPointerRedundantCheck]
ell-0.7/ell/string.c:292:6: note: Assuming that condition '!dest' is not redundant
ell-0.7/ell/string.c:296:26: note: Calling function 'l_string_append_vprintf', 1st argument 'dest' value is 0
ell-0.7/ell/string.c:273:2: note: Null pointer dereference
ell-0.7/ell/string.c:311:9: warning: Either the condition '!string' is redundant or there is possible null pointer dereference: string. [nullPointerRedundantCheck]
ell-0.7/ell/string.c:308:6: note: Assuming that condition '!string' is not redundant
ell-0.7/ell/string.c:311:9: note: Null pointer dereference
ell-0.7/ell/string.c:320:18: warning: Either the condition '!string' is redundant or there is possible null pointer dereference: string. [nullPointerRedundantCheck]
ell-0.7/ell/string.c:317:6: note: Assuming that condition '!string' is not redundant
ell-0.7/ell/string.c:320:18: note: Null pointer dereference
ell-0.7/ell/string.c:449:16: style: The scope of the variable 'b' can be reduced. [variableScope]
ell-0.7/ell/string.c:411:45: style: Function 'l_utf8_validate' argument 1 names different: declaration 'src' definition 'str'. [funcArgNamesDifferent]
ell-0.7/ell/string.h:121:34: note: Function 'l_utf8_validate' argument 1 names different: declaration 'src' definition 'str'.
ell-0.7/ell/string.c:411:45: note: Function 'l_utf8_validate' argument 1 names different: declaration 'src' definition 'str'.
ell-0.7/ell/string.c:445:45: style: Function 'l_utf8_strlen' argument 1 names different: declaration 'src' definition 'str'. [funcArgNamesDifferent]
ell-0.7/ell/string.h:123:34: note: Function 'l_utf8_strlen' argument 1 names different: declaration 'src' definition 'str'.
ell-0.7/ell/string.c:445:45: note: Function 'l_utf8_strlen' argument 1 names different: declaration 'src' definition 'str'.
ell-0.7/ell/string.c:527:8: portability: 'utf16' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/string.c:567:8: portability: 'utf16' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/string.c:575:9: portability: 'utf16' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/ell/timeout.c:232:6: warning: Either the condition '!timeout' is redundant or there is possible null pointer dereference: timeout. [nullPointerRedundantCheck]
ell-0.7/ell/timeout.c:229:6: note: Assuming that condition '!timeout' is not redundant
ell-0.7/ell/timeout.c:232:6: note: Null pointer dereference
ell-0.7/ell/timeout.c:256:6: warning: Either the condition '!timeout' is redundant or there is possible null pointer dereference: timeout. [nullPointerRedundantCheck]
ell-0.7/ell/timeout.c:253:6: note: Assuming that condition '!timeout' is not redundant
ell-0.7/ell/timeout.c:256:6: note: Null pointer dereference
ell-0.7/ell/timeout.c:282:15: warning: Either the condition '!timeout' is redundant or there is possible null pointer dereference: timeout. [nullPointerRedundantCheck]
ell-0.7/ell/timeout.c:279:6: note: Assuming that condition '!timeout' is not redundant
ell-0.7/ell/timeout.c:282:15: note: Null pointer dereference
ell-0.7/ell/tls-record.c:77:10: style: The scope of the variable 'iv' can be reduced. [variableScope]
ell-0.7/ell/tls-record.c:180:22: style: The scope of the variable 'plaintext' can be reduced. [variableScope]
ell-0.7/ell/tls-record.c:181:11: style: The scope of the variable 'fragment_len' can be reduced. [variableScope]
ell-0.7/ell/tls-record.c:211:6: style: The scope of the variable 'header_len' can be reduced. [variableScope]
ell-0.7/ell/tls-record.c:211:18: style: The scope of the variable 'need_len' can be reduced. [variableScope]
ell-0.7/ell/tls-record.c:329:10: style: The scope of the variable 'iv' can be reduced. [variableScope]
ell-0.7/ell/tls-record.c:496:6: style: The scope of the variable 'chunk_len' can be reduced. [variableScope]
ell-0.7/ell/tls-record.c:352:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ell-0.7/ell/tls.c:2120:45: style: Redundant condition: If 'EXPR == 0', the comparison 'EXPR != 7' is always true. [redundantCondition]
ell-0.7/ell/tls.c:136:9: warning: Either the condition '!tls' is redundant or there is possible null pointer dereference: tls. [nullPointerRedundantCheck]
ell-0.7/ell/tls.c:2034:6: note: Assuming that condition '!tls' is not redundant
ell-0.7/ell/tls.c:2040:22: note: Calling function 'tls_reset_handshake', 1st argument 'tls' value is 0
ell-0.7/ell/tls.c:136:9: note: Null pointer dereference
ell-0.7/ell/tls.c:138:9: warning: Either the condition '!tls' is redundant or there is possible null pointer dereference: tls. [nullPointerRedundantCheck]
ell-0.7/ell/tls.c:2034:6: note: Assuming that condition '!tls' is not redundant
ell-0.7/ell/tls.c:2040:22: note: Calling function 'tls_reset_handshake', 1st argument 'tls' value is 0
ell-0.7/ell/tls.c:138:9: note: Null pointer dereference
ell-0.7/ell/tls.c:139:13: warning: Either the condition '!tls' is redundant or there is possible null pointer dereference: tls. [nullPointerRedundantCheck]
ell-0.7/ell/tls.c:2034:6: note: Assuming that condition '!tls' is not redundant
ell-0.7/ell/tls.c:2040:22: note: Calling function 'tls_reset_handshake', 1st argument 'tls' value is 0
ell-0.7/ell/tls.c:139:13: note: Null pointer dereference
ell-0.7/ell/tls.c:141:2: warning: Either the condition '!tls' is redundant or there is possible null pointer dereference: tls. [nullPointerRedundantCheck]
ell-0.7/ell/tls.c:2034:6: note: Assuming that condition '!tls' is not redundant
ell-0.7/ell/tls.c:2040:22: note: Calling function 'tls_reset_handshake', 1st argument 'tls' value is 0
ell-0.7/ell/tls.c:141:2: note: Null pointer dereference
ell-0.7/ell/tls.c:142:2: warning: Either the condition '!tls' is redundant or there is possible null pointer dereference: tls. [nullPointerRedundantCheck]
ell-0.7/ell/tls.c:2034:6: note: Assuming that condition '!tls' is not redundant
ell-0.7/ell/tls.c:2040:22: note: Calling function 'tls_reset_handshake', 1st argument 'tls' value is 0
ell-0.7/ell/tls.c:142:2: note: Null pointer dereference
ell-0.7/ell/tls.c:143:2: warning: Either the condition '!tls' is redundant or there is possible null pointer dereference: tls. [nullPointerRedundantCheck]
ell-0.7/ell/tls.c:2034:6: note: Assuming that condition '!tls' is not redundant
ell-0.7/ell/tls.c:2040:22: note: Calling function 'tls_reset_handshake', 1st argument 'tls' value is 0
ell-0.7/ell/tls.c:143:2: note: Null pointer dereference
ell-0.7/ell/tls.c:148:2: warning: Either the condition '!tls' is redundant or there is possible null pointer dereference: tls. [nullPointerRedundantCheck]
ell-0.7/ell/tls.c:2034:6: note: Assuming that condition '!tls' is not redundant
ell-0.7/ell/tls.c:2040:22: note: Calling function 'tls_reset_handshake', 1st argument 'tls' value is 0
ell-0.7/ell/tls.c:148:2: note: Null pointer dereference
ell-0.7/ell/tls.c:149:2: warning: Either the condition '!tls' is redundant or there is possible null pointer dereference: tls. [nullPointerRedundantCheck]
ell-0.7/ell/tls.c:2034:6: note: Assuming that condition '!tls' is not redundant
ell-0.7/ell/tls.c:2040:22: note: Calling function 'tls_reset_handshake', 1st argument 'tls' value is 0
ell-0.7/ell/tls.c:149:2: note: Null pointer dereference
ell-0.7/ell/tls.c:150:2: warning: Either the condition '!tls' is redundant or there is possible null pointer dereference: tls. [nullPointerRedundantCheck]
ell-0.7/ell/tls.c:2034:6: note: Assuming that condition '!tls' is not redundant
ell-0.7/ell/tls.c:2040:22: note: Calling function 'tls_reset_handshake', 1st argument 'tls' value is 0
ell-0.7/ell/tls.c:150:2: note: Null pointer dereference
ell-0.7/ell/tls.c:155:9: warning: Either the condition '!tls' is redundant or there is possible null pointer dereference: tls. [nullPointerRedundantCheck]
ell-0.7/ell/tls.c:2034:6: note: Assuming that condition '!tls' is not redundant
ell-0.7/ell/tls.c:2041:24: note: Calling function 'tls_cleanup_handshake', 1st argument 'tls' value is 0
ell-0.7/ell/tls.c:155:9: note: Null pointer dereference
ell-0.7/ell/tls.c:156:9: warning: Either the condition '!tls' is redundant or there is possible null pointer dereference: tls. [nullPointerRedundantCheck]
ell-0.7/ell/tls.c:2034:6: note: Assuming that condition '!tls' is not redundant
ell-0.7/ell/tls.c:2041:24: note: Calling function 'tls_cleanup_handshake', 1st argument 'tls' value is 0
ell-0.7/ell/tls.c:156:9: note: Null pointer dereference
ell-0.7/ell/tls.c:157:9: warning: Either the condition '!tls' is redundant or there is possible null pointer dereference: tls. [nullPointerRedundantCheck]
ell-0.7/ell/tls.c:2034:6: note: Assuming that condition '!tls' is not redundant
ell-0.7/ell/tls.c:2041:24: note: Calling function 'tls_cleanup_handshake', 1st argument 'tls' value is 0
ell-0.7/ell/tls.c:157:9: note: Null pointer dereference
ell-0.7/ell/tls.c:264:2: warning: Either the condition '!tls' is redundant or there is possible null pointer dereference: tls. [nullPointerRedundantCheck]
ell-0.7/ell/tls.c:2034:6: note: Assuming that condition '!tls' is not redundant
ell-0.7/ell/tls.c:2043:24: note: Calling function 'tls_reset_cipher_spec', 1st argument 'tls' value is 0
ell-0.7/ell/tls.c:264:2: note: Null pointer dereference
ell-0.7/ell/tls.c:2046:6: warning: Either the condition '!tls' is redundant or there is possible null pointer dereference: tls. [nullPointerRedundantCheck]
ell-0.7/ell/tls.c:2034:6: note: Assuming that condition '!tls' is not redundant
ell-0.7/ell/tls.c:2046:6: note: Null pointer dereference
ell-0.7/ell/tls.c:2196:6: warning: Either the condition '!tls' is redundant or there is possible null pointer dereference: tls. [nullPointerRedundantCheck]
ell-0.7/ell/tls.c:2034:6: note: Assuming that condition '!tls' is not redundant
ell-0.7/ell/tls.c:2037:19: note: Calling function 'l_tls_set_cacert', 1st argument 'tls' value is 0
ell-0.7/ell/tls.c:2196:6: note: Null pointer dereference
ell-0.7/ell/tls.c:2209:6: warning: Either the condition '!tls' is redundant or there is possible null pointer dereference: tls. [nullPointerRedundantCheck]
ell-0.7/ell/tls.c:2034:6: note: Assuming that condition '!tls' is not redundant
ell-0.7/ell/tls.c:2038:22: note: Calling function 'l_tls_set_auth_data', 1st argument 'tls' value is 0
ell-0.7/ell/tls.c:2209:6: note: Null pointer dereference
ell-0.7/ell/tls.c:2214:6: warning: Either the condition '!tls' is redundant or there is possible null pointer dereference: tls. [nullPointerRedundantCheck]
ell-0.7/ell/tls.c:2034:6: note: Assuming that condition '!tls' is not redundant
ell-0.7/ell/tls.c:2038:22: note: Calling function 'l_tls_set_auth_data', 1st argument 'tls' value is 0
ell-0.7/ell/tls.c:2214:6: note: Null pointer dereference
ell-0.7/ell/tls.c:70:16: style: The scope of the variable 'chunk_len' can be reduced. [variableScope]
ell-0.7/ell/tls.c:750:32: style: The scope of the variable 'signature_hash_ptr' can be reduced. [variableScope]
ell-0.7/ell/tls.c:902:10: style: The scope of the variable 'hash' can be reduced. [variableScope]
ell-0.7/ell/tls.c:959:10: style: The scope of the variable 'hash' can be reduced. [variableScope]
ell-0.7/ell/tls.c:1079:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ell-0.7/ell/tls.c:1766:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ell-0.7/ell/tls.c:1162:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ell-0.7/ell/tls.c:937:13: error: Uninitialized struct member: hash_type.tls_id [uninitStructMember]
ell-0.7/ell/uintset.c:211:30: warning: Either the condition '!set' is redundant or there is possible null pointer dereference: set. [nullPointerRedundantCheck]
ell-0.7/ell/uintset.c:213:15: note: Assuming that condition '!set' is not redundant
ell-0.7/ell/uintset.c:211:30: note: Null pointer dereference
ell-0.7/ell/uintset.c:242:26: warning: Either the condition '!set' is redundant or there is possible null pointer dereference: set. [nullPointerRedundantCheck]
ell-0.7/ell/uintset.c:245:15: note: Assuming that condition '!set' is not redundant
ell-0.7/ell/uintset.c:242:26: note: Null pointer dereference
ell-0.7/ell/uintset.c:266:26: warning: Either the condition '!set' is redundant or there is possible null pointer dereference: set. [nullPointerRedundantCheck]
ell-0.7/ell/uintset.c:269:15: note: Assuming that condition '!set' is not redundant
ell-0.7/ell/uintset.c:266:26: note: Null pointer dereference
ell-0.7/ell/uintset.c:112:16: style: The scope of the variable 'tmp' can be reduced. [variableScope]
ell-0.7/ell/util.c:66:3: portability: %zd in format string (no. 3) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
ell-0.7/ell/util.c:96:3: portability: %zd in format string (no. 3) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
ell-0.7/ell/util.c:287:6: warning: Either the condition '!str' is redundant or there is possible null pointer dereference: str. [nullPointerRedundantCheck]
ell-0.7/ell/util.c:284:6: note: Assuming that condition '!str' is not redundant
ell-0.7/ell/util.c:287:6: note: Null pointer dereference
ell-0.7/ell/util.c:342:6: warning: Either the condition '!str' is redundant or there is possible null pointer dereference: str. [nullPointerRedundantCheck]
ell-0.7/ell/util.c:339:6: note: Assuming that condition '!str' is not redundant
ell-0.7/ell/util.c:342:6: note: Null pointer dereference
ell-0.7/ell/util.c:396:7: warning: Either the condition '!str_array' is redundant or there is possible null pointer dereference: str_array. [nullPointerRedundantCheck]
ell-0.7/ell/util.c:393:6: note: Assuming that condition '!str_array' is not redundant
ell-0.7/ell/util.c:396:7: note: Null pointer dereference
ell-0.7/ell/util.c:429:9: warning: Either the condition '!str_array' is redundant or there is possible null pointer dereference: str_array. [nullPointerRedundantCheck]
ell-0.7/ell/util.c:426:6: note: Assuming that condition '!str_array' is not redundant
ell-0.7/ell/util.c:429:9: note: Null pointer dereference
ell-0.7/ell/util.c:480:19: warning: Either the condition '!str' is redundant or there is possible null pointer dereference: str. [nullPointerRedundantCheck]
ell-0.7/ell/util.c:474:6: note: Assuming that condition '!str' is not redundant
ell-0.7/ell/util.c:480:19: note: Null pointer dereference
ell-0.7/ell/util.c:481:22: warning: Either the condition '!prefix' is redundant or there is possible null pointer dereference: prefix. [nullPointerRedundantCheck]
ell-0.7/ell/util.c:477:6: note: Assuming that condition '!prefix' is not redundant
ell-0.7/ell/util.c:481:22: note: Null pointer dereference
ell-0.7/ell/util.c:486:18: warning: Either the condition '!str' is redundant or there is possible null pointer dereference: str. [nullPointerRedundantCheck]
ell-0.7/ell/util.c:474:6: note: Assuming that condition '!str' is not redundant
ell-0.7/ell/util.c:486:18: note: Null pointer dereference
ell-0.7/ell/util.c:486:23: warning: Either the condition '!prefix' is redundant or there is possible null pointer dereference: prefix. [nullPointerRedundantCheck]
ell-0.7/ell/util.c:477:6: note: Assuming that condition '!prefix' is not redundant
ell-0.7/ell/util.c:486:23: note: Null pointer dereference
ell-0.7/ell/util.c:542:19: warning: Either the condition '!str' is redundant or there is possible null pointer dereference: str. [nullPointerRedundantCheck]
ell-0.7/ell/util.c:536:6: note: Assuming that condition '!str' is not redundant
ell-0.7/ell/util.c:542:19: note: Null pointer dereference
ell-0.7/ell/util.c:543:22: warning: Either the condition '!suffix' is redundant or there is possible null pointer dereference: suffix. [nullPointerRedundantCheck]
ell-0.7/ell/util.c:539:6: note: Assuming that condition '!suffix' is not redundant
ell-0.7/ell/util.c:543:22: note: Null pointer dereference
ell-0.7/ell/util.c:550:33: warning: Either the condition '!suffix' is redundant or there is possible null pointer dereference: suffix. [nullPointerRedundantCheck]
ell-0.7/ell/util.c:539:6: note: Assuming that condition '!suffix' is not redundant
ell-0.7/ell/util.c:550:33: note: Null pointer dereference
ell-0.7/ell/util.c:779:2: warning: Either the condition '!function' is redundant or there is possible null pointer dereference: function. [nullPointerRedundantCheck]
ell-0.7/ell/util.c:766:6: note: Assuming that condition '!function' is not redundant
ell-0.7/ell/util.c:779:2: note: Null pointer dereference
ell-0.7/unit/test-cipher.c:196:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ell-0.7/unit/test-cipher.c:199:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ell-0.7/unit/test-dbus-message-fds.c:216:6: style: The scope of the variable 'flags' can be reduced. [variableScope]
ell-0.7/unit/test-dbus-message.c:2738:6: style: The scope of the variable 'flags' can be reduced. [variableScope]
ell-0.7/unit/test-dbus-message.c:1489:15: portability: 'blob' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/unit/test-dbus-properties.c:670:25: style: The scope of the variable 'call' can be reduced. [variableScope]
ell-0.7/unit/test-dbus-watch.c:271:2: style: Variable 'test.expected_id' is reassigned a value before the old one has been used. [redundantAssignment]
ell-0.7/unit/test-dbus-watch.c:264:2: note: Variable 'test.expected_id' is reassigned a value before the old one has been used.
ell-0.7/unit/test-dbus-watch.c:271:2: note: Variable 'test.expected_id' is reassigned a value before the old one has been used.
ell-0.7/unit/test-dhcp.c:405:14: warning: Either the condition 'pos<64' is redundant or the array 'options[64]' is accessed at index 64, which is out of bounds. [arrayIndexOutOfBoundsCond]
ell-0.7/unit/test-dhcp.c:400:13: note: Assuming that condition 'pos<64' is not redundant
ell-0.7/unit/test-dhcp.c:405:14: note: Array index out of bounds
ell-0.7/unit/test-dhcp.c:406:15: warning: Either the condition 'pos<64' is redundant or the array 'options[64]' is accessed at index 65, which is out of bounds. [arrayIndexOutOfBoundsCond]
ell-0.7/unit/test-dhcp.c:400:13: note: Assuming that condition 'pos<64' is not redundant
ell-0.7/unit/test-dhcp.c:406:15: note: Array index out of bounds
ell-0.7/unit/test-dhcp.c:95:2: style: Variable 'opt[0]' is reassigned a value before the old one has been used. [redundantAssignment]
ell-0.7/unit/test-dhcp.c:91:2: note: Variable 'opt[0]' is reassigned a value before the old one has been used.
ell-0.7/unit/test-dhcp.c:95:2: note: Variable 'opt[0]' is reassigned a value before the old one has been used.
ell-0.7/unit/test-dhcp.c:379:14: style: The scope of the variable 'oldlen' can be reduced. [variableScope]
ell-0.7/unit/test-dhcp.c:565:10: style: The scope of the variable 'needle' can be reduced. [variableScope]
ell-0.7/unit/test-dhcp.c:441:33: portability: '(void*)buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/unit/test-genl.c:163:9: warning: Assert statement calls a function which may have desired side effects: 'prep_family_appeared'. [assertWithSideEffect]
ell-0.7/unit/test-genl.c:164:9: warning: Assert statement calls a function which may have desired side effects: 'prep_family_vanished'. [assertWithSideEffect]
ell-0.7/unit/test-gvariant-message.c:217:15: portability: 'blob' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ell-0.7/unit/test-gvariant-util.c:663:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
ell-0.7/unit/test-gvariant-util.c:661:2: note: Variable 'ret' is reassigned a value before the old one has been used.
ell-0.7/unit/test-gvariant-util.c:663:2: note: Variable 'ret' is reassigned a value before the old one has been used.
ell-0.7/unit/test-gvariant-util.c:1065:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
ell-0.7/unit/test-gvariant-util.c:1063:2: note: Variable 'ret' is reassigned a value before the old one has been used.
ell-0.7/unit/test-gvariant-util.c:1065:2: note: Variable 'ret' is reassigned a value before the old one has been used.
ell-0.7/unit/test-gvariant-util.c:1327:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
ell-0.7/unit/test-gvariant-util.c:1325:2: note: Variable 'ret' is reassigned a value before the old one has been used.
ell-0.7/unit/test-gvariant-util.c:1327:2: note: Variable 'ret' is reassigned a value before the old one has been used.
ell-0.7/unit/test-pbkdf2.c:57:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ell-0.7/unit/test-pbkdf2.c:59:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ell-0.7/unit/test-pbkdf2.c:61:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ell-0.7/unit/test-pbkdf2.c:62:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ell-0.7/unit/test-queue.c:88:6: style: The scope of the variable 'n' can be reduced. [variableScope]
ell-0.7/unit/test-utf8.c:821:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
[17:33]

ftp://ftp.se.debian.org/debian/pool/main/e/elmerfem/elmerfem_6.1.0.svn.5396.dfsg2.orig.tar.gz
elmerfem-5396/ElmerGUI/Application/cad/cadpreferences.h:52:3: style: Class 'CadPreferences' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/Application/cad/cadview.cpp:602:17: style: Variable 'ok' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/ElmerGUI/Application/cad/cadview.cpp:849:2: style: Variable 'numberOfSegs' is modified but its new value is never used. [unreadVariable]
elmerfem-5396/ElmerGUI/Application/cad/cadview.h:84:3: style: Class 'CadView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/Application/plugins/egconvert.cpp:423:31: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
elmerfem-5396/ElmerGUI/Application/plugins/egconvert.cpp:117:6: style: Condition 'info' is always true [knownConditionTrueFalse]
elmerfem-5396/ElmerGUI/Application/plugins/egconvert.cpp:104:10: note: Assignment 'info=1', assigned value is 1
elmerfem-5396/ElmerGUI/Application/plugins/egconvert.cpp:117:6: note: Condition 'info' is always true
elmerfem-5396/ElmerGUI/Application/plugins/egconvert.cpp:3311:2: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
elmerfem-5396/ElmerGUI/Application/plugins/egconvert.cpp:3310:2: note: Variable 'i' is reassigned a value before the old one has been used.
elmerfem-5396/ElmerGUI/Application/plugins/egconvert.cpp:3311:2: note: Variable 'i' is reassigned a value before the old one has been used.
elmerfem-5396/ElmerGUI/Application/plugins/egconvert.cpp:3312:2: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
elmerfem-5396/ElmerGUI/Application/plugins/egconvert.cpp:3311:2: note: Variable 'i' is reassigned a value before the old one has been used.
elmerfem-5396/ElmerGUI/Application/plugins/egconvert.cpp:3312:2: note: Variable 'i' is reassigned a value before the old one has been used.
elmerfem-5396/ElmerGUI/Application/plugins/egconvert.cpp:3384:6: style: Variable 'j' is reassigned a value before the old one has been used. [redundantAssignment]
elmerfem-5396/ElmerGUI/Application/plugins/egconvert.cpp:3383:6: note: Variable 'j' is reassigned a value before the old one has been used.
elmerfem-5396/ElmerGUI/Application/plugins/egconvert.cpp:3384:6: note: Variable 'j' is reassigned a value before the old one has been used.
elmerfem-5396/ElmerGUI/Application/plugins/egconvert.cpp:701:7: style: The scope of the variable 'order203' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egconvert.cpp:1161:51: style: The scope of the variable 'currenttype' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egconvert.cpp:1163:13: style: The scope of the variable 'l' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egconvert.cpp:1166:8: style: The scope of the variable 'x' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egconvert.cpp:1775:11: style: The scope of the variable 'k' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egconvert.cpp:2700:7: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egconvert.cpp:2700:11: style: The scope of the variable 'nodes' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egconvert.cpp:795:62: style: Function 'LoadFidapInput' argument 2 names different: declaration 'bound' definition 'boundaries'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/Application/plugins/egconvert.h:10:62: note: Function 'LoadFidapInput' argument 2 names different: declaration 'bound' definition 'boundaries'.
elmerfem-5396/ElmerGUI/Application/plugins/egconvert.cpp:795:62: note: Function 'LoadFidapInput' argument 2 names different: declaration 'bound' definition 'boundaries'.
elmerfem-5396/ElmerGUI/Application/plugins/egconvert.cpp:841:12: warning: String literal compared with variable 'line'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
elmerfem-5396/ElmerGUI/Application/plugins/egconvert.cpp:1595:14: warning: String literal compared with variable 'line'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
elmerfem-5396/ElmerGUI/Application/plugins/egconvert.cpp:925:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
elmerfem-5396/ElmerGUI/Application/plugins/egconvert.cpp:1428:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
elmerfem-5396/ElmerGUI/Application/plugins/egconvert.cpp:3357:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
elmerfem-5396/ElmerGUI/Application/plugins/egconvert.cpp:1976:5: error: Resource leak: in [resourceLeak]
elmerfem-5396/ElmerGUI/Application/plugins/egconvert.cpp:2784:5: error: Resource leak: in [resourceLeak]
elmerfem-5396/ElmerGUI/Application/plugins/egconvert.cpp:1364:0: error: Resource leak: in [resourceLeak]
elmerfem-5396/ElmerGUI/Application/plugins/egconvert.cpp:1936:0: error: Resource leak: in [resourceLeak]
elmerfem-5396/ElmerGUI/Application/plugins/egconvert.cpp:2805:26: error: Uninitialized variable: revindx [uninitvar]
elmerfem-5396/ElmerGUI/Application/plugins/egconvert.cpp:2890:27: error: Uninitialized variable: revindx [uninitvar]
elmerfem-5396/ElmerGUI/Application/plugins/egconvert.cpp:2962:26: error: Uninitialized variable: revindx [uninitvar]
elmerfem-5396/ElmerGUI/Application/plugins/egmain.cpp:1319:6: style: Condition 'info' is always true [knownConditionTrueFalse]
elmerfem-5396/ElmerGUI/Application/plugins/egmain.cpp:1318:10: note: Assignment 'info=1', assigned value is 1
elmerfem-5396/ElmerGUI/Application/plugins/egmain.cpp:1319:6: note: Condition 'info' is always true
elmerfem-5396/ElmerGUI/Application/plugins/egmain.cpp:1348:3: style: Variable 'info' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
elmerfem-5396/ElmerGUI/Application/plugins/egmain.cpp:1338:3: note: Variable 'info' is reassigned a value before the old one has been used if variable is no semaphore variable.
elmerfem-5396/ElmerGUI/Application/plugins/egmain.cpp:1348:3: note: Variable 'info' is reassigned a value before the old one has been used if variable is no semaphore variable.
elmerfem-5396/ElmerGUI/Application/plugins/egmain.cpp:1404:3: style: Variable 'errorstat' is reassigned a value before the old one has been used. [redundantAssignment]
elmerfem-5396/ElmerGUI/Application/plugins/egmain.cpp:1397:3: note: Variable 'errorstat' is reassigned a value before the old one has been used.
elmerfem-5396/ElmerGUI/Application/plugins/egmain.cpp:1404:3: note: Variable 'errorstat' is reassigned a value before the old one has been used.
elmerfem-5396/ElmerGUI/Application/plugins/egmain.cpp:279:41: style: Same expression on both sides of '||'. [duplicateExpression]
elmerfem-5396/ElmerGUI/Application/plugins/egmain.cpp:1409:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
elmerfem-5396/ElmerGUI/Application/plugins/egmain.cpp:109:8: style: The scope of the variable 'command' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmain.cpp:1043:7: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmain.cpp:1043:9: style: The scope of the variable 'k' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmain.cpp:1043:25: style: The scope of the variable 'dim' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:5070:5: error: Array 'bc[50]' accessed at index 50, which is out of bounds. [arrayIndexOutOfBounds]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:5058:6: note: After for loop, i has value 50
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:5070:5: note: Array index out of bounds
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:5071:25: error: Array 'bc[50]' accessed at index 50, which is out of bounds. [arrayIndexOutOfBounds]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:5058:6: note: After for loop, i has value 50
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:5071:25: note: Array index out of bounds
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:5076:13: error: Array 'bcdim[50]' accessed at index 50, which is out of bounds. [arrayIndexOutOfBounds]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:5058:6: note: After for loop, i has value 50
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:5076:13: note: Array index out of bounds
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:5077:13: error: Array 'bclim[50]' accessed at index 50, which is out of bounds. [arrayIndexOutOfBounds]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:5058:6: note: After for loop, i has value 50
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:5077:13: note: Array index out of bounds
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:5095:5: error: Array 'bc[50]' accessed at index 50, which is out of bounds. [arrayIndexOutOfBounds]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:5084:6: note: After for loop, i has value 50
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:5095:5: note: Array index out of bounds
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:5096:25: error: Array 'bc[50]' accessed at index 50, which is out of bounds. [arrayIndexOutOfBounds]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:5084:6: note: After for loop, i has value 50
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:5096:25: note: Array index out of bounds
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:5101:13: error: Array 'bcdim[50]' accessed at index 50, which is out of bounds. [arrayIndexOutOfBounds]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:5084:6: note: After for loop, i has value 50
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:5101:13: note: Array index out of bounds
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:5102:13: error: Array 'bclim[50]' accessed at index 50, which is out of bounds. [arrayIndexOutOfBounds]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:5084:6: note: After for loop, i has value 50
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:5102:13: note: Array index out of bounds
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:5735:42: error: Array 'refsidetype[10]' accessed at index 10, which is out of bounds. [arrayIndexOutOfBounds]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:5720:8: note: After for loop, m has value 10
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:5735:42: note: Array index out of bounds
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:1289:8: style: Condition 'info' is always false [knownConditionTrueFalse]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:1283:14: note: Assignment 'info=0', assigned value is 0
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:1289:8: note: Condition 'info' is always false
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:1301:8: style: Condition 'info' is always false [knownConditionTrueFalse]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:1283:14: note: Assignment 'info=0', assigned value is 0
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:1301:8: note: Condition 'info' is always false
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:1307:8: style: Condition 'info' is always false [knownConditionTrueFalse]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:1283:14: note: Assignment 'info=0', assigned value is 0
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:1307:8: note: Condition 'info' is always false
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:1311:8: style: Condition 'info' is always false [knownConditionTrueFalse]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:1283:14: note: Assignment 'info=0', assigned value is 0
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:1311:8: note: Condition 'info' is always false
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:1364:26: style: Condition 'parent<1' is always false [knownConditionTrueFalse]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:1362:15: note: Assuming that condition 'parent==1' is not redundant
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:1364:26: note: Condition 'parent<1' is always false
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:6284:5: style: Condition 'debug' is always false [knownConditionTrueFalse]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:6264:11: note: Assignment 'debug=0', assigned value is 0
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:6284:5: note: Condition 'debug' is always false
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:6303:5: style: Condition 'debug' is always false [knownConditionTrueFalse]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:6264:11: note: Assignment 'debug=0', assigned value is 0
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:6303:5: note: Condition 'debug' is always false
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:6316:7: style: Condition 'debug' is always false [knownConditionTrueFalse]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:6264:11: note: Assignment 'debug=0', assigned value is 0
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:6316:7: note: Condition 'debug' is always false
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:2458:7: warning: Possible null pointer dereference: newelementtypes [nullPointer]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:2353:63: note: Assignment 'newelementtypes=NULL', assigned value is 0
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:2458:7: note: Null pointer dereference
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:2459:7: warning: Possible null pointer dereference: newmaterial [nullPointer]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:2353:39: note: Assignment 'newmaterial=NULL', assigned value is 0
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:2459:7: note: Null pointer dereference
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:2465:2: warning: Possible null pointer dereference: newtopo [nullPointer]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:2353:19: note: Assignment 'newtopo=NULL', assigned value is 0
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:2465:2: note: Null pointer dereference
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:978:5: style: Variable 'd' is reassigned a value before the old one has been used. [redundantAssignment]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:976:5: note: Variable 'd' is reassigned a value before the old one has been used.
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:978:5: note: Variable 'd' is reassigned a value before the old one has been used.
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:3840:3: style: Variable 'maxelementtype' is reassigned a value before the old one has been used. [redundantAssignment]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:3837:3: note: Variable 'maxelementtype' is reassigned a value before the old one has been used.
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:3840:3: note: Variable 'maxelementtype' is reassigned a value before the old one has been used.
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:55:9: style: The scope of the variable 'indi' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:139:9: style: The scope of the variable 'j' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:548:48: style: The scope of the variable 'evenodd' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:678:13: style: The scope of the variable 'nonodes' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:679:7: style: The scope of the variable 'imax' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:679:12: style: The scope of the variable 'imin' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:783:8: style: The scope of the variable 'x0' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:783:16: style: The scope of the variable 'r1' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:831:14: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:832:8: style: The scope of the variable 'c' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:832:10: style: The scope of the variable 'd' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:861:14: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:862:14: style: The scope of the variable 'degs' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:897:8: style: The scope of the variable 'c' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:897:10: style: The scope of the variable 'd' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:924:7: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:924:9: style: The scope of the variable 'n' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:925:8: style: The scope of the variable 'd' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:925:10: style: The scope of the variable 't' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:925:12: style: The scope of the variable 'u' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:959:7: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:959:9: style: The scope of the variable 'j' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:959:11: style: The scope of the variable 'n' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:960:8: style: The scope of the variable 'd' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:960:10: style: The scope of the variable 'e' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:960:12: style: The scope of the variable 't' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:960:14: style: The scope of the variable 'u' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:960:16: style: The scope of the variable 'h' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:1003:14: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:1004:8: style: The scope of the variable 'c' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:1004:10: style: The scope of the variable 'd' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:1031:14: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:1032:8: style: The scope of the variable 'sx' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:1032:11: style: The scope of the variable 'sy' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:1032:14: style: The scope of the variable 'ss' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:1032:17: style: The scope of the variable 'r' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:1032:19: style: The scope of the variable 'rat' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:1032:23: style: The scope of the variable 'd' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:1032:25: style: The scope of the variable 'x0' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:1032:28: style: The scope of the variable 'y0' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:1073:7: style: The scope of the variable 'mode' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:1073:16: style: The scope of the variable 'level' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:1073:22: style: The scope of the variable 'maplevel' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:1075:8: style: The scope of the variable 'x' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:1075:10: style: The scope of the variable 'y' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:1075:21: style: The scope of the variable 'size' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:1283:7: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:1947:23: style: The scope of the variable 'nonodes' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:2049:40: style: The scope of the variable 'maxtype' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:2050:29: style: The scope of the variable 'nonodes' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:2053:14: style: The scope of the variable 'hitsexist' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:2053:30: style: The scope of the variable 'hitslength' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:2676:8: style: The scope of the variable 'fii' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:2676:12: style: The scope of the variable 'zet' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:2676:16: style: The scope of the variable 'dr' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:2697:8: style: The scope of the variable 'rad' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:2697:12: style: The scope of the variable 'fii' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:3205:15: style: The scope of the variable 'nonodes' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:3205:60: style: The scope of the variable 'indexwidth' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:3208:16: style: The scope of the variable 'indready' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:3208:52: style: The scope of the variable 'nolocal' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:3209:25: style: The scope of the variable 'dz' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:3410:8: style: The scope of the variable 'dx' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:3410:11: style: The scope of the variable 'dy' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:3410:14: style: The scope of the variable 'dz' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:3410:26: style: The scope of the variable 'cbase' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:3627:15: style: The scope of the variable 'doinit' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:3628:7: style: The scope of the variable 'minbc' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:3628:15: style: The scope of the variable 'maxbc' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:3629:7: style: The scope of the variable 'elemdim' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:3629:36: style: The scope of the variable 'sideind' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:3770:7: style: The scope of the variable 'nosides' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:4140:25: style: The scope of the variable 'ind' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:4141:9: style: The scope of the variable 'anglesum' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:4141:18: style: The scope of the variable 'dx1' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:4141:22: style: The scope of the variable 'dx2' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:4141:26: style: The scope of the variable 'dy1' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:4141:30: style: The scope of the variable 'dy2' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:4141:34: style: The scope of the variable 'dz1' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:4141:38: style: The scope of the variable 'dz2' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:4141:42: style: The scope of the variable 'ds1' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:4141:46: style: The scope of the variable 'ds2' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:4141:50: style: The scope of the variable 'dotprod' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:4591:26: style: The scope of the variable 'nonodes' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:4732:14: style: The scope of the variable 'ind1' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:4733:12: style: The scope of the variable 'r' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:4733:14: style: The scope of the variable 'f' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:4885:8: style: The scope of the variable 'x' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:4885:10: style: The scope of the variable 'y' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:4885:12: style: The scope of the variable 'r' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:4945:8: style: The scope of the variable 'x' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:4945:10: style: The scope of the variable 'y' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:4945:12: style: The scope of the variable 'z' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:4983:55: style: The scope of the variable 'used' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:5761:24: style: The scope of the variable 'meanrad' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:5761:32: style: The scope of the variable 'maxrad' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:5761:45: style: The scope of the variable 'dfii' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:5761:50: style: The scope of the variable 'fii0' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:5925:19: style: The scope of the variable 'material' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:5925:28: style: The scope of the variable 'elemcode1' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:5925:38: style: The scope of the variable 'elemcode2' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:5995:37: style: The scope of the variable 'nonodes' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:7233:23: style: The scope of the variable 'minds' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:7671:14: style: The scope of the variable 'elemsides' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:7671:33: style: The scope of the variable 'midpoints' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:7671:43: style: The scope of the variable 'order' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:8131:8: style: The scope of the variable 'x' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:8131:10: style: The scope of the variable 'y' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:8131:12: style: The scope of the variable 'z' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:8131:14: style: The scope of the variable 'xz' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:8131:17: style: The scope of the variable 'yz' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:8131:20: style: The scope of the variable 'yx' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:8131:23: style: The scope of the variable 'zx' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:8131:26: style: The scope of the variable 'zy' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:8131:29: style: The scope of the variable 'xy' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:8132:8: style: The scope of the variable 'xmin' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:8132:14: style: The scope of the variable 'xmax' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:8132:20: style: The scope of the variable 'ymin' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:8132:26: style: The scope of the variable 'ymax' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:8132:32: style: The scope of the variable 'zmin' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:8132:42: style: The scope of the variable 'zmax' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:8228:44: style: The scope of the variable 'elemtype' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:8378:34: style: The scope of the variable 'elemtype' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:8378:43: style: The scope of the variable 'nonodes' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:8468:7: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:1280:30: style: Function 'CreateVariable' argument 5 names different: declaration 'variablename' definition 'dofname'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.h:25:29: note: Function 'CreateVariable' argument 5 names different: declaration 'variablename' definition 'dofname'.
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:1280:30: note: Function 'CreateVariable' argument 5 names different: declaration 'variablename' definition 'dofname'.
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:3627:11: style: Unused variable: k [unusedVariable]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:3627:13: style: Unused variable: l [unusedVariable]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:3713:11: style: Unused variable: k [unusedVariable]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:3713:13: style: Unused variable: l [unusedVariable]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:4958:9: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:5804:4: style: Variable 'o' is modified but its new value is never used. [unreadVariable]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:5812:4: style: Variable 'p' is modified but its new value is never used. [unreadVariable]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:8397:16: style: Variable 'elemtype' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:2405:25: error: Invalid abs() argument nr 1. A non-boolean value is required. [invalidFunctionArgBool]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:3665:16: warning: Found suspicious equality comparison. Did you intend to assign a value instead? [suspiciousEqualityComparison]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:3852:52: error: Uninitialized variable: maxedgenodes [uninitvar]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:3932:13: error: Uninitialized variable: newbound [uninitvar]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:3933:13: error: Uninitialized variable: newbound [uninitvar]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:3934:13: error: Uninitialized variable: newbound [uninitvar]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:3935:13: error: Uninitialized variable: newbound [uninitvar]
elmerfem-5396/ElmerGUI/Application/plugins/egmesh.cpp:3936:13: error: Uninitialized variable: newbound [uninitvar]
elmerfem-5396/ElmerGUI/Application/plugins/egnative.cpp:1186:23: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
elmerfem-5396/ElmerGUI/Application/plugins/egnative.cpp:1183:18: note: outer condition: numbering==1
elmerfem-5396/ElmerGUI/Application/plugins/egnative.cpp:1186:23: note: opposite inner condition: numbering==2
elmerfem-5396/ElmerGUI/Application/plugins/egnative.cpp:384:3: style: Variable 'grid->boundint[2]' is reassigned a value before the old one has been used. [redundantAssignment]
elmerfem-5396/ElmerGUI/Application/plugins/egnative.cpp:383:3: note: Variable 'grid->boundint[2]' is reassigned a value before the old one has been used.
elmerfem-5396/ElmerGUI/Application/plugins/egnative.cpp:384:3: note: Variable 'grid->boundint[2]' is reassigned a value before the old one has been used.
elmerfem-5396/ElmerGUI/Application/plugins/egnative.cpp:440:7: style: The scope of the variable 'wantedelems' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egnative.cpp:440:19: style: The scope of the variable 'wantedelemsx' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egnative.cpp:440:32: style: The scope of the variable 'wantedelemsy' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egnative.cpp:1200:7: style: The scope of the variable 'cnew' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egnative.cpp:1200:12: style: The scope of the variable 'cleft' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egnative.cpp:1725:9: style: The scope of the variable 'nzmax' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egnative.cpp:1727:18: style: The scope of the variable 'dz' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egnative.cpp:1758:9: style: The scope of the variable 'active' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/plugins/egnative.cpp:2833:7: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
elmerfem-5396/ElmerGUI/Application/plugins/egnative.cpp:2875:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
elmerfem-5396/ElmerGUI/Application/plugins/egnative.cpp:2879:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
elmerfem-5396/ElmerGUI/Application/plugins/egutils.cpp:235:8: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/ElmerGUI/Application/plugins/egutils.cpp:264:8: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/ElmerGUI/Application/plugins/egutils.cpp:269:8: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/ElmerGUI/Application/plugins/egutils.cpp:270:8: portability: Casting from float ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/ElmerGUI/Application/plugins/egutils.cpp:281:8: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/ElmerGUI/Application/plugins/egutils.cpp:282:8: portability: Casting from double ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/ElmerGUI/Application/plugins/egutils.cpp:404:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
elmerfem-5396/ElmerGUI/Application/plugins/egutils.cpp:410:42: style: Function 'StringToStrings' argument 2 names different: declaration 'argv' definition 'args'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/Application/plugins/egutils.h:56:42: note: Function 'StringToStrings' argument 2 names different: declaration 'argv' definition 'args'.
elmerfem-5396/ElmerGUI/Application/plugins/egutils.cpp:410:42: note: Function 'StringToStrings' argument 2 names different: declaration 'argv' definition 'args'.
elmerfem-5396/ElmerGUI/Application/plugins/egutils.cpp:410:59: style: Function 'StringToStrings' argument 3 names different: declaration 'argc' definition 'maxcnt'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/Application/plugins/egutils.h:56:59: note: Function 'StringToStrings' argument 3 names different: declaration 'argc' definition 'maxcnt'.
elmerfem-5396/ElmerGUI/Application/plugins/egutils.cpp:410:59: note: Function 'StringToStrings' argument 3 names different: declaration 'argc' definition 'maxcnt'.
elmerfem-5396/ElmerGUI/Application/plugins/egutils.cpp:73:3: error: Memory leak: v [memleak]
elmerfem-5396/ElmerGUI/Application/plugins/egutils.cpp:93:3: error: Memory leak: v [memleak]
elmerfem-5396/ElmerGUI/Application/plugins/egutils.cpp:104:3: error: Memory leak: v [memleak]
elmerfem-5396/ElmerGUI/Application/plugins/egutils.cpp:115:3: error: Memory leak: v [memleak]
elmerfem-5396/ElmerGUI/Application/plugins/egutils.cpp:135:3: error: Memory leak: v [memleak]
elmerfem-5396/ElmerGUI/Application/plugins/elmergrid_api.h:12:7: performance: Technically the member function 'ElmergridAPI::loadElmerMeshStructure' can be static. [functionStatic]
elmerfem-5396/ElmerGUI/Application/plugins/elmergrid_api.cpp:21:19: note: Technically the member function 'ElmergridAPI::loadElmerMeshStructure' can be static.
elmerfem-5396/ElmerGUI/Application/plugins/elmergrid_api.h:12:7: note: Technically the member function 'ElmergridAPI::loadElmerMeshStructure' can be static.
elmerfem-5396/ElmerGUI/Application/plugins/elmergrid_api.h:13:7: performance: Technically the member function 'ElmergridAPI::createElmerMeshStructure' can be static. [functionStatic]
elmerfem-5396/ElmerGUI/Application/plugins/elmergrid_api.cpp:28:19: note: Technically the member function 'ElmergridAPI::createElmerMeshStructure' can be static.
elmerfem-5396/ElmerGUI/Application/plugins/elmergrid_api.h:13:7: note: Technically the member function 'ElmergridAPI::createElmerMeshStructure' can be static.
elmerfem-5396/ElmerGUI/Application/plugins/nglib_api.cpp:46:11: warning: Member variable 'NglibAPI::ngmesh' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/Application/plugins/nglib_api.cpp:46:11: warning: Member variable 'NglibAPI::geom2d' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/Application/plugins/nglib_api.cpp:46:11: warning: Member variable 'NglibAPI::ngDim' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/Application/plugins/tetlib_api.cpp:44:12: warning: Member variable 'TetlibAPI::in' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/Application/plugins/tetlib_api.cpp:44:12: warning: Member variable 'TetlibAPI::out' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/Application/plugins/tetlib_api.cpp:44:12: warning: Member variable 'TetlibAPI::delegate_tetrahedralize' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/Application/plugins/tetlib_api.cpp:44:12: warning: Member variable 'TetlibAPI::libtet' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/Application/plugins/tetlib_api.cpp:44:12: warning: Member variable 'TetlibAPI::ptetgenio' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/Application/src/glwidget.h:100:3: style: Class 'GLWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/Application/src/meshingthread.h:64:3: style: Class 'MeshingThread' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/Application/src/sifwindow.h:54:3: style: Class 'SifWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/Application/src/projectio.h:53:3: style: Class 'ProjectIO' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/Application/src/meshcontrol.h:54:3: style: Class 'MeshControl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/Application/src/boundarydivision.h:57:3: style: Class 'BoundaryDivide' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/Application/src/dynamiceditor.h:79:3: style: Class 'DynLineEdit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/Application/src/dynamiceditor.h:101:3: style: Class 'DynamicEditor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/Application/src/bodypropertyeditor.h:61:3: style: Class 'BodyPropertyEditor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/Application/src/boundarypropertyeditor.h:60:3: style: Class 'BoundaryPropertyEditor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/Application/src/summaryeditor.h:52:3: style: Class 'SummaryEditor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/Application/src/generalsetup.h:54:3: style: Class 'GeneralSetup' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/Application/src/solverparameters.h:55:3: style: Class 'SolverParameterEditor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/Application/src/glcontrol.h:53:3: style: Class 'GLcontrol' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/Application/src/parallel.h:54:3: style: Class 'Parallel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/Application/src/edfeditor.h:58:3: style: Class 'EdfEditor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/Application/src/egini.h:55:3: style: Class 'EgIni' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/Application/src/materiallibrary.h:54:3: style: Class 'MaterialLibrary' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/Application/src/checkmpi.h:57:7: performance: Technically the member function 'CheckMpi::findSmpd' can be static. [functionStatic]
elmerfem-5396/ElmerGUI/Application/src/checkmpi.cpp:54:15: note: Technically the member function 'CheckMpi::findSmpd' can be static.
elmerfem-5396/ElmerGUI/Application/src/checkmpi.h:57:7: note: Technically the member function 'CheckMpi::findSmpd' can be static.
elmerfem-5396/ElmerGUI/Application/src/convergenceview.cpp:93:3: performance: Variable 'iconChecked' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
elmerfem-5396/ElmerGUI/Application/src/dynamiceditor.cpp:410:16: warning: Comparison of a boolean expression with an integer. [compareBoolExpressionWithInt]
elmerfem-5396/ElmerGUI/Application/src/dynamiceditor.cpp:422:16: warning: Comparison of a boolean expression with an integer. [compareBoolExpressionWithInt]
elmerfem-5396/ElmerGUI/Application/src/dynamiceditor.cpp:84:45: style: Function 'setupTabs' argument 1 names different: declaration 'doc' definition 'elmerDefs'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/Application/src/dynamiceditor.h:107:32: note: Function 'setupTabs' argument 1 names different: declaration 'doc' definition 'elmerDefs'.
elmerfem-5396/ElmerGUI/Application/src/dynamiceditor.cpp:84:45: note: Function 'setupTabs' argument 1 names different: declaration 'doc' definition 'elmerDefs'.
elmerfem-5396/ElmerGUI/Application/src/dynamiceditor.cpp:62:16: warning: Member variable 'DynamicEditor::tabWidget' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/Application/src/dynamiceditor.cpp:62:16: warning: Member variable 'DynamicEditor::nameEdit' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/Application/src/dynamiceditor.cpp:62:16: warning: Member variable 'DynamicEditor::tabs' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/Application/src/dynamiceditor.cpp:62:16: warning: Member variable 'DynamicEditor::spareBox' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/Application/src/dynamiceditor.cpp:62:16: warning: Member variable 'DynamicEditor::spareScroll' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/Application/src/dynamiceditor.cpp:62:16: warning: Member variable 'DynamicEditor::okButton' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/Application/src/dynamiceditor.cpp:62:16: warning: Member variable 'DynamicEditor::newButton' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/Application/src/dynamiceditor.cpp:62:16: warning: Member variable 'DynamicEditor::applyButton' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/Application/src/dynamiceditor.cpp:62:16: warning: Member variable 'DynamicEditor::spareButton' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/Application/src/dynamiceditor.cpp:62:16: warning: Member variable 'DynamicEditor::discardButton' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/Application/src/dynamiceditor.cpp:62:16: warning: Member variable 'DynamicEditor::h' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/Application/src/dynamiceditor.cpp:49:4: performance: Variable 'name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
elmerfem-5396/ElmerGUI/Application/src/dynamiceditor.cpp:65:3: performance: Variable 'newIcon' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
elmerfem-5396/ElmerGUI/Application/src/edfeditor.cpp:52:3: performance: Variable 'addIcon' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
elmerfem-5396/ElmerGUI/Application/src/glwidget.cpp:326:18: style: The scope of the variable 'xrel' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/src/glwidget.cpp:580:10: style: The scope of the variable 'top' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/src/glwidget.cpp:581:10: style: The scope of the variable 'bottom' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/src/glwidget.cpp:584:10: style: The scope of the variable '_near' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/src/glwidget.cpp:585:10: style: The scope of the variable '_far' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/src/glwidget.cpp:606:10: style: The scope of the variable 'top' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/src/glwidget.cpp:607:10: style: The scope of the variable 'bottom' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/src/glwidget.cpp:610:10: style: The scope of the variable '_near' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/src/glwidget.cpp:611:10: style: The scope of the variable '_far' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/src/glwidget.cpp:1843:10: style: The scope of the variable 'relativeSizeY' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/src/glwidget.cpp:160:11: warning: Member variable 'GLWidget::bodyEditActive' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/Application/src/glwidget.cpp:67:3: performance: Variable 'object' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
elmerfem-5396/ElmerGUI/Application/src/glwidget.cpp:163:3: performance: Variable 'backgroundColor' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
elmerfem-5396/ElmerGUI/Application/src/glwidget.cpp:164:3: performance: Variable 'surfaceColor' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
elmerfem-5396/ElmerGUI/Application/src/glwidget.cpp:165:3: performance: Variable 'edgeColor' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
elmerfem-5396/ElmerGUI/Application/src/glwidget.cpp:166:3: performance: Variable 'surfaceMeshColor' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
elmerfem-5396/ElmerGUI/Application/src/glwidget.cpp:167:3: performance: Variable 'sharpEdgeColor' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
elmerfem-5396/ElmerGUI/Application/src/helpers.cpp:93:51: style: Function 'invertMatrix' argument 2 names different: declaration 'b' definition 'inva'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/Application/src/helpers.h:53:44: note: Function 'invertMatrix' argument 2 names different: declaration 'b' definition 'inva'.
elmerfem-5396/ElmerGUI/Application/src/helpers.cpp:93:51: note: Function 'invertMatrix' argument 2 names different: declaration 'b' definition 'inva'.
elmerfem-5396/ElmerGUI/Application/src/helpers.h:53:8: performance: Technically the member function 'Helpers::invertMatrix' can be static. [functionStatic]
elmerfem-5396/ElmerGUI/Application/src/helpers.cpp:93:15: note: Technically the member function 'Helpers::invertMatrix' can be static.
elmerfem-5396/ElmerGUI/Application/src/helpers.h:53:8: note: Technically the member function 'Helpers::invertMatrix' can be static.
elmerfem-5396/ElmerGUI/Application/src/helpers.h:54:8: performance: Technically the member function 'Helpers::crossProduct' can be static. [functionStatic]
elmerfem-5396/ElmerGUI/Application/src/helpers.cpp:83:15: note: Technically the member function 'Helpers::crossProduct' can be static.
elmerfem-5396/ElmerGUI/Application/src/helpers.h:54:8: note: Technically the member function 'Helpers::crossProduct' can be static.
elmerfem-5396/ElmerGUI/Application/src/helpers.h:55:9: performance: Technically the member function 'Helpers::vlen' can be static. [functionStatic]
elmerfem-5396/ElmerGUI/Application/src/helpers.cpp:74:16: note: Technically the member function 'Helpers::vlen' can be static.
elmerfem-5396/ElmerGUI/Application/src/helpers.h:55:9: note: Technically the member function 'Helpers::vlen' can be static.
elmerfem-5396/ElmerGUI/Application/src/mainwindow.cpp:1131:9: warning: Either the condition 'p!=NULL' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
elmerfem-5396/ElmerGUI/Application/src/mainwindow.cpp:1133:10: note: Assuming that condition 'p!=NULL' is not redundant
elmerfem-5396/ElmerGUI/Application/src/mainwindow.cpp:1131:9: note: Null pointer dereference
elmerfem-5396/ElmerGUI/Application/src/mainwindow.cpp:5672:5: warning: Either the condition '!bodyEdit' is redundant or there is possible null pointer dereference: bodyEdit. [nullPointerRedundantCheck]
elmerfem-5396/ElmerGUI/Application/src/mainwindow.cpp:5669:8: note: Assuming that condition '!bodyEdit' is not redundant
elmerfem-5396/ElmerGUI/Application/src/mainwindow.cpp:5672:5: note: Null pointer dereference
elmerfem-5396/ElmerGUI/Application/src/mainwindow.cpp:5674:8: warning: Either the condition '!bodyEdit' is redundant or there is possible null pointer dereference: bodyEdit. [nullPointerRedundantCheck]
elmerfem-5396/ElmerGUI/Application/src/mainwindow.cpp:5669:8: note: Assuming that condition '!bodyEdit' is not redundant
elmerfem-5396/ElmerGUI/Application/src/mainwindow.cpp:5674:8: note: Null pointer dereference
elmerfem-5396/ElmerGUI/Application/src/mainwindow.cpp:5705:3: warning: Either the condition 'while(boundary&&boundary->ui.boundaryConditionCombo&&boundary->ui.boundaryConditionCombo->count()>0)' is redundant or there is possible null pointer dereference: boundary. [nullPointerRedundantCheck]
elmerfem-5396/ElmerGUI/Application/src/mainwindow.cpp:5706:8: note: Assuming that condition 'while(boundary&&boundary->ui.boundaryConditionCombo&&boundary->ui.boundaryConditionCombo->count()>0)' is not redundant
elmerfem-5396/ElmerGUI/Application/src/mainwindow.cpp:5705:3: note: Null pointer dereference
elmerfem-5396/ElmerGUI/Application/src/mainwindow.cpp:2737:33: style: C-style pointer casting [cstyleCast]
elmerfem-5396/ElmerGUI/Application/src/mainwindow.cpp:2740:30: style: C-style pointer casting [cstyleCast]
elmerfem-5396/ElmerGUI/Application/src/mainwindow.cpp:2883:33: style: C-style pointer casting [cstyleCast]
elmerfem-5396/ElmerGUI/Application/src/mainwindow.cpp:2887:29: style: C-style pointer casting [cstyleCast]
elmerfem-5396/ElmerGUI/Application/src/mainwindow.cpp:3012:33: style: C-style pointer casting [cstyleCast]
elmerfem-5396/ElmerGUI/Application/src/mainwindow.cpp:3016:30: style: C-style pointer casting [cstyleCast]
elmerfem-5396/ElmerGUI/Application/src/mainwindow.cpp:3141:33: style: C-style pointer casting [cstyleCast]
elmerfem-5396/ElmerGUI/Application/src/mainwindow.cpp:3145:30: style: C-style pointer casting [cstyleCast]
elmerfem-5396/ElmerGUI/Application/src/mainwindow.cpp:3341:12: style: C-style pointer casting [cstyleCast]
elmerfem-5396/ElmerGUI/Application/src/mainwindow.cpp:3345:30: style: C-style pointer casting [cstyleCast]
elmerfem-5396/ElmerGUI/Application/src/mainwindow.cpp:3204:9: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
elmerfem-5396/ElmerGUI/Application/src/mainwindow.cpp:3202:0: note: Variable 'p' is reassigned a value before the old one has been used.
elmerfem-5396/ElmerGUI/Application/src/mainwindow.cpp:3204:9: note: Variable 'p' is reassigned a value before the old one has been used.
elmerfem-5396/ElmerGUI/Application/src/mainwindow.cpp:7109:3: style: Variable 'defaultDirName' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
elmerfem-5396/ElmerGUI/Application/src/mainwindow.cpp:7101:0: note: Variable 'defaultDirName' is reassigned a value before the old one has been used if variable is no semaphore variable.
elmerfem-5396/ElmerGUI/Application/src/mainwindow.cpp:7109:3: note: Variable 'defaultDirName' is reassigned a value before the old one has been used if variable is no semaphore variable.
elmerfem-5396/ElmerGUI/Application/src/mainwindow.cpp:6604:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
elmerfem-5396/ElmerGUI/Application/src/mainwindow.cpp:3454:32: style: The scope of the variable 'coord' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/src/mainwindow.cpp:5609:21: style: The scope of the variable 'n' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/src/mainwindow.cpp:6334:14: style: The scope of the variable 'res1' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/src/mainwindow.cpp:6335:14: style: The scope of the variable 'res2' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/src/mainwindow.cpp:2184:14: style: Variable 'Nmax' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/ElmerGUI/Application/src/mainwindow.cpp:4907:18: style: Variable 'mesh' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/ElmerGUI/Application/src/mainwindow.cpp:85:3: performance: Variable 'homePath' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
elmerfem-5396/ElmerGUI/Application/src/materiallibrary.cpp:134:12: style: The scope of the variable 'match' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/src/materiallibrary.cpp:157:14: style: Variable 'match' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/ElmerGUI/Application/src/materiallibrary.cpp:243:0: style: Variable 'item' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/ElmerGUI/Application/src/maxlimits.h:49:7: style: Technically the member function 'Limit::maxEquations' can be const. [functionConst]
elmerfem-5396/ElmerGUI/Application/src/maxlimits.cpp:60:12: note: Technically the member function 'Limit::maxEquations' can be const.
elmerfem-5396/ElmerGUI/Application/src/maxlimits.h:49:7: note: Technically the member function 'Limit::maxEquations' can be const.
elmerfem-5396/ElmerGUI/Application/src/maxlimits.h:50:7: style: Technically the member function 'Limit::maxMaterials' can be const. [functionConst]
elmerfem-5396/ElmerGUI/Application/src/maxlimits.cpp:65:12: note: Technically the member function 'Limit::maxMaterials' can be const.
elmerfem-5396/ElmerGUI/Application/src/maxlimits.h:50:7: note: Technically the member function 'Limit::maxMaterials' can be const.
elmerfem-5396/ElmerGUI/Application/src/maxlimits.h:51:7: style: Technically the member function 'Limit::maxBodyforces' can be const. [functionConst]
elmerfem-5396/ElmerGUI/Application/src/maxlimits.cpp:70:12: note: Technically the member function 'Limit::maxBodyforces' can be const.
elmerfem-5396/ElmerGUI/Application/src/maxlimits.h:51:7: note: Technically the member function 'Limit::maxBodyforces' can be const.
elmerfem-5396/ElmerGUI/Application/src/maxlimits.h:52:7: style: Technically the member function 'Limit::maxInitialconditions' can be const. [functionConst]
elmerfem-5396/ElmerGUI/Application/src/maxlimits.cpp:75:12: note: Technically the member function 'Limit::maxInitialconditions' can be const.
elmerfem-5396/ElmerGUI/Application/src/maxlimits.h:52:7: note: Technically the member function 'Limit::maxInitialconditions' can be const.
elmerfem-5396/ElmerGUI/Application/src/maxlimits.h:53:7: style: Technically the member function 'Limit::maxBcs' can be const. [functionConst]
elmerfem-5396/ElmerGUI/Application/src/maxlimits.cpp:80:12: note: Technically the member function 'Limit::maxBcs' can be const.
elmerfem-5396/ElmerGUI/Application/src/maxlimits.h:53:7: note: Technically the member function 'Limit::maxBcs' can be const.
elmerfem-5396/ElmerGUI/Application/src/maxlimits.h:54:7: style: Technically the member function 'Limit::maxBodies' can be const. [functionConst]
elmerfem-5396/ElmerGUI/Application/src/maxlimits.cpp:85:12: note: Technically the member function 'Limit::maxBodies' can be const.
elmerfem-5396/ElmerGUI/Application/src/maxlimits.h:54:7: note: Technically the member function 'Limit::maxBodies' can be const.
elmerfem-5396/ElmerGUI/Application/src/maxlimits.h:55:7: style: Technically the member function 'Limit::maxBoundaries' can be const. [functionConst]
elmerfem-5396/ElmerGUI/Application/src/maxlimits.cpp:90:12: note: Technically the member function 'Limit::maxBoundaries' can be const.
elmerfem-5396/ElmerGUI/Application/src/maxlimits.h:55:7: note: Technically the member function 'Limit::maxBoundaries' can be const.
elmerfem-5396/ElmerGUI/Application/src/maxlimits.h:56:7: style: Technically the member function 'Limit::maxSolvers' can be const. [functionConst]
elmerfem-5396/ElmerGUI/Application/src/maxlimits.cpp:95:12: note: Technically the member function 'Limit::maxSolvers' can be const.
elmerfem-5396/ElmerGUI/Application/src/maxlimits.h:56:7: note: Technically the member function 'Limit::maxSolvers' can be const.
elmerfem-5396/ElmerGUI/Application/src/meshcontrol.cpp:98:59: style: Function 'defineElementCodesString' argument 1 names different: declaration 'sq' definition 'qs'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/Application/src/meshcontrol.h:77:48: note: Function 'defineElementCodesString' argument 1 names different: declaration 'sq' definition 'qs'.
elmerfem-5396/ElmerGUI/Application/src/meshcontrol.cpp:98:59: note: Function 'defineElementCodesString' argument 1 names different: declaration 'sq' definition 'qs'.
elmerfem-5396/ElmerGUI/Application/src/meshingthread.cpp:114:8: style: The scope of the variable 'ss' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/src/meshingthread.cpp:48:16: warning: Member variable 'MeshingThread::generatorType' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/Application/src/meshingthread.cpp:48:16: warning: Member variable 'MeshingThread::tetlibAPI' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/Application/src/meshingthread.cpp:48:16: warning: Member variable 'MeshingThread::in' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/Application/src/meshingthread.cpp:48:16: warning: Member variable 'MeshingThread::out' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/Application/src/meshingthread.cpp:48:16: warning: Member variable 'MeshingThread::nglibAPI' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/Application/src/meshingthread.cpp:48:16: warning: Member variable 'MeshingThread::ngmesh' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/Application/src/meshingthread.cpp:48:16: warning: Member variable 'MeshingThread::nggeom' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/Application/src/meshingthread.cpp:48:16: warning: Member variable 'MeshingThread::nggeom2d' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/Application/src/meshingthread.cpp:48:16: warning: Member variable 'MeshingThread::mp' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/Application/src/meshingthread.cpp:48:16: warning: Member variable 'MeshingThread::ngDim' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/Application/src/meshtype.cpp:47:9: warning: Member variable 'node_t::x' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/Application/src/meshtype.cpp:47:9: warning: Member variable 'node_t::index' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/Application/src/meshtype.cpp:90:12: warning: Member variable 'element_t::nature' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/Application/src/meshtype.cpp:90:12: warning: Member variable 'element_t::code' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/Application/src/meshtype.cpp:90:12: warning: Member variable 'element_t::nodes' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/Application/src/meshtype.cpp:90:12: warning: Member variable 'element_t::index' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/Application/src/meshtype.cpp:90:12: warning: Member variable 'element_t::selected' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/Application/src/meshtype.cpp:90:12: warning: Member variable 'element_t::node' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/Application/src/meshtype.cpp:175:10: warning: Member variable 'point_t::sharp_point' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/Application/src/meshtype.cpp:175:10: warning: Member variable 'point_t::edges' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/Application/src/meshtype.cpp:175:10: warning: Member variable 'point_t::edge' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/Application/src/meshtype.cpp:225:9: warning: Member variable 'edge_t::sharp_edge' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/Application/src/meshtype.cpp:225:9: warning: Member variable 'edge_t::points' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/Application/src/meshtype.cpp:225:9: warning: Member variable 'edge_t::point' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/Application/src/meshtype.cpp:225:9: warning: Member variable 'edge_t::surfaces' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/Application/src/meshtype.cpp:225:9: warning: Member variable 'edge_t::surface' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/Application/src/meshtype.cpp:305:12: warning: Member variable 'surface_t::edges' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/Application/src/meshtype.cpp:305:12: warning: Member variable 'surface_t::edge' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/Application/src/meshtype.cpp:305:12: warning: Member variable 'surface_t::elements' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/Application/src/meshtype.cpp:305:12: warning: Member variable 'surface_t::element' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/Application/src/meshtype.cpp:305:12: warning: Member variable 'surface_t::normal' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/Application/src/meshtype.cpp:305:12: warning: Member variable 'surface_t::vertex_normals' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/Application/src/meshtype.h:95:8: style: Technically the member function 'element_t::deleteNodeIndexes' can be const. [functionConst]
elmerfem-5396/ElmerGUI/Application/src/meshtype.cpp:163:17: note: Technically the member function 'element_t::deleteNodeIndexes' can be const.
elmerfem-5396/ElmerGUI/Application/src/meshtype.h:95:8: note: Technically the member function 'element_t::deleteNodeIndexes' can be const.
elmerfem-5396/ElmerGUI/Application/src/meshtype.h:119:8: style: Technically the member function 'point_t::deleteEdgeIndexes' can be const. [functionConst]
elmerfem-5396/ElmerGUI/Application/src/meshtype.cpp:218:15: note: Technically the member function 'point_t::deleteEdgeIndexes' can be const.
elmerfem-5396/ElmerGUI/Application/src/meshtype.h:119:8: note: Technically the member function 'point_t::deleteEdgeIndexes' can be const.
elmerfem-5396/ElmerGUI/Application/src/meshtype.h:140:8: style: Technically the member function 'edge_t::deletePointIndexes' can be const. [functionConst]
elmerfem-5396/ElmerGUI/Application/src/meshtype.cpp:268:14: note: Technically the member function 'edge_t::deletePointIndexes' can be const.
elmerfem-5396/ElmerGUI/Application/src/meshtype.h:140:8: note: Technically the member function 'edge_t::deletePointIndexes' can be const.
elmerfem-5396/ElmerGUI/Application/src/meshtype.h:146:8: style: Technically the member function 'edge_t::deleteSurfaceIndexes' can be const. [functionConst]
elmerfem-5396/ElmerGUI/Application/src/meshtype.cpp:298:14: note: Technically the member function 'edge_t::deleteSurfaceIndexes' can be const.
elmerfem-5396/ElmerGUI/Application/src/meshtype.h:146:8: note: Technically the member function 'edge_t::deleteSurfaceIndexes' can be const.
elmerfem-5396/ElmerGUI/Application/src/meshtype.h:167:8: style: Technically the member function 'surface_t::deleteEdgeIndexes' can be const. [functionConst]
elmerfem-5396/ElmerGUI/Application/src/meshtype.cpp:338:17: note: Technically the member function 'surface_t::deleteEdgeIndexes' can be const.
elmerfem-5396/ElmerGUI/Application/src/meshtype.h:167:8: note: Technically the member function 'surface_t::deleteEdgeIndexes' can be const.
elmerfem-5396/ElmerGUI/Application/src/meshtype.h:173:8: style: Technically the member function 'surface_t::deleteElementIndexes' can be const. [functionConst]
elmerfem-5396/ElmerGUI/Application/src/meshtype.cpp:368:17: note: Technically the member function 'surface_t::deleteElementIndexes' can be const.
elmerfem-5396/ElmerGUI/Application/src/meshtype.h:173:8: note: Technically the member function 'surface_t::deleteElementIndexes' can be const.
elmerfem-5396/ElmerGUI/Application/src/meshtype.h:220:8: style: Technically the member function 'mesh_t::deleteNodeArray' can be const. [functionConst]
elmerfem-5396/ElmerGUI/Application/src/meshtype.cpp:1301:14: note: Technically the member function 'mesh_t::deleteNodeArray' can be const.
elmerfem-5396/ElmerGUI/Application/src/meshtype.h:220:8: note: Technically the member function 'mesh_t::deleteNodeArray' can be const.
elmerfem-5396/ElmerGUI/Application/src/meshtype.h:224:8: style: Technically the member function 'mesh_t::deletePointArray' can be const. [functionConst]
elmerfem-5396/ElmerGUI/Application/src/meshtype.cpp:1321:14: note: Technically the member function 'mesh_t::deletePointArray' can be const.
elmerfem-5396/ElmerGUI/Application/src/meshtype.h:224:8: note: Technically the member function 'mesh_t::deletePointArray' can be const.
elmerfem-5396/ElmerGUI/Application/src/meshtype.h:228:8: style: Technically the member function 'mesh_t::deleteEdgeArray' can be const. [functionConst]
elmerfem-5396/ElmerGUI/Application/src/meshtype.cpp:1341:14: note: Technically the member function 'mesh_t::deleteEdgeArray' can be const.
elmerfem-5396/ElmerGUI/Application/src/meshtype.h:228:8: note: Technically the member function 'mesh_t::deleteEdgeArray' can be const.
elmerfem-5396/ElmerGUI/Application/src/meshtype.h:232:8: style: Technically the member function 'mesh_t::deleteSurfaceArray' can be const. [functionConst]
elmerfem-5396/ElmerGUI/Application/src/meshtype.cpp:1361:14: note: Technically the member function 'mesh_t::deleteSurfaceArray' can be const.
elmerfem-5396/ElmerGUI/Application/src/meshtype.h:232:8: note: Technically the member function 'mesh_t::deleteSurfaceArray' can be const.
elmerfem-5396/ElmerGUI/Application/src/meshtype.h:236:8: style: Technically the member function 'mesh_t::deleteElementArray' can be const. [functionConst]
elmerfem-5396/ElmerGUI/Application/src/meshtype.cpp:1381:14: note: Technically the member function 'mesh_t::deleteElementArray' can be const.
elmerfem-5396/ElmerGUI/Application/src/meshtype.h:236:8: note: Technically the member function 'mesh_t::deleteElementArray' can be const.
elmerfem-5396/ElmerGUI/Application/src/meshtype.cpp:874:0: error: Memory leak: bulk_by_type [memleak]
elmerfem-5396/ElmerGUI/Application/src/meshtype.cpp:874:0: error: Memory leak: boundary_by_type [memleak]
elmerfem-5396/ElmerGUI/Application/src/meshutils.cpp:1954:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
elmerfem-5396/ElmerGUI/Application/src/meshutils.cpp:1575:7: style: The scope of the variable 'u' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/src/meshutils.cpp:1575:10: style: The scope of the variable 'v' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/src/meshutils.cpp:1575:16: style: The scope of the variable 'e0' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/src/meshutils.cpp:1575:20: style: The scope of the variable 'e1' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/src/meshutils.cpp:2165:7: style: Variable 'count_total' is modified but its new value is never used. [unreadVariable]
elmerfem-5396/ElmerGUI/Application/src/meshutils.h:58:8: performance: Technically the member function 'Meshutils::clearMesh' can be static. [functionStatic]
elmerfem-5396/ElmerGUI/Application/src/meshutils.cpp:87:17: note: Technically the member function 'Meshutils::clearMesh' can be static.
elmerfem-5396/ElmerGUI/Application/src/meshutils.h:58:8: note: Technically the member function 'Meshutils::clearMesh' can be static.
elmerfem-5396/ElmerGUI/Application/src/meshutils.h:59:8: performance: Technically the member function 'Meshutils::findEdgeElementPoints' can be static. [functionStatic]
elmerfem-5396/ElmerGUI/Application/src/meshutils.cpp:599:17: note: Technically the member function 'Meshutils::findEdgeElementPoints' can be static.
elmerfem-5396/ElmerGUI/Application/src/meshutils.h:59:8: note: Technically the member function 'Meshutils::findEdgeElementPoints' can be static.
elmerfem-5396/ElmerGUI/Application/src/meshutils.h:62:8: performance: Technically the member function 'Meshutils::findSurfaceElementParents' can be static. [functionStatic]
elmerfem-5396/ElmerGUI/Application/src/meshutils.cpp:461:17: note: Technically the member function 'Meshutils::findSurfaceElementParents' can be static.
elmerfem-5396/ElmerGUI/Application/src/meshutils.h:62:8: note: Technically the member function 'Meshutils::findSurfaceElementParents' can be static.
elmerfem-5396/ElmerGUI/Application/src/meshutils.h:63:8: performance: Technically the member function 'Meshutils::findEdgeElementParents' can be static. [functionStatic]
elmerfem-5396/ElmerGUI/Application/src/meshutils.cpp:351:17: note: Technically the member function 'Meshutils::findEdgeElementParents' can be static.
elmerfem-5396/ElmerGUI/Application/src/meshutils.h:63:8: note: Technically the member function 'Meshutils::findEdgeElementParents' can be static.
elmerfem-5396/ElmerGUI/Application/src/meshutils.h:64:8: performance: Technically the member function 'Meshutils::findSurfaceElementNormals' can be static. [functionStatic]
elmerfem-5396/ElmerGUI/Application/src/meshutils.cpp:1570:17: note: Technically the member function 'Meshutils::findSurfaceElementNormals' can be static.
elmerfem-5396/ElmerGUI/Application/src/meshutils.h:64:8: note: Technically the member function 'Meshutils::findSurfaceElementNormals' can be static.
elmerfem-5396/ElmerGUI/Application/src/meshutils.h:65:8: performance: Technically the member function 'Meshutils::findSharpEdges' can be static. [functionStatic]
elmerfem-5396/ElmerGUI/Application/src/meshutils.cpp:1129:17: note: Technically the member function 'Meshutils::findSharpEdges' can be static.
elmerfem-5396/ElmerGUI/Application/src/meshutils.h:65:8: note: Technically the member function 'Meshutils::findSharpEdges' can be static.
elmerfem-5396/ElmerGUI/Application/src/meshutils.h:66:8: performance: Technically the member function 'Meshutils::findSharpPoints' can be static. [functionStatic]
elmerfem-5396/ElmerGUI/Application/src/meshutils.cpp:1063:17: note: Technically the member function 'Meshutils::findSharpPoints' can be static.
elmerfem-5396/ElmerGUI/Application/src/meshutils.h:66:8: note: Technically the member function 'Meshutils::findSharpPoints' can be static.
elmerfem-5396/ElmerGUI/Application/src/meshutils.h:69:8: performance: Technically the member function 'Meshutils::sort_index' can be static. [functionStatic]
elmerfem-5396/ElmerGUI/Application/src/meshutils.cpp:1359:17: note: Technically the member function 'Meshutils::sort_index' can be static.
elmerfem-5396/ElmerGUI/Application/src/meshutils.h:69:8: note: Technically the member function 'Meshutils::sort_index' can be static.
elmerfem-5396/ElmerGUI/Application/src/meshutils.h:70:8: performance: Technically the member function 'Meshutils::increaseElementOrder' can be static. [functionStatic]
elmerfem-5396/ElmerGUI/Application/src/meshutils.cpp:1849:17: note: Technically the member function 'Meshutils::increaseElementOrder' can be static.
elmerfem-5396/ElmerGUI/Application/src/meshutils.h:70:8: note: Technically the member function 'Meshutils::increaseElementOrder' can be static.
elmerfem-5396/ElmerGUI/Application/src/meshutils.h:71:8: performance: Technically the member function 'Meshutils::decreaseElementOrder' can be static. [functionStatic]
elmerfem-5396/ElmerGUI/Application/src/meshutils.cpp:2076:17: note: Technically the member function 'Meshutils::decreaseElementOrder' can be static.
elmerfem-5396/ElmerGUI/Application/src/meshutils.h:71:8: note: Technically the member function 'Meshutils::decreaseElementOrder' can be static.
elmerfem-5396/ElmerGUI/Application/src/meshutils.h:72:7: performance: Technically the member function 'Meshutils::cleanHangingSharpEdges' can be static. [functionStatic]
elmerfem-5396/ElmerGUI/Application/src/meshutils.cpp:2154:16: note: Technically the member function 'Meshutils::cleanHangingSharpEdges' can be static.
elmerfem-5396/ElmerGUI/Application/src/meshutils.h:72:7: note: Technically the member function 'Meshutils::cleanHangingSharpEdges' can be static.
elmerfem-5396/ElmerGUI/Application/src/meshutils.cpp:1355:0: error: Memory leak: xmin [memleak]
elmerfem-5396/ElmerGUI/Application/src/meshutils.cpp:1355:0: error: Memory leak: ymin [memleak]
elmerfem-5396/ElmerGUI/Application/src/meshutils.cpp:1355:0: error: Memory leak: zmin [memleak]
elmerfem-5396/ElmerGUI/Application/src/meshutils.cpp:1355:0: error: Memory leak: xmax [memleak]
elmerfem-5396/ElmerGUI/Application/src/meshutils.cpp:1355:0: error: Memory leak: ymax [memleak]
elmerfem-5396/ElmerGUI/Application/src/meshutils.cpp:1355:0: error: Memory leak: zmax [memleak]
elmerfem-5396/ElmerGUI/Application/src/meshutils.cpp:1355:0: error: Memory leak: cc [memleak]
elmerfem-5396/ElmerGUI/Application/src/meshutils.cpp:1563:0: error: Memory leak: xmin [memleak]
elmerfem-5396/ElmerGUI/Application/src/meshutils.cpp:1563:0: error: Memory leak: ymin [memleak]
elmerfem-5396/ElmerGUI/Application/src/meshutils.cpp:1563:0: error: Memory leak: zmin [memleak]
elmerfem-5396/ElmerGUI/Application/src/meshutils.cpp:1563:0: error: Memory leak: xmax [memleak]
elmerfem-5396/ElmerGUI/Application/src/meshutils.cpp:1563:0: error: Memory leak: ymax [memleak]
elmerfem-5396/ElmerGUI/Application/src/meshutils.cpp:1563:0: error: Memory leak: zmax [memleak]
elmerfem-5396/ElmerGUI/Application/src/meshutils.cpp:1563:0: error: Memory leak: cc [memleak]
elmerfem-5396/ElmerGUI/Application/src/meshutils.cpp:2107:0: error: Memory leak: activenodes [memleak]
elmerfem-5396/ElmerGUI/Application/src/meshutils.cpp:142:14: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
elmerfem-5396/ElmerGUI/Application/src/meshutils.cpp:145:14: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
elmerfem-5396/ElmerGUI/Application/src/meshutils.cpp:148:14: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
elmerfem-5396/ElmerGUI/Application/src/meshutils.cpp:151:14: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
elmerfem-5396/ElmerGUI/Application/src/meshutils.cpp:380:14: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
elmerfem-5396/ElmerGUI/Application/src/meshutils.cpp:490:14: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
elmerfem-5396/ElmerGUI/Application/src/meshutils.cpp:819:14: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
elmerfem-5396/ElmerGUI/Application/src/meshutils.cpp:820:14: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
elmerfem-5396/ElmerGUI/Application/src/meshutils.cpp:1874:14: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
elmerfem-5396/ElmerGUI/Application/src/meshutils.cpp:1875:14: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
elmerfem-5396/ElmerGUI/Application/src/meshutils.cpp:1876:14: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
elmerfem-5396/ElmerGUI/Application/src/meshutils.cpp:1877:14: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
elmerfem-5396/ElmerGUI/Application/src/meshutils.cpp:1878:14: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
elmerfem-5396/ElmerGUI/Application/src/meshutils.cpp:1879:14: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
elmerfem-5396/ElmerGUI/Application/src/meshutils.cpp:1880:14: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
elmerfem-5396/ElmerGUI/Application/src/operation.cpp:99:9: warning: Either the condition 'p!=NULL' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
elmerfem-5396/ElmerGUI/Application/src/operation.cpp:100:10: note: Assuming that condition 'p!=NULL' is not redundant
elmerfem-5396/ElmerGUI/Application/src/operation.cpp:99:9: note: Null pointer dereference
elmerfem-5396/ElmerGUI/Application/src/sifgenerator.cpp:54:36: style: Function 'setMesh' argument 1 names different: declaration 'mesh' definition 'm'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/Application/src/sifgenerator.h:70:24: note: Function 'setMesh' argument 1 names different: declaration 'mesh' definition 'm'.
elmerfem-5396/ElmerGUI/Application/src/sifgenerator.cpp:54:36: note: Function 'setMesh' argument 1 names different: declaration 'mesh' definition 'm'.
elmerfem-5396/ElmerGUI/Application/src/sifgenerator.cpp:64:31: style: Function 'setDim' argument 1 names different: declaration 'dim' definition 'n'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/Application/src/sifgenerator.h:72:19: note: Function 'setDim' argument 1 names different: declaration 'dim' definition 'n'.
elmerfem-5396/ElmerGUI/Application/src/sifgenerator.cpp:64:31: note: Function 'setDim' argument 1 names different: declaration 'dim' definition 'n'.
elmerfem-5396/ElmerGUI/Application/src/sifgenerator.cpp:69:32: style: Function 'setCdim' argument 1 names different: declaration 'cdim' definition 'n'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/Application/src/sifgenerator.h:73:20: note: Function 'setCdim' argument 1 names different: declaration 'cdim' definition 'n'.
elmerfem-5396/ElmerGUI/Application/src/sifgenerator.cpp:69:32: note: Function 'setCdim' argument 1 names different: declaration 'cdim' definition 'n'.
elmerfem-5396/ElmerGUI/Application/src/sifgenerator.cpp:74:47: style: Function 'setElmerDefs' argument 1 names different: declaration 'doc' definition 'd'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/Application/src/sifgenerator.h:74:35: note: Function 'setElmerDefs' argument 1 names different: declaration 'doc' definition 'd'.
elmerfem-5396/ElmerGUI/Application/src/sifgenerator.cpp:74:47: note: Function 'setElmerDefs' argument 1 names different: declaration 'doc' definition 'd'.
elmerfem-5396/ElmerGUI/Application/src/sifgenerator.cpp:79:50: style: Function 'setGeneralSetup' argument 1 names different: declaration 'setup' definition 'g'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/Application/src/sifgenerator.h:75:38: note: Function 'setGeneralSetup' argument 1 names different: declaration 'setup' definition 'g'.
elmerfem-5396/ElmerGUI/Application/src/sifgenerator.cpp:79:50: note: Function 'setGeneralSetup' argument 1 names different: declaration 'setup' definition 'g'.
elmerfem-5396/ElmerGUI/Application/src/sifgenerator.cpp:109:84: style: Function 'setSolverParameterEditor' argument 1 names different: declaration 'd' definition 's'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/Application/src/sifgenerator.h:81:72: note: Function 'setSolverParameterEditor' argument 1 names different: declaration 'd' definition 's'.
elmerfem-5396/ElmerGUI/Application/src/sifgenerator.cpp:109:84: note: Function 'setSolverParameterEditor' argument 1 names different: declaration 'd' definition 's'.
elmerfem-5396/ElmerGUI/Application/src/sifgenerator.cpp:114:86: style: Function 'setBoundaryPropertyEditor' argument 1 names different: declaration 'd' definition 'b'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/Application/src/sifgenerator.h:82:74: note: Function 'setBoundaryPropertyEditor' argument 1 names different: declaration 'd' definition 'b'.
elmerfem-5396/ElmerGUI/Application/src/sifgenerator.cpp:114:86: note: Function 'setBoundaryPropertyEditor' argument 1 names different: declaration 'd' definition 'b'.
elmerfem-5396/ElmerGUI/Application/src/sifgenerator.cpp:119:78: style: Function 'setBodyPropertyEditor' argument 1 names different: declaration 'd' definition 'b'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/Application/src/sifgenerator.h:83:66: note: Function 'setBodyPropertyEditor' argument 1 names different: declaration 'd' definition 'b'.
elmerfem-5396/ElmerGUI/Application/src/sifgenerator.cpp:119:78: note: Function 'setBodyPropertyEditor' argument 1 names different: declaration 'd' definition 'b'.
elmerfem-5396/ElmerGUI/Application/src/sifgenerator.cpp:124:48: style: Function 'setMeshControl' argument 1 names different: declaration 'meshControl' definition 'm'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/Application/src/sifgenerator.h:84:36: note: Function 'setMeshControl' argument 1 names different: declaration 'meshControl' definition 'm'.
elmerfem-5396/ElmerGUI/Application/src/sifgenerator.cpp:124:48: note: Function 'setMeshControl' argument 1 names different: declaration 'meshControl' definition 'm'.
elmerfem-5396/ElmerGUI/Application/src/sifgenerator.cpp:129:36: style: Function 'setLimit' argument 1 names different: declaration 'limit' definition 'l'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/Application/src/sifgenerator.h:85:24: note: Function 'setLimit' argument 1 names different: declaration 'limit' definition 'l'.
elmerfem-5396/ElmerGUI/Application/src/sifgenerator.cpp:129:36: note: Function 'setLimit' argument 1 names different: declaration 'limit' definition 'l'.
elmerfem-5396/ElmerGUI/Application/src/sifgenerator.cpp:536:52: style: Function 'makeSolverBlocks' argument 1 names different: declaration 'name' definition 'solverName'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/Application/src/sifgenerator.h:92:40: note: Function 'makeSolverBlocks' argument 1 names different: declaration 'name' definition 'solverName'.
elmerfem-5396/ElmerGUI/Application/src/sifgenerator.cpp:536:52: note: Function 'makeSolverBlocks' argument 1 names different: declaration 'name' definition 'solverName'.
elmerfem-5396/ElmerGUI/Application/src/sifgenerator.cpp:46:15: warning: Member variable 'SifGenerator::mesh' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/Application/src/sifgenerator.cpp:46:15: warning: Member variable 'SifGenerator::te' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/Application/src/sifgenerator.cpp:46:15: warning: Member variable 'SifGenerator::dim' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/Application/src/sifgenerator.cpp:46:15: warning: Member variable 'SifGenerator::cdim' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/Application/src/sifgenerator.cpp:46:15: warning: Member variable 'SifGenerator::elmerDefs' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/Application/src/sifgenerator.cpp:46:15: warning: Member variable 'SifGenerator::generalSetup' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/Application/src/sifgenerator.cpp:46:15: warning: Member variable 'SifGenerator::meshControl' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/Application/src/sifgenerator.cpp:46:15: warning: Member variable 'SifGenerator::limit' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/Application/src/sifgenerator.h:118:8: performance: Technically the member function 'SifGenerator::findHashValue' can be static. [functionStatic]
elmerfem-5396/ElmerGUI/Application/src/sifgenerator.cpp:327:19: note: Technically the member function 'SifGenerator::findHashValue' can be static.
elmerfem-5396/ElmerGUI/Application/src/sifgenerator.h:118:8: note: Technically the member function 'SifGenerator::findHashValue' can be static.
elmerfem-5396/ElmerGUI/Application/twod/curveeditor.cpp:252:21: style: The scope of the variable 'item' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/twod/curveeditor.cpp:267:21: style: The scope of the variable 'item' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/twod/curveeditor.h:53:3: style: Class 'CurveEditor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/Application/twod/renderarea.h:63:3: style: Class 'RenderArea' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/Application/twod/renderarea.cpp:700:34: warning: Function 'modifyCurve' argument order different: declaration 'idx, in, out, np, p1, p2, p3' definition 'idx, in, out, np, p0, p1, p2' [funcArgOrderDifferent]
elmerfem-5396/ElmerGUI/Application/twod/renderarea.h:68:24: note: Function 'modifyCurve' argument order different: declaration 'idx, in, out, np, p1, p2, p3' definition 'idx, in, out, np, p0, p1, p2'
elmerfem-5396/ElmerGUI/Application/twod/renderarea.cpp:700:34: note: Function 'modifyCurve' argument order different: declaration 'idx, in, out, np, p1, p2, p3' definition 'idx, in, out, np, p0, p1, p2'
elmerfem-5396/ElmerGUI/Application/twod/twodview.h:55:3: style: Class 'TwodView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/Application/vtkpost/vtkpost.h:94:3: style: Class 'VtkPost' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/Application/vtkpost/axes.h:54:3: style: Class 'Axes' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/Application/vtkpost/colorbar.h:54:3: style: Class 'ColorBar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/Application/vtkpost/ecmaconsole.cpp:62:3: performance: Variable 'prompt' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
elmerfem-5396/ElmerGUI/Application/vtkpost/ecmaconsole.h:62:3: style: Class 'EcmaConsole' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/Application/vtkpost/ecmaconsole.cpp:225:3: warning: Possible leak in public function. The pointer 'completer' is not deallocated before it is allocated. [publicAllocationError]
elmerfem-5396/ElmerGUI/Application/vtkpost/epmesh.cpp:61:3: performance: Variable 'groupName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
elmerfem-5396/ElmerGUI/Application/vtkpost/epmesh.cpp:93:3: performance: Variable 'name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
elmerfem-5396/ElmerGUI/Application/vtkpost/featureedge.h:55:3: style: Class 'FeatureEdge' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/Application/vtkpost/preferences.h:52:3: style: Class 'Preferences' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/Application/vtkpost/isocontour.h:56:3: style: Class 'IsoContour' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/Application/vtkpost/timestep.h:55:3: style: Class 'TimeStep' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/Application/vtkpost/isocontour.cpp:311:39: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
elmerfem-5396/ElmerGUI/Application/vtkpost/isocontour.cpp:322:39: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
elmerfem-5396/ElmerGUI/Application/vtkpost/isosurface.h:56:3: style: Class 'IsoSurface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/Application/vtkpost/isosurface.cpp:312:39: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
elmerfem-5396/ElmerGUI/Application/vtkpost/isosurface.cpp:323:39: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
elmerfem-5396/ElmerGUI/Application/vtkpost/matc.cpp:207:21: style: Variable 'gx_x' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/ElmerGUI/Application/vtkpost/matc.cpp:211:21: style: Variable 'gy_y' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/ElmerGUI/Application/vtkpost/matc.cpp:215:21: style: Variable 'gz_z' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/ElmerGUI/Application/vtkpost/matc.h:68:3: style: Class 'Matc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/Application/vtkpost/meshedge.h:55:3: style: Class 'MeshEdge' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/Application/vtkpost/meshpoint.h:55:3: style: Class 'MeshPoint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/Application/vtkpost/readepfile.h:52:3: style: Class 'ReadEpFile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/Application/vtkpost/streamline.cpp:105:7: style: The scope of the variable 'index' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/vtkpost/streamline.cpp:150:10: style: The scope of the variable 'j' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/vtkpost/streamline.h:56:3: style: Class 'StreamLine' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/Application/vtkpost/streamline.cpp:370:39: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
elmerfem-5396/ElmerGUI/Application/vtkpost/streamline.cpp:381:39: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
elmerfem-5396/ElmerGUI/Application/vtkpost/surface.h:56:3: style: Class 'Surface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/Application/vtkpost/surface.cpp:237:36: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
elmerfem-5396/ElmerGUI/Application/vtkpost/text.h:54:3: style: Class 'Text' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/Application/vtkpost/vector.cpp:109:7: style: The scope of the variable 'index' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/vtkpost/vector.cpp:185:10: style: The scope of the variable 'j' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/Application/vtkpost/vector.h:56:3: style: Class 'Vector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/Application/vtkpost/vector.cpp:386:35: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
elmerfem-5396/ElmerGUI/Application/vtkpost/vector.cpp:397:35: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
elmerfem-5396/ElmerGUI/Application/vtkpost/vector.cpp:408:39: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
elmerfem-5396/ElmerGUI/Application/vtkpost/vtkpost.cpp:1276:38: performance: Function parameter 'fieldName' should be passed by const reference. [passedByValue]
elmerfem-5396/ElmerGUI/Application/vtkpost/vtkpost.cpp:1302:46: performance: Function parameter 'fieldName' should be passed by const reference. [passedByValue]
elmerfem-5396/ElmerGUI/Application/vtkpost/vtkpost.cpp:2092:45: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
elmerfem-5396/ElmerGUI/Application/vtkpost/vtkpost.cpp:2097:44: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
elmerfem-5396/ElmerGUI/Application/vtkpost/vtkpost.cpp:2102:49: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
elmerfem-5396/ElmerGUI/Application/vtkpost/vtkpost.cpp:2107:48: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
elmerfem-5396/ElmerGUI/Application/vtkpost/vtkpost.cpp:2112:53: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
elmerfem-5396/ElmerGUI/Application/vtkpost/vtkpost.cpp:2117:48: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
elmerfem-5396/ElmerGUI/Application/vtkpost/vtkpost.cpp:2122:53: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
elmerfem-5396/ElmerGUI/Application/vtkpost/vtkpost.cpp:2127:48: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
elmerfem-5396/ElmerGUI/Application/vtkpost/vtkpost.cpp:2132:53: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQt.cpp:291:25: style: C-style pointer casting [cstyleCast]
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQt.cpp:297:23: style: C-style pointer casting [cstyleCast]
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQt.cpp:605:19: style: The scope of the variable 'key' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQt.cpp:606:19: style: The scope of the variable 'value' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQt.cpp:555:65: style: Function 'getVariable' argument 2 names different: declaration 'name' definition 'objectname'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQt.h:168:57: note: Function 'getVariable' argument 2 names different: declaration 'name' definition 'objectname'.
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQt.cpp:555:65: note: Function 'getVariable' argument 2 names different: declaration 'name' definition 'objectname'.
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQt.cpp:658:58: style: Function 'call' argument 2 names different: declaration 'callable' definition 'name'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQt.h:182:50: note: Function 'call' argument 2 names different: declaration 'callable' definition 'name'.
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQt.cpp:658:58: note: Function 'call' argument 2 names different: declaration 'callable' definition 'name'.
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQt.cpp:742:66: style: Function 'addConstructorHandler' argument 1 names different: declaration 'handler' definition 'factory'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQt.h:251:58: note: Function 'addConstructorHandler' argument 1 names different: declaration 'handler' definition 'factory'.
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQt.cpp:742:66: note: Function 'addConstructorHandler' argument 1 names different: declaration 'handler' definition 'factory'.
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQt.cpp:753:18: warning: Member variable 'PythonQtPrivate::_qtNamespace' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQt.cpp:753:18: warning: Member variable 'PythonQtPrivate::_initFlags' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQt.cpp:753:18: warning: Member variable 'PythonQtPrivate::_PythonQtObjectPtr_metaId' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQtClassInfo.h:49:3: warning: Member variable 'PythonQtMemberInfo::_slot' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQtClassInfo.h:49:3: warning: Member variable 'PythonQtMemberInfo::_enumValue' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQtClassInfo.h:67:5: performance: Variable '_property' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQtMethodInfo.h:75:5: performance: Variable '_parameters' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQtMethodInfo.h:114:5: performance: Variable '_meta' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQtSignalReceiver.h:64:5: performance: Variable '_callable' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQtClassInfo.h:101:22: style: Technically the member function 'PythonQtClassInfo::metaObject' can be const. [functionConst]
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQtMethodInfo.h:147:8: style: Technically the member function 'PythonQtSlotInfo::isInstanceDecorator' can be const. [functionConst]
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQtMethodInfo.h:150:8: style: Technically the member function 'PythonQtSlotInfo::isClassDecorator' can be const. [functionConst]
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQtMisc.h:92:0: style: Technically the member function 'PythonQtValueStorage < qint64 , 128 >::getPos' can be const. [functionConst]
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQtMisc.h:92:0: style: Technically the member function 'PythonQtValueStorage < void * , 128 >::getPos' can be const. [functionConst]
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQtMisc.h:92:0: style: Technically the member function 'PythonQtValueStorage < QVariant , 32 >::getPos' can be const. [functionConst]
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQtMisc.h:72:0: style: Class 'PythonQtValueStorage < qint64 , 128 >' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQtMisc.h:72:0: style: Class 'PythonQtValueStorage < qint64 , 128 >' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQtMisc.h:72:0: style: Class 'PythonQtValueStorage < void * , 128 >' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQtMisc.h:72:0: style: Class 'PythonQtValueStorage < void * , 128 >' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQtMisc.h:72:0: style: Class 'PythonQtValueStorage < QVariant , 32 >' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQtMisc.h:72:0: style: Class 'PythonQtValueStorage < QVariant , 32 >' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQtObjectPtr.h:58:3: style: Class 'PythonQtObjectPtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQt.h:312:3: style: Class 'PythonQt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQtClassInfo.h:51:3: style: Struct 'PythonQtMemberInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQtClassInfo.h:57:3: style: Struct 'PythonQtMemberInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQtClassInfo.h:63:3: style: Struct 'PythonQtMemberInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQtMethodInfo.h:73:3: style: Class 'PythonQtMethodInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQtSignalReceiver.h:98:3: style: Class 'PythonQtSignalReceiverBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQtSignalReceiver.h:107:3: style: Class 'PythonQtSignalReceiver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQtMethodInfo.h:51:1: warning: The class 'PythonQtMethodInfo' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQtMethodInfo.h:106:1: warning: The class 'PythonQtSlotInfo' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQtClassInfo.cpp:81:58: style: Function 'member' argument 1 names different: declaration 'member' definition 'memberName'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQtClassInfo.h:87:41: note: Function 'member' argument 1 names different: declaration 'member' definition 'memberName'.
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQtClassInfo.cpp:81:58: note: Function 'member' argument 1 names different: declaration 'member' definition 'memberName'.
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQtClassInfo.cpp:162:21: style: Variable 'found' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQtClassInfo.cpp:51:3: performance: Variable '_wrappedClassName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQtClassInfo.h:95:21: style: Technically the member function 'PythonQtClassInfo::wrappedCPPClassName' can be const. [functionConst]
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQtClassInfo.cpp:295:38: note: Technically the member function 'PythonQtClassInfo::wrappedCPPClassName' can be const.
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQtClassInfo.h:95:21: note: Technically the member function 'PythonQtClassInfo::wrappedCPPClassName' can be const.
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQtClassInfo.h:107:8: style: Technically the member function 'PythonQtClassInfo::inherits' can be const. [functionConst]
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQtClassInfo.cpp:283:25: note: Technically the member function 'PythonQtClassInfo::inherits' can be const.
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQtClassInfo.h:107:8: note: Technically the member function 'PythonQtClassInfo::inherits' can be const.
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQtClassInfo.h:117:7: performance: Technically the member function 'PythonQtClassInfo::findCharOffset' can be static. [functionStatic]
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQtClassInfo.cpp:71:24: note: Technically the member function 'PythonQtClassInfo::findCharOffset' can be static.
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQtClassInfo.h:117:7: note: Technically the member function 'PythonQtClassInfo::findCharOffset' can be static.
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQtConversion.cpp:205:22: style: C-style pointer casting [cstyleCast]
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQtConversion.cpp:788:21: style: The scope of the variable 'value' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQtConversion.cpp:789:21: style: The scope of the variable 'key' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQtConversion.cpp:790:21: style: The scope of the variable 'tuple' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQtConversion.cpp:807:17: style: The scope of the variable 'value' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQtConversion.cpp:885:13: style: The scope of the variable 'key' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQtConversion.cpp:886:13: style: The scope of the variable 'val' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQtConversion.cpp:887:20: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQtMethodInfo.cpp:68:86: style: Function 'getCachedMethodInfo' argument 1 names different: declaration 'method' definition 'signal'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQtMethodInfo.h:80:75: note: Function 'getCachedMethodInfo' argument 1 names different: declaration 'method' definition 'signal'.
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQtMethodInfo.cpp:68:86: note: Function 'getCachedMethodInfo' argument 1 names different: declaration 'method' definition 'signal'.
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQtMethodInfo.cpp:81:83: style: Function 'fillParameterInfo' argument 2 names different: declaration 'name' definition 'orgName'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQtMethodInfo.h:95:72: note: Function 'fillParameterInfo' argument 2 names different: declaration 'name' definition 'orgName'.
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQtMethodInfo.cpp:81:83: note: Function 'fillParameterInfo' argument 2 names different: declaration 'name' definition 'orgName'.
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQtMisc.h:92:8: style: Technically the member function 'PythonQtValueStorage::getPos' can be const. [functionConst]
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQtMisc.h:72:5: style: Class 'PythonQtValueStorage' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQtMisc.h:72:5: style: Class 'PythonQtValueStorage' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQtObjectPtr.cpp:49:49: style: Function 'evalFile' argument 1 names different: declaration 'filename' definition 'file'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQtObjectPtr.h:119:32: note: Function 'evalFile' argument 1 names different: declaration 'filename' definition 'file'.
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQtObjectPtr.cpp:49:49: note: Function 'evalFile' argument 1 names different: declaration 'filename' definition 'file'.
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQtSignalReceiver.cpp:161:8: style: The scope of the variable 'found' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQtStdDecorators.cpp:66:9: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQtStdDecorators.cpp:61:17: note: outer condition: receiver
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQtStdDecorators.cpp:66:9: note: identical inner condition: receiver
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQtStdDecorators.cpp:92:9: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQtStdDecorators.cpp:87:17: note: outer condition: receiver
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQtStdDecorators.cpp:92:9: note: identical inner condition: receiver
elmerfem-5396/ElmerGUI/PythonQt/src/PythonQtWrapper.cpp:270:27: style: Same expression on both sides of '=='. [duplicateExpression]
elmerfem-5396/ElmerGUI/PythonQt/src/gui/PythonQtScriptingConsole.cpp:58:119: style: Function 'PythonQtScriptingConsole' argument 3 names different: declaration 'i' definition 'windowFlags'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/PythonQt/src/gui/PythonQtScriptingConsole.h:58:95: note: Function 'PythonQtScriptingConsole' argument 3 names different: declaration 'i' definition 'windowFlags'.
elmerfem-5396/ElmerGUI/PythonQt/src/gui/PythonQtScriptingConsole.cpp:58:119: note: Function 'PythonQtScriptingConsole' argument 3 names different: declaration 'i' definition 'windowFlags'.
elmerfem-5396/ElmerGUI/PythonQt/src/gui/PythonQtScriptingConsole.cpp:317:57: style: Function 'keyPressEvent' argument 1 names different: declaration 'e' definition 'event'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/PythonQt/src/gui/PythonQtScriptingConsole.h:67:35: note: Function 'keyPressEvent' argument 1 names different: declaration 'e' definition 'event'.
elmerfem-5396/ElmerGUI/PythonQt/src/gui/PythonQtScriptingConsole.cpp:317:57: note: Function 'keyPressEvent' argument 1 names different: declaration 'e' definition 'event'.
elmerfem-5396/ElmerGUI/matc/src/c3d.c:169:3: style: Variable 'nodes' is reassigned a value before the old one has been used. [redundantAssignment]
elmerfem-5396/ElmerGUI/matc/src/c3d.c:155:0: note: Variable 'nodes' is reassigned a value before the old one has been used.
elmerfem-5396/ElmerGUI/matc/src/c3d.c:169:3: note: Variable 'nodes' is reassigned a value before the old one has been used.
elmerfem-5396/ElmerGUI/matc/src/c3d.c:528:7: style: The scope of the variable 'x' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/matc/src/c3d.c:528:10: style: The scope of the variable 'y' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/matc/src/c3d.c:528:13: style: The scope of the variable 'deltax' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/matc/src/c3d.c:528:21: style: The scope of the variable 'deltay' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/matc/src/c3d.c:528:29: style: The scope of the variable 'deltad' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/matc/src/c3d.c:529:7: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/matc/src/c3d.c:529:10: style: The scope of the variable 'd' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/matc/src/c3d.c:529:13: style: The scope of the variable 'ds' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/matc/src/dri_ps.c:343:5: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/ElmerGUI/matc/src/dri_ps.c:344:5: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/ElmerGUI/matc/src/dri_ps.c:180:7: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/matc/src/dri_ps.c:180:10: style: The scope of the variable 'np' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/matc/src/dri_ps.c:180:18: style: The scope of the variable 'ni' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/matc/src/dri_ps.c:265:8: style: The scope of the variable 'x' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/matc/src/dri_ps.c:265:12: style: The scope of the variable 'y' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/matc/src/dri_ps.c:266:7: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/matc/src/dri_ps.c:266:9: style: The scope of the variable 'nm' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/matc/src/dri_ps.c:311:7: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/matc/src/dri_ps.c:289:9: style: Variable 'nm' is modified but its new value is never used. [unreadVariable]
elmerfem-5396/ElmerGUI/matc/src/eig.c:276:3: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/ElmerGUI/matc/src/eig.c:197:10: style: The scope of the variable 'alpha' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/matc/src/eig.c:197:18: style: The scope of the variable 'mp1' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/matc/src/eig.c:287:10: style: The scope of the variable 'i1' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/matc/src/eig.c:287:26: style: The scope of the variable 'end' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/matc/src/eval.c:402:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/ElmerGUI/matc/src/eval.c:405:20: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/ElmerGUI/matc/src/eval.c:319:7: style: Variable 'leftptr' is reassigned a value before the old one has been used. [redundantAssignment]
elmerfem-5396/ElmerGUI/matc/src/eval.c:317:7: note: Variable 'leftptr' is reassigned a value before the old one has been used.
elmerfem-5396/ElmerGUI/matc/src/eval.c:319:7: note: Variable 'leftptr' is reassigned a value before the old one has been used.
elmerfem-5396/ElmerGUI/matc/src/eval.c:320:7: style: Variable 'rightptr' is reassigned a value before the old one has been used. [redundantAssignment]
elmerfem-5396/ElmerGUI/matc/src/eval.c:317:17: note: Variable 'rightptr' is reassigned a value before the old one has been used.
elmerfem-5396/ElmerGUI/matc/src/eval.c:320:7: note: Variable 'rightptr' is reassigned a value before the old one has been used.
elmerfem-5396/ElmerGUI/matc/src/eval.c:126:9: style: The scope of the variable 'argptr' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/matc/src/eval.c:723:19: style: The scope of the variable 'var' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/matc/src/eval.c:777:7: style: The scope of the variable 'ind' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/matc/src/eval.c:791:11: style: The scope of the variable 'csize' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/matc/src/eval.c:456:19: error: Buffer is accessed out of bounds: s [bufferAccessOutOfBounds]
elmerfem-5396/ElmerGUI/matc/src/files.c:184:7: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/matc/src/files.c:457:7: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/matc/src/files.c:457:10: style: The scope of the variable 'j' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/matc/src/files.c:514:7: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/matc/src/files.c:514:10: style: The scope of the variable 'j' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/matc/src/files.c:97:7: style: Unused variable: i [unusedVariable]
elmerfem-5396/ElmerGUI/matc/src/files.c:141:7: style: Unused variable: i [unusedVariable]
elmerfem-5396/ElmerGUI/matc/src/files.c:282:7: style: Unused variable: i [unusedVariable]
elmerfem-5396/ElmerGUI/matc/src/files.c:503:8: error: Resource handle 'fp' freed twice. [doubleFree]
elmerfem-5396/ElmerGUI/matc/src/files.c:507:3: error: Resource handle 'fp' freed twice. [doubleFree]
elmerfem-5396/ElmerGUI/matc/src/files.c:554:9: error: Resource handle 'fp' freed twice. [doubleFree]
elmerfem-5396/ElmerGUI/matc/src/files.c:558:3: error: Resource handle 'fp' freed twice. [doubleFree]
elmerfem-5396/ElmerGUI/matc/src/funcs.c:151:14: style: The scope of the variable 'file' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/matc/src/funcs.c:152:8: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/matc/src/funcs.c:282:43: style: The scope of the variable 'var' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/matc/src/gra.c:213:10: portability: Casting from double ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/ElmerGUI/matc/src/gra.c:218:10: portability: Casting from double ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/ElmerGUI/matc/src/gra_com.c:65:9: style: The scope of the variable 'name' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/matc/src/jacobi.c:86:3: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/ElmerGUI/matc/src/jacobi.c:125:10: style: The scope of the variable 'convergence' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/matc/src/jacobi.c:127:10: style: The scope of the variable 'eps' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/matc/src/jacobi.c:137:10: style: The scope of the variable 'bb' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/matc/src/jacobi.c:68:7: style: Unused variable: i [unusedVariable]
elmerfem-5396/ElmerGUI/matc/src/lists.c:105:10: style: The scope of the variable 'lst' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/matc/src/lists.c:293:8: style: Unused variable: i [unusedVariable]
elmerfem-5396/ElmerGUI/matc/src/lists.c:293:11: style: Unused variable: spc [unusedVariable]
elmerfem-5396/ElmerGUI/matc/src/lu.c:249:10: style: The scope of the variable 'j' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/matc/src/lu.c:90:7: style: Unused variable: i [unusedVariable]
elmerfem-5396/ElmerGUI/matc/src/matc.c:223:13: style: The scope of the variable 'headsave' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/matc/src/matc.c:398:23: style: The scope of the variable 'p' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/matc/src/matc.c:561:14: style: The scope of the variable 'cmd' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/matc/src/matc.c:562:14: style: The scope of the variable 'fnc' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/matc/src/matc.c:563:10: style: The scope of the variable 'name' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/matc/src/matc.c:669:18: style: The scope of the variable 'k' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/matc/src/matc.c:673:12: style: The scope of the variable 'ind' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/matc/src/matc.c:113:9: style: Unused variable: str [unusedVariable]
elmerfem-5396/ElmerGUI/matc/src/matc.c:115:8: style: Unused variable: i [unusedVariable]
elmerfem-5396/ElmerGUI/matc/src/elmer/matc.h:414:9: error: Common realloc mistake: 'math_out_str' nulled but not freed upon failure [memleakOnRealloc]
elmerfem-5396/ElmerGUI/matc/src/elmer/matc.h:438:9: error: Common realloc mistake: 'math_out_str' nulled but not freed upon failure [memleakOnRealloc]
elmerfem-5396/ElmerGUI/matc/src/matrix.c:98:11: style: The scope of the variable 'j' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/matc/src/matrix.c:297:11: style: The scope of the variable 'j' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/matc/src/matrix.c:325:11: style: The scope of the variable 'j' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/matc/src/matrix.c:353:8: style: The scope of the variable 'ncolc' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/matc/src/oper.c:133:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/ElmerGUI/matc/src/oper.c:142:5: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/ElmerGUI/matc/src/oper.c:506:5: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/ElmerGUI/matc/src/oper.c:458:7: style: The scope of the variable 'ncolc' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/matc/src/oper.c:462:14: style: The scope of the variable 'value' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/matc/src/oper.c:551:7: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/matc/src/oper.c:556:39: style: The scope of the variable 'c' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/matc/src/optim.c:66:7: style: The scope of the variable 'constsubs' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/matc/src/optim.c:122:20: style: The scope of the variable 'prevargs' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/matc/src/parser.c:998:9: style: The scope of the variable 'csymbcopy' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/matc/src/parser.c:962:13: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/ElmerGUI/matc/src/parser.c:1086:10: style: Unused variable: n [unusedVariable]
elmerfem-5396/ElmerGUI/matc/src/str.c:144:9: portability: Casting between double* and float* which have an incompatible binary data representation. [invalidPointerCast]
elmerfem-5396/ElmerGUI/matc/src/str.c:157:9: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/ElmerGUI/matc/src/str.c:170:9: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/ElmerGUI/matc/src/str.c:198:16: portability: Casting between double* and float* which have an incompatible binary data representation. [invalidPointerCast]
elmerfem-5396/ElmerGUI/matc/src/str.c:211:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/ElmerGUI/matc/src/str.c:224:15: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/ElmerGUI/matc/src/str.c:105:7: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/matc/src/urand.c:104:21: style: The scope of the variable 'halfm' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/matc/src/urand.c:105:24: style: The scope of the variable 'm' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/matc/src/urand.c:106:23: style: The scope of the variable 'itwo' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/matc/src/variable.c:196:18: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/ElmerGUI/matc/src/variable.c:317:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/ElmerGUI/matc/src/variable.c:341:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/ElmerGUI/matc/src/variable.c:359:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/ElmerGUI/matc/src/variable.c:479:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/ElmerGUI/matc/src/variable.c:392:11: style: The scope of the variable 'str' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/matc/src/variable.c:152:9: style: Unused variable: i [unusedVariable]
elmerfem-5396/ElmerGUI/matc/src/variable.c:244:10: style: Unused variable: maxp [unusedVariable]
elmerfem-5396/ElmerGUI/matc/src/variable.c:244:16: style: Unused variable: minp [unusedVariable]
elmerfem-5396/ElmerGUI/matc/src/variable.c:244:22: style: Unused variable: maxx [unusedVariable]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.cpp:254:7: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.cpp:281:7: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.cpp:12:57: style: Function 'CalcFunctionValue' argument 1 names different: declaration 'point' definition 'p'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:30:54: note: Function 'CalcFunctionValue' argument 1 names different: declaration 'point' definition 'p'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.cpp:12:57: note: Function 'CalcFunctionValue' argument 1 names different: declaration 'point' definition 'p'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.cpp:20:52: style: Function 'CalcGradient' argument 1 names different: declaration 'point' definition 'p'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:31:47: note: Function 'CalcGradient' argument 1 names different: declaration 'point' definition 'p'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.cpp:20:52: note: Function 'CalcGradient' argument 1 names different: declaration 'point' definition 'p'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.cpp:44:43: style: Function 'Print' argument 1 names different: declaration 'ist' definition 'ost'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:44:33: note: Function 'Print' argument 1 names different: declaration 'ist' definition 'ost'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.cpp:44:43: note: Function 'Print' argument 1 names different: declaration 'ist' definition 'ost'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.cpp:220:35: style: Function 'Project' argument 1 names different: declaration 'p' definition 'p3d'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:87:36: note: Function 'Project' argument 1 names different: declaration 'p' definition 'p3d'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.cpp:220:35: note: Function 'Project' argument 1 names different: declaration 'p' definition 'p3d'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.cpp:463:42: style: Function 'ToPlane' argument 1 names different: declaration 'p3d' definition 'p'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:141:42: note: Function 'ToPlane' argument 1 names different: declaration 'p3d' definition 'p'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.cpp:463:42: note: Function 'ToPlane' argument 1 names different: declaration 'p3d' definition 'p'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.cpp:570:17: style: Function 'GetTriangleApproximation' argument 2 names different: declaration 'bbox' definition 'boundingbox'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:163:22: note: Function 'GetTriangleApproximation' argument 2 names different: declaration 'bbox' definition 'boundingbox'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.cpp:570:17: note: Function 'GetTriangleApproximation' argument 2 names different: declaration 'bbox' definition 'boundingbox'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.cpp:696:17: style: Function 'GetTriangleApproximation' argument 2 names different: declaration 'bbox' definition 'boundingbox'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:297:22: note: Function 'GetTriangleApproximation' argument 2 names different: declaration 'bbox' definition 'boundingbox'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.cpp:696:17: note: Function 'GetTriangleApproximation' argument 2 names different: declaration 'bbox' definition 'boundingbox'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.cpp:1073:17: style: Function 'GetTriangleApproximation' argument 2 names different: declaration 'bbox' definition 'boundingbox'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:214:22: note: Function 'GetTriangleApproximation' argument 2 names different: declaration 'bbox' definition 'boundingbox'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.cpp:1073:17: note: Function 'GetTriangleApproximation' argument 2 names different: declaration 'bbox' definition 'boundingbox'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.cpp:1224:17: style: Function 'GetTriangleApproximation' argument 2 names different: declaration 'bbox' definition 'boundingbox'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:252:22: note: Function 'GetTriangleApproximation' argument 2 names different: declaration 'bbox' definition 'boundingbox'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.cpp:1224:17: note: Function 'GetTriangleApproximation' argument 2 names different: declaration 'bbox' definition 'boundingbox'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.cpp:1429:17: style: Function 'GetTriangleApproximation' argument 2 names different: declaration 'bbox' definition 'boundingbox'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:342:22: note: Function 'GetTriangleApproximation' argument 2 names different: declaration 'bbox' definition 'boundingbox'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.cpp:1429:17: note: Function 'GetTriangleApproximation' argument 2 names different: declaration 'bbox' definition 'boundingbox'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.cpp:1633:56: style: Function 'GetTriangleApproximation' argument 2 names different: declaration 'bbox' definition 'boundingbox'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:422:22: note: Function 'GetTriangleApproximation' argument 2 names different: declaration 'bbox' definition 'boundingbox'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.cpp:1633:56: note: Function 'GetTriangleApproximation' argument 2 names different: declaration 'bbox' definition 'boundingbox'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.cpp:1672:32: style: Function 'Print' argument 1 names different: declaration 'ist' definition 'ost'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:425:33: note: Function 'Print' argument 1 names different: declaration 'ist' definition 'ost'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.cpp:1672:32: note: Function 'Print' argument 1 names different: declaration 'ist' definition 'ost'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/triapprox.hpp:20:3: warning: Member variable 'TATriangle::pi' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/triapprox.hpp:20:3: warning: Member variable 'TATriangle::surfind' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.cpp:1118:1: warning: Member variable 'EllipticCylinder::vabl' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.cpp:1118:1: warning: Member variable 'EllipticCylinder::t0' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.cpp:1118:1: warning: Member variable 'EllipticCylinder::t1' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/polyhedra.hpp:33:5: warning: Member variable 'Face::pnums' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/polyhedra.hpp:33:5: warning: Member variable 'Face::planenr' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/polyhedra.hpp:33:5: warning: Member variable 'Face::inputnr' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/specpoin.hpp:39:3: warning: Member variable 'SpecialPoint::nr' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.cpp:80:3: performance: Variable 'p' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.cpp:81:3: performance: Variable 'n' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.cpp:368:3: performance: Variable 'c' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.cpp:605:3: performance: Variable 'a' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.cpp:606:3: performance: Variable 'v1' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.cpp:607:3: performance: Variable 'v2' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.cpp:608:3: performance: Variable 'v3' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.cpp:749:3: performance: Variable 'a' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.cpp:750:3: performance: Variable 'b' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.cpp:1121:3: performance: Variable 'a' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.cpp:1265:3: performance: Variable 'a' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.cpp:1266:3: performance: Variable 'b' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.cpp:1480:3: performance: Variable 'c' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.cpp:1481:3: performance: Variable 'n' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/solid.hpp:148:8: style: Technically the member function 'netgen::Solid::operatordelete' can be const. [functionConst]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/csgeom.hpp:155:7: performance: Technically the member function 'netgen::CSGeometry::GetChangeVal' can be static. [functionStatic]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/csgeom.hpp:156:8: performance: Technically the member function 'netgen::CSGeometry::Change' can be static. [functionStatic]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:183:16: warning: Virtual function 'SetPrimitiveData' is called from constructor 'Cylinder(ARRAY<double>&coeffs)' at line 744. Dynamic binding is not used. [virtualCallInConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.cpp:744:3: note: Calling SetPrimitiveData
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:183:16: note: SetPrimitiveData is a virtual method
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/brick.hpp:21:12: warning: The class 'Parallelogram3d' defines member variable with name 'p1' also defined in its parent class 'Surface'. [duplInheritedMember]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:55:12: note: Parent variable 'Surface::p1'
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/brick.hpp:21:12: note: Derived variable 'Parallelogram3d::p1'
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/brick.hpp:21:16: warning: The class 'Parallelogram3d' defines member variable with name 'p2' also defined in its parent class 'Surface'. [duplInheritedMember]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:57:12: note: Parent variable 'Surface::p2'
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/brick.hpp:21:16: note: Derived variable 'Parallelogram3d::p2'
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/solid.hpp:49:3: style: Class 'Solid' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/solid.hpp:217:3: style: Class 'ReducePrimitiveIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/csgeom.hpp:144:3: style: Class 'CSGeometry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/csgparser.hpp:58:5: style: Class 'CSGScanner' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:180:3: style: Class 'Cylinder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/extrusion.hpp:49:3: style: Class 'ExtrusionFace' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/revolution.hpp:42:3: style: Class 'RevolutionFace' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/meshsurf.hpp:45:5: style: Class 'MeshOptimize2dSurfaces' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/meshsurf.hpp:64:3: style: Class 'RefinementSurfaces' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:312:24: style: The function 'PointInSolid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:236:24: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:312:24: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:314:24: style: The function 'VecInSolid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:242:24: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:314:24: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:317:24: style: The function 'VecInSolid2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:247:24: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:317:24: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:322:24: style: The function 'VecInSolid3' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:253:24: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:322:24: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:327:24: style: The function 'VecInSolid4' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:259:24: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:327:24: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:333:15: style: The function 'GetNSurfaces' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:278:15: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:333:15: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:334:21: style: The function 'GetSurface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:279:21: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:334:21: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:335:27: style: The function 'GetSurface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:280:27: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:335:27: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/solid.hpp:220:16: style: The function 'Do' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/solid.hpp:26:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/solid.hpp:220:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/solid.hpp:233:16: style: The function 'Do' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/solid.hpp:26:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/solid.hpp:233:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.hpp:83:16: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.hpp:29:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.hpp:83:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.hpp:84:16: style: The function 'GetData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.hpp:30:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.hpp:84:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.hpp:88:15: style: The function 'Identifyable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.hpp:37:15: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.hpp:88:15: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.hpp:92:15: style: The function 'Identifyable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.hpp:41:15: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.hpp:92:15: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.hpp:93:15: style: The function 'GetIdentifiedPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.hpp:55:15: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.hpp:93:15: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.hpp:94:16: style: The function 'IdentifyPoints' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.hpp:49:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.hpp:94:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.hpp:95:16: style: The function 'IdentifyFaces' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.hpp:52:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.hpp:95:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.hpp:96:16: style: The function 'BuildSurfaceElements' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.hpp:58:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.hpp:96:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.hpp:138:16: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.hpp:29:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.hpp:138:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.hpp:139:16: style: The function 'GetData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.hpp:30:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.hpp:139:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.hpp:143:15: style: The function 'Identifyable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.hpp:37:15: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.hpp:143:15: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.hpp:146:15: style: The function 'Identifyable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.hpp:41:15: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.hpp:146:15: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.hpp:147:15: style: The function 'IdentifyableCandidate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.hpp:43:15: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.hpp:147:15: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.hpp:148:15: style: The function 'ShortEdge' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.hpp:46:15: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.hpp:148:15: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.hpp:149:15: style: The function 'GetIdentifiedPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.hpp:55:15: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.hpp:149:15: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.hpp:151:16: style: The function 'IdentifyPoints' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.hpp:49:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.hpp:151:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.hpp:152:16: style: The function 'IdentifyFaces' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.hpp:52:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.hpp:152:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.hpp:153:16: style: The function 'BuildSurfaceElements' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.hpp:58:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.hpp:153:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.hpp:160:16: style: The function 'BuildVolumeElements' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.hpp:63:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.hpp:160:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.hpp:189:16: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.hpp:29:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.hpp:189:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.hpp:190:16: style: The function 'GetData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.hpp:30:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.hpp:190:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.hpp:193:15: style: The function 'Identifyable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.hpp:37:15: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.hpp:193:15: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.hpp:198:16: style: The function 'IdentifyPoints' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.hpp:49:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.hpp:198:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.hpp:199:16: style: The function 'BuildSurfaceElements' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.hpp:58:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.hpp:199:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:30:18: style: The function 'CalcFunctionValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:110:18: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:30:18: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:31:16: style: The function 'CalcGradient' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:116:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:31:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:32:16: style: The function 'CalcHesse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:121:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:32:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:39:18: style: The function 'HesseNorm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:132:18: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:39:18: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:41:20: style: The function 'GetSurfacePoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:152:20: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:41:20: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:44:16: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:159:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:44:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:64:16: style: The function 'GetPrimitiveData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:290:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:64:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:66:16: style: The function 'SetPrimitiveData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:292:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:66:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:69:23: style: The function 'Copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:299:23: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:69:23: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:70:16: style: The function 'Transform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:300:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:70:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:73:15: style: The function 'IsIdentic' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:96:15: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:73:15: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:76:16: style: The function 'DefineTangentialPlane' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:77:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:76:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:79:16: style: The function 'ToPlane' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:81:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:79:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:83:16: style: The function 'FromPlane' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:85:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:83:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:87:16: style: The function 'Project' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:91:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:87:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:90:24: style: The function 'BoxInSolid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:235:24: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:90:24: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:93:25: style: The function 'CalcFunctionValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:30:18: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:93:25: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:96:16: style: The function 'CalcGradient' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:31:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:96:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:99:16: style: The function 'CalcHesse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:32:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:99:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:102:18: style: The function 'HesseNorm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:39:18: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:102:18: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:104:20: style: The function 'GetSurfacePoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:41:20: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:104:20: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:106:16: style: The function 'GetTriangleApproximation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:188:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:106:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:126:16: style: The function 'GetPrimitiveData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:290:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:126:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:128:16: style: The function 'SetPrimitiveData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:292:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:128:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:131:23: style: The function 'Copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:299:23: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:131:23: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:132:16: style: The function 'Transform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:300:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:132:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:135:15: style: The function 'IsIdentic' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:96:15: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:135:15: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:138:16: style: The function 'DefineTangentialPlane' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:77:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:138:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:141:16: style: The function 'ToPlane' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:81:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:141:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:145:16: style: The function 'FromPlane' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:85:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:145:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:148:16: style: The function 'Project' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:91:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:148:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:151:24: style: The function 'BoxInSolid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:235:24: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:151:24: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:153:18: style: The function 'HesseNorm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:39:18: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:153:18: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:155:20: style: The function 'GetSurfacePoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:41:20: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:155:20: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:162:16: style: The function 'GetTriangleApproximation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:188:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:162:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:182:16: style: The function 'GetPrimitiveData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:290:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:182:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:183:16: style: The function 'SetPrimitiveData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:292:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:183:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:186:23: style: The function 'Copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:299:23: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:186:23: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:187:16: style: The function 'Transform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:300:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:187:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:190:15: style: The function 'IsIdentic' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:96:15: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:190:15: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:192:16: style: The function 'DefineTangentialPlane' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:77:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:192:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:195:16: style: The function 'ToPlane' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:81:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:195:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:200:16: style: The function 'FromPlane' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:85:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:200:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:204:16: style: The function 'Project' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:91:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:204:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:207:24: style: The function 'BoxInSolid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:235:24: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:207:24: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:209:18: style: The function 'HesseNorm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:39:18: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:209:18: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:211:20: style: The function 'GetSurfacePoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:41:20: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:211:20: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:213:16: style: The function 'GetTriangleApproximation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:188:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:213:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:245:24: style: The function 'BoxInSolid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:235:24: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:245:24: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:247:18: style: The function 'HesseNorm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:39:18: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:247:18: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:249:20: style: The function 'GetSurfacePoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:41:20: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:249:20: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:251:16: style: The function 'GetTriangleApproximation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:188:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:251:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:256:18: style: The function 'MaxCurvature' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:145:18: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:256:18: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:258:18: style: The function 'MaxCurvatureLoc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:147:18: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:258:18: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:288:24: style: The function 'BoxInSolid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:235:24: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:288:24: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:290:18: style: The function 'HesseNorm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:39:18: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:290:18: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:292:18: style: The function 'MaxCurvature' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:145:18: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:292:18: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:294:20: style: The function 'GetSurfacePoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:41:20: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:294:20: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:296:16: style: The function 'GetTriangleApproximation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:188:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:296:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:327:16: style: The function 'GetPrimitiveData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:290:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:327:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:328:16: style: The function 'SetPrimitiveData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:292:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:328:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:331:24: style: The function 'BoxInSolid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:235:24: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:331:24: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:333:18: style: The function 'HesseNorm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:39:18: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:333:18: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:335:18: style: The function 'LocH' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:181:18: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:335:18: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:339:20: style: The function 'GetSurfacePoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:41:20: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:339:20: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:341:16: style: The function 'GetTriangleApproximation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:188:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:341:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:384:18: style: The function 'CalcFunctionValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:110:18: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:384:18: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:386:16: style: The function 'CalcGradient' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:116:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:386:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:388:16: style: The function 'CalcHesse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:121:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:388:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:390:18: style: The function 'HesseNorm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:132:18: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:390:18: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:392:20: style: The function 'GetSurfacePoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:152:20: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:392:20: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:394:16: style: The function 'GetPrimitiveData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:290:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:394:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:397:16: style: The function 'SetPrimitiveData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:292:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:397:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:401:23: style: The function 'Copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:299:23: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:401:23: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:403:16: style: The function 'Transform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:300:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:403:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:405:15: style: The function 'IsIdentic' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:96:15: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:405:15: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:419:24: style: The function 'BoxInSolid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:235:24: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:419:24: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:421:16: style: The function 'GetTriangleApproximation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:188:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:421:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:425:16: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:159:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/algprim.hpp:425:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/brick.hpp:31:15: style: The function 'IsIdentic' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:96:15: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/brick.hpp:31:15: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/brick.hpp:33:18: style: The function 'CalcFunctionValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:110:18: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/brick.hpp:33:18: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/brick.hpp:34:16: style: The function 'CalcGradient' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:116:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/brick.hpp:34:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/brick.hpp:35:16: style: The function 'CalcHesse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:121:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/brick.hpp:35:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/brick.hpp:36:18: style: The function 'HesseNorm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:132:18: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/brick.hpp:36:18: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/brick.hpp:38:20: style: The function 'GetSurfacePoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:152:20: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/brick.hpp:38:20: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/brick.hpp:39:16: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:159:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/brick.hpp:39:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/brick.hpp:41:16: style: The function 'GetTriangleApproximation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:188:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/brick.hpp:41:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/brick.hpp:62:23: style: The function 'Copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:299:23: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/brick.hpp:62:23: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/brick.hpp:63:16: style: The function 'Transform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:300:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/brick.hpp:63:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/brick.hpp:66:24: style: The function 'BoxInSolid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:235:24: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/brick.hpp:66:24: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/brick.hpp:68:24: style: The function 'PointInSolid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:236:24: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/brick.hpp:68:24: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/brick.hpp:70:24: style: The function 'VecInSolid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:242:24: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/brick.hpp:70:24: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/brick.hpp:73:24: style: The function 'VecInSolid2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:247:24: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/brick.hpp:73:24: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/brick.hpp:78:24: style: The function 'VecInSolid3' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:253:24: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/brick.hpp:78:24: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/brick.hpp:83:24: style: The function 'VecInSolid4' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:259:24: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/brick.hpp:83:24: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/brick.hpp:90:15: style: The function 'GetNSurfaces' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:278:15: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/brick.hpp:90:15: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/brick.hpp:92:21: style: The function 'GetSurface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:279:21: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/brick.hpp:92:21: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/brick.hpp:94:27: style: The function 'GetSurface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:280:27: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/brick.hpp:94:27: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/brick.hpp:98:16: style: The function 'GetPrimitiveData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:290:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/brick.hpp:98:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/brick.hpp:99:16: style: The function 'SetPrimitiveData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:292:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/brick.hpp:99:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/brick.hpp:101:16: style: The function 'Reduce' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:296:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/brick.hpp:101:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/brick.hpp:102:16: style: The function 'UnReduce' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:297:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/brick.hpp:102:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/brick.hpp:116:24: style: The function 'BoxInSolid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/brick.hpp:66:24: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/brick.hpp:116:24: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/brick.hpp:117:16: style: The function 'Reduce' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/brick.hpp:101:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/brick.hpp:117:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/spline3d.hpp:69:16: style: The function 'DefineTangentialPlane' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:77:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/spline3d.hpp:69:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/spline3d.hpp:71:16: style: The function 'ToPlane' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:81:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/spline3d.hpp:71:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/spline3d.hpp:73:16: style: The function 'FromPlane' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:85:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/spline3d.hpp:73:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/spline3d.hpp:75:16: style: The function 'Project' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:91:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/spline3d.hpp:75:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/spline3d.hpp:83:18: style: The function 'CalcFunctionValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:110:18: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/spline3d.hpp:83:18: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/spline3d.hpp:85:16: style: The function 'CalcGradient' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:116:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/spline3d.hpp:85:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/spline3d.hpp:87:18: style: The function 'HesseNorm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:132:18: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/spline3d.hpp:87:18: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/spline3d.hpp:89:20: style: The function 'GetSurfacePoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:152:20: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/spline3d.hpp:89:20: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/spline3d.hpp:91:16: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:159:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/spline3d.hpp:91:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/curve2d.hpp:39:16: style: The function 'Project' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/curve2d.hpp:23:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/curve2d.hpp:39:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/curve2d.hpp:41:16: style: The function 'NormalVector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/curve2d.hpp:25:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/curve2d.hpp:41:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/curve2d.hpp:55:16: style: The function 'Project' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/curve2d.hpp:23:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/curve2d.hpp:55:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/curve2d.hpp:57:16: style: The function 'NormalVector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/curve2d.hpp:25:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/curve2d.hpp:57:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/explicitcurve2d.hpp:26:16: style: The function 'Project' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/curve2d.hpp:23:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/explicitcurve2d.hpp:26:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/explicitcurve2d.hpp:42:16: style: The function 'NormalVector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/curve2d.hpp:25:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/explicitcurve2d.hpp:42:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/explicitcurve2d.hpp:84:18: style: The function 'ProjectParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/explicitcurve2d.hpp:28:18: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/explicitcurve2d.hpp:84:18: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/explicitcurve2d.hpp:86:18: style: The function 'MinParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/explicitcurve2d.hpp:32:18: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/explicitcurve2d.hpp:86:18: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/explicitcurve2d.hpp:88:18: style: The function 'MaxParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/explicitcurve2d.hpp:34:18: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/explicitcurve2d.hpp:88:18: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/explicitcurve2d.hpp:90:20: style: The function 'Eval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/explicitcurve2d.hpp:36:20: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/explicitcurve2d.hpp:90:20: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/explicitcurve2d.hpp:92:18: style: The function 'EvalPrime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/explicitcurve2d.hpp:38:18: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/explicitcurve2d.hpp:92:18: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/explicitcurve2d.hpp:94:18: style: The function 'EvalPrimePrime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/explicitcurve2d.hpp:44:18: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/explicitcurve2d.hpp:94:18: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/explicitcurve2d.hpp:96:16: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/explicitcurve2d.hpp:54:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/explicitcurve2d.hpp:96:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/explicitcurve2d.hpp:99:15: style: The function 'SectionUsed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/explicitcurve2d.hpp:57:15: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/explicitcurve2d.hpp:99:15: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/explicitcurve2d.hpp:101:16: style: The function 'Reduce' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/explicitcurve2d.hpp:59:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/explicitcurve2d.hpp:101:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/explicitcurve2d.hpp:103:16: style: The function 'UnReduce' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/explicitcurve2d.hpp:61:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/explicitcurve2d.hpp:103:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/gencyl.hpp:38:16: style: The function 'Project' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:91:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/gencyl.hpp:38:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/gencyl.hpp:44:18: style: The function 'CalcFunctionValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:110:18: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/gencyl.hpp:44:18: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/gencyl.hpp:46:16: style: The function 'CalcGradient' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:116:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/gencyl.hpp:46:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/gencyl.hpp:48:16: style: The function 'CalcHesse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:121:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/gencyl.hpp:48:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/gencyl.hpp:50:18: style: The function 'HesseNorm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:132:18: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/gencyl.hpp:50:18: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/gencyl.hpp:52:18: style: The function 'MaxCurvatureLoc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:147:18: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/gencyl.hpp:52:18: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/gencyl.hpp:54:20: style: The function 'GetSurfacePoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:152:20: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/gencyl.hpp:54:20: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/gencyl.hpp:56:16: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:159:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/gencyl.hpp:56:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/gencyl.hpp:59:16: style: The function 'Reduce' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:162:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/gencyl.hpp:59:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/gencyl.hpp:61:16: style: The function 'UnReduce' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:164:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/gencyl.hpp:61:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/polyhedra.hpp:51:24: style: The function 'BoxInSolid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:235:24: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/polyhedra.hpp:51:24: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/polyhedra.hpp:52:24: style: The function 'PointInSolid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:236:24: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/polyhedra.hpp:52:24: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/polyhedra.hpp:54:24: style: The function 'VecInSolid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:242:24: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/polyhedra.hpp:54:24: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/polyhedra.hpp:59:24: style: The function 'VecInSolid2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:247:24: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/polyhedra.hpp:59:24: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/polyhedra.hpp:64:16: style: The function 'GetTangentialSurfaceIndices' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:239:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/polyhedra.hpp:64:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/polyhedra.hpp:68:16: style: The function 'GetTangentialVecSurfaceIndices2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:268:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/polyhedra.hpp:68:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/polyhedra.hpp:71:16: style: The function 'CalcSpecialPoints' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:272:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/polyhedra.hpp:71:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/polyhedra.hpp:72:16: style: The function 'AnalyzeSpecialPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:273:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/polyhedra.hpp:72:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/polyhedra.hpp:74:18: style: The function 'SpecialPointTangentialVector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:275:18: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/polyhedra.hpp:74:18: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/polyhedra.hpp:76:15: style: The function 'GetNSurfaces' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:278:15: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/polyhedra.hpp:76:15: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/polyhedra.hpp:78:21: style: The function 'GetSurface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:279:21: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/polyhedra.hpp:78:21: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/polyhedra.hpp:80:27: style: The function 'GetSurface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:280:27: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/polyhedra.hpp:80:27: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/polyhedra.hpp:83:16: style: The function 'GetPrimitiveData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:290:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/polyhedra.hpp:83:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/polyhedra.hpp:84:16: style: The function 'SetPrimitiveData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:292:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/polyhedra.hpp:84:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/polyhedra.hpp:86:16: style: The function 'Reduce' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:296:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/polyhedra.hpp:86:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/polyhedra.hpp:87:16: style: The function 'UnReduce' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:297:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/polyhedra.hpp:87:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/extrusion.hpp:54:15: style: The function 'IsIdentic' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:96:15: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/extrusion.hpp:54:15: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/extrusion.hpp:56:18: style: The function 'CalcFunctionValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:110:18: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/extrusion.hpp:56:18: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/extrusion.hpp:57:16: style: The function 'CalcGradient' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:116:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/extrusion.hpp:57:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/extrusion.hpp:58:16: style: The function 'CalcHesse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:121:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/extrusion.hpp:58:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/extrusion.hpp:59:18: style: The function 'HesseNorm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:132:18: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/extrusion.hpp:59:18: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/extrusion.hpp:61:18: style: The function 'MaxCurvature' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:145:18: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/extrusion.hpp:61:18: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/extrusion.hpp:65:16: style: The function 'Project' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:91:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/extrusion.hpp:65:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/extrusion.hpp:67:20: style: The function 'GetSurfacePoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:152:20: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/extrusion.hpp:67:20: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/extrusion.hpp:68:16: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:159:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/extrusion.hpp:68:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/extrusion.hpp:70:16: style: The function 'GetTriangleApproximation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:188:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/extrusion.hpp:70:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/extrusion.hpp:116:24: style: The function 'BoxInSolid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:235:24: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/extrusion.hpp:116:24: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/extrusion.hpp:117:24: style: The function 'PointInSolid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:236:24: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/extrusion.hpp:117:24: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/extrusion.hpp:122:24: style: The function 'VecInSolid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:242:24: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/extrusion.hpp:122:24: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/extrusion.hpp:127:24: style: The function 'VecInSolid2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:247:24: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/extrusion.hpp:127:24: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/extrusion.hpp:133:15: style: The function 'GetNSurfaces' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:278:15: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/extrusion.hpp:133:15: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/extrusion.hpp:134:21: style: The function 'GetSurface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:279:21: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/extrusion.hpp:134:21: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/extrusion.hpp:135:27: style: The function 'GetSurface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:280:27: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/extrusion.hpp:135:27: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/extrusion.hpp:138:16: style: The function 'Reduce' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:296:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/extrusion.hpp:138:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/extrusion.hpp:139:16: style: The function 'UnReduce' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:297:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/extrusion.hpp:139:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/revolution.hpp:46:15: style: The function 'IsIdentic' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:96:15: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/revolution.hpp:46:15: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/revolution.hpp:48:18: style: The function 'CalcFunctionValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:110:18: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/revolution.hpp:48:18: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/revolution.hpp:49:16: style: The function 'CalcGradient' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:116:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/revolution.hpp:49:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/revolution.hpp:50:16: style: The function 'CalcHesse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:121:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/revolution.hpp:50:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/revolution.hpp:51:18: style: The function 'HesseNorm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:132:18: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/revolution.hpp:51:18: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/revolution.hpp:53:18: style: The function 'MaxCurvature' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:145:18: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/revolution.hpp:53:18: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/revolution.hpp:57:16: style: The function 'Project' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:91:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/revolution.hpp:57:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/revolution.hpp:59:20: style: The function 'GetSurfacePoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:152:20: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/revolution.hpp:59:20: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/revolution.hpp:60:16: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:159:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/revolution.hpp:60:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/revolution.hpp:62:16: style: The function 'GetTriangleApproximation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:188:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/revolution.hpp:62:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/revolution.hpp:122:24: style: The function 'BoxInSolid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:235:24: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/revolution.hpp:122:24: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/revolution.hpp:123:24: style: The function 'PointInSolid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:236:24: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/revolution.hpp:123:24: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/revolution.hpp:125:24: style: The function 'VecInSolid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:242:24: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/revolution.hpp:125:24: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/revolution.hpp:130:24: style: The function 'VecInSolid2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:247:24: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/revolution.hpp:130:24: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/revolution.hpp:136:15: style: The function 'GetNSurfaces' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:278:15: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/revolution.hpp:136:15: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/revolution.hpp:137:21: style: The function 'GetSurface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:279:21: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/revolution.hpp:137:21: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/revolution.hpp:138:27: style: The function 'GetSurface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:280:27: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/revolution.hpp:138:27: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/revolution.hpp:141:16: style: The function 'Reduce' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:296:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/revolution.hpp:141:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/revolution.hpp:142:16: style: The function 'UnReduce' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:297:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/revolution.hpp:142:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/brick.cpp:96:21: style: Function 'GetTriangleApproximation' argument 2 names different: declaration 'boundingbox' definition 'bbox'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/brick.hpp:42:22: note: Function 'GetTriangleApproximation' argument 2 names different: declaration 'boundingbox' definition 'bbox'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/brick.cpp:96:21: note: Function 'GetTriangleApproximation' argument 2 names different: declaration 'boundingbox' definition 'bbox'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/brick.cpp:11:3: performance: Variable 'p1' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/brick.cpp:12:3: performance: Variable 'p2' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/brick.cpp:13:3: performance: Variable 'p3' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/brick.cpp:483:3: performance: Variable 'pmin' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/brick.cpp:484:3: performance: Variable 'pmax' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/bspline2d.cpp:24:3: style: Variable 'hp' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/bspline2d.cpp:22:0: note: Variable 'hp' is reassigned a value before the old one has been used if variable is no semaphore variable.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/bspline2d.cpp:24:3: note: Variable 'hp' is reassigned a value before the old one has been used if variable is no semaphore variable.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/bspline2d.cpp:236:41: style: Function 'Print' argument 1 names different: declaration 'str' definition 'ost'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/explicitcurve2d.hpp:96:33: note: Function 'Print' argument 1 names different: declaration 'str' definition 'ost'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/bspline2d.cpp:236:41: note: Function 'Print' argument 1 names different: declaration 'str' definition 'ost'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/csgeom.cpp:286:30: style: C-style pointer casting [cstyleCast]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/csgeom.cpp:805:6: style: C-style pointer casting [cstyleCast]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/csgeom.cpp:807:6: style: C-style pointer casting [cstyleCast]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/csgeom.cpp:834:6: style: C-style pointer casting [cstyleCast]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/csgeom.cpp:836:6: style: C-style pointer casting [cstyleCast]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/csgeom.cpp:269:34: style: The scope of the variable 'surfname' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/csgeom.cpp:1171:14: style: The scope of the variable 'l2' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/csgeom.cpp:1171:22: style: The scope of the variable 'l1' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/csgeom.cpp:928:44: style: Function 'CalcTriangleApproximation' argument 1 names different: declaration 'boundingbox' definition 'aboundingbox'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/csgeom.hpp:236:49: note: Function 'CalcTriangleApproximation' argument 1 names different: declaration 'boundingbox' definition 'aboundingbox'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/csgeom.cpp:928:44: note: Function 'CalcTriangleApproximation' argument 1 names different: declaration 'boundingbox' definition 'aboundingbox'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/csgeom.hpp:135:10: style: Member variable 'CSGeometry::ideps' is in the wrong place in the initializer list. [initializerList]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/csgeom.cpp:56:44: note: Member variable 'CSGeometry::ideps' is in the wrong place in the initializer list.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/csgeom.hpp:135:10: note: Member variable 'CSGeometry::ideps' is in the wrong place in the initializer list.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/csgeom.hpp:135:10: style: Member variable 'CSGeometry::ideps' is in the wrong place in the initializer list. [initializerList]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/csgeom.cpp:63:51: note: Member variable 'CSGeometry::ideps' is in the wrong place in the initializer list.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/csgeom.hpp:135:10: note: Member variable 'CSGeometry::ideps' is in the wrong place in the initializer list.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/csgeom.hpp:46:8: style: Technically the member function 'netgen::TopLevelObject::GetData' can be const. [functionConst]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/csgeom.cpp:37:26: note: Technically the member function 'netgen::TopLevelObject::GetData' can be const.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/csgeom.hpp:46:8: note: Technically the member function 'netgen::TopLevelObject::GetData' can be const.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/csgeom.hpp:242:8: performance: Technically the member function 'netgen::CSGeometry::GetSurfaceIndices' can be static. [functionStatic]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/csgeom.cpp:798:3: note: Technically the member function 'netgen::CSGeometry::GetSurfaceIndices' can be static.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/csgeom.hpp:242:8: note: Technically the member function 'netgen::CSGeometry::GetSurfaceIndices' can be static.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/csgeom.cpp:142:5: style: Class 'WritePrimitivesIt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/csgeom.cpp:145:18: style: The function 'Do' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/solid.hpp:26:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/csgeom.cpp:145:18: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/csgeom.cpp:576:18: style: The function 'Do' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/solid.hpp:26:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/csgeom.cpp:576:18: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/csgeom.cpp:1389:18: style: The function 'Do' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/solid.hpp:26:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/csgeom.cpp:1389:18: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/csgparser.cpp:831:34: style: C-style pointer casting [cstyleCast]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/csgparser.cpp:865:34: style: C-style pointer casting [cstyleCast]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/csgparser.cpp:866:13: style: C-style pointer casting [cstyleCast]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/csgparser.cpp:66:17: warning: Member variable 'CSGScanner::prim_token' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/csgparser.hpp:84:10: style: Technically the member function 'netgen::CSGScanner::Error' can be const. [functionConst]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/csgparser.cpp:176:22: note: Technically the member function 'netgen::CSGScanner::Error' can be const.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/csgparser.hpp:84:10: note: Technically the member function 'netgen::CSGScanner::Error' can be const.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/csgparser.cpp:1296:5: style: Exception should be caught by reference. [catchExceptionByValue]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/curve2d.cpp:45:19: style: The scope of the variable 'gradx' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/curve2d.cpp:45:26: style: The scope of the variable 'grady' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/curve2d.cpp:45:33: style: The scope of the variable 'grad2' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/curve2d.cpp:10:3: performance: Variable 'center' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/edgeflw.cpp:886:9: style: Condition 'debug' is always false [knownConditionTrueFalse]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/edgeflw.cpp:880:18: note: Assignment 'debug=0', assigned value is 0
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/edgeflw.cpp:886:9: note: Condition 'debug' is always false
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/edgeflw.cpp:898:9: style: Condition 'debug' is always false [knownConditionTrueFalse]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/edgeflw.cpp:880:18: note: Assignment 'debug=0', assigned value is 0
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/edgeflw.cpp:898:9: note: Condition 'debug' is always false
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/edgeflw.cpp:961:6: style: Condition 'debug' is always false [knownConditionTrueFalse]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/edgeflw.cpp:880:18: note: Assignment 'debug=0', assigned value is 0
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/edgeflw.cpp:961:6: note: Condition 'debug' is always false
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/edgeflw.cpp:970:6: style: Condition 'debug' is always false [knownConditionTrueFalse]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/edgeflw.cpp:880:18: note: Assignment 'debug=0', assigned value is 0
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/edgeflw.cpp:970:6: note: Condition 'debug' is always false
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/edgeflw.cpp:984:17: style: Condition 'debug' is always false [knownConditionTrueFalse]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/edgeflw.cpp:880:18: note: Assignment 'debug=0', assigned value is 0
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/edgeflw.cpp:984:17: note: Condition 'debug' is always false
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/edgeflw.cpp:990:10: style: Condition 'debug' is always false [knownConditionTrueFalse]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/edgeflw.cpp:880:18: note: Assignment 'debug=0', assigned value is 0
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/edgeflw.cpp:990:10: note: Condition 'debug' is always false
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/edgeflw.cpp:999:10: style: Condition 'debug' is always false [knownConditionTrueFalse]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/edgeflw.cpp:880:18: note: Assignment 'debug=0', assigned value is 0
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/edgeflw.cpp:999:10: note: Condition 'debug' is always false
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/edgeflw.cpp:1015:10: style: Condition 'debug' is always false [knownConditionTrueFalse]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/edgeflw.cpp:880:18: note: Assignment 'debug=0', assigned value is 0
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/edgeflw.cpp:1015:10: note: Condition 'debug' is always false
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/edgeflw.cpp:1035:17: style: Condition 'debug' is always false [knownConditionTrueFalse]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/edgeflw.cpp:880:18: note: Assignment 'debug=0', assigned value is 0
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/edgeflw.cpp:1035:17: note: Condition 'debug' is always false
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/edgeflw.cpp:1048:7: style: Condition 'debug' is always false [knownConditionTrueFalse]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/edgeflw.cpp:880:18: note: Assignment 'debug=0', assigned value is 0
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/edgeflw.cpp:1048:7: note: Condition 'debug' is always false
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/edgeflw.cpp:1066:7: style: Condition 'debug' is always false [knownConditionTrueFalse]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/edgeflw.cpp:880:18: note: Assignment 'debug=0', assigned value is 0
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/edgeflw.cpp:1066:7: note: Condition 'debug' is always false
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/edgeflw.cpp:1087:11: style: Condition 'debug' is always false [knownConditionTrueFalse]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/edgeflw.cpp:880:18: note: Assignment 'debug=0', assigned value is 0
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/edgeflw.cpp:1087:11: note: Condition 'debug' is always false
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/edgeflw.cpp:1137:11: style: Condition 'debug' is always false [knownConditionTrueFalse]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/edgeflw.cpp:880:18: note: Assignment 'debug=0', assigned value is 0
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/edgeflw.cpp:1137:11: note: Condition 'debug' is always false
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/edgeflw.cpp:1152:11: style: Condition 'debug' is always false [knownConditionTrueFalse]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/edgeflw.cpp:880:18: note: Assignment 'debug=0', assigned value is 0
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/edgeflw.cpp:1152:11: note: Condition 'debug' is always false
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/edgeflw.cpp:1162:9: style: Condition 'debug' is always false [knownConditionTrueFalse]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/edgeflw.cpp:880:18: note: Assignment 'debug=0', assigned value is 0
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/edgeflw.cpp:1162:9: note: Condition 'debug' is always false
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/edgeflw.cpp:1187:6: style: Condition 'debug' is always false [knownConditionTrueFalse]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/edgeflw.cpp:880:18: note: Assignment 'debug=0', assigned value is 0
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/edgeflw.cpp:1187:6: note: Condition 'debug' is always false
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/edgeflw.cpp:1217:9: style: Condition 'debug' is always false [knownConditionTrueFalse]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/edgeflw.cpp:880:18: note: Assignment 'debug=0', assigned value is 0
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/edgeflw.cpp:1217:9: note: Condition 'debug' is always false
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/edgeflw.cpp:933:3: style: C-style pointer casting [cstyleCast]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/edgeflw.cpp:958:3: style: C-style pointer casting [cstyleCast]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/edgeflw.cpp:103:9: style: The scope of the variable 'pi1' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/edgeflw.cpp:107:9: style: The scope of the variable 'copyedge' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/edgeflw.cpp:643:26: style: The scope of the variable 'cursteplen' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/edgeflw.cpp:1239:23: style: The scope of the variable 'lam' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/edgeflw.cpp:12:3: warning: Member variable 'EdgeCalculation::cntedge' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/edgeflw.cpp:12:3: warning: Member variable 'EdgeCalculation::point_on_edge_problem' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/edgeflw.cpp:18:5: style: Class 'EdgeCalculation' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/edgeflw.cpp:18:5: style: Class 'EdgeCalculation' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/explicitcurve2d.cpp:25:10: style: The scope of the variable 'f' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/extrusion.cpp:460:19: style: The scope of the variable 'actmax' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/extrusion.cpp:688:3: style: Variable 'nump' is modified but its new value is never used. [unreadVariable]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/extrusion.cpp:47:20: warning: Member variable 'ExtrusionFace::profile_par' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/extrusion.cpp:47:20: warning: Member variable 'ExtrusionFace::latest_seg' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/extrusion.cpp:47:20: warning: Member variable 'ExtrusionFace::latest_t' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/extrusion.cpp:57:20: warning: Member variable 'ExtrusionFace::profile_par' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/extrusion.cpp:57:20: warning: Member variable 'ExtrusionFace::latest_seg' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/extrusion.cpp:57:20: warning: Member variable 'ExtrusionFace::latest_t' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/extrusion.cpp:717:16: warning: Member variable 'Extrusion::latestfacenum' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/extrusion.hpp:34:8: performance: Technically the member function 'netgen::ExtrusionFace::Orthogonalize' can be static. [functionStatic]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/extrusion.cpp:125:25: note: Technically the member function 'netgen::ExtrusionFace::Orthogonalize' can be static.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/extrusion.hpp:34:8: note: Technically the member function 'netgen::ExtrusionFace::Orthogonalize' can be static.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/extrusion.cpp:81:2: style: Class 'ExtrusionFace' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/extrusion.cpp:81:2: style: Class 'ExtrusionFace' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/gencyl.cpp:12:3: performance: Variable 'planep' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/gencyl.cpp:13:3: performance: Variable 'planee1' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/gencyl.cpp:14:3: performance: Variable 'planee2' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/genmesh.cpp:726:17: warning: Identical condition 'multithread.terminate', second condition is always false [identicalConditionAfterEarlyExit]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/genmesh.cpp:718:17: note: first condition
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/genmesh.cpp:726:17: note: second condition
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.cpp:68:66: style: Function 'GetIdentifiedPoint' argument 2 names different: declaration 'pi1' definition 'pi'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.hpp:55:58: note: Function 'GetIdentifiedPoint' argument 2 names different: declaration 'pi1' definition 'pi'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.cpp:68:66: note: Function 'GetIdentifiedPoint' argument 2 names different: declaration 'pi1' definition 'pi'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.cpp:247:53: style: Function 'Identifyable' argument 2 names different: declaration 'sp2' definition 'p2'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.hpp:92:67: note: Function 'Identifyable' argument 2 names different: declaration 'sp2' definition 'p2'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.cpp:247:53: note: Function 'Identifyable' argument 2 names different: declaration 'sp2' definition 'p2'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.cpp:257:45: style: Function 'GetIdentifiedPoint' argument 2 names different: declaration 'pi1' definition 'pi'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.hpp:93:58: note: Function 'GetIdentifiedPoint' argument 2 names different: declaration 'pi1' definition 'pi'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.cpp:257:45: note: Function 'GetIdentifiedPoint' argument 2 names different: declaration 'pi1' definition 'pi'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.cpp:821:53: style: Function 'Identifyable' argument 2 names different: declaration 'sp2' definition 'p2'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.hpp:146:67: note: Function 'Identifyable' argument 2 names different: declaration 'sp2' definition 'p2'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.cpp:821:53: note: Function 'Identifyable' argument 2 names different: declaration 'sp2' definition 'p2'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.cpp:877:45: style: Function 'GetIdentifiedPoint' argument 2 names different: declaration 'pi1' definition 'pi'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.hpp:149:58: note: Function 'GetIdentifiedPoint' argument 2 names different: declaration 'pi1' definition 'pi'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.cpp:877:45: note: Function 'GetIdentifiedPoint' argument 2 names different: declaration 'pi1' definition 'pi'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.cpp:1575:7: style: Unused variable: i [unusedVariable]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.cpp:1575:10: style: Unused variable: j [unusedVariable]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.cpp:1622:7: style: Unused variable: i [unusedVariable]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.cpp:1622:10: style: Unused variable: j [unusedVariable]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/identify.cpp:1622:13: style: Unused variable: k [unusedVariable]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/meshsurf.cpp:18:26: style: Function 'Meshing2Surfaces' argument 2 names different: declaration 'aboundingbox' definition 'abb'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/meshsurf.hpp:14:59: note: Function 'Meshing2Surfaces' argument 2 names different: declaration 'aboundingbox' definition 'abb'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/meshsurf.cpp:18:26: note: Function 'Meshing2Surfaces' argument 2 names different: declaration 'aboundingbox' definition 'abb'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/meshsurf.cpp:34:19: style: Function 'TransformToPlain' argument 3 names different: declaration 'plainpoint' definition 'planepoint'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/meshsurf.hpp:24:16: note: Function 'TransformToPlain' argument 3 names different: declaration 'plainpoint' definition 'planepoint'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/meshsurf.cpp:34:19: note: Function 'TransformToPlain' argument 3 names different: declaration 'plainpoint' definition 'planepoint'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/meshsurf.cpp:43:55: style: Function 'TransformFromPlain' argument 1 names different: declaration 'plainpoint' definition 'planepoint'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/meshsurf.hpp:27:45: note: Function 'TransformFromPlain' argument 1 names different: declaration 'plainpoint' definition 'planepoint'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/meshsurf.cpp:43:55: note: Function 'TransformFromPlain' argument 1 names different: declaration 'plainpoint' definition 'planepoint'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/polyhedra.cpp:9:18: warning: Member variable 'Face::planenr' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/revolution.cpp:100:5: style: Variable 'pos' is modified but its new value is never used. [unreadVariable]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/revolution.cpp:740:8: style: Variable 'intersections_after' is modified but its new value is never used. [unreadVariable]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/revolution.cpp:55:21: warning: Member variable 'RevolutionFace::id' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/revolution.cpp:591:17: warning: Member variable 'Revolution::intersecting_face' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/revolution.hpp:9:8: style: Member variable 'RevolutionFace::isfirst' is in the wrong place in the initializer list. [initializerList]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/revolution.cpp:48:45: note: Member variable 'RevolutionFace::isfirst' is in the wrong place in the initializer list.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/revolution.hpp:9:8: note: Member variable 'RevolutionFace::isfirst' is in the wrong place in the initializer list.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/revolution.cpp:80:2: style: Class 'RevolutionFace' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/revolution.cpp:80:2: style: Class 'RevolutionFace' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/singularref.cpp:180:38: warning: Either the condition '!tansol' is redundant or there is possible null pointer dereference: tansol. [nullPointerRedundantCheck]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/singularref.cpp:182:12: note: Assuming that condition '!tansol' is not redundant
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/singularref.cpp:180:38: note: Null pointer dereference
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/singularref.hpp:43:7: style: Member variable 'SingularEdge::domnr' is in the wrong place in the initializer list. [initializerList]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/singularref.cpp:16:20: note: Member variable 'SingularEdge::domnr' is in the wrong place in the initializer list.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/singularref.hpp:43:7: note: Member variable 'SingularEdge::domnr' is in the wrong place in the initializer list.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/solid.cpp:461:17: style: The scope of the variable 's2' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/solid.cpp:484:17: style: The scope of the variable 's2' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/solid.cpp:580:8: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/solid.cpp:599:8: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/solid.cpp:1192:9: style: The scope of the variable 'priminv' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/solid.cpp:742:73: style: Function 'RecTangentialSolid2' argument 2 names different: declaration 'vec' definition 't'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/solid.hpp:163:64: note: Function 'RecTangentialSolid2' argument 2 names different: declaration 'vec' definition 't'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/solid.cpp:742:73: note: Function 'RecTangentialSolid2' argument 2 names different: declaration 'vec' definition 't'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/solid.cpp:859:25: style: Function 'RecTangentialSolid3' argument 2 names different: declaration 'vec' definition 't'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/solid.hpp:167:64: note: Function 'RecTangentialSolid3' argument 2 names different: declaration 'vec' definition 't'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/solid.cpp:859:25: note: Function 'RecTangentialSolid3' argument 2 names different: declaration 'vec' definition 't'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/solid.cpp:859:43: style: Function 'RecTangentialSolid3' argument 3 names different: declaration 'vec2' definition 't2'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/solid.hpp:167:83: note: Function 'RecTangentialSolid3' argument 3 names different: declaration 'vec2' definition 't2'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/solid.cpp:859:43: note: Function 'RecTangentialSolid3' argument 3 names different: declaration 'vec2' definition 't2'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/solid.cpp:1418:79: style: Function 'GetTangentialSurfaceIndices' argument 2 names different: declaration 'surfids' definition 'surfind'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/solid.hpp:68:70: note: Function 'GetTangentialSurfaceIndices' argument 2 names different: declaration 'surfids' definition 'surfind'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/solid.cpp:1418:79: note: Function 'GetTangentialSurfaceIndices' argument 2 names different: declaration 'surfids' definition 'surfind'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/solid.cpp:1424:82: style: Function 'RecGetTangentialSurfaceIndices' argument 2 names different: declaration 'surfids' definition 'surfind'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/solid.hpp:185:73: note: Function 'RecGetTangentialSurfaceIndices' argument 2 names different: declaration 'surfids' definition 'surfind'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/solid.cpp:1424:82: note: Function 'RecGetTangentialSurfaceIndices' argument 2 names different: declaration 'surfids' definition 'surfind'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/solid.cpp:1461:24: style: Function 'GetTangentialSurfaceIndices2' argument 3 names different: declaration 'surfids' definition 'surfind'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/solid.hpp:69:89: note: Function 'GetTangentialSurfaceIndices2' argument 3 names different: declaration 'surfids' definition 'surfind'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/solid.cpp:1461:24: note: Function 'GetTangentialSurfaceIndices2' argument 3 names different: declaration 'surfids' definition 'surfind'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/solid.cpp:1468:21: style: Function 'RecGetTangentialSurfaceIndices2' argument 3 names different: declaration 'surfids' definition 'surfind'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/solid.hpp:186:92: note: Function 'RecGetTangentialSurfaceIndices2' argument 3 names different: declaration 'surfids' definition 'surfind'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/solid.cpp:1468:21: note: Function 'RecGetTangentialSurfaceIndices2' argument 3 names different: declaration 'surfids' definition 'surfind'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/solid.cpp:1513:24: style: Function 'GetTangentialSurfaceIndices3' argument 4 names different: declaration 'surfids' definition 'surfind'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/solid.hpp:70:108: note: Function 'GetTangentialSurfaceIndices3' argument 4 names different: declaration 'surfids' definition 'surfind'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/solid.cpp:1513:24: note: Function 'GetTangentialSurfaceIndices3' argument 4 names different: declaration 'surfids' definition 'surfind'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/solid.cpp:1520:21: style: Function 'RecGetTangentialSurfaceIndices3' argument 4 names different: declaration 'surfids' definition 'surfind'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/solid.hpp:188:19: note: Function 'RecGetTangentialSurfaceIndices3' argument 4 names different: declaration 'surfids' definition 'surfind'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/solid.cpp:1520:21: note: Function 'RecGetTangentialSurfaceIndices3' argument 4 names different: declaration 'surfids' definition 'surfind'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/solid.cpp:1570:24: style: Function 'RecGetTangentialEdgeSurfaceIndices' argument 5 names different: declaration 'surfids' definition 'surfind'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/solid.hpp:190:22: note: Function 'RecGetTangentialEdgeSurfaceIndices' argument 5 names different: declaration 'surfids' definition 'surfind'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/solid.cpp:1570:24: note: Function 'RecGetTangentialEdgeSurfaceIndices' argument 5 names different: declaration 'surfids' definition 'surfind'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/solid.cpp:28:12: warning: Member variable 'Solid::visited' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/solid.cpp:544:0: error: Memory leak: nsol [memleak]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/specpoin.cpp:202:26: style: The scope of the variable 'sureexp' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/specpoin.cpp:32:54: style: Function 'SpecialPoint' argument 1 names different: declaration 'sp2' definition 'sp'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/specpoin.hpp:43:38: note: Function 'SpecialPoint' argument 1 names different: declaration 'sp2' definition 'sp'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/specpoin.cpp:32:54: note: Function 'SpecialPoint' argument 1 names different: declaration 'sp2' definition 'sp'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/specpoin.cpp:44:66: style: Function 'operator=' argument 1 names different: declaration 'sp2' definition 'sp'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/specpoin.hpp:46:50: note: Function 'operator=' argument 1 names different: declaration 'sp2' definition 'sp'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/specpoin.cpp:44:66: note: Function 'operator=' argument 1 names different: declaration 'sp2' definition 'sp'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/specpoin.cpp:77:27: style: Function 'CalcSpecialPoints' argument 2 names different: declaration 'points' definition 'apoints'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/specpoin.hpp:100:25: note: Function 'CalcSpecialPoints' argument 2 names different: declaration 'points' definition 'apoints'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/specpoin.cpp:77:27: note: Function 'CalcSpecialPoints' argument 2 names different: declaration 'points' definition 'apoints'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/specpoin.cpp:1079:34: style: Function 'ComputeCrossPoints' argument 3 names different: declaration 'quadratic' definition 'quadric'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/specpoin.hpp:168:32: note: Function 'ComputeCrossPoints' argument 3 names different: declaration 'quadratic' definition 'quadric'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/specpoin.cpp:1079:34: note: Function 'ComputeCrossPoints' argument 3 names different: declaration 'quadratic' definition 'quadric'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/specpoin.cpp:1364:44: style: Function 'AnalyzeSpecialPoints' argument 1 names different: declaration 'geometry' definition 'ageometry'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/specpoin.hpp:102:49: note: Function 'AnalyzeSpecialPoints' argument 1 names different: declaration 'geometry' definition 'ageometry'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/specpoin.cpp:1364:44: note: Function 'AnalyzeSpecialPoints' argument 1 names different: declaration 'geometry' definition 'ageometry'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/specpoin.cpp:1365:23: style: Function 'AnalyzeSpecialPoints' argument 2 names different: declaration 'points' definition 'apoints'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/specpoin.hpp:103:28: note: Function 'AnalyzeSpecialPoints' argument 2 names different: declaration 'points' definition 'apoints'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/specpoin.cpp:1365:23: note: Function 'AnalyzeSpecialPoints' argument 2 names different: declaration 'points' definition 'apoints'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/specpoin.cpp:207:5: style: Variable 'cntbox' is modified but its new value is never used. [unreadVariable]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/specpoin.cpp:32:19: warning: Member variable 'SpecialPoint::nr' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/specpoin.cpp:44:34: warning: Member variable 'SpecialPoint::nr' is not assigned a value in 'SpecialPoint::operator='. [operatorEqVarError]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/specpoin.cpp:70:30: warning: Member variable 'SpecialPointCalculation::geometry' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/specpoin.cpp:70:30: warning: Member variable 'SpecialPointCalculation::points' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/specpoin.cpp:70:30: warning: Member variable 'SpecialPointCalculation::size' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/specpoin.cpp:70:30: warning: Member variable 'SpecialPointCalculation::relydegtest' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/specpoin.cpp:70:30: warning: Member variable 'SpecialPointCalculation::cpeps1' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/specpoin.cpp:70:30: warning: Member variable 'SpecialPointCalculation::epeps1' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/specpoin.cpp:70:30: warning: Member variable 'SpecialPointCalculation::epeps2' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/specpoin.cpp:70:30: warning: Member variable 'SpecialPointCalculation::epspointdist2' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/specpoin.cpp:34:5: performance: Variable 'p' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/specpoin.cpp:35:5: performance: Variable 'v' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/specpoin.hpp:115:8: performance: Technically the member function 'netgen::SpecialPointCalculation::CrossPointNewtonConvergence' can be static. [functionStatic]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/specpoin.cpp:581:3: note: Technically the member function 'netgen::SpecialPointCalculation::CrossPointNewtonConvergence' can be static.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/specpoin.hpp:115:8: note: Technically the member function 'netgen::SpecialPointCalculation::CrossPointNewtonConvergence' can be static.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/specpoin.hpp:121:8: performance: Technically the member function 'netgen::SpecialPointCalculation::CrossPointNewton' can be static. [functionStatic]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/specpoin.cpp:679:35: note: Technically the member function 'netgen::SpecialPointCalculation::CrossPointNewton' can be static.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/specpoin.hpp:121:8: note: Technically the member function 'netgen::SpecialPointCalculation::CrossPointNewton' can be static.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/specpoin.hpp:124:8: performance: Technically the member function 'netgen::SpecialPointCalculation::EdgeNewtonConvergence' can be static. [functionStatic]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/specpoin.cpp:724:3: note: Technically the member function 'netgen::SpecialPointCalculation::EdgeNewtonConvergence' can be static.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/specpoin.hpp:124:8: note: Technically the member function 'netgen::SpecialPointCalculation::EdgeNewtonConvergence' can be static.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/specpoin.hpp:130:8: performance: Technically the member function 'netgen::SpecialPointCalculation::EdgeNewton' can be static. [functionStatic]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/specpoin.cpp:818:35: note: Technically the member function 'netgen::SpecialPointCalculation::EdgeNewton' can be static.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/specpoin.hpp:130:8: note: Technically the member function 'netgen::SpecialPointCalculation::EdgeNewton' can be static.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/specpoin.hpp:150:8: performance: Technically the member function 'netgen::SpecialPointCalculation::ExtremalPointNewton' can be static. [functionStatic]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/specpoin.cpp:902:35: note: Technically the member function 'netgen::SpecialPointCalculation::ExtremalPointNewton' can be static.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/specpoin.hpp:150:8: note: Technically the member function 'netgen::SpecialPointCalculation::ExtremalPointNewton' can be static.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/specpoin.hpp:166:8: performance: Technically the member function 'netgen::SpecialPointCalculation::ComputeCrossPoints' can be static. [functionStatic]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/specpoin.cpp:1077:3: note: Technically the member function 'netgen::SpecialPointCalculation::ComputeCrossPoints' can be static.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/specpoin.hpp:166:8: note: Technically the member function 'netgen::SpecialPointCalculation::ComputeCrossPoints' can be static.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/spline3d.cpp:133:25: style: The scope of the variable 'dist' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/spline3d.cpp:173:10: style: The scope of the variable 'tl' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/spline3d.cpp:173:14: style: The scope of the variable 'tu' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/spline3d.cpp:173:18: style: The scope of the variable 'dt' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/spline3d.cpp:173:22: style: The scope of the variable 'val' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/spline3d.cpp:173:27: style: The scope of the variable 'dval' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/spline3d.cpp:173:33: style: The scope of the variable 'valu' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/spline3d.cpp:173:39: style: The scope of the variable 'vall' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/spline3d.cpp:171:58: style: Function 'ProjectToSpline' argument 2 names different: declaration 't' definition 'optt'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/spline3d.hpp:39:48: note: Function 'ProjectToSpline' argument 2 names different: declaration 't' definition 'optt'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/spline3d.cpp:171:58: note: Function 'ProjectToSpline' argument 2 names different: declaration 't' definition 'optt'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/spline3d.cpp:256:46: style: Function 'ToPlane' argument 1 names different: declaration 'p' definition 'p3d'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/spline3d.hpp:71:42: note: Function 'ToPlane' argument 1 names different: declaration 'p' definition 'p3d'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/spline3d.cpp:256:46: note: Function 'ToPlane' argument 1 names different: declaration 'p' definition 'p3d'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/spline3d.cpp:270:67: style: Function 'FromPlane' argument 2 names different: declaration 'p' definition 'p3d'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/spline3d.hpp:73:63: note: Function 'FromPlane' argument 2 names different: declaration 'p' definition 'p3d'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/spline3d.cpp:270:67: note: Function 'FromPlane' argument 2 names different: declaration 'p' definition 'p3d'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/spline3d.cpp:282:40: style: Function 'Project' argument 1 names different: declaration 'p' definition 'p3d'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/spline3d.hpp:75:36: note: Function 'Project' argument 1 names different: declaration 'p' definition 'p3d'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/spline3d.cpp:282:40: note: Function 'Project' argument 1 names different: declaration 'p' definition 'p3d'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/spline3d.cpp:14:3: performance: Variable 'p1' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/spline3d.cpp:15:3: performance: Variable 'p2' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/spline3d.cpp:16:3: performance: Variable 'p3' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.cpp:126:10: style: The scope of the variable 'val' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.cpp:439:49: style: Function 'VecInSolid3' argument 2 names different: declaration 'v1' definition 'v'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.hpp:323:24: note: Function 'VecInSolid3' argument 2 names different: declaration 'v1' definition 'v'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.cpp:439:49: note: Function 'VecInSolid3' argument 2 names different: declaration 'v1' definition 'v'.
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.cpp:12:12: warning: Member variable 'Surface::inverse' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.cpp:15:3: style: Class 'Surface' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/csg/surface.cpp:15:3: style: Class 'Surface' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/hashtabl.hpp:1041:54: style: Function 'Set' argument 1 names different: declaration 'hash' definition 'ahash'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/hashtabl.hpp:47:34: note: Function 'Set' argument 1 names different: declaration 'hash' definition 'ahash'.
elmerfem-5396/ElmerGUI/netgen/libsrc/general/hashtabl.hpp:1041:54: note: Function 'Set' argument 1 names different: declaration 'hash' definition 'ahash'.
elmerfem-5396/ElmerGUI/netgen/libsrc/general/hashtabl.hpp:235:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/hashtabl.hpp:264:24: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/hashtabl.hpp:398:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/hashtabl.hpp:433:24: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/template.hpp:79:3: warning: Member variable 'twoint::i1' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/template.hpp:79:3: warning: Member variable 'twoint::i2' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/template.hpp:97:3: warning: Member variable 'threeint::i1' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/template.hpp:97:3: warning: Member variable 'threeint::i2' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/template.hpp:97:3: warning: Member variable 'threeint::i3' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/template.hpp:116:45: warning: Member variable 'fourint::i1' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/template.hpp:116:45: warning: Member variable 'fourint::i2' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/template.hpp:116:45: warning: Member variable 'fourint::i3' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/template.hpp:116:45: warning: Member variable 'fourint::i4' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/template.hpp:131:3: warning: Member variable 'INDEX_2::i' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/template.hpp:196:3: warning: Member variable 'INDEX_3::i' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/template.hpp:265:3: warning: Member variable 'INDEX_4::i' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/template.hpp:327:3: warning: Member variable 'INDEX_4Q::i' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:378:12: warning: Member variable 'ArrayMem::mem' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/bitarray.hpp:201:18: warning: Member variable 'BitArrayChar::data' is not assigned a value in 'BitArrayChar::operator='. [operatorEqVarError]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/bitarray.hpp:203:3: warning: Member variable 'BitArrayChar::data' is not initialized in the constructor. [uninitMemberVarPrivate]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/autoptr.hpp:27:3: warning: Member variable 'AutoPtr::ptr' is not initialized in the constructor. [uninitMemberVarPrivate]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/autoptr.hpp:28:13: warning: Member variable 'AutoPtr::ptr' is not assigned a value in 'AutoPtr::operator='. [operatorEqVarError]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/autoptr.hpp:28:13: style: 'operator=' should return reference to 'this' instance. [operatorEqRetRefThis]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/moveablemem.hpp:96:0: style: 'operator=' should return reference to 'this' instance. [operatorEqRetRefThis]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/bitarray.hpp:71:24: performance: Technically the member function 'netgen::BitArray::Mask' can be static. [functionStatic]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/bitarray.hpp:76:16: performance: Technically the member function 'netgen::BitArray::Addr' can be static. [functionStatic]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/seti.hpp:41:22: style: Technically the member function 'netgen::IndexSet::Array' can be const. [functionConst]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/autoptr.hpp:25:3: style: Technically the member function 'netgen::AutoPtr::operatorbool' can be const. [functionConst]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:42:0: performance: Technically the member function 'netgen :: FlatArray < int , 0 >::Begin' can be static. [functionStatic]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/ngexception.hpp:18:3: style: Class 'NgException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/moveablemem.hpp:29:3: style: Class 'BaseMoveableMem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/dynamicmem.hpp:48:3: style: Class 'DynamicMem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/table.hpp:33:3: style: Class 'BASE_TABLE' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/hashtabl.hpp:22:3: style: Class 'BASE_INDEX_HASHTABLE' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/hashtabl.hpp:45:3: style: Class 'INDEX_HASHTABLE' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/hashtabl.hpp:82:3: style: Class 'BASE_INDEX_2_HASHTABLE' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/hashtabl.hpp:115:2: style: Class 'INDEX_2_HASHTABLE' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/hashtabl.hpp:287:3: style: Class 'BASE_INDEX_3_HASHTABLE' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/hashtabl.hpp:324:3: style: Class 'INDEX_3_HASHTABLE' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/hashtabl.hpp:475:3: style: Class 'BASE_INDEX_CLOSED_HASHTABLE' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/hashtabl.hpp:533:3: style: Class 'INDEX_CLOSED_HASHTABLE' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/hashtabl.hpp:625:3: style: Class 'BASE_INDEX_2_CLOSED_HASHTABLE' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/hashtabl.hpp:685:3: style: Class 'INDEX_2_CLOSED_HASHTABLE' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/hashtabl.hpp:725:3: style: Class 'BASE_INDEX_3_CLOSED_HASHTABLE' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/hashtabl.hpp:817:3: style: Class 'INDEX_3_CLOSED_HASHTABLE' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/bitarray.hpp:30:3: style: Class 'BitArray' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/bitarray.hpp:165:3: style: Class 'BitArrayChar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/seti.hpp:19:3: style: Class 'IndexSet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/mystring.hpp:46:3: style: Class 'MyStr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/mystring.hpp:47:3: style: Class 'MyStr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/mystring.hpp:49:3: style: Class 'MyStr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/mystring.hpp:50:3: style: Class 'MyStr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/mystring.hpp:51:3: style: Class 'MyStr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/mystring.hpp:52:3: style: Class 'MyStr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/mystring.hpp:53:3: style: Class 'MyStr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/mystring.hpp:54:3: style: Class 'MyStr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/mystring.hpp:55:3: style: Class 'MyStr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/profiler.hpp:56:5: style: Class 'RegionTimer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/netgenout.hpp:22:3: style: Class 'Imp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/netgenout.hpp:34:3: style: Class 'Proc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/netgenout.hpp:45:3: style: Class 'Procs' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/table.hpp:85:0: style: Class 'netgen :: TABLE < int , 0 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/table.hpp:88:0: style: Class 'netgen :: TABLE < int , 0 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/table.hpp:85:0: style: Class 'netgen :: TABLE < INDEX_2 , 0 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/table.hpp:88:0: style: Class 'netgen :: TABLE < INDEX_2 , 0 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/table.hpp:85:0: style: Class 'netgen :: TABLE < INDEX_3 , 0 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/table.hpp:88:0: style: Class 'netgen :: TABLE < INDEX_3 , 0 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:435:0: style: Class 'netgen :: MoveableArray < int , 0 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:435:0: style: Class 'netgen :: MoveableArray < INDEX_2 , 0 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:435:0: style: Class 'netgen :: MoveableArray < INDEX_3 , 0 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/moveablemem.hpp:52:0: style: Class 'netgen :: MoveableMem < int >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/moveablemem.hpp:52:0: style: Class 'netgen :: MoveableMem < INDEX_2 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/moveablemem.hpp:52:0: style: Class 'netgen :: MoveableMem < INDEX_3 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/template.hpp:124:1: warning: The class 'INDEX_2' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/template.hpp:189:1: warning: The class 'INDEX_3' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/template.hpp:258:1: warning: The class 'INDEX_4' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/template.hpp:320:1: warning: The class 'INDEX_4Q' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:421:0: warning: The class 'netgen :: MoveableArray < int , 0 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:421:0: warning: The class 'netgen :: MoveableArray < INDEX_2 , 0 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:421:0: warning: The class 'netgen :: MoveableArray < INDEX_3 , 0 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:179:0: warning: The class 'netgen :: ARRAY < linestruct , 0 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:179:0: warning: The class 'netgen :: ARRAY < char * , 0 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:179:0: warning: The class 'netgen :: ARRAY < double , 0 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:179:0: warning: The class 'netgen :: ARRAY < int , 0 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/bitarray.hpp:201:0: warning: Member variable 'netgen :: BitArrayChar < 0 >::data' is not assigned a value in 'netgen :: BitArrayChar < 0 >::operator='. [operatorEqVarError]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/bitarray.hpp:203:0: warning: Member variable 'netgen :: BitArrayChar < 0 >::data' is not initialized in the constructor. [uninitMemberVarPrivate]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/bitarray.hpp:201:0: warning: Member variable 'netgen :: BitArrayChar < 1 >::data' is not assigned a value in 'netgen :: BitArrayChar < 1 >::operator='. [operatorEqVarError]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/bitarray.hpp:203:0: warning: Member variable 'netgen :: BitArrayChar < 1 >::data' is not initialized in the constructor. [uninitMemberVarPrivate]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/bitarray.hpp:165:0: style: Class 'netgen :: BitArrayChar < 0 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/bitarray.hpp:165:0: style: Class 'netgen :: BitArrayChar < 1 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:179:0: warning: The class 'netgen :: ARRAY < char , 0 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:179:0: warning: The class 'netgen :: ARRAY < char , 1 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/flags.cpp:256:10: style: The scope of the variable 'name' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/flags.cpp:257:12: style: The scope of the variable 'val' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/flags.cpp:253:19: style: Variable 'inst' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/hashtabl.cpp:151:20: style: Function 'BaseSetSize' argument 1 names different: declaration 'asize' definition 'size'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/hashtabl.hpp:521:25: note: Function 'BaseSetSize' argument 1 names different: declaration 'asize' definition 'size'.
elmerfem-5396/ElmerGUI/netgen/libsrc/general/hashtabl.cpp:151:20: note: Function 'BaseSetSize' argument 1 names different: declaration 'asize' definition 'size'.
elmerfem-5396/ElmerGUI/netgen/libsrc/general/hashtabl.cpp:228:20: style: Function 'BaseSetSize' argument 1 names different: declaration 'asize' definition 'size'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/hashtabl.hpp:673:25: note: Function 'BaseSetSize' argument 1 names different: declaration 'asize' definition 'size'.
elmerfem-5396/ElmerGUI/netgen/libsrc/general/hashtabl.cpp:228:20: note: Function 'BaseSetSize' argument 1 names different: declaration 'asize' definition 'size'.
elmerfem-5396/ElmerGUI/netgen/libsrc/general/hashtabl.cpp:292:20: style: Function 'BaseSetSize' argument 1 names different: declaration 'asize' definition 'size'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/hashtabl.hpp:806:25: note: Function 'BaseSetSize' argument 1 names different: declaration 'asize' definition 'size'.
elmerfem-5396/ElmerGUI/netgen/libsrc/general/hashtabl.cpp:292:20: note: Function 'BaseSetSize' argument 1 names different: declaration 'asize' definition 'size'.
elmerfem-5396/ElmerGUI/netgen/libsrc/general/moveablemem.cpp:112:7: style: Exception should be caught by reference. [catchExceptionByValue]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/moveablemem.cpp:46:3: error: Exception thrown in function declared not to throw exceptions. [throwInNoexceptFunction]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/moveablemem.cpp:213:13: error: Exception thrown in function declared not to throw exceptions. [throwInNoexceptFunction]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/mystring.cpp:347:15: style: The scope of the variable 'dummy' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/mystring.cpp:359:15: style: The scope of the variable 'dummy' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/mystring.cpp:308:15: warning: 'operator=' should check for assignment to self to avoid problems with dynamic memory. [operatorEqToSelf]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/mystring.hpp:73:8: performance: Technically the member function 'netgen::MyStr::ConvertTextToExcel' can be static. [functionStatic]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/mystring.cpp:286:13: note: Technically the member function 'netgen::MyStr::ConvertTextToExcel' can be static.
elmerfem-5396/ElmerGUI/netgen/libsrc/general/mystring.hpp:73:8: note: Technically the member function 'netgen::MyStr::ConvertTextToExcel' can be static.
elmerfem-5396/ElmerGUI/netgen/libsrc/general/mystring.hpp:75:8: performance: Technically the member function 'netgen::MyStr::ConvertExcelToText' can be static. [functionStatic]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/mystring.cpp:297:13: note: Technically the member function 'netgen::MyStr::ConvertExcelToText' can be static.
elmerfem-5396/ElmerGUI/netgen/libsrc/general/mystring.hpp:75:8: note: Technically the member function 'netgen::MyStr::ConvertExcelToText' can be static.
elmerfem-5396/ElmerGUI/netgen/libsrc/general/profiler.cpp:85:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'long'. [invalidPrintfArgType_sint]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/table.cpp:38:5: style: Class 'BASE_TABLE' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/table.cpp:38:5: style: Class 'BASE_TABLE' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:773:42: style: Function 'GetCoeff' argument 1 names different: declaration 'coeffs' definition 'u'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:180:35: note: Function 'GetCoeff' argument 1 names different: declaration 'coeffs' definition 'u'.
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:773:42: note: Function 'GetCoeff' argument 1 names different: declaration 'coeffs' definition 'u'.
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:942:41: style: Function 'GetCoeff' argument 1 names different: declaration 'coeffs' definition 'coeff'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:220:35: note: Function 'GetCoeff' argument 1 names different: declaration 'coeffs' definition 'coeff'.
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:942:41: note: Function 'GetCoeff' argument 1 names different: declaration 'coeffs' definition 'coeff'.
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:591:11: style: Variable 'dist' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:666:11: style: Variable 'mind' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/splinegeometry.hpp:37:0: style: The class 'netgen :: SplineGeometry < 2 >' does not have a constructor although it has private member variables. [noConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:28:0: warning: Member variable 'netgen :: GeomPoint < 2 >::refatpoint' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:28:0: warning: Member variable 'netgen :: GeomPoint < 2 >::hpref' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:216:32: warning: Virtual function 'StartPI' is called from constructor 'CircleSeg(const GeomPoint<D>&ap1,const GeomPoint<D>&ap2,const GeomPoint<D>&ap3)' at line 916. Dynamic binding is not used. [virtualCallInConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:916:21: note: Calling StartPI
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:216:32: note: StartPI is a virtual method
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:251:3: style: Class 'DiscretePointsSeg' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/geom2dmesh.hpp:16:3: style: Class 'Refinement2d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:1007:19: style: Boolean value assigned to floating point variable. [assignBoolToFloat]
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:1008:19: style: Boolean value assigned to floating point variable. [assignBoolToFloat]
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.cpp:288:43: style: The scope of the variable 'f' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:28:3: warning: Member variable 'GeomPoint::refatpoint' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:28:3: warning: Member variable 'GeomPoint::hpref' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:120:18: style: The function 'Length' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:61:18: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:120:18: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:122:20: style: The function 'GetPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:63:20: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:122:20: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:124:18: style: The function 'GetTangent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:65:18: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:124:18: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:127:16: style: The function 'GetDerivatives' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:67:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:127:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:132:32: style: The function 'StartPI' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:75:32: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:132:32: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:134:32: style: The function 'EndPI' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:77:32: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:134:32: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:136:16: style: The function 'GetCoeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:85:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:136:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:138:18: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:98:18: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:138:18: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:140:16: style: The function 'LineIntersections' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:92:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:140:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:143:18: style: The function 'MaxCurvature' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:96:18: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:143:18: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:145:16: style: The function 'Project' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:100:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:145:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:147:16: style: The function 'GetRawData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:103:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:147:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:166:20: style: The function 'GetPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:63:20: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:166:20: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:168:18: style: The function 'GetTangent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:65:18: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:168:18: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:171:16: style: The function 'GetDerivatives' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:67:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:171:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:176:32: style: The function 'StartPI' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:75:32: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:176:32: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:178:32: style: The function 'EndPI' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:77:32: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:178:32: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:180:16: style: The function 'GetCoeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:85:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:180:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:182:18: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:98:18: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:182:18: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:186:16: style: The function 'LineIntersections' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:92:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:186:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:189:18: style: The function 'MaxCurvature' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:96:18: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:189:18: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:191:16: style: The function 'Project' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:100:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:191:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:193:16: style: The function 'GetRawData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:103:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:193:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:214:20: style: The function 'GetPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:63:20: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:214:20: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:216:32: style: The function 'StartPI' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:75:32: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:216:32: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:218:32: style: The function 'EndPI' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:77:32: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:218:32: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:220:16: style: The function 'GetCoeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:85:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:220:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:230:18: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:98:18: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:230:18: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:232:16: style: The function 'LineIntersections' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:92:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:232:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:235:18: style: The function 'MaxCurvature' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:96:18: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:235:18: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:255:20: style: The function 'GetPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:63:20: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:255:20: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:257:32: style: The function 'StartPI' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:75:32: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:257:32: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:259:32: style: The function 'EndPI' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:77:32: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:259:32: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:261:16: style: The function 'GetCoeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:85:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:261:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:263:18: style: The function 'MaxCurvature' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:96:18: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:263:18: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline2d.cpp:2:0: error: syntax error [syntaxError]
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/splinegeometry.cpp:44:8: style: The scope of the variable 'ischar' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/splinegeometry.cpp:1017:0: style: Function 'CopyEdgeMesh' argument 3 names different: declaration 'mesh2d' definition 'mesh'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/splinegeometry.hpp:69:0: note: Function 'CopyEdgeMesh' argument 3 names different: declaration 'mesh2d' definition 'mesh'.
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/splinegeometry.cpp:1017:0: note: Function 'CopyEdgeMesh' argument 3 names different: declaration 'mesh2d' definition 'mesh'.
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/splinegeometry.hpp:37:0: style: The class 'netgen :: SplineGeometry < 3 >' does not have a constructor although it has private member variables. [noConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:28:0: warning: Member variable 'netgen :: GeomPoint < 3 >::refatpoint' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/spline.hpp:28:0: warning: Member variable 'netgen :: GeomPoint < 3 >::hpref' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/splinegeometry.hpp:110:0: performance: Technically the member function 'netgen :: SplineGeometry < 2 >::TestComment' can be static. [functionStatic]
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/splinegeometry.cpp:386:0: note: Technically the member function 'netgen :: SplineGeometry < 2 >::TestComment' can be static.
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/splinegeometry.hpp:110:0: note: Technically the member function 'netgen :: SplineGeometry < 2 >::TestComment' can be static.
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/splinegeometry.hpp:110:0: performance: Technically the member function 'netgen :: SplineGeometry < 3 >::TestComment' can be static. [functionStatic]
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/splinegeometry.cpp:386:0: note: Technically the member function 'netgen :: SplineGeometry < 3 >::TestComment' can be static.
elmerfem-5396/ElmerGUI/netgen/libsrc/geom2d/splinegeometry.hpp:110:0: note: Technically the member function 'netgen :: SplineGeometry < 3 >::TestComment' can be static.
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geomobjects.hpp:73:0: error: Array 'x[2]' accessed at index 2, which is out of bounds. [arrayIndexOutOfBounds]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geomobjects.hpp:75:0: error: Array 'x[2]' accessed at index 2, which is out of bounds. [arrayIndexOutOfBounds]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geomobjects.hpp:75:0: error: Array 'x[2]' accessed at index 3, which is out of bounds. [arrayIndexOutOfBounds]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geomobjects.hpp:75:0: error: Array 'x[3]' accessed at index 3, which is out of bounds. [arrayIndexOutOfBounds]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geomobjects.hpp:28:0: error: Array 'x[2]' accessed at index 2, which is out of bounds. [arrayIndexOutOfBounds]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geomobjects.hpp:30:0: error: Array 'x[2]' accessed at index 2, which is out of bounds. [arrayIndexOutOfBounds]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geomobjects.hpp:30:0: error: Array 'x[2]' accessed at index 3, which is out of bounds. [arrayIndexOutOfBounds]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geomobjects.hpp:30:0: error: Array 'x[3]' accessed at index 3, which is out of bounds. [arrayIndexOutOfBounds]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/adtree.cpp:169:9: style: The scope of the variable 'dir' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/adtree.cpp:406:9: style: The scope of the variable 'dir' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geom2d.hpp:711:39: style: Function 'operator-' argument 1 names different: declaration 'p1' definition 'v1'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geom2d.hpp:40:39: note: Function 'operator-' argument 1 names different: declaration 'p1' definition 'v1'.
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geom2d.hpp:711:39: note: Function 'operator-' argument 1 names different: declaration 'p1' definition 'v1'.
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geom2d.hpp:711:57: style: Function 'operator-' argument 2 names different: declaration 'v' definition 'v2'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geom2d.hpp:40:57: note: Function 'operator-' argument 2 names different: declaration 'v' definition 'v2'.
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geom2d.hpp:711:57: note: Function 'operator-' argument 2 names different: declaration 'v' definition 'v2'.
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geom2d.hpp:717:39: style: Function 'operator+' argument 1 names different: declaration 'p1' definition 'v1'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geom2d.hpp:41:39: note: Function 'operator+' argument 1 names different: declaration 'p1' definition 'v1'.
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geom2d.hpp:717:39: note: Function 'operator+' argument 1 names different: declaration 'p1' definition 'v1'.
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geom2d.hpp:717:57: style: Function 'operator+' argument 2 names different: declaration 'v' definition 'v2'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geom2d.hpp:41:57: note: Function 'operator+' argument 2 names different: declaration 'v' definition 'v2'.
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geom2d.hpp:717:57: note: Function 'operator+' argument 2 names different: declaration 'v' definition 'v2'.
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geom3d.hpp:504:39: style: Function 'operator-' argument 1 names different: declaration 'p1' definition 'v1'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geom3d.hpp:29:39: note: Function 'operator-' argument 1 names different: declaration 'p1' definition 'v1'.
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geom3d.hpp:504:39: note: Function 'operator-' argument 1 names different: declaration 'p1' definition 'v1'.
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geom3d.hpp:504:57: style: Function 'operator-' argument 2 names different: declaration 'v' definition 'v2'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geom3d.hpp:29:57: note: Function 'operator-' argument 2 names different: declaration 'v' definition 'v2'.
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geom3d.hpp:504:57: note: Function 'operator-' argument 2 names different: declaration 'v' definition 'v2'.
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geom3d.hpp:510:39: style: Function 'operator+' argument 1 names different: declaration 'p1' definition 'v1'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geom3d.hpp:30:39: note: Function 'operator+' argument 1 names different: declaration 'p1' definition 'v1'.
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geom3d.hpp:510:39: note: Function 'operator+' argument 1 names different: declaration 'p1' definition 'v1'.
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geom3d.hpp:510:57: style: Function 'operator+' argument 2 names different: declaration 'v' definition 'v2'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geom3d.hpp:30:57: note: Function 'operator+' argument 2 names different: declaration 'v' definition 'v2'.
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geom3d.hpp:510:57: note: Function 'operator+' argument 2 names different: declaration 'v' definition 'v2'.
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geomobjects.hpp:294:3: warning: Member variable 'BoxSphere::diam' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geomobjects.hpp:294:3: warning: Member variable 'BoxSphere::inner' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geom2d.hpp:77:3: warning: Member variable 'Point2d::px' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geom2d.hpp:77:3: warning: Member variable 'Point2d::py' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geom2d.hpp:216:5: warning: Member variable 'Vec2d::vx' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geom2d.hpp:216:5: warning: Member variable 'Vec2d::vy' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geom3d.hpp:565:3: warning: Member variable 'Box3d::minx' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geom3d.hpp:565:3: warning: Member variable 'Box3d::maxx' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geom3d.hpp:678:3: warning: Member variable 'Box3dSphere::diam' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geom3d.hpp:678:3: warning: Member variable 'Box3dSphere::inner' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geom3d.hpp:702:1: style: The class 'referencetransform' does not have a constructor although it has private member variables. [noConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/adtree.cpp:15:17: warning: Member variable 'ADTreeNode::sep' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/adtree.cpp:38:13: warning: Member variable 'ADTree::criterion' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/adtree.cpp:38:13: warning: Member variable 'ADTree::stackindex' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/adtree.cpp:247:18: warning: Member variable 'ADTreeNode3::sep' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/adtree.cpp:247:18: warning: Member variable 'ADTreeNode3::data' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/adtree.cpp:1537:18: warning: Member variable 'ADTreeNode6::sep' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/adtree.cpp:1537:18: warning: Member variable 'ADTreeNode6::data' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geomobjects.hpp:145:0: warning: Member variable 'netgen :: Mat < 2 , 2 >::x' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geomobjects.hpp:145:0: warning: Member variable 'netgen :: Mat < 2 , 3 >::x' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geomobjects.hpp:145:0: warning: Member variable 'netgen :: Mat < 3 , 2 >::x' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geomobjects.hpp:145:0: warning: Member variable 'netgen :: Mat < 3 , 3 >::x' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geomobjects.hpp:69:0: warning: Member variable 'netgen :: Vec < 2 >::x' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geomobjects.hpp:69:0: warning: Member variable 'netgen :: Vec < 3 >::x' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geomobjects.hpp:24:0: warning: Member variable 'netgen :: Point < 2 >::x' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geomobjects.hpp:24:0: warning: Member variable 'netgen :: Point < 3 >::x' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geom2d.hpp:316:7: performance: Variable 'p1' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geom2d.hpp:316:17: performance: Variable 'p2' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/transform3d.hpp:88:23: performance: Variable 'm' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/transform3d.hpp:88:30: performance: Variable 'v' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/transform3d.hpp:96:5: performance: Variable 'v' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/transform3d.hpp:97:5: performance: Variable 'm' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/adtree.cpp:2118:5: performance: Variable 'boxpmin' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/adtree.cpp:2119:5: performance: Variable 'boxpmax' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geomobjects.hpp:212:0: performance: Variable 'pmin' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geom3d.hpp:347:10: style: Technically the member function 'netgen::QuadraticFunction3d::Eval' can be const. [functionConst]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/bitarray.hpp:71:24: performance: Technically the member function 'netgen::netgen::BitArray::Mask' can be static. [functionStatic]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/bitarray.hpp:76:16: performance: Technically the member function 'netgen::netgen::BitArray::Addr' can be static. [functionStatic]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/seti.hpp:41:22: style: Technically the member function 'netgen::netgen::IndexSet::Array' can be const. [functionConst]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/autoptr.hpp:25:3: style: Technically the member function 'netgen::netgen::AutoPtr::operatorbool' can be const. [functionConst]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/adtree.hpp:72:8: style: Technically the member function 'netgen::ADTree::DeleteElement' can be const. [functionConst]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/adtree.cpp:137:18: note: Technically the member function 'netgen::ADTree::DeleteElement' can be const.
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/adtree.hpp:72:8: note: Technically the member function 'netgen::ADTree::DeleteElement' can be const.
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/adtree.hpp:98:8: style: Technically the member function 'netgen::ADTreeNode3::operatordelete' can be const. [functionConst]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/adtree.cpp:282:23: note: Technically the member function 'netgen::ADTreeNode3::operatordelete' can be const.
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/adtree.hpp:98:8: note: Technically the member function 'netgen::ADTreeNode3::operatordelete' can be const.
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/adtree.hpp:117:8: style: Technically the member function 'netgen::ADTree3::DeleteElement' can be const. [functionConst]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/adtree.cpp:385:19: note: Technically the member function 'netgen::ADTree3::DeleteElement' can be const.
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/adtree.hpp:117:8: note: Technically the member function 'netgen::ADTree3::DeleteElement' can be const.
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/adtree.hpp:344:8: style: Technically the member function 'netgen::ADTreeNode6::operatordelete' can be const. [functionConst]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/adtree.cpp:1570:23: note: Technically the member function 'netgen::ADTreeNode6::operatordelete' can be const.
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/adtree.hpp:344:8: note: Technically the member function 'netgen::ADTreeNode6::operatordelete' can be const.
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/adtree.hpp:363:8: style: Technically the member function 'netgen::ADTree6::DeleteElement' can be const. [functionConst]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/adtree.cpp:1668:19: note: Technically the member function 'netgen::ADTree6::DeleteElement' can be const.
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/adtree.hpp:363:8: note: Technically the member function 'netgen::ADTree6::DeleteElement' can be const.
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:42:0: performance: Technically the member function 'netgen :: netgen :: FlatArray < int , 0 >::Begin' can be static. [functionStatic]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/adtree.cpp:24:5: style: Class 'ADTreeNode' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/adtree.cpp:24:5: style: Class 'ADTreeNode' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/adtree.cpp:48:5: style: Class 'ADTree' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/adtree.cpp:48:5: style: Class 'ADTree' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/adtree.cpp:300:5: style: Class 'ADTree3' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/adtree.cpp:300:5: style: Class 'ADTree3' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/adtree.cpp:1586:5: style: Class 'ADTree6' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/adtree.cpp:1586:5: style: Class 'ADTree6' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/adtree.cpp:2076:5: style: Class 'Point3dTree' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/adtree.cpp:2076:5: style: Class 'Point3dTree' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/adtree.cpp:2126:5: style: Class 'Box3dTree' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/adtree.cpp:2126:5: style: Class 'Box3dTree' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geomobjects.hpp:296:3: style: Class 'BoxSphere' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geom2d.hpp:83:3: style: Class 'Point2d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geom3d.hpp:77:3: style: Class 'Point3d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geom3d.hpp:84:3: style: Class 'Point3d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geom3d.hpp:194:3: style: Class 'Vec3d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geom3d.hpp:207:3: style: Class 'Vec3d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geom3d.hpp:214:3: style: Class 'Vec3d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geom3d.hpp:575:3: style: Class 'Box3d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/transform3d.hpp:25:3: style: Class 'Transformation3d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/transform3d.hpp:27:3: style: Class 'Transformation3d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/transform3d.hpp:29:3: style: Class 'Transformation3d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/transform3d.hpp:91:3: style: Class 'Transformation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/transform3d.hpp:94:3: style: Class 'Transformation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/adtree.hpp:32:3: style: Class 'ADTreeNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/table.hpp:85:0: style: Class 'netgen :: netgen :: TABLE < int , 0 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/table.hpp:88:0: style: Class 'netgen :: netgen :: TABLE < int , 0 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/table.hpp:85:0: style: Class 'netgen :: netgen :: TABLE < INDEX_2 , 0 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/table.hpp:88:0: style: Class 'netgen :: netgen :: TABLE < INDEX_2 , 0 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/table.hpp:85:0: style: Class 'netgen :: netgen :: TABLE < INDEX_3 , 0 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/table.hpp:88:0: style: Class 'netgen :: netgen :: TABLE < INDEX_3 , 0 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:435:0: style: Class 'netgen :: netgen :: MoveableArray < int , 0 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:435:0: style: Class 'netgen :: netgen :: MoveableArray < INDEX_2 , 0 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:435:0: style: Class 'netgen :: netgen :: MoveableArray < INDEX_3 , 0 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/moveablemem.hpp:52:0: style: Class 'netgen :: netgen :: MoveableMem < int >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/moveablemem.hpp:52:0: style: Class 'netgen :: netgen :: MoveableMem < INDEX_2 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/moveablemem.hpp:52:0: style: Class 'netgen :: netgen :: MoveableMem < INDEX_3 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geomobjects.hpp:210:0: style: Class 'netgen :: Box < 3 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geomobjects.hpp:70:0: style: Class 'netgen :: Vec < 2 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geomobjects.hpp:70:0: style: Class 'netgen :: Vec < 3 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geomobjects.hpp:25:0: style: Class 'netgen :: Point < 2 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geomobjects.hpp:25:0: style: Class 'netgen :: Point < 3 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geom2d.hpp:305:1: warning: The class 'Line2d' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geom2d.hpp:790:1: warning: The class 'Mat2d' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:421:0: warning: The class 'netgen :: netgen :: MoveableArray < int , 0 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:421:0: warning: The class 'netgen :: netgen :: MoveableArray < INDEX_2 , 0 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:421:0: warning: The class 'netgen :: netgen :: MoveableArray < INDEX_3 , 0 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:179:0: warning: The class 'netgen :: netgen :: ARRAY < linestruct , 0 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:179:0: warning: The class 'netgen :: netgen :: ARRAY < char * , 0 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:179:0: warning: The class 'netgen :: netgen :: ARRAY < double , 0 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:179:0: warning: The class 'netgen :: netgen :: ARRAY < int , 0 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/adtree.cpp:34:5: error: Mismatching allocation and deallocation: ADTreeNode::data [mismatchAllocDealloc]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/adtree.cpp:90:0: error: Memory leak: bmin [memleak]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/adtree.cpp:90:0: error: Memory leak: bmax [memleak]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geomobjects.hpp:303:24: performance: Function parameter 'apmin' should be passed by const reference. [passedByValue]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geomobjects.hpp:303:40: performance: Function parameter 'apmax' should be passed by const reference. [passedByValue]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geom2d.cpp:105:22: style: The scope of the variable 'd1' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geom2d.cpp:105:25: style: The scope of the variable 'd2' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geom2d.cpp:105:28: style: The scope of the variable 'd3' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geom2d.cpp:105:31: style: The scope of the variable 'd4' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geom2d.cpp:336:19: style: The scope of the variable 'ang' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geom2d.hpp:633:7: performance: Technically the member function 'netgen::Polygon2d::IsConvex' can be static. [functionStatic]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geom2d.cpp:365:18: note: Technically the member function 'netgen::Polygon2d::IsConvex' can be static.
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geom2d.hpp:633:7: note: Technically the member function 'netgen::Polygon2d::IsConvex' can be static.
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geom2d.hpp:635:7: performance: Technically the member function 'netgen::Polygon2d::IsStarPoint' can be static. [functionStatic]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geom2d.cpp:394:18: note: Technically the member function 'netgen::Polygon2d::IsStarPoint' can be static.
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geom2d.hpp:635:7: note: Technically the member function 'netgen::Polygon2d::IsStarPoint' can be static.
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geom2d.hpp:636:11: performance: Technically the member function 'netgen::Polygon2d::Center' can be static. [functionStatic]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geom2d.cpp:421:22: note: Technically the member function 'netgen::Polygon2d::Center' can be static.
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geom2d.hpp:636:11: note: Technically the member function 'netgen::Polygon2d::Center' can be static.
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geom2d.hpp:637:11: performance: Technically the member function 'netgen::Polygon2d::EqualAreaPoint' can be static. [functionStatic]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geom2d.cpp:450:22: note: Technically the member function 'netgen::Polygon2d::EqualAreaPoint' can be static.
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geom2d.hpp:637:11: note: Technically the member function 'netgen::Polygon2d::EqualAreaPoint' can be static.
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geom3d.cpp:228:32: style: Function 'Increase' argument 1 names different: declaration 'dist' definition 'd'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geom3d.hpp:602:25: note: Function 'Increase' argument 1 names different: declaration 'dist' definition 'd'.
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geom3d.cpp:228:32: note: Function 'Increase' argument 1 names different: declaration 'dist' definition 'd'.
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geom3d.hpp:557:1: warning: The class 'Box3d' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geomtest3d.cpp:552:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geomtest3d.cpp:643:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geomtest3d.cpp:1079:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geomtest3d.cpp:440:14: style: The scope of the variable 'tetpi' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/nginterface.cpp:366:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/nginterface.cpp:378:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/nginterface.cpp:481:15: style: The scope of the variable 'empty' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/nginterface.cpp:1991:7: style: The scope of the variable 'cnt' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/nginterface.cpp:636:59: style: Function 'Ng_FindElementOfPoint' argument 3 names different: declaration 'build_searchtrees' definition 'build_searchtree'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/nginterface.h:119:13: note: Function 'Ng_FindElementOfPoint' argument 3 names different: declaration 'build_searchtrees' definition 'build_searchtree'.
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/nginterface.cpp:636:59: note: Function 'Ng_FindElementOfPoint' argument 3 names different: declaration 'build_searchtrees' definition 'build_searchtree'.
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/nginterface.cpp:680:66: style: Function 'Ng_FindSurfaceElementOfPoint' argument 3 names different: declaration 'build_searchtrees' definition 'build_searchtree'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/nginterface.h:124:13: note: Function 'Ng_FindSurfaceElementOfPoint' argument 3 names different: declaration 'build_searchtrees' definition 'build_searchtree'.
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/nginterface.cpp:680:66: note: Function 'Ng_FindSurfaceElementOfPoint' argument 3 names different: declaration 'build_searchtrees' definition 'build_searchtree'.
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/nginterface.cpp:1016:39: style: Function 'Ng_SetSurfaceRefinementFlag' argument 1 names different: declaration 'sei' definition 'ei'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/nginterface.h:169:41: note: Function 'Ng_SetSurfaceRefinementFlag' argument 1 names different: declaration 'sei' definition 'ei'.
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/nginterface.cpp:1016:39: note: Function 'Ng_SetSurfaceRefinementFlag' argument 1 names different: declaration 'sei' definition 'ei'.
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/nginterface.cpp:1569:37: style: Function 'Ng_GetSurfaceElement_Edges' argument 1 names different: declaration 'selnr' definition 'elnr'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/nginterface.h:202:39: note: Function 'Ng_GetSurfaceElement_Edges' argument 1 names different: declaration 'selnr' definition 'elnr'.
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/nginterface.cpp:1569:37: note: Function 'Ng_GetSurfaceElement_Edges' argument 1 names different: declaration 'selnr' definition 'elnr'.
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/nginterface.cpp:1771:33: style: Function 'Ng_GetClusterRepVertex' argument 1 names different: declaration 'vi' definition 'pi'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/nginterface.h:240:35: note: Function 'Ng_GetClusterRepVertex' argument 1 names different: declaration 'vi' definition 'pi'.
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/nginterface.cpp:1771:33: note: Function 'Ng_GetClusterRepVertex' argument 1 names different: declaration 'vi' definition 'pi'.
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/nginterface.cpp:1776:31: style: Function 'Ng_GetClusterRepEdge' argument 1 names different: declaration 'edi' definition 'pi'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/nginterface.h:241:33: note: Function 'Ng_GetClusterRepEdge' argument 1 names different: declaration 'edi' definition 'pi'.
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/nginterface.cpp:1776:31: note: Function 'Ng_GetClusterRepEdge' argument 1 names different: declaration 'edi' definition 'pi'.
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/nginterface.cpp:1781:31: style: Function 'Ng_GetClusterRepFace' argument 1 names different: declaration 'fai' definition 'pi'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/nginterface.h:242:33: note: Function 'Ng_GetClusterRepFace' argument 1 names different: declaration 'fai' definition 'pi'.
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/nginterface.cpp:1781:31: note: Function 'Ng_GetClusterRepFace' argument 1 names different: declaration 'fai' definition 'pi'.
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/nginterface.cpp:1786:34: style: Function 'Ng_GetClusterRepElement' argument 1 names different: declaration 'eli' definition 'pi'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/nginterface.h:243:36: note: Function 'Ng_GetClusterRepElement' argument 1 names different: declaration 'eli' definition 'pi'.
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/nginterface.cpp:1786:34: note: Function 'Ng_GetClusterRepElement' argument 1 names different: declaration 'eli' definition 'pi'.
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/nglib.cpp:109:17: style: Variable 'edgenum' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/nglib.cpp:456:11: style: Unused variable: i [unusedVariable]
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/readtetmesh.cpp:51:10: style: The scope of the variable 'nullstarted' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/readtetmesh.cpp:23:38: style: Function 'ReadTETFormat' argument 2 names different: declaration 'filename' definition 'hfilename'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/writeuser.hpp:122:38: note: Function 'ReadTETFormat' argument 2 names different: declaration 'filename' definition 'hfilename'.
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/readtetmesh.cpp:23:38: note: Function 'ReadTETFormat' argument 2 names different: declaration 'filename' definition 'hfilename'.
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/readuser.cpp:163:25: style: Condition 'invert' is always false [knownConditionTrueFalse]
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/readuser.cpp:107:18: note: Assignment 'invert=0', assigned value is 0
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/readuser.cpp:163:25: note: Condition 'invert' is always false
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/readuser.cpp:25:9: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/readuser.cpp:25:12: style: The scope of the variable 'j' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/readuser.cpp:27:10: style: The scope of the variable 'reco' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/readuser.cpp:28:9: style: The scope of the variable 'np' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/readuser.cpp:28:13: style: The scope of the variable 'nbe' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/readuser.cpp:230:17: style: The scope of the variable 'ne' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/readuser.cpp:230:21: style: The scope of the variable 'nse' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/readuser.cpp:230:26: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/readuser.cpp:230:29: style: The scope of the variable 'j' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/readuser.cpp:19:33: style: Function 'ReadFile' argument 2 names different: declaration 'filename' definition 'hfilename'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/writeuser.hpp:23:24: note: Function 'ReadFile' argument 2 names different: declaration 'filename' definition 'hfilename'.
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/readuser.cpp:19:33: note: Function 'ReadFile' argument 2 names different: declaration 'filename' definition 'hfilename'.
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/readuser.cpp:264:26: style: Unused variable: nelp [unusedVariable]
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/readuser.cpp:305:13: style: Unused variable: num [unusedVariable]
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/writeabaqus.cpp:38:13: style: The scope of the variable 'k' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/writedolfin.cpp:31:9: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/writedolfin.cpp:28:15: style: Variable 'nse' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/writedolfin.cpp:30:22: style: Variable 'invertsurf' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/writedolfin.cpp:31:12: style: Unused variable: j [unusedVariable]
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/writedolfin.cpp:35:10: style: Unused variable: str [unusedVariable]
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/writeelmer.cpp:60:14: style: The scope of the variable 'l' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/writeelmer.cpp:40:12: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/writegmsh.cpp:44:10: style: The scope of the variable 'j' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/writepermas.cpp:49:16: style: The scope of the variable 'j' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/writepermas.cpp:49:19: style: The scope of the variable 'k' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/writetecplot.cpp:23:13: style: The scope of the variable 'e' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/writetecplot.cpp:23:16: style: The scope of the variable 'z' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/writetecplot.cpp:43:11: style: The scope of the variable 'l' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/writetet.cpp:37:9: style: The scope of the variable 'pos_int' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/writetet.cpp:346:2: style: Variable 'pos_int' is modified but its new value is never used. [unreadVariable]
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/writetet.cpp:325:2: style: Variable 'pos_double' is modified but its new value is never used. [unreadVariable]
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/wuchemnitz.cpp:18:3: warning: Member variable 'POINT3D::x' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/wuchemnitz.cpp:18:3: warning: Member variable 'POINT3D::y' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/wuchemnitz.cpp:18:3: warning: Member variable 'POINT3D::z' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/wuchemnitz.cpp:25:3: warning: Member variable 'VOLELEMENT::domnr' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/wuchemnitz.cpp:25:3: warning: Member variable 'VOLELEMENT::p1' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/wuchemnitz.cpp:25:3: warning: Member variable 'VOLELEMENT::p2' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/wuchemnitz.cpp:25:3: warning: Member variable 'VOLELEMENT::p3' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/wuchemnitz.cpp:25:3: warning: Member variable 'VOLELEMENT::p4' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/wuchemnitz.cpp:25:3: warning: Member variable 'VOLELEMENT::faces' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/wuchemnitz.cpp:33:3: warning: Member variable 'SURFELEMENT::snr' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/wuchemnitz.cpp:33:3: warning: Member variable 'SURFELEMENT::p1' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/wuchemnitz.cpp:33:3: warning: Member variable 'SURFELEMENT::p2' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/wuchemnitz.cpp:33:3: warning: Member variable 'SURFELEMENT::p3' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/wuchemnitz.cpp:41:3: warning: Member variable 'FACE::p1' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/wuchemnitz.cpp:41:3: warning: Member variable 'FACE::p2' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/wuchemnitz.cpp:41:3: warning: Member variable 'FACE::p3' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/wuchemnitz.cpp:41:3: warning: Member variable 'FACE::edges' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/wuchemnitz.cpp:49:3: warning: Member variable 'EDGE::p1' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/interface/wuchemnitz.cpp:49:3: warning: Member variable 'EDGE::p2' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/linalg/densemat.hpp:61:12: style: The scope of the variable 'sum' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/linalg/densemat.hpp:62:20: style: The scope of the variable 'mp' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/linalg/densemat.hpp:62:26: style: The scope of the variable 'sp' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/linalg/densemat.hpp:63:14: style: The scope of the variable 'dp' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/linalg/densemat.hpp:207:12: style: The scope of the variable 'sum' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/linalg/densemat.hpp:208:26: style: The scope of the variable 'sp' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/linalg/densemat.cpp:108:9: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/linalg/densemat.cpp:109:14: style: The scope of the variable 'p' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/linalg/densemat.cpp:109:19: style: The scope of the variable 'q' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/linalg/densemat.cpp:137:7: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/linalg/densemat.cpp:138:12: style: The scope of the variable 'p' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/linalg/densemat.cpp:138:17: style: The scope of the variable 'q' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/linalg/densemat.cpp:191:7: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/linalg/densemat.cpp:205:7: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/linalg/densemat.cpp:247:10: style: The scope of the variable 'det' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/linalg/densemat.cpp:455:11: style: The scope of the variable 'r' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/linalg/densemat.cpp:456:14: style: The scope of the variable 'max' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/linalg/densemat.cpp:627:10: style: The scope of the variable 'sum' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/linalg/densemat.cpp:628:17: style: The scope of the variable 'p' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/linalg/densemat.cpp:628:21: style: The scope of the variable 'q' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/linalg/densemat.cpp:830:10: style: The scope of the variable 'sum' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/linalg/densemat.cpp:831:11: style: The scope of the variable 'p1' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/linalg/densemat.cpp:831:29: style: The scope of the variable 'p1snn' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/linalg/densemat.cpp:831:37: style: The scope of the variable 'p2' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/linalg/densemat.cpp:831:48: style: The scope of the variable 'p2sn' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/linalg/densemat.cpp:831:55: style: The scope of the variable 'p3' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/linalg/densemat.cpp:1268:10: style: The scope of the variable 'q' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/linalg/densemat.cpp:1259:43: style: Function 'Solve' argument 1 names different: declaration 'b' definition 'v'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/linalg/densemat.hpp:142:30: note: Function 'Solve' argument 1 names different: declaration 'b' definition 'v'.
elmerfem-5396/ElmerGUI/netgen/libsrc/linalg/densemat.cpp:1259:43: note: Function 'Solve' argument 1 names different: declaration 'b' definition 'v'.
elmerfem-5396/ElmerGUI/netgen/libsrc/linalg/densemat.cpp:1259:55: style: Function 'Solve' argument 2 names different: declaration 'x' definition 'sol'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/linalg/densemat.hpp:142:42: note: Function 'Solve' argument 2 names different: declaration 'x' definition 'sol'.
elmerfem-5396/ElmerGUI/netgen/libsrc/linalg/densemat.cpp:1259:55: note: Function 'Solve' argument 2 names different: declaration 'x' definition 'sol'.
elmerfem-5396/ElmerGUI/netgen/libsrc/linalg/densemat.cpp:1266:50: style: Function 'SolveDestroy' argument 1 names different: declaration 'b' definition 'v'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/linalg/densemat.hpp:144:37: note: Function 'SolveDestroy' argument 1 names different: declaration 'b' definition 'v'.
elmerfem-5396/ElmerGUI/netgen/libsrc/linalg/densemat.cpp:1266:50: note: Function 'SolveDestroy' argument 1 names different: declaration 'b' definition 'v'.
elmerfem-5396/ElmerGUI/netgen/libsrc/linalg/densemat.cpp:1266:62: style: Function 'SolveDestroy' argument 2 names different: declaration 'x' definition 'sol'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/linalg/densemat.hpp:144:49: note: Function 'SolveDestroy' argument 2 names different: declaration 'x' definition 'sol'.
elmerfem-5396/ElmerGUI/netgen/libsrc/linalg/densemat.cpp:1266:62: note: Function 'SolveDestroy' argument 2 names different: declaration 'x' definition 'sol'.
elmerfem-5396/ElmerGUI/netgen/libsrc/linalg/vector.hpp:17:3: warning: Member variable 'FlatVector::s' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/linalg/vector.hpp:17:3: warning: Member variable 'FlatVector::data' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/linalg/densemat.hpp:194:7: performance: Technically the member function 'netgen::MatrixFixWidth::Width' can be static. [functionStatic]
elmerfem-5396/ElmerGUI/netgen/libsrc/linalg/densemat.hpp:175:17: style: Class 'MatrixFixWidth' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/linalg/vector.hpp:89:3: style: Class 'Vector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/linalg/densemat.hpp:174:3: style: Class 'MatrixFixWidth' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/linalg/vector.hpp:11:1: warning: The class 'FlatVector' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/linalg/polynomial.cpp:123:15: style: The scope of the variable 'x0' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/linalg/polynomial.cpp:123:19: style: The scope of the variable 'y0' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/linalg/polynomial.cpp:186:15: style: The scope of the variable 'x0' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/linalg/polynomial.cpp:186:19: style: The scope of the variable 'y0' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/linalg/polynomial.cpp:81:48: style: Function 'Add' argument 2 names different: declaration 'qp' definition 'qp2'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/linalg/polynomial.hpp:37:55: note: Function 'Add' argument 2 names different: declaration 'qp' definition 'qp2'.
elmerfem-5396/ElmerGUI/netgen/libsrc/linalg/polynomial.cpp:81:48: note: Function 'Add' argument 2 names different: declaration 'qp' definition 'qp2'.
elmerfem-5396/ElmerGUI/netgen/libsrc/linalg/polynomial.cpp:50:1: warning: Member variable 'QuadraticPolynomial2V::c' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/linalg/polynomial.cpp:50:1: warning: Member variable 'QuadraticPolynomial2V::cx' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/linalg/polynomial.cpp:50:1: warning: Member variable 'QuadraticPolynomial2V::cy' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/linalg/polynomial.cpp:50:1: warning: Member variable 'QuadraticPolynomial2V::cxx' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/linalg/polynomial.cpp:50:1: warning: Member variable 'QuadraticPolynomial2V::cxy' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/linalg/polynomial.cpp:50:1: warning: Member variable 'QuadraticPolynomial2V::cyy' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/linalg/polynomial.hpp:16:10: style: Technically the member function 'netgen::QuadraticPolynomial1V::Value' can be const. [functionConst]
elmerfem-5396/ElmerGUI/netgen/libsrc/linalg/polynomial.cpp:16:1: note: Technically the member function 'netgen::QuadraticPolynomial1V::Value' can be const.
elmerfem-5396/ElmerGUI/netgen/libsrc/linalg/polynomial.hpp:16:10: note: Technically the member function 'netgen::QuadraticPolynomial1V::Value' can be const.
elmerfem-5396/ElmerGUI/netgen/libsrc/linalg/polynomial.hpp:17:10: style: Technically the member function 'netgen::QuadraticPolynomial1V::MaxUnitInterval' can be const. [functionConst]
elmerfem-5396/ElmerGUI/netgen/libsrc/linalg/polynomial.cpp:21:34: note: Technically the member function 'netgen::QuadraticPolynomial1V::MaxUnitInterval' can be const.
elmerfem-5396/ElmerGUI/netgen/libsrc/linalg/polynomial.hpp:17:10: note: Technically the member function 'netgen::QuadraticPolynomial1V::MaxUnitInterval' can be const.
elmerfem-5396/ElmerGUI/netgen/libsrc/linalg/polynomial.hpp:39:10: style: Technically the member function 'netgen::QuadraticPolynomial2V::Value' can be const. [functionConst]
elmerfem-5396/ElmerGUI/netgen/libsrc/linalg/polynomial.cpp:92:1: note: Technically the member function 'netgen::QuadraticPolynomial2V::Value' can be const.
elmerfem-5396/ElmerGUI/netgen/libsrc/linalg/polynomial.hpp:39:10: note: Technically the member function 'netgen::QuadraticPolynomial2V::Value' can be const.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/adfront2.cpp:166:9: style: The scope of the variable 'pi' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/linalg/densemat.hpp:207:0: style: The scope of the variable 'sum' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/linalg/densemat.hpp:208:0: style: The scope of the variable 'sp' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/adfront2.cpp:202:35: style: Function 'ExistsLine' argument 1 names different: declaration 'gpi1' definition 'pi1'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/adfront2.hpp:230:23: note: Function 'ExistsLine' argument 1 names different: declaration 'gpi1' definition 'pi1'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/adfront2.cpp:202:35: note: Function 'ExistsLine' argument 1 names different: declaration 'gpi1' definition 'pi1'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/adfront2.cpp:202:44: style: Function 'ExistsLine' argument 2 names different: declaration 'gpi2' definition 'pi2'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/adfront2.hpp:230:33: note: Function 'ExistsLine' argument 2 names different: declaration 'gpi2' definition 'pi2'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/adfront2.cpp:202:44: note: Function 'ExistsLine' argument 2 names different: declaration 'gpi2' definition 'pi2'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/adfront2.cpp:282:34: style: Function 'GetLocals' argument 1 names different: declaration 'baseline' definition 'baselineindex'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/adfront2.hpp:212:22: note: Function 'GetLocals' argument 1 names different: declaration 'baseline' definition 'baselineindex'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/adfront2.cpp:282:34: note: Function 'GetLocals' argument 1 names different: declaration 'baseline' definition 'baselineindex'.
elmerfem-5396/ElmerGUI/netgen/libsrc/general/hashtabl.hpp:398:0: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/hashtabl.hpp:235:0: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtype.hpp:116:3: warning: Member variable 'PointIndex::i' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtype.hpp:149:3: warning: Member variable 'ElementIndex::i' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtype.hpp:173:3: warning: Member variable 'SurfaceElementIndex::i' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtype.hpp:197:3: warning: Member variable 'SegmentIndex::i' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/ruler2.hpp:15:5: warning: Member variable 'threeint::i1' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/ruler2.hpp:15:5: warning: Member variable 'threeint::i2' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/ruler2.hpp:15:5: warning: Member variable 'threeint::i3' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geomobjects.hpp:145:0: warning: Member variable 'netgen :: Mat < 3 , H >::x' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geomobjects.hpp:145:0: warning: Member variable 'netgen :: Mat < H , 3 >::x' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geomobjects.hpp:69:0: warning: Member variable 'netgen :: Vec < H >::x' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geomobjects.hpp:24:0: warning: Member variable 'netgen :: Point < H >::x' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:378:0: warning: Member variable 'netgen :: ArrayMem < int , 4 >::mem' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtype.hpp:84:10: style: Member variable 'EdgePointGeomInfo::u' is in the wrong place in the initializer list. [initializerList]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtype.hpp:89:38: note: Member variable 'EdgePointGeomInfo::u' is in the wrong place in the initializer list.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtype.hpp:84:10: note: Member variable 'EdgePointGeomInfo::u' is in the wrong place in the initializer list.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/adfront2.hpp:40:7: performance: Variable 'globalindex' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/adfront2.hpp:109:7: performance: Variable 'l' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/adfront2.cpp:14:5: performance: Variable 'p' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/adfront2.cpp:15:5: performance: Variable 'globalindex' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtype.hpp:1182:8: style: Technically the member function 'netgen::Identifications::Used' can be const. [functionConst]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtype.hpp:1187:8: style: Technically the member function 'netgen::Identifications::UsedSymmetric' can be const. [functionConst]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/ruler2.hpp:145:26: style: Technically the member function 'netgen::netrule::GetTransFreeZone' can be const. [functionConst]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/adfront2.hpp:230:7: style: Technically the member function 'netgen::AdFront2::ExistsLine' can be const. [functionConst]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/adfront2.cpp:202:19: note: Technically the member function 'netgen::AdFront2::ExistsLine' can be const.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/adfront2.hpp:230:7: note: Technically the member function 'netgen::AdFront2::ExistsLine' can be const.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/ruler3.hpp:197:26: style: Technically the member function 'netgen::vnetrule::GetTransFreeZone' can be const. [functionConst]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/curvedelems_new.hpp:48:7: style: Technically the member function 'netgen::CurvedElements::GetOrder' can be const. [functionConst]
elmerfem-5396/ElmerGUI/netgen/libsrc/linalg/densemat.hpp:194:0: performance: Technically the member function 'netgen :: MatrixFixWidth < 2 >::Width' can be static. [functionStatic]
elmerfem-5396/ElmerGUI/netgen/libsrc/linalg/densemat.hpp:194:0: performance: Technically the member function 'netgen :: MatrixFixWidth < 3 >::Width' can be static. [functionStatic]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/adfront2.cpp:22:2: style: Class 'FrontPoint2' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/adfront2.cpp:22:2: style: Class 'FrontPoint2' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
elmerfem-5396/ElmerGUI/netgen/libsrc/linalg/densemat.hpp:175:0: style: Class 'netgen :: MatrixFixWidth < 2 >' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/linalg/densemat.hpp:175:0: style: Class 'netgen :: MatrixFixWidth < 3 >' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtype.hpp:117:3: style: Class 'PointIndex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtype.hpp:150:3: style: Class 'ElementIndex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtype.hpp:174:3: style: Class 'SurfaceElementIndex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtype.hpp:198:3: style: Class 'SegmentIndex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtype.hpp:327:3: style: Class 'Element2d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtype.hpp:329:3: style: Class 'Element2d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtype.hpp:568:3: style: Class 'Element' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtype.hpp:570:3: style: Class 'Element' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtype.hpp:886:3: style: Class 'FaceDescriptor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtype.hpp:1157:3: style: Class 'Identifications' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/adfront2.hpp:189:3: style: Class 'AdFront2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/adfront2.hpp:107:5: style: Class 'FrontLine' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshing2.hpp:46:3: style: Class 'Meshing2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/adfront3.hpp:82:3: style: Class 'MiniElement2d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/adfront3.hpp:128:3: style: Class 'FrontFace' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshing3.hpp:33:3: style: Class 'Meshing3' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshing3.hpp:35:3: style: Class 'Meshing3' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/topology.hpp:38:3: style: Class 'MeshTopology' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/curvedelems_new.hpp:38:3: style: Class 'CurvedElements' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/clusters.hpp:27:3: style: Class 'AnisotropicClusters' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/hprefinement.hpp:253:3: style: Class 'HPRefElement' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/hprefinement.hpp:254:3: style: Class 'HPRefElement' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/hprefinement.hpp:255:3: style: Class 'HPRefElement' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/linalg/densemat.hpp:174:0: style: Class 'netgen :: MatrixFixWidth < 2 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/linalg/densemat.hpp:174:0: style: Class 'netgen :: MatrixFixWidth < 3 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geomobjects.hpp:70:0: style: Class 'netgen :: Vec < H >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geomobjects.hpp:25:0: style: Class 'netgen :: Point < H >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/hashtabl.hpp:817:0: style: Class 'netgen :: INDEX_3_CLOSED_HASHTABLE < int >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/hashtabl.hpp:685:0: style: Class 'netgen :: INDEX_2_CLOSED_HASHTABLE < int >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/hashtabl.hpp:324:0: style: Class 'netgen :: INDEX_3_HASHTABLE < int >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/hashtabl.hpp:115:0: style: Class 'netgen :: INDEX_2_HASHTABLE < int >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/table.hpp:85:0: style: Class 'netgen :: TABLE < int , PointIndex :: BASE >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/table.hpp:88:0: style: Class 'netgen :: TABLE < int , PointIndex :: BASE >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:435:0: style: Class 'netgen :: MoveableArray < MeshPoint , PointIndex :: BASE >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:435:0: style: Class 'netgen :: MoveableArray < Element2d , 0 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:435:0: style: Class 'netgen :: MoveableArray < Element , 0 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:435:0: style: Class 'netgen :: MoveableArray < INDEX_4 , 0 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/moveablemem.hpp:52:0: style: Class 'netgen :: MoveableMem < MeshPoint >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/moveablemem.hpp:52:0: style: Class 'netgen :: MoveableMem < Element2d >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/moveablemem.hpp:52:0: style: Class 'netgen :: MoveableMem < Element >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/moveablemem.hpp:52:0: style: Class 'netgen :: MoveableMem < INDEX_4 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtype.hpp:79:1: warning: The class 'EdgePointGeomInfo' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtype.hpp:112:1: warning: The class 'PointIndex' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtype.hpp:145:1: warning: The class 'ElementIndex' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtype.hpp:169:1: warning: The class 'SurfaceElementIndex' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtype.hpp:193:1: warning: The class 'SegmentIndex' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:421:0: warning: The class 'netgen :: MoveableArray < MeshPoint , PointIndex :: BASE >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:421:0: warning: The class 'netgen :: MoveableArray < Element2d , 0 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:421:0: warning: The class 'netgen :: MoveableArray < Element , 0 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:421:0: warning: The class 'netgen :: MoveableArray < INDEX_4 , 0 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:179:0: warning: The class 'netgen :: ARRAY < Point2d , 0 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:179:0: warning: The class 'netgen :: ARRAY < Point3d , 0 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:179:0: warning: The class 'netgen :: ARRAY < ADTreeNode * , 0 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:179:0: warning: The class 'netgen :: ARRAY < ADTreeNode3 * , 0 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:179:0: warning: The class 'netgen :: ARRAY < ADTreeNode6 * , 0 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:179:0: warning: The class 'netgen :: ARRAY < Element , 0 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:179:0: warning: The class 'netgen :: ARRAY < netgen :: Point < 3 > , 0 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:179:0: warning: The class 'netgen :: ARRAY < Element2d , 0 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:179:0: warning: The class 'netgen :: ARRAY < ID_TYPE , 0 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:179:0: warning: The class 'netgen :: ARRAY < GradingBox * , 0 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:179:0: warning: The class 'netgen :: ARRAY < Segment , 0 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:179:0: warning: The class 'netgen :: ARRAY < PointIndex , 0 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:179:0: warning: The class 'netgen :: ARRAY < FaceDescriptor , 0 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:179:0: warning: The class 'netgen :: ARRAY < string * , 0 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:179:0: warning: The class 'netgen :: ARRAY < HPRefElement , 0 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:179:0: warning: The class 'netgen :: ARRAY < INDEX_2 , PointIndex :: BASE >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:179:0: warning: The class 'netgen :: ARRAY < netgen :: Vec < 3 > * , 0 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:179:0: warning: The class 'netgen :: ARRAY < Surface * , 0 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:179:0: warning: The class 'netgen :: ARRAY < INDEX_2 , 0 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:179:0: warning: The class 'netgen :: ARRAY < tf , 0 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:179:0: warning: The class 'netgen :: ARRAY < threeint , 0 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:179:0: warning: The class 'netgen :: ARRAY < DenseMatrix * , 0 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:179:0: warning: The class 'netgen :: ARRAY < Vec2d , 0 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:179:0: warning: The class 'netgen :: ARRAY < FrontPoint2 , 0 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:179:0: warning: The class 'netgen :: ARRAY < FrontLine , 0 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:179:0: warning: The class 'netgen :: ARRAY < netrule * , 0 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:179:0: warning: The class 'netgen :: ARRAY < netgen :: Point < 3 > * , 0 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:179:0: warning: The class 'netgen :: ARRAY < FrontPoint3 , PointIndex :: BASE >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:179:0: warning: The class 'netgen :: ARRAY < MiniElement2d , 0 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:179:0: warning: The class 'netgen :: ARRAY < FrontFace , 0 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:179:0: warning: The class 'netgen :: ARRAY < twoint , 0 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:179:0: warning: The class 'netgen :: ARRAY < fourint , 0 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:179:0: warning: The class 'netgen :: ARRAY < vnetrule * , 0 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:179:0: warning: The class 'netgen :: ARRAY < MinFunction * , 0 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:179:0: warning: The class 'netgen :: ARRAY < INDEX_3 , 0 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:179:0: warning: The class 'netgen :: ARRAY < Vec3d , 0 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:179:0: warning: The class 'netgen :: ARRAY < netgen :: Vec < 3 > , 0 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:179:0: warning: The class 'netgen :: ARRAY < netgen :: Point < 2 > , 0 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve3.hpp:42:18: style: The function 'Func' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/opti/opti.hpp:22:20: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve3.hpp:42:18: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve3.hpp:43:16: style: The function 'Grad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/opti/opti.hpp:24:18: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve3.hpp:43:16: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve3.hpp:44:18: style: The function 'FuncGrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/opti/opti.hpp:26:20: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve3.hpp:44:18: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve3.hpp:45:18: style: The function 'FuncDeriv' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/opti/opti.hpp:28:20: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve3.hpp:45:18: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve3.hpp:46:18: style: The function 'GradStopping' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/opti/opti.hpp:30:20: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve3.hpp:46:18: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve3.hpp:66:18: style: The function 'Func' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/opti/opti.hpp:22:20: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve3.hpp:66:18: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve3.hpp:67:18: style: The function 'FuncDeriv' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/opti/opti.hpp:28:20: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve3.hpp:67:18: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve3.hpp:68:18: style: The function 'FuncGrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/opti/opti.hpp:26:20: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve3.hpp:68:18: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve3.hpp:69:18: style: The function 'GradStopping' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/opti/opti.hpp:30:20: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve3.hpp:69:18: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve3.hpp:89:18: style: The function 'Func' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/opti/opti.hpp:22:20: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve3.hpp:89:18: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve3.hpp:90:18: style: The function 'FuncGrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/opti/opti.hpp:26:20: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve3.hpp:90:18: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve3.hpp:91:18: style: The function 'FuncDeriv' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/opti/opti.hpp:28:20: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve3.hpp:91:18: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/adfront2.hpp:35:26: style: Class 'FrontPoint2' is unsafe, 'FrontPoint2::mgi' can leak by wrong usage. [unsafeClassCanLeak]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/adfront3.cpp:114:50: style: Function 'AddFace' argument 1 names different: declaration 'e' definition 'aface'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/adfront3.hpp:283:40: note: Function 'AddFace' argument 1 names different: declaration 'e' definition 'aface'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/adfront3.cpp:114:50: note: Function 'AddFace' argument 1 names different: declaration 'e' definition 'aface'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/adfront3.cpp:209:53: style: Function 'AddConnectedPair' argument 1 names different: declaration 'pair' definition 'apair'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/adfront3.hpp:285:43: note: Function 'AddConnectedPair' argument 1 names different: declaration 'pair' definition 'apair'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/adfront3.cpp:209:53: note: Function 'AddConnectedPair' argument 1 names different: declaration 'pair' definition 'apair'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/adfront3.cpp:488:32: style: Function 'GetLocals' argument 1 names different: declaration 'baseelement' definition 'fstind'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/adfront3.hpp:260:22: note: Function 'GetLocals' argument 1 names different: declaration 'baseelement' definition 'fstind'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/adfront3.cpp:488:32: note: Function 'GetLocals' argument 1 names different: declaration 'baseelement' definition 'fstind'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/adfront3.cpp:493:32: style: Function 'GetLocals' argument 6 names different: declaration 'connectedpairs' definition 'getconnectedpairs'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/adfront3.hpp:265:29: note: Function 'GetLocals' argument 6 names different: declaration 'connectedpairs' definition 'getconnectedpairs'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/adfront3.cpp:493:32: note: Function 'GetLocals' argument 6 names different: declaration 'connectedpairs' definition 'getconnectedpairs'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/adfront3.cpp:90:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/adfront3.cpp:228:39: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/adfront3.cpp:40:14: warning: Member variable 'FrontFace::cluster' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/bitarray.hpp:201:0: warning: Member variable 'netgen :: BitArrayChar < PointIndex :: BASE >::data' is not assigned a value in 'netgen :: BitArrayChar < PointIndex :: BASE >::operator='. [operatorEqVarError]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/bitarray.hpp:203:0: warning: Member variable 'netgen :: BitArrayChar < PointIndex :: BASE >::data' is not initialized in the constructor. [uninitMemberVarPrivate]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/adfront3.cpp:12:3: performance: Variable 'globalindex' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/adfront3.cpp:21:3: performance: Variable 'p' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/adfront3.cpp:22:3: performance: Variable 'globalindex' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/adfront3.cpp:42:3: performance: Variable 'f' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/bitarray.hpp:165:0: style: Class 'netgen :: BitArrayChar < PointIndex :: BASE >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:179:0: warning: The class 'netgen :: ARRAY < double , PointIndex :: BASE >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:179:0: warning: The class 'netgen :: ARRAY < int , PointIndex :: BASE >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:179:0: warning: The class 'netgen :: ARRAY < char , PointIndex :: BASE >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/bisect.cpp:688:15: style: The scope of the variable 'maxlen2' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/bisect.cpp:1830:12: style: The scope of the variable 'n2' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/bisect.cpp:1949:12: style: The scope of the variable 'j' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/bisect.cpp:1949:15: style: The scope of the variable 'k' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/bisect.cpp:1949:18: style: The scope of the variable 'l' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/bisect.cpp:1949:21: style: The scope of the variable 'm' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/bisect.cpp:3879:7: style: The scope of the variable 'repaired' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/bisect.cpp:4025:62: style: Function 'GetTangent' argument 4 names different: declaration 'egi' definition 'ap1'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/bisect.hpp:66:56: note: Function 'GetTangent' argument 4 names different: declaration 'egi' definition 'ap1'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/bisect.cpp:4025:62: note: Function 'GetTangent' argument 4 names different: declaration 'egi' definition 'ap1'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/bisect.cpp:3914:14: style: Variable 'repaired' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/bisect.cpp:513:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/bisect.cpp:2483:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/bisect.cpp:2530:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/bisect.cpp:2708:37: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/bisect.cpp:2716:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/bisect.cpp:2837:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/bisect.cpp:48:5: warning: Member variable 'MarkedTet::matindex' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/bisect.cpp:48:5: warning: Member variable 'MarkedTet::marked' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/bisect.cpp:48:5: warning: Member variable 'MarkedTet::flagged' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/bisect.cpp:48:5: warning: Member variable 'MarkedTet::tetedge1' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/bisect.cpp:48:5: warning: Member variable 'MarkedTet::tetedge2' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/bisect.cpp:48:5: warning: Member variable 'MarkedTet::incorder' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/bisect.cpp:48:5: warning: Member variable 'MarkedTet::order' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:435:0: style: Class 'netgen :: MoveableArray < MarkedTet , 0 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:435:0: style: Class 'netgen :: MoveableArray < MarkedIdentification , 0 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:435:0: style: Class 'netgen :: MoveableArray < MarkedPrism , 0 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:435:0: style: Class 'netgen :: MoveableArray < MarkedTri , 0 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:435:0: style: Class 'netgen :: MoveableArray < MarkedQuad , 0 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/moveablemem.hpp:52:0: style: Class 'netgen :: MoveableMem < MarkedTet >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/moveablemem.hpp:52:0: style: Class 'netgen :: MoveableMem < MarkedIdentification >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/moveablemem.hpp:52:0: style: Class 'netgen :: MoveableMem < MarkedPrism >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/moveablemem.hpp:52:0: style: Class 'netgen :: MoveableMem < MarkedTri >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/moveablemem.hpp:52:0: style: Class 'netgen :: MoveableMem < MarkedQuad >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:421:0: warning: The class 'netgen :: MoveableArray < MarkedTet , 0 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:421:0: warning: The class 'netgen :: MoveableArray < MarkedIdentification , 0 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:421:0: warning: The class 'netgen :: MoveableArray < MarkedPrism , 0 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:421:0: warning: The class 'netgen :: MoveableArray < MarkedTri , 0 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:421:0: warning: The class 'netgen :: MoveableArray < MarkedQuad , 0 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:179:0: warning: The class 'netgen :: ARRAY < netgen :: ARRAY < int , PointIndex :: BASE > * , 0 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:179:0: warning: The class 'netgen :: ARRAY < ElementIndex , 0 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/clusters.cpp:8:25: warning: Member variable 'AnisotropicClusters::nv' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/clusters.cpp:8:25: warning: Member variable 'AnisotropicClusters::ned' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/clusters.cpp:8:25: warning: Member variable 'AnisotropicClusters::nfa' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/clusters.cpp:8:25: warning: Member variable 'AnisotropicClusters::ne' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/curvedelems_new.cpp:1026:6: warning: Possible null pointer dereference: x [nullPointer]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/curvedelems_new.hpp:62:43: note: Calling function 'CalcSegmentTransformation', 3rd argument 'x' value is 0
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/curvedelems_new.cpp:1026:6: note: Null pointer dereference
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/curvedelems_new.cpp:1294:6: warning: Possible null pointer dereference: x [nullPointer]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/curvedelems_new.hpp:80:42: note: Calling function 'CalcSurfaceTransformation', 3rd argument 'x' value is 0
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/curvedelems_new.cpp:1294:6: note: Null pointer dereference
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/curvedelems_new.cpp:23:16: style: The scope of the variable 'z' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/curvedelems_new.cpp:55:29: style: The scope of the variable 'p3' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/curvedelems_new.cpp:66:29: style: The scope of the variable 'p3' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/curvedelems_new.cpp:67:32: style: The scope of the variable 'p3dx' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/curvedelems_new.cpp:83:29: style: The scope of the variable 'p3' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/curvedelems_new.cpp:84:32: style: The scope of the variable 'p3dx' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/curvedelems_new.cpp:102:29: style: The scope of the variable 'p3' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/curvedelems_new.cpp:114:0: style: The scope of the variable 'p3' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/curvedelems_new.cpp:117:0: style: The scope of the variable 'p3dx' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/curvedelems_new.cpp:117:0: style: The scope of the variable 'p3dt' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/curvedelems_new.cpp:952:57: style: Function 'IsSegmentCurved' argument 1 names different: declaration 'segnr' definition 'elnr'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/curvedelems_new.hpp:51:38: note: Function 'IsSegmentCurved' argument 1 names different: declaration 'segnr' definition 'elnr'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/curvedelems_new.cpp:952:57: note: Function 'IsSegmentCurved' argument 1 names different: declaration 'segnr' definition 'elnr'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/curvedelems_new.cpp:981:54: style: Function 'CalcSegmentTransformation' argument 2 names different: declaration 'segnr' definition 'elnr'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/curvedelems_new.hpp:139:59: note: Function 'CalcSegmentTransformation' argument 2 names different: declaration 'segnr' definition 'elnr'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/curvedelems_new.cpp:981:54: note: Function 'CalcSegmentTransformation' argument 2 names different: declaration 'segnr' definition 'elnr'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/curvedelems_new.cpp:1051:36: style: Function 'CalcElementShapes' argument 1 names different: declaration 'elnr' definition 'info'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/curvedelems_new.hpp:164:42: note: Function 'CalcElementShapes' argument 1 names different: declaration 'elnr' definition 'info'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/curvedelems_new.cpp:1051:36: note: Function 'CalcElementShapes' argument 1 names different: declaration 'elnr' definition 'info'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/curvedelems_new.cpp:1078:37: style: Function 'CalcElementDShapes' argument 1 names different: declaration 'elnr' definition 'info'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/curvedelems_new.hpp:166:42: note: Function 'CalcElementDShapes' argument 1 names different: declaration 'elnr' definition 'info'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/curvedelems_new.cpp:1078:37: note: Function 'CalcElementDShapes' argument 1 names different: declaration 'elnr' definition 'info'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/curvedelems_new.cpp:1129:34: style: Function 'GetCoefficients' argument 1 names different: declaration 'elnr' definition 'info'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/curvedelems_new.hpp:165:39: note: Function 'GetCoefficients' argument 1 names different: declaration 'elnr' definition 'info'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/curvedelems_new.cpp:1129:34: note: Function 'GetCoefficients' argument 1 names different: declaration 'elnr' definition 'info'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/curvedelems_new.cpp:1162:70: style: Function 'IsSurfaceElementCurved' argument 1 names different: declaration 'sei' definition 'elnr'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/curvedelems_new.hpp:52:52: note: Function 'IsSurfaceElementCurved' argument 1 names different: declaration 'sei' definition 'elnr'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/curvedelems_new.cpp:1162:70: note: Function 'IsSurfaceElementCurved' argument 1 names different: declaration 'sei' definition 'elnr'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/curvedelems_new.cpp:1321:43: style: Function 'CalcElementShapes' argument 1 names different: declaration 'elinfo' definition 'info'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/curvedelems_new.hpp:201:48: note: Function 'CalcElementShapes' argument 1 names different: declaration 'elinfo' definition 'info'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/curvedelems_new.cpp:1321:43: note: Function 'CalcElementShapes' argument 1 names different: declaration 'elinfo' definition 'info'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/curvedelems_new.cpp:1434:44: style: Function 'CalcElementDShapes' argument 1 names different: declaration 'elinfo' definition 'info'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/curvedelems_new.hpp:203:49: note: Function 'CalcElementDShapes' argument 1 names different: declaration 'elinfo' definition 'info'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/curvedelems_new.cpp:1434:44: note: Function 'CalcElementDShapes' argument 1 names different: declaration 'elinfo' definition 'info'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/curvedelems_new.cpp:1661:41: style: Function 'GetCoefficients' argument 1 names different: declaration 'elinfo' definition 'info'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/curvedelems_new.hpp:202:46: note: Function 'GetCoefficients' argument 1 names different: declaration 'elinfo' definition 'info'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/curvedelems_new.cpp:1661:41: note: Function 'GetCoefficients' argument 1 names different: declaration 'elinfo' definition 'info'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/curvedelems_new.cpp:1698:56: style: Function 'IsElementCurved' argument 1 names different: declaration 'ei' definition 'elnr'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/curvedelems_new.hpp:53:38: note: Function 'IsElementCurved' argument 1 names different: declaration 'ei' definition 'elnr'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/curvedelems_new.cpp:1698:56: note: Function 'IsElementCurved' argument 1 names different: declaration 'ei' definition 'elnr'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/curvedelems_new.cpp:463:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/curvedelems_new.cpp:470:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/curvedelems_new.cpp:522:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/curvedelems_new.cpp:666:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/curvedelems_new.cpp:821:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/curvedelems_new.cpp:403:21: warning: Member variable 'CurvedElements::ishighorder' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/autodiff.hpp:30:0: warning: Member variable 'AutoDiff < 2 , double >::val' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/autodiff.hpp:30:0: warning: Member variable 'AutoDiff < 2 , double >::dval' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/autodiff.hpp:30:0: warning: Member variable 'AutoDiff < 3 , double >::val' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/autodiff.hpp:30:0: warning: Member variable 'AutoDiff < 3 , double >::dval' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geomobjects.hpp:145:0: warning: Member variable 'netgen :: Mat < 2 , H >::x' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geomobjects.hpp:145:0: warning: Member variable 'netgen :: Mat < H , 2 >::x' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:378:0: warning: Member variable 'netgen :: ArrayMem < double , 20 >::mem' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:378:0: warning: Member variable 'netgen :: ArrayMem < netgen :: Point < 2 > , 50 >::mem' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:378:0: warning: Member variable 'netgen :: ArrayMem < netgen :: Point < 3 > , 50 >::mem' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:378:0: warning: Member variable 'netgen :: ArrayMem < double , 100 >::mem' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/curvedelems_new.hpp:117:8: performance: Technically the member function 'netgen::CurvedElements::CalcMultiPointSegmentTransformation' can be static. [functionStatic]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/curvedelems_new.cpp:2549:3: note: Technically the member function 'netgen::CurvedElements::CalcMultiPointSegmentTransformation' can be static.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/curvedelems_new.hpp:117:8: note: Technically the member function 'netgen::CurvedElements::CalcMultiPointSegmentTransformation' can be static.
elmerfem-5396/ElmerGUI/netgen/libsrc/general/autodiff.hpp:131:0: style: Technically the member function 'AutoDiff < 2 , double >::operator==' can be const. [functionConst]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/autodiff.hpp:137:0: style: Technically the member function 'AutoDiff < 2 , double >::operator!=' can be const. [functionConst]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/autodiff.hpp:143:0: style: Technically the member function 'AutoDiff < 2 , double >::operator<' can be const. [functionConst]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/autodiff.hpp:149:0: style: Technically the member function 'AutoDiff < 2 , double >::operator>' can be const. [functionConst]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/autodiff.hpp:131:0: style: Technically the member function 'AutoDiff < 3 , double >::operator==' can be const. [functionConst]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/autodiff.hpp:137:0: style: Technically the member function 'AutoDiff < 3 , double >::operator!=' can be const. [functionConst]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/autodiff.hpp:143:0: style: Technically the member function 'AutoDiff < 3 , double >::operator<' can be const. [functionConst]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/autodiff.hpp:149:0: style: Technically the member function 'AutoDiff < 3 , double >::operator>' can be const. [functionConst]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/autodiff.hpp:42:0: style: Class 'AutoDiff < 2 , double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/autodiff.hpp:42:0: style: Class 'AutoDiff < 3 , double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/autodiff.hpp:19:0: warning: The class 'AutoDiff < 2 , double >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/autodiff.hpp:19:0: warning: The class 'AutoDiff < 3 , double >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/curvedelems_new.cpp:1792:35: error: Uninitialized variable: hinfo [uninitvar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/delaunay.cpp:265:12: style: The scope of the variable 'r2' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/delaunay.cpp:270:12: style: The scope of the variable 'quot' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/delaunay.cpp:344:22: style: The scope of the variable 'starti' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/delaunay.cpp:822:82: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/delaunay.cpp:878:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/delaunay.cpp:1050:25: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/delaunay.cpp:1292:39: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/delaunay.cpp:27:5: warning: Member variable 'DelaunayTet::nb' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/delaunay.cpp:29:5: warning: Member variable 'DelaunayTet::nb' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/delaunay.cpp:35:5: warning: Member variable 'DelaunayTet::nb' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/delaunay.cpp:35:5: style: Class 'DelaunayTet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/hashtabl.hpp:817:0: style: Class 'netgen :: INDEX_3_CLOSED_HASHTABLE < INDEX_2 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/hashtabl.hpp:115:0: style: Class 'netgen :: INDEX_2_HASHTABLE < INDEX_2 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/delaunay.cpp:21:3: warning: The class 'DelaunayTet' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:179:0: warning: The class 'netgen :: ARRAY < DelaunayTet , 0 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/geomsearch.cpp:225:4: style: Variable 'cnt1' is modified but its new value is never used. [unreadVariable]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/geomsearch.cpp:218:7: style: Variable 'cnt2' is modified but its new value is never used. [unreadVariable]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/geomsearch.cpp:240:8: style: Variable 'cnt3' is modified but its new value is never used. [unreadVariable]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/geomsearch.cpp:7:19: warning: Member variable 'GeomSearch3d::faces' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/geomsearch.cpp:7:19: warning: Member variable 'GeomSearch3d::points' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/geomsearch.cpp:7:19: warning: Member variable 'GeomSearch3d::reset' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/geomsearch.cpp:7:19: warning: Member variable 'GeomSearch3d::hashcount' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/geomsearch.hpp:31:8: performance: Technically the member function 'netgen::GeomSearch3d::MinCoords' can be static. [functionStatic]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/geomsearch.cpp:51:24: note: Technically the member function 'netgen::GeomSearch3d::MinCoords' can be static.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/geomsearch.hpp:31:8: note: Technically the member function 'netgen::GeomSearch3d::MinCoords' can be static.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/geomsearch.hpp:34:8: performance: Technically the member function 'netgen::GeomSearch3d::MaxCoords' can be static. [functionStatic]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/geomsearch.cpp:58:24: note: Technically the member function 'netgen::GeomSearch3d::MaxCoords' can be static.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/geomsearch.hpp:34:8: note: Technically the member function 'netgen::GeomSearch3d::MaxCoords' can be static.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/global.cpp:27:19: warning: Member variable 'multithreadt::testmode' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/global.cpp:27:19: warning: Member variable 'multithreadt::demorunning' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/classifyhpel.hpp:350:31: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/hprefinement.cpp:704:10: warning: Either the condition '!hprs' is redundant or there is possible null pointer dereference: hprs. [nullPointerRedundantCheck]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/hprefinement.cpp:725:6: note: Assuming that condition '!hprs' is not redundant
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/hprefinement.cpp:704:10: note: Null pointer dereference
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/hprefinement.cpp:1328:5: style: Variable 'sing' is reassigned a value before the old one has been used. [redundantAssignment]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/hprefinement.cpp:1326:0: note: Variable 'sing' is reassigned a value before the old one has been used.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/hprefinement.cpp:1328:5: note: Variable 'sing' is reassigned a value before the old one has been used.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/hprefinement.cpp:1299:99: style: Function 'HPRefinement' argument 6 names different: declaration 'ref_level' definition 'reflevels'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/hprefinement.hpp:315:51: note: Function 'HPRefinement' argument 6 names different: declaration 'ref_level' definition 'reflevels'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/hprefinement.cpp:1299:99: note: Function 'HPRefinement' argument 6 names different: declaration 'ref_level' definition 'reflevels'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/hprefinement.cpp:1549:95: style: Function 'CheckSingularities' argument 3 names different: declaration 'edgepoiclt_dom' definition 'edgepoint_dom'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/hprefinement.cpp:562:97: note: Function 'CheckSingularities' argument 3 names different: declaration 'edgepoiclt_dom' definition 'edgepoint_dom'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/hprefinement.cpp:1549:95: note: Function 'CheckSingularities' argument 3 names different: declaration 'edgepoiclt_dom' definition 'edgepoint_dom'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/hprefinement.cpp:571:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/hprefinement.cpp:594:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/hprefinement.cpp:1435:39: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/hprefinement.cpp:1501:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/hprefinement.cpp:1647:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/hprefinement.cpp:29:19: warning: Member variable 'HPRefElement::type' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/hprefinement.cpp:29:19: warning: Member variable 'HPRefElement::index' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/hprefinement.cpp:29:19: warning: Member variable 'HPRefElement::levelx' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/hprefinement.cpp:29:19: warning: Member variable 'HPRefElement::levely' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/hprefinement.cpp:29:19: warning: Member variable 'HPRefElement::levelz' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/hprefinement.cpp:29:19: warning: Member variable 'HPRefElement::coarse_elnr' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/hprefinement.cpp:29:19: warning: Member variable 'HPRefElement::singedge_left' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/hprefinement.cpp:29:19: warning: Member variable 'HPRefElement::singedge_right' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/hprefinement.cpp:34:19: warning: Member variable 'HPRefElement::levelx' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/hprefinement.cpp:34:19: warning: Member variable 'HPRefElement::levely' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/hprefinement.cpp:34:19: warning: Member variable 'HPRefElement::levelz' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/hprefinement.cpp:34:19: warning: Member variable 'HPRefElement::coarse_elnr' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/hprefinement.cpp:34:19: warning: Member variable 'HPRefElement::singedge_left' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/hprefinement.cpp:34:19: warning: Member variable 'HPRefElement::singedge_right' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/hprefinement.cpp:52:19: warning: Member variable 'HPRefElement::levelx' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/hprefinement.cpp:52:19: warning: Member variable 'HPRefElement::levely' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/hprefinement.cpp:52:19: warning: Member variable 'HPRefElement::levelz' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/hprefinement.cpp:52:19: warning: Member variable 'HPRefElement::coarse_elnr' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/hprefinement.cpp:52:19: warning: Member variable 'HPRefElement::singedge_left' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/hprefinement.cpp:52:19: warning: Member variable 'HPRefElement::singedge_right' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/hprefinement.cpp:70:19: warning: Member variable 'HPRefElement::index' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/hprefinement.cpp:70:19: warning: Member variable 'HPRefElement::levelx' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/hprefinement.cpp:70:19: warning: Member variable 'HPRefElement::levely' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/hprefinement.cpp:70:19: warning: Member variable 'HPRefElement::levelz' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/hprefinement.cpp:70:19: warning: Member variable 'HPRefElement::coarse_elnr' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/hprefinement.hpp:246:1: warning: The class 'HPRefElement' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:179:0: warning: The class 'netgen :: ARRAY < int , 1 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:179:0: warning: The class 'netgen :: ARRAY < MeshPoint , 1 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:179:0: warning: The class 'netgen :: ARRAY < INDEX_3 , PointIndex :: BASE >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve2.cpp:355:9: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve2.cpp:330:5: note: outer condition: allowswap
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve2.cpp:355:9: note: identical inner condition: allowswap
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve2.cpp:550:8: style: Condition 'debugflag' is always false [knownConditionTrueFalse]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve2.cpp:548:21: note: Assignment 'debugflag=0', assigned value is 0
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve2.cpp:550:8: note: Condition 'debugflag' is always false
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve2.cpp:687:8: style: Condition 'debugflag' is always false [knownConditionTrueFalse]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve2.cpp:548:21: note: Assignment 'debugflag=0', assigned value is 0
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve2.cpp:687:8: note: Condition 'debugflag' is always false
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve2.cpp:709:13: style: The scope of the variable 'gi_set' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve2.cpp:724:16: style: Variable 'gi_set' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve2.cpp:133:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve2.cpp:491:37: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve2.cpp:505:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve2.hpp:62:8: performance: Technically the member function 'netgen::MeshOptimize2d::CheckMeshApproximation' can be static. [functionStatic]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve2.cpp:780:24: note: Technically the member function 'netgen::MeshOptimize2d::CheckMeshApproximation' can be static.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve2.hpp:62:8: note: Technically the member function 'netgen::MeshOptimize2d::CheckMeshApproximation' can be static.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve2.cpp:24:7: style: Technically the member function 'netgen::Neighbour::GetNr' can be const. [functionConst]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve2.cpp:27:7: style: Technically the member function 'netgen::Neighbour::GetOrientation' can be const. [functionConst]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/hashtabl.hpp:115:0: style: Class 'netgen :: INDEX_2_HASHTABLE < trionedge >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/table.hpp:85:0: style: Class 'netgen :: TABLE < SurfaceElementIndex , PointIndex :: BASE >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/table.hpp:88:0: style: Class 'netgen :: TABLE < SurfaceElementIndex , PointIndex :: BASE >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:179:0: warning: The class 'netgen :: ARRAY < SurfaceElementIndex , 0 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:179:0: warning: The class 'netgen :: ARRAY < Neighbour , 0 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:179:0: warning: The class 'netgen :: ARRAY < bool , PointIndex :: BASE >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:179:0: warning: The class 'netgen :: ARRAY < netgen :: Vec < 3 > , PointIndex :: BASE >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve2gen.cpp:244:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve2gen.cpp:260:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve2gen.cpp:292:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:42:0: performance: Technically the member function 'netgen :: FlatArray < SurfaceElementIndex , 0 >::Begin' can be static. [functionStatic]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/table.hpp:85:0: style: Class 'netgen :: TABLE < SurfaceElementIndex , 0 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/table.hpp:88:0: style: Class 'netgen :: TABLE < SurfaceElementIndex , 0 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:179:0: warning: The class 'netgen :: ARRAY < ImprovementRule * , 0 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:179:0: warning: The class 'netgen :: ARRAY < PointGeomInfo , 0 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve2gen.cpp:450:0: error: Memory leak: r1 [memleak]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve3.cpp:370:11: style: Condition 'ltestmode' is always false [knownConditionTrueFalse]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve3.cpp:357:24: note: Assignment 'ltestmode=0', assigned value is 0
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve3.cpp:370:11: note: Condition 'ltestmode' is always false
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve3.cpp:1845:4: style: Variable 'h' is reassigned a value before the old one has been used. [redundantAssignment]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve3.cpp:1844:4: note: Variable 'h' is reassigned a value before the old one has been used.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve3.cpp:1845:4: note: Variable 'h' is reassigned a value before the old one has been used.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve3.cpp:572:6: style: Variable 'cntill' is modified but its new value is never used. [unreadVariable]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve3.cpp:42:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve3.cpp:56:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve3.cpp:65:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve3.cpp:239:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve3.cpp:248:42: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve3.cpp:306:25: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve3.cpp:318:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve3.cpp:328:25: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve3.cpp:337:29: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve3.cpp:350:25: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve3.cpp:569:29: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve3.cpp:648:25: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve3.cpp:673:25: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve3.cpp:1551:25: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve3.cpp:1555:28: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve3.cpp:1568:25: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve3.cpp:2407:25: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve3.cpp:2411:28: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve3.cpp:2415:29: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:378:0: warning: Member variable 'netgen :: ArrayMem < PointIndex , 50 >::mem' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:378:0: warning: Member variable 'netgen :: ArrayMem < char , 50 >::mem' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve3.hpp:11:8: performance: Technically the member function 'netgen::MeshOptimize3d::CombineImprove' can be static. [functionStatic]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve3.cpp:21:24: note: Technically the member function 'netgen::MeshOptimize3d::CombineImprove' can be static.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve3.hpp:11:8: note: Technically the member function 'netgen::MeshOptimize3d::CombineImprove' can be static.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve3.hpp:12:8: performance: Technically the member function 'netgen::MeshOptimize3d::SplitImprove' can be static. [functionStatic]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve3.cpp:266:24: note: Technically the member function 'netgen::MeshOptimize3d::SplitImprove' can be static.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve3.hpp:12:8: note: Technically the member function 'netgen::MeshOptimize3d::SplitImprove' can be static.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve3.hpp:13:8: performance: Technically the member function 'netgen::MeshOptimize3d::SwapImprove' can be static. [functionStatic]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve3.cpp:584:24: note: Technically the member function 'netgen::MeshOptimize3d::SwapImprove' can be static.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve3.hpp:13:8: note: Technically the member function 'netgen::MeshOptimize3d::SwapImprove' can be static.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve3.hpp:15:8: performance: Technically the member function 'netgen::MeshOptimize3d::SwapImproveSurface' can be static. [functionStatic]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve3.cpp:1493:24: note: Technically the member function 'netgen::MeshOptimize3d::SwapImproveSurface' can be static.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve3.hpp:15:8: note: Technically the member function 'netgen::MeshOptimize3d::SwapImproveSurface' can be static.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve3.hpp:18:8: performance: Technically the member function 'netgen::MeshOptimize3d::SwapImprove2' can be static. [functionStatic]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve3.cpp:2358:24: note: Technically the member function 'netgen::MeshOptimize3d::SwapImprove2' can be static.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve3.hpp:18:8: note: Technically the member function 'netgen::MeshOptimize3d::SwapImprove2' can be static.
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:42:0: performance: Technically the member function 'netgen :: FlatArray < ElementIndex , 0 >::Begin' can be static. [functionStatic]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/table.hpp:85:0: style: Class 'netgen :: TABLE < ElementIndex , PointIndex :: BASE >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/table.hpp:88:0: style: Class 'netgen :: TABLE < ElementIndex , PointIndex :: BASE >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:179:0: warning: The class 'netgen :: ARRAY < Element * , 0 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/localh.cpp:244:7: style: The scope of the variable 'childnr' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/localh.cpp:532:7: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/localh.cpp:71:70: style: Function 'LocalH' argument 3 names different: declaration 'grading' definition 'agrading'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/localh.hpp:71:62: note: Function 'LocalH' argument 3 names different: declaration 'grading' definition 'agrading'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/localh.cpp:71:70: note: Function 'LocalH' argument 3 names different: declaration 'grading' definition 'agrading'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/localh.cpp:112:38: style: Function 'SetH' argument 1 names different: declaration 'x' definition 'p'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/localh.hpp:79:30: note: Function 'SetH' argument 1 names different: declaration 'x' definition 'p'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/localh.cpp:112:38: note: Function 'SetH' argument 1 names different: declaration 'x' definition 'p'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/localh.cpp:379:20: style: Function 'FindInnerBoxesRec2' argument 4 names different: declaration 'finds' definition 'faceinds'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/localh.hpp:131:20: note: Function 'FindInnerBoxesRec2' argument 4 names different: declaration 'finds' definition 'faceinds'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/localh.cpp:379:20: note: Function 'FindInnerBoxesRec2' argument 4 names different: declaration 'finds' definition 'faceinds'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/localh.cpp:77:3: performance: Variable 'boundingbox' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/localh.hpp:51:8: style: Technically the member function 'netgen::GradingBox::operatordelete' can be const. [functionConst]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/localh.cpp:47:20: note: Technically the member function 'netgen::GradingBox::operatordelete' can be const.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/localh.hpp:51:8: note: Technically the member function 'netgen::GradingBox::operatordelete' can be const.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/localh.cpp:97:3: style: Class 'LocalH' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/localh.cpp:97:3: style: Class 'LocalH' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:179:0: warning: The class 'netgen :: ARRAY < Box3d , 0 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshclass.cpp:3350:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshclass.cpp:2483:6: style: The scope of the variable 'j' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshclass.cpp:3673:7: style: The scope of the variable 'hi' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshclass.cpp:3769:7: style: The scope of the variable 'hi' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshclass.cpp:324:10: style: Variable 'maxn' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshclass.cpp:1428:11: style: Variable 'si' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshclass.cpp:4068:18: style: Unused variable: rt [unusedVariable]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshclass.cpp:4176:19: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshclass.cpp:4406:9: style: Unused variable: j [unusedVariable]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshclass.cpp:4447:9: style: Unused variable: j [unusedVariable]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshclass.cpp:413:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshclass.cpp:473:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshclass.cpp:571:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshclass.cpp:712:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshclass.cpp:718:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshclass.cpp:724:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshclass.cpp:729:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshclass.cpp:735:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshclass.cpp:740:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshclass.cpp:747:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshclass.cpp:754:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshclass.cpp:761:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshclass.cpp:766:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshclass.cpp:1034:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshclass.cpp:1172:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshclass.cpp:1391:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshclass.cpp:1423:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshclass.cpp:1491:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshclass.cpp:1530:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshclass.cpp:1548:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshclass.cpp:1553:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshclass.cpp:1566:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshclass.cpp:1671:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshclass.cpp:1690:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshclass.cpp:1729:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshclass.cpp:1758:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshclass.cpp:1801:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshclass.cpp:2313:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshclass.cpp:2614:33: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshclass.cpp:2616:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshclass.cpp:2878:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshclass.cpp:2891:27: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshclass.cpp:2928:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshclass.cpp:5365:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshclass.hpp:537:8: performance: Technically the member function 'netgen::Mesh::LegalTrig' can be static. [functionStatic]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshclass.cpp:3347:16: note: Technically the member function 'netgen::Mesh::LegalTrig' can be static.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshclass.hpp:537:8: note: Technically the member function 'netgen::Mesh::LegalTrig' can be static.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshclass.cpp:34:5: style: Class 'Mesh' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshclass.hpp:23:1: warning: The class 'Mesh' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:179:0: warning: The class 'netgen :: ARRAY < MeshPoint , 0 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshfunc.cpp:691:19: style: The scope of the variable 'oldn' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshfunc.cpp:90:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshfunc.cpp:139:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshfunc.cpp:183:42: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshfunc.cpp:226:42: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshfunc.cpp:247:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshing2.cpp:298:17: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshing2.cpp:296:34: note: outer condition: !multithread.terminate
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshing2.cpp:298:17: note: opposite inner condition: multithread.terminate
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshing2.cpp:423:6: style: Condition 'found' is always true [knownConditionTrueFalse]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshing2.cpp:357:10: note: Assignment 'found=1', assigned value is 1
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshing2.cpp:423:6: note: Condition 'found' is always true
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshing2.cpp:515:8: style: Condition '!morerisc' is always true [knownConditionTrueFalse]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshing2.cpp:394:13: note: Assignment 'morerisc=0', assigned value is 0
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshing2.cpp:515:8: note: Condition '!morerisc' is always true
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshing2.cpp:1317:10: style: Condition 'morerisc' is always false [knownConditionTrueFalse]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshing2.cpp:394:13: note: Assignment 'morerisc=0', assigned value is 0
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshing2.cpp:1317:10: note: Condition 'morerisc' is always false
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshing2.cpp:541:8: style: Variable 'newpout' is reassigned a value before the old one has been used. [redundantAssignment]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshing2.cpp:540:0: note: Variable 'newpout' is reassigned a value before the old one has been used.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshing2.cpp:541:8: note: Variable 'newpout' is reassigned a value before the old one has been used.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshing2.cpp:209:10: style: The scope of the variable 'found' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshing2.cpp:217:10: style: The scope of the variable 'morerisc' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshing2.cpp:218:10: style: The scope of the variable 'debugflag' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshing2.cpp:220:12: style: The scope of the variable 'h' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshing2.cpp:220:15: style: The scope of the variable 'his' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshing2.cpp:220:20: style: The scope of the variable 'hshould' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshing2.cpp:121:37: style: Function 'TransformToPlain' argument 2 names different: declaration 'geominfo' definition 'geominf'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshing2.hpp:84:88: note: Function 'TransformToPlain' argument 2 names different: declaration 'geominfo' definition 'geominf'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshing2.cpp:121:37: note: Function 'TransformToPlain' argument 2 names different: declaration 'geominfo' definition 'geominf'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshing2.cpp:135:27: style: Function 'TransformFromPlain' argument 3 names different: declaration 'geominfo' definition 'gi'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshing2.hpp:90:23: note: Function 'TransformFromPlain' argument 3 names different: declaration 'geominfo' definition 'gi'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshing2.cpp:135:27: note: Function 'TransformFromPlain' argument 3 names different: declaration 'geominfo' definition 'gi'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshing2.cpp:181:38: style: Function 'GetChartBoundary' argument 4 names different: declaration 'p' definition 'h'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshing2.hpp:124:37: note: Function 'GetChartBoundary' argument 4 names different: declaration 'p' definition 'h'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshing2.cpp:181:38: note: Function 'GetChartBoundary' argument 4 names different: declaration 'p' definition 'h'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshing2.cpp:258:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshing2.cpp:25:5: performance: Variable 'boundingbox' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshing2.cpp:31:5: style: Class 'Meshing2' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshing2.cpp:31:5: style: Class 'Meshing2' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:179:0: warning: The class 'netgen :: ARRAY < MultiPointGeomInfo , 0 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshing3.cpp:85:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshing3.cpp:86:10: style: The scope of the variable 'hi' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshing3.cpp:86:18: style: The scope of the variable 'd' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshing3.cpp:86:21: style: The scope of the variable 'dn' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshing3.cpp:742:22: style: The scope of the variable 'min1' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshing3.cpp:742:28: style: The scope of the variable 'min2' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshing3.cpp:742:34: style: The scope of the variable 'min3' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshing3.cpp:742:40: style: The scope of the variable 'max1' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshing3.cpp:742:46: style: The scope of the variable 'max2' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshing3.cpp:742:52: style: The scope of the variable 'max3' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshing3.cpp:745:10: style: The scope of the variable 'xminb' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshing3.cpp:745:17: style: The scope of the variable 'xmaxb' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshing3.cpp:745:24: style: The scope of the variable 'yminb' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshing3.cpp:745:31: style: The scope of the variable 'ymaxb' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshing3.cpp:745:38: style: The scope of the variable 'zminb' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshing3.cpp:745:45: style: The scope of the variable 'zmaxb' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshing3.cpp:162:51: style: Function 'AddConnectedPair' argument 1 names different: declaration 'pair' definition 'apair'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshing3.hpp:60:41: note: Function 'AddConnectedPair' argument 1 names different: declaration 'pair' definition 'apair'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshing3.cpp:162:51: note: Function 'AddConnectedPair' argument 1 names different: declaration 'pair' definition 'apair'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshing3.cpp:14:18: warning: Member variable 'MeshingStat3d::nff' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshing3.cpp:14:18: warning: Member variable 'MeshingStat3d::vol' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshing3.cpp:49:3: style: Class 'Meshing3' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshing3.cpp:49:3: style: Class 'Meshing3' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:179:0: warning: The class 'netgen :: ARRAY < blocktyp , 0 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshing3.cpp:977:19: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtool.cpp:131:19: style: The scope of the variable 'cl' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtool.cpp:135:12: style: The scope of the variable 'qual' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtool.cpp:625:21: style: The scope of the variable 'seg' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtool.cpp:950:9: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtool.cpp:950:12: style: The scope of the variable 'j' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtool.cpp:139:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtool.cpp:578:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtool.cpp:761:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtool.cpp:826:37: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtool.cpp:869:37: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtool.cpp:932:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtool.cpp:975:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtype.cpp:1053:3: style: Variable 'flags' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtype.cpp:1048:3: note: Variable 'flags' is reassigned a value before the old one has been used if variable is no semaphore variable.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtype.cpp:1053:3: note: Variable 'flags' is reassigned a value before the old one has been used if variable is no semaphore variable.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtype.cpp:1071:0: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtype.cpp:202:40: style: Function 'Element2d' argument 1 names different: declaration 'type' definition 'atyp'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtype.hpp:329:27: note: Function 'Element2d' argument 1 names different: declaration 'type' definition 'atyp'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtype.cpp:202:40: note: Function 'Element2d' argument 1 names different: declaration 'type' definition 'atyp'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtype.cpp:2379:66: style: Function 'Get' argument 3 names different: declaration 'identnr' definition 'nr'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtype.hpp:1173:49: note: Function 'Get' argument 3 names different: declaration 'identnr' definition 'nr'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtype.cpp:2379:66: note: Function 'Get' argument 3 names different: declaration 'identnr' definition 'nr'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtype.cpp:2037:16: style: Unused variable: l [unusedVariable]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtype.cpp:2113:16: style: Unused variable: l [unusedVariable]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtype.cpp:56:14: warning: Member variable 'Segment::hp_elnr' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtype.cpp:2496:22: warning: Member variable 'MeshingParameters::elementorder' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtype.cpp:2496:22: warning: Member variable 'MeshingParameters::quad' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtype.cpp:2496:22: warning: Member variable 'MeshingParameters::inverttets' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtype.cpp:2496:22: warning: Member variable 'MeshingParameters::inverttrigs' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtype.cpp:2496:22: warning: Member variable 'MeshingParameters::autozrefine' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtype.cpp:2618:20: warning: Member variable 'DebugParameters::debugoutput' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtype.cpp:2618:20: warning: Member variable 'DebugParameters::haltnode' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtype.cpp:2618:20: warning: Member variable 'DebugParameters::haltexistingline' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtype.cpp:2618:20: warning: Member variable 'DebugParameters::haltoverlap' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtype.cpp:2618:20: warning: Member variable 'DebugParameters::haltface' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtype.cpp:2618:20: warning: Member variable 'DebugParameters::haltfacenr' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geomobjects.hpp:145:0: warning: Member variable 'netgen :: Mat < 2 , 4 >::x' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geomobjects.hpp:145:0: warning: Member variable 'netgen :: Mat < 4 , 2 >::x' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geomobjects.hpp:69:0: warning: Member variable 'netgen :: Vec < 4 >::x' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geomobjects.hpp:24:0: warning: Member variable 'netgen :: Point < 4 >::x' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtype.cpp:58:5: performance: Variable 'p1' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtype.cpp:59:5: performance: Variable 'p2' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtype.cpp:2249:3: performance: Variable 'firstelement' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtype.cpp:2257:3: performance: Variable 'firstelement' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtype.cpp:2270:3: performance: Variable 'firstelement' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtype.cpp:2282:3: performance: Variable 'firstelement' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtype.hpp:890:7: style: Technically the member function 'netgen::FaceDescriptor::SegmentFits' can be const. [functionConst]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtype.cpp:2285:24: note: Technically the member function 'netgen::FaceDescriptor::SegmentFits' can be const.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtype.hpp:890:7: note: Technically the member function 'netgen::FaceDescriptor::SegmentFits' can be const.
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geomobjects.hpp:70:0: style: Class 'netgen :: Vec < 4 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/gprim/geomobjects.hpp:25:0: style: Class 'netgen :: Point < 4 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtype.hpp:520:1: warning: The class 'Element' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtype.hpp:861:1: warning: The class 'FaceDescriptor' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:179:0: warning: The class 'netgen :: ARRAY < IntegrationPointData * , 0 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:179:0: warning: The class 'netgen :: ARRAY < AutoPtr < IntegrationPointData > , 0 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtype.cpp:1146:20: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtype.cpp:1152:20: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtype.cpp:1159:20: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtype.cpp:1534:14: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtype.cpp:1540:14: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtype.cpp:1547:14: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtype.cpp:1557:14: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtype.cpp:1569:14: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:179:0: warning: The class 'netgen :: ARRAY < MyStr * , 0 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/netrule2.cpp:129:7: style: The scope of the variable 'left' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/netrule2.cpp:129:13: style: The scope of the variable 'right' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/netrule2.cpp:129:20: style: The scope of the variable 'allleft' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/netrule2.cpp:129:29: style: The scope of the variable 'allright' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/netrule2.cpp:35:59: style: Function 'SetFreeZoneTransformation' argument 1 names different: declaration 'u' definition 'devp'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/ruler2.hpp:114:50: note: Function 'SetFreeZoneTransformation' argument 1 names different: declaration 'u' definition 'devp'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/netrule2.cpp:35:59: note: Function 'SetFreeZoneTransformation' argument 1 names different: declaration 'u' definition 'devp'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/netrule2.cpp:7:12: warning: Member variable 'netrule::noldp' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/netrule2.cpp:7:12: warning: Member variable 'netrule::noldl' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/netrule2.cpp:7:12: warning: Member variable 'netrule::fzminx' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/netrule2.cpp:7:12: warning: Member variable 'netrule::fzmaxx' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/netrule2.cpp:7:12: warning: Member variable 'netrule::fzminy' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/netrule2.cpp:7:12: warning: Member variable 'netrule::fzmaxy' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/netrule2.cpp:9:3: style: Class 'netrule' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/netrule2.cpp:9:3: style: Class 'netrule' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/netrule3.cpp:724:14: warning: Identical condition 'it>1000', second condition is always false [identicalConditionAfterEarlyExit]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/netrule3.cpp:709:11: note: 'minit' is assigned value '1000' here.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/netrule3.cpp:718:14: note: first condition
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/netrule3.cpp:724:14: note: second condition
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/netrule3.cpp:418:7: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/netrule3.cpp:174:8: style: The scope of the variable 'inthis' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/netrule3.cpp:203:7: style: The scope of the variable 'infreeset' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/netrule3.cpp:249:7: style: The scope of the variable 'hos1' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/netrule3.cpp:249:13: style: The scope of the variable 'hos2' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/netrule3.cpp:249:19: style: The scope of the variable 'hos3' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/netrule3.cpp:250:26: style: The scope of the variable 'f' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/netrule3.cpp:251:20: style: The scope of the variable 'h11' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/netrule3.cpp:251:25: style: The scope of the variable 'h12' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/netrule3.cpp:251:30: style: The scope of the variable 'h22' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/netrule3.cpp:251:35: style: The scope of the variable 'dflam1' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/netrule3.cpp:251:43: style: The scope of the variable 'dflam2' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/netrule3.cpp:253:10: style: The scope of the variable 'hpx' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/netrule3.cpp:253:15: style: The scope of the variable 'hpy' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/netrule3.cpp:253:20: style: The scope of the variable 'hpz' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/netrule3.cpp:255:7: style: The scope of the variable 'cntout' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/netrule3.cpp:257:7: style: The scope of the variable 'isin' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/netrule3.cpp:870:7: style: The scope of the variable 'infreeset' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/netrule3.cpp:12:13: warning: Member variable 'vnetrule::oldutofreezone' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/netrule3.cpp:12:13: warning: Member variable 'vnetrule::oldutofreezonelimit' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/netrule3.cpp:12:13: warning: Member variable 'vnetrule::maxpnearness' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/netrule3.cpp:12:13: warning: Member variable 'vnetrule::noldp' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/netrule3.cpp:12:13: warning: Member variable 'vnetrule::noldf' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/netrule3.cpp:14:3: style: Class 'vnetrule' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/netrule3.cpp:14:3: style: Class 'vnetrule' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/ruler3.hpp:165:7: performance: Technically the member function 'netgen::vnetrule::NeighbourTrianglePoint' can be static. [functionStatic]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/parser3.cpp:54:17: note: Technically the member function 'netgen::vnetrule::NeighbourTrianglePoint' can be static.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/ruler3.hpp:165:7: note: Technically the member function 'netgen::vnetrule::NeighbourTrianglePoint' can be static.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/refine.cpp:591:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/refine.cpp:23:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/refine.cpp:74:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/refine.cpp:240:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:378:0: warning: Member variable 'netgen :: ArrayMem < int , 6 >::mem' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:378:0: warning: Member variable 'netgen :: ArrayMem < PointGeomInfo , 6 >::mem' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:378:0: warning: Member variable 'netgen :: ArrayMem < int , 9 >::mem' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:378:0: warning: Member variable 'netgen :: ArrayMem < PointGeomInfo , 9 >::mem' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:378:0: warning: Member variable 'netgen :: ArrayMem < int , 10 >::mem' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:378:0: warning: Member variable 'netgen :: ArrayMem < int , 27 >::mem' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:378:0: warning: Member variable 'netgen :: ArrayMem < int , 18 >::mem' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:179:0: warning: The class 'netgen :: ARRAY < EdgePointGeomInfo , PointIndex :: BASE >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:179:0: warning: The class 'netgen :: ARRAY < PointGeomInfo , PointIndex :: BASE >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/ruler2.cpp:52:11: style: Function 'ApplyRules' argument 5 names different: declaration 'maxlegelline' definition 'maxlegalline'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshing2.hpp:135:9: note: Function 'ApplyRules' argument 5 names different: declaration 'maxlegelline' definition 'maxlegalline'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/ruler2.cpp:52:11: note: Function 'ApplyRules' argument 5 names different: declaration 'maxlegelline' definition 'maxlegalline'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/ruler3.cpp:193:16: style: The scope of the variable 'oldp' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/secondorder.cpp:343:9: style: The scope of the variable 'cnttrials' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/secondorder.cpp:355:12: style: The scope of the variable 'factry' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/secondorder.cpp:22:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/secondorder.cpp:29:42: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/secondorder.cpp:54:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/secondorder.cpp:231:28: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/secondorder.cpp:284:24: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/bisect.hpp:83:8: performance: Technically the member function 'netgen::Refinement::ValidateRefinedMesh' can be static. [functionStatic]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/secondorder.cpp:334:3: note: Technically the member function 'netgen::Refinement::ValidateRefinedMesh' can be static.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/bisect.hpp:83:8: note: Technically the member function 'netgen::Refinement::ValidateRefinedMesh' can be static.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing2.5.cpp:57:10: style: The scope of the variable 'mixed' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing2.5.cpp:145:39: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtype.hpp:389:57: error: Array index -1 is out of bounds. [negativeIndex]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing2.5.cpp:171:12: note: Assignment 'hpi=0', assigned value is 0
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing2.5.cpp:178:37: note: Calling function 'GeomInfoPi', 1st argument 'i' value is 0
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtype.hpp:389:57: note: Negative array index
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve2.hpp:21:8: style: Technically the member function 'netgen::MeshOptimize2d::ProjectBoundaryPoints' can be const. [functionConst]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing2.5.cpp:10:26: note: Technically the member function 'netgen::MeshOptimize2d::ProjectBoundaryPoints' can be const.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve2.hpp:21:8: note: Technically the member function 'netgen::MeshOptimize2d::ProjectBoundaryPoints' can be const.
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:179:0: warning: The class 'netgen :: ARRAY < MeshPoint , PointIndex :: BASE >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing2.cpp:251:5: style: Variable 'e2' is reassigned a value before the old one has been used. [redundantAssignment]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing2.cpp:247:0: note: Variable 'e2' is reassigned a value before the old one has been used.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing2.cpp:251:5: note: Variable 'e2' is reassigned a value before the old one has been used.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing2.cpp:435:12: style: The scope of the variable 'rot' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing2.cpp:508:9: style: The scope of the variable 'lpi' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing2.cpp:508:14: style: The scope of the variable 'gpi' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing2.cpp:580:15: style: The scope of the variable 'lpi' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing2.cpp:580:20: style: The scope of the variable 'gpi' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing2.cpp:584:21: style: The scope of the variable 'hbad' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing2.cpp:295:40: style: Function 'FuncGrad' argument 2 names different: declaration 'g' definition 'grad'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing2.cpp:281:57: note: Function 'FuncGrad' argument 2 names different: declaration 'g' definition 'grad'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing2.cpp:295:40: note: Function 'FuncGrad' argument 2 names different: declaration 'g' definition 'grad'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing2.cpp:433:71: style: Function 'FuncGrad' argument 2 names different: declaration 'g' definition 'grad'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing2.cpp:423:57: note: Function 'FuncGrad' argument 2 names different: declaration 'g' definition 'grad'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing2.cpp:433:71: note: Function 'FuncGrad' argument 2 names different: declaration 'g' definition 'grad'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing2.cpp:504:40: style: Function 'FuncGrad' argument 2 names different: declaration 'g' definition 'grad'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing2.cpp:490:57: note: Function 'FuncGrad' argument 2 names different: declaration 'g' definition 'grad'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing2.cpp:504:40: note: Function 'FuncGrad' argument 2 names different: declaration 'g' definition 'grad'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing2.cpp:653:46: style: Function 'ImproveMesh' argument 1 names different: declaration 'mesh2d' definition 'mesh'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve2.hpp:18:28: note: Function 'ImproveMesh' argument 1 names different: declaration 'mesh2d' definition 'mesh'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing2.cpp:653:46: note: Function 'ImproveMesh' argument 1 names different: declaration 'mesh2d' definition 'mesh'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing2.cpp:976:92: style: Function 'GetNormalVector' argument 3 names different: declaration 'n' definition 'nv'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve2.hpp:60:76: note: Function 'GetNormalVector' argument 3 names different: declaration 'n' definition 'nv'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing2.cpp:976:92: note: Function 'GetNormalVector' argument 3 names different: declaration 'n' definition 'nv'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing2.cpp:816:80: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtype.hpp:389:57: error: Array index -1 is out of bounds. [negativeIndex]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing2.cpp:836:14: note: Assignment 'hpi=0', assigned value is 0
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing2.cpp:844:25: note: Calling function 'GeomInfoPi', 1st argument 'i' value is 0
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/meshtype.hpp:389:57: note: Negative array index
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing2.cpp:278:5: style: Class 'Opti2SurfaceMinFunction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing2.cpp:420:5: style: Class 'Opti2EdgeMinFunction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing2.cpp:487:5: style: Class 'Opti2SurfaceMinFunctionJacobian' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing2.cpp:281:20: style: The function 'FuncGrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/opti/opti.hpp:26:20: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing2.cpp:281:20: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing2.cpp:282:20: style: The function 'FuncDeriv' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/opti/opti.hpp:28:20: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing2.cpp:282:20: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing2.cpp:283:20: style: The function 'Func' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/opti/opti.hpp:22:20: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing2.cpp:283:20: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing2.cpp:423:20: style: The function 'FuncGrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/opti/opti.hpp:26:20: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing2.cpp:423:20: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing2.cpp:424:20: style: The function 'Func' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/opti/opti.hpp:22:20: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing2.cpp:424:20: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing2.cpp:490:20: style: The function 'FuncGrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/opti/opti.hpp:26:20: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing2.cpp:490:20: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing2.cpp:491:20: style: The function 'FuncDeriv' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/opti/opti.hpp:28:20: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing2.cpp:491:20: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing2.cpp:492:20: style: The function 'Func' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/opti/opti.hpp:22:20: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing2.cpp:492:20: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing3.cpp:1480:11: style: Condition 'typ==1' is always true [knownConditionTrueFalse]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing3.cpp:1428:13: note: Assignment 'typ=1', assigned value is 1
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing3.cpp:1480:11: note: Condition 'typ==1' is always true
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing3.cpp:1480:11: style: Same expression on both sides of '==' because the value of 'typ' and '1' are the same. [duplicateExpression]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing3.cpp:1428:13: note: 'typ' is assigned value '1' here.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing3.cpp:1480:11: note: Same expression on both sides of '==' because the value of 'typ' and '1' are the same.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing3.cpp:65:22: style: The scope of the variable 'mini' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing3.cpp:349:11: style: The scope of the variable 'eli' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing3.cpp:350:21: style: The scope of the variable 'el' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing3.cpp:450:11: style: The scope of the variable 'eli' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing3.cpp:562:9: style: The scope of the variable 'pi1' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing3.cpp:562:14: style: The scope of the variable 'pi2' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing3.cpp:562:19: style: The scope of the variable 'pi3' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing3.cpp:749:15: style: The scope of the variable 'f11' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing3.cpp:749:20: style: The scope of the variable 'f22' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing3.cpp:999:10: style: The scope of the variable 'elbad' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing3.cpp:1128:7: style: The scope of the variable 'lpi' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing3.cpp:1196:7: style: The scope of the variable 'lpi' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing3.cpp:100:49: style: Function 'Func' argument 1 names different: declaration 'x' definition 'vp'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve3.hpp:66:39: note: Function 'Func' argument 1 names different: declaration 'x' definition 'vp'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing3.cpp:100:49: note: Function 'Func' argument 1 names different: declaration 'x' definition 'vp'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing3.cpp:223:54: style: Function 'Func' argument 1 names different: declaration 'x' definition 'vp'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing3.cpp:189:41: note: Function 'Func' argument 1 names different: declaration 'x' definition 'vp'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing3.cpp:223:54: note: Function 'Func' argument 1 names different: declaration 'x' definition 'vp'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing3.cpp:703:71: style: Function 'FuncGrad' argument 2 names different: declaration 'g' definition 'grad'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing3.cpp:682:57: note: Function 'FuncGrad' argument 2 names different: declaration 'g' definition 'grad'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing3.cpp:703:71: note: Function 'FuncGrad' argument 2 names different: declaration 'g' definition 'grad'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing3.cpp:1096:54: style: Function 'Func' argument 1 names different: declaration 'x' definition 'v'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/improve3.hpp:89:39: note: Function 'Func' argument 1 names different: declaration 'x' definition 'v'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing3.cpp:1096:54: note: Function 'Func' argument 1 names different: declaration 'x' definition 'v'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing3.cpp:1458:70: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing3.cpp:1532:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing3.cpp:326:20: warning: Member variable 'PointFunction::h' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing3.cpp:679:5: style: Class 'Opti3FreeMinFunction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing3.cpp:189:20: style: The function 'Func' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/opti/opti.hpp:22:20: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing3.cpp:189:20: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing3.cpp:190:20: style: The function 'FuncGrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/opti/opti.hpp:26:20: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing3.cpp:190:20: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing3.cpp:542:18: style: The function 'SetPointIndex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing3.cpp:315:18: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing3.cpp:542:18: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing3.cpp:543:20: style: The function 'PointFunctionValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing3.cpp:318:20: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing3.cpp:543:20: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing3.cpp:544:20: style: The function 'PointFunctionValueGrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing3.cpp:319:20: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing3.cpp:544:20: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing3.cpp:681:20: style: The function 'Func' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/opti/opti.hpp:22:20: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing3.cpp:681:20: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing3.cpp:682:20: style: The function 'FuncGrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/opti/opti.hpp:26:20: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing3.cpp:682:20: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing3.cpp:683:20: style: The function 'FuncDeriv' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/opti/opti.hpp:28:20: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing3.cpp:683:20: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing3.cpp:684:20: style: The function 'GradStopping' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/opti/opti.hpp:30:20: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing3.cpp:684:20: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing3.cpp:685:18: style: The function 'ApproximateHesse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/opti/opti.hpp:33:18: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/smoothing3.cpp:685:18: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/specials.cpp:81:8: style: The scope of the variable 'has' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/specials.cpp:81:17: style: The scope of the variable 'hasnot' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/specials.cpp:107:11: style: The scope of the variable 'hasnot' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/topology.cpp:59:7: style: The scope of the variable 'nfa' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/topology.cpp:1110:7: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/topology.cpp:1185:7: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/topology.cpp:1223:7: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/topology.cpp:1312:11: style: The scope of the variable 'cntv' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/topology.cpp:1064:62: style: Function 'GetElementEdges' argument 2 names different: declaration 'edges' definition 'eledges'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/topology.hpp:77:48: note: Function 'GetElementEdges' argument 2 names different: declaration 'edges' definition 'eledges'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/topology.cpp:1064:62: note: Function 'GetElementEdges' argument 2 names different: declaration 'edges' definition 'eledges'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/topology.cpp:1071:62: style: Function 'GetElementFaces' argument 2 names different: declaration 'faces' definition 'elfaces'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/topology.hpp:78:48: note: Function 'GetElementFaces' argument 2 names different: declaration 'faces' definition 'elfaces'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/topology.cpp:1071:62: note: Function 'GetElementFaces' argument 2 names different: declaration 'faces' definition 'elfaces'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/topology.cpp:1108:54: style: Function 'GetElementEdges' argument 2 names different: declaration 'edges' definition 'eledges'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/topology.hpp:82:40: note: Function 'GetElementEdges' argument 2 names different: declaration 'edges' definition 'eledges'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/topology.cpp:1108:54: note: Function 'GetElementEdges' argument 2 names different: declaration 'edges' definition 'eledges'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/topology.cpp:1159:54: style: Function 'GetElementFaces' argument 2 names different: declaration 'faces' definition 'elfaces'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/topology.hpp:83:40: note: Function 'GetElementFaces' argument 2 names different: declaration 'faces' definition 'elfaces'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/topology.cpp:1159:54: note: Function 'GetElementFaces' argument 2 names different: declaration 'faces' definition 'elfaces'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/topology.cpp:1183:69: style: Function 'GetSurfaceElementEdges' argument 2 names different: declaration 'edges' definition 'eledges'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/topology.hpp:92:55: note: Function 'GetSurfaceElementEdges' argument 2 names different: declaration 'edges' definition 'eledges'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/topology.cpp:1183:69: note: Function 'GetSurfaceElementEdges' argument 2 names different: declaration 'edges' definition 'eledges'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/topology.cpp:1221:61: style: Function 'GetSurfaceElementEdges' argument 2 names different: declaration 'edges' definition 'eledges'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/topology.hpp:97:47: note: Function 'GetSurfaceElementEdges' argument 2 names different: declaration 'edges' definition 'eledges'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/topology.cpp:1221:61: note: Function 'GetSurfaceElementEdges' argument 2 names different: declaration 'edges' definition 'eledges'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/topology.cpp:1272:43: style: Function 'GetEdgeVertices' argument 1 names different: declaration 'fnr' definition 'ednr'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/topology.hpp:87:29: note: Function 'GetEdgeVertices' argument 1 names different: declaration 'fnr' definition 'ednr'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/topology.cpp:1272:43: note: Function 'GetEdgeVertices' argument 1 names different: declaration 'fnr' definition 'ednr'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/topology.cpp:1279:58: style: Function 'GetFaceEdges' argument 2 names different: declaration 'edges' definition 'fedges'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/topology.hpp:88:44: note: Function 'GetFaceEdges' argument 2 names different: declaration 'edges' definition 'fedges'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/topology.cpp:1279:58: note: Function 'GetFaceEdges' argument 2 names different: declaration 'edges' definition 'fedges'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/topology.cpp:1450:73: style: Function 'GetSegmentVolumeElements' argument 2 names different: declaration 'surfels' definition 'volels'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/topology.hpp:116:59: note: Function 'GetSegmentVolumeElements' argument 2 names different: declaration 'surfels' definition 'volels'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/topology.cpp:1450:73: note: Function 'GetSegmentVolumeElements' argument 2 names different: declaration 'surfels' definition 'volels'.
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/topology.cpp:87:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/topology.cpp:96:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/topology.cpp:105:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/topology.cpp:114:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:378:0: warning: Member variable 'netgen :: ArrayMem < int , 12 >::mem' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/validate.cpp:277:12: style: The scope of the variable 'oldlamedge' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/validate.cpp:277:23: style: The scope of the variable 'oldlamface' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/validate.cpp:30:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/validate.cpp:73:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/validate.cpp:125:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/validate.cpp:140:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/zrefine.cpp:449:11: style: Condition 'ref==1' is always false [knownConditionTrueFalse]
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/zrefine.cpp:433:14: note: Assignment 'ref=0', assigned value is 0
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/zrefine.cpp:449:11: note: Condition 'ref==1' is always false
elmerfem-5396/ElmerGUI/netgen/libsrc/meshing/zrefine.cpp:252:10: style: The scope of the variable 'found' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:179:0: warning: The class 'netgen :: ARRAY < INDEX_4 , 0 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/general/array.hpp:179:0: warning: The class 'netgen :: ARRAY < EdgePointGeomInfo , 0 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/opti/bfgs.cpp:170:10: style: The scope of the variable 't' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/opti/bfgs.cpp:170:19: style: The scope of the variable 'xi' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/opti/bfgs.cpp:221:23: style: The scope of the variable 'alphahat' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/opti/bfgs.cpp:221:33: style: The scope of the variable 'hd' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/opti/bfgs.cpp:221:37: style: The scope of the variable 'fold' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/opti/bfgs.cpp:222:10: style: The scope of the variable 'a1' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/opti/bfgs.cpp:222:14: style: The scope of the variable 'a2' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/opti/linsearch.cpp:99:10: style: The scope of the variable 'f' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/meshstlsurface.cpp:44:7: style: The scope of the variable 'pim' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/meshstlsurface.cpp:401:13: style: The scope of the variable 'hi' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/meshstlsurface.cpp:760:29: style: Function 'DefineTransformation' argument 3 names different: declaration 'geominfo1' definition 'geominfo'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/meshstlsurface.hpp:31:32: note: Function 'DefineTransformation' argument 3 names different: declaration 'geominfo1' definition 'geominfo'.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/meshstlsurface.cpp:760:29: note: Function 'DefineTransformation' argument 3 names different: declaration 'geominfo1' definition 'geominfo'.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/meshstlsurface.cpp:768:98: style: Function 'TransformToPlain' argument 2 names different: declaration 'geominfo' definition 'gi'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/meshstlsurface.hpp:34:87: note: Function 'TransformToPlain' argument 2 names different: declaration 'geominfo' definition 'gi'.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/meshstlsurface.cpp:768:98: note: Function 'TransformToPlain' argument 2 names different: declaration 'geominfo' definition 'gi'.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/meshstlsurface.cpp:887:23: style: Function 'GetChartBoundary' argument 2 names different: declaration 'poitns3d' definition 'points3d'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/meshstlsurface.hpp:56:24: note: Function 'GetChartBoundary' argument 2 names different: declaration 'poitns3d' definition 'points3d'.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/meshstlsurface.cpp:887:23: note: Function 'GetChartBoundary' argument 2 names different: declaration 'poitns3d' definition 'points3d'.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/meshstlsurface.cpp:1089:34: style: Function 'PointBetween' argument 6 names different: declaration 'ap1' definition 'gi1'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/meshstlsurface.hpp:110:35: note: Function 'PointBetween' argument 6 names different: declaration 'ap1' definition 'gi1'.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/meshstlsurface.cpp:1089:34: note: Function 'PointBetween' argument 6 names different: declaration 'ap1' definition 'gi1'.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/meshstlsurface.cpp:1090:34: style: Function 'PointBetween' argument 7 names different: declaration 'ap2' definition 'gi2'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/meshstlsurface.hpp:111:35: note: Function 'PointBetween' argument 7 names different: declaration 'ap2' definition 'gi2'.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/meshstlsurface.cpp:1090:34: note: Function 'PointBetween' argument 7 names different: declaration 'ap2' definition 'gi2'.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/meshstlsurface.cpp:49:13: style: Variable 'pim' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stltopology.hpp:25:3: warning: Member variable 'STLPointIndex::i' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stltopology.hpp:40:3: warning: Member variable 'STLTrigIndex::i' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stltopology.hpp:97:3: warning: Member variable 'STLTriangle::topedges' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stltopology.hpp:97:3: warning: Member variable 'STLTriangle::nbtrigs' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stltopology.hpp:97:3: warning: Member variable 'STLTriangle::domains' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stltopology.hpp:97:3: warning: Member variable 'STLTriangle::rad' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stltopology.hpp:97:3: warning: Member variable 'STLTriangle::facenum' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stltopology.hpp:97:3: warning: Member variable 'STLTriangle::flags' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stltool.hpp:117:3: warning: Member variable 'STLBoundarySeg::rad' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stltool.hpp:117:3: warning: Member variable 'STLBoundarySeg::i1' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stltool.hpp:117:3: warning: Member variable 'STLBoundarySeg::i2' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stltool.hpp:117:3: warning: Member variable 'STLBoundarySeg::smoothedge' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlline.hpp:21:3: warning: Member variable 'STLEdge::trigs' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlline.hpp:22:3: warning: Member variable 'STLEdge::trigs' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlline.hpp:23:3: warning: Member variable 'STLEdge::trigs' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/meshstlsurface.cpp:753:22: warning: Member variable 'MeshingSTLSurface::transformationtrig' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stltopology.hpp:185:7: style: Technically the member function 'netgen::STLTriangle::GetFaceNum' can be const. [functionConst]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.hpp:57:10: performance: Technically the member function 'netgen::STLEdgeDataList::SetSize' can be static. [functionStatic]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.hpp:58:10: performance: Technically the member function 'netgen::STLEdgeDataList::Clear' can be static. [functionStatic]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.hpp:194:26: style: Technically the member function 'netgen::STLGeometry::SelectedMultiEdge' can be const. [functionConst]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.hpp:344:9: style: Technically the member function 'netgen::STLGeometry::GetNOFaces' can be const. [functionConst]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.hpp:389:9: style: Technically the member function 'netgen::STLGeometry::GetMeshChartNr' can be const. [functionConst]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stltopology.hpp:26:3: style: Class 'STLPointIndex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stltopology.hpp:41:3: style: Class 'STLTrigIndex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stltopology.hpp:96:3: style: Class 'STLTriangle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stltool.hpp:56:3: style: Class 'STLChart' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stltool.hpp:148:3: style: Class 'STLBoundary' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlline.hpp:21:3: style: Class 'STLEdge' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlline.hpp:155:3: style: Class 'STLLine' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.hpp:51:5: style: Class 'STLEdgeDataList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/meshstlsurface.hpp:26:3: style: Class 'MeshingSTLSurface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/meshstlsurface.hpp:76:5: style: Class 'MeshOptimizeSTLSurface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/meshstlsurface.hpp:99:3: style: Class 'RefinementSTLGeometry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stltopology.hpp:21:1: warning: The class 'STLPointIndex' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stltopology.hpp:36:1: warning: The class 'STLTrigIndex' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.hpp:313:18: style: The function 'InitSTLGeometry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stltopology.hpp:283:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.hpp:313:18: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.hpp:314:18: style: The function 'TopologyChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stltopology.hpp:285:16: note: Virtual function in base class
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.hpp:314:18: note: Function in derived class
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.cpp:3214:14: style: Condition 'addedges' is always false [knownConditionTrueFalse]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.cpp:3151:18: note: Assignment 'addedges=0', assigned value is 0
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.cpp:3214:14: note: Condition 'addedges' is always false
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.cpp:3224:14: style: Condition '!addedges' is always true [knownConditionTrueFalse]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.cpp:3151:18: note: Assignment 'addedges=0', assigned value is 0
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.cpp:3224:14: note: Condition '!addedges' is always true
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.cpp:3259:12: style: Condition 'addedges' is always false [knownConditionTrueFalse]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.cpp:3151:18: note: Assignment 'addedges=0', assigned value is 0
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.cpp:3259:12: note: Condition 'addedges' is always false
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.cpp:3269:12: style: Condition '!addedges' is always true [knownConditionTrueFalse]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.cpp:3151:18: note: Assignment 'addedges=0', assigned value is 0
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.cpp:3269:12: note: Condition '!addedges' is always true
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.cpp:1708:7: style: The scope of the variable 'found' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.cpp:1831:7: style: The scope of the variable 'found' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.cpp:2673:7: style: The scope of the variable 'found' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.cpp:2685:7: style: The scope of the variable 'lp1' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.cpp:2685:12: style: The scope of the variable 'lp2' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.cpp:412:32: style: Function 'AddEdge' argument 1 names different: declaration 'p1' definition 'ap1'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.hpp:296:21: note: Function 'AddEdge' argument 1 names different: declaration 'p1' definition 'ap1'.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.cpp:412:32: note: Function 'AddEdge' argument 1 names different: declaration 'p1' definition 'ap1'.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.cpp:412:41: style: Function 'AddEdge' argument 2 names different: declaration 'p2' definition 'ap2'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.hpp:296:29: note: Function 'AddEdge' argument 2 names different: declaration 'p2' definition 'ap2'.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.cpp:412:41: note: Function 'AddEdge' argument 2 names different: declaration 'p2' definition 'ap2'.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.cpp:1262:41: style: Function 'AddExternalEdge' argument 1 names different: declaration 'p1' definition 'ap1'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.hpp:239:30: note: Function 'AddExternalEdge' argument 1 names different: declaration 'p1' definition 'ap1'.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.cpp:1262:41: note: Function 'AddExternalEdge' argument 1 names different: declaration 'p1' definition 'ap1'.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.cpp:1262:50: style: Function 'AddExternalEdge' argument 2 names different: declaration 'p2' definition 'ap2'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.hpp:239:38: note: Function 'AddExternalEdge' argument 2 names different: declaration 'p2' definition 'ap2'.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.cpp:1262:50: note: Function 'AddExternalEdge' argument 2 names different: declaration 'p2' definition 'ap2'.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.cpp:1267:44: style: Function 'DeleteExternalEdge' argument 1 names different: declaration 'p1' definition 'ap1'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.hpp:240:33: note: Function 'DeleteExternalEdge' argument 1 names different: declaration 'p1' definition 'ap1'.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.cpp:1267:44: note: Function 'DeleteExternalEdge' argument 1 names different: declaration 'p1' definition 'ap1'.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.cpp:1267:53: style: Function 'DeleteExternalEdge' argument 2 names different: declaration 'p2' definition 'ap2'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.hpp:240:41: note: Function 'DeleteExternalEdge' argument 2 names different: declaration 'p2' definition 'ap2'.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.cpp:1267:53: note: Function 'DeleteExternalEdge' argument 2 names different: declaration 'p2' definition 'ap2'.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.cpp:1289:39: style: Function 'IsExternalEdge' argument 1 names different: declaration 'p1' definition 'ap1'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.hpp:241:28: note: Function 'IsExternalEdge' argument 1 names different: declaration 'p1' definition 'ap1'.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.cpp:1289:39: note: Function 'IsExternalEdge' argument 1 names different: declaration 'p1' definition 'ap1'.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.cpp:1289:48: style: Function 'IsExternalEdge' argument 2 names different: declaration 'p2' definition 'ap2'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.hpp:241:36: note: Function 'IsExternalEdge' argument 2 names different: declaration 'p2' definition 'ap2'.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.cpp:1289:48: note: Function 'IsExternalEdge' argument 2 names different: declaration 'p2' definition 'ap2'.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.cpp:1994:68: style: Function 'InitSTLGeometry' argument 1 names different: declaration 'readtrigs' definition 'readtrias'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.hpp:313:66: note: Function 'InitSTLGeometry' argument 1 names different: declaration 'readtrigs' definition 'readtrias'.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.cpp:1994:68: note: Function 'InitSTLGeometry' argument 1 names different: declaration 'readtrigs' definition 'readtrias'.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.cpp:2285:31: style: Function 'IsEdge' argument 1 names different: declaration 'p1' definition 'ap1'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.hpp:331:20: note: Function 'IsEdge' argument 1 names different: declaration 'p1' definition 'ap1'.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.cpp:2285:31: note: Function 'IsEdge' argument 1 names different: declaration 'p1' definition 'ap1'.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.cpp:2285:40: style: Function 'IsEdge' argument 2 names different: declaration 'p2' definition 'ap2'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.hpp:331:28: note: Function 'IsEdge' argument 2 names different: declaration 'p2' definition 'ap2'.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.cpp:2285:40: note: Function 'IsEdge' argument 2 names different: declaration 'p2' definition 'ap2'.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.cpp:2298:34: style: Function 'IsEdgeNum' argument 1 names different: declaration 'p1' definition 'ap1'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.hpp:332:23: note: Function 'IsEdgeNum' argument 1 names different: declaration 'p1' definition 'ap1'.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.cpp:2298:34: note: Function 'IsEdgeNum' argument 1 names different: declaration 'p1' definition 'ap1'.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.cpp:2298:43: style: Function 'IsEdgeNum' argument 2 names different: declaration 'p2' definition 'ap2'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.hpp:332:31: note: Function 'IsEdgeNum' argument 2 names different: declaration 'p2' definition 'ap2'.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.cpp:2298:43: note: Function 'IsEdgeNum' argument 2 names different: declaration 'p2' definition 'ap2'.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.hpp:99:21: style: Member variable 'STLGeometry::lines' is in the wrong place in the initializer list. [initializerList]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.cpp:46:5: note: Member variable 'STLGeometry::lines' is in the wrong place in the initializer list.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.hpp:99:21: note: Member variable 'STLGeometry::lines' is in the wrong place in the initializer list.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.hpp:120:16: style: Member variable 'STLGeometry::vicinity' is in the wrong place in the initializer list. [initializerList]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.cpp:46:36: note: Member variable 'STLGeometry::vicinity' is in the wrong place in the initializer list.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.hpp:120:16: note: Member variable 'STLGeometry::vicinity' is in the wrong place in the initializer list.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.hpp:100:16: style: Member variable 'STLGeometry::lineendpoints' is in the wrong place in the initializer list. [initializerList]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.cpp:47:5: note: Member variable 'STLGeometry::lineendpoints' is in the wrong place in the initializer list.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.hpp:100:16: note: Member variable 'STLGeometry::lineendpoints' is in the wrong place in the initializer list.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.hpp:123:19: style: Member variable 'STLGeometry::selectedmultiedge' is in the wrong place in the initializer list. [initializerList]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.cpp:47:38: note: Member variable 'STLGeometry::selectedmultiedge' is in the wrong place in the initializer list.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.hpp:123:19: note: Member variable 'STLGeometry::selectedmultiedge' is in the wrong place in the initializer list.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.hpp:183:10: style: Technically the member function 'netgen::STLGeometry::CalcEdgeDataAngles' can be const. [functionConst]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.cpp:2418:21: note: Technically the member function 'netgen::STLGeometry::CalcEdgeDataAngles' can be const.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.hpp:183:10: note: Technically the member function 'netgen::STLGeometry::CalcEdgeDataAngles' can be const.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.hpp:202:10: style: Technically the member function 'netgen::STLGeometry::ExportEdges' can be const. [functionConst]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.cpp:925:21: note: Technically the member function 'netgen::STLGeometry::ExportEdges' can be const.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.hpp:202:10: note: Technically the member function 'netgen::STLGeometry::ExportEdges' can be const.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.hpp:204:10: style: Technically the member function 'netgen::STLGeometry::SaveEdgeData' can be const. [functionConst]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.cpp:961:21: note: Technically the member function 'netgen::STLGeometry::SaveEdgeData' can be const.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.hpp:204:10: note: Technically the member function 'netgen::STLGeometry::SaveEdgeData' can be const.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.hpp:241:9: style: Technically the member function 'netgen::STLGeometry::IsExternalEdge' can be const. [functionConst]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.cpp:1289:20: note: Technically the member function 'netgen::STLGeometry::IsExternalEdge' can be const.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.hpp:241:9: note: Technically the member function 'netgen::STLGeometry::IsExternalEdge' can be const.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.hpp:250:10: style: Technically the member function 'netgen::STLGeometry::ShowSelectedTrigChartnum' can be const. [functionConst]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.cpp:1467:21: note: Technically the member function 'netgen::STLGeometry::ShowSelectedTrigChartnum' can be const.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.hpp:250:10: note: Technically the member function 'netgen::STLGeometry::ShowSelectedTrigChartnum' can be const.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.hpp:251:10: style: Technically the member function 'netgen::STLGeometry::ShowSelectedTrigCoords' can be const. [functionConst]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.cpp:1475:21: note: Technically the member function 'netgen::STLGeometry::ShowSelectedTrigCoords' can be const.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.hpp:251:10: note: Technically the member function 'netgen::STLGeometry::ShowSelectedTrigCoords' can be const.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.hpp:270:10: style: Technically the member function 'netgen::STLGeometry::GetVicinity' can be const. [functionConst]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.cpp:1572:21: note: Technically the member function 'netgen::STLGeometry::GetVicinity' can be const.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.hpp:270:10: note: Technically the member function 'netgen::STLGeometry::GetVicinity' can be const.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.hpp:285:10: performance: Technically the member function 'netgen::STLGeometry::SetSelectTrig' can be static. [functionStatic]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.cpp:1384:21: note: Technically the member function 'netgen::STLGeometry::SetSelectTrig' can be static.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.hpp:285:10: note: Technically the member function 'netgen::STLGeometry::SetSelectTrig' can be static.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.hpp:286:9: performance: Technically the member function 'netgen::STLGeometry::GetSelectTrig' can be static. [functionStatic]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.cpp:1389:20: note: Technically the member function 'netgen::STLGeometry::GetSelectTrig' can be static.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.hpp:286:9: note: Technically the member function 'netgen::STLGeometry::GetSelectTrig' can be static.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.hpp:287:10: performance: Technically the member function 'netgen::STLGeometry::SetNodeOfSelTrig' can be static. [functionStatic]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.cpp:1394:21: note: Technically the member function 'netgen::STLGeometry::SetNodeOfSelTrig' can be static.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.hpp:287:10: note: Technically the member function 'netgen::STLGeometry::SetNodeOfSelTrig' can be static.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.hpp:288:9: performance: Technically the member function 'netgen::STLGeometry::GetNodeOfSelTrig' can be static. [functionStatic]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.cpp:1399:20: note: Technically the member function 'netgen::STLGeometry::GetNodeOfSelTrig' can be static.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.hpp:288:9: note: Technically the member function 'netgen::STLGeometry::GetNodeOfSelTrig' can be static.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.hpp:343:9: style: Technically the member function 'netgen::STLGeometry::GetNOBodys' can be const. [functionConst]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.cpp:2861:20: note: Technically the member function 'netgen::STLGeometry::GetNOBodys' can be const.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.hpp:343:9: note: Technically the member function 'netgen::STLGeometry::GetNOBodys' can be const.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.cpp:49:2: style: Class 'STLGeometry' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.cpp:49:2: style: Class 'STLGeometry' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeomchart.cpp:485:4: style: Variable 'lastunmarked' is reassigned a value before the old one has been used. [redundantAssignment]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeomchart.cpp:484:4: note: Variable 'lastunmarked' is reassigned a value before the old one has been used.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeomchart.cpp:485:4: note: Variable 'lastunmarked' is reassigned a value before the old one has been used.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeomchart.cpp:556:7: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeomchart.cpp:118:7: style: The scope of the variable 'prelastunmarked' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeomchart.cpp:244:14: style: The scope of the variable 'nnt' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeomchart.cpp:372:10: style: The scope of the variable 'nnp1' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeomchart.cpp:372:16: style: The scope of the variable 'nnp2' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeomchart.cpp:373:10: style: The scope of the variable 'nnt' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeomchart.cpp:643:7: style: The scope of the variable 't' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeommesh.cpp:1376:38: style: Same expression on both sides of '||'. [duplicateExpression]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeommesh.cpp:142:9: style: The scope of the variable 'edgeused' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeommesh.cpp:246:7: style: The scope of the variable 'lle' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeommesh.cpp:246:12: style: The scope of the variable 'llp' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeommesh.cpp:407:7: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeommesh.cpp:444:11: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeommesh.cpp:547:7: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeommesh.cpp:687:10: style: The scope of the variable 'dist' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeommesh.cpp:717:7: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeommesh.cpp:717:9: style: The scope of the variable 'j' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeommesh.cpp:719:7: style: The scope of the variable 'ap1' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeommesh.cpp:719:11: style: The scope of the variable 'ap2' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeommesh.cpp:719:15: style: The scope of the variable 'p3' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeommesh.cpp:719:18: style: The scope of the variable 'p4' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeommesh.cpp:722:10: style: The scope of the variable 'rzyl' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeommesh.cpp:722:16: style: The scope of the variable 'localh' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeommesh.cpp:823:7: style: The scope of the variable 'ap1' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeommesh.cpp:823:11: style: The scope of the variable 'ap2' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeommesh.cpp:823:15: style: The scope of the variable 'p3' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeommesh.cpp:823:18: style: The scope of the variable 'p4' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeommesh.cpp:942:14: style: The scope of the variable 'maxhline' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeommesh.cpp:1099:14: style: The scope of the variable 'l' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeommesh.cpp:1131:10: style: The scope of the variable 'localh' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeommesh.cpp:1252:10: style: The scope of the variable 'chartmindist' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeommesh.cpp:1268:11: style: The scope of the variable 'dist' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeommesh.cpp:25:55: style: Function 'PointBetween' argument 1 names different: declaration 'p1' definition 'ap1'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.hpp:395:44: note: Function 'PointBetween' argument 1 names different: declaration 'p1' definition 'ap1'.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeommesh.cpp:25:55: note: Function 'PointBetween' argument 1 names different: declaration 'p1' definition 'ap1'.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeommesh.cpp:26:27: style: Function 'PointBetween' argument 3 names different: declaration 'p2' definition 'ap2'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.hpp:395:73: note: Function 'PointBetween' argument 3 names different: declaration 'p2' definition 'ap2'.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeommesh.cpp:26:27: note: Function 'PointBetween' argument 3 names different: declaration 'p2' definition 'ap2'.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeommesh.cpp:305:59: style: Function 'GetMeshChartBoundary' argument 1 names different: declaration 'points' definition 'apoints'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.hpp:390:50: note: Function 'GetMeshChartBoundary' argument 1 names different: declaration 'points' definition 'apoints'.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeommesh.cpp:305:59: note: Function 'GetMeshChartBoundary' argument 1 names different: declaration 'points' definition 'apoints'.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeommesh.cpp:307:23: style: Function 'GetMeshChartBoundary' argument 3 names different: declaration 'lines' definition 'alines'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.hpp:392:28: note: Function 'GetMeshChartBoundary' argument 3 names different: declaration 'lines' definition 'alines'.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeommesh.cpp:307:23: note: Function 'GetMeshChartBoundary' argument 3 names different: declaration 'lines' definition 'alines'.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.hpp:412:9: style: Technically the member function 'netgen::STLGeometry::FromPlane' can be const. [functionConst]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeommesh.cpp:523:20: note: Technically the member function 'netgen::STLGeometry::FromPlane' can be const.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.hpp:412:9: note: Technically the member function 'netgen::STLGeometry::FromPlane' can be const.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.hpp:418:9: performance: Technically the member function 'netgen::STLGeometry::LastTrig' can be static. [functionStatic]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeommesh.cpp:540:20: note: Technically the member function 'netgen::STLGeometry::LastTrig' can be static.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.hpp:418:9: note: Technically the member function 'netgen::STLGeometry::LastTrig' can be static.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlline.cpp:277:7: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlline.cpp:362:7: style: The scope of the variable 'pi1' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlline.cpp:362:12: style: The scope of the variable 'pi2' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlline.cpp:363:15: style: The scope of the variable 'ednum' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlline.cpp:431:7: style: The scope of the variable 'found' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlline.cpp:431:14: style: The scope of the variable 'pstart' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlline.cpp:431:28: style: The scope of the variable 'en' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.hpp:68:10: style: Technically the member function 'netgen::STLEdgeDataList::ResetAll' can be const. [functionConst]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlline.cpp:284:25: note: Technically the member function 'netgen::STLEdgeDataList::ResetAll' can be const.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.hpp:68:10: note: Technically the member function 'netgen::STLEdgeDataList::ResetAll' can be const.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.hpp:69:10: style: Technically the member function 'netgen::STLEdgeDataList::ChangeStatus' can be const. [functionConst]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlline.cpp:301:25: note: Technically the member function 'netgen::STLEdgeDataList::ChangeStatus' can be const.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.hpp:69:10: note: Technically the member function 'netgen::STLEdgeDataList::ChangeStatus' can be const.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.hpp:79:10: style: Technically the member function 'netgen::STLEdgeDataList::BuildLineWithEdge' can be const. [functionConst]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlline.cpp:427:25: note: Technically the member function 'netgen::STLEdgeDataList::BuildLineWithEdge' can be const.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.hpp:79:10: note: Technically the member function 'netgen::STLEdgeDataList::BuildLineWithEdge' can be const.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.hpp:80:10: style: Technically the member function 'netgen::STLEdgeDataList::BuildClusterWithEdge' can be const. [functionConst]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlline.cpp:487:25: note: Technically the member function 'netgen::STLEdgeDataList::BuildClusterWithEdge' can be const.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stlgeom.hpp:80:10: note: Technically the member function 'netgen::STLEdgeDataList::BuildClusterWithEdge' can be const.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stltool.cpp:483:7: style: Condition '!err' is always true [knownConditionTrueFalse]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stltool.cpp:479:13: note: Assignment 'err=0', assigned value is 0
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stltool.cpp:483:7: note: Condition '!err' is always true
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stltool.cpp:941:9: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stltool.cpp:944:16: style: The scope of the variable 'cnti' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stltool.cpp:944:26: style: The scope of the variable 'cnto' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stltool.cpp:836:20: style: Function 'STLBoundarySeg' argument 4 names different: declaration 'achart' definition 'chart'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stltool.hpp:119:22: note: Function 'STLBoundarySeg' argument 4 names different: declaration 'achart' definition 'chart'.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stltool.cpp:836:20: note: Function 'STLBoundarySeg' argument 4 names different: declaration 'achart' definition 'chart'.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stltool.cpp:960:7: style: Variable 'cnti' is modified but its new value is never used. [unreadVariable]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stltool.cpp:962:7: style: Variable 'cnto' is modified but its new value is never used. [unreadVariable]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stltool.cpp:308:16: warning: Member variable 'STLTriangle::topedges' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stltool.cpp:308:16: warning: Member variable 'STLTriangle::nbtrigs' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stltool.cpp:308:16: warning: Member variable 'STLTriangle::domains' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stltool.cpp:308:16: warning: Member variable 'STLTriangle::rad' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stltool.cpp:308:16: warning: Member variable 'STLTriangle::flags' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stltool.cpp:860:16: warning: Member variable 'STLBoundary::chart' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stltool.hpp:144:17: style: Member variable 'STLBoundary::geometry' is in the wrong place in the initializer list. [initializerList]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stltool.cpp:861:17: note: Member variable 'STLBoundary::geometry' is in the wrong place in the initializer list.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stltool.hpp:144:17: note: Member variable 'STLBoundary::geometry' is in the wrong place in the initializer list.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stltool.cpp:303:3: performance: Variable 'normal' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stltool.cpp:641:3: style: Class 'STLChart' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stltool.cpp:641:3: style: Class 'STLChart' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stltopology.cpp:121:9: style: The scope of the variable 'f' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stltopology.cpp:202:10: style: The scope of the variable 'px' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stltopology.cpp:202:14: style: The scope of the variable 'py' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stltopology.cpp:202:18: style: The scope of the variable 'pz' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stltopology.cpp:205:7: style: The scope of the variable 'noface' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stltopology.cpp:205:15: style: The scope of the variable 'novertex' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stltopology.cpp:568:8: style: The scope of the variable 'othertn' can be reduced. [variableScope]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stltopology.cpp:845:25: style: Function 'GetTrianglesInBox' argument 2 names different: declaration 'trias' definition 'btrias'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stltopology.hpp:292:19: note: Function 'GetTrianglesInBox' argument 2 names different: declaration 'trias' definition 'btrias'.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stltopology.cpp:845:25: note: Function 'GetTrianglesInBox' argument 2 names different: declaration 'trias' definition 'btrias'.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stltopology.cpp:924:54: style: Function 'NeighbourTrigSorted' argument 2 names different: declaration 'nr' definition 'edgenum'. [funcArgNamesDifferent]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stltopology.hpp:349:41: note: Function 'NeighbourTrigSorted' argument 2 names different: declaration 'nr' definition 'edgenum'.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stltopology.cpp:924:54: note: Function 'NeighbourTrigSorted' argument 2 names different: declaration 'nr' definition 'edgenum'.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stltopology.cpp:363:4: style: Variable 'cntface' is modified but its new value is never used. [unreadVariable]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stltopology.cpp:691:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stltopology.cpp:15:16: warning: Member variable 'STLTopology::searchtree' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stltopology.cpp:15:16: warning: Member variable 'STLTopology::pointtree' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stltopology.cpp:15:16: warning: Member variable 'STLTopology::pointtol' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stltopology.cpp:15:16: warning: Member variable 'STLTopology::status' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stltopology.cpp:15:16: warning: Member variable 'STLTopology::topology_ok' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stltopology.cpp:15:16: warning: Member variable 'STLTopology::orientation_ok' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stltopology.hpp:249:14: style: Member variable 'STLTopology::trigsperpoint' is in the wrong place in the initializer list. [initializerList]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stltopology.cpp:17:23: note: Member variable 'STLTopology::trigsperpoint' is in the wrong place in the initializer list.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stltopology.hpp:249:14: note: Member variable 'STLTopology::trigsperpoint' is in the wrong place in the initializer list.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stltopology.hpp:279:8: style: Technically the member function 'netgen::STLTopology::Save' can be const. [functionConst]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stltopology.cpp:266:21: note: Technically the member function 'netgen::STLTopology::Save' can be const.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stltopology.hpp:279:8: note: Technically the member function 'netgen::STLTopology::Save' can be const.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stltopology.hpp:280:8: style: Technically the member function 'netgen::STLTopology::SaveBinary' can be const. [functionConst]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stltopology.cpp:90:21: note: Technically the member function 'netgen::STLTopology::SaveBinary' can be const.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stltopology.hpp:280:8: note: Technically the member function 'netgen::STLTopology::SaveBinary' can be const.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stltopology.hpp:281:8: style: Technically the member function 'netgen::STLTopology::SaveSTLE' can be const. [functionConst]
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stltopology.cpp:149:21: note: Technically the member function 'netgen::STLTopology::SaveSTLE' can be const.
elmerfem-5396/ElmerGUI/netgen/libsrc/stlgeom/stltopology.hpp:281:8: note: Technically the member function 'netgen::STLTopology::SaveSTLE' can be const.
elmerfem-5396/ElmerGUItester/src/tester.h:12:3: style: Class 'Tester' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/eio/src/EIOConstraintAgent.cpp:52:8: style: Unused variable: filename [unusedVariable]
elmerfem-5396/eio/src/EIOConstraintAgent.cpp:69:8: style: Unused variable: filename [unusedVariable]
elmerfem-5396/eio/src/EIODualMeshAgent.cpp:106:8: style: Unused variable: filename [unusedVariable]
elmerfem-5396/eio/src/EIOGeometryAgent.cpp:53:8: style: Unused variable: filename [unusedVariable]
elmerfem-5396/eio/src/EIOGeometryAgent.cpp:67:8: style: Unused variable: filename [unusedVariable]
elmerfem-5396/eio/src/EIOGeometryAgent.cpp:76:7: style: Unused variable: ftypes [unusedVariable]
elmerfem-5396/eio/src/EIOGeometryAgent.cpp:92:8: style: Unused variable: filename [unusedVariable]
elmerfem-5396/eio/src/EIOMeshAgent.cpp:190:8: style: Unused variable: filename [unusedVariable]
elmerfem-5396/eio/src/EIOModelDataAgent.cpp:131:8: style: Unused variable: filename [unusedVariable]
elmerfem-5396/eio/src/EIOModelDataAgent.cpp:146:8: style: Unused variable: filename [unusedVariable]
elmerfem-5396/eio/src/EIOModelDataAgent.cpp:161:8: style: Unused variable: filename [unusedVariable]
elmerfem-5396/eio/src/EIOPartWriter.cpp:111:12: style: The scope of the variable 'str2' can be reduced. [variableScope]
elmerfem-5396/eio/src/EIOPartWriter.cpp:134:7: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/eio/src/EIOPartWriter.cpp:136:12: style: The scope of the variable 'str2' can be reduced. [variableScope]
elmerfem-5396/eio/src/EIOSolverAgent.cpp:53:8: style: Unused variable: filename [unusedVariable]
elmerfem-5396/eio/src/EIOSolverAgent.cpp:68:8: style: Unused variable: filename [unusedVariable]
elmerfem-5396/eio/src/EIOSolverAgent.cpp:83:8: style: Unused variable: filename [unusedVariable]
elmerfem-5396/elmergrid/src/common.c:249:8: style: The scope of the variable 'aid' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/common.c:310:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/common.c:311:8: style: The scope of the variable 'x1' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/common.c:311:11: style: The scope of the variable 'd1' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/common.c:514:15: style: The scope of the variable 'ptr2' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/common.c:77:8: style: Unused variable: filename [unusedVariable]
elmerfem-5396/elmergrid/src/femelmer.c:3054:9: style: Expression is always false because 'else if' condition matches previous condition at line 3047. [multiCondition]
elmerfem-5396/elmergrid/src/femelmer.c:387:26: style: Condition 'parent<1' is always false [knownConditionTrueFalse]
elmerfem-5396/elmergrid/src/femelmer.c:385:15: note: Assuming that condition 'parent==1' is not redundant
elmerfem-5396/elmergrid/src/femelmer.c:387:26: note: Condition 'parent<1' is always false
elmerfem-5396/elmergrid/src/femelmer.c:1629:10: style: Condition 'debug' is always false [knownConditionTrueFalse]
elmerfem-5396/elmergrid/src/femelmer.c:1628:15: note: Assignment 'debug=0', assigned value is 0
elmerfem-5396/elmergrid/src/femelmer.c:1629:10: note: Condition 'debug' is always false
elmerfem-5396/elmergrid/src/femelmer.c:1649:10: style: Condition 'debug' is always false [knownConditionTrueFalse]
elmerfem-5396/elmergrid/src/femelmer.c:1628:15: note: Assignment 'debug=0', assigned value is 0
elmerfem-5396/elmergrid/src/femelmer.c:1649:10: note: Condition 'debug' is always false
elmerfem-5396/elmergrid/src/femelmer.c:188:45: style: The scope of the variable 'open' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femelmer.c:669:7: style: The scope of the variable 'material' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femelmer.c:669:76: style: The scope of the variable 'elemtype' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femelmer.c:669:85: style: The scope of the variable 'boundtype' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femelmer.c:671:13: style: The scope of the variable 'l' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femelmer.c:671:15: style: The scope of the variable 'nodesd1' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femelmer.c:671:33: style: The scope of the variable 'nodesd2' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femelmer.c:672:7: style: The scope of the variable 'ind' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femelmer.c:673:9: style: The scope of the variable 'rpart' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femelmer.c:841:26: style: The scope of the variable 'material' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femelmer.c:841:44: style: The scope of the variable 'elemtype' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femelmer.c:842:20: style: The scope of the variable 'conelemtype' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femelmer.c:842:40: style: The scope of the variable 'nodesd2' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femelmer.c:845:23: style: The scope of the variable 'ind2' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femelmer.c:1030:18: style: The scope of the variable 'newsides' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femelmer.c:1030:27: style: The scope of the variable 'newline' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femelmer.c:1030:35: style: The scope of the variable 'count' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femelmer.c:1599:47: style: The scope of the variable 'nonodes' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femelmer.c:1600:31: style: The scope of the variable 'part' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femelmer.c:1927:21: style: The scope of the variable 'nonodes' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femelmer.c:1927:74: style: The scope of the variable 'elemtype' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femelmer.c:2151:18: style: The scope of the variable 'q1' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femelmer.c:2392:18: style: The scope of the variable 'q1' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femelmer.c:2695:16: style: The scope of the variable 'bctype' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femelmer.c:2774:16: style: The scope of the variable 'bctype' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femelmer.c:2834:54: style: The scope of the variable 'mini' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femelmer.c:2834:59: style: The scope of the variable 'maxi' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femelmer.c:2834:64: style: The scope of the variable 'sumi' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femelmer.c:2834:77: style: The scope of the variable 'nodesd2' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femelmer.c:2834:85: style: The scope of the variable 'elemtype' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femelmer.c:3100:10: style: The scope of the variable 'k' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femelmer.c:3226:7: style: The scope of the variable 'part' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femelmer.c:3227:8: style: The scope of the variable 'nodepart' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femelmer.c:3227:18: style: The scope of the variable 'elempart' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femelmer.c:3492:23: style: The scope of the variable 'owners' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femelmer.c:4519:26: style: The scope of the variable 'nonodes' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femelmer.c:3484:2: style: Label 'optimizesharing' is not used. [unusedLabel]
elmerfem-5396/elmergrid/src/femelmer.c:671:41: style: Unused variable: fail [unusedVariable]
elmerfem-5396/elmergrid/src/femelmer.c:1129:7: style: Unused variable: i [unusedVariable]
elmerfem-5396/elmergrid/src/femelmer.c:1129:11: style: Unused variable: k [unusedVariable]
elmerfem-5396/elmergrid/src/femelmer.c:1170:23: style: Unused variable: ind2 [unusedVariable]
elmerfem-5396/elmergrid/src/femelmer.c:1171:14: style: Unused variable: out2 [unusedVariable]
elmerfem-5396/elmergrid/src/femelmer.c:1927:11: style: Unused variable: k [unusedVariable]
elmerfem-5396/elmergrid/src/femelmer.c:2027:13: style: Variable 'noknots' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/elmergrid/src/femelmer.c:2615:13: style: Unused variable: l [unusedVariable]
elmerfem-5396/elmergrid/src/femelmer.c:2619:8: style: Unused variable: indxper [unusedVariable]
elmerfem-5396/elmergrid/src/femelmer.c:2970:15: style: Unused variable: n [unusedVariable]
elmerfem-5396/elmergrid/src/femelmer.c:2970:17: style: Unused variable: m [unusedVariable]
elmerfem-5396/elmergrid/src/femelmer.c:2970:37: style: Unused variable: periodic [unusedVariable]
elmerfem-5396/elmergrid/src/femelmer.c:2971:44: style: Unused variable: part [unusedVariable]
elmerfem-5396/elmergrid/src/femelmer.c:2971:49: style: Unused variable: discont [unusedVariable]
elmerfem-5396/elmergrid/src/femelmer.c:4518:13: style: Unused variable: l [unusedVariable]
elmerfem-5396/elmergrid/src/femelmer.c:121:5: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
elmerfem-5396/elmergrid/src/femelmer.c:125:7: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
elmerfem-5396/elmergrid/src/femelmer.c:126:7: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
elmerfem-5396/elmergrid/src/femelmer.c:131:7: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
elmerfem-5396/elmergrid/src/femelmer.c:143:7: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
elmerfem-5396/elmergrid/src/femelmer.c:145:5: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
elmerfem-5396/elmergrid/src/femelmer.c:161:9: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
elmerfem-5396/elmergrid/src/femelmer.c:298:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
elmerfem-5396/elmergrid/src/femelmer.c:1459:0: error: Resource leak: out [resourceLeak]
elmerfem-5396/elmergrid/src/femelmer.c:4528:38: error: Uninitialized variable: perm [uninitvar]
elmerfem-5396/elmergrid/src/femelmer.c:4314:5: error: Uninitialized variable: nodepairs [uninitvar]
elmerfem-5396/elmergrid/src/femelmer.c:4315:5: error: Uninitialized variable: nodepairs [uninitvar]
elmerfem-5396/elmergrid/src/femelmer.c:4318:5: error: Uninitialized variable: nodepairs [uninitvar]
elmerfem-5396/elmergrid/src/femelmer.c:4319:5: error: Uninitialized variable: nodepairs [uninitvar]
elmerfem-5396/elmergrid/src/femfact.c:81:8: style: The scope of the variable 'length3' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femfact.c:86:12: style: The scope of the variable 'dr3' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femfact.c:86:20: style: The scope of the variable 'dz3' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femfact.c:302:8: style: The scope of the variable 'cc1' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femfact.c:356:15: style: The scope of the variable 'r5' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femfact.c:356:19: style: The scope of the variable 'r6' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femfact.c:356:23: style: The scope of the variable 'z5' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femfact.c:356:27: style: The scope of the variable 'z6' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femfact.c:357:33: style: The scope of the variable 'tt2' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femfact.c:516:10: style: The scope of the variable 'z' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femfact.c:516:12: style: The scope of the variable 'r' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femfact.c:516:14: style: The scope of the variable 'h' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femfact.c:516:16: style: The scope of the variable 'hh1' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femfact.c:516:20: style: The scope of the variable 'hh2' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femfact.c:516:24: style: The scope of the variable 'g1' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femfact.c:516:27: style: The scope of the variable 'g2' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femfact.c:516:30: style: The scope of the variable 'gg1' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femfact.c:516:34: style: The scope of the variable 'gg2' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femfact.c:516:38: style: The scope of the variable 'value' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femfact.c:517:8: style: The scope of the variable 'd1' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femfact.c:517:11: style: The scope of the variable 'd2' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femfact.c:517:14: style: The scope of the variable 'e1' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femfact.c:517:17: style: The scope of the variable 'e2' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femfact.c:517:20: style: The scope of the variable 'f1' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femfact.c:517:23: style: The scope of the variable 'f2' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femfact.c:97:3: style: Variable 'visited' is modified but its new value is never used. [unreadVariable]
elmerfem-5396/elmergrid/src/femfact.c:86:24: style: Unused variable: n1 [unusedVariable]
elmerfem-5396/elmergrid/src/femfact.c:86:30: style: Unused variable: n3 [unusedVariable]
elmerfem-5396/elmergrid/src/femfact.c:86:36: style: Unused variable: zm1 [unusedVariable]
elmerfem-5396/elmergrid/src/femfact.c:86:40: style: Unused variable: zm3 [unusedVariable]
elmerfem-5396/elmergrid/src/femfact.c:87:7: style: Unused variable: nosee [unusedVariable]
elmerfem-5396/elmergrid/src/femfact.c:404:7: style: Variable 'tt2' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/elmergrid/src/femfilein.c:444:31: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
elmerfem-5396/elmergrid/src/femfilein.c:121:6: style: Condition 'info' is always true [knownConditionTrueFalse]
elmerfem-5396/elmergrid/src/femfilein.c:108:10: note: Assignment 'info=1', assigned value is 1
elmerfem-5396/elmergrid/src/femfilein.c:121:6: note: Condition 'info' is always true
elmerfem-5396/elmergrid/src/femfilein.c:3990:7: style: Condition 'debug' is always false [knownConditionTrueFalse]
elmerfem-5396/elmergrid/src/femfilein.c:3989:11: note: Assignment 'debug=0', assigned value is 0
elmerfem-5396/elmergrid/src/femfilein.c:3990:7: note: Condition 'debug' is always false
elmerfem-5396/elmergrid/src/femfilein.c:4243:5: style: Condition 'k' is always false [knownConditionTrueFalse]
elmerfem-5396/elmergrid/src/femfilein.c:4198:6: note: Assignment 'k=0', assigned value is 0
elmerfem-5396/elmergrid/src/femfilein.c:4243:5: note: Condition 'k' is always false
elmerfem-5396/elmergrid/src/femfilein.c:4220:4: style: Variable 'dummy' is reassigned a value before the old one has been used. [redundantAssignment]
elmerfem-5396/elmergrid/src/femfilein.c:4219:4: note: Variable 'dummy' is reassigned a value before the old one has been used.
elmerfem-5396/elmergrid/src/femfilein.c:4220:4: note: Variable 'dummy' is reassigned a value before the old one has been used.
elmerfem-5396/elmergrid/src/femfilein.c:546:13: style: The scope of the variable 'digits' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femfilein.c:993:7: style: The scope of the variable 'order203' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femfilein.c:1430:52: style: The scope of the variable 'currenttype' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femfilein.c:1433:13: style: The scope of the variable 'l' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femfilein.c:1436:8: style: The scope of the variable 'x' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femfilein.c:1439:5: style: The scope of the variable 'text' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femfilein.c:1439:23: style: The scope of the variable 'text2' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femfilein.c:1908:8: style: The scope of the variable 'x' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femfilein.c:1908:10: style: The scope of the variable 'y' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femfilein.c:1908:12: style: The scope of the variable 'z' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femfilein.c:2325:11: style: The scope of the variable 'k' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femfilein.c:3253:7: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femfilein.c:3253:11: style: The scope of the variable 'nodes' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femfilein.c:86:2: style: Label 'newline' is not used. [unusedLabel]
elmerfem-5396/elmergrid/src/femfilein.c:3698:10: style: Function 'LoadGeoInput' argument 3 names different: declaration 'prefix' definition 'filename'. [funcArgNamesDifferent]
elmerfem-5396/elmergrid/src/femfilein.h:26:11: note: Function 'LoadGeoInput' argument 3 names different: declaration 'prefix' definition 'filename'.
elmerfem-5396/elmergrid/src/femfilein.c:3698:10: note: Function 'LoadGeoInput' argument 3 names different: declaration 'prefix' definition 'filename'.
elmerfem-5396/elmergrid/src/femfilein.c:1106:12: warning: String literal compared with variable 'line'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
elmerfem-5396/elmergrid/src/femfilein.c:2147:14: warning: String literal compared with variable 'line'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
elmerfem-5396/elmergrid/src/femfilein.c:989:9: style: Unused variable: j [unusedVariable]
elmerfem-5396/elmergrid/src/femfilein.c:989:45: style: Unused variable: elementtype [unusedVariable]
elmerfem-5396/elmergrid/src/femfilein.c:1904:34: style: Unused variable: elemcode [unusedVariable]
elmerfem-5396/elmergrid/src/femfilein.c:1904:43: style: Unused variable: sideelem [unusedVariable]
elmerfem-5396/elmergrid/src/femfilein.c:1904:52: style: Unused variable: sidetype [unusedVariable]
elmerfem-5396/elmergrid/src/femfilein.c:1904:61: style: Unused variable: currenttype [unusedVariable]
elmerfem-5396/elmergrid/src/femfilein.c:1905:7: style: Unused variable: elementtypes [unusedVariable]
elmerfem-5396/elmergrid/src/femfilein.c:1905:20: style: Unused variable: sideind [unusedVariable]
elmerfem-5396/elmergrid/src/femfilein.c:1905:40: style: Unused variable: tottypes [unusedVariable]
elmerfem-5396/elmergrid/src/femfilein.c:1905:49: style: Unused variable: elementtype [unusedVariable]
elmerfem-5396/elmergrid/src/femfilein.c:1906:11: style: Unused variable: k [unusedVariable]
elmerfem-5396/elmergrid/src/femfilein.c:1906:13: style: Unused variable: l [unusedVariable]
elmerfem-5396/elmergrid/src/femfilein.c:1906:15: style: Unused variable: imax [unusedVariable]
elmerfem-5396/elmergrid/src/femfilein.c:1906:20: style: Unused variable: grp [unusedVariable]
elmerfem-5396/elmergrid/src/femfilein.c:1906:24: style: Unused variable: dummyint [unusedVariable]
elmerfem-5396/elmergrid/src/femfilein.c:1906:55: style: Unused variable: boundarynodes [unusedVariable]
elmerfem-5396/elmergrid/src/femfilein.c:1906:69: style: Unused variable: maxnodes [unusedVariable]
elmerfem-5396/elmergrid/src/femfilein.c:1911:5: style: Unused variable: text [unusedVariable]
elmerfem-5396/elmergrid/src/femfilein.c:1911:23: style: Unused variable: directoryname [unusedVariable]
elmerfem-5396/elmergrid/src/femfilein.c:2062:9: style: Unused variable: j [unusedVariable]
elmerfem-5396/elmergrid/src/femfilein.c:1190:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
elmerfem-5396/elmergrid/src/femfilein.c:1698:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
elmerfem-5396/elmergrid/src/femfilein.c:4200:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
elmerfem-5396/elmergrid/src/femfilein.c:2527:5: error: Resource leak: in [resourceLeak]
elmerfem-5396/elmergrid/src/femfilein.c:3337:5: error: Resource leak: in [resourceLeak]
elmerfem-5396/elmergrid/src/femfilein.c:1634:0: error: Resource leak: in [resourceLeak]
elmerfem-5396/elmergrid/src/femfilein.c:2019:0: error: Resource leak: in [resourceLeak]
elmerfem-5396/elmergrid/src/femfilein.c:2486:0: error: Resource leak: in [resourceLeak]
elmerfem-5396/elmergrid/src/femfilein.c:408:4: error: Uninitialized variable: ind [uninitvar]
elmerfem-5396/elmergrid/src/femfilein.c:450:4: error: Uninitialized variable: nodeindx [uninitvar]
elmerfem-5396/elmergrid/src/femfilein.c:451:4: error: Uninitialized variable: boundindx [uninitvar]
elmerfem-5396/elmergrid/src/femfilein.c:461:6: error: Uninitialized variable: nodeindx [uninitvar]
elmerfem-5396/elmergrid/src/femfilein.c:462:6: error: Uninitialized variable: boundindx [uninitvar]
elmerfem-5396/elmergrid/src/femfilein.c:492:47: error: Uninitialized variable: nodeindx [uninitvar]
elmerfem-5396/elmergrid/src/femfilein.c:492:56: error: Uninitialized variable: boundindx [uninitvar]
elmerfem-5396/elmergrid/src/femfilein.c:504:27: error: Uninitialized variable: ind [uninitvar]
elmerfem-5396/elmergrid/src/femfilein.c:3358:26: error: Uninitialized variable: revindx [uninitvar]
elmerfem-5396/elmergrid/src/femfilein.c:3443:27: error: Uninitialized variable: revindx [uninitvar]
elmerfem-5396/elmergrid/src/femfilein.c:3515:26: error: Uninitialized variable: revindx [uninitvar]
elmerfem-5396/elmergrid/src/femfilein.c:3747:26: error: Uninitialized variable: revindx [uninitvar]
elmerfem-5396/elmergrid/src/femfilein.c:4056:8: error: Uninitialized variable: u2eind [uninitvar]
elmerfem-5396/elmergrid/src/femfilein.c:4096:24: error: Uninitialized variable: u2eelem [uninitvar]
elmerfem-5396/elmergrid/src/femfilein.c:4101:6: error: Uninitialized variable: elementtypes [uninitvar]
elmerfem-5396/elmergrid/src/femfilein.c:4152:24: error: Uninitialized variable: u2eelem [uninitvar]
elmerfem-5396/elmergrid/src/femfilein.c:4157:6: error: Uninitialized variable: elementtypes [uninitvar]
elmerfem-5396/elmergrid/src/femfilein.c:4226:34: error: Uninitialized variable: u2eelem [uninitvar]
elmerfem-5396/elmergrid/src/femfileout.c:124:22: style: The scope of the variable 'material' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femfileout.c:129:11: style: The scope of the variable 'ap' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femfileout.c:263:42: style: The scope of the variable 'elemtype' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femfileout.c:265:13: style: The scope of the variable 'l' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femfileout.c:276:13: style: Variable 'noknots' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/elmergrid/src/femfileout.c:263:63: style: Unused variable: fail [unusedVariable]
elmerfem-5396/elmergrid/src/femfileout.c:264:20: style: Unused variable: nodesd1 [unusedVariable]
elmerfem-5396/elmergrid/src/feminfo.c:1193:37: error: Array 'eg->bulkmap[60]' accessed at index 297, which is out of bounds. [arrayIndexOutOfBounds]
elmerfem-5396/elmergrid/src/feminfo.c:1193:55: error: Array 'eg->bulkmap[60]' accessed at index 298, which is out of bounds. [arrayIndexOutOfBounds]
elmerfem-5396/elmergrid/src/feminfo.c:1193:75: error: Array 'eg->bulkmap[60]' accessed at index 299, which is out of bounds. [arrayIndexOutOfBounds]
elmerfem-5396/elmergrid/src/feminfo.c:471:41: style: Same expression on both sides of '||'. [duplicateExpression]
elmerfem-5396/elmergrid/src/feminfo.c:3086:9: style: The scope of the variable 'ind' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/feminfo.c:1460:14: style: Function 'SaveBoundaryForm' argument 3 names different: declaration 'filename' definition 'prefix'. [funcArgNamesDifferent]
elmerfem-5396/elmergrid/src/feminfo.h:21:14: note: Function 'SaveBoundaryForm' argument 3 names different: declaration 'filename' definition 'prefix'.
elmerfem-5396/elmergrid/src/feminfo.c:1460:14: note: Function 'SaveBoundaryForm' argument 3 names different: declaration 'filename' definition 'prefix'.
elmerfem-5396/elmergrid/src/feminfo.c:1570:13: style: Function 'SaveSubcellForm' argument 3 names different: declaration 'filename' definition 'prefix'. [funcArgNamesDifferent]
elmerfem-5396/elmergrid/src/feminfo.h:23:13: note: Function 'SaveSubcellForm' argument 3 names different: declaration 'filename' definition 'prefix'.
elmerfem-5396/elmergrid/src/feminfo.c:1570:13: note: Function 'SaveSubcellForm' argument 3 names different: declaration 'filename' definition 'prefix'.
elmerfem-5396/elmergrid/src/feminfo.c:3084:33: style: Function 'ShowCorners' argument 1 names different: declaration 'knot' definition 'data'. [funcArgNamesDifferent]
elmerfem-5396/elmergrid/src/feminfo.h:34:33: note: Function 'ShowCorners' argument 1 names different: declaration 'knot' definition 'data'.
elmerfem-5396/elmergrid/src/feminfo.c:3084:33: note: Function 'ShowCorners' argument 1 names different: declaration 'knot' definition 'data'.
elmerfem-5396/elmergrid/src/feminfo.c:1329:9: style: Unused variable: j [unusedVariable]
elmerfem-5396/elmergrid/src/feminfo.c:1774:7: style: Unused variable: res [unusedVariable]
elmerfem-5396/elmergrid/src/feminfo.c:902:7: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
elmerfem-5396/elmergrid/src/feminfo.c:944:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
elmerfem-5396/elmergrid/src/feminfo.c:948:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
elmerfem-5396/elmergrid/src/feminfo.c:2178:28: error: Uninitialized variable: l [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:5701:5: error: Array 'bc[100]' accessed at index 100, which is out of bounds. [arrayIndexOutOfBounds]
elmerfem-5396/elmergrid/src/femknot.c:5689:6: note: After for loop, i has value 100
elmerfem-5396/elmergrid/src/femknot.c:5701:5: note: Array index out of bounds
elmerfem-5396/elmergrid/src/femknot.c:5702:25: error: Array 'bc[100]' accessed at index 100, which is out of bounds. [arrayIndexOutOfBounds]
elmerfem-5396/elmergrid/src/femknot.c:5689:6: note: After for loop, i has value 100
elmerfem-5396/elmergrid/src/femknot.c:5702:25: note: Array index out of bounds
elmerfem-5396/elmergrid/src/femknot.c:5707:13: error: Array 'bcdim[100]' accessed at index 100, which is out of bounds. [arrayIndexOutOfBounds]
elmerfem-5396/elmergrid/src/femknot.c:5689:6: note: After for loop, i has value 100
elmerfem-5396/elmergrid/src/femknot.c:5707:13: note: Array index out of bounds
elmerfem-5396/elmergrid/src/femknot.c:5708:13: error: Array 'bclim[100]' accessed at index 100, which is out of bounds. [arrayIndexOutOfBounds]
elmerfem-5396/elmergrid/src/femknot.c:5689:6: note: After for loop, i has value 100
elmerfem-5396/elmergrid/src/femknot.c:5708:13: note: Array index out of bounds
elmerfem-5396/elmergrid/src/femknot.c:5726:5: error: Array 'bc[100]' accessed at index 100, which is out of bounds. [arrayIndexOutOfBounds]
elmerfem-5396/elmergrid/src/femknot.c:5715:6: note: After for loop, i has value 100
elmerfem-5396/elmergrid/src/femknot.c:5726:5: note: Array index out of bounds
elmerfem-5396/elmergrid/src/femknot.c:5727:25: error: Array 'bc[100]' accessed at index 100, which is out of bounds. [arrayIndexOutOfBounds]
elmerfem-5396/elmergrid/src/femknot.c:5715:6: note: After for loop, i has value 100
elmerfem-5396/elmergrid/src/femknot.c:5727:25: note: Array index out of bounds
elmerfem-5396/elmergrid/src/femknot.c:5732:13: error: Array 'bcdim[100]' accessed at index 100, which is out of bounds. [arrayIndexOutOfBounds]
elmerfem-5396/elmergrid/src/femknot.c:5715:6: note: After for loop, i has value 100
elmerfem-5396/elmergrid/src/femknot.c:5732:13: note: Array index out of bounds
elmerfem-5396/elmergrid/src/femknot.c:5733:13: error: Array 'bclim[100]' accessed at index 100, which is out of bounds. [arrayIndexOutOfBounds]
elmerfem-5396/elmergrid/src/femknot.c:5715:6: note: After for loop, i has value 100
elmerfem-5396/elmergrid/src/femknot.c:5733:13: note: Array index out of bounds
elmerfem-5396/elmergrid/src/femknot.c:6365:42: error: Array 'refsidetype[10]' accessed at index 10, which is out of bounds. [arrayIndexOutOfBounds]
elmerfem-5396/elmergrid/src/femknot.c:6350:8: note: After for loop, m has value 10
elmerfem-5396/elmergrid/src/femknot.c:6365:42: note: Array index out of bounds
elmerfem-5396/elmergrid/src/femknot.c:1418:8: style: Condition 'info' is always false [knownConditionTrueFalse]
elmerfem-5396/elmergrid/src/femknot.c:1412:14: note: Assignment 'info=0', assigned value is 0
elmerfem-5396/elmergrid/src/femknot.c:1418:8: note: Condition 'info' is always false
elmerfem-5396/elmergrid/src/femknot.c:1431:8: style: Condition 'info' is always false [knownConditionTrueFalse]
elmerfem-5396/elmergrid/src/femknot.c:1412:14: note: Assignment 'info=0', assigned value is 0
elmerfem-5396/elmergrid/src/femknot.c:1431:8: note: Condition 'info' is always false
elmerfem-5396/elmergrid/src/femknot.c:1438:8: style: Condition 'info' is always false [knownConditionTrueFalse]
elmerfem-5396/elmergrid/src/femknot.c:1412:14: note: Assignment 'info=0', assigned value is 0
elmerfem-5396/elmergrid/src/femknot.c:1438:8: note: Condition 'info' is always false
elmerfem-5396/elmergrid/src/femknot.c:1442:8: style: Condition 'info' is always false [knownConditionTrueFalse]
elmerfem-5396/elmergrid/src/femknot.c:1412:14: note: Assignment 'info=0', assigned value is 0
elmerfem-5396/elmergrid/src/femknot.c:1442:8: note: Condition 'info' is always false
elmerfem-5396/elmergrid/src/femknot.c:1455:8: style: Condition 'info' is always false [knownConditionTrueFalse]
elmerfem-5396/elmergrid/src/femknot.c:1412:14: note: Assignment 'info=0', assigned value is 0
elmerfem-5396/elmergrid/src/femknot.c:1455:8: note: Condition 'info' is always false
elmerfem-5396/elmergrid/src/femknot.c:7030:5: style: Condition 'debug' is always false [knownConditionTrueFalse]
elmerfem-5396/elmergrid/src/femknot.c:6997:11: note: Assignment 'debug=0', assigned value is 0
elmerfem-5396/elmergrid/src/femknot.c:7030:5: note: Condition 'debug' is always false
elmerfem-5396/elmergrid/src/femknot.c:7046:5: style: Condition 'debug' is always false [knownConditionTrueFalse]
elmerfem-5396/elmergrid/src/femknot.c:6997:11: note: Assignment 'debug=0', assigned value is 0
elmerfem-5396/elmergrid/src/femknot.c:7046:5: note: Condition 'debug' is always false
elmerfem-5396/elmergrid/src/femknot.c:7063:7: style: Condition 'debug' is always false [knownConditionTrueFalse]
elmerfem-5396/elmergrid/src/femknot.c:6997:11: note: Assignment 'debug=0', assigned value is 0
elmerfem-5396/elmergrid/src/femknot.c:7063:7: note: Condition 'debug' is always false
elmerfem-5396/elmergrid/src/femknot.c:1056:5: style: Variable 'd' is reassigned a value before the old one has been used. [redundantAssignment]
elmerfem-5396/elmergrid/src/femknot.c:1054:5: note: Variable 'd' is reassigned a value before the old one has been used.
elmerfem-5396/elmergrid/src/femknot.c:1056:5: note: Variable 'd' is reassigned a value before the old one has been used.
elmerfem-5396/elmergrid/src/femknot.c:4264:3: style: Variable 'maxelementtype' is reassigned a value before the old one has been used. [redundantAssignment]
elmerfem-5396/elmergrid/src/femknot.c:4261:3: note: Variable 'maxelementtype' is reassigned a value before the old one has been used.
elmerfem-5396/elmergrid/src/femknot.c:4264:3: note: Variable 'maxelementtype' is reassigned a value before the old one has been used.
elmerfem-5396/elmergrid/src/femknot.c:5168:3: style: Variable 'maxelementtype' is reassigned a value before the old one has been used. [redundantAssignment]
elmerfem-5396/elmergrid/src/femknot.c:5163:3: note: Variable 'maxelementtype' is reassigned a value before the old one has been used.
elmerfem-5396/elmergrid/src/femknot.c:5168:3: note: Variable 'maxelementtype' is reassigned a value before the old one has been used.
elmerfem-5396/elmergrid/src/femknot.c:2484:16: style: Same expression on both sides of '>' because the value of 'nocorners' and '0' are the same. [duplicateExpression]
elmerfem-5396/elmergrid/src/femknot.c:2479:15: note: 'nocorners' is assigned value '0' here.
elmerfem-5396/elmergrid/src/femknot.c:2484:16: note: Same expression on both sides of '>' because the value of 'nocorners' and '0' are the same.
elmerfem-5396/elmergrid/src/femknot.c:59:9: style: The scope of the variable 'indi' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:142:9: style: The scope of the variable 'j' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:551:15: style: The scope of the variable 'side' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:551:20: style: The scope of the variable 'normal' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:551:27: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:551:29: style: The scope of the variable 'n' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:622:52: style: The scope of the variable 'evenodd' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:753:13: style: The scope of the variable 'nonodes' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:754:7: style: The scope of the variable 'imax' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:754:12: style: The scope of the variable 'imin' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:860:8: style: The scope of the variable 'x0' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:860:16: style: The scope of the variable 'r1' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:908:14: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:909:8: style: The scope of the variable 'c' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:909:10: style: The scope of the variable 'd' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:938:14: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:975:8: style: The scope of the variable 'c' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:975:10: style: The scope of the variable 'd' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:1002:7: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:1002:9: style: The scope of the variable 'n' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:1003:10: style: The scope of the variable 'd' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:1003:12: style: The scope of the variable 't' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:1003:14: style: The scope of the variable 'u' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:1037:7: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:1037:9: style: The scope of the variable 'j' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:1037:11: style: The scope of the variable 'n' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:1038:10: style: The scope of the variable 'd' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:1038:12: style: The scope of the variable 'e' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:1038:14: style: The scope of the variable 't' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:1038:16: style: The scope of the variable 'u' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:1038:18: style: The scope of the variable 'h' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:1081:14: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:1082:8: style: The scope of the variable 'c' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:1082:10: style: The scope of the variable 'd' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:1152:14: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:1153:8: style: The scope of the variable 'sx' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:1153:11: style: The scope of the variable 'sy' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:1153:14: style: The scope of the variable 'ss' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:1153:17: style: The scope of the variable 'r' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:1153:19: style: The scope of the variable 'rat' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:1153:23: style: The scope of the variable 'd' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:1153:25: style: The scope of the variable 'x0' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:1153:28: style: The scope of the variable 'y0' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:1194:7: style: The scope of the variable 'mode' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:1194:12: style: The scope of the variable 'level' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:1194:18: style: The scope of the variable 'maplevel' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:1196:8: style: The scope of the variable 'x' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:1196:10: style: The scope of the variable 'y' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:1196:23: style: The scope of the variable 'size' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:1500:8: style: The scope of the variable 'r1' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:1500:11: style: The scope of the variable 'r2' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:1500:14: style: The scope of the variable 'z1' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:1500:17: style: The scope of the variable 'z2' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:1907:7: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:1907:9: style: The scope of the variable 'j' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:2027:23: style: The scope of the variable 'nonodes' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:2130:35: style: The scope of the variable 'maxtype' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:2131:29: style: The scope of the variable 'nonodes' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:2134:14: style: The scope of the variable 'hitsexist' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:2134:30: style: The scope of the variable 'hitslength' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:2434:11: style: The scope of the variable 'ind' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:2434:15: style: The scope of the variable 'corner' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:2435:7: style: The scope of the variable 'parent' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:3037:18: style: The scope of the variable 'fii' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:3037:22: style: The scope of the variable 'zet' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:3037:26: style: The scope of the variable 'dr' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:3058:12: style: The scope of the variable 'rad' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:3058:16: style: The scope of the variable 'fii' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:3603:15: style: The scope of the variable 'nonodes' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:3603:60: style: The scope of the variable 'indexwidth' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:3606:16: style: The scope of the variable 'indready' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:3606:52: style: The scope of the variable 'nolocal' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:3607:31: style: The scope of the variable 'dz' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:3810:8: style: The scope of the variable 'dx' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:3810:11: style: The scope of the variable 'dy' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:3810:14: style: The scope of the variable 'dz' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:3810:26: style: The scope of the variable 'cbase' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:4032:15: style: The scope of the variable 'doinit' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:4032:22: style: The scope of the variable 'isordered' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:4033:7: style: The scope of the variable 'minbc' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:4033:15: style: The scope of the variable 'maxbc' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:4034:7: style: The scope of the variable 'elemdim' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:4034:36: style: The scope of the variable 'sideind' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:4194:7: style: The scope of the variable 'nosides' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:4564:45: style: The scope of the variable 'ind' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:4565:9: style: The scope of the variable 'anglesum' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:4565:18: style: The scope of the variable 'dx1' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:4565:22: style: The scope of the variable 'dx2' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:4565:26: style: The scope of the variable 'dy1' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:4565:30: style: The scope of the variable 'dy2' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:4565:34: style: The scope of the variable 'dz1' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:4565:38: style: The scope of the variable 'dz2' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:4565:42: style: The scope of the variable 'ds1' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:4565:46: style: The scope of the variable 'ds2' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:4565:50: style: The scope of the variable 'dotprod' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:5015:26: style: The scope of the variable 'nonodes' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:5350:19: style: The scope of the variable 'ind1' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:5351:12: style: The scope of the variable 'r' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:5351:14: style: The scope of the variable 'f' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:5503:8: style: The scope of the variable 'x' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:5503:10: style: The scope of the variable 'y' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:5503:12: style: The scope of the variable 'r' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:5563:10: style: The scope of the variable 'y' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:5613:55: style: The scope of the variable 'used' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:6391:24: style: The scope of the variable 'meanrad' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:6391:32: style: The scope of the variable 'maxrad' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:6391:45: style: The scope of the variable 'dfii' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:6391:50: style: The scope of the variable 'fii0' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:6554:19: style: The scope of the variable 'material' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:6554:28: style: The scope of the variable 'elemcode1' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:6554:38: style: The scope of the variable 'elemcode2' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:6624:37: style: The scope of the variable 'nonodes' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:6799:43: style: The scope of the variable 'elemtype' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:6800:16: style: The scope of the variable 'topo' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:6801:15: style: The scope of the variable 'z' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:8186:19: style: The scope of the variable 'minds' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:8624:14: style: The scope of the variable 'elemsides' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:8624:33: style: The scope of the variable 'midpoints' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:8624:43: style: The scope of the variable 'order' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:8628:39: style: The scope of the variable 'oldz' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:9084:8: style: The scope of the variable 'x' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:9084:10: style: The scope of the variable 'y' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:9084:12: style: The scope of the variable 'z' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:9084:14: style: The scope of the variable 'xz' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:9084:17: style: The scope of the variable 'yz' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:9084:20: style: The scope of the variable 'yx' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:9084:23: style: The scope of the variable 'zx' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:9084:26: style: The scope of the variable 'zy' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:9084:29: style: The scope of the variable 'xy' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:9085:8: style: The scope of the variable 'xmin' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:9085:14: style: The scope of the variable 'xmax' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:9085:20: style: The scope of the variable 'ymin' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:9085:26: style: The scope of the variable 'ymax' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:9085:32: style: The scope of the variable 'zmin' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:9085:38: style: The scope of the variable 'zmax' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:9181:44: style: The scope of the variable 'elemtype' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:9331:43: style: The scope of the variable 'elemtype' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:9331:52: style: The scope of the variable 'nonodes' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femknot.c:3784:1: style: Label 'thened' is not used. [unusedLabel]
elmerfem-5396/elmergrid/src/femknot.c:7378:2: style: Label 'dealloc' is not used. [unusedLabel]
elmerfem-5396/elmergrid/src/femknot.c:1409:23: style: Function 'CreateVariable' argument 5 names different: declaration 'variablename' definition 'dofname'. [funcArgNamesDifferent]
elmerfem-5396/elmergrid/src/femknot.h:25:23: note: Function 'CreateVariable' argument 5 names different: declaration 'variablename' definition 'dofname'.
elmerfem-5396/elmergrid/src/femknot.c:1409:23: note: Function 'CreateVariable' argument 5 names different: declaration 'variablename' definition 'dofname'.
elmerfem-5396/elmergrid/src/femknot.c:939:8: style: Unused variable: c [unusedVariable]
elmerfem-5396/elmergrid/src/femknot.c:939:10: style: Unused variable: d [unusedVariable]
elmerfem-5396/elmergrid/src/femknot.c:939:15: style: Unused variable: y1 [unusedVariable]
elmerfem-5396/elmergrid/src/femknot.c:974:14: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/elmergrid/src/femknot.c:1003:8: style: Unused variable: c [unusedVariable]
elmerfem-5396/elmergrid/src/femknot.c:1038:8: style: Unused variable: c [unusedVariable]
elmerfem-5396/elmergrid/src/femknot.c:1109:7: style: Unused variable: i [unusedVariable]
elmerfem-5396/elmergrid/src/femknot.c:1109:9: style: Unused variable: n [unusedVariable]
elmerfem-5396/elmergrid/src/femknot.c:1110:8: style: Unused variable: c [unusedVariable]
elmerfem-5396/elmergrid/src/femknot.c:2129:11: style: Unused variable: k [unusedVariable]
elmerfem-5396/elmergrid/src/femknot.c:2306:15: style: Unused variable: ind [unusedVariable]
elmerfem-5396/elmergrid/src/femknot.c:2306:19: style: Unused variable: sideind [unusedVariable]
elmerfem-5396/elmergrid/src/femknot.c:2307:7: style: Unused variable: side [unusedVariable]
elmerfem-5396/elmergrid/src/femknot.c:2393:13: style: Unused variable: l [unusedVariable]
elmerfem-5396/elmergrid/src/femknot.c:2434:9: style: Unused variable: j [unusedVariable]
elmerfem-5396/elmergrid/src/femknot.c:2435:18: style: Unused variable: unknowns [unusedVariable]
elmerfem-5396/elmergrid/src/femknot.c:3036:9: style: Unused variable: j [unusedVariable]
elmerfem-5396/elmergrid/src/femknot.c:3036:11: style: Unused variable: k [unusedVariable]
elmerfem-5396/elmergrid/src/femknot.c:3036:13: style: Unused variable: l [unusedVariable]
elmerfem-5396/elmergrid/src/femknot.c:3037:8: style: Unused variable: x [unusedVariable]
elmerfem-5396/elmergrid/src/femknot.c:3037:10: style: Unused variable: y [unusedVariable]
elmerfem-5396/elmergrid/src/femknot.c:3037:12: style: Unused variable: dx [unusedVariable]
elmerfem-5396/elmergrid/src/femknot.c:3037:15: style: Unused variable: dy [unusedVariable]
elmerfem-5396/elmergrid/src/femknot.c:3057:9: style: Unused variable: j [unusedVariable]
elmerfem-5396/elmergrid/src/femknot.c:3057:11: style: Unused variable: k [unusedVariable]
elmerfem-5396/elmergrid/src/femknot.c:3057:13: style: Unused variable: l [unusedVariable]
elmerfem-5396/elmergrid/src/femknot.c:3058:8: style: Unused variable: x [unusedVariable]
elmerfem-5396/elmergrid/src/femknot.c:3058:10: style: Unused variable: y [unusedVariable]
elmerfem-5396/elmergrid/src/femknot.c:3398:11: style: Unused variable: k [unusedVariable]
elmerfem-5396/elmergrid/src/femknot.c:3398:13: style: Unused variable: l [unusedVariable]
elmerfem-5396/elmergrid/src/femknot.c:3398:17: style: Unused variable: left [unusedVariable]
elmerfem-5396/elmergrid/src/femknot.c:3401:7: style: Unused variable: maxmaterial [unusedVariable]
elmerfem-5396/elmergrid/src/femknot.c:3401:27: style: Unused variable: ncopy [unusedVariable]
elmerfem-5396/elmergrid/src/femknot.c:3404:18: style: Unused variable: symm [unusedVariable]
elmerfem-5396/elmergrid/src/femknot.c:3804:13: style: Unused variable: l [unusedVariable]
elmerfem-5396/elmergrid/src/femknot.c:3804:15: style: Unused variable: side [unusedVariable]
elmerfem-5396/elmergrid/src/femknot.c:3804:20: style: Unused variable: automatic [unusedVariable]
elmerfem-5396/elmergrid/src/femknot.c:3975:11: style: Unused variable: k [unusedVariable]
elmerfem-5396/elmergrid/src/femknot.c:4032:11: style: Unused variable: k [unusedVariable]
elmerfem-5396/elmergrid/src/femknot.c:4032:13: style: Unused variable: l [unusedVariable]
elmerfem-5396/elmergrid/src/femknot.c:4130:11: style: Unused variable: k [unusedVariable]
elmerfem-5396/elmergrid/src/femknot.c:4130:13: style: Unused variable: l [unusedVariable]
elmerfem-5396/elmergrid/src/femknot.c:4191:11: style: Unused variable: k [unusedVariable]
elmerfem-5396/elmergrid/src/femknot.c:4191:13: style: Unused variable: l [unusedVariable]
elmerfem-5396/elmergrid/src/femknot.c:4192:7: style: Unused variable: elemtype [unusedVariable]
elmerfem-5396/elmergrid/src/femknot.c:4562:7: style: Unused variable: hits [unusedVariable]
elmerfem-5396/elmergrid/src/femknot.c:4562:47: style: Unused variable: elemtype [unusedVariable]
elmerfem-5396/elmergrid/src/femknot.c:4564:16: style: Unused variable: elemind [unusedVariable]
elmerfem-5396/elmergrid/src/femknot.c:5350:11: style: Unused variable: k [unusedVariable]
elmerfem-5396/elmergrid/src/femknot.c:5350:13: style: Unused variable: i2 [unusedVariable]
elmerfem-5396/elmergrid/src/femknot.c:5350:38: style: Unused variable: nonodes2 [unusedVariable]
elmerfem-5396/elmergrid/src/femknot.c:5582:11: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/elmergrid/src/femknot.c:5564:19: style: Unused variable: f1 [unusedVariable]
elmerfem-5396/elmergrid/src/femknot.c:5564:22: style: Unused variable: x0 [unusedVariable]
elmerfem-5396/elmergrid/src/femknot.c:5564:25: style: Unused variable: x1 [unusedVariable]
elmerfem-5396/elmergrid/src/femknot.c:6433:4: style: Variable 'o' is modified but its new value is never used. [unreadVariable]
elmerfem-5396/elmergrid/src/femknot.c:6441:4: style: Variable 'p' is modified but its new value is never used. [unreadVariable]
elmerfem-5396/elmergrid/src/femknot.c:6744:14: style: Unused variable: parent2 [unusedVariable]
elmerfem-5396/elmergrid/src/femknot.c:6744:22: style: Unused variable: newind [unusedVariable]
elmerfem-5396/elmergrid/src/femknot.c:6797:13: style: Unused variable: l [unusedVariable]
elmerfem-5396/elmergrid/src/femknot.c:6798:26: style: Unused variable: newnoknots [unusedVariable]
elmerfem-5396/elmergrid/src/femknot.c:6798:37: style: Unused variable: nonodes [unusedVariable]
elmerfem-5396/elmergrid/src/femknot.c:6807:26: style: Variable 'z' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/elmergrid/src/femknot.c:9083:9: style: Unused variable: j [unusedVariable]
elmerfem-5396/elmergrid/src/femknot.c:9083:11: style: Unused variable: k [unusedVariable]
elmerfem-5396/elmergrid/src/femknot.c:9331:11: style: Unused variable: k [unusedVariable]
elmerfem-5396/elmergrid/src/femknot.c:9331:17: style: Unused variable: totcon [unusedVariable]
elmerfem-5396/elmergrid/src/femknot.c:9350:16: style: Variable 'elemtype' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/elmergrid/src/femknot.c:9331:60: style: Unused variable: hit [unusedVariable]
elmerfem-5396/elmergrid/src/femknot.c:9331:75: style: Unused variable: percon [unusedVariable]
elmerfem-5396/elmergrid/src/femknot.c:2766:25: error: Invalid abs() argument nr 1. A non-boolean value is required. [invalidFunctionArgBool]
elmerfem-5396/elmergrid/src/femknot.c:4073:16: warning: Found suspicious equality comparison. Did you intend to assign a value instead? [suspiciousEqualityComparison]
elmerfem-5396/elmergrid/src/femknot.c:4276:52: error: Uninitialized variable: maxedgenodes [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:2819:7: error: Uninitialized variable: newelementtypes [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:2820:7: error: Uninitialized variable: newmaterial [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:2826:2: error: Uninitialized variable: newtopo [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:2831:4: error: Uninitialized variable: newtopo [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:2832:4: error: Uninitialized variable: newtopo [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:2833:4: error: Uninitialized variable: newtopo [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:2834:4: error: Uninitialized variable: newtopo [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:2835:4: error: Uninitialized variable: newtopo [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:2836:4: error: Uninitialized variable: newtopo [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:2839:4: error: Uninitialized variable: newtopo [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:2840:4: error: Uninitialized variable: newtopo [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:2841:4: error: Uninitialized variable: newtopo [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:2842:4: error: Uninitialized variable: newtopo [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:2843:4: error: Uninitialized variable: newtopo [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:2844:4: error: Uninitialized variable: newtopo [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:2849:4: error: Uninitialized variable: newtopo [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:2850:4: error: Uninitialized variable: newtopo [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:2851:4: error: Uninitialized variable: newtopo [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:2852:4: error: Uninitialized variable: newtopo [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:2853:4: error: Uninitialized variable: newtopo [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:2854:4: error: Uninitialized variable: newtopo [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:2857:4: error: Uninitialized variable: newtopo [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:2858:4: error: Uninitialized variable: newtopo [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:2859:4: error: Uninitialized variable: newtopo [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:2860:4: error: Uninitialized variable: newtopo [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:2861:4: error: Uninitialized variable: newtopo [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:2862:4: error: Uninitialized variable: newtopo [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:2867:4: error: Uninitialized variable: newtopo [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:2868:4: error: Uninitialized variable: newtopo [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:2869:4: error: Uninitialized variable: newtopo [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:2870:4: error: Uninitialized variable: newtopo [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:2871:4: error: Uninitialized variable: newtopo [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:2872:4: error: Uninitialized variable: newtopo [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:2873:4: error: Uninitialized variable: newtopo [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:2875:4: error: Uninitialized variable: newtopo [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:2876:4: error: Uninitialized variable: newtopo [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:2877:4: error: Uninitialized variable: newtopo [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:2878:4: error: Uninitialized variable: newtopo [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:2879:4: error: Uninitialized variable: newtopo [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:2880:4: error: Uninitialized variable: newtopo [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:2881:4: error: Uninitialized variable: newtopo [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:2884:4: error: Uninitialized variable: newtopo [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:2885:4: error: Uninitialized variable: newtopo [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:2886:4: error: Uninitialized variable: newtopo [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:2887:4: error: Uninitialized variable: newtopo [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:2888:4: error: Uninitialized variable: newtopo [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:2889:4: error: Uninitialized variable: newtopo [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:2890:4: error: Uninitialized variable: newtopo [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:2892:4: error: Uninitialized variable: newtopo [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:2893:4: error: Uninitialized variable: newtopo [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:2894:4: error: Uninitialized variable: newtopo [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:2895:4: error: Uninitialized variable: newtopo [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:2896:4: error: Uninitialized variable: newtopo [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:2897:4: error: Uninitialized variable: newtopo [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:2898:4: error: Uninitialized variable: newtopo [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:2902:2: error: Uninitialized variable: newtopo [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:2903:2: error: Uninitialized variable: newtopo [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:2904:2: error: Uninitialized variable: newtopo [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:2905:2: error: Uninitialized variable: newtopo [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:2906:2: error: Uninitialized variable: newtopo [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:2907:2: error: Uninitialized variable: newtopo [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:2908:2: error: Uninitialized variable: newtopo [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:2909:2: error: Uninitialized variable: newtopo [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:2910:2: error: Uninitialized variable: newtopo [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:2911:2: error: Uninitialized variable: newtopo [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:2912:2: error: Uninitialized variable: newtopo [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:2913:2: error: Uninitialized variable: newtopo [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:4356:13: error: Uninitialized variable: newbound [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:4357:13: error: Uninitialized variable: newbound [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:4358:13: error: Uninitialized variable: newbound [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:4359:13: error: Uninitialized variable: newbound [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:4360:13: error: Uninitialized variable: newbound [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:4483:13: error: Uninitialized variable: newbound [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:4497:35: error: Uninitialized variable: newtype [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:4500:35: error: Uninitialized variable: newtype [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:5193:7: error: Uninitialized variable: edgetable [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:5194:7: error: Uninitialized variable: edgetable [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:5197:2: error: Uninitialized variable: edgetable [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:5200:4: error: Uninitialized variable: edgetable [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:5201:4: error: Uninitialized variable: edgetable [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:5204:4: error: Uninitialized variable: edgetable [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:5205:4: error: Uninitialized variable: edgetable [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:5221:61: error: Uninitialized variable: noedges [uninitvar]
elmerfem-5396/elmergrid/src/femknot.c:7447:4: error: Uninitialized variable: periodicparents [uninitvar]
elmerfem-5396/elmergrid/src/femmesh.c:379:3: style: Variable 'grid->boundint[2]' is reassigned a value before the old one has been used. [redundantAssignment]
elmerfem-5396/elmergrid/src/femmesh.c:378:3: note: Variable 'grid->boundint[2]' is reassigned a value before the old one has been used.
elmerfem-5396/elmergrid/src/femmesh.c:379:3: note: Variable 'grid->boundint[2]' is reassigned a value before the old one has been used.
elmerfem-5396/elmergrid/src/femmesh.c:414:7: style: The scope of the variable 'wantedelems' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femmesh.c:414:19: style: The scope of the variable 'wantedelemsx' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femmesh.c:414:32: style: The scope of the variable 'wantedelemsy' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femmesh.c:1173:7: style: The scope of the variable 'cnew' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femmesh.c:1173:16: style: The scope of the variable 'cleft' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femmesh.c:1718:9: style: The scope of the variable 'nzmax' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femmesh.c:1720:18: style: The scope of the variable 'dz' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femmesh.c:1751:9: style: The scope of the variable 'active' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femmesh.c:157:7: style: Unused variable: i [unusedVariable]
elmerfem-5396/elmergrid/src/femmesh.c:213:7: style: Unused variable: i [unusedVariable]
elmerfem-5396/elmergrid/src/femmesh.c:1284:17: error: Uninitialized variable: maxj [uninitvar]
elmerfem-5396/elmergrid/src/femmesh.c:1498:10: error: Uninitialized variable: elemind [uninitvar]
elmerfem-5396/elmergrid/src/femsolve.c:80:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
elmerfem-5396/elmergrid/src/femsolve.c:158:9: style: The scope of the variable 'j' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femtools.c:181:8: style: The scope of the variable 'x' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femtools.c:181:10: style: The scope of the variable 'y' can be reduced. [variableScope]
elmerfem-5396/elmergrid/src/femtools.c:294:0: style: Variable 'small' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/elmergrid/src/femtools.c:351:7: style: Unused variable: i [unusedVariable]
elmerfem-5396/elmergrid/src/femtools.c:351:9: style: Unused variable: j [unusedVariable]
elmerfem-5396/elmergrid/src/femtools.c:353:8: style: Unused variable: a [unusedVariable]
elmerfem-5396/elmergrid/src/femtools.c:353:10: style: Unused variable: b [unusedVariable]
elmerfem-5396/elmergrid/src/femtools.c:353:12: style: Unused variable: c [unusedVariable]
elmerfem-5396/elmergrid/src/femtools.c:353:14: style: Unused variable: d [unusedVariable]
elmerfem-5396/elmergrid/src/femtools.c:353:16: style: Unused variable: xtest [unusedVariable]
elmerfem-5396/elmergrid/src/femtools.c:353:25: style: Unused variable: ytest [unusedVariable]
elmerfem-5396/elmergrid/src/femtools.c:354:0: style: Variable 'small' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/elmergrid/src/femtools.c:354:0: style: Variable 'tiny' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/elmergrid/src/nrutil.c:268:8: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/elmergrid/src/nrutil.c:297:8: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/elmergrid/src/nrutil.c:302:8: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/elmergrid/src/nrutil.c:303:8: portability: Casting from float ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/elmergrid/src/nrutil.c:314:8: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/elmergrid/src/nrutil.c:315:8: portability: Casting from double ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/elmergrid/src/nrutil.c:332:8: portability: Casting from float ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/elmergrid/src/nrutil.c:337:8: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/elmergrid/src/nrutil.c:338:8: portability: Casting from double ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/elmergrid/src/nrutil.c:339:8: portability: Casting from double * ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/elmergrid/src/nrutil.c:53:3: error: Memory leak: v [memleak]
elmerfem-5396/elmergrid/src/nrutil.c:73:3: error: Memory leak: v [memleak]
elmerfem-5396/elmergrid/src/nrutil.c:84:3: error: Memory leak: v [memleak]
elmerfem-5396/elmergrid/src/nrutil.c:95:3: error: Memory leak: v [memleak]
elmerfem-5396/elmergrid/src/nrutil.c:115:3: error: Memory leak: v [memleak]
elmerfem-5396/elmerparam/src/R/elmerparam/src/elmerparam_rwrapper.c:39:21: style: Unused variable: tp [unusedVariable]
elmerfem-5396/elmerparam/src/R/elmerparam/src/elmerparam_rwrapper.c:42:7: style: Unused variable: i [unusedVariable]
elmerfem-5396/elmerparam/src/R/elmerparam/src/elmerparam_rwrapper.c:43:9: style: Unused variable: fd [unusedVariable]
elmerfem-5396/elmerparam/src/dynarray.c:68:22: style: Variable 'v' is not assigned a value. [unassignedVariable]
elmerfem-5396/elmerparam/src/dynarray.c:69:16: error: Uninitialized variable: v [uninitvar]
elmerfem-5396/elmerparam/src/elmerparam.c:176:12: style: The scope of the variable 'j' can be reduced. [variableScope]
elmerfem-5396/elmerparam/src/elmerparam.c:261:18: style: The scope of the variable 'ml' can be reduced. [variableScope]
elmerfem-5396/elmerparam/src/elmerparam.c:637:40: style: Function 'elmer_param_vec' argument 2 names different: declaration 'fun' definition 'f'. [funcArgNamesDifferent]
elmerfem-5396/elmerparam/src/elmerparam.h:33:40: note: Function 'elmer_param_vec' argument 2 names different: declaration 'fun' definition 'f'.
elmerfem-5396/elmerparam/src/elmerparam.c:637:40: note: Function 'elmer_param_vec' argument 2 names different: declaration 'fun' definition 'f'.
elmerfem-5396/elmerparam/src/elmerparam.c:348:12: style: Variable 'strl' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/elmerparam/src/elmerparam.c:432:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
elmerfem-5396/elmerparam/src/elmerparam.c:586:13: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
elmerfem-5396/elmerparam/src/modelline.c:231:18: style: Redundant condition: If 'EXPR == '!'', the comparison 'EXPR' is always true. [redundantCondition]
elmerfem-5396/elmerparam/src/modelline.c:486:14: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/elmerparam/src/modelline.c:52:13: error: Common realloc mistake: 'line' nulled but not freed upon failure [memleakOnRealloc]
elmerfem-5396/fem/src/Load.c:568:17: style: The scope of the variable 'cc' can be reduced. [variableScope]
elmerfem-5396/fem/src/Load.c:569:20: style: Unused variable: i [unusedVariable]
elmerfem-5396/fem/src/Load.c:253:4: warning: The buffer 'NewLibName' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
elmerfem-5396/fem/src/Load.c:266:7: warning: The buffer 'ElmerLib' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
elmerfem-5396/fem/src/Load.c:267:7: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
elmerfem-5396/fem/src/Load.c:271:10: warning: The buffer 'ElmerLib' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
elmerfem-5396/fem/src/Load.c:272:10: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
elmerfem-5396/fem/src/Load.c:284:2: warning: The buffer 'ElmerLib' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
elmerfem-5396/fem/src/Load.c:285:2: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
elmerfem-5396/fem/src/Load.c:294:19: warning: The buffer 'NewLibName' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
elmerfem-5396/fem/src/Load.c:297:19: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
elmerfem-5396/fem/src/Load.c:300:19: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
elmerfem-5396/fem/src/Load.c:302:19: warning: The buffer 'NewLibName' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
elmerfem-5396/fem/src/Load.c:303:19: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
elmerfem-5396/fem/src/Load.c:320:24: warning: The buffer 'NewLibName' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
elmerfem-5396/fem/src/Load.c:323:24: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
elmerfem-5396/fem/src/Load.c:326:24: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
elmerfem-5396/fem/src/Load.c:328:24: warning: The buffer 'NewLibName' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
elmerfem-5396/fem/src/Load.c:329:24: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
elmerfem-5396/fem/src/SC2Elmer.c:43:10: style: The scope of the variable 'ptr' can be reduced. [variableScope]
elmerfem-5396/fem/src/SC2Elmer.c:144:52: style: The scope of the variable 's' can be reduced. [variableScope]
elmerfem-5396/fem/src/SC2Elmer.c:144:55: style: The scope of the variable 'twopi' can be reduced. [variableScope]
elmerfem-5396/fem/src/SC2Elmer.c:338:0: error: Resource leak: fp [resourceLeak]
elmerfem-5396/fem/src/SC2Elmer.c:338:0: error: Memory leak: ref [memleak]
elmerfem-5396/fem/src/SC2Elmer.c:338:0: error: Memory leak: renumber [memleak]
elmerfem-5396/fem/src/SC2Elmer.c:338:0: error: Memory leak: edge [memleak]
elmerfem-5396/fem/src/SC2Elmer.c:338:0: error: Memory leak: groups_x [memleak]
elmerfem-5396/fem/src/SC2Elmer.c:338:0: error: Memory leak: groups_y [memleak]
elmerfem-5396/fem/src/binio/binio.c:83:17: style: The scope of the variable 'tmp' can be reduced. [variableScope]
elmerfem-5396/fem/src/fft.c:375:9: style: The scope of the variable 'j' can be reduced. [variableScope]
elmerfem-5396/fem/src/fft.c:378:9: style: The scope of the variable 'n' can be reduced. [variableScope]
elmerfem-5396/fem/src/fft.c:424:10: style: The scope of the variable 'j' can be reduced. [variableScope]
elmerfem-5396/fem/src/fft.c:514:12: style: The scope of the variable 't' can be reduced. [variableScope]
elmerfem-5396/fem/src/fft.c:700:12: style: The scope of the variable 't' can be reduced. [variableScope]
elmerfem-5396/fem/src/fft.c:781:12: style: The scope of the variable 't' can be reduced. [variableScope]
elmerfem-5396/fem/src/fft.c:1145:9: style: The scope of the variable 'k' can be reduced. [variableScope]
elmerfem-5396/fem/src/fft.c:652:9: style: Unused variable: logN [unusedVariable]
elmerfem-5396/fem/src/fft.c:1038:14: style: Unused variable: W [unusedVariable]
elmerfem-5396/fem/src/view3d/16node_quad.c:84:13: style: The scope of the variable 'u' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/16node_quad.c:84:15: style: The scope of the variable 'v' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/16node_quad.c:120:13: style: The scope of the variable 'u' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/16node_quad.c:120:15: style: The scope of the variable 'v' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/16node_quad.c:326:9: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/16node_quad.c:189:0: style: Variable 'R' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/fem/src/view3d/2d_4node.c:78:13: style: The scope of the variable 'u' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/2d_4node.c:78:15: style: The scope of the variable 'v' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/2d_4node.c:223:8: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/2d_4node.c:255:9: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/2d_4node.c:288:12: style: The scope of the variable 'detA' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/2d_4node.c:288:17: style: The scope of the variable 'Auu' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/2d_4node.c:288:21: style: The scope of the variable 'Auv' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/2d_4node.c:288:25: style: The scope of the variable 'Avv' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/2d_4node.c:289:12: style: The scope of the variable 'dXdU' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/2d_4node.c:289:17: style: The scope of the variable 'dXdV' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/2d_4node.c:289:22: style: The scope of the variable 'dYdU' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/2d_4node.c:289:27: style: The scope of the variable 'dYdV' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/2d_4node.c:289:32: style: The scope of the variable 'dZdU' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/2d_4node.c:289:37: style: The scope of the variable 'dZdV' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/2d_4node.c:289:42: style: The scope of the variable 'a' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/2d_4node.c:289:44: style: The scope of the variable 'b' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/2d_4node.c:340:28: style: Variable 'X' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/fem/src/view3d/2d_4node.c:340:38: style: Variable 'Y' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/fem/src/view3d/BiCubicUtil.c:148:12: style: The scope of the variable 't' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/BiCubicUtil.c:176:12: style: The scope of the variable 't' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/BiCubicUtil.c:469:21: style: The scope of the variable 'EofA' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/BiCubicUtil.c:498:16: style: The scope of the variable 'cosA' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/BiCubicUtil.c:499:12: style: The scope of the variable 'DX' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/BiCubicUtil.c:499:15: style: The scope of the variable 'DY' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/BiCubicUtil.c:499:18: style: The scope of the variable 'DZ' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/BiCubicUtil.c:499:33: style: The scope of the variable 'U' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/BiCubicUtil.c:499:35: style: The scope of the variable 'V' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/BiCubicUtil.c:562:12: style: The scope of the variable 'FX' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/BiCubicUtil.c:562:15: style: The scope of the variable 'FY' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/BiCubicUtil.c:562:18: style: The scope of the variable 'FZ' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/BiCubicUtil.c:562:21: style: The scope of the variable 'DX' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/BiCubicUtil.c:562:24: style: The scope of the variable 'DY' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/BiCubicUtil.c:562:27: style: The scope of the variable 'DZ' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/BiCubicUtil.c:562:30: style: The scope of the variable 'U' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/BiCubicUtil.c:562:32: style: The scope of the variable 'V' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/BiCubicUtil.c:562:34: style: The scope of the variable 'Hit' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/BiCubicUtil.c:563:12: style: The scope of the variable 'F' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/BiCubicUtil.c:563:20: style: The scope of the variable 'EA' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/BiCubicUtil.c:573:9: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/BiCubicUtil.c:560:66: style: Function 'BiCubicComputeViewFactors' argument 3 names different: declaration 'Level' definition 'LevelA'. [funcArgNamesDifferent]
elmerfem-5396/fem/src/view3d/ViewFactors.h:308:66: note: Function 'BiCubicComputeViewFactors' argument 3 names different: declaration 'Level' definition 'LevelA'.
elmerfem-5396/fem/src/view3d/BiCubicUtil.c:560:66: note: Function 'BiCubicComputeViewFactors' argument 3 names different: declaration 'Level' definition 'LevelA'.
elmerfem-5396/fem/src/view3d/BiCubicUtil.c:388:11: style: Variable 'Auv' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/fem/src/view3d/BiCubicUtil.c:374:54: style: Unused variable: detA [unusedVariable]
elmerfem-5396/fem/src/view3d/BiCubicUtil.c:376:9: style: Unused variable: i [unusedVariable]
elmerfem-5396/fem/src/view3d/BiCubicUtil.c:408:9: style: Unused variable: i [unusedVariable]
elmerfem-5396/fem/src/view3d/BiCubicUtil.c:498:29: style: Unused variable: EAF [unusedVariable]
elmerfem-5396/fem/src/view3d/BiCubicUtil.c:498:33: style: Unused variable: EAT [unusedVariable]
elmerfem-5396/fem/src/view3d/BiCubicUtil.c:498:0: style: Variable 'PI' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/fem/src/view3d/BiCubicUtil.c:509:11: style: Unused variable: j [unusedVariable]
elmerfem-5396/fem/src/view3d/BiCubicUtil.c:622:22: style: Variable 'EA' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/fem/src/view3d/BiCubicUtil.c:573:11: style: Unused variable: j [unusedVariable]
elmerfem-5396/fem/src/view3d/BiCubicUtil.c:585:10: error: Uninitialized variable: Fa [uninitvar]
elmerfem-5396/fem/src/view3d/BiCubicUtil.c:585:26: error: Uninitialized variable: Fb [uninitvar]
elmerfem-5396/fem/src/view3d/BiLinearUtil.c:279:21: style: The scope of the variable 'EofA' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/BiLinearUtil.c:308:12: style: The scope of the variable 'DX' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/BiLinearUtil.c:308:15: style: The scope of the variable 'DY' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/BiLinearUtil.c:308:18: style: The scope of the variable 'DZ' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/BiLinearUtil.c:308:33: style: The scope of the variable 'U' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/BiLinearUtil.c:308:35: style: The scope of the variable 'V' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/BiLinearUtil.c:309:16: style: The scope of the variable 'cosA' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/BiLinearUtil.c:69:12: style: Unused variable: t [unusedVariable]
elmerfem-5396/fem/src/view3d/BiLinearUtil.c:100:12: style: Unused variable: t [unusedVariable]
elmerfem-5396/fem/src/view3d/BiLinearUtil.c:132:14: style: Unused variable: BBox [unusedVariable]
elmerfem-5396/fem/src/view3d/BiLinearUtil.c:198:11: style: Variable 'Auv' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/fem/src/view3d/BiLinearUtil.c:184:54: style: Unused variable: detA [unusedVariable]
elmerfem-5396/fem/src/view3d/BiLinearUtil.c:186:9: style: Unused variable: i [unusedVariable]
elmerfem-5396/fem/src/view3d/BiLinearUtil.c:218:9: style: Unused variable: i [unusedVariable]
elmerfem-5396/fem/src/view3d/BiLinearUtil.c:319:11: style: Unused variable: j [unusedVariable]
elmerfem-5396/fem/src/view3d/BiQuadraticUtil.c:147:12: style: The scope of the variable 't' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/BiQuadraticUtil.c:173:12: style: The scope of the variable 't' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/BiQuadraticUtil.c:462:21: style: The scope of the variable 'EofA' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/BiQuadraticUtil.c:492:16: style: The scope of the variable 'cosA' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/BiQuadraticUtil.c:493:12: style: The scope of the variable 'DX' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/BiQuadraticUtil.c:493:15: style: The scope of the variable 'DY' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/BiQuadraticUtil.c:493:18: style: The scope of the variable 'DZ' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/BiQuadraticUtil.c:493:33: style: The scope of the variable 'U' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/BiQuadraticUtil.c:493:35: style: The scope of the variable 'V' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/BiQuadraticUtil.c:555:12: style: The scope of the variable 'FX' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/BiQuadraticUtil.c:555:15: style: The scope of the variable 'FY' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/BiQuadraticUtil.c:555:18: style: The scope of the variable 'FZ' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/BiQuadraticUtil.c:555:21: style: The scope of the variable 'DX' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/BiQuadraticUtil.c:555:24: style: The scope of the variable 'DY' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/BiQuadraticUtil.c:555:27: style: The scope of the variable 'DZ' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/BiQuadraticUtil.c:555:30: style: The scope of the variable 'U' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/BiQuadraticUtil.c:555:32: style: The scope of the variable 'V' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/BiQuadraticUtil.c:555:34: style: The scope of the variable 'Hit' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/BiQuadraticUtil.c:556:12: style: The scope of the variable 'F' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/BiQuadraticUtil.c:556:20: style: The scope of the variable 'EA' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/BiQuadraticUtil.c:566:9: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/BiQuadraticUtil.c:553:70: style: Function 'BiQuadraticComputeViewFactors' argument 3 names different: declaration 'Level' definition 'LevelA'. [funcArgNamesDifferent]
elmerfem-5396/fem/src/view3d/ViewFactors.h:323:70: note: Function 'BiQuadraticComputeViewFactors' argument 3 names different: declaration 'Level' definition 'LevelA'.
elmerfem-5396/fem/src/view3d/BiQuadraticUtil.c:553:70: note: Function 'BiQuadraticComputeViewFactors' argument 3 names different: declaration 'Level' definition 'LevelA'.
elmerfem-5396/fem/src/view3d/BiQuadraticUtil.c:381:11: style: Variable 'Auv' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/fem/src/view3d/BiQuadraticUtil.c:367:54: style: Unused variable: detA [unusedVariable]
elmerfem-5396/fem/src/view3d/BiQuadraticUtil.c:369:9: style: Unused variable: i [unusedVariable]
elmerfem-5396/fem/src/view3d/BiQuadraticUtil.c:401:9: style: Unused variable: i [unusedVariable]
elmerfem-5396/fem/src/view3d/BiQuadraticUtil.c:492:29: style: Unused variable: EAF [unusedVariable]
elmerfem-5396/fem/src/view3d/BiQuadraticUtil.c:492:33: style: Unused variable: EAT [unusedVariable]
elmerfem-5396/fem/src/view3d/BiQuadraticUtil.c:492:0: style: Variable 'PI' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/fem/src/view3d/BiQuadraticUtil.c:503:11: style: Unused variable: j [unusedVariable]
elmerfem-5396/fem/src/view3d/BiQuadraticUtil.c:609:22: style: Variable 'EA' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/fem/src/view3d/BiQuadraticUtil.c:566:11: style: Unused variable: j [unusedVariable]
elmerfem-5396/fem/src/view3d/BiQuadraticUtil.c:574:10: error: Uninitialized variable: Fa [uninitvar]
elmerfem-5396/fem/src/view3d/BiQuadraticUtil.c:574:26: error: Uninitialized variable: Fb [uninitvar]
elmerfem-5396/fem/src/view3d/LUDecomp.c:155:11: style: The scope of the variable 'j' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/LUDecomp.c:83:0: error: Memory leak: pivot [memleak]
elmerfem-5396/fem/src/view3d/LineUtil.c:423:27: style: Variable 'V' is reassigned a value before the old one has been used. [redundantAssignment]
elmerfem-5396/fem/src/view3d/LineUtil.c:417:26: note: Variable 'V' is reassigned a value before the old one has been used.
elmerfem-5396/fem/src/view3d/LineUtil.c:423:27: note: Variable 'V' is reassigned a value before the old one has been used.
elmerfem-5396/fem/src/view3d/LineUtil.c:197:21: style: The scope of the variable 'EofA' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/LineUtil.c:227:12: style: The scope of the variable 'DX' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/LineUtil.c:227:15: style: The scope of the variable 'DY' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/LineUtil.c:227:33: style: The scope of the variable 'U' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/LineUtil.c:227:35: style: The scope of the variable 'V' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/LineUtil.c:228:16: style: The scope of the variable 'cosA' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/LineUtil.c:69:12: style: Unused variable: t [unusedVariable]
elmerfem-5396/fem/src/view3d/LineUtil.c:98:14: style: Unused variable: BBox [unusedVariable]
elmerfem-5396/fem/src/view3d/LineUtil.c:99:13: style: Unused variable: ULength [unusedVariable]
elmerfem-5396/fem/src/view3d/LineUtil.c:99:21: style: Unused variable: VLength [unusedVariable]
elmerfem-5396/fem/src/view3d/LineUtil.c:127:22: style: Unused variable: dZdU [unusedVariable]
elmerfem-5396/fem/src/view3d/LineUtil.c:127:27: style: Unused variable: dXdV [unusedVariable]
elmerfem-5396/fem/src/view3d/LineUtil.c:127:32: style: Unused variable: dYdV [unusedVariable]
elmerfem-5396/fem/src/view3d/LineUtil.c:127:37: style: Unused variable: dZdV [unusedVariable]
elmerfem-5396/fem/src/view3d/LineUtil.c:127:42: style: Unused variable: Auu [unusedVariable]
elmerfem-5396/fem/src/view3d/LineUtil.c:127:46: style: Unused variable: Auv [unusedVariable]
elmerfem-5396/fem/src/view3d/LineUtil.c:127:50: style: Unused variable: Avv [unusedVariable]
elmerfem-5396/fem/src/view3d/LineUtil.c:127:54: style: Unused variable: detA [unusedVariable]
elmerfem-5396/fem/src/view3d/LineUtil.c:129:9: style: Unused variable: i [unusedVariable]
elmerfem-5396/fem/src/view3d/LineUtil.c:145:22: style: Unused variable: dZdU [unusedVariable]
elmerfem-5396/fem/src/view3d/LineUtil.c:145:27: style: Unused variable: dXdV [unusedVariable]
elmerfem-5396/fem/src/view3d/LineUtil.c:145:32: style: Unused variable: dYdV [unusedVariable]
elmerfem-5396/fem/src/view3d/LineUtil.c:145:37: style: Unused variable: dZdV [unusedVariable]
elmerfem-5396/fem/src/view3d/LineUtil.c:145:42: style: Unused variable: Auu [unusedVariable]
elmerfem-5396/fem/src/view3d/LineUtil.c:145:46: style: Unused variable: Auv [unusedVariable]
elmerfem-5396/fem/src/view3d/LineUtil.c:145:50: style: Unused variable: Avv [unusedVariable]
elmerfem-5396/fem/src/view3d/LineUtil.c:147:9: style: Unused variable: i [unusedVariable]
elmerfem-5396/fem/src/view3d/LineUtil.c:227:18: style: Unused variable: DZ [unusedVariable]
elmerfem-5396/fem/src/view3d/LineUtil.c:227:29: style: Unused variable: NTZ [unusedVariable]
elmerfem-5396/fem/src/view3d/LineUtil.c:236:19: style: Variable 'NBZ' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/fem/src/view3d/LineUtil.c:238:11: style: Unused variable: j [unusedVariable]
elmerfem-5396/fem/src/view3d/LineUtil.c:301:0: error: Uninitialized variable: NTX [uninitvar]
elmerfem-5396/fem/src/view3d/LineUtil.c:301:0: error: Uninitialized variable: NTY [uninitvar]
elmerfem-5396/fem/src/view3d/LinearSolve.c:23:0: error: syntax error [syntaxError]
elmerfem-5396/fem/src/view3d/LinearSolveConjGrad.c:172:23: style: The scope of the variable 'Alpha' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/LinearSolveConjGrad.c:172:29: style: The scope of the variable 'Beta' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/LinearSolveConjGrad.c:172:46: style: The scope of the variable 'RNorm' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/LinearSolveJacob.c:98:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
elmerfem-5396/fem/src/view3d/RayTrace.c:161:12: style: The scope of the variable 'Xdu' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/RayTrace.c:161:16: style: The scope of the variable 'Xdv' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/RayTrace.c:161:20: style: The scope of the variable 'Ydu' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/RayTrace.c:161:24: style: The scope of the variable 'Ydv' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/RayTrace.c:161:28: style: The scope of the variable 'Zdu' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/RayTrace.c:161:32: style: The scope of the variable 'Zdv' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/RayTrace.c:161:45: style: The scope of the variable 'J0' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/RayTrace.c:161:48: style: The scope of the variable 'J1' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/RayTrace.c:161:51: style: The scope of the variable 'J2' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/RayTrace.c:161:54: style: The scope of the variable 'J3' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/RayTrace.c:162:36: style: The scope of the variable 'det' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/RayTrace.c:162:40: style: The scope of the variable 'F0' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/RayTrace.c:162:43: style: The scope of the variable 'F1' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/RayTrace.c:850:25: style: The scope of the variable 'X' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/RayTrace.c:850:27: style: The scope of the variable 'Y' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/RayTrace.c:952:25: style: The scope of the variable 'X' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/RayTrace.c:952:27: style: The scope of the variable 'Y' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/RayTrace.c:1047:9: style: The scope of the variable 'j' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/RayTrace.c:1047:11: style: The scope of the variable 'n' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/RayTrace.c:1086:13: style: The scope of the variable 'k' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/RayTrace.c:382:44: style: Unused variable: E [unusedVariable]
elmerfem-5396/fem/src/view3d/RayTrace.c:382:46: style: Unused variable: AC4 [unusedVariable]
elmerfem-5396/fem/src/view3d/RayTrace.c:569:30: style: Unused variable: V [unusedVariable]
elmerfem-5396/fem/src/view3d/RayTrace.c:569:32: style: Unused variable: T [unusedVariable]
elmerfem-5396/fem/src/view3d/RayTrace.c:569:41: style: Unused variable: Z [unusedVariable]
elmerfem-5396/fem/src/view3d/RayTrace.c:570:21: style: Unused variable: TF [unusedVariable]
elmerfem-5396/fem/src/view3d/RayTrace.c:570:24: style: Unused variable: TD [unusedVariable]
elmerfem-5396/fem/src/view3d/RayTrace.c:570:28: style: Unused variable: TX [unusedVariable]
elmerfem-5396/fem/src/view3d/RayTrace.c:679:21: style: Unused variable: E [unusedVariable]
elmerfem-5396/fem/src/view3d/RayTrace.c:679:23: style: Unused variable: AC4 [unusedVariable]
elmerfem-5396/fem/src/view3d/RayTrace.c:733:21: style: Unused variable: E [unusedVariable]
elmerfem-5396/fem/src/view3d/RayTrace.c:733:25: style: Unused variable: X [unusedVariable]
elmerfem-5396/fem/src/view3d/RayTrace.c:733:27: style: Unused variable: Y [unusedVariable]
elmerfem-5396/fem/src/view3d/RayTrace.c:810:19: style: Unused variable: Z [unusedVariable]
elmerfem-5396/fem/src/view3d/RayTrace.c:850:21: style: Unused variable: E [unusedVariable]
elmerfem-5396/fem/src/view3d/RayTrace.c:952:21: style: Unused variable: E [unusedVariable]
elmerfem-5396/fem/src/view3d/TestModel.c:254:4: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
elmerfem-5396/fem/src/view3d/TestModel.c:63:31: style: The scope of the variable 'XMin' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/TestModel.c:63:36: style: The scope of the variable 'XMax' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/TestModel.c:63:41: style: The scope of the variable 'YMin' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/TestModel.c:63:46: style: The scope of the variable 'YMax' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/TestModel.c:63:51: style: The scope of the variable 'ZMin' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/TestModel.c:63:56: style: The scope of the variable 'ZMax' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/TestModel.c:282:12: style: Unused variable: a [unusedVariable]
elmerfem-5396/fem/src/view3d/TestModel.c:282:14: style: Unused variable: r [unusedVariable]
elmerfem-5396/fem/src/view3d/TestModel.c:282:0: style: Variable 'PI' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/fem/src/view3d/TestModel.c:282:31: style: Unused variable: XMin [unusedVariable]
elmerfem-5396/fem/src/view3d/TestModel.c:282:36: style: Unused variable: XMax [unusedVariable]
elmerfem-5396/fem/src/view3d/TestModel.c:282:41: style: Unused variable: YMin [unusedVariable]
elmerfem-5396/fem/src/view3d/TestModel.c:282:46: style: Unused variable: YMax [unusedVariable]
elmerfem-5396/fem/src/view3d/TestModel.c:282:51: style: Unused variable: ZMin [unusedVariable]
elmerfem-5396/fem/src/view3d/TestModel.c:282:56: style: Unused variable: ZMax [unusedVariable]
elmerfem-5396/fem/src/view3d/TestModel.c:381:0: error: Resource leak: fp [resourceLeak]
elmerfem-5396/fem/src/view3d/TriangleUtil.c:310:21: style: The scope of the variable 'EofA' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/TriangleUtil.c:339:12: style: The scope of the variable 'DX' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/TriangleUtil.c:339:15: style: The scope of the variable 'DY' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/TriangleUtil.c:339:18: style: The scope of the variable 'DZ' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/TriangleUtil.c:340:16: style: The scope of the variable 'cosA' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/TriangleUtil.c:414:12: style: The scope of the variable 'F' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/TriangleUtil.c:414:20: style: The scope of the variable 'EA' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/TriangleUtil.c:415:34: style: The scope of the variable 'Hit' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/TriangleUtil.c:425:9: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/TriangleUtil.c:533:1: style: Label 'subdivide' is not used. [unusedLabel]
elmerfem-5396/fem/src/view3d/TriangleUtil.c:229:11: style: Variable 'Auv' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/fem/src/view3d/TriangleUtil.c:215:54: style: Unused variable: detA [unusedVariable]
elmerfem-5396/fem/src/view3d/TriangleUtil.c:217:9: style: Unused variable: i [unusedVariable]
elmerfem-5396/fem/src/view3d/TriangleUtil.c:249:9: style: Unused variable: i [unusedVariable]
elmerfem-5396/fem/src/view3d/TriangleUtil.c:350:11: style: Unused variable: j [unusedVariable]
elmerfem-5396/fem/src/view3d/TriangleUtil.c:425:11: style: Unused variable: j [unusedVariable]
elmerfem-5396/fem/src/view3d/VectorUtil.c:64:58: style: Function 'RotateVector' argument 4 names different: declaration 'Matrix' definition 'M'. [funcArgNamesDifferent]
elmerfem-5396/fem/src/view3d/ViewFactors.h:283:58: note: Function 'RotateVector' argument 4 names different: declaration 'Matrix' definition 'M'.
elmerfem-5396/fem/src/view3d/VectorUtil.c:64:58: note: Function 'RotateVector' argument 4 names different: declaration 'Matrix' definition 'M'.
elmerfem-5396/fem/src/view3d/ViewFactors.c:85:6: style: Variable 'Link' is reassigned a value before the old one has been used. [redundantAssignment]
elmerfem-5396/fem/src/view3d/ViewFactors.c:83:0: note: Variable 'Link' is reassigned a value before the old one has been used.
elmerfem-5396/fem/src/view3d/ViewFactors.c:85:6: note: Variable 'Link' is reassigned a value before the old one has been used.
elmerfem-5396/fem/src/view3d/ViewFactors.c:104:17: style: The scope of the variable 'nfp' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/ViewFactors.c:104:27: style: The scope of the variable 'efp' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/ViewFactors.c:105:15: style: The scope of the variable 'nodes' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/ViewFactors.c:547:10: style: The scope of the variable 'ind0' can be reduced. [variableScope]
elmerfem-5396/fem/src/view3d/ViewFactors.c:213:12: style: Unused variable: T [unusedVariable]
elmerfem-5396/fem/src/view3d/ViewFactors.c:213:16: style: Unused variable: F [unusedVariable]
elmerfem-5396/fem/src/view3d/ViewFactors.c:216:21: style: Unused variable: Link [unusedVariable]
elmerfem-5396/fem/src/view3d/ViewFactors.c:658:0: error: Memory leak: nodehits [memleak]
elmerfem-5396/fem/src/viewaxis/viewfact.cpp:456:22: style: Condition 'nsurf==nsurfShade' is always true [knownConditionTrueFalse]
elmerfem-5396/fem/src/viewaxis/viewfact.cpp:215:20: style: Same expression on both sides of '||'. [duplicateExpression]
elmerfem-5396/fem/src/viewaxis/viewfact.cpp:33:8: style: The scope of the variable 'a' can be reduced. [variableScope]
elmerfem-5396/fem/src/viewaxis/viewfact.cpp:33:11: style: The scope of the variable 'sum' can be reduced. [variableScope]
elmerfem-5396/fem/src/viewaxis/viewfact.cpp:33:40: style: The scope of the variable 'sumdvf' can be reduced. [variableScope]
elmerfem-5396/fem/src/viewaxis/viewfact.cpp:35:23: style: The scope of the variable '_r4' can be reduced. [variableScope]
elmerfem-5396/fem/src/viewaxis/viewfact.cpp:35:43: style: The scope of the variable '_z4' can be reduced. [variableScope]
elmerfem-5396/fem/src/viewaxis/viewfact.cpp:36:8: style: The scope of the variable 'ds1' can be reduced. [variableScope]
elmerfem-5396/fem/src/viewaxis/viewfact.cpp:36:12: style: The scope of the variable 'ds2' can be reduced. [variableScope]
elmerfem-5396/fem/src/viewaxis/viewfact.cpp:36:16: style: The scope of the variable 'dp1' can be reduced. [variableScope]
elmerfem-5396/fem/src/viewaxis/viewfact.cpp:36:20: style: The scope of the variable 'dz1' can be reduced. [variableScope]
elmerfem-5396/fem/src/viewaxis/viewfact.cpp:36:24: style: The scope of the variable 'dz2' can be reduced. [variableScope]
elmerfem-5396/fem/src/viewaxis/viewfact.cpp:36:28: style: The scope of the variable 'dr1' can be reduced. [variableScope]
elmerfem-5396/fem/src/viewaxis/viewfact.cpp:36:32: style: The scope of the variable 'dr2' can be reduced. [variableScope]
elmerfem-5396/fem/src/viewaxis/viewfact.cpp:37:8: style: The scope of the variable 'epsilon' can be reduced. [variableScope]
elmerfem-5396/fem/src/viewaxis/viewfact.cpp:384:8: style: The scope of the variable 'cc1' can be reduced. [variableScope]
elmerfem-5396/fem/src/viewaxis/viewfact.cpp:435:15: style: The scope of the variable 'r5' can be reduced. [variableScope]
elmerfem-5396/fem/src/viewaxis/viewfact.cpp:435:19: style: The scope of the variable 'r6' can be reduced. [variableScope]
elmerfem-5396/fem/src/viewaxis/viewfact.cpp:435:23: style: The scope of the variable 'z5' can be reduced. [variableScope]
elmerfem-5396/fem/src/viewaxis/viewfact.cpp:435:27: style: The scope of the variable 'z6' can be reduced. [variableScope]
elmerfem-5396/fem/src/viewaxis/viewfact.cpp:436:33: style: The scope of the variable 'tt2' can be reduced. [variableScope]
elmerfem-5396/fem/src/viewaxis/viewfact.cpp:608:8: style: The scope of the variable 'z' can be reduced. [variableScope]
elmerfem-5396/fem/src/viewaxis/viewfact.cpp:608:11: style: The scope of the variable 'r' can be reduced. [variableScope]
elmerfem-5396/fem/src/viewaxis/viewfact.cpp:608:14: style: The scope of the variable 'h' can be reduced. [variableScope]
elmerfem-5396/fem/src/viewaxis/viewfact.cpp:608:17: style: The scope of the variable 'hh1' can be reduced. [variableScope]
elmerfem-5396/fem/src/viewaxis/viewfact.cpp:608:22: style: The scope of the variable 'hh2' can be reduced. [variableScope]
elmerfem-5396/fem/src/viewaxis/viewfact.cpp:608:27: style: The scope of the variable 'g1' can be reduced. [variableScope]
elmerfem-5396/fem/src/viewaxis/viewfact.cpp:608:31: style: The scope of the variable 'g2' can be reduced. [variableScope]
elmerfem-5396/fem/src/viewaxis/viewfact.cpp:608:35: style: The scope of the variable 'gg1' can be reduced. [variableScope]
elmerfem-5396/fem/src/viewaxis/viewfact.cpp:608:40: style: The scope of the variable 'gg2' can be reduced. [variableScope]
elmerfem-5396/fem/src/viewaxis/viewfact.cpp:608:45: style: The scope of the variable 'value' can be reduced. [variableScope]
elmerfem-5396/fem/src/viewaxis/viewfact.cpp:609:8: style: The scope of the variable 'd1' can be reduced. [variableScope]
elmerfem-5396/fem/src/viewaxis/viewfact.cpp:609:12: style: The scope of the variable 'd2' can be reduced. [variableScope]
elmerfem-5396/fem/src/viewaxis/viewfact.cpp:609:16: style: The scope of the variable 'e1' can be reduced. [variableScope]
elmerfem-5396/fem/src/viewaxis/viewfact.cpp:609:20: style: The scope of the variable 'e2' can be reduced. [variableScope]
elmerfem-5396/fem/src/viewaxis/viewfact.cpp:609:24: style: The scope of the variable 'f1' can be reduced. [variableScope]
elmerfem-5396/fem/src/viewaxis/viewfact.cpp:609:28: style: The scope of the variable 'f2' can be reduced. [variableScope]
elmerfem-5396/fem/src/viewaxis/viewfact.cpp:502:7: style: Variable 'tt2' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/fem/tests/findnorm.c:58:8: style: Unused variable: n [unusedVariable]
elmerfem-5396/fem/tests/findnorm.c:52:0: error: Resource leak: fp [resourceLeak]
elmerfem-5396/front/src/ecif_body.cpp:200:7: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/front/src/ecif_body.cpp:1216:7: style: The scope of the variable 'index' can be reduced. [variableScope]
elmerfem-5396/front/src/ecif_body.cpp:1217:8: style: The scope of the variable 'selected' can be reduced. [variableScope]
elmerfem-5396/front/src/ecif_body.cpp:1692:7: style: The scope of the variable 'old_count' can be reduced. [variableScope]
elmerfem-5396/front/src/ecif_body.cpp:1727:7: style: The scope of the variable 'old_count' can be reduced. [variableScope]
elmerfem-5396/front/src/ecif_body.cpp:1771:7: style: The scope of the variable 'old_count' can be reduced. [variableScope]
elmerfem-5396/front/src/ecif_body.cpp:1803:16: style: The scope of the variable 'be' can be reduced. [variableScope]
elmerfem-5396/front/src/ecif_body.cpp:1838:7: style: The scope of the variable 'old_count' can be reduced. [variableScope]
elmerfem-5396/front/src/ecif_body.cpp:341:17: style: Variable 'bid' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_body.cpp:2844:0: style: Variable 'QM' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_body.cpp:511:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/front/src/ecif_body.cpp:767:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/front/src/ecif_body.cpp:799:42: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/front/src/ecif_body.cpp:1086:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/front/src/ecif_body.cpp:1331:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/front/src/ecif_body.cpp:1434:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/front/src/ecif_body.cpp:1471:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/front/src/ecif_body.cpp:1715:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/front/src/ecif_body.cpp:1751:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/front/src/ecif_body.cpp:1794:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/front/src/ecif_body.cpp:2142:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/front/src/ecif_body.cpp:2144:77: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/front/src/ecif_body.cpp:2950:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/front/src/ecif_body.cpp:3210:77: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/front/src/ecif_body2D.cpp:353:9: style: The scope of the variable 'e_id' can be reduced. [variableScope]
elmerfem-5396/front/src/ecif_body2D.cpp:154:0: error: Memory leak: vertex_groups [memleak]
elmerfem-5396/front/src/ecif_body2D.cpp:154:0: error: Memory leak: vertex_ids [memleak]
elmerfem-5396/front/src/ecif_body3D.cpp:104:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
elmerfem-5396/front/src/ecif_body3D.cpp:109:5: note: Found duplicate branches for 'if' and 'else'.
elmerfem-5396/front/src/ecif_body3D.cpp:104:3: note: Found duplicate branches for 'if' and 'else'.
elmerfem-5396/front/src/ecif_bodyElement.cpp:1801:8: warning: Either the condition 'bd1!=NULL' is redundant or there is possible null pointer dereference: bd1. [nullPointerRedundantCheck]
elmerfem-5396/front/src/ecif_bodyElement.cpp:1793:13: note: Assuming that condition 'bd1!=NULL' is not redundant
elmerfem-5396/front/src/ecif_bodyElement.cpp:1801:8: note: Null pointer dereference
elmerfem-5396/front/src/ecif_bodyElement.cpp:798:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
elmerfem-5396/front/src/ecif_bodyElement.cpp:1429:9: style: The scope of the variable 'dir' can be reduced. [variableScope]
elmerfem-5396/front/src/ecif_bodyElement.cpp:1441:8: style: The scope of the variable 'selected' can be reduced. [variableScope]
elmerfem-5396/front/src/ecif_bodyElement.cpp:1607:10: style: The scope of the variable 'index' can be reduced. [variableScope]
elmerfem-5396/front/src/ecif_bodyElement.cpp:2802:7: style: The scope of the variable 'max_per_line' can be reduced. [variableScope]
elmerfem-5396/front/src/ecif_bodyElement.cpp:1605:23: style: Variable 'node_data' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_bodyElement.cpp:1825:31: style: Variable 'parents' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_bodyElement.cpp:2628:0: style: Variable 'QM' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_bodyElement.cpp:2639:5: style: Variable 'fn' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_bodyElement.cpp:2741:0: style: Variable 'QM' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_bodyElement.cpp:2676:18: error: Memory pointed to by 'element_tags' is freed twice. [doubleFree]
elmerfem-5396/front/src/ecif_bodyElement2D.cpp:513:46: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
elmerfem-5396/front/src/ecif_bodyElement2D.cpp:906:35: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
elmerfem-5396/front/src/ecif_bodyElement2D.cpp:1071:18: style: Condition 'smpl_size>0' is always true [knownConditionTrueFalse]
elmerfem-5396/front/src/ecif_bodyElement2D.cpp:1064:19: note: Assignment 'smpl_size=10', assigned value is 10
elmerfem-5396/front/src/ecif_bodyElement2D.cpp:1071:18: note: Condition 'smpl_size>0' is always true
elmerfem-5396/front/src/ecif_bodyElement2D.cpp:465:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
elmerfem-5396/front/src/ecif_bodyElement2D.cpp:1065:12: style: The scope of the variable 'testp1' can be reduced. [variableScope]
elmerfem-5396/front/src/ecif_bodyElement2D.cpp:934:33: style: Variable 'g1' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_bodyElement2D.cpp:935:26: style: Variable 'g2' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_bodyElement2D.cpp:1161:20: style: Variable 'value' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_bodyElement3D.cpp:411:46: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
elmerfem-5396/front/src/ecif_bodyElement3D.cpp:431:35: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
elmerfem-5396/front/src/ecif_bodyElement3D.cpp:670:35: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
elmerfem-5396/front/src/ecif_bodyElement3D.cpp:310:7: style: Condition '!inserted' is always true [knownConditionTrueFalse]
elmerfem-5396/front/src/ecif_bodyElement3D.cpp:307:19: note: Assignment 'inserted=false', assigned value is 0
elmerfem-5396/front/src/ecif_bodyElement3D.cpp:310:7: note: Condition '!inserted' is always true
elmerfem-5396/front/src/ecif_bodyElement3D.cpp:195:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/front/src/ecif_bodyElementGroup.cpp:313:7: style: Unused variable: i [unusedVariable]
elmerfem-5396/front/src/ecif_bodyElementGroup.cpp:354:0: style: Variable 'QM' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_bodyElementGroup.cpp:370:7: style: Unused variable: count [unusedVariable]
elmerfem-5396/front/src/ecif_bodyElementGroup.cpp:370:14: style: Unused variable: i [unusedVariable]
elmerfem-5396/front/src/ecif_bodyElementGroup.cpp:370:17: style: Unused variable: nof_ids [unusedVariable]
elmerfem-5396/front/src/ecif_bodyElementGroup.cpp:371:8: style: Unused variable: bids [unusedVariable]
elmerfem-5396/front/src/ecif_bodyElementGroup.cpp:372:8: style: Unused variable: mids [unusedVariable]
elmerfem-5396/front/src/ecif_bodyElementGroup.cpp:373:8: style: Unused variable: gids [unusedVariable]
elmerfem-5396/front/src/ecif_bodyElementLoop.cpp:939:25: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
elmerfem-5396/front/src/ecif_bodyElementLoop.cpp:950:7: style: The scope of the variable 'sign' can be reduced. [variableScope]
elmerfem-5396/front/src/ecif_bodyElementLoop.cpp:950:13: style: The scope of the variable 'eid' can be reduced. [variableScope]
elmerfem-5396/front/src/ecif_bodyElementLoop.cpp:122:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/front/src/ecif_bodyLayer.cpp:456:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
elmerfem-5396/front/src/ecif_bodyLayer.cpp:77:7: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/front/src/ecif_bodyLayer.cpp:469:0: style: Variable 'QM' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_bodyLayer.cpp:506:7: style: Unused variable: i [unusedVariable]
elmerfem-5396/front/src/ecif_bodyLayer.cpp:329:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/front/src/ecif_bodyLayer.cpp:365:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/front/src/ecif_bodyLayer.cpp:654:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/front/src/ecif_boundaryCondition.cpp:159:0: style: Variable 'QM' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_boundaryCondition.cpp:373:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/front/src/ecif_calculator.cpp:72:45: style: Variable 'gui' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_calculator.cpp:74:15: style: Variable 'gui_value_buffer' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_calculator.cpp:75:15: style: Variable 'value_buffer' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_calculator.cpp:76:15: style: Variable 'variable_buffer' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_calculator.cpp:78:0: style: Variable 'QM' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_calculator.cpp:103:9: style: Unused variable: fld_name [unusedVariable]
elmerfem-5396/front/src/ecif_control.cpp:863:7: style: Condition 'is_emf' is always true [knownConditionTrueFalse]
elmerfem-5396/front/src/ecif_control.cpp:861:18: note: Assignment 'is_emf=true', assigned value is 1
elmerfem-5396/front/src/ecif_control.cpp:863:7: note: Condition 'is_emf' is always true
elmerfem-5396/front/src/ecif_control.cpp:1243:12: style: Condition '!isOK' is always true [knownConditionTrueFalse]
elmerfem-5396/front/src/ecif_control.cpp:1230:20: note: Assignment 'isOK=0', assigned value is 0
elmerfem-5396/front/src/ecif_control.cpp:1243:12: note: Condition '!isOK' is always true
elmerfem-5396/front/src/ecif_control.cpp:1263:12: style: Condition '!isOK' is always true [knownConditionTrueFalse]
elmerfem-5396/front/src/ecif_control.cpp:1252:20: note: Assignment 'isOK=0', assigned value is 0
elmerfem-5396/front/src/ecif_control.cpp:1263:12: note: Condition '!isOK' is always true
elmerfem-5396/front/src/ecif_control.cpp:593:19: warning: Possible null pointer dereference: in [nullPointer]
elmerfem-5396/front/src/ecif_control.cpp:559:15: note: Assignment 'in=NULL', assigned value is 0
elmerfem-5396/front/src/ecif_control.cpp:593:19: note: Null pointer dereference
elmerfem-5396/front/src/ecif_control.cpp:1108:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
elmerfem-5396/front/src/ecif_control.cpp:88:8: style: Unused variable: fname [unusedVariable]
elmerfem-5396/front/src/ecif_control.cpp:853:5: error: Used file that is not opened. [useClosedFile]
elmerfem-5396/front/src/ecif_control.cpp:104:1: error: Resource leak: emf_file [resourceLeak]
elmerfem-5396/front/src/ecif_control.cpp:853:5: error: Resource handle 'model_file' freed twice. [doubleFree]
elmerfem-5396/front/src/ecif_control.cpp:851:9: error: Return value of allocation function 'fopen' is not stored. [leakReturnValNotUsed]
elmerfem-5396/front/src/ecif_equation.cpp:76:0: style: Variable 'QM' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_func.cpp:661:7: style: Condition '!next_found' is always true [knownConditionTrueFalse]
elmerfem-5396/front/src/ecif_func.cpp:658:16: note: Assignment 'next_found=false', assigned value is 0
elmerfem-5396/front/src/ecif_func.cpp:661:7: note: Condition '!next_found' is always true
elmerfem-5396/front/src/ecif_func.cpp:492:4: style: Variable 'hDLL' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
elmerfem-5396/front/src/ecif_func.cpp:472:0: note: Variable 'hDLL' is reassigned a value before the old one has been used if variable is no semaphore variable.
elmerfem-5396/front/src/ecif_func.cpp:492:4: note: Variable 'hDLL' is reassigned a value before the old one has been used if variable is no semaphore variable.
elmerfem-5396/front/src/ecif_geometry.cpp:2626:3: warning: Either the condition 'ptrG==NULL' is redundant or there is possible null pointer dereference: ptrG. [nullPointerRedundantCheck]
elmerfem-5396/front/src/ecif_geometry.cpp:2632:13: note: Assuming that condition 'ptrG==NULL' is not redundant
elmerfem-5396/front/src/ecif_geometry.cpp:2626:3: note: Null pointer dereference
elmerfem-5396/front/src/ecif_geometry.cpp:2705:3: warning: Either the condition 'ptrG==NULL' is redundant or there is possible null pointer dereference: ptrG. [nullPointerRedundantCheck]
elmerfem-5396/front/src/ecif_geometry.cpp:2711:13: note: Assuming that condition 'ptrG==NULL' is not redundant
elmerfem-5396/front/src/ecif_geometry.cpp:2705:3: note: Null pointer dereference
elmerfem-5396/front/src/ecif_geometry.cpp:3021:3: warning: Either the condition 'ptrG==NULL' is redundant or there is possible null pointer dereference: ptrG. [nullPointerRedundantCheck]
elmerfem-5396/front/src/ecif_geometry.cpp:3023:13: note: Assuming that condition 'ptrG==NULL' is not redundant
elmerfem-5396/front/src/ecif_geometry.cpp:3021:3: note: Null pointer dereference
elmerfem-5396/front/src/ecif_geometry.cpp:3115:3: warning: Either the condition 'ptrG==NULL' is redundant or there is possible null pointer dereference: ptrG. [nullPointerRedundantCheck]
elmerfem-5396/front/src/ecif_geometry.cpp:3117:13: note: Assuming that condition 'ptrG==NULL' is not redundant
elmerfem-5396/front/src/ecif_geometry.cpp:3115:3: note: Null pointer dereference
elmerfem-5396/front/src/ecif_geometry.cpp:2581:3: style: Variable 'is_ok' is reassigned a value before the old one has been used. [redundantAssignment]
elmerfem-5396/front/src/ecif_geometry.cpp:2574:0: note: Variable 'is_ok' is reassigned a value before the old one has been used.
elmerfem-5396/front/src/ecif_geometry.cpp:2581:3: note: Variable 'is_ok' is reassigned a value before the old one has been used.
elmerfem-5396/front/src/ecif_geometry.cpp:680:7: style: The scope of the variable 'max_per_line' can be reduced. [variableScope]
elmerfem-5396/front/src/ecif_geometry.cpp:3477:7: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/front/src/ecif_geometry.cpp:3477:9: style: The scope of the variable 'j' can be reduced. [variableScope]
elmerfem-5396/front/src/ecif_geometry.cpp:4050:15: style: The scope of the variable 'func' can be reduced. [variableScope]
elmerfem-5396/front/src/ecif_geometry.cpp:847:7: style: Unused variable: i [unusedVariable]
elmerfem-5396/front/src/ecif_geometry.cpp:897:23: style: Variable 'center_given' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_geometry.cpp:898:23: style: Variable 'radius_given' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_geometry.cpp:1030:11: style: Unused variable: bp1 [unusedVariable]
elmerfem-5396/front/src/ecif_geometry.cpp:1031:11: style: Unused variable: bp2 [unusedVariable]
elmerfem-5396/front/src/ecif_geometry.cpp:1339:15: style: Variable 'py' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_geometry.cpp:1718:15: style: Variable 'buffer' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_geometry.cpp:2036:16: style: Variable 'csz' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_geometry.cpp:2106:16: style: Variable 'csz' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_geometry.cpp:2111:16: style: Variable 'clz' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_geometry.cpp:2116:16: style: Variable 'klz' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_geometry.cpp:2164:16: style: Variable 'csz' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_geometry.cpp:2169:16: style: Variable 'clz' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_geometry.cpp:2174:16: style: Variable 'klz' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_geometry.cpp:2572:7: style: Unused variable: i [unusedVariable]
elmerfem-5396/front/src/ecif_geometry.cpp:2572:9: style: Unused variable: j [unusedVariable]
elmerfem-5396/front/src/ecif_geometry.cpp:2654:7: style: Unused variable: i [unusedVariable]
elmerfem-5396/front/src/ecif_geometry.cpp:2654:9: style: Unused variable: j [unusedVariable]
elmerfem-5396/front/src/ecif_geometry.cpp:3155:12: style: Variable 'st' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_geometry.cpp:78:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/front/src/ecif_geometry.cpp:1093:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/front/src/ecif_input.cpp:412:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
elmerfem-5396/front/src/ecif_input.cpp:455:13: style: The scope of the variable 'buffer_len' can be reduced. [variableScope]
elmerfem-5396/front/src/ecif_input.cpp:367:70: style: Variable 'time1' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_inputEgf.cpp:107:24: style: Variable 'gui' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_inputEgf.cpp:110:39: style: Variable 'frontIn' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_inputEgf.cpp:117:13: style: Variable 'onl' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_inputEgf.cpp:119:13: style: Variable 'fnl' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_inputEgf.cpp:121:13: style: Variable 'dtl' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_inputEgf.cpp:180:24: style: Variable 'gui' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_inputEgf.cpp:239:16: error: Return value of allocation function 'fopen' is not stored. [leakReturnValNotUsed]
elmerfem-5396/front/src/ecif_inputElmer.cpp:528:10: style: The scope of the variable 'is_added' can be reduced. [variableScope]
elmerfem-5396/front/src/ecif_inputElmer.cpp:238:70: style: Variable 'time1' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_inputEmf.cpp:727:16: warning: Possible null pointer dereference: mesh_names [nullPointer]
elmerfem-5396/front/src/ecif_inputEmf.cpp:721:25: note: Assignment 'mesh_names=NULL', assigned value is 0
elmerfem-5396/front/src/ecif_inputEmf.cpp:727:16: note: Null pointer dereference
elmerfem-5396/front/src/ecif_inputEmf.cpp:742:16: warning: Possible null pointer dereference: mesh_names [nullPointer]
elmerfem-5396/front/src/ecif_inputEmf.cpp:736:25: note: Assignment 'mesh_names=NULL', assigned value is 0
elmerfem-5396/front/src/ecif_inputEmf.cpp:742:16: note: Null pointer dereference
elmerfem-5396/front/src/ecif_inputEmf.cpp:804:12: warning: Possible null pointer dereference: bg_files [nullPointer]
elmerfem-5396/front/src/ecif_inputEmf.cpp:798:23: note: Assignment 'bg_files=NULL', assigned value is 0
elmerfem-5396/front/src/ecif_inputEmf.cpp:804:12: note: Null pointer dereference
elmerfem-5396/front/src/ecif_inputEmf.cpp:233:24: style: C-style pointer casting [cstyleCast]
elmerfem-5396/front/src/ecif_inputEmf.cpp:934:7: style: The scope of the variable 'sub_parent_tag' can be reduced. [variableScope]
elmerfem-5396/front/src/ecif_inputEmf.cpp:361:44: warning: String literal compared with variable 'pd'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
elmerfem-5396/front/src/ecif_inputEmf.cpp:89:0: style: Variable 'fldSep' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_inputEmf.cpp:107:12: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_inputEmf.cpp:231:24: style: Variable 'gui' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_inputEmf.cpp:240:13: style: Variable 'onl' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_inputEmf.cpp:242:13: style: Variable 'fnl' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_inputEmf.cpp:244:13: style: Variable 'dtl' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_inputEmf.cpp:344:10: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_inputEmf.cpp:414:24: style: Variable 'gui' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_inputEmf.cpp:417:39: style: Variable 'frontIn' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_inputEmf.cpp:426:13: style: Variable 'onl' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_inputEmf.cpp:428:13: style: Variable 'fnl' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_inputEmf.cpp:430:13: style: Variable 'dtl' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_inputEmf.cpp:632:24: style: Variable 'gui' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_inputEmf.cpp:930:24: style: Variable 'gui' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_inputEmf.cpp:1052:24: style: Variable 'gui' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_inputEmf.cpp:119:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/front/src/ecif_inputEmf.cpp:172:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/front/src/ecif_inputFidap.cpp:228:3: style: Variable 'box_dim' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
elmerfem-5396/front/src/ecif_inputFidap.cpp:193:0: note: Variable 'box_dim' is reassigned a value before the old one has been used if variable is no semaphore variable.
elmerfem-5396/front/src/ecif_inputFidap.cpp:228:3: note: Variable 'box_dim' is reassigned a value before the old one has been used if variable is no semaphore variable.
elmerfem-5396/front/src/ecif_inputFidap.cpp:231:3: style: Variable 'dim' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
elmerfem-5396/front/src/ecif_inputFidap.cpp:194:0: note: Variable 'dim' is reassigned a value before the old one has been used if variable is no semaphore variable.
elmerfem-5396/front/src/ecif_inputFidap.cpp:231:3: note: Variable 'dim' is reassigned a value before the old one has been used if variable is no semaphore variable.
elmerfem-5396/front/src/ecif_inputFidap.cpp:375:15: style: Variable 'value_buffer' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_inputFidap.cpp:664:24: style: Variable 'gui' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_inputFront.cpp:1404:10: style: Same expression on both sides of '!=' because the value of 'rc' and 'isOk' are the same. [duplicateExpression]
elmerfem-5396/front/src/ecif_inputFront.cpp:1316:12: note: 'rc' is assigned value 'isOk' here.
elmerfem-5396/front/src/ecif_inputFront.cpp:1404:10: note: Same expression on both sides of '!=' because the value of 'rc' and 'isOk' are the same.
elmerfem-5396/front/src/ecif_inputFront.cpp:1314:7: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/front/src/ecif_inputFront.cpp:611:24: style: Variable 'gui' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_inputFront.cpp:618:16: style: Variable 'isEgf' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_inputFront.cpp:619:16: style: Variable 'isEmf' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_inputFront.cpp:685:0: style: Variable 'bg' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_inputFront.cpp:1130:16: style: Variable 'isEgf' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_inputFront.cpp:1131:16: style: Variable 'isEmf' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_inputFront.cpp:1156:16: style: Variable 'isEgf' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_inputFront.cpp:1157:16: style: Variable 'isEmf' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_inputFront.cpp:1246:24: style: Variable 'gui' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_inputFront.cpp:1251:16: style: Variable 'isEgf' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_inputFront.cpp:1252:16: style: Variable 'isEmf' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_inputFront.cpp:1311:25: style: Variable 'gui' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_inputFront.cpp:1654:0: style: Variable 'nofVertices' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_inputFront.cpp:1658:16: style: Variable 'isEgf' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_inputFront.cpp:1659:16: style: Variable 'isEmf' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_inputIdeas.cpp:899:15: warning: Variable 'elem_type' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch]
elmerfem-5396/front/src/ecif_inputIdeas.cpp:898:15: note: Variable 'elem_type' is reassigned a value before the old one has been used. 'break;' missing?
elmerfem-5396/front/src/ecif_inputIdeas.cpp:899:15: note: Variable 'elem_type' is reassigned a value before the old one has been used. 'break;' missing?
elmerfem-5396/front/src/ecif_inputIdeas.cpp:900:15: warning: Variable 'elem_type' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch]
elmerfem-5396/front/src/ecif_inputIdeas.cpp:899:15: note: Variable 'elem_type' is reassigned a value before the old one has been used. 'break;' missing?
elmerfem-5396/front/src/ecif_inputIdeas.cpp:900:15: note: Variable 'elem_type' is reassigned a value before the old one has been used. 'break;' missing?
elmerfem-5396/front/src/ecif_inputIdeas.cpp:901:15: warning: Variable 'elem_type' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch]
elmerfem-5396/front/src/ecif_inputIdeas.cpp:900:15: note: Variable 'elem_type' is reassigned a value before the old one has been used. 'break;' missing?
elmerfem-5396/front/src/ecif_inputIdeas.cpp:901:15: note: Variable 'elem_type' is reassigned a value before the old one has been used. 'break;' missing?
elmerfem-5396/front/src/ecif_inputIdeas.cpp:906:15: warning: Variable 'elem_type' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch]
elmerfem-5396/front/src/ecif_inputIdeas.cpp:905:15: note: Variable 'elem_type' is reassigned a value before the old one has been used. 'break;' missing?
elmerfem-5396/front/src/ecif_inputIdeas.cpp:906:15: note: Variable 'elem_type' is reassigned a value before the old one has been used. 'break;' missing?
elmerfem-5396/front/src/ecif_inputIdeas.cpp:907:15: warning: Variable 'elem_type' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch]
elmerfem-5396/front/src/ecif_inputIdeas.cpp:906:15: note: Variable 'elem_type' is reassigned a value before the old one has been used. 'break;' missing?
elmerfem-5396/front/src/ecif_inputIdeas.cpp:907:15: note: Variable 'elem_type' is reassigned a value before the old one has been used. 'break;' missing?
elmerfem-5396/front/src/ecif_inputIdeas.cpp:908:15: warning: Variable 'elem_type' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch]
elmerfem-5396/front/src/ecif_inputIdeas.cpp:907:15: note: Variable 'elem_type' is reassigned a value before the old one has been used. 'break;' missing?
elmerfem-5396/front/src/ecif_inputIdeas.cpp:908:15: note: Variable 'elem_type' is reassigned a value before the old one has been used. 'break;' missing?
elmerfem-5396/front/src/ecif_inputIdeas.cpp:914:15: warning: Variable 'elem_type' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch]
elmerfem-5396/front/src/ecif_inputIdeas.cpp:913:15: note: Variable 'elem_type' is reassigned a value before the old one has been used. 'break;' missing?
elmerfem-5396/front/src/ecif_inputIdeas.cpp:914:15: note: Variable 'elem_type' is reassigned a value before the old one has been used. 'break;' missing?
elmerfem-5396/front/src/ecif_inputIdeas.cpp:915:15: warning: Variable 'elem_type' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch]
elmerfem-5396/front/src/ecif_inputIdeas.cpp:914:15: note: Variable 'elem_type' is reassigned a value before the old one has been used. 'break;' missing?
elmerfem-5396/front/src/ecif_inputIdeas.cpp:915:15: note: Variable 'elem_type' is reassigned a value before the old one has been used. 'break;' missing?
elmerfem-5396/front/src/ecif_inputIdeas.cpp:916:15: warning: Variable 'elem_type' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch]
elmerfem-5396/front/src/ecif_inputIdeas.cpp:915:15: note: Variable 'elem_type' is reassigned a value before the old one has been used. 'break;' missing?
elmerfem-5396/front/src/ecif_inputIdeas.cpp:916:15: note: Variable 'elem_type' is reassigned a value before the old one has been used. 'break;' missing?
elmerfem-5396/front/src/ecif_inputIdeas.cpp:921:15: warning: Variable 'elem_type' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch]
elmerfem-5396/front/src/ecif_inputIdeas.cpp:920:15: note: Variable 'elem_type' is reassigned a value before the old one has been used. 'break;' missing?
elmerfem-5396/front/src/ecif_inputIdeas.cpp:921:15: note: Variable 'elem_type' is reassigned a value before the old one has been used. 'break;' missing?
elmerfem-5396/front/src/ecif_inputIdeas.cpp:922:15: warning: Variable 'elem_type' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch]
elmerfem-5396/front/src/ecif_inputIdeas.cpp:921:15: note: Variable 'elem_type' is reassigned a value before the old one has been used. 'break;' missing?
elmerfem-5396/front/src/ecif_inputIdeas.cpp:922:15: note: Variable 'elem_type' is reassigned a value before the old one has been used. 'break;' missing?
elmerfem-5396/front/src/ecif_inputIdeas.cpp:923:15: warning: Variable 'elem_type' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch]
elmerfem-5396/front/src/ecif_inputIdeas.cpp:922:15: note: Variable 'elem_type' is reassigned a value before the old one has been used. 'break;' missing?
elmerfem-5396/front/src/ecif_inputIdeas.cpp:923:15: note: Variable 'elem_type' is reassigned a value before the old one has been used. 'break;' missing?
elmerfem-5396/front/src/ecif_inputIdeas.cpp:1031:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
elmerfem-5396/front/src/ecif_inputIdeas.cpp:140:7: style: The scope of the variable 'result' can be reduced. [variableScope]
elmerfem-5396/front/src/ecif_inputIdeas.cpp:1048:6: style: The scope of the variable 'nd_id' can be reduced. [variableScope]
elmerfem-5396/front/src/ecif_inputIdeas.cpp:1157:7: style: The scope of the variable 'nd_id' can be reduced. [variableScope]
elmerfem-5396/front/src/ecif_inputIdeasWF.cpp:290:0: error: Memory leak: ct_data [memleak]
elmerfem-5396/front/src/ecif_inputIges.cpp:1188:3: style: Variable 'nof_values' is reassigned a value before the old one has been used. [redundantAssignment]
elmerfem-5396/front/src/ecif_inputIges.cpp:1184:3: note: Variable 'nof_values' is reassigned a value before the old one has been used.
elmerfem-5396/front/src/ecif_inputIges.cpp:1188:3: note: Variable 'nof_values' is reassigned a value before the old one has been used.
elmerfem-5396/front/src/ecif_inputIges.cpp:426:23: style: The scope of the variable 'de' can be reduced. [variableScope]
elmerfem-5396/front/src/ecif_inputIges.cpp:699:23: style: The scope of the variable 'comp_de' can be reduced. [variableScope]
elmerfem-5396/front/src/ecif_inputIges.cpp:1190:23: style: The scope of the variable 'comp_de' can be reduced. [variableScope]
elmerfem-5396/front/src/ecif_inputIges.cpp:1225:7: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/front/src/ecif_inputIges.cpp:346:8: style: Unused variable: result [unusedVariable]
elmerfem-5396/front/src/ecif_inputIges.cpp:752:10: style: Unused variable: common_z [unusedVariable]
elmerfem-5396/front/src/ecif_inputIges.cpp:793:23: style: Unused variable: comp_de [unusedVariable]
elmerfem-5396/front/src/ecif_inputIges.cpp:819:9: style: Unused variable: j [unusedVariable]
elmerfem-5396/front/src/ecif_inputIges.cpp:880:21: style: Variable 'nof_values' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_inputIges.cpp:991:20: style: Variable 'nof_values' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_inputIges.cpp:1188:16: style: Variable 'nof_values' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_inputIges.cpp:1259:9: style: Unused variable: ibnd_entry [unusedVariable]
elmerfem-5396/front/src/ecif_inputIges.cpp:417:14: error: Array 'fieldBuffer[9]' accessed at index 9, which is out of bounds. [arrayIndexOutOfBounds]
elmerfem-5396/front/src/ecif_inputIges.cpp:1069:0: error: Memory leak: knots_u [memleak]
elmerfem-5396/front/src/ecif_inputThetis.cpp:174:7: style: The scope of the variable 'body1_lr' can be reduced. [variableScope]
elmerfem-5396/front/src/ecif_inputThetis.cpp:175:7: style: The scope of the variable 'body2_lr' can be reduced. [variableScope]
elmerfem-5396/front/src/ecif_inputThetis.cpp:72:70: style: Variable 'time1' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_inputThetis.cpp:65:26: style: Variable 'bt' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_inputThetis.cpp:97:7: style: Unused variable: i [unusedVariable]
elmerfem-5396/front/src/ecif_inputThetis.cpp:155:7: style: Unused variable: i [unusedVariable]
elmerfem-5396/front/src/ecif_inputThetis.cpp:201:22: style: Variable 'result_code' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_main.cpp:143:3: style: Variable 'arg_v' is reassigned a value before the old one has been used. [redundantAssignment]
elmerfem-5396/front/src/ecif_main.cpp:139:0: note: Variable 'arg_v' is reassigned a value before the old one has been used.
elmerfem-5396/front/src/ecif_main.cpp:143:3: note: Variable 'arg_v' is reassigned a value before the old one has been used.
elmerfem-5396/front/src/ecif_main.cpp:193:0: style: Variable 'cc' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_main.cpp:203:0: error: Memory leak: arg_vv [memleak]
elmerfem-5396/front/src/ecif_mesh.cpp:1752:7: style: The scope of the variable 'elem_type' can be reduced. [variableScope]
elmerfem-5396/front/src/ecif_mesh.cpp:319:10: style: Unused variable: my_pos [unusedVariable]
elmerfem-5396/front/src/ecif_mesh.cpp:319:18: style: Unused variable: my_pos2 [unusedVariable]
elmerfem-5396/front/src/ecif_mesh.cpp:1608:29: style: Variable 'edges' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_mesh.cpp:555:15: error: Uninitialized variable: other_start_position [uninitvar]
elmerfem-5396/front/src/ecif_model.cpp:8380:15: style: Expression is always false because 'else if' condition matches previous condition at line 8378. [multiCondition]
elmerfem-5396/front/src/ecif_model.cpp:7397:14: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
elmerfem-5396/front/src/ecif_model.cpp:7390:24: note: 'current_size' is assigned value 'MAX_NOF_SPLIT_COMBINE_INFOS' here.
elmerfem-5396/front/src/ecif_model.cpp:7396:23: note: outer condition: i<MAX_NOF_SPLIT_COMBINE_INFOS
elmerfem-5396/front/src/ecif_model.cpp:7397:14: note: identical inner condition: i<current_size
elmerfem-5396/front/src/ecif_model.cpp:4302:8: style: Condition '!has_mesh_geometry' is always true [knownConditionTrueFalse]
elmerfem-5396/front/src/ecif_model.cpp:4285:28: note: Assignment 'has_mesh_geometry=false', assigned value is 0
elmerfem-5396/front/src/ecif_model.cpp:4302:8: note: Condition '!has_mesh_geometry' is always true
elmerfem-5396/front/src/ecif_model.cpp:1722:3: warning: Possible null pointer dereference: parameter [nullPointer]
elmerfem-5396/front/src/ecif_model.cpp:1718:17: note: Assignment 'parameter=NULL', assigned value is 0
elmerfem-5396/front/src/ecif_model.cpp:1722:3: note: Null pointer dereference
elmerfem-5396/front/src/ecif_model.cpp:1724:3: warning: Possible null pointer dereference: parameter [nullPointer]
elmerfem-5396/front/src/ecif_model.cpp:1718:17: note: Assignment 'parameter=NULL', assigned value is 0
elmerfem-5396/front/src/ecif_model.cpp:1724:3: note: Null pointer dereference
elmerfem-5396/front/src/ecif_model.cpp:4322:14: warning: Either the condition '!mesh_file' is redundant or there is possible null pointer dereference: mesh_file. [nullPointerRedundantCheck]
elmerfem-5396/front/src/ecif_model.cpp:4321:10: note: Assuming that condition '!mesh_file' is not redundant
elmerfem-5396/front/src/ecif_model.cpp:4322:14: note: Null pointer dereference
elmerfem-5396/front/src/ecif_model.cpp:5123:27: warning: Possible null pointer dereference: source [nullPointer]
elmerfem-5396/front/src/ecif_model.cpp:5096:18: note: Assignment 'source=NULL', assigned value is 0
elmerfem-5396/front/src/ecif_model.cpp:5123:27: note: Null pointer dereference
elmerfem-5396/front/src/ecif_model.cpp:7608:3: warning: Either the condition 'body1!=NULL' is redundant or there is possible null pointer dereference: body1. [nullPointerRedundantCheck]
elmerfem-5396/front/src/ecif_model.cpp:7533:14: note: Assuming that condition 'body1!=NULL' is not redundant
elmerfem-5396/front/src/ecif_model.cpp:7608:3: note: Null pointer dereference
elmerfem-5396/front/src/ecif_model.cpp:8347:27: warning: Possible null pointer dereference: source [nullPointer]
elmerfem-5396/front/src/ecif_model.cpp:8340:18: note: Assignment 'source=NULL', assigned value is 0
elmerfem-5396/front/src/ecif_model.cpp:8347:27: note: Null pointer dereference
elmerfem-5396/front/src/ecif_model.cpp:2519:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
elmerfem-5396/front/src/ecif_model.cpp:4703:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
elmerfem-5396/front/src/ecif_model.cpp:1951:13: style: The scope of the variable 'bp' can be reduced. [variableScope]
elmerfem-5396/front/src/ecif_model.cpp:2251:13: style: The scope of the variable 'box1' can be reduced. [variableScope]
elmerfem-5396/front/src/ecif_model.cpp:6863:7: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/front/src/ecif_model.cpp:8124:8: style: The scope of the variable 'param_found' can be reduced. [variableScope]
elmerfem-5396/front/src/ecif_model.cpp:442:0: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_model.cpp:553:15: style: Variable 'count' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_model.cpp:3548:15: style: Variable 'count' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_model.cpp:5979:26: style: Variable 'next_active_id' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_model.cpp:7671:19: style: Variable 'new_index' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_model.cpp:7757:21: style: Variable 'cur_index' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_model.cpp:2288:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/front/src/ecif_model.cpp:3445:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/front/src/ecif_model.cpp:3550:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/front/src/ecif_model.cpp:8446:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/front/src/ecif_model.cpp:8458:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/front/src/ecif_model.cpp:8784:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/front/src/ecif_model.cpp:8801:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/front/src/ecif_model.cpp:8819:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/front/src/ecif_model.cpp:8837:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/front/src/ecif_model.cpp:4376:5: error: Resource handle 'mesh_file' freed twice. [doubleFree]
elmerfem-5396/front/src/ecif_model.cpp:2145:0: error: Memory leak: b_array [memleak]
elmerfem-5396/front/src/ecif_model.cpp:2271:0: error: Memory leak: b_array [memleak]
elmerfem-5396/front/src/ecif_model.cpp:5497:0: error: Memory leak: bels [memleak]
elmerfem-5396/front/src/ecif_modelMeshManager.cpp:1749:5: style: Variable 'body' is reassigned a value before the old one has been used. [redundantAssignment]
elmerfem-5396/front/src/ecif_modelMeshManager.cpp:1746:0: note: Variable 'body' is reassigned a value before the old one has been used.
elmerfem-5396/front/src/ecif_modelMeshManager.cpp:1749:5: note: Variable 'body' is reassigned a value before the old one has been used.
elmerfem-5396/front/src/ecif_modelMeshManager.cpp:112:9: style: The scope of the variable 'body1_lr' can be reduced. [variableScope]
elmerfem-5396/front/src/ecif_modelMeshManager.cpp:113:9: style: The scope of the variable 'body2_lr' can be reduced. [variableScope]
elmerfem-5396/front/src/ecif_modelMeshManager.cpp:154:9: style: The scope of the variable 'direction' can be reduced. [variableScope]
elmerfem-5396/front/src/ecif_modelMeshManager.cpp:195:9: style: The scope of the variable 'direction' can be reduced. [variableScope]
elmerfem-5396/front/src/ecif_modelMeshManager.cpp:1727:7: style: The scope of the variable 'position' can be reduced. [variableScope]
elmerfem-5396/front/src/ecif_modelMeshManager.cpp:1850:7: style: The scope of the variable 'nof_bndr_elems' can be reduced. [variableScope]
elmerfem-5396/front/src/ecif_modelMeshManager.cpp:1930:11: style: The scope of the variable 'body1_lr' can be reduced. [variableScope]
elmerfem-5396/front/src/ecif_modelMeshManager.cpp:1931:11: style: The scope of the variable 'body2_lr' can be reduced. [variableScope]
elmerfem-5396/front/src/ecif_modelMeshManager.cpp:1991:7: style: The scope of the variable 'nof_bndr_elems' can be reduced. [variableScope]
elmerfem-5396/front/src/ecif_modelMeshManager.cpp:2504:7: style: The scope of the variable 'nof_bndr_elems' can be reduced. [variableScope]
elmerfem-5396/front/src/ecif_modelMeshManager.cpp:4349:7: style: The scope of the variable 'new_bulk_id' can be reduced. [variableScope]
elmerfem-5396/front/src/ecif_modelMeshManager.cpp:1003:7: style: Unused variable: elem_index [unusedVariable]
elmerfem-5396/front/src/ecif_modelMeshManager.cpp:3341:29: style: Variable 'elem_nodes' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_modelMeshManager.cpp:4001:26: style: Variable 'next_active_id' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_modelMeshManager.cpp:3452:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/front/src/ecif_modelMeshManager.cpp:2412:0: error: Memory leak: checked [memleak]
elmerfem-5396/front/src/ecif_modelMeshManager.cpp:2412:0: error: Memory leak: is_seed [memleak]
elmerfem-5396/front/src/ecif_modelMeshManager.cpp:2412:0: error: Memory leak: subTags [memleak]
elmerfem-5396/front/src/ecif_modelMeshManager.cpp:2412:0: error: Memory leak: elem_counts [memleak]
elmerfem-5396/front/src/ecif_modelMeshManager.cpp:2412:0: error: Memory leak: sub_obj_ids [memleak]
elmerfem-5396/front/src/ecif_modelMeshManager.cpp:2808:0: error: Memory leak: boundary_sets [memleak]
elmerfem-5396/front/src/ecif_modelOutputManager.cpp:947:27: warning: Possible null pointer dereference: bp_points [nullPointer]
elmerfem-5396/front/src/ecif_modelOutputManager.cpp:941:17: note: Assignment 'bp_points=NULL', assigned value is 0
elmerfem-5396/front/src/ecif_modelOutputManager.cpp:947:27: note: Null pointer dereference
elmerfem-5396/front/src/ecif_modelOutputManager.cpp:975:27: warning: Possible null pointer dereference: bp_points [nullPointer]
elmerfem-5396/front/src/ecif_modelOutputManager.cpp:969:17: note: Assignment 'bp_points=NULL', assigned value is 0
elmerfem-5396/front/src/ecif_modelOutputManager.cpp:975:27: note: Null pointer dereference
elmerfem-5396/front/src/ecif_modelOutputManager.cpp:1032:27: warning: Possible null pointer dereference: bp_points [nullPointer]
elmerfem-5396/front/src/ecif_modelOutputManager.cpp:1026:17: note: Assignment 'bp_points=NULL', assigned value is 0
elmerfem-5396/front/src/ecif_modelOutputManager.cpp:1032:27: note: Null pointer dereference
elmerfem-5396/front/src/ecif_modelOutputManager.cpp:1060:27: warning: Possible null pointer dereference: bp_points [nullPointer]
elmerfem-5396/front/src/ecif_modelOutputManager.cpp:1054:17: note: Assignment 'bp_points=NULL', assigned value is 0
elmerfem-5396/front/src/ecif_modelOutputManager.cpp:1060:27: note: Null pointer dereference
elmerfem-5396/front/src/ecif_modelOutputManager.cpp:1535:8: style: The scope of the variable 'key_buffer' can be reduced. [variableScope]
elmerfem-5396/front/src/ecif_modelOutputManager.cpp:1536:8: style: The scope of the variable 'value_buffer' can be reduced. [variableScope]
elmerfem-5396/front/src/ecif_modelOutputManager.cpp:686:0: style: Variable 'QM' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_modelOutputManager.cpp:1533:19: style: Unused variable: pf [unusedVariable]
elmerfem-5396/front/src/ecif_modelOutputManager.cpp:2278:22: style: Variable 'body1_id' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_modelOutputManager.cpp:1954:0: error: Memory leak: types [memleak]
elmerfem-5396/front/src/ecif_modelOutputManager.cpp:1954:0: error: Memory leak: typesC [memleak]
elmerfem-5396/front/src/ecif_modelOutputManager.cpp:2204:33: error: Uninitialized variable: index [uninitvar]
elmerfem-5396/front/src/ecif_model_aux.cpp:769:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/front/src/ecif_model_aux.cpp:799:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/front/src/ecif_model_aux.cpp:815:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/front/src/ecif_model_aux.cpp:832:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/front/src/ecif_model_aux.cpp:848:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/front/src/ecif_parameter.cpp:120:23: style: The scope of the variable 'pf_info' can be reduced. [variableScope]
elmerfem-5396/front/src/ecif_parameter.cpp:121:9: style: The scope of the variable 'dim1' can be reduced. [variableScope]
elmerfem-5396/front/src/ecif_parameter.cpp:121:15: style: The scope of the variable 'dim2' can be reduced. [variableScope]
elmerfem-5396/front/src/ecif_parameter.cpp:121:21: style: The scope of the variable 'nof_variables' can be reduced. [variableScope]
elmerfem-5396/front/src/ecif_parameter.cpp:123:8: style: The scope of the variable 'is_file_name' can be reduced. [variableScope]
elmerfem-5396/front/src/ecif_parameter.cpp:123:22: style: The scope of the variable 'is_proc_name' can be reduced. [variableScope]
elmerfem-5396/front/src/ecif_parameter.cpp:116:45: style: Variable 'gui' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_parameter.cpp:123:36: style: Unused variable: is_quoted [unusedVariable]
elmerfem-5396/front/src/ecif_parameter.cpp:128:0: style: Variable 'name_buffer' is allocated memory that is never used. [unusedAllocatedMemory]
elmerfem-5396/front/src/ecif_parameter.cpp:1066:0: style: Variable 'QM' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_renderer_OGL.cpp:714:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
elmerfem-5396/front/src/ecif_renderer_OGL.cpp:448:8: style: The scope of the variable 'is_drawing_cad' can be reduced. [variableScope]
elmerfem-5396/front/src/ecif_renderer_OGL.cpp:928:16: style: The scope of the variable 'color_z' can be reduced. [variableScope]
elmerfem-5396/front/src/ecif_renderer_OGL.cpp:1538:11: style: Variable 'position0' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_renderer_OGL.cpp:1548:11: style: Variable 'position1' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_renderer_OGL.cpp:1558:11: style: Variable 'position2' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_renderer_OGL.cpp:1790:16: style: Variable 'res1' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_renderer_OGL.cpp:1792:16: style: Variable 'res2' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_renderer_OGL.cpp:1932:19: style: Variable 'body_id' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_renderer_OGL.cpp:1933:19: style: Variable 'bndr_id' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_renderer_OGL.cpp:1971:19: style: Variable 'body_id' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_renderer_OGL.cpp:2207:7: style: Variable 'base_rt' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_solver.cpp:111:9: style: Unused variable: fld_name [unusedVariable]
elmerfem-5396/front/src/ecif_solverControl.cpp:75:0: style: Variable 'QM' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:5218:7: style: Condition '!path_found' is always true [knownConditionTrueFalse]
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:5213:21: note: Assignment 'path_found=false', assigned value is 0
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:5218:7: note: Condition '!path_found' is always true
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:1383:14: warning: Possible null pointer dereference: ids [nullPointer]
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:1377:14: note: Assignment 'ids=NULL', assigned value is 0
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:1383:14: note: Null pointer dereference
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:1436:17: warning: Possible null pointer dereference: ids [nullPointer]
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:1430:16: note: Assignment 'ids=NULL', assigned value is 0
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:1436:17: note: Null pointer dereference
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:1580:30: warning: Possible null pointer dereference: useFixed [nullPointer]
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:1527:19: note: Assignment 'useFixed=NULL', assigned value is 0
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:1580:30: note: Null pointer dereference
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:1633:14: warning: Possible null pointer dereference: ids [nullPointer]
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:1626:14: note: Assignment 'ids=NULL', assigned value is 0
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:1633:14: note: Null pointer dereference
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:1760:17: warning: Possible null pointer dereference: ids [nullPointer]
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:1753:16: note: Assignment 'ids=NULL', assigned value is 0
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:1760:17: note: Null pointer dereference
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:1986:14: warning: Possible null pointer dereference: ids [nullPointer]
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:1980:14: note: Assignment 'ids=NULL', assigned value is 0
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:1986:14: note: Null pointer dereference
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:2067:17: warning: Possible null pointer dereference: ids [nullPointer]
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:2061:16: note: Assignment 'ids=NULL', assigned value is 0
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:2067:17: note: Null pointer dereference
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:2127:14: warning: Possible null pointer dereference: ids [nullPointer]
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:2121:14: note: Assignment 'ids=NULL', assigned value is 0
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:2127:14: note: Null pointer dereference
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:2189:14: warning: Possible null pointer dereference: ids [nullPointer]
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:2183:14: note: Assignment 'ids=NULL', assigned value is 0
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:2189:14: note: Null pointer dereference
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:2256:14: warning: Possible null pointer dereference: ids [nullPointer]
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:2250:14: note: Assignment 'ids=NULL', assigned value is 0
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:2256:14: note: Null pointer dereference
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:2402:14: warning: Possible null pointer dereference: mesh_names [nullPointer]
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:2389:23: note: Assignment 'mesh_names=NULL', assigned value is 0
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:2402:14: note: Null pointer dereference
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:2437:14: warning: Possible null pointer dereference: mesh_bg_files [nullPointer]
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:2417:26: note: Assignment 'mesh_bg_files=NULL', assigned value is 0
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:2437:14: note: Null pointer dereference
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:4975:11: warning: Possible null pointer dereference: ids [nullPointer]
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:4954:14: note: Assignment 'ids=NULL', assigned value is 0
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:4975:11: note: Null pointer dereference
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:5653:51: warning: Possible null pointer dereference: sb_ids [nullPointer]
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:5648:21: note: Assignment 'sb_ids=NULL', assigned value is 0
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:5653:51: note: Null pointer dereference
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:4525:3: style: Variable 'value_obj' is reassigned a value before the old one has been used. [redundantAssignment]
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:4502:0: note: Variable 'value_obj' is reassigned a value before the old one has been used.
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:4525:3: note: Variable 'value_obj' is reassigned a value before the old one has been used.
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:4559:3: style: Variable 'value_obj' is reassigned a value before the old one has been used. [redundantAssignment]
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:4540:0: note: Variable 'value_obj' is reassigned a value before the old one has been used.
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:4559:3: note: Variable 'value_obj' is reassigned a value before the old one has been used.
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:7407:3: style: Variable 'd_val' is reassigned a value before the old one has been used. [redundantAssignment]
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:7402:0: note: Variable 'd_val' is reassigned a value before the old one has been used.
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:7407:3: note: Variable 'd_val' is reassigned a value before the old one has been used.
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:280:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:4661:7: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:4661:10: style: The scope of the variable 'len' can be reduced. [variableScope]
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:4661:15: style: The scope of the variable 'rc' can be reduced. [variableScope]
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:4665:9: style: The scope of the variable 'exec' can be reduced. [variableScope]
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:4970:7: style: The scope of the variable 'pid' can be reduced. [variableScope]
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:5113:15: style: The scope of the variable 'time_string' can be reduced. [variableScope]
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:5813:7: style: The scope of the variable 'nof_mesh_elements' can be reduced. [variableScope]
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:5843:7: style: The scope of the variable 'nof_mesh_elements' can be reduced. [variableScope]
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:2085:9: style: Unused variable: pid [unusedVariable]
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:2085:14: style: Unused variable: bd_lid [unusedVariable]
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:2085:22: style: Unused variable: bid [unusedVariable]
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:2593:24: style: Variable 'renderer' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:2596:16: style: Variable 'data' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:2818:14: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:3606:10: style: Variable 'code' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:3699:14: style: Variable 'code' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:3771:14: style: Variable 'code' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:3808:14: style: Variable 'code' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:4058:24: style: Variable 'gui' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:4067:13: style: Variable 'onl' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:4069:13: style: Variable 'fnl' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:4071:13: style: Variable 'dtl' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:4075:8: style: Unused variable: fld [unusedVariable]
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:4077:19: style: Variable 'to_upper' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:4079:9: style: Unused variable: str_val [unusedVariable]
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:4971:7: style: Unused variable: attach_mode [unusedVariable]
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:5196:43: style: Variable 'elmer_home' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:4766:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:5228:18: error: Return value of allocation function 'fopen' is not stored. [leakReturnValNotUsed]
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:5244:18: error: Return value of allocation function 'fopen' is not stored. [leakReturnValNotUsed]
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:5263:20: error: Return value of allocation function 'fopen' is not stored. [leakReturnValNotUsed]
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:5284:20: error: Return value of allocation function 'fopen' is not stored. [leakReturnValNotUsed]
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:5305:18: error: Return value of allocation function 'fopen' is not stored. [leakReturnValNotUsed]
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:7554:42: error: va_list 'argList' used before va_start() was called. [va_list_usedBeforeStarted]
elmerfem-5396/front/src/ecif_userinterface_TCL.cpp:7555:25: error: va_list 'argList' used before va_start() was called. [va_list_usedBeforeStarted]
elmerfem-5396/front/src/frontlib.cpp:610:8: style: The scope of the variable 'c' can be reduced. [variableScope]
elmerfem-5396/front/src/frontlib.cpp:2111:7: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/front/src/frontlib.cpp:2111:9: style: The scope of the variable 'j' can be reduced. [variableScope]
elmerfem-5396/front/src/frontlib.cpp:2112:9: style: The scope of the variable 'matc_result' can be reduced. [variableScope]
elmerfem-5396/front/src/frontlib.cpp:2863:15: style: The scope of the variable 'matc_buffer' can be reduced. [variableScope]
elmerfem-5396/front/src/frontlib.cpp:3424:8: style: The scope of the variable 'next_found' can be reduced. [variableScope]
elmerfem-5396/matc/src/c3d.c:169:3: style: Variable 'nodes' is reassigned a value before the old one has been used. [redundantAssignment]
elmerfem-5396/matc/src/c3d.c:155:0: note: Variable 'nodes' is reassigned a value before the old one has been used.
elmerfem-5396/matc/src/c3d.c:169:3: note: Variable 'nodes' is reassigned a value before the old one has been used.
elmerfem-5396/matc/src/c3d.c:528:7: style: The scope of the variable 'x' can be reduced. [variableScope]
elmerfem-5396/matc/src/c3d.c:528:10: style: The scope of the variable 'y' can be reduced. [variableScope]
elmerfem-5396/matc/src/c3d.c:528:13: style: The scope of the variable 'deltax' can be reduced. [variableScope]
elmerfem-5396/matc/src/c3d.c:528:21: style: The scope of the variable 'deltay' can be reduced. [variableScope]
elmerfem-5396/matc/src/c3d.c:528:29: style: The scope of the variable 'deltad' can be reduced. [variableScope]
elmerfem-5396/matc/src/c3d.c:529:7: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/matc/src/c3d.c:529:10: style: The scope of the variable 'd' can be reduced. [variableScope]
elmerfem-5396/matc/src/c3d.c:529:13: style: The scope of the variable 'ds' can be reduced. [variableScope]
elmerfem-5396/matc/src/dri_ps.c:343:5: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/matc/src/dri_ps.c:344:5: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/matc/src/dri_ps.c:180:7: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/matc/src/dri_ps.c:180:10: style: The scope of the variable 'np' can be reduced. [variableScope]
elmerfem-5396/matc/src/dri_ps.c:180:18: style: The scope of the variable 'ni' can be reduced. [variableScope]
elmerfem-5396/matc/src/dri_ps.c:265:8: style: The scope of the variable 'x' can be reduced. [variableScope]
elmerfem-5396/matc/src/dri_ps.c:265:12: style: The scope of the variable 'y' can be reduced. [variableScope]
elmerfem-5396/matc/src/dri_ps.c:266:7: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/matc/src/dri_ps.c:266:9: style: The scope of the variable 'nm' can be reduced. [variableScope]
elmerfem-5396/matc/src/dri_ps.c:311:7: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/matc/src/dri_ps.c:289:9: style: Variable 'nm' is modified but its new value is never used. [unreadVariable]
elmerfem-5396/matc/src/eig.c:276:3: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/matc/src/eig.c:197:10: style: The scope of the variable 'alpha' can be reduced. [variableScope]
elmerfem-5396/matc/src/eig.c:197:18: style: The scope of the variable 'mp1' can be reduced. [variableScope]
elmerfem-5396/matc/src/eig.c:287:10: style: The scope of the variable 'i1' can be reduced. [variableScope]
elmerfem-5396/matc/src/eig.c:287:26: style: The scope of the variable 'end' can be reduced. [variableScope]
elmerfem-5396/matc/src/eval.c:402:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/matc/src/eval.c:405:20: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/matc/src/eval.c:319:7: style: Variable 'leftptr' is reassigned a value before the old one has been used. [redundantAssignment]
elmerfem-5396/matc/src/eval.c:317:7: note: Variable 'leftptr' is reassigned a value before the old one has been used.
elmerfem-5396/matc/src/eval.c:319:7: note: Variable 'leftptr' is reassigned a value before the old one has been used.
elmerfem-5396/matc/src/eval.c:320:7: style: Variable 'rightptr' is reassigned a value before the old one has been used. [redundantAssignment]
elmerfem-5396/matc/src/eval.c:317:17: note: Variable 'rightptr' is reassigned a value before the old one has been used.
elmerfem-5396/matc/src/eval.c:320:7: note: Variable 'rightptr' is reassigned a value before the old one has been used.
elmerfem-5396/matc/src/eval.c:126:9: style: The scope of the variable 'argptr' can be reduced. [variableScope]
elmerfem-5396/matc/src/eval.c:723:19: style: The scope of the variable 'var' can be reduced. [variableScope]
elmerfem-5396/matc/src/eval.c:777:7: style: The scope of the variable 'ind' can be reduced. [variableScope]
elmerfem-5396/matc/src/eval.c:791:11: style: The scope of the variable 'csize' can be reduced. [variableScope]
elmerfem-5396/matc/src/eval.c:456:19: error: Buffer is accessed out of bounds: s [bufferAccessOutOfBounds]
elmerfem-5396/matc/src/files.c:184:7: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/matc/src/files.c:457:7: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/matc/src/files.c:457:10: style: The scope of the variable 'j' can be reduced. [variableScope]
elmerfem-5396/matc/src/files.c:514:7: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/matc/src/files.c:514:10: style: The scope of the variable 'j' can be reduced. [variableScope]
elmerfem-5396/matc/src/files.c:97:7: style: Unused variable: i [unusedVariable]
elmerfem-5396/matc/src/files.c:141:7: style: Unused variable: i [unusedVariable]
elmerfem-5396/matc/src/files.c:282:7: style: Unused variable: i [unusedVariable]
elmerfem-5396/matc/src/files.c:503:8: error: Resource handle 'fp' freed twice. [doubleFree]
elmerfem-5396/matc/src/files.c:507:3: error: Resource handle 'fp' freed twice. [doubleFree]
elmerfem-5396/matc/src/files.c:554:9: error: Resource handle 'fp' freed twice. [doubleFree]
elmerfem-5396/matc/src/files.c:558:3: error: Resource handle 'fp' freed twice. [doubleFree]
elmerfem-5396/matc/src/funcs.c:151:14: style: The scope of the variable 'file' can be reduced. [variableScope]
elmerfem-5396/matc/src/funcs.c:152:8: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/matc/src/funcs.c:282:43: style: The scope of the variable 'var' can be reduced. [variableScope]
elmerfem-5396/matc/src/gra.c:226:10: portability: Casting from double ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/matc/src/gra.c:231:10: portability: Casting from double ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/matc/src/gra_com.c:65:9: style: The scope of the variable 'name' can be reduced. [variableScope]
elmerfem-5396/matc/src/jacobi.c:86:3: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/matc/src/jacobi.c:125:10: style: The scope of the variable 'convergence' can be reduced. [variableScope]
elmerfem-5396/matc/src/jacobi.c:127:10: style: The scope of the variable 'eps' can be reduced. [variableScope]
elmerfem-5396/matc/src/jacobi.c:137:10: style: The scope of the variable 'bb' can be reduced. [variableScope]
elmerfem-5396/matc/src/jacobi.c:68:7: style: Unused variable: i [unusedVariable]
elmerfem-5396/matc/src/lists.c:105:10: style: The scope of the variable 'lst' can be reduced. [variableScope]
elmerfem-5396/matc/src/lists.c:293:8: style: Unused variable: i [unusedVariable]
elmerfem-5396/matc/src/lists.c:293:11: style: Unused variable: spc [unusedVariable]
elmerfem-5396/matc/src/lu.c:249:10: style: The scope of the variable 'j' can be reduced. [variableScope]
elmerfem-5396/matc/src/lu.c:90:7: style: Unused variable: i [unusedVariable]
elmerfem-5396/matc/src/matc.c:223:13: style: The scope of the variable 'headsave' can be reduced. [variableScope]
elmerfem-5396/matc/src/matc.c:398:23: style: The scope of the variable 'p' can be reduced. [variableScope]
elmerfem-5396/matc/src/matc.c:561:14: style: The scope of the variable 'cmd' can be reduced. [variableScope]
elmerfem-5396/matc/src/matc.c:562:14: style: The scope of the variable 'fnc' can be reduced. [variableScope]
elmerfem-5396/matc/src/matc.c:563:10: style: The scope of the variable 'name' can be reduced. [variableScope]
elmerfem-5396/matc/src/matc.c:669:18: style: The scope of the variable 'k' can be reduced. [variableScope]
elmerfem-5396/matc/src/matc.c:673:12: style: The scope of the variable 'ind' can be reduced. [variableScope]
elmerfem-5396/matc/src/matc.c:113:9: style: Unused variable: str [unusedVariable]
elmerfem-5396/matc/src/matc.c:115:8: style: Unused variable: i [unusedVariable]
elmerfem-5396/matc/src/elmer/matc.h:414:9: error: Common realloc mistake: 'math_out_str' nulled but not freed upon failure [memleakOnRealloc]
elmerfem-5396/matc/src/elmer/matc.h:438:9: error: Common realloc mistake: 'math_out_str' nulled but not freed upon failure [memleakOnRealloc]
elmerfem-5396/matc/src/matrix.c:98:11: style: The scope of the variable 'j' can be reduced. [variableScope]
elmerfem-5396/matc/src/matrix.c:297:11: style: The scope of the variable 'j' can be reduced. [variableScope]
elmerfem-5396/matc/src/matrix.c:325:11: style: The scope of the variable 'j' can be reduced. [variableScope]
elmerfem-5396/matc/src/matrix.c:353:8: style: The scope of the variable 'ncolc' can be reduced. [variableScope]
elmerfem-5396/matc/src/oper.c:133:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/matc/src/oper.c:142:5: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/matc/src/oper.c:506:5: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/matc/src/oper.c:458:7: style: The scope of the variable 'ncolc' can be reduced. [variableScope]
elmerfem-5396/matc/src/oper.c:462:14: style: The scope of the variable 'value' can be reduced. [variableScope]
elmerfem-5396/matc/src/oper.c:551:7: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/matc/src/oper.c:556:39: style: The scope of the variable 'c' can be reduced. [variableScope]
elmerfem-5396/matc/src/optim.c:66:7: style: The scope of the variable 'constsubs' can be reduced. [variableScope]
elmerfem-5396/matc/src/optim.c:122:20: style: The scope of the variable 'prevargs' can be reduced. [variableScope]
elmerfem-5396/matc/src/parser.c:998:9: style: The scope of the variable 'csymbcopy' can be reduced. [variableScope]
elmerfem-5396/matc/src/parser.c:962:13: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/matc/src/parser.c:1086:10: style: Unused variable: n [unusedVariable]
elmerfem-5396/matc/src/str.c:144:9: portability: Casting between double* and float* which have an incompatible binary data representation. [invalidPointerCast]
elmerfem-5396/matc/src/str.c:157:9: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/matc/src/str.c:170:9: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/matc/src/str.c:198:16: portability: Casting between double* and float* which have an incompatible binary data representation. [invalidPointerCast]
elmerfem-5396/matc/src/str.c:211:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/matc/src/str.c:224:15: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/matc/src/str.c:105:7: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/matc/src/urand.c:104:21: style: The scope of the variable 'halfm' can be reduced. [variableScope]
elmerfem-5396/matc/src/urand.c:105:24: style: The scope of the variable 'm' can be reduced. [variableScope]
elmerfem-5396/matc/src/urand.c:106:23: style: The scope of the variable 'itwo' can be reduced. [variableScope]
elmerfem-5396/matc/src/variable.c:196:18: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/matc/src/variable.c:317:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/matc/src/variable.c:341:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/matc/src/variable.c:359:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/matc/src/variable.c:479:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/matc/src/variable.c:392:11: style: The scope of the variable 'str' can be reduced. [variableScope]
elmerfem-5396/matc/src/variable.c:152:9: style: Unused variable: i [unusedVariable]
elmerfem-5396/matc/src/variable.c:244:10: style: Unused variable: maxp [unusedVariable]
elmerfem-5396/matc/src/variable.c:244:16: style: Unused variable: minp [unusedVariable]
elmerfem-5396/matc/src/variable.c:244:22: style: Unused variable: maxx [unusedVariable]
elmerfem-5396/meshgen2d/src/BGGridMesh.cpp:109:24: style: The scope of the variable 'last' can be reduced. [variableScope]
elmerfem-5396/meshgen2d/src/BGGridMesh.cpp:112:3: style: Variable 'niters' is modified but its new value is never used. [unreadVariable]
elmerfem-5396/meshgen2d/src/BGGridMesh.cpp:113:10: style: Variable 'last' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/meshgen2d/src/BGGridMesh.cpp:181:0: error: Memory leak: mask [memleak]
elmerfem-5396/meshgen2d/src/BGTriangleMesh.cpp:40:51: style: Variable 'nd' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/meshgen2d/src/Connect.cpp:383:7: style: Technically the member function 'SegCompare::operator()' can be const. [functionConst]
elmerfem-5396/meshgen2d/src/Connect.cpp:210:9: performance: Possible inefficient checking for 'tripleQueue' emptiness. [stlSize]
elmerfem-5396/meshgen2d/src/GeometryEdge.cpp:97:84: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/meshgen2d/src/Mesh.cpp:268:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/meshgen2d/src/Mesh.cpp:281:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/meshgen2d/src/Mesh.cpp:301:78: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/meshgen2d/src/Mesh.cpp:359:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/meshgen2d/src/Mesh.cpp:405:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/meshgen2d/src/Mesh.cpp:442:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/meshgen2d/src/Mesh.cpp:451:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/meshgen2d/src/Mesh.cpp:455:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/meshgen2d/src/Mesh.cpp:463:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/meshgen2d/src/Mesh.cpp:496:70: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
elmerfem-5396/meshgen2d/src/Mesh.cpp:204:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
elmerfem-5396/meshgen2d/src/MeshParser.cpp:219:7: style: The scope of the variable 'fixedNodeCount' can be reduced. [variableScope]
elmerfem-5396/meshgen2d/src/PQ.cpp:94:6: style: Unused variable: i [unusedVariable]
elmerfem-5396/meshgen2d/src/SSMFVoronoiSegment.cpp:32:9: style: The scope of the variable 'nx' can be reduced. [variableScope]
elmerfem-5396/meshgen2d/src/SSMFVoronoiSegment.cpp:32:13: style: The scope of the variable 'ny' can be reduced. [variableScope]
elmerfem-5396/meshgen2d/src/SSMFVoronoiSegment.cpp:182:3: style: Variable 'steps' is modified but its new value is never used. [unreadVariable]
elmerfem-5396/meshgen2d/src/SSSFVoronoiSegment.cpp:35:9: style: The scope of the variable 'nx' can be reduced. [variableScope]
elmerfem-5396/meshgen2d/src/SSSFVoronoiSegment.cpp:35:13: style: The scope of the variable 'ny' can be reduced. [variableScope]
elmerfem-5396/meshgen2d/src/SSSFVoronoiSegment.cpp:129:8: style: The scope of the variable 'active' can be reduced. [variableScope]
elmerfem-5396/meshgen2d/src/VSVertex.cpp:139:16: style: The scope of the variable 'A' can be reduced. [variableScope]
elmerfem-5396/meshgen2d/src/VSVertex.cpp:139:19: style: The scope of the variable 'B' can be reduced. [variableScope]
elmerfem-5396/meshgen2d/src/VSVertex.cpp:126:6: style: Variable 'c' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/meshgen2d/src/Vertex.cpp:194:31: style: Same expression on both sides of '==' because the value of 'owner' and '(Vertex*)0' are the same. [duplicateExpression]
elmerfem-5396/meshgen2d/src/Vertex.cpp:178:18: note: 'owner' is assigned value '(Vertex*)0' here.
elmerfem-5396/meshgen2d/src/Vertex.cpp:194:31: note: Same expression on both sides of '==' because the value of 'owner' and '(Vertex*)0' are the same.
elmerfem-5396/meshgen2d/src/VoronoiVertex.cpp:38:0: style: Variable 'steps' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/meshgen2d/src/VoronoiVertex.cpp:46:0: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/misc/netcdf/src/GridDataMapper/cs2cs_interface.c:40:20: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
elmerfem-5396/misc/netcdf/src/GridDataMapper/cs2cs_interface.c:30:6: style: The scope of the variable 'transf_val' can be reduced. [variableScope]
elmerfem-5396/misc/netcdf/src/GridDataMapper/cs2cs_interface.c:35:7: style: The scope of the variable 'point_count' can be reduced. [variableScope]
elmerfem-5396/misc/netcdf/src/GridDataMapper/cs2cs_interface.c:36:6: style: The scope of the variable 'point_offset' can be reduced. [variableScope]
elmerfem-5396/post/src/ElmerPost.c:1623:14: style: Condition '!VL' is always true [knownConditionTrueFalse]
elmerfem-5396/post/src/ElmerPost.c:1621:24: note: Assignment 'VL=NULL', assigned value is 0
elmerfem-5396/post/src/ElmerPost.c:1623:14: note: Condition '!VL' is always true
elmerfem-5396/post/src/ElmerPost.c:1691:14: style: Condition '!VL' is always true [knownConditionTrueFalse]
elmerfem-5396/post/src/ElmerPost.c:1689:24: note: Assignment 'VL=NULL', assigned value is 0
elmerfem-5396/post/src/ElmerPost.c:1691:14: note: Condition '!VL' is always true
elmerfem-5396/post/src/ElmerPost.c:1730:14: style: Condition '!VL' is always true [knownConditionTrueFalse]
elmerfem-5396/post/src/ElmerPost.c:1728:24: note: Assignment 'VL=NULL', assigned value is 0
elmerfem-5396/post/src/ElmerPost.c:1730:14: note: Condition '!VL' is always true
elmerfem-5396/post/src/ElmerPost.c:1764:14: style: Condition '!VL' is always true [knownConditionTrueFalse]
elmerfem-5396/post/src/ElmerPost.c:1762:24: note: Assignment 'VL=NULL', assigned value is 0
elmerfem-5396/post/src/ElmerPost.c:1764:14: note: Condition '!VL' is always true
elmerfem-5396/post/src/ElmerPost.c:1809:14: style: Condition '!VL' is always true [knownConditionTrueFalse]
elmerfem-5396/post/src/ElmerPost.c:1807:24: note: Assignment 'VL=NULL', assigned value is 0
elmerfem-5396/post/src/ElmerPost.c:1809:14: note: Condition '!VL' is always true
elmerfem-5396/post/src/ElmerPost.c:1835:14: style: Condition '!VL' is always true [knownConditionTrueFalse]
elmerfem-5396/post/src/ElmerPost.c:1833:24: note: Assignment 'VL=NULL', assigned value is 0
elmerfem-5396/post/src/ElmerPost.c:1835:14: note: Condition '!VL' is always true
elmerfem-5396/post/src/ElmerPost.c:1860:14: style: Condition '!VL' is always true [knownConditionTrueFalse]
elmerfem-5396/post/src/ElmerPost.c:1858:24: note: Assignment 'VL=NULL', assigned value is 0
elmerfem-5396/post/src/ElmerPost.c:1860:14: note: Condition '!VL' is always true
elmerfem-5396/post/src/ElmerPost.c:204:5: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
elmerfem-5396/post/src/ElmerPost.c:204:5: warning: %x in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
elmerfem-5396/post/src/ElmerPost.c:204:5: warning: %x in format string (no. 3) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
elmerfem-5396/post/src/ElmerPost.c:205:5: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
elmerfem-5396/post/src/ElmerPost.c:205:5: warning: %x in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
elmerfem-5396/post/src/ElmerPost.c:205:5: warning: %x in format string (no. 3) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
elmerfem-5396/post/src/ElmerPost.c:307:9: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
elmerfem-5396/post/src/ElmerPost.c:307:9: warning: %x in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
elmerfem-5396/post/src/ElmerPost.c:307:9: warning: %x in format string (no. 3) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
elmerfem-5396/post/src/ElmerPost.c:1510:5: warning: %x in format string (no. 2) requires 'unsigned int' but the argument type is 'XFontStruct *'. [invalidPrintfArgType_uint]
elmerfem-5396/post/src/ElmerPost.c:164:42: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/post/src/ElmerPost.c:165:42: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/post/src/ElmerPost.c:170:45: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/post/src/ElmerPost.c:171:45: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/post/src/ElmerPost.c:2464:43: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/post/src/ElmerPost.c:2466:45: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/post/src/ElmerPost.c:2467:45: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/post/src/ElmerPost.c:2473:46: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/post/src/ElmerPost.c:2475:48: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/post/src/ElmerPost.c:2476:48: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/post/src/ElmerPost.c:2481:45: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/post/src/ElmerPost.c:2482:50: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/post/src/ElmerPost.c:2484:46: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/post/src/ElmerPost.c:2485:44: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/post/src/ElmerPost.c:2487:51: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/post/src/ElmerPost.c:2488:51: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/post/src/ElmerPost.c:2494:49: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/post/src/ElmerPost.c:2496:51: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/post/src/ElmerPost.c:2497:51: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/post/src/ElmerPost.c:2501:53: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/post/src/ElmerPost.c:2502:53: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/post/src/ElmerPost.c:2508:47: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/post/src/ElmerPost.c:2509:46: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/post/src/ElmerPost.c:2510:46: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/post/src/ElmerPost.c:2511:50: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/post/src/ElmerPost.c:2518:50: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/post/src/ElmerPost.c:2519:44: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/post/src/ElmerPost.c:2520:46: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/post/src/ElmerPost.c:2521:51: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/post/src/ElmerPost.c:2522:51: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/post/src/ElmerPost.c:2527:52: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/post/src/ElmerPost.c:2528:52: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/post/src/ElmerPost.c:2529:52: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/post/src/ElmerPost.c:2530:52: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/post/src/ElmerPost.c:2533:51: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/post/src/ElmerPost.c:2534:51: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/post/src/ElmerPost.c:2557:34: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/post/src/ElmerPost.c:2559:34: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/post/src/ElmerPost.c:1058:5: style: Variable 'camera' is reassigned a value before the old one has been used. [redundantAssignment]
elmerfem-5396/post/src/ElmerPost.c:1056:0: note: Variable 'camera' is reassigned a value before the old one has been used.
elmerfem-5396/post/src/ElmerPost.c:1058:5: note: Variable 'camera' is reassigned a value before the old one has been used.
elmerfem-5396/post/src/ElmerPost.c:1335:5: style: Variable 'ptr' is reassigned a value before the old one has been used. [redundantAssignment]
elmerfem-5396/post/src/ElmerPost.c:1333:0: note: Variable 'ptr' is reassigned a value before the old one has been used.
elmerfem-5396/post/src/ElmerPost.c:1335:5: note: Variable 'ptr' is reassigned a value before the old one has been used.
elmerfem-5396/post/src/ElmerPost.c:775:12: style: The scope of the variable 's' can be reduced. [variableScope]
elmerfem-5396/post/src/ElmerPost.c:776:18: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/post/src/ElmerPost.c:1052:17: style: The scope of the variable 'str' can be reduced. [variableScope]
elmerfem-5396/post/src/ElmerPost.c:1169:15: style: The scope of the variable 'var' can be reduced. [variableScope]
elmerfem-5396/post/src/ElmerPost.c:1528:12: style: The scope of the variable 'param' can be reduced. [variableScope]
elmerfem-5396/post/src/ElmerPost.c:1528:21: style: The scope of the variable 'rgba' can be reduced. [variableScope]
elmerfem-5396/post/src/ElmerPost.c:1611:11: style: The scope of the variable 'str' can be reduced. [variableScope]
elmerfem-5396/post/src/ElmerPost.c:2239:55: style: The scope of the variable 'ephome' can be reduced. [variableScope]
elmerfem-5396/post/src/ElmerPost.c:346:9: style: Unused variable: i [unusedVariable]
elmerfem-5396/post/src/ElmerPost.c:649:15: style: Unused variable: index [unusedVariable]
elmerfem-5396/post/src/ElmerPost.c:693:13: style: Unused variable: T [unusedVariable]
elmerfem-5396/post/src/ElmerPost.c:695:9: style: Unused variable: i [unusedVariable]
elmerfem-5396/post/src/ElmerPost.c:695:11: style: Unused variable: n [unusedVariable]
elmerfem-5396/post/src/ElmerPost.c:695:13: style: Unused variable: index [unusedVariable]
elmerfem-5396/post/src/ElmerPost.c:776:20: style: Variable 'j' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/post/src/ElmerPost.c:936:36: style: Variable 'variable' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/post/src/ElmerPost.c:936:49: style: Variable 'value' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/post/src/ElmerPost.c:1483:26: style: Variable 'here' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/post/src/ElmerPost.c:1507:17: style: Variable 'str' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/post/src/ElmerPost.c:1507:26: style: Variable 'here' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/post/src/ElmerPost.c:1587:7: style: Unused variable: i [unusedVariable]
elmerfem-5396/post/src/ElmerPost.c:2070:27: style: Variable 'MouseStatus' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/post/src/ElmerPost.c:2145:8: style: Unused variable: dx [unusedVariable]
elmerfem-5396/post/src/ElmerPost.c:2145:12: style: Unused variable: dy [unusedVariable]
elmerfem-5396/post/src/ElmerPost.c:2145:16: style: Unused variable: ox [unusedVariable]
elmerfem-5396/post/src/ElmerPost.c:2145:20: style: Unused variable: oy [unusedVariable]
elmerfem-5396/post/src/ElmerPost.c:2145:24: style: Unused variable: nx [unusedVariable]
elmerfem-5396/post/src/ElmerPost.c:2145:28: style: Unused variable: ny [unusedVariable]
elmerfem-5396/post/src/ElmerPost.c:2145:32: style: Unused variable: viewp [unusedVariable]
elmerfem-5396/post/src/ElmerPost.c:967:18: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
elmerfem-5396/post/src/ElmerPost.c:988:25: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
elmerfem-5396/post/src/ElmerPost.c:1062:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
elmerfem-5396/post/src/ElmerPost.c:1089:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
elmerfem-5396/post/src/ElmerPost.c:949:16: error: Resource leak: fp [resourceLeak]
elmerfem-5396/post/src/LUDecomp.c:110:11: style: The scope of the variable 'j' can be reduced. [variableScope]
elmerfem-5396/post/src/LUDecomp.c:38:0: error: Memory leak: pivot [memleak]
elmerfem-5396/post/src/camera/camera.c:331:15: style: The scope of the variable 'ptr' can be reduced. [variableScope]
elmerfem-5396/post/src/camera/context.cc:510:7: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/post/src/camera/context.cc:591:46: style: Function 'add_subtree' argument 1 names different: declaration 'tree' definition 'ptree'. [funcArgNamesDifferent]
elmerfem-5396/post/src/camera/glp.h:143:44: note: Function 'add_subtree' argument 1 names different: declaration 'tree' definition 'ptree'.
elmerfem-5396/post/src/camera/context.cc:591:46: note: Function 'add_subtree' argument 1 names different: declaration 'tree' definition 'ptree'.
elmerfem-5396/post/src/camera/context.cc:608:43: style: Function 'add_tree' argument 1 names different: declaration 'tree' definition 'ptree'. [funcArgNamesDifferent]
elmerfem-5396/post/src/camera/glp.h:142:41: note: Function 'add_tree' argument 1 names different: declaration 'tree' definition 'ptree'.
elmerfem-5396/post/src/camera/context.cc:608:43: note: Function 'add_tree' argument 1 names different: declaration 'tree' definition 'ptree'.
elmerfem-5396/post/src/camera/context.cc:284:17: style: Unused variable: prim [unusedVariable]
elmerfem-5396/post/src/camera/context.cc:565:17: style: Unused variable: prim [unusedVariable]
elmerfem-5396/post/src/camera/context.cc:566:4: style: Unused variable: nextprim [unusedVariable]
elmerfem-5396/post/src/camera/glp.h:144:16: style: Technically the member function 'GLPcontext::get_vertex' can be const. [functionConst]
elmerfem-5396/post/src/camera/context.cc:507:15: note: Technically the member function 'GLPcontext::get_vertex' can be const.
elmerfem-5396/post/src/camera/glp.h:144:16: note: Technically the member function 'GLPcontext::get_vertex' can be const.
elmerfem-5396/post/src/camera/file.cc:469:38: style: Function 'DoOutputPS' argument 1 names different: declaration 'text' definition 't'. [funcArgNamesDifferent]
elmerfem-5396/post/src/camera/glpfile.h:66:37: note: Function 'DoOutputPS' argument 1 names different: declaration 'text' definition 't'.
elmerfem-5396/post/src/camera/file.cc:469:38: note: Function 'DoOutputPS' argument 1 names different: declaration 'text' definition 't'.
elmerfem-5396/post/src/camera/file.cc:283:17: style: Unused variable: prim [unusedVariable]
elmerfem-5396/post/src/camera/file.cc:98:3: style: Class 'GLPfile' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
elmerfem-5396/post/src/camera/file.cc:98:3: style: Class 'GLPfile' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
elmerfem-5396/post/src/camera/glpfile.h:63:8: style: The function 'EndPage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
elmerfem-5396/post/src/camera/glp.h:156:16: note: Virtual function in base class
elmerfem-5396/post/src/camera/glpfile.h:63:8: note: Function in derived class
elmerfem-5396/post/src/elements/10node_tetra.c:79:9: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/10node_tetra.c:79:11: style: The scope of the variable 'j' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/10node_tetra.c:195:13: style: The scope of the variable 'u' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/10node_tetra.c:195:15: style: The scope of the variable 'v' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/10node_tetra.c:195:17: style: The scope of the variable 'w' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/10node_triangle.c:340:25: error: Array index -1 is out of bounds. [negativeIndex]
elmerfem-5396/post/src/elements/10node_triangle.c:78:13: style: The scope of the variable 'u' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/10node_triangle.c:78:15: style: The scope of the variable 'v' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/10node_triangle.c:127:12: style: Unused variable: u [unusedVariable]
elmerfem-5396/post/src/elements/10node_triangle.c:127:14: style: Unused variable: v [unusedVariable]
elmerfem-5396/post/src/elements/10node_triangle.c:127:16: style: Unused variable: w [unusedVariable]
elmerfem-5396/post/src/elements/10node_triangle.c:127:18: style: Unused variable: s [unusedVariable]
elmerfem-5396/post/src/elements/10node_triangle.c:142:11: style: Unused variable: j [unusedVariable]
elmerfem-5396/post/src/elements/12node_quad.c:334:5: style: Variable 'ddu' is reassigned a value before the old one has been used. [redundantAssignment]
elmerfem-5396/post/src/elements/12node_quad.c:330:0: note: Variable 'ddu' is reassigned a value before the old one has been used.
elmerfem-5396/post/src/elements/12node_quad.c:334:5: note: Variable 'ddu' is reassigned a value before the old one has been used.
elmerfem-5396/post/src/elements/12node_quad.c:92:13: style: The scope of the variable 'u' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/12node_quad.c:92:15: style: The scope of the variable 'v' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/12node_quad.c:199:15: style: The scope of the variable 'q' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/12node_quad.c:199:19: style: The scope of the variable 's' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/12node_quad.c:200:16: style: The scope of the variable 'l' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/12node_quad.c:200:18: style: The scope of the variable 'n' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/12node_quad.c:243:15: style: The scope of the variable 'q' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/12node_quad.c:243:19: style: The scope of the variable 's' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/12node_quad.c:244:16: style: The scope of the variable 'l' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/12node_quad.c:244:18: style: The scope of the variable 'n' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/12node_quad.c:287:15: style: The scope of the variable 'q' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/12node_quad.c:287:19: style: The scope of the variable 's' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/12node_quad.c:288:16: style: The scope of the variable 'l' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/12node_quad.c:288:18: style: The scope of the variable 'n' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/12node_quad.c:157:11: style: Unused variable: j [unusedVariable]
elmerfem-5396/post/src/elements/12node_quad.c:423:29: style: Unused variable: uu [unusedVariable]
elmerfem-5396/post/src/elements/12node_quad.c:423:32: style: Unused variable: vv [unusedVariable]
elmerfem-5396/post/src/elements/12node_quad.c:423:35: style: Unused variable: ww [unusedVariable]
elmerfem-5396/post/src/elements/12node_quad.c:424:11: style: Unused variable: j [unusedVariable]
elmerfem-5396/post/src/elements/12node_quad.c:482:11: style: Unused variable: j [unusedVariable]
elmerfem-5396/post/src/elements/12node_quad.c:482:0: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/post/src/elements/13node_pyramid.c:78:9: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/13node_pyramid.c:78:11: style: The scope of the variable 'j' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/13node_pyramid.c:80:9: style: The scope of the variable 'PrismFace' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/13node_pyramid.c:139:13: style: Unused variable: u [unusedVariable]
elmerfem-5396/post/src/elements/13node_pyramid.c:139:15: style: Unused variable: v [unusedVariable]
elmerfem-5396/post/src/elements/13node_pyramid.c:139:17: style: Unused variable: w [unusedVariable]
elmerfem-5396/post/src/elements/13node_pyramid.c:140:10: style: Unused variable: i [unusedVariable]
elmerfem-5396/post/src/elements/13node_pyramid.c:140:12: style: Unused variable: j [unusedVariable]
elmerfem-5396/post/src/elements/13node_pyramid.c:191:10: style: Unused variable: i [unusedVariable]
elmerfem-5396/post/src/elements/13node_pyramid.c:236:10: style: Unused variable: i [unusedVariable]
elmerfem-5396/post/src/elements/13node_pyramid.c:290:10: style: Unused variable: i [unusedVariable]
elmerfem-5396/post/src/elements/13node_pyramid.c:344:10: style: Unused variable: i [unusedVariable]
elmerfem-5396/post/src/elements/16node_quad.c:384:5: style: Variable 'ddu' is reassigned a value before the old one has been used. [redundantAssignment]
elmerfem-5396/post/src/elements/16node_quad.c:380:0: note: Variable 'ddu' is reassigned a value before the old one has been used.
elmerfem-5396/post/src/elements/16node_quad.c:384:5: note: Variable 'ddu' is reassigned a value before the old one has been used.
elmerfem-5396/post/src/elements/16node_quad.c:94:13: style: The scope of the variable 'u' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/16node_quad.c:94:15: style: The scope of the variable 'v' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/16node_quad.c:252:15: style: The scope of the variable 'q' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/16node_quad.c:252:19: style: The scope of the variable 's' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/16node_quad.c:253:16: style: The scope of the variable 'n' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/16node_quad.c:295:15: style: The scope of the variable 'q' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/16node_quad.c:295:19: style: The scope of the variable 's' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/16node_quad.c:296:16: style: The scope of the variable 'n' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/16node_quad.c:338:15: style: The scope of the variable 'q' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/16node_quad.c:338:19: style: The scope of the variable 's' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/16node_quad.c:339:16: style: The scope of the variable 'n' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/16node_quad.c:208:11: style: Unused variable: j [unusedVariable]
elmerfem-5396/post/src/elements/20node_brick.c:125:9: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/20node_brick.c:125:11: style: The scope of the variable 'j' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/20node_brick.c:192:13: style: The scope of the variable 'u' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/20node_brick.c:192:15: style: The scope of the variable 'v' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/20node_brick.c:192:17: style: The scope of the variable 'w' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/20node_brick.c:519:12: style: Unused variable: f [unusedVariable]
elmerfem-5396/post/src/elements/20node_brick.c:519:17: style: Unused variable: c [unusedVariable]
elmerfem-5396/post/src/elements/20node_brick.c:519:22: style: Unused variable: x [unusedVariable]
elmerfem-5396/post/src/elements/20node_brick.c:519:27: style: Unused variable: y [unusedVariable]
elmerfem-5396/post/src/elements/20node_brick.c:519:32: style: Unused variable: z [unusedVariable]
elmerfem-5396/post/src/elements/20node_brick.c:519:37: style: Unused variable: u [unusedVariable]
elmerfem-5396/post/src/elements/20node_brick.c:519:42: style: Unused variable: v [unusedVariable]
elmerfem-5396/post/src/elements/20node_brick.c:519:47: style: Unused variable: w [unusedVariable]
elmerfem-5396/post/src/elements/20node_brick.c:520:11: style: Unused variable: j [unusedVariable]
elmerfem-5396/post/src/elements/20node_brick.c:520:13: style: Unused variable: k [unusedVariable]
elmerfem-5396/post/src/elements/27node_brick.c:128:9: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/27node_brick.c:128:11: style: The scope of the variable 'j' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/27node_brick.c:195:13: style: The scope of the variable 'u' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/27node_brick.c:195:15: style: The scope of the variable 'v' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/27node_brick.c:195:17: style: The scope of the variable 'w' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/27node_brick.c:554:12: style: Unused variable: f [unusedVariable]
elmerfem-5396/post/src/elements/27node_brick.c:554:17: style: Unused variable: c [unusedVariable]
elmerfem-5396/post/src/elements/27node_brick.c:554:22: style: Unused variable: x [unusedVariable]
elmerfem-5396/post/src/elements/27node_brick.c:554:27: style: Unused variable: y [unusedVariable]
elmerfem-5396/post/src/elements/27node_brick.c:554:32: style: Unused variable: z [unusedVariable]
elmerfem-5396/post/src/elements/27node_brick.c:554:37: style: Unused variable: u [unusedVariable]
elmerfem-5396/post/src/elements/27node_brick.c:554:42: style: Unused variable: v [unusedVariable]
elmerfem-5396/post/src/elements/27node_brick.c:554:47: style: Unused variable: w [unusedVariable]
elmerfem-5396/post/src/elements/27node_brick.c:555:11: style: Unused variable: j [unusedVariable]
elmerfem-5396/post/src/elements/27node_brick.c:555:13: style: Unused variable: k [unusedVariable]
elmerfem-5396/post/src/elements/3node_triangle.c:92:12: style: Unused variable: u [unusedVariable]
elmerfem-5396/post/src/elements/3node_triangle.c:92:14: style: Unused variable: v [unusedVariable]
elmerfem-5396/post/src/elements/3node_triangle.c:92:16: style: Unused variable: w [unusedVariable]
elmerfem-5396/post/src/elements/3node_triangle.c:92:18: style: Unused variable: s [unusedVariable]
elmerfem-5396/post/src/elements/3node_triangle.c:94:11: style: Unused variable: j [unusedVariable]
elmerfem-5396/post/src/elements/3node_triangle.c:277:9: style: Unused variable: i [unusedVariable]
elmerfem-5396/post/src/elements/4node_bar.c:83:13: style: The scope of the variable 'u' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/4node_bar.c:83:15: style: Unused variable: v [unusedVariable]
elmerfem-5396/post/src/elements/4node_quad.c:95:12: style: Unused variable: x [unusedVariable]
elmerfem-5396/post/src/elements/4node_quad.c:95:17: style: Unused variable: y [unusedVariable]
elmerfem-5396/post/src/elements/4node_quad.c:95:22: style: Unused variable: z [unusedVariable]
elmerfem-5396/post/src/elements/4node_quad.c:98:14: style: Unused variable: vertex [unusedVariable]
elmerfem-5396/post/src/elements/4node_quad.c:100:9: style: Unused variable: i [unusedVariable]
elmerfem-5396/post/src/elements/4node_quad.c:100:11: style: Unused variable: j [unusedVariable]
elmerfem-5396/post/src/elements/4node_quad.c:100:13: style: Unused variable: n [unusedVariable]
elmerfem-5396/post/src/elements/4node_quad_save.c:95:12: style: Unused variable: x [unusedVariable]
elmerfem-5396/post/src/elements/4node_quad_save.c:95:17: style: Unused variable: y [unusedVariable]
elmerfem-5396/post/src/elements/4node_quad_save.c:95:22: style: Unused variable: z [unusedVariable]
elmerfem-5396/post/src/elements/4node_quad_save.c:98:14: style: Unused variable: vertex [unusedVariable]
elmerfem-5396/post/src/elements/4node_quad_save.c:100:9: style: Unused variable: i [unusedVariable]
elmerfem-5396/post/src/elements/4node_quad_save.c:100:11: style: Unused variable: j [unusedVariable]
elmerfem-5396/post/src/elements/4node_quad_save.c:100:13: style: Unused variable: n [unusedVariable]
elmerfem-5396/post/src/elements/4node_tetra.c:92:9: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/4node_tetra.c:92:11: style: The scope of the variable 'j' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/4node_tetra.c:298:25: style: The scope of the variable 'I' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/4node_tetra.c:298:30: style: The scope of the variable 'j' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/4node_tetra.c:661:13: style: The scope of the variable 'u' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/4node_tetra.c:661:15: style: The scope of the variable 'v' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/4node_tetra.c:661:17: style: The scope of the variable 'w' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/4node_triangle.c:92:12: style: Unused variable: u [unusedVariable]
elmerfem-5396/post/src/elements/4node_triangle.c:92:14: style: Unused variable: v [unusedVariable]
elmerfem-5396/post/src/elements/4node_triangle.c:92:16: style: Unused variable: w [unusedVariable]
elmerfem-5396/post/src/elements/4node_triangle.c:92:18: style: Unused variable: s [unusedVariable]
elmerfem-5396/post/src/elements/4node_triangle.c:94:11: style: Unused variable: j [unusedVariable]
elmerfem-5396/post/src/elements/4node_triangle.c:277:9: style: Unused variable: i [unusedVariable]
elmerfem-5396/post/src/elements/5node_pyramid.c:78:9: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/5node_pyramid.c:78:11: style: The scope of the variable 'j' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/5node_pyramid.c:80:9: style: The scope of the variable 'PyramidFace' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/5node_pyramid.c:138:13: style: Unused variable: u [unusedVariable]
elmerfem-5396/post/src/elements/5node_pyramid.c:138:15: style: Unused variable: v [unusedVariable]
elmerfem-5396/post/src/elements/5node_pyramid.c:138:17: style: Unused variable: w [unusedVariable]
elmerfem-5396/post/src/elements/5node_pyramid.c:139:10: style: Unused variable: i [unusedVariable]
elmerfem-5396/post/src/elements/5node_pyramid.c:139:12: style: Unused variable: j [unusedVariable]
elmerfem-5396/post/src/elements/5node_pyramid.c:182:10: style: Unused variable: i [unusedVariable]
elmerfem-5396/post/src/elements/5node_pyramid.c:218:10: style: Unused variable: i [unusedVariable]
elmerfem-5396/post/src/elements/5node_pyramid.c:253:10: style: Unused variable: i [unusedVariable]
elmerfem-5396/post/src/elements/5node_pyramid.c:288:10: style: Unused variable: i [unusedVariable]
elmerfem-5396/post/src/elements/5node_quad.c:80:13: style: The scope of the variable 'u' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/5node_quad.c:80:15: style: The scope of the variable 'v' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/5node_quad.c:190:40: style: Variable 'uuv' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/post/src/elements/5node_quad.c:190:49: style: Variable 'uvv' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/post/src/elements/5node_quad.c:226:22: style: Variable 'uv' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/post/src/elements/5node_quad.c:226:29: style: Variable 'vv' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/post/src/elements/5node_quad.c:257:29: style: Variable 'uv' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/post/src/elements/6node_triangle.c:85:13: style: The scope of the variable 'u' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/6node_triangle.c:85:15: style: The scope of the variable 'v' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/6node_triangle.c:128:12: style: Unused variable: u [unusedVariable]
elmerfem-5396/post/src/elements/6node_triangle.c:128:14: style: Unused variable: v [unusedVariable]
elmerfem-5396/post/src/elements/6node_triangle.c:128:16: style: Unused variable: w [unusedVariable]
elmerfem-5396/post/src/elements/6node_triangle.c:128:18: style: Unused variable: s [unusedVariable]
elmerfem-5396/post/src/elements/6node_triangle.c:139:11: style: Unused variable: j [unusedVariable]
elmerfem-5396/post/src/elements/6node_wedge.c:92:9: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/6node_wedge.c:92:11: style: The scope of the variable 'j' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/6node_wedge.c:154:13: style: The scope of the variable 'u' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/6node_wedge.c:154:15: style: The scope of the variable 'v' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/6node_wedge.c:154:17: style: The scope of the variable 'w' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/8node_brick.c:92:9: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/8node_brick.c:92:11: style: The scope of the variable 'j' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/8node_brick.c:146:13: style: The scope of the variable 'u' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/8node_brick.c:146:15: style: The scope of the variable 'v' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/8node_brick.c:146:17: style: The scope of the variable 'w' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/8node_quad.c:89:13: style: The scope of the variable 'u' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/8node_quad.c:89:15: style: The scope of the variable 'v' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/8node_tetra.c:92:9: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/8node_tetra.c:92:11: style: The scope of the variable 'j' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/8node_tetra.c:298:25: style: The scope of the variable 'I' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/8node_tetra.c:298:30: style: The scope of the variable 'j' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/8node_tetra.c:661:13: style: The scope of the variable 'u' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/8node_tetra.c:661:15: style: The scope of the variable 'v' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/8node_tetra.c:661:17: style: The scope of the variable 'w' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/9node_quad.c:89:13: style: The scope of the variable 'u' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/9node_quad.c:89:15: style: The scope of the variable 'v' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:81:11: style: The scope of the variable 'n' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:83:12: style: The scope of the variable 'u' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:83:14: style: The scope of the variable 'v' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:83:18: style: The scope of the variable 'detA' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:83:23: style: The scope of the variable 'Auv' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:83:27: style: The scope of the variable 'Avu' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:83:31: style: The scope of the variable 'Auu' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:83:35: style: The scope of the variable 'Avv' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:83:39: style: The scope of the variable 'dXdU' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:83:44: style: The scope of the variable 'dYdU' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:83:49: style: The scope of the variable 'dXdV' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:83:54: style: The scope of the variable 'dYdV' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:83:59: style: The scope of the variable 'dZdU' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:83:64: style: The scope of the variable 'dZdV' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:83:69: style: The scope of the variable 'dFdU' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:83:74: style: The scope of the variable 'dFdV' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:180:12: style: The scope of the variable 'u' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:180:14: style: The scope of the variable 'v' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:180:16: style: The scope of the variable 'w' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:180:20: style: The scope of the variable 'detJ' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:182:12: style: The scope of the variable 'Jux' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:182:16: style: The scope of the variable 'Juy' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:182:20: style: The scope of the variable 'Juz' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:182:24: style: The scope of the variable 'Jvx' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:182:28: style: The scope of the variable 'Jvy' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:182:32: style: The scope of the variable 'Jvz' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:182:36: style: The scope of the variable 'Jwx' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:182:40: style: The scope of the variable 'Jwy' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:182:44: style: The scope of the variable 'Jwz' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:183:12: style: The scope of the variable 'Kxu' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:183:16: style: The scope of the variable 'Kxv' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:183:20: style: The scope of the variable 'Kxw' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:183:24: style: The scope of the variable 'Kyu' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:183:28: style: The scope of the variable 'Kyv' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:183:32: style: The scope of the variable 'Kyw' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:183:36: style: The scope of the variable 'Kzu' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:183:40: style: The scope of the variable 'Kzv' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:183:44: style: The scope of the variable 'Kzw' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:184:12: style: The scope of the variable 'dFdU' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:184:18: style: The scope of the variable 'dFdV' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:184:24: style: The scope of the variable 'dFdW' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:186:11: style: The scope of the variable 'n' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:406:20: style: The scope of the variable 'detA' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:408:12: style: The scope of the variable 'Auu' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:408:16: style: The scope of the variable 'Auv' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:408:20: style: The scope of the variable 'Avu' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:408:24: style: The scope of the variable 'Avv' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:412:19: style: The scope of the variable 'dFudV' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:413:12: style: The scope of the variable 'dFvdU' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:416:11: style: The scope of the variable 'n' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:616:20: style: The scope of the variable 'detA' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:618:12: style: The scope of the variable 'Auu' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:618:16: style: The scope of the variable 'Auv' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:618:20: style: The scope of the variable 'Auw' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:618:24: style: The scope of the variable 'Avu' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:618:28: style: The scope of the variable 'Avv' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:618:32: style: The scope of the variable 'Avw' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:618:36: style: The scope of the variable 'Awu' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:618:40: style: The scope of the variable 'Awv' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:618:44: style: The scope of the variable 'Aww' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:623:12: style: The scope of the variable 'dFudU' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:623:19: style: The scope of the variable 'dFudV' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:623:26: style: The scope of the variable 'dFudW' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:624:12: style: The scope of the variable 'dFvdU' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:624:19: style: The scope of the variable 'dFvdV' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:624:26: style: The scope of the variable 'dFvdW' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:625:12: style: The scope of the variable 'dFwdU' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:625:19: style: The scope of the variable 'dFwdV' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:625:26: style: The scope of the variable 'dFwdW' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:627:11: style: The scope of the variable 'n' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:872:19: style: The scope of the variable 's' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:876:12: style: The scope of the variable 'Auu' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:876:16: style: The scope of the variable 'Auv' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:876:20: style: The scope of the variable 'Avu' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:876:24: style: The scope of the variable 'Avv' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:877:12: style: The scope of the variable 'Buu' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:877:16: style: The scope of the variable 'Buv' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:877:20: style: The scope of the variable 'Bvu' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:877:24: style: The scope of the variable 'Bvv' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:879:12: style: The scope of the variable 'dXdU' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:879:17: style: The scope of the variable 'dYdU' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:879:22: style: The scope of the variable 'dZdU' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:880:12: style: The scope of the variable 'dXdV' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:880:17: style: The scope of the variable 'dYdV' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:880:22: style: The scope of the variable 'dZdV' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:882:12: style: The scope of the variable 'dFudU' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:883:19: style: The scope of the variable 'dFvdV' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:886:11: style: The scope of the variable 'n' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:985:19: style: The scope of the variable 's' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:989:12: style: The scope of the variable 'Auu' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:989:16: style: The scope of the variable 'Auv' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:989:20: style: The scope of the variable 'Auw' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:989:24: style: The scope of the variable 'Avu' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:989:28: style: The scope of the variable 'Avv' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:989:32: style: The scope of the variable 'Avw' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:989:36: style: The scope of the variable 'Awu' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:989:40: style: The scope of the variable 'Awv' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:989:44: style: The scope of the variable 'Aww' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:990:12: style: The scope of the variable 'Buu' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:990:16: style: The scope of the variable 'Buv' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:990:20: style: The scope of the variable 'Buw' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:990:24: style: The scope of the variable 'Bvu' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:990:28: style: The scope of the variable 'Bvv' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:990:32: style: The scope of the variable 'Bvw' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:990:36: style: The scope of the variable 'Bwu' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:990:40: style: The scope of the variable 'Bwv' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:990:44: style: The scope of the variable 'Bww' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:992:12: style: The scope of the variable 'dXdU' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:992:17: style: The scope of the variable 'dXdV' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:992:22: style: The scope of the variable 'dXdW' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:993:12: style: The scope of the variable 'dYdU' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:993:17: style: The scope of the variable 'dYdV' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:993:22: style: The scope of the variable 'dYdW' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:994:12: style: The scope of the variable 'dZdU' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:994:17: style: The scope of the variable 'dZdV' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:994:22: style: The scope of the variable 'dZdW' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:998:11: style: The scope of the variable 'n' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:1233:11: style: The scope of the variable 'n' can be reduced. [variableScope]
elmerfem-5396/post/src/elements/math.c:83:16: style: Unused variable: a [unusedVariable]
elmerfem-5396/post/src/elements/math.c:105:9: style: Variable 'dZdU' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/post/src/elements/math.c:110:9: style: Variable 'dZdV' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/post/src/elements/math.c:180:18: style: Unused variable: a [unusedVariable]
elmerfem-5396/post/src/elements/math.c:406:16: style: Unused variable: w [unusedVariable]
elmerfem-5396/post/src/elements/math.c:406:18: style: Unused variable: a [unusedVariable]
elmerfem-5396/post/src/elements/math.c:412:12: style: Unused variable: dFudU [unusedVariable]
elmerfem-5396/post/src/elements/math.c:413:19: style: Unused variable: dFvdV [unusedVariable]
elmerfem-5396/post/src/elements/math.c:414:12: style: Unused variable: dFwdU [unusedVariable]
elmerfem-5396/post/src/elements/math.c:414:19: style: Unused variable: dFwdV [unusedVariable]
elmerfem-5396/post/src/elements/math.c:616:18: style: Unused variable: a [unusedVariable]
elmerfem-5396/post/src/elements/math.c:680:9: style: Variable 'dFudU' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/post/src/elements/math.c:689:9: style: Variable 'dFvdV' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/post/src/elements/math.c:698:9: style: Variable 'dFwdW' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/post/src/elements/math.c:874:16: style: Unused variable: w [unusedVariable]
elmerfem-5396/post/src/elements/math.c:874:18: style: Unused variable: a [unusedVariable]
elmerfem-5396/post/src/elements/math.c:882:19: style: Unused variable: dFudV [unusedVariable]
elmerfem-5396/post/src/elements/math.c:883:12: style: Unused variable: dFvdU [unusedVariable]
elmerfem-5396/post/src/elements/math.c:884:12: style: Unused variable: dFwdU [unusedVariable]
elmerfem-5396/post/src/elements/math.c:884:19: style: Unused variable: dFwdV [unusedVariable]
elmerfem-5396/post/src/elements/math.c:987:18: style: Unused variable: a [unusedVariable]
elmerfem-5396/post/src/elements/math.c:996:12: style: Unused variable: dFudU [unusedVariable]
elmerfem-5396/post/src/elements/math.c:996:19: style: Unused variable: dFvdV [unusedVariable]
elmerfem-5396/post/src/elements/math.c:996:26: style: Unused variable: dFwdW [unusedVariable]
elmerfem-5396/post/src/elements/math.c:1242:12: style: Unused variable: a [unusedVariable]
elmerfem-5396/post/src/geometry.c:77:16: style: The scope of the variable 'str' can be reduced. [variableScope]
elmerfem-5396/post/src/geometry.c:166:9: style: The scope of the variable 'swap' can be reduced. [variableScope]
elmerfem-5396/post/src/geometry.c:231:9: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/post/src/geometry.c:303:22: style: The scope of the variable 'tri' can be reduced. [variableScope]
elmerfem-5396/post/src/geometry.c:307:9: style: Unused variable: i [unusedVariable]
elmerfem-5396/post/src/geometry.c:307:72: style: Unused variable: w0 [unusedVariable]
elmerfem-5396/post/src/geometry.c:307:75: style: Unused variable: w1 [unusedVariable]
elmerfem-5396/post/src/geometry.c:307:78: style: Unused variable: w2 [unusedVariable]
elmerfem-5396/post/src/geometry.c:407:38: style: Unused variable: uu [unusedVariable]
elmerfem-5396/post/src/geometry.c:407:41: style: Unused variable: vv [unusedVariable]
elmerfem-5396/post/src/geometry.c:407:44: style: Unused variable: ww [unusedVariable]
elmerfem-5396/post/src/geometry.c:479:13: style: Unused variable: k [unusedVariable]
elmerfem-5396/post/src/glaux/glaux.c:194:9: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/post/src/glaux/shapes.c:84:20: style: The scope of the variable 'quadObj' can be reduced. [variableScope]
elmerfem-5396/post/src/glaux/shapes.c:108:20: style: The scope of the variable 'quadObj' can be reduced. [variableScope]
elmerfem-5396/post/src/glaux/shapes.c:285:20: style: The scope of the variable 'quadObj' can be reduced. [variableScope]
elmerfem-5396/post/src/glaux/shapes.c:315:20: style: The scope of the variable 'quadObj' can be reduced. [variableScope]
elmerfem-5396/post/src/glaux/shapes.c:537:20: style: The scope of the variable 'quadObj' can be reduced. [variableScope]
elmerfem-5396/post/src/glaux/shapes.c:563:20: style: The scope of the variable 'quadObj' can be reduced. [variableScope]
elmerfem-5396/post/src/glaux/shapes.c:1022:0: style: Variable 'found' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/post/src/glaux_mingw/src/glaux.c:200:9: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/post/src/glaux_mingw/src/shapes.c:657:17: style: Condition 'inited==0' is always true [knownConditionTrueFalse]
elmerfem-5396/post/src/glaux_mingw/src/shapes.c:655:25: note: Assignment 'inited=0', assigned value is 0
elmerfem-5396/post/src/glaux_mingw/src/shapes.c:657:17: note: Condition 'inited==0' is always true
elmerfem-5396/post/src/glaux_mingw/src/shapes.c:657:17: style: Same expression on both sides of '==' because the value of 'inited' and '0' are the same. [duplicateExpression]
elmerfem-5396/post/src/glaux_mingw/src/shapes.c:655:25: note: 'inited' is assigned value '0' here.
elmerfem-5396/post/src/glaux_mingw/src/shapes.c:657:17: note: Same expression on both sides of '==' because the value of 'inited' and '0' are the same.
elmerfem-5396/post/src/glaux_mingw/src/shapes.c:658:9: style: Variable 'inited' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/post/src/glaux_mingw/src/tk.c:887:11: style: The scope of the variable 'intensity' can be reduced. [variableScope]
elmerfem-5396/post/src/glaux_mingw/src/tk.c:916:33: style: The scope of the variable 'pPfd' can be reduced. [variableScope]
elmerfem-5396/post/src/glaux_mingw/src/tk.c:917:19: style: The scope of the variable 'Entries' can be reduced. [variableScope]
elmerfem-5396/post/src/glaux_mingw/src/tk.c:1448:9: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/post/src/glaux_mingw/src/tk.c:1863:19: style: The scope of the variable 'Entry' can be reduced. [variableScope]
elmerfem-5396/post/src/glaux_mingw/src/tk.c:1919:33: style: The scope of the variable 'pPfd' can be reduced. [variableScope]
elmerfem-5396/post/src/glaux_mingw/src/tk.c:2152:21: style: The scope of the variable 'Score' can be reduced. [variableScope]
elmerfem-5396/post/src/glaux_mingw/src/tk.c:1917:23: style: Function 'CreateRGBPalette' argument 1 names different: declaration 'hdc' definition 'Dc'. [funcArgNamesDifferent]
elmerfem-5396/post/src/glaux_mingw/src/tk.c:217:39: note: Function 'CreateRGBPalette' argument 1 names different: declaration 'hdc' definition 'Dc'.
elmerfem-5396/post/src/glaux_mingw/src/tk.c:1917:23: note: Function 'CreateRGBPalette' argument 1 names different: declaration 'hdc' definition 'Dc'.
elmerfem-5396/post/src/glaux_mingw/src/tk.c:570:24: style: Variable 'bGetVersionExRet' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/post/src/glaux_mingw/src/tkdib.c:191:5: style: Variable 'hFile' is reassigned a value before the old one has been used. [redundantAssignment]
elmerfem-5396/post/src/glaux_mingw/src/tkdib.c:178:0: note: Variable 'hFile' is reassigned a value before the old one has been used.
elmerfem-5396/post/src/glaux_mingw/src/tkdib.c:191:5: note: Variable 'hFile' is reassigned a value before the old one has been used.
elmerfem-5396/post/src/glaux_mingw/src/tkimage.c:74:20: style: The scope of the variable 'rowStart' can be reduced. [variableScope]
elmerfem-5396/post/src/glaux_mingw/src/tkimage.c:74:31: style: The scope of the variable 'rowSize' can be reduced. [variableScope]
elmerfem-5396/post/src/glaux_mingw/src/tkimage.c:74:40: style: The scope of the variable 'ulTmp' can be reduced. [variableScope]
elmerfem-5396/post/src/glaux_mingw/src/tkimage.c:75:9: style: The scope of the variable 'x' can be reduced. [variableScope]
elmerfem-5396/post/src/glaux_mingw/src/tkimage.c:168:20: style: The scope of the variable 'iPtr' can be reduced. [variableScope]
elmerfem-5396/post/src/glaux_mingw/src/tkimage.c:168:27: style: The scope of the variable 'oPtr' can be reduced. [variableScope]
elmerfem-5396/post/src/glaux_mingw/src/tkimage.c:168:33: style: The scope of the variable 'pixel' can be reduced. [variableScope]
elmerfem-5396/post/src/glaux_mingw/src/tkimage.c:169:9: style: The scope of the variable 'count' can be reduced. [variableScope]
elmerfem-5396/post/src/graphics/graphics.c:197:15: style: Unused variable: TexEnabled [unusedVariable]
elmerfem-5396/post/src/graphics/graphics.c:197:26: style: Unused variable: DepthEnabled [unusedVariable]
elmerfem-5396/post/src/graphics/gutil1.c:362:27: error: Array 'coords[3][3]' index coords[3][0] out of bounds. [arrayIndexOutOfBounds]
elmerfem-5396/post/src/graphics/gutil1.c:346:10: note: (1st array index) Assignment 'k=3', assigned value is 3
elmerfem-5396/post/src/graphics/gutil1.c:362:27: note: Array index out of bounds
elmerfem-5396/post/src/graphics/gutil1.c:363:27: error: Array 'coords[3][3]' index coords[3][1] out of bounds. [arrayIndexOutOfBounds]
elmerfem-5396/post/src/graphics/gutil1.c:346:10: note: (1st array index) Assignment 'k=3', assigned value is 3
elmerfem-5396/post/src/graphics/gutil1.c:363:27: note: Array index out of bounds
elmerfem-5396/post/src/graphics/gutil1.c:364:27: error: Array 'coords[3][3]' index coords[3][2] out of bounds. [arrayIndexOutOfBounds]
elmerfem-5396/post/src/graphics/gutil1.c:346:10: note: (1st array index) Assignment 'k=3', assigned value is 3
elmerfem-5396/post/src/graphics/gutil1.c:364:27: note: Array index out of bounds
elmerfem-5396/post/src/graphics/gutil1.c:365:27: error: Array 'normal[3][3]' index normal[3][0] out of bounds. [arrayIndexOutOfBounds]
elmerfem-5396/post/src/graphics/gutil1.c:346:10: note: (1st array index) Assignment 'k=3', assigned value is 3
elmerfem-5396/post/src/graphics/gutil1.c:365:27: note: Array index out of bounds
elmerfem-5396/post/src/graphics/gutil1.c:366:27: error: Array 'normal[3][3]' index normal[3][1] out of bounds. [arrayIndexOutOfBounds]
elmerfem-5396/post/src/graphics/gutil1.c:346:10: note: (1st array index) Assignment 'k=3', assigned value is 3
elmerfem-5396/post/src/graphics/gutil1.c:366:27: note: Array index out of bounds
elmerfem-5396/post/src/graphics/gutil1.c:367:27: error: Array 'normal[3][3]' index normal[3][2] out of bounds. [arrayIndexOutOfBounds]
elmerfem-5396/post/src/graphics/gutil1.c:346:10: note: (1st array index) Assignment 'k=3', assigned value is 3
elmerfem-5396/post/src/graphics/gutil1.c:367:27: note: Array index out of bounds
elmerfem-5396/post/src/graphics/gutil1.c:368:26: error: Array 'color[3]' accessed at index 3, which is out of bounds. [arrayIndexOutOfBounds]
elmerfem-5396/post/src/graphics/gutil1.c:346:10: note: Assignment 'k=3', assigned value is 3
elmerfem-5396/post/src/graphics/gutil1.c:368:26: note: Array index out of bounds
elmerfem-5396/post/src/graphics/gutil1.c:369:16: error: Array 'color[3]' accessed at index 3, which is out of bounds. [arrayIndexOutOfBounds]
elmerfem-5396/post/src/graphics/gutil1.c:346:10: note: Assignment 'k=3', assigned value is 3
elmerfem-5396/post/src/graphics/gutil1.c:369:16: note: Array index out of bounds
elmerfem-5396/post/src/graphics/gutil1.c:67:11: style: The scope of the variable 'r' can be reduced. [variableScope]
elmerfem-5396/post/src/graphics/gutil1.c:67:13: style: The scope of the variable 'g' can be reduced. [variableScope]
elmerfem-5396/post/src/graphics/gutil1.c:67:15: style: The scope of the variable 'b' can be reduced. [variableScope]
elmerfem-5396/post/src/graphics/gutil1.c:80:11: style: The scope of the variable 'r' can be reduced. [variableScope]
elmerfem-5396/post/src/graphics/gutil1.c:80:13: style: The scope of the variable 'g' can be reduced. [variableScope]
elmerfem-5396/post/src/graphics/gutil1.c:80:15: style: The scope of the variable 'b' can be reduced. [variableScope]
elmerfem-5396/post/src/graphics/gutil1.c:81:9: style: The scope of the variable 'ncolor' can be reduced. [variableScope]
elmerfem-5396/post/src/graphics/gutil1.c:452:8: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/post/src/graphics/gutil1.c:142:23: style: Variable 'CurrentMaterial' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/post/src/graphics/gutil1.c:230:9: style: Unused variable: i [unusedVariable]
elmerfem-5396/post/src/graphics/gutil1.c:230:11: style: Unused variable: j [unusedVariable]
elmerfem-5396/post/src/graphics/gutil1.c:524:9: style: Unused variable: j [unusedVariable]
elmerfem-5396/post/src/graphics/gutil1.c:613:11: style: Unused variable: r [unusedVariable]
elmerfem-5396/post/src/graphics/gutil1.c:613:13: style: Unused variable: g [unusedVariable]
elmerfem-5396/post/src/graphics/gutil1.c:613:15: style: Unused variable: b [unusedVariable]
elmerfem-5396/post/src/graphics/gutil1.c:614:9: style: Unused variable: ncolor [unusedVariable]
elmerfem-5396/post/src/graphics/gutil2.c:273:9: style: Unused variable: i [unusedVariable]
elmerfem-5396/post/src/graphics/gutil2.c:349:9: style: Unused variable: i [unusedVariable]
elmerfem-5396/post/src/modules/matctcl.c:74:8: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/post/src/modules/readfile.c:525:14: style: Variable 'Var1' is reassigned a value before the old one has been used. [redundantAssignment]
elmerfem-5396/post/src/modules/readfile.c:519:14: note: Variable 'Var1' is reassigned a value before the old one has been used.
elmerfem-5396/post/src/modules/readfile.c:525:14: note: Variable 'Var1' is reassigned a value before the old one has been used.
elmerfem-5396/post/src/modules/readfile.c:128:13: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
elmerfem-5396/post/src/modules/readfile.c:137:20: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
elmerfem-5396/post/src/modules/readfile.c:212:16: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
elmerfem-5396/post/src/modules/readfile.c:216:16: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
elmerfem-5396/post/src/modules/readfile.c:225:13: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
elmerfem-5396/post/src/modules/readfile.c:114:9: error: Resource leak: fp [resourceLeak]
elmerfem-5396/post/src/modules/transforms.c:70:16: style: Variable 'first' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/post/src/modules/transforms.c:71:0: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/post/src/modules/transforms.c:71:0: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/post/src/modules/transforms.c:71:0: style: Variable 'z' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/post/src/modules/transforms.c:94:16: style: Variable 'first' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/post/src/modules/transforms.c:95:0: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/post/src/modules/transforms.c:95:0: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/post/src/modules/transforms.c:95:0: style: Variable 'z' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/post/src/modules/transforms.c:128:16: style: Variable 'first' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/post/src/modules/transforms.c:154:18: style: Variable 'first' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/post/src/modules/transforms.c:180:18: style: Variable 'first' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/post/src/objects/transformations.c:441:14: style: The scope of the variable 'axis' can be reduced. [variableScope]
elmerfem-5396/post/src/objects/transformations.c:782:12: style: The scope of the variable 's' can be reduced. [variableScope]
elmerfem-5396/post/src/objects/transformations.c:253:10: style: Unused variable: i [unusedVariable]
elmerfem-5396/post/src/objects/transformations.c:288:10: style: Unused variable: i [unusedVariable]
elmerfem-5396/post/src/objects/transformations.c:913:31: style: Variable 'transform' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/post/src/plugins/savejpg.c:59:5: warning: The buffer 'fname' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
elmerfem-5396/post/src/plugins/savempg.c:268:7: warning: The buffer 'fname' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
elmerfem-5396/post/src/plugins/savempg.c:320:7: error: Memory leak: ROW [memleak]
elmerfem-5396/post/src/plugins/savempg.c:320:7: error: Memory leak: YUV [memleak]
elmerfem-5396/post/src/plugins/savempg.c:320:7: error: Memory leak: MPG [memleak]
elmerfem-5396/post/src/plugins/savempg.c:339:7: error: Memory leak: ROW [memleak]
elmerfem-5396/post/src/plugins/savempg.c:339:7: error: Memory leak: YUV [memleak]
elmerfem-5396/post/src/plugins/savempg.c:339:7: error: Memory leak: MPG [memleak]
elmerfem-5396/post/src/plugins/savempg.c:361:7: error: Memory leak: ROW [memleak]
elmerfem-5396/post/src/plugins/savempg.c:361:7: error: Memory leak: YUV [memleak]
elmerfem-5396/post/src/plugins/savempg.c:361:7: error: Memory leak: MPG [memleak]
elmerfem-5396/post/src/plugins/savempg.c:395:5: error: Memory leak: ROW [memleak]
elmerfem-5396/post/src/plugins/savempg.c:395:5: error: Memory leak: YUV [memleak]
elmerfem-5396/post/src/plugins/savempg.c:395:5: error: Memory leak: MPG [memleak]
elmerfem-5396/post/src/plugins/savepng.c:58:5: warning: The buffer 'fname' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
elmerfem-5396/post/src/plugins/savepng.c:92:5: error: Resource leak: image [resourceLeak]
elmerfem-5396/post/src/plugins/savepng.c:130:0: error: Memory leak: row_pointers [memleak]
elmerfem-5396/post/src/plugins/savetiff.c:51:5: warning: The buffer 'fname' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
elmerfem-5396/post/src/screensave.c:52:7: warning: The buffer 'fname' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
elmerfem-5396/post/src/sico2elmer/sico2elmerc.c:1794:9: style: Function 'get_glaciation_info' argument 4 names different: declaration 'mask' definition 'maske'. [funcArgNamesDifferent]
elmerfem-5396/post/src/sico2elmer/sico2elmer.h:127:9: note: Function 'get_glaciation_info' argument 4 names different: declaration 'mask' definition 'maske'.
elmerfem-5396/post/src/sico2elmer/sico2elmerc.c:1794:9: note: Function 'get_glaciation_info' argument 4 names different: declaration 'mask' definition 'maske'.
elmerfem-5396/post/src/sico2elmer/sico2elmerc.c:1818:21: style: Variable 'nodes_in_layer' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/post/src/teksti.c:28:9: style: Unused variable: n [unusedVariable]
elmerfem-5396/post/src/teksti.c:28:11: style: Unused variable: i [unusedVariable]
elmerfem-5396/post/src/teksti.c:29:17: style: Variable 'str' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/post/src/teksti.c:29:26: style: Variable 'here' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/post/src/tk/getset.c:135:9: style: The scope of the variable 'rShift' can be reduced. [variableScope]
elmerfem-5396/post/src/tk/getset.c:135:17: style: The scope of the variable 'gShift' can be reduced. [variableScope]
elmerfem-5396/post/src/tk/getset.c:135:25: style: The scope of the variable 'bShift' can be reduced. [variableScope]
elmerfem-5396/post/src/tk/getset.c:215:20: style: The scope of the variable 'buf' can be reduced. [variableScope]
elmerfem-5396/post/src/tk/getset.c:216:9: style: The scope of the variable 'max' can be reduced. [variableScope]
elmerfem-5396/post/src/tk/getset.c:216:14: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/post/src/tk/image.c:34:19: style: The scope of the variable 'b1' can be reduced. [variableScope]
elmerfem-5396/post/src/tk/image.c:34:23: style: The scope of the variable 'b2' can be reduced. [variableScope]
elmerfem-5396/post/src/tk/image.c:47:19: style: The scope of the variable 'b1' can be reduced. [variableScope]
elmerfem-5396/post/src/tk/image.c:47:23: style: The scope of the variable 'b2' can be reduced. [variableScope]
elmerfem-5396/post/src/tk/image.c:47:27: style: The scope of the variable 'b3' can be reduced. [variableScope]
elmerfem-5396/post/src/tk/image.c:47:31: style: The scope of the variable 'b4' can be reduced. [variableScope]
elmerfem-5396/post/src/tk/image.c:68:9: style: The scope of the variable 'x' can be reduced. [variableScope]
elmerfem-5396/post/src/tk/image.c:136:20: style: The scope of the variable 'iPtr' can be reduced. [variableScope]
elmerfem-5396/post/src/tk/image.c:136:27: style: The scope of the variable 'oPtr' can be reduced. [variableScope]
elmerfem-5396/post/src/tk/image.c:136:33: style: The scope of the variable 'pixel' can be reduced. [variableScope]
elmerfem-5396/post/src/tk/image.c:137:9: style: The scope of the variable 'count' can be reduced. [variableScope]
elmerfem-5396/post/src/tk/shapes.c:264:11: style: The scope of the variable 'theta1' can be reduced. [variableScope]
elmerfem-5396/post/src/tk/shapes.c:264:25: style: The scope of the variable 'theta2' can be reduced. [variableScope]
elmerfem-5396/post/src/tk/shapes.c:331:11: style: The scope of the variable 'theta1' can be reduced. [variableScope]
elmerfem-5396/post/src/tk/shapes.c:331:25: style: The scope of the variable 'theta2' can be reduced. [variableScope]
elmerfem-5396/post/src/tk/tkwndws.c:535:11: style: The scope of the variable 'intensity' can be reduced. [variableScope]
elmerfem-5396/post/src/tk/tkwndws.c:563:9: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/post/src/tk/tkwndws.c:918:17: style: The scope of the variable 'LogicalPalette' can be reduced. [variableScope]
elmerfem-5396/post/src/visuals/arrows.c:349:31: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/post/src/visuals/arrows.c:350:31: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/post/src/visuals/arrows.c:351:31: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/post/src/visuals/arrows.c:352:31: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/post/src/visuals/colscale.c:126:12: warning: Either the condition '!ColorData' is redundant or there is possible null pointer dereference: ColorData. [nullPointerRedundantCheck]
elmerfem-5396/post/src/visuals/colscale.c:124:10: note: Assuming that condition '!ColorData' is not redundant
elmerfem-5396/post/src/visuals/colscale.c:126:12: note: Null pointer dereference
elmerfem-5396/post/src/visuals/colscale.c:128:15: warning: Either the condition '!ColorData' is redundant or there is possible null pointer dereference: ColorData. [nullPointerRedundantCheck]
elmerfem-5396/post/src/visuals/colscale.c:124:10: note: Assuming that condition '!ColorData' is not redundant
elmerfem-5396/post/src/visuals/colscale.c:128:15: note: Null pointer dereference
elmerfem-5396/post/src/visuals/colscale.c:129:13: warning: Either the condition '!ColorData' is redundant or there is possible null pointer dereference: ColorData. [nullPointerRedundantCheck]
elmerfem-5396/post/src/visuals/colscale.c:124:10: note: Assuming that condition '!ColorData' is not redundant
elmerfem-5396/post/src/visuals/colscale.c:129:13: note: Null pointer dereference
elmerfem-5396/post/src/visuals/colscale.c:130:24: warning: Either the condition '!ColorData' is redundant or there is possible null pointer dereference: ColorData. [nullPointerRedundantCheck]
elmerfem-5396/post/src/visuals/colscale.c:124:10: note: Assuming that condition '!ColorData' is not redundant
elmerfem-5396/post/src/visuals/colscale.c:130:24: note: Null pointer dereference
elmerfem-5396/post/src/visuals/colscale.c:369:36: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/post/src/visuals/colscale.c:370:36: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/post/src/visuals/colscale.c:371:36: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/post/src/visuals/colscale.c:372:36: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/post/src/visuals/colscale.c:374:36: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/post/src/visuals/colscale.c:93:23: style: The scope of the variable 'C' can be reduced. [variableScope]
elmerfem-5396/post/src/visuals/colscale.c:93:27: style: The scope of the variable 'xl' can be reduced. [variableScope]
elmerfem-5396/post/src/visuals/colscale.c:91:11: style: Unused variable: j [unusedVariable]
elmerfem-5396/post/src/visuals/colscale.c:135:8: style: Variable 'CScl' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/post/src/visuals/colscale.c:134:8: style: Variable 'CAdd' is assigned a value that is never used. [unreadVariable]
elmerfem-5396/post/src/visuals/contour_lines.c:386:37: portability: Casting from double ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/post/src/visuals/contour_lines.c:389:37: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/post/src/visuals/contour_lines.c:101:19: style: The scope of the variable 'x' can be reduced. [variableScope]
elmerfem-5396/post/src/visuals/contour_lines.c:102:19: style: The scope of the variable 'y' can be reduced. [variableScope]
elmerfem-5396/post/src/visuals/contour_lines.c:103:19: style: The scope of the variable 'z' can be reduced. [variableScope]
elmerfem-5396/post/src/visuals/contour_lines.c:104:19: style: The scope of the variable 'f' can be reduced. [variableScope]
elmerfem-5396/post/src/visuals/contour_lines.c:105:19: style: The scope of the variable 'c' can be reduced. [variableScope]
elmerfem-5396/post/src/visuals/contour_lines.c:107:9: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/post/src/visuals/contour_lines.c:107:13: style: The scope of the variable 'n' can be reduced. [variableScope]
elmerfem-5396/post/src/visuals/contour_lines.c:107:11: style: Unused variable: j [unusedVariable]
elmerfem-5396/post/src/visuals/isosurface.c:438:36: portability: Casting from double ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/post/src/visuals/isosurface.c:441:36: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/post/src/visuals/isosurface.c:114:19: style: The scope of the variable 'x' can be reduced. [variableScope]
elmerfem-5396/post/src/visuals/isosurface.c:115:19: style: The scope of the variable 'y' can be reduced. [variableScope]
elmerfem-5396/post/src/visuals/isosurface.c:116:19: style: The scope of the variable 'z' can be reduced. [variableScope]
elmerfem-5396/post/src/visuals/isosurface.c:117:19: style: The scope of the variable 'f' can be reduced. [variableScope]
elmerfem-5396/post/src/visuals/isosurface.c:118:19: style: The scope of the variable 'c' can be reduced. [variableScope]
elmerfem-5396/post/src/visuals/isosurface.c:119:19: style: The scope of the variable 'u' can be reduced. [variableScope]
elmerfem-5396/post/src/visuals/isosurface.c:120:19: style: The scope of the variable 'v' can be reduced. [variableScope]
elmerfem-5396/post/src/visuals/isosurface.c:121:19: style: The scope of the variable 'w' can be reduced. [variableScope]
elmerfem-5396/post/src/visuals/isosurface.c:123:9: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/post/src/visuals/isosurface.c:123:13: style: The scope of the variable 'n' can be reduced. [variableScope]
elmerfem-5396/post/src/visuals/isosurface.c:186:9: style: The scope of the variable 'i' can be reduced. [variableScope]
elmerfem-5396/post/src/visuals/isosurface.c:186:19: style: The scope of the variable 'n' can be reduced. [variableScope]
elmerfem-5396/post/src/visuals/isosurface.c:123:11: style: Unused variable: j [unusedVariable]
elmerfem-5396/post/src/visuals/mesh.c:517:30: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/post/src/visuals/mesh.c:136:11: style: The scope of the variable 'k' can be reduced. [variableScope]
elmerfem-5396/post/src/visuals/mesh.c:223:11: style: The scope of the variable 'j' can be reduced. [variableScope]
elmerfem-5396/post/src/visuals/mesh.c:227:17: style: The scope of the variable 'str' can be reduced. [variableScope]
elmerfem-5396/post/src/visuals/particles.c:634:34: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/post/src/visuals/particles.c:636:34: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/post/src/visuals/particles.c:637:34: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/post/src/visuals/particles.c:638:34: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/post/src/visuals/particles.c:183:5: style: Variable 'k1' is reassigned a value before the old one has been used. [redundantAssignment]
elmerfem-5396/post/src/visuals/particles.c:181:5: note: Variable 'k1' is reassigned a value before the old one has been used.
elmerfem-5396/post/src/visuals/particles.c:183:5: note: Variable 'k1' is reassigned a value before the old one has been used.
elmerfem-5396/post/src/visuals/particles.c:184:5: style: Variable 'k2' is reassigned a value before the old one has been used. [redundantAssignment]
elmerfem-5396/post/src/visuals/particles.c:181:10: note: Variable 'k2' is reassigned a value before the old one has been used.
elmerfem-5396/post/src/visuals/particles.c:184:5: note: Variable 'k2' is reassigned a value before the old one has been used.
elmerfem-5396/post/src/visuals/particles.c:185:5: style: Variable 'k3' is reassigned a value before the old one has been used. [redundantAssignment]
elmerfem-5396/post/src/visuals/particles.c:181:15: note: Variable 'k3' is reassigned a value before the old one has been used.
elmerfem-5396/post/src/visuals/particles.c:185:5: note: Variable 'k3' is reassigned a value before the old one has been used.
elmerfem-5396/post/src/visuals/particles.c:186:5: style: Variable 'k4' is reassigned a value before the old one has been used. [redundantAssignment]
elmerfem-5396/post/src/visuals/particles.c:181:20: note: Variable 'k4' is reassigned a value before the old one has been used.
elmerfem-5396/post/src/visuals/particles.c:186:5: note: Variable 'k4' is reassigned a value before the old one has been used.
elmerfem-5396/post/src/visuals/particles.c:98:22: style: The scope of the variable 'T' can be reduced. [variableScope]
elmerfem-5396/post/src/visuals/particles.c:100:21: style: The scope of the variable 'elmt' can be reduced. [variableScope]
elmerfem-5396/post/src/visuals/particles.c:244:22: style: The scope of the variable 'LC' can be reduced. [variableScope]
elmerfem-5396/post/src/visuals/sphere.c:305:32: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/post/src/visuals/sphere.c:307:32: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/post/src/visuals/sphere.c:308:32: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
elmerfem-5396/post/src/visuals/visual.c:213:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
elmerfem-5396/post/src/window.c:50:5: style: Variable 'ptr' is reassigned a value before the old one has been used. [redundantAssignment]
elmerfem-5396/post/src/window.c:48:0: note: Variable 'ptr' is reassigned a value before the old one has been used.
elmerfem-5396/post/src/window.c:50:5: note: Variable 'ptr' is reassigned a value before the old one has been used.
elmerfem-5396/utils/ElmerClips/src/encoder.cpp:87:45: style: Function 'findImages' argument 1 names different: declaration 'list' definition 'fileNameList'. [funcArgNamesDifferent]
elmerfem-5396/utils/ElmerClips/src/encoder.h:71:38: note: Function 'findImages' argument 1 names different: declaration 'list' definition 'fileNameList'.
elmerfem-5396/utils/ElmerClips/src/encoder.cpp:87:45: note: Function 'findImages' argument 1 names different: declaration 'list' definition 'fileNameList'.
elmerfem-5396/utils/ElmerClips/src/encoder.cpp:42:10: warning: Member variable 'Encoder::totalFrames' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/utils/ElmerClips/src/encoder.cpp:42:10: warning: Member variable 'Encoder::currentFrame' is not initialized in the constructor. [uninitMemberVar]
elmerfem-5396/utils/ElmerClips/src/encoder.h:60:3: style: Class 'Encoder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
elmerfem-5396/utils/ElmerClips/src/preview.h:51:3: style: Class 'Preview' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
[17:36]

ftp://ftp.se.debian.org/debian/pool/main/e/elog/elog_3.1.3-1.orig.tar.gz
elog-3.1.3-1/src/crypt.c:374:28: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
elog-3.1.3-1/src/crypt.c:380:28: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
elog-3.1.3-1/src/crypt.c:441:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
elog-3.1.3-1/src/crypt.c:459:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
elog-3.1.3-1/src/elconv.c:140:10: style: The scope of the variable 'pc' can be reduced. [variableScope]
elog-3.1.3-1/src/elconv.c:162:9: style: The scope of the variable 'c' can be reduced. [variableScope]
elog-3.1.3-1/src/elconv.c:162:12: style: The scope of the variable 'test' can be reduced. [variableScope]
elog-3.1.3-1/src/elconv.c:278:16: style: The scope of the variable 'n' can be reduced. [variableScope]
elog-3.1.3-1/src/elconv.c:278:19: style: The scope of the variable 'd' can be reduced. [variableScope]
elog-3.1.3-1/src/elconv.c:278:22: style: The scope of the variable 'min' can be reduced. [variableScope]
elog-3.1.3-1/src/elconv.c:278:27: style: The scope of the variable 'max' can be reduced. [variableScope]
elog-3.1.3-1/src/elconv.c:278:38: style: The scope of the variable 'offset' can be reduced. [variableScope]
elog-3.1.3-1/src/elconv.c:584:24: style: The scope of the variable 'status' can be reduced. [variableScope]
elog-3.1.3-1/src/elconv.c:587:46: style: The scope of the variable 'last' can be reduced. [variableScope]
elog-3.1.3-1/src/elconv.c:894:22: style: The scope of the variable 'fh' can be reduced. [variableScope]
elog-3.1.3-1/src/elconv.c:909:7: error: Memory leak: thread_list [memleak]
elog-3.1.3-1/src/elconv.c:957:7: error: Common realloc mistake: 'thread_list' nulled but not freed upon failure [memleakOnRealloc]
elog-3.1.3-1/src/elog.c:507:18: error: Array 'attrib_name[50][500]' index attrib_name[50][0] out of bounds. [arrayIndexOutOfBounds]
elog-3.1.3-1/src/elog.c:483:7: note: (1st array index) After for loop, index has value 50
elog-3.1.3-1/src/elog.c:507:18: note: Array index out of bounds
elog-3.1.3-1/src/elog.c:508:13: error: Array 'attrib[50][500]' index attrib[50][0] out of bounds. [arrayIndexOutOfBounds]
elog-3.1.3-1/src/elog.c:483:7: note: (1st array index) After for loop, index has value 50
elog-3.1.3-1/src/elog.c:508:13: note: Array index out of bounds
elog-3.1.3-1/src/elog.c:1152:10: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
elog-3.1.3-1/src/elog.c:91:17: style: The scope of the variable 't' can be reduced. [variableScope]
elog-3.1.3-1/src/elog.c:358:21: style: The scope of the variable 'index' can be reduced. [variableScope]
elog-3.1.3-1/src/elog.c:359:19: style: The scope of the variable 'encrypted_passwd' can be reduced. [variableScope]
elog-3.1.3-1/src/elog.c:359:43: style: The scope of the variable 'ph' can be reduced. [variableScope]
elog-3.1.3-1/src/elog.c:359:48: style: The scope of the variable 'ps' can be reduced. [variableScope]
elog-3.1.3-1/src/elog.c:597:48: style: The scope of the variable 'encrypted_passwd' can be reduced. [variableScope]
elog-3.1.3-1/src/elog.c:597:76: style: The scope of the variable 'old_encoding' can be reduced. [variableScope]
elog-3.1.3-1/src/elog.c:524:13: warning: The buffer 'str' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
elog-3.1.3-1/src/elog.c:956:13: warning: The buffer 'str' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
elog-3.1.3-1/src/elog.c:977:10: warning: The buffer 'str' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
elog-3.1.3-1/src/elog.c:982:10: warning: The buffer 'str' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
elog-3.1.3-1/src/locext.c:152:7: warning: The buffer 'line' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
elog-3.1.3-1/src/mxml.c:919:12: style: Redundant condition: If 'EXPR == '/'', the comparison 'EXPR' is always true. [redundantCondition]
elog-3.1.3-1/src/mxml.c:411:8: style: The scope of the variable 'i' can be reduced. [variableScope]
elog-3.1.3-1/src/mxml.c:464:8: style: The scope of the variable 'i' can be reduced. [variableScope]
elog-3.1.3-1/src/mxml.c:761:14: style: The scope of the variable 'k' can be reduced. [variableScope]
elog-3.1.3-1/src/mxml.c:911:17: style: The scope of the variable 'idx' can be reduced. [variableScope]
elog-3.1.3-1/src/mxml.c:911:22: style: The scope of the variable 'num_cond' can be reduced. [variableScope]
elog-3.1.3-1/src/mxml.c:912:23: style: The scope of the variable 'cond_index' can be reduced. [variableScope]
elog-3.1.3-1/src/mxml.c:913:11: style: The scope of the variable 'len' can be reduced. [variableScope]
elog-3.1.3-1/src/mxml.c:1227:8: style: The scope of the variable 'i' can be reduced. [variableScope]
elog-3.1.3-1/src/mxml.c:1227:11: style: The scope of the variable 'j' can be reduced. [variableScope]
elog-3.1.3-1/src/mxml.c:2292:10: style: The scope of the variable 'name' can be reduced. [variableScope]
elog-3.1.3-1/src/mxml.c:2353:15: style: The scope of the variable 'pn' can be reduced. [variableScope]
elog-3.1.3-1/src/mxml.c:525:55: style: Function 'mxml_write_value' argument 2 names different: declaration 'value' definition 'data'. [funcArgNamesDifferent]
elog-3.1.3-1/src/mxml.h:104:55: note: Function 'mxml_write_value' argument 2 names different: declaration 'value' definition 'data'.
elog-3.1.3-1/src/mxml.c:525:55: note: Function 'mxml_write_value' argument 2 names different: declaration 'value' definition 'data'.
elog-3.1.3-1/src/mxml.c:1130:58: style: Function 'mxml_replace_node_name' argument 2 names different: declaration 'new_name' definition 'name'. [funcArgNamesDifferent]
elog-3.1.3-1/src/mxml.h:131:58: note: Function 'mxml_replace_node_name' argument 2 names different: declaration 'new_name' definition 'name'.
elog-3.1.3-1/src/mxml.c:1130:58: note: Function 'mxml_replace_node_name' argument 2 names different: declaration 'new_name' definition 'name'.
elog-3.1.3-1/src/mxml.c:1327:42: style: Function 'mxml_parse_buffer' argument 1 names different: declaration 'buffer' definition 'buf'. [funcArgNamesDifferent]
elog-3.1.3-1/src/mxml.h:142:42: note: Function 'mxml_parse_buffer' argument 1 names different: declaration 'buffer' definition 'buf'.
elog-3.1.3-1/src/mxml.c:1327:42: note: Function 'mxml_parse_buffer' argument 1 names different: declaration 'buffer' definition 'buf'.
elog-3.1.3-1/src/mxml.c:2350:55: style: Function 'mxml_get_node_at_line' argument 2 names different: declaration 'linenumber' definition 'line_number'. [funcArgNamesDifferent]
elog-3.1.3-1/src/mxml.h:118:55: note: Function 'mxml_get_node_at_line' argument 2 names different: declaration 'linenumber' definition 'line_number'.
elog-3.1.3-1/src/mxml.c:2350:55: note: Function 'mxml_get_node_at_line' argument 2 names different: declaration 'linenumber' definition 'line_number'.
elog-3.1.3-1/src/regex.c:2736:31: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress]
elog-3.1.3-1/src/regex.c:3207:19: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
elog-3.1.3-1/src/regex.c:3204:17: note: Assignment 'string1=0', assigned value is 0
elog-3.1.3-1/src/regex.c:3207:19: note: Null pointer addition
elog-3.1.3-1/src/regex.c:3888:25: style: The scope of the variable 'sdummy' can be reduced. [variableScope]
elog-3.1.3-1/src/regex.c:1140:10: error: Memory leak: compile_stack.stack [memleak]
elog-3.1.3-1/src/regex.c:2505:10: error: Memory leak: fail_stack.stack [memleak]
elog-3.1.3-1/src/regex.c:4613:10: error: Memory leak: regs.start [memleak]
elog-3.1.3-1/src/regex.c:4613:10: error: Memory leak: regs.end [memleak]
elog-3.1.3-1/src/regex.c:2082:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
elog-3.1.3-1/src/regex.c:2084:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
elog-3.1.3-1/src/regex.c:2146:42: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
[17:36]

ftp://ftp.se.debian.org/debian/pool/main/e/elpa/elpa_2016.05.001.orig.tar.gz
elpa-2016.05.001/src/elpa2_kernels/elpa2_kernels_complex_avx-avx2_1hv.c:107:0: style: Same expression used in consecutive assignments of 'nq' and 'ldq'. [duplicateAssignExpression]
elpa-2016.05.001/src/elpa2_kernels/elpa2_kernels_complex_avx-avx2_1hv.c:108:0: note: Same expression used in consecutive assignments of 'nq' and 'ldq'.
elpa-2016.05.001/src/elpa2_kernels/elpa2_kernels_complex_avx-avx2_1hv.c:107:0: note: Same expression used in consecutive assignments of 'nq' and 'ldq'.
elpa-2016.05.001/src/elpa2_kernels/elpa2_kernels_complex_avx-avx2_2hv.c:108:0: style: Same expression used in consecutive assignments of 'nq' and 'ldq'. [duplicateAssignExpression]
elpa-2016.05.001/src/elpa2_kernels/elpa2_kernels_complex_avx-avx2_2hv.c:109:0: note: Same expression used in consecutive assignments of 'nq' and 'ldq'.
elpa-2016.05.001/src/elpa2_kernels/elpa2_kernels_complex_avx-avx2_2hv.c:108:0: note: Same expression used in consecutive assignments of 'nq' and 'ldq'.
elpa-2016.05.001/src/elpa2_kernels/elpa2_kernels_complex_sse_1hv.c:97:0: style: Same expression used in consecutive assignments of 'nq' and 'ldq'. [duplicateAssignExpression]
elpa-2016.05.001/src/elpa2_kernels/elpa2_kernels_complex_sse_1hv.c:98:0: note: Same expression used in consecutive assignments of 'nq' and 'ldq'.
elpa-2016.05.001/src/elpa2_kernels/elpa2_kernels_complex_sse_1hv.c:97:0: note: Same expression used in consecutive assignments of 'nq' and 'ldq'.
elpa-2016.05.001/src/elpa2_kernels/elpa2_kernels_complex_sse_2hv.c:97:0: style: Same expression used in consecutive assignments of 'nq' and 'ldq'. [duplicateAssignExpression]
elpa-2016.05.001/src/elpa2_kernels/elpa2_kernels_complex_sse_2hv.c:98:0: note: Same expression used in consecutive assignments of 'nq' and 'ldq'.
elpa-2016.05.001/src/elpa2_kernels/elpa2_kernels_complex_sse_2hv.c:97:0: note: Same expression used in consecutive assignments of 'nq' and 'ldq'.
elpa-2016.05.001/src/elpa2_kernels/elpa2_kernels_real_avx-avx2_2hv.c:108:0: style: Same expression used in consecutive assignments of 'nq' and 'ldq'. [duplicateAssignExpression]
elpa-2016.05.001/src/elpa2_kernels/elpa2_kernels_real_avx-avx2_2hv.c:109:0: note: Same expression used in consecutive assignments of 'nq' and 'ldq'.
elpa-2016.05.001/src/elpa2_kernels/elpa2_kernels_real_avx-avx2_2hv.c:108:0: note: Same expression used in consecutive assignments of 'nq' and 'ldq'.
elpa-2016.05.001/src/elpa2_kernels/elpa2_kernels_real_avx-avx2_4hv.c:110:0: style: Same expression used in consecutive assignments of 'nq' and 'ldq'. [duplicateAssignExpression]
elpa-2016.05.001/src/elpa2_kernels/elpa2_kernels_real_avx-avx2_4hv.c:111:0: note: Same expression used in consecutive assignments of 'nq' and 'ldq'.
elpa-2016.05.001/src/elpa2_kernels/elpa2_kernels_real_avx-avx2_4hv.c:110:0: note: Same expression used in consecutive assignments of 'nq' and 'ldq'.
elpa-2016.05.001/src/elpa2_kernels/elpa2_kernels_real_avx-avx2_6hv.c:110:0: style: Same expression used in consecutive assignments of 'nq' and 'ldq'. [duplicateAssignExpression]
elpa-2016.05.001/src/elpa2_kernels/elpa2_kernels_real_avx-avx2_6hv.c:111:0: note: Same expression used in consecutive assignments of 'nq' and 'ldq'.
elpa-2016.05.001/src/elpa2_kernels/elpa2_kernels_real_avx-avx2_6hv.c:110:0: note: Same expression used in consecutive assignments of 'nq' and 'ldq'.
elpa-2016.05.001/src/elpa2_kernels/elpa2_kernels_real_sse_2hv.c:98:0: style: Same expression used in consecutive assignments of 'nq' and 'ldq'. [duplicateAssignExpression]
elpa-2016.05.001/src/elpa2_kernels/elpa2_kernels_real_sse_2hv.c:99:0: note: Same expression used in consecutive assignments of 'nq' and 'ldq'.
elpa-2016.05.001/src/elpa2_kernels/elpa2_kernels_real_sse_2hv.c:98:0: note: Same expression used in consecutive assignments of 'nq' and 'ldq'.
elpa-2016.05.001/src/elpa2_kernels/elpa2_kernels_real_sse_4hv.c:97:0: style: Same expression used in consecutive assignments of 'nq' and 'ldq'. [duplicateAssignExpression]
elpa-2016.05.001/src/elpa2_kernels/elpa2_kernels_real_sse_4hv.c:98:0: note: Same expression used in consecutive assignments of 'nq' and 'ldq'.
elpa-2016.05.001/src/elpa2_kernels/elpa2_kernels_real_sse_4hv.c:97:0: note: Same expression used in consecutive assignments of 'nq' and 'ldq'.
elpa-2016.05.001/src/elpa2_kernels/elpa2_kernels_real_sse_6hv.c:96:0: style: Same expression used in consecutive assignments of 'nq' and 'ldq'. [duplicateAssignExpression]
elpa-2016.05.001/src/elpa2_kernels/elpa2_kernels_real_sse_6hv.c:97:0: note: Same expression used in consecutive assignments of 'nq' and 'ldq'.
elpa-2016.05.001/src/elpa2_kernels/elpa2_kernels_real_sse_6hv.c:96:0: note: Same expression used in consecutive assignments of 'nq' and 'ldq'.
elpa-2016.05.001/test/c_test_programs/elpa1_test_complex_c_version.c:101:13: style: Condition 'myid==0' is always true [knownConditionTrueFalse]
elpa-2016.05.001/test/c_test_programs/elpa1_test_complex_c_version.c:94:9: note: Assignment 'myid=0', assigned value is 0
elpa-2016.05.001/test/c_test_programs/elpa1_test_complex_c_version.c:101:13: note: Condition 'myid==0' is always true
elpa-2016.05.001/test/c_test_programs/elpa1_test_real_c_version.c:99:13: style: Condition 'myid==0' is always true [knownConditionTrueFalse]
elpa-2016.05.001/test/c_test_programs/elpa1_test_real_c_version.c:92:11: note: Assignment 'myid=0', assigned value is 0
elpa-2016.05.001/test/c_test_programs/elpa1_test_real_c_version.c:99:13: note: Condition 'myid==0' is always true
elpa-2016.05.001/test/c_test_programs/elpa2_test_complex_c_version.c:103:13: style: Condition 'myid==0' is always true [knownConditionTrueFalse]
elpa-2016.05.001/test/c_test_programs/elpa2_test_complex_c_version.c:96:10: note: Assignment 'myid=0', assigned value is 0
elpa-2016.05.001/test/c_test_programs/elpa2_test_complex_c_version.c:103:13: note: Condition 'myid==0' is always true
elpa-2016.05.001/test/c_test_programs/elpa2_test_real_c_version.c:100:13: style: Condition 'myid==0' is always true [knownConditionTrueFalse]
elpa-2016.05.001/test/c_test_programs/elpa2_test_real_c_version.c:93:9: note: Assignment 'myid=0', assigned value is 0
elpa-2016.05.001/test/c_test_programs/elpa2_test_real_c_version.c:100:13: note: Condition 'myid==0' is always true
[17:36]

ftp://ftp.se.debian.org/debian/pool/main/e/elpa-migemo/elpa-migemo_1.9.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/elpa-rust-mode/elpa-rust-mode_0.3.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/elpa-undo-tree/elpa-undo-tree_0.6.4.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/elpy/elpy_1.23.0.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/e/elscreen/elscreen_1.4.6.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/elserv/elserv_0.4.0+0.20011203cvs.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/elvis/elvis_2.2.0.orig.tar.gz
elvis-2.2_0/buffer.c:313:7: style: The scope of the variable 'unique' can be reduced. [variableScope]
elvis-2.2_0/buffer.c:315:14: style: The scope of the variable 'intbufid' can be reduced. [variableScope]
elvis-2.2_0/buffer.c:525:7: style: The scope of the variable 'bufid' can be reduced. [variableScope]
elvis-2.2_0/buffer.c:526:8: style: The scope of the variable 'b' can be reduced. [variableScope]
elvis-2.2_0/buffer.c:526:12: style: The scope of the variable 'n' can be reduced. [variableScope]
elvis-2.2_0/buffer.c:668:7: style: The scope of the variable 'offset' can be reduced. [variableScope]
elvis-2.2_0/buffer.c:776:6: style: The scope of the variable 'i' can be reduced. [variableScope]
elvis-2.2_0/buffer.c:1385:6: style: The scope of the variable 'bytes' can be reduced. [variableScope]
elvis-2.2_0/buffer.c:1386:7: style: The scope of the variable 'lines' can be reduced. [variableScope]
elvis-2.2_0/buffer.c:1721:9: style: The scope of the variable 'win' can be reduced. [variableScope]
elvis-2.2_0/color.c:601:18: error: Array 'colorinfo[128]' accessed at index 9999, which is out of bounds. [arrayIndexOutOfBounds]
elvis-2.2_0/color.c:614:18: error: Array 'colorinfo[128]' accessed at index 9999, which is out of bounds. [arrayIndexOutOfBounds]
elvis-2.2_0/color.c:430:14: style: The scope of the variable 'i' can be reduced. [variableScope]
elvis-2.2_0/color.c:430:17: style: The scope of the variable 'j' can be reduced. [variableScope]
elvis-2.2_0/color.c:432:8: style: The scope of the variable 'colornam' can be reduced. [variableScope]
elvis-2.2_0/color.c:983:14: style: The scope of the variable 'i' can be reduced. [variableScope]
elvis-2.2_0/color.c:1316:6: style: The scope of the variable 'idxdist' can be reduced. [variableScope]
elvis-2.2_0/color.c:1318:6: style: The scope of the variable 'r' can be reduced. [variableScope]
elvis-2.2_0/color.c:1318:9: style: The scope of the variable 'g' can be reduced. [variableScope]
elvis-2.2_0/color.c:1318:12: style: The scope of the variable 'b' can be reduced. [variableScope]
elvis-2.2_0/color.c:8:19: style: struct member 'guidot_s::next' is never used. [unusedStructMember]
elvis-2.2_0/ctags.c:321:13: style: The scope of the variable 'wasnl' can be reduced. [variableScope]
elvis-2.2_0/ctags.c:359:7: style: The scope of the variable 'name' can be reduced. [variableScope]
elvis-2.2_0/ctags.c:360:6: style: The scope of the variable 'len' can be reduced. [variableScope]
elvis-2.2_0/ctags.c:499:6: style: The scope of the variable 'ch' can be reduced. [variableScope]
elvis-2.2_0/ctags.c:932:7: style: The scope of the variable 'lnbuf' can be reduced. [variableScope]
elvis-2.2_0/cut.c:250:7: style: The scope of the variable 'prevline' can be reduced. [variableScope]
elvis-2.2_0/cut.c:505:7: style: The scope of the variable 'iobuf' can be reduced. [variableScope]
elvis-2.2_0/cut.c:509:6: style: The scope of the variable 'i' can be reduced. [variableScope]
elvis-2.2_0/cut.c:512:11: style: The scope of the variable 'location' can be reduced. [variableScope]
elvis-2.2_0/data/stubs/ansistub.c:62:6: style: struct member 'div_t::quot' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/ansistub.c:63:6: style: struct member 'div_t::rem' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/ansistub.c:69:7: style: struct member 'ldiv_t::quot' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/ansistub.c:70:7: style: struct member 'ldiv_t::rem' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gdkstub.c:6130:9: style: struct member '_GdkWindowAttr::title' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gdkstub.c:6136:13: style: struct member '_GdkWindowAttr::visual' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gdkstub.c:6137:15: style: struct member '_GdkWindowAttr::colormap' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gdkstub.c:6139:13: style: struct member '_GdkWindowAttr::cursor' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gdkstub.c:6140:9: style: struct member '_GdkWindowAttr::wmclass_name' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gdkstub.c:6141:9: style: struct member '_GdkWindowAttr::wmclass_class' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gdkstub.c:6170:13: style: struct member '_GdkImage::visual' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gdkstub.c:6185:11: style: struct member '_GdkGCValues::font' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gdkstub.c:6188:13: style: struct member '_GdkGCValues::tile' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gdkstub.c:6189:13: style: struct member '_GdkGCValues::stipple' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gdkstub.c:6190:13: style: struct member '_GdkGCValues::clip_mask' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gdkstub.c:6261:13: style: struct member '_GdkColorContext::visual' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gdkstub.c:6262:15: style: struct member '_GdkColorContext::colormap' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gdkstub.c:6269:11: style: struct member '_GdkColorContext::clut' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gdkstub.c:6270:12: style: struct member '_GdkColorContext::cmap' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gdkstub.c:6271:14: style: struct member '_GdkColorContext::color_hash' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gdkstub.c:6272:12: style: struct member '_GdkColorContext::palette' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gdkstub.c:6274:25: style: struct member '_GdkColorContext::fast_dither' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gdkstub.c:6294:10: style: struct member '_GdkDeviceInfo::name' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gdkstub.c:6299:14: style: struct member '_GdkDeviceInfo::axes' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gdkstub.c:6301:16: style: struct member '_GdkDeviceInfo::keys' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gdkstub.c:6339:13: style: struct member '_GdkEventAny::window' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gdkstub.c:6347:13: style: struct member '_GdkEventExpose::window' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gdkstub.c:6357:13: style: struct member '_GdkEventNoExpose::window' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gdkstub.c:6365:13: style: struct member '_GdkEventVisibility::window' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gdkstub.c:6374:13: style: struct member '_GdkEventMotion::window' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gdkstub.c:6393:13: style: struct member '_GdkEventButton::window' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gdkstub.c:6412:13: style: struct member '_GdkEventKey::window' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gdkstub.c:6418:9: style: struct member '_GdkEventKey::string' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gdkstub.c:6425:13: style: struct member '_GdkEventCrossing::window' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gdkstub.c:6427:13: style: struct member '_GdkEventCrossing::subwindow' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gdkstub.c:6443:13: style: struct member '_GdkEventFocus::window' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gdkstub.c:6452:13: style: struct member '_GdkEventConfigure::window' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gdkstub.c:6463:13: style: struct member '_GdkEventProperty::window' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gdkstub.c:6474:13: style: struct member '_GdkEventSelection::window' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gdkstub.c:6487:13: style: struct member '_GdkEventProximity::window' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gdkstub.c:6498:13: style: struct member '_GdkEventClient::window' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gdkstub.c:6503:8: style: union member 'Anonymous3::b' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gdkstub.c:6504:9: style: union member 'Anonymous3::s' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gdkstub.c:6505:8: style: union member 'Anonymous3::l' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gdkstub.c:6513:13: style: struct member '_GdkEventDND::window' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gdkstub.c:6515:18: style: struct member '_GdkEventDND::context' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gdkstub.c:6551:13: style: struct member '_GdkICAttr::client_window' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gdkstub.c:6552:13: style: struct member '_GdkICAttr::focus_window' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gdkstub.c:6556:13: style: struct member '_GdkICAttr::cursor' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gdkstub.c:6558:11: style: struct member '_GdkICAttr::preedit_fontset' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gdkstub.c:6563:13: style: struct member '_GdkICAttr::preedit_pixmap' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gdkstub.c:6564:15: style: struct member '_GdkICAttr::preedit_colormap' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gdkstub.c:6566:11: style: struct member '_GdkICAttr::status_fontset' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gdkstub.c:6571:13: style: struct member '_GdkICAttr::status_pixmap' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gdkstub.c:6572:15: style: struct member '_GdkICAttr::status_colormap' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:213:9: style: struct member '_GtkAccelLabelClass::signal_quote1' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:214:9: style: struct member '_GtkAccelLabelClass::signal_quote2' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:215:9: style: struct member '_GtkAccelLabelClass::mod_name_shift' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:216:9: style: struct member '_GtkAccelLabelClass::mod_name_control' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:217:9: style: struct member '_GtkAccelLabelClass::mod_name_alt' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:218:9: style: struct member '_GtkAccelLabelClass::mod_separator' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:219:9: style: struct member '_GtkAccelLabelClass::accel_seperator' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:288:10: style: struct member '_GtkAdjustmentClass::changed' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:289:10: style: struct member '_GtkAdjustmentClass::value_changed' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:770:17: style: struct member '_GtkBindingEntry::binding_set' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:773:19: style: struct member '_GtkBindingEntry::set_next' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:774:19: style: struct member '_GtkBindingEntry::hash_next' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:775:20: style: struct member '_GtkBindingEntry::signals' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:782:20: style: struct member '_GtkBindingSignal::next' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:783:9: style: struct member '_GtkBindingSignal::signal_name' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:785:17: style: struct member '_GtkBindingSignal::args' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:796:9: style: union member 'Anonymous0::string_data' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:875:13: style: struct member '_GtkBin::child' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:935:13: style: struct member '_GtkBoxChild::widget' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:1036:10: style: struct member '_GtkButtonClass::pressed' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:1037:10: style: struct member '_GtkButtonClass::released' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:1038:10: style: struct member '_GtkButtonClass::clicked' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:1039:10: style: struct member '_GtkButtonClass::enter' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:1040:10: style: struct member '_GtkButtonClass::leave' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:1167:10: style: struct member '_GtkCalendarClass::month_changed' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:1168:10: style: struct member '_GtkCalendarClass::day_selected' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:1169:10: style: struct member '_GtkCalendarClass::day_selected_double_click' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:1170:10: style: struct member '_GtkCalendarClass::prev_month' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:1171:10: style: struct member '_GtkCalendarClass::next_month' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:1172:10: style: struct member '_GtkCalendarClass::prev_year' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:1173:10: style: struct member '_GtkCalendarClass::next_year' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:1276:10: style: struct member '_GtkCheckButtonClass::draw_indicator' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:1338:10: style: struct member '_GtkCheckMenuItemClass::toggled' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:1339:10: style: struct member '_GtkCheckMenuItemClass::draw_indicator' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:1627:9: style: struct member '_GtkCListClass::set_scroll_adjustments' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:1628:9: style: struct member '_GtkCListClass::refresh' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:1629:9: style: struct member '_GtkCListClass::select_row' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:1630:9: style: struct member '_GtkCListClass::unselect_row' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:1631:9: style: struct member '_GtkCListClass::row_move' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:1632:9: style: struct member '_GtkCListClass::click_column' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:1633:9: style: struct member '_GtkCListClass::resize_column' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:1634:9: style: struct member '_GtkCListClass::toggle_focus_row' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:1635:9: style: struct member '_GtkCListClass::select_all' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:1636:9: style: struct member '_GtkCListClass::unselect_all' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:1637:9: style: struct member '_GtkCListClass::undo_selection' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:1638:9: style: struct member '_GtkCListClass::start_selection' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:1639:9: style: struct member '_GtkCListClass::end_selection' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:1640:9: style: struct member '_GtkCListClass::extend_selection' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:1641:9: style: struct member '_GtkCListClass::scroll_horizontal' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:1642:9: style: struct member '_GtkCListClass::scroll_vertical' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:1643:9: style: struct member '_GtkCListClass::toggle_add_mode' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:1644:9: style: struct member '_GtkCListClass::abort_column_resize' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:1645:9: style: struct member '_GtkCListClass::resync_selection' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:1646:11: style: struct member '_GtkCListClass::selection_find' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:1647:9: style: struct member '_GtkCListClass::draw_row' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:1648:9: style: struct member '_GtkCListClass::draw_drag_highlight' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:1649:9: style: struct member '_GtkCListClass::clear' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:1650:9: style: struct member '_GtkCListClass::fake_unselect_all' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:1651:9: style: struct member '_GtkCListClass::sort_list' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:1652:9: style: struct member '_GtkCListClass::insert_row' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:1653:9: style: struct member '_GtkCListClass::remove_row' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:1654:9: style: struct member '_GtkCListClass::set_cell_contents' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:1655:9: style: struct member '_GtkCListClass::cell_size_request' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:1663:9: style: struct member '_GtkCListColumn::title' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:1666:13: style: struct member '_GtkCListColumn::button' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:1667:13: style: struct member '_GtkCListColumn::window' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:1685:11: style: struct member '_GtkCListRow::cell' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:1691:12: style: struct member '_GtkCListRow::style' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:1711:12: style: struct member '_GtkCellText::style' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:1713:9: style: struct member '_GtkCellText::text' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:1725:12: style: struct member '_GtkCellPixmap::style' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:1727:13: style: struct member '_GtkCellPixmap::pixmap' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:1728:13: style: struct member '_GtkCellPixmap::mask' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:1740:12: style: struct member '_GtkCellPixText::style' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:1742:9: style: struct member '_GtkCellPixText::text' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:1744:13: style: struct member '_GtkCellPixText::pixmap' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:1745:13: style: struct member '_GtkCellPixText::mask' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:1757:12: style: struct member '_GtkCellWidget::style' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:1759:13: style: struct member '_GtkCellWidget::widget' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:1771:12: style: struct member '_GtkCell::style' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:1774:9: style: union member 'Anonymous2::text' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:1788:13: style: union member 'Anonymous2::widget' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:1777:13: style: struct member 'Anonymous3::pixmap' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:1778:13: style: struct member 'Anonymous3::mask' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:1782:9: style: struct member 'Anonymous4::text' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:1784:13: style: struct member 'Anonymous4::pixmap' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:1785:13: style: struct member 'Anonymous4::mask' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:2388:10: style: struct member '_GtkColorSelectionClass::color_changed' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:2397:13: style: struct member '_GtkColorSelectionDialog::colorsel' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:2398:13: style: struct member '_GtkColorSelectionDialog::main_vbox' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:2399:13: style: struct member '_GtkColorSelectionDialog::ok_button' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:2400:13: style: struct member '_GtkColorSelectionDialog::reset_button' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:2401:13: style: struct member '_GtkColorSelectionDialog::cancel_button' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:2402:13: style: struct member '_GtkColorSelectionDialog::help_button' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:2649:10: style: struct member '_GtkContainerClass::add' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:2650:10: style: struct member '_GtkContainerClass::remove' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:2651:10: style: struct member '_GtkContainerClass::check_resize' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:2652:10: style: struct member '_GtkContainerClass::forall' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:2653:10: style: struct member '_GtkContainerClass::focus' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:2654:10: style: struct member '_GtkContainerClass::set_focus_child' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:2655:12: style: struct member '_GtkContainerClass::child_type' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:2656:9: style: struct member '_GtkContainerClass::set_child_arg' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:2657:9: style: struct member '_GtkContainerClass::get_child_arg' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:2658:11: style: struct member '_GtkContainerClass::composite_name' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:2994:9: style: struct member '_GtkCTreeClass::tree_select_row' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:2995:9: style: struct member '_GtkCTreeClass::tree_unselect_row' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:2996:9: style: struct member '_GtkCTreeClass::tree_expand' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:2997:9: style: struct member '_GtkCTreeClass::tree_collapse' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:2998:9: style: struct member '_GtkCTreeClass::tree_move' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:2999:9: style: struct member '_GtkCTreeClass::change_focus_row_expansion' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:3456:10: style: struct member '_GtkCurveClass::curve_type_changed' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:3532:10: style: struct member '_GtkDataClass::disconnect' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:3575:13: style: struct member '_GtkDialog::vbox' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:3576:13: style: struct member '_GtkDialog::action_area' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:3833:10: style: struct member '_GtkEditableClass::changed' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:3834:10: style: struct member '_GtkEditableClass::insert_text' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:3835:10: style: struct member '_GtkEditableClass::delete_text' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:3838:10: style: struct member '_GtkEditableClass::activate' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:3839:10: style: struct member '_GtkEditableClass::set_editable' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:3840:10: style: struct member '_GtkEditableClass::move_cursor' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:3841:10: style: struct member '_GtkEditableClass::move_word' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:3842:10: style: struct member '_GtkEditableClass::move_page' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:3843:10: style: struct member '_GtkEditableClass::move_to_row' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:3844:10: style: struct member '_GtkEditableClass::move_to_column' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:3845:10: style: struct member '_GtkEditableClass::kill_char' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:3846:10: style: struct member '_GtkEditableClass::kill_word' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:3847:10: style: struct member '_GtkEditableClass::kill_line' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:3848:10: style: struct member '_GtkEditableClass::cut_clipboard' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:3849:10: style: struct member '_GtkEditableClass::copy_clipboard' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:3850:10: style: struct member '_GtkEditableClass::paste_clipboard' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:3857:10: style: struct member '_GtkEditableClass::update_text' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:3858:12: style: struct member '_GtkEditableClass::get_chars' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:3859:10: style: struct member '_GtkEditableClass::set_selection' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:3860:10: style: struct member '_GtkEditableClass::set_position' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:4680:13: style: struct member '_GtkFixedChild::widget' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:5111:13: style: struct member '_GtkGammaCurve::table' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:5112:13: style: struct member '_GtkGammaCurve::curve' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:5116:13: style: struct member '_GtkGammaCurve::gamma_dialog' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:5117:13: style: struct member '_GtkGammaCurve::gamma_text' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:5197:9: style: struct member '_GtkHandleBoxClass::child_attached' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:5198:9: style: struct member '_GtkHandleBoxClass::child_detached' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:5615:13: style: struct member '_GtkInputDialog::axis_list' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:5616:13: style: struct member '_GtkInputDialog::axis_listbox' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:5617:13: style: struct member '_GtkInputDialog::mode_optionmenu' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:5619:13: style: struct member '_GtkInputDialog::close_button' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:5620:13: style: struct member '_GtkInputDialog::save_button' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:5625:13: style: struct member '_GtkInputDialog::keys_list' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:5626:13: style: struct member '_GtkInputDialog::keys_listbox' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:5635:10: style: struct member '_GtkInputDialogClass::enable_device' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:5636:10: style: struct member '_GtkInputDialogClass::disable_device' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:5754:9: style: struct member '_GtkItemFactoryClass::cpair_comment_single' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:5756:14: style: struct member '_GtkItemFactoryClass::item_ht' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:5791:9: style: struct member '_GtkItemFactoryItem::path' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:5796:9: style: struct member '_GtkItemFactoryItem::dummy' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:5798:10: style: struct member '_GtkItemFactoryItem::widgets' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:6005:10: style: struct member '_GtkItemClass::select' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:6006:10: style: struct member '_GtkItemClass::deselect' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:6007:10: style: struct member '_GtkItemClass::toggle' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:6169:9: style: struct member '_GtkLayoutClass::set_scroll_adjustments' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:6289:10: style: struct member '_GtkListClass::selection_changed' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:6290:10: style: struct member '_GtkListClass::select_child' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:6291:10: style: struct member '_GtkListClass::unselect_child' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:6458:9: style: struct member '_GtkListItemClass::toggle_focus_row' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:6459:9: style: struct member '_GtkListItemClass::select_all' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:6460:9: style: struct member '_GtkListItemClass::unselect_all' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:6461:9: style: struct member '_GtkListItemClass::undo_selection' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:6462:9: style: struct member '_GtkListItemClass::start_selection' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:6463:9: style: struct member '_GtkListItemClass::end_selection' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:6464:9: style: struct member '_GtkListItemClass::extend_selection' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:6465:9: style: struct member '_GtkListItemClass::scroll_horizontal' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:6466:9: style: struct member '_GtkListItemClass::scroll_vertical' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:6467:9: style: struct member '_GtkListItemClass::toggle_add_mode' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:7295:10: style: struct member '_GtkMenuItemClass::activate' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:7296:10: style: struct member '_GtkMenuItemClass::activate_item' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:7401:9: style: struct member '_GtkMenuShellClass::deactivate' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:7402:9: style: struct member '_GtkMenuShellClass::selection_done' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:7404:9: style: struct member '_GtkMenuShellClass::move_current' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:7405:9: style: struct member '_GtkMenuShellClass::activate_current' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:7406:9: style: struct member '_GtkMenuShellClass::cancel' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:7563:10: style: struct member '_GtkNotebookClass::switch_page' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:7570:13: style: struct member '_GtkNotebookPage::child' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:7571:13: style: struct member '_GtkNotebookPage::tab_label' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:7572:13: style: struct member '_GtkNotebookPage::menu_label' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:8353:13: style: struct member '_GtkPackerChild::widget' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:9037:10: style: struct member '_GtkProgressClass::paint' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:9038:10: style: struct member '_GtkProgressClass::update' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:9039:10: style: struct member '_GtkProgressClass::act_mode_enter' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:9309:10: style: struct member '_GtkRangeClass::draw_background' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:9310:10: style: struct member '_GtkRangeClass::clear_background' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:9311:10: style: struct member '_GtkRangeClass::draw_trough' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:9312:10: style: struct member '_GtkRangeClass::draw_slider' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:9313:10: style: struct member '_GtkRangeClass::draw_step_forw' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:9314:10: style: struct member '_GtkRangeClass::draw_step_back' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:9315:10: style: struct member '_GtkRangeClass::slider_update' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:9316:10: style: struct member '_GtkRangeClass::trough_click' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:9317:10: style: struct member '_GtkRangeClass::trough_keys' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:9318:10: style: struct member '_GtkRangeClass::motion' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:9319:10: style: struct member '_GtkRangeClass::timer' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:9657:10: style: struct member '_GtkRulerClass::draw_ticks' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:9658:10: style: struct member '_GtkRulerClass::draw_pos' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:9665:9: style: struct member '_GtkRulerMetric::metric_name' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:9666:9: style: struct member '_GtkRulerMetric::abbrev' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:9737:10: style: struct member '_GtkScaleClass::draw_value' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:10573:13: style: struct member '_GtkStatusbarClass::messages_mem_chunk' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:10575:9: style: struct member '_GtkStatusbarClass::text_pushed' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:10576:9: style: struct member '_GtkStatusbarClass::text_popped' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:10583:9: style: struct member '_GtkStatusbarMsg::text' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:10683:9: style: struct member '_GtkStyleClass::draw_hline' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:10684:9: style: struct member '_GtkStyleClass::draw_vline' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:10685:9: style: struct member '_GtkStyleClass::draw_shadow' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:10686:9: style: struct member '_GtkStyleClass::draw_polygon' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:10687:9: style: struct member '_GtkStyleClass::draw_arrow' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:10688:9: style: struct member '_GtkStyleClass::draw_diamond' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:10689:9: style: struct member '_GtkStyleClass::draw_oval' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:10690:9: style: struct member '_GtkStyleClass::draw_string' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:10691:9: style: struct member '_GtkStyleClass::draw_box' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:10692:9: style: struct member '_GtkStyleClass::draw_flat_box' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:10693:9: style: struct member '_GtkStyleClass::draw_check' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:10694:9: style: struct member '_GtkStyleClass::draw_option' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:10695:9: style: struct member '_GtkStyleClass::draw_cross' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:10696:9: style: struct member '_GtkStyleClass::draw_ramp' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:10697:9: style: struct member '_GtkStyleClass::draw_tab' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:10698:9: style: struct member '_GtkStyleClass::draw_shadow_gap' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:10699:9: style: struct member '_GtkStyleClass::draw_box_gap' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:10700:9: style: struct member '_GtkStyleClass::draw_extension' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:10701:9: style: struct member '_GtkStyleClass::draw_focus' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:10702:9: style: struct member '_GtkStyleClass::draw_slider' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:10703:9: style: struct member '_GtkStyleClass::draw_handle' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:11018:13: style: struct member '_GtkTableChild::widget' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:11165:9: style: struct member '_GtkPropertyMark::property' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:11194:20: style: union member 'Anonymous5::wc' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:11194:32: style: union member 'Anonymous5::ch' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:11246:20: style: union member 'Anonymous6::wc' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:11246:32: style: union member 'Anonymous6::ch' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:11287:9: style: struct member '_GtkTextClass::set_scroll_adjustments' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:11459:9: style: struct member '_GtkTipsQuery::label_inactive' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:11460:9: style: struct member '_GtkTipsQuery::label_no_tip' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:11462:13: style: struct member '_GtkTipsQuery::caller' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:11463:13: style: struct member '_GtkTipsQuery::last_crossed' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:11465:13: style: struct member '_GtkTipsQuery::query_cursor' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:11474:9: style: struct member '_GtkTipsQueryClass::start_query' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:11475:9: style: struct member '_GtkTipsQueryClass::stop_query' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:11476:9: style: struct member '_GtkTipsQueryClass::widget_entered' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:11477:9: style: struct member '_GtkTipsQueryClass::widget_selected' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:11548:10: style: struct member '_GtkToggleButtonClass::toggled' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:11628:13: style: struct member '_GtkToolbarChild::widget' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:11629:13: style: struct member '_GtkToolbarChild::icon' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:11630:13: style: struct member '_GtkToolbarChild::label' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:11659:10: style: struct member '_GtkToolbarClass::orientation_changed' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:11660:10: style: struct member '_GtkToolbarClass::style_changed' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:11943:10: style: struct member '_GtkTreeClass::selection_changed' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:11944:10: style: struct member '_GtkTreeClass::select_child' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:11945:10: style: struct member '_GtkTreeClass::unselect_child' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:12075:10: style: struct member '_GtkTreeItemClass::expand' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:12076:10: style: struct member '_GtkTreeItemClass::collapse' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:12726:9: style: union member 'Anonymous7::string_data' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:12728:13: style: union member 'Anonymous7::object_data' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:12737:10: style: struct member 'Anonymous9::args' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:13183:9: style: struct member '_GtkViewportClass::set_scroll_adjustments' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:13615:10: style: struct member '_GtkSelectionData::data' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:13716:10: style: struct member '_GtkWidgetClass::show' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:13717:10: style: struct member '_GtkWidgetClass::show_all' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:13718:10: style: struct member '_GtkWidgetClass::hide' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:13719:10: style: struct member '_GtkWidgetClass::hide_all' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:13720:10: style: struct member '_GtkWidgetClass::map' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:13721:10: style: struct member '_GtkWidgetClass::unmap' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:13722:10: style: struct member '_GtkWidgetClass::realize' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:13723:10: style: struct member '_GtkWidgetClass::unrealize' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:13724:10: style: struct member '_GtkWidgetClass::draw' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:13725:10: style: struct member '_GtkWidgetClass::draw_focus' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:13726:10: style: struct member '_GtkWidgetClass::draw_default' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:13727:10: style: struct member '_GtkWidgetClass::size_request' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:13728:10: style: struct member '_GtkWidgetClass::size_allocate' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:13729:10: style: struct member '_GtkWidgetClass::state_changed' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:13730:10: style: struct member '_GtkWidgetClass::parent_set' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:13731:10: style: struct member '_GtkWidgetClass::style_set' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:13734:10: style: struct member '_GtkWidgetClass::add_accelerator' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:13735:10: style: struct member '_GtkWidgetClass::remove_accelerator' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:13738:10: style: struct member '_GtkWidgetClass::grab_focus' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:13741:10: style: struct member '_GtkWidgetClass::event' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:13742:10: style: struct member '_GtkWidgetClass::button_press_event' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:13743:10: style: struct member '_GtkWidgetClass::button_release_event' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:13744:10: style: struct member '_GtkWidgetClass::motion_notify_event' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:13745:10: style: struct member '_GtkWidgetClass::delete_event' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:13746:10: style: struct member '_GtkWidgetClass::destroy_event' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:13747:10: style: struct member '_GtkWidgetClass::expose_event' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:13748:10: style: struct member '_GtkWidgetClass::key_press_event' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:13749:10: style: struct member '_GtkWidgetClass::key_release_event' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:13750:10: style: struct member '_GtkWidgetClass::enter_notify_event' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:13751:10: style: struct member '_GtkWidgetClass::leave_notify_event' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:13752:10: style: struct member '_GtkWidgetClass::configure_event' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:13753:10: style: struct member '_GtkWidgetClass::focus_in_event' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:13754:10: style: struct member '_GtkWidgetClass::focus_out_event' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:13755:10: style: struct member '_GtkWidgetClass::map_event' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:13756:10: style: struct member '_GtkWidgetClass::unmap_event' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:13757:10: style: struct member '_GtkWidgetClass::property_notify_event' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:13758:10: style: struct member '_GtkWidgetClass::selection_clear_event' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:13759:10: style: struct member '_GtkWidgetClass::selection_request_event' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:13760:10: style: struct member '_GtkWidgetClass::selection_notify_event' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:13761:10: style: struct member '_GtkWidgetClass::proximity_in_event' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:13762:10: style: struct member '_GtkWidgetClass::proximity_out_event' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:13763:10: style: struct member '_GtkWidgetClass::visibility_notify_event' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:13764:10: style: struct member '_GtkWidgetClass::client_event' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:13765:10: style: struct member '_GtkWidgetClass::no_expose_event' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:13768:10: style: struct member '_GtkWidgetClass::selection_get' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:13769:10: style: struct member '_GtkWidgetClass::selection_received' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:13772:10: style: struct member '_GtkWidgetClass::drag_begin' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:13773:10: style: struct member '_GtkWidgetClass::drag_end' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:13774:10: style: struct member '_GtkWidgetClass::drag_data_get' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:13775:10: style: struct member '_GtkWidgetClass::drag_data_delete' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:13778:10: style: struct member '_GtkWidgetClass::drag_leave' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:13779:14: style: struct member '_GtkWidgetClass::drag_motion' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:13780:14: style: struct member '_GtkWidgetClass::drag_drop' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:13781:10: style: struct member '_GtkWidgetClass::drag_data_received' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:13784:10: style: struct member '_GtkWidgetClass::debug_msg' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:13809:13: style: struct member '_GtkWidgetShapeInfo::shape_mask' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/gtkstub.c:14419:10: style: struct member '_GtkWindowClass::set_focus' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/pthread.c:4:8: style: struct member '_pthread_fastlock::__status' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/pthread.c:5:7: style: struct member '_pthread_fastlock::__spinlock' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/pthread.c:176:10: style: struct member '_pthread_cleanup_buffer::routine' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/pthread.c:177:9: style: struct member '_pthread_cleanup_buffer::arg' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/pthread.c:178:7: style: struct member '_pthread_cleanup_buffer::__canceltype' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/pthread.c:179:35: style: struct member '_pthread_cleanup_buffer::prev' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/unixstub.c:5258:0: error: #endif without #if [preprocessorErrorDirective]
elvis-2.2_0/data/stubs/xftstub.c:17:13: style: struct member 'XRenderDirectFormat::red' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/xftstub.c:18:13: style: struct member 'XRenderDirectFormat::redMask' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/xftstub.c:19:13: style: struct member 'XRenderDirectFormat::green' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/xftstub.c:20:13: style: struct member 'XRenderDirectFormat::greenMask' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/xftstub.c:21:13: style: struct member 'XRenderDirectFormat::blue' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/xftstub.c:22:13: style: struct member 'XRenderDirectFormat::blueMask' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/xftstub.c:23:13: style: struct member 'XRenderDirectFormat::alpha' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/xftstub.c:24:13: style: struct member 'XRenderDirectFormat::alphaMask' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/xftstub.c:72:24: style: struct member '_XRenderInfo::format' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/xftstub.c:73:11: style: struct member '_XRenderInfo::nformat' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/xftstub.c:74:20: style: struct member '_XRenderInfo::screen' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/xftstub.c:75:11: style: struct member '_XRenderInfo::nscreen' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/xftstub.c:76:19: style: struct member '_XRenderInfo::depth' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/xftstub.c:77:11: style: struct member '_XRenderInfo::ndepth' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/xftstub.c:78:20: style: struct member '_XRenderInfo::visual' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/xftstub.c:79:11: style: struct member '_XRenderInfo::nvisual' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/xftstub.c:383:11: style: union member 'Anonymous0::s' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/xftstub.c:384:6: style: union member 'Anonymous0::i' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/xftstub.c:386:9: style: union member 'Anonymous0::d' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/xftstub.c:387:13: style: union member 'Anonymous0::m' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/xftstub.c:430:23: style: struct member 'Anonymous2::font' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/xftstub.c:433:23: style: struct member 'Anonymous3::font' is never used. [unusedStructMember]
elvis-2.2_0/data/stubs/xlibstub.c:3100:0: error: syntax error [syntaxError]
elvis-2.2_0/dmnormal.c:646:7: style: The scope of the variable 'i' can be reduced. [variableScope]
elvis-2.2_0/draw.c:1007:43: style: Same expression on both sides of '&&'. [duplicateExpression]
elvis-2.2_0/draw.c:575:16: style: The scope of the variable 'i' can be reduced. [variableScope]
elvis-2.2_0/draw.c:674:19: style: The scope of the variable 'ch' can be reduced. [variableScope]
elvis-2.2_0/draw.c:677:10: style: The scope of the variable 'hifont' can be reduced. [variableScope]
elvis-2.2_0/draw.c:1092:25: style: The scope of the variable 'used' can be reduced. [variableScope]
elvis-2.2_0/draw.c:1094:20: style: The scope of the variable 'base' can be reduced. [variableScope]
elvis-2.2_0/draw.c:1485:9: style: The scope of the variable 'j' can be reduced. [variableScope]
elvis-2.2_0/draw.c:1486:8: style: The scope of the variable 'scan' can be reduced. [variableScope]
elvis-2.2_0/draw.c:1490:16: style: The scope of the variable 'arg' can be reduced. [variableScope]
elvis-2.2_0/draw.c:2292:6: style: The scope of the variable 'i' can be reduced. [variableScope]
elvis-2.2_0/draw.c:2292:9: style: The scope of the variable 'base' can be reduced. [variableScope]
elvis-2.2_0/draw.c:2348:16: style: The scope of the variable 'ch' can be reduced. [variableScope]
elvis-2.2_0/draw.c:2441:14: style: The scope of the variable 'tensp' can be reduced. [variableScope]
elvis-2.2_0/draw.c:2493:7: style: The scope of the variable 'i' can be reduced. [variableScope]
elvis-2.2_0/draw.c:2493:10: style: The scope of the variable 'max' can be reduced. [variableScope]
elvis-2.2_0/ex.c:637:7: style: The scope of the variable 'sign' can be reduced. [variableScope]
elvis-2.2_0/ex.c:1584:9: style: The scope of the variable 'old' can be reduced. [variableScope]
elvis-2.2_0/ex.c:1585:6: style: The scope of the variable 'start' can be reduced. [variableScope]
elvis-2.2_0/ex.c:2033:7: style: The scope of the variable 'sep' can be reduced. [variableScope]
elvis-2.2_0/ex.c:2036:7: style: The scope of the variable 'rngfrom' can be reduced. [variableScope]
elvis-2.2_0/ex.c:2037:7: style: The scope of the variable 'rngto' can be reduced. [variableScope]
elvis-2.2_0/ex.c:2045:6: style: The scope of the variable 'i' can be reduced. [variableScope]
elvis-2.2_0/ex.c:2619:8: style: The scope of the variable 'pline' can be reduced. [variableScope]
elvis-2.2_0/ex.c:2624:10: style: The scope of the variable 'found' can be reduced. [variableScope]
elvis-2.2_0/ex.c:3106:7: style: The scope of the variable 'col' can be reduced. [variableScope]
elvis-2.2_0/ex.c:2046:7: style: Unused variable: m [unusedVariable]
elvis-2.2_0/exaction.c:401:9: style: The scope of the variable 'oldbuf' can be reduced. [variableScope]
elvis-2.2_0/exaction.c:406:7: style: The scope of the variable 'line' can be reduced. [variableScope]
elvis-2.2_0/exaction.c:585:9: style: The scope of the variable 'other' can be reduced. [variableScope]
elvis-2.2_0/exaction.c:774:9: style: The scope of the variable 'newbuf' can be reduced. [variableScope]
elvis-2.2_0/exaction.c:952:8: style: The scope of the variable 'bangcmd' can be reduced. [variableScope]
elvis-2.2_0/exconfig.c:800:6: style: The scope of the variable 'i' can be reduced. [variableScope]
elvis-2.2_0/exconfig.c:800:9: style: The scope of the variable 'col' can be reduced. [variableScope]
elvis-2.2_0/exconfig.c:800:14: style: The scope of the variable 'len' can be reduced. [variableScope]
elvis-2.2_0/exconfig.c:998:6: style: The scope of the variable 'len' can be reduced. [variableScope]
elvis-2.2_0/exconfig.c:2013:14: style: The scope of the variable 'empty' can be reduced. [variableScope]
elvis-2.2_0/exconfig.c:2410:9: style: The scope of the variable 'b' can be reduced. [variableScope]
elvis-2.2_0/exedit.c:68:14: style: The scope of the variable 'endln' can be reduced. [variableScope]
elvis-2.2_0/exsubst.c:76:7: style: The scope of the variable 'fromoff' can be reduced. [variableScope]
elvis-2.2_0/exsubst.c:225:7: style: The scope of the variable 'cursor' can be reduced. [variableScope]
elvis-2.2_0/exsubst.c:293:9: style: The scope of the variable 'win' can be reduced. [variableScope]
elvis-2.2_0/fmt.c:347:8: style: The scope of the variable 'in' can be reduced. [variableScope]
elvis-2.2_0/gui.c:172:13: style: The scope of the variable 'n' can be reduced. [variableScope]
elvis-2.2_0/guignome/guignome.c:1523:25: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
elvis-2.2_0/guignome/guignome.c:1511:22: note: outer condition: gw->lastDrawBit!=-1
elvis-2.2_0/guignome/guignome.c:1523:25: note: identical inner condition: gw->lastDrawBit!=-1
elvis-2.2_0/guignome/guignome.c:448:3: warning: Either the condition 'resptr' is redundant or there is possible null pointer dereference: resptr. [nullPointerRedundantCheck]
elvis-2.2_0/guignome/guignome.c:445:7: note: Assuming that condition 'resptr' is not redundant
elvis-2.2_0/guignome/guignome.c:448:3: note: Null pointer dereference
elvis-2.2_0/guignome/guignome.c:1859:4: warning: Either the condition 'restbe' is redundant or there is possible null pointer dereference: restbe. [nullPointerRedundantCheck]
elvis-2.2_0/guignome/guignome.c:1852:7: note: Assuming that condition 'restbe' is not redundant
elvis-2.2_0/guignome/guignome.c:1859:4: note: Null pointer dereference
elvis-2.2_0/guignome/guignome.c:1904:60: warning: Either the condition 'dtoopen' is redundant or there is possible null pointer dereference: dtoopen. [nullPointerRedundantCheck]
elvis-2.2_0/guignome/guignome.c:1894:7: note: Assuming that condition 'dtoopen' is not redundant
elvis-2.2_0/guignome/guignome.c:1904:60: note: Null pointer dereference
elvis-2.2_0/guignome/guignome.c:2008:4: warning: Either the condition 'newact' is redundant or there is possible null pointer dereference: newact. [nullPointerRedundantCheck]
elvis-2.2_0/guignome/guignome.c:1998:7: note: Assuming that condition 'newact' is not redundant
elvis-2.2_0/guignome/guignome.c:2008:4: note: Null pointer dereference
elvis-2.2_0/guignome/guignome.c:1632:41: warning: Either the condition 'endofquote' is redundant or there is overflow in pointer subtraction. [nullPointerArithmeticRedundantCheck]
elvis-2.2_0/guignome/guignome.c:1627:7: note: Assuming that condition 'endofquote' is not redundant
elvis-2.2_0/guignome/guignome.c:1632:41: note: Null pointer subtraction
elvis-2.2_0/guignome/guignome.c:1634:20: warning: Either the condition 'endofquote' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
elvis-2.2_0/guignome/guignome.c:1627:7: note: Assuming that condition 'endofquote' is not redundant
elvis-2.2_0/guignome/guignome.c:1634:20: note: Null pointer addition
elvis-2.2_0/guignome/guignome.c:1772:46: warning: Either the condition 'endofquote' is redundant or there is overflow in pointer subtraction. [nullPointerArithmeticRedundantCheck]
elvis-2.2_0/guignome/guignome.c:1765:7: note: Assuming that condition 'endofquote' is not redundant
elvis-2.2_0/guignome/guignome.c:1772:46: note: Null pointer subtraction
elvis-2.2_0/guignome/guignome.c:530:3: style: Variable 'ElvisPrivate_server' is reassigned a value before the old one has been used. [redundantAssignment]
elvis-2.2_0/guignome/guignome.c:525:0: note: Variable 'ElvisPrivate_server' is reassigned a value before the old one has been used.
elvis-2.2_0/guignome/guignome.c:530:3: note: Variable 'ElvisPrivate_server' is reassigned a value before the old one has been used.
elvis-2.2_0/guignome/guignome.c:263:11: style: The scope of the variable 'mustDealloc' can be reduced. [variableScope]
elvis-2.2_0/guignome/guignome.c:383:28: style: The scope of the variable 'length' can be reduced. [variableScope]
elvis-2.2_0/guignome/guignome.c:835:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
elvis-2.2_0/guignome/guignome.c:1047:35: style: The scope of the variable 'wme' can be reduced. [variableScope]
elvis-2.2_0/guignome/guignome.c:1563:12: style: The scope of the variable 'tmp' can be reduced. [variableScope]
elvis-2.2_0/guignome/guignome.c:1589:12: style: The scope of the variable 'tmp' can be reduced. [variableScope]
elvis-2.2_0/guignome/guignome.c:1380:31: style: Function 'destroygw' argument 1 names different: declaration 'gw' definition 'gwin'. [funcArgNamesDifferent]
elvis-2.2_0/guignome/guignome.c:144:31: note: Function 'destroygw' argument 1 names different: declaration 'gw' definition 'gwin'.
elvis-2.2_0/guignome/guignome.c:1380:31: note: Function 'destroygw' argument 1 names different: declaration 'gw' definition 'gwin'.
elvis-2.2_0/guignome/guignome.c:817:16: style: Variable 'zvt' is assigned a value that is never used. [unreadVariable]
elvis-2.2_0/guignome/guignome.c:960:14: style: Variable 'win' is assigned a value that is never used. [unreadVariable]
elvis-2.2_0/guignome/guignome.c:1145:36: style: Unused variable: wmbe [unusedVariable]
elvis-2.2_0/guignome/guignome.c:1185:14: style: Unused variable: app [unusedVariable]
elvis-2.2_0/guignome/guignome.c:1384:36: style: Unused variable: now [unusedVariable]
elvis-2.2_0/guignome/guignome.c:2096:14: style: Variable 'win' is assigned a value that is never used. [unreadVariable]
elvis-2.2_0/guignome/guignome_clip.c:236:25: warning: Either the condition 'selectionData<0' is redundant or there is possible null pointer dereference: selectionData. [nullPointerRedundantCheck]
elvis-2.2_0/guignome/guignome_clip.c:227:20: note: Assuming that condition 'selectionData<0' is not redundant
elvis-2.2_0/guignome/guignome_clip.c:236:25: note: Null pointer dereference
elvis-2.2_0/guignome/guignome_clip.c:227:20: style: A pointer can not be negative so it is either pointless or an error to check if it is. [pointerLessThanZero]
elvis-2.2_0/input.c:159:19: style: The scope of the variable 'tlen' can be reduced. [variableScope]
elvis-2.2_0/input.c:160:7: style: The scope of the variable 'cbuf' can be reduced. [variableScope]
elvis-2.2_0/input.c:261:9: style: The scope of the variable 'col' can be reduced. [variableScope]
elvis-2.2_0/io.c:90:26: style: Condition ''\n'==13' is always false [knownConditionTrueFalse]
elvis-2.2_0/io.c:91:26: style: Condition ''\n'==10' is always true [knownConditionTrueFalse]
elvis-2.2_0/io.c:399:15: style: Condition ''\n'==10' is always true [knownConditionTrueFalse]
elvis-2.2_0/io.c:469:8: style: The scope of the variable 'rdbuf' can be reduced. [variableScope]
elvis-2.2_0/io.c:470:6: style: The scope of the variable 'nbytes' can be reduced. [variableScope]
elvis-2.2_0/lowbuf.c:317:8: style: The scope of the variable 'blklist' can be reduced. [variableScope]
elvis-2.2_0/lowbuf.c:317:17: style: The scope of the variable 'next' can be reduced. [variableScope]
elvis-2.2_0/lowbuf.c:318:7: style: The scope of the variable 'blk' can be reduced. [variableScope]
elvis-2.2_0/lowbuf.c:572:17: style: The scope of the variable 'dupblklist' can be reduced. [variableScope]
elvis-2.2_0/lowbuf.c:573:14: style: The scope of the variable 'next' can be reduced. [variableScope]
elvis-2.2_0/lowbuf.c:1083:16: style: The scope of the variable 'newblkno' can be reduced. [variableScope]
elvis-2.2_0/lowbuf.c:1084:8: style: The scope of the variable 'blklist' can be reduced. [variableScope]
elvis-2.2_0/lowbuf.c:1085:7: style: The scope of the variable 'newblk' can be reduced. [variableScope]
elvis-2.2_0/lowbuf.c:1088:6: style: The scope of the variable 'j' can be reduced. [variableScope]
elvis-2.2_0/lowbuf.c:1242:9: style: The scope of the variable 'lblkno' can be reduced. [variableScope]
elvis-2.2_0/lowbuf.c:1423:8: style: The scope of the variable 'blkno' can be reduced. [variableScope]
elvis-2.2_0/main.c:185:12: style: The scope of the variable 'del' can be reduced. [variableScope]
elvis-2.2_0/main.c:423:12: style: The scope of the variable 'val' can be reduced. [variableScope]
elvis-2.2_0/main.c:744:7: style: The scope of the variable 'lcfile' can be reduced. [variableScope]
elvis-2.2_0/map.c:67:6: style: The scope of the variable 'i' can be reduced. [variableScope]
elvis-2.2_0/map.c:201:6: style: The scope of the variable 'i' can be reduced. [variableScope]
elvis-2.2_0/map.c:394:7: style: The scope of the variable 'ambkey' can be reduced. [variableScope]
elvis-2.2_0/map.c:394:15: style: The scope of the variable 'ambuser' can be reduced. [variableScope]
elvis-2.2_0/map.c:399:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
elvis-2.2_0/map.c:400:8: style: The scope of the variable 'cbname' can be reduced. [variableScope]
elvis-2.2_0/map.c:902:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
elvis-2.2_0/map.c:903:7: style: The scope of the variable 'cmd' can be reduced. [variableScope]
elvis-2.2_0/more.c:53:2: style: Variable 'win->di->drawstate' is reassigned a value before the old one has been used. [redundantAssignment]
elvis-2.2_0/more.c:51:2: note: Variable 'win->di->drawstate' is reassigned a value before the old one has been used.
elvis-2.2_0/more.c:53:2: note: Variable 'win->di->drawstate' is reassigned a value before the old one has been used.
elvis-2.2_0/more.c:86:7: style: The scope of the variable 'keyarray' can be reduced. [variableScope]
elvis-2.2_0/move.c:656:22: warning: Return value of function isspace() is not used. [ignoredReturnValue]
elvis-2.2_0/move.c:184:7: style: The scope of the variable 'match' can be reduced. [variableScope]
elvis-2.2_0/move.c:185:7: style: The scope of the variable 'nest' can be reduced. [variableScope]
elvis-2.2_0/move.c:187:7: style: The scope of the variable 'count' can be reduced. [variableScope]
elvis-2.2_0/move.c:794:7: style: The scope of the variable 'newline' can be reduced. [variableScope]
elvis-2.2_0/move.c:796:7: style: The scope of the variable 'atcursor' can be reduced. [variableScope]
elvis-2.2_0/move.c:1482:7: style: The scope of the variable 'tmp' can be reduced. [variableScope]
elvis-2.2_0/move.c:1907:13: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
elvis-2.2_0/operator.c:213:7: style: The scope of the variable 'curs' can be reduced. [variableScope]
elvis-2.2_0/options.c:53:7: style: struct member 'optstk_s::i' is never used. [unusedStructMember]
elvis-2.2_0/options.c:56:10: style: struct member 'optstk_s::buffer' is never used. [unusedStructMember]
elvis-2.2_0/osmsdos/osblock.c:66:7: style: The scope of the variable 'sesname' can be reduced. [variableScope]
elvis-2.2_0/osmsdos/osblock.c:67:8: style: The scope of the variable 'sespath' can be reduced. [variableScope]
elvis-2.2_0/osmsdos/osblock.c:68:6: style: The scope of the variable 'len' can be reduced. [variableScope]
elvis-2.2_0/osmsdos/osblock.c:68:11: style: The scope of the variable 'i' can be reduced. [variableScope]
elvis-2.2_0/osos2/osblock.c:63:16: style: The scope of the variable 'dfltname' can be reduced. [variableScope]
elvis-2.2_0/osos2/osblock.c:64:8: style: The scope of the variable 'i' can be reduced. [variableScope]
elvis-2.2_0/osos2/osprg.c:167:7: style: The scope of the variable 'pid' can be reduced. [variableScope]
elvis-2.2_0/osos2/osprg.c:566:10: error: Uninitialized variable: status [uninitvar]
elvis-2.2_0/osos2/ostext.c:73:60: style: Clarify calculation precedence for '|' and '?'. [clarifyCalculation]
elvis-2.2_0/osunix/osblock.c:46:14: style: The scope of the variable 'dfltname' can be reduced. [variableScope]
elvis-2.2_0/osunix/osblock.c:49:6: style: The scope of the variable 'i' can be reduced. [variableScope]
elvis-2.2_0/osunix/osblock.c:49:9: style: The scope of the variable 'j' can be reduced. [variableScope]
elvis-2.2_0/osunix/osblock.c:50:7: style: The scope of the variable 'oldcount' can be reduced. [variableScope]
elvis-2.2_0/osunix/osdir.c:386:7: style: The scope of the variable 'len' can be reduced. [variableScope]
elvis-2.2_0/oswin32/ls.c:184:10: style: The scope of the variable 'doomed' can be reduced. [variableScope]
elvis-2.2_0/oswin32/ls.c:31:21: style: Function 'P_' argument 1 names different: declaration 'name' definition 'imp'. [funcArgNamesDifferent]
elvis-2.2_0/oswin32/ls.c:26:28: note: Function 'P_' argument 1 names different: declaration 'name' definition 'imp'.
elvis-2.2_0/oswin32/ls.c:31:21: note: Function 'P_' argument 1 names different: declaration 'name' definition 'imp'.
elvis-2.2_0/oswin32/osdir.c:581:8: style: Unused variable: dw [unusedVariable]
elvis-2.2_0/oswin32/osdir.c:581:12: style: Unused variable: dw2 [unusedVariable]
elvis-2.2_0/oswin32/osdir.c:582:11: style: Unused variable: when [unusedVariable]
elvis-2.2_0/oswin32/osprg.c:856:13: style: The scope of the variable 'scansh' can be reduced. [variableScope]
elvis-2.2_0/ref.c:453:14: style: The scope of the variable 'file' can be reduced. [variableScope]
elvis-2.2_0/ref.c:310:10: error: Return value of allocation function 'fopen' is not stored. [leakReturnValNotUsed]
elvis-2.2_0/regexp.c:1700:5: style: Redundant pointer operation on 'here' - it's already a pointer. [redundantPointerOp]
elvis-2.2_0/regexp.c:1702:5: style: Redundant pointer operation on 'here' - it's already a pointer. [redundantPointerOp]
elvis-2.2_0/regexp.c:1724:5: style: Redundant pointer operation on 'here' - it's already a pointer. [redundantPointerOp]
elvis-2.2_0/regexp.c:1726:5: style: Redundant pointer operation on 'here' - it's already a pointer. [redundantPointerOp]
elvis-2.2_0/scan.c:265:14: style: The scope of the variable 'nextblkno' can be reduced. [variableScope]
elvis-2.2_0/session.c:188:7: style: The scope of the variable 'i' can be reduced. [variableScope]
elvis-2.2_0/session.c:534:6: style: The scope of the variable 'newsize' can be reduced. [variableScope]
elvis-2.2_0/session.c:537:6: style: The scope of the variable 'i' can be reduced. [variableScope]
elvis-2.2_0/tagelvis.c:1040:6: style: The scope of the variable 'i' can be reduced. [variableScope]
elvis-2.2_0/verify.c:407:2: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
elvis-2.2_0/verify.c:527:26: performance: Buffer 'argbuf' is being written before its old content has been used. [redundantCopy]
elvis-2.2_0/verify.c:525:26: note: Buffer 'argbuf' is being written before its old content has been used.
elvis-2.2_0/verify.c:527:26: note: Buffer 'argbuf' is being written before its old content has been used.
elvis-2.2_0/verify.c:529:26: performance: Buffer 'argbuf' is being written before its old content has been used. [redundantCopy]
elvis-2.2_0/verify.c:525:26: note: Buffer 'argbuf' is being written before its old content has been used.
elvis-2.2_0/verify.c:529:26: note: Buffer 'argbuf' is being written before its old content has been used.
elvis-2.2_0/verify.c:531:26: performance: Buffer 'argbuf' is being written before its old content has been used. [redundantCopy]
elvis-2.2_0/verify.c:525:26: note: Buffer 'argbuf' is being written before its old content has been used.
elvis-2.2_0/verify.c:531:26: note: Buffer 'argbuf' is being written before its old content has been used.
elvis-2.2_0/vi.c:1138:7: style: The scope of the variable 'tmp' can be reduced. [variableScope]
elvis-2.2_0/vicmd.c:86:9: style: The scope of the variable 'dotbuf' can be reduced. [variableScope]
elvis-2.2_0/vicmd.c:1063:6: style: The scope of the variable 'i' can be reduced. [variableScope]
elvis-2.2_0/window.c:388:13: style: Variable 'changed' is assigned a value that is never used. [unreadVariable]
[17:36]

ftp://ftp.se.debian.org/debian/pool/main/e/elvis-tiny/elvis-tiny_1.4.orig.tar.gz
elvis-tiny-1.4.orig/blk.c:202:14: error: Array 'blk[5]' accessed at index 5, which is out of bounds. [arrayIndexOutOfBounds]
elvis-tiny-1.4.orig/blk.c:183:2: note: After for loop, i has value 5
elvis-tiny-1.4.orig/blk.c:202:14: note: Array index out of bounds
elvis-tiny-1.4.orig/blk.c:65:10: style: The scope of the variable 'i' can be reduced. [variableScope]
elvis-tiny-1.4.orig/blk.c:327:11: style: The scope of the variable 'l' can be reduced. [variableScope]
elvis-tiny-1.4.orig/cmd1.c:172:12: style: The scope of the variable 'scan' can be reduced. [variableScope]
elvis-tiny-1.4.orig/cmd1.c:173:11: style: The scope of the variable 'i' can be reduced. [variableScope]
elvis-tiny-1.4.orig/cmd1.c:549:7: style: The scope of the variable 'oldflag' can be reduced. [variableScope]
elvis-tiny-1.4.orig/cmd1.c:598:8: style: The scope of the variable 'eow' can be reduced. [variableScope]
elvis-tiny-1.4.orig/cmd1.c:599:6: style: The scope of the variable 'col' can be reduced. [variableScope]
elvis-tiny-1.4.orig/cmd1.c:600:6: style: The scope of the variable 'arg' can be reduced. [variableScope]
elvis-tiny-1.4.orig/cmd1.c:601:6: style: The scope of the variable 'addcols' can be reduced. [variableScope]
elvis-tiny-1.4.orig/cmd1.c:602:6: style: The scope of the variable 'scrolled' can be reduced. [variableScope]
elvis-tiny-1.4.orig/cmd1.c:703:8: style: The scope of the variable 'mapto' can be reduced. [variableScope]
elvis-tiny-1.4.orig/cmd2.c:39:8: style: The scope of the variable 'opt' can be reduced. [variableScope]
elvis-tiny-1.4.orig/cmd2.c:260:7: style: The scope of the variable 'curs2' can be reduced. [variableScope]
elvis-tiny-1.4.orig/cmd2.c:308:7: style: The scope of the variable 'l' can be reduced. [variableScope]
elvis-tiny-1.4.orig/cmd2.c:381:8: style: The scope of the variable 'scan' can be reduced. [variableScope]
elvis-tiny-1.4.orig/cmd2.c:553:10: style: The scope of the variable 'rc' can be reduced. [variableScope]
elvis-tiny-1.4.orig/cmd2.c:557:6: style: The scope of the variable 'len' can be reduced. [variableScope]
elvis-tiny-1.4.orig/ctags.c:82:8: style: The scope of the variable 'fp' can be reduced. [variableScope]
elvis-tiny-1.4.orig/ctags.c:83:6: style: The scope of the variable 'i' can be reduced. [variableScope]
elvis-tiny-1.4.orig/curses.c:207:0: error: syntax error [syntaxError]
elvis-tiny-1.4.orig/cut.c:88:7: style: The scope of the variable 'cutfname' can be reduced. [variableScope]
elvis-tiny-1.4.orig/cut.c:458:12: style: The scope of the variable 'i' can be reduced. [variableScope]
elvis-tiny-1.4.orig/cut.c:611:13: style: The scope of the variable 'src' can be reduced. [variableScope]
elvis-tiny-1.4.orig/ex.c:305:0: error: syntax error [syntaxError]
elvis-tiny-1.4.orig/input.c:770:0: error: syntax error [syntaxError]
elvis-tiny-1.4.orig/main.c:126:0: error: syntax error [syntaxError]
elvis-tiny-1.4.orig/misc.c:21:7: style: The scope of the variable 'i' can be reduced. [variableScope]
elvis-tiny-1.4.orig/misc.c:23:8: style: The scope of the variable 'l' can be reduced. [variableScope]
elvis-tiny-1.4.orig/modify.c:420:6: style: The scope of the variable 'i' can be reduced. [variableScope]
elvis-tiny-1.4.orig/modify.c:421:7: style: The scope of the variable 'l' can be reduced. [variableScope]
elvis-tiny-1.4.orig/modify.c:422:8: style: The scope of the variable 'text' can be reduced. [variableScope]
elvis-tiny-1.4.orig/move1.c:307:8: style: The scope of the variable 'text' can be reduced. [variableScope]
elvis-tiny-1.4.orig/move1.c:350:8: style: The scope of the variable 'text' can be reduced. [variableScope]
elvis-tiny-1.4.orig/move5.c:29:11: style: The scope of the variable 'i' can be reduced. [variableScope]
elvis-tiny-1.4.orig/move5.c:169:11: style: The scope of the variable 'i' can be reduced. [variableScope]
elvis-tiny-1.4.orig/opts.c:198:6: style: The scope of the variable 'i' can be reduced. [variableScope]
elvis-tiny-1.4.orig/redraw.c:714:7: style: The scope of the variable 'i' can be reduced. [variableScope]
elvis-tiny-1.4.orig/refont.c:46:8: style: The scope of the variable 'fp' can be reduced. [variableScope]
elvis-tiny-1.4.orig/refont.c:47:9: style: The scope of the variable 'j' can be reduced. [variableScope]
elvis-tiny-1.4.orig/shell.c:175:6: style: The scope of the variable 'i' can be reduced. [variableScope]
elvis-tiny-1.4.orig/shell.c:220:18: style: The scope of the variable 'p' can be reduced. [variableScope]
elvis-tiny-1.4.orig/shell.c:70:31: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
elvis-tiny-1.4.orig/system.c:279:16: style: The scope of the variable 'd' can be reduced. [variableScope]
elvis-tiny-1.4.orig/system.c:336:6: style: The scope of the variable 'i' can be reduced. [variableScope]
elvis-tiny-1.4.orig/tio.c:45:0: error: syntax error [syntaxError]
elvis-tiny-1.4.orig/vcmd.c:625:0: error: syntax error [syntaxError]
elvis-tiny-1.4.orig/vi.c:528:0: error: syntax error [syntaxError]
elvis-tiny-1.4.orig/wildcard.c:91:6: style: The scope of the variable 'err' can be reduced. [variableScope]
elvis-tiny-1.4.orig/wildcard.c:93:6: style: The scope of the variable 'lastn' can be reduced. [variableScope]
[17:37]

ftp://ftp.se.debian.org/debian/pool/main/e/elvish/elvish_0.12+ds1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/elycharts.js/elycharts.js_2.1.5+ds.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/elyxer/elyxer_1.2.5.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/elza/elza_1.4.3.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/emacs/emacs_25.2+1.orig.tar.xz
emacs-25.2+1.orig/lib-src/etags.c:6959:3: style: Variable 'slashp[1]' is reassigned a value before the old one has been used. [redundantAssignment]
emacs-25.2+1.orig/lib-src/etags.c:6957:3: note: Variable 'slashp[1]' is reassigned a value before the old one has been used.
emacs-25.2+1.orig/lib-src/etags.c:6959:3: note: Variable 'slashp[1]' is reassigned a value before the old one has been used.
emacs-25.2+1.orig/lib-src/etags.c:1443:13: style: The scope of the variable 'lang' can be reduced. [variableScope]
emacs-25.2+1.orig/lib-src/etags.c:1760:9: style: The scope of the variable 'cp' can be reduced. [variableScope]
emacs-25.2+1.orig/lib-src/etags.c:2054:16: style: The scope of the variable 'dif' can be reduced. [variableScope]
emacs-25.2+1.orig/lib-src/etags.c:2206:18: style: The scope of the variable 'sp' can be reduced. [variableScope]
emacs-25.2+1.orig/lib-src/etags.c:2207:17: style: The scope of the variable 'fdp' can be reduced. [variableScope]
emacs-25.2+1.orig/lib-src/etags.c:4675:10: style: The scope of the variable 'bp' can be reduced. [variableScope]
emacs-25.2+1.orig/lib-src/etags.c:4837:14: style: The scope of the variable 'name' can be reduced. [variableScope]
emacs-25.2+1.orig/lib-src/etags.c:4982:8: style: The scope of the variable 'c' can be reduced. [variableScope]
emacs-25.2+1.orig/lib-src/etags.c:6607:9: style: The scope of the variable 'match' can be reduced. [variableScope]
emacs-25.2+1.orig/lib-src/etags.c:6609:11: style: The scope of the variable 'name' can be reduced. [variableScope]
emacs-25.2+1.orig/lib-src/etags.c:6967:29: style: Function 'filename_is_absolute' argument 1 names different: declaration 'f' definition 'fn'. [funcArgNamesDifferent]
emacs-25.2+1.orig/lib-src/etags.c:410:41: note: Function 'filename_is_absolute' argument 1 names different: declaration 'f' definition 'fn'.
emacs-25.2+1.orig/lib-src/etags.c:6967:29: note: Function 'filename_is_absolute' argument 1 names different: declaration 'f' definition 'fn'.
emacs-25.2+1.orig/lib-src/etags.c:1393:0: error: Memory leak: included_files [memleak]
emacs-25.2+1.orig/lib-src/etags.c:1393:0: error: Memory leak: argbuffer [memleak]
emacs-25.2+1.orig/lib-src/etags.c:1393:0: error: Memory leak: optstring [memleak]
emacs-25.2+1.orig/lib-src/ebrowse.c:488:3: warning: fprintf format string requires 0 parameters but 1 is given. [wrongPrintfScanfArgNum]
emacs-25.2+1.orig/lib-src/ebrowse.c:3064:15: style: Variable 'done' is reassigned a value before the old one has been used. [redundantAssignment]
emacs-25.2+1.orig/lib-src/ebrowse.c:3061:8: note: Variable 'done' is reassigned a value before the old one has been used.
emacs-25.2+1.orig/lib-src/ebrowse.c:3064:15: note: Variable 'done' is reassigned a value before the old one has been used.
emacs-25.2+1.orig/lib-src/ebrowse.c:3064:15: warning: Variable 'done' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch]
emacs-25.2+1.orig/lib-src/ebrowse.c:3061:8: note: Variable 'done' is reassigned a value before the old one has been used. 'break;' missing?
emacs-25.2+1.orig/lib-src/ebrowse.c:3064:15: note: Variable 'done' is reassigned a value before the old one has been used. 'break;' missing?
emacs-25.2+1.orig/lib-src/ebrowse.c:800:7: style: The scope of the variable 'i' can be reduced. [variableScope]
emacs-25.2+1.orig/lib-src/ebrowse.c:1939:15: style: The scope of the variable 'b' can be reduced. [variableScope]
emacs-25.2+1.orig/lib-src/ebrowse.c:2398:17: style: The scope of the variable 'ident_type_hash' can be reduced. [variableScope]
emacs-25.2+1.orig/lib-src/ebrowse.c:3002:15: style: The scope of the variable 'base_class' can be reduced. [variableScope]
emacs-25.2+1.orig/lib-src/ebrowse.c:3566:21: style: The scope of the variable 'nbytes' can be reduced. [variableScope]
emacs-25.2+1.orig/lib-src/ebrowse.c:531:19: error: Allocation with xmalloc, strcpy doesn't release it. [leakNoVarFunctionCall]
emacs-25.2+1.orig/lib-src/hexl.c:154:22: style: The scope of the variable 'd' can be reduced. [variableScope]
emacs-25.2+1.orig/lib-src/make-docfile.c:1333:7: style: The scope of the variable 'i' can be reduced. [variableScope]
emacs-25.2+1.orig/lib-src/make-docfile.c:654:11: style: Boolean variable 'a_nil' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
emacs-25.2+1.orig/lib-src/movemail.c:252:7: style: Condition '!spool_name' is always true [knownConditionTrueFalse]
emacs-25.2+1.orig/lib-src/movemail.c:247:22: note: Assignment 'spool_name=0', assigned value is 0
emacs-25.2+1.orig/lib-src/movemail.c:252:7: note: Condition '!spool_name' is always true
emacs-25.2+1.orig/lib-src/movemail.c:400:18: style: Same expression on both sides of '<' because the value of 'status' and '0' are the same. [duplicateExpression]
emacs-25.2+1.orig/lib-src/movemail.c:339:20: note: 'status' is assigned value '0' here.
emacs-25.2+1.orig/lib-src/movemail.c:400:18: note: Same expression on both sides of '<' because the value of 'status' and '0' are the same.
emacs-25.2+1.orig/lib-src/ntlib.c:180:15: style: The scope of the variable 'input' can be reduced. [variableScope]
emacs-25.2+1.orig/lib-src/ntlib.c:440:10: style: The scope of the variable 'fd' can be reduced. [variableScope]
emacs-25.2+1.orig/lib-src/ntlib.c:318:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
emacs-25.2+1.orig/lib-src/update-game-score.c:504:34: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
emacs-25.2+1.orig/lib-src/update-game-score.c:329:7: error: Memory leak: filedata [memleak]
emacs-25.2+1.orig/lib-src/update-game-score.c:334:5: error: Memory leak: filedata [memleak]
emacs-25.2+1.orig/lib-src/update-game-score.c:339:7: error: Memory leak: filedata [memleak]
emacs-25.2+1.orig/lib-src/update-game-score.c:410:7: error: Common realloc mistake: 'newscores' nulled but not freed upon failure [memleakOnRealloc]
emacs-25.2+1.orig/lib-src/update-game-score.c:236:0: error: Memory leak: scorefile [memleak]
emacs-25.2+1.orig/lib/acl-internal.h:64:0: error: #error "Please include config.h first." [preprocessorErrorDirective]
emacs-25.2+1.orig/lib/openat.h:30:0: error: #error "Please include config.h first." [preprocessorErrorDirective]
emacs-25.2+1.orig/lib/binary-io.h:30:0: error: #error "Please include config.h first." [preprocessorErrorDirective]
emacs-25.2+1.orig/lib/c-ctype.h:30:0: error: #error "Please include config.h first." [preprocessorErrorDirective]
emacs-25.2+1.orig/lib/count-one-bits.h:26:0: error: #error "Please include config.h first." [preprocessorErrorDirective]
emacs-25.2+1.orig/lib/count-trailing-zeros.h:26:0: error: #error "Please include config.h first." [preprocessorErrorDirective]
emacs-25.2+1.orig/lib/ftoastr.c:126:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
emacs-25.2+1.orig/lib/timespec.h:25:0: error: #error "Please include config.h first." [preprocessorErrorDirective]
emacs-25.2+1.orig/lib/euidaccess.c:167:41: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
emacs-25.2+1.orig/lib/euidaccess.c:168:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
emacs-25.2+1.orig/lib/euidaccess.c:169:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
emacs-25.2+1.orig/lib/euidaccess.c:170:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
emacs-25.2+1.orig/lib/euidaccess.c:171:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
emacs-25.2+1.orig/lib/euidaccess.c:172:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
emacs-25.2+1.orig/lib/euidaccess.c:173:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
emacs-25.2+1.orig/lib/euidaccess.c:174:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
emacs-25.2+1.orig/lib/euidaccess.c:175:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
emacs-25.2+1.orig/lib/filemode.c:99:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
emacs-25.2+1.orig/lib/filemode.c:100:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
emacs-25.2+1.orig/lib/filemode.c:102:13: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
emacs-25.2+1.orig/lib/filemode.c:103:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
emacs-25.2+1.orig/lib/filemode.c:104:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
emacs-25.2+1.orig/lib/filemode.c:105:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
emacs-25.2+1.orig/lib/filemode.c:107:13: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
emacs-25.2+1.orig/lib/filemode.c:108:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
emacs-25.2+1.orig/lib/filemode.c:109:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
emacs-25.2+1.orig/lib/filemode.c:110:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
emacs-25.2+1.orig/lib/filemode.c:112:13: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
emacs-25.2+1.orig/lib/filemode.c:113:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
emacs-25.2+1.orig/lib/fsync.c:81:0: error: #error "This platform lacks fsync function, and Gnulib doesn't provide a replacement. This is a bug in Gnulib." [preprocessorErrorDirective]
emacs-25.2+1.orig/lib/gettext.h:216:15: style: The scope of the variable 'translation' can be reduced. [variableScope]
emacs-25.2+1.orig/lib/gettext.h:262:15: style: The scope of the variable 'translation' can be reduced. [variableScope]
emacs-25.2+1.orig/lib/getopt.c:346:25: style: Function '_getopt_internal_r' argument 1 names different: declaration '___argc' definition 'argc'. [funcArgNamesDifferent]
emacs-25.2+1.orig/lib/getopt_int.h:118:36: note: Function '_getopt_internal_r' argument 1 names different: declaration '___argc' definition 'argc'.
emacs-25.2+1.orig/lib/getopt.c:346:25: note: Function '_getopt_internal_r' argument 1 names different: declaration '___argc' definition 'argc'.
emacs-25.2+1.orig/lib/getopt.c:346:38: style: Function '_getopt_internal_r' argument 2 names different: declaration '___argv' definition 'argv'. [funcArgNamesDifferent]
emacs-25.2+1.orig/lib/getopt_int.h:118:52: note: Function '_getopt_internal_r' argument 2 names different: declaration '___argv' definition 'argv'.
emacs-25.2+1.orig/lib/getopt.c:346:38: note: Function '_getopt_internal_r' argument 2 names different: declaration '___argv' definition 'argv'.
emacs-25.2+1.orig/lib/getopt.c:346:56: style: Function '_getopt_internal_r' argument 3 names different: declaration '__shortopts' definition 'optstring'. [funcArgNamesDifferent]
emacs-25.2+1.orig/lib/getopt_int.h:119:44: note: Function '_getopt_internal_r' argument 3 names different: declaration '__shortopts' definition 'optstring'.
emacs-25.2+1.orig/lib/getopt.c:346:56: note: Function '_getopt_internal_r' argument 3 names different: declaration '__shortopts' definition 'optstring'.
emacs-25.2+1.orig/lib/getopt.c:347:42: style: Function '_getopt_internal_r' argument 4 names different: declaration '__longopts' definition 'longopts'. [funcArgNamesDifferent]
emacs-25.2+1.orig/lib/getopt_int.h:120:53: note: Function '_getopt_internal_r' argument 4 names different: declaration '__longopts' definition 'longopts'.
emacs-25.2+1.orig/lib/getopt.c:347:42: note: Function '_getopt_internal_r' argument 4 names different: declaration '__longopts' definition 'longopts'.
emacs-25.2+1.orig/lib/getopt.c:347:57: style: Function '_getopt_internal_r' argument 5 names different: declaration '__longind' definition 'longind'. [funcArgNamesDifferent]
emacs-25.2+1.orig/lib/getopt_int.h:120:70: note: Function '_getopt_internal_r' argument 5 names different: declaration '__longind' definition 'longind'.
emacs-25.2+1.orig/lib/getopt.c:347:57: note: Function '_getopt_internal_r' argument 5 names different: declaration '__longind' definition 'longind'.
emacs-25.2+1.orig/lib/getopt.c:348:25: style: Function '_getopt_internal_r' argument 6 names different: declaration '__long_only' definition 'long_only'. [funcArgNamesDifferent]
emacs-25.2+1.orig/lib/getopt_int.h:121:36: note: Function '_getopt_internal_r' argument 6 names different: declaration '__long_only' definition 'long_only'.
emacs-25.2+1.orig/lib/getopt.c:348:25: note: Function '_getopt_internal_r' argument 6 names different: declaration '__long_only' definition 'long_only'.
emacs-25.2+1.orig/lib/getopt.c:348:57: style: Function '_getopt_internal_r' argument 7 names different: declaration '__data' definition 'd'. [funcArgNamesDifferent]
emacs-25.2+1.orig/lib/getopt_int.h:121:70: note: Function '_getopt_internal_r' argument 7 names different: declaration '__data' definition 'd'.
emacs-25.2+1.orig/lib/getopt.c:348:57: note: Function '_getopt_internal_r' argument 7 names different: declaration '__data' definition 'd'.
emacs-25.2+1.orig/lib/getopt.c:348:64: style: Function '_getopt_internal_r' argument 8 names different: declaration '__posixly_correct' definition 'posixly_correct'. [funcArgNamesDifferent]
emacs-25.2+1.orig/lib/getopt_int.h:122:36: note: Function '_getopt_internal_r' argument 8 names different: declaration '__posixly_correct' definition 'posixly_correct'.
emacs-25.2+1.orig/lib/getopt.c:348:64: note: Function '_getopt_internal_r' argument 8 names different: declaration '__posixly_correct' definition 'posixly_correct'.
emacs-25.2+1.orig/lib/getopt.c:1158:23: style: Function '_getopt_internal' argument 1 names different: declaration '___argc' definition 'argc'. [funcArgNamesDifferent]
emacs-25.2+1.orig/lib/getopt_int.h:24:34: note: Function '_getopt_internal' argument 1 names different: declaration '___argc' definition 'argc'.
emacs-25.2+1.orig/lib/getopt.c:1158:23: note: Function '_getopt_internal' argument 1 names different: declaration '___argc' definition 'argc'.
emacs-25.2+1.orig/lib/getopt.c:1158:36: style: Function '_getopt_internal' argument 2 names different: declaration '___argv' definition 'argv'. [funcArgNamesDifferent]
emacs-25.2+1.orig/lib/getopt_int.h:24:50: note: Function '_getopt_internal' argument 2 names different: declaration '___argv' definition 'argv'.
emacs-25.2+1.orig/lib/getopt.c:1158:36: note: Function '_getopt_internal' argument 2 names different: declaration '___argv' definition 'argv'.
emacs-25.2+1.orig/lib/getopt.c:1158:54: style: Function '_getopt_internal' argument 3 names different: declaration '__shortopts' definition 'optstring'. [funcArgNamesDifferent]
emacs-25.2+1.orig/lib/getopt_int.h:25:42: note: Function '_getopt_internal' argument 3 names different: declaration '__shortopts' definition 'optstring'.
emacs-25.2+1.orig/lib/getopt.c:1158:54: note: Function '_getopt_internal' argument 3 names different: declaration '__shortopts' definition 'optstring'.
emacs-25.2+1.orig/lib/getopt.c:1159:40: style: Function '_getopt_internal' argument 4 names different: declaration '__longopts' definition 'longopts'. [funcArgNamesDifferent]
emacs-25.2+1.orig/lib/getopt_int.h:26:51: note: Function '_getopt_internal' argument 4 names different: declaration '__longopts' definition 'longopts'.
emacs-25.2+1.orig/lib/getopt.c:1159:40: note: Function '_getopt_internal' argument 4 names different: declaration '__longopts' definition 'longopts'.
emacs-25.2+1.orig/lib/getopt.c:1159:55: style: Function '_getopt_internal' argument 5 names different: declaration '__longind' definition 'longind'. [funcArgNamesDifferent]
emacs-25.2+1.orig/lib/getopt_int.h:26:68: note: Function '_getopt_internal' argument 5 names different: declaration '__longind' definition 'longind'.
emacs-25.2+1.orig/lib/getopt.c:1159:55: note: Function '_getopt_internal' argument 5 names different: declaration '__longind' definition 'longind'.
emacs-25.2+1.orig/lib/getopt.c:1159:68: style: Function '_getopt_internal' argument 6 names different: declaration '__long_only' definition 'long_only'. [funcArgNamesDifferent]
emacs-25.2+1.orig/lib/getopt_int.h:27:34: note: Function '_getopt_internal' argument 6 names different: declaration '__long_only' definition 'long_only'.
emacs-25.2+1.orig/lib/getopt.c:1159:68: note: Function '_getopt_internal' argument 6 names different: declaration '__long_only' definition 'long_only'.
emacs-25.2+1.orig/lib/getopt.c:1160:23: style: Function '_getopt_internal' argument 7 names different: declaration '__posixly_correct' definition 'posixly_correct'. [funcArgNamesDifferent]
emacs-25.2+1.orig/lib/getopt_int.h:27:51: note: Function '_getopt_internal' argument 7 names different: declaration '__posixly_correct' definition 'posixly_correct'.
emacs-25.2+1.orig/lib/getopt.c:1160:23: note: Function '_getopt_internal' argument 7 names different: declaration '__posixly_correct' definition 'posixly_correct'.
emacs-25.2+1.orig/lib/getopt1.c:48:21: style: Function '_getopt_long_r' argument 1 names different: declaration '___argc' definition 'argc'. [funcArgNamesDifferent]
emacs-25.2+1.orig/lib/getopt_int.h:124:32: note: Function '_getopt_long_r' argument 1 names different: declaration '___argc' definition 'argc'.
emacs-25.2+1.orig/lib/getopt1.c:48:21: note: Function '_getopt_long_r' argument 1 names different: declaration '___argc' definition 'argc'.
emacs-25.2+1.orig/lib/getopt1.c:48:34: style: Function '_getopt_long_r' argument 2 names different: declaration '___argv' definition 'argv'. [funcArgNamesDifferent]
emacs-25.2+1.orig/lib/getopt_int.h:124:48: note: Function '_getopt_long_r' argument 2 names different: declaration '___argv' definition 'argv'.
emacs-25.2+1.orig/lib/getopt1.c:48:34: note: Function '_getopt_long_r' argument 2 names different: declaration '___argv' definition 'argv'.
emacs-25.2+1.orig/lib/getopt1.c:48:52: style: Function '_getopt_long_r' argument 3 names different: declaration '__shortopts' definition 'options'. [funcArgNamesDifferent]
emacs-25.2+1.orig/lib/getopt_int.h:125:40: note: Function '_getopt_long_r' argument 3 names different: declaration '__shortopts' definition 'options'.
emacs-25.2+1.orig/lib/getopt1.c:48:52: note: Function '_getopt_long_r' argument 3 names different: declaration '__shortopts' definition 'options'.
emacs-25.2+1.orig/lib/getopt1.c:49:38: style: Function '_getopt_long_r' argument 4 names different: declaration '__longopts' definition 'long_options'. [funcArgNamesDifferent]
emacs-25.2+1.orig/lib/getopt_int.h:126:49: note: Function '_getopt_long_r' argument 4 names different: declaration '__longopts' definition 'long_options'.
emacs-25.2+1.orig/lib/getopt1.c:49:38: note: Function '_getopt_long_r' argument 4 names different: declaration '__longopts' definition 'long_options'.
emacs-25.2+1.orig/lib/getopt1.c:49:57: style: Function '_getopt_long_r' argument 5 names different: declaration '__longind' definition 'opt_index'. [funcArgNamesDifferent]
emacs-25.2+1.orig/lib/getopt_int.h:126:66: note: Function '_getopt_long_r' argument 5 names different: declaration '__longind' definition 'opt_index'.
emacs-25.2+1.orig/lib/getopt1.c:49:57: note: Function '_getopt_long_r' argument 5 names different: declaration '__longind' definition 'opt_index'.
emacs-25.2+1.orig/lib/getopt1.c:50:38: style: Function '_getopt_long_r' argument 6 names different: declaration '__data' definition 'd'. [funcArgNamesDifferent]
emacs-25.2+1.orig/lib/getopt_int.h:127:49: note: Function '_getopt_long_r' argument 6 names different: declaration '__data' definition 'd'.
emacs-25.2+1.orig/lib/getopt1.c:50:38: note: Function '_getopt_long_r' argument 6 names different: declaration '__data' definition 'd'.
emacs-25.2+1.orig/lib/getopt1.c:71:26: style: Function '_getopt_long_only_r' argument 1 names different: declaration '___argc' definition 'argc'. [funcArgNamesDifferent]
emacs-25.2+1.orig/lib/getopt_int.h:129:37: note: Function '_getopt_long_only_r' argument 1 names different: declaration '___argc' definition 'argc'.
emacs-25.2+1.orig/lib/getopt1.c:71:26: note: Function '_getopt_long_only_r' argument 1 names different: declaration '___argc' definition 'argc'.
emacs-25.2+1.orig/lib/getopt1.c:71:39: style: Function '_getopt_long_only_r' argument 2 names different: declaration '___argv' definition 'argv'. [funcArgNamesDifferent]
emacs-25.2+1.orig/lib/getopt_int.h:129:53: note: Function '_getopt_long_only_r' argument 2 names different: declaration '___argv' definition 'argv'.
emacs-25.2+1.orig/lib/getopt1.c:71:39: note: Function '_getopt_long_only_r' argument 2 names different: declaration '___argv' definition 'argv'.
emacs-25.2+1.orig/lib/getopt1.c:71:57: style: Function '_getopt_long_only_r' argument 3 names different: declaration '__shortopts' definition 'options'. [funcArgNamesDifferent]
emacs-25.2+1.orig/lib/getopt_int.h:130:45: note: Function '_getopt_long_only_r' argument 3 names different: declaration '__shortopts' definition 'options'.
emacs-25.2+1.orig/lib/getopt1.c:71:57: note: Function '_getopt_long_only_r' argument 3 names different: declaration '__shortopts' definition 'options'.
emacs-25.2+1.orig/lib/getopt1.c:72:43: style: Function '_getopt_long_only_r' argument 4 names different: declaration '__longopts' definition 'long_options'. [funcArgNamesDifferent]
emacs-25.2+1.orig/lib/getopt_int.h:131:54: note: Function '_getopt_long_only_r' argument 4 names different: declaration '__longopts' definition 'long_options'.
emacs-25.2+1.orig/lib/getopt1.c:72:43: note: Function '_getopt_long_only_r' argument 4 names different: declaration '__longopts' definition 'long_options'.
emacs-25.2+1.orig/lib/getopt1.c:72:62: style: Function '_getopt_long_only_r' argument 5 names different: declaration '__longind' definition 'opt_index'. [funcArgNamesDifferent]
emacs-25.2+1.orig/lib/getopt_int.h:132:38: note: Function '_getopt_long_only_r' argument 5 names different: declaration '__longind' definition 'opt_index'.
emacs-25.2+1.orig/lib/getopt1.c:72:62: note: Function '_getopt_long_only_r' argument 5 names different: declaration '__longind' definition 'opt_index'.
emacs-25.2+1.orig/lib/getopt1.c:73:43: style: Function '_getopt_long_only_r' argument 6 names different: declaration '__data' definition 'd'. [funcArgNamesDifferent]
emacs-25.2+1.orig/lib/getopt_int.h:133:54: note: Function '_getopt_long_only_r' argument 6 names different: declaration '__data' definition 'd'.
emacs-25.2+1.orig/lib/getopt1.c:73:43: note: Function '_getopt_long_only_r' argument 6 names different: declaration '__data' definition 'd'.
emacs-25.2+1.orig/lib/gettimeofday.c:144:0: error: #error "Only 1-second nominal clock resolution found.  Is that intended?" \ [preprocessorErrorDirective]
emacs-25.2+1.orig/lib/memrchr.c:82:19: style: Condition '4294967295U<(unsigned long)-1' is always false [knownConditionTrueFalse]
emacs-25.2+1.orig/lib/mktime.c:207:29: style: Same value in both branches of ternary operator. [duplicateValueTernary]
emacs-25.2+1.orig/lib/mktime.c:208:29: style: Same value in both branches of ternary operator. [duplicateValueTernary]
emacs-25.2+1.orig/lib/mktime.c:80:1: style: struct member 'long_int_is_wide_enough::a' is never used. [unusedStructMember]
emacs-25.2+1.orig/lib/mktime.c:134:1: style: struct member 'time_t_is_integer::a' is never used. [unusedStructMember]
emacs-25.2+1.orig/lib/mktime.c:135:1: style: struct member 'twos_complement_arithmetic::a' is never used. [unusedStructMember]
emacs-25.2+1.orig/lib/mktime.c:142:1: style: struct member 'base_year_is_a_multiple_of_100::a' is never used. [unusedStructMember]
emacs-25.2+1.orig/lib/mktime.c:203:3: style: struct member 'C99_integer_division::a' is never used. [unusedStructMember]
emacs-25.2+1.orig/lib/mktime.c:260:3: style: struct member 'int_no_wider_than_time_t::a' is never used. [unusedStructMember]
emacs-25.2+1.orig/lib/u64.h:23:0: error: #error "Please include config.h first." [preprocessorErrorDirective]
emacs-25.2+1.orig/lib/sig2str.c:283:15: style: Condition '0<rtmin' is always false [knownConditionTrueFalse]
emacs-25.2+1.orig/lib/sig2str.c:280:21: note: Assignment 'rtmin=0', assigned value is 0
emacs-25.2+1.orig/lib/sig2str.c:283:15: note: Condition '0<rtmin' is always false
emacs-25.2+1.orig/lib/sig2str.c:289:20: style: Condition '0<rtmax' is always false [knownConditionTrueFalse]
emacs-25.2+1.orig/lib/sig2str.c:281:21: note: Assignment 'rtmax=0-1', assigned value is -1
emacs-25.2+1.orig/lib/sig2str.c:289:20: note: Condition '0<rtmax' is always false
emacs-25.2+1.orig/lib/stat-time.h:27:0: error: #error "Please include config.h first." [preprocessorErrorDirective]
emacs-25.2+1.orig/lib/strftime.c:497:7: style: Condition '!zone' is always true [knownConditionTrueFalse]
emacs-25.2+1.orig/lib/strftime.c:465:10: note: Assignment 'zone=NULL', assigned value is 0
emacs-25.2+1.orig/lib/strftime.c:497:7: note: Condition '!zone' is always true
emacs-25.2+1.orig/lib/strftime.c:338:34: style: Same value in both branches of ternary operator. [duplicateValueTernary]
emacs-25.2+1.orig/lib/strftime.c:339:34: style: Same value in both branches of ternary operator. [duplicateValueTernary]
emacs-25.2+1.orig/lib/strftime.c:613:11: error: Invalid memset() argument nr 3. The value is -2 but the valid values are '0:'. [invalidFunctionArg]
emacs-25.2+1.orig/lib/strftime.c:524:20: note: Assignment 'width=-1', assigned value is -1
emacs-25.2+1.orig/lib/strftime.c:613:11: note: Assignment '_delta=width-_n', assigned value is -2
emacs-25.2+1.orig/lib/strftime.c:613:11: note: Invalid argument
emacs-25.2+1.orig/lib/tempname.c:190:7: style: The scope of the variable 'fd' can be reduced. [variableScope]
emacs-25.2+1.orig/src/lisp.h:76:0: error: #error "INTPTR_MAX misconfigured" [preprocessorErrorDirective]
emacs-25.2+1.orig/nt/addpm.c:171:9: style: The scope of the variable 'p' can be reduced. [variableScope]
emacs-25.2+1.orig/nt/addpm.c:315:12: style: The scope of the variable 'add_item' can be reduced. [variableScope]
emacs-25.2+1.orig/nt/addpm.c:127:29: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
emacs-25.2+1.orig/nt/cmdproxy.c:202:24: style: Same expression on both sides of '==' because the value of 'escape_char' and ''\\'' are the same. [duplicateExpression]
emacs-25.2+1.orig/nt/cmdproxy.c:141:25: note: 'escape_char' is assigned value ''\\'' here.
emacs-25.2+1.orig/nt/cmdproxy.c:202:24: note: Same expression on both sides of '==' because the value of 'escape_char' and ''\\'' are the same.
emacs-25.2+1.orig/nt/cmdproxy.c:219:24: style: Same expression on both sides of '==' because the value of 'escape_char' and ''\\'' are the same. [duplicateExpression]
emacs-25.2+1.orig/nt/cmdproxy.c:141:25: note: 'escape_char' is assigned value ''\\'' here.
emacs-25.2+1.orig/nt/cmdproxy.c:219:24: note: Same expression on both sides of '==' because the value of 'escape_char' and ''\\'' are the same.
emacs-25.2+1.orig/nt/cmdproxy.c:252:7: style: The scope of the variable 'i' can be reduced. [variableScope]
emacs-25.2+1.orig/nt/cmdproxy.c:330:15: style: The scope of the variable 'fname' can be reduced. [variableScope]
emacs-25.2+1.orig/nt/cmdproxy.c:364:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
emacs-25.2+1.orig/nt/cmdproxy.c:404:24: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
emacs-25.2+1.orig/nt/cmdproxy.c:728:33: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
emacs-25.2+1.orig/nt/cmdproxy.c:856:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
emacs-25.2+1.orig/nt/cmdproxy.c:901:18: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
emacs-25.2+1.orig/nt/ddeclient.c:43:9: style: The scope of the variable 'command' can be reduced. [variableScope]
emacs-25.2+1.orig/nt/preprep.c:408:3: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
emacs-25.2+1.orig/nt/preprep.c:411:3: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
emacs-25.2+1.orig/nt/preprep.c:414:3: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
emacs-25.2+1.orig/nt/preprep.c:453:7: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
emacs-25.2+1.orig/nt/preprep.c:482:7: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
emacs-25.2+1.orig/nt/preprep.c:503:7: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
emacs-25.2+1.orig/nt/preprep.c:517:3: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
emacs-25.2+1.orig/nt/preprep.c:636:12: style: The scope of the variable 'holder' can be reduced. [variableScope]
emacs-25.2+1.orig/nt/preprep.c:769:24: error: Buffer overrun possible for long command line arguments. [insecureCmdLineArgs]
emacs-25.2+1.orig/nt/preprep.c:770:25: error: Buffer overrun possible for long command line arguments. [insecureCmdLineArgs]
emacs-25.2+1.orig/nt/preprep.c:570:36: error: Uninitialized variable: import_delta_rva [uninitvar]
emacs-25.2+1.orig/nt/preprep.c:597:35: error: Uninitialized variable: import_delta_rva [uninitvar]
emacs-25.2+1.orig/nt/preprep.c:663:34: error: Uninitialized variable: end_block [uninitvar]
emacs-25.2+1.orig/nt/preprep.c:664:76: error: Uninitialized variable: end_block [uninitvar]
emacs-25.2+1.orig/nt/preprep.c:669:23: error: Uninitialized variable: end_block [uninitvar]
emacs-25.2+1.orig/nt/runemacs.c:75:17: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
emacs-25.2+1.orig/oldXMenu/AddPane.c:49:2: error: Memory leak: pane [memleak]
emacs-25.2+1.orig/oldXMenu/ChgSel.c:32:9: style: The scope of the variable 'label_length' can be reduced. [variableScope]
emacs-25.2+1.orig/oldXMenu/ChgSel.c:33:9: style: The scope of the variable 'label_width' can be reduced. [variableScope]
emacs-25.2+1.orig/oldXMenu/Create.c:194:44: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
emacs-25.2+1.orig/oldXMenu/Create.c:179:5: error: Memory leak: menu [memleak]
emacs-25.2+1.orig/oldXMenu/Create.c:188:5: error: Memory leak: menu [memleak]
emacs-25.2+1.orig/oldXMenu/Create.c:188:5: error: Memory leak: pane [memleak]
emacs-25.2+1.orig/oldXMenu/InsPane.c:59:2: error: Memory leak: pane [memleak]
emacs-25.2+1.orig/oldXMenu/Internal.c:743:6: style: Variable 'changes' is reassigned a value before the old one has been used. [redundantAssignment]
emacs-25.2+1.orig/oldXMenu/Internal.c:741:6: note: Variable 'changes' is reassigned a value before the old one has been used.
emacs-25.2+1.orig/oldXMenu/Internal.c:743:6: note: Variable 'changes' is reassigned a value before the old one has been used.
emacs-25.2+1.orig/oldXMenu/Internal.c:206:18: style: The scope of the variable 'pq_index' can be reduced. [variableScope]
emacs-25.2+1.orig/oldXMenu/Internal.c:207:18: style: The scope of the variable 'sq_index' can be reduced. [variableScope]
emacs-25.2+1.orig/oldXMenu/Internal.c:208:22: style: The scope of the variable 'p_ptr' can be reduced. [variableScope]
emacs-25.2+1.orig/oldXMenu/Internal.c:209:24: style: The scope of the variable 's_ptr' can be reduced. [variableScope]
emacs-25.2+1.orig/oldXMenu/Internal.c:210:19: style: The scope of the variable 'valuemask' can be reduced. [variableScope]
emacs-25.2+1.orig/oldXMenu/Internal.c:536:19: style: The scope of the variable 'change_mask' can be reduced. [variableScope]
emacs-25.2+1.orig/oldXMenu/Internal.c:537:21: style: The scope of the variable 'changes' can be reduced. [variableScope]
emacs-25.2+1.orig/oldXMenu/Internal.c:684:21: style: The scope of the variable 'changes' can be reduced. [variableScope]
emacs-25.2+1.orig/oldXMenu/Internal.c:685:19: style: The scope of the variable 'change_mask' can be reduced. [variableScope]
emacs-25.2+1.orig/oldXMenu/Internal.c:201:98: style: Function '_XMWinQueFlush' argument 4 names different: declaration 'select' definition 'sel'. [funcArgNamesDifferent]
emacs-25.2+1.orig/oldXMenu/XMenuInt.h:54:75: note: Function '_XMWinQueFlush' argument 4 names different: declaration 'select' definition 'sel'.
emacs-25.2+1.orig/oldXMenu/Internal.c:201:98: note: Function '_XMWinQueFlush' argument 4 names different: declaration 'select' definition 'sel'.
emacs-25.2+1.orig/oldXMenu/Internal.c:937:89: style: Function '_XMRefreshSelection' argument 3 names different: declaration 'select' definition 'sel'. [funcArgNamesDifferent]
emacs-25.2+1.orig/oldXMenu/XMenuInt.h:62:67: note: Function '_XMRefreshSelection' argument 3 names different: declaration 'select' definition 'sel'.
emacs-25.2+1.orig/oldXMenu/Internal.c:937:89: note: Function '_XMRefreshSelection' argument 3 names different: declaration 'select' definition 'sel'.
emacs-25.2+1.orig/oldXMenu/Internal.c:743:6: error: Memory leak: changes [memleak]
emacs-25.2+1.orig/oldXMenu/Recomp.c:27:18: style: The scope of the variable 's_num' can be reduced. [variableScope]
emacs-25.2+1.orig/oldXMenu/XCrAssoc.c:40:3: error: Memory leak: table [memleak]
emacs-25.2+1.orig/oldXMenu/insque.c:33:21: style: Function 'emacs_insque' argument 1 names different: declaration 'elem' definition 'velem'. [funcArgNamesDifferent]
emacs-25.2+1.orig/oldXMenu/XMenuInt.h:63:26: note: Function 'emacs_insque' argument 1 names different: declaration 'elem' definition 'velem'.
emacs-25.2+1.orig/oldXMenu/insque.c:33:21: note: Function 'emacs_insque' argument 1 names different: declaration 'elem' definition 'velem'.
emacs-25.2+1.orig/oldXMenu/insque.c:33:34: style: Function 'emacs_insque' argument 2 names different: declaration 'prev' definition 'vprev'. [funcArgNamesDifferent]
emacs-25.2+1.orig/oldXMenu/XMenuInt.h:63:38: note: Function 'emacs_insque' argument 2 names different: declaration 'prev' definition 'vprev'.
emacs-25.2+1.orig/oldXMenu/insque.c:33:34: note: Function 'emacs_insque' argument 2 names different: declaration 'prev' definition 'vprev'.
emacs-25.2+1.orig/oldXMenu/insque.c:48:21: style: Function 'emacs_remque' argument 1 names different: declaration 'elem' definition 'velem'. [funcArgNamesDifferent]
emacs-25.2+1.orig/oldXMenu/XMenuInt.h:64:26: note: Function 'emacs_remque' argument 1 names different: declaration 'elem' definition 'velem'.
emacs-25.2+1.orig/oldXMenu/insque.c:48:21: note: Function 'emacs_remque' argument 1 names different: declaration 'elem' definition 'velem'.
emacs-25.2+1.orig/src/dynlib.c:318:0: error: #error "No dynamic loading for this system" [preprocessorErrorDirective]
emacs-25.2+1.orig/src/gmalloc.c:1551:15: style: The scope of the variable 'lastadj' can be reduced. [variableScope]
emacs-25.2+1.orig/src/gmalloc.c:1516:31: style: Function '__default_morecore' argument 1 names different: declaration 'size' definition 'increment'. [funcArgNamesDifferent]
emacs-25.2+1.orig/src/gmalloc.c:250:44: note: Function '__default_morecore' argument 1 names different: declaration 'size' definition 'increment'.
emacs-25.2+1.orig/src/gmalloc.c:1516:31: note: Function '__default_morecore' argument 1 names different: declaration 'size' definition 'increment'.
emacs-25.2+1.orig/src/gmalloc.c:301:12: style: struct member 'mstats::bytes_total' is never used. [unusedStructMember]
emacs-25.2+1.orig/src/gmalloc.c:302:12: style: struct member 'mstats::chunks_used' is never used. [unusedStructMember]
emacs-25.2+1.orig/src/gmalloc.c:303:12: style: struct member 'mstats::bytes_used' is never used. [unusedStructMember]
emacs-25.2+1.orig/src/gmalloc.c:304:12: style: struct member 'mstats::chunks_free' is never used. [unusedStructMember]
emacs-25.2+1.orig/src/gmalloc.c:305:12: style: struct member 'mstats::bytes_free' is never used. [unusedStructMember]
emacs-25.2+1.orig/src/ralloc.c:540:7: warning: Either the condition 'heap' is redundant or there is possible null pointer dereference: heap. [nullPointerRedundantCheck]
emacs-25.2+1.orig/src/ralloc.c:527:14: note: Assuming that condition 'heap' is not redundant
emacs-25.2+1.orig/src/ralloc.c:540:7: note: Null pointer dereference
emacs-25.2+1.orig/src/ralloc.c:541:7: warning: Either the condition 'heap' is redundant or there is possible null pointer dereference: heap. [nullPointerRedundantCheck]
emacs-25.2+1.orig/src/ralloc.c:527:14: note: Assuming that condition 'heap' is not redundant
emacs-25.2+1.orig/src/ralloc.c:541:7: note: Null pointer dereference
emacs-25.2+1.orig/src/ralloc.c:542:11: warning: Either the condition 'heap' is redundant or there is possible null pointer dereference: heap. [nullPointerRedundantCheck]
emacs-25.2+1.orig/src/ralloc.c:527:14: note: Assuming that condition 'heap' is not redundant
emacs-25.2+1.orig/src/ralloc.c:542:11: note: Null pointer dereference
emacs-25.2+1.orig/src/ralloc.c:224:10: style: The scope of the variable 'already_available' can be reduced. [variableScope]
emacs-25.2+1.orig/src/regex.c:3960:56: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
emacs-25.2+1.orig/src/regex.c:4366:9: style: Condition 'multibyte' is always false [knownConditionTrueFalse]
emacs-25.2+1.orig/src/regex.c:4278:29: note: Assignment 'multibyte=0', assigned value is 0
emacs-25.2+1.orig/src/regex.c:4366:9: note: Condition 'multibyte' is always false
emacs-25.2+1.orig/src/regex.c:4398:9: style: Condition 'multibyte' is always false [knownConditionTrueFalse]
emacs-25.2+1.orig/src/regex.c:4278:29: note: Assignment 'multibyte=0', assigned value is 0
emacs-25.2+1.orig/src/regex.c:4398:9: note: Condition 'multibyte' is always false
emacs-25.2+1.orig/src/regex.c:4420:12: style: Condition 'multibyte' is always false [knownConditionTrueFalse]
emacs-25.2+1.orig/src/regex.c:4278:29: note: Assignment 'multibyte=0', assigned value is 0
emacs-25.2+1.orig/src/regex.c:4420:12: note: Condition 'multibyte' is always false
emacs-25.2+1.orig/src/regex.c:5087:18: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
emacs-25.2+1.orig/src/regex.c:5084:17: note: Assignment 'string1=0', assigned value is 0
emacs-25.2+1.orig/src/regex.c:5087:18: note: Null pointer addition
emacs-25.2+1.orig/src/regex.c:5498:10: warning: Redundant assignment of 'c1' to itself. [selfAssignment]
emacs-25.2+1.orig/src/regex.c:1225:29: style: Function 're_set_syntax' argument 1 names different: declaration '__syntax' definition 'syntax'. [funcArgNamesDifferent]
emacs-25.2+1.orig/src/regex.h:462:49: note: Function 're_set_syntax' argument 1 names different: declaration '__syntax' definition 'syntax'.
emacs-25.2+1.orig/src/regex.c:1225:29: note: Function 're_set_syntax' argument 1 names different: declaration '__syntax' definition 'syntax'.
emacs-25.2+1.orig/src/regex.c:4173:47: style: Function 're_compile_fastmap' argument 1 names different: declaration '__buffer' definition 'bufp'. [funcArgNamesDifferent]
emacs-25.2+1.orig/src/regex.h:474:58: note: Function 're_compile_fastmap' argument 1 names different: declaration '__buffer' definition 'bufp'.
emacs-25.2+1.orig/src/regex.c:4173:47: note: Function 're_compile_fastmap' argument 1 names different: declaration '__buffer' definition 'bufp'.
emacs-25.2+1.orig/src/regex.c:4203:45: style: Function 're_set_registers' argument 1 names different: declaration '__buffer' definition 'bufp'. [funcArgNamesDifferent]
emacs-25.2+1.orig/src/regex.h:525:57: note: Function 're_set_registers' argument 1 names different: declaration '__buffer' definition 'bufp'.
emacs-25.2+1.orig/src/regex.c:4203:45: note: Function 're_set_registers' argument 1 names different: declaration '__buffer' definition 'bufp'.
emacs-25.2+1.orig/src/regex.c:4203:72: style: Function 're_set_registers' argument 2 names different: declaration '__regs' definition 'regs'. [funcArgNamesDifferent]
emacs-25.2+1.orig/src/regex.h:526:31: note: Function 're_set_registers' argument 2 names different: declaration '__regs' definition 'regs'.
emacs-25.2+1.orig/src/regex.c:4203:72: note: Function 're_set_registers' argument 2 names different: declaration '__regs' definition 'regs'.
emacs-25.2+1.orig/src/regex.c:4203:91: style: Function 're_set_registers' argument 3 names different: declaration '__num_regs' definition 'num_regs'. [funcArgNamesDifferent]
emacs-25.2+1.orig/src/regex.h:527:19: note: Function 're_set_registers' argument 3 names different: declaration '__num_regs' definition 'num_regs'.
emacs-25.2+1.orig/src/regex.c:4203:91: note: Function 're_set_registers' argument 3 names different: declaration '__num_regs' definition 'num_regs'.
emacs-25.2+1.orig/src/regex.c:4203:111: style: Function 're_set_registers' argument 4 names different: declaration '__starts' definition 'starts'. [funcArgNamesDifferent]
emacs-25.2+1.orig/src/regex.h:528:20: note: Function 're_set_registers' argument 4 names different: declaration '__starts' definition 'starts'.
emacs-25.2+1.orig/src/regex.c:4203:111: note: Function 're_set_registers' argument 4 names different: declaration '__starts' definition 'starts'.
emacs-25.2+1.orig/src/regex.c:4203:129: style: Function 're_set_registers' argument 5 names different: declaration '__ends' definition 'ends'. [funcArgNamesDifferent]
emacs-25.2+1.orig/src/regex.h:528:40: note: Function 're_set_registers' argument 5 names different: declaration '__ends' definition 'ends'.
emacs-25.2+1.orig/src/regex.c:4203:129: note: Function 're_set_registers' argument 5 names different: declaration '__ends' definition 'ends'.
emacs-25.2+1.orig/src/regex.c:4227:38: style: Function 're_search' argument 1 names different: declaration '__buffer' definition 'bufp'. [funcArgNamesDifferent]
emacs-25.2+1.orig/src/regex.h:482:54: note: Function 're_search' argument 1 names different: declaration '__buffer' definition 'bufp'.
emacs-25.2+1.orig/src/regex.c:4227:38: note: Function 're_search' argument 1 names different: declaration '__buffer' definition 'bufp'.
emacs-25.2+1.orig/src/regex.c:4227:56: style: Function 're_search' argument 2 names different: declaration '__string' definition 'string'. [funcArgNamesDifferent]
emacs-25.2+1.orig/src/regex.h:483:19: note: Function 're_search' argument 2 names different: declaration '__string' definition 'string'.
emacs-25.2+1.orig/src/regex.c:4227:56: note: Function 're_search' argument 2 names different: declaration '__string' definition 'string'.
emacs-25.2+1.orig/src/regex.c:4227:71: style: Function 're_search' argument 3 names different: declaration '__length' definition 'size'. [funcArgNamesDifferent]
emacs-25.2+1.orig/src/regex.h:483:36: note: Function 're_search' argument 3 names different: declaration '__length' definition 'size'.
emacs-25.2+1.orig/src/regex.c:4227:71: note: Function 're_search' argument 3 names different: declaration '__length' definition 'size'.
emacs-25.2+1.orig/src/regex.c:4228:13: style: Function 're_search' argument 4 names different: declaration '__start' definition 'startpos'. [funcArgNamesDifferent]
emacs-25.2+1.orig/src/regex.h:484:15: note: Function 're_search' argument 4 names different: declaration '__start' definition 'startpos'.
emacs-25.2+1.orig/src/regex.c:4228:13: note: Function 're_search' argument 4 names different: declaration '__start' definition 'startpos'.
emacs-25.2+1.orig/src/regex.c:4228:31: style: Function 're_search' argument 5 names different: declaration '__range' definition 'range'. [funcArgNamesDifferent]
emacs-25.2+1.orig/src/regex.h:484:32: note: Function 're_search' argument 5 names different: declaration '__range' definition 'range'.
emacs-25.2+1.orig/src/regex.c:4228:31: note: Function 're_search' argument 5 names different: declaration '__range' definition 'range'.
emacs-25.2+1.orig/src/regex.c:4228:59: style: Function 're_search' argument 6 names different: declaration '__regs' definition 'regs'. [funcArgNamesDifferent]
emacs-25.2+1.orig/src/regex.h:485:28: note: Function 're_search' argument 6 names different: declaration '__regs' definition 'regs'.
emacs-25.2+1.orig/src/regex.c:4228:59: note: Function 're_search' argument 6 names different: declaration '__regs' definition 'regs'.
emacs-25.2+1.orig/src/regex.c:4265:40: style: Function 're_search_2' argument 1 names different: declaration '__buffer' definition 'bufp'. [funcArgNamesDifferent]
emacs-25.2+1.orig/src/regex.h:490:56: note: Function 're_search_2' argument 1 names different: declaration '__buffer' definition 'bufp'.
emacs-25.2+1.orig/src/regex.c:4265:40: note: Function 're_search_2' argument 1 names different: declaration '__buffer' definition 'bufp'.
emacs-25.2+1.orig/src/regex.c:4265:58: style: Function 're_search_2' argument 2 names different: declaration '__string1' definition 'str1'. [funcArgNamesDifferent]
emacs-25.2+1.orig/src/regex.h:491:21: note: Function 're_search_2' argument 2 names different: declaration '__string1' definition 'str1'.
emacs-25.2+1.orig/src/regex.c:4265:58: note: Function 're_search_2' argument 2 names different: declaration '__string1' definition 'str1'.
emacs-25.2+1.orig/src/regex.c:4265:71: style: Function 're_search_2' argument 3 names different: declaration '__length1' definition 'size1'. [funcArgNamesDifferent]
emacs-25.2+1.orig/src/regex.h:491:39: note: Function 're_search_2' argument 3 names different: declaration '__length1' definition 'size1'.
emacs-25.2+1.orig/src/regex.c:4265:71: note: Function 're_search_2' argument 3 names different: declaration '__length1' definition 'size1'.
emacs-25.2+1.orig/src/regex.c:4266:19: style: Function 're_search_2' argument 4 names different: declaration '__string2' definition 'str2'. [funcArgNamesDifferent]
emacs-25.2+1.orig/src/regex.h:492:21: note: Function 're_search_2' argument 4 names different: declaration '__string2' definition 'str2'.
emacs-25.2+1.orig/src/regex.c:4266:19: note: Function 're_search_2' argument 4 names different: declaration '__string2' definition 'str2'.
emacs-25.2+1.orig/src/regex.c:4266:32: style: Function 're_search_2' argument 5 names different: declaration '__length2' definition 'size2'. [funcArgNamesDifferent]
emacs-25.2+1.orig/src/regex.h:492:39: note: Function 're_search_2' argument 5 names different: declaration '__length2' definition 'size2'.
emacs-25.2+1.orig/src/regex.c:4266:32: note: Function 're_search_2' argument 5 names different: declaration '__length2' definition 'size2'.
emacs-25.2+1.orig/src/regex.c:4266:47: style: Function 're_search_2' argument 6 names different: declaration '__start' definition 'startpos'. [funcArgNamesDifferent]
emacs-25.2+1.orig/src/regex.h:493:17: note: Function 're_search_2' argument 6 names different: declaration '__start' definition 'startpos'.
emacs-25.2+1.orig/src/regex.c:4266:47: note: Function 're_search_2' argument 6 names different: declaration '__start' definition 'startpos'.
emacs-25.2+1.orig/src/regex.c:4266:65: style: Function 're_search_2' argument 7 names different: declaration '__range' definition 'range'. [funcArgNamesDifferent]
emacs-25.2+1.orig/src/regex.h:493:34: note: Function 're_search_2' argument 7 names different: declaration '__range' definition 'range'.
emacs-25.2+1.orig/src/regex.c:4266:65: note: Function 're_search_2' argument 7 names different: declaration '__range' definition 'range'.
emacs-25.2+1.orig/src/regex.c:4267:28: style: Function 're_search_2' argument 8 names different: declaration '__regs' definition 'regs'. [funcArgNamesDifferent]
emacs-25.2+1.orig/src/regex.h:494:30: note: Function 're_search_2' argument 8 names different: declaration '__regs' definition 'regs'.
emacs-25.2+1.orig/src/regex.c:4267:28: note: Function 're_search_2' argument 8 names different: declaration '__regs' definition 'regs'.
emacs-25.2+1.orig/src/regex.c:4267:42: style: Function 're_search_2' argument 9 names different: declaration '__stop' definition 'stop'. [funcArgNamesDifferent]
emacs-25.2+1.orig/src/regex.h:495:17: note: Function 're_search_2' argument 9 names different: declaration '__stop' definition 'stop'.
emacs-25.2+1.orig/src/regex.c:4267:42: note: Function 're_search_2' argument 9 names different: declaration '__stop' definition 'stop'.
emacs-25.2+1.orig/src/regex.c:4881:37: style: Function 're_match' argument 1 names different: declaration '__buffer' definition 'bufp'. [funcArgNamesDifferent]
emacs-25.2+1.orig/src/regex.h:500:53: note: Function 're_match' argument 1 names different: declaration '__buffer' definition 'bufp'.
emacs-25.2+1.orig/src/regex.c:4881:37: note: Function 're_match' argument 1 names different: declaration '__buffer' definition 'bufp'.
emacs-25.2+1.orig/src/regex.c:4881:55: style: Function 're_match' argument 2 names different: declaration '__string' definition 'string'. [funcArgNamesDifferent]
emacs-25.2+1.orig/src/regex.h:501:18: note: Function 're_match' argument 2 names different: declaration '__string' definition 'string'.
emacs-25.2+1.orig/src/regex.c:4881:55: note: Function 're_match' argument 2 names different: declaration '__string' definition 'string'.
emacs-25.2+1.orig/src/regex.c:4882:11: style: Function 're_match' argument 3 names different: declaration '__length' definition 'size'. [funcArgNamesDifferent]
emacs-25.2+1.orig/src/regex.h:501:35: note: Function 're_match' argument 3 names different: declaration '__length' definition 'size'.
emacs-25.2+1.orig/src/regex.c:4882:11: note: Function 're_match' argument 3 names different: declaration '__length' definition 'size'.
emacs-25.2+1.orig/src/regex.c:4882:25: style: Function 're_match' argument 4 names different: declaration '__start' definition 'pos'. [funcArgNamesDifferent]
emacs-25.2+1.orig/src/regex.h:502:14: note: Function 're_match' argument 4 names different: declaration '__start' definition 'pos'.
emacs-25.2+1.orig/src/regex.c:4882:25: note: Function 're_match' argument 4 names different: declaration '__start' definition 'pos'.
emacs-25.2+1.orig/src/regex.c:4882:51: style: Function 're_match' argument 5 names different: declaration '__regs' definition 'regs'. [funcArgNamesDifferent]
emacs-25.2+1.orig/src/regex.h:502:44: note: Function 're_match' argument 5 names different: declaration '__regs' definition 'regs'.
emacs-25.2+1.orig/src/regex.c:4882:51: note: Function 're_match' argument 5 names different: declaration '__regs' definition 'regs'.
emacs-25.2+1.orig/src/regex.c:4911:39: style: Function 're_match_2' argument 1 names different: declaration '__buffer' definition 'bufp'. [funcArgNamesDifferent]
emacs-25.2+1.orig/src/regex.h:506:55: note: Function 're_match_2' argument 1 names different: declaration '__buffer' definition 'bufp'.
emacs-25.2+1.orig/src/regex.c:4911:39: note: Function 're_match_2' argument 1 names different: declaration '__buffer' definition 'bufp'.
emacs-25.2+1.orig/src/regex.c:4911:57: style: Function 're_match_2' argument 2 names different: declaration '__string1' definition 'string1'. [funcArgNamesDifferent]
emacs-25.2+1.orig/src/regex.h:507:20: note: Function 're_match_2' argument 2 names different: declaration '__string1' definition 'string1'.
emacs-25.2+1.orig/src/regex.c:4911:57: note: Function 're_match_2' argument 2 names different: declaration '__string1' definition 'string1'.
emacs-25.2+1.orig/src/regex.c:4912:13: style: Function 're_match_2' argument 3 names different: declaration '__length1' definition 'size1'. [funcArgNamesDifferent]
emacs-25.2+1.orig/src/regex.h:507:38: note: Function 're_match_2' argument 3 names different: declaration '__length1' definition 'size1'.
emacs-25.2+1.orig/src/regex.c:4912:13: note: Function 're_match_2' argument 3 names different: declaration '__length1' definition 'size1'.
emacs-25.2+1.orig/src/regex.c:4912:32: style: Function 're_match_2' argument 4 names different: declaration '__string2' definition 'string2'. [funcArgNamesDifferent]
emacs-25.2+1.orig/src/regex.h:508:20: note: Function 're_match_2' argument 4 names different: declaration '__string2' definition 'string2'.
emacs-25.2+1.orig/src/regex.c:4912:32: note: Function 're_match_2' argument 4 names different: declaration '__string2' definition 'string2'.
emacs-25.2+1.orig/src/regex.c:4912:48: style: Function 're_match_2' argument 5 names different: declaration '__length2' definition 'size2'. [funcArgNamesDifferent]
emacs-25.2+1.orig/src/regex.h:508:38: note: Function 're_match_2' argument 5 names different: declaration '__length2' definition 'size2'.
emacs-25.2+1.orig/src/regex.c:4912:48: note: Function 're_match_2' argument 5 names different: declaration '__length2' definition 'size2'.
emacs-25.2+1.orig/src/regex.c:4912:63: style: Function 're_match_2' argument 6 names different: declaration '__start' definition 'pos'. [funcArgNamesDifferent]
emacs-25.2+1.orig/src/regex.h:509:16: note: Function 're_match_2' argument 6 names different: declaration '__start' definition 'pos'.
emacs-25.2+1.orig/src/regex.c:4912:63: note: Function 're_match_2' argument 6 names different: declaration '__start' definition 'pos'.
emacs-25.2+1.orig/src/regex.c:4913:27: style: Function 're_match_2' argument 7 names different: declaration '__regs' definition 'regs'. [funcArgNamesDifferent]
emacs-25.2+1.orig/src/regex.h:509:46: note: Function 're_match_2' argument 7 names different: declaration '__regs' definition 'regs'.
emacs-25.2+1.orig/src/regex.c:4913:27: note: Function 're_match_2' argument 7 names different: declaration '__regs' definition 'regs'.
emacs-25.2+1.orig/src/regex.c:4913:41: style: Function 're_match_2' argument 8 names different: declaration '__stop' definition 'stop'. [funcArgNamesDifferent]
emacs-25.2+1.orig/src/regex.h:510:16: note: Function 're_match_2' argument 8 names different: declaration '__stop' definition 'stop'.
emacs-25.2+1.orig/src/regex.c:4913:41: note: Function 're_match_2' argument 8 names different: declaration '__stop' definition 'stop'.
emacs-25.2+1.orig/src/regex.c:6291:42: style: Function 'bcmp_translate' argument 5 names different: declaration 'multibyte' definition 'target_multibyte'. [funcArgNamesDifferent]
emacs-25.2+1.orig/src/regex.c:4510:17: note: Function 'bcmp_translate' argument 5 names different: declaration 'multibyte' definition 'target_multibyte'.
emacs-25.2+1.orig/src/regex.c:6291:42: note: Function 'bcmp_translate' argument 5 names different: declaration 'multibyte' definition 'target_multibyte'.
emacs-25.2+1.orig/src/regex.c:6332:33: style: Function 're_compile_pattern' argument 1 names different: declaration '__pattern' definition 'pattern'. [funcArgNamesDifferent]
emacs-25.2+1.orig/src/regex.h:467:52: note: Function 're_compile_pattern' argument 1 names different: declaration '__pattern' definition 'pattern'.
emacs-25.2+1.orig/src/regex.c:6332:33: note: Function 're_compile_pattern' argument 1 names different: declaration '__pattern' definition 'pattern'.
emacs-25.2+1.orig/src/regex.c:6332:49: style: Function 're_compile_pattern' argument 2 names different: declaration '__length' definition 'length'. [funcArgNamesDifferent]
emacs-25.2+1.orig/src/regex.h:467:70: note: Function 're_compile_pattern' argument 2 names different: declaration '__length' definition 'length'.
emacs-25.2+1.orig/src/regex.c:6332:49: note: Function 're_compile_pattern' argument 2 names different: declaration '__length' definition 'length'.
emacs-25.2+1.orig/src/regex.c:6333:33: style: Function 're_compile_pattern' argument 3 names different: declaration '__buffer' definition 'bufp'. [funcArgNamesDifferent]
emacs-25.2+1.orig/src/regex.h:468:38: note: Function 're_compile_pattern' argument 3 names different: declaration '__buffer' definition 'bufp'.
emacs-25.2+1.orig/src/regex.c:6333:33: note: Function 're_compile_pattern' argument 3 names different: declaration '__buffer' definition 'bufp'.
emacs-25.2+1.orig/src/regex.c:6458:30: style: Function 'regcomp' argument 1 names different: declaration '__preg' definition 'preg'. [funcArgNamesDifferent]
emacs-25.2+1.orig/src/regex.h:567:51: note: Function 'regcomp' argument 1 names different: declaration '__preg' definition 'preg'.
emacs-25.2+1.orig/src/regex.c:6458:30: note: Function 'regcomp' argument 1 names different: declaration '__preg' definition 'preg'.
emacs-25.2+1.orig/src/regex.c:6458:59: style: Function 'regcomp' argument 2 names different: declaration '__pattern' definition 'pattern'. [funcArgNamesDifferent]
emacs-25.2+1.orig/src/regex.h:568:33: note: Function 'regcomp' argument 2 names different: declaration '__pattern' definition 'pattern'.
emacs-25.2+1.orig/src/regex.c:6458:59: note: Function 'regcomp' argument 2 names different: declaration '__pattern' definition 'pattern'.
emacs-25.2+1.orig/src/regex.c:6459:7: style: Function 'regcomp' argument 3 names different: declaration '__cflags' definition 'cflags'. [funcArgNamesDifferent]
emacs-25.2+1.orig/src/regex.h:569:14: note: Function 'regcomp' argument 3 names different: declaration '__cflags' definition 'cflags'.
emacs-25.2+1.orig/src/regex.c:6459:7: note: Function 'regcomp' argument 3 names different: declaration '__cflags' definition 'cflags'.
emacs-25.2+1.orig/src/regex.c:6539:36: style: Function 'regexec' argument 1 names different: declaration '__preg' definition 'preg'. [funcArgNamesDifferent]
emacs-25.2+1.orig/src/regex.h:571:57: note: Function 'regexec' argument 1 names different: declaration '__preg' definition 'preg'.
emacs-25.2+1.orig/src/regex.c:6539:36: note: Function 'regexec' argument 1 names different: declaration '__preg' definition 'preg'.
emacs-25.2+1.orig/src/regex.c:6539:65: style: Function 'regexec' argument 2 names different: declaration '__string' definition 'string'. [funcArgNamesDifferent]
emacs-25.2+1.orig/src/regex.h:572:33: note: Function 'regexec' argument 2 names different: declaration '__string' definition 'string'.
emacs-25.2+1.orig/src/regex.c:6539:65: note: Function 'regexec' argument 2 names different: declaration '__string' definition 'string'.
emacs-25.2+1.orig/src/regex.c:6540:10: style: Function 'regexec' argument 3 names different: declaration '__nmatch' definition 'nmatch'. [funcArgNamesDifferent]
emacs-25.2+1.orig/src/regex.h:572:50: note: Function 'regexec' argument 3 names different: declaration '__nmatch' definition 'nmatch'.
emacs-25.2+1.orig/src/regex.c:6540:10: note: Function 'regexec' argument 3 names different: declaration '__nmatch' definition 'nmatch'.
emacs-25.2+1.orig/src/regex.c:6540:29: style: Function 'regexec' argument 4 names different: declaration '__pmatch' definition 'pmatch'. [funcArgNamesDifferent]
emacs-25.2+1.orig/src/regex.h:573:21: note: Function 'regexec' argument 4 names different: declaration '__pmatch' definition 'pmatch'.
emacs-25.2+1.orig/src/regex.c:6540:29: note: Function 'regexec' argument 4 names different: declaration '__pmatch' definition 'pmatch'.
emacs-25.2+1.orig/src/regex.c:6540:57: style: Function 'regexec' argument 5 names different: declaration '__eflags' definition 'eflags'. [funcArgNamesDifferent]
emacs-25.2+1.orig/src/regex.h:574:14: note: Function 'regexec' argument 5 names different: declaration '__eflags' definition 'eflags'.
emacs-25.2+1.orig/src/regex.c:6540:57: note: Function 'regexec' argument 5 names different: declaration '__eflags' definition 'eflags'.
emacs-25.2+1.orig/src/regex.c:6612:15: style: Function 'regerror' argument 1 names different: declaration '__errcode' definition 'err_code'. [funcArgNamesDifferent]
emacs-25.2+1.orig/src/regex.h:576:29: note: Function 'regerror' argument 1 names different: declaration '__errcode' definition 'err_code'.
emacs-25.2+1.orig/src/regex.c:6612:15: note: Function 'regerror' argument 1 names different: declaration '__errcode' definition 'err_code'.
emacs-25.2+1.orig/src/regex.c:6612:40: style: Function 'regerror' argument 2 names different: declaration '__preg' definition 'preg'. [funcArgNamesDifferent]
emacs-25.2+1.orig/src/regex.h:576:56: note: Function 'regerror' argument 2 names different: declaration '__preg' definition 'preg'.
emacs-25.2+1.orig/src/regex.c:6612:40: note: Function 'regerror' argument 2 names different: declaration '__preg' definition 'preg'.
emacs-25.2+1.orig/src/regex.c:6612:52: style: Function 'regerror' argument 3 names different: declaration '__errbuf' definition 'errbuf'. [funcArgNamesDifferent]
emacs-25.2+1.orig/src/regex.h:577:10: note: Function 'regerror' argument 3 names different: declaration '__errbuf' definition 'errbuf'.
emacs-25.2+1.orig/src/regex.c:6612:52: note: Function 'regerror' argument 3 names different: declaration '__errbuf' definition 'errbuf'.
emacs-25.2+1.orig/src/regex.c:6612:67: style: Function 'regerror' argument 4 names different: declaration '__errbuf_size' definition 'errbuf_size'. [funcArgNamesDifferent]
emacs-25.2+1.orig/src/regex.h:577:27: note: Function 'regerror' argument 4 names different: declaration '__errbuf_size' definition 'errbuf_size'.
emacs-25.2+1.orig/src/regex.c:6612:67: note: Function 'regerror' argument 4 names different: declaration '__errbuf_size' definition 'errbuf_size'.
emacs-25.2+1.orig/src/regex.c:6648:19: style: Function 'regfree' argument 1 names different: declaration '__preg' definition 'preg'. [funcArgNamesDifferent]
emacs-25.2+1.orig/src/regex.h:579:31: note: Function 'regfree' argument 1 names different: declaration '__preg' definition 'preg'.
emacs-25.2+1.orig/src/regex.c:6648:19: note: Function 'regfree' argument 1 names different: declaration '__preg' definition 'preg'.
emacs-25.2+1.orig/src/regex.c:5036:3: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
emacs-25.2+1.orig/src/regex.c:5046:18: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
emacs-25.2+1.orig/src/regex.c:5047:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
emacs-25.2+1.orig/src/regex.c:5048:23: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
emacs-25.2+1.orig/src/regex.c:5049:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
emacs-25.2+1.orig/src/regex.c:5564:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
emacs-25.2+1.orig/src/regex.c:5747:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
emacs-25.2+1.orig/src/regex.c:5778:8: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
emacs-25.2+1.orig/src/regex.c:5800:8: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
emacs-25.2+1.orig/src/regex.c:5822:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
emacs-25.2+1.orig/src/regex.c:5894:8: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
emacs-25.2+1.orig/src/regex.c:5912:8: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
emacs-25.2+1.orig/src/regex.c:5931:6: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
emacs-25.2+1.orig/src/regex.c:6247:8: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
emacs-25.2+1.orig/src/regex.c:2562:7: error: Memory leak: compile_stack.stack [memleak]
emacs-25.2+1.orig/src/regex.c:3825:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
emacs-25.2+1.orig/src/regex.c:3828:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
emacs-25.2+1.orig/src/regex.c:2562:7: error: Uninitialized variable: len [uninitvar]
emacs-25.2+1.orig/src/regex.c:2677:9: error: Uninitialized variable: len [uninitvar]
emacs-25.2+1.orig/src/regex.c:2684:3: error: Uninitialized variable: len [uninitvar]
emacs-25.2+1.orig/src/regex.c:2834:3: error: Uninitialized variable: len [uninitvar]
emacs-25.2+1.orig/src/regex.c:2841:7: error: Uninitialized variable: len [uninitvar]
emacs-25.2+1.orig/src/regex.c:2863:7: error: Uninitialized variable: len [uninitvar]
emacs-25.2+1.orig/src/regex.c:2872:11: error: Uninitialized variable: len [uninitvar]
emacs-25.2+1.orig/src/regex.c:2896:25: error: Uninitialized variable: len [uninitvar]
emacs-25.2+1.orig/src/regex.c:2970:7: error: Uninitialized variable: len [uninitvar]
emacs-25.2+1.orig/src/regex.c:2973:7: error: Uninitialized variable: len [uninitvar]
emacs-25.2+1.orig/src/regex.c:3109:4: error: Uninitialized variable: len [uninitvar]
emacs-25.2+1.orig/src/regex.c:3126:4: error: Uninitialized variable: len [uninitvar]
emacs-25.2+1.orig/src/regex.c:3129:8: error: Uninitialized variable: len [uninitvar]
emacs-25.2+1.orig/src/regex.c:3319:3: error: Uninitialized variable: len [uninitvar]
emacs-25.2+1.orig/src/regex.c:3322:5: error: Uninitialized variable: len [uninitvar]
emacs-25.2+1.orig/src/regex.c:3337:7: error: Uninitialized variable: len [uninitvar]
emacs-25.2+1.orig/src/regex.c:3539:15: error: Uninitialized variable: len [uninitvar]
emacs-25.2+1.orig/src/regex.c:5441:11: error: Uninitialized variable: buf_charlen [uninitvar]
emacs-25.2+1.orig/src/regex.c:5551:11: error: Uninitialized variable: len [uninitvar]
emacs-25.2+1.orig/test/cedet/tests/test.c:218:3: style: Variable 'sv' is reassigned a value before the old one has been used. [redundantAssignment]
emacs-25.2+1.orig/test/cedet/tests/test.c:212:0: note: Variable 'sv' is reassigned a value before the old one has been used.
emacs-25.2+1.orig/test/cedet/tests/test.c:218:3: note: Variable 'sv' is reassigned a value before the old one has been used.
emacs-25.2+1.orig/test/cedet/tests/test.c:61:22: style: struct member 'typedef_of_anonymous_struct::slot_a' is never used. [unusedStructMember]
emacs-25.2+1.orig/test/cedet/tests/test.c:87:21: style: union member 'typedef_of_anonymous_union::slot_a' is never used. [unusedStructMember]
emacs-25.2+1.orig/test/cedet/tests/test.c:156:0: style: Variable 'sv' is assigned a value that is never used. [unreadVariable]
emacs-25.2+1.orig/test/cedet/tests/test.c:161:0: style: Variable 'sv' is assigned a value that is never used. [unreadVariable]
emacs-25.2+1.orig/test/cedet/tests/test.c:166:0: style: Variable 'sv' is assigned a value that is never used. [unreadVariable]
emacs-25.2+1.orig/test/cedet/tests/test.c:171:0: style: Variable 'sv' is assigned a value that is never used. [unreadVariable]
emacs-25.2+1.orig/test/cedet/tests/test.c:176:0: style: Variable 'sv' is assigned a value that is never used. [unreadVariable]
emacs-25.2+1.orig/test/cedet/tests/test.c:211:0: style: Variable 'q' is assigned a value that is never used. [unreadVariable]
emacs-25.2+1.orig/test/cedet/tests/test.c:218:3: style: Variable 'sv' is assigned a value that is never used. [unreadVariable]
emacs-25.2+1.orig/test/cedet/tests/test.c:224:15: style: Variable 'testconst' is assigned a value that is never used. [unreadVariable]
emacs-25.2+1.orig/test/cedet/tests/test.c:217:9: error: Uninitialized struct member: ms1.slot11 [uninitStructMember]
emacs-25.2+1.orig/test/cedet/tests/testdoublens.cpp:27:10: warning: Member variable 'Foo::pMumble' is not initialized in the constructor. [uninitMemberVar]
emacs-25.2+1.orig/test/cedet/tests/testdoublens.cpp:148:5: style: The class 'Bar' does not have a constructor although it has private member variables. [noConstructor]
emacs-25.2+1.orig/test/cedet/tests/testdoublens.cpp:111:11: style: Unused private function: 'Bar::baz' [unusedPrivateFunction]
emacs-25.2+1.orig/test/cedet/tests/testdoublens.hpp:31:11: performance: Technically the member function 'Name1::Name2::Foo::get' can be static. [functionStatic]
emacs-25.2+1.orig/test/cedet/tests/testdoublens.cpp:34:14: note: Technically the member function 'Name1::Name2::Foo::get' can be static.
emacs-25.2+1.orig/test/cedet/tests/testdoublens.hpp:31:11: note: Technically the member function 'Name1::Name2::Foo::get' can be static.
emacs-25.2+1.orig/test/cedet/tests/testdoublens.hpp:34:12: performance: Technically the member function 'Name1::Name2::Foo::publishStuff' can be static. [functionStatic]
emacs-25.2+1.orig/test/cedet/tests/testdoublens.cpp:42:15: note: Technically the member function 'Name1::Name2::Foo::publishStuff' can be static.
emacs-25.2+1.orig/test/cedet/tests/testdoublens.hpp:34:12: note: Technically the member function 'Name1::Name2::Foo::publishStuff' can be static.
emacs-25.2+1.orig/test/cedet/tests/testdoublens.hpp:36:12: performance: Technically the member function 'Name1::Name2::Foo::sendStuff' can be static. [functionStatic]
emacs-25.2+1.orig/test/cedet/tests/testdoublens.cpp:46:15: note: Technically the member function 'Name1::Name2::Foo::sendStuff' can be static.
emacs-25.2+1.orig/test/cedet/tests/testdoublens.hpp:36:12: note: Technically the member function 'Name1::Name2::Foo::sendStuff' can be static.
emacs-25.2+1.orig/test/cedet/tests/testdoublens.cpp:88:10: style: Technically the member function 'A::bar::xx' can be const. [functionConst]
emacs-25.2+1.orig/test/cedet/tests/testdoublens.cpp:93:13: note: Technically the member function 'A::bar::xx' can be const.
emacs-25.2+1.orig/test/cedet/tests/testdoublens.cpp:88:10: note: Technically the member function 'A::bar::xx' can be const.
emacs-25.2+1.orig/test/cedet/tests/testdoublens.cpp:111:11: performance: Technically the member function 'a::b::Bar::baz' can be static. [functionStatic]
emacs-25.2+1.orig/test/cedet/tests/testdoublens.cpp:114:14: note: Technically the member function 'a::b::Bar::baz' can be static.
emacs-25.2+1.orig/test/cedet/tests/testdoublens.cpp:111:11: note: Technically the member function 'a::b::Bar::baz' can be static.
emacs-25.2+1.orig/test/cedet/tests/testdoublens.cpp:151:11: style: Technically the member function 'd::f::Bar::baz' can be const. [functionConst]
emacs-25.2+1.orig/test/cedet/tests/testdoublens.cpp:157:14: note: Technically the member function 'd::f::Bar::baz' can be const.
emacs-25.2+1.orig/test/cedet/tests/testdoublens.cpp:151:11: note: Technically the member function 'd::f::Bar::baz' can be const.
emacs-25.2+1.orig/test/cedet/tests/testfriends.cpp:10:1: style: The class 'Af' does not have a constructor although it has private member variables. [noConstructor]
emacs-25.2+1.orig/test/cedet/tests/testfriends.cpp:24:7: performance: Technically the member function 'B::testB' can be static. [functionStatic]
emacs-25.2+1.orig/test/cedet/tests/testfriends.cpp:30:8: note: Technically the member function 'B::testB' can be static.
emacs-25.2+1.orig/test/cedet/tests/testfriends.cpp:24:7: note: Technically the member function 'B::testB' can be static.
emacs-25.2+1.orig/test/cedet/tests/testfriends.cpp:25:7: performance: Technically the member function 'B::testAB' can be static. [functionStatic]
emacs-25.2+1.orig/test/cedet/tests/testfriends.cpp:36:8: note: Technically the member function 'B::testAB' can be static.
emacs-25.2+1.orig/test/cedet/tests/testfriends.cpp:25:7: note: Technically the member function 'B::testAB' can be static.
emacs-25.2+1.orig/test/cedet/tests/testnsp.cpp:11:9: performance: Technically the member function 'nsp::rootclass::fromroot' can be static. [functionStatic]
emacs-25.2+1.orig/test/cedet/tests/testnsp.cpp:19:9: performance: Technically the member function 'nsp::childclass::fromchild' can be static. [functionStatic]
emacs-25.2+1.orig/test/cedet/tests/testpolymorph.cpp:56:7: performance: Technically the member function 'meth_poly::pm_meth' can be static. [functionStatic]
emacs-25.2+1.orig/test/cedet/tests/testpolymorph.cpp:59:7: performance: Technically the member function 'meth_poly::pm_meth' can be static. [functionStatic]
emacs-25.2+1.orig/test/cedet/tests/testpolymorph.cpp:62:7: performance: Technically the member function 'meth_poly::pm_meth' can be static. [functionStatic]
emacs-25.2+1.orig/test/cedet/tests/testpolymorph.cpp:65:7: performance: Technically the member function 'meth_poly::pm_meth' can be static. [functionStatic]
emacs-25.2+1.orig/test/cedet/tests/testpolymorph.cpp:76:10: performance: Technically the member function 'template_partial_spec::test::doSomething' can be static. [functionStatic]
emacs-25.2+1.orig/test/cedet/tests/testpolymorph.cpp:82:10: performance: Technically the member function 'template_partial_spec::test::doSomething' can be static. [functionStatic]
emacs-25.2+1.orig/test/cedet/tests/testpolymorph.cpp:92:10: performance: Technically the member function 'template_full_spec::test::doSomething' can be static. [functionStatic]
emacs-25.2+1.orig/test/cedet/tests/testpolymorph.cpp:93:10: performance: Technically the member function 'template_full_spec::test::doSomethingElse' can be static. [functionStatic]
emacs-25.2+1.orig/test/cedet/tests/testpolymorph.cpp:99:10: performance: Technically the member function 'template_full_spec::test < int >::doSomethingElse' can be static. [functionStatic]
emacs-25.2+1.orig/test/cedet/tests/testpolymorph.cpp:100:10: performance: Technically the member function 'template_full_spec::test < int >::doSomethingCompletelyDifferent' can be static. [functionStatic]
emacs-25.2+1.orig/test/cedet/tests/testpolymorph.cpp:109:10: performance: Technically the member function 'template_multiple_spec::test::doSomething' can be static. [functionStatic]
emacs-25.2+1.orig/test/cedet/tests/testpolymorph.cpp:110:10: performance: Technically the member function 'template_multiple_spec::test::doSomethingElse' can be static. [functionStatic]
emacs-25.2+1.orig/test/cedet/tests/testpolymorph.cpp:116:10: performance: Technically the member function 'template_multiple_spec::test::doSomething' can be static. [functionStatic]
emacs-25.2+1.orig/test/cedet/tests/testpolymorph.cpp:117:10: performance: Technically the member function 'template_multiple_spec::test::doSomethingElse' can be static. [functionStatic]
emacs-25.2+1.orig/test/cedet/tests/testpolymorph.cpp:123:10: performance: Technically the member function 'template_multiple_spec::test < float , int >::doSomething' can be static. [functionStatic]
emacs-25.2+1.orig/test/cedet/tests/testpolymorph.cpp:124:10: performance: Technically the member function 'template_multiple_spec::test < float , int >::doSomethingElse' can be static. [functionStatic]
emacs-25.2+1.orig/test/cedet/tests/testpolymorph.cpp:125:10: performance: Technically the member function 'template_multiple_spec::test < float , int >::doNothing' can be static. [functionStatic]
emacs-25.2+1.orig/test/cedet/tests/testsppcomplete.c:29:1: error: Memory leak: bla [memleak]
emacs-25.2+1.orig/test/cedet/tests/testsppcomplete.c:29:1: error: Memory leak: foo [memleak]
emacs-25.2+1.orig/test/cedet/tests/testsppcomplete.c:26:3: error: Return value of allocation function 'malloc' is not stored. [leakReturnValNotUsed]
emacs-25.2+1.orig/test/cedet/tests/testsppcomplete.c:29:0: error: Memory leak: bar [memleak]
emacs-25.2+1.orig/test/cedet/tests/testsppcomplete.c:19:3: error: Memory is allocated but not initialized: bla [uninitdata]
emacs-25.2+1.orig/test/cedet/tests/testsppcomplete.c:23:3: error: Memory is allocated but not initialized: foo [uninitdata]
emacs-25.2+1.orig/test/cedet/tests/testsppreplace.c:67:1: style: struct member 'ma_struct::moose' is never used. [unusedStructMember]
emacs-25.2+1.orig/test/cedet/tests/testsppreplace.c:67:1: style: struct member 'ma_struct::penguin' is never used. [unusedStructMember]
emacs-25.2+1.orig/test/cedet/tests/testsppreplace.c:67:1: style: struct member 'ma_struct::emu' is never used. [unusedStructMember]
emacs-25.2+1.orig/test/cedet/tests/testsppreplaced.c:91:0: error: Code 'namespacebaz{' is invalid C code. Use --std or --language to configure the language. [syntaxError]
emacs-25.2+1.orig/test/cedet/tests/testsubclass.cpp:124:3: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
emacs-25.2+1.orig/test/cedet/tests/testsubclass.cpp:116:3: note: Variable 'tmp' is reassigned a value before the old one has been used.
emacs-25.2+1.orig/test/cedet/tests/testsubclass.cpp:124:3: note: Variable 'tmp' is reassigned a value before the old one has been used.
emacs-25.2+1.orig/test/cedet/tests/testsubclass.cpp:128:3: style: Variable 'itmp' is reassigned a value before the old one has been used. [redundantAssignment]
emacs-25.2+1.orig/test/cedet/tests/testsubclass.cpp:120:3: note: Variable 'itmp' is reassigned a value before the old one has been used.
emacs-25.2+1.orig/test/cedet/tests/testsubclass.cpp:128:3: note: Variable 'itmp' is reassigned a value before the old one has been used.
emacs-25.2+1.orig/test/cedet/tests/testsubclass.cpp:124:9: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
emacs-25.2+1.orig/test/cedet/tests/testsubclass.cpp:128:10: style: Variable 'itmp' is assigned a value that is never used. [unreadVariable]
emacs-25.2+1.orig/test/cedet/tests/testsubclass.cpp:109:8: style: Unused variable: fool [unusedVariable]
emacs-25.2+1.orig/test/cedet/tests/testsubclass.cpp:110:7: style: Unused variable: fast [unusedVariable]
emacs-25.2+1.orig/test/cedet/tests/testsubclass.cpp:149:0: style: Variable 'mOption1' is assigned a value that is never used. [unreadVariable]
emacs-25.2+1.orig/test/cedet/tests/testsubclass.cpp:157:0: style: Variable 'mOption2' is assigned a value that is never used. [unreadVariable]
emacs-25.2+1.orig/test/cedet/tests/testsubclass.hh:32:5: warning: Member variable 'moose::fIsProtectedInt' is not initialized in the constructor. [uninitMemberVar]
emacs-25.2+1.orig/test/cedet/tests/testsubclass.hh:32:5: warning: Member variable 'moose::fIsPrivateBool' is not initialized in the constructor. [uninitMemberVar]
emacs-25.2+1.orig/test/cedet/tests/testsubclass.hh:61:5: warning: Member variable 'quadruped::fQuadPublic' is not initialized in the constructor. [uninitMemberVar]
emacs-25.2+1.orig/test/cedet/tests/testsubclass.hh:61:5: warning: Member variable 'quadruped::fQuadProtected' is not initialized in the constructor. [uninitMemberVar]
emacs-25.2+1.orig/test/cedet/tests/testsubclass.hh:81:5: warning: Member variable 'moose::fSomeField' is not initialized in the constructor. [uninitMemberVar]
emacs-25.2+1.orig/test/cedet/tests/testsubclass.hh:106:5: warning: Member variable 'alces::fAlcesBool' is not initialized in the constructor. [uninitMemberVar]
emacs-25.2+1.orig/test/cedet/tests/testsubclass.hh:106:5: warning: Member variable 'alces::fAlcesInt' is not initialized in the constructor. [uninitMemberVar]
emacs-25.2+1.orig/test/cedet/tests/testsubclass.hh:106:5: warning: Member variable 'alces::fGreek' is not initialized in the constructor. [uninitMemberVar]
emacs-25.2+1.orig/test/cedet/tests/testsubclass.hh:133:5: warning: Member variable 'antelope::fAntyPublic' is not initialized in the constructor. [uninitMemberVar]
emacs-25.2+1.orig/test/cedet/tests/testsubclass.hh:133:5: warning: Member variable 'antelope::fAntyPrivate' is not initialized in the constructor. [uninitMemberVar]
emacs-25.2+1.orig/test/cedet/tests/testsubclass.hh:152:5: warning: Member variable 'jackalope::fBunnyPublic' is not initialized in the constructor. [uninitMemberVar]
emacs-25.2+1.orig/test/cedet/tests/testsubclass.hh:152:5: warning: Member variable 'jackalope::fBunnyProtected' is not initialized in the constructor. [uninitMemberVar]
emacs-25.2+1.orig/test/cedet/tests/testsubclass.hh:152:5: warning: Member variable 'jackalope::fBunnyPrivate' is not initialized in the constructor. [uninitMemberVar]
emacs-25.2+1.orig/test/cedet/tests/testsubclass.hh:172:5: warning: Member variable 'bugalope::fBugPublic' is not initialized in the constructor. [uninitMemberVar]
emacs-25.2+1.orig/test/cedet/tests/testsubclass.hh:172:5: warning: Member variable 'bugalope::fBugProtected' is not initialized in the constructor. [uninitMemberVar]
emacs-25.2+1.orig/test/cedet/tests/testsubclass.hh:172:5: warning: Member variable 'bugalope::fBugPrivate' is not initialized in the constructor. [uninitMemberVar]
emacs-25.2+1.orig/test/cedet/tests/testsubclass.cpp:172:10: style: Unused private function: 'A::private_a' [unusedPrivateFunction]
emacs-25.2+1.orig/test/cedet/tests/testsubclass.hh:47:10: style: Member variable 'moose::fIsValid' is in the wrong place in the initializer list. [initializerList]
emacs-25.2+1.orig/test/cedet/tests/testsubclass.hh:33:8: note: Member variable 'moose::fIsValid' is in the wrong place in the initializer list.
emacs-25.2+1.orig/test/cedet/tests/testsubclass.hh:47:10: note: Member variable 'moose::fIsValid' is in the wrong place in the initializer list.
emacs-25.2+1.orig/test/cedet/tests/testsubclass.hh:37:9: style: Technically the member function 'animal::moose::getFeet' can be const. [functionConst]
emacs-25.2+1.orig/test/cedet/tests/testsubclass.cpp:35:20: note: Technically the member function 'animal::moose::getFeet' can be const.
emacs-25.2+1.orig/test/cedet/tests/testsubclass.hh:37:9: note: Technically the member function 'animal::moose::getFeet' can be const.
emacs-25.2+1.orig/test/cedet/tests/testsubclass.hh:85:10: style: Technically the member function 'deer::moose::getAntlers' can be const. [functionConst]
emacs-25.2+1.orig/test/cedet/tests/testsubclass.cpp:54:19: note: Technically the member function 'deer::moose::getAntlers' can be const.
emacs-25.2+1.orig/test/cedet/tests/testsubclass.hh:85:10: note: Technically the member function 'deer::moose::getAntlers' can be const.
emacs-25.2+1.orig/test/cedet/tests/testsubclass.hh:110:10: style: Technically the member function 'deer::alces::getLatin' can be const. [functionConst]
emacs-25.2+1.orig/test/cedet/tests/testsubclass.cpp:85:19: note: Technically the member function 'deer::alces::getLatin' can be const.
emacs-25.2+1.orig/test/cedet/tests/testsubclass.hh:110:10: note: Technically the member function 'deer::alces::getLatin' can be const.
emacs-25.2+1.orig/test/cedet/tests/testsubclass.hh:139:10: style: Technically the member function 'sneaky::antelope::testAccess' can be const. [functionConst]
emacs-25.2+1.orig/test/cedet/tests/testsubclass.cpp:229:24: note: Technically the member function 'sneaky::antelope::testAccess' can be const.
emacs-25.2+1.orig/test/cedet/tests/testsubclass.hh:139:10: note: Technically the member function 'sneaky::antelope::testAccess' can be const.
emacs-25.2+1.orig/test/cedet/tests/testsubclass.hh:158:10: style: Technically the member function 'sneaky::jackalope::testAccess' can be const. [functionConst]
emacs-25.2+1.orig/test/cedet/tests/testsubclass.cpp:236:25: note: Technically the member function 'sneaky::jackalope::testAccess' can be const.
emacs-25.2+1.orig/test/cedet/tests/testsubclass.hh:158:10: note: Technically the member function 'sneaky::jackalope::testAccess' can be const.
emacs-25.2+1.orig/test/cedet/tests/testsubclass.hh:178:10: style: Technically the member function 'sneaky::bugalope::testAccess' can be const. [functionConst]
emacs-25.2+1.orig/test/cedet/tests/testsubclass.cpp:243:24: note: Technically the member function 'sneaky::bugalope::testAccess' can be const.
emacs-25.2+1.orig/test/cedet/tests/testsubclass.hh:178:10: note: Technically the member function 'sneaky::bugalope::testAccess' can be const.
emacs-25.2+1.orig/test/cedet/tests/testsubclass.cpp:172:10: performance: Technically the member function 'pub_priv::A::private_a' can be static. [functionStatic]
emacs-25.2+1.orig/test/cedet/tests/testsubclass.cpp:174:10: performance: Technically the member function 'pub_priv::A::public_a' can be static. [functionStatic]
emacs-25.2+1.orig/test/cedet/tests/testsubclass.cpp:177:11: note: Technically the member function 'pub_priv::A::public_a' can be static.
emacs-25.2+1.orig/test/cedet/tests/testsubclass.cpp:174:10: note: Technically the member function 'pub_priv::A::public_a' can be static.
emacs-25.2+1.orig/test/cedet/tests/testsubclass.hh:61:5: style: Class 'quadruped' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
emacs-25.2+1.orig/test/cedet/tests/testsubclass.hh:106:5: style: Class 'alces' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
emacs-25.2+1.orig/test/cedet/tests/testsubclass.hh:133:5: style: Class 'antelope' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
emacs-25.2+1.orig/test/cedet/tests/testsubclass.hh:152:5: style: Class 'jackalope' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
emacs-25.2+1.orig/test/cedet/tests/testsubclass.hh:172:5: style: Class 'bugalope' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
emacs-25.2+1.orig/test/cedet/tests/testtypedefs.cpp:54:11: performance: Technically the member function 'Bar::someFunc' can be static. [functionStatic]
emacs-25.2+1.orig/test/cedet/tests/testtypedefs.cpp:63:0: performance: Technically the member function 'TBar < char >::otherFunc' can be static. [functionStatic]
wide.c:226:7: style: Variable 'ExistingOperations' is assigned a value that is never used. [unreadVariable]
emacs-25.2+1.orig/test/etags/c-src/emacs/src/gmalloc.c:1560:15: style: The scope of the variable 'lastadj' can be reduced. [variableScope]
emacs-25.2+1.orig/test/etags/c-src/emacs/src/gmalloc.c:1525:31: style: Function '__default_morecore' argument 1 names different: declaration 'size' definition 'increment'. [funcArgNamesDifferent]
emacs-25.2+1.orig/test/etags/c-src/emacs/src/gmalloc.c:259:44: note: Function '__default_morecore' argument 1 names different: declaration 'size' definition 'increment'.
emacs-25.2+1.orig/test/etags/c-src/emacs/src/gmalloc.c:1525:31: note: Function '__default_morecore' argument 1 names different: declaration 'size' definition 'increment'.
emacs-25.2+1.orig/test/etags/c-src/emacs/src/gmalloc.c:310:12: style: struct member 'mstats::bytes_total' is never used. [unusedStructMember]
emacs-25.2+1.orig/test/etags/c-src/emacs/src/gmalloc.c:311:12: style: struct member 'mstats::chunks_used' is never used. [unusedStructMember]
emacs-25.2+1.orig/test/etags/c-src/emacs/src/gmalloc.c:312:12: style: struct member 'mstats::bytes_used' is never used. [unusedStructMember]
emacs-25.2+1.orig/test/etags/c-src/emacs/src/gmalloc.c:313:12: style: struct member 'mstats::chunks_free' is never used. [unusedStructMember]
emacs-25.2+1.orig/test/etags/c-src/emacs/src/gmalloc.c:314:12: style: struct member 'mstats::bytes_free' is never used. [unusedStructMember]
emacs-25.2+1.orig/test/etags/c-src/emacs/src/gmalloc.c:1491:0: error: Memory leak: result [memleak]
emacs-25.2+1.orig/test/etags/c-src/emacs/src/lisp.h:89:0: error: #error "INTPTR_MAX misconfigured" [preprocessorErrorDirective]
emacs-25.2+1.orig/test/etags/c-src/etags.c:6464:3: style: Variable 'slashp[1]' is reassigned a value before the old one has been used. [redundantAssignment]
emacs-25.2+1.orig/test/etags/c-src/etags.c:6462:3: note: Variable 'slashp[1]' is reassigned a value before the old one has been used.
emacs-25.2+1.orig/test/etags/c-src/etags.c:6464:3: note: Variable 'slashp[1]' is reassigned a value before the old one has been used.
emacs-25.2+1.orig/test/etags/c-src/etags.c:1357:13: style: The scope of the variable 'lang' can be reduced. [variableScope]
emacs-25.2+1.orig/test/etags/c-src/etags.c:1658:9: style: The scope of the variable 'cp' can be reduced. [variableScope]
emacs-25.2+1.orig/test/etags/c-src/etags.c:1957:16: style: The scope of the variable 'dif' can be reduced. [variableScope]
emacs-25.2+1.orig/test/etags/c-src/etags.c:2109:18: style: The scope of the variable 'sp' can be reduced. [variableScope]
emacs-25.2+1.orig/test/etags/c-src/etags.c:2110:17: style: The scope of the variable 'fdp' can be reduced. [variableScope]
emacs-25.2+1.orig/test/etags/c-src/etags.c:4389:14: style: The scope of the variable 'name' can be reduced. [variableScope]
emacs-25.2+1.orig/test/etags/c-src/etags.c:4534:8: style: The scope of the variable 'c' can be reduced. [variableScope]
emacs-25.2+1.orig/test/etags/c-src/etags.c:6167:9: style: The scope of the variable 'match' can be reduced. [variableScope]
emacs-25.2+1.orig/test/etags/c-src/etags.c:6169:11: style: The scope of the variable 'name' can be reduced. [variableScope]
emacs-25.2+1.orig/test/etags/c-src/etags.c:6472:29: style: Function 'filename_is_absolute' argument 1 names different: declaration 'f' definition 'fn'. [funcArgNamesDifferent]
emacs-25.2+1.orig/test/etags/c-src/etags.c:337:41: note: Function 'filename_is_absolute' argument 1 names different: declaration 'f' definition 'fn'.
emacs-25.2+1.orig/test/etags/c-src/etags.c:6472:29: note: Function 'filename_is_absolute' argument 1 names different: declaration 'f' definition 'fn'.
emacs-25.2+1.orig/test/etags/cp-src/c.C:3:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
emacs-25.2+1.orig/test/etags/cp-src/fail.C:52:0: error: syntax error [syntaxError]
emacs-25.2+1.orig/test/etags/cp-src/functions.cpp:174:10: style: The scope of the variable 'mini' can be reduced. [variableScope]
emacs-25.2+1.orig/test/etags/cp-src/x.cc:4:10: performance: Technically the member function 'XX::foo' can be static. [functionStatic]
emacs-25.2+1.orig/test/etags/cp-src/x.cc:9:5: note: Technically the member function 'XX::foo' can be static.
emacs-25.2+1.orig/test/etags/cp-src/x.cc:4:10: note: Technically the member function 'XX::foo' can be static.
cccp.y:409:41: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
cccp.y:317:6: warning: Either the condition 'temp!=0' is redundant or there is possible null pointer dereference: temp. [nullPointerRedundantCheck]
cccp.y:315:18: note: Assuming that condition 'temp!=0' is not redundant
cccp.y:317:6: note: Null pointer dereference
cccp.y:318:6: warning: Either the condition 'temp!=0' is redundant or there is possible null pointer dereference: temp. [nullPointerRedundantCheck]
cccp.y:315:18: note: Assuming that condition 'temp!=0' is not redundant
cccp.y:318:6: note: Null pointer dereference
cccp.y:319:6: warning: Either the condition 'temp!=0' is redundant or there is possible null pointer dereference: temp. [nullPointerRedundantCheck]
cccp.y:315:18: note: Assuming that condition 'temp!=0' is not redundant
cccp.y:319:6: note: Null pointer dereference
cccp.y:320:6: warning: Either the condition 'temp!=0' is redundant or there is possible null pointer dereference: temp. [nullPointerRedundantCheck]
cccp.y:315:18: note: Assuming that condition 'temp!=0' is not redundant
cccp.y:320:6: note: Null pointer dereference
cccp.y:346:33: style: The scope of the variable 'nd' can be reduced. [variableScope]
cccp.y:478:27: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
cccp.y:552:31: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
/usr/share/bison/bison.simple:956:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
[17:37]

ftp://ftp.se.debian.org/debian/pool/main/e/emacs-anzu/emacs-anzu_0.62.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/emacs-async/emacs-async_1.9.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/e/emacs-bind-map/emacs-bind-map_1.1.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/emacs-buttercup/emacs-buttercup_1.5.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/e/emacs-calfw/emacs-calfw_1.6+git20170704.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/emacs-chess/emacs-chess_2.0b6.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/emacs-ctable/emacs-ctable_0.1.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/emacs-db/emacs-db_0.0.6+git20140421.b3a423f.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/e/emacs-deferred/emacs-deferred_0.5.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/emacs-epc/emacs-epc_0.1.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/emacs-fossil/emacs-fossil_2018.02.15.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/e/emacs-git-messenger/emacs-git-messenger_0.18.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/emacs-git-modes/emacs-git-modes_1.2.8.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/emacs-helm-ag/emacs-helm-ag_0.58.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/e/emacs-highlight-indentation/emacs-highlight-indentation_0.7.0.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/e/emacs-htmlize/emacs-htmlize_1.53.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/emacs-ivy/emacs-ivy_0.10.0+dfsg.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/e/emacs-jabber/emacs-jabber_0.8.92+git98dc8e.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/e/emacs-jedi/emacs-jedi_0.2.7.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/emacs-kv/emacs-kv_0.0.19+git20140108.7211484.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/e/emacs-memoize/emacs-memoize_1.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/emacs-noflet/emacs-noflet_0.0.15.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/e/emacs-openwith/emacs-openwith_0.8g.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/e/emacs-pdf-tools/emacs-pdf-tools_0.80.orig.tar.gz
pdf-tools-0.80/server/epdfinfo.c:577:9: style: Variable 'png_ptr' is reassigned a value before the old one has been used. [redundantAssignment]
pdf-tools-0.80/server/epdfinfo.c:574:0: note: Variable 'png_ptr' is reassigned a value before the old one has been used.
pdf-tools-0.80/server/epdfinfo.c:577:9: note: Variable 'png_ptr' is reassigned a value before the old one has been used.
pdf-tools-0.80/server/epdfinfo.c:2282:3: style: Variable 'page' is reassigned a value before the old one has been used. [redundantAssignment]
pdf-tools-0.80/server/epdfinfo.c:2277:0: note: Variable 'page' is reassigned a value before the old one has been used.
pdf-tools-0.80/server/epdfinfo.c:2282:3: note: Variable 'page' is reassigned a value before the old one has been used.
pdf-tools-0.80/server/epdfinfo.c:2465:3: style: Variable 'page' is reassigned a value before the old one has been used. [redundantAssignment]
pdf-tools-0.80/server/epdfinfo.c:2461:0: note: Variable 'page' is reassigned a value before the old one has been used.
pdf-tools-0.80/server/epdfinfo.c:2465:3: note: Variable 'page' is reassigned a value before the old one has been used.
pdf-tools-0.80/server/epdfinfo.c:2981:3: style: Variable 'scanner' is reassigned a value before the old one has been used. [redundantAssignment]
pdf-tools-0.80/server/epdfinfo.c:2974:0: note: Variable 'scanner' is reassigned a value before the old one has been used.
pdf-tools-0.80/server/epdfinfo.c:2981:3: note: Variable 'scanner' is reassigned a value before the old one has been used.
pdf-tools-0.80/server/epdfinfo.c:3036:3: style: Variable 'scanner' is reassigned a value before the old one has been used. [redundantAssignment]
pdf-tools-0.80/server/epdfinfo.c:3029:0: note: Variable 'scanner' is reassigned a value before the old one has been used.
pdf-tools-0.80/server/epdfinfo.c:3036:3: note: Variable 'scanner' is reassigned a value before the old one has been used.
pdf-tools-0.80/server/epdfinfo.c:60:11: style: The scope of the variable 'args' can be reduced. [variableScope]
pdf-tools-0.80/server/epdfinfo.c:1932:15: style: The scope of the variable 'i' can be reduced. [variableScope]
pdf-tools-0.80/server/epdfinfo.c:2042:26: style: Variable 'ignore_case' is assigned a value that is never used. [unreadVariable]
pdf-tools-0.80/server/poppler-hack.cc:48:12: style: struct member 'PopplerRectangle::x1' is never used. [unusedStructMember]
pdf-tools-0.80/server/poppler-hack.cc:49:12: style: struct member 'PopplerRectangle::y1' is never used. [unusedStructMember]
pdf-tools-0.80/server/poppler-hack.cc:50:12: style: struct member 'PopplerRectangle::x2' is never used. [unusedStructMember]
pdf-tools-0.80/server/poppler-hack.cc:51:12: style: struct member 'PopplerRectangle::y2' is never used. [unusedStructMember]
pdf-tools-0.80/server/synctex_parser.c:1656:12: style: Expression is always false because 'else if' condition matches previous condition at line 1652. [multiCondition]
pdf-tools-0.80/server/synctex_parser.c:1660:12: style: Expression is always false because 'else if' condition matches previous condition at line 1652. [multiCondition]
pdf-tools-0.80/server/synctex_parser.c:1664:13: style: Expression is always false because 'else if' condition matches previous condition at line 1652. [multiCondition]
pdf-tools-0.80/server/synctex_parser.c:1668:13: style: Expression is always false because 'else if' condition matches previous condition at line 1652. [multiCondition]
pdf-tools-0.80/server/synctex_parser.c:1672:13: style: Expression is always false because 'else if' condition matches previous condition at line 1652. [multiCondition]
pdf-tools-0.80/server/synctex_parser.c:1676:13: style: Expression is always false because 'else if' condition matches previous condition at line 1652. [multiCondition]
pdf-tools-0.80/server/synctex_parser.c:1680:12: style: Expression is always false because 'else if' condition matches previous condition at line 1652. [multiCondition]
pdf-tools-0.80/server/synctex_parser.c:1684:13: style: Expression is always false because 'else if' condition matches previous condition at line 1652. [multiCondition]
pdf-tools-0.80/server/synctex_parser.c:1688:12: style: Expression is always false because 'else if' condition matches previous condition at line 1652. [multiCondition]
pdf-tools-0.80/server/synctex_parser.c:1660:12: style: Expression is always false because 'else if' condition matches previous condition at line 1656. [multiCondition]
pdf-tools-0.80/server/synctex_parser.c:1664:13: style: Expression is always false because 'else if' condition matches previous condition at line 1656. [multiCondition]
pdf-tools-0.80/server/synctex_parser.c:1668:13: style: Expression is always false because 'else if' condition matches previous condition at line 1656. [multiCondition]
pdf-tools-0.80/server/synctex_parser.c:1672:13: style: Expression is always false because 'else if' condition matches previous condition at line 1656. [multiCondition]
pdf-tools-0.80/server/synctex_parser.c:1676:13: style: Expression is always false because 'else if' condition matches previous condition at line 1656. [multiCondition]
pdf-tools-0.80/server/synctex_parser.c:1680:12: style: Expression is always false because 'else if' condition matches previous condition at line 1656. [multiCondition]
pdf-tools-0.80/server/synctex_parser.c:1684:13: style: Expression is always false because 'else if' condition matches previous condition at line 1656. [multiCondition]
pdf-tools-0.80/server/synctex_parser.c:1688:12: style: Expression is always false because 'else if' condition matches previous condition at line 1656. [multiCondition]
pdf-tools-0.80/server/synctex_parser.c:1664:13: style: Expression is always false because 'else if' condition matches previous condition at line 1660. [multiCondition]
pdf-tools-0.80/server/synctex_parser.c:1668:13: style: Expression is always false because 'else if' condition matches previous condition at line 1660. [multiCondition]
pdf-tools-0.80/server/synctex_parser.c:1672:13: style: Expression is always false because 'else if' condition matches previous condition at line 1660. [multiCondition]
pdf-tools-0.80/server/synctex_parser.c:1676:13: style: Expression is always false because 'else if' condition matches previous condition at line 1660. [multiCondition]
pdf-tools-0.80/server/synctex_parser.c:1680:12: style: Expression is always false because 'else if' condition matches previous condition at line 1660. [multiCondition]
pdf-tools-0.80/server/synctex_parser.c:1684:13: style: Expression is always false because 'else if' condition matches previous condition at line 1660. [multiCondition]
pdf-tools-0.80/server/synctex_parser.c:1688:12: style: Expression is always false because 'else if' condition matches previous condition at line 1660. [multiCondition]
pdf-tools-0.80/server/synctex_parser.c:1668:13: style: Expression is always false because 'else if' condition matches previous condition at line 1664. [multiCondition]
pdf-tools-0.80/server/synctex_parser.c:1672:13: style: Expression is always false because 'else if' condition matches previous condition at line 1664. [multiCondition]
pdf-tools-0.80/server/synctex_parser.c:1676:13: style: Expression is always false because 'else if' condition matches previous condition at line 1664. [multiCondition]
pdf-tools-0.80/server/synctex_parser.c:1680:12: style: Expression is always false because 'else if' condition matches previous condition at line 1664. [multiCondition]
pdf-tools-0.80/server/synctex_parser.c:1684:13: style: Expression is always false because 'else if' condition matches previous condition at line 1664. [multiCondition]
pdf-tools-0.80/server/synctex_parser.c:1688:12: style: Expression is always false because 'else if' condition matches previous condition at line 1664. [multiCondition]
pdf-tools-0.80/server/synctex_parser.c:1672:13: style: Expression is always false because 'else if' condition matches previous condition at line 1668. [multiCondition]
pdf-tools-0.80/server/synctex_parser.c:1676:13: style: Expression is always false because 'else if' condition matches previous condition at line 1668. [multiCondition]
pdf-tools-0.80/server/synctex_parser.c:1680:12: style: Expression is always false because 'else if' condition matches previous condition at line 1668. [multiCondition]
pdf-tools-0.80/server/synctex_parser.c:1684:13: style: Expression is always false because 'else if' condition matches previous condition at line 1668. [multiCondition]
pdf-tools-0.80/server/synctex_parser.c:1688:12: style: Expression is always false because 'else if' condition matches previous condition at line 1668. [multiCondition]
pdf-tools-0.80/server/synctex_parser.c:1676:13: style: Expression is always false because 'else if' condition matches previous condition at line 1672. [multiCondition]
pdf-tools-0.80/server/synctex_parser.c:1680:12: style: Expression is always false because 'else if' condition matches previous condition at line 1672. [multiCondition]
pdf-tools-0.80/server/synctex_parser.c:1684:13: style: Expression is always false because 'else if' condition matches previous condition at line 1672. [multiCondition]
pdf-tools-0.80/server/synctex_parser.c:1688:12: style: Expression is always false because 'else if' condition matches previous condition at line 1672. [multiCondition]
pdf-tools-0.80/server/synctex_parser.c:1680:12: style: Expression is always false because 'else if' condition matches previous condition at line 1676. [multiCondition]
pdf-tools-0.80/server/synctex_parser.c:1684:13: style: Expression is always false because 'else if' condition matches previous condition at line 1676. [multiCondition]
pdf-tools-0.80/server/synctex_parser.c:1688:12: style: Expression is always false because 'else if' condition matches previous condition at line 1676. [multiCondition]
pdf-tools-0.80/server/synctex_parser.c:1684:13: style: Expression is always false because 'else if' condition matches previous condition at line 1680. [multiCondition]
pdf-tools-0.80/server/synctex_parser.c:1688:12: style: Expression is always false because 'else if' condition matches previous condition at line 1680. [multiCondition]
pdf-tools-0.80/server/synctex_parser.c:1688:12: style: Expression is always false because 'else if' condition matches previous condition at line 1684. [multiCondition]
pdf-tools-0.80/server/synctex_parser.c:2630:3: style: Variable 'synctex_name' is reassigned a value before the old one has been used. [redundantAssignment]
pdf-tools-0.80/server/synctex_parser.c:2622:0: note: Variable 'synctex_name' is reassigned a value before the old one has been used.
pdf-tools-0.80/server/synctex_parser.c:2630:3: note: Variable 'synctex_name' is reassigned a value before the old one has been used.
pdf-tools-0.80/server/synctex_parser.c:4171:2: style: Variable 'updater' is reassigned a value before the old one has been used. [redundantAssignment]
pdf-tools-0.80/server/synctex_parser.c:4166:0: note: Variable 'updater' is reassigned a value before the old one has been used.
pdf-tools-0.80/server/synctex_parser.c:4171:2: note: Variable 'updater' is reassigned a value before the old one has been used.
pdf-tools-0.80/server/synctex_parser.c:2931:19: style: The scope of the variable 'node' can be reduced. [variableScope]
pdf-tools-0.80/server/synctex_parser.c:862:43: style: Function '_synctex_log_void_box' argument 1 names different: declaration 'sheet' definition 'node'. [funcArgNamesDifferent]
pdf-tools-0.80/server/synctex_parser.c:504:43: note: Function '_synctex_log_void_box' argument 1 names different: declaration 'sheet' definition 'node'.
pdf-tools-0.80/server/synctex_parser.c:862:43: note: Function '_synctex_log_void_box' argument 1 names different: declaration 'sheet' definition 'node'.
pdf-tools-0.80/server/synctex_parser.c:879:38: style: Function '_synctex_log_box' argument 1 names different: declaration 'sheet' definition 'node'. [funcArgNamesDifferent]
pdf-tools-0.80/server/synctex_parser.c:411:38: note: Function '_synctex_log_box' argument 1 names different: declaration 'sheet' definition 'node'.
pdf-tools-0.80/server/synctex_parser.c:879:38: note: Function '_synctex_log_box' argument 1 names different: declaration 'sheet' definition 'node'.
pdf-tools-0.80/server/synctex_parser.c:896:44: style: Function '_synctex_log_horiz_box' argument 1 names different: declaration 'sheet' definition 'node'. [funcArgNamesDifferent]
pdf-tools-0.80/server/synctex_parser.c:466:44: note: Function '_synctex_log_horiz_box' argument 1 names different: declaration 'sheet' definition 'node'.
pdf-tools-0.80/server/synctex_parser.c:896:44: note: Function '_synctex_log_horiz_box' argument 1 names different: declaration 'sheet' definition 'node'.
pdf-tools-0.80/server/synctex_parser.c:918:40: style: Function '_synctex_log_input' argument 1 names different: declaration 'sheet' definition 'node'. [funcArgNamesDifferent]
pdf-tools-0.80/server/synctex_parser.c:706:40: note: Function '_synctex_log_input' argument 1 names different: declaration 'sheet' definition 'node'.
pdf-tools-0.80/server/synctex_parser.c:918:40: note: Function '_synctex_log_input' argument 1 names different: declaration 'sheet' definition 'node'.
pdf-tools-0.80/server/synctex_parser.c:1933:80: style: Function '_synctex_scan_sheet' argument 2 names different: declaration 'parent' definition 'sheet'. [funcArgNamesDifferent]
pdf-tools-0.80/server/synctex_parser.c:1079:80: note: Function '_synctex_scan_sheet' argument 2 names different: declaration 'parent' definition 'sheet'.
pdf-tools-0.80/server/synctex_parser.c:1933:80: note: Function '_synctex_scan_sheet' argument 2 names different: declaration 'parent' definition 'sheet'.
pdf-tools-0.80/server/synctex_parser.c:2740:162: style: Function '_synctex_open' argument 6 names different: declaration 'io_modeRef' definition 'io_mode_ref'. [funcArgNamesDifferent]
pdf-tools-0.80/server/synctex_parser.c:2564:162: note: Function '_synctex_open' argument 6 names different: declaration 'io_modeRef' definition 'io_mode_ref'.
pdf-tools-0.80/server/synctex_parser.c:2740:162: note: Function '_synctex_open' argument 6 names different: declaration 'io_modeRef' definition 'io_mode_ref'.
pdf-tools-0.80/server/synctex_parser.c:4165:90: style: Function 'synctex_updater_new_with_output_file' argument 2 names different: declaration 'directory' definition 'build_directory'. [funcArgNamesDifferent]
pdf-tools-0.80/server/synctex_parser.h:331:90: note: Function 'synctex_updater_new_with_output_file' argument 2 names different: declaration 'directory' definition 'build_directory'.
pdf-tools-0.80/server/synctex_parser.c:4165:90: note: Function 'synctex_updater_new_with_output_file' argument 2 names different: declaration 'directory' definition 'build_directory'.
pdf-tools-0.80/server/synctex_parser.c:3532:12: warning: Size of pointer 'buffer_start' used instead of size of its data. [pointerSize]
pdf-tools-0.80/server/synctex_parser.c:3557:10: warning: Size of pointer 'buffer_start' used instead of size of its data. [pointerSize]
pdf-tools-0.80/server/synctex_parser.c:279:12: style: struct member 'Anonymous0::reserved' is never used. [unusedStructMember]
pdf-tools-0.80/server/synctex_parser.c:4158:22: style: struct member '_flags::reserved' is never used. [unusedStructMember]
pdf-tools-0.80/server/synctex_parser.c:2761:6: error: Memory leak: build_output [memleak]
pdf-tools-0.80/server/synctex_parser.c:2769:7: error: Memory leak: build_output [memleak]
pdf-tools-0.80/server/synctex_parser.c:2774:6: error: Memory leak: build_output [memleak]
pdf-tools-0.80/server/synctex_parser.c:2779:3: error: Memory leak: build_output [memleak]
pdf-tools-0.80/server/synctex_parser_utils.c:374:6: style: Variable 'dir_name' is reassigned a value before the old one has been used. [redundantAssignment]
pdf-tools-0.80/server/synctex_parser_utils.c:372:6: note: Variable 'dir_name' is reassigned a value before the old one has been used.
pdf-tools-0.80/server/synctex_parser_utils.c:374:6: note: Variable 'dir_name' is reassigned a value before the old one has been used.
pdf-tools-0.80/server/synctex_parser_utils.c:220:16: style: The scope of the variable 'lpc' can be reduced. [variableScope]
pdf-tools-0.80/server/synctex_parser_utils.c:316:10: style: The scope of the variable 'size' can be reduced. [variableScope]
pdf-tools-0.80/server/synctex_parser_utils.c:386:74: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
pdf-tools-0.80/server/synctex_parser_utils.c:388:83: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
pdf-tools-0.80/server/synctex_parser_utils.c:391:65: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
pdf-tools-0.80/server/synctex_parser_utils.c:393:74: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
pdf-tools-0.80/server/synctex_parser_utils.c:399:68: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
pdf-tools-0.80/server/synctex_parser_utils.c:401:77: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
pdf-tools-0.80/server/synctex_parser_utils.c:404:72: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
pdf-tools-0.80/server/synctex_parser_utils.c:406:81: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
pdf-tools-0.80/server/synctex_parser_utils.c:411:66: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
pdf-tools-0.80/server/synctex_parser_utils.c:414:74: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
pdf-tools-0.80/server/synctex_parser_utils.c:417:72: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
pdf-tools-0.80/server/synctex_parser_utils.c:420:86: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
pdf-tools-0.80/server/synctex_parser_utils.c:446:4: style: Variable 'the_time' is assigned a value that is never used. [unreadVariable]
pdf-tools-0.80/server/synctex_parser_utils.c:344:6: error: Memory leak: core_name [memleak]
pdf-tools-0.80/server/synctex_parser_utils.c:366:6: error: Memory leak: dir_name [memleak]
pdf-tools-0.80/server/synctex_parser_utils.c:273:15: error: va_list 'arg' was opened but not closed by va_end(). [va_end_missing]
[17:37]

ftp://ftp.se.debian.org/debian/pool/main/e/emacs-pod-mode/emacs-pod-mode_1.03.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/e/emacs-powerline/emacs-powerline_2.4.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/emacs-python-environment/emacs-python-environment_0.0.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/emacs-session/emacs-session_2.4b.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/emacs-smeargle/emacs-smeargle_0.03.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/emacs-tablist/emacs-tablist_0.70.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/emacs-uuid/emacs-uuid_0.0.3~git20120910.1519bfe.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/e/emacs-web-server/emacs-web-server_1.5.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/emacs-which-key/emacs-which-key_3.3.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/emacs-window-layout/emacs-window-layout_1.4.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/emacs-world-time-mode/emacs-world-time-mode_0.0.6.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/e/emacs23/emacs23_23.4+1.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/e/emacs24/emacs24_24.5+1.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/e/emacs25/emacs25_25.2+1.orig.tar.xz
emacs25-25.2+1.orig/lib-src/etags.c:6959:3: style: Variable 'slashp[1]' is reassigned a value before the old one has been used. [redundantAssignment]
emacs25-25.2+1.orig/lib-src/etags.c:6957:3: note: Variable 'slashp[1]' is reassigned a value before the old one has been used.
emacs25-25.2+1.orig/lib-src/etags.c:6959:3: note: Variable 'slashp[1]' is reassigned a value before the old one has been used.
emacs25-25.2+1.orig/lib-src/etags.c:1443:13: style: The scope of the variable 'lang' can be reduced. [variableScope]
emacs25-25.2+1.orig/lib-src/etags.c:1760:9: style: The scope of the variable 'cp' can be reduced. [variableScope]
emacs25-25.2+1.orig/lib-src/etags.c:2054:16: style: The scope of the variable 'dif' can be reduced. [variableScope]
emacs25-25.2+1.orig/lib-src/etags.c:2206:18: style: The scope of the variable 'sp' can be reduced. [variableScope]
emacs25-25.2+1.orig/lib-src/etags.c:2207:17: style: The scope of the variable 'fdp' can be reduced. [variableScope]
emacs25-25.2+1.orig/lib-src/etags.c:4675:10: style: The scope of the variable 'bp' can be reduced. [variableScope]
emacs25-25.2+1.orig/lib-src/etags.c:4837:14: style: The scope of the variable 'name' can be reduced. [variableScope]
emacs25-25.2+1.orig/lib-src/etags.c:4982:8: style: The scope of the variable 'c' can be reduced. [variableScope]
emacs25-25.2+1.orig/lib-src/etags.c:6607:9: style: The scope of the variable 'match' can be reduced. [variableScope]
emacs25-25.2+1.orig/lib-src/etags.c:6609:11: style: The scope of the variable 'name' can be reduced. [variableScope]
emacs25-25.2+1.orig/lib-src/etags.c:6967:29: style: Function 'filename_is_absolute' argument 1 names different: declaration 'f' definition 'fn'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/lib-src/etags.c:410:41: note: Function 'filename_is_absolute' argument 1 names different: declaration 'f' definition 'fn'.
emacs25-25.2+1.orig/lib-src/etags.c:6967:29: note: Function 'filename_is_absolute' argument 1 names different: declaration 'f' definition 'fn'.
emacs25-25.2+1.orig/lib-src/etags.c:1393:0: error: Memory leak: included_files [memleak]
emacs25-25.2+1.orig/lib-src/etags.c:1393:0: error: Memory leak: argbuffer [memleak]
emacs25-25.2+1.orig/lib-src/etags.c:1393:0: error: Memory leak: optstring [memleak]
emacs25-25.2+1.orig/lib-src/ebrowse.c:488:3: warning: fprintf format string requires 0 parameters but 1 is given. [wrongPrintfScanfArgNum]
emacs25-25.2+1.orig/lib-src/ebrowse.c:3064:15: style: Variable 'done' is reassigned a value before the old one has been used. [redundantAssignment]
emacs25-25.2+1.orig/lib-src/ebrowse.c:3061:8: note: Variable 'done' is reassigned a value before the old one has been used.
emacs25-25.2+1.orig/lib-src/ebrowse.c:3064:15: note: Variable 'done' is reassigned a value before the old one has been used.
emacs25-25.2+1.orig/lib-src/ebrowse.c:3064:15: warning: Variable 'done' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch]
emacs25-25.2+1.orig/lib-src/ebrowse.c:3061:8: note: Variable 'done' is reassigned a value before the old one has been used. 'break;' missing?
emacs25-25.2+1.orig/lib-src/ebrowse.c:3064:15: note: Variable 'done' is reassigned a value before the old one has been used. 'break;' missing?
emacs25-25.2+1.orig/lib-src/ebrowse.c:800:7: style: The scope of the variable 'i' can be reduced. [variableScope]
emacs25-25.2+1.orig/lib-src/ebrowse.c:1939:15: style: The scope of the variable 'b' can be reduced. [variableScope]
emacs25-25.2+1.orig/lib-src/ebrowse.c:2398:17: style: The scope of the variable 'ident_type_hash' can be reduced. [variableScope]
emacs25-25.2+1.orig/lib-src/ebrowse.c:3002:15: style: The scope of the variable 'base_class' can be reduced. [variableScope]
emacs25-25.2+1.orig/lib-src/ebrowse.c:3566:21: style: The scope of the variable 'nbytes' can be reduced. [variableScope]
emacs25-25.2+1.orig/lib-src/ebrowse.c:531:19: error: Allocation with xmalloc, strcpy doesn't release it. [leakNoVarFunctionCall]
emacs25-25.2+1.orig/lib-src/hexl.c:154:22: style: The scope of the variable 'd' can be reduced. [variableScope]
emacs25-25.2+1.orig/lib-src/make-docfile.c:1333:7: style: The scope of the variable 'i' can be reduced. [variableScope]
emacs25-25.2+1.orig/lib-src/make-docfile.c:654:11: style: Boolean variable 'a_nil' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
emacs25-25.2+1.orig/lib-src/movemail.c:252:7: style: Condition '!spool_name' is always true [knownConditionTrueFalse]
emacs25-25.2+1.orig/lib-src/movemail.c:247:22: note: Assignment 'spool_name=0', assigned value is 0
emacs25-25.2+1.orig/lib-src/movemail.c:252:7: note: Condition '!spool_name' is always true
emacs25-25.2+1.orig/lib-src/movemail.c:400:18: style: Same expression on both sides of '<' because the value of 'status' and '0' are the same. [duplicateExpression]
emacs25-25.2+1.orig/lib-src/movemail.c:339:20: note: 'status' is assigned value '0' here.
emacs25-25.2+1.orig/lib-src/movemail.c:400:18: note: Same expression on both sides of '<' because the value of 'status' and '0' are the same.
emacs25-25.2+1.orig/lib-src/ntlib.c:180:15: style: The scope of the variable 'input' can be reduced. [variableScope]
emacs25-25.2+1.orig/lib-src/ntlib.c:440:10: style: The scope of the variable 'fd' can be reduced. [variableScope]
emacs25-25.2+1.orig/lib-src/ntlib.c:318:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
emacs25-25.2+1.orig/lib-src/update-game-score.c:504:34: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
emacs25-25.2+1.orig/lib-src/update-game-score.c:329:7: error: Memory leak: filedata [memleak]
emacs25-25.2+1.orig/lib-src/update-game-score.c:334:5: error: Memory leak: filedata [memleak]
emacs25-25.2+1.orig/lib-src/update-game-score.c:339:7: error: Memory leak: filedata [memleak]
emacs25-25.2+1.orig/lib-src/update-game-score.c:410:7: error: Common realloc mistake: 'newscores' nulled but not freed upon failure [memleakOnRealloc]
emacs25-25.2+1.orig/lib-src/update-game-score.c:236:0: error: Memory leak: scorefile [memleak]
emacs25-25.2+1.orig/lib/acl-internal.h:64:0: error: #error "Please include config.h first." [preprocessorErrorDirective]
emacs25-25.2+1.orig/lib/openat.h:30:0: error: #error "Please include config.h first." [preprocessorErrorDirective]
emacs25-25.2+1.orig/lib/binary-io.h:30:0: error: #error "Please include config.h first." [preprocessorErrorDirective]
emacs25-25.2+1.orig/lib/c-ctype.h:30:0: error: #error "Please include config.h first." [preprocessorErrorDirective]
emacs25-25.2+1.orig/lib/count-one-bits.h:26:0: error: #error "Please include config.h first." [preprocessorErrorDirective]
emacs25-25.2+1.orig/lib/count-trailing-zeros.h:26:0: error: #error "Please include config.h first." [preprocessorErrorDirective]
emacs25-25.2+1.orig/lib/ftoastr.c:126:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
emacs25-25.2+1.orig/lib/timespec.h:25:0: error: #error "Please include config.h first." [preprocessorErrorDirective]
emacs25-25.2+1.orig/lib/euidaccess.c:167:41: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
emacs25-25.2+1.orig/lib/euidaccess.c:168:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
emacs25-25.2+1.orig/lib/euidaccess.c:169:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
emacs25-25.2+1.orig/lib/euidaccess.c:170:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
emacs25-25.2+1.orig/lib/euidaccess.c:171:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
emacs25-25.2+1.orig/lib/euidaccess.c:172:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
emacs25-25.2+1.orig/lib/euidaccess.c:173:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
emacs25-25.2+1.orig/lib/euidaccess.c:174:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
emacs25-25.2+1.orig/lib/euidaccess.c:175:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
emacs25-25.2+1.orig/lib/filemode.c:99:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
emacs25-25.2+1.orig/lib/filemode.c:100:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
emacs25-25.2+1.orig/lib/filemode.c:102:13: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
emacs25-25.2+1.orig/lib/filemode.c:103:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
emacs25-25.2+1.orig/lib/filemode.c:104:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
emacs25-25.2+1.orig/lib/filemode.c:105:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
emacs25-25.2+1.orig/lib/filemode.c:107:13: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
emacs25-25.2+1.orig/lib/filemode.c:108:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
emacs25-25.2+1.orig/lib/filemode.c:109:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
emacs25-25.2+1.orig/lib/filemode.c:110:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
emacs25-25.2+1.orig/lib/filemode.c:112:13: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
emacs25-25.2+1.orig/lib/filemode.c:113:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
emacs25-25.2+1.orig/lib/fsync.c:81:0: error: #error "This platform lacks fsync function, and Gnulib doesn't provide a replacement. This is a bug in Gnulib." [preprocessorErrorDirective]
emacs25-25.2+1.orig/lib/gettext.h:216:15: style: The scope of the variable 'translation' can be reduced. [variableScope]
emacs25-25.2+1.orig/lib/gettext.h:262:15: style: The scope of the variable 'translation' can be reduced. [variableScope]
emacs25-25.2+1.orig/lib/getopt.c:346:25: style: Function '_getopt_internal_r' argument 1 names different: declaration '___argc' definition 'argc'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/lib/getopt_int.h:118:36: note: Function '_getopt_internal_r' argument 1 names different: declaration '___argc' definition 'argc'.
emacs25-25.2+1.orig/lib/getopt.c:346:25: note: Function '_getopt_internal_r' argument 1 names different: declaration '___argc' definition 'argc'.
emacs25-25.2+1.orig/lib/getopt.c:346:38: style: Function '_getopt_internal_r' argument 2 names different: declaration '___argv' definition 'argv'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/lib/getopt_int.h:118:52: note: Function '_getopt_internal_r' argument 2 names different: declaration '___argv' definition 'argv'.
emacs25-25.2+1.orig/lib/getopt.c:346:38: note: Function '_getopt_internal_r' argument 2 names different: declaration '___argv' definition 'argv'.
emacs25-25.2+1.orig/lib/getopt.c:346:56: style: Function '_getopt_internal_r' argument 3 names different: declaration '__shortopts' definition 'optstring'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/lib/getopt_int.h:119:44: note: Function '_getopt_internal_r' argument 3 names different: declaration '__shortopts' definition 'optstring'.
emacs25-25.2+1.orig/lib/getopt.c:346:56: note: Function '_getopt_internal_r' argument 3 names different: declaration '__shortopts' definition 'optstring'.
emacs25-25.2+1.orig/lib/getopt.c:347:42: style: Function '_getopt_internal_r' argument 4 names different: declaration '__longopts' definition 'longopts'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/lib/getopt_int.h:120:53: note: Function '_getopt_internal_r' argument 4 names different: declaration '__longopts' definition 'longopts'.
emacs25-25.2+1.orig/lib/getopt.c:347:42: note: Function '_getopt_internal_r' argument 4 names different: declaration '__longopts' definition 'longopts'.
emacs25-25.2+1.orig/lib/getopt.c:347:57: style: Function '_getopt_internal_r' argument 5 names different: declaration '__longind' definition 'longind'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/lib/getopt_int.h:120:70: note: Function '_getopt_internal_r' argument 5 names different: declaration '__longind' definition 'longind'.
emacs25-25.2+1.orig/lib/getopt.c:347:57: note: Function '_getopt_internal_r' argument 5 names different: declaration '__longind' definition 'longind'.
emacs25-25.2+1.orig/lib/getopt.c:348:25: style: Function '_getopt_internal_r' argument 6 names different: declaration '__long_only' definition 'long_only'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/lib/getopt_int.h:121:36: note: Function '_getopt_internal_r' argument 6 names different: declaration '__long_only' definition 'long_only'.
emacs25-25.2+1.orig/lib/getopt.c:348:25: note: Function '_getopt_internal_r' argument 6 names different: declaration '__long_only' definition 'long_only'.
emacs25-25.2+1.orig/lib/getopt.c:348:57: style: Function '_getopt_internal_r' argument 7 names different: declaration '__data' definition 'd'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/lib/getopt_int.h:121:70: note: Function '_getopt_internal_r' argument 7 names different: declaration '__data' definition 'd'.
emacs25-25.2+1.orig/lib/getopt.c:348:57: note: Function '_getopt_internal_r' argument 7 names different: declaration '__data' definition 'd'.
emacs25-25.2+1.orig/lib/getopt.c:348:64: style: Function '_getopt_internal_r' argument 8 names different: declaration '__posixly_correct' definition 'posixly_correct'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/lib/getopt_int.h:122:36: note: Function '_getopt_internal_r' argument 8 names different: declaration '__posixly_correct' definition 'posixly_correct'.
emacs25-25.2+1.orig/lib/getopt.c:348:64: note: Function '_getopt_internal_r' argument 8 names different: declaration '__posixly_correct' definition 'posixly_correct'.
emacs25-25.2+1.orig/lib/getopt.c:1158:23: style: Function '_getopt_internal' argument 1 names different: declaration '___argc' definition 'argc'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/lib/getopt_int.h:24:34: note: Function '_getopt_internal' argument 1 names different: declaration '___argc' definition 'argc'.
emacs25-25.2+1.orig/lib/getopt.c:1158:23: note: Function '_getopt_internal' argument 1 names different: declaration '___argc' definition 'argc'.
emacs25-25.2+1.orig/lib/getopt.c:1158:36: style: Function '_getopt_internal' argument 2 names different: declaration '___argv' definition 'argv'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/lib/getopt_int.h:24:50: note: Function '_getopt_internal' argument 2 names different: declaration '___argv' definition 'argv'.
emacs25-25.2+1.orig/lib/getopt.c:1158:36: note: Function '_getopt_internal' argument 2 names different: declaration '___argv' definition 'argv'.
emacs25-25.2+1.orig/lib/getopt.c:1158:54: style: Function '_getopt_internal' argument 3 names different: declaration '__shortopts' definition 'optstring'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/lib/getopt_int.h:25:42: note: Function '_getopt_internal' argument 3 names different: declaration '__shortopts' definition 'optstring'.
emacs25-25.2+1.orig/lib/getopt.c:1158:54: note: Function '_getopt_internal' argument 3 names different: declaration '__shortopts' definition 'optstring'.
emacs25-25.2+1.orig/lib/getopt.c:1159:40: style: Function '_getopt_internal' argument 4 names different: declaration '__longopts' definition 'longopts'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/lib/getopt_int.h:26:51: note: Function '_getopt_internal' argument 4 names different: declaration '__longopts' definition 'longopts'.
emacs25-25.2+1.orig/lib/getopt.c:1159:40: note: Function '_getopt_internal' argument 4 names different: declaration '__longopts' definition 'longopts'.
emacs25-25.2+1.orig/lib/getopt.c:1159:55: style: Function '_getopt_internal' argument 5 names different: declaration '__longind' definition 'longind'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/lib/getopt_int.h:26:68: note: Function '_getopt_internal' argument 5 names different: declaration '__longind' definition 'longind'.
emacs25-25.2+1.orig/lib/getopt.c:1159:55: note: Function '_getopt_internal' argument 5 names different: declaration '__longind' definition 'longind'.
emacs25-25.2+1.orig/lib/getopt.c:1159:68: style: Function '_getopt_internal' argument 6 names different: declaration '__long_only' definition 'long_only'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/lib/getopt_int.h:27:34: note: Function '_getopt_internal' argument 6 names different: declaration '__long_only' definition 'long_only'.
emacs25-25.2+1.orig/lib/getopt.c:1159:68: note: Function '_getopt_internal' argument 6 names different: declaration '__long_only' definition 'long_only'.
emacs25-25.2+1.orig/lib/getopt.c:1160:23: style: Function '_getopt_internal' argument 7 names different: declaration '__posixly_correct' definition 'posixly_correct'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/lib/getopt_int.h:27:51: note: Function '_getopt_internal' argument 7 names different: declaration '__posixly_correct' definition 'posixly_correct'.
emacs25-25.2+1.orig/lib/getopt.c:1160:23: note: Function '_getopt_internal' argument 7 names different: declaration '__posixly_correct' definition 'posixly_correct'.
emacs25-25.2+1.orig/lib/getopt1.c:48:21: style: Function '_getopt_long_r' argument 1 names different: declaration '___argc' definition 'argc'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/lib/getopt_int.h:124:32: note: Function '_getopt_long_r' argument 1 names different: declaration '___argc' definition 'argc'.
emacs25-25.2+1.orig/lib/getopt1.c:48:21: note: Function '_getopt_long_r' argument 1 names different: declaration '___argc' definition 'argc'.
emacs25-25.2+1.orig/lib/getopt1.c:48:34: style: Function '_getopt_long_r' argument 2 names different: declaration '___argv' definition 'argv'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/lib/getopt_int.h:124:48: note: Function '_getopt_long_r' argument 2 names different: declaration '___argv' definition 'argv'.
emacs25-25.2+1.orig/lib/getopt1.c:48:34: note: Function '_getopt_long_r' argument 2 names different: declaration '___argv' definition 'argv'.
emacs25-25.2+1.orig/lib/getopt1.c:48:52: style: Function '_getopt_long_r' argument 3 names different: declaration '__shortopts' definition 'options'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/lib/getopt_int.h:125:40: note: Function '_getopt_long_r' argument 3 names different: declaration '__shortopts' definition 'options'.
emacs25-25.2+1.orig/lib/getopt1.c:48:52: note: Function '_getopt_long_r' argument 3 names different: declaration '__shortopts' definition 'options'.
emacs25-25.2+1.orig/lib/getopt1.c:49:38: style: Function '_getopt_long_r' argument 4 names different: declaration '__longopts' definition 'long_options'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/lib/getopt_int.h:126:49: note: Function '_getopt_long_r' argument 4 names different: declaration '__longopts' definition 'long_options'.
emacs25-25.2+1.orig/lib/getopt1.c:49:38: note: Function '_getopt_long_r' argument 4 names different: declaration '__longopts' definition 'long_options'.
emacs25-25.2+1.orig/lib/getopt1.c:49:57: style: Function '_getopt_long_r' argument 5 names different: declaration '__longind' definition 'opt_index'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/lib/getopt_int.h:126:66: note: Function '_getopt_long_r' argument 5 names different: declaration '__longind' definition 'opt_index'.
emacs25-25.2+1.orig/lib/getopt1.c:49:57: note: Function '_getopt_long_r' argument 5 names different: declaration '__longind' definition 'opt_index'.
emacs25-25.2+1.orig/lib/getopt1.c:50:38: style: Function '_getopt_long_r' argument 6 names different: declaration '__data' definition 'd'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/lib/getopt_int.h:127:49: note: Function '_getopt_long_r' argument 6 names different: declaration '__data' definition 'd'.
emacs25-25.2+1.orig/lib/getopt1.c:50:38: note: Function '_getopt_long_r' argument 6 names different: declaration '__data' definition 'd'.
emacs25-25.2+1.orig/lib/getopt1.c:71:26: style: Function '_getopt_long_only_r' argument 1 names different: declaration '___argc' definition 'argc'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/lib/getopt_int.h:129:37: note: Function '_getopt_long_only_r' argument 1 names different: declaration '___argc' definition 'argc'.
emacs25-25.2+1.orig/lib/getopt1.c:71:26: note: Function '_getopt_long_only_r' argument 1 names different: declaration '___argc' definition 'argc'.
emacs25-25.2+1.orig/lib/getopt1.c:71:39: style: Function '_getopt_long_only_r' argument 2 names different: declaration '___argv' definition 'argv'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/lib/getopt_int.h:129:53: note: Function '_getopt_long_only_r' argument 2 names different: declaration '___argv' definition 'argv'.
emacs25-25.2+1.orig/lib/getopt1.c:71:39: note: Function '_getopt_long_only_r' argument 2 names different: declaration '___argv' definition 'argv'.
emacs25-25.2+1.orig/lib/getopt1.c:71:57: style: Function '_getopt_long_only_r' argument 3 names different: declaration '__shortopts' definition 'options'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/lib/getopt_int.h:130:45: note: Function '_getopt_long_only_r' argument 3 names different: declaration '__shortopts' definition 'options'.
emacs25-25.2+1.orig/lib/getopt1.c:71:57: note: Function '_getopt_long_only_r' argument 3 names different: declaration '__shortopts' definition 'options'.
emacs25-25.2+1.orig/lib/getopt1.c:72:43: style: Function '_getopt_long_only_r' argument 4 names different: declaration '__longopts' definition 'long_options'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/lib/getopt_int.h:131:54: note: Function '_getopt_long_only_r' argument 4 names different: declaration '__longopts' definition 'long_options'.
emacs25-25.2+1.orig/lib/getopt1.c:72:43: note: Function '_getopt_long_only_r' argument 4 names different: declaration '__longopts' definition 'long_options'.
emacs25-25.2+1.orig/lib/getopt1.c:72:62: style: Function '_getopt_long_only_r' argument 5 names different: declaration '__longind' definition 'opt_index'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/lib/getopt_int.h:132:38: note: Function '_getopt_long_only_r' argument 5 names different: declaration '__longind' definition 'opt_index'.
emacs25-25.2+1.orig/lib/getopt1.c:72:62: note: Function '_getopt_long_only_r' argument 5 names different: declaration '__longind' definition 'opt_index'.
emacs25-25.2+1.orig/lib/getopt1.c:73:43: style: Function '_getopt_long_only_r' argument 6 names different: declaration '__data' definition 'd'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/lib/getopt_int.h:133:54: note: Function '_getopt_long_only_r' argument 6 names different: declaration '__data' definition 'd'.
emacs25-25.2+1.orig/lib/getopt1.c:73:43: note: Function '_getopt_long_only_r' argument 6 names different: declaration '__data' definition 'd'.
emacs25-25.2+1.orig/lib/gettimeofday.c:144:0: error: #error "Only 1-second nominal clock resolution found.  Is that intended?" \ [preprocessorErrorDirective]
emacs25-25.2+1.orig/lib/memrchr.c:82:19: style: Condition '4294967295U<(unsigned long)-1' is always false [knownConditionTrueFalse]
emacs25-25.2+1.orig/lib/mktime.c:207:29: style: Same value in both branches of ternary operator. [duplicateValueTernary]
emacs25-25.2+1.orig/lib/mktime.c:208:29: style: Same value in both branches of ternary operator. [duplicateValueTernary]
emacs25-25.2+1.orig/lib/mktime.c:80:1: style: struct member 'long_int_is_wide_enough::a' is never used. [unusedStructMember]
emacs25-25.2+1.orig/lib/mktime.c:134:1: style: struct member 'time_t_is_integer::a' is never used. [unusedStructMember]
emacs25-25.2+1.orig/lib/mktime.c:135:1: style: struct member 'twos_complement_arithmetic::a' is never used. [unusedStructMember]
emacs25-25.2+1.orig/lib/mktime.c:142:1: style: struct member 'base_year_is_a_multiple_of_100::a' is never used. [unusedStructMember]
emacs25-25.2+1.orig/lib/mktime.c:203:3: style: struct member 'C99_integer_division::a' is never used. [unusedStructMember]
emacs25-25.2+1.orig/lib/mktime.c:260:3: style: struct member 'int_no_wider_than_time_t::a' is never used. [unusedStructMember]
emacs25-25.2+1.orig/lib/u64.h:23:0: error: #error "Please include config.h first." [preprocessorErrorDirective]
emacs25-25.2+1.orig/lib/sig2str.c:283:15: style: Condition '0<rtmin' is always false [knownConditionTrueFalse]
emacs25-25.2+1.orig/lib/sig2str.c:280:21: note: Assignment 'rtmin=0', assigned value is 0
emacs25-25.2+1.orig/lib/sig2str.c:283:15: note: Condition '0<rtmin' is always false
emacs25-25.2+1.orig/lib/sig2str.c:289:20: style: Condition '0<rtmax' is always false [knownConditionTrueFalse]
emacs25-25.2+1.orig/lib/sig2str.c:281:21: note: Assignment 'rtmax=0-1', assigned value is -1
emacs25-25.2+1.orig/lib/sig2str.c:289:20: note: Condition '0<rtmax' is always false
emacs25-25.2+1.orig/lib/stat-time.h:27:0: error: #error "Please include config.h first." [preprocessorErrorDirective]
emacs25-25.2+1.orig/lib/strftime.c:497:7: style: Condition '!zone' is always true [knownConditionTrueFalse]
emacs25-25.2+1.orig/lib/strftime.c:465:10: note: Assignment 'zone=NULL', assigned value is 0
emacs25-25.2+1.orig/lib/strftime.c:497:7: note: Condition '!zone' is always true
emacs25-25.2+1.orig/lib/strftime.c:338:34: style: Same value in both branches of ternary operator. [duplicateValueTernary]
emacs25-25.2+1.orig/lib/strftime.c:339:34: style: Same value in both branches of ternary operator. [duplicateValueTernary]
emacs25-25.2+1.orig/lib/strftime.c:613:11: error: Invalid memset() argument nr 3. The value is -2 but the valid values are '0:'. [invalidFunctionArg]
emacs25-25.2+1.orig/lib/strftime.c:524:20: note: Assignment 'width=-1', assigned value is -1
emacs25-25.2+1.orig/lib/strftime.c:613:11: note: Assignment '_delta=width-_n', assigned value is -2
emacs25-25.2+1.orig/lib/strftime.c:613:11: note: Invalid argument
emacs25-25.2+1.orig/lib/tempname.c:190:7: style: The scope of the variable 'fd' can be reduced. [variableScope]
emacs25-25.2+1.orig/src/lisp.h:76:0: error: #error "INTPTR_MAX misconfigured" [preprocessorErrorDirective]
emacs25-25.2+1.orig/nt/addpm.c:171:9: style: The scope of the variable 'p' can be reduced. [variableScope]
emacs25-25.2+1.orig/nt/addpm.c:315:12: style: The scope of the variable 'add_item' can be reduced. [variableScope]
emacs25-25.2+1.orig/nt/addpm.c:127:29: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
emacs25-25.2+1.orig/nt/cmdproxy.c:202:24: style: Same expression on both sides of '==' because the value of 'escape_char' and ''\\'' are the same. [duplicateExpression]
emacs25-25.2+1.orig/nt/cmdproxy.c:141:25: note: 'escape_char' is assigned value ''\\'' here.
emacs25-25.2+1.orig/nt/cmdproxy.c:202:24: note: Same expression on both sides of '==' because the value of 'escape_char' and ''\\'' are the same.
emacs25-25.2+1.orig/nt/cmdproxy.c:219:24: style: Same expression on both sides of '==' because the value of 'escape_char' and ''\\'' are the same. [duplicateExpression]
emacs25-25.2+1.orig/nt/cmdproxy.c:141:25: note: 'escape_char' is assigned value ''\\'' here.
emacs25-25.2+1.orig/nt/cmdproxy.c:219:24: note: Same expression on both sides of '==' because the value of 'escape_char' and ''\\'' are the same.
emacs25-25.2+1.orig/nt/cmdproxy.c:252:7: style: The scope of the variable 'i' can be reduced. [variableScope]
emacs25-25.2+1.orig/nt/cmdproxy.c:330:15: style: The scope of the variable 'fname' can be reduced. [variableScope]
emacs25-25.2+1.orig/nt/cmdproxy.c:364:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
emacs25-25.2+1.orig/nt/cmdproxy.c:404:24: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
emacs25-25.2+1.orig/nt/cmdproxy.c:728:33: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
emacs25-25.2+1.orig/nt/cmdproxy.c:856:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
emacs25-25.2+1.orig/nt/cmdproxy.c:901:18: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
emacs25-25.2+1.orig/nt/ddeclient.c:43:9: style: The scope of the variable 'command' can be reduced. [variableScope]
emacs25-25.2+1.orig/nt/preprep.c:408:3: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
emacs25-25.2+1.orig/nt/preprep.c:411:3: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
emacs25-25.2+1.orig/nt/preprep.c:414:3: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
emacs25-25.2+1.orig/nt/preprep.c:453:7: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
emacs25-25.2+1.orig/nt/preprep.c:482:7: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
emacs25-25.2+1.orig/nt/preprep.c:503:7: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
emacs25-25.2+1.orig/nt/preprep.c:517:3: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
emacs25-25.2+1.orig/nt/preprep.c:636:12: style: The scope of the variable 'holder' can be reduced. [variableScope]
emacs25-25.2+1.orig/nt/preprep.c:769:24: error: Buffer overrun possible for long command line arguments. [insecureCmdLineArgs]
emacs25-25.2+1.orig/nt/preprep.c:770:25: error: Buffer overrun possible for long command line arguments. [insecureCmdLineArgs]
emacs25-25.2+1.orig/nt/preprep.c:570:36: error: Uninitialized variable: import_delta_rva [uninitvar]
emacs25-25.2+1.orig/nt/preprep.c:597:35: error: Uninitialized variable: import_delta_rva [uninitvar]
emacs25-25.2+1.orig/nt/preprep.c:663:34: error: Uninitialized variable: end_block [uninitvar]
emacs25-25.2+1.orig/nt/preprep.c:664:76: error: Uninitialized variable: end_block [uninitvar]
emacs25-25.2+1.orig/nt/preprep.c:669:23: error: Uninitialized variable: end_block [uninitvar]
emacs25-25.2+1.orig/nt/runemacs.c:75:17: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
emacs25-25.2+1.orig/oldXMenu/AddPane.c:49:2: error: Memory leak: pane [memleak]
emacs25-25.2+1.orig/oldXMenu/ChgSel.c:32:9: style: The scope of the variable 'label_length' can be reduced. [variableScope]
emacs25-25.2+1.orig/oldXMenu/ChgSel.c:33:9: style: The scope of the variable 'label_width' can be reduced. [variableScope]
emacs25-25.2+1.orig/oldXMenu/Create.c:194:44: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
emacs25-25.2+1.orig/oldXMenu/Create.c:179:5: error: Memory leak: menu [memleak]
emacs25-25.2+1.orig/oldXMenu/Create.c:188:5: error: Memory leak: menu [memleak]
emacs25-25.2+1.orig/oldXMenu/Create.c:188:5: error: Memory leak: pane [memleak]
emacs25-25.2+1.orig/oldXMenu/InsPane.c:59:2: error: Memory leak: pane [memleak]
emacs25-25.2+1.orig/oldXMenu/Internal.c:743:6: style: Variable 'changes' is reassigned a value before the old one has been used. [redundantAssignment]
emacs25-25.2+1.orig/oldXMenu/Internal.c:741:6: note: Variable 'changes' is reassigned a value before the old one has been used.
emacs25-25.2+1.orig/oldXMenu/Internal.c:743:6: note: Variable 'changes' is reassigned a value before the old one has been used.
emacs25-25.2+1.orig/oldXMenu/Internal.c:206:18: style: The scope of the variable 'pq_index' can be reduced. [variableScope]
emacs25-25.2+1.orig/oldXMenu/Internal.c:207:18: style: The scope of the variable 'sq_index' can be reduced. [variableScope]
emacs25-25.2+1.orig/oldXMenu/Internal.c:208:22: style: The scope of the variable 'p_ptr' can be reduced. [variableScope]
emacs25-25.2+1.orig/oldXMenu/Internal.c:209:24: style: The scope of the variable 's_ptr' can be reduced. [variableScope]
emacs25-25.2+1.orig/oldXMenu/Internal.c:210:19: style: The scope of the variable 'valuemask' can be reduced. [variableScope]
emacs25-25.2+1.orig/oldXMenu/Internal.c:536:19: style: The scope of the variable 'change_mask' can be reduced. [variableScope]
emacs25-25.2+1.orig/oldXMenu/Internal.c:537:21: style: The scope of the variable 'changes' can be reduced. [variableScope]
emacs25-25.2+1.orig/oldXMenu/Internal.c:684:21: style: The scope of the variable 'changes' can be reduced. [variableScope]
emacs25-25.2+1.orig/oldXMenu/Internal.c:685:19: style: The scope of the variable 'change_mask' can be reduced. [variableScope]
emacs25-25.2+1.orig/oldXMenu/Internal.c:201:98: style: Function '_XMWinQueFlush' argument 4 names different: declaration 'select' definition 'sel'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/oldXMenu/XMenuInt.h:54:75: note: Function '_XMWinQueFlush' argument 4 names different: declaration 'select' definition 'sel'.
emacs25-25.2+1.orig/oldXMenu/Internal.c:201:98: note: Function '_XMWinQueFlush' argument 4 names different: declaration 'select' definition 'sel'.
emacs25-25.2+1.orig/oldXMenu/Internal.c:937:89: style: Function '_XMRefreshSelection' argument 3 names different: declaration 'select' definition 'sel'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/oldXMenu/XMenuInt.h:62:67: note: Function '_XMRefreshSelection' argument 3 names different: declaration 'select' definition 'sel'.
emacs25-25.2+1.orig/oldXMenu/Internal.c:937:89: note: Function '_XMRefreshSelection' argument 3 names different: declaration 'select' definition 'sel'.
emacs25-25.2+1.orig/oldXMenu/Internal.c:743:6: error: Memory leak: changes [memleak]
emacs25-25.2+1.orig/oldXMenu/Recomp.c:27:18: style: The scope of the variable 's_num' can be reduced. [variableScope]
emacs25-25.2+1.orig/oldXMenu/XCrAssoc.c:40:3: error: Memory leak: table [memleak]
emacs25-25.2+1.orig/oldXMenu/insque.c:33:21: style: Function 'emacs_insque' argument 1 names different: declaration 'elem' definition 'velem'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/oldXMenu/XMenuInt.h:63:26: note: Function 'emacs_insque' argument 1 names different: declaration 'elem' definition 'velem'.
emacs25-25.2+1.orig/oldXMenu/insque.c:33:21: note: Function 'emacs_insque' argument 1 names different: declaration 'elem' definition 'velem'.
emacs25-25.2+1.orig/oldXMenu/insque.c:33:34: style: Function 'emacs_insque' argument 2 names different: declaration 'prev' definition 'vprev'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/oldXMenu/XMenuInt.h:63:38: note: Function 'emacs_insque' argument 2 names different: declaration 'prev' definition 'vprev'.
emacs25-25.2+1.orig/oldXMenu/insque.c:33:34: note: Function 'emacs_insque' argument 2 names different: declaration 'prev' definition 'vprev'.
emacs25-25.2+1.orig/oldXMenu/insque.c:48:21: style: Function 'emacs_remque' argument 1 names different: declaration 'elem' definition 'velem'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/oldXMenu/XMenuInt.h:64:26: note: Function 'emacs_remque' argument 1 names different: declaration 'elem' definition 'velem'.
emacs25-25.2+1.orig/oldXMenu/insque.c:48:21: note: Function 'emacs_remque' argument 1 names different: declaration 'elem' definition 'velem'.
emacs25-25.2+1.orig/src/dynlib.c:318:0: error: #error "No dynamic loading for this system" [preprocessorErrorDirective]
emacs25-25.2+1.orig/src/gmalloc.c:1551:15: style: The scope of the variable 'lastadj' can be reduced. [variableScope]
emacs25-25.2+1.orig/src/gmalloc.c:1516:31: style: Function '__default_morecore' argument 1 names different: declaration 'size' definition 'increment'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/src/gmalloc.c:250:44: note: Function '__default_morecore' argument 1 names different: declaration 'size' definition 'increment'.
emacs25-25.2+1.orig/src/gmalloc.c:1516:31: note: Function '__default_morecore' argument 1 names different: declaration 'size' definition 'increment'.
emacs25-25.2+1.orig/src/gmalloc.c:301:12: style: struct member 'mstats::bytes_total' is never used. [unusedStructMember]
emacs25-25.2+1.orig/src/gmalloc.c:302:12: style: struct member 'mstats::chunks_used' is never used. [unusedStructMember]
emacs25-25.2+1.orig/src/gmalloc.c:303:12: style: struct member 'mstats::bytes_used' is never used. [unusedStructMember]
emacs25-25.2+1.orig/src/gmalloc.c:304:12: style: struct member 'mstats::chunks_free' is never used. [unusedStructMember]
emacs25-25.2+1.orig/src/gmalloc.c:305:12: style: struct member 'mstats::bytes_free' is never used. [unusedStructMember]
emacs25-25.2+1.orig/src/ralloc.c:540:7: warning: Either the condition 'heap' is redundant or there is possible null pointer dereference: heap. [nullPointerRedundantCheck]
emacs25-25.2+1.orig/src/ralloc.c:527:14: note: Assuming that condition 'heap' is not redundant
emacs25-25.2+1.orig/src/ralloc.c:540:7: note: Null pointer dereference
emacs25-25.2+1.orig/src/ralloc.c:541:7: warning: Either the condition 'heap' is redundant or there is possible null pointer dereference: heap. [nullPointerRedundantCheck]
emacs25-25.2+1.orig/src/ralloc.c:527:14: note: Assuming that condition 'heap' is not redundant
emacs25-25.2+1.orig/src/ralloc.c:541:7: note: Null pointer dereference
emacs25-25.2+1.orig/src/ralloc.c:542:11: warning: Either the condition 'heap' is redundant or there is possible null pointer dereference: heap. [nullPointerRedundantCheck]
emacs25-25.2+1.orig/src/ralloc.c:527:14: note: Assuming that condition 'heap' is not redundant
emacs25-25.2+1.orig/src/ralloc.c:542:11: note: Null pointer dereference
emacs25-25.2+1.orig/src/ralloc.c:224:10: style: The scope of the variable 'already_available' can be reduced. [variableScope]
emacs25-25.2+1.orig/src/regex.c:3960:56: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
emacs25-25.2+1.orig/src/regex.c:4366:9: style: Condition 'multibyte' is always false [knownConditionTrueFalse]
emacs25-25.2+1.orig/src/regex.c:4278:29: note: Assignment 'multibyte=0', assigned value is 0
emacs25-25.2+1.orig/src/regex.c:4366:9: note: Condition 'multibyte' is always false
emacs25-25.2+1.orig/src/regex.c:4398:9: style: Condition 'multibyte' is always false [knownConditionTrueFalse]
emacs25-25.2+1.orig/src/regex.c:4278:29: note: Assignment 'multibyte=0', assigned value is 0
emacs25-25.2+1.orig/src/regex.c:4398:9: note: Condition 'multibyte' is always false
emacs25-25.2+1.orig/src/regex.c:4420:12: style: Condition 'multibyte' is always false [knownConditionTrueFalse]
emacs25-25.2+1.orig/src/regex.c:4278:29: note: Assignment 'multibyte=0', assigned value is 0
emacs25-25.2+1.orig/src/regex.c:4420:12: note: Condition 'multibyte' is always false
emacs25-25.2+1.orig/src/regex.c:5087:18: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
emacs25-25.2+1.orig/src/regex.c:5084:17: note: Assignment 'string1=0', assigned value is 0
emacs25-25.2+1.orig/src/regex.c:5087:18: note: Null pointer addition
emacs25-25.2+1.orig/src/regex.c:5498:10: warning: Redundant assignment of 'c1' to itself. [selfAssignment]
emacs25-25.2+1.orig/src/regex.c:1225:29: style: Function 're_set_syntax' argument 1 names different: declaration '__syntax' definition 'syntax'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/src/regex.h:462:49: note: Function 're_set_syntax' argument 1 names different: declaration '__syntax' definition 'syntax'.
emacs25-25.2+1.orig/src/regex.c:1225:29: note: Function 're_set_syntax' argument 1 names different: declaration '__syntax' definition 'syntax'.
emacs25-25.2+1.orig/src/regex.c:4173:47: style: Function 're_compile_fastmap' argument 1 names different: declaration '__buffer' definition 'bufp'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/src/regex.h:474:58: note: Function 're_compile_fastmap' argument 1 names different: declaration '__buffer' definition 'bufp'.
emacs25-25.2+1.orig/src/regex.c:4173:47: note: Function 're_compile_fastmap' argument 1 names different: declaration '__buffer' definition 'bufp'.
emacs25-25.2+1.orig/src/regex.c:4203:45: style: Function 're_set_registers' argument 1 names different: declaration '__buffer' definition 'bufp'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/src/regex.h:525:57: note: Function 're_set_registers' argument 1 names different: declaration '__buffer' definition 'bufp'.
emacs25-25.2+1.orig/src/regex.c:4203:45: note: Function 're_set_registers' argument 1 names different: declaration '__buffer' definition 'bufp'.
emacs25-25.2+1.orig/src/regex.c:4203:72: style: Function 're_set_registers' argument 2 names different: declaration '__regs' definition 'regs'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/src/regex.h:526:31: note: Function 're_set_registers' argument 2 names different: declaration '__regs' definition 'regs'.
emacs25-25.2+1.orig/src/regex.c:4203:72: note: Function 're_set_registers' argument 2 names different: declaration '__regs' definition 'regs'.
emacs25-25.2+1.orig/src/regex.c:4203:91: style: Function 're_set_registers' argument 3 names different: declaration '__num_regs' definition 'num_regs'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/src/regex.h:527:19: note: Function 're_set_registers' argument 3 names different: declaration '__num_regs' definition 'num_regs'.
emacs25-25.2+1.orig/src/regex.c:4203:91: note: Function 're_set_registers' argument 3 names different: declaration '__num_regs' definition 'num_regs'.
emacs25-25.2+1.orig/src/regex.c:4203:111: style: Function 're_set_registers' argument 4 names different: declaration '__starts' definition 'starts'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/src/regex.h:528:20: note: Function 're_set_registers' argument 4 names different: declaration '__starts' definition 'starts'.
emacs25-25.2+1.orig/src/regex.c:4203:111: note: Function 're_set_registers' argument 4 names different: declaration '__starts' definition 'starts'.
emacs25-25.2+1.orig/src/regex.c:4203:129: style: Function 're_set_registers' argument 5 names different: declaration '__ends' definition 'ends'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/src/regex.h:528:40: note: Function 're_set_registers' argument 5 names different: declaration '__ends' definition 'ends'.
emacs25-25.2+1.orig/src/regex.c:4203:129: note: Function 're_set_registers' argument 5 names different: declaration '__ends' definition 'ends'.
emacs25-25.2+1.orig/src/regex.c:4227:38: style: Function 're_search' argument 1 names different: declaration '__buffer' definition 'bufp'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/src/regex.h:482:54: note: Function 're_search' argument 1 names different: declaration '__buffer' definition 'bufp'.
emacs25-25.2+1.orig/src/regex.c:4227:38: note: Function 're_search' argument 1 names different: declaration '__buffer' definition 'bufp'.
emacs25-25.2+1.orig/src/regex.c:4227:56: style: Function 're_search' argument 2 names different: declaration '__string' definition 'string'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/src/regex.h:483:19: note: Function 're_search' argument 2 names different: declaration '__string' definition 'string'.
emacs25-25.2+1.orig/src/regex.c:4227:56: note: Function 're_search' argument 2 names different: declaration '__string' definition 'string'.
emacs25-25.2+1.orig/src/regex.c:4227:71: style: Function 're_search' argument 3 names different: declaration '__length' definition 'size'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/src/regex.h:483:36: note: Function 're_search' argument 3 names different: declaration '__length' definition 'size'.
emacs25-25.2+1.orig/src/regex.c:4227:71: note: Function 're_search' argument 3 names different: declaration '__length' definition 'size'.
emacs25-25.2+1.orig/src/regex.c:4228:13: style: Function 're_search' argument 4 names different: declaration '__start' definition 'startpos'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/src/regex.h:484:15: note: Function 're_search' argument 4 names different: declaration '__start' definition 'startpos'.
emacs25-25.2+1.orig/src/regex.c:4228:13: note: Function 're_search' argument 4 names different: declaration '__start' definition 'startpos'.
emacs25-25.2+1.orig/src/regex.c:4228:31: style: Function 're_search' argument 5 names different: declaration '__range' definition 'range'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/src/regex.h:484:32: note: Function 're_search' argument 5 names different: declaration '__range' definition 'range'.
emacs25-25.2+1.orig/src/regex.c:4228:31: note: Function 're_search' argument 5 names different: declaration '__range' definition 'range'.
emacs25-25.2+1.orig/src/regex.c:4228:59: style: Function 're_search' argument 6 names different: declaration '__regs' definition 'regs'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/src/regex.h:485:28: note: Function 're_search' argument 6 names different: declaration '__regs' definition 'regs'.
emacs25-25.2+1.orig/src/regex.c:4228:59: note: Function 're_search' argument 6 names different: declaration '__regs' definition 'regs'.
emacs25-25.2+1.orig/src/regex.c:4265:40: style: Function 're_search_2' argument 1 names different: declaration '__buffer' definition 'bufp'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/src/regex.h:490:56: note: Function 're_search_2' argument 1 names different: declaration '__buffer' definition 'bufp'.
emacs25-25.2+1.orig/src/regex.c:4265:40: note: Function 're_search_2' argument 1 names different: declaration '__buffer' definition 'bufp'.
emacs25-25.2+1.orig/src/regex.c:4265:58: style: Function 're_search_2' argument 2 names different: declaration '__string1' definition 'str1'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/src/regex.h:491:21: note: Function 're_search_2' argument 2 names different: declaration '__string1' definition 'str1'.
emacs25-25.2+1.orig/src/regex.c:4265:58: note: Function 're_search_2' argument 2 names different: declaration '__string1' definition 'str1'.
emacs25-25.2+1.orig/src/regex.c:4265:71: style: Function 're_search_2' argument 3 names different: declaration '__length1' definition 'size1'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/src/regex.h:491:39: note: Function 're_search_2' argument 3 names different: declaration '__length1' definition 'size1'.
emacs25-25.2+1.orig/src/regex.c:4265:71: note: Function 're_search_2' argument 3 names different: declaration '__length1' definition 'size1'.
emacs25-25.2+1.orig/src/regex.c:4266:19: style: Function 're_search_2' argument 4 names different: declaration '__string2' definition 'str2'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/src/regex.h:492:21: note: Function 're_search_2' argument 4 names different: declaration '__string2' definition 'str2'.
emacs25-25.2+1.orig/src/regex.c:4266:19: note: Function 're_search_2' argument 4 names different: declaration '__string2' definition 'str2'.
emacs25-25.2+1.orig/src/regex.c:4266:32: style: Function 're_search_2' argument 5 names different: declaration '__length2' definition 'size2'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/src/regex.h:492:39: note: Function 're_search_2' argument 5 names different: declaration '__length2' definition 'size2'.
emacs25-25.2+1.orig/src/regex.c:4266:32: note: Function 're_search_2' argument 5 names different: declaration '__length2' definition 'size2'.
emacs25-25.2+1.orig/src/regex.c:4266:47: style: Function 're_search_2' argument 6 names different: declaration '__start' definition 'startpos'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/src/regex.h:493:17: note: Function 're_search_2' argument 6 names different: declaration '__start' definition 'startpos'.
emacs25-25.2+1.orig/src/regex.c:4266:47: note: Function 're_search_2' argument 6 names different: declaration '__start' definition 'startpos'.
emacs25-25.2+1.orig/src/regex.c:4266:65: style: Function 're_search_2' argument 7 names different: declaration '__range' definition 'range'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/src/regex.h:493:34: note: Function 're_search_2' argument 7 names different: declaration '__range' definition 'range'.
emacs25-25.2+1.orig/src/regex.c:4266:65: note: Function 're_search_2' argument 7 names different: declaration '__range' definition 'range'.
emacs25-25.2+1.orig/src/regex.c:4267:28: style: Function 're_search_2' argument 8 names different: declaration '__regs' definition 'regs'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/src/regex.h:494:30: note: Function 're_search_2' argument 8 names different: declaration '__regs' definition 'regs'.
emacs25-25.2+1.orig/src/regex.c:4267:28: note: Function 're_search_2' argument 8 names different: declaration '__regs' definition 'regs'.
emacs25-25.2+1.orig/src/regex.c:4267:42: style: Function 're_search_2' argument 9 names different: declaration '__stop' definition 'stop'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/src/regex.h:495:17: note: Function 're_search_2' argument 9 names different: declaration '__stop' definition 'stop'.
emacs25-25.2+1.orig/src/regex.c:4267:42: note: Function 're_search_2' argument 9 names different: declaration '__stop' definition 'stop'.
emacs25-25.2+1.orig/src/regex.c:4881:37: style: Function 're_match' argument 1 names different: declaration '__buffer' definition 'bufp'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/src/regex.h:500:53: note: Function 're_match' argument 1 names different: declaration '__buffer' definition 'bufp'.
emacs25-25.2+1.orig/src/regex.c:4881:37: note: Function 're_match' argument 1 names different: declaration '__buffer' definition 'bufp'.
emacs25-25.2+1.orig/src/regex.c:4881:55: style: Function 're_match' argument 2 names different: declaration '__string' definition 'string'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/src/regex.h:501:18: note: Function 're_match' argument 2 names different: declaration '__string' definition 'string'.
emacs25-25.2+1.orig/src/regex.c:4881:55: note: Function 're_match' argument 2 names different: declaration '__string' definition 'string'.
emacs25-25.2+1.orig/src/regex.c:4882:11: style: Function 're_match' argument 3 names different: declaration '__length' definition 'size'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/src/regex.h:501:35: note: Function 're_match' argument 3 names different: declaration '__length' definition 'size'.
emacs25-25.2+1.orig/src/regex.c:4882:11: note: Function 're_match' argument 3 names different: declaration '__length' definition 'size'.
emacs25-25.2+1.orig/src/regex.c:4882:25: style: Function 're_match' argument 4 names different: declaration '__start' definition 'pos'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/src/regex.h:502:14: note: Function 're_match' argument 4 names different: declaration '__start' definition 'pos'.
emacs25-25.2+1.orig/src/regex.c:4882:25: note: Function 're_match' argument 4 names different: declaration '__start' definition 'pos'.
emacs25-25.2+1.orig/src/regex.c:4882:51: style: Function 're_match' argument 5 names different: declaration '__regs' definition 'regs'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/src/regex.h:502:44: note: Function 're_match' argument 5 names different: declaration '__regs' definition 'regs'.
emacs25-25.2+1.orig/src/regex.c:4882:51: note: Function 're_match' argument 5 names different: declaration '__regs' definition 'regs'.
emacs25-25.2+1.orig/src/regex.c:4911:39: style: Function 're_match_2' argument 1 names different: declaration '__buffer' definition 'bufp'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/src/regex.h:506:55: note: Function 're_match_2' argument 1 names different: declaration '__buffer' definition 'bufp'.
emacs25-25.2+1.orig/src/regex.c:4911:39: note: Function 're_match_2' argument 1 names different: declaration '__buffer' definition 'bufp'.
emacs25-25.2+1.orig/src/regex.c:4911:57: style: Function 're_match_2' argument 2 names different: declaration '__string1' definition 'string1'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/src/regex.h:507:20: note: Function 're_match_2' argument 2 names different: declaration '__string1' definition 'string1'.
emacs25-25.2+1.orig/src/regex.c:4911:57: note: Function 're_match_2' argument 2 names different: declaration '__string1' definition 'string1'.
emacs25-25.2+1.orig/src/regex.c:4912:13: style: Function 're_match_2' argument 3 names different: declaration '__length1' definition 'size1'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/src/regex.h:507:38: note: Function 're_match_2' argument 3 names different: declaration '__length1' definition 'size1'.
emacs25-25.2+1.orig/src/regex.c:4912:13: note: Function 're_match_2' argument 3 names different: declaration '__length1' definition 'size1'.
emacs25-25.2+1.orig/src/regex.c:4912:32: style: Function 're_match_2' argument 4 names different: declaration '__string2' definition 'string2'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/src/regex.h:508:20: note: Function 're_match_2' argument 4 names different: declaration '__string2' definition 'string2'.
emacs25-25.2+1.orig/src/regex.c:4912:32: note: Function 're_match_2' argument 4 names different: declaration '__string2' definition 'string2'.
emacs25-25.2+1.orig/src/regex.c:4912:48: style: Function 're_match_2' argument 5 names different: declaration '__length2' definition 'size2'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/src/regex.h:508:38: note: Function 're_match_2' argument 5 names different: declaration '__length2' definition 'size2'.
emacs25-25.2+1.orig/src/regex.c:4912:48: note: Function 're_match_2' argument 5 names different: declaration '__length2' definition 'size2'.
emacs25-25.2+1.orig/src/regex.c:4912:63: style: Function 're_match_2' argument 6 names different: declaration '__start' definition 'pos'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/src/regex.h:509:16: note: Function 're_match_2' argument 6 names different: declaration '__start' definition 'pos'.
emacs25-25.2+1.orig/src/regex.c:4912:63: note: Function 're_match_2' argument 6 names different: declaration '__start' definition 'pos'.
emacs25-25.2+1.orig/src/regex.c:4913:27: style: Function 're_match_2' argument 7 names different: declaration '__regs' definition 'regs'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/src/regex.h:509:46: note: Function 're_match_2' argument 7 names different: declaration '__regs' definition 'regs'.
emacs25-25.2+1.orig/src/regex.c:4913:27: note: Function 're_match_2' argument 7 names different: declaration '__regs' definition 'regs'.
emacs25-25.2+1.orig/src/regex.c:4913:41: style: Function 're_match_2' argument 8 names different: declaration '__stop' definition 'stop'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/src/regex.h:510:16: note: Function 're_match_2' argument 8 names different: declaration '__stop' definition 'stop'.
emacs25-25.2+1.orig/src/regex.c:4913:41: note: Function 're_match_2' argument 8 names different: declaration '__stop' definition 'stop'.
emacs25-25.2+1.orig/src/regex.c:6291:42: style: Function 'bcmp_translate' argument 5 names different: declaration 'multibyte' definition 'target_multibyte'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/src/regex.c:4510:17: note: Function 'bcmp_translate' argument 5 names different: declaration 'multibyte' definition 'target_multibyte'.
emacs25-25.2+1.orig/src/regex.c:6291:42: note: Function 'bcmp_translate' argument 5 names different: declaration 'multibyte' definition 'target_multibyte'.
emacs25-25.2+1.orig/src/regex.c:6332:33: style: Function 're_compile_pattern' argument 1 names different: declaration '__pattern' definition 'pattern'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/src/regex.h:467:52: note: Function 're_compile_pattern' argument 1 names different: declaration '__pattern' definition 'pattern'.
emacs25-25.2+1.orig/src/regex.c:6332:33: note: Function 're_compile_pattern' argument 1 names different: declaration '__pattern' definition 'pattern'.
emacs25-25.2+1.orig/src/regex.c:6332:49: style: Function 're_compile_pattern' argument 2 names different: declaration '__length' definition 'length'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/src/regex.h:467:70: note: Function 're_compile_pattern' argument 2 names different: declaration '__length' definition 'length'.
emacs25-25.2+1.orig/src/regex.c:6332:49: note: Function 're_compile_pattern' argument 2 names different: declaration '__length' definition 'length'.
emacs25-25.2+1.orig/src/regex.c:6333:33: style: Function 're_compile_pattern' argument 3 names different: declaration '__buffer' definition 'bufp'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/src/regex.h:468:38: note: Function 're_compile_pattern' argument 3 names different: declaration '__buffer' definition 'bufp'.
emacs25-25.2+1.orig/src/regex.c:6333:33: note: Function 're_compile_pattern' argument 3 names different: declaration '__buffer' definition 'bufp'.
emacs25-25.2+1.orig/src/regex.c:6458:30: style: Function 'regcomp' argument 1 names different: declaration '__preg' definition 'preg'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/src/regex.h:567:51: note: Function 'regcomp' argument 1 names different: declaration '__preg' definition 'preg'.
emacs25-25.2+1.orig/src/regex.c:6458:30: note: Function 'regcomp' argument 1 names different: declaration '__preg' definition 'preg'.
emacs25-25.2+1.orig/src/regex.c:6458:59: style: Function 'regcomp' argument 2 names different: declaration '__pattern' definition 'pattern'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/src/regex.h:568:33: note: Function 'regcomp' argument 2 names different: declaration '__pattern' definition 'pattern'.
emacs25-25.2+1.orig/src/regex.c:6458:59: note: Function 'regcomp' argument 2 names different: declaration '__pattern' definition 'pattern'.
emacs25-25.2+1.orig/src/regex.c:6459:7: style: Function 'regcomp' argument 3 names different: declaration '__cflags' definition 'cflags'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/src/regex.h:569:14: note: Function 'regcomp' argument 3 names different: declaration '__cflags' definition 'cflags'.
emacs25-25.2+1.orig/src/regex.c:6459:7: note: Function 'regcomp' argument 3 names different: declaration '__cflags' definition 'cflags'.
emacs25-25.2+1.orig/src/regex.c:6539:36: style: Function 'regexec' argument 1 names different: declaration '__preg' definition 'preg'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/src/regex.h:571:57: note: Function 'regexec' argument 1 names different: declaration '__preg' definition 'preg'.
emacs25-25.2+1.orig/src/regex.c:6539:36: note: Function 'regexec' argument 1 names different: declaration '__preg' definition 'preg'.
emacs25-25.2+1.orig/src/regex.c:6539:65: style: Function 'regexec' argument 2 names different: declaration '__string' definition 'string'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/src/regex.h:572:33: note: Function 'regexec' argument 2 names different: declaration '__string' definition 'string'.
emacs25-25.2+1.orig/src/regex.c:6539:65: note: Function 'regexec' argument 2 names different: declaration '__string' definition 'string'.
emacs25-25.2+1.orig/src/regex.c:6540:10: style: Function 'regexec' argument 3 names different: declaration '__nmatch' definition 'nmatch'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/src/regex.h:572:50: note: Function 'regexec' argument 3 names different: declaration '__nmatch' definition 'nmatch'.
emacs25-25.2+1.orig/src/regex.c:6540:10: note: Function 'regexec' argument 3 names different: declaration '__nmatch' definition 'nmatch'.
emacs25-25.2+1.orig/src/regex.c:6540:29: style: Function 'regexec' argument 4 names different: declaration '__pmatch' definition 'pmatch'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/src/regex.h:573:21: note: Function 'regexec' argument 4 names different: declaration '__pmatch' definition 'pmatch'.
emacs25-25.2+1.orig/src/regex.c:6540:29: note: Function 'regexec' argument 4 names different: declaration '__pmatch' definition 'pmatch'.
emacs25-25.2+1.orig/src/regex.c:6540:57: style: Function 'regexec' argument 5 names different: declaration '__eflags' definition 'eflags'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/src/regex.h:574:14: note: Function 'regexec' argument 5 names different: declaration '__eflags' definition 'eflags'.
emacs25-25.2+1.orig/src/regex.c:6540:57: note: Function 'regexec' argument 5 names different: declaration '__eflags' definition 'eflags'.
emacs25-25.2+1.orig/src/regex.c:6612:15: style: Function 'regerror' argument 1 names different: declaration '__errcode' definition 'err_code'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/src/regex.h:576:29: note: Function 'regerror' argument 1 names different: declaration '__errcode' definition 'err_code'.
emacs25-25.2+1.orig/src/regex.c:6612:15: note: Function 'regerror' argument 1 names different: declaration '__errcode' definition 'err_code'.
emacs25-25.2+1.orig/src/regex.c:6612:40: style: Function 'regerror' argument 2 names different: declaration '__preg' definition 'preg'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/src/regex.h:576:56: note: Function 'regerror' argument 2 names different: declaration '__preg' definition 'preg'.
emacs25-25.2+1.orig/src/regex.c:6612:40: note: Function 'regerror' argument 2 names different: declaration '__preg' definition 'preg'.
emacs25-25.2+1.orig/src/regex.c:6612:52: style: Function 'regerror' argument 3 names different: declaration '__errbuf' definition 'errbuf'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/src/regex.h:577:10: note: Function 'regerror' argument 3 names different: declaration '__errbuf' definition 'errbuf'.
emacs25-25.2+1.orig/src/regex.c:6612:52: note: Function 'regerror' argument 3 names different: declaration '__errbuf' definition 'errbuf'.
emacs25-25.2+1.orig/src/regex.c:6612:67: style: Function 'regerror' argument 4 names different: declaration '__errbuf_size' definition 'errbuf_size'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/src/regex.h:577:27: note: Function 'regerror' argument 4 names different: declaration '__errbuf_size' definition 'errbuf_size'.
emacs25-25.2+1.orig/src/regex.c:6612:67: note: Function 'regerror' argument 4 names different: declaration '__errbuf_size' definition 'errbuf_size'.
emacs25-25.2+1.orig/src/regex.c:6648:19: style: Function 'regfree' argument 1 names different: declaration '__preg' definition 'preg'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/src/regex.h:579:31: note: Function 'regfree' argument 1 names different: declaration '__preg' definition 'preg'.
emacs25-25.2+1.orig/src/regex.c:6648:19: note: Function 'regfree' argument 1 names different: declaration '__preg' definition 'preg'.
emacs25-25.2+1.orig/src/regex.c:5036:3: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
emacs25-25.2+1.orig/src/regex.c:5046:18: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
emacs25-25.2+1.orig/src/regex.c:5047:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
emacs25-25.2+1.orig/src/regex.c:5048:23: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
emacs25-25.2+1.orig/src/regex.c:5049:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
emacs25-25.2+1.orig/src/regex.c:5564:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
emacs25-25.2+1.orig/src/regex.c:5747:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
emacs25-25.2+1.orig/src/regex.c:5778:8: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
emacs25-25.2+1.orig/src/regex.c:5800:8: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
emacs25-25.2+1.orig/src/regex.c:5822:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
emacs25-25.2+1.orig/src/regex.c:5894:8: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
emacs25-25.2+1.orig/src/regex.c:5912:8: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
emacs25-25.2+1.orig/src/regex.c:5931:6: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
emacs25-25.2+1.orig/src/regex.c:6247:8: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
emacs25-25.2+1.orig/src/regex.c:2562:7: error: Memory leak: compile_stack.stack [memleak]
emacs25-25.2+1.orig/src/regex.c:3825:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
emacs25-25.2+1.orig/src/regex.c:3828:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
emacs25-25.2+1.orig/src/regex.c:2562:7: error: Uninitialized variable: len [uninitvar]
emacs25-25.2+1.orig/src/regex.c:2677:9: error: Uninitialized variable: len [uninitvar]
emacs25-25.2+1.orig/src/regex.c:2684:3: error: Uninitialized variable: len [uninitvar]
emacs25-25.2+1.orig/src/regex.c:2834:3: error: Uninitialized variable: len [uninitvar]
emacs25-25.2+1.orig/src/regex.c:2841:7: error: Uninitialized variable: len [uninitvar]
emacs25-25.2+1.orig/src/regex.c:2863:7: error: Uninitialized variable: len [uninitvar]
emacs25-25.2+1.orig/src/regex.c:2872:11: error: Uninitialized variable: len [uninitvar]
emacs25-25.2+1.orig/src/regex.c:2896:25: error: Uninitialized variable: len [uninitvar]
emacs25-25.2+1.orig/src/regex.c:2970:7: error: Uninitialized variable: len [uninitvar]
emacs25-25.2+1.orig/src/regex.c:2973:7: error: Uninitialized variable: len [uninitvar]
emacs25-25.2+1.orig/src/regex.c:3109:4: error: Uninitialized variable: len [uninitvar]
emacs25-25.2+1.orig/src/regex.c:3126:4: error: Uninitialized variable: len [uninitvar]
emacs25-25.2+1.orig/src/regex.c:3129:8: error: Uninitialized variable: len [uninitvar]
emacs25-25.2+1.orig/src/regex.c:3319:3: error: Uninitialized variable: len [uninitvar]
emacs25-25.2+1.orig/src/regex.c:3322:5: error: Uninitialized variable: len [uninitvar]
emacs25-25.2+1.orig/src/regex.c:3337:7: error: Uninitialized variable: len [uninitvar]
emacs25-25.2+1.orig/src/regex.c:3539:15: error: Uninitialized variable: len [uninitvar]
emacs25-25.2+1.orig/src/regex.c:5441:11: error: Uninitialized variable: buf_charlen [uninitvar]
emacs25-25.2+1.orig/src/regex.c:5551:11: error: Uninitialized variable: len [uninitvar]
emacs25-25.2+1.orig/test/cedet/tests/test.c:218:3: style: Variable 'sv' is reassigned a value before the old one has been used. [redundantAssignment]
emacs25-25.2+1.orig/test/cedet/tests/test.c:212:0: note: Variable 'sv' is reassigned a value before the old one has been used.
emacs25-25.2+1.orig/test/cedet/tests/test.c:218:3: note: Variable 'sv' is reassigned a value before the old one has been used.
emacs25-25.2+1.orig/test/cedet/tests/test.c:61:22: style: struct member 'typedef_of_anonymous_struct::slot_a' is never used. [unusedStructMember]
emacs25-25.2+1.orig/test/cedet/tests/test.c:87:21: style: union member 'typedef_of_anonymous_union::slot_a' is never used. [unusedStructMember]
emacs25-25.2+1.orig/test/cedet/tests/test.c:156:0: style: Variable 'sv' is assigned a value that is never used. [unreadVariable]
emacs25-25.2+1.orig/test/cedet/tests/test.c:161:0: style: Variable 'sv' is assigned a value that is never used. [unreadVariable]
emacs25-25.2+1.orig/test/cedet/tests/test.c:166:0: style: Variable 'sv' is assigned a value that is never used. [unreadVariable]
emacs25-25.2+1.orig/test/cedet/tests/test.c:171:0: style: Variable 'sv' is assigned a value that is never used. [unreadVariable]
emacs25-25.2+1.orig/test/cedet/tests/test.c:176:0: style: Variable 'sv' is assigned a value that is never used. [unreadVariable]
emacs25-25.2+1.orig/test/cedet/tests/test.c:211:0: style: Variable 'q' is assigned a value that is never used. [unreadVariable]
emacs25-25.2+1.orig/test/cedet/tests/test.c:218:3: style: Variable 'sv' is assigned a value that is never used. [unreadVariable]
emacs25-25.2+1.orig/test/cedet/tests/test.c:224:15: style: Variable 'testconst' is assigned a value that is never used. [unreadVariable]
emacs25-25.2+1.orig/test/cedet/tests/test.c:217:9: error: Uninitialized struct member: ms1.slot11 [uninitStructMember]
emacs25-25.2+1.orig/test/cedet/tests/testdoublens.cpp:27:10: warning: Member variable 'Foo::pMumble' is not initialized in the constructor. [uninitMemberVar]
emacs25-25.2+1.orig/test/cedet/tests/testdoublens.cpp:148:5: style: The class 'Bar' does not have a constructor although it has private member variables. [noConstructor]
emacs25-25.2+1.orig/test/cedet/tests/testdoublens.cpp:111:11: style: Unused private function: 'Bar::baz' [unusedPrivateFunction]
emacs25-25.2+1.orig/test/cedet/tests/testdoublens.hpp:31:11: performance: Technically the member function 'Name1::Name2::Foo::get' can be static. [functionStatic]
emacs25-25.2+1.orig/test/cedet/tests/testdoublens.cpp:34:14: note: Technically the member function 'Name1::Name2::Foo::get' can be static.
emacs25-25.2+1.orig/test/cedet/tests/testdoublens.hpp:31:11: note: Technically the member function 'Name1::Name2::Foo::get' can be static.
emacs25-25.2+1.orig/test/cedet/tests/testdoublens.hpp:34:12: performance: Technically the member function 'Name1::Name2::Foo::publishStuff' can be static. [functionStatic]
emacs25-25.2+1.orig/test/cedet/tests/testdoublens.cpp:42:15: note: Technically the member function 'Name1::Name2::Foo::publishStuff' can be static.
emacs25-25.2+1.orig/test/cedet/tests/testdoublens.hpp:34:12: note: Technically the member function 'Name1::Name2::Foo::publishStuff' can be static.
emacs25-25.2+1.orig/test/cedet/tests/testdoublens.hpp:36:12: performance: Technically the member function 'Name1::Name2::Foo::sendStuff' can be static. [functionStatic]
emacs25-25.2+1.orig/test/cedet/tests/testdoublens.cpp:46:15: note: Technically the member function 'Name1::Name2::Foo::sendStuff' can be static.
emacs25-25.2+1.orig/test/cedet/tests/testdoublens.hpp:36:12: note: Technically the member function 'Name1::Name2::Foo::sendStuff' can be static.
emacs25-25.2+1.orig/test/cedet/tests/testdoublens.cpp:88:10: style: Technically the member function 'A::bar::xx' can be const. [functionConst]
emacs25-25.2+1.orig/test/cedet/tests/testdoublens.cpp:93:13: note: Technically the member function 'A::bar::xx' can be const.
emacs25-25.2+1.orig/test/cedet/tests/testdoublens.cpp:88:10: note: Technically the member function 'A::bar::xx' can be const.
emacs25-25.2+1.orig/test/cedet/tests/testdoublens.cpp:111:11: performance: Technically the member function 'a::b::Bar::baz' can be static. [functionStatic]
emacs25-25.2+1.orig/test/cedet/tests/testdoublens.cpp:114:14: note: Technically the member function 'a::b::Bar::baz' can be static.
emacs25-25.2+1.orig/test/cedet/tests/testdoublens.cpp:111:11: note: Technically the member function 'a::b::Bar::baz' can be static.
emacs25-25.2+1.orig/test/cedet/tests/testdoublens.cpp:151:11: style: Technically the member function 'd::f::Bar::baz' can be const. [functionConst]
emacs25-25.2+1.orig/test/cedet/tests/testdoublens.cpp:157:14: note: Technically the member function 'd::f::Bar::baz' can be const.
emacs25-25.2+1.orig/test/cedet/tests/testdoublens.cpp:151:11: note: Technically the member function 'd::f::Bar::baz' can be const.
emacs25-25.2+1.orig/test/cedet/tests/testfriends.cpp:10:1: style: The class 'Af' does not have a constructor although it has private member variables. [noConstructor]
emacs25-25.2+1.orig/test/cedet/tests/testfriends.cpp:24:7: performance: Technically the member function 'B::testB' can be static. [functionStatic]
emacs25-25.2+1.orig/test/cedet/tests/testfriends.cpp:30:8: note: Technically the member function 'B::testB' can be static.
emacs25-25.2+1.orig/test/cedet/tests/testfriends.cpp:24:7: note: Technically the member function 'B::testB' can be static.
emacs25-25.2+1.orig/test/cedet/tests/testfriends.cpp:25:7: performance: Technically the member function 'B::testAB' can be static. [functionStatic]
emacs25-25.2+1.orig/test/cedet/tests/testfriends.cpp:36:8: note: Technically the member function 'B::testAB' can be static.
emacs25-25.2+1.orig/test/cedet/tests/testfriends.cpp:25:7: note: Technically the member function 'B::testAB' can be static.
emacs25-25.2+1.orig/test/cedet/tests/testnsp.cpp:11:9: performance: Technically the member function 'nsp::rootclass::fromroot' can be static. [functionStatic]
emacs25-25.2+1.orig/test/cedet/tests/testnsp.cpp:19:9: performance: Technically the member function 'nsp::childclass::fromchild' can be static. [functionStatic]
emacs25-25.2+1.orig/test/cedet/tests/testpolymorph.cpp:56:7: performance: Technically the member function 'meth_poly::pm_meth' can be static. [functionStatic]
emacs25-25.2+1.orig/test/cedet/tests/testpolymorph.cpp:59:7: performance: Technically the member function 'meth_poly::pm_meth' can be static. [functionStatic]
emacs25-25.2+1.orig/test/cedet/tests/testpolymorph.cpp:62:7: performance: Technically the member function 'meth_poly::pm_meth' can be static. [functionStatic]
emacs25-25.2+1.orig/test/cedet/tests/testpolymorph.cpp:65:7: performance: Technically the member function 'meth_poly::pm_meth' can be static. [functionStatic]
emacs25-25.2+1.orig/test/cedet/tests/testpolymorph.cpp:76:10: performance: Technically the member function 'template_partial_spec::test::doSomething' can be static. [functionStatic]
emacs25-25.2+1.orig/test/cedet/tests/testpolymorph.cpp:82:10: performance: Technically the member function 'template_partial_spec::test::doSomething' can be static. [functionStatic]
emacs25-25.2+1.orig/test/cedet/tests/testpolymorph.cpp:92:10: performance: Technically the member function 'template_full_spec::test::doSomething' can be static. [functionStatic]
emacs25-25.2+1.orig/test/cedet/tests/testpolymorph.cpp:93:10: performance: Technically the member function 'template_full_spec::test::doSomethingElse' can be static. [functionStatic]
emacs25-25.2+1.orig/test/cedet/tests/testpolymorph.cpp:99:10: performance: Technically the member function 'template_full_spec::test < int >::doSomethingElse' can be static. [functionStatic]
emacs25-25.2+1.orig/test/cedet/tests/testpolymorph.cpp:100:10: performance: Technically the member function 'template_full_spec::test < int >::doSomethingCompletelyDifferent' can be static. [functionStatic]
emacs25-25.2+1.orig/test/cedet/tests/testpolymorph.cpp:109:10: performance: Technically the member function 'template_multiple_spec::test::doSomething' can be static. [functionStatic]
emacs25-25.2+1.orig/test/cedet/tests/testpolymorph.cpp:110:10: performance: Technically the member function 'template_multiple_spec::test::doSomethingElse' can be static. [functionStatic]
emacs25-25.2+1.orig/test/cedet/tests/testpolymorph.cpp:116:10: performance: Technically the member function 'template_multiple_spec::test::doSomething' can be static. [functionStatic]
emacs25-25.2+1.orig/test/cedet/tests/testpolymorph.cpp:117:10: performance: Technically the member function 'template_multiple_spec::test::doSomethingElse' can be static. [functionStatic]
emacs25-25.2+1.orig/test/cedet/tests/testpolymorph.cpp:123:10: performance: Technically the member function 'template_multiple_spec::test < float , int >::doSomething' can be static. [functionStatic]
emacs25-25.2+1.orig/test/cedet/tests/testpolymorph.cpp:124:10: performance: Technically the member function 'template_multiple_spec::test < float , int >::doSomethingElse' can be static. [functionStatic]
emacs25-25.2+1.orig/test/cedet/tests/testpolymorph.cpp:125:10: performance: Technically the member function 'template_multiple_spec::test < float , int >::doNothing' can be static. [functionStatic]
emacs25-25.2+1.orig/test/cedet/tests/testsppcomplete.c:29:1: error: Memory leak: bla [memleak]
emacs25-25.2+1.orig/test/cedet/tests/testsppcomplete.c:29:1: error: Memory leak: foo [memleak]
emacs25-25.2+1.orig/test/cedet/tests/testsppcomplete.c:26:3: error: Return value of allocation function 'malloc' is not stored. [leakReturnValNotUsed]
emacs25-25.2+1.orig/test/cedet/tests/testsppcomplete.c:29:0: error: Memory leak: bar [memleak]
emacs25-25.2+1.orig/test/cedet/tests/testsppcomplete.c:19:3: error: Memory is allocated but not initialized: bla [uninitdata]
emacs25-25.2+1.orig/test/cedet/tests/testsppcomplete.c:23:3: error: Memory is allocated but not initialized: foo [uninitdata]
emacs25-25.2+1.orig/test/cedet/tests/testsppreplace.c:67:1: style: struct member 'ma_struct::moose' is never used. [unusedStructMember]
emacs25-25.2+1.orig/test/cedet/tests/testsppreplace.c:67:1: style: struct member 'ma_struct::penguin' is never used. [unusedStructMember]
emacs25-25.2+1.orig/test/cedet/tests/testsppreplace.c:67:1: style: struct member 'ma_struct::emu' is never used. [unusedStructMember]
emacs25-25.2+1.orig/test/cedet/tests/testsppreplaced.c:91:0: error: Code 'namespacebaz{' is invalid C code. Use --std or --language to configure the language. [syntaxError]
emacs25-25.2+1.orig/test/cedet/tests/testsubclass.cpp:124:3: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
emacs25-25.2+1.orig/test/cedet/tests/testsubclass.cpp:116:3: note: Variable 'tmp' is reassigned a value before the old one has been used.
emacs25-25.2+1.orig/test/cedet/tests/testsubclass.cpp:124:3: note: Variable 'tmp' is reassigned a value before the old one has been used.
emacs25-25.2+1.orig/test/cedet/tests/testsubclass.cpp:128:3: style: Variable 'itmp' is reassigned a value before the old one has been used. [redundantAssignment]
emacs25-25.2+1.orig/test/cedet/tests/testsubclass.cpp:120:3: note: Variable 'itmp' is reassigned a value before the old one has been used.
emacs25-25.2+1.orig/test/cedet/tests/testsubclass.cpp:128:3: note: Variable 'itmp' is reassigned a value before the old one has been used.
emacs25-25.2+1.orig/test/cedet/tests/testsubclass.cpp:124:9: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
emacs25-25.2+1.orig/test/cedet/tests/testsubclass.cpp:128:10: style: Variable 'itmp' is assigned a value that is never used. [unreadVariable]
emacs25-25.2+1.orig/test/cedet/tests/testsubclass.cpp:109:8: style: Unused variable: fool [unusedVariable]
emacs25-25.2+1.orig/test/cedet/tests/testsubclass.cpp:110:7: style: Unused variable: fast [unusedVariable]
emacs25-25.2+1.orig/test/cedet/tests/testsubclass.cpp:149:0: style: Variable 'mOption1' is assigned a value that is never used. [unreadVariable]
emacs25-25.2+1.orig/test/cedet/tests/testsubclass.cpp:157:0: style: Variable 'mOption2' is assigned a value that is never used. [unreadVariable]
emacs25-25.2+1.orig/test/cedet/tests/testsubclass.hh:32:5: warning: Member variable 'moose::fIsProtectedInt' is not initialized in the constructor. [uninitMemberVar]
emacs25-25.2+1.orig/test/cedet/tests/testsubclass.hh:32:5: warning: Member variable 'moose::fIsPrivateBool' is not initialized in the constructor. [uninitMemberVar]
emacs25-25.2+1.orig/test/cedet/tests/testsubclass.hh:61:5: warning: Member variable 'quadruped::fQuadPublic' is not initialized in the constructor. [uninitMemberVar]
emacs25-25.2+1.orig/test/cedet/tests/testsubclass.hh:61:5: warning: Member variable 'quadruped::fQuadProtected' is not initialized in the constructor. [uninitMemberVar]
emacs25-25.2+1.orig/test/cedet/tests/testsubclass.hh:81:5: warning: Member variable 'moose::fSomeField' is not initialized in the constructor. [uninitMemberVar]
emacs25-25.2+1.orig/test/cedet/tests/testsubclass.hh:106:5: warning: Member variable 'alces::fAlcesBool' is not initialized in the constructor. [uninitMemberVar]
emacs25-25.2+1.orig/test/cedet/tests/testsubclass.hh:106:5: warning: Member variable 'alces::fAlcesInt' is not initialized in the constructor. [uninitMemberVar]
emacs25-25.2+1.orig/test/cedet/tests/testsubclass.hh:106:5: warning: Member variable 'alces::fGreek' is not initialized in the constructor. [uninitMemberVar]
emacs25-25.2+1.orig/test/cedet/tests/testsubclass.hh:133:5: warning: Member variable 'antelope::fAntyPublic' is not initialized in the constructor. [uninitMemberVar]
emacs25-25.2+1.orig/test/cedet/tests/testsubclass.hh:133:5: warning: Member variable 'antelope::fAntyPrivate' is not initialized in the constructor. [uninitMemberVar]
emacs25-25.2+1.orig/test/cedet/tests/testsubclass.hh:152:5: warning: Member variable 'jackalope::fBunnyPublic' is not initialized in the constructor. [uninitMemberVar]
emacs25-25.2+1.orig/test/cedet/tests/testsubclass.hh:152:5: warning: Member variable 'jackalope::fBunnyProtected' is not initialized in the constructor. [uninitMemberVar]
emacs25-25.2+1.orig/test/cedet/tests/testsubclass.hh:152:5: warning: Member variable 'jackalope::fBunnyPrivate' is not initialized in the constructor. [uninitMemberVar]
emacs25-25.2+1.orig/test/cedet/tests/testsubclass.hh:172:5: warning: Member variable 'bugalope::fBugPublic' is not initialized in the constructor. [uninitMemberVar]
emacs25-25.2+1.orig/test/cedet/tests/testsubclass.hh:172:5: warning: Member variable 'bugalope::fBugProtected' is not initialized in the constructor. [uninitMemberVar]
emacs25-25.2+1.orig/test/cedet/tests/testsubclass.hh:172:5: warning: Member variable 'bugalope::fBugPrivate' is not initialized in the constructor. [uninitMemberVar]
emacs25-25.2+1.orig/test/cedet/tests/testsubclass.cpp:172:10: style: Unused private function: 'A::private_a' [unusedPrivateFunction]
emacs25-25.2+1.orig/test/cedet/tests/testsubclass.hh:47:10: style: Member variable 'moose::fIsValid' is in the wrong place in the initializer list. [initializerList]
emacs25-25.2+1.orig/test/cedet/tests/testsubclass.hh:33:8: note: Member variable 'moose::fIsValid' is in the wrong place in the initializer list.
emacs25-25.2+1.orig/test/cedet/tests/testsubclass.hh:47:10: note: Member variable 'moose::fIsValid' is in the wrong place in the initializer list.
emacs25-25.2+1.orig/test/cedet/tests/testsubclass.hh:37:9: style: Technically the member function 'animal::moose::getFeet' can be const. [functionConst]
emacs25-25.2+1.orig/test/cedet/tests/testsubclass.cpp:35:20: note: Technically the member function 'animal::moose::getFeet' can be const.
emacs25-25.2+1.orig/test/cedet/tests/testsubclass.hh:37:9: note: Technically the member function 'animal::moose::getFeet' can be const.
emacs25-25.2+1.orig/test/cedet/tests/testsubclass.hh:85:10: style: Technically the member function 'deer::moose::getAntlers' can be const. [functionConst]
emacs25-25.2+1.orig/test/cedet/tests/testsubclass.cpp:54:19: note: Technically the member function 'deer::moose::getAntlers' can be const.
emacs25-25.2+1.orig/test/cedet/tests/testsubclass.hh:85:10: note: Technically the member function 'deer::moose::getAntlers' can be const.
emacs25-25.2+1.orig/test/cedet/tests/testsubclass.hh:110:10: style: Technically the member function 'deer::alces::getLatin' can be const. [functionConst]
emacs25-25.2+1.orig/test/cedet/tests/testsubclass.cpp:85:19: note: Technically the member function 'deer::alces::getLatin' can be const.
emacs25-25.2+1.orig/test/cedet/tests/testsubclass.hh:110:10: note: Technically the member function 'deer::alces::getLatin' can be const.
emacs25-25.2+1.orig/test/cedet/tests/testsubclass.hh:139:10: style: Technically the member function 'sneaky::antelope::testAccess' can be const. [functionConst]
emacs25-25.2+1.orig/test/cedet/tests/testsubclass.cpp:229:24: note: Technically the member function 'sneaky::antelope::testAccess' can be const.
emacs25-25.2+1.orig/test/cedet/tests/testsubclass.hh:139:10: note: Technically the member function 'sneaky::antelope::testAccess' can be const.
emacs25-25.2+1.orig/test/cedet/tests/testsubclass.hh:158:10: style: Technically the member function 'sneaky::jackalope::testAccess' can be const. [functionConst]
emacs25-25.2+1.orig/test/cedet/tests/testsubclass.cpp:236:25: note: Technically the member function 'sneaky::jackalope::testAccess' can be const.
emacs25-25.2+1.orig/test/cedet/tests/testsubclass.hh:158:10: note: Technically the member function 'sneaky::jackalope::testAccess' can be const.
emacs25-25.2+1.orig/test/cedet/tests/testsubclass.hh:178:10: style: Technically the member function 'sneaky::bugalope::testAccess' can be const. [functionConst]
emacs25-25.2+1.orig/test/cedet/tests/testsubclass.cpp:243:24: note: Technically the member function 'sneaky::bugalope::testAccess' can be const.
emacs25-25.2+1.orig/test/cedet/tests/testsubclass.hh:178:10: note: Technically the member function 'sneaky::bugalope::testAccess' can be const.
emacs25-25.2+1.orig/test/cedet/tests/testsubclass.cpp:172:10: performance: Technically the member function 'pub_priv::A::private_a' can be static. [functionStatic]
emacs25-25.2+1.orig/test/cedet/tests/testsubclass.cpp:174:10: performance: Technically the member function 'pub_priv::A::public_a' can be static. [functionStatic]
emacs25-25.2+1.orig/test/cedet/tests/testsubclass.cpp:177:11: note: Technically the member function 'pub_priv::A::public_a' can be static.
emacs25-25.2+1.orig/test/cedet/tests/testsubclass.cpp:174:10: note: Technically the member function 'pub_priv::A::public_a' can be static.
emacs25-25.2+1.orig/test/cedet/tests/testsubclass.hh:61:5: style: Class 'quadruped' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
emacs25-25.2+1.orig/test/cedet/tests/testsubclass.hh:106:5: style: Class 'alces' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
emacs25-25.2+1.orig/test/cedet/tests/testsubclass.hh:133:5: style: Class 'antelope' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
emacs25-25.2+1.orig/test/cedet/tests/testsubclass.hh:152:5: style: Class 'jackalope' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
emacs25-25.2+1.orig/test/cedet/tests/testsubclass.hh:172:5: style: Class 'bugalope' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
emacs25-25.2+1.orig/test/cedet/tests/testtypedefs.cpp:54:11: performance: Technically the member function 'Bar::someFunc' can be static. [functionStatic]
emacs25-25.2+1.orig/test/cedet/tests/testtypedefs.cpp:63:0: performance: Technically the member function 'TBar < char >::otherFunc' can be static. [functionStatic]
wide.c:226:7: style: Variable 'ExistingOperations' is assigned a value that is never used. [unreadVariable]
emacs25-25.2+1.orig/test/etags/c-src/emacs/src/gmalloc.c:1560:15: style: The scope of the variable 'lastadj' can be reduced. [variableScope]
emacs25-25.2+1.orig/test/etags/c-src/emacs/src/gmalloc.c:1525:31: style: Function '__default_morecore' argument 1 names different: declaration 'size' definition 'increment'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/test/etags/c-src/emacs/src/gmalloc.c:259:44: note: Function '__default_morecore' argument 1 names different: declaration 'size' definition 'increment'.
emacs25-25.2+1.orig/test/etags/c-src/emacs/src/gmalloc.c:1525:31: note: Function '__default_morecore' argument 1 names different: declaration 'size' definition 'increment'.
emacs25-25.2+1.orig/test/etags/c-src/emacs/src/gmalloc.c:310:12: style: struct member 'mstats::bytes_total' is never used. [unusedStructMember]
emacs25-25.2+1.orig/test/etags/c-src/emacs/src/gmalloc.c:311:12: style: struct member 'mstats::chunks_used' is never used. [unusedStructMember]
emacs25-25.2+1.orig/test/etags/c-src/emacs/src/gmalloc.c:312:12: style: struct member 'mstats::bytes_used' is never used. [unusedStructMember]
emacs25-25.2+1.orig/test/etags/c-src/emacs/src/gmalloc.c:313:12: style: struct member 'mstats::chunks_free' is never used. [unusedStructMember]
emacs25-25.2+1.orig/test/etags/c-src/emacs/src/gmalloc.c:314:12: style: struct member 'mstats::bytes_free' is never used. [unusedStructMember]
emacs25-25.2+1.orig/test/etags/c-src/emacs/src/gmalloc.c:1491:0: error: Memory leak: result [memleak]
emacs25-25.2+1.orig/test/etags/c-src/emacs/src/lisp.h:89:0: error: #error "INTPTR_MAX misconfigured" [preprocessorErrorDirective]
emacs25-25.2+1.orig/test/etags/c-src/etags.c:6464:3: style: Variable 'slashp[1]' is reassigned a value before the old one has been used. [redundantAssignment]
emacs25-25.2+1.orig/test/etags/c-src/etags.c:6462:3: note: Variable 'slashp[1]' is reassigned a value before the old one has been used.
emacs25-25.2+1.orig/test/etags/c-src/etags.c:6464:3: note: Variable 'slashp[1]' is reassigned a value before the old one has been used.
emacs25-25.2+1.orig/test/etags/c-src/etags.c:1357:13: style: The scope of the variable 'lang' can be reduced. [variableScope]
emacs25-25.2+1.orig/test/etags/c-src/etags.c:1658:9: style: The scope of the variable 'cp' can be reduced. [variableScope]
emacs25-25.2+1.orig/test/etags/c-src/etags.c:1957:16: style: The scope of the variable 'dif' can be reduced. [variableScope]
emacs25-25.2+1.orig/test/etags/c-src/etags.c:2109:18: style: The scope of the variable 'sp' can be reduced. [variableScope]
emacs25-25.2+1.orig/test/etags/c-src/etags.c:2110:17: style: The scope of the variable 'fdp' can be reduced. [variableScope]
emacs25-25.2+1.orig/test/etags/c-src/etags.c:4389:14: style: The scope of the variable 'name' can be reduced. [variableScope]
emacs25-25.2+1.orig/test/etags/c-src/etags.c:4534:8: style: The scope of the variable 'c' can be reduced. [variableScope]
emacs25-25.2+1.orig/test/etags/c-src/etags.c:6167:9: style: The scope of the variable 'match' can be reduced. [variableScope]
emacs25-25.2+1.orig/test/etags/c-src/etags.c:6169:11: style: The scope of the variable 'name' can be reduced. [variableScope]
emacs25-25.2+1.orig/test/etags/c-src/etags.c:6472:29: style: Function 'filename_is_absolute' argument 1 names different: declaration 'f' definition 'fn'. [funcArgNamesDifferent]
emacs25-25.2+1.orig/test/etags/c-src/etags.c:337:41: note: Function 'filename_is_absolute' argument 1 names different: declaration 'f' definition 'fn'.
emacs25-25.2+1.orig/test/etags/c-src/etags.c:6472:29: note: Function 'filename_is_absolute' argument 1 names different: declaration 'f' definition 'fn'.
emacs25-25.2+1.orig/test/etags/cp-src/c.C:3:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
emacs25-25.2+1.orig/test/etags/cp-src/fail.C:52:0: error: syntax error [syntaxError]
emacs25-25.2+1.orig/test/etags/cp-src/functions.cpp:174:10: style: The scope of the variable 'mini' can be reduced. [variableScope]
emacs25-25.2+1.orig/test/etags/cp-src/x.cc:4:10: performance: Technically the member function 'XX::foo' can be static. [functionStatic]
emacs25-25.2+1.orig/test/etags/cp-src/x.cc:9:5: note: Technically the member function 'XX::foo' can be static.
emacs25-25.2+1.orig/test/etags/cp-src/x.cc:4:10: note: Technically the member function 'XX::foo' can be static.
cccp.y:409:41: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
cccp.y:317:6: warning: Either the condition 'temp!=0' is redundant or there is possible null pointer dereference: temp. [nullPointerRedundantCheck]
cccp.y:315:18: note: Assuming that condition 'temp!=0' is not redundant
cccp.y:317:6: note: Null pointer dereference
cccp.y:318:6: warning: Either the condition 'temp!=0' is redundant or there is possible null pointer dereference: temp. [nullPointerRedundantCheck]
cccp.y:315:18: note: Assuming that condition 'temp!=0' is not redundant
cccp.y:318:6: note: Null pointer dereference
cccp.y:319:6: warning: Either the condition 'temp!=0' is redundant or there is possible null pointer dereference: temp. [nullPointerRedundantCheck]
cccp.y:315:18: note: Assuming that condition 'temp!=0' is not redundant
cccp.y:319:6: note: Null pointer dereference
cccp.y:320:6: warning: Either the condition 'temp!=0' is redundant or there is possible null pointer dereference: temp. [nullPointerRedundantCheck]
cccp.y:315:18: note: Assuming that condition 'temp!=0' is not redundant
cccp.y:320:6: note: Null pointer dereference
cccp.y:346:33: style: The scope of the variable 'nd' can be reduced. [variableScope]
cccp.y:478:27: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
cccp.y:552:31: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
/usr/share/bison/bison.simple:956:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
[17:38]

ftp://ftp.se.debian.org/debian/pool/main/e/emacspeak/emacspeak_47.0+dfsg.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/e/emacspeak-ss/emacspeak-ss_1.12.1.orig.tar.gz
[17:38]

ftp://ftp.se.debian.org/debian/pool/main/e/email-reminder/email-reminder_0.7.8.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/email2trac/email2trac_2.8.4.orig.tar.gz
email2trac-2.8.4/run_email2trac.c:150:0: error: Memory leak: trac_script_args [memleak]
[17:38]

ftp://ftp.se.debian.org/debian/pool/main/e/embassy-domainatrix/embassy-domainatrix_0.1.660.orig.tar.gz
DOMAINATRIX-0.1.650/src/cathparse.c:69:5: style: Variable 'listf' is reassigned a value before the old one has been used. [redundantAssignment]
DOMAINATRIX-0.1.650/src/cathparse.c:58:0: note: Variable 'listf' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/cathparse.c:69:5: note: Variable 'listf' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/cathparse.c:70:5: style: Variable 'domf' is reassigned a value before the old one has been used. [redundantAssignment]
DOMAINATRIX-0.1.650/src/cathparse.c:59:0: note: Variable 'domf' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/cathparse.c:70:5: note: Variable 'domf' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/cathparse.c:71:5: style: Variable 'namesf' is reassigned a value before the old one has been used. [redundantAssignment]
DOMAINATRIX-0.1.650/src/cathparse.c:60:0: note: Variable 'namesf' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/cathparse.c:71:5: note: Variable 'namesf' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/cathparse.c:72:5: style: Variable 'outf' is reassigned a value before the old one has been used. [redundantAssignment]
DOMAINATRIX-0.1.650/src/cathparse.c:61:0: note: Variable 'outf' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/cathparse.c:72:5: note: Variable 'outf' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/cathparse.c:73:5: style: Variable 'logf' is reassigned a value before the old one has been used. [redundantAssignment]
DOMAINATRIX-0.1.650/src/cathparse.c:62:0: note: Variable 'logf' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/cathparse.c:73:5: note: Variable 'logf' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/cathparse.c:75:5: style: Variable 'list' is reassigned a value before the old one has been used. [redundantAssignment]
DOMAINATRIX-0.1.650/src/cathparse.c:63:0: note: Variable 'list' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/cathparse.c:75:5: note: Variable 'list' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/domainnr.c:136:5: style: Variable 'msg' is reassigned a value before the old one has been used. [redundantAssignment]
DOMAINATRIX-0.1.650/src/domainnr.c:90:0: note: Variable 'msg' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/domainnr.c:136:5: note: Variable 'msg' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/domainnr.c:137:5: style: Variable 'last_node' is reassigned a value before the old one has been used. [redundantAssignment]
DOMAINATRIX-0.1.650/src/domainnr.c:89:0: note: Variable 'last_node' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/domainnr.c:137:5: note: Variable 'last_node' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/domainnr.c:138:5: style: Variable 'keep' is reassigned a value before the old one has been used. [redundantAssignment]
DOMAINATRIX-0.1.650/src/domainnr.c:100:0: note: Variable 'keep' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/domainnr.c:138:5: note: Variable 'keep' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/domainnr.c:147:5: style: Variable 'domain_inf' is reassigned a value before the old one has been used. [redundantAssignment]
DOMAINATRIX-0.1.650/src/domainnr.c:92:0: note: Variable 'domain_inf' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/domainnr.c:147:5: note: Variable 'domain_inf' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/domainnr.c:148:5: style: Variable 'domain_outf' is reassigned a value before the old one has been used. [redundantAssignment]
DOMAINATRIX-0.1.650/src/domainnr.c:93:0: note: Variable 'domain_outf' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/domainnr.c:148:5: note: Variable 'domain_outf' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/domainnr.c:149:5: style: Variable 'matrix' is reassigned a value before the old one has been used. [redundantAssignment]
DOMAINATRIX-0.1.650/src/domainnr.c:103:0: note: Variable 'matrix' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/domainnr.c:149:5: note: Variable 'matrix' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/domainnr.c:150:5: style: Variable 'gapopen' is reassigned a value before the old one has been used. [redundantAssignment]
DOMAINATRIX-0.1.650/src/domainnr.c:81:0: note: Variable 'gapopen' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/domainnr.c:150:5: note: Variable 'gapopen' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/domainnr.c:151:5: style: Variable 'gapextend' is reassigned a value before the old one has been used. [redundantAssignment]
DOMAINATRIX-0.1.650/src/domainnr.c:82:0: note: Variable 'gapextend' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/domainnr.c:151:5: note: Variable 'gapextend' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/domainnr.c:152:5: style: Variable 'errf' is reassigned a value before the old one has been used. [redundantAssignment]
DOMAINATRIX-0.1.650/src/domainnr.c:95:0: note: Variable 'errf' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/domainnr.c:152:5: note: Variable 'errf' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/domainnr.c:153:5: style: Variable 'mode' is reassigned a value before the old one has been used. [redundantAssignment]
DOMAINATRIX-0.1.650/src/domainnr.c:106:0: note: Variable 'mode' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/domainnr.c:153:5: note: Variable 'mode' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/domainnr.c:154:5: style: Variable 'node' is reassigned a value before the old one has been used. [redundantAssignment]
DOMAINATRIX-0.1.650/src/domainnr.c:111:0: note: Variable 'node' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/domainnr.c:154:5: note: Variable 'node' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/domainnr.c:155:5: style: Variable 'retain' is reassigned a value before the old one has been used. [redundantAssignment]
DOMAINATRIX-0.1.650/src/domainnr.c:122:0: note: Variable 'retain' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/domainnr.c:155:5: note: Variable 'retain' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/domainreso.c:108:5: style: Variable 'cpdb_path' is reassigned a value before the old one has been used. [redundantAssignment]
DOMAINATRIX-0.1.650/src/domainreso.c:77:0: note: Variable 'cpdb_path' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/domainreso.c:108:5: note: Variable 'cpdb_path' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/domainreso.c:109:5: style: Variable 'threshold' is reassigned a value before the old one has been used. [redundantAssignment]
DOMAINATRIX-0.1.650/src/domainreso.c:94:0: note: Variable 'threshold' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/domainreso.c:109:5: note: Variable 'threshold' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/domainreso.c:110:5: style: Variable 'dcfin' is reassigned a value before the old one has been used. [redundantAssignment]
DOMAINATRIX-0.1.650/src/domainreso.c:87:0: note: Variable 'dcfin' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/domainreso.c:110:5: note: Variable 'dcfin' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/domainreso.c:111:5: style: Variable 'dcfout' is reassigned a value before the old one has been used. [redundantAssignment]
DOMAINATRIX-0.1.650/src/domainreso.c:88:0: note: Variable 'dcfout' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/domainreso.c:111:5: note: Variable 'dcfout' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/domainreso.c:115:5: style: Variable 'cpdb_name' is reassigned a value before the old one has been used. [redundantAssignment]
DOMAINATRIX-0.1.650/src/domainreso.c:78:0: note: Variable 'cpdb_name' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/domainreso.c:115:5: note: Variable 'cpdb_name' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/domainreso.c:116:5: style: Variable 'temp' is reassigned a value before the old one has been used. [redundantAssignment]
DOMAINATRIX-0.1.650/src/domainreso.c:79:0: note: Variable 'temp' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/domainreso.c:116:5: note: Variable 'temp' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/domainreso.c:119:5: style: Variable 'entry' is reassigned a value before the old one has been used. [redundantAssignment]
DOMAINATRIX-0.1.650/src/domainreso.c:81:0: note: Variable 'entry' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/domainreso.c:119:5: note: Variable 'entry' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/domainreso.c:139:5: style: Variable 'type' is reassigned a value before the old one has been used. [redundantAssignment]
DOMAINATRIX-0.1.650/src/domainreso.c:97:0: note: Variable 'type' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/domainreso.c:139:5: note: Variable 'type' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/domainseqs.c:132:5: style: Variable 'msg' is reassigned a value before the old one has been used. [redundantAssignment]
DOMAINATRIX-0.1.650/src/domainseqs.c:95:0: note: Variable 'msg' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/domainseqs.c:132:5: note: Variable 'msg' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/domainseqs.c:133:5: style: Variable 'dpdb_name' is reassigned a value before the old one has been used. [redundantAssignment]
DOMAINATRIX-0.1.650/src/domainseqs.c:97:0: note: Variable 'dpdb_name' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/domainseqs.c:133:5: note: Variable 'dpdb_name' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/domainseqs.c:134:5: style: Variable 'dpdb_seq' is reassigned a value before the old one has been used. [redundantAssignment]
DOMAINATRIX-0.1.650/src/domainseqs.c:98:0: note: Variable 'dpdb_seq' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/domainseqs.c:134:5: note: Variable 'dpdb_seq' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/domainseqs.c:135:5: style: Variable 'acc' is reassigned a value before the old one has been used. [redundantAssignment]
DOMAINATRIX-0.1.650/src/domainseqs.c:99:0: note: Variable 'acc' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/domainseqs.c:135:5: note: Variable 'acc' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/domainseqs.c:136:5: style: Variable 'db' is reassigned a value before the old one has been used. [redundantAssignment]
DOMAINATRIX-0.1.650/src/domainseqs.c:100:0: note: Variable 'db' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/domainseqs.c:136:5: note: Variable 'db' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/domainseqs.c:137:5: style: Variable 'sp_dom_seq' is reassigned a value before the old one has been used. [redundantAssignment]
DOMAINATRIX-0.1.650/src/domainseqs.c:102:0: note: Variable 'sp_dom_seq' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/domainseqs.c:137:5: note: Variable 'sp_dom_seq' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/domainseqs.c:143:5: style: Variable 'domain_inf' is reassigned a value before the old one has been used. [redundantAssignment]
DOMAINATRIX-0.1.650/src/domainseqs.c:105:0: note: Variable 'domain_inf' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/domainseqs.c:143:5: note: Variable 'domain_inf' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/domainseqs.c:144:5: style: Variable 'getswiss' is reassigned a value before the old one has been used. [redundantAssignment]
DOMAINATRIX-0.1.650/src/domainseqs.c:121:0: note: Variable 'getswiss' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/domainseqs.c:144:5: note: Variable 'getswiss' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/domainseqs.c:590:5: style: Variable 'seqset' is reassigned a value before the old one has been used. [redundantAssignment]
DOMAINATRIX-0.1.650/src/domainseqs.c:558:0: note: Variable 'seqset' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/domainseqs.c:590:5: note: Variable 'seqset' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/domainseqs.c:591:5: style: Variable 'res1' is reassigned a value before the old one has been used. [redundantAssignment]
DOMAINATRIX-0.1.650/src/domainseqs.c:550:0: note: Variable 'res1' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/domainseqs.c:591:5: note: Variable 'res1' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/domainseqs.c:592:5: style: Variable 'res2' is reassigned a value before the old one has been used. [redundantAssignment]
DOMAINATRIX-0.1.650/src/domainseqs.c:551:0: note: Variable 'res2' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/domainseqs.c:592:5: note: Variable 'res2' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/domainseqs.c:599:5: style: Variable 'a' is reassigned a value before the old one has been used. [redundantAssignment]
DOMAINATRIX-0.1.650/src/domainseqs.c:568:0: note: Variable 'a' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/domainseqs.c:599:5: note: Variable 'a' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/domainseqs.c:600:5: style: Variable 'b' is reassigned a value before the old one has been used. [redundantAssignment]
DOMAINATRIX-0.1.650/src/domainseqs.c:569:0: note: Variable 'b' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/domainseqs.c:600:5: note: Variable 'b' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/domainseqs.c:469:9: style: Variable 'maxarr' is assigned a value that is never used. [unreadVariable]
DOMAINATRIX-0.1.650/src/domainsse.c:91:5: style: Variable 'msg' is reassigned a value before the old one has been used. [redundantAssignment]
DOMAINATRIX-0.1.650/src/domainsse.c:67:0: note: Variable 'msg' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/domainsse.c:91:5: note: Variable 'msg' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/domainsse.c:92:5: style: Variable 'dccf_name' is reassigned a value before the old one has been used. [redundantAssignment]
DOMAINATRIX-0.1.650/src/domainsse.c:70:0: note: Variable 'dccf_name' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/domainsse.c:92:5: note: Variable 'dccf_name' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/domainsse.c:98:5: style: Variable 'dcf_inf' is reassigned a value before the old one has been used. [redundantAssignment]
DOMAINATRIX-0.1.650/src/domainsse.c:80:0: note: Variable 'dcf_inf' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/domainsse.c:98:5: note: Variable 'dcf_inf' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/domainsse.c:99:5: style: Variable 'dcf_outf' is reassigned a value before the old one has been used. [redundantAssignment]
DOMAINATRIX-0.1.650/src/domainsse.c:81:0: note: Variable 'dcf_outf' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/domainsse.c:99:5: note: Variable 'dcf_outf' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/domainsse.c:100:5: style: Variable 'dccf' is reassigned a value before the old one has been used. [redundantAssignment]
DOMAINATRIX-0.1.650/src/domainsse.c:68:0: note: Variable 'dccf' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/domainsse.c:100:5: note: Variable 'dccf' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/domainsse.c:101:5: style: Variable 'errf' is reassigned a value before the old one has been used. [redundantAssignment]
DOMAINATRIX-0.1.650/src/domainsse.c:82:0: note: Variable 'errf' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/domainsse.c:101:5: note: Variable 'errf' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/scopparse.c:68:5: style: Variable 'inf1' is reassigned a value before the old one has been used. [redundantAssignment]
DOMAINATRIX-0.1.650/src/scopparse.c:56:0: note: Variable 'inf1' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/scopparse.c:68:5: note: Variable 'inf1' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/scopparse.c:69:5: style: Variable 'inf2' is reassigned a value before the old one has been used. [redundantAssignment]
DOMAINATRIX-0.1.650/src/scopparse.c:57:0: note: Variable 'inf2' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/scopparse.c:69:5: note: Variable 'inf2' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/scopparse.c:70:5: style: Variable 'outf' is reassigned a value before the old one has been used. [redundantAssignment]
DOMAINATRIX-0.1.650/src/scopparse.c:58:0: note: Variable 'outf' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/scopparse.c:70:5: note: Variable 'outf' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/scopparse.c:71:5: style: Variable 'nosegments' is reassigned a value before the old one has been used. [redundantAssignment]
DOMAINATRIX-0.1.650/src/scopparse.c:61:0: note: Variable 'nosegments' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/scopparse.c:71:5: note: Variable 'nosegments' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/scopparse.c:72:5: style: Variable 'nomultichain' is reassigned a value before the old one has been used. [redundantAssignment]
DOMAINATRIX-0.1.650/src/scopparse.c:62:0: note: Variable 'nomultichain' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/scopparse.c:72:5: note: Variable 'nomultichain' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/scopparse.c:73:5: style: Variable 'nominor' is reassigned a value before the old one has been used. [redundantAssignment]
DOMAINATRIX-0.1.650/src/scopparse.c:63:0: note: Variable 'nominor' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/scopparse.c:73:5: note: Variable 'nominor' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/scopparse.c:83:5: style: Variable 'list' is reassigned a value before the old one has been used. [redundantAssignment]
DOMAINATRIX-0.1.650/src/scopparse.c:59:0: note: Variable 'list' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/scopparse.c:83:5: note: Variable 'list' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/ssematch.c:115:5: style: Variable 'dcfin' is reassigned a value before the old one has been used. [redundantAssignment]
DOMAINATRIX-0.1.650/src/ssematch.c:77:0: note: Variable 'dcfin' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/ssematch.c:115:5: note: Variable 'dcfin' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/ssematch.c:116:5: style: Variable 'ssin' is reassigned a value before the old one has been used. [redundantAssignment]
DOMAINATRIX-0.1.650/src/ssematch.c:78:0: note: Variable 'ssin' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/ssematch.c:116:5: note: Variable 'ssin' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/ssematch.c:118:5: style: Variable 'matrix' is reassigned a value before the old one has been used. [redundantAssignment]
DOMAINATRIX-0.1.650/src/ssematch.c:79:0: note: Variable 'matrix' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/ssematch.c:118:5: note: Variable 'matrix' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/ssematch.c:119:5: style: Variable 'gapopen_sss' is reassigned a value before the old one has been used. [redundantAssignment]
DOMAINATRIX-0.1.650/src/ssematch.c:84:0: note: Variable 'gapopen_sss' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/ssematch.c:119:5: note: Variable 'gapopen_sss' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/ssematch.c:120:5: style: Variable 'gapextend_sss' is reassigned a value before the old one has been used. [redundantAssignment]
DOMAINATRIX-0.1.650/src/ssematch.c:87:0: note: Variable 'gapextend_sss' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/ssematch.c:120:5: note: Variable 'gapextend_sss' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/ssematch.c:121:5: style: Variable 'gapopen_sse' is reassigned a value before the old one has been used. [redundantAssignment]
DOMAINATRIX-0.1.650/src/ssematch.c:85:0: note: Variable 'gapopen_sse' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/ssematch.c:121:5: note: Variable 'gapopen_sse' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/ssematch.c:122:5: style: Variable 'gapextend_sse' is reassigned a value before the old one has been used. [redundantAssignment]
DOMAINATRIX-0.1.650/src/ssematch.c:88:0: note: Variable 'gapextend_sse' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/ssematch.c:122:5: note: Variable 'gapextend_sse' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/ssematch.c:123:5: style: Variable 'out_ss' is reassigned a value before the old one has been used. [redundantAssignment]
DOMAINATRIX-0.1.650/src/ssematch.c:80:0: note: Variable 'out_ss' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/ssematch.c:123:5: note: Variable 'out_ss' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/ssematch.c:124:5: style: Variable 'out_se' is reassigned a value before the old one has been used. [redundantAssignment]
DOMAINATRIX-0.1.650/src/ssematch.c:81:0: note: Variable 'out_se' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/ssematch.c:124:5: note: Variable 'out_se' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/ssematch.c:125:5: style: Variable 'logf' is reassigned a value before the old one has been used. [redundantAssignment]
DOMAINATRIX-0.1.650/src/ssematch.c:83:0: note: Variable 'logf' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/ssematch.c:125:5: note: Variable 'logf' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/ssematch.c:129:5: style: Variable 'scop_list' is reassigned a value before the old one has been used. [redundantAssignment]
DOMAINATRIX-0.1.650/src/ssematch.c:96:0: note: Variable 'scop_list' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/ssematch.c:129:5: note: Variable 'scop_list' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/ssematch.c:385:5: style: Variable 'pstr' is reassigned a value before the old one has been used. [redundantAssignment]
DOMAINATRIX-0.1.650/src/ssematch.c:367:0: note: Variable 'pstr' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/ssematch.c:385:5: note: Variable 'pstr' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/ssematch.c:386:5: style: Variable 'qstr' is reassigned a value before the old one has been used. [redundantAssignment]
DOMAINATRIX-0.1.650/src/ssematch.c:369:0: note: Variable 'qstr' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/ssematch.c:386:5: note: Variable 'qstr' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/ssematch.c:500:5: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
DOMAINATRIX-0.1.650/src/ssematch.c:488:0: note: Variable 'iter' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/ssematch.c:500:5: note: Variable 'iter' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/ssematch.c:501:5: style: Variable 'tmp_str' is reassigned a value before the old one has been used. [redundantAssignment]
DOMAINATRIX-0.1.650/src/ssematch.c:491:0: note: Variable 'tmp_str' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/ssematch.c:501:5: note: Variable 'tmp_str' is reassigned a value before the old one has been used.
DOMAINATRIX-0.1.650/src/ssematch.c:489:16: style: The scope of the variable 'base' can be reduced. [variableScope]
DOMAINATRIX-0.1.650/src/ssematch.c:486:44: style: Function 'ssematch_convertbases' argument 1 names different: declaration 'qse' definition 'qs'. [funcArgNamesDifferent]
DOMAINATRIX-0.1.650/src/ssematch.c:62:44: note: Function 'ssematch_convertbases' argument 1 names different: declaration 'qse' definition 'qs'.
DOMAINATRIX-0.1.650/src/ssematch.c:486:44: note: Function 'ssematch_convertbases' argument 1 names different: declaration 'qse' definition 'qs'.
DOMAINATRIX-0.1.650/src/ssematch.c:414:9: style: Variable 'maxarr' is assigned a value that is never used. [unreadVariable]
[17:38]

ftp://ftp.se.debian.org/debian/pool/main/e/embassy-domalign/embassy-domalign_0.1.660.orig.tar.gz
DOMALIGN-0.1.650/src/allversusall.c:90:5: style: Variable 'in' is reassigned a value before the old one has been used. [redundantAssignment]
DOMALIGN-0.1.650/src/allversusall.c:60:0: note: Variable 'in' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/allversusall.c:90:5: note: Variable 'in' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/allversusall.c:91:5: style: Variable 'matrix' is reassigned a value before the old one has been used. [redundantAssignment]
DOMALIGN-0.1.650/src/allversusall.c:64:0: note: Variable 'matrix' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/allversusall.c:91:5: note: Variable 'matrix' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/allversusall.c:92:5: style: Variable 'gapopen' is reassigned a value before the old one has been used. [redundantAssignment]
DOMALIGN-0.1.650/src/allversusall.c:65:0: note: Variable 'gapopen' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/allversusall.c:92:5: note: Variable 'gapopen' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/allversusall.c:93:5: style: Variable 'gapextend' is reassigned a value before the old one has been used. [redundantAssignment]
DOMALIGN-0.1.650/src/allversusall.c:66:0: note: Variable 'gapextend' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/allversusall.c:93:5: note: Variable 'gapextend' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/allversusall.c:94:5: style: Variable 'out' is reassigned a value before the old one has been used. [redundantAssignment]
DOMALIGN-0.1.650/src/allversusall.c:67:0: note: Variable 'out' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/allversusall.c:94:5: note: Variable 'out' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/allversusall.c:95:5: style: Variable 'logf' is reassigned a value before the old one has been used. [redundantAssignment]
DOMALIGN-0.1.650/src/allversusall.c:72:0: note: Variable 'logf' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/allversusall.c:95:5: note: Variable 'logf' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/allversusall.c:99:5: style: Variable 'outname' is reassigned a value before the old one has been used. [redundantAssignment]
DOMALIGN-0.1.650/src/allversusall.c:70:0: note: Variable 'outname' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/allversusall.c:99:5: note: Variable 'outname' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainalign.c:185:5: style: Variable 'last_node' is reassigned a value before the old one has been used. [redundantAssignment]
DOMALIGN-0.1.650/src/domainalign.c:134:0: note: Variable 'last_node' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainalign.c:185:5: note: Variable 'last_node' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainalign.c:186:5: style: Variable 'exec' is reassigned a value before the old one has been used. [redundantAssignment]
DOMALIGN-0.1.650/src/domainalign.c:135:0: note: Variable 'exec' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainalign.c:186:5: note: Variable 'exec' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainalign.c:187:5: style: Variable 'out' is reassigned a value before the old one has been used. [redundantAssignment]
DOMALIGN-0.1.650/src/domainalign.c:136:0: note: Variable 'out' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainalign.c:187:5: note: Variable 'out' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainalign.c:188:5: style: Variable 'align' is reassigned a value before the old one has been used. [redundantAssignment]
DOMALIGN-0.1.650/src/domainalign.c:137:0: note: Variable 'align' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainalign.c:188:5: note: Variable 'align' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainalign.c:189:5: style: Variable 'alignc' is reassigned a value before the old one has been used. [redundantAssignment]
DOMALIGN-0.1.650/src/domainalign.c:138:0: note: Variable 'alignc' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainalign.c:189:5: note: Variable 'alignc' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainalign.c:190:5: style: Variable 'log' is reassigned a value before the old one has been used. [redundantAssignment]
DOMALIGN-0.1.650/src/domainalign.c:139:0: note: Variable 'log' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainalign.c:190:5: note: Variable 'log' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainalign.c:191:5: style: Variable 'dom' is reassigned a value before the old one has been used. [redundantAssignment]
DOMALIGN-0.1.650/src/domainalign.c:140:0: note: Variable 'dom' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainalign.c:191:5: note: Variable 'dom' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainalign.c:192:5: style: Variable 'set' is reassigned a value before the old one has been used. [redundantAssignment]
DOMALIGN-0.1.650/src/domainalign.c:141:0: note: Variable 'set' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainalign.c:192:5: note: Variable 'set' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainalign.c:193:5: style: Variable 'scan' is reassigned a value before the old one has been used. [redundantAssignment]
DOMALIGN-0.1.650/src/domainalign.c:142:0: note: Variable 'scan' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainalign.c:193:5: note: Variable 'scan' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainalign.c:194:5: style: Variable 'sort' is reassigned a value before the old one has been used. [redundantAssignment]
DOMALIGN-0.1.650/src/domainalign.c:143:0: note: Variable 'sort' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainalign.c:194:5: note: Variable 'sort' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainalign.c:195:5: style: Variable 'name' is reassigned a value before the old one has been used. [redundantAssignment]
DOMALIGN-0.1.650/src/domainalign.c:144:0: note: Variable 'name' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainalign.c:195:5: note: Variable 'name' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainalign.c:196:5: style: Variable 'temp' is reassigned a value before the old one has been used. [redundantAssignment]
DOMALIGN-0.1.650/src/domainalign.c:178:0: note: Variable 'temp' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainalign.c:196:5: note: Variable 'temp' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainalign.c:197:5: style: Variable 'temp1' is reassigned a value before the old one has been used. [redundantAssignment]
DOMALIGN-0.1.650/src/domainalign.c:152:0: note: Variable 'temp1' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainalign.c:197:5: note: Variable 'temp1' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainalign.c:198:5: style: Variable 'pdbnames' is reassigned a value before the old one has been used. [redundantAssignment]
DOMALIGN-0.1.650/src/domainalign.c:145:0: note: Variable 'pdbnames' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainalign.c:198:5: note: Variable 'pdbnames' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainalign.c:206:5: style: Variable 'dcfin' is reassigned a value before the old one has been used. [redundantAssignment]
DOMALIGN-0.1.650/src/domainalign.c:154:0: note: Variable 'dcfin' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainalign.c:206:5: note: Variable 'dcfin' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainalign.c:207:5: style: Variable 'pdb' is reassigned a value before the old one has been used. [redundantAssignment]
DOMALIGN-0.1.650/src/domainalign.c:147:0: note: Variable 'pdb' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainalign.c:207:5: note: Variable 'pdb' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainalign.c:208:5: style: Variable 'daf' is reassigned a value before the old one has been used. [redundantAssignment]
DOMALIGN-0.1.650/src/domainalign.c:149:0: note: Variable 'daf' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainalign.c:208:5: note: Variable 'daf' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainalign.c:209:5: style: Variable 'super' is reassigned a value before the old one has been used. [redundantAssignment]
DOMALIGN-0.1.650/src/domainalign.c:150:0: note: Variable 'super' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainalign.c:209:5: note: Variable 'super' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainalign.c:210:5: style: Variable 'singlets' is reassigned a value before the old one has been used. [redundantAssignment]
DOMALIGN-0.1.650/src/domainalign.c:151:0: note: Variable 'singlets' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainalign.c:210:5: note: Variable 'singlets' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainalign.c:211:5: style: Variable 'node' is reassigned a value before the old one has been used. [redundantAssignment]
DOMALIGN-0.1.650/src/domainalign.c:168:0: note: Variable 'node' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainalign.c:211:5: note: Variable 'node' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainalign.c:212:5: style: Variable 'mode' is reassigned a value before the old one has been used. [redundantAssignment]
DOMALIGN-0.1.650/src/domainalign.c:172:0: note: Variable 'mode' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainalign.c:212:5: note: Variable 'mode' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainalign.c:213:5: style: Variable 'keepsinglets' is reassigned a value before the old one has been used. [redundantAssignment]
DOMALIGN-0.1.650/src/domainalign.c:175:0: note: Variable 'keepsinglets' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainalign.c:213:5: note: Variable 'keepsinglets' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainalign.c:214:5: style: Variable 'logf' is reassigned a value before the old one has been used. [redundantAssignment]
DOMALIGN-0.1.650/src/domainalign.c:157:0: note: Variable 'logf' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainalign.c:214:5: note: Variable 'logf' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainalign.c:617:5: style: Variable 'line' is reassigned a value before the old one has been used. [redundantAssignment]
DOMALIGN-0.1.650/src/domainalign.c:608:0: note: Variable 'line' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainalign.c:617:5: note: Variable 'line' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainalign.c:618:5: style: Variable 'temp1' is reassigned a value before the old one has been used. [redundantAssignment]
DOMALIGN-0.1.650/src/domainalign.c:605:0: note: Variable 'temp1' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainalign.c:618:5: note: Variable 'temp1' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainalign.c:619:5: style: Variable 'temp2' is reassigned a value before the old one has been used. [redundantAssignment]
DOMALIGN-0.1.650/src/domainalign.c:606:0: note: Variable 'temp2' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainalign.c:619:5: note: Variable 'temp2' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainalign.c:620:5: style: Variable 'temp3' is reassigned a value before the old one has been used. [redundantAssignment]
DOMALIGN-0.1.650/src/domainalign.c:607:0: note: Variable 'temp3' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainalign.c:620:5: note: Variable 'temp3' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainalign.c:897:5: style: Variable 'temp' is reassigned a value before the old one has been used. [redundantAssignment]
DOMALIGN-0.1.650/src/domainalign.c:895:0: note: Variable 'temp' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainalign.c:897:5: note: Variable 'temp' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainalign.c:1044:5: style: Variable 'exec' is reassigned a value before the old one has been used. [redundantAssignment]
DOMALIGN-0.1.650/src/domainalign.c:1027:0: note: Variable 'exec' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainalign.c:1044:5: note: Variable 'exec' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainalign.c:1045:5: style: Variable 'line' is reassigned a value before the old one has been used. [redundantAssignment]
DOMALIGN-0.1.650/src/domainalign.c:1030:0: note: Variable 'line' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainalign.c:1045:5: note: Variable 'line' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainalign.c:1046:5: style: Variable 'temp' is reassigned a value before the old one has been used. [redundantAssignment]
DOMALIGN-0.1.650/src/domainalign.c:1032:0: note: Variable 'temp' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainalign.c:1046:5: note: Variable 'temp' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainalign.c:1050:5: style: Variable 'rexp' is reassigned a value before the old one has been used. [redundantAssignment]
DOMALIGN-0.1.650/src/domainalign.c:1031:0: note: Variable 'rexp' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainalign.c:1050:5: note: Variable 'rexp' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainalign.c:1159:5: style: Variable 'exec' is reassigned a value before the old one has been used. [redundantAssignment]
DOMALIGN-0.1.650/src/domainalign.c:1154:0: note: Variable 'exec' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainalign.c:1159:5: note: Variable 'exec' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainalign.c:1215:5: style: Variable 'line' is reassigned a value before the old one has been used. [redundantAssignment]
DOMALIGN-0.1.650/src/domainalign.c:1209:0: note: Variable 'line' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainalign.c:1215:5: note: Variable 'line' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainalign.c:1216:5: style: Variable 'temp1' is reassigned a value before the old one has been used. [redundantAssignment]
DOMALIGN-0.1.650/src/domainalign.c:1206:0: note: Variable 'temp1' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainalign.c:1216:5: note: Variable 'temp1' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainalign.c:1217:5: style: Variable 'temp2' is reassigned a value before the old one has been used. [redundantAssignment]
DOMALIGN-0.1.650/src/domainalign.c:1207:0: note: Variable 'temp2' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainalign.c:1217:5: note: Variable 'temp2' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainalign.c:1218:5: style: Variable 'temp3' is reassigned a value before the old one has been used. [redundantAssignment]
DOMALIGN-0.1.650/src/domainalign.c:1208:0: note: Variable 'temp3' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainalign.c:1218:5: note: Variable 'temp3' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainalign.c:1357:5: style: Variable 'temp2' is reassigned a value before the old one has been used. [redundantAssignment]
DOMALIGN-0.1.650/src/domainalign.c:1353:0: note: Variable 'temp2' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainalign.c:1357:5: note: Variable 'temp2' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainalign.c:1199:16: style: Function 'domainalign_ProcessTcoffeeFile' argument 2 names different: declaration 'out' definition 'align'. [funcArgNamesDifferent]
DOMALIGN-0.1.650/src/domainalign.c:104:16: note: Function 'domainalign_ProcessTcoffeeFile' argument 2 names different: declaration 'out' definition 'align'.
DOMALIGN-0.1.650/src/domainalign.c:1199:16: note: Function 'domainalign_ProcessTcoffeeFile' argument 2 names different: declaration 'out' definition 'align'.
DOMALIGN-0.1.650/src/domainrep.c:125:5: style: Variable 'last_node' is reassigned a value before the old one has been used. [redundantAssignment]
DOMALIGN-0.1.650/src/domainrep.c:83:0: note: Variable 'last_node' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainrep.c:125:5: note: Variable 'last_node' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainrep.c:126:5: style: Variable 'exec' is reassigned a value before the old one has been used. [redundantAssignment]
DOMALIGN-0.1.650/src/domainrep.c:84:0: note: Variable 'exec' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainrep.c:126:5: note: Variable 'exec' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainrep.c:128:5: style: Variable 'dom' is reassigned a value before the old one has been used. [redundantAssignment]
DOMALIGN-0.1.650/src/domainrep.c:85:0: note: Variable 'dom' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainrep.c:128:5: note: Variable 'dom' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainrep.c:129:5: style: Variable 'set' is reassigned a value before the old one has been used. [redundantAssignment]
DOMALIGN-0.1.650/src/domainrep.c:86:0: note: Variable 'set' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainrep.c:129:5: note: Variable 'set' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainrep.c:130:5: style: Variable 'name' is reassigned a value before the old one has been used. [redundantAssignment]
DOMALIGN-0.1.650/src/domainrep.c:89:0: note: Variable 'name' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainrep.c:130:5: note: Variable 'name' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainrep.c:131:5: style: Variable 'temp' is reassigned a value before the old one has been used. [redundantAssignment]
DOMALIGN-0.1.650/src/domainrep.c:90:0: note: Variable 'temp' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainrep.c:131:5: note: Variable 'temp' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainrep.c:132:5: style: Variable 'scan' is reassigned a value before the old one has been used. [redundantAssignment]
DOMALIGN-0.1.650/src/domainrep.c:88:0: note: Variable 'scan' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainrep.c:132:5: note: Variable 'scan' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainrep.c:134:5: style: Variable 'famlist' is reassigned a value before the old one has been used. [redundantAssignment]
DOMALIGN-0.1.650/src/domainrep.c:102:0: note: Variable 'famlist' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainrep.c:134:5: note: Variable 'famlist' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainrep.c:140:5: style: Variable 'dcfin' is reassigned a value before the old one has been used. [redundantAssignment]
DOMALIGN-0.1.650/src/domainrep.c:93:0: note: Variable 'dcfin' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainrep.c:140:5: note: Variable 'dcfin' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainrep.c:141:5: style: Variable 'dcfout' is reassigned a value before the old one has been used. [redundantAssignment]
DOMALIGN-0.1.650/src/domainrep.c:94:0: note: Variable 'dcfout' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainrep.c:141:5: note: Variable 'dcfout' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainrep.c:142:5: style: Variable 'node' is reassigned a value before the old one has been used. [redundantAssignment]
DOMALIGN-0.1.650/src/domainrep.c:116:0: note: Variable 'node' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainrep.c:142:5: note: Variable 'node' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainrep.c:595:5: style: Variable 'line' is reassigned a value before the old one has been used. [redundantAssignment]
DOMALIGN-0.1.650/src/domainrep.c:588:0: note: Variable 'line' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/domainrep.c:595:5: note: Variable 'line' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/seqalign.c:141:5: style: Variable 'line' is reassigned a value before the old one has been used. [redundantAssignment]
DOMALIGN-0.1.650/src/seqalign.c:104:0: note: Variable 'line' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/seqalign.c:141:5: note: Variable 'line' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/seqalign.c:142:5: style: Variable 'inname' is reassigned a value before the old one has been used. [redundantAssignment]
DOMALIGN-0.1.650/src/seqalign.c:73:0: note: Variable 'inname' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/seqalign.c:142:5: note: Variable 'inname' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/seqalign.c:143:5: style: Variable 'hitsname' is reassigned a value before the old one has been used. [redundantAssignment]
DOMALIGN-0.1.650/src/seqalign.c:79:0: note: Variable 'hitsname' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/seqalign.c:143:5: note: Variable 'hitsname' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/seqalign.c:144:5: style: Variable 'cmd' is reassigned a value before the old one has been used. [redundantAssignment]
DOMALIGN-0.1.650/src/seqalign.c:98:0: note: Variable 'cmd' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/seqalign.c:144:5: note: Variable 'cmd' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/seqalign.c:145:5: style: Variable 'tmp_name' is reassigned a value before the old one has been used. [redundantAssignment]
DOMALIGN-0.1.650/src/seqalign.c:83:0: note: Variable 'tmp_name' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/seqalign.c:145:5: note: Variable 'tmp_name' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/seqalign.c:146:5: style: Variable 'clustin1' is reassigned a value before the old one has been used. [redundantAssignment]
DOMALIGN-0.1.650/src/seqalign.c:85:0: note: Variable 'clustin1' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/seqalign.c:146:5: note: Variable 'clustin1' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/seqalign.c:147:5: style: Variable 'clustin2' is reassigned a value before the old one has been used. [redundantAssignment]
DOMALIGN-0.1.650/src/seqalign.c:87:0: note: Variable 'clustin2' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/seqalign.c:147:5: note: Variable 'clustin2' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/seqalign.c:148:5: style: Variable 'clustout' is reassigned a value before the old one has been used. [redundantAssignment]
DOMALIGN-0.1.650/src/seqalign.c:90:0: note: Variable 'clustout' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/seqalign.c:148:5: note: Variable 'clustout' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/seqalign.c:149:5: style: Variable 'clustdnd' is reassigned a value before the old one has been used. [redundantAssignment]
DOMALIGN-0.1.650/src/seqalign.c:93:0: note: Variable 'clustdnd' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/seqalign.c:149:5: note: Variable 'clustdnd' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/seqalign.c:150:5: style: Variable 'tmp1' is reassigned a value before the old one has been used. [redundantAssignment]
DOMALIGN-0.1.650/src/seqalign.c:132:0: note: Variable 'tmp1' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/seqalign.c:150:5: note: Variable 'tmp1' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/seqalign.c:151:5: style: Variable 'tmp2' is reassigned a value before the old one has been used. [redundantAssignment]
DOMALIGN-0.1.650/src/seqalign.c:133:0: note: Variable 'tmp2' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/seqalign.c:151:5: note: Variable 'tmp2' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/seqalign.c:157:5: style: Variable 'inseqsdhf' is reassigned a value before the old one has been used. [redundantAssignment]
DOMALIGN-0.1.650/src/seqalign.c:68:0: note: Variable 'inseqsdhf' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/seqalign.c:157:5: note: Variable 'inseqsdhf' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/seqalign.c:158:5: style: Variable 'inseqsdaf' is reassigned a value before the old one has been used. [redundantAssignment]
DOMALIGN-0.1.650/src/seqalign.c:70:0: note: Variable 'inseqsdaf' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/seqalign.c:158:5: note: Variable 'inseqsdaf' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/seqalign.c:159:5: style: Variable 'dhfin' is reassigned a value before the old one has been used. [redundantAssignment]
DOMALIGN-0.1.650/src/seqalign.c:77:0: note: Variable 'dhfin' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/seqalign.c:159:5: note: Variable 'dhfin' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/seqalign.c:160:5: style: Variable 'dafout' is reassigned a value before the old one has been used. [redundantAssignment]
DOMALIGN-0.1.650/src/seqalign.c:81:0: note: Variable 'dafout' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/seqalign.c:160:5: note: Variable 'dafout' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/seqalign.c:161:5: style: Variable 'logf' is reassigned a value before the old one has been used. [redundantAssignment]
DOMALIGN-0.1.650/src/seqalign.c:95:0: note: Variable 'logf' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/seqalign.c:161:5: note: Variable 'logf' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/seqalign.c:162:5: style: Variable 'amode' is reassigned a value before the old one has been used. [redundantAssignment]
DOMALIGN-0.1.650/src/seqalign.c:121:0: note: Variable 'amode' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/seqalign.c:162:5: note: Variable 'amode' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/seqalign.c:163:5: style: Variable 'mode' is reassigned a value before the old one has been used. [redundantAssignment]
DOMALIGN-0.1.650/src/seqalign.c:125:0: note: Variable 'mode' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/seqalign.c:163:5: note: Variable 'mode' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/seqalign.c:164:5: style: Variable 'forcetype' is reassigned a value before the old one has been used. [redundantAssignment]
DOMALIGN-0.1.650/src/seqalign.c:137:0: note: Variable 'forcetype' is reassigned a value before the old one has been used.
DOMALIGN-0.1.650/src/seqalign.c:164:5: note: Variable 'forcetype' is reassigned a value before the old one has been used.
[17:38]

ftp://ftp.se.debian.org/debian/pool/main/e/embassy-domsearch/embassy-domsearch_0.1.660.orig.tar.gz
DOMSEARCH-0.1.650/src/seqfraggle.c:202:31: style: Condition 'score>=thresh' is always true [knownConditionTrueFalse]
DOMSEARCH-0.1.650/src/seqfraggle.c:119:5: style: Variable 'exec' is reassigned a value before the old one has been used. [redundantAssignment]
DOMSEARCH-0.1.650/src/seqfraggle.c:88:0: note: Variable 'exec' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqfraggle.c:119:5: note: Variable 'exec' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqfraggle.c:125:5: style: Variable 'dhfin' is reassigned a value before the old one has been used. [redundantAssignment]
DOMSEARCH-0.1.650/src/seqfraggle.c:83:0: note: Variable 'dhfin' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqfraggle.c:125:5: note: Variable 'dhfin' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqfraggle.c:126:5: style: Variable 'dhfout' is reassigned a value before the old one has been used. [redundantAssignment]
DOMSEARCH-0.1.650/src/seqfraggle.c:84:0: note: Variable 'dhfout' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqfraggle.c:126:5: note: Variable 'dhfout' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqfraggle.c:383:5: style: Variable 'seqin' is reassigned a value before the old one has been used. [redundantAssignment]
DOMSEARCH-0.1.650/src/seqfraggle.c:373:0: note: Variable 'seqin' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqfraggle.c:383:5: note: Variable 'seqin' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqfraggle.c:205:21: style: Variable 'y' is modified but its new value is never used. [unreadVariable]
DOMSEARCH-0.1.650/src/seqnr.c:112:5: style: Variable 'in' is reassigned a value before the old one has been used. [redundantAssignment]
DOMSEARCH-0.1.650/src/seqnr.c:61:0: note: Variable 'in' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqnr.c:112:5: note: Variable 'in' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqnr.c:113:5: style: Variable 'dosing' is reassigned a value before the old one has been used. [redundantAssignment]
DOMSEARCH-0.1.650/src/seqnr.c:65:0: note: Variable 'dosing' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqnr.c:113:5: note: Variable 'dosing' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqnr.c:114:5: style: Variable 'singlets' is reassigned a value before the old one has been used. [redundantAssignment]
DOMSEARCH-0.1.650/src/seqnr.c:66:0: note: Variable 'singlets' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqnr.c:114:5: note: Variable 'singlets' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqnr.c:115:5: style: Variable 'dosets' is reassigned a value before the old one has been used. [redundantAssignment]
DOMSEARCH-0.1.650/src/seqnr.c:67:0: note: Variable 'dosets' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqnr.c:115:5: note: Variable 'dosets' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqnr.c:116:5: style: Variable 'insets' is reassigned a value before the old one has been used. [redundantAssignment]
DOMSEARCH-0.1.650/src/seqnr.c:68:0: note: Variable 'insets' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqnr.c:116:5: note: Variable 'insets' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqnr.c:117:5: style: Variable 'mode' is reassigned a value before the old one has been used. [redundantAssignment]
DOMSEARCH-0.1.650/src/seqnr.c:69:0: note: Variable 'mode' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqnr.c:117:5: note: Variable 'mode' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqnr.c:118:5: style: Variable 'thresh' is reassigned a value before the old one has been used. [redundantAssignment]
DOMSEARCH-0.1.650/src/seqnr.c:73:0: note: Variable 'thresh' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqnr.c:118:5: note: Variable 'thresh' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqnr.c:119:5: style: Variable 'threshlow' is reassigned a value before the old one has been used. [redundantAssignment]
DOMSEARCH-0.1.650/src/seqnr.c:74:0: note: Variable 'threshlow' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqnr.c:119:5: note: Variable 'threshlow' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqnr.c:120:5: style: Variable 'threshup' is reassigned a value before the old one has been used. [redundantAssignment]
DOMSEARCH-0.1.650/src/seqnr.c:75:0: note: Variable 'threshup' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqnr.c:120:5: note: Variable 'threshup' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqnr.c:121:5: style: Variable 'matrix' is reassigned a value before the old one has been used. [redundantAssignment]
DOMSEARCH-0.1.650/src/seqnr.c:76:0: note: Variable 'matrix' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqnr.c:121:5: note: Variable 'matrix' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqnr.c:122:5: style: Variable 'gapopen' is reassigned a value before the old one has been used. [redundantAssignment]
DOMSEARCH-0.1.650/src/seqnr.c:77:0: note: Variable 'gapopen' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqnr.c:122:5: note: Variable 'gapopen' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqnr.c:123:5: style: Variable 'gapextend' is reassigned a value before the old one has been used. [redundantAssignment]
DOMSEARCH-0.1.650/src/seqnr.c:78:0: note: Variable 'gapextend' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqnr.c:123:5: note: Variable 'gapextend' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqnr.c:124:5: style: Variable 'out' is reassigned a value before the old one has been used. [redundantAssignment]
DOMSEARCH-0.1.650/src/seqnr.c:79:0: note: Variable 'out' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqnr.c:124:5: note: Variable 'out' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqnr.c:125:5: style: Variable 'dored' is reassigned a value before the old one has been used. [redundantAssignment]
DOMSEARCH-0.1.650/src/seqnr.c:81:0: note: Variable 'dored' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqnr.c:125:5: note: Variable 'dored' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqnr.c:126:5: style: Variable 'outred' is reassigned a value before the old one has been used. [redundantAssignment]
DOMSEARCH-0.1.650/src/seqnr.c:82:0: note: Variable 'outred' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqnr.c:126:5: note: Variable 'outred' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqnr.c:127:5: style: Variable 'logf' is reassigned a value before the old one has been used. [redundantAssignment]
DOMSEARCH-0.1.650/src/seqnr.c:85:0: note: Variable 'logf' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqnr.c:127:5: note: Variable 'logf' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqnr.c:132:5: style: Variable 'filtername' is reassigned a value before the old one has been used. [redundantAssignment]
DOMSEARCH-0.1.650/src/seqnr.c:99:0: note: Variable 'filtername' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqnr.c:132:5: note: Variable 'filtername' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqnr.c:133:5: style: Variable 'outname' is reassigned a value before the old one has been used. [redundantAssignment]
DOMSEARCH-0.1.650/src/seqnr.c:84:0: note: Variable 'outname' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqnr.c:133:5: note: Variable 'outname' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsearch.c:143:5: style: Variable 'inname' is reassigned a value before the old one has been used. [redundantAssignment]
DOMSEARCH-0.1.650/src/seqsearch.c:100:0: note: Variable 'inname' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsearch.c:143:5: note: Variable 'inname' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsearch.c:144:5: style: Variable 'dhfname' is reassigned a value before the old one has been used. [redundantAssignment]
DOMSEARCH-0.1.650/src/seqsearch.c:104:0: note: Variable 'dhfname' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsearch.c:144:5: note: Variable 'dhfname' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsearch.c:145:5: style: Variable 'msg' is reassigned a value before the old one has been used. [redundantAssignment]
DOMSEARCH-0.1.650/src/seqsearch.c:107:0: note: Variable 'msg' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsearch.c:145:5: note: Variable 'msg' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsearch.c:146:5: style: Variable 'temp' is reassigned a value before the old one has been used. [redundantAssignment]
DOMSEARCH-0.1.650/src/seqsearch.c:108:0: note: Variable 'temp' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsearch.c:146:5: note: Variable 'temp' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsearch.c:147:5: style: Variable 'psiname' is reassigned a value before the old one has been used. [redundantAssignment]
DOMSEARCH-0.1.650/src/seqsearch.c:109:0: note: Variable 'psiname' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsearch.c:147:5: note: Variable 'psiname' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsearch.c:148:5: style: Variable 'singlet' is reassigned a value before the old one has been used. [redundantAssignment]
DOMSEARCH-0.1.650/src/seqsearch.c:105:0: note: Variable 'singlet' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsearch.c:148:5: note: Variable 'singlet' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsearch.c:155:5: style: Variable 'mode' is reassigned a value before the old one has been used. [redundantAssignment]
DOMSEARCH-0.1.650/src/seqsearch.c:91:0: note: Variable 'mode' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsearch.c:155:5: note: Variable 'mode' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsearch.c:156:5: style: Variable 'inseqs' is reassigned a value before the old one has been used. [redundantAssignment]
DOMSEARCH-0.1.650/src/seqsearch.c:99:0: note: Variable 'inseqs' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsearch.c:156:5: note: Variable 'inseqs' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsearch.c:157:5: style: Variable 'dhfout' is reassigned a value before the old one has been used. [redundantAssignment]
DOMSEARCH-0.1.650/src/seqsearch.c:103:0: note: Variable 'dhfout' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsearch.c:157:5: note: Variable 'dhfout' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsearch.c:160:5: style: Variable 'evalue' is reassigned a value before the old one has been used. [redundantAssignment]
DOMSEARCH-0.1.650/src/seqsearch.c:119:0: note: Variable 'evalue' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsearch.c:160:5: note: Variable 'evalue' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsearch.c:161:5: style: Variable 'logf' is reassigned a value before the old one has been used. [redundantAssignment]
DOMSEARCH-0.1.650/src/seqsearch.c:113:0: note: Variable 'logf' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsearch.c:161:5: note: Variable 'logf' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsearch.c:162:5: style: Variable 'database' is reassigned a value before the old one has been used. [redundantAssignment]
DOMSEARCH-0.1.650/src/seqsearch.c:110:0: note: Variable 'database' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsearch.c:162:5: note: Variable 'database' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsearch.c:432:5: style: Variable 'line' is reassigned a value before the old one has been used. [redundantAssignment]
DOMSEARCH-0.1.650/src/seqsearch.c:405:0: note: Variable 'line' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsearch.c:432:5: note: Variable 'line' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsearch.c:433:5: style: Variable 'name' is reassigned a value before the old one has been used. [redundantAssignment]
DOMSEARCH-0.1.650/src/seqsearch.c:406:0: note: Variable 'name' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsearch.c:433:5: note: Variable 'name' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsearch.c:434:5: style: Variable 'temp' is reassigned a value before the old one has been used. [redundantAssignment]
DOMSEARCH-0.1.650/src/seqsearch.c:407:0: note: Variable 'temp' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsearch.c:434:5: note: Variable 'temp' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsearch.c:435:5: style: Variable 'seq_in' is reassigned a value before the old one has been used. [redundantAssignment]
DOMSEARCH-0.1.650/src/seqsearch.c:408:0: note: Variable 'seq_in' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsearch.c:435:5: note: Variable 'seq_in' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsearch.c:436:5: style: Variable 'seqs_in' is reassigned a value before the old one has been used. [redundantAssignment]
DOMSEARCH-0.1.650/src/seqsearch.c:411:0: note: Variable 'seqs_in' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsearch.c:436:5: note: Variable 'seqs_in' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsearch.c:437:5: style: Variable 'degap' is reassigned a value before the old one has been used. [redundantAssignment]
DOMSEARCH-0.1.650/src/seqsearch.c:427:0: note: Variable 'degap' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsearch.c:437:5: note: Variable 'degap' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsearch.c:442:5: style: Variable 'alignf' is reassigned a value before the old one has been used. [redundantAssignment]
DOMSEARCH-0.1.650/src/seqsearch.c:426:0: note: Variable 'alignf' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsearch.c:442:5: note: Variable 'alignf' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsearch.c:604:5: style: Variable 'dhfin' is reassigned a value before the old one has been used. [redundantAssignment]
DOMSEARCH-0.1.650/src/seqsearch.c:596:0: note: Variable 'dhfin' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsearch.c:604:5: note: Variable 'dhfin' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsearch.c:719:5: style: Variable 'line' is reassigned a value before the old one has been used. [redundantAssignment]
DOMSEARCH-0.1.650/src/seqsearch.c:699:0: note: Variable 'line' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsearch.c:719:5: note: Variable 'line' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsearch.c:720:5: style: Variable 'acc' is reassigned a value before the old one has been used. [redundantAssignment]
DOMSEARCH-0.1.650/src/seqsearch.c:700:0: note: Variable 'acc' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsearch.c:720:5: note: Variable 'acc' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsearch.c:721:5: style: Variable 'prevacc' is reassigned a value before the old one has been used. [redundantAssignment]
DOMSEARCH-0.1.650/src/seqsearch.c:701:0: note: Variable 'prevacc' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsearch.c:721:5: note: Variable 'prevacc' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsearch.c:722:5: style: Variable 'fragseq' is reassigned a value before the old one has been used. [redundantAssignment]
DOMSEARCH-0.1.650/src/seqsearch.c:702:0: note: Variable 'fragseq' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsearch.c:722:5: note: Variable 'fragseq' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsearch.c:723:5: style: Variable 'fullseq' is reassigned a value before the old one has been used. [redundantAssignment]
DOMSEARCH-0.1.650/src/seqsearch.c:703:0: note: Variable 'fullseq' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsearch.c:723:5: note: Variable 'fullseq' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsearch.c:688:19: style: Function 'seqsearch_ReadPsiblastOutput' argument 2 names different: declaration 'hit' definition 'scophit'. [funcArgNamesDifferent]
DOMSEARCH-0.1.650/src/seqsearch.c:58:19: note: Function 'seqsearch_ReadPsiblastOutput' argument 2 names different: declaration 'hit' definition 'scophit'.
DOMSEARCH-0.1.650/src/seqsearch.c:688:19: note: Function 'seqsearch_ReadPsiblastOutput' argument 2 names different: declaration 'hit' definition 'scophit'.
DOMSEARCH-0.1.650/src/seqsort.c:1102:11: warning: Possible null pointer dereference: list [nullPointer]
DOMSEARCH-0.1.650/src/seqsort.c:1254:33: note: Calling function 'seqsort_HitlistPriorityHigh', 1st argument 'list' value is 0
DOMSEARCH-0.1.650/src/seqsort.c:1102:11: note: Null pointer dereference
DOMSEARCH-0.1.650/src/seqsort.c:1109:7: warning: Possible null pointer dereference: list [nullPointer]
DOMSEARCH-0.1.650/src/seqsort.c:1254:33: note: Calling function 'seqsort_HitlistPriorityHigh', 1st argument 'list' value is 0
DOMSEARCH-0.1.650/src/seqsort.c:1109:7: note: Null pointer dereference
DOMSEARCH-0.1.650/src/seqsort.c:1130:11: warning: Possible null pointer dereference: list [nullPointer]
DOMSEARCH-0.1.650/src/seqsort.c:1253:32: note: Calling function 'seqsort_HitlistPriorityLow', 1st argument 'list' value is 0
DOMSEARCH-0.1.650/src/seqsort.c:1130:11: note: Null pointer dereference
DOMSEARCH-0.1.650/src/seqsort.c:1137:7: warning: Possible null pointer dereference: list [nullPointer]
DOMSEARCH-0.1.650/src/seqsort.c:1253:32: note: Calling function 'seqsort_HitlistPriorityLow', 1st argument 'list' value is 0
DOMSEARCH-0.1.650/src/seqsort.c:1137:7: note: Null pointer dereference
DOMSEARCH-0.1.650/src/seqsort.c:132:5: style: Variable 'ambigf' is reassigned a value before the old one has been used. [redundantAssignment]
DOMSEARCH-0.1.650/src/seqsort.c:115:0: note: Variable 'ambigf' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsort.c:132:5: note: Variable 'ambigf' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsort.c:133:5: style: Variable 'hitsf' is reassigned a value before the old one has been used. [redundantAssignment]
DOMSEARCH-0.1.650/src/seqsort.c:116:0: note: Variable 'hitsf' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsort.c:133:5: note: Variable 'hitsf' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsort.c:134:5: style: Variable 'dofamilies' is reassigned a value before the old one has been used. [redundantAssignment]
DOMSEARCH-0.1.650/src/seqsort.c:118:0: note: Variable 'dofamilies' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsort.c:134:5: note: Variable 'dofamilies' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsort.c:135:5: style: Variable 'doambiguities' is reassigned a value before the old one has been used. [redundantAssignment]
DOMSEARCH-0.1.650/src/seqsort.c:120:0: note: Variable 'doambiguities' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsort.c:135:5: note: Variable 'doambiguities' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsort.c:136:5: style: Variable 'dhfin' is reassigned a value before the old one has been used. [redundantAssignment]
DOMSEARCH-0.1.650/src/seqsort.c:103:0: note: Variable 'dhfin' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsort.c:136:5: note: Variable 'dhfin' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsort.c:137:5: style: Variable 'dhfout' is reassigned a value before the old one has been used. [redundantAssignment]
DOMSEARCH-0.1.650/src/seqsort.c:104:0: note: Variable 'dhfout' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsort.c:137:5: note: Variable 'dhfout' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsort.c:141:5: style: Variable 'famlist' is reassigned a value before the old one has been used. [redundantAssignment]
DOMSEARCH-0.1.650/src/seqsort.c:111:0: note: Variable 'famlist' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsort.c:141:5: note: Variable 'famlist' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsort.c:142:5: style: Variable 'supfamlist' is reassigned a value before the old one has been used. [redundantAssignment]
DOMSEARCH-0.1.650/src/seqsort.c:112:0: note: Variable 'supfamlist' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsort.c:142:5: note: Variable 'supfamlist' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsort.c:143:5: style: Variable 'foldlist' is reassigned a value before the old one has been used. [redundantAssignment]
DOMSEARCH-0.1.650/src/seqsort.c:113:0: note: Variable 'foldlist' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsort.c:143:5: note: Variable 'foldlist' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsort.c:144:5: style: Variable 'psipath' is reassigned a value before the old one has been used. [redundantAssignment]
DOMSEARCH-0.1.650/src/seqsort.c:105:0: note: Variable 'psipath' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsort.c:144:5: note: Variable 'psipath' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsort.c:145:5: style: Variable 'psiextn' is reassigned a value before the old one has been used. [redundantAssignment]
DOMSEARCH-0.1.650/src/seqsort.c:107:0: note: Variable 'psiextn' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsort.c:145:5: note: Variable 'psiextn' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsort.c:218:5: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
DOMSEARCH-0.1.650/src/seqsort.c:206:0: note: Variable 'tmp' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsort.c:218:5: note: Variable 'tmp' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsort.c:219:5: style: Variable 'filename' is reassigned a value before the old one has been used. [redundantAssignment]
DOMSEARCH-0.1.650/src/seqsort.c:207:0: note: Variable 'filename' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsort.c:219:5: note: Variable 'filename' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsort.c:220:5: style: Variable 'logf' is reassigned a value before the old one has been used. [redundantAssignment]
DOMSEARCH-0.1.650/src/seqsort.c:209:0: note: Variable 'logf' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsort.c:220:5: note: Variable 'logf' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsort.c:222:5: style: Variable 'list' is reassigned a value before the old one has been used. [redundantAssignment]
DOMSEARCH-0.1.650/src/seqsort.c:211:0: note: Variable 'list' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsort.c:222:5: note: Variable 'list' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsort.c:223:5: style: Variable 'tmplist' is reassigned a value before the old one has been used. [redundantAssignment]
DOMSEARCH-0.1.650/src/seqsort.c:212:0: note: Variable 'tmplist' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqsort.c:223:5: note: Variable 'tmplist' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqwords.c:209:5: warning: Possible null pointer dereference: ret [nullPointer]
DOMSEARCH-0.1.650/src/seqwords.c:205:20: note: Assignment 'ret=NULL', assigned value is 0
DOMSEARCH-0.1.650/src/seqwords.c:209:5: note: Null pointer dereference
DOMSEARCH-0.1.650/src/seqwords.c:210:5: warning: Possible null pointer dereference: ret [nullPointer]
DOMSEARCH-0.1.650/src/seqwords.c:205:20: note: Assignment 'ret=NULL', assigned value is 0
DOMSEARCH-0.1.650/src/seqwords.c:210:5: note: Null pointer dereference
DOMSEARCH-0.1.650/src/seqwords.c:211:5: warning: Possible null pointer dereference: ret [nullPointer]
DOMSEARCH-0.1.650/src/seqwords.c:205:20: note: Assignment 'ret=NULL', assigned value is 0
DOMSEARCH-0.1.650/src/seqwords.c:211:5: note: Null pointer dereference
DOMSEARCH-0.1.650/src/seqwords.c:212:5: warning: Possible null pointer dereference: ret [nullPointer]
DOMSEARCH-0.1.650/src/seqwords.c:205:20: note: Assignment 'ret=NULL', assigned value is 0
DOMSEARCH-0.1.650/src/seqwords.c:212:5: note: Null pointer dereference
DOMSEARCH-0.1.650/src/seqwords.c:213:5: warning: Possible null pointer dereference: ret [nullPointer]
DOMSEARCH-0.1.650/src/seqwords.c:205:20: note: Assignment 'ret=NULL', assigned value is 0
DOMSEARCH-0.1.650/src/seqwords.c:213:5: note: Null pointer dereference
DOMSEARCH-0.1.650/src/seqwords.c:214:5: warning: Possible null pointer dereference: ret [nullPointer]
DOMSEARCH-0.1.650/src/seqwords.c:205:20: note: Assignment 'ret=NULL', assigned value is 0
DOMSEARCH-0.1.650/src/seqwords.c:214:5: note: Null pointer dereference
DOMSEARCH-0.1.650/src/seqwords.c:215:5: warning: Possible null pointer dereference: ret [nullPointer]
DOMSEARCH-0.1.650/src/seqwords.c:205:20: note: Assignment 'ret=NULL', assigned value is 0
DOMSEARCH-0.1.650/src/seqwords.c:215:5: note: Null pointer dereference
DOMSEARCH-0.1.650/src/seqwords.c:216:5: warning: Possible null pointer dereference: ret [nullPointer]
DOMSEARCH-0.1.650/src/seqwords.c:205:20: note: Assignment 'ret=NULL', assigned value is 0
DOMSEARCH-0.1.650/src/seqwords.c:216:5: note: Null pointer dereference
DOMSEARCH-0.1.650/src/seqwords.c:140:5: style: Variable 'key_inf' is reassigned a value before the old one has been used. [redundantAssignment]
DOMSEARCH-0.1.650/src/seqwords.c:127:0: note: Variable 'key_inf' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqwords.c:140:5: note: Variable 'key_inf' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqwords.c:141:5: style: Variable 'sp_inf' is reassigned a value before the old one has been used. [redundantAssignment]
DOMSEARCH-0.1.650/src/seqwords.c:128:0: note: Variable 'sp_inf' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqwords.c:141:5: note: Variable 'sp_inf' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqwords.c:142:5: style: Variable 'outf' is reassigned a value before the old one has been used. [redundantAssignment]
DOMSEARCH-0.1.650/src/seqwords.c:129:0: note: Variable 'outf' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqwords.c:142:5: note: Variable 'outf' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqwords.c:285:5: style: Variable 'list_terms' is reassigned a value before the old one has been used. [redundantAssignment]
DOMSEARCH-0.1.650/src/seqwords.c:278:0: note: Variable 'list_terms' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqwords.c:285:5: note: Variable 'list_terms' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqwords.c:286:5: style: Variable 'line' is reassigned a value before the old one has been used. [redundantAssignment]
DOMSEARCH-0.1.650/src/seqwords.c:276:0: note: Variable 'line' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqwords.c:286:5: note: Variable 'line' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqwords.c:287:5: style: Variable 'type' is reassigned a value before the old one has been used. [redundantAssignment]
DOMSEARCH-0.1.650/src/seqwords.c:280:0: note: Variable 'type' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqwords.c:287:5: note: Variable 'type' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqwords.c:290:5: style: Variable 'ok' is reassigned a value before the old one has been used. [redundantAssignment]
DOMSEARCH-0.1.650/src/seqwords.c:279:0: note: Variable 'ok' is reassigned a value before the old one has been used.
DOMSEARCH-0.1.650/src/seqwords.c:290:5: note: Variable 'ok' is reassigned a value before the old one has been used.
[17:38]

ftp://ftp.se.debian.org/debian/pool/main/e/ember/ember_0.7.2+dfsg.orig.tar.xz
ember-0.7.2/src/components/entitymapping/Actions/DummyAction.h:40:15: style: The function 'activate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/entitymapping/Actions/Action.h:62:15: note: Virtual function in base class
ember-0.7.2/src/components/entitymapping/Actions/DummyAction.h:40:15: note: Function in derived class
ember-0.7.2/src/components/entitymapping/Actions/DummyAction.h:42:15: style: The function 'deactivate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/entitymapping/Actions/Action.h:67:15: note: Virtual function in base class
ember-0.7.2/src/components/entitymapping/Actions/DummyAction.h:42:15: note: Function in derived class
ember-0.7.2/src/components/entitymapping/Cases/CaseBase.h:74:7: style: Technically the member function 'Ember::EntityMapping::Cases::CaseBase::getIsTrue' can be const. [functionConst]
ember-0.7.2/src/components/entitymapping/Cases/CaseBase.h:163:23: note: Technically the member function 'Ember::EntityMapping::Cases::CaseBase::getIsTrue' can be const.
ember-0.7.2/src/components/entitymapping/Cases/CaseBase.h:74:7: note: Technically the member function 'Ember::EntityMapping::Cases::CaseBase::getIsTrue' can be const.
ember-0.7.2/src/components/entitymapping/Cases/CaseBase.h:80:7: style: Technically the member function 'Ember::EntityMapping::Cases::CaseBase::getIsActive' can be const. [functionConst]
ember-0.7.2/src/components/entitymapping/Cases/CaseBase.h:168:23: note: Technically the member function 'Ember::EntityMapping::Cases::CaseBase::getIsActive' can be const.
ember-0.7.2/src/components/entitymapping/Cases/CaseBase.h:80:7: note: Technically the member function 'Ember::EntityMapping::Cases::CaseBase::getIsActive' can be const.
ember-0.7.2/src/components/entitymapping/Cases/CaseBase.h:95:21: style: Technically the member function 'Ember::EntityMapping::Cases::CaseBase::getActions' can be const. [functionConst]
ember-0.7.2/src/components/entitymapping/Cases/CaseBase.h:154:47: note: Technically the member function 'Ember::EntityMapping::Cases::CaseBase::getActions' can be const.
ember-0.7.2/src/components/entitymapping/Cases/CaseBase.h:95:21: note: Technically the member function 'Ember::EntityMapping::Cases::CaseBase::getActions' can be const.
ember-0.7.2/src/components/entitymapping/Cases/CaseBase.h:113:24: style: Technically the member function 'Ember::EntityMapping::Cases::CaseBase::getMatches' can be const. [functionConst]
ember-0.7.2/src/components/entitymapping/Cases/CaseBase.h:149:50: note: Technically the member function 'Ember::EntityMapping::Cases::CaseBase::getMatches' can be const.
ember-0.7.2/src/components/entitymapping/Cases/CaseBase.h:113:24: note: Technically the member function 'Ember::EntityMapping::Cases::CaseBase::getMatches' can be const.
ember-0.7.2/src/components/entitymapping/EntityMapping.h:118:5: style: Class 'EntityMapping' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/entitymapping/Matches/Observers/AttributeObserver.h:53:2: style: Class 'AttributeObserver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/entitymapping/Matches/AttributeMatch.h:63:2: style: Class 'AttributeMatch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/entitymapping/Cases/AttributeCase.h:62:2: style: Class 'AttributeCase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/entitymapping/Cases/AttributeComparers/StringComparer.h:45:2: style: Class 'StringComparer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/entitymapping/Cases/AttributeComparers/StringComparerWrapper.h:49:2: style: Class 'StringComparerWrapper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/entitymapping/Matches/AbstractMatch.h:84:15: style: The function 'setEntity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/entitymapping/Matches/MatchBase.h:53:15: note: Virtual function in base class
ember-0.7.2/src/components/entitymapping/Matches/AbstractMatch.h:84:15: note: Function in derived class
ember-0.7.2/src/components/entitymapping/Matches/AbstractMatch.h:94:15: style: The function 'evaluateChanges' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/entitymapping/Matches/MatchBase.h:54:15: note: Virtual function in base class
ember-0.7.2/src/components/entitymapping/Matches/AbstractMatch.h:94:15: note: Function in derived class
ember-0.7.2/src/components/entitymapping/Matches/AbstractMatch.h:100:15: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/entitymapping/Matches/MatchBase.h:61:15: note: Virtual function in base class
ember-0.7.2/src/components/entitymapping/Matches/AbstractMatch.h:100:15: note: Function in derived class
ember-0.7.2/src/components/entitymapping/Cases/EntityTypeCase.h:59:15: style: The function '_setState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/entitymapping/Cases/EntityBaseCase.h:62:15: note: Virtual function in base class
ember-0.7.2/src/components/entitymapping/Cases/EntityTypeCase.h:59:15: note: Function in derived class
ember-0.7.2/src/components/entitymapping/Matches/AttributeMatch.h:70:15: style: The function 'testAttribute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/entitymapping/Matches/AttributeDependentMatch.h:51:15: note: Virtual function in base class
ember-0.7.2/src/components/entitymapping/Matches/AttributeMatch.h:70:15: note: Function in derived class
ember-0.7.2/src/components/entitymapping/Cases/AttributeComparers/StringComparerWrapper.h:51:15: style: The function 'testAttribute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/entitymapping/Cases/AttributeComparers/AttributeComparerWrapper.h:49:15: note: Virtual function in base class
ember-0.7.2/src/components/entitymapping/Cases/AttributeComparers/StringComparerWrapper.h:51:15: note: Function in derived class
ember-0.7.2/src/components/entitymapping/Cases/AttributeComparers/HeightComparerWrapper.h:65:15: style: The function 'testAttribute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/entitymapping/Cases/AttributeComparers/AttributeComparerWrapper.h:49:15: note: Virtual function in base class
ember-0.7.2/src/components/entitymapping/Cases/AttributeComparers/HeightComparerWrapper.h:65:15: note: Function in derived class
ember-0.7.2/src/components/entitymapping/Cases/AttributeComparers/NumericComparerWrapper.h:48:2: style: Class 'NumericComparerWrapper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/entitymapping/Cases/AttributeComparers/NumericComparerWrapper.h:50:15: style: The function 'testAttribute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/entitymapping/Cases/AttributeComparers/AttributeComparerWrapper.h:49:15: note: Virtual function in base class
ember-0.7.2/src/components/entitymapping/Cases/AttributeComparers/NumericComparerWrapper.h:50:15: note: Function in derived class
ember-0.7.2/src/components/entitymapping/Cases/AttributeComparers/NumericValueHolder.h:43:2: style: Class 'NumericValueHolder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/entitymapping/Cases/AttributeComparers/NumericEqualsComparer.h:46:2: style: Class 'NumericEqualsComparer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/entitymapping/Cases/AttributeComparers/NumericEqualsComparer.h:51:15: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/entitymapping/Cases/AttributeComparers/NumericComparer.h:48:15: note: Virtual function in base class
ember-0.7.2/src/components/entitymapping/Cases/AttributeComparers/NumericEqualsComparer.h:51:15: note: Function in derived class
ember-0.7.2/src/components/entitymapping/Cases/AttributeComparers/NumericEqualsOrGreaterComparer.h:46:2: style: Class 'NumericEqualsOrGreaterComparer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/entitymapping/Cases/AttributeComparers/NumericEqualsOrGreaterComparer.h:52:15: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/entitymapping/Cases/AttributeComparers/NumericComparer.h:48:15: note: Virtual function in base class
ember-0.7.2/src/components/entitymapping/Cases/AttributeComparers/NumericEqualsOrGreaterComparer.h:52:15: note: Function in derived class
ember-0.7.2/src/components/entitymapping/Cases/AttributeComparers/NumericEqualsOrLesserComparer.h:47:2: style: Class 'NumericEqualsOrLesserComparer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/entitymapping/Cases/AttributeComparers/NumericEqualsOrLesserComparer.h:52:15: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/entitymapping/Cases/AttributeComparers/NumericComparer.h:48:15: note: Virtual function in base class
ember-0.7.2/src/components/entitymapping/Cases/AttributeComparers/NumericEqualsOrLesserComparer.h:52:15: note: Function in derived class
ember-0.7.2/src/components/entitymapping/Cases/AttributeComparers/NumericGreaterComparer.h:47:2: style: Class 'NumericGreaterComparer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/entitymapping/Cases/AttributeComparers/NumericGreaterComparer.h:52:15: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/entitymapping/Cases/AttributeComparers/NumericComparer.h:48:15: note: Virtual function in base class
ember-0.7.2/src/components/entitymapping/Cases/AttributeComparers/NumericGreaterComparer.h:52:15: note: Function in derived class
ember-0.7.2/src/components/entitymapping/Cases/AttributeComparers/NumericLesserComparer.h:47:2: style: Class 'NumericLesserComparer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/entitymapping/Cases/AttributeComparers/NumericLesserComparer.h:52:15: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/entitymapping/Cases/AttributeComparers/NumericComparer.h:48:15: note: Virtual function in base class
ember-0.7.2/src/components/entitymapping/Cases/AttributeComparers/NumericLesserComparer.h:52:15: note: Function in derived class
ember-0.7.2/src/components/entitymapping/Cases/AttributeComparers/NumericRangeComparer.h:51:15: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/entitymapping/Cases/AttributeComparers/NumericComparer.h:48:15: note: Virtual function in base class
ember-0.7.2/src/components/entitymapping/Cases/AttributeComparers/NumericRangeComparer.h:51:15: note: Function in derived class
ember-0.7.2/src/components/entitymapping/Cases/AttributeComparers/StringComparer.cpp:39:44: performance: Function parameter 'value' should be passed by const reference. [passedByValue]
ember-0.7.2/src/components/entitymapping/Matches/OutfitMatch.h:55:15: style: The function 'testAttribute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/entitymapping/Matches/AttributeDependentMatch.h:51:15: note: Virtual function in base class
ember-0.7.2/src/components/entitymapping/Matches/OutfitMatch.h:55:15: note: Function in derived class
ember-0.7.2/src/components/entitymapping/Cases/OutfitCase.h:47:15: style: The function '_setState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/entitymapping/Cases/EntityBaseCase.h:62:15: note: Virtual function in base class
ember-0.7.2/src/components/entitymapping/Cases/OutfitCase.h:47:15: note: Function in derived class
ember-0.7.2/src/components/entitymapping/Definitions/ActionDefinition.cpp:42:45: style: Function 'setValue' argument 1 names different: declaration 'type' definition 'value'. [funcArgNamesDifferent]
ember-0.7.2/src/components/entitymapping/Definitions/ActionDefinition.h:48:31: note: Function 'setValue' argument 1 names different: declaration 'type' definition 'value'.
ember-0.7.2/src/components/entitymapping/Definitions/ActionDefinition.cpp:42:45: note: Function 'setValue' argument 1 names different: declaration 'type' definition 'value'.
ember-0.7.2/src/components/entitymapping/Definitions/ActionDefinition.cpp:42:45: performance: Function parameter 'value' should be passed by const reference. [passedByValue]
ember-0.7.2/src/components/entitymapping/Definitions/DefinitionBase.cpp:52:42: performance: Function parameter 'type' should be passed by const reference. [passedByValue]
ember-0.7.2/src/components/entitymapping/Definitions/EntityMappingDefinition.cpp:50:51: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ember-0.7.2/src/components/entitymapping/Matches/Observers/EntityCreationObserver.h:49:2: style: Class 'EntityCreationObserver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/lua/Connectors_impl.h:68:6: style: The scope of the variable 'numberOfArguments' can be reduced. [variableScope]
ember-0.7.2/src/components/lua/luaobject.h:79:2: warning: Member variable 'LuaVal::d' is not initialized in the constructor. [uninitMemberVar]
ember-0.7.2/src/components/lua/luaobject.h:85:2: warning: Member variable 'LuaVal::d' is not initialized in the constructor. [uninitMemberVar]
ember-0.7.2/src/components/lua/luaobject.h:88:2: warning: Member variable 'LuaVal::d' is not initialized in the constructor. [uninitMemberVar]
ember-0.7.2/src/components/lua/luaobject.h:91:2: warning: Member variable 'LuaVal::d' is not initialized in the constructor. [uninitMemberVar]
ember-0.7.2/src/components/lua/luaobject.h:94:2: warning: Member variable 'LuaVal::d' is not initialized in the constructor. [uninitMemberVar]
ember-0.7.2/src/components/lua/luaobject.h:121:21: style: Technically the member function 'LuaException::getError' can be const. [functionConst]
ember-0.7.2/src/components/lua/luaobject.h:122:21: style: Technically the member function 'LuaException::getLuaError' can be const. [functionConst]
ember-0.7.2/src/components/lua/luaobject.h:124:14: style: Technically the member function 'LuaException::getErrorForDisplay' can be const. [functionConst]
ember-0.7.2/src/components/lua/Connectors.h:114:7: performance: Technically the member function 'Ember::Lua::NumberValueAdapter::pushValue' can be static. [functionStatic]
ember-0.7.2/src/components/lua/Connectors_impl.h:53:29: note: Technically the member function 'Ember::Lua::NumberValueAdapter::pushValue' can be static.
ember-0.7.2/src/components/lua/Connectors.h:114:7: note: Technically the member function 'Ember::Lua::NumberValueAdapter::pushValue' can be static.
ember-0.7.2/src/components/lua/Connector.h:211:7: performance: Technically the member function 'Ember::Lua::Connector::checkSignalExistence' can be static. [functionStatic]
ember-0.7.2/src/components/lua/Connector.cpp:102:17: note: Technically the member function 'Ember::Lua::Connector::checkSignalExistence' can be static.
ember-0.7.2/src/components/lua/Connector.h:211:7: note: Technically the member function 'Ember::Lua::Connector::checkSignalExistence' can be static.
ember-0.7.2/src/components/lua/Connector.h:268:3: style: Class 'Connector' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ember-0.7.2/src/components/lua/luaobject.h:44:2: style: Struct 'fromStack' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/lua/luaobject.h:82:2: style: Class 'LuaVal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/lua/luaobject.h:85:2: style: Class 'LuaVal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/lua/luaobject.h:88:2: style: Class 'LuaVal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/lua/luaobject.h:91:2: style: Class 'LuaVal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/lua/luaobject.h:94:2: style: Class 'LuaVal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/lua/luaobject.h:266:2: style: Class 'LuaRef' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/lua/luaobject.h:275:2: style: Class 'LuaRef' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/lua/luaobject.h:280:2: style: Class 'LuaRef' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/lua/Connectors.h:344:2: style: Class 'ConnectorZero' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/lua/Connector.h:85:2: style: Class 'Connector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/lua/Connector.h:92:2: style: Class 'Connector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/lua/Connector.h:102:2: style: Class 'Connector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/lua/Connector.h:202:2: style: Class 'Connector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/lua/Connector.h:219:2: style: Class 'ConnectorOne_' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/lua/Connector.h:230:2: style: Class 'ConnectorTwo_' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/lua/Connector.h:241:2: style: Class 'Connector_' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/lua/Connector.h:68:1: warning: The class 'Connector' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ember-0.7.2/src/components/lua/LuaHelper.h:55:68: performance: Function parameter 'luaMethod' should be passed by const reference. [passedByValue]
ember-0.7.2/src/components/lua/Connectors.h:151:7: performance: Technically the member function 'Ember::Lua::BooleanValueAdapter::pushValue' can be static. [functionStatic]
ember-0.7.2/src/components/lua/Connectors.cpp:157:27: note: Technically the member function 'Ember::Lua::BooleanValueAdapter::pushValue' can be static.
ember-0.7.2/src/components/lua/Connectors.h:151:7: note: Technically the member function 'Ember::Lua::BooleanValueAdapter::pushValue' can be static.
ember-0.7.2/src/components/lua/Connectors.h:165:7: performance: Technically the member function 'Ember::Lua::EmptyValueAdapter::pushValue' can be static. [functionStatic]
ember-0.7.2/src/components/lua/Connectors.cpp:163:25: note: Technically the member function 'Ember::Lua::EmptyValueAdapter::pushValue' can be static.
ember-0.7.2/src/components/lua/Connectors.h:165:7: note: Technically the member function 'Ember::Lua::EmptyValueAdapter::pushValue' can be static.
ember-0.7.2/src/components/lua/Connectors.h:285:7: performance: Technically the member function 'Ember::Lua::ConnectorBase::callFunction' can be static. [functionStatic]
ember-0.7.2/src/components/lua/Connectors.cpp:107:21: note: Technically the member function 'Ember::Lua::ConnectorBase::callFunction' can be static.
ember-0.7.2/src/components/lua/Connectors.h:285:7: note: Technically the member function 'Ember::Lua::ConnectorBase::callFunction' can be static.
ember-0.7.2/src/components/lua/LuaHelper.cpp:58:71: performance: Function parameter 'luaMethod' should be passed by const reference. [passedByValue]
ember-0.7.2/src/components/lua/LuaScriptingProvider.cpp:264:14: style: The scope of the variable 'nresults' can be reduced. [variableScope]
ember-0.7.2/src/components/lua/LuaScriptingProvider.cpp:245:113: style: Function 'callFunctionImpl' argument 3 names different: declaration 'callContext' definition 'luaCallContext'. [funcArgNamesDifferent]
ember-0.7.2/src/components/lua/LuaScriptingProvider.h:133:92: note: Function 'callFunctionImpl' argument 3 names different: declaration 'callContext' definition 'luaCallContext'.
ember-0.7.2/src/components/lua/LuaScriptingProvider.cpp:245:113: note: Function 'callFunctionImpl' argument 3 names different: declaration 'callContext' definition 'luaCallContext'.
ember-0.7.2/src/components/ogre/Avatar.cpp:258:7: performance: Possible inefficient checking for 'mLastTransmittedMovements' emptiness. [stlSize]
ember-0.7.2/src/components/ogre/AvatarAttachmentController.h:48:2: style: Class 'AvatarAttachmentController' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/AvatarCameraMotionHandler.h:43:2: style: Class 'AvatarCameraMotionHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/AvatarCameraMotionHandler.h:50:15: style: The function 'move' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/ICameraMotionHandler.h:60:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/AvatarCameraMotionHandler.h:50:15: note: Function in derived class
ember-0.7.2/src/components/ogre/MovementController.h:72:2: style: Class 'MovementControllerInputListener' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/EntityWorldPickListener.h:104:15: style: The function 'initializePickingContext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/IWorldPickListener.h:121:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/EntityWorldPickListener.h:104:15: note: Function in derived class
ember-0.7.2/src/components/ogre/EntityWorldPickListener.h:106:15: style: The function 'endPickingContext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/IWorldPickListener.h:131:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/EntityWorldPickListener.h:106:15: note: Function in derived class
ember-0.7.2/src/components/ogre/EntityWorldPickListener.h:108:15: style: The function 'processPickResult' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/IWorldPickListener.h:146:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/EntityWorldPickListener.h:108:15: note: Function in derived class
ember-0.7.2/src/components/ogre/EntityWorldPickListener.h:110:15: style: The function 'processDelayedPick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/IWorldPickListener.h:156:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/EntityWorldPickListener.h:110:15: note: Function in derived class
ember-0.7.2/src/components/ogre/AvatarLogger.cpp:95:2: performance: Variable 'mLogger' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ember-0.7.2/src/components/ogre/AvatarLogger.h:56:5: style: Class 'AvatarLogger' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/AvatarLogger.h:90:2: style: Class 'AvatarLoggerParent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/EmberEntity.cpp:130:74: style: Function 'onTalk' argument 1 names different: declaration 'talk' definition 'talkArgs'. [funcArgNamesDifferent]
ember-0.7.2/src/components/ogre/EmberEntity.h:384:70: note: Function 'onTalk' argument 1 names different: declaration 'talk' definition 'talkArgs'.
ember-0.7.2/src/components/ogre/EmberEntity.cpp:130:74: note: Function 'onTalk' argument 1 names different: declaration 'talk' definition 'talkArgs'.
ember-0.7.2/src/components/ogre/EmberEntity.h:229:7: style: The function 'setVisualize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/IVisualizable.h:52:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/EmberEntity.h:229:7: note: Function in derived class
ember-0.7.2/src/components/ogre/EmberEntity.h:236:7: style: The function 'getVisualize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/IVisualizable.h:59:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/EmberEntity.h:236:7: note: Function in derived class
ember-0.7.2/src/components/ogre/EmberEntityHideModelAction.h:41:5: style: Class 'EmberEntityHideModelAction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/EmberEntityModelAction.cpp:90:143: style: Function 'EmberEntityModelAction' argument 4 names different: declaration 'mMapping' definition 'modelMapping'. [funcArgNamesDifferent]
ember-0.7.2/src/components/ogre/EmberEntityModelAction.h:48:120: note: Function 'EmberEntityModelAction' argument 4 names different: declaration 'mMapping' definition 'modelMapping'.
ember-0.7.2/src/components/ogre/EmberEntityModelAction.cpp:90:143: note: Function 'EmberEntityModelAction' argument 4 names different: declaration 'mMapping' definition 'modelMapping'.
ember-0.7.2/src/components/ogre/model/Action.h:38:21: style: Technically the member function 'Ember::OgreView::Model::Action::getName' can be const. [functionConst]
ember-0.7.2/src/components/ogre/model/Action.h:48:35: note: Technically the member function 'Ember::OgreView::Model::Action::getName' can be const.
ember-0.7.2/src/components/ogre/model/Action.h:38:21: note: Technically the member function 'Ember::OgreView::Model::Action::getName' can be const.
ember-0.7.2/src/components/ogre/model/Model.h:315:2: style: Class 'Model' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/model/ModelDefinition.h:531:40: performance: Function parameter 'translate' should be passed by const reference. [passedByValue]
ember-0.7.2/src/components/ogre/model/ModelDefinition.h:566:42: performance: Function parameter 'rotation' should be passed by const reference. [passedByValue]
ember-0.7.2/src/components/ogre/lod/LodDefinition.h:305:52: style: Function 'setStrategy' argument 1 names different: declaration 'strategy' definition 'type'. [funcArgNamesDifferent]
ember-0.7.2/src/components/ogre/lod/LodDefinition.h:194:31: note: Function 'setStrategy' argument 1 names different: declaration 'strategy' definition 'type'.
ember-0.7.2/src/components/ogre/lod/LodDefinition.h:305:52: note: Function 'setStrategy' argument 1 names different: declaration 'strategy' definition 'type'.
ember-0.7.2/src/components/ogre/EmberOgre.cpp:594:44: style: Function 'Server_GotView' argument 1 names different: declaration 'world' definition 'view'. [funcArgNamesDifferent]
ember-0.7.2/src/components/ogre/EmberOgre.h:423:34: note: Function 'Server_GotView' argument 1 names different: declaration 'world' definition 'view'.
ember-0.7.2/src/components/ogre/EmberOgre.cpp:594:44: note: Function 'Server_GotView' argument 1 names different: declaration 'world' definition 'view'.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:99:5: style: Class 'TParameters' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/model/ModelDefinitionManager.h:60:2: style: Class 'ModelDefinitionManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/mapping/XMLEntityMappingDefinitionSerializer.h:46:5: style: Class 'XMLEntityMappingDefinitionSerializer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/lod/XMLLodDefinitionSerializer.h:49:2: style: Class 'XMLLodDefinitionSerializer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/lod/LodDefinitionManager.h:54:2: style: Class 'LodDefinitionManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/authoring/GUIAdapter.h:56:2: style: Class 'GUIAdapter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/authoring/EntityRecipe.h:205:3: style: Class 'SpecIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/ShaderManager.h:79:2: style: Class 'ShaderManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/AutoGraphicsLevelManager.h:58:2: style: Class 'FrameTimeRecorder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/AutoGraphicsLevelManager.h:111:2: style: Class 'AutomaticGraphicsLevelManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/widgets/LoadingBar.h:66:2: style: Class 'WfutLoadingBarSection' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/sound/XMLSoundDefParser.h:37:2: style: Class 'XMLSoundDefParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/Screen.h:52:2: style: Class 'Screen' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/OgreResourceProvider.h:37:2: style: Class 'OgreResourceWrapper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/OgreResourceProvider.h:55:5: style: Class 'OgreResourceProvider' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/ForestRenderingTechnique.h:47:2: style: Class 'ForestRenderingTechnique' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/environment/Forest.h:63:5: style: Class 'Forest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/FreeFlyingCameraMotionHandler.h:36:2: style: Class 'FreeFlyingCameraMotionHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/FreeFlyingCameraMotionHandler.h:39:15: style: The function 'move' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/ICameraMotionHandler.h:60:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/FreeFlyingCameraMotionHandler.h:39:15: note: Function in derived class
ember-0.7.2/src/components/ogre/widgets/Widget.h:67:2: style: Class 'ConstWrapper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/widgets/icons/IconRenderer.h:117:2: style: Class 'DelayedIconRendererWorker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/widgets/icons/IconRenderer.h:166:2: style: Class 'DirectRendererWorker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/widgets/EntityIconManager.h:59:2: style: Class 'EntityIconManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/widgets/ActionBarIconManager.h:71:2: style: Class 'ActionBarIconManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/gui/ActiveWidgetHandler.h:41:5: style: Class 'ActiveWidgetHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/widgets/icons/IconRenderer.h:131:10: style: The function 'render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/widgets/icons/IconRenderer.h:104:18: note: Virtual function in base class
ember-0.7.2/src/components/ogre/widgets/icons/IconRenderer.h:131:10: note: Function in derived class
ember-0.7.2/src/components/ogre/widgets/icons/IconRenderer.h:174:11: style: The function 'render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/widgets/icons/IconRenderer.h:104:18: note: Virtual function in base class
ember-0.7.2/src/components/ogre/widgets/icons/IconRenderer.h:174:11: note: Function in derived class
ember-0.7.2/src/components/ogre/GUIManager.cpp:253:3: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
ember-0.7.2/src/components/ogre/MediaUpdater.h:38:10: performance: Technically the member function 'Ember::OgreView::MediaUpdater::performUpdate' can be static. [functionStatic]
ember-0.7.2/src/components/ogre/MediaUpdater.cpp:44:20: note: Technically the member function 'Ember::OgreView::MediaUpdater::performUpdate' can be static.
ember-0.7.2/src/components/ogre/MediaUpdater.h:38:10: note: Technically the member function 'Ember::OgreView::MediaUpdater::performUpdate' can be static.
ember-0.7.2/src/components/ogre/MeshCollisionDetector.cpp:202:35: style: Redundant condition: submesh->useSharedVertices. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
ember-0.7.2/src/components/ogre/MeshCollisionDetector.h:55:7: performance: Technically the member function 'Ember::OgreView::MeshCollisionDetector::getMeshInformation' can be static. [functionStatic]
ember-0.7.2/src/components/ogre/MeshCollisionDetector.cpp:148:29: note: Technically the member function 'Ember::OgreView::MeshCollisionDetector::getMeshInformation' can be static.
ember-0.7.2/src/components/ogre/MeshCollisionDetector.h:55:7: note: Technically the member function 'Ember::OgreView::MeshCollisionDetector::getMeshInformation' can be static.
ember-0.7.2/src/components/ogre/MeshCollisionDetector.h:39:5: style: Class 'MeshCollisionDetector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/model/SubModel.h:39:2: style: Class 'SubModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/MeshCollisionDetector.h:43:15: style: The function 'testCollision' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/ICollisionDetector.h:80:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/MeshCollisionDetector.h:43:15: note: Function in derived class
ember-0.7.2/src/components/ogre/MeshCollisionDetector.h:44:15: style: The function 'refit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/ICollisionDetector.h:85:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/MeshCollisionDetector.h:44:15: note: Function in derived class
ember-0.7.2/src/components/ogre/MeshCollisionDetector.h:48:15: style: The function 'reload' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/ICollisionDetector.h:90:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/MeshCollisionDetector.h:48:15: note: Function in derived class
ember-0.7.2/src/components/ogre/MeshCollisionDetector.h:50:15: style: The function 'setVisualize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/ICollisionDetector.h:96:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/MeshCollisionDetector.h:50:15: note: Function in derived class
ember-0.7.2/src/components/ogre/MeshCollisionDetector.h:51:15: style: The function 'getVisualize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/ICollisionDetector.h:102:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/MeshCollisionDetector.h:51:15: note: Function in derived class
ember-0.7.2/src/components/ogre/MotionManager.cpp:84:67: style: Function 'addAnimated' argument 2 names different: declaration 'animatable' definition 'animated'. [funcArgNamesDifferent]
ember-0.7.2/src/components/ogre/MotionManager.h:83:53: note: Function 'addAnimated' argument 2 names different: declaration 'animatable' definition 'animated'.
ember-0.7.2/src/components/ogre/MotionManager.cpp:84:67: note: Function 'addAnimated' argument 2 names different: declaration 'animatable' definition 'animated'.
ember-0.7.2/src/components/ogre/NodeController.h:68:15: warning: Virtual function 'updatePosition' is called from constructor 'NodeController(NodeAttachment&attachment)' at line 36. Dynamic binding is not used. [virtualCallInConstructor]
ember-0.7.2/src/components/ogre/NodeController.cpp:36:2: note: Calling updatePosition
ember-0.7.2/src/components/ogre/NodeController.h:68:15: note: updatePosition is a virtual method
ember-0.7.2/src/components/ogre/NodeController.h:49:2: style: Class 'NodeController' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/OgreConfigurator.cpp:285:7: style: The scope of the variable 'resolutionFoundInOptions' can be reduced. [variableScope]
ember-0.7.2/src/components/ogre/OgreConfigurator.cpp:78:65: style: Class 'OgreConfigurator' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ember-0.7.2/src/components/ogre/OgreConfigurator.cpp:78:65: style: Class 'OgreConfigurator' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ember-0.7.2/src/components/ogre/OgreConfigurator.cpp:255:3: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
ember-0.7.2/src/components/ogre/OgreResourceLoader.cpp:142:2: style: Variable 'foundDir' is reassigned a value before the old one has been used. [redundantAssignment]
ember-0.7.2/src/components/ogre/OgreResourceLoader.cpp:139:0: note: Variable 'foundDir' is reassigned a value before the old one has been used.
ember-0.7.2/src/components/ogre/OgreResourceLoader.cpp:142:2: note: Variable 'foundDir' is reassigned a value before the old one has been used.
ember-0.7.2/src/components/ogre/OgreResourceLoader.cpp:299:2: style: Variable 'exists' is reassigned a value before the old one has been used. [redundantAssignment]
ember-0.7.2/src/components/ogre/OgreResourceLoader.cpp:297:0: note: Variable 'exists' is reassigned a value before the old one has been used.
ember-0.7.2/src/components/ogre/OgreResourceLoader.cpp:299:2: note: Variable 'exists' is reassigned a value before the old one has been used.
ember-0.7.2/src/components/ogre/OgreResourceLoader.cpp:227:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ember-0.7.2/src/components/ogre/OgreSetup.cpp:236:3: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
ember-0.7.2/src/components/ogre/OgreWindowProvider.h:40:2: style: Class 'OgreWindowProvider' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/RenderDistanceManager.h:154:21: style: Member variable 'RenderDistanceManager::mFog' is in the wrong place in the initializer list. [initializerList]
ember-0.7.2/src/components/ogre/RenderDistanceManager.cpp:34:52: note: Member variable 'RenderDistanceManager::mFog' is in the wrong place in the initializer list.
ember-0.7.2/src/components/ogre/RenderDistanceManager.h:154:21: note: Member variable 'RenderDistanceManager::mFog' is in the wrong place in the initializer list.
ember-0.7.2/src/components/ogre/RenderDistanceManager.h:114:8: style: Member variable 'RenderDistanceManager::mDefaultFarRenderDistance' is in the wrong place in the initializer list. [initializerList]
ember-0.7.2/src/components/ogre/RenderDistanceManager.cpp:34:145: note: Member variable 'RenderDistanceManager::mDefaultFarRenderDistance' is in the wrong place in the initializer list.
ember-0.7.2/src/components/ogre/RenderDistanceManager.h:114:8: note: Member variable 'RenderDistanceManager::mDefaultFarRenderDistance' is in the wrong place in the initializer list.
ember-0.7.2/src/components/ogre/RenderDistanceManager.h:125:8: style: Member variable 'RenderDistanceManager::mFarRenderDistanceFactor' is in the wrong place in the initializer list. [initializerList]
ember-0.7.2/src/components/ogre/RenderDistanceManager.cpp:34:306: note: Member variable 'RenderDistanceManager::mFarRenderDistanceFactor' is in the wrong place in the initializer list.
ember-0.7.2/src/components/ogre/RenderDistanceManager.h:125:8: note: Member variable 'RenderDistanceManager::mFarRenderDistanceFactor' is in the wrong place in the initializer list.
ember-0.7.2/src/components/ogre/RenderDistanceManager.h:88:7: performance: Technically the member function 'Ember::OgreView::RenderDistanceManager::changeLevel' can be static. [functionStatic]
ember-0.7.2/src/components/ogre/RenderDistanceManager.cpp:70:29: note: Technically the member function 'Ember::OgreView::RenderDistanceManager::changeLevel' can be static.
ember-0.7.2/src/components/ogre/RenderDistanceManager.h:88:7: note: Technically the member function 'Ember::OgreView::RenderDistanceManager::changeLevel' can be static.
ember-0.7.2/src/components/ogre/RenderDistanceManager.cpp:34:88: style: Class 'RenderDistanceManager' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ember-0.7.2/src/components/ogre/RenderDistanceManager.cpp:34:88: style: Class 'RenderDistanceManager' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ember-0.7.2/src/components/ogre/terrain/OgreTerrain/OgreTerrainAdapter.h:60:14: style: The function 'getPageSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/terrain/ITerrainAdapter.h:62:14: note: Virtual function in base class
ember-0.7.2/src/components/ogre/terrain/OgreTerrain/OgreTerrainAdapter.h:60:14: note: Function in derived class
ember-0.7.2/src/components/ogre/terrain/OgreTerrain/OgreTerrainAdapter.h:62:15: style: The function 'setPageSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/terrain/ITerrainAdapter.h:68:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/terrain/OgreTerrain/OgreTerrainAdapter.h:62:15: note: Function in derived class
ember-0.7.2/src/components/ogre/terrain/OgreTerrain/OgreTerrainAdapter.h:64:15: style: The function 'setLoadRadius' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/terrain/ITerrainAdapter.h:74:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/terrain/OgreTerrain/OgreTerrainAdapter.h:64:15: note: Function in derived class
ember-0.7.2/src/components/ogre/terrain/OgreTerrain/OgreTerrainAdapter.h:66:21: style: The function 'getHeightAt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/terrain/ITerrainAdapter.h:83:21: note: Virtual function in base class
ember-0.7.2/src/components/ogre/terrain/OgreTerrain/OgreTerrainAdapter.h:66:21: note: Function in derived class
ember-0.7.2/src/components/ogre/terrain/OgreTerrain/OgreTerrainAdapter.h:68:15: style: The function 'setCamera' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/terrain/ITerrainAdapter.h:91:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/terrain/OgreTerrain/OgreTerrainAdapter.h:68:15: note: Function in derived class
ember-0.7.2/src/components/ogre/terrain/OgreTerrain/OgreTerrainAdapter.h:70:15: style: The function 'loadScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/terrain/ITerrainAdapter.h:98:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/terrain/OgreTerrain/OgreTerrainAdapter.h:70:15: note: Function in derived class
ember-0.7.2/src/components/ogre/terrain/OgreTerrain/OgreTerrainAdapter.h:72:15: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/terrain/ITerrainAdapter.h:103:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/terrain/OgreTerrain/OgreTerrainAdapter.h:72:15: note: Function in derived class
ember-0.7.2/src/components/ogre/terrain/OgreTerrain/OgreTerrainAdapter.h:74:15: style: The function 'reloadAllPages' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/terrain/ITerrainAdapter.h:111:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/terrain/OgreTerrain/OgreTerrainAdapter.h:74:15: note: Function in derived class
ember-0.7.2/src/components/ogre/terrain/OgreTerrain/OgreTerrainAdapter.h:76:15: style: The function 'reloadPage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/terrain/ITerrainAdapter.h:118:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/terrain/OgreTerrain/OgreTerrainAdapter.h:76:15: note: Function in derived class
ember-0.7.2/src/components/ogre/terrain/OgreTerrain/OgreTerrainAdapter.h:78:15: style: The function 'reloadPageMaterial' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/terrain/ITerrainAdapter.h:125:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/terrain/OgreTerrain/OgreTerrainAdapter.h:78:15: note: Function in derived class
ember-0.7.2/src/components/ogre/terrain/OgreTerrain/OgreTerrainAdapter.h:80:22: style: The function 'getDebugInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/terrain/ITerrainAdapter.h:132:22: note: Virtual function in base class
ember-0.7.2/src/components/ogre/terrain/OgreTerrain/OgreTerrainAdapter.h:80:22: note: Function in derived class
ember-0.7.2/src/components/ogre/terrain/OgreTerrain/OgreTerrainAdapter.h:85:28: style: The function 'createObserver' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/terrain/ITerrainAdapter.h:138:28: note: Virtual function in base class
ember-0.7.2/src/components/ogre/terrain/OgreTerrain/OgreTerrainAdapter.h:85:28: note: Function in derived class
ember-0.7.2/src/components/ogre/terrain/OgreTerrain/OgreTerrainAdapter.h:87:15: style: The function 'destroyObserver' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/terrain/ITerrainAdapter.h:144:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/terrain/OgreTerrain/OgreTerrainAdapter.h:87:15: note: Function in derived class
ember-0.7.2/src/components/ogre/terrain/OgreTerrain/OgreTerrainAdapter.h:89:41: style: The function 'rayIntersects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/terrain/ITerrainAdapter.h:152:41: note: Virtual function in base class
ember-0.7.2/src/components/ogre/terrain/OgreTerrain/OgreTerrainAdapter.h:89:41: note: Function in derived class
ember-0.7.2/src/components/ogre/terrain/OgreTerrain/OgreTerrainAdapter.h:91:15: style: The function 'setPageDataProvider' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/terrain/ITerrainAdapter.h:158:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/terrain/OgreTerrain/OgreTerrainAdapter.h:91:15: note: Function in derived class
ember-0.7.2/src/components/ogre/terrain/OgreTerrain/OgreTerrainAdapter.h:93:27: style: The function 'bindTerrainShown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/terrain/ITerrainAdapter.h:165:27: note: Virtual function in base class
ember-0.7.2/src/components/ogre/terrain/OgreTerrain/OgreTerrainAdapter.h:93:27: note: Function in derived class
ember-0.7.2/src/components/ogre/SceneNodeProvider.h:40:22: style: The function 'getNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/INodeProvider.h:59:22: note: Virtual function in base class
ember-0.7.2/src/components/ogre/SceneNodeProvider.h:40:22: note: Function in derived class
ember-0.7.2/src/components/ogre/SceneNodeProvider.h:41:22: style: The function 'getParentNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/INodeProvider.h:65:22: note: Virtual function in base class
ember-0.7.2/src/components/ogre/SceneNodeProvider.h:41:22: note: Function in derived class
ember-0.7.2/src/components/ogre/SceneNodeProvider.h:42:25: style: The function 'createChildProvider' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/INodeProvider.h:72:25: note: Virtual function in base class
ember-0.7.2/src/components/ogre/SceneNodeProvider.h:42:25: note: Function in derived class
ember-0.7.2/src/components/ogre/SceneNodeProvider.h:43:15: style: The function 'setVisible' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/INodeProvider.h:78:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/SceneNodeProvider.h:43:15: note: Function in derived class
ember-0.7.2/src/components/ogre/SceneNodeProvider.h:64:15: style: The function 'setPositionAndOrientation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/INodeProvider.h:85:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/SceneNodeProvider.h:64:15: note: Function in derived class
ember-0.7.2/src/components/ogre/ShadowCameraSetup.h:65:18: warning: Virtual function 'setup' is called from constructor 'ShadowCameraSetup(Ogre::SceneManager&sceneMgr,GraphicalChangeAdapter&graphicalChangeAdapter)' at line 43. Dynamic binding is not used. [virtualCallInConstructor]
ember-0.7.2/src/components/ogre/ShadowCameraSetup.cpp:43:2: note: Calling setup
ember-0.7.2/src/components/ogre/ShadowCameraSetup.h:65:18: note: setup is a virtual method
ember-0.7.2/src/components/ogre/ShadowDetailManager.cpp:33:366: style: Class 'ShadowDetailManager' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ember-0.7.2/src/components/ogre/ShadowDetailManager.cpp:33:366: style: Class 'ShadowDetailManager' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ember-0.7.2/src/components/ogre/SimpleRenderContext.cpp:72:86: style: Function 'SimpleRenderContext' argument 2 names different: declaration 'texturePtr' definition 'texture'. [funcArgNamesDifferent]
ember-0.7.2/src/components/ogre/SimpleRenderContext.h:95:69: note: Function 'SimpleRenderContext' argument 2 names different: declaration 'texturePtr' definition 'texture'.
ember-0.7.2/src/components/ogre/SimpleRenderContext.cpp:72:86: note: Function 'SimpleRenderContext' argument 2 names different: declaration 'texturePtr' definition 'texture'.
ember-0.7.2/src/components/ogre/SimpleRenderContext.cpp:64:22: warning: Member variable 'SimpleRenderContext::mDefaultCameraDistance' is not initialized in the constructor. [uninitMemberVar]
ember-0.7.2/src/components/ogre/SimpleRenderContext.cpp:72:22: warning: Member variable 'SimpleRenderContext::mDefaultCameraDistance' is not initialized in the constructor. [uninitMemberVar]
ember-0.7.2/src/components/ogre/SimpleRenderContext.h:197:22: style: Technically the member function 'Ember::OgreView::SimpleRenderContext::getTexture' can be const. [functionConst]
ember-0.7.2/src/components/ogre/SimpleRenderContext.cpp:244:39: note: Technically the member function 'Ember::OgreView::SimpleRenderContext::getTexture' can be const.
ember-0.7.2/src/components/ogre/SimpleRenderContext.h:197:22: note: Technically the member function 'Ember::OgreView::SimpleRenderContext::getTexture' can be const.
ember-0.7.2/src/components/ogre/SimpleRenderContext.h:46:2: style: Class 'SimpleRenderContextResourceLoader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/terrain/TerrainMod.h:70:2: style: Class 'TerrainMod' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/terrain/TerrainArea.h:59:2: style: Class 'TerrainArea' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/terrain/TerrainShaderParser.h:56:2: style: Class 'TerrainShaderParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/TerrainPageDataProvider.cpp:54:75: style: Function 'TerrainPageDataProvider' argument 1 names different: declaration 'hander' definition 'handler'. [funcArgNamesDifferent]
ember-0.7.2/src/components/ogre/TerrainPageDataProvider.h:88:51: note: Function 'TerrainPageDataProvider' argument 1 names different: declaration 'hander' definition 'handler'.
ember-0.7.2/src/components/ogre/TerrainPageDataProvider.cpp:54:75: note: Function 'TerrainPageDataProvider' argument 1 names different: declaration 'hander' definition 'handler'.
ember-0.7.2/src/components/ogre/TerrainPageDataProvider.h:102:23: performance: Technically the member function 'Ember::OgreView::TerrainPageDataProvider::convertToWFTerrainIndex' can be static. [functionStatic]
ember-0.7.2/src/components/ogre/TerrainPageDataProvider.cpp:83:47: note: Technically the member function 'Ember::OgreView::TerrainPageDataProvider::convertToWFTerrainIndex' can be static.
ember-0.7.2/src/components/ogre/TerrainPageDataProvider.h:102:23: note: Technically the member function 'Ember::OgreView::TerrainPageDataProvider::convertToWFTerrainIndex' can be static.
ember-0.7.2/src/components/ogre/TerrainPageDataProvider.h:73:2: style: Class 'TerrainPageData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/TerrainPageDataProvider.h:88:2: style: Class 'TerrainPageDataProvider' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/TerrainPageDataProvider.h:75:28: style: The function 'getMaterial' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/TerrainPageDataProvider.h:45:28: note: Virtual function in base class
ember-0.7.2/src/components/ogre/TerrainPageDataProvider.h:75:28: note: Function in derived class
ember-0.7.2/src/components/ogre/TerrainPageDataProvider.h:76:28: style: The function 'getCompositeMapMaterial' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/TerrainPageDataProvider.h:46:28: note: Virtual function in base class
ember-0.7.2/src/components/ogre/TerrainPageDataProvider.h:76:28: note: Function in derived class
ember-0.7.2/src/components/ogre/TerrainPageDataProvider.h:92:14: style: The function 'getPageIndexSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/TerrainPageDataProvider.h:60:14: note: Virtual function in base class
ember-0.7.2/src/components/ogre/TerrainPageDataProvider.h:92:14: note: Function in derived class
ember-0.7.2/src/components/ogre/World.cpp:352:85: style: Class 'DelayedFoliageInitializer' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ember-0.7.2/src/components/ogre/World.cpp:352:85: style: Class 'DelayedFoliageInitializer' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ember-0.7.2/src/components/ogre/authoring/MovementAdapter.h:52:2: style: Class 'MovementAdapterWorkerBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/authoring/MovementAdapter.h:93:2: style: Class 'MovementAdapterWorkerDiscrete' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/authoring/MovementAdapter.h:110:2: style: Class 'MovementAdapterWorkerTerrainCursor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/authoring/MovementAdapter.h:151:2: style: Class 'MovementAdapter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/authoring/EntityMoveAdjuster.h:93:2: style: Class 'EntityMoveAdjuster' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/authoring/EntityMoveManager.h:70:2: style: Class 'EntityMoveManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/camera/CameraMountBase.h:46:2: style: Class 'CameraMountBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/environment/Foliage.h:66:2: style: Class 'Foliage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/environment/CaelumEnvironment.h:141:2: style: Class 'CaelumEnvironmentComponent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/environment/SimpleEnvironment.h:50:2: style: Class 'SimpleSun' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/environment/SimpleEnvironment.h:76:2: style: Class 'SimpleFog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/authoring/MovementAdapter.h:95:15: style: The function 'injectMouseMove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/authoring/MovementAdapter.h:55:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/authoring/MovementAdapter.h:95:15: note: Function in derived class
ember-0.7.2/src/components/ogre/authoring/MovementAdapter.h:122:15: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/authoring/MovementAdapter.h:64:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/authoring/MovementAdapter.h:122:15: note: Function in derived class
ember-0.7.2/src/components/ogre/camera/CameraMountBase.h:53:30: style: The function 'getPitch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/camera/ICameraMount.h:78:30: note: Virtual function in base class
ember-0.7.2/src/components/ogre/camera/CameraMountBase.h:53:30: note: Function in derived class
ember-0.7.2/src/components/ogre/camera/CameraMountBase.h:59:30: style: The function 'getYaw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/camera/ICameraMount.h:84:30: note: Virtual function in base class
ember-0.7.2/src/components/ogre/camera/CameraMountBase.h:59:30: note: Function in derived class
ember-0.7.2/src/components/ogre/camera/CameraMountBase.h:61:15: style: The function 'setMotionHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/camera/ICameraMount.h:112:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/camera/CameraMountBase.h:61:15: note: Function in derived class
ember-0.7.2/src/components/ogre/camera/CameraMountBase.h:63:16: style: The function 'attachToCamera' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/camera/ICameraMount.h:100:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/camera/CameraMountBase.h:63:16: note: Function in derived class
ember-0.7.2/src/components/ogre/camera/CameraMountBase.h:65:16: style: The function 'detachFromCamera' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/camera/ICameraMount.h:106:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/camera/CameraMountBase.h:65:16: note: Function in derived class
ember-0.7.2/src/components/ogre/camera/CameraMountBase.h:67:15: style: The function 'move' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/camera/ICameraMount.h:93:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/camera/CameraMountBase.h:67:15: note: Function in derived class
ember-0.7.2/src/components/ogre/camera/ThirdPersonCameraMount.h:95:23: style: The function 'pitch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/camera/ICameraMount.h:66:23: note: Virtual function in base class
ember-0.7.2/src/components/ogre/camera/ThirdPersonCameraMount.h:95:23: note: Function in derived class
ember-0.7.2/src/components/ogre/camera/ThirdPersonCameraMount.h:101:23: style: The function 'yaw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/camera/ICameraMount.h:72:23: note: Virtual function in base class
ember-0.7.2/src/components/ogre/camera/ThirdPersonCameraMount.h:101:23: note: Function in derived class
ember-0.7.2/src/components/ogre/camera/ThirdPersonCameraMount.h:106:15: style: The function 'attachToCamera' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/camera/CameraMountBase.h:63:16: note: Virtual function in base class
ember-0.7.2/src/components/ogre/camera/ThirdPersonCameraMount.h:106:15: note: Function in derived class
ember-0.7.2/src/components/ogre/camera/ThirdPersonCameraMount.h:111:15: style: The function 'detachFromCamera' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/camera/CameraMountBase.h:65:16: note: Virtual function in base class
ember-0.7.2/src/components/ogre/camera/ThirdPersonCameraMount.h:111:15: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/CaelumEnvironment.h:65:15: style: The function 'createFirmament' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/IEnvironmentProvider.h:124:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/CaelumEnvironment.h:65:15: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/CaelumEnvironment.h:66:15: style: The function 'destroyFirmament' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/IEnvironmentProvider.h:129:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/CaelumEnvironment.h:66:15: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/CaelumEnvironment.h:68:7: style: The function 'setWaterEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/IEnvironmentProvider.h:140:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/CaelumEnvironment.h:68:7: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/CaelumEnvironment.h:70:16: style: The function 'getSun' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/IEnvironmentProvider.h:131:16: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/CaelumEnvironment.h:70:16: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/CaelumEnvironment.h:71:16: style: The function 'getSky' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/IEnvironmentProvider.h:132:16: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/CaelumEnvironment.h:71:16: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/CaelumEnvironment.h:72:16: style: The function 'getFog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/IEnvironmentProvider.h:133:16: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/CaelumEnvironment.h:72:16: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/CaelumEnvironment.h:73:18: style: The function 'getWater' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/IEnvironmentProvider.h:134:18: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/CaelumEnvironment.h:73:18: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/CaelumEnvironment.h:79:15: style: The function 'setTime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/IEnvironmentProvider.h:148:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/CaelumEnvironment.h:79:15: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/CaelumEnvironment.h:80:15: style: The function 'setTime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/IEnvironmentProvider.h:154:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/CaelumEnvironment.h:80:15: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/CaelumEnvironment.h:82:15: style: The function 'setTimeMultiplier' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/IEnvironmentProvider.h:160:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/CaelumEnvironment.h:82:15: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/CaelumEnvironment.h:84:16: style: The function 'getTimeMultiplier' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/IEnvironmentProvider.h:166:16: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/CaelumEnvironment.h:84:16: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/CaelumEnvironment.h:91:15: style: The function 'setWorldPosition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/IEnvironmentProvider.h:173:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/CaelumEnvironment.h:91:15: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/SimpleEnvironment.h:51:15: style: The function 'setAmbientLight' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/IEnvironmentProvider.h:45:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/SimpleEnvironment.h:51:15: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/SimpleEnvironment.h:52:24: style: The function 'getSunDirection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/IEnvironmentProvider.h:46:24: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/SimpleEnvironment.h:52:24: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/SimpleEnvironment.h:77:15: style: The function 'setDensity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/IEnvironmentProvider.h:61:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/SimpleEnvironment.h:77:15: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/SimpleEnvironment.h:78:16: style: The function 'getDensity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/IEnvironmentProvider.h:62:16: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/SimpleEnvironment.h:78:16: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/SimpleEnvironment.h:96:15: style: The function 'createFirmament' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/IEnvironmentProvider.h:124:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/SimpleEnvironment.h:96:15: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/SimpleEnvironment.h:97:15: style: The function 'destroyFirmament' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/IEnvironmentProvider.h:129:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/SimpleEnvironment.h:97:15: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/SimpleEnvironment.h:99:7: style: The function 'setWaterEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/IEnvironmentProvider.h:140:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/SimpleEnvironment.h:99:7: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/SimpleEnvironment.h:101:16: style: The function 'getSun' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/IEnvironmentProvider.h:131:16: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/SimpleEnvironment.h:101:16: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/SimpleEnvironment.h:102:16: style: The function 'getSky' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/IEnvironmentProvider.h:132:16: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/SimpleEnvironment.h:102:16: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/SimpleEnvironment.h:103:16: style: The function 'getFog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/IEnvironmentProvider.h:133:16: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/SimpleEnvironment.h:103:16: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/SimpleEnvironment.h:104:18: style: The function 'getWater' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/IEnvironmentProvider.h:134:18: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/SimpleEnvironment.h:104:18: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/SimpleEnvironment.h:106:15: style: The function 'setTime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/IEnvironmentProvider.h:148:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/SimpleEnvironment.h:106:15: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/SimpleEnvironment.h:107:15: style: The function 'setTime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/IEnvironmentProvider.h:154:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/SimpleEnvironment.h:107:15: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/SimpleEnvironment.h:109:15: style: The function 'setTimeMultiplier' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/IEnvironmentProvider.h:160:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/SimpleEnvironment.h:109:15: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/SimpleEnvironment.h:111:16: style: The function 'getTimeMultiplier' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/IEnvironmentProvider.h:166:16: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/SimpleEnvironment.h:111:16: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/SimpleEnvironment.h:118:15: style: The function 'setWorldPosition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/IEnvironmentProvider.h:173:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/SimpleEnvironment.h:118:15: note: Function in derived class
ember-0.7.2/src/components/ogre/XMLHelper.h:59:10: performance: Technically the member function 'Ember::OgreView::XMLHelper::Load' can be static. [functionStatic]
ember-0.7.2/src/components/ogre/XMLHelper.cpp:44:17: note: Technically the member function 'Ember::OgreView::XMLHelper::Load' can be static.
ember-0.7.2/src/components/ogre/XMLHelper.h:59:10: note: Technically the member function 'Ember::OgreView::XMLHelper::Load' can be static.
ember-0.7.2/src/components/ogre/authoring/AuthoringHandler.h:79:2: style: Class 'AuthoringHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/authoring/AuthoringManager.h:75:2: style: Class 'AuthoringManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/authoring/AuthoringVisualizationCollisionDetector.h:35:2: style: Class 'AuthoringVisualizationCollisionDetector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/authoring/EntityMover.h:82:2: style: Class 'EntityMoverControlDelegate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/authoring/EntityMoverBase.h:135:36: style: The function 'getOrientation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/authoring/IMovementBridge.h:58:36: note: Virtual function in base class
ember-0.7.2/src/components/ogre/authoring/EntityMoverBase.h:135:36: note: Function in derived class
ember-0.7.2/src/components/ogre/authoring/EntityMoverBase.h:136:34: style: The function 'getPosition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/authoring/IMovementBridge.h:64:34: note: Virtual function in base class
ember-0.7.2/src/components/ogre/authoring/EntityMoverBase.h:136:34: note: Function in derived class
ember-0.7.2/src/components/ogre/authoring/EntityMoverBase.h:137:15: style: The function 'setPosition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/authoring/IMovementBridge.h:70:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/authoring/EntityMoverBase.h:137:15: note: Function in derived class
ember-0.7.2/src/components/ogre/authoring/EntityMoverBase.h:138:15: style: The function 'move' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/authoring/IMovementBridge.h:76:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/authoring/EntityMoverBase.h:138:15: note: Function in derived class
ember-0.7.2/src/components/ogre/authoring/EntityMoverBase.h:139:15: style: The function 'setRotation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/authoring/IMovementBridge.h:82:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/authoring/EntityMoverBase.h:139:15: note: Function in derived class
ember-0.7.2/src/components/ogre/authoring/EntityMoverBase.h:140:15: style: The function 'setOrientation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/authoring/IMovementBridge.h:87:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/authoring/EntityMoverBase.h:140:15: note: Function in derived class
ember-0.7.2/src/components/ogre/authoring/EntityMoverBase.h:141:15: style: The function 'yaw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/authoring/IMovementBridge.h:94:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/authoring/EntityMoverBase.h:141:15: note: Function in derived class
ember-0.7.2/src/components/ogre/authoring/EntityMover.h:57:15: style: The function 'finalizeMovement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/authoring/IMovementBridge.h:100:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/authoring/EntityMover.h:57:15: note: Function in derived class
ember-0.7.2/src/components/ogre/authoring/EntityMover.h:58:15: style: The function 'cancelMovement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/authoring/IMovementBridge.h:105:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/authoring/EntityMover.h:58:15: note: Function in derived class
ember-0.7.2/src/components/ogre/authoring/EntityMover.h:64:15: style: The function 'newEntityPosition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/authoring/EntityMoverBase.h:212:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/authoring/EntityMover.h:64:15: note: Function in derived class
ember-0.7.2/src/components/ogre/authoring/EntityMover.cpp:45:42: style: Function 'EntityMover' argument 1 names different: declaration 'NodeAttachment' definition 'nodeAttachment'. [funcArgNamesDifferent]
ember-0.7.2/src/components/ogre/authoring/EntityMover.h:54:30: note: Function 'EntityMover' argument 1 names different: declaration 'NodeAttachment' definition 'nodeAttachment'.
ember-0.7.2/src/components/ogre/authoring/EntityMover.cpp:45:42: note: Function 'EntityMover' argument 1 names different: declaration 'NodeAttachment' definition 'nodeAttachment'.
ember-0.7.2/src/components/ogre/authoring/EntityRecipe.cpp:154:57: style: Function 'Visit' argument 1 names different: declaration 'elem' definition 'textNode'. [funcArgNamesDifferent]
ember-0.7.2/src/components/ogre/authoring/EntityRecipe.h:206:39: note: Function 'Visit' argument 1 names different: declaration 'elem' definition 'textNode'.
ember-0.7.2/src/components/ogre/authoring/EntityRecipe.cpp:154:57: note: Function 'Visit' argument 1 names different: declaration 'elem' definition 'textNode'.
ember-0.7.2/src/components/ogre/authoring/EntityRecipe.cpp:208:87: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ember-0.7.2/src/components/ogre/authoring/GUIAdapter.cpp:59:85: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ember-0.7.2/src/components/ogre/authoring/GUIAdapter.cpp:107:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ember-0.7.2/src/components/ogre/authoring/GUIAdapterBindings.h:51:21: style: Technically the member function 'Ember::OgreView::Authoring::GUIAdapterBindings::getFunc' can be const. [functionConst]
ember-0.7.2/src/components/ogre/authoring/GUIAdapterBindings.cpp:49:40: note: Technically the member function 'Ember::OgreView::Authoring::GUIAdapterBindings::getFunc' can be const.
ember-0.7.2/src/components/ogre/authoring/GUIAdapterBindings.h:51:21: note: Technically the member function 'Ember::OgreView::Authoring::GUIAdapterBindings::getFunc' can be const.
ember-0.7.2/src/components/ogre/authoring/GUIAdapterBindings.cpp:54:46: performance: Function parameter 'func' should be passed by const reference. [passedByValue]
ember-0.7.2/src/components/ogre/authoring/PolygonRenderer.h:54:2: style: Class 'PolygonRenderer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/authoring/PolygonPointUserObject.h:52:2: style: Class 'PolygonPointUserObject' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/authoring/Polygon.cpp:107:6: performance: Possible inefficient checking for 'mPoints' emptiness. [stlSize]
ember-0.7.2/src/components/ogre/authoring/Polygon.cpp:121:7: performance: Possible inefficient checking for 'mPoints' emptiness. [stlSize]
ember-0.7.2/src/components/ogre/authoring/Polygon.cpp:150:6: performance: Possible inefficient checking for 'mPoints' emptiness. [stlSize]
ember-0.7.2/src/components/ogre/authoring/Polygon.cpp:165:6: performance: Possible inefficient checking for 'mPoints' emptiness. [stlSize]
ember-0.7.2/src/components/ogre/authoring/Polygon.cpp:180:6: performance: Possible inefficient checking for 'mPoints' emptiness. [stlSize]
ember-0.7.2/src/components/ogre/authoring/PolygonPointMover.h:88:36: style: The function 'getOrientation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/authoring/IMovementBridge.h:58:36: note: Virtual function in base class
ember-0.7.2/src/components/ogre/authoring/PolygonPointMover.h:88:36: note: Function in derived class
ember-0.7.2/src/components/ogre/authoring/PolygonPointMover.h:89:34: style: The function 'getPosition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/authoring/IMovementBridge.h:64:34: note: Virtual function in base class
ember-0.7.2/src/components/ogre/authoring/PolygonPointMover.h:89:34: note: Function in derived class
ember-0.7.2/src/components/ogre/authoring/PolygonPointMover.h:90:15: style: The function 'setPosition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/authoring/IMovementBridge.h:70:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/authoring/PolygonPointMover.h:90:15: note: Function in derived class
ember-0.7.2/src/components/ogre/authoring/PolygonPointMover.h:91:15: style: The function 'move' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/authoring/IMovementBridge.h:76:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/authoring/PolygonPointMover.h:91:15: note: Function in derived class
ember-0.7.2/src/components/ogre/authoring/PolygonPointMover.h:92:15: style: The function 'setRotation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/authoring/IMovementBridge.h:82:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/authoring/PolygonPointMover.h:92:15: note: Function in derived class
ember-0.7.2/src/components/ogre/authoring/PolygonPointMover.h:93:15: style: The function 'setOrientation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/authoring/IMovementBridge.h:87:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/authoring/PolygonPointMover.h:93:15: note: Function in derived class
ember-0.7.2/src/components/ogre/authoring/PolygonPointMover.h:94:15: style: The function 'yaw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/authoring/IMovementBridge.h:94:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/authoring/PolygonPointMover.h:94:15: note: Function in derived class
ember-0.7.2/src/components/ogre/authoring/PolygonPointMover.h:96:15: style: The function 'finalizeMovement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/authoring/IMovementBridge.h:100:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/authoring/PolygonPointMover.h:96:15: note: Function in derived class
ember-0.7.2/src/components/ogre/authoring/PolygonPointMover.h:97:15: style: The function 'cancelMovement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/authoring/IMovementBridge.h:105:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/authoring/PolygonPointMover.h:97:15: note: Function in derived class
ember-0.7.2/src/components/ogre/authoring/PolygonPointPickListener.h:54:2: style: Class 'PolygonPointPickListener' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/authoring/RuleEditor.h:52:2: style: Class 'RuleEditor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/authoring/RulesFetcher.h:55:2: style: Class 'RulesFetcher' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/authoring/SnapToMovement.cpp:185:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
ember-0.7.2/src/components/ogre/authoring/SnapToMovement.cpp:113:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ember-0.7.2/src/components/ogre/authoring/SnapToMovement.cpp:147:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ember-0.7.2/src/components/ogre/authoring/XMLEntityRecipeSerializer.h:68:7: performance: Technically the member function 'Ember::OgreView::Authoring::XMLEntityRecipeSerializer::readEntitySpec' can be static. [functionStatic]
ember-0.7.2/src/components/ogre/authoring/XMLEntityRecipeSerializer.cpp:126:33: note: Technically the member function 'Ember::OgreView::Authoring::XMLEntityRecipeSerializer::readEntitySpec' can be static.
ember-0.7.2/src/components/ogre/authoring/XMLEntityRecipeSerializer.h:68:7: note: Technically the member function 'Ember::OgreView::Authoring::XMLEntityRecipeSerializer::readEntitySpec' can be static.
ember-0.7.2/src/components/ogre/authoring/XMLEntityRecipeSerializer.h:73:7: performance: Technically the member function 'Ember::OgreView::Authoring::XMLEntityRecipeSerializer::readAdapters' can be static. [functionStatic]
ember-0.7.2/src/components/ogre/authoring/XMLEntityRecipeSerializer.cpp:172:33: note: Technically the member function 'Ember::OgreView::Authoring::XMLEntityRecipeSerializer::readAdapters' can be static.
ember-0.7.2/src/components/ogre/authoring/XMLEntityRecipeSerializer.h:73:7: note: Technically the member function 'Ember::OgreView::Authoring::XMLEntityRecipeSerializer::readAdapters' can be static.
ember-0.7.2/src/components/ogre/authoring/XMLEntityRecipeSerializer.h:83:7: performance: Technically the member function 'Ember::OgreView::Authoring::XMLEntityRecipeSerializer::readBindAdapters' can be static. [functionStatic]
ember-0.7.2/src/components/ogre/authoring/XMLEntityRecipeSerializer.cpp:246:33: note: Technically the member function 'Ember::OgreView::Authoring::XMLEntityRecipeSerializer::readBindAdapters' can be static.
ember-0.7.2/src/components/ogre/authoring/XMLEntityRecipeSerializer.h:83:7: note: Technically the member function 'Ember::OgreView::Authoring::XMLEntityRecipeSerializer::readBindAdapters' can be static.
ember-0.7.2/src/components/ogre/authoring/XMLEntityRecipeSerializer.h:88:7: performance: Technically the member function 'Ember::OgreView::Authoring::XMLEntityRecipeSerializer::readScript' can be static. [functionStatic]
ember-0.7.2/src/components/ogre/authoring/XMLEntityRecipeSerializer.cpp:259:33: note: Technically the member function 'Ember::OgreView::Authoring::XMLEntityRecipeSerializer::readScript' can be static.
ember-0.7.2/src/components/ogre/authoring/XMLEntityRecipeSerializer.h:88:7: note: Technically the member function 'Ember::OgreView::Authoring::XMLEntityRecipeSerializer::readScript' can be static.
ember-0.7.2/src/components/ogre/camera/FirstPersonCameraMount.h:62:23: style: The function 'pitch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/camera/ICameraMount.h:66:23: note: Virtual function in base class
ember-0.7.2/src/components/ogre/camera/FirstPersonCameraMount.h:62:23: note: Function in derived class
ember-0.7.2/src/components/ogre/camera/FirstPersonCameraMount.h:68:23: style: The function 'yaw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/camera/ICameraMount.h:72:23: note: Virtual function in base class
ember-0.7.2/src/components/ogre/camera/FirstPersonCameraMount.h:68:23: note: Function in derived class
ember-0.7.2/src/components/ogre/camera/FirstPersonCameraMount.h:73:15: style: The function 'attachToCamera' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/camera/CameraMountBase.h:63:16: note: Virtual function in base class
ember-0.7.2/src/components/ogre/camera/FirstPersonCameraMount.h:73:15: note: Function in derived class
ember-0.7.2/src/components/ogre/camera/FirstPersonCameraMount.h:78:15: style: The function 'detachFromCamera' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/camera/CameraMountBase.h:65:16: note: Virtual function in base class
ember-0.7.2/src/components/ogre/camera/FirstPersonCameraMount.h:78:15: note: Function in derived class
ember-0.7.2/src/components/ogre/camera/MainCamera.cpp:344:4: style: Variable 'hasErrors' is reassigned a value before the old one has been used. [redundantAssignment]
ember-0.7.2/src/components/ogre/camera/MainCamera.cpp:340:0: note: Variable 'hasErrors' is reassigned a value before the old one has been used.
ember-0.7.2/src/components/ogre/camera/MainCamera.cpp:344:4: note: Variable 'hasErrors' is reassigned a value before the old one has been used.
ember-0.7.2/src/components/ogre/camera/MainCamera.cpp:201:8: style: The scope of the variable 'continuePicking' can be reduced. [variableScope]
ember-0.7.2/src/components/ogre/camera/MainCamera.cpp:188:91: style: Function 'pickInWorld' argument 3 names different: declaration 'args' definition 'mousePickerArgs'. [funcArgNamesDifferent]
ember-0.7.2/src/components/ogre/camera/MainCamera.h:132:80: note: Function 'pickInWorld' argument 3 names different: declaration 'args' definition 'mousePickerArgs'.
ember-0.7.2/src/components/ogre/camera/MainCamera.cpp:188:91: note: Function 'pickInWorld' argument 3 names different: declaration 'args' definition 'mousePickerArgs'.
ember-0.7.2/src/components/ogre/camera/MainCamera.cpp:244:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ember-0.7.2/src/components/ogre/environment/caelum/include/PrivatePtr.h:132:9: style: 'PrivatePtr::operator=' should return 'PrivatePtr &'. [operatorEq]
ember-0.7.2/src/components/ogre/environment/caelum/include/PrivatePtr.h:110:25: performance: Variable 'mInner' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ember-0.7.2/src/components/ogre/environment/caelum/include/PrivatePtr.h:114:54: performance: Variable 'mInner' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ember-0.7.2/src/components/ogre/environment/caelum/include/CloudSystem.h:38:4: warning: Class 'CloudSystem' which has virtual members does not have a virtual destructor. [virtualDestructor]
ember-0.7.2/src/components/ogre/environment/caelum/include/FastGpuParamRef.h:122:21: performance: Technically the member function 'Caelum::FastGpuParamRef::set' can be static. [functionStatic]
ember-0.7.2/src/components/ogre/environment/caelum/include/FastGpuParamRef.h:124:21: performance: Technically the member function 'Caelum::FastGpuParamRef::set' can be static. [functionStatic]
ember-0.7.2/src/components/ogre/environment/caelum/include/FastGpuParamRef.h:126:21: performance: Technically the member function 'Caelum::FastGpuParamRef::set' can be static. [functionStatic]
ember-0.7.2/src/components/ogre/environment/caelum/include/FastGpuParamRef.h:128:21: performance: Technically the member function 'Caelum::FastGpuParamRef::set' can be static. [functionStatic]
ember-0.7.2/src/components/ogre/environment/caelum/include/FastGpuParamRef.h:130:21: performance: Technically the member function 'Caelum::FastGpuParamRef::set' can be static. [functionStatic]
ember-0.7.2/src/components/ogre/environment/caelum/include/FastGpuParamRef.h:132:21: performance: Technically the member function 'Caelum::FastGpuParamRef::set' can be static. [functionStatic]
ember-0.7.2/src/components/ogre/environment/caelum/include/CloudSystem.h:70:20: style: Technically the member function 'Caelum::CloudSystem::getLayerCount' can be const. [functionConst]
ember-0.7.2/src/components/ogre/environment/caelum/include/PrecipitationController.h:84:21: style: Technically the member function 'Caelum::PrecipitationController::getSecondsSinceLastFrame' can be const. [functionConst]
ember-0.7.2/src/components/ogre/environment/CaelumEnvironment.h:66:15: warning: Virtual function 'destroyFirmament' is called from destructor '~CaelumEnvironment()' at line 55. Dynamic binding is not used. [virtualCallInConstructor]
ember-0.7.2/src/components/ogre/environment/CaelumEnvironment.cpp:55:2: note: Calling destroyFirmament
ember-0.7.2/src/components/ogre/environment/CaelumEnvironment.h:66:15: note: destroyFirmament is a virtual method
ember-0.7.2/src/components/ogre/environment/caelum/include/PrivatePtr.h:114:9: style: Class 'PrivatePtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/environment/caelum/include/DepthComposer.h:49:3: style: Class 'DepthComposer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/environment/caelum/include/DepthComposer.h:219:9: style: Class 'DepthRenderer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/environment/caelum/include/PrecipitationController.h:182:3: style: Class 'PrecipitationController' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/environment/caelum/include/GroundFog.h:183:13: style: Struct 'PassFogParams' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/environment/CaelumSky.h:44:5: style: Class 'CaelumSky' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/environment/caelum/include/ImageStarfield.h:88:16: style: The function 'notifyCameraChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/caelum/include/CameraBoundElement.h:64:16: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/caelum/include/ImageStarfield.h:88:16: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/caelum/include/ImageStarfield.h:92:19: style: The function 'setFarRadius' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/caelum/include/CameraBoundElement.h:108:22: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/caelum/include/ImageStarfield.h:92:19: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/caelum/include/PointStarfield.h:186:19: style: The function 'notifyCameraChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/caelum/include/CameraBoundElement.h:64:16: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/caelum/include/PointStarfield.h:186:19: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/caelum/include/PointStarfield.h:190:22: style: The function 'setFarRadius' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/caelum/include/CameraBoundElement.h:108:22: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/caelum/include/PointStarfield.h:190:22: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/caelum/include/SkyLight.h:164:19: style: The function 'setFarRadius' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/caelum/include/CameraBoundElement.h:108:22: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/caelum/include/SkyLight.h:164:19: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/caelum/include/Sun.h:70:8: style: The function 'setBodyColour' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/caelum/include/SkyLight.h:104:16: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/caelum/include/Sun.h:70:8: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/caelum/include/Sun.h:74:16: style: The function 'notifyCameraChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/caelum/include/CameraBoundElement.h:64:16: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/caelum/include/Sun.h:74:16: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/caelum/include/Sun.h:76:22: style: The function 'setQueryFlags' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/caelum/include/SkyLight.h:157:22: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/caelum/include/Sun.h:76:22: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/caelum/include/Sun.h:77:22: style: The function 'getQueryFlags' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/caelum/include/SkyLight.h:158:22: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/caelum/include/Sun.h:77:22: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/caelum/include/Sun.h:78:22: style: The function 'setVisibilityFlags' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/caelum/include/SkyLight.h:159:22: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/caelum/include/Sun.h:78:22: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/caelum/include/Sun.h:79:22: style: The function 'getVisibilityFlags' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/caelum/include/SkyLight.h:160:22: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/caelum/include/Sun.h:79:22: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/caelum/include/Sun.h:129:8: style: The function 'setBodyColour' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/caelum/include/SkyLight.h:104:16: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/caelum/include/Sun.h:129:8: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/caelum/include/Sun.h:133:16: style: The function 'notifyCameraChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/caelum/include/CameraBoundElement.h:64:16: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/caelum/include/Sun.h:133:16: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/caelum/include/Sun.h:135:22: style: The function 'setQueryFlags' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/caelum/include/SkyLight.h:157:22: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/caelum/include/Sun.h:135:22: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/caelum/include/Sun.h:136:22: style: The function 'getQueryFlags' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/caelum/include/SkyLight.h:158:22: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/caelum/include/Sun.h:136:22: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/caelum/include/Sun.h:137:22: style: The function 'setVisibilityFlags' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/caelum/include/SkyLight.h:159:22: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/caelum/include/Sun.h:137:22: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/caelum/include/Sun.h:138:22: style: The function 'getVisibilityFlags' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/caelum/include/SkyLight.h:160:22: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/caelum/include/Sun.h:138:22: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/caelum/include/Moon.h:92:8: style: The function 'setBodyColour' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/caelum/include/SkyLight.h:104:16: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/caelum/include/Moon.h:92:8: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/caelum/include/Moon.h:99:16: style: The function 'notifyCameraChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/caelum/include/CameraBoundElement.h:64:16: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/caelum/include/Moon.h:99:16: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/caelum/include/Moon.h:101:22: style: The function 'setQueryFlags' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/caelum/include/SkyLight.h:157:22: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/caelum/include/Moon.h:101:22: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/caelum/include/Moon.h:102:22: style: The function 'getQueryFlags' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/caelum/include/SkyLight.h:158:22: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/caelum/include/Moon.h:102:22: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/caelum/include/Moon.h:103:22: style: The function 'setVisibilityFlags' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/caelum/include/SkyLight.h:159:22: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/caelum/include/Moon.h:103:22: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/caelum/include/Moon.h:104:22: style: The function 'getVisibilityFlags' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/caelum/include/SkyLight.h:160:22: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/caelum/include/Moon.h:104:22: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/caelum/include/SkyDome.h:100:16: style: The function 'notifyCameraChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/caelum/include/CameraBoundElement.h:64:16: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/caelum/include/SkyDome.h:100:16: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/caelum/include/SkyDome.h:104:19: style: The function 'setFarRadius' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/caelum/include/CameraBoundElement.h:108:22: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/caelum/include/SkyDome.h:104:19: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/caelum/include/GroundFog.h:148:19: style: The function 'setFarRadius' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/caelum/include/CameraBoundElement.h:108:22: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/caelum/include/GroundFog.h:148:19: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/caelum/include/GroundFog.h:152:16: style: The function 'notifyCameraChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/caelum/include/CameraBoundElement.h:64:16: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/caelum/include/GroundFog.h:152:16: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/CaelumSky.h:49:8: style: The function 'setDensity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/IEnvironmentProvider.h:61:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/CaelumSky.h:49:8: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/CaelumSky.h:50:8: style: The function 'getDensity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/IEnvironmentProvider.h:62:16: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/CaelumSky.h:50:8: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/CaelumSun.h:56:15: style: The function 'setAmbientLight' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/IEnvironmentProvider.h:45:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/CaelumSun.h:56:15: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/CaelumSun.h:58:24: style: The function 'getSunDirection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/IEnvironmentProvider.h:46:24: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/CaelumSun.h:58:24: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/Water.h:55:15: style: The function 'isSupported' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/IEnvironmentProvider.h:80:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/Water.h:55:15: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/Water.h:61:15: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/IEnvironmentProvider.h:85:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/Water.h:61:15: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/SimpleWater.h:61:15: style: The function 'isSupported' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/IEnvironmentProvider.h:80:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/SimpleWater.h:61:15: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/SimpleWater.h:66:15: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/IEnvironmentProvider.h:85:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/SimpleWater.h:66:15: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/SimpleWater.h:72:15: style: The function 'setLevel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/IEnvironmentProvider.h:91:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/SimpleWater.h:72:15: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/SimpleWater.h:74:30: style: The function 'createCollisionDetector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/IEnvironmentProvider.h:97:30: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/SimpleWater.h:74:30: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/SimpleWater.h:76:15: style: The function 'setUserAny' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/IEnvironmentProvider.h:105:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/SimpleWater.h:76:15: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/EmberEntityLoader.cpp:77:68: style: Function 'addEmberEntity' argument 1 names different: declaration 'entity' definition 'modelRepresentation'. [funcArgNamesDifferent]
ember-0.7.2/src/components/ogre/environment/EmberEntityLoader.h:114:50: note: Function 'addEmberEntity' argument 1 names different: declaration 'entity' definition 'modelRepresentation'.
ember-0.7.2/src/components/ogre/environment/EmberEntityLoader.cpp:77:68: note: Function 'addEmberEntity' argument 1 names different: declaration 'entity' definition 'modelRepresentation'.
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/PagedGeometry.h:1231:1: style: The class 'PageLoader' does not have a constructor although it has private member variables. [noConstructor]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/PagedGeometry.h:200:15: style: Technically the member function 'Forests::PagedGeometry::getTempdir' can be const. [functionConst]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/PagedGeometry.h:373:20: style: Technically the member function 'Forests::PagedGeometry::getPageSize' can be const. [functionConst]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/PagedGeometry.h:492:48: style: Technically the member function 'Forests::PagedGeometry::getDetailLevels' can be const. [functionConst]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/PagedGeometry.h:669:7: style: Technically the member function 'Forests::PagedGeometry::getVisible' can be const. [functionConst]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/PagedGeometry.h:675:7: style: Technically the member function 'Forests::PagedGeometry::getShadersEnabled' can be const. [functionConst]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/PagedGeometry.h:902:7: style: Technically the member function 'Forests::GeometryPage::hasQueryFlag' can be const. [functionConst]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/PagedGeometry.h:907:15: style: Technically the member function 'Forests::GeometryPage::getQueryFlag' can be const. [functionConst]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/PagedGeometry.h:1025:14: style: Technically the member function 'Forests::GeometryPage::isVisible' can be const. [functionConst]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/PagedGeometry.h:1366:2: style: Class 'GeometryPageManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/PagedGeometry.h:1578:0: error: Uninitialized variable: root [uninitvar]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/StaticBillboardSet.h:144:31: style: Technically the member function 'Forests::StaticBillboardSet::getBillboardOrigin' can be const. [functionConst]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/StaticBillboardSet.h:155:25: style: Technically the member function 'Forests::StaticBillboardSet::getRenderMethod' can be const. [functionConst]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/StaticBillboardSet.h:297:31: style: Technically the member function 'Forests::SBMaterialRef::getOrigin' can be const. [functionConst]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/ImpostorPage.h:188:27: style: Technically the member function 'Forests::ImpostorPage::getBlendMode' can be const. [functionConst]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/ImpostorPage.h:277:2: style: Class 'ImpostorTextureResourceLoader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/ImpostorPage.h:91:7: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/PagedGeometry.h:894:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/ImpostorPage.h:91:7: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/ImpostorPage.h:94:7: style: The function 'setRegion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/PagedGeometry.h:929:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/ImpostorPage.h:94:7: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/ImpostorPage.h:95:7: style: The function 'addEntity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/PagedGeometry.h:946:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/ImpostorPage.h:95:7: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/ImpostorPage.h:96:7: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/PagedGeometry.h:958:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/ImpostorPage.h:96:7: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/ImpostorPage.h:97:7: style: The function 'removeEntities' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/PagedGeometry.h:973:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/ImpostorPage.h:97:7: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/ImpostorPage.h:99:7: style: The function 'setVisible' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/PagedGeometry.h:998:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/ImpostorPage.h:99:7: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/ImpostorPage.h:100:7: style: The function 'setFade' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/PagedGeometry.h:992:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/ImpostorPage.h:100:7: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/ImpostorPage.h:102:7: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/PagedGeometry.h:1009:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/ImpostorPage.h:102:7: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/ExclusiveImposterPage.h:54:7: style: The function 'addEntity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/PagedGeometry.h:946:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/ExclusiveImposterPage.h:54:7: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/ExclusiveImposterPage.h:56:7: style: The function 'setVisible' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/PagedGeometry.h:998:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/ExclusiveImposterPage.h:56:7: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/ExclusiveImposterPage.h:57:7: style: The function 'removeEntities' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/PagedGeometry.h:973:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/ExclusiveImposterPage.h:57:7: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/GrassLoader.h:668:1: style: The class 'GrassPage' does not have a constructor although it has private member variables. [noConstructor]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/PropertyMaps.h:71:12: style: Technically the member function 'Forests::DensityMap::getFilter' can be const. [functionConst]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/PropertyMaps.h:144:12: style: Technically the member function 'Forests::ColorMap::getFilter' can be const. [functionConst]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/GrassLoader.h:133:14: style: Technically the member function 'Forests::GrassLoader::getBuildEdgesEnabled' can be const. [functionConst]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/GrassLoader.h:157:15: style: Technically the member function 'Forests::GrassLoader::getDensityFactor' can be const. [functionConst]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/RandomTable.h:43:2: style: Class 'RandomTable' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/RandomTable.h:43:2: style: Class 'RandomTable' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/RandomTable.h:24:2: style: Class 'RandomTable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/GrassLoader.h:90:2: style: Class 'GrassLoader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/GrassLoader.h:212:7: style: The function 'preparePage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/PagedGeometry.h:1242:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/GrassLoader.h:212:7: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/GrassLoader.h:215:7: style: The function 'loadPage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/PagedGeometry.h:1263:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/GrassLoader.h:215:7: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/GrassLoader.h:217:7: style: The function 'unloadPage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/PagedGeometry.h:1280:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/GrassLoader.h:217:7: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/GrassLoader.h:219:7: style: The function 'frameUpdate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/PagedGeometry.h:1295:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/GrassLoader.h:219:7: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/GrassLoader.h:602:23: style: The function 'prepareGrass' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/GrassLoader.h:398:23: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/GrassLoader.h:602:23: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/GrassLoader.h:630:23: style: The function '_populateGrassList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/GrassLoader.h:432:23: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/GrassLoader.h:630:23: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/GrassLoader.h:671:7: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/PagedGeometry.h:894:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/GrassLoader.h:671:7: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/GrassLoader.h:674:7: style: The function 'addEntity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/PagedGeometry.h:946:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/GrassLoader.h:674:7: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/GrassLoader.h:675:7: style: The function 'removeEntities' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/PagedGeometry.h:973:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/GrassLoader.h:675:7: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/GrassLoader.h:676:7: style: The function 'setFade' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/PagedGeometry.h:992:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/GrassLoader.h:676:7: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/GrassLoader.h:677:7: style: The function 'setVisible' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/PagedGeometry.h:998:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/GrassLoader.h:677:7: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/GrassFoliage.h:58:15: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/FoliageBase.h:97:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/GrassFoliage.h:58:15: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/GrassFoliage.h:59:15: style: The function 'frameStarted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/FoliageBase.h:99:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/GrassFoliage.h:59:15: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/GrassFoliage.h:60:15: style: The function 'setDensity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/FoliageBase.h:108:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/GrassFoliage.h:60:15: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/GrassFoliage.h:61:15: style: The function 'setFarDistance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/FoliageBase.h:117:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/GrassFoliage.h:61:15: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/ShrubberyFoliage.h:57:15: style: The function 'frameStarted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/FoliageBase.h:99:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/ShrubberyFoliage.h:57:15: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/ShrubberyFoliage.h:59:15: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/FoliageBase.h:97:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/ShrubberyFoliage.h:59:15: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/ShrubberyFoliage.h:61:15: style: The function 'setDensity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/FoliageBase.h:108:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/ShrubberyFoliage.h:61:15: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/ShrubberyFoliage.h:63:15: style: The function 'setFarDistance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/FoliageBase.h:117:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/ShrubberyFoliage.h:63:15: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/PagedGeometry.h:303:31: performance: Function parameter 'bounds' should be passed by const reference. [passedByValue]
ember-0.7.2/src/components/ogre/environment/FoliageDetailManager.cpp:37:238: style: Class 'FoliageDetailManager' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ember-0.7.2/src/components/ogre/environment/FoliageDetailManager.cpp:37:238: style: Class 'FoliageDetailManager' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ember-0.7.2/src/components/ogre/terrain/PlantInstance.h:51:9: performance: Variable 'position' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ember-0.7.2/src/components/ogre/terrain/PlantInstance.h:53:9: performance: Variable 'scale' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ember-0.7.2/src/components/ogre/terrain/PlantInstance.h:89:9: performance: Variable 'position' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ember-0.7.2/src/components/ogre/terrain/PlantInstance.h:91:9: performance: Variable 'scale' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ember-0.7.2/src/components/ogre/terrain/PlantAreaQueryResult.h:50:2: style: Class 'PlantAreaQueryResult' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/environment/FoliageLayer.h:67:15: style: The function 'isColoursEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/GrassLoader.h:339:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/FoliageLayer.h:67:15: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/FoliageLayer.h:69:15: style: The function 'isNormalsEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/GrassLoader.h:343:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/FoliageLayer.h:69:15: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/FoliageLayer.h:71:15: style: The function 'isTangentsEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/GrassLoader.h:348:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/FoliageLayer.h:71:15: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/FoliageLayer.h:73:15: style: The function 'isCastShadowsEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/GrassLoader.h:352:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/FoliageLayer.h:73:15: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/TreeLoader3D.h:288:1: style: The class 'TreeRef' does not have a constructor although it has private member variables. [noConstructor]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/BatchPage.h:50:2: warning: Member variable 'BatchPage::fadeEnabled' is not initialized in the constructor. [uninitMemberVar]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/BatchPage.h:50:2: warning: Member variable 'BatchPage::shadersSupported' is not initialized in the constructor. [uninitMemberVar]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/BatchPage.h:50:2: warning: Member variable 'BatchPage::sceneMgr' is not initialized in the constructor. [uninitMemberVar]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/BatchPage.h:50:2: warning: Member variable 'BatchPage::batch' is not initialized in the constructor. [uninitMemberVar]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/BatchPage.h:50:2: warning: Member variable 'BatchPage::mLODLevel' is not initialized in the constructor. [uninitMemberVar]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/TreeLoader3D.h:182:8: style: Technically the member function 'Forests::TreeLoader3D::getMaximumScale' can be const. [functionConst]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/TreeLoader3D.h:206:8: style: Technically the member function 'Forests::TreeLoader3D::getMinimumScale' can be const. [functionConst]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/TreeLoader3D.h:215:24: style: Technically the member function 'Forests::TreeLoader3D::getBounds' can be const. [functionConst]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/TreeLoader3D.h:268:14: style: Technically the member function 'Forests::TreeLoader3D::_setGridPage' can be const. [functionConst]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/BatchPage.h:61:7: performance: Technically the member function 'Forests::BatchPage::addEntityToBoundingBox' can be static. [functionStatic]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/TreeLoader3D.h:329:2: style: Class 'TreeIterator3D' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/terrain/TerrainInfo.h:52:2: style: Class 'TerrainInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/TreeLoader3D.h:220:7: style: The function 'loadPage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/PagedGeometry.h:1263:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/TreeLoader3D.h:220:7: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/BatchPage.h:51:15: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/PagedGeometry.h:894:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/BatchPage.h:51:15: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/BatchPage.h:54:7: style: The function 'addEntity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/PagedGeometry.h:946:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/BatchPage.h:54:7: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/BatchPage.h:55:7: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/PagedGeometry.h:958:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/BatchPage.h:55:7: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/BatchPage.h:56:7: style: The function 'removeEntities' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/PagedGeometry.h:973:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/BatchPage.h:56:7: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/BatchPage.h:58:7: style: The function 'setVisible' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/PagedGeometry.h:998:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/BatchPage.h:58:7: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/BatchPage.h:59:7: style: The function 'setFade' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/PagedGeometry.h:992:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/BatchPage.h:59:7: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/BatchPage.h:62:7: style: The function 'clearBoundingBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/PagedGeometry.h:1067:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/BatchPage.h:62:7: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/BatchPage.h:63:30: style: The function 'getBoundingBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/PagedGeometry.h:1045:38: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/BatchPage.h:63:30: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/DummyPage.h:56:7: style: The function 'setRegion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/PagedGeometry.h:929:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/DummyPage.h:56:7: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/DummyPage.h:57:7: style: The function 'addEntity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/PagedGeometry.h:946:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/DummyPage.h:57:7: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/DummyPage.h:58:7: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/PagedGeometry.h:958:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/DummyPage.h:58:7: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/DummyPage.h:59:7: style: The function 'removeEntities' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/PagedGeometry.h:973:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/DummyPage.h:59:7: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/DummyPage.h:61:7: style: The function 'setVisible' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/PagedGeometry.h:998:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/DummyPage.h:61:7: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/DummyPage.h:62:7: style: The function 'setFade' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/PagedGeometry.h:992:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/DummyPage.h:62:7: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/DummyPage.h:64:7: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/PagedGeometry.h:1009:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/DummyPage.h:64:7: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/PassiveEntityPage.h:35:7: style: The function 'addEntity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/PagedGeometry.h:946:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/PassiveEntityPage.h:35:7: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/PassiveEntityPage.h:36:7: style: The function 'removeEntities' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/PagedGeometry.h:973:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/PassiveEntityPage.h:36:7: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/PassiveEntityPage.h:37:7: style: The function 'setFade' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/PagedGeometry.h:992:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/PassiveEntityPage.h:37:7: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/PassiveEntityPage.h:39:7: style: The function 'setVisible' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/PagedGeometry.h:998:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/PassiveEntityPage.h:39:7: note: Function in derived class
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/BatchPage.h:50:2: warning: Member variable 'BatchPage::visibleDist' is not initialized in the constructor. [uninitMemberVar]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/include/BatchPage.h:50:2: warning: Member variable 'BatchPage::invisibleDist' is not initialized in the constructor. [uninitMemberVar]
ember-0.7.2/src/components/ogre/environment/OceanAction.h:45:2: style: Class 'OceanAction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/environment/SimpleWaterCollisionDetector.h:35:2: style: Class 'SimpleWaterCollisionDetector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/environment/meshtree/MeshTree.h:67:17: style: Technically the member function 'Ogre::Tree::GetScale' can be const. [functionConst]
ember-0.7.2/src/components/ogre/environment/Tree.h:41:7: performance: Technically the member function 'Ember::OgreView::Environment::Tree::makeMesh' can be static. [functionStatic]
ember-0.7.2/src/components/ogre/environment/Tree.cpp:65:12: note: Technically the member function 'Ember::OgreView::Environment::Tree::makeMesh' can be static.
ember-0.7.2/src/components/ogre/environment/Tree.h:41:7: note: Technically the member function 'Ember::OgreView::Environment::Tree::makeMesh' can be static.
ember-0.7.2/src/components/ogre/environment/meshtree/TStem.h:120:5: style: Class 'TStem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/environment/Water.cpp:50:1: style: The class 'RefractionTextureListener' does not have a constructor although it has private member variables. [noConstructor]
ember-0.7.2/src/components/ogre/environment/Water.cpp:89:1: style: The class 'ReflectionTextureListener' does not have a constructor although it has private member variables. [noConstructor]
ember-0.7.2/src/components/ogre/environment/WorldAction.h:46:2: style: Class 'WorldAction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/environment/caelum/src/GroundFog.cpp:189:9: warning: Return value of std::unique() ignored. Elements remain in container. [uselessCallsRemove]
ember-0.7.2/src/components/ogre/environment/meshtree/MeshTree.cpp:77:7: style: The scope of the variable 'iSign' can be reduced. [variableScope]
ember-0.7.2/src/components/ogre/environment/meshtree/MeshTree.cpp:78:7: style: The scope of the variable 'iPrecision' can be reduced. [variableScope]
ember-0.7.2/src/components/ogre/environment/meshtree/MeshTree.cpp:122:18: style: Variable 'currOffset' is assigned a value that is never used. [unreadVariable]
ember-0.7.2/src/components/ogre/environment/meshtree/MeshTree.h:64:10: performance: Technically the member function 'Ogre::Tree::GetRandomValue' can be static. [functionStatic]
ember-0.7.2/src/components/ogre/environment/meshtree/MeshTree.cpp:75:12: note: Technically the member function 'Ogre::Tree::GetRandomValue' can be static.
ember-0.7.2/src/components/ogre/environment/meshtree/MeshTree.h:64:10: note: Technically the member function 'Ogre::Tree::GetRandomValue' can be static.
ember-0.7.2/src/components/ogre/environment/meshtree/MeshTree.cpp:37:3: style: Class 'Tree' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ember-0.7.2/src/components/ogre/environment/meshtree/MeshTree.cpp:37:3: style: Class 'Tree' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:1031:35: style: Function 'SetLevels' argument 1 names different: declaration 'u8Levels' definition 'u8Value'. [funcArgNamesDifferent]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:154:26: note: Function 'SetLevels' argument 1 names different: declaration 'u8Levels' definition 'u8Value'.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:1031:35: note: Function 'SetLevels' argument 1 names different: declaration 'u8Levels' definition 'u8Value'.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:1158:34: style: Function 'SetShape' argument 1 names different: declaration 'u8Shape' definition 'u8Value'. [funcArgNamesDifferent]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:155:25: note: Function 'SetShape' argument 1 names different: declaration 'u8Shape' definition 'u8Value'.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:1158:34: note: Function 'SetShape' argument 1 names different: declaration 'u8Shape' definition 'u8Value'.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:1165:36: style: Function 'SetBaseSize' argument 1 names different: declaration 'fBaseSize' definition 'fValue'. [funcArgNamesDifferent]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:156:27: note: Function 'SetBaseSize' argument 1 names different: declaration 'fBaseSize' definition 'fValue'.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:1165:36: note: Function 'SetBaseSize' argument 1 names different: declaration 'fBaseSize' definition 'fValue'.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:1172:39: style: Function 'SetBaseSplits' argument 1 names different: declaration 'u8BaseSplits' definition 'u8Value'. [funcArgNamesDifferent]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:157:30: note: Function 'SetBaseSplits' argument 1 names different: declaration 'u8BaseSplits' definition 'u8Value'.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:1172:39: note: Function 'SetBaseSplits' argument 1 names different: declaration 'u8BaseSplits' definition 'u8Value'.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:1179:33: style: Function 'SetScale' argument 1 names different: declaration 'fScale' definition 'fValue'. [funcArgNamesDifferent]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:158:24: note: Function 'SetScale' argument 1 names different: declaration 'fScale' definition 'fValue'.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:1179:33: note: Function 'SetScale' argument 1 names different: declaration 'fScale' definition 'fValue'.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:1186:34: style: Function 'SetScaleV' argument 1 names different: declaration 'fScaleV' definition 'fValue'. [funcArgNamesDifferent]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:159:25: note: Function 'SetScaleV' argument 1 names different: declaration 'fScaleV' definition 'fValue'.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:1186:34: note: Function 'SetScaleV' argument 1 names different: declaration 'fScaleV' definition 'fValue'.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:1193:34: style: Function 'SetZScale' argument 1 names different: declaration 'fZScale' definition 'fValue'. [funcArgNamesDifferent]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:160:25: note: Function 'SetZScale' argument 1 names different: declaration 'fZScale' definition 'fValue'.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:1193:34: note: Function 'SetZScale' argument 1 names different: declaration 'fZScale' definition 'fValue'.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:1200:35: style: Function 'SetZScaleV' argument 1 names different: declaration 'fZScaleV' definition 'fValue'. [funcArgNamesDifferent]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:161:26: note: Function 'SetZScaleV' argument 1 names different: declaration 'fZScaleV' definition 'fValue'.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:1200:35: note: Function 'SetZScaleV' argument 1 names different: declaration 'fZScaleV' definition 'fValue'.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:1207:33: style: Function 'SetRatio' argument 1 names different: declaration 'fRatio' definition 'fValue'. [funcArgNamesDifferent]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:162:24: note: Function 'SetRatio' argument 1 names different: declaration 'fRatio' definition 'fValue'.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:1207:33: note: Function 'SetRatio' argument 1 names different: declaration 'fRatio' definition 'fValue'.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:1214:38: style: Function 'SetRatioPower' argument 1 names different: declaration 'fRatioPower' definition 'fValue'. [funcArgNamesDifferent]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:163:29: note: Function 'SetRatioPower' argument 1 names different: declaration 'fRatioPower' definition 'fValue'.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:1214:38: note: Function 'SetRatioPower' argument 1 names different: declaration 'fRatioPower' definition 'fValue'.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:1221:34: style: Function 'SetLobes' argument 1 names different: declaration 'u8Lobes' definition 'u8Value'. [funcArgNamesDifferent]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:164:25: note: Function 'SetLobes' argument 1 names different: declaration 'u8Lobes' definition 'u8Value'.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:1221:34: note: Function 'SetLobes' argument 1 names different: declaration 'u8Lobes' definition 'u8Value'.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:1228:37: style: Function 'SetLobeDepth' argument 1 names different: declaration 'fLobeDepth' definition 'fValue'. [funcArgNamesDifferent]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:165:28: note: Function 'SetLobeDepth' argument 1 names different: declaration 'fLobeDepth' definition 'fValue'.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:1228:37: note: Function 'SetLobeDepth' argument 1 names different: declaration 'fLobeDepth' definition 'fValue'.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:1235:33: style: Function 'SetFlare' argument 1 names different: declaration 'fFlare' definition 'fValue'. [funcArgNamesDifferent]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:166:24: note: Function 'SetFlare' argument 1 names different: declaration 'fFlare' definition 'fValue'.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:1235:33: note: Function 'SetFlare' argument 1 names different: declaration 'fFlare' definition 'fValue'.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:1242:33: style: Function 'SetLeaves' argument 1 names different: declaration 'iLeaves' definition 'iValue'. [funcArgNamesDifferent]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:167:24: note: Function 'SetLeaves' argument 1 names different: declaration 'iLeaves' definition 'iValue'.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:1242:33: note: Function 'SetLeaves' argument 1 names different: declaration 'iLeaves' definition 'iValue'.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:26:14: warning: Member variable 'TParameters::mTreeType' is not initialized in the constructor. [uninitMemberVar]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:26:14: warning: Member variable 'TParameters::mfBaseSize' is not initialized in the constructor. [uninitMemberVar]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:26:14: warning: Member variable 'TParameters::mfScale' is not initialized in the constructor. [uninitMemberVar]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:26:14: warning: Member variable 'TParameters::mfScaleV' is not initialized in the constructor. [uninitMemberVar]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:26:14: warning: Member variable 'TParameters::mfZScale' is not initialized in the constructor. [uninitMemberVar]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:26:14: warning: Member variable 'TParameters::mfZScaleV' is not initialized in the constructor. [uninitMemberVar]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:26:14: warning: Member variable 'TParameters::mfRatio' is not initialized in the constructor. [uninitMemberVar]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:26:14: warning: Member variable 'TParameters::mfRatioPower' is not initialized in the constructor. [uninitMemberVar]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:26:14: warning: Member variable 'TParameters::mfLobeDepth' is not initialized in the constructor. [uninitMemberVar]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:26:14: warning: Member variable 'TParameters::mfFlare' is not initialized in the constructor. [uninitMemberVar]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:26:14: warning: Member variable 'TParameters::miLeaves' is not initialized in the constructor. [uninitMemberVar]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:26:14: warning: Member variable 'TParameters::mfLeafScale' is not initialized in the constructor. [uninitMemberVar]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:26:14: warning: Member variable 'TParameters::mfLeafScaleX' is not initialized in the constructor. [uninitMemberVar]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:26:14: warning: Member variable 'TParameters::mfLeafQuality' is not initialized in the constructor. [uninitMemberVar]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:26:14: warning: Member variable 'TParameters::mbLeafColorVariation' is not initialized in the constructor. [uninitMemberVar]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:26:14: warning: Member variable 'TParameters::mfAttractionUp' is not initialized in the constructor. [uninitMemberVar]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:26:14: warning: Member variable 'TParameters::mfPruneRatio' is not initialized in the constructor. [uninitMemberVar]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:26:14: warning: Member variable 'TParameters::mfPruneWidth' is not initialized in the constructor. [uninitMemberVar]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:26:14: warning: Member variable 'TParameters::mfPruneWidthPeak' is not initialized in the constructor. [uninitMemberVar]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:26:14: warning: Member variable 'TParameters::mfPrunePowerLow' is not initialized in the constructor. [uninitMemberVar]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:26:14: warning: Member variable 'TParameters::mfPrunePowerHigh' is not initialized in the constructor. [uninitMemberVar]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:26:14: warning: Member variable 'TParameters::mfScale0' is not initialized in the constructor. [uninitMemberVar]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:26:14: warning: Member variable 'TParameters::mfScaleV0' is not initialized in the constructor. [uninitMemberVar]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:29:3: performance: Variable 'mu8Levels' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:52:3: performance: Variable 'mu8LeafAlpha' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:106:14: style: Technically the member function 'Ogre::TParameters::GetTreeType' can be const. [functionConst]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:682:36: note: Technically the member function 'Ogre::TParameters::GetTreeType' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:106:14: note: Technically the member function 'Ogre::TParameters::GetTreeType' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:107:12: style: Technically the member function 'Ogre::TParameters::GetTreeTypeString' can be const. [functionConst]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:688:21: note: Technically the member function 'Ogre::TParameters::GetTreeTypeString' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:107:12: note: Technically the member function 'Ogre::TParameters::GetTreeTypeString' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:108:11: style: Technically the member function 'Ogre::TParameters::GetShape' can be const. [functionConst]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:723:20: note: Technically the member function 'Ogre::TParameters::GetShape' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:108:11: note: Technically the member function 'Ogre::TParameters::GetShape' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:109:10: style: Technically the member function 'Ogre::TParameters::GetBaseSize' can be const. [functionConst]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:730:19: note: Technically the member function 'Ogre::TParameters::GetBaseSize' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:109:10: note: Technically the member function 'Ogre::TParameters::GetBaseSize' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:110:11: style: Technically the member function 'Ogre::TParameters::GetBaseSplits' can be const. [functionConst]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:737:20: note: Technically the member function 'Ogre::TParameters::GetBaseSplits' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:110:11: note: Technically the member function 'Ogre::TParameters::GetBaseSplits' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:111:10: style: Technically the member function 'Ogre::TParameters::GetScale' can be const. [functionConst]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:744:19: note: Technically the member function 'Ogre::TParameters::GetScale' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:111:10: note: Technically the member function 'Ogre::TParameters::GetScale' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:112:10: style: Technically the member function 'Ogre::TParameters::GetScaleV' can be const. [functionConst]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:751:19: note: Technically the member function 'Ogre::TParameters::GetScaleV' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:112:10: note: Technically the member function 'Ogre::TParameters::GetScaleV' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:113:10: style: Technically the member function 'Ogre::TParameters::GetZScale' can be const. [functionConst]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:758:19: note: Technically the member function 'Ogre::TParameters::GetZScale' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:113:10: note: Technically the member function 'Ogre::TParameters::GetZScale' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:114:10: style: Technically the member function 'Ogre::TParameters::GetZScaleV' can be const. [functionConst]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:765:19: note: Technically the member function 'Ogre::TParameters::GetZScaleV' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:114:10: note: Technically the member function 'Ogre::TParameters::GetZScaleV' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:115:10: style: Technically the member function 'Ogre::TParameters::GetRatio' can be const. [functionConst]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:772:19: note: Technically the member function 'Ogre::TParameters::GetRatio' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:115:10: note: Technically the member function 'Ogre::TParameters::GetRatio' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:116:10: style: Technically the member function 'Ogre::TParameters::GetRatioPower' can be const. [functionConst]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:779:19: note: Technically the member function 'Ogre::TParameters::GetRatioPower' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:116:10: note: Technically the member function 'Ogre::TParameters::GetRatioPower' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:117:11: style: Technically the member function 'Ogre::TParameters::GetLobes' can be const. [functionConst]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:786:20: note: Technically the member function 'Ogre::TParameters::GetLobes' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:117:11: note: Technically the member function 'Ogre::TParameters::GetLobes' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:118:10: style: Technically the member function 'Ogre::TParameters::GetLobeDepth' can be const. [functionConst]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:793:19: note: Technically the member function 'Ogre::TParameters::GetLobeDepth' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:118:10: note: Technically the member function 'Ogre::TParameters::GetLobeDepth' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:119:10: style: Technically the member function 'Ogre::TParameters::GetFlare' can be const. [functionConst]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:800:19: note: Technically the member function 'Ogre::TParameters::GetFlare' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:119:10: note: Technically the member function 'Ogre::TParameters::GetFlare' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:120:9: style: Technically the member function 'Ogre::TParameters::GetLeaves' can be const. [functionConst]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:807:18: note: Technically the member function 'Ogre::TParameters::GetLeaves' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:120:9: note: Technically the member function 'Ogre::TParameters::GetLeaves' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:121:16: style: Technically the member function 'Ogre::TParameters::GetLeafShape' can be const. [functionConst]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:814:25: note: Technically the member function 'Ogre::TParameters::GetLeafShape' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:121:16: note: Technically the member function 'Ogre::TParameters::GetLeafShape' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:122:10: style: Technically the member function 'Ogre::TParameters::GetLeafScale' can be const. [functionConst]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:821:19: note: Technically the member function 'Ogre::TParameters::GetLeafScale' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:122:10: note: Technically the member function 'Ogre::TParameters::GetLeafScale' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:123:10: style: Technically the member function 'Ogre::TParameters::GetLeafScaleX' can be const. [functionConst]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:828:19: note: Technically the member function 'Ogre::TParameters::GetLeafScaleX' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:123:10: note: Technically the member function 'Ogre::TParameters::GetLeafScaleX' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:124:10: style: Technically the member function 'Ogre::TParameters::GetLeafQuality' can be const. [functionConst]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:835:19: note: Technically the member function 'Ogre::TParameters::GetLeafQuality' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:124:10: note: Technically the member function 'Ogre::TParameters::GetLeafQuality' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:125:10: style: Technically the member function 'Ogre::TParameters::GetLeafColor' can be const. [functionConst]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:842:19: note: Technically the member function 'Ogre::TParameters::GetLeafColor' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:125:10: note: Technically the member function 'Ogre::TParameters::GetLeafColor' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:126:10: style: Technically the member function 'Ogre::TParameters::GetLeafColorVariation' can be const. [functionConst]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:849:19: note: Technically the member function 'Ogre::TParameters::GetLeafColorVariation' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:126:10: note: Technically the member function 'Ogre::TParameters::GetLeafColorVariation' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:127:11: style: Technically the member function 'Ogre::TParameters::GetLeafAlpha' can be const. [functionConst]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:856:20: note: Technically the member function 'Ogre::TParameters::GetLeafAlpha' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:127:11: note: Technically the member function 'Ogre::TParameters::GetLeafAlpha' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:128:10: style: Technically the member function 'Ogre::TParameters::GetAttractionUp' can be const. [functionConst]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:862:19: note: Technically the member function 'Ogre::TParameters::GetAttractionUp' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:128:10: note: Technically the member function 'Ogre::TParameters::GetAttractionUp' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:129:10: style: Technically the member function 'Ogre::TParameters::GetPruneRatio' can be const. [functionConst]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:869:19: note: Technically the member function 'Ogre::TParameters::GetPruneRatio' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:129:10: note: Technically the member function 'Ogre::TParameters::GetPruneRatio' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:130:10: style: Technically the member function 'Ogre::TParameters::GetPruneWidth' can be const. [functionConst]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:876:19: note: Technically the member function 'Ogre::TParameters::GetPruneWidth' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:130:10: note: Technically the member function 'Ogre::TParameters::GetPruneWidth' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:131:10: style: Technically the member function 'Ogre::TParameters::GetPruneWidthPeak' can be const. [functionConst]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:883:19: note: Technically the member function 'Ogre::TParameters::GetPruneWidthPeak' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:131:10: note: Technically the member function 'Ogre::TParameters::GetPruneWidthPeak' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:132:10: style: Technically the member function 'Ogre::TParameters::GetPrunePowerLow' can be const. [functionConst]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:890:19: note: Technically the member function 'Ogre::TParameters::GetPrunePowerLow' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:132:10: note: Technically the member function 'Ogre::TParameters::GetPrunePowerLow' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:133:10: style: Technically the member function 'Ogre::TParameters::GetPrunePowerHigh' can be const. [functionConst]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:897:19: note: Technically the member function 'Ogre::TParameters::GetPrunePowerHigh' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:133:10: note: Technically the member function 'Ogre::TParameters::GetPrunePowerHigh' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:134:10: style: Technically the member function 'Ogre::TParameters::GetScale0' can be const. [functionConst]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:904:19: note: Technically the member function 'Ogre::TParameters::GetScale0' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:134:10: note: Technically the member function 'Ogre::TParameters::GetScale0' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:135:10: style: Technically the member function 'Ogre::TParameters::GetScaleV0' can be const. [functionConst]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:911:19: note: Technically the member function 'Ogre::TParameters::GetScaleV0' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:135:10: note: Technically the member function 'Ogre::TParameters::GetScaleV0' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:137:10: style: Technically the member function 'Ogre::TParameters::GetnDownAngle' can be const. [functionConst]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:919:19: note: Technically the member function 'Ogre::TParameters::GetnDownAngle' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:137:10: note: Technically the member function 'Ogre::TParameters::GetnDownAngle' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:138:10: style: Technically the member function 'Ogre::TParameters::GetnDownAngleV' can be const. [functionConst]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:926:19: note: Technically the member function 'Ogre::TParameters::GetnDownAngleV' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:138:10: note: Technically the member function 'Ogre::TParameters::GetnDownAngleV' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:139:10: style: Technically the member function 'Ogre::TParameters::GetnRotate' can be const. [functionConst]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:933:19: note: Technically the member function 'Ogre::TParameters::GetnRotate' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:139:10: note: Technically the member function 'Ogre::TParameters::GetnRotate' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:140:10: style: Technically the member function 'Ogre::TParameters::GetnRotateV' can be const. [functionConst]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:940:19: note: Technically the member function 'Ogre::TParameters::GetnRotateV' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:140:10: note: Technically the member function 'Ogre::TParameters::GetnRotateV' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:141:10: style: Technically the member function 'Ogre::TParameters::GetnLength' can be const. [functionConst]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:947:19: note: Technically the member function 'Ogre::TParameters::GetnLength' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:141:10: note: Technically the member function 'Ogre::TParameters::GetnLength' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:142:10: style: Technically the member function 'Ogre::TParameters::GetnLengthV' can be const. [functionConst]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:954:19: note: Technically the member function 'Ogre::TParameters::GetnLengthV' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:142:10: note: Technically the member function 'Ogre::TParameters::GetnLengthV' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:143:10: style: Technically the member function 'Ogre::TParameters::GetnTaper' can be const. [functionConst]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:961:19: note: Technically the member function 'Ogre::TParameters::GetnTaper' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:143:10: note: Technically the member function 'Ogre::TParameters::GetnTaper' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:144:9: style: Technically the member function 'Ogre::TParameters::GetnBranches' can be const. [functionConst]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:968:18: note: Technically the member function 'Ogre::TParameters::GetnBranches' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:144:9: note: Technically the member function 'Ogre::TParameters::GetnBranches' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:145:10: style: Technically the member function 'Ogre::TParameters::GetnSegSplits' can be const. [functionConst]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:975:19: note: Technically the member function 'Ogre::TParameters::GetnSegSplits' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:145:10: note: Technically the member function 'Ogre::TParameters::GetnSegSplits' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:146:10: style: Technically the member function 'Ogre::TParameters::GetnSplitAngle' can be const. [functionConst]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:982:19: note: Technically the member function 'Ogre::TParameters::GetnSplitAngle' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:146:10: note: Technically the member function 'Ogre::TParameters::GetnSplitAngle' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:147:10: style: Technically the member function 'Ogre::TParameters::GetnSplitAngleV' can be const. [functionConst]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:989:19: note: Technically the member function 'Ogre::TParameters::GetnSplitAngleV' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:147:10: note: Technically the member function 'Ogre::TParameters::GetnSplitAngleV' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:148:9: style: Technically the member function 'Ogre::TParameters::GetnCurveRes' can be const. [functionConst]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:996:18: note: Technically the member function 'Ogre::TParameters::GetnCurveRes' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:148:9: note: Technically the member function 'Ogre::TParameters::GetnCurveRes' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:149:10: style: Technically the member function 'Ogre::TParameters::GetnCurve' can be const. [functionConst]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:1003:19: note: Technically the member function 'Ogre::TParameters::GetnCurve' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:149:10: note: Technically the member function 'Ogre::TParameters::GetnCurve' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:150:10: style: Technically the member function 'Ogre::TParameters::GetnCurveV' can be const. [functionConst]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:1010:19: note: Technically the member function 'Ogre::TParameters::GetnCurveV' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:150:10: note: Technically the member function 'Ogre::TParameters::GetnCurveV' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:151:10: style: Technically the member function 'Ogre::TParameters::GetnCurveBack' can be const. [functionConst]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:1017:19: note: Technically the member function 'Ogre::TParameters::GetnCurveBack' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:151:10: note: Technically the member function 'Ogre::TParameters::GetnCurveBack' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:152:9: style: Technically the member function 'Ogre::TParameters::GetnVertices' can be const. [functionConst]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:1024:18: note: Technically the member function 'Ogre::TParameters::GetnVertices' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.h:152:9: note: Technically the member function 'Ogre::TParameters::GetnVertices' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:35:3: style: Class 'TParameters' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ember-0.7.2/src/components/ogre/environment/meshtree/TParameters.cpp:35:3: style: Class 'TParameters' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ember-0.7.2/src/components/ogre/environment/meshtree/TStem.cpp:76:7: style: The scope of the variable 'i' can be reduced. [variableScope]
ember-0.7.2/src/components/ogre/environment/meshtree/TStem.cpp:77:8: style: The scope of the variable 'fSubStemLength' can be reduced. [variableScope]
ember-0.7.2/src/components/ogre/environment/meshtree/TStem.cpp:78:8: style: The scope of the variable 'iTotalSubStems' can be reduced. [variableScope]
ember-0.7.2/src/components/ogre/environment/meshtree/TStem.cpp:79:10: style: The scope of the variable 'pSubStem' can be reduced. [variableScope]
ember-0.7.2/src/components/ogre/environment/meshtree/TStem.cpp:80:8: style: The scope of the variable 'fFracPos' can be reduced. [variableScope]
ember-0.7.2/src/components/ogre/environment/meshtree/TStem.cpp:81:8: style: The scope of the variable 'fOffsetSubStem' can be reduced. [variableScope]
ember-0.7.2/src/components/ogre/environment/meshtree/TStem.cpp:334:8: style: The scope of the variable 'fLobedSectionRadius' can be reduced. [variableScope]
ember-0.7.2/src/components/ogre/environment/meshtree/TStem.cpp:394:8: style: The scope of the variable 'fLocalRadius' can be reduced. [variableScope]
ember-0.7.2/src/components/ogre/environment/meshtree/TStem.cpp:527:8: style: The scope of the variable 'iCurrentSegment' can be reduced. [variableScope]
ember-0.7.2/src/components/ogre/environment/meshtree/TStem.cpp:528:8: style: The scope of the variable 'fLocalPos' can be reduced. [variableScope]
ember-0.7.2/src/components/ogre/environment/meshtree/TStem.cpp:536:8: style: The scope of the variable 'fOffsetLeaf' can be reduced. [variableScope]
ember-0.7.2/src/components/ogre/environment/meshtree/TStem.cpp:639:12: style: The scope of the variable 'pGlobalPoint' can be reduced. [variableScope]
ember-0.7.2/src/components/ogre/environment/meshtree/TStem.cpp:677:13: style: The scope of the variable 'fY3' can be reduced. [variableScope]
ember-0.7.2/src/components/ogre/environment/meshtree/TStem.cpp:678:8: style: The scope of the variable 'fDepth' can be reduced. [variableScope]
ember-0.7.2/src/components/ogre/environment/meshtree/TStem.cpp:816:11: style: The scope of the variable 'pStem' can be reduced. [variableScope]
ember-0.7.2/src/components/ogre/environment/meshtree/TStem.cpp:817:14: style: The scope of the variable 'pSection' can be reduced. [variableScope]
ember-0.7.2/src/components/ogre/environment/meshtree/TStem.cpp:860:11: style: The scope of the variable 'pStem' can be reduced. [variableScope]
ember-0.7.2/src/components/ogre/environment/meshtree/TStem.cpp:861:11: style: The scope of the variable 'pLeaf' can be reduced. [variableScope]
ember-0.7.2/src/components/ogre/environment/meshtree/TStem.cpp:864:9: style: The scope of the variable 'iLeafType' can be reduced. [variableScope]
ember-0.7.2/src/components/ogre/environment/meshtree/TStem.cpp:865:9: style: The scope of the variable 'fTexCoordOffsetU' can be reduced. [variableScope]
ember-0.7.2/src/components/ogre/environment/meshtree/TStem.cpp:865:27: style: The scope of the variable 'fTexCoordOffsetV' can be reduced. [variableScope]
ember-0.7.2/src/components/ogre/environment/meshtree/TStem.cpp:952:11: style: The scope of the variable 'pStem' can be reduced. [variableScope]
ember-0.7.2/src/components/ogre/environment/meshtree/TStem.cpp:953:14: style: The scope of the variable 'pSection' can be reduced. [variableScope]
ember-0.7.2/src/components/ogre/environment/meshtree/TStem.cpp:993:68: style: The scope of the variable 'u32Offest' can be reduced. [variableScope]
ember-0.7.2/src/components/ogre/environment/meshtree/TStem.cpp:994:10: style: The scope of the variable 'pStem' can be reduced. [variableScope]
ember-0.7.2/src/components/ogre/environment/meshtree/TStem.cpp:995:13: style: The scope of the variable 'pSection' can be reduced. [variableScope]
ember-0.7.2/src/components/ogre/environment/meshtree/TStem.cpp:1025:33: style: The scope of the variable 'u32NbVertices' can be reduced. [variableScope]
ember-0.7.2/src/components/ogre/environment/meshtree/TStem.cpp:1025:63: style: The scope of the variable 'u32Offest' can be reduced. [variableScope]
ember-0.7.2/src/components/ogre/environment/meshtree/TStem.cpp:1026:10: style: The scope of the variable 'pStem' can be reduced. [variableScope]
ember-0.7.2/src/components/ogre/environment/meshtree/TStem.cpp:1027:10: style: The scope of the variable 'pLeaf' can be reduced. [variableScope]
ember-0.7.2/src/components/ogre/environment/meshtree/TStem.cpp:1057:65: style: The scope of the variable 'u32Offest' can be reduced. [variableScope]
ember-0.7.2/src/components/ogre/environment/meshtree/TStem.cpp:1058:10: style: The scope of the variable 'pStem' can be reduced. [variableScope]
ember-0.7.2/src/components/ogre/environment/meshtree/TStem.cpp:154:39: style: Function 'Grow' argument 1 names different: declaration 'rSectionFrame' definition 'rStartSectionFrame'. [funcArgNamesDifferent]
ember-0.7.2/src/components/ogre/environment/meshtree/TStem.h:124:37: note: Function 'Grow' argument 1 names different: declaration 'rSectionFrame' definition 'rStartSectionFrame'.
ember-0.7.2/src/components/ogre/environment/meshtree/TStem.cpp:154:39: note: Function 'Grow' argument 1 names different: declaration 'rSectionFrame' definition 'rStartSectionFrame'.
ember-0.7.2/src/components/ogre/environment/meshtree/TStem.cpp:752:18: style: Variable 'fOrientation' is assigned a value that is never used. [unreadVariable]
ember-0.7.2/src/components/ogre/environment/meshtree/TStem.cpp:962:18: style: Variable 'pSection' is assigned a value that is never used. [unreadVariable]
ember-0.7.2/src/components/ogre/environment/meshtree/TStem.cpp:36:8: warning: Member variable 'TStem::mfBaseLength' is not initialized in the constructor. [uninitMemberVar]
ember-0.7.2/src/components/ogre/environment/meshtree/TStem.cpp:36:8: warning: Member variable 'TStem::mfLength' is not initialized in the constructor. [uninitMemberVar]
ember-0.7.2/src/components/ogre/environment/meshtree/TStem.cpp:36:8: warning: Member variable 'TStem::mfRadius' is not initialized in the constructor. [uninitMemberVar]
ember-0.7.2/src/components/ogre/environment/meshtree/TStem.cpp:36:8: warning: Member variable 'TStem::mpParent' is not initialized in the constructor. [uninitMemberVar]
ember-0.7.2/src/components/ogre/environment/meshtree/TStem.cpp:36:8: warning: Member variable 'TStem::mfLengthChildMax' is not initialized in the constructor. [uninitMemberVar]
ember-0.7.2/src/components/ogre/environment/meshtree/TStem.cpp:36:8: warning: Member variable 'TStem::mfOffsetChild' is not initialized in the constructor. [uninitMemberVar]
ember-0.7.2/src/components/ogre/environment/meshtree/TStem.h:112:10: performance: Technically the member function 'Ogre::TStem::FillVertex' can be static. [functionStatic]
ember-0.7.2/src/components/ogre/environment/meshtree/TStem.cpp:1091:13: note: Technically the member function 'Ogre::TStem::FillVertex' can be static.
ember-0.7.2/src/components/ogre/environment/meshtree/TStem.h:112:10: note: Technically the member function 'Ogre::TStem::FillVertex' can be static.
ember-0.7.2/src/components/ogre/environment/meshtree/TStem.h:113:10: performance: Technically the member function 'Ogre::TStem::FillIndex' can be static. [functionStatic]
ember-0.7.2/src/components/ogre/environment/meshtree/TStem.cpp:1105:13: note: Technically the member function 'Ogre::TStem::FillIndex' can be static.
ember-0.7.2/src/components/ogre/environment/meshtree/TStem.h:113:10: note: Technically the member function 'Ogre::TStem::FillIndex' can be static.
ember-0.7.2/src/components/ogre/environment/meshtree/TStem.h:129:10: style: Technically the member function 'Ogre::TStem::CalculateSectionRadius' can be const. [functionConst]
ember-0.7.2/src/components/ogre/environment/meshtree/TStem.cpp:671:13: note: Technically the member function 'Ogre::TStem::CalculateSectionRadius' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TStem.h:129:10: note: Technically the member function 'Ogre::TStem::CalculateSectionRadius' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TStem.h:130:10: style: Technically the member function 'Ogre::TStem::CalculateVerticalAttraction' can be const. [functionConst]
ember-0.7.2/src/components/ogre/environment/meshtree/TStem.cpp:738:13: note: Technically the member function 'Ogre::TStem::CalculateVerticalAttraction' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TStem.h:130:10: note: Technically the member function 'Ogre::TStem::CalculateVerticalAttraction' can be const.
ember-0.7.2/src/components/ogre/environment/meshtree/TStem.h:131:10: performance: Technically the member function 'Ogre::TStem::ShapeRatio' can be static. [functionStatic]
ember-0.7.2/src/components/ogre/environment/meshtree/TStem.cpp:761:13: note: Technically the member function 'Ogre::TStem::ShapeRatio' can be static.
ember-0.7.2/src/components/ogre/environment/meshtree/TStem.h:131:10: note: Technically the member function 'Ogre::TStem::ShapeRatio' can be static.
ember-0.7.2/src/components/ogre/environment/pagedgeometry/source/BatchPage.cpp:438:17: style: Variable 'pass' is assigned a value that is never used. [unreadVariable]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/source/BatchedGeometry.cpp:199:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/source/ImpostorPage.cpp:591:6: style: Condition 'needsRegen' is always true [knownConditionTrueFalse]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/source/ImpostorPage.cpp:554:20: note: Assignment 'needsRegen=true', assigned value is 1
ember-0.7.2/src/components/ogre/environment/pagedgeometry/source/ImpostorPage.cpp:591:6: note: Condition 'needsRegen' is always true
ember-0.7.2/src/components/ogre/environment/pagedgeometry/source/StaticBillboardSet.cpp:888:17: style: The scope of the variable 'matRef' can be reduced. [variableScope]
ember-0.7.2/src/components/ogre/environment/pagedgeometry/source/WindBatchPage.cpp:501:6: style: Exception should be caught by reference. [catchExceptionByValue]
ember-0.7.2/src/components/ogre/gui/ActiveWidgetHandler.h:53:17: style: Member variable 'ActiveWidgetHandler::mLastActiveWindow' is in the wrong place in the initializer list. [initializerList]
ember-0.7.2/src/components/ogre/gui/ActiveWidgetHandler.cpp:39:54: note: Member variable 'ActiveWidgetHandler::mLastActiveWindow' is in the wrong place in the initializer list.
ember-0.7.2/src/components/ogre/gui/ActiveWidgetHandler.h:53:17: note: Member variable 'ActiveWidgetHandler::mLastActiveWindow' is in the wrong place in the initializer list.
ember-0.7.2/src/components/ogre/lod/LodDefinition.cpp:103:81: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ember-0.7.2/src/components/ogre/lod/LodLevelManager.cpp:36:165: style: Class 'LodLevelManager' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ember-0.7.2/src/components/ogre/lod/LodLevelManager.cpp:36:165: style: Class 'LodLevelManager' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ember-0.7.2/src/components/ogre/lod/LodManager.cpp:68:67: style: Function 'loadLod' argument 2 names different: declaration 'definition' definition 'def'. [funcArgNamesDifferent]
ember-0.7.2/src/components/ogre/lod/LodManager.h:73:56: note: Function 'loadLod' argument 2 names different: declaration 'definition' definition 'def'.
ember-0.7.2/src/components/ogre/lod/LodManager.cpp:68:67: note: Function 'loadLod' argument 2 names different: declaration 'definition' definition 'def'.
ember-0.7.2/src/components/ogre/lod/XMLLodDefinitionSerializer.cpp:187:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ember-0.7.2/src/components/ogre/lod/XMLLodDefinitionSerializer.h:56:7: performance: Technically the member function 'Ember::OgreView::Lod::XMLLodDefinitionSerializer::importLodDefinition' can be static. [functionStatic]
ember-0.7.2/src/components/ogre/lod/XMLLodDefinitionSerializer.cpp:40:34: note: Technically the member function 'Ember::OgreView::Lod::XMLLodDefinitionSerializer::importLodDefinition' can be static.
ember-0.7.2/src/components/ogre/lod/XMLLodDefinitionSerializer.h:56:7: note: Technically the member function 'Ember::OgreView::Lod::XMLLodDefinitionSerializer::importLodDefinition' can be static.
ember-0.7.2/src/components/ogre/model/AnimationSet.cpp:129:33: style: Function 'setEnabled' argument 1 names different: declaration 'state' definition 'enabled'. [funcArgNamesDifferent]
ember-0.7.2/src/components/ogre/model/AnimationSet.h:60:23: note: Function 'setEnabled' argument 1 names different: declaration 'state' definition 'enabled'.
ember-0.7.2/src/components/ogre/model/AnimationSet.cpp:129:33: note: Function 'setEnabled' argument 1 names different: declaration 'state' definition 'enabled'.
ember-0.7.2/src/components/ogre/model/SubModelPart.h:62:2: style: Class 'SubModelPart' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/model/ModelBackgroundLoader.h:56:2: style: Class 'ModelBackgroundLoaderListener' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/model/ModelBackgroundLoader.h:165:2: style: Class 'ModelBackgroundLoader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/model/ModelBackgroundLoader.h:178:7: performance: Technically the member function 'Ember::OgreView::Model::ModelBackgroundLoader::poll' can be static. [functionStatic]
ember-0.7.2/src/components/ogre/model/ModelBackgroundLoader.cpp:81:29: note: Technically the member function 'Ember::OgreView::Model::ModelBackgroundLoader::poll' can be static.
ember-0.7.2/src/components/ogre/model/ModelBackgroundLoader.h:178:7: note: Technically the member function 'Ember::OgreView::Model::ModelBackgroundLoader::poll' can be static.
ember-0.7.2/src/components/ogre/model/ModelBackgroundLoader.h:225:7: style: Technically the member function 'Ember::OgreView::Model::ModelBackgroundLoader::areAllTicketsProcessed' can be const. [functionConst]
ember-0.7.2/src/components/ogre/model/ModelBackgroundLoader.cpp:305:29: note: Technically the member function 'Ember::OgreView::Model::ModelBackgroundLoader::areAllTicketsProcessed' can be const.
ember-0.7.2/src/components/ogre/model/ModelBackgroundLoader.h:225:7: note: Technically the member function 'Ember::OgreView::Model::ModelBackgroundLoader::areAllTicketsProcessed' can be const.
ember-0.7.2/src/components/ogre/model/ModelBackgroundLoader.cpp:307:9: performance: Possible inefficient checking for 'mTickets' emptiness. [stlSize]
ember-0.7.2/src/components/ogre/model/ModelDefinition.h:349:2: style: Class 'AnimationDefinition' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/model/ModelDefinition.h:438:2: style: Class 'ActionDefinition' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/model/ModelDefinitionAtlasComposer.h:55:29: performance: Technically the member function 'Ember::OgreView::Model::ModelDefinitionAtlasComposer::compose' can be static. [functionStatic]
ember-0.7.2/src/components/ogre/model/ModelDefinitionAtlasComposer.cpp:60:55: note: Technically the member function 'Ember::OgreView::Model::ModelDefinitionAtlasComposer::compose' can be static.
ember-0.7.2/src/components/ogre/model/ModelDefinitionAtlasComposer.h:55:29: note: Technically the member function 'Ember::OgreView::Model::ModelDefinitionAtlasComposer::compose' can be static.
ember-0.7.2/src/components/ogre/model/ModelDefinitionManager.cpp:98:34: style: Function 'createImpl' argument 6 names different: declaration 'createParams' definition 'params'. [funcArgNamesDifferent]
ember-0.7.2/src/components/ogre/model/ModelDefinitionManager.h:169:40: note: Function 'createImpl' argument 6 names different: declaration 'createParams' definition 'params'.
ember-0.7.2/src/components/ogre/model/ModelDefinitionManager.cpp:98:34: note: Function 'createImpl' argument 6 names different: declaration 'createParams' definition 'params'.
ember-0.7.2/src/components/ogre/model/ModelDefinitionManager.cpp:110:193: style: Function 'createResource' argument 5 names different: declaration 'createParams' definition 'params'. [funcArgNamesDifferent]
ember-0.7.2/src/components/ogre/model/ModelDefinitionManager.h:94:35: note: Function 'createResource' argument 5 names different: declaration 'createParams' definition 'params'.
ember-0.7.2/src/components/ogre/model/ModelDefinitionManager.cpp:110:193: note: Function 'createResource' argument 5 names different: declaration 'createParams' definition 'params'.
ember-0.7.2/src/components/ogre/model/ModelRepresentation.h:358:15: warning: Virtual function 'onMovementModeChanged' is called from constructor 'ModelRepresentation(EmberEntity&entity,Model&model,Scene&scene,EntityMapping::EntityMapping&mapping)' at line 93. Dynamic binding is not used. [virtualCallInConstructor]
ember-0.7.2/src/components/ogre/model/ModelRepresentation.cpp:93:2: note: Calling onMovementModeChanged
ember-0.7.2/src/components/ogre/model/ModelRepresentation.h:358:15: note: onMovementModeChanged is a virtual method
ember-0.7.2/src/components/ogre/model/XMLModelDefinitionSerializer.cpp:226:14: style: The scope of the variable 'tmp' can be reduced. [variableScope]
ember-0.7.2/src/components/ogre/model/XMLModelDefinitionSerializer.cpp:273:14: style: The scope of the variable 'tmp' can be reduced. [variableScope]
ember-0.7.2/src/components/ogre/model/XMLModelDefinitionSerializer.cpp:316:14: style: The scope of the variable 'tmp' can be reduced. [variableScope]
ember-0.7.2/src/components/ogre/model/XMLModelDefinitionSerializer.cpp:363:14: style: The scope of the variable 'tmp' can be reduced. [variableScope]
ember-0.7.2/src/components/ogre/model/XMLModelDefinitionSerializer.cpp:407:14: style: The scope of the variable 'tmp' can be reduced. [variableScope]
ember-0.7.2/src/components/ogre/model/XMLModelDefinitionSerializer.cpp:440:14: style: The scope of the variable 'tmp' can be reduced. [variableScope]
ember-0.7.2/src/components/ogre/model/XMLModelDefinitionSerializer.cpp:470:14: style: The scope of the variable 'tmp' can be reduced. [variableScope]
ember-0.7.2/src/components/ogre/model/XMLModelDefinitionSerializer.cpp:597:16: style: The scope of the variable 'elem' can be reduced. [variableScope]
ember-0.7.2/src/components/ogre/model/XMLModelDefinitionSerializer.cpp:665:14: style: The scope of the variable 'tmp' can be reduced. [variableScope]
ember-0.7.2/src/components/ogre/model/XMLModelDefinitionSerializer.cpp:700:16: style: The scope of the variable 'elem' can be reduced. [variableScope]
ember-0.7.2/src/components/ogre/model/XMLModelDefinitionSerializer.cpp:807:14: style: The scope of the variable 'tmp' can be reduced. [variableScope]
ember-0.7.2/src/components/ogre/model/XMLModelDefinitionSerializer.cpp:844:14: style: The scope of the variable 'tmp' can be reduced. [variableScope]
ember-0.7.2/src/components/ogre/model/XMLModelDefinitionSerializer.cpp:840:89: style: Function 'readPoses' argument 2 names different: declaration 'mPoseNode' definition 'mNode'. [funcArgNamesDifferent]
ember-0.7.2/src/components/ogre/model/XMLModelDefinitionSerializer.h:74:60: note: Function 'readPoses' argument 2 names different: declaration 'mPoseNode' definition 'mNode'.
ember-0.7.2/src/components/ogre/model/XMLModelDefinitionSerializer.cpp:840:89: note: Function 'readPoses' argument 2 names different: declaration 'mPoseNode' definition 'mNode'.
ember-0.7.2/src/components/ogre/model/XMLModelDefinitionSerializer.h:46:7: performance: Technically the member function 'Ember::OgreView::Model::XMLModelDefinitionSerializer::importModelDefinition' can be static. [functionStatic]
ember-0.7.2/src/components/ogre/model/XMLModelDefinitionSerializer.cpp:63:36: note: Technically the member function 'Ember::OgreView::Model::XMLModelDefinitionSerializer::importModelDefinition' can be static.
ember-0.7.2/src/components/ogre/model/XMLModelDefinitionSerializer.h:46:7: note: Technically the member function 'Ember::OgreView::Model::XMLModelDefinitionSerializer::importModelDefinition' can be static.
ember-0.7.2/src/components/ogre/model/XMLModelDefinitionSerializer.h:63:7: performance: Technically the member function 'Ember::OgreView::Model::XMLModelDefinitionSerializer::readSubEntities' can be static. [functionStatic]
ember-0.7.2/src/components/ogre/model/XMLModelDefinitionSerializer.cpp:313:36: note: Technically the member function 'Ember::OgreView::Model::XMLModelDefinitionSerializer::readSubEntities' can be static.
ember-0.7.2/src/components/ogre/model/XMLModelDefinitionSerializer.h:63:7: note: Technically the member function 'Ember::OgreView::Model::XMLModelDefinitionSerializer::readSubEntities' can be static.
ember-0.7.2/src/components/ogre/model/XMLModelDefinitionSerializer.h:66:7: performance: Technically the member function 'Ember::OgreView::Model::XMLModelDefinitionSerializer::readAnimationParts' can be static. [functionStatic]
ember-0.7.2/src/components/ogre/model/XMLModelDefinitionSerializer.cpp:497:36: note: Technically the member function 'Ember::OgreView::Model::XMLModelDefinitionSerializer::readAnimationParts' can be static.
ember-0.7.2/src/components/ogre/model/XMLModelDefinitionSerializer.h:66:7: note: Technically the member function 'Ember::OgreView::Model::XMLModelDefinitionSerializer::readAnimationParts' can be static.
ember-0.7.2/src/components/ogre/model/XMLModelDefinitionSerializer.h:67:7: performance: Technically the member function 'Ember::OgreView::Model::XMLModelDefinitionSerializer::readAttachPoints' can be static. [functionStatic]
ember-0.7.2/src/components/ogre/model/XMLModelDefinitionSerializer.cpp:547:36: note: Technically the member function 'Ember::OgreView::Model::XMLModelDefinitionSerializer::readAttachPoints' can be static.
ember-0.7.2/src/components/ogre/model/XMLModelDefinitionSerializer.h:67:7: note: Technically the member function 'Ember::OgreView::Model::XMLModelDefinitionSerializer::readAttachPoints' can be static.
ember-0.7.2/src/components/ogre/model/XMLModelDefinitionSerializer.h:69:7: performance: Technically the member function 'Ember::OgreView::Model::XMLModelDefinitionSerializer::readParticleSystemsBindings' can be static. [functionStatic]
ember-0.7.2/src/components/ogre/model/XMLModelDefinitionSerializer.cpp:629:36: note: Technically the member function 'Ember::OgreView::Model::XMLModelDefinitionSerializer::readParticleSystemsBindings' can be static.
ember-0.7.2/src/components/ogre/model/XMLModelDefinitionSerializer.h:69:7: note: Technically the member function 'Ember::OgreView::Model::XMLModelDefinitionSerializer::readParticleSystemsBindings' can be static.
ember-0.7.2/src/components/ogre/model/XMLModelDefinitionSerializer.h:70:7: performance: Technically the member function 'Ember::OgreView::Model::XMLModelDefinitionSerializer::readViews' can be static. [functionStatic]
ember-0.7.2/src/components/ogre/model/XMLModelDefinitionSerializer.cpp:661:36: note: Technically the member function 'Ember::OgreView::Model::XMLModelDefinitionSerializer::readViews' can be static.
ember-0.7.2/src/components/ogre/model/XMLModelDefinitionSerializer.h:70:7: note: Technically the member function 'Ember::OgreView::Model::XMLModelDefinitionSerializer::readViews' can be static.
ember-0.7.2/src/components/ogre/model/XMLModelDefinitionSerializer.h:71:7: performance: Technically the member function 'Ember::OgreView::Model::XMLModelDefinitionSerializer::readSounds' can be static. [functionStatic]
ember-0.7.2/src/components/ogre/model/XMLModelDefinitionSerializer.cpp:405:36: note: Technically the member function 'Ember::OgreView::Model::XMLModelDefinitionSerializer::readSounds' can be static.
ember-0.7.2/src/components/ogre/model/XMLModelDefinitionSerializer.h:71:7: note: Technically the member function 'Ember::OgreView::Model::XMLModelDefinitionSerializer::readSounds' can be static.
ember-0.7.2/src/components/ogre/model/XMLModelDefinitionSerializer.h:72:7: performance: Technically the member function 'Ember::OgreView::Model::XMLModelDefinitionSerializer::readActivations' can be static. [functionStatic]
ember-0.7.2/src/components/ogre/model/XMLModelDefinitionSerializer.cpp:438:36: note: Technically the member function 'Ember::OgreView::Model::XMLModelDefinitionSerializer::readActivations' can be static.
ember-0.7.2/src/components/ogre/model/XMLModelDefinitionSerializer.h:72:7: note: Technically the member function 'Ember::OgreView::Model::XMLModelDefinitionSerializer::readActivations' can be static.
ember-0.7.2/src/components/ogre/model/XMLModelDefinitionSerializer.h:73:7: performance: Technically the member function 'Ember::OgreView::Model::XMLModelDefinitionSerializer::readLights' can be static. [functionStatic]
ember-0.7.2/src/components/ogre/model/XMLModelDefinitionSerializer.cpp:698:36: note: Technically the member function 'Ember::OgreView::Model::XMLModelDefinitionSerializer::readLights' can be static.
ember-0.7.2/src/components/ogre/model/XMLModelDefinitionSerializer.h:73:7: note: Technically the member function 'Ember::OgreView::Model::XMLModelDefinitionSerializer::readLights' can be static.
ember-0.7.2/src/components/ogre/model/XMLModelDefinitionSerializer.h:74:7: performance: Technically the member function 'Ember::OgreView::Model::XMLModelDefinitionSerializer::readPoses' can be static. [functionStatic]
ember-0.7.2/src/components/ogre/model/XMLModelDefinitionSerializer.cpp:840:36: note: Technically the member function 'Ember::OgreView::Model::XMLModelDefinitionSerializer::readPoses' can be static.
ember-0.7.2/src/components/ogre/model/XMLModelDefinitionSerializer.h:74:7: note: Technically the member function 'Ember::OgreView::Model::XMLModelDefinitionSerializer::readPoses' can be static.
ember-0.7.2/src/components/ogre/model/XMLModelDefinitionSerializer.h:81:7: performance: Technically the member function 'Ember::OgreView::Model::XMLModelDefinitionSerializer::readBoneGroups' can be static. [functionStatic]
ember-0.7.2/src/components/ogre/model/XMLModelDefinitionSerializer.cpp:803:36: note: Technically the member function 'Ember::OgreView::Model::XMLModelDefinitionSerializer::readBoneGroups' can be static.
ember-0.7.2/src/components/ogre/model/XMLModelDefinitionSerializer.h:81:7: note: Technically the member function 'Ember::OgreView::Model::XMLModelDefinitionSerializer::readBoneGroups' can be static.
ember-0.7.2/src/components/ogre/model/XMLModelDefinitionSerializer.h:84:7: performance: Technically the member function 'Ember::OgreView::Model::XMLModelDefinitionSerializer::exportSubModels' can be static. [functionStatic]
ember-0.7.2/src/components/ogre/model/XMLModelDefinitionSerializer.cpp:1111:36: note: Technically the member function 'Ember::OgreView::Model::XMLModelDefinitionSerializer::exportSubModels' can be static.
ember-0.7.2/src/components/ogre/model/XMLModelDefinitionSerializer.h:84:7: note: Technically the member function 'Ember::OgreView::Model::XMLModelDefinitionSerializer::exportSubModels' can be static.
ember-0.7.2/src/components/ogre/model/XMLModelDefinitionSerializer.h:85:7: performance: Technically the member function 'Ember::OgreView::Model::XMLModelDefinitionSerializer::exportActions' can be static. [functionStatic]
ember-0.7.2/src/components/ogre/model/XMLModelDefinitionSerializer.cpp:1038:36: note: Technically the member function 'Ember::OgreView::Model::XMLModelDefinitionSerializer::exportActions' can be static.
ember-0.7.2/src/components/ogre/model/XMLModelDefinitionSerializer.h:85:7: note: Technically the member function 'Ember::OgreView::Model::XMLModelDefinitionSerializer::exportActions' can be static.
ember-0.7.2/src/components/ogre/model/XMLModelDefinitionSerializer.h:86:7: performance: Technically the member function 'Ember::OgreView::Model::XMLModelDefinitionSerializer::exportAttachPoints' can be static. [functionStatic]
ember-0.7.2/src/components/ogre/model/XMLModelDefinitionSerializer.cpp:1153:36: note: Technically the member function 'Ember::OgreView::Model::XMLModelDefinitionSerializer::exportAttachPoints' can be static.
ember-0.7.2/src/components/ogre/model/XMLModelDefinitionSerializer.h:86:7: note: Technically the member function 'Ember::OgreView::Model::XMLModelDefinitionSerializer::exportAttachPoints' can be static.
ember-0.7.2/src/components/ogre/model/XMLModelDefinitionSerializer.h:87:7: performance: Technically the member function 'Ember::OgreView::Model::XMLModelDefinitionSerializer::exportViews' can be static. [functionStatic]
ember-0.7.2/src/components/ogre/model/XMLModelDefinitionSerializer.cpp:1015:36: note: Technically the member function 'Ember::OgreView::Model::XMLModelDefinitionSerializer::exportViews' can be static.
ember-0.7.2/src/components/ogre/model/XMLModelDefinitionSerializer.h:87:7: note: Technically the member function 'Ember::OgreView::Model::XMLModelDefinitionSerializer::exportViews' can be static.
ember-0.7.2/src/components/ogre/model/XMLModelDefinitionSerializer.h:88:7: performance: Technically the member function 'Ember::OgreView::Model::XMLModelDefinitionSerializer::exportParticleSystems' can be static. [functionStatic]
ember-0.7.2/src/components/ogre/model/XMLModelDefinitionSerializer.cpp:1249:36: note: Technically the member function 'Ember::OgreView::Model::XMLModelDefinitionSerializer::exportParticleSystems' can be static.
ember-0.7.2/src/components/ogre/model/XMLModelDefinitionSerializer.h:88:7: note: Technically the member function 'Ember::OgreView::Model::XMLModelDefinitionSerializer::exportParticleSystems' can be static.
ember-0.7.2/src/components/ogre/model/XMLModelDefinitionSerializer.h:89:7: performance: Technically the member function 'Ember::OgreView::Model::XMLModelDefinitionSerializer::exportPoses' can be static. [functionStatic]
ember-0.7.2/src/components/ogre/model/XMLModelDefinitionSerializer.cpp:1221:36: note: Technically the member function 'Ember::OgreView::Model::XMLModelDefinitionSerializer::exportPoses' can be static.
ember-0.7.2/src/components/ogre/model/XMLModelDefinitionSerializer.h:89:7: note: Technically the member function 'Ember::OgreView::Model::XMLModelDefinitionSerializer::exportPoses' can be static.
ember-0.7.2/src/components/ogre/model/XMLModelDefinitionSerializer.h:96:7: performance: Technically the member function 'Ember::OgreView::Model::XMLModelDefinitionSerializer::exportLights' can be static. [functionStatic]
ember-0.7.2/src/components/ogre/model/XMLModelDefinitionSerializer.cpp:1176:36: note: Technically the member function 'Ember::OgreView::Model::XMLModelDefinitionSerializer::exportLights' can be static.
ember-0.7.2/src/components/ogre/model/XMLModelDefinitionSerializer.h:96:7: note: Technically the member function 'Ember::OgreView::Model::XMLModelDefinitionSerializer::exportLights' can be static.
ember-0.7.2/src/components/ogre/model/XMLModelDefinitionSerializer.h:103:7: performance: Technically the member function 'Ember::OgreView::Model::XMLModelDefinitionSerializer::exportBoneGroups' can be static. [functionStatic]
ember-0.7.2/src/components/ogre/model/XMLModelDefinitionSerializer.cpp:1278:36: note: Technically the member function 'Ember::OgreView::Model::XMLModelDefinitionSerializer::exportBoneGroups' can be static.
ember-0.7.2/src/components/ogre/model/XMLModelDefinitionSerializer.h:103:7: note: Technically the member function 'Ember::OgreView::Model::XMLModelDefinitionSerializer::exportBoneGroups' can be static.
ember-0.7.2/src/components/ogre/sound/SoundAction.cpp:81:126: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ember-0.7.2/src/components/ogre/sound/SoundAction.h:39:2: style: Class 'SoundAction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/sound/SoundEntity.h:53:2: style: Class 'SoundEntity' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/sound/SoundEntity.h:126:7: performance: Technically the member function 'Ember::OgreView::SoundEntity::createActions' can be static. [functionStatic]
ember-0.7.2/src/components/ogre/sound/SoundEntity.cpp:115:20: note: Technically the member function 'Ember::OgreView::SoundEntity::createActions' can be static.
ember-0.7.2/src/components/ogre/sound/SoundEntity.h:126:7: note: Technically the member function 'Ember::OgreView::SoundEntity::createActions' can be static.
ember-0.7.2/src/components/ogre/sound/SoundGroup.cpp:71:14: warning: Member variable 'SoundGroup::mFrequency' is not initialized in the constructor. [uninitMemberVar]
ember-0.7.2/src/components/ogre/sound/SoundGroup.cpp:71:14: warning: Member variable 'SoundGroup::mPlayOrder' is not initialized in the constructor. [uninitMemberVar]
ember-0.7.2/src/components/ogre/sound/XMLSoundDefParser.cpp:78:59: style: Function 'readBuffers' argument 1 names different: declaration 'act' definition 'grp'. [funcArgNamesDifferent]
ember-0.7.2/src/components/ogre/sound/XMLSoundDefParser.h:42:41: note: Function 'readBuffers' argument 1 names different: declaration 'act' definition 'grp'.
ember-0.7.2/src/components/ogre/sound/XMLSoundDefParser.cpp:78:59: note: Function 'readBuffers' argument 1 names different: declaration 'act' definition 'grp'.
ember-0.7.2/src/components/ogre/sound/XMLSoundDefParser.cpp:87:58: style: Function 'readBuffer' argument 1 names different: declaration 'act' definition 'grp'. [funcArgNamesDifferent]
ember-0.7.2/src/components/ogre/sound/XMLSoundDefParser.h:43:40: note: Function 'readBuffer' argument 1 names different: declaration 'act' definition 'grp'.
ember-0.7.2/src/components/ogre/sound/XMLSoundDefParser.cpp:87:58: note: Function 'readBuffer' argument 1 names different: declaration 'act' definition 'grp'.
ember-0.7.2/src/components/ogre/sound/XMLSoundDefParser.h:43:7: performance: Technically the member function 'Ember::OgreView::XMLSoundDefParser::readBuffer' can be static. [functionStatic]
ember-0.7.2/src/components/ogre/sound/XMLSoundDefParser.cpp:87:25: note: Technically the member function 'Ember::OgreView::XMLSoundDefParser::readBuffer' can be static.
ember-0.7.2/src/components/ogre/sound/XMLSoundDefParser.h:43:7: note: Technically the member function 'Ember::OgreView::XMLSoundDefParser::readBuffer' can be static.
ember-0.7.2/src/components/ogre/terrain/Buffer.h:136:39: style: Function 'Buffer' argument 1 names different: declaration 'resolution' definition 'width'. [funcArgNamesDifferent]
ember-0.7.2/src/components/ogre/terrain/Buffer.h:49:22: note: Function 'Buffer' argument 1 names different: declaration 'resolution' definition 'width'.
ember-0.7.2/src/components/ogre/terrain/Buffer.h:136:39: note: Function 'Buffer' argument 1 names different: declaration 'resolution' definition 'width'.
ember-0.7.2/src/components/ogre/terrain/Buffer.h:142:39: style: Function 'Buffer' argument 1 names different: declaration 'resolution' definition 'width'. [funcArgNamesDifferent]
ember-0.7.2/src/components/ogre/terrain/Buffer.h:58:22: note: Function 'Buffer' argument 1 names different: declaration 'resolution' definition 'width'.
ember-0.7.2/src/components/ogre/terrain/Buffer.h:142:39: note: Function 'Buffer' argument 1 names different: declaration 'resolution' definition 'width'.
ember-0.7.2/src/components/ogre/terrain/Buffer.h:85:11: style: Technically the member function 'Ember::OgreView::Terrain::Buffer::getValueAt' can be const. [functionConst]
ember-0.7.2/src/components/ogre/terrain/Buffer.h:168:28: note: Technically the member function 'Ember::OgreView::Terrain::Buffer::getValueAt' can be const.
ember-0.7.2/src/components/ogre/terrain/Buffer.h:85:11: note: Technically the member function 'Ember::OgreView::Terrain::Buffer::getValueAt' can be const.
ember-0.7.2/src/components/ogre/terrain/Buffer.h:137:43: style: Class 'Buffer' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ember-0.7.2/src/components/ogre/terrain/Buffer.h:137:43: style: Class 'Buffer' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ember-0.7.2/src/components/ogre/terrain/GeometryUpdateTask.cpp:36:76: style: Function 'GeometryUpdateTask' argument 1 names different: declaration 'geometry' definition 'pages'. [funcArgNamesDifferent]
ember-0.7.2/src/components/ogre/terrain/GeometryUpdateTask.h:43:57: note: Function 'GeometryUpdateTask' argument 1 names different: declaration 'geometry' definition 'pages'.
ember-0.7.2/src/components/ogre/terrain/GeometryUpdateTask.cpp:36:76: note: Function 'GeometryUpdateTask' argument 1 names different: declaration 'geometry' definition 'pages'.
ember-0.7.2/src/components/ogre/terrain/GeometryUpdateTask.cpp:36:278: performance: Function parameter 'lightDirection' should be passed by const reference. [passedByValue]
ember-0.7.2/src/components/ogre/terrain/Buffer.h:136:0: style: Function 'Ember :: OgreView :: Terrain :: Buffer < float >' argument 1 names different: declaration 'resolution' definition 'width'. [funcArgNamesDifferent]
ember-0.7.2/src/components/ogre/terrain/Buffer.h:49:0: note: Function 'Ember :: OgreView :: Terrain :: Buffer < float >' argument 1 names different: declaration 'resolution' definition 'width'.
ember-0.7.2/src/components/ogre/terrain/Buffer.h:136:0: note: Function 'Ember :: OgreView :: Terrain :: Buffer < float >' argument 1 names different: declaration 'resolution' definition 'width'.
ember-0.7.2/src/components/ogre/terrain/Buffer.h:142:0: style: Function 'Ember :: OgreView :: Terrain :: Buffer < float >' argument 1 names different: declaration 'resolution' definition 'width'. [funcArgNamesDifferent]
ember-0.7.2/src/components/ogre/terrain/Buffer.h:58:0: note: Function 'Ember :: OgreView :: Terrain :: Buffer < float >' argument 1 names different: declaration 'resolution' definition 'width'.
ember-0.7.2/src/components/ogre/terrain/Buffer.h:142:0: note: Function 'Ember :: OgreView :: Terrain :: Buffer < float >' argument 1 names different: declaration 'resolution' definition 'width'.
ember-0.7.2/src/components/ogre/terrain/Buffer.h:85:0: style: Technically the member function 'Ember :: OgreView :: Terrain :: Buffer < float >::getValueAt' can be const. [functionConst]
ember-0.7.2/src/components/ogre/terrain/Buffer.h:168:0: note: Technically the member function 'Ember :: OgreView :: Terrain :: Buffer < float >::getValueAt' can be const.
ember-0.7.2/src/components/ogre/terrain/Buffer.h:85:0: note: Technically the member function 'Ember :: OgreView :: Terrain :: Buffer < float >::getValueAt' can be const.
ember-0.7.2/src/components/ogre/terrain/Buffer.h:137:0: style: Class 'Ember :: OgreView :: Terrain :: Buffer < float >' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ember-0.7.2/src/components/ogre/terrain/Buffer.h:137:0: style: Class 'Ember :: OgreView :: Terrain :: Buffer < float >' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ember-0.7.2/src/components/ogre/terrain/HeightMapFlatSegment.h:40:2: style: Class 'HeightMapFlatSegment' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/terrain/HeightMapFlatSegment.h:51:16: style: The function 'getHeight' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/terrain/IHeightMapSegment.h:50:16: note: Virtual function in base class
ember-0.7.2/src/components/ogre/terrain/HeightMapFlatSegment.h:51:16: note: Function in derived class
ember-0.7.2/src/components/ogre/terrain/HeightMapFlatSegment.h:61:15: style: The function 'getHeightAndNormal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/terrain/IHeightMapSegment.h:60:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/terrain/HeightMapFlatSegment.h:61:15: note: Function in derived class
ember-0.7.2/src/components/ogre/terrain/HeightMapSegment.cpp:63:68: style: Function 'getHeightAndNormal' argument 3 names different: declaration 'height' definition 'h'. [funcArgNamesDifferent]
ember-0.7.2/src/components/ogre/terrain/HeightMapSegment.h:71:59: note: Function 'getHeightAndNormal' argument 3 names different: declaration 'height' definition 'h'.
ember-0.7.2/src/components/ogre/terrain/HeightMapSegment.cpp:63:68: note: Function 'getHeightAndNormal' argument 3 names different: declaration 'height' definition 'h'.
ember-0.7.2/src/components/ogre/terrain/HeightMapSegment.h:46:2: style: Class 'HeightMapSegment' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/terrain/HeightMapSegment.h:61:16: style: The function 'getHeight' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/terrain/IHeightMapSegment.h:50:16: note: Virtual function in base class
ember-0.7.2/src/components/ogre/terrain/HeightMapSegment.h:61:16: note: Function in derived class
ember-0.7.2/src/components/ogre/terrain/HeightMapSegment.h:71:15: style: The function 'getHeightAndNormal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/terrain/IHeightMapSegment.h:60:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/terrain/HeightMapSegment.h:71:15: note: Function in derived class
ember-0.7.2/src/components/ogre/terrain/Map.h:60:2: style: Class 'MapCameraLightning' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/terrain/Map.h:104:2: style: Class 'MapCameraLightningInstance' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/terrain/Map.h:255:5: style: Class 'Map' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/terrain/Map.h:326:2: style: Class 'RenderingInstance' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/terrain/OgreImage.h:38:2: style: Class 'OgreImage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/terrain/WFImage.h:35:2: style: Class 'WFImage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/terrain/OgreImage.h:40:7: style: The function 'blit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/terrain/Image.h:55:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/terrain/OgreImage.h:40:7: note: Function in derived class
ember-0.7.2/src/components/ogre/terrain/OgreImage.h:41:7: style: The function 'blit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/terrain/Image.h:56:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/terrain/OgreImage.h:41:7: note: Function in derived class
ember-0.7.2/src/components/ogre/terrain/WFImage.h:37:7: style: The function 'blit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/terrain/Image.h:55:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/terrain/WFImage.h:37:7: note: Function in derived class
ember-0.7.2/src/components/ogre/terrain/WFImage.h:38:7: style: The function 'blit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/terrain/Image.h:56:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/terrain/WFImage.h:38:7: note: Function in derived class
ember-0.7.2/src/components/ogre/terrain/OgreTerrain/CameraFocusedGrid2DPageStrategy.h:41:2: style: Class 'CameraFocusedGrid2DPageStrategy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/terrain/OgreTerrain/EmberTerrain.cpp:73:16: style: Opposite expression on both sides of '&&'. [oppositeExpression]
ember-0.7.2/src/components/ogre/terrain/OgreTerrain/EmberTerrain.cpp:73:16: note: Opposite expression on both sides of '&&'.
ember-0.7.2/src/components/ogre/terrain/OgreTerrain/EmberTerrain.cpp:73:16: note: Opposite expression on both sides of '&&'.
ember-0.7.2/src/components/ogre/terrain/OgreTerrain/EmberTerrain.cpp:79:36: style: Opposite expression on both sides of '&&'. [oppositeExpression]
ember-0.7.2/src/components/ogre/terrain/OgreTerrain/EmberTerrain.cpp:79:36: note: Opposite expression on both sides of '&&'.
ember-0.7.2/src/components/ogre/terrain/OgreTerrain/EmberTerrain.cpp:79:36: note: Opposite expression on both sides of '&&'.
ember-0.7.2/src/components/ogre/terrain/OgreTerrain/OgreTerrainAdapter.h:62:15: warning: Virtual function 'setPageSize' is called from constructor 'OgreTerrainAdapter(Ogre::SceneManager&sceneManager,Ogre::Camera*mainCamera,int terrainPageSize=257)' at line 57. Dynamic binding is not used. [virtualCallInConstructor]
ember-0.7.2/src/components/ogre/terrain/OgreTerrain/OgreTerrainAdapter.cpp:57:2: note: Calling setPageSize
ember-0.7.2/src/components/ogre/terrain/OgreTerrain/OgreTerrainAdapter.h:62:15: note: setPageSize is a virtual method
ember-0.7.2/src/components/ogre/terrain/OgreTerrain/OgreTerrainObserver.h:47:2: style: Class 'OgreTerrainObserver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/terrain/OgreTerrain/OgreTerrainDefiner.h:39:2: style: Class 'OgreTerrainDefiner' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/terrain/OgreTerrain/OgreTerrainObserver.h:50:15: style: The function 'observeArea' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/terrain/ITerrainObserver.h:59:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/terrain/OgreTerrain/OgreTerrainObserver.h:50:15: note: Function in derived class
ember-0.7.2/src/components/ogre/terrain/OgreTerrain/OgreTerrainObserver.h:52:15: style: The function 'observeArea' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/terrain/ITerrainObserver.h:65:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/terrain/OgreTerrain/OgreTerrainObserver.h:52:15: note: Function in derived class
ember-0.7.2/src/components/ogre/terrain/OgreTerrain/OgreTerrainPageBridge.h:52:15: style: The function 'updateTerrain' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/terrain/ITerrainPageBridge.h:61:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/terrain/OgreTerrain/OgreTerrainPageBridge.h:52:15: note: Function in derived class
ember-0.7.2/src/components/ogre/terrain/OgreTerrain/OgreTerrainPageBridge.h:54:15: style: The function 'terrainPageReady' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/terrain/ITerrainPageBridge.h:66:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/terrain/OgreTerrain/OgreTerrainPageBridge.h:54:15: note: Function in derived class
ember-0.7.2/src/components/ogre/terrain/OgreTerrain/OgreTerrainPageBridge.h:56:15: style: The function 'isPageShown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/terrain/ITerrainPageBridge.h:92:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/terrain/OgreTerrain/OgreTerrainPageBridge.h:56:15: note: Function in derived class
ember-0.7.2/src/components/ogre/terrain/PlantAreaQueryResult.cpp:33:2: style: Class 'PlantAreaQueryResult' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ember-0.7.2/src/components/ogre/terrain/PlantAreaQueryResult.cpp:33:2: style: Class 'PlantAreaQueryResult' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ember-0.7.2/src/components/ogre/terrain/foliage/PlantPopulator.h:50:15: style: The function 'scale' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/terrain/foliage/PlantPopulator.h:43:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/terrain/foliage/PlantPopulator.h:50:15: note: Function in derived class
ember-0.7.2/src/components/ogre/terrain/foliage/PlantPopulator.h:60:15: style: The function 'scale' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/terrain/foliage/PlantPopulator.h:43:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/terrain/foliage/PlantPopulator.h:60:15: note: Function in derived class
ember-0.7.2/src/components/ogre/terrain/SegmentHolder.h:74:7: style: Technically the member function 'Ember::OgreView::Terrain::SegmentHolder::isUnused' can be const. [functionConst]
ember-0.7.2/src/components/ogre/terrain/SegmentHolder.cpp:70:21: note: Technically the member function 'Ember::OgreView::Terrain::SegmentHolder::isUnused' can be const.
ember-0.7.2/src/components/ogre/terrain/SegmentHolder.h:74:7: note: Technically the member function 'Ember::OgreView::Terrain::SegmentHolder::isUnused' can be const.
ember-0.7.2/src/components/ogre/terrain/SegmentManager.cpp:97:88: style: Function 'createFakeSegment' argument 2 names different: declaration 'x' definition 'xIndex'. [funcArgNamesDifferent]
ember-0.7.2/src/components/ogre/terrain/SegmentManager.h:241:62: note: Function 'createFakeSegment' argument 2 names different: declaration 'x' definition 'xIndex'.
ember-0.7.2/src/components/ogre/terrain/SegmentManager.cpp:97:88: note: Function 'createFakeSegment' argument 2 names different: declaration 'x' definition 'xIndex'.
ember-0.7.2/src/components/ogre/terrain/SegmentManager.cpp:97:100: style: Function 'createFakeSegment' argument 3 names different: declaration 'y' definition 'yIndex'. [funcArgNamesDifferent]
ember-0.7.2/src/components/ogre/terrain/SegmentManager.h:241:69: note: Function 'createFakeSegment' argument 3 names different: declaration 'y' definition 'yIndex'.
ember-0.7.2/src/components/ogre/terrain/SegmentManager.cpp:97:100: note: Function 'createFakeSegment' argument 3 names different: declaration 'y' definition 'yIndex'.
ember-0.7.2/src/components/ogre/terrain/TerrainPageShadow.h:51:2: style: Class 'TerrainPageShadow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/terrain/TerrainAreaParser.h:52:6: performance: Technically the member function 'Ember::OgreView::Terrain::TerrainAreaParser::parseArea' can be static. [functionStatic]
ember-0.7.2/src/components/ogre/terrain/TerrainAreaParser.cpp:41:25: note: Technically the member function 'Ember::OgreView::Terrain::TerrainAreaParser::parseArea' can be static.
ember-0.7.2/src/components/ogre/terrain/TerrainAreaParser.h:52:6: note: Technically the member function 'Ember::OgreView::Terrain::TerrainAreaParser::parseArea' can be static.
ember-0.7.2/src/components/ogre/terrain/TerrainAreaParser.h:54:31: performance: Technically the member function 'Ember::OgreView::Terrain::TerrainAreaParser::createElement' can be static. [functionStatic]
ember-0.7.2/src/components/ogre/terrain/TerrainAreaParser.cpp:81:50: note: Technically the member function 'Ember::OgreView::Terrain::TerrainAreaParser::createElement' can be static.
ember-0.7.2/src/components/ogre/terrain/TerrainAreaParser.h:54:31: note: Technically the member function 'Ember::OgreView::Terrain::TerrainAreaParser::createElement' can be static.
ember-0.7.2/src/components/ogre/terrain/TerrainEditorOverlay.h:64:2: style: Class 'BasePointPickListener' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/terrain/TerrainEditorOverlay.h:427:86: performance: Function parameter 'action' should be passed by const reference. [passedByValue]
ember-0.7.2/src/components/ogre/terrain/TerrainEditorOverlay.cpp:226:6: style: The scope of the variable 'x' can be reduced. [variableScope]
ember-0.7.2/src/components/ogre/terrain/TerrainEditorOverlay.h:135:7: style: Technically the member function 'Ember::OgreView::Terrain::BasePointUserObject::updateMarking' can be const. [functionConst]
ember-0.7.2/src/components/ogre/terrain/TerrainEditorOverlay.cpp:108:27: note: Technically the member function 'Ember::OgreView::Terrain::BasePointUserObject::updateMarking' can be const.
ember-0.7.2/src/components/ogre/terrain/TerrainEditorOverlay.h:135:7: note: Technically the member function 'Ember::OgreView::Terrain::BasePointUserObject::updateMarking' can be const.
ember-0.7.2/src/components/ogre/terrain/TerrainEditorOverlay.cpp:501:6: performance: Possible inefficient checking for 'mActions' emptiness. [stlSize]
ember-0.7.2/src/components/ogre/terrain/TerrainEditorOverlay.cpp:517:6: performance: Possible inefficient checking for 'mUndoneActions' emptiness. [stlSize]
ember-0.7.2/src/components/ogre/terrain/TerrainHandler.cpp:445:63: style: Function 'getHeight' argument 1 names different: declaration 'atPosition' definition 'point'. [funcArgNamesDifferent]
ember-0.7.2/src/components/ogre/terrain/TerrainHandler.h:124:48: note: Function 'getHeight' argument 1 names different: declaration 'atPosition' definition 'point'.
ember-0.7.2/src/components/ogre/terrain/TerrainHandler.cpp:445:63: note: Function 'getHeight' argument 1 names different: declaration 'atPosition' definition 'point'.
ember-0.7.2/src/components/ogre/terrain/TerrainHandler.cpp:485:64: style: Function 'updateTerrain' argument 1 names different: declaration 'terrainIndexPoints' definition 'terrainPoints'. [funcArgNamesDifferent]
ember-0.7.2/src/components/ogre/terrain/TerrainHandler.h:132:49: note: Function 'updateTerrain' argument 1 names different: declaration 'terrainIndexPoints' definition 'terrainPoints'.
ember-0.7.2/src/components/ogre/terrain/TerrainHandler.cpp:485:64: note: Function 'updateTerrain' argument 1 names different: declaration 'terrainIndexPoints' definition 'terrainPoints'.
ember-0.7.2/src/components/ogre/terrain/TerrainPageDeletionTask.h:42:2: style: Class 'TerrainPageDeletionTask' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/terrain/GeometryUpdateTask.h:43:262: performance: Function parameter 'lightDirection' should be passed by const reference. [passedByValue]
ember-0.7.2/src/components/ogre/terrain/TerrainInfo.h:73:7: style: Technically the member function 'Ember::OgreView::Terrain::TerrainInfo::adjustBasePointPositionDown' can be const. [functionConst]
ember-0.7.2/src/components/ogre/terrain/TerrainInfo.cpp:86:19: note: Technically the member function 'Ember::OgreView::Terrain::TerrainInfo::adjustBasePointPositionDown' can be const.
ember-0.7.2/src/components/ogre/terrain/TerrainInfo.h:73:7: note: Technically the member function 'Ember::OgreView::Terrain::TerrainInfo::adjustBasePointPositionDown' can be const.
ember-0.7.2/src/components/ogre/terrain/TerrainInfo.h:75:7: style: Technically the member function 'Ember::OgreView::Terrain::TerrainInfo::adjustBasePointPositionUp' can be const. [functionConst]
ember-0.7.2/src/components/ogre/terrain/TerrainInfo.cpp:74:19: note: Technically the member function 'Ember::OgreView::Terrain::TerrainInfo::adjustBasePointPositionUp' can be const.
ember-0.7.2/src/components/ogre/terrain/TerrainInfo.h:75:7: note: Technically the member function 'Ember::OgreView::Terrain::TerrainInfo::adjustBasePointPositionUp' can be const.
ember-0.7.2/src/components/ogre/terrain/XMLLayerDefinitionSerializer.h:41:5: style: Class 'XMLLayerDefinitionSerializer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/terrain/TerrainMaterialCompilationTask.cpp:48:87: style: Function 'TerrainMaterialCompilationTask' argument 1 names different: declaration 'pageGeometry' definition 'geometry'. [funcArgNamesDifferent]
ember-0.7.2/src/components/ogre/terrain/TerrainMaterialCompilationTask.h:60:56: note: Function 'TerrainMaterialCompilationTask' argument 1 names different: declaration 'pageGeometry' definition 'geometry'.
ember-0.7.2/src/components/ogre/terrain/TerrainMaterialCompilationTask.cpp:48:87: note: Function 'TerrainMaterialCompilationTask' argument 1 names different: declaration 'pageGeometry' definition 'geometry'.
ember-0.7.2/src/components/ogre/terrain/TerrainPageSurfaceCompiler.h:188:5: style: Class 'TerrainPageSurfaceCompiler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/terrain/TerrainMod.h:132:18: warning: Virtual function 'onModDeleted' is called from destructor '~TerrainMod()' at line 47. Dynamic binding is not used. [virtualCallInConstructor]
ember-0.7.2/src/components/ogre/terrain/TerrainMod.cpp:47:2: note: Calling onModDeleted
ember-0.7.2/src/components/ogre/terrain/TerrainMod.h:132:18: note: onModDeleted is a virtual method
ember-0.7.2/src/components/ogre/terrain/TerrainPageCreationTask.cpp:51:2: warning: Possible leak in public function. The pointer 'mPage' is not deallocated before it is allocated. [publicAllocationError]
ember-0.7.2/src/components/ogre/terrain/TerrainPageGeometry.h:164:7: style: Technically the member function 'Ember::OgreView::Terrain::TerrainPageGeometry::blitSegmentToOgre' can be const. [functionConst]
ember-0.7.2/src/components/ogre/terrain/TerrainPageGeometry.cpp:133:27: note: Technically the member function 'Ember::OgreView::Terrain::TerrainPageGeometry::blitSegmentToOgre' can be const.
ember-0.7.2/src/components/ogre/terrain/TerrainPageGeometry.h:164:7: note: Technically the member function 'Ember::OgreView::Terrain::TerrainPageGeometry::blitSegmentToOgre' can be const.
ember-0.7.2/src/components/ogre/terrain/TerrainPageSurface.cpp:46:106: style: Class 'TerrainPageSurface' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ember-0.7.2/src/components/ogre/terrain/TerrainPageSurface.cpp:46:106: style: Class 'TerrainPageSurface' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ember-0.7.2/src/components/ogre/terrain/TerrainPageSurfaceCompiler.h:140:7: style: Technically the member function 'Ember::OgreView::Terrain::TerrainPageSurfaceCompilationInstance::compile' can be const. [functionConst]
ember-0.7.2/src/components/ogre/terrain/TerrainPageSurfaceCompiler.cpp:79:45: note: Technically the member function 'Ember::OgreView::Terrain::TerrainPageSurfaceCompilationInstance::compile' can be const.
ember-0.7.2/src/components/ogre/terrain/TerrainPageSurfaceCompiler.h:140:7: note: Technically the member function 'Ember::OgreView::Terrain::TerrainPageSurfaceCompilationInstance::compile' can be const.
ember-0.7.2/src/components/ogre/terrain/TerrainPageSurfaceCompiler.h:147:7: style: Technically the member function 'Ember::OgreView::Terrain::TerrainPageSurfaceCompilationInstance::compileCompositeMap' can be const. [functionConst]
ember-0.7.2/src/components/ogre/terrain/TerrainPageSurfaceCompiler.cpp:95:45: note: Technically the member function 'Ember::OgreView::Terrain::TerrainPageSurfaceCompilationInstance::compileCompositeMap' can be const.
ember-0.7.2/src/components/ogre/terrain/TerrainPageSurfaceCompiler.h:147:7: note: Technically the member function 'Ember::OgreView::Terrain::TerrainPageSurfaceCompilationInstance::compileCompositeMap' can be const.
ember-0.7.2/src/components/ogre/terrain/TerrainParser.h:64:23: performance: Technically the member function 'Ember::OgreView::Terrain::TerrainParser::parseTerrain' can be static. [functionStatic]
ember-0.7.2/src/components/ogre/terrain/TerrainParser.cpp:43:37: note: Technically the member function 'Ember::OgreView::Terrain::TerrainParser::parseTerrain' can be static.
ember-0.7.2/src/components/ogre/terrain/TerrainParser.h:64:23: note: Technically the member function 'Ember::OgreView::Terrain::TerrainParser::parseTerrain' can be static.
ember-0.7.2/src/components/ogre/terrain/TerrainShaderParser.cpp:72:17: style: Unused variable: name [unusedVariable]
ember-0.7.2/src/components/ogre/terrain/TerrainShaderParser.cpp:73:17: style: Unused variable: pattern [unusedVariable]
ember-0.7.2/src/components/ogre/terrain/foliage/ClusterPopulator.cpp:94:122: style: Function 'getClustersForArea' argument 3 names different: declaration 'clusters' definition 'store'. [funcArgNamesDifferent]
ember-0.7.2/src/components/ogre/terrain/foliage/ClusterPopulator.h:60:105: note: Function 'getClustersForArea' argument 3 names different: declaration 'clusters' definition 'store'.
ember-0.7.2/src/components/ogre/terrain/foliage/ClusterPopulator.cpp:94:122: note: Function 'getClustersForArea' argument 3 names different: declaration 'clusters' definition 'store'.
ember-0.7.2/src/components/ogre/terrain/foliage/ClusterPopulator.h:39:15: style: The function 'populate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/terrain/foliage/PlantPopulator.h:75:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/terrain/foliage/ClusterPopulator.h:39:15: note: Function in derived class
ember-0.7.2/src/components/ogre/terrain/foliage/ClusterPopulator.cpp:69:6: performance: Possible inefficient checking for 'indexSort' emptiness. [stlSize]
ember-0.7.2/src/components/ogre/terrain/techniques/Simple.h:62:22: style: The function 'getShadowTextureName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/terrain/techniques/Base.h:57:22: note: Virtual function in base class
ember-0.7.2/src/components/ogre/terrain/techniques/Simple.h:62:22: note: Function in derived class
ember-0.7.2/src/components/ogre/terrain/techniques/Simple.h:63:15: style: The function 'requiresPregenShadow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/terrain/techniques/Base.h:62:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/terrain/techniques/Simple.h:63:15: note: Function in derived class
ember-0.7.2/src/components/ogre/terrain/techniques/Shader.cpp:44:67: style: Function 'Shader' argument 2 names different: declaration 'geometry' definition 'mGeometry'. [funcArgNamesDifferent]
ember-0.7.2/src/components/ogre/terrain/techniques/Shader.h:70:60: note: Function 'Shader' argument 2 names different: declaration 'geometry' definition 'mGeometry'.
ember-0.7.2/src/components/ogre/terrain/techniques/Shader.cpp:44:67: note: Function 'Shader' argument 2 names different: declaration 'geometry' definition 'mGeometry'.
ember-0.7.2/src/components/ogre/terrain/techniques/Shader.cpp:44:103: style: Function 'Shader' argument 3 names different: declaration 'terrainPageSurfaces' definition 'mTerrainPageSurfaces'. [funcArgNamesDifferent]
ember-0.7.2/src/components/ogre/terrain/techniques/Shader.h:70:95: note: Function 'Shader' argument 3 names different: declaration 'terrainPageSurfaces' definition 'mTerrainPageSurfaces'.
ember-0.7.2/src/components/ogre/terrain/techniques/Shader.cpp:44:103: note: Function 'Shader' argument 3 names different: declaration 'terrainPageSurfaces' definition 'mTerrainPageSurfaces'.
ember-0.7.2/src/components/ogre/terrain/techniques/Shader.cpp:44:208: style: Function 'Shader' argument 6 names different: declaration 'useNormalMapping' definition 'UseNormalMapping'. [funcArgNamesDifferent]
ember-0.7.2/src/components/ogre/terrain/techniques/Shader.h:70:199: note: Function 'Shader' argument 6 names different: declaration 'useNormalMapping' definition 'UseNormalMapping'.
ember-0.7.2/src/components/ogre/terrain/techniques/Shader.cpp:44:208: note: Function 'Shader' argument 6 names different: declaration 'useNormalMapping' definition 'UseNormalMapping'.
ember-0.7.2/src/components/ogre/terrain/techniques/ShaderPass.h:68:124: performance: Function parameter 'shaderSuffix' should be passed by const reference. [passedByValue]
ember-0.7.2/src/components/ogre/terrain/techniques/ShaderPass.cpp:131:120: performance: Function parameter 'shaderSuffix' should be passed by const reference. [passedByValue]
ember-0.7.2/src/components/ogre/widgets/GenericIconUserData.h:56:0: style: Function 'Ember :: OgreView :: Gui :: GenericIconUserData < ActionBarIcon >' argument 1 names different: declaration 'mGenericIcon' definition 'icon'. [funcArgNamesDifferent]
ember-0.7.2/src/components/ogre/widgets/GenericIconUserData.h:41:0: note: Function 'Ember :: OgreView :: Gui :: GenericIconUserData < ActionBarIcon >' argument 1 names different: declaration 'mGenericIcon' definition 'icon'.
ember-0.7.2/src/components/ogre/widgets/GenericIconUserData.h:56:0: note: Function 'Ember :: OgreView :: Gui :: GenericIconUserData < ActionBarIcon >' argument 1 names different: declaration 'mGenericIcon' definition 'icon'.
ember-0.7.2/src/components/ogre/widgets/ActionBarIcon.h:140:37: warning: The class 'ActionBarIcon' defines member variable with name 'EventIconEntered' also defined in its parent class 'ActionBarIconDragDropTarget'. [duplInheritedMember]
ember-0.7.2/src/components/ogre/widgets/ActionBarIconDragDropTarget.h:75:37: note: Parent variable 'ActionBarIconDragDropTarget::EventIconEntered'
ember-0.7.2/src/components/ogre/widgets/ActionBarIcon.h:140:37: note: Derived variable 'ActionBarIcon::EventIconEntered'
ember-0.7.2/src/components/ogre/widgets/ActionBarIcon.h:145:37: warning: The class 'ActionBarIcon' defines member variable with name 'EventIconLeaves' also defined in its parent class 'ActionBarIconDragDropTarget'. [duplInheritedMember]
ember-0.7.2/src/components/ogre/widgets/ActionBarIconDragDropTarget.h:80:37: note: Parent variable 'ActionBarIconDragDropTarget::EventIconLeaves'
ember-0.7.2/src/components/ogre/widgets/ActionBarIcon.h:145:37: note: Derived variable 'ActionBarIcon::EventIconLeaves'
ember-0.7.2/src/components/ogre/widgets/ActionBarIconDragDropTarget.h:65:2: style: Class 'ActionBarIconDragDropTarget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/widgets/ActionBarIconSlot.h:105:2: style: Class 'ActionBarIconSlot' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/widgets/GenericIconUserData.h:41:0: style: Class 'Ember :: OgreView :: Gui :: GenericIconUserData < ActionBarIcon >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/widgets/ActionBarIcon.h:175:15: style: The function 'handleDragEnter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/widgets/ActionBarIconDragDropTarget.h:99:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/widgets/ActionBarIcon.h:175:15: note: Function in derived class
ember-0.7.2/src/components/ogre/widgets/ActionBarIcon.h:181:15: style: The function 'handleDragLeave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/widgets/ActionBarIconDragDropTarget.h:106:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/widgets/ActionBarIcon.h:181:15: note: Function in derived class
ember-0.7.2/src/components/ogre/widgets/ActionBarIcon.h:189:15: style: The function 'handleDragActionBarIconDropped' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/widgets/ActionBarIconDragDropTarget.h:113:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/widgets/ActionBarIcon.h:189:15: note: Function in derived class
ember-0.7.2/src/components/ogre/widgets/ActionBarIcon.h:197:15: style: The function 'handleDragEntityIconDropped' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/widgets/ActionBarIconDragDropTarget.h:120:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/widgets/ActionBarIcon.h:197:15: note: Function in derived class
ember-0.7.2/src/components/ogre/widgets/ActionBarIconDragDropTarget.h:155:20: performance: Technically the member function 'Ember::OgreView::Gui::ActionBarIconDragDropTarget::getUserData' can be static. [functionStatic]
ember-0.7.2/src/components/ogre/widgets/ActionBarIconDragDropTarget.cpp:128:48: note: Technically the member function 'Ember::OgreView::Gui::ActionBarIconDragDropTarget::getUserData' can be static.
ember-0.7.2/src/components/ogre/widgets/ActionBarIconDragDropTarget.h:155:20: note: Technically the member function 'Ember::OgreView::Gui::ActionBarIconDragDropTarget::getUserData' can be static.
ember-0.7.2/src/components/ogre/widgets/EntityIcon.h:108:34: warning: The class 'EntityIcon' defines member variable with name 'EventIconEntered' also defined in its parent class 'EntityIconDragDropTarget'. [duplInheritedMember]
ember-0.7.2/src/components/ogre/widgets/EntityIconDragDropTarget.h:71:34: note: Parent variable 'EntityIconDragDropTarget::EventIconEntered'
ember-0.7.2/src/components/ogre/widgets/EntityIcon.h:108:34: note: Derived variable 'EntityIcon::EventIconEntered'
ember-0.7.2/src/components/ogre/widgets/EntityIcon.h:113:34: warning: The class 'EntityIcon' defines member variable with name 'EventIconLeaves' also defined in its parent class 'EntityIconDragDropTarget'. [duplInheritedMember]
ember-0.7.2/src/components/ogre/widgets/EntityIconDragDropTarget.h:76:34: note: Parent variable 'EntityIconDragDropTarget::EventIconLeaves'
ember-0.7.2/src/components/ogre/widgets/EntityIcon.h:113:34: note: Derived variable 'EntityIcon::EventIconLeaves'
ember-0.7.2/src/components/ogre/widgets/EntityIcon.h:118:34: warning: The class 'EntityIcon' defines member variable with name 'EventIconDropped' also defined in its parent class 'EntityIconDragDropTarget'. [duplInheritedMember]
ember-0.7.2/src/components/ogre/widgets/EntityIconDragDropTarget.h:81:34: note: Parent variable 'EntityIconDragDropTarget::EventIconDropped'
ember-0.7.2/src/components/ogre/widgets/EntityIcon.h:118:34: note: Derived variable 'EntityIcon::EventIconDropped'
ember-0.7.2/src/components/ogre/widgets/GenericIconUserData.h:41:2: style: Class 'GenericIconUserData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/widgets/EntityIconDragDropTarget.h:61:2: style: Class 'EntityIconDragDropTarget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/widgets/EntityIcon.h:199:15: style: The function 'handleDragEnter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/widgets/EntityIconDragDropTarget.h:90:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/widgets/EntityIcon.h:199:15: note: Function in derived class
ember-0.7.2/src/components/ogre/widgets/EntityIcon.h:200:15: style: The function 'handleDragLeave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/widgets/EntityIconDragDropTarget.h:97:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/widgets/EntityIcon.h:200:15: note: Function in derived class
ember-0.7.2/src/components/ogre/widgets/EntityIcon.h:201:15: style: The function 'handleDragDropped' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/widgets/EntityIconDragDropTarget.h:104:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/widgets/EntityIcon.h:201:15: note: Function in derived class
ember-0.7.2/src/components/ogre/widgets/ActionBarIconSlot.cpp:106:61: style: Function 'notifyIconDraggedOff' argument 1 names different: declaration 'entityIcon' definition 'actionBarIcon'. [funcArgNamesDifferent]
ember-0.7.2/src/components/ogre/widgets/ActionBarIconSlot.h:89:43: note: Function 'notifyIconDraggedOff' argument 1 names different: declaration 'entityIcon' definition 'actionBarIcon'.
ember-0.7.2/src/components/ogre/widgets/ActionBarIconSlot.cpp:106:61: note: Function 'notifyIconDraggedOff' argument 1 names different: declaration 'entityIcon' definition 'actionBarIcon'.
ember-0.7.2/src/components/ogre/widgets/GenericIconUserData.h:56:0: style: Function 'Ember :: OgreView :: Gui :: GenericIconUserData < EntityIcon >' argument 1 names different: declaration 'mGenericIcon' definition 'icon'. [funcArgNamesDifferent]
ember-0.7.2/src/components/ogre/widgets/GenericIconUserData.h:41:0: note: Function 'Ember :: OgreView :: Gui :: GenericIconUserData < EntityIcon >' argument 1 names different: declaration 'mGenericIcon' definition 'icon'.
ember-0.7.2/src/components/ogre/widgets/GenericIconUserData.h:56:0: note: Function 'Ember :: OgreView :: Gui :: GenericIconUserData < EntityIcon >' argument 1 names different: declaration 'mGenericIcon' definition 'icon'.
ember-0.7.2/src/components/ogre/widgets/GenericIconUserData.h:41:0: style: Class 'Ember :: OgreView :: Gui :: GenericIconUserData < EntityIcon >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/widgets/ActionBarInput.h:49:2: style: Class 'ActionBarInput' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/widgets/AssetsManager.h:93:14: performance: Technically the member function 'Ember::OgreView::Gui::AssetsManager::resolveResourceNameFromFilePath' can be static. [functionStatic]
ember-0.7.2/src/components/ogre/widgets/AssetsManager.cpp:144:28: note: Technically the member function 'Ember::OgreView::Gui::AssetsManager::resolveResourceNameFromFilePath' can be static.
ember-0.7.2/src/components/ogre/widgets/AssetsManager.h:93:14: note: Technically the member function 'Ember::OgreView::Gui::AssetsManager::resolveResourceNameFromFilePath' can be static.
ember-0.7.2/src/components/ogre/widgets/AssetsManager.cpp:68:58: performance: Function parameter 'textureName' should be passed by const reference. [passedByValue]
ember-0.7.2/src/components/ogre/widgets/ColouredListItem.h:42:2: style: Class 'ColouredListItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/widgets/ColouredListItem.h:75:2: style: Class 'ColouredTreeItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/widgets/Compass.cpp:262:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ember-0.7.2/src/components/ogre/widgets/Compass.cpp:87:105: style: Function 'Compass' argument 3 names different: declaration 'sceneManagerAdapter' definition 'terrainAdapter'. [funcArgNamesDifferent]
ember-0.7.2/src/components/ogre/widgets/Compass.h:105:100: note: Function 'Compass' argument 3 names different: declaration 'sceneManagerAdapter' definition 'terrainAdapter'.
ember-0.7.2/src/components/ogre/widgets/Compass.cpp:87:105: note: Function 'Compass' argument 3 names different: declaration 'sceneManagerAdapter' definition 'terrainAdapter'.
ember-0.7.2/src/components/ogre/widgets/Compass.cpp:527:121: style: Function 'CompassThirdPersonCameraAnchor' argument 3 names different: declaration 'node' definition 'sceneNode'. [funcArgNamesDifferent]
ember-0.7.2/src/components/ogre/widgets/Compass.h:588:90: note: Function 'CompassThirdPersonCameraAnchor' argument 3 names different: declaration 'node' definition 'sceneNode'.
ember-0.7.2/src/components/ogre/widgets/Compass.cpp:527:121: note: Function 'CompassThirdPersonCameraAnchor' argument 3 names different: declaration 'node' definition 'sceneNode'.
ember-0.7.2/src/components/ogre/widgets/Compass.h:198:25: style: Technically the member function 'Ember::OgreView::Gui::CEGUICompassImpl::getViewImage' can be const. [functionConst]
ember-0.7.2/src/components/ogre/widgets/Compass.cpp:177:39: note: Technically the member function 'Ember::OgreView::Gui::CEGUICompassImpl::getViewImage' can be const.
ember-0.7.2/src/components/ogre/widgets/Compass.h:198:25: note: Technically the member function 'Ember::OgreView::Gui::CEGUICompassImpl::getViewImage' can be const.
ember-0.7.2/src/components/ogre/widgets/Compass.h:66:2: style: Class 'DelayedCompassRenderer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/widgets/Compass.h:251:2: style: Class 'RenderedCompassPointer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/widgets/Compass.h:200:18: style: The function 'reposition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/widgets/Compass.h:174:18: note: Virtual function in base class
ember-0.7.2/src/components/ogre/widgets/Compass.h:200:18: note: Function in derived class
ember-0.7.2/src/components/ogre/widgets/Compass.h:201:18: style: The function 'rotate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/widgets/Compass.h:175:18: note: Virtual function in base class
ember-0.7.2/src/components/ogre/widgets/Compass.h:201:18: note: Function in derived class
ember-0.7.2/src/components/ogre/widgets/Compass.h:205:18: style: The function 'refresh' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/widgets/Compass.h:180:18: note: Virtual function in base class
ember-0.7.2/src/components/ogre/widgets/Compass.h:205:18: note: Function in derived class
ember-0.7.2/src/components/ogre/widgets/Compass.h:210:15: style: The function '_setCompass' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/widgets/Compass.h:188:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/widgets/Compass.h:210:15: note: Function in derived class
ember-0.7.2/src/components/ogre/widgets/Compass.h:219:18: style: The function 'reposition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/widgets/Compass.h:174:18: note: Virtual function in base class
ember-0.7.2/src/components/ogre/widgets/Compass.h:219:18: note: Function in derived class
ember-0.7.2/src/components/ogre/widgets/Compass.h:220:18: style: The function 'rotate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/widgets/Compass.h:175:18: note: Virtual function in base class
ember-0.7.2/src/components/ogre/widgets/Compass.h:220:18: note: Function in derived class
ember-0.7.2/src/components/ogre/widgets/Compass.h:224:18: style: The function 'refresh' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/widgets/Compass.h:180:18: note: Virtual function in base class
ember-0.7.2/src/components/ogre/widgets/Compass.h:224:18: note: Function in derived class
ember-0.7.2/src/components/ogre/widgets/Compass.h:230:15: style: The function '_setCompass' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/widgets/Compass.h:188:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/widgets/Compass.h:230:15: note: Function in derived class
ember-0.7.2/src/components/ogre/widgets/Compass.h:346:18: style: The function 'reposition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/widgets/Compass.h:174:18: note: Virtual function in base class
ember-0.7.2/src/components/ogre/widgets/Compass.h:346:18: note: Function in derived class
ember-0.7.2/src/components/ogre/widgets/Compass.h:351:18: style: The function 'rotate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/widgets/Compass.h:175:18: note: Virtual function in base class
ember-0.7.2/src/components/ogre/widgets/Compass.h:351:18: note: Function in derived class
ember-0.7.2/src/components/ogre/widgets/Compass.h:356:18: style: The function 'refresh' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/widgets/Compass.h:180:18: note: Virtual function in base class
ember-0.7.2/src/components/ogre/widgets/Compass.h:356:18: note: Function in derived class
ember-0.7.2/src/components/ogre/widgets/Compass.h:390:15: style: The function '_setCompass' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/widgets/Compass.h:188:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/widgets/Compass.h:390:15: note: Function in derived class
ember-0.7.2/src/components/ogre/widgets/AssetsManager.h:67:47: performance: Function parameter 'textureName' should be passed by const reference. [passedByValue]
ember-0.7.2/src/components/ogre/widgets/Compass.cpp:275:54: performance: Function parameter 'compassMaterialName' should be passed by const reference. [passedByValue]
ember-0.7.2/src/components/ogre/widgets/Compass.cpp:275:87: performance: Function parameter 'pointerMaterialName' should be passed by const reference. [passedByValue]
ember-0.7.2/src/components/ogre/widgets/ConsoleAdapter.h:47:5: style: Class 'ConsoleAdapter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/widgets/EntityCreator.h:76:2: style: Class 'EntityCreator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/widgets/EntityCreatorActionCreator.h:44:2: style: Class 'EntityCreatorActionCreator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/widgets/EntityCreatorHideModelAction.h:42:2: style: Class 'EntityCreatorHideModelAction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/widgets/ModelRenderer.h:96:15: style: The function 'updateRender' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/widgets/MovableObjectRenderer.h:158:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/widgets/ModelRenderer.h:96:15: note: Function in derived class
ember-0.7.2/src/components/ogre/widgets/ModelRenderer.h:107:31: style: The function 'getMovableObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/widgets/MovableObjectRenderer.h:211:31: note: Virtual function in base class
ember-0.7.2/src/components/ogre/widgets/ModelRenderer.h:107:31: note: Function in derived class
ember-0.7.2/src/components/ogre/widgets/EntityTextureManipulator.h:125:15: style: The function 'injectMouseMove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/widgets/EntityTextureManipulator.h:57:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/widgets/EntityTextureManipulator.h:125:15: note: Function in derived class
ember-0.7.2/src/components/ogre/widgets/EntityTextureManipulator.h:143:15: style: The function 'injectMouseMove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/widgets/EntityTextureManipulator.h:57:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/widgets/EntityTextureManipulator.h:143:15: note: Function in derived class
ember-0.7.2/src/components/ogre/widgets/EntityTextureManipulator.h:161:15: style: The function 'injectMouseMove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/widgets/EntityTextureManipulator.h:57:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/widgets/EntityTextureManipulator.h:161:15: note: Function in derived class
ember-0.7.2/src/components/ogre/widgets/EntityTextureManipulator.h:163:15: style: The function 'injectMouseButtonUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/widgets/EntityTextureManipulator.h:58:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/widgets/EntityTextureManipulator.h:163:15: note: Function in derived class
ember-0.7.2/src/components/ogre/widgets/EntityTextureManipulator.h:183:15: style: The function 'handleMouseButtonDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/widgets/EntityTextureManipulator.h:102:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/widgets/EntityTextureManipulator.h:183:15: note: Function in derived class
ember-0.7.2/src/components/ogre/widgets/adapters/AdapterBase.h:101:3: style: Class 'SelfUpdateContext' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/widgets/adapters/atlas/MapAdapter.h:89:15: style: The function 'fillElementFromGui' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/widgets/adapters/AdapterBase.h:240:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/widgets/adapters/atlas/MapAdapter.h:89:15: note: Function in derived class
ember-0.7.2/src/components/ogre/widgets/adapters/atlas/MapAdapter.h:90:15: style: The function '_hasChanges' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/widgets/adapters/AdapterBase.h:255:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/widgets/adapters/atlas/MapAdapter.h:90:15: note: Function in derived class
ember-0.7.2/src/components/ogre/widgets/EntityIconSlot.h:104:2: style: Class 'EntityIconSlot' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/widgets/EntityIconDragDropPreview.cpp:336:88: style: Function 'ModelPreviewWorkerMovementBridge' argument 1 names different: declaration 'creator' definition 'modelPreviewWorker'. [funcArgNamesDifferent]
ember-0.7.2/src/components/ogre/widgets/EntityIconDragDropPreview.h:414:55: note: Function 'ModelPreviewWorkerMovementBridge' argument 1 names different: declaration 'creator' definition 'modelPreviewWorker'.
ember-0.7.2/src/components/ogre/widgets/EntityIconDragDropPreview.cpp:336:88: note: Function 'ModelPreviewWorkerMovementBridge' argument 1 names different: declaration 'creator' definition 'modelPreviewWorker'.
ember-0.7.2/src/components/ogre/widgets/EntityIconDragDropPreview.cpp:122:2: style: Class 'ModelPreviewWorker' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ember-0.7.2/src/components/ogre/widgets/EntityIconDragDropPreview.cpp:122:2: style: Class 'ModelPreviewWorker' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ember-0.7.2/src/components/ogre/widgets/EntityIconDragDropPreview.h:78:2: style: Class 'EntityIconDragDropPreview' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/widgets/EntityIconDragDropPreview.h:316:2: style: Class 'ModelPreviewWorkerHideModelAction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/widgets/EntityIconDragDropPreview.h:388:2: style: Class 'ModelPreviewWorkerActionCreator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/widgets/EntityIconDragDropPreview.cpp:250:112: performance: Function parameter 'partName' should be passed by const reference. [passedByValue]
ember-0.7.2/src/components/ogre/widgets/EntityIconDragDropPreview.cpp:271:114: performance: Function parameter 'modelName' should be passed by const reference. [passedByValue]
ember-0.7.2/src/components/ogre/widgets/EntityTooltip.h:152:14: performance: Technically the member function 'Ember::OgreView::Gui::EntityTooltip::composeEntityInfoText' can be static. [functionStatic]
ember-0.7.2/src/components/ogre/widgets/EntityTooltip.cpp:121:28: note: Technically the member function 'Ember::OgreView::Gui::EntityTooltip::composeEntityInfoText' can be static.
ember-0.7.2/src/components/ogre/widgets/EntityTooltip.h:152:14: note: Technically the member function 'Ember::OgreView::Gui::EntityTooltip::composeEntityInfoText' can be static.
ember-0.7.2/src/components/ogre/widgets/Help.h:45:15: style: The function 'buildWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/widgets/Widget.h:118:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/widgets/Help.h:45:15: note: Function in derived class
ember-0.7.2/src/components/ogre/widgets/Help.h:46:15: style: The function 'runCommand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/widgets/Widget.h:125:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/widgets/Help.h:46:15: note: Function in derived class
ember-0.7.2/src/components/ogre/widgets/Help.h:52:7: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/widgets/Widget.h:131:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/widgets/Help.h:52:7: note: Function in derived class
ember-0.7.2/src/components/ogre/widgets/HelpMessage.cpp:72:107: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ember-0.7.2/src/components/ogre/widgets/IconBar.h:47:2: style: Class 'IconBar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/widgets/IngameChatWidget.cpp:369:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
ember-0.7.2/src/components/ogre/widgets/IngameChatWidget.cpp:365:0: note: Variable 'result' is reassigned a value before the old one has been used.
ember-0.7.2/src/components/ogre/widgets/IngameChatWidget.cpp:369:2: note: Variable 'result' is reassigned a value before the old one has been used.
ember-0.7.2/src/components/ogre/widgets/IngameChatWidget.h:225:4: style: Class 'LabelCreator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/widgets/IngameChatWidget.h:327:4: style: Class 'ChatTextCreator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/widgets/WidgetPool.h:51:0: style: Class 'Ember :: OgreView :: Gui :: WidgetPool < IngameChatWidget :: Label >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/widgets/WidgetPool.h:51:0: style: Class 'Ember :: OgreView :: Gui :: WidgetPool < IngameChatWidget :: ChatText >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/widgets/WidgetPool.h:51:0: style: Class 'Ember :: OgreView :: Gui :: WidgetPool < Label >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/widgets/WidgetPool.h:51:0: style: Class 'Ember :: OgreView :: Gui :: WidgetPool < ChatText >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/widgets/IngameChatWidget.h:347:7: style: The function 'buildWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/widgets/Widget.h:118:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/widgets/IngameChatWidget.h:347:7: note: Function in derived class
ember-0.7.2/src/components/ogre/widgets/IngameChatWidget.h:348:15: style: The function 'frameStarted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/widgets/Widget.h:110:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/widgets/IngameChatWidget.h:348:15: note: Function in derived class
ember-0.7.2/src/components/ogre/widgets/IngameChatWidget.h:227:37: style: The function 'createWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/widgets/WidgetPool.h:49:0: note: Virtual function in base class
ember-0.7.2/src/components/ogre/widgets/IngameChatWidget.h:227:37: note: Function in derived class
ember-0.7.2/src/components/ogre/widgets/IngameChatWidget.h:329:40: style: The function 'createWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/widgets/WidgetPool.h:49:0: note: Virtual function in base class
ember-0.7.2/src/components/ogre/widgets/IngameChatWidget.h:329:40: note: Function in derived class
ember-0.7.2/src/components/ogre/widgets/InspectWidget.h:46:7: style: The function 'buildWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/widgets/Widget.h:118:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/widgets/InspectWidget.h:46:7: note: Function in derived class
ember-0.7.2/src/components/ogre/widgets/InspectWidget.h:47:15: style: The function 'frameStarted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/widgets/Widget.h:110:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/widgets/InspectWidget.h:47:15: note: Function in derived class
ember-0.7.2/src/components/ogre/widgets/InspectWidget.h:57:15: style: The function 'runCommand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/widgets/Widget.h:125:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/widgets/InspectWidget.h:57:15: note: Function in derived class
ember-0.7.2/src/components/ogre/widgets/ListHolder.h:70:7: performance: Technically the member function 'Ember::OgreView::Gui::ListHolder::insertItem' can be static. [functionStatic]
ember-0.7.2/src/components/ogre/widgets/ListHolder.cpp:74:18: note: Technically the member function 'Ember::OgreView::Gui::ListHolder::insertItem' can be static.
ember-0.7.2/src/components/ogre/widgets/ListHolder.h:70:7: note: Technically the member function 'Ember::OgreView::Gui::ListHolder::insertItem' can be static.
ember-0.7.2/src/components/ogre/widgets/LoadingBar.cpp:61:14: warning: Member variable 'LoadingBar::mProgressBarMaxSize' is not initialized in the constructor. [uninitMemberVar]
ember-0.7.2/src/components/ogre/widgets/LoadingBar.cpp:61:14: warning: Member variable 'LoadingBar::mProgressBarMaxLeft' is not initialized in the constructor. [uninitMemberVar]
ember-0.7.2/src/components/ogre/widgets/MeshInfoProvider.h:41:2: style: Class 'MeshInfoProvider' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/widgets/MeshPreview.h:55:7: performance: Technically the member function 'Ember::OgreView::Gui::MeshPreviewHandler::removeInstance' can be static. [functionStatic]
ember-0.7.2/src/components/ogre/widgets/MeshPreview.cpp:93:26: note: Technically the member function 'Ember::OgreView::Gui::MeshPreviewHandler::removeInstance' can be static.
ember-0.7.2/src/components/ogre/widgets/MeshPreview.h:55:7: note: Technically the member function 'Ember::OgreView::Gui::MeshPreviewHandler::removeInstance' can be static.
ember-0.7.2/src/components/ogre/widgets/MeshPreview.h:62:9: performance: Technically the member function 'Ember::OgreView::Gui::MeshPreviewHandler::createInstance' can be static. [functionStatic]
ember-0.7.2/src/components/ogre/widgets/MeshPreview.cpp:59:28: note: Technically the member function 'Ember::OgreView::Gui::MeshPreviewHandler::createInstance' can be static.
ember-0.7.2/src/components/ogre/widgets/MeshPreview.h:62:9: note: Technically the member function 'Ember::OgreView::Gui::MeshPreviewHandler::createInstance' can be static.
ember-0.7.2/src/components/ogre/widgets/MeshPreview.h:109:2: style: Class 'MeshPreviewMeshInstance' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/widgets/MeshPreview.h:191:15: style: The function 'buildWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/widgets/Widget.h:118:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/widgets/MeshPreview.h:191:15: note: Function in derived class
ember-0.7.2/src/components/ogre/widgets/MeshPreview.h:195:15: style: The function 'runCommand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/widgets/Widget.h:125:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/widgets/MeshPreview.h:195:15: note: Function in derived class
ember-0.7.2/src/components/ogre/widgets/MeshPreview.h:201:15: style: The function 'frameStarted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/widgets/Widget.h:110:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/widgets/MeshPreview.h:201:15: note: Function in derived class
ember-0.7.2/src/components/ogre/widgets/MeshPreview.cpp:417:34: performance: Use const reference for 'instance' to avoid unnecessary data copying. [redundantCopyLocalConst]
ember-0.7.2/src/components/ogre/widgets/ModelEditHelper.cpp:174:2: style: Class 'ModelAttachPointHelper' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ember-0.7.2/src/components/ogre/widgets/ModelEditHelper.cpp:174:2: style: Class 'ModelAttachPointHelper' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ember-0.7.2/src/components/ogre/widgets/ModelEditHelper.h:115:27: style: The function 'getOrientation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/widgets/ModelEditHelper.h:75:27: note: Virtual function in base class
ember-0.7.2/src/components/ogre/widgets/ModelEditHelper.h:115:27: note: Function in derived class
ember-0.7.2/src/components/ogre/widgets/ModelEditHelper.h:143:27: style: The function 'getOrientation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/widgets/ModelEditHelper.h:75:27: note: Virtual function in base class
ember-0.7.2/src/components/ogre/widgets/ModelEditHelper.h:143:27: note: Function in derived class
ember-0.7.2/src/components/ogre/widgets/ModelEditHelper.h:215:15: style: The function 'injectMouseMove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/widgets/ModelEditHelper.h:176:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/widgets/ModelEditHelper.h:215:15: note: Function in derived class
ember-0.7.2/src/components/ogre/widgets/ModelEditHelper.h:216:15: style: The function 'injectMouseButtonUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/widgets/ModelEditHelper.h:183:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/widgets/ModelEditHelper.h:216:15: note: Function in derived class
ember-0.7.2/src/components/ogre/widgets/ModelEditHelper.h:232:15: style: The function 'injectMouseMove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/widgets/ModelEditHelper.h:176:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/widgets/ModelEditHelper.h:232:15: note: Function in derived class
ember-0.7.2/src/components/ogre/widgets/ModelEditHelper.h:233:15: style: The function 'injectMouseButtonUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/widgets/ModelEditHelper.h:183:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/widgets/ModelEditHelper.h:233:15: note: Function in derived class
ember-0.7.2/src/components/ogre/widgets/MovableObjectRenderer.cpp:63:2: style: Class 'CEGUIWindowUpdater' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/widgets/OgreEntityRenderer.h:44:2: style: Class 'OgreEntityRenderer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/widgets/OgreEntityRenderer.h:82:31: style: The function 'getMovableObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/widgets/MovableObjectRenderer.h:211:31: note: Virtual function in base class
ember-0.7.2/src/components/ogre/widgets/OgreEntityRenderer.h:82:31: note: Function in derived class
ember-0.7.2/src/components/ogre/widgets/QuaternionAdapter.cpp:76:59: style: Function 'updateGui' argument 1 names different: declaration 'vector' definition 'quaternion'. [funcArgNamesDifferent]
ember-0.7.2/src/components/ogre/widgets/QuaternionAdapter.h:64:41: note: Function 'updateGui' argument 1 names different: declaration 'vector' definition 'quaternion'.
ember-0.7.2/src/components/ogre/widgets/QuaternionAdapter.cpp:76:59: note: Function 'updateGui' argument 1 names different: declaration 'vector' definition 'quaternion'.
ember-0.7.2/src/components/ogre/widgets/QuickHelp.cpp:73:123: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ember-0.7.2/src/components/ogre/widgets/QuickHelpCursor.cpp:43:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ember-0.7.2/src/components/ogre/widgets/QuickHelpCursor.cpp:70:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ember-0.7.2/src/components/ogre/widgets/QuickHelpCursor.cpp:76:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ember-0.7.2/src/components/ogre/widgets/QuickHelpCursor.cpp:86:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ember-0.7.2/src/components/ogre/widgets/Quit.h:42:15: style: The function 'buildWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/widgets/Widget.h:118:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/widgets/Quit.h:42:15: note: Function in derived class
ember-0.7.2/src/components/ogre/widgets/Quit.h:43:15: style: The function 'runCommand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/widgets/Widget.h:125:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/widgets/Quit.h:43:15: note: Function in derived class
ember-0.7.2/src/components/ogre/widgets/Quit.h:51:15: style: The function 'hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/widgets/Widget.h:136:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/widgets/Quit.h:51:15: note: Function in derived class
ember-0.7.2/src/components/ogre/widgets/ServerWidget.cpp:523:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ember-0.7.2/src/components/ogre/widgets/ServerWidget.h:73:15: style: The function 'buildWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/widgets/Widget.h:118:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/widgets/ServerWidget.h:73:15: note: Function in derived class
ember-0.7.2/src/components/ogre/widgets/StackableContainer.h:60:5: style: Class 'StackableContainer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/widgets/StackableContainer.cpp:188:26: error: Iterator 'I' used after element has been erased. [eraseDereference]
ember-0.7.2/src/components/ogre/widgets/StackableContainer.cpp:186:2: note: Iterator 'I' used after element has been erased.
ember-0.7.2/src/components/ogre/widgets/StackableContainer.cpp:188:26: note: Iterator 'I' used after element has been erased.
ember-0.7.2/src/components/ogre/widgets/TexturePair.cpp:33:50: style: Function 'TexturePair' argument 1 names different: declaration 'mOgreTexture' definition 'ogreTexture'. [funcArgNamesDifferent]
ember-0.7.2/src/components/ogre/widgets/TexturePair.h:42:38: note: Function 'TexturePair' argument 1 names different: declaration 'mOgreTexture' definition 'ogreTexture'.
ember-0.7.2/src/components/ogre/widgets/TexturePair.cpp:33:50: note: Function 'TexturePair' argument 1 names different: declaration 'mOgreTexture' definition 'ogreTexture'.
ember-0.7.2/src/components/ogre/widgets/TexturePair.cpp:33:83: style: Function 'TexturePair' argument 2 names different: declaration 'mTextureImage' definition 'textureImage'. [funcArgNamesDifferent]
ember-0.7.2/src/components/ogre/widgets/TexturePair.h:42:72: note: Function 'TexturePair' argument 2 names different: declaration 'mTextureImage' definition 'textureImage'.
ember-0.7.2/src/components/ogre/widgets/TexturePair.cpp:33:83: note: Function 'TexturePair' argument 2 names different: declaration 'mTextureImage' definition 'textureImage'.
ember-0.7.2/src/components/ogre/widgets/TexturePair.h:48:7: style: Technically the member function 'Ember::OgreView::Gui::TexturePair::hasData' can be const. [functionConst]
ember-0.7.2/src/components/ogre/widgets/TexturePair.cpp:53:19: note: Technically the member function 'Ember::OgreView::Gui::TexturePair::hasData' can be const.
ember-0.7.2/src/components/ogre/widgets/TexturePair.h:48:7: note: Technically the member function 'Ember::OgreView::Gui::TexturePair::hasData' can be const.
ember-0.7.2/src/components/ogre/widgets/Widget.cpp:95:4: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
ember-0.7.2/src/components/ogre/widgets/WidgetPool.h:51:3: style: Class 'WidgetPool' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/widgets/adapters/ListBinder.h:65:2: style: Class 'ListBinder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/widgets/adapters/atlas/AdapterFactory.h:72:2: style: Class 'AdapterFactory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/widgets/adapters/atlas/PolygonAdapter.h:73:2: style: Class 'EntityPolygonPositionProvider' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/widgets/adapters/atlas/TerrainModAdapter.h:50:2: style: Class 'TerrainModBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/widgets/adapters/atlas/TerrainModAdapter.h:74:2: style: Class 'PositioningBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/widgets/adapters/ListBinder.h:65:0: style: Class 'Ember :: OgreView :: Gui :: Adapters :: ListBinder < TerrainModBase , CEGUI :: Combobox >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/widgets/adapters/ListBinder.h:65:0: style: Class 'Ember :: OgreView :: Gui :: Adapters :: ListBinder < PositioningBase , CEGUI :: Combobox >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/widgets/adapters/GenericPropertyAdapter.h:51:15: style: The function 'updateGui' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/widgets/adapters/AdapterBase.h:160:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/widgets/adapters/GenericPropertyAdapter.h:51:15: note: Function in derived class
ember-0.7.2/src/components/ogre/widgets/adapters/GenericPropertyAdapter.h:59:15: style: The function 'fillElementFromGui' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/widgets/adapters/AdapterBase.h:240:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/widgets/adapters/GenericPropertyAdapter.h:59:15: note: Function in derived class
ember-0.7.2/src/components/ogre/widgets/adapters/ComboboxAdapter.h:55:7: style: The function 'addSuggestion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/widgets/adapters/AdapterBase.h:204:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/widgets/adapters/ComboboxAdapter.h:55:7: note: Function in derived class
ember-0.7.2/src/components/ogre/widgets/adapters/atlas/NumberAdapter.h:52:15: style: The function 'addSuggestion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/widgets/adapters/AdapterBase.h:204:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/widgets/adapters/atlas/NumberAdapter.h:52:15: note: Function in derived class
ember-0.7.2/src/components/ogre/widgets/adapters/atlas/NumberAdapter.h:58:15: style: The function 'fillElementFromGui' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/widgets/adapters/AdapterBase.h:240:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/widgets/adapters/atlas/NumberAdapter.h:58:15: note: Function in derived class
ember-0.7.2/src/components/ogre/widgets/adapters/atlas/NumberAdapter.h:59:15: style: The function '_hasChanges' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/widgets/adapters/AdapterBase.h:255:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/widgets/adapters/atlas/NumberAdapter.h:59:15: note: Function in derived class
ember-0.7.2/src/components/ogre/widgets/adapters/atlas/SizeAdapter.h:70:15: style: The function 'fillElementFromGui' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/widgets/adapters/AdapterBase.h:240:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/widgets/adapters/atlas/SizeAdapter.h:70:15: note: Function in derived class
ember-0.7.2/src/components/ogre/widgets/adapters/atlas/SizeAdapter.h:71:15: style: The function '_hasChanges' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/widgets/adapters/AdapterBase.h:255:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/widgets/adapters/atlas/SizeAdapter.h:71:15: note: Function in derived class
ember-0.7.2/src/components/ogre/widgets/adapters/atlas/ListAdapter.h:75:15: style: The function 'fillElementFromGui' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/widgets/adapters/AdapterBase.h:240:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/widgets/adapters/atlas/ListAdapter.h:75:15: note: Function in derived class
ember-0.7.2/src/components/ogre/widgets/adapters/atlas/ListAdapter.h:76:15: style: The function '_hasChanges' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/widgets/adapters/AdapterBase.h:255:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/widgets/adapters/atlas/ListAdapter.h:76:15: note: Function in derived class
ember-0.7.2/src/components/ogre/widgets/adapters/atlas/PositionAdapter.h:67:15: style: The function 'fillElementFromGui' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/widgets/adapters/AdapterBase.h:240:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/widgets/adapters/atlas/PositionAdapter.h:67:15: note: Function in derived class
ember-0.7.2/src/components/ogre/widgets/adapters/atlas/PositionAdapter.h:68:15: style: The function '_hasChanges' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/widgets/adapters/AdapterBase.h:255:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/widgets/adapters/atlas/PositionAdapter.h:68:15: note: Function in derived class
ember-0.7.2/src/components/ogre/widgets/adapters/atlas/Position2DAdapter.h:59:15: style: The function 'fillElementFromGui' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/widgets/adapters/AdapterBase.h:240:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/widgets/adapters/atlas/Position2DAdapter.h:59:15: note: Function in derived class
ember-0.7.2/src/components/ogre/widgets/adapters/atlas/Position2DAdapter.h:60:15: style: The function '_hasChanges' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/widgets/adapters/AdapterBase.h:255:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/widgets/adapters/atlas/Position2DAdapter.h:60:15: note: Function in derived class
ember-0.7.2/src/components/ogre/widgets/adapters/atlas/OrientationAdapter.h:60:15: style: The function 'fillElementFromGui' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/widgets/adapters/AdapterBase.h:240:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/widgets/adapters/atlas/OrientationAdapter.h:60:15: note: Function in derived class
ember-0.7.2/src/components/ogre/widgets/adapters/atlas/OrientationAdapter.h:61:15: style: The function '_hasChanges' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/widgets/adapters/AdapterBase.h:255:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/widgets/adapters/atlas/OrientationAdapter.h:61:15: note: Function in derived class
ember-0.7.2/src/components/ogre/widgets/adapters/atlas/StaticAdapter.h:55:15: style: The function 'fillElementFromGui' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/widgets/adapters/AdapterBase.h:240:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/widgets/adapters/atlas/StaticAdapter.h:55:15: note: Function in derived class
ember-0.7.2/src/components/ogre/widgets/adapters/atlas/StaticAdapter.h:56:15: style: The function '_hasChanges' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/widgets/adapters/AdapterBase.h:255:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/widgets/adapters/atlas/StaticAdapter.h:56:15: note: Function in derived class
ember-0.7.2/src/components/ogre/widgets/adapters/atlas/AreaAdapter.h:126:15: style: The function 'fillElementFromGui' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/widgets/adapters/AdapterBase.h:240:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/widgets/adapters/atlas/AreaAdapter.h:126:15: note: Function in derived class
ember-0.7.2/src/components/ogre/widgets/adapters/atlas/AreaAdapter.h:127:15: style: The function '_hasChanges' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/widgets/adapters/AdapterBase.h:255:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/widgets/adapters/atlas/AreaAdapter.h:127:15: note: Function in derived class
ember-0.7.2/src/components/ogre/widgets/adapters/atlas/PolygonAdapter.h:198:15: style: The function 'fillElementFromGui' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/widgets/adapters/AdapterBase.h:240:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/widgets/adapters/atlas/PolygonAdapter.h:198:15: note: Function in derived class
ember-0.7.2/src/components/ogre/widgets/adapters/atlas/PolygonAdapter.h:199:15: style: The function '_hasChanges' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/widgets/adapters/AdapterBase.h:255:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/widgets/adapters/atlas/PolygonAdapter.h:199:15: note: Function in derived class
ember-0.7.2/src/components/ogre/widgets/adapters/atlas/TerrainModAdapter.h:145:15: style: The function 'fillElementFromGui' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/widgets/adapters/AdapterBase.h:240:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/widgets/adapters/atlas/TerrainModAdapter.h:145:15: note: Function in derived class
ember-0.7.2/src/components/ogre/widgets/adapters/atlas/TerrainModAdapter.h:146:15: style: The function '_hasChanges' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/widgets/adapters/AdapterBase.h:255:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/widgets/adapters/atlas/TerrainModAdapter.h:146:15: note: Function in derived class
ember-0.7.2/src/components/ogre/widgets/adapters/atlas/AdapterFactory.cpp:63:50: performance: Function parameter 'prefix' should be passed by const reference. [passedByValue]
ember-0.7.2/src/components/ogre/widgets/adapters/atlas/AdapterFactory.cpp:336:62: performance: Function parameter 'type' should be passed by const reference. [passedByValue]
ember-0.7.2/src/components/ogre/widgets/adapters/atlas/CustomAdapter.h:44:5: style: Class 'CustomAdapter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/widgets/adapters/atlas/CustomAdapter.h:60:15: style: The function 'fillElementFromGui' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/widgets/adapters/AdapterBase.h:240:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/widgets/adapters/atlas/CustomAdapter.h:60:15: note: Function in derived class
ember-0.7.2/src/components/ogre/widgets/adapters/atlas/CustomAdapter.h:61:15: style: The function '_hasChanges' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/components/ogre/widgets/adapters/AdapterBase.h:255:15: note: Virtual function in base class
ember-0.7.2/src/components/ogre/widgets/adapters/atlas/CustomAdapter.h:61:15: note: Function in derived class
ember-0.7.2/src/components/ogre/widgets/adapters/atlas/TerrainModAdapter.h:143:7: performance: Technically the member function 'Ember::OgreView::Gui::Adapters::Atlas::TerrainModAdapter::heightTextbox_TextChanged' can be static. [functionStatic]
ember-0.7.2/src/components/ogre/widgets/adapters/atlas/TerrainModAdapter.cpp:152:25: note: Technically the member function 'Ember::OgreView::Gui::Adapters::Atlas::TerrainModAdapter::heightTextbox_TextChanged' can be static.
ember-0.7.2/src/components/ogre/widgets/adapters/atlas/TerrainModAdapter.h:143:7: note: Technically the member function 'Ember::OgreView::Gui::Adapters::Atlas::TerrainModAdapter::heightTextbox_TextChanged' can be static.
ember-0.7.2/src/components/ogre/widgets/adapters/atlas/TerrainModAdapter.h:121:15: warning: Virtual function 'updateGui' is called from constructor 'TerrainModAdapter(const::Atlas::Message::Element&element,CEGUI::PushButton*showButton,EmberEntity*entity,CEGUI::Combobox*posTypeCombobox,CEGUI::Combobox*modTypeCombobox,CEGUI::Editbox*heightTextbox)' at line 111. Dynamic binding is not used. [virtualCallInConstructor]
ember-0.7.2/src/components/ogre/widgets/adapters/atlas/TerrainModAdapter.cpp:111:2: note: Calling updateGui
ember-0.7.2/src/components/ogre/widgets/adapters/atlas/TerrainModAdapter.h:121:15: note: updateGui is a virtual method
ember-0.7.2/src/components/ogre/widgets/adapters/atlas/AdapterFactory.h:72:35: performance: Function parameter 'prefix' should be passed by const reference. [passedByValue]
ember-0.7.2/src/components/ogre/widgets/icons/IconImageStore.h:95:5: style: Class 'IconImageStore' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/widgets/icons/IconImageStore.h:58:22: style: Technically the member function 'Ember::OgreView::Gui::Icons::IconImageStoreEntry::getImage' can be const. [functionConst]
ember-0.7.2/src/components/ogre/widgets/icons/IconImageStore.cpp:67:42: note: Technically the member function 'Ember::OgreView::Gui::Icons::IconImageStoreEntry::getImage' can be const.
ember-0.7.2/src/components/ogre/widgets/icons/IconImageStore.h:58:22: note: Technically the member function 'Ember::OgreView::Gui::Icons::IconImageStoreEntry::getImage' can be const.
ember-0.7.2/src/components/ogre/widgets/icons/IconImageStore.h:61:21: style: Technically the member function 'Ember::OgreView::Gui::Icons::IconImageStoreEntry::getImageName' can be const. [functionConst]
ember-0.7.2/src/components/ogre/widgets/icons/IconImageStore.cpp:78:41: note: Technically the member function 'Ember::OgreView::Gui::Icons::IconImageStoreEntry::getImageName' can be const.
ember-0.7.2/src/components/ogre/widgets/icons/IconImageStore.h:61:21: note: Technically the member function 'Ember::OgreView::Gui::Icons::IconImageStoreEntry::getImageName' can be const.
ember-0.7.2/src/components/ogre/widgets/icons/IconImageStore.h:67:22: style: Technically the member function 'Ember::OgreView::Gui::Icons::IconImageStoreEntry::getTexture' can be const. [functionConst]
ember-0.7.2/src/components/ogre/widgets/icons/IconImageStore.cpp:88:39: note: Technically the member function 'Ember::OgreView::Gui::Icons::IconImageStoreEntry::getTexture' can be const.
ember-0.7.2/src/components/ogre/widgets/icons/IconImageStore.h:67:22: note: Technically the member function 'Ember::OgreView::Gui::Icons::IconImageStoreEntry::getTexture' can be const.
ember-0.7.2/src/components/ogre/widgets/icons/IconImageStore.h:110:12: style: Technically the member function 'Ember::OgreView::Gui::Icons::IconImageStore::getNumberOfUnclaimedIcons' can be const. [functionConst]
ember-0.7.2/src/components/ogre/widgets/icons/IconImageStore.cpp:192:24: note: Technically the member function 'Ember::OgreView::Gui::Icons::IconImageStore::getNumberOfUnclaimedIcons' can be const.
ember-0.7.2/src/components/ogre/widgets/icons/IconImageStore.h:110:12: note: Technically the member function 'Ember::OgreView::Gui::Icons::IconImageStore::getNumberOfUnclaimedIcons' can be const.
ember-0.7.2/src/components/ogre/widgets/icons/IconManager.cpp:101:2: style: Class 'IconActionCreator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/widgets/representations/LayoutHelper.cpp:41:60: style: Function 'loadLayout' argument 1 names different: declaration 'layout' definition 'layoutFile'. [funcArgNamesDifferent]
ember-0.7.2/src/components/ogre/widgets/representations/LayoutHelper.h:48:54: note: Function 'loadLayout' argument 1 names different: declaration 'layout' definition 'layoutFile'.
ember-0.7.2/src/components/ogre/widgets/representations/LayoutHelper.cpp:41:60: note: Function 'loadLayout' argument 1 names different: declaration 'layout' definition 'layoutFile'.
ember-0.7.2/src/components/ogre/widgets/representations/bindings/lua/Representations.cxx:85:93: style: C-style pointer casting [cstyleCast]
ember-0.7.2/src/components/ogre/widgets/representations/bindings/lua/Representations.cxx:144:94: style: C-style pointer casting [cstyleCast]
ember-0.7.2/src/components/ogre/widgets/representations/bindings/lua/Representations.cxx:173:94: style: C-style pointer casting [cstyleCast]
ember-0.7.2/src/components/ogre/widgets/representations/bindings/lua/Representations.cxx:206:94: style: C-style pointer casting [cstyleCast]
ember-0.7.2/src/components/ogre/widgets/representations/bindings/lua/Representations.cxx:238:101: style: C-style pointer casting [cstyleCast]
ember-0.7.2/src/components/ogre/widgets/representations/bindings/lua/Representations.cxx:270:94: style: C-style pointer casting [cstyleCast]
ember-0.7.2/src/components/ogre/widgets/representations/bindings/lua/Representations.cxx:302:101: style: C-style pointer casting [cstyleCast]
ember-0.7.2/src/components/ogre/widgets/representations/bindings/lua/Representations.cxx:334:101: style: C-style pointer casting [cstyleCast]
ember-0.7.2/src/components/ogre/widgets/representations/bindings/lua/Representations.cxx:366:101: style: C-style pointer casting [cstyleCast]
ember-0.7.2/src/components/ogre/widgets/representations/bindings/lua/Representations.cxx:399:94: style: C-style pointer casting [cstyleCast]
ember-0.7.2/src/components/ogre/widgets/representations/CheckboxRepresentation.h:50:2: style: Class 'CheckboxRepresentation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/components/ogre/widgets/representations/EditboxRepresentation.h:51:2: style: Class 'EditboxRepresentation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/domain/EntityTalk.h:47:2: style: Class 'EntityTalk' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/extensions/webember/WebEmberManager.cpp:20:0: error: #error This module is meant for webember only. If you want to build webember, you should set BUILD_WEBEMBER macro. [preprocessorErrorDirective]
ember-0.7.2/src/framework/AtlasMessageLoader.h:59:2: style: Class 'AtlasMessageLoader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/framework/LoggingInstance.h:45:2: style: Class 'LoggingInstance' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/framework/LoggingInstance.h:51:2: style: Class 'LoggingInstance' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/framework/Tokeniser.h:59:2: style: Class 'Tokeniser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/framework/CommandHistory.h:52:22: style: Technically the member function 'Ember::CommandHistory::getHistoryString' can be const. [functionConst]
ember-0.7.2/src/framework/CommandHistory.cpp:47:36: note: Technically the member function 'Ember::CommandHistory::getHistoryString' can be const.
ember-0.7.2/src/framework/CommandHistory.h:52:22: note: Technically the member function 'Ember::CommandHistory::getHistoryString' can be const.
ember-0.7.2/src/framework/ConsoleBackend.cpp:181:113: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ember-0.7.2/src/framework/ConsoleBackend.cpp:59:33: warning: Member variable 'ConsoleBackend::GotMessage' is not assigned a value in 'ConsoleBackend::operator='. [operatorEqVarError]
ember-0.7.2/src/framework/ConsoleBackend.cpp:59:33: warning: Member variable 'ConsoleBackend::mRegisteredCommands' is not assigned a value in 'ConsoleBackend::operator='. [operatorEqVarError]
ember-0.7.2/src/framework/ConsoleBackend.cpp:59:33: warning: Member variable 'ConsoleBackend::mConsoleMessages' is not assigned a value in 'ConsoleBackend::operator='. [operatorEqVarError]
ember-0.7.2/src/framework/ConsoleBackend.cpp:59:33: warning: Member variable 'ConsoleBackend::mPrefixes' is not assigned a value in 'ConsoleBackend::operator='. [operatorEqVarError]
ember-0.7.2/src/framework/ConsoleBackend.cpp:59:33: warning: Member variable 'ConsoleBackend::mCommandHistory' is not assigned a value in 'ConsoleBackend::operator='. [operatorEqVarError]
ember-0.7.2/src/framework/ConsoleBackend.h:143:10: style: The function 'runCommand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/framework/ConsoleObject.h:64:16: note: Virtual function in base class
ember-0.7.2/src/framework/ConsoleBackend.h:143:10: note: Function in derived class
ember-0.7.2/src/framework/ConsoleCommandWrapper.cpp:34:58: performance: Function parameter 'command' should be passed by const reference. [passedByValue]
ember-0.7.2/src/framework/ConsoleCommandWrapper.cpp:34:102: performance: Function parameter 'description' should be passed by const reference. [passedByValue]
ember-0.7.2/src/framework/DeepAttributeObserver.cpp:64:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ember-0.7.2/src/framework/osdir.h:92:12: warning: The buffer 'opath' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
ember-0.7.2/src/framework/osdir.h:67:9: style: Technically the member function 'oslink::directory::isExisting' can be const. [functionConst]
ember-0.7.2/src/framework/osdir.h:44:4: style: Class 'directory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/framework/Exception.cpp:40:2: performance: Variable 'mFile' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ember-0.7.2/src/framework/Exception.cpp:48:2: performance: Variable 'mFile' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ember-0.7.2/src/framework/Exception.h:76:2: style: Class 'Exception' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/framework/FileResourceProvider.cpp:39:3: style: Class 'FileResourceWrapper' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ember-0.7.2/src/framework/FileResourceProvider.cpp:39:3: style: Class 'FileResourceWrapper' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ember-0.7.2/src/framework/FileResourceProvider.h:32:2: style: Class 'FileResourceWrapper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/framework/FileResourceProvider.h:55:2: style: Class 'FileResourceProvider' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/framework/IResourceProvider.h:60:1: warning: The class 'ResourceWrapper' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ember-0.7.2/src/framework/FileResourceProvider.h:35:22: style: The function 'getDataPtr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/framework/IResourceProvider.h:43:22: note: Virtual function in base class
ember-0.7.2/src/framework/FileResourceProvider.h:35:22: note: Function in derived class
ember-0.7.2/src/framework/FileResourceProvider.h:36:15: style: The function 'hasData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/framework/IResourceProvider.h:48:15: note: Virtual function in base class
ember-0.7.2/src/framework/FileResourceProvider.h:36:15: note: Function in derived class
ember-0.7.2/src/framework/FileResourceProvider.h:37:17: style: The function 'getSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/framework/IResourceProvider.h:53:17: note: Virtual function in base class
ember-0.7.2/src/framework/FileResourceProvider.h:37:17: note: Function in derived class
ember-0.7.2/src/framework/FileResourceProvider.h:58:26: style: The function 'getResource' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/framework/IResourceProvider.h:101:26: note: Virtual function in base class
ember-0.7.2/src/framework/FileResourceProvider.h:58:26: note: Function in derived class
ember-0.7.2/src/framework/Log.cpp:188:83: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ember-0.7.2/src/framework/LogObserver.h:58:25: style: Technically the member function 'Ember::LogObserver::getFilter' can be const. [functionConst]
ember-0.7.2/src/framework/Log.cpp:48:15: style: The function 'onNewMessage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/framework/LogObserver.h:53:15: note: Virtual function in base class
ember-0.7.2/src/framework/Log.cpp:48:15: note: Function in derived class
ember-0.7.2/src/framework/Service.h:152:15: warning: Virtual function 'stop' is called from destructor '~Service()' at line 37. Dynamic binding is not used. [virtualCallInConstructor]
ember-0.7.2/src/framework/Service.cpp:37:3: note: Calling stop
ember-0.7.2/src/framework/Service.h:152:15: note: stop is a virtual method
ember-0.7.2/src/framework/StreamLogObserver.cpp:42:3: performance: Variable 'id' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ember-0.7.2/src/framework/StreamLogObserver.h:89:6: style: Class 'StreamLogObserver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/framework/StreamLogObserver.h:113:18: style: The function 'onNewMessage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/framework/LogObserver.h:53:15: note: Virtual function in base class
ember-0.7.2/src/framework/StreamLogObserver.h:113:18: note: Function in derived class
ember-0.7.2/src/framework/TimedLog.h:52:7: performance: Technically the member function 'Ember::TimedLog::report' can be static. [functionStatic]
ember-0.7.2/src/framework/TimedLog.cpp:74:16: note: Technically the member function 'Ember::TimedLog::report' can be static.
ember-0.7.2/src/framework/TimedLog.h:52:7: note: Technically the member function 'Ember::TimedLog::report' can be static.
ember-0.7.2/src/framework/TimedLog.h:58:7: performance: Technically the member function 'Ember::TimedLog::report' can be static. [functionStatic]
ember-0.7.2/src/framework/TimedLog.cpp:78:16: note: Technically the member function 'Ember::TimedLog::report' can be static.
ember-0.7.2/src/framework/TimedLog.h:58:7: note: Technically the member function 'Ember::TimedLog::report' can be static.
ember-0.7.2/src/framework/tinyxml/tinyxml.h:341:19: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:948:2: style: 'TiXmlElement::operator=' should return 'TiXmlElement &'. [operatorEq]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1137:2: style: 'TiXmlComment::operator=' should return 'TiXmlComment &'. [operatorEq]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1202:2: style: 'TiXmlText::operator=' should return 'TiXmlText &'. [operatorEq]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1269:2: style: 'TiXmlDeclaration::operator=' should return 'TiXmlDeclaration &'. [operatorEq]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1326:2: style: 'TiXmlUnknown::operator=' should return 'TiXmlUnknown &'. [operatorEq]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1372:2: style: 'TiXmlDocument::operator=' should return 'TiXmlDocument &'. [operatorEq]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1614:2: style: 'TiXmlHandle::operator=' should return 'TiXmlHandle &'. [operatorEq]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:787:3: performance: Variable 'name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:788:3: performance: Variable 'value' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:797:3: performance: Variable 'name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:798:3: performance: Variable 'value' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1728:14: style: Technically the member function 'Ember::TiXmlPrinter::Indent' can be const. [functionConst]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1735:14: style: Technically the member function 'Ember::TiXmlPrinter::LineBreak' can be const. [functionConst]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1744:14: style: Technically the member function 'Ember::TiXmlPrinter::CStr' can be const. [functionConst]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1746:9: style: Technically the member function 'Ember::TiXmlPrinter::Size' can be const. [functionConst]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1750:21: style: Technically the member function 'Ember::TiXmlPrinter::Str' can be const. [functionConst]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:939:2: style: Class 'TiXmlElement' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:943:2: style: Class 'TiXmlElement' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1133:2: style: Class 'TiXmlComment' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1185:2: style: Class 'TiXmlText' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1194:2: style: Class 'TiXmlText' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1364:2: style: Class 'TiXmlDocument' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1368:2: style: Class 'TiXmlDocument' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1611:2: style: Class 'TiXmlHandle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:859:22: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:250:22: note: Virtual function in base class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:859:22: note: Function in derived class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:862:15: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:208:15: note: Virtual function in base class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:862:15: note: Function in derived class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1088:21: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:706:21: note: Virtual function in base class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1088:21: note: Function in derived class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1090:15: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:208:15: note: Virtual function in base class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1090:15: note: Function in derived class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1095:22: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:250:22: note: Virtual function in base class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1095:22: note: Function in derived class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1097:34: style: The function 'ToElement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:690:34: note: Virtual function in base class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1097:34: note: Function in derived class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1098:34: style: The function 'ToElement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:697:34: note: Virtual function in base class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1098:34: note: Function in derived class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1102:15: style: The function 'Accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:730:15: note: Virtual function in base class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1102:15: note: Function in derived class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1111:15: style: The function 'StreamIn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:741:15: note: Virtual function in base class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1111:15: note: Function in derived class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1142:21: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:706:21: note: Virtual function in base class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1142:21: note: Function in derived class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1144:15: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:208:15: note: Virtual function in base class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1144:15: note: Function in derived class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1149:22: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:250:22: note: Virtual function in base class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1149:22: note: Function in derived class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1151:31: style: The function 'ToComment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:691:34: note: Virtual function in base class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1151:31: note: Function in derived class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1152:25: style: The function 'ToComment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:698:34: note: Virtual function in base class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1152:25: note: Function in derived class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1156:15: style: The function 'Accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:730:15: note: Virtual function in base class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1156:15: note: Function in derived class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1163:15: style: The function 'StreamIn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:741:15: note: Virtual function in base class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1163:15: note: Function in derived class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1205:15: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:208:15: note: Virtual function in base class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1205:15: note: Function in derived class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1212:22: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:250:22: note: Virtual function in base class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1212:22: note: Function in derived class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1214:27: style: The function 'ToText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:693:34: note: Virtual function in base class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1214:27: note: Function in derived class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1215:27: style: The function 'ToText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:700:33: note: Virtual function in base class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1215:27: note: Function in derived class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1219:15: style: The function 'Accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:730:15: note: Virtual function in base class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1219:15: note: Function in derived class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1223:21: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:706:21: note: Virtual function in base class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1223:21: note: Function in derived class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1229:15: style: The function 'StreamIn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:741:15: note: Virtual function in base class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1229:15: note: Function in derived class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1281:21: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:706:21: note: Virtual function in base class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1281:21: note: Function in derived class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1284:15: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:208:15: note: Virtual function in base class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1284:15: note: Function in derived class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1288:22: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:250:22: note: Virtual function in base class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1288:22: note: Function in derived class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1290:34: style: The function 'ToDeclaration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:694:34: note: Virtual function in base class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1290:34: note: Function in derived class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1291:34: style: The function 'ToDeclaration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:701:34: note: Virtual function in base class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1291:34: note: Function in derived class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1295:15: style: The function 'Accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:730:15: note: Virtual function in base class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1295:15: note: Function in derived class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1301:15: style: The function 'StreamIn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:741:15: note: Virtual function in base class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1301:15: note: Function in derived class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1329:21: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:706:21: note: Virtual function in base class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1329:21: note: Function in derived class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1331:15: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:208:15: note: Virtual function in base class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1331:15: note: Function in derived class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1333:22: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:250:22: note: Virtual function in base class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1333:22: note: Function in derived class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1335:34: style: The function 'ToUnknown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:692:34: note: Virtual function in base class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1335:34: note: Function in derived class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1336:34: style: The function 'ToUnknown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:699:34: note: Virtual function in base class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1336:34: note: Function in derived class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1340:15: style: The function 'Accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:730:15: note: Virtual function in base class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1340:15: note: Function in derived class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1346:15: style: The function 'StreamIn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:741:15: note: Virtual function in base class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1346:15: note: Function in derived class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1501:34: style: The function 'ToDocument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:689:34: note: Virtual function in base class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1501:34: note: Function in derived class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1502:34: style: The function 'ToDocument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:696:34: note: Virtual function in base class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1502:34: note: Function in derived class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1506:15: style: The function 'Accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:730:15: note: Virtual function in base class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1506:15: note: Function in derived class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1510:21: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:706:21: note: Virtual function in base class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1510:21: note: Function in derived class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1512:15: style: The function 'StreamIn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:741:15: note: Virtual function in base class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1512:15: note: Function in derived class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1712:15: style: The function 'VisitEnter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:129:15: note: Virtual function in base class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1712:15: note: Function in derived class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1713:15: style: The function 'VisitExit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:131:15: note: Virtual function in base class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1713:15: note: Function in derived class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1715:15: style: The function 'VisitEnter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:134:15: note: Virtual function in base class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1715:15: note: Function in derived class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1716:15: style: The function 'VisitExit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:136:15: note: Virtual function in base class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1716:15: note: Function in derived class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1718:15: style: The function 'Visit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:139:15: note: Virtual function in base class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1718:15: note: Function in derived class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1719:15: style: The function 'Visit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:141:15: note: Virtual function in base class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1719:15: note: Function in derived class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1720:15: style: The function 'Visit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:143:15: note: Virtual function in base class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1720:15: note: Function in derived class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1721:15: style: The function 'Visit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:145:15: note: Virtual function in base class
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1721:15: note: Function in derived class
ember-0.7.2/src/framework/XMLCodec.h:57:3: style: Class 'XMLIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/framework/scrap.cpp:34:0: error: #error Unknown window manager for clipboard handling [preprocessorErrorDirective]
ember-0.7.2/src/framework/tasks/SerialTask.h:45:2: style: Class 'SerialTask' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/framework/tasks/TaskExecutor.h:80:2: style: Class 'TaskExecutor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/framework/tasks/TaskExecutor.cpp:35:2: style: Class 'TaskExecutor' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ember-0.7.2/src/framework/tasks/TaskExecutor.cpp:35:2: style: Class 'TaskExecutor' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ember-0.7.2/src/framework/tasks/TaskQueue.h:61:2: style: Class 'TaskQueue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/framework/tinyxml/tinystr.h:254:7: style: Technically the member function 'Ember::TiXmlString::quit' can be const. [functionConst]
ember-0.7.2/src/framework/tinyxml/tinystr.h:91:17: style: Class 'TiXmlString' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/framework/tinyxml/tinyxml.cpp:138:13: style: The scope of the variable 'temp' can be reduced. [variableScope]
ember-0.7.2/src/framework/tinyxml/tinyxml.cpp:159:13: style: The scope of the variable 'temp' can be reduced. [variableScope]
ember-0.7.2/src/framework/tinyxml/tinyxml.cpp:40:67: style: Function 'PutString' argument 2 names different: declaration 'out' definition 'outString'. [funcArgNamesDifferent]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:355:64: note: Function 'PutString' argument 2 names different: declaration 'out' definition 'outString'.
ember-0.7.2/src/framework/tinyxml/tinyxml.cpp:40:67: note: Function 'PutString' argument 2 names different: declaration 'out' definition 'outString'.
ember-0.7.2/src/framework/tinyxml/tinyxml.cpp:173:48: style: Function 'LinkEndChild' argument 1 names different: declaration 'addThis' definition 'node'. [funcArgNamesDifferent]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:585:38: note: Function 'LinkEndChild' argument 1 names different: declaration 'addThis' definition 'node'.
ember-0.7.2/src/framework/tinyxml/tinyxml.cpp:173:48: note: Function 'LinkEndChild' argument 1 names different: declaration 'addThis' definition 'node'.
ember-0.7.2/src/framework/tinyxml/tinyxml.cpp:329:54: style: Function 'FirstChild' argument 1 names different: declaration 'value' definition '_value'. [funcArgNamesDifferent]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:516:44: note: Function 'FirstChild' argument 1 names different: declaration 'value' definition '_value'.
ember-0.7.2/src/framework/tinyxml/tinyxml.cpp:329:54: note: Function 'FirstChild' argument 1 names different: declaration 'value' definition '_value'.
ember-0.7.2/src/framework/tinyxml/tinyxml.cpp:341:53: style: Function 'LastChild' argument 1 names different: declaration 'value' definition '_value'. [funcArgNamesDifferent]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:526:43: note: Function 'LastChild' argument 1 names different: declaration 'value' definition '_value'.
ember-0.7.2/src/framework/tinyxml/tinyxml.cpp:341:53: note: Function 'LastChild' argument 1 names different: declaration 'value' definition '_value'.
ember-0.7.2/src/framework/tinyxml/tinyxml.cpp:367:59: style: Function 'IterateChildren' argument 1 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:560:49: note: Function 'IterateChildren' argument 1 names different: declaration 'value' definition 'val'.
ember-0.7.2/src/framework/tinyxml/tinyxml.cpp:367:59: note: Function 'IterateChildren' argument 1 names different: declaration 'value' definition 'val'.
ember-0.7.2/src/framework/tinyxml/tinyxml.cpp:493:42: style: Function 'TiXmlElement' argument 1 names different: declaration 'in_value' definition '_value'. [funcArgNamesDifferent]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:939:29: note: Function 'TiXmlElement' argument 1 names different: declaration 'in_value' definition '_value'.
ember-0.7.2/src/framework/tinyxml/tinyxml.cpp:493:42: note: Function 'TiXmlElement' argument 1 names different: declaration 'in_value' definition '_value'.
ember-0.7.2/src/framework/tinyxml/tinyxml.cpp:632:61: style: Function 'QueryIntAttribute' argument 2 names different: declaration '_value' definition 'ival'. [funcArgNamesDifferent]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:980:48: note: Function 'QueryIntAttribute' argument 2 names different: declaration '_value' definition 'ival'.
ember-0.7.2/src/framework/tinyxml/tinyxml.cpp:632:61: note: Function 'QueryIntAttribute' argument 2 names different: declaration '_value' definition 'ival'.
ember-0.7.2/src/framework/tinyxml/tinyxml.cpp:642:68: style: Function 'QueryIntAttribute' argument 2 names different: declaration '_value' definition 'ival'. [funcArgNamesDifferent]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1022:55: note: Function 'QueryIntAttribute' argument 2 names different: declaration '_value' definition 'ival'.
ember-0.7.2/src/framework/tinyxml/tinyxml.cpp:642:68: note: Function 'QueryIntAttribute' argument 2 names different: declaration '_value' definition 'ival'.
ember-0.7.2/src/framework/tinyxml/tinyxml.cpp:652:67: style: Function 'QueryDoubleAttribute' argument 2 names different: declaration '_value' definition 'dval'. [funcArgNamesDifferent]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:982:54: note: Function 'QueryDoubleAttribute' argument 2 names different: declaration '_value' definition 'dval'.
ember-0.7.2/src/framework/tinyxml/tinyxml.cpp:652:67: note: Function 'QueryDoubleAttribute' argument 2 names different: declaration '_value' definition 'dval'.
ember-0.7.2/src/framework/tinyxml/tinyxml.cpp:662:74: style: Function 'QueryDoubleAttribute' argument 2 names different: declaration '_value' definition 'dval'. [funcArgNamesDifferent]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1023:61: note: Function 'QueryDoubleAttribute' argument 2 names different: declaration '_value' definition 'dval'.
ember-0.7.2/src/framework/tinyxml/tinyxml.cpp:662:74: note: Function 'QueryDoubleAttribute' argument 2 names different: declaration '_value' definition 'dval'.
ember-0.7.2/src/framework/tinyxml/tinyxml.cpp:672:57: style: Function 'SetAttribute' argument 2 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1034:44: note: Function 'SetAttribute' argument 2 names different: declaration 'value' definition 'val'.
ember-0.7.2/src/framework/tinyxml/tinyxml.cpp:672:57: note: Function 'SetAttribute' argument 2 names different: declaration 'value' definition 'val'.
ember-0.7.2/src/framework/tinyxml/tinyxml.cpp:685:63: style: Function 'SetAttribute' argument 2 names different: declaration '_value' definition 'val'. [funcArgNamesDifferent]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1028:50: note: Function 'SetAttribute' argument 2 names different: declaration '_value' definition 'val'.
ember-0.7.2/src/framework/tinyxml/tinyxml.cpp:685:63: note: Function 'SetAttribute' argument 2 names different: declaration '_value' definition 'val'.
ember-0.7.2/src/framework/tinyxml/tinyxml.cpp:694:66: style: Function 'SetDoubleAttribute' argument 2 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1039:53: note: Function 'SetDoubleAttribute' argument 2 names different: declaration 'value' definition 'val'.
ember-0.7.2/src/framework/tinyxml/tinyxml.cpp:694:66: note: Function 'SetDoubleAttribute' argument 2 names different: declaration 'value' definition 'val'.
ember-0.7.2/src/framework/tinyxml/tinyxml.cpp:706:47: style: Function 'SetAttribute' argument 1 names different: declaration 'name' definition 'cname'. [funcArgNamesDifferent]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1016:33: note: Function 'SetAttribute' argument 1 names different: declaration 'name' definition 'cname'.
ember-0.7.2/src/framework/tinyxml/tinyxml.cpp:706:47: note: Function 'SetAttribute' argument 1 names different: declaration 'name' definition 'cname'.
ember-0.7.2/src/framework/tinyxml/tinyxml.cpp:706:67: style: Function 'SetAttribute' argument 2 names different: declaration '_value' definition 'cvalue'. [funcArgNamesDifferent]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1016:52: note: Function 'SetAttribute' argument 2 names different: declaration '_value' definition 'cvalue'.
ember-0.7.2/src/framework/tinyxml/tinyxml.cpp:706:67: note: Function 'SetAttribute' argument 2 names different: declaration '_value' definition 'cvalue'.
ember-0.7.2/src/framework/tinyxml/tinyxml.cpp:916:43: style: Function 'LoadFile' argument 1 names different: declaration 'filename' definition '_filename'. [funcArgNamesDifferent]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1384:30: note: Function 'LoadFile' argument 1 names different: declaration 'filename' definition '_filename'.
ember-0.7.2/src/framework/tinyxml/tinyxml.cpp:916:43: note: Function 'LoadFile' argument 1 names different: declaration 'filename' definition '_filename'.
ember-0.7.2/src/framework/tinyxml/tinyxml.cpp:1125:43: style: Function 'Accept' argument 1 names different: declaration 'content' definition 'visitor'. [funcArgNamesDifferent]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1506:37: note: Function 'Accept' argument 1 names different: declaration 'content' definition 'visitor'.
ember-0.7.2/src/framework/tinyxml/tinyxml.cpp:1125:43: note: Function 'Accept' argument 1 names different: declaration 'content' definition 'visitor'.
ember-0.7.2/src/framework/tinyxml/tinyxml.cpp:1205:41: style: Function 'QueryIntValue' argument 1 names different: declaration '_value' definition 'ival'. [funcArgNamesDifferent]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:823:26: note: Function 'QueryIntValue' argument 1 names different: declaration '_value' definition 'ival'.
ember-0.7.2/src/framework/tinyxml/tinyxml.cpp:1205:41: note: Function 'QueryIntValue' argument 1 names different: declaration '_value' definition 'ival'.
ember-0.7.2/src/framework/tinyxml/tinyxml.cpp:1212:47: style: Function 'QueryDoubleValue' argument 1 names different: declaration '_value' definition 'dval'. [funcArgNamesDifferent]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:825:32: note: Function 'QueryDoubleValue' argument 1 names different: declaration '_value' definition 'dval'.
ember-0.7.2/src/framework/tinyxml/tinyxml.cpp:1212:47: note: Function 'QueryDoubleValue' argument 1 names different: declaration '_value' definition 'dval'.
ember-0.7.2/src/framework/tinyxml/tinyxml.cpp:1325:39: style: Function 'Accept' argument 1 names different: declaration 'content' definition 'visitor'. [funcArgNamesDifferent]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1219:37: note: Function 'Accept' argument 1 names different: declaration 'content' definition 'visitor'.
ember-0.7.2/src/framework/tinyxml/tinyxml.cpp:1325:39: note: Function 'Accept' argument 1 names different: declaration 'content' definition 'visitor'.
ember-0.7.2/src/framework/tinyxml/tinyxml.cpp:1440:42: style: Function 'Accept' argument 1 names different: declaration 'content' definition 'visitor'. [funcArgNamesDifferent]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1340:37: note: Function 'Accept' argument 1 names different: declaration 'content' definition 'visitor'.
ember-0.7.2/src/framework/tinyxml/tinyxml.cpp:1440:42: note: Function 'Accept' argument 1 names different: declaration 'content' definition 'visitor'.
ember-0.7.2/src/framework/tinyxml/tinyxml.cpp:1469:46: style: Function 'Add' argument 1 names different: declaration 'attribute' definition 'addMe'. [funcArgNamesDifferent]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:901:28: note: Function 'Add' argument 1 names different: declaration 'attribute' definition 'addMe'.
ember-0.7.2/src/framework/tinyxml/tinyxml.cpp:1469:46: note: Function 'Add' argument 1 names different: declaration 'attribute' definition 'addMe'.
ember-0.7.2/src/framework/tinyxml/tinyxml.cpp:1484:49: style: Function 'Remove' argument 1 names different: declaration 'attribute' definition 'removeMe'. [funcArgNamesDifferent]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:902:31: note: Function 'Remove' argument 1 names different: declaration 'attribute' definition 'removeMe'.
ember-0.7.2/src/framework/tinyxml/tinyxml.cpp:1484:49: note: Function 'Remove' argument 1 names different: declaration 'attribute' definition 'removeMe'.
ember-0.7.2/src/framework/tinyxml/tinyxml.cpp:1504:67: style: Function 'Find' argument 1 names different: declaration '_name' definition 'name'. [funcArgNamesDifferent]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:914:49: note: Function 'Find' argument 1 names different: declaration '_name' definition 'name'.
ember-0.7.2/src/framework/tinyxml/tinyxml.cpp:1504:67: note: Function 'Find' argument 1 names different: declaration '_name' definition 'name'.
ember-0.7.2/src/framework/tinyxml/tinyxml.cpp:1528:60: style: Function 'Find' argument 1 names different: declaration '_name' definition 'name'. [funcArgNamesDifferent]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:909:42: note: Function 'Find' argument 1 names different: declaration '_name' definition 'name'.
ember-0.7.2/src/framework/tinyxml/tinyxml.cpp:1528:60: note: Function 'Find' argument 1 names different: declaration '_name' definition 'name'.
ember-0.7.2/src/framework/tinyxml/tinyxml.cpp:1635:37: style: Function 'Child' argument 1 names different: declaration 'index' definition 'count'. [funcArgNamesDifferent]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1632:25: note: Function 'Child' argument 1 names different: declaration 'index' definition 'count'.
ember-0.7.2/src/framework/tinyxml/tinyxml.cpp:1635:37: note: Function 'Child' argument 1 names different: declaration 'index' definition 'count'.
ember-0.7.2/src/framework/tinyxml/tinyxml.cpp:1654:56: style: Function 'Child' argument 2 names different: declaration 'index' definition 'count'. [funcArgNamesDifferent]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1628:44: note: Function 'Child' argument 2 names different: declaration 'index' definition 'count'.
ember-0.7.2/src/framework/tinyxml/tinyxml.cpp:1654:56: note: Function 'Child' argument 2 names different: declaration 'index' definition 'count'.
ember-0.7.2/src/framework/tinyxml/tinyxml.cpp:1673:44: style: Function 'ChildElement' argument 1 names different: declaration 'index' definition 'count'. [funcArgNamesDifferent]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1642:32: note: Function 'ChildElement' argument 1 names different: declaration 'index' definition 'count'.
ember-0.7.2/src/framework/tinyxml/tinyxml.cpp:1673:44: note: Function 'ChildElement' argument 1 names different: declaration 'index' definition 'count'.
ember-0.7.2/src/framework/tinyxml/tinyxml.cpp:1692:63: style: Function 'ChildElement' argument 2 names different: declaration 'index' definition 'count'. [funcArgNamesDifferent]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1637:51: note: Function 'ChildElement' argument 2 names different: declaration 'index' definition 'count'.
ember-0.7.2/src/framework/tinyxml/tinyxml.cpp:1692:63: note: Function 'ChildElement' argument 2 names different: declaration 'index' definition 'count'.
ember-0.7.2/src/framework/tinyxml/tinyxml.cpp:176:16: warning: Assert statement calls a function which may have desired side effects: 'GetDocument'. [assertWithSideEffect]
ember-0.7.2/src/framework/tinyxml/tinyxml.cpp:1346:2: performance: Variable 'version' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ember-0.7.2/src/framework/tinyxml/tinyxml.cpp:1347:2: performance: Variable 'encoding' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ember-0.7.2/src/framework/tinyxml/tinyxml.cpp:1348:2: performance: Variable 'standalone' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ember-0.7.2/src/framework/tinyxml/tinyxml.cpp:1358:2: performance: Variable 'version' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ember-0.7.2/src/framework/tinyxml/tinyxml.cpp:1359:2: performance: Variable 'encoding' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ember-0.7.2/src/framework/tinyxml/tinyxml.cpp:1360:2: performance: Variable 'standalone' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:902:7: style: Technically the member function 'Ember::TiXmlAttributeSet::Remove' can be const. [functionConst]
ember-0.7.2/src/framework/tinyxml/tinyxml.cpp:1484:25: note: Technically the member function 'Ember::TiXmlAttributeSet::Remove' can be const.
ember-0.7.2/src/framework/tinyxml/tinyxml.h:902:7: note: Technically the member function 'Ember::TiXmlAttributeSet::Remove' can be const.
ember-0.7.2/src/framework/tinyxml/tinyxmlparser.cpp:447:14: style: Redundant condition: If 'EXPR == '#'', the comparison 'EXPR' is always true. [redundantCondition]
ember-0.7.2/src/framework/tinyxml/tinyxmlparser.cpp:825:16: style: Redundant condition: If '!EXPR', the comparison 'EXPR != '<'' is always true. [redundantCondition]
ember-0.7.2/src/framework/tinyxml/tinyxmlparser.cpp:1271:17: style: Redundant condition: If '!EXPR', the comparison 'EXPR != '<'' is always true. [redundantCondition]
ember-0.7.2/src/framework/tinyxml/tinyxmlparser.cpp:1371:17: style: Redundant condition: If '!EXPR', the comparison 'EXPR != '='' is always true. [redundantCondition]
ember-0.7.2/src/framework/tinyxml/tinyxmlparser.cpp:1289:8: warning: Either the condition 'p' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
ember-0.7.2/src/framework/tinyxml/tinyxmlparser.cpp:1279:10: note: Assuming that condition 'p' is not redundant
ember-0.7.2/src/framework/tinyxml/tinyxmlparser.cpp:1289:8: note: Null pointer dereference
ember-0.7.2/src/framework/tinyxml/tinyxmlparser.cpp:432:9: warning: Either the condition 'p' is redundant or there is overflow in pointer subtraction. [nullPointerArithmeticRedundantCheck]
ember-0.7.2/src/framework/tinyxml/tinyxmlparser.cpp:422:11: note: Assuming that condition 'p' is not redundant
ember-0.7.2/src/framework/tinyxml/tinyxmlparser.cpp:432:9: note: Null pointer subtraction
ember-0.7.2/src/framework/tinyxml/tinyxmlparser.cpp:440:47: style: Function 'GetEntity' argument 1 names different: declaration 'in' definition 'p'. [funcArgNamesDifferent]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:313:44: note: Function 'GetEntity' argument 1 names different: declaration 'in' definition 'p'.
ember-0.7.2/src/framework/tinyxml/tinyxmlparser.cpp:440:47: note: Function 'GetEntity' argument 1 names different: declaration 'in' definition 'p'.
ember-0.7.2/src/framework/tinyxml/tinyxmlparser.cpp:576:46: style: Function 'ReadText' argument 1 names different: declaration 'in' definition 'p'. [funcArgNamesDifferent]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:305:43: note: Function 'ReadText' argument 1 names different: declaration 'in' definition 'p'.
ember-0.7.2/src/framework/tinyxml/tinyxmlparser.cpp:576:46: note: Function 'ReadText' argument 1 names different: declaration 'in' definition 'p'.
ember-0.7.2/src/framework/tinyxml/tinyxmlparser.cpp:578:15: style: Function 'ReadText' argument 3 names different: declaration 'ignoreWhiteSpace' definition 'trimWhiteSpace'. [funcArgNamesDifferent]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:307:15: note: Function 'ReadText' argument 3 names different: declaration 'ignoreWhiteSpace' definition 'trimWhiteSpace'.
ember-0.7.2/src/framework/tinyxml/tinyxmlparser.cpp:578:15: note: Function 'ReadText' argument 3 names different: declaration 'ignoreWhiteSpace' definition 'trimWhiteSpace'.
ember-0.7.2/src/framework/tinyxml/tinyxmlparser.cpp:580:15: style: Function 'ReadText' argument 5 names different: declaration 'ignoreCase' definition 'caseInsensitive'. [funcArgNamesDifferent]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:309:15: note: Function 'ReadText' argument 5 names different: declaration 'ignoreCase' definition 'caseInsensitive'.
ember-0.7.2/src/framework/tinyxml/tinyxmlparser.cpp:580:15: note: Function 'ReadText' argument 5 names different: declaration 'ignoreCase' definition 'caseInsensitive'.
ember-0.7.2/src/framework/tinyxml/tinyxmlparser.cpp:706:68: style: Function 'Parse' argument 2 names different: declaration 'data' definition 'prevData'. [funcArgNamesDifferent]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1415:62: note: Function 'Parse' argument 2 names different: declaration 'data' definition 'prevData'.
ember-0.7.2/src/framework/tinyxml/tinyxmlparser.cpp:706:68: note: Function 'Parse' argument 2 names different: declaration 'data' definition 'prevData'.
ember-0.7.2/src/framework/tinyxml/tinyxmlparser.cpp:820:45: style: Function 'Identify' argument 1 names different: declaration 'start' definition 'p'. [funcArgNamesDifferent]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:745:35: note: Function 'Identify' argument 1 names different: declaration 'start' definition 'p'.
ember-0.7.2/src/framework/tinyxml/tinyxmlparser.cpp:820:45: note: Function 'Identify' argument 1 names different: declaration 'start' definition 'p'.
ember-0.7.2/src/framework/tinyxml/tinyxmlparser.cpp:1170:50: style: Function 'ReadValue' argument 1 names different: declaration 'in' definition 'p'. [funcArgNamesDifferent]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1117:37: note: Function 'ReadValue' argument 1 names different: declaration 'in' definition 'p'.
ember-0.7.2/src/framework/tinyxml/tinyxmlparser.cpp:1170:50: note: Function 'ReadValue' argument 1 names different: declaration 'in' definition 'p'.
ember-0.7.2/src/framework/tinyxml/tinyxmlparser.cpp:1170:71: style: Function 'ReadValue' argument 2 names different: declaration 'prevData' definition 'data'. [funcArgNamesDifferent]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1117:59: note: Function 'ReadValue' argument 2 names different: declaration 'prevData' definition 'data'.
ember-0.7.2/src/framework/tinyxml/tinyxmlparser.cpp:1170:71: note: Function 'ReadValue' argument 2 names different: declaration 'prevData' definition 'data'.
ember-0.7.2/src/framework/tinyxml/tinyxmlparser.cpp:1531:91: style: Function 'Parse' argument 3 names different: declaration 'encoding' definition '_encoding'. [funcArgNamesDifferent]
ember-0.7.2/src/framework/tinyxml/tinyxml.h:1288:82: note: Function 'Parse' argument 3 names different: declaration 'encoding' definition '_encoding'.
ember-0.7.2/src/framework/tinyxml/tinyxmlparser.cpp:1531:91: note: Function 'Parse' argument 3 names different: declaration 'encoding' definition '_encoding'.
ember-0.7.2/src/framework/tinyxml/tinyxmlparser.cpp:179:21: style: Technically the member function 'Ember::TiXmlParsingData::Cursor' can be const. [functionConst]
ember-0.7.2/src/main/Application.cpp:221:15: style: The scope of the variable 'frameActionMask' can be reduced. [variableScope]
ember-0.7.2/src/main/Application.cpp:213:2: warning: Possible leak in public function. The pointer 'mOgreView' is not deallocated before it is allocated. [publicAllocationError]
ember-0.7.2/src/main/Application.h:123:32: performance: Function parameter 'prefix' should be passed by const reference. [passedByValue]
ember-0.7.2/src/main/Application.h:123:58: performance: Function parameter 'homeDir' should be passed by const reference. [passedByValue]
ember-0.7.2/src/services/EmberServices.h:149:2: warning: Member variable 'EmberServices::mLoggingService' is not initialized in the constructor. [uninitMemberVarPrivate]
ember-0.7.2/src/services/EmberServices.h:149:2: warning: Member variable 'EmberServices::mScriptingService' is not initialized in the constructor. [uninitMemberVarPrivate]
ember-0.7.2/src/services/EmberServices.h:149:2: warning: Member variable 'EmberServices::mSoundService' is not initialized in the constructor. [uninitMemberVarPrivate]
ember-0.7.2/src/services/EmberServices.h:149:2: warning: Member variable 'EmberServices::mServerService' is not initialized in the constructor. [uninitMemberVarPrivate]
ember-0.7.2/src/services/EmberServices.h:149:2: warning: Member variable 'EmberServices::mMetaserverService' is not initialized in the constructor. [uninitMemberVarPrivate]
ember-0.7.2/src/services/EmberServices.h:149:2: warning: Member variable 'EmberServices::mInputService' is not initialized in the constructor. [uninitMemberVarPrivate]
ember-0.7.2/src/services/EmberServices.h:149:2: warning: Member variable 'EmberServices::mWfutService' is not initialized in the constructor. [uninitMemberVarPrivate]
ember-0.7.2/src/services/EmberServices.h:149:2: warning: Member variable 'EmberServices::mConfigService' is not initialized in the constructor. [uninitMemberVarPrivate]
ember-0.7.2/src/services/EmberServices.h:149:2: warning: Member variable 'EmberServices::mServerSettingsService' is not initialized in the constructor. [uninitMemberVarPrivate]
ember-0.7.2/src/services/EmberServices.h:156:17: warning: Member variable 'EmberServices::mLoggingService' is not assigned a value in 'EmberServices::operator='. [operatorEqVarError]
ember-0.7.2/src/services/EmberServices.h:156:17: warning: Member variable 'EmberServices::mScriptingService' is not assigned a value in 'EmberServices::operator='. [operatorEqVarError]
ember-0.7.2/src/services/EmberServices.h:156:17: warning: Member variable 'EmberServices::mSoundService' is not assigned a value in 'EmberServices::operator='. [operatorEqVarError]
ember-0.7.2/src/services/EmberServices.h:156:17: warning: Member variable 'EmberServices::mServerService' is not assigned a value in 'EmberServices::operator='. [operatorEqVarError]
ember-0.7.2/src/services/EmberServices.h:156:17: warning: Member variable 'EmberServices::mMetaserverService' is not assigned a value in 'EmberServices::operator='. [operatorEqVarError]
ember-0.7.2/src/services/EmberServices.h:156:17: warning: Member variable 'EmberServices::mInputService' is not assigned a value in 'EmberServices::operator='. [operatorEqVarError]
ember-0.7.2/src/services/EmberServices.h:156:17: warning: Member variable 'EmberServices::mWfutService' is not assigned a value in 'EmberServices::operator='. [operatorEqVarError]
ember-0.7.2/src/services/EmberServices.h:156:17: warning: Member variable 'EmberServices::mConfigService' is not assigned a value in 'EmberServices::operator='. [operatorEqVarError]
ember-0.7.2/src/services/EmberServices.h:156:17: warning: Member variable 'EmberServices::mServerSettingsService' is not assigned a value in 'EmberServices::operator='. [operatorEqVarError]
ember-0.7.2/src/services/config/ConfigService.cpp:234:121: style: Function 'setValue' argument 4 names different: declaration 'scope' definition 'iscope'. [funcArgNamesDifferent]
ember-0.7.2/src/services/config/ConfigService.h:162:108: note: Function 'setValue' argument 4 names different: declaration 'scope' definition 'iscope'.
ember-0.7.2/src/services/config/ConfigService.cpp:234:121: note: Function 'setValue' argument 4 names different: declaration 'scope' definition 'iscope'.
ember-0.7.2/src/services/config/ConfigService.cpp:141:3: performance: Variable 'mSharedDataDir' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ember-0.7.2/src/services/config/ConfigService.cpp:142:3: performance: Variable 'mEtcDir' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ember-0.7.2/src/services/input/Input.cpp:371:40: style: Function 'setGeometry' argument 2 names different: declaration 'heigh' definition 'height'. [funcArgNamesDifferent]
ember-0.7.2/src/services/input/Input.h:343:34: note: Function 'setGeometry' argument 2 names different: declaration 'heigh' definition 'height'.
ember-0.7.2/src/services/input/Input.cpp:371:40: note: Function 'setGeometry' argument 2 names different: declaration 'heigh' definition 'height'.
ember-0.7.2/src/services/input/InputCommandMapper.h:55:2: style: Class 'InputCommandMapper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/services/input/InputCommandMapper.cpp:144:22: error: Iterator 'I' used after element has been erased. [eraseDereference]
ember-0.7.2/src/services/input/InputCommandMapper.cpp:142:2: note: Iterator 'I' used after element has been erased.
ember-0.7.2/src/services/input/InputCommandMapper.cpp:144:22: note: Iterator 'I' used after element has been erased.
ember-0.7.2/src/services/logging/ErisLogReciever.h:43:7: performance: Technically the member function 'Ember::ErisLogReciever::Eris_Logged' can be static. [functionStatic]
ember-0.7.2/src/services/logging/ErisLogReciever.cpp:43:23: note: Technically the member function 'Ember::ErisLogReciever::Eris_Logged' can be static.
ember-0.7.2/src/services/logging/ErisLogReciever.h:43:7: note: Technically the member function 'Ember::ErisLogReciever::Eris_Logged' can be static.
ember-0.7.2/src/services/metaserver/MetaserverService.cpp:185:7: style: Variable 'firstNumber' is not assigned a value. [unassignedVariable]
ember-0.7.2/src/services/metaserver/MetaserverService.cpp:190:7: style: Variable 'secondNumber' is not assigned a value. [unassignedVariable]
ember-0.7.2/src/services/metaserver/MetaserverService.cpp:199:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ember-0.7.2/src/services/metaserver/MetaserverService.cpp:200:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ember-0.7.2/src/services/metaserver/MetaserverService.cpp:186:14: error: Uninitialized variable: firstNumber [uninitvar]
ember-0.7.2/src/services/metaserver/MetaserverService.cpp:191:20: error: Uninitialized variable: secondNumber [uninitvar]
ember-0.7.2/src/services/scripting/ScriptingService.h:55:18: warning: Virtual function 'stop' is called from destructor '~ScriptingService()' at line 47. Dynamic binding is not used. [virtualCallInConstructor]
ember-0.7.2/src/services/scripting/ScriptingService.cpp:47:2: note: Calling stop
ember-0.7.2/src/services/scripting/ScriptingService.h:55:18: note: stop is a virtual method
ember-0.7.2/src/services/server/StateBase.h:203:11: style: C-style pointer casting [cstyleCast]
ember-0.7.2/src/services/server/AccountAvailableState.cpp:92:3: style: Variable 'msg' is assigned a value that is never used. [unreadVariable]
ember-0.7.2/src/services/server/StateBase.h:39:2: style: Class 'StateBaseCore' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/services/server/StateBase.h:75:2: style: Class 'StateBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/services/server/NonConnectedAdapter.h:41:15: style: The function 'moveToPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/services/server/IServerAdapter.h:46:15: note: Virtual function in base class
ember-0.7.2/src/services/server/NonConnectedAdapter.h:41:15: note: Function in derived class
ember-0.7.2/src/services/server/NonConnectedAdapter.h:42:15: style: The function 'moveInDirection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/services/server/IServerAdapter.h:47:15: note: Virtual function in base class
ember-0.7.2/src/services/server/NonConnectedAdapter.h:42:15: note: Function in derived class
ember-0.7.2/src/services/server/NonConnectedAdapter.h:43:15: style: The function 'moveInDirection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/services/server/IServerAdapter.h:48:15: note: Virtual function in base class
ember-0.7.2/src/services/server/NonConnectedAdapter.h:43:15: note: Function in derived class
ember-0.7.2/src/services/server/NonConnectedAdapter.h:45:15: style: The function 'say' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/services/server/IServerAdapter.h:50:15: note: Virtual function in base class
ember-0.7.2/src/services/server/NonConnectedAdapter.h:45:15: note: Function in derived class
ember-0.7.2/src/services/server/NonConnectedAdapter.h:46:15: style: The function 'sayTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/services/server/IServerAdapter.h:60:15: note: Virtual function in base class
ember-0.7.2/src/services/server/NonConnectedAdapter.h:46:15: note: Function in derived class
ember-0.7.2/src/services/server/NonConnectedAdapter.h:47:15: style: The function 'sayTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/services/server/IServerAdapter.h:70:15: note: Virtual function in base class
ember-0.7.2/src/services/server/NonConnectedAdapter.h:47:15: note: Function in derived class
ember-0.7.2/src/services/server/NonConnectedAdapter.h:48:15: style: The function 'touch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/services/server/IServerAdapter.h:71:15: note: Virtual function in base class
ember-0.7.2/src/services/server/NonConnectedAdapter.h:48:15: note: Function in derived class
ember-0.7.2/src/services/server/NonConnectedAdapter.h:49:15: style: The function 'emote' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/services/server/IServerAdapter.h:72:15: note: Virtual function in base class
ember-0.7.2/src/services/server/NonConnectedAdapter.h:49:15: note: Function in derived class
ember-0.7.2/src/services/server/NonConnectedAdapter.h:50:15: style: The function 'drop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/services/server/IServerAdapter.h:73:15: note: Virtual function in base class
ember-0.7.2/src/services/server/NonConnectedAdapter.h:50:15: note: Function in derived class
ember-0.7.2/src/services/server/NonConnectedAdapter.h:51:15: style: The function 'place' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/services/server/IServerAdapter.h:74:15: note: Virtual function in base class
ember-0.7.2/src/services/server/NonConnectedAdapter.h:51:15: note: Function in derived class
ember-0.7.2/src/services/server/NonConnectedAdapter.h:52:15: style: The function 'place' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/services/server/IServerAdapter.h:75:15: note: Virtual function in base class
ember-0.7.2/src/services/server/NonConnectedAdapter.h:52:15: note: Function in derived class
ember-0.7.2/src/services/server/NonConnectedAdapter.h:53:15: style: The function 'wield' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/services/server/IServerAdapter.h:76:15: note: Virtual function in base class
ember-0.7.2/src/services/server/NonConnectedAdapter.h:53:15: note: Function in derived class
ember-0.7.2/src/services/server/NonConnectedAdapter.h:54:15: style: The function 'take' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/services/server/IServerAdapter.h:77:15: note: Virtual function in base class
ember-0.7.2/src/services/server/NonConnectedAdapter.h:54:15: note: Function in derived class
ember-0.7.2/src/services/server/NonConnectedAdapter.h:55:15: style: The function 'use' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/services/server/IServerAdapter.h:78:15: note: Virtual function in base class
ember-0.7.2/src/services/server/NonConnectedAdapter.h:55:15: note: Function in derived class
ember-0.7.2/src/services/server/NonConnectedAdapter.h:56:15: style: The function 'useStop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/services/server/IServerAdapter.h:79:15: note: Virtual function in base class
ember-0.7.2/src/services/server/NonConnectedAdapter.h:56:15: note: Function in derived class
ember-0.7.2/src/services/server/NonConnectedAdapter.h:57:15: style: The function 'actuate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/services/server/IServerAdapter.h:80:15: note: Virtual function in base class
ember-0.7.2/src/services/server/NonConnectedAdapter.h:57:15: note: Function in derived class
ember-0.7.2/src/services/server/NonConnectedAdapter.h:58:15: style: The function 'attack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/services/server/IServerAdapter.h:81:15: note: Virtual function in base class
ember-0.7.2/src/services/server/NonConnectedAdapter.h:58:15: note: Function in derived class
ember-0.7.2/src/services/server/NonConnectedAdapter.h:59:15: style: The function 'eat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/services/server/IServerAdapter.h:82:15: note: Virtual function in base class
ember-0.7.2/src/services/server/NonConnectedAdapter.h:59:15: note: Function in derived class
ember-0.7.2/src/services/server/NonConnectedAdapter.h:60:15: style: The function 'deleteEntity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/services/server/IServerAdapter.h:83:15: note: Virtual function in base class
ember-0.7.2/src/services/server/NonConnectedAdapter.h:60:15: note: Function in derived class
ember-0.7.2/src/services/server/NonConnectedAdapter.h:61:15: style: The function 'setAttributes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/services/server/IServerAdapter.h:84:15: note: Virtual function in base class
ember-0.7.2/src/services/server/NonConnectedAdapter.h:61:15: note: Function in derived class
ember-0.7.2/src/services/server/NonConnectedAdapter.h:62:15: style: The function 'adminTell' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/services/server/IServerAdapter.h:85:15: note: Virtual function in base class
ember-0.7.2/src/services/server/NonConnectedAdapter.h:62:15: note: Function in derived class
ember-0.7.2/src/services/server/NonConnectedAdapter.h:63:15: style: The function 'createTypeInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/services/server/IServerAdapter.h:86:15: note: Virtual function in base class
ember-0.7.2/src/services/server/NonConnectedAdapter.h:63:15: note: Function in derived class
ember-0.7.2/src/services/server/NonConnectedAdapter.h:64:15: style: The function 'setTypeInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/services/server/IServerAdapter.h:87:15: note: Virtual function in base class
ember-0.7.2/src/services/server/NonConnectedAdapter.h:64:15: note: Function in derived class
ember-0.7.2/src/services/server/StateBase.h:42:15: style: The function 'disconnect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/services/server/IState.h:69:15: note: Virtual function in base class
ember-0.7.2/src/services/server/StateBase.h:42:15: note: Function in derived class
ember-0.7.2/src/services/server/StateBase.h:44:15: style: The function 'logout' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/services/server/IState.h:76:15: note: Virtual function in base class
ember-0.7.2/src/services/server/StateBase.h:44:15: note: Function in derived class
ember-0.7.2/src/services/server/StateBase.h:46:15: style: The function 'takeCharacter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/services/server/IState.h:83:15: note: Virtual function in base class
ember-0.7.2/src/services/server/StateBase.h:46:15: note: Function in derived class
ember-0.7.2/src/services/server/StateBase.h:48:15: style: The function 'takeTransferredCharacter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/services/server/IState.h:89:15: note: Virtual function in base class
ember-0.7.2/src/services/server/StateBase.h:48:15: note: Function in derived class
ember-0.7.2/src/services/server/StateBase.h:50:15: style: The function 'createCharacter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/services/server/IState.h:100:15: note: Virtual function in base class
ember-0.7.2/src/services/server/StateBase.h:50:15: note: Function in derived class
ember-0.7.2/src/services/server/StateBase.h:52:26: style: The function 'getServerAdapter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/services/server/IState.h:113:26: note: Virtual function in base class
ember-0.7.2/src/services/server/StateBase.h:52:26: note: Function in derived class
ember-0.7.2/src/services/server/StateBase.h:54:15: style: The function 'transfer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/services/server/IState.h:106:15: note: Virtual function in base class
ember-0.7.2/src/services/server/StateBase.h:54:15: note: Function in derived class
ember-0.7.2/src/services/server/StateBase.h:61:24: style: The function 'getSignals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/services/server/IState.h:58:32: note: Virtual function in base class
ember-0.7.2/src/services/server/StateBase.h:61:24: note: Function in derived class
ember-0.7.2/src/services/server/StateBase.h:79:15: style: The function 'destroyChildState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/services/server/IState.h:52:15: note: Virtual function in base class
ember-0.7.2/src/services/server/StateBase.h:79:15: note: Function in derived class
ember-0.7.2/src/services/server/StateBase.h:81:18: style: The function 'getTopState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/services/server/IState.h:64:18: note: Virtual function in base class
ember-0.7.2/src/services/server/StateBase.h:81:18: note: Function in derived class
ember-0.7.2/src/services/server/ConnectedAdapter.h:52:15: style: The function 'moveToPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/services/server/IServerAdapter.h:46:15: note: Virtual function in base class
ember-0.7.2/src/services/server/ConnectedAdapter.h:52:15: note: Function in derived class
ember-0.7.2/src/services/server/ConnectedAdapter.h:53:15: style: The function 'moveInDirection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/services/server/IServerAdapter.h:47:15: note: Virtual function in base class
ember-0.7.2/src/services/server/ConnectedAdapter.h:53:15: note: Function in derived class
ember-0.7.2/src/services/server/ConnectedAdapter.h:54:15: style: The function 'moveInDirection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/services/server/IServerAdapter.h:48:15: note: Virtual function in base class
ember-0.7.2/src/services/server/ConnectedAdapter.h:54:15: note: Function in derived class
ember-0.7.2/src/services/server/ConnectedAdapter.h:56:15: style: The function 'say' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/services/server/IServerAdapter.h:50:15: note: Virtual function in base class
ember-0.7.2/src/services/server/ConnectedAdapter.h:56:15: note: Function in derived class
ember-0.7.2/src/services/server/ConnectedAdapter.h:57:15: style: The function 'sayTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/services/server/IServerAdapter.h:60:15: note: Virtual function in base class
ember-0.7.2/src/services/server/ConnectedAdapter.h:57:15: note: Function in derived class
ember-0.7.2/src/services/server/ConnectedAdapter.h:58:15: style: The function 'sayTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/services/server/IServerAdapter.h:70:15: note: Virtual function in base class
ember-0.7.2/src/services/server/ConnectedAdapter.h:58:15: note: Function in derived class
ember-0.7.2/src/services/server/ConnectedAdapter.h:59:15: style: The function 'touch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/services/server/IServerAdapter.h:71:15: note: Virtual function in base class
ember-0.7.2/src/services/server/ConnectedAdapter.h:59:15: note: Function in derived class
ember-0.7.2/src/services/server/ConnectedAdapter.h:60:15: style: The function 'emote' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/services/server/IServerAdapter.h:72:15: note: Virtual function in base class
ember-0.7.2/src/services/server/ConnectedAdapter.h:60:15: note: Function in derived class
ember-0.7.2/src/services/server/ConnectedAdapter.h:61:15: style: The function 'drop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/services/server/IServerAdapter.h:73:15: note: Virtual function in base class
ember-0.7.2/src/services/server/ConnectedAdapter.h:61:15: note: Function in derived class
ember-0.7.2/src/services/server/ConnectedAdapter.h:62:15: style: The function 'place' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/services/server/IServerAdapter.h:74:15: note: Virtual function in base class
ember-0.7.2/src/services/server/ConnectedAdapter.h:62:15: note: Function in derived class
ember-0.7.2/src/services/server/ConnectedAdapter.h:63:15: style: The function 'place' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/services/server/IServerAdapter.h:75:15: note: Virtual function in base class
ember-0.7.2/src/services/server/ConnectedAdapter.h:63:15: note: Function in derived class
ember-0.7.2/src/services/server/ConnectedAdapter.h:64:15: style: The function 'wield' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/services/server/IServerAdapter.h:76:15: note: Virtual function in base class
ember-0.7.2/src/services/server/ConnectedAdapter.h:64:15: note: Function in derived class
ember-0.7.2/src/services/server/ConnectedAdapter.h:65:15: style: The function 'take' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/services/server/IServerAdapter.h:77:15: note: Virtual function in base class
ember-0.7.2/src/services/server/ConnectedAdapter.h:65:15: note: Function in derived class
ember-0.7.2/src/services/server/ConnectedAdapter.h:66:15: style: The function 'use' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/services/server/IServerAdapter.h:78:15: note: Virtual function in base class
ember-0.7.2/src/services/server/ConnectedAdapter.h:66:15: note: Function in derived class
ember-0.7.2/src/services/server/ConnectedAdapter.h:67:15: style: The function 'useStop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/services/server/IServerAdapter.h:79:15: note: Virtual function in base class
ember-0.7.2/src/services/server/ConnectedAdapter.h:67:15: note: Function in derived class
ember-0.7.2/src/services/server/ConnectedAdapter.h:68:15: style: The function 'actuate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/services/server/IServerAdapter.h:80:15: note: Virtual function in base class
ember-0.7.2/src/services/server/ConnectedAdapter.h:68:15: note: Function in derived class
ember-0.7.2/src/services/server/ConnectedAdapter.h:69:15: style: The function 'attack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/services/server/IServerAdapter.h:81:15: note: Virtual function in base class
ember-0.7.2/src/services/server/ConnectedAdapter.h:69:15: note: Function in derived class
ember-0.7.2/src/services/server/ConnectedAdapter.h:70:15: style: The function 'eat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/services/server/IServerAdapter.h:82:15: note: Virtual function in base class
ember-0.7.2/src/services/server/ConnectedAdapter.h:70:15: note: Function in derived class
ember-0.7.2/src/services/server/ConnectedAdapter.h:71:15: style: The function 'deleteEntity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/services/server/IServerAdapter.h:83:15: note: Virtual function in base class
ember-0.7.2/src/services/server/ConnectedAdapter.h:71:15: note: Function in derived class
ember-0.7.2/src/services/server/ConnectedAdapter.h:72:15: style: The function 'setAttributes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/services/server/IServerAdapter.h:84:15: note: Virtual function in base class
ember-0.7.2/src/services/server/ConnectedAdapter.h:72:15: note: Function in derived class
ember-0.7.2/src/services/server/ConnectedAdapter.h:73:15: style: The function 'adminTell' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/services/server/IServerAdapter.h:85:15: note: Virtual function in base class
ember-0.7.2/src/services/server/ConnectedAdapter.h:73:15: note: Function in derived class
ember-0.7.2/src/services/server/ConnectedAdapter.h:74:15: style: The function 'createTypeInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/services/server/IServerAdapter.h:86:15: note: Virtual function in base class
ember-0.7.2/src/services/server/ConnectedAdapter.h:74:15: note: Function in derived class
ember-0.7.2/src/services/server/ConnectedAdapter.h:75:15: style: The function 'setTypeInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/services/server/IServerAdapter.h:87:15: note: Virtual function in base class
ember-0.7.2/src/services/server/ConnectedAdapter.h:75:15: note: Function in derived class
ember-0.7.2/src/services/server/ServerServiceConnectionListener.h:32:2: style: Class 'ServerServiceConnectionListener' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/services/server/DestroyChildStateEvent.h:43:2: style: Class 'DestroyChildStateEvent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/services/server/ServerServiceConnectionListener.h:35:15: style: The function 'sendingObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/services/server/IConnectionListener.h:43:15: note: Virtual function in base class
ember-0.7.2/src/services/server/ServerServiceConnectionListener.h:35:15: note: Function in derived class
ember-0.7.2/src/services/server/ServerServiceConnectionListener.h:36:15: style: The function 'receivedObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/services/server/IConnectionListener.h:49:15: note: Virtual function in base class
ember-0.7.2/src/services/server/ServerServiceConnectionListener.h:36:15: note: Function in derived class
ember-0.7.2/src/services/server/LocalServerAdminCreator.h:51:2: style: Class 'LocalServerAdminCreator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/services/server/LoggedInState.cpp:153:81: style: Function 'gotCharacterInfo' argument 1 names different: declaration 'characterInfo' definition 'info'. [funcArgNamesDifferent]
ember-0.7.2/src/services/server/LoggedInState.h:90:66: note: Function 'gotCharacterInfo' argument 1 names different: declaration 'characterInfo' definition 'info'.
ember-0.7.2/src/services/server/LoggedInState.cpp:153:81: note: Function 'gotCharacterInfo' argument 1 names different: declaration 'characterInfo' definition 'info'.
ember-0.7.2/src/services/server/LoggedInState.cpp:204:25: error: Iterator 'I' used after element has been erased. [eraseDereference]
ember-0.7.2/src/services/server/LoggedInState.cpp:200:2: note: Iterator 'I' used after element has been erased.
ember-0.7.2/src/services/server/LoggedInState.cpp:204:25: note: Iterator 'I' used after element has been erased.
ember-0.7.2/src/services/server/NonConnectedState.h:44:2: style: Class 'NonConnectedState' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/services/server/NonConnectedState.h:47:15: style: The function 'destroyChildState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/services/server/IState.h:52:15: note: Virtual function in base class
ember-0.7.2/src/services/server/NonConnectedState.h:47:15: note: Function in derived class
ember-0.7.2/src/services/server/NonConnectedState.h:49:32: style: The function 'getSignals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/services/server/IState.h:58:32: note: Virtual function in base class
ember-0.7.2/src/services/server/NonConnectedState.h:49:32: note: Function in derived class
ember-0.7.2/src/services/server/NonConnectedState.h:51:18: style: The function 'getTopState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/services/server/IState.h:64:18: note: Virtual function in base class
ember-0.7.2/src/services/server/NonConnectedState.h:51:18: note: Function in derived class
ember-0.7.2/src/services/server/NonConnectedState.h:53:15: style: The function 'disconnect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/services/server/IState.h:69:15: note: Virtual function in base class
ember-0.7.2/src/services/server/NonConnectedState.h:53:15: note: Function in derived class
ember-0.7.2/src/services/server/NonConnectedState.h:55:15: style: The function 'logout' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/services/server/IState.h:76:15: note: Virtual function in base class
ember-0.7.2/src/services/server/NonConnectedState.h:55:15: note: Function in derived class
ember-0.7.2/src/services/server/NonConnectedState.h:57:15: style: The function 'takeCharacter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/services/server/IState.h:83:15: note: Virtual function in base class
ember-0.7.2/src/services/server/NonConnectedState.h:57:15: note: Function in derived class
ember-0.7.2/src/services/server/NonConnectedState.h:59:15: style: The function 'takeTransferredCharacter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/services/server/IState.h:89:15: note: Virtual function in base class
ember-0.7.2/src/services/server/NonConnectedState.h:59:15: note: Function in derived class
ember-0.7.2/src/services/server/NonConnectedState.h:61:15: style: The function 'createCharacter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/services/server/IState.h:100:15: note: Virtual function in base class
ember-0.7.2/src/services/server/NonConnectedState.h:61:15: note: Function in derived class
ember-0.7.2/src/services/server/NonConnectedState.h:63:15: style: The function 'transfer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/services/server/IState.h:106:15: note: Virtual function in base class
ember-0.7.2/src/services/server/NonConnectedState.h:63:15: note: Function in derived class
ember-0.7.2/src/services/server/NonConnectedState.h:65:26: style: The function 'getServerAdapter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/services/server/IState.h:113:26: note: Virtual function in base class
ember-0.7.2/src/services/server/NonConnectedState.h:65:26: note: Function in derived class
ember-0.7.2/src/services/server/OOGChat.h:108:5: style: Class 'OOGChat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/services/server/ServerService.cpp:124:53: style: Function 'connectLocal' argument 1 names different: declaration 'socketPath' definition 'socket'. [funcArgNamesDifferent]
ember-0.7.2/src/services/server/ServerService.h:98:39: note: Function 'connectLocal' argument 1 names different: declaration 'socketPath' definition 'socket'.
ember-0.7.2/src/services/server/ServerService.cpp:124:53: note: Function 'connectLocal' argument 1 names different: declaration 'socketPath' definition 'socket'.
ember-0.7.2/src/services/server/ServerService.cpp:211:126: style: Function 'place' argument 4 names different: declaration 'orientation' definition 'orient'. [funcArgNamesDifferent]
ember-0.7.2/src/services/server/ServerService.h:213:112: note: Function 'place' argument 4 names different: declaration 'orientation' definition 'orient'.
ember-0.7.2/src/services/server/ServerService.cpp:211:126: note: Function 'place' argument 4 names different: declaration 'orientation' definition 'orient'.
ember-0.7.2/src/services/server/ServerService.cpp:261:46: style: Function 'emote' argument 1 names different: declaration 'emote' definition 'message'. [funcArgNamesDifferent]
ember-0.7.2/src/services/server/ServerService.h:210:32: note: Function 'emote' argument 1 names different: declaration 'emote' definition 'message'.
ember-0.7.2/src/services/server/ServerService.cpp:261:46: note: Function 'emote' argument 1 names different: declaration 'emote' definition 'message'.
ember-0.7.2/src/services/serversettings/ServerSettingsCredentials.h:56:2: style: Class 'ServerSettingsCredentials' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/src/services/sound/SoundSample.h:90:2: warning: Member variable 'BaseSoundSample::mType' is not initialized in the constructor. [uninitMemberVar]
ember-0.7.2/src/services/sound/SoundSample.h:125:15: style: The function 'getNumberOfBuffers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/services/sound/SoundSample.h:66:23: note: Virtual function in base class
ember-0.7.2/src/services/sound/SoundSample.h:125:15: note: Function in derived class
ember-0.7.2/src/services/sound/SoundSample.h:130:24: style: The function 'createBinding' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/services/sound/SoundSample.h:83:24: note: Virtual function in base class
ember-0.7.2/src/services/sound/SoundSample.h:130:24: note: Function in derived class
ember-0.7.2/src/services/sound/SoundSample.h:135:39: style: The function 'getBuffers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/services/sound/SoundSample.h:73:22: note: Virtual function in base class
ember-0.7.2/src/services/sound/SoundSample.h:135:39: note: Function in derived class
ember-0.7.2/src/services/sound/SoundSample.h:169:15: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/src/services/sound/SoundBinding.h:56:14: note: Virtual function in base class
ember-0.7.2/src/services/sound/SoundSample.h:169:15: note: Function in derived class
ember-0.7.2/src/services/sound/SoundSource.cpp:70:55: style: Function 'setPosition' argument 1 names different: declaration 'position' definition 'pos'. [funcArgNamesDifferent]
ember-0.7.2/src/services/sound/SoundSource.h:61:43: note: Function 'setPosition' argument 1 names different: declaration 'position' definition 'pos'.
ember-0.7.2/src/services/sound/SoundSource.cpp:70:55: note: Function 'setPosition' argument 1 names different: declaration 'position' definition 'pos'.
ember-0.7.2/src/services/sound/SoundSource.cpp:77:56: style: Function 'setVelocity' argument 1 names different: declaration 'velocity' definition 'vel'. [funcArgNamesDifferent]
ember-0.7.2/src/services/sound/SoundSource.h:73:44: note: Function 'setVelocity' argument 1 names different: declaration 'velocity' definition 'vel'.
ember-0.7.2/src/services/sound/SoundSource.cpp:77:56: note: Function 'setVelocity' argument 1 names different: declaration 'velocity' definition 'vel'.
ember-0.7.2/src/services/sound/SoundSource.h:67:7: performance: Technically the member function 'Ember::SoundSource::setOrientation' can be static. [functionStatic]
ember-0.7.2/src/services/sound/SoundSource.cpp:84:19: note: Technically the member function 'Ember::SoundSource::setOrientation' can be static.
ember-0.7.2/src/services/sound/SoundSource.h:67:7: note: Technically the member function 'Ember::SoundSource::setOrientation' can be static.
ember-0.7.2/test/TestTasks.cpp:172:7: style: The scope of the variable 'counter' can be reduced. [variableScope]
ember-0.7.2/test/TestTasks.cpp:102:2: style: Class 'CounterTaskBackgroundException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/test/TestTasks.cpp:105:15: style: The function 'executeTaskInBackgroundThread' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ember-0.7.2/test/TestTasks.cpp:36:15: note: Virtual function in base class
ember-0.7.2/test/TestTasks.cpp:105:15: note: Function in derived class
ember-0.7.2/test/TestTerrain.cpp:199:2: style: Class 'EntityHolder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/test/TestTerrain.cpp:282:2: style: Class 'WorldSizeChangedListener' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ember-0.7.2/test/TestTerrain.cpp:298:2: style: Class 'AfterTerrainUpdateListener' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
[17:38]

ftp://ftp.se.debian.org/debian/pool/main/e/ember-media/ember-media_0.7.2.1.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/e/emboss/emboss_6.6.0+dfsg.orig.tar.xz
EMBOSS-6.6.0/ajax/acd/ajacd.c:21856:8: style: Condition '!reqstr' is always true [knownConditionTrueFalse]
EMBOSS-6.6.0/ajax/acd/ajacd.c:21851:21: note: Assignment 'reqstr=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/acd/ajacd.c:21856:8: note: Condition '!reqstr' is always true
EMBOSS-6.6.0/ajax/acd/ajacd.c:30287:8: style: Condition '!repdelim' is always true [knownConditionTrueFalse]
EMBOSS-6.6.0/ajax/acd/ajacd.c:30269:24: note: Assignment 'repdelim=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/acd/ajacd.c:30287:8: note: Condition '!repdelim' is always true
EMBOSS-6.6.0/ajax/acd/ajacd.c:30533:8: style: Condition '!repdelim' is always true [knownConditionTrueFalse]
EMBOSS-6.6.0/ajax/acd/ajacd.c:30510:24: note: Assignment 'repdelim=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/acd/ajacd.c:30533:8: note: Condition '!repdelim' is always true
EMBOSS-6.6.0/ajax/acd/ajacd.c:7308:5: warning: Possible null pointer dereference: thys [nullPointer]
EMBOSS-6.6.0/ajax/acd/ajacd.c:36202:21: note: Assignment 'acdpacd=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/acd/ajacd.c:36206:16: note: Calling function 'acdSetXxxx', 1st argument 'thys' value is 0
EMBOSS-6.6.0/ajax/acd/ajacd.c:7308:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/acd/ajacd.c:22080:5: warning: Possible null pointer dereference: thys [nullPointer]
EMBOSS-6.6.0/ajax/acd/ajacd.c:36202:21: note: Assignment 'acdpacd=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/acd/ajacd.c:36208:20: note: Calling function 'acdQualToFloat', 1st argument 'thys' value is 0
EMBOSS-6.6.0/ajax/acd/ajacd.c:22080:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/acd/ajacd.c:30827:6: warning: Either the condition 'if(dir&&ajStrGetLen(*dir))' is redundant or there is possible null pointer dereference: dir. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/acd/ajacd.c:30833:7: note: Assuming that condition 'if(dir&&ajStrGetLen(*dir))' is not redundant
EMBOSS-6.6.0/ajax/acd/ajacd.c:30827:6: note: Null pointer dereference
EMBOSS-6.6.0/ajax/acd/ajacd.c:4487:5: style: Variable 'ambigList' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:4485:0: note: Variable 'ambigList' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:4487:5: note: Variable 'ambigList' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:6009:5: style: Variable 'sametoken' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:6007:0: note: Variable 'sametoken' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:6009:5: note: Variable 'sametoken' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:6079:5: style: Variable 'usetoken' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:6073:0: note: Variable 'usetoken' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:6079:5: note: Variable 'usetoken' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:6223:5: style: Variable 'ambigList' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:6221:0: note: Variable 'ambigList' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:6223:5: note: Variable 'ambigList' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:6293:5: style: Variable 'ambigList' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:6291:0: note: Variable 'ambigList' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:6293:5: note: Variable 'ambigList' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:6506:5: style: Variable 'ambigList' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:6504:0: note: Variable 'ambigList' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:6506:5: note: Variable 'ambigList' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:6562:5: style: Variable 'ambigList' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:6560:0: note: Variable 'ambigList' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:6562:5: note: Variable 'ambigList' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:7293:5: style: Variable 'required' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:7283:0: note: Variable 'required' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:7293:5: note: Variable 'required' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:7620:5: style: Variable 'val' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:7606:0: note: Variable 'val' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:7620:5: note: Variable 'val' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:7632:5: style: Variable 'required' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:7608:0: note: Variable 'required' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:7632:5: note: Variable 'required' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:7990:5: style: Variable 'required' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:7978:0: note: Variable 'required' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:7990:5: note: Variable 'required' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:8098:5: style: Variable 'required' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:8089:0: note: Variable 'required' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:8098:5: note: Variable 'required' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:8422:5: style: Variable 'required' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:8401:0: note: Variable 'required' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:8422:5: note: Variable 'required' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:8516:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:8512:0: note: Variable 'ret' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:8516:5: note: Variable 'ret' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:8562:5: style: Variable 'required' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:8545:0: note: Variable 'required' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:8562:5: note: Variable 'required' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:8687:5: style: Variable 'required' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:8670:0: note: Variable 'required' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:8687:5: note: Variable 'required' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:8869:5: style: Variable 'val' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:8854:0: note: Variable 'val' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:8869:5: note: Variable 'val' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:8878:5: style: Variable 'required' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:8856:0: note: Variable 'required' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:8878:5: note: Variable 'required' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:9051:5: style: Variable 'val' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:9038:0: note: Variable 'val' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:9051:5: note: Variable 'val' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:9058:5: style: Variable 'required' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:9040:0: note: Variable 'required' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:9058:5: note: Variable 'required' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:9193:5: style: Variable 'val' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:9179:0: note: Variable 'val' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:9193:5: note: Variable 'val' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:9408:5: style: Variable 'val' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:9390:0: note: Variable 'val' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:9408:5: note: Variable 'val' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:9611:5: style: Variable 'required' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:9600:0: note: Variable 'required' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:9611:5: note: Variable 'required' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:9918:5: style: Variable 'required' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:9896:0: note: Variable 'required' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:9918:5: note: Variable 'required' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:10046:5: style: Variable 'required' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:10033:0: note: Variable 'required' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:10046:5: note: Variable 'required' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:10432:5: style: Variable 'required' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:10415:0: note: Variable 'required' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:10432:5: note: Variable 'required' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:10826:5: style: Variable 'required' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:10816:0: note: Variable 'required' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:10826:5: note: Variable 'required' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:11189:5: style: Variable 'required' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:11174:0: note: Variable 'required' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:11189:5: note: Variable 'required' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:11277:5: style: Variable 'val' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:11261:0: note: Variable 'val' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:11277:5: note: Variable 'val' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:11649:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:11645:0: note: Variable 'ret' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:11649:5: note: Variable 'ret' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:11696:5: style: Variable 'required' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:11679:0: note: Variable 'required' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:11696:5: note: Variable 'required' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:11982:5: style: Variable 'required' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:11959:0: note: Variable 'required' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:11982:5: note: Variable 'required' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:13056:5: style: Variable 'required' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:13035:0: note: Variable 'required' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:13056:5: note: Variable 'required' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:13303:5: style: Variable 'required' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:13290:0: note: Variable 'required' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:13303:5: note: Variable 'required' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:13468:5: style: Variable 'required' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:13440:0: note: Variable 'required' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:13468:5: note: Variable 'required' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:13635:5: style: Variable 'val' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:13620:0: note: Variable 'val' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:13635:5: note: Variable 'val' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:13646:5: style: Variable 'required' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:13622:0: note: Variable 'required' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:13646:5: note: Variable 'required' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:13840:5: style: Variable 'required' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:13823:0: note: Variable 'required' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:13840:5: note: Variable 'required' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:14081:5: style: Variable 'required' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:14071:0: note: Variable 'required' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:14081:5: note: Variable 'required' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:14207:5: style: Variable 'val' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:14182:0: note: Variable 'val' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:14207:5: note: Variable 'val' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:14216:5: style: Variable 'required' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:14185:0: note: Variable 'required' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:14216:5: note: Variable 'required' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:14538:5: style: Variable 'val' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:14515:0: note: Variable 'val' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:14538:5: note: Variable 'val' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:14549:5: style: Variable 'required' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:14519:0: note: Variable 'required' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:14549:5: note: Variable 'required' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:14857:5: style: Variable 'required' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:14818:0: note: Variable 'required' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:14857:5: note: Variable 'required' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:15190:5: style: Variable 'val' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:15175:0: note: Variable 'val' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:15190:5: note: Variable 'val' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:15391:5: style: Variable 'val' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:15376:0: note: Variable 'val' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:15391:5: note: Variable 'val' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:15589:5: style: Variable 'val' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:15574:0: note: Variable 'val' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:15589:5: note: Variable 'val' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:15796:5: style: Variable 'val' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:15773:0: note: Variable 'val' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:15796:5: note: Variable 'val' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:15808:5: style: Variable 'required' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:15776:0: note: Variable 'required' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:15808:5: note: Variable 'required' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:16366:5: style: Variable 'required' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:16351:0: note: Variable 'required' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:16366:5: note: Variable 'required' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:16505:5: style: Variable 'required' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:16490:0: note: Variable 'required' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:16505:5: note: Variable 'required' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:16614:5: style: Variable 'required' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:16605:0: note: Variable 'required' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:16614:5: note: Variable 'required' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:16753:5: style: Variable 'required' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:16737:0: note: Variable 'required' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:16753:5: note: Variable 'required' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:16915:5: style: Variable 'required' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:16900:0: note: Variable 'required' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:16915:5: note: Variable 'required' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:17071:5: style: Variable 'required' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:17059:0: note: Variable 'required' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:17071:5: note: Variable 'required' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:17203:5: style: Variable 'required' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:17188:0: note: Variable 'required' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:17203:5: note: Variable 'required' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:17331:5: style: Variable 'tmpstr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:17329:0: note: Variable 'tmpstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:17331:5: note: Variable 'tmpstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:17371:5: style: Variable 'tmpstr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:17369:0: note: Variable 'tmpstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:17371:5: note: Variable 'tmpstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:17481:5: style: Variable 'tmpstr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:17479:0: note: Variable 'tmpstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:17481:5: note: Variable 'tmpstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:17526:5: style: Variable 'tmpstr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:17524:0: note: Variable 'tmpstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:17526:5: note: Variable 'tmpstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:17570:5: style: Variable 'tmpstr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:17568:0: note: Variable 'tmpstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:17570:5: note: Variable 'tmpstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:17607:5: style: Variable 'tmpstr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:17605:0: note: Variable 'tmpstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:17607:5: note: Variable 'tmpstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:17644:5: style: Variable 'tmpstr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:17642:0: note: Variable 'tmpstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:17644:5: note: Variable 'tmpstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:17684:5: style: Variable 'tmpstr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:17682:0: note: Variable 'tmpstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:17684:5: note: Variable 'tmpstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:17734:5: style: Variable 'tmpstr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:17732:0: note: Variable 'tmpstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:17734:5: note: Variable 'tmpstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:17792:5: style: Variable 'ambigList' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:17790:0: note: Variable 'ambigList' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:17792:5: note: Variable 'ambigList' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:21732:5: style: Variable 'ambigList' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:21730:0: note: Variable 'ambigList' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:21732:5: note: Variable 'ambigList' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:21794:5: style: Variable 'ambigList' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:21790:0: note: Variable 'ambigList' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:21794:5: note: Variable 'ambigList' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:25718:5: style: Variable 'ambigList' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:25716:0: note: Variable 'ambigList' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:25718:5: note: Variable 'ambigList' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:26011:5: style: Variable 'ambigList' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:26009:0: note: Variable 'ambigList' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:26011:5: note: Variable 'ambigList' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:26936:5: style: Variable 'typestr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:26932:18: note: Variable 'typestr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:26936:5: note: Variable 'typestr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:27010:5: style: Variable 'typestr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:27006:18: note: Variable 'typestr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:27010:5: note: Variable 'typestr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:27080:5: style: Variable 'type' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:27075:18: note: Variable 'type' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:27080:5: note: Variable 'type' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:27382:5: style: Variable 'type' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:27377:18: note: Variable 'type' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:27382:5: note: Variable 'type' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:27688:5: style: Variable 'assemPrompt' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:27682:0: note: Variable 'assemPrompt' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:27688:5: note: Variable 'assemPrompt' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:27689:5: style: Variable 'assemPromptAlt' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:27683:0: note: Variable 'assemPromptAlt' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:27689:5: note: Variable 'assemPromptAlt' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:27744:5: style: Variable 'oboPrompt' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:27735:0: note: Variable 'oboPrompt' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:27744:5: note: Variable 'oboPrompt' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:27745:5: style: Variable 'oboPromptAlt' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:27736:0: note: Variable 'oboPromptAlt' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:27745:5: note: Variable 'oboPromptAlt' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:28581:5: style: Variable 'refseqPrompt' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:28575:0: note: Variable 'refseqPrompt' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:28581:5: note: Variable 'refseqPrompt' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:28582:5: style: Variable 'refseqPromptAlt' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:28576:0: note: Variable 'refseqPromptAlt' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:28582:5: note: Variable 'refseqPromptAlt' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:28637:5: style: Variable 'taxPrompt' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:28628:0: note: Variable 'taxPrompt' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:28637:5: note: Variable 'taxPrompt' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:28638:5: style: Variable 'taxPromptAlt' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:28629:0: note: Variable 'taxPromptAlt' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:28638:5: note: Variable 'taxPromptAlt' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:28696:5: style: Variable 'taxPrompt' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:28687:0: note: Variable 'taxPrompt' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:28696:5: note: Variable 'taxPrompt' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:28697:5: style: Variable 'taxPromptAlt' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:28688:0: note: Variable 'taxPromptAlt' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:28697:5: note: Variable 'taxPromptAlt' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:28755:5: style: Variable 'urlPrompt' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:28746:0: note: Variable 'urlPrompt' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:28755:5: note: Variable 'urlPrompt' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:28756:5: style: Variable 'urlPromptAlt' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:28747:0: note: Variable 'urlPromptAlt' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:28756:5: note: Variable 'urlPromptAlt' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:28814:5: style: Variable 'varPrompt' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:28805:0: note: Variable 'varPrompt' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:28814:5: note: Variable 'varPrompt' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:28815:5: style: Variable 'varPromptAlt' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:28806:0: note: Variable 'varPromptAlt' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:28815:5: note: Variable 'varPromptAlt' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:28873:5: style: Variable 'xmlPrompt' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:28864:0: note: Variable 'xmlPrompt' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:28873:5: note: Variable 'xmlPrompt' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:28874:5: style: Variable 'xmlPromptAlt' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:28865:0: note: Variable 'xmlPromptAlt' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:28874:5: note: Variable 'xmlPromptAlt' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:29646:5: style: Variable 'resourcePrompt' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:29637:0: note: Variable 'resourcePrompt' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:29646:5: note: Variable 'resourcePrompt' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:29647:5: style: Variable 'resourcePromptAlt' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:29638:0: note: Variable 'resourcePromptAlt' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:29647:5: note: Variable 'resourcePromptAlt' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:30280:5: style: Variable 'list' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:30262:0: note: Variable 'list' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:30280:5: note: Variable 'list' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:30522:5: style: Variable 'list' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:30504:0: note: Variable 'list' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:30522:5: note: Variable 'list' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:30526:5: style: Variable 'tmpstr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:30496:18: note: Variable 'tmpstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:30526:5: note: Variable 'tmpstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:31157:5: style: Variable 'tmpstr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:31155:0: note: Variable 'tmpstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:31157:5: note: Variable 'tmpstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:34121:5: style: Variable 'knowntype' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:34118:18: note: Variable 'knowntype' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:34121:5: note: Variable 'knowntype' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:35148:5: style: Variable 'type' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:35143:18: note: Variable 'type' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:35148:5: note: Variable 'type' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:35191:5: style: Variable 'type' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/acd/ajacd.c:35186:18: note: Variable 'type' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:35191:5: note: Variable 'type' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/acd/ajacd.c:19440:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
EMBOSS-6.6.0/ajax/acd/ajacd.c:19442:5: note: Found duplicate branches for 'if' and 'else'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:19440:5: note: Found duplicate branches for 'if' and 'else'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:19528:2: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
EMBOSS-6.6.0/ajax/acd/ajacd.c:19530:2: note: Found duplicate branches for 'if' and 'else'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:19528:2: note: Found duplicate branches for 'if' and 'else'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:19567:2: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
EMBOSS-6.6.0/ajax/acd/ajacd.c:19569:2: note: Found duplicate branches for 'if' and 'else'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:19567:2: note: Found duplicate branches for 'if' and 'else'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:21102:14: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
EMBOSS-6.6.0/ajax/acd/ajacd.c:21106:9: note: Found duplicate branches for 'if' and 'else'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:21102:14: note: Found duplicate branches for 'if' and 'else'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:21134:14: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
EMBOSS-6.6.0/ajax/acd/ajacd.c:21138:9: note: Found duplicate branches for 'if' and 'else'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:21134:14: note: Found duplicate branches for 'if' and 'else'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:21154:14: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
EMBOSS-6.6.0/ajax/acd/ajacd.c:21158:9: note: Found duplicate branches for 'if' and 'else'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:21154:14: note: Found duplicate branches for 'if' and 'else'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:31933:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
EMBOSS-6.6.0/ajax/acd/ajacd.c:31935:5: note: Found duplicate branches for 'if' and 'else'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:31933:5: note: Found duplicate branches for 'if' and 'else'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:31990:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
EMBOSS-6.6.0/ajax/acd/ajacd.c:31992:5: note: Found duplicate branches for 'if' and 'else'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:31990:5: note: Found duplicate branches for 'if' and 'else'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:33321:31: style: Opposite expression on both sides of '&&'. [oppositeExpression]
EMBOSS-6.6.0/ajax/acd/ajacd.c:33321:31: note: Opposite expression on both sides of '&&'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:33321:31: note: Opposite expression on both sides of '&&'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:5551:13: style: The scope of the variable 'vacd' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/acd/ajacd.c:6349:13: style: The scope of the variable 'qa' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/acd/ajacd.c:7468:17: style: The scope of the variable 'sideVal' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/acd/ajacd.c:7469:17: style: The scope of the variable 'typeVal' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/acd/ajacd.c:7783:11: style: The scope of the variable 'ftol' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/acd/ajacd.c:7784:11: style: The scope of the variable 'ftot' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/acd/ajacd.c:7787:12: style: The scope of the variable 'array' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/acd/ajacd.c:20329:17: style: The scope of the variable 'acdinputs' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/acd/ajacd.c:20335:17: style: The scope of the variable 'acdoutputs' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/acd/ajacd.c:20342:17: style: The scope of the variable 'acdoutformats' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/acd/ajacd.c:20351:17: style: The scope of the variable 'acdoutfmtqual' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/acd/ajacd.c:24885:11: style: The scope of the variable 'cp' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/acd/ajacd.c:25003:17: style: The scope of the variable 'cp' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/acd/ajacd.c:31929:14: style: The scope of the variable 'attr' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/acd/ajacd.c:31986:14: style: The scope of the variable 'qual' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/acd/ajacd.c:6216:21: style: Function 'acdFindAssoc' argument 3 names different: declaration 'altname' definition 'noname'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/acd/ajacd.c:903:42: note: Function 'acdFindAssoc' argument 3 names different: declaration 'altname' definition 'noname'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:6216:21: note: Function 'acdFindAssoc' argument 3 names different: declaration 'altname' definition 'noname'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:6286:21: style: Function 'acdTestAssoc' argument 3 names different: declaration 'altname' definition 'noname'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/acd/ajacd.c:1134:42: note: Function 'acdTestAssoc' argument 3 names different: declaration 'altname' definition 'noname'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:6286:21: note: Function 'acdTestAssoc' argument 3 names different: declaration 'altname' definition 'noname'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:17782:27: style: Function 'acdGetValueNumC' argument 4 names different: declaration 'passbyref' definition 'reftype'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/acd/ajacd.c:933:24: note: Function 'acdGetValueNumC' argument 4 names different: declaration 'passbyref' definition 'reftype'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:17782:27: note: Function 'acdGetValueNumC' argument 4 names different: declaration 'passbyref' definition 'reftype'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:17887:48: style: Function 'acdGetValueNumS' argument 4 names different: declaration 'passbyref' definition 'reftype'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/acd/ajacd.c:935:24: note: Function 'acdGetValueNumS' argument 4 names different: declaration 'passbyref' definition 'reftype'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:17887:48: note: Function 'acdGetValueNumS' argument 4 names different: declaration 'passbyref' definition 'reftype'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:19932:53: style: Function 'acdHelpText' argument 2 names different: declaration 'msg' definition 'str'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/acd/ajacd.c:950:58: note: Function 'acdHelpText' argument 2 names different: declaration 'msg' definition 'str'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:19932:53: note: Function 'acdHelpText' argument 2 names different: declaration 'msg' definition 'str'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:23020:37: style: Function 'acdVarResolve' argument 1 names different: declaration 'str' definition 'var'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/acd/ajacd.c:1156:40: note: Function 'acdVarResolve' argument 1 names different: declaration 'str' definition 'var'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:23020:37: note: Function 'acdVarResolve' argument 1 names different: declaration 'str' definition 'var'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:23129:59: style: Function 'acdHelpVarResolve' argument 2 names different: declaration 'src' definition 'var'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/acd/ajacd.c:952:62: note: Function 'acdHelpVarResolve' argument 2 names different: declaration 'src' definition 'var'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:23129:59: note: Function 'acdHelpVarResolve' argument 2 names different: declaration 'src' definition 'var'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:24415:67: style: Function 'acdVarSplit' argument 3 names different: declaration 'attrname' definition 'pattrname'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/acd/ajacd.c:1159:70: note: Function 'acdVarSplit' argument 3 names different: declaration 'attrname' definition 'pattrname'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:24415:67: note: Function 'acdVarSplit' argument 3 names different: declaration 'attrname' definition 'pattrname'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:26198:47: style: Function 'acdFindQualAssoc' argument 1 names different: declaration 'pa' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/acd/ajacd.c:910:49: note: Function 'acdFindQualAssoc' argument 1 names different: declaration 'pa' definition 'thys'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:26198:47: note: Function 'acdFindQualAssoc' argument 1 names different: declaration 'pa' definition 'thys'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:26328:34: style: Function 'acdGetAttr' argument 1 names different: declaration 'result' definition 'presult'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/acd/ajacd.c:923:37: note: Function 'acdGetAttr' argument 1 names different: declaration 'result' definition 'presult'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:26328:34: note: Function 'acdGetAttr' argument 1 names different: declaration 'result' definition 'presult'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:26540:38: style: Function 'acdTokenToLowerS' argument 1 names different: declaration 'token' definition 'ptoken'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/acd/ajacd.c:1140:43: note: Function 'acdTokenToLowerS' argument 1 names different: declaration 'token' definition 'ptoken'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:26540:38: note: Function 'acdTokenToLowerS' argument 1 names different: declaration 'token' definition 'ptoken'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:26930:56: style: Function 'acdHelpTextSeq' argument 2 names different: declaration 'str' definition 'Pstr'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/acd/ajacd.c:1254:56: note: Function 'acdHelpTextSeq' argument 2 names different: declaration 'str' definition 'Pstr'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:26930:56: note: Function 'acdHelpTextSeq' argument 2 names different: declaration 'str' definition 'Pstr'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:27004:59: style: Function 'acdHelpTextSeqout' argument 2 names different: declaration 'str' definition 'Pstr'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/acd/ajacd.c:1255:59: note: Function 'acdHelpTextSeqout' argument 2 names different: declaration 'str' definition 'Pstr'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:27004:59: note: Function 'acdHelpTextSeqout' argument 2 names different: declaration 'str' definition 'Pstr'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:27463:56: style: Function 'acdHelpTextObo' argument 2 names different: declaration 'str' definition 'Pstr'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/acd/ajacd.c:1252:56: note: Function 'acdHelpTextObo' argument 2 names different: declaration 'str' definition 'Pstr'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:27463:56: note: Function 'acdHelpTextObo' argument 2 names different: declaration 'str' definition 'Pstr'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:27499:58: style: Function 'acdHelpTextTaxon' argument 2 names different: declaration 'str' definition 'Pstr'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/acd/ajacd.c:1256:58: note: Function 'acdHelpTextTaxon' argument 2 names different: declaration 'str' definition 'Pstr'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:27499:58: note: Function 'acdHelpTextTaxon' argument 2 names different: declaration 'str' definition 'Pstr'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:27535:57: style: Function 'acdHelpTextText' argument 2 names different: declaration 'str' definition 'Pstr'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/acd/ajacd.c:1257:57: note: Function 'acdHelpTextText' argument 2 names different: declaration 'str' definition 'Pstr'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:27535:57: note: Function 'acdHelpTextText' argument 2 names different: declaration 'str' definition 'Pstr'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:27571:56: style: Function 'acdHelpTextUrl' argument 2 names different: declaration 'str' definition 'Pstr'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/acd/ajacd.c:1258:56: note: Function 'acdHelpTextUrl' argument 2 names different: declaration 'str' definition 'Pstr'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:27571:56: note: Function 'acdHelpTextUrl' argument 2 names different: declaration 'str' definition 'Pstr'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:27607:62: style: Function 'acdHelpTextVariation' argument 2 names different: declaration 'str' definition 'Pstr'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/acd/ajacd.c:1259:62: note: Function 'acdHelpTextVariation' argument 2 names different: declaration 'str' definition 'Pstr'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:27607:62: note: Function 'acdHelpTextVariation' argument 2 names different: declaration 'str' definition 'Pstr'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:27643:56: style: Function 'acdHelpTextXml' argument 2 names different: declaration 'str' definition 'Pstr'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/acd/ajacd.c:1260:56: note: Function 'acdHelpTextXml' argument 2 names different: declaration 'str' definition 'Pstr'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:27643:56: note: Function 'acdHelpTextXml' argument 2 names different: declaration 'str' definition 'Pstr'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:29598:61: style: Function 'acdHelpTextResource' argument 2 names different: declaration 'str' definition 'Pstr'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/acd/ajacd.c:1253:61: note: Function 'acdHelpTextResource' argument 2 names different: declaration 'str' definition 'Pstr'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:29598:61: note: Function 'acdHelpTextResource' argument 2 names different: declaration 'str' definition 'Pstr'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:30692:33: style: Function 'acdAmbigApp' argument 1 names different: declaration 'pambiglist' definition 'pambigList'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/acd/ajacd.c:822:38: note: Function 'acdAmbigApp' argument 1 names different: declaration 'pambiglist' definition 'pambigList'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:30692:33: note: Function 'acdAmbigApp' argument 1 names different: declaration 'pambiglist' definition 'pambigList'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:30717:34: style: Function 'acdAmbigAppC' argument 1 names different: declaration 'pambiglist' definition 'pambigList'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/acd/ajacd.c:823:39: note: Function 'acdAmbigAppC' argument 1 names different: declaration 'pambiglist' definition 'pambigList'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:30717:34: note: Function 'acdAmbigAppC' argument 1 names different: declaration 'pambiglist' definition 'pambigList'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:30745:39: style: Function 'acdDataFilename' argument 1 names different: declaration 'datafname' definition 'infname'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/acd/ajacd.c:868:42: note: Function 'acdDataFilename' argument 1 names different: declaration 'datafname' definition 'infname'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:30745:39: note: Function 'acdDataFilename' argument 1 names different: declaration 'datafname' definition 'infname'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:30820:39: style: Function 'acdOutDirectory' argument 1 names different: declaration 'outdir' definition 'dir'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/acd/ajacd.c:999:42: note: Function 'acdOutDirectory' argument 1 names different: declaration 'outdir' definition 'dir'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:30820:39: note: Function 'acdOutDirectory' argument 1 names different: declaration 'outdir' definition 'dir'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:30955:64: style: Function 'acdInFileSave' argument 2 names different: declaration 'seqname' definition 'objname'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/acd/ajacd.c:956:67: note: Function 'acdInFileSave' argument 2 names different: declaration 'seqname' definition 'objname'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:30955:64: note: Function 'acdInFileSave' argument 2 names different: declaration 'seqname' definition 'objname'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:31080:36: style: Function 'acdInTypeSeq' argument 1 names different: declaration 'intype' definition 'typename'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/acd/ajacd.c:961:39: note: Function 'acdInTypeSeq' argument 1 names different: declaration 'intype' definition 'typename'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:31080:36: note: Function 'acdInTypeSeq' argument 1 names different: declaration 'intype' definition 'typename'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:31178:37: style: Function 'acdInTypeFeat' argument 1 names different: declaration 'intype' definition 'typename'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/acd/ajacd.c:958:40: note: Function 'acdInTypeFeat' argument 1 names different: declaration 'intype' definition 'typename'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:31178:37: note: Function 'acdInTypeFeat' argument 1 names different: declaration 'intype' definition 'typename'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:32473:23: style: Function 'ajAcdExit' argument 1 names different: declaration 'single' definition 'silent'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/acd/ajacd.h:101:33: note: Function 'ajAcdExit' argument 1 names different: declaration 'single' definition 'silent'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:32473:23: note: Function 'ajAcdExit' argument 1 names different: declaration 'single' definition 'silent'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:34147:61: style: Function 'acdReadKnowntype' argument 2 names different: declaration 'infotable' definition 'typetable'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/acd/ajacd.c:1107:66: note: Function 'acdReadKnowntype' argument 2 names different: declaration 'infotable' definition 'typetable'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:34147:61: note: Function 'acdReadKnowntype' argument 2 names different: declaration 'infotable' definition 'typetable'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:34345:47: style: Function 'acdValidApplKeywords' argument 1 names different: declaration 'groups' definition 'keys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/acd/ajacd.c:1148:52: note: Function 'acdValidApplKeywords' argument 1 names different: declaration 'groups' definition 'keys'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:34345:47: note: Function 'acdValidApplKeywords' argument 1 names different: declaration 'groups' definition 'keys'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:34800:45: style: Function 'acdOutFormatCpdb' argument 1 names different: declaration 'format' definition 'name'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/acd/ajacd.c:1002:48: note: Function 'acdOutFormatCpdb' argument 1 names different: declaration 'format' definition 'name'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:34800:45: note: Function 'acdOutFormatCpdb' argument 1 names different: declaration 'format' definition 'name'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:34834:45: style: Function 'acdOutFormatData' argument 1 names different: declaration 'format' definition 'name'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/acd/ajacd.c:1003:48: note: Function 'acdOutFormatData' argument 1 names different: declaration 'format' definition 'name'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:34834:45: note: Function 'acdOutFormatData' argument 1 names different: declaration 'format' definition 'name'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:34868:49: style: Function 'acdOutFormatDiscrete' argument 1 names different: declaration 'format' definition 'name'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/acd/ajacd.c:1004:52: note: Function 'acdOutFormatDiscrete' argument 1 names different: declaration 'format' definition 'name'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:34868:49: note: Function 'acdOutFormatDiscrete' argument 1 names different: declaration 'format' definition 'name'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:34902:49: style: Function 'acdOutFormatDistance' argument 1 names different: declaration 'format' definition 'name'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/acd/ajacd.c:1005:52: note: Function 'acdOutFormatDistance' argument 1 names different: declaration 'format' definition 'name'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:34902:49: note: Function 'acdOutFormatDistance' argument 1 names different: declaration 'format' definition 'name'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:34936:45: style: Function 'acdOutFormatFreq' argument 1 names different: declaration 'format' definition 'name'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/acd/ajacd.c:1006:48: note: Function 'acdOutFormatFreq' argument 1 names different: declaration 'format' definition 'name'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:34936:45: note: Function 'acdOutFormatFreq' argument 1 names different: declaration 'format' definition 'name'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:34970:47: style: Function 'acdOutFormatMatrix' argument 1 names different: declaration 'forma' definition 'name'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/acd/ajacd.c:1007:50: note: Function 'acdOutFormatMatrix' argument 1 names different: declaration 'forma' definition 'name'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:34970:47: note: Function 'acdOutFormatMatrix' argument 1 names different: declaration 'forma' definition 'name'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:34970:60: style: Function 'acdOutFormatMatrix' argument 2 names different: declaration 'iformatt' definition 'iformat'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/acd/ajacd.c:1007:64: note: Function 'acdOutFormatMatrix' argument 2 names different: declaration 'iformatt' definition 'iformat'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:34970:60: note: Function 'acdOutFormatMatrix' argument 2 names different: declaration 'iformatt' definition 'iformat'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:35004:48: style: Function 'acdOutFormatMatrixf' argument 1 names different: declaration 'format' definition 'name'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/acd/ajacd.c:1008:51: note: Function 'acdOutFormatMatrixf' argument 1 names different: declaration 'format' definition 'name'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:35004:48: note: Function 'acdOutFormatMatrixf' argument 1 names different: declaration 'format' definition 'name'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:35038:51: style: Function 'acdOutFormatProperties' argument 1 names different: declaration 'format' definition 'name'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/acd/ajacd.c:1009:54: note: Function 'acdOutFormatProperties' argument 1 names different: declaration 'format' definition 'name'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:35038:51: note: Function 'acdOutFormatProperties' argument 1 names different: declaration 'format' definition 'name'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:35072:45: style: Function 'acdOutFormatScop' argument 1 names different: declaration 'format' definition 'name'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/acd/ajacd.c:1010:48: note: Function 'acdOutFormatScop' argument 1 names different: declaration 'format' definition 'name'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:35072:45: note: Function 'acdOutFormatScop' argument 1 names different: declaration 'format' definition 'name'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:35106:45: style: Function 'acdOutFormatTree' argument 1 names different: declaration 'format' definition 'name'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/acd/ajacd.c:1011:48: note: Function 'acdOutFormatTree' argument 1 names different: declaration 'format' definition 'name'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:35106:45: note: Function 'acdOutFormatTree' argument 1 names different: declaration 'format' definition 'name'.
EMBOSS-6.6.0/ajax/acd/ajacd.c:20836:11: style: Variable 'defstr' is assigned a value that is never used. [unreadVariable]
EMBOSS-6.6.0/ajax/acd/ajacd.c:33571:2: style: Variable 'qualCountInfile' is modified but its new value is never used. [unreadVariable]
EMBOSS-6.6.0/ajax/acd/ajacd.c:33769:2: style: Variable 'qualCountOutfile' is modified but its new value is never used. [unreadVariable]
EMBOSS-6.6.0/ajax/acd/ajacd.c:33113:17: style: Variable 'ireldata' is modified but its new value is never used. [unreadVariable]
EMBOSS-6.6.0/ajax/ajaxdb/ajdas.c:71:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/ajax/ajaxdb/ajdas.c:67:24: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ajaxdb/ajdas.c:71:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ajaxdb/ajdas.c:72:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/ajax/ajaxdb/ajdas.c:67:24: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ajaxdb/ajdas.c:72:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ajaxdb/ajdas.c:73:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/ajax/ajaxdb/ajdas.c:67:24: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ajaxdb/ajdas.c:73:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ajaxdb/ajdas.c:75:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/ajax/ajaxdb/ajdas.c:67:24: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ajaxdb/ajdas.c:75:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ajaxdb/ajdas.c:843:7: warning: Either the condition 'count!=NULL' is redundant or there is possible null pointer dereference: count. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ajaxdb/ajdas.c:836:12: note: Assuming that condition 'count!=NULL' is not redundant
EMBOSS-6.6.0/ajax/ajaxdb/ajdas.c:843:7: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ajaxdb/ajdas.c:208:5: style: Variable 'sources' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajdas.c:199:0: note: Variable 'sources' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajdas.c:208:5: note: Variable 'sources' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajdas.c:813:5: style: Variable 'titlecount' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajdas.c:806:0: note: Variable 'titlecount' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajdas.c:813:5: note: Variable 'titlecount' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajdas.c:815:5: style: Variable 'fname' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajdas.c:804:0: note: Variable 'fname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajdas.c:815:5: note: Variable 'fname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajdas.c:819:5: style: Variable 'today' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajdas.c:802:0: note: Variable 'today' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajdas.c:819:5: note: Variable 'today' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajdas.c:826:5: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajdas.c:803:0: note: Variable 'iter' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajdas.c:826:5: note: Variable 'iter' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajdas.c:1068:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajdas.c:1059:0: note: Variable 'ret' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajdas.c:1068:5: note: Variable 'ret' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajdas.c:703:12: style: The scope of the variable 'len' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/ajaxdb/ajdas.c:166:37: style: Function 'ajDasSegmentDel' argument 1 names different: declaration 'segment' definition 'Psegment'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ajaxdb/ajdas.h:210:45: note: Function 'ajDasSegmentDel' argument 1 names different: declaration 'segment' definition 'Psegment'.
EMBOSS-6.6.0/ajax/ajaxdb/ajdas.c:166:37: note: Function 'ajDasSegmentDel' argument 1 names different: declaration 'segment' definition 'Psegment'.
EMBOSS-6.6.0/ajax/ajaxdb/ajdas.c:557:20: style: Function 'ajDasGetSequenceQueryURI' argument 2 names different: declaration 'sourceURI' definition 'sourceURIorTitle'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ajaxdb/ajdas.h:205:52: note: Function 'ajDasGetSequenceQueryURI' argument 2 names different: declaration 'sourceURI' definition 'sourceURIorTitle'.
EMBOSS-6.6.0/ajax/ajaxdb/ajdas.c:557:20: note: Function 'ajDasGetSequenceQueryURI' argument 2 names different: declaration 'sourceURI' definition 'sourceURIorTitle'.
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:613:5: warning: Possible null pointer dereference: thys [nullPointer]
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:608:24: note: Assignment 'thys=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:613:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:615:9: warning: Possible null pointer dereference: thys [nullPointer]
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:608:24: note: Assignment 'thys=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:615:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:1006:5: style: Variable 'icmp' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:1003:5: note: Variable 'icmp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:1006:5: note: Variable 'icmp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:2452:5: style: Variable 'qryd' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:2448:0: note: Variable 'qryd' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:2452:5: note: Variable 'qryd' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:3723:5: style: Variable 'qryd' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:3719:0: note: Variable 'qryd' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:3723:5: note: Variable 'qryd' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:3915:5: style: Variable 'indexextname' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:3911:0: note: Variable 'indexextname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:3915:5: note: Variable 'indexextname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:4631:5: style: Variable 'debugOn' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:4619:0: note: Variable 'debugOn' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:4631:5: note: Variable 'debugOn' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:4632:5: style: Variable 'sql' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:4621:0: note: Variable 'sql' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:4632:5: note: Variable 'sql' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:4660:5: style: Variable 'statement' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:4618:0: note: Variable 'statement' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:4660:5: note: Variable 'statement' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:4739:5: style: Variable 'debugOn' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:4729:0: note: Variable 'debugOn' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:4739:5: note: Variable 'debugOn' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:4740:5: style: Variable 'sql' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:4736:0: note: Variable 'sql' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:4740:5: note: Variable 'sql' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:4790:5: style: Variable 'statement' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:4728:0: note: Variable 'statement' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:4790:5: note: Variable 'statement' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:5182:5: style: Variable 'url' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:5174:0: note: Variable 'url' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:5182:5: note: Variable 'url' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:5267:5: style: Variable 'textin' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:5261:0: note: Variable 'textin' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:5267:5: note: Variable 'textin' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:5269:5: style: Variable 'qry' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:5260:0: note: Variable 'qry' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:5269:5: note: Variable 'qry' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:4517:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:726:11: style: The scope of the variable 'name' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:796:11: style: The scope of the variable 'name' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:1871:10: style: The scope of the variable 'stmp' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:684:42: style: Function 'featCdFileClose' argument 1 names different: declaration 'thys' definition 'pthis'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:441:49: note: Function 'featCdFileClose' argument 1 names different: declaration 'thys' definition 'pthis'.
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:684:42: note: Function 'featCdFileClose' argument 1 names different: declaration 'thys' definition 'pthis'.
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:719:43: style: Function 'featCdIdxSearch' argument 3 names different: declaration 'fp' definition 'fil'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:450:48: note: Function 'featCdIdxSearch' argument 3 names different: declaration 'fp' definition 'fil'.
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:719:43: note: Function 'featCdIdxSearch' argument 3 names different: declaration 'fp' definition 'fil'.
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:983:64: style: Function 'featCdTrgSearch' argument 2 names different: declaration 'name' definition 'entry'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:469:69: note: Function 'featCdTrgSearch' argument 2 names different: declaration 'name' definition 'entry'.
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:983:64: note: Function 'featCdTrgSearch' argument 2 names different: declaration 'name' definition 'entry'.
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:1063:53: style: Function 'featCdIdxName' argument 2 names different: declaration 'fp' definition 'fil'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:447:59: note: Function 'featCdIdxName' argument 2 names different: declaration 'fp' definition 'fil'.
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:1063:53: note: Function 'featCdIdxName' argument 2 names different: declaration 'fp' definition 'fil'.
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:1099:72: style: Function 'featCdIdxLine' argument 3 names different: declaration 'fp' definition 'fil'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:446:46: note: Function 'featCdIdxLine' argument 3 names different: declaration 'fp' definition 'fil'.
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:1099:72: note: Function 'featCdIdxLine' argument 3 names different: declaration 'fp' definition 'fil'.
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:1148:53: style: Function 'featCdTrgName' argument 2 names different: declaration 'fp' definition 'fil'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:464:59: note: Function 'featCdTrgName' argument 2 names different: declaration 'fp' definition 'fil'.
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:1148:53: note: Function 'featCdTrgName' argument 2 names different: declaration 'fp' definition 'fil'.
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:1192:72: style: Function 'featCdTrgLine' argument 3 names different: declaration 'fp' definition 'fil'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:463:46: note: Function 'featCdTrgLine' argument 3 names different: declaration 'fp' definition 'fil'.
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:1192:72: note: Function 'featCdTrgLine' argument 3 names different: declaration 'fp' definition 'fil'.
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:1236:44: style: Function 'featCdReadHeader' argument 1 names different: declaration 'fp' definition 'fil'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:458:49: note: Function 'featCdReadHeader' argument 1 names different: declaration 'fp' definition 'fil'.
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:1236:44: note: Function 'featCdReadHeader' argument 1 names different: declaration 'fp' definition 'fil'.
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:1330:43: style: Function 'featCdTrgClose' argument 1 names different: declaration 'trgfil' definition 'ptrgfil'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:459:48: note: Function 'featCdTrgClose' argument 1 names different: declaration 'trgfil' definition 'ptrgfil'.
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:1330:43: note: Function 'featCdTrgClose' argument 1 names different: declaration 'trgfil' definition 'ptrgfil'.
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:1330:65: style: Function 'featCdTrgClose' argument 2 names different: declaration 'hitfil' definition 'phitfil'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:459:69: note: Function 'featCdTrgClose' argument 2 names different: declaration 'hitfil' definition 'phitfil'.
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:1330:65: note: Function 'featCdTrgClose' argument 2 names different: declaration 'hitfil' definition 'phitfil'.
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:1865:52: style: Function 'featGcgBinDecode' argument 2 names different: declaration 'rdlen' definition 'sqlen'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:487:59: note: Function 'featGcgBinDecode' argument 2 names different: declaration 'rdlen' definition 'sqlen'.
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:1865:52: note: Function 'featGcgBinDecode' argument 2 names different: declaration 'rdlen' definition 'sqlen'.
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:2161:42: style: Function 'featCdTrgFind' argument 3 names different: declaration 'qrystring' definition 'queryName'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:461:47: note: Function 'featCdTrgFind' argument 3 names different: declaration 'qrystring' definition 'queryName'.
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:2161:42: note: Function 'featCdTrgFind' argument 3 names different: declaration 'qrystring' definition 'queryName'.
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:3592:39: style: Function 'featCdEntryCmp' argument 1 names different: declaration 'a' definition 'pa'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:439:47: note: Function 'featCdEntryCmp' argument 1 names different: declaration 'a' definition 'pa'.
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:3592:39: note: Function 'featCdEntryCmp' argument 1 names different: declaration 'a' definition 'pa'.
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:3592:55: style: Function 'featCdEntryCmp' argument 2 names different: declaration 'b' definition 'pb'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:439:62: note: Function 'featCdEntryCmp' argument 2 names different: declaration 'b' definition 'pb'.
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:3592:55: note: Function 'featCdEntryCmp' argument 2 names different: declaration 'b' definition 'pb'.
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:4614:19: style: Function 'featChadoQryfeatureQuery' argument 2 names different: declaration 'sql' definition 'filter'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:427:76: note: Function 'featChadoQryfeatureQuery' argument 2 names different: declaration 'sql' definition 'filter'.
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:4614:19: note: Function 'featChadoQryfeatureQuery' argument 2 names different: declaration 'sql' definition 'filter'.
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:4846:74: style: Function 'featChadoChildfeatureRow' argument 2 names different: declaration 'line' definition 'row'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:431:74: note: Function 'featChadoChildfeatureRow' argument 2 names different: declaration 'line' definition 'row'.
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:4846:74: note: Function 'featChadoChildfeatureRow' argument 2 names different: declaration 'line' definition 'row'.
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:5254:42: style: Function 'featAccessDas' argument 1 names different: declaration 'ftabin' definition 'fttabin'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:417:42: note: Function 'featAccessDas' argument 1 names different: declaration 'ftabin' definition 'fttabin'.
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:5254:42: note: Function 'featAccessDas' argument 1 names different: declaration 'ftabin' definition 'fttabin'.
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:101:10: style: struct member 'FeatSCdDiv::Padding' is never used. [unusedStructMember]
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:218:13: style: struct member 'FeatSCdHit::HitList' is never used. [unusedStructMember]
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:220:10: style: struct member 'FeatSCdHit::Padding' is never used. [unusedStructMember]
EMBOSS-6.6.0/ajax/ajaxdb/ajfeatdb.c:2332:15: style: Variable 'pos' is assigned a value that is never used. [unreadVariable]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:203:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:199:24: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:203:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:204:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:199:24: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:204:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:205:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:199:24: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:205:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:206:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:199:24: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:206:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:207:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:199:24: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:207:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:208:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:199:24: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:208:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:209:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:199:24: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:209:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:210:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:199:24: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:210:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:211:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:199:24: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:211:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:213:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:199:24: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:213:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:214:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:199:24: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:214:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:215:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:199:24: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:215:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:217:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:199:24: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:217:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:219:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:199:24: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:219:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:220:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:199:24: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:220:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:222:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:199:24: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:222:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:333:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:329:22: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:333:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:334:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:329:22: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:334:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:335:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:329:22: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:335:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:337:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:329:22: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:337:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:338:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:329:22: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:338:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:339:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:329:22: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:339:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:416:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:412:26: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:416:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:418:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:412:26: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:418:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:419:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:412:26: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:419:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:482:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:478:28: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:482:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:484:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:478:28: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:484:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:485:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:478:28: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:485:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:551:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:547:25: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:551:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:553:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:547:25: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:553:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:554:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:547:25: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:554:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:619:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:615:25: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:619:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:620:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:615:25: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:620:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:622:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:615:25: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:622:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:623:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:615:25: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:623:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:692:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:687:24: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:692:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:693:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:687:24: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:693:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:694:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:687:24: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:694:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:696:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:687:24: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:696:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:697:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:687:24: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:697:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:698:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:687:24: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:698:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:699:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:687:24: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:699:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:700:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:687:24: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:700:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:702:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:687:24: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:702:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:704:12: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:687:24: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:704:12: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:707:9: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:687:24: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:707:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:168:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:165:0: note: Variable 'ret' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:168:5: note: Variable 'ret' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:783:5: style: Variable 'locptr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:774:0: note: Variable 'locptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:783:5: note: Variable 'locptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:867:5: style: Variable 'locptr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:863:0: note: Variable 'locptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:867:5: note: Variable 'locptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:944:5: style: Variable 'buff' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:937:0: note: Variable 'buff' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:944:5: note: Variable 'buff' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:1024:5: style: Variable 'qry' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:1015:0: note: Variable 'qry' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:1024:5: note: Variable 'qry' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:1169:5: style: Variable 'marttab' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:1152:0: note: Variable 'marttab' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:1169:5: note: Variable 'marttab' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:1351:5: style: Variable 'line' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:1349:0: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:1351:5: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:1392:5: style: Variable 'key' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:1389:0: note: Variable 'key' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:1392:5: note: Variable 'key' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:1393:5: style: Variable 'value' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:1390:0: note: Variable 'value' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:1393:5: note: Variable 'value' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:1471:5: style: Variable 'mq' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:1465:0: note: Variable 'mq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:1471:5: note: Variable 'mq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:1648:5: style: Variable 'qry' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:1641:0: note: Variable 'qry' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:1648:5: note: Variable 'qry' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:1649:5: style: Variable 'mq' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:1640:0: note: Variable 'mq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:1649:5: note: Variable 'mq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:1748:5: style: Variable 'mq' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:1740:0: note: Variable 'mq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:1748:5: note: Variable 'mq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:1822:5: style: Variable 'qry' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:1816:0: note: Variable 'qry' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:1822:5: note: Variable 'qry' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:1823:5: style: Variable 'mq' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:1815:0: note: Variable 'mq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:1823:5: note: Variable 'mq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:1900:5: style: Variable 'a' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:1891:0: note: Variable 'a' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:1900:5: note: Variable 'a' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:1901:5: style: Variable 'b' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:1892:0: note: Variable 'b' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:1901:5: note: Variable 'b' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:1903:5: style: Variable 'aptr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:1893:0: note: Variable 'aptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:1903:5: note: Variable 'aptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:1904:5: style: Variable 'bptr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:1894:0: note: Variable 'bptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:1904:5: note: Variable 'bptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:1906:5: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:1895:0: note: Variable 'p' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:1906:5: note: Variable 'p' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:1907:5: style: Variable 'q' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:1896:0: note: Variable 'q' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:1907:5: note: Variable 'q' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:1976:5: style: Variable 'mq' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:1968:0: note: Variable 'mq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:1976:5: note: Variable 'mq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:2176:5: style: Variable 'qry' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:2169:0: note: Variable 'qry' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:2176:5: note: Variable 'qry' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:2177:5: style: Variable 'mq' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:2168:0: note: Variable 'mq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:2177:5: note: Variable 'mq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:2275:5: style: Variable 'qry' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:2269:0: note: Variable 'qry' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:2275:5: note: Variable 'qry' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:2276:5: style: Variable 'mq' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:2268:0: note: Variable 'mq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:2276:5: note: Variable 'mq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:2356:5: style: Variable 'mq' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:2348:0: note: Variable 'mq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:2356:5: note: Variable 'mq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:2427:5: style: Variable 'mq' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:2420:0: note: Variable 'mq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:2427:5: note: Variable 'mq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:2619:5: style: Variable 'filterkey' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:2602:0: note: Variable 'filterkey' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:2619:5: note: Variable 'filterkey' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:2621:5: style: Variable 'filterval' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:2603:0: note: Variable 'filterval' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:2621:5: note: Variable 'filterval' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:2623:5: style: Variable 'firstval' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:2612:0: note: Variable 'firstval' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:2623:5: note: Variable 'firstval' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:2625:5: style: Variable 'atableval' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:2605:18: note: Variable 'atableval' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:2625:5: note: Variable 'atableval' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:2626:5: style: Variable 'acolumnval' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:2606:18: note: Variable 'acolumnval' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:2626:5: note: Variable 'acolumnval' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:2684:5: style: Variable 'mq' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:2673:0: note: Variable 'mq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:2684:5: note: Variable 'mq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:2727:5: style: Variable 'mq' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:2719:0: note: Variable 'mq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:2727:5: note: Variable 'mq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:2877:5: style: Variable 'qry' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:2873:0: note: Variable 'qry' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:2877:5: note: Variable 'qry' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:2878:5: style: Variable 'mq' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:2872:0: note: Variable 'mq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:2878:5: note: Variable 'mq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:2947:5: style: Variable 'mq' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:2945:0: note: Variable 'mq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:2947:5: note: Variable 'mq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:2972:5: style: Variable 'mq' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:2970:0: note: Variable 'mq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:2972:5: note: Variable 'mq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:2997:5: style: Variable 'mq' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:2995:0: note: Variable 'mq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:2997:5: note: Variable 'mq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:3022:5: style: Variable 'mq' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:3020:0: note: Variable 'mq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:3022:5: note: Variable 'mq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:3047:5: style: Variable 'mq' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:3045:0: note: Variable 'mq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:3047:5: note: Variable 'mq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:3072:5: style: Variable 'mq' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:3070:0: note: Variable 'mq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:3072:5: note: Variable 'mq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:3098:5: style: Variable 'mq' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:3096:0: note: Variable 'mq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:3098:5: note: Variable 'mq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:3126:5: style: Variable 'mq' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:3124:0: note: Variable 'mq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:3126:5: note: Variable 'mq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:3198:5: style: Variable 'mq' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:3196:0: note: Variable 'mq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:3198:5: note: Variable 'mq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:3226:5: style: Variable 'mq' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:3224:0: note: Variable 'mq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:3226:5: note: Variable 'mq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:3254:5: style: Variable 'mq' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:3252:0: note: Variable 'mq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:3254:5: note: Variable 'mq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:3326:5: style: Variable 'mq' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:3324:0: note: Variable 'mq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:3326:5: note: Variable 'mq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:3652:5: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:3638:0: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:3652:5: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:3653:5: style: Variable 'namstr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:3640:0: note: Variable 'namstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:3653:5: note: Variable 'namstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:3654:5: style: Variable 'valstr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:3641:0: note: Variable 'valstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:3654:5: note: Variable 'valstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:3656:5: style: Variable 'tokstr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:3649:0: note: Variable 'tokstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:3656:5: note: Variable 'tokstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:4068:5: style: Variable 'mq' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:4054:0: note: Variable 'mq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:4068:5: note: Variable 'mq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:4218:5: style: Variable 'qry' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:4211:0: note: Variable 'qry' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:4218:5: note: Variable 'qry' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:4219:5: style: Variable 'mq' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:4210:0: note: Variable 'mq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:4219:5: note: Variable 'mq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:4349:5: style: Variable 'v1' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:4343:18: note: Variable 'v1' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:4349:5: note: Variable 'v1' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:4350:5: style: Variable 'v2' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:4344:18: note: Variable 'v2' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:4350:5: note: Variable 'v2' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:4374:5: style: Variable 'pmq' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:4372:0: note: Variable 'pmq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:4374:5: note: Variable 'pmq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:4470:5: style: Variable 'value' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:4467:18: note: Variable 'value' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:4470:5: note: Variable 'value' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:4502:5: style: Variable 'value' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:4499:18: note: Variable 'value' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:4502:5: note: Variable 'value' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:4555:5: style: Variable 'mq' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:4535:0: note: Variable 'mq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:4555:5: note: Variable 'mq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:4672:5: style: Variable 'ho' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:4669:0: note: Variable 'ho' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:4672:5: note: Variable 'ho' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:4673:5: style: Variable 'pa' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:4670:0: note: Variable 'pa' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:4673:5: note: Variable 'pa' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:4712:5: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:4709:0: note: Variable 'str' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:4712:5: note: Variable 'str' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:4714:5: style: Variable 'handle' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:4710:0: note: Variable 'handle' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:4714:5: note: Variable 'handle' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:5170:5: style: Variable 'hname' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:5164:0: note: Variable 'hname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:5170:5: note: Variable 'hname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:5171:5: style: Variable 'fname' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:5165:0: note: Variable 'fname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:5171:5: note: Variable 'fname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:1181:14: style: Same expression on both sides of '||' because the value of '!host' and '!path' are the same. [duplicateExpression]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:1155:27: note: 'host' is assigned value 'NULL' here.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:1156:27: note: 'path' is assigned value 'NULL' here.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:1181:14: note: Same expression on both sides of '||' because the value of '!host' and '!path' are the same.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:1181:23: style: Same expression on both sides of '||' because the value of '!port' and '!path' are the same. [duplicateExpression]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:1157:27: note: 'port' is assigned value 'NULL' here.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:1156:27: note: 'path' is assigned value 'NULL' here.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:1181:23: note: Same expression on both sides of '||' because the value of '!port' and '!path' are the same.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:942:12: style: The scope of the variable 'len' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:289:36: style: Function 'ajMartquerySeqinFree' argument 1 names different: declaration 'seqin' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.h:416:36: note: Function 'ajMartquerySeqinFree' argument 1 names different: declaration 'seqin' definition 'thys'.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:289:36: note: Function 'ajMartquerySeqinFree' argument 1 names different: declaration 'seqin' definition 'thys'.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:4666:37: style: Function 'martEncodeHname' argument 1 names different: declaration 'hname' definition 'str'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:105:37: note: Function 'martEncodeHname' argument 1 names different: declaration 'hname' definition 'str'.
EMBOSS-6.6.0/ajax/ajaxdb/ajmart.c:4666:37: note: Function 'martEncodeHname' argument 1 names different: declaration 'hname' definition 'str'.
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:753:5: warning: Possible null pointer dereference: thys [nullPointer]
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:748:23: note: Assignment 'thys=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:753:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:755:9: warning: Possible null pointer dereference: thys [nullPointer]
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:748:23: note: Assignment 'thys=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:755:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:5784:5: warning: Possible null pointer dereference: se [nullPointer]
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:5705:22: note: Assignment 'se=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:5784:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:5785:5: warning: Possible null pointer dereference: se [nullPointer]
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:5705:22: note: Assignment 'se=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:5785:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:5786:5: warning: Possible null pointer dereference: se [nullPointer]
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:5705:22: note: Assignment 'se=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:5786:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:5787:5: warning: Possible null pointer dereference: se [nullPointer]
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:5705:22: note: Assignment 'se=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:5787:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:5788:5: warning: Possible null pointer dereference: se [nullPointer]
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:5705:22: note: Assignment 'se=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:5788:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:5789:5: warning: Possible null pointer dereference: se [nullPointer]
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:5705:22: note: Assignment 'se=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:5789:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:5790:5: warning: Possible null pointer dereference: se [nullPointer]
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:5705:22: note: Assignment 'se=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:5790:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:1153:5: style: Variable 'icmp' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:1150:5: note: Variable 'icmp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:1153:5: note: Variable 'icmp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:1643:5: style: Variable 'indexextname' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:1639:0: note: Variable 'indexextname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:1643:5: note: Variable 'indexextname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:2233:5: style: Variable 'qryd' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:2229:0: note: Variable 'qryd' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:2233:5: note: Variable 'qryd' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:3564:5: style: Variable 'qryd' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:3560:0: note: Variable 'qryd' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:3564:5: note: Variable 'qryd' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:5486:5: style: Variable 'debug' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:5469:0: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:5486:5: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:5707:5: style: Variable 'debug' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:5692:0: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:5707:5: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:5961:5: style: Variable 'debug' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:5951:0: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:5961:5: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:6072:5: style: Variable 'debug' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:6049:0: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:6072:5: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:6299:5: style: Variable 'debug' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:6289:0: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:6299:5: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:6399:5: style: Variable 'debug' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:6389:0: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:6399:5: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:5299:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:866:11: style: The scope of the variable 'name' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:936:11: style: The scope of the variable 'name' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:4182:10: style: The scope of the variable 'stmp' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:824:40: style: Function 'seqCdFileClose' argument 1 names different: declaration 'thys' definition 'pthis'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:499:46: note: Function 'seqCdFileClose' argument 1 names different: declaration 'thys' definition 'pthis'.
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:824:40: note: Function 'seqCdFileClose' argument 1 names different: declaration 'thys' definition 'pthis'.
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:859:41: style: Function 'seqCdIdxSearch' argument 3 names different: declaration 'fp' definition 'fil'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:508:45: note: Function 'seqCdIdxSearch' argument 3 names different: declaration 'fp' definition 'fil'.
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:859:41: note: Function 'seqCdIdxSearch' argument 3 names different: declaration 'fp' definition 'fil'.
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:1130:62: style: Function 'seqCdTrgSearch' argument 2 names different: declaration 'name' definition 'entry'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:527:66: note: Function 'seqCdTrgSearch' argument 2 names different: declaration 'name' definition 'entry'.
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:1130:62: note: Function 'seqCdTrgSearch' argument 2 names different: declaration 'name' definition 'entry'.
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:1210:51: style: Function 'seqCdIdxName' argument 2 names different: declaration 'fp' definition 'fil'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:505:56: note: Function 'seqCdIdxName' argument 2 names different: declaration 'fp' definition 'fil'.
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:1210:51: note: Function 'seqCdIdxName' argument 2 names different: declaration 'fp' definition 'fil'.
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:1246:69: style: Function 'seqCdIdxLine' argument 3 names different: declaration 'fp' definition 'fil'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:504:43: note: Function 'seqCdIdxLine' argument 3 names different: declaration 'fp' definition 'fil'.
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:1246:69: note: Function 'seqCdIdxLine' argument 3 names different: declaration 'fp' definition 'fil'.
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:1295:51: style: Function 'seqCdTrgName' argument 2 names different: declaration 'fp' definition 'fil'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:522:56: note: Function 'seqCdTrgName' argument 2 names different: declaration 'fp' definition 'fil'.
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:1295:51: note: Function 'seqCdTrgName' argument 2 names different: declaration 'fp' definition 'fil'.
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:1339:69: style: Function 'seqCdTrgLine' argument 3 names different: declaration 'fp' definition 'fil'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:521:43: note: Function 'seqCdTrgLine' argument 3 names different: declaration 'fp' definition 'fil'.
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:1339:69: note: Function 'seqCdTrgLine' argument 3 names different: declaration 'fp' definition 'fil'.
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:1383:42: style: Function 'seqCdReadHeader' argument 1 names different: declaration 'fp' definition 'fil'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:516:46: note: Function 'seqCdReadHeader' argument 1 names different: declaration 'fp' definition 'fil'.
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:1383:42: note: Function 'seqCdReadHeader' argument 1 names different: declaration 'fp' definition 'fil'.
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:1477:41: style: Function 'seqCdTrgClose' argument 1 names different: declaration 'trgfil' definition 'ptrgfil'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:517:45: note: Function 'seqCdTrgClose' argument 1 names different: declaration 'trgfil' definition 'ptrgfil'.
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:1477:41: note: Function 'seqCdTrgClose' argument 1 names different: declaration 'trgfil' definition 'ptrgfil'.
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:1477:62: style: Function 'seqCdTrgClose' argument 2 names different: declaration 'hitfil' definition 'phitfil'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:517:65: note: Function 'seqCdTrgClose' argument 2 names different: declaration 'hitfil' definition 'phitfil'.
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:1477:62: note: Function 'seqCdTrgClose' argument 2 names different: declaration 'hitfil' definition 'phitfil'.
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:3375:38: style: Function 'seqCdEntryCmp' argument 1 names different: declaration 'a' definition 'pa'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:497:45: note: Function 'seqCdEntryCmp' argument 1 names different: declaration 'a' definition 'pa'.
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:3375:38: note: Function 'seqCdEntryCmp' argument 1 names different: declaration 'a' definition 'pa'.
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:3375:54: style: Function 'seqCdEntryCmp' argument 2 names different: declaration 'b' definition 'pb'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:497:60: note: Function 'seqCdEntryCmp' argument 2 names different: declaration 'b' definition 'pb'.
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:3375:54: note: Function 'seqCdEntryCmp' argument 2 names different: declaration 'b' definition 'pb'.
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:4176:51: style: Function 'seqGcgBinDecode' argument 2 names different: declaration 'rdlen' definition 'sqlen'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:553:57: note: Function 'seqGcgBinDecode' argument 2 names different: declaration 'rdlen' definition 'sqlen'.
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:4176:51: note: Function 'seqGcgBinDecode' argument 2 names different: declaration 'rdlen' definition 'sqlen'.
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:6492:41: style: Function 'seqBlastReadTable' argument 3 names different: declaration 'seq' definition 'sline'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:494:60: note: Function 'seqBlastReadTable' argument 3 names different: declaration 'seq' definition 'sline'.
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:6492:41: note: Function 'seqBlastReadTable' argument 3 names different: declaration 'seq' definition 'sline'.
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:7083:41: style: Function 'seqCdTrgFind' argument 3 names different: declaration 'qrystring' definition 'queryName'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:519:45: note: Function 'seqCdTrgFind' argument 3 names different: declaration 'qrystring' definition 'queryName'.
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:7083:41: note: Function 'seqCdTrgFind' argument 3 names different: declaration 'qrystring' definition 'queryName'.
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:97:10: style: struct member 'SeqSCdDiv::Padding' is never used. [unusedStructMember]
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:214:13: style: struct member 'SeqSCdHit::HitList' is never used. [unusedStructMember]
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:216:10: style: struct member 'SeqSCdHit::Padding' is never used. [unusedStructMember]
EMBOSS-6.6.0/ajax/ajaxdb/ajseqdb.c:7260:15: style: Variable 'pos' is assigned a value that is never used. [unreadVariable]
EMBOSS-6.6.0/ajax/ajaxdb/ajtaxdb.c:194:5: style: Variable 'qryd' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajtaxdb.c:190:0: note: Variable 'qryd' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajtaxdb.c:194:5: note: Variable 'qryd' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajtaxdb.c:695:5: style: Variable 'indexextname' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajtaxdb.c:691:0: note: Variable 'indexextname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajtaxdb.c:695:5: note: Variable 'indexextname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:1188:5: warning: Possible null pointer dereference: thys [nullPointer]
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:1183:24: note: Assignment 'thys=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:1188:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:1190:9: warning: Possible null pointer dereference: thys [nullPointer]
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:1183:24: note: Assignment 'thys=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:1190:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:6148:5: warning: Possible null pointer dereference: thys [nullPointer]
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:6140:26: note: Assignment 'thys=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:6148:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:6150:9: warning: Possible null pointer dereference: thys [nullPointer]
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:6140:26: note: Assignment 'thys=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:6150:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:1912:5: style: Variable 'icmp' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:1909:5: note: Variable 'icmp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:1912:5: note: Variable 'icmp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:1993:5: style: Variable 'icmp' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:1990:5: note: Variable 'icmp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:1993:5: note: Variable 'icmp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:2222:5: style: Variable 'handle' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:2216:0: note: Variable 'handle' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:2222:5: note: Variable 'handle' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:2301:5: style: Variable 'handle' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:2295:0: note: Variable 'handle' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:2301:5: note: Variable 'handle' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:3999:5: style: Variable 'qryd' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:3995:0: note: Variable 'qryd' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:3999:5: note: Variable 'qryd' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:4271:5: style: Variable 'indexextname' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:4265:0: note: Variable 'indexextname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:4271:5: note: Variable 'indexextname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:5714:5: style: Variable 'qryd' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:5710:0: note: Variable 'qryd' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:5714:5: note: Variable 'qryd' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:5885:5: style: Variable 'qryd' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:5881:0: note: Variable 'qryd' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:5885:5: note: Variable 'qryd' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:6559:5: style: Variable 'qryd' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:6555:0: note: Variable 'qryd' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:6559:5: note: Variable 'qryd' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:6798:5: style: Variable 'qry' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:6789:0: note: Variable 'qry' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:6798:5: note: Variable 'qry' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:7545:22: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:7547:17: note: Found duplicate branches for 'if' and 'else'.
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:7545:22: note: Found duplicate branches for 'if' and 'else'.
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:7681:22: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:7684:17: note: Found duplicate branches for 'if' and 'else'.
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:7681:22: note: Found duplicate branches for 'if' and 'else'.
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:7708:22: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:7712:17: note: Found duplicate branches for 'if' and 'else'.
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:7708:22: note: Found duplicate branches for 'if' and 'else'.
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:1359:11: style: The scope of the variable 'name' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:1491:11: style: The scope of the variable 'name' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:2572:11: style: The scope of the variable 'fp' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:2588:17: style: The scope of the variable 'embossfields' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:2591:17: style: The scope of the variable 'entrezfields' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:3022:11: style: The scope of the variable 'fp' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:3724:17: style: The scope of the variable 'qrycount5' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:3726:17: style: The scope of the variable 'qrycount6' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:3735:17: style: The scope of the variable 'cp' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:1317:42: style: Function 'textCdFileClose' argument 1 names different: declaration 'thys' definition 'pthis'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:640:49: note: Function 'textCdFileClose' argument 1 names different: declaration 'thys' definition 'pthis'.
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:1317:42: note: Function 'textCdFileClose' argument 1 names different: declaration 'thys' definition 'pthis'.
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:1352:43: style: Function 'textCdIdxSearch' argument 3 names different: declaration 'fp' definition 'fil'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:655:18: note: Function 'textCdIdxSearch' argument 3 names different: declaration 'fp' definition 'fil'.
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:1352:43: note: Function 'textCdIdxSearch' argument 3 names different: declaration 'fp' definition 'fil'.
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:1416:47: style: Function 'textObdaIdxSearch' argument 3 names different: declaration 'fp' definition 'fil'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:658:52: note: Function 'textObdaIdxSearch' argument 3 names different: declaration 'fp' definition 'fil'.
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:1416:47: note: Function 'textObdaIdxSearch' argument 3 names different: declaration 'fp' definition 'fil'.
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:1889:63: style: Function 'textCdTrgSearch' argument 2 names different: declaration 'name' definition 'entry'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:688:68: note: Function 'textCdTrgSearch' argument 2 names different: declaration 'name' definition 'entry'.
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:1889:63: note: Function 'textCdTrgSearch' argument 2 names different: declaration 'name' definition 'entry'.
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:1970:71: style: Function 'textObdaSecSearch' argument 2 names different: declaration 'name' definition 'entry'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:690:76: note: Function 'textObdaSecSearch' argument 2 names different: declaration 'name' definition 'entry'.
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:1970:71: note: Function 'textObdaSecSearch' argument 2 names different: declaration 'name' definition 'entry'.
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:2046:53: style: Function 'textCdIdxName' argument 2 names different: declaration 'fp' definition 'fil'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:652:59: note: Function 'textCdIdxName' argument 2 names different: declaration 'fp' definition 'fil'.
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:2046:53: note: Function 'textCdIdxName' argument 2 names different: declaration 'fp' definition 'fil'.
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:2082:65: style: Function 'textObdaIdxName' argument 2 names different: declaration 'fp' definition 'fil'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:651:65: note: Function 'textObdaIdxName' argument 2 names different: declaration 'fp' definition 'fil'.
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:2082:65: note: Function 'textObdaIdxName' argument 2 names different: declaration 'fp' definition 'fil'.
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:2123:72: style: Function 'textCdIdxLine' argument 3 names different: declaration 'fp' definition 'fil'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:648:41: note: Function 'textCdIdxLine' argument 3 names different: declaration 'fp' definition 'fil'.
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:2123:72: note: Function 'textCdIdxLine' argument 3 names different: declaration 'fp' definition 'fil'.
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:2169:43: style: Function 'textObdaIdxLine' argument 3 names different: declaration 'fp' definition 'fil'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:650:50: note: Function 'textObdaIdxLine' argument 3 names different: declaration 'fp' definition 'fil'.
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:2169:43: note: Function 'textObdaIdxLine' argument 3 names different: declaration 'fp' definition 'fil'.
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:2214:65: style: Function 'textObdaSecName' argument 2 names different: declaration 'fp' definition 'fil'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:678:65: note: Function 'textObdaSecName' argument 2 names different: declaration 'fp' definition 'fil'.
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:2214:65: note: Function 'textObdaSecName' argument 2 names different: declaration 'fp' definition 'fil'.
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:2248:53: style: Function 'textCdTrgName' argument 2 names different: declaration 'fp' definition 'fil'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:679:59: note: Function 'textCdTrgName' argument 2 names different: declaration 'fp' definition 'fil'.
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:2248:53: note: Function 'textCdTrgName' argument 2 names different: declaration 'fp' definition 'fil'.
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:2293:43: style: Function 'textObdaSecLine' argument 3 names different: declaration 'fp' definition 'fil'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:677:50: note: Function 'textObdaSecLine' argument 3 names different: declaration 'fp' definition 'fil'.
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:2293:43: note: Function 'textObdaSecLine' argument 3 names different: declaration 'fp' definition 'fil'.
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:2330:72: style: Function 'textCdTrgLine' argument 3 names different: declaration 'fp' definition 'fil'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:675:23: note: Function 'textCdTrgLine' argument 3 names different: declaration 'fp' definition 'fil'.
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:2330:72: note: Function 'textCdTrgLine' argument 3 names different: declaration 'fp' definition 'fil'.
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:2374:44: style: Function 'textCdReadHeader' argument 1 names different: declaration 'fp' definition 'fil'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:667:49: note: Function 'textCdReadHeader' argument 1 names different: declaration 'fp' definition 'fil'.
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:2374:44: note: Function 'textCdReadHeader' argument 1 names different: declaration 'fp' definition 'fil'.
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:2498:47: style: Function 'textObdaSecClose' argument 1 names different: declaration 'trgfil' definition 'ptrgfil'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:668:52: note: Function 'textObdaSecClose' argument 1 names different: declaration 'trgfil' definition 'ptrgfil'.
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:2498:47: note: Function 'textObdaSecClose' argument 1 names different: declaration 'trgfil' definition 'ptrgfil'.
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:2520:43: style: Function 'textCdTrgClose' argument 1 names different: declaration 'trgfil' definition 'ptrgfil'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:669:48: note: Function 'textCdTrgClose' argument 1 names different: declaration 'trgfil' definition 'ptrgfil'.
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:2520:43: note: Function 'textCdTrgClose' argument 1 names different: declaration 'trgfil' definition 'ptrgfil'.
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:2520:65: style: Function 'textCdTrgClose' argument 2 names different: declaration 'hitfil' definition 'phitfil'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:669:69: note: Function 'textCdTrgClose' argument 2 names different: declaration 'hitfil' definition 'phitfil'.
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:2520:65: note: Function 'textCdTrgClose' argument 2 names different: declaration 'hitfil' definition 'phitfil'.
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:5529:39: style: Function 'textCdEntryCmp' argument 1 names different: declaration 'a' definition 'pa'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:638:47: note: Function 'textCdEntryCmp' argument 1 names different: declaration 'a' definition 'pa'.
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:5529:39: note: Function 'textCdEntryCmp' argument 1 names different: declaration 'a' definition 'pa'.
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:5529:55: style: Function 'textCdEntryCmp' argument 2 names different: declaration 'b' definition 'pb'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:638:62: note: Function 'textCdEntryCmp' argument 2 names different: declaration 'b' definition 'pb'.
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:5529:55: note: Function 'textCdEntryCmp' argument 2 names different: declaration 'b' definition 'pb'.
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:5563:41: style: Function 'textObdaEntryCmp' argument 1 names different: declaration 'a' definition 'pa'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:637:49: note: Function 'textObdaEntryCmp' argument 1 names different: declaration 'a' definition 'pa'.
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:5563:41: note: Function 'textObdaEntryCmp' argument 1 names different: declaration 'a' definition 'pa'.
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:5563:57: style: Function 'textObdaEntryCmp' argument 2 names different: declaration 'b' definition 'pb'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:637:64: note: Function 'textObdaEntryCmp' argument 2 names different: declaration 'b' definition 'pb'.
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:5563:57: note: Function 'textObdaEntryCmp' argument 2 names different: declaration 'b' definition 'pb'.
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:7936:42: style: Function 'textCdTrgFind' argument 3 names different: declaration 'qrystring' definition 'queryName'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:673:24: note: Function 'textCdTrgFind' argument 3 names different: declaration 'qrystring' definition 'queryName'.
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:7936:42: note: Function 'textCdTrgFind' argument 3 names different: declaration 'qrystring' definition 'queryName'.
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:8168:44: style: Function 'textObdaSecFind' argument 3 names different: declaration 'qrystring' definition 'queryName'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:671:48: note: Function 'textObdaSecFind' argument 3 names different: declaration 'qrystring' definition 'queryName'.
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:8168:44: note: Function 'textObdaSecFind' argument 3 names different: declaration 'qrystring' definition 'queryName'.
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:153:10: style: struct member 'TextSCdDiv::Padding' is never used. [unusedStructMember]
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:268:13: style: struct member 'TextSCdHit::HitList' is never used. [unusedStructMember]
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:270:10: style: struct member 'TextSCdHit::Padding' is never used. [unusedStructMember]
EMBOSS-6.6.0/ajax/ajaxdb/ajtextdb.c:8113:8: style: Variable 'pos' is assigned a value that is never used. [unreadVariable]
EMBOSS-6.6.0/ajax/core/ajalign.c:2865:5: style: Condition '!doSingle' is always true [knownConditionTrueFalse]
EMBOSS-6.6.0/ajax/core/ajalign.c:2836:16: note: Assignment 'doSingle=0', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajalign.c:2865:5: note: Condition '!doSingle' is always true
EMBOSS-6.6.0/ajax/core/ajalign.c:2962:8: style: Condition '!doSingle' is always true [knownConditionTrueFalse]
EMBOSS-6.6.0/ajax/core/ajalign.c:2958:16: note: Assignment 'doSingle=0', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajalign.c:2962:8: note: Condition '!doSingle' is always true
EMBOSS-6.6.0/ajax/core/ajalign.c:5952:13: warning: Possible null pointer dereference: fmatrix [nullPointer]
EMBOSS-6.6.0/ajax/core/ajalign.c:5811:25: note: Assignment 'fmatrix=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajalign.c:5952:13: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajalign.c:5954:13: warning: Possible null pointer dereference: fmatrix [nullPointer]
EMBOSS-6.6.0/ajax/core/ajalign.c:5811:25: note: Assignment 'fmatrix=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajalign.c:5954:13: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajalign.c:1685:5: style: Variable 'mseq' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajalign.c:1683:0: note: Variable 'mseq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajalign.c:1685:5: note: Variable 'mseq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajalign.c:1686:5: style: Variable 'mrnm' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajalign.c:1678:0: note: Variable 'mrnm' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajalign.c:1686:5: note: Variable 'mrnm' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajalign.c:4711:5: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajalign.c:4707:0: note: Variable 'data' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajalign.c:4711:5: note: Variable 'data' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajalign.c:5590:5: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajalign.c:5586:0: note: Variable 'data' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajalign.c:5590:5: note: Variable 'data' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajalign.c:341:11: style: The scope of the variable 'nseq' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajalign.c:733:11: style: The scope of the variable 'istart' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajalign.c:734:11: style: The scope of the variable 'iend' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajalign.c:967:11: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajalign.c:968:11: style: The scope of the variable 'j' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajalign.c:969:11: style: The scope of the variable 'jj' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajalign.c:970:11: style: The scope of the variable 'kk' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajalign.c:974:11: style: The scope of the variable 'jstart' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajalign.c:975:11: style: The scope of the variable 'jend' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajalign.c:977:17: style: The scope of the variable 'cp' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajalign.c:992:11: style: The scope of the variable 'jpos' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajalign.c:994:11: style: The scope of the variable 'increment' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajalign.c:998:12: style: The scope of the variable 'lastline' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajalign.c:1352:18: style: The scope of the variable 'seq1' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajalign.c:1353:18: style: The scope of the variable 'seq2' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajalign.c:1356:11: style: The scope of the variable 'len0' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajalign.c:1359:11: style: The scope of the variable 'endgaps' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajalign.c:1360:11: style: The scope of the variable 'begingaps' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajalign.c:1448:11: style: The scope of the variable 'ilen' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajalign.c:1609:18: style: The scope of the variable 'seq1' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajalign.c:1610:18: style: The scope of the variable 'seq2' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajalign.c:1669:11: style: The scope of the variable 'refpos' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajalign.c:1671:18: style: The scope of the variable 'refseq' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajalign.c:1893:11: style: The scope of the variable 'ilen' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajalign.c:2077:11: style: The scope of the variable 'ilen' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajalign.c:2081:11: style: The scope of the variable 'pidentity' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajalign.c:2830:18: style: The scope of the variable 'seq' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajalign.c:3715:11: style: The scope of the variable 'pct' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajalign.c:4075:18: style: The scope of the variable 'seq' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajalign.c:4361:11: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajalign.c:4504:10: style: The scope of the variable 'c' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajalign.c:4558:10: style: The scope of the variable 'c' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajalign.c:4609:10: style: The scope of the variable 'c' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajalign.c:4672:13: style: The scope of the variable 'matchingmaxindex' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajalign.c:4673:13: style: The scope of the variable 'identicalmaxindex' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajalign.c:4677:13: style: The scope of the variable 'max' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajalign.c:4687:13: style: The scope of the variable 'highindex' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajalign.c:4691:13: style: The scope of the variable 'khpos' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajalign.c:4693:11: style: The scope of the variable 'himatch' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajalign.c:4696:10: style: The scope of the variable 'res' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajalign.c:4702:12: style: The scope of the variable 'isident' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajalign.c:4703:12: style: The scope of the variable 'issim' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajalign.c:4704:12: style: The scope of the variable 'isgap' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajalign.c:4706:11: style: The scope of the variable 'numres' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajalign.c:5662:13: style: The scope of the variable 'isgap' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajalign.c:5666:10: style: The scope of the variable 'res' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajalign.c:5667:12: style: The scope of the variable 'binres' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajalign.c:5732:13: style: The scope of the variable 'isgap' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajalign.c:5736:10: style: The scope of the variable 'res' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajalign.c:5737:12: style: The scope of the variable 'binres' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajalign.c:5815:13: style: The scope of the variable 'matchingmaxindex' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajalign.c:5816:13: style: The scope of the variable 'identicalmaxindex' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajalign.c:5820:13: style: The scope of the variable 'max' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajalign.c:5829:13: style: The scope of the variable 'highindex' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajalign.c:5833:13: style: The scope of the variable 'khpos' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajalign.c:5835:11: style: The scope of the variable 'himatch' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajalign.c:5838:10: style: The scope of the variable 'res' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajalign.c:5844:12: style: The scope of the variable 'isident' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajalign.c:5845:12: style: The scope of the variable 'issim' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajalign.c:5846:12: style: The scope of the variable 'isgap' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajalign.c:5848:11: style: The scope of the variable 'numres' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajalign.c:2372:5: style: Redundant pointer operation on 'pthys' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajalign.c:4389:5: style: Redundant pointer operation on 'pthys' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajalign.c:2175:31: style: Function 'ajAlignDefine' argument 1 names different: declaration 'pthys' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajalign.h:168:37: note: Function 'ajAlignDefine' argument 1 names different: declaration 'pthys' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajalign.c:2175:31: note: Function 'ajAlignDefine' argument 1 names different: declaration 'pthys' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajalign.c:2219:33: style: Function 'ajAlignDefineSS' argument 1 names different: declaration 'pthys' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajalign.h:169:39: note: Function 'ajAlignDefineSS' argument 1 names different: declaration 'pthys' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajalign.c:2219:33: note: Function 'ajAlignDefineSS' argument 1 names different: declaration 'pthys' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajalign.c:2276:33: style: Function 'ajAlignDefineCC' argument 1 names different: declaration 'pthys' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajalign.h:171:39: note: Function 'ajAlignDefineCC' argument 1 names different: declaration 'pthys' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajalign.c:2276:33: note: Function 'ajAlignDefineCC' argument 1 names different: declaration 'pthys' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajalign.c:3824:45: style: Function 'alignSeqBegin' argument 1 names different: declaration 'thys' definition 'data'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajalign.c:178:50: note: Function 'alignSeqBegin' argument 1 names different: declaration 'thys' definition 'data'.
EMBOSS-6.6.0/ajax/core/ajalign.c:3824:45: note: Function 'alignSeqBegin' argument 1 names different: declaration 'thys' definition 'data'.
EMBOSS-6.6.0/ajax/core/ajalign.c:3863:43: style: Function 'alignSeqEnd' argument 1 names different: declaration 'thys' definition 'data'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajalign.c:179:48: note: Function 'alignSeqEnd' argument 1 names different: declaration 'thys' definition 'data'.
EMBOSS-6.6.0/ajax/core/ajalign.c:3863:43: note: Function 'alignSeqEnd' argument 1 names different: declaration 'thys' definition 'data'.
EMBOSS-6.6.0/ajax/core/ajalign.c:3899:49: style: Function 'alignSeqIncrement' argument 1 names different: declaration 'thys' definition 'data'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajalign.c:182:54: note: Function 'alignSeqIncrement' argument 1 names different: declaration 'thys' definition 'data'.
EMBOSS-6.6.0/ajax/core/ajalign.c:3899:49: note: Function 'alignSeqIncrement' argument 1 names different: declaration 'thys' definition 'data'.
EMBOSS-6.6.0/ajax/core/ajalign.c:4001:44: style: Function 'alignSeqRev' argument 1 names different: declaration 'thys' definition 'data'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajalign.c:184:48: note: Function 'alignSeqRev' argument 1 names different: declaration 'thys' definition 'data'.
EMBOSS-6.6.0/ajax/core/ajalign.c:4001:44: note: Function 'alignSeqRev' argument 1 names different: declaration 'thys' definition 'data'.
EMBOSS-6.6.0/ajax/core/ajalign.c:4460:75: style: Function 'alignDataSetSequence' argument 3 names different: declaration 'i' definition 'iseq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajalign.c:174:27: note: Function 'alignDataSetSequence' argument 3 names different: declaration 'i' definition 'iseq'.
EMBOSS-6.6.0/ajax/core/ajalign.c:4460:75: note: Function 'alignDataSetSequence' argument 3 names different: declaration 'i' definition 'iseq'.
EMBOSS-6.6.0/ajax/core/ajalign.c:4554:61: style: Function 'alignSame' argument 3 names different: declaration 'idchar' definition 'diffchar'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajalign.c:186:67: note: Function 'alignSame' argument 3 names different: declaration 'idchar' definition 'diffchar'.
EMBOSS-6.6.0/ajax/core/ajalign.c:4554:61: note: Function 'alignSame' argument 3 names different: declaration 'idchar' definition 'diffchar'.
EMBOSS-6.6.0/ajax/core/ajalign.c:5577:13: style: Function 'alignConsSet' argument 3 names different: declaration 'seqnum' definition 'numseq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajalign.c:168:71: note: Function 'alignConsSet' argument 3 names different: declaration 'seqnum' definition 'numseq'.
EMBOSS-6.6.0/ajax/core/ajalign.c:5577:13: note: Function 'alignConsSet' argument 3 names different: declaration 'seqnum' definition 'numseq'.
EMBOSS-6.6.0/ajax/core/ajalign.c:6145:26: style: Function 'alignCigar' argument 6 names different: declaration 'mseq' definition 'qseq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajalign.c:164:38: note: Function 'alignCigar' argument 6 names different: declaration 'mseq' definition 'qseq'.
EMBOSS-6.6.0/ajax/core/ajalign.c:6145:26: note: Function 'alignCigar' argument 6 names different: declaration 'mseq' definition 'qseq'.
EMBOSS-6.6.0/ajax/core/ajalign.c:6145:54: style: Function 'alignCigar' argument 8 names different: declaration 'seqExternal' definition 'seqexternal'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajalign.c:164:66: note: Function 'alignCigar' argument 8 names different: declaration 'seqExternal' definition 'seqexternal'.
EMBOSS-6.6.0/ajax/core/ajalign.c:6145:54: note: Function 'alignCigar' argument 8 names different: declaration 'seqExternal' definition 'seqexternal'.
EMBOSS-6.6.0/ajax/core/ajalign.c:151:12: style: struct member 'AlignSFormat::Padding' is never used. [unusedStructMember]
EMBOSS-6.6.0/ajax/core/ajarr.c:2304:5: style: Variable 't' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajarr.c:2297:0: note: Variable 't' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajarr.c:2304:5: note: Variable 't' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajarr.c:2305:5: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajarr.c:2298:0: note: Variable 'tmp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajarr.c:2305:5: note: Variable 'tmp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajarr.c:2358:5: style: Variable 't' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajarr.c:2351:0: note: Variable 't' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajarr.c:2358:5: note: Variable 't' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajarr.c:2359:5: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajarr.c:2352:0: note: Variable 'tmp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajarr.c:2359:5: note: Variable 'tmp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajarr.c:2413:5: style: Variable 'tmpline' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajarr.c:2411:0: note: Variable 'tmpline' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajarr.c:2413:5: note: Variable 'tmpline' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajarr.c:2418:5: style: Variable 't' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajarr.c:2406:0: note: Variable 't' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajarr.c:2418:5: note: Variable 't' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajarr.c:2419:5: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajarr.c:2407:0: note: Variable 'tmp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajarr.c:2419:5: note: Variable 'tmp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajarr.c:2779:12: style: The scope of the variable 't' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajarr.c:3523:13: style: The scope of the variable 't' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajarr.c:4220:14: style: The scope of the variable 't' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajarr.c:4917:15: style: The scope of the variable 't' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajarr.c:5617:14: style: The scope of the variable 't' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajarr.c:6318:13: style: The scope of the variable 't' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajarr.c:189:5: style: Redundant pointer operation on 'thys' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajarr.c:404:5: style: Redundant pointer operation on 'thys' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajarr.c:633:5: style: Redundant pointer operation on 'thys' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajarr.c:1124:5: style: Redundant pointer operation on 'thys' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajarr.c:1396:5: style: Redundant pointer operation on 'thys' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajarr.c:1666:5: style: Redundant pointer operation on 'thys' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajarr.c:1936:5: style: Redundant pointer operation on 'thys' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajarr.c:2591:5: style: Redundant pointer operation on 'thys' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajarr.c:2929:5: style: Redundant pointer operation on 'thys' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajarr.c:3337:5: style: Redundant pointer operation on 'thys' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajarr.c:3670:5: style: Redundant pointer operation on 'thys' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajarr.c:4037:5: style: Redundant pointer operation on 'thys' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajarr.c:4367:5: style: Redundant pointer operation on 'thys' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajarr.c:4732:5: style: Redundant pointer operation on 'thys' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajarr.c:5063:5: style: Redundant pointer operation on 'thys' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajarr.c:5432:5: style: Redundant pointer operation on 'thys' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajarr.c:5764:5: style: Redundant pointer operation on 'thys' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajarr.c:6133:5: style: Redundant pointer operation on 'thys' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajarr.c:6465:5: style: Redundant pointer operation on 'thys' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajarr.c:789:54: style: Function 'arrChararrResize' argument 2 names different: declaration 'elem' definition 'size'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajarr.c:80:54: note: Function 'arrChararrResize' argument 2 names different: declaration 'elem' definition 'size'.
EMBOSS-6.6.0/ajax/core/ajarr.c:789:54: note: Function 'arrChararrResize' argument 2 names different: declaration 'elem' definition 'size'.
EMBOSS-6.6.0/ajax/core/ajarr.c:849:49: style: Function 'arrIntResize' argument 2 names different: declaration 'elem' definition 'size'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajarr.c:81:49: note: Function 'arrIntResize' argument 2 names different: declaration 'elem' definition 'size'.
EMBOSS-6.6.0/ajax/core/ajarr.c:849:49: note: Function 'arrIntResize' argument 2 names different: declaration 'elem' definition 'size'.
EMBOSS-6.6.0/ajax/core/ajarr.c:952:51: style: Function 'arrUintResize' argument 2 names different: declaration 'elem' definition 'size'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajarr.c:96:51: note: Function 'arrUintResize' argument 2 names different: declaration 'elem' definition 'size'.
EMBOSS-6.6.0/ajax/core/ajarr.c:952:51: note: Function 'arrUintResize' argument 2 names different: declaration 'elem' definition 'size'.
EMBOSS-6.6.0/ajax/core/ajarr.c:1223:53: style: Function 'arrFloatResize' argument 2 names different: declaration 'elem' definition 'size'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajarr.c:84:53: note: Function 'arrFloatResize' argument 2 names different: declaration 'elem' definition 'size'.
EMBOSS-6.6.0/ajax/core/ajarr.c:1223:53: note: Function 'arrFloatResize' argument 2 names different: declaration 'elem' definition 'size'.
EMBOSS-6.6.0/ajax/core/ajarr.c:1494:55: style: Function 'arrDoubleResize' argument 2 names different: declaration 'elem' definition 'size'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajarr.c:87:55: note: Function 'arrDoubleResize' argument 2 names different: declaration 'elem' definition 'size'.
EMBOSS-6.6.0/ajax/core/ajarr.c:1494:55: note: Function 'arrDoubleResize' argument 2 names different: declaration 'elem' definition 'size'.
EMBOSS-6.6.0/ajax/core/ajarr.c:1764:53: style: Function 'arrShortResize' argument 2 names different: declaration 'elem' definition 'size'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajarr.c:90:53: note: Function 'arrShortResize' argument 2 names different: declaration 'elem' definition 'size'.
EMBOSS-6.6.0/ajax/core/ajarr.c:1764:53: note: Function 'arrShortResize' argument 2 names different: declaration 'elem' definition 'size'.
EMBOSS-6.6.0/ajax/core/ajarr.c:2035:51: style: Function 'arrLongResize' argument 2 names different: declaration 'elem' definition 'size'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajarr.c:93:51: note: Function 'arrLongResize' argument 2 names different: declaration 'elem' definition 'size'.
EMBOSS-6.6.0/ajax/core/ajarr.c:2035:51: note: Function 'arrLongResize' argument 2 names different: declaration 'elem' definition 'size'.
EMBOSS-6.6.0/ajax/core/ajarr.c:2707:53: style: Function 'arrInt2dResize' argument 2 names different: declaration 'elem' definition 'size'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajarr.c:82:53: note: Function 'arrInt2dResize' argument 2 names different: declaration 'elem' definition 'size'.
EMBOSS-6.6.0/ajax/core/ajarr.c:2707:53: note: Function 'arrInt2dResize' argument 2 names different: declaration 'elem' definition 'size'.
EMBOSS-6.6.0/ajax/core/ajarr.c:3046:53: style: Function 'arrInt3dResize' argument 2 names different: declaration 'elem' definition 'size'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajarr.c:83:53: note: Function 'arrInt3dResize' argument 2 names different: declaration 'elem' definition 'size'.
EMBOSS-6.6.0/ajax/core/ajarr.c:3046:53: note: Function 'arrInt3dResize' argument 2 names different: declaration 'elem' definition 'size'.
EMBOSS-6.6.0/ajax/core/ajarr.c:3451:55: style: Function 'arrUint2dResize' argument 2 names different: declaration 'elem' definition 'size'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajarr.c:97:55: note: Function 'arrUint2dResize' argument 2 names different: declaration 'elem' definition 'size'.
EMBOSS-6.6.0/ajax/core/ajarr.c:3451:55: note: Function 'arrUint2dResize' argument 2 names different: declaration 'elem' definition 'size'.
EMBOSS-6.6.0/ajax/core/ajarr.c:3787:55: style: Function 'arrUint3dResize' argument 2 names different: declaration 'elem' definition 'size'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajarr.c:98:55: note: Function 'arrUint3dResize' argument 2 names different: declaration 'elem' definition 'size'.
EMBOSS-6.6.0/ajax/core/ajarr.c:3787:55: note: Function 'arrUint3dResize' argument 2 names different: declaration 'elem' definition 'size'.
EMBOSS-6.6.0/ajax/core/ajarr.c:4149:57: style: Function 'arrFloat2dResize' argument 2 names different: declaration 'elem' definition 'size'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajarr.c:85:57: note: Function 'arrFloat2dResize' argument 2 names different: declaration 'elem' definition 'size'.
EMBOSS-6.6.0/ajax/core/ajarr.c:4149:57: note: Function 'arrFloat2dResize' argument 2 names different: declaration 'elem' definition 'size'.
EMBOSS-6.6.0/ajax/core/ajarr.c:4483:57: style: Function 'arrFloat3dResize' argument 2 names different: declaration 'elem' definition 'size'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajarr.c:86:57: note: Function 'arrFloat3dResize' argument 2 names different: declaration 'elem' definition 'size'.
EMBOSS-6.6.0/ajax/core/ajarr.c:4483:57: note: Function 'arrFloat3dResize' argument 2 names different: declaration 'elem' definition 'size'.
EMBOSS-6.6.0/ajax/core/ajarr.c:4846:59: style: Function 'arrDouble2dResize' argument 2 names different: declaration 'elem' definition 'size'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajarr.c:88:59: note: Function 'arrDouble2dResize' argument 2 names different: declaration 'elem' definition 'size'.
EMBOSS-6.6.0/ajax/core/ajarr.c:4846:59: note: Function 'arrDouble2dResize' argument 2 names different: declaration 'elem' definition 'size'.
EMBOSS-6.6.0/ajax/core/ajarr.c:5181:59: style: Function 'arrDouble3dResize' argument 2 names different: declaration 'elem' definition 'size'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajarr.c:89:59: note: Function 'arrDouble3dResize' argument 2 names different: declaration 'elem' definition 'size'.
EMBOSS-6.6.0/ajax/core/ajarr.c:5181:59: note: Function 'arrDouble3dResize' argument 2 names different: declaration 'elem' definition 'size'.
EMBOSS-6.6.0/ajax/core/ajarr.c:5546:57: style: Function 'arrShort2dResize' argument 2 names different: declaration 'elem' definition 'size'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajarr.c:91:57: note: Function 'arrShort2dResize' argument 2 names different: declaration 'elem' definition 'size'.
EMBOSS-6.6.0/ajax/core/ajarr.c:5546:57: note: Function 'arrShort2dResize' argument 2 names different: declaration 'elem' definition 'size'.
EMBOSS-6.6.0/ajax/core/ajarr.c:5882:57: style: Function 'arrShort3dResize' argument 2 names different: declaration 'elem' definition 'size'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajarr.c:92:57: note: Function 'arrShort3dResize' argument 2 names different: declaration 'elem' definition 'size'.
EMBOSS-6.6.0/ajax/core/ajarr.c:5882:57: note: Function 'arrShort3dResize' argument 2 names different: declaration 'elem' definition 'size'.
EMBOSS-6.6.0/ajax/core/ajarr.c:6247:55: style: Function 'arrLong2dResize' argument 2 names different: declaration 'elem' definition 'size'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajarr.c:94:55: note: Function 'arrLong2dResize' argument 2 names different: declaration 'elem' definition 'size'.
EMBOSS-6.6.0/ajax/core/ajarr.c:6247:55: note: Function 'arrLong2dResize' argument 2 names different: declaration 'elem' definition 'size'.
EMBOSS-6.6.0/ajax/core/ajarr.c:6583:55: style: Function 'arrLong3dResize' argument 2 names different: declaration 'elem' definition 'size'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajarr.c:95:55: note: Function 'arrLong3dResize' argument 2 names different: declaration 'elem' definition 'size'.
EMBOSS-6.6.0/ajax/core/ajarr.c:6583:55: note: Function 'arrLong3dResize' argument 2 names different: declaration 'elem' definition 'size'.
EMBOSS-6.6.0/ajax/core/ajassem.c:533:11: style: The scope of the variable 'refseq' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajassem.c:536:14: style: The scope of the variable 'hline' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajassem.c:241:5: style: Redundant pointer operation on 'Passem' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajassem.c:953:48: style: Function 'ajAssemreadSetAlignblocks' argument 1 names different: declaration 'read' definition 'r'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajassem.h:100:48: note: Function 'ajAssemreadSetAlignblocks' argument 1 names different: declaration 'read' definition 'r'.
EMBOSS-6.6.0/ajax/core/ajassem.c:953:48: note: Function 'ajAssemreadSetAlignblocks' argument 1 names different: declaration 'read' definition 'r'.
EMBOSS-6.6.0/ajax/core/ajassem.c:1163:53: style: Function 'ajAssemplatformGetType' argument 1 names different: declaration 'platfname' definition 'name'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajassem.h:83:53: note: Function 'ajAssemplatformGetType' argument 1 names different: declaration 'platfname' definition 'name'.
EMBOSS-6.6.0/ajax/core/ajassem.c:1163:53: note: Function 'ajAssemplatformGetType' argument 1 names different: declaration 'platfname' definition 'name'.
EMBOSS-6.6.0/ajax/core/ajassemread.c:1413:9: style: Condition 'querylib' is always false [knownConditionTrueFalse]
EMBOSS-6.6.0/ajax/core/ajassemread.c:1402:28: note: Assignment 'querylib=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajassemread.c:1413:9: note: Condition 'querylib' is always false
EMBOSS-6.6.0/ajax/core/ajassemread.c:614:33: warning: Either the condition '!thys' is redundant or there is possible null pointer dereference: thys. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajassemread.c:617:8: note: Assuming that condition '!thys' is not redundant
EMBOSS-6.6.0/ajax/core/ajassemread.c:614:33: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajassemread.c:615:13: warning: Either the condition '!thys' is redundant or there is possible null pointer dereference: thys. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajassemread.c:617:8: note: Assuming that condition '!thys' is not redundant
EMBOSS-6.6.0/ajax/core/ajassemread.c:615:13: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajassemread.c:1138:5: style: Variable 'buff' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajassemread.c:1120:0: note: Variable 'buff' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajassemread.c:1138:5: note: Variable 'buff' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajassemread.c:1139:5: style: Variable 'infile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajassemread.c:1121:0: note: Variable 'infile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajassemread.c:1139:5: note: Variable 'infile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajassemread.c:1140:5: style: Variable 'qry' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajassemread.c:1133:0: note: Variable 'qry' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajassemread.c:1140:5: note: Variable 'qry' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajassemread.c:1447:5: style: Variable 'assem' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajassemread.c:1445:0: note: Variable 'assem' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajassemread.c:1447:5: note: Variable 'assem' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajassemread.c:1449:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajassemread.c:1444:0: note: Variable 'r' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajassemread.c:1449:5: note: Variable 'r' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajassemread.c:1496:5: style: Variable 'c' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajassemread.c:1488:0: note: Variable 'c' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajassemread.c:1496:5: note: Variable 'c' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajassemread.c:2006:5: style: Variable 'readgroups' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajassemread.c:1997:0: note: Variable 'readgroups' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajassemread.c:2006:5: note: Variable 'readgroups' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajassemread.c:2236:5: style: Variable 'buff' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajassemread.c:2219:0: note: Variable 'buff' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajassemread.c:2236:5: note: Variable 'buff' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajassemread.c:2237:5: style: Variable 'infile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajassemread.c:2220:0: note: Variable 'infile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajassemread.c:2237:5: note: Variable 'infile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajassemread.c:2239:5: style: Variable 'contigs' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajassemread.c:2225:0: note: Variable 'contigs' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajassemread.c:2239:5: note: Variable 'contigs' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajassemread.c:3081:5: style: Variable 'qrystr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajassemread.c:3069:0: note: Variable 'qrystr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajassemread.c:3081:5: note: Variable 'qrystr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajassemread.c:3086:5: style: Variable 'fmtstr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajassemread.c:3071:0: note: Variable 'fmtstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajassemread.c:3086:5: note: Variable 'fmtstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajassemread.c:820:12: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajassemread.c:822:12: style: The scope of the variable 'jstat' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajassemread.c:1485:19: style: The scope of the variable 'dp' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajassemread.c:1492:12: style: The scope of the variable 'cigop' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajassemread.c:1493:12: style: The scope of the variable 'cigend' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajassemread.c:2228:11: style: The scope of the variable 'iqual' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajassemread.c:2230:11: style: The scope of the variable 'qmin' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajassemread.c:2231:11: style: The scope of the variable 'qmax' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajassemread.c:3068:12: style: The scope of the variable 'ret' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajassemread.c:273:5: style: Redundant pointer operation on 'pthis' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajassemread.c:3468:5: style: Redundant pointer operation on 'pthis' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajassemread.c:469:51: style: Function 'ajAsseminLoad' argument 2 names different: declaration 'thys' definition 'assem'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajassemread.h:90:61: note: Function 'ajAsseminLoad' argument 2 names different: declaration 'thys' definition 'assem'.
EMBOSS-6.6.0/ajax/core/ajassemread.c:469:51: note: Function 'ajAsseminLoad' argument 2 names different: declaration 'thys' definition 'assem'.
EMBOSS-6.6.0/ajax/core/ajassemread.c:1687:41: style: Function 'asseminLoadMaf' argument 1 names different: declaration 'thys' definition 'assemin'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajassemread.c:63:41: note: Function 'asseminLoadMaf' argument 1 names different: declaration 'thys' definition 'assemin'.
EMBOSS-6.6.0/ajax/core/ajassemread.c:1687:41: note: Function 'asseminLoadMaf' argument 1 names different: declaration 'thys' definition 'assemin'.
EMBOSS-6.6.0/ajax/core/ajassemread.c:2128:41: style: Function 'asseminLoadSam' argument 1 names different: declaration 'thys' definition 'assemin'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajassemread.c:65:41: note: Function 'asseminLoadSam' argument 1 names different: declaration 'thys' definition 'assemin'.
EMBOSS-6.6.0/ajax/core/ajassemread.c:2128:41: note: Function 'asseminLoadSam' argument 1 names different: declaration 'thys' definition 'assemin'.
EMBOSS-6.6.0/ajax/core/ajassemread.c:3568:53: style: Function 'ajAssemloadMore' argument 2 names different: declaration 'Pvar' definition 'Passem'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajassemread.h:87:63: note: Function 'ajAssemloadMore' argument 2 names different: declaration 'Pvar' definition 'Passem'.
EMBOSS-6.6.0/ajax/core/ajassemread.c:3568:53: note: Function 'ajAssemloadMore' argument 2 names different: declaration 'Pvar' definition 'Passem'.
EMBOSS-6.6.0/ajax/core/ajassemread.c:3646:53: style: Function 'ajAssemloadNext' argument 2 names different: declaration 'Pvar' definition 'Passem'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajassemread.h:88:63: note: Function 'ajAssemloadNext' argument 2 names different: declaration 'Pvar' definition 'Passem'.
EMBOSS-6.6.0/ajax/core/ajassemread.c:3646:53: note: Function 'ajAssemloadNext' argument 2 names different: declaration 'Pvar' definition 'Passem'.
EMBOSS-6.6.0/ajax/core/ajassemread.c:3789:41: style: Function 'ajAsseminformatTerm' argument 1 names different: declaration 'format' definition 'term'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajassemread.h:92:51: note: Function 'ajAsseminformatTerm' argument 1 names different: declaration 'format' definition 'term'.
EMBOSS-6.6.0/ajax/core/ajassemread.c:3789:41: note: Function 'ajAsseminformatTerm' argument 1 names different: declaration 'format' definition 'term'.
EMBOSS-6.6.0/ajax/core/ajassemread.c:97:12: style: struct member 'AssemSInFormat::Binary' is never used. [unusedStructMember]
EMBOSS-6.6.0/ajax/core/ajassemread.c:98:12: style: struct member 'AssemSInFormat::Padding' is never used. [unusedStructMember]
EMBOSS-6.6.0/ajax/core/ajassemwrite.c:1019:5: style: Variable 'cigar' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajassemwrite.c:1009:0: note: Variable 'cigar' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajassemwrite.c:1019:5: note: Variable 'cigar' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajassemwrite.c:390:11: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajassemwrite.c:391:13: style: The scope of the variable 'ncontigs' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajassemwrite.c:514:17: style: The scope of the variable 'tag' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajassemwrite.c:529:9: style: The scope of the variable 'op' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajassemwrite.c:530:10: style: The scope of the variable 'x' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajassemwrite.c:1396:12: style: The scope of the variable 'k' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajbamindex.c:146:5: style: Variable 'l' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajbamindex.c:143:0: note: Variable 'l' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajbamindex.c:146:5: note: Variable 'l' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajbamindex.c:353:5: style: Variable 'h' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajbamindex.c:338:0: note: Variable 'h' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajbamindex.c:353:5: note: Variable 'h' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajbamindex.c:355:5: style: Variable 'c' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajbamindex.c:340:0: note: Variable 'c' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajbamindex.c:355:5: note: Variable 'c' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajbamindex.c:528:5: style: Variable 'idx' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajbamindex.c:525:0: note: Variable 'idx' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajbamindex.c:528:5: note: Variable 'idx' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajbamindex.c:1357:5: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajbamindex.c:1353:0: note: Variable 'iter' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajbamindex.c:1357:5: note: Variable 'iter' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajbamindex.c:190:11: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajbamindex.c:193:11: style: The scope of the variable 'old_m' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajbamindex.c:245:13: style: The scope of the variable 'n' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajbamindex.c:847:11: style: The scope of the variable 'l' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajbamindex.c:1078:11: style: The scope of the variable 'n' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajbamindex.c:543:5: style: Redundant pointer operation on 'Pidx' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajbamindex.c:985:15: error: Expression 'list[i++]=0' depends on order of evaluation of side effects [unknownEvaluationOrder]
EMBOSS-6.6.0/ajax/core/ajbamindex.c:523:33: style: Function 'ajBamIndexDel' argument 1 names different: declaration 'idx' definition 'Pidx'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajbamindex.h:172:33: note: Function 'ajBamIndexDel' argument 1 names different: declaration 'idx' definition 'Pidx'.
EMBOSS-6.6.0/ajax/core/ajbamindex.c:523:33: note: Function 'ajBamIndexDel' argument 1 names different: declaration 'idx' definition 'Pidx'.
EMBOSS-6.6.0/ajax/core/ajbamindex.c:839:40: style: Function 'ajBamIndexLoad' argument 1 names different: declaration 'fn' definition '_fn'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajbamindex.h:173:40: note: Function 'ajBamIndexLoad' argument 1 names different: declaration 'fn' definition '_fn'.
EMBOSS-6.6.0/ajax/core/ajbamindex.c:839:40: note: Function 'ajBamIndexLoad' argument 1 names different: declaration 'fn' definition '_fn'.
EMBOSS-6.6.0/ajax/core/ajbamindex.c:1231:36: style: Function 'bamIterDel' argument 1 names different: declaration 'iter' definition 'iterp'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajbamindex.c:117:36: note: Function 'bamIterDel' argument 1 names different: declaration 'iter' definition 'iterp'.
EMBOSS-6.6.0/ajax/core/ajbamindex.c:1231:36: note: Function 'bamIterDel' argument 1 names different: declaration 'iter' definition 'iterp'.
EMBOSS-6.6.0/ajax/core/ajbamindex.c:884:0: error: Deallocating a deallocated pointer: fp [deallocDealloc]
EMBOSS-6.6.0/ajax/core/ajbase.c:385:17: style: The scope of the variable 'rev' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajbase.c:387:11: style: The scope of the variable 'cq' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajbase.c:632:11: style: The scope of the variable 'x' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajbase.c:1147:11: style: The scope of the variable 'x' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajbase.c:188:33: style: Function 'ajBaseAlphaCompare' argument 1 names different: declaration 'base1' definition 'base'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajbase.h:74:40: note: Function 'ajBaseAlphaCompare' argument 1 names different: declaration 'base1' definition 'base'.
EMBOSS-6.6.0/ajax/core/ajbase.c:188:33: note: Function 'ajBaseAlphaCompare' argument 1 names different: declaration 'base1' definition 'base'.
EMBOSS-6.6.0/ajax/core/ajbase.c:230:30: style: Function 'ajBaseAlphaToBin' argument 1 names different: declaration 'c' definition 'base'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajbase.h:76:38: note: Function 'ajBaseAlphaToBin' argument 1 names different: declaration 'c' definition 'base'.
EMBOSS-6.6.0/ajax/core/ajbase.c:230:30: note: Function 'ajBaseAlphaToBin' argument 1 names different: declaration 'c' definition 'base'.
EMBOSS-6.6.0/ajax/core/ajbase.c:382:31: style: Function 'ajBaseAlphacharComp' argument 1 names different: declaration 'base' definition 'c'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajbase.h:72:40: note: Function 'ajBaseAlphacharComp' argument 1 names different: declaration 'base' definition 'c'.
EMBOSS-6.6.0/ajax/core/ajbase.c:382:31: note: Function 'ajBaseAlphacharComp' argument 1 names different: declaration 'base' definition 'c'.
EMBOSS-6.6.0/ajax/core/ajbase.c:566:35: style: Function 'ajBaseGetCodes' argument 1 names different: declaration 'ibase' definition 'base'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajbase.h:70:36: note: Function 'ajBaseGetCodes' argument 1 names different: declaration 'ibase' definition 'base'.
EMBOSS-6.6.0/ajax/core/ajbase.c:566:35: note: Function 'ajBaseGetCodes' argument 1 names different: declaration 'ibase' definition 'base'.
EMBOSS-6.6.0/ajax/core/ajbase.c:905:33: style: Function 'ajResidueAlphaToBin' argument 1 names different: declaration 'c' definition 'base'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajbase.h:86:41: note: Function 'ajResidueAlphaToBin' argument 1 names different: declaration 'c' definition 'base'.
EMBOSS-6.6.0/ajax/core/ajbase.c:905:33: note: Function 'ajResidueAlphaToBin' argument 1 names different: declaration 'c' definition 'base'.
EMBOSS-6.6.0/ajax/core/ajbase.c:1081:38: style: Function 'ajResidueGetCodes' argument 1 names different: declaration 'ires' definition 'base'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajbase.h:88:39: note: Function 'ajResidueGetCodes' argument 1 names different: declaration 'ires' definition 'base'.
EMBOSS-6.6.0/ajax/core/ajbase.c:1081:38: note: Function 'ajResidueGetCodes' argument 1 names different: declaration 'ires' definition 'base'.
EMBOSS-6.6.0/ajax/core/ajcall.c:164:13: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajcigar.c:150:5: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajcigar.c:140:0: note: Variable 's' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajcigar.c:150:5: note: Variable 's' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajcigar.c:141:10: style: The scope of the variable 'x' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajcigar.c:144:10: style: The scope of the variable 'op' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajcigar.c:205:5: style: Redundant pointer operation on 'Pcigar' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajcod.c:310:5: style: Variable 'trn' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajcod.c:304:0: note: Variable 'trn' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajcod.c:310:5: note: Variable 'trn' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajcod.c:307:11: style: The scope of the variable 'idx' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajcod.c:308:11: style: The scope of the variable 'c' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajcod.c:534:10: style: The scope of the variable 'q' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajcod.c:809:12: style: The scope of the variable 'idx' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajcod.c:1022:20: style: The scope of the variable 'p' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajcod.c:1237:11: style: The scope of the variable 'j' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajcod.c:1238:11: style: The scope of the variable 'c' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajcod.c:1496:11: style: The scope of the variable 'c' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajcod.c:1497:11: style: The scope of the variable 'idx' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajcod.c:1499:12: style: The scope of the variable 'tcount' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajcod.c:1500:12: style: The scope of the variable 'res' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajcod.c:1938:17: style: The scope of the variable 'cp' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajcod.c:2072:11: style: The scope of the variable 'icount' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajcod.c:2073:12: style: The scope of the variable 'fsum' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajcod.c:2235:11: style: The scope of the variable 'aa' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajcod.c:2236:12: style: The scope of the variable 'f' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajcod.c:2237:12: style: The scope of the variable 'f2' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajcod.c:2369:17: style: The scope of the variable 'codon' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajcod.c:2447:11: style: The scope of the variable 'j' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajcod.c:2493:17: style: The scope of the variable 'c2' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajcod.c:2600:17: style: The scope of the variable 'c2' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajcod.c:2716:17: style: The scope of the variable 'c1' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajcod.c:2806:17: style: The scope of the variable 'c1' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajcod.c:2887:17: style: The scope of the variable 'c1' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajcod.c:2957:17: style: The scope of the variable 'c1' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajcod.c:3038:17: style: The scope of the variable 'c2' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajcod.c:3149:11: style: The scope of the variable 'c' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajcod.c:3198:11: style: The scope of the variable 'thisaa' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajcod.c:3199:12: style: The scope of the variable 'aamax' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajcod.c:3239:12: style: The scope of the variable 'max' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajcod.c:3314:12: style: The scope of the variable 'idx' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajcod.c:3366:17: style: The scope of the variable 'p' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajcod.c:3368:11: style: The scope of the variable 'aa' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajcod.c:3372:12: style: The scope of the variable 'x' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajcod.c:3373:12: style: The scope of the variable 'z' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajcod.c:3439:11: style: The scope of the variable 'v' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajcod.c:3442:11: style: The scope of the variable 'ndx' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajcod.c:3448:12: style: The scope of the variable 'num' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajcod.c:435:5: style: Redundant pointer operation on 'pthys' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajcod.c:416:23: style: Function 'ajCodDel' argument 1 names different: declaration 'thys' definition 'pthys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajcod.h:148:31: note: Function 'ajCodDel' argument 1 names different: declaration 'thys' definition 'pthys'.
EMBOSS-6.6.0/ajax/core/ajcod.c:416:23: note: Function 'ajCodDel' argument 1 names different: declaration 'thys' definition 'pthys'.
EMBOSS-6.6.0/ajax/core/ajcod.c:1788:59: style: Function 'codCommentProcess' argument 2 names different: declaration 'line' definition 'ccline'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajcod.c:53:59: note: Function 'codCommentProcess' argument 2 names different: declaration 'line' definition 'ccline'.
EMBOSS-6.6.0/ajax/core/ajcod.c:1788:59: note: Function 'codCommentProcess' argument 2 names different: declaration 'line' definition 'ccline'.
EMBOSS-6.6.0/ajax/core/ajcod.c:3307:37: style: Function 'ajCodCalcCaiSeq' argument 1 names different: declaration 'cod' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajcod.h:139:43: note: Function 'ajCodCalcCaiSeq' argument 1 names different: declaration 'cod' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajcod.c:3307:37: note: Function 'ajCodCalcCaiSeq' argument 1 names different: declaration 'cod' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajcod.c:147:11: style: struct member 'CodSInFormat::Padding' is never used. [unusedStructMember]
EMBOSS-6.6.0/ajax/core/ajcod.c:150:17: style: struct member 'CodSInFormat::Comment' is never used. [unusedStructMember]
EMBOSS-6.6.0/ajax/core/ajdan.c:550:5: style: Variable 'line' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajdan.c:542:0: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdan.c:550:5: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdan.c:241:11: style: The scope of the variable 'x' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajdan.c:242:11: style: The scope of the variable 'y' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajdan.c:298:11: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajdan.c:300:11: style: The scope of the variable 'k' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajdan.c:478:11: style: The scope of the variable 't' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajdmx.c:1386:5: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajdmx.c:1380:0: note: Variable 'iter' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdmx.c:1386:5: note: Variable 'iter' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdmx.c:1536:5: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajdmx.c:1532:0: note: Variable 'iter' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdmx.c:1536:5: note: Variable 'iter' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdmx.c:1651:5: style: Variable 'line' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajdmx.c:1646:0: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdmx.c:1651:5: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdmx.c:1652:5: style: Variable 'subline' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajdmx.c:1647:0: note: Variable 'subline' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdmx.c:1652:5: note: Variable 'subline' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdmx.c:1653:5: style: Variable 'type' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajdmx.c:1648:0: note: Variable 'type' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdmx.c:1653:5: note: Variable 'type' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdmx.c:1868:5: style: Variable 'idx' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajdmx.c:1866:0: note: Variable 'idx' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdmx.c:1868:5: note: Variable 'idx' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdmx.c:197:12: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajdmx.c:257:12: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajdmx.c:1851:11: style: The scope of the variable 'tmp_wid' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajdmx.c:1862:11: style: The scope of the variable 'start' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajdmx.c:1864:12: style: The scope of the variable 'end' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajdom.c:3556:13: warning: Either the condition 'clone' is redundant or there is possible null pointer dereference: clone. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajdom.c:3542:17: note: Assuming that condition 'clone' is not redundant
EMBOSS-6.6.0/ajax/core/ajdom.c:3556:13: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajdom.c:942:5: style: Variable 'entry' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajdom.c:940:0: note: Variable 'entry' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdom.c:942:5: note: Variable 'entry' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdom.c:976:5: style: Variable 'entry' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajdom.c:972:0: note: Variable 'entry' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdom.c:976:5: note: Variable 'entry' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdom.c:979:5: style: Variable 'node' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajdom.c:973:0: note: Variable 'node' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdom.c:979:5: note: Variable 'node' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdom.c:981:5: style: Variable 'doc' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajdom.c:974:0: note: Variable 'doc' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdom.c:981:5: note: Variable 'doc' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdom.c:1364:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajdom.c:1362:0: note: Variable 'ret' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdom.c:1364:5: note: Variable 'ret' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdom.c:2467:5: style: Variable 'frag' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajdom.c:2465:0: note: Variable 'frag' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdom.c:2467:5: note: Variable 'frag' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdom.c:2517:5: style: Variable 'text' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajdom.c:2515:0: note: Variable 'text' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdom.c:2517:5: note: Variable 'text' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdom.c:2573:5: style: Variable 'comment' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajdom.c:2571:0: note: Variable 'comment' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdom.c:2573:5: note: Variable 'comment' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdom.c:2632:5: style: Variable 'cdata' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajdom.c:2630:0: note: Variable 'cdata' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdom.c:2632:5: note: Variable 'cdata' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdom.c:2667:5: style: Variable 'attr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajdom.c:2665:0: note: Variable 'attr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdom.c:2667:5: note: Variable 'attr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdom.c:2702:5: style: Variable 'attr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajdom.c:2700:0: note: Variable 'attr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdom.c:2702:5: note: Variable 'attr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdom.c:2761:5: style: Variable 'eref' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajdom.c:2759:0: note: Variable 'eref' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdom.c:2761:5: note: Variable 'eref' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdom.c:2820:5: style: Variable 'pin' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajdom.c:2818:0: note: Variable 'pin' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdom.c:2820:5: note: Variable 'pin' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdom.c:3639:5: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajdom.c:3637:0: note: Variable 'tmp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdom.c:3639:5: note: Variable 'tmp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdom.c:3706:5: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajdom.c:3703:0: note: Variable 'tmp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdom.c:3706:5: note: Variable 'tmp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdom.c:4402:5: style: Variable 'userdata' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajdom.c:4399:0: note: Variable 'userdata' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdom.c:4402:5: note: Variable 'userdata' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdom.c:5093:5: style: Variable 'parser' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajdom.c:5088:0: note: Variable 'parser' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdom.c:5093:5: note: Variable 'parser' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdom.c:5173:5: style: Variable 'parser' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajdom.c:5169:0: note: Variable 'parser' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdom.c:5173:5: note: Variable 'parser' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdom.c:1296:12: style: The scope of the variable 'nodetype' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajdom.c:3635:12: style: The scope of the variable 'len' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajdom.c:3700:12: style: The scope of the variable 'len' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajdom.c:4981:12: style: The scope of the variable 'n' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajdom.c:4983:11: style: The scope of the variable 'done' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajdom.c:5090:11: style: The scope of the variable 'len' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajdom.c:852:5: style: Redundant pointer operation on 'Pnode' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajdom.c:915:9: style: Redundant pointer operation on 'Plist' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajdom.c:1560:49: style: Function 'domNodeListItemFiltered' argument 2 names different: declaration 'indx' definition 'indexnum'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajdom.c:160:55: note: Function 'domNodeListItemFiltered' argument 2 names different: declaration 'indx' definition 'indexnum'.
EMBOSS-6.6.0/ajax/core/ajdom.c:1560:49: note: Function 'domNodeListItemFiltered' argument 2 names different: declaration 'indx' definition 'indexnum'.
EMBOSS-6.6.0/ajax/core/ajdomain.c:4804:8: style: Condition '!line' is always true [knownConditionTrueFalse]
EMBOSS-6.6.0/ajax/core/ajdomain.c:4799:19: note: Assignment 'line=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajdomain.c:4804:8: note: Condition '!line' is always true
EMBOSS-6.6.0/ajax/core/ajdomain.c:700:16: warning: Either the condition '!Pscopcla' is redundant or there is possible null pointer dereference: Pscopcla. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajdomain.c:702:8: note: Assuming that condition '!Pscopcla' is not redundant
EMBOSS-6.6.0/ajax/core/ajdomain.c:700:16: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajdomain.c:2130:16: warning: Possible null pointer dereference: domain [nullPointer]
EMBOSS-6.6.0/ajax/core/ajdomain.c:2108:24: note: Assignment 'domain=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajdomain.c:2130:16: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajdomain.c:2133:16: error: Null pointer dereference: domain [nullPointer]
EMBOSS-6.6.0/ajax/core/ajdomain.c:2108:24: note: Assignment 'domain=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajdomain.c:2133:16: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajdomain.c:700:5: style: Variable 'scopcla' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajdomain.c:698:0: note: Variable 'scopcla' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdomain.c:700:5: note: Variable 'scopcla' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdomain.c:1269:5: style: Variable 'tmptok' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajdomain.c:1266:0: note: Variable 'tmptok' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdomain.c:1269:5: note: Variable 'tmptok' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdomain.c:1270:5: style: Variable 'CathNameLine' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajdomain.c:1207:0: note: Variable 'CathNameLine' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdomain.c:1270:5: note: Variable 'CathNameLine' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdomain.c:1271:5: style: Variable 'CathDomLine' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajdomain.c:1208:0: note: Variable 'CathDomLine' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdomain.c:1271:5: note: Variable 'CathDomLine' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdomain.c:1272:5: style: Variable 'CathListLine' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajdomain.c:1209:0: note: Variable 'CathListLine' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdomain.c:1272:5: note: Variable 'CathListLine' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdomain.c:1273:5: style: Variable 'tmpDomainID' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajdomain.c:1210:0: note: Variable 'tmpDomainID' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdomain.c:1273:5: note: Variable 'tmpDomainID' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdomain.c:1274:5: style: Variable 'tmpStringDomPtr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajdomain.c:1212:0: note: Variable 'tmpStringDomPtr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdomain.c:1274:5: note: Variable 'tmpStringDomPtr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdomain.c:1275:5: style: Variable 'tmpNumDomPtr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajdomain.c:1214:0: note: Variable 'tmpNumDomPtr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdomain.c:1275:5: note: Variable 'tmpNumDomPtr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdomain.c:1276:5: style: Variable 'tmpDomIDNumDom' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajdomain.c:1218:0: note: Variable 'tmpDomIDNumDom' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdomain.c:1276:5: note: Variable 'tmpDomIDNumDom' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdomain.c:1277:5: style: Variable 'NDomAsString' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajdomain.c:1223:0: note: Variable 'NDomAsString' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdomain.c:1277:5: note: Variable 'NDomAsString' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdomain.c:1278:5: style: Variable 'tmpNumString' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajdomain.c:1226:0: note: Variable 'tmpNumString' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdomain.c:1278:5: note: Variable 'tmpNumString' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdomain.c:1279:5: style: Variable 'tmpNumString1' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajdomain.c:1228:0: note: Variable 'tmpNumString1' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdomain.c:1279:5: note: Variable 'tmpNumString1' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdomain.c:1280:5: style: Variable 'tmpNumString2' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajdomain.c:1230:0: note: Variable 'tmpNumString2' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdomain.c:1280:5: note: Variable 'tmpNumString2' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdomain.c:1281:5: style: Variable 'Search_DomainIDPtr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajdomain.c:1233:0: note: Variable 'Search_DomainIDPtr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdomain.c:1281:5: note: Variable 'Search_DomainIDPtr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdomain.c:1283:5: style: Variable 'caths' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajdomain.c:1205:0: note: Variable 'caths' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdomain.c:1283:5: note: Variable 'caths' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdomain.c:1288:5: style: Variable 'CathNameList' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajdomain.c:1262:0: note: Variable 'CathNameList' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdomain.c:1288:5: note: Variable 'CathNameList' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdomain.c:1289:5: style: Variable 'CathDomList' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajdomain.c:1263:0: note: Variable 'CathDomList' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdomain.c:1289:5: note: Variable 'CathDomList' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdomain.c:2217:5: style: Variable 'clalist' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajdomain.c:2205:0: note: Variable 'clalist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdomain.c:2217:5: note: Variable 'clalist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdomain.c:2218:5: style: Variable 'deslist' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajdomain.c:2206:0: note: Variable 'deslist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdomain.c:2218:5: note: Variable 'deslist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdomain.c:2219:5: style: Variable 'scops' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajdomain.c:2207:0: note: Variable 'scops' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdomain.c:2219:5: note: Variable 'scops' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdomain.c:2498:5: style: Variable 'type' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajdomain.c:2494:0: note: Variable 'type' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdomain.c:2498:5: note: Variable 'type' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajdomain.c:321:12: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajdomain.c:696:12: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajdomain.c:753:11: style: The scope of the variable 'm' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajdomain.c:867:11: style: The scope of the variable 'm' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajdomain.c:869:11: style: The scope of the variable 'c' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajdomain.c:911:11: style: The scope of the variable 'm' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajdomain.c:913:11: style: The scope of the variable 'c' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajdomain.c:948:12: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajdomain.c:995:12: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajdomain.c:1241:11: style: The scope of the variable 'idxCathDom' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajdomain.c:1243:11: style: The scope of the variable 'idxCathName' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajdomain.c:2334:12: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajdomain.c:2434:12: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajdomain.c:2974:12: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajdomain.c:3036:12: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajdomain.c:3673:11: style: The scope of the variable 'm' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajdomain.c:3675:11: style: The scope of the variable 'c' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajdomain.c:3717:11: style: The scope of the variable 'm' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajdomain.c:3761:11: style: The scope of the variable 'm' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajdomain.c:3763:11: style: The scope of the variable 'c' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajdomain.c:3806:11: style: The scope of the variable 'm' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajdomain.c:3808:11: style: The scope of the variable 'c' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajdomain.c:804:5: style: Redundant pointer operation on 'Pscopdes' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajdomain.c:2432:26: style: Function 'ajScopNew' argument 1 names different: declaration 'n' definition 'chains'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajdomain.h:372:27: note: Function 'ajScopNew' argument 1 names different: declaration 'n' definition 'chains'.
EMBOSS-6.6.0/ajax/core/ajdomain.c:2432:26: note: Function 'ajScopNew' argument 1 names different: declaration 'n' definition 'chains'.
EMBOSS-6.6.0/ajax/core/ajdomain.c:2562:42: style: Function 'ajDomainReadCNew' argument 3 names different: declaration 'type' definition 'dtype'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajdomain.h:428:48: note: Function 'ajDomainReadCNew' argument 3 names different: declaration 'type' definition 'dtype'.
EMBOSS-6.6.0/ajax/core/ajdomain.c:2562:42: note: Function 'ajDomainReadCNew' argument 3 names different: declaration 'type' definition 'dtype'.
EMBOSS-6.6.0/ajax/core/ajfeat.c:6144:5: style: Condition 'saveit' is always false [knownConditionTrueFalse]
EMBOSS-6.6.0/ajax/core/ajfeat.c:6129:21: note: Assignment 'saveit=0', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajfeat.c:6144:5: note: Condition 'saveit' is always false
EMBOSS-6.6.0/ajax/core/ajfeat.c:6512:5: style: Condition 'saveit' is always false [knownConditionTrueFalse]
EMBOSS-6.6.0/ajax/core/ajfeat.c:6503:21: note: Assignment 'saveit=0', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajfeat.c:6512:5: note: Condition 'saveit' is always false
EMBOSS-6.6.0/ajax/core/ajfeat.c:6950:5: style: Condition 'saveit' is always false [knownConditionTrueFalse]
EMBOSS-6.6.0/ajax/core/ajfeat.c:6925:21: note: Assignment 'saveit=0', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajfeat.c:6950:5: note: Condition 'saveit' is always false
EMBOSS-6.6.0/ajax/core/ajfeat.c:6961:5: style: Condition 'saveit' is always false [knownConditionTrueFalse]
EMBOSS-6.6.0/ajax/core/ajfeat.c:6925:21: note: Assignment 'saveit=0', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajfeat.c:6961:5: note: Condition 'saveit' is always false
EMBOSS-6.6.0/ajax/core/ajfeat.c:6976:5: style: Condition 'saveit' is always false [knownConditionTrueFalse]
EMBOSS-6.6.0/ajax/core/ajfeat.c:6925:21: note: Assignment 'saveit=0', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajfeat.c:6976:5: note: Condition 'saveit' is always false
EMBOSS-6.6.0/ajax/core/ajfeat.c:6986:5: style: Condition 'saveit' is always false [knownConditionTrueFalse]
EMBOSS-6.6.0/ajax/core/ajfeat.c:6925:21: note: Assignment 'saveit=0', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajfeat.c:6986:5: note: Condition 'saveit' is always false
EMBOSS-6.6.0/ajax/core/ajfeat.c:7266:8: style: Condition 'saveit' is always false [knownConditionTrueFalse]
EMBOSS-6.6.0/ajax/core/ajfeat.c:7260:21: note: Assignment 'saveit=0', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajfeat.c:7266:8: note: Condition 'saveit' is always false
EMBOSS-6.6.0/ajax/core/ajfeat.c:7282:5: style: Condition 'saveit' is always false [knownConditionTrueFalse]
EMBOSS-6.6.0/ajax/core/ajfeat.c:7260:21: note: Assignment 'saveit=0', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajfeat.c:7282:5: note: Condition 'saveit' is always false
EMBOSS-6.6.0/ajax/core/ajfeat.c:7328:5: style: Condition 'saveit' is always false [knownConditionTrueFalse]
EMBOSS-6.6.0/ajax/core/ajfeat.c:7318:21: note: Assignment 'saveit=0', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajfeat.c:7328:5: note: Condition 'saveit' is always false
EMBOSS-6.6.0/ajax/core/ajfeat.c:7374:5: style: Condition 'saveit' is always false [knownConditionTrueFalse]
EMBOSS-6.6.0/ajax/core/ajfeat.c:7364:21: note: Assignment 'saveit=0', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajfeat.c:7374:5: note: Condition 'saveit' is always false
EMBOSS-6.6.0/ajax/core/ajfeat.c:7433:5: style: Condition 'saveit' is always false [knownConditionTrueFalse]
EMBOSS-6.6.0/ajax/core/ajfeat.c:7408:21: note: Assignment 'saveit=0', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajfeat.c:7433:5: note: Condition 'saveit' is always false
EMBOSS-6.6.0/ajax/core/ajfeat.c:3223:5: style: Variable 'remoteid' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajfeat.c:3221:0: note: Variable 'remoteid' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeat.c:3223:5: note: Variable 'remoteid' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeat.c:3409:5: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajfeat.c:3407:0: note: Variable 'iter' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeat.c:3409:5: note: Variable 'iter' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeat.c:3998:5: style: Variable 'table' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajfeat.c:3991:0: note: Variable 'table' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeat.c:3998:5: note: Variable 'table' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeat.c:4004:5: style: Variable 'ft' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajfeat.c:3995:0: note: Variable 'ft' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeat.c:4004:5: note: Variable 'ft' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeat.c:4171:5: style: Variable 'TagsFile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajfeat.c:4142:0: note: Variable 'TagsFile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeat.c:4171:5: note: Variable 'TagsFile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeat.c:4425:5: style: Variable 'TypeFile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajfeat.c:4390:0: note: Variable 'TypeFile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeat.c:4425:5: note: Variable 'TypeFile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeat.c:7029:5: style: Variable 'cp' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajfeat.c:7020:0: note: Variable 'cp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeat.c:7029:5: note: Variable 'cp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeat.c:7618:5: style: Variable 'thys' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajfeat.c:7615:0: note: Variable 'thys' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeat.c:7618:5: note: Variable 'thys' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeat.c:8024:5: style: Variable 'thys' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajfeat.c:8021:0: note: Variable 'thys' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeat.c:8024:5: note: Variable 'thys' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeat.c:8089:5: style: Variable 'thys' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajfeat.c:8086:0: note: Variable 'thys' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeat.c:8089:5: note: Variable 'thys' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeat.c:8150:5: style: Variable 'tagstr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajfeat.c:8148:0: note: Variable 'tagstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeat.c:8150:5: note: Variable 'tagstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeat.c:8258:5: style: Variable 'tmptag' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajfeat.c:8253:0: note: Variable 'tmptag' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeat.c:8258:5: note: Variable 'tmptag' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeat.c:8288:5: style: Variable 'tmptag' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajfeat.c:8283:0: note: Variable 'tmptag' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeat.c:8288:5: note: Variable 'tmptag' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeat.c:8317:5: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajfeat.c:8313:0: note: Variable 'iter' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeat.c:8317:5: note: Variable 'iter' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeat.c:8823:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajfeat.c:8815:0: note: Variable 'ret' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeat.c:8823:5: note: Variable 'ret' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeat.c:9043:5: style: Variable 'tv' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajfeat.c:9041:0: note: Variable 'tv' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeat.c:9043:5: note: Variable 'tv' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeat.c:9593:5: style: Variable 'retkey' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajfeat.c:9590:0: note: Variable 'retkey' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeat.c:9593:5: note: Variable 'retkey' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeat.c:9658:5: style: Variable 'retkey' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajfeat.c:9653:0: note: Variable 'retkey' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeat.c:9658:5: note: Variable 'retkey' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeat.c:9971:5: style: Variable 'tagstr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajfeat.c:9966:0: note: Variable 'tagstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeat.c:9971:5: note: Variable 'tagstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeat.c:10015:5: style: Variable 'cp' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajfeat.c:10011:0: note: Variable 'cp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeat.c:10015:5: note: Variable 'cp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeat.c:10262:5: style: Variable 'mystr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajfeat.c:10260:0: note: Variable 'mystr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeat.c:10262:5: note: Variable 'mystr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeat.c:647:10: style: The scope of the variable 'strand' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeat.c:699:10: style: The scope of the variable 'strand' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeat.c:1932:16: style: The scope of the variable 'featsrc' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeat.c:2244:12: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeat.c:2438:12: style: The scope of the variable 'ipos' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeat.c:3127:22: style: The scope of the variable 'gf' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeat.c:3406:22: style: The scope of the variable 'gf' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeat.c:3477:11: style: The scope of the variable 'icount' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeat.c:3602:11: style: The scope of the variable 'inum' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeat.c:3689:11: style: The scope of the variable 'inum' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeat.c:6077:11: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeat.c:6129:12: style: The scope of the variable 'saveit' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeat.c:6193:11: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeat.c:6195:12: style: The scope of the variable 'ok' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeat.c:6196:17: style: The scope of the variable 'months' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeat.c:6272:17: style: The scope of the variable 'cq' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeat.c:6273:11: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeat.c:6403:11: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeat.c:6405:12: style: The scope of the variable 'ok' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeat.c:6406:17: style: The scope of the variable 'types' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeat.c:6503:12: style: The scope of the variable 'saveit' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeat.c:7086:11: style: The scope of the variable 'icp' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeat.c:7088:11: style: The scope of the variable 'idot' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeat.c:7259:11: style: The scope of the variable 'icp' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeat.c:7318:12: style: The scope of the variable 'saveit' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeat.c:7364:12: style: The scope of the variable 'saveit' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeat.c:7408:12: style: The scope of the variable 'saveit' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeat.c:7410:12: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeat.c:7412:17: style: The scope of the variable 'elements' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeat.c:8179:15: style: The scope of the variable 'tagval' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeat.c:8363:16: style: The scope of the variable 'featorig' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeat.c:8431:16: style: The scope of the variable 'featorig' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeat.c:8483:16: style: The scope of the variable 'subfeat' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeat.c:8571:12: style: The scope of the variable 'isub' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeat.c:8820:12: style: The scope of the variable 'multivalues' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeat.c:9360:12: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeat.c:1629:5: style: Redundant pointer operation on 'pthis' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajfeat.c:1662:5: style: Redundant pointer operation on 'pthis' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajfeat.c:8794:5: style: Redundant pointer operation on 'Pthys' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajfeat.c:2102:15: style: Function 'featFeatType' argument 3 names different: declaration 'sofaid' definition 'intids'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfeat.c:198:14: note: Function 'featFeatType' argument 3 names different: declaration 'sofaid' definition 'intids'.
EMBOSS-6.6.0/ajax/core/ajfeat.c:2102:15: note: Function 'featFeatType' argument 3 names different: declaration 'sofaid' definition 'intids'.
EMBOSS-6.6.0/ajax/core/ajfeat.c:3054:38: style: Function 'ajFeatGetSeq' argument 1 names different: declaration 'feat' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfeat.h:126:45: note: Function 'ajFeatGetSeq' argument 1 names different: declaration 'feat' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajfeat.c:3054:38: note: Function 'ajFeatGetSeq' argument 1 names different: declaration 'feat' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajfeat.c:3055:47: style: Function 'ajFeatGetSeq' argument 3 names different: declaration 'seqstr' definition 'Pseqstr'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfeat.h:127:54: note: Function 'ajFeatGetSeq' argument 3 names different: declaration 'seqstr' definition 'Pseqstr'.
EMBOSS-6.6.0/ajax/core/ajfeat.c:3055:47: note: Function 'ajFeatGetSeq' argument 3 names different: declaration 'seqstr' definition 'Pseqstr'.
EMBOSS-6.6.0/ajax/core/ajfeat.c:3598:15: style: Function 'ajFeatGetTagC' argument 4 names different: declaration 'val' definition 'Pval'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfeat.h:133:48: note: Function 'ajFeatGetTagC' argument 4 names different: declaration 'val' definition 'Pval'.
EMBOSS-6.6.0/ajax/core/ajfeat.c:3598:15: note: Function 'ajFeatGetTagC' argument 4 names different: declaration 'val' definition 'Pval'.
EMBOSS-6.6.0/ajax/core/ajfeat.c:3963:46: style: Function 'ajFeatGetTranslation' argument 1 names different: declaration 'feat' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfeat.h:136:53: note: Function 'ajFeatGetTranslation' argument 1 names different: declaration 'feat' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajfeat.c:3963:46: note: Function 'ajFeatGetTranslation' argument 1 names different: declaration 'feat' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajfeat.c:3963:60: style: Function 'ajFeatGetTranslation' argument 2 names different: declaration 'seqstr' definition 'Ptrans'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfeat.h:136:67: note: Function 'ajFeatGetTranslation' argument 2 names different: declaration 'seqstr' definition 'Ptrans'.
EMBOSS-6.6.0/ajax/core/ajfeat.c:3963:60: note: Function 'ajFeatGetTranslation' argument 2 names different: declaration 'seqstr' definition 'Ptrans'.
EMBOSS-6.6.0/ajax/core/ajfeat.c:6188:60: style: Function 'featTagSpecialAllCollectiondate' argument 1 names different: declaration 'pval' definition 'val'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfeat.c:226:66: note: Function 'featTagSpecialAllCollectiondate' argument 1 names different: declaration 'pval' definition 'val'.
EMBOSS-6.6.0/ajax/core/ajfeat.c:6188:60: note: Function 'featTagSpecialAllCollectiondate' argument 1 names different: declaration 'pval' definition 'val'.
EMBOSS-6.6.0/ajax/core/ajfeat.c:6400:55: style: Function 'featTagSpecialAllInference' argument 1 names different: declaration 'pval' definition 'val'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfeat.c:228:61: note: Function 'featTagSpecialAllInference' argument 1 names different: declaration 'pval' definition 'val'.
EMBOSS-6.6.0/ajax/core/ajfeat.c:6400:55: note: Function 'featTagSpecialAllInference' argument 1 names different: declaration 'pval' definition 'val'.
EMBOSS-6.6.0/ajax/core/ajfeat.c:6500:52: style: Function 'featTagSpecialAllLatlon' argument 1 names different: declaration 'pval' definition 'val'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfeat.c:229:58: note: Function 'featTagSpecialAllLatlon' argument 1 names different: declaration 'pval' definition 'val'.
EMBOSS-6.6.0/ajax/core/ajfeat.c:6500:52: note: Function 'featTagSpecialAllLatlon' argument 1 names different: declaration 'pval' definition 'val'.
EMBOSS-6.6.0/ajax/core/ajfeat.c:6539:56: style: Function 'featTagSpecialAllPcrprimers' argument 1 names different: declaration 'pval' definition 'val'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfeat.c:231:62: note: Function 'featTagSpecialAllPcrprimers' argument 1 names different: declaration 'pval' definition 'val'.
EMBOSS-6.6.0/ajax/core/ajfeat.c:6539:56: note: Function 'featTagSpecialAllPcrprimers' argument 1 names different: declaration 'pval' definition 'val'.
EMBOSS-6.6.0/ajax/core/ajfeat.c:6798:51: style: Function 'featTagSpecialAllRptunitseq' argument 1 names different: declaration 'Pval' definition 'pval'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfeat.c:234:57: note: Function 'featTagSpecialAllRptunitseq' argument 1 names different: declaration 'Pval' definition 'pval'.
EMBOSS-6.6.0/ajax/core/ajfeat.c:6798:51: note: Function 'featTagSpecialAllRptunitseq' argument 1 names different: declaration 'Pval' definition 'pval'.
EMBOSS-6.6.0/ajax/core/ajfeat.c:7404:52: style: Function 'featTagSpecialAllMobile' argument 1 names different: declaration 'pval' definition 'val'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfeat.c:230:58: note: Function 'featTagSpecialAllMobile' argument 1 names different: declaration 'pval' definition 'val'.
EMBOSS-6.6.0/ajax/core/ajfeat.c:7404:52: note: Function 'featTagSpecialAllMobile' argument 1 names different: declaration 'pval' definition 'val'.
EMBOSS-6.6.0/ajax/core/ajfeat.c:7526:18: style: Function 'featTagSetDefault' argument 4 names different: declaration 'pdeftag' definition 'Pdeftag'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfeat.c:216:19: note: Function 'featTagSetDefault' argument 4 names different: declaration 'pdeftag' definition 'Pdeftag'.
EMBOSS-6.6.0/ajax/core/ajfeat.c:7526:18: note: Function 'featTagSetDefault' argument 4 names different: declaration 'pdeftag' definition 'Pdeftag'.
EMBOSS-6.6.0/ajax/core/ajfeat.c:7526:35: style: Function 'featTagSetDefault' argument 5 names different: declaration 'pdefval' definition 'Pdefval'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfeat.c:216:36: note: Function 'featTagSetDefault' argument 5 names different: declaration 'pdefval' definition 'Pdefval'.
EMBOSS-6.6.0/ajax/core/ajfeat.c:7526:35: note: Function 'featTagSetDefault' argument 5 names different: declaration 'pdefval' definition 'Pdefval'.
EMBOSS-6.6.0/ajax/core/ajfeat.c:7556:15: style: Function 'featTagSetDefaultDna' argument 3 names different: declaration 'pdeftag' definition 'Pdeftag'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfeat.c:218:15: note: Function 'featTagSetDefaultDna' argument 3 names different: declaration 'pdeftag' definition 'Pdeftag'.
EMBOSS-6.6.0/ajax/core/ajfeat.c:7556:15: note: Function 'featTagSetDefaultDna' argument 3 names different: declaration 'pdeftag' definition 'Pdeftag'.
EMBOSS-6.6.0/ajax/core/ajfeat.c:7556:32: style: Function 'featTagSetDefaultDna' argument 4 names different: declaration 'pdefval' definition 'Pdefval'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfeat.c:218:32: note: Function 'featTagSetDefaultDna' argument 4 names different: declaration 'pdefval' definition 'Pdefval'.
EMBOSS-6.6.0/ajax/core/ajfeat.c:7556:32: note: Function 'featTagSetDefaultDna' argument 4 names different: declaration 'pdefval' definition 'Pdefval'.
EMBOSS-6.6.0/ajax/core/ajfeat.c:7585:16: style: Function 'featTagSetDefaultProt' argument 3 names different: declaration 'pdeftag' definition 'Pdeftag'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfeat.c:221:16: note: Function 'featTagSetDefaultProt' argument 3 names different: declaration 'pdeftag' definition 'Pdeftag'.
EMBOSS-6.6.0/ajax/core/ajfeat.c:7585:16: note: Function 'featTagSetDefaultProt' argument 3 names different: declaration 'pdeftag' definition 'Pdeftag'.
EMBOSS-6.6.0/ajax/core/ajfeat.c:7585:33: style: Function 'featTagSetDefaultProt' argument 4 names different: declaration 'pdefval' definition 'Pdefval'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfeat.c:221:33: note: Function 'featTagSetDefaultProt' argument 4 names different: declaration 'pdefval' definition 'Pdefval'.
EMBOSS-6.6.0/ajax/core/ajfeat.c:7585:33: note: Function 'featTagSetDefaultProt' argument 4 names different: declaration 'pdefval' definition 'Pdefval'.
EMBOSS-6.6.0/ajax/core/ajfeat.c:9039:43: style: Function 'ajFeatTagval' argument 2 names different: declaration 'tagnam' definition 'Ptagnam'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfeat.h:295:50: note: Function 'ajFeatTagval' argument 2 names different: declaration 'tagnam' definition 'Ptagnam'.
EMBOSS-6.6.0/ajax/core/ajfeat.c:9039:43: note: Function 'ajFeatTagval' argument 2 names different: declaration 'tagnam' definition 'Ptagnam'.
EMBOSS-6.6.0/ajax/core/ajfeat.c:9039:60: style: Function 'ajFeatTagval' argument 3 names different: declaration 'tagval' definition 'Ptagval'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfeat.h:296:36: note: Function 'ajFeatTagval' argument 3 names different: declaration 'tagval' definition 'Ptagval'.
EMBOSS-6.6.0/ajax/core/ajfeat.c:9039:60: note: Function 'ajFeatTagval' argument 3 names different: declaration 'tagval' definition 'Ptagval'.
EMBOSS-6.6.0/ajax/core/ajfeat.c:9306:45: style: Function 'featTagDna' argument 1 names different: declaration 'type' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfeat.c:209:45: note: Function 'featTagDna' argument 1 names different: declaration 'type' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajfeat.c:9306:45: note: Function 'featTagDna' argument 1 names different: declaration 'type' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajfeat.c:9306:59: style: Function 'featTagDna' argument 2 names different: declaration 'known' definition 'knowntag'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfeat.c:209:59: note: Function 'featTagDna' argument 2 names different: declaration 'known' definition 'knowntag'.
EMBOSS-6.6.0/ajax/core/ajfeat.c:9306:59: note: Function 'featTagDna' argument 2 names different: declaration 'known' definition 'knowntag'.
EMBOSS-6.6.0/ajax/core/ajfeat.c:9330:46: style: Function 'featTagProt' argument 1 names different: declaration 'type' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfeat.c:213:46: note: Function 'featTagProt' argument 1 names different: declaration 'type' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajfeat.c:9330:46: note: Function 'featTagProt' argument 1 names different: declaration 'type' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajfeat.c:9330:60: style: Function 'featTagProt' argument 2 names different: declaration 'known' definition 'knowntag'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfeat.c:213:60: note: Function 'featTagProt' argument 2 names different: declaration 'known' definition 'knowntag'.
EMBOSS-6.6.0/ajax/core/ajfeat.c:9330:60: note: Function 'featTagProt' argument 2 names different: declaration 'known' definition 'knowntag'.
EMBOSS-6.6.0/ajax/core/ajfeat.c:9819:40: style: Function 'ajFeattagGetNameC' argument 3 names different: declaration 'known' definition 'knowntag'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfeat.h:326:41: note: Function 'ajFeattagGetNameC' argument 3 names different: declaration 'known' definition 'knowntag'.
EMBOSS-6.6.0/ajax/core/ajfeat.c:9819:40: note: Function 'ajFeattagGetNameC' argument 3 names different: declaration 'known' definition 'knowntag'.
EMBOSS-6.6.0/ajax/core/ajfeat.c:9892:45: style: Function 'ajFeattagGetNameS' argument 1 names different: declaration 'name' definition 'tag'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfeat.h:327:46: note: Function 'ajFeattagGetNameS' argument 1 names different: declaration 'name' definition 'tag'.
EMBOSS-6.6.0/ajax/core/ajfeat.c:9892:45: note: Function 'ajFeattagGetNameS' argument 1 names different: declaration 'name' definition 'tag'.
EMBOSS-6.6.0/ajax/core/ajfeat.c:9893:39: style: Function 'ajFeattagGetNameS' argument 3 names different: declaration 'known' definition 'knowntag'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfeat.h:328:41: note: Function 'ajFeattagGetNameS' argument 3 names different: declaration 'known' definition 'knowntag'.
EMBOSS-6.6.0/ajax/core/ajfeat.c:9893:39: note: Function 'ajFeattagGetNameS' argument 3 names different: declaration 'known' definition 'knowntag'.
EMBOSS-6.6.0/ajax/core/ajfeat.c:411:17: style: struct member 'FeatSCategory::Desc' is never used. [unusedStructMember]
EMBOSS-6.6.0/ajax/core/ajfeat.c:3154:9: style: Variable 'count' is modified but its new value is never used. [unreadVariable]
EMBOSS-6.6.0/ajax/core/ajfeatread.c:4619:11: style: Redundant condition: If '!EXPR', the comparison 'EXPR != '"'' is always true. [redundantCondition]
EMBOSS-6.6.0/ajax/core/ajfeatread.c:789:51: warning: Either the condition '!thys' is redundant or there is possible null pointer dereference: thys. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajfeatread.c:791:8: note: Assuming that condition '!thys' is not redundant
EMBOSS-6.6.0/ajax/core/ajfeatread.c:789:51: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajfeatread.c:1099:37: warning: Either the condition '!thys' is redundant or there is possible null pointer dereference: thys. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajfeatread.c:1102:8: note: Assuming that condition '!thys' is not redundant
EMBOSS-6.6.0/ajax/core/ajfeatread.c:1099:37: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajfeatread.c:1100:13: warning: Either the condition '!thys' is redundant or there is possible null pointer dereference: thys. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajfeatread.c:1102:8: note: Assuming that condition '!thys' is not redundant
EMBOSS-6.6.0/ajax/core/ajfeatread.c:1100:13: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajfeatread.c:1629:24: warning: Either the condition '!ftin' is redundant or there is possible null pointer dereference: ftin. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajfeatread.c:1637:8: note: Assuming that condition '!ftin' is not redundant
EMBOSS-6.6.0/ajax/core/ajfeatread.c:1629:24: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajfeatread.c:1964:5: style: Variable 'doc' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajfeatread.c:1936:0: note: Variable 'doc' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeatread.c:1964:5: note: Variable 'doc' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeatread.c:4545:5: style: Variable 'tmptag' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajfeatread.c:4542:0: note: Variable 'tmptag' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeatread.c:4545:5: note: Variable 'tmptag' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeatread.c:5358:5: style: Variable 'idtable' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajfeatread.c:5355:0: note: Variable 'idtable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeatread.c:5358:5: note: Variable 'idtable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeatread.c:5359:5: style: Variable 'childlist' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajfeatread.c:5356:0: note: Variable 'childlist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeatread.c:5359:5: note: Variable 'childlist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeatread.c:7417:5: style: Variable 'qrystr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajfeatread.c:7406:0: note: Variable 'qrystr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeatread.c:7417:5: note: Variable 'qrystr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeatread.c:7422:5: style: Variable 'fmtstr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajfeatread.c:7408:0: note: Variable 'fmtstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeatread.c:7422:5: note: Variable 'fmtstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeatread.c:1315:12: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeatread.c:1317:12: style: The scope of the variable 'jstat' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeatread.c:1733:11: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeatread.c:1958:11: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeatread.c:1959:11: style: The scope of the variable 'j' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeatread.c:2761:11: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeatread.c:3696:12: style: The scope of the variable 'LocFwd' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeatread.c:3713:12: style: The scope of the variable 'Flags' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeatread.c:3722:12: style: The scope of the variable 'HasOper' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeatread.c:3723:12: style: The scope of the variable 'RemoteId' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeatread.c:3724:12: style: The scope of the variable 'IsLabel' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeatread.c:4543:18: style: The scope of the variable 'depth' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeatread.c:5759:12: style: The scope of the variable 'LocFwd' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeatread.c:5778:11: style: The scope of the variable 'Flags' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeatread.c:5779:11: style: The scope of the variable 'ExonFlags' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeatread.c:5783:12: style: The scope of the variable 'HasOper' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeatread.c:5784:12: style: The scope of the variable 'RemoteId' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeatread.c:5785:12: style: The scope of the variable 'IsLabel' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeatread.c:7405:12: style: The scope of the variable 'ret' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeatread.c:766:5: style: Redundant pointer operation on 'pthis' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajfeatread.c:7042:5: style: Redundant pointer operation on 'pthis' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajfeatread.c:939:54: style: Function 'ajFeattabinQryS' argument 2 names different: declaration 'txt' definition 'str'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfeatread.h:119:63: note: Function 'ajFeattabinQryS' argument 2 names different: declaration 'txt' definition 'str'.
EMBOSS-6.6.0/ajax/core/ajfeatread.c:939:54: note: Function 'ajFeattabinQryS' argument 2 names different: declaration 'txt' definition 'str'.
EMBOSS-6.6.0/ajax/core/ajfeatread.c:964:37: style: Function 'ajFeattabinRead' argument 1 names different: declaration 'ftin' definition 'feattabin'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfeatread.h:121:44: note: Function 'ajFeattabinRead' argument 1 names different: declaration 'ftin' definition 'feattabin'.
EMBOSS-6.6.0/ajax/core/ajfeatread.c:964:37: note: Function 'ajFeattabinRead' argument 1 names different: declaration 'ftin' definition 'feattabin'.
EMBOSS-6.6.0/ajax/core/ajfeatread.c:1726:49: style: Function 'ajFeattableNewReadUfo' argument 1 names different: declaration 'tabin' definition 'featin'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfeatread.h:125:50: note: Function 'ajFeattableNewReadUfo' argument 1 names different: declaration 'tabin' definition 'featin'.
EMBOSS-6.6.0/ajax/core/ajfeatread.c:1726:49: note: Function 'ajFeattableNewReadUfo' argument 1 names different: declaration 'tabin' definition 'featin'.
EMBOSS-6.6.0/ajax/core/ajfeatread.c:1727:49: style: Function 'ajFeattableNewReadUfo' argument 2 names different: declaration 'Ufo' definition 'ufo'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfeatread.h:125:70: note: Function 'ajFeattableNewReadUfo' argument 2 names different: declaration 'Ufo' definition 'ufo'.
EMBOSS-6.6.0/ajax/core/ajfeatread.c:1727:49: note: Function 'ajFeattableNewReadUfo' argument 2 names different: declaration 'Ufo' definition 'ufo'.
EMBOSS-6.6.0/ajax/core/ajfeatread.c:1895:42: style: Function 'featReadChado' argument 1 names different: declaration 'feattabin' definition 'fttabin'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfeatread.c:135:48: note: Function 'featReadChado' argument 1 names different: declaration 'feattabin' definition 'fttabin'.
EMBOSS-6.6.0/ajax/core/ajfeatread.c:1895:42: note: Function 'featReadChado' argument 1 names different: declaration 'feattabin' definition 'fttabin'.
EMBOSS-6.6.0/ajax/core/ajfeatread.c:1895:64: style: Function 'featReadChado' argument 2 names different: declaration 'ftable' definition 'fttab'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfeatread.c:136:48: note: Function 'featReadChado' argument 2 names different: declaration 'ftable' definition 'fttab'.
EMBOSS-6.6.0/ajax/core/ajfeatread.c:1895:64: note: Function 'featReadChado' argument 2 names different: declaration 'ftable' definition 'fttab'.
EMBOSS-6.6.0/ajax/core/ajfeatread.c:3316:22: style: Function 'featSwissFromLine' argument 2 names different: declaration 'line' definition 'origline'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfeatread.c:128:71: note: Function 'featSwissFromLine' argument 2 names different: declaration 'line' definition 'origline'.
EMBOSS-6.6.0/ajax/core/ajfeatread.c:3316:22: note: Function 'featSwissFromLine' argument 2 names different: declaration 'line' definition 'origline'.
EMBOSS-6.6.0/ajax/core/ajfeatread.c:3559:21: style: Function 'featEmblFromLine' argument 2 names different: declaration 'line' definition 'origline'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfeatread.c:165:69: note: Function 'featEmblFromLine' argument 2 names different: declaration 'line' definition 'origline'.
EMBOSS-6.6.0/ajax/core/ajfeatread.c:3559:21: note: Function 'featEmblFromLine' argument 2 names different: declaration 'line' definition 'origline'.
EMBOSS-6.6.0/ajax/core/ajfeatread.c:4534:54: style: Function 'featEmblTvTagVal' argument 2 names different: declaration 'tag' definition 'name'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfeatread.c:197:60: note: Function 'featEmblTvTagVal' argument 2 names different: declaration 'tag' definition 'name'.
EMBOSS-6.6.0/ajax/core/ajfeatread.c:4534:54: note: Function 'featEmblTvTagVal' argument 2 names different: declaration 'tag' definition 'name'.
EMBOSS-6.6.0/ajax/core/ajfeatread.c:5622:52: style: Function 'featRefseqpFromLine' argument 2 names different: declaration 'line' definition 'origline'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfeatread.c:171:72: note: Function 'featRefseqpFromLine' argument 2 names different: declaration 'line' definition 'origline'.
EMBOSS-6.6.0/ajax/core/ajfeatread.c:5622:52: note: Function 'featRefseqpFromLine' argument 2 names different: declaration 'line' definition 'origline'.
EMBOSS-6.6.0/ajax/core/ajfeatread.c:7705:57: style: Function 'featGff3FlagSet' argument 2 names different: declaration 'flags' definition 'flagstr'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfeatread.c:198:65: note: Function 'featGff3FlagSet' argument 2 names different: declaration 'flags' definition 'flagstr'.
EMBOSS-6.6.0/ajax/core/ajfeatread.c:7705:57: note: Function 'featGff3FlagSet' argument 2 names different: declaration 'flags' definition 'flagstr'.
EMBOSS-6.6.0/ajax/core/ajfeatread.c:7829:53: style: Function 'featFlagSet' argument 2 names different: declaration 'flags' definition 'flagstr'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfeatread.c:199:61: note: Function 'featFlagSet' argument 2 names different: declaration 'flags' definition 'flagstr'.
EMBOSS-6.6.0/ajax/core/ajfeatread.c:7829:53: note: Function 'featFlagSet' argument 2 names different: declaration 'flags' definition 'flagstr'.
EMBOSS-6.6.0/ajax/core/ajfeatread.c:314:12: style: struct member 'FeatSInformat::Padding' is never used. [unusedStructMember]
EMBOSS-6.6.0/ajax/core/ajfeatread.c:3074:2: style: Variable 'grpset' is assigned a value that is never used. [unreadVariable]
EMBOSS-6.6.0/ajax/core/ajfeatread.c:3280:2: style: Variable 'grpset' is assigned a value that is never used. [unreadVariable]
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:470:5: style: Variable 'tmpname' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:468:0: note: Variable 'tmpname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:470:5: note: Variable 'tmpname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:1373:5: style: Variable 'location' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:1368:0: note: Variable 'location' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:1373:5: note: Variable 'location' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:1374:5: style: Variable 'temp' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:1369:0: note: Variable 'temp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:1374:5: note: Variable 'temp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:1375:5: style: Variable 'pos' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:1370:0: note: Variable 'pos' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:1375:5: note: Variable 'pos' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:1907:5: style: Variable 'location' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:1902:0: note: Variable 'location' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:1907:5: note: Variable 'location' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:1908:5: style: Variable 'temp' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:1903:0: note: Variable 'temp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:1908:5: note: Variable 'temp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:1909:5: style: Variable 'pos' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:1904:0: note: Variable 'pos' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:1909:5: note: Variable 'pos' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:2828:5: style: Variable 'iterft' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:2811:0: note: Variable 'iterft' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:2828:5: note: Variable 'iterft' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:2950:5: style: Variable 'len' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:2940:0: note: Variable 'len' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:2950:5: note: Variable 'len' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:3031:5: style: Variable 'len' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:3021:0: note: Variable 'len' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:3031:5: note: Variable 'len' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:3264:5: style: Variable 'tmptyp' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:3240:0: note: Variable 'tmptyp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:3264:5: note: Variable 'tmptyp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:3514:5: style: Variable 'tmptyp' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:3493:0: note: Variable 'tmptyp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:3514:5: note: Variable 'tmptyp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:3529:5: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:3490:0: note: Variable 'iter' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:3529:5: note: Variable 'iter' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:3677:5: style: Variable 'tmptyp' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:3656:0: note: Variable 'tmptyp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:3677:5: note: Variable 'tmptyp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:3692:5: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:3653:0: note: Variable 'iter' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:3692:5: note: Variable 'iter' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:3830:5: style: Variable 'copy' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:3825:0: note: Variable 'copy' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:3830:5: note: Variable 'copy' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:3939:5: style: Variable 'outtyp' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:3920:0: note: Variable 'outtyp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:3939:5: note: Variable 'outtyp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:4918:5: style: Variable 'iterft' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:4895:0: note: Variable 'iterft' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:4918:5: note: Variable 'iterft' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:5314:5: style: Variable 'cp' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:5306:0: note: Variable 'cp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:5314:5: note: Variable 'cp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:5315:5: style: Variable 'cq' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:5307:0: note: Variable 'cq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:5315:5: note: Variable 'cq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:5567:5: style: Variable 'pirtype' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:5560:0: note: Variable 'pirtype' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:5567:5: note: Variable 'pirtype' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:5569:5: style: Variable 'pirintype' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:5561:0: note: Variable 'pirintype' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:5569:5: note: Variable 'pirintype' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:973:12: style: The scope of the variable 'result' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:975:13: style: The scope of the variable 'file' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:976:11: style: The scope of the variable 'format' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:977:12: style: The scope of the variable 'isnuc' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:978:12: style: The scope of the variable 'isprot' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:979:12: style: The scope of the variable 'ok' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:1132:15: style: The scope of the variable 'tagval' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:1371:12: style: The scope of the variable 'exon' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:1674:12: style: The scope of the variable 'join' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:1675:12: style: The scope of the variable 'whole' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:1901:12: style: The scope of the variable 'whole' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:1905:12: style: The scope of the variable 'exon' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:2310:12: style: The scope of the variable 'nfeat' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:2311:10: style: The scope of the variable 'frame' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:2320:17: style: The scope of the variable 'cp' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:2815:11: style: The scope of the variable 'istart' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:2816:11: style: The scope of the variable 'iend' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:2944:12: style: The scope of the variable 'last' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:3025:12: style: The scope of the variable 'last' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:3106:12: style: The scope of the variable 'iftid' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:3111:13: style: The scope of the variable 'last' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:4087:11: style: The scope of the variable 'ilen' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:4088:11: style: The scope of the variable 'ioff' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:4093:17: style: The scope of the variable 'punc' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:4902:11: style: The scope of the variable 'j' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:5366:17: style: The scope of the variable 'cp' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:709:5: style: Redundant pointer operation on 'pthis' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:525:32: style: Function 'ajFeattabOutNewCSF' argument 4 names different: declaration 'buff' definition 'file'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfeatwrite.h:115:60: note: Function 'ajFeattabOutNewCSF' argument 4 names different: declaration 'buff' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:525:32: note: Function 'ajFeattabOutNewCSF' argument 4 names different: declaration 'buff' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:570:32: style: Function 'ajFeattabOutNewSSF' argument 4 names different: declaration 'buff' definition 'file'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfeatwrite.h:117:60: note: Function 'ajFeattabOutNewSSF' argument 4 names different: declaration 'buff' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:570:32: note: Function 'ajFeattabOutNewSSF' argument 4 names different: declaration 'buff' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:730:42: style: Function 'ajFeattableWriteUfo' argument 1 names different: declaration 'ftout' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfeatwrite.h:125:49: note: Function 'ajFeattableWriteUfo' argument 1 names different: declaration 'ftout' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:730:42: note: Function 'ajFeattableWriteUfo' argument 1 names different: declaration 'ftout' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:730:67: style: Function 'ajFeattableWriteUfo' argument 2 names different: declaration 'ft' definition 'ftable'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfeatwrite.h:125:75: note: Function 'ajFeattableWriteUfo' argument 2 names different: declaration 'ft' definition 'ftable'.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:730:67: note: Function 'ajFeattableWriteUfo' argument 2 names different: declaration 'ft' definition 'ftable'.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:731:22: style: Function 'ajFeattableWriteUfo' argument 3 names different: declaration 'Ufo' definition 'ufo'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfeatwrite.h:126:48: note: Function 'ajFeattableWriteUfo' argument 3 names different: declaration 'Ufo' definition 'ufo'.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:731:22: note: Function 'ajFeattableWriteUfo' argument 3 names different: declaration 'Ufo' definition 'ufo'.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:971:65: style: Function 'ajFeattableWrite' argument 2 names different: declaration 'ft' definition 'features'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfeatwrite.h:127:72: note: Function 'ajFeattableWrite' argument 2 names different: declaration 'ft' definition 'features'.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:971:65: note: Function 'ajFeattableWrite' argument 2 names different: declaration 'ft' definition 'features'.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:1066:69: style: Function 'ajFeattableWriteGff2' argument 2 names different: declaration 'features' definition 'Feattab'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfeatwrite.h:100:55: note: Function 'ajFeattableWriteGff2' argument 2 names different: declaration 'features' definition 'Feattab'.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:1066:69: note: Function 'ajFeattableWriteGff2' argument 2 names different: declaration 'features' definition 'Feattab'.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:1127:69: style: Function 'ajFeattableWriteGff3' argument 2 names different: declaration 'features' definition 'Feattab'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfeatwrite.h:102:55: note: Function 'ajFeattableWriteGff3' argument 2 names different: declaration 'features' definition 'Feattab'.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:1127:69: note: Function 'ajFeattableWriteGff3' argument 2 names different: declaration 'features' definition 'Feattab'.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:1200:68: style: Function 'ajFeattableWriteBed' argument 2 names different: declaration 'features' definition 'Feattab'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfeatwrite.h:84:54: note: Function 'ajFeattableWriteBed' argument 2 names different: declaration 'features' definition 'Feattab'.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:1200:68: note: Function 'ajFeattableWriteBed' argument 2 names different: declaration 'features' definition 'Feattab'.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:1260:69: style: Function 'ajFeattableWriteDdbj' argument 2 names different: declaration 'features' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfeatwrite.h:88:55: note: Function 'ajFeattableWriteDdbj' argument 2 names different: declaration 'features' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:1260:69: note: Function 'ajFeattableWriteDdbj' argument 2 names different: declaration 'features' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:1280:69: style: Function 'ajFeattableWriteEmbl' argument 2 names different: declaration 'features' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfeatwrite.h:92:55: note: Function 'ajFeattableWriteEmbl' argument 2 names different: declaration 'features' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:1280:69: note: Function 'ajFeattableWriteEmbl' argument 2 names different: declaration 'features' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:1300:72: style: Function 'ajFeattableWriteGenbank' argument 2 names different: declaration 'features' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfeatwrite.h:94:58: note: Function 'ajFeattableWriteGenbank' argument 2 names different: declaration 'features' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:1300:72: note: Function 'ajFeattableWriteGenbank' argument 2 names different: declaration 'features' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:1320:71: style: Function 'ajFeattableWriteRefseq' argument 2 names different: declaration 'features' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfeatwrite.h:96:57: note: Function 'ajFeattableWriteRefseq' argument 2 names different: declaration 'features' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:1320:71: note: Function 'ajFeattableWriteRefseq' argument 2 names different: declaration 'features' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:1340:72: style: Function 'ajFeattableWriteRefseqp' argument 2 names different: declaration 'features' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfeatwrite.h:98:58: note: Function 'ajFeattableWriteRefseqp' argument 2 names different: declaration 'features' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:1340:72: note: Function 'ajFeattableWriteRefseqp' argument 2 names different: declaration 'features' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:1607:53: style: Function 'feattableWriteEmbl' argument 1 names different: declaration 'Feattab' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:117:59: note: Function 'feattableWriteEmbl' argument 1 names different: declaration 'Feattab' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:1607:53: note: Function 'feattableWriteEmbl' argument 1 names different: declaration 'Feattab' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:1669:55: style: Function 'feattableWriteRefseq' argument 1 names different: declaration 'Feattab' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:120:61: note: Function 'feattableWriteRefseq' argument 1 names different: declaration 'Feattab' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:1669:55: note: Function 'feattableWriteRefseq' argument 1 names different: declaration 'Feattab' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:2069:56: style: Function 'feattableWriteRefseqp' argument 1 names different: declaration 'Feattab' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:122:62: note: Function 'feattableWriteRefseqp' argument 1 names different: declaration 'Feattab' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:2069:56: note: Function 'feattableWriteRefseqp' argument 1 names different: declaration 'Feattab' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:2124:49: style: Function 'ajFeattableWriteSwiss' argument 2 names different: declaration 'features' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfeatwrite.h:106:56: note: Function 'ajFeattableWriteSwiss' argument 2 names different: declaration 'features' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:2124:49: note: Function 'ajFeattableWriteSwiss' argument 2 names different: declaration 'features' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:2192:68: style: Function 'ajFeattableWritePir' argument 2 names different: declaration 'features' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfeatwrite.h:104:54: note: Function 'ajFeattableWritePir' argument 2 names different: declaration 'features' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:2192:68: note: Function 'ajFeattableWritePir' argument 2 names different: declaration 'features' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:2288:71: style: Function 'ajFeattableWriteDasgff' argument 2 names different: declaration 'features' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfeatwrite.h:86:57: note: Function 'ajFeattableWriteDasgff' argument 2 names different: declaration 'features' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:2288:71: note: Function 'ajFeattableWriteDasgff' argument 2 names different: declaration 'features' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:2934:38: style: Function 'featLocEmblWrapC' argument 1 names different: declaration 'pval' definition 'Ploc'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:102:46: note: Function 'featLocEmblWrapC' argument 1 names different: declaration 'pval' definition 'Ploc'.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:2934:38: note: Function 'featLocEmblWrapC' argument 1 names different: declaration 'pval' definition 'Ploc'.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:3234:43: style: Function 'featDumpEmbl' argument 1 names different: declaration 'thys' definition 'feat'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:75:51: note: Function 'featDumpEmbl' argument 1 names different: declaration 'thys' definition 'feat'.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:3234:43: note: Function 'featDumpEmbl' argument 1 names different: declaration 'thys' definition 'feat'.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:3487:45: style: Function 'featDumpRefseq' argument 1 names different: declaration 'thys' definition 'feat'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:78:53: note: Function 'featDumpRefseq' argument 1 names different: declaration 'thys' definition 'feat'.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:3487:45: note: Function 'featDumpRefseq' argument 1 names different: declaration 'thys' definition 'feat'.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:3650:46: style: Function 'featDumpRefseqp' argument 1 names different: declaration 'thys' definition 'feat'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:81:54: note: Function 'featDumpRefseqp' argument 1 names different: declaration 'thys' definition 'feat'.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:3650:46: note: Function 'featDumpRefseqp' argument 1 names different: declaration 'thys' definition 'feat'.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:4893:60: style: Function 'ajFeattablePrint' argument 2 names different: declaration 'file' definition 'outf'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfeatwrite.h:82:40: note: Function 'ajFeattablePrint' argument 2 names different: declaration 'file' definition 'outf'.
EMBOSS-6.6.0/ajax/core/ajfeatwrite.c:4893:60: note: Function 'ajFeattablePrint' argument 2 names different: declaration 'file' definition 'outf'.
EMBOSS-6.6.0/ajax/core/ajfile.c:1791:50: warning: Either the condition '!dir' is redundant or there is possible null pointer dereference: dir. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajfile.c:1795:8: note: Assuming that condition '!dir' is not redundant
EMBOSS-6.6.0/ajax/core/ajfile.c:1791:50: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajfile.c:3663:20: warning: Either the condition '!buff' is redundant or there is possible null pointer dereference: buff. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajfile.c:3666:8: note: Assuming that condition '!buff' is not redundant
EMBOSS-6.6.0/ajax/core/ajfile.c:3663:20: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajfile.c:4423:12: warning: Either the condition 'lptr' is redundant or there is possible null pointer dereference: lptr. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajfile.c:4401:11: note: Assuming that condition 'lptr' is not redundant
EMBOSS-6.6.0/ajax/core/ajfile.c:4423:12: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajfile.c:4881:5: warning: Either the condition '!buff' is redundant or there is possible null pointer dereference: buff. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajfile.c:4883:8: note: Assuming that condition '!buff' is not redundant
EMBOSS-6.6.0/ajax/core/ajfile.c:4881:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajfile.c:1328:5: style: Variable 'thys' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajfile.c:1326:0: note: Variable 'thys' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfile.c:1328:5: note: Variable 'thys' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfile.c:4368:5: style: Variable 'lptr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajfile.c:4362:0: note: Variable 'lptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfile.c:4368:5: note: Variable 'lptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfile.c:4370:5: style: Variable 'preexp' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajfile.c:4364:0: note: Variable 'preexp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfile.c:4370:5: note: Variable 'preexp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfile.c:4372:5: style: Variable 'lptr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajfile.c:4368:5: note: Variable 'lptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfile.c:4372:5: note: Variable 'lptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfile.c:7442:5: style: Variable 'tpath' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajfile.c:7435:0: note: Variable 'tpath' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfile.c:7442:5: note: Variable 'tpath' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfile.c:7842:5: style: Variable 'tpath' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajfile.c:7835:0: note: Variable 'tpath' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfile.c:7842:5: note: Variable 'tpath' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfile.c:7963:5: style: Variable 'tpath' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajfile.c:7956:0: note: Variable 'tpath' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfile.c:7963:5: note: Variable 'tpath' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfile.c:8075:5: style: Variable 'tpath' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajfile.c:8068:0: note: Variable 'tpath' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfile.c:8075:5: note: Variable 'tpath' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfile.c:8186:5: style: Variable 'tpath' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajfile.c:8179:0: note: Variable 'tpath' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfile.c:8186:5: note: Variable 'tpath' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfile.c:8392:5: style: Variable 'tpath' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajfile.c:8385:0: note: Variable 'tpath' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfile.c:8392:5: note: Variable 'tpath' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfile.c:1131:13: style: The scope of the variable 'ptr' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfile.c:2055:9: style: The scope of the variable 'sleepcount' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfile.c:2057:9: style: The scope of the variable 'maxsleep' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfile.c:2791:13: style: The scope of the variable 'j' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfile.c:2792:13: style: The scope of the variable 'iter' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfile.c:4105:11: style: The scope of the variable 'ichunk' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfile.c:4107:11: style: The scope of the variable 'iline' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfile.c:4476:11: style: The scope of the variable 'ichunk' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfile.c:4478:11: style: The scope of the variable 'iline' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfile.c:8280:13: style: The scope of the variable 'p' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfile.c:369:5: style: Redundant pointer operation on 'Pdir' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajfile.c:632:5: style: Redundant pointer operation on 'Pdir' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajfile.c:2033:5: style: Redundant pointer operation on 'Pfile' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajfile.c:3524:5: style: Redundant pointer operation on 'Pbuff' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajfile.c:5583:5: style: Redundant pointer operation on 'Pfile' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajfile.c:356:23: style: Function 'ajDirDel' argument 1 names different: declaration 'pthis' definition 'Pdir'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:373:33: note: Function 'ajDirDel' argument 1 names different: declaration 'pthis' definition 'Pdir'.
EMBOSS-6.6.0/ajax/core/ajfile.c:356:23: note: Function 'ajDirDel' argument 1 names different: declaration 'pthis' definition 'Pdir'.
EMBOSS-6.6.0/ajax/core/ajfile.c:546:40: style: Function 'ajDiroutNewPath' argument 1 names different: declaration 'name' definition 'path'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:388:45: note: Function 'ajDiroutNewPath' argument 1 names different: declaration 'name' definition 'path'.
EMBOSS-6.6.0/ajax/core/ajfile.c:546:40: note: Function 'ajDiroutNewPath' argument 1 names different: declaration 'name' definition 'path'.
EMBOSS-6.6.0/ajax/core/ajfile.c:573:43: style: Function 'ajDiroutNewPathExt' argument 1 names different: declaration 'name' definition 'path'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:389:48: note: Function 'ajDiroutNewPathExt' argument 1 names different: declaration 'name' definition 'path'.
EMBOSS-6.6.0/ajax/core/ajfile.c:573:43: note: Function 'ajDiroutNewPathExt' argument 1 names different: declaration 'name' definition 'path'.
EMBOSS-6.6.0/ajax/core/ajfile.c:620:29: style: Function 'ajDiroutDel' argument 1 names different: declaration 'pthis' definition 'Pdir'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:374:39: note: Function 'ajDiroutDel' argument 1 names different: declaration 'pthis' definition 'Pdir'.
EMBOSS-6.6.0/ajax/core/ajfile.c:620:29: note: Function 'ajDiroutDel' argument 1 names different: declaration 'pthis' definition 'Pdir'.
EMBOSS-6.6.0/ajax/core/ajfile.c:1324:38: style: Function 'ajFileNewInPipe' argument 1 names different: declaration 'name' definition 'command'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:498:45: note: Function 'ajFileNewInPipe' argument 1 names different: declaration 'name' definition 'command'.
EMBOSS-6.6.0/ajax/core/ajfile.c:1324:38: note: Function 'ajFileNewInPipe' argument 1 names different: declaration 'name' definition 'command'.
EMBOSS-6.6.0/ajax/core/ajfile.c:2020:27: style: Function 'ajFileClose' argument 1 names different: declaration 'pthis' definition 'Pfile'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:455:37: note: Function 'ajFileClose' argument 1 names different: declaration 'pthis' definition 'Pfile'.
EMBOSS-6.6.0/ajax/core/ajfile.c:2020:27: note: Function 'ajFileClose' argument 1 names different: declaration 'pthis' definition 'Pfile'.
EMBOSS-6.6.0/ajax/core/ajfile.c:2176:33: style: Function 'ajFileReopenName' argument 1 names different: declaration 'thys' definition 'file'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:505:41: note: Function 'ajFileReopenName' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfile.c:2176:33: note: Function 'ajFileReopenName' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfile.c:2202:33: style: Function 'ajFileReopenNext' argument 1 names different: declaration 'thys' definition 'file'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:506:41: note: Function 'ajFileReopenNext' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfile.c:2202:33: note: Function 'ajFileReopenNext' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfile.c:2316:31: style: Function 'ajFileResetEof' argument 1 names different: declaration 'thys' definition 'file'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:524:39: note: Function 'ajFileResetEof' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfile.c:2316:31: note: Function 'ajFileResetEof' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfile.c:2340:31: style: Function 'ajFileResetPos' argument 1 names different: declaration 'thys' definition 'file'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:525:39: note: Function 'ajFileResetPos' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfile.c:2340:31: note: Function 'ajFileResetPos' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfile.c:2369:26: style: Function 'ajFileSeek' argument 1 names different: declaration 'thys' definition 'file'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:507:35: note: Function 'ajFileSeek' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfile.c:2369:26: note: Function 'ajFileSeek' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfile.c:2402:29: style: Function 'ajFileSetEof' argument 1 names different: declaration 'thys' definition 'file'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:526:37: note: Function 'ajFileSetEof' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfile.c:2402:29: note: Function 'ajFileSetEof' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfile.c:2433:32: style: Function 'ajFileSetUnbuffer' argument 1 names different: declaration 'thys' definition 'file'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:543:42: note: Function 'ajFileSetUnbuffer' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfile.c:2433:32: note: Function 'ajFileSetUnbuffer' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfile.c:2491:38: style: Function 'ajFileGetFileptr' argument 1 names different: declaration 'thys' definition 'file'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:463:47: note: Function 'ajFileGetFileptr' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfile.c:2491:38: note: Function 'ajFileGetFileptr' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfile.c:2515:42: style: Function 'ajFileGetNameC' argument 1 names different: declaration 'thys' definition 'file'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:472:45: note: Function 'ajFileGetNameC' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfile.c:2515:42: note: Function 'ajFileGetNameC' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfile.c:2539:43: style: Function 'ajFileGetNameS' argument 1 names different: declaration 'thys' definition 'file'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:473:45: note: Function 'ajFileGetNameS' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfile.c:2539:43: note: Function 'ajFileGetNameS' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfile.c:2563:47: style: Function 'ajFileGetPrintnameC' argument 1 names different: declaration 'thys' definition 'file'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:474:50: note: Function 'ajFileGetPrintnameC' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfile.c:2563:47: note: Function 'ajFileGetPrintnameC' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfile.c:2587:48: style: Function 'ajFileGetPrintnameS' argument 1 names different: declaration 'thys' definition 'file'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:475:50: note: Function 'ajFileGetPrintnameS' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfile.c:2587:48: note: Function 'ajFileGetPrintnameS' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfile.c:2611:37: style: Function 'ajFileIsAppend' argument 1 names different: declaration 'thys' definition 'file'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:465:45: note: Function 'ajFileIsAppend' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfile.c:2611:37: note: Function 'ajFileIsAppend' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfile.c:2633:34: style: Function 'ajFileIsEof' argument 1 names different: declaration 'thys' definition 'file'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:460:42: note: Function 'ajFileIsEof' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfile.c:2633:34: note: Function 'ajFileIsEof' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfile.c:2788:32: style: Function 'ajFileTrace' argument 1 names different: declaration 'thys' definition 'file'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:542:42: note: Function 'ajFileTrace' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfile.c:2788:32: note: Function 'ajFileTrace' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfile.c:2953:42: style: Function 'ajFilebuffNewFromCfile' argument 1 names different: declaration 'fp' definition 'file'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:421:45: note: Function 'ajFilebuffNewFromCfile' argument 1 names different: declaration 'fp' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfile.c:2953:42: note: Function 'ajFilebuffNewFromCfile' argument 1 names different: declaration 'fp' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfile.c:3096:48: style: Function 'ajFilebuffNewNamePathC' argument 1 names different: declaration 'filename' definition 'name'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:414:51: note: Function 'ajFilebuffNewNamePathC' argument 1 names different: declaration 'filename' definition 'name'.
EMBOSS-6.6.0/ajax/core/ajfile.c:3096:48: note: Function 'ajFilebuffNewNamePathC' argument 1 names different: declaration 'filename' definition 'name'.
EMBOSS-6.6.0/ajax/core/ajfile.c:3096:67: style: Function 'ajFilebuffNewNamePathC' argument 2 names different: declaration 'dir' definition 'path'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:414:74: note: Function 'ajFilebuffNewNamePathC' argument 2 names different: declaration 'dir' definition 'path'.
EMBOSS-6.6.0/ajax/core/ajfile.c:3096:67: note: Function 'ajFilebuffNewNamePathC' argument 2 names different: declaration 'dir' definition 'path'.
EMBOSS-6.6.0/ajax/core/ajfile.c:3126:49: style: Function 'ajFilebuffNewNamePathS' argument 1 names different: declaration 'filename' definition 'name'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:415:52: note: Function 'ajFilebuffNewNamePathS' argument 1 names different: declaration 'filename' definition 'name'.
EMBOSS-6.6.0/ajax/core/ajfile.c:3126:49: note: Function 'ajFilebuffNewNamePathS' argument 1 names different: declaration 'filename' definition 'name'.
EMBOSS-6.6.0/ajax/core/ajfile.c:3126:68: style: Function 'ajFilebuffNewNamePathS' argument 2 names different: declaration 'dir' definition 'path'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:415:75: note: Function 'ajFilebuffNewNamePathS' argument 2 names different: declaration 'dir' definition 'path'.
EMBOSS-6.6.0/ajax/core/ajfile.c:3126:68: note: Function 'ajFilebuffNewNamePathS' argument 2 names different: declaration 'dir' definition 'path'.
EMBOSS-6.6.0/ajax/core/ajfile.c:3505:33: style: Function 'ajFilebuffDel' argument 1 names different: declaration 'pthis' definition 'Pbuff'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:411:43: note: Function 'ajFilebuffDel' argument 1 names different: declaration 'pthis' definition 'Pbuff'.
EMBOSS-6.6.0/ajax/core/ajfile.c:3505:33: note: Function 'ajFilebuffDel' argument 1 names different: declaration 'pthis' definition 'Pbuff'.
EMBOSS-6.6.0/ajax/core/ajfile.c:3654:34: style: Function 'ajFilebuffClear' argument 1 names different: declaration 'thys' definition 'buff'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:426:44: note: Function 'ajFilebuffClear' argument 1 names different: declaration 'thys' definition 'buff'.
EMBOSS-6.6.0/ajax/core/ajfile.c:3654:34: note: Function 'ajFilebuffClear' argument 1 names different: declaration 'thys' definition 'buff'.
EMBOSS-6.6.0/ajax/core/ajfile.c:3804:39: style: Function 'ajFilebuffClearStore' argument 1 names different: declaration 'thys' definition 'buff'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:427:49: note: Function 'ajFilebuffClearStore' argument 1 names different: declaration 'thys' definition 'buff'.
EMBOSS-6.6.0/ajax/core/ajfile.c:3804:39: note: Function 'ajFilebuffClearStore' argument 1 names different: declaration 'thys' definition 'buff'.
EMBOSS-6.6.0/ajax/core/ajfile.c:3804:71: style: Function 'ajFilebuffClearStore' argument 3 names different: declaration 'rdline' definition 'lastline'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:428:50: note: Function 'ajFilebuffClearStore' argument 3 names different: declaration 'rdline' definition 'lastline'.
EMBOSS-6.6.0/ajax/core/ajfile.c:3804:71: note: Function 'ajFilebuffClearStore' argument 3 names different: declaration 'rdline' definition 'lastline'.
EMBOSS-6.6.0/ajax/core/ajfile.c:3805:34: style: Function 'ajFilebuffClearStore' argument 4 names different: declaration 'store' definition 'dostore'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:428:65: note: Function 'ajFilebuffClearStore' argument 4 names different: declaration 'store' definition 'dostore'.
EMBOSS-6.6.0/ajax/core/ajfile.c:3805:34: note: Function 'ajFilebuffClearStore' argument 4 names different: declaration 'store' definition 'dostore'.
EMBOSS-6.6.0/ajax/core/ajfile.c:3805:51: style: Function 'ajFilebuffClearStore' argument 5 names different: declaration 'astr' definition 'Pstore'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:429:45: note: Function 'ajFilebuffClearStore' argument 5 names different: declaration 'astr' definition 'Pstore'.
EMBOSS-6.6.0/ajax/core/ajfile.c:3805:51: note: Function 'ajFilebuffClearStore' argument 5 names different: declaration 'astr' definition 'Pstore'.
EMBOSS-6.6.0/ajax/core/ajfile.c:3831:32: style: Function 'ajFilebuffFix' argument 1 names different: declaration 'thys' definition 'buff'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:434:42: note: Function 'ajFilebuffFix' argument 1 names different: declaration 'thys' definition 'buff'.
EMBOSS-6.6.0/ajax/core/ajfile.c:3831:32: note: Function 'ajFilebuffFix' argument 1 names different: declaration 'thys' definition 'buff'.
EMBOSS-6.6.0/ajax/core/ajfile.c:3876:34: style: Function 'ajFilebuffReset' argument 1 names different: declaration 'thys' definition 'buff'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:444:44: note: Function 'ajFilebuffReset' argument 1 names different: declaration 'thys' definition 'buff'.
EMBOSS-6.6.0/ajax/core/ajfile.c:3876:34: note: Function 'ajFilebuffReset' argument 1 names different: declaration 'thys' definition 'buff'.
EMBOSS-6.6.0/ajax/core/ajfile.c:3904:37: style: Function 'ajFilebuffResetPos' argument 1 names different: declaration 'thys' definition 'buff'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:445:47: note: Function 'ajFilebuffResetPos' argument 1 names different: declaration 'thys' definition 'buff'.
EMBOSS-6.6.0/ajax/core/ajfile.c:3904:37: note: Function 'ajFilebuffResetPos' argument 1 names different: declaration 'thys' definition 'buff'.
EMBOSS-6.6.0/ajax/core/ajfile.c:3940:39: style: Function 'ajFilebuffResetStore' argument 1 names different: declaration 'thys' definition 'buff'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:446:49: note: Function 'ajFilebuffResetStore' argument 1 names different: declaration 'thys' definition 'buff'.
EMBOSS-6.6.0/ajax/core/ajfile.c:3940:39: note: Function 'ajFilebuffResetStore' argument 1 names different: declaration 'thys' definition 'buff'.
EMBOSS-6.6.0/ajax/core/ajfile.c:3940:52: style: Function 'ajFilebuffResetStore' argument 2 names different: declaration 'store' definition 'dostore'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:447:44: note: Function 'ajFilebuffResetStore' argument 2 names different: declaration 'store' definition 'dostore'.
EMBOSS-6.6.0/ajax/core/ajfile.c:3940:52: note: Function 'ajFilebuffResetStore' argument 2 names different: declaration 'store' definition 'dostore'.
EMBOSS-6.6.0/ajax/core/ajfile.c:3940:69: style: Function 'ajFilebuffResetStore' argument 3 names different: declaration 'astr' definition 'Pstore'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:447:59: note: Function 'ajFilebuffResetStore' argument 3 names different: declaration 'astr' definition 'Pstore'.
EMBOSS-6.6.0/ajax/core/ajfile.c:3940:69: note: Function 'ajFilebuffResetStore' argument 3 names different: declaration 'astr' definition 'Pstore'.
EMBOSS-6.6.0/ajax/core/ajfile.c:4001:42: style: Function 'ajFilebuffSetBuffered' argument 1 names different: declaration 'thys' definition 'buff'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:425:50: note: Function 'ajFilebuffSetBuffered' argument 1 names different: declaration 'thys' definition 'buff'.
EMBOSS-6.6.0/ajax/core/ajfile.c:4001:42: note: Function 'ajFilebuffSetBuffered' argument 1 names different: declaration 'thys' definition 'buff'.
EMBOSS-6.6.0/ajax/core/ajfile.c:4031:44: style: Function 'ajFilebuffSetUnbuffered' argument 1 names different: declaration 'thys' definition 'buff'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:442:52: note: Function 'ajFilebuffSetUnbuffered' argument 1 names different: declaration 'thys' definition 'buff'.
EMBOSS-6.6.0/ajax/core/ajfile.c:4031:44: note: Function 'ajFilebuffSetUnbuffered' argument 1 names different: declaration 'thys' definition 'buff'.
EMBOSS-6.6.0/ajax/core/ajfile.c:4360:38: style: Function 'ajFilebuffHtmlPre' argument 1 names different: declaration 'thys' definition 'buff'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:451:46: note: Function 'ajFilebuffHtmlPre' argument 1 names different: declaration 'thys' definition 'buff'.
EMBOSS-6.6.0/ajax/core/ajfile.c:4360:38: note: Function 'ajFilebuffHtmlPre' argument 1 names different: declaration 'thys' definition 'buff'.
EMBOSS-6.6.0/ajax/core/ajfile.c:4459:38: style: Function 'ajFilebuffHtmlStrip' argument 1 names different: declaration 'thys' definition 'buff'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:450:48: note: Function 'ajFilebuffHtmlStrip' argument 1 names different: declaration 'thys' definition 'buff'.
EMBOSS-6.6.0/ajax/core/ajfile.c:4459:38: note: Function 'ajFilebuffHtmlStrip' argument 1 names different: declaration 'thys' definition 'buff'.
EMBOSS-6.6.0/ajax/core/ajfile.c:4746:34: style: Function 'ajFilebuffLoadC' argument 1 names different: declaration 'thys' definition 'buff'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:440:44: note: Function 'ajFilebuffLoadC' argument 1 names different: declaration 'thys' definition 'buff'.
EMBOSS-6.6.0/ajax/core/ajfile.c:4746:34: note: Function 'ajFilebuffLoadC' argument 1 names different: declaration 'thys' definition 'buff'.
EMBOSS-6.6.0/ajax/core/ajfile.c:4746:52: style: Function 'ajFilebuffLoadC' argument 2 names different: declaration 'str' definition 'line'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:440:62: note: Function 'ajFilebuffLoadC' argument 2 names different: declaration 'str' definition 'line'.
EMBOSS-6.6.0/ajax/core/ajfile.c:4746:52: note: Function 'ajFilebuffLoadC' argument 2 names different: declaration 'str' definition 'line'.
EMBOSS-6.6.0/ajax/core/ajfile.c:4779:34: style: Function 'ajFilebuffLoadS' argument 1 names different: declaration 'thys' definition 'buff'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:441:44: note: Function 'ajFilebuffLoadS' argument 1 names different: declaration 'thys' definition 'buff'.
EMBOSS-6.6.0/ajax/core/ajfile.c:4779:34: note: Function 'ajFilebuffLoadS' argument 1 names different: declaration 'thys' definition 'buff'.
EMBOSS-6.6.0/ajax/core/ajfile.c:4779:53: style: Function 'ajFilebuffLoadS' argument 2 names different: declaration 'str' definition 'line'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:441:63: note: Function 'ajFilebuffLoadS' argument 2 names different: declaration 'str' definition 'line'.
EMBOSS-6.6.0/ajax/core/ajfile.c:4779:53: note: Function 'ajFilebuffLoadS' argument 2 names different: declaration 'str' definition 'line'.
EMBOSS-6.6.0/ajax/core/ajfile.c:4952:45: style: Function 'ajFilebuffGetFile' argument 1 names different: declaration 'thys' definition 'buff'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:433:52: note: Function 'ajFilebuffGetFile' argument 1 names different: declaration 'thys' definition 'buff'.
EMBOSS-6.6.0/ajax/core/ajfile.c:4952:45: note: Function 'ajFilebuffGetFile' argument 1 names different: declaration 'thys' definition 'buff'.
EMBOSS-6.6.0/ajax/core/ajfile.c:4974:46: style: Function 'ajFilebuffGetFileptr' argument 1 names different: declaration 'thys' definition 'buff'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:435:55: note: Function 'ajFilebuffGetFileptr' argument 1 names different: declaration 'thys' definition 'buff'.
EMBOSS-6.6.0/ajax/core/ajfile.c:4974:46: note: Function 'ajFilebuffGetFileptr' argument 1 names different: declaration 'thys' definition 'buff'.
EMBOSS-6.6.0/ajax/core/ajfile.c:4996:51: style: Function 'ajFilebuffGetFirst' argument 1 names different: declaration 'thys' definition 'buff'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:436:53: note: Function 'ajFilebuffGetFirst' argument 1 names different: declaration 'thys' definition 'buff'.
EMBOSS-6.6.0/ajax/core/ajfile.c:4996:51: note: Function 'ajFilebuffGetFirst' argument 1 names different: declaration 'thys' definition 'buff'.
EMBOSS-6.6.0/ajax/core/ajfile.c:5021:47: style: Function 'ajFilebuffIsBuffered' argument 1 names different: declaration 'thys' definition 'buff'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:437:55: note: Function 'ajFilebuffIsBuffered' argument 1 names different: declaration 'thys' definition 'buff'.
EMBOSS-6.6.0/ajax/core/ajfile.c:5021:47: note: Function 'ajFilebuffIsBuffered' argument 1 names different: declaration 'thys' definition 'buff'.
EMBOSS-6.6.0/ajax/core/ajfile.c:5047:44: style: Function 'ajFilebuffIsEmpty' argument 1 names different: declaration 'thys' definition 'buff'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:430:52: note: Function 'ajFilebuffIsEmpty' argument 1 names different: declaration 'thys' definition 'buff'.
EMBOSS-6.6.0/ajax/core/ajfile.c:5047:44: note: Function 'ajFilebuffIsEmpty' argument 1 names different: declaration 'thys' definition 'buff'.
EMBOSS-6.6.0/ajax/core/ajfile.c:5094:44: style: Function 'ajFilebuffIsEnded' argument 1 names different: declaration 'thys' definition 'buff'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:431:52: note: Function 'ajFilebuffIsEnded' argument 1 names different: declaration 'thys' definition 'buff'.
EMBOSS-6.6.0/ajax/core/ajfile.c:5094:44: note: Function 'ajFilebuffIsEnded' argument 1 names different: declaration 'thys' definition 'buff'.
EMBOSS-6.6.0/ajax/core/ajfile.c:5127:42: style: Function 'ajFilebuffIsEof' argument 1 names different: declaration 'thys' definition 'buff'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:432:50: note: Function 'ajFilebuffIsEof' argument 1 names different: declaration 'thys' definition 'buff'.
EMBOSS-6.6.0/ajax/core/ajfile.c:5127:42: note: Function 'ajFilebuffIsEof' argument 1 names different: declaration 'thys' definition 'buff'.
EMBOSS-6.6.0/ajax/core/ajfile.c:5176:40: style: Function 'ajFilebuffTrace' argument 1 names different: declaration 'thys' definition 'buff'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:452:50: note: Function 'ajFilebuffTrace' argument 1 names different: declaration 'thys' definition 'buff'.
EMBOSS-6.6.0/ajax/core/ajfile.c:5176:40: note: Function 'ajFilebuffTrace' argument 1 names different: declaration 'thys' definition 'buff'.
EMBOSS-6.6.0/ajax/core/ajfile.c:5249:44: style: Function 'ajFilebuffTraceFull' argument 1 names different: declaration 'thys' definition 'buff'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:453:54: note: Function 'ajFilebuffTraceFull' argument 1 names different: declaration 'thys' definition 'buff'.
EMBOSS-6.6.0/ajax/core/ajfile.c:5249:44: note: Function 'ajFilebuffTraceFull' argument 1 names different: declaration 'thys' definition 'buff'.
EMBOSS-6.6.0/ajax/core/ajfile.c:5308:45: style: Function 'ajFilebuffTraceTitle' argument 1 names different: declaration 'thys' definition 'buff'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:443:55: note: Function 'ajFilebuffTraceTitle' argument 1 names different: declaration 'thys' definition 'buff'.
EMBOSS-6.6.0/ajax/core/ajfile.c:5308:45: note: Function 'ajFilebuffTraceTitle' argument 1 names different: declaration 'thys' definition 'buff'.
EMBOSS-6.6.0/ajax/core/ajfile.c:5365:41: style: Function 'fileBuffLineDel' argument 1 names different: declaration 'thys' definition 'buff'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.c:155:43: note: Function 'fileBuffLineDel' argument 1 names different: declaration 'thys' definition 'buff'.
EMBOSS-6.6.0/ajax/core/ajfile.c:5365:41: note: Function 'fileBuffLineDel' argument 1 names different: declaration 'thys' definition 'buff'.
EMBOSS-6.6.0/ajax/core/ajfile.c:5433:44: style: Function 'fileBuffLineNext' argument 1 names different: declaration 'thys' definition 'buff'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.c:156:44: note: Function 'fileBuffLineNext' argument 1 names different: declaration 'thys' definition 'buff'.
EMBOSS-6.6.0/ajax/core/ajfile.c:5433:44: note: Function 'fileBuffLineNext' argument 1 names different: declaration 'thys' definition 'buff'.
EMBOSS-6.6.0/ajax/core/ajfile.c:5567:33: style: Function 'ajOutfileClose' argument 1 names different: declaration 'pthis' definition 'Pfile'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:549:43: note: Function 'ajOutfileClose' argument 1 names different: declaration 'pthis' definition 'Pfile'.
EMBOSS-6.6.0/ajax/core/ajfile.c:5567:33: note: Function 'ajOutfileClose' argument 1 names different: declaration 'pthis' definition 'Pfile'.
EMBOSS-6.6.0/ajax/core/ajfile.c:5630:44: style: Function 'ajOutfileGetFile' argument 1 names different: declaration 'thys' definition 'file'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:550:50: note: Function 'ajOutfileGetFile' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfile.c:5630:44: note: Function 'ajOutfileGetFile' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfile.c:5648:45: style: Function 'ajOutfileGetFileptr' argument 1 names different: declaration 'thys' definition 'file'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:551:53: note: Function 'ajOutfileGetFileptr' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfile.c:5648:45: note: Function 'ajOutfileGetFileptr' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfile.c:5666:51: style: Function 'ajOutfileGetFormat' argument 1 names different: declaration 'thys' definition 'file'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:552:52: note: Function 'ajOutfileGetFormat' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfile.c:5666:51: note: Function 'ajOutfileGetFormat' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfile.c:5981:39: style: Function 'ajFilenameGetSize' argument 1 names different: declaration 'fname' definition 'filename'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:467:47: note: Function 'ajFilenameGetSize' argument 1 names different: declaration 'fname' definition 'filename'.
EMBOSS-6.6.0/ajax/core/ajfile.c:5981:39: note: Function 'ajFilenameGetSize' argument 1 names different: declaration 'fname' definition 'filename'.
EMBOSS-6.6.0/ajax/core/ajfile.c:6014:39: style: Function 'ajFilenameHasPath' argument 1 names different: declaration 'name' definition 'filename'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:466:47: note: Function 'ajFilenameHasPath' argument 1 names different: declaration 'name' definition 'filename'.
EMBOSS-6.6.0/ajax/core/ajfile.c:6014:39: note: Function 'ajFilenameHasPath' argument 1 names different: declaration 'name' definition 'filename'.
EMBOSS-6.6.0/ajax/core/ajfile.c:6332:38: style: Function 'ajFilenameReplaceExtC' argument 1 names different: declaration 'filename' definition 'Pfilename'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:478:46: note: Function 'ajFilenameReplaceExtC' argument 1 names different: declaration 'filename' definition 'Pfilename'.
EMBOSS-6.6.0/ajax/core/ajfile.c:6332:38: note: Function 'ajFilenameReplaceExtC' argument 1 names different: declaration 'filename' definition 'Pfilename'.
EMBOSS-6.6.0/ajax/core/ajfile.c:6332:61: style: Function 'ajFilenameReplaceExtC' argument 2 names different: declaration 'extension' definition 'txt'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:478:68: note: Function 'ajFilenameReplaceExtC' argument 2 names different: declaration 'extension' definition 'txt'.
EMBOSS-6.6.0/ajax/core/ajfile.c:6332:61: note: Function 'ajFilenameReplaceExtC' argument 2 names different: declaration 'extension' definition 'txt'.
EMBOSS-6.6.0/ajax/core/ajfile.c:6389:38: style: Function 'ajFilenameReplaceExtS' argument 1 names different: declaration 'filename' definition 'Pfilename'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:479:46: note: Function 'ajFilenameReplaceExtS' argument 1 names different: declaration 'filename' definition 'Pfilename'.
EMBOSS-6.6.0/ajax/core/ajfile.c:6389:38: note: Function 'ajFilenameReplaceExtS' argument 1 names different: declaration 'filename' definition 'Pfilename'.
EMBOSS-6.6.0/ajax/core/ajfile.c:6389:62: style: Function 'ajFilenameReplaceExtS' argument 2 names different: declaration 'extension' definition 'str'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:480:51: note: Function 'ajFilenameReplaceExtS' argument 2 names different: declaration 'extension' definition 'str'.
EMBOSS-6.6.0/ajax/core/ajfile.c:6389:62: note: Function 'ajFilenameReplaceExtS' argument 2 names different: declaration 'extension' definition 'str'.
EMBOSS-6.6.0/ajax/core/ajfile.c:6412:39: style: Function 'ajFilenameReplacePathC' argument 1 names different: declaration 'filename' definition 'Pfilename'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:477:47: note: Function 'ajFilenameReplacePathC' argument 1 names different: declaration 'filename' definition 'Pfilename'.
EMBOSS-6.6.0/ajax/core/ajfile.c:6412:39: note: Function 'ajFilenameReplacePathC' argument 1 names different: declaration 'filename' definition 'Pfilename'.
EMBOSS-6.6.0/ajax/core/ajfile.c:6412:62: style: Function 'ajFilenameReplacePathC' argument 2 names different: declaration 'dir' definition 'txt'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:477:69: note: Function 'ajFilenameReplacePathC' argument 2 names different: declaration 'dir' definition 'txt'.
EMBOSS-6.6.0/ajax/core/ajfile.c:6412:62: note: Function 'ajFilenameReplacePathC' argument 2 names different: declaration 'dir' definition 'txt'.
EMBOSS-6.6.0/ajax/core/ajfile.c:6466:39: style: Function 'ajFilenameReplacePathS' argument 1 names different: declaration 'filename' definition 'Pfilename'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:476:47: note: Function 'ajFilenameReplacePathS' argument 1 names different: declaration 'filename' definition 'Pfilename'.
EMBOSS-6.6.0/ajax/core/ajfile.c:6466:39: note: Function 'ajFilenameReplacePathS' argument 1 names different: declaration 'filename' definition 'Pfilename'.
EMBOSS-6.6.0/ajax/core/ajfile.c:6466:63: style: Function 'ajFilenameReplacePathS' argument 2 names different: declaration 'dir' definition 'str'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:476:70: note: Function 'ajFilenameReplacePathS' argument 2 names different: declaration 'dir' definition 'str'.
EMBOSS-6.6.0/ajax/core/ajfile.c:6466:63: note: Function 'ajFilenameReplacePathS' argument 2 names different: declaration 'dir' definition 'str'.
EMBOSS-6.6.0/ajax/core/ajfile.c:6489:34: style: Function 'ajFilenameSetExtC' argument 1 names different: declaration 'filename' definition 'Pfilename'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:481:42: note: Function 'ajFilenameSetExtC' argument 1 names different: declaration 'filename' definition 'Pfilename'.
EMBOSS-6.6.0/ajax/core/ajfile.c:6489:34: note: Function 'ajFilenameSetExtC' argument 1 names different: declaration 'filename' definition 'Pfilename'.
EMBOSS-6.6.0/ajax/core/ajfile.c:6489:57: style: Function 'ajFilenameSetExtC' argument 2 names different: declaration 'extension' definition 'txt'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:481:64: note: Function 'ajFilenameSetExtC' argument 2 names different: declaration 'extension' definition 'txt'.
EMBOSS-6.6.0/ajax/core/ajfile.c:6489:57: note: Function 'ajFilenameSetExtC' argument 2 names different: declaration 'extension' definition 'txt'.
EMBOSS-6.6.0/ajax/core/ajfile.c:6531:34: style: Function 'ajFilenameSetExtS' argument 1 names different: declaration 'filename' definition 'Pfilename'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:482:42: note: Function 'ajFilenameSetExtS' argument 1 names different: declaration 'filename' definition 'Pfilename'.
EMBOSS-6.6.0/ajax/core/ajfile.c:6531:34: note: Function 'ajFilenameSetExtS' argument 1 names different: declaration 'filename' definition 'Pfilename'.
EMBOSS-6.6.0/ajax/core/ajfile.c:6531:58: style: Function 'ajFilenameSetExtS' argument 2 names different: declaration 'extension' definition 'str'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:483:47: note: Function 'ajFilenameSetExtS' argument 2 names different: declaration 'extension' definition 'str'.
EMBOSS-6.6.0/ajax/core/ajfile.c:6531:58: note: Function 'ajFilenameSetExtS' argument 2 names different: declaration 'extension' definition 'str'.
EMBOSS-6.6.0/ajax/core/ajfile.c:6793:34: style: Function 'ajFilenameTrimAll' argument 1 names different: declaration 'fname' definition 'Pfilename'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:468:42: note: Function 'ajFilenameTrimAll' argument 1 names different: declaration 'fname' definition 'Pfilename'.
EMBOSS-6.6.0/ajax/core/ajfile.c:6793:34: note: Function 'ajFilenameTrimAll' argument 1 names different: declaration 'fname' definition 'Pfilename'.
EMBOSS-6.6.0/ajax/core/ajfile.c:7233:34: style: Function 'ajDirnameFillPath' argument 1 names different: declaration 'dir' definition 'Pdirname'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:459:42: note: Function 'ajDirnameFillPath' argument 1 names different: declaration 'dir' definition 'Pdirname'.
EMBOSS-6.6.0/ajax/core/ajfile.c:7233:34: note: Function 'ajDirnameFillPath' argument 1 names different: declaration 'dir' definition 'Pdirname'.
EMBOSS-6.6.0/ajax/core/ajfile.c:7297:27: style: Function 'ajDirnameFix' argument 1 names different: declaration 'dir' definition 'Pdirname'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:457:37: note: Function 'ajDirnameFix' argument 1 names different: declaration 'dir' definition 'Pdirname'.
EMBOSS-6.6.0/ajax/core/ajfile.c:7297:27: note: Function 'ajDirnameFix' argument 1 names different: declaration 'dir' definition 'Pdirname'.
EMBOSS-6.6.0/ajax/core/ajfile.c:7320:35: style: Function 'ajDirnameFixExists' argument 1 names different: declaration 'dir' definition 'Pdirname'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:456:43: note: Function 'ajDirnameFixExists' argument 1 names different: declaration 'dir' definition 'Pdirname'.
EMBOSS-6.6.0/ajax/core/ajfile.c:7320:35: note: Function 'ajDirnameFixExists' argument 1 names different: declaration 'dir' definition 'Pdirname'.
EMBOSS-6.6.0/ajax/core/ajfile.c:7348:28: style: Function 'ajDirnameUp' argument 1 names different: declaration 'dir' definition 'Pdirname'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:458:36: note: Function 'ajDirnameUp' argument 1 names different: declaration 'dir' definition 'Pdirname'.
EMBOSS-6.6.0/ajax/core/ajfile.c:7348:28: note: Function 'ajDirnameUp' argument 1 names different: declaration 'dir' definition 'Pdirname'.
EMBOSS-6.6.0/ajax/core/ajfile.c:7785:56: style: Function 'ajFilelistAddListname' argument 2 names different: declaration 'files' definition 'listname'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:462:65: note: Function 'ajFilelistAddListname' argument 2 names different: declaration 'files' definition 'listname'.
EMBOSS-6.6.0/ajax/core/ajfile.c:7785:56: note: Function 'ajFilelistAddListname' argument 2 names different: declaration 'files' definition 'listname'.
EMBOSS-6.6.0/ajax/core/ajfile.c:8057:42: style: Function 'ajFilelistAddPathWild' argument 3 names different: declaration 'filename' definition 'wildname'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:406:51: note: Function 'ajFilelistAddPathWild' argument 3 names different: declaration 'filename' definition 'wildname'.
EMBOSS-6.6.0/ajax/core/ajfile.c:8057:42: note: Function 'ajFilelistAddPathWild' argument 3 names different: declaration 'filename' definition 'wildname'.
EMBOSS-6.6.0/ajax/core/ajfile.c:8168:45: style: Function 'ajFilelistAddPathWildDir' argument 3 names different: declaration 'filename' definition 'wildname'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.h:409:54: note: Function 'ajFilelistAddPathWildDir' argument 3 names different: declaration 'filename' definition 'wildname'.
EMBOSS-6.6.0/ajax/core/ajfile.c:8168:45: note: Function 'ajFilelistAddPathWildDir' argument 3 names different: declaration 'filename' definition 'wildname'.
EMBOSS-6.6.0/ajax/core/ajfile.c:8275:41: style: Function 'fileListRecurs' argument 1 names different: declaration 'file' definition 'srcfile'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfile.c:158:43: note: Function 'fileListRecurs' argument 1 names different: declaration 'file' definition 'srcfile'.
EMBOSS-6.6.0/ajax/core/ajfile.c:8275:41: note: Function 'fileListRecurs' argument 1 names different: declaration 'file' definition 'srcfile'.
EMBOSS-6.6.0/ajax/core/ajfile.c:3708:17: style: Variable 'ifree' is modified but its new value is never used. [unreadVariable]
EMBOSS-6.6.0/ajax/core/ajfile.c:4231:13: style: Variable 'iline' is modified but its new value is never used. [unreadVariable]
EMBOSS-6.6.0/ajax/core/ajfile.c:4701:9: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
EMBOSS-6.6.0/ajax/core/ajfile.c:4544:13: style: Variable 'iline' is modified but its new value is never used. [unreadVariable]
EMBOSS-6.6.0/ajax/core/ajfile.c:6504:13: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
EMBOSS-6.6.0/ajax/core/ajfiledata.c:144:5: style: Variable 'fnew' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajfiledata.c:141:0: note: Variable 'fnew' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfiledata.c:144:5: note: Variable 'fnew' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfiledata.c:139:42: style: Function 'ajDatafileNewInNameC' argument 1 names different: declaration 's' definition 'name'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfiledata.h:72:43: note: Function 'ajDatafileNewInNameC' argument 1 names different: declaration 's' definition 'name'.
EMBOSS-6.6.0/ajax/core/ajfiledata.c:139:42: note: Function 'ajDatafileNewInNameC' argument 1 names different: declaration 's' definition 'name'.
EMBOSS-6.6.0/ajax/core/ajfiledata.c:165:43: style: Function 'ajDatafileNewInNameS' argument 1 names different: declaration 'filename' definition 'name'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfiledata.h:73:44: note: Function 'ajDatafileNewInNameS' argument 1 names different: declaration 'filename' definition 'name'.
EMBOSS-6.6.0/ajax/core/ajfiledata.c:165:43: note: Function 'ajDatafileNewInNameS' argument 1 names different: declaration 'filename' definition 'name'.
EMBOSS-6.6.0/ajax/core/ajfiledata.c:317:66: style: Function 'ajDatafileNewInNamePathS' argument 2 names different: declaration 'dir' definition 'path'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfiledata.h:71:67: note: Function 'ajDatafileNewInNamePathS' argument 2 names different: declaration 'dir' definition 'path'.
EMBOSS-6.6.0/ajax/core/ajfiledata.c:317:66: note: Function 'ajDatafileNewInNamePathS' argument 2 names different: declaration 'dir' definition 'path'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:482:32: style: Function 'ajReadbinBinary' argument 1 names different: declaration 'thys' definition 'file'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:69:40: note: Function 'ajReadbinBinary' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:482:32: note: Function 'ajReadbinBinary' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:482:58: style: Function 'ajReadbinBinary' argument 3 names different: declaration 'element_size' definition 'size'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:70:39: note: Function 'ajReadbinBinary' argument 3 names different: declaration 'element_size' definition 'size'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:482:58: note: Function 'ajReadbinBinary' argument 3 names different: declaration 'element_size' definition 'size'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:483:12: style: Function 'ajReadbinBinary' argument 4 names different: declaration 'ptr' definition 'buffer'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:70:59: note: Function 'ajReadbinBinary' argument 4 names different: declaration 'ptr' definition 'buffer'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:483:12: note: Function 'ajReadbinBinary' argument 4 names different: declaration 'ptr' definition 'buffer'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:504:43: style: Function 'ajReadbinChar' argument 2 names different: declaration 'len' definition 'size'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:71:51: note: Function 'ajReadbinChar' argument 2 names different: declaration 'len' definition 'size'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:504:43: note: Function 'ajReadbinChar' argument 2 names different: declaration 'len' definition 'size'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:530:47: style: Function 'ajReadbinCharTrim' argument 2 names different: declaration 'len' definition 'size'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:72:55: note: Function 'ajReadbinCharTrim' argument 2 names different: declaration 'len' definition 'size'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:530:47: note: Function 'ajReadbinCharTrim' argument 2 names different: declaration 'len' definition 'size'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:570:29: style: Function 'ajReadbinInt' argument 1 names different: declaration 'thys' definition 'file'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:73:37: note: Function 'ajReadbinInt' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:570:29: note: Function 'ajReadbinInt' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:570:42: style: Function 'ajReadbinInt' argument 2 names different: declaration 'val' definition 'Pi'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:73:50: note: Function 'ajReadbinInt' argument 2 names different: declaration 'val' definition 'Pi'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:570:42: note: Function 'ajReadbinInt' argument 2 names different: declaration 'val' definition 'Pi'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:599:35: style: Function 'ajReadbinIntEndian' argument 1 names different: declaration 'thys' definition 'file'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:74:43: note: Function 'ajReadbinIntEndian' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:599:35: note: Function 'ajReadbinIntEndian' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:599:48: style: Function 'ajReadbinIntEndian' argument 2 names different: declaration 'val' definition 'Pi'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:74:56: note: Function 'ajReadbinIntEndian' argument 2 names different: declaration 'val' definition 'Pi'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:599:48: note: Function 'ajReadbinIntEndian' argument 2 names different: declaration 'val' definition 'Pi'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:630:34: style: Function 'ajReadbinIntLocal' argument 1 names different: declaration 'thys' definition 'file'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:75:42: note: Function 'ajReadbinIntLocal' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:630:34: note: Function 'ajReadbinIntLocal' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:630:47: style: Function 'ajReadbinIntLocal' argument 2 names different: declaration 'val' definition 'Pi'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:75:55: note: Function 'ajReadbinIntLocal' argument 2 names different: declaration 'val' definition 'Pi'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:630:47: note: Function 'ajReadbinIntLocal' argument 2 names different: declaration 'val' definition 'Pi'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:655:30: style: Function 'ajReadbinInt2' argument 1 names different: declaration 'thys' definition 'file'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:76:38: note: Function 'ajReadbinInt2' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:655:30: note: Function 'ajReadbinInt2' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:655:45: style: Function 'ajReadbinInt2' argument 2 names different: declaration 'val' definition 'Pi2'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:76:53: note: Function 'ajReadbinInt2' argument 2 names different: declaration 'val' definition 'Pi2'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:655:45: note: Function 'ajReadbinInt2' argument 2 names different: declaration 'val' definition 'Pi2'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:684:36: style: Function 'ajReadbinInt2Endian' argument 1 names different: declaration 'thys' definition 'file'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:77:44: note: Function 'ajReadbinInt2Endian' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:684:36: note: Function 'ajReadbinInt2Endian' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:684:51: style: Function 'ajReadbinInt2Endian' argument 2 names different: declaration 'val' definition 'Pi2'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:77:59: note: Function 'ajReadbinInt2Endian' argument 2 names different: declaration 'val' definition 'Pi2'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:684:51: note: Function 'ajReadbinInt2Endian' argument 2 names different: declaration 'val' definition 'Pi2'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:714:35: style: Function 'ajReadbinInt2Local' argument 1 names different: declaration 'thys' definition 'file'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:78:43: note: Function 'ajReadbinInt2Local' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:714:35: note: Function 'ajReadbinInt2Local' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:714:50: style: Function 'ajReadbinInt2Local' argument 2 names different: declaration 'val' definition 'Pi2'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:78:58: note: Function 'ajReadbinInt2Local' argument 2 names different: declaration 'val' definition 'Pi2'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:714:50: note: Function 'ajReadbinInt2Local' argument 2 names different: declaration 'val' definition 'Pi2'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:739:30: style: Function 'ajReadbinInt4' argument 1 names different: declaration 'thys' definition 'file'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:79:38: note: Function 'ajReadbinInt4' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:739:30: note: Function 'ajReadbinInt4' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:739:43: style: Function 'ajReadbinInt4' argument 2 names different: declaration 'val' definition 'Pi4'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:79:51: note: Function 'ajReadbinInt4' argument 2 names different: declaration 'val' definition 'Pi4'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:739:43: note: Function 'ajReadbinInt4' argument 2 names different: declaration 'val' definition 'Pi4'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:768:36: style: Function 'ajReadbinInt4Endian' argument 1 names different: declaration 'thys' definition 'file'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:80:44: note: Function 'ajReadbinInt4Endian' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:768:36: note: Function 'ajReadbinInt4Endian' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:768:49: style: Function 'ajReadbinInt4Endian' argument 2 names different: declaration 'val' definition 'Pi4'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:80:57: note: Function 'ajReadbinInt4Endian' argument 2 names different: declaration 'val' definition 'Pi4'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:768:49: note: Function 'ajReadbinInt4Endian' argument 2 names different: declaration 'val' definition 'Pi4'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:798:35: style: Function 'ajReadbinInt4Local' argument 1 names different: declaration 'thys' definition 'file'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:81:43: note: Function 'ajReadbinInt4Local' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:798:35: note: Function 'ajReadbinInt4Local' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:798:48: style: Function 'ajReadbinInt4Local' argument 2 names different: declaration 'val' definition 'Pi4'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:81:56: note: Function 'ajReadbinInt4Local' argument 2 names different: declaration 'val' definition 'Pi4'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:798:48: note: Function 'ajReadbinInt4Local' argument 2 names different: declaration 'val' definition 'Pi4'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:823:30: style: Function 'ajReadbinInt8' argument 1 names different: declaration 'thys' definition 'file'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:82:38: note: Function 'ajReadbinInt8' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:823:30: note: Function 'ajReadbinInt8' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:823:44: style: Function 'ajReadbinInt8' argument 2 names different: declaration 'val' definition 'Pi8'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:82:52: note: Function 'ajReadbinInt8' argument 2 names different: declaration 'val' definition 'Pi8'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:823:44: note: Function 'ajReadbinInt8' argument 2 names different: declaration 'val' definition 'Pi8'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:852:36: style: Function 'ajReadbinInt8Endian' argument 1 names different: declaration 'thys' definition 'file'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:83:44: note: Function 'ajReadbinInt8Endian' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:852:36: note: Function 'ajReadbinInt8Endian' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:852:50: style: Function 'ajReadbinInt8Endian' argument 2 names different: declaration 'val' definition 'Pi8'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:83:58: note: Function 'ajReadbinInt8Endian' argument 2 names different: declaration 'val' definition 'Pi8'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:852:50: note: Function 'ajReadbinInt8Endian' argument 2 names different: declaration 'val' definition 'Pi8'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:882:35: style: Function 'ajReadbinInt8Local' argument 1 names different: declaration 'thys' definition 'file'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:84:43: note: Function 'ajReadbinInt8Local' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:882:35: note: Function 'ajReadbinInt8Local' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:882:49: style: Function 'ajReadbinInt8Local' argument 2 names different: declaration 'val' definition 'Pi8'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:84:57: note: Function 'ajReadbinInt8Local' argument 2 names different: declaration 'val' definition 'Pi8'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:882:49: note: Function 'ajReadbinInt8Local' argument 2 names different: declaration 'val' definition 'Pi8'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:907:42: style: Function 'ajReadbinStr' argument 2 names different: declaration 'len' definition 'size'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:85:50: note: Function 'ajReadbinStr' argument 2 names different: declaration 'len' definition 'size'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:907:42: note: Function 'ajReadbinStr' argument 2 names different: declaration 'len' definition 'size'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:908:29: style: Function 'ajReadbinStr' argument 3 names different: declaration 'buffer' definition 'Pstr'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:85:63: note: Function 'ajReadbinStr' argument 3 names different: declaration 'buffer' definition 'Pstr'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:908:29: note: Function 'ajReadbinStr' argument 3 names different: declaration 'buffer' definition 'Pstr'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:940:46: style: Function 'ajReadbinStrTrim' argument 2 names different: declaration 'len' definition 'size'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:86:54: note: Function 'ajReadbinStrTrim' argument 2 names different: declaration 'len' definition 'size'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:940:46: note: Function 'ajReadbinStrTrim' argument 2 names different: declaration 'len' definition 'size'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:941:33: style: Function 'ajReadbinStrTrim' argument 3 names different: declaration 'buffer' definition 'Pstr'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:86:67: note: Function 'ajReadbinStrTrim' argument 3 names different: declaration 'buffer' definition 'Pstr'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:941:33: note: Function 'ajReadbinStrTrim' argument 3 names different: declaration 'buffer' definition 'Pstr'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:975:30: style: Function 'ajReadbinUint' argument 1 names different: declaration 'thys' definition 'file'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:87:38: note: Function 'ajReadbinUint' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:975:30: note: Function 'ajReadbinUint' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:975:44: style: Function 'ajReadbinUint' argument 2 names different: declaration 'val' definition 'Pu'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:87:52: note: Function 'ajReadbinUint' argument 2 names different: declaration 'val' definition 'Pu'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:975:44: note: Function 'ajReadbinUint' argument 2 names different: declaration 'val' definition 'Pu'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:1009:36: style: Function 'ajReadbinUintEndian' argument 1 names different: declaration 'thys' definition 'file'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:91:44: note: Function 'ajReadbinUintEndian' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:1009:36: note: Function 'ajReadbinUintEndian' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:1009:50: style: Function 'ajReadbinUintEndian' argument 2 names different: declaration 'val' definition 'Pu'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:91:58: note: Function 'ajReadbinUintEndian' argument 2 names different: declaration 'val' definition 'Pu'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:1009:50: note: Function 'ajReadbinUintEndian' argument 2 names different: declaration 'val' definition 'Pu'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:1044:35: style: Function 'ajReadbinUintLocal' argument 1 names different: declaration 'thys' definition 'file'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:95:43: note: Function 'ajReadbinUintLocal' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:1044:35: note: Function 'ajReadbinUintLocal' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:1044:49: style: Function 'ajReadbinUintLocal' argument 2 names different: declaration 'val' definition 'Pu'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:95:57: note: Function 'ajReadbinUintLocal' argument 2 names different: declaration 'val' definition 'Pu'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:1044:49: note: Function 'ajReadbinUintLocal' argument 2 names different: declaration 'val' definition 'Pu'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:1069:31: style: Function 'ajReadbinUint2' argument 1 names different: declaration 'thys' definition 'file'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:88:39: note: Function 'ajReadbinUint2' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:1069:31: note: Function 'ajReadbinUint2' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:1069:47: style: Function 'ajReadbinUint2' argument 2 names different: declaration 'val' definition 'Pu2'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:88:55: note: Function 'ajReadbinUint2' argument 2 names different: declaration 'val' definition 'Pu2'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:1069:47: note: Function 'ajReadbinUint2' argument 2 names different: declaration 'val' definition 'Pu2'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:1103:37: style: Function 'ajReadbinUint2Endian' argument 1 names different: declaration 'thys' definition 'file'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:92:45: note: Function 'ajReadbinUint2Endian' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:1103:37: note: Function 'ajReadbinUint2Endian' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:1103:53: style: Function 'ajReadbinUint2Endian' argument 2 names different: declaration 'val' definition 'Pu2'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:92:61: note: Function 'ajReadbinUint2Endian' argument 2 names different: declaration 'val' definition 'Pu2'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:1103:53: note: Function 'ajReadbinUint2Endian' argument 2 names different: declaration 'val' definition 'Pu2'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:1138:36: style: Function 'ajReadbinUint2Local' argument 1 names different: declaration 'thys' definition 'file'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:96:44: note: Function 'ajReadbinUint2Local' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:1138:36: note: Function 'ajReadbinUint2Local' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:1138:52: style: Function 'ajReadbinUint2Local' argument 2 names different: declaration 'val' definition 'Pu2'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:96:60: note: Function 'ajReadbinUint2Local' argument 2 names different: declaration 'val' definition 'Pu2'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:1138:52: note: Function 'ajReadbinUint2Local' argument 2 names different: declaration 'val' definition 'Pu2'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:1163:31: style: Function 'ajReadbinUint4' argument 1 names different: declaration 'thys' definition 'file'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:89:39: note: Function 'ajReadbinUint4' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:1163:31: note: Function 'ajReadbinUint4' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:1163:45: style: Function 'ajReadbinUint4' argument 2 names different: declaration 'val' definition 'Pu4'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:89:53: note: Function 'ajReadbinUint4' argument 2 names different: declaration 'val' definition 'Pu4'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:1163:45: note: Function 'ajReadbinUint4' argument 2 names different: declaration 'val' definition 'Pu4'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:1197:37: style: Function 'ajReadbinUint4Endian' argument 1 names different: declaration 'thys' definition 'file'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:93:45: note: Function 'ajReadbinUint4Endian' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:1197:37: note: Function 'ajReadbinUint4Endian' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:1197:51: style: Function 'ajReadbinUint4Endian' argument 2 names different: declaration 'val' definition 'Pu4'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:93:59: note: Function 'ajReadbinUint4Endian' argument 2 names different: declaration 'val' definition 'Pu4'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:1197:51: note: Function 'ajReadbinUint4Endian' argument 2 names different: declaration 'val' definition 'Pu4'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:1232:36: style: Function 'ajReadbinUint4Local' argument 1 names different: declaration 'thys' definition 'file'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:97:44: note: Function 'ajReadbinUint4Local' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:1232:36: note: Function 'ajReadbinUint4Local' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:1232:50: style: Function 'ajReadbinUint4Local' argument 2 names different: declaration 'val' definition 'Pu4'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:97:58: note: Function 'ajReadbinUint4Local' argument 2 names different: declaration 'val' definition 'Pu4'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:1232:50: note: Function 'ajReadbinUint4Local' argument 2 names different: declaration 'val' definition 'Pu4'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:1257:31: style: Function 'ajReadbinUint8' argument 1 names different: declaration 'thys' definition 'file'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:90:39: note: Function 'ajReadbinUint8' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:1257:31: note: Function 'ajReadbinUint8' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:1257:46: style: Function 'ajReadbinUint8' argument 2 names different: declaration 'val' definition 'Pu8'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:90:54: note: Function 'ajReadbinUint8' argument 2 names different: declaration 'val' definition 'Pu8'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:1257:46: note: Function 'ajReadbinUint8' argument 2 names different: declaration 'val' definition 'Pu8'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:1291:37: style: Function 'ajReadbinUint8Endian' argument 1 names different: declaration 'thys' definition 'file'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:94:45: note: Function 'ajReadbinUint8Endian' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:1291:37: note: Function 'ajReadbinUint8Endian' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:1291:52: style: Function 'ajReadbinUint8Endian' argument 2 names different: declaration 'val' definition 'Pu8'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:94:60: note: Function 'ajReadbinUint8Endian' argument 2 names different: declaration 'val' definition 'Pu8'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:1291:52: note: Function 'ajReadbinUint8Endian' argument 2 names different: declaration 'val' definition 'Pu8'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:1326:36: style: Function 'ajReadbinUint8Local' argument 1 names different: declaration 'thys' definition 'file'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:98:44: note: Function 'ajReadbinUint8Local' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:1326:36: note: Function 'ajReadbinUint8Local' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:1326:51: style: Function 'ajReadbinUint8Local' argument 2 names different: declaration 'val' definition 'Pu8'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:98:59: note: Function 'ajReadbinUint8Local' argument 2 names different: declaration 'val' definition 'Pu8'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:1326:51: note: Function 'ajReadbinUint8Local' argument 2 names different: declaration 'val' definition 'Pu8'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:1430:31: style: Function 'ajWritebinByte' argument 1 names different: declaration 'thys' definition 'file'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:102:39: note: Function 'ajWritebinByte' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:1430:31: note: Function 'ajWritebinByte' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:1451:31: style: Function 'ajWritebinChar' argument 1 names different: declaration 'thys' definition 'file'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:103:39: note: Function 'ajWritebinChar' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:1451:31: note: Function 'ajWritebinChar' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:1487:31: style: Function 'ajWritebinInt2' argument 1 names different: declaration 'thys' definition 'file'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:104:39: note: Function 'ajWritebinInt2' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:1487:31: note: Function 'ajWritebinInt2' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:1487:45: style: Function 'ajWritebinInt2' argument 2 names different: declaration 'i' definition 'i2'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:104:53: note: Function 'ajWritebinInt2' argument 2 names different: declaration 'i' definition 'i2'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:1487:45: note: Function 'ajWritebinInt2' argument 2 names different: declaration 'i' definition 'i2'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:1517:31: style: Function 'ajWritebinInt4' argument 1 names different: declaration 'thys' definition 'file'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:105:39: note: Function 'ajWritebinInt4' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:1517:31: note: Function 'ajWritebinInt4' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:1517:43: style: Function 'ajWritebinInt4' argument 2 names different: declaration 'i' definition 'i4'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:105:51: note: Function 'ajWritebinInt4' argument 2 names different: declaration 'i' definition 'i4'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:1517:43: note: Function 'ajWritebinInt4' argument 2 names different: declaration 'i' definition 'i4'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:1547:31: style: Function 'ajWritebinInt8' argument 1 names different: declaration 'thys' definition 'file'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:106:39: note: Function 'ajWritebinInt8' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:1547:31: note: Function 'ajWritebinInt8' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:1547:44: style: Function 'ajWritebinInt8' argument 2 names different: declaration 'i' definition 'i8'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:106:52: note: Function 'ajWritebinInt8' argument 2 names different: declaration 'i' definition 'i8'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:1547:44: note: Function 'ajWritebinInt8' argument 2 names different: declaration 'i' definition 'i8'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:1575:34: style: Function 'ajWritebinNewline' argument 1 names different: declaration 'thys' definition 'file'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:107:42: note: Function 'ajWritebinNewline' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:1575:34: note: Function 'ajWritebinNewline' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:1605:30: style: Function 'ajWritebinStr' argument 1 names different: declaration 'thys' definition 'file'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:108:38: note: Function 'ajWritebinStr' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:1605:30: note: Function 'ajWritebinStr' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:1651:32: style: Function 'ajWritebinUint2' argument 1 names different: declaration 'thys' definition 'file'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:109:40: note: Function 'ajWritebinUint2' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:1651:32: note: Function 'ajWritebinUint2' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:1651:47: style: Function 'ajWritebinUint2' argument 2 names different: declaration 'u' definition 'u2'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:109:55: note: Function 'ajWritebinUint2' argument 2 names different: declaration 'u' definition 'u2'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:1651:47: note: Function 'ajWritebinUint2' argument 2 names different: declaration 'u' definition 'u2'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:1683:32: style: Function 'ajWritebinUint4' argument 1 names different: declaration 'thys' definition 'file'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:110:40: note: Function 'ajWritebinUint4' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:1683:32: note: Function 'ajWritebinUint4' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:1683:45: style: Function 'ajWritebinUint4' argument 2 names different: declaration 'u' definition 'u4'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:110:53: note: Function 'ajWritebinUint4' argument 2 names different: declaration 'u' definition 'u4'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:1683:45: note: Function 'ajWritebinUint4' argument 2 names different: declaration 'u' definition 'u4'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:1714:32: style: Function 'ajWritebinUint8' argument 1 names different: declaration 'thys' definition 'file'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:111:40: note: Function 'ajWritebinUint8' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:1714:32: note: Function 'ajWritebinUint8' argument 1 names different: declaration 'thys' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:1714:46: style: Function 'ajWritebinUint8' argument 2 names different: declaration 'iu' definition 'u8'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:111:54: note: Function 'ajWritebinUint8' argument 2 names different: declaration 'iu' definition 'u8'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:1714:46: note: Function 'ajWritebinUint8' argument 2 names different: declaration 'iu' definition 'u8'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:1888:49: style: Function 'ajBuffreadLine' argument 2 names different: declaration 'pdest' definition 'Pdest'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:122:57: note: Function 'ajBuffreadLine' argument 2 names different: declaration 'pdest' definition 'Pdest'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:1888:49: note: Function 'ajBuffreadLine' argument 2 names different: declaration 'pdest' definition 'Pdest'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:1914:52: style: Function 'ajBuffreadLinePos' argument 2 names different: declaration 'pdest' definition 'Pdest'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:123:60: note: Function 'ajBuffreadLinePos' argument 2 names different: declaration 'pdest' definition 'Pdest'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:1914:52: note: Function 'ajBuffreadLinePos' argument 2 names different: declaration 'pdest' definition 'Pdest'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:2021:57: style: Function 'ajBuffreadLinePosStore' argument 2 names different: declaration 'pdest' definition 'Pdest'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:127:65: note: Function 'ajBuffreadLinePosStore' argument 2 names different: declaration 'pdest' definition 'Pdest'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:2021:57: note: Function 'ajBuffreadLinePosStore' argument 2 names different: declaration 'pdest' definition 'Pdest'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:2022:38: style: Function 'ajBuffreadLinePosStore' argument 4 names different: declaration 'store' definition 'dostore'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:128:60: note: Function 'ajBuffreadLinePosStore' argument 4 names different: declaration 'store' definition 'dostore'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:2022:38: note: Function 'ajBuffreadLinePosStore' argument 4 names different: declaration 'store' definition 'dostore'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:2022:55: style: Function 'ajBuffreadLinePosStore' argument 5 names different: declaration 'astr' definition 'Pstore'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:128:75: note: Function 'ajBuffreadLinePosStore' argument 5 names different: declaration 'astr' definition 'Pstore'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:2022:55: note: Function 'ajBuffreadLinePosStore' argument 5 names different: declaration 'astr' definition 'Pstore'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:2061:54: style: Function 'ajBuffreadLineStore' argument 2 names different: declaration 'pdest' definition 'Pdest'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:125:62: note: Function 'ajBuffreadLineStore' argument 2 names different: declaration 'pdest' definition 'Pdest'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:2061:54: note: Function 'ajBuffreadLineStore' argument 2 names different: declaration 'pdest' definition 'Pdest'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:2062:35: style: Function 'ajBuffreadLineStore' argument 3 names different: declaration 'store' definition 'dostore'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:126:43: note: Function 'ajBuffreadLineStore' argument 3 names different: declaration 'store' definition 'dostore'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:2062:35: note: Function 'ajBuffreadLineStore' argument 3 names different: declaration 'store' definition 'dostore'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:2062:52: style: Function 'ajBuffreadLineStore' argument 4 names different: declaration 'astr' definition 'Pstore'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:126:58: note: Function 'ajBuffreadLineStore' argument 4 names different: declaration 'astr' definition 'Pstore'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:2062:52: note: Function 'ajBuffreadLineStore' argument 4 names different: declaration 'astr' definition 'Pstore'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:2097:53: style: Function 'ajBuffreadLineTrim' argument 2 names different: declaration 'pdest' definition 'Pdest'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.h:129:61: note: Function 'ajBuffreadLineTrim' argument 2 names different: declaration 'pdest' definition 'Pdest'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:2097:53: note: Function 'ajBuffreadLineTrim' argument 2 names different: declaration 'pdest' definition 'Pdest'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:2131:41: style: Function 'filebuffLineAdd' argument 1 names different: declaration 'thys' definition 'buff'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfileio.c:39:43: note: Function 'filebuffLineAdd' argument 1 names different: declaration 'thys' definition 'buff'.
EMBOSS-6.6.0/ajax/core/ajfileio.c:2131:41: note: Function 'filebuffLineAdd' argument 1 names different: declaration 'thys' definition 'buff'.
EMBOSS-6.6.0/ajax/core/ajfmt.c:3596:8: style: Condition '!t' is always true [knownConditionTrueFalse]
EMBOSS-6.6.0/ajax/core/ajfmt.c:3588:17: note: Assignment 't=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajfmt.c:3596:8: note: Condition '!t' is always true
EMBOSS-6.6.0/ajax/core/ajfmt.c:3704:8: style: Condition '!t' is always true [knownConditionTrueFalse]
EMBOSS-6.6.0/ajax/core/ajfmt.c:3695:16: note: Assignment 't=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajfmt.c:3704:8: note: Condition '!t' is always true
EMBOSS-6.6.0/ajax/core/ajfmt.c:3810:8: style: Condition '!t' is always true [knownConditionTrueFalse]
EMBOSS-6.6.0/ajax/core/ajfmt.c:3803:16: note: Assignment 't=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajfmt.c:3810:8: note: Condition '!t' is always true
EMBOSS-6.6.0/ajax/core/ajfmt.c:3883:5: style: Variable 'q' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajfmt.c:3867:0: note: Variable 'q' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfmt.c:3883:5: note: Variable 'q' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajfmt.c:1050:9: style: The scope of the variable 'lenyr' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfmt.c:2323:14: style: The scope of the variable 'l' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfmt.c:3141:11: style: The scope of the variable 'c' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfmt.c:3197:11: style: The scope of the variable 'c' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfmt.c:3200:12: style: The scope of the variable 'hn' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfmt.c:3311:11: style: The scope of the variable 'c' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfmt.c:3314:13: style: The scope of the variable 'hn' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfmt.c:3411:13: style: The scope of the variable 'val' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfmt.c:3412:13: style: The scope of the variable 'fval' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfmt.c:3416:11: style: The scope of the variable 'c' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfmt.c:3528:11: style: The scope of the variable 'c' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfmt.c:3587:11: style: The scope of the variable 'c' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfmt.c:3590:13: style: The scope of the variable 'hn' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfmt.c:3694:11: style: The scope of the variable 'c' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfmt.c:3698:13: style: The scope of the variable 'hn' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfmt.c:3799:12: style: The scope of the variable 'val' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfmt.c:3802:11: style: The scope of the variable 'c' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfmt.c:3873:11: style: The scope of the variable 'c' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfmt.c:4000:10: style: The scope of the variable 'n' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfmt.c:4116:11: style: The scope of the variable 'c' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajfmt.c:1901:29: style: Function 'ajFmtVfmtStrCL' argument 1 names different: declaration 'buf' definition 'pbuf'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajfmt.h:125:30: note: Function 'ajFmtVfmtStrCL' argument 1 names different: declaration 'buf' definition 'pbuf'.
EMBOSS-6.6.0/ajax/core/ajfmt.c:1901:29: note: Function 'ajFmtVfmtStrCL' argument 1 names different: declaration 'buf' definition 'pbuf'.
EMBOSS-6.6.0/ajax/core/ajftp.c:105:5: style: Variable 'phost' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajftp.c:97:0: note: Variable 'phost' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajftp.c:105:5: note: Variable 'phost' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajftp.c:114:5: style: Variable 'portstr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajftp.c:95:0: note: Variable 'portstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajftp.c:114:5: note: Variable 'portstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajftp.c:116:5: style: Variable 'pport' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajftp.c:98:0: note: Variable 'pport' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajftp.c:116:5: note: Variable 'pport' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajftp.c:223:5: style: Variable 'ftpcmd' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajftp.c:199:0: note: Variable 'ftpcmd' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajftp.c:223:5: note: Variable 'ftpcmd' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajftp.c:254:5: style: Variable 'ftpfile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajftp.c:215:0: note: Variable 'ftpfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajftp.c:254:5: note: Variable 'ftpfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajftp.c:486:5: style: Variable 'get' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajftp.c:477:0: note: Variable 'get' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajftp.c:486:5: note: Variable 'get' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajftp.c:487:5: style: Variable 'newhost' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajftp.c:478:0: note: Variable 'newhost' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajftp.c:487:5: note: Variable 'newhost' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajftp.c:206:11: style: The scope of the variable 'iscan' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajhttp.c:284:5: style: Variable 'phost' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajhttp.c:276:0: note: Variable 'phost' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajhttp.c:284:5: note: Variable 'phost' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajhttp.c:293:5: style: Variable 'portstr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajhttp.c:274:0: note: Variable 'portstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajhttp.c:293:5: note: Variable 'portstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajhttp.c:295:5: style: Variable 'pport' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajhttp.c:277:0: note: Variable 'pport' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajhttp.c:295:5: note: Variable 'pport' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajhttp.c:389:5: style: Variable 'phost' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajhttp.c:381:0: note: Variable 'phost' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajhttp.c:389:5: note: Variable 'phost' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajhttp.c:397:5: style: Variable 'portstr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajhttp.c:379:0: note: Variable 'portstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajhttp.c:397:5: note: Variable 'portstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajhttp.c:399:5: style: Variable 'pport' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajhttp.c:382:0: note: Variable 'pport' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajhttp.c:399:5: note: Variable 'pport' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajhttp.c:488:5: style: Variable 'gethead' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajhttp.c:481:0: note: Variable 'gethead' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajhttp.c:488:5: note: Variable 'gethead' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajhttp.c:944:5: style: Variable 'url' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajhttp.c:941:0: note: Variable 'url' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajhttp.c:944:5: note: Variable 'url' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajhttp.c:990:5: style: Variable 'uo' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajhttp.c:988:0: note: Variable 'uo' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajhttp.c:990:5: note: Variable 'uo' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajhttp.c:1042:5: style: Variable 'httpexp' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajhttp.c:1030:0: note: Variable 'httpexp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajhttp.c:1042:5: note: Variable 'httpexp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajhttp.c:1170:5: style: Variable 'httpver' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajhttp.c:1156:0: note: Variable 'httpver' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajhttp.c:1170:5: note: Variable 'httpver' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajhttp.c:1171:5: style: Variable 'proxyname' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajhttp.c:1157:0: note: Variable 'proxyname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajhttp.c:1171:5: note: Variable 'proxyname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajhttp.c:1172:5: style: Variable 'proxyauth' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajhttp.c:1158:0: note: Variable 'proxyauth' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajhttp.c:1172:5: note: Variable 'proxyauth' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajhttp.c:1173:5: style: Variable 'proxycred' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajhttp.c:1159:0: note: Variable 'proxycred' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajhttp.c:1173:5: note: Variable 'proxycred' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajhttp.c:1174:5: style: Variable 'get' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajhttp.c:1155:0: note: Variable 'get' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajhttp.c:1174:5: note: Variable 'get' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajhttp.c:1175:5: style: Variable 'newhost' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajhttp.c:1160:0: note: Variable 'newhost' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajhttp.c:1175:5: note: Variable 'newhost' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajhttp.c:1026:76: style: Function 'ajHttpRedirect' argument 4 names different: declaration 'get' definition 'path'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajhttp.h:125:31: note: Function 'ajHttpRedirect' argument 4 names different: declaration 'get' definition 'path'.
EMBOSS-6.6.0/ajax/core/ajhttp.c:1026:76: note: Function 'ajHttpRedirect' argument 4 names different: declaration 'get' definition 'path'.
EMBOSS-6.6.0/ajax/core/ajindex.c:34548:8: style: Condition '!btreeDoExtra' is always true [knownConditionTrueFalse]
EMBOSS-6.6.0/ajax/core/ajindex.c:6569:15: warning: Either the condition '!rootpage' is redundant or there is possible null pointer dereference: rootpage. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajindex.c:6566:8: note: Assuming that condition '!rootpage' is not redundant
EMBOSS-6.6.0/ajax/core/ajindex.c:6569:15: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajindex.c:6604:5: warning: Either the condition '!rootpage' is redundant or there is possible null pointer dereference: rootpage. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajindex.c:6566:8: note: Assuming that condition '!rootpage' is not redundant
EMBOSS-6.6.0/ajax/core/ajindex.c:6604:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajindex.c:6605:5: warning: Either the condition '!rootpage' is redundant or there is possible null pointer dereference: rootpage. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajindex.c:6566:8: note: Assuming that condition '!rootpage' is not redundant
EMBOSS-6.6.0/ajax/core/ajindex.c:6605:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajindex.c:7486:12: warning: Either the condition '!rootpage' is redundant or there is possible null pointer dereference: spage. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajindex.c:6566:8: note: Assuming that condition '!rootpage' is not redundant
EMBOSS-6.6.0/ajax/core/ajindex.c:6602:32: note: Calling function 'btreeWriteNodeSingle', 2nd argument 'spage' value is 0
EMBOSS-6.6.0/ajax/core/ajindex.c:7486:12: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajindex.c:11090:2: warning: Possible null pointer dereference: id [nullPointer]
EMBOSS-6.6.0/ajax/core/ajindex.c:11053:24: note: Assignment 'id=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajindex.c:11090:2: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajindex.c:11091:2: warning: Possible null pointer dereference: id [nullPointer]
EMBOSS-6.6.0/ajax/core/ajindex.c:11053:24: note: Assignment 'id=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajindex.c:11091:2: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajindex.c:11092:2: warning: Possible null pointer dereference: id [nullPointer]
EMBOSS-6.6.0/ajax/core/ajindex.c:11053:24: note: Assignment 'id=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajindex.c:11092:2: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajindex.c:11097:17: warning: Possible null pointer dereference: id [nullPointer]
EMBOSS-6.6.0/ajax/core/ajindex.c:11053:24: note: Assignment 'id=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajindex.c:11097:17: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajindex.c:20915:15: warning: Either the condition '!rootpage' is redundant or there is possible null pointer dereference: rootpage. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajindex.c:20912:8: note: Assuming that condition '!rootpage' is not redundant
EMBOSS-6.6.0/ajax/core/ajindex.c:20915:15: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajindex.c:20948:5: warning: Either the condition '!rootpage' is redundant or there is possible null pointer dereference: rootpage. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajindex.c:20912:8: note: Assuming that condition '!rootpage' is not redundant
EMBOSS-6.6.0/ajax/core/ajindex.c:20948:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajindex.c:20949:5: warning: Either the condition '!rootpage' is redundant or there is possible null pointer dereference: rootpage. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajindex.c:20912:8: note: Assuming that condition '!rootpage' is not redundant
EMBOSS-6.6.0/ajax/core/ajindex.c:20949:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajindex.c:25210:9: warning: Either the condition '!rootpage' is redundant or there is possible null pointer dereference: rootpage. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajindex.c:25207:12: note: Assuming that condition '!rootpage' is not redundant
EMBOSS-6.6.0/ajax/core/ajindex.c:25210:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajindex.c:25211:9: warning: Either the condition '!rootpage' is redundant or there is possible null pointer dereference: rootpage. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajindex.c:25207:12: note: Assuming that condition '!rootpage' is not redundant
EMBOSS-6.6.0/ajax/core/ajindex.c:25211:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajindex.c:28548:5: warning: Either the condition '!rootpage' is redundant or there is possible null pointer dereference: rootpage. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajindex.c:28546:8: note: Assuming that condition '!rootpage' is not redundant
EMBOSS-6.6.0/ajax/core/ajindex.c:28548:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajindex.c:28549:5: warning: Either the condition '!rootpage' is redundant or there is possible null pointer dereference: rootpage. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajindex.c:28546:8: note: Assuming that condition '!rootpage' is not redundant
EMBOSS-6.6.0/ajax/core/ajindex.c:28549:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajindex.c:28550:11: warning: Either the condition '!rootpage' is redundant or there is possible null pointer dereference: rootpage. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajindex.c:28546:8: note: Assuming that condition '!rootpage' is not redundant
EMBOSS-6.6.0/ajax/core/ajindex.c:28550:11: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajindex.c:31588:11: warning: Either the condition '!rootpage' is redundant or there is possible null pointer dereference: rootpage. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajindex.c:31585:8: note: Assuming that condition '!rootpage' is not redundant
EMBOSS-6.6.0/ajax/core/ajindex.c:31588:11: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajindex.c:1848:5: style: Variable 'cpage' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:1843:0: note: Variable 'cpage' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:1848:5: note: Variable 'cpage' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:1885:5: style: Variable 'cpage' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:1880:0: note: Variable 'cpage' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:1885:5: note: Variable 'cpage' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:3230:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:3226:0: note: Variable 'ret' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:3230:5: note: Variable 'ret' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:3257:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:3253:0: note: Variable 'ret' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:3257:5: note: Variable 'ret' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:3465:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:3459:0: note: Variable 'ret' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:3465:5: note: Variable 'ret' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:3494:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:3488:0: note: Variable 'ret' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:3494:5: note: Variable 'ret' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:3557:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:3548:0: note: Variable 'ret' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:3557:5: note: Variable 'ret' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:3619:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:3610:0: note: Variable 'ret' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:3619:5: note: Variable 'ret' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:3681:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:3672:0: note: Variable 'ret' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:3681:5: note: Variable 'ret' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:3741:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:3732:0: note: Variable 'ret' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:3741:5: note: Variable 'ret' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:4024:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:4015:0: note: Variable 'ret' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:4024:5: note: Variable 'ret' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:4025:5: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:4018:0: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:4025:5: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:4070:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:4061:0: note: Variable 'ret' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:4070:5: note: Variable 'ret' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:4071:5: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:4064:0: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:4071:5: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:4112:5: style: Variable 'blockno' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:4107:0: note: Variable 'blockno' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:4112:5: note: Variable 'blockno' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:4113:5: style: Variable 'page' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:4108:0: note: Variable 'page' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:4113:5: note: Variable 'page' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:4143:5: style: Variable 'blockno' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:4138:0: note: Variable 'blockno' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:4143:5: note: Variable 'blockno' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:4145:5: style: Variable 'page' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:4139:0: note: Variable 'page' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:4145:5: note: Variable 'page' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:5586:5: style: Variable 'page' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:5574:0: note: Variable 'page' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:5586:5: note: Variable 'page' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:5587:5: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:5555:0: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:5587:5: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:5821:5: style: Variable 'lbuf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:5786:0: note: Variable 'lbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:5821:5: note: Variable 'lbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:5828:5: style: Variable 'arrays' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:5792:0: note: Variable 'arrays' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:5828:5: note: Variable 'arrays' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:5829:5: style: Variable 'ptrs' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:5788:0: note: Variable 'ptrs' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:5829:5: note: Variable 'ptrs' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:6007:5: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:6002:0: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:6007:5: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:6159:5: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:6154:0: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:6159:5: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:6212:5: style: Variable 'arrays1' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:6195:0: note: Variable 'arrays1' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:6212:5: note: Variable 'arrays1' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:6213:5: style: Variable 'karray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:6193:0: note: Variable 'karray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:6213:5: note: Variable 'karray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:6214:5: style: Variable 'parray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:6194:0: note: Variable 'parray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:6214:5: note: Variable 'parray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:6216:5: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:6191:0: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:6216:5: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:6553:5: style: Variable 'order' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:6521:0: note: Variable 'order' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:6553:5: note: Variable 'order' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:6555:5: style: Variable 'arrays1' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:6514:0: note: Variable 'arrays1' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:6555:5: note: Variable 'arrays1' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:6556:5: style: Variable 'arrays2' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:6515:0: note: Variable 'arrays2' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:6556:5: note: Variable 'arrays2' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:6557:5: style: Variable 'karray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:6516:0: note: Variable 'karray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:6557:5: note: Variable 'karray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:6558:5: style: Variable 'parray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:6518:0: note: Variable 'parray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:6558:5: note: Variable 'parray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:6559:5: style: Variable 'tkarray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:6517:0: note: Variable 'tkarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:6559:5: note: Variable 'tkarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:6560:5: style: Variable 'tparray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:6519:0: note: Variable 'tparray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:6560:5: note: Variable 'tparray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:6562:5: style: Variable 'key' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:6528:0: note: Variable 'key' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:6562:5: note: Variable 'key' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:6564:5: style: Variable 'rootpage' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:6509:0: note: Variable 'rootpage' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:6564:5: note: Variable 'rootpage' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:6723:5: style: Variable 'karray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:6706:0: note: Variable 'karray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:6723:5: note: Variable 'karray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:6724:5: style: Variable 'parray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:6707:0: note: Variable 'parray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:6724:5: note: Variable 'parray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:6726:5: style: Variable 'tbuf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:6712:0: note: Variable 'tbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:6726:5: note: Variable 'tbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:6835:5: style: Variable 'parray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:6820:0: note: Variable 'parray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:6835:5: note: Variable 'parray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:6837:5: style: Variable 'tbuf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:6825:0: note: Variable 'tbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:6837:5: note: Variable 'tbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:6946:5: style: Variable 'tbuf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:6934:0: note: Variable 'tbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:6946:5: note: Variable 'tbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:7186:5: style: Variable 'tbuf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:7180:0: note: Variable 'tbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:7186:5: note: Variable 'tbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:7334:5: style: Variable 'lbuf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:7317:0: note: Variable 'lbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:7334:5: note: Variable 'lbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:7335:5: style: Variable 'tbuf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:7318:0: note: Variable 'tbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:7335:5: note: Variable 'tbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:7336:5: style: Variable 'page' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:7321:0: note: Variable 'page' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:7336:5: note: Variable 'page' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:7338:5: style: Variable 'v' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:7328:0: note: Variable 'v' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:7338:5: note: Variable 'v' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:7341:5: style: Variable 'lenptr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:7319:0: note: Variable 'lenptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:7341:5: note: Variable 'lenptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:7342:5: style: Variable 'keyptr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:7320:0: note: Variable 'keyptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:7342:5: note: Variable 'keyptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:7486:5: style: Variable 'lbuf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:7468:0: note: Variable 'lbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:7486:5: note: Variable 'lbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:7487:5: style: Variable 'tbuf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:7469:0: note: Variable 'tbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:7487:5: note: Variable 'tbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:7488:5: style: Variable 'page' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:7472:0: note: Variable 'page' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:7488:5: note: Variable 'page' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:7490:5: style: Variable 'v' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:7477:0: note: Variable 'v' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:7490:5: note: Variable 'v' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:7492:5: style: Variable 'lenptr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:7470:0: note: Variable 'lenptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:7492:5: note: Variable 'lenptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:7493:5: style: Variable 'keyptr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:7471:0: note: Variable 'keyptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:7493:5: note: Variable 'keyptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:8080:5: style: Variable 'fname' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:8077:0: note: Variable 'fname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:8080:5: note: Variable 'fname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:8144:5: style: Variable 'fname' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:8141:0: note: Variable 'fname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:8144:5: note: Variable 'fname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:8246:5: style: Variable 'line' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:8232:0: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:8246:5: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:8248:5: style: Variable 'fname' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:8231:0: note: Variable 'fname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:8248:5: note: Variable 'fname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:8862:5: style: Variable 'tpage' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:8828:0: note: Variable 'tpage' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:8862:5: note: Variable 'tpage' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:8864:5: style: Variable 'tbuf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:8822:0: note: Variable 'tbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:8864:5: note: Variable 'tbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:8869:5: style: Variable 'order' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:8833:0: note: Variable 'order' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:8869:5: note: Variable 'order' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:8870:5: style: Variable 'minsize' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:8857:0: note: Variable 'minsize' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:8870:5: note: Variable 'minsize' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:9180:5: style: Variable 'tbuf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:9144:0: note: Variable 'tbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:9180:5: note: Variable 'tbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:9185:5: style: Variable 'order' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:9156:0: note: Variable 'order' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:9185:5: note: Variable 'order' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:9186:5: style: Variable 'minsize' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:9174:0: note: Variable 'minsize' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:9186:5: note: Variable 'minsize' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:9699:5: style: Variable 'root' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:9693:0: note: Variable 'root' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:9699:5: note: Variable 'root' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:9739:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:9729:0: note: Variable 'ret' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:9739:5: note: Variable 'ret' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:9740:5: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:9732:0: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:9740:5: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:9783:5: style: Variable 'rootbuf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:9779:0: note: Variable 'rootbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:9783:5: note: Variable 'rootbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:9785:5: style: Variable 'blockno' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:9776:0: note: Variable 'blockno' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:9785:5: note: Variable 'blockno' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:9786:5: style: Variable 'page' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:9777:0: note: Variable 'page' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:9786:5: note: Variable 'page' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:9822:5: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:9811:0: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:9822:5: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:9881:5: style: Variable 'key' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:9873:0: note: Variable 'key' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:9881:5: note: Variable 'key' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:9882:5: style: Variable 'list' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:9874:0: note: Variable 'list' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:9882:5: note: Variable 'list' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:10744:5: style: Variable 'list' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:10736:0: note: Variable 'list' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:10744:5: note: Variable 'list' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:10746:5: style: Variable 'root' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:10728:0: note: Variable 'root' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:10746:5: note: Variable 'root' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:10747:5: style: Variable 'page' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:10729:0: note: Variable 'page' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:10747:5: note: Variable 'page' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:10749:5: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:10738:0: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:10749:5: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:10851:5: style: Variable 'list' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:10843:0: note: Variable 'list' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:10851:5: note: Variable 'list' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:10853:5: style: Variable 'root' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:10835:0: note: Variable 'root' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:10853:5: note: Variable 'root' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:10854:5: style: Variable 'page' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:10836:0: note: Variable 'page' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:10854:5: note: Variable 'page' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:10856:5: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:10845:0: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:10856:5: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:10961:5: style: Variable 'list' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:10953:0: note: Variable 'list' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:10961:5: note: Variable 'list' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:10963:5: style: Variable 'root' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:10945:0: note: Variable 'root' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:10963:5: note: Variable 'root' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:10964:5: style: Variable 'page' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:10946:0: note: Variable 'page' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:10964:5: note: Variable 'page' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:10966:5: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:10955:0: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:10966:5: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:11067:5: style: Variable 'key' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:11054:0: note: Variable 'key' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:11067:5: note: Variable 'key' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:11069:5: style: Variable 'page' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:11051:0: note: Variable 'page' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:11069:5: note: Variable 'page' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:11070:5: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:11056:0: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:11070:5: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:11072:5: style: Variable 'blockno' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:11063:0: note: Variable 'blockno' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:11072:5: note: Variable 'blockno' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:11073:5: style: Variable 'bucket' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:11052:0: note: Variable 'bucket' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:11073:5: note: Variable 'bucket' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:11075:5: style: Variable 'nentries' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:11058:0: note: Variable 'nentries' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:11075:5: note: Variable 'nentries' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:11153:5: style: Variable 'line' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:11133:0: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:11153:5: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:11156:5: style: Variable 'tseqname' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:11141:0: note: Variable 'tseqname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:11156:5: note: Variable 'tseqname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:11157:5: style: Variable 'trefname' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:11142:0: note: Variable 'trefname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:11157:5: note: Variable 'trefname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:11159:5: style: Variable 'fn' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:11134:0: note: Variable 'fn' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:11159:5: note: Variable 'fn' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:11306:5: style: Variable 'line' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:11286:0: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:11306:5: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:11309:5: style: Variable 'tseqname' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:11294:0: note: Variable 'tseqname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:11309:5: note: Variable 'tseqname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:11310:5: style: Variable 'trefname' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:11295:0: note: Variable 'trefname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:11310:5: note: Variable 'trefname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:11312:5: style: Variable 'fn' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:11287:0: note: Variable 'fn' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:11312:5: note: Variable 'fn' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:12273:5: style: Variable 'treeblock' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:12265:0: note: Variable 'treeblock' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:12273:5: note: Variable 'treeblock' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:12277:5: style: Variable 'secrootpage' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:12264:0: note: Variable 'secrootpage' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:12277:5: note: Variable 'secrootpage' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:12282:5: style: Variable 'treeblock' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:12273:5: note: Variable 'treeblock' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:12282:5: note: Variable 'treeblock' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:12288:5: style: Variable 'page' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:12267:0: note: Variable 'page' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:12288:5: note: Variable 'page' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:12289:5: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:12246:0: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:12289:5: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:12570:5: style: Variable 'lbuf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:12537:0: note: Variable 'lbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:12570:5: note: Variable 'lbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:12577:5: style: Variable 'arrays1' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:12543:0: note: Variable 'arrays1' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:12577:5: note: Variable 'arrays1' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:12578:5: style: Variable 'ptrs' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:12539:0: note: Variable 'ptrs' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:12578:5: note: Variable 'ptrs' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:12579:5: style: Variable 'arrays2' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:12544:0: note: Variable 'arrays2' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:12579:5: note: Variable 'arrays2' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:12580:5: style: Variable 'newkeys' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:12540:0: note: Variable 'newkeys' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:12580:5: note: Variable 'newkeys' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:12581:5: style: Variable 'newptrs' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:12541:0: note: Variable 'newptrs' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:12581:5: note: Variable 'newptrs' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:12582:5: style: Variable 'overflows' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:12542:0: note: Variable 'overflows' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:12582:5: note: Variable 'overflows' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:13178:5: style: Variable 'order' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:13112:0: note: Variable 'order' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:13178:5: note: Variable 'order' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:13180:5: style: Variable 'mediankey' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:13126:0: note: Variable 'mediankey' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:13180:5: note: Variable 'mediankey' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:13181:5: style: Variable 'arrays' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:13144:0: note: Variable 'arrays' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:13181:5: note: Variable 'arrays' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:13182:5: style: Variable 'parray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:13141:0: note: Variable 'parray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:13182:5: note: Variable 'parray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:13184:5: style: Variable 'newarrays' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:13145:0: note: Variable 'newarrays' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:13184:5: note: Variable 'newarrays' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:13185:5: style: Variable 'newkarray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:13142:0: note: Variable 'newkarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:13185:5: note: Variable 'newkarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:13186:5: style: Variable 'newparray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:13143:0: note: Variable 'newparray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:13186:5: note: Variable 'newparray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:13188:5: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:13133:0: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:13188:5: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:13189:5: style: Variable 'lbuf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:13134:0: note: Variable 'lbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:13189:5: note: Variable 'lbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:13376:5: style: Variable 'v' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:13374:5: note: Variable 'v' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:13376:5: note: Variable 'v' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:13465:5: style: Variable 'page' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:13438:0: note: Variable 'page' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:13465:5: note: Variable 'page' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:13466:5: style: Variable 'lpage' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:13439:0: note: Variable 'lpage' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:13466:5: note: Variable 'lpage' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:13467:5: style: Variable 'dirtysave' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:13449:0: note: Variable 'dirtysave' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:13467:5: note: Variable 'dirtysave' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:13471:5: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:13441:0: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:13471:5: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:13563:5: style: Variable 'page' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:13548:0: note: Variable 'page' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:13563:5: note: Variable 'page' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:13565:5: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:13550:0: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:13565:5: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:13632:5: style: Variable 'page' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:13606:0: note: Variable 'page' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:13632:5: note: Variable 'page' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:13633:5: style: Variable 'lpage' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:13607:0: note: Variable 'lpage' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:13633:5: note: Variable 'lpage' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:13634:5: style: Variable 'dirtysave' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:13618:0: note: Variable 'dirtysave' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:13634:5: note: Variable 'dirtysave' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:13638:5: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:13609:0: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:13638:5: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:15053:5: style: Variable 'root' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:15046:0: note: Variable 'root' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:15053:5: note: Variable 'root' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:15101:5: style: Variable 'page' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:15090:0: note: Variable 'page' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:15101:5: note: Variable 'page' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:15103:5: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:15088:0: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:15103:5: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:15160:5: style: Variable 'page' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:15155:0: note: Variable 'page' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:15160:5: note: Variable 'page' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:15161:5: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:15137:0: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:15161:5: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:15732:5: style: Variable 'order' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:15696:0: note: Variable 'order' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:15732:5: note: Variable 'order' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:15734:5: style: Variable 'arrays' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:15689:0: note: Variable 'arrays' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:15734:5: note: Variable 'arrays' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:15735:5: style: Variable 'tarrays' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:15690:0: note: Variable 'tarrays' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:15735:5: note: Variable 'tarrays' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:15736:5: style: Variable 'karray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:15691:0: note: Variable 'karray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:15736:5: note: Variable 'karray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:15737:5: style: Variable 'parray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:15693:0: note: Variable 'parray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:15737:5: note: Variable 'parray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:15738:5: style: Variable 'tkarray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:15692:0: note: Variable 'tkarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:15738:5: note: Variable 'tkarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:15739:5: style: Variable 'tparray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:15694:0: note: Variable 'tparray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:15739:5: note: Variable 'tparray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:15741:5: style: Variable 'rootpage' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:15684:0: note: Variable 'rootpage' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:15741:5: note: Variable 'rootpage' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:15742:5: style: Variable 'rootbuf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:15708:0: note: Variable 'rootbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:15742:5: note: Variable 'rootbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:15744:5: style: Variable 'nkeys' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:15697:0: note: Variable 'nkeys' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:15744:5: note: Variable 'nkeys' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:15746:5: style: Variable 'keypos' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:15698:0: note: Variable 'keypos' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:15746:5: note: Variable 'keypos' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:16140:5: style: Variable 'tpage' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:16105:0: note: Variable 'tpage' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:16140:5: note: Variable 'tpage' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:16142:5: style: Variable 'tbuf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:16099:0: note: Variable 'tbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:16142:5: note: Variable 'tbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:16147:5: style: Variable 'order' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:16110:0: note: Variable 'order' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:16147:5: note: Variable 'order' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:16148:5: style: Variable 'minsize' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:16135:0: note: Variable 'minsize' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:16148:5: note: Variable 'minsize' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:16444:5: style: Variable 'arrays' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:16424:0: note: Variable 'arrays' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:16444:5: note: Variable 'arrays' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:16445:5: style: Variable 'karray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:16425:0: note: Variable 'karray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:16445:5: note: Variable 'karray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:16446:5: style: Variable 'parray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:16426:0: note: Variable 'parray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:16446:5: note: Variable 'parray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:16448:5: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:16422:0: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:16448:5: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:16570:5: style: Variable 'tbuf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:16534:0: note: Variable 'tbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:16570:5: note: Variable 'tbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:16575:5: style: Variable 'order' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:16546:0: note: Variable 'order' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:16575:5: note: Variable 'order' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:16576:5: style: Variable 'minsize' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:16564:0: note: Variable 'minsize' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:16576:5: note: Variable 'minsize' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:17040:5: style: Variable 'key' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:17030:0: note: Variable 'key' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:17040:5: note: Variable 'key' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:17042:5: style: Variable 'list' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:17031:0: note: Variable 'list' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:17042:5: note: Variable 'list' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:17462:5: style: Variable 'prefix' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:17454:0: note: Variable 'prefix' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:17462:5: note: Variable 'prefix' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:17694:5: style: Variable 'prefix' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:17686:0: note: Variable 'prefix' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:17694:5: note: Variable 'prefix' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:17929:5: style: Variable 'prefix' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:17921:0: note: Variable 'prefix' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:17929:5: note: Variable 'prefix' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:18161:5: style: Variable 'list' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:18149:0: note: Variable 'list' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:18161:5: note: Variable 'list' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:18162:5: style: Variable 'strlist' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:18150:0: note: Variable 'strlist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:18162:5: note: Variable 'strlist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:18163:5: style: Variable 'strtable' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:18158:0: note: Variable 'strtable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:18163:5: note: Variable 'strtable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:18165:5: style: Variable 'root' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:18140:0: note: Variable 'root' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:18165:5: note: Variable 'root' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:18166:5: style: Variable 'page' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:18141:0: note: Variable 'page' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:18166:5: note: Variable 'page' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:18168:5: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:18153:0: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:18168:5: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:18279:5: style: Variable 'list' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:18267:0: note: Variable 'list' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:18279:5: note: Variable 'list' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:18280:5: style: Variable 'strlist' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:18268:0: note: Variable 'strlist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:18280:5: note: Variable 'strlist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:18281:5: style: Variable 'strtable' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:18276:0: note: Variable 'strtable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:18281:5: note: Variable 'strtable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:18283:5: style: Variable 'root' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:18258:0: note: Variable 'root' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:18283:5: note: Variable 'root' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:18284:5: style: Variable 'page' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:18259:0: note: Variable 'page' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:18284:5: note: Variable 'page' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:18286:5: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:18271:0: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:18286:5: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:18396:5: style: Variable 'list' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:18384:0: note: Variable 'list' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:18396:5: note: Variable 'list' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:18397:5: style: Variable 'strlist' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:18385:0: note: Variable 'strlist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:18397:5: note: Variable 'strlist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:18398:5: style: Variable 'strtable' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:18393:0: note: Variable 'strtable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:18398:5: note: Variable 'strtable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:18400:5: style: Variable 'root' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:18375:0: note: Variable 'root' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:18400:5: note: Variable 'root' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:18401:5: style: Variable 'page' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:18376:0: note: Variable 'page' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:18401:5: note: Variable 'page' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:18403:5: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:18388:0: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:18403:5: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:18501:5: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:18490:0: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:18501:5: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:18503:5: style: Variable 'arrays' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:18491:0: note: Variable 'arrays' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:18503:5: note: Variable 'arrays' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:18504:5: style: Variable 'parray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:18492:0: note: Variable 'parray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:18504:5: note: Variable 'parray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:18556:5: style: Variable 'root' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:18541:0: note: Variable 'root' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:18556:5: note: Variable 'root' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:18565:5: style: Variable 'arrays' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:18550:0: note: Variable 'arrays' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:18565:5: note: Variable 'arrays' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:18566:5: style: Variable 'parray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:18551:0: note: Variable 'parray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:18566:5: note: Variable 'parray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:18705:5: style: Variable 'root' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:18689:0: note: Variable 'root' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:18705:5: note: Variable 'root' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:18804:5: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:18800:0: note: Variable 'str' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:18804:5: note: Variable 'str' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:18831:5: style: Variable 'id' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:18827:0: note: Variable 'id' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:18831:5: note: Variable 'id' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:18860:5: style: Variable 'hit' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:18856:0: note: Variable 'hit' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:18860:5: note: Variable 'hit' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:18888:5: style: Variable 'hitref' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:18884:0: note: Variable 'hitref' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:18888:5: note: Variable 'hitref' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:19616:5: style: Variable 'root' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:19610:0: note: Variable 'root' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:19616:5: note: Variable 'root' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:19687:5: style: Variable 'tpage' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:19655:0: note: Variable 'tpage' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:19687:5: note: Variable 'tpage' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:19689:5: style: Variable 'tbuf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:19649:0: note: Variable 'tbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:19689:5: note: Variable 'tbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:19699:5: style: Variable 'order' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:19660:0: note: Variable 'order' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:19699:5: note: Variable 'order' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:19700:5: style: Variable 'minsize' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:19681:0: note: Variable 'minsize' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:19700:5: note: Variable 'minsize' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:20301:5: style: Variable 'order' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:20232:0: note: Variable 'order' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:20301:5: note: Variable 'order' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:20303:5: style: Variable 'arrays' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:20266:0: note: Variable 'arrays' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:20303:5: note: Variable 'arrays' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:20304:5: style: Variable 'parray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:20263:0: note: Variable 'parray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:20304:5: note: Variable 'parray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:20306:5: style: Variable 'newarrays' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:20267:0: note: Variable 'newarrays' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:20306:5: note: Variable 'newarrays' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:20307:5: style: Variable 'newkarray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:20264:0: note: Variable 'newkarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:20307:5: note: Variable 'newkarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:20308:5: style: Variable 'newparray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:20265:0: note: Variable 'newparray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:20308:5: note: Variable 'newparray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:20310:5: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:20255:0: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:20310:5: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:20311:5: style: Variable 'lbuf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:20256:0: note: Variable 'lbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:20311:5: note: Variable 'lbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:20898:5: style: Variable 'order' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:20865:0: note: Variable 'order' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:20898:5: note: Variable 'order' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:20900:5: style: Variable 'arrays1' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:20862:0: note: Variable 'arrays1' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:20900:5: note: Variable 'arrays1' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:20901:5: style: Variable 'karray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:20858:0: note: Variable 'karray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:20901:5: note: Variable 'karray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:20902:5: style: Variable 'parray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:20860:0: note: Variable 'parray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:20902:5: note: Variable 'parray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:20904:5: style: Variable 'arrays2' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:20863:0: note: Variable 'arrays2' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:20904:5: note: Variable 'arrays2' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:20905:5: style: Variable 'tkarray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:20859:0: note: Variable 'tkarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:20905:5: note: Variable 'tkarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:20906:5: style: Variable 'tparray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:20861:0: note: Variable 'tparray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:20906:5: note: Variable 'tparray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:20908:5: style: Variable 'key' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:20872:0: note: Variable 'key' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:20908:5: note: Variable 'key' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:20910:5: style: Variable 'rootpage' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:20853:0: note: Variable 'rootpage' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:20910:5: note: Variable 'rootpage' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:21569:5: style: Variable 'karray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:21558:0: note: Variable 'karray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:21569:5: note: Variable 'karray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:21570:5: style: Variable 'parray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:21559:0: note: Variable 'parray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:21570:5: note: Variable 'parray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:21572:5: style: Variable 'pptr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:21562:0: note: Variable 'pptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:21572:5: note: Variable 'pptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:21623:5: style: Variable 'parray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:21615:0: note: Variable 'parray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:21623:5: note: Variable 'parray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:21625:5: style: Variable 'pptr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:21618:0: note: Variable 'pptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:21625:5: note: Variable 'pptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:21686:5: style: Variable 'tnkeys' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:21669:0: note: Variable 'tnkeys' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:21686:5: note: Variable 'tnkeys' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:21688:5: style: Variable 'totlen' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:21670:0: note: Variable 'totlen' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:21688:5: note: Variable 'totlen' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:21691:5: style: Variable 'pptr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:21666:0: note: Variable 'pptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:21691:5: note: Variable 'pptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:21767:5: style: Variable 'tnkeys' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:21753:0: note: Variable 'tnkeys' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:21767:5: note: Variable 'tnkeys' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:21769:5: style: Variable 'totlen' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:21754:0: note: Variable 'totlen' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:21769:5: note: Variable 'totlen' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:21772:5: style: Variable 'pptr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:21750:0: note: Variable 'pptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:21772:5: note: Variable 'pptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:21784:5: style: Variable 'lv' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:21756:0: note: Variable 'lv' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:21784:5: note: Variable 'lv' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:21796:5: style: Variable 'overflow' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:21757:0: note: Variable 'overflow' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:21796:5: note: Variable 'overflow' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:22514:5: style: Variable 'root' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:22508:0: note: Variable 'root' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:22514:5: note: Variable 'root' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:22556:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:22547:0: note: Variable 'ret' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:22556:5: note: Variable 'ret' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:22557:5: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:22550:0: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:22557:5: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:22605:5: style: Variable 'rootbuf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:22593:0: note: Variable 'rootbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:22605:5: note: Variable 'rootbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:22610:5: style: Variable 'array' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:22601:0: note: Variable 'array' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:22610:5: note: Variable 'array' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:22611:5: style: Variable 'karray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:22598:0: note: Variable 'karray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:22611:5: note: Variable 'karray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:22612:5: style: Variable 'parray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:22599:0: note: Variable 'parray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:22612:5: note: Variable 'parray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:22927:5: style: Variable 'lbuf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:22887:0: note: Variable 'lbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:22927:5: note: Variable 'lbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:22935:5: style: Variable 'array' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:22889:0: note: Variable 'array' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:22935:5: note: Variable 'array' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:22936:5: style: Variable 'ptrs' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:22891:0: note: Variable 'ptrs' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:22936:5: note: Variable 'ptrs' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:23117:5: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:23112:0: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:23117:5: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:23168:5: style: Variable 'array' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:23159:0: note: Variable 'array' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:23168:5: note: Variable 'array' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:23169:5: style: Variable 'karray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:23150:0: note: Variable 'karray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:23169:5: note: Variable 'karray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:23170:5: style: Variable 'parray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:23151:0: note: Variable 'parray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:23170:5: note: Variable 'parray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:23173:5: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:23149:0: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:23173:5: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:23509:5: style: Variable 'order' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:23472:0: note: Variable 'order' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:23509:5: note: Variable 'order' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:23511:5: style: Variable 'array' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:23497:0: note: Variable 'array' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:23511:5: note: Variable 'array' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:23512:5: style: Variable 'karray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:23467:0: note: Variable 'karray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:23512:5: note: Variable 'karray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:23513:5: style: Variable 'parray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:23469:0: note: Variable 'parray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:23513:5: note: Variable 'parray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:23515:5: style: Variable 'array2' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:23498:0: note: Variable 'array2' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:23515:5: note: Variable 'array2' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:23516:5: style: Variable 'tkarray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:23468:0: note: Variable 'tkarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:23516:5: note: Variable 'tkarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:23517:5: style: Variable 'tparray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:23470:0: note: Variable 'tparray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:23517:5: note: Variable 'tparray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:23520:5: style: Variable 'rootpage' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:23462:0: note: Variable 'rootpage' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:23520:5: note: Variable 'rootpage' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:23521:5: style: Variable 'rootbuf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:23483:0: note: Variable 'rootbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:23521:5: note: Variable 'rootbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:23523:5: style: Variable 'nkeys' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:23473:0: note: Variable 'nkeys' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:23523:5: note: Variable 'nkeys' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:23525:5: style: Variable 'keypos' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:23474:0: note: Variable 'keypos' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:23525:5: note: Variable 'keypos' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:23703:5: style: Variable 'tbuf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:23667:0: note: Variable 'tbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:23703:5: note: Variable 'tbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:23708:5: style: Variable 'order' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:23679:0: note: Variable 'order' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:23708:5: note: Variable 'order' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:23709:5: style: Variable 'minsize' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:23697:0: note: Variable 'minsize' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:23709:5: note: Variable 'minsize' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:23922:5: style: Variable 'tpage' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:23885:0: note: Variable 'tpage' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:23922:5: note: Variable 'tpage' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:23924:5: style: Variable 'tbuf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:23879:0: note: Variable 'tbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:23924:5: note: Variable 'tbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:23930:5: style: Variable 'order' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:23890:0: note: Variable 'order' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:23930:5: note: Variable 'order' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:23931:5: style: Variable 'minsize' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:23911:0: note: Variable 'minsize' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:23931:5: note: Variable 'minsize' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:24229:5: style: Variable 'spage' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:24213:0: note: Variable 'spage' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:24229:5: note: Variable 'spage' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:24230:5: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:24211:0: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:24230:5: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:24366:5: style: Variable 'order' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:24301:0: note: Variable 'order' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:24366:5: note: Variable 'order' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:24368:5: style: Variable 'array' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:24328:0: note: Variable 'array' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:24368:5: note: Variable 'array' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:24369:5: style: Variable 'parray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:24331:0: note: Variable 'parray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:24369:5: note: Variable 'parray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:24370:5: style: Variable 'newarray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:24329:0: note: Variable 'newarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:24370:5: note: Variable 'newarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:24371:5: style: Variable 'newparray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:24332:0: note: Variable 'newparray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:24371:5: note: Variable 'newparray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:24372:5: style: Variable 'newnarray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:24330:0: note: Variable 'newnarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:24372:5: note: Variable 'newnarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:24374:5: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:24320:0: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:24374:5: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:24375:5: style: Variable 'lbuf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:24321:0: note: Variable 'lbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:24375:5: note: Variable 'lbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:24781:5: style: Variable 'array' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:24768:0: note: Variable 'array' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:24781:5: note: Variable 'array' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:24861:5: style: Variable 'array' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:24848:0: note: Variable 'array' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:24861:5: note: Variable 'array' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:24941:5: style: Variable 'array' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:24928:0: note: Variable 'array' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:24941:5: note: Variable 'array' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:25510:5: style: Variable 'arrays' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:25504:0: note: Variable 'arrays' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:25510:5: note: Variable 'arrays' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:25511:5: style: Variable 'karray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:25497:0: note: Variable 'karray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:25511:5: note: Variable 'karray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:25512:5: style: Variable 'parray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:25498:0: note: Variable 'parray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:25512:5: note: Variable 'parray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:25514:5: style: Variable 'page' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:25495:0: note: Variable 'page' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:25514:5: note: Variable 'page' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:25515:5: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:25506:0: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:25515:5: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:25610:5: style: Variable 'page' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:25590:0: note: Variable 'page' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:25610:5: note: Variable 'page' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:25611:5: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:25605:0: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:25611:5: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:25612:5: style: Variable 'dirtysave' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:25601:0: note: Variable 'dirtysave' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:25612:5: note: Variable 'dirtysave' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:25746:5: style: Variable 'lbuf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:25705:0: note: Variable 'lbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:25746:5: note: Variable 'lbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:26203:5: style: Variable 'arraysA' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:26196:0: note: Variable 'arraysA' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:26203:5: note: Variable 'arraysA' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:26204:5: style: Variable 'kAarray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:26171:0: note: Variable 'kAarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:26204:5: note: Variable 'kAarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:26205:5: style: Variable 'pAarray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:26174:0: note: Variable 'pAarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:26205:5: note: Variable 'pAarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:26207:5: style: Variable 'arraysB' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:26197:0: note: Variable 'arraysB' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:26207:5: note: Variable 'arraysB' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:26208:5: style: Variable 'kBarray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:26172:0: note: Variable 'kBarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:26208:5: note: Variable 'kBarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:26209:5: style: Variable 'pBarray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:26175:0: note: Variable 'pBarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:26209:5: note: Variable 'pBarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:26211:5: style: Variable 'arraysT' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:26198:0: note: Variable 'arraysT' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:26211:5: note: Variable 'arraysT' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:26212:5: style: Variable 'kTarray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:26170:0: note: Variable 'kTarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:26212:5: note: Variable 'kTarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:26213:5: style: Variable 'pTarray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:26173:0: note: Variable 'pTarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:26213:5: note: Variable 'pTarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:26216:5: style: Variable 'pageA' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:26183:0: note: Variable 'pageA' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:26216:5: note: Variable 'pageA' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:26219:5: style: Variable 'abuf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:26166:0: note: Variable 'abuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:26219:5: note: Variable 'abuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:26220:5: style: Variable 'pageB' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:26184:0: note: Variable 'pageB' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:26220:5: note: Variable 'pageB' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:26223:5: style: Variable 'bbuf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:26167:0: note: Variable 'bbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:26223:5: note: Variable 'bbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:26224:5: style: Variable 'pageT' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:26185:0: note: Variable 'pageT' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:26224:5: note: Variable 'pageT' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:26227:5: style: Variable 'tbuf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:26165:0: note: Variable 'tbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:26227:5: note: Variable 'tbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:26437:5: style: Variable 'pageA' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:26417:0: note: Variable 'pageA' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:26437:5: note: Variable 'pageA' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:26438:5: style: Variable 'saveA' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:26413:0: note: Variable 'saveA' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:26438:5: note: Variable 'saveA' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:26441:5: style: Variable 'abuf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:26389:0: note: Variable 'abuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:26441:5: note: Variable 'abuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:26442:5: style: Variable 'pageN' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:26418:0: note: Variable 'pageN' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:26442:5: note: Variable 'pageN' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:26443:5: style: Variable 'saveN' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:26414:0: note: Variable 'saveN' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:26443:5: note: Variable 'saveN' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:26446:5: style: Variable 'nbuf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:26390:0: note: Variable 'nbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:26446:5: note: Variable 'nbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:26447:5: style: Variable 'pageT' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:26419:0: note: Variable 'pageT' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:26447:5: note: Variable 'pageT' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:26448:5: style: Variable 'saveT' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:26415:0: note: Variable 'saveT' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:26448:5: note: Variable 'saveT' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:26451:5: style: Variable 'tbuf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:26388:0: note: Variable 'tbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:26451:5: note: Variable 'tbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:26780:5: style: Variable 'rpage' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:26755:0: note: Variable 'rpage' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:26780:5: note: Variable 'rpage' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:26784:5: style: Variable 'rbuf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:26764:0: note: Variable 'rbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:26784:5: note: Variable 'rbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:26788:5: style: Variable 'key' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:26759:0: note: Variable 'key' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:26788:5: note: Variable 'key' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:26790:5: style: Variable 'page' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:26756:0: note: Variable 'page' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:26790:5: note: Variable 'page' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:26791:5: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:26765:0: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:26791:5: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:26795:5: style: Variable 'array' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:26778:0: note: Variable 'array' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:26795:5: note: Variable 'array' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:26797:5: style: Variable 'karray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:26760:0: note: Variable 'karray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:26797:5: note: Variable 'karray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:26798:5: style: Variable 'parray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:26761:0: note: Variable 'parray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:26798:5: note: Variable 'parray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:27172:5: style: Variable 'arrays' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:27157:0: note: Variable 'arrays' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:27172:5: note: Variable 'arrays' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:27173:5: style: Variable 'karray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:27158:0: note: Variable 'karray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:27173:5: note: Variable 'karray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:27174:5: style: Variable 'parray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:27159:0: note: Variable 'parray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:27174:5: note: Variable 'parray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:27176:5: style: Variable 'page' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:27155:0: note: Variable 'page' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:27176:5: note: Variable 'page' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:27177:5: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:27168:0: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:27177:5: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:27274:5: style: Variable 'page' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:27254:0: note: Variable 'page' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:27274:5: note: Variable 'page' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:27275:5: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:27269:0: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:27275:5: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:27276:5: style: Variable 'dirtysave' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:27265:0: note: Variable 'dirtysave' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:27276:5: note: Variable 'dirtysave' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:27408:5: style: Variable 'lbuf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:27367:0: note: Variable 'lbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:27408:5: note: Variable 'lbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:27863:5: style: Variable 'arraysA' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:27856:0: note: Variable 'arraysA' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:27863:5: note: Variable 'arraysA' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:27864:5: style: Variable 'kAarray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:27831:0: note: Variable 'kAarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:27864:5: note: Variable 'kAarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:27865:5: style: Variable 'pAarray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:27834:0: note: Variable 'pAarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:27865:5: note: Variable 'pAarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:27867:5: style: Variable 'arraysB' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:27857:0: note: Variable 'arraysB' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:27867:5: note: Variable 'arraysB' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:27868:5: style: Variable 'kBarray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:27832:0: note: Variable 'kBarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:27868:5: note: Variable 'kBarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:27869:5: style: Variable 'pBarray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:27835:0: note: Variable 'pBarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:27869:5: note: Variable 'pBarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:27871:5: style: Variable 'arraysT' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:27858:0: note: Variable 'arraysT' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:27871:5: note: Variable 'arraysT' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:27872:5: style: Variable 'kTarray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:27830:0: note: Variable 'kTarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:27872:5: note: Variable 'kTarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:27873:5: style: Variable 'pTarray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:27833:0: note: Variable 'pTarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:27873:5: note: Variable 'pTarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:27876:5: style: Variable 'pageA' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:27843:0: note: Variable 'pageA' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:27876:5: note: Variable 'pageA' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:27879:5: style: Variable 'abuf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:27826:0: note: Variable 'abuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:27879:5: note: Variable 'abuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:27880:5: style: Variable 'pageB' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:27844:0: note: Variable 'pageB' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:27880:5: note: Variable 'pageB' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:27883:5: style: Variable 'bbuf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:27827:0: note: Variable 'bbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:27883:5: note: Variable 'bbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:27884:5: style: Variable 'pageT' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:27845:0: note: Variable 'pageT' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:27884:5: note: Variable 'pageT' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:27887:5: style: Variable 'tbuf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:27825:0: note: Variable 'tbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:27887:5: note: Variable 'tbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:28099:5: style: Variable 'pageA' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:28082:0: note: Variable 'pageA' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:28099:5: note: Variable 'pageA' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:28100:5: style: Variable 'saveA' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:28078:0: note: Variable 'saveA' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:28100:5: note: Variable 'saveA' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:28103:5: style: Variable 'abuf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:28050:0: note: Variable 'abuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:28103:5: note: Variable 'abuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:28104:5: style: Variable 'pageN' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:28083:0: note: Variable 'pageN' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:28104:5: note: Variable 'pageN' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:28105:5: style: Variable 'saveN' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:28079:0: note: Variable 'saveN' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:28105:5: note: Variable 'saveN' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:28108:5: style: Variable 'nbuf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:28051:0: note: Variable 'nbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:28108:5: note: Variable 'nbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:28109:5: style: Variable 'pageT' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:28084:0: note: Variable 'pageT' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:28109:5: note: Variable 'pageT' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:28110:5: style: Variable 'saveT' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:28080:0: note: Variable 'saveT' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:28110:5: note: Variable 'saveT' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:28113:5: style: Variable 'tbuf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:28049:0: note: Variable 'tbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:28113:5: note: Variable 'tbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:28124:5: style: Variable 'csrb' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:28095:0: note: Variable 'csrb' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:28124:5: note: Variable 'csrb' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:28451:5: style: Variable 'key' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:28422:0: note: Variable 'key' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:28451:5: note: Variable 'key' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:28863:5: style: Variable 'arrays' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:28857:0: note: Variable 'arrays' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:28863:5: note: Variable 'arrays' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:28864:5: style: Variable 'karray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:28850:0: note: Variable 'karray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:28864:5: note: Variable 'karray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:28865:5: style: Variable 'parray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:28851:0: note: Variable 'parray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:28865:5: note: Variable 'parray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:28867:5: style: Variable 'page' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:28848:0: note: Variable 'page' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:28867:5: note: Variable 'page' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:28868:5: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:28859:0: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:28868:5: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:28966:5: style: Variable 'page' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:28945:0: note: Variable 'page' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:28966:5: note: Variable 'page' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:28967:5: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:28961:0: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:28967:5: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:28968:5: style: Variable 'dirtysave' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:28956:0: note: Variable 'dirtysave' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:28968:5: note: Variable 'dirtysave' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:29101:5: style: Variable 'lbuf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:29061:0: note: Variable 'lbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:29101:5: note: Variable 'lbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:29539:5: style: Variable 'arraysA' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:29532:0: note: Variable 'arraysA' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:29539:5: note: Variable 'arraysA' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:29540:5: style: Variable 'kAarray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:29507:0: note: Variable 'kAarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:29540:5: note: Variable 'kAarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:29541:5: style: Variable 'pAarray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:29510:0: note: Variable 'pAarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:29541:5: note: Variable 'pAarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:29543:5: style: Variable 'arraysB' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:29533:0: note: Variable 'arraysB' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:29543:5: note: Variable 'arraysB' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:29544:5: style: Variable 'kBarray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:29508:0: note: Variable 'kBarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:29544:5: note: Variable 'kBarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:29545:5: style: Variable 'pBarray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:29511:0: note: Variable 'pBarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:29545:5: note: Variable 'pBarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:29547:5: style: Variable 'arraysT' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:29534:0: note: Variable 'arraysT' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:29547:5: note: Variable 'arraysT' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:29548:5: style: Variable 'kTarray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:29506:0: note: Variable 'kTarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:29548:5: note: Variable 'kTarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:29549:5: style: Variable 'pTarray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:29509:0: note: Variable 'pTarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:29549:5: note: Variable 'pTarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:29552:5: style: Variable 'pageA' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:29519:0: note: Variable 'pageA' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:29552:5: note: Variable 'pageA' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:29555:5: style: Variable 'abuf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:29502:0: note: Variable 'abuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:29555:5: note: Variable 'abuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:29556:5: style: Variable 'pageB' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:29520:0: note: Variable 'pageB' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:29556:5: note: Variable 'pageB' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:29559:5: style: Variable 'bbuf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:29503:0: note: Variable 'bbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:29559:5: note: Variable 'bbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:29560:5: style: Variable 'pageT' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:29521:0: note: Variable 'pageT' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:29560:5: note: Variable 'pageT' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:29563:5: style: Variable 'tbuf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:29501:0: note: Variable 'tbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:29563:5: note: Variable 'tbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:29773:5: style: Variable 'pageA' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:29752:0: note: Variable 'pageA' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:29773:5: note: Variable 'pageA' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:29774:5: style: Variable 'saveA' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:29748:0: note: Variable 'saveA' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:29774:5: note: Variable 'saveA' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:29777:5: style: Variable 'abuf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:29724:0: note: Variable 'abuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:29777:5: note: Variable 'abuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:29778:5: style: Variable 'pageN' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:29753:0: note: Variable 'pageN' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:29778:5: note: Variable 'pageN' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:29779:5: style: Variable 'saveN' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:29749:0: note: Variable 'saveN' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:29779:5: note: Variable 'saveN' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:29782:5: style: Variable 'nbuf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:29725:0: note: Variable 'nbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:29782:5: note: Variable 'nbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:29783:5: style: Variable 'pageT' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:29754:0: note: Variable 'pageT' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:29783:5: note: Variable 'pageT' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:29784:5: style: Variable 'saveT' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:29750:0: note: Variable 'saveT' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:29784:5: note: Variable 'saveT' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:29787:5: style: Variable 'tbuf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:29723:0: note: Variable 'tbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:29787:5: note: Variable 'tbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:29798:5: style: Variable 'csrb' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:29769:0: note: Variable 'csrb' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:29798:5: note: Variable 'csrb' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:30342:5: style: Variable 'arrays' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:30336:0: note: Variable 'arrays' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:30342:5: note: Variable 'arrays' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:30343:5: style: Variable 'karray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:30329:0: note: Variable 'karray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:30343:5: note: Variable 'karray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:30344:5: style: Variable 'parray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:30330:0: note: Variable 'parray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:30344:5: note: Variable 'parray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:30346:5: style: Variable 'page' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:30327:0: note: Variable 'page' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:30346:5: note: Variable 'page' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:30347:5: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:30338:0: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:30347:5: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:30444:5: style: Variable 'page' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:30423:0: note: Variable 'page' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:30444:5: note: Variable 'page' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:30445:5: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:30439:0: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:30445:5: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:30446:5: style: Variable 'dirtysave' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:30434:0: note: Variable 'dirtysave' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:30446:5: note: Variable 'dirtysave' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:30579:5: style: Variable 'lbuf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:30539:0: note: Variable 'lbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:30579:5: note: Variable 'lbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:31020:5: style: Variable 'arraysA' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:30987:0: note: Variable 'arraysA' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:31020:5: note: Variable 'arraysA' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:31021:5: style: Variable 'kAarray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:30992:0: note: Variable 'kAarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:31021:5: note: Variable 'kAarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:31022:5: style: Variable 'pAarray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:30995:0: note: Variable 'pAarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:31022:5: note: Variable 'pAarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:31024:5: style: Variable 'arraysB' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:30988:0: note: Variable 'arraysB' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:31024:5: note: Variable 'arraysB' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:31025:5: style: Variable 'kBarray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:30993:0: note: Variable 'kBarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:31025:5: note: Variable 'kBarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:31026:5: style: Variable 'pBarray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:30996:0: note: Variable 'pBarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:31026:5: note: Variable 'pBarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:31028:5: style: Variable 'arraysT' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:30989:0: note: Variable 'arraysT' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:31028:5: note: Variable 'arraysT' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:31029:5: style: Variable 'kTarray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:30991:0: note: Variable 'kTarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:31029:5: note: Variable 'kTarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:31030:5: style: Variable 'pTarray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:30994:0: note: Variable 'pTarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:31030:5: note: Variable 'pTarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:31033:5: style: Variable 'pageA' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:31004:0: note: Variable 'pageA' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:31033:5: note: Variable 'pageA' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:31036:5: style: Variable 'abuf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:30983:0: note: Variable 'abuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:31036:5: note: Variable 'abuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:31037:5: style: Variable 'pageB' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:31005:0: note: Variable 'pageB' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:31037:5: note: Variable 'pageB' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:31040:5: style: Variable 'bbuf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:30984:0: note: Variable 'bbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:31040:5: note: Variable 'bbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:31041:5: style: Variable 'pageT' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:31006:0: note: Variable 'pageT' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:31041:5: note: Variable 'pageT' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:31044:5: style: Variable 'tbuf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:30982:0: note: Variable 'tbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:31044:5: note: Variable 'tbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:31254:5: style: Variable 'pageA' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:31234:0: note: Variable 'pageA' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:31254:5: note: Variable 'pageA' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:31255:5: style: Variable 'saveA' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:31230:0: note: Variable 'saveA' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:31255:5: note: Variable 'saveA' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:31258:5: style: Variable 'abuf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:31206:0: note: Variable 'abuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:31258:5: note: Variable 'abuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:31259:5: style: Variable 'pageN' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:31235:0: note: Variable 'pageN' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:31259:5: note: Variable 'pageN' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:31260:5: style: Variable 'saveN' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:31231:0: note: Variable 'saveN' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:31260:5: note: Variable 'saveN' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:31263:5: style: Variable 'nbuf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:31207:0: note: Variable 'nbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:31263:5: note: Variable 'nbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:31264:5: style: Variable 'pageT' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:31236:0: note: Variable 'pageT' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:31264:5: note: Variable 'pageT' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:31265:5: style: Variable 'saveT' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:31232:0: note: Variable 'saveT' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:31265:5: note: Variable 'saveT' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:31268:5: style: Variable 'tbuf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:31205:0: note: Variable 'tbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:31268:5: note: Variable 'tbuf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:31705:5: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:31702:0: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:31705:5: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:32148:5: style: Variable 'keyptr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:32119:0: note: Variable 'keyptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:32148:5: note: Variable 'keyptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:32149:5: style: Variable 'valptr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:32120:0: note: Variable 'valptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:32149:5: note: Variable 'valptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:32375:5: style: Variable 'pagesize' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:32371:0: note: Variable 'pagesize' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:32375:5: note: Variable 'pagesize' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:32386:5: style: Variable 'keyptr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:32373:0: note: Variable 'keyptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:32386:5: note: Variable 'keyptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:32495:5: style: Variable 'pagesize' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:32484:0: note: Variable 'pagesize' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:32495:5: note: Variable 'pagesize' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:32506:5: style: Variable 'keyptr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:32487:0: note: Variable 'keyptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:32506:5: note: Variable 'keyptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:32507:5: style: Variable 'idptr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:32486:0: note: Variable 'idptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:32507:5: note: Variable 'idptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:32595:5: style: Variable 'pagesize' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:32587:0: note: Variable 'pagesize' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:32595:5: note: Variable 'pagesize' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:32606:5: style: Variable 'keyptr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:32590:0: note: Variable 'keyptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:32606:5: note: Variable 'keyptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:32607:5: style: Variable 'idptr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:32589:0: note: Variable 'idptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:32607:5: note: Variable 'idptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:33310:5: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:33298:0: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:33310:5: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:33322:5: style: Variable 'keyptr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:33301:0: note: Variable 'keyptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:33322:5: note: Variable 'keyptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:33323:5: style: Variable 'idptr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:33300:0: note: Variable 'idptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:33323:5: note: Variable 'idptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:33387:5: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:33372:0: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:33387:5: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:33505:5: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:33493:0: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:33505:5: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:33611:5: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:33601:0: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:33611:5: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:33625:5: style: Variable 'keyptr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:33605:0: note: Variable 'keyptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:33625:5: note: Variable 'keyptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:33626:5: style: Variable 'idptr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:33604:0: note: Variable 'idptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:33626:5: note: Variable 'idptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:33747:5: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:33735:0: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:33747:5: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:33761:5: style: Variable 'keyptr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:33738:0: note: Variable 'keyptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:33761:5: note: Variable 'keyptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:33762:5: style: Variable 'idptr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:33737:0: note: Variable 'idptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:33762:5: note: Variable 'idptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:33827:5: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:33812:0: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:33827:5: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:33947:5: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:33935:0: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:33947:5: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:34054:5: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:34044:0: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:34054:5: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:34068:5: style: Variable 'keyptr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:34048:0: note: Variable 'keyptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:34068:5: note: Variable 'keyptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:34069:5: style: Variable 'idptr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:34047:0: note: Variable 'idptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:34069:5: note: Variable 'idptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:34172:5: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:34162:0: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:34172:5: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:34177:5: style: Variable 'keyptr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:34166:0: note: Variable 'keyptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:34177:5: note: Variable 'keyptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:34178:5: style: Variable 'idptr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:34165:0: note: Variable 'idptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:34178:5: note: Variable 'idptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:34218:5: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:34208:0: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:34218:5: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:34265:5: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:34260:0: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:34265:5: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:34270:5: style: Variable 'keyptr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:34263:0: note: Variable 'keyptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:34270:5: note: Variable 'keyptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:34300:5: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:34294:0: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:34300:5: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:34305:5: style: Variable 'keyptr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:34297:0: note: Variable 'keyptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:34305:5: note: Variable 'keyptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:34306:5: style: Variable 'valptr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:34298:0: note: Variable 'valptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:34306:5: note: Variable 'valptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:34336:5: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:34328:0: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:34336:5: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:34341:5: style: Variable 'keyptr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:34332:0: note: Variable 'keyptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:34341:5: note: Variable 'keyptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:34342:5: style: Variable 'idptr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:34331:0: note: Variable 'idptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:34342:5: note: Variable 'idptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:34378:5: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:34370:0: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:34378:5: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:34383:5: style: Variable 'keyptr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:34374:0: note: Variable 'keyptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:34383:5: note: Variable 'keyptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:34384:5: style: Variable 'idptr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:34373:0: note: Variable 'idptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:34384:5: note: Variable 'idptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:34806:5: style: Variable 'page' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:34802:0: note: Variable 'page' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:34806:5: note: Variable 'page' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:34848:5: style: Variable 'page' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajindex.c:34844:0: note: Variable 'page' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:34848:5: note: Variable 'page' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajindex.c:3947:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
EMBOSS-6.6.0/ajax/core/ajindex.c:3954:5: note: Found duplicate branches for 'if' and 'else'.
EMBOSS-6.6.0/ajax/core/ajindex.c:3947:5: note: Found duplicate branches for 'if' and 'else'.
EMBOSS-6.6.0/ajax/core/ajindex.c:15767:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
EMBOSS-6.6.0/ajax/core/ajindex.c:23545:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
EMBOSS-6.6.0/ajax/core/ajindex.c:2571:15: style: The scope of the variable 'newpagesize' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:4019:12: style: The scope of the variable 'status' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:4065:12: style: The scope of the variable 'status' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:4218:12: style: The scope of the variable 'newmax' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:4420:12: style: The scope of the variable 'newmax' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:4596:12: style: The scope of the variable 'newmax' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:4717:12: style: The scope of the variable 'idlen' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:4840:12: style: The scope of the variable 'idlen' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:5123:12: style: The scope of the variable 'iref' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:5572:12: style: The scope of the variable 'iref' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:6200:12: style: The scope of the variable 'ii' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:6328:13: style: The scope of the variable 'blockno' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:6717:15: style: The scope of the variable 'len' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:6830:15: style: The scope of the variable 'len' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:6938:15: style: The scope of the variable 'len' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:7552:12: style: The scope of the variable 'iref' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:7790:12: style: The scope of the variable 'iref' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:8835:11: style: The scope of the variable 'ii' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:9159:12: style: The scope of the variable 'ii' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:9734:12: style: The scope of the variable 'status' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:11061:12: style: The scope of the variable 'iref' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:11145:10: style: The scope of the variable 'p' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:11298:10: style: The scope of the variable 'p' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:11495:12: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:11714:12: style: The scope of the variable 'newmax' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:11812:12: style: The scope of the variable 'idlen' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:12740:13: style: The scope of the variable 'lblockno' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:12741:13: style: The scope of the variable 'rblockno' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:12743:13: style: The scope of the variable 'shift' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:12751:12: style: The scope of the variable 'savedirty' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:12755:12: style: The scope of the variable 'newid' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:13016:12: style: The scope of the variable 'idlen' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:13158:13: style: The scope of the variable 'prev' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:13162:13: style: The scope of the variable 'zero' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:14359:13: style: The scope of the variable 'zero' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:14676:12: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:14874:13: style: The scope of the variable 'lblockno' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:14875:13: style: The scope of the variable 'rblockno' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:14877:13: style: The scope of the variable 'shift' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:15715:13: style: The scope of the variable 'zero' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:15921:13: style: The scope of the variable 'blockno' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:16114:11: style: The scope of the variable 'ii' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:16549:11: style: The scope of the variable 'ii' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:18155:13: style: The scope of the variable 'nids' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:18156:13: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:18273:13: style: The scope of the variable 'nids' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:18274:13: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:18390:13: style: The scope of the variable 'nids' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:18391:13: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:19664:11: style: The scope of the variable 'ii' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:20280:13: style: The scope of the variable 'prev' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:20284:13: style: The scope of the variable 'zero' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:20651:13: style: The scope of the variable 'blockno' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:20883:13: style: The scope of the variable 'zero' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:21051:13: style: The scope of the variable 'lblockno' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:21052:13: style: The scope of the variable 'rblockno' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:21054:13: style: The scope of the variable 'shift' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:21178:15: style: The scope of the variable 'rpage' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:21179:13: style: The scope of the variable 'secrootpage' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:21180:20: style: The scope of the variable 'buf' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:21443:12: style: The scope of the variable 'idlen' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:22418:12: style: The scope of the variable 'newmax' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:22466:12: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:22551:12: style: The scope of the variable 'status' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:22802:12: style: The scope of the variable 'iref' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:23283:13: style: The scope of the variable 'blockno' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:23490:13: style: The scope of the variable 'zero' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:23682:11: style: The scope of the variable 'ii' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:23894:11: style: The scope of the variable 'ii' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:24217:13: style: The scope of the variable 'lblockno' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:24218:13: style: The scope of the variable 'rblockno' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:24220:13: style: The scope of the variable 'shift' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:24348:13: style: The scope of the variable 'zero' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:25137:14: style: The scope of the variable 'secrootpage' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:25271:13: style: The scope of the variable 'nextLeft' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:25272:13: style: The scope of the variable 'nextRight' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:25273:13: style: The scope of the variable 'nextAncL' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:25274:13: style: The scope of the variable 'nextAncR' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:25502:12: style: The scope of the variable 'nentries' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:25503:12: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:25718:12: style: The scope of the variable 'bentries' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:26032:13: style: The scope of the variable 'mergeNode' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:26181:11: style: The scope of the variable 'ii' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:26407:13: style: The scope of the variable 'count' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:26409:11: style: The scope of the variable 'ii' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:26671:12: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:26771:12: style: The scope of the variable 'iref' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:26933:13: style: The scope of the variable 'nextLeft' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:26934:13: style: The scope of the variable 'nextRight' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:26935:13: style: The scope of the variable 'nextAncL' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:26936:13: style: The scope of the variable 'nextAncR' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:27163:12: style: The scope of the variable 'nentries' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:27164:12: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:27382:12: style: The scope of the variable 'bentries' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:27692:13: style: The scope of the variable 'mergeNode' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:27841:12: style: The scope of the variable 'ii' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:28072:13: style: The scope of the variable 'count' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:28074:11: style: The scope of the variable 'ii' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:28335:12: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:28625:13: style: The scope of the variable 'nextLeft' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:28626:13: style: The scope of the variable 'nextRight' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:28627:13: style: The scope of the variable 'nextAncL' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:28628:13: style: The scope of the variable 'nextAncR' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:28855:12: style: The scope of the variable 'nentries' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:28856:12: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:29074:12: style: The scope of the variable 'bentries' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:29369:13: style: The scope of the variable 'mergeNode' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:29517:11: style: The scope of the variable 'ii' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:29742:13: style: The scope of the variable 'count' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:29744:11: style: The scope of the variable 'ii' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:30007:12: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:30101:13: style: The scope of the variable 'nextLeft' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:30102:13: style: The scope of the variable 'nextRight' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:30103:13: style: The scope of the variable 'nextAncL' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:30104:13: style: The scope of the variable 'nextAncR' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:30334:12: style: The scope of the variable 'nentries' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:30335:12: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:30552:12: style: The scope of the variable 'bentries' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:30848:13: style: The scope of the variable 'mergeNode' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:31002:13: style: The scope of the variable 'ii' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:31224:13: style: The scope of the variable 'count' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:31226:13: style: The scope of the variable 'ii' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:31490:12: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:31882:20: style: The scope of the variable 'kp' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:32213:12: style: The scope of the variable 'idlen' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:32489:20: style: The scope of the variable 'lp' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:33304:12: style: The scope of the variable 'idlen' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:33741:12: style: The scope of the variable 'idlen' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:34168:12: style: The scope of the variable 'idlen' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajindex.c:2892:5: style: Redundant pointer operation on 'Pthis' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajindex.c:11203:31: style: Redundant pointer operation on 'seqfiles' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajindex.c:11229:31: style: Redundant pointer operation on 'seqfiles' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajindex.c:11354:31: style: Redundant pointer operation on 'seqfiles' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajindex.c:11380:31: style: Redundant pointer operation on 'seqfiles' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajindex.c:33079:21: warning: Either the condition '!totalbuckets' is redundant or there is division by zero at line 33079. [zerodivcond]
EMBOSS-6.6.0/ajax/core/ajindex.c:33077:8: note: Assuming that condition '!totalbuckets' is not redundant
EMBOSS-6.6.0/ajax/core/ajindex.c:33079:21: note: Division by zero
EMBOSS-6.6.0/ajax/core/ajindex.c:33080:20: warning: Either the condition '!totalbuckets' is redundant or there is division by zero at line 33080. [zerodivcond]
EMBOSS-6.6.0/ajax/core/ajindex.c:33077:8: note: Assuming that condition '!totalbuckets' is not redundant
EMBOSS-6.6.0/ajax/core/ajindex.c:33080:20: note: Division by zero
EMBOSS-6.6.0/ajax/core/ajindex.c:1205:43: style: Function 'ajBtreeIdcacheNewC' argument 1 names different: declaration 'file' definition 'filetxt'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajindex.h:951:45: note: Function 'ajBtreeIdcacheNewC' argument 1 names different: declaration 'file' definition 'filetxt'.
EMBOSS-6.6.0/ajax/core/ajindex.c:1205:43: note: Function 'ajBtreeIdcacheNewC' argument 1 names different: declaration 'file' definition 'filetxt'.
EMBOSS-6.6.0/ajax/core/ajindex.c:1205:64: style: Function 'ajBtreeIdcacheNewC' argument 2 names different: declaration 'ext' definition 'exttxt'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajindex.h:951:63: note: Function 'ajBtreeIdcacheNewC' argument 2 names different: declaration 'ext' definition 'exttxt'.
EMBOSS-6.6.0/ajax/core/ajindex.c:1205:64: note: Function 'ajBtreeIdcacheNewC' argument 2 names different: declaration 'ext' definition 'exttxt'.
EMBOSS-6.6.0/ajax/core/ajindex.c:1206:43: style: Function 'ajBtreeIdcacheNewC' argument 3 names different: declaration 'idir' definition 'idirtxt'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajindex.h:952:45: note: Function 'ajBtreeIdcacheNewC' argument 3 names different: declaration 'idir' definition 'idirtxt'.
EMBOSS-6.6.0/ajax/core/ajindex.c:1206:43: note: Function 'ajBtreeIdcacheNewC' argument 3 names different: declaration 'idir' definition 'idirtxt'.
EMBOSS-6.6.0/ajax/core/ajindex.c:1432:44: warning: Function 'ajBtreeIdcacheNewS' argument order different: declaration 'file, ext, idir, mode, compressed, kwlimit, refcount, pripagesize, secpagesize, pricachesize, seccachesize, pripagecount, secpagecount, order, fill, level, sorder, sfill, count, countall' definition 'file, ext, idir, mode, compressed, refcount, kwlimit, pripagesize, secpagesize, pricachesize, seccachesize, pripagecount, secpagecount, order, fill, level, sorder, sfill, count, countall' [funcArgOrderDifferent]
EMBOSS-6.6.0/ajax/core/ajindex.h:961:46: note: Function 'ajBtreeIdcacheNewS' argument order different: declaration 'file, ext, idir, mode, compressed, kwlimit, refcount, pripagesize, secpagesize, pricachesize, seccachesize, pripagecount, secpagecount, order, fill, level, sorder, sfill, count, countall' definition 'file, ext, idir, mode, compressed, refcount, kwlimit, pripagesize, secpagesize, pricachesize, seccachesize, pripagecount, secpagecount, order, fill, level, sorder, sfill, count, countall'
EMBOSS-6.6.0/ajax/core/ajindex.c:1432:44: note: Function 'ajBtreeIdcacheNewS' argument order different: declaration 'file, ext, idir, mode, compressed, kwlimit, refcount, pripagesize, secpagesize, pricachesize, seccachesize, pripagecount, secpagecount, order, fill, level, sorder, sfill, count, countall' definition 'file, ext, idir, mode, compressed, refcount, kwlimit, pripagesize, secpagesize, pricachesize, seccachesize, pripagecount, secpagecount, order, fill, level, sorder, sfill, count, countall'
EMBOSS-6.6.0/ajax/core/ajindex.c:2824:37: style: Function 'ajBtreeCacheDel' argument 1 names different: declaration 'thys' definition 'Pthis'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajindex.h:1003:42: note: Function 'ajBtreeCacheDel' argument 1 names different: declaration 'thys' definition 'Pthis'.
EMBOSS-6.6.0/ajax/core/ajindex.c:2824:37: note: Function 'ajBtreeCacheDel' argument 1 names different: declaration 'thys' definition 'Pthis'.
EMBOSS-6.6.0/ajax/core/ajindex.c:4105:55: style: Function 'btreePrimaryPageDown' argument 3 names different: declaration 'item' definition 'key'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajindex.c:363:56: note: Function 'btreePrimaryPageDown' argument 3 names different: declaration 'item' definition 'key'.
EMBOSS-6.6.0/ajax/core/ajindex.c:4105:55: note: Function 'btreePrimaryPageDown' argument 3 names different: declaration 'item' definition 'key'.
EMBOSS-6.6.0/ajax/core/ajindex.c:4136:54: style: Function 'btreeSecondaryPageDown' argument 3 names different: declaration 'item' definition 'key'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajindex.c:366:58: note: Function 'btreeSecondaryPageDown' argument 3 names different: declaration 'item' definition 'key'.
EMBOSS-6.6.0/ajax/core/ajindex.c:4136:54: note: Function 'btreeSecondaryPageDown' argument 3 names different: declaration 'item' definition 'key'.
EMBOSS-6.6.0/ajax/core/ajindex.c:5783:65: style: Function 'btreeIdbucketsReorder' argument 2 names different: declaration 'page' definition 'leaf'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajindex.c:384:72: note: Function 'btreeIdbucketsReorder' argument 2 names different: declaration 'page' definition 'leaf'.
EMBOSS-6.6.0/ajax/core/ajindex.c:5783:65: note: Function 'btreeIdbucketsReorder' argument 2 names different: declaration 'page' definition 'leaf'.
EMBOSS-6.6.0/ajax/core/ajindex.c:7313:56: style: Function 'btreeWriteNode' argument 2 names different: declaration 'page' definition 'spage'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajindex.c:405:65: note: Function 'btreeWriteNode' argument 2 names different: declaration 'page' definition 'spage'.
EMBOSS-6.6.0/ajax/core/ajindex.c:7313:56: note: Function 'btreeWriteNode' argument 2 names different: declaration 'page' definition 'spage'.
EMBOSS-6.6.0/ajax/core/ajindex.c:7778:34: style: Function 'ajBtreeIdentFetchId' argument 3 names different: declaration 'idlist' definition 'btidlist'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajindex.h:1060:42: note: Function 'ajBtreeIdentFetchId' argument 3 names different: declaration 'idlist' definition 'btidlist'.
EMBOSS-6.6.0/ajax/core/ajindex.c:7778:34: note: Function 'ajBtreeIdentFetchId' argument 3 names different: declaration 'idlist' definition 'btidlist'.
EMBOSS-6.6.0/ajax/core/ajindex.c:7878:35: style: Function 'ajBtreeIdentFetchHit' argument 3 names different: declaration 'idlist' definition 'hitlist'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajindex.h:1064:43: note: Function 'ajBtreeIdentFetchHit' argument 3 names different: declaration 'idlist' definition 'hitlist'.
EMBOSS-6.6.0/ajax/core/ajindex.c:7878:35: note: Function 'ajBtreeIdentFetchHit' argument 3 names different: declaration 'idlist' definition 'hitlist'.
EMBOSS-6.6.0/ajax/core/ajindex.c:7976:35: style: Function 'ajBtreeIdentFetchHitref' argument 3 names different: declaration 'idlist' definition 'hitlist'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajindex.h:1068:46: note: Function 'ajBtreeIdentFetchHitref' argument 3 names different: declaration 'idlist' definition 'hitlist'.
EMBOSS-6.6.0/ajax/core/ajindex.c:7976:35: note: Function 'ajBtreeIdentFetchHitref' argument 3 names different: declaration 'idlist' definition 'hitlist'.
EMBOSS-6.6.0/ajax/core/ajindex.c:8219:39: style: Function 'ajBtreeReadParamsC' argument 1 names different: declaration 'fn' definition 'filetxt'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajindex.h:1020:45: note: Function 'ajBtreeReadParamsC' argument 1 names different: declaration 'fn' definition 'filetxt'.
EMBOSS-6.6.0/ajax/core/ajindex.c:8219:39: note: Function 'ajBtreeReadParamsC' argument 1 names different: declaration 'fn' definition 'filetxt'.
EMBOSS-6.6.0/ajax/core/ajindex.c:8219:60: style: Function 'ajBtreeReadParamsC' argument 2 names different: declaration 'ext' definition 'exttxt'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajindex.h:1020:61: note: Function 'ajBtreeReadParamsC' argument 2 names different: declaration 'ext' definition 'exttxt'.
EMBOSS-6.6.0/ajax/core/ajindex.c:8219:60: note: Function 'ajBtreeReadParamsC' argument 2 names different: declaration 'ext' definition 'exttxt'.
EMBOSS-6.6.0/ajax/core/ajindex.c:8220:39: style: Function 'ajBtreeReadParamsC' argument 3 names different: declaration 'idir' definition 'idirtxt'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajindex.h:1021:45: note: Function 'ajBtreeReadParamsC' argument 3 names different: declaration 'idir' definition 'idirtxt'.
EMBOSS-6.6.0/ajax/core/ajindex.c:8220:39: note: Function 'ajBtreeReadParamsC' argument 3 names different: declaration 'idir' definition 'idirtxt'.
EMBOSS-6.6.0/ajax/core/ajindex.c:8407:40: style: Function 'ajBtreeReadParamsS' argument 1 names different: declaration 'fn' definition 'file'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajindex.h:1032:46: note: Function 'ajBtreeReadParamsS' argument 1 names different: declaration 'fn' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajindex.c:8407:40: note: Function 'ajBtreeReadParamsS' argument 1 names different: declaration 'fn' definition 'file'.
EMBOSS-6.6.0/ajax/core/ajindex.c:9557:36: style: Function 'ajBtreeIdwildDel' argument 1 names different: declaration 'thys' definition 'Pthis'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajindex.h:1086:44: note: Function 'ajBtreeIdwildDel' argument 1 names different: declaration 'thys' definition 'Pthis'.
EMBOSS-6.6.0/ajax/core/ajindex.c:9557:36: note: Function 'ajBtreeIdwildDel' argument 1 names different: declaration 'thys' definition 'Pthis'.
EMBOSS-6.6.0/ajax/core/ajindex.c:9646:38: style: Function 'ajBtreeKeywildDel' argument 1 names different: declaration 'thys' definition 'Pthis'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajindex.h:1091:46: note: Function 'ajBtreeKeywildDel' argument 1 names different: declaration 'thys' definition 'Pthis'.
EMBOSS-6.6.0/ajax/core/ajindex.c:9646:38: note: Function 'ajBtreeKeywildDel' argument 1 names different: declaration 'thys' definition 'Pthis'.
EMBOSS-6.6.0/ajax/core/ajindex.c:10250:39: style: Function 'ajBtreeIdentFetchwildHit' argument 3 names different: declaration 'idlist' definition 'hitlist'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajindex.h:1066:62: note: Function 'ajBtreeIdentFetchwildHit' argument 3 names different: declaration 'idlist' definition 'hitlist'.
EMBOSS-6.6.0/ajax/core/ajindex.c:10250:39: note: Function 'ajBtreeIdentFetchwildHit' argument 3 names different: declaration 'idlist' definition 'hitlist'.
EMBOSS-6.6.0/ajax/core/ajindex.c:10487:42: style: Function 'ajBtreeIdentFetchwildHitref' argument 3 names different: declaration 'idlist' definition 'hitlist'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajindex.h:1070:62: note: Function 'ajBtreeIdentFetchwildHitref' argument 3 names different: declaration 'idlist' definition 'hitlist'.
EMBOSS-6.6.0/ajax/core/ajindex.c:10487:42: note: Function 'ajBtreeIdentFetchwildHitref' argument 3 names different: declaration 'idlist' definition 'hitlist'.
EMBOSS-6.6.0/ajax/core/ajindex.c:10831:43: style: Function 'btreeKeyFullSearchHit' argument 3 names different: declaration 'idlist' definition 'hitlist'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajindex.c:517:52: note: Function 'btreeKeyFullSearchHit' argument 3 names different: declaration 'idlist' definition 'hitlist'.
EMBOSS-6.6.0/ajax/core/ajindex.c:10831:43: note: Function 'btreeKeyFullSearchHit' argument 3 names different: declaration 'idlist' definition 'hitlist'.
EMBOSS-6.6.0/ajax/core/ajindex.c:10941:46: style: Function 'btreeKeyFullSearchHitref' argument 3 names different: declaration 'idlist' definition 'hitlist'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajindex.c:520:55: note: Function 'btreeKeyFullSearchHitref' argument 3 names different: declaration 'idlist' definition 'hitlist'.
EMBOSS-6.6.0/ajax/core/ajindex.c:10941:46: note: Function 'btreeKeyFullSearchHitref' argument 3 names different: declaration 'idlist' definition 'hitlist'.
EMBOSS-6.6.0/ajax/core/ajindex.c:14043:44: style: Function 'ajBtreeSeccacheNewC' argument 1 names different: declaration 'file' definition 'filetxt'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajindex.h:972:46: note: Function 'ajBtreeSeccacheNewC' argument 1 names different: declaration 'file' definition 'filetxt'.
EMBOSS-6.6.0/ajax/core/ajindex.c:14043:44: note: Function 'ajBtreeSeccacheNewC' argument 1 names different: declaration 'file' definition 'filetxt'.
EMBOSS-6.6.0/ajax/core/ajindex.c:14043:65: style: Function 'ajBtreeSeccacheNewC' argument 2 names different: declaration 'ext' definition 'exttxt'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajindex.h:972:64: note: Function 'ajBtreeSeccacheNewC' argument 2 names different: declaration 'ext' definition 'exttxt'.
EMBOSS-6.6.0/ajax/core/ajindex.c:14043:65: note: Function 'ajBtreeSeccacheNewC' argument 2 names different: declaration 'ext' definition 'exttxt'.
EMBOSS-6.6.0/ajax/core/ajindex.c:14044:23: style: Function 'ajBtreeSeccacheNewC' argument 3 names different: declaration 'idir' definition 'idirtxt'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajindex.h:973:46: note: Function 'ajBtreeSeccacheNewC' argument 3 names different: declaration 'idir' definition 'idirtxt'.
EMBOSS-6.6.0/ajax/core/ajindex.c:14044:23: note: Function 'ajBtreeSeccacheNewC' argument 3 names different: declaration 'idir' definition 'idirtxt'.
EMBOSS-6.6.0/ajax/core/ajindex.c:14047:39: style: Function 'ajBtreeSeccacheNewC' argument 8 names different: declaration 'pagesize' definition 'pripagesize'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajindex.h:976:41: note: Function 'ajBtreeSeccacheNewC' argument 8 names different: declaration 'pagesize' definition 'pripagesize'.
EMBOSS-6.6.0/ajax/core/ajindex.c:14047:39: note: Function 'ajBtreeSeccacheNewC' argument 8 names different: declaration 'pagesize' definition 'pripagesize'.
EMBOSS-6.6.0/ajax/core/ajindex.c:14048:39: style: Function 'ajBtreeSeccacheNewC' argument 10 names different: declaration 'cachesize' definition 'pricachesize'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajindex.h:977:41: note: Function 'ajBtreeSeccacheNewC' argument 10 names different: declaration 'cachesize' definition 'pricachesize'.
EMBOSS-6.6.0/ajax/core/ajindex.c:14048:39: note: Function 'ajBtreeSeccacheNewC' argument 10 names different: declaration 'cachesize' definition 'pricachesize'.
EMBOSS-6.6.0/ajax/core/ajindex.c:14049:40: style: Function 'ajBtreeSeccacheNewC' argument 12 names different: declaration 'pagecount' definition 'pripagecount'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajindex.h:978:42: note: Function 'ajBtreeSeccacheNewC' argument 12 names different: declaration 'pagecount' definition 'pripagecount'.
EMBOSS-6.6.0/ajax/core/ajindex.c:14049:40: note: Function 'ajBtreeSeccacheNewC' argument 12 names different: declaration 'pagecount' definition 'pripagecount'.
EMBOSS-6.6.0/ajax/core/ajindex.c:14274:39: style: Function 'ajBtreeSeccacheNewS' argument 8 names different: declaration 'pagesize' definition 'pripagesize'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajindex.h:986:41: note: Function 'ajBtreeSeccacheNewS' argument 8 names different: declaration 'pagesize' definition 'pripagesize'.
EMBOSS-6.6.0/ajax/core/ajindex.c:14274:39: note: Function 'ajBtreeSeccacheNewS' argument 8 names different: declaration 'pagesize' definition 'pripagesize'.
EMBOSS-6.6.0/ajax/core/ajindex.c:14275:39: style: Function 'ajBtreeSeccacheNewS' argument 10 names different: declaration 'cachesize' definition 'pricachesize'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajindex.h:987:41: note: Function 'ajBtreeSeccacheNewS' argument 10 names different: declaration 'cachesize' definition 'pricachesize'.
EMBOSS-6.6.0/ajax/core/ajindex.c:14275:39: note: Function 'ajBtreeSeccacheNewS' argument 10 names different: declaration 'cachesize' definition 'pricachesize'.
EMBOSS-6.6.0/ajax/core/ajindex.c:14276:40: style: Function 'ajBtreeSeccacheNewS' argument 12 names different: declaration 'pagecount' definition 'pripagecount'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajindex.h:988:42: note: Function 'ajBtreeSeccacheNewS' argument 12 names different: declaration 'pagecount' definition 'pripagecount'.
EMBOSS-6.6.0/ajax/core/ajindex.c:14276:40: note: Function 'ajBtreeSeccacheNewS' argument 12 names different: declaration 'pagecount' definition 'pripagecount'.
EMBOSS-6.6.0/ajax/core/ajindex.c:17305:51: style: Function 'ajBtreeKeyFetchHit' argument 4 names different: declaration 'btidlist' definition 'hitlist'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajindex.h:1077:56: note: Function 'ajBtreeKeyFetchHit' argument 4 names different: declaration 'btidlist' definition 'hitlist'.
EMBOSS-6.6.0/ajax/core/ajindex.c:17305:51: note: Function 'ajBtreeKeyFetchHit' argument 4 names different: declaration 'btidlist' definition 'hitlist'.
EMBOSS-6.6.0/ajax/core/ajindex.c:17370:54: style: Function 'ajBtreeKeyFetchHitref' argument 4 names different: declaration 'btidlist' definition 'hitlist'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajindex.h:1081:56: note: Function 'ajBtreeKeyFetchHitref' argument 4 names different: declaration 'btidlist' definition 'hitlist'.
EMBOSS-6.6.0/ajax/core/ajindex.c:17370:54: note: Function 'ajBtreeKeyFetchHitref' argument 4 names different: declaration 'btidlist' definition 'hitlist'.
EMBOSS-6.6.0/ajax/core/ajindex.c:17666:55: style: Function 'ajBtreeKeyFetchwildHit' argument 4 names different: declaration 'btidlist' definition 'hitlist'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajindex.h:1079:60: note: Function 'ajBtreeKeyFetchwildHit' argument 4 names different: declaration 'btidlist' definition 'hitlist'.
EMBOSS-6.6.0/ajax/core/ajindex.c:17666:55: note: Function 'ajBtreeKeyFetchwildHit' argument 4 names different: declaration 'btidlist' definition 'hitlist'.
EMBOSS-6.6.0/ajax/core/ajindex.c:17901:58: style: Function 'ajBtreeKeyFetchwildHitref' argument 4 names different: declaration 'btidlist' definition 'hitlist'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajindex.h:1083:60: note: Function 'ajBtreeKeyFetchwildHitref' argument 4 names different: declaration 'btidlist' definition 'hitlist'.
EMBOSS-6.6.0/ajax/core/ajindex.c:17901:58: note: Function 'ajBtreeKeyFetchwildHitref' argument 4 names different: declaration 'btidlist' definition 'hitlist'.
EMBOSS-6.6.0/ajax/core/ajindex.c:18255:67: style: Function 'btreeKeywordFullSearchHit' argument 4 names different: declaration 'idlist' definition 'hitlist'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajindex.c:528:56: note: Function 'btreeKeywordFullSearchHit' argument 4 names different: declaration 'idlist' definition 'hitlist'.
EMBOSS-6.6.0/ajax/core/ajindex.c:18255:67: note: Function 'btreeKeywordFullSearchHit' argument 4 names different: declaration 'idlist' definition 'hitlist'.
EMBOSS-6.6.0/ajax/core/ajindex.c:18372:70: style: Function 'btreeKeywordFullSearchHitref' argument 4 names different: declaration 'idlist' definition 'hitlist'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajindex.c:532:59: note: Function 'btreeKeywordFullSearchHitref' argument 4 names different: declaration 'idlist' definition 'hitlist'.
EMBOSS-6.6.0/ajax/core/ajindex.c:18372:70: note: Function 'btreeKeywordFullSearchHitref' argument 4 names different: declaration 'idlist' definition 'hitlist'.
EMBOSS-6.6.0/ajax/core/ajindex.c:18798:32: style: Function 'btreeStrDel' argument 1 names different: declaration 'pentry' definition 'Pstr'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajindex.c:506:41: note: Function 'btreeStrDel' argument 1 names different: declaration 'pentry' definition 'Pstr'.
EMBOSS-6.6.0/ajax/core/ajindex.c:18798:32: note: Function 'btreeStrDel' argument 1 names different: declaration 'pentry' definition 'Pstr'.
EMBOSS-6.6.0/ajax/core/ajindex.c:22153:48: style: Function 'btreeNumbucketBthitlist' argument 3 names different: declaration 'idlist' definition 'hitlist'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajindex.c:577:54: note: Function 'btreeNumbucketBthitlist' argument 3 names different: declaration 'idlist' definition 'hitlist'.
EMBOSS-6.6.0/ajax/core/ajindex.c:22153:48: note: Function 'btreeNumbucketBthitlist' argument 3 names different: declaration 'idlist' definition 'hitlist'.
EMBOSS-6.6.0/ajax/core/ajindex.c:22241:51: style: Function 'btreeNumbucketBthitreflist' argument 3 names different: declaration 'idlist' definition 'hitlist'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajindex.c:580:57: note: Function 'btreeNumbucketBthitreflist' argument 3 names different: declaration 'idlist' definition 'hitlist'.
EMBOSS-6.6.0/ajax/core/ajindex.c:22241:51: note: Function 'btreeNumbucketBthitreflist' argument 3 names different: declaration 'idlist' definition 'hitlist'.
EMBOSS-6.6.0/ajax/core/ajindex.c:22798:56: style: Function 'btreeNumbucketNew' argument 2 names different: declaration 'nref' definition 'refcount'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajindex.c:598:57: note: Function 'btreeNumbucketNew' argument 2 names different: declaration 'nref' definition 'refcount'.
EMBOSS-6.6.0/ajax/core/ajindex.c:22798:56: note: Function 'btreeNumbucketNew' argument 2 names different: declaration 'nref' definition 'refcount'.
EMBOSS-6.6.0/ajax/core/ajindex.c:32192:36: style: Function 'ajBtreeStatIdbucket' argument 4 names different: declaration 'nkeys' definition 'nentries'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajindex.h:1134:42: note: Function 'ajBtreeStatIdbucket' argument 4 names different: declaration 'nkeys' definition 'nentries'.
EMBOSS-6.6.0/ajax/core/ajindex.c:32192:36: note: Function 'ajBtreeStatIdbucket' argument 4 names different: declaration 'nkeys' definition 'nentries'.
EMBOSS-6.6.0/ajax/core/ajindex.c:32359:37: style: Function 'ajBtreeStatNumbucket' argument 4 names different: declaration 'nkeys' definition 'nentries'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajindex.h:1139:43: note: Function 'ajBtreeStatNumbucket' argument 4 names different: declaration 'nkeys' definition 'nentries'.
EMBOSS-6.6.0/ajax/core/ajindex.c:32359:37: note: Function 'ajBtreeStatNumbucket' argument 4 names different: declaration 'nkeys' definition 'nentries'.
EMBOSS-6.6.0/ajax/core/ajindex.c:32474:37: style: Function 'ajBtreeStatPribucket' argument 4 names different: declaration 'nkeys' definition 'nentries'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajindex.h:1143:43: note: Function 'ajBtreeStatPribucket' argument 4 names different: declaration 'nkeys' definition 'nentries'.
EMBOSS-6.6.0/ajax/core/ajindex.c:32474:37: note: Function 'ajBtreeStatPribucket' argument 4 names different: declaration 'nkeys' definition 'nentries'.
EMBOSS-6.6.0/ajax/core/ajindex.c:32578:37: style: Function 'ajBtreeStatSecbucket' argument 4 names different: declaration 'nkeys' definition 'nentries'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajindex.h:1148:43: note: Function 'ajBtreeStatSecbucket' argument 4 names different: declaration 'nkeys' definition 'nentries'.
EMBOSS-6.6.0/ajax/core/ajindex.c:32578:37: note: Function 'ajBtreeStatSecbucket' argument 4 names different: declaration 'nkeys' definition 'nentries'.
EMBOSS-6.6.0/ajax/core/ajindex.c:32829:43: style: Function 'btreeBucketSplitCalc' argument 2 names different: declaration 'totalbickets' definition 'totalbuckets'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajindex.c:727:50: note: Function 'btreeBucketSplitCalc' argument 2 names different: declaration 'totalbickets' definition 'totalbuckets'.
EMBOSS-6.6.0/ajax/core/ajindex.c:32829:43: note: Function 'btreeBucketSplitCalc' argument 2 names different: declaration 'totalbickets' definition 'totalbuckets'.
EMBOSS-6.6.0/ajax/core/ajindex.c:33145:52: style: Function 'btreePageposCompress' argument 2 names different: declaration 'newpagetable' definition 'newpostable'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajindex.c:274:58: note: Function 'btreePageposCompress' argument 2 names different: declaration 'newpagetable' definition 'newpostable'.
EMBOSS-6.6.0/ajax/core/ajindex.c:33145:52: note: Function 'btreePageposCompress' argument 2 names different: declaration 'newpagetable' definition 'newpostable'.
EMBOSS-6.6.0/ajax/core/ajindex.c:33146:49: style: Function 'btreePageposCompress' argument 3 names different: declaration 'desc' definition 'where'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajindex.c:275:55: note: Function 'btreePageposCompress' argument 3 names different: declaration 'desc' definition 'where'.
EMBOSS-6.6.0/ajax/core/ajindex.c:33146:49: note: Function 'btreePageposCompress' argument 3 names different: declaration 'desc' definition 'where'.
EMBOSS-6.6.0/ajax/core/ajindex.c:33186:54: style: Function 'btreePageposUncompress' argument 2 names different: declaration 'newpagetable' definition 'newpostable'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajindex.c:278:60: note: Function 'btreePageposUncompress' argument 2 names different: declaration 'newpagetable' definition 'newpostable'.
EMBOSS-6.6.0/ajax/core/ajindex.c:33186:54: note: Function 'btreePageposUncompress' argument 2 names different: declaration 'newpagetable' definition 'newpostable'.
EMBOSS-6.6.0/ajax/core/ajindex.c:33187:51: style: Function 'btreePageposUncompress' argument 3 names different: declaration 'desc' definition 'where'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajindex.c:279:57: note: Function 'btreePageposUncompress' argument 3 names different: declaration 'desc' definition 'where'.
EMBOSS-6.6.0/ajax/core/ajindex.c:33187:51: note: Function 'btreePageposUncompress' argument 3 names different: declaration 'desc' definition 'where'.
EMBOSS-6.6.0/ajax/core/ajindex.c:33226:50: style: Function 'btreePageUncompress' argument 2 names different: declaration 'newpagetable' definition 'newpostable'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajindex.c:306:57: note: Function 'btreePageUncompress' argument 2 names different: declaration 'newpagetable' definition 'newpostable'.
EMBOSS-6.6.0/ajax/core/ajindex.c:33226:50: note: Function 'btreePageUncompress' argument 2 names different: declaration 'newpagetable' definition 'newpostable'.
EMBOSS-6.6.0/ajax/core/ajindex.c:33295:56: style: Function 'btreePageUncompressIdbucket' argument 2 names different: declaration 'newpagetable' definition 'newpostable'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajindex.c:309:65: note: Function 'btreePageUncompressIdbucket' argument 2 names different: declaration 'newpagetable' definition 'newpostable'.
EMBOSS-6.6.0/ajax/core/ajindex.c:33295:56: note: Function 'btreePageUncompressIdbucket' argument 2 names different: declaration 'newpagetable' definition 'newpostable'.
EMBOSS-6.6.0/ajax/core/ajindex.c:33370:52: style: Function 'btreePageUncompressNode' argument 2 names different: declaration 'newpagetable' definition 'newpostable'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajindex.c:312:61: note: Function 'btreePageUncompressNode' argument 2 names different: declaration 'newpagetable' definition 'newpostable'.
EMBOSS-6.6.0/ajax/core/ajindex.c:33370:52: note: Function 'btreePageUncompressNode' argument 2 names different: declaration 'newpagetable' definition 'newpostable'.
EMBOSS-6.6.0/ajax/core/ajindex.c:33491:55: style: Function 'btreePageUncompressNumnode' argument 2 names different: declaration 'newpagetable' definition 'newpostable'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajindex.c:314:64: note: Function 'btreePageUncompressNumnode' argument 2 names different: declaration 'newpagetable' definition 'newpostable'.
EMBOSS-6.6.0/ajax/core/ajindex.c:33491:55: note: Function 'btreePageUncompressNumnode' argument 2 names different: declaration 'newpagetable' definition 'newpostable'.
EMBOSS-6.6.0/ajax/core/ajindex.c:33599:57: style: Function 'btreePageUncompressPribucket' argument 2 names different: declaration 'newpagetable' definition 'newpostable'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajindex.c:316:66: note: Function 'btreePageUncompressPribucket' argument 2 names different: declaration 'newpagetable' definition 'newpostable'.
EMBOSS-6.6.0/ajax/core/ajindex.c:33599:57: note: Function 'btreePageUncompressPribucket' argument 2 names different: declaration 'newpagetable' definition 'newpostable'.
EMBOSS-6.6.0/ajax/core/ajindex.c:33665:48: style: Function 'btreePageCompress' argument 2 names different: declaration 'newpagetable' definition 'newpostable'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajindex.c:294:55: note: Function 'btreePageCompress' argument 2 names different: declaration 'newpagetable' definition 'newpostable'.
EMBOSS-6.6.0/ajax/core/ajindex.c:33665:48: note: Function 'btreePageCompress' argument 2 names different: declaration 'newpagetable' definition 'newpostable'.
EMBOSS-6.6.0/ajax/core/ajindex.c:33732:54: style: Function 'btreePageCompressIdbucket' argument 2 names different: declaration 'newpagetable' definition 'newpostable'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajindex.c:297:63: note: Function 'btreePageCompressIdbucket' argument 2 names different: declaration 'newpagetable' definition 'newpostable'.
EMBOSS-6.6.0/ajax/core/ajindex.c:33732:54: note: Function 'btreePageCompressIdbucket' argument 2 names different: declaration 'newpagetable' definition 'newpostable'.
EMBOSS-6.6.0/ajax/core/ajindex.c:33810:49: style: Function 'btreePageCompressNode' argument 2 names different: declaration 'newpagetable' definition 'newpostable'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajindex.c:300:59: note: Function 'btreePageCompressNode' argument 2 names different: declaration 'newpagetable' definition 'newpostable'.
EMBOSS-6.6.0/ajax/core/ajindex.c:33810:49: note: Function 'btreePageCompressNode' argument 2 names different: declaration 'newpagetable' definition 'newpostable'.
EMBOSS-6.6.0/ajax/core/ajindex.c:33933:53: style: Function 'btreePageCompressNumnode' argument 2 names different: declaration 'newpagetable' definition 'newpostable'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajindex.c:302:62: note: Function 'btreePageCompressNumnode' argument 2 names different: declaration 'newpagetable' definition 'newpostable'.
EMBOSS-6.6.0/ajax/core/ajindex.c:33933:53: note: Function 'btreePageCompressNumnode' argument 2 names different: declaration 'newpagetable' definition 'newpostable'.
EMBOSS-6.6.0/ajax/core/ajindex.c:34042:55: style: Function 'btreePageCompressPribucket' argument 2 names different: declaration 'newpagetable' definition 'newpostable'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajindex.c:304:64: note: Function 'btreePageCompressPribucket' argument 2 names different: declaration 'newpagetable' definition 'newpostable'.
EMBOSS-6.6.0/ajax/core/ajindex.c:34042:55: note: Function 'btreePageCompressPribucket' argument 2 names different: declaration 'newpagetable' definition 'newpostable'.
EMBOSS-6.6.0/ajax/core/ajindex.c:35252:35: style: Function 'ajBtreeIdHash' argument 1 names different: declaration 'x' definition 'key'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajindex.h:1111:40: note: Function 'ajBtreeIdHash' argument 1 names different: declaration 'x' definition 'key'.
EMBOSS-6.6.0/ajax/core/ajindex.c:35252:35: note: Function 'ajBtreeIdHash' argument 1 names different: declaration 'x' definition 'key'.
EMBOSS-6.6.0/ajax/core/ajindex.c:35330:36: style: Function 'ajBtreeHitHash' argument 1 names different: declaration 'x' definition 'key'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajindex.h:1114:41: note: Function 'ajBtreeHitHash' argument 1 names different: declaration 'x' definition 'key'.
EMBOSS-6.6.0/ajax/core/ajindex.c:35330:36: note: Function 'ajBtreeHitHash' argument 1 names different: declaration 'x' definition 'key'.
EMBOSS-6.6.0/ajax/core/ajindex.c:35408:39: style: Function 'ajBtreeHitrefHash' argument 1 names different: declaration 'x' definition 'key'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajindex.h:1117:44: note: Function 'ajBtreeHitrefHash' argument 1 names different: declaration 'x' definition 'key'.
EMBOSS-6.6.0/ajax/core/ajindex.c:35408:39: note: Function 'ajBtreeHitrefHash' argument 1 names different: declaration 'x' definition 'key'.
EMBOSS-6.6.0/ajax/core/ajindex.c:2652:13: style: Variable 'freepages' is modified but its new value is never used. [unreadVariable]
EMBOSS-6.6.0/ajax/core/ajindex.c:2769:13: style: Variable 'freepages' is modified but its new value is never used. [unreadVariable]
EMBOSS-6.6.0/ajax/core/ajindex.c:2759:5: style: Variable 'oldpos' is assigned a value that is never used. [unreadVariable]
EMBOSS-6.6.0/ajax/core/ajindex.c:2760:5: style: Variable 'newpos' is assigned a value that is never used. [unreadVariable]
EMBOSS-6.6.0/ajax/core/ajindex.c:5307:2: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
EMBOSS-6.6.0/ajax/core/ajindex.c:5584:5: style: Variable 'calls' is modified but its new value is never used. [unreadVariable]
EMBOSS-6.6.0/ajax/core/ajindex.c:7439:15: style: Variable 'keyptr' is assigned a value that is never used. [unreadVariable]
EMBOSS-6.6.0/ajax/core/ajindex.c:7517:15: style: Variable 'keyptr' is assigned a value that is never used. [unreadVariable]
EMBOSS-6.6.0/ajax/core/ajindex.c:12112:8: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
EMBOSS-6.6.0/ajax/core/ajindex.c:12345:15: style: Variable 'endptr' is assigned a value that is never used. [unreadVariable]
EMBOSS-6.6.0/ajax/core/ajindex.c:12271:5: style: Variable 'calls' is modified but its new value is never used. [unreadVariable]
EMBOSS-6.6.0/ajax/core/ajindex.c:15159:5: style: Variable 'calls' is modified but its new value is never used. [unreadVariable]
EMBOSS-6.6.0/ajax/core/ajindex.c:18650:12: style: Variable 'page' is assigned a value that is never used. [unreadVariable]
EMBOSS-6.6.0/ajax/core/ajindex.c:33549:16: style: Variable 'prev' is assigned a value that is never used. [unreadVariable]
EMBOSS-6.6.0/ajax/core/ajlist.c:1792:11: warning: Possible null pointer dereference: node [nullPointer]
EMBOSS-6.6.0/ajax/core/ajlist.c:2114:30: note: Assignment 'node=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajlist.c:2115:20: note: Calling function 'listNodesTrace', 1st argument 'node' value is 0
EMBOSS-6.6.0/ajax/core/ajlist.c:1792:11: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajlist.c:610:5: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajlist.c:607:0: note: Variable 'iter' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajlist.c:610:5: note: Variable 'iter' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajlist.c:698:5: style: Variable 'node' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajlist.c:693:0: note: Variable 'node' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajlist.c:698:5: note: Variable 'node' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajlist.c:751:5: style: Variable 'node' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajlist.c:741:0: note: Variable 'node' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajlist.c:751:5: note: Variable 'node' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajlist.c:755:5: style: Variable 'len' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajlist.c:745:0: note: Variable 'len' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajlist.c:755:5: note: Variable 'len' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajlist.c:830:5: style: Variable 'node' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajlist.c:820:0: note: Variable 'node' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajlist.c:830:5: note: Variable 'node' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajlist.c:831:5: style: Variable 'len' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajlist.c:824:0: note: Variable 'len' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajlist.c:831:5: note: Variable 'len' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajlist.c:1077:5: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajlist.c:1073:0: note: Variable 'iter' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajlist.c:1077:5: note: Variable 'iter' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajlist.c:1491:5: style: Variable 'n' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajlist.c:1487:0: note: Variable 'n' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajlist.c:1491:5: note: Variable 'n' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajlist.c:1492:5: style: Variable 'rest' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajlist.c:1489:0: note: Variable 'rest' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajlist.c:1492:5: note: Variable 'rest' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajlist.c:1572:5: style: Variable 'n' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajlist.c:1562:0: note: Variable 'n' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajlist.c:1572:5: note: Variable 'n' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajlist.c:2060:5: style: Variable 'node' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajlist.c:2057:0: note: Variable 'node' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajlist.c:2060:5: note: Variable 'node' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajlist.c:3440:5: style: Variable 'n' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajlist.c:3436:0: note: Variable 'n' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajlist.c:3440:5: note: Variable 'n' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajlist.c:3441:5: style: Variable 'rest' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajlist.c:3438:0: note: Variable 'rest' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajlist.c:3441:5: note: Variable 'rest' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajlist.c:3488:5: style: Variable 'rest' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajlist.c:3486:0: note: Variable 'rest' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajlist.c:3488:5: note: Variable 'rest' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajlist.c:749:13: style: The scope of the variable 'n' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajlist.c:828:13: style: The scope of the variable 'n' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajlist.c:2154:13: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajlist.c:3305:12: style: The scope of the variable 'tmpstr' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajlist.c:1502:9: style: Redundant pointer operation on 'array' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajlist.c:1901:21: style: Redundant pointer operation on 'rest' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajlist.c:1913:13: style: Redundant pointer operation on 'rest' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajlist.c:1920:9: style: Redundant pointer operation on 'Plist' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajlist.c:1986:21: style: Redundant pointer operation on 'rest' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajlist.c:2000:13: style: Redundant pointer operation on 'rest' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajlist.c:2007:9: style: Redundant pointer operation on 'Plist' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajlist.c:2073:9: style: Redundant pointer operation on 'Pnode' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajlist.c:2484:5: style: Redundant pointer operation on 'iter' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajlist.c:3681:17: style: Redundant pointer operation on 'rest' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajlist.c:3697:9: style: Redundant pointer operation on 'rest' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajlist.c:3704:5: style: Redundant pointer operation on 'Plist' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajlist.c:685:25: style: Function 'ajListSort' argument 1 names different: declaration 'thys' definition 'list'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajlist.h:255:32: note: Function 'ajListSort' argument 1 names different: declaration 'thys' definition 'list'.
EMBOSS-6.6.0/ajax/core/ajlist.c:685:25: note: Function 'ajListSort' argument 1 names different: declaration 'thys' definition 'list'.
EMBOSS-6.6.0/ajax/core/ajlist.c:735:28: style: Function 'ajListSortTwo' argument 1 names different: declaration 'thys' definition 'list'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajlist.h:258:35: note: Function 'ajListSortTwo' argument 1 names different: declaration 'thys' definition 'list'.
EMBOSS-6.6.0/ajax/core/ajlist.c:735:28: note: Function 'ajListSortTwo' argument 1 names different: declaration 'thys' definition 'list'.
EMBOSS-6.6.0/ajax/core/ajlist.c:812:33: style: Function 'ajListSortTwoThree' argument 1 names different: declaration 'thys' definition 'list'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajlist.h:263:40: note: Function 'ajListSortTwoThree' argument 1 names different: declaration 'thys' definition 'list'.
EMBOSS-6.6.0/ajax/core/ajlist.c:812:33: note: Function 'ajListSortTwoThree' argument 1 names different: declaration 'thys' definition 'list'.
EMBOSS-6.6.0/ajax/core/ajlist.c:893:34: style: Function 'ajListSortTwoUnique' argument 1 names different: declaration 'thys' definition 'list'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajlist.h:276:41: note: Function 'ajListSortTwoUnique' argument 1 names different: declaration 'thys' definition 'list'.
EMBOSS-6.6.0/ajax/core/ajlist.c:893:34: note: Function 'ajListSortTwoUnique' argument 1 names different: declaration 'thys' definition 'list'.
EMBOSS-6.6.0/ajax/core/ajlist.c:955:31: style: Function 'ajListSortUnique' argument 1 names different: declaration 'thys' definition 'list'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajlist.h:271:38: note: Function 'ajListSortUnique' argument 1 names different: declaration 'thys' definition 'list'.
EMBOSS-6.6.0/ajax/core/ajlist.c:955:31: note: Function 'ajListSortUnique' argument 1 names different: declaration 'thys' definition 'list'.
EMBOSS-6.6.0/ajax/core/ajlist.c:1069:26: style: Function 'ajListDrop' argument 1 names different: declaration 'thys' definition 'list'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajlist.h:191:32: note: Function 'ajListDrop' argument 1 names different: declaration 'thys' definition 'list'.
EMBOSS-6.6.0/ajax/core/ajlist.c:1069:26: note: Function 'ajListDrop' argument 1 names different: declaration 'thys' definition 'list'.
EMBOSS-6.6.0/ajax/core/ajlist.c:1149:30: style: Function 'ajListPopLast' argument 1 names different: declaration 'thys' definition 'list'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajlist.h:203:35: note: Function 'ajListPopLast' argument 1 names different: declaration 'thys' definition 'list'.
EMBOSS-6.6.0/ajax/core/ajlist.c:1149:30: note: Function 'ajListPopLast' argument 1 names different: declaration 'thys' definition 'list'.
EMBOSS-6.6.0/ajax/core/ajlist.c:1289:36: style: Function 'ajListMapfind' argument 1 names different: declaration 'listhead' definition 'list'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajlist.h:242:41: note: Function 'ajListMapfind' argument 1 names different: declaration 'listhead' definition 'list'.
EMBOSS-6.6.0/ajax/core/ajlist.c:1289:36: note: Function 'ajListMapfind' argument 1 names different: declaration 'listhead' definition 'list'.
EMBOSS-6.6.0/ajax/core/ajlist.c:1379:38: style: Function 'ajListPeekFirst' argument 1 names different: declaration 'thys' definition 'list'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajlist.h:177:43: note: Function 'ajListPeekFirst' argument 1 names different: declaration 'thys' definition 'list'.
EMBOSS-6.6.0/ajax/core/ajlist.c:1379:38: note: Function 'ajListPeekFirst' argument 1 names different: declaration 'thys' definition 'list'.
EMBOSS-6.6.0/ajax/core/ajlist.c:1408:37: style: Function 'ajListPeekLast' argument 1 names different: declaration 'thys' definition 'list'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajlist.h:192:42: note: Function 'ajListPeekLast' argument 1 names different: declaration 'thys' definition 'list'.
EMBOSS-6.6.0/ajax/core/ajlist.c:1408:37: note: Function 'ajListPeekLast' argument 1 names different: declaration 'thys' definition 'list'.
EMBOSS-6.6.0/ajax/core/ajlist.c:1445:39: style: Function 'ajListPeekNumber' argument 1 names different: declaration 'thys' definition 'list'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajlist.h:193:44: note: Function 'ajListPeekNumber' argument 1 names different: declaration 'thys' definition 'list'.
EMBOSS-6.6.0/ajax/core/ajlist.c:1445:39: note: Function 'ajListPeekNumber' argument 1 names different: declaration 'thys' definition 'list'.
EMBOSS-6.6.0/ajax/core/ajlist.c:1445:53: style: Function 'ajListPeekNumber' argument 2 names different: declaration 'n' definition 'ipos'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajlist.h:193:58: note: Function 'ajListPeekNumber' argument 2 names different: declaration 'n' definition 'ipos'.
EMBOSS-6.6.0/ajax/core/ajlist.c:1445:53: note: Function 'ajListPeekNumber' argument 2 names different: declaration 'n' definition 'ipos'.
EMBOSS-6.6.0/ajax/core/ajlist.c:1559:51: style: Function 'ajListToindex' argument 2 names different: declaration 'listindex' definition 'lind'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajlist.h:237:55: note: Function 'ajListToindex' argument 2 names different: declaration 'listindex' definition 'lind'.
EMBOSS-6.6.0/ajax/core/ajlist.c:1559:51: note: Function 'ajListToindex' argument 2 names different: declaration 'listindex' definition 'lind'.
EMBOSS-6.6.0/ajax/core/ajlist.c:1640:33: style: Function 'ajListProbe' argument 1 names different: declaration 'list' definition 'Plist'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajlist.h:204:40: note: Function 'ajListProbe' argument 1 names different: declaration 'list' definition 'Plist'.
EMBOSS-6.6.0/ajax/core/ajlist.c:1640:33: note: Function 'ajListProbe' argument 1 names different: declaration 'list' definition 'Plist'.
EMBOSS-6.6.0/ajax/core/ajlist.c:1685:37: style: Function 'ajListProbeData' argument 1 names different: declaration 'list' definition 'Plist'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajlist.h:205:44: note: Function 'ajListProbeData' argument 1 names different: declaration 'list' definition 'Plist'.
EMBOSS-6.6.0/ajax/core/ajlist.c:1685:37: note: Function 'ajListProbeData' argument 1 names different: declaration 'list' definition 'Plist'.
EMBOSS-6.6.0/ajax/core/ajlist.c:3068:27: style: Function 'ajListstrMap' argument 1 names different: declaration 'thys' definition 'list'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajlist.h:221:34: note: Function 'ajListstrMap' argument 1 names different: declaration 'thys' definition 'list'.
EMBOSS-6.6.0/ajax/core/ajlist.c:3068:27: note: Function 'ajListstrMap' argument 1 names different: declaration 'thys' definition 'list'.
EMBOSS-6.6.0/ajax/core/ajlist.c:3172:33: style: Function 'ajListstrPopLast' argument 1 names different: declaration 'thys' definition 'list'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajlist.h:228:38: note: Function 'ajListstrPopLast' argument 1 names different: declaration 'thys' definition 'list'.
EMBOSS-6.6.0/ajax/core/ajlist.c:3172:33: note: Function 'ajListstrPopLast' argument 1 names different: declaration 'thys' definition 'list'.
EMBOSS-6.6.0/ajax/core/ajlist.c:3339:39: style: Function 'ajListstrMapfind' argument 1 names different: declaration 'listhead' definition 'list'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajlist.h:245:44: note: Function 'ajListstrMapfind' argument 1 names different: declaration 'listhead' definition 'list'.
EMBOSS-6.6.0/ajax/core/ajlist.c:3339:39: note: Function 'ajListstrMapfind' argument 1 names different: declaration 'listhead' definition 'list'.
EMBOSS-6.6.0/ajax/core/ajlist.c:3374:37: style: Function 'ajListstrMapread' argument 1 names different: declaration 'thys' definition 'list'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajlist.h:223:44: note: Function 'ajListstrMapread' argument 1 names different: declaration 'thys' definition 'list'.
EMBOSS-6.6.0/ajax/core/ajlist.c:3374:37: note: Function 'ajListstrMapread' argument 1 names different: declaration 'thys' definition 'list'.
EMBOSS-6.6.0/ajax/core/ajmath.c:449:15: style: The scope of the variable 'y' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajmath.c:536:24: style: The scope of the variable 'v' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajmath.c:574:11: style: The scope of the variable 'c' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajmath.c:615:13: style: The scope of the variable 'crc' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajmath.c:762:12: style: The scope of the variable 'td' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajmath.c:796:12: style: The scope of the variable 'td' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajmath.c:296:10: warning: Either the condition 'b<=0' is redundant or there is division by zero at line 296. [zerodivcond]
EMBOSS-6.6.0/ajax/core/ajmath.c:293:10: note: Assuming that condition 'b<=0' is not redundant
EMBOSS-6.6.0/ajax/core/ajmath.c:296:10: note: Division by zero
EMBOSS-6.6.0/ajax/core/ajmath.c:571:33: style: Function 'ajMathCrc32' argument 1 names different: declaration 'thys' definition 'seq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajmath.h:100:45: note: Function 'ajMathCrc32' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajmath.c:571:33: note: Function 'ajMathCrc32' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajmatrices.c:323:10: warning: Either the condition '!thys' is redundant or there is possible null pointer dereference: thys. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajmatrices.c:323:18: note: Assuming that condition '!thys' is not redundant
EMBOSS-6.6.0/ajax/core/ajmatrices.c:323:10: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajmatrices.c:377:10: warning: Either the condition '!thys' is redundant or there is possible null pointer dereference: thys. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajmatrices.c:377:18: note: Assuming that condition '!thys' is not redundant
EMBOSS-6.6.0/ajax/core/ajmatrices.c:377:10: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajmatrices.c:454:5: style: Variable 'rlabel_list' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajmatrices.c:445:0: note: Variable 'rlabel_list' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajmatrices.c:454:5: note: Variable 'rlabel_list' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajmatrices.c:457:5: style: Variable 'firststring' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajmatrices.c:428:0: note: Variable 'firststring' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajmatrices.c:457:5: note: Variable 'firststring' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajmatrices.c:459:5: style: Variable 'file' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajmatrices.c:431:0: note: Variable 'file' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajmatrices.c:459:5: note: Variable 'file' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajmatrices.c:631:5: style: Variable 'rlabel_list' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajmatrices.c:621:0: note: Variable 'rlabel_list' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajmatrices.c:631:5: note: Variable 'rlabel_list' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajmatrices.c:635:5: style: Variable 'firststring' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajmatrices.c:601:0: note: Variable 'firststring' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajmatrices.c:635:5: note: Variable 'firststring' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajmatrices.c:636:5: style: Variable 'reststring' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajmatrices.c:602:0: note: Variable 'reststring' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajmatrices.c:636:5: note: Variable 'reststring' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajmatrices.c:638:5: style: Variable 'file' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajmatrices.c:614:0: note: Variable 'file' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajmatrices.c:638:5: note: Variable 'file' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajmatrices.c:836:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajmatrices.c:832:0: note: Variable 'ret' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajmatrices.c:836:5: note: Variable 'ret' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajmatrices.c:864:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajmatrices.c:860:0: note: Variable 'ret' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajmatrices.c:864:5: note: Variable 'ret' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajmatrices.c:1137:19: style: The scope of the variable 'emptystr' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajmatrices.c:1167:19: style: The scope of the variable 'emptystr' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajmatrices.c:349:5: style: Redundant pointer operation on 'thys' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajmatrices.c:403:5: style: Redundant pointer operation on 'thys' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajmem.c:174:15: style: Checking if unsigned variable 'nbytes' is less than zero. [unsignedLessThanZero]
EMBOSS-6.6.0/ajax/core/ajmem.c:246:14: style: Checking if unsigned variable 'count' is less than zero. [unsignedLessThanZero]
EMBOSS-6.6.0/ajax/core/ajmem.c:319:14: style: Checking if unsigned variable 'count' is less than zero. [unsignedLessThanZero]
EMBOSS-6.6.0/ajax/core/ajmess.c:144:2: style: Variable 'reentrant' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajmess.c:143:2: note: Variable 'reentrant' is reassigned a value before the old one has been used if variable is no semaphore variable.
EMBOSS-6.6.0/ajax/core/ajmess.c:144:2: note: Variable 'reentrant' is reassigned a value before the old one has been used if variable is no semaphore variable.
EMBOSS-6.6.0/ajax/core/ajmess.c:636:5: style: Variable 'mesg_buf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajmess.c:634:5: note: Variable 'mesg_buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajmess.c:636:5: note: Variable 'mesg_buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajmess.c:760:5: style: Variable 'mesg_buf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajmess.c:756:0: note: Variable 'mesg_buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajmess.c:760:5: note: Variable 'mesg_buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajmess.c:852:5: style: Variable 'mesg_buf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajmess.c:848:0: note: Variable 'mesg_buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajmess.c:852:5: note: Variable 'mesg_buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajmess.c:929:5: style: Variable 'mesg_buf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajmess.c:927:0: note: Variable 'mesg_buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajmess.c:929:5: note: Variable 'mesg_buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajmess.c:975:5: style: Variable 'mesg_buf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajmess.c:972:0: note: Variable 'mesg_buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajmess.c:975:5: note: Variable 'mesg_buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajmess.c:709:17: style: The scope of the variable 'prefix' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajmess.c:711:13: style: The scope of the variable 'args' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajmess.c:800:17: style: The scope of the variable 'prefix' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajmess.c:802:13: style: The scope of the variable 'args' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajmess.c:884:17: style: The scope of the variable 'prefix' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajmess.c:886:13: style: The scope of the variable 'args' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajmess.c:1015:13: style: The scope of the variable 'args' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajmess.c:1292:17: style: The scope of the variable 'path_delim' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajmess.c:1473:11: style: The scope of the variable 'fp' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajmess.c:1508:11: style: The scope of the variable 'mess' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajmess.c:1509:11: style: The scope of the variable 'cp' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajmess.c:1510:11: style: The scope of the variable 'namestore' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajmess.c:1511:11: style: The scope of the variable 'messstore' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajmess.c:1873:17: style: The scope of the variable 'debugtestname' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajmess.c:2001:17: style: The scope of the variable 'cp' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajmess.c:2007:11: style: The scope of the variable 'jlen' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajmess.c:1571:32: style: Function 'ajMessOutCode' argument 1 names different: declaration 'name' definition 'code'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajmess.h:187:45: note: Function 'ajMessOutCode' argument 1 names different: declaration 'name' definition 'code'.
EMBOSS-6.6.0/ajax/core/ajmess.c:1571:32: note: Function 'ajMessOutCode' argument 1 names different: declaration 'name' definition 'code'.
EMBOSS-6.6.0/ajax/core/ajmess.c:1617:34: style: Function 'ajMessErrorCode' argument 1 names different: declaration 'name' definition 'code'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajmess.h:192:47: note: Function 'ajMessErrorCode' argument 1 names different: declaration 'name' definition 'code'.
EMBOSS-6.6.0/ajax/core/ajmess.c:1617:34: note: Function 'ajMessErrorCode' argument 1 names different: declaration 'name' definition 'code'.
EMBOSS-6.6.0/ajax/core/ajmess.c:241:10: style: struct member 'MessSErrorInfo::Padding' is never used. [unusedStructMember]
EMBOSS-6.6.0/ajax/core/ajmess.c:630:17: style: Variable 'dumpbuf' is assigned a value that is never used. [unreadVariable]
EMBOSS-6.6.0/ajax/core/ajmess.c:1531:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
EMBOSS-6.6.0/ajax/core/ajmess.c:1554:0: error: Resource leak: fp [resourceLeak]
EMBOSS-6.6.0/ajax/core/ajnam.c:6647:8: style: Condition 'is_windows' is always false [knownConditionTrueFalse]
EMBOSS-6.6.0/ajax/core/ajnam.c:6460:25: note: Assignment 'is_windows=0', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajnam.c:6647:8: note: Condition 'is_windows' is always false
EMBOSS-6.6.0/ajax/core/ajnam.c:7374:27: warning: Either the condition '!data' is redundant or there is possible null pointer dereference: data. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajnam.c:7371:8: note: Assuming that condition '!data' is not redundant
EMBOSS-6.6.0/ajax/core/ajnam.c:7374:27: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajnam.c:7480:29: warning: Either the condition '!data' is redundant or there is possible null pointer dereference: data. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajnam.c:7477:8: note: Assuming that condition '!data' is not redundant
EMBOSS-6.6.0/ajax/core/ajnam.c:7480:29: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajnam.c:7551:27: warning: Either the condition '!data' is redundant or there is possible null pointer dereference: data. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajnam.c:7548:8: note: Assuming that condition '!data' is not redundant
EMBOSS-6.6.0/ajax/core/ajnam.c:7551:27: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajnam.c:7625:33: warning: Either the condition '!data' is redundant or there is possible null pointer dereference: data. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajnam.c:7622:8: note: Assuming that condition '!data' is not redundant
EMBOSS-6.6.0/ajax/core/ajnam.c:7625:33: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajnam.c:7648:10: warning: Either the condition '!namtype' is redundant or there is possible null pointer dereference: namtype. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajnam.c:7650:12: note: Assuming that condition '!namtype' is not redundant
EMBOSS-6.6.0/ajax/core/ajnam.c:7648:10: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajnam.c:7789:36: warning: Either the condition '!dbdata' is redundant or there is possible null pointer dereference: dbdata. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajnam.c:7786:12: note: Assuming that condition '!dbdata' is not redundant
EMBOSS-6.6.0/ajax/core/ajnam.c:7789:36: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajnam.c:8000:33: warning: Either the condition '!data' is redundant or there is possible null pointer dereference: data. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajnam.c:7997:8: note: Assuming that condition '!data' is not redundant
EMBOSS-6.6.0/ajax/core/ajnam.c:8000:33: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajnam.c:8119:20: warning: Either the condition '!attr' is redundant or there is possible null pointer dereference: attr. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajnam.c:8073:8: note: Assuming that condition '!attr' is not redundant
EMBOSS-6.6.0/ajax/core/ajnam.c:8119:20: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajnam.c:8166:18: warning: Either the condition '!attrval' is redundant or there is possible null pointer dereference: attrval. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajnam.c:8163:12: note: Assuming that condition '!attrval' is not redundant
EMBOSS-6.6.0/ajax/core/ajnam.c:8166:18: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajnam.c:8245:32: warning: Either the condition '!data' is redundant or there is possible null pointer dereference: data. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajnam.c:8242:8: note: Assuming that condition '!data' is not redundant
EMBOSS-6.6.0/ajax/core/ajnam.c:8245:32: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajnam.c:8302:32: warning: Either the condition '!data' is redundant or there is possible null pointer dereference: data. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajnam.c:8299:8: note: Assuming that condition '!data' is not redundant
EMBOSS-6.6.0/ajax/core/ajnam.c:8302:32: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajnam.c:8346:32: warning: Either the condition '!data' is redundant or there is possible null pointer dereference: data. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajnam.c:8343:8: note: Assuming that condition '!data' is not redundant
EMBOSS-6.6.0/ajax/core/ajnam.c:8346:32: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajnam.c:8431:32: warning: Either the condition '!data' is redundant or there is possible null pointer dereference: data. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajnam.c:8428:8: note: Assuming that condition '!data' is not redundant
EMBOSS-6.6.0/ajax/core/ajnam.c:8431:32: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajnam.c:8753:32: warning: Either the condition '!data' is redundant or there is possible null pointer dereference: data. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajnam.c:8750:8: note: Assuming that condition '!data' is not redundant
EMBOSS-6.6.0/ajax/core/ajnam.c:8753:32: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajnam.c:8980:20: warning: Either the condition '!attr' is redundant or there is possible null pointer dereference: attr. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajnam.c:8929:8: note: Assuming that condition '!attr' is not redundant
EMBOSS-6.6.0/ajax/core/ajnam.c:8980:20: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajnam.c:9027:18: warning: Either the condition '!attr' is redundant or there is possible null pointer dereference: attr. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajnam.c:9024:12: note: Assuming that condition '!attr' is not redundant
EMBOSS-6.6.0/ajax/core/ajnam.c:9027:18: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajnam.c:9871:32: warning: Either the condition '!fnew' is redundant or there is possible null pointer dereference: fnew. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajnam.c:9865:8: note: Assuming that condition '!fnew' is not redundant
EMBOSS-6.6.0/ajax/core/ajnam.c:9871:32: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajnam.c:9875:19: warning: Either the condition '!fnew' is redundant or there is possible null pointer dereference: fnew. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajnam.c:9865:8: note: Assuming that condition '!fnew' is not redundant
EMBOSS-6.6.0/ajax/core/ajnam.c:9875:19: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajnam.c:1284:5: style: Variable 'fnew' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajnam.c:1278:0: note: Variable 'fnew' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajnam.c:1284:5: note: Variable 'fnew' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajnam.c:1371:5: style: Variable 'fnew' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajnam.c:1360:0: note: Variable 'fnew' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajnam.c:1371:5: note: Variable 'fnew' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajnam.c:1467:5: style: Variable 'fnew' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajnam.c:1458:0: note: Variable 'fnew' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajnam.c:1467:5: note: Variable 'fnew' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajnam.c:1765:5: style: Variable 'fnew' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajnam.c:1738:0: note: Variable 'fnew' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajnam.c:1765:5: note: Variable 'fnew' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajnam.c:1976:5: style: Variable 'fnew' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajnam.c:1970:0: note: Variable 'fnew' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajnam.c:1976:5: note: Variable 'fnew' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajnam.c:2063:5: style: Variable 'fnew' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajnam.c:2052:0: note: Variable 'fnew' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajnam.c:2063:5: note: Variable 'fnew' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajnam.c:2159:5: style: Variable 'fnew' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajnam.c:2150:0: note: Variable 'fnew' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajnam.c:2159:5: note: Variable 'fnew' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajnam.c:2236:5: style: Variable 'svdata' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajnam.c:2225:0: note: Variable 'svdata' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajnam.c:2236:5: note: Variable 'svdata' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajnam.c:2518:5: style: Variable 'fnew' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajnam.c:2501:0: note: Variable 'fnew' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajnam.c:2518:5: note: Variable 'fnew' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajnam.c:3091:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajnam.c:3089:0: note: Variable 'result' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajnam.c:3091:5: note: Variable 'result' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajnam.c:4721:5: style: Variable 'fnew' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajnam.c:4719:0: note: Variable 'fnew' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajnam.c:4721:5: note: Variable 'fnew' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajnam.c:4756:5: style: Variable 'fnew' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajnam.c:4754:0: note: Variable 'fnew' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajnam.c:4756:5: note: Variable 'fnew' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajnam.c:4927:5: style: Variable 'fnew' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajnam.c:4923:0: note: Variable 'fnew' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajnam.c:4927:5: note: Variable 'fnew' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajnam.c:4962:5: style: Variable 'fnew' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajnam.c:4958:0: note: Variable 'fnew' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajnam.c:4962:5: note: Variable 'fnew' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajnam.c:4999:5: style: Variable 'fnew' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajnam.c:4993:0: note: Variable 'fnew' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajnam.c:4999:5: note: Variable 'fnew' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajnam.c:5057:5: style: Variable 'svdata' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajnam.c:5046:0: note: Variable 'svdata' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajnam.c:5057:5: note: Variable 'svdata' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajnam.c:5145:5: style: Variable 'svdata' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajnam.c:5129:0: note: Variable 'svdata' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajnam.c:5145:5: note: Variable 'svdata' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajnam.c:5261:5: style: Variable 'word' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajnam.c:5244:0: note: Variable 'word' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajnam.c:5261:5: note: Variable 'word' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajnam.c:5805:5: style: Variable 'dbdata' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajnam.c:5799:0: note: Variable 'dbdata' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajnam.c:5805:5: note: Variable 'dbdata' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajnam.c:5890:5: style: Variable 'dbdata' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajnam.c:5876:0: note: Variable 'dbdata' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajnam.c:5890:5: note: Variable 'dbdata' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajnam.c:5990:5: style: Variable 'dbdata' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajnam.c:5977:0: note: Variable 'dbdata' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajnam.c:5990:5: note: Variable 'dbdata' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajnam.c:6085:5: style: Variable 'dbdata' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajnam.c:6072:0: note: Variable 'dbdata' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajnam.c:6085:5: note: Variable 'dbdata' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajnam.c:6172:5: style: Variable 'systemfile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajnam.c:6164:0: note: Variable 'systemfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajnam.c:6172:5: note: Variable 'systemfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajnam.c:6321:5: style: Variable 'word' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajnam.c:6306:0: note: Variable 'word' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajnam.c:6321:5: note: Variable 'word' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajnam.c:7073:5: style: Variable 'type' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajnam.c:7068:0: note: Variable 'type' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajnam.c:7073:5: note: Variable 'type' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajnam.c:7175:5: style: Variable 'type' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajnam.c:7170:0: note: Variable 'type' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajnam.c:7175:5: note: Variable 'type' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajnam.c:7439:5: style: Variable 'svrval' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajnam.c:7434:0: note: Variable 'svrval' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajnam.c:7439:5: note: Variable 'svrval' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajnam.c:8071:5: style: Variable 'attr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajnam.c:8065:0: note: Variable 'attr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajnam.c:8071:5: note: Variable 'attr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajnam.c:8155:5: style: Variable 'svrval' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajnam.c:8151:0: note: Variable 'svrval' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajnam.c:8155:5: note: Variable 'svrval' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajnam.c:8927:5: style: Variable 'attr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajnam.c:8920:0: note: Variable 'attr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajnam.c:8927:5: note: Variable 'attr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajnam.c:9016:5: style: Variable 'dbval' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajnam.c:9012:0: note: Variable 'dbval' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajnam.c:9016:5: note: Variable 'dbval' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajnam.c:9806:5: style: Variable 'fnew' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajnam.c:9800:0: note: Variable 'fnew' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajnam.c:9806:5: note: Variable 'fnew' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajnam.c:9863:5: style: Variable 'fnew' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajnam.c:9857:0: note: Variable 'fnew' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajnam.c:9863:5: note: Variable 'fnew' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajnam.c:9918:5: style: Variable 'fnew' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajnam.c:9914:0: note: Variable 'fnew' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajnam.c:9918:5: note: Variable 'fnew' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajnam.c:9920:5: style: Variable 'rstable' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajnam.c:9915:0: note: Variable 'rstable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajnam.c:9920:5: note: Variable 'rstable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajnam.c:9921:5: style: Variable 'rsvalue' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajnam.c:9916:0: note: Variable 'rsvalue' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajnam.c:9921:5: note: Variable 'rsvalue' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajnam.c:1211:15: style: The scope of the variable 'fnew' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajnam.c:1214:11: style: The scope of the variable 'key' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajnam.c:1462:11: style: The scope of the variable 'svrvalue' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajnam.c:1740:11: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajnam.c:1741:11: style: The scope of the variable 'qryscope' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajnam.c:1745:12: style: The scope of the variable 'typetested' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajnam.c:2154:11: style: The scope of the variable 'dbvalue' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajnam.c:2231:11: style: The scope of the variable 'dbvalue' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajnam.c:2368:11: style: The scope of the variable 'oldval' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajnam.c:2503:11: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajnam.c:2504:11: style: The scope of the variable 'scope' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajnam.c:2508:12: style: The scope of the variable 'typetested' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajnam.c:2981:14: style: The scope of the variable 'namtype' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajnam.c:3146:14: style: The scope of the variable 'namtype' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajnam.c:3434:15: style: The scope of the variable 'fnew' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajnam.c:3470:15: style: The scope of the variable 'fnew' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajnam.c:3515:15: style: The scope of the variable 'fnew' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajnam.c:3552:15: style: The scope of the variable 'fnew' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajnam.c:3589:15: style: The scope of the variable 'fnew' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajnam.c:5049:14: style: The scope of the variable 'svrtable' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajnam.c:5134:14: style: The scope of the variable 'svrtable' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajnam.c:5800:14: style: The scope of the variable 'svrtable' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajnam.c:5878:14: style: The scope of the variable 'svrtable' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajnam.c:5979:14: style: The scope of the variable 'svrtable' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajnam.c:6074:14: style: The scope of the variable 'svrtable' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajnam.c:7501:21: style: The scope of the variable 'sdata' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajnam.c:7502:20: style: The scope of the variable 'sdbtable' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajnam.c:7594:21: style: The scope of the variable 'dbdata' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajnam.c:7597:20: style: The scope of the variable 'sdbtable' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajnam.c:7598:20: style: The scope of the variable 'dbtable' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajnam.c:8469:21: style: The scope of the variable 'sdata' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajnam.c:8471:20: style: The scope of the variable 'sdbtable' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajnam.c:8542:12: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajnam.c:8543:17: style: The scope of the variable 'varAttrName' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajnam.c:8544:13: style: The scope of the variable 'varAttrValue' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajnam.c:8545:13: style: The scope of the variable 'ap' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajnam.c:8719:21: style: The scope of the variable 'sdata' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajnam.c:8721:20: style: The scope of the variable 'sdbtable' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajnam.c:8925:10: style: The scope of the variable 'delimchar' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajnam.c:687:39: style: Function 'namEntryDelete' argument 1 names different: declaration 'pentry' definition 'Pentry'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajnam.c:639:41: note: Function 'namEntryDelete' argument 1 names different: declaration 'pentry' definition 'Pentry'.
EMBOSS-6.6.0/ajax/core/ajnam.c:687:39: note: Function 'namEntryDelete' argument 1 names different: declaration 'pentry' definition 'Pentry'.
EMBOSS-6.6.0/ajax/core/ajnam.c:1137:43: style: Function 'namDebugServer' argument 1 names different: declaration 'dbtable' definition 'svrtable'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajnam.c:632:45: note: Function 'namDebugServer' argument 1 names different: declaration 'dbtable' definition 'svrtable'.
EMBOSS-6.6.0/ajax/core/ajnam.c:1137:43: note: Function 'namDebugServer' argument 1 names different: declaration 'dbtable' definition 'svrtable'.
EMBOSS-6.6.0/ajax/core/ajnam.c:1171:45: style: Function 'namDebugResource' argument 1 names different: declaration 'dbtable' definition 'rstable'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajnam.c:634:47: note: Function 'namDebugResource' argument 1 names different: declaration 'dbtable' definition 'rstable'.
EMBOSS-6.6.0/ajax/core/ajnam.c:1171:45: note: Function 'namDebugResource' argument 1 names different: declaration 'dbtable' definition 'rstable'.
EMBOSS-6.6.0/ajax/core/ajnam.c:1732:49: style: Function 'ajNamSvrDetails' argument 8 names different: declaration 'version' definition 'svrversion'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajnam.h:118:49: note: Function 'ajNamSvrDetails' argument 8 names different: declaration 'version' definition 'svrversion'.
EMBOSS-6.6.0/ajax/core/ajnam.c:1732:49: note: Function 'ajNamSvrDetails' argument 8 names different: declaration 'version' definition 'svrversion'.
EMBOSS-6.6.0/ajax/core/ajnam.c:3586:37: style: Function 'ajNamListListResources' argument 1 names different: declaration 'dbnames' definition 'rsnames'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajnam.h:167:39: note: Function 'ajNamListListResources' argument 1 names different: declaration 'dbnames' definition 'rsnames'.
EMBOSS-6.6.0/ajax/core/ajnam.c:3586:37: note: Function 'ajNamListListResources' argument 1 names different: declaration 'dbnames' definition 'rsnames'.
EMBOSS-6.6.0/ajax/core/ajnam.c:5378:44: style: Function 'namSvrCacheParseList' argument 3 names different: declaration 'file' definition 'cachefile'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajnam.c:610:64: note: Function 'namSvrCacheParseList' argument 3 names different: declaration 'file' definition 'cachefile'.
EMBOSS-6.6.0/ajax/core/ajnam.c:5378:44: note: Function 'namSvrCacheParseList' argument 3 names different: declaration 'file' definition 'cachefile'.
EMBOSS-6.6.0/ajax/core/ajnam.c:5796:35: style: Function 'ajNamSvrCount' argument 1 names different: declaration 'svrname' definition 'server'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajnam.h:140:35: note: Function 'ajNamSvrCount' argument 1 names different: declaration 'svrname' definition 'server'.
EMBOSS-6.6.0/ajax/core/ajnam.c:5796:35: note: Function 'ajNamSvrCount' argument 1 names different: declaration 'svrname' definition 'server'.
EMBOSS-6.6.0/ajax/core/ajnam.c:7540:57: style: Function 'ajNamSvrGetDbalias' argument 2 names different: declaration 'svralias' definition 'dbalias'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajnam.h:135:57: note: Function 'ajNamSvrGetDbalias' argument 2 names different: declaration 'svralias' definition 'dbalias'.
EMBOSS-6.6.0/ajax/core/ajnam.c:7540:57: note: Function 'ajNamSvrGetDbalias' argument 2 names different: declaration 'svralias' definition 'dbalias'.
EMBOSS-6.6.0/ajax/core/ajnam.c:8060:48: style: Function 'namSvrSetAttrStrC' argument 1 names different: declaration 'dbtable' definition 'svrtable'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajnam.c:620:48: note: Function 'namSvrSetAttrStrC' argument 1 names different: declaration 'dbtable' definition 'svrtable'.
EMBOSS-6.6.0/ajax/core/ajnam.c:8060:48: note: Function 'namSvrSetAttrStrC' argument 1 names different: declaration 'dbtable' definition 'svrtable'.
EMBOSS-6.6.0/ajax/core/ajnam.c:8146:49: style: Function 'namSvrSetAttrBoolC' argument 1 names different: declaration 'dbtable' definition 'svrtable'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajnam.c:618:49: note: Function 'namSvrSetAttrBoolC' argument 1 names different: declaration 'dbtable' definition 'svrtable'.
EMBOSS-6.6.0/ajax/core/ajnam.c:8146:49: note: Function 'namSvrSetAttrBoolC' argument 1 names different: declaration 'dbtable' definition 'svrtable'.
EMBOSS-6.6.0/ajax/core/ajnexus.c:619:5: style: Redundant pointer operation on 'pthys' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajnexus.c:647:5: style: Redundant pointer operation on 'pthys' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajnexus.c:686:5: style: Redundant pointer operation on 'pthys' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajnexus.c:720:5: style: Redundant pointer operation on 'pthys' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajnexus.c:752:5: style: Redundant pointer operation on 'pthys' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajnexus.c:789:5: style: Redundant pointer operation on 'pthys' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajnexus.c:826:5: style: Redundant pointer operation on 'pthys' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajnexus.c:858:5: style: Redundant pointer operation on 'pthys' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajnexus.c:889:5: style: Redundant pointer operation on 'pthys' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajnexus.c:920:5: style: Redundant pointer operation on 'pthys' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajnexus.c:2942:5: style: Redundant pointer operation on 'pthis' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajobo.c:659:5: style: Variable 'oboin' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajobo.c:654:0: note: Variable 'oboin' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajobo.c:659:5: note: Variable 'oboin' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajobo.c:266:5: style: Redundant pointer operation on 'Pobo' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajobo.c:981:5: style: Redundant pointer operation on 'Ptag' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajobo.c:1118:5: style: Redundant pointer operation on 'Pxref' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajobo.c:777:24: style: Function 'ajOboClear' argument 1 names different: declaration 'thys' definition 'obo'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajobo.h:72:36: note: Function 'ajOboClear' argument 1 names different: declaration 'thys' definition 'obo'.
EMBOSS-6.6.0/ajax/core/ajobo.c:777:24: note: Function 'ajOboClear' argument 1 names different: declaration 'thys' definition 'obo'.
EMBOSS-6.6.0/ajax/core/ajoboread.c:4142:16: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR' is always true. [redundantCondition]
EMBOSS-6.6.0/ajax/core/ajoboread.c:1523:8: style: Condition '!isterm' is always false [knownConditionTrueFalse]
EMBOSS-6.6.0/ajax/core/ajoboread.c:1328:14: note: Assignment 'isterm=1', assigned value is 1
EMBOSS-6.6.0/ajax/core/ajoboread.c:1523:8: note: Condition '!isterm' is always false
EMBOSS-6.6.0/ajax/core/ajoboread.c:2517:33: warning: Either the condition '!thys' is redundant or there is possible null pointer dereference: thys. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajoboread.c:2520:8: note: Assuming that condition '!thys' is not redundant
EMBOSS-6.6.0/ajax/core/ajoboread.c:2517:33: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajoboread.c:2518:13: warning: Either the condition '!thys' is redundant or there is possible null pointer dereference: thys. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajoboread.c:2520:8: note: Assuming that condition '!thys' is not redundant
EMBOSS-6.6.0/ajax/core/ajoboread.c:2518:13: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajoboread.c:2131:5: style: Variable 'qrystr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajoboread.c:2120:0: note: Variable 'qrystr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajoboread.c:2131:5: note: Variable 'qrystr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajoboread.c:2136:5: style: Variable 'fmtstr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajoboread.c:2122:0: note: Variable 'fmtstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajoboread.c:2136:5: note: Variable 'fmtstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajoboread.c:2468:5: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajoboread.c:2465:0: note: Variable 'iter' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajoboread.c:2468:5: note: Variable 'iter' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajoboread.c:2853:5: style: Variable 'namelist' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajoboread.c:2843:0: note: Variable 'namelist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajoboread.c:2853:5: note: Variable 'namelist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajoboread.c:4019:5: style: Variable 'tmpstr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajoboread.c:4012:0: note: Variable 'tmpstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajoboread.c:4019:5: note: Variable 'tmpstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajoboread.c:1003:12: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajoboread.c:1005:12: style: The scope of the variable 'jstat' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajoboread.c:2119:12: style: The scope of the variable 'ret' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajoboread.c:562:5: style: Redundant pointer operation on 'pthis' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajoboread.c:1665:5: style: Redundant pointer operation on 'pthis' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajoboread.c:793:43: style: Function 'ajOboinRead' argument 2 names different: declaration 'thys' definition 'obo'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajoboread.h:101:53: note: Function 'ajOboinRead' argument 2 names different: declaration 'thys' definition 'obo'.
EMBOSS-6.6.0/ajax/core/ajoboread.c:793:43: note: Function 'ajOboinRead' argument 2 names different: declaration 'thys' definition 'obo'.
EMBOSS-6.6.0/ajax/core/ajoboread.c:1001:34: style: Function 'oboinRead' argument 1 names different: declaration 'thys' definition 'oboin'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajoboread.c:424:34: note: Function 'oboinRead' argument 1 names different: declaration 'thys' definition 'oboin'.
EMBOSS-6.6.0/ajax/core/ajoboread.c:1001:34: note: Function 'oboinRead' argument 1 names different: declaration 'thys' definition 'oboin'.
EMBOSS-6.6.0/ajax/core/ajoboread.c:1294:37: style: Function 'oboinReadObo' argument 1 names different: declaration 'thys' definition 'oboin'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajoboread.c:360:37: note: Function 'oboinReadObo' argument 1 names different: declaration 'thys' definition 'oboin'.
EMBOSS-6.6.0/ajax/core/ajoboread.c:1294:37: note: Function 'oboinReadObo' argument 1 names different: declaration 'thys' definition 'oboin'.
EMBOSS-6.6.0/ajax/core/ajoboread.c:2071:36: style: Function 'ajOboqryGetObo' argument 1 names different: declaration 'thys' definition 'qry'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajobo.h:85:46: note: Function 'ajOboqryGetObo' argument 1 names different: declaration 'thys' definition 'qry'.
EMBOSS-6.6.0/ajax/core/ajoboread.c:2071:36: note: Function 'ajOboqryGetObo' argument 1 names different: declaration 'thys' definition 'qry'.
EMBOSS-6.6.0/ajax/core/ajoboread.c:2462:66: style: Function 'ajOboqueryGetallObofields' argument 7 names different: declaration 'div' definition 'space'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajoboread.h:106:76: note: Function 'ajOboqueryGetallObofields' argument 7 names different: declaration 'div' definition 'space'.
EMBOSS-6.6.0/ajax/core/ajoboread.c:2462:66: note: Function 'ajOboqueryGetallObofields' argument 7 names different: declaration 'div' definition 'space'.
EMBOSS-6.6.0/ajax/core/ajoboread.c:2784:42: style: Function 'ajObodataParseObofile' argument 1 names different: declaration 'infile' definition 'obofile'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajoboread.h:70:48: note: Function 'ajObodataParseObofile' argument 1 names different: declaration 'infile' definition 'obofile'.
EMBOSS-6.6.0/ajax/core/ajoboread.c:2784:42: note: Function 'ajObodataParseObofile' argument 1 names different: declaration 'infile' definition 'obofile'.
EMBOSS-6.6.0/ajax/core/ajoboread.c:166:17: style: struct member 'OboSTagdef::Type' is never used. [unusedStructMember]
EMBOSS-6.6.0/ajax/core/ajoboread.c:167:17: style: struct member 'OboSTagdef::Min' is never used. [unusedStructMember]
EMBOSS-6.6.0/ajax/core/ajoboread.c:169:17: style: struct member 'OboSTagdef::Padding' is never used. [unusedStructMember]
EMBOSS-6.6.0/ajax/core/ajobowrite.c:214:15: style: The scope of the variable 'obotag' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajobowrite.c:281:15: style: The scope of the variable 'obotag' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajobowrite.c:439:15: style: The scope of the variable 'obotag' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajobowrite.c:551:15: style: The scope of the variable 'obotag' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajobowrite.c:560:12: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajobowrite.c:65:17: style: struct member 'OboSOutFormat::Obo' is never used. [unusedStructMember]
EMBOSS-6.6.0/ajax/core/ajpat.c:670:5: style: Variable 'thys' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajpat.c:667:0: note: Variable 'thys' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpat.c:670:5: note: Variable 'thys' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpat.c:707:5: style: Variable 'thys' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajpat.c:704:0: note: Variable 'thys' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpat.c:707:5: note: Variable 'thys' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpat.c:763:5: style: Variable 'patlist' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajpat.c:746:0: note: Variable 'patlist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpat.c:763:5: note: Variable 'patlist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpat.c:905:5: style: Variable 'patlist' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajpat.c:890:0: note: Variable 'patlist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpat.c:905:5: note: Variable 'patlist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpat.c:755:12: style: The scope of the variable 'npat' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajpat.c:897:12: style: The scope of the variable 'npat' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajpat.c:1305:12: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajpat.c:243:5: style: Redundant pointer operation on 'pthys' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajpat.c:269:5: style: Redundant pointer operation on 'pthys' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajpat.c:683:5: style: Redundant pointer operation on 'pthys' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajpat.c:717:5: style: Redundant pointer operation on 'pthys' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajpat.c:1332:5: style: Redundant pointer operation on 'pthys' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajpat.c:636:42: style: Function 'ajPatlistSeqNewType' argument 1 names different: declaration 'Protein' definition 'type'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajpat.h:340:42: note: Function 'ajPatlistSeqNewType' argument 1 names different: declaration 'Protein' definition 'type'.
EMBOSS-6.6.0/ajax/core/ajpat.c:636:42: note: Function 'ajPatlistSeqNewType' argument 1 names different: declaration 'Protein' definition 'type'.
EMBOSS-6.6.0/ajax/core/ajpat.c:1028:49: style: Function 'ajPatlistSeqGetSize' argument 1 names different: declaration 'plist' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajpat.h:364:48: note: Function 'ajPatlistSeqGetSize' argument 1 names different: declaration 'plist' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajpat.c:1028:49: note: Function 'ajPatlistSeqGetSize' argument 1 names different: declaration 'plist' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajpat.c:1047:53: style: Function 'ajPatlistRegexGetSize' argument 1 names different: declaration 'plist' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajpat.h:365:52: note: Function 'ajPatlistRegexGetSize' argument 1 names different: declaration 'plist' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajpat.c:1047:53: note: Function 'ajPatlistRegexGetSize' argument 1 names different: declaration 'plist' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajpat.c:1444:43: style: Function 'ajPatlistRegexDoc' argument 1 names different: declaration 'thys' definition 'plist'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajpat.h:366:42: note: Function 'ajPatlistRegexDoc' argument 1 names different: declaration 'thys' definition 'plist'.
EMBOSS-6.6.0/ajax/core/ajpat.c:1444:43: note: Function 'ajPatlistRegexDoc' argument 1 names different: declaration 'thys' definition 'plist'.
EMBOSS-6.6.0/ajax/core/ajpat.c:1444:58: style: Function 'ajPatlistRegexDoc' argument 2 names different: declaration 'pdoc' definition 'Pdoc'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajpat.h:366:56: note: Function 'ajPatlistRegexDoc' argument 2 names different: declaration 'pdoc' definition 'Pdoc'.
EMBOSS-6.6.0/ajax/core/ajpat.c:1444:58: note: Function 'ajPatlistRegexDoc' argument 2 names different: declaration 'pdoc' definition 'Pdoc'.
EMBOSS-6.6.0/ajax/core/ajpat.c:1473:39: style: Function 'ajPatlistSeqDoc' argument 1 names different: declaration 'thys' definition 'plist'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajpat.h:367:38: note: Function 'ajPatlistSeqDoc' argument 1 names different: declaration 'thys' definition 'plist'.
EMBOSS-6.6.0/ajax/core/ajpat.c:1473:39: note: Function 'ajPatlistSeqDoc' argument 1 names different: declaration 'thys' definition 'plist'.
EMBOSS-6.6.0/ajax/core/ajpat.c:1473:54: style: Function 'ajPatlistSeqDoc' argument 2 names different: declaration 'pdoc' definition 'Pdoc'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajpat.h:367:52: note: Function 'ajPatlistSeqDoc' argument 2 names different: declaration 'pdoc' definition 'Pdoc'.
EMBOSS-6.6.0/ajax/core/ajpat.c:1473:54: note: Function 'ajPatlistSeqDoc' argument 2 names different: declaration 'pdoc' definition 'Pdoc'.
EMBOSS-6.6.0/ajax/core/ajpat.c:55:17: style: struct member 'PatSRegTypes::Desc' is never used. [unusedStructMember]
EMBOSS-6.6.0/ajax/core/ajpat.c:86:17: style: struct member 'PatSRegInformat::Desc' is never used. [unusedStructMember]
EMBOSS-6.6.0/ajax/core/ajpat.c:118:17: style: struct member 'PatSSeqInformat::Desc' is never used. [unusedStructMember]
EMBOSS-6.6.0/ajax/core/ajpdb.c:984:9: style: Condition '!het' is always true [knownConditionTrueFalse]
EMBOSS-6.6.0/ajax/core/ajpdb.c:969:18: note: Assignment 'het=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajpdb.c:984:9: note: Condition '!het' is always true
EMBOSS-6.6.0/ajax/core/ajpdb.c:1406:18: style: Condition 'fixReadAtoms' is always true [knownConditionTrueFalse]
EMBOSS-6.6.0/ajax/core/ajpdb.c:1225:27: note: Assignment 'fixReadAtoms=1', assigned value is 1
EMBOSS-6.6.0/ajax/core/ajpdb.c:1406:18: note: Condition 'fixReadAtoms' is always true
EMBOSS-6.6.0/ajax/core/ajpdb.c:170:5: style: Variable 'line' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajpdb.c:156:0: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpdb.c:170:5: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpdb.c:171:5: style: Variable 'token' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajpdb.c:157:0: note: Variable 'token' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpdb.c:171:5: note: Variable 'token' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpdb.c:172:5: style: Variable 'subtoken' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajpdb.c:158:0: note: Variable 'subtoken' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpdb.c:172:5: note: Variable 'subtoken' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpdb.c:173:5: style: Variable 'pdb' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajpdb.c:153:0: note: Variable 'pdb' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpdb.c:173:5: note: Variable 'pdb' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpdb.c:174:5: style: Variable 'acclist' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajpdb.c:159:0: note: Variable 'acclist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpdb.c:174:5: note: Variable 'acclist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpdb.c:175:5: style: Variable 'sprlist' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajpdb.c:160:0: note: Variable 'sprlist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpdb.c:175:5: note: Variable 'sprlist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpdb.c:176:5: style: Variable 'list' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajpdb.c:151:0: note: Variable 'list' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpdb.c:176:5: note: Variable 'list' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpdb.c:336:5: style: Variable 'line' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajpdb.c:329:0: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpdb.c:336:5: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpdb.c:337:5: style: Variable 'tentry' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajpdb.c:330:0: note: Variable 'tentry' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpdb.c:337:5: note: Variable 'tentry' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpdb.c:338:5: style: Variable 'pdb' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajpdb.c:331:0: note: Variable 'pdb' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpdb.c:338:5: note: Variable 'pdb' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpdb.c:515:5: style: Variable 'list' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajpdb.c:512:0: note: Variable 'list' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpdb.c:515:5: note: Variable 'list' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpdb.c:895:5: style: Variable 'line' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajpdb.c:885:0: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpdb.c:895:5: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpdb.c:896:5: style: Variable 'id3' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajpdb.c:891:0: note: Variable 'id3' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpdb.c:896:5: note: Variable 'id3' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpdb.c:1228:5: style: Variable 'line' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajpdb.c:1212:0: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpdb.c:1228:5: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpdb.c:1229:5: style: Variable 'token' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajpdb.c:1213:0: note: Variable 'token' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpdb.c:1229:5: note: Variable 'token' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpdb.c:1230:5: style: Variable 'idstr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajpdb.c:1214:0: note: Variable 'idstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpdb.c:1230:5: note: Variable 'idstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpdb.c:1231:5: style: Variable 'destr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajpdb.c:1215:0: note: Variable 'destr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpdb.c:1231:5: note: Variable 'destr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpdb.c:1232:5: style: Variable 'osstr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajpdb.c:1216:0: note: Variable 'osstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpdb.c:1232:5: note: Variable 'osstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpdb.c:1233:5: style: Variable 'xstr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajpdb.c:1217:0: note: Variable 'xstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpdb.c:1233:5: note: Variable 'xstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpdb.c:1849:5: style: Variable 'line' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajpdb.c:1834:0: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpdb.c:1849:5: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpdb.c:1850:5: style: Variable 'token' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajpdb.c:1835:0: note: Variable 'token' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpdb.c:1850:5: note: Variable 'token' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpdb.c:1851:5: style: Variable 'idstr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajpdb.c:1836:0: note: Variable 'idstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpdb.c:1851:5: note: Variable 'idstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpdb.c:1852:5: style: Variable 'destr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajpdb.c:1837:0: note: Variable 'destr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpdb.c:1852:5: note: Variable 'destr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpdb.c:1853:5: style: Variable 'osstr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajpdb.c:1838:0: note: Variable 'osstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpdb.c:1853:5: note: Variable 'osstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpdb.c:1854:5: style: Variable 'xstr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajpdb.c:1839:0: note: Variable 'xstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpdb.c:1854:5: note: Variable 'xstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpdb.c:2231:5: style: Variable 'line' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajpdb.c:2217:0: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpdb.c:2231:5: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpdb.c:2232:5: style: Variable 'token' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajpdb.c:2218:0: note: Variable 'token' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpdb.c:2232:5: note: Variable 'token' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpdb.c:2233:5: style: Variable 'idstr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajpdb.c:2219:0: note: Variable 'idstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpdb.c:2233:5: note: Variable 'idstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpdb.c:2234:5: style: Variable 'destr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajpdb.c:2220:0: note: Variable 'destr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpdb.c:2234:5: note: Variable 'destr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpdb.c:2235:5: style: Variable 'osstr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajpdb.c:2221:0: note: Variable 'osstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpdb.c:2235:5: note: Variable 'osstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpdb.c:2236:5: style: Variable 'xstr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajpdb.c:2222:0: note: Variable 'xstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpdb.c:2236:5: note: Variable 'xstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpdb.c:2692:12: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajpdb.c:2761:12: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajpdb.c:2835:12: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajpdb.c:2878:12: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajpdb.c:2928:12: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajpdb.c:3203:12: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajpdb.c:3365:12: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajpdb.c:6099:11: style: The scope of the variable 'm' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajpdb.c:6101:11: style: The scope of the variable 'c' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajpdb.c:5939:40: style: Function 'ajPdbGetEStrideType' argument 1 names different: declaration 'obj' definition 'pdb'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajpdb.h:939:40: note: Function 'ajPdbGetEStrideType' argument 1 names different: declaration 'obj' definition 'pdb'.
EMBOSS-6.6.0/ajax/core/ajpdb.c:5939:40: note: Function 'ajPdbGetEStrideType' argument 1 names different: declaration 'obj' definition 'pdb'.
EMBOSS-6.6.0/ajax/core/ajpdb.c:6151:30: style: Function 'ajPdbWriteAll' argument 1 names different: declaration 'out' definition 'outf'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajpdb.h:934:30: note: Function 'ajPdbWriteAll' argument 1 names different: declaration 'out' definition 'outf'.
EMBOSS-6.6.0/ajax/core/ajpdb.c:6151:30: note: Function 'ajPdbWriteAll' argument 1 names different: declaration 'out' definition 'outf'.
EMBOSS-6.6.0/ajax/core/ajpdb.c:6459:71: style: Function 'ajPdbWriteSegment' argument 3 names different: declaration 'seq' definition 'segment'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajpdb.h:936:39: note: Function 'ajPdbWriteSegment' argument 3 names different: declaration 'seq' definition 'segment'.
EMBOSS-6.6.0/ajax/core/ajpdb.c:6459:71: note: Function 'ajPdbWriteSegment' argument 3 names different: declaration 'seq' definition 'segment'.
EMBOSS-6.6.0/ajax/core/ajpdb.c:6460:31: style: Function 'ajPdbWriteSegment' argument 4 names different: declaration 'chn' definition 'chnid'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajpdb.h:936:49: note: Function 'ajPdbWriteSegment' argument 4 names different: declaration 'chn' definition 'chnid'.
EMBOSS-6.6.0/ajax/core/ajpdb.c:6460:31: note: Function 'ajPdbWriteSegment' argument 4 names different: declaration 'chn' definition 'chnid'.
EMBOSS-6.6.0/ajax/core/ajpdbio.c:1416:17: warning: Either the condition '!atom2' is redundant or there is possible null pointer dereference: atom2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajpdbio.c:1409:9: note: Assuming that condition '!atom2' is not redundant
EMBOSS-6.6.0/ajax/core/ajpdbio.c:1416:17: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajpdbio.c:1418:17: warning: Either the condition '!atom2' is redundant or there is possible null pointer dereference: atom2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajpdbio.c:1409:9: note: Assuming that condition '!atom2' is not redundant
EMBOSS-6.6.0/ajax/core/ajpdbio.c:1418:17: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajpdbio.c:523:5: style: Variable 'tmp1' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajpdbio.c:518:0: note: Variable 'tmp1' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpdbio.c:523:5: note: Variable 'tmp1' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpdbio.c:524:5: style: Variable 'tmp2' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajpdbio.c:519:0: note: Variable 'tmp2' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpdbio.c:524:5: note: Variable 'tmp2' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpdbio.c:526:5: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajpdbio.c:520:0: note: Variable 'iter' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpdbio.c:526:5: note: Variable 'iter' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpdbio.c:665:5: style: Variable 'tmp1' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajpdbio.c:652:0: note: Variable 'tmp1' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpdbio.c:665:5: note: Variable 'tmp1' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpdbio.c:666:5: style: Variable 'tmp2' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajpdbio.c:653:0: note: Variable 'tmp2' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpdbio.c:666:5: note: Variable 'tmp2' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpdbio.c:667:5: style: Variable 'tmpstr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajpdbio.c:660:0: note: Variable 'tmpstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpdbio.c:667:5: note: Variable 'tmpstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpdbio.c:4459:5: style: Variable 'last_rt' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajpdbio.c:4444:0: note: Variable 'last_rt' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpdbio.c:4459:5: note: Variable 'last_rt' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpdbio.c:4460:5: style: Variable 'this_rt' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajpdbio.c:4445:0: note: Variable 'this_rt' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpdbio.c:4460:5: note: Variable 'this_rt' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajpdbio.c:4580:17: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
EMBOSS-6.6.0/ajax/core/ajpdbio.c:4582:17: note: Found duplicate branches for 'if' and 'else'.
EMBOSS-6.6.0/ajax/core/ajpdbio.c:4580:17: note: Found duplicate branches for 'if' and 'else'.
EMBOSS-6.6.0/ajax/core/ajpdbio.c:1605:11: style: The scope of the variable 'l' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajpdbio.c:2194:12: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajpdbio.c:2234:12: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajpdbio.c:3273:10: style: The scope of the variable 'id1' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajpdbio.c:2171:5: style: Redundant pointer operation on 'Ppdbfile' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajpdbio.c:2251:5: style: Redundant pointer operation on 'Pelements' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajpdbio.c:2313:5: style: Redundant pointer operation on 'Pelement' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajpdbio.c:6846:59: style: Function 'pdbioPdbfileChain' argument 2 names different: declaration 'pdb' definition 'pdbfile'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajpdbio.c:446:59: note: Function 'pdbioPdbfileChain' argument 2 names different: declaration 'pdb' definition 'pdbfile'.
EMBOSS-6.6.0/ajax/core/ajpdbio.c:6846:59: note: Function 'pdbioPdbfileChain' argument 2 names different: declaration 'pdb' definition 'pdbfile'.
EMBOSS-6.6.0/ajax/core/ajphylo.c:1027:8: style: Condition '!done' is always true [knownConditionTrueFalse]
EMBOSS-6.6.0/ajax/core/ajphylo.c:1020:12: note: Assignment 'done=0', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajphylo.c:1027:8: note: Condition '!done' is always true
EMBOSS-6.6.0/ajax/core/ajphylo.c:1099:11: style: Condition '!done' is always true [knownConditionTrueFalse]
EMBOSS-6.6.0/ajax/core/ajphylo.c:1020:12: note: Assignment 'done=0', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajphylo.c:1099:11: note: Condition '!done' is always true
EMBOSS-6.6.0/ajax/core/ajphylo.c:1388:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajphylo.c:1373:0: note: Variable 'ret' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajphylo.c:1388:5: note: Variable 'ret' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajphylo.c:171:11: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajphylo.c:213:11: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajphylo.c:258:11: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajphylo.c:860:11: style: The scope of the variable 'k' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajphylo.c:861:11: style: The scope of the variable 'jnew' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajphylo.c:862:11: style: The scope of the variable 'jold' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajphylo.c:863:11: style: The scope of the variable 'misspos' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajphylo.c:867:11: style: The scope of the variable 'jpos' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajphylo.c:868:11: style: The scope of the variable 'jtot' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajphylo.c:869:11: style: The scope of the variable 'jrest' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajphylo.c:873:11: style: The scope of the variable 'totfreq' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajphylo.c:874:11: style: The scope of the variable 'totsp' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajphylo.c:875:11: style: The scope of the variable 'isp' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajphylo.c:1247:11: style: The scope of the variable 'k' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajphylo.c:1249:11: style: The scope of the variable 'isp' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajphylo.c:1376:12: style: The scope of the variable 'propok' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajphylo.c:1379:11: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajphylo.c:1602:11: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajphylo.c:1604:11: style: The scope of the variable 'ilen' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajphylo.c:1848:12: style: The scope of the variable 'treeok' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajphylo.c:1849:11: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajphylo.c:192:5: style: Redundant pointer operation on 'pthis' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajphylo.c:237:5: style: Redundant pointer operation on 'pthis' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajphylo.c:272:5: style: Redundant pointer operation on 'pthis' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajphylo.c:320:5: style: Redundant pointer operation on 'pthis' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajphylo.c:355:5: style: Redundant pointer operation on 'pthis' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajphylo.c:387:5: style: Redundant pointer operation on 'pthis' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajphylo.c:421:5: style: Redundant pointer operation on 'pthis' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajquery.c:459:5: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajquery.c:456:0: note: Variable 'iter' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajquery.c:459:5: note: Variable 'iter' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajquery.c:1225:5: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajquery.c:1222:0: note: Variable 'iter' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajquery.c:1225:5: note: Variable 'iter' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajquery.c:214:19: style: The scope of the variable 'textaccess' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajquery.c:1662:18: style: The scope of the variable 'node' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajquery.c:2011:12: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajquery.c:2012:12: style: The scope of the variable 'iquery' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajquery.c:280:5: style: Redundant pointer operation on 'pthis' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajquery.c:1610:5: style: Redundant pointer operation on 'Pthis' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajquery.c:521:44: style: Function 'ajQueryDefinedFieldC' argument 1 names different: declaration 'qry' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajquery.h:87:51: note: Function 'ajQueryDefinedFieldC' argument 1 names different: declaration 'qry' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajquery.c:521:44: note: Function 'ajQueryDefinedFieldC' argument 1 names different: declaration 'qry' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajquery.c:565:44: style: Function 'ajQueryDefinedFieldS' argument 1 names different: declaration 'qry' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajquery.h:88:51: note: Function 'ajQueryDefinedFieldS' argument 1 names different: declaration 'qry' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajquery.c:565:44: note: Function 'ajQueryDefinedFieldS' argument 1 names different: declaration 'qry' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajquery.c:611:42: style: Function 'ajQueryKnownFieldC' argument 1 names different: declaration 'qry' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajquery.h:89:49: note: Function 'ajQueryKnownFieldC' argument 1 names different: declaration 'qry' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajquery.c:611:42: note: Function 'ajQueryKnownFieldC' argument 1 names different: declaration 'qry' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajquery.c:663:42: style: Function 'ajQueryKnownFieldS' argument 1 names different: declaration 'qry' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajquery.h:90:49: note: Function 'ajQueryKnownFieldS' argument 1 names different: declaration 'qry' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajquery.c:663:42: note: Function 'ajQueryKnownFieldS' argument 1 names different: declaration 'qry' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajquery.c:720:37: style: Function 'ajQueryAddFieldAndC' argument 1 names different: declaration 'qry' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajquery.h:91:44: note: Function 'ajQueryAddFieldAndC' argument 1 names different: declaration 'qry' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajquery.c:720:37: note: Function 'ajQueryAddFieldAndC' argument 1 names different: declaration 'qry' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajquery.c:751:37: style: Function 'ajQueryAddFieldAndS' argument 1 names different: declaration 'qry' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajquery.h:93:44: note: Function 'ajQueryAddFieldAndS' argument 1 names different: declaration 'qry' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajquery.c:751:37: note: Function 'ajQueryAddFieldAndS' argument 1 names different: declaration 'qry' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajquery.c:783:38: style: Function 'ajQueryAddFieldElseC' argument 1 names different: declaration 'qry' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajquery.h:95:45: note: Function 'ajQueryAddFieldElseC' argument 1 names different: declaration 'qry' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajquery.c:783:38: note: Function 'ajQueryAddFieldElseC' argument 1 names different: declaration 'qry' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajquery.c:814:38: style: Function 'ajQueryAddFieldElseS' argument 1 names different: declaration 'qry' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajquery.h:97:45: note: Function 'ajQueryAddFieldElseS' argument 1 names different: declaration 'qry' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajquery.c:814:38: note: Function 'ajQueryAddFieldElseS' argument 1 names different: declaration 'qry' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajquery.c:846:37: style: Function 'ajQueryAddFieldEorC' argument 1 names different: declaration 'qry' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajquery.h:99:44: note: Function 'ajQueryAddFieldEorC' argument 1 names different: declaration 'qry' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajquery.c:846:37: note: Function 'ajQueryAddFieldEorC' argument 1 names different: declaration 'qry' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajquery.c:877:37: style: Function 'ajQueryAddFieldEorS' argument 1 names different: declaration 'qry' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajquery.h:101:44: note: Function 'ajQueryAddFieldEorS' argument 1 names different: declaration 'qry' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajquery.c:877:37: note: Function 'ajQueryAddFieldEorS' argument 1 names different: declaration 'qry' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajquery.c:909:37: style: Function 'ajQueryAddFieldNotC' argument 1 names different: declaration 'qry' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajquery.h:103:44: note: Function 'ajQueryAddFieldNotC' argument 1 names different: declaration 'qry' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajquery.c:909:37: note: Function 'ajQueryAddFieldNotC' argument 1 names different: declaration 'qry' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajquery.c:940:37: style: Function 'ajQueryAddFieldNotS' argument 1 names different: declaration 'qry' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajquery.h:105:44: note: Function 'ajQueryAddFieldNotS' argument 1 names different: declaration 'qry' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajquery.c:940:37: note: Function 'ajQueryAddFieldNotS' argument 1 names different: declaration 'qry' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajquery.c:972:36: style: Function 'ajQueryAddFieldOrC' argument 1 names different: declaration 'qry' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajquery.h:107:43: note: Function 'ajQueryAddFieldOrC' argument 1 names different: declaration 'qry' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajquery.c:972:36: note: Function 'ajQueryAddFieldOrC' argument 1 names different: declaration 'qry' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajquery.c:1007:36: style: Function 'ajQueryAddFieldOrS' argument 1 names different: declaration 'qry' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajquery.h:109:43: note: Function 'ajQueryAddFieldOrS' argument 1 names different: declaration 'qry' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajquery.c:1007:36: note: Function 'ajQueryAddFieldOrS' argument 1 names different: declaration 'qry' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajquery.c:1986:53: style: Function 'ajQuerystrParseRead' argument 4 names different: declaration 'Pnontext' definition 'iformat'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajquery.h:85:43: note: Function 'ajQuerystrParseRead' argument 4 names different: declaration 'Pnontext' definition 'iformat'.
EMBOSS-6.6.0/ajax/core/ajquery.c:1986:53: note: Function 'ajQuerystrParseRead' argument 4 names different: declaration 'Pnontext' definition 'iformat'.
EMBOSS-6.6.0/ajax/core/ajquery.c:2870:53: style: Function 'queryDbfind' argument 2 names different: declaration 'querySvr' definition 'svr'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajquery.c:65:53: note: Function 'queryDbfind' argument 2 names different: declaration 'querySvr' definition 'svr'.
EMBOSS-6.6.0/ajax/core/ajquery.c:2870:53: note: Function 'queryDbfind' argument 2 names different: declaration 'querySvr' definition 'svr'.
EMBOSS-6.6.0/ajax/core/ajquery.c:2872:52: style: Function 'queryDbfind' argument 4 names different: declaration 'qry' definition 'iformat'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajquery.c:68:36: note: Function 'queryDbfind' argument 4 names different: declaration 'qry' definition 'iformat'.
EMBOSS-6.6.0/ajax/core/ajquery.c:2872:52: note: Function 'queryDbfind' argument 4 names different: declaration 'qry' definition 'iformat'.
EMBOSS-6.6.0/ajax/core/ajrange.c:379:12: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajrange.c:454:17: style: The scope of the variable 'cp' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajrange.c:455:11: style: The scope of the variable 'p' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajrange.c:456:12: style: The scope of the variable 'n' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajrange.c:457:12: style: The scope of the variable 'e' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajrange.c:460:12: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajrange.c:461:12: style: The scope of the variable 'doneone' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajrange.c:463:17: style: The scope of the variable 'nondigit' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajrange.c:466:17: style: The scope of the variable 'nondigitplus' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajrange.c:469:17: style: The scope of the variable 'digit' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajrange.c:736:12: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajrange.c:969:12: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajrange.c:1023:12: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajrange.c:1090:12: style: The scope of the variable 'shift' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajrange.c:1208:12: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajrange.c:1209:12: style: The scope of the variable 'j' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajrange.c:1210:12: style: The scope of the variable 'lasten' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajrange.c:1211:12: style: The scope of the variable 'lastst' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajrange.c:1212:12: style: The scope of the variable 'len' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajrange.c:1283:12: style: The scope of the variable 'nbases' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajrange.c:1284:12: style: The scope of the variable 'shift' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajrange.c:1287:11: style: The scope of the variable 'lastframe' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajrange.c:1387:12: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajrange.c:1388:12: style: The scope of the variable 'j' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajrange.c:1389:12: style: The scope of the variable 'jj' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajrange.c:1453:12: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajrange.c:1459:18: style: The scope of the variable 'seqstr' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajrange.c:1573:12: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajrange.c:1627:12: style: The scope of the variable 'len' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajrange.c:750:5: style: Redundant pointer operation on 'thys' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajrange.c:421:40: style: Function 'ajRangeNewString' argument 1 names different: declaration 's' definition 'str'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajrange.h:112:41: note: Function 'ajRangeNewString' argument 1 names different: declaration 's' definition 'str'.
EMBOSS-6.6.0/ajax/core/ajrange.c:421:40: note: Function 'ajRangeNewString' argument 1 names different: declaration 's' definition 'str'.
EMBOSS-6.6.0/ajax/core/ajrefseq.c:161:5: style: Redundant pointer operation on 'Prefseq' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajrefseqread.c:1096:8: style: Condition '!seqFtFmtEmbl' is always true [knownConditionTrueFalse]
EMBOSS-6.6.0/ajax/core/ajrefseqread.c:1067:27: note: Assignment 'seqFtFmtEmbl=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajrefseqread.c:1096:8: note: Condition '!seqFtFmtEmbl' is always true
EMBOSS-6.6.0/ajax/core/ajrefseqread.c:553:34: warning: Either the condition '!thys' is redundant or there is possible null pointer dereference: thys. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajrefseqread.c:556:8: note: Assuming that condition '!thys' is not redundant
EMBOSS-6.6.0/ajax/core/ajrefseqread.c:553:34: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajrefseqread.c:554:13: warning: Either the condition '!thys' is redundant or there is possible null pointer dereference: thys. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajrefseqread.c:556:8: note: Assuming that condition '!thys' is not redundant
EMBOSS-6.6.0/ajax/core/ajrefseqread.c:554:13: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajrefseqread.c:2407:5: style: Variable 'qrystr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajrefseqread.c:2396:0: note: Variable 'qrystr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajrefseqread.c:2407:5: note: Variable 'qrystr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajrefseqread.c:2412:5: style: Variable 'fmtstr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajrefseqread.c:2398:0: note: Variable 'fmtstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajrefseqread.c:2412:5: note: Variable 'fmtstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajrefseqread.c:753:12: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajrefseqread.c:755:12: style: The scope of the variable 'jstat' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajrefseqread.c:1080:12: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajrefseqread.c:2395:12: style: The scope of the variable 'ret' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajrefseqread.c:234:5: style: Redundant pointer operation on 'pthis' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajrefseqread.c:2781:5: style: Redundant pointer operation on 'pthis' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajrefseqread.c:420:55: style: Function 'ajRefseqinRead' argument 2 names different: declaration 'thys' definition 'refseq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajrefseqread.h:88:65: note: Function 'ajRefseqinRead' argument 2 names different: declaration 'thys' definition 'refseq'.
EMBOSS-6.6.0/ajax/core/ajrefseqread.c:420:55: note: Function 'ajRefseqinRead' argument 2 names different: declaration 'thys' definition 'refseq'.
EMBOSS-6.6.0/ajax/core/ajrefseqread.c:1047:47: style: Function 'refseqinReadEmblcon' argument 1 names different: declaration 'thys' definition 'refseqin'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajrefseqread.c:52:47: note: Function 'refseqinReadEmblcon' argument 1 names different: declaration 'thys' definition 'refseqin'.
EMBOSS-6.6.0/ajax/core/ajrefseqread.c:1047:47: note: Function 'refseqinReadEmblcon' argument 1 names different: declaration 'thys' definition 'refseqin'.
EMBOSS-6.6.0/ajax/core/ajreg.c:740:11: style: The scope of the variable 'istart' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajreg.c:741:11: style: The scope of the variable 'iend' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajreg.c:716:5: style: Redundant pointer operation on 'pexp' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajreport.c:1983:8: style: Condition '!tmpstr' is always true [knownConditionTrueFalse]
EMBOSS-6.6.0/ajax/core/ajreport.c:1964:21: note: Assignment 'tmpstr=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajreport.c:1983:8: note: Condition '!tmpstr' is always true
EMBOSS-6.6.0/ajax/core/ajreport.c:2408:8: style: Condition '!tmpstr' is always true [knownConditionTrueFalse]
EMBOSS-6.6.0/ajax/core/ajreport.c:2398:21: note: Assignment 'tmpstr=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajreport.c:2408:8: note: Condition '!tmpstr' is always true
EMBOSS-6.6.0/ajax/core/ajreport.c:3376:5: style: Condition '!doSingle' is always true [knownConditionTrueFalse]
EMBOSS-6.6.0/ajax/core/ajreport.c:3315:23: note: Assignment 'doSingle=0', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajreport.c:3376:5: note: Condition '!doSingle' is always true
EMBOSS-6.6.0/ajax/core/ajreport.c:3483:8: style: Condition '!doSingle' is always true [knownConditionTrueFalse]
EMBOSS-6.6.0/ajax/core/ajreport.c:3477:23: note: Assignment 'doSingle=0', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajreport.c:3483:8: note: Condition '!doSingle' is always true
EMBOSS-6.6.0/ajax/core/ajreport.c:4082:32: warning: Either the condition 'if(seq&&ajStrGetLen(seq->Type))' is redundant or there is possible null pointer dereference: seq. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajreport.c:4094:7: note: Assuming that condition 'if(seq&&ajStrGetLen(seq->Type))' is not redundant
EMBOSS-6.6.0/ajax/core/ajreport.c:4082:32: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajreport.c:892:5: style: Variable 'iterft' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajreport.c:873:0: note: Variable 'iterft' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajreport.c:892:5: note: Variable 'iterft' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajreport.c:1266:5: style: Variable 'iterft' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajreport.c:1247:0: note: Variable 'iterft' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajreport.c:1266:5: note: Variable 'iterft' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajreport.c:1365:5: style: Variable 'iterft' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajreport.c:1350:0: note: Variable 'iterft' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajreport.c:1365:5: note: Variable 'iterft' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajreport.c:1861:5: style: Variable 'iterft' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajreport.c:1838:0: note: Variable 'iterft' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajreport.c:1861:5: note: Variable 'iterft' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajreport.c:2235:5: style: Variable 'iterft' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajreport.c:2213:0: note: Variable 'iterft' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajreport.c:2235:5: note: Variable 'iterft' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajreport.c:3274:5: style: Variable 'ntags' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajreport.c:3273:5: note: Variable 'ntags' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajreport.c:3274:5: note: Variable 'ntags' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajreport.c:3275:5: style: Variable 'ntags' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajreport.c:3274:5: note: Variable 'ntags' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajreport.c:3275:5: note: Variable 'ntags' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajreport.c:3321:5: style: Variable 'today' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajreport.c:3317:0: note: Variable 'today' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajreport.c:3321:5: note: Variable 'today' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajreport.c:516:12: style: The scope of the variable 'istart' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajreport.c:517:12: style: The scope of the variable 'iend' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajreport.c:518:12: style: The scope of the variable 'ilen' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajreport.c:528:12: style: The scope of the variable 'j' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajreport.c:530:12: style: The scope of the variable 'jstart' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajreport.c:531:12: style: The scope of the variable 'jend' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajreport.c:532:10: style: The scope of the variable 'strand' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajreport.c:673:12: style: The scope of the variable 'istart' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajreport.c:675:12: style: The scope of the variable 'iend' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajreport.c:677:12: style: The scope of the variable 'ilen' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajreport.c:690:10: style: The scope of the variable 'strand' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajreport.c:877:11: style: The scope of the variable 'istart' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajreport.c:878:11: style: The scope of the variable 'iend' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajreport.c:1125:12: style: The scope of the variable 'istart' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajreport.c:1126:12: style: The scope of the variable 'iend' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajreport.c:1127:11: style: The scope of the variable 'score' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajreport.c:1132:10: style: The scope of the variable 'strand' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajreport.c:1249:12: style: The scope of the variable 'istart' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajreport.c:1250:12: style: The scope of the variable 'iend' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajreport.c:1260:12: style: The scope of the variable 'isbetween' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajreport.c:1352:12: style: The scope of the variable 'istart' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajreport.c:1353:12: style: The scope of the variable 'iend' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajreport.c:1457:12: style: The scope of the variable 'istart' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajreport.c:1458:12: style: The scope of the variable 'iend' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajreport.c:1459:11: style: The scope of the variable 'score' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajreport.c:1460:12: style: The scope of the variable 'ilen' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajreport.c:1478:12: style: The scope of the variable 'jposmin' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajreport.c:1479:12: style: The scope of the variable 'jposmax' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajreport.c:1687:12: style: The scope of the variable 'istart' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajreport.c:1688:12: style: The scope of the variable 'iend' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajreport.c:1689:11: style: The scope of the variable 'score' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajreport.c:1699:10: style: The scope of the variable 'strand' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajreport.c:1701:12: style: The scope of the variable 'isbetween' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajreport.c:1840:12: style: The scope of the variable 'istart' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajreport.c:1841:12: style: The scope of the variable 'iend' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajreport.c:1842:11: style: The scope of the variable 'score' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajreport.c:1843:12: style: The scope of the variable 'ilen' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajreport.c:1952:12: style: The scope of the variable 'istart' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajreport.c:1953:12: style: The scope of the variable 'iend' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajreport.c:1966:10: style: The scope of the variable 'strand' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajreport.c:1969:12: style: The scope of the variable 'isbetween' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajreport.c:2215:12: style: The scope of the variable 'istart' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajreport.c:2216:12: style: The scope of the variable 'iend' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajreport.c:2217:12: style: The scope of the variable 'ilen' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajreport.c:2218:11: style: The scope of the variable 'score' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajreport.c:2387:11: style: The scope of the variable 'istart' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajreport.c:2388:11: style: The scope of the variable 'iend' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajreport.c:2389:11: style: The scope of the variable 'score' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajreport.c:2399:10: style: The scope of the variable 'strand' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajreport.c:2401:12: style: The scope of the variable 'isbetween' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajreport.c:2542:11: style: The scope of the variable 'istart' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajreport.c:2543:11: style: The scope of the variable 'iend' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajreport.c:2544:12: style: The scope of the variable 'ilen' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajreport.c:2561:12: style: The scope of the variable 'ilast' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajreport.c:2562:12: style: The scope of the variable 'jlast' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajreport.c:2570:10: style: The scope of the variable 'strand' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajreport.c:3267:19: style: The scope of the variable 'jmin' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajreport.c:3268:13: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajreport.c:3316:9: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajreport.c:2818:5: style: Redundant pointer operation on 'pthys' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajreport.c:230:40: style: Function 'reportWriteTrace' argument 1 names different: declaration 'outrpt' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajreport.c:100:40: note: Function 'reportWriteTrace' argument 1 names different: declaration 'outrpt' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajreport.c:230:40: note: Function 'reportWriteTrace' argument 1 names different: declaration 'outrpt' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajreport.c:307:39: style: Function 'reportWriteEmbl' argument 1 names different: declaration 'outrpt' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajreport.c:87:39: note: Function 'reportWriteEmbl' argument 1 names different: declaration 'outrpt' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajreport.c:307:39: note: Function 'reportWriteEmbl' argument 1 names different: declaration 'outrpt' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajreport.c:338:42: style: Function 'reportWriteGenbank' argument 1 names different: declaration 'outrpt' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajreport.c:89:42: note: Function 'reportWriteGenbank' argument 1 names different: declaration 'outrpt' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajreport.c:338:42: note: Function 'reportWriteGenbank' argument 1 names different: declaration 'outrpt' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajreport.c:370:38: style: Function 'reportWriteGff' argument 1 names different: declaration 'outrpt' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajreport.c:91:38: note: Function 'reportWriteGff' argument 1 names different: declaration 'outrpt' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajreport.c:370:38: note: Function 'reportWriteGff' argument 1 names different: declaration 'outrpt' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajreport.c:400:38: style: Function 'reportWritePir' argument 1 names different: declaration 'outrpt' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajreport.c:93:38: note: Function 'reportWritePir' argument 1 names different: declaration 'outrpt' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajreport.c:400:38: note: Function 'reportWritePir' argument 1 names different: declaration 'outrpt' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajreport.c:429:40: style: Function 'reportWriteSwiss' argument 1 names different: declaration 'outrpt' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajreport.c:95:40: note: Function 'reportWriteSwiss' argument 1 names different: declaration 'outrpt' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajreport.c:429:40: note: Function 'reportWriteSwiss' argument 1 names different: declaration 'outrpt' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajreport.c:458:41: style: Function 'reportWriteDasgff' argument 1 names different: declaration 'outrpt' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajreport.c:97:41: note: Function 'reportWriteDasgff' argument 1 names different: declaration 'outrpt' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajreport.c:458:41: note: Function 'reportWriteDasgff' argument 1 names different: declaration 'outrpt' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajreport.c:510:42: style: Function 'reportWriteDbMotif' argument 1 names different: declaration 'outrpt' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajreport.c:105:42: note: Function 'reportWriteDbMotif' argument 1 names different: declaration 'outrpt' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajreport.c:510:42: note: Function 'reportWriteDbMotif' argument 1 names different: declaration 'outrpt' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajreport.c:666:42: style: Function 'reportWriteDiffseq' argument 1 names different: declaration 'outrpt' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajreport.c:107:42: note: Function 'reportWriteDiffseq' argument 1 names different: declaration 'outrpt' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajreport.c:666:42: note: Function 'reportWriteDiffseq' argument 1 names different: declaration 'outrpt' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajreport.c:869:39: style: Function 'reportWriteDraw' argument 1 names different: declaration 'outrpt' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajreport.c:109:39: note: Function 'reportWriteDraw' argument 1 names different: declaration 'outrpt' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajreport.c:869:39: note: Function 'reportWriteDraw' argument 1 names different: declaration 'outrpt' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajreport.c:960:43: style: Function 'reportWriteRestrict' argument 1 names different: declaration 'outrpt' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajreport.c:121:43: note: Function 'reportWriteRestrict' argument 1 names different: declaration 'outrpt' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajreport.c:960:43: note: Function 'reportWriteRestrict' argument 1 names different: declaration 'outrpt' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajreport.c:1119:40: style: Function 'reportWriteExcel' argument 1 names different: declaration 'outrpt' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajreport.c:111:40: note: Function 'reportWriteExcel' argument 1 names different: declaration 'outrpt' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajreport.c:1119:40: note: Function 'reportWriteExcel' argument 1 names different: declaration 'outrpt' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajreport.c:1243:44: style: Function 'reportWriteFeatTable' argument 1 names different: declaration 'outrpt' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajreport.c:113:44: note: Function 'reportWriteFeatTable' argument 1 names different: declaration 'outrpt' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajreport.c:1243:44: note: Function 'reportWriteFeatTable' argument 1 names different: declaration 'outrpt' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajreport.c:1346:43: style: Function 'reportWriteListFile' argument 1 names different: declaration 'outrpt' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajreport.c:102:43: note: Function 'reportWriteListFile' argument 1 names different: declaration 'outrpt' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajreport.c:1346:43: note: Function 'reportWriteListFile' argument 1 names different: declaration 'outrpt' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajreport.c:1451:40: style: Function 'reportWriteMotif' argument 1 names different: declaration 'outrpt' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajreport.c:115:40: note: Function 'reportWriteMotif' argument 1 names different: declaration 'outrpt' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajreport.c:1451:40: note: Function 'reportWriteMotif' argument 1 names different: declaration 'outrpt' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajreport.c:1681:44: style: Function 'reportWriteNameTable' argument 1 names different: declaration 'outrpt' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajreport.c:117:44: note: Function 'reportWriteNameTable' argument 1 names different: declaration 'outrpt' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajreport.c:1681:44: note: Function 'reportWriteNameTable' argument 1 names different: declaration 'outrpt' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajreport.c:1834:42: style: Function 'reportWriteRegions' argument 1 names different: declaration 'outrpt' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajreport.c:119:42: note: Function 'reportWriteRegions' argument 1 names different: declaration 'outrpt' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajreport.c:1834:42: note: Function 'reportWriteRegions' argument 1 names different: declaration 'outrpt' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajreport.c:1946:43: style: Function 'reportWriteSeqTable' argument 1 names different: declaration 'outrpt' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajreport.c:123:43: note: Function 'reportWriteSeqTable' argument 1 names different: declaration 'outrpt' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajreport.c:1946:43: note: Function 'reportWriteSeqTable' argument 1 names different: declaration 'outrpt' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajreport.c:2128:41: style: Function 'reportWriteSimple' argument 1 names different: declaration 'outrpt' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajreport.c:125:41: note: Function 'reportWriteSimple' argument 1 names different: declaration 'outrpt' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajreport.c:2128:41: note: Function 'reportWriteSimple' argument 1 names different: declaration 'outrpt' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajreport.c:2168:38: style: Function 'reportWriteSrs' argument 1 names different: declaration 'outrpt' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajreport.c:127:38: note: Function 'reportWriteSrs' argument 1 names different: declaration 'outrpt' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajreport.c:2168:38: note: Function 'reportWriteSrs' argument 1 names different: declaration 'outrpt' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajreport.c:2209:43: style: Function 'reportWriteSrsFlags' argument 1 names different: declaration 'outrpt' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajreport.c:129:43: note: Function 'reportWriteSrsFlags' argument 1 names different: declaration 'outrpt' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajreport.c:2209:43: note: Function 'reportWriteSrsFlags' argument 1 names different: declaration 'outrpt' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajreport.c:2329:42: style: Function 'reportWriteSummary' argument 1 names different: declaration 'outrpt' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajreport.c:131:42: note: Function 'reportWriteSummary' argument 1 names different: declaration 'outrpt' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajreport.c:2329:42: note: Function 'reportWriteSummary' argument 1 names different: declaration 'outrpt' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajreport.c:2381:40: style: Function 'reportWriteTable' argument 1 names different: declaration 'outrpt' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajreport.c:133:40: note: Function 'reportWriteTable' argument 1 names different: declaration 'outrpt' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajreport.c:2381:40: note: Function 'reportWriteTable' argument 1 names different: declaration 'outrpt' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajreport.c:2535:41: style: Function 'reportWriteTagseq' argument 1 names different: declaration 'outrpt' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajreport.c:136:41: note: Function 'reportWriteTagseq' argument 1 names different: declaration 'outrpt' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajreport.c:2535:41: note: Function 'reportWriteTagseq' argument 1 names different: declaration 'outrpt' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajreport.c:3215:30: style: Function 'ajReportClose' argument 1 names different: declaration 'pthys' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajreport.h:171:38: note: Function 'ajReportClose' argument 1 names different: declaration 'pthys' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajreport.c:3215:30: note: Function 'ajReportClose' argument 1 names different: declaration 'pthys' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajreport.c:723:2: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
EMBOSS-6.6.0/ajax/core/ajreport.c:1172:2: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
EMBOSS-6.6.0/ajax/core/ajreport.c:1372:2: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
EMBOSS-6.6.0/ajax/core/ajresource.c:146:5: style: Variable 'drcat' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajresource.c:143:0: note: Variable 'drcat' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajresource.c:146:5: note: Variable 'drcat' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajresource.c:147:5: style: Variable 'drcatin' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajresource.c:144:0: note: Variable 'drcatin' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajresource.c:147:5: note: Variable 'drcatin' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajresource.c:334:5: style: Redundant pointer operation on 'Presource' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajresource.c:1053:5: style: Redundant pointer operation on 'Preslink' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajresource.c:1260:5: style: Redundant pointer operation on 'Presquery' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajresource.c:1459:5: style: Redundant pointer operation on 'Presterm' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajresource.c:991:49: style: Function 'ajReslinkNewReslink' argument 1 names different: declaration 'link' definition 'reslink'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajresource.h:87:51: note: Function 'ajReslinkNewReslink' argument 1 names different: declaration 'link' definition 'reslink'.
EMBOSS-6.6.0/ajax/core/ajresource.c:991:49: note: Function 'ajReslinkNewReslink' argument 1 names different: declaration 'link' definition 'reslink'.
EMBOSS-6.6.0/ajax/core/ajresourceread.c:663:36: warning: Either the condition '!thys' is redundant or there is possible null pointer dereference: thys. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajresourceread.c:666:8: note: Assuming that condition '!thys' is not redundant
EMBOSS-6.6.0/ajax/core/ajresourceread.c:663:36: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajresourceread.c:664:13: warning: Either the condition '!thys' is redundant or there is possible null pointer dereference: thys. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajresourceread.c:666:8: note: Assuming that condition '!thys' is not redundant
EMBOSS-6.6.0/ajax/core/ajresourceread.c:664:13: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajresourceread.c:1186:5: style: Variable 'ok' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajresourceread.c:1171:0: note: Variable 'ok' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajresourceread.c:1186:5: note: Variable 'ok' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajresourceread.c:2088:5: style: Variable 'qrystr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajresourceread.c:2077:0: note: Variable 'qrystr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajresourceread.c:2088:5: note: Variable 'qrystr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajresourceread.c:2093:5: style: Variable 'fmtstr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajresourceread.c:2079:0: note: Variable 'fmtstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajresourceread.c:2093:5: note: Variable 'fmtstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajresourceread.c:866:12: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajresourceread.c:868:12: style: The scope of the variable 'jstat' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajresourceread.c:2076:12: style: The scope of the variable 'ret' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajresourceread.c:350:5: style: Redundant pointer operation on 'pthis' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajresourceread.c:2475:5: style: Redundant pointer operation on 'pthis' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajresourceread.c:552:63: style: Function 'ajResourceinRead' argument 2 names different: declaration 'thys' definition 'resource'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajresourceread.h:89:71: note: Function 'ajResourceinRead' argument 2 names different: declaration 'thys' definition 'resource'.
EMBOSS-6.6.0/ajax/core/ajresourceread.c:552:63: note: Function 'ajResourceinRead' argument 2 names different: declaration 'thys' definition 'resource'.
EMBOSS-6.6.0/ajax/core/ajresourceread.c:1161:49: style: Function 'resourceinReadDrcat' argument 1 names different: declaration 'thys' definition 'resourcein'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajresourceread.c:98:49: note: Function 'resourceinReadDrcat' argument 1 names different: declaration 'thys' definition 'resourcein'.
EMBOSS-6.6.0/ajax/core/ajresourceread.c:1161:49: note: Function 'resourceinReadDrcat' argument 1 names different: declaration 'thys' definition 'resourcein'.
EMBOSS-6.6.0/ajax/core/ajseq.c:5361:53: warning: Either the condition '!seq' is redundant or there is possible null pointer dereference: seq. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajseq.c:5363:8: note: Assuming that condition '!seq' is not redundant
EMBOSS-6.6.0/ajax/core/ajseq.c:5361:53: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajseq.c:7043:10: warning: Either the condition '!Pcvt' is redundant or there is possible null pointer dereference: Pcvt. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajseq.c:7043:17: note: Assuming that condition '!Pcvt' is not redundant
EMBOSS-6.6.0/ajax/core/ajseq.c:7043:10: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajseq.c:2379:12: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseq.c:2380:12: style: The scope of the variable 'j' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseq.c:2381:11: style: The scope of the variable 'atemp' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseq.c:6839:10: style: The scope of the variable 'c' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseq.c:10799:10: style: The scope of the variable 'tmp' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseq.c:856:5: style: Redundant pointer operation on 'Pseq' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajseq.c:890:5: style: Redundant pointer operation on 'PPseq' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajseq.c:4638:5: style: Redundant pointer operation on 'Pseq' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajseq.c:5265:5: style: Redundant pointer operation on 'Pseq' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajseq.c:5299:5: style: Redundant pointer operation on 'PPseq' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajseq.c:7065:5: style: Redundant pointer operation on 'Pcvt' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajseq.c:7395:5: style: Redundant pointer operation on 'Pdate' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajseq.c:7833:5: style: Redundant pointer operation on 'Pdesc' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajseq.c:8165:5: style: Redundant pointer operation on 'Pdesc' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajseq.c:8505:5: style: Redundant pointer operation on 'Pgene' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajseq.c:8991:5: style: Redundant pointer operation on 'Pxref' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajseq.c:9301:5: style: Redundant pointer operation on 'Pref' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajseq.c:10289:5: style: Redundant pointer operation on 'Prange' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajseq.c:784:23: style: Function 'ajSeqDel' argument 1 names different: declaration 'pthis' definition 'Pseq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:276:31: note: Function 'ajSeqDel' argument 1 names different: declaration 'pthis' definition 'Pseq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:784:23: note: Function 'ajSeqDel' argument 1 names different: declaration 'pthis' definition 'Pseq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:982:25: style: Function 'ajSeqAddCmt' argument 1 names different: declaration 'thys' definition 'seq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:139:33: note: Function 'ajSeqAddCmt' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:982:25: note: Function 'ajSeqAddCmt' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:1007:26: style: Function 'ajSeqAddGene' argument 1 names different: declaration 'thys' definition 'seq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:140:34: note: Function 'ajSeqAddGene' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:1007:26: note: Function 'ajSeqAddGene' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:1032:26: style: Function 'ajSeqAddHost' argument 1 names different: declaration 'thys' definition 'seq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:141:34: note: Function 'ajSeqAddHost' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:1032:26: note: Function 'ajSeqAddHost' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:1057:25: style: Function 'ajSeqAddKey' argument 1 names different: declaration 'thys' definition 'seq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:142:33: note: Function 'ajSeqAddKey' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:1057:25: note: Function 'ajSeqAddKey' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:1082:25: style: Function 'ajSeqAddRef' argument 1 names different: declaration 'thys' definition 'seq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:143:33: note: Function 'ajSeqAddRef' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:1082:25: note: Function 'ajSeqAddRef' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:1107:26: style: Function 'ajSeqAddXref' argument 1 names different: declaration 'thys' definition 'seq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:144:34: note: Function 'ajSeqAddXref' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:1107:26: note: Function 'ajSeqAddXref' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:1132:46: style: Function 'ajSeqAssignAccC' argument 2 names different: declaration 'text' definition 'txt'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:145:54: note: Function 'ajSeqAssignAccC' argument 2 names different: declaration 'text' definition 'txt'.
EMBOSS-6.6.0/ajax/core/ajseq.c:1132:46: note: Function 'ajSeqAssignAccC' argument 2 names different: declaration 'text' definition 'txt'.
EMBOSS-6.6.0/ajax/core/ajseq.c:1176:47: style: Function 'ajSeqAssignDescC' argument 2 names different: declaration 'text' definition 'txt'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:147:55: note: Function 'ajSeqAssignDescC' argument 2 names different: declaration 'text' definition 'txt'.
EMBOSS-6.6.0/ajax/core/ajseq.c:1176:47: note: Function 'ajSeqAssignDescC' argument 2 names different: declaration 'text' definition 'txt'.
EMBOSS-6.6.0/ajax/core/ajseq.c:1220:48: style: Function 'ajSeqAssignEntryC' argument 2 names different: declaration 'text' definition 'txt'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:149:56: note: Function 'ajSeqAssignEntryC' argument 2 names different: declaration 'text' definition 'txt'.
EMBOSS-6.6.0/ajax/core/ajseq.c:1220:48: note: Function 'ajSeqAssignEntryC' argument 2 names different: declaration 'text' definition 'txt'.
EMBOSS-6.6.0/ajax/core/ajseq.c:1264:47: style: Function 'ajSeqAssignFileC' argument 2 names different: declaration 'text' definition 'txt'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:151:55: note: Function 'ajSeqAssignFileC' argument 2 names different: declaration 'text' definition 'txt'.
EMBOSS-6.6.0/ajax/core/ajseq.c:1264:47: note: Function 'ajSeqAssignFileC' argument 2 names different: declaration 'text' definition 'txt'.
EMBOSS-6.6.0/ajax/core/ajseq.c:1308:47: style: Function 'ajSeqAssignFullC' argument 2 names different: declaration 'text' definition 'txt'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:153:55: note: Function 'ajSeqAssignFullC' argument 2 names different: declaration 'text' definition 'txt'.
EMBOSS-6.6.0/ajax/core/ajseq.c:1308:47: note: Function 'ajSeqAssignFullC' argument 2 names different: declaration 'text' definition 'txt'.
EMBOSS-6.6.0/ajax/core/ajseq.c:1353:45: style: Function 'ajSeqAssignGiC' argument 2 names different: declaration 'text' definition 'txt'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:155:53: note: Function 'ajSeqAssignGiC' argument 2 names different: declaration 'text' definition 'txt'.
EMBOSS-6.6.0/ajax/core/ajseq.c:1353:45: note: Function 'ajSeqAssignGiC' argument 2 names different: declaration 'text' definition 'txt'.
EMBOSS-6.6.0/ajax/core/ajseq.c:1468:46: style: Function 'ajSeqAssignSeqC' argument 2 names different: declaration 'text' definition 'txt'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:161:54: note: Function 'ajSeqAssignSeqC' argument 2 names different: declaration 'text' definition 'txt'.
EMBOSS-6.6.0/ajax/core/ajseq.c:1468:46: note: Function 'ajSeqAssignSeqC' argument 2 names different: declaration 'text' definition 'txt'.
EMBOSS-6.6.0/ajax/core/ajseq.c:1544:45: style: Function 'ajSeqAssignSvC' argument 2 names different: declaration 'text' definition 'txt'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:164:53: note: Function 'ajSeqAssignSvC' argument 2 names different: declaration 'text' definition 'txt'.
EMBOSS-6.6.0/ajax/core/ajseq.c:1544:45: note: Function 'ajSeqAssignSvC' argument 2 names different: declaration 'text' definition 'txt'.
EMBOSS-6.6.0/ajax/core/ajseq.c:1588:46: style: Function 'ajSeqAssignUfoC' argument 2 names different: declaration 'text' definition 'txt'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:166:54: note: Function 'ajSeqAssignUfoC' argument 2 names different: declaration 'text' definition 'txt'.
EMBOSS-6.6.0/ajax/core/ajseq.c:1588:46: note: Function 'ajSeqAssignUfoC' argument 2 names different: declaration 'text' definition 'txt'.
EMBOSS-6.6.0/ajax/core/ajseq.c:1632:46: style: Function 'ajSeqAssignUsaC' argument 2 names different: declaration 'text' definition 'txt'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:168:54: note: Function 'ajSeqAssignUsaC' argument 2 names different: declaration 'text' definition 'txt'.
EMBOSS-6.6.0/ajax/core/ajseq.c:1632:46: note: Function 'ajSeqAssignUsaC' argument 2 names different: declaration 'text' definition 'txt'.
EMBOSS-6.6.0/ajax/core/ajseq.c:1675:24: style: Function 'ajSeqClear' argument 1 names different: declaration 'thys' definition 'seq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:177:32: note: Function 'ajSeqClear' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:1675:24: note: Function 'ajSeqClear' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:1824:26: style: Function 'ajSeqSetName' argument 1 names different: declaration 'thys' definition 'seq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:274:34: note: Function 'ajSeqSetName' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:1824:26: note: Function 'ajSeqSetName' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:1863:31: style: Function 'ajSeqSetNameMulti' argument 1 names different: declaration 'thys' definition 'seq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:275:39: note: Function 'ajSeqSetNameMulti' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:1863:31: note: Function 'ajSeqSetNameMulti' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:1914:40: style: Function 'ajSeqSetOffsets' argument 2 names different: declaration 'ioff' definition 'offset'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:382:48: note: Function 'ajSeqSetOffsets' argument 2 names different: declaration 'ioff' definition 'offset'.
EMBOSS-6.6.0/ajax/core/ajseq.c:1914:40: note: Function 'ajSeqSetOffsets' argument 2 names different: declaration 'ioff' definition 'offset'.
EMBOSS-6.6.0/ajax/core/ajseq.c:1914:54: style: Function 'ajSeqSetOffsets' argument 3 names different: declaration 'ioriglen' definition 'origlen'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:382:60: note: Function 'ajSeqSetOffsets' argument 3 names different: declaration 'ioriglen' definition 'origlen'.
EMBOSS-6.6.0/ajax/core/ajseq.c:1914:54: note: Function 'ajSeqSetOffsets' argument 3 names different: declaration 'ioriglen' definition 'origlen'.
EMBOSS-6.6.0/ajax/core/ajseq.c:1974:38: style: Function 'ajSeqSetRange' argument 2 names different: declaration 'ibegin' definition 'pos1'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:383:46: note: Function 'ajSeqSetRange' argument 2 names different: declaration 'ibegin' definition 'pos1'.
EMBOSS-6.6.0/ajax/core/ajseq.c:1974:38: note: Function 'ajSeqSetRange' argument 2 names different: declaration 'ibegin' definition 'pos1'.
EMBOSS-6.6.0/ajax/core/ajseq.c:1974:50: style: Function 'ajSeqSetRange' argument 3 names different: declaration 'iend' definition 'pos2'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:383:60: note: Function 'ajSeqSetRange' argument 3 names different: declaration 'iend' definition 'pos2'.
EMBOSS-6.6.0/ajax/core/ajseq.c:1974:50: note: Function 'ajSeqSetRange' argument 3 names different: declaration 'iend' definition 'pos2'.
EMBOSS-6.6.0/ajax/core/ajseq.c:2018:41: style: Function 'ajSeqSetRangeRev' argument 2 names different: declaration 'ibegin' definition 'pos1'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:384:49: note: Function 'ajSeqSetRangeRev' argument 2 names different: declaration 'ibegin' definition 'pos1'.
EMBOSS-6.6.0/ajax/core/ajseq.c:2018:41: note: Function 'ajSeqSetRangeRev' argument 2 names different: declaration 'ibegin' definition 'pos1'.
EMBOSS-6.6.0/ajax/core/ajseq.c:2018:53: style: Function 'ajSeqSetRangeRev' argument 3 names different: declaration 'iend' definition 'pos2'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:384:63: note: Function 'ajSeqSetRangeRev' argument 3 names different: declaration 'iend' definition 'pos2'.
EMBOSS-6.6.0/ajax/core/ajseq.c:2018:53: note: Function 'ajSeqSetRangeRev' argument 3 names different: declaration 'iend' definition 'pos2'.
EMBOSS-6.6.0/ajax/core/ajseq.c:2233:29: style: Function 'ajSeqComplement' argument 1 names different: declaration 'thys' definition 'seq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:178:37: note: Function 'ajSeqComplement' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:2233:29: note: Function 'ajSeqComplement' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:2254:27: style: Function 'ajSeqFmtLower' argument 1 names different: declaration 'thys' definition 'seq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:394:35: note: Function 'ajSeqFmtLower' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:2254:27: note: Function 'ajSeqFmtLower' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:2275:27: style: Function 'ajSeqFmtUpper' argument 1 names different: declaration 'thys' definition 'seq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:395:35: note: Function 'ajSeqFmtUpper' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:2275:27: note: Function 'ajSeqFmtUpper' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:2329:30: style: Function 'ajSeqGapStandard' argument 1 names different: declaration 'thys' definition 'seq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:282:38: note: Function 'ajSeqGapStandard' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:2329:30: note: Function 'ajSeqGapStandard' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:2329:40: style: Function 'ajSeqGapStandard' argument 2 names different: declaration 'gapch' definition 'gapchar'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:282:49: note: Function 'ajSeqGapStandard' argument 2 names different: declaration 'gapch' definition 'gapchar'.
EMBOSS-6.6.0/ajax/core/ajseq.c:2329:40: note: Function 'ajSeqGapStandard' argument 2 names different: declaration 'gapch' definition 'gapchar'.
EMBOSS-6.6.0/ajax/core/ajseq.c:2374:28: style: Function 'ajSeqReverseDo' argument 1 names different: declaration 'thys' definition 'seq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:349:36: note: Function 'ajSeqReverseDo' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:2374:28: note: Function 'ajSeqReverseDo' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:2453:31: style: Function 'ajSeqReverseForce' argument 1 names different: declaration 'thys' definition 'seq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:350:39: note: Function 'ajSeqReverseForce' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:2453:31: note: Function 'ajSeqReverseForce' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:2483:30: style: Function 'ajSeqReverseOnly' argument 1 names different: declaration 'thys' definition 'seq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:352:38: note: Function 'ajSeqReverseOnly' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:2483:30: note: Function 'ajSeqReverseOnly' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:2523:23: style: Function 'ajSeqTrim' argument 1 names different: declaration 'thys' definition 'seq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:399:31: note: Function 'ajSeqTrim' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:2523:23: note: Function 'ajSeqTrim' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:2698:39: style: Function 'ajSeqGetAccC' argument 1 names different: declaration 'thys' definition 'seq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:283:40: note: Function 'ajSeqGetAccC' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:2698:39: note: Function 'ajSeqGetAccC' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:2721:40: style: Function 'ajSeqGetAccS' argument 1 names different: declaration 'thys' definition 'seq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:284:40: note: Function 'ajSeqGetAccS' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:2721:40: note: Function 'ajSeqGetAccS' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:2808:38: style: Function 'ajSeqGetDbC' argument 1 names different: declaration 'thys' definition 'seq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:285:39: note: Function 'ajSeqGetDbC' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:2808:38: note: Function 'ajSeqGetDbC' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:2831:39: style: Function 'ajSeqGetDbS' argument 1 names different: declaration 'thys' definition 'seq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:286:39: note: Function 'ajSeqGetDbS' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:2831:39: note: Function 'ajSeqGetDbS' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:2856:40: style: Function 'ajSeqGetDescC' argument 1 names different: declaration 'thys' definition 'seq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:287:41: note: Function 'ajSeqGetDescC' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:2856:40: note: Function 'ajSeqGetDescC' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:2879:41: style: Function 'ajSeqGetDescS' argument 1 names different: declaration 'thys' definition 'seq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:288:41: note: Function 'ajSeqGetDescS' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:2879:41: note: Function 'ajSeqGetDescS' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:2964:41: style: Function 'ajSeqGetEntryC' argument 1 names different: declaration 'thys' definition 'seq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:289:42: note: Function 'ajSeqGetEntryC' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:2964:41: note: Function 'ajSeqGetEntryC' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:2987:42: style: Function 'ajSeqGetEntryS' argument 1 names different: declaration 'thys' definition 'seq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:290:42: note: Function 'ajSeqGetEntryS' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:2987:42: note: Function 'ajSeqGetEntryS' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:3014:46: style: Function 'ajSeqGetFeat' argument 1 names different: declaration 'thys' definition 'seq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:291:46: note: Function 'ajSeqGetFeat' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:3014:46: note: Function 'ajSeqGetFeat' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:3038:44: style: Function 'ajSeqGetFeatCopy' argument 1 names different: declaration 'thys' definition 'seq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:182:44: note: Function 'ajSeqGetFeatCopy' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:3038:44: note: Function 'ajSeqGetFeatCopy' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:3061:38: style: Function 'ajSeqGetGiC' argument 1 names different: declaration 'thys' definition 'seq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:292:39: note: Function 'ajSeqGetGiC' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:3061:38: note: Function 'ajSeqGetGiC' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:3084:39: style: Function 'ajSeqGetGiS' argument 1 names different: declaration 'thys' definition 'seq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:293:39: note: Function 'ajSeqGetGiS' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:3084:39: note: Function 'ajSeqGetGiS' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:3202:40: style: Function 'ajSeqGetNameC' argument 1 names different: declaration 'thys' definition 'seq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:294:41: note: Function 'ajSeqGetNameC' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:3202:40: note: Function 'ajSeqGetNameC' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:3228:41: style: Function 'ajSeqGetNameS' argument 1 names different: declaration 'thys' definition 'seq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:295:41: note: Function 'ajSeqGetNameS' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:3228:41: note: Function 'ajSeqGetNameS' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:3318:35: style: Function 'ajSeqGetRange' argument 1 names different: declaration 'thys' definition 'seq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:298:41: note: Function 'ajSeqGetRange' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:3318:35: note: Function 'ajSeqGetRange' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:3363:33: style: Function 'ajSeqGetRev' argument 1 names different: declaration 'thys' definition 'seq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:299:39: note: Function 'ajSeqGetRev' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:3363:33: note: Function 'ajSeqGetRev' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:3386:39: style: Function 'ajSeqGetSeqC' argument 1 names different: declaration 'thys' definition 'seq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:172:40: note: Function 'ajSeqGetSeqC' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:3386:39: note: Function 'ajSeqGetSeqC' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:3487:38: style: Function 'ajSeqGetSvC' argument 1 names different: declaration 'thys' definition 'seq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:300:39: note: Function 'ajSeqGetSvC' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:3487:38: note: Function 'ajSeqGetSvC' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:3510:39: style: Function 'ajSeqGetSvS' argument 1 names different: declaration 'thys' definition 'seq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:301:39: note: Function 'ajSeqGetSvS' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:3510:39: note: Function 'ajSeqGetSvS' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:3535:39: style: Function 'ajSeqGetTaxC' argument 1 names different: declaration 'thys' definition 'seq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:302:40: note: Function 'ajSeqGetTaxC' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:3535:39: note: Function 'ajSeqGetTaxC' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:3558:40: style: Function 'ajSeqGetTaxS' argument 1 names different: declaration 'thys' definition 'seq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:303:40: note: Function 'ajSeqGetTaxS' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:3558:40: note: Function 'ajSeqGetTaxS' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:3623:39: style: Function 'ajSeqGetUsaC' argument 1 names different: declaration 'thys' definition 'seq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:305:40: note: Function 'ajSeqGetUsaC' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:3623:39: note: Function 'ajSeqGetUsaC' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:3646:40: style: Function 'ajSeqGetUsaS' argument 1 names different: declaration 'thys' definition 'seq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:306:40: note: Function 'ajSeqGetUsaS' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:3646:40: note: Function 'ajSeqGetUsaS' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:3673:35: style: Function 'ajSeqGetXrefs' argument 1 names different: declaration 'thys' definition 'seq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:307:41: note: Function 'ajSeqGetXrefs' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:3673:35: note: Function 'ajSeqGetXrefs' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:3726:37: style: Function 'ajSeqIsCircular' argument 1 names different: declaration 'thys' definition 'seq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:308:43: note: Function 'ajSeqIsCircular' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:3726:37: note: Function 'ajSeqIsCircular' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:3745:32: style: Function 'ajSeqIsNuc' argument 1 names different: declaration 'thys' definition 'seq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:309:38: note: Function 'ajSeqIsNuc' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:3745:32: note: Function 'ajSeqIsNuc' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:3778:33: style: Function 'ajSeqIsProt' argument 1 names different: declaration 'thys' definition 'seq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:310:39: note: Function 'ajSeqIsProt' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:3778:33: note: Function 'ajSeqIsProt' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:3812:37: style: Function 'ajSeqIsReversed' argument 1 names different: declaration 'thys' definition 'seq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:342:43: note: Function 'ajSeqIsReversed' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:3812:37: note: Function 'ajSeqIsReversed' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:3963:36: style: Function 'ajSeqIsTrimmed' argument 1 names different: declaration 'thys' definition 'seq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:348:42: note: Function 'ajSeqIsTrimmed' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:3963:36: note: Function 'ajSeqIsTrimmed' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:4005:37: style: Function 'ajSeqConvertNum' argument 1 names different: declaration 'thys' definition 'seq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:339:43: note: Function 'ajSeqConvertNum' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:4005:37: note: Function 'ajSeqConvertNum' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:4005:71: style: Function 'ajSeqConvertNum' argument 3 names different: declaration 'numseq' definition 'Pnumseq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:340:38: note: Function 'ajSeqConvertNum' argument 3 names different: declaration 'numseq' definition 'Pnumseq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:4005:71: note: Function 'ajSeqConvertNum' argument 3 names different: declaration 'numseq' definition 'Pnumseq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:4070:38: style: Function 'ajSeqCalcCheckgcg' argument 1 names different: declaration 'thys' definition 'seq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:176:45: note: Function 'ajSeqCalcCheckgcg' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:4070:38: note: Function 'ajSeqCalcCheckgcg' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:4109:34: style: Function 'ajSeqCalcCount' argument 1 names different: declaration 'thys' definition 'seq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:183:42: note: Function 'ajSeqCalcCount' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:4109:34: note: Function 'ajSeqCalcCount' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:4190:37: style: Function 'ajSeqCalcTruepos' argument 1 names different: declaration 'thys' definition 'seq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:403:44: note: Function 'ajSeqCalcTruepos' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:4190:37: note: Function 'ajSeqCalcTruepos' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:4226:40: style: Function 'ajSeqCalcTrueposMin' argument 1 names different: declaration 'thys' definition 'seq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:404:47: note: Function 'ajSeqCalcTrueposMin' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:4226:40: note: Function 'ajSeqCalcTrueposMin' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:4627:29: style: Function 'ajSeqallDel' argument 1 names different: declaration 'thys' definition 'Pseq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:121:37: note: Function 'ajSeqallDel' argument 1 names different: declaration 'thys' definition 'Pseq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:4627:29: note: Function 'ajSeqallDel' argument 1 names different: declaration 'thys' definition 'Pseq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:4685:30: style: Function 'ajSeqallClear' argument 1 names different: declaration 'thys' definition 'seq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:134:38: note: Function 'ajSeqallClear' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:4685:30: note: Function 'ajSeqallClear' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:4716:35: style: Function 'ajSeqallClearStats' argument 1 names different: declaration 'thys' definition 'seq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:135:43: note: Function 'ajSeqallClearStats' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:4716:35: note: Function 'ajSeqallClearStats' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:4742:44: style: Function 'ajSeqallSetRange' argument 2 names different: declaration 'ibegin' definition 'pos1'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:137:52: note: Function 'ajSeqallSetRange' argument 2 names different: declaration 'ibegin' definition 'pos1'.
EMBOSS-6.6.0/ajax/core/ajseq.c:4742:44: note: Function 'ajSeqallSetRange' argument 2 names different: declaration 'ibegin' definition 'pos1'.
EMBOSS-6.6.0/ajax/core/ajseq.c:4742:56: style: Function 'ajSeqallSetRange' argument 3 names different: declaration 'iend' definition 'pos2'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:137:66: note: Function 'ajSeqallSetRange' argument 3 names different: declaration 'iend' definition 'pos2'.
EMBOSS-6.6.0/ajax/core/ajseq.c:4742:56: note: Function 'ajSeqallSetRange' argument 3 names different: declaration 'iend' definition 'pos2'.
EMBOSS-6.6.0/ajax/core/ajseq.c:4776:47: style: Function 'ajSeqallSetRangeRev' argument 2 names different: declaration 'ibegin' definition 'pos1'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:138:55: note: Function 'ajSeqallSetRangeRev' argument 2 names different: declaration 'ibegin' definition 'pos1'.
EMBOSS-6.6.0/ajax/core/ajseq.c:4776:47: note: Function 'ajSeqallSetRangeRev' argument 2 names different: declaration 'ibegin' definition 'pos1'.
EMBOSS-6.6.0/ajax/core/ajseq.c:4776:59: style: Function 'ajSeqallSetRangeRev' argument 3 names different: declaration 'iend' definition 'pos2'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:138:69: note: Function 'ajSeqallSetRangeRev' argument 3 names different: declaration 'iend' definition 'pos2'.
EMBOSS-6.6.0/ajax/core/ajseq.c:4776:59: note: Function 'ajSeqallSetRangeRev' argument 3 names different: declaration 'iend' definition 'pos2'.
EMBOSS-6.6.0/ajax/core/ajseq.c:4885:50: style: Function 'ajSeqallGetFilename' argument 1 names different: declaration 'thys' definition 'seq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:123:50: note: Function 'ajSeqallGetFilename' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:4885:50: note: Function 'ajSeqallGetFilename' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:4969:45: style: Function 'ajSeqallGetUsa' argument 1 names different: declaration 'thys' definition 'seq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:132:45: note: Function 'ajSeqallGetUsa' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:4969:45: note: Function 'ajSeqallGetUsa' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:5076:41: style: Function 'ajSeqallGetseqLen' argument 1 names different: declaration 'seqall' definition 'seq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:127:48: note: Function 'ajSeqallGetseqLen' argument 1 names different: declaration 'seqall' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:5076:41: note: Function 'ajSeqallGetseqLen' argument 1 names different: declaration 'seqall' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:5099:49: style: Function 'ajSeqallGetseqName' argument 1 names different: declaration 'thys' definition 'seq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:124:49: note: Function 'ajSeqallGetseqName' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:5099:49: note: Function 'ajSeqallGetseqName' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:5125:43: style: Function 'ajSeqallGetseqRange' argument 1 names different: declaration 'thys' definition 'seq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:129:50: note: Function 'ajSeqallGetseqRange' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:5125:43: note: Function 'ajSeqallGetseqRange' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:5239:29: style: Function 'ajSeqsetDel' argument 1 names different: declaration 'thys' definition 'Pseq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:355:37: note: Function 'ajSeqsetDel' argument 1 names different: declaration 'thys' definition 'Pseq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:5239:29: note: Function 'ajSeqsetDel' argument 1 names different: declaration 'thys' definition 'Pseq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:5284:35: style: Function 'ajSeqsetDelarray' argument 1 names different: declaration 'thys' definition 'PPseq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:356:43: note: Function 'ajSeqsetDelarray' argument 1 names different: declaration 'thys' definition 'PPseq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:5284:35: note: Function 'ajSeqsetDelarray' argument 1 names different: declaration 'thys' definition 'PPseq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:5359:50: style: Function 'ajSeqsetGetFilename' argument 1 names different: declaration 'thys' definition 'seq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:371:50: note: Function 'ajSeqsetGetFilename' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:5359:50: note: Function 'ajSeqsetGetFilename' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:5386:48: style: Function 'ajSeqsetGetFormat' argument 1 names different: declaration 'thys' definition 'seq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:359:48: note: Function 'ajSeqsetGetFormat' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:5386:48: note: Function 'ajSeqsetGetFormat' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:5447:40: style: Function 'ajSeqsetGetRange' argument 1 names different: declaration 'thys' definition 'seq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:364:47: note: Function 'ajSeqsetGetRange' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:5447:40: note: Function 'ajSeqsetGetRange' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:5523:45: style: Function 'ajSeqsetGetUsa' argument 1 names different: declaration 'thys' definition 'seq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:370:45: note: Function 'ajSeqsetGetUsa' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:5523:45: note: Function 'ajSeqsetGetUsa' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:5720:32: style: Function 'ajSeqsetReverse' argument 1 names different: declaration 'thys' definition 'seq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:385:40: note: Function 'ajSeqsetReverse' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:5720:32: note: Function 'ajSeqsetReverse' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:5820:29: style: Function 'ajSeqsetTrim' argument 1 names different: declaration 'thys' definition 'seq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:392:37: note: Function 'ajSeqsetTrim' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:5820:29: note: Function 'ajSeqsetTrim' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:5914:44: style: Function 'ajSeqsetSetRange' argument 2 names different: declaration 'ibegin' definition 'pos1'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:386:52: note: Function 'ajSeqsetSetRange' argument 2 names different: declaration 'ibegin' definition 'pos1'.
EMBOSS-6.6.0/ajax/core/ajseq.c:5914:44: note: Function 'ajSeqsetSetRange' argument 2 names different: declaration 'ibegin' definition 'pos1'.
EMBOSS-6.6.0/ajax/core/ajseq.c:5914:56: style: Function 'ajSeqsetSetRange' argument 3 names different: declaration 'iend' definition 'pos2'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:386:66: note: Function 'ajSeqsetSetRange' argument 3 names different: declaration 'iend' definition 'pos2'.
EMBOSS-6.6.0/ajax/core/ajseq.c:5914:56: note: Function 'ajSeqsetSetRange' argument 3 names different: declaration 'iend' definition 'pos2'.
EMBOSS-6.6.0/ajax/core/ajseq.c:6083:46: style: Function 'ajSeqsetGetNameC' argument 1 names different: declaration 'thys' definition 'seq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:360:47: note: Function 'ajSeqsetGetNameC' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:6083:46: note: Function 'ajSeqsetGetNameC' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:6111:47: style: Function 'ajSeqsetGetNameS' argument 1 names different: declaration 'thys' definition 'seq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:361:47: note: Function 'ajSeqsetGetNameS' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:6111:47: note: Function 'ajSeqsetGetNameS' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:6144:45: style: Function 'ajSeqsetGetSeqarray' argument 1 names different: declaration 'thys' definition 'seq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:368:50: note: Function 'ajSeqsetGetSeqarray' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:6144:45: note: Function 'ajSeqsetGetSeqarray' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:6329:48: style: Function 'ajSeqsetGetseqSeq' argument 1 names different: declaration 'thys' definition 'seq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:365:48: note: Function 'ajSeqsetGetseqSeq' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:6329:48: note: Function 'ajSeqsetGetseqSeq' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:6356:48: style: Function 'ajSeqsetGetseqSeqC' argument 1 names different: declaration 'thys' definition 'seq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:366:49: note: Function 'ajSeqsetGetseqSeqC' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:6356:48: note: Function 'ajSeqsetGetseqSeqC' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:6383:49: style: Function 'ajSeqsetGetseqSeqS' argument 1 names different: declaration 'thys' definition 'seq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:367:49: note: Function 'ajSeqsetGetseqSeqS' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:6383:49: note: Function 'ajSeqsetGetseqSeqS' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:6454:38: style: Function 'ajSeqsetIsDna' argument 1 names different: declaration 'thys' definition 'seq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:372:44: note: Function 'ajSeqsetIsDna' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:6454:38: note: Function 'ajSeqsetIsDna' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:6483:38: style: Function 'ajSeqsetIsNuc' argument 1 names different: declaration 'thys' definition 'seq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:373:44: note: Function 'ajSeqsetIsNuc' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:6483:38: note: Function 'ajSeqsetIsNuc' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:6512:39: style: Function 'ajSeqsetIsProt' argument 1 names different: declaration 'thys' definition 'seq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:374:45: note: Function 'ajSeqsetIsProt' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:6512:39: note: Function 'ajSeqsetIsProt' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:6541:38: style: Function 'ajSeqsetIsRna' argument 1 names different: declaration 'thys' definition 'seq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:375:44: note: Function 'ajSeqsetIsRna' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:6541:38: note: Function 'ajSeqsetIsRna' argument 1 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:6892:41: style: Function 'ajSeqcvtNewStr' argument 1 names different: declaration 'bases' definition 'basearray'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:194:43: note: Function 'ajSeqcvtNewStr' argument 1 names different: declaration 'bases' definition 'basearray'.
EMBOSS-6.6.0/ajax/core/ajseq.c:6892:41: note: Function 'ajSeqcvtNewStr' argument 1 names different: declaration 'bases' definition 'basearray'.
EMBOSS-6.6.0/ajax/core/ajseq.c:6892:58: style: Function 'ajSeqcvtNewStr' argument 2 names different: declaration 'n' definition 'numbases'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:194:56: note: Function 'ajSeqcvtNewStr' argument 2 names different: declaration 'n' definition 'numbases'.
EMBOSS-6.6.0/ajax/core/ajseq.c:6892:58: note: Function 'ajSeqcvtNewStr' argument 2 names different: declaration 'n' definition 'numbases'.
EMBOSS-6.6.0/ajax/core/ajseq.c:6958:45: style: Function 'ajSeqcvtNewStrAsym' argument 1 names different: declaration 'bases' definition 'basearray'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:195:47: note: Function 'ajSeqcvtNewStrAsym' argument 1 names different: declaration 'bases' definition 'basearray'.
EMBOSS-6.6.0/ajax/core/ajseq.c:6958:45: note: Function 'ajSeqcvtNewStrAsym' argument 1 names different: declaration 'bases' definition 'basearray'.
EMBOSS-6.6.0/ajax/core/ajseq.c:6958:62: style: Function 'ajSeqcvtNewStrAsym' argument 2 names different: declaration 'n' definition 'numbases'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:195:60: note: Function 'ajSeqcvtNewStrAsym' argument 2 names different: declaration 'n' definition 'numbases'.
EMBOSS-6.6.0/ajax/core/ajseq.c:6958:62: note: Function 'ajSeqcvtNewStrAsym' argument 2 names different: declaration 'n' definition 'numbases'.
EMBOSS-6.6.0/ajax/core/ajseq.c:6959:20: style: Function 'ajSeqcvtNewStrAsym' argument 3 names different: declaration 'rbases' definition 'matchbases'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:196:47: note: Function 'ajSeqcvtNewStrAsym' argument 3 names different: declaration 'rbases' definition 'matchbases'.
EMBOSS-6.6.0/ajax/core/ajseq.c:6959:20: note: Function 'ajSeqcvtNewStrAsym' argument 3 names different: declaration 'rbases' definition 'matchbases'.
EMBOSS-6.6.0/ajax/core/ajseq.c:6959:38: style: Function 'ajSeqcvtNewStrAsym' argument 4 names different: declaration 'rn' definition 'nummatch'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:196:61: note: Function 'ajSeqcvtNewStrAsym' argument 4 names different: declaration 'rn' definition 'nummatch'.
EMBOSS-6.6.0/ajax/core/ajseq.c:6959:38: note: Function 'ajSeqcvtNewStrAsym' argument 4 names different: declaration 'rn' definition 'nummatch'.
EMBOSS-6.6.0/ajax/core/ajseq.c:7039:30: style: Function 'ajSeqcvtDel' argument 1 names different: declaration 'thys' definition 'Pcvt'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:185:37: note: Function 'ajSeqcvtDel' argument 1 names different: declaration 'thys' definition 'Pcvt'.
EMBOSS-6.6.0/ajax/core/ajseq.c:7039:30: note: Function 'ajSeqcvtDel' argument 1 names different: declaration 'thys' definition 'Pcvt'.
EMBOSS-6.6.0/ajax/core/ajseq.c:7112:40: style: Function 'ajSeqcvtGetCodeK' argument 1 names different: declaration 'thys' definition 'cvt'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:186:47: note: Function 'ajSeqcvtGetCodeK' argument 1 names different: declaration 'thys' definition 'cvt'.
EMBOSS-6.6.0/ajax/core/ajseq.c:7112:40: note: Function 'ajSeqcvtGetCodeK' argument 1 names different: declaration 'thys' definition 'cvt'.
EMBOSS-6.6.0/ajax/core/ajseq.c:7134:41: style: Function 'ajSeqcvtGetCodeS' argument 1 names different: declaration 'thys' definition 'cvt'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:187:47: note: Function 'ajSeqcvtGetCodeS' argument 1 names different: declaration 'thys' definition 'cvt'.
EMBOSS-6.6.0/ajax/core/ajseq.c:7134:41: note: Function 'ajSeqcvtGetCodeS' argument 1 names different: declaration 'thys' definition 'cvt'.
EMBOSS-6.6.0/ajax/core/ajseq.c:7134:59: style: Function 'ajSeqcvtGetCodeS' argument 2 names different: declaration 'ch' definition 'str'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:187:66: note: Function 'ajSeqcvtGetCodeS' argument 2 names different: declaration 'ch' definition 'str'.
EMBOSS-6.6.0/ajax/core/ajseq.c:7134:59: note: Function 'ajSeqcvtGetCodeS' argument 2 names different: declaration 'ch' definition 'str'.
EMBOSS-6.6.0/ajax/core/ajseq.c:7235:39: style: Function 'ajSeqcvtGetLen' argument 1 names different: declaration 'thys' definition 'cvt'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:190:45: note: Function 'ajSeqcvtGetLen' argument 1 names different: declaration 'thys' definition 'cvt'.
EMBOSS-6.6.0/ajax/core/ajseq.c:7235:39: note: Function 'ajSeqcvtGetLen' argument 1 names different: declaration 'thys' definition 'cvt'.
EMBOSS-6.6.0/ajax/core/ajseq.c:7432:41: style: Function 'ajSeqdateExists' argument 1 names different: declaration 'thys' definition 'date'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:205:47: note: Function 'ajSeqdateExists' argument 1 names different: declaration 'thys' definition 'date'.
EMBOSS-6.6.0/ajax/core/ajseq.c:7432:41: note: Function 'ajSeqdateExists' argument 1 names different: declaration 'thys' definition 'date'.
EMBOSS-6.6.0/ajax/core/ajseq.c:10411:42: style: Function 'ajSeqtestIsAccession' argument 1 names different: declaration 'accnum' definition 'str'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:118:48: note: Function 'ajSeqtestIsAccession' argument 1 names different: declaration 'accnum' definition 'str'.
EMBOSS-6.6.0/ajax/core/ajseq.c:10411:42: note: Function 'ajSeqtestIsAccession' argument 1 names different: declaration 'accnum' definition 'str'.
EMBOSS-6.6.0/ajax/core/ajseq.c:10492:49: style: Function 'ajSeqtestIsSeqversion' argument 1 names different: declaration 'sv' definition 'str'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:119:49: note: Function 'ajSeqtestIsSeqversion' argument 1 names different: declaration 'sv' definition 'str'.
EMBOSS-6.6.0/ajax/core/ajseq.c:10492:49: note: Function 'ajSeqtestIsSeqversion' argument 1 names different: declaration 'sv' definition 'str'.
EMBOSS-6.6.0/ajax/core/ajseq.c:10718:39: style: Function 'ajSeqstrCountGaps' argument 1 names different: declaration 'str' definition 'seq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:184:45: note: Function 'ajSeqstrCountGaps' argument 1 names different: declaration 'str' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:10718:39: note: Function 'ajSeqstrCountGaps' argument 1 names different: declaration 'str' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:10766:33: style: Function 'ajSeqstrComplement' argument 1 names different: declaration 'thys' definition 'Pseq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:179:41: note: Function 'ajSeqstrComplement' argument 1 names different: declaration 'thys' definition 'Pseq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:10766:33: note: Function 'ajSeqstrComplement' argument 1 names different: declaration 'thys' definition 'Pseq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:10795:30: style: Function 'ajSeqstrReverse' argument 1 names different: declaration 'thys' definition 'Pseq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:351:38: note: Function 'ajSeqstrReverse' argument 1 names different: declaration 'thys' definition 'Pseq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:10795:30: note: Function 'ajSeqstrReverse' argument 1 names different: declaration 'thys' definition 'Pseq'.
EMBOSS-6.6.0/ajax/core/ajseq.c:10866:32: style: Function 'ajSeqclsSetEmbl' argument 1 names different: declaration 'cls' definition 'Pcls'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:316:38: note: Function 'ajSeqclsSetEmbl' argument 1 names different: declaration 'cls' definition 'Pcls'.
EMBOSS-6.6.0/ajax/core/ajseq.c:10866:32: note: Function 'ajSeqclsSetEmbl' argument 1 names different: declaration 'cls' definition 'Pcls'.
EMBOSS-6.6.0/ajax/core/ajseq.c:10902:30: style: Function 'ajSeqclsSetGb' argument 1 names different: declaration 'cls' definition 'Pcls'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:317:36: note: Function 'ajSeqclsSetGb' argument 1 names different: declaration 'cls' definition 'Pcls'.
EMBOSS-6.6.0/ajax/core/ajseq.c:10902:30: note: Function 'ajSeqclsSetGb' argument 1 names different: declaration 'cls' definition 'Pcls'.
EMBOSS-6.6.0/ajax/core/ajseq.c:10902:49: style: Function 'ajSeqclsSetGb' argument 2 names different: declaration 'clsembl' definition 'clsgb'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:317:54: note: Function 'ajSeqclsSetGb' argument 2 names different: declaration 'clsembl' definition 'clsgb'.
EMBOSS-6.6.0/ajax/core/ajseq.c:10902:49: note: Function 'ajSeqclsSetGb' argument 2 names different: declaration 'clsembl' definition 'clsgb'.
EMBOSS-6.6.0/ajax/core/ajseq.c:11170:50: style: Function 'ajSeqdivSetGb' argument 2 names different: declaration 'divembl' definition 'divgb'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:321:56: note: Function 'ajSeqdivSetGb' argument 2 names different: declaration 'divembl' definition 'divgb'.
EMBOSS-6.6.0/ajax/core/ajseq.c:11170:50: note: Function 'ajSeqdivSetGb' argument 2 names different: declaration 'divembl' definition 'divgb'.
EMBOSS-6.6.0/ajax/core/ajseq.c:11406:32: style: Function 'ajSeqmolSetEmbl' argument 1 names different: declaration 'mol' definition 'Pmol'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:324:38: note: Function 'ajSeqmolSetEmbl' argument 1 names different: declaration 'mol' definition 'Pmol'.
EMBOSS-6.6.0/ajax/core/ajseq.c:11406:32: note: Function 'ajSeqmolSetEmbl' argument 1 names different: declaration 'mol' definition 'Pmol'.
EMBOSS-6.6.0/ajax/core/ajseq.c:11441:30: style: Function 'ajSeqmolSetGb' argument 1 names different: declaration 'mol' definition 'Pmol'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseq.h:325:36: note: Function 'ajSeqmolSetGb' argument 1 names different: declaration 'mol' definition 'Pmol'.
EMBOSS-6.6.0/ajax/core/ajseq.c:11441:30: note: Function 'ajSeqmolSetGb' argument 1 names different: declaration 'mol' definition 'Pmol'.
EMBOSS-6.6.0/ajax/core/ajseq.c:253:10: style: struct member 'SeqSTaxon::Standard' is never used. [unusedStructMember]
EMBOSS-6.6.0/ajax/core/ajseq.c:6865:2: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
EMBOSS-6.6.0/ajax/core/ajseqabi.c:379:14: style: The scope of the variable 'base' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqbam.c:2560:15: style: Redundant condition: If 'EXPR == '\t'', the comparison 'EXPR' is always true. [redundantCondition]
EMBOSS-6.6.0/ajax/core/ajseqbam.c:2593:19: style: Redundant condition: If 'EXPR == '\t'', the comparison 'EXPR' is always true. [redundantCondition]
EMBOSS-6.6.0/ajax/core/ajseqbam.c:2877:19: warning: When using 'char' variables in bit operations, sign extension can generate unexpected results. [charBitOp]
EMBOSS-6.6.0/ajax/core/ajseqbam.c:437:5: style: Variable 'bam' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajseqbam.c:435:0: note: Variable 'bam' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqbam.c:437:5: note: Variable 'bam' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqbam.c:467:5: style: Variable 'header' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajseqbam.c:465:0: note: Variable 'header' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqbam.c:467:5: note: Variable 'header' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqbam.c:609:5: style: Variable 'cigar' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajseqbam.c:606:0: note: Variable 'cigar' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqbam.c:609:5: note: Variable 'cigar' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqbam.c:611:5: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajseqbam.c:604:0: note: Variable 's' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqbam.c:611:5: note: Variable 's' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqbam.c:790:5: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajseqbam.c:781:0: note: Variable 'data' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqbam.c:790:5: note: Variable 'data' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqbam.c:1368:5: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajseqbam.c:1358:0: note: Variable 'buffer' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqbam.c:1368:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqbam.c:2334:5: style: Variable 'tbl' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajseqbam.c:2328:0: note: Variable 'tbl' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqbam.c:2334:5: note: Variable 'tbl' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqbam.c:2389:5: style: Variable 'to' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajseqbam.c:2387:0: note: Variable 'to' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqbam.c:2389:5: note: Variable 'to' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqbam.c:2451:5: style: Variable 'hline' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajseqbam.c:2448:0: note: Variable 'hline' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqbam.c:2451:5: note: Variable 'hline' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqbam.c:2494:5: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajseqbam.c:2492:0: note: Variable 'iter' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqbam.c:2494:5: note: Variable 'iter' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqbam.c:2495:5: style: Variable 'hlinemap' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajseqbam.c:2491:0: note: Variable 'hlinemap' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqbam.c:2495:5: note: Variable 'hlinemap' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqbam.c:2710:5: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajseqbam.c:2708:0: note: Variable 'iter' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqbam.c:2710:5: note: Variable 'iter' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqbam.c:3011:5: style: Variable 'dict' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajseqbam.c:3009:0: note: Variable 'dict' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqbam.c:3011:5: note: Variable 'dict' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqbam.c:3090:5: style: Variable 'dict' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajseqbam.c:3087:0: note: Variable 'dict' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqbam.c:3090:5: note: Variable 'dict' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqbam.c:199:8: style: The scope of the variable 'op' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqbam.c:464:11: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqbam.c:607:19: style: The scope of the variable 'type' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqbam.c:692:11: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqbam.c:694:11: style: The scope of the variable 'oldsize' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqbam.c:786:9: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqbam.c:1362:9: style: The scope of the variable 'compress_level' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqbam.c:1363:9: style: The scope of the variable 'status' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqbam.c:1798:9: style: The scope of the variable 'available' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqbam.c:1799:9: style: The scope of the variable 'copy_length' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqbam.c:1800:11: style: The scope of the variable 'buffer' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqbam.c:1865:9: style: The scope of the variable 'count' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqbam.c:1866:9: style: The scope of the variable 'block_length' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqbam.c:1912:9: style: The scope of the variable 'copy_length' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqbam.c:1913:11: style: The scope of the variable 'buffer' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqbam.c:1967:9: style: The scope of the variable 'block_length' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqbam.c:2875:9: style: The scope of the variable 'x' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqbam.c:443:5: style: Redundant pointer operation on 'Pbam' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajseqbam.c:491:5: style: Redundant pointer operation on 'Pheader' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajseqbam.c:2251:5: style: Redundant pointer operation on 'Phline' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajseqbam.c:847:48: style: Function 'ajSeqBamGetLibrary' argument 1 names different: declaration 'header' definition 'h'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseqbam.h:499:48: note: Function 'ajSeqBamGetLibrary' argument 1 names different: declaration 'header' definition 'h'.
EMBOSS-6.6.0/ajax/core/ajseqbam.c:847:48: note: Function 'ajSeqBamGetLibrary' argument 1 names different: declaration 'header' definition 'h'.
EMBOSS-6.6.0/ajax/core/ajseqbam.c:1240:60: style: Function 'ajSeqBamBgzfSetInfile' argument 2 names different: declaration 'outf' definition 'inf'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseqbam.h:475:60: note: Function 'ajSeqBamBgzfSetInfile' argument 2 names different: declaration 'outf' definition 'inf'.
EMBOSS-6.6.0/ajax/core/ajseqbam.c:1240:60: note: Function 'ajSeqBamBgzfSetInfile' argument 2 names different: declaration 'outf' definition 'inf'.
EMBOSS-6.6.0/ajax/core/ajseqbam.c:2237:47: style: Function 'bamHeaderLineFree' argument 1 names different: declaration 'hline' definition 'Phline'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseqbam.c:165:57: note: Function 'bamHeaderLineFree' argument 1 names different: declaration 'hline' definition 'Phline'.
EMBOSS-6.6.0/ajax/core/ajseqbam.c:2237:47: note: Function 'bamHeaderLineFree' argument 1 names different: declaration 'hline' definition 'Phline'.
EMBOSS-6.6.0/ajax/core/ajseqbam.c:2324:48: style: Function 'bamHeaderTotable' argument 1 names different: declaration '_dict' definition 'dict'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseqbam.c:168:54: note: Function 'bamHeaderTotable' argument 1 names different: declaration '_dict' definition 'dict'.
EMBOSS-6.6.0/ajax/core/ajseqbam.c:2324:48: note: Function 'bamHeaderTotable' argument 1 names different: declaration '_dict' definition 'dict'.
EMBOSS-6.6.0/ajax/core/ajseqbam.c:526:5: warning: The buffer 'buf' is not null-terminated after the call to strncpy(). [bufferNotZeroTerminated]
EMBOSS-6.6.0/ajax/core/ajseqbam.c:526:5: warning: The buffer 'buf' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
EMBOSS-6.6.0/ajax/core/ajseqread.c:10753:20: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
EMBOSS-6.6.0/ajax/core/ajseqread.c:10751:16: note: outer condition: revint
EMBOSS-6.6.0/ajax/core/ajseqread.c:10753:20: note: identical inner condition: revint
EMBOSS-6.6.0/ajax/core/ajseqread.c:5927:14: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR' is always true. [redundantCondition]
EMBOSS-6.6.0/ajax/core/ajseqread.c:4801:12: style: Condition '!ok' is always false [knownConditionTrueFalse]
EMBOSS-6.6.0/ajax/core/ajseqread.c:4712:23: note: Assignment 'ok=1', assigned value is 1
EMBOSS-6.6.0/ajax/core/ajseqread.c:4801:12: note: Condition '!ok' is always false
EMBOSS-6.6.0/ajax/core/ajseqread.c:13530:12: style: Condition 'tryfeat' is always false [knownConditionTrueFalse]
EMBOSS-6.6.0/ajax/core/ajseqread.c:13373:22: note: Assignment 'tryfeat=0', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajseqread.c:13530:12: note: Condition 'tryfeat' is always false
EMBOSS-6.6.0/ajax/core/ajseqread.c:6780:9: warning: Possible null pointer dereference: alndata [nullPointer]
EMBOSS-6.6.0/ajax/core/ajseqread.c:6749:28: note: Assignment 'alndata=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajseqread.c:6780:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajseqread.c:6832:44: warning: Either the condition 'alnitem' is redundant or there is possible null pointer dereference: alnitem. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajseqread.c:6816:20: note: Assuming that condition 'alnitem' is not redundant
EMBOSS-6.6.0/ajax/core/ajseqread.c:6832:44: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajseqread.c:6833:21: warning: Either the condition 'alnitem' is redundant or there is possible null pointer dereference: alnitem. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajseqread.c:6816:20: note: Assuming that condition 'alnitem' is not redundant
EMBOSS-6.6.0/ajax/core/ajseqread.c:6833:21: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajseqread.c:6836:60: warning: Either the condition 'alnitem' is redundant or there is possible null pointer dereference: alnitem. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajseqread.c:6816:20: note: Assuming that condition 'alnitem' is not redundant
EMBOSS-6.6.0/ajax/core/ajseqread.c:6836:60: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajseqread.c:6865:9: warning: Possible null pointer dereference: alndata [nullPointer]
EMBOSS-6.6.0/ajax/core/ajseqread.c:6749:28: note: Assignment 'alndata=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajseqread.c:6865:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajseqread.c:6870:44: warning: Possible null pointer dereference: alndata [nullPointer]
EMBOSS-6.6.0/ajax/core/ajseqread.c:6749:28: note: Assignment 'alndata=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajseqread.c:6870:44: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajseqread.c:6876:9: warning: Possible null pointer dereference: alndata [nullPointer]
EMBOSS-6.6.0/ajax/core/ajseqread.c:6749:28: note: Assignment 'alndata=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajseqread.c:6876:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajseqread.c:6877:9: warning: Possible null pointer dereference: alndata [nullPointer]
EMBOSS-6.6.0/ajax/core/ajseqread.c:6749:28: note: Assignment 'alndata=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajseqread.c:6877:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajseqread.c:6878:9: warning: Possible null pointer dereference: alndata [nullPointer]
EMBOSS-6.6.0/ajax/core/ajseqread.c:6749:28: note: Assignment 'alndata=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajseqread.c:6878:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajseqread.c:7159:9: warning: Possible null pointer dereference: alndata [nullPointer]
EMBOSS-6.6.0/ajax/core/ajseqread.c:7128:28: note: Assignment 'alndata=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajseqread.c:7159:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajseqread.c:7254:9: warning: Possible null pointer dereference: alndata [nullPointer]
EMBOSS-6.6.0/ajax/core/ajseqread.c:7128:28: note: Assignment 'alndata=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajseqread.c:7254:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajseqread.c:7259:44: warning: Possible null pointer dereference: alndata [nullPointer]
EMBOSS-6.6.0/ajax/core/ajseqread.c:7128:28: note: Assignment 'alndata=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajseqread.c:7259:44: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajseqread.c:7265:9: warning: Possible null pointer dereference: alndata [nullPointer]
EMBOSS-6.6.0/ajax/core/ajseqread.c:7128:28: note: Assignment 'alndata=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajseqread.c:7265:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajseqread.c:7266:9: warning: Possible null pointer dereference: alndata [nullPointer]
EMBOSS-6.6.0/ajax/core/ajseqread.c:7128:28: note: Assignment 'alndata=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajseqread.c:7266:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajseqread.c:7267:9: warning: Possible null pointer dereference: alndata [nullPointer]
EMBOSS-6.6.0/ajax/core/ajseqread.c:7128:28: note: Assignment 'alndata=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajseqread.c:7267:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajseqread.c:7354:9: warning: Possible null pointer dereference: alndata [nullPointer]
EMBOSS-6.6.0/ajax/core/ajseqread.c:7326:28: note: Assignment 'alndata=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajseqread.c:7354:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajseqread.c:7431:9: warning: Possible null pointer dereference: alndata [nullPointer]
EMBOSS-6.6.0/ajax/core/ajseqread.c:7326:28: note: Assignment 'alndata=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajseqread.c:7431:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajseqread.c:7436:44: warning: Possible null pointer dereference: alndata [nullPointer]
EMBOSS-6.6.0/ajax/core/ajseqread.c:7326:28: note: Assignment 'alndata=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajseqread.c:7436:44: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajseqread.c:7442:9: warning: Possible null pointer dereference: alndata [nullPointer]
EMBOSS-6.6.0/ajax/core/ajseqread.c:7326:28: note: Assignment 'alndata=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajseqread.c:7442:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajseqread.c:7443:9: warning: Possible null pointer dereference: alndata [nullPointer]
EMBOSS-6.6.0/ajax/core/ajseqread.c:7326:28: note: Assignment 'alndata=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajseqread.c:7443:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajseqread.c:7444:9: warning: Possible null pointer dereference: alndata [nullPointer]
EMBOSS-6.6.0/ajax/core/ajseqread.c:7326:28: note: Assignment 'alndata=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajseqread.c:7444:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajseqread.c:7543:9: warning: Possible null pointer dereference: alndata [nullPointer]
EMBOSS-6.6.0/ajax/core/ajseqread.c:7502:28: note: Assignment 'alndata=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajseqread.c:7543:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajseqread.c:7575:9: warning: Possible null pointer dereference: alndata [nullPointer]
EMBOSS-6.6.0/ajax/core/ajseqread.c:7502:28: note: Assignment 'alndata=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajseqread.c:7575:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajseqread.c:7580:44: warning: Possible null pointer dereference: alndata [nullPointer]
EMBOSS-6.6.0/ajax/core/ajseqread.c:7502:28: note: Assignment 'alndata=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajseqread.c:7580:44: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajseqread.c:7730:9: warning: Possible null pointer dereference: phydata [nullPointer]
EMBOSS-6.6.0/ajax/core/ajseqread.c:7691:32: note: Assignment 'phydata=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajseqread.c:7730:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajseqread.c:7731:9: warning: Possible null pointer dereference: phydata [nullPointer]
EMBOSS-6.6.0/ajax/core/ajseqread.c:7691:32: note: Assignment 'phydata=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajseqread.c:7731:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajseqread.c:7944:9: warning: Possible null pointer dereference: phydata [nullPointer]
EMBOSS-6.6.0/ajax/core/ajseqread.c:7898:32: note: Assignment 'phydata=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajseqread.c:7944:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajseqread.c:8054:9: warning: Possible null pointer dereference: phydata [nullPointer]
EMBOSS-6.6.0/ajax/core/ajseqread.c:7898:32: note: Assignment 'phydata=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajseqread.c:8054:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajseqread.c:8317:9: warning: Possible null pointer dereference: fmtdata [nullPointer]
EMBOSS-6.6.0/ajax/core/ajseqread.c:8253:27: note: Assignment 'fmtdata=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajseqread.c:8317:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajseqread.c:8368:9: warning: Possible null pointer dereference: fmtdata [nullPointer]
EMBOSS-6.6.0/ajax/core/ajseqread.c:8253:27: note: Assignment 'fmtdata=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajseqread.c:8368:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajseqread.c:8373:44: warning: Possible null pointer dereference: fmtdata [nullPointer]
EMBOSS-6.6.0/ajax/core/ajseqread.c:8253:27: note: Assignment 'fmtdata=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajseqread.c:8373:44: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajseqread.c:8526:9: warning: Possible null pointer dereference: phydata [nullPointer]
EMBOSS-6.6.0/ajax/core/ajseqread.c:8499:32: note: Assignment 'phydata=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajseqread.c:8526:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajseqread.c:8593:9: warning: Possible null pointer dereference: phydata [nullPointer]
EMBOSS-6.6.0/ajax/core/ajseqread.c:8499:32: note: Assignment 'phydata=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajseqread.c:8593:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajseqread.c:8598:44: warning: Possible null pointer dereference: phydata [nullPointer]
EMBOSS-6.6.0/ajax/core/ajseqread.c:8499:32: note: Assignment 'phydata=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajseqread.c:8598:44: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajseqread.c:8602:9: warning: Possible null pointer dereference: phydata [nullPointer]
EMBOSS-6.6.0/ajax/core/ajseqread.c:8499:32: note: Assignment 'phydata=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajseqread.c:8602:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajseqread.c:8603:9: warning: Possible null pointer dereference: phydata [nullPointer]
EMBOSS-6.6.0/ajax/core/ajseqread.c:8499:32: note: Assignment 'phydata=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajseqread.c:8603:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajseqread.c:8604:9: warning: Possible null pointer dereference: phydata [nullPointer]
EMBOSS-6.6.0/ajax/core/ajseqread.c:8499:32: note: Assignment 'phydata=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajseqread.c:8604:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajseqread.c:8699:9: warning: Possible null pointer dereference: phydata [nullPointer]
EMBOSS-6.6.0/ajax/core/ajseqread.c:8671:32: note: Assignment 'phydata=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajseqread.c:8699:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajseqread.c:8751:9: warning: Possible null pointer dereference: phydata [nullPointer]
EMBOSS-6.6.0/ajax/core/ajseqread.c:8671:32: note: Assignment 'phydata=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajseqread.c:8751:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajseqread.c:8756:44: warning: Possible null pointer dereference: phydata [nullPointer]
EMBOSS-6.6.0/ajax/core/ajseqread.c:8671:32: note: Assignment 'phydata=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajseqread.c:8756:44: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajseqread.c:8760:9: warning: Possible null pointer dereference: phydata [nullPointer]
EMBOSS-6.6.0/ajax/core/ajseqread.c:8671:32: note: Assignment 'phydata=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajseqread.c:8760:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajseqread.c:8761:9: warning: Possible null pointer dereference: phydata [nullPointer]
EMBOSS-6.6.0/ajax/core/ajseqread.c:8671:32: note: Assignment 'phydata=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajseqread.c:8761:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajseqread.c:8762:9: warning: Possible null pointer dereference: phydata [nullPointer]
EMBOSS-6.6.0/ajax/core/ajseqread.c:8671:32: note: Assignment 'phydata=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajseqread.c:8762:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajseqread.c:9576:9: warning: Possible null pointer dereference: acedata [nullPointer]
EMBOSS-6.6.0/ajax/core/ajseqread.c:9543:32: note: Assignment 'acedata=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajseqread.c:9576:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajseqread.c:11009:9: warning: Possible null pointer dereference: msfdata [nullPointer]
EMBOSS-6.6.0/ajax/core/ajseqread.c:10973:27: note: Assignment 'msfdata=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajseqread.c:11009:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajseqread.c:11030:9: warning: Possible null pointer dereference: msfdata [nullPointer]
EMBOSS-6.6.0/ajax/core/ajseqread.c:10973:27: note: Assignment 'msfdata=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajseqread.c:11030:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajseqread.c:11035:44: warning: Possible null pointer dereference: msfdata [nullPointer]
EMBOSS-6.6.0/ajax/core/ajseqread.c:10973:27: note: Assignment 'msfdata=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajseqread.c:11035:44: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajseqread.c:17363:5: error: Null pointer dereference: msfitem [nullPointer]
EMBOSS-6.6.0/ajax/core/ajseqread.c:17347:27: note: Assignment 'msfitem=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajseqread.c:17363:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajseqread.c:17374:9: error: Null pointer dereference: msfitem [nullPointer]
EMBOSS-6.6.0/ajax/core/ajseqread.c:17347:27: note: Assignment 'msfitem=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajseqread.c:17374:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajseqread.c:17376:5: warning: Possible null pointer dereference: msfitem [nullPointer]
EMBOSS-6.6.0/ajax/core/ajseqread.c:17347:27: note: Assignment 'msfitem=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajseqread.c:17376:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajseqread.c:18091:56: warning: Either the condition 'alnitem' is redundant or there is possible null pointer dereference: thys. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajseqread.c:6816:20: note: Assuming that condition 'alnitem' is not redundant
EMBOSS-6.6.0/ajax/core/ajseqread.c:6831:36: note: Calling function 'seqitemSetName', 1st argument 'thys' value is 0
EMBOSS-6.6.0/ajax/core/ajseqread.c:18091:56: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajseqread.c:18418:40: warning: Either the condition '!thys' is redundant or there is possible null pointer dereference: thys. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajseqread.c:18421:8: note: Assuming that condition '!thys' is not redundant
EMBOSS-6.6.0/ajax/core/ajseqread.c:18418:40: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajseqread.c:18419:13: warning: Either the condition '!thys' is redundant or there is possible null pointer dereference: thys. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajseqread.c:18421:8: note: Assuming that condition '!thys' is not redundant
EMBOSS-6.6.0/ajax/core/ajseqread.c:18419:13: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajseqread.c:19871:14: warning: Either the condition '!Pseq' is redundant or there is possible null pointer dereference: Pseq. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajseqread.c:19873:8: note: Assuming that condition '!Pseq' is not redundant
EMBOSS-6.6.0/ajax/core/ajseqread.c:19871:14: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajseqread.c:19907:14: warning: Either the condition '!Pseq' is redundant or there is possible null pointer dereference: Pseq. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajseqread.c:19909:8: note: Assuming that condition '!Pseq' is not redundant
EMBOSS-6.6.0/ajax/core/ajseqread.c:19907:14: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajseqread.c:1924:5: style: Variable 'seqall' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajseqread.c:1920:0: note: Variable 'seqall' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqread.c:1924:5: note: Variable 'seqall' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqread.c:1926:5: style: Variable 'seqin' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajseqread.c:1921:0: note: Variable 'seqin' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqread.c:1926:5: note: Variable 'seqin' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqread.c:1929:5: style: Variable 'seq' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajseqread.c:1922:0: note: Variable 'seq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqread.c:1929:5: note: Variable 'seq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqread.c:2444:5: style: Variable 'seq' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajseqread.c:2438:0: note: Variable 'seq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqread.c:2444:5: note: Variable 'seq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqread.c:3145:5: style: Variable 'ok' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajseqread.c:3135:0: note: Variable 'ok' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqread.c:3145:5: note: Variable 'ok' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqread.c:3280:5: style: Variable 'ok' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajseqread.c:3271:0: note: Variable 'ok' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqread.c:3280:5: note: Variable 'ok' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqread.c:3444:5: style: Variable 'ok' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajseqread.c:3427:0: note: Variable 'ok' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqread.c:3444:5: note: Variable 'ok' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqread.c:3888:5: style: Variable 'ok' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajseqread.c:3874:0: note: Variable 'ok' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqread.c:3888:5: note: Variable 'ok' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqread.c:4102:5: style: Variable 'ok' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajseqread.c:4083:0: note: Variable 'ok' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqread.c:4102:5: note: Variable 'ok' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqread.c:4295:5: style: Variable 'ok' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajseqread.c:4288:0: note: Variable 'ok' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqread.c:4295:5: note: Variable 'ok' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqread.c:4415:5: style: Variable 'ok' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajseqread.c:4405:0: note: Variable 'ok' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqread.c:4415:5: note: Variable 'ok' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqread.c:5174:5: style: Variable 'line' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajseqread.c:5161:0: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqread.c:5174:5: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqread.c:5336:5: style: Variable 'line' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajseqread.c:5317:0: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqread.c:5336:5: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqread.c:5749:5: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajseqread.c:5742:0: note: Variable 'p' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqread.c:5749:5: note: Variable 'p' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqread.c:5984:5: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajseqread.c:5974:0: note: Variable 'tmp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqread.c:5984:5: note: Variable 'tmp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqread.c:5985:5: style: Variable 'rf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajseqread.c:5967:0: note: Variable 'rf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqread.c:5985:5: note: Variable 'rf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqread.c:5986:5: style: Variable 'cs' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajseqread.c:5968:0: note: Variable 'cs' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqread.c:5986:5: note: Variable 'cs' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqread.c:6294:9: style: Variable 'filestat' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajseqread.c:6292:9: note: Variable 'filestat' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqread.c:6294:9: note: Variable 'filestat' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqread.c:9754:5: style: Variable 'ok' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajseqread.c:9748:0: note: Variable 'ok' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqread.c:9754:5: note: Variable 'ok' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqread.c:9828:5: style: Variable 'buff' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajseqread.c:9819:0: note: Variable 'buff' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqread.c:9828:5: note: Variable 'buff' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqread.c:10402:5: style: Variable 'infile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajseqread.c:10390:0: note: Variable 'infile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqread.c:10402:5: note: Variable 'infile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqread.c:10406:5: style: Variable 'ok' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajseqread.c:10388:0: note: Variable 'ok' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqread.c:10406:5: note: Variable 'ok' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqread.c:10652:5: style: Variable 'infile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajseqread.c:10630:0: note: Variable 'infile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqread.c:10652:5: note: Variable 'infile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqread.c:12511:17: style: Variable 'itc' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajseqread.c:12509:17: note: Variable 'itc' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqread.c:12511:17: note: Variable 'itc' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqread.c:12520:17: style: Variable 'itc' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajseqread.c:12518:17: note: Variable 'itc' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqread.c:12520:17: note: Variable 'itc' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqread.c:17613:5: style: Variable 'qrystr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajseqread.c:17602:0: note: Variable 'qrystr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqread.c:17613:5: note: Variable 'qrystr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqread.c:17618:5: style: Variable 'fmtstr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajseqread.c:17604:0: note: Variable 'fmtstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqread.c:17618:5: note: Variable 'fmtstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqread.c:19013:28: style: Same expression on both sides of '||'. [duplicateExpression]
EMBOSS-6.6.0/ajax/core/ajseqread.c:15696:32: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
EMBOSS-6.6.0/ajax/core/ajseqread.c:16086:13: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
EMBOSS-6.6.0/ajax/core/ajseqread.c:2829:12: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:2831:12: style: The scope of the variable 'jstat' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:2836:12: style: The scope of the variable 'regfile' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:3425:11: style: The scope of the variable 'iqual' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:3872:11: style: The scope of the variable 'iqual' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:4081:11: style: The scope of the variable 'iqual' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:4712:12: style: The scope of the variable 'ok' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:4720:12: style: The scope of the variable 'buflen' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:4721:12: style: The scope of the variable 'base1' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:4722:12: style: The scope of the variable 'base2' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:4725:12: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:4726:12: style: The scope of the variable 'j' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:4728:12: style: The scope of the variable 'doreverse' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:4729:17: style: The scope of the variable 'nibblechars' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:5163:18: style: The scope of the variable 'n' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:5165:17: style: The scope of the variable 'ok' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:5166:17: style: The scope of the variable 'isseq' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:5168:17: style: The scope of the variable 'head' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:5171:17: style: The scope of the variable 'c' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:5172:17: style: The scope of the variable 'first' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:5322:17: style: The scope of the variable 'ok' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:5323:17: style: The scope of the variable 'bmf' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:5324:17: style: The scope of the variable 'dcf' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:5325:17: style: The scope of the variable 'drf' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:5326:17: style: The scope of the variable 'ccf' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:5327:17: style: The scope of the variable 'gsf' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:5328:17: style: The scope of the variable 'reff' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:6218:17: style: The scope of the variable 'cp' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:6220:12: style: The scope of the variable 'ok' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:6222:13: style: The scope of the variable 'filesize' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:6223:13: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:6224:12: style: The scope of the variable 'inc' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:6226:11: style: The scope of the variable 'cbuf' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:6228:12: style: The scope of the variable 'iread' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:6542:12: style: The scope of the variable 'endnum' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:6751:12: style: The scope of the variable 'nseq' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:6753:12: style: The scope of the variable 'ok' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:6756:12: style: The scope of the variable 'lastaa' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:6939:12: style: The scope of the variable 'nseq' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:6941:12: style: The scope of the variable 'ok' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:7130:12: style: The scope of the variable 'nseq' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:7132:12: style: The scope of the variable 'ok' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:7135:12: style: The scope of the variable 'lastaa' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:7329:12: style: The scope of the variable 'nseq' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:7331:12: style: The scope of the variable 'ok' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:7496:12: style: The scope of the variable 'ok' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:7497:12: style: The scope of the variable 'iseq' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:7682:12: style: The scope of the variable 'ok' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:7684:12: style: The scope of the variable 'jseq' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:7886:12: style: The scope of the variable 'ok' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:7888:12: style: The scope of the variable 'jseq' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:7891:12: style: The scope of the variable 'maxlen' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:8246:12: style: The scope of the variable 'ok' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:8254:11: style: The scope of the variable 'cp' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:8257:12: style: The scope of the variable 'jseq' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:8489:12: style: The scope of the variable 'ok' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:8491:11: style: The scope of the variable 'ilen' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:8492:12: style: The scope of the variable 'iseq' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:8663:12: style: The scope of the variable 'ok' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:8664:12: style: The scope of the variable 'iseq' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:8817:12: style: The scope of the variable 'ok' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:8955:12: style: The scope of the variable 'ok' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:8956:12: style: The scope of the variable 'iseq' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:8958:12: style: The scope of the variable 'istitle' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:8959:12: style: The scope of the variable 'isformat' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:8960:12: style: The scope of the variable 'iscommand' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:8967:12: style: The scope of the variable 'ipos' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:8968:12: style: The scope of the variable 'istart' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:8969:12: style: The scope of the variable 'ilast' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:8970:10: style: The scope of the variable 'ichar' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:8975:10: style: The scope of the variable 'identchar' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:8976:10: style: The scope of the variable 'indelchar' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:8977:10: style: The scope of the variable 'misschar' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:8978:10: style: The scope of the variable 'seqtype' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:9444:12: style: The scope of the variable 'done' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:9538:12: style: The scope of the variable 'ok' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:10117:19: style: The scope of the variable 'bigendian' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:10120:9: style: The scope of the variable 'cigop' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:10121:12: style: The scope of the variable 'cigend' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:10128:19: style: The scope of the variable 'dp' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:10130:11: style: The scope of the variable 'filestat' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:10391:12: style: The scope of the variable 'badformat' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:10393:17: style: The scope of the variable 'cp' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:10394:12: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:10395:11: style: The scope of the variable 'iqual' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:10396:11: style: The scope of the variable 'qmin' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:10397:11: style: The scope of the variable 'qmax' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:10965:12: style: The scope of the variable 'ok' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:10966:12: style: The scope of the variable 'iseq' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:11367:12: style: The scope of the variable 'itaxtype' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:12605:12: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:12621:11: style: The scope of the variable 'dotpos' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:12622:11: style: The scope of the variable 'colonpos' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:12623:11: style: The scope of the variable 'istat' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:12624:12: style: The scope of the variable 'conrev' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:13376:12: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:13378:12: style: The scope of the variable 'ilen' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:13659:12: style: The scope of the variable 'done' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:14312:12: style: The scope of the variable 'done' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:14893:12: style: The scope of the variable 'done' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:16828:12: style: The scope of the variable 'ifound' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:17601:12: style: The scope of the variable 'ret' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:17751:17: style: The scope of the variable 'node' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:19306:12: style: The scope of the variable 'istart' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:19307:12: style: The scope of the variable 'iend' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqread.c:1618:5: style: Redundant pointer operation on 'pthis' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajseqread.c:11177:5: style: Redundant pointer operation on 'pthys' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajseqread.c:11212:5: style: Redundant pointer operation on 'pthys' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajseqread.c:19702:5: style: Redundant pointer operation on 'Pseq' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajseqread.c:7638:46: style: Function 'seqClustalReadseq' argument 1 names different: declaration 'rdLine' definition 'rdline'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseqread.c:937:50: note: Function 'seqClustalReadseq' argument 1 names different: declaration 'rdLine' definition 'rdline'.
EMBOSS-6.6.0/ajax/core/ajseqread.c:7638:46: note: Function 'seqClustalReadseq' argument 1 names different: declaration 'rdLine' definition 'rdline'.
EMBOSS-6.6.0/ajax/core/ajseqread.c:16881:33: style: Function 'seqAppend' argument 1 names different: declaration 'seq' definition 'pseq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseqread.c:931:37: note: Function 'seqAppend' argument 1 names different: declaration 'seq' definition 'pseq'.
EMBOSS-6.6.0/ajax/core/ajseqread.c:16881:33: note: Function 'seqAppend' argument 1 names different: declaration 'seq' definition 'pseq'.
EMBOSS-6.6.0/ajax/core/ajseqread.c:16912:34: style: Function 'seqAppendK' argument 1 names different: declaration 'seq' definition 'pseq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseqread.c:932:38: note: Function 'seqAppendK' argument 1 names different: declaration 'seq' definition 'pseq'.
EMBOSS-6.6.0/ajax/core/ajseqread.c:16912:34: note: Function 'seqAppendK' argument 1 names different: declaration 'seq' definition 'pseq'.
EMBOSS-6.6.0/ajax/core/ajseqread.c:16947:42: style: Function 'seqAppendCommented' argument 1 names different: declaration 'seq' definition 'pseq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseqread.c:935:46: note: Function 'seqAppendCommented' argument 1 names different: declaration 'seq' definition 'pseq'.
EMBOSS-6.6.0/ajax/core/ajseqread.c:16947:42: note: Function 'seqAppendCommented' argument 1 names different: declaration 'seq' definition 'pseq'.
EMBOSS-6.6.0/ajax/core/ajseqread.c:17036:43: style: Function 'seqAppendWarn' argument 1 names different: declaration 'seq' definition 'pseq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseqread.c:933:43: note: Function 'seqAppendWarn' argument 1 names different: declaration 'seq' definition 'pseq'.
EMBOSS-6.6.0/ajax/core/ajseqread.c:17036:43: note: Function 'seqAppendWarn' argument 1 names different: declaration 'seq' definition 'pseq'.
EMBOSS-6.6.0/ajax/core/ajseqread.c:17095:39: style: Function 'seqqualAppendWarn' argument 1 names different: declaration 'seq' definition 'Pqual'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseqread.c:1051:45: note: Function 'seqqualAppendWarn' argument 1 names different: declaration 'seq' definition 'Pqual'.
EMBOSS-6.6.0/ajax/core/ajseqread.c:17095:39: note: Function 'seqqualAppendWarn' argument 1 names different: declaration 'seq' definition 'Pqual'.
EMBOSS-6.6.0/ajax/core/ajseqread.c:17180:34: style: Function 'seqGcgDots' argument 3 names different: declaration 'pline' definition 'Pline'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseqread.c:943:38: note: Function 'seqGcgDots' argument 3 names different: declaration 'pline' definition 'Pline'.
EMBOSS-6.6.0/ajax/core/ajseqread.c:17180:34: note: Function 'seqGcgDots' argument 3 names different: declaration 'pline' definition 'Pline'.
EMBOSS-6.6.0/ajax/core/ajseqread.c:17268:72: style: Function 'seqGcgMsfDots' argument 3 names different: declaration 'pline' definition 'Pline'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseqread.c:946:41: note: Function 'seqGcgMsfDots' argument 3 names different: declaration 'pline' definition 'Pline'.
EMBOSS-6.6.0/ajax/core/ajseqread.c:17268:72: note: Function 'seqGcgMsfDots' argument 3 names different: declaration 'pline' definition 'Pline'.
EMBOSS-6.6.0/ajax/core/ajseqread.c:17343:63: style: Function 'seqGcgMsfHeader' argument 2 names different: declaration 'msfitem' definition 'Pmsfitem'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseqread.c:948:67: note: Function 'seqGcgMsfHeader' argument 2 names different: declaration 'msfitem' definition 'Pmsfitem'.
EMBOSS-6.6.0/ajax/core/ajseqread.c:17343:63: note: Function 'seqGcgMsfHeader' argument 2 names different: declaration 'msfitem' definition 'Pmsfitem'.
EMBOSS-6.6.0/ajax/core/ajseqread.c:17475:50: style: Function 'ajSeqUsaGetBase' argument 2 names different: declaration 'baseusa' definition 'Pbaseusa'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseqread.h:117:56: note: Function 'ajSeqUsaGetBase' argument 2 names different: declaration 'baseusa' definition 'Pbaseusa'.
EMBOSS-6.6.0/ajax/core/ajseqread.c:17475:50: note: Function 'ajSeqUsaGetBase' argument 2 names different: declaration 'baseusa' definition 'Pbaseusa'.
EMBOSS-6.6.0/ajax/core/ajseqread.c:17798:55: style: Function 'seqinListProcess' argument 2 names different: declaration 'thys' definition 'seq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseqread.c:955:59: note: Function 'seqinListProcess' argument 2 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseqread.c:17798:55: note: Function 'seqinListProcess' argument 2 names different: declaration 'thys' definition 'seq'.
EMBOSS-6.6.0/ajax/core/ajseqread.c:17799:45: style: Function 'seqinListProcess' argument 3 names different: declaration 'usa' definition 'listfile'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseqread.c:956:49: note: Function 'seqinListProcess' argument 3 names different: declaration 'usa' definition 'listfile'.
EMBOSS-6.6.0/ajax/core/ajseqread.c:17799:45: note: Function 'seqinListProcess' argument 3 names different: declaration 'usa' definition 'listfile'.
EMBOSS-6.6.0/ajax/core/ajseqread.c:18406:44: warning: Function 'seqQueryMatch' argument order different: declaration 'query, thys' definition 'thys, seq' [funcArgOrderDifferent]
EMBOSS-6.6.0/ajax/core/ajseqread.c:966:48: note: Function 'seqQueryMatch' argument order different: declaration 'query, thys' definition 'thys, seq'
EMBOSS-6.6.0/ajax/core/ajseqread.c:18406:44: note: Function 'seqQueryMatch' argument order different: declaration 'query, thys' definition 'thys, seq'
EMBOSS-6.6.0/ajax/core/ajseqread.c:18662:37: style: Function 'ajSeqParseFasta' argument 1 names different: declaration 'str' definition 'instr'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseqread.h:99:43: note: Function 'ajSeqParseFasta' argument 1 names different: declaration 'str' definition 'instr'.
EMBOSS-6.6.0/ajax/core/ajseqread.c:18662:37: note: Function 'ajSeqParseFasta' argument 1 names different: declaration 'str' definition 'instr'.
EMBOSS-6.6.0/ajax/core/ajseqread.c:18739:36: style: Function 'ajSeqParseNcbi' argument 1 names different: declaration 'str' definition 'instr'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseqread.h:102:42: note: Function 'ajSeqParseNcbi' argument 1 names different: declaration 'str' definition 'instr'.
EMBOSS-6.6.0/ajax/core/ajseqread.c:18739:36: note: Function 'ajSeqParseNcbi' argument 1 names different: declaration 'str' definition 'instr'.
EMBOSS-6.6.0/ajax/core/ajseqread.c:19166:37: style: Function 'ajSeqParseFastq' argument 1 names different: declaration 'str' definition 'instr'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseqread.h:101:43: note: Function 'ajSeqParseFastq' argument 1 names different: declaration 'str' definition 'instr'.
EMBOSS-6.6.0/ajax/core/ajseqread.c:19166:37: note: Function 'ajSeqParseFastq' argument 1 names different: declaration 'str' definition 'instr'.
EMBOSS-6.6.0/ajax/core/ajseqread.c:19664:41: style: Function 'stockholmDel' argument 1 names different: declaration 'thys' definition 'Pseq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseqread.c:1054:49: note: Function 'stockholmDel' argument 1 names different: declaration 'thys' definition 'Pseq'.
EMBOSS-6.6.0/ajax/core/ajseqread.c:19664:41: note: Function 'stockholmDel' argument 1 names different: declaration 'thys' definition 'Pseq'.
EMBOSS-6.6.0/ajax/core/ajseqread.c:19867:39: style: Function 'selexseqDel' argument 1 names different: declaration 'thys' definition 'Pseq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseqread.c:1057:47: note: Function 'selexseqDel' argument 1 names different: declaration 'thys' definition 'Pseq'.
EMBOSS-6.6.0/ajax/core/ajseqread.c:19867:39: note: Function 'selexseqDel' argument 1 names different: declaration 'thys' definition 'Pseq'.
EMBOSS-6.6.0/ajax/core/ajseqread.c:19901:33: style: Function 'selexDel' argument 1 names different: declaration 'thys' definition 'Pseq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseqread.c:1056:41: note: Function 'selexDel' argument 1 names different: declaration 'thys' definition 'Pseq'.
EMBOSS-6.6.0/ajax/core/ajseqread.c:19901:33: note: Function 'selexDel' argument 1 names different: declaration 'thys' definition 'Pseq'.
EMBOSS-6.6.0/ajax/core/ajseqread.c:625:12: style: struct member 'SeqSScfUncertainty::code' is never used. [unusedStructMember]
EMBOSS-6.6.0/ajax/core/ajseqread.c:15889:14: style: Variable 'ok' is assigned a value that is never used. [unreadVariable]
EMBOSS-6.6.0/ajax/core/ajseqtype.c:816:33: style: Function 'ajSeqTypeNucS' argument 1 names different: declaration 'pthys' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseqtype.h:85:41: note: Function 'ajSeqTypeNucS' argument 1 names different: declaration 'pthys' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajseqtype.c:816:33: note: Function 'ajSeqTypeNucS' argument 1 names different: declaration 'pthys' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajseqtype.c:845:33: style: Function 'ajSeqTypeDnaS' argument 1 names different: declaration 'pthys' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseqtype.h:79:41: note: Function 'ajSeqTypeDnaS' argument 1 names different: declaration 'pthys' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajseqtype.c:845:33: note: Function 'ajSeqTypeDnaS' argument 1 names different: declaration 'pthys' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajseqtype.c:874:33: style: Function 'ajSeqTypeRnaS' argument 1 names different: declaration 'pthys' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseqtype.h:89:41: note: Function 'ajSeqTypeRnaS' argument 1 names different: declaration 'pthys' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajseqtype.c:874:33: note: Function 'ajSeqTypeRnaS' argument 1 names different: declaration 'pthys' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajseqtype.c:903:36: style: Function 'ajSeqTypeGapdnaS' argument 1 names different: declaration 'pthys' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseqtype.h:82:44: note: Function 'ajSeqTypeGapdnaS' argument 1 names different: declaration 'pthys' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajseqtype.c:903:36: note: Function 'ajSeqTypeGapdnaS' argument 1 names different: declaration 'pthys' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajseqtype.c:932:36: style: Function 'ajSeqTypeGaprnaS' argument 1 names different: declaration 'pthys' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseqtype.h:84:44: note: Function 'ajSeqTypeGaprnaS' argument 1 names different: declaration 'pthys' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajseqtype.c:932:36: note: Function 'ajSeqTypeGaprnaS' argument 1 names different: declaration 'pthys' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajseqtype.c:961:36: style: Function 'ajSeqTypeGapnucS' argument 1 names different: declaration 'pthys' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseqtype.h:83:44: note: Function 'ajSeqTypeGapnucS' argument 1 names different: declaration 'pthys' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajseqtype.c:961:36: note: Function 'ajSeqTypeGapnucS' argument 1 names different: declaration 'pthys' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajseqtype.c:984:37: style: Function 'ajSeqTypeAnyprotS' argument 1 names different: declaration 'pthys' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseqtype.h:78:45: note: Function 'ajSeqTypeAnyprotS' argument 1 names different: declaration 'pthys' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajseqtype.c:984:37: note: Function 'ajSeqTypeAnyprotS' argument 1 names different: declaration 'pthys' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajseqtype.c:1007:34: style: Function 'ajSeqTypeProtS' argument 1 names different: declaration 'pthys' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseqtype.h:86:42: note: Function 'ajSeqTypeProtS' argument 1 names different: declaration 'pthys' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajseqtype.c:1007:34: note: Function 'ajSeqTypeProtS' argument 1 names different: declaration 'pthys' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajseqtype.c:1030:36: style: Function 'ajSeqTypeGapanyS' argument 1 names different: declaration 'pthys' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseqtype.h:81:44: note: Function 'ajSeqTypeGapanyS' argument 1 names different: declaration 'pthys' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajseqtype.c:1030:36: note: Function 'ajSeqTypeGapanyS' argument 1 names different: declaration 'pthys' definition 'thys'.
EMBOSS-6.6.0/ajax/core/ajseqtype.c:69:11: style: struct member 'SeqSType::Padding' is never used. [unusedStructMember]
EMBOSS-6.6.0/ajax/core/ajseqtype.c:72:17: style: struct member 'SeqSType::Badchars' is never used. [unusedStructMember]
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:2112:8: style: Condition 'sf' is always false [knownConditionTrueFalse]
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:2088:24: note: Assignment 'sf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:2112:8: note: Condition 'sf' is always false
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:5624:8: style: Condition '!ftfmt' is always true [knownConditionTrueFalse]
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:5613:20: note: Assignment 'ftfmt=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:5624:8: note: Condition '!ftfmt' is always true
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:5986:8: style: Condition '!ftfmt' is always true [knownConditionTrueFalse]
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:5975:20: note: Assignment 'ftfmt=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:5986:8: note: Condition '!ftfmt' is always true
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:6329:8: style: Condition '!ftfmt' is always true [knownConditionTrueFalse]
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:6318:20: note: Assignment 'ftfmt=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:6329:8: note: Condition '!ftfmt' is always true
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:1540:5: style: Variable 'ilen' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:1534:5: note: Variable 'ilen' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:1540:5: note: Variable 'ilen' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:3278:5: style: Variable 'rfstr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:3265:0: note: Variable 'rfstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:3278:5: note: Variable 'rfstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:3279:5: style: Variable 'csstr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:3266:0: note: Variable 'csstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:3279:5: note: Variable 'csstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:3280:5: style: Variable 'ssstr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:3267:0: note: Variable 'ssstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:3280:5: note: Variable 'ssstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:7273:5: style: Variable 'bamdata' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:7271:0: note: Variable 'bamdata' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:7273:5: note: Variable 'bamdata' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:9319:5: style: Variable 'fmt' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:9316:0: note: Variable 'fmt' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:9319:5: note: Variable 'fmt' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:1385:12: style: The scope of the variable 'iend' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:1436:12: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:1510:12: style: The scope of the variable 'j' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:1513:12: style: The scope of the variable 'qchar' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:1593:12: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:1594:12: style: The scope of the variable 'j' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:1597:12: style: The scope of the variable 'sval' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:1826:12: style: The scope of the variable 'iend' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:1872:12: style: The scope of the variable 'iend' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:1875:19: style: The scope of the variable 'blordnum' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:1992:12: style: The scope of the variable 'iend' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:1995:19: style: The scope of the variable 'blordnum' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:2288:11: style: The scope of the variable 'cp' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:2397:12: style: The scope of the variable 'iend' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:2724:12: style: The scope of the variable 'iend' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:2931:12: style: The scope of the variable 'iend' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:3163:12: style: The scope of the variable 'iend' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:3270:13: style: The scope of the variable 'extra' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:3567:12: style: The scope of the variable 'iend' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:3816:12: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:3817:12: style: The scope of the variable 'j' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:3818:12: style: The scope of the variable 'jend' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:4203:12: style: The scope of the variable 'ifind' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:4846:17: style: The scope of the variable 'alttext' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:5622:12: style: The scope of the variable 'firstcmt' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:5984:12: style: The scope of the variable 'firstcmt' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:6327:12: style: The scope of the variable 'firstcmt' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:6669:12: style: The scope of the variable 'firstcmt' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:7305:12: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:7387:19: style: The scope of the variable 'iqual' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:7559:12: style: The scope of the variable 'iend' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:7611:12: style: The scope of the variable 'iend' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:7894:18: style: The scope of the variable 'tmpstr' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:7982:12: style: The scope of the variable 'iend' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:8070:12: style: The scope of the variable 'iend' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:8168:16: style: The scope of the variable 'curref' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:8169:16: style: The scope of the variable 'curxref' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:8170:12: style: The scope of the variable 'ilen' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:8172:12: style: The scope of the variable 'j' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:8173:12: style: The scope of the variable 'jend' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:8175:17: style: The scope of the variable 'xreftypes' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:8457:11: style: The scope of the variable 'cp' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:10085:11: style: The scope of the variable 'ilen' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:887:5: style: Redundant pointer operation on 'Pseqout' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:10600:5: style: Redundant pointer operation on 'pformat' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:758:29: style: Function 'ajSeqoutDel' argument 1 names different: declaration 'thys' definition 'Pseqout'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseqwrite.h:80:37: note: Function 'ajSeqoutDel' argument 1 names different: declaration 'thys' definition 'Pseqout'.
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:758:29: note: Function 'ajSeqoutDel' argument 1 names different: declaration 'thys' definition 'Pseqout'.
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:1082:35: style: Function 'ajSeqoutWriteSet' argument 1 names different: declaration 'seqout' definition 'outseq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseqwrite.h:97:41: note: Function 'ajSeqoutWriteSet' argument 1 names different: declaration 'seqout' definition 'outseq'.
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:1082:35: note: Function 'ajSeqoutWriteSet' argument 1 names different: declaration 'seqout' definition 'outseq'.
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:8849:30: style: Function 'ajSeqoutClear' argument 1 names different: declaration 'thys' definition 'seqout'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseqwrite.h:74:38: note: Function 'ajSeqoutClear' argument 1 names different: declaration 'thys' definition 'seqout'.
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:8849:30: note: Function 'ajSeqoutClear' argument 1 names different: declaration 'thys' definition 'seqout'.
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:8948:33: style: Function 'ajSeqoutClearUsa' argument 1 names different: declaration 'thys' definition 'seqout'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseqwrite.h:96:41: note: Function 'ajSeqoutClearUsa' argument 1 names different: declaration 'thys' definition 'seqout'.
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:8948:33: note: Function 'ajSeqoutClearUsa' argument 1 names different: declaration 'thys' definition 'seqout'.
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:8948:54: style: Function 'ajSeqoutClearUsa' argument 2 names different: declaration 'Usa' definition 'usa'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseqwrite.h:96:60: note: Function 'ajSeqoutClearUsa' argument 2 names different: declaration 'Usa' definition 'usa'.
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:8948:54: note: Function 'ajSeqoutClearUsa' argument 2 names different: declaration 'Usa' definition 'usa'.
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:8972:30: style: Function 'ajSeqoutClose' argument 1 names different: declaration 'outseq' definition 'seqout'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseqwrite.h:98:38: note: Function 'ajSeqoutClose' argument 1 names different: declaration 'outseq' definition 'seqout'.
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:8972:30: note: Function 'ajSeqoutClose' argument 1 names different: declaration 'outseq' definition 'seqout'.
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:9016:35: style: Function 'ajSeqoutCloseEmpty' argument 1 names different: declaration 'outseq' definition 'seqout'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseqwrite.h:99:43: note: Function 'ajSeqoutCloseEmpty' argument 1 names different: declaration 'outseq' definition 'seqout'.
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:9016:35: note: Function 'ajSeqoutCloseEmpty' argument 1 names different: declaration 'outseq' definition 'seqout'.
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:9098:31: style: Function 'ajSeqoutOpen' argument 1 names different: declaration 'thys' definition 'seqout'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseqwrite.h:88:37: note: Function 'ajSeqoutOpen' argument 1 names different: declaration 'thys' definition 'seqout'.
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:9098:31: note: Function 'ajSeqoutOpen' argument 1 names different: declaration 'thys' definition 'seqout'.
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:9314:37: style: Function 'ajSeqoutSetFormatC' argument 1 names different: declaration 'thys' definition 'seqout'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseqwrite.h:89:43: note: Function 'ajSeqoutSetFormatC' argument 1 names different: declaration 'thys' definition 'seqout'.
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:9314:37: note: Function 'ajSeqoutSetFormatC' argument 1 names different: declaration 'thys' definition 'seqout'.
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:9314:57: style: Function 'ajSeqoutSetFormatC' argument 2 names different: declaration 'format' definition 'txt'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseqwrite.h:89:61: note: Function 'ajSeqoutSetFormatC' argument 2 names different: declaration 'format' definition 'txt'.
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:9314:57: note: Function 'ajSeqoutSetFormatC' argument 2 names different: declaration 'format' definition 'txt'.
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:9342:37: style: Function 'ajSeqoutSetFormatS' argument 1 names different: declaration 'thys' definition 'seqout'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseqwrite.h:90:43: note: Function 'ajSeqoutSetFormatS' argument 1 names different: declaration 'thys' definition 'seqout'.
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:9342:37: note: Function 'ajSeqoutSetFormatS' argument 1 names different: declaration 'thys' definition 'seqout'.
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:9342:58: style: Function 'ajSeqoutSetFormatS' argument 2 names different: declaration 'format' definition 'str'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseqwrite.h:90:62: note: Function 'ajSeqoutSetFormatS' argument 2 names different: declaration 'format' definition 'str'.
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:9342:58: note: Function 'ajSeqoutSetFormatS' argument 2 names different: declaration 'format' definition 'str'.
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:9374:42: style: Function 'ajSeqoutSetNameDefaultC' argument 1 names different: declaration 'thys' definition 'seqout'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseqwrite.h:76:48: note: Function 'ajSeqoutSetNameDefaultC' argument 1 names different: declaration 'thys' definition 'seqout'.
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:9374:42: note: Function 'ajSeqoutSetNameDefaultC' argument 1 names different: declaration 'thys' definition 'seqout'.
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:9429:42: style: Function 'ajSeqoutSetNameDefaultS' argument 1 names different: declaration 'thys' definition 'seqout'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseqwrite.h:78:48: note: Function 'ajSeqoutSetNameDefaultS' argument 1 names different: declaration 'thys' definition 'seqout'.
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:9429:42: note: Function 'ajSeqoutSetNameDefaultS' argument 1 names different: declaration 'thys' definition 'seqout'.
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:9858:55: style: Function 'seqSeqFormat' argument 2 names different: declaration 'psf' definition 'Psf'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:222:61: note: Function 'seqSeqFormat' argument 2 names different: declaration 'psf' definition 'Psf'.
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:9858:55: note: Function 'seqSeqFormat' argument 2 names different: declaration 'psf' definition 'Psf'.
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:10017:43: style: Function 'ajSeqoutGetCheckgcg' argument 1 names different: declaration 'outseq' definition 'seqout'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseqwrite.h:72:50: note: Function 'ajSeqoutGetCheckgcg' argument 1 names different: declaration 'outseq' definition 'seqout'.
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:10017:43: note: Function 'ajSeqoutGetCheckgcg' argument 1 names different: declaration 'outseq' definition 'seqout'.
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:10055:50: style: Function 'ajSeqoutGetFilename' argument 1 names different: declaration 'thys' definition 'seqout'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseqwrite.h:73:50: note: Function 'ajSeqoutGetFilename' argument 1 names different: declaration 'thys' definition 'seqout'.
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:10055:50: note: Function 'ajSeqoutGetFilename' argument 1 names different: declaration 'thys' definition 'seqout'.
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:10299:59: style: Function 'seqsetClone' argument 2 names different: declaration 'seq' definition 'seqset'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:216:65: note: Function 'seqsetClone' argument 2 names different: declaration 'seq' definition 'seqset'.
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:10299:59: note: Function 'seqsetClone' argument 2 names different: declaration 'seq' definition 'seqset'.
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:10472:36: style: Function 'ajSeqoutTrace' argument 1 names different: declaration 'seq' definition 'seqout'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajseqwrite.h:91:44: note: Function 'ajSeqoutTrace' argument 1 names different: declaration 'seq' definition 'seqout'.
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:10472:36: note: Function 'ajSeqoutTrace' argument 1 names different: declaration 'seq' definition 'seqout'.
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:116:17: style: struct member 'SeqSOutFormat::Obo' is never used. [unusedStructMember]
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:3671:14: style: Variable 'check' is assigned a value that is never used. [unreadVariable]
EMBOSS-6.6.0/ajax/core/ajseqwrite.c:8645:3: style: Variable 'linesout' is modified but its new value is never used. [unreadVariable]
EMBOSS-6.6.0/ajax/core/ajsql.c:4158:5: style: Redundant pointer operation on 'thys' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajsql.c:1391:29: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
EMBOSS-6.6.0/ajax/core/ajstr.c:1367:8: warning: Either the condition '(str)?(str)->Ptr:ajCharNull()' is redundant or there is possible null pointer dereference: str. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajstr.c:1370:21: note: Assuming that condition '(str)?(str)->Ptr:ajCharNull()' is not redundant
EMBOSS-6.6.0/ajax/core/ajstr.c:1367:8: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajstr.c:1520:21: warning: Either the condition '(str)?(str)->Ptr:ajCharNull()' is redundant or there is possible null pointer dereference: str. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajstr.c:1525:30: note: Assuming that condition '(str)?(str)->Ptr:ajCharNull()' is not redundant
EMBOSS-6.6.0/ajax/core/ajstr.c:1520:21: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajstr.c:1522:8: warning: Either the condition '(str)?(str)->Ptr:ajCharNull()' is redundant or there is possible null pointer dereference: str. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajstr.c:1525:30: note: Assuming that condition '(str)?(str)->Ptr:ajCharNull()' is not redundant
EMBOSS-6.6.0/ajax/core/ajstr.c:1522:8: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajstr.c:1613:21: warning: Either the condition '(str)?(str)->Ptr:ajCharNull()' is redundant or there is possible null pointer dereference: str. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajstr.c:1619:10: note: Assuming that condition '(str)?(str)->Ptr:ajCharNull()' is not redundant
EMBOSS-6.6.0/ajax/core/ajstr.c:1613:21: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajstr.c:1615:8: warning: Either the condition '(str)?(str)->Ptr:ajCharNull()' is redundant or there is possible null pointer dereference: str. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajstr.c:1619:10: note: Assuming that condition '(str)?(str)->Ptr:ajCharNull()' is not redundant
EMBOSS-6.6.0/ajax/core/ajstr.c:1615:8: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajstr.c:2214:5: warning: Either the condition '!refstr' is redundant or there is possible null pointer dereference: refstr. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajstr.c:2211:8: note: Assuming that condition '!refstr' is not redundant
EMBOSS-6.6.0/ajax/core/ajstr.c:2214:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajstr.c:2368:27: warning: Either the condition 'if(thys)' is redundant or there is possible null pointer dereference: thys. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajstr.c:2370:7: note: Assuming that condition 'if(thys)' is not redundant
EMBOSS-6.6.0/ajax/core/ajstr.c:2368:27: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajstr.c:2405:27: warning: Either the condition 'if(thys)' is redundant or there is possible null pointer dereference: thys. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajstr.c:2407:7: note: Assuming that condition 'if(thys)' is not redundant
EMBOSS-6.6.0/ajax/core/ajstr.c:2405:27: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajstr.c:5657:5: warning: Either the condition '(thys)?(thys)->Len:0' is redundant or there is possible null pointer dereference: thys. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajstr.c:5659:9: note: Assuming that condition '(thys)?(thys)->Len:0' is not redundant
EMBOSS-6.6.0/ajax/core/ajstr.c:5657:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajstr.c:5786:5: warning: Either the condition '(thys)?(thys)->Len:0' is redundant or there is possible null pointer dereference: thys. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajstr.c:5788:9: note: Assuming that condition '(thys)?(thys)->Len:0' is not redundant
EMBOSS-6.6.0/ajax/core/ajstr.c:5786:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajstr.c:8354:8: warning: Either the condition '!str' is redundant or there is possible null pointer dereference: str. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajstr.c:8348:8: note: Assuming that condition '!str' is not redundant
EMBOSS-6.6.0/ajax/core/ajstr.c:8354:8: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajstr.c:10323:10: warning: Either the condition '(thys)?(thys)->Len:0' is redundant or there is possible null pointer dereference: thys. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajstr.c:10328:11: note: Assuming that condition '(thys)?(thys)->Len:0' is not redundant
EMBOSS-6.6.0/ajax/core/ajstr.c:10323:10: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajstr.c:10325:12: warning: Either the condition '(thys)?(thys)->Len:0' is redundant or there is possible null pointer dereference: thys. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajstr.c:10328:11: note: Assuming that condition '(thys)?(thys)->Len:0' is not redundant
EMBOSS-6.6.0/ajax/core/ajstr.c:10325:12: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajstr.c:10417:10: warning: Either the condition '(thys)?(thys)->Len:0' is redundant or there is possible null pointer dereference: thys. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajstr.c:10422:15: note: Assuming that condition '(thys)?(thys)->Len:0' is not redundant
EMBOSS-6.6.0/ajax/core/ajstr.c:10417:10: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajstr.c:10419:12: warning: Either the condition '(thys)?(thys)->Len:0' is redundant or there is possible null pointer dereference: thys. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajstr.c:10422:15: note: Assuming that condition '(thys)?(thys)->Len:0' is not redundant
EMBOSS-6.6.0/ajax/core/ajstr.c:10419:12: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajstr.c:11037:9: warning: Either the condition '(str2)?(str2)->Ptr:ajCharNull()' is redundant or there is possible null pointer dereference: str2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajstr.c:11044:16: note: Assuming that condition '(str2)?(str2)->Ptr:ajCharNull()' is not redundant
EMBOSS-6.6.0/ajax/core/ajstr.c:11037:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajstr.c:11040:8: warning: Either the condition '(str2)?(str2)->Ptr:ajCharNull()' is redundant or there is possible null pointer dereference: str2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajstr.c:11044:16: note: Assuming that condition '(str2)?(str2)->Ptr:ajCharNull()' is not redundant
EMBOSS-6.6.0/ajax/core/ajstr.c:11040:8: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajstr.c:11118:14: warning: Either the condition '(str)?(str)->Len:0' is redundant or there is possible null pointer dereference: str. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajstr.c:11120:15: note: Assuming that condition '(str)?(str)->Len:0' is not redundant
EMBOSS-6.6.0/ajax/core/ajstr.c:11118:14: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajstr.c:11154:14: warning: Either the condition '(str)?(str)->Len:0' is redundant or there is possible null pointer dereference: str. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajstr.c:11156:15: note: Assuming that condition '(str)?(str)->Len:0' is not redundant
EMBOSS-6.6.0/ajax/core/ajstr.c:11154:14: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajstr.c:13129:31: warning: Either the condition '(str)?(str)->Len:0' is redundant or there is possible null pointer dereference: str. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajstr.c:13130:31: note: Assuming that condition '(str)?(str)->Len:0' is not redundant
EMBOSS-6.6.0/ajax/core/ajstr.c:13129:31: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajstr.c:13158:19: warning: Either the condition '(str)?(str)->Len:0' is redundant or there is possible null pointer dereference: str. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajstr.c:13159:43: note: Assuming that condition '(str)?(str)->Len:0' is not redundant
EMBOSS-6.6.0/ajax/core/ajstr.c:13158:19: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajstr.c:3174:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajstr.c:3173:9: note: Variable 'ret' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajstr.c:3174:2: note: Variable 'ret' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajstr.c:3245:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajstr.c:3244:9: note: Variable 'ret' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajstr.c:3245:2: note: Variable 'ret' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajstr.c:10923:5: style: Variable 'teststr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajstr.c:10921:0: note: Variable 'teststr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajstr.c:10923:5: note: Variable 'teststr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajstr.c:10962:5: style: Variable 'teststr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajstr.c:10960:0: note: Variable 'teststr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajstr.c:10962:5: note: Variable 'teststr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajstr.c:184:12: style: The scope of the variable 'len' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajstr.c:274:12: style: The scope of the variable 'ilen' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajstr.c:630:11: style: The scope of the variable 'cp' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajstr.c:671:11: style: The scope of the variable 'cp' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajstr.c:2815:12: style: The scope of the variable 'size' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajstr.c:2816:12: style: The scope of the variable 'roundsize' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajstr.c:5232:13: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajstr.c:5234:10: style: The scope of the variable 'c' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajstr.c:5292:13: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajstr.c:5294:10: style: The scope of the variable 'c' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajstr.c:5299:11: style: The scope of the variable 'f' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajstr.c:6195:12: style: The scope of the variable 'findpos' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajstr.c:6198:12: style: The scope of the variable 'lastpos' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajstr.c:6262:12: style: The scope of the variable 'cycle' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajstr.c:6263:12: style: The scope of the variable 'findpos' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajstr.c:6266:12: style: The scope of the variable 'lastpos' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajstr.c:6359:12: style: The scope of the variable 'cycle' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajstr.c:6360:12: style: The scope of the variable 'findpos' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajstr.c:6402:12: style: The scope of the variable 'cycle' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajstr.c:6403:12: style: The scope of the variable 'findpos' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajstr.c:6734:10: style: The scope of the variable 'tmp' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajstr.c:7973:9: style: The scope of the variable 'icode' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajstr.c:8646:12: style: The scope of the variable 'trysize' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajstr.c:9319:17: style: The scope of the variable 'bool_y' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajstr.c:9320:17: style: The scope of the variable 'bool_n' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajstr.c:9916:12: style: The scope of the variable 'ir' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajstr.c:10030:9: style: The scope of the variable 'c' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajstr.c:10309:12: style: The scope of the variable 'j' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajstr.c:10310:12: style: The scope of the variable 'k' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajstr.c:10402:12: style: The scope of the variable 'j' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajstr.c:10403:12: style: The scope of the variable 'k' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajstr.c:10404:12: style: The scope of the variable 'kk' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajstr.c:12069:17: style: The scope of the variable 'ptr1' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajstr.c:12070:17: style: The scope of the variable 'ptr2' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajstr.c:12071:12: style: The scope of the variable 'found' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajstr.c:12148:17: style: The scope of the variable 'ptr1' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajstr.c:12149:17: style: The scope of the variable 'ptr2' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajstr.c:12150:12: style: The scope of the variable 'found' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajstr.c:12903:12: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajstr.c:416:5: style: Redundant pointer operation on 'Ptxt' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajstr.c:2563:6: style: Redundant pointer operation on 'Pstr' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajstr.c:2658:5: style: Redundant pointer operation on 'PPstr' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajstr.c:13195:5: style: Redundant pointer operation on 'iter' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajstr.c:13659:5: style: Redundant pointer operation on 'Ptoken' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajstr.c:217:31: style: Function 'ajCharNewS' argument 1 names different: declaration 'thys' definition 'str'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:201:36: note: Function 'ajCharNewS' argument 1 names different: declaration 'thys' definition 'str'.
EMBOSS-6.6.0/ajax/core/ajstr.c:217:31: note: Function 'ajCharNewS' argument 1 names different: declaration 'thys' definition 'str'.
EMBOSS-6.6.0/ajax/core/ajstr.c:745:33: style: Function 'ajCharMatchC' argument 1 names different: declaration 'txt1' definition 'txt'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:226:37: note: Function 'ajCharMatchC' argument 1 names different: declaration 'txt1' definition 'txt'.
EMBOSS-6.6.0/ajax/core/ajstr.c:745:33: note: Function 'ajCharMatchC' argument 1 names different: declaration 'txt1' definition 'txt'.
EMBOSS-6.6.0/ajax/core/ajstr.c:771:37: style: Function 'ajCharMatchCaseC' argument 1 names different: declaration 'txt1' definition 'txt'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:227:41: note: Function 'ajCharMatchCaseC' argument 1 names different: declaration 'txt1' definition 'txt'.
EMBOSS-6.6.0/ajax/core/ajstr.c:771:37: note: Function 'ajCharMatchCaseC' argument 1 names different: declaration 'txt1' definition 'txt'.
EMBOSS-6.6.0/ajax/core/ajstr.c:811:37: style: Function 'ajCharMatchWildC' argument 1 names different: declaration 'txt1' definition 'txt'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:228:41: note: Function 'ajCharMatchWildC' argument 1 names different: declaration 'txt1' definition 'txt'.
EMBOSS-6.6.0/ajax/core/ajstr.c:811:37: note: Function 'ajCharMatchWildC' argument 1 names different: declaration 'txt1' definition 'txt'.
EMBOSS-6.6.0/ajax/core/ajstr.c:865:41: style: Function 'ajCharMatchWildCaseC' argument 1 names different: declaration 'txt1' definition 'txt'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:230:45: note: Function 'ajCharMatchWildCaseC' argument 1 names different: declaration 'txt1' definition 'txt'.
EMBOSS-6.6.0/ajax/core/ajstr.c:865:41: note: Function 'ajCharMatchWildCaseC' argument 1 names different: declaration 'txt1' definition 'txt'.
EMBOSS-6.6.0/ajax/core/ajstr.c:919:41: style: Function 'ajCharMatchWildNextC' argument 1 names different: declaration 'txt1' definition 'txt'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:232:45: note: Function 'ajCharMatchWildNextC' argument 1 names different: declaration 'txt1' definition 'txt'.
EMBOSS-6.6.0/ajax/core/ajstr.c:919:41: note: Function 'ajCharMatchWildNextC' argument 1 names different: declaration 'txt1' definition 'txt'.
EMBOSS-6.6.0/ajax/core/ajstr.c:1052:45: style: Function 'ajCharMatchWildNextCaseC' argument 1 names different: declaration 'txt1' definition 'txt'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:234:49: note: Function 'ajCharMatchWildNextCaseC' argument 1 names different: declaration 'txt1' definition 'txt'.
EMBOSS-6.6.0/ajax/core/ajstr.c:1052:45: note: Function 'ajCharMatchWildNextCaseC' argument 1 names different: declaration 'txt1' definition 'txt'.
EMBOSS-6.6.0/ajax/core/ajstr.c:1191:41: warning: Function 'ajCharMatchWildWordC' argument order different: declaration 'str, txt' definition 'txt, txt2' [funcArgOrderDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:233:45: note: Function 'ajCharMatchWildWordC' argument order different: declaration 'str, txt' definition 'txt, txt2'
EMBOSS-6.6.0/ajax/core/ajstr.c:1191:41: note: Function 'ajCharMatchWildWordC' argument order different: declaration 'str, txt' definition 'txt, txt2'
EMBOSS-6.6.0/ajax/core/ajstr.c:1258:45: warning: Function 'ajCharMatchWildWordCaseC' argument order different: declaration 'str, txt' definition 'txt, txt2' [funcArgOrderDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:235:49: note: Function 'ajCharMatchWildWordCaseC' argument order different: declaration 'str, txt' definition 'txt, txt2'
EMBOSS-6.6.0/ajax/core/ajstr.c:1258:45: note: Function 'ajCharMatchWildWordCaseC' argument order different: declaration 'str, txt' definition 'txt, txt2'
EMBOSS-6.6.0/ajax/core/ajstr.c:1320:51: style: Function 'ajCharPrefixC' argument 2 names different: declaration 'pref' definition 'txt2'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:236:55: note: Function 'ajCharPrefixC' argument 2 names different: declaration 'pref' definition 'txt2'.
EMBOSS-6.6.0/ajax/core/ajstr.c:1320:51: note: Function 'ajCharPrefixC' argument 2 names different: declaration 'pref' definition 'txt2'.
EMBOSS-6.6.0/ajax/core/ajstr.c:1359:52: style: Function 'ajCharPrefixS' argument 2 names different: declaration 'pref' definition 'str'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:237:56: note: Function 'ajCharPrefixS' argument 2 names different: declaration 'pref' definition 'str'.
EMBOSS-6.6.0/ajax/core/ajstr.c:1359:52: note: Function 'ajCharPrefixS' argument 2 names different: declaration 'pref' definition 'str'.
EMBOSS-6.6.0/ajax/core/ajstr.c:1393:55: style: Function 'ajCharPrefixCaseC' argument 2 names different: declaration 'pref' definition 'txt2'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:238:59: note: Function 'ajCharPrefixCaseC' argument 2 names different: declaration 'pref' definition 'txt2'.
EMBOSS-6.6.0/ajax/core/ajstr.c:1393:55: note: Function 'ajCharPrefixCaseC' argument 2 names different: declaration 'pref' definition 'txt2'.
EMBOSS-6.6.0/ajax/core/ajstr.c:1443:56: style: Function 'ajCharPrefixCaseS' argument 2 names different: declaration 'pref' definition 'str'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:239:60: note: Function 'ajCharPrefixCaseS' argument 2 names different: declaration 'pref' definition 'str'.
EMBOSS-6.6.0/ajax/core/ajstr.c:1443:56: note: Function 'ajCharPrefixCaseS' argument 2 names different: declaration 'pref' definition 'str'.
EMBOSS-6.6.0/ajax/core/ajstr.c:1467:51: style: Function 'ajCharSuffixC' argument 2 names different: declaration 'suff' definition 'txt2'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:240:55: note: Function 'ajCharSuffixC' argument 2 names different: declaration 'suff' definition 'txt2'.
EMBOSS-6.6.0/ajax/core/ajstr.c:1467:51: note: Function 'ajCharSuffixC' argument 2 names different: declaration 'suff' definition 'txt2'.
EMBOSS-6.6.0/ajax/core/ajstr.c:1508:52: style: Function 'ajCharSuffixS' argument 2 names different: declaration 'suff' definition 'str'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:241:56: note: Function 'ajCharSuffixS' argument 2 names different: declaration 'suff' definition 'str'.
EMBOSS-6.6.0/ajax/core/ajstr.c:1508:52: note: Function 'ajCharSuffixS' argument 2 names different: declaration 'suff' definition 'str'.
EMBOSS-6.6.0/ajax/core/ajstr.c:1548:55: style: Function 'ajCharSuffixCaseC' argument 2 names different: declaration 'suff' definition 'txt2'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:242:59: note: Function 'ajCharSuffixCaseC' argument 2 names different: declaration 'suff' definition 'txt2'.
EMBOSS-6.6.0/ajax/core/ajstr.c:1548:55: note: Function 'ajCharSuffixCaseC' argument 2 names different: declaration 'suff' definition 'txt2'.
EMBOSS-6.6.0/ajax/core/ajstr.c:1599:56: style: Function 'ajCharSuffixCaseS' argument 2 names different: declaration 'suff' definition 'str'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:243:60: note: Function 'ajCharSuffixCaseS' argument 2 names different: declaration 'suff' definition 'str'.
EMBOSS-6.6.0/ajax/core/ajstr.c:1599:56: note: Function 'ajCharSuffixCaseS' argument 2 names different: declaration 'suff' definition 'str'.
EMBOSS-6.6.0/ajax/core/ajstr.c:1672:31: style: Function 'ajCharCmpCase' argument 1 names different: declaration 'txt1' definition 'txt'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:248:38: note: Function 'ajCharCmpCase' argument 1 names different: declaration 'txt1' definition 'txt'.
EMBOSS-6.6.0/ajax/core/ajstr.c:1672:31: note: Function 'ajCharCmpCase' argument 1 names different: declaration 'txt1' definition 'txt'.
EMBOSS-6.6.0/ajax/core/ajstr.c:1713:34: style: Function 'ajCharCmpCaseLen' argument 1 names different: declaration 'txt1' definition 'txt'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:249:41: note: Function 'ajCharCmpCaseLen' argument 1 names different: declaration 'txt1' definition 'txt'.
EMBOSS-6.6.0/ajax/core/ajstr.c:1713:34: note: Function 'ajCharCmpCaseLen' argument 1 names different: declaration 'txt1' definition 'txt'.
EMBOSS-6.6.0/ajax/core/ajstr.c:1755:31: style: Function 'ajCharCmpWild' argument 1 names different: declaration 'txt1' definition 'txt'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:250:38: note: Function 'ajCharCmpWild' argument 1 names different: declaration 'txt1' definition 'txt'.
EMBOSS-6.6.0/ajax/core/ajstr.c:1755:31: note: Function 'ajCharCmpWild' argument 1 names different: declaration 'txt1' definition 'txt'.
EMBOSS-6.6.0/ajax/core/ajstr.c:1868:35: style: Function 'ajCharCmpWildCase' argument 1 names different: declaration 'txt1' definition 'txt'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:251:42: note: Function 'ajCharCmpWildCase' argument 1 names different: declaration 'txt1' definition 'txt'.
EMBOSS-6.6.0/ajax/core/ajstr.c:1868:35: note: Function 'ajCharCmpWildCase' argument 1 names different: declaration 'txt1' definition 'txt'.
EMBOSS-6.6.0/ajax/core/ajstr.c:2001:51: style: Function 'ajCharParseC' argument 2 names different: declaration 'delim' definition 'txtdelim'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:255:54: note: Function 'ajCharParseC' argument 2 names different: declaration 'delim' definition 'txtdelim'.
EMBOSS-6.6.0/ajax/core/ajstr.c:2001:51: note: Function 'ajCharParseC' argument 2 names different: declaration 'delim' definition 'txtdelim'.
EMBOSS-6.6.0/ajax/core/ajstr.c:2209:27: style: Function 'ajStrNewRef' argument 1 names different: declaration 'str' definition 'refstr'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:265:31: note: Function 'ajStrNewRef' argument 1 names different: declaration 'str' definition 'refstr'.
EMBOSS-6.6.0/ajax/core/ajstr.c:2209:27: note: Function 'ajStrNewRef' argument 1 names different: declaration 'str' definition 'refstr'.
EMBOSS-6.6.0/ajax/core/ajstr.c:2399:31: style: Function 'strCloneL' argument 1 names different: declaration 'pthis' definition 'Pstr'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.c:104:33: note: Function 'strCloneL' argument 1 names different: declaration 'pthis' definition 'Pstr'.
EMBOSS-6.6.0/ajax/core/ajstr.c:2399:31: note: Function 'strCloneL' argument 1 names different: declaration 'pthis' definition 'Pstr'.
EMBOSS-6.6.0/ajax/core/ajstr.c:2911:34: style: Function 'ajStrAssignEmptyC' argument 1 names different: declaration 'pthis' definition 'Pstr'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:294:38: note: Function 'ajStrAssignEmptyC' argument 1 names different: declaration 'pthis' definition 'Pstr'.
EMBOSS-6.6.0/ajax/core/ajstr.c:2911:34: note: Function 'ajStrAssignEmptyC' argument 1 names different: declaration 'pthis' definition 'Pstr'.
EMBOSS-6.6.0/ajax/core/ajstr.c:2911:52: style: Function 'ajStrAssignEmptyC' argument 2 names different: declaration 'str' definition 'txt'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:294:57: note: Function 'ajStrAssignEmptyC' argument 2 names different: declaration 'str' definition 'txt'.
EMBOSS-6.6.0/ajax/core/ajstr.c:2911:52: note: Function 'ajStrAssignEmptyC' argument 2 names different: declaration 'str' definition 'txt'.
EMBOSS-6.6.0/ajax/core/ajstr.c:2939:34: style: Function 'ajStrAssignEmptyS' argument 1 names different: declaration 'pthis' definition 'Pstr'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:295:38: note: Function 'ajStrAssignEmptyS' argument 1 names different: declaration 'pthis' definition 'Pstr'.
EMBOSS-6.6.0/ajax/core/ajstr.c:2939:34: note: Function 'ajStrAssignEmptyS' argument 1 names different: declaration 'pthis' definition 'Pstr'.
EMBOSS-6.6.0/ajax/core/ajstr.c:2967:63: style: Function 'ajStrAssignLenC' argument 3 names different: declaration 'ilen' definition 'len'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:296:66: note: Function 'ajStrAssignLenC' argument 3 names different: declaration 'ilen' definition 'len'.
EMBOSS-6.6.0/ajax/core/ajstr.c:2967:63: note: Function 'ajStrAssignLenC' argument 3 names different: declaration 'ilen' definition 'len'.
EMBOSS-6.6.0/ajax/core/ajstr.c:3103:45: style: Function 'ajStrAssignResS' argument 2 names different: declaration 'i' definition 'size'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:305:49: note: Function 'ajStrAssignResS' argument 2 names different: declaration 'i' definition 'size'.
EMBOSS-6.6.0/ajax/core/ajstr.c:3103:45: note: Function 'ajStrAssignResS' argument 2 names different: declaration 'i' definition 'size'.
EMBOSS-6.6.0/ajax/core/ajstr.c:3660:29: style: Function 'ajStrInsertC' argument 1 names different: declaration 'pthis' definition 'Pstr'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:335:33: note: Function 'ajStrInsertC' argument 1 names different: declaration 'pthis' definition 'Pstr'.
EMBOSS-6.6.0/ajax/core/ajstr.c:3660:29: note: Function 'ajStrInsertC' argument 1 names different: declaration 'pthis' definition 'Pstr'.
EMBOSS-6.6.0/ajax/core/ajstr.c:3660:59: style: Function 'ajStrInsertC' argument 3 names different: declaration 'str' definition 'txt'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:335:64: note: Function 'ajStrInsertC' argument 3 names different: declaration 'str' definition 'txt'.
EMBOSS-6.6.0/ajax/core/ajstr.c:3660:59: note: Function 'ajStrInsertC' argument 3 names different: declaration 'str' definition 'txt'.
EMBOSS-6.6.0/ajax/core/ajstr.c:3745:29: style: Function 'ajStrInsertK' argument 1 names different: declaration 'pthis' definition 'Pstr'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:336:33: note: Function 'ajStrInsertK' argument 1 names different: declaration 'pthis' definition 'Pstr'.
EMBOSS-6.6.0/ajax/core/ajstr.c:3745:29: note: Function 'ajStrInsertK' argument 1 names different: declaration 'pthis' definition 'Pstr'.
EMBOSS-6.6.0/ajax/core/ajstr.c:3745:42: style: Function 'ajStrInsertK' argument 2 names different: declaration 'begin' definition 'pos'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:336:47: note: Function 'ajStrInsertK' argument 2 names different: declaration 'begin' definition 'pos'.
EMBOSS-6.6.0/ajax/core/ajstr.c:3745:42: note: Function 'ajStrInsertK' argument 2 names different: declaration 'begin' definition 'pos'.
EMBOSS-6.6.0/ajax/core/ajstr.c:3745:52: style: Function 'ajStrInsertK' argument 3 names different: declaration 'insert' definition 'chr'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:336:59: note: Function 'ajStrInsertK' argument 3 names different: declaration 'insert' definition 'chr'.
EMBOSS-6.6.0/ajax/core/ajstr.c:3745:52: note: Function 'ajStrInsertK' argument 3 names different: declaration 'insert' definition 'chr'.
EMBOSS-6.6.0/ajax/core/ajstr.c:3773:29: style: Function 'ajStrInsertS' argument 1 names different: declaration 'pthis' definition 'Pstr'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:337:33: note: Function 'ajStrInsertS' argument 1 names different: declaration 'pthis' definition 'Pstr'.
EMBOSS-6.6.0/ajax/core/ajstr.c:3773:29: note: Function 'ajStrInsertS' argument 1 names different: declaration 'pthis' definition 'Pstr'.
EMBOSS-6.6.0/ajax/core/ajstr.c:3795:40: style: Function 'ajStrJoinC' argument 2 names different: declaration 'pos1' definition 'pos'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:339:44: note: Function 'ajStrJoinC' argument 2 names different: declaration 'pos1' definition 'pos'.
EMBOSS-6.6.0/ajax/core/ajstr.c:3795:40: note: Function 'ajStrJoinC' argument 2 names different: declaration 'pos1' definition 'pos'.
EMBOSS-6.6.0/ajax/core/ajstr.c:3796:12: style: Function 'ajStrJoinC' argument 4 names different: declaration 'pos2' definition 'posb'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:340:47: note: Function 'ajStrJoinC' argument 4 names different: declaration 'pos2' definition 'posb'.
EMBOSS-6.6.0/ajax/core/ajstr.c:3796:12: note: Function 'ajStrJoinC' argument 4 names different: declaration 'pos2' definition 'posb'.
EMBOSS-6.6.0/ajax/core/ajstr.c:3885:60: style: Function 'ajStrMaskIdent' argument 3 names different: declaration 'maskchar' definition 'maskchr'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:343:64: note: Function 'ajStrMaskIdent' argument 3 names different: declaration 'maskchar' definition 'maskchr'.
EMBOSS-6.6.0/ajax/core/ajstr.c:3885:60: note: Function 'ajStrMaskIdent' argument 3 names different: declaration 'maskchar' definition 'maskchr'.
EMBOSS-6.6.0/ajax/core/ajstr.c:3928:44: style: Function 'ajStrMaskRange' argument 2 names different: declaration 'begin' definition 'pos1'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:344:48: note: Function 'ajStrMaskRange' argument 2 names different: declaration 'begin' definition 'pos1'.
EMBOSS-6.6.0/ajax/core/ajstr.c:3928:44: note: Function 'ajStrMaskRange' argument 2 names different: declaration 'begin' definition 'pos1'.
EMBOSS-6.6.0/ajax/core/ajstr.c:3928:57: style: Function 'ajStrMaskRange' argument 3 names different: declaration 'end' definition 'pos2'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:344:62: note: Function 'ajStrMaskRange' argument 3 names different: declaration 'end' definition 'pos2'.
EMBOSS-6.6.0/ajax/core/ajstr.c:3928:57: note: Function 'ajStrMaskRange' argument 3 names different: declaration 'end' definition 'pos2'.
EMBOSS-6.6.0/ajax/core/ajstr.c:3928:68: style: Function 'ajStrMaskRange' argument 4 names different: declaration 'maskchar' definition 'maskchr'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:345:32: note: Function 'ajStrMaskRange' argument 4 names different: declaration 'maskchar' definition 'maskchr'.
EMBOSS-6.6.0/ajax/core/ajstr.c:3928:68: note: Function 'ajStrMaskRange' argument 4 names different: declaration 'maskchar' definition 'maskchr'.
EMBOSS-6.6.0/ajax/core/ajstr.c:4054:17: style: Function 'ajStrPasteMaxC' argument 4 names different: declaration 'n' definition 'len'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:350:34: note: Function 'ajStrPasteMaxC' argument 4 names different: declaration 'n' definition 'len'.
EMBOSS-6.6.0/ajax/core/ajstr.c:4054:17: note: Function 'ajStrPasteMaxC' argument 4 names different: declaration 'n' definition 'len'.
EMBOSS-6.6.0/ajax/core/ajstr.c:4110:14: style: Function 'ajStrPasteMaxS' argument 4 names different: declaration 'n' definition 'len'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:352:34: note: Function 'ajStrPasteMaxS' argument 4 names different: declaration 'n' definition 'len'.
EMBOSS-6.6.0/ajax/core/ajstr.c:4110:14: note: Function 'ajStrPasteMaxS' argument 4 names different: declaration 'n' definition 'len'.
EMBOSS-6.6.0/ajax/core/ajstr.c:4335:19: style: Function 'ajStrCutCommentsRestpos' argument 2 names different: declaration 'Prest' definition 'Pcomment'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:358:58: note: Function 'ajStrCutCommentsRestpos' argument 2 names different: declaration 'Prest' definition 'Pcomment'.
EMBOSS-6.6.0/ajax/core/ajstr.c:4335:19: note: Function 'ajStrCutCommentsRestpos' argument 2 names different: declaration 'Prest' definition 'Pcomment'.
EMBOSS-6.6.0/ajax/core/ajstr.c:4335:37: style: Function 'ajStrCutCommentsRestpos' argument 3 names different: declaration 'pos' definition 'Pstartpos'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:358:73: note: Function 'ajStrCutCommentsRestpos' argument 3 names different: declaration 'pos' definition 'Pstartpos'.
EMBOSS-6.6.0/ajax/core/ajstr.c:4335:37: note: Function 'ajStrCutCommentsRestpos' argument 3 names different: declaration 'pos' definition 'Pstartpos'.
EMBOSS-6.6.0/ajax/core/ajstr.c:5228:31: style: Function 'ajStrRemoveGap' argument 1 names different: declaration 'thys' definition 'Pstr'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:379:35: note: Function 'ajStrRemoveGap' argument 1 names different: declaration 'thys' definition 'Pstr'.
EMBOSS-6.6.0/ajax/core/ajstr.c:5228:31: note: Function 'ajStrRemoveGap' argument 1 names different: declaration 'thys' definition 'Pstr'.
EMBOSS-6.6.0/ajax/core/ajstr.c:5288:32: style: Function 'ajStrRemoveGapF' argument 1 names different: declaration 'thys' definition 'Pstr'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:380:36: note: Function 'ajStrRemoveGapF' argument 1 names different: declaration 'thys' definition 'Pstr'.
EMBOSS-6.6.0/ajax/core/ajstr.c:5288:32: note: Function 'ajStrRemoveGapF' argument 1 names different: declaration 'thys' definition 'Pstr'.
EMBOSS-6.6.0/ajax/core/ajstr.c:5356:32: style: Function 'ajStrRemoveHtml' argument 1 names different: declaration 'pthis' definition 'Pstr'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:381:36: note: Function 'ajStrRemoveHtml' argument 1 names different: declaration 'pthis' definition 'Pstr'.
EMBOSS-6.6.0/ajax/core/ajstr.c:5356:32: note: Function 'ajStrRemoveHtml' argument 1 names different: declaration 'pthis' definition 'Pstr'.
EMBOSS-6.6.0/ajax/core/ajstr.c:5856:27: style: Function 'ajStrTrimC' argument 1 names different: declaration 'pthis' definition 'Pstr'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:388:31: note: Function 'ajStrTrimC' argument 1 names different: declaration 'pthis' definition 'Pstr'.
EMBOSS-6.6.0/ajax/core/ajstr.c:5856:27: note: Function 'ajStrTrimC' argument 1 names different: declaration 'pthis' definition 'Pstr'.
EMBOSS-6.6.0/ajax/core/ajstr.c:6483:70: style: Function 'ajStrExchangeSetCC' argument 3 names different: declaration 'newc' definition 'txtnew'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:410:43: note: Function 'ajStrExchangeSetCC' argument 3 names different: declaration 'newc' definition 'txtnew'.
EMBOSS-6.6.0/ajax/core/ajstr.c:6483:70: note: Function 'ajStrExchangeSetCC' argument 3 names different: declaration 'newc' definition 'txtnew'.
EMBOSS-6.6.0/ajax/core/ajstr.c:6585:67: style: Function 'ajStrExchangeSetRestCK' argument 3 names different: declaration 'chr' definition 'chrnew'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:414:40: note: Function 'ajStrExchangeSetRestCK' argument 3 names different: declaration 'chr' definition 'chrnew'.
EMBOSS-6.6.0/ajax/core/ajstr.c:6585:67: note: Function 'ajStrExchangeSetRestCK' argument 3 names different: declaration 'chr' definition 'chrnew'.
EMBOSS-6.6.0/ajax/core/ajstr.c:6640:15: style: Function 'ajStrExchangeSetRestSK' argument 3 names different: declaration 'chr' definition 'chrnew'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:416:40: note: Function 'ajStrExchangeSetRestSK' argument 3 names different: declaration 'chr' definition 'chrnew'.
EMBOSS-6.6.0/ajax/core/ajstr.c:6640:15: note: Function 'ajStrExchangeSetRestSK' argument 3 names different: declaration 'chr' definition 'chrnew'.
EMBOSS-6.6.0/ajax/core/ajstr.c:6665:28: style: Function 'ajStrRandom' argument 1 names different: declaration 's' definition 'Pstr'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:417:32: note: Function 'ajStrRandom' argument 1 names different: declaration 's' definition 'Pstr'.
EMBOSS-6.6.0/ajax/core/ajstr.c:6665:28: note: Function 'ajStrRandom' argument 1 names different: declaration 's' definition 'Pstr'.
EMBOSS-6.6.0/ajax/core/ajstr.c:8344:35: style: Function 'ajStrGetValid' argument 1 names different: declaration 'thys' definition 'str'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:474:39: note: Function 'ajStrGetValid' argument 1 names different: declaration 'thys' definition 'str'.
EMBOSS-6.6.0/ajax/core/ajstr.c:8344:35: note: Function 'ajStrGetValid' argument 1 names different: declaration 'thys' definition 'str'.
EMBOSS-6.6.0/ajax/core/ajstr.c:8548:30: style: Function 'ajStrSetClear' argument 1 names different: declaration 'pthis' definition 'Pstr'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:487:34: note: Function 'ajStrSetClear' argument 1 names different: declaration 'pthis' definition 'Pstr'.
EMBOSS-6.6.0/ajax/core/ajstr.c:8548:30: note: Function 'ajStrSetClear' argument 1 names different: declaration 'pthis' definition 'Pstr'.
EMBOSS-6.6.0/ajax/core/ajstr.c:9137:33: style: Function 'ajStrToLong' argument 1 names different: declaration 'thys' definition 'str'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:504:37: note: Function 'ajStrToLong' argument 1 names different: declaration 'thys' definition 'str'.
EMBOSS-6.6.0/ajax/core/ajstr.c:9137:33: note: Function 'ajStrToLong' argument 1 names different: declaration 'thys' definition 'str'.
EMBOSS-6.6.0/ajax/core/ajstr.c:9137:46: style: Function 'ajStrToLong' argument 2 names different: declaration 'result' definition 'Pval'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:504:51: note: Function 'ajStrToLong' argument 2 names different: declaration 'result' definition 'Pval'.
EMBOSS-6.6.0/ajax/core/ajstr.c:9137:46: note: Function 'ajStrToLong' argument 2 names different: declaration 'result' definition 'Pval'.
EMBOSS-6.6.0/ajax/core/ajstr.c:9574:48: style: Function 'ajStrFromVoid' argument 2 names different: declaration 'val' definition 'vval'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:517:52: note: Function 'ajStrFromVoid' argument 2 names different: declaration 'val' definition 'vval'.
EMBOSS-6.6.0/ajax/core/ajstr.c:9574:48: note: Function 'ajStrFromVoid' argument 2 names different: declaration 'val' definition 'vval'.
EMBOSS-6.6.0/ajax/core/ajstr.c:9664:30: style: Function 'ajStrFmtBlock' argument 1 names different: declaration 'pthis' definition 'Pstr'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:521:34: note: Function 'ajStrFmtBlock' argument 1 names different: declaration 'pthis' definition 'Pstr'.
EMBOSS-6.6.0/ajax/core/ajstr.c:9664:30: note: Function 'ajStrFmtBlock' argument 1 names different: declaration 'pthis' definition 'Pstr'.
EMBOSS-6.6.0/ajax/core/ajstr.c:9664:44: style: Function 'ajStrFmtBlock' argument 2 names different: declaration 'blksize' definition 'len'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:521:49: note: Function 'ajStrFmtBlock' argument 2 names different: declaration 'blksize' definition 'len'.
EMBOSS-6.6.0/ajax/core/ajstr.c:9664:44: note: Function 'ajStrFmtBlock' argument 2 names different: declaration 'blksize' definition 'len'.
EMBOSS-6.6.0/ajax/core/ajstr.c:10629:33: style: Function 'ajStrMatchC' argument 1 names different: declaration 'thys' definition 'str'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:541:37: note: Function 'ajStrMatchC' argument 1 names different: declaration 'thys' definition 'str'.
EMBOSS-6.6.0/ajax/core/ajstr.c:10629:33: note: Function 'ajStrMatchC' argument 1 names different: declaration 'thys' definition 'str'.
EMBOSS-6.6.0/ajax/core/ajstr.c:10629:50: style: Function 'ajStrMatchC' argument 2 names different: declaration 'txt' definition 'txt2'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:541:55: note: Function 'ajStrMatchC' argument 2 names different: declaration 'txt' definition 'txt2'.
EMBOSS-6.6.0/ajax/core/ajstr.c:10629:50: note: Function 'ajStrMatchC' argument 2 names different: declaration 'txt' definition 'txt2'.
EMBOSS-6.6.0/ajax/core/ajstr.c:10655:33: warning: Function 'ajStrMatchS' argument order different: declaration 'thys, str' definition 'str, str2' [funcArgOrderDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:542:37: note: Function 'ajStrMatchS' argument order different: declaration 'thys, str' definition 'str, str2'
EMBOSS-6.6.0/ajax/core/ajstr.c:10655:33: note: Function 'ajStrMatchS' argument order different: declaration 'thys, str' definition 'str, str2'
EMBOSS-6.6.0/ajax/core/ajstr.c:10681:37: style: Function 'ajStrMatchCaseC' argument 1 names different: declaration 'thys' definition 'str'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:543:41: note: Function 'ajStrMatchCaseC' argument 1 names different: declaration 'thys' definition 'str'.
EMBOSS-6.6.0/ajax/core/ajstr.c:10681:37: note: Function 'ajStrMatchCaseC' argument 1 names different: declaration 'thys' definition 'str'.
EMBOSS-6.6.0/ajax/core/ajstr.c:10681:54: style: Function 'ajStrMatchCaseC' argument 2 names different: declaration 'text' definition 'txt2'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:543:59: note: Function 'ajStrMatchCaseC' argument 2 names different: declaration 'text' definition 'txt2'.
EMBOSS-6.6.0/ajax/core/ajstr.c:10681:54: note: Function 'ajStrMatchCaseC' argument 2 names different: declaration 'text' definition 'txt2'.
EMBOSS-6.6.0/ajax/core/ajstr.c:10704:37: warning: Function 'ajStrMatchCaseS' argument order different: declaration 'thys, str' definition 'str, str2' [funcArgOrderDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:544:41: note: Function 'ajStrMatchCaseS' argument order different: declaration 'thys, str' definition 'str, str2'
EMBOSS-6.6.0/ajax/core/ajstr.c:10704:37: note: Function 'ajStrMatchCaseS' argument order different: declaration 'thys, str' definition 'str, str2'
EMBOSS-6.6.0/ajax/core/ajstr.c:10728:37: style: Function 'ajStrMatchWildC' argument 1 names different: declaration 'thys' definition 'str'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:545:41: note: Function 'ajStrMatchWildC' argument 1 names different: declaration 'thys' definition 'str'.
EMBOSS-6.6.0/ajax/core/ajstr.c:10728:37: note: Function 'ajStrMatchWildC' argument 1 names different: declaration 'thys' definition 'str'.
EMBOSS-6.6.0/ajax/core/ajstr.c:10728:54: style: Function 'ajStrMatchWildC' argument 2 names different: declaration 'text' definition 'txt2'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:545:59: note: Function 'ajStrMatchWildC' argument 2 names different: declaration 'text' definition 'txt2'.
EMBOSS-6.6.0/ajax/core/ajstr.c:10728:54: note: Function 'ajStrMatchWildC' argument 2 names different: declaration 'text' definition 'txt2'.
EMBOSS-6.6.0/ajax/core/ajstr.c:10749:37: style: Function 'ajStrMatchWildS' argument 1 names different: declaration 'thys' definition 'str'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:546:41: note: Function 'ajStrMatchWildS' argument 1 names different: declaration 'thys' definition 'str'.
EMBOSS-6.6.0/ajax/core/ajstr.c:10749:37: note: Function 'ajStrMatchWildS' argument 1 names different: declaration 'thys' definition 'str'.
EMBOSS-6.6.0/ajax/core/ajstr.c:10749:55: style: Function 'ajStrMatchWildS' argument 2 names different: declaration 'wild' definition 'str2'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:546:60: note: Function 'ajStrMatchWildS' argument 2 names different: declaration 'wild' definition 'str2'.
EMBOSS-6.6.0/ajax/core/ajstr.c:10749:55: note: Function 'ajStrMatchWildS' argument 2 names different: declaration 'wild' definition 'str2'.
EMBOSS-6.6.0/ajax/core/ajstr.c:10770:41: style: Function 'ajStrMatchWildCaseC' argument 1 names different: declaration 'thys' definition 'str'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:547:45: note: Function 'ajStrMatchWildCaseC' argument 1 names different: declaration 'thys' definition 'str'.
EMBOSS-6.6.0/ajax/core/ajstr.c:10770:41: note: Function 'ajStrMatchWildCaseC' argument 1 names different: declaration 'thys' definition 'str'.
EMBOSS-6.6.0/ajax/core/ajstr.c:10770:58: style: Function 'ajStrMatchWildCaseC' argument 2 names different: declaration 'text' definition 'txt2'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:547:63: note: Function 'ajStrMatchWildCaseC' argument 2 names different: declaration 'text' definition 'txt2'.
EMBOSS-6.6.0/ajax/core/ajstr.c:10770:58: note: Function 'ajStrMatchWildCaseC' argument 2 names different: declaration 'text' definition 'txt2'.
EMBOSS-6.6.0/ajax/core/ajstr.c:10791:41: style: Function 'ajStrMatchWildCaseS' argument 1 names different: declaration 'thys' definition 'str'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:548:45: note: Function 'ajStrMatchWildCaseS' argument 1 names different: declaration 'thys' definition 'str'.
EMBOSS-6.6.0/ajax/core/ajstr.c:10791:41: note: Function 'ajStrMatchWildCaseS' argument 1 names different: declaration 'thys' definition 'str'.
EMBOSS-6.6.0/ajax/core/ajstr.c:10791:59: style: Function 'ajStrMatchWildCaseS' argument 2 names different: declaration 'wild' definition 'str2'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:548:64: note: Function 'ajStrMatchWildCaseS' argument 2 names different: declaration 'wild' definition 'str2'.
EMBOSS-6.6.0/ajax/core/ajstr.c:10791:59: note: Function 'ajStrMatchWildCaseS' argument 2 names different: declaration 'wild' definition 'str2'.
EMBOSS-6.6.0/ajax/core/ajstr.c:10817:58: style: Function 'ajStrMatchWildWordC' argument 2 names different: declaration 'text' definition 'txt2'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:549:62: note: Function 'ajStrMatchWildWordC' argument 2 names different: declaration 'text' definition 'txt2'.
EMBOSS-6.6.0/ajax/core/ajstr.c:10817:58: note: Function 'ajStrMatchWildWordC' argument 2 names different: declaration 'text' definition 'txt2'.
EMBOSS-6.6.0/ajax/core/ajstr.c:10843:59: style: Function 'ajStrMatchWildWordS' argument 2 names different: declaration 'text' definition 'str2'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:550:63: note: Function 'ajStrMatchWildWordS' argument 2 names different: declaration 'text' definition 'str2'.
EMBOSS-6.6.0/ajax/core/ajstr.c:10843:59: note: Function 'ajStrMatchWildWordS' argument 2 names different: declaration 'text' definition 'str2'.
EMBOSS-6.6.0/ajax/core/ajstr.c:10869:62: style: Function 'ajStrMatchWildWordCaseC' argument 2 names different: declaration 'text' definition 'txt2'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:551:66: note: Function 'ajStrMatchWildWordCaseC' argument 2 names different: declaration 'text' definition 'txt2'.
EMBOSS-6.6.0/ajax/core/ajstr.c:10869:62: note: Function 'ajStrMatchWildWordCaseC' argument 2 names different: declaration 'text' definition 'txt2'.
EMBOSS-6.6.0/ajax/core/ajstr.c:10895:63: style: Function 'ajStrMatchWildWordCaseS' argument 2 names different: declaration 'text' definition 'str2'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:552:67: note: Function 'ajStrMatchWildWordCaseS' argument 2 names different: declaration 'text' definition 'str2'.
EMBOSS-6.6.0/ajax/core/ajstr.c:10895:63: note: Function 'ajStrMatchWildWordCaseS' argument 2 names different: declaration 'text' definition 'str2'.
EMBOSS-6.6.0/ajax/core/ajstr.c:11067:55: style: Function 'ajStrPrefixCaseC' argument 2 names different: declaration 'pref' definition 'txt2'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:557:59: note: Function 'ajStrPrefixCaseC' argument 2 names different: declaration 'pref' definition 'txt2'.
EMBOSS-6.6.0/ajax/core/ajstr.c:11067:55: note: Function 'ajStrPrefixCaseC' argument 2 names different: declaration 'pref' definition 'txt2'.
EMBOSS-6.6.0/ajax/core/ajstr.c:11088:56: style: Function 'ajStrPrefixCaseS' argument 2 names different: declaration 'pref' definition 'str2'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:558:60: note: Function 'ajStrPrefixCaseS' argument 2 names different: declaration 'pref' definition 'str2'.
EMBOSS-6.6.0/ajax/core/ajstr.c:11088:56: note: Function 'ajStrPrefixCaseS' argument 2 names different: declaration 'pref' definition 'str2'.
EMBOSS-6.6.0/ajax/core/ajstr.c:11109:34: style: Function 'ajStrSuffixC' argument 1 names different: declaration 'thys' definition 'str'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:560:38: note: Function 'ajStrSuffixC' argument 1 names different: declaration 'thys' definition 'str'.
EMBOSS-6.6.0/ajax/core/ajstr.c:11109:34: note: Function 'ajStrSuffixC' argument 1 names different: declaration 'thys' definition 'str'.
EMBOSS-6.6.0/ajax/core/ajstr.c:11109:51: style: Function 'ajStrSuffixC' argument 2 names different: declaration 'suff' definition 'txt2'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:560:56: note: Function 'ajStrSuffixC' argument 2 names different: declaration 'suff' definition 'txt2'.
EMBOSS-6.6.0/ajax/core/ajstr.c:11109:51: note: Function 'ajStrSuffixC' argument 2 names different: declaration 'suff' definition 'txt2'.
EMBOSS-6.6.0/ajax/core/ajstr.c:11145:34: style: Function 'ajStrSuffixS' argument 1 names different: declaration 'thys' definition 'str'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:561:38: note: Function 'ajStrSuffixS' argument 1 names different: declaration 'thys' definition 'str'.
EMBOSS-6.6.0/ajax/core/ajstr.c:11145:34: note: Function 'ajStrSuffixS' argument 1 names different: declaration 'thys' definition 'str'.
EMBOSS-6.6.0/ajax/core/ajstr.c:11145:52: style: Function 'ajStrSuffixS' argument 2 names different: declaration 'suff' definition 'str2'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:561:57: note: Function 'ajStrSuffixS' argument 2 names different: declaration 'suff' definition 'str2'.
EMBOSS-6.6.0/ajax/core/ajstr.c:11145:52: note: Function 'ajStrSuffixS' argument 2 names different: declaration 'suff' definition 'str2'.
EMBOSS-6.6.0/ajax/core/ajstr.c:11182:55: style: Function 'ajStrSuffixCaseC' argument 2 names different: declaration 'pref' definition 'txt2'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:562:59: note: Function 'ajStrSuffixCaseC' argument 2 names different: declaration 'pref' definition 'txt2'.
EMBOSS-6.6.0/ajax/core/ajstr.c:11182:55: note: Function 'ajStrSuffixCaseC' argument 2 names different: declaration 'pref' definition 'txt2'.
EMBOSS-6.6.0/ajax/core/ajstr.c:11203:56: style: Function 'ajStrSuffixCaseS' argument 2 names different: declaration 'pref' definition 'str2'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:563:60: note: Function 'ajStrSuffixCaseS' argument 2 names different: declaration 'pref' definition 'str2'.
EMBOSS-6.6.0/ajax/core/ajstr.c:11203:56: note: Function 'ajStrSuffixCaseS' argument 2 names different: declaration 'pref' definition 'str2'.
EMBOSS-6.6.0/ajax/core/ajstr.c:11274:28: style: Function 'ajStrCmpC' argument 1 names different: declaration 'thys' definition 'str'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:570:35: note: Function 'ajStrCmpC' argument 1 names different: declaration 'thys' definition 'str'.
EMBOSS-6.6.0/ajax/core/ajstr.c:11274:28: note: Function 'ajStrCmpC' argument 1 names different: declaration 'thys' definition 'str'.
EMBOSS-6.6.0/ajax/core/ajstr.c:11274:45: style: Function 'ajStrCmpC' argument 2 names different: declaration 'text' definition 'txt2'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:570:53: note: Function 'ajStrCmpC' argument 2 names different: declaration 'text' definition 'txt2'.
EMBOSS-6.6.0/ajax/core/ajstr.c:11274:45: note: Function 'ajStrCmpC' argument 2 names different: declaration 'text' definition 'txt2'.
EMBOSS-6.6.0/ajax/core/ajstr.c:11298:31: style: Function 'ajStrCmpLenC' argument 1 names different: declaration 'thys' definition 'str'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:573:38: note: Function 'ajStrCmpLenC' argument 1 names different: declaration 'thys' definition 'str'.
EMBOSS-6.6.0/ajax/core/ajstr.c:11298:31: note: Function 'ajStrCmpLenC' argument 1 names different: declaration 'thys' definition 'str'.
EMBOSS-6.6.0/ajax/core/ajstr.c:11298:48: style: Function 'ajStrCmpLenC' argument 2 names different: declaration 'text' definition 'txt2'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:573:56: note: Function 'ajStrCmpLenC' argument 2 names different: declaration 'text' definition 'txt2'.
EMBOSS-6.6.0/ajax/core/ajstr.c:11298:48: note: Function 'ajStrCmpLenC' argument 2 names different: declaration 'text' definition 'txt2'.
EMBOSS-6.6.0/ajax/core/ajstr.c:11360:32: style: Function 'ajStrCmpCaseS' argument 1 names different: declaration 'str1' definition 'str'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:572:39: note: Function 'ajStrCmpCaseS' argument 1 names different: declaration 'str1' definition 'str'.
EMBOSS-6.6.0/ajax/core/ajstr.c:11360:32: note: Function 'ajStrCmpCaseS' argument 1 names different: declaration 'str1' definition 'str'.
EMBOSS-6.6.0/ajax/core/ajstr.c:11442:32: style: Function 'ajStrCmpWildC' argument 1 names different: declaration 'thys' definition 'str'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:575:39: note: Function 'ajStrCmpWildC' argument 1 names different: declaration 'thys' definition 'str'.
EMBOSS-6.6.0/ajax/core/ajstr.c:11442:32: note: Function 'ajStrCmpWildC' argument 1 names different: declaration 'thys' definition 'str'.
EMBOSS-6.6.0/ajax/core/ajstr.c:11442:49: style: Function 'ajStrCmpWildC' argument 2 names different: declaration 'text' definition 'txt2'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:575:57: note: Function 'ajStrCmpWildC' argument 2 names different: declaration 'text' definition 'txt2'.
EMBOSS-6.6.0/ajax/core/ajstr.c:11442:49: note: Function 'ajStrCmpWildC' argument 2 names different: declaration 'text' definition 'txt2'.
EMBOSS-6.6.0/ajax/core/ajstr.c:11472:32: warning: Function 'ajStrCmpWildS' argument order different: declaration 'thys, str' definition 'str, str2' [funcArgOrderDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:576:39: note: Function 'ajStrCmpWildS' argument order different: declaration 'thys, str' definition 'str, str2'
EMBOSS-6.6.0/ajax/core/ajstr.c:11472:32: note: Function 'ajStrCmpWildS' argument order different: declaration 'thys, str' definition 'str, str2'
EMBOSS-6.6.0/ajax/core/ajstr.c:11502:36: style: Function 'ajStrCmpWildCaseC' argument 1 names different: declaration 'thys' definition 'str'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:577:43: note: Function 'ajStrCmpWildCaseC' argument 1 names different: declaration 'thys' definition 'str'.
EMBOSS-6.6.0/ajax/core/ajstr.c:11502:36: note: Function 'ajStrCmpWildCaseC' argument 1 names different: declaration 'thys' definition 'str'.
EMBOSS-6.6.0/ajax/core/ajstr.c:11502:53: style: Function 'ajStrCmpWildCaseC' argument 2 names different: declaration 'text' definition 'txt2'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:577:61: note: Function 'ajStrCmpWildCaseC' argument 2 names different: declaration 'text' definition 'txt2'.
EMBOSS-6.6.0/ajax/core/ajstr.c:11502:53: note: Function 'ajStrCmpWildCaseC' argument 2 names different: declaration 'text' definition 'txt2'.
EMBOSS-6.6.0/ajax/core/ajstr.c:11532:36: warning: Function 'ajStrCmpWildCaseS' argument order different: declaration 'thys, str' definition 'str, str2' [funcArgOrderDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:578:43: note: Function 'ajStrCmpWildCaseS' argument order different: declaration 'thys, str' definition 'str, str2'
EMBOSS-6.6.0/ajax/core/ajstr.c:11532:36: note: Function 'ajStrCmpWildCaseS' argument order different: declaration 'thys, str' definition 'str, str2'
EMBOSS-6.6.0/ajax/core/ajstr.c:11564:27: style: Function 'ajStrVcmp' argument 1 names different: declaration 'str1' definition 'str'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:579:34: note: Function 'ajStrVcmp' argument 1 names different: declaration 'str1' definition 'str'.
EMBOSS-6.6.0/ajax/core/ajstr.c:11564:27: note: Function 'ajStrVcmp' argument 1 names different: declaration 'str1' definition 'str'.
EMBOSS-6.6.0/ajax/core/ajstr.c:11623:49: style: Function 'ajStrFindC' argument 2 names different: declaration 'txt' definition 'txt2'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:583:53: note: Function 'ajStrFindC' argument 2 names different: declaration 'txt' definition 'txt2'.
EMBOSS-6.6.0/ajax/core/ajstr.c:11623:49: note: Function 'ajStrFindC' argument 2 names different: declaration 'txt' definition 'txt2'.
EMBOSS-6.6.0/ajax/core/ajstr.c:11708:52: style: Function 'ajStrFindAnyC' argument 2 names different: declaration 'txt' definition 'txt2'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:586:56: note: Function 'ajStrFindAnyC' argument 2 names different: declaration 'txt' definition 'txt2'.
EMBOSS-6.6.0/ajax/core/ajstr.c:11708:52: note: Function 'ajStrFindAnyC' argument 2 names different: declaration 'txt' definition 'txt2'.
EMBOSS-6.6.0/ajax/core/ajstr.c:11794:53: style: Function 'ajStrFindCaseC' argument 2 names different: declaration 'txt' definition 'txt2'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:589:57: note: Function 'ajStrFindCaseC' argument 2 names different: declaration 'txt' definition 'txt2'.
EMBOSS-6.6.0/ajax/core/ajstr.c:11794:53: note: Function 'ajStrFindCaseC' argument 2 names different: declaration 'txt' definition 'txt2'.
EMBOSS-6.6.0/ajax/core/ajstr.c:11852:48: style: Function 'ajStrFindNextC' argument 2 names different: declaration 'pos' definition 'pos1'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:591:52: note: Function 'ajStrFindNextC' argument 2 names different: declaration 'pos' definition 'pos1'.
EMBOSS-6.6.0/ajax/core/ajstr.c:11852:48: note: Function 'ajStrFindNextC' argument 2 names different: declaration 'pos' definition 'pos1'.
EMBOSS-6.6.0/ajax/core/ajstr.c:11852:66: style: Function 'ajStrFindNextC' argument 3 names different: declaration 'txt' definition 'txt2'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:591:69: note: Function 'ajStrFindNextC' argument 3 names different: declaration 'txt' definition 'txt2'.
EMBOSS-6.6.0/ajax/core/ajstr.c:11852:66: note: Function 'ajStrFindNextC' argument 3 names different: declaration 'txt' definition 'txt2'.
EMBOSS-6.6.0/ajax/core/ajstr.c:11885:48: style: Function 'ajStrFindNextK' argument 2 names different: declaration 'pos' definition 'pos1'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:592:52: note: Function 'ajStrFindNextK' argument 2 names different: declaration 'pos' definition 'pos1'.
EMBOSS-6.6.0/ajax/core/ajstr.c:11885:48: note: Function 'ajStrFindNextK' argument 2 names different: declaration 'pos' definition 'pos1'.
EMBOSS-6.6.0/ajax/core/ajstr.c:11918:48: style: Function 'ajStrFindNextS' argument 2 names different: declaration 'pos' definition 'pos1'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:593:52: note: Function 'ajStrFindNextS' argument 2 names different: declaration 'pos' definition 'pos1'.
EMBOSS-6.6.0/ajax/core/ajstr.c:11918:48: note: Function 'ajStrFindNextS' argument 2 names different: declaration 'pos' definition 'pos1'.
EMBOSS-6.6.0/ajax/core/ajstr.c:11953:53: style: Function 'ajStrFindRestC' argument 2 names different: declaration 'txt' definition 'txt2'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:594:57: note: Function 'ajStrFindRestC' argument 2 names different: declaration 'txt' definition 'txt2'.
EMBOSS-6.6.0/ajax/core/ajstr.c:11953:53: note: Function 'ajStrFindRestC' argument 2 names different: declaration 'txt' definition 'txt2'.
EMBOSS-6.6.0/ajax/core/ajstr.c:12004:57: style: Function 'ajStrFindRestCaseC' argument 2 names different: declaration 'txt' definition 'txt2'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:596:61: note: Function 'ajStrFindRestCaseC' argument 2 names different: declaration 'txt' definition 'txt2'.
EMBOSS-6.6.0/ajax/core/ajstr.c:12004:57: note: Function 'ajStrFindRestCaseC' argument 2 names different: declaration 'txt' definition 'txt2'.
EMBOSS-6.6.0/ajax/core/ajstr.c:12064:53: style: Function 'ajStrFindlastC' argument 2 names different: declaration 'txt' definition 'txt2'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:598:57: note: Function 'ajStrFindlastC' argument 2 names different: declaration 'txt' definition 'txt2'.
EMBOSS-6.6.0/ajax/core/ajstr.c:12064:53: note: Function 'ajStrFindlastC' argument 2 names different: declaration 'txt' definition 'txt2'.
EMBOSS-6.6.0/ajax/core/ajstr.c:12494:37: style: Function 'ajStrParseCount' argument 1 names different: declaration 'line' definition 'str'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:608:41: note: Function 'ajStrParseCount' argument 1 names different: declaration 'line' definition 'str'.
EMBOSS-6.6.0/ajax/core/ajstr.c:12494:37: note: Function 'ajStrParseCount' argument 1 names different: declaration 'line' definition 'str'.
EMBOSS-6.6.0/ajax/core/ajstr.c:12533:38: style: Function 'ajStrParseCountC' argument 1 names different: declaration 'line' definition 'str'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:609:42: note: Function 'ajStrParseCountC' argument 1 names different: declaration 'line' definition 'str'.
EMBOSS-6.6.0/ajax/core/ajstr.c:12533:38: note: Function 'ajStrParseCountC' argument 1 names different: declaration 'line' definition 'str'.
EMBOSS-6.6.0/ajax/core/ajstr.c:12572:38: style: Function 'ajStrParseCountS' argument 1 names different: declaration 'line' definition 'str'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:610:42: note: Function 'ajStrParseCountS' argument 1 names different: declaration 'line' definition 'str'.
EMBOSS-6.6.0/ajax/core/ajstr.c:12572:38: note: Function 'ajStrParseCountS' argument 1 names different: declaration 'line' definition 'str'.
EMBOSS-6.6.0/ajax/core/ajstr.c:12854:30: style: Function 'ajStrTrace' argument 1 names different: declaration 'thys' definition 'str'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:619:36: note: Function 'ajStrTrace' argument 1 names different: declaration 'thys' definition 'str'.
EMBOSS-6.6.0/ajax/core/ajstr.c:12854:30: note: Function 'ajStrTrace' argument 1 names different: declaration 'thys' definition 'str'.
EMBOSS-6.6.0/ajax/core/ajstr.c:12901:34: style: Function 'ajStrTraceFull' argument 1 names different: declaration 'thys' definition 'str'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:620:40: note: Function 'ajStrTraceFull' argument 1 names different: declaration 'thys' definition 'str'.
EMBOSS-6.6.0/ajax/core/ajstr.c:12901:34: note: Function 'ajStrTraceFull' argument 1 names different: declaration 'thys' definition 'str'.
EMBOSS-6.6.0/ajax/core/ajstr.c:12951:35: style: Function 'ajStrTraceTitle' argument 1 names different: declaration 'thys' definition 'str'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:621:41: note: Function 'ajStrTraceTitle' argument 1 names different: declaration 'thys' definition 'str'.
EMBOSS-6.6.0/ajax/core/ajstr.c:12951:35: note: Function 'ajStrTraceTitle' argument 1 names different: declaration 'thys' definition 'str'.
EMBOSS-6.6.0/ajax/core/ajstr.c:13121:34: style: Function 'ajStrIterNew' argument 1 names different: declaration 'thys' definition 'str'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:631:38: note: Function 'ajStrIterNew' argument 1 names different: declaration 'thys' definition 'str'.
EMBOSS-6.6.0/ajax/core/ajstr.c:13121:34: note: Function 'ajStrIterNew' argument 1 names different: declaration 'thys' definition 'str'.
EMBOSS-6.6.0/ajax/core/ajstr.c:13150:38: style: Function 'ajStrIterNewBack' argument 1 names different: declaration 'thys' definition 'str'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:632:42: note: Function 'ajStrIterNewBack' argument 1 names different: declaration 'thys' definition 'str'.
EMBOSS-6.6.0/ajax/core/ajstr.c:13150:38: note: Function 'ajStrIterNewBack' argument 1 names different: declaration 'thys' definition 'str'.
EMBOSS-6.6.0/ajax/core/ajstr.c:14106:57: style: Function 'ajStrTokenNextFindC' argument 2 names different: declaration 'strdelim' definition 'txtdelim'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajstr.h:700:61: note: Function 'ajStrTokenNextFindC' argument 2 names different: declaration 'strdelim' definition 'txtdelim'.
EMBOSS-6.6.0/ajax/core/ajstr.c:14106:57: note: Function 'ajStrTokenNextFindC' argument 2 names different: declaration 'strdelim' definition 'txtdelim'.
EMBOSS-6.6.0/ajax/core/ajsys.c:631:5: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajsys.c:627:0: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajsys.c:631:5: note: Variable 'buf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajsys.c:632:5: style: Variable 'tname' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajsys.c:623:0: note: Variable 'tname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajsys.c:632:5: note: Variable 'tname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajsys.c:633:5: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajsys.c:628:0: note: Variable 'tmp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajsys.c:633:5: note: Variable 'tmp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajsys.c:636:5: style: Variable 'fname' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajsys.c:624:0: note: Variable 'fname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajsys.c:636:5: note: Variable 'fname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajsys.c:637:5: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajsys.c:625:0: note: Variable 'path' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajsys.c:637:5: note: Variable 'path' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajsys.c:787:5: style: Variable 'pass' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajsys.c:784:0: note: Variable 'pass' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajsys.c:787:5: note: Variable 'pass' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajsys.c:1122:5: style: Variable 'cmdstr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajsys.c:1117:0: note: Variable 'cmdstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajsys.c:1122:5: note: Variable 'cmdstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajsys.c:1389:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajsys.c:1373:0: note: Variable 'ret' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajsys.c:1389:2: note: Variable 'ret' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajsys.c:3333:5: style: Variable 'cmdstr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajsys.c:3309:0: note: Variable 'cmdstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajsys.c:3333:5: note: Variable 'cmdstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajsys.c:153:11: style: The scope of the variable 'ilen' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajsys.c:948:11: style: The scope of the variable 'buf' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajsys.c:2270:11: style: The scope of the variable 'id' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajsys.c:2431:9: style: The scope of the variable 'id' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajsys.c:260:5: style: Redundant pointer operation on 'PParglist' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajsys.c:145:39: style: Function 'ajSysArglistBuildC' argument 1 names different: declaration 'cmdline' definition 'cmdlinetxt'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajsys.h:211:46: note: Function 'ajSysArglistBuildC' argument 1 names different: declaration 'cmdline' definition 'cmdlinetxt'.
EMBOSS-6.6.0/ajax/core/ajsys.c:145:39: note: Function 'ajSysArglistBuildC' argument 1 names different: declaration 'cmdline' definition 'cmdlinetxt'.
EMBOSS-6.6.0/ajax/core/ajsys.c:246:31: style: Function 'ajSysArglistFree' argument 1 names different: declaration 'arglist' definition 'PParglist'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajsys.h:215:40: note: Function 'ajSysArglistFree' argument 1 names different: declaration 'arglist' definition 'PParglist'.
EMBOSS-6.6.0/ajax/core/ajsys.c:246:31: note: Function 'ajSysArglistFree' argument 1 names different: declaration 'arglist' definition 'PParglist'.
EMBOSS-6.6.0/ajax/core/ajsys.c:486:37: style: Function 'ajSysFileUnlinkC' argument 1 names different: declaration 's' definition 'filename'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajsys.h:220:44: note: Function 'ajSysFileUnlinkC' argument 1 names different: declaration 's' definition 'filename'.
EMBOSS-6.6.0/ajax/core/ajsys.c:486:37: note: Function 'ajSysFileUnlinkC' argument 1 names different: declaration 's' definition 'filename'.
EMBOSS-6.6.0/ajax/core/ajsys.c:519:38: style: Function 'ajSysFileUnlinkS' argument 1 names different: declaration 's' definition 'filename'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajsys.h:221:45: note: Function 'ajSysFileUnlinkS' argument 1 names different: declaration 's' definition 'filename'.
EMBOSS-6.6.0/ajax/core/ajsys.c:519:38: note: Function 'ajSysFileUnlinkS' argument 1 names different: declaration 's' definition 'filename'.
EMBOSS-6.6.0/ajax/core/ajsys.c:941:38: style: Function 'ajSysCommandCopyC' argument 1 names different: declaration 'filename' definition 'name'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajsys.h:236:45: note: Function 'ajSysCommandCopyC' argument 1 names different: declaration 'filename' definition 'name'.
EMBOSS-6.6.0/ajax/core/ajsys.c:941:38: note: Function 'ajSysCommandCopyC' argument 1 names different: declaration 'filename' definition 'name'.
EMBOSS-6.6.0/ajax/core/ajsys.c:941:56: style: Function 'ajSysCommandCopyC' argument 2 names different: declaration 'newfilename' definition 'name2'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajsys.h:237:45: note: Function 'ajSysCommandCopyC' argument 2 names different: declaration 'newfilename' definition 'name2'.
EMBOSS-6.6.0/ajax/core/ajsys.c:941:56: note: Function 'ajSysCommandCopyC' argument 2 names different: declaration 'newfilename' definition 'name2'.
EMBOSS-6.6.0/ajax/core/ajsys.c:1009:39: style: Function 'ajSysCommandCopyS' argument 1 names different: declaration 'filename' definition 'strname'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajsys.h:238:46: note: Function 'ajSysCommandCopyS' argument 1 names different: declaration 'filename' definition 'strname'.
EMBOSS-6.6.0/ajax/core/ajsys.c:1009:39: note: Function 'ajSysCommandCopyS' argument 1 names different: declaration 'filename' definition 'strname'.
EMBOSS-6.6.0/ajax/core/ajsys.c:1009:61: style: Function 'ajSysCommandCopyS' argument 2 names different: declaration 'newfilename' definition 'strname2'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajsys.h:239:46: note: Function 'ajSysCommandCopyS' argument 2 names different: declaration 'newfilename' definition 'strname2'.
EMBOSS-6.6.0/ajax/core/ajsys.c:1009:61: note: Function 'ajSysCommandCopyS' argument 2 names different: declaration 'newfilename' definition 'strname2'.
EMBOSS-6.6.0/ajax/core/ajsys.c:1028:41: style: Function 'ajSysCommandMakedirC' argument 1 names different: declaration 'dirname' definition 'name'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajsys.h:240:48: note: Function 'ajSysCommandMakedirC' argument 1 names different: declaration 'dirname' definition 'name'.
EMBOSS-6.6.0/ajax/core/ajsys.c:1028:41: note: Function 'ajSysCommandMakedirC' argument 1 names different: declaration 'dirname' definition 'name'.
EMBOSS-6.6.0/ajax/core/ajsys.c:1058:42: style: Function 'ajSysCommandMakedirS' argument 1 names different: declaration 'dirname' definition 'strname'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajsys.h:241:49: note: Function 'ajSysCommandMakedirS' argument 1 names different: declaration 'dirname' definition 'strname'.
EMBOSS-6.6.0/ajax/core/ajsys.c:1058:42: note: Function 'ajSysCommandMakedirS' argument 1 names different: declaration 'dirname' definition 'strname'.
EMBOSS-6.6.0/ajax/core/ajsys.c:1077:40: style: Function 'ajSysCommandRemoveC' argument 1 names different: declaration 'filename' definition 'name'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajsys.h:242:47: note: Function 'ajSysCommandRemoveC' argument 1 names different: declaration 'filename' definition 'name'.
EMBOSS-6.6.0/ajax/core/ajsys.c:1077:40: note: Function 'ajSysCommandRemoveC' argument 1 names different: declaration 'filename' definition 'name'.
EMBOSS-6.6.0/ajax/core/ajsys.c:1096:41: style: Function 'ajSysCommandRemoveS' argument 1 names different: declaration 'filename' definition 'strname'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajsys.h:243:48: note: Function 'ajSysCommandRemoveS' argument 1 names different: declaration 'filename' definition 'strname'.
EMBOSS-6.6.0/ajax/core/ajsys.c:1096:41: note: Function 'ajSysCommandRemoveS' argument 1 names different: declaration 'filename' definition 'strname'.
EMBOSS-6.6.0/ajax/core/ajsys.c:1115:43: style: Function 'ajSysCommandRemovedirC' argument 1 names different: declaration 'dirname' definition 'name'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajsys.h:244:50: note: Function 'ajSysCommandRemovedirC' argument 1 names different: declaration 'dirname' definition 'name'.
EMBOSS-6.6.0/ajax/core/ajsys.c:1115:43: note: Function 'ajSysCommandRemovedirC' argument 1 names different: declaration 'dirname' definition 'name'.
EMBOSS-6.6.0/ajax/core/ajsys.c:1154:44: style: Function 'ajSysCommandRemovedirS' argument 1 names different: declaration 'dirname' definition 'strname'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajsys.h:245:51: note: Function 'ajSysCommandRemovedirS' argument 1 names different: declaration 'dirname' definition 'strname'.
EMBOSS-6.6.0/ajax/core/ajsys.c:1154:44: note: Function 'ajSysCommandRemovedirS' argument 1 names different: declaration 'dirname' definition 'strname'.
EMBOSS-6.6.0/ajax/core/ajsys.c:1174:40: style: Function 'ajSysCommandRenameC' argument 1 names different: declaration 'filename' definition 'name'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajsys.h:246:47: note: Function 'ajSysCommandRenameC' argument 1 names different: declaration 'filename' definition 'name'.
EMBOSS-6.6.0/ajax/core/ajsys.c:1174:40: note: Function 'ajSysCommandRenameC' argument 1 names different: declaration 'filename' definition 'name'.
EMBOSS-6.6.0/ajax/core/ajsys.c:1174:58: style: Function 'ajSysCommandRenameC' argument 2 names different: declaration 'newfilename' definition 'name2'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajsys.h:247:47: note: Function 'ajSysCommandRenameC' argument 2 names different: declaration 'newfilename' definition 'name2'.
EMBOSS-6.6.0/ajax/core/ajsys.c:1174:58: note: Function 'ajSysCommandRenameC' argument 2 names different: declaration 'newfilename' definition 'name2'.
EMBOSS-6.6.0/ajax/core/ajsys.c:1200:41: style: Function 'ajSysCommandRenameS' argument 1 names different: declaration 'filename' definition 'strname'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajsys.h:248:48: note: Function 'ajSysCommandRenameS' argument 1 names different: declaration 'filename' definition 'strname'.
EMBOSS-6.6.0/ajax/core/ajsys.c:1200:41: note: Function 'ajSysCommandRenameS' argument 1 names different: declaration 'filename' definition 'strname'.
EMBOSS-6.6.0/ajax/core/ajsys.c:1200:63: style: Function 'ajSysCommandRenameS' argument 2 names different: declaration 'newfilename' definition 'strname2'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajsys.h:249:48: note: Function 'ajSysCommandRenameS' argument 2 names different: declaration 'newfilename' definition 'strname2'.
EMBOSS-6.6.0/ajax/core/ajsys.c:1200:63: note: Function 'ajSysCommandRenameS' argument 2 names different: declaration 'newfilename' definition 'strname2'.
EMBOSS-6.6.0/ajax/core/ajsys.c:1438:35: style: Function 'ajSysFuncStrdup' argument 1 names different: declaration 's' definition 'dupstr'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajsys.h:235:43: note: Function 'ajSysFuncStrdup' argument 1 names different: declaration 's' definition 'dupstr'.
EMBOSS-6.6.0/ajax/core/ajsys.c:1438:35: note: Function 'ajSysFuncStrdup' argument 1 names different: declaration 's' definition 'dupstr'.
EMBOSS-6.6.0/ajax/core/ajsys.c:1464:35: style: Function 'ajSysFuncStrtok' argument 1 names different: declaration 's' definition 'srcstr'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajsys.h:234:43: note: Function 'ajSysFuncStrtok' argument 1 names different: declaration 's' definition 'srcstr'.
EMBOSS-6.6.0/ajax/core/ajsys.c:1464:35: note: Function 'ajSysFuncStrtok' argument 1 names different: declaration 's' definition 'srcstr'.
EMBOSS-6.6.0/ajax/core/ajsys.c:1464:55: style: Function 'ajSysFuncStrtok' argument 2 names different: declaration 't' definition 'delimstr'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajsys.h:234:58: note: Function 'ajSysFuncStrtok' argument 2 names different: declaration 't' definition 'delimstr'.
EMBOSS-6.6.0/ajax/core/ajsys.c:1464:55: note: Function 'ajSysFuncStrtok' argument 2 names different: declaration 't' definition 'delimstr'.
EMBOSS-6.6.0/ajax/core/ajsys.c:1513:36: style: Function 'ajSysFuncStrtokR' argument 1 names different: declaration 's' definition 'srcstr'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajsys.h:231:44: note: Function 'ajSysFuncStrtokR' argument 1 names different: declaration 's' definition 'srcstr'.
EMBOSS-6.6.0/ajax/core/ajsys.c:1513:36: note: Function 'ajSysFuncStrtokR' argument 1 names different: declaration 's' definition 'srcstr'.
EMBOSS-6.6.0/ajax/core/ajsys.c:1513:56: style: Function 'ajSysFuncStrtokR' argument 2 names different: declaration 't' definition 'delimstr'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajsys.h:231:59: note: Function 'ajSysFuncStrtokR' argument 2 names different: declaration 't' definition 'delimstr'.
EMBOSS-6.6.0/ajax/core/ajsys.c:1513:56: note: Function 'ajSysFuncStrtokR' argument 2 names different: declaration 't' definition 'delimstr'.
EMBOSS-6.6.0/ajax/core/ajsys.c:1601:30: style: Function 'ajSysExecC' argument 1 names different: declaration 'cl' definition 'cmdlinetxt'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajsys.h:250:38: note: Function 'ajSysExecC' argument 1 names different: declaration 'cl' definition 'cmdlinetxt'.
EMBOSS-6.6.0/ajax/core/ajsys.c:1601:30: note: Function 'ajSysExecC' argument 1 names different: declaration 'cl' definition 'cmdlinetxt'.
EMBOSS-6.6.0/ajax/core/ajsys.c:1695:31: style: Function 'ajSysExecS' argument 1 names different: declaration 'clstr' definition 'cmdline'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajsys.h:251:39: note: Function 'ajSysExecS' argument 1 names different: declaration 'clstr' definition 'cmdline'.
EMBOSS-6.6.0/ajax/core/ajsys.c:1695:31: note: Function 'ajSysExecS' argument 1 names different: declaration 'clstr' definition 'cmdline'.
EMBOSS-6.6.0/ajax/core/ajsys.c:1722:33: style: Function 'ajSysExecEnvC' argument 1 names different: declaration 'cls' definition 'cmdlinetxt'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajsys.h:256:41: note: Function 'ajSysExecEnvC' argument 1 names different: declaration 'cls' definition 'cmdlinetxt'.
EMBOSS-6.6.0/ajax/core/ajsys.c:1722:33: note: Function 'ajSysExecEnvC' argument 1 names different: declaration 'cls' definition 'cmdlinetxt'.
EMBOSS-6.6.0/ajax/core/ajsys.c:1809:34: style: Function 'ajSysExecEnvS' argument 1 names different: declaration 'clstr' definition 'cmdline'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajsys.h:257:42: note: Function 'ajSysExecEnvS' argument 1 names different: declaration 'clstr' definition 'cmdline'.
EMBOSS-6.6.0/ajax/core/ajsys.c:1809:34: note: Function 'ajSysExecEnvS' argument 1 names different: declaration 'clstr' definition 'cmdline'.
EMBOSS-6.6.0/ajax/core/ajsys.c:1832:36: style: Function 'ajSysExecLocaleC' argument 1 names different: declaration 'cl' definition 'cmdlinetxt'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajsys.h:252:44: note: Function 'ajSysExecLocaleC' argument 1 names different: declaration 'cl' definition 'cmdlinetxt'.
EMBOSS-6.6.0/ajax/core/ajsys.c:1832:36: note: Function 'ajSysExecLocaleC' argument 1 names different: declaration 'cl' definition 'cmdlinetxt'.
EMBOSS-6.6.0/ajax/core/ajsys.c:1929:37: style: Function 'ajSysExecLocaleS' argument 1 names different: declaration 'clstr' definition 'cmdline'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajsys.h:253:45: note: Function 'ajSysExecLocaleS' argument 1 names different: declaration 'clstr' definition 'cmdline'.
EMBOSS-6.6.0/ajax/core/ajsys.c:1929:37: note: Function 'ajSysExecLocaleS' argument 1 names different: declaration 'clstr' definition 'cmdline'.
EMBOSS-6.6.0/ajax/core/ajsys.c:1952:37: style: Function 'ajSysExecOutnameC' argument 1 names different: declaration 'cl' definition 'cmdlinetxt'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajsys.h:264:45: note: Function 'ajSysExecOutnameC' argument 1 names different: declaration 'cl' definition 'cmdlinetxt'.
EMBOSS-6.6.0/ajax/core/ajsys.c:1952:37: note: Function 'ajSysExecOutnameC' argument 1 names different: declaration 'cl' definition 'cmdlinetxt'.
EMBOSS-6.6.0/ajax/core/ajsys.c:2081:38: style: Function 'ajSysExecOutnameS' argument 1 names different: declaration 'clstr' definition 'cmdline'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajsys.h:265:46: note: Function 'ajSysExecOutnameS' argument 1 names different: declaration 'clstr' definition 'cmdline'.
EMBOSS-6.6.0/ajax/core/ajsys.c:2081:38: note: Function 'ajSysExecOutnameS' argument 1 names different: declaration 'clstr' definition 'cmdline'.
EMBOSS-6.6.0/ajax/core/ajsys.c:2104:43: style: Function 'ajSysExecOutnameAppendC' argument 1 names different: declaration 'cl' definition 'cmdlinetxt'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajsys.h:266:51: note: Function 'ajSysExecOutnameAppendC' argument 1 names different: declaration 'cl' definition 'cmdlinetxt'.
EMBOSS-6.6.0/ajax/core/ajsys.c:2104:43: note: Function 'ajSysExecOutnameAppendC' argument 1 names different: declaration 'cl' definition 'cmdlinetxt'.
EMBOSS-6.6.0/ajax/core/ajsys.c:2237:44: style: Function 'ajSysExecOutnameAppendS' argument 1 names different: declaration 'clstr' definition 'cmdline'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajsys.h:268:52: note: Function 'ajSysExecOutnameAppendS' argument 1 names different: declaration 'clstr' definition 'cmdline'.
EMBOSS-6.6.0/ajax/core/ajsys.c:2237:44: note: Function 'ajSysExecOutnameAppendS' argument 1 names different: declaration 'clstr' definition 'cmdline'.
EMBOSS-6.6.0/ajax/core/ajsys.c:2261:40: style: Function 'ajSysExecOutnameErrC' argument 1 names different: declaration 'cl' definition 'cmdlinetxt'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajsys.h:270:48: note: Function 'ajSysExecOutnameErrC' argument 1 names different: declaration 'cl' definition 'cmdlinetxt'.
EMBOSS-6.6.0/ajax/core/ajsys.c:2261:40: note: Function 'ajSysExecOutnameErrC' argument 1 names different: declaration 'cl' definition 'cmdlinetxt'.
EMBOSS-6.6.0/ajax/core/ajsys.c:2398:41: style: Function 'ajSysExecOutnameErrS' argument 1 names different: declaration 'clstr' definition 'cmdline'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajsys.h:271:49: note: Function 'ajSysExecOutnameErrS' argument 1 names different: declaration 'clstr' definition 'cmdline'.
EMBOSS-6.6.0/ajax/core/ajsys.c:2398:41: note: Function 'ajSysExecOutnameErrS' argument 1 names different: declaration 'clstr' definition 'cmdline'.
EMBOSS-6.6.0/ajax/core/ajsys.c:2421:46: style: Function 'ajSysExecOutnameErrAppendC' argument 1 names different: declaration 'cl' definition 'cmdlinetxt'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajsys.h:272:54: note: Function 'ajSysExecOutnameErrAppendC' argument 1 names different: declaration 'cl' definition 'cmdlinetxt'.
EMBOSS-6.6.0/ajax/core/ajsys.c:2421:46: note: Function 'ajSysExecOutnameErrAppendC' argument 1 names different: declaration 'cl' definition 'cmdlinetxt'.
EMBOSS-6.6.0/ajax/core/ajsys.c:2557:47: style: Function 'ajSysExecOutnameErrAppendS' argument 1 names different: declaration 'clstr' definition 'cmdline'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajsys.h:274:55: note: Function 'ajSysExecOutnameErrAppendS' argument 1 names different: declaration 'clstr' definition 'cmdline'.
EMBOSS-6.6.0/ajax/core/ajsys.c:2557:47: note: Function 'ajSysExecOutnameErrAppendS' argument 1 names different: declaration 'clstr' definition 'cmdline'.
EMBOSS-6.6.0/ajax/core/ajsys.c:2579:34: style: Function 'ajSysExecPathC' argument 1 names different: declaration 'cl' definition 'cmdlinetxt'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajsys.h:254:42: note: Function 'ajSysExecPathC' argument 1 names different: declaration 'cl' definition 'cmdlinetxt'.
EMBOSS-6.6.0/ajax/core/ajsys.c:2579:34: note: Function 'ajSysExecPathC' argument 1 names different: declaration 'cl' definition 'cmdlinetxt'.
EMBOSS-6.6.0/ajax/core/ajsys.c:2670:35: style: Function 'ajSysExecPathS' argument 1 names different: declaration 'clstr' definition 'cmdline'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajsys.h:255:43: note: Function 'ajSysExecPathS' argument 1 names different: declaration 'clstr' definition 'cmdline'.
EMBOSS-6.6.0/ajax/core/ajsys.c:2670:35: note: Function 'ajSysExecPathS' argument 1 names different: declaration 'clstr' definition 'cmdline'.
EMBOSS-6.6.0/ajax/core/ajsys.c:2692:39: style: Function 'ajSysExecRedirectC' argument 1 names different: declaration 'command' definition 'cmdlinetxt'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajsys.h:283:46: note: Function 'ajSysExecRedirectC' argument 1 names different: declaration 'command' definition 'cmdlinetxt'.
EMBOSS-6.6.0/ajax/core/ajsys.c:2692:39: note: Function 'ajSysExecRedirectC' argument 1 names different: declaration 'command' definition 'cmdlinetxt'.
EMBOSS-6.6.0/ajax/core/ajsys.c:3306:40: style: Function 'ajSysCreateInpipeC' argument 1 names different: declaration 'commandtxt' definition 'cmdlinetxt'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajsys.h:281:46: note: Function 'ajSysCreateInpipeC' argument 1 names different: declaration 'commandtxt' definition 'cmdlinetxt'.
EMBOSS-6.6.0/ajax/core/ajsys.c:3306:40: note: Function 'ajSysCreateInpipeC' argument 1 names different: declaration 'commandtxt' definition 'cmdlinetxt'.
EMBOSS-6.6.0/ajax/core/ajtable.c:191:5: style: Variable 'table' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajtable.c:189:0: note: Variable 'table' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtable.c:191:5: note: Variable 'table' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtable.c:253:5: style: Variable 'hint' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajtable.c:231:0: note: Variable 'hint' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtable.c:253:5: note: Variable 'hint' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtable.c:2339:5: style: Variable 'n' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajtable.c:2336:0: note: Variable 'n' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtable.c:2339:5: note: Variable 'n' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtable.c:2382:5: style: Variable 'n' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajtable.c:2379:0: note: Variable 'n' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtable.c:2382:5: note: Variable 'n' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtable.c:2425:5: style: Variable 'n' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajtable.c:2422:0: note: Variable 'n' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtable.c:2425:5: note: Variable 'n' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtable.c:2468:5: style: Variable 'n' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajtable.c:2465:0: note: Variable 'n' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtable.c:2468:5: note: Variable 'n' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtable.c:2511:5: style: Variable 'n' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajtable.c:2508:0: note: Variable 'n' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtable.c:2511:5: note: Variable 'n' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtable.c:2554:5: style: Variable 'n' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajtable.c:2551:0: note: Variable 'n' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtable.c:2554:5: note: Variable 'n' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtable.c:2597:5: style: Variable 'n' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajtable.c:2594:0: note: Variable 'n' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtable.c:2597:5: note: Variable 'n' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtable.c:2640:5: style: Variable 'n' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajtable.c:2637:0: note: Variable 'n' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtable.c:2640:5: note: Variable 'n' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtable.c:2683:5: style: Variable 'n' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajtable.c:2680:0: note: Variable 'n' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtable.c:2683:5: note: Variable 'n' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtable.c:2731:5: style: Variable 'n' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajtable.c:2728:0: note: Variable 'n' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtable.c:2731:5: note: Variable 'n' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtable.c:3415:5: style: Variable 'table' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajtable.c:3413:0: note: Variable 'table' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtable.c:3415:5: note: Variable 'table' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtable.c:3440:5: style: Variable 'table' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajtable.c:3438:0: note: Variable 'table' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtable.c:3440:5: note: Variable 'table' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtable.c:3465:5: style: Variable 'table' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajtable.c:3463:0: note: Variable 'table' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtable.c:3465:5: note: Variable 'table' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtable.c:3491:5: style: Variable 'table' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajtable.c:3489:0: note: Variable 'table' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtable.c:3491:5: note: Variable 'table' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtable.c:3637:5: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajtable.c:3635:0: note: Variable 's' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtable.c:3637:5: note: Variable 's' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtable.c:3667:5: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajtable.c:3665:0: note: Variable 's' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtable.c:3667:5: note: Variable 's' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtable.c:3726:5: style: Variable 'table' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajtable.c:3724:0: note: Variable 'table' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtable.c:3726:5: note: Variable 'table' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtable.c:3754:5: style: Variable 'table' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajtable.c:3752:0: note: Variable 'table' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtable.c:3754:5: note: Variable 'table' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtable.c:4091:5: style: Variable 'table' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajtable.c:4089:0: note: Variable 'table' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtable.c:4091:5: note: Variable 'table' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtable.c:4119:5: style: Variable 'table' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajtable.c:4117:0: note: Variable 'table' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtable.c:4119:5: note: Variable 'table' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtable.c:4455:5: style: Variable 'table' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajtable.c:4453:0: note: Variable 'table' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtable.c:4455:5: note: Variable 'table' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtable.c:4483:5: style: Variable 'table' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajtable.c:4481:0: note: Variable 'table' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtable.c:4483:5: note: Variable 'table' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtable.c:4511:5: style: Variable 'table' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajtable.c:4509:0: note: Variable 'table' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtable.c:4511:5: note: Variable 'table' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtable.c:4539:5: style: Variable 'table' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajtable.c:4537:0: note: Variable 'table' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtable.c:4539:5: note: Variable 'table' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtable.c:5059:5: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajtable.c:5057:0: note: Variable 'str' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtable.c:5059:5: note: Variable 'str' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtable.c:5060:5: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajtable.c:5055:0: note: Variable 's' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtable.c:5060:5: note: Variable 's' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtable.c:5092:5: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajtable.c:5090:0: note: Variable 'str' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtable.c:5092:5: note: Variable 'str' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtable.c:5093:5: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajtable.c:5088:0: note: Variable 's' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtable.c:5093:5: note: Variable 's' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtable.c:5324:5: style: Variable 'table' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajtable.c:5322:0: note: Variable 'table' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtable.c:5324:5: note: Variable 'table' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtable.c:5352:5: style: Variable 'table' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajtable.c:5350:0: note: Variable 'table' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtable.c:5352:5: note: Variable 'table' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtable.c:5688:5: style: Variable 'table' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajtable.c:5686:0: note: Variable 'table' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtable.c:5688:5: note: Variable 'table' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtable.c:5716:5: style: Variable 'table' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajtable.c:5714:0: note: Variable 'table' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtable.c:5716:5: note: Variable 'table' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtable.c:1967:13: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajtable.c:1968:13: style: The scope of the variable 'ikeys' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajtable.c:2022:13: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajtable.c:2105:13: style: The scope of the variable 'ibucket' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajtable.c:2337:13: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajtable.c:2380:13: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajtable.c:2423:13: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajtable.c:2466:13: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajtable.c:2509:13: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajtable.c:2552:13: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajtable.c:2595:13: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajtable.c:2638:13: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajtable.c:2681:13: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajtable.c:2729:13: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajtable.c:3345:13: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajtable.c:353:9: style: Redundant pointer operation on 'Ptable' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajtable.c:403:9: style: Redundant pointer operation on 'Ptable' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajtable.c:450:9: style: Redundant pointer operation on 'Ptable' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajtable.c:493:9: style: Redundant pointer operation on 'Ptable' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajtable.c:553:5: style: Redundant pointer operation on 'Pkey' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajtable.c:554:5: style: Redundant pointer operation on 'Pvalue' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajtable.c:579:5: style: Redundant pointer operation on 'Pkey' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajtable.c:1143:9: style: Redundant pointer operation on 'keyarray' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajtable.c:1186:9: style: Redundant pointer operation on 'keyarray' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajtable.c:1189:9: style: Redundant pointer operation on 'valarray' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajtable.c:1236:9: style: Redundant pointer operation on 'valarray' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajtable.c:332:27: style: Function 'ajTableDel' argument 1 names different: declaration 'table' definition 'Ptable'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajtable.h:187:37: note: Function 'ajTableDel' argument 1 names different: declaration 'table' definition 'Ptable'.
EMBOSS-6.6.0/ajax/core/ajtable.c:332:27: note: Function 'ajTableDel' argument 1 names different: declaration 'table' definition 'Ptable'.
EMBOSS-6.6.0/ajax/core/ajtable.c:377:39: style: Function 'ajTableDelKeydelValdel' argument 1 names different: declaration 'table' definition 'Ptable'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajtable.h:188:49: note: Function 'ajTableDelKeydelValdel' argument 1 names different: declaration 'table' definition 'Ptable'.
EMBOSS-6.6.0/ajax/core/ajtable.c:377:39: note: Function 'ajTableDelKeydelValdel' argument 1 names different: declaration 'table' definition 'Ptable'.
EMBOSS-6.6.0/ajax/core/ajtable.c:426:33: style: Function 'ajTableDelValdel' argument 1 names different: declaration 'table' definition 'Ptable'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajtable.h:191:43: note: Function 'ajTableDelValdel' argument 1 names different: declaration 'table' definition 'Ptable'.
EMBOSS-6.6.0/ajax/core/ajtable.c:426:33: note: Function 'ajTableDelValdel' argument 1 names different: declaration 'table' definition 'Ptable'.
EMBOSS-6.6.0/ajax/core/ajtable.c:472:28: style: Function 'ajTableFree' argument 1 names different: declaration 'table' definition 'Ptable'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajtable.h:193:38: note: Function 'ajTableFree' argument 1 names different: declaration 'table' definition 'Ptable'.
EMBOSS-6.6.0/ajax/core/ajtable.c:472:28: note: Function 'ajTableFree' argument 1 names different: declaration 'table' definition 'Ptable'.
EMBOSS-6.6.0/ajax/core/ajtable.c:1005:56: style: Function 'ajTableMatchC' argument 2 names different: declaration 'key' definition 'txtkey'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajtable.h:343:64: note: Function 'ajTableMatchC' argument 2 names different: declaration 'key' definition 'txtkey'.
EMBOSS-6.6.0/ajax/core/ajtable.c:1005:56: note: Function 'ajTableMatchC' argument 2 names different: declaration 'key' definition 'txtkey'.
EMBOSS-6.6.0/ajax/core/ajtable.c:3411:33: style: Function 'ajTablecharNew' argument 1 names different: declaration 'hint' definition 'size'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajtable.h:255:39: note: Function 'ajTablecharNew' argument 1 names different: declaration 'hint' definition 'size'.
EMBOSS-6.6.0/ajax/core/ajtable.c:3411:33: note: Function 'ajTablecharNew' argument 1 names different: declaration 'hint' definition 'size'.
EMBOSS-6.6.0/ajax/core/ajtable.c:3436:37: style: Function 'ajTablecharNewCase' argument 1 names different: declaration 'hint' definition 'size'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajtable.h:256:43: note: Function 'ajTablecharNewCase' argument 1 names different: declaration 'hint' definition 'size'.
EMBOSS-6.6.0/ajax/core/ajtable.c:3436:37: note: Function 'ajTablecharNewCase' argument 1 names different: declaration 'hint' definition 'size'.
EMBOSS-6.6.0/ajax/core/ajtable.c:3461:42: style: Function 'ajTablecharNewCaseConst' argument 1 names different: declaration 'hint' definition 'size'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajtable.h:258:48: note: Function 'ajTablecharNewCaseConst' argument 1 names different: declaration 'hint' definition 'size'.
EMBOSS-6.6.0/ajax/core/ajtable.c:3461:42: note: Function 'ajTablecharNewCaseConst' argument 1 names different: declaration 'hint' definition 'size'.
EMBOSS-6.6.0/ajax/core/ajtable.c:3487:38: style: Function 'ajTablecharNewConst' argument 1 names different: declaration 'hint' definition 'size'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajtable.h:257:44: note: Function 'ajTablecharNewConst' argument 1 names different: declaration 'hint' definition 'size'.
EMBOSS-6.6.0/ajax/core/ajtable.c:3487:38: note: Function 'ajTablecharNewConst' argument 1 names different: declaration 'hint' definition 'size'.
EMBOSS-6.6.0/ajax/core/ajtable.c:3798:31: style: Function 'ajTableintFree' argument 1 names different: declaration 'ptable' definition 'Ptable'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajtable.h:292:41: note: Function 'ajTableintFree' argument 1 names different: declaration 'ptable' definition 'Ptable'.
EMBOSS-6.6.0/ajax/core/ajtable.c:3798:31: note: Function 'ajTableintFree' argument 1 names different: declaration 'ptable' definition 'Ptable'.
EMBOSS-6.6.0/ajax/core/ajtable.c:3830:34: style: Function 'ajTableintFreeKey' argument 1 names different: declaration 'ptable' definition 'Ptable'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajtable.h:293:44: note: Function 'ajTableintFreeKey' argument 1 names different: declaration 'ptable' definition 'Ptable'.
EMBOSS-6.6.0/ajax/core/ajtable.c:3830:34: note: Function 'ajTableintFreeKey' argument 1 names different: declaration 'ptable' definition 'Ptable'.
EMBOSS-6.6.0/ajax/core/ajtable.c:3940:56: style: Function 'ajTableintFetchmod' argument 2 names different: declaration 'key' definition 'intkey'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajtable.h:200:64: note: Function 'ajTableintFetchmod' argument 2 names different: declaration 'key' definition 'intkey'.
EMBOSS-6.6.0/ajax/core/ajtable.c:3940:56: note: Function 'ajTableintFetchmod' argument 2 names different: declaration 'key' definition 'intkey'.
EMBOSS-6.6.0/ajax/core/ajtable.c:4163:32: style: Function 'ajTablelongFree' argument 1 names different: declaration 'ptable' definition 'Ptable'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajtable.h:294:42: note: Function 'ajTablelongFree' argument 1 names different: declaration 'ptable' definition 'Ptable'.
EMBOSS-6.6.0/ajax/core/ajtable.c:4163:32: note: Function 'ajTablelongFree' argument 1 names different: declaration 'ptable' definition 'Ptable'.
EMBOSS-6.6.0/ajax/core/ajtable.c:4194:35: style: Function 'ajTablelongFreeKey' argument 1 names different: declaration 'ptable' definition 'Ptable'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajtable.h:295:45: note: Function 'ajTablelongFreeKey' argument 1 names different: declaration 'ptable' definition 'Ptable'.
EMBOSS-6.6.0/ajax/core/ajtable.c:4194:35: note: Function 'ajTablelongFreeKey' argument 1 names different: declaration 'ptable' definition 'Ptable'.
EMBOSS-6.6.0/ajax/core/ajtable.c:4303:59: style: Function 'ajTablelongFetchmod' argument 2 names different: declaration 'key' definition 'longkey'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajtable.h:203:66: note: Function 'ajTablelongFetchmod' argument 2 names different: declaration 'key' definition 'longkey'.
EMBOSS-6.6.0/ajax/core/ajtable.c:4303:59: note: Function 'ajTablelongFetchmod' argument 2 names different: declaration 'key' definition 'longkey'.
EMBOSS-6.6.0/ajax/core/ajtable.c:4584:31: style: Function 'ajTablestrFree' argument 1 names different: declaration 'ptable' definition 'Ptable'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajtable.h:305:41: note: Function 'ajTablestrFree' argument 1 names different: declaration 'ptable' definition 'Ptable'.
EMBOSS-6.6.0/ajax/core/ajtable.c:4584:31: note: Function 'ajTablestrFree' argument 1 names different: declaration 'ptable' definition 'Ptable'.
EMBOSS-6.6.0/ajax/core/ajtable.c:4616:34: style: Function 'ajTablestrFreeKey' argument 1 names different: declaration 'ptable' definition 'Ptable'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajtable.h:306:44: note: Function 'ajTablestrFreeKey' argument 1 names different: declaration 'ptable' definition 'Ptable'.
EMBOSS-6.6.0/ajax/core/ajtable.c:4616:34: note: Function 'ajTablestrFreeKey' argument 1 names different: declaration 'ptable' definition 'Ptable'.
EMBOSS-6.6.0/ajax/core/ajtable.c:4807:68: style: Function 'ajTablestrFetchkeyC' argument 2 names different: declaration 'key' definition 'txtkey'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajtable.h:316:70: note: Function 'ajTablestrFetchkeyC' argument 2 names different: declaration 'key' definition 'txtkey'.
EMBOSS-6.6.0/ajax/core/ajtable.c:4807:68: note: Function 'ajTablestrFetchkeyC' argument 2 names different: declaration 'key' definition 'txtkey'.
EMBOSS-6.6.0/ajax/core/ajtable.c:5397:32: style: Function 'ajTableuintFree' argument 1 names different: declaration 'ptable' definition 'Ptable'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajtable.h:296:42: note: Function 'ajTableuintFree' argument 1 names different: declaration 'ptable' definition 'Ptable'.
EMBOSS-6.6.0/ajax/core/ajtable.c:5397:32: note: Function 'ajTableuintFree' argument 1 names different: declaration 'ptable' definition 'Ptable'.
EMBOSS-6.6.0/ajax/core/ajtable.c:5429:35: style: Function 'ajTableuintFreeKey' argument 1 names different: declaration 'ptable' definition 'Ptable'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajtable.h:297:45: note: Function 'ajTableuintFreeKey' argument 1 names different: declaration 'ptable' definition 'Ptable'.
EMBOSS-6.6.0/ajax/core/ajtable.c:5429:35: note: Function 'ajTableuintFreeKey' argument 1 names different: declaration 'ptable' definition 'Ptable'.
EMBOSS-6.6.0/ajax/core/ajtable.c:5538:59: style: Function 'ajTableuintFetchmod' argument 2 names different: declaration 'key' definition 'uintkey'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajtable.h:206:66: note: Function 'ajTableuintFetchmod' argument 2 names different: declaration 'key' definition 'uintkey'.
EMBOSS-6.6.0/ajax/core/ajtable.c:5538:59: note: Function 'ajTableuintFetchmod' argument 2 names different: declaration 'key' definition 'uintkey'.
EMBOSS-6.6.0/ajax/core/ajtable.c:5762:33: style: Function 'ajTableulongFree' argument 1 names different: declaration 'ptable' definition 'Ptable'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajtable.h:298:43: note: Function 'ajTableulongFree' argument 1 names different: declaration 'ptable' definition 'Ptable'.
EMBOSS-6.6.0/ajax/core/ajtable.c:5762:33: note: Function 'ajTableulongFree' argument 1 names different: declaration 'ptable' definition 'Ptable'.
EMBOSS-6.6.0/ajax/core/ajtable.c:5794:36: style: Function 'ajTableulongFreeKey' argument 1 names different: declaration 'ptable' definition 'Ptable'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajtable.h:299:46: note: Function 'ajTableulongFreeKey' argument 1 names different: declaration 'ptable' definition 'Ptable'.
EMBOSS-6.6.0/ajax/core/ajtable.c:5794:36: note: Function 'ajTableulongFreeKey' argument 1 names different: declaration 'ptable' definition 'Ptable'.
EMBOSS-6.6.0/ajax/core/ajtable.c:5904:62: style: Function 'ajTableulongFetchmod' argument 2 names different: declaration 'key' definition 'ulongkey'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajtable.h:210:68: note: Function 'ajTableulongFetchmod' argument 2 names different: declaration 'key' definition 'ulongkey'.
EMBOSS-6.6.0/ajax/core/ajtable.c:5904:62: note: Function 'ajTableulongFetchmod' argument 2 names different: declaration 'key' definition 'ulongkey'.
EMBOSS-6.6.0/ajax/core/ajtable.c:1986:17: style: Variable 'ikeys' is modified but its new value is never used. [unreadVariable]
EMBOSS-6.6.0/ajax/core/ajtagval.c:173:5: style: Redundant pointer operation on 'Ptagval' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajtagval.c:88:36: style: Function 'ajTagvalNewC' argument 1 names different: declaration 'tag' definition 'tagtxt'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajtagval.h:92:39: note: Function 'ajTagvalNewC' argument 1 names different: declaration 'tag' definition 'tagtxt'.
EMBOSS-6.6.0/ajax/core/ajtagval.c:88:36: note: Function 'ajTagvalNewC' argument 1 names different: declaration 'tag' definition 'tagtxt'.
EMBOSS-6.6.0/ajax/core/ajtagval.c:88:56: style: Function 'ajTagvalNewC' argument 2 names different: declaration 'value' definition 'valtxt'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajtagval.h:92:56: note: Function 'ajTagvalNewC' argument 2 names different: declaration 'value' definition 'valtxt'.
EMBOSS-6.6.0/ajax/core/ajtagval.c:88:56: note: Function 'ajTagvalNewC' argument 2 names different: declaration 'value' definition 'valtxt'.
EMBOSS-6.6.0/ajax/core/ajtagval.c:115:55: style: Function 'ajTagvalNewS' argument 2 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajtagval.h:93:58: note: Function 'ajTagvalNewS' argument 2 names different: declaration 'value' definition 'val'.
EMBOSS-6.6.0/ajax/core/ajtagval.c:115:55: note: Function 'ajTagvalNewS' argument 2 names different: declaration 'value' definition 'val'.
EMBOSS-6.6.0/ajax/core/ajtax.c:476:5: style: Variable 'taxin' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajtax.c:471:0: note: Variable 'taxin' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtax.c:476:5: note: Variable 'taxin' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtax.c:481:5: style: Variable 'taxnext' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajtax.c:470:0: note: Variable 'taxnext' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtax.c:481:5: note: Variable 'taxnext' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtax.c:252:5: style: Redundant pointer operation on 'Ptax' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajtax.c:760:5: style: Redundant pointer operation on 'Pcit' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajtax.c:1096:5: style: Redundant pointer operation on 'Pname' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajtaxread.c:570:31: warning: Either the condition '!thys' is redundant or there is possible null pointer dereference: thys. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajtaxread.c:573:8: note: Assuming that condition '!thys' is not redundant
EMBOSS-6.6.0/ajax/core/ajtaxread.c:570:31: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajtaxread.c:571:13: warning: Either the condition '!thys' is redundant or there is possible null pointer dereference: thys. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajtaxread.c:573:8: note: Assuming that condition '!thys' is not redundant
EMBOSS-6.6.0/ajax/core/ajtaxread.c:571:13: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajtaxread.c:1861:5: style: Variable 'qrystr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajtaxread.c:1850:0: note: Variable 'qrystr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtaxread.c:1861:5: note: Variable 'qrystr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtaxread.c:1866:5: style: Variable 'fmtstr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajtaxread.c:1852:0: note: Variable 'fmtstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtaxread.c:1866:5: note: Variable 'fmtstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtaxread.c:771:12: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajtaxread.c:773:12: style: The scope of the variable 'jstat' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajtaxread.c:1849:12: style: The scope of the variable 'ret' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajtaxread.c:240:5: style: Redundant pointer operation on 'pthis' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajtaxread.c:2246:5: style: Redundant pointer operation on 'pthis' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajtaxread.c:436:43: style: Function 'ajTaxinRead' argument 2 names different: declaration 'thys' definition 'tax'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajtaxread.h:88:53: note: Function 'ajTaxinRead' argument 2 names different: declaration 'thys' definition 'tax'.
EMBOSS-6.6.0/ajax/core/ajtaxread.c:436:43: note: Function 'ajTaxinRead' argument 2 names different: declaration 'thys' definition 'tax'.
EMBOSS-6.6.0/ajax/core/ajtaxread.c:1063:37: style: Function 'taxinReadEbi' argument 1 names different: declaration 'thys' definition 'taxin'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajtaxread.c:55:37: note: Function 'taxinReadEbi' argument 1 names different: declaration 'thys' definition 'taxin'.
EMBOSS-6.6.0/ajax/core/ajtaxread.c:1063:37: note: Function 'taxinReadEbi' argument 1 names different: declaration 'thys' definition 'taxin'.
EMBOSS-6.6.0/ajax/core/ajtaxread.c:1106:38: style: Function 'taxinReadNcbi' argument 1 names different: declaration 'thys' definition 'taxin'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajtaxread.c:56:38: note: Function 'taxinReadNcbi' argument 1 names different: declaration 'thys' definition 'taxin'.
EMBOSS-6.6.0/ajax/core/ajtaxread.c:1106:38: note: Function 'taxinReadNcbi' argument 1 names different: declaration 'thys' definition 'taxin'.
EMBOSS-6.6.0/ajax/core/ajtaxread.c:1081:9: style: Variable 'linecnt' is modified but its new value is never used. [unreadVariable]
EMBOSS-6.6.0/ajax/core/ajtext.c:161:5: style: Redundant pointer operation on 'Ptext' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajtextread.c:1215:32: warning: Either the condition '!thys' is redundant or there is possible null pointer dereference: thys. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajtextread.c:1218:8: note: Assuming that condition '!thys' is not redundant
EMBOSS-6.6.0/ajax/core/ajtextread.c:1215:32: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajtextread.c:1216:13: warning: Either the condition '!thys' is redundant or there is possible null pointer dereference: thys. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajtextread.c:1218:8: note: Assuming that condition '!thys' is not redundant
EMBOSS-6.6.0/ajax/core/ajtextread.c:1216:13: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajtextread.c:3060:5: style: Variable 'qrystr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajtextread.c:3052:0: note: Variable 'qrystr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtextread.c:3060:5: note: Variable 'qrystr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtextread.c:3065:5: style: Variable 'fmtstr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajtextread.c:3054:0: note: Variable 'fmtstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtextread.c:3065:5: note: Variable 'fmtstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtextread.c:1424:12: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajtextread.c:1426:12: style: The scope of the variable 'jstat' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajtextread.c:3051:12: style: The scope of the variable 'ret' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajtextread.c:405:5: style: Redundant pointer operation on 'pthis' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajtextread.c:459:5: style: Redundant pointer operation on 'pthis' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajtextread.c:3438:5: style: Redundant pointer operation on 'pthis' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajtextread.c:1710:40: style: Function 'textinReadText' argument 1 names different: declaration 'thys' definition 'textin'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajtextread.c:61:43: note: Function 'textinReadText' argument 1 names different: declaration 'thys' definition 'textin'.
EMBOSS-6.6.0/ajax/core/ajtextread.c:1710:40: note: Function 'textinReadText' argument 1 names different: declaration 'thys' definition 'textin'.
EMBOSS-6.6.0/ajax/core/ajtextread.c:1757:39: style: Function 'textinReadXml' argument 1 names different: declaration 'thys' definition 'textin'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajtextread.c:62:42: note: Function 'textinReadXml' argument 1 names different: declaration 'thys' definition 'textin'.
EMBOSS-6.6.0/ajax/core/ajtextread.c:1757:39: note: Function 'textinReadXml' argument 1 names different: declaration 'thys' definition 'textin'.
EMBOSS-6.6.0/ajax/core/ajtextread.c:1803:40: style: Function 'textinReadEmbl' argument 1 names different: declaration 'thys' definition 'textin'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajtextread.c:64:43: note: Function 'textinReadEmbl' argument 1 names different: declaration 'thys' definition 'textin'.
EMBOSS-6.6.0/ajax/core/ajtextread.c:1803:40: note: Function 'textinReadEmbl' argument 1 names different: declaration 'thys' definition 'textin'.
EMBOSS-6.6.0/ajax/core/ajtextread.c:1874:43: style: Function 'textinReadGenbank' argument 1 names different: declaration 'thys' definition 'textin'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajtextread.c:65:46: note: Function 'textinReadGenbank' argument 1 names different: declaration 'thys' definition 'textin'.
EMBOSS-6.6.0/ajax/core/ajtextread.c:1874:43: note: Function 'textinReadGenbank' argument 1 names different: declaration 'thys' definition 'textin'.
EMBOSS-6.6.0/ajax/core/ajtextread.c:1945:39: style: Function 'textinReadObo' argument 1 names different: declaration 'thys' definition 'textin'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajtextread.c:63:42: note: Function 'textinReadObo' argument 1 names different: declaration 'thys' definition 'textin'.
EMBOSS-6.6.0/ajax/core/ajtextread.c:1945:39: note: Function 'textinReadObo' argument 1 names different: declaration 'thys' definition 'textin'.
EMBOSS-6.6.0/ajax/core/ajtextread.c:2015:39: style: Function 'textinReadPdb' argument 1 names different: declaration 'thys' definition 'textin'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajtextread.c:66:42: note: Function 'textinReadPdb' argument 1 names different: declaration 'thys' definition 'textin'.
EMBOSS-6.6.0/ajax/core/ajtextread.c:2015:39: note: Function 'textinReadPdb' argument 1 names different: declaration 'thys' definition 'textin'.
EMBOSS-6.6.0/ajax/core/ajtextwrite.c:173:5: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajtextwrite.c:170:0: note: Variable 'iter' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtextwrite.c:173:5: note: Variable 'iter' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtextwrite.c:205:5: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajtextwrite.c:202:0: note: Variable 'iter' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtextwrite.c:205:5: note: Variable 'iter' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtextwrite.c:266:5: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajtextwrite.c:263:0: note: Variable 'iter' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtextwrite.c:266:5: note: Variable 'iter' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtextwrite.c:301:5: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajtextwrite.c:298:0: note: Variable 'iter' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtextwrite.c:301:5: note: Variable 'iter' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtime.c:285:8: style: Condition '!thys' is always true [knownConditionTrueFalse]
EMBOSS-6.6.0/ajax/core/ajtime.c:280:20: note: Assignment 'thys=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajtime.c:285:8: note: Condition '!thys' is always true
EMBOSS-6.6.0/ajax/core/ajtime.c:711:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajtime.c:700:0: note: Variable 'ret' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtime.c:711:3: note: Variable 'ret' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtime.c:975:13: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
EMBOSS-6.6.0/ajax/core/ajtime.c:977:13: note: Found duplicate branches for 'if' and 'else'.
EMBOSS-6.6.0/ajax/core/ajtime.c:975:13: note: Found duplicate branches for 'if' and 'else'.
EMBOSS-6.6.0/ajax/core/ajtime.c:422:12: style: The scope of the variable 'tim' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajtime.c:339:5: style: Redundant pointer operation on 'Ptime' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajtime.c:219:37: style: Function 'ajTimeNewTime' argument 1 names different: declaration 'thys' definition 'src'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajtime.h:118:43: note: Function 'ajTimeNewTime' argument 1 names different: declaration 'thys' definition 'src'.
EMBOSS-6.6.0/ajax/core/ajtime.c:219:37: note: Function 'ajTimeNewTime' argument 1 names different: declaration 'thys' definition 'src'.
EMBOSS-6.6.0/ajax/core/ajtime.c:330:25: style: Function 'ajTimeDel' argument 1 names different: declaration 'thys' definition 'Ptime'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajtime.h:109:34: note: Function 'ajTimeDel' argument 1 names different: declaration 'thys' definition 'Ptime'.
EMBOSS-6.6.0/ajax/core/ajtime.c:330:25: note: Function 'ajTimeDel' argument 1 names different: declaration 'thys' definition 'Ptime'.
EMBOSS-6.6.0/ajax/core/ajtime.c:65:11: style: struct member 'TimeSFormat::Padding' is never used. [unusedStructMember]
EMBOSS-6.6.0/ajax/core/ajtranslate.c:267:5: style: Variable 'trnFileName' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajtranslate.c:265:0: note: Variable 'trnFileName' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtranslate.c:267:5: note: Variable 'trnFileName' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtranslate.c:297:5: style: Variable 'value' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajtranslate.c:294:0: note: Variable 'value' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtranslate.c:297:5: note: Variable 'value' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtranslate.c:298:5: style: Variable 'trnFileName' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajtranslate.c:293:0: note: Variable 'trnFileName' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtranslate.c:298:5: note: Variable 'trnFileName' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtranslate.c:303:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajtranslate.c:295:0: note: Variable 'ret' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtranslate.c:303:5: note: Variable 'ret' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtranslate.c:641:5: style: Variable 'trnPeptide' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajtranslate.c:637:0: note: Variable 'trnPeptide' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtranslate.c:641:5: note: Variable 'trnPeptide' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtranslate.c:644:5: style: Variable 'name' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajtranslate.c:638:0: note: Variable 'name' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtranslate.c:644:5: note: Variable 'name' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtranslate.c:645:5: style: Variable 'value' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajtranslate.c:639:0: note: Variable 'value' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtranslate.c:645:5: note: Variable 'value' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtranslate.c:868:5: style: Variable 'transtr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajtranslate.c:861:0: note: Variable 'transtr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtranslate.c:868:5: note: Variable 'transtr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtranslate.c:923:5: style: Variable 'transtr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajtranslate.c:915:0: note: Variable 'transtr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtranslate.c:923:5: note: Variable 'transtr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtranslate.c:990:5: style: Variable 'transtr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajtranslate.c:983:0: note: Variable 'transtr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtranslate.c:990:5: note: Variable 'transtr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtranslate.c:1050:5: style: Variable 'transtr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajtranslate.c:1042:0: note: Variable 'transtr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtranslate.c:1050:5: note: Variable 'transtr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtranslate.c:1759:5: style: Variable 'pep' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajtranslate.c:1756:0: note: Variable 'pep' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtranslate.c:1759:5: note: Variable 'pep' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtranslate.c:1760:5: style: Variable 'trn' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajtranslate.c:1757:0: note: Variable 'trn' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtranslate.c:1760:5: note: Variable 'trn' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtranslate.c:1949:5: style: Variable 'pep' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajtranslate.c:1946:0: note: Variable 'pep' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtranslate.c:1949:5: note: Variable 'pep' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtranslate.c:1950:5: style: Variable 'trn' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajtranslate.c:1947:0: note: Variable 'trn' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtranslate.c:1950:5: note: Variable 'trn' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtranslate.c:2027:5: style: Variable 'pep' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajtranslate.c:2024:0: note: Variable 'pep' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtranslate.c:2027:5: note: Variable 'pep' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtranslate.c:2028:5: style: Variable 'trn' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajtranslate.c:2025:0: note: Variable 'trn' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtranslate.c:2028:5: note: Variable 'trn' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajtranslate.c:243:5: style: Redundant pointer operation on 'pthis' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajtranslate.c:263:31: style: Function 'ajTrnNewC' argument 1 names different: declaration 'trnFileName' definition 'filename'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajtranslate.h:162:37: note: Function 'ajTrnNewC' argument 1 names different: declaration 'trnFileName' definition 'filename'.
EMBOSS-6.6.0/ajax/core/ajtranslate.c:263:31: note: Function 'ajTrnNewC' argument 1 names different: declaration 'trnFileName' definition 'filename'.
EMBOSS-6.6.0/ajax/core/ajtree.c:1363:13: style: The scope of the variable 'tree' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajtree.c:502:5: style: Redundant pointer operation on 'pthis' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajtree.c:590:5: style: Redundant pointer operation on 'pthis' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajtree.c:676:5: style: Redundant pointer operation on 'pthis' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajtree.c:814:2: style: Redundant pointer operation on 'array' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajtree.c:866:2: style: Redundant pointer operation on 'array' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajurl.c:158:5: style: Redundant pointer operation on 'Purl' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajurlread.c:1428:5: style: Variable 'qrystr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajurlread.c:1417:0: note: Variable 'qrystr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajurlread.c:1428:5: note: Variable 'qrystr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajurlread.c:1433:5: style: Variable 'fmtstr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajurlread.c:1419:0: note: Variable 'fmtstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajurlread.c:1433:5: note: Variable 'fmtstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajurlread.c:617:12: style: The scope of the variable 'nids' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajurlread.c:618:12: style: The scope of the variable 'ntids' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajurlread.c:619:12: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajurlread.c:1416:12: style: The scope of the variable 'ret' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajurlread.c:245:5: style: Redundant pointer operation on 'pthis' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajurlread.c:1812:5: style: Redundant pointer operation on 'pthis' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajurlread.c:449:43: style: Function 'ajUrlinRead' argument 2 names different: declaration 'thys' definition 'url'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajurlread.h:88:53: note: Function 'ajUrlinRead' argument 2 names different: declaration 'thys' definition 'url'.
EMBOSS-6.6.0/ajax/core/ajurlread.c:449:43: note: Function 'ajUrlinRead' argument 2 names different: declaration 'thys' definition 'url'.
EMBOSS-6.6.0/ajax/core/ajurlread.c:769:38: style: Function 'urlinReadHtml' argument 1 names different: declaration 'thys' definition 'urlin'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajurlread.c:49:38: note: Function 'urlinReadHtml' argument 1 names different: declaration 'thys' definition 'urlin'.
EMBOSS-6.6.0/ajax/core/ajurlread.c:769:38: note: Function 'urlinReadHtml' argument 1 names different: declaration 'thys' definition 'urlin'.
EMBOSS-6.6.0/ajax/core/ajutil.c:1266:5: style: Variable 'today' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajutil.c:1262:0: note: Variable 'today' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajutil.c:1266:5: note: Variable 'today' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajutil.c:888:10: style: The scope of the variable 'c1' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajutil.c:892:19: style: The scope of the variable 'b1' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajutil.c:893:19: style: The scope of the variable 'b2' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajutil.c:894:19: style: The scope of the variable 'b3' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajutil.c:895:19: style: The scope of the variable 'b4' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajutil.c:973:19: style: The scope of the variable 'b1' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajutil.c:976:19: style: The scope of the variable 'b4' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajutil.c:977:19: style: The scope of the variable 'b5' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajutil.c:978:19: style: The scope of the variable 'b6' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajutil.c:979:19: style: The scope of the variable 'b7' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajutil.c:1263:12: style: The scope of the variable 'walltime' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajutil.c:1264:12: style: The scope of the variable 'cputime' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajutil.c:353:26: style: Function 'ajByteRevInt' argument 1 names different: declaration 'sval' definition 'ival'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajutil.h:77:35: note: Function 'ajByteRevInt' argument 1 names different: declaration 'sval' definition 'ival'.
EMBOSS-6.6.0/ajax/core/ajutil.c:353:26: note: Function 'ajByteRevInt' argument 1 names different: declaration 'sval' definition 'ival'.
EMBOSS-6.6.0/ajax/core/ajutil.c:398:29: style: Function 'ajByteRevLen2' argument 1 names different: declaration 'i' definition 'sval'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajutil.h:71:38: note: Function 'ajByteRevLen2' argument 1 names different: declaration 'i' definition 'sval'.
EMBOSS-6.6.0/ajax/core/ajutil.c:398:29: note: Function 'ajByteRevLen2' argument 1 names different: declaration 'i' definition 'sval'.
EMBOSS-6.6.0/ajax/core/ajutil.c:443:31: style: Function 'ajByteRevLen2u' argument 1 names different: declaration 'i' definition 'sval'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajutil.h:74:40: note: Function 'ajByteRevLen2u' argument 1 names different: declaration 'i' definition 'sval'.
EMBOSS-6.6.0/ajax/core/ajutil.c:443:31: note: Function 'ajByteRevLen2u' argument 1 names different: declaration 'i' definition 'sval'.
EMBOSS-6.6.0/ajax/core/ajutil.c:488:27: style: Function 'ajByteRevLen4' argument 1 names different: declaration 'i' definition 'ival'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajutil.h:72:36: note: Function 'ajByteRevLen4' argument 1 names different: declaration 'i' definition 'ival'.
EMBOSS-6.6.0/ajax/core/ajutil.c:488:27: note: Function 'ajByteRevLen4' argument 1 names different: declaration 'i' definition 'ival'.
EMBOSS-6.6.0/ajax/core/ajutil.c:533:29: style: Function 'ajByteRevLen4u' argument 1 names different: declaration 'i' definition 'ival'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajutil.h:75:38: note: Function 'ajByteRevLen4u' argument 1 names different: declaration 'i' definition 'ival'.
EMBOSS-6.6.0/ajax/core/ajutil.c:533:29: note: Function 'ajByteRevLen4u' argument 1 names different: declaration 'i' definition 'ival'.
EMBOSS-6.6.0/ajax/core/ajutil.c:578:28: style: Function 'ajByteRevLen8' argument 1 names different: declaration 'i' definition 'lval'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajutil.h:73:37: note: Function 'ajByteRevLen8' argument 1 names different: declaration 'i' definition 'lval'.
EMBOSS-6.6.0/ajax/core/ajutil.c:578:28: note: Function 'ajByteRevLen8' argument 1 names different: declaration 'i' definition 'lval'.
EMBOSS-6.6.0/ajax/core/ajutil.c:623:30: style: Function 'ajByteRevLen8u' argument 1 names different: declaration 'i' definition 'lval'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajutil.h:76:39: note: Function 'ajByteRevLen8u' argument 1 names different: declaration 'i' definition 'lval'.
EMBOSS-6.6.0/ajax/core/ajutil.c:623:30: note: Function 'ajByteRevLen8u' argument 1 names different: declaration 'i' definition 'lval'.
EMBOSS-6.6.0/ajax/core/ajutil.c:707:30: style: Function 'ajByteRevShort' argument 1 names different: declaration 'ival' definition 'sval'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajutil.h:78:39: note: Function 'ajByteRevShort' argument 1 names different: declaration 'ival' definition 'sval'.
EMBOSS-6.6.0/ajax/core/ajutil.c:707:30: note: Function 'ajByteRevShort' argument 1 names different: declaration 'ival' definition 'sval'.
EMBOSS-6.6.0/ajax/core/ajutil.c:883:36: style: Function 'ajUtilBase64DecodeC' argument 1 names different: declaration 'dest' definition 'Pdest'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajutil.h:93:36: note: Function 'ajUtilBase64DecodeC' argument 1 names different: declaration 'dest' definition 'Pdest'.
EMBOSS-6.6.0/ajax/core/ajutil.c:883:36: note: Function 'ajUtilBase64DecodeC' argument 1 names different: declaration 'dest' definition 'Pdest'.
EMBOSS-6.6.0/ajax/core/ajutil.c:970:36: style: Function 'ajUtilBase64EncodeC' argument 1 names different: declaration 'dest' definition 'Pdest'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajutil.h:94:36: note: Function 'ajUtilBase64EncodeC' argument 1 names different: declaration 'dest' definition 'Pdest'.
EMBOSS-6.6.0/ajax/core/ajutil.c:970:36: note: Function 'ajUtilBase64EncodeC' argument 1 names different: declaration 'dest' definition 'Pdest'.
EMBOSS-6.6.0/ajax/core/ajutil.c:1136:13: style: Variable 'calls' is assigned a value that is never used. [unreadVariable]
EMBOSS-6.6.0/ajax/core/ajvar.c:170:5: style: Redundant pointer operation on 'Pvar' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajvar.c:542:5: style: Redundant pointer operation on 'Pvar' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajvar.c:714:5: style: Redundant pointer operation on 'Pvar' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajvar.c:986:5: style: Redundant pointer operation on 'Pvar' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajvar.c:1156:5: style: Redundant pointer operation on 'Pvar' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajvarbcf.c:259:11: style: The scope of the variable 'oldlen' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajvarbcf.c:413:9: style: The scope of the variable 'oldl' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajvarbcf.c:599:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
EMBOSS-6.6.0/ajax/core/ajvarread.c:769:31: warning: Either the condition '!thys' is redundant or there is possible null pointer dereference: thys. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajvarread.c:772:8: note: Assuming that condition '!thys' is not redundant
EMBOSS-6.6.0/ajax/core/ajvarread.c:769:31: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajvarread.c:770:13: warning: Either the condition '!thys' is redundant or there is possible null pointer dereference: thys. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajvarread.c:772:8: note: Assuming that condition '!thys' is not redundant
EMBOSS-6.6.0/ajax/core/ajvarread.c:770:13: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajvarread.c:3373:5: style: Variable 'qrystr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajvarread.c:3361:0: note: Variable 'qrystr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajvarread.c:3373:5: note: Variable 'qrystr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajvarread.c:3378:5: style: Variable 'fmtstr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajvarread.c:3363:0: note: Variable 'fmtstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajvarread.c:3378:5: note: Variable 'fmtstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajvarread.c:978:12: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajvarread.c:980:12: style: The scope of the variable 'jstat' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajvarread.c:1284:12: style: The scope of the variable 'n' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajvarread.c:1435:12: style: The scope of the variable 'header' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajvarread.c:1442:12: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajvarread.c:1676:12: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajvarread.c:2021:12: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajvarread.c:2575:12: style: The scope of the variable 'ipos' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajvarread.c:2621:12: style: The scope of the variable 'ipos' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajvarread.c:3360:12: style: The scope of the variable 'ret' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajvarread.c:428:5: style: Redundant pointer operation on 'pthis' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajvarread.c:2579:5: style: Redundant pointer operation on 'Parray' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajvarread.c:2624:19: style: Redundant pointer operation on 'Parray' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajvarread.c:3754:5: style: Redundant pointer operation on 'pthis' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajvarread.c:4055:5: style: Redundant pointer operation on 'pthis' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajvarread.c:629:43: style: Function 'ajVarinLoad' argument 2 names different: declaration 'thys' definition 'var'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajvarread.h:95:53: note: Function 'ajVarinLoad' argument 2 names different: declaration 'thys' definition 'var'.
EMBOSS-6.6.0/ajax/core/ajvarread.c:629:43: note: Function 'ajVarinLoad' argument 2 names different: declaration 'thys' definition 'var'.
EMBOSS-6.6.0/ajax/core/ajvarread.c:1274:37: style: Function 'varinLoadBcf' argument 1 names different: declaration 'thys' definition 'varin'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajvarread.c:71:43: note: Function 'varinLoadBcf' argument 1 names different: declaration 'thys' definition 'varin'.
EMBOSS-6.6.0/ajax/core/ajvarread.c:1274:37: note: Function 'varinLoadBcf' argument 1 names different: declaration 'thys' definition 'varin'.
EMBOSS-6.6.0/ajax/core/ajvarread.c:1430:39: style: Function 'varinLoadVcf3x' argument 1 names different: declaration 'thys' definition 'varin'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajvarread.c:72:45: note: Function 'varinLoadVcf3x' argument 1 names different: declaration 'thys' definition 'varin'.
EMBOSS-6.6.0/ajax/core/ajvarread.c:1430:39: note: Function 'varinLoadVcf3x' argument 1 names different: declaration 'thys' definition 'varin'.
EMBOSS-6.6.0/ajax/core/ajvarread.c:1665:39: style: Function 'varinLoadVcf40' argument 1 names different: declaration 'thys' definition 'varin'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajvarread.c:73:45: note: Function 'varinLoadVcf40' argument 1 names different: declaration 'thys' definition 'varin'.
EMBOSS-6.6.0/ajax/core/ajvarread.c:1665:39: note: Function 'varinLoadVcf40' argument 1 names different: declaration 'thys' definition 'varin'.
EMBOSS-6.6.0/ajax/core/ajvarread.c:2013:39: style: Function 'varinLoadVcf41' argument 1 names different: declaration 'thys' definition 'varin'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajvarread.c:74:45: note: Function 'varinLoadVcf41' argument 1 names different: declaration 'thys' definition 'varin'.
EMBOSS-6.6.0/ajax/core/ajvarread.c:2013:39: note: Function 'varinLoadVcf41' argument 1 names different: declaration 'thys' definition 'varin'.
EMBOSS-6.6.0/ajax/core/ajvarread.c:2195:7: style: Variable 'ctid' is assigned a value that is never used. [unreadVariable]
EMBOSS-6.6.0/ajax/core/ajvarwrite.c:719:41: warning: Possible null pointer dereference: varheader [nullPointer]
EMBOSS-6.6.0/ajax/core/ajvarwrite.c:561:30: note: Assignment 'varheader=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/core/ajvarwrite.c:719:41: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajvarwrite.c:736:2: style: Variable 'ctid' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajvarwrite.c:725:0: note: Variable 'ctid' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajvarwrite.c:736:2: note: Variable 'ctid' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajvarwrite.c:1019:2: style: Variable 'ctid' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajvarwrite.c:1009:0: note: Variable 'ctid' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajvarwrite.c:1019:2: note: Variable 'ctid' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajvarwrite.c:388:12: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajvarwrite.c:569:12: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajvarwrite.c:576:9: style: The scope of the variable 'k' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajvarwrite.c:845:12: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajvarwrite.c:852:9: style: The scope of the variable 'k' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajvarwrite.c:1432:12: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajvector.c:169:5: style: Variable 'thys' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajvector.c:167:0: note: Variable 'thys' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajvector.c:169:5: note: Variable 'thys' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajvector.c:398:5: style: Variable 'torque1' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajvector.c:394:0: note: Variable 'torque1' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajvector.c:398:5: note: Variable 'torque1' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajvector.c:399:5: style: Variable 'torque2' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajvector.c:395:0: note: Variable 'torque2' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajvector.c:399:5: note: Variable 'torque2' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajvector.c:400:5: style: Variable 'torqueall' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajvector.c:396:0: note: Variable 'torqueall' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajvector.c:400:5: note: Variable 'torqueall' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajvector.c:334:11: style: The scope of the variable 'lenproduct' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajvector.c:336:11: style: The scope of the variable 'dotproduct' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajvector.c:337:11: style: The scope of the variable 'radians' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajvector.c:165:33: style: Function 'aj3dVectorDel' argument 1 names different: declaration 'pthys' definition 'pthis'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajvector.h:135:40: note: Function 'aj3dVectorDel' argument 1 names different: declaration 'pthys' definition 'pthis'.
EMBOSS-6.6.0/ajax/core/ajvector.c:165:33: note: Function 'aj3dVectorDel' argument 1 names different: declaration 'pthys' definition 'pthis'.
EMBOSS-6.6.0/ajax/core/ajvector.c:216:20: style: Function 'aj3dVectorCrossProduct' argument 3 names different: declaration 'crossproduct' definition 'crossProduct'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajvector.h:131:48: note: Function 'aj3dVectorCrossProduct' argument 3 names different: declaration 'crossproduct' definition 'crossProduct'.
EMBOSS-6.6.0/ajax/core/ajvector.c:216:20: note: Function 'aj3dVectorCrossProduct' argument 3 names different: declaration 'crossproduct' definition 'crossProduct'.
EMBOSS-6.6.0/ajax/core/ajvector.c:265:15: style: Function 'aj3dVectorBetweenPoints' argument 2 names different: declaration 'X' definition 'fStartX'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajvector.h:125:43: note: Function 'aj3dVectorBetweenPoints' argument 2 names different: declaration 'X' definition 'fStartX'.
EMBOSS-6.6.0/ajax/core/ajvector.c:265:15: note: Function 'aj3dVectorBetweenPoints' argument 2 names different: declaration 'X' definition 'fStartX'.
EMBOSS-6.6.0/ajax/core/ajvector.c:265:30: style: Function 'aj3dVectorBetweenPoints' argument 3 names different: declaration 'Y' definition 'fStartY'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajvector.h:125:52: note: Function 'aj3dVectorBetweenPoints' argument 3 names different: declaration 'Y' definition 'fStartY'.
EMBOSS-6.6.0/ajax/core/ajvector.c:265:30: note: Function 'aj3dVectorBetweenPoints' argument 3 names different: declaration 'Y' definition 'fStartY'.
EMBOSS-6.6.0/ajax/core/ajvector.c:265:45: style: Function 'aj3dVectorBetweenPoints' argument 4 names different: declaration 'Z' definition 'fStartZ'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajvector.h:126:43: note: Function 'aj3dVectorBetweenPoints' argument 4 names different: declaration 'Z' definition 'fStartZ'.
EMBOSS-6.6.0/ajax/core/ajvector.c:265:45: note: Function 'aj3dVectorBetweenPoints' argument 4 names different: declaration 'Z' definition 'fStartZ'.
EMBOSS-6.6.0/ajax/core/ajvector.c:266:15: style: Function 'aj3dVectorBetweenPoints' argument 5 names different: declaration 'endX' definition 'fEndX'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajvector.h:126:52: note: Function 'aj3dVectorBetweenPoints' argument 5 names different: declaration 'endX' definition 'fEndX'.
EMBOSS-6.6.0/ajax/core/ajvector.c:266:15: note: Function 'aj3dVectorBetweenPoints' argument 5 names different: declaration 'endX' definition 'fEndX'.
EMBOSS-6.6.0/ajax/core/ajvector.c:266:28: style: Function 'aj3dVectorBetweenPoints' argument 6 names different: declaration 'endY' definition 'fEndY'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajvector.h:126:64: note: Function 'aj3dVectorBetweenPoints' argument 6 names different: declaration 'endY' definition 'fEndY'.
EMBOSS-6.6.0/ajax/core/ajvector.c:266:28: note: Function 'aj3dVectorBetweenPoints' argument 6 names different: declaration 'endY' definition 'fEndY'.
EMBOSS-6.6.0/ajax/core/ajvector.c:266:41: style: Function 'aj3dVectorBetweenPoints' argument 7 names different: declaration 'endZ' definition 'fEndZ'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajvector.h:127:43: note: Function 'aj3dVectorBetweenPoints' argument 7 names different: declaration 'endZ' definition 'fEndZ'.
EMBOSS-6.6.0/ajax/core/ajvector.c:266:41: note: Function 'aj3dVectorBetweenPoints' argument 7 names different: declaration 'endZ' definition 'fEndZ'.
EMBOSS-6.6.0/ajax/core/ajvector.c:330:27: style: Function 'aj3dVectorAngle' argument 2 names different: declaration 'fecond' definition 'second'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajvector.h:123:47: note: Function 'aj3dVectorAngle' argument 2 names different: declaration 'fecond' definition 'second'.
EMBOSS-6.6.0/ajax/core/ajvector.c:330:27: note: Function 'aj3dVectorAngle' argument 2 names different: declaration 'fecond' definition 'second'.
EMBOSS-6.6.0/ajax/core/ajxml.c:154:5: style: Redundant pointer operation on 'Pxml' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajxmlread.c:594:31: warning: Either the condition '!thys' is redundant or there is possible null pointer dereference: thys. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajxmlread.c:597:8: note: Assuming that condition '!thys' is not redundant
EMBOSS-6.6.0/ajax/core/ajxmlread.c:594:31: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajxmlread.c:595:13: warning: Either the condition '!thys' is redundant or there is possible null pointer dereference: thys. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/core/ajxmlread.c:597:8: note: Assuming that condition '!thys' is not redundant
EMBOSS-6.6.0/ajax/core/ajxmlread.c:595:13: note: Null pointer dereference
EMBOSS-6.6.0/ajax/core/ajxmlread.c:1710:5: style: Variable 'qrystr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajxmlread.c:1699:0: note: Variable 'qrystr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajxmlread.c:1710:5: note: Variable 'qrystr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajxmlread.c:1715:5: style: Variable 'fmtstr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/core/ajxmlread.c:1701:0: note: Variable 'fmtstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajxmlread.c:1715:5: note: Variable 'fmtstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/core/ajxmlread.c:791:12: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajxmlread.c:793:12: style: The scope of the variable 'jstat' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajxmlread.c:1698:12: style: The scope of the variable 'ret' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/core/ajxmlread.c:276:5: style: Redundant pointer operation on 'pthis' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajxmlread.c:2084:5: style: Redundant pointer operation on 'pthis' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/ajax/core/ajxmlread.c:462:43: style: Function 'ajXmlinRead' argument 2 names different: declaration 'thys' definition 'xml'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajxmlread.h:88:53: note: Function 'ajXmlinRead' argument 2 names different: declaration 'thys' definition 'xml'.
EMBOSS-6.6.0/ajax/core/ajxmlread.c:462:43: note: Function 'ajXmlinRead' argument 2 names different: declaration 'thys' definition 'xml'.
EMBOSS-6.6.0/ajax/core/ajxmlread.c:1084:37: style: Function 'xmlinReadXml' argument 1 names different: declaration 'thys' definition 'xmlin'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/core/ajxmlread.c:49:37: note: Function 'xmlinReadXml' argument 1 names different: declaration 'thys' definition 'xmlin'.
EMBOSS-6.6.0/ajax/core/ajxmlread.c:1084:37: note: Function 'xmlinReadXml' argument 1 names different: declaration 'thys' definition 'xmlin'.
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:980:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:973:34: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:980:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:982:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:973:34: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:982:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:983:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:973:34: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:983:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:984:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:973:34: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:984:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:985:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:973:34: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:985:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:986:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:973:34: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:986:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:989:9: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:973:34: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:989:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:991:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:973:34: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:991:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:993:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:973:34: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:993:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:995:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:973:34: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:995:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:1046:5: warning: Possible null pointer dereference: baf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:1030:32: note: Assignment 'baf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:1046:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:1048:5: warning: Possible null pointer dereference: baf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:1030:32: note: Assignment 'baf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:1048:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:1049:5: warning: Possible null pointer dereference: baf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:1030:32: note: Assignment 'baf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:1049:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:1118:5: warning: Possible null pointer dereference: baf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:1108:32: note: Assignment 'baf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:1118:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:1120:5: warning: Possible null pointer dereference: baf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:1108:32: note: Assignment 'baf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:1120:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:1122:5: warning: Possible null pointer dereference: baf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:1108:32: note: Assignment 'baf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:1122:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:1124:5: warning: Possible null pointer dereference: baf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:1108:32: note: Assignment 'baf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:1124:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:1126:5: warning: Possible null pointer dereference: baf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:1108:32: note: Assignment 'baf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:1126:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:1130:9: warning: Possible null pointer dereference: baf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:1108:32: note: Assignment 'baf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:1130:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:1132:5: warning: Possible null pointer dereference: baf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:1108:32: note: Assignment 'baf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:1132:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:1134:5: warning: Possible null pointer dereference: baf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:1108:32: note: Assignment 'baf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:1134:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:1178:5: warning: Possible null pointer dereference: baf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:1168:32: note: Assignment 'baf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:1178:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:1180:5: warning: Possible null pointer dereference: baf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:1168:32: note: Assignment 'baf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:1180:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:1182:5: warning: Possible null pointer dereference: baf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:1168:32: note: Assignment 'baf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:1182:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:1184:5: warning: Possible null pointer dereference: baf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:1168:32: note: Assignment 'baf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:1184:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:1186:5: warning: Possible null pointer dereference: baf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:1168:32: note: Assignment 'baf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:1186:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:1190:9: warning: Possible null pointer dereference: baf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:1168:32: note: Assignment 'baf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:1190:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:1192:5: warning: Possible null pointer dereference: baf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:1168:32: note: Assignment 'baf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:1192:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:1194:5: warning: Possible null pointer dereference: baf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:1168:32: note: Assignment 'baf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:1194:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:2165:28: warning: Either the condition 'baf2' is redundant or there is possible null pointer dereference: baf2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:2162:20: note: Assuming that condition 'baf2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:2165:28: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:2229:9: warning: Either the condition 'baf2' is redundant or there is possible null pointer dereference: baf2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:2224:20: note: Assuming that condition 'baf2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:2229:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:2287:9: warning: Either the condition 'baf2' is redundant or there is possible null pointer dereference: baf2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:2282:20: note: Assuming that condition 'baf2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:2287:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:2345:9: warning: Either the condition 'baf2' is redundant or there is possible null pointer dereference: baf2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:2340:20: note: Assuming that condition 'baf2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:2345:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:2403:9: warning: Either the condition 'baf2' is redundant or there is possible null pointer dereference: baf2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:2398:20: note: Assuming that condition 'baf2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensalign.c:2403:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensanalysis.c:2888:9: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
EMBOSS-6.6.0/ajax/ensembl/ensanalysis.c:299:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensanalysis.c:292:26: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensanalysis.c:299:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensanalysis.c:301:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensanalysis.c:292:26: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensanalysis.c:301:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensanalysis.c:303:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensanalysis.c:292:26: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensanalysis.c:303:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensanalysis.c:306:9: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensanalysis.c:292:26: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensanalysis.c:306:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensanalysis.c:420:5: warning: Possible null pointer dereference: analysis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensanalysis.c:413:29: note: Assignment 'analysis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensanalysis.c:420:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensanalysis.c:422:5: warning: Possible null pointer dereference: analysis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensanalysis.c:413:29: note: Assignment 'analysis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensanalysis.c:422:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensanalysis.c:424:5: warning: Possible null pointer dereference: analysis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensanalysis.c:413:29: note: Assignment 'analysis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensanalysis.c:424:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensanalysis.c:427:9: warning: Possible null pointer dereference: analysis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensanalysis.c:413:29: note: Assignment 'analysis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensanalysis.c:427:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensanalysis.c:2126:33: warning: Either the condition 'analysis2' is redundant or there is possible null pointer dereference: analysis2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensanalysis.c:2123:25: note: Assuming that condition 'analysis2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensanalysis.c:2126:33: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensanalysis.c:2183:33: warning: Either the condition 'analysis2' is redundant or there is possible null pointer dereference: analysis2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensanalysis.c:2180:25: note: Assuming that condition 'analysis2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensanalysis.c:2183:33: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensanalysis.c:2240:39: warning: Either the condition 'analysis2' is redundant or there is possible null pointer dereference: analysis2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensanalysis.c:2237:25: note: Assuming that condition 'analysis2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensanalysis.c:2240:39: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensanalysis.c:2291:44: warning: Either the condition 'analysis2' is redundant or there is possible null pointer dereference: analysis2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensanalysis.c:2288:25: note: Assuming that condition 'analysis2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensanalysis.c:2291:44: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensanalysis.c:2677:5: warning: Possible null pointer dereference: aa [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensanalysis.c:2665:30: note: Assignment 'aa=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensanalysis.c:2677:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassembly.c:158:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensassembly.c:151:26: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensassembly.c:158:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassembly.c:160:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensassembly.c:151:26: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensassembly.c:160:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassembly.c:161:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensassembly.c:151:26: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensassembly.c:161:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassembly.c:162:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensassembly.c:151:26: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensassembly.c:162:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassembly.c:163:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensassembly.c:151:26: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensassembly.c:163:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassembly.c:164:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensassembly.c:151:26: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensassembly.c:164:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassembly.c:165:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensassembly.c:151:26: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensassembly.c:165:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassembly.c:166:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensassembly.c:151:26: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensassembly.c:166:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassembly.c:210:5: warning: Possible null pointer dereference: assembly [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensassembly.c:200:29: note: Assignment 'assembly=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensassembly.c:210:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassembly.c:212:5: warning: Possible null pointer dereference: assembly [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensassembly.c:200:29: note: Assignment 'assembly=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensassembly.c:212:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassembly.c:213:5: warning: Possible null pointer dereference: assembly [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensassembly.c:200:29: note: Assignment 'assembly=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensassembly.c:213:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassembly.c:214:5: warning: Possible null pointer dereference: assembly [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensassembly.c:200:29: note: Assignment 'assembly=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensassembly.c:214:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassembly.c:215:5: warning: Possible null pointer dereference: assembly [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensassembly.c:200:29: note: Assignment 'assembly=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensassembly.c:215:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassembly.c:216:5: warning: Possible null pointer dereference: assembly [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensassembly.c:200:29: note: Assignment 'assembly=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensassembly.c:216:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassembly.c:217:5: warning: Possible null pointer dereference: assembly [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensassembly.c:200:29: note: Assignment 'assembly=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensassembly.c:217:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassembly.c:218:5: warning: Possible null pointer dereference: assembly [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensassembly.c:200:29: note: Assignment 'assembly=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensassembly.c:218:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:225:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:218:35: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:225:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:227:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:218:35: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:227:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:228:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:218:35: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:228:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:229:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:218:35: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:229:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:230:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:218:35: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:230:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:231:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:218:35: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:231:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:232:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:218:35: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:232:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:233:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:218:35: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:233:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:234:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:218:35: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:234:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:235:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:218:35: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:235:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:236:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:218:35: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:236:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:289:5: warning: Possible null pointer dereference: ae [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:279:32: note: Assignment 'ae=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:289:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:291:5: warning: Possible null pointer dereference: ae [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:279:32: note: Assignment 'ae=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:291:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:292:5: warning: Possible null pointer dereference: ae [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:279:32: note: Assignment 'ae=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:292:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:293:5: warning: Possible null pointer dereference: ae [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:279:32: note: Assignment 'ae=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:293:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:294:5: warning: Possible null pointer dereference: ae [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:279:32: note: Assignment 'ae=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:294:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:295:5: warning: Possible null pointer dereference: ae [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:279:32: note: Assignment 'ae=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:295:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:296:5: warning: Possible null pointer dereference: ae [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:279:32: note: Assignment 'ae=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:296:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:297:5: warning: Possible null pointer dereference: ae [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:279:32: note: Assignment 'ae=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:297:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:298:5: warning: Possible null pointer dereference: ae [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:279:32: note: Assignment 'ae=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:298:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:299:5: warning: Possible null pointer dereference: ae [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:279:32: note: Assignment 'ae=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:299:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:300:5: warning: Possible null pointer dereference: ae [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:279:32: note: Assignment 'ae=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:300:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:1347:29: warning: Either the condition 'ae2' is redundant or there is possible null pointer dereference: ae2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:1344:19: note: Assuming that condition 'ae2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:1347:29: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:1350:29: warning: Either the condition 'ae2' is redundant or there is possible null pointer dereference: ae2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:1344:19: note: Assuming that condition 'ae2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:1350:29: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:1411:29: warning: Either the condition 'ae2' is redundant or there is possible null pointer dereference: ae2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:1408:19: note: Assuming that condition 'ae2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:1411:29: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:1414:29: warning: Either the condition 'ae2' is redundant or there is possible null pointer dereference: ae2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:1408:19: note: Assuming that condition 'ae2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:1414:29: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:1809:5: warning: Possible null pointer dereference: aea [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:1802:40: note: Assignment 'aea=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:1809:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:1636:9: style: Variable 'aet' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:1620:9: note: Variable 'aet' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:1636:9: note: Variable 'aet' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:977:31: style: Function 'ensAssemblyexceptionSetType' argument 2 names different: declaration 'type' definition 'aet'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.h:260:31: note: Function 'ensAssemblyexceptionSetType' argument 2 names different: declaration 'type' definition 'aet'.
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:977:31: note: Function 'ensAssemblyexceptionSetType' argument 2 names different: declaration 'type' definition 'aet'.
EMBOSS-6.6.0/ajax/ensembl/ensassemblyexception.c:1279:32: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:240:5: warning: Possible null pointer dereference: gam [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:210:37: note: Assignment 'gam=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:240:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:241:5: warning: Possible null pointer dereference: gam [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:210:37: note: Assignment 'gam=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:241:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:242:5: warning: Possible null pointer dereference: gam [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:210:37: note: Assignment 'gam=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:242:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:243:5: warning: Possible null pointer dereference: gam [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:210:37: note: Assignment 'gam=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:243:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:244:5: warning: Possible null pointer dereference: gam [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:210:37: note: Assignment 'gam=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:244:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:245:5: warning: Possible null pointer dereference: gam [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:210:37: note: Assignment 'gam=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:245:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:249:5: warning: Possible null pointer dereference: gam [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:210:37: note: Assignment 'gam=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:249:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:250:5: warning: Possible null pointer dereference: gam [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:210:37: note: Assignment 'gam=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:250:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:253:9: warning: Possible null pointer dereference: gam [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:210:37: note: Assignment 'gam=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:253:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:257:9: warning: Possible null pointer dereference: gam [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:210:37: note: Assignment 'gam=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:257:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:904:6: warning: Possible null pointer dereference: Pchunkid [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:862:23: note: Assignment 'Pchunkid=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:904:6: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:952:6: warning: Possible null pointer dereference: Pcmpsrid [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:932:24: note: Assignment 'Pcmpsrid=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:952:6: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:1352:5: warning: Possible null pointer dereference: cam [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:1310:37: note: Assignment 'cam=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:1352:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:1353:5: warning: Possible null pointer dereference: cam [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:1310:37: note: Assignment 'cam=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:1353:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:1354:5: warning: Possible null pointer dereference: cam [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:1310:37: note: Assignment 'cam=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:1354:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:1355:5: warning: Possible null pointer dereference: cam [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:1310:37: note: Assignment 'cam=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:1355:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:1356:5: warning: Possible null pointer dereference: cam [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:1310:37: note: Assignment 'cam=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:1356:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:1357:5: warning: Possible null pointer dereference: cam [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:1310:37: note: Assignment 'cam=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:1357:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:1358:5: warning: Possible null pointer dereference: cam [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:1310:37: note: Assignment 'cam=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:1358:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:1359:5: warning: Possible null pointer dereference: cam [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:1310:37: note: Assignment 'cam=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:1359:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:1360:5: warning: Possible null pointer dereference: cam [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:1310:37: note: Assignment 'cam=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:1360:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:1361:5: warning: Possible null pointer dereference: cam [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:1310:37: note: Assignment 'cam=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:1361:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:1362:5: warning: Possible null pointer dereference: cam [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:1310:37: note: Assignment 'cam=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:1362:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:2470:5: warning: Possible null pointer dereference: tlam [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:2442:39: note: Assignment 'tlam=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:2470:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:2472:5: warning: Possible null pointer dereference: tlam [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:2442:39: note: Assignment 'tlam=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:2472:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:2474:40: warning: Possible null pointer dereference: tlam [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:2442:39: note: Assignment 'tlam=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:2474:40: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:2476:5: warning: Possible null pointer dereference: tlam [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:2442:39: note: Assignment 'tlam=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:2476:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:2477:5: warning: Possible null pointer dereference: tlam [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:2442:39: note: Assignment 'tlam=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:2477:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:2479:5: warning: Possible null pointer dereference: tlam [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:2442:39: note: Assignment 'tlam=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:2479:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:3197:5: warning: Possible null pointer dereference: am [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:3159:29: note: Assignment 'am=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:3197:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:3199:5: warning: Possible null pointer dereference: am [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:3159:29: note: Assignment 'am=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:3199:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:3200:5: warning: Possible null pointer dereference: am [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:3159:29: note: Assignment 'am=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:3200:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:3201:5: warning: Possible null pointer dereference: am [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:3159:29: note: Assignment 'am=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:3201:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:3203:5: warning: Possible null pointer dereference: am [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:3159:29: note: Assignment 'am=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:3203:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:3885:5: warning: Possible null pointer dereference: ama [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:3873:37: note: Assignment 'ama=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:3885:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:3887:5: warning: Possible null pointer dereference: ama [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:3873:37: note: Assignment 'ama=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:3887:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:3890:9: warning: Possible null pointer dereference: ama [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:3873:37: note: Assignment 'ama=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:3890:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:1312:5: style: Variable 'debug' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:1304:0: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:1312:5: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:2900:5: style: Variable 'debug' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:2885:0: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:2900:5: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:4138:5: style: Variable 'debug' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:4121:0: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensassemblymapper.c:4138:5: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensattribute.c:2394:9: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
EMBOSS-6.6.0/ajax/ensembl/ensattribute.c:210:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensattribute.c:206:27: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensattribute.c:210:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensattribute.c:213:9: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensattribute.c:206:27: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensattribute.c:213:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensattribute.c:215:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensattribute.c:206:27: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensattribute.c:215:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensattribute.c:244:5: warning: Possible null pointer dereference: attribute [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensattribute.c:240:31: note: Assignment 'attribute=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensattribute.c:244:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensattribute.c:247:9: warning: Possible null pointer dereference: attribute [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensattribute.c:240:31: note: Assignment 'attribute=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensattribute.c:247:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensattribute.c:249:5: warning: Possible null pointer dereference: attribute [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensattribute.c:240:31: note: Assignment 'attribute=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensattribute.c:249:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensattribute.c:1399:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensattribute.c:1395:31: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensattribute.c:1399:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensattribute.c:1400:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensattribute.c:1395:31: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensattribute.c:1400:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensattribute.c:1401:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensattribute.c:1395:31: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensattribute.c:1401:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensattribute.c:1404:9: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensattribute.c:1395:31: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensattribute.c:1404:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensattribute.c:1446:5: warning: Possible null pointer dereference: at [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensattribute.c:1442:28: note: Assignment 'at=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensattribute.c:1446:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensattribute.c:1447:5: warning: Possible null pointer dereference: at [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensattribute.c:1442:28: note: Assignment 'at=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensattribute.c:1447:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensattribute.c:1448:5: warning: Possible null pointer dereference: at [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensattribute.c:1442:28: note: Assignment 'at=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensattribute.c:1448:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensattribute.c:1451:9: warning: Possible null pointer dereference: at [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensattribute.c:1442:28: note: Assignment 'at=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensattribute.c:1451:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensattribute.c:2186:5: warning: Possible null pointer dereference: ata [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensattribute.c:2174:36: note: Assignment 'ata=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensattribute.c:2186:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensbaseadaptor.c:229:5: warning: Possible null pointer dereference: ba [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensbaseadaptor.c:213:26: note: Assignment 'ba=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensbaseadaptor.c:229:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensbaseadaptor.c:230:5: warning: Possible null pointer dereference: ba [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensbaseadaptor.c:213:26: note: Assignment 'ba=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensbaseadaptor.c:230:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensbaseadaptor.c:231:5: warning: Possible null pointer dereference: ba [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensbaseadaptor.c:213:26: note: Assignment 'ba=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensbaseadaptor.c:231:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensbaseadaptor.c:232:5: warning: Possible null pointer dereference: ba [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensbaseadaptor.c:213:26: note: Assignment 'ba=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensbaseadaptor.c:232:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensbaseadaptor.c:233:5: warning: Possible null pointer dereference: ba [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensbaseadaptor.c:213:26: note: Assignment 'ba=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensbaseadaptor.c:233:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensbaseadaptor.c:234:5: warning: Possible null pointer dereference: ba [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensbaseadaptor.c:213:26: note: Assignment 'ba=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensbaseadaptor.c:234:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensbaseadaptor.c:235:5: warning: Possible null pointer dereference: ba [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensbaseadaptor.c:213:26: note: Assignment 'ba=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensbaseadaptor.c:235:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensbaseadaptor.c:761:5: style: Variable 'debug' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ensembl/ensbaseadaptor.c:753:0: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensbaseadaptor.c:761:5: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensbaseadaptor.c:1118:5: style: Variable 'debug' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ensembl/ensbaseadaptor.c:1113:0: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensbaseadaptor.c:1118:5: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensbaseadaptor.c:1203:5: style: Variable 'debug' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ensembl/ensbaseadaptor.c:1196:0: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensbaseadaptor.c:1203:5: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/enscache.c:169:5: warning: Possible null pointer dereference: node [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enscache.c:154:23: note: Assignment 'node=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enscache.c:169:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enscache.c:181:13: warning: Possible null pointer dereference: node [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enscache.c:154:23: note: Assignment 'node=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enscache.c:181:13: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enscache.c:185:13: warning: Possible null pointer dereference: node [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enscache.c:154:23: note: Assignment 'node=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enscache.c:185:13: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enscache.c:193:13: warning: Possible null pointer dereference: node [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enscache.c:154:23: note: Assignment 'node=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enscache.c:193:13: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enscache.c:197:13: warning: Possible null pointer dereference: node [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enscache.c:154:23: note: Assignment 'node=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enscache.c:197:13: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enscache.c:199:13: warning: Possible null pointer dereference: node [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enscache.c:154:23: note: Assignment 'node=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enscache.c:199:13: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enscache.c:612:5: warning: Possible null pointer dereference: cache [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enscache.c:527:23: note: Assignment 'cache=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enscache.c:612:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enscache.c:613:5: warning: Possible null pointer dereference: cache [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enscache.c:527:23: note: Assignment 'cache=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enscache.c:613:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enscache.c:619:13: warning: Possible null pointer dereference: cache [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enscache.c:527:23: note: Assignment 'cache=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enscache.c:619:13: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enscache.c:625:13: warning: Possible null pointer dereference: cache [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enscache.c:527:23: note: Assignment 'cache=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enscache.c:625:13: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enscache.c:632:20: warning: Possible null pointer dereference: cache [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enscache.c:527:23: note: Assignment 'cache=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enscache.c:632:20: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enscache.c:641:9: warning: Possible null pointer dereference: cache [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enscache.c:527:23: note: Assignment 'cache=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enscache.c:641:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enscache.c:645:5: warning: Possible null pointer dereference: cache [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enscache.c:527:23: note: Assignment 'cache=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enscache.c:645:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enscache.c:646:5: warning: Possible null pointer dereference: cache [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enscache.c:527:23: note: Assignment 'cache=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enscache.c:646:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enscache.c:647:5: warning: Possible null pointer dereference: cache [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enscache.c:527:23: note: Assignment 'cache=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enscache.c:647:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enscache.c:648:5: warning: Possible null pointer dereference: cache [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enscache.c:527:23: note: Assignment 'cache=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enscache.c:648:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enscache.c:649:5: warning: Possible null pointer dereference: cache [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enscache.c:527:23: note: Assignment 'cache=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enscache.c:649:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enscache.c:650:5: warning: Possible null pointer dereference: cache [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enscache.c:527:23: note: Assignment 'cache=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enscache.c:650:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enscache.c:651:5: warning: Possible null pointer dereference: cache [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enscache.c:527:23: note: Assignment 'cache=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enscache.c:651:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enscache.c:652:5: warning: Possible null pointer dereference: cache [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enscache.c:527:23: note: Assignment 'cache=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enscache.c:652:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enscache.c:653:5: warning: Possible null pointer dereference: cache [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enscache.c:527:23: note: Assignment 'cache=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enscache.c:653:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enscache.c:654:5: warning: Possible null pointer dereference: cache [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enscache.c:527:23: note: Assignment 'cache=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enscache.c:654:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enscache.c:655:5: warning: Possible null pointer dereference: cache [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enscache.c:527:23: note: Assignment 'cache=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enscache.c:655:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enscache.c:656:5: warning: Possible null pointer dereference: cache [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enscache.c:527:23: note: Assignment 'cache=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enscache.c:656:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enscache.c:657:5: warning: Possible null pointer dereference: cache [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enscache.c:527:23: note: Assignment 'cache=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enscache.c:657:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enscache.c:658:5: warning: Possible null pointer dereference: cache [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enscache.c:527:23: note: Assignment 'cache=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enscache.c:658:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enscache.c:659:5: warning: Possible null pointer dereference: cache [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enscache.c:527:23: note: Assignment 'cache=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enscache.c:659:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enscache.c:660:5: warning: Possible null pointer dereference: cache [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enscache.c:527:23: note: Assignment 'cache=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enscache.c:660:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enscache.c:661:5: warning: Possible null pointer dereference: cache [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enscache.c:527:23: note: Assignment 'cache=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enscache.c:661:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enscache.c:529:5: style: Variable 'debug' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ensembl/enscache.c:525:0: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/enscache.c:529:5: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/enscoordsystem.c:199:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enscoordsystem.c:192:29: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enscoordsystem.c:199:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enscoordsystem.c:201:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enscoordsystem.c:192:29: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enscoordsystem.c:201:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enscoordsystem.c:203:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enscoordsystem.c:192:29: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enscoordsystem.c:203:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enscoordsystem.c:206:9: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enscoordsystem.c:192:29: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enscoordsystem.c:206:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enscoordsystem.c:369:5: warning: Possible null pointer dereference: cs [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enscoordsystem.c:279:26: note: Assignment 'cs=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enscoordsystem.c:369:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enscoordsystem.c:371:5: warning: Possible null pointer dereference: cs [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enscoordsystem.c:279:26: note: Assignment 'cs=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enscoordsystem.c:371:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enscoordsystem.c:373:5: warning: Possible null pointer dereference: cs [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enscoordsystem.c:279:26: note: Assignment 'cs=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enscoordsystem.c:373:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enscoordsystem.c:376:9: warning: Possible null pointer dereference: cs [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enscoordsystem.c:279:26: note: Assignment 'cs=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enscoordsystem.c:376:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enscoordsystem.c:1112:27: warning: Either the condition 'cs2' is redundant or there is possible null pointer dereference: cs2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/enscoordsystem.c:1109:19: note: Assuming that condition 'cs2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/enscoordsystem.c:1112:27: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enscoordsystem.c:1169:27: warning: Either the condition 'cs2' is redundant or there is possible null pointer dereference: cs2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/enscoordsystem.c:1166:19: note: Assuming that condition 'cs2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/enscoordsystem.c:1169:27: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enscoordsystem.c:1226:21: warning: Either the condition 'cs2' is redundant or there is possible null pointer dereference: cs2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/enscoordsystem.c:1223:19: note: Assuming that condition 'cs2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/enscoordsystem.c:1226:21: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enscoordsystem.c:1283:21: warning: Either the condition 'cs2' is redundant or there is possible null pointer dereference: cs2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/enscoordsystem.c:1280:19: note: Assuming that condition 'cs2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/enscoordsystem.c:1283:21: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enscoordsystem.c:2398:5: warning: Possible null pointer dereference: csa [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enscoordsystem.c:2391:34: note: Assignment 'csa=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enscoordsystem.c:2398:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enscoordsystem.c:2411:5: warning: Possible null pointer dereference: csa [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enscoordsystem.c:2391:34: note: Assignment 'csa=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enscoordsystem.c:2411:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enscoordsystem.c:1897:5: style: Variable 'debug' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ensembl/enscoordsystem.c:1871:0: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/enscoordsystem.c:1897:5: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/enscoordsystem.c:2202:5: style: Variable 'debug' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ensembl/enscoordsystem.c:2191:0: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/enscoordsystem.c:2202:5: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/enscoordsystem.c:3142:5: style: Variable 'debug' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ensembl/enscoordsystem.c:3120:0: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/enscoordsystem.c:3142:5: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/enscoordsystem.c:275:12: style: Function 'ensCoordsystemNewIni' argument 6 names different: declaration 'deflt' definition 'dflt'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ensembl/enscoordsystem.h:166:45: note: Function 'ensCoordsystemNewIni' argument 6 names different: declaration 'deflt' definition 'dflt'.
EMBOSS-6.6.0/ajax/ensembl/enscoordsystem.c:275:12: note: Function 'ensCoordsystemNewIni' argument 6 names different: declaration 'deflt' definition 'dflt'.
EMBOSS-6.6.0/ajax/ensembl/enscoordsystem.c:276:12: style: Function 'ensCoordsystemNewIni' argument 7 names different: declaration 'toplvl' definition 'toplevel'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ensembl/enscoordsystem.h:167:45: note: Function 'ensCoordsystemNewIni' argument 7 names different: declaration 'toplvl' definition 'toplevel'.
EMBOSS-6.6.0/ajax/ensembl/enscoordsystem.c:276:12: note: Function 'ensCoordsystemNewIni' argument 7 names different: declaration 'toplvl' definition 'toplevel'.
EMBOSS-6.6.0/ajax/ensembl/enscoordsystem.c:277:12: style: Function 'ensCoordsystemNewIni' argument 8 names different: declaration 'seqlvl' definition 'seqlevel'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ensembl/enscoordsystem.h:168:45: note: Function 'ensCoordsystemNewIni' argument 8 names different: declaration 'seqlvl' definition 'seqlevel'.
EMBOSS-6.6.0/ajax/ensembl/enscoordsystem.c:277:12: note: Function 'ensCoordsystemNewIni' argument 8 names different: declaration 'seqlvl' definition 'seqlevel'.
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseadaptor.c:559:5: warning: Possible null pointer dereference: dba [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseadaptor.c:527:31: note: Assignment 'dba=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseadaptor.c:559:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseadaptor.c:562:9: warning: Possible null pointer dereference: dba [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseadaptor.c:527:31: note: Assignment 'dba=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseadaptor.c:562:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseadaptor.c:564:5: warning: Possible null pointer dereference: dba [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseadaptor.c:527:31: note: Assignment 'dba=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseadaptor.c:564:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseadaptor.c:566:5: warning: Possible null pointer dereference: dba [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseadaptor.c:527:31: note: Assignment 'dba=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseadaptor.c:566:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseadaptor.c:568:5: warning: Possible null pointer dereference: dba [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseadaptor.c:527:31: note: Assignment 'dba=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseadaptor.c:568:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseadaptor.c:289:5: style: Variable 'debug' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseadaptor.c:274:0: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseadaptor.c:289:5: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseadaptor.c:1729:31: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseconnection.c:186:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseconnection.c:168:36: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseconnection.c:186:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseconnection.c:189:9: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseconnection.c:168:36: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseconnection.c:189:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseconnection.c:277:5: warning: Possible null pointer dereference: dbc [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseconnection.c:252:34: note: Assignment 'dbc=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseconnection.c:277:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseconnection.c:280:9: warning: Possible null pointer dereference: dbc [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseconnection.c:252:34: note: Assignment 'dbc=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseconnection.c:280:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:285:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:278:35: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:285:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:287:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:278:35: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:287:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:293:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:278:35: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:293:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:295:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:278:35: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:295:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:298:9: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:278:35: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:298:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:409:5: warning: Possible null pointer dereference: er [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:366:32: note: Assignment 'er=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:409:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:411:5: warning: Possible null pointer dereference: er [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:366:32: note: Assignment 'er=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:411:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:413:5: warning: Possible null pointer dereference: er [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:366:32: note: Assignment 'er=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:413:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:415:5: warning: Possible null pointer dereference: er [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:366:32: note: Assignment 'er=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:415:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:418:9: warning: Possible null pointer dereference: er [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:366:32: note: Assignment 'er=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:418:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:1868:9: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:1860:35: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:1868:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:1870:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:1860:35: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:1870:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:1871:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:1860:35: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:1871:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:1872:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:1860:35: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:1872:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:1873:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:1860:35: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:1873:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:1874:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:1860:35: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:1874:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:1875:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:1860:35: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:1875:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:1876:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:1860:35: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:1876:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:1877:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:1860:35: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:1877:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:1878:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:1860:35: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:1878:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:1922:9: warning: Possible null pointer dereference: ir [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:1917:32: note: Assignment 'ir=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:1922:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:1926:5: warning: Possible null pointer dereference: ir [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:1917:32: note: Assignment 'ir=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:1926:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:1927:5: warning: Possible null pointer dereference: ir [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:1917:32: note: Assignment 'ir=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:1927:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:1928:5: warning: Possible null pointer dereference: ir [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:1917:32: note: Assignment 'ir=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:1928:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:1929:5: warning: Possible null pointer dereference: ir [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:1917:32: note: Assignment 'ir=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:1929:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:1930:5: warning: Possible null pointer dereference: ir [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:1917:32: note: Assignment 'ir=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:1930:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:1931:5: warning: Possible null pointer dereference: ir [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:1917:32: note: Assignment 'ir=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:1931:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:1932:5: warning: Possible null pointer dereference: ir [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:1917:32: note: Assignment 'ir=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:1932:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:1933:5: warning: Possible null pointer dereference: ir [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:1917:32: note: Assignment 'ir=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:1933:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:2744:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:2737:33: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:2744:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:2745:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:2737:33: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:2745:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:2747:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:2737:33: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:2747:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:2790:5: warning: Possible null pointer dereference: ol [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:2772:30: note: Assignment 'ol=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:2790:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:2791:5: warning: Possible null pointer dereference: ol [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:2772:30: note: Assignment 'ol=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:2791:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:2793:5: warning: Possible null pointer dereference: ol [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:2772:30: note: Assignment 'ol=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:2793:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:3097:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:3088:31: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:3097:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:3099:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:3088:31: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:3099:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:3101:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:3088:31: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:3101:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:3103:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:3088:31: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:3103:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:3106:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:3088:31: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:3106:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:3111:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:3088:31: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:3111:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:3119:29: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:3088:31: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:3119:29: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:3126:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:3088:31: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:3126:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:4765:5: style: Variable 'debug' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:4726:0: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:4765:5: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:1649:36: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:1781:37: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
EMBOSS-6.6.0/ajax/ensembl/ensdatabaseentry.c:3000:29: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:316:23: warning: Either the condition 'dtr2' is redundant or there is possible null pointer dereference: dtr2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:311:20: note: Assuming that condition 'dtr2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:316:23: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:319:23: warning: Either the condition 'dtr2' is redundant or there is possible null pointer dereference: dtr2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:311:20: note: Assuming that condition 'dtr2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:319:23: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:411:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:404:29: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:411:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:412:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:404:29: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:412:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:413:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:404:29: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:413:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:414:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:404:29: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:414:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:415:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:404:29: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:415:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:416:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:404:29: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:416:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:417:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:404:29: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:417:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:459:5: warning: Possible null pointer dereference: dt [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:452:26: note: Assignment 'dt=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:459:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:460:5: warning: Possible null pointer dereference: dt [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:452:26: note: Assignment 'dt=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:460:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:461:5: warning: Possible null pointer dereference: dt [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:452:26: note: Assignment 'dt=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:461:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:462:5: warning: Possible null pointer dereference: dt [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:452:26: note: Assignment 'dt=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:462:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:463:5: warning: Possible null pointer dereference: dt [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:452:26: note: Assignment 'dt=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:463:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:464:5: warning: Possible null pointer dereference: dt [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:452:26: note: Assignment 'dt=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:464:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:465:5: warning: Possible null pointer dereference: dt [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:452:26: note: Assignment 'dt=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:465:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:1359:10: warning: Possible null pointer dereference: Pidentifier [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:1319:27: note: Assignment 'Pidentifier=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:1359:10: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:1492:5: warning: Possible null pointer dereference: dta [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:1480:34: note: Assignment 'dta=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:1492:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:1962:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:1955:32: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:1962:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:1963:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:1955:32: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:1963:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:1964:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:1955:32: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:1964:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:1965:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:1955:32: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:1965:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:1966:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:1955:32: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:1966:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:1967:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:1955:32: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:1967:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:2007:5: warning: Possible null pointer dereference: df [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:2000:29: note: Assignment 'df=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:2007:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:2008:5: warning: Possible null pointer dereference: df [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:2000:29: note: Assignment 'df=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:2008:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:2009:5: warning: Possible null pointer dereference: df [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:2000:29: note: Assignment 'df=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:2009:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:2010:5: warning: Possible null pointer dereference: df [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:2000:29: note: Assignment 'df=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:2010:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:2011:5: warning: Possible null pointer dereference: df [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:2000:29: note: Assignment 'df=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:2011:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:2012:5: warning: Possible null pointer dereference: df [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:2000:29: note: Assignment 'df=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:2012:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:2602:56: warning: Either the condition 'df2' is redundant or there is possible null pointer dereference: df2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:2599:19: note: Assuming that condition 'df2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:2602:56: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:2653:57: warning: Either the condition 'df2' is redundant or there is possible null pointer dereference: df2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:2650:19: note: Assuming that condition 'df2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:2653:57: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:2704:27: warning: Either the condition 'df2' is redundant or there is possible null pointer dereference: df2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:2701:19: note: Assuming that condition 'df2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:2704:27: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:2761:58: warning: Either the condition 'df2' is redundant or there is possible null pointer dereference: df2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:2758:19: note: Assuming that condition 'df2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:2761:58: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:2812:59: warning: Either the condition 'df2' is redundant or there is possible null pointer dereference: df2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:2809:19: note: Assuming that condition 'df2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:2812:59: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:1274:9: style: Variable 'etype' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:1262:9: note: Variable 'etype' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:1274:9: note: Variable 'etype' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:3469:5: style: Variable 'debug' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:3441:0: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:3469:5: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:3426:11: style: The scope of the variable 'value' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/ensembl/ensdensity.c:1149:26: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:316:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:309:23: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:316:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:317:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:309:23: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:317:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:318:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:309:23: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:318:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:321:9: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:309:23: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:321:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:367:5: warning: Possible null pointer dereference: dt [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:363:20: note: Assignment 'dt=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:367:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:368:5: warning: Possible null pointer dereference: dt [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:363:20: note: Assignment 'dt=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:368:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:369:5: warning: Possible null pointer dereference: dt [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:363:20: note: Assignment 'dt=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:369:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:372:9: warning: Possible null pointer dereference: dt [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:363:20: note: Assignment 'dt=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:372:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:1645:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:1638:30: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:1645:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:1646:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:1638:30: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:1646:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:1647:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:1638:30: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:1647:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:1648:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:1638:30: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:1648:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:1649:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:1638:30: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:1649:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:1652:9: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:1638:30: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:1652:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:1654:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:1638:30: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:1654:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:1655:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:1638:30: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:1655:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:1656:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:1638:30: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:1656:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:1657:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:1638:30: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:1657:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:1658:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:1638:30: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:1658:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:1715:5: warning: Possible null pointer dereference: dtf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:1701:28: note: Assignment 'dtf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:1715:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:1716:5: warning: Possible null pointer dereference: dtf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:1701:28: note: Assignment 'dtf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:1716:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:1717:5: warning: Possible null pointer dereference: dtf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:1701:28: note: Assignment 'dtf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:1717:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:1718:5: warning: Possible null pointer dereference: dtf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:1701:28: note: Assignment 'dtf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:1718:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:1719:5: warning: Possible null pointer dereference: dtf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:1701:28: note: Assignment 'dtf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:1719:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:1722:9: warning: Possible null pointer dereference: dtf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:1701:28: note: Assignment 'dtf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:1722:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:1724:5: warning: Possible null pointer dereference: dtf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:1701:28: note: Assignment 'dtf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:1724:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:1725:5: warning: Possible null pointer dereference: dtf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:1701:28: note: Assignment 'dtf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:1725:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:1726:5: warning: Possible null pointer dereference: dtf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:1701:28: note: Assignment 'dtf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:1726:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:1727:5: warning: Possible null pointer dereference: dtf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:1701:28: note: Assignment 'dtf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:1727:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:1728:5: warning: Possible null pointer dereference: dtf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:1701:28: note: Assignment 'dtf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:1728:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:2713:57: warning: Either the condition 'dtf2' is redundant or there is possible null pointer dereference: dtf2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:2710:20: note: Assuming that condition 'dtf2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:2713:57: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:2764:58: warning: Either the condition 'dtf2' is redundant or there is possible null pointer dereference: dtf2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:2761:20: note: Assuming that condition 'dtf2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:2764:58: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:2815:28: warning: Either the condition 'dtf2' is redundant or there is possible null pointer dereference: dtf2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:2812:20: note: Assuming that condition 'dtf2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:2815:28: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:2872:59: warning: Either the condition 'dtf2' is redundant or there is possible null pointer dereference: dtf2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:2869:20: note: Assuming that condition 'dtf2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:2872:59: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:2923:60: warning: Either the condition 'dtf2' is redundant or there is possible null pointer dereference: dtf2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:2920:20: note: Assuming that condition 'dtf2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:2923:60: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensditag.c:2643:27: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:268:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:261:33: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:268:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:269:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:261:33: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:269:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:270:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:261:33: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:270:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:271:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:261:33: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:271:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:272:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:261:33: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:272:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:273:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:261:33: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:273:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:274:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:261:33: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:274:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:373:13: warning: Possible null pointer dereference: ec [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:319:30: note: Assignment 'ec=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:373:13: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:374:13: warning: Possible null pointer dereference: ec [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:319:30: note: Assignment 'ec=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:374:13: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:381:25: warning: Possible null pointer dereference: ec [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:319:30: note: Assignment 'ec=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:381:25: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:382:25: warning: Possible null pointer dereference: ec [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:319:30: note: Assignment 'ec=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:382:25: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:1037:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:1030:22: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:1037:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:1038:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:1030:22: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:1038:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:1039:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:1030:22: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:1039:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:1040:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:1030:22: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:1040:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:1041:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:1030:22: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:1041:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:1042:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:1030:22: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:1042:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:1043:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:1030:22: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:1043:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:1044:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:1030:22: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:1044:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:1047:9: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:1030:22: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:1047:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:1049:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:1030:22: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:1049:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:1178:5: warning: Possible null pointer dereference: exon [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:1126:21: note: Assignment 'exon=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:1178:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:1179:5: warning: Possible null pointer dereference: exon [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:1126:21: note: Assignment 'exon=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:1179:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:1180:5: warning: Possible null pointer dereference: exon [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:1126:21: note: Assignment 'exon=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:1180:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:1181:5: warning: Possible null pointer dereference: exon [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:1126:21: note: Assignment 'exon=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:1181:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:1182:5: warning: Possible null pointer dereference: exon [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:1126:21: note: Assignment 'exon=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:1182:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:1183:5: warning: Possible null pointer dereference: exon [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:1126:21: note: Assignment 'exon=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:1183:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:1184:5: warning: Possible null pointer dereference: exon [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:1126:21: note: Assignment 'exon=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:1184:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:1185:5: warning: Possible null pointer dereference: exon [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:1126:21: note: Assignment 'exon=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:1185:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:1188:9: warning: Possible null pointer dereference: exon [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:1126:21: note: Assignment 'exon=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:1188:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:1190:5: warning: Possible null pointer dereference: exon [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:1126:21: note: Assignment 'exon=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:1190:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:3691:58: warning: Either the condition 'exon2' is redundant or there is possible null pointer dereference: exon2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:3688:21: note: Assuming that condition 'exon2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:3691:58: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:3742:59: warning: Either the condition 'exon2' is redundant or there is possible null pointer dereference: exon2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:3739:21: note: Assuming that condition 'exon2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:3742:59: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:3793:29: warning: Either the condition 'exon2' is redundant or there is possible null pointer dereference: exon2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:3790:21: note: Assuming that condition 'exon2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:3793:29: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:3850:60: warning: Either the condition 'exon2' is redundant or there is possible null pointer dereference: exon2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:3847:21: note: Assuming that condition 'exon2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:3850:60: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:3901:61: warning: Either the condition 'exon2' is redundant or there is possible null pointer dereference: exon2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:3898:21: note: Assuming that condition 'exon2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:3901:61: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:4465:5: warning: Possible null pointer dereference: ea [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:4458:26: note: Assignment 'ea=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:4465:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:4481:5: warning: Possible null pointer dereference: ea [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:4458:26: note: Assignment 'ea=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:4481:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:325:5: style: Variable 'debug' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:315:0: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:325:5: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:1024:39: style: Function 'ensExonNewCpy' argument 1 names different: declaration 'object' definition 'exon'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ensembl/ensexon.h:137:39: note: Function 'ensExonNewCpy' argument 1 names different: declaration 'object' definition 'exon'.
EMBOSS-6.6.0/ajax/ensembl/ensexon.c:1024:39: note: Function 'ensExonNewCpy' argument 1 names different: declaration 'object' definition 'exon'.
EMBOSS-6.6.0/ajax/ensembl/ensexternaldatabase.c:1866:9: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
EMBOSS-6.6.0/ajax/ensembl/ensexternaldatabase.c:291:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensexternaldatabase.c:284:34: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensexternaldatabase.c:291:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensexternaldatabase.c:292:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensexternaldatabase.c:284:34: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensexternaldatabase.c:292:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensexternaldatabase.c:293:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensexternaldatabase.c:284:34: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensexternaldatabase.c:293:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensexternaldatabase.c:296:9: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensexternaldatabase.c:284:34: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensexternaldatabase.c:296:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensexternaldatabase.c:368:5: warning: Possible null pointer dereference: edb [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensexternaldatabase.c:361:32: note: Assignment 'edb=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensexternaldatabase.c:368:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensexternaldatabase.c:369:5: warning: Possible null pointer dereference: edb [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensexternaldatabase.c:361:32: note: Assignment 'edb=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensexternaldatabase.c:369:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensexternaldatabase.c:370:5: warning: Possible null pointer dereference: edb [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensexternaldatabase.c:361:32: note: Assignment 'edb=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensexternaldatabase.c:370:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensexternaldatabase.c:373:9: warning: Possible null pointer dereference: edb [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensexternaldatabase.c:361:32: note: Assignment 'edb=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensexternaldatabase.c:373:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensexternaldatabase.c:2135:5: warning: Possible null pointer dereference: edba [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensexternaldatabase.c:2128:40: note: Assignment 'edba=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensexternaldatabase.c:2135:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensexternaldatabase.c:1709:9: style: Variable 'estatus' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ensembl/ensexternaldatabase.c:1693:9: note: Variable 'estatus' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensexternaldatabase.c:1709:9: note: Variable 'estatus' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensexternaldatabase.c:1426:33: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
EMBOSS-6.6.0/ajax/ensembl/ensexternaldatabase.c:1551:31: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:2781:23: warning: Identical condition 'feature1->End<feature2->End', second condition is always false [identicalConditionAfterEarlyExit]
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:2778:23: note: first condition
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:2781:23: note: second condition
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:315:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:308:25: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:315:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:316:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:308:25: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:316:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:319:9: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:308:25: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:319:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:321:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:308:25: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:321:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:322:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:308:25: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:322:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:323:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:308:25: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:323:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:324:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:308:25: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:324:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:385:5: warning: Possible null pointer dereference: feature [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:358:27: note: Assignment 'feature=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:385:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:387:5: warning: Possible null pointer dereference: feature [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:358:27: note: Assignment 'feature=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:387:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:390:9: warning: Possible null pointer dereference: feature [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:358:27: note: Assignment 'feature=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:390:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:392:5: warning: Possible null pointer dereference: feature [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:358:27: note: Assignment 'feature=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:392:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:393:5: warning: Possible null pointer dereference: feature [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:358:27: note: Assignment 'feature=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:393:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:394:5: warning: Possible null pointer dereference: feature [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:358:27: note: Assignment 'feature=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:394:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:395:5: warning: Possible null pointer dereference: feature [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:358:27: note: Assignment 'feature=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:395:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:453:5: warning: Possible null pointer dereference: feature [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:426:27: note: Assignment 'feature=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:453:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:454:5: warning: Possible null pointer dereference: feature [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:426:27: note: Assignment 'feature=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:454:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:455:5: warning: Possible null pointer dereference: feature [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:426:27: note: Assignment 'feature=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:455:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:456:5: warning: Possible null pointer dereference: feature [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:426:27: note: Assignment 'feature=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:456:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:457:5: warning: Possible null pointer dereference: feature [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:426:27: note: Assignment 'feature=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:457:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:458:5: warning: Possible null pointer dereference: feature [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:426:27: note: Assignment 'feature=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:458:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:459:5: warning: Possible null pointer dereference: feature [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:426:27: note: Assignment 'feature=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:459:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:3526:9: warning: Possible null pointer dereference: fa [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:3464:29: note: Assignment 'fa=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:3526:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:3529:13: warning: Possible null pointer dereference: fa [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:3464:29: note: Assignment 'fa=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:3529:13: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:3531:9: warning: Possible null pointer dereference: fa [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:3464:29: note: Assignment 'fa=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:3531:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:3533:9: warning: Possible null pointer dereference: fa [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:3464:29: note: Assignment 'fa=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:3533:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:3535:9: warning: Possible null pointer dereference: fa [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:3464:29: note: Assignment 'fa=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:3535:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:3537:45: warning: Possible null pointer dereference: fa [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:3464:29: note: Assignment 'fa=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:3537:45: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:5647:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:5640:29: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:5647:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:5648:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:5640:29: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:5648:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:5649:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:5640:29: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:5649:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:5652:9: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:5640:29: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:5652:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:5724:5: warning: Possible null pointer dereference: fp [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:5714:26: note: Assignment 'fp=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:5724:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:5726:5: warning: Possible null pointer dereference: fp [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:5714:26: note: Assignment 'fp=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:5726:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:5728:5: warning: Possible null pointer dereference: fp [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:5714:26: note: Assignment 'fp=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:5728:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:5731:9: warning: Possible null pointer dereference: fp [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:5714:26: note: Assignment 'fp=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:5731:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:7146:42: warning: Either the condition 'fp2' is redundant or there is possible null pointer dereference: fp2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:7142:19: note: Assuming that condition 'fp2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:7146:42: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:7200:43: warning: Either the condition 'fp2' is redundant or there is possible null pointer dereference: fp2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:7196:19: note: Assuming that condition 'fp2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:7200:43: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:7254:44: warning: Either the condition 'fp2' is redundant or there is possible null pointer dereference: fp2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:7250:19: note: Assuming that condition 'fp2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:7254:44: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:7308:45: warning: Either the condition 'fp2' is redundant or there is possible null pointer dereference: fp2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:7304:19: note: Assuming that condition 'fp2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:7308:45: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:7772:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:7768:42: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:7772:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:7773:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:7768:42: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:7773:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:7774:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:7768:42: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:7774:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:7775:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:7768:42: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:7775:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:7776:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:7768:42: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:7776:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:7777:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:7768:42: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:7777:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:7824:5: warning: Possible null pointer dereference: aef [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:7814:40: note: Assignment 'aef=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:7824:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:7825:5: warning: Possible null pointer dereference: aef [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:7814:40: note: Assignment 'aef=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:7825:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:7826:5: warning: Possible null pointer dereference: aef [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:7814:40: note: Assignment 'aef=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:7826:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:7827:5: warning: Possible null pointer dereference: aef [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:7814:40: note: Assignment 'aef=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:7827:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:7828:5: warning: Possible null pointer dereference: aef [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:7814:40: note: Assignment 'aef=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:7828:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:7829:5: warning: Possible null pointer dereference: aef [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:7814:40: note: Assignment 'aef=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:7829:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:8735:5: warning: Possible null pointer dereference: aefa [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:8728:48: note: Assignment 'aefa=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:8735:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:8737:5: warning: Possible null pointer dereference: aefa [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:8728:48: note: Assignment 'aefa=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:8737:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:8739:5: warning: Possible null pointer dereference: aefa [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:8728:48: note: Assignment 'aefa=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:8739:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:8742:9: warning: Possible null pointer dereference: aefa [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:8728:48: note: Assignment 'aefa=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:8742:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:8745:5: warning: Possible null pointer dereference: aefa [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:8728:48: note: Assignment 'aefa=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:8745:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:4410:5: style: Variable 'debug' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:4401:0: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:4410:5: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:5279:5: style: Variable 'debug' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:5258:0: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:5279:5: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:6630:46: style: Function 'ensFeaturepairSetTargetSpecies' argument 2 names different: declaration 'species' definition 'tspecies'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ensembl/ensfeature.h:482:46: note: Function 'ensFeaturepairSetTargetSpecies' argument 2 names different: declaration 'species' definition 'tspecies'.
EMBOSS-6.6.0/ajax/ensembl/ensfeature.c:6630:46: note: Function 'ensFeaturepairSetTargetSpecies' argument 2 names different: declaration 'species' definition 'tspecies'.
EMBOSS-6.6.0/ajax/ensembl/ensgene.c:311:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgene.c:302:22: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgene.c:311:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgene.c:312:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgene.c:302:22: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgene.c:312:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgene.c:313:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgene.c:302:22: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgene.c:313:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgene.c:314:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgene.c:302:22: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgene.c:314:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgene.c:316:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgene.c:302:22: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgene.c:316:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgene.c:319:9: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgene.c:302:22: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgene.c:319:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgene.c:515:5: warning: Possible null pointer dereference: gene [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgene.c:465:21: note: Assignment 'gene=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgene.c:515:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgene.c:516:5: warning: Possible null pointer dereference: gene [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgene.c:465:21: note: Assignment 'gene=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgene.c:516:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgene.c:517:5: warning: Possible null pointer dereference: gene [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgene.c:465:21: note: Assignment 'gene=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgene.c:517:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgene.c:518:5: warning: Possible null pointer dereference: gene [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgene.c:465:21: note: Assignment 'gene=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgene.c:518:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgene.c:520:5: warning: Possible null pointer dereference: gene [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgene.c:465:21: note: Assignment 'gene=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgene.c:520:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgene.c:523:9: warning: Possible null pointer dereference: gene [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgene.c:465:21: note: Assignment 'gene=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgene.c:523:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgene.c:3541:58: warning: Either the condition 'gene2' is redundant or there is possible null pointer dereference: gene2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensgene.c:3538:21: note: Assuming that condition 'gene2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensgene.c:3541:58: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgene.c:3592:59: warning: Either the condition 'gene2' is redundant or there is possible null pointer dereference: gene2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensgene.c:3589:21: note: Assuming that condition 'gene2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensgene.c:3592:59: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgene.c:3643:29: warning: Either the condition 'gene2' is redundant or there is possible null pointer dereference: gene2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensgene.c:3640:21: note: Assuming that condition 'gene2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensgene.c:3643:29: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgene.c:3700:60: warning: Either the condition 'gene2' is redundant or there is possible null pointer dereference: gene2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensgene.c:3697:21: note: Assuming that condition 'gene2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensgene.c:3700:60: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgene.c:3751:61: warning: Either the condition 'gene2' is redundant or there is possible null pointer dereference: gene2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensgene.c:3748:21: note: Assuming that condition 'gene2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensgene.c:3751:61: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgene.c:4957:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ensembl/ensgene.c:4951:5: note: Variable 'result' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensgene.c:4957:5: note: Variable 'result' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensgene.c:5022:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ensembl/ensgene.c:5014:5: note: Variable 'result' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensgene.c:5022:5: note: Variable 'result' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensgene.c:3471:21: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
EMBOSS-6.6.0/ajax/ensembl/ensgvallele.c:266:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvallele.c:259:26: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvallele.c:266:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvallele.c:268:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvallele.c:259:26: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvallele.c:268:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvallele.c:270:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvallele.c:259:26: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvallele.c:270:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvallele.c:272:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvallele.c:259:26: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvallele.c:272:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvallele.c:275:9: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvallele.c:259:26: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvallele.c:275:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvallele.c:355:5: warning: Possible null pointer dereference: gva [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvallele.c:345:24: note: Assignment 'gva=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvallele.c:355:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvallele.c:357:5: warning: Possible null pointer dereference: gva [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvallele.c:345:24: note: Assignment 'gva=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvallele.c:357:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvallele.c:359:5: warning: Possible null pointer dereference: gva [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvallele.c:345:24: note: Assignment 'gva=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvallele.c:359:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvallele.c:361:5: warning: Possible null pointer dereference: gva [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvallele.c:345:24: note: Assignment 'gva=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvallele.c:361:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvallele.c:364:9: warning: Possible null pointer dereference: gva [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvallele.c:345:24: note: Assignment 'gva=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvallele.c:364:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvallele.c:366:5: warning: Possible null pointer dereference: gva [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvallele.c:345:24: note: Assignment 'gva=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvallele.c:366:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvallele.c:368:5: warning: Possible null pointer dereference: gva [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvallele.c:345:24: note: Assignment 'gva=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvallele.c:368:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvallele.c:370:5: warning: Possible null pointer dereference: gva [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvallele.c:345:24: note: Assignment 'gva=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvallele.c:370:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvallele.c:372:5: warning: Possible null pointer dereference: gva [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvallele.c:345:24: note: Assignment 'gva=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvallele.c:372:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvallele.c:1525:5: warning: Possible null pointer dereference: gvaa [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvallele.c:1511:32: note: Assignment 'gvaa=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvallele.c:1525:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvallele.c:1539:5: warning: Possible null pointer dereference: gvaa [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvallele.c:1511:32: note: Assignment 'gvaa=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvallele.c:1539:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvallele.c:882:54: style: Function 'ensGvalleleSetAllele' argument 2 names different: declaration 'allelestr' definition 'allele'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ensembl/ensgvallele.h:112:54: note: Function 'ensGvalleleSetAllele' argument 2 names different: declaration 'allelestr' definition 'allele'.
EMBOSS-6.6.0/ajax/ensembl/ensgvallele.c:882:54: note: Function 'ensGvalleleSetAllele' argument 2 names different: declaration 'allelestr' definition 'allele'.
EMBOSS-6.6.0/ajax/ensembl/ensgvattribute.c:1255:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
EMBOSS-6.6.0/ajax/ensembl/ensgvattribute.c:225:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvattribute.c:221:29: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvattribute.c:225:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvattribute.c:226:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvattribute.c:221:29: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvattribute.c:226:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvattribute.c:227:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvattribute.c:221:29: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvattribute.c:227:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvattribute.c:228:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvattribute.c:221:29: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvattribute.c:228:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvattribute.c:231:9: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvattribute.c:221:29: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvattribute.c:231:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvattribute.c:264:5: warning: Possible null pointer dereference: gva [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvattribute.c:260:27: note: Assignment 'gva=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvattribute.c:264:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvattribute.c:265:5: warning: Possible null pointer dereference: gva [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvattribute.c:260:27: note: Assignment 'gva=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvattribute.c:265:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvattribute.c:266:5: warning: Possible null pointer dereference: gva [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvattribute.c:260:27: note: Assignment 'gva=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvattribute.c:266:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvattribute.c:267:5: warning: Possible null pointer dereference: gva [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvattribute.c:260:27: note: Assignment 'gva=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvattribute.c:267:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvattribute.c:270:9: warning: Possible null pointer dereference: gva [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvattribute.c:260:27: note: Assignment 'gva=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvattribute.c:270:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvattribute.c:1068:5: warning: Possible null pointer dereference: gvaa [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvattribute.c:1056:35: note: Assignment 'gvaa=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvattribute.c:1068:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvattribute.c:2028:30: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
EMBOSS-6.6.0/ajax/ensembl/ensgvbaseadaptor.c:212:5: warning: Possible null pointer dereference: gvba [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvbaseadaptor.c:180:30: note: Assignment 'gvba=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvbaseadaptor.c:212:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvbaseadaptor.c:213:5: warning: Possible null pointer dereference: gvba [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvbaseadaptor.c:180:30: note: Assignment 'gvba=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvbaseadaptor.c:213:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvdatabaseadaptor.c:173:5: warning: Possible null pointer dereference: gvdba [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvdatabaseadaptor.c:162:35: note: Assignment 'gvdba=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvdatabaseadaptor.c:173:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvdatabaseadaptor.c:174:5: warning: Possible null pointer dereference: gvdba [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvdatabaseadaptor.c:162:35: note: Assignment 'gvdba=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvdatabaseadaptor.c:174:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:211:5: warning: Possible null pointer dereference: gvh [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:201:24: note: Assignment 'gvh=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:211:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:213:5: warning: Possible null pointer dereference: gvh [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:201:24: note: Assignment 'gvh=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:213:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:350:28: warning: Either the condition 'gvh2' is redundant or there is possible null pointer dereference: gvh2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:347:20: note: Assuming that condition 'gvh2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:350:28: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:402:63: warning: Either the condition 'arg2' is redundant or there is possible null pointer dereference: arg2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:399:20: note: Assuming that condition 'arg2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:402:63: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:569:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:562:28: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:569:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:570:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:562:28: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:570:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:571:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:562:28: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:571:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:573:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:562:28: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:573:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:579:9: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:562:28: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:579:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:587:33: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:562:28: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:587:33: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:593:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:562:28: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:593:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:595:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:562:28: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:595:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:638:5: warning: Possible null pointer dereference: gvg [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:634:26: note: Assignment 'gvg=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:638:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:639:5: warning: Possible null pointer dereference: gvg [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:634:26: note: Assignment 'gvg=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:639:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:640:5: warning: Possible null pointer dereference: gvg [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:634:26: note: Assignment 'gvg=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:640:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:642:5: warning: Possible null pointer dereference: gvg [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:634:26: note: Assignment 'gvg=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:642:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:648:9: warning: Possible null pointer dereference: gvg [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:634:26: note: Assignment 'gvg=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:648:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:656:33: warning: Possible null pointer dereference: gvg [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:634:26: note: Assignment 'gvg=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:656:33: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:1660:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:1653:32: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:1660:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:1661:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:1653:32: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:1661:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:1662:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:1653:32: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:1662:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:1668:9: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:1653:32: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:1668:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:1677:37: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:1653:32: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:1677:37: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:1720:5: warning: Possible null pointer dereference: gvgc [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:1716:31: note: Assignment 'gvgc=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:1720:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:1721:5: warning: Possible null pointer dereference: gvgc [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:1716:31: note: Assignment 'gvgc=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:1721:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:1722:5: warning: Possible null pointer dereference: gvgc [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:1716:31: note: Assignment 'gvgc=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:1722:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:1728:9: warning: Possible null pointer dereference: gvgc [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:1716:31: note: Assignment 'gvgc=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:1728:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:1737:37: warning: Possible null pointer dereference: gvgc [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:1716:31: note: Assignment 'gvgc=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvgenotype.c:1737:37: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvindividual.c:271:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvindividual.c:264:30: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvindividual.c:271:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvindividual.c:272:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvindividual.c:264:30: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvindividual.c:272:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvindividual.c:273:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvindividual.c:264:30: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvindividual.c:273:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvindividual.c:274:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvindividual.c:264:30: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvindividual.c:274:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvindividual.c:275:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvindividual.c:264:30: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvindividual.c:275:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvindividual.c:276:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvindividual.c:264:30: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvindividual.c:276:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvindividual.c:277:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvindividual.c:264:30: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvindividual.c:277:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvindividual.c:278:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvindividual.c:264:30: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvindividual.c:278:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvindividual.c:281:9: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvindividual.c:264:30: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvindividual.c:281:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvindividual.c:328:5: warning: Possible null pointer dereference: gvi [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvindividual.c:321:28: note: Assignment 'gvi=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvindividual.c:328:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvindividual.c:329:5: warning: Possible null pointer dereference: gvi [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvindividual.c:321:28: note: Assignment 'gvi=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvindividual.c:329:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvindividual.c:330:5: warning: Possible null pointer dereference: gvi [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvindividual.c:321:28: note: Assignment 'gvi=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvindividual.c:330:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvindividual.c:331:5: warning: Possible null pointer dereference: gvi [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvindividual.c:321:28: note: Assignment 'gvi=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvindividual.c:331:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvindividual.c:332:5: warning: Possible null pointer dereference: gvi [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvindividual.c:321:28: note: Assignment 'gvi=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvindividual.c:332:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvindividual.c:333:5: warning: Possible null pointer dereference: gvi [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvindividual.c:321:28: note: Assignment 'gvi=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvindividual.c:333:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvindividual.c:334:5: warning: Possible null pointer dereference: gvi [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvindividual.c:321:28: note: Assignment 'gvi=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvindividual.c:334:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvindividual.c:335:5: warning: Possible null pointer dereference: gvi [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvindividual.c:321:28: note: Assignment 'gvi=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvindividual.c:335:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvindividual.c:338:9: warning: Possible null pointer dereference: gvi [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvindividual.c:321:28: note: Assignment 'gvi=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvindividual.c:338:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvindividual.c:1904:13: style: Function 'ensGvindividualadaptorFetchAllCoverage' argument 2 names different: declaration 'idlist' definition 'gvis'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ensembl/ensgvindividual.h:158:13: note: Function 'ensGvindividualadaptorFetchAllCoverage' argument 2 names different: declaration 'idlist' definition 'gvis'.
EMBOSS-6.6.0/ajax/ensembl/ensgvindividual.c:1904:13: note: Function 'ensGvindividualadaptorFetchAllCoverage' argument 2 names different: declaration 'idlist' definition 'gvis'.
EMBOSS-6.6.0/ajax/ensembl/ensgvindividual.c:2471:29: style: Function 'ensGvindividualadaptorFetchAllbySynonym' argument 1 names different: declaration 'adaptor' definition 'gvia'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ensembl/ensgvindividual.h:193:29: note: Function 'ensGvindividualadaptorFetchAllbySynonym' argument 1 names different: declaration 'adaptor' definition 'gvia'.
EMBOSS-6.6.0/ajax/ensembl/ensgvindividual.c:2471:29: note: Function 'ensGvindividualadaptorFetchAllbySynonym' argument 1 names different: declaration 'adaptor' definition 'gvia'.
EMBOSS-6.6.0/ajax/ensembl/ensgvindividual.c:2474:13: style: Function 'ensGvindividualadaptorFetchAllbySynonym' argument 4 names different: declaration 'individuals' definition 'gvis'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ensembl/ensgvindividual.h:196:13: note: Function 'ensGvindividualadaptorFetchAllbySynonym' argument 4 names different: declaration 'individuals' definition 'gvis'.
EMBOSS-6.6.0/ajax/ensembl/ensgvindividual.c:2474:13: note: Function 'ensGvindividualadaptorFetchAllbySynonym' argument 4 names different: declaration 'individuals' definition 'gvis'.
EMBOSS-6.6.0/ajax/ensembl/ensgvindividual.c:1306:29: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
EMBOSS-6.6.0/ajax/ensembl/ensgvindividual.c:1436:27: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
EMBOSS-6.6.0/ajax/ensembl/ensgvpopulation.c:310:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvpopulation.c:302:31: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvpopulation.c:310:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvpopulation.c:311:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvpopulation.c:302:31: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvpopulation.c:311:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvpopulation.c:312:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvpopulation.c:302:31: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvpopulation.c:312:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvpopulation.c:313:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvpopulation.c:302:31: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvpopulation.c:313:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvpopulation.c:322:9: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvpopulation.c:302:31: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvpopulation.c:322:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvpopulation.c:330:30: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvpopulation.c:302:31: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvpopulation.c:330:30: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvpopulation.c:378:5: warning: Possible null pointer dereference: gvp [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvpopulation.c:370:31: note: Assignment 'gvp=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvpopulation.c:378:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvpopulation.c:379:5: warning: Possible null pointer dereference: gvp [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvpopulation.c:370:31: note: Assignment 'gvp=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvpopulation.c:379:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvpopulation.c:380:5: warning: Possible null pointer dereference: gvp [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvpopulation.c:370:31: note: Assignment 'gvp=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvpopulation.c:380:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvpopulation.c:381:5: warning: Possible null pointer dereference: gvp [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvpopulation.c:370:31: note: Assignment 'gvp=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvpopulation.c:381:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvpopulation.c:385:9: warning: Possible null pointer dereference: gvp [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvpopulation.c:370:31: note: Assignment 'gvp=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvpopulation.c:385:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvpopulation.c:393:30: warning: Possible null pointer dereference: gvp [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvpopulation.c:370:31: note: Assignment 'gvp=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvpopulation.c:393:30: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvpopulation.c:2747:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvpopulation.c:2740:38: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvpopulation.c:2747:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvpopulation.c:2748:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvpopulation.c:2740:38: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvpopulation.c:2748:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvpopulation.c:2749:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvpopulation.c:2740:38: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvpopulation.c:2749:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvpopulation.c:2750:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvpopulation.c:2740:38: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvpopulation.c:2750:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvpopulation.c:2751:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvpopulation.c:2740:38: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvpopulation.c:2751:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvpopulation.c:2753:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvpopulation.c:2740:38: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvpopulation.c:2753:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvpopulation.c:2754:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvpopulation.c:2740:38: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvpopulation.c:2754:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvpopulation.c:2796:5: warning: Possible null pointer dereference: gvpg [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvpopulation.c:2792:37: note: Assignment 'gvpg=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvpopulation.c:2796:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvpopulation.c:2797:5: warning: Possible null pointer dereference: gvpg [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvpopulation.c:2792:37: note: Assignment 'gvpg=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvpopulation.c:2797:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvpopulation.c:2798:5: warning: Possible null pointer dereference: gvpg [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvpopulation.c:2792:37: note: Assignment 'gvpg=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvpopulation.c:2798:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvpopulation.c:2799:5: warning: Possible null pointer dereference: gvpg [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvpopulation.c:2792:37: note: Assignment 'gvpg=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvpopulation.c:2799:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvpopulation.c:2800:5: warning: Possible null pointer dereference: gvpg [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvpopulation.c:2792:37: note: Assignment 'gvpg=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvpopulation.c:2800:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvpopulation.c:2801:5: warning: Possible null pointer dereference: gvpg [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvpopulation.c:2792:37: note: Assignment 'gvpg=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvpopulation.c:2801:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvpopulation.c:2802:5: warning: Possible null pointer dereference: gvpg [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvpopulation.c:2792:37: note: Assignment 'gvpg=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvpopulation.c:2802:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvsample.c:224:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvsample.c:217:26: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvsample.c:224:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvsample.c:225:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvsample.c:217:26: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvsample.c:225:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvsample.c:226:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvsample.c:217:26: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvsample.c:226:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvsample.c:229:9: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvsample.c:217:26: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvsample.c:229:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvsample.c:274:5: warning: Possible null pointer dereference: gvs [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvsample.c:270:24: note: Assignment 'gvs=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvsample.c:274:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvsample.c:275:5: warning: Possible null pointer dereference: gvs [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvsample.c:270:24: note: Assignment 'gvs=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvsample.c:275:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvsample.c:276:5: warning: Possible null pointer dereference: gvs [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvsample.c:270:24: note: Assignment 'gvs=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvsample.c:276:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvsample.c:279:9: warning: Possible null pointer dereference: gvs [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvsample.c:270:24: note: Assignment 'gvs=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvsample.c:279:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvsample.c:587:68: style: Function 'ensGvsampleSetAdaptor' argument 2 names different: declaration 'adaptor' definition 'gvsa'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ensembl/ensgvsample.h:92:68: note: Function 'ensGvsampleSetAdaptor' argument 2 names different: declaration 'adaptor' definition 'gvsa'.
EMBOSS-6.6.0/ajax/ensembl/ensgvsample.c:587:68: note: Function 'ensGvsampleSetAdaptor' argument 2 names different: declaration 'adaptor' definition 'gvsa'.
EMBOSS-6.6.0/ajax/ensembl/ensgvsample.c:979:26: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
EMBOSS-6.6.0/ajax/ensembl/ensgvsource.c:1687:9: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
EMBOSS-6.6.0/ajax/ensembl/ensgvsource.c:271:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvsource.c:264:26: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvsource.c:271:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvsource.c:272:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvsource.c:264:26: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvsource.c:272:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvsource.c:273:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvsource.c:264:26: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvsource.c:273:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvsource.c:276:9: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvsource.c:264:26: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvsource.c:276:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvsource.c:333:5: warning: Possible null pointer dereference: gvs [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvsource.c:329:24: note: Assignment 'gvs=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvsource.c:333:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvsource.c:334:5: warning: Possible null pointer dereference: gvs [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvsource.c:329:24: note: Assignment 'gvs=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvsource.c:334:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvsource.c:335:5: warning: Possible null pointer dereference: gvs [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvsource.c:329:24: note: Assignment 'gvs=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvsource.c:335:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvsource.c:338:9: warning: Possible null pointer dereference: gvs [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvsource.c:329:24: note: Assignment 'gvs=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvsource.c:338:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvsource.c:1943:5: warning: Possible null pointer dereference: gvsa [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvsource.c:1931:32: note: Assignment 'gvsa=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvsource.c:1943:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvsource.c:1296:26: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
EMBOSS-6.6.0/ajax/ensembl/ensgvsource.c:1430:23: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
EMBOSS-6.6.0/ajax/ensembl/ensgvsynonym.c:169:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvsynonym.c:162:27: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvsynonym.c:169:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvsynonym.c:170:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvsynonym.c:162:27: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvsynonym.c:170:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvsynonym.c:171:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvsynonym.c:162:27: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvsynonym.c:171:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvsynonym.c:172:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvsynonym.c:162:27: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvsynonym.c:172:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvsynonym.c:175:9: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvsynonym.c:162:27: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvsynonym.c:175:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvsynonym.c:222:5: warning: Possible null pointer dereference: gvs [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvsynonym.c:218:25: note: Assignment 'gvs=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvsynonym.c:222:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvsynonym.c:223:5: warning: Possible null pointer dereference: gvs [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvsynonym.c:218:25: note: Assignment 'gvs=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvsynonym.c:223:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvsynonym.c:224:5: warning: Possible null pointer dereference: gvs [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvsynonym.c:218:25: note: Assignment 'gvs=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvsynonym.c:224:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvsynonym.c:225:5: warning: Possible null pointer dereference: gvs [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvsynonym.c:218:25: note: Assignment 'gvs=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvsynonym.c:225:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvsynonym.c:228:9: warning: Possible null pointer dereference: gvs [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvsynonym.c:218:25: note: Assignment 'gvs=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvsynonym.c:228:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:4883:9: warning: Identical condition '!gvvs', second condition is always false [identicalConditionAfterEarlyExit]
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:4880:9: note: first condition
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:4883:9: note: second condition
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:11211:9: warning: Identical condition '!gvvss', second condition is always false [identicalConditionAfterEarlyExit]
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:11208:9: note: first condition
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:11211:9: note: second condition
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:544:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:537:29: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:544:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:545:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:537:29: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:545:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:546:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:537:29: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:546:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:547:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:537:29: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:547:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:548:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:537:29: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:548:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:549:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:537:29: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:549:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:552:9: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:537:29: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:552:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:719:5: warning: Possible null pointer dereference: gvv [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:709:27: note: Assignment 'gvv=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:719:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:720:5: warning: Possible null pointer dereference: gvv [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:709:27: note: Assignment 'gvv=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:720:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:721:5: warning: Possible null pointer dereference: gvv [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:709:27: note: Assignment 'gvv=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:721:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:722:5: warning: Possible null pointer dereference: gvv [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:709:27: note: Assignment 'gvv=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:722:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:723:5: warning: Possible null pointer dereference: gvv [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:709:27: note: Assignment 'gvv=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:723:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:724:5: warning: Possible null pointer dereference: gvv [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:709:27: note: Assignment 'gvv=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:724:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:727:9: warning: Possible null pointer dereference: gvv [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:709:27: note: Assignment 'gvv=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:727:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:4188:5: warning: Possible null pointer dereference: gvva [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:4169:35: note: Assignment 'gvva=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:4188:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:4204:5: warning: Possible null pointer dereference: gvva [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:4169:35: note: Assignment 'gvva=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:4204:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:4208:9: warning: Possible null pointer dereference: gvva [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:4169:35: note: Assignment 'gvva=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:4208:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:4220:5: warning: Possible null pointer dereference: gvva [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:4169:35: note: Assignment 'gvva=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:4220:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:6766:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:6759:36: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:6766:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:6767:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:6759:36: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:6767:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:6768:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:6759:36: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:6768:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:6769:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:6759:36: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:6769:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:6770:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:6759:36: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:6770:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:6771:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:6759:36: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:6771:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:6774:9: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:6759:36: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:6774:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:6847:5: warning: Possible null pointer dereference: gvvf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:6837:35: note: Assignment 'gvvf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:6847:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:6848:5: warning: Possible null pointer dereference: gvvf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:6837:35: note: Assignment 'gvvf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:6848:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:6849:5: warning: Possible null pointer dereference: gvvf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:6837:35: note: Assignment 'gvvf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:6849:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:6850:5: warning: Possible null pointer dereference: gvvf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:6837:35: note: Assignment 'gvvf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:6850:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:6851:5: warning: Possible null pointer dereference: gvvf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:6837:35: note: Assignment 'gvvf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:6851:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:6852:5: warning: Possible null pointer dereference: gvvf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:6837:35: note: Assignment 'gvvf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:6852:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:6855:9: warning: Possible null pointer dereference: gvvf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:6837:35: note: Assignment 'gvvf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:6855:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:6927:5: warning: Possible null pointer dereference: gvvf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:6917:35: note: Assignment 'gvvf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:6927:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:6928:5: warning: Possible null pointer dereference: gvvf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:6917:35: note: Assignment 'gvvf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:6928:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:6929:5: warning: Possible null pointer dereference: gvvf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:6917:35: note: Assignment 'gvvf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:6929:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:6930:5: warning: Possible null pointer dereference: gvvf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:6917:35: note: Assignment 'gvvf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:6930:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:6931:5: warning: Possible null pointer dereference: gvvf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:6917:35: note: Assignment 'gvvf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:6931:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:6932:5: warning: Possible null pointer dereference: gvvf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:6917:35: note: Assignment 'gvvf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:6932:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:6935:9: warning: Possible null pointer dereference: gvvf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:6917:35: note: Assignment 'gvvf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:6935:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:8190:58: warning: Either the condition 'gvvf2' is redundant or there is possible null pointer dereference: gvvf2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:8187:21: note: Assuming that condition 'gvvf2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:8190:58: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:8243:59: warning: Either the condition 'gvvf2' is redundant or there is possible null pointer dereference: gvvf2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:8240:21: note: Assuming that condition 'gvvf2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:8243:59: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:8296:29: warning: Either the condition 'gvvf2' is redundant or there is possible null pointer dereference: gvvf2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:8293:21: note: Assuming that condition 'gvvf2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:8296:29: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:8355:60: warning: Either the condition 'gvvf2' is redundant or there is possible null pointer dereference: gvvf2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:8352:21: note: Assuming that condition 'gvvf2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:8355:60: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:8408:61: warning: Either the condition 'gvvf2' is redundant or there is possible null pointer dereference: gvvf2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:8405:21: note: Assuming that condition 'gvvf2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:8408:61: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:8915:5: warning: Possible null pointer dereference: gvvfa [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:8889:43: note: Assignment 'gvvfa=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:8915:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:8916:5: warning: Possible null pointer dereference: gvvfa [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:8889:43: note: Assignment 'gvvfa=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:8916:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:10008:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:10001:32: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:10008:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:10009:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:10001:32: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:10009:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:10010:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:10001:32: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:10010:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:10013:9: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:10001:32: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:10013:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:10063:5: warning: Possible null pointer dereference: gvvs [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:10053:31: note: Assignment 'gvvs=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:10063:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:10064:5: warning: Possible null pointer dereference: gvvs [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:10053:31: note: Assignment 'gvvs=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:10064:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:10065:5: warning: Possible null pointer dereference: gvvs [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:10053:31: note: Assignment 'gvvs=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:10065:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:10068:9: warning: Possible null pointer dereference: gvvs [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:10053:31: note: Assignment 'gvvs=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:10068:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:3912:9: style: Variable 'gvvsourceid' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:3891:9: note: Variable 'gvvsourceid' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:3912:9: note: Variable 'gvvsourceid' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:9562:5: style: Variable 'constraint' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:9551:0: note: Variable 'constraint' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:9562:5: note: Variable 'constraint' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:3177:27: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
EMBOSS-6.6.0/ajax/ensembl/ensgvvariation.c:3313:32: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
EMBOSS-6.6.0/ajax/ensembl/ensintron.c:226:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensintron.c:219:24: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensintron.c:226:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensintron.c:227:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensintron.c:219:24: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensintron.c:227:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensintron.c:228:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensintron.c:219:24: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensintron.c:228:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensintron.c:229:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensintron.c:219:24: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensintron.c:229:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensintron.c:1369:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensintron.c:1362:42: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensintron.c:1369:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensintron.c:1370:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensintron.c:1362:42: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensintron.c:1370:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensintron.c:1371:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensintron.c:1362:42: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensintron.c:1371:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensintron.c:1372:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensintron.c:1362:42: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensintron.c:1372:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensintron.c:1373:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensintron.c:1362:42: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensintron.c:1373:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensintron.c:1376:9: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensintron.c:1362:42: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensintron.c:1376:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensintron.c:1378:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensintron.c:1362:42: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensintron.c:1378:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensintron.c:1379:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensintron.c:1362:42: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensintron.c:1379:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensintron.c:1380:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensintron.c:1362:42: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensintron.c:1380:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensintron.c:1429:5: warning: Possible null pointer dereference: ise [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensintron.c:1422:40: note: Assignment 'ise=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensintron.c:1429:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensintron.c:1430:5: warning: Possible null pointer dereference: ise [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensintron.c:1422:40: note: Assignment 'ise=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensintron.c:1430:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensintron.c:1431:5: warning: Possible null pointer dereference: ise [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensintron.c:1422:40: note: Assignment 'ise=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensintron.c:1431:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensintron.c:1434:9: warning: Possible null pointer dereference: ise [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensintron.c:1422:40: note: Assignment 'ise=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensintron.c:1434:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensintron.c:1438:5: warning: Possible null pointer dereference: ise [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensintron.c:1422:40: note: Assignment 'ise=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensintron.c:1438:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensintron.c:2033:15: style: Function 'ensIntronsupportingevidenceFetchExons' argument 3 names different: declaration 'Previous' definition 'Pprevious'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ensembl/ensintron.h:172:15: note: Function 'ensIntronsupportingevidenceFetchExons' argument 3 names different: declaration 'Previous' definition 'Pprevious'.
EMBOSS-6.6.0/ajax/ensembl/ensintron.c:2033:15: note: Function 'ensIntronsupportingevidenceFetchExons' argument 3 names different: declaration 'Previous' definition 'Pprevious'.
EMBOSS-6.6.0/ajax/ensembl/ensintron.c:2524:39: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
EMBOSS-6.6.0/ajax/ensembl/enskaryotype.c:220:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enskaryotype.c:213:31: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enskaryotype.c:220:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enskaryotype.c:221:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enskaryotype.c:213:31: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enskaryotype.c:221:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enskaryotype.c:222:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enskaryotype.c:213:31: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enskaryotype.c:222:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enskaryotype.c:223:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enskaryotype.c:213:31: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enskaryotype.c:223:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enskaryotype.c:226:9: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enskaryotype.c:213:31: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enskaryotype.c:226:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enskaryotype.c:268:5: warning: Possible null pointer dereference: kb [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enskaryotype.c:261:28: note: Assignment 'kb=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enskaryotype.c:268:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enskaryotype.c:269:5: warning: Possible null pointer dereference: kb [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enskaryotype.c:261:28: note: Assignment 'kb=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enskaryotype.c:269:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enskaryotype.c:270:5: warning: Possible null pointer dereference: kb [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enskaryotype.c:261:28: note: Assignment 'kb=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enskaryotype.c:270:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enskaryotype.c:271:5: warning: Possible null pointer dereference: kb [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enskaryotype.c:261:28: note: Assignment 'kb=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enskaryotype.c:271:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enskaryotype.c:274:9: warning: Possible null pointer dereference: kb [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enskaryotype.c:261:28: note: Assignment 'kb=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enskaryotype.c:274:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enskaryotype.c:867:56: warning: Either the condition 'kb2' is redundant or there is possible null pointer dereference: kb2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/enskaryotype.c:864:19: note: Assuming that condition 'kb2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/enskaryotype.c:867:56: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enskaryotype.c:918:57: warning: Either the condition 'kb2' is redundant or there is possible null pointer dereference: kb2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/enskaryotype.c:915:19: note: Assuming that condition 'kb2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/enskaryotype.c:918:57: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enskaryotype.c:969:27: warning: Either the condition 'kb2' is redundant or there is possible null pointer dereference: kb2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/enskaryotype.c:966:19: note: Assuming that condition 'kb2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/enskaryotype.c:969:27: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enskaryotype.c:1026:58: warning: Either the condition 'kb2' is redundant or there is possible null pointer dereference: kb2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/enskaryotype.c:1023:19: note: Assuming that condition 'kb2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/enskaryotype.c:1026:58: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enskaryotype.c:1077:59: warning: Either the condition 'kb2' is redundant or there is possible null pointer dereference: kb2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/enskaryotype.c:1074:19: note: Assuming that condition 'kb2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/enskaryotype.c:1077:59: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enskaryotype.c:1500:59: style: Function 'ensKaryotypebandadaptorDel' argument 1 names different: declaration 'Padaptor' definition 'Pkba'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ensembl/enskaryotype.h:177:59: note: Function 'ensKaryotypebandadaptorDel' argument 1 names different: declaration 'Padaptor' definition 'Pkba'.
EMBOSS-6.6.0/ajax/ensembl/enskaryotype.c:1500:59: note: Function 'ensKaryotypebandadaptorDel' argument 1 names different: declaration 'Padaptor' definition 'Pkba'.
EMBOSS-6.6.0/ajax/ensembl/enskaryotype.c:1667:30: style: Function 'ensKaryotypebandadaptorFetchAllbyChromosomeband' argument 1 names different: declaration 'adaptor' definition 'kba'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ensembl/enskaryotype.h:189:30: note: Function 'ensKaryotypebandadaptorFetchAllbyChromosomeband' argument 1 names different: declaration 'adaptor' definition 'kba'.
EMBOSS-6.6.0/ajax/ensembl/enskaryotype.c:1667:30: note: Function 'ensKaryotypebandadaptorFetchAllbyChromosomeband' argument 1 names different: declaration 'adaptor' definition 'kba'.
EMBOSS-6.6.0/ajax/ensembl/enskaryotype.c:1750:30: style: Function 'ensKaryotypebandadaptorFetchAllbyChromosomename' argument 1 names different: declaration 'adaptor' definition 'kba'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ensembl/enskaryotype.h:195:30: note: Function 'ensKaryotypebandadaptorFetchAllbyChromosomename' argument 1 names different: declaration 'adaptor' definition 'kba'.
EMBOSS-6.6.0/ajax/ensembl/enskaryotype.c:1750:30: note: Function 'ensKaryotypebandadaptorFetchAllbyChromosomename' argument 1 names different: declaration 'adaptor' definition 'kba'.
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:188:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:181:28: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:188:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:190:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:181:28: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:190:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:191:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:181:28: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:191:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:192:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:181:28: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:192:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:224:5: warning: Possible null pointer dereference: mu [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:217:25: note: Assignment 'mu=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:224:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:226:5: warning: Possible null pointer dereference: mu [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:217:25: note: Assignment 'mu=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:226:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:227:5: warning: Possible null pointer dereference: mu [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:217:25: note: Assignment 'mu=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:227:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:228:5: warning: Possible null pointer dereference: mu [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:217:25: note: Assignment 'mu=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:228:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:706:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:699:28: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:706:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:707:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:699:28: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:707:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:708:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:699:28: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:708:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:709:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:699:28: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:709:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:710:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:699:28: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:710:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:832:5: warning: Possible null pointer dereference: mp [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:822:25: note: Assignment 'mp=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:832:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:833:5: warning: Possible null pointer dereference: mp [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:822:25: note: Assignment 'mp=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:833:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:834:5: warning: Possible null pointer dereference: mp [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:822:25: note: Assignment 'mp=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:834:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:835:5: warning: Possible null pointer dereference: mp [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:822:25: note: Assignment 'mp=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:835:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:836:5: warning: Possible null pointer dereference: mp [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:822:25: note: Assignment 'mp=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:836:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1539:5: warning: Possible null pointer dereference: mr [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1529:27: note: Assignment 'mr=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1539:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1540:5: warning: Possible null pointer dereference: mr [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1529:27: note: Assignment 'mr=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1540:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1541:5: warning: Possible null pointer dereference: mr [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1529:27: note: Assignment 'mr=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1541:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1542:5: warning: Possible null pointer dereference: mr [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1529:27: note: Assignment 'mr=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1542:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1543:5: warning: Possible null pointer dereference: mr [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1529:27: note: Assignment 'mr=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1543:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1544:5: warning: Possible null pointer dereference: mr [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1529:27: note: Assignment 'mr=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1544:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1545:5: warning: Possible null pointer dereference: mr [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1529:27: note: Assignment 'mr=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1545:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1546:5: warning: Possible null pointer dereference: mr [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1529:27: note: Assignment 'mr=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1546:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1547:5: warning: Possible null pointer dereference: mr [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1529:27: note: Assignment 'mr=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1547:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1548:5: warning: Possible null pointer dereference: mr [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1529:27: note: Assignment 'mr=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1548:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1577:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1570:30: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1577:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1578:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1570:30: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1578:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1579:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1570:30: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1579:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1580:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1570:30: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1580:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1581:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1570:30: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1581:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1582:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1570:30: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1582:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1583:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1570:30: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1583:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1584:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1570:30: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1584:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1585:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1570:30: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1585:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1586:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1570:30: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1586:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1616:5: warning: Possible null pointer dereference: mr [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1612:27: note: Assignment 'mr=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1616:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1617:5: warning: Possible null pointer dereference: mr [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1612:27: note: Assignment 'mr=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1617:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1618:5: warning: Possible null pointer dereference: mr [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1612:27: note: Assignment 'mr=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1618:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1619:5: warning: Possible null pointer dereference: mr [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1612:27: note: Assignment 'mr=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1619:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1620:5: warning: Possible null pointer dereference: mr [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1612:27: note: Assignment 'mr=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1620:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1621:5: warning: Possible null pointer dereference: mr [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1612:27: note: Assignment 'mr=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1621:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1622:5: warning: Possible null pointer dereference: mr [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1612:27: note: Assignment 'mr=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1622:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1623:5: warning: Possible null pointer dereference: mr [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1612:27: note: Assignment 'mr=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1623:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1624:5: warning: Possible null pointer dereference: mr [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1612:27: note: Assignment 'mr=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1624:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1625:5: warning: Possible null pointer dereference: mr [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1612:27: note: Assignment 'mr=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1625:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1672:5: warning: Possible null pointer dereference: mr [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1662:27: note: Assignment 'mr=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1672:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1673:5: warning: Possible null pointer dereference: mr [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1662:27: note: Assignment 'mr=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1673:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1674:5: warning: Possible null pointer dereference: mr [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1662:27: note: Assignment 'mr=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1674:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1675:5: warning: Possible null pointer dereference: mr [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1662:27: note: Assignment 'mr=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1675:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1676:5: warning: Possible null pointer dereference: mr [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1662:27: note: Assignment 'mr=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1676:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1677:5: warning: Possible null pointer dereference: mr [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1662:27: note: Assignment 'mr=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1677:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1678:5: warning: Possible null pointer dereference: mr [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1662:27: note: Assignment 'mr=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1678:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1679:5: warning: Possible null pointer dereference: mr [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1662:27: note: Assignment 'mr=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1679:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1680:5: warning: Possible null pointer dereference: mr [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1662:27: note: Assignment 'mr=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1680:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1681:5: warning: Possible null pointer dereference: mr [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1662:27: note: Assignment 'mr=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1681:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1736:5: warning: Possible null pointer dereference: mr [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1719:27: note: Assignment 'mr=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1736:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1737:5: warning: Possible null pointer dereference: mr [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1719:27: note: Assignment 'mr=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1737:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1738:5: warning: Possible null pointer dereference: mr [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1719:27: note: Assignment 'mr=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1738:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1739:5: warning: Possible null pointer dereference: mr [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1719:27: note: Assignment 'mr=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1739:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1740:5: warning: Possible null pointer dereference: mr [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1719:27: note: Assignment 'mr=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1740:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1741:5: warning: Possible null pointer dereference: mr [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1719:27: note: Assignment 'mr=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1741:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1742:5: warning: Possible null pointer dereference: mr [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1719:27: note: Assignment 'mr=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1742:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1743:5: warning: Possible null pointer dereference: mr [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1719:27: note: Assignment 'mr=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1743:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1744:5: warning: Possible null pointer dereference: mr [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1719:27: note: Assignment 'mr=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1744:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1745:5: warning: Possible null pointer dereference: mr [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1719:27: note: Assignment 'mr=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:1745:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:2634:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:2627:29: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:2634:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:2635:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:2627:29: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:2635:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:2636:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:2627:29: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:2636:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:2663:5: warning: Possible null pointer dereference: mr [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:2659:26: note: Assignment 'mr=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:2663:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:2664:5: warning: Possible null pointer dereference: mr [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:2659:26: note: Assignment 'mr=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:2664:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:2665:5: warning: Possible null pointer dereference: mr [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:2659:26: note: Assignment 'mr=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:2665:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:3032:5: warning: Possible null pointer dereference: mrr [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:3025:35: note: Assignment 'mrr=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:3032:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:3035:9: warning: Possible null pointer dereference: mrr [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:3025:35: note: Assignment 'mrr=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:3035:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:3038:5: warning: Possible null pointer dereference: mrr [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:3025:35: note: Assignment 'mrr=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:3038:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:3873:5: warning: Possible null pointer dereference: mapper [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:3841:25: note: Assignment 'mapper=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:3873:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:3874:5: warning: Possible null pointer dereference: mapper [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:3841:25: note: Assignment 'mapper=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:3874:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:3875:5: warning: Possible null pointer dereference: mapper [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:3841:25: note: Assignment 'mapper=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:3875:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:3876:5: warning: Possible null pointer dereference: mapper [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:3841:25: note: Assignment 'mapper=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:3876:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:3877:5: warning: Possible null pointer dereference: mapper [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:3841:25: note: Assignment 'mapper=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:3877:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:3878:5: warning: Possible null pointer dereference: mapper [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:3841:25: note: Assignment 'mapper=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:3878:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:3879:5: warning: Possible null pointer dereference: mapper [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:3841:25: note: Assignment 'mapper=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:3879:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:3880:5: warning: Possible null pointer dereference: mapper [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:3841:25: note: Assignment 'mapper=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:3880:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:3883:9: warning: Possible null pointer dereference: mapper [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:3841:25: note: Assignment 'mapper=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:3883:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:3898:16: warning: Possible null pointer dereference: mapper [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:3841:25: note: Assignment 'mapper=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:3898:16: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:3906:16: warning: Possible null pointer dereference: mapper [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:3841:25: note: Assignment 'mapper=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:3906:16: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:4322:5: style: Variable 'debug' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:4306:0: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:4322:5: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:5734:5: style: Variable 'debug' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:5715:0: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:5734:5: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:5930:5: style: Variable 'debug' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:5911:0: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:5930:5: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:6284:5: style: Variable 'debug' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:6266:0: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensmapper.c:6284:5: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:1070:9: style: Condition '!dba' is always true [knownConditionTrueFalse]
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:1066:31: note: Assignment 'dba=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:1070:9: note: Condition '!dba' is always true
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:356:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:349:31: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:356:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:357:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:349:31: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:357:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:360:9: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:349:31: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:360:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:394:5: warning: Possible null pointer dereference: ms [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:390:28: note: Assignment 'ms=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:394:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:395:5: warning: Possible null pointer dereference: ms [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:390:28: note: Assignment 'ms=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:395:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:398:9: warning: Possible null pointer dereference: ms [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:390:28: note: Assignment 'ms=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:398:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:1184:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:1177:35: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:1184:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:1187:9: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:1177:35: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:1187:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:1231:5: warning: Possible null pointer dereference: mml [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:1227:33: note: Assignment 'mml=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:1231:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:1234:9: warning: Possible null pointer dereference: mml [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:1227:33: note: Assignment 'mml=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:1234:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:2129:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:2118:24: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:2129:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:2130:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:2118:24: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:2130:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:2131:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:2118:24: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:2131:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:2132:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:2118:24: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:2132:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:2135:9: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:2118:24: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:2135:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:2245:5: warning: Possible null pointer dereference: marker [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:2237:25: note: Assignment 'marker=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:2245:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:2246:5: warning: Possible null pointer dereference: marker [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:2237:25: note: Assignment 'marker=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:2246:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:2247:5: warning: Possible null pointer dereference: marker [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:2237:25: note: Assignment 'marker=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:2247:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:2248:5: warning: Possible null pointer dereference: marker [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:2237:25: note: Assignment 'marker=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:2248:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:2251:9: warning: Possible null pointer dereference: marker [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:2237:25: note: Assignment 'marker=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:2251:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:4226:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:4219:31: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:4226:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:4227:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:4219:31: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:4227:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:4228:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:4219:31: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:4228:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:4229:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:4219:31: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:4229:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:4230:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:4219:31: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:4230:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:4231:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:4219:31: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:4231:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:4268:5: warning: Possible null pointer dereference: mf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:4264:28: note: Assignment 'mf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:4268:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:4269:5: warning: Possible null pointer dereference: mf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:4264:28: note: Assignment 'mf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:4269:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:4270:5: warning: Possible null pointer dereference: mf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:4264:28: note: Assignment 'mf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:4270:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:4271:5: warning: Possible null pointer dereference: mf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:4264:28: note: Assignment 'mf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:4271:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:4272:5: warning: Possible null pointer dereference: mf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:4264:28: note: Assignment 'mf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:4272:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:4273:5: warning: Possible null pointer dereference: mf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:4264:28: note: Assignment 'mf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:4273:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:4852:56: warning: Either the condition 'mf2' is redundant or there is possible null pointer dereference: mf2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:4849:19: note: Assuming that condition 'mf2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:4852:56: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:4903:57: warning: Either the condition 'mf2' is redundant or there is possible null pointer dereference: mf2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:4900:19: note: Assuming that condition 'mf2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:4903:57: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:4954:27: warning: Either the condition 'mf2' is redundant or there is possible null pointer dereference: mf2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:4951:19: note: Assuming that condition 'mf2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:4954:27: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:5011:58: warning: Either the condition 'mf2' is redundant or there is possible null pointer dereference: mf2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:5008:19: note: Assuming that condition 'mf2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:5011:58: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:5062:59: warning: Either the condition 'mf2' is redundant or there is possible null pointer dereference: mf2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:5059:19: note: Assuming that condition 'mf2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:5062:59: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:2223:46: style: Function 'ensMarkerNewIni' argument 1 names different: declaration 'adaptor' definition 'ma'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ensembl/ensmarker.h:393:46: note: Function 'ensMarkerNewIni' argument 1 names different: declaration 'adaptor' definition 'ma'.
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:2223:46: note: Function 'ensMarkerNewIni' argument 1 names different: declaration 'adaptor' definition 'ma'.
EMBOSS-6.6.0/ajax/ensembl/ensmarker.c:3563:21: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
EMBOSS-6.6.0/ajax/ensembl/ensmetacoordinate.c:324:5: warning: Possible null pointer dereference: mca [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmetacoordinate.c:317:37: note: Assignment 'mca=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmetacoordinate.c:324:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmetacoordinate.c:326:5: warning: Possible null pointer dereference: mca [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmetacoordinate.c:317:37: note: Assignment 'mca=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmetacoordinate.c:326:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmetacoordinate.c:329:9: warning: Possible null pointer dereference: mca [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmetacoordinate.c:317:37: note: Assignment 'mca=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmetacoordinate.c:329:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmetacoordinate.c:332:5: warning: Possible null pointer dereference: mca [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmetacoordinate.c:317:37: note: Assignment 'mca=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmetacoordinate.c:332:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmetacoordinate.c:335:9: warning: Possible null pointer dereference: mca [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmetacoordinate.c:317:37: note: Assignment 'mca=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmetacoordinate.c:335:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmetainformation.c:194:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmetainformation.c:187:33: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmetainformation.c:194:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmetainformation.c:195:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmetainformation.c:187:33: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmetainformation.c:195:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmetainformation.c:196:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmetainformation.c:187:33: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmetainformation.c:196:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmetainformation.c:199:9: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmetainformation.c:187:33: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmetainformation.c:199:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmetainformation.c:240:5: warning: Possible null pointer dereference: mi [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmetainformation.c:236:30: note: Assignment 'mi=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmetainformation.c:240:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmetainformation.c:241:5: warning: Possible null pointer dereference: mi [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmetainformation.c:236:30: note: Assignment 'mi=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmetainformation.c:241:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmetainformation.c:242:5: warning: Possible null pointer dereference: mi [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmetainformation.c:236:30: note: Assignment 'mi=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmetainformation.c:242:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmetainformation.c:245:9: warning: Possible null pointer dereference: mi [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmetainformation.c:236:30: note: Assignment 'mi=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmetainformation.c:245:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmetainformation.c:833:27: warning: Either the condition 'mi2' is redundant or there is possible null pointer dereference: mi2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensmetainformation.c:830:19: note: Assuming that condition 'mi2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensmetainformation.c:833:27: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmetainformation.c:890:27: warning: Either the condition 'mi2' is redundant or there is possible null pointer dereference: mi2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensmetainformation.c:887:19: note: Assuming that condition 'mi2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensmetainformation.c:890:27: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmetainformation.c:1291:5: warning: Possible null pointer dereference: mia [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmetainformation.c:1279:38: note: Assignment 'mia=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmetainformation.c:1291:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmetainformation.c:1293:5: warning: Possible null pointer dereference: mia [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmetainformation.c:1279:38: note: Assignment 'mia=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmetainformation.c:1293:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmetainformation.c:1296:9: warning: Possible null pointer dereference: mia [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmetainformation.c:1279:38: note: Assignment 'mia=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmetainformation.c:1296:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmetainformation.c:1299:5: warning: Possible null pointer dereference: mia [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmetainformation.c:1279:38: note: Assignment 'mia=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmetainformation.c:1299:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmetainformation.c:1302:9: warning: Possible null pointer dereference: mia [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmetainformation.c:1279:38: note: Assignment 'mia=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmetainformation.c:1302:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:1590:9: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:334:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:327:34: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:334:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:335:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:327:34: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:335:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:336:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:327:34: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:336:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:339:9: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:327:34: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:339:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:387:5: warning: Possible null pointer dereference: ms [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:383:31: note: Assignment 'ms=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:387:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:388:5: warning: Possible null pointer dereference: ms [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:383:31: note: Assignment 'ms=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:388:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:389:5: warning: Possible null pointer dereference: ms [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:383:31: note: Assignment 'ms=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:389:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:392:9: warning: Possible null pointer dereference: ms [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:383:31: note: Assignment 'ms=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:392:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:1058:27: warning: Either the condition 'ms2' is redundant or there is possible null pointer dereference: ms2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:1055:19: note: Assuming that condition 'ms2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:1058:27: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:1115:27: warning: Either the condition 'ms2' is redundant or there is possible null pointer dereference: ms2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:1112:19: note: Assuming that condition 'ms2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:1115:27: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:1384:5: warning: Possible null pointer dereference: msa [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:1377:39: note: Assignment 'msa=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:1384:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:2206:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:2197:38: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:2206:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:2207:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:2197:38: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:2207:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:2208:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:2197:38: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:2208:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:2209:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:2197:38: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:2209:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:2215:9: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:2197:38: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:2215:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:2223:30: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:2197:38: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:2223:30: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:2230:9: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:2197:38: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:2230:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:2289:5: warning: Possible null pointer dereference: mf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:2282:35: note: Assignment 'mf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:2289:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:2290:5: warning: Possible null pointer dereference: mf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:2282:35: note: Assignment 'mf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:2290:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:2291:5: warning: Possible null pointer dereference: mf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:2282:35: note: Assignment 'mf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:2291:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:2292:5: warning: Possible null pointer dereference: mf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:2282:35: note: Assignment 'mf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:2292:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:2293:5: warning: Possible null pointer dereference: mf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:2282:35: note: Assignment 'mf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:2293:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:2294:5: warning: Possible null pointer dereference: mf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:2282:35: note: Assignment 'mf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:2294:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:3132:56: warning: Either the condition 'mf2' is redundant or there is possible null pointer dereference: mf2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:3129:19: note: Assuming that condition 'mf2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:3132:56: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:3183:57: warning: Either the condition 'mf2' is redundant or there is possible null pointer dereference: mf2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:3180:19: note: Assuming that condition 'mf2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:3183:57: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:3234:27: warning: Either the condition 'mf2' is redundant or there is possible null pointer dereference: mf2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:3231:19: note: Assuming that condition 'mf2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:3234:27: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:3291:58: warning: Either the condition 'mf2' is redundant or there is possible null pointer dereference: mf2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:3288:19: note: Assuming that condition 'mf2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:3291:58: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:3342:59: warning: Either the condition 'mf2' is redundant or there is possible null pointer dereference: mf2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:3339:19: note: Assuming that condition 'mf2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:3342:59: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:3572:10: warning: Possible null pointer dereference: Pbool [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:3556:21: note: Assignment 'Pbool=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:3572:10: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:3617:6: warning: Possible null pointer dereference: Pidentifier [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:3610:27: note: Assignment 'Pidentifier=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:3617:6: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:3621:6: warning: Possible null pointer dereference: Pbool [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:3608:21: note: Assignment 'Pbool=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:3621:6: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:3560:5: style: Variable 'key' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:3558:0: note: Variable 'key' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:3560:5: note: Variable 'key' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:3667:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:3779:13: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:1939:13: style: Function 'ensMiscellaneoussetadaptorFetchAll' argument 2 names different: declaration 'mslist' definition 'mss'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.h:254:13: note: Function 'ensMiscellaneoussetadaptorFetchAll' argument 2 names different: declaration 'mslist' definition 'mss'.
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:1939:13: note: Function 'ensMiscellaneoussetadaptorFetchAll' argument 2 names different: declaration 'mslist' definition 'mss'.
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:3042:13: style: Function 'ensMiscellaneousfeatureFetchAllMiscellaneoussets' argument 3 names different: declaration 'mslist' definition 'mss'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.h:330:13: note: Function 'ensMiscellaneousfeatureFetchAllMiscellaneoussets' argument 3 names different: declaration 'mslist' definition 'mss'.
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:3042:13: note: Function 'ensMiscellaneousfeatureFetchAllMiscellaneoussets' argument 3 names different: declaration 'mslist' definition 'mss'.
EMBOSS-6.6.0/ajax/ensembl/ensmiscellaneous.c:3665:12: style: Variable 'throw' is not assigned a value. [unassignedVariable]
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:1157:9: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:247:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:240:26: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:247:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:248:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:240:26: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:248:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:249:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:240:26: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:249:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:252:9: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:240:26: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:252:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:292:5: warning: Possible null pointer dereference: ontology [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:285:29: note: Assignment 'ontology=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:292:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:293:5: warning: Possible null pointer dereference: ontology [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:285:29: note: Assignment 'ontology=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:293:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:294:5: warning: Possible null pointer dereference: ontology [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:285:29: note: Assignment 'ontology=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:294:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:297:9: warning: Possible null pointer dereference: ontology [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:285:29: note: Assignment 'ontology=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:297:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:948:5: warning: Possible null pointer dereference: oa [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:936:30: note: Assignment 'oa=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:948:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:1798:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:1791:33: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:1798:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:1799:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:1791:33: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:1799:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:1800:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:1791:33: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:1800:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:1803:9: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:1791:33: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:1803:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:1836:5: warning: Possible null pointer dereference: os [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:1829:30: note: Assignment 'os=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:1836:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:1837:5: warning: Possible null pointer dereference: os [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:1829:30: note: Assignment 'os=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:1837:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:1838:5: warning: Possible null pointer dereference: os [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:1829:30: note: Assignment 'os=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:1838:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:1841:9: warning: Possible null pointer dereference: os [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:1829:30: note: Assignment 'os=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:1841:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:2332:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:2325:30: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:2332:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:2333:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:2325:30: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:2333:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:2334:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:2325:30: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:2334:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:2335:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:2325:30: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:2335:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:2338:9: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:2325:30: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:2338:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:2412:5: warning: Possible null pointer dereference: ot [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:2405:27: note: Assignment 'ot=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:2412:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:2413:5: warning: Possible null pointer dereference: ot [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:2405:27: note: Assignment 'ot=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:2413:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:2414:5: warning: Possible null pointer dereference: ot [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:2405:27: note: Assignment 'ot=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:2414:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:2415:5: warning: Possible null pointer dereference: ot [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:2405:27: note: Assignment 'ot=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:2415:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:2418:9: warning: Possible null pointer dereference: ot [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:2405:27: note: Assignment 'ot=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:2418:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:2401:47: style: Function 'ensOntologytermNewIni' argument 5 names different: declaration 'description' definition 'definition'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ensembl/ensontology.h:313:47: note: Function 'ensOntologytermNewIni' argument 5 names different: declaration 'description' definition 'definition'.
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:2401:47: note: Function 'ensOntologytermNewIni' argument 5 names different: declaration 'description' definition 'definition'.
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:2899:44: style: Function 'ensOntologytermSetDefinition' argument 2 names different: declaration 'description' definition 'definition'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ensembl/ensontology.h:344:44: note: Function 'ensOntologytermSetDefinition' argument 2 names different: declaration 'description' definition 'definition'.
EMBOSS-6.6.0/ajax/ensembl/ensontology.c:2899:44: note: Function 'ensOntologytermSetDefinition' argument 2 names different: declaration 'description' definition 'definition'.
EMBOSS-6.6.0/ajax/ensembl/ensoperon.c:279:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensoperon.c:270:24: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensoperon.c:279:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensoperon.c:281:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensoperon.c:270:24: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensoperon.c:281:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensoperon.c:283:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensoperon.c:270:24: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensoperon.c:283:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensoperon.c:285:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensoperon.c:270:24: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensoperon.c:285:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensoperon.c:288:9: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensoperon.c:270:24: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensoperon.c:288:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensoperon.c:410:5: warning: Possible null pointer dereference: operon [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensoperon.c:403:25: note: Assignment 'operon=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensoperon.c:410:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensoperon.c:412:5: warning: Possible null pointer dereference: operon [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensoperon.c:403:25: note: Assignment 'operon=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensoperon.c:412:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensoperon.c:414:5: warning: Possible null pointer dereference: operon [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensoperon.c:403:25: note: Assignment 'operon=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensoperon.c:414:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensoperon.c:416:5: warning: Possible null pointer dereference: operon [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensoperon.c:403:25: note: Assignment 'operon=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensoperon.c:416:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensoperon.c:419:9: warning: Possible null pointer dereference: operon [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensoperon.c:403:25: note: Assignment 'operon=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensoperon.c:419:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensoperon.c:2920:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensoperon.c:2913:34: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensoperon.c:2920:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensoperon.c:2922:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensoperon.c:2913:34: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensoperon.c:2922:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensoperon.c:2924:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensoperon.c:2913:34: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensoperon.c:2924:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensoperon.c:2926:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensoperon.c:2913:34: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensoperon.c:2926:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensoperon.c:2929:9: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensoperon.c:2913:34: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensoperon.c:2929:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensoperon.c:3051:5: warning: Possible null pointer dereference: ot [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensoperon.c:3044:31: note: Assignment 'ot=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensoperon.c:3051:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensoperon.c:3053:5: warning: Possible null pointer dereference: ot [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensoperon.c:3044:31: note: Assignment 'ot=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensoperon.c:3053:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensoperon.c:3055:5: warning: Possible null pointer dereference: ot [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensoperon.c:3044:31: note: Assignment 'ot=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensoperon.c:3055:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensoperon.c:3057:5: warning: Possible null pointer dereference: ot [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensoperon.c:3044:31: note: Assignment 'ot=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensoperon.c:3057:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensoperon.c:3060:9: warning: Possible null pointer dereference: ot [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensoperon.c:3044:31: note: Assignment 'ot=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensoperon.c:3060:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensoperon.c:5155:5: style: Variable 'constraint' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ensembl/ensoperon.c:5153:0: note: Variable 'constraint' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensoperon.c:5155:5: note: Variable 'constraint' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensoperon.c:5158:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ensembl/ensoperon.c:5151:0: note: Variable 'result' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensoperon.c:5158:5: note: Variable 'result' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensoperon.c:2365:18: style: Function 'ensOperonadaptorFetchByDisplaylabel' argument 2 names different: declaration 'displaylabel' definition 'label'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ensembl/ensoperon.h:178:18: note: Function 'ensOperonadaptorFetchByDisplaylabel' argument 2 names different: declaration 'displaylabel' definition 'label'.
EMBOSS-6.6.0/ajax/ensembl/ensoperon.c:2365:18: note: Function 'ensOperonadaptorFetchByDisplaylabel' argument 2 names different: declaration 'displaylabel' definition 'label'.
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:302:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:295:32: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:302:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:303:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:295:32: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:303:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:304:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:295:32: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:304:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:305:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:295:32: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:305:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:306:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:295:32: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:306:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:307:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:295:32: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:307:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:308:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:295:32: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:308:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:311:9: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:295:32: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:311:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:353:5: warning: Possible null pointer dereference: pe [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:346:29: note: Assignment 'pe=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:353:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:354:5: warning: Possible null pointer dereference: pe [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:346:29: note: Assignment 'pe=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:354:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:355:5: warning: Possible null pointer dereference: pe [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:346:29: note: Assignment 'pe=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:355:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:356:5: warning: Possible null pointer dereference: pe [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:346:29: note: Assignment 'pe=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:356:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:357:5: warning: Possible null pointer dereference: pe [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:346:29: note: Assignment 'pe=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:357:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:358:5: warning: Possible null pointer dereference: pe [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:346:29: note: Assignment 'pe=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:358:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:359:5: warning: Possible null pointer dereference: pe [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:346:29: note: Assignment 'pe=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:359:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:1367:56: warning: Either the condition 'pe2' is redundant or there is possible null pointer dereference: pe2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:1364:19: note: Assuming that condition 'pe2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:1367:56: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:1418:57: warning: Either the condition 'pe2' is redundant or there is possible null pointer dereference: pe2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:1415:19: note: Assuming that condition 'pe2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:1418:57: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:1469:27: warning: Either the condition 'pe2' is redundant or there is possible null pointer dereference: pe2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:1466:19: note: Assuming that condition 'pe2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:1469:27: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:1526:58: warning: Either the condition 'pe2' is redundant or there is possible null pointer dereference: pe2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:1523:19: note: Assuming that condition 'pe2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:1526:58: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:1577:59: warning: Either the condition 'pe2' is redundant or there is possible null pointer dereference: pe2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:1574:19: note: Assuming that condition 'pe2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:1577:59: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:2376:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:2369:38: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:2376:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:2377:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:2369:38: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:2377:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:2378:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:2369:38: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:2378:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:2379:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:2369:38: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:2379:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:2382:9: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:2369:38: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:2382:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:2443:5: warning: Possible null pointer dereference: pt [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:2436:35: note: Assignment 'pt=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:2443:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:2444:5: warning: Possible null pointer dereference: pt [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:2436:35: note: Assignment 'pt=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:2444:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:2445:5: warning: Possible null pointer dereference: pt [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:2436:35: note: Assignment 'pt=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:2445:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:2446:5: warning: Possible null pointer dereference: pt [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:2436:35: note: Assignment 'pt=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:2446:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:2449:9: warning: Possible null pointer dereference: pt [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:2436:35: note: Assignment 'pt=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:2449:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:3886:56: warning: Either the condition 'pt2' is redundant or there is possible null pointer dereference: pt2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:3883:19: note: Assuming that condition 'pt2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:3886:56: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:3937:57: warning: Either the condition 'pt2' is redundant or there is possible null pointer dereference: pt2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:3934:19: note: Assuming that condition 'pt2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:3937:57: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:3988:27: warning: Either the condition 'pt2' is redundant or there is possible null pointer dereference: pt2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:3985:19: note: Assuming that condition 'pt2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:3988:27: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:4045:58: warning: Either the condition 'pt2' is redundant or there is possible null pointer dereference: pt2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:4042:19: note: Assuming that condition 'pt2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:4045:58: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:4096:59: warning: Either the condition 'pt2' is redundant or there is possible null pointer dereference: pt2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:4093:19: note: Assuming that condition 'pt2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensprediction.c:4096:59: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensprojectionsegment.c:160:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensprojectionsegment.c:153:35: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensprojectionsegment.c:160:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensprojectionsegment.c:161:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensprojectionsegment.c:153:35: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensprojectionsegment.c:161:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensprojectionsegment.c:162:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensprojectionsegment.c:153:35: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensprojectionsegment.c:162:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensprojectionsegment.c:163:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensprojectionsegment.c:153:35: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensprojectionsegment.c:163:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensprojectionsegment.c:209:5: warning: Possible null pointer dereference: ps [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensprojectionsegment.c:189:32: note: Assignment 'ps=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensprojectionsegment.c:209:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensprojectionsegment.c:210:5: warning: Possible null pointer dereference: ps [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensprojectionsegment.c:189:32: note: Assignment 'ps=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensprojectionsegment.c:210:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensprojectionsegment.c:211:5: warning: Possible null pointer dereference: ps [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensprojectionsegment.c:189:32: note: Assignment 'ps=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensprojectionsegment.c:211:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensprojectionsegment.c:212:5: warning: Possible null pointer dereference: ps [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensprojectionsegment.c:189:32: note: Assignment 'ps=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensprojectionsegment.c:212:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensprotein.c:224:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensprotein.c:217:32: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensprotein.c:224:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensprotein.c:225:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensprotein.c:217:32: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensprotein.c:225:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensprotein.c:226:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensprotein.c:217:32: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensprotein.c:226:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensprotein.c:229:9: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensprotein.c:217:32: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensprotein.c:229:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensprotein.c:269:5: warning: Possible null pointer dereference: pf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensprotein.c:265:29: note: Assignment 'pf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensprotein.c:269:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensprotein.c:270:5: warning: Possible null pointer dereference: pf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensprotein.c:265:29: note: Assignment 'pf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensprotein.c:270:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensprotein.c:271:5: warning: Possible null pointer dereference: pf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensprotein.c:265:29: note: Assignment 'pf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensprotein.c:271:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensprotein.c:272:5: warning: Possible null pointer dereference: pf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensprotein.c:265:29: note: Assignment 'pf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensprotein.c:272:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensprotein.c:275:9: warning: Possible null pointer dereference: pf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensprotein.c:265:29: note: Assignment 'pf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensprotein.c:275:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensprotein.c:215:69: style: Function 'ensProteinfeatureNewCpy' argument 1 names different: declaration 'object' definition 'pf'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ensembl/ensprotein.h:111:69: note: Function 'ensProteinfeatureNewCpy' argument 1 names different: declaration 'object' definition 'pf'.
EMBOSS-6.6.0/ajax/ensembl/ensprotein.c:215:69: note: Function 'ensProteinfeatureNewCpy' argument 1 names different: declaration 'object' definition 'pf'.
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:1937:25: style: Condition 'tstart>(ajint)edge' is always true [knownConditionTrueFalse]
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:1952:25: style: Condition 'tstart>(ajint)edge' is always true [knownConditionTrueFalse]
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:1958:21: style: Condition 'qstart>(ajint)edge' is always true [knownConditionTrueFalse]
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:1998:23: style: Condition 'tend<(ajint)(tlength-edge)' is always true [knownConditionTrueFalse]
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:2017:23: style: Condition 'tend<(ajint)(tlength-edge)' is always true [knownConditionTrueFalse]
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:2024:19: style: Condition 'qend<(ajint)(qlength-edge)' is always true [knownConditionTrueFalse]
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:2030:23: style: Condition 'tend<(ajint)tlength' is always true [knownConditionTrueFalse]
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:2138:21: style: Condition 'qstart>(ajint)edge' is always true [knownConditionTrueFalse]
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:2157:19: style: Condition 'qend<(ajint)(qlength-edge)' is always true [knownConditionTrueFalse]
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:2255:21: style: Condition 'qstart>(ajint)edge' is always true [knownConditionTrueFalse]
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:2270:19: style: Condition 'qend<(ajint)(qlength-edge)' is always true [knownConditionTrueFalse]
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:454:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:447:29: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:454:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:455:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:447:29: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:455:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:456:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:447:29: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:456:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:457:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:447:29: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:457:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:458:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:447:29: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:458:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:459:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:447:29: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:459:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:460:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:447:29: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:460:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:461:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:447:29: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:461:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:462:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:447:29: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:462:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:463:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:447:29: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:463:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:464:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:447:29: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:464:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:465:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:447:29: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:465:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:466:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:447:29: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:466:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:467:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:447:29: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:467:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:468:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:447:29: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:468:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:469:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:447:29: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:469:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:472:9: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:447:29: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:472:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:540:5: warning: Possible null pointer dereference: qca [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:527:27: note: Assignment 'qca=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:540:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:541:5: warning: Possible null pointer dereference: qca [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:527:27: note: Assignment 'qca=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:541:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:542:5: warning: Possible null pointer dereference: qca [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:527:27: note: Assignment 'qca=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:542:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:543:5: warning: Possible null pointer dereference: qca [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:527:27: note: Assignment 'qca=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:543:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:544:5: warning: Possible null pointer dereference: qca [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:527:27: note: Assignment 'qca=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:544:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:545:5: warning: Possible null pointer dereference: qca [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:527:27: note: Assignment 'qca=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:545:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:546:5: warning: Possible null pointer dereference: qca [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:527:27: note: Assignment 'qca=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:546:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:547:5: warning: Possible null pointer dereference: qca [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:527:27: note: Assignment 'qca=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:547:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:548:5: warning: Possible null pointer dereference: qca [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:527:27: note: Assignment 'qca=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:548:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:549:5: warning: Possible null pointer dereference: qca [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:527:27: note: Assignment 'qca=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:549:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:550:5: warning: Possible null pointer dereference: qca [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:527:27: note: Assignment 'qca=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:550:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:551:5: warning: Possible null pointer dereference: qca [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:527:27: note: Assignment 'qca=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:551:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:552:5: warning: Possible null pointer dereference: qca [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:527:27: note: Assignment 'qca=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:552:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:553:5: warning: Possible null pointer dereference: qca [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:527:27: note: Assignment 'qca=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:553:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:554:5: warning: Possible null pointer dereference: qca [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:527:27: note: Assignment 'qca=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:554:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:555:5: warning: Possible null pointer dereference: qca [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:527:27: note: Assignment 'qca=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:555:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:556:5: warning: Possible null pointer dereference: qca [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:527:27: note: Assignment 'qca=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:556:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:2560:10: warning: Either the condition 'if(qca2)' is redundant or there is possible null pointer dereference: qca2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:2567:8: note: Assuming that condition 'if(qca2)' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:2560:10: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:3823:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:3791:5: note: Variable 'result' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:3823:5: note: Variable 'result' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:1472:55: style: Function 'ensQcalignmentSetTargetSequence' argument 2 names different: declaration 'qcs' definition 'tsequence'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.h:223:55: note: Function 'ensQcalignmentSetTargetSequence' argument 2 names different: declaration 'qcs' definition 'tsequence'.
EMBOSS-6.6.0/ajax/ensembl/ensqcalignment.c:1472:55: note: Function 'ensQcalignmentSetTargetSequence' argument 2 names different: declaration 'qcs' definition 'tsequence'.
EMBOSS-6.6.0/ajax/ensembl/ensqcdasfeature.c:273:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcdasfeature.c:266:30: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcdasfeature.c:273:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcdasfeature.c:274:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcdasfeature.c:266:30: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcdasfeature.c:274:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcdasfeature.c:275:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcdasfeature.c:266:30: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcdasfeature.c:275:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcdasfeature.c:278:9: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcdasfeature.c:266:30: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcdasfeature.c:278:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcdasfeature.c:363:5: warning: Possible null pointer dereference: qcdasf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcdasfeature.c:347:31: note: Assignment 'qcdasf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcdasfeature.c:363:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcdasfeature.c:364:5: warning: Possible null pointer dereference: qcdasf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcdasfeature.c:347:31: note: Assignment 'qcdasf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcdasfeature.c:364:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcdasfeature.c:365:5: warning: Possible null pointer dereference: qcdasf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcdasfeature.c:347:31: note: Assignment 'qcdasf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcdasfeature.c:365:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcdasfeature.c:366:5: warning: Possible null pointer dereference: qcdasf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcdasfeature.c:347:31: note: Assignment 'qcdasf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcdasfeature.c:366:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcdasfeature.c:367:5: warning: Possible null pointer dereference: qcdasf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcdasfeature.c:347:31: note: Assignment 'qcdasf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcdasfeature.c:367:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcdasfeature.c:368:5: warning: Possible null pointer dereference: qcdasf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcdasfeature.c:347:31: note: Assignment 'qcdasf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcdasfeature.c:368:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcdasfeature.c:369:5: warning: Possible null pointer dereference: qcdasf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcdasfeature.c:347:31: note: Assignment 'qcdasf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcdasfeature.c:369:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcdasfeature.c:370:5: warning: Possible null pointer dereference: qcdasf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcdasfeature.c:347:31: note: Assignment 'qcdasf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcdasfeature.c:370:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcdasfeature.c:371:5: warning: Possible null pointer dereference: qcdasf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcdasfeature.c:347:31: note: Assignment 'qcdasf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcdasfeature.c:371:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcdasfeature.c:372:5: warning: Possible null pointer dereference: qcdasf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcdasfeature.c:347:31: note: Assignment 'qcdasf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcdasfeature.c:372:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcdasfeature.c:373:5: warning: Possible null pointer dereference: qcdasf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcdasfeature.c:347:31: note: Assignment 'qcdasf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcdasfeature.c:373:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcdasfeature.c:374:5: warning: Possible null pointer dereference: qcdasf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcdasfeature.c:347:31: note: Assignment 'qcdasf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcdasfeature.c:374:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcdasfeature.c:375:5: warning: Possible null pointer dereference: qcdasf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcdasfeature.c:347:31: note: Assignment 'qcdasf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcdasfeature.c:375:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcdasfeature.c:376:5: warning: Possible null pointer dereference: qcdasf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcdasfeature.c:347:31: note: Assignment 'qcdasf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcdasfeature.c:376:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcdasfeature.c:377:5: warning: Possible null pointer dereference: qcdasf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcdasfeature.c:347:31: note: Assignment 'qcdasf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcdasfeature.c:377:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcdasfeature.c:1836:9: style: Variable 'ecategory' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ensembl/ensqcdasfeature.c:1809:9: note: Variable 'ecategory' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensqcdasfeature.c:1836:9: note: Variable 'ecategory' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensqcdasfeature.c:1838:9: style: Variable 'etype' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ensembl/ensqcdasfeature.c:1810:9: note: Variable 'etype' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensqcdasfeature.c:1838:9: note: Variable 'etype' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensqcdasfeature.c:1538:31: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
EMBOSS-6.6.0/ajax/ensembl/ensqcdasfeature.c:1666:27: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
EMBOSS-6.6.0/ajax/ensembl/ensqcdatabase.c:2282:9: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
EMBOSS-6.6.0/ajax/ensembl/ensqcdatabase.c:275:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcdatabase.c:268:28: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcdatabase.c:275:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcdatabase.c:276:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcdatabase.c:268:28: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcdatabase.c:276:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcdatabase.c:277:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcdatabase.c:268:28: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcdatabase.c:277:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcdatabase.c:280:9: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcdatabase.c:268:28: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcdatabase.c:280:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcdatabase.c:385:5: warning: Possible null pointer dereference: qcdb [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcdatabase.c:372:27: note: Assignment 'qcdb=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcdatabase.c:385:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcdatabase.c:386:5: warning: Possible null pointer dereference: qcdb [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcdatabase.c:372:27: note: Assignment 'qcdb=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcdatabase.c:386:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcdatabase.c:387:5: warning: Possible null pointer dereference: qcdb [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcdatabase.c:372:27: note: Assignment 'qcdb=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcdatabase.c:387:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcdatabase.c:388:5: warning: Possible null pointer dereference: qcdb [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcdatabase.c:372:27: note: Assignment 'qcdb=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcdatabase.c:388:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcdatabase.c:391:9: warning: Possible null pointer dereference: qcdb [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcdatabase.c:372:27: note: Assignment 'qcdb=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcdatabase.c:391:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcdatabase.c:2498:5: warning: Possible null pointer dereference: qcdba [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcdatabase.c:2491:35: note: Assignment 'qcdba=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcdatabase.c:2498:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcdatabase.c:1118:54: style: Function 'ensQcdatabaseSetDatabaseadaptorSpecies' argument 2 names different: declaration 'species' definition 'dbaspecies'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ensembl/ensqcdatabase.h:276:54: note: Function 'ensQcdatabaseSetDatabaseadaptorSpecies' argument 2 names different: declaration 'species' definition 'dbaspecies'.
EMBOSS-6.6.0/ajax/ensembl/ensqcdatabase.c:1118:54: note: Function 'ensQcdatabaseSetDatabaseadaptorSpecies' argument 2 names different: declaration 'species' definition 'dbaspecies'.
EMBOSS-6.6.0/ajax/ensembl/ensqcdatabase.c:1870:26: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
EMBOSS-6.6.0/ajax/ensembl/ensqcdatabase.c:1995:25: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
EMBOSS-6.6.0/ajax/ensembl/ensqcsequence.c:215:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcsequence.c:208:28: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcsequence.c:215:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcsequence.c:216:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcsequence.c:208:28: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcsequence.c:216:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcsequence.c:217:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcsequence.c:208:28: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcsequence.c:217:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcsequence.c:218:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcsequence.c:208:28: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcsequence.c:218:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcsequence.c:221:9: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcsequence.c:208:28: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcsequence.c:221:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcsequence.c:300:5: warning: Possible null pointer dereference: qcs [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcsequence.c:287:26: note: Assignment 'qcs=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcsequence.c:300:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcsequence.c:301:5: warning: Possible null pointer dereference: qcs [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcsequence.c:287:26: note: Assignment 'qcs=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcsequence.c:301:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcsequence.c:302:5: warning: Possible null pointer dereference: qcs [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcsequence.c:287:26: note: Assignment 'qcs=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcsequence.c:302:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcsequence.c:303:5: warning: Possible null pointer dereference: qcs [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcsequence.c:287:26: note: Assignment 'qcs=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcsequence.c:303:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcsequence.c:306:9: warning: Possible null pointer dereference: qcs [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcsequence.c:287:26: note: Assignment 'qcs=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcsequence.c:306:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcsequence.c:2032:5: warning: Possible null pointer dereference: qcsa [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcsequence.c:2025:34: note: Assignment 'qcsa=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcsequence.c:2032:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcsequence.c:273:58: style: Function 'ensQcsequenceNewIni' argument 1 names different: declaration 'adaptor' definition 'qcsa'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ensembl/ensqcsequence.h:142:58: note: Function 'ensQcsequenceNewIni' argument 1 names different: declaration 'adaptor' definition 'qcsa'.
EMBOSS-6.6.0/ajax/ensembl/ensqcsequence.c:273:58: note: Function 'ensQcsequenceNewIni' argument 1 names different: declaration 'adaptor' definition 'qcsa'.
EMBOSS-6.6.0/ajax/ensembl/ensqcsequence.c:2407:68: style: Function 'ensQcsequenceadaptorFetchByIdentifier' argument 1 names different: declaration 'adaptor' definition 'qcsa'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ensembl/ensqcsequence.h:256:68: note: Function 'ensQcsequenceadaptorFetchByIdentifier' argument 1 names different: declaration 'adaptor' definition 'qcsa'.
EMBOSS-6.6.0/ajax/ensembl/ensqcsequence.c:2407:68: note: Function 'ensQcsequenceadaptorFetchByIdentifier' argument 1 names different: declaration 'adaptor' definition 'qcsa'.
EMBOSS-6.6.0/ajax/ensembl/ensqcsubmission.c:211:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcsubmission.c:204:30: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcsubmission.c:211:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcsubmission.c:212:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcsubmission.c:204:30: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcsubmission.c:212:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcsubmission.c:213:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcsubmission.c:204:30: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcsubmission.c:213:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcsubmission.c:214:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcsubmission.c:204:30: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcsubmission.c:214:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcsubmission.c:215:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcsubmission.c:204:30: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcsubmission.c:215:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcsubmission.c:216:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcsubmission.c:204:30: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcsubmission.c:216:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcsubmission.c:217:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcsubmission.c:204:30: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcsubmission.c:217:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcsubmission.c:218:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcsubmission.c:204:30: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcsubmission.c:218:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcsubmission.c:219:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcsubmission.c:204:30: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcsubmission.c:219:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcsubmission.c:220:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcsubmission.c:204:30: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcsubmission.c:220:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcsubmission.c:274:5: warning: Possible null pointer dereference: qcsb [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcsubmission.c:261:29: note: Assignment 'qcsb=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcsubmission.c:274:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcsubmission.c:276:5: warning: Possible null pointer dereference: qcsb [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcsubmission.c:261:29: note: Assignment 'qcsb=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcsubmission.c:276:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcsubmission.c:278:5: warning: Possible null pointer dereference: qcsb [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcsubmission.c:261:29: note: Assignment 'qcsb=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcsubmission.c:278:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcsubmission.c:280:5: warning: Possible null pointer dereference: qcsb [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcsubmission.c:261:29: note: Assignment 'qcsb=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcsubmission.c:280:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcsubmission.c:282:5: warning: Possible null pointer dereference: qcsb [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcsubmission.c:261:29: note: Assignment 'qcsb=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcsubmission.c:282:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcsubmission.c:283:5: warning: Possible null pointer dereference: qcsb [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcsubmission.c:261:29: note: Assignment 'qcsb=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcsubmission.c:283:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcsubmission.c:285:5: warning: Possible null pointer dereference: qcsb [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcsubmission.c:261:29: note: Assignment 'qcsb=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcsubmission.c:285:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcsubmission.c:286:5: warning: Possible null pointer dereference: qcsb [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcsubmission.c:261:29: note: Assignment 'qcsb=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcsubmission.c:286:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcsubmission.c:287:5: warning: Possible null pointer dereference: qcsb [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcsubmission.c:261:29: note: Assignment 'qcsb=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcsubmission.c:287:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcsubmission.c:289:5: warning: Possible null pointer dereference: qcsb [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcsubmission.c:261:29: note: Assignment 'qcsb=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcsubmission.c:289:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcsubmission.c:251:64: style: Function 'ensQcsubmissionNewIni' argument 1 names different: declaration 'adaptor' definition 'qcsba'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ensembl/ensqcsubmission.h:126:64: note: Function 'ensQcsubmissionNewIni' argument 1 names different: declaration 'adaptor' definition 'qcsba'.
EMBOSS-6.6.0/ajax/ensembl/ensqcsubmission.c:251:64: note: Function 'ensQcsubmissionNewIni' argument 1 names different: declaration 'adaptor' definition 'qcsba'.
EMBOSS-6.6.0/ajax/ensembl/ensqcsubmission.c:1257:13: style: Function 'qcsubmissionadaptorFetchAllbyStatement' argument 5 names different: declaration 'qcss' definition 'qcsbs'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ensembl/ensqcsubmission.c:118:13: note: Function 'qcsubmissionadaptorFetchAllbyStatement' argument 5 names different: declaration 'qcss' definition 'qcsbs'.
EMBOSS-6.6.0/ajax/ensembl/ensqcsubmission.c:1257:13: note: Function 'qcsubmissionadaptorFetchAllbyStatement' argument 5 names different: declaration 'qcss' definition 'qcsbs'.
EMBOSS-6.6.0/ajax/ensembl/ensqcsubmission.c:1950:29: style: Function 'ensQcsubmissionadaptorFetchByIdentifier' argument 1 names different: declaration 'adaptor' definition 'qcsba'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ensembl/ensqcsubmission.h:251:29: note: Function 'ensQcsubmissionadaptorFetchByIdentifier' argument 1 names different: declaration 'adaptor' definition 'qcsba'.
EMBOSS-6.6.0/ajax/ensembl/ensqcsubmission.c:1950:29: note: Function 'ensQcsubmissionadaptorFetchByIdentifier' argument 1 names different: declaration 'adaptor' definition 'qcsba'.
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:291:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:284:29: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:291:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:293:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:284:29: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:293:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:295:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:284:29: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:295:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:297:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:284:29: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:297:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:299:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:284:29: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:299:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:301:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:284:29: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:301:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:302:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:284:29: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:302:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:303:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:284:29: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:303:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:306:9: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:284:29: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:306:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:308:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:284:29: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:308:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:309:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:284:29: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:309:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:310:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:284:29: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:310:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:386:5: warning: Possible null pointer dereference: qcv [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:370:27: note: Assignment 'qcv=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:386:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:388:5: warning: Possible null pointer dereference: qcv [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:370:27: note: Assignment 'qcv=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:388:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:390:5: warning: Possible null pointer dereference: qcv [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:370:27: note: Assignment 'qcv=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:390:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:392:5: warning: Possible null pointer dereference: qcv [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:370:27: note: Assignment 'qcv=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:392:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:394:5: warning: Possible null pointer dereference: qcv [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:370:27: note: Assignment 'qcv=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:394:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:396:5: warning: Possible null pointer dereference: qcv [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:370:27: note: Assignment 'qcv=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:396:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:397:5: warning: Possible null pointer dereference: qcv [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:370:27: note: Assignment 'qcv=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:397:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:398:5: warning: Possible null pointer dereference: qcv [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:370:27: note: Assignment 'qcv=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:398:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:401:9: warning: Possible null pointer dereference: qcv [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:370:27: note: Assignment 'qcv=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:401:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:403:5: warning: Possible null pointer dereference: qcv [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:370:27: note: Assignment 'qcv=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:403:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:404:5: warning: Possible null pointer dereference: qcv [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:370:27: note: Assignment 'qcv=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:404:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:405:5: warning: Possible null pointer dereference: qcv [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:370:27: note: Assignment 'qcv=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:405:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:354:61: style: Function 'ensQcvariationNewIni' argument 1 names different: declaration 'adaptor' definition 'qcva'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.h:209:61: note: Function 'ensQcvariationNewIni' argument 1 names different: declaration 'adaptor' definition 'qcva'.
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:354:61: note: Function 'ensQcvariationNewIni' argument 1 names different: declaration 'adaptor' definition 'qcva'.
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:2625:28: style: Function 'ensQcvariationadaptorFetchByIdentifier' argument 1 names different: declaration 'adaptor' definition 'qcva'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.h:361:28: note: Function 'ensQcvariationadaptorFetchByIdentifier' argument 1 names different: declaration 'adaptor' definition 'qcva'.
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:2625:28: note: Function 'ensQcvariationadaptorFetchByIdentifier' argument 1 names different: declaration 'adaptor' definition 'qcva'.
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:2627:22: style: Function 'ensQcvariationadaptorFetchByIdentifier' argument 3 names different: declaration 'Pqcvf' definition 'Pqcv'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.h:363:22: note: Function 'ensQcvariationadaptorFetchByIdentifier' argument 3 names different: declaration 'Pqcvf' definition 'Pqcv'.
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:2627:22: note: Function 'ensQcvariationadaptorFetchByIdentifier' argument 3 names different: declaration 'Pqcvf' definition 'Pqcv'.
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:1633:27: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:1760:27: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
EMBOSS-6.6.0/ajax/ensembl/ensqcvariation.c:1886:26: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
EMBOSS-6.6.0/ajax/ensembl/ensregistry.c:1424:5: warning: Possible null pointer dereference: ri [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensregistry.c:1411:30: note: Assignment 'ri=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensregistry.c:1424:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensregistry.c:1425:5: warning: Possible null pointer dereference: ri [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensregistry.c:1411:30: note: Assignment 'ri=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensregistry.c:1425:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensregistry.c:1426:5: warning: Possible null pointer dereference: ri [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensregistry.c:1411:30: note: Assignment 'ri=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensregistry.c:1426:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensregistry.c:2157:6: warning: Either the condition 'Presult' is redundant or there is possible null pointer dereference: Presult. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensregistry.c:1946:10: note: Assuming that condition 'Presult' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensregistry.c:2157:6: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensregistry.c:2443:10: warning: Either the condition 'Presult' is redundant or there is possible null pointer dereference: Presult. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensregistry.c:2300:14: note: Assuming that condition 'Presult' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensregistry.c:2443:10: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensregistry.c:1924:5: style: Variable 'debug' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ensembl/ensregistry.c:1902:0: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensregistry.c:1924:5: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensregistry.c:2219:5: style: Variable 'debug' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ensembl/ensregistry.c:2202:0: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensregistry.c:2219:5: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensregistry.c:2654:5: style: Variable 'debug' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ensembl/ensregistry.c:2650:0: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensregistry.c:2654:5: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensregistry.c:2956:5: style: Variable 'debug' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ensembl/ensregistry.c:2949:0: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensregistry.c:2956:5: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensregistry.c:3123:5: style: Variable 'indent' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ensembl/ensregistry.c:3121:0: note: Variable 'indent' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensregistry.c:3123:5: note: Variable 'indent' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensregistry.c:3230:5: style: Variable 'debug' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ensembl/ensregistry.c:3213:0: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensregistry.c:3230:5: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensregistry.c:3568:5: style: Variable 'indent' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ensembl/ensregistry.c:3566:0: note: Variable 'indent' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensregistry.c:3568:5: note: Variable 'indent' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensregistry.c:3637:5: style: Variable 'indent' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ensembl/ensregistry.c:3635:0: note: Variable 'indent' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensregistry.c:3637:5: note: Variable 'indent' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensregistry.c:4668:5: style: Variable 'debug' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ensembl/ensregistry.c:4656:0: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensregistry.c:4668:5: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensregistry.c:4882:5: style: Variable 'debug' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ensembl/ensregistry.c:4871:0: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensregistry.c:4882:5: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensregistry.c:5103:5: style: Variable 'debug' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ensembl/ensregistry.c:5095:0: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensregistry.c:5103:5: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensregistry.c:1636:28: style: Function 'registryQualityCheckDel' argument 1 names different: declaration 'Pqc' definition 'Prqc'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ensembl/ensregistry.c:614:28: note: Function 'registryQualityCheckDel' argument 1 names different: declaration 'Pqc' definition 'Prqc'.
EMBOSS-6.6.0/ajax/ensembl/ensregistry.c:1636:28: note: Function 'registryQualityCheckDel' argument 1 names different: declaration 'Pqc' definition 'Prqc'.
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:287:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:280:33: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:287:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:289:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:280:33: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:289:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:292:9: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:280:33: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:292:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:344:5: warning: Possible null pointer dereference: rc [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:340:30: note: Assignment 'rc=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:344:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:345:5: warning: Possible null pointer dereference: rc [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:340:30: note: Assignment 'rc=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:345:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:348:9: warning: Possible null pointer dereference: rc [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:340:30: note: Assignment 'rc=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:348:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:1852:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:1845:31: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:1852:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:1854:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:1845:31: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:1854:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:1856:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:1845:31: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:1856:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:1858:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:1845:31: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:1858:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:1860:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:1845:31: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:1860:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:1862:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:1845:31: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:1862:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:1864:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:1845:31: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:1864:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:1866:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:1845:31: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:1866:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:1908:5: warning: Possible null pointer dereference: rf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:1901:28: note: Assignment 'rf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:1908:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:1910:5: warning: Possible null pointer dereference: rf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:1901:28: note: Assignment 'rf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:1910:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:1912:5: warning: Possible null pointer dereference: rf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:1901:28: note: Assignment 'rf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:1912:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:1914:5: warning: Possible null pointer dereference: rf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:1901:28: note: Assignment 'rf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:1914:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:1916:5: warning: Possible null pointer dereference: rf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:1901:28: note: Assignment 'rf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:1916:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:1918:5: warning: Possible null pointer dereference: rf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:1901:28: note: Assignment 'rf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:1918:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:1920:5: warning: Possible null pointer dereference: rf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:1901:28: note: Assignment 'rf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:1920:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:1922:5: warning: Possible null pointer dereference: rf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:1901:28: note: Assignment 'rf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:1922:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:2648:56: warning: Either the condition 'rf2' is redundant or there is possible null pointer dereference: rf2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:2645:19: note: Assuming that condition 'rf2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:2648:56: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:2699:57: warning: Either the condition 'rf2' is redundant or there is possible null pointer dereference: rf2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:2696:19: note: Assuming that condition 'rf2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:2699:57: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:2750:27: warning: Either the condition 'rf2' is redundant or there is possible null pointer dereference: rf2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:2747:19: note: Assuming that condition 'rf2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:2750:27: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:2807:58: warning: Either the condition 'rf2' is redundant or there is possible null pointer dereference: rf2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:2804:19: note: Assuming that condition 'rf2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:2807:58: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:2858:59: warning: Either the condition 'rf2' is redundant or there is possible null pointer dereference: rf2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:2855:19: note: Assuming that condition 'rf2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:2858:59: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:3176:5: style: Variable 'debug' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:3156:0: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensrepeat.c:3176:5: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:276:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:267:27: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:276:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:278:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:267:27: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:278:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:280:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:267:27: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:280:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:282:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:267:27: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:282:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:285:9: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:267:27: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:285:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:391:5: warning: Possible null pointer dereference: sr [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:361:24: note: Assignment 'sr=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:391:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:393:5: warning: Possible null pointer dereference: sr [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:361:24: note: Assignment 'sr=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:393:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:395:5: warning: Possible null pointer dereference: sr [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:361:24: note: Assignment 'sr=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:395:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:397:5: warning: Possible null pointer dereference: sr [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:361:24: note: Assignment 'sr=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:397:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:400:9: warning: Possible null pointer dereference: sr [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:361:24: note: Assignment 'sr=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:400:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:402:5: warning: Possible null pointer dereference: sr [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:361:24: note: Assignment 'sr=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:402:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:404:5: warning: Possible null pointer dereference: sr [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:361:24: note: Assignment 'sr=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:404:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:406:5: warning: Possible null pointer dereference: sr [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:361:24: note: Assignment 'sr=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:406:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:1587:27: warning: Either the condition 'sr2' is redundant or there is possible null pointer dereference: sr2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:1584:19: note: Assuming that condition 'sr2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:1587:27: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:1644:27: warning: Either the condition 'sr2' is redundant or there is possible null pointer dereference: sr2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:1641:19: note: Assuming that condition 'sr2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:1644:27: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:1701:33: warning: Either the condition 'sr2' is redundant or there is possible null pointer dereference: sr2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:1698:19: note: Assuming that condition 'sr2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:1701:33: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:1752:38: warning: Either the condition 'sr2' is redundant or there is possible null pointer dereference: sr2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:1749:19: note: Assuming that condition 'sr2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:1752:38: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:2110:5: warning: Possible null pointer dereference: sra [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:2098:32: note: Assignment 'sra=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:2110:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:2112:5: warning: Possible null pointer dereference: sra [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:2098:32: note: Assignment 'sra=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:2112:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:2125:5: warning: Possible null pointer dereference: sra [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:2098:32: note: Assignment 'sra=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:2125:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:2127:28: warning: Possible null pointer dereference: sra [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:2098:32: note: Assignment 'sra=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:2127:28: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:2437:6: warning: Possible null pointer dereference: Pid [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:2406:19: note: Assignment 'Pid=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:2437:6: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:3765:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:3758:34: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:3765:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:3767:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:3758:34: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:3767:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:3769:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:3758:34: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:3769:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:3771:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:3758:34: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:3771:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:3774:9: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:3758:34: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:3774:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:3776:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:3758:34: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:3776:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:3823:5: warning: Possible null pointer dereference: srs [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:3810:32: note: Assignment 'srs=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:3823:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:3825:5: warning: Possible null pointer dereference: srs [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:3810:32: note: Assignment 'srs=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:3825:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:3827:5: warning: Possible null pointer dereference: srs [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:3810:32: note: Assignment 'srs=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:3827:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:3829:5: warning: Possible null pointer dereference: srs [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:3810:32: note: Assignment 'srs=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:3829:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:3832:9: warning: Possible null pointer dereference: srs [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:3810:32: note: Assignment 'srs=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:3832:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:3834:5: warning: Possible null pointer dereference: srs [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:3810:32: note: Assignment 'srs=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensseqregion.c:3834:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enssequence.c:282:5: warning: Possible null pointer dereference: sqa [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enssequence.c:270:31: note: Assignment 'sqa=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enssequence.c:282:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enssequence.c:284:5: warning: Possible null pointer dereference: sqa [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enssequence.c:270:31: note: Assignment 'sqa=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enssequence.c:284:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enssequence.c:1155:5: style: Variable 'debug' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ensembl/enssequence.c:1134:0: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/enssequence.c:1155:5: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/enssequence.c:1546:5: style: Variable 'debug' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ensembl/enssequence.c:1523:0: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/enssequence.c:1546:5: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/enssequenceedit.c:207:5: warning: Possible null pointer dereference: se [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enssequenceedit.c:169:27: note: Assignment 'se=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enssequenceedit.c:207:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enssequenceedit.c:210:9: warning: Possible null pointer dereference: se [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enssequenceedit.c:169:27: note: Assignment 'se=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enssequenceedit.c:210:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enssequenceedit.c:214:5: warning: Possible null pointer dereference: se [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enssequenceedit.c:169:27: note: Assignment 'se=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enssequenceedit.c:214:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enssequenceedit.c:216:5: warning: Possible null pointer dereference: se [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enssequenceedit.c:169:27: note: Assignment 'se=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enssequenceedit.c:216:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enssequenceedit.c:218:5: warning: Possible null pointer dereference: se [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enssequenceedit.c:169:27: note: Assignment 'se=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enssequenceedit.c:218:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enssequenceedit.c:246:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enssequenceedit.c:242:30: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enssequenceedit.c:246:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enssequenceedit.c:249:9: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enssequenceedit.c:242:30: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enssequenceedit.c:249:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enssequenceedit.c:251:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enssequenceedit.c:242:30: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enssequenceedit.c:251:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enssequenceedit.c:253:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enssequenceedit.c:242:30: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enssequenceedit.c:253:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enssequenceedit.c:255:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enssequenceedit.c:242:30: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enssequenceedit.c:255:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enssequenceedit.c:315:5: warning: Possible null pointer dereference: se [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enssequenceedit.c:286:27: note: Assignment 'se=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enssequenceedit.c:315:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enssequenceedit.c:318:9: warning: Possible null pointer dereference: se [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enssequenceedit.c:286:27: note: Assignment 'se=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enssequenceedit.c:318:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enssequenceedit.c:322:5: warning: Possible null pointer dereference: se [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enssequenceedit.c:286:27: note: Assignment 'se=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enssequenceedit.c:322:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enssequenceedit.c:323:5: warning: Possible null pointer dereference: se [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enssequenceedit.c:286:27: note: Assignment 'se=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enssequenceedit.c:323:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enssequenceedit.c:324:5: warning: Possible null pointer dereference: se [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enssequenceedit.c:286:27: note: Assignment 'se=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enssequenceedit.c:324:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enssequenceedit.c:863:22: warning: Either the condition 'se2' is redundant or there is possible null pointer dereference: se2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/enssequenceedit.c:860:19: note: Assuming that condition 'se2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/enssequenceedit.c:863:22: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enssequenceedit.c:866:22: warning: Either the condition 'se2' is redundant or there is possible null pointer dereference: se2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/enssequenceedit.c:860:19: note: Assuming that condition 'se2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/enssequenceedit.c:866:22: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enssequenceedit.c:927:22: warning: Either the condition 'se2' is redundant or there is possible null pointer dereference: se2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/enssequenceedit.c:924:19: note: Assuming that condition 'se2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/enssequenceedit.c:927:22: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enssequenceedit.c:930:22: warning: Either the condition 'se2' is redundant or there is possible null pointer dereference: se2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/enssequenceedit.c:924:19: note: Assuming that condition 'se2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/enssequenceedit.c:930:22: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enssimple.c:222:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enssimple.c:215:31: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enssimple.c:222:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enssimple.c:224:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enssimple.c:215:31: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enssimple.c:224:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enssimple.c:225:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enssimple.c:215:31: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enssimple.c:225:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enssimple.c:226:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enssimple.c:215:31: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enssimple.c:226:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enssimple.c:229:9: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enssimple.c:215:31: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enssimple.c:229:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enssimple.c:231:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enssimple.c:215:31: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enssimple.c:231:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enssimple.c:271:5: warning: Possible null pointer dereference: sf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enssimple.c:264:28: note: Assignment 'sf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enssimple.c:271:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enssimple.c:273:5: warning: Possible null pointer dereference: sf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enssimple.c:264:28: note: Assignment 'sf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enssimple.c:273:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enssimple.c:274:5: warning: Possible null pointer dereference: sf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enssimple.c:264:28: note: Assignment 'sf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enssimple.c:274:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enssimple.c:275:5: warning: Possible null pointer dereference: sf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enssimple.c:264:28: note: Assignment 'sf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enssimple.c:275:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enssimple.c:278:9: warning: Possible null pointer dereference: sf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enssimple.c:264:28: note: Assignment 'sf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enssimple.c:278:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enssimple.c:280:5: warning: Possible null pointer dereference: sf [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enssimple.c:264:28: note: Assignment 'sf=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enssimple.c:280:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enssimple.c:871:56: warning: Either the condition 'sf2' is redundant or there is possible null pointer dereference: sf2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/enssimple.c:868:19: note: Assuming that condition 'sf2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/enssimple.c:871:56: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enssimple.c:927:57: warning: Either the condition 'sf2' is redundant or there is possible null pointer dereference: sf2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/enssimple.c:924:19: note: Assuming that condition 'sf2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/enssimple.c:927:57: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enssimple.c:983:27: warning: Either the condition 'sf2' is redundant or there is possible null pointer dereference: sf2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/enssimple.c:980:19: note: Assuming that condition 'sf2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/enssimple.c:983:27: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enssimple.c:1045:58: warning: Either the condition 'sf2' is redundant or there is possible null pointer dereference: sf2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/enssimple.c:1042:19: note: Assuming that condition 'sf2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/enssimple.c:1045:58: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enssimple.c:1101:59: warning: Either the condition 'sf2' is redundant or there is possible null pointer dereference: sf2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/enssimple.c:1098:19: note: Assuming that condition 'sf2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/enssimple.c:1101:59: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enssimple.c:213:66: style: Function 'ensSimplefeatureNewCpy' argument 1 names different: declaration 'object' definition 'sf'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ensembl/enssimple.h:110:66: note: Function 'ensSimplefeatureNewCpy' argument 1 names different: declaration 'object' definition 'sf'.
EMBOSS-6.6.0/ajax/ensembl/enssimple.c:213:66: note: Function 'ensSimplefeatureNewCpy' argument 1 names different: declaration 'object' definition 'sf'.
EMBOSS-6.6.0/ajax/ensembl/enssimple.c:258:67: style: Function 'ensSimplefeatureNewIni' argument 1 names different: declaration 'pfa' definition 'sfa'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ensembl/enssimple.h:112:67: note: Function 'ensSimplefeatureNewIni' argument 1 names different: declaration 'pfa' definition 'sfa'.
EMBOSS-6.6.0/ajax/ensembl/enssimple.c:258:67: note: Function 'ensSimplefeatureNewIni' argument 1 names different: declaration 'pfa' definition 'sfa'.
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:284:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:277:23: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:284:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:285:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:277:23: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:285:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:288:9: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:277:23: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:288:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:290:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:277:23: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:290:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:291:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:277:23: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:291:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:292:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:277:23: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:292:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:293:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:277:23: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:293:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:294:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:277:23: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:294:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:295:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:277:23: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:295:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:353:5: warning: Possible null pointer dereference: slice [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:326:23: note: Assignment 'slice=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:353:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:354:5: warning: Possible null pointer dereference: slice [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:326:23: note: Assignment 'slice=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:354:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:355:5: warning: Possible null pointer dereference: slice [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:326:23: note: Assignment 'slice=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:355:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:356:5: warning: Possible null pointer dereference: slice [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:326:23: note: Assignment 'slice=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:356:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:357:5: warning: Possible null pointer dereference: slice [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:326:23: note: Assignment 'slice=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:357:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:358:5: warning: Possible null pointer dereference: slice [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:326:23: note: Assignment 'slice=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:358:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:359:5: warning: Possible null pointer dereference: slice [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:326:23: note: Assignment 'slice=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:359:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:360:5: warning: Possible null pointer dereference: slice [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:326:23: note: Assignment 'slice=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:360:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:361:5: warning: Possible null pointer dereference: slice [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:326:23: note: Assignment 'slice=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:361:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:475:5: warning: Possible null pointer dereference: slice [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:420:23: note: Assignment 'slice=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:475:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:477:5: warning: Possible null pointer dereference: slice [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:420:23: note: Assignment 'slice=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:477:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:480:9: warning: Possible null pointer dereference: slice [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:420:23: note: Assignment 'slice=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:480:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:482:5: warning: Possible null pointer dereference: slice [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:420:23: note: Assignment 'slice=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:482:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:483:5: warning: Possible null pointer dereference: slice [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:420:23: note: Assignment 'slice=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:483:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:484:5: warning: Possible null pointer dereference: slice [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:420:23: note: Assignment 'slice=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:484:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:485:5: warning: Possible null pointer dereference: slice [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:420:23: note: Assignment 'slice=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:485:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:486:5: warning: Possible null pointer dereference: slice [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:420:23: note: Assignment 'slice=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:486:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:487:5: warning: Possible null pointer dereference: slice [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:420:23: note: Assignment 'slice=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:487:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:4650:5: warning: Possible null pointer dereference: sla [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:4643:28: note: Assignment 'sla=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:4650:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:4652:5: warning: Possible null pointer dereference: sla [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:4643:28: note: Assignment 'sla=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:4652:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:4665:5: warning: Possible null pointer dereference: sla [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:4643:28: note: Assignment 'sla=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:4665:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:4667:28: warning: Possible null pointer dereference: sla [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:4643:28: note: Assignment 'sla=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:4667:28: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:6889:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:6882:35: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:6889:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:6895:9: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:6882:35: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:6895:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:6904:34: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:6882:35: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:6904:34: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:6997:5: warning: Possible null pointer dereference: rmslice [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:6977:37: note: Assignment 'rmslice=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:6997:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:7003:9: warning: Possible null pointer dereference: rmslice [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:6977:37: note: Assignment 'rmslice=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:7003:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:7012:34: warning: Possible null pointer dereference: rmslice [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:6977:37: note: Assignment 'rmslice=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:7012:34: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:3172:5: style: Variable 'debug' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:3147:0: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:3172:5: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:5085:5: style: Variable 'debug' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:5070:0: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:5085:5: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:5595:5: style: Variable 'debug' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:5582:0: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:5595:5: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:6447:5: style: Variable 'debug' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:6425:0: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:6447:5: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:4363:17: style: Opposite expression on both sides of '&&'. [oppositeExpression]
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:4363:17: note: Opposite expression on both sides of '&&'.
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:4363:17: note: Opposite expression on both sides of '&&'.
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:4366:20: style: Same expression on both sides of '&&' because the value of '!srname1' and '!srname2' are the same. [duplicateExpression]
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:4334:28: note: 'srname1' is assigned value 'NULL' here.
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:4335:28: note: 'srname2' is assigned value 'NULL' here.
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:4366:20: note: Same expression on both sides of '&&' because the value of '!srname1' and '!srname2' are the same.
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:4369:20: style: Opposite expression on both sides of '&&'. [oppositeExpression]
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:4369:20: note: Opposite expression on both sides of '&&'.
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:4369:20: note: Opposite expression on both sides of '&&'.
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:4455:17: style: Opposite expression on both sides of '&&'. [oppositeExpression]
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:4455:17: note: Opposite expression on both sides of '&&'.
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:4455:17: note: Opposite expression on both sides of '&&'.
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:4458:20: style: Same expression on both sides of '&&' because the value of '!srname1' and '!srname2' are the same. [duplicateExpression]
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:4426:28: note: 'srname1' is assigned value 'NULL' here.
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:4427:28: note: 'srname2' is assigned value 'NULL' here.
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:4458:20: note: Same expression on both sides of '&&' because the value of '!srname1' and '!srname2' are the same.
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:4461:20: style: Opposite expression on both sides of '&&'. [oppositeExpression]
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:4461:20: note: Opposite expression on both sides of '&&'.
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:4461:20: note: Opposite expression on both sides of '&&'.
EMBOSS-6.6.0/ajax/ensembl/ensslice.c:3949:20: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
EMBOSS-6.6.0/ajax/ensembl/ensstorable.c:168:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensstorable.c:161:26: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensstorable.c:168:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensstorable.c:170:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensstorable.c:161:26: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensstorable.c:170:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensstorable.c:172:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensstorable.c:161:26: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensstorable.c:172:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensstorable.c:174:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensstorable.c:161:26: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensstorable.c:174:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensstorable.c:204:5: warning: Possible null pointer dereference: storable [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensstorable.c:200:29: note: Assignment 'storable=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensstorable.c:204:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensstorable.c:206:5: warning: Possible null pointer dereference: storable [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensstorable.c:200:29: note: Assignment 'storable=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensstorable.c:206:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensstorable.c:208:5: warning: Possible null pointer dereference: storable [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensstorable.c:200:29: note: Assignment 'storable=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensstorable.c:208:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensstorable.c:210:5: warning: Possible null pointer dereference: storable [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensstorable.c:200:29: note: Assignment 'storable=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensstorable.c:210:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensstorable.c:596:26: warning: Either the condition 'Pidentifier2' is redundant or there is possible null pointer dereference: Pidentifier2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensstorable.c:591:28: note: Assuming that condition 'Pidentifier2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensstorable.c:596:26: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensstorable.c:599:26: warning: Either the condition 'Pidentifier2' is redundant or there is possible null pointer dereference: Pidentifier2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensstorable.c:591:28: note: Assuming that condition 'Pidentifier2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensstorable.c:599:26: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensstorable.c:657:26: warning: Either the condition 'Pidentifier2' is redundant or there is possible null pointer dereference: Pidentifier2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensstorable.c:652:28: note: Assuming that condition 'Pidentifier2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensstorable.c:657:26: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensstorable.c:660:26: warning: Either the condition 'Pidentifier2' is redundant or there is possible null pointer dereference: Pidentifier2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/ensstorable.c:652:28: note: Assuming that condition 'Pidentifier2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/ensstorable.c:660:26: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enstable.c:704:10: warning: Possible null pointer dereference: Pidentifier [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enstable.c:668:27: note: Assignment 'Pidentifier=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enstable.c:704:10: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enstable.c:512:5: style: Variable 'table' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ensembl/enstable.c:510:0: note: Variable 'table' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/enstable.c:512:5: note: Variable 'table' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/enstranscript.c:296:5: warning: Possible null pointer dereference: trex [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enstranscript.c:292:32: note: Assignment 'trex=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enstranscript.c:296:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enstranscript.c:297:5: warning: Possible null pointer dereference: trex [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enstranscript.c:292:32: note: Assignment 'trex=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enstranscript.c:297:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enstranscript.c:415:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enstranscript.c:406:28: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enstranscript.c:415:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enstranscript.c:417:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enstranscript.c:406:28: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enstranscript.c:417:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enstranscript.c:419:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enstranscript.c:406:28: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enstranscript.c:419:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enstranscript.c:421:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enstranscript.c:406:28: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enstranscript.c:421:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enstranscript.c:423:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enstranscript.c:406:28: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enstranscript.c:423:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enstranscript.c:427:9: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enstranscript.c:406:28: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enstranscript.c:427:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enstranscript.c:660:5: warning: Possible null pointer dereference: transcript [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enstranscript.c:653:33: note: Assignment 'transcript=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enstranscript.c:660:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enstranscript.c:662:5: warning: Possible null pointer dereference: transcript [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enstranscript.c:653:33: note: Assignment 'transcript=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enstranscript.c:662:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enstranscript.c:664:5: warning: Possible null pointer dereference: transcript [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enstranscript.c:653:33: note: Assignment 'transcript=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enstranscript.c:664:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enstranscript.c:666:5: warning: Possible null pointer dereference: transcript [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enstranscript.c:653:33: note: Assignment 'transcript=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enstranscript.c:666:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enstranscript.c:668:5: warning: Possible null pointer dereference: transcript [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enstranscript.c:653:33: note: Assignment 'transcript=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enstranscript.c:668:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enstranscript.c:671:9: warning: Possible null pointer dereference: transcript [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enstranscript.c:653:33: note: Assignment 'transcript=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enstranscript.c:671:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enstranscript.c:7121:42: warning: Either the condition 'transcript2' is redundant or there is possible null pointer dereference: transcript2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/enstranscript.c:7117:27: note: Assuming that condition 'transcript2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/enstranscript.c:7121:42: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enstranscript.c:7173:43: warning: Either the condition 'transcript2' is redundant or there is possible null pointer dereference: transcript2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/enstranscript.c:7169:27: note: Assuming that condition 'transcript2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/enstranscript.c:7173:43: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enstranscript.c:7224:35: warning: Either the condition 'transcript2' is redundant or there is possible null pointer dereference: transcript2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/enstranscript.c:7221:27: note: Assuming that condition 'transcript2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/enstranscript.c:7224:35: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enstranscript.c:7282:44: warning: Either the condition 'transcript2' is redundant or there is possible null pointer dereference: transcript2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/enstranscript.c:7278:27: note: Assuming that condition 'transcript2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/enstranscript.c:7282:44: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enstranscript.c:7334:45: warning: Either the condition 'transcript2' is redundant or there is possible null pointer dereference: transcript2. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/ensembl/enstranscript.c:7330:27: note: Assuming that condition 'transcript2' is not redundant
EMBOSS-6.6.0/ajax/ensembl/enstranscript.c:7334:45: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enstranscript.c:4159:5: style: Variable 'debug' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ensembl/enstranscript.c:4146:0: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/enstranscript.c:4159:5: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/enstranscript.c:4292:5: style: Variable 'debug' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ensembl/enstranscript.c:4279:0: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/enstranscript.c:4292:5: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/enstranscript.c:8658:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ensembl/enstranscript.c:8652:5: note: Variable 'result' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/enstranscript.c:8658:5: note: Variable 'result' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/enstranscript.c:8723:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ensembl/enstranscript.c:8715:5: note: Variable 'result' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/enstranscript.c:8723:5: note: Variable 'result' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/enstranscript.c:7050:27: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
EMBOSS-6.6.0/ajax/ensembl/enstranslation.c:449:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enstranslation.c:442:29: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enstranslation.c:449:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enstranslation.c:450:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enstranslation.c:442:29: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enstranslation.c:450:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enstranslation.c:451:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enstranslation.c:442:29: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enstranslation.c:451:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enstranslation.c:452:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enstranslation.c:442:29: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enstranslation.c:452:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enstranslation.c:453:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enstranslation.c:442:29: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enstranslation.c:453:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enstranslation.c:454:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enstranslation.c:442:29: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enstranslation.c:454:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enstranslation.c:455:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enstranslation.c:442:29: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enstranslation.c:455:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enstranslation.c:458:9: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enstranslation.c:442:29: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enstranslation.c:458:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enstranslation.c:595:5: warning: Possible null pointer dereference: translation [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enstranslation.c:585:35: note: Assignment 'translation=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enstranslation.c:595:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enstranslation.c:597:5: warning: Possible null pointer dereference: translation [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enstranslation.c:585:35: note: Assignment 'translation=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enstranslation.c:597:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enstranslation.c:599:5: warning: Possible null pointer dereference: translation [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enstranslation.c:585:35: note: Assignment 'translation=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enstranslation.c:599:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enstranslation.c:601:5: warning: Possible null pointer dereference: translation [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enstranslation.c:585:35: note: Assignment 'translation=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enstranslation.c:601:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enstranslation.c:603:5: warning: Possible null pointer dereference: translation [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enstranslation.c:585:35: note: Assignment 'translation=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enstranslation.c:603:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enstranslation.c:605:5: warning: Possible null pointer dereference: translation [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enstranslation.c:585:35: note: Assignment 'translation=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enstranslation.c:605:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enstranslation.c:607:5: warning: Possible null pointer dereference: translation [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enstranslation.c:585:35: note: Assignment 'translation=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enstranslation.c:607:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enstranslation.c:610:9: warning: Possible null pointer dereference: translation [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/enstranslation.c:585:35: note: Assignment 'translation=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/enstranslation.c:610:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/enstranslation.c:345:5: style: Variable 'translation' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ensembl/enstranslation.c:343:0: note: Variable 'translation' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/enstranslation.c:345:5: note: Variable 'translation' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/enstranslation.c:3481:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ensembl/enstranslation.c:3475:5: note: Variable 'result' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/enstranslation.c:3481:5: note: Variable 'result' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/enstranslation.c:3549:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ensembl/enstranslation.c:3541:5: note: Variable 'result' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/enstranslation.c:3549:5: note: Variable 'result' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/enstranslation.c:3648:5: style: Variable 'debug' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ensembl/enstranslation.c:3626:0: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/enstranslation.c:3648:5: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/enstranslation.c:4451:5: style: Variable 'debug' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ensembl/enstranslation.c:4429:0: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/enstranslation.c:4451:5: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensutility.c:600:5: style: Variable 'indent' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/ensembl/ensutility.c:598:0: note: Variable 'indent' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensutility.c:600:5: note: Variable 'indent' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:355:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:348:31: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:355:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:357:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:348:31: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:357:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:359:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:348:31: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:359:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:361:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:348:31: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:361:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:363:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:348:31: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:363:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:365:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:348:31: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:365:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:367:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:348:31: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:367:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:369:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:348:31: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:369:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:412:5: warning: Possible null pointer dereference: gvc [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:402:29: note: Assignment 'gvc=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:412:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:414:5: warning: Possible null pointer dereference: gvc [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:402:29: note: Assignment 'gvc=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:414:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:416:5: warning: Possible null pointer dereference: gvc [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:402:29: note: Assignment 'gvc=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:416:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:418:5: warning: Possible null pointer dereference: gvc [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:402:29: note: Assignment 'gvc=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:418:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:420:5: warning: Possible null pointer dereference: gvc [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:402:29: note: Assignment 'gvc=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:420:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:422:5: warning: Possible null pointer dereference: gvc [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:402:29: note: Assignment 'gvc=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:422:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1338:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1331:39: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1338:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1339:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1331:39: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1339:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1340:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1331:39: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1340:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1341:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1331:39: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1341:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1342:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1331:39: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1342:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1346:9: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1331:39: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1346:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1348:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1331:39: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1348:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1349:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1331:39: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1349:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1350:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1331:39: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1350:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1351:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1331:39: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1351:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1352:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1331:39: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1352:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1353:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1331:39: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1353:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1354:5: warning: Possible null pointer dereference: pthis [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1331:39: note: Assignment 'pthis=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1354:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1445:5: warning: Possible null pointer dereference: gvtv [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1417:38: note: Assignment 'gvtv=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1445:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1446:5: warning: Possible null pointer dereference: gvtv [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1417:38: note: Assignment 'gvtv=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1446:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1447:5: warning: Possible null pointer dereference: gvtv [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1417:38: note: Assignment 'gvtv=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1447:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1448:5: warning: Possible null pointer dereference: gvtv [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1417:38: note: Assignment 'gvtv=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1448:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1449:5: warning: Possible null pointer dereference: gvtv [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1417:38: note: Assignment 'gvtv=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1449:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1450:5: warning: Possible null pointer dereference: gvtv [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1417:38: note: Assignment 'gvtv=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1450:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1451:5: warning: Possible null pointer dereference: gvtv [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1417:38: note: Assignment 'gvtv=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1451:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1452:5: warning: Possible null pointer dereference: gvtv [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1417:38: note: Assignment 'gvtv=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1452:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1453:5: warning: Possible null pointer dereference: gvtv [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1417:38: note: Assignment 'gvtv=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1453:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1454:5: warning: Possible null pointer dereference: gvtv [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1417:38: note: Assignment 'gvtv=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1454:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1455:5: warning: Possible null pointer dereference: gvtv [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1417:38: note: Assignment 'gvtv=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1455:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1456:5: warning: Possible null pointer dereference: gvtv [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1417:38: note: Assignment 'gvtv=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1456:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1457:5: warning: Possible null pointer dereference: gvtv [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1417:38: note: Assignment 'gvtv=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1457:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:2704:5: warning: Possible null pointer dereference: gvtva [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:2680:46: note: Assignment 'gvtva=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:2704:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:2705:5: warning: Possible null pointer dereference: gvtva [nullPointer]
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:2680:46: note: Assignment 'gvtva=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:2705:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1401:12: style: Function 'ensGvtranscriptvariationNewIni' argument 6 names different: declaration 'consequencetype' definition 'gvctset'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/ensembl/ensvariation.h:294:12: note: Function 'ensGvtranscriptvariationNewIni' argument 6 names different: declaration 'consequencetype' definition 'gvctset'.
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1401:12: note: Function 'ensGvtranscriptvariationNewIni' argument 6 names different: declaration 'consequencetype' definition 'gvctset'.
EMBOSS-6.6.0/ajax/ensembl/ensvariation.c:1092:28: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
EMBOSS-6.6.0/ajax/expat/xmlparse.c:2293:11: style: Variable 'entity->open' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/expat/xmlparse.c:2291:11: note: Variable 'entity->open' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:2293:11: note: Variable 'entity->open' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:717:32: style: The scope of the variable 'mtemp' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/expat/xmlparse.c:728:32: style: The scope of the variable 'mtemp' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/expat/xmlparse.c:2441:27: style: The scope of the variable 'prefix' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/expat/xmlparse.c:2442:21: style: The scope of the variable 'uri' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/expat/xmlparse.c:3497:7: style: The scope of the variable 'tok' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/expat/xmlparse.c:3608:7: style: The scope of the variable 'tok' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/expat/xmlparse.c:668:34: style: Function 'eXML_ParserCreate' argument 1 names different: declaration 'encoding' definition 'encodingName'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/expat/expat.h:207:34: note: Function 'eXML_ParserCreate' argument 1 names different: declaration 'encoding' definition 'encodingName'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:668:34: note: Function 'eXML_ParserCreate' argument 1 names different: declaration 'encoding' definition 'encodingName'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:674:36: style: Function 'eXML_ParserCreateNS' argument 1 names different: declaration 'encoding' definition 'encodingName'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/expat/expat.h:221:36: note: Function 'eXML_ParserCreateNS' argument 1 names different: declaration 'encoding' definition 'encodingName'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:674:36: note: Function 'eXML_ParserCreateNS' argument 1 names different: declaration 'encoding' definition 'encodingName'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:674:59: style: Function 'eXML_ParserCreateNS' argument 2 names different: declaration 'namespaceSeparator' definition 'nsSep'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/expat/expat.h:221:55: note: Function 'eXML_ParserCreateNS' argument 2 names different: declaration 'namespaceSeparator' definition 'nsSep'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:674:59: note: Function 'eXML_ParserCreateNS' argument 2 names different: declaration 'namespaceSeparator' definition 'nsSep'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:691:37: style: Function 'eXML_ParserCreate_MM' argument 1 names different: declaration 'encoding' definition 'encodingName'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/expat/expat.h:234:37: note: Function 'eXML_ParserCreate_MM' argument 1 names different: declaration 'encoding' definition 'encodingName'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:691:37: note: Function 'eXML_ParserCreate_MM' argument 1 names different: declaration 'encoding' definition 'encodingName'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:693:37: style: Function 'eXML_ParserCreate_MM' argument 3 names different: declaration 'namespaceSeparator' definition 'nameSep'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/expat/expat.h:236:37: note: Function 'eXML_ParserCreate_MM' argument 3 names different: declaration 'namespaceSeparator' definition 'nameSep'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:693:37: note: Function 'eXML_ParserCreate_MM' argument 3 names different: declaration 'namespaceSeparator' definition 'nameSep'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:894:52: style: Function 'eXML_ParserReset' argument 2 names different: declaration 'encoding' definition 'encodingName'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/expat/expat.h:248:52: note: Function 'eXML_ParserReset' argument 2 names different: declaration 'encoding' definition 'encodingName'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:894:52: note: Function 'eXML_ParserReset' argument 2 names different: declaration 'encoding' definition 'encodingName'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:930:52: style: Function 'eXML_SetEncoding' argument 2 names different: declaration 'encoding' definition 'encodingName'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/expat/expat.h:684:52: note: Function 'eXML_SetEncoding' argument 2 names different: declaration 'encoding' definition 'encodingName'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:930:52: note: Function 'eXML_SetEncoding' argument 2 names different: declaration 'encoding' definition 'encodingName'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:949:43: style: Function 'eXML_ExternalEntityParserCreate' argument 1 names different: declaration 'parser' definition 'oldParser'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/expat/expat.h:850:43: note: Function 'eXML_ExternalEntityParserCreate' argument 1 names different: declaration 'parser' definition 'oldParser'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:949:43: note: Function 'eXML_ExternalEntityParserCreate' argument 1 names different: declaration 'parser' definition 'oldParser'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:951:48: style: Function 'eXML_ExternalEntityParserCreate' argument 3 names different: declaration 'encoding' definition 'encodingName'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/expat/expat.h:852:48: note: Function 'eXML_ExternalEntityParserCreate' argument 3 names different: declaration 'encoding' definition 'encodingName'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:951:48: note: Function 'eXML_ExternalEntityParserCreate' argument 3 names different: declaration 'encoding' definition 'encodingName'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:1183:42: style: Function 'eXML_SetUserData' argument 2 names different: declaration 'userData' definition 'p'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/expat/expat.h:672:42: note: Function 'eXML_SetUserData' argument 2 names different: declaration 'userData' definition 'p'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:1183:42: note: Function 'eXML_SetUserData' argument 2 names different: declaration 'userData' definition 'p'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:1192:48: style: Function 'eXML_SetBase' argument 2 names different: declaration 'base' definition 'p'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/expat/expat.h:724:48: note: Function 'eXML_SetBase' argument 2 names different: declaration 'base' definition 'p'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:1192:48: note: Function 'eXML_SetBase' argument 2 names different: declaration 'base' definition 'p'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:1234:52: style: Function 'eXML_SetStartElementHandler' argument 2 names different: declaration 'handler' definition 'start'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/expat/expat.h:541:52: note: Function 'eXML_SetStartElementHandler' argument 2 names different: declaration 'handler' definition 'start'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:1234:52: note: Function 'eXML_SetStartElementHandler' argument 2 names different: declaration 'handler' definition 'start'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:1240:48: style: Function 'eXML_SetEndElementHandler' argument 2 names different: declaration 'handler' definition 'end'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/expat/expat.h:545:48: note: Function 'eXML_SetEndElementHandler' argument 2 names different: declaration 'handler' definition 'end'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:1240:48: note: Function 'eXML_SetEndElementHandler' argument 2 names different: declaration 'handler' definition 'end'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:1391:37: style: Function 'eXML_SetUnknownEncodingHandler' argument 3 names different: declaration 'encodingHandlerData' definition 'data'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/expat/expat.h:644:37: note: Function 'eXML_SetUnknownEncodingHandler' argument 3 names different: declaration 'encodingHandlerData' definition 'data'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:1391:37: note: Function 'eXML_SetUnknownEncodingHandler' argument 3 names different: declaration 'encodingHandlerData' definition 'data'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:1420:42: style: Function 'eXML_SetXmlDeclHandler' argument 2 names different: declaration 'xmldecl' definition 'handler'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/expat/expat.h:194:42: note: Function 'eXML_SetXmlDeclHandler' argument 2 names different: declaration 'xmldecl' definition 'handler'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:1420:42: note: Function 'eXML_SetXmlDeclHandler' argument 2 names different: declaration 'xmldecl' definition 'handler'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:1426:55: style: Function 'eXML_SetParamEntityParsing' argument 2 names different: declaration 'parsing' definition 'peParsing'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/expat/expat.h:885:55: note: Function 'eXML_SetParamEntityParsing' argument 2 names different: declaration 'parsing' definition 'peParsing'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:1426:55: note: Function 'eXML_SetParamEntityParsing' argument 2 names different: declaration 'parsing' definition 'peParsing'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:2161:23: style: Function 'doContent' argument 4 names different: declaration 'start' definition 's'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/expat/xmlparse.c:348:23: note: Function 'doContent' argument 4 names different: declaration 'start' definition 's'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:2161:23: note: Function 'doContent' argument 4 names different: declaration 'start' definition 's'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:2163:24: style: Function 'doContent' argument 6 names different: declaration 'endPtr' definition 'nextPtr'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/expat/xmlparse.c:348:60: note: Function 'doContent' argument 6 names different: declaration 'endPtr' definition 'nextPtr'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:2163:24: note: Function 'doContent' argument 6 names different: declaration 'endPtr' definition 'nextPtr'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:2626:23: style: Function 'storeAtts' argument 3 names different: declaration 's' definition 'attStr'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/expat/xmlparse.c:360:60: note: Function 'storeAtts' argument 3 names different: declaration 's' definition 'attStr'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:2626:23: note: Function 'storeAtts' argument 3 names different: declaration 's' definition 'attStr'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:3454:33: style: Function 'prologInitProcessor' argument 2 names different: declaration 'start' definition 's'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/expat/xmlparse.c:314:0: note: Function 'prologInitProcessor' argument 2 names different: declaration 'start' definition 's'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:3454:33: note: Function 'prologInitProcessor' argument 2 names different: declaration 'start' definition 's'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:3456:34: style: Function 'prologInitProcessor' argument 4 names different: declaration 'endPtr' definition 'nextPtr'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/expat/xmlparse.c:314:0: note: Function 'prologInitProcessor' argument 4 names different: declaration 'endPtr' definition 'nextPtr'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:3456:34: note: Function 'prologInitProcessor' argument 4 names different: declaration 'endPtr' definition 'nextPtr'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:3469:41: style: Function 'externalParEntInitProcessor' argument 2 names different: declaration 'start' definition 's'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/expat/xmlparse.c:320:0: note: Function 'externalParEntInitProcessor' argument 2 names different: declaration 'start' definition 's'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:3469:41: note: Function 'externalParEntInitProcessor' argument 2 names different: declaration 'start' definition 's'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:3471:42: style: Function 'externalParEntInitProcessor' argument 4 names different: declaration 'endPtr' definition 'nextPtr'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/expat/xmlparse.c:320:0: note: Function 'externalParEntInitProcessor' argument 4 names different: declaration 'endPtr' definition 'nextPtr'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:3471:42: note: Function 'externalParEntInitProcessor' argument 4 names different: declaration 'endPtr' definition 'nextPtr'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:3493:38: style: Function 'entityValueInitProcessor' argument 2 names different: declaration 'start' definition 's'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/expat/xmlparse.c:322:0: note: Function 'entityValueInitProcessor' argument 2 names different: declaration 'start' definition 's'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:3493:38: note: Function 'entityValueInitProcessor' argument 2 names different: declaration 'start' definition 's'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:3495:39: style: Function 'entityValueInitProcessor' argument 4 names different: declaration 'endPtr' definition 'nextPtr'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/expat/xmlparse.c:322:0: note: Function 'entityValueInitProcessor' argument 4 names different: declaration 'endPtr' definition 'nextPtr'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:3495:39: note: Function 'entityValueInitProcessor' argument 4 names different: declaration 'endPtr' definition 'nextPtr'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:3560:37: style: Function 'externalParEntProcessor' argument 2 names different: declaration 'start' definition 's'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/expat/xmlparse.c:319:0: note: Function 'externalParEntProcessor' argument 2 names different: declaration 'start' definition 's'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:3560:37: note: Function 'externalParEntProcessor' argument 2 names different: declaration 'start' definition 's'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:3562:38: style: Function 'externalParEntProcessor' argument 4 names different: declaration 'endPtr' definition 'nextPtr'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/expat/xmlparse.c:319:0: note: Function 'externalParEntProcessor' argument 4 names different: declaration 'endPtr' definition 'nextPtr'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:3562:38: note: Function 'externalParEntProcessor' argument 4 names different: declaration 'endPtr' definition 'nextPtr'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:3601:34: style: Function 'entityValueProcessor' argument 2 names different: declaration 'start' definition 's'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/expat/xmlparse.c:321:0: note: Function 'entityValueProcessor' argument 2 names different: declaration 'start' definition 's'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:3601:34: note: Function 'entityValueProcessor' argument 2 names different: declaration 'start' definition 's'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:3603:35: style: Function 'entityValueProcessor' argument 4 names different: declaration 'endPtr' definition 'nextPtr'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/expat/xmlparse.c:321:0: note: Function 'entityValueProcessor' argument 4 names different: declaration 'endPtr' definition 'nextPtr'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:3603:35: note: Function 'entityValueProcessor' argument 4 names different: declaration 'endPtr' definition 'nextPtr'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:3639:29: style: Function 'prologProcessor' argument 2 names different: declaration 'start' definition 's'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/expat/xmlparse.c:313:0: note: Function 'prologProcessor' argument 2 names different: declaration 'start' definition 's'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:3639:29: note: Function 'prologProcessor' argument 2 names different: declaration 'start' definition 's'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:3641:30: style: Function 'prologProcessor' argument 4 names different: declaration 'endPtr' definition 'nextPtr'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/expat/xmlparse.c:313:0: note: Function 'prologProcessor' argument 4 names different: declaration 'endPtr' definition 'nextPtr'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:3641:30: note: Function 'prologProcessor' argument 4 names different: declaration 'endPtr' definition 'nextPtr'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:4627:29: style: Function 'epilogProcessor' argument 2 names different: declaration 'start' definition 's'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/expat/xmlparse.c:324:0: note: Function 'epilogProcessor' argument 2 names different: declaration 'start' definition 's'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:4627:29: note: Function 'epilogProcessor' argument 2 names different: declaration 'start' definition 's'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:4629:30: style: Function 'epilogProcessor' argument 4 names different: declaration 'endPtr' definition 'nextPtr'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/expat/xmlparse.c:324:0: note: Function 'epilogProcessor' argument 4 names different: declaration 'endPtr' definition 'nextPtr'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:4629:30: note: Function 'epilogProcessor' argument 4 names different: declaration 'endPtr' definition 'nextPtr'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:4751:37: style: Function 'internalEntityProcessor' argument 2 names different: declaration 'start' definition 's'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/expat/xmlparse.c:330:0: note: Function 'internalEntityProcessor' argument 2 names different: declaration 'start' definition 's'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:4751:37: note: Function 'internalEntityProcessor' argument 2 names different: declaration 'start' definition 's'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:4753:38: style: Function 'internalEntityProcessor' argument 4 names different: declaration 'endPtr' definition 'nextPtr'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/expat/xmlparse.c:330:0: note: Function 'internalEntityProcessor' argument 4 names different: declaration 'endPtr' definition 'nextPtr'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:4753:38: note: Function 'internalEntityProcessor' argument 4 names different: declaration 'endPtr' definition 'nextPtr'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:4812:28: style: Function 'errorProcessor' argument 2 names different: declaration 'start' definition 's'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/expat/xmlparse.c:325:0: note: Function 'errorProcessor' argument 2 names different: declaration 'start' definition 's'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:4812:28: note: Function 'errorProcessor' argument 2 names different: declaration 'start' definition 's'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:4814:29: style: Function 'errorProcessor' argument 4 names different: declaration 'endPtr' definition 'nextPtr'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/expat/xmlparse.c:325:0: note: Function 'errorProcessor' argument 4 names different: declaration 'endPtr' definition 'nextPtr'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:4814:29: note: Function 'errorProcessor' argument 4 names different: declaration 'endPtr' definition 'nextPtr'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:4988:30: style: Function 'storeEntityValue' argument 3 names different: declaration 'start' definition 'entityTextPtr'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/expat/xmlparse.c:380:70: note: Function 'storeEntityValue' argument 3 names different: declaration 'start' definition 'entityTextPtr'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:4988:30: note: Function 'storeEntityValue' argument 3 names different: declaration 'start' definition 'entityTextPtr'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:4989:30: style: Function 'storeEntityValue' argument 4 names different: declaration 'end' definition 'entityTextEnd'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/expat/xmlparse.c:381:30: note: Function 'storeEntityValue' argument 4 names different: declaration 'end' definition 'entityTextEnd'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:4989:30: note: Function 'storeEntityValue' argument 4 names different: declaration 'end' definition 'entityTextEnd'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:5227:27: style: Function 'reportDefault' argument 3 names different: declaration 'start' definition 's'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/expat/xmlparse.c:389:67: note: Function 'reportDefault' argument 3 names different: declaration 'start' definition 's'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:5227:27: note: Function 'reportDefault' argument 3 names different: declaration 'start' definition 's'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:5255:48: style: Function 'defineAttribute' argument 5 names different: declaration 'dfltValue' definition 'value'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/expat/xmlparse.c:367:48: note: Function 'defineAttribute' argument 5 names different: declaration 'dfltValue' definition 'value'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:5255:48: note: Function 'defineAttribute' argument 5 names different: declaration 'dfltValue' definition 'value'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:5521:29: style: Function 'normalizePublicId' argument 1 names different: declaration 's' definition 'publicId'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/expat/xmlparse.c:396:50: note: Function 'normalizePublicId' argument 1 names different: declaration 's' definition 'publicId'.
EMBOSS-6.6.0/ajax/expat/xmlparse.c:5521:29: note: Function 'normalizePublicId' argument 1 names different: declaration 's' definition 'publicId'.
EMBOSS-6.6.0/ajax/expat/xmltok.c:963:9: style: Same expression on both sides of '==' because the value of 'p' and 'buf' are the same. [duplicateExpression]
EMBOSS-6.6.0/ajax/expat/xmltok.c:961:13: note: 'p' is assigned value 'buf' here.
EMBOSS-6.6.0/ajax/expat/xmltok.c:963:9: note: Same expression on both sides of '==' because the value of 'p' and 'buf' are the same.
EMBOSS-6.6.0/ajax/expat/xmltok.c:1203:19: style: Function 'XmlUtf8Encode' argument 1 names different: declaration 'charNumber' definition 'c'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/expat/xmltok.h:280:32: note: Function 'XmlUtf8Encode' argument 1 names different: declaration 'charNumber' definition 'c'.
EMBOSS-6.6.0/ajax/expat/xmltok.c:1203:19: note: Function 'XmlUtf8Encode' argument 1 names different: declaration 'charNumber' definition 'c'.
EMBOSS-6.6.0/ajax/expat/xmltok.c:1240:20: style: Function 'XmlUtf16Encode' argument 1 names different: declaration 'charNumber' definition 'charNum'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/expat/xmltok.h:281:33: note: Function 'XmlUtf16Encode' argument 1 names different: declaration 'charNumber' definition 'charNum'.
EMBOSS-6.6.0/ajax/expat/xmltok.c:1240:20: note: Function 'XmlUtf16Encode' argument 1 names different: declaration 'charNumber' definition 'charNum'.
EMBOSS-6.6.0/ajax/expat/xmltok_ns.c:98:34: style: Function 'XmlParseXmlDecl' argument 8 names different: declaration 'encodingNamePtr' definition 'encodingName'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/expat/xmltok.h:273:34: note: Function 'XmlParseXmlDecl' argument 8 names different: declaration 'encodingNamePtr' definition 'encodingName'.
EMBOSS-6.6.0/ajax/expat/xmltok_ns.c:98:34: note: Function 'XmlParseXmlDecl' argument 8 names different: declaration 'encodingNamePtr' definition 'encodingName'.
EMBOSS-6.6.0/ajax/expat/xmltok_ns.c:99:38: style: Function 'XmlParseXmlDecl' argument 9 names different: declaration 'namedEncodingPtr' definition 'encoding'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/expat/xmltok.h:274:38: note: Function 'XmlParseXmlDecl' argument 9 names different: declaration 'namedEncodingPtr' definition 'encoding'.
EMBOSS-6.6.0/ajax/expat/xmltok_ns.c:99:38: note: Function 'XmlParseXmlDecl' argument 9 names different: declaration 'namedEncodingPtr' definition 'encoding'.
EMBOSS-6.6.0/ajax/expat/xmltok_ns.c:100:26: style: Function 'XmlParseXmlDecl' argument 10 names different: declaration 'standalonePtr' definition 'standalone'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/expat/xmltok.h:275:26: note: Function 'XmlParseXmlDecl' argument 10 names different: declaration 'standalonePtr' definition 'standalone'.
EMBOSS-6.6.0/ajax/expat/xmltok_ns.c:100:26: note: Function 'XmlParseXmlDecl' argument 10 names different: declaration 'standalonePtr' definition 'standalone'.
EMBOSS-6.6.0/ajax/expat/xmltok_ns.c:98:34: style: Function 'XmlParseXmlDeclNS' argument 8 names different: declaration 'encodingNamePtr' definition 'encodingName'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/expat/xmltok.h:300:36: note: Function 'XmlParseXmlDeclNS' argument 8 names different: declaration 'encodingNamePtr' definition 'encodingName'.
EMBOSS-6.6.0/ajax/expat/xmltok_ns.c:98:34: note: Function 'XmlParseXmlDeclNS' argument 8 names different: declaration 'encodingNamePtr' definition 'encodingName'.
EMBOSS-6.6.0/ajax/expat/xmltok_ns.c:99:38: style: Function 'XmlParseXmlDeclNS' argument 9 names different: declaration 'namedEncodingPtr' definition 'encoding'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/expat/xmltok.h:301:40: note: Function 'XmlParseXmlDeclNS' argument 9 names different: declaration 'namedEncodingPtr' definition 'encoding'.
EMBOSS-6.6.0/ajax/expat/xmltok_ns.c:99:38: note: Function 'XmlParseXmlDeclNS' argument 9 names different: declaration 'namedEncodingPtr' definition 'encoding'.
EMBOSS-6.6.0/ajax/expat/xmltok_ns.c:100:26: style: Function 'XmlParseXmlDeclNS' argument 10 names different: declaration 'standalonePtr' definition 'standalone'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/expat/xmltok.h:302:28: note: Function 'XmlParseXmlDeclNS' argument 10 names different: declaration 'standalonePtr' definition 'standalone'.
EMBOSS-6.6.0/ajax/expat/xmltok_ns.c:100:26: note: Function 'XmlParseXmlDeclNS' argument 10 names different: declaration 'standalonePtr' definition 'standalone'.
EMBOSS-6.6.0/ajax/expat/xmltok.c:1406:11: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 1404. [shiftTooManyBitsSigned]
EMBOSS-6.6.0/ajax/expat/xmltok.c:1404:13: note: Assuming that condition 'c>65535' is not redundant
EMBOSS-6.6.0/ajax/expat/xmltok.c:1406:11: note: Shift
EMBOSS-6.6.0/ajax/expat/xmltok.c:1408:16: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 1404. [shiftTooManyBitsSigned]
EMBOSS-6.6.0/ajax/expat/xmltok.c:1404:13: note: Assuming that condition 'c>65535' is not redundant
EMBOSS-6.6.0/ajax/expat/xmltok.c:1408:16: note: Shift
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:851:23: warning: Either the condition 'if(thys)' is redundant or there is possible null pointer dereference: graph. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3624:7: note: Assuming that condition 'if(thys)' is not redundant
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3621:25: note: Calling function 'ajGraphicsSetDevice', 1st argument 'graph' value is 0
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:851:23: note: Null pointer dereference
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:852:13: warning: Either the condition 'if(thys)' is redundant or there is possible null pointer dereference: graph. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3624:7: note: Assuming that condition 'if(thys)' is not redundant
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3621:25: note: Calling function 'ajGraphicsSetDevice', 1st argument 'graph' value is 0
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:852:13: note: Null pointer dereference
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:855:9: warning: Either the condition 'if(thys)' is redundant or there is possible null pointer dereference: graph. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3624:7: note: Assuming that condition 'if(thys)' is not redundant
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3621:25: note: Calling function 'ajGraphicsSetDevice', 1st argument 'graph' value is 0
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:855:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3628:21: warning: Either the condition 'thys' is redundant or there is possible null pointer dereference: thys. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3624:8: note: Assuming that condition 'thys' is not redundant
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3628:21: note: Null pointer dereference
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3719:34: warning: Either the condition 'thys' is redundant or there is possible null pointer dereference: thys. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3681:9: note: Assuming that condition 'thys' is not redundant
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3719:34: note: Null pointer dereference
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3721:34: warning: Either the condition 'thys' is redundant or there is possible null pointer dereference: thys. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3681:9: note: Assuming that condition 'thys' is not redundant
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3721:34: note: Null pointer dereference
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3722:5: warning: Either the condition 'thys' is redundant or there is possible null pointer dereference: thys. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3681:9: note: Assuming that condition 'thys' is not redundant
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3722:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3723:5: warning: Either the condition 'thys' is redundant or there is possible null pointer dereference: thys. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3681:9: note: Assuming that condition 'thys' is not redundant
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3723:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3724:5: warning: Either the condition 'thys' is redundant or there is possible null pointer dereference: thys. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3681:9: note: Assuming that condition 'thys' is not redundant
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3724:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3725:5: warning: Either the condition 'thys' is redundant or there is possible null pointer dereference: thys. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3681:9: note: Assuming that condition 'thys' is not redundant
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3725:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3726:5: warning: Either the condition 'thys' is redundant or there is possible null pointer dereference: thys. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3681:9: note: Assuming that condition 'thys' is not redundant
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3726:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3728:17: warning: Either the condition 'thys' is redundant or there is possible null pointer dereference: thys. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3681:9: note: Assuming that condition 'thys' is not redundant
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3728:17: note: Null pointer dereference
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3729:17: warning: Either the condition 'thys' is redundant or there is possible null pointer dereference: thys. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3681:9: note: Assuming that condition 'thys' is not redundant
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3729:17: note: Null pointer dereference
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3813:34: warning: Either the condition 'thys' is redundant or there is possible null pointer dereference: thys. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3787:9: note: Assuming that condition 'thys' is not redundant
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3813:34: note: Null pointer dereference
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3815:34: warning: Either the condition 'thys' is redundant or there is possible null pointer dereference: thys. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3787:9: note: Assuming that condition 'thys' is not redundant
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3815:34: note: Null pointer dereference
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3816:5: warning: Either the condition 'thys' is redundant or there is possible null pointer dereference: thys. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3787:9: note: Assuming that condition 'thys' is not redundant
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3816:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3817:5: warning: Either the condition 'thys' is redundant or there is possible null pointer dereference: thys. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3787:9: note: Assuming that condition 'thys' is not redundant
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3817:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3818:5: warning: Either the condition 'thys' is redundant or there is possible null pointer dereference: thys. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3787:9: note: Assuming that condition 'thys' is not redundant
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3818:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3819:5: warning: Either the condition 'thys' is redundant or there is possible null pointer dereference: thys. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3787:9: note: Assuming that condition 'thys' is not redundant
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3819:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3820:5: warning: Either the condition 'thys' is redundant or there is possible null pointer dereference: thys. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3787:9: note: Assuming that condition 'thys' is not redundant
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3820:5: note: Null pointer dereference
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:5302:9: warning: Possible null pointer dereference: thys [nullPointer]
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3358:21: note: Assignment 'thys=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3361:16: note: Calling function 'GraphPrint', 1st argument 'thys' value is 0
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:5302:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:9759:9: warning: Possible null pointer dereference: graphdata [nullPointer]
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3359:30: note: Assignment 'graphdata=NULL', assigned value is 0
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3362:20: note: Calling function 'GraphDataPrint', 1st argument 'graphdata' value is 0
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:9759:9: note: Null pointer dereference
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:10032:7: warning: Either the condition 'if(graphData)' is redundant or there is possible null pointer dereference: graphData. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:10036:7: note: Assuming that condition 'if(graphData)' is not redundant
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:10032:7: note: Null pointer dereference
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:10033:7: warning: Either the condition 'if(graphData)' is redundant or there is possible null pointer dereference: graphData. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:10036:7: note: Assuming that condition 'if(graphData)' is not redundant
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:10033:7: note: Null pointer dereference
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:10034:7: warning: Either the condition 'if(graphData)' is redundant or there is possible null pointer dereference: graphData. [nullPointerRedundantCheck]
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:10036:7: note: Assuming that condition 'if(graphData)' is not redundant
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:10034:7: note: Null pointer dereference
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:1460:5: style: Variable 'tmpstr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:1458:0: note: Variable 'tmpstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:1460:5: note: Variable 'tmpstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3157:5: style: Variable 'origStringHeight' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3138:0: note: Variable 'origStringHeight' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3157:5: note: Variable 'origStringHeight' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3159:5: style: Variable 'newcharsize' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3143:0: note: Variable 'newcharsize' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3159:5: note: Variable 'newcharsize' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3165:5: style: Variable 'distpts' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3140:0: note: Variable 'distpts' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3165:5: note: Variable 'distpts' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3166:5: style: Variable 'origStringLength' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3139:0: note: Variable 'origStringLength' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3166:5: note: Variable 'origStringLength' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:10041:2: style: Variable 'tempstr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:10038:2: note: Variable 'tempstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:10041:2: note: Variable 'tempstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3546:11: style: The scope of the variable 'fold' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:5354:18: style: The scope of the variable 'graphdata' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:5877:18: style: The scope of the variable 'graphdata' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:7400:11: style: The scope of the variable 'xlast' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:7401:11: style: The scope of the variable 'ylast' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:8471:16: style: The scope of the variable 'gt' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:9923:12: style: The scope of the variable 'xy1' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:9924:12: style: The scope of the variable 'xy2' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:1018:34: style: Function 'ajGraphicsSetFillpat' argument 1 names different: declaration 'style' definition 'patstyle'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:138:43: note: Function 'ajGraphicsSetFillpat' argument 1 names different: declaration 'style' definition 'patstyle'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:1018:34: note: Function 'ajGraphicsSetFillpat' argument 1 names different: declaration 'style' definition 'patstyle'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:1105:40: style: Function 'ajGraphicsSetLabelsS' argument 1 names different: declaration 'x' definition 'strx'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:142:49: note: Function 'ajGraphicsSetLabelsS' argument 1 names different: declaration 'x' definition 'strx'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:1105:40: note: Function 'ajGraphicsSetLabelsS' argument 1 names different: declaration 'x' definition 'strx'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:1105:59: style: Function 'ajGraphicsSetLabelsS' argument 2 names different: declaration 'y' definition 'stry'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:142:65: note: Function 'ajGraphicsSetLabelsS' argument 2 names different: declaration 'y' definition 'stry'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:1105:59: note: Function 'ajGraphicsSetLabelsS' argument 2 names different: declaration 'y' definition 'stry'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:1106:40: style: Function 'ajGraphicsSetLabelsS' argument 3 names different: declaration 'title' definition 'strtitle'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:143:49: note: Function 'ajGraphicsSetLabelsS' argument 3 names different: declaration 'title' definition 'strtitle'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:1106:40: note: Function 'ajGraphicsSetLabelsS' argument 3 names different: declaration 'title' definition 'strtitle'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:1106:63: style: Function 'ajGraphicsSetLabelsS' argument 4 names different: declaration 'subtitle' definition 'strsubtitle'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:143:69: note: Function 'ajGraphicsSetLabelsS' argument 4 names different: declaration 'subtitle' definition 'strsubtitle'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:1106:63: note: Function 'ajGraphicsSetLabelsS' argument 4 names different: declaration 'subtitle' definition 'strsubtitle'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:1161:36: style: Function 'ajGraphicsSetLinestyle' argument 1 names different: declaration 'style' definition 'linestyle'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:139:45: note: Function 'ajGraphicsSetLinestyle' argument 1 names different: declaration 'style' definition 'linestyle'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:1161:36: note: Function 'ajGraphicsSetLinestyle' argument 1 names different: declaration 'style' definition 'linestyle'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:1192:35: style: Function 'ajGraphicsSetPagesize' argument 1 names different: declaration 'pagewidth' definition 'plotwidth'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:148:44: note: Function 'ajGraphicsSetPagesize' argument 1 names different: declaration 'pagewidth' definition 'plotwidth'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:1192:35: note: Function 'ajGraphicsSetPagesize' argument 1 names different: declaration 'pagewidth' definition 'plotwidth'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:1192:53: style: Function 'ajGraphicsSetPagesize' argument 2 names different: declaration 'pageheight' definition 'plotheight'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:148:62: note: Function 'ajGraphicsSetPagesize' argument 2 names different: declaration 'pageheight' definition 'plotheight'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:1192:53: note: Function 'ajGraphicsSetPagesize' argument 2 names different: declaration 'pageheight' definition 'plotheight'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:1213:34: style: Function 'ajGraphicsSetPenwidth' argument 1 names different: declaration 'width' definition 'penwidth'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:137:43: note: Function 'ajGraphicsSetPenwidth' argument 1 names different: declaration 'width' definition 'penwidth'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:1213:34: note: Function 'ajGraphicsSetPenwidth' argument 1 names different: declaration 'width' definition 'penwidth'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:1265:39: style: Function 'ajGraphicsSetRlabelC' argument 1 names different: declaration 'text' definition 'txt'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:198:48: note: Function 'ajGraphicsSetRlabelC' argument 1 names different: declaration 'text' definition 'txt'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:1265:39: note: Function 'ajGraphicsSetRlabelC' argument 1 names different: declaration 'text' definition 'txt'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:1424:34: style: Function 'GraphCharScale' argument 1 names different: declaration 'size' definition 'scale'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:60:38: note: Function 'GraphCharScale' argument 1 names different: declaration 'size' definition 'scale'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:1424:34: note: Function 'GraphCharScale' argument 1 names different: declaration 'size' definition 'scale'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:1776:42: style: Function 'ajGraphicsCheckColourC' argument 1 names different: declaration 'text' definition 'txt'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:114:50: note: Function 'ajGraphicsCheckColourC' argument 1 names different: declaration 'text' definition 'txt'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:1776:42: note: Function 'ajGraphicsCheckColourC' argument 1 names different: declaration 'text' definition 'txt'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:1801:43: style: Function 'ajGraphicsCheckColourS' argument 1 names different: declaration 'colour' definition 'str'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:115:51: note: Function 'ajGraphicsCheckColourS' argument 1 names different: declaration 'colour' definition 'str'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:1801:43: note: Function 'ajGraphicsCheckColourS' argument 1 names different: declaration 'colour' definition 'str'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:2309:33: style: Function 'ajGraphicsDrawposBox' argument 1 names different: declaration 'xx0' definition 'x'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:176:42: note: Function 'ajGraphicsDrawposBox' argument 1 names different: declaration 'xx0' definition 'x'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:2309:33: note: Function 'ajGraphicsDrawposBox' argument 1 names different: declaration 'xx0' definition 'x'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:2309:42: style: Function 'ajGraphicsDrawposBox' argument 2 names different: declaration 'yy0' definition 'y'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:176:53: note: Function 'ajGraphicsDrawposBox' argument 2 names different: declaration 'yy0' definition 'y'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:2309:42: note: Function 'ajGraphicsDrawposBox' argument 2 names different: declaration 'yy0' definition 'y'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:2356:37: style: Function 'ajGraphicsDrawposBoxFill' argument 1 names different: declaration 'xx0' definition 'x'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:177:46: note: Function 'ajGraphicsDrawposBoxFill' argument 1 names different: declaration 'xx0' definition 'x'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:2356:37: note: Function 'ajGraphicsDrawposBoxFill' argument 1 names different: declaration 'xx0' definition 'x'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:2356:46: style: Function 'ajGraphicsDrawposBoxFill' argument 2 names different: declaration 'yy0' definition 'y'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:177:57: note: Function 'ajGraphicsDrawposBoxFill' argument 2 names different: declaration 'yy0' definition 'y'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:2356:46: note: Function 'ajGraphicsDrawposBoxFill' argument 2 names different: declaration 'yy0' definition 'y'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:2404:36: style: Function 'ajGraphicsDrawposCircle' argument 1 names different: declaration 'xcentre' definition 'x'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:178:45: note: Function 'ajGraphicsDrawposCircle' argument 1 names different: declaration 'xcentre' definition 'x'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:2404:36: note: Function 'ajGraphicsDrawposCircle' argument 1 names different: declaration 'xcentre' definition 'x'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:2404:45: style: Function 'ajGraphicsDrawposCircle' argument 2 names different: declaration 'ycentre' definition 'y'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:178:60: note: Function 'ajGraphicsDrawposCircle' argument 2 names different: declaration 'ycentre' definition 'y'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:2404:45: note: Function 'ajGraphicsDrawposCircle' argument 2 names different: declaration 'ycentre' definition 'y'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:2443:33: style: Function 'ajGraphicsDrawposDia' argument 1 names different: declaration 'xx0' definition 'x'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:180:42: note: Function 'ajGraphicsDrawposDia' argument 1 names different: declaration 'xx0' definition 'x'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:2443:33: note: Function 'ajGraphicsDrawposDia' argument 1 names different: declaration 'xx0' definition 'x'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:2443:42: style: Function 'ajGraphicsDrawposDia' argument 2 names different: declaration 'yy0' definition 'y'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:180:53: note: Function 'ajGraphicsDrawposDia' argument 2 names different: declaration 'yy0' definition 'y'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:2443:42: note: Function 'ajGraphicsDrawposDia' argument 2 names different: declaration 'yy0' definition 'y'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:2485:37: style: Function 'ajGraphicsDrawposDiaFill' argument 1 names different: declaration 'xx0' definition 'x'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:181:46: note: Function 'ajGraphicsDrawposDiaFill' argument 1 names different: declaration 'xx0' definition 'x'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:2485:37: note: Function 'ajGraphicsDrawposDiaFill' argument 1 names different: declaration 'xx0' definition 'x'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:2485:46: style: Function 'ajGraphicsDrawposDiaFill' argument 2 names different: declaration 'yy0' definition 'y'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:181:57: note: Function 'ajGraphicsDrawposDiaFill' argument 2 names different: declaration 'yy0' definition 'y'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:2485:46: note: Function 'ajGraphicsDrawposDiaFill' argument 2 names different: declaration 'yy0' definition 'y'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:2524:34: style: Function 'ajGraphicsDrawposLine' argument 1 names different: declaration 'xx1' definition 'x'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:183:43: note: Function 'ajGraphicsDrawposLine' argument 1 names different: declaration 'xx1' definition 'x'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:2524:34: note: Function 'ajGraphicsDrawposLine' argument 1 names different: declaration 'xx1' definition 'x'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:2524:43: style: Function 'ajGraphicsDrawposLine' argument 2 names different: declaration 'yy1' definition 'y'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:183:53: note: Function 'ajGraphicsDrawposLine' argument 2 names different: declaration 'yy1' definition 'y'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:2524:43: note: Function 'ajGraphicsDrawposLine' argument 2 names different: declaration 'yy1' definition 'y'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:2524:52: style: Function 'ajGraphicsDrawposLine' argument 3 names different: declaration 'xx2' definition 'x2'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:183:63: note: Function 'ajGraphicsDrawposLine' argument 3 names different: declaration 'xx2' definition 'x2'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:2524:52: note: Function 'ajGraphicsDrawposLine' argument 3 names different: declaration 'xx2' definition 'x2'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:2524:62: style: Function 'ajGraphicsDrawposLine' argument 4 names different: declaration 'yy2' definition 'y2'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:183:73: note: Function 'ajGraphicsDrawposLine' argument 4 names different: declaration 'yy2' definition 'y2'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:2524:62: note: Function 'ajGraphicsDrawposLine' argument 4 names different: declaration 'yy2' definition 'y2'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:2564:51: style: Function 'ajGraphicsDrawposRect' argument 3 names different: declaration 'xx1' definition 'x2'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:188:60: note: Function 'ajGraphicsDrawposRect' argument 3 names different: declaration 'xx1' definition 'x2'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:2564:51: note: Function 'ajGraphicsDrawposRect' argument 3 names different: declaration 'xx1' definition 'x2'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:2564:61: style: Function 'ajGraphicsDrawposRect' argument 4 names different: declaration 'yy1' definition 'y2'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:188:71: note: Function 'ajGraphicsDrawposRect' argument 4 names different: declaration 'yy1' definition 'y2'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:2564:61: note: Function 'ajGraphicsDrawposRect' argument 4 names different: declaration 'yy1' definition 'y2'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:2612:56: style: Function 'ajGraphicsDrawposRectFill' argument 3 names different: declaration 'xx1' definition 'x2'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:190:44: note: Function 'ajGraphicsDrawposRectFill' argument 3 names different: declaration 'xx1' definition 'x2'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:2612:56: note: Function 'ajGraphicsDrawposRectFill' argument 3 names different: declaration 'xx1' definition 'x2'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:2612:66: style: Function 'ajGraphicsDrawposRectFill' argument 4 names different: declaration 'yy1' definition 'y2'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:190:55: note: Function 'ajGraphicsDrawposRectFill' argument 4 names different: declaration 'yy1' definition 'y2'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:2612:66: note: Function 'ajGraphicsDrawposRectFill' argument 4 names different: declaration 'yy1' definition 'y2'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:2898:35: style: Function 'ajGraphicsDrawsetDots' argument 1 names different: declaration 'nhum' definition 'num'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:182:44: note: Function 'ajGraphicsDrawsetDots' argument 1 names different: declaration 'nhum' definition 'num'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:2898:35: note: Function 'ajGraphicsDrawsetDots' argument 1 names different: declaration 'nhum' definition 'num'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:2898:47: style: Function 'ajGraphicsDrawsetDots' argument 2 names different: declaration 'xx1' definition 'xx'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:182:57: note: Function 'ajGraphicsDrawsetDots' argument 2 names different: declaration 'xx1' definition 'xx'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:2898:47: note: Function 'ajGraphicsDrawsetDots' argument 2 names different: declaration 'xx1' definition 'xx'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:2898:58: style: Function 'ajGraphicsDrawsetDots' argument 3 names different: declaration 'yy1' definition 'yy'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:182:68: note: Function 'ajGraphicsDrawsetDots' argument 3 names different: declaration 'yy1' definition 'yy'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:2898:58: note: Function 'ajGraphicsDrawsetDots' argument 3 names different: declaration 'yy1' definition 'yy'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:2922:38: style: Function 'GraphDrawsetLines' argument 1 names different: declaration 'numoflines' definition 'num'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:71:43: note: Function 'GraphDrawsetLines' argument 1 names different: declaration 'numoflines' definition 'num'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:2922:38: note: Function 'GraphDrawsetLines' argument 1 names different: declaration 'numoflines' definition 'num'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:2922:50: style: Function 'GraphDrawsetLines' argument 2 names different: declaration 'xx1' definition 'xx'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:71:61: note: Function 'GraphDrawsetLines' argument 2 names different: declaration 'xx1' definition 'xx'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:2922:50: note: Function 'GraphDrawsetLines' argument 2 names different: declaration 'xx1' definition 'xx'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:2922:61: style: Function 'GraphDrawsetLines' argument 3 names different: declaration 'yy1' definition 'yy'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:71:73: note: Function 'GraphDrawsetLines' argument 3 names different: declaration 'yy1' definition 'yy'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:2922:61: note: Function 'GraphDrawsetLines' argument 3 names different: declaration 'yy1' definition 'yy'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:2998:47: style: Function 'ajGraphicsDrawsetPoly' argument 2 names different: declaration 'x' definition 'xx'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:186:56: note: Function 'ajGraphicsDrawsetPoly' argument 2 names different: declaration 'x' definition 'xx'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:2998:47: note: Function 'ajGraphicsDrawsetPoly' argument 2 names different: declaration 'x' definition 'xx'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:2998:58: style: Function 'ajGraphicsDrawsetPoly' argument 3 names different: declaration 'y' definition 'yy'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:186:66: note: Function 'ajGraphicsDrawsetPoly' argument 3 names different: declaration 'y' definition 'yy'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:2998:58: note: Function 'ajGraphicsDrawsetPoly' argument 3 names different: declaration 'y' definition 'yy'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3023:51: style: Function 'ajGraphicsDrawsetPolyFill' argument 2 names different: declaration 'x' definition 'xx'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:187:60: note: Function 'ajGraphicsDrawsetPolyFill' argument 2 names different: declaration 'x' definition 'xx'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3023:51: note: Function 'ajGraphicsDrawsetPolyFill' argument 2 names different: declaration 'x' definition 'xx'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3023:62: style: Function 'ajGraphicsDrawsetPolyFill' argument 3 names different: declaration 'y' definition 'yy'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:187:70: note: Function 'ajGraphicsDrawsetPolyFill' argument 3 names different: declaration 'y' definition 'yy'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3023:62: note: Function 'ajGraphicsDrawsetPolyFill' argument 3 names different: declaration 'y' definition 'yy'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3194:34: style: Function 'ajGraphicsCalcCoord' argument 1 names different: declaration 'xcentre' definition 'x'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:159:42: note: Function 'ajGraphicsCalcCoord' argument 1 names different: declaration 'xcentre' definition 'x'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3194:34: note: Function 'ajGraphicsCalcCoord' argument 1 names different: declaration 'xcentre' definition 'x'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3194:43: style: Function 'ajGraphicsCalcCoord' argument 2 names different: declaration 'ycentre' definition 'y'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:159:57: note: Function 'ajGraphicsCalcCoord' argument 2 names different: declaration 'ycentre' definition 'y'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3194:43: note: Function 'ajGraphicsCalcCoord' argument 2 names different: declaration 'ycentre' definition 'y'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3194:52: style: Function 'ajGraphicsCalcCoord' argument 3 names different: declaration 'Radius' definition 'radius'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:159:72: note: Function 'ajGraphicsCalcCoord' argument 3 names different: declaration 'Radius' definition 'radius'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3194:52: note: Function 'ajGraphicsCalcCoord' argument 3 names different: declaration 'Radius' definition 'radius'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3194:66: style: Function 'ajGraphicsCalcCoord' argument 4 names different: declaration 'Angle' definition 'angle'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:160:42: note: Function 'ajGraphicsCalcCoord' argument 4 names different: declaration 'Angle' definition 'angle'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3194:66: note: Function 'ajGraphicsCalcCoord' argument 4 names different: declaration 'Angle' definition 'angle'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3301:45: style: Function 'ajGraphicsCalcTextlengthC' argument 1 names different: declaration 'text' definition 'txt'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:161:53: note: Function 'ajGraphicsCalcTextlengthC' argument 1 names different: declaration 'text' definition 'txt'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3301:45: note: Function 'ajGraphicsCalcTextlengthC' argument 1 names different: declaration 'text' definition 'txt'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3999:53: style: Function 'ajGraphSetDatanameC' argument 2 names different: declaration 'name' definition 'txt'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:287:62: note: Function 'ajGraphSetDatanameC' argument 2 names different: declaration 'name' definition 'txt'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:3999:53: note: Function 'ajGraphSetDatanameC' argument 2 names different: declaration 'name' definition 'txt'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:4024:54: style: Function 'ajGraphSetDatanameS' argument 2 names different: declaration 'name' definition 'str'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:288:63: note: Function 'ajGraphSetDatanameS' argument 2 names different: declaration 'name' definition 'str'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:4024:54: note: Function 'ajGraphSetDatanameS' argument 2 names different: declaration 'name' definition 'str'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:4098:57: style: Function 'ajGraphSetDevicetype' argument 2 names different: declaration 'type' definition 'devicetype'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:261:64: note: Function 'ajGraphSetDevicetype' argument 2 names different: declaration 'type' definition 'devicetype'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:4098:57: note: Function 'ajGraphSetDevicetype' argument 2 names different: declaration 'type' definition 'devicetype'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:4172:55: style: Function 'ajGraphSetFlag' argument 3 names different: declaration 'istrue' definition 'set'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:276:65: note: Function 'ajGraphSetFlag' argument 3 names different: declaration 'istrue' definition 'set'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:4172:55: note: Function 'ajGraphSetFlag' argument 3 names different: declaration 'istrue' definition 'set'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:4302:53: style: Function 'ajGraphSetOutfileS' argument 2 names different: declaration 'txt' definition 'str'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:280:63: note: Function 'ajGraphSetOutfileS' argument 2 names different: declaration 'txt' definition 'str'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:4302:53: note: Function 'ajGraphSetOutfileS' argument 2 names different: declaration 'txt' definition 'str'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:4330:53: style: Function 'ajGraphSetSubtitleC' argument 2 names different: declaration 'title' definition 'txt'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:295:62: note: Function 'ajGraphSetSubtitleC' argument 2 names different: declaration 'title' definition 'txt'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:4330:53: note: Function 'ajGraphSetSubtitleC' argument 2 names different: declaration 'title' definition 'txt'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:4352:54: style: Function 'ajGraphSetSubtitleS' argument 2 names different: declaration 'title' definition 'str'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:296:63: note: Function 'ajGraphSetSubtitleS' argument 2 names different: declaration 'title' definition 'str'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:4352:54: note: Function 'ajGraphSetSubtitleS' argument 2 names different: declaration 'title' definition 'str'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:4374:50: style: Function 'ajGraphSetTitleC' argument 2 names different: declaration 'title' definition 'txt'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:293:59: note: Function 'ajGraphSetTitleC' argument 2 names different: declaration 'title' definition 'txt'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:4374:50: note: Function 'ajGraphSetTitleC' argument 2 names different: declaration 'title' definition 'txt'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:4398:51: style: Function 'ajGraphSetTitleS' argument 2 names different: declaration 'title' definition 'str'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:294:60: note: Function 'ajGraphSetTitleS' argument 2 names different: declaration 'title' definition 'str'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:4398:51: note: Function 'ajGraphSetTitleS' argument 2 names different: declaration 'title' definition 'str'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:4422:51: style: Function 'ajGraphSetXlabelC' argument 2 names different: declaration 'title' definition 'txt'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:297:60: note: Function 'ajGraphSetXlabelC' argument 2 names different: declaration 'title' definition 'txt'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:4422:51: note: Function 'ajGraphSetXlabelC' argument 2 names different: declaration 'title' definition 'txt'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:4444:52: style: Function 'ajGraphSetXlabelS' argument 2 names different: declaration 'title' definition 'str'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:298:61: note: Function 'ajGraphSetXlabelS' argument 2 names different: declaration 'title' definition 'str'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:4444:52: note: Function 'ajGraphSetXlabelS' argument 2 names different: declaration 'title' definition 'str'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:4466:51: style: Function 'ajGraphSetYlabelC' argument 2 names different: declaration 'title' definition 'txt'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:299:60: note: Function 'ajGraphSetYlabelC' argument 2 names different: declaration 'title' definition 'txt'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:4466:51: note: Function 'ajGraphSetYlabelC' argument 2 names different: declaration 'title' definition 'txt'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:4488:52: style: Function 'ajGraphSetYlabelS' argument 2 names different: declaration 'title' definition 'str'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:300:61: note: Function 'ajGraphSetYlabelS' argument 2 names different: declaration 'title' definition 'str'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:4488:52: note: Function 'ajGraphSetYlabelS' argument 2 names different: declaration 'title' definition 'str'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:4987:36: style: Function 'ajGraphAddTextC' argument 5 names different: declaration 'text' definition 'txt'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:246:32: note: Function 'ajGraphAddTextC' argument 5 names different: declaration 'text' definition 'txt'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:4987:36: note: Function 'ajGraphAddTextC' argument 5 names different: declaration 'text' definition 'txt'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:5096:66: style: Function 'ajGraphAddTextScaleC' argument 6 names different: declaration 'text' definition 'txt'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:249:52: note: Function 'ajGraphAddTextScaleC' argument 6 names different: declaration 'text' definition 'txt'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:5096:66: note: Function 'ajGraphAddTextScaleC' argument 6 names different: declaration 'text' definition 'txt'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:5576:31: style: Function 'ajGraphxyNewI' argument 1 names different: declaration 'numofpoints' definition 'numsets'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:222:37: note: Function 'ajGraphxyNewI' argument 1 names different: declaration 'numofpoints' definition 'numsets'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:5576:31: note: Function 'ajGraphxyNewI' argument 1 names different: declaration 'numofpoints' definition 'numsets'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:5620:29: style: Function 'ajGraphxyDel' argument 1 names different: declaration 'pmult' definition 'pthis'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:271:39: note: Function 'ajGraphxyDel' argument 1 names different: declaration 'pmult' definition 'pthis'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:5620:29: note: Function 'ajGraphxyDel' argument 1 names different: declaration 'pmult' definition 'pthis'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:6181:49: style: Function 'ajGraphxySetflagGaps' argument 2 names different: declaration 'overlap' definition 'set'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:302:58: note: Function 'ajGraphxySetflagGaps' argument 2 names different: declaration 'overlap' definition 'set'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:6181:49: note: Function 'ajGraphxySetflagGaps' argument 2 names different: declaration 'overlap' definition 'set'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:6654:37: style: Function 'ajGraphdataNewI' argument 1 names different: declaration 'numsets' definition 'numofpoints'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:327:39: note: Function 'ajGraphdataNewI' argument 1 names different: declaration 'numsets' definition 'numofpoints'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:6654:37: note: Function 'ajGraphdataNewI' argument 1 names different: declaration 'numsets' definition 'numofpoints'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:6704:35: style: Function 'ajGraphdataDel' argument 1 names different: declaration 'thys' definition 'pthys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:329:44: note: Function 'ajGraphdataDel' argument 1 names different: declaration 'thys' definition 'pthys'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:6704:35: note: Function 'ajGraphdataDel' argument 1 names different: declaration 'thys' definition 'pthys'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:6826:66: style: Function 'ajGraphdataSetDatanameC' argument 2 names different: declaration 'title' definition 'txt'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:368:20: note: Function 'ajGraphdataSetDatanameC' argument 2 names different: declaration 'title' definition 'txt'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:6826:66: note: Function 'ajGraphdataSetDatanameC' argument 2 names different: declaration 'title' definition 'txt'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:6848:67: style: Function 'ajGraphdataSetDatanameS' argument 2 names different: declaration 'title' definition 'str'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:370:21: note: Function 'ajGraphdataSetDatanameS' argument 2 names different: declaration 'title' definition 'str'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:6848:67: note: Function 'ajGraphdataSetDatanameS' argument 2 names different: declaration 'title' definition 'str'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:6921:66: style: Function 'ajGraphdataSetSubtitleC' argument 2 names different: declaration 'title' definition 'txt'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:372:20: note: Function 'ajGraphdataSetSubtitleC' argument 2 names different: declaration 'title' definition 'txt'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:6921:66: note: Function 'ajGraphdataSetSubtitleC' argument 2 names different: declaration 'title' definition 'txt'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:6943:67: style: Function 'ajGraphdataSetSubtitleS' argument 2 names different: declaration 'title' definition 'str'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:374:21: note: Function 'ajGraphdataSetSubtitleS' argument 2 names different: declaration 'title' definition 'str'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:6943:67: note: Function 'ajGraphdataSetSubtitleS' argument 2 names different: declaration 'title' definition 'str'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:6966:63: style: Function 'ajGraphdataSetTitleC' argument 2 names different: declaration 'title' definition 'txt'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:376:24: note: Function 'ajGraphdataSetTitleC' argument 2 names different: declaration 'title' definition 'txt'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:6966:63: note: Function 'ajGraphdataSetTitleC' argument 2 names different: declaration 'title' definition 'txt'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:6989:64: style: Function 'ajGraphdataSetTitleS' argument 2 names different: declaration 'title' definition 'str'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:378:25: note: Function 'ajGraphdataSetTitleS' argument 2 names different: declaration 'title' definition 'str'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:6989:64: note: Function 'ajGraphdataSetTitleS' argument 2 names different: declaration 'title' definition 'str'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:7124:64: style: Function 'ajGraphdataSetXlabelC' argument 2 names different: declaration 'title' definition 'txt'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:380:24: note: Function 'ajGraphdataSetXlabelC' argument 2 names different: declaration 'title' definition 'txt'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:7124:64: note: Function 'ajGraphdataSetXlabelC' argument 2 names different: declaration 'title' definition 'txt'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:7146:65: style: Function 'ajGraphdataSetXlabelS' argument 2 names different: declaration 'title' definition 'str'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:382:25: note: Function 'ajGraphdataSetXlabelS' argument 2 names different: declaration 'title' definition 'str'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:7146:65: note: Function 'ajGraphdataSetXlabelS' argument 2 names different: declaration 'title' definition 'str'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:7168:64: style: Function 'ajGraphdataSetYlabelC' argument 2 names different: declaration 'title' definition 'txt'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:384:24: note: Function 'ajGraphdataSetYlabelC' argument 2 names different: declaration 'title' definition 'txt'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:7168:64: note: Function 'ajGraphdataSetYlabelC' argument 2 names different: declaration 'title' definition 'txt'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:7190:65: style: Function 'ajGraphdataSetYlabelS' argument 2 names different: declaration 'title' definition 'str'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:386:25: note: Function 'ajGraphdataSetYlabelS' argument 2 names different: declaration 'title' definition 'str'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:7190:65: note: Function 'ajGraphdataSetYlabelS' argument 2 names different: declaration 'title' definition 'str'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:7726:18: style: Function 'ajGraphdataAddXY' argument 2 names different: declaration 'x' definition 'xx'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:366:46: note: Function 'ajGraphdataAddXY' argument 2 names different: declaration 'x' definition 'xx'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:7726:18: note: Function 'ajGraphdataAddXY' argument 2 names different: declaration 'x' definition 'xx'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:7726:34: style: Function 'ajGraphdataAddXY' argument 3 names different: declaration 'y' definition 'yy'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:366:62: note: Function 'ajGraphdataAddXY' argument 3 names different: declaration 'y' definition 'yy'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:7726:34: note: Function 'ajGraphdataAddXY' argument 3 names different: declaration 'y' definition 'yy'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:7759:41: style: Function 'ajGraphdataAddposLine' argument 1 names different: declaration 'graphs' definition 'graphdata'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:330:51: note: Function 'ajGraphdataAddposLine' argument 1 names different: declaration 'graphs' definition 'graphdata'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:7759:41: note: Function 'ajGraphdataAddposLine' argument 1 names different: declaration 'graphs' definition 'graphdata'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:7816:41: style: Function 'ajGraphdataAddposRect' argument 1 names different: declaration 'graphs' definition 'graphdata'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:333:51: note: Function 'ajGraphdataAddposRect' argument 1 names different: declaration 'graphs' definition 'graphdata'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:7816:41: note: Function 'ajGraphdataAddposRect' argument 1 names different: declaration 'graphs' definition 'graphdata'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:7877:42: style: Function 'ajGraphdataAddposTextC' argument 1 names different: declaration 'graphs' definition 'graphdata'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:337:52: note: Function 'ajGraphdataAddposTextC' argument 1 names different: declaration 'graphs' definition 'graphdata'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:7877:42: note: Function 'ajGraphdataAddposTextC' argument 1 names different: declaration 'graphs' definition 'graphdata'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:7878:55: style: Function 'ajGraphdataAddposTextC' argument 5 names different: declaration 'text' definition 'txt'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:339:36: note: Function 'ajGraphdataAddposTextC' argument 5 names different: declaration 'text' definition 'txt'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:7878:55: note: Function 'ajGraphdataAddposTextC' argument 5 names different: declaration 'text' definition 'txt'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:7934:42: style: Function 'ajGraphdataAddposTextS' argument 1 names different: declaration 'graphs' definition 'graphdata'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:340:52: note: Function 'ajGraphdataAddposTextS' argument 1 names different: declaration 'graphs' definition 'graphdata'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:7934:42: note: Function 'ajGraphdataAddposTextS' argument 1 names different: declaration 'graphs' definition 'graphdata'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:7992:47: style: Function 'ajGraphdataAddposTextScaleC' argument 1 names different: declaration 'graphs' definition 'graphdata'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:343:57: note: Function 'ajGraphdataAddposTextScaleC' argument 1 names different: declaration 'graphs' definition 'graphdata'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:7992:47: note: Function 'ajGraphdataAddposTextScaleC' argument 1 names different: declaration 'graphs' definition 'graphdata'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:7994:73: style: Function 'ajGraphdataAddposTextScaleC' argument 6 names different: declaration 'text' definition 'txt'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:346:20: note: Function 'ajGraphdataAddposTextScaleC' argument 6 names different: declaration 'text' definition 'txt'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:7994:73: note: Function 'ajGraphdataAddposTextScaleC' argument 6 names different: declaration 'text' definition 'txt'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:8051:47: style: Function 'ajGraphdataAddposTextScaleS' argument 1 names different: declaration 'graphs' definition 'graphdata'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.h:347:57: note: Function 'ajGraphdataAddposTextScaleS' argument 1 names different: declaration 'graphs' definition 'graphdata'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:8051:47: note: Function 'ajGraphdataAddposTextScaleS' argument 1 names different: declaration 'graphs' definition 'graphdata'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:9919:42: style: Function 'GraphDrawarcText' argument 6 names different: declaration 'Text' definition 'txt'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:116:46: note: Function 'GraphDrawarcText' argument 6 names different: declaration 'Text' definition 'txt'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:9919:42: note: Function 'GraphDrawarcText' argument 6 names different: declaration 'Text' definition 'txt'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:10001:32: style: Function 'GraphText' argument 6 names different: declaration 'text' definition 'txt'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:97:30: note: Function 'GraphText' argument 6 names different: declaration 'text' definition 'txt'.
EMBOSS-6.6.0/ajax/graphics/ajgraph.c:10001:32: note: Function 'GraphText' argument 6 names different: declaration 'text' definition 'txt'.
EMBOSS-6.6.0/ajax/graphics/ajhist.c:275:25: style: Function 'ajHistDel' argument 1 names different: declaration 'hist' definition 'phist'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajhist.h:174:29: note: Function 'ajHistDel' argument 1 names different: declaration 'hist' definition 'phist'.
EMBOSS-6.6.0/ajax/graphics/ajhist.c:275:25: note: Function 'ajHistDel' argument 1 names different: declaration 'hist' definition 'phist'.
EMBOSS-6.6.0/ajax/graphics/ajhist.c:342:34: style: Function 'ajHistDisplay' argument 1 names different: declaration 'hist' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajhist.h:175:38: note: Function 'ajHistDisplay' argument 1 names different: declaration 'hist' definition 'thys'.
EMBOSS-6.6.0/ajax/graphics/ajhist.c:342:34: note: Function 'ajHistDisplay' argument 1 names different: declaration 'hist' definition 'thys'.
EMBOSS-6.6.0/ajax/graphics/ajhist.c:730:28: style: Function 'ajHistSetMono' argument 1 names different: declaration 'hist' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajhist.h:178:32: note: Function 'ajHistSetMono' argument 1 names different: declaration 'hist' definition 'thys'.
EMBOSS-6.6.0/ajax/graphics/ajhist.c:730:28: note: Function 'ajHistSetMono' argument 1 names different: declaration 'hist' definition 'thys'.
EMBOSS-6.6.0/ajax/graphics/ajhist.c:752:31: style: Function 'ajHistSetRlabelC' argument 1 names different: declaration 'hist' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajhist.h:196:35: note: Function 'ajHistSetRlabelC' argument 1 names different: declaration 'hist' definition 'thys'.
EMBOSS-6.6.0/ajax/graphics/ajhist.c:752:31: note: Function 'ajHistSetRlabelC' argument 1 names different: declaration 'hist' definition 'thys'.
EMBOSS-6.6.0/ajax/graphics/ajhist.c:752:49: style: Function 'ajHistSetRlabelC' argument 2 names different: declaration 'strng' definition 'txt'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajhist.h:196:53: note: Function 'ajHistSetRlabelC' argument 2 names different: declaration 'strng' definition 'txt'.
EMBOSS-6.6.0/ajax/graphics/ajhist.c:752:49: note: Function 'ajHistSetRlabelC' argument 2 names different: declaration 'strng' definition 'txt'.
EMBOSS-6.6.0/ajax/graphics/ajhist.c:774:30: style: Function 'ajHistSetTitleC' argument 1 names different: declaration 'hist' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajhist.h:193:34: note: Function 'ajHistSetTitleC' argument 1 names different: declaration 'hist' definition 'thys'.
EMBOSS-6.6.0/ajax/graphics/ajhist.c:774:30: note: Function 'ajHistSetTitleC' argument 1 names different: declaration 'hist' definition 'thys'.
EMBOSS-6.6.0/ajax/graphics/ajhist.c:774:48: style: Function 'ajHistSetTitleC' argument 2 names different: declaration 'strng' definition 'txt'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajhist.h:193:52: note: Function 'ajHistSetTitleC' argument 2 names different: declaration 'strng' definition 'txt'.
EMBOSS-6.6.0/ajax/graphics/ajhist.c:774:48: note: Function 'ajHistSetTitleC' argument 2 names different: declaration 'strng' definition 'txt'.
EMBOSS-6.6.0/ajax/graphics/ajhist.c:796:31: style: Function 'ajHistSetXlabelC' argument 1 names different: declaration 'hist' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajhist.h:194:35: note: Function 'ajHistSetXlabelC' argument 1 names different: declaration 'hist' definition 'thys'.
EMBOSS-6.6.0/ajax/graphics/ajhist.c:796:31: note: Function 'ajHistSetXlabelC' argument 1 names different: declaration 'hist' definition 'thys'.
EMBOSS-6.6.0/ajax/graphics/ajhist.c:796:49: style: Function 'ajHistSetXlabelC' argument 2 names different: declaration 'strng' definition 'txt'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajhist.h:194:53: note: Function 'ajHistSetXlabelC' argument 2 names different: declaration 'strng' definition 'txt'.
EMBOSS-6.6.0/ajax/graphics/ajhist.c:796:49: note: Function 'ajHistSetXlabelC' argument 2 names different: declaration 'strng' definition 'txt'.
EMBOSS-6.6.0/ajax/graphics/ajhist.c:818:31: style: Function 'ajHistSetYlabelC' argument 1 names different: declaration 'hist' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajhist.h:195:35: note: Function 'ajHistSetYlabelC' argument 1 names different: declaration 'hist' definition 'thys'.
EMBOSS-6.6.0/ajax/graphics/ajhist.c:818:31: note: Function 'ajHistSetYlabelC' argument 1 names different: declaration 'hist' definition 'thys'.
EMBOSS-6.6.0/ajax/graphics/ajhist.c:818:49: style: Function 'ajHistSetYlabelC' argument 2 names different: declaration 'strng' definition 'txt'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajhist.h:195:53: note: Function 'ajHistSetYlabelC' argument 2 names different: declaration 'strng' definition 'txt'.
EMBOSS-6.6.0/ajax/graphics/ajhist.c:818:49: note: Function 'ajHistSetYlabelC' argument 2 names different: declaration 'strng' definition 'txt'.
EMBOSS-6.6.0/ajax/graphics/ajhist.c:841:35: style: Function 'ajHistSetmultiColour' argument 1 names different: declaration 'hist' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajhist.h:179:38: note: Function 'ajHistSetmultiColour' argument 1 names different: declaration 'hist' definition 'thys'.
EMBOSS-6.6.0/ajax/graphics/ajhist.c:841:35: note: Function 'ajHistSetmultiColour' argument 1 names different: declaration 'hist' definition 'thys'.
EMBOSS-6.6.0/ajax/graphics/ajhist.c:872:36: style: Function 'ajHistSetmultiPattern' argument 1 names different: declaration 'hist' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajhist.h:191:40: note: Function 'ajHistSetmultiPattern' argument 1 names different: declaration 'hist' definition 'thys'.
EMBOSS-6.6.0/ajax/graphics/ajhist.c:872:36: note: Function 'ajHistSetmultiPattern' argument 1 names different: declaration 'hist' definition 'thys'.
EMBOSS-6.6.0/ajax/graphics/ajhist.c:903:35: style: Function 'ajHistSetmultiTitleC' argument 1 names different: declaration 'hist' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajhist.h:182:39: note: Function 'ajHistSetmultiTitleC' argument 1 names different: declaration 'hist' definition 'thys'.
EMBOSS-6.6.0/ajax/graphics/ajhist.c:903:35: note: Function 'ajHistSetmultiTitleC' argument 1 names different: declaration 'hist' definition 'thys'.
EMBOSS-6.6.0/ajax/graphics/ajhist.c:903:70: style: Function 'ajHistSetmultiTitleC' argument 3 names different: declaration 'title' definition 'txt'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajhist.h:182:74: note: Function 'ajHistSetmultiTitleC' argument 3 names different: declaration 'title' definition 'txt'.
EMBOSS-6.6.0/ajax/graphics/ajhist.c:903:70: note: Function 'ajHistSetmultiTitleC' argument 3 names different: declaration 'title' definition 'txt'.
EMBOSS-6.6.0/ajax/graphics/ajhist.c:934:35: style: Function 'ajHistSetmultiTitleS' argument 1 names different: declaration 'hist' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajhist.h:180:39: note: Function 'ajHistSetmultiTitleS' argument 1 names different: declaration 'hist' definition 'thys'.
EMBOSS-6.6.0/ajax/graphics/ajhist.c:934:35: note: Function 'ajHistSetmultiTitleS' argument 1 names different: declaration 'hist' definition 'thys'.
EMBOSS-6.6.0/ajax/graphics/ajhist.c:934:71: style: Function 'ajHistSetmultiTitleS' argument 3 names different: declaration 'title' definition 'str'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajhist.h:181:44: note: Function 'ajHistSetmultiTitleS' argument 3 names different: declaration 'title' definition 'str'.
EMBOSS-6.6.0/ajax/graphics/ajhist.c:934:71: note: Function 'ajHistSetmultiTitleS' argument 3 names different: declaration 'title' definition 'str'.
EMBOSS-6.6.0/ajax/graphics/ajhist.c:964:36: style: Function 'ajHistSetmultiXlabelC' argument 1 names different: declaration 'hist' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajhist.h:185:40: note: Function 'ajHistSetmultiXlabelC' argument 1 names different: declaration 'hist' definition 'thys'.
EMBOSS-6.6.0/ajax/graphics/ajhist.c:964:36: note: Function 'ajHistSetmultiXlabelC' argument 1 names different: declaration 'hist' definition 'thys'.
EMBOSS-6.6.0/ajax/graphics/ajhist.c:964:71: style: Function 'ajHistSetmultiXlabelC' argument 3 names different: declaration 'title' definition 'txt'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajhist.h:186:44: note: Function 'ajHistSetmultiXlabelC' argument 3 names different: declaration 'title' definition 'txt'.
EMBOSS-6.6.0/ajax/graphics/ajhist.c:964:71: note: Function 'ajHistSetmultiXlabelC' argument 3 names different: declaration 'title' definition 'txt'.
EMBOSS-6.6.0/ajax/graphics/ajhist.c:995:36: style: Function 'ajHistSetmultiXlabelS' argument 1 names different: declaration 'hist' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajhist.h:183:40: note: Function 'ajHistSetmultiXlabelS' argument 1 names different: declaration 'hist' definition 'thys'.
EMBOSS-6.6.0/ajax/graphics/ajhist.c:995:36: note: Function 'ajHistSetmultiXlabelS' argument 1 names different: declaration 'hist' definition 'thys'.
EMBOSS-6.6.0/ajax/graphics/ajhist.c:995:72: style: Function 'ajHistSetmultiXlabelS' argument 3 names different: declaration 'title' definition 'str'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajhist.h:184:45: note: Function 'ajHistSetmultiXlabelS' argument 3 names different: declaration 'title' definition 'str'.
EMBOSS-6.6.0/ajax/graphics/ajhist.c:995:72: note: Function 'ajHistSetmultiXlabelS' argument 3 names different: declaration 'title' definition 'str'.
EMBOSS-6.6.0/ajax/graphics/ajhist.c:1025:36: style: Function 'ajHistSetmultiYlabelC' argument 1 names different: declaration 'hist' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajhist.h:189:40: note: Function 'ajHistSetmultiYlabelC' argument 1 names different: declaration 'hist' definition 'thys'.
EMBOSS-6.6.0/ajax/graphics/ajhist.c:1025:36: note: Function 'ajHistSetmultiYlabelC' argument 1 names different: declaration 'hist' definition 'thys'.
EMBOSS-6.6.0/ajax/graphics/ajhist.c:1025:71: style: Function 'ajHistSetmultiYlabelC' argument 3 names different: declaration 'title' definition 'txt'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajhist.h:190:44: note: Function 'ajHistSetmultiYlabelC' argument 3 names different: declaration 'title' definition 'txt'.
EMBOSS-6.6.0/ajax/graphics/ajhist.c:1025:71: note: Function 'ajHistSetmultiYlabelC' argument 3 names different: declaration 'title' definition 'txt'.
EMBOSS-6.6.0/ajax/graphics/ajhist.c:1055:36: style: Function 'ajHistSetmultiYlabelS' argument 1 names different: declaration 'hist' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajhist.h:187:40: note: Function 'ajHistSetmultiYlabelS' argument 1 names different: declaration 'hist' definition 'thys'.
EMBOSS-6.6.0/ajax/graphics/ajhist.c:1055:36: note: Function 'ajHistSetmultiYlabelS' argument 1 names different: declaration 'hist' definition 'thys'.
EMBOSS-6.6.0/ajax/graphics/ajhist.c:1055:72: style: Function 'ajHistSetmultiYlabelS' argument 3 names different: declaration 'title' definition 'str'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajhist.h:188:45: note: Function 'ajHistSetmultiYlabelS' argument 3 names different: declaration 'title' definition 'str'.
EMBOSS-6.6.0/ajax/graphics/ajhist.c:1055:72: note: Function 'ajHistSetmultiYlabelS' argument 3 names different: declaration 'title' definition 'str'.
EMBOSS-6.6.0/ajax/graphics/ajhist.c:1109:28: style: Function 'ajHistDataAdd' argument 1 names different: declaration 'hist' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajhist.h:192:32: note: Function 'ajHistDataAdd' argument 1 names different: declaration 'hist' definition 'thys'.
EMBOSS-6.6.0/ajax/graphics/ajhist.c:1109:28: note: Function 'ajHistDataAdd' argument 1 names different: declaration 'hist' definition 'thys'.
EMBOSS-6.6.0/ajax/graphics/ajhist.c:1143:29: style: Function 'ajHistDataCopy' argument 1 names different: declaration 'hist' definition 'thys'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajhist.h:173:33: note: Function 'ajHistDataCopy' argument 1 names different: declaration 'hist' definition 'thys'.
EMBOSS-6.6.0/ajax/graphics/ajhist.c:1143:29: note: Function 'ajHistDataCopy' argument 1 names different: declaration 'hist' definition 'thys'.
EMBOSS-6.6.0/ajax/graphics/ajhist.c:1143:65: style: Function 'ajHistDataCopy' argument 3 names different: declaration 'data' definition 'srcdata'. [funcArgNamesDifferent]
EMBOSS-6.6.0/ajax/graphics/ajhist.h:173:69: note: Function 'ajHistDataCopy' argument 3 names different: declaration 'data' definition 'srcdata'.
EMBOSS-6.6.0/ajax/graphics/ajhist.c:1143:65: note: Function 'ajHistDataCopy' argument 3 names different: declaration 'data' definition 'srcdata'.
EMBOSS-6.6.0/ajax/pcre/pcre_internal.h:176:0: error: #error Cannot determine a type for 16-bit unsigned integers [preprocessorErrorDirective]
EMBOSS-6.6.0/ajax/zlib/adler32.c:66:14: style: The scope of the variable 'n' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/zlib/deflate.c:492:12: style: The scope of the variable 'str' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/zlib/deflate.c:1069:21: style: The scope of the variable 'match' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/zlib/deflate.c:1310:14: style: The scope of the variable 'more' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/zlib/deflate.c:1470:9: style: The scope of the variable 'max_start' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/zlib/deflate.c:1524:10: style: The scope of the variable 'hash_head' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/zlib/deflate.c:1620:10: style: The scope of the variable 'hash_head' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/zlib/deflate.c:155:32: style: struct member 'static_tree_desc_s::dummy' is never used. [unusedStructMember]
EMBOSS-6.6.0/ajax/zlib/gzlib.c:280:14: style: The scope of the variable 'n' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/zlib/gzlib.c:281:15: style: The scope of the variable 'ret' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/zlib/gzlib.c:220:9: error: Memory leak: path [memleak]
EMBOSS-6.6.0/ajax/zlib/gzread.c:108:9: style: The scope of the variable 'flags' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/zlib/gzread.c:109:14: style: The scope of the variable 'len' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/zlib/gzread.c:544:20: style: The scope of the variable 'n' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/zlib/gzread.c:546:20: style: The scope of the variable 'eol' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/zlib/gzwrite.c:116:14: style: The scope of the variable 'n' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/zlib/gzwrite.c:149:14: style: The scope of the variable 'n' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/zlib/inflate.c:1465:5: style: Variable 'state->sane' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/ajax/zlib/inflate.c:1461:5: note: Variable 'state->sane' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/zlib/inflate.c:1465:5: note: Variable 'state->sane' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/ajax/zlib/inflate.c:363:20: style: The scope of the variable 'dist' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/zlib/inflate.c:1258:19: style: The scope of the variable 'id' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/zlib/inflate.c:1350:19: style: The scope of the variable 'buf' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/zlib/inflate.c:1413:14: style: The scope of the variable 'wsize' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/zlib/inflate.c:1475:61: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
EMBOSS-6.6.0/ajax/zlib/inflate.c:667:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
EMBOSS-6.6.0/ajax/zlib/inftrees.c:50:14: style: The scope of the variable 'fill' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/zlib/trees.c:718:9: style: The scope of the variable 'curlen' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/zlib/trees.c:763:9: style: The scope of the variable 'curlen' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/zlib/trees.c:1081:14: style: The scope of the variable 'dist' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/zlib/trees.c:1082:9: style: The scope of the variable 'lc' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/zlib/trees.c:1083:14: style: The scope of the variable 'lx' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/zlib/trees.c:1084:14: style: The scope of the variable 'code' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/zlib/trees.c:1085:9: style: The scope of the variable 'extra' can be reduced. [variableScope]
EMBOSS-6.6.0/ajax/zlib/zutil.c:305:31: style: Same expression on both sides of '-'. [duplicateExpression]
EMBOSS-6.6.0/ajax/zlib/zutil.c:11:33: style: struct member 'internal_state::dummy' is never used. [unusedStructMember]
EMBOSS-6.6.0/emboss/aaindexextract.c:55:5: style: Variable 'idexp' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/aaindexextract.c:52:0: note: Variable 'idexp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/aaindexextract.c:55:5: note: Variable 'idexp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/aaindexextract.c:56:5: style: Variable 'endexp' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/aaindexextract.c:53:0: note: Variable 'endexp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/aaindexextract.c:56:5: note: Variable 'endexp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/aaindexextract.c:61:5: style: Variable 'inf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/aaindexextract.c:43:0: note: Variable 'inf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/aaindexextract.c:61:5: note: Variable 'inf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/abiview.c:121:5: style: Variable 'graphs' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/abiview.c:69:0: note: Variable 'graphs' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/abiview.c:121:5: note: Variable 'graphs' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/abiview.c:352:17: style: Function 'abiview_graphDisplay' argument 9 names different: declaration 'ntrace' definition 'nt'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/abiview.c:35:60: note: Function 'abiview_graphDisplay' argument 9 names different: declaration 'ntrace' definition 'nt'.
EMBOSS-6.6.0/emboss/abiview.c:352:17: note: Function 'abiview_graphDisplay' argument 9 names different: declaration 'ntrace' definition 'nt'.
EMBOSS-6.6.0/emboss/acdrelations.c:291:3: style: Variable 'mode' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/acdrelations.c:271:0: note: Variable 'mode' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/acdrelations.c:291:3: note: Variable 'mode' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/acdrelations.c:292:3: style: Variable 'inf_edam' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/acdrelations.c:269:0: note: Variable 'inf_edam' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/acdrelations.c:292:3: note: Variable 'inf_edam' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/acdrelations.c:293:3: style: Variable 'inf_ktype' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/acdrelations.c:279:0: note: Variable 'inf_ktype' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/acdrelations.c:293:3: note: Variable 'inf_ktype' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/acdrelations.c:294:3: style: Variable 'acdinlist' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/acdrelations.c:274:0: note: Variable 'acdinlist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/acdrelations.c:294:3: note: Variable 'acdinlist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/acdrelations.c:295:3: style: Variable 'acdoutdir' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/acdrelations.c:277:0: note: Variable 'acdoutdir' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/acdrelations.c:295:3: note: Variable 'acdoutdir' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/acdrelations.c:567:3: style: Variable 'line' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/acdrelations.c:556:0: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/acdrelations.c:567:3: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/acdrelations.c:568:3: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/acdrelations.c:557:0: note: Variable 'tmp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/acdrelations.c:568:3: note: Variable 'tmp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/acdrelations.c:569:3: style: Variable 'tok' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/acdrelations.c:558:0: note: Variable 'tok' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/acdrelations.c:569:3: note: Variable 'tok' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/acdrelations.c:570:3: style: Variable 'id' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/acdrelations.c:559:0: note: Variable 'id' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/acdrelations.c:570:3: note: Variable 'id' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/acdrelations.c:571:3: style: Variable 'name' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/acdrelations.c:560:0: note: Variable 'name' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/acdrelations.c:571:3: note: Variable 'name' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/acdrelations.c:572:3: style: Variable 'namespace' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/acdrelations.c:561:0: note: Variable 'namespace' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/acdrelations.c:572:3: note: Variable 'namespace' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/acdrelations.c:655:3: style: Variable 'line' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/acdrelations.c:645:0: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/acdrelations.c:655:3: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/acdrelations.c:656:3: style: Variable 'tok' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/acdrelations.c:646:0: note: Variable 'tok' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/acdrelations.c:656:3: note: Variable 'tok' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/acdrelations.c:657:3: style: Variable 'acdtype' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/acdrelations.c:647:0: note: Variable 'acdtype' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/acdrelations.c:657:3: note: Variable 'acdtype' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/acdrelations.c:658:3: style: Variable 'strlist' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/acdrelations.c:649:0: note: Variable 'strlist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/acdrelations.c:658:3: note: Variable 'strlist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/acdrelations.c:945:7: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/acdrelations.c:982:7: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/acdrelations.c:1092:7: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/acdrelations.c:483:15: style: Function 'acdrelations_readtypefile' argument 2 names different: declaration 'P' definition 'T'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/acdrelations.c:232:15: note: Function 'acdrelations_readtypefile' argument 2 names different: declaration 'P' definition 'T'.
EMBOSS-6.6.0/emboss/acdrelations.c:483:15: note: Function 'acdrelations_readtypefile' argument 2 names different: declaration 'P' definition 'T'.
EMBOSS-6.6.0/emboss/ajtest.c:30:5: style: Variable 'dir' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/ajtest.c:24:0: note: Variable 'dir' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ajtest.c:30:5: note: Variable 'dir' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/aligncopy.c:47:5: style: Variable 'seqset' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/aligncopy.c:36:0: note: Variable 'seqset' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/aligncopy.c:47:5: note: Variable 'seqset' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/aligncopy.c:48:5: style: Variable 'align' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/aligncopy.c:37:0: note: Variable 'align' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/aligncopy.c:48:5: note: Variable 'align' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/aligncopy.c:49:5: style: Variable 'name' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/aligncopy.c:38:0: note: Variable 'name' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/aligncopy.c:49:5: note: Variable 'name' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/aligncopy.c:50:5: style: Variable 'comment' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/aligncopy.c:39:0: note: Variable 'comment' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/aligncopy.c:50:5: note: Variable 'comment' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/aligncopy.c:51:5: style: Variable 'append' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/aligncopy.c:40:0: note: Variable 'append' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/aligncopy.c:51:5: note: Variable 'append' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/aligncopypair.c:52:5: style: Variable 'seqset' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/aligncopypair.c:36:0: note: Variable 'seqset' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/aligncopypair.c:52:5: note: Variable 'seqset' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/aligncopypair.c:53:5: style: Variable 'align' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/aligncopypair.c:37:0: note: Variable 'align' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/aligncopypair.c:53:5: note: Variable 'align' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/aligncopypair.c:54:5: style: Variable 'name' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/aligncopypair.c:38:0: note: Variable 'name' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/aligncopypair.c:54:5: note: Variable 'name' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/aligncopypair.c:55:5: style: Variable 'comment' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/aligncopypair.c:39:0: note: Variable 'comment' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/aligncopypair.c:55:5: note: Variable 'comment' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/aligncopypair.c:56:5: style: Variable 'append' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/aligncopypair.c:40:0: note: Variable 'append' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/aligncopypair.c:56:5: note: Variable 'append' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/aligncopypair.c:61:5: style: Variable 'seqs' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/aligncopypair.c:42:0: note: Variable 'seqs' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/aligncopypair.c:61:5: note: Variable 'seqs' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/antigenic.c:115:5: style: Variable 'thisap' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/antigenic.c:97:0: note: Variable 'thisap' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/antigenic.c:115:5: note: Variable 'thisap' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/antigenic.c:116:5: style: Variable 'hwt' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/antigenic.c:98:0: note: Variable 'hwt' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/antigenic.c:116:5: note: Variable 'hwt' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/antigenic.c:117:5: style: Variable 'hpos' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/antigenic.c:99:0: note: Variable 'hpos' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/antigenic.c:117:5: note: Variable 'hpos' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/antigenic.c:118:5: style: Variable 'hp' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/antigenic.c:100:0: note: Variable 'hp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/antigenic.c:118:5: note: Variable 'hp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/antigenic.c:119:5: style: Variable 'hlen' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/antigenic.c:101:0: note: Variable 'hlen' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/antigenic.c:119:5: note: Variable 'hlen' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/antigenic.c:121:5: style: Variable 'agp' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/antigenic.c:111:0: note: Variable 'agp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/antigenic.c:121:5: note: Variable 'agp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/antigenic.c:127:5: style: Variable 'report' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/antigenic.c:60:0: note: Variable 'report' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/antigenic.c:127:5: note: Variable 'report' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/antigenic.c:129:5: style: Variable 'substr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/antigenic.c:64:0: note: Variable 'substr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/antigenic.c:129:5: note: Variable 'substr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/antigenic.c:130:5: style: Variable 'sstr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/antigenic.c:62:0: note: Variable 'sstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/antigenic.c:130:5: note: Variable 'sstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/antigenic.c:131:5: style: Variable 'stmp' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/antigenic.c:63:0: note: Variable 'stmp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/antigenic.c:131:5: note: Variable 'stmp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/antigenic.c:375:5: style: Variable 'mfptr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/antigenic.c:352:0: note: Variable 'mfptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/antigenic.c:375:5: note: Variable 'mfptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/antigenic.c:517:5: style: Variable 'name' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/antigenic.c:501:0: note: Variable 'name' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/antigenic.c:517:5: note: Variable 'name' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/antigenic.c:518:5: style: Variable 'source' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/antigenic.c:503:0: note: Variable 'source' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/antigenic.c:518:5: note: Variable 'source' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/antigenic.c:519:5: style: Variable 'type' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/antigenic.c:504:0: note: Variable 'type' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/antigenic.c:519:5: note: Variable 'type' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/antigenic.c:520:5: style: Variable 'tag' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/antigenic.c:505:0: note: Variable 'tag' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/antigenic.c:520:5: note: Variable 'tag' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/antigenic.c:521:5: style: Variable 'score' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/antigenic.c:502:0: note: Variable 'score' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/antigenic.c:521:5: note: Variable 'score' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/antigenic.c:524:5: style: Variable 'val' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/antigenic.c:506:0: note: Variable 'val' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/antigenic.c:524:5: note: Variable 'val' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/antigenic.c:525:5: style: Variable 'name' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/antigenic.c:517:5: note: Variable 'name' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/antigenic.c:525:5: note: Variable 'name' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/antigenic.c:526:5: style: Variable 'source' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/antigenic.c:518:5: note: Variable 'source' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/antigenic.c:526:5: note: Variable 'source' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/antigenic.c:527:5: style: Variable 'type' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/antigenic.c:519:5: note: Variable 'type' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/antigenic.c:527:5: note: Variable 'type' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/antigenic.c:528:5: style: Variable 'tag' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/antigenic.c:520:5: note: Variable 'tag' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/antigenic.c:528:5: note: Variable 'tag' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/antigenic.c:104:11: style: The scope of the variable 'totap' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/antigenic.c:105:11: style: The scope of the variable 'averap' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/antigenic.c:106:11: style: The scope of the variable 'minap' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/assemblyget.c:85:5: style: Variable 'assemload' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/assemblyget.c:79:0: note: Variable 'assemload' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/assemblyget.c:85:5: note: Variable 'assemload' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/assemblyget.c:86:5: style: Variable 'outfile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/assemblyget.c:78:0: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/assemblyget.c:86:5: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/backtranambig.c:56:5: style: Variable 'codon' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/backtranambig.c:42:0: note: Variable 'codon' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/backtranambig.c:56:5: note: Variable 'codon' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/banana.c:294:5: style: Condition 'portrait' is always false [knownConditionTrueFalse]
EMBOSS-6.6.0/emboss/banana.c:92:22: note: Assignment 'portrait=0', assigned value is 0
EMBOSS-6.6.0/emboss/banana.c:294:5: note: Condition 'portrait' is always false
EMBOSS-6.6.0/emboss/banana.c:320:5: style: Condition '!title' is always true [knownConditionTrueFalse]
EMBOSS-6.6.0/emboss/banana.c:93:22: note: Assignment 'title=0', assigned value is 0
EMBOSS-6.6.0/emboss/banana.c:320:5: note: Condition '!title' is always true
EMBOSS-6.6.0/emboss/banana.c:342:10: style: Condition '!title' is always true [knownConditionTrueFalse]
EMBOSS-6.6.0/emboss/banana.c:93:22: note: Assignment 'title=0', assigned value is 0
EMBOSS-6.6.0/emboss/banana.c:342:10: note: Condition '!title' is always true
EMBOSS-6.6.0/emboss/banana.c:134:6: warning: Possible null pointer dereference: iseq [nullPointer]
EMBOSS-6.6.0/emboss/banana.c:60:22: note: Assignment 'iseq=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/banana.c:134:6: note: Null pointer dereference
EMBOSS-6.6.0/emboss/banana.c:110:5: style: Variable 'file' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/banana.c:47:0: note: Variable 'file' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/banana.c:110:5: note: Variable 'file' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/banana.c:111:5: style: Variable 'outf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/banana.c:46:0: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/banana.c:111:5: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/banana.c:72:10: style: The scope of the variable 'residue' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/banana.c:73:11: style: The scope of the variable 'maxbend' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/banana.c:74:11: style: The scope of the variable 'minbend' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/banana.c:75:11: style: The scope of the variable 'bendfactor' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/banana.c:76:11: style: The scope of the variable 'maxcurve' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/banana.c:77:11: style: The scope of the variable 'mincurve' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/banana.c:78:11: style: The scope of the variable 'curvefactor' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/banana.c:82:11: style: The scope of the variable 'yincr' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/banana.c:83:11: style: The scope of the variable 'yy1' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/banana.c:88:11: style: The scope of the variable 'ystart' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/banana.c:100:11: style: The scope of the variable 'dx' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/banana.c:101:11: style: The scope of the variable 'dy' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/banana.c:102:11: style: The scope of the variable 'rxsum' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/banana.c:103:11: style: The scope of the variable 'rysum' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/banana.c:104:11: style: The scope of the variable 'yp1' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/banana.c:105:11: style: The scope of the variable 'yp2' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/biosed.c:68:5: style: Variable 'substr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/biosed.c:51:0: note: Variable 'substr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/biosed.c:68:5: note: Variable 'substr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/biosed.c:69:5: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/biosed.c:52:0: note: Variable 'str' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/biosed.c:69:5: note: Variable 'str' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/biosed.c:139:5: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/biosed.c:129:0: note: Variable 'str' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/biosed.c:139:5: note: Variable 'str' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/biosed.c:140:5: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/biosed.c:130:0: note: Variable 'tmp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/biosed.c:140:5: note: Variable 'tmp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/biosed.c:141:5: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/biosed.c:135:0: note: Variable 'p' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/biosed.c:141:5: note: Variable 'p' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/biosed.c:215:5: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/biosed.c:206:0: note: Variable 'str' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/biosed.c:215:5: note: Variable 'str' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/biosed.c:216:5: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/biosed.c:212:0: note: Variable 'tmp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/biosed.c:216:5: note: Variable 'tmp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/biosed.c:218:5: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/biosed.c:207:0: note: Variable 'p' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/biosed.c:218:5: note: Variable 'p' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/biosed.c:219:5: style: Variable 'v' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/biosed.c:209:0: note: Variable 'v' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/biosed.c:219:5: note: Variable 'v' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/btwisted.c:68:5: style: Variable 'seq' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/btwisted.c:42:0: note: Variable 'seq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/btwisted.c:68:5: note: Variable 'seq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/btwisted.c:69:5: style: Variable 'angles' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/btwisted.c:43:0: note: Variable 'angles' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/btwisted.c:69:5: note: Variable 'angles' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/btwisted.c:70:5: style: Variable 'energies' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/btwisted.c:44:0: note: Variable 'energies' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/btwisted.c:70:5: note: Variable 'energies' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/btwisted.c:71:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/btwisted.c:45:0: note: Variable 'result' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/btwisted.c:71:5: note: Variable 'result' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/btwisted.c:74:5: style: Variable 'nucs' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/btwisted.c:50:0: note: Variable 'nucs' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/btwisted.c:74:5: note: Variable 'nucs' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/btwisted.c:76:5: style: Variable 'angletable' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/btwisted.c:47:0: note: Variable 'angletable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/btwisted.c:76:5: note: Variable 'angletable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/btwisted.c:77:5: style: Variable 'energytable' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/btwisted.c:48:0: note: Variable 'energytable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/btwisted.c:77:5: note: Variable 'energytable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/btwisted.c:87:5: style: Variable 'dinuc' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/btwisted.c:53:0: note: Variable 'dinuc' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/btwisted.c:87:5: note: Variable 'dinuc' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/btwisted.c:150:5: style: Variable 'valstr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/btwisted.c:144:0: note: Variable 'valstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/btwisted.c:150:5: note: Variable 'valstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/btwisted.c:151:5: style: Variable 'line' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/btwisted.c:146:0: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/btwisted.c:151:5: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/btwisted.c:153:5: style: Variable 'table' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/btwisted.c:148:0: note: Variable 'table' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/btwisted.c:153:5: note: Variable 'table' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/btwisted.c:142:47: style: Function 'btwisted_getdinucdata' argument 1 names different: declaration 'anglesfile' definition 'inf'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/btwisted.c:28:47: note: Function 'btwisted_getdinucdata' argument 1 names different: declaration 'anglesfile' definition 'inf'.
EMBOSS-6.6.0/emboss/btwisted.c:142:47: note: Function 'btwisted_getdinucdata' argument 1 names different: declaration 'anglesfile' definition 'inf'.
EMBOSS-6.6.0/emboss/cachedas.c:214:7: warning: Either the condition 'count!=NULL' is redundant or there is possible null pointer dereference: count. [nullPointerRedundantCheck]
EMBOSS-6.6.0/emboss/cachedas.c:207:12: note: Assuming that condition 'count!=NULL' is not redundant
EMBOSS-6.6.0/emboss/cachedas.c:214:7: note: Null pointer dereference
EMBOSS-6.6.0/emboss/cachedas.c:67:5: style: Variable 'host' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/cachedas.c:44:0: note: Variable 'host' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cachedas.c:67:5: note: Variable 'host' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cachedas.c:68:5: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/cachedas.c:45:0: note: Variable 'path' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cachedas.c:68:5: note: Variable 'path' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cachedas.c:69:5: style: Variable 'port' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/cachedas.c:49:0: note: Variable 'port' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cachedas.c:69:5: note: Variable 'port' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cachedas.c:72:5: style: Variable 'servername' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/cachedas.c:62:0: note: Variable 'servername' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cachedas.c:72:5: note: Variable 'servername' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cachedas.c:74:5: style: Variable 'outf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/cachedas.c:46:0: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cachedas.c:74:5: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cachedas.c:75:5: style: Variable 'cachef' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/cachedas.c:47:0: note: Variable 'cachef' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cachedas.c:75:5: note: Variable 'cachef' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cachedas.c:77:5: style: Variable 'server' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/cachedas.c:41:0: note: Variable 'server' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cachedas.c:77:5: note: Variable 'server' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cachedas.c:194:5: style: Variable 'titlecount' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/cachedas.c:187:0: note: Variable 'titlecount' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cachedas.c:194:5: note: Variable 'titlecount' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cachedas.c:197:5: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/cachedas.c:185:0: note: Variable 'iter' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cachedas.c:197:5: note: Variable 'iter' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cachedbfetch.c:131:5: style: Variable 'servername' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/cachedbfetch.c:122:0: note: Variable 'servername' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cachedbfetch.c:131:5: note: Variable 'servername' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cachedbfetch.c:132:5: style: Variable 'outf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/cachedbfetch.c:116:0: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cachedbfetch.c:132:5: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cachedbfetch.c:133:5: style: Variable 'cachef' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/cachedbfetch.c:117:0: note: Variable 'cachef' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cachedbfetch.c:133:5: note: Variable 'cachef' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cachedbfetch.c:674:5: style: Variable 'buff' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/cachedbfetch.c:670:0: note: Variable 'buff' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cachedbfetch.c:674:5: note: Variable 'buff' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cachedbfetch.c:721:5: style: Variable 'doc' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/cachedbfetch.c:707:0: note: Variable 'doc' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cachedbfetch.c:721:5: note: Variable 'doc' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cachedbfetch.c:772:2: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/cachedbfetch.c:767:2: note: Variable 'e' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cachedbfetch.c:772:2: note: Variable 'e' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cachedbfetch.c:836:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/cachedbfetch.c:829:0: note: Variable 'ret' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cachedbfetch.c:836:5: note: Variable 'ret' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cachedbfetch.c:838:5: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/cachedbfetch.c:831:0: note: Variable 'e' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cachedbfetch.c:838:5: note: Variable 'e' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cachedbfetch.c:886:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/cachedbfetch.c:879:0: note: Variable 'ret' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cachedbfetch.c:886:5: note: Variable 'ret' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cachedbfetch.c:946:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/cachedbfetch.c:933:0: note: Variable 'ret' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cachedbfetch.c:946:5: note: Variable 'ret' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cachedbfetch.c:1187:5: style: Variable 'fname' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/cachedbfetch.c:1182:0: note: Variable 'fname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cachedbfetch.c:1187:5: note: Variable 'fname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cachedbfetch.c:1191:5: style: Variable 'today' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/cachedbfetch.c:1180:0: note: Variable 'today' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cachedbfetch.c:1191:5: note: Variable 'today' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cachedbfetch.c:1243:5: style: Variable 'oboin' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/cachedbfetch.c:1240:0: note: Variable 'oboin' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cachedbfetch.c:1243:5: note: Variable 'oboin' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cachedbfetch.c:1244:5: style: Variable 'obofixin' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/cachedbfetch.c:1241:0: note: Variable 'obofixin' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cachedbfetch.c:1244:5: note: Variable 'obofixin' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cachedbfetch.c:1245:5: style: Variable 'obo' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/cachedbfetch.c:1239:0: note: Variable 'obo' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cachedbfetch.c:1245:5: note: Variable 'obo' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cachedbfetch.c:1247:5: style: Variable 'comment' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/cachedbfetch.c:1236:0: note: Variable 'comment' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cachedbfetch.c:1247:5: note: Variable 'comment' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cachedbfetch.c:833:9: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/cachedbfetch.c:834:9: style: The scope of the variable 'len' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/cachedbfetch.c:1057:17: style: The scope of the variable 'assembly' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/cachedbfetch.c:1058:17: style: The scope of the variable 'features' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/cachedbfetch.c:1059:17: style: The scope of the variable 'obo' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/cachedbfetch.c:1060:17: style: The scope of the variable 'resource' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/cachedbfetch.c:1061:17: style: The scope of the variable 'sequence' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/cachedbfetch.c:1062:17: style: The scope of the variable 'taxon' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/cachedbfetch.c:1063:17: style: The scope of the variable 'text' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/cachedbfetch.c:1064:17: style: The scope of the variable 'xml' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/cacheebeyesearch.c:95:5: style: Variable 'outf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/cacheebeyesearch.c:83:0: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cacheebeyesearch.c:95:5: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cacheebeyesearch.c:96:5: style: Variable 'cachef' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/cacheebeyesearch.c:84:0: note: Variable 'cachef' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cacheebeyesearch.c:96:5: note: Variable 'cachef' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cacheebeyesearch.c:98:5: style: Variable 'l' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/cacheebeyesearch.c:87:0: note: Variable 'l' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cacheebeyesearch.c:98:5: note: Variable 'l' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cacheebeyesearch.c:534:5: style: Variable 'fname' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/cacheebeyesearch.c:529:0: note: Variable 'fname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cacheebeyesearch.c:534:5: note: Variable 'fname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cacheebeyesearch.c:538:5: style: Variable 'today' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/cacheebeyesearch.c:527:0: note: Variable 'today' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cacheebeyesearch.c:538:5: note: Variable 'today' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cacheebeyesearch.c:545:5: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/cacheebeyesearch.c:528:0: note: Variable 'iter' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cacheebeyesearch.c:545:5: note: Variable 'iter' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cacheebeyesearch.c:575:5: style: Variable 'comment' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/cacheebeyesearch.c:573:0: note: Variable 'comment' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cacheebeyesearch.c:575:5: note: Variable 'comment' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cacheensembl.c:105:5: style: Variable 'svrname' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/cacheensembl.c:89:0: note: Variable 'svrname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cacheensembl.c:105:5: note: Variable 'svrname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cacheensembl.c:106:5: style: Variable 'outf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/cacheensembl.c:78:0: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cacheensembl.c:106:5: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cacheensembl.c:107:5: style: Variable 'cachef' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/cacheensembl.c:79:0: note: Variable 'cachef' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cacheensembl.c:107:5: note: Variable 'cachef' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cacheensembl.c:109:5: style: Variable 'svrurl' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/cacheensembl.c:90:0: note: Variable 'svrurl' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cacheensembl.c:109:5: note: Variable 'svrurl' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cacheensembl.c:110:5: style: Variable 'dbname' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/cacheensembl.c:87:0: note: Variable 'dbname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cacheensembl.c:110:5: note: Variable 'dbname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cacheensembl.c:111:5: style: Variable 'special' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/cacheensembl.c:91:0: note: Variable 'special' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cacheensembl.c:111:5: note: Variable 'special' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cacheensembl.c:314:5: style: Variable 'string1' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/cacheensembl.c:311:18: note: Variable 'string1' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cacheensembl.c:314:5: note: Variable 'string1' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cacheensembl.c:315:5: style: Variable 'string2' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/cacheensembl.c:312:18: note: Variable 'string2' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cacheensembl.c:315:5: note: Variable 'string2' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cai.c:45:11: style: The scope of the variable 'cai' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/chaos.c:54:5: style: Variable 'sequence' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/chaos.c:34:0: note: Variable 'sequence' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/chaos.c:54:5: note: Variable 'sequence' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/chaos.c:55:5: style: Variable 'graph' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/chaos.c:35:0: note: Variable 'graph' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/chaos.c:55:5: note: Variable 'graph' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/chaos.c:61:5: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/chaos.c:47:0: note: Variable 'str' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/chaos.c:61:5: note: Variable 'str' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/charge.c:87:5: style: Variable 'cdata' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/charge.c:51:0: note: Variable 'cdata' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/charge.c:87:5: note: Variable 'cdata' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/charge.c:91:5: style: Variable 'outf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/charge.c:50:0: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/charge.c:91:5: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/charge.c:92:5: style: Variable 'graph' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/charge.c:55:0: note: Variable 'graph' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/charge.c:92:5: note: Variable 'graph' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/charge.c:94:5: style: Variable 'title' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/charge.c:80:0: note: Variable 'title' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/charge.c:94:5: note: Variable 'title' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/charge.c:96:5: style: Variable 'adata' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/charge.c:79:0: note: Variable 'adata' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/charge.c:96:5: note: Variable 'adata' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/charge.c:99:5: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/charge.c:52:0: note: Variable 'str' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/charge.c:99:5: note: Variable 'str' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/charge.c:57:16: style: The scope of the variable 'ymax' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/charge.c:58:16: style: The scope of the variable 'ymin' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/charge.c:76:17: style: The scope of the variable 'p' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/charge.c:77:17: style: The scope of the variable 'sname' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/checktrans.c:76:5: style: Variable 'outf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/checktrans.c:59:0: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/checktrans.c:76:5: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/checktrans.c:78:5: style: Variable 'outseq' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/checktrans.c:62:0: note: Variable 'outseq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/checktrans.c:78:5: note: Variable 'outseq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/checktrans.c:79:5: style: Variable 'featout' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/checktrans.c:64:0: note: Variable 'featout' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/checktrans.c:79:5: note: Variable 'featout' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/checktrans.c:82:5: style: Variable 'substr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/checktrans.c:61:0: note: Variable 'substr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/checktrans.c:82:5: note: Variable 'substr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/checktrans.c:268:5: style: Variable 'name' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/checktrans.c:260:0: note: Variable 'name' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/checktrans.c:268:5: note: Variable 'name' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/checktrans.c:269:5: style: Variable 'source' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/checktrans.c:261:0: note: Variable 'source' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/checktrans.c:269:5: note: Variable 'source' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/checktrans.c:270:5: style: Variable 'type' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/checktrans.c:262:0: note: Variable 'type' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/checktrans.c:270:5: note: Variable 'type' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/checktrans.c:148:72: style: Function 'checktrans_findorfs' argument 3 names different: declaration 's' definition 'from'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/checktrans.c:34:71: note: Function 'checktrans_findorfs' argument 3 names different: declaration 's' definition 'from'.
EMBOSS-6.6.0/emboss/checktrans.c:148:72: note: Function 'checktrans_findorfs' argument 3 names different: declaration 's' definition 'from'.
EMBOSS-6.6.0/emboss/checktrans.c:149:12: style: Function 'checktrans_findorfs' argument 4 names different: declaration 'len' definition 'to'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/checktrans.c:35:11: note: Function 'checktrans_findorfs' argument 4 names different: declaration 'len' definition 'to'.
EMBOSS-6.6.0/emboss/checktrans.c:149:12: note: Function 'checktrans_findorfs' argument 4 names different: declaration 'len' definition 'to'.
EMBOSS-6.6.0/emboss/checktrans.c:149:28: style: Function 'checktrans_findorfs' argument 5 names different: declaration 'seq' definition 'p'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/checktrans.c:35:28: note: Function 'checktrans_findorfs' argument 5 names different: declaration 'seq' definition 'p'.
EMBOSS-6.6.0/emboss/checktrans.c:149:28: note: Function 'checktrans_findorfs' argument 5 names different: declaration 'seq' definition 'p'.
EMBOSS-6.6.0/emboss/checktrans.c:150:12: style: Function 'checktrans_findorfs' argument 7 names different: declaration 'orfml' definition 'min_orflength'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/checktrans.c:36:11: note: Function 'checktrans_findorfs' argument 7 names different: declaration 'orfml' definition 'min_orflength'.
EMBOSS-6.6.0/emboss/checktrans.c:150:12: note: Function 'checktrans_findorfs' argument 7 names different: declaration 'orfml' definition 'min_orflength'.
EMBOSS-6.6.0/emboss/checktrans.c:298:18: style: Variable 'count' is modified but its new value is never used. [unreadVariable]
EMBOSS-6.6.0/emboss/cirdna.c:361:11: warning: Possible null pointer dereference: FromSymbol [nullPointer]
EMBOSS-6.6.0/emboss/cirdna.c:187:23: note: Assignment 'FromSymbol=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/cirdna.c:361:11: note: Null pointer dereference
EMBOSS-6.6.0/emboss/cirdna.c:362:11: warning: Possible null pointer dereference: ToSymbol [nullPointer]
EMBOSS-6.6.0/emboss/cirdna.c:188:21: note: Assignment 'ToSymbol=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/cirdna.c:362:11: note: Null pointer dereference
EMBOSS-6.6.0/emboss/cirdna.c:363:11: warning: Possible null pointer dereference: From [nullPointer]
EMBOSS-6.6.0/emboss/cirdna.c:200:18: note: Assignment 'From=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/cirdna.c:363:11: note: Null pointer dereference
EMBOSS-6.6.0/emboss/cirdna.c:364:11: warning: Possible null pointer dereference: To [nullPointer]
EMBOSS-6.6.0/emboss/cirdna.c:201:16: note: Assignment 'To=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/cirdna.c:364:11: note: Null pointer dereference
EMBOSS-6.6.0/emboss/cirdna.c:366:3: warning: Possible null pointer dereference: GroupName [nullPointer]
EMBOSS-6.6.0/emboss/cirdna.c:226:23: note: Assignment 'GroupName=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/cirdna.c:366:3: note: Null pointer dereference
EMBOSS-6.6.0/emboss/cirdna.c:367:7: warning: Possible null pointer dereference: From [nullPointer]
EMBOSS-6.6.0/emboss/cirdna.c:200:18: note: Assignment 'From=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/cirdna.c:367:7: note: Null pointer dereference
EMBOSS-6.6.0/emboss/cirdna.c:367:16: warning: Possible null pointer dereference: To [nullPointer]
EMBOSS-6.6.0/emboss/cirdna.c:201:16: note: Assignment 'To=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/cirdna.c:367:16: note: Null pointer dereference
EMBOSS-6.6.0/emboss/cirdna.c:369:7: warning: Possible null pointer dereference: FromSymbol [nullPointer]
EMBOSS-6.6.0/emboss/cirdna.c:187:23: note: Assignment 'FromSymbol=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/cirdna.c:369:7: note: Null pointer dereference
EMBOSS-6.6.0/emboss/cirdna.c:369:22: warning: Possible null pointer dereference: ToSymbol [nullPointer]
EMBOSS-6.6.0/emboss/cirdna.c:188:21: note: Assignment 'ToSymbol=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/cirdna.c:369:22: note: Null pointer dereference
EMBOSS-6.6.0/emboss/cirdna.c:378:13: warning: Possible null pointer dereference: FromSymbol [nullPointer]
EMBOSS-6.6.0/emboss/cirdna.c:187:23: note: Assignment 'FromSymbol=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/cirdna.c:378:13: note: Null pointer dereference
EMBOSS-6.6.0/emboss/cirdna.c:379:13: warning: Possible null pointer dereference: ToSymbol [nullPointer]
EMBOSS-6.6.0/emboss/cirdna.c:188:21: note: Assignment 'ToSymbol=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/cirdna.c:379:13: note: Null pointer dereference
EMBOSS-6.6.0/emboss/cirdna.c:380:13: warning: Possible null pointer dereference: From [nullPointer]
EMBOSS-6.6.0/emboss/cirdna.c:200:18: note: Assignment 'From=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/cirdna.c:380:13: note: Null pointer dereference
EMBOSS-6.6.0/emboss/cirdna.c:381:13: warning: Possible null pointer dereference: To [nullPointer]
EMBOSS-6.6.0/emboss/cirdna.c:201:16: note: Assignment 'To=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/cirdna.c:381:13: note: Null pointer dereference
EMBOSS-6.6.0/emboss/cirdna.c:435:2: warning: Possible null pointer dereference: AdjustMax [nullPointer]
EMBOSS-6.6.0/emboss/cirdna.c:186:22: note: Assignment 'AdjustMax=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/cirdna.c:435:2: note: Null pointer dereference
EMBOSS-6.6.0/emboss/cirdna.c:450:2: warning: Possible null pointer dereference: GroupHeight [nullPointer]
EMBOSS-6.6.0/emboss/cirdna.c:205:24: note: Assignment 'GroupHeight=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/cirdna.c:450:2: note: Null pointer dereference
EMBOSS-6.6.0/emboss/cirdna.c:455:18: warning: Possible null pointer dereference: GroupHeight [nullPointer]
EMBOSS-6.6.0/emboss/cirdna.c:205:24: note: Assignment 'GroupHeight=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/cirdna.c:455:18: note: Null pointer dereference
EMBOSS-6.6.0/emboss/cirdna.c:935:11: style: The scope of the variable 'StartAngle' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/cirdna.c:936:11: style: The scope of the variable 'EndAngle' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/cirdna.c:939:12: style: The scope of the variable 'xy3' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/cirdna.c:1463:11: style: The scope of the variable 'rupper' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/cirdna.c:1464:11: style: The scope of the variable 'stringHeight' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/cirdna.c:1503:11: style: The scope of the variable 'stringHeight' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/cirdna.c:1533:11: style: The scope of the variable 'stringLength' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/cirdna.c:505:19: style: Variable 'RulerHeight' is assigned a value that is never used. [unreadVariable]
EMBOSS-6.6.0/emboss/cirdna.c:474:15: style: Variable 'TextLength' is assigned a value that is never used. [unreadVariable]
EMBOSS-6.6.0/emboss/cirdna.c:473:15: style: Variable 'TextHeight' is assigned a value that is never used. [unreadVariable]
EMBOSS-6.6.0/emboss/cirdna.c:1695:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
EMBOSS-6.6.0/emboss/coderet.c:73:5: style: Variable 'seqall' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/coderet.c:47:0: note: Variable 'seqall' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/coderet.c:73:5: note: Variable 'seqall' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/coderet.c:75:5: style: Variable 'seqoutcds' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/coderet.c:49:0: note: Variable 'seqoutcds' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/coderet.c:75:5: note: Variable 'seqoutcds' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/coderet.c:76:5: style: Variable 'seqoutmrna' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/coderet.c:50:0: note: Variable 'seqoutmrna' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/coderet.c:76:5: note: Variable 'seqoutmrna' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/coderet.c:77:5: style: Variable 'seqoutrest' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/coderet.c:52:0: note: Variable 'seqoutrest' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/coderet.c:77:5: note: Variable 'seqoutrest' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/coderet.c:78:5: style: Variable 'seqoutprot' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/coderet.c:51:0: note: Variable 'seqoutprot' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/coderet.c:78:5: note: Variable 'seqoutprot' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/coderet.c:79:5: style: Variable 'logf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/coderet.c:53:0: note: Variable 'logf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/coderet.c:79:5: note: Variable 'logf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/coderet.c:81:5: style: Variable 'cds' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/coderet.c:60:0: note: Variable 'cds' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/coderet.c:81:5: note: Variable 'cds' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/coderet.c:82:5: style: Variable 'mrna' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/coderet.c:62:0: note: Variable 'mrna' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/coderet.c:82:5: note: Variable 'mrna' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/coderet.c:83:5: style: Variable 'usa' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/coderet.c:63:0: note: Variable 'usa' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/coderet.c:83:5: note: Variable 'usa' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/coderet.c:256:5: style: Variable 'fn' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/coderet.c:254:0: note: Variable 'fn' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/coderet.c:256:5: note: Variable 'fn' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/coderet.c:262:5: style: Variable 'nseq' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/coderet.c:253:0: note: Variable 'nseq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/coderet.c:262:5: note: Variable 'nseq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/coderet.c:310:5: style: Variable 'fn' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/coderet.c:303:0: note: Variable 'fn' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/coderet.c:310:5: note: Variable 'fn' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/coderet.c:312:5: style: Variable 'strseq' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/coderet.c:301:18: note: Variable 'strseq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/coderet.c:312:5: note: Variable 'strseq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/compseq.c:64:17: style: The scope of the variable 's' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/compseq.c:588:10: style: The scope of the variable 'c' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/cons.c:70:5: style: Variable 'name' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/cons.c:57:0: note: Variable 'name' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cons.c:70:5: note: Variable 'name' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cons.c:53:18: style: The scope of the variable 'p' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/consambig.c:61:5: style: Variable 'name' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/consambig.c:54:0: note: Variable 'name' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/consambig.c:61:5: note: Variable 'name' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/consambig.c:50:18: style: The scope of the variable 'p' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/cpgplot.c:113:5: style: Variable 'outf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/cpgplot.c:75:0: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cpgplot.c:113:5: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cpgplot.c:122:5: style: Variable 'featout' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/cpgplot.c:105:0: note: Variable 'featout' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cpgplot.c:122:5: note: Variable 'featout' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cpgplot.c:126:5: style: Variable 'substr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/cpgplot.c:77:0: note: Variable 'substr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cpgplot.c:126:5: note: Variable 'substr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cpgplot.c:127:5: style: Variable 'bases' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/cpgplot.c:78:0: note: Variable 'bases' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cpgplot.c:127:5: note: Variable 'bases' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cpgplot.c:232:11: style: The scope of the variable 'obs' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/cpgplot.c:233:11: style: The scope of the variable 'expect' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/cpgplot.c:238:17: style: The scope of the variable 'p' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/cpgplot.c:368:11: style: The scope of the variable 'avpc' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/cpgplot.c:369:11: style: The scope of the variable 'avobsexp' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/cpgplot.c:370:11: style: The scope of the variable 'sumpc' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/cpgplot.c:371:11: style: The scope of the variable 'sumobsexp' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/cpgplot.c:527:29: style: Function 'cpgplot_plotit' argument 11 names different: declaration 'mult' definition 'graphs'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/cpgplot.c:57:42: note: Function 'cpgplot_plotit' argument 11 names different: declaration 'mult' definition 'graphs'.
EMBOSS-6.6.0/emboss/cpgplot.c:527:29: note: Function 'cpgplot_plotit' argument 11 names different: declaration 'mult' definition 'graphs'.
EMBOSS-6.6.0/emboss/cpgplot.c:641:12: style: Variable 'tmGraph' is assigned a value that is never used. [unreadVariable]
EMBOSS-6.6.0/emboss/cpgplot.c:571:13: style: Variable 'tmGraph2' is assigned a value that is never used. [unreadVariable]
EMBOSS-6.6.0/emboss/cpgplot.c:604:13: style: Variable 'tmGraph3' is assigned a value that is never used. [unreadVariable]
EMBOSS-6.6.0/emboss/cpgplot.c:725:12: style: Variable 'feature' is assigned a value that is never used. [unreadVariable]
EMBOSS-6.6.0/emboss/cpgreport.c:75:5: style: Variable 'outf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/cpgreport.c:61:0: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cpgreport.c:75:5: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cpgreport.c:79:5: style: Variable 'substr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/cpgreport.c:63:0: note: Variable 'substr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cpgreport.c:79:5: note: Variable 'substr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cpgreport.c:144:53: style: Function 'cpgreport_cpgsearch' argument 2 names different: declaration 's' definition 'from'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/cpgreport.c:37:53: note: Function 'cpgreport_cpgsearch' argument 2 names different: declaration 's' definition 'from'.
EMBOSS-6.6.0/emboss/cpgreport.c:144:53: note: Function 'cpgreport_cpgsearch' argument 2 names different: declaration 's' definition 'from'.
EMBOSS-6.6.0/emboss/cpgreport.c:144:65: style: Function 'cpgreport_cpgsearch' argument 3 names different: declaration 'len' definition 'to'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/cpgreport.c:37:62: note: Function 'cpgreport_cpgsearch' argument 3 names different: declaration 'len' definition 'to'.
EMBOSS-6.6.0/emboss/cpgreport.c:144:65: note: Function 'cpgreport_cpgsearch' argument 3 names different: declaration 'len' definition 'to'.
EMBOSS-6.6.0/emboss/cpgreport.c:145:17: style: Function 'cpgreport_cpgsearch' argument 4 names different: declaration 'seq' definition 'p'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/cpgreport.c:38:17: note: Function 'cpgreport_cpgsearch' argument 4 names different: declaration 'seq' definition 'p'.
EMBOSS-6.6.0/emboss/cpgreport.c:145:17: note: Function 'cpgreport_cpgsearch' argument 4 names different: declaration 'seq' definition 'p'.
EMBOSS-6.6.0/emboss/cpgreport.c:254:17: style: Variable 'feature' is assigned a value that is never used. [unreadVariable]
EMBOSS-6.6.0/emboss/cutgextract.c:495:8: style: Condition '!line' is always true [knownConditionTrueFalse]
EMBOSS-6.6.0/emboss/cutgextract.c:485:20: note: Assignment 'line=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/cutgextract.c:495:8: note: Condition '!line' is always true
EMBOSS-6.6.0/emboss/cutgextract.c:137:5: style: Variable 'tmpkey' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/cutgextract.c:105:0: note: Variable 'tmpkey' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cutgextract.c:137:5: note: Variable 'tmpkey' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cutgextract.c:138:5: style: Variable 'fname' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/cutgextract.c:103:0: note: Variable 'fname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cutgextract.c:138:5: note: Variable 'fname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cutgextract.c:141:5: style: Variable 'table' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/cutgextract.c:108:0: note: Variable 'table' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cutgextract.c:141:5: note: Variable 'table' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cutgextract.c:144:5: style: Variable 'flist' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/cutgextract.c:121:0: note: Variable 'flist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cutgextract.c:144:5: note: Variable 'flist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cutgextract.c:145:5: style: Variable 'wild' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/cutgextract.c:125:0: note: Variable 'wild' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cutgextract.c:145:5: note: Variable 'wild' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cutgextract.c:146:5: style: Variable 'release' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/cutgextract.c:127:0: note: Variable 'release' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cutgextract.c:146:5: note: Variable 'release' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cutgextract.c:147:5: style: Variable 'logf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/cutgextract.c:122:0: note: Variable 'logf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cutgextract.c:147:5: note: Variable 'logf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cutgextract.c:148:5: style: Variable 'wildspecies' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/cutgextract.c:128:0: note: Variable 'wildspecies' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cutgextract.c:148:5: note: Variable 'wildspecies' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cutgextract.c:149:5: style: Variable 'filename' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/cutgextract.c:132:0: note: Variable 'filename' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cutgextract.c:149:5: note: Variable 'filename' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cutgextract.c:150:5: style: Variable 'allrecords' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/cutgextract.c:106:0: note: Variable 'allrecords' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cutgextract.c:150:5: note: Variable 'allrecords' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cutgextract.c:350:10: style: The scope of the variable 'c' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/cutseq.c:54:5: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/cutseq.c:40:0: note: Variable 'str' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/cutseq.c:54:5: note: Variable 'str' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dan.c:106:5: style: Variable 'report' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dan.c:70:0: note: Variable 'report' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dan.c:106:5: note: Variable 'report' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dan.c:113:5: style: Variable 'isRNA' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dan.c:82:0: note: Variable 'isRNA' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dan.c:113:5: note: Variable 'isRNA' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dan.c:114:5: style: Variable 'doplot' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dan.c:83:0: note: Variable 'doplot' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dan.c:114:5: note: Variable 'doplot' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dan.c:306:6: style: Variable 'DeltaG' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dan.c:300:6: note: Variable 'DeltaG' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dan.c:306:6: note: Variable 'DeltaG' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dan.c:441:6: style: Variable 'DeltaG' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dan.c:436:6: note: Variable 'DeltaG' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dan.c:441:6: note: Variable 'DeltaG' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dan.c:255:31: style: Function 'dan_findgc' argument 13 names different: declaration 'isProduct' definition 'isproduct'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/dan.c:46:50: note: Function 'dan_findgc' argument 13 names different: declaration 'isProduct' definition 'isproduct'.
EMBOSS-6.6.0/emboss/dan.c:255:31: note: Function 'dan_findgc' argument 13 names different: declaration 'isProduct' definition 'isproduct'.
EMBOSS-6.6.0/emboss/dan.c:257:55: style: Function 'dan_findgc' argument 21 names different: declaration 'npoints' definition 'np'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/dan.c:49:17: note: Function 'dan_findgc' argument 21 names different: declaration 'npoints' definition 'np'.
EMBOSS-6.6.0/emboss/dan.c:257:55: note: Function 'dan_findgc' argument 21 names different: declaration 'npoints' definition 'np'.
EMBOSS-6.6.0/emboss/dan.c:383:26: style: Function 'dan_reportgc' argument 12 names different: declaration 'isProduct' definition 'isproduct'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/dan.c:36:45: note: Function 'dan_reportgc' argument 12 names different: declaration 'isProduct' definition 'isproduct'.
EMBOSS-6.6.0/emboss/dan.c:383:26: note: Function 'dan_reportgc' argument 12 names different: declaration 'isProduct' definition 'isproduct'.
EMBOSS-6.6.0/emboss/dan.c:385:38: style: Function 'dan_reportgc' argument 19 names different: declaration 'npoints' definition 'np'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/dan.c:40:12: note: Function 'dan_reportgc' argument 19 names different: declaration 'npoints' definition 'np'.
EMBOSS-6.6.0/emboss/dan.c:385:38: note: Function 'dan_reportgc' argument 19 names different: declaration 'npoints' definition 'np'.
EMBOSS-6.6.0/emboss/dan.c:533:19: style: Function 'dan_plotit' argument 7 names different: declaration 'mult' definition 'graphs'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/dan.c:53:19: note: Function 'dan_plotit' argument 7 names different: declaration 'mult' definition 'graphs'.
EMBOSS-6.6.0/emboss/dan.c:533:19: note: Function 'dan_plotit' argument 7 names different: declaration 'mult' definition 'graphs'.
EMBOSS-6.6.0/emboss/dastest.c:605:7: warning: Either the condition 'count!=NULL' is redundant or there is possible null pointer dereference: count. [nullPointerRedundantCheck]
EMBOSS-6.6.0/emboss/dastest.c:598:12: note: Assuming that condition 'count!=NULL' is not redundant
EMBOSS-6.6.0/emboss/dastest.c:605:7: note: Null pointer dereference
EMBOSS-6.6.0/emboss/dastest.c:97:5: style: Variable 'host' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dastest.c:58:0: note: Variable 'host' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dastest.c:97:5: note: Variable 'host' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dastest.c:98:5: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dastest.c:59:0: note: Variable 'path' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dastest.c:98:5: note: Variable 'path' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dastest.c:99:5: style: Variable 'port' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dastest.c:62:0: note: Variable 'port' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dastest.c:99:5: note: Variable 'port' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dastest.c:103:5: style: Variable 'runtestqueries' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dastest.c:67:0: note: Variable 'runtestqueries' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dastest.c:103:5: note: Variable 'runtestqueries' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dastest.c:105:5: style: Variable 'servername' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dastest.c:90:0: note: Variable 'servername' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dastest.c:105:5: note: Variable 'servername' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dastest.c:107:5: style: Variable 'outf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dastest.c:60:0: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dastest.c:107:5: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dastest.c:113:5: style: Variable 'server' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dastest.c:54:0: note: Variable 'server' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dastest.c:113:5: note: Variable 'server' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dastest.c:273:7: style: Variable 'example' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dastest.c:271:0: note: Variable 'example' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dastest.c:273:7: note: Variable 'example' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dastest.c:478:5: style: Variable 'ffile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dastest.c:473:0: note: Variable 'ffile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dastest.c:478:5: note: Variable 'ffile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dastest.c:585:5: style: Variable 'titlecount' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dastest.c:578:0: note: Variable 'titlecount' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dastest.c:585:5: note: Variable 'titlecount' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dastest.c:588:5: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dastest.c:576:0: note: Variable 'iter' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dastest.c:588:5: note: Variable 'iter' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dastest.c:424:54: style: Function 'dastestFeatureQuery' argument 1 names different: declaration 'usa' definition 'ufo'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/dastest.c:30:54: note: Function 'dastestFeatureQuery' argument 1 names different: declaration 'usa' definition 'ufo'.
EMBOSS-6.6.0/emboss/dastest.c:424:54: note: Function 'dastestFeatureQuery' argument 1 names different: declaration 'usa' definition 'ufo'.
EMBOSS-6.6.0/emboss/dastest.c:512:52: style: Function 'dastestSaveMappedFeatures' argument 2 names different: declaration 'entry' definition 'ffname'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/dastest.c:34:60: note: Function 'dastestSaveMappedFeatures' argument 2 names different: declaration 'entry' definition 'ffname'.
EMBOSS-6.6.0/emboss/dastest.c:512:52: note: Function 'dastestSaveMappedFeatures' argument 2 names different: declaration 'entry' definition 'ffname'.
EMBOSS-6.6.0/emboss/dbfetchtest.c:87:5: style: Variable 'servername' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbfetchtest.c:76:0: note: Variable 'servername' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbfetchtest.c:87:5: note: Variable 'servername' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbfetchtest.c:88:5: style: Variable 'outf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbfetchtest.c:69:0: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbfetchtest.c:88:5: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbfetchtest.c:90:5: style: Variable 'runtestqueries' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbfetchtest.c:83:0: note: Variable 'runtestqueries' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbfetchtest.c:90:5: note: Variable 'runtestqueries' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbfetchtest.c:191:5: style: Variable 'seq' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbfetchtest.c:181:0: note: Variable 'seq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbfetchtest.c:191:5: note: Variable 'seq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbfetchtest.c:235:5: style: Variable 'dbnames' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbfetchtest.c:227:0: note: Variable 'dbnames' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbfetchtest.c:235:5: note: Variable 'dbnames' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbfetchtest.c:236:5: style: Variable 'dblist' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbfetchtest.c:229:0: note: Variable 'dblist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbfetchtest.c:236:5: note: Variable 'dblist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbfetchtest.c:240:5: style: Variable 'dbniter' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbfetchtest.c:228:0: note: Variable 'dbniter' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbfetchtest.c:240:5: note: Variable 'dbniter' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbiblast.c:525:17: warning: Possible null pointer dereference: divfiles [nullPointer]
EMBOSS-6.6.0/emboss/dbiblast.c:418:26: note: Assignment 'divfiles=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/dbiblast.c:525:17: note: Null pointer dereference
EMBOSS-6.6.0/emboss/dbiblast.c:432:5: style: Variable 'idformat' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbiblast.c:391:0: note: Variable 'idformat' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbiblast.c:432:5: note: Variable 'idformat' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbiblast.c:434:5: style: Variable 'fields' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbiblast.c:414:0: note: Variable 'fields' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbiblast.c:434:5: note: Variable 'fields' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbiblast.c:439:5: style: Variable 'dbname' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbiblast.c:377:0: note: Variable 'dbname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbiblast.c:439:5: note: Variable 'dbname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbiblast.c:440:5: style: Variable 'release' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbiblast.c:378:0: note: Variable 'release' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbiblast.c:440:5: note: Variable 'release' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbiblast.c:441:5: style: Variable 'datestr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbiblast.c:379:0: note: Variable 'datestr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbiblast.c:441:5: note: Variable 'datestr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbiblast.c:444:5: style: Variable 'sortopt' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbiblast.c:380:0: note: Variable 'sortopt' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbiblast.c:444:5: note: Variable 'sortopt' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbiblast.c:446:5: style: Variable 'version' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbiblast.c:371:0: note: Variable 'version' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbiblast.c:446:5: note: Variable 'version' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbiblast.c:447:5: style: Variable 'seqtype' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbiblast.c:372:0: note: Variable 'seqtype' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbiblast.c:447:5: note: Variable 'seqtype' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbiblast.c:448:5: style: Variable 'usesrc' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbiblast.c:383:0: note: Variable 'usesrc' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbiblast.c:448:5: note: Variable 'usesrc' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbiblast.c:449:5: style: Variable 'logfile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbiblast.c:424:0: note: Variable 'logfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbiblast.c:449:5: note: Variable 'logfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbiblast.c:1148:11: style: The scope of the variable 'fd' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/dbiblast.c:1315:11: style: The scope of the variable 'ac' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/dbiblast.c:1405:11: style: The scope of the variable 'ac' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/dbiblast.c:1689:12: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/dbiblast.c:921:50: style: Function 'dbiblast_blastopenlib' argument 1 names different: declaration 'lname' definition 'name'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/dbiblast.c:317:50: note: Function 'dbiblast_blastopenlib' argument 1 names different: declaration 'lname' definition 'name'.
EMBOSS-6.6.0/emboss/dbiblast.c:921:50: note: Function 'dbiblast_blastopenlib' argument 1 names different: declaration 'lname' definition 'name'.
EMBOSS-6.6.0/emboss/dbiblast.c:1146:15: style: Function 'dbiblast_parseNcbi' argument 8 names different: declaration 'myfdl' definition 'fdlist'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/dbiblast.c:250:29: note: Function 'dbiblast_parseNcbi' argument 8 names different: declaration 'myfdl' definition 'fdlist'.
EMBOSS-6.6.0/emboss/dbiblast.c:1146:15: note: Function 'dbiblast_parseNcbi' argument 8 names different: declaration 'myfdl' definition 'fdlist'.
EMBOSS-6.6.0/emboss/dbiblast.c:224:8: style: struct member 'SBlastType::Padding' is never used. [unusedStructMember]
EMBOSS-6.6.0/emboss/dbifasta.c:176:5: style: Variable 'idformat' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbifasta.c:135:0: note: Variable 'idformat' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbifasta.c:176:5: note: Variable 'idformat' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbifasta.c:177:5: style: Variable 'fields' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbifasta.c:157:0: note: Variable 'fields' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbifasta.c:177:5: note: Variable 'fields' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbifasta.c:182:5: style: Variable 'dbname' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbifasta.c:122:0: note: Variable 'dbname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbifasta.c:182:5: note: Variable 'dbname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbifasta.c:183:5: style: Variable 'release' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbifasta.c:123:0: note: Variable 'release' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbifasta.c:183:5: note: Variable 'release' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbifasta.c:184:5: style: Variable 'datestr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbifasta.c:124:0: note: Variable 'datestr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbifasta.c:184:5: note: Variable 'datestr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbifasta.c:187:5: style: Variable 'sortopt' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbifasta.c:125:0: note: Variable 'sortopt' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbifasta.c:187:5: note: Variable 'sortopt' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbifasta.c:189:5: style: Variable 'logfile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbifasta.c:168:0: note: Variable 'logfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbifasta.c:189:5: note: Variable 'logfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbifasta.c:613:11: style: The scope of the variable 'fd' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/dbifasta.c:610:14: style: Function 'dbifasta_ParseFasta' argument 6 names different: declaration 'type' definition 'usertype'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/dbifasta.c:66:14: note: Function 'dbifasta_ParseFasta' argument 6 names different: declaration 'type' definition 'usertype'.
EMBOSS-6.6.0/emboss/dbifasta.c:610:14: note: Function 'dbifasta_ParseFasta' argument 6 names different: declaration 'type' definition 'usertype'.
EMBOSS-6.6.0/emboss/dbiflat.c:235:5: style: Variable 'idformat' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbiflat.c:197:0: note: Variable 'idformat' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbiflat.c:235:5: note: Variable 'idformat' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbiflat.c:236:5: style: Variable 'fields' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbiflat.c:217:0: note: Variable 'fields' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbiflat.c:236:5: note: Variable 'fields' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbiflat.c:241:5: style: Variable 'dbname' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbiflat.c:185:0: note: Variable 'dbname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbiflat.c:241:5: note: Variable 'dbname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbiflat.c:242:5: style: Variable 'release' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbiflat.c:186:0: note: Variable 'release' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbiflat.c:242:5: note: Variable 'release' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbiflat.c:243:5: style: Variable 'datestr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbiflat.c:187:0: note: Variable 'datestr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbiflat.c:243:5: note: Variable 'datestr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbiflat.c:246:5: style: Variable 'sortopt' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbiflat.c:188:0: note: Variable 'sortopt' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbiflat.c:246:5: note: Variable 'sortopt' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbiflat.c:248:5: style: Variable 'logfile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbiflat.c:227:0: note: Variable 'logfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbiflat.c:248:5: note: Variable 'logfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbiflat.c:631:43: style: Function 'dbiflat_ParseSwiss' argument 9 names different: declaration 'acl' definition 'myfdl'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/dbiflat.c:99:70: note: Function 'dbiflat_ParseSwiss' argument 9 names different: declaration 'acl' definition 'myfdl'.
EMBOSS-6.6.0/emboss/dbiflat.c:631:43: note: Function 'dbiflat_ParseSwiss' argument 9 names different: declaration 'acl' definition 'myfdl'.
EMBOSS-6.6.0/emboss/dbiflat.c:1015:14: style: Function 'dbiflat_ParseEmbl' argument 9 names different: declaration 'acl' definition 'myfdl'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/dbiflat.c:103:41: note: Function 'dbiflat_ParseEmbl' argument 9 names different: declaration 'acl' definition 'myfdl'.
EMBOSS-6.6.0/emboss/dbiflat.c:1015:14: note: Function 'dbiflat_ParseEmbl' argument 9 names different: declaration 'acl' definition 'myfdl'.
EMBOSS-6.6.0/emboss/dbiflat.c:1383:17: style: Function 'dbiflat_ParseGenbank' argument 9 names different: declaration 'acl' definition 'myfdl'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/dbiflat.c:107:44: note: Function 'dbiflat_ParseGenbank' argument 9 names different: declaration 'acl' definition 'myfdl'.
EMBOSS-6.6.0/emboss/dbiflat.c:1383:17: note: Function 'dbiflat_ParseGenbank' argument 9 names different: declaration 'acl' definition 'myfdl'.
EMBOSS-6.6.0/emboss/dbiflat.c:1689:16: style: Function 'dbiflat_ParseRefseq' argument 9 names different: declaration 'acl' definition 'myfdl'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/dbiflat.c:111:43: note: Function 'dbiflat_ParseRefseq' argument 9 names different: declaration 'acl' definition 'myfdl'.
EMBOSS-6.6.0/emboss/dbiflat.c:1689:16: note: Function 'dbiflat_ParseRefseq' argument 9 names different: declaration 'acl' definition 'myfdl'.
EMBOSS-6.6.0/emboss/dbigcg.c:999:8: style: Condition '!testlibstr' is always true [knownConditionTrueFalse]
EMBOSS-6.6.0/emboss/dbigcg.c:982:25: note: Assignment 'testlibstr=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/dbigcg.c:999:8: note: Condition '!testlibstr' is always true
EMBOSS-6.6.0/emboss/dbigcg.c:322:43: warning: Possible null pointer dereference: reffiles [nullPointer]
EMBOSS-6.6.0/emboss/dbigcg.c:231:24: note: Assignment 'reffiles=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/dbigcg.c:322:43: note: Null pointer dereference
EMBOSS-6.6.0/emboss/dbigcg.c:323:43: warning: Possible null pointer dereference: seqfiles [nullPointer]
EMBOSS-6.6.0/emboss/dbigcg.c:232:24: note: Assignment 'seqfiles=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/dbigcg.c:323:43: note: Null pointer dereference
EMBOSS-6.6.0/emboss/dbigcg.c:324:18: warning: Possible null pointer dereference: reffiles [nullPointer]
EMBOSS-6.6.0/emboss/dbigcg.c:231:24: note: Assignment 'reffiles=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/dbigcg.c:324:18: note: Null pointer dereference
EMBOSS-6.6.0/emboss/dbigcg.c:325:18: warning: Possible null pointer dereference: seqfiles [nullPointer]
EMBOSS-6.6.0/emboss/dbigcg.c:232:24: note: Assignment 'seqfiles=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/dbigcg.c:325:18: note: Null pointer dereference
EMBOSS-6.6.0/emboss/dbigcg.c:246:5: style: Variable 'idformat' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbigcg.c:207:0: note: Variable 'idformat' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbigcg.c:246:5: note: Variable 'idformat' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbigcg.c:247:5: style: Variable 'fields' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbigcg.c:227:0: note: Variable 'fields' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbigcg.c:247:5: note: Variable 'fields' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbigcg.c:252:5: style: Variable 'dbname' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbigcg.c:193:0: note: Variable 'dbname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbigcg.c:252:5: note: Variable 'dbname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbigcg.c:253:5: style: Variable 'release' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbigcg.c:194:0: note: Variable 'release' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbigcg.c:253:5: note: Variable 'release' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbigcg.c:254:5: style: Variable 'datestr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbigcg.c:195:0: note: Variable 'datestr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbigcg.c:254:5: note: Variable 'datestr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbigcg.c:257:5: style: Variable 'sortopt' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbigcg.c:196:0: note: Variable 'sortopt' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbigcg.c:257:5: note: Variable 'sortopt' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbigcg.c:259:5: style: Variable 'logfile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbigcg.c:238:0: note: Variable 'logfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbigcg.c:259:5: note: Variable 'logfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbigcg.c:545:11: style: The scope of the variable 'q' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/dbigcg.c:650:29: style: Function 'dbigcg_gcgopenlib' argument 3 names different: declaration 'lib' definition 'libs'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/dbigcg.c:96:29: note: Function 'dbigcg_gcgopenlib' argument 3 names different: declaration 'lib' definition 'libs'.
EMBOSS-6.6.0/emboss/dbigcg.c:650:29: note: Function 'dbigcg_gcgopenlib' argument 3 names different: declaration 'lib' definition 'libs'.
EMBOSS-6.6.0/emboss/dbtell.c:107:5: style: Variable 'dbname' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbtell.c:78:0: note: Variable 'dbname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbtell.c:107:5: note: Variable 'dbname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbtell.c:108:5: style: Variable 'svrname' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbtell.c:79:0: note: Variable 'svrname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbtell.c:108:5: note: Variable 'svrname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbtell.c:110:5: style: Variable 'outfile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbtell.c:80:0: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbtell.c:110:5: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxcompress.c:64:5: style: Variable 'dbname' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbxcompress.c:36:0: note: Variable 'dbname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxcompress.c:64:5: note: Variable 'dbname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxcompress.c:65:5: style: Variable 'idir' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbxcompress.c:37:0: note: Variable 'idir' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxcompress.c:65:5: note: Variable 'idir' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxcompress.c:66:5: style: Variable 'fieldname' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbxcompress.c:38:0: note: Variable 'fieldname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxcompress.c:66:5: note: Variable 'fieldname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxcompress.c:67:5: style: Variable 'outf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbxcompress.c:39:0: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxcompress.c:67:5: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxedam.c:92:5: style: Variable 'fieldarray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbxedam.c:73:0: note: Variable 'fieldarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxedam.c:92:5: note: Variable 'fieldarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxedam.c:94:5: style: Variable 'outf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbxedam.c:71:0: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxedam.c:94:5: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxedam.c:98:5: style: Variable 'dbname' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbxedam.c:59:0: note: Variable 'dbname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxedam.c:98:5: note: Variable 'dbname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxedam.c:99:5: style: Variable 'dbprefix' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbxedam.c:60:0: note: Variable 'dbprefix' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxedam.c:99:5: note: Variable 'dbprefix' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxedam.c:100:5: style: Variable 'dbrs' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbxedam.c:61:0: note: Variable 'dbrs' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxedam.c:100:5: note: Variable 'dbrs' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxedam.c:101:5: style: Variable 'release' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbxedam.c:62:0: note: Variable 'release' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxedam.c:101:5: note: Variable 'release' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxedam.c:102:5: style: Variable 'datestr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbxedam.c:63:0: note: Variable 'datestr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxedam.c:102:5: note: Variable 'datestr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxedam.c:108:5: style: Variable 'entry' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbxedam.c:57:0: note: Variable 'entry' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxedam.c:108:5: note: Variable 'entry' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxfasta.c:134:5: style: Variable 'dbtype' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbxfasta.c:83:0: note: Variable 'dbtype' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxfasta.c:134:5: note: Variable 'dbtype' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxfasta.c:135:5: style: Variable 'fieldarray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbxfasta.c:86:0: note: Variable 'fieldarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxfasta.c:135:5: note: Variable 'fieldarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxfasta.c:137:5: style: Variable 'outf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbxfasta.c:84:0: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxfasta.c:137:5: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxfasta.c:141:5: style: Variable 'dbname' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbxfasta.c:72:0: note: Variable 'dbname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxfasta.c:141:5: note: Variable 'dbname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxfasta.c:142:5: style: Variable 'dbrs' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbxfasta.c:73:0: note: Variable 'dbrs' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxfasta.c:142:5: note: Variable 'dbrs' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxfasta.c:143:5: style: Variable 'release' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbxfasta.c:74:0: note: Variable 'release' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxfasta.c:143:5: note: Variable 'release' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxfasta.c:144:5: style: Variable 'datestr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbxfasta.c:75:0: note: Variable 'datestr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxfasta.c:144:5: note: Variable 'datestr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxfasta.c:148:5: style: Variable 'entry' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbxfasta.c:70:0: note: Variable 'entry' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxfasta.c:148:5: note: Variable 'entry' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxflat.c:165:5: style: Variable 'dbtype' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbxflat.c:115:0: note: Variable 'dbtype' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxflat.c:165:5: note: Variable 'dbtype' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxflat.c:166:5: style: Variable 'fieldarray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbxflat.c:118:0: note: Variable 'fieldarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxflat.c:166:5: note: Variable 'fieldarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxflat.c:168:5: style: Variable 'outf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbxflat.c:116:0: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxflat.c:168:5: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxflat.c:172:5: style: Variable 'dbname' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbxflat.c:104:0: note: Variable 'dbname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxflat.c:172:5: note: Variable 'dbname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxflat.c:173:5: style: Variable 'dbrs' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbxflat.c:105:0: note: Variable 'dbrs' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxflat.c:173:5: note: Variable 'dbrs' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxflat.c:174:5: style: Variable 'release' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbxflat.c:106:0: note: Variable 'release' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxflat.c:174:5: note: Variable 'release' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxflat.c:175:5: style: Variable 'datestr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbxflat.c:107:0: note: Variable 'datestr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxflat.c:175:5: note: Variable 'datestr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxflat.c:179:5: style: Variable 'entry' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbxflat.c:102:0: note: Variable 'entry' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxflat.c:179:5: note: Variable 'entry' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxgcg.c:792:8: style: Condition '!testlibstr' is always true [knownConditionTrueFalse]
EMBOSS-6.6.0/emboss/dbxgcg.c:778:25: note: Assignment 'testlibstr=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/dbxgcg.c:792:8: note: Condition '!testlibstr' is always true
EMBOSS-6.6.0/emboss/dbxgcg.c:198:5: style: Variable 'dbtype' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbxgcg.c:161:0: note: Variable 'dbtype' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxgcg.c:198:5: note: Variable 'dbtype' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxgcg.c:199:5: style: Variable 'fieldarray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbxgcg.c:164:0: note: Variable 'fieldarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxgcg.c:199:5: note: Variable 'fieldarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxgcg.c:201:5: style: Variable 'outf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbxgcg.c:162:0: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxgcg.c:201:5: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxgcg.c:205:5: style: Variable 'dbname' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbxgcg.c:150:0: note: Variable 'dbname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxgcg.c:205:5: note: Variable 'dbname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxgcg.c:206:5: style: Variable 'dbrs' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbxgcg.c:151:0: note: Variable 'dbrs' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxgcg.c:206:5: note: Variable 'dbrs' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxgcg.c:207:5: style: Variable 'release' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbxgcg.c:152:0: note: Variable 'release' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxgcg.c:207:5: note: Variable 'release' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxgcg.c:208:5: style: Variable 'datestr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbxgcg.c:153:0: note: Variable 'datestr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxgcg.c:208:5: note: Variable 'datestr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxgcg.c:212:5: style: Variable 'entry' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbxgcg.c:148:0: note: Variable 'entry' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxgcg.c:212:5: note: Variable 'entry' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxgcg.c:483:11: style: The scope of the variable 'p' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/dbxgcg.c:883:19: style: Function 'dbxgcg_ParseEmbl' argument 2 names different: declaration 'reflibstr' definition 'id'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/dbxgcg.c:74:54: note: Function 'dbxgcg_ParseEmbl' argument 2 names different: declaration 'reflibstr' definition 'id'.
EMBOSS-6.6.0/emboss/dbxgcg.c:883:19: note: Function 'dbxgcg_ParseEmbl' argument 2 names different: declaration 'reflibstr' definition 'id'.
EMBOSS-6.6.0/emboss/dbxgcg.c:995:19: style: Function 'dbxgcg_ParseGenbank' argument 2 names different: declaration 'reflibstr' definition 'id'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/dbxgcg.c:75:58: note: Function 'dbxgcg_ParseGenbank' argument 2 names different: declaration 'reflibstr' definition 'id'.
EMBOSS-6.6.0/emboss/dbxgcg.c:995:19: note: Function 'dbxgcg_ParseGenbank' argument 2 names different: declaration 'reflibstr' definition 'id'.
EMBOSS-6.6.0/emboss/dbxgcg.c:1112:19: style: Function 'dbxgcg_ParsePir' argument 2 names different: declaration 'reflibstr' definition 'id'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/dbxgcg.c:76:53: note: Function 'dbxgcg_ParsePir' argument 2 names different: declaration 'reflibstr' definition 'id'.
EMBOSS-6.6.0/emboss/dbxgcg.c:1112:19: note: Function 'dbxgcg_ParsePir' argument 2 names different: declaration 'reflibstr' definition 'id'.
EMBOSS-6.6.0/emboss/dbxgcg.c:119:12: style: struct member 'DbxgcgSParser::Padding' is never used. [unusedStructMember]
EMBOSS-6.6.0/emboss/dbxobo.c:88:5: style: Variable 'fieldarray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbxobo.c:69:0: note: Variable 'fieldarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxobo.c:88:5: note: Variable 'fieldarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxobo.c:90:5: style: Variable 'outf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbxobo.c:67:0: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxobo.c:90:5: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxobo.c:94:5: style: Variable 'dbname' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbxobo.c:55:0: note: Variable 'dbname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxobo.c:94:5: note: Variable 'dbname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxobo.c:95:5: style: Variable 'dbprefix' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbxobo.c:56:0: note: Variable 'dbprefix' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxobo.c:95:5: note: Variable 'dbprefix' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxobo.c:96:5: style: Variable 'dbrs' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbxobo.c:57:0: note: Variable 'dbrs' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxobo.c:96:5: note: Variable 'dbrs' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxobo.c:97:5: style: Variable 'release' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbxobo.c:58:0: note: Variable 'release' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxobo.c:97:5: note: Variable 'release' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxobo.c:98:5: style: Variable 'datestr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbxobo.c:59:0: note: Variable 'datestr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxobo.c:98:5: note: Variable 'datestr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxobo.c:103:5: style: Variable 'entry' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbxobo.c:53:0: note: Variable 'entry' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxobo.c:103:5: note: Variable 'entry' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxreport.c:214:9: warning: Possible null pointer dereference: dbxdata [nullPointer]
EMBOSS-6.6.0/emboss/dbxreport.c:153:30: note: Assignment 'dbxdata=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/dbxreport.c:214:9: note: Null pointer dereference
EMBOSS-6.6.0/emboss/dbxreport.c:215:13: warning: Possible null pointer dereference: dbxdata [nullPointer]
EMBOSS-6.6.0/emboss/dbxreport.c:153:30: note: Assignment 'dbxdata=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/dbxreport.c:215:13: note: Null pointer dereference
EMBOSS-6.6.0/emboss/dbxreport.c:183:5: style: Variable 'dbname' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbxreport.c:140:0: note: Variable 'dbname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxreport.c:183:5: note: Variable 'dbname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxreport.c:184:5: style: Variable 'idir' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbxreport.c:141:0: note: Variable 'idir' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxreport.c:184:5: note: Variable 'idir' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxreport.c:185:5: style: Variable 'fields' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbxreport.c:142:0: note: Variable 'fields' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxreport.c:185:5: note: Variable 'fields' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxreport.c:186:5: style: Variable 'outf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbxreport.c:143:0: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxreport.c:186:5: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxreport.c:189:5: style: Variable 'fieldlist' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbxreport.c:168:0: note: Variable 'fieldlist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxreport.c:189:5: note: Variable 'fieldlist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxreport.c:190:5: style: Variable 'handle' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbxreport.c:171:0: note: Variable 'handle' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxreport.c:190:5: note: Variable 'handle' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxreport.c:123:17: style: struct member 'DbxreportSNames::name' is never used. [unusedStructMember]
EMBOSS-6.6.0/emboss/dbxreport.c:124:17: style: struct member 'DbxreportSNames::iname' is never used. [unusedStructMember]
EMBOSS-6.6.0/emboss/dbxresource.c:96:5: style: Variable 'fieldarray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbxresource.c:77:0: note: Variable 'fieldarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxresource.c:96:5: note: Variable 'fieldarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxresource.c:98:5: style: Variable 'outf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbxresource.c:75:0: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxresource.c:98:5: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxresource.c:102:5: style: Variable 'dbname' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbxresource.c:64:0: note: Variable 'dbname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxresource.c:102:5: note: Variable 'dbname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxresource.c:103:5: style: Variable 'dbrs' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbxresource.c:65:0: note: Variable 'dbrs' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxresource.c:103:5: note: Variable 'dbrs' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxresource.c:104:5: style: Variable 'release' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbxresource.c:66:0: note: Variable 'release' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxresource.c:104:5: note: Variable 'release' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxresource.c:105:5: style: Variable 'datestr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbxresource.c:67:0: note: Variable 'datestr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxresource.c:105:5: note: Variable 'datestr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxresource.c:108:5: style: Variable 'entry' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbxresource.c:62:0: note: Variable 'entry' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxresource.c:108:5: note: Variable 'entry' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxstat.c:49:5: style: Variable 'dbname' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbxstat.c:36:0: note: Variable 'dbname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxstat.c:49:5: note: Variable 'dbname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxstat.c:50:5: style: Variable 'idir' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbxstat.c:37:0: note: Variable 'idir' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxstat.c:50:5: note: Variable 'idir' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxstat.c:51:5: style: Variable 'fieldname' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbxstat.c:38:0: note: Variable 'fieldname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxstat.c:51:5: note: Variable 'fieldname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxstat.c:54:5: style: Variable 'outf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbxstat.c:41:0: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxstat.c:54:5: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxtax.c:94:5: style: Variable 'fieldarray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbxtax.c:74:0: note: Variable 'fieldarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxtax.c:94:5: note: Variable 'fieldarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxtax.c:96:5: style: Variable 'outf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbxtax.c:69:0: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxtax.c:96:5: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxtax.c:98:5: style: Variable 'dbname' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbxtax.c:59:0: note: Variable 'dbname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxtax.c:98:5: note: Variable 'dbname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxtax.c:99:5: style: Variable 'dbrs' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbxtax.c:60:0: note: Variable 'dbrs' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxtax.c:99:5: note: Variable 'dbrs' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxtax.c:100:5: style: Variable 'release' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbxtax.c:61:0: note: Variable 'release' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxtax.c:100:5: note: Variable 'release' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxtax.c:101:5: style: Variable 'datestr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbxtax.c:62:0: note: Variable 'datestr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxtax.c:101:5: note: Variable 'datestr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxtax.c:102:5: style: Variable 'compressed' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbxtax.c:71:0: note: Variable 'compressed' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxtax.c:102:5: note: Variable 'compressed' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxtax.c:104:5: style: Variable 'entry' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbxtax.c:57:0: note: Variable 'entry' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxtax.c:104:5: note: Variable 'entry' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxtax.c:105:5: style: Variable 'tmpstr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbxtax.c:79:0: note: Variable 'tmpstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxtax.c:105:5: note: Variable 'tmpstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxtax.c:107:5: style: Variable 'dbtype' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbxtax.c:68:0: note: Variable 'dbtype' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxtax.c:107:5: note: Variable 'dbtype' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxuncompress.c:64:5: style: Variable 'dbname' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbxuncompress.c:36:0: note: Variable 'dbname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxuncompress.c:64:5: note: Variable 'dbname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxuncompress.c:65:5: style: Variable 'idir' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbxuncompress.c:37:0: note: Variable 'idir' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxuncompress.c:65:5: note: Variable 'idir' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxuncompress.c:66:5: style: Variable 'fieldname' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbxuncompress.c:38:0: note: Variable 'fieldname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxuncompress.c:66:5: note: Variable 'fieldname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxuncompress.c:67:5: style: Variable 'outf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dbxuncompress.c:39:0: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dbxuncompress.c:67:5: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/density.c:163:14: warning: Possible null pointer dereference: density [nullPointer]
EMBOSS-6.6.0/emboss/density.c:94:27: note: Assignment 'density=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/density.c:163:14: note: Null pointer dereference
EMBOSS-6.6.0/emboss/density.c:164:14: warning: Possible null pointer dereference: density [nullPointer]
EMBOSS-6.6.0/emboss/density.c:94:27: note: Assignment 'density=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/density.c:164:14: note: Null pointer dereference
EMBOSS-6.6.0/emboss/density.c:165:14: warning: Possible null pointer dereference: density [nullPointer]
EMBOSS-6.6.0/emboss/density.c:94:27: note: Assignment 'density=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/density.c:165:14: note: Null pointer dereference
EMBOSS-6.6.0/emboss/density.c:166:14: warning: Possible null pointer dereference: density [nullPointer]
EMBOSS-6.6.0/emboss/density.c:94:27: note: Assignment 'density=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/density.c:166:14: note: Null pointer dereference
EMBOSS-6.6.0/emboss/density.c:167:14: warning: Possible null pointer dereference: density [nullPointer]
EMBOSS-6.6.0/emboss/density.c:94:27: note: Assignment 'density=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/density.c:167:14: note: Null pointer dereference
EMBOSS-6.6.0/emboss/density.c:168:14: warning: Possible null pointer dereference: density [nullPointer]
EMBOSS-6.6.0/emboss/density.c:94:27: note: Assignment 'density=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/density.c:168:14: note: Null pointer dereference
EMBOSS-6.6.0/emboss/density.c:169:14: warning: Possible null pointer dereference: density [nullPointer]
EMBOSS-6.6.0/emboss/density.c:94:27: note: Assignment 'density=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/density.c:169:14: note: Null pointer dereference
EMBOSS-6.6.0/emboss/density.c:121:5: style: Variable 'display' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/density.c:115:0: note: Variable 'display' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/density.c:121:5: note: Variable 'display' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/density.c:124:5: style: Variable 'report' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/density.c:89:0: note: Variable 'report' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/density.c:124:5: note: Variable 'report' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/density.c:125:5: style: Variable 'graph' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/density.c:92:0: note: Variable 'graph' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/density.c:125:5: note: Variable 'graph' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/density.c:109:11: style: The scope of the variable 'ymin' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/density.c:110:11: style: The scope of the variable 'ymax' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/descseq.c:48:5: style: Variable 'name' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/descseq.c:38:0: note: Variable 'name' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/descseq.c:48:5: note: Variable 'name' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/descseq.c:49:5: style: Variable 'desc' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/descseq.c:39:0: note: Variable 'desc' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/descseq.c:49:5: note: Variable 'desc' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/diffseq.c:169:5: style: Variable 'seq1out' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/diffseq.c:153:0: note: Variable 'seq1out' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/diffseq.c:169:5: note: Variable 'seq1out' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/diffseq.c:170:5: style: Variable 'seq2out' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/diffseq.c:154:0: note: Variable 'seq2out' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/diffseq.c:170:5: note: Variable 'seq2out' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/diffseq.c:178:5: style: Variable 'TabRpt' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/diffseq.c:152:0: note: Variable 'TabRpt' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/diffseq.c:178:5: note: Variable 'TabRpt' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/diffseq.c:303:5: style: Variable 'tmpstr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/diffseq.c:293:0: note: Variable 'tmpstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/diffseq.c:303:5: note: Variable 'tmpstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/diffseq.c:312:5: style: Variable 'feat1' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/diffseq.c:296:0: note: Variable 'feat1' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/diffseq.c:312:5: note: Variable 'feat1' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/diffseq.c:313:5: style: Variable 'feat2' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/diffseq.c:297:0: note: Variable 'feat2' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/diffseq.c:313:5: note: Variable 'feat2' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/diffseq.c:793:5: style: Variable 'rev1' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/diffseq.c:787:0: note: Variable 'rev1' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/diffseq.c:793:5: note: Variable 'rev1' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/diffseq.c:794:5: style: Variable 'rev2' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/diffseq.c:788:0: note: Variable 'rev2' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/diffseq.c:794:5: note: Variable 'rev2' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/diffseq.c:798:5: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/diffseq.c:777:0: note: Variable 'iter' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/diffseq.c:798:5: note: Variable 'iter' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/diffseq.c:58:12: style: struct member 'CdsSval::Sense' is never used. [unusedStructMember]
EMBOSS-6.6.0/emboss/diffseq.c:59:10: style: struct member 'CdsSval::Padding' is never used. [unusedStructMember]
EMBOSS-6.6.0/emboss/distmat.c:113:5: style: Variable 'seqset' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/distmat.c:98:0: note: Variable 'seqset' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/distmat.c:113:5: note: Variable 'seqset' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/distmat.c:263:5: style: Variable 'Ptrans' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/distmat.c:255:0: note: Variable 'Ptrans' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/distmat.c:263:5: note: Variable 'Ptrans' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/distmat.c:264:5: style: Variable 'Qtranv' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/distmat.c:256:0: note: Variable 'Qtranv' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/distmat.c:264:5: note: Variable 'Qtranv' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/distmat.c:265:5: style: Variable 'score' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/distmat.c:257:0: note: Variable 'score' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/distmat.c:265:5: note: Variable 'score' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/distmat.c:267:5: style: Variable 'matDist' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/distmat.c:259:0: note: Variable 'matDist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/distmat.c:267:5: note: Variable 'matDist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/distmat.c:268:5: style: Variable 'GC' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/distmat.c:261:0: note: Variable 'GC' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/distmat.c:268:5: note: Variable 'GC' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/distmat.c:269:5: style: Variable 'gap' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/distmat.c:260:0: note: Variable 'gap' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/distmat.c:269:5: note: Variable 'gap' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/distmat.c:430:5: style: Variable 'matDist' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/distmat.c:423:0: note: Variable 'matDist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/distmat.c:430:5: note: Variable 'matDist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/distmat.c:431:5: style: Variable 'Ptrans' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/distmat.c:424:0: note: Variable 'Ptrans' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/distmat.c:431:5: note: Variable 'Ptrans' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/distmat.c:432:5: style: Variable 'Qtranv' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/distmat.c:425:0: note: Variable 'Qtranv' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/distmat.c:432:5: note: Variable 'Qtranv' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/distmat.c:433:5: style: Variable 'match' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/distmat.c:426:0: note: Variable 'match' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/distmat.c:433:5: note: Variable 'match' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/distmat.c:542:5: style: Variable 'matDist' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/distmat.c:536:0: note: Variable 'matDist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/distmat.c:542:5: note: Variable 'matDist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/distmat.c:543:5: style: Variable 'match' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/distmat.c:537:0: note: Variable 'match' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/distmat.c:543:5: note: Variable 'match' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/distmat.c:544:5: style: Variable 'scored' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/distmat.c:538:0: note: Variable 'scored' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/distmat.c:544:5: note: Variable 'scored' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/distmat.c:636:5: style: Variable 'match' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/distmat.c:632:0: note: Variable 'match' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/distmat.c:636:5: note: Variable 'match' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/distmat.c:719:5: style: Variable 'matchUn' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/distmat.c:716:0: note: Variable 'matchUn' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/distmat.c:719:5: note: Variable 'matchUn' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/distmat.c:800:5: style: Variable 'len' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/distmat.c:777:0: note: Variable 'len' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/distmat.c:800:5: note: Variable 'len' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/distmat.c:801:5: style: Variable 'pfreq' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/distmat.c:778:0: note: Variable 'pfreq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/distmat.c:801:5: note: Variable 'pfreq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/distmat.c:802:5: style: Variable 'cbase' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/distmat.c:779:0: note: Variable 'cbase' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/distmat.c:802:5: note: Variable 'cbase' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/distmat.c:803:5: style: Variable 'matchTN' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/distmat.c:797:0: note: Variable 'matchTN' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/distmat.c:803:5: note: Variable 'matchTN' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/distmat.c:1012:5: style: Variable 'matDist' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/distmat.c:1003:0: note: Variable 'matDist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/distmat.c:1012:5: note: Variable 'matDist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/distmat.c:1013:5: style: Variable 'cval' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/distmat.c:1004:0: note: Variable 'cval' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/distmat.c:1013:5: note: Variable 'cval' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/distmat.c:1014:5: style: Variable 'avL' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/distmat.c:1005:0: note: Variable 'avL' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/distmat.c:1014:5: note: Variable 'avL' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/distmat.c:1015:5: style: Variable 'Ptrans' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/distmat.c:1007:0: note: Variable 'Ptrans' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/distmat.c:1015:5: note: Variable 'Ptrans' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/distmat.c:1016:5: style: Variable 'Qtranv' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/distmat.c:1008:0: note: Variable 'Qtranv' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/distmat.c:1016:5: note: Variable 'Qtranv' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/distmat.c:1017:5: style: Variable 'len' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/distmat.c:1009:0: note: Variable 'len' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/distmat.c:1017:5: note: Variable 'len' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/distmat.c:95:18: style: The scope of the variable 'p' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/distmat.c:1382:18: style: The scope of the variable 'pseqset' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/distmat.c:980:12: style: Function 'distmat_JinNei' argument 2 names different: declaration 'len' definition 'mlen'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/distmat.c:64:12: note: Function 'distmat_JinNei' argument 2 names different: declaration 'len' definition 'mlen'.
EMBOSS-6.6.0/emboss/distmat.c:980:12: note: Function 'distmat_JinNei' argument 2 names different: declaration 'len' definition 'mlen'.
EMBOSS-6.6.0/emboss/domtesta.c:44:5: style: Variable 'inf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/domtesta.c:39:0: note: Variable 'inf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/domtesta.c:44:5: note: Variable 'inf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/domtesta.c:45:5: style: Variable 'outf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/domtesta.c:38:0: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/domtesta.c:45:5: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/domtesta.c:47:5: style: Variable 'fpin' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/domtesta.c:40:0: note: Variable 'fpin' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/domtesta.c:47:5: note: Variable 'fpin' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/domtesta.c:49:5: style: Variable 'doc' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/domtesta.c:36:0: note: Variable 'doc' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/domtesta.c:49:5: note: Variable 'doc' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/domtestb.c:57:5: style: Variable 'outf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/domtestb.c:49:0: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/domtestb.c:57:5: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/domtestb.c:61:5: style: Variable 'doc' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/domtestb.c:36:0: note: Variable 'doc' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/domtestb.c:61:5: note: Variable 'doc' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/domtestb.c:65:5: style: Variable 'root' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/domtestb.c:38:0: note: Variable 'root' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/domtestb.c:65:5: note: Variable 'root' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/domtestb.c:66:5: style: Variable 'fu' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/domtestb.c:39:0: note: Variable 'fu' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/domtestb.c:66:5: note: Variable 'fu' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/domtestb.c:67:5: style: Variable 'bar' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/domtestb.c:40:0: note: Variable 'bar' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/domtestb.c:67:5: note: Variable 'bar' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/domtestb.c:70:5: style: Variable 'txt' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/domtestb.c:45:0: note: Variable 'txt' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/domtestb.c:70:5: note: Variable 'txt' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/domtestb.c:95:5: style: Variable 'clone' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/domtestb.c:42:0: note: Variable 'clone' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/domtestb.c:95:5: note: Variable 'clone' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/domtestb.c:135:5: style: Variable 'wibble' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/domtestb.c:43:0: note: Variable 'wibble' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/domtestb.c:135:5: note: Variable 'wibble' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/domtestb.c:153:5: style: Variable 'emboss' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/domtestb.c:41:0: note: Variable 'emboss' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/domtestb.c:153:5: note: Variable 'emboss' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/domtestc.c:48:5: style: Variable 'outf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/domtestc.c:44:0: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/domtestc.c:48:5: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/domtestc.c:50:5: style: Variable 'doc' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/domtestc.c:36:0: note: Variable 'doc' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/domtestc.c:50:5: note: Variable 'doc' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/domtestc.c:52:5: style: Variable 'type' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/domtestc.c:37:0: note: Variable 'type' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/domtestc.c:52:5: note: Variable 'type' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/domtestc.c:55:5: style: Variable 'query' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/domtestc.c:39:0: note: Variable 'query' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/domtestc.c:55:5: note: Variable 'query' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/domtestc.c:63:5: style: Variable 'dataset' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/domtestc.c:40:0: note: Variable 'dataset' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/domtestc.c:63:5: note: Variable 'dataset' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/domtestc.c:68:5: style: Variable 'element' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/domtestc.c:42:0: note: Variable 'element' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/domtestc.c:68:5: note: Variable 'element' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/domtestd.c:56:5: style: Variable 'outf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/domtestd.c:49:0: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/domtestd.c:56:5: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/domtestd.c:58:5: style: Variable 'doc' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/domtestd.c:36:0: note: Variable 'doc' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/domtestd.c:58:5: note: Variable 'doc' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/domtestd.c:60:5: style: Variable 'type' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/domtestd.c:37:0: note: Variable 'type' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/domtestd.c:60:5: note: Variable 'type' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/domtestd.c:63:5: style: Variable 'query' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/domtestd.c:39:0: note: Variable 'query' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/domtestd.c:63:5: note: Variable 'query' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/domtestd.c:71:5: style: Variable 'dataset' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/domtestd.c:40:0: note: Variable 'dataset' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/domtestd.c:71:5: note: Variable 'dataset' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/domtestd.c:76:5: style: Variable 'element' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/domtestd.c:42:0: note: Variable 'element' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/domtestd.c:76:5: note: Variable 'element' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/domtestd.c:95:5: style: Variable 'list' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/domtestd.c:47:0: note: Variable 'list' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/domtestd.c:95:5: note: Variable 'list' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dotmatcher.c:346:39: warning: Either the condition 'i<=13' is redundant or the array 'acceptableticksx[11]' is accessed at index 13, which is out of bounds. [arrayIndexOutOfBoundsCond]
EMBOSS-6.6.0/emboss/dotmatcher.c:345:6: note: Assuming that condition 'i<=13' is not redundant
EMBOSS-6.6.0/emboss/dotmatcher.c:346:39: note: Array index out of bounds
EMBOSS-6.6.0/emboss/dotmatcher.c:150:5: style: Variable 'graph' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dotmatcher.c:86:0: note: Variable 'graph' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dotmatcher.c:150:5: note: Variable 'graph' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dotmatcher.c:151:5: style: Variable 'xygraph' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dotmatcher.c:87:0: note: Variable 'xygraph' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dotmatcher.c:151:5: note: Variable 'xygraph' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dotmatcher.c:154:5: style: Variable 'matrix' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dotmatcher.c:117:0: note: Variable 'matrix' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dotmatcher.c:154:5: note: Variable 'matrix' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dotmatcher.c:161:5: style: Variable 'ajtime' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dotmatcher.c:93:0: note: Variable 'ajtime' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dotmatcher.c:161:5: note: Variable 'ajtime' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dotmatcher.c:190:5: style: Variable 'list' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dotmatcher.c:68:0: note: Variable 'list' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dotmatcher.c:190:5: note: Variable 'list' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dotmatcher.c:112:11: style: The scope of the variable 'tickgap' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/dotmatcher.c:114:11: style: The scope of the variable 'k2' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/dotmatcher.c:116:10: style: The scope of the variable 'ptr' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/dotmatcher.c:131:11: style: The scope of the variable 'xa' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/dotmatcher.c:132:11: style: The scope of the variable 'ya' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/dotmatcher.c:136:11: style: The scope of the variable 'x1' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/dotmatcher.c:137:11: style: The scope of the variable 'x2' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/dotmatcher.c:138:11: style: The scope of the variable 'y1' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/dotmatcher.c:139:11: style: The scope of the variable 'y2' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/dotpath.c:146:40: warning: Either the condition 'i<=11' is redundant or the array 'acceptableticksx[11]' is accessed at index 11, which is out of bounds. [arrayIndexOutOfBoundsCond]
EMBOSS-6.6.0/emboss/dotpath.c:145:6: note: Assuming that condition 'i<=11' is not redundant
EMBOSS-6.6.0/emboss/dotpath.c:146:40: note: Array index out of bounds
EMBOSS-6.6.0/emboss/dotpath.c:70:11: style: The scope of the variable 'ticklen' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/dotpath.c:71:11: style: The scope of the variable 'tickgap' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/dotpath.c:72:11: style: The scope of the variable 'onefifth' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/dotpath.c:74:11: style: The scope of the variable 'k' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/dotpath.c:76:10: style: The scope of the variable 'ptr' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/dottup.c:165:37: warning: Either the condition 'i<=13' is redundant or the array 'acceptableticksx[11]' is accessed at index 13, which is out of bounds. [arrayIndexOutOfBoundsCond]
EMBOSS-6.6.0/emboss/dottup.c:164:10: note: Assuming that condition 'i<=13' is not redundant
EMBOSS-6.6.0/emboss/dottup.c:165:37: note: Array index out of bounds
EMBOSS-6.6.0/emboss/dottup.c:101:5: style: Variable 'graph' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dottup.c:55:0: note: Variable 'graph' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dottup.c:101:5: note: Variable 'graph' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dottup.c:104:5: style: Variable 'xygraph' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dottup.c:56:0: note: Variable 'xygraph' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dottup.c:104:5: note: Variable 'xygraph' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dottup.c:342:5: style: Variable 'tit' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dottup.c:335:0: note: Variable 'tit' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dottup.c:342:5: note: Variable 'tit' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dottup.c:346:5: style: Variable 'gdata' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dottup.c:334:0: note: Variable 'gdata' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dottup.c:346:5: note: Variable 'gdata' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dottup.c:73:11: style: The scope of the variable 'xmargin' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/dottup.c:74:11: style: The scope of the variable 'ymargin' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/dottup.c:75:11: style: The scope of the variable 'ticklen' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/dottup.c:76:11: style: The scope of the variable 'tickgap' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/dottup.c:77:11: style: The scope of the variable 'onefifth' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/dottup.c:79:11: style: The scope of the variable 'k' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/dottup.c:80:11: style: The scope of the variable 'max' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/dottup.c:81:10: style: The scope of the variable 'ptr' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/dottup.c:336:11: style: The scope of the variable 'x1' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/dottup.c:337:11: style: The scope of the variable 'y1' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/dottup.c:338:11: style: The scope of the variable 'x2' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/dottup.c:339:11: style: The scope of the variable 'y2' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/dreg.c:50:5: style: Variable 'report' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dreg.c:40:0: note: Variable 'report' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dreg.c:50:5: note: Variable 'report' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dreg.c:52:5: style: Variable 'plist' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/dreg.c:39:0: note: Variable 'plist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/dreg.c:52:5: note: Variable 'plist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drfinddata.c:108:5: style: Variable 'outfile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/drfinddata.c:81:0: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drfinddata.c:108:5: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drfinddata.c:110:5: style: Variable 'subclasses' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/drfinddata.c:80:0: note: Variable 'subclasses' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drfinddata.c:110:5: note: Variable 'subclasses' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drfinddata.c:112:5: style: Variable 'resourcein' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/drfinddata.c:84:0: note: Variable 'resourcein' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drfinddata.c:112:5: note: Variable 'resourcein' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drfinddata.c:113:5: style: Variable 'resource' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/drfinddata.c:83:0: note: Variable 'resource' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drfinddata.c:113:5: note: Variable 'resource' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drfinddata.c:114:5: style: Variable 'oboin' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/drfinddata.c:86:0: note: Variable 'oboin' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drfinddata.c:114:5: note: Variable 'oboin' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drfinddata.c:115:5: style: Variable 'obo' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/drfinddata.c:87:0: note: Variable 'obo' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drfinddata.c:115:5: note: Variable 'obo' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drfinddata.c:117:5: style: Variable 'obolist' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/drfinddata.c:96:0: note: Variable 'obolist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drfinddata.c:117:5: note: Variable 'obolist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drfinddata.c:118:5: style: Variable 'obotable' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/drfinddata.c:92:0: note: Variable 'obotable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drfinddata.c:118:5: note: Variable 'obotable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drfinddata.c:119:5: style: Variable 'foundtable' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/drfinddata.c:93:0: note: Variable 'foundtable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drfinddata.c:119:5: note: Variable 'foundtable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drfinddata.c:122:5: style: Variable 'handle' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/drfinddata.c:95:0: note: Variable 'handle' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drfinddata.c:122:5: note: Variable 'handle' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drfindformat.c:105:5: style: Variable 'outfile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/drfindformat.c:79:0: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drfindformat.c:105:5: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drfindformat.c:107:5: style: Variable 'subclasses' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/drfindformat.c:90:0: note: Variable 'subclasses' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drfindformat.c:107:5: note: Variable 'subclasses' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drfindformat.c:109:5: style: Variable 'resourcein' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/drfindformat.c:82:0: note: Variable 'resourcein' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drfindformat.c:109:5: note: Variable 'resourcein' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drfindformat.c:110:5: style: Variable 'resource' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/drfindformat.c:81:0: note: Variable 'resource' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drfindformat.c:110:5: note: Variable 'resource' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drfindformat.c:111:5: style: Variable 'oboin' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/drfindformat.c:83:0: note: Variable 'oboin' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drfindformat.c:111:5: note: Variable 'oboin' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drfindformat.c:112:5: style: Variable 'obo' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/drfindformat.c:84:0: note: Variable 'obo' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drfindformat.c:112:5: note: Variable 'obo' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drfindformat.c:114:5: style: Variable 'obolist' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/drfindformat.c:93:0: note: Variable 'obolist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drfindformat.c:114:5: note: Variable 'obolist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drfindformat.c:115:5: style: Variable 'obotable' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/drfindformat.c:88:0: note: Variable 'obotable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drfindformat.c:115:5: note: Variable 'obotable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drfindformat.c:116:5: style: Variable 'foundtable' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/drfindformat.c:89:0: note: Variable 'foundtable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drfindformat.c:116:5: note: Variable 'foundtable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drfindformat.c:119:5: style: Variable 'handle' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/drfindformat.c:92:0: note: Variable 'handle' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drfindformat.c:119:5: note: Variable 'handle' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drfindid.c:105:5: style: Variable 'outfile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/drfindid.c:79:0: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drfindid.c:105:5: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drfindid.c:107:5: style: Variable 'subclasses' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/drfindid.c:90:0: note: Variable 'subclasses' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drfindid.c:107:5: note: Variable 'subclasses' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drfindid.c:109:5: style: Variable 'resourcein' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/drfindid.c:82:0: note: Variable 'resourcein' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drfindid.c:109:5: note: Variable 'resourcein' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drfindid.c:110:5: style: Variable 'resource' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/drfindid.c:81:0: note: Variable 'resource' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drfindid.c:110:5: note: Variable 'resource' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drfindid.c:111:5: style: Variable 'oboin' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/drfindid.c:83:0: note: Variable 'oboin' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drfindid.c:111:5: note: Variable 'oboin' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drfindid.c:112:5: style: Variable 'obo' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/drfindid.c:84:0: note: Variable 'obo' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drfindid.c:112:5: note: Variable 'obo' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drfindid.c:114:5: style: Variable 'obolist' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/drfindid.c:93:0: note: Variable 'obolist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drfindid.c:114:5: note: Variable 'obolist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drfindid.c:115:5: style: Variable 'obotable' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/drfindid.c:88:0: note: Variable 'obotable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drfindid.c:115:5: note: Variable 'obotable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drfindid.c:116:5: style: Variable 'foundtable' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/drfindid.c:89:0: note: Variable 'foundtable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drfindid.c:116:5: note: Variable 'foundtable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drfindid.c:119:5: style: Variable 'handle' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/drfindid.c:92:0: note: Variable 'handle' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drfindid.c:119:5: note: Variable 'handle' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drfindresource.c:106:5: style: Variable 'outfile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/drfindresource.c:79:0: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drfindresource.c:106:5: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drfindresource.c:107:5: style: Variable 'sensitive' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/drfindresource.c:90:0: note: Variable 'sensitive' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drfindresource.c:107:5: note: Variable 'sensitive' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drfindresource.c:108:5: style: Variable 'subclasses' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/drfindresource.c:91:0: note: Variable 'subclasses' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drfindresource.c:108:5: note: Variable 'subclasses' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drfindresource.c:117:5: style: Variable 'resourcein' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/drfindresource.c:82:0: note: Variable 'resourcein' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drfindresource.c:117:5: note: Variable 'resourcein' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drfindresource.c:118:5: style: Variable 'resource' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/drfindresource.c:81:0: note: Variable 'resource' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drfindresource.c:118:5: note: Variable 'resource' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drfindresource.c:119:5: style: Variable 'oboin' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/drfindresource.c:83:0: note: Variable 'oboin' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drfindresource.c:119:5: note: Variable 'oboin' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drfindresource.c:120:5: style: Variable 'obo' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/drfindresource.c:84:0: note: Variable 'obo' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drfindresource.c:120:5: note: Variable 'obo' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drfindresource.c:122:5: style: Variable 'obolist' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/drfindresource.c:94:0: note: Variable 'obolist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drfindresource.c:122:5: note: Variable 'obolist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drfindresource.c:123:5: style: Variable 'obotable' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/drfindresource.c:88:0: note: Variable 'obotable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drfindresource.c:123:5: note: Variable 'obotable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drfindresource.c:124:5: style: Variable 'foundtable' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/drfindresource.c:89:0: note: Variable 'foundtable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drfindresource.c:124:5: note: Variable 'foundtable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drget.c:86:5: style: Variable 'resourceall' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/drget.c:79:0: note: Variable 'resourceall' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drget.c:86:5: note: Variable 'resourceall' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drget.c:87:5: style: Variable 'outfile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/drget.c:78:0: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drget.c:87:5: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drtext.c:86:5: style: Variable 'resourceall' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/drtext.c:79:0: note: Variable 'resourceall' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drtext.c:86:5: note: Variable 'resourceall' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drtext.c:87:5: style: Variable 'outfile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/drtext.c:78:0: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/drtext.c:87:5: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamclean.c:615:5: style: Variable 'inf_edam' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edamclean.c:542:0: note: Variable 'inf_edam' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamclean.c:615:5: note: Variable 'inf_edam' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamclean.c:616:5: style: Variable 'ouf_edam' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edamclean.c:543:0: note: Variable 'ouf_edam' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamclean.c:616:5: note: Variable 'ouf_edam' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamclean.c:617:5: style: Variable 'ouf_log' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edamclean.c:544:0: note: Variable 'ouf_log' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamclean.c:617:5: note: Variable 'ouf_log' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamclean.c:618:5: style: Variable 'ouf_xml' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edamclean.c:545:0: note: Variable 'ouf_xml' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamclean.c:618:5: note: Variable 'ouf_xml' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamclean.c:619:5: style: Variable 'xmloutdir' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edamclean.c:547:0: note: Variable 'xmloutdir' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamclean.c:619:5: note: Variable 'xmloutdir' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamclean.c:620:5: style: Variable 'mode' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edamclean.c:548:0: note: Variable 'mode' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamclean.c:620:5: note: Variable 'mode' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamclean.c:632:5: style: Variable 'line' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edamclean.c:557:0: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamclean.c:632:5: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamclean.c:633:5: style: Variable 'tok' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edamclean.c:560:0: note: Variable 'tok' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamclean.c:633:5: note: Variable 'tok' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamclean.c:634:5: style: Variable 'name' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edamclean.c:566:0: note: Variable 'name' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamclean.c:634:5: note: Variable 'name' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamclean.c:635:5: style: Variable 'namespace' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edamclean.c:567:0: note: Variable 'namespace' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamclean.c:635:5: note: Variable 'namespace' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamclean.c:636:5: style: Variable 'relation' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edamclean.c:568:0: note: Variable 'relation' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamclean.c:636:5: note: Variable 'relation' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamclean.c:637:5: style: Variable 'tmp_name' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edamclean.c:569:0: note: Variable 'tmp_name' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamclean.c:637:5: note: Variable 'tmp_name' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamclean.c:638:5: style: Variable 'tmp_id' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edamclean.c:570:0: note: Variable 'tmp_id' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamclean.c:638:5: note: Variable 'tmp_id' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamclean.c:757:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
EMBOSS-6.6.0/emboss/edamclean.c:1776:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
EMBOSS-6.6.0/emboss/edamclean.c:473:9: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/edamdef.c:105:5: style: Variable 'namespace' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edamdef.c:79:0: note: Variable 'namespace' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamdef.c:105:5: note: Variable 'namespace' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamdef.c:106:5: style: Variable 'outfile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edamdef.c:80:0: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamdef.c:106:5: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamdef.c:107:5: style: Variable 'subclasses' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edamdef.c:81:0: note: Variable 'subclasses' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamdef.c:107:5: note: Variable 'subclasses' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamdef.c:108:5: style: Variable 'obsolete' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edamdef.c:82:0: note: Variable 'obsolete' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamdef.c:108:5: note: Variable 'obsolete' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamdef.c:117:5: style: Variable 'oboin' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edamdef.c:86:0: note: Variable 'oboin' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamdef.c:117:5: note: Variable 'oboin' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamdef.c:118:5: style: Variable 'obo' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edamdef.c:84:0: note: Variable 'obo' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamdef.c:118:5: note: Variable 'obo' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamdef.c:120:5: style: Variable 'obolist' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edamdef.c:88:0: note: Variable 'obolist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamdef.c:120:5: note: Variable 'obolist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamdef.c:122:5: style: Variable 'foundtable' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edamdef.c:92:0: note: Variable 'foundtable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamdef.c:122:5: note: Variable 'foundtable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamdef.c:123:5: style: Variable 'nstable' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edamdef.c:93:0: note: Variable 'nstable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamdef.c:123:5: note: Variable 'nstable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamhasinput.c:111:5: style: Variable 'namespace' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edamhasinput.c:79:0: note: Variable 'namespace' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamhasinput.c:111:5: note: Variable 'namespace' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamhasinput.c:112:5: style: Variable 'outfile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edamhasinput.c:80:0: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamhasinput.c:112:5: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamhasinput.c:113:5: style: Variable 'sensitive' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edamhasinput.c:81:0: note: Variable 'sensitive' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamhasinput.c:113:5: note: Variable 'sensitive' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamhasinput.c:114:5: style: Variable 'subclasses' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edamhasinput.c:82:0: note: Variable 'subclasses' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamhasinput.c:114:5: note: Variable 'subclasses' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamhasinput.c:115:5: style: Variable 'obsolete' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edamhasinput.c:83:0: note: Variable 'obsolete' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamhasinput.c:115:5: note: Variable 'obsolete' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamhasinput.c:117:5: style: Variable 'oboin' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edamhasinput.c:88:0: note: Variable 'oboin' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamhasinput.c:117:5: note: Variable 'oboin' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamhasinput.c:118:5: style: Variable 'obo' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edamhasinput.c:85:0: note: Variable 'obo' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamhasinput.c:118:5: note: Variable 'obo' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamhasinput.c:119:5: style: Variable 'oboinrelate' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edamhasinput.c:89:0: note: Variable 'oboinrelate' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamhasinput.c:119:5: note: Variable 'oboinrelate' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamhasinput.c:120:5: style: Variable 'oborelate' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edamhasinput.c:86:0: note: Variable 'oborelate' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamhasinput.c:120:5: note: Variable 'oborelate' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamhasinput.c:122:5: style: Variable 'foundtable' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edamhasinput.c:98:0: note: Variable 'foundtable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamhasinput.c:122:5: note: Variable 'foundtable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamhasinput.c:123:5: style: Variable 'obotable' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edamhasinput.c:96:0: note: Variable 'obotable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamhasinput.c:123:5: note: Variable 'obotable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamhasinput.c:124:5: style: Variable 'nstable' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edamhasinput.c:97:0: note: Variable 'nstable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamhasinput.c:124:5: note: Variable 'nstable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamhasoutput.c:111:5: style: Variable 'namespace' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edamhasoutput.c:79:0: note: Variable 'namespace' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamhasoutput.c:111:5: note: Variable 'namespace' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamhasoutput.c:112:5: style: Variable 'outfile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edamhasoutput.c:80:0: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamhasoutput.c:112:5: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamhasoutput.c:113:5: style: Variable 'sensitive' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edamhasoutput.c:81:0: note: Variable 'sensitive' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamhasoutput.c:113:5: note: Variable 'sensitive' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamhasoutput.c:114:5: style: Variable 'subclasses' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edamhasoutput.c:82:0: note: Variable 'subclasses' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamhasoutput.c:114:5: note: Variable 'subclasses' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamhasoutput.c:115:5: style: Variable 'obsolete' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edamhasoutput.c:83:0: note: Variable 'obsolete' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamhasoutput.c:115:5: note: Variable 'obsolete' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamhasoutput.c:117:5: style: Variable 'oboin' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edamhasoutput.c:88:0: note: Variable 'oboin' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamhasoutput.c:117:5: note: Variable 'oboin' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamhasoutput.c:118:5: style: Variable 'obo' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edamhasoutput.c:85:0: note: Variable 'obo' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamhasoutput.c:118:5: note: Variable 'obo' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamhasoutput.c:119:5: style: Variable 'oboinrelate' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edamhasoutput.c:89:0: note: Variable 'oboinrelate' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamhasoutput.c:119:5: note: Variable 'oboinrelate' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamhasoutput.c:120:5: style: Variable 'oborelate' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edamhasoutput.c:86:0: note: Variable 'oborelate' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamhasoutput.c:120:5: note: Variable 'oborelate' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamhasoutput.c:122:5: style: Variable 'foundtable' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edamhasoutput.c:98:0: note: Variable 'foundtable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamhasoutput.c:122:5: note: Variable 'foundtable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamhasoutput.c:123:5: style: Variable 'obotable' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edamhasoutput.c:96:0: note: Variable 'obotable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamhasoutput.c:123:5: note: Variable 'obotable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamhasoutput.c:124:5: style: Variable 'nstable' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edamhasoutput.c:97:0: note: Variable 'nstable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamhasoutput.c:124:5: note: Variable 'nstable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamisformat.c:111:5: style: Variable 'namespace' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edamisformat.c:79:0: note: Variable 'namespace' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamisformat.c:111:5: note: Variable 'namespace' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamisformat.c:112:5: style: Variable 'outfile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edamisformat.c:80:0: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamisformat.c:112:5: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamisformat.c:113:5: style: Variable 'sensitive' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edamisformat.c:81:0: note: Variable 'sensitive' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamisformat.c:113:5: note: Variable 'sensitive' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamisformat.c:114:5: style: Variable 'subclasses' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edamisformat.c:82:0: note: Variable 'subclasses' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamisformat.c:114:5: note: Variable 'subclasses' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamisformat.c:115:5: style: Variable 'obsolete' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edamisformat.c:83:0: note: Variable 'obsolete' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamisformat.c:115:5: note: Variable 'obsolete' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamisformat.c:117:5: style: Variable 'oboin' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edamisformat.c:88:0: note: Variable 'oboin' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamisformat.c:117:5: note: Variable 'oboin' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamisformat.c:118:5: style: Variable 'obo' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edamisformat.c:85:0: note: Variable 'obo' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamisformat.c:118:5: note: Variable 'obo' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamisformat.c:119:5: style: Variable 'oboinrelate' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edamisformat.c:89:0: note: Variable 'oboinrelate' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamisformat.c:119:5: note: Variable 'oboinrelate' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamisformat.c:120:5: style: Variable 'oborelate' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edamisformat.c:86:0: note: Variable 'oborelate' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamisformat.c:120:5: note: Variable 'oborelate' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamisformat.c:122:5: style: Variable 'foundtable' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edamisformat.c:98:0: note: Variable 'foundtable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamisformat.c:122:5: note: Variable 'foundtable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamisformat.c:123:5: style: Variable 'obotable' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edamisformat.c:96:0: note: Variable 'obotable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamisformat.c:123:5: note: Variable 'obotable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamisformat.c:124:5: style: Variable 'nstable' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edamisformat.c:97:0: note: Variable 'nstable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamisformat.c:124:5: note: Variable 'nstable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamisid.c:111:5: style: Variable 'namespace' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edamisid.c:79:0: note: Variable 'namespace' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamisid.c:111:5: note: Variable 'namespace' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamisid.c:112:5: style: Variable 'outfile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edamisid.c:80:0: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamisid.c:112:5: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamisid.c:113:5: style: Variable 'sensitive' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edamisid.c:81:0: note: Variable 'sensitive' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamisid.c:113:5: note: Variable 'sensitive' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamisid.c:114:5: style: Variable 'subclasses' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edamisid.c:82:0: note: Variable 'subclasses' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamisid.c:114:5: note: Variable 'subclasses' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamisid.c:115:5: style: Variable 'obsolete' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edamisid.c:83:0: note: Variable 'obsolete' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamisid.c:115:5: note: Variable 'obsolete' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamisid.c:117:5: style: Variable 'oboin' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edamisid.c:88:0: note: Variable 'oboin' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamisid.c:117:5: note: Variable 'oboin' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamisid.c:118:5: style: Variable 'obo' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edamisid.c:85:0: note: Variable 'obo' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamisid.c:118:5: note: Variable 'obo' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamisid.c:119:5: style: Variable 'oboinrelate' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edamisid.c:89:0: note: Variable 'oboinrelate' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamisid.c:119:5: note: Variable 'oboinrelate' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamisid.c:120:5: style: Variable 'oborelate' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edamisid.c:86:0: note: Variable 'oborelate' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamisid.c:120:5: note: Variable 'oborelate' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamisid.c:122:5: style: Variable 'foundtable' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edamisid.c:98:0: note: Variable 'foundtable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamisid.c:122:5: note: Variable 'foundtable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamisid.c:123:5: style: Variable 'obotable' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edamisid.c:96:0: note: Variable 'obotable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamisid.c:123:5: note: Variable 'obotable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamisid.c:124:5: style: Variable 'nstable' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edamisid.c:97:0: note: Variable 'nstable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamisid.c:124:5: note: Variable 'nstable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamname.c:109:5: style: Variable 'namespace' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edamname.c:79:0: note: Variable 'namespace' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamname.c:109:5: note: Variable 'namespace' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamname.c:110:5: style: Variable 'outfile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edamname.c:80:0: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamname.c:110:5: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamname.c:111:5: style: Variable 'subclasses' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edamname.c:81:0: note: Variable 'subclasses' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamname.c:111:5: note: Variable 'subclasses' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamname.c:112:5: style: Variable 'obsolete' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edamname.c:82:0: note: Variable 'obsolete' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamname.c:112:5: note: Variable 'obsolete' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamname.c:121:5: style: Variable 'oboin' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edamname.c:86:0: note: Variable 'oboin' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamname.c:121:5: note: Variable 'oboin' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamname.c:122:5: style: Variable 'obo' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edamname.c:84:0: note: Variable 'obo' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamname.c:122:5: note: Variable 'obo' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamname.c:124:5: style: Variable 'obolist' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edamname.c:88:0: note: Variable 'obolist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamname.c:124:5: note: Variable 'obolist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamname.c:126:5: style: Variable 'foundtable' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edamname.c:92:0: note: Variable 'foundtable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamname.c:126:5: note: Variable 'foundtable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamname.c:127:5: style: Variable 'nstable' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edamname.c:93:0: note: Variable 'nstable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edamname.c:127:5: note: Variable 'nstable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edialign.c:5858:25: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
EMBOSS-6.6.0/emboss/edialign.c:612:5: style: Variable 'tnstr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edialign.c:606:0: note: Variable 'tnstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edialign.c:612:5: note: Variable 'tnstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edialign.c:614:5: style: Variable 'seqset' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edialign.c:594:0: note: Variable 'seqset' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edialign.c:614:5: note: Variable 'seqset' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edialign.c:631:5: style: Variable 'outfile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edialign.c:601:0: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edialign.c:631:5: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edialign.c:632:5: style: Variable 'seqout' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edialign.c:605:0: note: Variable 'seqout' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edialign.c:632:5: note: Variable 'seqout' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edialign.c:5326:5: style: Variable 'cp' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edialign.c:5322:0: note: Variable 'cp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edialign.c:5326:5: note: Variable 'cp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edialign.c:5327:5: style: Variable 'hp' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edialign.c:5323:0: note: Variable 'hp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edialign.c:5327:5: note: Variable 'hp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edialign.c:6422:5: style: Variable 'tnstr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edialign.c:6417:0: note: Variable 'tnstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edialign.c:6422:5: note: Variable 'tnstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edialign.c:6773:5: style: Variable 'dia' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/edialign.c:6765:0: note: Variable 'dia' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edialign.c:6773:5: note: Variable 'dia' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/edialign.c:1711:12: warning: Redundant assignment of 'threshold' to itself. [selfAssignment]
EMBOSS-6.6.0/emboss/edialign.c:564:11: style: The scope of the variable 'char_ptr' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/edialign.c:568:10: style: The scope of the variable 'dia_name' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/edialign.c:569:10: style: The scope of the variable 'csc_name' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/edialign.c:3288:11: style: The scope of the variable 'accepted' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/edialign.c:3305:11: style: The scope of the variable 'nd_fp' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/edialign.c:5168:11: style: The scope of the variable 'awgt' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/edialign.c:5177:10: style: The scope of the variable 'cap_file_name' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/edialign.c:5471:11: style: The scope of the variable 'shrink' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/edialign.c:5472:11: style: The scope of the variable 'shrink_csc' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/edialign.c:5473:11: style: The scope of the variable 'hsc' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/edialign.c:5546:12: style: The scope of the variable 'max_sim' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/edialign.c:5550:11: style: The scope of the variable 'depth' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/edialign.c:6415:12: style: The scope of the variable 'pr' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/edialign.c:6743:10: style: The scope of the variable 'sim_char' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/edialign.c:6744:11: style: The scope of the variable 'weak_wgt_type_thr' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/edialign.c:6745:11: style: The scope of the variable 'strong_wgt_type_thr' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/edialign.c:6746:11: style: The scope of the variable 'frac_plus' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/edialign.c:6746:22: style: The scope of the variable 'frac_minus' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/edialign.c:6746:34: style: The scope of the variable 'frac_nuc' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/edialign.c:6746:44: style: The scope of the variable 'f_inv' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/edialign.c:6759:10: style: The scope of the variable 'gap_char' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/edialign.c:6760:10: style: The scope of the variable 'ambi_char' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/edialign.c:6768:10: style: The scope of the variable 'aligned' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/edialign.c:7043:27: style: Array index 's1' is used before limits check. [arrayIndexThenCheck]
EMBOSS-6.6.0/emboss/edialign.c:6369:5: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
EMBOSS-6.6.0/emboss/edialign.c:6481:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
EMBOSS-6.6.0/emboss/edialign.c:1899:0: error: Resource leak: fp3 [resourceLeak]
EMBOSS-6.6.0/emboss/edialign.c:1899:0: error: Resource leak: fp4 [resourceLeak]
EMBOSS-6.6.0/emboss/edialign.c:1899:0: error: Resource leak: fp_fsm [resourceLeak]
EMBOSS-6.6.0/emboss/edialign.c:1899:0: error: Resource leak: fp_csc [resourceLeak]
EMBOSS-6.6.0/emboss/edialign.c:3203:0: error: Resource leak: fp [resourceLeak]
EMBOSS-6.6.0/emboss/edialign.c:6079:0: error: Resource leak: fp [resourceLeak]
EMBOSS-6.6.0/emboss/edialign.c:6609:0: error: Memory leak: sbsmt [memleak]
EMBOSS-6.6.0/emboss/edialign.c:6609:0: error: Resource leak: fp_mat [resourceLeak]
EMBOSS-6.6.0/emboss/einverted.c:137:5: style: Variable 'tempseq' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/einverted.c:132:0: note: Variable 'tempseq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/einverted.c:137:5: note: Variable 'tempseq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/einverted.c:143:5: style: Variable 'seqall' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/einverted.c:116:0: note: Variable 'seqall' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/einverted.c:143:5: note: Variable 'seqall' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/einverted.c:149:5: style: Variable 'seqout' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/einverted.c:130:0: note: Variable 'seqout' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/einverted.c:149:5: note: Variable 'seqout' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/einverted.c:562:5: style: Variable 'rev' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/einverted.c:552:0: note: Variable 'rev' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/einverted.c:562:5: note: Variable 'rev' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/einverted.c:532:41: style: Function 'einverted_report' argument 5 names different: declaration 'list' definition 'listseq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/einverted.c:79:41: note: Function 'einverted_report' argument 5 names different: declaration 'list' definition 'listseq'.
EMBOSS-6.6.0/emboss/einverted.c:532:41: note: Function 'einverted_report' argument 5 names different: declaration 'list' definition 'listseq'.
EMBOSS-6.6.0/emboss/embossdata.c:75:5: style: Variable 'filename' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/embossdata.c:58:0: note: Variable 'filename' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/embossdata.c:75:5: note: Variable 'filename' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/embossdata.c:78:5: style: Variable 'rstrs' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/embossdata.c:69:0: note: Variable 'rstrs' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/embossdata.c:78:5: note: Variable 'rstrs' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/embossdata.c:79:5: style: Variable 'outf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/embossdata.c:49:0: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/embossdata.c:79:5: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/embossdata.c:305:5: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/embossdata.c:302:0: note: Variable 'tmp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/embossdata.c:305:5: note: Variable 'tmp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/embossupdate.c:69:5: style: Variable 'outfile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/embossupdate.c:38:0: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/embossupdate.c:69:5: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/embossversion.c:45:5: style: Variable 'full' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/embossversion.c:39:0: note: Variable 'full' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/embossversion.c:45:5: note: Variable 'full' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/embossversion.c:46:5: style: Variable 'outfile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/embossversion.c:38:0: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/embossversion.c:46:5: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/embossversion.c:48:5: style: Variable 'tmpstr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/embossversion.c:40:0: note: Variable 'tmpstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/embossversion.c:48:5: note: Variable 'tmpstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/embossversion.c:41:10: style: The scope of the variable 'tmpver' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/emma.c:110:5: style: Variable 'pwmstr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/emma.c:73:0: note: Variable 'pwmstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/emma.c:110:5: note: Variable 'pwmstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/emma.c:111:5: style: Variable 'pwdstr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/emma.c:75:0: note: Variable 'pwdstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/emma.c:111:5: note: Variable 'pwdstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/emma.c:112:5: style: Variable 'm1str' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/emma.c:78:0: note: Variable 'm1str' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/emma.c:112:5: note: Variable 'm1str' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/emma.c:113:5: style: Variable 'm2str' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/emma.c:79:0: note: Variable 'm2str' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/emma.c:113:5: note: Variable 'm2str' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/emma.c:116:5: style: Variable 'seqall' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/emma.c:44:0: note: Variable 'seqall' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/emma.c:116:5: note: Variable 'seqall' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/emma.c:117:5: style: Variable 'seqout' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/emma.c:51:0: note: Variable 'seqout' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/emma.c:117:5: note: Variable 'seqout' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/emma.c:119:5: style: Variable 'dend_outfile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/emma.c:45:0: note: Variable 'dend_outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/emma.c:119:5: note: Variable 'dend_outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/emma.c:123:5: style: Variable 'dend_file' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/emma.c:58:0: note: Variable 'dend_file' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/emma.c:123:5: note: Variable 'dend_file' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/emowse.c:161:5: style: Variable 'seqall' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/emowse.c:133:0: note: Variable 'seqall' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/emowse.c:161:5: note: Variable 'seqall' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/emowse.c:162:5: style: Variable 'mwinf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/emowse.c:135:0: note: Variable 'mwinf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/emowse.c:162:5: note: Variable 'mwinf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/emowse.c:163:5: style: Variable 'enzyme' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/emowse.c:137:0: note: Variable 'enzyme' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/emowse.c:163:5: note: Variable 'enzyme' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/emowse.c:166:5: style: Variable 'ffile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/emowse.c:136:0: note: Variable 'ffile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/emowse.c:166:5: note: Variable 'ffile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/emowse.c:169:5: style: Variable 'outf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/emowse.c:134:0: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/emowse.c:169:5: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/emowse.c:170:5: style: Variable 'mfptr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/emowse.c:154:0: note: Variable 'mfptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/emowse.c:170:5: note: Variable 'mfptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/emowse.c:173:5: style: Variable 'mwdata' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/emowse.c:156:0: note: Variable 'mwdata' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/emowse.c:173:5: note: Variable 'mwdata' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/emowse.c:175:5: style: Variable 'freqs' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/emowse.c:142:0: note: Variable 'freqs' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/emowse.c:175:5: note: Variable 'freqs' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/emowse.c:259:5: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/emowse.c:256:0: note: Variable 'str' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/emowse.c:259:5: note: Variable 'str' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/emowse.c:325:5: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/emowse.c:318:0: note: Variable 'str' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/emowse.c:325:5: note: Variable 'str' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/emowse.c:963:5: style: Variable 'orc' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/emowse.c:948:0: note: Variable 'orc' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/emowse.c:963:5: note: Variable 'orc' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/emowse.c:1211:5: style: Variable 'nmarray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/emowse.c:1204:0: note: Variable 'nmarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/emowse.c:1211:5: note: Variable 'nmarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/emowse.c:1212:5: style: Variable 'substr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/emowse.c:1208:0: note: Variable 'substr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/emowse.c:1212:5: note: Variable 'substr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/emowse.c:145:12: style: The scope of the variable 'smw' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/emowse.c:426:12: style: The scope of the variable 'actmw' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/emowse.c:427:12: style: The scope of the variable 'minmw' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/emowse.c:428:12: style: The scope of the variable 'maxmw' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/emowse.c:431:12: style: The scope of the variable 'qtol' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/emowse.c:774:17: style: The scope of the variable 'p' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/emowse.c:1202:12: style: The scope of the variable 'conf' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/emowse.c:423:40: style: Function 'emowse_match' argument 10 names different: declaration 'enz' definition 'rno'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/emowse.c:102:40: note: Function 'emowse_match' argument 10 names different: declaration 'enz' definition 'rno'.
EMBOSS-6.6.0/emboss/emowse.c:423:40: note: Function 'emowse_match' argument 10 names different: declaration 'enz' definition 'rno'.
EMBOSS-6.6.0/emboss/emowse.c:886:62: style: Function 'emowse_seq_search' argument 2 names different: declaration 's' definition 'str'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/emowse.c:113:61: note: Function 'emowse_seq_search' argument 2 names different: declaration 's' definition 'str'.
EMBOSS-6.6.0/emboss/emowse.c:886:62: note: Function 'emowse_seq_search' argument 2 names different: declaration 's' definition 'str'.
EMBOSS-6.6.0/emboss/ensembltest.c:210:5: style: Variable 'aoutfile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/ensembltest.c:190:0: note: Variable 'aoutfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ensembltest.c:210:5: note: Variable 'aoutfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ensembltest.c:212:5: style: Variable 'aoutseqall' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/ensembltest.c:195:0: note: Variable 'aoutseqall' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ensembltest.c:212:5: note: Variable 'aoutseqall' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ensembltest.c:214:5: style: Variable 'large' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/ensembltest.c:188:0: note: Variable 'large' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ensembltest.c:214:5: note: Variable 'large' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ensembltest.c:225:5: style: Variable 'svrurl' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/ensembltest.c:200:0: note: Variable 'svrurl' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ensembltest.c:225:5: note: Variable 'svrurl' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ensembltest.c:226:5: style: Variable 'svrvalue' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/ensembltest.c:199:0: note: Variable 'svrvalue' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ensembltest.c:226:5: note: Variable 'svrvalue' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ensembltest.c:228:5: style: Variable 'svrnames' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/ensembltest.c:193:0: note: Variable 'svrnames' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ensembltest.c:228:5: note: Variable 'svrnames' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ensembltest.c:232:5: style: Variable 'iterator' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/ensembltest.c:192:0: note: Variable 'iterator' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ensembltest.c:232:5: note: Variable 'iterator' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ensembltest.c:984:5: style: Variable 'debug' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/ensembltest.c:965:0: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ensembltest.c:984:5: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ensembltest.c:1656:5: style: Variable 'debug' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/ensembltest.c:1633:0: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ensembltest.c:1656:5: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ensembltest.c:3736:5: style: Variable 'debug' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/ensembltest.c:3721:0: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ensembltest.c:3736:5: note: Variable 'debug' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ensembltest.c:1177:5: style: Variable 'maximum' is assigned a value that is never used. [unreadVariable]
EMBOSS-6.6.0/emboss/entrailsbook.c:44:5: style: Variable 'tables' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/entrailsbook.c:38:0: note: Variable 'tables' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/entrailsbook.c:44:5: note: Variable 'tables' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/entrailshtml.c:44:5: style: Variable 'tables' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/entrailshtml.c:38:0: note: Variable 'tables' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/entrailshtml.c:44:5: note: Variable 'tables' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/entrailswiki.c:44:5: style: Variable 'tables' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/entrailswiki.c:38:0: note: Variable 'tables' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/entrailswiki.c:44:5: note: Variable 'tables' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/entret.c:43:5: style: Variable 'outf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/entret.c:37:0: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/entret.c:43:5: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/entret.c:44:5: style: Variable 'seqall' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/entret.c:36:0: note: Variable 'seqall' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/entret.c:44:5: note: Variable 'seqall' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/epestfind.c:354:5: style: Variable 'seq' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/epestfind.c:283:0: note: Variable 'seq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/epestfind.c:354:5: note: Variable 'seq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/epestfind.c:356:5: style: Variable 'dsppot' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/epestfind.c:291:0: note: Variable 'dsppot' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/epestfind.c:356:5: note: Variable 'dsppot' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/epestfind.c:357:5: style: Variable 'dspwea' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/epestfind.c:292:0: note: Variable 'dspwea' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/epestfind.c:357:5: note: Variable 'dspwea' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/epestfind.c:358:5: style: Variable 'dspinv' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/epestfind.c:293:0: note: Variable 'dspinv' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/epestfind.c:358:5: note: Variable 'dspinv' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/epestfind.c:359:5: style: Variable 'dspmap' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/epestfind.c:294:0: note: Variable 'dspmap' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/epestfind.c:359:5: note: Variable 'dspmap' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/epestfind.c:360:5: style: Variable 'trshld' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/epestfind.c:338:0: note: Variable 'trshld' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/epestfind.c:360:5: note: Variable 'trshld' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/epestfind.c:361:5: style: Variable 'outf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/epestfind.c:280:0: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/epestfind.c:361:5: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/epestfind.c:362:5: style: Variable 'mfptr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/epestfind.c:281:0: note: Variable 'mfptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/epestfind.c:362:5: note: Variable 'mfptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/epestfind.c:363:5: style: Variable 'sorder' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/epestfind.c:287:0: note: Variable 'sorder' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/epestfind.c:363:5: note: Variable 'sorder' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/epestfind.c:364:5: style: Variable 'graph' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/epestfind.c:295:0: note: Variable 'graph' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/epestfind.c:364:5: note: Variable 'graph' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/epestfind.c:367:5: style: Variable 'map' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/epestfind.c:284:0: note: Variable 'map' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/epestfind.c:367:5: note: Variable 'map' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/epestfind.c:368:5: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/epestfind.c:285:0: note: Variable 'str' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/epestfind.c:368:5: note: Variable 'str' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/epestfind.c:369:5: style: Variable 'substr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/epestfind.c:286:0: note: Variable 'substr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/epestfind.c:369:5: note: Variable 'substr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/epestfind.c:370:5: style: Variable 'reslst' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/epestfind.c:282:0: note: Variable 'reslst' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/epestfind.c:370:5: note: Variable 'reslst' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/epestfind.c:373:5: style: Variable 'mwdata' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/epestfind.c:344:0: note: Variable 'mwdata' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/epestfind.c:373:5: note: Variable 'mwdata' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/epestfind.c:381:5: style: Variable 'itrbeg' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/epestfind.c:289:0: note: Variable 'itrbeg' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/epestfind.c:381:5: note: Variable 'itrbeg' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/epestfind.c:382:5: style: Variable 'itrend' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/epestfind.c:290:0: note: Variable 'itrend' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/epestfind.c:382:5: note: Variable 'itrend' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/epestfind.c:340:12: style: The scope of the variable 'symbol' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/eprimer3.c:310:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/eprimer3.c:182:0: note: Variable 'result' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/eprimer3.c:310:5: note: Variable 'result' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/eprimer3.c:1059:5: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/eprimer3.c:1016:18: note: Variable 'error' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/eprimer3.c:1059:5: note: Variable 'error' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/eprimer3.c:188:11: style: The scope of the variable 'stream' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/eprimer32.c:247:5: style: Variable 'scstr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/eprimer32.c:123:0: note: Variable 'scstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/eprimer32.c:247:5: note: Variable 'scstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/eprimer32.c:248:5: style: Variable 'tmfstr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/eprimer32.c:122:0: note: Variable 'tmfstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/eprimer32.c:248:5: note: Variable 'tmfstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/eprimer32.c:325:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/eprimer32.c:191:0: note: Variable 'result' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/eprimer32.c:325:5: note: Variable 'result' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/eprimer32.c:1163:5: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/eprimer32.c:1120:18: note: Variable 'error' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/eprimer32.c:1163:5: note: Variable 'error' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/eprimer32.c:197:11: style: The scope of the variable 'stream' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/equicktandem.c:252:8: style: Condition '!rpthit' is always true [knownConditionTrueFalse]
EMBOSS-6.6.0/emboss/equicktandem.c:249:21: note: Assignment 'rpthit=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/equicktandem.c:252:8: note: Condition '!rpthit' is always true
EMBOSS-6.6.0/emboss/equicktandem.c:93:5: style: Variable 'report' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/equicktandem.c:84:0: note: Variable 'report' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/equicktandem.c:93:5: note: Variable 'report' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/equicktandem.c:95:5: style: Variable 'sequence' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/equicktandem.c:78:0: note: Variable 'sequence' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/equicktandem.c:95:5: note: Variable 'sequence' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/equicktandem.c:99:5: style: Variable 'saveseq' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/equicktandem.c:79:0: note: Variable 'saveseq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/equicktandem.c:99:5: note: Variable 'saveseq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/equicktandem.c:100:5: style: Variable 'tab' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/equicktandem.c:83:0: note: Variable 'tab' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/equicktandem.c:100:5: note: Variable 'tab' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/equicktandem.c:109:5: style: Variable 'substr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/equicktandem.c:82:0: note: Variable 'substr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/equicktandem.c:109:5: note: Variable 'substr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/equicktandem.c:110:5: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/equicktandem.c:81:0: note: Variable 'str' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/equicktandem.c:110:5: note: Variable 'str' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/est2genome.c:122:5: style: Variable 'estset' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/est2genome.c:116:0: note: Variable 'estset' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/est2genome.c:122:5: note: Variable 'estset' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/est2genome.c:123:5: style: Variable 'genome' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/est2genome.c:88:0: note: Variable 'genome' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/est2genome.c:123:5: note: Variable 'genome' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/est2genome.c:124:5: style: Variable 'outfile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/est2genome.c:115:0: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/est2genome.c:124:5: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/est2genome.c:128:5: style: Variable 'match' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/est2genome.c:97:0: note: Variable 'match' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/est2genome.c:128:5: note: Variable 'match' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/est2genome.c:129:5: style: Variable 'mismatch' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/est2genome.c:98:0: note: Variable 'mismatch' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/est2genome.c:129:5: note: Variable 'mismatch' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/est2genome.c:130:5: style: Variable 'gap_penalty' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/est2genome.c:99:0: note: Variable 'gap_penalty' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/est2genome.c:130:5: note: Variable 'gap_penalty' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/est2genome.c:131:5: style: Variable 'intron_penalty' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/est2genome.c:100:0: note: Variable 'intron_penalty' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/est2genome.c:131:5: note: Variable 'intron_penalty' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/est2genome.c:132:5: style: Variable 'splice_penalty' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/est2genome.c:101:0: note: Variable 'splice_penalty' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/est2genome.c:132:5: note: Variable 'splice_penalty' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/est2genome.c:136:5: style: Variable 'minscore' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/est2genome.c:108:0: note: Variable 'minscore' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/est2genome.c:136:5: note: Variable 'minscore' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/etandem.c:186:8: style: Condition '!rpthit' is always true [knownConditionTrueFalse]
EMBOSS-6.6.0/emboss/etandem.c:178:21: note: Assignment 'rpthit=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/etandem.c:186:8: note: Condition '!rpthit' is always true
EMBOSS-6.6.0/emboss/etandem.c:364:5: style: Variable 'report' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/etandem.c:353:0: note: Variable 'report' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/etandem.c:364:5: note: Variable 'report' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/etandem.c:365:5: style: Variable 'outfile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/etandem.c:354:0: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/etandem.c:365:5: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/etandem.c:366:5: style: Variable 'sequence' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/etandem.c:340:0: note: Variable 'sequence' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/etandem.c:366:5: note: Variable 'sequence' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/etandem.c:369:5: style: Variable 'tab' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/etandem.c:352:0: note: Variable 'tab' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/etandem.c:369:5: note: Variable 'tab' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/extractfeat.c:116:5: style: Variable 'source' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/extractfeat.c:96:0: note: Variable 'source' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/extractfeat.c:116:5: note: Variable 'source' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/extractfeat.c:117:5: style: Variable 'feattype' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/extractfeat.c:97:0: note: Variable 'feattype' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/extractfeat.c:117:5: note: Variable 'feattype' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/extractfeat.c:121:5: style: Variable 'tag' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/extractfeat.c:101:0: note: Variable 'tag' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/extractfeat.c:121:5: note: Variable 'tag' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/extractfeat.c:122:5: style: Variable 'value' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/extractfeat.c:102:0: note: Variable 'value' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/extractfeat.c:122:5: note: Variable 'value' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/extractfeat.c:124:5: style: Variable 'testscore' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/extractfeat.c:103:0: note: Variable 'testscore' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/extractfeat.c:124:5: note: Variable 'testscore' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/featmerge.c:42:5: style: Variable 'feat' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/featmerge.c:36:0: note: Variable 'feat' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/featmerge.c:42:5: note: Variable 'feat' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/featmerge.c:43:5: style: Variable 'featadd' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/featmerge.c:37:0: note: Variable 'featadd' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/featmerge.c:43:5: note: Variable 'featadd' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/findkm.c:124:16: warning: Possible null pointer dereference: S [nullPointer]
EMBOSS-6.6.0/emboss/findkm.c:62:16: note: Assignment 'S=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/findkm.c:124:16: note: Null pointer dereference
EMBOSS-6.6.0/emboss/findkm.c:126:17: warning: Possible null pointer dereference: xdata [nullPointer]
EMBOSS-6.6.0/emboss/findkm.c:59:20: note: Assignment 'xdata=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/findkm.c:126:17: note: Null pointer dereference
EMBOSS-6.6.0/emboss/findkm.c:127:17: warning: Possible null pointer dereference: ydata [nullPointer]
EMBOSS-6.6.0/emboss/findkm.c:60:20: note: Assignment 'ydata=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/findkm.c:127:17: note: Null pointer dereference
EMBOSS-6.6.0/emboss/findkm.c:365:11: warning: Possible null pointer dereference: arr [nullPointer]
EMBOSS-6.6.0/emboss/findkm.c:59:20: note: Assignment 'xdata=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/findkm.c:136:38: note: Calling function 'findkm_findmax', 1st argument 'arr' value is 0
EMBOSS-6.6.0/emboss/findkm.c:365:11: note: Null pointer dereference
EMBOSS-6.6.0/emboss/findkm.c:392:11: warning: Possible null pointer dereference: arr [nullPointer]
EMBOSS-6.6.0/emboss/findkm.c:59:20: note: Assignment 'xdata=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/findkm.c:135:38: note: Calling function 'findkm_findmin', 1st argument 'arr' value is 0
EMBOSS-6.6.0/emboss/findkm.c:392:11: note: Null pointer dereference
EMBOSS-6.6.0/emboss/findkm.c:95:5: style: Variable 'infile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/findkm.c:49:0: note: Variable 'infile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/findkm.c:95:5: note: Variable 'infile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/findkm.c:96:5: style: Variable 'outfile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/findkm.c:50:0: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/findkm.c:96:5: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/findkm.c:98:5: style: Variable 'graphLB' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/findkm.c:52:0: note: Variable 'graphLB' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/findkm.c:98:5: note: Variable 'graphLB' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/findkm.c:360:42: style: Function 'findkm_findmax' argument 1 names different: declaration 'arr1' definition 'arr'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/findkm.c:35:42: note: Function 'findkm_findmax' argument 1 names different: declaration 'arr1' definition 'arr'.
EMBOSS-6.6.0/emboss/findkm.c:360:42: note: Function 'findkm_findmax' argument 1 names different: declaration 'arr1' definition 'arr'.
EMBOSS-6.6.0/emboss/findkm.c:387:42: style: Function 'findkm_findmin' argument 1 names different: declaration 'arr1' definition 'arr'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/findkm.c:36:42: note: Function 'findkm_findmin' argument 1 names different: declaration 'arr1' definition 'arr'.
EMBOSS-6.6.0/emboss/findkm.c:387:42: note: Function 'findkm_findmin' argument 1 names different: declaration 'arr1' definition 'arr'.
EMBOSS-6.6.0/emboss/findkm.c:152:0: style: Variable 'xmax' is modified but its new value is never used. [unreadVariable]
EMBOSS-6.6.0/emboss/findkm.c:154:0: style: Variable 'ymax' is modified but its new value is never used. [unreadVariable]
EMBOSS-6.6.0/emboss/freak.c:73:5: style: Variable 'bases' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/freak.c:39:0: note: Variable 'bases' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/freak.c:73:5: note: Variable 'bases' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/freak.c:78:5: style: Variable 'graph' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/freak.c:42:0: note: Variable 'graph' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/freak.c:78:5: note: Variable 'graph' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/freak.c:81:5: style: Variable 'st' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/freak.c:44:0: note: Variable 'st' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/freak.c:81:5: note: Variable 'st' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/freak.c:56:17: style: The scope of the variable 'p' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/fuzznuc.c:47:5: style: Variable 'seqall' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/fuzznuc.c:36:0: note: Variable 'seqall' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/fuzznuc.c:47:5: note: Variable 'seqall' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/fuzznuc.c:48:5: style: Variable 'report' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/fuzznuc.c:39:0: note: Variable 'report' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/fuzznuc.c:48:5: note: Variable 'report' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/fuzznuc.c:49:5: style: Variable 'plist' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/fuzznuc.c:41:0: note: Variable 'plist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/fuzznuc.c:49:5: note: Variable 'plist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/fuzznuc.c:56:5: style: Variable 'writeok' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/fuzznuc.c:42:0: note: Variable 'writeok' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/fuzznuc.c:56:5: note: Variable 'writeok' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/fuzzpro.c:46:5: style: Variable 'seqall' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/fuzzpro.c:35:0: note: Variable 'seqall' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/fuzzpro.c:46:5: note: Variable 'seqall' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/fuzzpro.c:47:5: style: Variable 'report' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/fuzzpro.c:38:0: note: Variable 'report' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/fuzzpro.c:47:5: note: Variable 'report' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/fuzzpro.c:48:5: style: Variable 'plist' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/fuzzpro.c:40:0: note: Variable 'plist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/fuzzpro.c:48:5: note: Variable 'plist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/fuzzpro.c:53:5: style: Variable 'writeok' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/fuzzpro.c:41:0: note: Variable 'writeok' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/fuzzpro.c:53:5: note: Variable 'writeok' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/fuzztran.c:68:5: style: Variable 'seqall' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/fuzztran.c:42:0: note: Variable 'seqall' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/fuzztran.c:68:5: note: Variable 'seqall' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/fuzztran.c:69:5: style: Variable 'plist' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/fuzztran.c:47:0: note: Variable 'plist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/fuzztran.c:69:5: note: Variable 'plist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/fuzztran.c:70:5: style: Variable 'report' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/fuzztran.c:46:0: note: Variable 'report' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/fuzztran.c:70:5: note: Variable 'report' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/fuzztran.c:83:5: style: Variable 'writeok' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/fuzztran.c:48:0: note: Variable 'writeok' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/fuzztran.c:83:5: note: Variable 'writeok' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/garnier.c:669:8: style: Condition '!strHelix' is always true [knownConditionTrueFalse]
EMBOSS-6.6.0/emboss/garnier.c:661:24: note: Assignment 'strHelix=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/garnier.c:669:8: note: Condition '!strHelix' is always true
EMBOSS-6.6.0/emboss/garnier.c:383:5: style: Variable 'report' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/garnier.c:369:0: note: Variable 'report' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/garnier.c:383:5: note: Variable 'report' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/garnier.c:386:5: style: Variable 'substr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/garnier.c:372:0: note: Variable 'substr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/garnier.c:386:5: note: Variable 'substr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/garnier.c:449:44: style: Function 'garnier_do' argument 2 names different: declaration 's' definition 'from'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/garnier.c:350:44: note: Function 'garnier_do' argument 2 names different: declaration 's' definition 'from'.
EMBOSS-6.6.0/emboss/garnier.c:449:44: note: Function 'garnier_do' argument 2 names different: declaration 's' definition 'from'.
EMBOSS-6.6.0/emboss/garnier.c:449:56: style: Function 'garnier_do' argument 3 names different: declaration 'len' definition 'to'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/garnier.c:350:53: note: Function 'garnier_do' argument 3 names different: declaration 'len' definition 'to'.
EMBOSS-6.6.0/emboss/garnier.c:449:56: note: Function 'garnier_do' argument 3 names different: declaration 'len' definition 'to'.
EMBOSS-6.6.0/emboss/geecee.c:42:11: style: The scope of the variable 'pgc' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/godef.c:105:5: style: Variable 'namespace' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/godef.c:79:0: note: Variable 'namespace' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/godef.c:105:5: note: Variable 'namespace' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/godef.c:106:5: style: Variable 'outfile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/godef.c:80:0: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/godef.c:106:5: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/godef.c:107:5: style: Variable 'subclasses' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/godef.c:81:0: note: Variable 'subclasses' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/godef.c:107:5: note: Variable 'subclasses' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/godef.c:108:5: style: Variable 'obsolete' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/godef.c:82:0: note: Variable 'obsolete' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/godef.c:108:5: note: Variable 'obsolete' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/godef.c:117:5: style: Variable 'oboin' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/godef.c:86:0: note: Variable 'oboin' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/godef.c:117:5: note: Variable 'oboin' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/godef.c:118:5: style: Variable 'obo' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/godef.c:84:0: note: Variable 'obo' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/godef.c:118:5: note: Variable 'obo' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/godef.c:120:5: style: Variable 'obolist' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/godef.c:88:0: note: Variable 'obolist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/godef.c:120:5: note: Variable 'obolist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/godef.c:122:5: style: Variable 'foundtable' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/godef.c:92:0: note: Variable 'foundtable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/godef.c:122:5: note: Variable 'foundtable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/godef.c:123:5: style: Variable 'nstable' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/godef.c:93:0: note: Variable 'nstable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/godef.c:123:5: note: Variable 'nstable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/goname.c:109:5: style: Variable 'namespace' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/goname.c:79:0: note: Variable 'namespace' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/goname.c:109:5: note: Variable 'namespace' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/goname.c:110:5: style: Variable 'outfile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/goname.c:80:0: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/goname.c:110:5: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/goname.c:111:5: style: Variable 'subclasses' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/goname.c:81:0: note: Variable 'subclasses' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/goname.c:111:5: note: Variable 'subclasses' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/goname.c:112:5: style: Variable 'obsolete' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/goname.c:82:0: note: Variable 'obsolete' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/goname.c:112:5: note: Variable 'obsolete' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/goname.c:121:5: style: Variable 'oboin' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/goname.c:86:0: note: Variable 'oboin' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/goname.c:121:5: note: Variable 'oboin' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/goname.c:122:5: style: Variable 'obo' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/goname.c:84:0: note: Variable 'obo' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/goname.c:122:5: note: Variable 'obo' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/goname.c:124:5: style: Variable 'obolist' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/goname.c:88:0: note: Variable 'obolist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/goname.c:124:5: note: Variable 'obolist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/goname.c:126:5: style: Variable 'foundtable' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/goname.c:92:0: note: Variable 'foundtable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/goname.c:126:5: note: Variable 'foundtable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/goname.c:127:5: style: Variable 'nstable' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/goname.c:93:0: note: Variable 'nstable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/goname.c:127:5: note: Variable 'nstable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/helixturnhelix.c:197:12: style: Condition 'outf' is always false [knownConditionTrueFalse]
EMBOSS-6.6.0/emboss/helixturnhelix.c:75:22: note: Assignment 'outf=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/helixturnhelix.c:197:12: note: Condition 'outf' is always false
EMBOSS-6.6.0/emboss/helixturnhelix.c:508:8: style: Condition '!fthit' is always true [knownConditionTrueFalse]
EMBOSS-6.6.0/emboss/helixturnhelix.c:505:20: note: Assignment 'fthit=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/helixturnhelix.c:508:8: note: Condition '!fthit' is always true
EMBOSS-6.6.0/emboss/helixturnhelix.c:114:5: style: Variable 'report' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/helixturnhelix.c:76:0: note: Variable 'report' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/helixturnhelix.c:114:5: note: Variable 'report' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/helixturnhelix.c:123:5: style: Variable 'substr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/helixturnhelix.c:79:0: note: Variable 'substr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/helixturnhelix.c:123:5: note: Variable 'substr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/helixturnhelix.c:124:5: style: Variable 'matrix' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/helixturnhelix.c:86:0: note: Variable 'matrix' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/helixturnhelix.c:124:5: note: Variable 'matrix' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/helixturnhelix.c:126:5: style: Variable 'eightyseven' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/helixturnhelix.c:80:0: note: Variable 'eightyseven' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/helixturnhelix.c:126:5: note: Variable 'eightyseven' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/helixturnhelix.c:135:5: style: Variable 'ajb' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/helixturnhelix.c:77:0: note: Variable 'ajb' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/helixturnhelix.c:135:5: note: Variable 'ajb' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/helixturnhelix.c:428:5: style: Variable 'hp' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/helixturnhelix.c:421:0: note: Variable 'hp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/helixturnhelix.c:428:5: note: Variable 'hp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/helixturnhelix.c:429:5: style: Variable 'hsd' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/helixturnhelix.c:422:0: note: Variable 'hsd' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/helixturnhelix.c:429:5: note: Variable 'hsd' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/helixturnhelix.c:94:17: style: The scope of the variable 'p' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/helixturnhelix.c:95:11: style: The scope of the variable 'q' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/helixturnhelix.c:249:17: style: The scope of the variable 'p' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/histogramtest.c:53:5: style: Variable 'graph' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/histogramtest.c:38:0: note: Variable 'graph' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/histogramtest.c:53:5: note: Variable 'graph' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/histogramtest.c:57:5: style: Variable 'hist' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/histogramtest.c:37:0: note: Variable 'hist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/histogramtest.c:57:5: note: Variable 'hist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/hmoment.c:90:5: style: Variable 'graph' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/hmoment.c:53:0: note: Variable 'graph' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/hmoment.c:90:5: note: Variable 'graph' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/hmoment.c:93:5: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/hmoment.c:49:0: note: Variable 'str' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/hmoment.c:93:5: note: Variable 'str' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/hmoment.c:94:5: style: Variable 'st' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/hmoment.c:50:0: note: Variable 'st' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/hmoment.c:94:5: note: Variable 'st' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/hmoment.c:73:17: style: The scope of the variable 'p' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/hmoment.c:74:17: style: The scope of the variable 'sname' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/hmoment.c:284:12: style: The scope of the variable 'h' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/iep.c:91:5: style: Variable 'amino' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/iep.c:52:0: note: Variable 'amino' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/iep.c:91:5: note: Variable 'amino' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/iep.c:92:5: style: Variable 'carboxyl' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/iep.c:53:0: note: Variable 'carboxyl' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/iep.c:92:5: note: Variable 'carboxyl' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/iep.c:95:5: style: Variable 'pkptr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/iep.c:71:0: note: Variable 'pkptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/iep.c:95:5: note: Variable 'pkptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/iep.c:111:4: style: Variable 'graph' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/iep.c:49:0: note: Variable 'graph' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/iep.c:111:4: note: Variable 'graph' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/infoalign.c:112:5: style: Variable 'seqset' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/infoalign.c:59:0: note: Variable 'seqset' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/infoalign.c:112:5: note: Variable 'seqset' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/infoassembly.c:271:5: warning: Possible null pointer dereference: stats [nullPointer]
EMBOSS-6.6.0/emboss/infoassembly.c:222:27: note: Assignment 'stats=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/infoassembly.c:271:5: note: Null pointer dereference
EMBOSS-6.6.0/emboss/infoassembly.c:272:13: warning: Possible null pointer dereference: stats [nullPointer]
EMBOSS-6.6.0/emboss/infoassembly.c:222:27: note: Assignment 'stats=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/infoassembly.c:272:13: note: Null pointer dereference
EMBOSS-6.6.0/emboss/infoassembly.c:275:15: warning: Possible null pointer dereference: stats [nullPointer]
EMBOSS-6.6.0/emboss/infoassembly.c:222:27: note: Assignment 'stats=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/infoassembly.c:275:15: note: Null pointer dereference
EMBOSS-6.6.0/emboss/infoassembly.c:792:2: warning: Possible null pointer dereference: gc [nullPointer]
EMBOSS-6.6.0/emboss/infoassembly.c:775:16: note: Assignment 'gc=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/infoassembly.c:792:2: note: Null pointer dereference
EMBOSS-6.6.0/emboss/infoassembly.c:256:5: style: Variable 'assemload' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/infoassembly.c:218:0: note: Variable 'assemload' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/infoassembly.c:256:5: note: Variable 'assemload' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/infoassembly.c:257:5: style: Variable 'outfile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/infoassembly.c:214:0: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/infoassembly.c:257:5: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/infoassembly.c:258:5: style: Variable 'refseqs' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/infoassembly.c:220:0: note: Variable 'refseqs' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/infoassembly.c:258:5: note: Variable 'refseqs' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/infoassembly.c:259:5: style: Variable 'gcbias' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/infoassembly.c:215:0: note: Variable 'gcbias' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/infoassembly.c:259:5: note: Variable 'gcbias' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/infoassembly.c:260:5: style: Variable 'qdist' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/infoassembly.c:216:0: note: Variable 'qdist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/infoassembly.c:260:5: note: Variable 'qdist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/infoassembly.c:877:5: style: Variable 'alblocks' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/infoassembly.c:868:0: note: Variable 'alblocks' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/infoassembly.c:877:5: note: Variable 'alblocks' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/infoassembly.c:878:5: style: Variable 'readBases' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/infoassembly.c:869:0: note: Variable 'readBases' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/infoassembly.c:878:5: note: Variable 'readBases' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/infoassembly.c:880:5: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/infoassembly.c:870:0: note: Variable 'i' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/infoassembly.c:880:5: note: Variable 'i' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/infoassembly.c:711:9: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/infoassembly.c:873:9: style: The scope of the variable 'readBlockStart' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/infoassembly.c:874:9: style: The scope of the variable 'referenceBlockStart' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/infoassembly.c:875:9: style: The scope of the variable 'length' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/infoassembly.c:1015:9: style: The scope of the variable 'iqual' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/infoassembly.c:538:69: style: Function 'printContigStats' argument 2 names different: declaration 'avqualvals' definition 'stats'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/infoassembly.c:193:23: note: Function 'printContigStats' argument 2 names different: declaration 'avqualvals' definition 'stats'.
EMBOSS-6.6.0/emboss/infoassembly.c:538:69: note: Function 'printContigStats' argument 2 names different: declaration 'avqualvals' definition 'stats'.
EMBOSS-6.6.0/emboss/infoassembly.c:862:54: style: Function 'infoassembly_countMismatches' argument 1 names different: declaration 'read' definition 'readalgn'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/infoassembly.c:174:54: note: Function 'infoassembly_countMismatches' argument 1 names different: declaration 'read' definition 'readalgn'.
EMBOSS-6.6.0/emboss/infoassembly.c:862:54: note: Function 'infoassembly_countMismatches' argument 1 names different: declaration 'read' definition 'readalgn'.
EMBOSS-6.6.0/emboss/infoassembly.c:1032:62: style: Variable 'totalAlignedReads' is modified but its new value is never used. [unreadVariable]
EMBOSS-6.6.0/emboss/infobase.c:46:5: style: Variable 'code' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/infobase.c:39:0: note: Variable 'code' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/infobase.c:46:5: note: Variable 'code' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/infobase.c:40:13: style: The scope of the variable 'code1' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/inforesidue.c:62:5: style: Variable 'code' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/inforesidue.c:41:0: note: Variable 'code' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/inforesidue.c:62:5: note: Variable 'code' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/inforesidue.c:63:5: style: Variable 'mfptr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/inforesidue.c:42:0: note: Variable 'mfptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/inforesidue.c:63:5: note: Variable 'mfptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/inforesidue.c:64:5: style: Variable 'wfptr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/inforesidue.c:43:0: note: Variable 'wfptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/inforesidue.c:64:5: note: Variable 'wfptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/inforesidue.c:65:5: style: Variable 'outf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/inforesidue.c:44:0: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/inforesidue.c:65:5: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/inforesidue.c:51:13: style: The scope of the variable 'code1' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/infoseq.c:99:5: style: Variable 'outfile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/infoseq.c:67:0: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/infoseq.c:99:5: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/infoseq.c:100:5: style: Variable 'seqall' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/infoseq.c:52:0: note: Variable 'seqall' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/infoseq.c:100:5: note: Variable 'seqall' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/infoseq.c:114:5: style: Variable 'columns' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/infoseq.c:86:0: note: Variable 'columns' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/infoseq.c:114:5: note: Variable 'columns' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/infoseq.c:115:5: style: Variable 'delimiter' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/infoseq.c:87:0: note: Variable 'delimiter' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/infoseq.c:115:5: note: Variable 'delimiter' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/infoseq.c:117:5: style: Variable 'altusa' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/infoseq.c:68:0: note: Variable 'altusa' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/infoseq.c:117:5: note: Variable 'altusa' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/infoseq.c:118:5: style: Variable 'altname' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/infoseq.c:69:0: note: Variable 'altname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/infoseq.c:118:5: note: Variable 'altname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/infoseq.c:119:5: style: Variable 'altacc' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/infoseq.c:70:0: note: Variable 'altacc' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/infoseq.c:119:5: note: Variable 'altacc' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/infoseq.c:120:5: style: Variable 'altgi' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/infoseq.c:71:0: note: Variable 'altgi' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/infoseq.c:120:5: note: Variable 'altgi' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/infoseq.c:121:5: style: Variable 'altsv' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/infoseq.c:72:0: note: Variable 'altsv' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/infoseq.c:121:5: note: Variable 'altsv' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/infoseq.c:122:5: style: Variable 'altdb' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/infoseq.c:73:0: note: Variable 'altdb' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/infoseq.c:122:5: note: Variable 'altdb' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/infoseq.c:123:5: style: Variable 'tempstr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/infoseq.c:88:0: note: Variable 'tempstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/infoseq.c:123:5: note: Variable 'tempstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/intconv.c:54:5: style: Variable 'inf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/intconv.c:43:0: note: Variable 'inf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/intconv.c:54:5: note: Variable 'inf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/intconv.c:55:5: style: Variable 'outf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/intconv.c:44:0: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/intconv.c:55:5: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/intconv.c:57:5: style: Variable 'line' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/intconv.c:45:0: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/intconv.c:57:5: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/isochore.c:44:10: style: struct member 'SIntarr::Padding' is never used. [unusedStructMember]
EMBOSS-6.6.0/emboss/jaspextract.c:103:5: style: Variable 'directory' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/jaspextract.c:95:0: note: Variable 'directory' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspextract.c:103:5: note: Variable 'directory' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspextract.c:105:5: style: Variable 'mtable' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/jaspextract.c:96:0: note: Variable 'mtable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspextract.c:105:5: note: Variable 'mtable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspextract.c:106:5: style: Variable 'jdirlist' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/jaspextract.c:98:0: note: Variable 'jdirlist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspextract.c:106:5: note: Variable 'jdirlist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspextract.c:150:5: style: Variable 'datadir' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/jaspextract.c:144:18: note: Variable 'datadir' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspextract.c:150:5: note: Variable 'datadir' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspextract.c:217:5: style: Variable 'matrixfile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/jaspextract.c:199:0: note: Variable 'matrixfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspextract.c:217:5: note: Variable 'matrixfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspextract.c:218:5: style: Variable 'flist' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/jaspextract.c:200:0: note: Variable 'flist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspextract.c:218:5: note: Variable 'flist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspextract.c:219:5: style: Variable 'wild' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/jaspextract.c:202:0: note: Variable 'wild' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspextract.c:219:5: note: Variable 'wild' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspextract.c:220:5: style: Variable 'bname' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/jaspextract.c:204:0: note: Variable 'bname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspextract.c:220:5: note: Variable 'bname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspextract.c:221:5: style: Variable 'line' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/jaspextract.c:205:0: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspextract.c:221:5: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspextract.c:222:5: style: Variable 'dest' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/jaspextract.c:206:0: note: Variable 'dest' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspextract.c:222:5: note: Variable 'dest' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspextract.c:225:5: style: Variable 'datadir' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/jaspextract.c:208:18: note: Variable 'datadir' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspextract.c:225:5: note: Variable 'datadir' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspextract.c:326:5: style: Variable 'matrixfile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/jaspextract.c:319:0: note: Variable 'matrixfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspextract.c:326:5: note: Variable 'matrixfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspextract.c:329:5: style: Variable 'datadir' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/jaspextract.c:317:18: note: Variable 'datadir' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspextract.c:329:5: note: Variable 'datadir' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspextract.c:390:5: style: Variable 'datadir' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/jaspextract.c:384:18: note: Variable 'datadir' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspextract.c:390:5: note: Variable 'datadir' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspextract.c:440:5: style: Variable 'wild' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/jaspextract.c:428:0: note: Variable 'wild' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspextract.c:440:5: note: Variable 'wild' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspextract.c:441:5: style: Variable 'flist' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/jaspextract.c:429:0: note: Variable 'flist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspextract.c:441:5: note: Variable 'flist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspextract.c:442:5: style: Variable 'key' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/jaspextract.c:430:0: note: Variable 'key' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspextract.c:442:5: note: Variable 'key' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspextract.c:443:5: style: Variable 'dest' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/jaspextract.c:432:0: note: Variable 'dest' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspextract.c:443:5: note: Variable 'dest' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspextract.c:447:5: style: Variable 'outf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/jaspextract.c:435:0: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspextract.c:447:5: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspscan.c:804:5: warning: Possible null pointer dereference: thys [nullPointer]
EMBOSS-6.6.0/emboss/jaspscan.c:801:21: note: Assignment 'thys=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/jaspscan.c:804:5: note: Null pointer dereference
EMBOSS-6.6.0/emboss/jaspscan.c:1138:5: warning: Possible null pointer dereference: thys [nullPointer]
EMBOSS-6.6.0/emboss/jaspscan.c:1134:20: note: Assignment 'thys=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/jaspscan.c:1138:5: note: Null pointer dereference
EMBOSS-6.6.0/emboss/jaspscan.c:1139:5: warning: Possible null pointer dereference: thys [nullPointer]
EMBOSS-6.6.0/emboss/jaspscan.c:1134:20: note: Assignment 'thys=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/jaspscan.c:1139:5: note: Null pointer dereference
EMBOSS-6.6.0/emboss/jaspscan.c:1140:5: warning: Possible null pointer dereference: thys [nullPointer]
EMBOSS-6.6.0/emboss/jaspscan.c:1134:20: note: Assignment 'thys=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/jaspscan.c:1140:5: note: Null pointer dereference
EMBOSS-6.6.0/emboss/jaspscan.c:1141:5: warning: Possible null pointer dereference: thys [nullPointer]
EMBOSS-6.6.0/emboss/jaspscan.c:1134:20: note: Assignment 'thys=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/jaspscan.c:1141:5: note: Null pointer dereference
EMBOSS-6.6.0/emboss/jaspscan.c:1142:5: warning: Possible null pointer dereference: thys [nullPointer]
EMBOSS-6.6.0/emboss/jaspscan.c:1134:20: note: Assignment 'thys=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/jaspscan.c:1142:5: note: Null pointer dereference
EMBOSS-6.6.0/emboss/jaspscan.c:1143:5: warning: Possible null pointer dereference: thys [nullPointer]
EMBOSS-6.6.0/emboss/jaspscan.c:1134:20: note: Assignment 'thys=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/jaspscan.c:1143:5: note: Null pointer dereference
EMBOSS-6.6.0/emboss/jaspscan.c:1144:5: warning: Possible null pointer dereference: thys [nullPointer]
EMBOSS-6.6.0/emboss/jaspscan.c:1134:20: note: Assignment 'thys=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/jaspscan.c:1144:5: note: Null pointer dereference
EMBOSS-6.6.0/emboss/jaspscan.c:1145:5: warning: Possible null pointer dereference: thys [nullPointer]
EMBOSS-6.6.0/emboss/jaspscan.c:1134:20: note: Assignment 'thys=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/jaspscan.c:1145:5: note: Null pointer dereference
EMBOSS-6.6.0/emboss/jaspscan.c:1146:5: warning: Possible null pointer dereference: thys [nullPointer]
EMBOSS-6.6.0/emboss/jaspscan.c:1134:20: note: Assignment 'thys=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/jaspscan.c:1146:5: note: Null pointer dereference
EMBOSS-6.6.0/emboss/jaspscan.c:1147:5: warning: Possible null pointer dereference: thys [nullPointer]
EMBOSS-6.6.0/emboss/jaspscan.c:1134:20: note: Assignment 'thys=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/jaspscan.c:1147:5: note: Null pointer dereference
EMBOSS-6.6.0/emboss/jaspscan.c:1148:5: warning: Possible null pointer dereference: thys [nullPointer]
EMBOSS-6.6.0/emboss/jaspscan.c:1134:20: note: Assignment 'thys=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/jaspscan.c:1148:5: note: Null pointer dereference
EMBOSS-6.6.0/emboss/jaspscan.c:1149:5: warning: Possible null pointer dereference: thys [nullPointer]
EMBOSS-6.6.0/emboss/jaspscan.c:1134:20: note: Assignment 'thys=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/jaspscan.c:1149:5: note: Null pointer dereference
EMBOSS-6.6.0/emboss/jaspscan.c:1150:5: warning: Possible null pointer dereference: thys [nullPointer]
EMBOSS-6.6.0/emboss/jaspscan.c:1134:20: note: Assignment 'thys=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/jaspscan.c:1150:5: note: Null pointer dereference
EMBOSS-6.6.0/emboss/jaspscan.c:1151:5: warning: Possible null pointer dereference: thys [nullPointer]
EMBOSS-6.6.0/emboss/jaspscan.c:1134:20: note: Assignment 'thys=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/jaspscan.c:1151:5: note: Null pointer dereference
EMBOSS-6.6.0/emboss/jaspscan.c:1152:5: warning: Possible null pointer dereference: thys [nullPointer]
EMBOSS-6.6.0/emboss/jaspscan.c:1134:20: note: Assignment 'thys=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/jaspscan.c:1152:5: note: Null pointer dereference
EMBOSS-6.6.0/emboss/jaspscan.c:1153:5: warning: Possible null pointer dereference: thys [nullPointer]
EMBOSS-6.6.0/emboss/jaspscan.c:1134:20: note: Assignment 'thys=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/jaspscan.c:1153:5: note: Null pointer dereference
EMBOSS-6.6.0/emboss/jaspscan.c:1154:5: warning: Possible null pointer dereference: thys [nullPointer]
EMBOSS-6.6.0/emboss/jaspscan.c:1134:20: note: Assignment 'thys=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/jaspscan.c:1154:5: note: Null pointer dereference
EMBOSS-6.6.0/emboss/jaspscan.c:1155:5: warning: Possible null pointer dereference: thys [nullPointer]
EMBOSS-6.6.0/emboss/jaspscan.c:1134:20: note: Assignment 'thys=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/jaspscan.c:1155:5: note: Null pointer dereference
EMBOSS-6.6.0/emboss/jaspscan.c:1156:5: warning: Possible null pointer dereference: thys [nullPointer]
EMBOSS-6.6.0/emboss/jaspscan.c:1134:20: note: Assignment 'thys=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/jaspscan.c:1156:5: note: Null pointer dereference
EMBOSS-6.6.0/emboss/jaspscan.c:223:5: style: Variable 'menu' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/jaspscan.c:191:0: note: Variable 'menu' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspscan.c:223:5: note: Variable 'menu' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspscan.c:224:5: style: Variable 'mats' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/jaspscan.c:193:0: note: Variable 'mats' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspscan.c:224:5: note: Variable 'mats' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspscan.c:225:5: style: Variable 'excl' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/jaspscan.c:194:0: note: Variable 'excl' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspscan.c:225:5: note: Variable 'excl' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspscan.c:226:5: style: Variable 'thresh' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/jaspscan.c:196:0: note: Variable 'thresh' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspscan.c:226:5: note: Variable 'thresh' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspscan.c:227:5: style: Variable 'report' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/jaspscan.c:188:0: note: Variable 'report' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspscan.c:227:5: note: Variable 'report' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspscan.c:228:5: style: Variable 'both' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/jaspscan.c:217:0: note: Variable 'both' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspscan.c:228:5: note: Variable 'both' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspscan.c:230:5: style: Variable 'jaspdir' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/jaspscan.c:190:0: note: Variable 'jaspdir' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspscan.c:230:5: note: Variable 'jaspdir' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspscan.c:231:5: style: Variable 'substr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/jaspscan.c:192:0: note: Variable 'substr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspscan.c:231:5: note: Variable 'substr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspscan.c:233:5: style: Variable 'flist' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/jaspscan.c:203:0: note: Variable 'flist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspscan.c:233:5: note: Variable 'flist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspscan.c:234:5: style: Variable 'hits' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/jaspscan.c:204:0: note: Variable 'hits' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspscan.c:234:5: note: Variable 'hits' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspscan.c:235:5: style: Variable 'dir' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/jaspscan.c:200:0: note: Variable 'dir' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspscan.c:235:5: note: Variable 'dir' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspscan.c:236:5: style: Variable 'head' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/jaspscan.c:206:0: note: Variable 'head' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspscan.c:236:5: note: Variable 'head' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspscan.c:360:5: style: Variable 'tlist' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/jaspscan.c:355:0: note: Variable 'tlist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspscan.c:360:5: note: Variable 'tlist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspscan.c:361:5: style: Variable 'jdir' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/jaspscan.c:356:0: note: Variable 'jdir' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspscan.c:361:5: note: Variable 'jdir' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspscan.c:362:5: style: Variable 'wstr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/jaspscan.c:357:0: note: Variable 'wstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspscan.c:362:5: note: Variable 'wstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspscan.c:622:5: style: Variable 'maxscore' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/jaspscan.c:617:0: note: Variable 'maxscore' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspscan.c:622:5: note: Variable 'maxscore' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspscan.c:765:5: style: Variable 'line' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/jaspscan.c:758:0: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspscan.c:765:5: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspscan.c:767:5: style: Variable 'inf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/jaspscan.c:757:0: note: Variable 'inf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspscan.c:767:5: note: Variable 'inf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspscan.c:863:5: style: Variable 'lfile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/jaspscan.c:852:0: note: Variable 'lfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspscan.c:863:5: note: Variable 'lfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspscan.c:864:5: style: Variable 'line' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/jaspscan.c:853:0: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspscan.c:864:5: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspscan.c:865:5: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/jaspscan.c:855:0: note: Variable 'str' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspscan.c:865:5: note: Variable 'str' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspscan.c:870:5: style: Variable 'inf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/jaspscan.c:859:0: note: Variable 'inf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspscan.c:870:5: note: Variable 'inf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspscan.c:959:5: style: Variable 'lfile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/jaspscan.c:948:0: note: Variable 'lfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspscan.c:959:5: note: Variable 'lfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspscan.c:960:5: style: Variable 'line' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/jaspscan.c:949:0: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspscan.c:960:5: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspscan.c:961:5: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/jaspscan.c:951:0: note: Variable 'str' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspscan.c:961:5: note: Variable 'str' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspscan.c:966:5: style: Variable 'inf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/jaspscan.c:955:0: note: Variable 'inf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspscan.c:966:5: note: Variable 'inf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspscan.c:1055:5: style: Variable 'value' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/jaspscan.c:1053:0: note: Variable 'value' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspscan.c:1055:5: note: Variable 'value' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspscan.c:1056:5: style: Variable 'key' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/jaspscan.c:1052:0: note: Variable 'key' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspscan.c:1056:5: note: Variable 'key' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspscan.c:1231:5: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/jaspscan.c:1228:0: note: Variable 'str' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspscan.c:1231:5: note: Variable 'str' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspscan.c:1386:5: style: Variable 'mtmp' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/jaspscan.c:1380:0: note: Variable 'mtmp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspscan.c:1386:5: note: Variable 'mtmp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/jaspscan.c:614:11: style: The scope of the variable 'rmax' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/lindna.c:350:11: warning: Possible null pointer dereference: NumNames [nullPointer]
EMBOSS-6.6.0/emboss/lindna.c:158:22: note: Assignment 'NumNames=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/lindna.c:350:11: note: Null pointer dereference
EMBOSS-6.6.0/emboss/lindna.c:351:11: warning: Possible null pointer dereference: Colour [nullPointer]
EMBOSS-6.6.0/emboss/lindna.c:163:20: note: Assignment 'Colour=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/lindna.c:351:11: note: Null pointer dereference
EMBOSS-6.6.0/emboss/lindna.c:352:11: warning: Possible null pointer dereference: Adjust [nullPointer]
EMBOSS-6.6.0/emboss/lindna.c:164:20: note: Assignment 'Adjust=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/lindna.c:352:11: note: Null pointer dereference
EMBOSS-6.6.0/emboss/lindna.c:353:11: warning: Possible null pointer dereference: FromSymbol [nullPointer]
EMBOSS-6.6.0/emboss/lindna.c:166:23: note: Assignment 'FromSymbol=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/lindna.c:353:11: note: Null pointer dereference
EMBOSS-6.6.0/emboss/lindna.c:354:11: warning: Possible null pointer dereference: ToSymbol [nullPointer]
EMBOSS-6.6.0/emboss/lindna.c:167:21: note: Assignment 'ToSymbol=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/lindna.c:354:11: note: Null pointer dereference
EMBOSS-6.6.0/emboss/lindna.c:355:11: warning: Possible null pointer dereference: TextOri [nullPointer]
EMBOSS-6.6.0/emboss/lindna.c:168:20: note: Assignment 'TextOri=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/lindna.c:355:11: note: Null pointer dereference
EMBOSS-6.6.0/emboss/lindna.c:356:11: warning: Possible null pointer dereference: From [nullPointer]
EMBOSS-6.6.0/emboss/lindna.c:178:18: note: Assignment 'From=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/lindna.c:356:11: note: Null pointer dereference
EMBOSS-6.6.0/emboss/lindna.c:357:11: warning: Possible null pointer dereference: To [nullPointer]
EMBOSS-6.6.0/emboss/lindna.c:179:16: note: Assignment 'To=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/lindna.c:357:11: note: Null pointer dereference
EMBOSS-6.6.0/emboss/lindna.c:358:11: warning: Possible null pointer dereference: Style [nullPointer]
EMBOSS-6.6.0/emboss/lindna.c:213:20: note: Assignment 'Style=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/lindna.c:358:11: note: Null pointer dereference
EMBOSS-6.6.0/emboss/lindna.c:359:11: warning: Possible null pointer dereference: Name [nullPointer]
EMBOSS-6.6.0/emboss/lindna.c:212:19: note: Assignment 'Name=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/lindna.c:359:11: note: Null pointer dereference
EMBOSS-6.6.0/emboss/lindna.c:362:7: warning: Possible null pointer dereference: From [nullPointer]
EMBOSS-6.6.0/emboss/lindna.c:178:18: note: Assignment 'From=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/lindna.c:362:7: note: Null pointer dereference
EMBOSS-6.6.0/emboss/lindna.c:362:16: warning: Possible null pointer dereference: To [nullPointer]
EMBOSS-6.6.0/emboss/lindna.c:179:16: note: Assignment 'To=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/lindna.c:362:16: note: Null pointer dereference
EMBOSS-6.6.0/emboss/lindna.c:363:7: warning: Possible null pointer dereference: Name [nullPointer]
EMBOSS-6.6.0/emboss/lindna.c:212:19: note: Assignment 'Name=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/lindna.c:363:7: note: Null pointer dereference
EMBOSS-6.6.0/emboss/lindna.c:364:7: warning: Possible null pointer dereference: FromSymbol [nullPointer]
EMBOSS-6.6.0/emboss/lindna.c:166:23: note: Assignment 'FromSymbol=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/lindna.c:364:7: note: Null pointer dereference
EMBOSS-6.6.0/emboss/lindna.c:364:22: warning: Possible null pointer dereference: ToSymbol [nullPointer]
EMBOSS-6.6.0/emboss/lindna.c:167:21: note: Assignment 'ToSymbol=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/lindna.c:364:22: note: Null pointer dereference
EMBOSS-6.6.0/emboss/lindna.c:365:7: warning: Possible null pointer dereference: Style [nullPointer]
EMBOSS-6.6.0/emboss/lindna.c:213:20: note: Assignment 'Style=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/lindna.c:365:7: note: Null pointer dereference
EMBOSS-6.6.0/emboss/lindna.c:365:17: warning: Possible null pointer dereference: TextOri [nullPointer]
EMBOSS-6.6.0/emboss/lindna.c:168:20: note: Assignment 'TextOri=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/lindna.c:365:17: note: Null pointer dereference
EMBOSS-6.6.0/emboss/lindna.c:366:22: warning: Possible null pointer dereference: NumNames [nullPointer]
EMBOSS-6.6.0/emboss/lindna.c:158:22: note: Assignment 'NumNames=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/lindna.c:366:22: note: Null pointer dereference
EMBOSS-6.6.0/emboss/lindna.c:367:7: warning: Possible null pointer dereference: Colour [nullPointer]
EMBOSS-6.6.0/emboss/lindna.c:163:20: note: Assignment 'Colour=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/lindna.c:367:7: note: Null pointer dereference
EMBOSS-6.6.0/emboss/lindna.c:368:7: warning: Possible null pointer dereference: NumLabels [nullPointer]
EMBOSS-6.6.0/emboss/lindna.c:157:22: note: Assignment 'NumLabels=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/lindna.c:368:7: note: Null pointer dereference
EMBOSS-6.6.0/emboss/lindna.c:369:13: warning: Possible null pointer dereference: NumNames [nullPointer]
EMBOSS-6.6.0/emboss/lindna.c:158:22: note: Assignment 'NumNames=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/lindna.c:369:13: note: Null pointer dereference
EMBOSS-6.6.0/emboss/lindna.c:370:13: warning: Possible null pointer dereference: Colour [nullPointer]
EMBOSS-6.6.0/emboss/lindna.c:163:20: note: Assignment 'Colour=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/lindna.c:370:13: note: Null pointer dereference
EMBOSS-6.6.0/emboss/lindna.c:371:13: warning: Possible null pointer dereference: Adjust [nullPointer]
EMBOSS-6.6.0/emboss/lindna.c:164:20: note: Assignment 'Adjust=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/lindna.c:371:13: note: Null pointer dereference
EMBOSS-6.6.0/emboss/lindna.c:372:13: warning: Possible null pointer dereference: FromSymbol [nullPointer]
EMBOSS-6.6.0/emboss/lindna.c:166:23: note: Assignment 'FromSymbol=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/lindna.c:372:13: note: Null pointer dereference
EMBOSS-6.6.0/emboss/lindna.c:373:13: warning: Possible null pointer dereference: ToSymbol [nullPointer]
EMBOSS-6.6.0/emboss/lindna.c:167:21: note: Assignment 'ToSymbol=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/lindna.c:373:13: note: Null pointer dereference
EMBOSS-6.6.0/emboss/lindna.c:374:13: warning: Possible null pointer dereference: TextOri [nullPointer]
EMBOSS-6.6.0/emboss/lindna.c:168:20: note: Assignment 'TextOri=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/lindna.c:374:13: note: Null pointer dereference
EMBOSS-6.6.0/emboss/lindna.c:375:13: warning: Possible null pointer dereference: From [nullPointer]
EMBOSS-6.6.0/emboss/lindna.c:178:18: note: Assignment 'From=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/lindna.c:375:13: note: Null pointer dereference
EMBOSS-6.6.0/emboss/lindna.c:376:13: warning: Possible null pointer dereference: To [nullPointer]
EMBOSS-6.6.0/emboss/lindna.c:179:16: note: Assignment 'To=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/lindna.c:376:13: note: Null pointer dereference
EMBOSS-6.6.0/emboss/lindna.c:377:13: warning: Possible null pointer dereference: Style [nullPointer]
EMBOSS-6.6.0/emboss/lindna.c:213:20: note: Assignment 'Style=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/lindna.c:377:13: note: Null pointer dereference
EMBOSS-6.6.0/emboss/lindna.c:378:13: warning: Possible null pointer dereference: Name [nullPointer]
EMBOSS-6.6.0/emboss/lindna.c:212:19: note: Assignment 'Name=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/lindna.c:378:13: note: Null pointer dereference
EMBOSS-6.6.0/emboss/lindna.c:439:2: warning: Possible null pointer dereference: AdjustMax [nullPointer]
EMBOSS-6.6.0/emboss/lindna.c:165:22: note: Assignment 'AdjustMax=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/lindna.c:439:2: note: Null pointer dereference
EMBOSS-6.6.0/emboss/lindna.c:451:2: warning: Possible null pointer dereference: GroupHeight [nullPointer]
EMBOSS-6.6.0/emboss/lindna.c:183:24: note: Assignment 'GroupHeight=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/lindna.c:451:2: note: Null pointer dereference
EMBOSS-6.6.0/emboss/lindna.c:457:18: warning: Possible null pointer dereference: GroupHeight [nullPointer]
EMBOSS-6.6.0/emboss/lindna.c:183:24: note: Assignment 'GroupHeight=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/lindna.c:457:18: note: Null pointer dereference
EMBOSS-6.6.0/emboss/lindna.c:1205:11: style: The scope of the variable 'yupper' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/lindna.c:1206:11: style: The scope of the variable 'stringLength' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/lindna.c:1207:11: style: The scope of the variable 'stringHeight' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/lindna.c:1248:11: style: The scope of the variable 'stringHeight' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/lindna.c:1281:11: style: The scope of the variable 'stringLength' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/lindna.c:1321:11: style: The scope of the variable 'stringLength' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/lindna.c:1403:11: style: The scope of the variable 'stringLength' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/lindna.c:1539:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
EMBOSS-6.6.0/emboss/makenucseq.c:56:5: style: Variable 'codondata' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/makenucseq.c:47:0: note: Variable 'codondata' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/makenucseq.c:56:5: note: Variable 'codondata' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/makenucseq.c:57:5: style: Variable 'insert' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/makenucseq.c:44:0: note: Variable 'insert' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/makenucseq.c:57:5: note: Variable 'insert' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/makenucseq.c:61:5: style: Variable 'outseq' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/makenucseq.c:41:0: note: Variable 'outseq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/makenucseq.c:61:5: note: Variable 'outseq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/makenucseq.c:63:5: style: Variable 'list' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/makenucseq.c:42:0: note: Variable 'list' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/makenucseq.c:63:5: note: Variable 'list' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/makenucseq.c:207:2: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/makenucseq.c:206:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/makenucseq.c:207:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/makeprotseq.c:58:5: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/makeprotseq.c:49:0: note: Variable 'data' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/makeprotseq.c:58:5: note: Variable 'data' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/makeprotseq.c:59:5: style: Variable 'insert' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/makeprotseq.c:46:0: note: Variable 'insert' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/makeprotseq.c:59:5: note: Variable 'insert' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/makeprotseq.c:63:5: style: Variable 'outseq' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/makeprotseq.c:43:0: note: Variable 'outseq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/makeprotseq.c:63:5: note: Variable 'outseq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/makeprotseq.c:65:5: style: Variable 'list' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/makeprotseq.c:44:0: note: Variable 'list' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/makeprotseq.c:65:5: note: Variable 'list' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/makeprotseq.c:216:2: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/makeprotseq.c:215:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/makeprotseq.c:216:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/marscan.c:682:8: style: Condition '!type' is always true [knownConditionTrueFalse]
EMBOSS-6.6.0/emboss/marscan.c:670:21: note: Assignment 'type=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/marscan.c:682:8: note: Condition '!type' is always true
EMBOSS-6.6.0/emboss/marscan.c:155:5: style: Variable 'report' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/marscan.c:60:0: note: Variable 'report' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/marscan.c:155:5: note: Variable 'report' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/marscan.c:163:5: style: Variable 'seqname' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/marscan.c:142:0: note: Variable 'seqname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/marscan.c:163:5: note: Variable 'seqname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/marscan.c:164:5: style: Variable 'opattern16' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/marscan.c:63:0: note: Variable 'opattern16' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/marscan.c:164:5: note: Variable 'opattern16' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/marscan.c:165:5: style: Variable 'opattern16rev' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/marscan.c:83:0: note: Variable 'opattern16rev' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/marscan.c:165:5: note: Variable 'opattern16rev' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/marscan.c:166:5: style: Variable 'opattern8' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/marscan.c:103:0: note: Variable 'opattern8' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/marscan.c:166:5: note: Variable 'opattern8' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/marscan.c:167:5: style: Variable 'opattern8rev' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/marscan.c:123:0: note: Variable 'opattern8rev' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/marscan.c:167:5: note: Variable 'opattern8rev' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martattributes.c:63:5: style: Variable 'host' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/martattributes.c:42:0: note: Variable 'host' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martattributes.c:63:5: note: Variable 'host' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martattributes.c:64:5: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/martattributes.c:43:0: note: Variable 'path' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martattributes.c:64:5: note: Variable 'path' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martattributes.c:66:5: style: Variable 'dataset' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/martattributes.c:41:0: note: Variable 'dataset' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martattributes.c:66:5: note: Variable 'dataset' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martattributes.c:68:5: style: Variable 'outf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/martattributes.c:50:0: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martattributes.c:68:5: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martattributes.c:70:5: style: Variable 'mq' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/martattributes.c:37:0: note: Variable 'mq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martattributes.c:70:5: note: Variable 'mq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martattributes.c:71:5: style: Variable 'seqin' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/martattributes.c:36:0: note: Variable 'seqin' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martattributes.c:71:5: note: Variable 'seqin' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martattributes.c:89:5: style: Variable 'key1' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/martattributes.c:54:0: note: Variable 'key1' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martattributes.c:89:5: note: Variable 'key1' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martattributes.c:90:5: style: Variable 'key2' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/martattributes.c:55:0: note: Variable 'key2' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martattributes.c:90:5: note: Variable 'key2' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martattributes.c:92:5: style: Variable 'pagekey' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/martattributes.c:45:0: note: Variable 'pagekey' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martattributes.c:92:5: note: Variable 'pagekey' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martattributes.c:93:5: style: Variable 'currpage' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/martattributes.c:46:0: note: Variable 'currpage' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martattributes.c:93:5: note: Variable 'currpage' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martattributes.c:95:5: style: Variable 'pmq' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/martattributes.c:38:0: note: Variable 'pmq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martattributes.c:95:5: note: Variable 'pmq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martattributes.c:96:5: style: Variable 'att' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/martattributes.c:39:0: note: Variable 'att' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martattributes.c:96:5: note: Variable 'att' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martdatasets.c:58:5: style: Variable 'host' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/martdatasets.c:42:0: note: Variable 'host' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martdatasets.c:58:5: note: Variable 'host' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martdatasets.c:59:5: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/martdatasets.c:43:0: note: Variable 'path' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martdatasets.c:59:5: note: Variable 'path' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martdatasets.c:61:5: style: Variable 'mart' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/martdatasets.c:41:0: note: Variable 'mart' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martdatasets.c:61:5: note: Variable 'mart' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martdatasets.c:63:5: style: Variable 'outf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/martdatasets.c:45:0: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martdatasets.c:63:5: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martdatasets.c:65:5: style: Variable 'mq' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/martdatasets.c:37:0: note: Variable 'mq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martdatasets.c:65:5: note: Variable 'mq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martdatasets.c:66:5: style: Variable 'seqin' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/martdatasets.c:36:0: note: Variable 'seqin' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martdatasets.c:66:5: note: Variable 'seqin' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martdatasets.c:91:5: style: Variable 'key1' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/martdatasets.c:49:0: note: Variable 'key1' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martdatasets.c:91:5: note: Variable 'key1' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martdatasets.c:92:5: style: Variable 'key2' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/martdatasets.c:50:0: note: Variable 'key2' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martdatasets.c:92:5: note: Variable 'key2' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martdatasets.c:94:5: style: Variable 'pmq' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/martdatasets.c:38:0: note: Variable 'pmq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martdatasets.c:94:5: note: Variable 'pmq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martdatasets.c:95:5: style: Variable 'ds' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/martdatasets.c:39:0: note: Variable 'ds' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martdatasets.c:95:5: note: Variable 'ds' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martfilters.c:58:5: style: Variable 'host' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/martfilters.c:42:0: note: Variable 'host' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martfilters.c:58:5: note: Variable 'host' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martfilters.c:59:5: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/martfilters.c:43:0: note: Variable 'path' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martfilters.c:59:5: note: Variable 'path' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martfilters.c:61:5: style: Variable 'dataset' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/martfilters.c:41:0: note: Variable 'dataset' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martfilters.c:61:5: note: Variable 'dataset' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martfilters.c:63:5: style: Variable 'outf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/martfilters.c:45:0: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martfilters.c:63:5: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martfilters.c:65:5: style: Variable 'mq' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/martfilters.c:37:0: note: Variable 'mq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martfilters.c:65:5: note: Variable 'mq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martfilters.c:66:5: style: Variable 'seqin' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/martfilters.c:36:0: note: Variable 'seqin' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martfilters.c:66:5: note: Variable 'seqin' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martfilters.c:83:5: style: Variable 'key1' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/martfilters.c:49:0: note: Variable 'key1' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martfilters.c:83:5: note: Variable 'key1' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martfilters.c:84:5: style: Variable 'key2' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/martfilters.c:50:0: note: Variable 'key2' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martfilters.c:84:5: note: Variable 'key2' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martfilters.c:86:5: style: Variable 'pmq' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/martfilters.c:38:0: note: Variable 'pmq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martfilters.c:86:5: note: Variable 'pmq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martfilters.c:87:5: style: Variable 'filt' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/martfilters.c:39:0: note: Variable 'filt' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martfilters.c:87:5: note: Variable 'filt' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martquery.c:56:5: style: Variable 'host' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/martquery.c:40:0: note: Variable 'host' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martquery.c:56:5: note: Variable 'host' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martquery.c:57:5: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/martquery.c:41:0: note: Variable 'path' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martquery.c:57:5: note: Variable 'path' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martquery.c:59:5: style: Variable 'dataset' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/martquery.c:39:0: note: Variable 'dataset' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martquery.c:59:5: note: Variable 'dataset' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martquery.c:60:5: style: Variable 'atts' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/martquery.c:42:0: note: Variable 'atts' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martquery.c:60:5: note: Variable 'atts' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martquery.c:61:5: style: Variable 'filts' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/martquery.c:43:0: note: Variable 'filts' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martquery.c:61:5: note: Variable 'filts' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martquery.c:63:5: style: Variable 'outf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/martquery.c:47:0: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martquery.c:63:5: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martquery.c:65:5: style: Variable 'mq' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/martquery.c:37:0: note: Variable 'mq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martquery.c:65:5: note: Variable 'mq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martquery.c:66:5: style: Variable 'seqin' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/martquery.c:36:0: note: Variable 'seqin' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martquery.c:66:5: note: Variable 'seqin' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martquery.c:67:5: style: Variable 'line' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/martquery.c:50:0: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martquery.c:67:5: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martquery.c:81:5: style: Variable 'qinfo' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/martquery.c:45:0: note: Variable 'qinfo' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martquery.c:81:5: note: Variable 'qinfo' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martregistry.c:56:5: style: Variable 'host' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/martregistry.c:41:0: note: Variable 'host' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martregistry.c:56:5: note: Variable 'host' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martregistry.c:57:5: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/martregistry.c:42:0: note: Variable 'path' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martregistry.c:57:5: note: Variable 'path' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martregistry.c:60:5: style: Variable 'outf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/martregistry.c:44:0: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martregistry.c:60:5: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martregistry.c:62:5: style: Variable 'mq' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/martregistry.c:37:0: note: Variable 'mq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martregistry.c:62:5: note: Variable 'mq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martregistry.c:63:5: style: Variable 'seqin' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/martregistry.c:36:0: note: Variable 'seqin' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martregistry.c:63:5: note: Variable 'seqin' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martregistry.c:73:5: style: Variable 'key1' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/martregistry.c:48:0: note: Variable 'key1' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martregistry.c:73:5: note: Variable 'key1' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martregistry.c:74:5: style: Variable 'key2' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/martregistry.c:49:0: note: Variable 'key2' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martregistry.c:74:5: note: Variable 'key2' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martregistry.c:76:5: style: Variable 'pmq' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/martregistry.c:38:0: note: Variable 'pmq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martregistry.c:76:5: note: Variable 'pmq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martregistry.c:77:5: style: Variable 'locs' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/martregistry.c:39:0: note: Variable 'locs' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martregistry.c:77:5: note: Variable 'locs' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martseqs.c:65:5: style: Variable 'host' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/martseqs.c:44:0: note: Variable 'host' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martseqs.c:65:5: note: Variable 'host' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martseqs.c:66:5: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/martseqs.c:45:0: note: Variable 'path' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martseqs.c:66:5: note: Variable 'path' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martseqs.c:69:5: style: Variable 'outf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/martseqs.c:47:0: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martseqs.c:69:5: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martseqs.c:71:5: style: Variable 'mq' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/martseqs.c:37:0: note: Variable 'mq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martseqs.c:71:5: note: Variable 'mq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martseqs.c:72:5: style: Variable 'seqin' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/martseqs.c:36:0: note: Variable 'seqin' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martseqs.c:72:5: note: Variable 'seqin' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martseqs.c:82:5: style: Variable 'key1' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/martseqs.c:53:0: note: Variable 'key1' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martseqs.c:82:5: note: Variable 'key1' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martseqs.c:83:5: style: Variable 'mart' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/martseqs.c:54:0: note: Variable 'mart' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martseqs.c:83:5: note: Variable 'mart' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martseqs.c:85:5: style: Variable 'dataset' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/martseqs.c:56:0: note: Variable 'dataset' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martseqs.c:85:5: note: Variable 'dataset' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martseqs.c:86:5: style: Variable 'vschema' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/martseqs.c:57:0: note: Variable 'vschema' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martseqs.c:86:5: note: Variable 'vschema' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martseqs.c:88:5: style: Variable 'pmq' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/martseqs.c:38:0: note: Variable 'pmq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martseqs.c:88:5: note: Variable 'pmq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martseqs.c:89:5: style: Variable 'locs' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/martseqs.c:39:0: note: Variable 'locs' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/martseqs.c:89:5: note: Variable 'locs' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/maskfeat.c:54:5: style: Variable 'seqall' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/maskfeat.c:45:0: note: Variable 'seqall' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/maskfeat.c:54:5: note: Variable 'seqall' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/maskfeat.c:55:5: style: Variable 'seqout' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/maskfeat.c:47:0: note: Variable 'seqout' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/maskfeat.c:55:5: note: Variable 'seqout' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/maskfeat.c:105:10: style: The scope of the variable 'whiteSpace' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/maskseq.c:47:5: style: Variable 'seq' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/maskseq.c:36:0: note: Variable 'seq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/maskseq.c:47:5: note: Variable 'seq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/maskseq.c:48:5: style: Variable 'seqout' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/maskseq.c:37:0: note: Variable 'seqout' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/maskseq.c:48:5: note: Variable 'seqout' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/maskseq.c:49:5: style: Variable 'regions' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/maskseq.c:38:0: note: Variable 'regions' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/maskseq.c:49:5: note: Variable 'regions' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/maskseq.c:50:5: style: Variable 'maskchar' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/maskseq.c:39:0: note: Variable 'maskchar' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/maskseq.c:50:5: note: Variable 'maskchar' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/maskseq.c:51:5: style: Variable 'dolower' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/maskseq.c:40:0: note: Variable 'dolower' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/maskseq.c:51:5: note: Variable 'dolower' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/matcher.c:311:5: style: Variable 'align' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/matcher.c:299:0: note: Variable 'align' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/matcher.c:311:5: note: Variable 'align' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/matcher.c:652:13: style: The scope of the variable 'va' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/matcher.c:1065:13: style: The scope of the variable 'va' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/matcher.c:381:19: style: Function 'matcher_Sim' argument 9 names different: declaration 'beg' definition 'beg0'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/matcher.c:258:28: note: Function 'matcher_Sim' argument 9 names different: declaration 'beg' definition 'beg0'.
EMBOSS-6.6.0/emboss/matcher.c:381:19: note: Function 'matcher_Sim' argument 9 names different: declaration 'beg' definition 'beg0'.
EMBOSS-6.6.0/emboss/matcher.c:381:31: style: Function 'matcher_Sim' argument 10 names different: declaration 'beg2' definition 'beg1'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/matcher.c:258:39: note: Function 'matcher_Sim' argument 10 names different: declaration 'beg2' definition 'beg1'.
EMBOSS-6.6.0/emboss/matcher.c:381:31: note: Function 'matcher_Sim' argument 10 names different: declaration 'beg2' definition 'beg1'.
EMBOSS-6.6.0/emboss/megamerger.c:148:5: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/megamerger.c:122:0: note: Variable 'iter' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/megamerger.c:148:5: note: Variable 'iter' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/merger.c:241:5: style: Variable 'mm' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/merger.c:227:0: note: Variable 'mm' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/merger.c:241:5: note: Variable 'mm' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/merger.c:242:5: style: Variable 'nn' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/merger.c:228:0: note: Variable 'nn' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/merger.c:242:5: note: Variable 'nn' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/merger.c:82:13: style: The scope of the variable 'stlen' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/merger.c:218:50: style: Function 'merger_Merge' argument 2 names different: declaration 'merged' definition 'ms'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/merger.c:29:50: note: Function 'merger_Merge' argument 2 names different: declaration 'merged' definition 'ms'.
EMBOSS-6.6.0/emboss/merger.c:218:50: note: Function 'merger_Merge' argument 2 names different: declaration 'merged' definition 'ms'.
EMBOSS-6.6.0/emboss/merger.c:138:16: style: Variable 'maxarr' is assigned a value that is never used. [unreadVariable]
EMBOSS-6.6.0/emboss/msbar.c:97:5: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/msbar.c:60:0: note: Variable 'str' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/msbar.c:97:5: note: Variable 'str' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/msbar.c:424:12: style: The scope of the variable 'xlen' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/mwcontam.c:58:5: style: Variable 'files' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/mwcontam.c:47:0: note: Variable 'files' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/mwcontam.c:58:5: note: Variable 'files' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/mwcontam.c:59:5: style: Variable 'tolerance' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/mwcontam.c:49:0: note: Variable 'tolerance' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/mwcontam.c:59:5: note: Variable 'tolerance' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/mwcontam.c:60:5: style: Variable 'outf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/mwcontam.c:48:0: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/mwcontam.c:60:5: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/mwcontam.c:178:12: style: The scope of the variable 'mwmin' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/mwcontam.c:179:12: style: The scope of the variable 'mwmax' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/mwcontam.c:181:12: style: The scope of the variable 'oval' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/mwcontam.c:183:12: style: The scope of the variable 'ppmval' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/mwfilter.c:97:5: style: Variable 'inf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/mwfilter.c:75:0: note: Variable 'inf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/mwfilter.c:97:5: note: Variable 'inf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/mwfilter.c:98:5: style: Variable 'tolerance' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/mwfilter.c:80:0: note: Variable 'tolerance' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/mwfilter.c:98:5: note: Variable 'tolerance' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/mwfilter.c:99:5: style: Variable 'datafile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/mwfilter.c:82:0: note: Variable 'datafile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/mwfilter.c:99:5: note: Variable 'datafile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/mwfilter.c:101:5: style: Variable 'outf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/mwfilter.c:76:0: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/mwfilter.c:101:5: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/mwfilter.c:103:5: style: Variable 'exparray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/mwfilter.c:86:0: note: Variable 'exparray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/mwfilter.c:103:5: note: Variable 'exparray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/mwfilter.c:104:5: style: Variable 'rmarray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/mwfilter.c:84:0: note: Variable 'rmarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/mwfilter.c:104:5: note: Variable 'rmarray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/mwfilter.c:105:5: style: Variable 'darray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/mwfilter.c:85:0: note: Variable 'darray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/mwfilter.c:105:5: note: Variable 'darray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/mwfilter.c:107:5: style: Variable 'dlist' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/mwfilter.c:78:0: note: Variable 'dlist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/mwfilter.c:107:5: note: Variable 'dlist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/mwfilter.c:179:5: style: Variable 'line' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/mwfilter.c:175:0: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/mwfilter.c:179:5: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/mwfilter.c:246:5: style: Variable 'line' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/mwfilter.c:242:0: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/mwfilter.c:246:5: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/mwfilter.c:291:12: style: The scope of the variable 'mwmin' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/mwfilter.c:292:12: style: The scope of the variable 'mwmax' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/mwfilter.c:294:12: style: The scope of the variable 'ppmval' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/mwfilter.c:295:12: style: The scope of the variable 'mwexp' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/mwfilter.c:392:12: style: The scope of the variable 'ppmval' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/mwfilter.c:394:12: style: The scope of the variable 'mwmod' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/mwfilter.c:395:12: style: The scope of the variable 'modmin' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/mwfilter.c:396:12: style: The scope of the variable 'modmax' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/mwfilter.c:169:39: style: Function 'mwfilter_readdata' argument 1 names different: declaration 'datafile' definition 'inf'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/mwfilter.c:53:39: note: Function 'mwfilter_readdata' argument 1 names different: declaration 'datafile' definition 'inf'.
EMBOSS-6.6.0/emboss/mwfilter.c:169:39: note: Function 'mwfilter_readdata' argument 1 names different: declaration 'datafile' definition 'inf'.
EMBOSS-6.6.0/emboss/needle.c:90:5: style: Variable 'dobrief' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/needle.c:70:0: note: Variable 'dobrief' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/needle.c:90:5: note: Variable 'dobrief' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/needle.c:91:5: style: Variable 'endweight' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/needle.c:71:0: note: Variable 'endweight' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/needle.c:91:5: note: Variable 'endweight' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/needle.c:46:19: style: The scope of the variable 'p' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/needle.c:47:19: style: The scope of the variable 'q' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/needle.c:66:12: style: The scope of the variable 'len' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/needle.c:68:11: style: The scope of the variable 'score' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/needleall.c:99:5: style: Variable 'dobrief' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/needleall.c:78:0: note: Variable 'dobrief' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/needleall.c:99:5: note: Variable 'dobrief' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/needleall.c:100:5: style: Variable 'endweight' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/needleall.c:79:0: note: Variable 'endweight' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/needleall.c:100:5: note: Variable 'endweight' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/newcoils.c:101:5: style: Variable 'outf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/newcoils.c:73:0: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/newcoils.c:101:5: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/newcoils.c:105:5: style: Variable 'ajseq' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/newcoils.c:75:0: note: Variable 'ajseq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/newcoils.c:105:5: note: Variable 'ajseq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/newcoils.c:283:2: style: Variable 't4' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/newcoils.c:282:2: note: Variable 't4' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/newcoils.c:283:2: note: Variable 't4' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/newcoils.c:290:2: style: Variable 't4' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/newcoils.c:289:2: note: Variable 't4' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/newcoils.c:290:2: note: Variable 't4' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/newcoils.c:198:11: style: The scope of the variable 'actual_win' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/newcoils.c:199:11: style: The scope of the variable 'this_score' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/newcoils.c:200:11: style: The scope of the variable 'Gg' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/newcoils.c:201:11: style: The scope of the variable 'Gcc' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/newcoils.c:203:11: style: The scope of the variable 't1' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/newcoils.c:204:11: style: The scope of the variable 't2' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/newcoils.c:205:11: style: The scope of the variable 't3' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/newcoils.c:206:11: style: The scope of the variable 't4' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/newcoils.c:367:19: style: The scope of the variable 'pbuff' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/newcoils.c:185:26: style: Function 'newcoils_pred_coils' argument 9 names different: declaration 'fasta' definition 'mode'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/newcoils.c:57:32: note: Function 'newcoils_pred_coils' argument 9 names different: declaration 'fasta' definition 'mode'.
EMBOSS-6.6.0/emboss/newcoils.c:185:26: note: Function 'newcoils_pred_coils' argument 9 names different: declaration 'fasta' definition 'mode'.
EMBOSS-6.6.0/emboss/newcoils.c:187:22: style: Function 'newcoils_pred_coils' argument 13 names different: declaration 'min_segs' definition 'min_seg'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/newcoils.c:58:27: note: Function 'newcoils_pred_coils' argument 13 names different: declaration 'min_segs' definition 'min_seg'.
EMBOSS-6.6.0/emboss/newcoils.c:187:22: note: Function 'newcoils_pred_coils' argument 13 names different: declaration 'min_segs' definition 'min_seg'.
EMBOSS-6.6.0/emboss/newcpgreport.c:105:5: style: Variable 'outf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/newcpgreport.c:73:0: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/newcpgreport.c:105:5: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/newcpgreport.c:110:5: style: Variable 'substr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/newcpgreport.c:75:0: note: Variable 'substr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/newcpgreport.c:110:5: note: Variable 'substr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/newcpgreport.c:111:5: style: Variable 'bases' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/newcpgreport.c:76:0: note: Variable 'bases' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/newcpgreport.c:111:5: note: Variable 'bases' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/newcpgreport.c:192:11: style: The scope of the variable 'cxf' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/newcpgreport.c:193:11: style: The scope of the variable 'cyf' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/newcpgreport.c:197:11: style: The scope of the variable 'obs' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/newcpgreport.c:198:11: style: The scope of the variable 'expect' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/newcpgreport.c:203:17: style: The scope of the variable 'p' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/newcpgreport.c:326:11: style: The scope of the variable 'avpc' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/newcpgreport.c:327:11: style: The scope of the variable 'avobsexp' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/newcpgreport.c:328:11: style: The scope of the variable 'sumpc' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/newcpgreport.c:329:11: style: The scope of the variable 'sumobsexp' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/newcpgseek.c:70:5: style: Variable 'outf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/newcpgseek.c:57:0: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/newcpgseek.c:70:5: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/newcpgseek.c:73:5: style: Variable 'substr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/newcpgseek.c:59:0: note: Variable 'substr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/newcpgseek.c:73:5: note: Variable 'substr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/newcpgseek.c:132:55: style: Function 'newcpgseek_cpgsearch' argument 2 names different: declaration 's' definition 'from'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/newcpgseek.c:38:55: note: Function 'newcpgseek_cpgsearch' argument 2 names different: declaration 's' definition 'from'.
EMBOSS-6.6.0/emboss/newcpgseek.c:132:55: note: Function 'newcpgseek_cpgsearch' argument 2 names different: declaration 's' definition 'from'.
EMBOSS-6.6.0/emboss/newcpgseek.c:132:67: style: Function 'newcpgseek_cpgsearch' argument 3 names different: declaration 'len' definition 'to'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/newcpgseek.c:38:64: note: Function 'newcpgseek_cpgsearch' argument 3 names different: declaration 'len' definition 'to'.
EMBOSS-6.6.0/emboss/newcpgseek.c:132:67: note: Function 'newcpgseek_cpgsearch' argument 3 names different: declaration 'len' definition 'to'.
EMBOSS-6.6.0/emboss/newcpgseek.c:133:18: style: Function 'newcpgseek_cpgsearch' argument 4 names different: declaration 'seq' definition 'p'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/newcpgseek.c:39:18: note: Function 'newcpgseek_cpgsearch' argument 4 names different: declaration 'seq' definition 'p'.
EMBOSS-6.6.0/emboss/newcpgseek.c:133:18: note: Function 'newcpgseek_cpgsearch' argument 4 names different: declaration 'seq' definition 'p'.
EMBOSS-6.6.0/emboss/newseq.c:47:5: style: Variable 'name' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/newseq.c:39:0: note: Variable 'name' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/newseq.c:47:5: note: Variable 'name' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/newseq.c:48:5: style: Variable 'desc' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/newseq.c:40:0: note: Variable 'desc' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/newseq.c:48:5: note: Variable 'desc' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/newseq.c:49:5: style: Variable 'sequence' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/newseq.c:41:0: note: Variable 'sequence' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/newseq.c:49:5: note: Variable 'sequence' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/newseq.c:53:5: style: Variable 'seq' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/newseq.c:38:0: note: Variable 'seq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/newseq.c:53:5: note: Variable 'seq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/nohtml.c:44:5: style: Variable 'inf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/nohtml.c:36:0: note: Variable 'inf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/nohtml.c:44:5: note: Variable 'inf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/nohtml.c:45:5: style: Variable 'outf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/nohtml.c:37:0: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/nohtml.c:45:5: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/nohtml.c:48:5: style: Variable 'line' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/nohtml.c:39:0: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/nohtml.c:48:5: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/noreturn.c:50:5: style: Variable 'inf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/noreturn.c:36:0: note: Variable 'inf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/noreturn.c:50:5: note: Variable 'inf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/noreturn.c:51:5: style: Variable 'outf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/noreturn.c:37:0: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/noreturn.c:51:5: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/noreturn.c:52:5: style: Variable 'osystem' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/noreturn.c:44:0: note: Variable 'osystem' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/noreturn.c:52:5: note: Variable 'osystem' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/noreturn.c:41:14: style: The scope of the variable 'p' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/nospace.c:47:5: style: Variable 'inf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/nospace.c:36:0: note: Variable 'inf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/nospace.c:47:5: note: Variable 'inf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/nospace.c:48:5: style: Variable 'outf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/nospace.c:37:0: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/nospace.c:48:5: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/nospace.c:49:5: style: Variable 'option' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/nospace.c:40:0: note: Variable 'option' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/nospace.c:49:5: note: Variable 'option' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/notab.c:49:5: style: Variable 'inf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/notab.c:36:0: note: Variable 'inf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/notab.c:49:5: note: Variable 'inf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/notab.c:50:5: style: Variable 'outf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/notab.c:37:0: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/notab.c:50:5: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/notab.c:51:5: style: Variable 'tabexp' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/notab.c:43:0: note: Variable 'tabexp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/notab.c:51:5: note: Variable 'tabexp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/notab.c:54:5: style: Variable 'line' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/notab.c:39:0: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/notab.c:54:5: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/notseq.c:56:5: style: Variable 'exclude' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/notseq.c:46:0: note: Variable 'exclude' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/notseq.c:56:5: note: Variable 'exclude' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/octanol.c:79:11: style: The scope of the variable 'v' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/octanol.c:231:17: style: The scope of the variable 's1' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/oddcomp.c:80:5: style: Variable 'seqall' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/oddcomp.c:48:0: note: Variable 'seqall' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/oddcomp.c:80:5: note: Variable 'seqall' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/oddcomp.c:82:5: style: Variable 'outfile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/oddcomp.c:51:0: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/oddcomp.c:82:5: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/oddcomp.c:83:5: style: Variable 'compdata' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/oddcomp.c:52:0: note: Variable 'compdata' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/oddcomp.c:83:5: note: Variable 'compdata' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/oddcomp.c:84:5: style: Variable 'ignorebz' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/oddcomp.c:61:0: note: Variable 'ignorebz' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/oddcomp.c:84:5: note: Variable 'ignorebz' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/oddcomp.c:85:5: style: Variable 'fullwindow' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/oddcomp.c:75:0: note: Variable 'fullwindow' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/oddcomp.c:85:5: note: Variable 'fullwindow' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontocount.c:95:5: style: Variable 'oboall' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/ontocount.c:78:0: note: Variable 'oboall' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontocount.c:95:5: note: Variable 'oboall' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontocount.c:96:5: style: Variable 'outf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/ontocount.c:81:0: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontocount.c:96:5: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontocount.c:97:5: style: Variable 'subclasses' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/ontocount.c:79:0: note: Variable 'subclasses' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontocount.c:97:5: note: Variable 'subclasses' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontocount.c:98:5: style: Variable 'obsolete' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/ontocount.c:80:0: note: Variable 'obsolete' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontocount.c:98:5: note: Variable 'obsolete' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontocount.c:100:5: style: Variable 'foundtable' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/ontocount.c:88:0: note: Variable 'foundtable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontocount.c:100:5: note: Variable 'foundtable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontocount.c:118:13: style: Variable 'ifound' is modified but its new value is never used. [unreadVariable]
EMBOSS-6.6.0/emboss/ontoget.c:95:5: style: Variable 'oboall' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/ontoget.c:79:0: note: Variable 'oboall' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontoget.c:95:5: note: Variable 'oboall' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontoget.c:96:5: style: Variable 'outfile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/ontoget.c:78:0: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontoget.c:96:5: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontoget.c:97:5: style: Variable 'subclasses' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/ontoget.c:80:0: note: Variable 'subclasses' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontoget.c:97:5: note: Variable 'subclasses' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontoget.c:98:5: style: Variable 'obsolete' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/ontoget.c:81:0: note: Variable 'obsolete' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontoget.c:98:5: note: Variable 'obsolete' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontoget.c:100:5: style: Variable 'foundtable' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/ontoget.c:88:0: note: Variable 'foundtable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontoget.c:100:5: note: Variable 'foundtable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontoget.c:123:17: style: Variable 'ikeep' is modified but its new value is never used. [unreadVariable]
EMBOSS-6.6.0/emboss/ontogetcommon.c:103:5: style: Variable 'oboall' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/ontogetcommon.c:84:0: note: Variable 'oboall' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetcommon.c:103:5: note: Variable 'oboall' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetcommon.c:104:5: style: Variable 'outfile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/ontogetcommon.c:78:0: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetcommon.c:104:5: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetcommon.c:105:5: style: Variable 'obsolete' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/ontogetcommon.c:79:0: note: Variable 'obsolete' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetcommon.c:105:5: note: Variable 'obsolete' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetcommon.c:107:5: style: Variable 'oboin' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/ontogetcommon.c:85:0: note: Variable 'oboin' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetcommon.c:107:5: note: Variable 'oboin' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetcommon.c:108:5: style: Variable 'oboparent' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/ontogetcommon.c:83:0: note: Variable 'oboparent' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetcommon.c:108:5: note: Variable 'oboparent' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetcommon.c:109:5: style: Variable 'oboanc' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/ontogetcommon.c:82:0: note: Variable 'oboanc' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetcommon.c:109:5: note: Variable 'oboanc' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetcommon.c:110:5: style: Variable 'uplist' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/ontogetcommon.c:93:0: note: Variable 'uplist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetcommon.c:110:5: note: Variable 'uplist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetcommon.c:112:5: style: Variable 'alltable' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/ontogetcommon.c:89:0: note: Variable 'alltable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetcommon.c:112:5: note: Variable 'alltable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetcommon.c:113:5: style: Variable 'newtable' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/ontogetcommon.c:90:0: note: Variable 'newtable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetcommon.c:113:5: note: Variable 'newtable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetdown.c:97:5: style: Variable 'oboall' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/ontogetdown.c:78:0: note: Variable 'oboall' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetdown.c:97:5: note: Variable 'oboall' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetdown.c:98:5: style: Variable 'outfile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/ontogetdown.c:79:0: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetdown.c:98:5: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetdown.c:99:5: style: Variable 'obsolete' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/ontogetdown.c:80:0: note: Variable 'obsolete' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetdown.c:99:5: note: Variable 'obsolete' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetdown.c:108:5: style: Variable 'obochildin' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/ontogetdown.c:84:0: note: Variable 'obochildin' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetdown.c:108:5: note: Variable 'obochildin' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetdown.c:110:5: style: Variable 'obochild' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/ontogetdown.c:83:0: note: Variable 'obochild' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetdown.c:110:5: note: Variable 'obochild' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetdown.c:112:5: style: Variable 'obolist' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/ontogetdown.c:92:0: note: Variable 'obolist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetdown.c:112:5: note: Variable 'obolist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetdown.c:114:5: style: Variable 'obotable' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/ontogetdown.c:86:0: note: Variable 'obotable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetdown.c:114:5: note: Variable 'obotable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetdown.c:133:17: style: Variable 'ikeep' is modified but its new value is never used. [unreadVariable]
EMBOSS-6.6.0/emboss/ontogetobsolete.c:95:5: style: Variable 'oboall' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/ontogetobsolete.c:79:0: note: Variable 'oboall' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetobsolete.c:95:5: note: Variable 'oboall' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetobsolete.c:96:5: style: Variable 'outfile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/ontogetobsolete.c:78:0: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetobsolete.c:96:5: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetobsolete.c:97:5: style: Variable 'subclasses' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/ontogetobsolete.c:80:0: note: Variable 'subclasses' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetobsolete.c:97:5: note: Variable 'subclasses' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetobsolete.c:99:5: style: Variable 'foundtable' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/ontogetobsolete.c:88:0: note: Variable 'foundtable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetobsolete.c:99:5: note: Variable 'foundtable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetobsolete.c:100:5: style: Variable 'nstable' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/ontogetobsolete.c:87:0: note: Variable 'nstable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetobsolete.c:100:5: note: Variable 'nstable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetobsolete.c:123:17: style: Variable 'ikeep' is modified but its new value is never used. [unreadVariable]
EMBOSS-6.6.0/emboss/ontogetroot.c:100:5: style: Variable 'oboall' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/ontogetroot.c:84:0: note: Variable 'oboall' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetroot.c:100:5: note: Variable 'oboall' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetroot.c:101:5: style: Variable 'outfile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/ontogetroot.c:78:0: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetroot.c:101:5: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetroot.c:102:5: style: Variable 'obsolete' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/ontogetroot.c:79:0: note: Variable 'obsolete' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetroot.c:102:5: note: Variable 'obsolete' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetroot.c:104:5: style: Variable 'oboinparent' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/ontogetroot.c:85:0: note: Variable 'oboinparent' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetroot.c:104:5: note: Variable 'oboinparent' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetroot.c:105:5: style: Variable 'oboparent' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/ontogetroot.c:82:0: note: Variable 'oboparent' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetroot.c:105:5: note: Variable 'oboparent' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetroot.c:106:5: style: Variable 'uplist' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/ontogetroot.c:91:0: note: Variable 'uplist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetroot.c:106:5: note: Variable 'uplist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetroot.c:107:5: style: Variable 'rootlist' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/ontogetroot.c:92:0: note: Variable 'rootlist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetroot.c:107:5: note: Variable 'rootlist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetroot.c:109:5: style: Variable 'foundtable' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/ontogetroot.c:88:0: note: Variable 'foundtable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetroot.c:109:5: note: Variable 'foundtable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetroot.c:151:13: style: Variable 'ikeep' is modified but its new value is never used. [unreadVariable]
EMBOSS-6.6.0/emboss/ontogetsibs.c:104:5: style: Variable 'oboall' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/ontogetsibs.c:83:0: note: Variable 'oboall' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetsibs.c:104:5: note: Variable 'oboall' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetsibs.c:105:5: style: Variable 'outfile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/ontogetsibs.c:78:0: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetsibs.c:105:5: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetsibs.c:106:5: style: Variable 'obsolete' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/ontogetsibs.c:79:0: note: Variable 'obsolete' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetsibs.c:106:5: note: Variable 'obsolete' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetsibs.c:108:5: style: Variable 'oboinparent' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/ontogetsibs.c:85:0: note: Variable 'oboinparent' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetsibs.c:108:5: note: Variable 'oboinparent' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetsibs.c:109:5: style: Variable 'oboparent' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/ontogetsibs.c:82:0: note: Variable 'oboparent' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetsibs.c:109:5: note: Variable 'oboparent' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetsibs.c:111:5: style: Variable 'oboinchild' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/ontogetsibs.c:86:0: note: Variable 'oboinchild' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetsibs.c:111:5: note: Variable 'oboinchild' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetsibs.c:112:5: style: Variable 'obochild' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/ontogetsibs.c:84:0: note: Variable 'obochild' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetsibs.c:112:5: note: Variable 'obochild' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetsibs.c:114:5: style: Variable 'uplist' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/ontogetsibs.c:96:0: note: Variable 'uplist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetsibs.c:114:5: note: Variable 'uplist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetsibs.c:116:5: style: Variable 'obotable' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/ontogetsibs.c:91:0: note: Variable 'obotable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetsibs.c:116:5: note: Variable 'obotable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetsibs.c:146:25: style: Variable 'ikeep' is modified but its new value is never used. [unreadVariable]
EMBOSS-6.6.0/emboss/ontogetup.c:95:5: style: Variable 'oboall' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/ontogetup.c:83:0: note: Variable 'oboall' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetup.c:95:5: note: Variable 'oboall' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetup.c:96:5: style: Variable 'outfile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/ontogetup.c:78:0: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetup.c:96:5: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetup.c:97:5: style: Variable 'obsolete' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/ontogetup.c:79:0: note: Variable 'obsolete' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetup.c:97:5: note: Variable 'obsolete' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetup.c:106:5: style: Variable 'oboinparent' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/ontogetup.c:84:0: note: Variable 'oboinparent' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetup.c:106:5: note: Variable 'oboinparent' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetup.c:107:5: style: Variable 'oboparent' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/ontogetup.c:82:0: note: Variable 'oboparent' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetup.c:107:5: note: Variable 'oboparent' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetup.c:108:5: style: Variable 'uplist' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/ontogetup.c:90:0: note: Variable 'uplist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetup.c:108:5: note: Variable 'uplist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetup.c:110:5: style: Variable 'foundtable' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/ontogetup.c:87:0: note: Variable 'foundtable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontogetup.c:110:5: note: Variable 'foundtable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontoisobsolete.c:84:5: style: Variable 'obo' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/ontoisobsolete.c:79:0: note: Variable 'obo' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontoisobsolete.c:84:5: note: Variable 'obo' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontoisobsolete.c:85:5: style: Variable 'outf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/ontoisobsolete.c:78:0: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontoisobsolete.c:85:5: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontotext.c:95:5: style: Variable 'oboall' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/ontotext.c:79:0: note: Variable 'oboall' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontotext.c:95:5: note: Variable 'oboall' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontotext.c:96:5: style: Variable 'outf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/ontotext.c:78:0: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontotext.c:96:5: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontotext.c:97:5: style: Variable 'subclasses' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/ontotext.c:80:0: note: Variable 'subclasses' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontotext.c:97:5: note: Variable 'subclasses' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontotext.c:98:5: style: Variable 'obsolete' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/ontotext.c:81:0: note: Variable 'obsolete' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontotext.c:98:5: note: Variable 'obsolete' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontotext.c:100:5: style: Variable 'foundtable' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/ontotext.c:88:0: note: Variable 'foundtable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontotext.c:100:5: note: Variable 'foundtable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/ontotext.c:123:17: style: Variable 'ikeep' is modified but its new value is never used. [unreadVariable]
EMBOSS-6.6.0/emboss/origsplitter.c:63:5: style: Variable 'subseq' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/origsplitter.c:47:0: note: Variable 'subseq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/origsplitter.c:63:5: note: Variable 'subseq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/origsplitter.c:64:5: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/origsplitter.c:48:0: note: Variable 'str' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/origsplitter.c:64:5: note: Variable 'str' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/origsplitter.c:138:5: style: Variable 'name' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/origsplitter.c:135:0: note: Variable 'name' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/origsplitter.c:138:5: note: Variable 'name' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/origsplitter.c:139:5: style: Variable 'value' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/origsplitter.c:136:0: note: Variable 'value' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/origsplitter.c:139:5: note: Variable 'value' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pasteseq.c:48:5: style: Variable 'seq' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/pasteseq.c:36:0: note: Variable 'seq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pasteseq.c:48:5: note: Variable 'seq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pasteseq.c:49:5: style: Variable 'insertseq' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/pasteseq.c:37:0: note: Variable 'insertseq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pasteseq.c:49:5: note: Variable 'insertseq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pasteseq.c:51:5: style: Variable 'seqout' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/pasteseq.c:38:0: note: Variable 'seqout' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pasteseq.c:51:5: note: Variable 'seqout' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pasteseq.c:61:5: style: Variable 'newseq' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/pasteseq.c:43:0: note: Variable 'newseq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pasteseq.c:61:5: note: Variable 'newseq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pasteseq.c:70:5: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/pasteseq.c:41:0: note: Variable 'str' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pasteseq.c:70:5: note: Variable 'str' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/patmatdb.c:63:5: style: Variable 'seqall' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/patmatdb.c:39:0: note: Variable 'seqall' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/patmatdb.c:63:5: note: Variable 'seqall' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/patmatdb.c:64:5: style: Variable 'motif' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/patmatdb.c:43:0: note: Variable 'motif' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/patmatdb.c:64:5: note: Variable 'motif' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/patmatdb.c:65:5: style: Variable 'report' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/patmatdb.c:37:0: note: Variable 'report' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/patmatdb.c:65:5: note: Variable 'report' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/patmatdb.c:67:5: style: Variable 'temp' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/patmatdb.c:44:0: note: Variable 'temp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/patmatdb.c:67:5: note: Variable 'temp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/patmatdb.c:72:5: style: Variable 'regexp' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/patmatdb.c:42:0: note: Variable 'regexp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/patmatdb.c:72:5: note: Variable 'regexp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/patmatmotifs.c:75:5: style: Variable 'savereg' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/patmatmotifs.c:52:0: note: Variable 'savereg' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/patmatmotifs.c:75:5: note: Variable 'savereg' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/patmatmotifs.c:76:5: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/patmatmotifs.c:43:0: note: Variable 'str' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/patmatmotifs.c:76:5: note: Variable 'str' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/patmatmotifs.c:77:5: style: Variable 'regexp' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/patmatmotifs.c:44:0: note: Variable 'regexp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/patmatmotifs.c:77:5: note: Variable 'regexp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/patmatmotifs.c:78:5: style: Variable 'temp' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/patmatmotifs.c:45:0: note: Variable 'temp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/patmatmotifs.c:78:5: note: Variable 'temp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/patmatmotifs.c:79:5: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/patmatmotifs.c:48:0: note: Variable 'data' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/patmatmotifs.c:79:5: note: Variable 'data' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/patmatmotifs.c:80:5: style: Variable 'accession' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/patmatmotifs.c:49:0: note: Variable 'accession' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/patmatmotifs.c:80:5: note: Variable 'accession' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/patmatmotifs.c:81:5: style: Variable 'text' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/patmatmotifs.c:46:0: note: Variable 'text' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/patmatmotifs.c:81:5: note: Variable 'text' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/patmatmotifs.c:82:5: style: Variable 'name' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/patmatmotifs.c:50:0: note: Variable 'name' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/patmatmotifs.c:82:5: note: Variable 'name' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/patmatmotifs.c:84:5: style: Variable 'sequence' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/patmatmotifs.c:40:0: note: Variable 'sequence' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/patmatmotifs.c:84:5: note: Variable 'sequence' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/patmatmotifs.c:85:5: style: Variable 'report' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/patmatmotifs.c:38:0: note: Variable 'report' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/patmatmotifs.c:85:5: note: Variable 'report' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/patmatmotifs.c:90:5: style: Variable 'tab' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/patmatmotifs.c:37:0: note: Variable 'tab' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/patmatmotifs.c:90:5: note: Variable 'tab' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/patmatmotifs.c:96:5: style: Variable 'redatanew' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/patmatmotifs.c:42:0: note: Variable 'redatanew' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/patmatmotifs.c:96:5: note: Variable 'redatanew' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/patmatmotifs.c:97:5: style: Variable 'docdata' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/patmatmotifs.c:47:0: note: Variable 'docdata' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/patmatmotifs.c:97:5: note: Variable 'docdata' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/patmatmotifs.c:99:5: style: Variable 'inf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/patmatmotifs.c:35:0: note: Variable 'inf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/patmatmotifs.c:99:5: note: Variable 'inf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/patmatmotifs.c:65:17: style: The scope of the variable 'p' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/patmattest.c:56:5: style: Variable 'cutseq' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/patmattest.c:42:0: note: Variable 'cutseq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/patmattest.c:56:5: note: Variable 'cutseq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/patmattest.c:58:5: style: Variable 'outf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/patmattest.c:46:0: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/patmattest.c:58:5: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepcoil.c:114:5: style: Variable 'rdat' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/pepcoil.c:108:0: note: Variable 'rdat' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepcoil.c:114:5: note: Variable 'rdat' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepcoil.c:119:5: style: Variable 'report' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/pepcoil.c:51:0: note: Variable 'report' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepcoil.c:119:5: note: Variable 'report' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepcoil.c:126:5: style: Variable 'substr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/pepcoil.c:57:0: note: Variable 'substr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepcoil.c:126:5: note: Variable 'substr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepcoil.c:127:5: style: Variable 'sstr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/pepcoil.c:55:0: note: Variable 'sstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepcoil.c:127:5: note: Variable 'sstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepcoil.c:128:5: style: Variable 'stmp' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/pepcoil.c:56:0: note: Variable 'stmp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepcoil.c:128:5: note: Variable 'stmp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepcoil.c:130:5: style: Variable 'scores' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/pepcoil.c:81:0: note: Variable 'scores' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepcoil.c:130:5: note: Variable 'scores' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepcoil.c:131:5: style: Variable 'pscores' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/pepcoil.c:82:0: note: Variable 'pscores' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepcoil.c:131:5: note: Variable 'pscores' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepcoil.c:132:5: style: Variable 'probs' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/pepcoil.c:83:0: note: Variable 'probs' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepcoil.c:132:5: note: Variable 'probs' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepcoil.c:133:5: style: Variable 'rframes' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/pepcoil.c:84:0: note: Variable 'rframes' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepcoil.c:133:5: note: Variable 'rframes' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepcoil.c:134:5: style: Variable 'frames' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/pepcoil.c:85:0: note: Variable 'frames' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepcoil.c:134:5: note: Variable 'frames' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepcoil.c:135:5: style: Variable 'parray' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/pepcoil.c:86:0: note: Variable 'parray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepcoil.c:135:5: note: Variable 'parray' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepcoil.c:142:5: style: Variable 'framelist' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/pepcoil.c:109:0: note: Variable 'framelist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepcoil.c:142:5: note: Variable 'framelist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepcoil.c:486:5: style: Variable 'mfptr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/pepcoil.c:475:0: note: Variable 'mfptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepcoil.c:486:5: note: Variable 'mfptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepcoil.c:68:17: style: The scope of the variable 'p' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/pepcoil.c:69:11: style: The scope of the variable 'q' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/pepcoil.c:90:11: style: The scope of the variable 'maxmaxscore' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/pepcoil.c:91:11: style: The scope of the variable 'maxcoil' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/pepdigest.c:86:5: style: Variable 'dorag' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/pepdigest.c:73:0: note: Variable 'dorag' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepdigest.c:86:5: note: Variable 'dorag' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepdigest.c:91:5: style: Variable 'report' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/pepdigest.c:64:0: note: Variable 'report' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepdigest.c:91:5: note: Variable 'report' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepdigest.c:92:5: style: Variable 'mfptr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/pepdigest.c:69:0: note: Variable 'mfptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepdigest.c:92:5: note: Variable 'mfptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepinfo.c:129:5: style: Variable 'inseq' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/pepinfo.c:66:0: note: Variable 'inseq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepinfo.c:129:5: note: Variable 'inseq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepinfo.c:133:5: style: Variable 'outfile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/pepinfo.c:67:0: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepinfo.c:133:5: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepinfo.c:138:5: style: Variable 'aa_properties' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/pepinfo.c:69:0: note: Variable 'aa_properties' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepinfo.c:138:5: note: Variable 'aa_properties' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepinfo.c:139:5: style: Variable 'aa_hydropathy' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/pepinfo.c:70:0: note: Variable 'aa_hydropathy' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepinfo.c:139:5: note: Variable 'aa_hydropathy' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepinfo.c:141:5: style: Variable 'graphs' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/pepinfo.c:95:0: note: Variable 'graphs' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepinfo.c:141:5: note: Variable 'graphs' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepinfo.c:91:13: style: The scope of the variable 'pf' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/pepinfo.c:93:11: style: The scope of the variable 'total' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/pepinfo.c:103:18: style: The scope of the variable 'propertyTitles' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/pepinfo.c:116:18: style: The scope of the variable 'hydroTitles' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/pepnet.c:87:5: style: Variable 'seq' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/pepnet.c:45:0: note: Variable 'seq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepnet.c:87:5: note: Variable 'seq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepnet.c:88:5: style: Variable 'graph' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/pepnet.c:53:0: note: Variable 'graph' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepnet.c:88:5: note: Variable 'graph' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepnet.c:89:5: style: Variable 'octags' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/pepnet.c:50:0: note: Variable 'octags' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepnet.c:89:5: note: Variable 'octags' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepnet.c:90:5: style: Variable 'squares' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/pepnet.c:48:0: note: Variable 'squares' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepnet.c:90:5: note: Variable 'squares' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepnet.c:91:5: style: Variable 'diamonds' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/pepnet.c:49:0: note: Variable 'diamonds' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepnet.c:91:5: note: Variable 'diamonds' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepnet.c:73:11: style: The scope of the variable 'xstart' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/pepnet.c:74:11: style: The scope of the variable 'ystart' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/pepnet.c:76:11: style: The scope of the variable 'xinc' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/pepnet.c:77:11: style: The scope of the variable 'yinc' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/pepnet.c:80:11: style: The scope of the variable 'x' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/pepnet.c:255:23: style: Function 'pepnet_plotresidue' argument 5 names different: declaration 'circles' definition 'octags'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/pepnet.c:31:23: note: Function 'pepnet_plotresidue' argument 5 names different: declaration 'circles' definition 'octags'.
EMBOSS-6.6.0/emboss/pepnet.c:255:23: note: Function 'pepnet_plotresidue' argument 5 names different: declaration 'circles' definition 'octags'.
EMBOSS-6.6.0/emboss/pepstats.c:105:5: style: Variable 'mfptr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/pepstats.c:90:0: note: Variable 'mfptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepstats.c:105:5: note: Variable 'mfptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepstats.c:106:5: style: Variable 'wfptr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/pepstats.c:91:0: note: Variable 'wfptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepstats.c:106:5: note: Variable 'wfptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepstats.c:107:5: style: Variable 'pkptr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/pepstats.c:92:0: note: Variable 'pkptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepstats.c:107:5: note: Variable 'pkptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepstats.c:67:12: style: The scope of the variable 'molwt' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/pepstats.c:83:12: style: The scope of the variable 'cv' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/pepstats.c:84:12: style: The scope of the variable 'psolu' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/pepstats.c:86:12: style: The scope of the variable 'molar_ext_coeff' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/pepstats.c:87:12: style: The scope of the variable 'molar_ext_coeff_ss' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/pepwheel.c:108:5: style: Variable 'seq' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/pepwheel.c:56:0: note: Variable 'seq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepwheel.c:108:5: note: Variable 'seq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepwheel.c:112:5: style: Variable 'octags' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/pepwheel.c:61:0: note: Variable 'octags' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepwheel.c:112:5: note: Variable 'octags' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepwheel.c:113:5: style: Variable 'squares' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/pepwheel.c:59:0: note: Variable 'squares' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepwheel.c:113:5: note: Variable 'squares' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepwheel.c:114:5: style: Variable 'diamonds' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/pepwheel.c:60:0: note: Variable 'diamonds' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepwheel.c:114:5: note: Variable 'diamonds' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepwheel.c:276:18: style: Function 'pepwheel_plotresidue' argument 5 names different: declaration 'circles' definition 'octags'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/pepwheel.c:31:18: note: Function 'pepwheel_plotresidue' argument 5 names different: declaration 'circles' definition 'octags'.
EMBOSS-6.6.0/emboss/pepwheel.c:276:18: note: Function 'pepwheel_plotresidue' argument 5 names different: declaration 'circles' definition 'octags'.
EMBOSS-6.6.0/emboss/pepwindow.c:70:5: style: Variable 'seq' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/pepwindow.c:49:0: note: Variable 'seq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepwindow.c:70:5: note: Variable 'seq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepwindow.c:72:5: style: Variable 'mult' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/pepwindow.c:58:0: note: Variable 'mult' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepwindow.c:72:5: note: Variable 'mult' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepwindow.c:73:5: style: Variable 'datafile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/pepwindow.c:46:0: note: Variable 'datafile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepwindow.c:73:5: note: Variable 'datafile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepwindow.c:74:5: style: Variable 'llen' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/pepwindow.c:50:0: note: Variable 'llen' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepwindow.c:74:5: note: Variable 'llen' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepwindow.c:75:5: style: Variable 'normal' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/pepwindow.c:51:0: note: Variable 'normal' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepwindow.c:75:5: note: Variable 'normal' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepwindow.c:77:5: style: Variable 's1' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/pepwindow.c:48:0: note: Variable 's1' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepwindow.c:77:5: note: Variable 's1' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepwindow.c:79:5: style: Variable 'midpoint' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/pepwindow.c:54:0: note: Variable 'midpoint' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepwindow.c:79:5: note: Variable 'midpoint' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepwindow.c:81:5: style: Variable 'istart' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/pepwindow.c:65:0: note: Variable 'istart' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepwindow.c:81:5: note: Variable 'istart' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepwindow.c:82:5: style: Variable 'iend' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/pepwindow.c:66:0: note: Variable 'iend' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepwindow.c:82:5: note: Variable 'iend' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepwindow.c:84:5: style: Variable 'aa0str' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/pepwindow.c:47:0: note: Variable 'aa0str' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepwindow.c:84:5: note: Variable 'aa0str' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pepwindow.c:61:11: style: The scope of the variable 'total' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/pepwindowall.c:55:17: style: The scope of the variable 's1' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/pepwindowall.c:244:17: style: The scope of the variable 'ptr' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/plotcon.c:174:2: warning: Possible null pointer dereference: sumscore [nullPointer]
EMBOSS-6.6.0/emboss/plotcon.c:103:24: note: Assignment 'sumscore=0', assigned value is 0
EMBOSS-6.6.0/emboss/plotcon.c:174:2: note: Null pointer dereference
EMBOSS-6.6.0/emboss/plotcon.c:212:7: warning: Possible null pointer dereference: sumscore [nullPointer]
EMBOSS-6.6.0/emboss/plotcon.c:103:24: note: Assignment 'sumscore=0', assigned value is 0
EMBOSS-6.6.0/emboss/plotcon.c:212:7: note: Null pointer dereference
EMBOSS-6.6.0/emboss/plotcon.c:223:2: warning: Possible null pointer dereference: sumscore [nullPointer]
EMBOSS-6.6.0/emboss/plotcon.c:103:24: note: Assignment 'sumscore=0', assigned value is 0
EMBOSS-6.6.0/emboss/plotcon.c:223:2: note: Null pointer dereference
EMBOSS-6.6.0/emboss/plotcon.c:231:18: warning: Possible null pointer dereference: sumscore [nullPointer]
EMBOSS-6.6.0/emboss/plotcon.c:103:24: note: Assignment 'sumscore=0', assigned value is 0
EMBOSS-6.6.0/emboss/plotcon.c:231:18: note: Null pointer dereference
EMBOSS-6.6.0/emboss/plotcon.c:139:5: style: Variable 'graphs' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/plotcon.c:118:0: note: Variable 'graphs' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/plotcon.c:139:5: note: Variable 'graphs' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/plotcon.c:153:5: style: Variable 'score' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/plotcon.c:102:0: note: Variable 'score' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/plotcon.c:153:5: note: Variable 'score' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/plotcon.c:68:11: style: struct member 'SPoint::x1' is never used. [unusedStructMember]
EMBOSS-6.6.0/emboss/plotcon.c:69:11: style: struct member 'SPoint::y1' is never used. [unusedStructMember]
EMBOSS-6.6.0/emboss/plotcon.c:70:11: style: struct member 'SPoint::x2' is never used. [unusedStructMember]
EMBOSS-6.6.0/emboss/plotcon.c:71:11: style: struct member 'SPoint::y2' is never used. [unusedStructMember]
EMBOSS-6.6.0/emboss/polydot.c:87:5: style: Variable 'boxit' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/polydot.c:66:0: note: Variable 'boxit' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/polydot.c:87:5: note: Variable 'boxit' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/polydot.c:88:5: style: Variable 'seq1out' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/polydot.c:75:0: note: Variable 'seq1out' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/polydot.c:88:5: note: Variable 'seq1out' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/polydot.c:89:5: style: Variable 'dumpfeat' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/polydot.c:67:0: note: Variable 'dumpfeat' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/polydot.c:89:5: note: Variable 'dumpfeat' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/polydot.c:91:5: style: Variable 'sajb' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/polydot.c:76:0: note: Variable 'sajb' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/polydot.c:91:5: note: Variable 'sajb' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/polydot.c:77:11: style: The scope of the variable 'flen1' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/preg.c:49:5: style: Variable 'plist' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/preg.c:37:0: note: Variable 'plist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/preg.c:49:5: note: Variable 'plist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prettyplot.c:470:8: style: Condition '!seqperpage' is always true [knownConditionTrueFalse]
EMBOSS-6.6.0/emboss/prettyplot.c:199:24: note: Assignment 'seqperpage=0', assigned value is 0
EMBOSS-6.6.0/emboss/prettyplot.c:470:8: note: Condition '!seqperpage' is always true
EMBOSS-6.6.0/emboss/prettyplot.c:411:2: warning: Possible null pointer dereference: previous [nullPointer]
EMBOSS-6.6.0/emboss/prettyplot.c:173:23: note: Assignment 'previous=0', assigned value is 0
EMBOSS-6.6.0/emboss/prettyplot.c:411:2: note: Null pointer dereference
EMBOSS-6.6.0/emboss/prettyplot.c:495:6: warning: Possible null pointer dereference: score [nullPointer]
EMBOSS-6.6.0/emboss/prettyplot.c:157:20: note: Assignment 'score=0', assigned value is 0
EMBOSS-6.6.0/emboss/prettyplot.c:495:6: note: Null pointer dereference
EMBOSS-6.6.0/emboss/prettyplot.c:500:6: warning: Possible null pointer dereference: identical [nullPointer]
EMBOSS-6.6.0/emboss/prettyplot.c:160:24: note: Assignment 'identical=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/prettyplot.c:500:6: note: Null pointer dereference
EMBOSS-6.6.0/emboss/prettyplot.c:501:6: warning: Possible null pointer dereference: matching [nullPointer]
EMBOSS-6.6.0/emboss/prettyplot.c:162:23: note: Assignment 'matching=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/prettyplot.c:501:6: note: Null pointer dereference
EMBOSS-6.6.0/emboss/prettyplot.c:502:6: warning: Possible null pointer dereference: colcheck [nullPointer]
EMBOSS-6.6.0/emboss/prettyplot.c:165:23: note: Assignment 'colcheck=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/prettyplot.c:502:6: note: Null pointer dereference
EMBOSS-6.6.0/emboss/prettyplot.c:513:7: warning: Possible null pointer dereference: score [nullPointer]
EMBOSS-6.6.0/emboss/prettyplot.c:157:20: note: Assignment 'score=0', assigned value is 0
EMBOSS-6.6.0/emboss/prettyplot.c:513:7: note: Null pointer dereference
EMBOSS-6.6.0/emboss/prettyplot.c:529:9: warning: Possible null pointer dereference: score [nullPointer]
EMBOSS-6.6.0/emboss/prettyplot.c:157:20: note: Assignment 'score=0', assigned value is 0
EMBOSS-6.6.0/emboss/prettyplot.c:529:9: note: Null pointer dereference
EMBOSS-6.6.0/emboss/prettyplot.c:531:14: warning: Possible null pointer dereference: score [nullPointer]
EMBOSS-6.6.0/emboss/prettyplot.c:157:20: note: Assignment 'score=0', assigned value is 0
EMBOSS-6.6.0/emboss/prettyplot.c:531:14: note: Null pointer dereference
EMBOSS-6.6.0/emboss/prettyplot.c:813:10: warning: Possible null pointer dereference: previous [nullPointer]
EMBOSS-6.6.0/emboss/prettyplot.c:173:23: note: Assignment 'previous=0', assigned value is 0
EMBOSS-6.6.0/emboss/prettyplot.c:813:10: note: Null pointer dereference
EMBOSS-6.6.0/emboss/prettyplot.c:844:7: warning: Possible null pointer dereference: previous [nullPointer]
EMBOSS-6.6.0/emboss/prettyplot.c:173:23: note: Assignment 'previous=0', assigned value is 0
EMBOSS-6.6.0/emboss/prettyplot.c:844:7: note: Null pointer dereference
EMBOSS-6.6.0/emboss/prettyplot.c:849:10: warning: Possible null pointer dereference: previous [nullPointer]
EMBOSS-6.6.0/emboss/prettyplot.c:173:23: note: Assignment 'previous=0', assigned value is 0
EMBOSS-6.6.0/emboss/prettyplot.c:849:10: note: Null pointer dereference
EMBOSS-6.6.0/emboss/prettyplot.c:854:7: warning: Possible null pointer dereference: previous [nullPointer]
EMBOSS-6.6.0/emboss/prettyplot.c:173:23: note: Assignment 'previous=0', assigned value is 0
EMBOSS-6.6.0/emboss/prettyplot.c:854:7: note: Null pointer dereference
EMBOSS-6.6.0/emboss/prettyplot.c:859:10: warning: Possible null pointer dereference: previous [nullPointer]
EMBOSS-6.6.0/emboss/prettyplot.c:173:23: note: Assignment 'previous=0', assigned value is 0
EMBOSS-6.6.0/emboss/prettyplot.c:859:10: note: Null pointer dereference
EMBOSS-6.6.0/emboss/prettyplot.c:864:7: warning: Possible null pointer dereference: previous [nullPointer]
EMBOSS-6.6.0/emboss/prettyplot.c:173:23: note: Assignment 'previous=0', assigned value is 0
EMBOSS-6.6.0/emboss/prettyplot.c:864:7: note: Null pointer dereference
EMBOSS-6.6.0/emboss/prettyplot.c:217:5: style: Variable 'graph' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/prettyplot.c:121:0: note: Variable 'graph' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prettyplot.c:217:5: note: Variable 'graph' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prettyplot.c:220:5: style: Variable 'shade' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/prettyplot.c:119:0: note: Variable 'shade' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prettyplot.c:220:5: note: Variable 'shade' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prettyplot.c:221:5: style: Variable 'pair' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/prettyplot.c:120:0: note: Variable 'pair' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prettyplot.c:221:5: note: Variable 'pair' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prettyplot.c:158:11: style: The scope of the variable 'scoremax' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/prettyplot.c:177:11: style: The scope of the variable 'fold' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/prettyplot.c:184:17: style: The scope of the variable 'cptr' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/prettyplot.c:197:11: style: The scope of the variable 'max' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/prettyplot.c:1079:42: warning: Function 'prettyplot_fillinboxes' argument order different: declaration 'length, numseq, start, end, seqstart, seqend, numres, resbreak, boxit, boxcol, consensus, ystart, yincr, cvt' definition 'numseq, length, seqstart, seqend, start, end, numres, resbreak, boxit, boxcol, consensus, ystart, yincr, cvt' [funcArgOrderDifferent]
EMBOSS-6.6.0/emboss/prettyplot.c:90:43: note: Function 'prettyplot_fillinboxes' argument order different: declaration 'length, numseq, start, end, seqstart, seqend, numres, resbreak, boxit, boxcol, consensus, ystart, yincr, cvt' definition 'numseq, length, seqstart, seqend, start, end, numres, resbreak, boxit, boxcol, consensus, ystart, yincr, cvt'
EMBOSS-6.6.0/emboss/prettyplot.c:1079:42: note: Function 'prettyplot_fillinboxes' argument order different: declaration 'length, numseq, start, end, seqstart, seqend, numres, resbreak, boxit, boxcol, consensus, ystart, yincr, cvt' definition 'numseq, length, seqstart, seqend, start, end, numres, resbreak, boxit, boxcol, consensus, ystart, yincr, cvt'
EMBOSS-6.6.0/emboss/prettyplot.c:935:6: style: Variable 'gapcount' is modified but its new value is never used. [unreadVariable]
EMBOSS-6.6.0/emboss/prettyplot.c:1364:13: style: Variable 'oldfg' is assigned a value that is never used. [unreadVariable]
EMBOSS-6.6.0/emboss/prettyseq.c:474:13: style: Array index 'pos' is used before limits check. [arrayIndexThenCheck]
EMBOSS-6.6.0/emboss/prima.c:221:5: style: Variable 'substr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/prima.c:150:0: note: Variable 'substr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prima.c:221:5: note: Variable 'substr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prima.c:223:5: style: Variable 'forlist' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/prima.c:165:0: note: Variable 'forlist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prima.c:223:5: note: Variable 'forlist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prima.c:224:5: style: Variable 'revlist' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/prima.c:166:0: note: Variable 'revlist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prima.c:224:5: note: Variable 'revlist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prima.c:225:5: style: Variable 'pairlist' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/prima.c:167:0: note: Variable 'pairlist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prima.c:225:5: note: Variable 'pairlist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prima.c:231:5: style: Variable 'sequence' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/prima.c:149:0: note: Variable 'sequence' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prima.c:231:5: note: Variable 'sequence' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prima.c:232:5: style: Variable 'outf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/prima.c:147:0: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prima.c:232:5: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prima.c:236:5: style: Variable 'minpmGCcont' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/prima.c:199:0: note: Variable 'minpmGCcont' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prima.c:236:5: note: Variable 'minpmGCcont' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prima.c:237:5: style: Variable 'maxpmGCcont' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/prima.c:200:0: note: Variable 'maxpmGCcont' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prima.c:237:5: note: Variable 'maxpmGCcont' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prima.c:238:5: style: Variable 'minprimerTm' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/prima.c:213:0: note: Variable 'minprimerTm' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prima.c:238:5: note: Variable 'minprimerTm' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prima.c:239:5: style: Variable 'maxprimerTm' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/prima.c:214:0: note: Variable 'maxprimerTm' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prima.c:239:5: note: Variable 'maxprimerTm' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prima.c:243:5: style: Variable 'minprodGCcont' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/prima.c:201:0: note: Variable 'minprodGCcont' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prima.c:243:5: note: Variable 'minprodGCcont' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prima.c:244:5: style: Variable 'maxprodGCcont' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/prima.c:202:0: note: Variable 'maxprodGCcont' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prima.c:244:5: note: Variable 'maxprodGCcont' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prima.c:246:5: style: Variable 'saltconc' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/prima.c:216:0: note: Variable 'saltconc' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prima.c:246:5: note: Variable 'saltconc' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prima.c:247:5: style: Variable 'dnaconc' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/prima.c:217:0: note: Variable 'dnaconc' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prima.c:247:5: note: Variable 'dnaconc' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prima.c:254:5: style: Variable 'dolist' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/prima.c:171:0: note: Variable 'dolist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prima.c:254:5: note: Variable 'dolist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prima.c:256:5: style: Variable 'seqstr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/prima.c:151:0: note: Variable 'seqstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prima.c:256:5: note: Variable 'seqstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prima.c:264:5: style: Variable 'revstr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/prima.c:152:0: note: Variable 'revstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prima.c:264:5: note: Variable 'revstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prima.c:701:5: style: Variable 'substr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/prima.c:677:0: note: Variable 'substr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prima.c:701:5: note: Variable 'substr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prima.c:1694:5: style: Variable 'intlist' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/prima.c:1687:0: note: Variable 'intlist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prima.c:1694:5: note: Variable 'intlist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prima.c:1695:5: style: Variable 'filist' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/prima.c:1688:0: note: Variable 'filist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prima.c:1695:5: note: Variable 'filist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prima.c:1697:5: style: Variable 'score' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/prima.c:1690:0: note: Variable 'score' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prima.c:1697:5: note: Variable 'score' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prima.c:1750:5: style: Variable 'intlist' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/prima.c:1744:0: note: Variable 'intlist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prima.c:1750:5: note: Variable 'intlist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prima.c:1751:5: style: Variable 'filist' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/prima.c:1745:0: note: Variable 'filist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prima.c:1751:5: note: Variable 'filist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prima.c:1753:5: style: Variable 'pos' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/prima.c:1747:0: note: Variable 'pos' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prima.c:1753:5: note: Variable 'pos' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/primers.c:1009:3: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/primers.c:966:16: note: Variable 'error' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/primers.c:1009:3: note: Variable 'error' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/primersearch.c:426:2: warning: Possible null pointer dereference: primdata [nullPointer]
EMBOSS-6.6.0/emboss/primersearch.c:419:13: note: Assignment 'primdata=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/primersearch.c:426:2: note: Null pointer dereference
EMBOSS-6.6.0/emboss/primersearch.c:431:2: warning: Possible null pointer dereference: primdata [nullPointer]
EMBOSS-6.6.0/emboss/primersearch.c:419:13: note: Assignment 'primdata=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/primersearch.c:431:2: note: Null pointer dereference
EMBOSS-6.6.0/emboss/primersearch.c:444:17: warning: Possible null pointer dereference: primdata [nullPointer]
EMBOSS-6.6.0/emboss/primersearch.c:419:13: note: Assignment 'primdata=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/primersearch.c:444:17: note: Null pointer dereference
EMBOSS-6.6.0/emboss/primersearch.c:446:17: warning: Possible null pointer dereference: primdata [nullPointer]
EMBOSS-6.6.0/emboss/primersearch.c:419:13: note: Assignment 'primdata=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/primersearch.c:446:17: note: Null pointer dereference
EMBOSS-6.6.0/emboss/primersearch.c:449:2: warning: Possible null pointer dereference: primdata [nullPointer]
EMBOSS-6.6.0/emboss/primersearch.c:419:13: note: Assignment 'primdata=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/primersearch.c:449:2: note: Null pointer dereference
EMBOSS-6.6.0/emboss/primersearch.c:450:19: warning: Possible null pointer dereference: primdata [nullPointer]
EMBOSS-6.6.0/emboss/primersearch.c:419:13: note: Assignment 'primdata=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/primersearch.c:450:19: note: Null pointer dereference
EMBOSS-6.6.0/emboss/primersearch.c:451:2: warning: Possible null pointer dereference: primdata [nullPointer]
EMBOSS-6.6.0/emboss/primersearch.c:419:13: note: Assignment 'primdata=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/primersearch.c:451:2: note: Null pointer dereference
EMBOSS-6.6.0/emboss/primersearch.c:452:19: warning: Possible null pointer dereference: primdata [nullPointer]
EMBOSS-6.6.0/emboss/primersearch.c:419:13: note: Assignment 'primdata=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/primersearch.c:452:19: note: Null pointer dereference
EMBOSS-6.6.0/emboss/primersearch.c:759:3: warning: Possible null pointer dereference: primerhit [nullPointer]
EMBOSS-6.6.0/emboss/primersearch.c:757:15: note: Assignment 'primerhit=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/primersearch.c:759:3: note: Null pointer dereference
EMBOSS-6.6.0/emboss/primersearch.c:760:3: warning: Possible null pointer dereference: primerhit [nullPointer]
EMBOSS-6.6.0/emboss/primersearch.c:757:15: note: Assignment 'primerhit=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/primersearch.c:760:3: note: Null pointer dereference
EMBOSS-6.6.0/emboss/primersearch.c:761:3: warning: Possible null pointer dereference: primerhit [nullPointer]
EMBOSS-6.6.0/emboss/primersearch.c:757:15: note: Assignment 'primerhit=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/primersearch.c:761:3: note: Null pointer dereference
EMBOSS-6.6.0/emboss/primersearch.c:762:3: warning: Possible null pointer dereference: primerhit [nullPointer]
EMBOSS-6.6.0/emboss/primersearch.c:757:15: note: Assignment 'primerhit=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/primersearch.c:762:3: note: Null pointer dereference
EMBOSS-6.6.0/emboss/primersearch.c:763:3: warning: Possible null pointer dereference: primerhit [nullPointer]
EMBOSS-6.6.0/emboss/primersearch.c:757:15: note: Assignment 'primerhit=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/primersearch.c:763:3: note: Null pointer dereference
EMBOSS-6.6.0/emboss/primersearch.c:767:3: warning: Possible null pointer dereference: primerhit [nullPointer]
EMBOSS-6.6.0/emboss/primersearch.c:757:15: note: Assignment 'primerhit=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/primersearch.c:767:3: note: Null pointer dereference
EMBOSS-6.6.0/emboss/primersearch.c:768:3: warning: Possible null pointer dereference: primerhit [nullPointer]
EMBOSS-6.6.0/emboss/primersearch.c:757:15: note: Assignment 'primerhit=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/primersearch.c:768:3: note: Null pointer dereference
EMBOSS-6.6.0/emboss/primersearch.c:769:3: warning: Possible null pointer dereference: primerhit [nullPointer]
EMBOSS-6.6.0/emboss/primersearch.c:757:15: note: Assignment 'primerhit=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/primersearch.c:769:3: note: Null pointer dereference
EMBOSS-6.6.0/emboss/primersearch.c:770:3: warning: Possible null pointer dereference: primerhit [nullPointer]
EMBOSS-6.6.0/emboss/primersearch.c:757:15: note: Assignment 'primerhit=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/primersearch.c:770:3: note: Null pointer dereference
EMBOSS-6.6.0/emboss/primersearch.c:771:3: warning: Possible null pointer dereference: primerhit [nullPointer]
EMBOSS-6.6.0/emboss/primersearch.c:757:15: note: Assignment 'primerhit=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/primersearch.c:771:3: note: Null pointer dereference
EMBOSS-6.6.0/emboss/primersearch.c:603:5: style: Variable 'fhits_list' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/primersearch.c:593:0: note: Variable 'fhits_list' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/primersearch.c:603:5: note: Variable 'fhits_list' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/primersearch.c:604:5: style: Variable 'rhits_list' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/primersearch.c:594:0: note: Variable 'rhits_list' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/primersearch.c:604:5: note: Variable 'rhits_list' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/primersearch.c:743:2: style: Variable 'fm' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/primersearch.c:739:0: note: Variable 'fm' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/primersearch.c:743:2: note: Variable 'fm' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/primersearch.c:727:19: style: Function 'primersearch_store_hits' argument 2 names different: declaration 'fhits_list' definition 'fhits'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/primersearch.c:162:68: note: Function 'primersearch_store_hits' argument 2 names different: declaration 'fhits_list' definition 'fhits'.
EMBOSS-6.6.0/emboss/primersearch.c:727:19: note: Function 'primersearch_store_hits' argument 2 names different: declaration 'fhits_list' definition 'fhits'.
EMBOSS-6.6.0/emboss/primersearch.c:727:34: style: Function 'primersearch_store_hits' argument 3 names different: declaration 'rhits_list' definition 'rhits'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/primersearch.c:163:19: note: Function 'primersearch_store_hits' argument 3 names different: declaration 'rhits_list' definition 'rhits'.
EMBOSS-6.6.0/emboss/primersearch.c:727:34: note: Function 'primersearch_store_hits' argument 3 names different: declaration 'rhits_list' definition 'rhits'.
EMBOSS-6.6.0/emboss/primersearch.c:457:6: style: Variable 'nprimers' is modified but its new value is never used. [unreadVariable]
EMBOSS-6.6.0/emboss/printsextract.c:82:5: style: Variable 'inf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/printsextract.c:68:0: note: Variable 'inf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/printsextract.c:82:5: note: Variable 'inf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/printsextract.c:84:5: style: Variable 'outf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/printsextract.c:69:0: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/printsextract.c:84:5: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/printsextract.c:304:5: style: Variable 'fp' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/printsextract.c:298:0: note: Variable 'fp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/printsextract.c:304:5: note: Variable 'fp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/printsextract.c:188:27: style: Function 'printsextract_write_accession' argument 4 names different: declaration 'acc' definition 'a'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/printsextract.c:40:19: note: Function 'printsextract_write_accession' argument 4 names different: declaration 'acc' definition 'a'.
EMBOSS-6.6.0/emboss/printsextract.c:188:27: note: Function 'printsextract_write_accession' argument 4 names different: declaration 'acc' definition 'a'.
EMBOSS-6.6.0/emboss/printsextract.c:295:70: style: Function 'printsextract_write_desc' argument 3 names different: declaration 'acc' definition 'a'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/printsextract.c:46:14: note: Function 'printsextract_write_desc' argument 3 names different: declaration 'acc' definition 'a'.
EMBOSS-6.6.0/emboss/printsextract.c:295:70: note: Function 'printsextract_write_desc' argument 3 names different: declaration 'acc' definition 'a'.
EMBOSS-6.6.0/emboss/printsextract.c:296:18: style: Function 'printsextract_write_desc' argument 4 names different: declaration 'code' definition 'c'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/printsextract.c:46:27: note: Function 'printsextract_write_desc' argument 4 names different: declaration 'code' definition 'c'.
EMBOSS-6.6.0/emboss/printsextract.c:296:18: note: Function 'printsextract_write_desc' argument 4 names different: declaration 'code' definition 'c'.
EMBOSS-6.6.0/emboss/profit.c:102:5: style: Variable 'inf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/profit.c:65:0: note: Variable 'inf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/profit.c:102:5: note: Variable 'inf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/profit.c:103:5: style: Variable 'outf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/profit.c:66:0: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/profit.c:103:5: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/profit.c:105:5: style: Variable 'substr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/profit.c:69:0: note: Variable 'substr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/profit.c:105:5: note: Variable 'substr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/profit.c:106:5: style: Variable 'name' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/profit.c:70:0: note: Variable 'name' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/profit.c:106:5: note: Variable 'name' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/profit.c:107:5: style: Variable 'mname' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/profit.c:71:0: note: Variable 'mname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/profit.c:107:5: note: Variable 'mname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/profit.c:108:5: style: Variable 'line' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/profit.c:73:0: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/profit.c:108:5: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/profit.c:262:5: style: Variable 'line' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/profit.c:258:0: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/profit.c:262:5: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/profit.c:309:5: style: Variable 'line' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/profit.c:307:0: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/profit.c:309:5: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/profit.c:386:5: style: Variable 'line' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/profit.c:384:0: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/profit.c:386:5: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/profit.c:568:11: style: The scope of the variable 'score' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/profit.c:569:11: style: The scope of the variable 'sum' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/prophecy.c:77:5: style: Variable 'seqset' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/prophecy.c:61:0: note: Variable 'seqset' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prophecy.c:77:5: note: Variable 'seqset' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prophecy.c:78:5: style: Variable 'name' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/prophecy.c:63:0: note: Variable 'name' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prophecy.c:78:5: note: Variable 'name' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prophecy.c:80:5: style: Variable 'imtx' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/prophecy.c:69:0: note: Variable 'imtx' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prophecy.c:80:5: note: Variable 'imtx' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prophecy.c:82:5: style: Variable 'outf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/prophecy.c:62:0: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prophecy.c:82:5: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prophecy.c:90:5: style: Variable 'cons' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/prophecy.c:64:0: note: Variable 'cons' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prophecy.c:90:5: note: Variable 'cons' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prophecy.c:284:5: style: Variable 'mname' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/prophecy.c:257:0: note: Variable 'mname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prophecy.c:284:5: note: Variable 'mname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prophecy.c:291:5: style: Variable 'sub' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/prophecy.c:258:0: note: Variable 'sub' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prophecy.c:291:5: note: Variable 'sub' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prophecy.c:317:6: style: Variable 'pos' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/prophecy.c:316:16: note: Variable 'pos' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prophecy.c:317:6: note: Variable 'pos' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prophecy.c:523:5: style: Variable 'sub' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/prophecy.c:493:0: note: Variable 'sub' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prophecy.c:523:5: note: Variable 'sub' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prophecy.c:549:6: style: Variable 'pos' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/prophecy.c:547:16: note: Variable 'pos' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prophecy.c:549:6: note: Variable 'pos' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prophecy.c:149:12: style: The scope of the variable 'stlen' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/prophecy.c:272:11: style: The scope of the variable 'pmax' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/prophecy.c:277:11: style: The scope of the variable 'x' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/prophecy.c:505:11: style: The scope of the variable 'pmax' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/prophecy.c:516:11: style: The scope of the variable 'x' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/prophet.c:132:9: warning: Possible null pointer dereference: fmatrix [nullPointer]
EMBOSS-6.6.0/emboss/prophet.c:83:21: note: Assignment 'fmatrix=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/prophet.c:132:9: note: Null pointer dereference
EMBOSS-6.6.0/emboss/prophet.c:139:21: warning: Possible null pointer dereference: fmatrix [nullPointer]
EMBOSS-6.6.0/emboss/prophet.c:83:21: note: Assignment 'fmatrix=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/prophet.c:139:21: note: Null pointer dereference
EMBOSS-6.6.0/emboss/prophet.c:105:5: style: Variable 'inf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/prophet.c:61:0: note: Variable 'inf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prophet.c:105:5: note: Variable 'inf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prophet.c:108:5: style: Variable 'align' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/prophet.c:74:0: note: Variable 'align' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prophet.c:108:5: note: Variable 'align' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prophet.c:113:5: style: Variable 'substr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/prophet.c:64:0: note: Variable 'substr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prophet.c:113:5: note: Variable 'substr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prophet.c:114:5: style: Variable 'name' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/prophet.c:65:0: note: Variable 'name' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prophet.c:114:5: note: Variable 'name' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prophet.c:115:5: style: Variable 'mname' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/prophet.c:66:0: note: Variable 'mname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prophet.c:115:5: note: Variable 'mname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prophet.c:116:5: style: Variable 'tname' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/prophet.c:67:0: note: Variable 'tname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prophet.c:116:5: note: Variable 'tname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prophet.c:117:5: style: Variable 'line' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/prophet.c:69:0: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prophet.c:117:5: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prophet.c:118:5: style: Variable 'm' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/prophet.c:71:0: note: Variable 'm' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prophet.c:118:5: note: Variable 'm' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prophet.c:119:5: style: Variable 'n' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/prophet.c:72:0: note: Variable 'n' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prophet.c:119:5: note: Variable 'n' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prophet.c:233:5: style: Variable 'line' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/prophet.c:229:0: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prophet.c:233:5: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prophet.c:283:5: style: Variable 'line' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/prophet.c:281:0: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prophet.c:283:5: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prophet.c:94:17: style: The scope of the variable 'p' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/prophet.c:388:47: warning: Function 'prophet_scan_profile' argument order different: declaration 'substr, pname, name, mlen, fmatrix, align, cons, opencoeff, extendcoeff, path, compass, m, n, slen' definition 'substr, name, pname, mlen, fmatrix, align, cons, opencoeff, extendcoeff, path, compass, m, n, slen' [funcArgOrderDifferent]
EMBOSS-6.6.0/emboss/prophet.c:38:47: note: Function 'prophet_scan_profile' argument order different: declaration 'substr, pname, name, mlen, fmatrix, align, cons, opencoeff, extendcoeff, path, compass, m, n, slen' definition 'substr, name, pname, mlen, fmatrix, align, cons, opencoeff, extendcoeff, path, compass, m, n, slen'
EMBOSS-6.6.0/emboss/prophet.c:388:47: note: Function 'prophet_scan_profile' argument order different: declaration 'substr, pname, name, mlen, fmatrix, align, cons, opencoeff, extendcoeff, path, compass, m, n, slen' definition 'substr, name, pname, mlen, fmatrix, align, cons, opencoeff, extendcoeff, path, compass, m, n, slen'
EMBOSS-6.6.0/emboss/prosextract.c:67:5: style: Variable 'dirname' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/prosextract.c:48:0: note: Variable 'dirname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prosextract.c:67:5: note: Variable 'dirname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prosextract.c:69:5: style: Variable 'line' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/prosextract.c:46:0: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prosextract.c:69:5: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prosextract.c:70:5: style: Variable 'text' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/prosextract.c:47:0: note: Variable 'text' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prosextract.c:70:5: note: Variable 'text' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prosextract.c:72:5: style: Variable 'id' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/prosextract.c:50:0: note: Variable 'id' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prosextract.c:72:5: note: Variable 'id' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prosextract.c:73:5: style: Variable 'ac' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/prosextract.c:51:0: note: Variable 'ac' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prosextract.c:73:5: note: Variable 'ac' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prosextract.c:74:5: style: Variable 'de' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/prosextract.c:52:0: note: Variable 'de' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prosextract.c:74:5: note: Variable 'de' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prosextract.c:75:5: style: Variable 'pa' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/prosextract.c:53:0: note: Variable 'pa' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prosextract.c:75:5: note: Variable 'pa' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prosextract.c:76:5: style: Variable 'ps' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/prosextract.c:54:0: note: Variable 'ps' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prosextract.c:76:5: note: Variable 'ps' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prosextract.c:80:5: style: Variable 'fn' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/prosextract.c:55:0: note: Variable 'fn' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/prosextract.c:80:5: note: Variable 'fn' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pscan.c:65:5: style: Variable 'outf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/pscan.c:43:0: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pscan.c:65:5: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pscan.c:69:5: style: Variable 'substr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/pscan.c:53:0: note: Variable 'substr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pscan.c:69:5: note: Variable 'substr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pscan.c:70:5: style: Variable 'name' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/pscan.c:54:0: note: Variable 'name' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/pscan.c:70:5: note: Variable 'name' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/psiphi.c:190:5: style: Variable 'pdbfile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/psiphi.c:177:0: note: Variable 'pdbfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/psiphi.c:190:5: note: Variable 'pdbfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/psiphi.c:192:5: style: Variable 'report' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/psiphi.c:184:0: note: Variable 'report' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/psiphi.c:192:5: note: Variable 'report' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/psiphi.c:201:20: style: Variable 'pdb' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/psiphi.c:178:0: note: Variable 'pdb' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/psiphi.c:201:20: note: Variable 'pdb' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/psiphi.c:228:5: style: Variable 'atomlist' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/psiphi.c:180:0: note: Variable 'atomlist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/psiphi.c:228:5: note: Variable 'atomlist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/psiphi.c:235:5: style: Variable 'seq' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/psiphi.c:179:0: note: Variable 'seq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/psiphi.c:235:5: note: Variable 'seq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/psiphi.c:241:5: style: Variable 'angles' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/psiphi.c:185:0: note: Variable 'angles' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/psiphi.c:241:5: note: Variable 'angles' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/psiphi.c:636:5: style: Variable 'vec1To2' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/psiphi.c:631:0: note: Variable 'vec1To2' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/psiphi.c:636:5: note: Variable 'vec1To2' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/psiphi.c:637:5: style: Variable 'vec3To2' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/psiphi.c:632:0: note: Variable 'vec3To2' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/psiphi.c:637:5: note: Variable 'vec3To2' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/psiphi.c:638:5: style: Variable 'vec3To4' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/psiphi.c:633:0: note: Variable 'vec3To4' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/psiphi.c:638:5: note: Variable 'vec3To4' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/psiphi.c:696:5: style: Variable 'vec1To2' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/psiphi.c:691:0: note: Variable 'vec1To2' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/psiphi.c:696:5: note: Variable 'vec1To2' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/psiphi.c:697:5: style: Variable 'vec3To2' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/psiphi.c:692:0: note: Variable 'vec3To2' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/psiphi.c:697:5: note: Variable 'vec3To2' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/psiphi.c:698:5: style: Variable 'vec3To4' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/psiphi.c:693:0: note: Variable 'vec3To4' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/psiphi.c:698:5: note: Variable 'vec3To4' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/psiphi.c:751:52: style: Function 'psiphi_load_previous_residue' argument 1 names different: declaration 'current' definition 'ajpAtom'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/psiphi.c:53:52: note: Function 'psiphi_load_previous_residue' argument 1 names different: declaration 'current' definition 'ajpAtom'.
EMBOSS-6.6.0/emboss/psiphi.c:751:52: note: Function 'psiphi_load_previous_residue' argument 1 names different: declaration 'current' definition 'ajpAtom'.
EMBOSS-6.6.0/emboss/psiphi.c:799:51: style: Function 'psiphi_load_current_residue' argument 1 names different: declaration 'current' definition 'ajpAtom'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/psiphi.c:61:51: note: Function 'psiphi_load_current_residue' argument 1 names different: declaration 'current' definition 'ajpAtom'.
EMBOSS-6.6.0/emboss/psiphi.c:799:51: note: Function 'psiphi_load_current_residue' argument 1 names different: declaration 'current' definition 'ajpAtom'.
EMBOSS-6.6.0/emboss/psiphi.c:848:48: style: Function 'psiphi_load_next_residue' argument 1 names different: declaration 'current' definition 'ajpAtom'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/psiphi.c:57:48: note: Function 'psiphi_load_next_residue' argument 1 names different: declaration 'current' definition 'ajpAtom'.
EMBOSS-6.6.0/emboss/psiphi.c:848:48: note: Function 'psiphi_load_next_residue' argument 1 names different: declaration 'current' definition 'ajpAtom'.
EMBOSS-6.6.0/emboss/rebaseextract.c:106:5: style: Variable 'inf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/rebaseextract.c:57:0: note: Variable 'inf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/rebaseextract.c:106:5: note: Variable 'inf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/rebaseextract.c:107:5: style: Variable 'infp' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/rebaseextract.c:58:0: note: Variable 'infp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/rebaseextract.c:107:5: note: Variable 'infp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/rebaseextract.c:110:5: style: Variable 'equ1' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/rebaseextract.c:89:0: note: Variable 'equ1' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/rebaseextract.c:110:5: note: Variable 'equ1' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/rebaseextract.c:111:5: style: Variable 'equ2' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/rebaseextract.c:90:0: note: Variable 'equ2' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/rebaseextract.c:111:5: note: Variable 'equ2' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/rebaseextract.c:113:5: style: Variable 'hassuptable' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/rebaseextract.c:101:0: note: Variable 'hassuptable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/rebaseextract.c:113:5: note: Variable 'hassuptable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/rebaseextract.c:117:5: style: Variable 'outf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/rebaseextract.c:59:0: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/rebaseextract.c:117:5: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/rebaseextract.c:121:5: style: Variable 'outf2' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/rebaseextract.c:60:0: note: Variable 'outf2' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/rebaseextract.c:121:5: note: Variable 'outf2' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/rebaseextract.c:125:5: style: Variable 'outf3' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/rebaseextract.c:61:0: note: Variable 'outf3' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/rebaseextract.c:125:5: note: Variable 'outf3' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/rebaseextract.c:457:5: style: Variable 'tmppattern' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/rebaseextract.c:438:0: note: Variable 'tmppattern' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/rebaseextract.c:457:5: note: Variable 'tmppattern' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/rebaseextract.c:459:5: style: Variable 'temp' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/rebaseextract.c:435:0: note: Variable 'temp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/rebaseextract.c:459:5: note: Variable 'temp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/rebaseextract.c:460:5: style: Variable 'ppat' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/rebaseextract.c:436:0: note: Variable 'ppat' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/rebaseextract.c:460:5: note: Variable 'ppat' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/rebaseextract.c:462:5: style: Variable 'tokens' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/rebaseextract.c:437:0: note: Variable 'tokens' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/rebaseextract.c:462:5: note: Variable 'tokens' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/recoder.c:163:5: style: Variable 'seq' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/recoder.c:141:0: note: Variable 'seq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/recoder.c:163:5: note: Variable 'seq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/recoder.c:164:5: style: Variable 'enzymes' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/recoder.c:147:0: note: Variable 'enzymes' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/recoder.c:164:5: note: Variable 'enzymes' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/recoder.c:167:5: style: Variable 'report' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/recoder.c:142:0: note: Variable 'report' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/recoder.c:167:5: note: Variable 'report' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/recoder.c:181:5: style: Variable 'sname' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/recoder.c:146:18: note: Variable 'sname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/recoder.c:181:5: note: Variable 'sname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/recoder.c:185:5: style: Variable 'feat' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/recoder.c:143:0: note: Variable 'feat' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/recoder.c:185:5: note: Variable 'feat' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/recoder.c:290:5: style: Variable 'pep' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/recoder.c:270:0: note: Variable 'pep' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/recoder.c:290:5: note: Variable 'pep' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/recoder.c:405:5: style: Variable 'refilename' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/recoder.c:397:0: note: Variable 'refilename' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/recoder.c:405:5: note: Variable 'refilename' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/recoder.c:407:5: style: Variable 'rptr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/recoder.c:395:0: note: Variable 'rptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/recoder.c:407:5: note: Variable 'rptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/recoder.c:411:5: style: Variable 'fin' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/recoder.c:396:0: note: Variable 'fin' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/recoder.c:411:5: note: Variable 'fin' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/recoder.c:567:5: style: Variable 'seq' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/recoder.c:565:0: note: Variable 'seq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/recoder.c:567:5: note: Variable 'seq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/recoder.c:658:5: style: Variable 'bt' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/recoder.c:653:18: note: Variable 'bt' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/recoder.c:658:5: note: Variable 'bt' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/recoder.c:659:5: style: Variable 'splits' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/recoder.c:652:0: note: Variable 'splits' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/recoder.c:659:5: note: Variable 'splits' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/recoder.c:654:10: style: The scope of the variable 'bs' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/recoder.c:260:59: style: Function 'recoder_rematch' argument 2 names different: declaration 'ressite' definition 'relist'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/recoder.c:109:59: note: Function 'recoder_rematch' argument 2 names different: declaration 'ressite' definition 'relist'.
EMBOSS-6.6.0/emboss/recoder.c:260:59: note: Function 'recoder_rematch' argument 2 names different: declaration 'ressite' definition 'relist'.
EMBOSS-6.6.0/emboss/recoder.c:542:48: style: Function 'recoder_checkTrans' argument 1 names different: declaration 'seq' definition 'dna'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/recoder.c:114:48: note: Function 'recoder_checkTrans' argument 1 names different: declaration 'seq' definition 'dna'.
EMBOSS-6.6.0/emboss/recoder.c:542:48: note: Function 'recoder_checkTrans' argument 1 names different: declaration 'seq' definition 'dna'.
EMBOSS-6.6.0/emboss/redata.c:85:5: style: Variable 'enzfile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/redata.c:50:0: note: Variable 'enzfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/redata.c:85:5: note: Variable 'enzfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/redata.c:86:5: style: Variable 'reffile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/redata.c:51:0: note: Variable 'reffile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/redata.c:86:5: note: Variable 'reffile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/redata.c:87:5: style: Variable 'supfile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/redata.c:52:0: note: Variable 'supfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/redata.c:87:5: note: Variable 'supfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/redata.c:291:17: style: The scope of the variable 'q' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/refseqget.c:84:5: style: Variable 'refseq' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/refseqget.c:79:0: note: Variable 'refseq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/refseqget.c:84:5: note: Variable 'refseq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/refseqget.c:85:5: style: Variable 'outfile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/refseqget.c:78:0: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/refseqget.c:85:5: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/remap.c:475:3: warning: Either the condition 'value==NULL' is redundant or there is possible null pointer dereference: value. [nullPointerRedundantCheck]
EMBOSS-6.6.0/emboss/remap.c:472:15: note: Assuming that condition 'value==NULL' is not redundant
EMBOSS-6.6.0/emboss/remap.c:475:3: note: Null pointer dereference
EMBOSS-6.6.0/emboss/remap.c:476:3: warning: Either the condition 'value==NULL' is redundant or there is possible null pointer dereference: value. [nullPointerRedundantCheck]
EMBOSS-6.6.0/emboss/remap.c:472:15: note: Assuming that condition 'value==NULL' is not redundant
EMBOSS-6.6.0/emboss/remap.c:476:3: note: Null pointer dereference
EMBOSS-6.6.0/emboss/remap.c:182:5: style: Variable 'enzymes' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/remap.c:129:0: note: Variable 'enzymes' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/remap.c:182:5: note: Variable 'enzymes' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/remap.c:183:5: style: Variable 'methfile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/remap.c:143:0: note: Variable 'methfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/remap.c:183:5: note: Variable 'methfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/remap.c:459:5: style: Variable 'key' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/remap.c:455:0: note: Variable 'key' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/remap.c:459:5: note: Variable 'key' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/remap.c:1202:5: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/remap.c:1197:0: note: Variable 'iter' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/remap.c:1202:5: note: Variable 'iter' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/remap.c:1263:5: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/remap.c:1252:0: note: Variable 'iter' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/remap.c:1263:5: note: Variable 'iter' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/remap.c:411:12: style: The scope of the variable 'value' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/remap.c:454:12: style: The scope of the variable 'value' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/remap.c:677:12: style: The scope of the variable 'value' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/remap.c:1043:17: style: The scope of the variable 'p' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/remap.c:1338:10: style: The scope of the variable 'chr' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/restover.c:97:5: style: Variable 'seqcmp' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/restover.c:60:0: note: Variable 'seqcmp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/restover.c:97:5: note: Variable 'seqcmp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/restover.c:99:5: style: Variable 'outf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/restover.c:62:0: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/restover.c:99:5: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/restover.c:105:5: style: Variable 'enzymes' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/restover.c:61:0: note: Variable 'enzymes' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/restover.c:105:5: note: Variable 'enzymes' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/restover.c:123:5: style: Variable 'methfile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/restover.c:84:0: note: Variable 'methfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/restover.c:123:5: note: Variable 'methfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/restover.c:266:5: style: Variable 'ps' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/restover.c:247:0: note: Variable 'ps' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/restover.c:266:5: note: Variable 'ps' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/restover.c:491:17: style: The scope of the variable 'p' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/restrict.c:114:5: style: Variable 'enzymes' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/restrict.c:77:0: note: Variable 'enzymes' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/restrict.c:114:5: note: Variable 'enzymes' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/restrict.c:115:5: style: Variable 'report' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/restrict.c:78:0: note: Variable 'report' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/restrict.c:115:5: note: Variable 'report' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/restrict.c:129:5: style: Variable 'enzfile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/restrict.c:96:0: note: Variable 'enzfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/restrict.c:129:5: note: Variable 'enzfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/restrict.c:130:5: style: Variable 'methfile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/restrict.c:98:0: note: Variable 'methfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/restrict.c:130:5: note: Variable 'methfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/restrict.c:308:5: style: Variable 'ps' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/restrict.c:274:0: note: Variable 'ps' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/restrict.c:308:5: note: Variable 'ps' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/restrict.c:309:5: style: Variable 'fragStr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/restrict.c:289:0: note: Variable 'fragStr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/restrict.c:309:5: note: Variable 'fragStr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/restrict.c:310:5: style: Variable 'codStr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/restrict.c:290:0: note: Variable 'codStr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/restrict.c:310:5: note: Variable 'codStr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/restrict.c:311:5: style: Variable 'patStr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/restrict.c:291:0: note: Variable 'patStr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/restrict.c:311:5: note: Variable 'patStr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/restrict.c:988:5: style: Variable 'enztable' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/restrict.c:979:0: note: Variable 'enztable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/restrict.c:988:5: note: Variable 'enztable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/restrict.c:989:5: style: Variable 'enz' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/restrict.c:986:0: note: Variable 'enz' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/restrict.c:989:5: note: Variable 'enz' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/restrict.c:868:17: style: The scope of the variable 'p' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/seealso.c:57:5: style: Variable 'search' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/seealso.c:45:0: note: Variable 'search' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/seealso.c:57:5: note: Variable 'search' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/seealso.c:58:5: style: Variable 'outfile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/seealso.c:44:0: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/seealso.c:58:5: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/seealso.c:63:5: style: Variable 'showembassy' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/seealso.c:52:0: note: Variable 'showembassy' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/seealso.c:63:5: note: Variable 'showembassy' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/seqmatchall.c:61:5: style: Variable 'align' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/seqmatchall.c:51:0: note: Variable 'align' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/seqmatchall.c:61:5: note: Variable 'align' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/seqretsingle.c:20:5: style: Variable 'seq' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/seqretsingle.c:15:0: note: Variable 'seq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/seqretsingle.c:20:5: note: Variable 'seq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/seqretsplit.c:55:5: style: Variable 'table' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/seqretsplit.c:46:0: note: Variable 'table' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/seqretsplit.c:55:5: note: Variable 'table' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/seqxref.c:48:5: style: Variable 'xrefs' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/seqxref.c:39:0: note: Variable 'xrefs' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/seqxref.c:48:5: note: Variable 'xrefs' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/seqxrefget.c:102:25: warning: Either the condition '!dbtypes' is redundant or there is possible null pointer dereference: dbtypes. [nullPointerRedundantCheck]
EMBOSS-6.6.0/emboss/seqxrefget.c:93:16: note: Assuming that condition '!dbtypes' is not redundant
EMBOSS-6.6.0/emboss/seqxrefget.c:102:25: note: Null pointer dereference
EMBOSS-6.6.0/emboss/seqxrefget.c:114:33: warning: Either the condition '!dbtypes' is redundant or there is possible null pointer dereference: dbtypes. [nullPointerRedundantCheck]
EMBOSS-6.6.0/emboss/seqxrefget.c:93:16: note: Assuming that condition '!dbtypes' is not redundant
EMBOSS-6.6.0/emboss/seqxrefget.c:114:33: note: Null pointer dereference
EMBOSS-6.6.0/emboss/seqxrefget.c:116:33: warning: Either the condition '!dbtypes' is redundant or there is possible null pointer dereference: dbtypes. [nullPointerRedundantCheck]
EMBOSS-6.6.0/emboss/seqxrefget.c:93:16: note: Assuming that condition '!dbtypes' is not redundant
EMBOSS-6.6.0/emboss/seqxrefget.c:116:33: note: Null pointer dereference
EMBOSS-6.6.0/emboss/seqxrefget.c:118:33: warning: Either the condition '!dbtypes' is redundant or there is possible null pointer dereference: dbtypes. [nullPointerRedundantCheck]
EMBOSS-6.6.0/emboss/seqxrefget.c:93:16: note: Assuming that condition '!dbtypes' is not redundant
EMBOSS-6.6.0/emboss/seqxrefget.c:118:33: note: Null pointer dereference
EMBOSS-6.6.0/emboss/seqxrefget.c:120:33: warning: Either the condition '!dbtypes' is redundant or there is possible null pointer dereference: dbtypes. [nullPointerRedundantCheck]
EMBOSS-6.6.0/emboss/seqxrefget.c:93:16: note: Assuming that condition '!dbtypes' is not redundant
EMBOSS-6.6.0/emboss/seqxrefget.c:120:33: note: Null pointer dereference
EMBOSS-6.6.0/emboss/seqxrefget.c:122:33: warning: Either the condition '!dbtypes' is redundant or there is possible null pointer dereference: dbtypes. [nullPointerRedundantCheck]
EMBOSS-6.6.0/emboss/seqxrefget.c:93:16: note: Assuming that condition '!dbtypes' is not redundant
EMBOSS-6.6.0/emboss/seqxrefget.c:122:33: note: Null pointer dereference
EMBOSS-6.6.0/emboss/seqxrefget.c:56:5: style: Variable 'xrefs' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/seqxrefget.c:39:0: note: Variable 'xrefs' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/seqxrefget.c:56:5: note: Variable 'xrefs' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/seqxrefget.c:57:5: style: Variable 'typesTable' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/seqxrefget.c:43:0: note: Variable 'typesTable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/seqxrefget.c:57:5: note: Variable 'typesTable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/servertell.c:109:5: style: Variable 'svrname' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/servertell.c:78:0: note: Variable 'svrname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/servertell.c:109:5: note: Variable 'svrname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/servertell.c:110:5: style: Variable 'verbose' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/servertell.c:81:0: note: Variable 'verbose' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/servertell.c:110:5: note: Variable 'verbose' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/servertell.c:111:5: style: Variable 'outfile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/servertell.c:79:0: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/servertell.c:111:5: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/showalign.c:179:5: style: Variable 'seqset' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/showalign.c:139:0: note: Variable 'seqset' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/showalign.c:179:5: note: Variable 'seqset' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/showalign.c:182:5: style: Variable 'show' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/showalign.c:142:0: note: Variable 'show' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/showalign.c:182:5: note: Variable 'show' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/showalign.c:528:5: style: Variable 'sstr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/showalign.c:524:0: note: Variable 'sstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/showalign.c:528:5: note: Variable 'sstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/showalign.c:581:5: style: Variable 'sstr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/showalign.c:577:0: note: Variable 'sstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/showalign.c:581:5: note: Variable 'sstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/showalign.c:650:5: style: Variable 'sstr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/showalign.c:646:0: note: Variable 'sstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/showalign.c:650:5: note: Variable 'sstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/showalign.c:714:5: style: Variable 'sstr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/showalign.c:710:0: note: Variable 'sstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/showalign.c:714:5: note: Variable 'sstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/showalign.c:1129:5: style: Variable 'line' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/showalign.c:1116:0: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/showalign.c:1129:5: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/showalign.c:1025:10: style: The scope of the variable 'ch' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/showalign.c:1124:17: style: The scope of the variable 'cp' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/showdb.c:1453:21: style: Expression is always false because 'else if' condition matches previous condition at line 1448. [multiCondition]
EMBOSS-6.6.0/emboss/showdb.c:150:5: style: Variable 'onedbname' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/showdb.c:121:0: note: Variable 'onedbname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/showdb.c:150:5: note: Variable 'onedbname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/showdb.c:151:5: style: Variable 'outfile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/showdb.c:120:0: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/showdb.c:151:5: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/showdb.c:188:5: style: Variable 'dbnames' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/showdb.c:132:0: note: Variable 'dbnames' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/showdb.c:188:5: note: Variable 'dbnames' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/showdb.c:1325:5: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/showdb.c:1314:0: note: Variable 'iter' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/showdb.c:1325:5: note: Variable 'iter' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/showdb.c:1490:53: style: Function 'showdbGetTaxons' argument 3 names different: declaration 'numtaxon' definition 'numtaxons'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/showdb.c:75:55: note: Function 'showdbGetTaxons' argument 3 names different: declaration 'numtaxon' definition 'numtaxons'.
EMBOSS-6.6.0/emboss/showdb.c:1490:53: note: Function 'showdbGetTaxons' argument 3 names different: declaration 'numtaxon' definition 'numtaxons'.
EMBOSS-6.6.0/emboss/showfeat.c:110:5: style: Variable 'seqall' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/showfeat.c:76:0: note: Variable 'seqall' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/showfeat.c:110:5: note: Variable 'seqall' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/showfeat.c:111:5: style: Variable 'outfile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/showfeat.c:77:0: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/showfeat.c:111:5: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/showfeat.c:112:5: style: Variable 'matchsource' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/showfeat.c:79:0: note: Variable 'matchsource' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/showfeat.c:112:5: note: Variable 'matchsource' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/showfeat.c:113:5: style: Variable 'matchtype' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/showfeat.c:80:0: note: Variable 'matchtype' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/showfeat.c:113:5: note: Variable 'matchtype' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/showfeat.c:114:5: style: Variable 'matchtag' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/showfeat.c:81:0: note: Variable 'matchtag' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/showfeat.c:114:5: note: Variable 'matchtag' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/showfeat.c:115:5: style: Variable 'matchvalue' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/showfeat.c:82:0: note: Variable 'matchvalue' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/showfeat.c:115:5: note: Variable 'matchvalue' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/showfeat.c:116:5: style: Variable 'sortlist' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/showfeat.c:83:0: note: Variable 'sortlist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/showfeat.c:116:5: note: Variable 'sortlist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/showfeat.c:134:5: style: Variable 'annotation' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/showfeat.c:101:0: note: Variable 'annotation' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/showfeat.c:134:5: note: Variable 'annotation' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/showfeat.c:668:7: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
EMBOSS-6.6.0/emboss/showfeat.c:670:2: note: Found duplicate branches for 'if' and 'else'.
EMBOSS-6.6.0/emboss/showfeat.c:668:7: note: Found duplicate branches for 'if' and 'else'.
EMBOSS-6.6.0/emboss/showfeat.c:278:10: style: The scope of the variable 'strandout' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/showorf.c:94:17: style: The scope of the variable 'p' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/showpep.c:131:5: style: Variable 'matchsource' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/showpep.c:102:0: note: Variable 'matchsource' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/showpep.c:131:5: note: Variable 'matchsource' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/showpep.c:132:5: style: Variable 'matchtype' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/showpep.c:103:0: note: Variable 'matchtype' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/showpep.c:132:5: note: Variable 'matchtype' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/showpep.c:135:5: style: Variable 'matchtag' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/showpep.c:106:0: note: Variable 'matchtag' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/showpep.c:135:5: note: Variable 'matchtag' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/showpep.c:136:5: style: Variable 'matchvalue' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/showpep.c:107:0: note: Variable 'matchvalue' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/showpep.c:136:5: note: Variable 'matchvalue' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/showpep.c:139:5: style: Variable 'testscore' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/showpep.c:108:0: note: Variable 'testscore' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/showpep.c:139:5: note: Variable 'testscore' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/showpep.c:417:21: style: Function 'showpep_MatchFeature' argument 3 names different: declaration 'matchsource' definition 'source'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/showpep.c:38:21: note: Function 'showpep_MatchFeature' argument 3 names different: declaration 'matchsource' definition 'source'.
EMBOSS-6.6.0/emboss/showpep.c:417:21: note: Function 'showpep_MatchFeature' argument 3 names different: declaration 'matchsource' definition 'source'.
EMBOSS-6.6.0/emboss/showpep.c:417:42: style: Function 'showpep_MatchFeature' argument 4 names different: declaration 'matchtype' definition 'type'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/showpep.c:39:21: note: Function 'showpep_MatchFeature' argument 4 names different: declaration 'matchtype' definition 'type'.
EMBOSS-6.6.0/emboss/showpep.c:417:42: note: Function 'showpep_MatchFeature' argument 4 names different: declaration 'matchtype' definition 'type'.
EMBOSS-6.6.0/emboss/showpep.c:420:21: style: Function 'showpep_MatchFeature' argument 8 names different: declaration 'matchtag' definition 'tag'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/showpep.c:41:37: note: Function 'showpep_MatchFeature' argument 8 names different: declaration 'matchtag' definition 'tag'.
EMBOSS-6.6.0/emboss/showpep.c:420:21: note: Function 'showpep_MatchFeature' argument 8 names different: declaration 'matchtag' definition 'tag'.
EMBOSS-6.6.0/emboss/showpep.c:420:39: style: Function 'showpep_MatchFeature' argument 9 names different: declaration 'matchvalue' definition 'value'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/showpep.c:42:21: note: Function 'showpep_MatchFeature' argument 9 names different: declaration 'matchvalue' definition 'value'.
EMBOSS-6.6.0/emboss/showpep.c:420:39: note: Function 'showpep_MatchFeature' argument 9 names different: declaration 'matchvalue' definition 'value'.
EMBOSS-6.6.0/emboss/showseq.c:187:5: style: Variable 'enzymes' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/showseq.c:121:0: note: Variable 'enzymes' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/showseq.c:187:5: note: Variable 'enzymes' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/showseq.c:188:5: style: Variable 'methfile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/showseq.c:135:0: note: Variable 'methfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/showseq.c:188:5: note: Variable 'methfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/showseq.c:191:5: style: Variable 'matchsource' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/showseq.c:141:0: note: Variable 'matchsource' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/showseq.c:191:5: note: Variable 'matchsource' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/showseq.c:192:5: style: Variable 'matchtype' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/showseq.c:142:0: note: Variable 'matchtype' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/showseq.c:192:5: note: Variable 'matchtype' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/showseq.c:196:5: style: Variable 'matchtag' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/showseq.c:146:0: note: Variable 'matchtag' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/showseq.c:196:5: note: Variable 'matchtag' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/showseq.c:197:5: style: Variable 'matchvalue' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/showseq.c:147:0: note: Variable 'matchvalue' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/showseq.c:197:5: note: Variable 'matchvalue' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/showseq.c:200:5: style: Variable 'testscore' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/showseq.c:148:0: note: Variable 'testscore' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/showseq.c:200:5: note: Variable 'testscore' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/showseq.c:537:17: style: The scope of the variable 'p' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/showseq.c:700:21: style: Function 'showseq_MatchFeature' argument 3 names different: declaration 'matchsource' definition 'source'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/showseq.c:44:21: note: Function 'showseq_MatchFeature' argument 3 names different: declaration 'matchsource' definition 'source'.
EMBOSS-6.6.0/emboss/showseq.c:700:21: note: Function 'showseq_MatchFeature' argument 3 names different: declaration 'matchsource' definition 'source'.
EMBOSS-6.6.0/emboss/showseq.c:700:42: style: Function 'showseq_MatchFeature' argument 4 names different: declaration 'matchtype' definition 'type'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/showseq.c:45:21: note: Function 'showseq_MatchFeature' argument 4 names different: declaration 'matchtype' definition 'type'.
EMBOSS-6.6.0/emboss/showseq.c:700:42: note: Function 'showseq_MatchFeature' argument 4 names different: declaration 'matchtype' definition 'type'.
EMBOSS-6.6.0/emboss/showseq.c:701:14: style: Function 'showseq_MatchFeature' argument 5 names different: declaration 'matchsense' definition 'sense'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/showseq.c:46:14: note: Function 'showseq_MatchFeature' argument 5 names different: declaration 'matchsense' definition 'sense'.
EMBOSS-6.6.0/emboss/showseq.c:701:14: note: Function 'showseq_MatchFeature' argument 5 names different: declaration 'matchsense' definition 'sense'.
EMBOSS-6.6.0/emboss/showseq.c:704:21: style: Function 'showseq_MatchFeature' argument 9 names different: declaration 'matchtag' definition 'tag'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/showseq.c:48:37: note: Function 'showseq_MatchFeature' argument 9 names different: declaration 'matchtag' definition 'tag'.
EMBOSS-6.6.0/emboss/showseq.c:704:21: note: Function 'showseq_MatchFeature' argument 9 names different: declaration 'matchtag' definition 'tag'.
EMBOSS-6.6.0/emboss/showseq.c:704:39: style: Function 'showseq_MatchFeature' argument 10 names different: declaration 'matchvalue' definition 'value'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/showseq.c:49:21: note: Function 'showseq_MatchFeature' argument 10 names different: declaration 'matchvalue' definition 'value'.
EMBOSS-6.6.0/emboss/showseq.c:704:39: note: Function 'showseq_MatchFeature' argument 10 names different: declaration 'matchvalue' definition 'value'.
EMBOSS-6.6.0/emboss/showserver.c:148:5: style: Variable 'onesvrname' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/showserver.c:103:0: note: Variable 'onesvrname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/showserver.c:148:5: note: Variable 'onesvrname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/showserver.c:149:5: style: Variable 'outfile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/showserver.c:102:0: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/showserver.c:149:5: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/showserver.c:170:5: style: Variable 'svrnames' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/showserver.c:119:0: note: Variable 'svrnames' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/showserver.c:170:5: note: Variable 'svrnames' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/showserver.c:1060:5: style: Variable 'svr1' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/showserver.c:1039:18: note: Variable 'svr1' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/showserver.c:1060:5: note: Variable 'svr1' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/showserver.c:1061:5: style: Variable 'svr2' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/showserver.c:1040:18: note: Variable 'svr2' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/showserver.c:1061:5: note: Variable 'svr2' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/showserver.c:373:43: warning: Function 'showserverWidth' argument order different: declaration 'svrname, scope, type, methods, count, defined, version, cachefile, url, maxname, maxscope, maxtype, maxmethod, maxcount, maxfield, maxdefined, maxversion, maxcachefile, maxurl' definition 'svrname, scope, type, methods, count, defined, version, cachefile, url, maxname, maxtype, maxscope, maxmethod, maxcount, maxfield, maxdefined, maxversion, maxcachefile, maxurl' [funcArgOrderDifferent]
EMBOSS-6.6.0/emboss/showserver.c:27:43: note: Function 'showserverWidth' argument order different: declaration 'svrname, scope, type, methods, count, defined, version, cachefile, url, maxname, maxscope, maxtype, maxmethod, maxcount, maxfield, maxdefined, maxversion, maxcachefile, maxurl' definition 'svrname, scope, type, methods, count, defined, version, cachefile, url, maxname, maxtype, maxscope, maxmethod, maxcount, maxfield, maxdefined, maxversion, maxcachefile, maxurl'
EMBOSS-6.6.0/emboss/showserver.c:373:43: note: Function 'showserverWidth' argument order different: declaration 'svrname, scope, type, methods, count, defined, version, cachefile, url, maxname, maxscope, maxtype, maxmethod, maxcount, maxfield, maxdefined, maxversion, maxcachefile, maxurl' definition 'svrname, scope, type, methods, count, defined, version, cachefile, url, maxname, maxtype, maxscope, maxmethod, maxcount, maxfield, maxdefined, maxversion, maxcachefile, maxurl'
EMBOSS-6.6.0/emboss/shuffleseq.c:48:5: style: Variable 'shuffles' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/shuffleseq.c:35:0: note: Variable 'shuffles' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/shuffleseq.c:48:5: note: Variable 'shuffles' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/sigcleave.c:106:5: style: Variable 'prokaryote' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/sigcleave.c:66:0: note: Variable 'prokaryote' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/sigcleave.c:106:5: note: Variable 'prokaryote' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/sigcleave.c:108:5: style: Variable 'report' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/sigcleave.c:54:0: note: Variable 'report' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/sigcleave.c:108:5: note: Variable 'report' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/sigcleave.c:114:5: style: Variable 'matrix' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/sigcleave.c:68:0: note: Variable 'matrix' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/sigcleave.c:114:5: note: Variable 'matrix' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/sigcleave.c:115:5: style: Variable 'hwt' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/sigcleave.c:83:0: note: Variable 'hwt' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/sigcleave.c:115:5: note: Variable 'hwt' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/sigcleave.c:116:5: style: Variable 'hi' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/sigcleave.c:81:0: note: Variable 'hi' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/sigcleave.c:116:5: note: Variable 'hi' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/sigcleave.c:117:5: style: Variable 'hp' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/sigcleave.c:82:0: note: Variable 'hp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/sigcleave.c:117:5: note: Variable 'hp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/sigcleave.c:119:5: style: Variable 'substr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/sigcleave.c:59:0: note: Variable 'substr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/sigcleave.c:119:5: note: Variable 'substr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/sigcleave.c:120:5: style: Variable 'stmp' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/sigcleave.c:60:0: note: Variable 'stmp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/sigcleave.c:120:5: note: Variable 'stmp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/sigcleave.c:121:5: style: Variable 'sstr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/sigcleave.c:61:0: note: Variable 'sstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/sigcleave.c:121:5: note: Variable 'sstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/sigcleave.c:79:11: style: The scope of the variable 'maxweight' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/sigcleave.c:85:17: style: The scope of the variable 'p' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/sigcleave.c:86:11: style: The scope of the variable 'q' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/sigcleave.c:357:17: style: The scope of the variable 'p' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/sigcleave.c:362:11: style: The scope of the variable 'rt' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/sigcleave.c:366:11: style: The scope of the variable 'expected' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/silent.c:157:5: style: Variable 'seq' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/silent.c:131:0: note: Variable 'seq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/silent.c:157:5: note: Variable 'seq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/silent.c:158:5: style: Variable 'enzymes' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/silent.c:138:0: note: Variable 'enzymes' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/silent.c:158:5: note: Variable 'enzymes' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/silent.c:162:5: style: Variable 'report' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/silent.c:132:0: note: Variable 'report' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/silent.c:162:5: note: Variable 'report' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/silent.c:178:5: style: Variable 'sname' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/silent.c:136:18: note: Variable 'sname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/silent.c:178:5: note: Variable 'sname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/silent.c:181:5: style: Variable 'feat' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/silent.c:133:0: note: Variable 'feat' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/silent.c:181:5: note: Variable 'feat' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/silent.c:304:5: style: Variable 'pep' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/silent.c:297:0: note: Variable 'pep' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/silent.c:304:5: note: Variable 'pep' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/silent.c:305:5: style: Variable 'table' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/silent.c:298:0: note: Variable 'table' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/silent.c:305:5: note: Variable 'table' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/silent.c:411:5: style: Variable 'refilename' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/silent.c:403:0: note: Variable 'refilename' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/silent.c:411:5: note: Variable 'refilename' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/silent.c:412:5: style: Variable 'rptr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/silent.c:400:0: note: Variable 'rptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/silent.c:412:5: note: Variable 'rptr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/silent.c:415:5: style: Variable 'fin' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/silent.c:401:0: note: Variable 'fin' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/silent.c:415:5: note: Variable 'fin' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/silent.c:518:5: style: Variable 'tstr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/silent.c:513:0: note: Variable 'tstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/silent.c:518:5: note: Variable 'tstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/silent.c:521:5: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/silent.c:496:0: note: Variable 'p' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/silent.c:521:5: note: Variable 'p' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/silent.c:277:59: style: Function 'silent_mismatch' argument 2 names different: declaration 'ressite' definition 'relist'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/silent.c:102:59: note: Function 'silent_mismatch' argument 2 names different: declaration 'ressite' definition 'relist'.
EMBOSS-6.6.0/emboss/silent.c:277:59: note: Function 'silent_mismatch' argument 2 names different: declaration 'ressite' definition 'relist'.
EMBOSS-6.6.0/emboss/sirna.c:99:5: style: Variable 'report' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/sirna.c:80:0: note: Variable 'report' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/sirna.c:99:5: note: Variable 'report' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/sirna.c:192:5: style: Variable 'TabRpt' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/sirna.c:143:0: note: Variable 'TabRpt' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/sirna.c:192:5: note: Variable 'TabRpt' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/sirna.c:435:5: style: Variable 'featab' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/sirna.c:426:0: note: Variable 'featab' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/sirna.c:435:5: note: Variable 'featab' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/sirna.c:436:5: style: Variable 'type' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/sirna.c:430:0: note: Variable 'type' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/sirna.c:436:5: note: Variable 'type' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/sirna.c:438:5: style: Variable 'head' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/sirna.c:431:0: note: Variable 'head' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/sirna.c:438:5: note: Variable 'head' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/sirna.c:439:5: style: Variable 'head2' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/sirna.c:432:0: note: Variable 'head2' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/sirna.c:439:5: note: Variable 'head2' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/sirna.c:614:12: style: The scope of the variable 'value' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/sixpack.c:93:5: style: Variable 'outseq' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/sixpack.c:63:0: note: Variable 'outseq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/sixpack.c:93:5: note: Variable 'outseq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/sixpack.c:107:5: style: Variable 'addlast' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/sixpack.c:81:0: note: Variable 'addlast' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/sixpack.c:107:5: note: Variable 'addlast' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/sixpack.c:108:5: style: Variable 'firstorf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/sixpack.c:82:0: note: Variable 'firstorf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/sixpack.c:108:5: note: Variable 'firstorf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/sixpack.c:109:5: style: Variable 'mstart' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/sixpack.c:83:0: note: Variable 'mstart' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/sixpack.c:109:5: note: Variable 'mstart' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/sixpack.c:291:66: style: Function 'sixpackFindorfs' argument 3 names different: declaration 's' definition 'from'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/sixpack.c:29:66: note: Function 'sixpackFindorfs' argument 3 names different: declaration 's' definition 'from'.
EMBOSS-6.6.0/emboss/sixpack.c:291:66: note: Function 'sixpackFindorfs' argument 3 names different: declaration 's' definition 'from'.
EMBOSS-6.6.0/emboss/sixpack.c:292:13: style: Function 'sixpackFindorfs' argument 4 names different: declaration 'len' definition 'to'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/sixpack.c:30:13: note: Function 'sixpackFindorfs' argument 4 names different: declaration 'len' definition 'to'.
EMBOSS-6.6.0/emboss/sixpack.c:292:13: note: Function 'sixpackFindorfs' argument 4 names different: declaration 'len' definition 'to'.
EMBOSS-6.6.0/emboss/sixpack.c:292:29: style: Function 'sixpackFindorfs' argument 5 names different: declaration 'seq' definition 'p'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/sixpack.c:30:30: note: Function 'sixpackFindorfs' argument 5 names different: declaration 'seq' definition 'p'.
EMBOSS-6.6.0/emboss/sixpack.c:292:29: note: Function 'sixpackFindorfs' argument 5 names different: declaration 'seq' definition 'p'.
EMBOSS-6.6.0/emboss/sixpack.c:293:13: style: Function 'sixpackFindorfs' argument 7 names different: declaration 'orfml' definition 'min_orflength'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/sixpack.c:31:31: note: Function 'sixpackFindorfs' argument 7 names different: declaration 'orfml' definition 'min_orflength'.
EMBOSS-6.6.0/emboss/sixpack.c:293:13: note: Function 'sixpackFindorfs' argument 7 names different: declaration 'orfml' definition 'min_orflength'.
EMBOSS-6.6.0/emboss/sizeseq.c:44:5: style: Variable 'seqset' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/sizeseq.c:36:0: note: Variable 'seqset' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/sizeseq.c:44:5: note: Variable 'seqset' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/sizeseq.c:46:5: style: Variable 'seqout' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/sizeseq.c:37:0: note: Variable 'seqout' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/sizeseq.c:46:5: note: Variable 'seqout' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/skipredundant.c:65:5: style: Variable 'seqset' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/skipredundant.c:40:0: note: Variable 'seqset' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/skipredundant.c:65:5: note: Variable 'seqset' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/skipredundant.c:66:5: style: Variable 'mode' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/skipredundant.c:49:0: note: Variable 'mode' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/skipredundant.c:66:5: note: Variable 'mode' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/skipredundant.c:67:5: style: Variable 'fmat' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/skipredundant.c:41:0: note: Variable 'fmat' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/skipredundant.c:67:5: note: Variable 'fmat' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/skipredundant.c:73:5: style: Variable 'seqout' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/skipredundant.c:47:0: note: Variable 'seqout' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/skipredundant.c:73:5: note: Variable 'seqout' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/skipredundant.c:74:5: style: Variable 'seqoutred' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/skipredundant.c:48:0: note: Variable 'seqoutred' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/skipredundant.c:74:5: note: Variable 'seqoutred' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/skipredundant.c:79:5: style: Variable 'list' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/skipredundant.c:57:0: note: Variable 'list' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/skipredundant.c:79:5: note: Variable 'list' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/skipredundant.c:81:5: style: Variable 'keep' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/skipredundant.c:58:0: note: Variable 'keep' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/skipredundant.c:81:5: note: Variable 'keep' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/splitsource.c:214:3: style: Variable 'new_feattable' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/splitsource.c:198:0: note: Variable 'new_feattable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/splitsource.c:214:3: note: Variable 'new_feattable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/splitsource.c:267:3: style: Variable 'old_feattable' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/splitsource.c:259:0: note: Variable 'old_feattable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/splitsource.c:267:3: note: Variable 'old_feattable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/splitsource.c:268:3: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/splitsource.c:260:0: note: Variable 'iter' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/splitsource.c:268:3: note: Variable 'iter' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/splitsource.c:123:41: style: Function 'splitsource_write' argument 1 names different: declaration 'seqout' definition 'default_seqout'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/splitsource.c:29:41: note: Function 'splitsource_write' argument 1 names different: declaration 'seqout' definition 'default_seqout'.
EMBOSS-6.6.0/emboss/splitsource.c:123:41: note: Function 'splitsource_write' argument 1 names different: declaration 'seqout' definition 'default_seqout'.
EMBOSS-6.6.0/emboss/splitsource.c:256:56: style: Function 'splitsource_AddSubSeqFeat' argument 2 names different: declaration 'gf' definition 'gfsrc'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/splitsource.c:31:77: note: Function 'splitsource_AddSubSeqFeat' argument 2 names different: declaration 'gf' definition 'gfsrc'.
EMBOSS-6.6.0/emboss/splitsource.c:256:56: note: Function 'splitsource_AddSubSeqFeat' argument 2 names different: declaration 'gf' definition 'gfsrc'.
EMBOSS-6.6.0/emboss/splitter.c:214:5: style: Variable 'new_feattable' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/splitter.c:204:0: note: Variable 'new_feattable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/splitter.c:214:5: note: Variable 'new_feattable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/splitter.c:253:5: style: Variable 'old_feattable' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/splitter.c:250:0: note: Variable 'old_feattable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/splitter.c:253:5: note: Variable 'old_feattable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/splitter.c:136:38: style: Function 'splitter_write' argument 1 names different: declaration 'seqout' definition 'default_seqout'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/splitter.c:28:38: note: Function 'splitter_write' argument 1 names different: declaration 'seqout' definition 'default_seqout'.
EMBOSS-6.6.0/emboss/splitter.c:136:38: note: Function 'splitter_write' argument 1 names different: declaration 'seqout' definition 'default_seqout'.
EMBOSS-6.6.0/emboss/sqltest.c:62:5: style: Variable 'user' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/sqltest.c:46:0: note: Variable 'user' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/sqltest.c:62:5: note: Variable 'user' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/sqltest.c:63:5: style: Variable 'password' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/sqltest.c:47:0: note: Variable 'password' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/sqltest.c:63:5: note: Variable 'password' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/sqltest.c:64:5: style: Variable 'host' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/sqltest.c:48:0: note: Variable 'host' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/sqltest.c:64:5: note: Variable 'host' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/sqltest.c:65:5: style: Variable 'port' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/sqltest.c:49:0: note: Variable 'port' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/sqltest.c:65:5: note: Variable 'port' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/sqltest.c:66:5: style: Variable 'socketf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/sqltest.c:50:0: note: Variable 'socketf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/sqltest.c:66:5: note: Variable 'socketf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/sqltest.c:67:5: style: Variable 'dbname' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/sqltest.c:51:0: note: Variable 'dbname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/sqltest.c:67:5: note: Variable 'dbname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/sqltest.c:68:5: style: Variable 'statement' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/sqltest.c:52:0: note: Variable 'statement' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/sqltest.c:68:5: note: Variable 'statement' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/sqltest.c:69:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/sqltest.c:53:0: note: Variable 'result' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/sqltest.c:69:5: note: Variable 'result' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/sqltest.c:70:5: style: Variable 'outf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/sqltest.c:44:0: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/sqltest.c:70:5: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/sqltest.c:72:5: style: Variable 'sqlc' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/sqltest.c:55:0: note: Variable 'sqlc' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/sqltest.c:72:5: note: Variable 'sqlc' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/stretcher.c:169:5: style: Variable 'align' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/stretcher.c:152:0: note: Variable 'align' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/stretcher.c:169:5: note: Variable 'align' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/supermatcher.c:124:5: style: Variable 'wordlen' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/supermatcher.c:98:0: note: Variable 'wordlen' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/supermatcher.c:124:5: note: Variable 'wordlen' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/supermatcher.c:125:5: style: Variable 'align' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/supermatcher.c:105:0: note: Variable 'align' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/supermatcher.c:125:5: note: Variable 'align' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/syco.c:99:5: style: Variable 'graph' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/syco.c:49:0: note: Variable 'graph' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/syco.c:99:5: note: Variable 'graph' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/taxget.c:93:5: style: Variable 'taxall' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/taxget.c:79:0: note: Variable 'taxall' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/taxget.c:93:5: note: Variable 'taxall' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/taxget.c:94:5: style: Variable 'outfile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/taxget.c:78:0: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/taxget.c:94:5: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/taxget.c:96:5: style: Variable 'foundtable' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/taxget.c:86:0: note: Variable 'foundtable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/taxget.c:96:5: note: Variable 'foundtable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/taxget.c:112:17: style: Variable 'ikeep' is modified but its new value is never used. [unreadVariable]
EMBOSS-6.6.0/emboss/taxgetdown.c:96:5: style: Variable 'taxall' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/taxgetdown.c:79:0: note: Variable 'taxall' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/taxgetdown.c:96:5: note: Variable 'taxall' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/taxgetdown.c:97:5: style: Variable 'outfile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/taxgetdown.c:78:0: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/taxgetdown.c:97:5: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/taxgetdown.c:99:5: style: Variable 'taxchildin' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/taxgetdown.c:86:0: note: Variable 'taxchildin' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/taxgetdown.c:99:5: note: Variable 'taxchildin' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/taxgetdown.c:101:5: style: Variable 'taxchild' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/taxgetdown.c:85:0: note: Variable 'taxchild' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/taxgetdown.c:101:5: note: Variable 'taxchild' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/taxgetdown.c:103:5: style: Variable 'foundtable' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/taxgetdown.c:88:0: note: Variable 'foundtable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/taxgetdown.c:103:5: note: Variable 'foundtable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/taxgetdown.c:113:13: style: Variable 'ichild' is modified but its new value is never used. [unreadVariable]
EMBOSS-6.6.0/emboss/taxgetdown.c:119:17: style: Variable 'ikeep' is modified but its new value is never used. [unreadVariable]
EMBOSS-6.6.0/emboss/taxgetrank.c:98:5: style: Variable 'taxall' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/taxgetrank.c:84:0: note: Variable 'taxall' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/taxgetrank.c:98:5: note: Variable 'taxall' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/taxgetrank.c:99:5: style: Variable 'ranks' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/taxgetrank.c:79:0: note: Variable 'ranks' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/taxgetrank.c:99:5: note: Variable 'ranks' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/taxgetrank.c:100:5: style: Variable 'outfile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/taxgetrank.c:78:0: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/taxgetrank.c:100:5: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/taxgetrank.c:101:5: style: Variable 'hidden' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/taxgetrank.c:80:0: note: Variable 'hidden' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/taxgetrank.c:101:5: note: Variable 'hidden' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/taxgetspecies.c:93:5: style: Variable 'taxall' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/taxgetspecies.c:79:0: note: Variable 'taxall' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/taxgetspecies.c:93:5: note: Variable 'taxall' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/taxgetspecies.c:94:5: style: Variable 'outfile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/taxgetspecies.c:78:0: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/taxgetspecies.c:94:5: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/taxgetspecies.c:96:5: style: Variable 'foundtable' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/taxgetspecies.c:86:0: note: Variable 'foundtable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/taxgetspecies.c:96:5: note: Variable 'foundtable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/taxgetspecies.c:119:17: style: Variable 'ikeep' is modified but its new value is never used. [unreadVariable]
EMBOSS-6.6.0/emboss/taxgetup.c:95:5: style: Variable 'taxall' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/taxgetup.c:83:0: note: Variable 'taxall' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/taxgetup.c:95:5: note: Variable 'taxall' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/taxgetup.c:96:5: style: Variable 'outfile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/taxgetup.c:78:0: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/taxgetup.c:96:5: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/taxgetup.c:97:5: style: Variable 'hidden' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/taxgetup.c:79:0: note: Variable 'hidden' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/taxgetup.c:97:5: note: Variable 'hidden' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/taxgetup.c:99:5: style: Variable 'taxinparent' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/taxgetup.c:84:0: note: Variable 'taxinparent' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/taxgetup.c:99:5: note: Variable 'taxinparent' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/taxgetup.c:100:5: style: Variable 'taxparent' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/taxgetup.c:82:0: note: Variable 'taxparent' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/taxgetup.c:100:5: note: Variable 'taxparent' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/taxgetup.c:101:5: style: Variable 'uplist' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/taxgetup.c:90:0: note: Variable 'uplist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/taxgetup.c:101:5: note: Variable 'uplist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/taxgetup.c:103:5: style: Variable 'foundtable' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/taxgetup.c:87:0: note: Variable 'foundtable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/taxgetup.c:103:5: note: Variable 'foundtable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tcode.c:418:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/emboss/tcode.c:414:21: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/tcode.c:418:5: note: Null pointer dereference
EMBOSS-6.6.0/emboss/tcode.c:419:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/emboss/tcode.c:414:21: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/tcode.c:419:5: note: Null pointer dereference
EMBOSS-6.6.0/emboss/tcode.c:421:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/emboss/tcode.c:414:21: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/tcode.c:421:5: note: Null pointer dereference
EMBOSS-6.6.0/emboss/tcode.c:422:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/emboss/tcode.c:414:21: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/tcode.c:422:5: note: Null pointer dereference
EMBOSS-6.6.0/emboss/tcode.c:423:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/emboss/tcode.c:414:21: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/tcode.c:423:5: note: Null pointer dereference
EMBOSS-6.6.0/emboss/tcode.c:424:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/emboss/tcode.c:414:21: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/tcode.c:424:5: note: Null pointer dereference
EMBOSS-6.6.0/emboss/tcode.c:426:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/emboss/tcode.c:414:21: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/tcode.c:426:5: note: Null pointer dereference
EMBOSS-6.6.0/emboss/tcode.c:427:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/emboss/tcode.c:414:21: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/tcode.c:427:5: note: Null pointer dereference
EMBOSS-6.6.0/emboss/tcode.c:428:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/emboss/tcode.c:414:21: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/tcode.c:428:5: note: Null pointer dereference
EMBOSS-6.6.0/emboss/tcode.c:429:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/emboss/tcode.c:414:21: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/tcode.c:429:5: note: Null pointer dereference
EMBOSS-6.6.0/emboss/tcode.c:431:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/emboss/tcode.c:414:21: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/tcode.c:431:5: note: Null pointer dereference
EMBOSS-6.6.0/emboss/tcode.c:432:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/emboss/tcode.c:414:21: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/tcode.c:432:5: note: Null pointer dereference
EMBOSS-6.6.0/emboss/tcode.c:132:5: style: Variable 'report' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/tcode.c:101:0: note: Variable 'report' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tcode.c:132:5: note: Variable 'report' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tcode.c:133:5: style: Variable 'seqall' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/tcode.c:99:0: note: Variable 'seqall' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tcode.c:133:5: note: Variable 'seqall' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tcode.c:135:5: style: Variable 'datafile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/tcode.c:103:0: note: Variable 'datafile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tcode.c:135:5: note: Variable 'datafile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tcode.c:136:5: style: Variable 'plot' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/tcode.c:107:0: note: Variable 'plot' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tcode.c:136:5: note: Variable 'plot' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tcode.c:139:5: style: Variable 'graph' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/tcode.c:121:0: note: Variable 'graph' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tcode.c:139:5: note: Variable 'graph' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tcode.c:141:5: style: Variable 'title' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/tcode.c:128:0: note: Variable 'title' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tcode.c:141:5: note: Variable 'title' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tcode.c:143:5: style: Variable 'testcodes' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/tcode.c:117:0: note: Variable 'testcodes' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tcode.c:143:5: note: Variable 'testcodes' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tcode.c:144:5: style: Variable 'from' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/tcode.c:118:0: note: Variable 'from' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tcode.c:144:5: note: Variable 'from' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tcode.c:145:5: style: Variable 'to' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/tcode.c:119:0: note: Variable 'to' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tcode.c:145:5: note: Variable 'to' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tcode.c:149:5: style: Variable 'table1' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/tcode.c:104:0: note: Variable 'table1' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tcode.c:149:5: note: Variable 'table1' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tcode.c:150:5: style: Variable 'substr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/tcode.c:106:0: note: Variable 'substr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tcode.c:150:5: note: Variable 'substr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tcode.c:289:5: style: Variable 'line' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/tcode.c:278:0: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tcode.c:289:5: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tcode.c:290:5: style: Variable 'table' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/tcode.c:277:0: note: Variable 'table' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tcode.c:290:5: note: Variable 'table' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tcode.c:293:5: style: Variable 'ok' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/tcode.c:279:0: note: Variable 'ok' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tcode.c:293:5: note: Variable 'ok' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tcode.c:294:5: style: Variable 'val' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/tcode.c:280:0: note: Variable 'val' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tcode.c:294:5: note: Variable 'val' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tcode.c:454:5: style: Variable 'pthis' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/tcode.c:452:0: note: Variable 'pthis' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tcode.c:454:5: note: Variable 'pthis' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tcode.c:716:5: style: Variable 'tmpstr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/tcode.c:707:0: note: Variable 'tmpstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tcode.c:716:5: note: Variable 'tmpstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tcode.c:717:5: style: Variable 'coding' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/tcode.c:710:0: note: Variable 'coding' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tcode.c:717:5: note: Variable 'coding' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tcode.c:718:5: style: Variable 'type' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/tcode.c:713:0: note: Variable 'type' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tcode.c:718:5: note: Variable 'type' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tcode.c:719:5: style: Variable 'source' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/tcode.c:712:0: note: Variable 'source' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tcode.c:719:5: note: Variable 'source' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tcode.c:530:11: style: The scope of the variable 'c' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/tcode.c:665:11: style: The scope of the variable 'thisval' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/tcode.c:709:11: style: The scope of the variable 'fval' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/tcode.c:498:21: style: Function 'tcode_slide' argument 3 names different: declaration 'tables' definition 'table'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/tcode.c:80:21: note: Function 'tcode_slide' argument 3 names different: declaration 'tables' definition 'table'.
EMBOSS-6.6.0/emboss/tcode.c:498:21: note: Function 'tcode_slide' argument 3 names different: declaration 'tables' definition 'table'.
EMBOSS-6.6.0/emboss/textget.c:86:5: style: Variable 'textall' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/textget.c:79:0: note: Variable 'textall' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/textget.c:86:5: note: Variable 'textall' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/textget.c:87:5: style: Variable 'outfile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/textget.c:78:0: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/textget.c:87:5: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tfextract.c:116:15: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR' is always true. [redundantCondition]
EMBOSS-6.6.0/emboss/tfextract.c:62:5: style: Variable 'inf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/tfextract.c:35:0: note: Variable 'inf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tfextract.c:62:5: note: Variable 'inf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tfextract.c:65:5: style: Variable 'fout' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/tfextract.c:36:0: note: Variable 'fout' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tfextract.c:65:5: note: Variable 'fout' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tfextract.c:68:5: style: Variable 'iout' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/tfextract.c:37:0: note: Variable 'iout' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tfextract.c:68:5: note: Variable 'iout' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tfextract.c:71:5: style: Variable 'vout' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/tfextract.c:38:0: note: Variable 'vout' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tfextract.c:71:5: note: Variable 'vout' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tfextract.c:74:5: style: Variable 'pout' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/tfextract.c:39:0: note: Variable 'pout' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tfextract.c:74:5: note: Variable 'pout' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tfextract.c:77:5: style: Variable 'oout' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/tfextract.c:40:0: note: Variable 'oout' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tfextract.c:77:5: note: Variable 'oout' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tfextract.c:86:5: style: Variable 'patline' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/tfextract.c:50:0: note: Variable 'patline' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tfextract.c:86:5: note: Variable 'patline' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tfextract.c:87:5: style: Variable 'tmpseq' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/tfextract.c:51:0: note: Variable 'tmpseq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tfextract.c:87:5: note: Variable 'tmpseq' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tfextract.c:89:5: style: Variable 'sqlist' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/tfextract.c:49:0: note: Variable 'sqlist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tfextract.c:89:5: note: Variable 'sqlist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tfextract.c:54:17: style: The scope of the variable 'p' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/tfm.c:59:5: style: Variable 'program' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/tfm.c:45:0: note: Variable 'program' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tfm.c:59:5: note: Variable 'program' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tfm.c:60:5: style: Variable 'outfile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/tfm.c:44:0: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tfm.c:60:5: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tfm.c:64:5: style: Variable 'cmd' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/tfm.c:49:0: note: Variable 'cmd' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tfm.c:64:5: note: Variable 'cmd' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tfm.c:65:5: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/tfm.c:48:0: note: Variable 'path' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tfm.c:65:5: note: Variable 'path' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tfm.c:66:5: style: Variable 'pager' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/tfm.c:52:0: note: Variable 'pager' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tfm.c:66:5: note: Variable 'pager' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tfm.c:67:5: style: Variable 'line' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/tfm.c:51:0: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tfm.c:67:5: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tfm.c:68:5: style: Variable 'docroot' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/tfm.c:53:0: note: Variable 'docroot' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tfm.c:68:5: note: Variable 'docroot' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tfm.c:153:5: style: Variable 'docrootinst' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/tfm.c:142:0: note: Variable 'docrootinst' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tfm.c:153:5: note: Variable 'docrootinst' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tfm.c:154:5: style: Variable 'doctest' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/tfm.c:146:0: note: Variable 'doctest' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tfm.c:154:5: note: Variable 'doctest' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tfm.c:155:5: style: Variable 'roottmp' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/tfm.c:143:0: note: Variable 'roottmp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tfm.c:155:5: note: Variable 'roottmp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tfm.c:156:5: style: Variable 'tmpstr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/tfm.c:144:0: note: Variable 'tmpstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tfm.c:156:5: note: Variable 'tmpstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tfm.c:331:5: style: Variable 'q' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/tfm.c:325:0: note: Variable 'q' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tfm.c:331:5: note: Variable 'q' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tfm.c:213:6: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
EMBOSS-6.6.0/emboss/tfm.c:216:6: note: Found duplicate branches for 'if' and 'else'.
EMBOSS-6.6.0/emboss/tfm.c:213:6: note: Found duplicate branches for 'if' and 'else'.
EMBOSS-6.6.0/emboss/tfscan.c:144:15: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR' is always true. [redundantCondition]
EMBOSS-6.6.0/emboss/tfscan.c:147:15: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR' is always true. [redundantCondition]
EMBOSS-6.6.0/emboss/tfscan.c:150:15: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR' is always true. [redundantCondition]
EMBOSS-6.6.0/emboss/tfscan.c:84:5: style: Variable 'outf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/tfscan.c:48:0: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tfscan.c:84:5: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tfscan.c:89:5: style: Variable 'pname' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/tfscan.c:65:0: note: Variable 'pname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tfscan.c:89:5: note: Variable 'pname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tfscan.c:235:5: style: Variable 'ftable' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/tfscan.c:230:0: note: Variable 'ftable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tfscan.c:235:5: note: Variable 'ftable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tmap.c:677:19: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
EMBOSS-6.6.0/emboss/tmap.c:676:57: note: outer condition: profile[0][j]>mx_limit
EMBOSS-6.6.0/emboss/tmap.c:677:19: note: identical inner condition: profile[0][j]>mx_limit
EMBOSS-6.6.0/emboss/tmap.c:681:19: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
EMBOSS-6.6.0/emboss/tmap.c:680:44: note: outer condition: profile[0][j]>mx_limit
EMBOSS-6.6.0/emboss/tmap.c:681:19: note: identical inner condition: profile[0][j]>mx_limit
EMBOSS-6.6.0/emboss/tmap.c:634:6: warning: Possible null pointer dereference: hitposs [nullPointer]
EMBOSS-6.6.0/emboss/tmap.c:602:22: note: Assignment 'hitposs=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/tmap.c:634:6: note: Null pointer dereference
EMBOSS-6.6.0/emboss/tmap.c:667:5: warning: Possible null pointer dereference: stopp [nullPointer]
EMBOSS-6.6.0/emboss/tmap.c:601:20: note: Assignment 'stopp=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/tmap.c:667:5: note: Null pointer dereference
EMBOSS-6.6.0/emboss/tmap.c:667:14: warning: Possible null pointer dereference: start [nullPointer]
EMBOSS-6.6.0/emboss/tmap.c:600:20: note: Assignment 'start=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/tmap.c:667:14: note: Null pointer dereference
EMBOSS-6.6.0/emboss/tmap.c:802:2: warning: Possible null pointer dereference: start_e_pos [nullPointer]
EMBOSS-6.6.0/emboss/tmap.c:608:26: note: Assignment 'start_e_pos=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/tmap.c:802:2: note: Null pointer dereference
EMBOSS-6.6.0/emboss/tmap.c:803:2: warning: Possible null pointer dereference: stopp_e_pos [nullPointer]
EMBOSS-6.6.0/emboss/tmap.c:609:26: note: Assignment 'stopp_e_pos=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/tmap.c:803:2: note: Null pointer dereference
EMBOSS-6.6.0/emboss/tmap.c:808:17: warning: Possible null pointer dereference: start_e_pos [nullPointer]
EMBOSS-6.6.0/emboss/tmap.c:608:26: note: Assignment 'start_e_pos=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/tmap.c:808:17: note: Null pointer dereference
EMBOSS-6.6.0/emboss/tmap.c:1218:12: warning: Possible null pointer dereference: skillnad [nullPointer]
EMBOSS-6.6.0/emboss/tmap.c:1211:23: note: Assignment 'skillnad=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/tmap.c:1218:12: note: Null pointer dereference
EMBOSS-6.6.0/emboss/tmap.c:1273:2: warning: Possible null pointer dereference: flagga [nullPointer]
EMBOSS-6.6.0/emboss/tmap.c:1263:21: note: Assignment 'flagga=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/tmap.c:1273:2: note: Null pointer dereference
EMBOSS-6.6.0/emboss/tmap.c:1274:2: warning: Possible null pointer dereference: summa_vikt [nullPointer]
EMBOSS-6.6.0/emboss/tmap.c:1265:25: note: Assignment 'summa_vikt=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/tmap.c:1274:2: note: Null pointer dereference
EMBOSS-6.6.0/emboss/tmap.c:621:11: style: The scope of the variable 'tf' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/tmap.c:510:17: style: Function 'tmap_present3p' argument 7 names different: declaration 'outfile' definition 'report'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/tmap.c:193:17: note: Function 'tmap_present3p' argument 7 names different: declaration 'outfile' definition 'report'.
EMBOSS-6.6.0/emboss/tmap.c:510:17: note: Function 'tmap_present3p' argument 7 names different: declaration 'outfile' definition 'report'.
EMBOSS-6.6.0/emboss/tranalign.c:73:5: style: Variable 'degapstr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/tranalign.c:54:0: note: Variable 'degapstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tranalign.c:73:5: note: Variable 'degapstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tranalign.c:221:5: style: Variable 'newstr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/tranalign.c:218:0: note: Variable 'newstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/tranalign.c:221:5: note: Variable 'newstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/transeq.c:171:10: style: The scope of the variable 'c' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/trimest.c:69:5: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/trimest.c:48:0: note: Variable 'str' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/trimest.c:69:5: note: Variable 'str' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/trimest.c:159:10: style: The scope of the variable 'c' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/trimseq.c:73:5: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/trimseq.c:57:0: note: Variable 'str' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/trimseq.c:73:5: note: Variable 'str' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/trimseq.c:149:11: style: The scope of the variable 'pc' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/trimspace.c:44:5: style: Variable 'inf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/trimspace.c:36:0: note: Variable 'inf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/trimspace.c:44:5: note: Variable 'inf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/trimspace.c:45:5: style: Variable 'outf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/trimspace.c:37:0: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/trimspace.c:45:5: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/trimspace.c:49:5: style: Variable 'line' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/trimspace.c:39:0: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/trimspace.c:49:5: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/twofeat.c:204:5: style: Variable 'report' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/twofeat.c:147:0: note: Variable 'report' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/twofeat.c:204:5: note: Variable 'report' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/twofeat.c:448:5: style: Variable 'source' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/twofeat.c:438:0: note: Variable 'source' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/twofeat.c:448:5: note: Variable 'source' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/twofeat.c:449:5: style: Variable 'type' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/twofeat.c:439:0: note: Variable 'type' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/twofeat.c:449:5: note: Variable 'type' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/twofeat.c:455:5: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/twofeat.c:445:0: note: Variable 'iter' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/twofeat.c:455:5: note: Variable 'iter' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/union.c:76:5: style: Variable 'overlap_file' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/union.c:57:0: note: Variable 'overlap_file' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/union.c:76:5: note: Variable 'overlap_file' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/union.c:186:47: style: Function 'union_GetOverlap' argument 1 names different: declaration 'first' definition 'first_seq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/union.c:25:47: note: Function 'union_GetOverlap' argument 1 names different: declaration 'first' definition 'first_seq'.
EMBOSS-6.6.0/emboss/union.c:186:47: note: Function 'union_GetOverlap' argument 1 names different: declaration 'first' definition 'first_seq'.
EMBOSS-6.6.0/emboss/union.c:187:19: style: Function 'union_GetOverlap' argument 2 names different: declaration 'second' definition 'second_seq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/union.c:26:47: note: Function 'union_GetOverlap' argument 2 names different: declaration 'second' definition 'second_seq'.
EMBOSS-6.6.0/emboss/union.c:187:19: note: Function 'union_GetOverlap' argument 2 names different: declaration 'second' definition 'second_seq'.
EMBOSS-6.6.0/emboss/urlget.c:86:5: style: Variable 'urlall' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/urlget.c:79:0: note: Variable 'urlall' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/urlget.c:86:5: note: Variable 'urlall' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/urlget.c:87:5: style: Variable 'outfile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/urlget.c:78:0: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/urlget.c:87:5: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/variationget.c:85:5: style: Variable 'varload' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/variationget.c:79:0: note: Variable 'varload' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/variationget.c:85:5: note: Variable 'varload' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/variationget.c:86:5: style: Variable 'outfile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/variationget.c:78:0: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/variationget.c:86:5: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/vectorstrip.c:166:5: style: Variable 'vec' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/vectorstrip.c:150:0: note: Variable 'vec' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/vectorstrip.c:166:5: note: Variable 'vec' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/vectorstrip.c:167:5: style: Variable 'besthits' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/vectorstrip.c:153:0: note: Variable 'besthits' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/vectorstrip.c:167:5: note: Variable 'besthits' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/vectorstrip.c:168:5: style: Variable 'fiveprime' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/vectorstrip.c:157:0: note: Variable 'fiveprime' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/vectorstrip.c:168:5: note: Variable 'fiveprime' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/vectorstrip.c:169:5: style: Variable 'threeprime' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/vectorstrip.c:158:0: note: Variable 'threeprime' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/vectorstrip.c:169:5: note: Variable 'threeprime' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/vectorstrip.c:173:5: style: Variable 'vectorlist' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/vectorstrip.c:152:0: note: Variable 'vectorlist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/vectorstrip.c:173:5: note: Variable 'vectorlist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/vectorstrip.c:186:2: style: Variable 'name' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/vectorstrip.c:185:0: note: Variable 'name' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/vectorstrip.c:186:2: note: Variable 'name' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/vectorstrip.c:188:2: style: Variable 'v' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/vectorstrip.c:184:0: note: Variable 'v' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/vectorstrip.c:188:2: note: Variable 'v' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/vectorstrip.c:860:5: style: Variable 'seqcp' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/vectorstrip.c:855:0: note: Variable 'seqcp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/vectorstrip.c:860:5: note: Variable 'seqcp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/vectorstrip.c:861:5: style: Variable 'name' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/vectorstrip.c:851:0: note: Variable 'name' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/vectorstrip.c:861:5: note: Variable 'name' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/vectorstrip.c:862:5: style: Variable 'num' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/vectorstrip.c:852:0: note: Variable 'num' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/vectorstrip.c:862:5: note: Variable 'num' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/vectorstrip.c:934:5: style: Variable 'seqcp' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/vectorstrip.c:932:0: note: Variable 'seqcp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/vectorstrip.c:934:5: note: Variable 'seqcp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/vectorstrip.c:935:5: style: Variable 'name' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/vectorstrip.c:928:0: note: Variable 'name' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/vectorstrip.c:935:5: note: Variable 'name' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/vectorstrip.c:936:5: style: Variable 'num' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/vectorstrip.c:929:0: note: Variable 'num' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/vectorstrip.c:936:5: note: Variable 'num' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/vectorstrip.c:473:54: style: Function 'vectorstrip_process_pattern' argument 1 names different: declaration 'pat' definition 'pattern'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/vectorstrip.c:107:54: note: Function 'vectorstrip_process_pattern' argument 1 names different: declaration 'pat' definition 'pattern'.
EMBOSS-6.6.0/emboss/vectorstrip.c:473:54: note: Function 'vectorstrip_process_pattern' argument 1 names different: declaration 'pat' definition 'pattern'.
EMBOSS-6.6.0/emboss/vectorstrip.c:977:44: style: Function 'vectorstrip_print_hits' argument 1 names different: declaration 'l' definition 'hitlist'. [funcArgNamesDifferent]
EMBOSS-6.6.0/emboss/vectorstrip.c:129:44: note: Function 'vectorstrip_print_hits' argument 1 names different: declaration 'l' definition 'hitlist'.
EMBOSS-6.6.0/emboss/vectorstrip.c:977:44: note: Function 'vectorstrip_print_hits' argument 1 names different: declaration 'l' definition 'hitlist'.
EMBOSS-6.6.0/emboss/water.c:88:5: style: Variable 'dobrief' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/water.c:72:0: note: Variable 'dobrief' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/water.c:88:5: note: Variable 'dobrief' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/water.c:48:17: style: The scope of the variable 'p' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/water.c:49:17: style: The scope of the variable 'q' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/water.c:66:12: style: The scope of the variable 'len' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/water.c:68:11: style: The scope of the variable 'score' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/whichdb.c:63:5: style: Variable 'get' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/whichdb.c:50:0: note: Variable 'get' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/whichdb.c:63:5: note: Variable 'get' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/whichdb.c:64:5: style: Variable 'showall' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/whichdb.c:51:0: note: Variable 'showall' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/whichdb.c:64:5: note: Variable 'showall' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wobble.c:103:5: style: Variable 'rev' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/wobble.c:100:5: note: Variable 'rev' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wobble.c:103:5: note: Variable 'rev' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wobble.c:210:11: style: The scope of the variable 'sum' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/wordfinder.c:385:5: warning: Possible null pointer dereference: c [nullPointer]
EMBOSS-6.6.0/emboss/wordfinder.c:357:15: note: Assignment 'c=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/wordfinder.c:385:5: note: Null pointer dereference
EMBOSS-6.6.0/emboss/wordfinder.c:386:5: warning: Possible null pointer dereference: c [nullPointer]
EMBOSS-6.6.0/emboss/wordfinder.c:357:15: note: Assignment 'c=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/wordfinder.c:386:5: note: Null pointer dereference
EMBOSS-6.6.0/emboss/wordfinder.c:387:5: warning: Possible null pointer dereference: c [nullPointer]
EMBOSS-6.6.0/emboss/wordfinder.c:357:15: note: Assignment 'c=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/wordfinder.c:387:5: note: Null pointer dereference
EMBOSS-6.6.0/emboss/wordfinder.c:388:5: warning: Possible null pointer dereference: c [nullPointer]
EMBOSS-6.6.0/emboss/wordfinder.c:357:15: note: Assignment 'c=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/wordfinder.c:388:5: note: Null pointer dereference
EMBOSS-6.6.0/emboss/wordfinder.c:389:22: warning: Possible null pointer dereference: c [nullPointer]
EMBOSS-6.6.0/emboss/wordfinder.c:357:15: note: Assignment 'c=NULL', assigned value is 0
EMBOSS-6.6.0/emboss/wordfinder.c:389:22: note: Null pointer dereference
EMBOSS-6.6.0/emboss/wordfinder.c:154:5: style: Variable 'wordlen' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/wordfinder.c:138:0: note: Variable 'wordlen' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wordfinder.c:154:5: note: Variable 'wordlen' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wordfinder.c:159:5: style: Variable 'align' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/wordfinder.c:142:0: note: Variable 'align' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wordfinder.c:159:5: note: Variable 'align' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wordfinder.c:514:5: style: Variable 'matchlist' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/wordfinder.c:499:0: note: Variable 'matchlist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wordfinder.c:514:5: note: Variable 'matchlist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wordfinder.c:356:13: style: The scope of the variable 'con' can be reduced. [variableScope]
EMBOSS-6.6.0/emboss/wordfinder.c:491:50: warning: Function 'wordfinder_findstartpoints' argument order different: declaration 'seq1MatchTable, b, a, trgstart, qrystart, trgend, qryend' definition 'seq1MatchTable, qryseq, trgseq, qrystart, trgstart, qryend, trgend' [funcArgOrderDifferent]
EMBOSS-6.6.0/emboss/wordfinder.c:67:50: note: Function 'wordfinder_findstartpoints' argument order different: declaration 'seq1MatchTable, b, a, trgstart, qrystart, trgend, qryend' definition 'seq1MatchTable, qryseq, trgseq, qrystart, trgstart, qryend, trgend'
EMBOSS-6.6.0/emboss/wordfinder.c:491:50: note: Function 'wordfinder_findstartpoints' argument order different: declaration 'seq1MatchTable, b, a, trgstart, qrystart, trgend, qryend' definition 'seq1MatchTable, qryseq, trgseq, qrystart, trgstart, qryend, trgend'
EMBOSS-6.6.0/emboss/wordmatch.c:89:5: style: Variable 'dumpAlign' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/wordmatch.c:64:0: note: Variable 'dumpAlign' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wordmatch.c:89:5: note: Variable 'dumpAlign' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wordmatch.c:90:5: style: Variable 'dumpFeature' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/wordmatch.c:65:0: note: Variable 'dumpFeature' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wordmatch.c:90:5: note: Variable 'dumpFeature' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wossdata.c:59:5: style: Variable 'search' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/wossdata.c:42:0: note: Variable 'search' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wossdata.c:59:5: note: Variable 'search' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wossdata.c:60:5: style: Variable 'outfile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/wossdata.c:41:0: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wossdata.c:60:5: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wossdata.c:71:5: style: Variable 'sensitive' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/wossdata.c:53:0: note: Variable 'sensitive' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wossdata.c:71:5: note: Variable 'sensitive' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wossdata.c:72:5: style: Variable 'subclasses' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/wossdata.c:54:0: note: Variable 'subclasses' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wossdata.c:72:5: note: Variable 'subclasses' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wossdata.c:73:5: style: Variable 'obsolete' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/wossdata.c:55:0: note: Variable 'obsolete' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wossdata.c:73:5: note: Variable 'obsolete' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wossdata.c:85:5: style: Variable 'newlist' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/wossdata.c:38:0: note: Variable 'newlist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wossdata.c:85:5: note: Variable 'newlist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wossinput.c:58:5: style: Variable 'search' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/wossinput.c:41:0: note: Variable 'search' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wossinput.c:58:5: note: Variable 'search' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wossinput.c:59:5: style: Variable 'outfile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/wossinput.c:40:0: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wossinput.c:59:5: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wossinput.c:70:5: style: Variable 'sensitive' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/wossinput.c:52:0: note: Variable 'sensitive' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wossinput.c:70:5: note: Variable 'sensitive' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wossinput.c:71:5: style: Variable 'subclasses' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/wossinput.c:53:0: note: Variable 'subclasses' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wossinput.c:71:5: note: Variable 'subclasses' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wossinput.c:72:5: style: Variable 'obsolete' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/wossinput.c:54:0: note: Variable 'obsolete' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wossinput.c:72:5: note: Variable 'obsolete' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wossinput.c:84:5: style: Variable 'newlist' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/wossinput.c:37:0: note: Variable 'newlist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wossinput.c:84:5: note: Variable 'newlist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wossname.c:56:5: style: Variable 'search' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/wossname.c:41:0: note: Variable 'search' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wossname.c:56:5: note: Variable 'search' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wossname.c:57:5: style: Variable 'outfile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/wossname.c:40:0: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wossname.c:57:5: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wossoperation.c:59:5: style: Variable 'search' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/wossoperation.c:42:0: note: Variable 'search' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wossoperation.c:59:5: note: Variable 'search' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wossoperation.c:60:5: style: Variable 'outfile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/wossoperation.c:41:0: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wossoperation.c:60:5: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wossoperation.c:71:5: style: Variable 'sensitive' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/wossoperation.c:53:0: note: Variable 'sensitive' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wossoperation.c:71:5: note: Variable 'sensitive' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wossoperation.c:72:5: style: Variable 'subclasses' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/wossoperation.c:54:0: note: Variable 'subclasses' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wossoperation.c:72:5: note: Variable 'subclasses' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wossoperation.c:73:5: style: Variable 'obsolete' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/wossoperation.c:55:0: note: Variable 'obsolete' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wossoperation.c:73:5: note: Variable 'obsolete' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wossoperation.c:85:5: style: Variable 'newlist' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/wossoperation.c:38:0: note: Variable 'newlist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wossoperation.c:85:5: note: Variable 'newlist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wossoutput.c:58:5: style: Variable 'search' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/wossoutput.c:41:0: note: Variable 'search' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wossoutput.c:58:5: note: Variable 'search' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wossoutput.c:59:5: style: Variable 'outfile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/wossoutput.c:40:0: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wossoutput.c:59:5: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wossoutput.c:70:5: style: Variable 'sensitive' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/wossoutput.c:52:0: note: Variable 'sensitive' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wossoutput.c:70:5: note: Variable 'sensitive' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wossoutput.c:71:5: style: Variable 'subclasses' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/wossoutput.c:53:0: note: Variable 'subclasses' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wossoutput.c:71:5: note: Variable 'subclasses' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wossoutput.c:72:5: style: Variable 'obsolete' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/wossoutput.c:54:0: note: Variable 'obsolete' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wossoutput.c:72:5: note: Variable 'obsolete' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wossoutput.c:84:5: style: Variable 'newlist' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/wossoutput.c:37:0: note: Variable 'newlist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wossoutput.c:84:5: note: Variable 'newlist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wossparam.c:58:5: style: Variable 'search' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/wossparam.c:41:0: note: Variable 'search' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wossparam.c:58:5: note: Variable 'search' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wossparam.c:59:5: style: Variable 'outfile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/wossparam.c:40:0: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wossparam.c:59:5: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wossparam.c:70:5: style: Variable 'sensitive' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/wossparam.c:52:0: note: Variable 'sensitive' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wossparam.c:70:5: note: Variable 'sensitive' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wossparam.c:71:5: style: Variable 'subclasses' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/wossparam.c:53:0: note: Variable 'subclasses' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wossparam.c:71:5: note: Variable 'subclasses' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wossparam.c:72:5: style: Variable 'obsolete' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/wossparam.c:54:0: note: Variable 'obsolete' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wossparam.c:72:5: note: Variable 'obsolete' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wossparam.c:84:5: style: Variable 'newlist' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/wossparam.c:37:0: note: Variable 'newlist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wossparam.c:84:5: note: Variable 'newlist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wosstopic.c:59:5: style: Variable 'search' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/wosstopic.c:42:0: note: Variable 'search' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wosstopic.c:59:5: note: Variable 'search' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wosstopic.c:60:5: style: Variable 'outfile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/wosstopic.c:41:0: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wosstopic.c:60:5: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wosstopic.c:71:5: style: Variable 'sensitive' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/wosstopic.c:53:0: note: Variable 'sensitive' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wosstopic.c:71:5: note: Variable 'sensitive' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wosstopic.c:72:5: style: Variable 'subclasses' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/wosstopic.c:54:0: note: Variable 'subclasses' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wosstopic.c:72:5: note: Variable 'subclasses' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wosstopic.c:73:5: style: Variable 'obsolete' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/wosstopic.c:55:0: note: Variable 'obsolete' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wosstopic.c:73:5: note: Variable 'obsolete' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wosstopic.c:85:5: style: Variable 'newlist' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/wosstopic.c:38:0: note: Variable 'newlist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/wosstopic.c:85:5: note: Variable 'newlist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/xmlget.c:86:5: style: Variable 'xmlall' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/xmlget.c:79:0: note: Variable 'xmlall' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/xmlget.c:86:5: note: Variable 'xmlall' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/xmlget.c:87:5: style: Variable 'outfile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/xmlget.c:78:0: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/xmlget.c:87:5: note: Variable 'outfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/xmltext.c:86:5: style: Variable 'xmlall' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/xmltext.c:79:0: note: Variable 'xmlall' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/xmltext.c:86:5: note: Variable 'xmlall' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/xmltext.c:87:5: style: Variable 'outf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/emboss/xmltext.c:78:0: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/emboss/xmltext.c:87:5: note: Variable 'outf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embaln.c:2729:5: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embaln.c:2715:0: note: Variable 'p' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embaln.c:2729:5: note: Variable 'p' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embaln.c:2730:5: style: Variable 'q' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embaln.c:2716:0: note: Variable 'q' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embaln.c:2730:5: note: Variable 'q' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embaln.c:3145:5: style: Variable 'res1' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embaln.c:3105:0: note: Variable 'res1' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embaln.c:3145:5: note: Variable 'res1' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embaln.c:3152:5: style: Variable 'qual' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embaln.c:3107:0: note: Variable 'qual' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embaln.c:3152:5: note: Variable 'qual' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embaln.c:3222:5: style: Variable 'seqm' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embaln.c:3214:0: note: Variable 'seqm' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embaln.c:3222:5: note: Variable 'seqm' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embaln.c:3225:5: style: Variable 'seqn' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embaln.c:3215:0: note: Variable 'seqn' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embaln.c:3225:5: note: Variable 'seqn' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embaln.c:105:12: style: The scope of the variable 'maxb' can be reduced. [variableScope]
EMBOSS-6.6.0/nucleus/embaln.c:108:10: style: The scope of the variable 'compasschar' can be reduced. [variableScope]
EMBOSS-6.6.0/nucleus/embaln.c:582:12: style: The scope of the variable 'bx' can be reduced. [variableScope]
EMBOSS-6.6.0/nucleus/embaln.c:583:10: style: The scope of the variable 'compasschar' can be reduced. [variableScope]
EMBOSS-6.6.0/nucleus/embaln.c:1622:10: style: The scope of the variable 'compasschar' can be reduced. [variableScope]
EMBOSS-6.6.0/nucleus/embaln.c:2141:12: style: The scope of the variable 'maxp' can be reduced. [variableScope]
EMBOSS-6.6.0/nucleus/embaln.c:2296:12: style: The scope of the variable 'score' can be reduced. [variableScope]
EMBOSS-6.6.0/nucleus/embaln.c:2490:11: style: The scope of the variable 'match' can be reduced. [variableScope]
EMBOSS-6.6.0/nucleus/embaln.c:1592:50: style: Function 'embAlignPathCalcSWFast' argument 6 names different: declaration 'width' definition 'pathwidth'. [funcArgNamesDifferent]
EMBOSS-6.6.0/nucleus/embaln.h:178:50: note: Function 'embAlignPathCalcSWFast' argument 6 names different: declaration 'width' definition 'pathwidth'.
EMBOSS-6.6.0/nucleus/embaln.c:1592:50: note: Function 'embAlignPathCalcSWFast' argument 6 names different: declaration 'width' definition 'pathwidth'.
EMBOSS-6.6.0/nucleus/embaln.c:2125:52: style: Function 'embAlignProfilePathCalc' argument 2 names different: declaration 'mlen' definition 'proflen'. [funcArgNamesDifferent]
EMBOSS-6.6.0/nucleus/embaln.h:115:37: note: Function 'embAlignProfilePathCalc' argument 2 names different: declaration 'mlen' definition 'proflen'.
EMBOSS-6.6.0/nucleus/embaln.c:2125:52: note: Function 'embAlignProfilePathCalc' argument 2 names different: declaration 'mlen' definition 'proflen'.
EMBOSS-6.6.0/nucleus/embaln.c:2125:67: style: Function 'embAlignProfilePathCalc' argument 3 names different: declaration 'slen' definition 'seqlen'. [funcArgNamesDifferent]
EMBOSS-6.6.0/nucleus/embaln.h:115:49: note: Function 'embAlignProfilePathCalc' argument 3 names different: declaration 'slen' definition 'seqlen'.
EMBOSS-6.6.0/nucleus/embaln.c:2125:67: note: Function 'embAlignProfilePathCalc' argument 3 names different: declaration 'slen' definition 'seqlen'.
EMBOSS-6.6.0/nucleus/embaln.c:2128:46: style: Function 'embAlignProfilePathCalc' argument 7 names different: declaration 'fmatrix' definition 'pmatrix'. [funcArgNamesDifferent]
EMBOSS-6.6.0/nucleus/embaln.h:117:46: note: Function 'embAlignProfilePathCalc' argument 7 names different: declaration 'fmatrix' definition 'pmatrix'.
EMBOSS-6.6.0/nucleus/embaln.c:2128:46: note: Function 'embAlignProfilePathCalc' argument 7 names different: declaration 'fmatrix' definition 'pmatrix'.
EMBOSS-6.6.0/nucleus/embaln.c:2288:43: style: Function 'embAlignWalkProfileMatrix' argument 6 names different: declaration 'b' definition 'seq'. [funcArgNamesDifferent]
EMBOSS-6.6.0/nucleus/embaln.h:163:43: note: Function 'embAlignWalkProfileMatrix' argument 6 names different: declaration 'b' definition 'seq'.
EMBOSS-6.6.0/nucleus/embaln.c:2288:43: note: Function 'embAlignWalkProfileMatrix' argument 6 names different: declaration 'b' definition 'seq'.
EMBOSS-6.6.0/nucleus/embaln.c:2289:39: style: Function 'embAlignWalkProfileMatrix' argument 9 names different: declaration 'clen' definition 'proflen'. [funcArgNamesDifferent]
EMBOSS-6.6.0/nucleus/embaln.h:165:38: note: Function 'embAlignWalkProfileMatrix' argument 9 names different: declaration 'clen' definition 'proflen'.
EMBOSS-6.6.0/nucleus/embaln.c:2289:39: note: Function 'embAlignWalkProfileMatrix' argument 9 names different: declaration 'clen' definition 'proflen'.
EMBOSS-6.6.0/nucleus/embaln.c:2290:17: style: Function 'embAlignWalkProfileMatrix' argument 10 names different: declaration 'slen' definition 'seqlen'. [funcArgNamesDifferent]
EMBOSS-6.6.0/nucleus/embaln.h:165:50: note: Function 'embAlignWalkProfileMatrix' argument 10 names different: declaration 'slen' definition 'seqlen'.
EMBOSS-6.6.0/nucleus/embaln.c:2290:17: note: Function 'embAlignWalkProfileMatrix' argument 10 names different: declaration 'slen' definition 'seqlen'.
EMBOSS-6.6.0/nucleus/embaln.c:2474:21: style: Function 'embAlignPrintProfile' argument 8 names different: declaration 'fmatrix' definition 'pmatrix'. [funcArgNamesDifferent]
EMBOSS-6.6.0/nucleus/embaln.h:111:21: note: Function 'embAlignPrintProfile' argument 8 names different: declaration 'fmatrix' definition 'pmatrix'.
EMBOSS-6.6.0/nucleus/embaln.c:2474:21: note: Function 'embAlignPrintProfile' argument 8 names different: declaration 'fmatrix' definition 'pmatrix'.
EMBOSS-6.6.0/nucleus/embaln.c:2804:16: style: Function 'embAlignGetScoreNWMatrix' argument 6 names different: declaration 'xpos' definition 'start1'. [funcArgNamesDifferent]
EMBOSS-6.6.0/nucleus/embaln.c:59:28: note: Function 'embAlignGetScoreNWMatrix' argument 6 names different: declaration 'xpos' definition 'start1'.
EMBOSS-6.6.0/nucleus/embaln.c:2804:16: note: Function 'embAlignGetScoreNWMatrix' argument 6 names different: declaration 'xpos' definition 'start1'.
EMBOSS-6.6.0/nucleus/embaln.c:2804:31: style: Function 'embAlignGetScoreNWMatrix' argument 7 names different: declaration 'ypos' definition 'start2'. [funcArgNamesDifferent]
EMBOSS-6.6.0/nucleus/embaln.c:59:41: note: Function 'embAlignGetScoreNWMatrix' argument 7 names different: declaration 'ypos' definition 'start2'.
EMBOSS-6.6.0/nucleus/embaln.c:2804:31: note: Function 'embAlignGetScoreNWMatrix' argument 7 names different: declaration 'ypos' definition 'start2'.
EMBOSS-6.6.0/nucleus/embaln.c:3022:14: style: Variable 'maxlen' is assigned a value that is never used. [unreadVariable]
EMBOSS-6.6.0/nucleus/embcom.c:177:9: warning: Possible null pointer dereference: RealUjValue [nullPointer]
EMBOSS-6.6.0/nucleus/embcom.c:145:32: note: Assignment 'RealUjValue=NULL', assigned value is 0
EMBOSS-6.6.0/nucleus/embcom.c:177:9: note: Null pointer dereference
EMBOSS-6.6.0/nucleus/embcom.c:1270:5: style: Variable 'n' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embcom.c:1258:0: note: Variable 'n' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embcom.c:1270:5: note: Variable 'n' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embcom.c:1321:5: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embcom.c:1309:0: note: Variable 'z' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embcom.c:1321:5: note: Variable 'z' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embcom.c:137:10: style: The scope of the variable 'ACN' can be reduced. [variableScope]
EMBOSS-6.6.0/nucleus/embcom.c:918:11: style: The scope of the variable 'x1' can be reduced. [variableScope]
EMBOSS-6.6.0/nucleus/embcons.c:98:5: style: Variable 'score' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embcons.c:84:0: note: Variable 'score' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embcons.c:98:5: note: Variable 'score' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embcons.c:77:11: style: The scope of the variable 'max' can be reduced. [variableScope]
EMBOSS-6.6.0/nucleus/embcons.c:86:10: style: The scope of the variable 'res' can be reduced. [variableScope]
EMBOSS-6.6.0/nucleus/embdata.c:161:5: style: Variable 'line' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embdata.c:147:0: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embdata.c:161:5: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embdata.c:145:44: style: Function 'embDataListRead' argument 2 names different: declaration 'file' definition 'pfile'. [funcArgNamesDifferent]
EMBOSS-6.6.0/nucleus/embdata.h:74:48: note: Function 'embDataListRead' argument 2 names different: declaration 'file' definition 'pfile'.
EMBOSS-6.6.0/nucleus/embdata.c:145:44: note: Function 'embDataListRead' argument 2 names different: declaration 'file' definition 'pfile'.
EMBOSS-6.6.0/nucleus/embdbi.c:817:5: style: Variable 'dir' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embdbi.c:808:0: note: Variable 'dir' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embdbi.c:817:5: note: Variable 'dir' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embdbi.c:2005:5: style: Variable 'today' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embdbi.c:2003:0: note: Variable 'today' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embdbi.c:2005:5: note: Variable 'today' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embdbi.c:812:12: style: The scope of the variable 'td' can be reduced. [variableScope]
EMBOSS-6.6.0/nucleus/embdbi.c:1530:15: style: The scope of the variable 'entry' can be reduced. [variableScope]
EMBOSS-6.6.0/nucleus/embdbi.c:1580:21: style: Function 'embDbiSortWriteFields' argument 5 names different: declaration 'field' definition 'fieldname'. [funcArgNamesDifferent]
EMBOSS-6.6.0/nucleus/embdbi.h:199:19: note: Function 'embDbiSortWriteFields' argument 5 names different: declaration 'field' definition 'fieldname'.
EMBOSS-6.6.0/nucleus/embdbi.c:1580:21: note: Function 'embDbiSortWriteFields' argument 5 names different: declaration 'field' definition 'fieldname'.
EMBOSS-6.6.0/nucleus/embdbi.c:1782:20: style: Function 'embDbiMemWriteFields' argument 5 names different: declaration 'field' definition 'fieldname'. [funcArgNamesDifferent]
EMBOSS-6.6.0/nucleus/embdbi.h:178:18: note: Function 'embDbiMemWriteFields' argument 5 names different: declaration 'field' definition 'fieldname'.
EMBOSS-6.6.0/nucleus/embdbi.c:1782:20: note: Function 'embDbiMemWriteFields' argument 5 names different: declaration 'field' definition 'fieldname'.
EMBOSS-6.6.0/nucleus/embdbi.c:2196:45: style: Function 'embDbiLogFinal' argument 2 names different: declaration 'maxlen' definition 'maxindex'. [funcArgNamesDifferent]
EMBOSS-6.6.0/nucleus/embdbi.h:158:50: note: Function 'embDbiLogFinal' argument 2 names different: declaration 'maxlen' definition 'maxindex'.
EMBOSS-6.6.0/nucleus/embdbi.c:2196:45: note: Function 'embDbiLogFinal' argument 2 names different: declaration 'maxlen' definition 'maxindex'.
EMBOSS-6.6.0/nucleus/embdbi.c:95:17: style: struct member 'DbiSField::desc' is never used. [unusedStructMember]
EMBOSS-6.6.0/nucleus/embdbi.c:184:5: style: Variable 'thys' is assigned a value that is never used. [unreadVariable]
EMBOSS-6.6.0/nucleus/embdmx.c:735:5: style: Variable 'entry_up' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embdmx.c:730:0: note: Variable 'entry_up' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embdmx.c:735:5: note: Variable 'entry_up' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embdmx.c:1325:5: style: Variable 'm' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embdmx.c:1312:0: note: Variable 'm' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embdmx.c:1325:5: note: Variable 'm' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embdmx.c:1326:5: style: Variable 'n' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embdmx.c:1313:0: note: Variable 'n' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embdmx.c:1326:5: note: Variable 'n' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embdmx.c:1611:5: style: Variable 'm' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embdmx.c:1597:0: note: Variable 'm' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embdmx.c:1611:5: note: Variable 'm' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embdmx.c:1612:5: style: Variable 'n' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embdmx.c:1598:0: note: Variable 'n' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embdmx.c:1612:5: note: Variable 'n' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embdmx.c:1881:5: style: Variable 'm' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embdmx.c:1869:0: note: Variable 'm' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embdmx.c:1881:5: note: Variable 'm' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embdmx.c:1882:5: style: Variable 'n' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embdmx.c:1870:0: note: Variable 'n' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embdmx.c:1882:5: note: Variable 'n' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embdmx.c:2048:5: style: Variable 'line' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embdmx.c:2040:0: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embdmx.c:2048:5: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embdmx.c:2049:5: style: Variable 'subline' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embdmx.c:2041:0: note: Variable 'subline' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embdmx.c:2049:5: note: Variable 'subline' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embdmx.c:2050:5: style: Variable 'tmplist' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embdmx.c:2036:0: note: Variable 'tmplist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embdmx.c:2050:5: note: Variable 'tmplist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embdmx.c:2051:5: style: Variable 'type' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embdmx.c:2044:0: note: Variable 'type' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embdmx.c:2051:5: note: Variable 'type' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embdmx.c:1576:15: style: Function 'embDmxSeqNRRange' argument 7 names different: declaration 'thresh1' definition 'threshlow'. [funcArgNamesDifferent]
EMBOSS-6.6.0/nucleus/embdmx.h:185:17: note: Function 'embDmxSeqNRRange' argument 7 names different: declaration 'thresh1' definition 'threshlow'.
EMBOSS-6.6.0/nucleus/embdmx.c:1576:15: note: Function 'embDmxSeqNRRange' argument 7 names different: declaration 'thresh1' definition 'threshlow'.
EMBOSS-6.6.0/nucleus/embdmx.c:1576:32: style: Function 'embDmxSeqNRRange' argument 8 names different: declaration 'thresh2' definition 'threshup'. [funcArgNamesDifferent]
EMBOSS-6.6.0/nucleus/embdmx.h:186:17: note: Function 'embDmxSeqNRRange' argument 8 names different: declaration 'thresh2' definition 'threshup'.
EMBOSS-6.6.0/nucleus/embdmx.c:1576:32: note: Function 'embDmxSeqNRRange' argument 8 names different: declaration 'thresh2' definition 'threshup'.
EMBOSS-6.6.0/nucleus/embdmx.c:2033:44: style: Function 'embDmxScophitReadAllFasta' argument 1 names different: declaration 'in' definition 'inf'. [funcArgNamesDifferent]
EMBOSS-6.6.0/nucleus/embdmx.h:104:49: note: Function 'embDmxScophitReadAllFasta' argument 1 names different: declaration 'in' definition 'inf'.
EMBOSS-6.6.0/nucleus/embdmx.c:2033:44: note: Function 'embDmxScophitReadAllFasta' argument 1 names different: declaration 'in' definition 'inf'.
EMBOSS-6.6.0/nucleus/embdomain.c:190:5: style: Variable 'pdb' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embdomain.c:188:0: note: Variable 'pdb' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embdomain.c:190:5: note: Variable 'pdb' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embdomain.c:228:5: style: Variable 'pdb' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embdomain.c:226:0: note: Variable 'pdb' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embdomain.c:228:5: note: Variable 'pdb' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embest.c:2039:17: style: Condition 'd>=0' is always true [knownConditionTrueFalse]
EMBOSS-6.6.0/nucleus/embest.c:954:6: warning: Possible null pointer dereference: best_intron_start [nullPointer]
EMBOSS-6.6.0/nucleus/embest.c:871:35: note: Assignment 'best_intron_start=NULL', assigned value is 0
EMBOSS-6.6.0/nucleus/embest.c:954:6: note: Null pointer dereference
EMBOSS-6.6.0/nucleus/embest.c:925:13: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
EMBOSS-6.6.0/nucleus/embest.c:865:24: note: Assignment 'start1=NULL', assigned value is 0
EMBOSS-6.6.0/nucleus/embest.c:925:13: note: Null pointer addition
EMBOSS-6.6.0/nucleus/embest.c:926:13: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
EMBOSS-6.6.0/nucleus/embest.c:866:24: note: Assignment 'start2=NULL', assigned value is 0
EMBOSS-6.6.0/nucleus/embest.c:926:13: note: Null pointer addition
EMBOSS-6.6.0/nucleus/embest.c:1835:5: style: Variable 'gdup' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embest.c:1784:0: note: Variable 'gdup' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embest.c:1835:5: note: Variable 'gdup' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embest.c:1836:5: style: Variable 'edup' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embest.c:1785:0: note: Variable 'edup' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embest.c:1836:5: note: Variable 'edup' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embest.c:452:10: style: The scope of the variable 'mk' can be reduced. [variableScope]
EMBOSS-6.6.0/nucleus/embest.c:577:11: style: The scope of the variable 'gbuf' can be reduced. [variableScope]
EMBOSS-6.6.0/nucleus/embest.c:578:11: style: The scope of the variable 'ebuf' can be reduced. [variableScope]
EMBOSS-6.6.0/nucleus/embest.c:579:11: style: The scope of the variable 'sbuf' can be reduced. [variableScope]
EMBOSS-6.6.0/nucleus/embest.c:583:12: style: The scope of the variable 'gcoord' can be reduced. [variableScope]
EMBOSS-6.6.0/nucleus/embest.c:584:12: style: The scope of the variable 'ecoord' can be reduced. [variableScope]
EMBOSS-6.6.0/nucleus/embest.c:857:10: style: The scope of the variable 'g' can be reduced. [variableScope]
EMBOSS-6.6.0/nucleus/embest.c:875:19: style: The scope of the variable 'direction' can be reduced. [variableScope]
EMBOSS-6.6.0/nucleus/embest.c:879:19: style: The scope of the variable 'mask' can be reduced. [variableScope]
EMBOSS-6.6.0/nucleus/embest.c:1804:10: style: The scope of the variable 'g' can be reduced. [variableScope]
EMBOSS-6.6.0/nucleus/embest.c:2271:11: style: The scope of the variable 'percent' can be reduced. [variableScope]
EMBOSS-6.6.0/nucleus/embest.c:292:57: style: Function 'embEstFindSpliceSites' argument 2 names different: declaration 'direction' definition 'forward'. [funcArgNamesDifferent]
EMBOSS-6.6.0/nucleus/embest.h:186:64: note: Function 'embEstFindSpliceSites' argument 2 names different: declaration 'direction' definition 'forward'.
EMBOSS-6.6.0/nucleus/embest.c:292:57: note: Function 'embEstFindSpliceSites' argument 2 names different: declaration 'direction' definition 'forward'.
EMBOSS-6.6.0/nucleus/embest.c:1399:15: style: Function 'embEstAlignLinearSpace' argument 9 names different: declaration 'max_area' definition 'megabytes'. [funcArgNamesDifferent]
EMBOSS-6.6.0/nucleus/embest.h:184:17: note: Function 'embEstAlignLinearSpace' argument 9 names different: declaration 'max_area' definition 'megabytes'.
EMBOSS-6.6.0/nucleus/embest.c:1399:15: note: Function 'embEstAlignLinearSpace' argument 9 names different: declaration 'max_area' definition 'megabytes'.
EMBOSS-6.6.0/nucleus/embest.c:2254:34: style: Function 'embEstOutBlastStyle' argument 1 names different: declaration 'ofile' definition 'blast'. [funcArgNamesDifferent]
EMBOSS-6.6.0/nucleus/embest.h:191:44: note: Function 'embEstOutBlastStyle' argument 1 names different: declaration 'ofile' definition 'blast'.
EMBOSS-6.6.0/nucleus/embest.c:2254:34: note: Function 'embEstOutBlastStyle' argument 1 names different: declaration 'ofile' definition 'blast'.
EMBOSS-6.6.0/nucleus/embgroup.c:511:23: warning: Either the condition 'ajStrGetLen(embassyname)&&prognode' is redundant or there is possible null pointer dereference: prognode. [nullPointerRedundantCheck]
EMBOSS-6.6.0/nucleus/embgroup.c:524:42: note: Assuming that condition 'ajStrGetLen(embassyname)&&prognode' is not redundant
EMBOSS-6.6.0/nucleus/embgroup.c:511:23: note: Null pointer dereference
EMBOSS-6.6.0/nucleus/embgroup.c:133:5: style: Variable 'acdpack' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embgroup.c:120:0: note: Variable 'acdpack' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embgroup.c:133:5: note: Variable 'acdpack' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embgroup.c:134:5: style: Variable 'acdroot' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embgroup.c:117:0: note: Variable 'acdroot' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embgroup.c:134:5: note: Variable 'acdroot' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embgroup.c:135:5: style: Variable 'acdrootdir' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embgroup.c:118:0: note: Variable 'acdrootdir' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embgroup.c:135:5: note: Variable 'acdrootdir' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embgroup.c:136:5: style: Variable 'acdrootinst' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embgroup.c:119:0: note: Variable 'acdrootinst' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embgroup.c:136:5: note: Variable 'acdrootinst' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embgroup.c:237:5: style: Variable 'acdpack' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embgroup.c:231:0: note: Variable 'acdpack' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embgroup.c:237:5: note: Variable 'acdpack' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embgroup.c:238:5: style: Variable 'acdroot' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embgroup.c:228:0: note: Variable 'acdroot' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embgroup.c:238:5: note: Variable 'acdroot' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embgroup.c:239:5: style: Variable 'acdrootdir' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embgroup.c:229:0: note: Variable 'acdrootdir' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embgroup.c:239:5: note: Variable 'acdrootdir' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embgroup.c:240:5: style: Variable 'acdrootinst' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embgroup.c:230:0: note: Variable 'acdrootinst' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embgroup.c:240:5: note: Variable 'acdrootinst' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embgroup.c:480:5: style: Variable 'prognode' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embgroup.c:478:0: note: Variable 'prognode' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embgroup.c:480:5: note: Variable 'prognode' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embgroup.c:1462:5: style: Variable 'newstr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embgroup.c:1455:0: note: Variable 'newstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embgroup.c:1462:5: note: Variable 'newstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embgroup.c:2196:5: style: Variable 'keystr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embgroup.c:2190:0: note: Variable 'keystr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embgroup.c:2196:5: note: Variable 'keystr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embgroup.c:2333:5: style: Variable 'oboin' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embgroup.c:2306:0: note: Variable 'oboin' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embgroup.c:2333:5: note: Variable 'oboin' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embgroup.c:2334:5: style: Variable 'obo' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embgroup.c:2307:0: note: Variable 'obo' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embgroup.c:2334:5: note: Variable 'obo' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embgroup.c:2336:5: style: Variable 'obolist' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embgroup.c:2315:0: note: Variable 'obolist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embgroup.c:2336:5: note: Variable 'obolist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embgroup.c:2337:5: style: Variable 'obotable' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embgroup.c:2311:0: note: Variable 'obotable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embgroup.c:2337:5: note: Variable 'obotable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embgroup.c:2338:5: style: Variable 'apptable' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embgroup.c:2312:0: note: Variable 'apptable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embgroup.c:2338:5: note: Variable 'apptable' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embgroup.c:2601:5: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embgroup.c:2597:0: note: Variable 'tmp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embgroup.c:2601:5: note: Variable 'tmp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embgroup.c:2715:5: style: Variable 'old' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embgroup.c:2713:0: note: Variable 'old' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embgroup.c:2715:5: note: Variable 'old' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embgroup.c:2771:5: style: Variable 'old' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embgroup.c:2769:0: note: Variable 'old' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embgroup.c:2771:5: note: Variable 'old' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embgroup.c:1350:18: style: The scope of the variable 'gpnode' can be reduced. [variableScope]
EMBOSS-6.6.0/nucleus/embgroup.c:1531:18: style: The scope of the variable 'gl' can be reduced. [variableScope]
EMBOSS-6.6.0/nucleus/embgroup.c:1532:18: style: The scope of the variable 'newgl' can be reduced. [variableScope]
EMBOSS-6.6.0/nucleus/embgroup.c:2184:19: style: The scope of the variable 'pl' can be reduced. [variableScope]
EMBOSS-6.6.0/nucleus/embgroup.c:2299:19: style: The scope of the variable 'pl' can be reduced. [variableScope]
EMBOSS-6.6.0/nucleus/embgroup.c:2596:18: style: The scope of the variable 'gr' can be reduced. [variableScope]
EMBOSS-6.6.0/nucleus/embgroup.c:2290:41: style: Function 'embGrpSearchProgsEdam' argument 3 names different: declaration 'key' definition 'query'. [funcArgNamesDifferent]
EMBOSS-6.6.0/nucleus/embgroup.h:215:50: note: Function 'embGrpSearchProgsEdam' argument 3 names different: declaration 'key' definition 'query'.
EMBOSS-6.6.0/nucleus/embgroup.c:2290:41: note: Function 'embGrpSearchProgsEdam' argument 3 names different: declaration 'key' definition 'query'.
EMBOSS-6.6.0/nucleus/embiep.c:65:16: warning: Possible null pointer dereference: pK [nullPointer]
EMBOSS-6.6.0/nucleus/embiep.c:59:19: note: Assignment 'pK=NULL', assigned value is 0
EMBOSS-6.6.0/nucleus/embiep.c:65:16: note: Null pointer dereference
EMBOSS-6.6.0/nucleus/embiep.c:359:8: warning: Possible null pointer dereference: c [nullPointer]
EMBOSS-6.6.0/nucleus/embiep.c:672:20: note: Assignment 'c=NULL', assigned value is 0
EMBOSS-6.6.0/nucleus/embiep.c:690:54: note: Calling function 'embIepCompC', 6th argument 'c' value is 0
EMBOSS-6.6.0/nucleus/embiep.c:359:8: note: Null pointer dereference
EMBOSS-6.6.0/nucleus/embiep.c:369:8: warning: Possible null pointer dereference: c [nullPointer]
EMBOSS-6.6.0/nucleus/embiep.c:672:20: note: Assignment 'c=NULL', assigned value is 0
EMBOSS-6.6.0/nucleus/embiep.c:690:54: note: Calling function 'embIepCompC', 6th argument 'c' value is 0
EMBOSS-6.6.0/nucleus/embiep.c:369:8: note: Null pointer dereference
EMBOSS-6.6.0/nucleus/embiep.c:379:5: warning: Possible null pointer dereference: c [nullPointer]
EMBOSS-6.6.0/nucleus/embiep.c:672:20: note: Assignment 'c=NULL', assigned value is 0
EMBOSS-6.6.0/nucleus/embiep.c:690:54: note: Calling function 'embIepCompC', 6th argument 'c' value is 0
EMBOSS-6.6.0/nucleus/embiep.c:379:5: note: Null pointer dereference
EMBOSS-6.6.0/nucleus/embiep.c:380:5: warning: Possible null pointer dereference: c [nullPointer]
EMBOSS-6.6.0/nucleus/embiep.c:672:20: note: Assignment 'c=NULL', assigned value is 0
EMBOSS-6.6.0/nucleus/embiep.c:690:54: note: Calling function 'embIepCompC', 6th argument 'c' value is 0
EMBOSS-6.6.0/nucleus/embiep.c:380:5: note: Null pointer dereference
EMBOSS-6.6.0/nucleus/embiep.c:693:2: warning: Possible null pointer dereference: c [nullPointer]
EMBOSS-6.6.0/nucleus/embiep.c:672:20: note: Assignment 'c=NULL', assigned value is 0
EMBOSS-6.6.0/nucleus/embiep.c:693:2: note: Null pointer dereference
EMBOSS-6.6.0/nucleus/embiep.c:214:5: style: Variable 'inf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embiep.c:212:0: note: Variable 'inf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embiep.c:214:5: note: Variable 'inf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embiep.c:241:17: style: The scope of the variable 'p' can be reduced. [variableScope]
EMBOSS-6.6.0/nucleus/embiep.c:604:12: style: The scope of the variable 'charge' can be reduced. [variableScope]
EMBOSS-6.6.0/nucleus/embiep.c:606:12: style: The scope of the variable 'mid' can be reduced. [variableScope]
EMBOSS-6.6.0/nucleus/embindex.c:3092:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/nucleus/embindex.c:3086:26: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/nucleus/embindex.c:3092:5: note: Null pointer dereference
EMBOSS-6.6.0/nucleus/embindex.c:3094:21: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/nucleus/embindex.c:3086:26: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/nucleus/embindex.c:3094:21: note: Null pointer dereference
EMBOSS-6.6.0/nucleus/embindex.c:3125:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/nucleus/embindex.c:3121:26: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/nucleus/embindex.c:3125:5: note: Null pointer dereference
EMBOSS-6.6.0/nucleus/embindex.c:3126:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/nucleus/embindex.c:3121:26: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/nucleus/embindex.c:3126:5: note: Null pointer dereference
EMBOSS-6.6.0/nucleus/embindex.c:3127:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/nucleus/embindex.c:3121:26: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/nucleus/embindex.c:3127:5: note: Null pointer dereference
EMBOSS-6.6.0/nucleus/embindex.c:3129:21: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/nucleus/embindex.c:3121:26: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/nucleus/embindex.c:3129:21: note: Null pointer dereference
EMBOSS-6.6.0/nucleus/embindex.c:2025:5: style: Variable 'lfiles' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embindex.c:2015:0: note: Variable 'lfiles' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embindex.c:2025:5: note: Variable 'lfiles' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embindex.c:2077:5: style: Variable 'filename' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embindex.c:2072:0: note: Variable 'filename' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embindex.c:2077:5: note: Variable 'filename' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embindex.c:2490:5: style: Variable 'entfile' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embindex.c:2482:0: note: Variable 'entfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embindex.c:2490:5: note: Variable 'entfile' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embindex.c:2561:5: style: Variable 'value' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embindex.c:2556:0: note: Variable 'value' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embindex.c:2561:5: note: Variable 'value' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embindex.c:2559:20: style: The scope of the variable 'field' can be reduced. [variableScope]
EMBOSS-6.6.0/nucleus/embindex.c:2853:20: style: The scope of the variable 'field' can be reduced. [variableScope]
EMBOSS-6.6.0/nucleus/embindex.c:3049:20: style: The scope of the variable 'field' can be reduced. [variableScope]
EMBOSS-6.6.0/nucleus/embindex.c:2041:55: style: Redundant pointer operation on 'filelist' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/nucleus/embindex.c:749:34: style: Function 'embBtreeEmblTX' argument 1 names different: declaration 'kwline' definition 'txline'. [funcArgNamesDifferent]
EMBOSS-6.6.0/nucleus/embindex.h:274:36: note: Function 'embBtreeEmblTX' argument 1 names different: declaration 'kwline' definition 'txline'.
EMBOSS-6.6.0/nucleus/embindex.c:749:34: note: Function 'embBtreeEmblTX' argument 1 names different: declaration 'kwline' definition 'txline'.
EMBOSS-6.6.0/nucleus/embindex.c:749:50: style: Function 'embBtreeEmblTX' argument 2 names different: declaration 'kwlist' definition 'txlist'. [funcArgNamesDifferent]
EMBOSS-6.6.0/nucleus/embindex.h:274:52: note: Function 'embBtreeEmblTX' argument 2 names different: declaration 'kwlist' definition 'txlist'.
EMBOSS-6.6.0/nucleus/embindex.c:749:50: note: Function 'embBtreeEmblTX' argument 2 names different: declaration 'kwlist' definition 'txlist'.
EMBOSS-6.6.0/nucleus/embindex.c:2157:39: style: Function 'embBtreeEntryDel' argument 1 names different: declaration 'thys' definition 'pthis'. [funcArgNamesDifferent]
EMBOSS-6.6.0/nucleus/embindex.h:289:49: note: Function 'embBtreeEntryDel' argument 1 names different: declaration 'thys' definition 'pthis'.
EMBOSS-6.6.0/nucleus/embindex.c:2157:39: note: Function 'embBtreeEntryDel' argument 1 names different: declaration 'thys' definition 'pthis'.
EMBOSS-6.6.0/nucleus/embindex.c:434:14: style: Variable 'tmpstr' is assigned a value that is never used. [unreadVariable]
EMBOSS-6.6.0/nucleus/embmisc.c:60:5: style: Variable 'delimstr' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embmisc.c:56:0: note: Variable 'delimstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embmisc.c:60:5: note: Variable 'delimstr' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embmol.c:68:14: style: struct member 'enz::ename' is never used. [unusedStructMember]
EMBOSS-6.6.0/nucleus/embmol.c:71:14: style: struct member 'enz::partial' is never used. [unusedStructMember]
EMBOSS-6.6.0/nucleus/embnmer.c:88:10: style: The scope of the variable 'c' can be reduced. [variableScope]
EMBOSS-6.6.0/nucleus/embpat.c:2018:16: style: Redundant condition: right. '!right || (right && k+1+plen==slen)' is equivalent to '!right || k+1+plen==slen' [redundantCondition]
EMBOSS-6.6.0/nucleus/embpat.c:2186:31: style: Redundant condition: carboxyl. '!carboxyl || (carboxyl && i==slen)' is equivalent to '!carboxyl || i==slen' [redundantCondition]
EMBOSS-6.6.0/nucleus/embpat.c:2211:19: style: Redundant condition: carboxyl. '!carboxyl || (carboxyl && i+1==slen)' is equivalent to '!carboxyl || i+1==slen' [redundantCondition]
EMBOSS-6.6.0/nucleus/embpat.c:2979:16: style: Redundant condition: carboxyl. '!carboxyl || (carboxyl && pos==slen-plen)' is equivalent to '!carboxyl || pos==slen-plen' [redundantCondition]
EMBOSS-6.6.0/nucleus/embpat.c:3150:16: style: Redundant condition: carboxyl. '!carboxyl || (carboxyl && pos==slen-plen)' is equivalent to '!carboxyl || pos==slen-plen' [redundantCondition]
EMBOSS-6.6.0/nucleus/embpat.c:3294:19: style: Redundant condition: carboxyl. '!carboxyl || (carboxyl && h+1==slen-m)' is equivalent to '!carboxyl || h+1==slen-m' [redundantCondition]
EMBOSS-6.6.0/nucleus/embpat.c:3565:19: style: Redundant condition: carboxyl. '!carboxyl || (carboxyl && h+1==slen-m)' is equivalent to '!carboxyl || h+1==slen-m' [redundantCondition]
EMBOSS-6.6.0/nucleus/embpat.c:3881:18: style: Redundant condition: carboxyl. '!carboxyl || (carboxyl && !seq[spos])' is equivalent to '!carboxyl || !seq[spos]' [redundantCondition]
EMBOSS-6.6.0/nucleus/embpat.c:4118:19: style: Redundant condition: carboxyl. '!carboxyl || (carboxyl && start==slen-(end-start+1))' is equivalent to '!carboxyl || start==slen-(end-start+1)' [redundantCondition]
EMBOSS-6.6.0/nucleus/embpat.c:4862:13: style: Redundant condition: If 'EXPR == '('', the comparison 'EXPR' is always true. [redundantCondition]
EMBOSS-6.6.0/nucleus/embpat.c:5118:16: style: Redundant condition: right. '!right || (right && start==ajStrGetLen(text)-(end-start+1))' is equivalent to '!right || start==ajStrGetLen(text)-(end-start+1)' [redundantCondition]
EMBOSS-6.6.0/nucleus/embpat.c:5278:16: style: Redundant condition: right. '!right || (right && start==ajStrGetLen(text)-(end-start+1))' is equivalent to '!right || start==ajStrGetLen(text)-(end-start+1)' [redundantCondition]
EMBOSS-6.6.0/nucleus/embpat.c:5502:25: style: Redundant condition: thys->carboxyl. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
EMBOSS-6.6.0/nucleus/embpat.c:5647:25: style: Redundant condition: thys->carboxyl. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
EMBOSS-6.6.0/nucleus/embpat.c:302:5: style: Variable 'regexp' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embpat.c:296:0: note: Variable 'regexp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embpat.c:302:5: note: Variable 'regexp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embpat.c:355:5: style: Variable 'regexp' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embpat.c:349:0: note: Variable 'regexp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embpat.c:355:5: note: Variable 'regexp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embpat.c:1077:5: style: Variable 'line' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embpat.c:1071:0: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embpat.c:1077:5: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embpat.c:1368:5: style: Variable 'replace' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embpat.c:1357:0: note: Variable 'replace' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embpat.c:1368:5: note: Variable 'replace' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embpat.c:1369:5: style: Variable 'name' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embpat.c:1355:0: note: Variable 'name' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embpat.c:1369:5: note: Variable 'name' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embpat.c:1370:5: style: Variable 'site' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embpat.c:1356:0: note: Variable 'site' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embpat.c:1370:5: note: Variable 'site' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embpat.c:1371:5: style: Variable 'line' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embpat.c:1354:0: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embpat.c:1371:5: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embpat.c:1372:5: style: Variable 'pattern' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embpat.c:1358:0: note: Variable 'pattern' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embpat.c:1372:5: note: Variable 'pattern' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embpat.c:1374:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embpat.c:1360:0: note: Variable 'ret' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embpat.c:1374:5: note: Variable 'ret' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embpat.c:1492:5: style: Variable 'origpat' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embpat.c:1478:0: note: Variable 'origpat' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embpat.c:1492:5: note: Variable 'origpat' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embpat.c:1493:5: style: Variable 'pattern' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embpat.c:1479:0: note: Variable 'pattern' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embpat.c:1493:5: note: Variable 'pattern' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embpat.c:1494:5: style: Variable 'seqname' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embpat.c:1480:0: note: Variable 'seqname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embpat.c:1494:5: note: Variable 'seqname' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embpat.c:1500:5: style: Variable 'l' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embpat.c:1481:0: note: Variable 'l' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embpat.c:1500:5: note: Variable 'l' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embpat.c:1502:5: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embpat.c:1486:0: note: Variable 'p' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embpat.c:1502:5: note: Variable 'p' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embpat.c:4007:5: style: Variable 'cleanpattern' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embpat.c:4005:0: note: Variable 'cleanpattern' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embpat.c:4007:5: note: Variable 'cleanpattern' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embpat.c:4190:5: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embpat.c:4186:0: note: Variable 'iter' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embpat.c:4190:5: note: Variable 'iter' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embpat.c:4248:5: style: Variable 'ps' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embpat.c:4234:0: note: Variable 'ps' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embpat.c:4248:5: note: Variable 'ps' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embpat.c:4249:5: style: Variable 'tlist' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embpat.c:4235:0: note: Variable 'tlist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embpat.c:4249:5: note: Variable 'tlist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embpat.c:4250:5: style: Variable 'newlist' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embpat.c:4236:0: note: Variable 'newlist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embpat.c:4250:5: note: Variable 'newlist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embpat.c:3485:17: style: The scope of the variable 'p' can be reduced. [variableScope]
EMBOSS-6.6.0/nucleus/embpat.c:3822:17: style: The scope of the variable 't' can be reduced. [variableScope]
EMBOSS-6.6.0/nucleus/embpat.c:4003:14: style: The scope of the variable 'skipm' can be reduced. [variableScope]
EMBOSS-6.6.0/nucleus/embpat.c:1451:42: style: Function 'patRestrictMethylMod' argument 1 names different: declaration 'str' definition 'Pstr'. [funcArgNamesDifferent]
EMBOSS-6.6.0/nucleus/embpat.c:110:45: note: Function 'patRestrictMethylMod' argument 1 names different: declaration 'str' definition 'Pstr'.
EMBOSS-6.6.0/nucleus/embpat.c:1451:42: note: Function 'patRestrictMethylMod' argument 1 names different: declaration 'str' definition 'Pstr'.
EMBOSS-6.6.0/nucleus/embpat.c:1451:56: style: Function 'patRestrictMethylMod' argument 2 names different: declaration 'rstr' definition 'Prstr'. [funcArgNamesDifferent]
EMBOSS-6.6.0/nucleus/embpat.c:110:58: note: Function 'patRestrictMethylMod' argument 2 names different: declaration 'rstr' definition 'Prstr'.
EMBOSS-6.6.0/nucleus/embpat.c:1451:56: note: Function 'patRestrictMethylMod' argument 2 names different: declaration 'rstr' definition 'Prstr'.
EMBOSS-6.6.0/nucleus/embpat.c:1922:57: style: Function 'embPatBMHInit' argument 3 names different: declaration 'next' definition 'skip'. [funcArgNamesDifferent]
EMBOSS-6.6.0/nucleus/embpat.h:181:69: note: Function 'embPatBMHInit' argument 3 names different: declaration 'next' definition 'skip'.
EMBOSS-6.6.0/nucleus/embpat.c:1922:57: note: Function 'embPatBMHInit' argument 3 names different: declaration 'next' definition 'skip'.
EMBOSS-6.6.0/nucleus/embpat.c:61:17: style: struct member 'PatSTypes::Desc' is never used. [unusedStructMember]
EMBOSS-6.6.0/nucleus/embpdb.c:291:5: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embpdb.c:285:0: note: Variable 'iter' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embpdb.c:291:5: note: Variable 'iter' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embpdb.c:409:5: style: Variable 'val' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embpdb.c:405:0: note: Variable 'val' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embpdb.c:409:5: note: Variable 'val' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embpdb.c:415:5: style: Variable 'val1' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embpdb.c:406:0: note: Variable 'val1' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embpdb.c:415:5: note: Variable 'val1' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embpdb.c:804:11: style: Redundant pointer operation on 'idx' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/nucleus/embpdb.c:928:16: style: Redundant pointer operation on 'idx' - it's already a pointer. [redundantPointerOp]
EMBOSS-6.6.0/nucleus/embpdb.c:723:9: style: Variable 'prev_gpn' is assigned a value that is never used. [unreadVariable]
EMBOSS-6.6.0/nucleus/embpdb.c:677:21: style: Variable 'grp_count' is modified but its new value is never used. [unreadVariable]
EMBOSS-6.6.0/nucleus/embprop.c:112:5: style: Variable 'line' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embprop.c:101:0: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embprop.c:112:5: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embprop.c:113:5: style: Variable 'token' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embprop.c:102:0: note: Variable 'token' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embprop.c:113:5: note: Variable 'token' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embprop.c:244:5: style: Variable 'line' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embprop.c:233:0: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embprop.c:244:5: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embprop.c:245:5: style: Variable 'token' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embprop.c:234:0: note: Variable 'token' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embprop.c:245:5: note: Variable 'token' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embprop.c:562:5: style: Variable 'nmass' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embprop.c:559:0: note: Variable 'nmass' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embprop.c:562:5: note: Variable 'nmass' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embprop.c:1529:5: style: Variable 'pthis' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embprop.c:1526:0: note: Variable 'pthis' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embprop.c:1529:5: note: Variable 'pthis' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embprop.c:1559:5: style: Variable 'pthis' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embprop.c:1556:0: note: Variable 'pthis' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embprop.c:1559:5: note: Variable 'pthis' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embprop.c:106:17: style: The scope of the variable 'p' can be reduced. [variableScope]
EMBOSS-6.6.0/nucleus/embprop.c:238:17: style: The scope of the variable 'p' can be reduced. [variableScope]
EMBOSS-6.6.0/nucleus/embprop.c:603:12: style: The scope of the variable 'mw' can be reduced. [variableScope]
EMBOSS-6.6.0/nucleus/embprop.c:645:10: style: The scope of the variable 'aa' can be reduced. [variableScope]
EMBOSS-6.6.0/nucleus/embprop.c:99:42: style: Function 'embPropEaminoRead' argument 1 names different: declaration 'fp' definition 'mfptr'. [funcArgNamesDifferent]
EMBOSS-6.6.0/nucleus/embprop.h:177:42: note: Function 'embPropEaminoRead' argument 1 names different: declaration 'fp' definition 'mfptr'.
EMBOSS-6.6.0/nucleus/embprop.c:99:42: note: Function 'embPropEaminoRead' argument 1 names different: declaration 'fp' definition 'mfptr'.
EMBOSS-6.6.0/nucleus/embprop.c:231:42: style: Function 'embPropEmolwtRead' argument 1 names different: declaration 'fp' definition 'mfptr'. [funcArgNamesDifferent]
EMBOSS-6.6.0/nucleus/embprop.h:178:42: note: Function 'embPropEmolwtRead' argument 1 names different: declaration 'fp' definition 'mfptr'.
EMBOSS-6.6.0/nucleus/embprop.c:231:42: note: Function 'embPropEmolwtRead' argument 1 names different: declaration 'fp' definition 'mfptr'.
EMBOSS-6.6.0/nucleus/embread.c:63:17: style: The scope of the variable 'p' can be reduced. [variableScope]
EMBOSS-6.6.0/nucleus/embread.c:154:17: style: The scope of the variable 'p' can be reduced. [variableScope]
EMBOSS-6.6.0/nucleus/embread.c:245:17: style: The scope of the variable 'p' can be reduced. [variableScope]
EMBOSS-6.6.0/nucleus/embshow.c:2438:5: style: Variable 'linelist' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embshow.c:2413:0: note: Variable 'linelist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embshow.c:2438:5: note: Variable 'linelist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embshow.c:2932:5: style: Variable 'linelist' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embshow.c:2912:0: note: Variable 'linelist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embshow.c:2932:5: note: Variable 'linelist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embshow.c:3196:5: style: Variable 'linelist' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embshow.c:3174:0: note: Variable 'linelist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embshow.c:3196:5: note: Variable 'linelist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embshow.c:3486:5: style: Variable 'tagval' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embshow.c:3477:0: note: Variable 'tagval' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embshow.c:3486:5: note: Variable 'tagval' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embshow.c:3487:5: style: Variable 'tagnam' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embshow.c:3476:0: note: Variable 'tagnam' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embshow.c:3487:5: note: Variable 'tagnam' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embshow.c:1065:12: style: The scope of the variable 'info' can be reduced. [variableScope]
EMBOSS-6.6.0/nucleus/embshow.c:1478:17: style: The scope of the variable 'p' can be reduced. [variableScope]
EMBOSS-6.6.0/nucleus/embshow.c:1479:17: style: The scope of the variable 'p3' can be reduced. [variableScope]
EMBOSS-6.6.0/nucleus/embshow.c:2186:20: style: The scope of the variable 'sitenode' can be reduced. [variableScope]
EMBOSS-6.6.0/nucleus/embsig.c:204:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/nucleus/embsig.c:199:22: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/nucleus/embsig.c:204:5: note: Null pointer dereference
EMBOSS-6.6.0/nucleus/embsig.c:205:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/nucleus/embsig.c:199:22: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/nucleus/embsig.c:205:5: note: Null pointer dereference
EMBOSS-6.6.0/nucleus/embsig.c:206:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/nucleus/embsig.c:199:22: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/nucleus/embsig.c:206:5: note: Null pointer dereference
EMBOSS-6.6.0/nucleus/embsig.c:210:2: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/nucleus/embsig.c:199:22: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/nucleus/embsig.c:210:2: note: Null pointer dereference
EMBOSS-6.6.0/nucleus/embsig.c:211:2: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/nucleus/embsig.c:199:22: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/nucleus/embsig.c:211:2: note: Null pointer dereference
EMBOSS-6.6.0/nucleus/embsig.c:275:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/nucleus/embsig.c:272:22: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/nucleus/embsig.c:275:5: note: Null pointer dereference
EMBOSS-6.6.0/nucleus/embsig.c:278:13: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/nucleus/embsig.c:272:22: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/nucleus/embsig.c:278:13: note: Null pointer dereference
EMBOSS-6.6.0/nucleus/embsig.c:279:13: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/nucleus/embsig.c:272:22: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/nucleus/embsig.c:279:13: note: Null pointer dereference
EMBOSS-6.6.0/nucleus/embsig.c:280:13: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/nucleus/embsig.c:272:22: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/nucleus/embsig.c:280:13: note: Null pointer dereference
EMBOSS-6.6.0/nucleus/embsig.c:372:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/nucleus/embsig.c:368:22: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/nucleus/embsig.c:372:5: note: Null pointer dereference
EMBOSS-6.6.0/nucleus/embsig.c:373:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/nucleus/embsig.c:368:22: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/nucleus/embsig.c:373:5: note: Null pointer dereference
EMBOSS-6.6.0/nucleus/embsig.c:374:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/nucleus/embsig.c:368:22: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/nucleus/embsig.c:374:5: note: Null pointer dereference
EMBOSS-6.6.0/nucleus/embsig.c:900:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/nucleus/embsig.c:895:23: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/nucleus/embsig.c:900:5: note: Null pointer dereference
EMBOSS-6.6.0/nucleus/embsig.c:901:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/nucleus/embsig.c:895:23: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/nucleus/embsig.c:901:5: note: Null pointer dereference
EMBOSS-6.6.0/nucleus/embsig.c:902:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/nucleus/embsig.c:895:23: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/nucleus/embsig.c:902:5: note: Null pointer dereference
EMBOSS-6.6.0/nucleus/embsig.c:903:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/nucleus/embsig.c:895:23: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/nucleus/embsig.c:903:5: note: Null pointer dereference
EMBOSS-6.6.0/nucleus/embsig.c:904:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/nucleus/embsig.c:895:23: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/nucleus/embsig.c:904:5: note: Null pointer dereference
EMBOSS-6.6.0/nucleus/embsig.c:905:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/nucleus/embsig.c:895:23: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/nucleus/embsig.c:905:5: note: Null pointer dereference
EMBOSS-6.6.0/nucleus/embsig.c:906:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/nucleus/embsig.c:895:23: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/nucleus/embsig.c:906:5: note: Null pointer dereference
EMBOSS-6.6.0/nucleus/embsig.c:907:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/nucleus/embsig.c:895:23: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/nucleus/embsig.c:907:5: note: Null pointer dereference
EMBOSS-6.6.0/nucleus/embsig.c:909:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/nucleus/embsig.c:895:23: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/nucleus/embsig.c:909:5: note: Null pointer dereference
EMBOSS-6.6.0/nucleus/embsig.c:913:10: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/nucleus/embsig.c:895:23: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/nucleus/embsig.c:913:10: note: Null pointer dereference
EMBOSS-6.6.0/nucleus/embsig.c:916:6: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/nucleus/embsig.c:895:23: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/nucleus/embsig.c:916:6: note: Null pointer dereference
EMBOSS-6.6.0/nucleus/embsig.c:942:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/nucleus/embsig.c:938:19: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/nucleus/embsig.c:942:5: note: Null pointer dereference
EMBOSS-6.6.0/nucleus/embsig.c:943:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/nucleus/embsig.c:938:19: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/nucleus/embsig.c:943:5: note: Null pointer dereference
EMBOSS-6.6.0/nucleus/embsig.c:944:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/nucleus/embsig.c:938:19: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/nucleus/embsig.c:944:5: note: Null pointer dereference
EMBOSS-6.6.0/nucleus/embsig.c:945:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/nucleus/embsig.c:938:19: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/nucleus/embsig.c:945:5: note: Null pointer dereference
EMBOSS-6.6.0/nucleus/embsig.c:946:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/nucleus/embsig.c:938:19: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/nucleus/embsig.c:946:5: note: Null pointer dereference
EMBOSS-6.6.0/nucleus/embsig.c:947:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/nucleus/embsig.c:938:19: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/nucleus/embsig.c:947:5: note: Null pointer dereference
EMBOSS-6.6.0/nucleus/embsig.c:948:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/nucleus/embsig.c:938:19: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/nucleus/embsig.c:948:5: note: Null pointer dereference
EMBOSS-6.6.0/nucleus/embsig.c:949:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/nucleus/embsig.c:938:19: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/nucleus/embsig.c:949:5: note: Null pointer dereference
EMBOSS-6.6.0/nucleus/embsig.c:950:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/nucleus/embsig.c:938:19: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/nucleus/embsig.c:950:5: note: Null pointer dereference
EMBOSS-6.6.0/nucleus/embsig.c:951:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/nucleus/embsig.c:938:19: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/nucleus/embsig.c:951:5: note: Null pointer dereference
EMBOSS-6.6.0/nucleus/embsig.c:952:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/nucleus/embsig.c:938:19: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/nucleus/embsig.c:952:5: note: Null pointer dereference
EMBOSS-6.6.0/nucleus/embsig.c:953:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/nucleus/embsig.c:938:19: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/nucleus/embsig.c:953:5: note: Null pointer dereference
EMBOSS-6.6.0/nucleus/embsig.c:954:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/nucleus/embsig.c:938:19: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/nucleus/embsig.c:954:5: note: Null pointer dereference
EMBOSS-6.6.0/nucleus/embsig.c:955:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/nucleus/embsig.c:938:19: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/nucleus/embsig.c:955:5: note: Null pointer dereference
EMBOSS-6.6.0/nucleus/embsig.c:956:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/nucleus/embsig.c:938:19: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/nucleus/embsig.c:956:5: note: Null pointer dereference
EMBOSS-6.6.0/nucleus/embsig.c:957:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/nucleus/embsig.c:938:19: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/nucleus/embsig.c:957:5: note: Null pointer dereference
EMBOSS-6.6.0/nucleus/embsig.c:958:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/nucleus/embsig.c:938:19: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/nucleus/embsig.c:958:5: note: Null pointer dereference
EMBOSS-6.6.0/nucleus/embsig.c:959:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/nucleus/embsig.c:938:19: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/nucleus/embsig.c:959:5: note: Null pointer dereference
EMBOSS-6.6.0/nucleus/embsig.c:987:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/nucleus/embsig.c:983:25: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/nucleus/embsig.c:987:5: note: Null pointer dereference
EMBOSS-6.6.0/nucleus/embsig.c:988:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/nucleus/embsig.c:983:25: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/nucleus/embsig.c:988:5: note: Null pointer dereference
EMBOSS-6.6.0/nucleus/embsig.c:989:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/nucleus/embsig.c:983:25: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/nucleus/embsig.c:989:5: note: Null pointer dereference
EMBOSS-6.6.0/nucleus/embsig.c:990:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/nucleus/embsig.c:983:25: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/nucleus/embsig.c:990:5: note: Null pointer dereference
EMBOSS-6.6.0/nucleus/embsig.c:991:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/nucleus/embsig.c:983:25: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/nucleus/embsig.c:991:5: note: Null pointer dereference
EMBOSS-6.6.0/nucleus/embsig.c:992:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/nucleus/embsig.c:983:25: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/nucleus/embsig.c:992:5: note: Null pointer dereference
EMBOSS-6.6.0/nucleus/embsig.c:994:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/nucleus/embsig.c:983:25: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/nucleus/embsig.c:994:5: note: Null pointer dereference
EMBOSS-6.6.0/nucleus/embsig.c:995:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/nucleus/embsig.c:983:25: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/nucleus/embsig.c:995:5: note: Null pointer dereference
EMBOSS-6.6.0/nucleus/embsig.c:996:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/nucleus/embsig.c:983:25: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/nucleus/embsig.c:996:5: note: Null pointer dereference
EMBOSS-6.6.0/nucleus/embsig.c:997:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/nucleus/embsig.c:983:25: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/nucleus/embsig.c:997:5: note: Null pointer dereference
EMBOSS-6.6.0/nucleus/embsig.c:999:5: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/nucleus/embsig.c:983:25: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/nucleus/embsig.c:999:5: note: Null pointer dereference
EMBOSS-6.6.0/nucleus/embsig.c:1004:2: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/nucleus/embsig.c:983:25: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/nucleus/embsig.c:1004:2: note: Null pointer dereference
EMBOSS-6.6.0/nucleus/embsig.c:1005:2: warning: Possible null pointer dereference: ret [nullPointer]
EMBOSS-6.6.0/nucleus/embsig.c:983:25: note: Assignment 'ret=NULL', assigned value is 0
EMBOSS-6.6.0/nucleus/embsig.c:1005:2: note: Null pointer dereference
EMBOSS-6.6.0/nucleus/embsig.c:474:5: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embsig.c:471:0: note: Variable 'p' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:474:5: note: Variable 'p' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:475:5: style: Variable 'q' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embsig.c:472:0: note: Variable 'q' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:475:5: note: Variable 'q' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:513:5: style: Variable 'class' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embsig.c:511:18: note: Variable 'class' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:513:5: note: Variable 'class' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:579:5: style: Variable 'class' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embsig.c:577:18: note: Variable 'class' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:579:5: note: Variable 'class' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:639:5: style: Variable 'class' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embsig.c:637:18: note: Variable 'class' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:639:5: note: Variable 'class' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:702:5: style: Variable 'class' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embsig.c:700:18: note: Variable 'class' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:702:5: note: Variable 'class' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:769:5: style: Variable 'class' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embsig.c:767:18: note: Variable 'class' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:769:5: note: Variable 'class' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:829:5: style: Variable 'class' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embsig.c:827:18: note: Variable 'class' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:829:5: note: Variable 'class' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:1393:5: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embsig.c:1390:0: note: Variable 'p' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:1393:5: note: Variable 'p' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:1394:5: style: Variable 'q' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embsig.c:1391:0: note: Variable 'q' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:1394:5: note: Variable 'q' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:1421:5: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embsig.c:1418:0: note: Variable 'p' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:1421:5: note: Variable 'p' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:1422:5: style: Variable 'q' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embsig.c:1419:0: note: Variable 'q' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:1422:5: note: Variable 'q' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:1455:5: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embsig.c:1452:0: note: Variable 'p' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:1455:5: note: Variable 'p' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:1456:5: style: Variable 'q' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embsig.c:1453:0: note: Variable 'q' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:1456:5: note: Variable 'q' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:1489:5: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embsig.c:1486:0: note: Variable 'p' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:1489:5: note: Variable 'p' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:1490:5: style: Variable 'q' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embsig.c:1487:0: note: Variable 'q' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:1490:5: note: Variable 'q' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:1517:5: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embsig.c:1514:0: note: Variable 'p' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:1517:5: note: Variable 'p' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:1518:5: style: Variable 'q' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embsig.c:1515:0: note: Variable 'q' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:1518:5: note: Variable 'q' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:1675:5: style: Variable 'line' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embsig.c:1670:0: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:1675:5: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:1676:5: style: Variable 'subline' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embsig.c:1671:0: note: Variable 'subline' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:1676:5: note: Variable 'subline' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:1740:6: style: Variable 'token' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embsig.c:1737:6: note: Variable 'token' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:1740:6: note: Variable 'token' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:1753:6: style: Variable 'token' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embsig.c:1752:6: note: Variable 'token' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:1753:6: note: Variable 'token' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:1754:6: style: Variable 'token' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embsig.c:1753:6: note: Variable 'token' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:1754:6: note: Variable 'token' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:1755:6: style: Variable 'token' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embsig.c:1754:6: note: Variable 'token' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:1755:6: note: Variable 'token' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:1756:6: style: Variable 'token' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embsig.c:1755:6: note: Variable 'token' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:1756:6: note: Variable 'token' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:1757:6: style: Variable 'token' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embsig.c:1756:6: note: Variable 'token' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:1757:6: note: Variable 'token' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:1758:6: style: Variable 'token' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embsig.c:1757:6: note: Variable 'token' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:1758:6: note: Variable 'token' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:1760:6: style: Variable 'token' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embsig.c:1758:6: note: Variable 'token' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:1760:6: note: Variable 'token' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:1837:5: style: Variable 'class' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embsig.c:1823:0: note: Variable 'class' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:1837:5: note: Variable 'class' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:1838:5: style: Variable 'arch' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embsig.c:1824:0: note: Variable 'arch' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:1838:5: note: Variable 'arch' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:1839:5: style: Variable 'top' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embsig.c:1825:0: note: Variable 'top' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:1839:5: note: Variable 'top' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:1840:5: style: Variable 'fold' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embsig.c:1826:0: note: Variable 'fold' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:1840:5: note: Variable 'fold' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:1841:5: style: Variable 'super' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embsig.c:1827:0: note: Variable 'super' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:1841:5: note: Variable 'super' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:1842:5: style: Variable 'family' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embsig.c:1828:0: note: Variable 'family' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:1842:5: note: Variable 'family' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:1843:5: style: Variable 'line' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embsig.c:1822:0: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:1843:5: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:1844:5: style: Variable 'type' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embsig.c:1821:0: note: Variable 'type' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:1844:5: note: Variable 'type' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:1849:5: style: Variable 'ok' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embsig.c:1829:0: note: Variable 'ok' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:1849:5: note: Variable 'ok' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:2055:5: style: Variable 'line' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embsig.c:2044:0: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:2055:5: note: Variable 'line' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:2056:5: style: Variable 'subline' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embsig.c:2045:0: note: Variable 'subline' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:2056:5: note: Variable 'subline' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:2057:5: style: Variable 'tmplist' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embsig.c:2037:0: note: Variable 'tmplist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:2057:5: note: Variable 'tmplist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:2058:5: style: Variable 'type' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embsig.c:2048:0: note: Variable 'type' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:2058:5: note: Variable 'type' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:2173:3: style: Variable 'token' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embsig.c:2172:3: note: Variable 'token' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:2173:3: note: Variable 'token' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:2174:3: style: Variable 'token' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embsig.c:2173:3: note: Variable 'token' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:2174:3: note: Variable 'token' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:2175:3: style: Variable 'token' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embsig.c:2174:3: note: Variable 'token' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:2175:3: note: Variable 'token' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:2176:3: style: Variable 'token' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embsig.c:2175:3: note: Variable 'token' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:2176:3: note: Variable 'token' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:2177:3: style: Variable 'token' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embsig.c:2176:3: note: Variable 'token' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:2177:3: note: Variable 'token' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:2297:5: style: Variable 'class' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embsig.c:2295:18: note: Variable 'class' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:2297:5: note: Variable 'class' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:2419:5: style: Variable 'class' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embsig.c:2417:18: note: Variable 'class' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:2419:5: note: Variable 'class' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:3170:6: style: Variable 'token' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embsig.c:3167:6: note: Variable 'token' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:3170:6: note: Variable 'token' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:3180:6: style: Variable 'token' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embsig.c:3177:6: note: Variable 'token' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:3180:6: note: Variable 'token' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:3199:6: style: Variable 'token' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embsig.c:3197:6: note: Variable 'token' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:3199:6: note: Variable 'token' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embsig.c:428:9: style: The scope of the variable 'm' can be reduced. [variableScope]
EMBOSS-6.6.0/nucleus/embsig.c:430:9: style: The scope of the variable 'c' can be reduced. [variableScope]
EMBOSS-6.6.0/nucleus/embsig.c:300:31: style: Function 'embSigposDel' argument 1 names different: declaration 'thys' definition 'pthis'. [funcArgNamesDifferent]
EMBOSS-6.6.0/nucleus/embsig.h:500:39: note: Function 'embSigposDel' argument 1 names different: declaration 'thys' definition 'pthis'.
EMBOSS-6.6.0/nucleus/embsig.c:300:31: note: Function 'embSigposDel' argument 1 names different: declaration 'thys' definition 'pthis'.
EMBOSS-6.6.0/nucleus/embsig.c:3991:39: style: Function 'embHitlistClassify' argument 1 names different: declaration 'hits' definition 'hitlist'. [funcArgNamesDifferent]
EMBOSS-6.6.0/nucleus/embsig.h:599:46: note: Function 'embHitlistClassify' argument 1 names different: declaration 'hits' definition 'hitlist'.
EMBOSS-6.6.0/nucleus/embsig.c:3991:39: note: Function 'embHitlistClassify' argument 1 names different: declaration 'hits' definition 'hitlist'.
EMBOSS-6.6.0/nucleus/embword.c:744:6: warning: Either the condition 'rec' is redundant or there is possible null pointer dereference: rec. [nullPointerRedundantCheck]
EMBOSS-6.6.0/nucleus/embword.c:735:5: note: Assuming that condition 'rec' is not redundant
EMBOSS-6.6.0/nucleus/embword.c:744:6: note: Null pointer dereference
EMBOSS-6.6.0/nucleus/embword.c:746:6: warning: Either the condition 'rec' is redundant or there is possible null pointer dereference: rec. [nullPointerRedundantCheck]
EMBOSS-6.6.0/nucleus/embword.c:735:5: note: Assuming that condition 'rec' is not redundant
EMBOSS-6.6.0/nucleus/embword.c:746:6: note: Null pointer dereference
EMBOSS-6.6.0/nucleus/embword.c:747:6: warning: Either the condition 'rec' is redundant or there is possible null pointer dereference: rec. [nullPointerRedundantCheck]
EMBOSS-6.6.0/nucleus/embword.c:735:5: note: Assuming that condition 'rec' is not redundant
EMBOSS-6.6.0/nucleus/embword.c:747:6: note: Null pointer dereference
EMBOSS-6.6.0/nucleus/embword.c:759:6: warning: Either the condition 'seqlocs==NULL' is redundant or there is possible null pointer dereference: seqlocs. [nullPointerRedundantCheck]
EMBOSS-6.6.0/nucleus/embword.c:756:14: note: Assuming that condition 'seqlocs==NULL' is not redundant
EMBOSS-6.6.0/nucleus/embword.c:759:6: note: Null pointer dereference
EMBOSS-6.6.0/nucleus/embword.c:760:6: warning: Either the condition 'seqlocs==NULL' is redundant or there is possible null pointer dereference: seqlocs. [nullPointerRedundantCheck]
EMBOSS-6.6.0/nucleus/embword.c:756:14: note: Assuming that condition 'seqlocs==NULL' is not redundant
EMBOSS-6.6.0/nucleus/embword.c:760:6: note: Null pointer dereference
EMBOSS-6.6.0/nucleus/embword.c:990:5: style: Variable 'hitlist' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/nucleus/embword.c:970:0: note: Variable 'hitlist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embword.c:990:5: note: Variable 'hitlist' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/nucleus/embword.c:271:14: style: The scope of the variable 'ajnew' can be reduced. [variableScope]
EMBOSS-6.6.0/nucleus/embword.c:1194:12: style: The scope of the variable 'k' can be reduced. [variableScope]
EMBOSS-6.6.0/nucleus/embword.c:1693:17: style: The scope of the variable 'word' can be reduced. [variableScope]
EMBOSS-6.6.0/nucleus/embword.c:1814:17: style: The scope of the variable 'bsres' can be reduced. [variableScope]
EMBOSS-6.6.0/nucleus/embword.c:1560:50: style: Function 'embWordMatchFirstMax' argument 1 names different: declaration 'matches' definition 'matchlist'. [funcArgNamesDifferent]
EMBOSS-6.6.0/nucleus/embword.h:206:50: note: Function 'embWordMatchFirstMax' argument 1 names different: declaration 'matches' definition 'matchlist'.
EMBOSS-6.6.0/nucleus/embword.c:1560:50: note: Function 'embWordMatchFirstMax' argument 1 names different: declaration 'matches' definition 'matchlist'.
EMBOSS-6.6.0/nucleus/embword.c:1799:51: style: Function 'embWordRabinKarpSearch' argument 5 names different: declaration 'nwords' definition 'npatterns'. [funcArgNamesDifferent]
EMBOSS-6.6.0/nucleus/embword.h:211:51: note: Function 'embWordRabinKarpSearch' argument 5 names different: declaration 'nwords' definition 'npatterns'.
EMBOSS-6.6.0/nucleus/embword.c:1799:51: note: Function 'embWordRabinKarpSearch' argument 5 names different: declaration 'nwords' definition 'npatterns'.
EMBOSS-6.6.0/nucleus/embword.c:1800:40: style: Function 'embWordRabinKarpSearch' argument 6 names different: declaration 'l' definition 'matchlist'. [funcArgNamesDifferent]
EMBOSS-6.6.0/nucleus/embword.h:212:40: note: Function 'embWordRabinKarpSearch' argument 6 names different: declaration 'l' definition 'matchlist'.
EMBOSS-6.6.0/nucleus/embword.c:1800:40: note: Function 'embWordRabinKarpSearch' argument 6 names different: declaration 'l' definition 'matchlist'.
EMBOSS-6.6.0/plplot/hpgl.c:366:16: style: The scope of the variable 'hcolmap' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/impress.c:167:7: style: Variable 'iw' is assigned a value that is never used. [unreadVariable]
EMBOSS-6.6.0/plplot/impress.c:301:10: style: Variable 'iw' is assigned a value that is never used. [unreadVariable]
EMBOSS-6.6.0/plplot/ljiip.c:332:9: style: The scope of the variable 'iw' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/ljiip.c:334:9: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/ljiip.c:334:16: style: The scope of the variable 'last' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/ljiip.c:334:22: style: The scope of the variable 'n' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/pbm.c:239:9: style: The scope of the variable 'iw' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/pbm.c:254:7: style: Variable 'iw' is assigned a value that is never used. [unreadVariable]
EMBOSS-6.6.0/plplot/pdfutils.c:418:12: style: The scope of the variable 'c' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/pdfutils.c:465:12: style: The scope of the variable 'c' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/pdfutils.c:714:30: style: The scope of the variable 'e_off' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/pdfutils.c:64:23: style: Function 'pdf_fopen' argument 1 names different: declaration 'fileName' definition 'filename'. [funcArgNamesDifferent]
EMBOSS-6.6.0/plplot/pdf.h:86:20: note: Function 'pdf_fopen' argument 1 names different: declaration 'fileName' definition 'filename'.
EMBOSS-6.6.0/plplot/pdfutils.c:64:23: note: Function 'pdf_fopen' argument 1 names different: declaration 'fileName' definition 'filename'.
EMBOSS-6.6.0/plplot/plargs.c:867:20: style: The scope of the variable 'tab' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plargs.c:868:11: style: The scope of the variable 'opt' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plargs.c:918:19: style: The scope of the variable 'res' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plargs.c:1106:12: style: The scope of the variable 'col' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plargs.c:1230:11: style: The scope of the variable 't' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plargs.c:1231:7: style: The scope of the variable 'fl' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plargs.c:2270:11: style: The scope of the variable 'field' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plargs.c:1917:0: error: Memory leak: spec [memleak]
EMBOSS-6.6.0/plplot/plbox.c:634:17: style: The scope of the variable 'string' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plbox.c:637:11: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plbox.c:639:11: style: The scope of the variable 'pos' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plbox.c:639:24: style: The scope of the variable 'temp' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plbox.c:639:30: style: The scope of the variable 'height' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plbox.c:642:21: style: The scope of the variable 'lambda' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plbox.c:642:29: style: The scope of the variable 'tcrit' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plbox.c:642:36: style: The scope of the variable 'tspace' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plbox.c:846:17: style: The scope of the variable 'string' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plbox.c:848:11: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plbox.c:849:18: style: The scope of the variable 'lstring' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plbox.c:850:11: style: The scope of the variable 'pos' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plbox.c:850:24: style: The scope of the variable 'temp' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plbox.c:850:30: style: The scope of the variable 'height' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plbox.c:851:16: style: The scope of the variable 'lambda' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plbox.c:1175:24: style: The scope of the variable 'offset' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plbox.c:112:16: style: Function 'c_plaxes' argument 1 names different: declaration 'x0' definition 'xx0'. [funcArgNamesDifferent]
EMBOSS-6.6.0/plplot/plplot.h:702:16: note: Function 'c_plaxes' argument 1 names different: declaration 'x0' definition 'xx0'.
EMBOSS-6.6.0/plplot/plbox.c:112:16: note: Function 'c_plaxes' argument 1 names different: declaration 'x0' definition 'xx0'.
EMBOSS-6.6.0/plplot/plbox.c:112:27: style: Function 'c_plaxes' argument 2 names different: declaration 'y0' definition 'yy0'. [funcArgNamesDifferent]
EMBOSS-6.6.0/plplot/plplot.h:702:26: note: Function 'c_plaxes' argument 2 names different: declaration 'y0' definition 'yy0'.
EMBOSS-6.6.0/plplot/plbox.c:112:27: note: Function 'c_plaxes' argument 2 names different: declaration 'y0' definition 'yy0'.
EMBOSS-6.6.0/plplot/plbox.c:631:36: style: Function 'plxybx' argument 7 names different: declaration 'vmin' definition 'vmin_in'. [funcArgNamesDifferent]
EMBOSS-6.6.0/plplot/plbox.c:37:36: note: Function 'plxybx' argument 7 names different: declaration 'vmin' definition 'vmin_in'.
EMBOSS-6.6.0/plplot/plbox.c:631:36: note: Function 'plxybx' argument 7 names different: declaration 'vmin' definition 'vmin_in'.
EMBOSS-6.6.0/plplot/plbox.c:631:51: style: Function 'plxybx' argument 8 names different: declaration 'vmax' definition 'vmax_in'. [funcArgNamesDifferent]
EMBOSS-6.6.0/plplot/plbox.c:37:48: note: Function 'plxybx' argument 8 names different: declaration 'vmax' definition 'vmax_in'.
EMBOSS-6.6.0/plplot/plbox.c:631:51: note: Function 'plxybx' argument 8 names different: declaration 'vmax' definition 'vmax_in'.
EMBOSS-6.6.0/plplot/plbox.c:843:45: style: Function 'plzbx' argument 9 names different: declaration 'vmin' definition 'vmin_in'. [funcArgNamesDifferent]
EMBOSS-6.6.0/plplot/plbox.c:42:45: note: Function 'plzbx' argument 9 names different: declaration 'vmin' definition 'vmin_in'.
EMBOSS-6.6.0/plplot/plbox.c:843:45: note: Function 'plzbx' argument 9 names different: declaration 'vmin' definition 'vmin_in'.
EMBOSS-6.6.0/plplot/plbox.c:843:60: style: Function 'plzbx' argument 10 names different: declaration 'vmax' definition 'vmax_in'. [funcArgNamesDifferent]
EMBOSS-6.6.0/plplot/plbox.c:42:57: note: Function 'plzbx' argument 10 names different: declaration 'vmax' definition 'vmax_in'.
EMBOSS-6.6.0/plplot/plbox.c:843:60: note: Function 'plzbx' argument 10 names different: declaration 'vmax' definition 'vmax_in'.
EMBOSS-6.6.0/plplot/plbox.c:1319:52: style: Function 'plform' argument 4 names different: declaration 'result' definition 'string'. [funcArgNamesDifferent]
EMBOSS-6.6.0/plplot/plbox.c:54:52: note: Function 'plform' argument 4 names different: declaration 'result' definition 'string'.
EMBOSS-6.6.0/plplot/plbox.c:1319:52: note: Function 'plform' argument 4 names different: declaration 'result' definition 'string'.
EMBOSS-6.6.0/plplot/plbuf.c:1032:21: warning: Either the condition '(plot_state=(struct _state*)realloc(state,save_size))==NULL' is redundant or there is possible null pointer dereference: plot_state. [nullPointerRedundantCheck]
EMBOSS-6.6.0/plplot/plbuf.c:1026:78: note: Assuming that condition '(plot_state=(struct _state*)realloc(state,save_size))==NULL' is not redundant
EMBOSS-6.6.0/plplot/plbuf.c:1032:21: note: Null pointer dereference
EMBOSS-6.6.0/plplot/plbuf.c:998:12: style: The scope of the variable 'save_size' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plbuf.c:1000:9: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plbuf.c:1001:13: style: The scope of the variable 'buf' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plcont.c:326:18: style: Condition 'tmp<0.0' is always true [knownConditionTrueFalse]
EMBOSS-6.6.0/plplot/plcont.c:743:5: style: Variable 'first' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/plplot/plcont.c:740:5: note: Variable 'first' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/plplot/plcont.c:743:5: note: Variable 'first' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/plplot/plcont.c:784:15: style: The scope of the variable 'xr' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plcont.c:784:23: style: The scope of the variable 'yr' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plcont.c:547:16: style: Function 'plcntr' argument 1 names different: declaration 'plf2eval' definition 'f2eval'. [funcArgNamesDifferent]
EMBOSS-6.6.0/plplot/plcont.c:36:16: note: Function 'plcntr' argument 1 names different: declaration 'plf2eval' definition 'f2eval'.
EMBOSS-6.6.0/plplot/plcont.c:547:16: note: Function 'plcntr' argument 1 names different: declaration 'plf2eval' definition 'f2eval'.
EMBOSS-6.6.0/plplot/plcont.c:548:18: style: Function 'plcntr' argument 2 names different: declaration 'plf2eval_data' definition 'f2eval_data'. [funcArgNamesDifferent]
EMBOSS-6.6.0/plplot/plcont.c:37:18: note: Function 'plcntr' argument 2 names different: declaration 'plf2eval_data' definition 'f2eval_data'.
EMBOSS-6.6.0/plplot/plcont.c:548:18: note: Function 'plcntr' argument 2 names different: declaration 'plf2eval_data' definition 'f2eval_data'.
EMBOSS-6.6.0/plplot/plcont.c:602:18: style: Function 'pldrawcn' argument 1 names different: declaration 'plf2eval' definition 'f2eval'. [funcArgNamesDifferent]
EMBOSS-6.6.0/plplot/plcont.c:44:18: note: Function 'pldrawcn' argument 1 names different: declaration 'plf2eval' definition 'f2eval'.
EMBOSS-6.6.0/plplot/plcont.c:602:18: note: Function 'pldrawcn' argument 1 names different: declaration 'plf2eval' definition 'f2eval'.
EMBOSS-6.6.0/plplot/plcont.c:603:13: style: Function 'pldrawcn' argument 2 names different: declaration 'plf2eval_data' definition 'f2eval_data'. [funcArgNamesDifferent]
EMBOSS-6.6.0/plplot/plcont.c:45:13: note: Function 'pldrawcn' argument 2 names different: declaration 'plf2eval_data' definition 'f2eval_data'.
EMBOSS-6.6.0/plplot/plcont.c:603:13: note: Function 'pldrawcn' argument 2 names different: declaration 'plf2eval_data' definition 'f2eval_data'.
EMBOSS-6.6.0/plplot/pldebug.h:65:13: style: The scope of the variable 'args' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/pldebug.h:66:11: style: The scope of the variable 'fmt' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plcore.c:187:12: style: The scope of the variable 'args' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plcore.c:265:11: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plcore.c:291:11: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plcore.c:460:11: style: The scope of the variable 'length' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plcore.c:483:13: style: The scope of the variable 'len' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plcore.c:484:12: style: The scope of the variable 'skip' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plcore.c:485:22: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plcore.c:485:24: style: The scope of the variable 'j' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plcore.c:488:11: style: The scope of the variable 'idx' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plcore.c:500:9: style: The scope of the variable 'ig' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plcore.c:501:18: style: The scope of the variable 'fcisave' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plcore.c:737:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plcore.c:881:14: style: The scope of the variable 'x' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plcore.c:881:17: style: The scope of the variable 'y' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plcore.c:940:9: style: The scope of the variable 'x' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plcore.c:940:12: style: The scope of the variable 'y' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plcore.c:1059:11: style: The scope of the variable 'pxmin' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plcore.c:1059:18: style: The scope of the variable 'pymin' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plcore.c:1059:25: style: The scope of the variable 'pxmax' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plcore.c:1059:32: style: The scope of the variable 'pymax' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plcore.c:1060:11: style: The scope of the variable 'sxmin' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plcore.c:1060:18: style: The scope of the variable 'symin' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plcore.c:1060:25: style: The scope of the variable 'sxmax' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plcore.c:1060:32: style: The scope of the variable 'symax' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plcore.c:1061:11: style: The scope of the variable 'rxmin' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plcore.c:1061:18: style: The scope of the variable 'rymin' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plcore.c:1061:25: style: The scope of the variable 'rxmax' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plcore.c:1061:32: style: The scope of the variable 'rymax' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plcore.c:1105:11: style: The scope of the variable 'pxmin' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plcore.c:1105:18: style: The scope of the variable 'pymin' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plcore.c:1105:25: style: The scope of the variable 'pxmax' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plcore.c:1105:32: style: The scope of the variable 'pymax' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plcore.c:1106:11: style: The scope of the variable 'sxmin' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plcore.c:1106:18: style: The scope of the variable 'symin' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plcore.c:1106:25: style: The scope of the variable 'sxmax' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plcore.c:1106:32: style: The scope of the variable 'symax' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plcore.c:1107:11: style: The scope of the variable 'rxmin' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plcore.c:1107:18: style: The scope of the variable 'rymin' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plcore.c:1107:25: style: The scope of the variable 'rxmax' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plcore.c:1107:32: style: The scope of the variable 'rymax' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plcore.c:2386:9: style: The scope of the variable 'tlen' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plcore.c:3397:9: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plcore.c:3398:10: style: The scope of the variable 'myxscl' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plcore.c:3398:19: style: The scope of the variable 'myyscl' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plcore.c:2565:18: style: Function 'c_plfontld' argument 1 names different: declaration 'fnt' definition 'ifont'. [funcArgNamesDifferent]
EMBOSS-6.6.0/plplot/plplot.h:861:18: note: Function 'c_plfontld' argument 1 names different: declaration 'fnt' definition 'ifont'.
EMBOSS-6.6.0/plplot/plcore.c:2565:18: note: Function 'c_plfontld' argument 1 names different: declaration 'fnt' definition 'ifont'.
EMBOSS-6.6.0/plplot/plcore.c:2901:18: style: Function 'c_plspause' argument 1 names different: declaration 'pause' definition 'mypause'. [funcArgNamesDifferent]
EMBOSS-6.6.0/plplot/plplot.h:1372:19: note: Function 'c_plspause' argument 1 names different: declaration 'pause' definition 'mypause'.
EMBOSS-6.6.0/plplot/plcore.c:2901:18: note: Function 'c_plspause' argument 1 names different: declaration 'pause' definition 'mypause'.
EMBOSS-6.6.0/plplot/plcore.c:3260:18: style: Function 'plP_setpxl' argument 1 names different: declaration 'xpmm0' definition 'xpmm'. [funcArgNamesDifferent]
EMBOSS-6.6.0/plplot/plplotP.h:657:18: note: Function 'plP_setpxl' argument 1 names different: declaration 'xpmm0' definition 'xpmm'.
EMBOSS-6.6.0/plplot/plcore.c:3260:18: note: Function 'plP_setpxl' argument 1 names different: declaration 'xpmm0' definition 'xpmm'.
EMBOSS-6.6.0/plplot/plcore.c:3260:30: style: Function 'plP_setpxl' argument 2 names different: declaration 'ypmm0' definition 'ypmm'. [funcArgNamesDifferent]
EMBOSS-6.6.0/plplot/plplotP.h:657:31: note: Function 'plP_setpxl' argument 2 names different: declaration 'ypmm0' definition 'ypmm'.
EMBOSS-6.6.0/plplot/plcore.c:3260:30: note: Function 'plP_setpxl' argument 2 names different: declaration 'ypmm0' definition 'ypmm'.
EMBOSS-6.6.0/plplot/plcore.c:441:16: style: struct member 'TextLookupTable::padding' is never used. [unusedStructMember]
EMBOSS-6.6.0/plplot/plcore.c:689:30: error: Undefined behavior: Variable 'buf' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
EMBOSS-6.6.0/plplot/plctrl.c:1462:5: style: Variable 'lfilespec' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/plplot/plctrl.c:1461:5: note: Variable 'lfilespec' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/plplot/plctrl.c:1462:5: note: Variable 'lfilespec' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/plplot/plctrl.c:914:20: style: The scope of the variable 'd' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plctrl.c:914:23: style: The scope of the variable 'rc' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plctrl.c:914:27: style: The scope of the variable 'gc' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plctrl.c:914:31: style: The scope of the variable 'bc' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plctrl.c:1101:14: style: The scope of the variable 'ostate' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plctrl.c:1609:10: style: The scope of the variable 'prefix' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plctrl.c:379:45: style: Function 'c_plscmap1l' argument 3 names different: declaration 'intensity' definition 'pos'. [funcArgNamesDifferent]
EMBOSS-6.6.0/plplot/plplot.h:1212:46: note: Function 'c_plscmap1l' argument 3 names different: declaration 'intensity' definition 'pos'.
EMBOSS-6.6.0/plplot/plctrl.c:379:45: note: Function 'c_plscmap1l' argument 3 names different: declaration 'intensity' definition 'pos'.
EMBOSS-6.6.0/plplot/plfill.c:168:14: style: The scope of the variable 'dinc' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plfill.c:169:11: style: The scope of the variable 'ci' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plfill.c:169:15: style: The scope of the variable 'si' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plfill.c:170:12: style: The scope of the variable 'temp' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plfill.c:164:39: style: Function 'plfill_soft' argument 3 names different: declaration 'npts' definition 'n'. [funcArgNamesDifferent]
EMBOSS-6.6.0/plplot/plplotP.h:444:39: note: Function 'plfill_soft' argument 3 names different: declaration 'npts' definition 'n'.
EMBOSS-6.6.0/plplot/plfill.c:164:39: note: Function 'plfill_soft' argument 3 names different: declaration 'npts' definition 'n'.
EMBOSS-6.6.0/plplot/plhist.c:46:14: style: The scope of the variable 'bin' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plhist.c:47:23: style: The scope of the variable 'ymax' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plhist.c:118:11: style: The scope of the variable 'xmin' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plhist.c:118:17: style: The scope of the variable 'xmax' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plhist.c:44:21: style: Function 'c_plhist' argument 6 names different: declaration 'opt' definition 'flags'. [funcArgNamesDifferent]
EMBOSS-6.6.0/plplot/plplot.h:1002:21: note: Function 'c_plhist' argument 6 names different: declaration 'opt' definition 'flags'.
EMBOSS-6.6.0/plplot/plhist.c:44:21: note: Function 'c_plhist' argument 6 names different: declaration 'opt' definition 'flags'.
EMBOSS-6.6.0/plplot/plhist.c:115:47: style: Function 'c_plbin' argument 4 names different: declaration 'opt' definition 'flags'. [funcArgNamesDifferent]
EMBOSS-6.6.0/plplot/plplot.h:714:47: note: Function 'c_plbin' argument 4 names different: declaration 'opt' definition 'flags'.
EMBOSS-6.6.0/plplot/plhist.c:115:47: note: Function 'c_plbin' argument 4 names different: declaration 'opt' definition 'flags'.
EMBOSS-6.6.0/plplot/plimage.c:170:32: style: The scope of the variable 'iyy' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plimage.c:166:17: style: Function 'plimage' argument 1 names different: declaration 'data' definition 'idata'. [funcArgNamesDifferent]
EMBOSS-6.6.0/plplot/plplot.h:1423:18: note: Function 'plimage' argument 1 names different: declaration 'data' definition 'idata'.
EMBOSS-6.6.0/plplot/plimage.c:166:17: note: Function 'plimage' argument 1 names different: declaration 'data' definition 'idata'.
EMBOSS-6.6.0/plplot/plline.c:846:6: style: Condition 'debug' is always false [knownConditionTrueFalse]
EMBOSS-6.6.0/plplot/plline.c:844:12: note: Assignment 'debug=0', assigned value is 0
EMBOSS-6.6.0/plplot/plline.c:846:6: note: Condition 'debug' is always false
EMBOSS-6.6.0/plplot/plline.c:435:21: style: The scope of the variable 'ilim' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plline.c:460:21: style: The scope of the variable 'ilim' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plline.c:508:9: style: The scope of the variable 'drawable' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plline.c:607:11: style: The scope of the variable 'xx1' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plline.c:607:16: style: The scope of the variable 'yy1' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plline.c:607:21: style: The scope of the variable 'xx2' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plline.c:607:26: style: The scope of the variable 'yy2' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plline.c:642:9: style: The scope of the variable 'drawable' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plline.c:1204:18: style: The scope of the variable 'pix_distance' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plline.c:1204:32: style: The scope of the variable 'j' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plline.c:1317:11: style: The scope of the variable 'xx1' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plline.c:1317:16: style: The scope of the variable 'yy1' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plline.c:68:16: style: Function 'c_pljoin' argument 1 names different: declaration 'x1' definition 'xx1'. [funcArgNamesDifferent]
EMBOSS-6.6.0/plplot/plplot.h:1022:16: note: Function 'c_pljoin' argument 1 names different: declaration 'x1' definition 'xx1'.
EMBOSS-6.6.0/plplot/plline.c:68:16: note: Function 'c_pljoin' argument 1 names different: declaration 'x1' definition 'xx1'.
EMBOSS-6.6.0/plplot/plline.c:68:27: style: Function 'c_pljoin' argument 2 names different: declaration 'y1' definition 'yy1'. [funcArgNamesDifferent]
EMBOSS-6.6.0/plplot/plplot.h:1022:26: note: Function 'c_pljoin' argument 2 names different: declaration 'y1' definition 'yy1'.
EMBOSS-6.6.0/plplot/plline.c:68:27: note: Function 'c_pljoin' argument 2 names different: declaration 'y1' definition 'yy1'.
EMBOSS-6.6.0/plplot/plline.c:68:38: style: Function 'c_pljoin' argument 3 names different: declaration 'x2' definition 'xx2'. [funcArgNamesDifferent]
EMBOSS-6.6.0/plplot/plplot.h:1022:36: note: Function 'c_pljoin' argument 3 names different: declaration 'x2' definition 'xx2'.
EMBOSS-6.6.0/plplot/plline.c:68:38: note: Function 'c_pljoin' argument 3 names different: declaration 'x2' definition 'xx2'.
EMBOSS-6.6.0/plplot/plline.c:68:49: style: Function 'c_pljoin' argument 4 names different: declaration 'y2' definition 'yy2'. [funcArgNamesDifferent]
EMBOSS-6.6.0/plplot/plplot.h:1022:46: note: Function 'c_pljoin' argument 4 names different: declaration 'y2' definition 'yy2'.
EMBOSS-6.6.0/plplot/plline.c:68:49: note: Function 'c_pljoin' argument 4 names different: declaration 'y2' definition 'yy2'.
EMBOSS-6.6.0/plplot/plline.c:716:10: style: Variable 'iout' is assigned a value that is never used. [unreadVariable]
EMBOSS-6.6.0/plplot/plmap.c:100:9: style: The scope of the variable 'n' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plot3d.c:214:7: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plot3d.c:787:28: style: The scope of the variable 'color' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plot3d.c:787:35: style: The scope of the variable 'width' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plot3d.c:1083:8: style: The scope of the variable 'cx' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plot3d.c:1083:16: style: The scope of the variable 'k' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plot3d.c:1083:19: style: The scope of the variable 'l' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plot3d.c:1083:22: style: The scope of the variable 'm' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plot3d.c:1083:25: style: The scope of the variable 'start' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plot3d.c:1083:32: style: The scope of the variable 'end' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plot3d.c:1084:10: style: The scope of the variable 'tx' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plot3d.c:1084:14: style: The scope of the variable 'ty' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plot3d.c:1716:16: style: The scope of the variable 'ptold' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plot3d.c:1716:53: style: The scope of the variable 'newhi' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plot3d.c:1716:60: style: The scope of the variable 'change' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plot3d.c:1927:14: style: The scope of the variable 'ptold' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plot3d.c:1927:47: style: The scope of the variable 'newlo' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plot3d.c:1927:54: style: The scope of the variable 'change' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plot3d.c:2328:44: style: The scope of the variable 'b' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plot3d.c:2329:16: style: The scope of the variable 'fb' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plot3d.c:1087:6: error: Common realloc mistake: 'uu' nulled but not freed upon failure [memleakOnRealloc]
EMBOSS-6.6.0/plplot/plot3d.c:1088:6: error: Common realloc mistake: 'vv' nulled but not freed upon failure [memleakOnRealloc]
EMBOSS-6.6.0/plplot/plot3d.c:1682:7: error: Common realloc mistake: 'newhiview' nulled but not freed upon failure [memleakOnRealloc]
EMBOSS-6.6.0/plplot/plot3d.c:1973:7: error: Common realloc mistake: 'newloview' nulled but not freed upon failure [memleakOnRealloc]
EMBOSS-6.6.0/plplot/plpage.c:137:58: style: The scope of the variable 'theta' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plpage.c:137:65: style: The scope of the variable 'rat' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plpage.c:241:27: style: Function 'plGetCursor' argument 1 names different: declaration 'gin' definition 'plg'. [funcArgNamesDifferent]
EMBOSS-6.6.0/plplot/plplot.h:1742:27: note: Function 'plGetCursor' argument 1 names different: declaration 'gin' definition 'plg'.
EMBOSS-6.6.0/plplot/plpage.c:241:27: note: Function 'plGetCursor' argument 1 names different: declaration 'gin' definition 'plg'.
EMBOSS-6.6.0/plplot/plpage.c:256:33: style: Function 'plTranslateCursor' argument 1 names different: declaration 'gin' definition 'plg'. [funcArgNamesDifferent]
EMBOSS-6.6.0/plplot/plplot.h:1747:33: note: Function 'plTranslateCursor' argument 1 names different: declaration 'gin' definition 'plg'.
EMBOSS-6.6.0/plplot/plpage.c:256:33: note: Function 'plTranslateCursor' argument 1 names different: declaration 'gin' definition 'plg'.
EMBOSS-6.6.0/plplot/plshade.c:217:10: style: The scope of the variable 'shade_min' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plshade.c:217:21: style: The scope of the variable 'shade_max' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plshade.c:217:32: style: The scope of the variable 'shade_color' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plshade.c:218:13: style: The scope of the variable 'init_color' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plshade.c:218:25: style: The scope of the variable 'init_width' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plshade.c:1154:15: style: The scope of the variable 'ii' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plshade.c:285:24: style: Function 'c_plshade' argument 5 names different: declaration 'left' definition 'xmin'. [funcArgNamesDifferent]
EMBOSS-6.6.0/plplot/plplot.h:1299:10: note: Function 'c_plshade' argument 5 names different: declaration 'left' definition 'xmin'.
EMBOSS-6.6.0/plplot/plshade.c:285:24: note: Function 'c_plshade' argument 5 names different: declaration 'left' definition 'xmin'.
EMBOSS-6.6.0/plplot/plshade.c:285:36: style: Function 'c_plshade' argument 6 names different: declaration 'right' definition 'xmax'. [funcArgNamesDifferent]
EMBOSS-6.6.0/plplot/plplot.h:1299:22: note: Function 'c_plshade' argument 6 names different: declaration 'right' definition 'xmax'.
EMBOSS-6.6.0/plplot/plshade.c:285:36: note: Function 'c_plshade' argument 6 names different: declaration 'right' definition 'xmax'.
EMBOSS-6.6.0/plplot/plshade.c:285:48: style: Function 'c_plshade' argument 7 names different: declaration 'bottom' definition 'ymin'. [funcArgNamesDifferent]
EMBOSS-6.6.0/plplot/plplot.h:1299:35: note: Function 'c_plshade' argument 7 names different: declaration 'bottom' definition 'ymin'.
EMBOSS-6.6.0/plplot/plshade.c:285:48: note: Function 'c_plshade' argument 7 names different: declaration 'bottom' definition 'ymin'.
EMBOSS-6.6.0/plplot/plshade.c:285:60: style: Function 'c_plshade' argument 8 names different: declaration 'top' definition 'ymax'. [funcArgNamesDifferent]
EMBOSS-6.6.0/plplot/plplot.h:1299:49: note: Function 'c_plshade' argument 8 names different: declaration 'top' definition 'ymax'.
EMBOSS-6.6.0/plplot/plshade.c:285:60: note: Function 'c_plshade' argument 8 names different: declaration 'top' definition 'ymax'.
EMBOSS-6.6.0/plplot/plshade.c:319:24: style: Function 'c_plshade1' argument 5 names different: declaration 'left' definition 'xmin'. [funcArgNamesDifferent]
EMBOSS-6.6.0/plplot/plplot.h:1310:9: note: Function 'c_plshade1' argument 5 names different: declaration 'left' definition 'xmin'.
EMBOSS-6.6.0/plplot/plshade.c:319:24: note: Function 'c_plshade1' argument 5 names different: declaration 'left' definition 'xmin'.
EMBOSS-6.6.0/plplot/plshade.c:319:36: style: Function 'c_plshade1' argument 6 names different: declaration 'right' definition 'xmax'. [funcArgNamesDifferent]
EMBOSS-6.6.0/plplot/plplot.h:1310:21: note: Function 'c_plshade1' argument 6 names different: declaration 'right' definition 'xmax'.
EMBOSS-6.6.0/plplot/plshade.c:319:36: note: Function 'c_plshade1' argument 6 names different: declaration 'right' definition 'xmax'.
EMBOSS-6.6.0/plplot/plshade.c:319:48: style: Function 'c_plshade1' argument 7 names different: declaration 'bottom' definition 'ymin'. [funcArgNamesDifferent]
EMBOSS-6.6.0/plplot/plplot.h:1310:34: note: Function 'c_plshade1' argument 7 names different: declaration 'bottom' definition 'ymin'.
EMBOSS-6.6.0/plplot/plshade.c:319:48: note: Function 'c_plshade1' argument 7 names different: declaration 'bottom' definition 'ymin'.
EMBOSS-6.6.0/plplot/plshade.c:319:60: style: Function 'c_plshade1' argument 8 names different: declaration 'top' definition 'ymax'. [funcArgNamesDifferent]
EMBOSS-6.6.0/plplot/plplot.h:1310:48: note: Function 'c_plshade1' argument 8 names different: declaration 'top' definition 'ymax'.
EMBOSS-6.6.0/plplot/plshade.c:319:60: note: Function 'c_plshade1' argument 8 names different: declaration 'top' definition 'ymax'.
EMBOSS-6.6.0/plplot/plshade.c:357:9: style: Function 'plfshade' argument 7 names different: declaration 'left' definition 'xmin'. [funcArgNamesDifferent]
EMBOSS-6.6.0/plplot/plplot.h:1334:9: note: Function 'plfshade' argument 7 names different: declaration 'left' definition 'xmin'.
EMBOSS-6.6.0/plplot/plshade.c:357:9: note: Function 'plfshade' argument 7 names different: declaration 'left' definition 'xmin'.
EMBOSS-6.6.0/plplot/plshade.c:357:21: style: Function 'plfshade' argument 8 names different: declaration 'right' definition 'xmax'. [funcArgNamesDifferent]
EMBOSS-6.6.0/plplot/plplot.h:1334:21: note: Function 'plfshade' argument 8 names different: declaration 'right' definition 'xmax'.
EMBOSS-6.6.0/plplot/plshade.c:357:21: note: Function 'plfshade' argument 8 names different: declaration 'right' definition 'xmax'.
EMBOSS-6.6.0/plplot/plshade.c:357:33: style: Function 'plfshade' argument 9 names different: declaration 'bottom' definition 'ymin'. [funcArgNamesDifferent]
EMBOSS-6.6.0/plplot/plplot.h:1334:34: note: Function 'plfshade' argument 9 names different: declaration 'bottom' definition 'ymin'.
EMBOSS-6.6.0/plplot/plshade.c:357:33: note: Function 'plfshade' argument 9 names different: declaration 'bottom' definition 'ymin'.
EMBOSS-6.6.0/plplot/plshade.c:357:45: style: Function 'plfshade' argument 10 names different: declaration 'top' definition 'ymax'. [funcArgNamesDifferent]
EMBOSS-6.6.0/plplot/plplot.h:1334:48: note: Function 'plfshade' argument 10 names different: declaration 'top' definition 'ymax'.
EMBOSS-6.6.0/plplot/plshade.c:357:45: note: Function 'plfshade' argument 10 names different: declaration 'top' definition 'ymax'.
EMBOSS-6.6.0/plplot/plstdio.c:49:22: style: Variable 'iw' is assigned a value that is never used. [unreadVariable]
EMBOSS-6.6.0/plplot/plstdio.c:83:22: style: Variable 'ir' is assigned a value that is never used. [unreadVariable]
EMBOSS-6.6.0/plplot/plstripc.c:228:9: style: The scope of the variable 'j' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plstripc.c:228:20: style: The scope of the variable 'istart' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plstripc.c:147:37: style: Function 'plstrip_legend' argument 1 names different: declaration 'strip' definition 'mystripc'. [funcArgNamesDifferent]
EMBOSS-6.6.0/plplot/plstripc.c:58:25: note: Function 'plstrip_legend' argument 1 names different: declaration 'strip' definition 'mystripc'.
EMBOSS-6.6.0/plplot/plstripc.c:147:37: note: Function 'plstrip_legend' argument 1 names different: declaration 'strip' definition 'mystripc'.
EMBOSS-6.6.0/plplot/plstripc.c:147:51: style: Function 'plstrip_legend' argument 2 names different: declaration 'flag' definition 'first'. [funcArgNamesDifferent]
EMBOSS-6.6.0/plplot/plstripc.c:58:36: note: Function 'plstrip_legend' argument 2 names different: declaration 'flag' definition 'first'.
EMBOSS-6.6.0/plplot/plstripc.c:147:51: note: Function 'plstrip_legend' argument 2 names different: declaration 'flag' definition 'first'.
EMBOSS-6.6.0/plplot/plstripc.c:181:35: style: Function 'plstrip_gen' argument 1 names different: declaration 'strip' definition 'mystrip'. [funcArgNamesDifferent]
EMBOSS-6.6.0/plplot/plstripc.c:53:22: note: Function 'plstrip_gen' argument 1 names different: declaration 'strip' definition 'mystrip'.
EMBOSS-6.6.0/plplot/plstripc.c:181:35: note: Function 'plstrip_gen' argument 1 names different: declaration 'strip' definition 'mystrip'.
EMBOSS-6.6.0/plplot/plstripc.c:226:34: style: Function 'c_plstripa' argument 2 names different: declaration 'pen' definition 'p'. [funcArgNamesDifferent]
EMBOSS-6.6.0/plplot/plplot.h:1402:28: note: Function 'c_plstripa' argument 2 names different: declaration 'pen' definition 'p'.
EMBOSS-6.6.0/plplot/plstripc.c:226:34: note: Function 'c_plstripa' argument 2 names different: declaration 'pen' definition 'p'.
EMBOSS-6.6.0/plplot/plsym.c:121:14: style: The scope of the variable 'sym' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plsym.c:155:14: style: The scope of the variable 'sym' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plsym.c:224:5: style: The scope of the variable 'idx' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plsym.c:225:11: style: The scope of the variable 'unicode_char' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plsym.c:307:11: style: The scope of the variable 'cx' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plsym.c:307:15: style: The scope of the variable 'cy' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plsym.c:614:11: style: The scope of the variable 'ch' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plsym.c:666:40: style: The scope of the variable 'cx' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plsym.c:666:44: style: The scope of the variable 'cy' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plsym.c:759:11: style: The scope of the variable 'ch' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plsym.c:856:11: style: The scope of the variable 'ch' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plsym.c:857:10: style: The scope of the variable 'test' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plsym.c:1167:18: style: The scope of the variable 'jmid' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plsym.c:1209:18: style: The scope of the variable 'jmid' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plsym.c:542:16: style: Function 'c_plptex' argument 1 names different: declaration 'x' definition 'wx'. [funcArgNamesDifferent]
EMBOSS-6.6.0/plplot/plplot.h:1166:16: note: Function 'c_plptex' argument 1 names different: declaration 'x' definition 'wx'.
EMBOSS-6.6.0/plplot/plsym.c:542:16: note: Function 'c_plptex' argument 1 names different: declaration 'x' definition 'wx'.
EMBOSS-6.6.0/plplot/plsym.c:542:26: style: Function 'c_plptex' argument 2 names different: declaration 'y' definition 'wy'. [funcArgNamesDifferent]
EMBOSS-6.6.0/plplot/plplot.h:1166:25: note: Function 'c_plptex' argument 2 names different: declaration 'y' definition 'wy'.
EMBOSS-6.6.0/plplot/plsym.c:542:26: note: Function 'c_plptex' argument 2 names different: declaration 'y' definition 'wy'.
EMBOSS-6.6.0/plplot/plsym.c:662:21: style: Function 'plchar' argument 1 names different: declaration 'xygrid' definition 'vxygrid'. [funcArgNamesDifferent]
EMBOSS-6.6.0/plplot/plsym.c:66:21: note: Function 'plchar' argument 1 names different: declaration 'xygrid' definition 'vxygrid'.
EMBOSS-6.6.0/plplot/plsym.c:662:21: note: Function 'plchar' argument 1 names different: declaration 'xygrid' definition 'vxygrid'.
EMBOSS-6.6.0/plplot/plsym.c:854:20: style: Function 'pldeco' argument 1 names different: declaration 'sym' definition 'symbol'. [funcArgNamesDifferent]
EMBOSS-6.6.0/plplot/plsym.c:63:20: note: Function 'pldeco' argument 1 names different: declaration 'sym' definition 'symbol'.
EMBOSS-6.6.0/plplot/plsym.c:854:20: note: Function 'pldeco' argument 1 names different: declaration 'sym' definition 'symbol'.
EMBOSS-6.6.0/plplot/plsym.c:233:52: warning: Either the condition 'idx==-1' is redundant, otherwise there is negative array index -1. [negativeIndex]
EMBOSS-6.6.0/plplot/plsym.c:242:34: note: Assuming that condition 'idx==-1' is not redundant
EMBOSS-6.6.0/plplot/plsym.c:233:52: note: Negative array index
EMBOSS-6.6.0/plplot/plvect.c:107:16: style: Same expression on both sides of '&&'. [duplicateExpression]
EMBOSS-6.6.0/plplot/plvect.c:65:11: style: The scope of the variable 'uu' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plvect.c:65:15: style: The scope of the variable 'vv' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plvect.c:69:11: style: The scope of the variable 'max_u' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plvect.c:69:18: style: The scope of the variable 'max_v' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plvect.c:70:12: style: The scope of the variable 't' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plvect.c:217:17: style: The scope of the variable 'ii1' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plvect.c:217:22: style: The scope of the variable 'jj1' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plvect.c:219:11: style: The scope of the variable 'lscale' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plvect.c:219:19: style: The scope of the variable 'dx' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plvect.c:219:23: style: The scope of the variable 'dy' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plvect.c:219:27: style: The scope of the variable 'dxmin' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plvect.c:219:34: style: The scope of the variable 'dymin' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plvect.c:219:41: style: The scope of the variable 'umax' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plvect.c:219:47: style: The scope of the variable 'vmax' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/plvect.c:212:22: style: Function 'plfvect' argument 1 names different: declaration 'plf2eval' definition 'myplf2eval'. [funcArgNamesDifferent]
EMBOSS-6.6.0/plplot/plplotP.h:963:17: note: Function 'plfvect' argument 1 names different: declaration 'plf2eval' definition 'myplf2eval'.
EMBOSS-6.6.0/plplot/plvect.c:212:22: note: Function 'plfvect' argument 1 names different: declaration 'plf2eval' definition 'myplf2eval'.
EMBOSS-6.6.0/plplot/plvect.c:213:13: style: Function 'plfvect' argument 2 names different: declaration 'f2evalv_data' definition 'f2eval_data1'. [funcArgNamesDifferent]
EMBOSS-6.6.0/plplot/plplotP.h:964:13: note: Function 'plfvect' argument 2 names different: declaration 'f2evalv_data' definition 'f2eval_data1'.
EMBOSS-6.6.0/plplot/plvect.c:213:13: note: Function 'plfvect' argument 2 names different: declaration 'f2evalv_data' definition 'f2eval_data1'.
EMBOSS-6.6.0/plplot/plvect.c:213:37: style: Function 'plfvect' argument 3 names different: declaration 'f2evalc_data' definition 'f2eval_data2'. [funcArgNamesDifferent]
EMBOSS-6.6.0/plplot/plplotP.h:964:37: note: Function 'plfvect' argument 3 names different: declaration 'f2evalc_data' definition 'f2eval_data2'.
EMBOSS-6.6.0/plplot/plvect.c:213:37: note: Function 'plfvect' argument 3 names different: declaration 'f2evalc_data' definition 'f2eval_data2'.
EMBOSS-6.6.0/plplot/ps.c:484:8: style: The scope of the variable 'r' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/ps.c:484:11: style: The scope of the variable 'g' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/ps.c:484:14: style: The scope of the variable 'b' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/ps.c:715:9: style: The scope of the variable 'theta' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/ps.c:716:9: style: The scope of the variable 'ft_ht' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/ps.c:716:16: style: The scope of the variable 'offset' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/ps.c:717:9: style: The scope of the variable 'cs' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/ps.c:717:12: style: The scope of the variable 'sn' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/ps.c:717:15: style: The scope of the variable 'l1' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/ps.c:717:18: style: The scope of the variable 'l2' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/ps.c:719:15: style: The scope of the variable 'font' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/ps.c:724:18: style: The scope of the variable 'strp' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/ps.c:724:54: style: The scope of the variable 'cur_strp' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/ps.c:730:21: style: The scope of the variable 'up' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/ps.c:732:7: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/ps.c:1068:18: style: The scope of the variable 'jmid' can be reduced. [variableScope]
EMBOSS-6.6.0/plplot/ps.c:1064:34: style: Function 'plunicode2type1' argument 1 names different: declaration 'index' definition 'myindex'. [funcArgNamesDifferent]
EMBOSS-6.6.0/plplot/ps.c:80:34: note: Function 'plunicode2type1' argument 1 names different: declaration 'index' definition 'myindex'.
EMBOSS-6.6.0/plplot/ps.c:1064:34: note: Function 'plunicode2type1' argument 1 names different: declaration 'index' definition 'myindex'.
EMBOSS-6.6.0/plplot/ps.c:1066:14: style: Function 'plunicode2type1' argument 3 names different: declaration 'number_of_entries' definition 'nlookup'. [funcArgNamesDifferent]
EMBOSS-6.6.0/plplot/ps.c:82:14: note: Function 'plunicode2type1' argument 3 names different: declaration 'number_of_entries' definition 'nlookup'.
EMBOSS-6.6.0/plplot/ps.c:1066:14: note: Function 'plunicode2type1' argument 3 names different: declaration 'number_of_entries' definition 'nlookup'.
EMBOSS-6.6.0/plplot/tek.c:680:9: style: The scope of the variable 'i' can be reduced. [variableScope]
EMBOSS-6.6.0/scripts/bundlewin.c:906:5: performance: Buffer 'command' is being written before its old content has been used. [redundantCopy]
EMBOSS-6.6.0/scripts/bundlewin.c:898:5: note: Buffer 'command' is being written before its old content has been used.
EMBOSS-6.6.0/scripts/bundlewin.c:906:5: note: Buffer 'command' is being written before its old content has been used.
EMBOSS-6.6.0/scripts/bundlewin.c:250:15: style: The scope of the variable 'tptr' can be reduced. [variableScope]
EMBOSS-6.6.0/scripts/bundlewin.c:1788:18: style: The scope of the variable 'def' can be reduced. [variableScope]
EMBOSS-6.6.0/scripts/bundlewin.c:1789:18: style: The scope of the variable 'def2' can be reduced. [variableScope]
EMBOSS-6.6.0/scripts/bundlewin.c:1790:18: style: The scope of the variable 'def3' can be reduced. [variableScope]
EMBOSS-6.6.0/scripts/bundlewin.c:2126:10: style: The scope of the variable 'c' can be reduced. [variableScope]
EMBOSS-6.6.0/scripts/bundlewin.c:2601:11: style: The scope of the variable 'p' can be reduced. [variableScope]
EMBOSS-6.6.0/scripts/bundlewin.c:2847:11: style: The scope of the variable 'p' can be reduced. [variableScope]
EMBOSS-6.6.0/scripts/bundlewin.c:2935:11: style: The scope of the variable 'inf' can be reduced. [variableScope]
EMBOSS-6.6.0/scripts/bundlewin.c:2936:11: style: The scope of the variable 'outf' can be reduced. [variableScope]
EMBOSS-6.6.0/scripts/bundlewin.c:2940:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
EMBOSS-6.6.0/scripts/bundlewin.c:396:32: style: Function 'copy_nucleus' argument 1 names different: declaration 'path' definition 'basedir'. [funcArgNamesDifferent]
EMBOSS-6.6.0/scripts/bundlewin.c:199:32: note: Function 'copy_nucleus' argument 1 names different: declaration 'path' definition 'basedir'.
EMBOSS-6.6.0/scripts/bundlewin.c:396:32: note: Function 'copy_nucleus' argument 1 names different: declaration 'path' definition 'basedir'.
EMBOSS-6.6.0/scripts/bundlewin.c:433:29: style: Function 'copy_ajax' argument 1 names different: declaration 'path' definition 'basedir'. [funcArgNamesDifferent]
EMBOSS-6.6.0/scripts/bundlewin.c:198:29: note: Function 'copy_ajax' argument 1 names different: declaration 'path' definition 'basedir'.
EMBOSS-6.6.0/scripts/bundlewin.c:433:29: note: Function 'copy_ajax' argument 1 names different: declaration 'path' definition 'basedir'.
EMBOSS-6.6.0/scripts/bundlewin.c:2261:48: style: Function 'write_genajaxexport' argument 2 names different: declaration 'basedir' definition 'newbasedir'. [funcArgNamesDifferent]
EMBOSS-6.6.0/scripts/bundlewin.c:219:48: note: Function 'write_genajaxexport' argument 2 names different: declaration 'basedir' definition 'newbasedir'.
EMBOSS-6.6.0/scripts/bundlewin.c:2261:48: note: Function 'write_genajaxexport' argument 2 names different: declaration 'basedir' definition 'newbasedir'.
EMBOSS-6.6.0/scripts/bundlewin.c:2841:34: style: Function 'write_solution' argument 1 names different: declaration 'basedir' definition 'newbasedir'. [funcArgNamesDifferent]
EMBOSS-6.6.0/scripts/bundlewin.c:227:34: note: Function 'write_solution' argument 1 names different: declaration 'basedir' definition 'newbasedir'.
EMBOSS-6.6.0/scripts/bundlewin.c:2841:34: note: Function 'write_solution' argument 1 names different: declaration 'basedir' definition 'newbasedir'.
EMBOSS-6.6.0/scripts/bundlewin.c:3088:44: style: Function 'make_ajax_header_exports' argument 1 names different: declaration 'newbasedir' definition 'basedir'. [funcArgNamesDifferent]
EMBOSS-6.6.0/scripts/bundlewin.c:215:44: note: Function 'make_ajax_header_exports' argument 1 names different: declaration 'newbasedir' definition 'basedir'.
EMBOSS-6.6.0/scripts/bundlewin.c:3088:44: note: Function 'make_ajax_header_exports' argument 1 names different: declaration 'newbasedir' definition 'basedir'.
EMBOSS-6.6.0/scripts/bundlewin.c:260:17: error: Buffer overrun possible for long command line arguments. [insecureCmdLineArgs]
EMBOSS-6.6.0/scripts/bundlewin.c:271:20: error: Buffer overrun possible for long command line arguments. [insecureCmdLineArgs]
EMBOSS-6.6.0/scripts/bundlewin.c:390:0: error: Memory leak: uids [memleak]
EMBOSS-6.6.0/scripts/bundlewin.c:390:0: error: Memory leak: prognames [memleak]
EMBOSS-6.6.0/scripts/compembassy.c:63:5: style: Variable 'dirp' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/scripts/compembassy.c:54:0: note: Variable 'dirp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/scripts/compembassy.c:63:5: note: Variable 'dirp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/scripts/compembassy.c:137:5: style: Variable 'dirp' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/scripts/compembassy.c:129:0: note: Variable 'dirp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/scripts/compembassy.c:137:5: note: Variable 'dirp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/scripts/compembassy.c:217:9: style: The scope of the variable 'ndirs' can be reduced. [variableScope]
EMBOSS-6.6.0/scripts/compembassy.c:223:9: style: The scope of the variable 'len' can be reduced. [variableScope]
EMBOSS-6.6.0/scripts/makeam.c:231:9: style: The scope of the variable 'len' can be reduced. [variableScope]
EMBOSS-6.6.0/scripts/mkembassy.c:70:5: style: Variable 'dirp' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/scripts/mkembassy.c:62:0: note: Variable 'dirp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/scripts/mkembassy.c:70:5: note: Variable 'dirp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/scripts/mkembassy.c:152:9: style: The scope of the variable 'j' can be reduced. [variableScope]
EMBOSS-6.6.0/scripts/winchkexes.c:75:5: style: Variable 'inf' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/scripts/winchkexes.c:66:0: note: Variable 'inf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/scripts/winchkexes.c:75:5: note: Variable 'inf' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/scripts/winchkexes.c:172:5: style: Variable 'dirp' is reassigned a value before the old one has been used. [redundantAssignment]
EMBOSS-6.6.0/scripts/winchkexes.c:164:0: note: Variable 'dirp' is reassigned a value before the old one has been used.
EMBOSS-6.6.0/scripts/winchkexes.c:172:5: note: Variable 'dirp' is reassigned a value before the old one has been used.
[17:41]

ftp://ftp.se.debian.org/debian/pool/main/e/emboss-explorer/emboss-explorer_2.2.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/embryo/embryo_1.2.0.orig.tar.gz
embryo-1.2.0/src/bin/embryo_cc_sc1.c:654:24: style: The scope of the variable 'len' can be reduced. [variableScope]
embryo-1.2.0/src/bin/embryo_cc_sc1.c:786:24: style: The scope of the variable 'tok' can be reduced. [variableScope]
embryo-1.2.0/src/bin/embryo_cc_sc1.c:900:24: style: The scope of the variable 'j' can be reduced. [variableScope]
embryo-1.2.0/src/bin/embryo_cc_sc1.c:964:24: style: The scope of the variable 'name' can be reduced. [variableScope]
embryo-1.2.0/src/bin/embryo_cc_sc1.c:999:24: style: The scope of the variable 'ident' can be reduced. [variableScope]
embryo-1.2.0/src/bin/embryo_cc_sc1.c:999:36: style: The scope of the variable 'ispublic' can be reduced. [variableScope]
embryo-1.2.0/src/bin/embryo_cc_sc1.c:1002:35: style: The scope of the variable 'cidx' can be reduced. [variableScope]
embryo-1.2.0/src/bin/embryo_cc_sc1.c:1005:24: style: The scope of the variable 'numdim' can be reduced. [variableScope]
embryo-1.2.0/src/bin/embryo_cc_sc1.c:1007:24: style: The scope of the variable 'sym' can be reduced. [variableScope]
embryo-1.2.0/src/bin/embryo_cc_sc1.c:1149:31: style: The scope of the variable 'tag' can be reduced. [variableScope]
embryo-1.2.0/src/bin/embryo_cc_sc1.c:1158:24: style: The scope of the variable 'numdim' can be reduced. [variableScope]
embryo-1.2.0/src/bin/embryo_cc_sc1.c:1380:33: style: The scope of the variable 'dsize' can be reduced. [variableScope]
embryo-1.2.0/src/bin/embryo_cc_sc1.c:1577:24: style: The scope of the variable 'tok' can be reduced. [variableScope]
embryo-1.2.0/src/bin/embryo_cc_sc1.c:2163:32: style: The scope of the variable 'tok' can be reduced. [variableScope]
embryo-1.2.0/src/bin/embryo_cc_sc1.c:2335:32: style: The scope of the variable 'level' can be reduced. [variableScope]
embryo-1.2.0/src/bin/embryo_cc_sc1.c:2403:43: style: The scope of the variable 'tok' can be reduced. [variableScope]
embryo-1.2.0/src/bin/embryo_cc_sc1.c:2403:48: style: The scope of the variable 'tags' can be reduced. [variableScope]
embryo-1.2.0/src/bin/embryo_cc_sc1.c:2406:24: style: The scope of the variable 'name' can be reduced. [variableScope]
embryo-1.2.0/src/bin/embryo_cc_sc1.c:2961:27: style: The scope of the variable 'elements' can be reduced. [variableScope]
embryo-1.2.0/src/bin/embryo_cc_sc1.c:3329:41: style: The scope of the variable 'ident' can be reduced. [variableScope]
embryo-1.2.0/src/bin/embryo_cc_sc1.c:3478:31: style: The scope of the variable 'flab2' can be reduced. [variableScope]
embryo-1.2.0/src/bin/embryo_cc_sc1.c:3810:24: style: The scope of the variable 'flab1' can be reduced. [variableScope]
embryo-1.2.0/src/bin/embryo_cc_sc1.c:3845:24: style: The scope of the variable 'sym' can be reduced. [variableScope]
embryo-1.2.0/src/bin/embryo_cc_sc1.c:212:33: style: Function 'sc_writeasm' argument 2 names different: declaration 'str' definition 'st'. [funcArgNamesDifferent]
embryo-1.2.0/src/bin/embryo_cc_sc.h:426:56: note: Function 'sc_writeasm' argument 2 names different: declaration 'str' definition 'st'.
embryo-1.2.0/src/bin/embryo_cc_sc1.c:212:33: note: Function 'sc_writeasm' argument 2 names different: declaration 'str' definition 'st'.
embryo-1.2.0/src/bin/embryo_cc_sc1.c:1538:16: style: Function 'decl_const' argument 1 names different: declaration 'table' definition 'vclass'. [funcArgNamesDifferent]
embryo-1.2.0/src/bin/embryo_cc_sc1.c:68:36: note: Function 'decl_const' argument 1 names different: declaration 'table' definition 'vclass'.
embryo-1.2.0/src/bin/embryo_cc_sc1.c:1538:16: note: Function 'decl_const' argument 1 names different: declaration 'table' definition 'vclass'.
embryo-1.2.0/src/bin/embryo_cc_sc1.c:1572:15: style: Function 'decl_enum' argument 1 names different: declaration 'table' definition 'vclass'. [funcArgNamesDifferent]
embryo-1.2.0/src/bin/embryo_cc_sc1.c:69:35: note: Function 'decl_enum' argument 1 names different: declaration 'table' definition 'vclass'.
embryo-1.2.0/src/bin/embryo_cc_sc1.c:1572:15: note: Function 'decl_enum' argument 1 names different: declaration 'table' definition 'vclass'.
embryo-1.2.0/src/bin/embryo_cc_sc1.c:3481:15: style: Variable 'ifindent' is assigned a value that is never used. [unreadVariable]
embryo-1.2.0/src/bin/embryo_cc_sc1.c:664:23: error: Uninitialized variable: path [uninitvar]
embryo-1.2.0/src/bin/embryo_cc_sc1.c:665:25: error: Uninitialized variable: path [uninitvar]
embryo-1.2.0/src/bin/embryo_cc_sc2.c:946:27: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR != '\0'' is always true. [redundantCondition]
embryo-1.2.0/src/bin/embryo_cc_sc2.c:1249:22: style: Redundant condition: If 'EXPR > ' '', the comparison 'EXPR != '\0'' is always true. [redundantCondition]
embryo-1.2.0/src/bin/embryo_cc_sc2.c:137:24: style: The scope of the variable 'i' can be reduced. [variableScope]
embryo-1.2.0/src/bin/embryo_cc_sc2.c:138:24: style: The scope of the variable 'ptr' can be reduced. [variableScope]
embryo-1.2.0/src/bin/embryo_cc_sc2.c:1103:30: style: The scope of the variable 'sym' can be reduced. [variableScope]
embryo-1.2.0/src/bin/embryo_cc_sc2.c:1654:24: style: The scope of the variable 'prefixlen' can be reduced. [variableScope]
embryo-1.2.0/src/bin/embryo_cc_sc2.c:1655:24: style: The scope of the variable 'subst' can be reduced. [variableScope]
embryo-1.2.0/src/bin/embryo_cc_sc2.c:2163:24: style: The scope of the variable 's1' can be reduced. [variableScope]
embryo-1.2.0/src/bin/embryo_cc_sc2.c:2163:32: style: The scope of the variable 's2' can be reduced. [variableScope]
embryo-1.2.0/src/bin/embryo_cc_sc2.c:2391:24: style: The scope of the variable 'arg' can be reduced. [variableScope]
embryo-1.2.0/src/bin/embryo_cc_sc2.c:2703:24: style: The scope of the variable 'level' can be reduced. [variableScope]
embryo-1.2.0/src/bin/embryo_cc_sc2.c:2440:46: style: Function 'delete_symbols' argument 3 names different: declaration 'del_labels' definition 'delete_labels'. [funcArgNamesDifferent]
embryo-1.2.0/src/bin/embryo_cc_sc.h:465:58: note: Function 'delete_symbols' argument 3 names different: declaration 'del_labels' definition 'delete_labels'.
embryo-1.2.0/src/bin/embryo_cc_sc2.c:2440:46: note: Function 'delete_symbols' argument 3 names different: declaration 'del_labels' definition 'delete_labels'.
embryo-1.2.0/src/bin/embryo_cc_sc2.c:2706:37: warning: Assert statement modifies 'sym'. [assignmentInAssert]
embryo-1.2.0/src/bin/embryo_cc_sc3.c:1264:29: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
embryo-1.2.0/src/bin/embryo_cc_sc3.c:643:5: style: Variable 'lvaltmp' is reassigned a value before the old one has been used. [redundantAssignment]
embryo-1.2.0/src/bin/embryo_cc_sc3.c:634:0: note: Variable 'lvaltmp' is reassigned a value before the old one has been used.
embryo-1.2.0/src/bin/embryo_cc_sc3.c:643:5: note: Variable 'lvaltmp' is reassigned a value before the old one has been used.
embryo-1.2.0/src/bin/embryo_cc_sc3.c:129:24: style: The scope of the variable 'binoperstr' can be reduced. [variableScope]
embryo-1.2.0/src/bin/embryo_cc_sc3.c:137:24: style: The scope of the variable 'unoperstr' can be reduced. [variableScope]
embryo-1.2.0/src/bin/embryo_cc_sc3.c:138:26: style: The scope of the variable 'unopers' can be reduced. [variableScope]
embryo-1.2.0/src/bin/embryo_cc_sc3.c:390:24: style: The scope of the variable 'lvalue' can be reduced. [variableScope]
embryo-1.2.0/src/bin/embryo_cc_sc3.c:832:29: style: The scope of the variable 'level' can be reduced. [variableScope]
embryo-1.2.0/src/bin/embryo_cc_sc3.c:1067:32: style: The scope of the variable 'flab1' can be reduced. [variableScope]
embryo-1.2.0/src/bin/embryo_cc_sc3.c:1067:39: style: The scope of the variable 'flab2' can be reduced. [variableScope]
embryo-1.2.0/src/bin/embryo_cc_sc3.c:1069:24: style: The scope of the variable 'array1' can be reduced. [variableScope]
embryo-1.2.0/src/bin/embryo_cc_sc3.c:1069:32: style: The scope of the variable 'array2' can be reduced. [variableScope]
embryo-1.2.0/src/bin/embryo_cc_sc3.c:1205:24: style: The scope of the variable 'saveresult' can be reduced. [variableScope]
embryo-1.2.0/src/bin/embryo_cc_sc3.c:1692:24: style: The scope of the variable 'lvalue' can be reduced. [variableScope]
embryo-1.2.0/src/bin/embryo_cc_sc3.c:1897:24: style: The scope of the variable 'close' can be reduced. [variableScope]
embryo-1.2.0/src/bin/embryo_cc_sc3.c:1897:31: style: The scope of the variable 'lvalue' can be reduced. [variableScope]
embryo-1.2.0/src/bin/embryo_cc_sc3.c:1902:24: style: The scope of the variable 'namedparams' can be reduced. [variableScope]
embryo-1.2.0/src/bin/embryo_cc_sc3.c:2193:25: style: The scope of the variable 'level' can be reduced. [variableScope]
embryo-1.2.0/src/bin/embryo_cc_sc3.c:845:7: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
embryo-1.2.0/src/bin/embryo_cc_sc4.c:183:14: style: Function 'setlabel' argument 1 names different: declaration 'index' definition 'number'. [funcArgNamesDifferent]
embryo-1.2.0/src/bin/embryo_cc_sc.h:498:26: note: Function 'setlabel' argument 1 names different: declaration 'index' definition 'number'.
embryo-1.2.0/src/bin/embryo_cc_sc4.c:183:14: note: Function 'setlabel' argument 1 names different: declaration 'index' definition 'number'.
embryo-1.2.0/src/bin/embryo_cc_sc4.c:219:23: style: Function 'startfunc' argument 1 names different: declaration 'fname' definition '__UNUSED__'. [funcArgNamesDifferent]
embryo-1.2.0/src/bin/embryo_cc_sc.h:500:29: note: Function 'startfunc' argument 1 names different: declaration 'fname' definition '__UNUSED__'.
embryo-1.2.0/src/bin/embryo_cc_sc4.c:219:23: note: Function 'startfunc' argument 1 names different: declaration 'fname' definition '__UNUSED__'.
embryo-1.2.0/src/bin/embryo_cc_sc4.c:368:18: style: Function 'address' argument 1 names different: declaration 'ptr' definition 'sym'. [funcArgNamesDifferent]
embryo-1.2.0/src/bin/embryo_cc_sc.h:507:30: note: Function 'address' argument 1 names different: declaration 'ptr' definition 'sym'.
embryo-1.2.0/src/bin/embryo_cc_sc4.c:368:18: note: Function 'address' argument 1 names different: declaration 'ptr' definition 'sym'.
embryo-1.2.0/src/bin/embryo_cc_sc4.c:484:41: style: Function 'fillarray' argument 3 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent]
embryo-1.2.0/src/bin/embryo_cc_sc.h:511:53: note: Function 'fillarray' argument 3 names different: declaration 'value' definition 'val'.
embryo-1.2.0/src/bin/embryo_cc_sc4.c:484:41: note: Function 'fillarray' argument 3 names different: declaration 'value' definition 'val'.
embryo-1.2.0/src/bin/embryo_cc_sc4.c:640:13: style: Function 'ffcase' argument 1 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent]
embryo-1.2.0/src/bin/embryo_cc_sc.h:522:25: note: Function 'ffcase' argument 1 names different: declaration 'value' definition 'val'.
embryo-1.2.0/src/bin/embryo_cc_sc4.c:640:13: note: Function 'ffcase' argument 1 names different: declaration 'value' definition 'val'.
embryo-1.2.0/src/bin/embryo_cc_sc4.c:752:13: style: Function 'setstk' argument 1 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent]
embryo-1.2.0/src/bin/embryo_cc_sc.h:530:25: note: Function 'setstk' argument 1 names different: declaration 'value' definition 'val'.
embryo-1.2.0/src/bin/embryo_cc_sc4.c:752:13: note: Function 'setstk' argument 1 names different: declaration 'value' definition 'val'.
embryo-1.2.0/src/bin/embryo_cc_sc4.c:792:14: style: Function 'setheap' argument 1 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent]
embryo-1.2.0/src/bin/embryo_cc_sc.h:533:26: note: Function 'setheap' argument 1 names different: declaration 'value' definition 'val'.
embryo-1.2.0/src/bin/embryo_cc_sc4.c:792:14: note: Function 'setheap' argument 1 names different: declaration 'value' definition 'val'.
embryo-1.2.0/src/bin/embryo_cc_sc4.c:878:15: style: Function 'addconst' argument 1 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent]
embryo-1.2.0/src/bin/embryo_cc_sc.h:539:27: note: Function 'addconst' argument 1 names different: declaration 'value' definition 'val'.
embryo-1.2.0/src/bin/embryo_cc_sc4.c:878:15: note: Function 'addconst' argument 1 names different: declaration 'value' definition 'val'.
embryo-1.2.0/src/bin/embryo_cc_sc4.c:251:25: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
embryo-1.2.0/src/bin/embryo_cc_sc5.c:77:14: warning: Either the condition 'number<100' is redundant or the array 'errmsg[75]' is accessed at index 98, which is out of bounds. [arrayIndexOutOfBoundsCond]
embryo-1.2.0/src/bin/embryo_cc_sc5.c:75:15: note: Assuming that condition 'number<100' is not redundant
embryo-1.2.0/src/bin/embryo_cc_sc5.c:77:14: note: Array index out of bounds
embryo-1.2.0/src/bin/embryo_cc_sc5.c:83:16: warning: Either the condition 'number<200' is redundant or the array 'fatalmsg[8]' is accessed at index 99, which is out of bounds. [arrayIndexOutOfBoundsCond]
embryo-1.2.0/src/bin/embryo_cc_sc5.c:81:20: note: Assuming that condition 'number<200' is not redundant
embryo-1.2.0/src/bin/embryo_cc_sc5.c:83:16: note: Array index out of bounds
embryo-1.2.0/src/bin/embryo_cc_sc6.c:72:4: style: Same expression on both sides of '||'. [duplicateExpression]
embryo-1.2.0/src/bin/embryo_cc_sc6.c:612:35: style: The scope of the variable 'mid' can be reduced. [variableScope]
embryo-1.2.0/src/bin/embryo_cc_sc6.c:612:40: style: The scope of the variable 'cmp' can be reduced. [variableScope]
embryo-1.2.0/src/bin/embryo_cc_sc6.c:371:54: warning: Char literal compared with pointer 'endptr'. Did you intend to dereference it? [charLiteralWithCharPtrCompare]
embryo-1.2.0/src/bin/embryo_cc_sc6.c:775:14: style: Variable 'defsize' is assigned a value that is never used. [unreadVariable]
embryo-1.2.0/src/bin/embryo_cc_sc7.c:167:24: style: The scope of the variable 'len' can be reduced. [variableScope]
embryo-1.2.0/src/bin/embryo_cc_sc7.c:380:35: style: The scope of the variable 'len' can be reduced. [variableScope]
embryo-1.2.0/src/bin/embryo_cc_sc7.c:429:24: style: The scope of the variable 'i' can be reduced. [variableScope]
embryo-1.2.0/src/lib/embryo_amx.c:1930:4: style: Variable 'pr->cell' is reassigned a value before the old one has been used. [redundantAssignment]
embryo-1.2.0/src/lib/embryo_amx.c:1929:4: note: Variable 'pr->cell' is reassigned a value before the old one has been used.
embryo-1.2.0/src/lib/embryo_amx.c:1930:4: note: Variable 'pr->cell' is reassigned a value before the old one has been used.
embryo-1.2.0/src/lib/embryo_amx.c:477:32: style: The scope of the variable 'mid' can be reduced. [variableScope]
embryo-1.2.0/src/lib/embryo_amx.c:505:32: style: The scope of the variable 'mid' can be reduced. [variableScope]
embryo-1.2.0/src/lib/embryo_amx.c:791:21: style: The scope of the variable 'op' can be reduced. [variableScope]
embryo-1.2.0/src/lib/embryo_amx.c:453:16: style: Function 'embryo_swap_16' argument 1 names different: declaration 'v' definition '__UNUSED__'. [funcArgNamesDifferent]
embryo-1.2.0/src/lib/Embryo.h:569:54: note: Function 'embryo_swap_16' argument 1 names different: declaration 'v' definition '__UNUSED__'.
embryo-1.2.0/src/lib/embryo_amx.c:453:16: note: Function 'embryo_swap_16' argument 1 names different: declaration 'v' definition '__UNUSED__'.
embryo-1.2.0/src/lib/embryo_amx.c:465:16: style: Function 'embryo_swap_32' argument 1 names different: declaration 'v' definition '__UNUSED__'. [funcArgNamesDifferent]
embryo-1.2.0/src/lib/Embryo.h:577:52: note: Function 'embryo_swap_32' argument 1 names different: declaration 'v' definition '__UNUSED__'.
embryo-1.2.0/src/lib/embryo_amx.c:465:16: note: Function 'embryo_swap_32' argument 1 names different: declaration 'v' definition '__UNUSED__'.
embryo-1.2.0/src/lib/embryo_amx.c:782:56: style: Function 'embryo_program_run' argument 2 names different: declaration 'func' definition 'fn'. [funcArgNamesDifferent]
embryo-1.2.0/src/lib/Embryo.h:784:78: note: Function 'embryo_program_run' argument 2 names different: declaration 'func' definition 'fn'.
embryo-1.2.0/src/lib/embryo_amx.c:782:56: note: Function 'embryo_program_run' argument 2 names different: declaration 'func' definition 'fn'.
embryo-1.2.0/src/lib/embryo_amx.c:213:42: style: Variable 'code' is assigned a value that is never used. [unreadVariable]
embryo-1.2.0/src/lib/embryo_amx.c:739:27: style: Variable 'hdr' is assigned a value that is never used. [unreadVariable]
embryo-1.2.0/src/lib/embryo_args.c:101:8: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
embryo-1.2.0/src/lib/embryo_str.c:402:19: warning: Possible null pointer dereference: tmp [nullPointer]
embryo-1.2.0/src/lib/embryo_str.c:401:8: note: Assignment 'tmp=NULL', assigned value is 0
embryo-1.2.0/src/lib/embryo_str.c:402:19: note: Null pointer dereference
embryo-1.2.0/src/lib/embryo_str.c:314:20: style: The scope of the variable 'cptr' can be reduced. [variableScope]
embryo-1.2.0/src/lib/embryo_str.c:67:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
embryo-1.2.0/src/lib/embryo_str.c:80:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
embryo-1.2.0/src/lib/embryo_str.c:81:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
embryo-1.2.0/src/lib/embryo_str.c:94:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
embryo-1.2.0/src/lib/embryo_str.c:95:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
embryo-1.2.0/src/lib/embryo_str.c:110:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
embryo-1.2.0/src/lib/embryo_str.c:111:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
embryo-1.2.0/src/lib/embryo_str.c:124:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
embryo-1.2.0/src/lib/embryo_str.c:141:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
embryo-1.2.0/src/lib/embryo_str.c:156:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
embryo-1.2.0/src/lib/embryo_str.c:169:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
embryo-1.2.0/src/lib/embryo_str.c:170:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
embryo-1.2.0/src/lib/embryo_str.c:172:9: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
embryo-1.2.0/src/lib/embryo_str.c:191:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
embryo-1.2.0/src/lib/embryo_str.c:192:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
embryo-1.2.0/src/lib/embryo_str.c:196:9: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
embryo-1.2.0/src/lib/embryo_str.c:213:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
embryo-1.2.0/src/lib/embryo_str.c:214:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
embryo-1.2.0/src/lib/embryo_str.c:216:9: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
embryo-1.2.0/src/lib/embryo_str.c:235:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
embryo-1.2.0/src/lib/embryo_str.c:236:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
embryo-1.2.0/src/lib/embryo_str.c:240:9: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
embryo-1.2.0/src/lib/embryo_str.c:262:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
embryo-1.2.0/src/lib/embryo_str.c:272:9: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
embryo-1.2.0/src/lib/embryo_str.c:294:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
embryo-1.2.0/src/lib/embryo_str.c:296:9: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
embryo-1.2.0/src/lib/embryo_str.c:401:8: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
embryo-1.2.0/src/lib/embryo_str.c:437:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
embryo-1.2.0/src/lib/embryo_str.c:438:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
embryo-1.2.0/src/lib/embryo_str.c:453:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
embryo-1.2.0/src/lib/embryo_str.c:454:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
embryo-1.2.0/src/lib/embryo_str.c:469:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
embryo-1.2.0/src/lib/embryo_str.c:470:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
embryo-1.2.0/src/lib/embryo_time.c:6:0: error: #error "Your platform isn't supported yet" [preprocessorErrorDirective]
[17:41]

ftp://ftp.se.debian.org/debian/pool/main/e/emcee/emcee_2.2.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/emelfm2-svg-icons/emelfm2-svg-icons_20100219.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/e/emerillon/emerillon_0.1.90.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/e/emesene/emesene_2.12.5+dfsg.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/e/emma/emma_0.6.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/emma-coverage/emma-coverage_2.0.5312+dfsg.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/emms/emms_5.0.orig.tar.gz.asc

ftp://ftp.se.debian.org/debian/pool/main/e/emoslib/emoslib_4.5.5.orig.tar.xz
emoslib-4.5.5/cmake/contrib/GreatCMakeCookOff/cpp11/__func__-N2340.cpp:6:27: style: Checking if unsigned variable 'std::strlen(__func__)' is less than zero. [unsignedLessThanZero]
emoslib-4.5.5/cmake/contrib/GreatCMakeCookOff/cpp11/constexpr-N2235.cpp:15:25: style: Condition 'square(the_answer())==1764' is always true [knownConditionTrueFalse]
emoslib-4.5.5/cmake/contrib/GreatCMakeCookOff/cpp11/deleted_constructor.cpp:3:3: style: Struct 'A' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
emoslib-4.5.5/cmake/contrib/GreatCMakeCookOff/cpp11/deleted_constructor_fail_compile.cpp:3:3: style: Struct 'A' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
emoslib-4.5.5/cmake/contrib/GreatCMakeCookOff/cpp11/explicit_cast.cpp:3:4: style: Class 'A' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
emoslib-4.5.5/cmake/contrib/GreatCMakeCookOff/cpp11/initialization.cpp:4:23: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
emoslib-4.5.5/cmake/contrib/GreatCMakeCookOff/cpp11/initialization.cpp:5:38: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
emoslib-4.5.5/cmake/contrib/GreatCMakeCookOff/cpp11/nullptr-N2431_fail_compile.cpp:3:10: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
emoslib-4.5.5/cmake/contrib/GreatCMakeCookOff/cpp11/override.cpp:17:0: error: Memory leak: b [memleak]
emoslib-4.5.5/cmake/contrib/GreatCMakeCookOff/cpp11/override_fail_compile.cpp:4:10: performance: Technically the member function 'A::bar' can be static. [functionStatic]
emoslib-4.5.5/cmake/contrib/GreatCMakeCookOff/cpp11/override_fail_compile.cpp:10:10: performance: Technically the member function 'B::bar' can be static. [functionStatic]
emoslib-4.5.5/cmake/contrib/GreatCMakeCookOff/cpp11/override_fail_compile.cpp:17:0: error: Memory leak: b [memleak]
emoslib-4.5.5/cmake/contrib/GreatCMakeCookOff/cpp11/trivial_type_traits.cpp:4:14: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
emoslib-4.5.5/cmake/contrib/GreatCMakeCookOff/cpp11/trivial_type_traits.cpp:5:14: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
emoslib-4.5.5/cmake/contrib/GreatCMakeCookOff/cpp11/type_traits.cpp:4:14: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
emoslib-4.5.5/cmake/contrib/GreatCMakeCookOff/cpp11/type_traits.cpp:5:14: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
emoslib-4.5.5/gribex/ECMWFdefinitions.c:559:17: style: The scope of the variable 'K' can be reduced. [variableScope]
emoslib-4.5.5/gribex/ECMWFdefinitions.c:42:3: style: Variable 'n' is modified but its new value is never used. [unreadVariable]
emoslib-4.5.5/gribex/ECMWFdefinitions.c:41:5: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
emoslib-4.5.5/gribex/ECMWFdefinitions.c:67:3: style: Variable 'n' is modified but its new value is never used. [unreadVariable]
emoslib-4.5.5/gribex/ECMWFdefinitions.c:67:9: style: Variable 'p' is modified but its new value is never used. [unreadVariable]
emoslib-4.5.5/gribex/ECMWFdefinitions.c:92:21: style: Variable 'n' is modified but its new value is never used. [unreadVariable]
emoslib-4.5.5/gribex/ECMWFdefinitions.c:123:24: style: Variable 'p' is modified but its new value is never used. [unreadVariable]
emoslib-4.5.5/gribex/ECMWFdefinitions.c:293:21: style: Variable 'n' is modified but its new value is never used. [unreadVariable]
emoslib-4.5.5/gribex/ECMWFdefinitions.c:321:24: style: Variable 'p' is modified but its new value is never used. [unreadVariable]
emoslib-4.5.5/gribex/ECMWFdefinitions.c:337:0: style: Variable 'zero' is assigned a value that is never used. [unreadVariable]
emoslib-4.5.5/gribex/ECMWFdefinitions.c:872:5: style: Variable 'p' is modified but its new value is never used. [unreadVariable]
emoslib-4.5.5/gribex/ECMWFdefinitions.c:1031:21: style: Variable 'n' is modified but its new value is never used. [unreadVariable]
emoslib-4.5.5/gribex/ECMWFdefinitions.c:1063:24: style: Variable 'p' is modified but its new value is never used. [unreadVariable]
emoslib-4.5.5/gribex/ECMWFdefinitions.c:1293:5: style: Variable 'p' is modified but its new value is never used. [unreadVariable]
emoslib-4.5.5/gribex/ECMWFdefinitions.c:1529:21: style: Variable 'n' is modified but its new value is never used. [unreadVariable]
emoslib-4.5.5/gribex/ECMWFdefinitions.c:1576:24: style: Variable 'p' is modified but its new value is never used. [unreadVariable]
emoslib-4.5.5/gribex/ECMWFdefinitions.c:1669:5: style: Variable 'n' is modified but its new value is never used. [unreadVariable]
emoslib-4.5.5/gribex/ECMWFdefinitions.c:1907:3: style: Variable 'n' is modified but its new value is never used. [unreadVariable]
emoslib-4.5.5/gribex/ECMWFdefinitions.c:1946:5: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
emoslib-4.5.5/gribex/ECMWFdefinitions.c:1994:3: style: Variable 'n' is modified but its new value is never used. [unreadVariable]
emoslib-4.5.5/gribex/ECMWFdefinitions.c:2037:5: style: Variable 'p' is modified but its new value is never used. [unreadVariable]
emoslib-4.5.5/gribex/ECMWFdefinitions.c:2322:21: style: Variable 'n' is modified but its new value is never used. [unreadVariable]
emoslib-4.5.5/gribex/ECMWFdefinitions.c:2367:24: style: Variable 'p' is modified but its new value is never used. [unreadVariable]
emoslib-4.5.5/gribex/ECMWFdefinitions.c:2395:21: style: Variable 'n' is modified but its new value is never used. [unreadVariable]
emoslib-4.5.5/gribex/ECMWFdefinitions.c:2426:24: style: Variable 'p' is modified but its new value is never used. [unreadVariable]
emoslib-4.5.5/gribex/ECMWFdefinitions.c:2524:3: style: Variable 'n' is modified but its new value is never used. [unreadVariable]
emoslib-4.5.5/gribex/ECMWFdefinitions.c:2614:3: style: Variable 'p' is modified but its new value is never used. [unreadVariable]
emoslib-4.5.5/gribex/ECMWFdefinitions.c:2634:5: style: Unused variable: loop [unusedVariable]
emoslib-4.5.5/gribex/ECMWFdefinitions.c:2668:3: style: Variable 'n' is modified but its new value is never used. [unreadVariable]
emoslib-4.5.5/gribex/ECMWFdefinitions.c:2667:5: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
emoslib-4.5.5/gribex/ECMWFdefinitions.c:2707:5: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
emoslib-4.5.5/gribex/ECMWFdefinitions.c:2735:5: style: Unused variable: loop [unusedVariable]
emoslib-4.5.5/gribex/ECMWFdefinitions.c:2799:5: style: Variable 'n' is modified but its new value is never used. [unreadVariable]
emoslib-4.5.5/gribex/ECMWFdefinitions.c:2913:5: style: Unused variable: loop [unusedVariable]
emoslib-4.5.5/gribex/ECMWFdefinitions.c:2934:21: style: Variable 'n' is modified but its new value is never used. [unreadVariable]
emoslib-4.5.5/gribex/ECMWFdefinitions.c:2916:0: style: Variable 'zero' is assigned a value that is never used. [unreadVariable]
emoslib-4.5.5/gribex/ECMWFdefinitions.c:2971:16: style: Unused variable: total [unusedVariable]
emoslib-4.5.5/gribex/ECMWFdefinitions.c:3024:21: style: Variable 'n' is modified but its new value is never used. [unreadVariable]
emoslib-4.5.5/gribex/ECMWFdefinitions.c:3052:24: style: Variable 'p' is modified but its new value is never used. [unreadVariable]
emoslib-4.5.5/gribex/csgnbt.c:22:30: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
emoslib-4.5.5/gribex/dsgnbt.c:22:30: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
emoslib-4.5.5/gribex/findLocalDefinitionFile.c:53:5: style: The scope of the variable 'defaultDirectoryChosen' can be reduced. [variableScope]
emoslib-4.5.5/gribex/findLocalDefinitionFile.c:42:8: style: Unused variable: directoryName [unusedVariable]
emoslib-4.5.5/gribex/findLocalDefinitionFile.c:45:6: style: Variable 'defaultDirectory' is assigned a value that is never used. [unreadVariable]
emoslib-4.5.5/gribex/findLocalDefinitionFile.c:60:5: style: Variable 'defaultDirectoryChosen' is assigned a value that is never used. [unreadVariable]
emoslib-4.5.5/gribex/fortranInterface.c:375:17: style: Variable 'listName' is reassigned a value before the old one has been used. [redundantAssignment]
emoslib-4.5.5/gribex/fortranInterface.c:368:0: note: Variable 'listName' is reassigned a value before the old one has been used.
emoslib-4.5.5/gribex/fortranInterface.c:375:17: note: Variable 'listName' is reassigned a value before the old one has been used.
emoslib-4.5.5/gribex/fortranInterface.c:259:10: style: The scope of the variable 'fileName' can be reduced. [variableScope]
emoslib-4.5.5/gribex/fortranInterface.c:205:10: style: Unused variable: p [unusedVariable]
emoslib-4.5.5/gribex/fortranInterface.c:206:13: style: Unused variable: number [unusedVariable]
emoslib-4.5.5/gribex/fortranInterface.c:295:0: error: Resource leak: out [resourceLeak]
emoslib-4.5.5/gribex/gdecode.c:252:10: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
emoslib-4.5.5/gribex/gdecode.c:110:5: style: Variable 'q' is reassigned a value before the old one has been used. [redundantAssignment]
emoslib-4.5.5/gribex/gdecode.c:104:15: note: Variable 'q' is reassigned a value before the old one has been used.
emoslib-4.5.5/gribex/gdecode.c:110:5: note: Variable 'q' is reassigned a value before the old one has been used.
emoslib-4.5.5/gribex/gdecode.c:270:8: style: The scope of the variable 'two' can be reduced. [variableScope]
emoslib-4.5.5/gribex/gdecode.c:865:17: style: The scope of the variable 'rotation' can be reduced. [variableScope]
emoslib-4.5.5/gribex/gdecode.c:1020:17: style: The scope of the variable 'value' can be reduced. [variableScope]
emoslib-4.5.5/gribex/gdecode.c:1071:10: style: The scope of the variable 'powerFactor' can be reduced. [variableScope]
emoslib-4.5.5/gribex/gdecode.c:1075:17: style: The scope of the variable 'nextUnpacked' can be reduced. [variableScope]
emoslib-4.5.5/gribex/gdecode.c:1075:33: style: The scope of the variable 'nextPacked' can be reduced. [variableScope]
emoslib-4.5.5/gribex/gdecode.c:38:15: style: Unused variable: p [unusedVariable]
emoslib-4.5.5/gribex/gdecode.c:38:18: style: Unused variable: edit_num [unusedVariable]
emoslib-4.5.5/gribex/gdecode.c:1019:0: style: Variable 'count' is assigned a value that is never used. [unreadVariable]
emoslib-4.5.5/gribex/gdecode.c:1040:12: style: Variable 'flag' is assigned a value that is never used. [unreadVariable]
emoslib-4.5.5/gribex/gdecode.c:1069:26: style: Unused variable: bitStart [unusedVariable]
emoslib-4.5.5/gribex/gdecode.c:1089:0: style: Variable 'one' is assigned a value that is never used. [unreadVariable]
emoslib-4.5.5/gribex/gdecode.c:1383:8: style: Variable 'ni' is assigned a value that is never used. [unreadVariable]
emoslib-4.5.5/gribex/gdecode.c:1431:9: style: Unused variable: loop [unusedVariable]
emoslib-4.5.5/gribex/gdecode.c:1450:10: style: Variable 'nj' is assigned a value that is never used. [unreadVariable]
emoslib-4.5.5/gribex/gdecode.c:1431:0: style: Variable 'one' is assigned a value that is never used. [unreadVariable]
emoslib-4.5.5/gribex/getValues.c:346:5: style: The scope of the variable 'current' can be reduced. [variableScope]
emoslib-4.5.5/gribex/getValues.c:347:5: style: The scope of the variable 'direction' can be reduced. [variableScope]
emoslib-4.5.5/gribex/getValues.c:370:5: style: The scope of the variable 'current' can be reduced. [variableScope]
emoslib-4.5.5/gribex/getValues.c:371:5: style: The scope of the variable 'direction' can be reduced. [variableScope]
emoslib-4.5.5/gribex/getsetValues.c:347:5: style: The scope of the variable 'current' can be reduced. [variableScope]
emoslib-4.5.5/gribex/getsetValues.c:348:5: style: The scope of the variable 'direction' can be reduced. [variableScope]
emoslib-4.5.5/gribex/getsetValues.c:371:5: style: The scope of the variable 'current' can be reduced. [variableScope]
emoslib-4.5.5/gribex/getsetValues.c:372:5: style: The scope of the variable 'direction' can be reduced. [variableScope]
emoslib-4.5.5/gribex/grpr190.c:33:16: style: The scope of the variable 'bytes' can be reduced. [variableScope]
emoslib-4.5.5/gribex/grpr190.c:41:10: style: The scope of the variable 'pBytes' can be reduced. [variableScope]
emoslib-4.5.5/gribex/grpr190.c:60:14: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
emoslib-4.5.5/gribex/grpr190.c:39:23: style: Unused variable: numberOfUnpackedIntegers [unusedVariable]
emoslib-4.5.5/gribex/grpr190.c:39:49: style: Unused variable: numberOfPackedBytes [unusedVariable]
emoslib-4.5.5/gribex/handleLocalDefinitions.c:414:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
emoslib-4.5.5/gribex/handleLocalDefinitions.c:467:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
emoslib-4.5.5/gribex/handleLocalDefinitions.c:516:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
emoslib-4.5.5/gribex/handleLocalDefinitions.c:669:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
emoslib-4.5.5/gribex/handleLocalDefinitions.c:734:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
emoslib-4.5.5/gribex/handleLocalDefinitions.c:807:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
emoslib-4.5.5/gribex/handleLocalDefinitions.c:943:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
emoslib-4.5.5/gribex/handleLocalDefinitions.c:1018:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
emoslib-4.5.5/gribex/handleLocalDefinitions.c:24:9: style: The scope of the variable 'previous' can be reduced. [variableScope]
emoslib-4.5.5/gribex/handleLocalDefinitions.c:199:23: style: The scope of the variable 'loop' can be reduced. [variableScope]
emoslib-4.5.5/gribex/handleLocalDefinitions.c:617:22: style: The scope of the variable 'loop' can be reduced. [variableScope]
emoslib-4.5.5/gribex/handleLocalDefinitions.c:881:12: style: The scope of the variable 'loop' can be reduced. [variableScope]
emoslib-4.5.5/gribex/handleLocalDefinitions.c:1309:32: style: The scope of the variable 'number' can be reduced. [variableScope]
emoslib-4.5.5/gribex/handleLocalDefinitions.c:1356:13: style: The scope of the variable 'count' can be reduced. [variableScope]
emoslib-4.5.5/gribex/handleLocalDefinitions.c:1498:32: style: The scope of the variable 'number' can be reduced. [variableScope]
emoslib-4.5.5/gribex/handleLocalDefinitions.c:1545:13: style: The scope of the variable 'count' can be reduced. [variableScope]
emoslib-4.5.5/gribex/handleLocalDefinitions.c:141:19: style: Unused variable: loop [unusedVariable]
emoslib-4.5.5/gribex/handleLocalDefinitions.c:222:23: style: Unused variable: loop [unusedVariable]
emoslib-4.5.5/gribex/handleLocalDefinitions.c:241:23: style: Unused variable: loop [unusedVariable]
emoslib-4.5.5/gribex/handleLocalDefinitions.c:881:0: style: Variable 'zero' is assigned a value that is never used. [unreadVariable]
emoslib-4.5.5/gribex/handleLocalDefinitions.c:1375:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
emoslib-4.5.5/gribex/handleLocalDefinitions.c:1564:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
emoslib-4.5.5/gribex/handleLocalDefinitions.c:321:3: error: Memory leak: flag [memleak]
emoslib-4.5.5/gribex/local2c.c:134:0: error: Resource leak: in [resourceLeak]
emoslib-4.5.5/gribex/sencode.c:1711:17: style: The scope of the variable 'bitmap' can be reduced. [variableScope]
emoslib-4.5.5/gribex/sencode.c:2472:17: style: The scope of the variable 'nextValue' can be reduced. [variableScope]
emoslib-4.5.5/gribex/sencode.c:2472:30: style: The scope of the variable 'newLocation' can be reduced. [variableScope]
emoslib-4.5.5/gribex/sencode.c:321:0: style: Variable 'g' is assigned a value that is never used. [unreadVariable]
emoslib-4.5.5/gribex/sencode.c:340:0: style: Variable 'g' is assigned a value that is never used. [unreadVariable]
emoslib-4.5.5/gribex/sencode.c:359:0: style: Variable 'g' is assigned a value that is never used. [unreadVariable]
emoslib-4.5.5/gribex/sencode.c:394:0: style: Variable 'g' is assigned a value that is never used. [unreadVariable]
emoslib-4.5.5/gribex/sencode.c:459:0: style: Variable 'g' is assigned a value that is never used. [unreadVariable]
emoslib-4.5.5/gribex/sencode.c:497:0: style: Variable 'g' is assigned a value that is never used. [unreadVariable]
emoslib-4.5.5/gribex/sencode.c:515:0: style: Variable 'g' is assigned a value that is never used. [unreadVariable]
emoslib-4.5.5/gribex/sencode.c:573:0: style: Variable 'g' is assigned a value that is never used. [unreadVariable]
emoslib-4.5.5/gribex/sencode.c:622:0: style: Variable 'g' is assigned a value that is never used. [unreadVariable]
emoslib-4.5.5/gribex/sencode.c:671:0: style: Variable 'g' is assigned a value that is never used. [unreadVariable]
emoslib-4.5.5/gribex/sencode.c:689:0: style: Variable 'g' is assigned a value that is never used. [unreadVariable]
emoslib-4.5.5/gribex/sencode.c:708:0: style: Variable 'g' is assigned a value that is never used. [unreadVariable]
emoslib-4.5.5/gribex/sencode.c:726:0: style: Variable 'g' is assigned a value that is never used. [unreadVariable]
emoslib-4.5.5/gribex/sencode.c:746:0: style: Variable 'g' is assigned a value that is never used. [unreadVariable]
emoslib-4.5.5/gribex/sencode.c:776:0: style: Variable 'g' is assigned a value that is never used. [unreadVariable]
emoslib-4.5.5/gribex/sencode.c:806:0: style: Variable 'g' is assigned a value that is never used. [unreadVariable]
emoslib-4.5.5/gribex/sencode.c:836:0: style: Variable 'g' is assigned a value that is never used. [unreadVariable]
emoslib-4.5.5/gribex/sencode.c:866:0: style: Variable 'g' is assigned a value that is never used. [unreadVariable]
emoslib-4.5.5/gribex/sencode.c:868:16: style: Unused variable: newG1 [unusedVariable]
emoslib-4.5.5/gribex/sencode.c:997:0: style: Variable 'g' is assigned a value that is never used. [unreadVariable]
emoslib-4.5.5/gribex/sencode.c:1355:0: style: Variable 'g' is assigned a value that is never used. [unreadVariable]
emoslib-4.5.5/gribex/sencode.c:1412:0: style: Variable 'g' is assigned a value that is never used. [unreadVariable]
emoslib-4.5.5/interpolation/copy_spec_from_ksec.c:81:9: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
emoslib-4.5.5/interpolation/copy_spec_from_ksec.c:81:9: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
emoslib-4.5.5/interpolation/describe_input_field.c:218:13: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
emoslib-4.5.5/interpolation/describe_input_field.c:532:17: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
emoslib-4.5.5/interpolation/describe_input_field.c:673:17: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
emoslib-4.5.5/interpolation/describe_input_field.c:470:27: style: Checking if unsigned variable 'pl_len' is less than zero. [unsignedLessThanZero]
emoslib-4.5.5/interpolation/hirlam_userspace.c:49:50: warning: Either the condition 'nbytes_<=0' is redundant or there is possible null pointer dereference: nbytes_. [nullPointerRedundantCheck]
emoslib-4.5.5/interpolation/hirlam_userspace.c:50:21: note: Assuming that condition 'nbytes_<=0' is not redundant
emoslib-4.5.5/interpolation/hirlam_userspace.c:49:50: note: Null pointer dereference
emoslib-4.5.5/interpolation/hirlam_userspace.c:50:21: style: A pointer can not be negative so it is either pointless or an error to check if it is. [pointerLessThanZero]
emoslib-4.5.5/interpolation/intf2.c:120:13: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
emoslib-4.5.5/interpolation/intf2.c:206:13: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
emoslib-4.5.5/interpolation/intf2.c:238:9: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
emoslib-4.5.5/interpolation/intf2.c:304:9: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
emoslib-4.5.5/interpolation/intuvp2.c:110:23: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
emoslib-4.5.5/interpolation/intuvp2.c:121:13: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
emoslib-4.5.5/interpolation/intuvp2.c:130:13: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
emoslib-4.5.5/interpolation/intuvp2.c:142:23: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
emoslib-4.5.5/interpolation/intuvp2.c:254:13: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
emoslib-4.5.5/interpolation/intuvp2.c:263:13: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
emoslib-4.5.5/interpolation/intuvp2.c:314:9: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
emoslib-4.5.5/interpolation/intuvp2.c:402:17: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
emoslib-4.5.5/interpolation/intuvp2.c:424:17: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
emoslib-4.5.5/interpolation/intuvp2.c:436:9: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
emoslib-4.5.5/interpolation/intuvp2.c:48:0: style: Same expression used in consecutive assignments of 'outlen' and 'outlen1'. [duplicateAssignExpression]
emoslib-4.5.5/interpolation/intuvp2.c:49:0: note: Same expression used in consecutive assignments of 'outlen' and 'outlen1'.
emoslib-4.5.5/interpolation/intuvp2.c:48:0: note: Same expression used in consecutive assignments of 'outlen' and 'outlen1'.
emoslib-4.5.5/interpolation/intuvs2.c:101:9: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
emoslib-4.5.5/interpolation/intuvs2.c:113:13: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
emoslib-4.5.5/interpolation/intuvs2.c:122:13: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
emoslib-4.5.5/interpolation/intuvs2.c:142:9: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
emoslib-4.5.5/interpolation/intuvs2.c:228:13: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
emoslib-4.5.5/interpolation/intuvs2.c:237:13: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
emoslib-4.5.5/interpolation/intuvs2.c:289:9: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
emoslib-4.5.5/interpolation/intuvs2.c:385:17: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
emoslib-4.5.5/interpolation/intuvs2.c:469:17: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
emoslib-4.5.5/interpolation/intuvs2.c:481:9: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
emoslib-4.5.5/interpolation/intvect2.c:109:23: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
emoslib-4.5.5/interpolation/intvect2.c:118:23: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
emoslib-4.5.5/interpolation/intvect2.c:128:13: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
emoslib-4.5.5/interpolation/intvect2.c:136:13: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
emoslib-4.5.5/interpolation/intvect2.c:249:13: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
emoslib-4.5.5/interpolation/intvect2.c:258:13: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
emoslib-4.5.5/interpolation/intvect2.c:309:9: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
emoslib-4.5.5/interpolation/intvect2.c:380:17: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
emoslib-4.5.5/interpolation/intvect2.c:391:17: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
emoslib-4.5.5/interpolation/intvect2.c:405:9: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
emoslib-4.5.5/interpolation/intvect2.c:50:0: style: Same expression used in consecutive assignments of 'outlen' and 'outlen1'. [duplicateAssignExpression]
emoslib-4.5.5/interpolation/intvect2.c:51:0: note: Same expression used in consecutive assignments of 'outlen' and 'outlen1'.
emoslib-4.5.5/interpolation/intvect2.c:50:0: note: Same expression used in consecutive assignments of 'outlen' and 'outlen1'.
emoslib-4.5.5/interpolation/itimer.c:98:8: style: Unused variable: istat [unusedVariable]
emoslib-4.5.5/interpolation/jindex.c:30:6: style: The scope of the variable 'next' can be reduced. [variableScope]
emoslib-4.5.5/interpolation/jopnggsm.c:188:18: style: The scope of the variable 'oldlen' can be reduced. [variableScope]
emoslib-4.5.5/interpolation/jopnggsm.c:194:15: style: The scope of the variable 'oldresult' can be reduced. [variableScope]
emoslib-4.5.5/interpolation/jopnggsm.c:197:13: style: The scope of the variable 'pleg' can be reduced. [variableScope]
emoslib-4.5.5/interpolation/jopnggsm.c:199:6: style: The scope of the variable 'message' can be reduced. [variableScope]
emoslib-4.5.5/interpolation/jopnggsm.c:200:5: style: The scope of the variable 'status' can be reduced. [variableScope]
emoslib-4.5.5/interpolation/jopnggsm.c:429:14: style: Variable 'oldlen' is assigned a value that is never used. [unreadVariable]
emoslib-4.5.5/interpolation/jopnllsm.c:206:15: style: The scope of the variable 'oldresult' can be reduced. [variableScope]
emoslib-4.5.5/interpolation/jopnllsm.c:212:13: style: The scope of the variable 'pleg' can be reduced. [variableScope]
emoslib-4.5.5/interpolation/jopnllsm.c:214:6: style: The scope of the variable 'message' can be reduced. [variableScope]
emoslib-4.5.5/interpolation/jopnllsm.c:215:5: style: The scope of the variable 'status' can be reduced. [variableScope]
emoslib-4.5.5/interpolation/jopnllsm.c:182:7: style: Unused variable: time1 [unusedVariable]
emoslib-4.5.5/interpolation/jopnllsm.c:182:14: style: Unused variable: time2 [unusedVariable]
emoslib-4.5.5/interpolation/jopnllsm.c:454:14: style: Variable 'oldlen' is assigned a value that is never used. [unreadVariable]
emoslib-4.5.5/interpolation/makemap.c:55:45: style: The scope of the variable 'previousDelimiter' can be reduced. [variableScope]
emoslib-4.5.5/interpolation/makemap.c:294:5: style: The scope of the variable 'oldByte' can be reduced. [variableScope]
emoslib-4.5.5/interpolation/makemap.c:294:14: style: The scope of the variable 'oldBit' can be reduced. [variableScope]
emoslib-4.5.5/interpolation/makemap.c:294:22: style: The scope of the variable 'newByte' can be reduced. [variableScope]
emoslib-4.5.5/interpolation/makemap.c:294:31: style: The scope of the variable 'newBit' can be reduced. [variableScope]
emoslib-4.5.5/interpolation/makemap.c:294:39: style: The scope of the variable 'bitNumber' can be reduced. [variableScope]
emoslib-4.5.5/interpolation/makemap.c:295:6: style: The scope of the variable 'oldValue' can be reduced. [variableScope]
emoslib-4.5.5/interpolation/makemap.c:295:16: style: The scope of the variable 'newValue' can be reduced. [variableScope]
emoslib-4.5.5/interpolation/makemap.c:83:0: error: Resource leak: in [resourceLeak]
emoslib-4.5.5/interpolation/sharedgg.c:107:10: style: Variable 'l1' is assigned a value that is never used. [unreadVariable]
emoslib-4.5.5/interpolation/sharedgg.c:108:5: style: Variable 'l2' is assigned a value that is never used. [unreadVariable]
emoslib-4.5.5/interpolation/sharedgg.c:71:6: style: Unused variable: filedum [unusedVariable]
emoslib-4.5.5/interpolation/sharedgg.c:77:13: style: Variable 'yold' is assigned a value that is never used. [unreadVariable]
emoslib-4.5.5/interpolation/sharedgg.c:79:5: style: Unused variable: kbuild [unusedVariable]
emoslib-4.5.5/interpolation/sharedgg.c:81:16: style: Variable 'fpindex' is assigned a value that is never used. [unreadVariable]
emoslib-4.5.5/interpolation/sharedgg.c:82:15: style: Variable 'fp' is assigned a value that is never used. [unreadVariable]
emoslib-4.5.5/interpolation/sharedgg.c:86:0: style: Variable 'exist' is assigned a value that is never used. [unreadVariable]
emoslib-4.5.5/interpolation/sharedgg.c:87:5: style: Unused variable: status [unusedVariable]
emoslib-4.5.5/interpolation/sharedgg.c:88:7: style: Unused variable: process_id [unusedVariable]
emoslib-4.5.5/interpolation/sharedlib.c:327:26: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
emoslib-4.5.5/interpolation/sharedlib.c:324:21: note: outer condition: semcount<30
emoslib-4.5.5/interpolation/sharedlib.c:327:26: note: opposite inner condition: semcount>=30
emoslib-4.5.5/interpolation/sharedlib.c:95:9: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
emoslib-4.5.5/interpolation/sharedlib.c:109:9: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
emoslib-4.5.5/interpolation/sharedlib.c:196:9: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
emoslib-4.5.5/interpolation/sharedlib.c:198:9: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
emoslib-4.5.5/interpolation/sharedlib.c:203:9: portability: %ld in format string (no. 3) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
emoslib-4.5.5/interpolation/sharedlib.c:365:9: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
emoslib-4.5.5/interpolation/sharedll.c:113:10: style: Variable 'l1' is assigned a value that is never used. [unreadVariable]
emoslib-4.5.5/interpolation/sharedll.c:114:5: style: Variable 'l2' is assigned a value that is never used. [unreadVariable]
emoslib-4.5.5/interpolation/sharedll.c:72:6: style: Unused variable: filedum [unusedVariable]
emoslib-4.5.5/interpolation/sharedll.c:78:13: style: Variable 'yold' is assigned a value that is never used. [unreadVariable]
emoslib-4.5.5/interpolation/sharedll.c:82:16: style: Variable 'fpindex' is assigned a value that is never used. [unreadVariable]
emoslib-4.5.5/interpolation/sharedll.c:83:15: style: Variable 'fp' is assigned a value that is never used. [unreadVariable]
emoslib-4.5.5/interpolation/sharedll.c:87:0: style: Variable 'exist' is assigned a value that is never used. [unreadVariable]
emoslib-4.5.5/interpolation/sharedll.c:88:5: style: Unused variable: status [unusedVariable]
emoslib-4.5.5/interpolation/sharedll.c:89:7: style: Unused variable: process_id [unusedVariable]
emoslib-4.5.5/pbio/PBGroutines.c:791:5: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
emoslib-4.5.5/pbio/PBGroutines.c:820:9: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
emoslib-4.5.5/pbio/PBGroutines.c:820:9: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
emoslib-4.5.5/pbio/PBGroutines.c:854:9: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
emoslib-4.5.5/pbio/PBGroutines.c:888:9: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
emoslib-4.5.5/pbio/PBGroutines.c:888:9: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
emoslib-4.5.5/pbio/PBGroutines.c:922:9: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
emoslib-4.5.5/pbio/PBGroutines.c:922:9: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
emoslib-4.5.5/pbio/PBGroutines.c:956:9: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
emoslib-4.5.5/pbio/PBGroutines.c:956:9: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
emoslib-4.5.5/pbio/PBGroutines.c:990:9: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
emoslib-4.5.5/pbio/PBGroutines.c:990:9: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
emoslib-4.5.5/pbio/PBGroutines.c:1024:9: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
emoslib-4.5.5/pbio/PBGroutines.c:1024:9: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
emoslib-4.5.5/pbio/PBGroutines.c:1058:9: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
emoslib-4.5.5/pbio/PBGroutines.c:1058:9: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
emoslib-4.5.5/pbio/PBGroutines.c:1092:9: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
emoslib-4.5.5/pbio/PBGroutines.c:1092:9: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
emoslib-4.5.5/pbio/PBGroutines.c:1126:9: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
emoslib-4.5.5/pbio/PBGroutines.c:1126:9: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
emoslib-4.5.5/pbio/PBGroutines.c:1160:9: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
emoslib-4.5.5/pbio/PBGroutines.c:1160:9: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
emoslib-4.5.5/pbio/PBGroutines.c:1406:9: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
emoslib-4.5.5/pbio/PBGroutines.c:1406:9: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
emoslib-4.5.5/pbio/PBGroutines.c:1430:11: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
emoslib-4.5.5/pbio/PBGroutines.c:1529:8: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
emoslib-4.5.5/pbio/PBGroutines.c:1529:8: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
emoslib-4.5.5/pbio/PBGroutines.c:1654:8: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
emoslib-4.5.5/pbio/PBGroutines.c:1694:5: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
emoslib-4.5.5/pbio/PBGroutines.c:1706:20: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
emoslib-4.5.5/pbio/PBGroutines.c:1706:20: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
emoslib-4.5.5/pbio/PBGroutines.c:1710:9: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
emoslib-4.5.5/pbio/PBGroutines.c:1717:20: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
emoslib-4.5.5/pbio/PBGroutines.c:1768:5: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
emoslib-4.5.5/pbio/PBGroutines.c:1778:16: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
emoslib-4.5.5/pbio/PBGroutines.c:1828:16: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
emoslib-4.5.5/pbio/PBGroutines.c:1853:16: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
emoslib-4.5.5/pbio/PBGroutines.c:1896:24: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
emoslib-4.5.5/pbio/PBGroutines.c:2014:16: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
emoslib-4.5.5/pbio/PBGroutines.c:2052:18: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
emoslib-4.5.5/pbio/PBGroutines.c:2380:5: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
emoslib-4.5.5/pbio/PBGroutines.c:2392:20: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
emoslib-4.5.5/pbio/PBGroutines.c:2392:20: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
emoslib-4.5.5/pbio/PBGroutines.c:2399:20: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
emoslib-4.5.5/pbio/PBGroutines.c:132:9: style: The scope of the variable 'status' can be reduced. [variableScope]
emoslib-4.5.5/pbio/PBGroutines.c:810:9: style: The scope of the variable 'thisFile' can be reduced. [variableScope]
emoslib-4.5.5/pbio/PBGroutines.c:811:12: style: The scope of the variable 'file' can be reduced. [variableScope]
emoslib-4.5.5/pbio/PBGroutines.c:844:9: style: The scope of the variable 'thisFile' can be reduced. [variableScope]
emoslib-4.5.5/pbio/PBGroutines.c:845:12: style: The scope of the variable 'file' can be reduced. [variableScope]
emoslib-4.5.5/pbio/PBGroutines.c:878:9: style: The scope of the variable 'thisFile' can be reduced. [variableScope]
emoslib-4.5.5/pbio/PBGroutines.c:879:12: style: The scope of the variable 'file' can be reduced. [variableScope]
emoslib-4.5.5/pbio/PBGroutines.c:912:9: style: The scope of the variable 'thisFile' can be reduced. [variableScope]
emoslib-4.5.5/pbio/PBGroutines.c:913:12: style: The scope of the variable 'file' can be reduced. [variableScope]
emoslib-4.5.5/pbio/PBGroutines.c:946:9: style: The scope of the variable 'thisFile' can be reduced. [variableScope]
emoslib-4.5.5/pbio/PBGroutines.c:947:12: style: The scope of the variable 'file' can be reduced. [variableScope]
emoslib-4.5.5/pbio/PBGroutines.c:980:9: style: The scope of the variable 'thisFile' can be reduced. [variableScope]
emoslib-4.5.5/pbio/PBGroutines.c:981:12: style: The scope of the variable 'file' can be reduced. [variableScope]
emoslib-4.5.5/pbio/PBGroutines.c:1014:9: style: The scope of the variable 'thisFile' can be reduced. [variableScope]
emoslib-4.5.5/pbio/PBGroutines.c:1015:12: style: The scope of the variable 'file' can be reduced. [variableScope]
emoslib-4.5.5/pbio/PBGroutines.c:1048:9: style: The scope of the variable 'thisFile' can be reduced. [variableScope]
emoslib-4.5.5/pbio/PBGroutines.c:1049:12: style: The scope of the variable 'file' can be reduced. [variableScope]
emoslib-4.5.5/pbio/PBGroutines.c:1082:9: style: The scope of the variable 'thisFile' can be reduced. [variableScope]
emoslib-4.5.5/pbio/PBGroutines.c:1083:12: style: The scope of the variable 'file' can be reduced. [variableScope]
emoslib-4.5.5/pbio/PBGroutines.c:1116:9: style: The scope of the variable 'thisFile' can be reduced. [variableScope]
emoslib-4.5.5/pbio/PBGroutines.c:1117:12: style: The scope of the variable 'file' can be reduced. [variableScope]
emoslib-4.5.5/pbio/PBGroutines.c:1150:9: style: The scope of the variable 'thisFile' can be reduced. [variableScope]
emoslib-4.5.5/pbio/PBGroutines.c:1151:12: style: The scope of the variable 'file' can be reduced. [variableScope]
emoslib-4.5.5/pbio/PBGroutines.c:1193:9: style: The scope of the variable 'loop' can be reduced. [variableScope]
emoslib-4.5.5/pbio/PBGroutines.c:1194:9: style: The scope of the variable 'thisFile' can be reduced. [variableScope]
emoslib-4.5.5/pbio/PBGroutines.c:1195:12: style: The scope of the variable 'file' can be reduced. [variableScope]
emoslib-4.5.5/pbio/PBGroutines.c:1249:9: style: The scope of the variable 'loop' can be reduced. [variableScope]
emoslib-4.5.5/pbio/PBGroutines.c:1250:9: style: The scope of the variable 'thisFile' can be reduced. [variableScope]
emoslib-4.5.5/pbio/PBGroutines.c:1251:12: style: The scope of the variable 'file' can be reduced. [variableScope]
emoslib-4.5.5/pbio/PBGroutines.c:1392:9: style: The scope of the variable 'loop' can be reduced. [variableScope]
emoslib-4.5.5/pbio/PBGroutines.c:1393:9: style: The scope of the variable 'thisFile' can be reduced. [variableScope]
emoslib-4.5.5/pbio/PBGroutines.c:1394:12: style: The scope of the variable 'file' can be reduced. [variableScope]
emoslib-4.5.5/pbio/PBGroutines.c:1515:9: style: The scope of the variable 'loop' can be reduced. [variableScope]
emoslib-4.5.5/pbio/PBGroutines.c:1516:9: style: The scope of the variable 'thisFile' can be reduced. [variableScope]
emoslib-4.5.5/pbio/PBGroutines.c:1517:12: style: The scope of the variable 'file' can be reduced. [variableScope]
emoslib-4.5.5/pbio/PBGroutines.c:1685:9: style: The scope of the variable 'length' can be reduced. [variableScope]
emoslib-4.5.5/pbio/PBGroutines.c:1685:17: style: The scope of the variable 'status' can be reduced. [variableScope]
emoslib-4.5.5/pbio/PBGroutines.c:1687:9: style: The scope of the variable 'thisFile' can be reduced. [variableScope]
emoslib-4.5.5/pbio/PBGroutines.c:1688:8: style: The scope of the variable 'fp' can be reduced. [variableScope]
emoslib-4.5.5/pbio/PBGroutines.c:1859:9: style: The scope of the variable 'n' can be reduced. [variableScope]
emoslib-4.5.5/pbio/PBGroutines.c:1861:12: style: The scope of the variable 'file' can be reduced. [variableScope]
emoslib-4.5.5/pbio/PBGroutines.c:2024:5: style: The scope of the variable 'status' can be reduced. [variableScope]
emoslib-4.5.5/pbio/PBGroutines.c:2309:33: style: The scope of the variable 'headerLength2' can be reduced. [variableScope]
emoslib-4.5.5/pbio/PBGroutines.c:2310:21: style: The scope of the variable 'buffer2' can be reduced. [variableScope]
emoslib-4.5.5/pbio/PBGroutines.c:2371:9: style: The scope of the variable 'length' can be reduced. [variableScope]
emoslib-4.5.5/pbio/PBGroutines.c:2371:17: style: The scope of the variable 'status' can be reduced. [variableScope]
emoslib-4.5.5/pbio/PBGroutines.c:2373:9: style: The scope of the variable 'thisFile' can be reduced. [variableScope]
emoslib-4.5.5/pbio/PBGroutines.c:2374:8: style: The scope of the variable 'fp' can be reduced. [variableScope]
emoslib-4.5.5/pbio/PBGroutines.c:2446:5: style: The scope of the variable 'large' can be reduced. [variableScope]
emoslib-4.5.5/pbio/PBGroutines.c:315:24: style: Function 'gribdata' argument 2 names different: declaration 'number_of_fields' definition 'index'. [funcArgNamesDifferent]
emoslib-4.5.5/pbio/PBGroutines.c:38:24: note: Function 'gribdata' argument 2 names different: declaration 'number_of_fields' definition 'index'.
emoslib-4.5.5/pbio/PBGroutines.c:315:24: note: Function 'gribdata' argument 2 names different: declaration 'number_of_fields' definition 'index'.
emoslib-4.5.5/pbio/PBGroutines.c:2497:9: style: Variable 'large' is assigned a value that is never used. [unreadVariable]
emoslib-4.5.5/pbio/PBGroutines.c:2496:18: style: Variable 'total' is assigned a value that is never used. [unreadVariable]
emoslib-4.5.5/pbio/PBGroutines.c:2316:9: error: Common realloc mistake: 'ibuffer2' nulled but not freed upon failure [memleakOnRealloc]
emoslib-4.5.5/pbio/gbyte_alpha.c:69:33: style: The scope of the variable 'nextBit' can be reduced. [variableScope]
emoslib-4.5.5/pbio/gbyte_alpha.c:113:27: style: The scope of the variable 'byte' can be reduced. [variableScope]
emoslib-4.5.5/pbio/gbyte_alpha.c:113:33: style: The scope of the variable 'bitShift' can be reduced. [variableScope]
emoslib-4.5.5/pbio/gbyte_alpha.c:164:24: style: The scope of the variable 'nextBit' can be reduced. [variableScope]
emoslib-4.5.5/pbio/gbyte_le.c:64:16: style: The scope of the variable 'nextWord' can be reduced. [variableScope]
emoslib-4.5.5/pbio/gbyte_le.c:64:25: style: The scope of the variable 'nextValueFirstBit' can be reduced. [variableScope]
emoslib-4.5.5/pbio/gbyte_le.c:64:43: style: The scope of the variable 'moveBitsLeft' can be reduced. [variableScope]
emoslib-4.5.5/pbio/gbyte_le.c:64:56: style: The scope of the variable 'moveBitsRight' can be reduced. [variableScope]
emoslib-4.5.5/pbio/gbyte_le.c:66:17: style: The scope of the variable 'i0' can be reduced. [variableScope]
emoslib-4.5.5/pbio/gbyte_le.c:66:20: style: The scope of the variable 'i1' can be reduced. [variableScope]
emoslib-4.5.5/pbio/gbyte_le.c:66:23: style: The scope of the variable 'i2' can be reduced. [variableScope]
emoslib-4.5.5/pbio/gbyte_le.c:66:26: style: The scope of the variable 'i3' can be reduced. [variableScope]
emoslib-4.5.5/pbio/gbyte_le.c:66:36: style: The scope of the variable 'temp1' can be reduced. [variableScope]
emoslib-4.5.5/pbio/gbyte_le.c:80:9: style: The scope of the variable 'byte' can be reduced. [variableScope]
emoslib-4.5.5/pbio/gbyte_le.c:80:15: style: The scope of the variable 'bitShift' can be reduced. [variableScope]
emoslib-4.5.5/pbio/gbyte_le.c:263:33: style: The scope of the variable 'nextBit' can be reduced. [variableScope]
emoslib-4.5.5/pbio/gbyte_le.c:323:24: style: The scope of the variable 'nextBit' can be reduced. [variableScope]
emoslib-4.5.5/pbio/gbyte_le.c:263:12: style: Unused variable: bit [unusedVariable]
emoslib-4.5.5/pbio/gbyte_le.c:263:17: style: Unused variable: byte [unusedVariable]
emoslib-4.5.5/pbio/gbyte_le.c:263:23: style: Unused variable: bitShift [unusedVariable]
emoslib-4.5.5/pbio/gbyte_le.c:272:13: style: Variable 'nextBit' is assigned a value that is never used. [unreadVariable]
emoslib-4.5.5/pbio/newpbio.c:49:0: error: #else without #if [preprocessorErrorDirective]
emoslib-4.5.5/pbio/pbio.c:1041:15: error: Array 'namebuff[256]' accessed at index 256, which is out of bounds. [arrayIndexOutOfBounds]
emoslib-4.5.5/pbio/pbio.c:1036:29: note: Assignment 'n1=(l1>256)?256:l1', assigned value is 256
emoslib-4.5.5/pbio/pbio.c:1041:15: note: Array index out of bounds
emoslib-4.5.5/pbio/pbio.c:1042:15: error: Array 'modebuff[10]' accessed at index 10, which is out of bounds. [arrayIndexOutOfBounds]
emoslib-4.5.5/pbio/pbio.c:1037:29: note: Assignment 'n2=(l2>10)?10:l2', assigned value is 10
emoslib-4.5.5/pbio/pbio.c:1042:15: note: Array index out of bounds
emoslib-4.5.5/pbio/pbio.c:334:17: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
emoslib-4.5.5/pbio/pbio.c:475:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long long'. [invalidPrintfArgType_sint]
emoslib-4.5.5/pbio/pbio.c:482:17: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long long'. [invalidPrintfArgType_sint]
emoslib-4.5.5/pbio/pbio.c:488:17: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long long'. [invalidPrintfArgType_sint]
emoslib-4.5.5/pbio/pbio.c:508:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long long'. [invalidPrintfArgType_sint]
emoslib-4.5.5/pbio/pbio.c:598:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long long'. [invalidPrintfArgType_sint]
emoslib-4.5.5/pbio/pbio.c:606:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long long'. [invalidPrintfArgType_sint]
emoslib-4.5.5/pbio/pbio.c:871:6: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
emoslib-4.5.5/pbio/pbio.c:892:10: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
emoslib-4.5.5/pbio/pbio.c:903:7: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
emoslib-4.5.5/pbio/pbio.c:903:7: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
emoslib-4.5.5/pbio/pbio.c:908:7: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
emoslib-4.5.5/pbio/pbio.c:909:7: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
emoslib-4.5.5/pbio/pbio.c:928:7: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
emoslib-4.5.5/pbio/pbio.c:933:7: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
emoslib-4.5.5/pbio/pbio.c:946:7: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
emoslib-4.5.5/pbio/pbio.c:946:7: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
emoslib-4.5.5/pbio/pbio.c:971:4: warning: %o in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
emoslib-4.5.5/pbio/pbio.c:1386:7: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
emoslib-4.5.5/pbio/pbio.c:1429:7: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
emoslib-4.5.5/pbio/pbio.c:1376:8: style: The scope of the variable 'buff' can be reduced. [variableScope]
emoslib-4.5.5/pbio/pbio_alpha.c:556:4: warning: %o in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
emoslib-4.5.5/pbio/pbio_alpha.c:466:8: style: The scope of the variable 'buff' can be reduced. [variableScope]
emoslib-4.5.5/pbio/pbsize.c:41:8: style: The scope of the variable 'buff' can be reduced. [variableScope]
emoslib-4.5.5/pbio/readprod.c:359:21: style: The scope of the variable 'code' can be reduced. [variableScope]
emoslib-4.5.5/pbio/readprod_alpha.c:87:17: style: The scope of the variable 'i' can be reduced. [variableScope]
emoslib-4.5.5/pbio/readprod_alpha.c:176:17: style: Variable 'numread' is assigned a value that is never used. [unreadVariable]
emoslib-4.5.5/pbio/readprod_alpha.c:83:0: style: Variable 'num' is assigned a value that is never used. [unreadVariable]
emoslib-4.5.5/pbio/readprod_alpha.c:359:15: style: Unused variable: next_len [unusedVariable]
emoslib-4.5.5/pbio/readprod_alpha.c:445:9: style: Unused variable: next [unusedVariable]
emoslib-4.5.5/pbio/readprod_alpha.c:445:15: style: Unused variable: next_len [unusedVariable]
emoslib-4.5.5/pbio/readprod_alpha.c:445:0: style: Variable 'next_sec' is assigned a value that is never used. [unreadVariable]
emoslib-4.5.5/sandbox/emos_tool.c:486:9: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
emoslib-4.5.5/sandbox/emos_tool.c:486:9: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
emoslib-4.5.5/sandbox/emos_tool.c:602:9: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
emoslib-4.5.5/sandbox/emos_tool.c:602:9: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
emoslib-4.5.5/sandbox/emos_tool.c:590:5: style: Variable 'g' is reassigned a value before the old one has been used. [redundantAssignment]
emoslib-4.5.5/sandbox/emos_tool.c:588:5: note: Variable 'g' is reassigned a value before the old one has been used.
emoslib-4.5.5/sandbox/emos_tool.c:590:5: note: Variable 'g' is reassigned a value before the old one has been used.
emoslib-4.5.5/sandbox/emos_tool.c:856:26: style: The scope of the variable 'v' can be reduced. [variableScope]
emoslib-4.5.5/tools/gg_gridname.c:151:36: style: Condition 'T=='N'' is always true [knownConditionTrueFalse]
emoslib-4.5.5/tools/gg_gridname.c:149:37: note: Assuming that condition 'T=='N'' is not redundant
emoslib-4.5.5/tools/gg_gridname.c:151:36: note: Condition 'T=='N'' is always true
emoslib-4.5.5/tools/gg_gridname.c:161:27: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
emoslib-4.5.5/tools/gg_single.c:169:23: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
[17:41]

ftp://ftp.se.debian.org/debian/pool/main/e/empathy/empathy_3.4.2.3.orig.tar.xz
empathy-3.4.2.3/libempathy-gtk/empathy-account-widget-irc.c:66:3: style: Variable 'nick' is reassigned a value before the old one has been used. [redundantAssignment]
empathy-3.4.2.3/libempathy-gtk/empathy-account-widget-irc.c:60:0: note: Variable 'nick' is reassigned a value before the old one has been used.
empathy-3.4.2.3/libempathy-gtk/empathy-account-widget-irc.c:66:3: note: Variable 'nick' is reassigned a value before the old one has been used.
empathy-3.4.2.3/libempathy-gtk/empathy-account-widget-irc.c:67:3: style: Variable 'fullname' is reassigned a value before the old one has been used. [redundantAssignment]
empathy-3.4.2.3/libempathy-gtk/empathy-account-widget-irc.c:61:0: note: Variable 'fullname' is reassigned a value before the old one has been used.
empathy-3.4.2.3/libempathy-gtk/empathy-account-widget-irc.c:67:3: note: Variable 'fullname' is reassigned a value before the old one has been used.
empathy-3.4.2.3/libempathy-gtk/empathy-account-widget-irc.c:156:40: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-account-widget-irc.c:179:35: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-account-widget-irc.c:183:69: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-account-widget-irc.c:218:45: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-account-widget-irc.c:234:37: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-account-widget-irc.c:238:66: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-account-widget-sip.c:131:46: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-account-widget-sip.c:156:46: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-account-widget-sip.c:176:63: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-account-widget-sip.c:187:64: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-account-widget.c:703:23: warning: Either the condition 'str' is redundant or there is possible null pointer dereference: str. [nullPointerRedundantCheck]
empathy-3.4.2.3/libempathy-gtk/empathy-account-widget.c:700:7: note: Assuming that condition 'str' is not redundant
empathy-3.4.2.3/libempathy-gtk/empathy-account-widget.c:703:23: note: Null pointer dereference
empathy-3.4.2.3/libempathy-gtk/empathy-account-widget.c:572:7: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
empathy-3.4.2.3/libempathy-gtk/empathy-account-widget.c:570:0: note: Variable 'str' is reassigned a value before the old one has been used.
empathy-3.4.2.3/libempathy-gtk/empathy-account-widget.c:572:7: note: Variable 'str' is reassigned a value before the old one has been used.
empathy-3.4.2.3/libempathy-gtk/empathy-account-widget.c:613:7: style: Variable 'value' is reassigned a value before the old one has been used. [redundantAssignment]
empathy-3.4.2.3/libempathy-gtk/empathy-account-widget.c:611:0: note: Variable 'value' is reassigned a value before the old one has been used.
empathy-3.4.2.3/libempathy-gtk/empathy-account-widget.c:613:7: note: Variable 'value' is reassigned a value before the old one has been used.
empathy-3.4.2.3/libempathy-gtk/empathy-account-widget.c:1232:3: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
empathy-3.4.2.3/libempathy-gtk/empathy-account-widget.c:1224:0: note: Variable 'str' is reassigned a value before the old one has been used.
empathy-3.4.2.3/libempathy-gtk/empathy-account-widget.c:1232:3: note: Variable 'str' is reassigned a value before the old one has been used.
empathy-3.4.2.3/libempathy-gtk/empathy-account-widget.c:847:12: style: The scope of the variable 'object' can be reduced. [variableScope]
empathy-3.4.2.3/libempathy-gtk/empathy-account-widget.c:1052:55: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-account-widget.c:1076:55: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-account-widget.c:1085:25: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-account-widget.c:1143:55: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-account-widget.c:1148:46: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-account-widget.c:1161:57: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-account-widget.c:1168:36: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-account-widget.c:1296:58: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-account-widget.c:1310:46: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-account-widget.c:1323:57: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-account-widget.c:1328:48: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-account-widget.c:1342:42: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-account-widget.c:1346:49: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-account-widget.c:1371:32: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-account-widget.c:1382:57: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-account-widget.c:1440:55: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-account-widget.c:1445:46: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-account-widget.c:1459:46: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-account-widget.c:1467:37: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-account-widget.c:1486:55: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-account-widget.c:1491:46: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-account-widget.c:1505:46: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-account-widget.c:1512:36: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-account-widget.c:1532:57: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-account-widget.c:1537:46: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-account-widget.c:1550:59: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-account-widget.c:1559:57: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-account-widget.c:1576:61: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-account-widget.c:1581:46: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-account-widget.c:1594:63: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-account-widget.c:1601:36: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-account-widget.c:2153:71: style: Function 'empathy_account_widget_discard_pending_changes' argument 1 names different: declaration 'widget' definition 'self'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy-gtk/empathy-account-widget.h:71:28: note: Function 'empathy_account_widget_discard_pending_changes' argument 1 names different: declaration 'widget' definition 'self'.
empathy-3.4.2.3/libempathy-gtk/empathy-account-widget.c:2153:71: note: Function 'empathy_account_widget_discard_pending_changes' argument 1 names different: declaration 'widget' definition 'self'.
empathy-3.4.2.3/libempathy-gtk/empathy-account-widget.c:2160:72: style: Function 'empathy_account_widget_contains_pending_changes' argument 1 names different: declaration 'widget' definition 'self'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy-gtk/empathy-account-widget.h:69:28: note: Function 'empathy_account_widget_contains_pending_changes' argument 1 names different: declaration 'widget' definition 'self'.
empathy-3.4.2.3/libempathy-gtk/empathy-account-widget.c:2160:72: note: Function 'empathy_account_widget_contains_pending_changes' argument 1 names different: declaration 'widget' definition 'self'.
empathy-3.4.2.3/libempathy-gtk/empathy-account-widget.c:2202:72: style: Function 'empathy_account_widget_get_default_display_name' argument 1 names different: declaration 'widget' definition 'self'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy-gtk/empathy-account-widget.h:74:27: note: Function 'empathy_account_widget_get_default_display_name' argument 1 names different: declaration 'widget' definition 'self'.
empathy-3.4.2.3/libempathy-gtk/empathy-account-widget.c:2202:72: note: Function 'empathy_account_widget_get_default_display_name' argument 1 names different: declaration 'widget' definition 'self'.
empathy-3.4.2.3/libempathy-gtk/empathy-account-widget.c:2268:55: style: Function 'empathy_account_widget_changed' argument 1 names different: declaration 'widget' definition 'self'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy-gtk/empathy-account-widget.h:88:60: note: Function 'empathy_account_widget_changed' argument 1 names different: declaration 'widget' definition 'self'.
empathy-3.4.2.3/libempathy-gtk/empathy-account-widget.c:2268:55: note: Function 'empathy_account_widget_changed' argument 1 names different: declaration 'widget' definition 'self'.
empathy-3.4.2.3/libempathy-gtk/empathy-account-widget.c:2275:65: style: Function 'empathy_account_widget_set_account_param' argument 1 names different: declaration 'widget' definition 'self'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy-gtk/empathy-account-widget.h:76:70: note: Function 'empathy_account_widget_set_account_param' argument 1 names different: declaration 'widget' definition 'self'.
empathy-3.4.2.3/libempathy-gtk/empathy-account-widget.c:2275:65: note: Function 'empathy_account_widget_set_account_param' argument 1 names different: declaration 'widget' definition 'self'.
empathy-3.4.2.3/libempathy-gtk/empathy-account-widget.c:2286:18: style: Function 'empathy_account_widget_set_password_param' argument 2 names different: declaration 'password' definition 'account'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy-gtk/empathy-account-widget.h:80:18: note: Function 'empathy_account_widget_set_password_param' argument 2 names different: declaration 'password' definition 'account'.
empathy-3.4.2.3/libempathy-gtk/empathy-account-widget.c:2286:18: note: Function 'empathy_account_widget_set_password_param' argument 2 names different: declaration 'password' definition 'account'.
empathy-3.4.2.3/libempathy-gtk/empathy-avatar-chooser.c:759:7: style: Variable 'pixbuf' is reassigned a value before the old one has been used. [redundantAssignment]
empathy-3.4.2.3/libempathy-gtk/empathy-avatar-chooser.c:756:0: note: Variable 'pixbuf' is reassigned a value before the old one has been used.
empathy-3.4.2.3/libempathy-gtk/empathy-avatar-chooser.c:759:7: note: Variable 'pixbuf' is reassigned a value before the old one has been used.
empathy-3.4.2.3/libempathy-gtk/empathy-avatar-chooser.c:757:18: style: The scope of the variable 'scaled_pixbuf' can be reduced. [variableScope]
empathy-3.4.2.3/libempathy-gtk/empathy-cell-renderer-expander.c:321:28: style: Function 'empathy_cell_renderer_expander_activate' argument 4 names different: declaration 'path' definition 'path_string'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy-gtk/empathy-cell-renderer-expander.c:69:45: note: Function 'empathy_cell_renderer_expander_activate' argument 4 names different: declaration 'path' definition 'path_string'.
empathy-3.4.2.3/libempathy-gtk/empathy-cell-renderer-expander.c:321:28: note: Function 'empathy_cell_renderer_expander_activate' argument 4 names different: declaration 'path' definition 'path_string'.
empathy-3.4.2.3/libempathy-gtk/empathy-chat-text-view.c:939:4: style: Variable 'priv->find_wrapped' is reassigned a value before the old one has been used. [redundantAssignment]
empathy-3.4.2.3/libempathy-gtk/empathy-chat-text-view.c:934:4: note: Variable 'priv->find_wrapped' is reassigned a value before the old one has been used.
empathy-3.4.2.3/libempathy-gtk/empathy-chat-text-view.c:939:4: note: Variable 'priv->find_wrapped' is reassigned a value before the old one has been used.
empathy-3.4.2.3/libempathy-gtk/empathy-chat-text-view.c:1068:4: style: Variable 'priv->find_wrapped' is reassigned a value before the old one has been used. [redundantAssignment]
empathy-3.4.2.3/libempathy-gtk/empathy-chat-text-view.c:1063:4: note: Variable 'priv->find_wrapped' is reassigned a value before the old one has been used.
empathy-3.4.2.3/libempathy-gtk/empathy-chat-text-view.c:1068:4: note: Variable 'priv->find_wrapped' is reassigned a value before the old one has been used.
empathy-3.4.2.3/libempathy-gtk/empathy-chat-text-view.c:101:27: style: The scope of the variable 'str' can be reduced. [variableScope]
empathy-3.4.2.3/libempathy-gtk/empathy-chat-text-view.c:134:21: style: The scope of the variable 'hand' can be reduced. [variableScope]
empathy-3.4.2.3/libempathy-gtk/empathy-chat-text-view.c:1271:12: style: The scope of the variable 'text' can be reduced. [variableScope]
empathy-3.4.2.3/libempathy-gtk/empathy-chat-text-view.c:1469:27: style: The scope of the variable 'list' can be reduced. [variableScope]
empathy-3.4.2.3/libempathy-gtk/empathy-chat.c:2435:2: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
empathy-3.4.2.3/libempathy-gtk/empathy-chat.c:2404:0: note: Variable 'str' is reassigned a value before the old one has been used.
empathy-3.4.2.3/libempathy-gtk/empathy-chat.c:2435:2: note: Variable 'str' is reassigned a value before the old one has been used.
empathy-3.4.2.3/libempathy-gtk/empathy-chat.c:3254:2: style: Variable 'list' is reassigned a value before the old one has been used. [redundantAssignment]
empathy-3.4.2.3/libempathy-gtk/empathy-chat.c:3165:0: note: Variable 'list' is reassigned a value before the old one has been used.
empathy-3.4.2.3/libempathy-gtk/empathy-chat.c:3254:2: note: Variable 'list' is reassigned a value before the old one has been used.
empathy-3.4.2.3/libempathy-gtk/empathy-chat.c:574:21: style: The scope of the variable 'item' can be reduced. [variableScope]
empathy-3.4.2.3/libempathy-gtk/empathy-chat.c:2187:20: style: The scope of the variable 'menu_item' can be reduced. [variableScope]
empathy-3.4.2.3/libempathy-gtk/empathy-chat.c:2211:20: style: The scope of the variable 'submenu' can be reduced. [variableScope]
empathy-3.4.2.3/libempathy-gtk/empathy-chat.c:2302:19: style: The scope of the variable 'menu' can be reduced. [variableScope]
empathy-3.4.2.3/libempathy-gtk/empathy-chat.c:2302:33: style: The scope of the variable 'lang_item' can be reduced. [variableScope]
empathy-3.4.2.3/libempathy-gtk/empathy-chat.c:2405:24: style: The scope of the variable 'chat_spell' can be reduced. [variableScope]
empathy-3.4.2.3/libempathy-gtk/empathy-chat.c:2406:24: style: The scope of the variable 'spell_menu' can be reduced. [variableScope]
empathy-3.4.2.3/libempathy-gtk/empathy-chat.c:2407:24: style: The scope of the variable 'spell_item' can be reduced. [variableScope]
empathy-3.4.2.3/libempathy-gtk/empathy-chat.c:3182:43: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-chat.c:3187:68: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-chat.c:4368:51: style: Function 'empathy_chat_get_nb_unread_messages' argument 1 names different: declaration 'chat' definition 'self'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy-gtk/empathy-chat.h:91:72: note: Function 'empathy_chat_get_nb_unread_messages' argument 1 names different: declaration 'chat' definition 'self'.
empathy-3.4.2.3/libempathy-gtk/empathy-chat.c:4368:51: note: Function 'empathy_chat_get_nb_unread_messages' argument 1 names different: declaration 'chat' definition 'self'.
empathy-3.4.2.3/libempathy-gtk/empathy-contact-search-dialog.c:272:29: style: The scope of the variable 'name' can be reduced. [variableScope]
empathy-3.4.2.3/libempathy-gtk/empathy-contact-widget.c:1784:62: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-contact-widget.c:1789:66: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-contact-widget.c:139:25: style: struct member 'FindName::information' is never used. [unusedStructMember]
empathy-3.4.2.3/libempathy-gtk/empathy-contactinfo-utils.c:154:35: style: Function 'empathy_contact_info_lookup_field' argument 3 names different: declaration 'linkify' definition 'format'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy-gtk/empathy-contactinfo-utils.h:35:56: note: Function 'empathy_contact_info_lookup_field' argument 3 names different: declaration 'linkify' definition 'format'.
empathy-3.4.2.3/libempathy-gtk/empathy-contactinfo-utils.c:154:35: note: Function 'empathy_contact_info_lookup_field' argument 3 names different: declaration 'linkify' definition 'format'.
empathy-3.4.2.3/libempathy-gtk/empathy-individual-menu.c:1319:3: style: Variable 'context' is reassigned a value before the old one has been used. [redundantAssignment]
empathy-3.4.2.3/libempathy-gtk/empathy-individual-menu.c:1312:0: note: Variable 'context' is reassigned a value before the old one has been used.
empathy-3.4.2.3/libempathy-gtk/empathy-individual-menu.c:1319:3: note: Variable 'context' is reassigned a value before the old one has been used.
empathy-3.4.2.3/libempathy-gtk/empathy-individual-menu.c:1115:25: style: The scope of the variable 'monitor' can be reduced. [variableScope]
empathy-3.4.2.3/libempathy-gtk/empathy-individual-menu.c:1420:29: style: The scope of the variable 'manager' can be reduced. [variableScope]
empathy-3.4.2.3/libempathy-gtk/empathy-individual-menu.c:1526:22: style: The scope of the variable 'tp_contact' can be reduced. [variableScope]
empathy-3.4.2.3/libempathy-gtk/empathy-individual-menu.c:1527:18: style: The scope of the variable 'rooms' can be reduced. [variableScope]
empathy-3.4.2.3/libempathy-gtk/empathy-individual-menu.c:1593:14: style: The scope of the variable 'room_item' can be reduced. [variableScope]
empathy-3.4.2.3/libempathy-gtk/empathy-individual-menu.c:1633:18: style: The scope of the variable 'rooms_cur' can be reduced. [variableScope]
empathy-3.4.2.3/libempathy-gtk/empathy-individual-menu.c:1634:22: style: The scope of the variable 'tp_contact' can be reduced. [variableScope]
empathy-3.4.2.3/libempathy-gtk/empathy-individual-menu.c:1635:27: style: The scope of the variable 'contact_cur' can be reduced. [variableScope]
empathy-3.4.2.3/libempathy-gtk/empathy-individual-store-channel.c:338:36: style: Function 'empathy_individual_store_channel_get_channel' argument 1 names different: declaration 'store' definition 'self'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy-gtk/empathy-individual-store-channel.h:62:36: note: Function 'empathy_individual_store_channel_get_channel' argument 1 names different: declaration 'store' definition 'self'.
empathy-3.4.2.3/libempathy-gtk/empathy-individual-store-channel.c:338:36: note: Function 'empathy_individual_store_channel_get_channel' argument 1 names different: declaration 'store' definition 'self'.
empathy-3.4.2.3/libempathy-gtk/empathy-individual-store-manager.c:329:36: style: Function 'empathy_individual_store_manager_get_manager' argument 1 names different: declaration 'store' definition 'self'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy-gtk/empathy-individual-store-manager.h:64:36: note: Function 'empathy_individual_store_manager_get_manager' argument 1 names different: declaration 'store' definition 'self'.
empathy-3.4.2.3/libempathy-gtk/empathy-individual-store-manager.c:329:36: note: Function 'empathy_individual_store_manager_get_manager' argument 1 names different: declaration 'store' definition 'self'.
empathy-3.4.2.3/libempathy-gtk/empathy-individual-store.c:1737:3: style: Variable 'status_icon_name' is reassigned a value before the old one has been used. [redundantAssignment]
empathy-3.4.2.3/libempathy-gtk/empathy-individual-store.c:1735:0: note: Variable 'status_icon_name' is reassigned a value before the old one has been used.
empathy-3.4.2.3/libempathy-gtk/empathy-individual-store.c:1737:3: note: Variable 'status_icon_name' is reassigned a value before the old one has been used.
empathy-3.4.2.3/libempathy-gtk/empathy-individual-store.c:379:21: style: The scope of the variable 'connection' can be reduced. [variableScope]
empathy-3.4.2.3/libempathy-gtk/empathy-individual-store.c:444:20: style: The scope of the variable 'path' can be reduced. [variableScope]
empathy-3.4.2.3/libempathy-gtk/empathy-individual-store.c:605:19: style: The scope of the variable 'data' can be reduced. [variableScope]
empathy-3.4.2.3/libempathy-gtk/empathy-individual-store.c:788:18: style: The scope of the variable 'tp_contact' can be reduced. [variableScope]
empathy-3.4.2.3/libempathy-gtk/empathy-individual-store.c:789:23: style: The scope of the variable 'contact' can be reduced. [variableScope]
empathy-3.4.2.3/libempathy-gtk/empathy-individual-store.c:815:18: style: The scope of the variable 'tp_contact' can be reduced. [variableScope]
empathy-3.4.2.3/libempathy-gtk/empathy-individual-store.c:816:23: style: The scope of the variable 'contact' can be reduced. [variableScope]
empathy-3.4.2.3/libempathy-gtk/empathy-individual-store.c:1381:68: style: Function 'empathy_individual_store_get_show_avatars' argument 1 names different: declaration 'store' definition 'self'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy-gtk/empathy-individual-store.h:94:29: note: Function 'empathy_individual_store_get_show_avatars' argument 1 names different: declaration 'store' definition 'self'.
empathy-3.4.2.3/libempathy-gtk/empathy-individual-store.c:1381:68: note: Function 'empathy_individual_store_get_show_avatars' argument 1 names different: declaration 'store' definition 'self'.
empathy-3.4.2.3/libempathy-gtk/empathy-individual-store.c:1425:68: style: Function 'empathy_individual_store_set_show_avatars' argument 1 names different: declaration 'store' definition 'self'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy-gtk/empathy-individual-store.h:96:73: note: Function 'empathy_individual_store_set_show_avatars' argument 1 names different: declaration 'store' definition 'self'.
empathy-3.4.2.3/libempathy-gtk/empathy-individual-store.c:1425:68: note: Function 'empathy_individual_store_set_show_avatars' argument 1 names different: declaration 'store' definition 'self'.
empathy-3.4.2.3/libempathy-gtk/empathy-individual-store.c:1444:70: style: Function 'empathy_individual_store_get_show_protocols' argument 1 names different: declaration 'store' definition 'self'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy-gtk/empathy-individual-store.h:112:29: note: Function 'empathy_individual_store_get_show_protocols' argument 1 names different: declaration 'store' definition 'self'.
empathy-3.4.2.3/libempathy-gtk/empathy-individual-store.c:1444:70: note: Function 'empathy_individual_store_get_show_protocols' argument 1 names different: declaration 'store' definition 'self'.
empathy-3.4.2.3/libempathy-gtk/empathy-individual-store.c:1452:70: style: Function 'empathy_individual_store_set_show_protocols' argument 1 names different: declaration 'store' definition 'self'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy-gtk/empathy-individual-store.h:115:29: note: Function 'empathy_individual_store_set_show_protocols' argument 1 names different: declaration 'store' definition 'self'.
empathy-3.4.2.3/libempathy-gtk/empathy-individual-store.c:1452:70: note: Function 'empathy_individual_store_set_show_protocols' argument 1 names different: declaration 'store' definition 'self'.
empathy-3.4.2.3/libempathy-gtk/empathy-individual-store.c:1471:67: style: Function 'empathy_individual_store_get_show_groups' argument 1 names different: declaration 'store' definition 'self'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy-gtk/empathy-individual-store.h:100:29: note: Function 'empathy_individual_store_get_show_groups' argument 1 names different: declaration 'store' definition 'self'.
empathy-3.4.2.3/libempathy-gtk/empathy-individual-store.c:1471:67: note: Function 'empathy_individual_store_get_show_groups' argument 1 names different: declaration 'store' definition 'self'.
empathy-3.4.2.3/libempathy-gtk/empathy-individual-store.c:1479:67: style: Function 'empathy_individual_store_set_show_groups' argument 1 names different: declaration 'store' definition 'self'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy-gtk/empathy-individual-store.h:102:72: note: Function 'empathy_individual_store_set_show_groups' argument 1 names different: declaration 'store' definition 'self'.
empathy-3.4.2.3/libempathy-gtk/empathy-individual-store.c:1479:67: note: Function 'empathy_individual_store_set_show_groups' argument 1 names different: declaration 'store' definition 'self'.
empathy-3.4.2.3/libempathy-gtk/empathy-individual-store.c:1516:66: style: Function 'empathy_individual_store_get_is_compact' argument 1 names different: declaration 'store' definition 'self'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy-gtk/empathy-individual-store.h:106:29: note: Function 'empathy_individual_store_get_is_compact' argument 1 names different: declaration 'store' definition 'self'.
empathy-3.4.2.3/libempathy-gtk/empathy-individual-store.c:1516:66: note: Function 'empathy_individual_store_get_is_compact' argument 1 names different: declaration 'store' definition 'self'.
empathy-3.4.2.3/libempathy-gtk/empathy-individual-store.c:1524:66: style: Function 'empathy_individual_store_set_is_compact' argument 1 names different: declaration 'store' definition 'self'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy-gtk/empathy-individual-store.h:108:71: note: Function 'empathy_individual_store_set_is_compact' argument 1 names different: declaration 'store' definition 'self'.
empathy-3.4.2.3/libempathy-gtk/empathy-individual-store.c:1524:66: note: Function 'empathy_individual_store_set_is_compact' argument 1 names different: declaration 'store' definition 'self'.
empathy-3.4.2.3/libempathy-gtk/empathy-individual-store.c:1543:70: style: Function 'empathy_individual_store_get_sort_criterium' argument 1 names different: declaration 'store' definition 'self'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy-gtk/empathy-individual-store.h:119:29: note: Function 'empathy_individual_store_get_sort_criterium' argument 1 names different: declaration 'store' definition 'self'.
empathy-3.4.2.3/libempathy-gtk/empathy-individual-store.c:1543:70: note: Function 'empathy_individual_store_get_sort_criterium' argument 1 names different: declaration 'store' definition 'self'.
empathy-3.4.2.3/libempathy-gtk/empathy-individual-store.c:1551:70: style: Function 'empathy_individual_store_set_sort_criterium' argument 1 names different: declaration 'store' definition 'self'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy-gtk/empathy-individual-store.h:122:29: note: Function 'empathy_individual_store_set_sort_criterium' argument 1 names different: declaration 'store' definition 'self'.
empathy-3.4.2.3/libempathy-gtk/empathy-individual-store.c:1551:70: note: Function 'empathy_individual_store_set_sort_criterium' argument 1 names different: declaration 'store' definition 'self'.
empathy-3.4.2.3/libempathy-gtk/empathy-individual-store.c:1731:29: style: Function 'empathy_individual_store_get_individual_status_icon' argument 1 names different: declaration 'store' definition 'self'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy-gtk/empathy-individual-store.h:135:29: note: Function 'empathy_individual_store_get_individual_status_icon' argument 1 names different: declaration 'store' definition 'self'.
empathy-3.4.2.3/libempathy-gtk/empathy-individual-store.c:1731:29: note: Function 'empathy_individual_store_get_individual_status_icon' argument 1 names different: declaration 'store' definition 'self'.
empathy-3.4.2.3/libempathy-gtk/empathy-individual-view.c:647:36: style: Redundant condition: dm!=NULL. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition]
empathy-3.4.2.3/libempathy-gtk/empathy-individual-view.c:299:3: style: Variable 'new_group' is reassigned a value before the old one has been used. [redundantAssignment]
empathy-3.4.2.3/libempathy-gtk/empathy-individual-view.c:292:0: note: Variable 'new_group' is reassigned a value before the old one has been used.
empathy-3.4.2.3/libempathy-gtk/empathy-individual-view.c:299:3: note: Variable 'new_group' is reassigned a value before the old one has been used.
empathy-3.4.2.3/libempathy-gtk/empathy-individual-view.c:429:3: style: Variable 'manager' is reassigned a value before the old one has been used. [redundantAssignment]
empathy-3.4.2.3/libempathy-gtk/empathy-individual-view.c:417:0: note: Variable 'manager' is reassigned a value before the old one has been used.
empathy-3.4.2.3/libempathy-gtk/empathy-individual-view.c:429:3: note: Variable 'manager' is reassigned a value before the old one has been used.
empathy-3.4.2.3/libempathy-gtk/empathy-individual-view.c:696:11: style: Variable 'contact' is reassigned a value before the old one has been used. [redundantAssignment]
empathy-3.4.2.3/libempathy-gtk/empathy-individual-view.c:694:0: note: Variable 'contact' is reassigned a value before the old one has been used.
empathy-3.4.2.3/libempathy-gtk/empathy-individual-view.c:696:11: note: Variable 'contact' is reassigned a value before the old one has been used.
empathy-3.4.2.3/libempathy-gtk/empathy-individual-view.c:1425:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
empathy-3.4.2.3/libempathy-gtk/empathy-individual-view.c:1421:0: note: Variable 'ret' is reassigned a value before the old one has been used.
empathy-3.4.2.3/libempathy-gtk/empathy-individual-view.c:1425:3: note: Variable 'ret' is reassigned a value before the old one has been used.
empathy-3.4.2.3/libempathy-gtk/empathy-individual-view.c:1654:11: style: The scope of the variable 'personas' can be reduced. [variableScope]
empathy-3.4.2.3/libempathy-gtk/empathy-individual-view.c:2363:14: style: The scope of the variable 'item' can be reduced. [variableScope]
empathy-3.4.2.3/libempathy-gtk/empathy-individual-view.c:2364:14: style: The scope of the variable 'image' can be reduced. [variableScope]
empathy-3.4.2.3/libempathy-gtk/empathy-individual-view.c:2665:62: style: Function 'empathy_individual_view_is_searching' argument 1 names different: declaration 'view' definition 'self'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy-gtk/empathy-individual-view.h:126:28: note: Function 'empathy_individual_view_is_searching' argument 1 names different: declaration 'view' definition 'self'.
empathy-3.4.2.3/libempathy-gtk/empathy-individual-view.c:2665:62: note: Function 'empathy_individual_view_is_searching' argument 1 names different: declaration 'view' definition 'self'.
empathy-3.4.2.3/libempathy-gtk/empathy-individual-view.c:2678:66: style: Function 'empathy_individual_view_get_show_offline' argument 1 names different: declaration 'view' definition 'self'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy-gtk/empathy-individual-view.h:109:28: note: Function 'empathy_individual_view_get_show_offline' argument 1 names different: declaration 'view' definition 'self'.
empathy-3.4.2.3/libempathy-gtk/empathy-individual-view.c:2678:66: note: Function 'empathy_individual_view_get_show_offline' argument 1 names different: declaration 'view' definition 'self'.
empathy-3.4.2.3/libempathy-gtk/empathy-individual-view.c:2690:66: style: Function 'empathy_individual_view_set_show_offline' argument 1 names different: declaration 'view' definition 'self'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy-gtk/empathy-individual-view.h:112:28: note: Function 'empathy_individual_view_set_show_offline' argument 1 names different: declaration 'view' definition 'self'.
empathy-3.4.2.3/libempathy-gtk/empathy-individual-view.c:2690:66: note: Function 'empathy_individual_view_set_show_offline' argument 1 names different: declaration 'view' definition 'self'.
empathy-3.4.2.3/libempathy-gtk/empathy-individual-view.c:2831:72: style: Function 'empathy_individual_view_set_show_uninteresting' argument 1 names different: declaration 'view' definition 'self'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy-gtk/empathy-individual-view.h:122:28: note: Function 'empathy_individual_view_set_show_uninteresting' argument 1 names different: declaration 'view' definition 'self'.
empathy-3.4.2.3/libempathy-gtk/empathy-individual-view.c:2831:72: note: Function 'empathy_individual_view_set_show_uninteresting' argument 1 names different: declaration 'view' definition 'self'.
empathy-3.4.2.3/libempathy-gtk/empathy-individual-view.c:105:20: style: struct member 'ShowActiveData::individual' is never used. [unusedStructMember]
empathy-3.4.2.3/libempathy-gtk/empathy-individual-widget.c:1464:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
empathy-3.4.2.3/libempathy-gtk/empathy-individual-widget.c:1466:3: note: Found duplicate branches for 'if' and 'else'.
empathy-3.4.2.3/libempathy-gtk/empathy-individual-widget.c:1464:3: note: Found duplicate branches for 'if' and 'else'.
empathy-3.4.2.3/libempathy-gtk/empathy-individual-widget.c:1404:13: style: The scope of the variable 'image' can be reduced. [variableScope]
empathy-3.4.2.3/libempathy-gtk/empathy-individual-widget.c:1986:52: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-individual-widget.c:153:28: style: struct member 'DetailsData::widget' is never used. [unusedStructMember]
empathy-3.4.2.3/libempathy-gtk/empathy-irc-network-dialog.c:240:16: style: The scope of the variable 'path' can be reduced. [variableScope]
empathy-3.4.2.3/libempathy-gtk/empathy-irc-network-dialog.c:243:7: style: The scope of the variable 'selected' can be reduced. [variableScope]
empathy-3.4.2.3/libempathy-gtk/empathy-irc-network-dialog.c:494:41: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-irc-network-dialog.c:559:84: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-log-window.c:1700:3: style: Variable 'now' is reassigned a value before the old one has been used. [redundantAssignment]
empathy-3.4.2.3/libempathy-gtk/empathy-log-window.c:1695:0: note: Variable 'now' is reassigned a value before the old one has been used.
empathy-3.4.2.3/libempathy-gtk/empathy-log-window.c:1700:3: note: Variable 'now' is reassigned a value before the old one has been used.
empathy-3.4.2.3/libempathy-gtk/empathy-log-window.c:1318:24: style: The scope of the variable 'duration' can be reduced. [variableScope]
empathy-3.4.2.3/libempathy-gtk/empathy-log-window.c:1318:35: style: The scope of the variable 'finished' can be reduced. [variableScope]
empathy-3.4.2.3/libempathy-gtk/empathy-log-window.c:1319:29: style: The scope of the variable 'finished_date' can be reduced. [variableScope]
empathy-3.4.2.3/libempathy-gtk/empathy-log-window.c:3358:24: style: The scope of the variable 'ctx' can be reduced. [variableScope]
empathy-3.4.2.3/libempathy-gtk/empathy-log-window.c:636:38: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-log-window.c:645:76: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-log-window.c:779:15: style: Function 'empathy_log_window_show' argument 3 names different: declaration 'chatroom' definition 'is_chatroom'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy-gtk/empathy-log-window.h:59:14: note: Function 'empathy_log_window_show' argument 3 names different: declaration 'chatroom' definition 'is_chatroom'.
empathy-3.4.2.3/libempathy-gtk/empathy-log-window.c:779:15: note: Function 'empathy_log_window_show' argument 3 names different: declaration 'chatroom' definition 'is_chatroom'.
empathy-3.4.2.3/libempathy-gtk/empathy-log-window.c:1032:47: style: Function 'log_window_create_observer' argument 1 names different: declaration 'window' definition 'self'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy-gtk/empathy-log-window.c:151:69: note: Function 'log_window_create_observer' argument 1 names different: declaration 'window' definition 'self'.
empathy-3.4.2.3/libempathy-gtk/empathy-log-window.c:1032:47: note: Function 'log_window_create_observer' argument 1 names different: declaration 'window' definition 'self'.
empathy-3.4.2.3/libempathy-gtk/empathy-log-window.c:1453:44: style: Function 'log_window_get_selected' argument 1 names different: declaration 'window' definition 'self'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy-gtk/empathy-log-window.c:235:44: note: Function 'log_window_get_selected' argument 1 names different: declaration 'window' definition 'self'.
empathy-3.4.2.3/libempathy-gtk/empathy-log-window.c:1453:44: note: Function 'log_window_get_selected' argument 1 names different: declaration 'window' definition 'self'.
empathy-3.4.2.3/libempathy-gtk/empathy-log-window.c:2071:49: style: Function 'log_window_search_entry_activate_cb' argument 1 names different: declaration 'widget' definition 'entry'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy-gtk/empathy-log-window.c:129:69: note: Function 'log_window_search_entry_activate_cb' argument 1 names different: declaration 'widget' definition 'entry'.
empathy-3.4.2.3/libempathy-gtk/empathy-log-window.c:2071:49: note: Function 'log_window_search_entry_activate_cb' argument 1 names different: declaration 'widget' definition 'entry'.
empathy-3.4.2.3/libempathy-gtk/empathy-plist.c:286:2: style: Variable 'doc' is reassigned a value before the old one has been used. [redundantAssignment]
empathy-3.4.2.3/libempathy-gtk/empathy-plist.c:282:0: note: Variable 'doc' is reassigned a value before the old one has been used.
empathy-3.4.2.3/libempathy-gtk/empathy-plist.c:286:2: note: Variable 'doc' is reassigned a value before the old one has been used.
empathy-3.4.2.3/libempathy-gtk/empathy-plist.c:320:2: style: Variable 'doc' is reassigned a value before the old one has been used. [redundantAssignment]
empathy-3.4.2.3/libempathy-gtk/empathy-plist.c:316:0: note: Variable 'doc' is reassigned a value before the old one has been used.
empathy-3.4.2.3/libempathy-gtk/empathy-plist.c:320:2: note: Variable 'doc' is reassigned a value before the old one has been used.
empathy-3.4.2.3/libempathy-gtk/empathy-presence-chooser.c:1100:15: style: The scope of the variable 'status' can be reduced. [variableScope]
empathy-3.4.2.3/libempathy-gtk/empathy-search-bar.c:290:96: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-search-bar.c:106:44: style: Function 'empathy_search_bar_show' argument 1 names different: declaration 'searchbar' definition 'self'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy-gtk/empathy-search-bar.h:60:60: note: Function 'empathy_search_bar_show' argument 1 names different: declaration 'searchbar' definition 'self'.
empathy-3.4.2.3/libempathy-gtk/empathy-search-bar.c:106:44: note: Function 'empathy_search_bar_show' argument 1 names different: declaration 'searchbar' definition 'self'.
empathy-3.4.2.3/libempathy-gtk/empathy-search-bar.c:120:44: style: Function 'empathy_search_bar_hide' argument 1 names different: declaration 'searchbar' definition 'self'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy-gtk/empathy-search-bar.h:61:60: note: Function 'empathy_search_bar_hide' argument 1 names different: declaration 'searchbar' definition 'self'.
empathy-3.4.2.3/libempathy-gtk/empathy-search-bar.c:120:44: note: Function 'empathy_search_bar_hide' argument 1 names different: declaration 'searchbar' definition 'self'.
empathy-3.4.2.3/libempathy-gtk/empathy-search-bar.c:311:55: style: Function 'empathy_search_bar_paste_clipboard' argument 1 names different: declaration 'searchbar' definition 'self'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy-gtk/empathy-search-bar.h:62:67: note: Function 'empathy_search_bar_paste_clipboard' argument 1 names different: declaration 'searchbar' definition 'self'.
empathy-3.4.2.3/libempathy-gtk/empathy-search-bar.c:311:55: note: Function 'empathy_search_bar_paste_clipboard' argument 1 names different: declaration 'searchbar' definition 'self'.
empathy-3.4.2.3/libempathy-gtk/empathy-smiley-manager.c:244:13: style: The scope of the variable 'var_args' can be reduced. [variableScope]
empathy-3.4.2.3/libempathy-gtk/empathy-smiley-manager.c:269:72: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-smiley-manager.c:270:71: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-smiley-manager.c:271:63: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-smiley-manager.c:272:63: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-smiley-manager.c:273:72: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-smiley-manager.c:274:86: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-smiley-manager.c:275:71: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-smiley-manager.c:276:72: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-smiley-manager.c:277:73: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-smiley-manager.c:278:71: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-smiley-manager.c:279:85: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-smiley-manager.c:280:71: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-smiley-manager.c:281:71: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-smiley-manager.c:282:71: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-smiley-manager.c:283:86: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-smiley-manager.c:284:71: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-smiley-manager.c:285:86: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-smiley-manager.c:286:71: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-smiley-manager.c:287:71: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-smiley-manager.c:288:71: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-smiley-manager.c:289:86: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-spell.c:459:47: style: Function 'empathy_spell_get_language_name' argument 1 names different: declaration 'code' definition 'lang'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy-gtk/empathy-spell.h:32:62: note: Function 'empathy_spell_get_language_name' argument 1 names different: declaration 'code' definition 'lang'.
empathy-3.4.2.3/libempathy-gtk/empathy-spell.c:459:47: note: Function 'empathy_spell_get_language_name' argument 1 names different: declaration 'code' definition 'lang'.
empathy-3.4.2.3/libempathy-gtk/empathy-status-preset-dialog.c:327:66: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-theme-adium.c:1486:2: style: Variable 'font_family' is reassigned a value before the old one has been used. [redundantAssignment]
empathy-3.4.2.3/libempathy-gtk/empathy-theme-adium.c:1480:0: note: Variable 'font_family' is reassigned a value before the old one has been used.
empathy-3.4.2.3/libempathy-gtk/empathy-theme-adium.c:1486:2: note: Variable 'font_family' is reassigned a value before the old one has been used.
empathy-3.4.2.3/libempathy-gtk/empathy-theme-adium.c:1443:25: style: The scope of the variable 'scrolled_window' can be reduced. [variableScope]
empathy-3.4.2.3/libempathy-gtk/empathy-theme-adium.c:1444:25: style: The scope of the variable 'inspector_web_view' can be reduced. [variableScope]
empathy-3.4.2.3/libempathy-gtk/empathy-theme-adium.c:261:15: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-theme-adium.c:1986:34: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-theme-adium.c:1994:34: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-theme-manager.c:711:2: style: Variable 'userpath' is reassigned a value before the old one has been used. [redundantAssignment]
empathy-3.4.2.3/libempathy-gtk/empathy-theme-manager.c:707:0: note: Variable 'userpath' is reassigned a value before the old one has been used.
empathy-3.4.2.3/libempathy-gtk/empathy-theme-manager.c:711:2: note: Variable 'userpath' is reassigned a value before the old one has been used.
empathy-3.4.2.3/libempathy-gtk/empathy-theme-manager.c:151:18: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-theme-manager.c:155:41: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-theme-manager.c:159:33: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-theme-manager.c:162:29: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-theme-manager.c:166:39: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-theme-manager.c:170:41: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-theme-manager.c:173:28: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-theme-manager.c:178:31: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-theme-manager.c:181:30: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-theme-manager.c:185:33: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-theme-manager.c:258:35: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-theme-manager.c:265:29: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-theme-manager.c:268:47: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-theme-manager.c:273:35: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-theme-manager.c:278:35: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-theme-manager.c:283:45: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-theme-manager.c:287:47: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-theme-manager.c:293:39: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-theme-manager.c:298:21: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/libempathy-gtk/empathy-ui-utils.c:344:10: warning: Redundant assignment of 'width' to itself. [selfAssignment]
empathy-3.4.2.3/libempathy-gtk/empathy-ui-utils.c:345:11: warning: Redundant assignment of 'height' to itself. [selfAssignment]
empathy-3.4.2.3/libempathy-gtk/empathy-ui-utils.c:151:15: style: The scope of the variable 'sig' can be reduced. [variableScope]
empathy-3.4.2.3/libempathy-gtk/empathy-ui-utils.c:152:15: style: The scope of the variable 'object' can be reduced. [variableScope]
empathy-3.4.2.3/libempathy-gtk/empathy-ui-utils.c:987:9: style: The scope of the variable 'casefold' can be reduced. [variableScope]
empathy-3.4.2.3/libempathy-gtk/empathy-ui-utils.c:987:20: style: The scope of the variable 'normal' can be reduced. [variableScope]
empathy-3.4.2.3/libempathy-gtk/empathy-ui-utils.c:1827:9: style: The scope of the variable 'file' can be reduced. [variableScope]
empathy-3.4.2.3/libempathy-gtk/empathy-ui-utils.c:1911:20: style: The scope of the variable 'factory' can be reduced. [variableScope]
empathy-3.4.2.3/libempathy-gtk/empathy-ui-utils.c:1912:9: style: The scope of the variable 'file' can be reduced. [variableScope]
empathy-3.4.2.3/libempathy-gtk/empathy-ui-utils.c:2106:20: style: The scope of the variable 'p' can be reduced. [variableScope]
empathy-3.4.2.3/libempathy-gtk/empathy-ui-utils.c:174:24: style: Function 'empathy_builder_unref_and_keep_widget' argument 2 names different: declaration 'root' definition 'widget'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy-gtk/empathy-ui-utils.h:67:27: note: Function 'empathy_builder_unref_and_keep_widget' argument 2 names different: declaration 'root' definition 'widget'.
empathy-3.4.2.3/libempathy-gtk/empathy-ui-utils.c:174:24: note: Function 'empathy_builder_unref_and_keep_widget' argument 2 names different: declaration 'root' definition 'widget'.
empathy-3.4.2.3/libempathy-gtk/totem-subtitle-encoding.c:362:10: style: The scope of the variable 'converted' can be reduced. [variableScope]
empathy-3.4.2.3/libempathy/empathy-account-settings.c:1000:0: error: syntax error [syntaxError]
empathy-3.4.2.3/libempathy/empathy-chatroom-manager.c:317:10: style: Variable 'priv' is assigned a value that is never used. [unreadVariable]
empathy-3.4.2.3/libempathy/empathy-connection-managers.c:204:66: style: Function 'empathy_connection_managers_is_ready' argument 1 names different: declaration 'managers' definition 'self'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy/empathy-connection-managers.h:64:32: note: Function 'empathy_connection_managers_is_ready' argument 1 names different: declaration 'managers' definition 'self'.
empathy-3.4.2.3/libempathy/empathy-connection-managers.c:204:66: note: Function 'empathy_connection_managers_is_ready' argument 1 names different: declaration 'managers' definition 'self'.
empathy-3.4.2.3/libempathy/empathy-connection-managers.c:249:64: style: Function 'empathy_connection_managers_update' argument 1 names different: declaration 'managers' definition 'self'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy/empathy-connection-managers.h:66:69: note: Function 'empathy_connection_managers_update' argument 1 names different: declaration 'managers' definition 'self'.
empathy-3.4.2.3/libempathy/empathy-connection-managers.c:249:64: note: Function 'empathy_connection_managers_update' argument 1 names different: declaration 'managers' definition 'self'.
empathy-3.4.2.3/libempathy/empathy-connection-managers.c:259:65: style: Function 'empathy_connection_managers_get_cms' argument 1 names different: declaration 'managers' definition 'self'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy/empathy-connection-managers.h:69:32: note: Function 'empathy_connection_managers_get_cms' argument 1 names different: declaration 'managers' definition 'self'.
empathy-3.4.2.3/libempathy/empathy-connection-managers.c:259:65: note: Function 'empathy_connection_managers_get_cms' argument 1 names different: declaration 'managers' definition 'self'.
empathy-3.4.2.3/libempathy/empathy-connection-managers.c:267:64: style: Function 'empathy_connection_managers_get_cm' argument 1 names different: declaration 'managers' definition 'self'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy/empathy-connection-managers.h:74:30: note: Function 'empathy_connection_managers_get_cm' argument 1 names different: declaration 'managers' definition 'self'.
empathy-3.4.2.3/libempathy/empathy-connection-managers.c:267:64: note: Function 'empathy_connection_managers_get_cm' argument 1 names different: declaration 'managers' definition 'self'.
empathy-3.4.2.3/libempathy/empathy-connection-managers.c:285:69: style: Function 'empathy_connection_managers_get_cms_num' argument 1 names different: declaration 'managers' definition 'self'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy/empathy-connection-managers.h:71:33: note: Function 'empathy_connection_managers_get_cms_num' argument 1 names different: declaration 'managers' definition 'self'.
empathy-3.4.2.3/libempathy/empathy-connection-managers.c:285:69: note: Function 'empathy_connection_managers_get_cms_num' argument 1 names different: declaration 'managers' definition 'self'.
empathy-3.4.2.3/libempathy/empathy-connection-managers.c:307:32: style: Function 'empathy_connection_managers_prepare_async' argument 1 names different: declaration 'managers' definition 'self'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy/empathy-connection-managers.h:77:32: note: Function 'empathy_connection_managers_prepare_async' argument 1 names different: declaration 'managers' definition 'self'.
empathy-3.4.2.3/libempathy/empathy-connection-managers.c:307:32: note: Function 'empathy_connection_managers_prepare_async' argument 1 names different: declaration 'managers' definition 'self'.
empathy-3.4.2.3/libempathy/empathy-connection-managers.c:330:32: style: Function 'empathy_connection_managers_prepare_finish' argument 1 names different: declaration 'managers' definition 'self'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy/empathy-connection-managers.h:82:32: note: Function 'empathy_connection_managers_prepare_finish' argument 1 names different: declaration 'managers' definition 'self'.
empathy-3.4.2.3/libempathy/empathy-connection-managers.c:330:32: note: Function 'empathy_connection_managers_prepare_finish' argument 1 names different: declaration 'managers' definition 'self'.
empathy-3.4.2.3/libempathy/empathy-contact.c:724:16: style: Function 'empathy_contact_from_tpl_contact' argument 2 names different: declaration 'tpl_contact' definition 'tpl_entity'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy/empathy-contact.h:76:16: note: Function 'empathy_contact_from_tpl_contact' argument 2 names different: declaration 'tpl_contact' definition 'tpl_entity'.
empathy-3.4.2.3/libempathy/empathy-contact.c:724:16: note: Function 'empathy_contact_from_tpl_contact' argument 2 names different: declaration 'tpl_contact' definition 'tpl_entity'.
empathy-3.4.2.3/libempathy/empathy-contact.c:1484:45: style: Function 'empathy_avatar_save_to_file' argument 1 names different: declaration 'avatar' definition 'self'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy/empathy-contact.h:128:54: note: Function 'empathy_avatar_save_to_file' argument 1 names different: declaration 'avatar' definition 'self'.
empathy-3.4.2.3/libempathy/empathy-contact.c:1484:45: note: Function 'empathy_avatar_save_to_file' argument 1 names different: declaration 'avatar' definition 'self'.
empathy-3.4.2.3/libempathy/empathy-contact.c:1566:26: style: Function 'contact_set_client_types' argument 2 names different: declaration 'types' definition 'client_types'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy/empathy-contact.c:89:26: note: Function 'contact_set_client_types' argument 2 names different: declaration 'types' definition 'client_types'.
empathy-3.4.2.3/libempathy/empathy-contact.c:1566:26: note: Function 'contact_set_client_types' argument 2 names different: declaration 'types' definition 'client_types'.
empathy-3.4.2.3/libempathy/empathy-ft-factory.c:264:12: style: Function 'empathy_ft_factory_new_transfer_outgoing' argument 4 names different: declaration 'user_action_time' definition 'action_time'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy/empathy-ft-factory.h:66:12: note: Function 'empathy_ft_factory_new_transfer_outgoing' argument 4 names different: declaration 'user_action_time' definition 'action_time'.
empathy-3.4.2.3/libempathy/empathy-ft-factory.c:264:12: note: Function 'empathy_ft_factory_new_transfer_outgoing' argument 4 names different: declaration 'user_action_time' definition 'action_time'.
empathy-3.4.2.3/libempathy/empathy-ft-handler.c:607:16: style: The scope of the variable 'hash_data' can be reduced. [variableScope]
empathy-3.4.2.3/libempathy/empathy-individual-manager.c:582:21: style: The scope of the variable 'conn' can be reduced. [variableScope]
empathy-3.4.2.3/libempathy/empathy-individual-manager.c:399:67: style: Function 'empathy_individual_manager_get_members' argument 1 names different: declaration 'manager' definition 'self'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy/empathy-individual-manager.h:60:31: note: Function 'empathy_individual_manager_get_members' argument 1 names different: declaration 'manager' definition 'self'.
empathy-3.4.2.3/libempathy/empathy-individual-manager.c:399:67: note: Function 'empathy_individual_manager_get_members' argument 1 names different: declaration 'manager' definition 'self'.
empathy-3.4.2.3/libempathy/empathy-individual-manager.c:409:69: style: Function 'empathy_individual_manager_lookup_member' argument 1 names different: declaration 'manager' definition 'self'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy/empathy-individual-manager.h:63:31: note: Function 'empathy_individual_manager_lookup_member' argument 1 names different: declaration 'manager' definition 'self'.
empathy-3.4.2.3/libempathy/empathy-individual-manager.c:409:69: note: Function 'empathy_individual_manager_lookup_member' argument 1 names different: declaration 'manager' definition 'self'.
empathy-3.4.2.3/libempathy/empathy-individual-manager.c:450:72: style: Function 'empathy_individual_manager_add_from_contact' argument 1 names different: declaration 'manager' definition 'self'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy/empathy-individual-manager.h:67:31: note: Function 'empathy_individual_manager_add_from_contact' argument 1 names different: declaration 'manager' definition 'self'.
empathy-3.4.2.3/libempathy/empathy-individual-manager.c:450:72: note: Function 'empathy_individual_manager_add_from_contact' argument 1 names different: declaration 'manager' definition 'self'.
empathy-3.4.2.3/libempathy/empathy-individual-manager.c:537:62: style: Function 'empathy_individual_manager_remove' argument 1 names different: declaration 'manager' definition 'self'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy/empathy-individual-manager.h:70:67: note: Function 'empathy_individual_manager_remove' argument 1 names different: declaration 'manager' definition 'self'.
empathy-3.4.2.3/libempathy/empathy-individual-manager.c:537:62: note: Function 'empathy_individual_manager_remove' argument 1 names different: declaration 'manager' definition 'self'.
empathy-3.4.2.3/libempathy/empathy-irc-network-manager.c:493:3: style: Variable 'priv->loading' is reassigned a value before the old one has been used. [redundantAssignment]
empathy-3.4.2.3/libempathy/empathy-irc-network-manager.c:488:3: note: Variable 'priv->loading' is reassigned a value before the old one has been used.
empathy-3.4.2.3/libempathy/empathy-irc-network-manager.c:493:3: note: Variable 'priv->loading' is reassigned a value before the old one has been used.
empathy-3.4.2.3/libempathy/empathy-irc-network-manager.c:553:10: style: The scope of the variable 'str' can be reduced. [variableScope]
empathy-3.4.2.3/libempathy/empathy-irc-network-manager.c:306:60: style: Function 'empathy_irc_network_manager_add' argument 1 names different: declaration 'manager' definition 'self'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy/empathy-irc-network-manager.h:68:65: note: Function 'empathy_irc_network_manager_add' argument 1 names different: declaration 'manager' definition 'self'.
empathy-3.4.2.3/libempathy/empathy-irc-network-manager.c:306:60: note: Function 'empathy_irc_network_manager_add' argument 1 names different: declaration 'manager' definition 'self'.
empathy-3.4.2.3/libempathy/empathy-irc-network-manager.c:351:63: style: Function 'empathy_irc_network_manager_remove' argument 1 names different: declaration 'manager' definition 'self'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy/empathy-irc-network-manager.h:71:68: note: Function 'empathy_irc_network_manager_remove' argument 1 names different: declaration 'manager' definition 'self'.
empathy-3.4.2.3/libempathy/empathy-irc-network-manager.c:351:63: note: Function 'empathy_irc_network_manager_remove' argument 1 names different: declaration 'manager' definition 'self'.
empathy-3.4.2.3/libempathy/empathy-irc-network-manager.c:425:69: style: Function 'empathy_irc_network_manager_get_networks' argument 1 names different: declaration 'manager' definition 'self'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy/empathy-irc-network-manager.h:75:31: note: Function 'empathy_irc_network_manager_get_networks' argument 1 names different: declaration 'manager' definition 'self'.
empathy-3.4.2.3/libempathy/empathy-irc-network-manager.c:425:69: note: Function 'empathy_irc_network_manager_get_networks' argument 1 names different: declaration 'manager' definition 'self'.
empathy-3.4.2.3/libempathy/empathy-irc-network-manager.c:440:77: style: Function 'empathy_irc_network_manager_get_dropped_networks' argument 1 names different: declaration 'manager' definition 'self'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy/empathy-irc-network-manager.h:78:31: note: Function 'empathy_irc_network_manager_get_dropped_networks' argument 1 names different: declaration 'manager' definition 'self'.
empathy-3.4.2.3/libempathy/empathy-irc-network-manager.c:440:77: note: Function 'empathy_irc_network_manager_get_dropped_networks' argument 1 names different: declaration 'manager' definition 'self'.
empathy-3.4.2.3/libempathy/empathy-irc-network-manager.c:484:61: style: Function 'irc_network_manager_load_servers' argument 1 names different: declaration 'manager' definition 'self'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy/empathy-irc-network-manager.c:66:31: note: Function 'irc_network_manager_load_servers' argument 1 names different: declaration 'manager' definition 'self'.
empathy-3.4.2.3/libempathy/empathy-irc-network-manager.c:484:61: note: Function 'irc_network_manager_load_servers' argument 1 names different: declaration 'manager' definition 'self'.
empathy-3.4.2.3/libempathy/empathy-irc-network-manager.c:616:59: style: Function 'irc_network_manager_file_parse' argument 1 names different: declaration 'manager' definition 'self'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy/empathy-irc-network-manager.c:68:31: note: Function 'irc_network_manager_file_parse' argument 1 names different: declaration 'manager' definition 'self'.
empathy-3.4.2.3/libempathy/empathy-irc-network-manager.c:616:59: note: Function 'irc_network_manager_file_parse' argument 1 names different: declaration 'manager' definition 'self'.
empathy-3.4.2.3/libempathy/empathy-irc-network-manager.c:735:58: style: Function 'irc_network_manager_file_save' argument 1 names different: declaration 'manager' definition 'self'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy/empathy-irc-network-manager.c:71:31: note: Function 'irc_network_manager_file_save' argument 1 names different: declaration 'manager' definition 'self'.
empathy-3.4.2.3/libempathy/empathy-irc-network-manager.c:735:58: note: Function 'irc_network_manager_file_save' argument 1 names different: declaration 'manager' definition 'self'.
empathy-3.4.2.3/libempathy/empathy-irc-network-manager.c:810:31: style: Function 'empathy_irc_network_manager_find_network_by_address' argument 1 names different: declaration 'manager' definition 'self'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy/empathy-irc-network-manager.h:81:31: note: Function 'empathy_irc_network_manager_find_network_by_address' argument 1 names different: declaration 'manager' definition 'self'.
empathy-3.4.2.3/libempathy/empathy-irc-network-manager.c:810:31: note: Function 'empathy_irc_network_manager_find_network_by_address' argument 1 names different: declaration 'manager' definition 'self'.
empathy-3.4.2.3/libempathy/empathy-irc-network.c:268:53: style: Function 'empathy_irc_network_get_servers' argument 1 names different: declaration 'network' definition 'self'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy/empathy-irc-network.h:69:62: note: Function 'empathy_irc_network_get_servers' argument 1 names different: declaration 'network' definition 'self'.
empathy-3.4.2.3/libempathy/empathy-irc-network.c:268:53: note: Function 'empathy_irc_network_get_servers' argument 1 names different: declaration 'network' definition 'self'.
empathy-3.4.2.3/libempathy/empathy-irc-network.c:294:55: style: Function 'empathy_irc_network_append_server' argument 1 names different: declaration 'network' definition 'self'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy/empathy-irc-network.h:71:60: note: Function 'empathy_irc_network_append_server' argument 1 names different: declaration 'network' definition 'self'.
empathy-3.4.2.3/libempathy/empathy-irc-network.c:294:55: note: Function 'empathy_irc_network_append_server' argument 1 names different: declaration 'network' definition 'self'.
empathy-3.4.2.3/libempathy/empathy-irc-network.c:323:55: style: Function 'empathy_irc_network_remove_server' argument 1 names different: declaration 'network' definition 'self'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy/empathy-irc-network.h:74:60: note: Function 'empathy_irc_network_remove_server' argument 1 names different: declaration 'network' definition 'self'.
empathy-3.4.2.3/libempathy/empathy-irc-network.c:323:55: note: Function 'empathy_irc_network_remove_server' argument 1 names different: declaration 'network' definition 'self'.
empathy-3.4.2.3/libempathy/empathy-irc-network.c:359:61: style: Function 'empathy_irc_network_set_server_position' argument 1 names different: declaration 'network' definition 'self'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy/empathy-irc-network.h:77:66: note: Function 'empathy_irc_network_set_server_position' argument 1 names different: declaration 'network' definition 'self'.
empathy-3.4.2.3/libempathy/empathy-irc-network.c:359:61: note: Function 'empathy_irc_network_set_server_position' argument 1 names different: declaration 'network' definition 'self'.
empathy-3.4.2.3/libempathy/empathy-irc-network.c:382:50: style: Function 'empathy_irc_network_get_name' argument 1 names different: declaration 'network' definition 'self'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy/empathy-irc-network.h:80:64: note: Function 'empathy_irc_network_get_name' argument 1 names different: declaration 'network' definition 'self'.
empathy-3.4.2.3/libempathy/empathy-irc-network.c:382:50: note: Function 'empathy_irc_network_get_name' argument 1 names different: declaration 'network' definition 'self'.
empathy-3.4.2.3/libempathy/empathy-irc-network.c:390:53: style: Function 'empathy_irc_network_get_charset' argument 1 names different: declaration 'network' definition 'self'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy/empathy-irc-network.h:82:67: note: Function 'empathy_irc_network_get_charset' argument 1 names different: declaration 'network' definition 'self'.
empathy-3.4.2.3/libempathy/empathy-irc-network.c:390:53: note: Function 'empathy_irc_network_get_charset' argument 1 names different: declaration 'network' definition 'self'.
empathy-3.4.2.3/libempathy/empathy-message.c:373:2: style: Variable 'account' is reassigned a value before the old one has been used. [redundantAssignment]
empathy-3.4.2.3/libempathy/empathy-message.c:350:0: note: Variable 'account' is reassigned a value before the old one has been used.
empathy-3.4.2.3/libempathy/empathy-message.c:373:2: note: Variable 'account' is reassigned a value before the old one has been used.
empathy-3.4.2.3/libempathy/empathy-message.c:695:44: style: Function 'empathy_message_get_flags' argument 1 names different: declaration 'message' definition 'self'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy/empathy-message.h:85:87: note: Function 'empathy_message_get_flags' argument 1 names different: declaration 'message' definition 'self'.
empathy-3.4.2.3/libempathy/empathy-message.c:695:44: note: Function 'empathy_message_get_flags' argument 1 names different: declaration 'message' definition 'self'.
empathy-3.4.2.3/libempathy/empathy-request-util.c:109:18: style: Function 'empathy_join_muc' argument 2 names different: declaration 'roomname' definition 'room_name'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy/empathy-request-util.h:57:16: note: Function 'empathy_join_muc' argument 2 names different: declaration 'roomname' definition 'room_name'.
empathy-3.4.2.3/libempathy/empathy-request-util.c:109:18: note: Function 'empathy_join_muc' argument 2 names different: declaration 'roomname' definition 'room_name'.
empathy-3.4.2.3/libempathy/empathy-status-presets.c:122:18: style: The scope of the variable 'preset' can be reduced. [variableScope]
empathy-3.4.2.3/libempathy/empathy-status-presets.c:330:16: style: The scope of the variable 'preset' can be reduced. [variableScope]
empathy-3.4.2.3/libempathy/empathy-status-presets.c:79:35: style: Function 'status_preset_free' argument 1 names different: declaration 'status' definition 'preset'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy/empathy-status-presets.c:54:64: note: Function 'status_preset_free' argument 1 names different: declaration 'status' definition 'preset'.
empathy-3.4.2.3/libempathy/empathy-status-presets.c:79:35: note: Function 'status_preset_free' argument 1 names different: declaration 'status' definition 'preset'.
empathy-3.4.2.3/libempathy/empathy-tls-verifier.c:232:21: style: The scope of the variable 'cert' can be reduced. [variableScope]
empathy-3.4.2.3/libempathy/empathy-tls-verifier.c:509:19: style: The scope of the variable 'cert' can be reduced. [variableScope]
empathy-3.4.2.3/libempathy/empathy-tls-verifier.c:511:11: style: The scope of the variable 'data' can be reduced. [variableScope]
empathy-3.4.2.3/libempathy/empathy-tls-verifier.c:236:18: style: Variable 'enum_value' is assigned a value that is never used. [unreadVariable]
empathy-3.4.2.3/libempathy/empathy-tp-chat.c:852:18: style: The scope of the variable 'contact' can be reduced. [variableScope]
empathy-3.4.2.3/libempathy/empathy-tp-chat.c:996:18: style: The scope of the variable 'contact' can be reduced. [variableScope]
empathy-3.4.2.3/libempathy/empathy-tp-chat.c:999:21: style: The scope of the variable 'rename_data' can be reduced. [variableScope]
empathy-3.4.2.3/libempathy/empathy-tp-chat.c:1288:22: style: Function 'empathy_tp_chat_new' argument 2 names different: declaration 'connection' definition 'conn'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy/empathy-tp-chat.h:69:26: note: Function 'empathy_tp_chat_new' argument 2 names different: declaration 'connection' definition 'conn'.
empathy-3.4.2.3/libempathy/empathy-tp-chat.c:1288:22: note: Function 'empathy_tp_chat_new' argument 2 names different: declaration 'connection' definition 'conn'.
empathy-3.4.2.3/libempathy/empathy-tp-chat.c:1308:40: style: Function 'empathy_tp_chat_get_id' argument 1 names different: declaration 'chat' definition 'self'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy/empathy-tp-chat.h:73:74: note: Function 'empathy_tp_chat_get_id' argument 1 names different: declaration 'chat' definition 'self'.
empathy-3.4.2.3/libempathy/empathy-tp-chat.c:1308:40: note: Function 'empathy_tp_chat_get_id' argument 1 names different: declaration 'chat' definition 'self'.
empathy-3.4.2.3/libempathy/empathy-tp-chat.c:1325:52: style: Function 'empathy_tp_chat_get_remote_contact' argument 1 names different: declaration 'chat' definition 'self'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy/empathy-tp-chat.h:74:75: note: Function 'empathy_tp_chat_get_remote_contact' argument 1 names different: declaration 'chat' definition 'self'.
empathy-3.4.2.3/libempathy/empathy-tp-chat.c:1325:52: note: Function 'empathy_tp_chat_get_remote_contact' argument 1 names different: declaration 'chat' definition 'self'.
empathy-3.4.2.3/libempathy/empathy-tp-chat.c:1333:45: style: Function 'empathy_tp_chat_get_account' argument 1 names different: declaration 'chat' definition 'self'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy/empathy-tp-chat.h:75:74: note: Function 'empathy_tp_chat_get_account' argument 1 names different: declaration 'chat' definition 'self'.
empathy-3.4.2.3/libempathy/empathy-tp-chat.c:1333:45: note: Function 'empathy_tp_chat_get_account' argument 1 names different: declaration 'chat' definition 'self'.
empathy-3.4.2.3/libempathy/empathy-tp-chat.c:1345:38: style: Function 'empathy_tp_chat_send' argument 1 names different: declaration 'chat' definition 'self'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy/empathy-tp-chat.h:76:74: note: Function 'empathy_tp_chat_send' argument 1 names different: declaration 'chat' definition 'self'.
empathy-3.4.2.3/libempathy/empathy-tp-chat.c:1345:38: note: Function 'empathy_tp_chat_send' argument 1 names different: declaration 'chat' definition 'self'.
empathy-3.4.2.3/libempathy/empathy-tp-chat.c:1365:54: style: Function 'empathy_tp_chat_get_pending_messages' argument 1 names different: declaration 'chat' definition 'self'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy/empathy-tp-chat.h:89:69: note: Function 'empathy_tp_chat_get_pending_messages' argument 1 names different: declaration 'chat' definition 'self'.
empathy-3.4.2.3/libempathy/empathy-tp-chat.c:1365:54: note: Function 'empathy_tp_chat_get_pending_messages' argument 1 names different: declaration 'chat' definition 'self'.
empathy-3.4.2.3/libempathy/empathy-tp-chat.c:1373:53: style: Function 'empathy_tp_chat_acknowledge_message' argument 1 names different: declaration 'chat' definition 'self'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy/empathy-tp-chat.h:90:68: note: Function 'empathy_tp_chat_acknowledge_message' argument 1 names different: declaration 'chat' definition 'self'.
empathy-3.4.2.3/libempathy/empathy-tp-chat.c:1373:53: note: Function 'empathy_tp_chat_acknowledge_message' argument 1 names different: declaration 'chat' definition 'self'.
empathy-3.4.2.3/libempathy/empathy-tp-chat.c:1419:39: style: Function 'empathy_tp_chat_leave' argument 1 names different: declaration 'chat' definition 'self'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy/empathy-tp-chat.h:95:74: note: Function 'empathy_tp_chat_leave' argument 1 names different: declaration 'chat' definition 'self'.
empathy-3.4.2.3/libempathy/empathy-tp-chat.c:1419:39: note: Function 'empathy_tp_chat_leave' argument 1 names different: declaration 'chat' definition 'self'.
empathy-3.4.2.3/libempathy/empathy-tp-chat.c:1446:38: style: Function 'empathy_tp_chat_join' argument 1 names different: declaration 'chat' definition 'self'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy/empathy-tp-chat.h:97:74: note: Function 'empathy_tp_chat_join' argument 1 names different: declaration 'chat' definition 'self'.
empathy-3.4.2.3/libempathy/empathy-tp-chat.c:1446:38: note: Function 'empathy_tp_chat_join' argument 1 names different: declaration 'chat' definition 'self'.
empathy-3.4.2.3/libempathy/empathy-tp-chat.c:1463:44: style: Function 'empathy_tp_chat_is_invited' argument 1 names different: declaration 'chat' definition 'self'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy/empathy-tp-chat.h:99:74: note: Function 'empathy_tp_chat_is_invited' argument 1 names different: declaration 'chat' definition 'self'.
empathy-3.4.2.3/libempathy/empathy-tp-chat.c:1463:44: note: Function 'empathy_tp_chat_is_invited' argument 1 names different: declaration 'chat' definition 'self'.
empathy-3.4.2.3/libempathy/empathy-tp-chat.c:1480:48: style: Function 'empathy_tp_chat_get_chat_state' argument 1 names different: declaration 'chat' definition 'self'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy/empathy-tp-chat.h:102:74: note: Function 'empathy_tp_chat_get_chat_state' argument 1 names different: declaration 'chat' definition 'self'.
empathy-3.4.2.3/libempathy/empathy-tp-chat.c:1480:48: note: Function 'empathy_tp_chat_get_chat_state' argument 1 names different: declaration 'chat' definition 'self'.
empathy-3.4.2.3/libempathy/empathy-tp-chat.c:544:17: style: struct member 'StateChangedData::chat' is never used. [unusedStructMember]
empathy-3.4.2.3/libempathy/empathy-tp-chat.c:173:12: style: Variable 'handle' is assigned a value that is never used. [unreadVariable]
empathy-3.4.2.3/libempathy/empathy-tp-chat.c:185:17: style: Variable 'object_path' is assigned a value that is never used. [unreadVariable]
empathy-3.4.2.3/libempathy/empathy-tp-chat.c:228:11: style: Variable 'handle' is assigned a value that is never used. [unreadVariable]
empathy-3.4.2.3/libempathy/empathy-tp-chat.c:1437:42: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
empathy-3.4.2.3/libempathy/empathy-tp-streamed-media.c:613:73: style: Function 'empathy_tp_streamed_media_accept_incoming_call' argument 1 names different: declaration 'streamed_media' definition 'call'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy/empathy-tp-streamed-media.h:81:29: note: Function 'empathy_tp_streamed_media_accept_incoming_call' argument 1 names different: declaration 'streamed_media' definition 'call'.
empathy-3.4.2.3/libempathy/empathy-tp-streamed-media.c:613:73: note: Function 'empathy_tp_streamed_media_accept_incoming_call' argument 1 names different: declaration 'streamed_media' definition 'call'.
empathy-3.4.2.3/libempathy/empathy-tp-streamed-media.c:633:58: style: Function 'empathy_tp_streamed_media_close' argument 1 names different: declaration 'streamed_media' definition 'call'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy/empathy-tp-streamed-media.h:78:63: note: Function 'empathy_tp_streamed_media_close' argument 1 names different: declaration 'streamed_media' definition 'call'.
empathy-3.4.2.3/libempathy/empathy-tp-streamed-media.c:633:58: note: Function 'empathy_tp_streamed_media_close' argument 1 names different: declaration 'streamed_media' definition 'call'.
empathy-3.4.2.3/libempathy/empathy-tp-streamed-media.c:652:83: style: Function 'empathy_tp_streamed_media_request_video_stream_direction' argument 1 names different: declaration 'streamed_media' definition 'call'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy/empathy-tp-streamed-media.h:83:29: note: Function 'empathy_tp_streamed_media_request_video_stream_direction' argument 1 names different: declaration 'streamed_media' definition 'call'.
empathy-3.4.2.3/libempathy/empathy-tp-streamed-media.c:652:83: note: Function 'empathy_tp_streamed_media_request_video_stream_direction' argument 1 names different: declaration 'streamed_media' definition 'call'.
empathy-3.4.2.3/libempathy/empathy-tp-streamed-media.c:683:63: style: Function 'empathy_tp_streamed_media_start_tone' argument 1 names different: declaration 'streamed_media' definition 'call'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy/empathy-tp-streamed-media.h:86:29: note: Function 'empathy_tp_streamed_media_start_tone' argument 1 names different: declaration 'streamed_media' definition 'call'.
empathy-3.4.2.3/libempathy/empathy-tp-streamed-media.c:683:63: note: Function 'empathy_tp_streamed_media_start_tone' argument 1 names different: declaration 'streamed_media' definition 'call'.
empathy-3.4.2.3/libempathy/empathy-tp-streamed-media.c:700:62: style: Function 'empathy_tp_streamed_media_stop_tone' argument 1 names different: declaration 'streamed_media' definition 'call'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy/empathy-tp-streamed-media.h:89:29: note: Function 'empathy_tp_streamed_media_stop_tone' argument 1 names different: declaration 'streamed_media' definition 'call'.
empathy-3.4.2.3/libempathy/empathy-tp-streamed-media.c:700:62: note: Function 'empathy_tp_streamed_media_stop_tone' argument 1 names different: declaration 'streamed_media' definition 'call'.
empathy-3.4.2.3/libempathy/empathy-tp-streamed-media.c:717:61: style: Function 'empathy_tp_streamed_media_has_dtmf' argument 1 names different: declaration 'streamed_media' definition 'call'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy/empathy-tp-streamed-media.h:91:29: note: Function 'empathy_tp_streamed_media_has_dtmf' argument 1 names different: declaration 'streamed_media' definition 'call'.
empathy-3.4.2.3/libempathy/empathy-tp-streamed-media.c:717:61: note: Function 'empathy_tp_streamed_media_has_dtmf' argument 1 names different: declaration 'streamed_media' definition 'call'.
empathy-3.4.2.3/libempathy/empathy-tp-streamed-media.c:736:71: style: Function 'empathy_tp_streamed_media_is_receiving_video' argument 1 names different: declaration 'streamed_media' definition 'call'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy/empathy-tp-streamed-media.h:93:29: note: Function 'empathy_tp_streamed_media_is_receiving_video' argument 1 names different: declaration 'streamed_media' definition 'call'.
empathy-3.4.2.3/libempathy/empathy-tp-streamed-media.c:736:71: note: Function 'empathy_tp_streamed_media_is_receiving_video' argument 1 names different: declaration 'streamed_media' definition 'call'.
empathy-3.4.2.3/libempathy/empathy-tp-streamed-media.c:758:69: style: Function 'empathy_tp_streamed_media_is_sending_video' argument 1 names different: declaration 'streamed_media' definition 'call'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy/empathy-tp-streamed-media.h:95:29: note: Function 'empathy_tp_streamed_media_is_sending_video' argument 1 names different: declaration 'streamed_media' definition 'call'.
empathy-3.4.2.3/libempathy/empathy-tp-streamed-media.c:758:69: note: Function 'empathy_tp_streamed_media_is_sending_video' argument 1 names different: declaration 'streamed_media' definition 'call'.
empathy-3.4.2.3/libempathy/empathy-tp-streamed-media.c:627:17: style: Variable 'self_handle' is assigned a value that is never used. [unreadVariable]
empathy-3.4.2.3/libempathy/empathy-tp-streamed-media.c:745:69: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
empathy-3.4.2.3/libempathy/empathy-tp-streamed-media.c:767:66: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
empathy-3.4.2.3/libempathy/empathy-utils.c:1070:3: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
empathy-3.4.2.3/libempathy/empathy-utils.c:1059:0: note: Variable 'retval' is reassigned a value before the old one has been used.
empathy-3.4.2.3/libempathy/empathy-utils.c:1070:3: note: Variable 'retval' is reassigned a value before the old one has been used.
empathy-3.4.2.3/libempathy/empathy-utils.c:1013:21: style: The scope of the variable 'contact_conn' can be reduced. [variableScope]
empathy-3.4.2.3/libempathy/empathy-utils.c:560:52: style: Function 'empathy_service_name_to_display_name' argument 1 names different: declaration 'proto_name' definition 'service_name'. [funcArgNamesDifferent]
empathy-3.4.2.3/libempathy/empathy-utils.h:78:65: note: Function 'empathy_service_name_to_display_name' argument 1 names different: declaration 'proto_name' definition 'service_name'.
empathy-3.4.2.3/libempathy/empathy-utils.c:560:52: note: Function 'empathy_service_name_to_display_name' argument 1 names different: declaration 'proto_name' definition 'service_name'.
empathy-3.4.2.3/nautilus-sendto-plugin/empathy-nautilus-sendto.c:145:3: style: Variable 'contact' is reassigned a value before the old one has been used. [redundantAssignment]
empathy-3.4.2.3/nautilus-sendto-plugin/empathy-nautilus-sendto.c:143:0: note: Variable 'contact' is reassigned a value before the old one has been used.
empathy-3.4.2.3/nautilus-sendto-plugin/empathy-nautilus-sendto.c:145:3: note: Variable 'contact' is reassigned a value before the old one has been used.
empathy-3.4.2.3/src/empathy-accounts-dialog.c:652:3: style: Variable 'context' is reassigned a value before the old one has been used. [redundantAssignment]
empathy-3.4.2.3/src/empathy-accounts-dialog.c:648:0: note: Variable 'context' is reassigned a value before the old one has been used.
empathy-3.4.2.3/src/empathy-accounts-dialog.c:652:3: note: Variable 'context' is reassigned a value before the old one has been used.
empathy-3.4.2.3/src/empathy-accounts-dialog.c:230:21: style: The scope of the variable 'am' can be reduced. [variableScope]
empathy-3.4.2.3/src/empathy-accounts-dialog.c:908:21: style: The scope of the variable 'selection' can be reduced. [variableScope]
empathy-3.4.2.3/src/empathy-accounts-dialog.c:1302:21: style: The scope of the variable 'selection' can be reduced. [variableScope]
empathy-3.4.2.3/src/empathy-accounts-dialog.c:1370:41: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/src/empathy-accounts-dialog.c:1607:46: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/src/empathy-accounts-dialog.c:2409:50: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/src/empathy-audio-sink.c:297:49: style: Function 'empathy_audio_sink_request_new_pad' argument 1 names different: declaration 'self' definition 'element'. [funcArgNamesDifferent]
empathy-3.4.2.3/src/empathy-audio-sink.c:83:65: note: Function 'empathy_audio_sink_request_new_pad' argument 1 names different: declaration 'self' definition 'element'.
empathy-3.4.2.3/src/empathy-audio-sink.c:297:49: note: Function 'empathy_audio_sink_request_new_pad' argument 1 names different: declaration 'self' definition 'element'.
empathy-3.4.2.3/src/empathy-audio-sink.c:391:45: style: Function 'empathy_audio_sink_release_pad' argument 1 names different: declaration 'self' definition 'element'. [funcArgNamesDifferent]
empathy-3.4.2.3/src/empathy-audio-sink.c:87:57: note: Function 'empathy_audio_sink_release_pad' argument 1 names different: declaration 'self' definition 'element'.
empathy-3.4.2.3/src/empathy-audio-sink.c:391:45: note: Function 'empathy_audio_sink_release_pad' argument 1 names different: declaration 'self' definition 'element'.
empathy-3.4.2.3/src/empathy-auth-client.c:229:14: style: The scope of the variable 'dialog' can be reduced. [variableScope]
empathy-3.4.2.3/src/empathy-call-window-fullscreen.c:111:73: style: Function 'empathy_call_window_fullscreen_show_popup' argument 1 names different: declaration 'fs' definition 'self'. [funcArgNamesDifferent]
empathy-3.4.2.3/src/empathy-call-window-fullscreen.h:73:34: note: Function 'empathy_call_window_fullscreen_show_popup' argument 1 names different: declaration 'fs' definition 'self'.
empathy-3.4.2.3/src/empathy-call-window-fullscreen.c:111:73: note: Function 'empathy_call_window_fullscreen_show_popup' argument 1 names different: declaration 'fs' definition 'self'.
empathy-3.4.2.3/src/empathy-call-window-fullscreen.c:263:56: style: Function 'empathy_call_window_fullscreen_new' argument 1 names different: declaration 'parent' definition 'parent_window'. [funcArgNamesDifferent]
empathy-3.4.2.3/src/empathy-call-window-fullscreen.h:64:24: note: Function 'empathy_call_window_fullscreen_new' argument 1 names different: declaration 'parent' definition 'parent_window'.
empathy-3.4.2.3/src/empathy-call-window-fullscreen.c:263:56: note: Function 'empathy_call_window_fullscreen_new' argument 1 names different: declaration 'parent' definition 'parent_window'.
empathy-3.4.2.3/src/empathy-call-window.c:1849:10: style: The scope of the variable 'tmp' can be reduced. [variableScope]
empathy-3.4.2.3/src/empathy-call-window.c:2392:49: style: Function 'empathy_call_window_present' argument 1 names different: declaration 'window' definition 'self'. [funcArgNamesDifferent]
empathy-3.4.2.3/src/empathy-call-window.h:66:54: note: Function 'empathy_call_window_present' argument 1 names different: declaration 'window' definition 'self'.
empathy-3.4.2.3/src/empathy-call-window.c:2392:49: note: Function 'empathy_call_window_present' argument 1 names different: declaration 'window' definition 'self'.
empathy-3.4.2.3/src/empathy-call-window.c:3768:24: style: Function 'empathy_call_window_realized_cb' argument 2 names different: declaration 'window' definition 'self'. [funcArgNamesDifferent]
empathy-3.4.2.3/src/empathy-call-window.c:285:22: note: Function 'empathy_call_window_realized_cb' argument 2 names different: declaration 'window' definition 'self'.
empathy-3.4.2.3/src/empathy-call-window.c:3768:24: note: Function 'empathy_call_window_realized_cb' argument 2 names different: declaration 'window' definition 'self'.
empathy-3.4.2.3/src/empathy-call-window.c:3965:24: style: Function 'empathy_call_window_hangup_cb' argument 2 names different: declaration 'window' definition 'self'. [funcArgNamesDifferent]
empathy-3.4.2.3/src/empathy-call-window.c:297:22: note: Function 'empathy_call_window_hangup_cb' argument 2 names different: declaration 'window' definition 'self'.
empathy-3.4.2.3/src/empathy-call-window.c:3965:24: note: Function 'empathy_call_window_hangup_cb' argument 2 names different: declaration 'window' definition 'self'.
empathy-3.4.2.3/src/empathy-call-window.c:4027:55: style: Function 'empathy_call_window_video_button_press_cb' argument 1 names different: declaration 'video_output' definition 'video_preview'. [funcArgNamesDifferent]
empathy-3.4.2.3/src/empathy-call-window.c:305:14: note: Function 'empathy_call_window_video_button_press_cb' argument 1 names different: declaration 'video_output' definition 'video_preview'.
empathy-3.4.2.3/src/empathy-call-window.c:4027:55: note: Function 'empathy_call_window_video_button_press_cb' argument 1 names different: declaration 'video_output' definition 'video_preview'.
empathy-3.4.2.3/src/empathy-call-window.c:4088:56: style: Function 'empathy_call_window_status_message' argument 1 names different: declaration 'window' definition 'self'. [funcArgNamesDifferent]
empathy-3.4.2.3/src/empathy-call-window.c:323:68: note: Function 'empathy_call_window_status_message' argument 1 names different: declaration 'window' definition 'self'.
empathy-3.4.2.3/src/empathy-call-window.c:4088:56: note: Function 'empathy_call_window_status_message' argument 1 names different: declaration 'window' definition 'self'.
empathy-3.4.2.3/src/empathy-call-window.c:4111:55: style: Function 'empathy_call_window_get_video_src' argument 1 names different: declaration 'window' definition 'self'. [funcArgNamesDifferent]
empathy-3.4.2.3/src/empathy-call-window.h:76:75: note: Function 'empathy_call_window_get_video_src' argument 1 names different: declaration 'window' definition 'self'.
empathy-3.4.2.3/src/empathy-call-window.c:4111:55: note: Function 'empathy_call_window_get_video_src' argument 1 names different: declaration 'window' definition 'self'.
empathy-3.4.2.3/src/empathy-camera-menu.c:180:11: style: Variable 'self->priv->in_update' is reassigned a value before the old one has been used. [redundantAssignment]
empathy-3.4.2.3/src/empathy-camera-menu.c:178:11: note: Variable 'self->priv->in_update' is reassigned a value before the old one has been used.
empathy-3.4.2.3/src/empathy-camera-menu.c:180:11: note: Variable 'self->priv->in_update' is reassigned a value before the old one has been used.
empathy-3.4.2.3/src/empathy-chat-manager.c:94:3: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
empathy-3.4.2.3/src/empathy-chat-manager.c:92:0: note: Variable 'data' is reassigned a value before the old one has been used.
empathy-3.4.2.3/src/empathy-chat-manager.c:94:3: note: Variable 'data' is reassigned a value before the old one has been used.
empathy-3.4.2.3/src/empathy-chat-manager.c:177:7: style: Variable 'chats' is reassigned a value before the old one has been used. [redundantAssignment]
empathy-3.4.2.3/src/empathy-chat-manager.c:161:0: note: Variable 'chats' is reassigned a value before the old one has been used.
empathy-3.4.2.3/src/empathy-chat-manager.c:177:7: note: Variable 'chats' is reassigned a value before the old one has been used.
empathy-3.4.2.3/src/empathy-chat-window.c:984:2: style: Variable 'remote_contact' is reassigned a value before the old one has been used. [redundantAssignment]
empathy-3.4.2.3/src/empathy-chat-window.c:981:0: note: Variable 'remote_contact' is reassigned a value before the old one has been used.
empathy-3.4.2.3/src/empathy-chat-window.c:984:2: note: Variable 'remote_contact' is reassigned a value before the old one has been used.
empathy-3.4.2.3/src/empathy-chat-window.c:2168:3: style: Variable 'old_window' is reassigned a value before the old one has been used. [redundantAssignment]
empathy-3.4.2.3/src/empathy-chat-window.c:2163:0: note: Variable 'old_window' is reassigned a value before the old one has been used.
empathy-3.4.2.3/src/empathy-chat-window.c:2168:3: note: Variable 'old_window' is reassigned a value before the old one has been used.
empathy-3.4.2.3/src/empathy-chat-window.c:2441:2: style: Variable 'separate_windows' is reassigned a value before the old one has been used. [redundantAssignment]
empathy-3.4.2.3/src/empathy-chat-window.c:2439:0: note: Variable 'separate_windows' is reassigned a value before the old one has been used.
empathy-3.4.2.3/src/empathy-chat-window.c:2441:2: note: Variable 'separate_windows' is reassigned a value before the old one has been used.
empathy-3.4.2.3/src/empathy-chat-window.c:205:25: style: The scope of the variable 'priv' can be reduced. [variableScope]
empathy-3.4.2.3/src/empathy-chat-window.c:206:29: style: The scope of the variable 'll' can be reduced. [variableScope]
empathy-3.4.2.3/src/empathy-chat-window.c:555:16: style: The scope of the variable 'connection' can be reduced. [variableScope]
empathy-3.4.2.3/src/empathy-chat-window.c:580:20: style: The scope of the variable 'submenu' can be reduced. [variableScope]
empathy-3.4.2.3/src/empathy-chat-window.c:702:18: style: The scope of the variable 'icon' can be reduced. [variableScope]
empathy-3.4.2.3/src/empathy-chat-window.c:703:18: style: The scope of the variable 'remote_contact' can be reduced. [variableScope]
empathy-3.4.2.3/src/empathy-chat-window.c:2073:26: style: The scope of the variable 'account_id' can be reduced. [variableScope]
empathy-3.4.2.3/src/empathy-chat-window.c:2254:25: style: The scope of the variable 'closure' can be reduced. [variableScope]
empathy-3.4.2.3/src/empathy-debug-window.c:528:12: style: Redundant condition: !gone. 'gone || (!gone && stored_proxy!=NULL)' is equivalent to 'gone || stored_proxy!=NULL' [redundantCondition]
empathy-3.4.2.3/src/empathy-debug-window.c:1603:8: style: The scope of the variable 'time_str' can be reduced. [variableScope]
empathy-3.4.2.3/src/empathy-debug-window.c:880:13: style: Variable 'key' is not assigned a value. [unassignedVariable]
empathy-3.4.2.3/src/empathy-event-manager.c:1587:7: warning: Either the condition 'event_public!=NULL' is redundant or there is possible null pointer dereference: event. [nullPointerRedundantCheck]
empathy-3.4.2.3/src/empathy-event-manager.c:1585:34: note: Assuming that condition 'event_public!=NULL' is not redundant
empathy-3.4.2.3/src/empathy-event-manager.c:1583:22: note: Assignment 'event=(struct _EventPriv*)event_public', assigned value is 0
empathy-3.4.2.3/src/empathy-event-manager.c:1587:7: note: Null pointer dereference
empathy-3.4.2.3/src/empathy-event-manager.c:1600:3: warning: Either the condition 'event_public!=NULL' is redundant or there is possible null pointer dereference: event. [nullPointerRedundantCheck]
empathy-3.4.2.3/src/empathy-event-manager.c:1598:34: note: Assuming that condition 'event_public!=NULL' is not redundant
empathy-3.4.2.3/src/empathy-event-manager.c:1596:22: note: Assignment 'event=(struct _EventPriv*)event_public', assigned value is 0
empathy-3.4.2.3/src/empathy-event-manager.c:1600:3: note: Null pointer dereference
empathy-3.4.2.3/src/empathy-event-manager.c:1610:35: warning: Either the condition 'event_public!=NULL' is redundant or there is possible null pointer dereference: event. [nullPointerRedundantCheck]
empathy-3.4.2.3/src/empathy-event-manager.c:1608:34: note: Assuming that condition 'event_public!=NULL' is not redundant
empathy-3.4.2.3/src/empathy-event-manager.c:1606:22: note: Assignment 'event=(struct _EventPriv*)event_public', assigned value is 0
empathy-3.4.2.3/src/empathy-event-manager.c:1610:35: note: Null pointer dereference
empathy-3.4.2.3/src/empathy-event-manager.c:1620:20: warning: Either the condition 'event_public!=NULL' is redundant or there is possible null pointer dereference: event. [nullPointerRedundantCheck]
empathy-3.4.2.3/src/empathy-event-manager.c:1618:34: note: Assuming that condition 'event_public!=NULL' is not redundant
empathy-3.4.2.3/src/empathy-event-manager.c:1616:22: note: Assignment 'event=(struct _EventPriv*)event_public', assigned value is 0
empathy-3.4.2.3/src/empathy-event-manager.c:1620:20: note: Null pointer dereference
empathy-3.4.2.3/src/empathy-event-manager.c:345:18: style: The scope of the variable 'tp_chat' can be reduced. [variableScope]
empathy-3.4.2.3/src/empathy-event-manager.c:193:37: style: Function 'empathy_event_remove' argument 1 names different: declaration 'event' definition 'event_public'. [funcArgNamesDifferent]
empathy-3.4.2.3/src/empathy-event-manager.h:83:80: note: Function 'empathy_event_remove' argument 1 names different: declaration 'event' definition 'event_public'.
empathy-3.4.2.3/src/empathy-event-manager.c:193:37: note: Function 'empathy_event_remove' argument 1 names different: declaration 'event' definition 'event_public'.
empathy-3.4.2.3/src/empathy-event-manager.c:1581:39: style: Function 'empathy_event_activate' argument 1 names different: declaration 'event' definition 'event_public'. [funcArgNamesDifferent]
empathy-3.4.2.3/src/empathy-event-manager.h:79:80: note: Function 'empathy_event_activate' argument 1 names different: declaration 'event' definition 'event_public'.
empathy-3.4.2.3/src/empathy-event-manager.c:1581:39: note: Function 'empathy_event_activate' argument 1 names different: declaration 'event' definition 'event_public'.
empathy-3.4.2.3/src/empathy-event-manager.c:1594:46: style: Function 'empathy_event_inhibit_updates' argument 1 names different: declaration 'event' definition 'event_public'. [funcArgNamesDifferent]
empathy-3.4.2.3/src/empathy-event-manager.h:80:80: note: Function 'empathy_event_inhibit_updates' argument 1 names different: declaration 'event' definition 'event_public'.
empathy-3.4.2.3/src/empathy-event-manager.c:1594:46: note: Function 'empathy_event_inhibit_updates' argument 1 names different: declaration 'event' definition 'event_public'.
empathy-3.4.2.3/src/empathy-event-manager.c:1604:38: style: Function 'empathy_event_approve' argument 1 names different: declaration 'event' definition 'event_public'. [funcArgNamesDifferent]
empathy-3.4.2.3/src/empathy-event-manager.h:81:80: note: Function 'empathy_event_approve' argument 1 names different: declaration 'event' definition 'event_public'.
empathy-3.4.2.3/src/empathy-event-manager.c:1604:38: note: Function 'empathy_event_approve' argument 1 names different: declaration 'event' definition 'event_public'.
empathy-3.4.2.3/src/empathy-event-manager.c:1614:38: style: Function 'empathy_event_decline' argument 1 names different: declaration 'event' definition 'event_public'. [funcArgNamesDifferent]
empathy-3.4.2.3/src/empathy-event-manager.h:82:80: note: Function 'empathy_event_decline' argument 1 names different: declaration 'event' definition 'event_public'.
empathy-3.4.2.3/src/empathy-event-manager.c:1614:38: note: Function 'empathy_event_decline' argument 1 names different: declaration 'event' definition 'event_public'.
empathy-3.4.2.3/src/empathy-ft-manager.c:212:3: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
empathy-3.4.2.3/src/empathy-ft-manager.c:199:0: note: Variable 'path' is reassigned a value before the old one has been used.
empathy-3.4.2.3/src/empathy-ft-manager.c:212:3: note: Variable 'path' is reassigned a value before the old one has been used.
empathy-3.4.2.3/src/empathy-ft-manager.c:731:30: style: The scope of the variable 'second_line' can be reduced. [variableScope]
empathy-3.4.2.3/src/empathy-ft-manager.c:732:9: style: The scope of the variable 'first_line' can be reduced. [variableScope]
empathy-3.4.2.3/src/empathy-import-dialog.c:259:39: style: Function 'empathy_import_dialog_new' argument 1 names different: declaration 'parent_window' definition 'parent'. [funcArgNamesDifferent]
empathy-3.4.2.3/src/empathy-import-dialog.h:60:50: note: Function 'empathy_import_dialog_new' argument 1 names different: declaration 'parent_window' definition 'parent'.
empathy-3.4.2.3/src/empathy-import-dialog.c:259:39: note: Function 'empathy_import_dialog_new' argument 1 names different: declaration 'parent_window' definition 'parent'.
empathy-3.4.2.3/src/empathy-import-dialog.c:260:14: style: Function 'empathy_import_dialog_new' argument 2 names different: declaration 'show_warning' definition 'warning'. [funcArgNamesDifferent]
empathy-3.4.2.3/src/empathy-import-dialog.h:61:14: note: Function 'empathy_import_dialog_new' argument 2 names different: declaration 'show_warning' definition 'warning'.
empathy-3.4.2.3/src/empathy-import-dialog.c:260:14: note: Function 'empathy_import_dialog_new' argument 2 names different: declaration 'show_warning' definition 'warning'.
empathy-3.4.2.3/src/empathy-import-pidgin.c:193:19: style: The scope of the variable 'name' can be reduced. [variableScope]
empathy-3.4.2.3/src/empathy-import-pidgin.c:193:26: style: The scope of the variable 'type' can be reduced. [variableScope]
empathy-3.4.2.3/src/empathy-import-pidgin.c:193:33: style: The scope of the variable 'content' can be reduced. [variableScope]
empathy-3.4.2.3/src/empathy-import-widget.c:158:21: style: The scope of the variable 'account_manager' can be reduced. [variableScope]
empathy-3.4.2.3/src/empathy-map-view.c:237:10: style: The scope of the variable 'date' can be reduced. [variableScope]
empathy-3.4.2.3/src/empathy-map-view.c:282:32: style: Function 'create_marker' argument 1 names different: declaration 'window' definition 'self'. [funcArgNamesDifferent]
empathy-3.4.2.3/src/empathy-map-view.c:101:54: note: Function 'create_marker' argument 1 names different: declaration 'window' definition 'self'.
empathy-3.4.2.3/src/empathy-map-view.c:282:32: note: Function 'create_marker' argument 1 names different: declaration 'window' definition 'self'.
empathy-3.4.2.3/src/empathy-mic-menu.c:207:11: style: Variable 'priv->in_update' is reassigned a value before the old one has been used. [redundantAssignment]
empathy-3.4.2.3/src/empathy-mic-menu.c:205:11: note: Variable 'priv->in_update' is reassigned a value before the old one has been used.
empathy-3.4.2.3/src/empathy-mic-menu.c:207:11: note: Variable 'priv->in_update' is reassigned a value before the old one has been used.
empathy-3.4.2.3/src/empathy-mic-menu.c:324:3: style: Variable 'mics' is reassigned a value before the old one has been used. [redundantAssignment]
empathy-3.4.2.3/src/empathy-mic-menu.c:322:0: note: Variable 'mics' is reassigned a value before the old one has been used.
empathy-3.4.2.3/src/empathy-mic-menu.c:324:3: note: Variable 'mics' is reassigned a value before the old one has been used.
empathy-3.4.2.3/src/empathy-mic-monitor.c:362:64: style: Function 'empathy_mic_monitor_list_microphones_async' argument 1 names different: declaration 'monitor' definition 'self'. [funcArgNamesDifferent]
empathy-3.4.2.3/src/empathy-mic-monitor.h:63:69: note: Function 'empathy_mic_monitor_list_microphones_async' argument 1 names different: declaration 'monitor' definition 'self'.
empathy-3.4.2.3/src/empathy-mic-monitor.c:362:64: note: Function 'empathy_mic_monitor_list_microphones_async' argument 1 names different: declaration 'monitor' definition 'self'.
empathy-3.4.2.3/src/empathy-mic-monitor.c:381:65: style: Function 'empathy_mic_monitor_list_microphones_finish' argument 1 names different: declaration 'monitor' definition 'src'. [funcArgNamesDifferent]
empathy-3.4.2.3/src/empathy-mic-monitor.h:65:79: note: Function 'empathy_mic_monitor_list_microphones_finish' argument 1 names different: declaration 'monitor' definition 'src'.
empathy-3.4.2.3/src/empathy-mic-monitor.c:381:65: note: Function 'empathy_mic_monitor_list_microphones_finish' argument 1 names different: declaration 'monitor' definition 'src'.
empathy-3.4.2.3/src/empathy-mic-monitor.c:443:65: style: Function 'empathy_mic_monitor_change_microphone_async' argument 1 names different: declaration 'monitor' definition 'self'. [funcArgNamesDifferent]
empathy-3.4.2.3/src/empathy-mic-monitor.h:68:70: note: Function 'empathy_mic_monitor_change_microphone_async' argument 1 names different: declaration 'monitor' definition 'self'.
empathy-3.4.2.3/src/empathy-mic-monitor.c:443:65: note: Function 'empathy_mic_monitor_change_microphone_async' argument 1 names different: declaration 'monitor' definition 'self'.
empathy-3.4.2.3/src/empathy-mic-monitor.c:479:66: style: Function 'empathy_mic_monitor_change_microphone_finish' argument 1 names different: declaration 'monitor' definition 'self'. [funcArgNamesDifferent]
empathy-3.4.2.3/src/empathy-mic-monitor.h:70:75: note: Function 'empathy_mic_monitor_change_microphone_finish' argument 1 names different: declaration 'monitor' definition 'self'.
empathy-3.4.2.3/src/empathy-mic-monitor.c:479:66: note: Function 'empathy_mic_monitor_change_microphone_finish' argument 1 names different: declaration 'monitor' definition 'self'.
empathy-3.4.2.3/src/empathy-new-chatroom-dialog.c:732:19: warning: Either the condition 'room?room:""' is redundant or there is possible null pointer dereference: room. [nullPointerRedundantCheck]
empathy-3.4.2.3/src/empathy-new-chatroom-dialog.c:739:59: note: Assuming that condition 'room?room:""' is not redundant
empathy-3.4.2.3/src/empathy-new-chatroom-dialog.c:732:19: note: Null pointer dereference
empathy-3.4.2.3/src/empathy-new-chatroom-dialog.c:754:2: style: Variable 'server' is reassigned a value before the old one has been used. [redundantAssignment]
empathy-3.4.2.3/src/empathy-new-chatroom-dialog.c:750:0: note: Variable 'server' is reassigned a value before the old one has been used.
empathy-3.4.2.3/src/empathy-new-chatroom-dialog.c:754:2: note: Variable 'server' is reassigned a value before the old one has been used.
empathy-3.4.2.3/src/empathy-preferences.c:1269:26: style: The scope of the variable 'notif_page' can be reduced. [variableScope]
empathy-3.4.2.3/src/empathy-preferences.c:1298:23: style: Function 'empathy_preferences_show_tab' argument 2 names different: declaration 'tab' definition 'page'. [funcArgNamesDifferent]
empathy-3.4.2.3/src/empathy-preferences.h:71:18: note: Function 'empathy_preferences_show_tab' argument 2 names different: declaration 'tab' definition 'page'.
empathy-3.4.2.3/src/empathy-preferences.c:1298:23: note: Function 'empathy_preferences_show_tab' argument 2 names different: declaration 'tab' definition 'page'.
empathy-3.4.2.3/src/empathy-roster-window.c:2245:12: style: The scope of the variable 'action' can be reduced. [variableScope]
empathy-3.4.2.3/src/empathy-status-icon.c:239:2: style: Variable 'hidden' is reassigned a value before the old one has been used. [redundantAssignment]
empathy-3.4.2.3/src/empathy-status-icon.c:237:0: note: Variable 'hidden' is reassigned a value before the old one has been used.
empathy-3.4.2.3/src/empathy-status-icon.c:239:2: note: Variable 'hidden' is reassigned a value before the old one has been used.
empathy-3.4.2.3/src/empathy-streamed-media-window-fullscreen.c:111:92: style: Function 'empathy_streamed_media_window_fullscreen_show_popup' argument 1 names different: declaration 'fs' definition 'self'. [funcArgNamesDifferent]
empathy-3.4.2.3/src/empathy-streamed-media-window-fullscreen.h:73:43: note: Function 'empathy_streamed_media_window_fullscreen_show_popup' argument 1 names different: declaration 'fs' definition 'self'.
empathy-3.4.2.3/src/empathy-streamed-media-window-fullscreen.c:111:92: note: Function 'empathy_streamed_media_window_fullscreen_show_popup' argument 1 names different: declaration 'fs' definition 'self'.
empathy-3.4.2.3/src/empathy-streamed-media-window-fullscreen.c:263:75: style: Function 'empathy_streamed_media_window_fullscreen_new' argument 1 names different: declaration 'parent' definition 'parent_window'. [funcArgNamesDifferent]
empathy-3.4.2.3/src/empathy-streamed-media-window-fullscreen.h:64:33: note: Function 'empathy_streamed_media_window_fullscreen_new' argument 1 names different: declaration 'parent' definition 'parent_window'.
empathy-3.4.2.3/src/empathy-streamed-media-window-fullscreen.c:263:75: note: Function 'empathy_streamed_media_window_fullscreen_new' argument 1 names different: declaration 'parent' definition 'parent_window'.
empathy-3.4.2.3/src/empathy.c:531:45: style: The scope of the variable 'old_filename' can be reduced. [variableScope]
empathy-3.4.2.3/src/ev-sidebar.c:270:65: style: Function 'ev_sidebar_set_current_page' argument 2 names different: declaration 'page_id' definition 'new_page_id'. [funcArgNamesDifferent]
empathy-3.4.2.3/src/ev-sidebar.h:66:21: note: Function 'ev_sidebar_set_current_page' argument 2 names different: declaration 'page_id' definition 'new_page_id'.
empathy-3.4.2.3/src/ev-sidebar.c:270:65: note: Function 'ev_sidebar_set_current_page' argument 2 names different: declaration 'page_id' definition 'new_page_id'.
empathy-3.4.2.3/tests/empathy-tls-test.c:246:10: style: The scope of the variable 'filename' can be reduced. [variableScope]
empathy-3.4.2.3/tests/empathy-tls-test.c:247:11: style: The scope of the variable 'der' can be reduced. [variableScope]
empathy-3.4.2.3/tests/empathy-tls-test.c:414:34: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/tests/empathy-tls-test.c:445:34: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/tests/empathy-tls-test.c:486:67: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/tests/empathy-tls-test.c:521:34: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/tests/empathy-tls-test.c:556:67: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/tests/empathy-tls-test.c:591:67: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
empathy-3.4.2.3/tests/empathy-tls-test.c:628:67: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
[17:41]

ftp://ftp.se.debian.org/debian/pool/main/e/empire/empire_1.7.orig.tar.gz
vms-empire-1.7/attack.c:158:6: style: The scope of the variable 'diff' can be reduced. [variableScope]
vms-empire-1.7/compmove.c:227:19: error: Array 'city[70]' accessed at index 70, which is out of bounds. [arrayIndexOutOfBounds]
vms-empire-1.7/compmove.c:224:4: note: After for loop, i has value 70
vms-empire-1.7/compmove.c:227:19: note: Array index out of bounds
vms-empire-1.7/compmove.c:414:7: style: The scope of the variable 'saved_loc' can be reduced. [variableScope]
vms-empire-1.7/compmove.c:415:15: style: The scope of the variable 'cityp' can be reduced. [variableScope]
vms-empire-1.7/compmove.c:513:7: style: The scope of the variable 'new_loc2' can be reduced. [variableScope]
vms-empire-1.7/compmove.c:799:7: style: The scope of the variable 'x_loc' can be reduced. [variableScope]
vms-empire-1.7/compmove.c:834:7: style: The scope of the variable 'new_loc' can be reduced. [variableScope]
vms-empire-1.7/compmove.c:860:7: style: The scope of the variable 'new_loc' can be reduced. [variableScope]
vms-empire-1.7/compmove.c:1025:8: style: The scope of the variable 'attack_list' can be reduced. [variableScope]
vms-empire-1.7/edit.c:41:7: style: The scope of the variable 'e' can be reduced. [variableScope]
vms-empire-1.7/edit.c:128:8: style: The scope of the variable 'p' can be reduced. [variableScope]
vms-empire-1.7/edit.c:386:6: style: The scope of the variable 'i' can be reduced. [variableScope]
vms-empire-1.7/empire.c:178:4: warning: Redundant assignment of 'e' to itself. [selfAssignment]
vms-empire-1.7/game.c:178:15: style: The scope of the variable 'i' can be reduced. [variableScope]
vms-empire-1.7/game.c:178:18: style: The scope of the variable 'loc' can be reduced. [variableScope]
vms-empire-1.7/game.c:306:14: style: The scope of the variable 'useri' can be reduced. [variableScope]
vms-empire-1.7/game.c:640:6: style: The scope of the variable 'count' can be reduced. [variableScope]
vms-empire-1.7/game.c:758:6: style: The scope of the variable 'row_inc' can be reduced. [variableScope]
vms-empire-1.7/game.c:758:15: style: The scope of the variable 'col_inc' can be reduced. [variableScope]
vms-empire-1.7/game.c:810:8: style: The scope of the variable 'p' can be reduced. [variableScope]
vms-empire-1.7/map.c:543:6: style: The scope of the variable 'i' can be reduced. [variableScope]
vms-empire-1.7/map.c:1083:16: style: The scope of the variable 'new_loc' can be reduced. [variableScope]
vms-empire-1.7/map.c:1080:7: style: Function 'vmap_find_dir' argument 5 names different: declaration 'adjchar' definition 'adj_char'. [funcArgNamesDifferent]
vms-empire-1.7/extern.h:135:94: note: Function 'vmap_find_dir' argument 5 names different: declaration 'adjchar' definition 'adj_char'.
vms-empire-1.7/map.c:1080:7: note: Function 'vmap_find_dir' argument 5 names different: declaration 'adjchar' definition 'adj_char'.
vms-empire-1.7/object.c:141:7: style: The scope of the variable 'new_loc' can be reduced. [variableScope]
vms-empire-1.7/object.c:142:16: style: The scope of the variable 't' can be reduced. [variableScope]
vms-empire-1.7/object.c:246:14: style: The scope of the variable 'vmap' can be reduced. [variableScope]
vms-empire-1.7/object.c:250:6: style: The scope of the variable 'i' can be reduced. [variableScope]
vms-empire-1.7/object.c:555:7: style: The scope of the variable 'xloc' can be reduced. [variableScope]
vms-empire-1.7/object.c:579:7: style: The scope of the variable 'xloc' can be reduced. [variableScope]
vms-empire-1.7/object.c:604:16: style: The scope of the variable 'p' can be reduced. [variableScope]
vms-empire-1.7/object.c:636:6: style: The scope of the variable 'i' can be reduced. [variableScope]
vms-empire-1.7/term.c:278:8: warning: Redundant assignment of 'sizep' to itself. [selfAssignment]
vms-empire-1.7/term.c:375:7: style: The scope of the variable 'c' can be reduced. [variableScope]
vms-empire-1.7/term.c:397:6: style: The scope of the variable 'result' can be reduced. [variableScope]
vms-empire-1.7/usermove.c:356:6: warning: Redundant assignment of 'obj' to itself. [selfAssignment]
vms-empire-1.7/usermove.c:636:4: warning: Redundant assignment of 'c' to itself. [selfAssignment]
vms-empire-1.7/usermove.c:29:12: style: The scope of the variable 'sec' can be reduced. [variableScope]
vms-empire-1.7/usermove.c:115:6: style: The scope of the variable 'saved_moves' can be reduced. [variableScope]
vms-empire-1.7/usermove.c:117:7: style: The scope of the variable 'saved_loc' can be reduced. [variableScope]
vms-empire-1.7/usermove.c:213:7: style: The scope of the variable 'loc' can be reduced. [variableScope]
vms-empire-1.7/usermove.c:303:6: style: The scope of the variable 'i' can be reduced. [variableScope]
vms-empire-1.7/usermove.c:419:7: style: The scope of the variable 'new_dist' can be reduced. [variableScope]
vms-empire-1.7/usermove.c:529:7: style: The scope of the variable 'c' can be reduced. [variableScope]
vms-empire-1.7/usermove.c:1074:7: style: The scope of the variable 'c' can be reduced. [variableScope]
vms-empire-1.7/usermove.c:636:6: style: Variable 'c' is assigned a value that is never used. [unreadVariable]
vms-empire-1.7/util.c:211:4: warning: Redundant assignment of 'a' to itself. [selfAssignment]
vms-empire-1.7/util.c:406:10: style: The scope of the variable 'count' can be reduced. [variableScope]
vms-empire-1.7/util.c:210:4: error: Division by zero. [zerodiv]
vms-empire-1.7/util.c:211:6: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
[17:41]

ftp://ftp.se.debian.org/debian/pool/main/e/empire-lafe/empire-lafe_1.1.orig.tar.gz
lafe/alias.c:65:5: error: Common realloc mistake: 'key' nulled but not freed upon failure [memleakOnRealloc]
lafe/alias.c:66:5: error: Common realloc mistake: 'value' nulled but not freed upon failure [memleakOnRealloc]
lafe/game.c:43:5: error: Common realloc mistake: 'game' nulled but not freed upon failure [memleakOnRealloc]
lafe/lafe.c:532:7: style: The scope of the variable 'len' can be reduced. [variableScope]
lafe/lafe.c:533:15: style: The scope of the variable 'buffer' can be reduced. [variableScope]
lafe/lafe.c:534:14: style: The scope of the variable 'offset' can be reduced. [variableScope]
lafe/lafe.c:596:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lafe/lafe.c:656:19: style: The scope of the variable 'hp' can be reduced. [variableScope]
lafe/lafe.c:271:14: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
lafe/lafe.c:303:14: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
lafe/lafe.c:446:21: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
lafe/lafe.c:447:28: style: Array index 'j' is used before limits check. [arrayIndexThenCheck]
lafe/parse.c:17:7: style: The scope of the variable 'len' can be reduced. [variableScope]
lafe/parse.c:18:9: style: The scope of the variable 'buffer' can be reduced. [variableScope]
lafe/parse.c:53:9: style: The scope of the variable 'end' can be reduced. [variableScope]
lafe/parse.c:83:9: style: The scope of the variable 'end' can be reduced. [variableScope]
lafe/parse.c:169:7: style: The scope of the variable 'len' can be reduced. [variableScope]
lafe/parse.c:170:7: style: The scope of the variable 'loc' can be reduced. [variableScope]
lafe/parse.c:171:7: style: The scope of the variable 'pos' can be reduced. [variableScope]
lafe/parse.c:261:2: error: Common realloc mistake: 'commandline' nulled but not freed upon failure [memleakOnRealloc]
[17:41]

ftp://ftp.se.debian.org/debian/pool/main/e/empty-expect/empty-expect_0.6.20b.orig.tar.gz
empty-0.6.20b/empty.c:145:9: style: The scope of the variable 'bl' can be reduced. [variableScope]
empty-0.6.20b/empty.c:174:9: style: The scope of the variable 'stime' can be reduced. [variableScope]
empty-0.6.20b/empty.c:174:16: style: The scope of the variable 'ntime' can be reduced. [variableScope]
empty-0.6.20b/empty.c:810:13: style: The scope of the variable 'len' can be reduced. [variableScope]
empty-0.6.20b/empty.c:872:6: style: The scope of the variable 'n' can be reduced. [variableScope]
empty-0.6.20b/empty.c:873:16: style: The scope of the variable 'ntime' can be reduced. [variableScope]
empty-0.6.20b/empty.c:188:20: style: union member 'semun::buf' is never used. [unusedStructMember]
[17:41]

ftp://ftp.se.debian.org/debian/pool/main/e/empy/empy_3.3.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/emscripten/emscripten_1.22.1.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/e/emu8051/emu8051_1.1.1.orig.tar.gz
emu8051-1.1.1/src/cpu8051.c:36:27: style: Function 'IsBreakpoint' argument 1 names different: declaration 'Address' definition 'address'. [funcArgNamesDifferent]
emu8051-1.1.1/src/cpu8051.h:49:27: note: Function 'IsBreakpoint' argument 1 names different: declaration 'Address' definition 'address'.
emu8051-1.1.1/src/cpu8051.c:36:27: note: Function 'IsBreakpoint' argument 1 names different: declaration 'Address' definition 'address'.
emu8051-1.1.1/src/cpu8051.c:61:28: style: Function 'SetBreakpoint' argument 1 names different: declaration 'Address' definition 'address'. [funcArgNamesDifferent]
emu8051-1.1.1/src/cpu8051.h:55:28: note: Function 'SetBreakpoint' argument 1 names different: declaration 'Address' definition 'address'.
emu8051-1.1.1/src/cpu8051.c:61:28: note: Function 'SetBreakpoint' argument 1 names different: declaration 'Address' definition 'address'.
emu8051-1.1.1/src/cpu8051.c:72:30: style: Function 'ClearBreakpoint' argument 1 names different: declaration 'Address' definition 'address'. [funcArgNamesDifferent]
emu8051-1.1.1/src/cpu8051.h:58:30: note: Function 'ClearBreakpoint' argument 1 names different: declaration 'Address' definition 'address'.
emu8051-1.1.1/src/cpu8051.c:72:30: note: Function 'ClearBreakpoint' argument 1 names different: declaration 'Address' definition 'address'.
emu8051-1.1.1/src/cpu8051.c:87:31: style: Function 'ToggleBreakpoint' argument 1 names different: declaration 'Address' definition 'address'. [funcArgNamesDifferent]
emu8051-1.1.1/src/cpu8051.h:61:31: note: Function 'ToggleBreakpoint' argument 1 names different: declaration 'Address' definition 'address'.
emu8051-1.1.1/src/cpu8051.c:87:31: note: Function 'ToggleBreakpoint' argument 1 names different: declaration 'Address' definition 'address'.
emu8051-1.1.1/src/emuconsole.c:318:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
emu8051-1.1.1/src/emuconsole.c:63:7: style: The scope of the variable 'dummy' can be reduced. [variableScope]
emu8051-1.1.1/src/emuconsole.c:86:11: style: Variable 'dummy' is assigned a value that is never used. [unreadVariable]
emu8051-1.1.1/src/hexfile.c:44:9: style: The scope of the variable 'ascii_code' can be reduced. [variableScope]
emu8051-1.1.1/src/instructions_8051.c:1811:1: style: Variable 'destination' is reassigned a value before the old one has been used. [redundantAssignment]
emu8051-1.1.1/src/instructions_8051.c:1809:0: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:1811:1: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:1826:1: style: Variable 'destination' is reassigned a value before the old one has been used. [redundantAssignment]
emu8051-1.1.1/src/instructions_8051.c:1824:0: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:1826:1: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:1840:1: style: Variable 'destination' is reassigned a value before the old one has been used. [redundantAssignment]
emu8051-1.1.1/src/instructions_8051.c:1838:0: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:1840:1: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:1854:1: style: Variable 'destination' is reassigned a value before the old one has been used. [redundantAssignment]
emu8051-1.1.1/src/instructions_8051.c:1852:0: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:1854:1: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:1868:1: style: Variable 'destination' is reassigned a value before the old one has been used. [redundantAssignment]
emu8051-1.1.1/src/instructions_8051.c:1866:0: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:1868:1: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:1882:1: style: Variable 'destination' is reassigned a value before the old one has been used. [redundantAssignment]
emu8051-1.1.1/src/instructions_8051.c:1880:0: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:1882:1: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:1896:1: style: Variable 'destination' is reassigned a value before the old one has been used. [redundantAssignment]
emu8051-1.1.1/src/instructions_8051.c:1894:0: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:1896:1: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:1910:1: style: Variable 'destination' is reassigned a value before the old one has been used. [redundantAssignment]
emu8051-1.1.1/src/instructions_8051.c:1908:0: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:1910:1: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:1924:1: style: Variable 'destination' is reassigned a value before the old one has been used. [redundantAssignment]
emu8051-1.1.1/src/instructions_8051.c:1922:0: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:1924:1: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:1938:1: style: Variable 'destination' is reassigned a value before the old one has been used. [redundantAssignment]
emu8051-1.1.1/src/instructions_8051.c:1936:0: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:1938:1: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:1952:1: style: Variable 'destination' is reassigned a value before the old one has been used. [redundantAssignment]
emu8051-1.1.1/src/instructions_8051.c:1950:0: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:1952:1: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:1966:1: style: Variable 'destination' is reassigned a value before the old one has been used. [redundantAssignment]
emu8051-1.1.1/src/instructions_8051.c:1964:0: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:1966:1: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:2020:1: style: Variable 'destination' is reassigned a value before the old one has been used. [redundantAssignment]
emu8051-1.1.1/src/instructions_8051.c:2018:0: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:2020:1: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:2051:3: style: Variable 'destination' is reassigned a value before the old one has been used. [redundantAssignment]
emu8051-1.1.1/src/instructions_8051.c:2050:0: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:2051:3: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:2066:1: style: Variable 'destination' is reassigned a value before the old one has been used. [redundantAssignment]
emu8051-1.1.1/src/instructions_8051.c:2064:0: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:2066:1: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:2081:1: style: Variable 'destination' is reassigned a value before the old one has been used. [redundantAssignment]
emu8051-1.1.1/src/instructions_8051.c:2079:0: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:2081:1: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:2096:1: style: Variable 'destination' is reassigned a value before the old one has been used. [redundantAssignment]
emu8051-1.1.1/src/instructions_8051.c:2094:0: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:2096:1: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:2111:1: style: Variable 'destination' is reassigned a value before the old one has been used. [redundantAssignment]
emu8051-1.1.1/src/instructions_8051.c:2109:0: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:2111:1: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:2126:1: style: Variable 'destination' is reassigned a value before the old one has been used. [redundantAssignment]
emu8051-1.1.1/src/instructions_8051.c:2124:0: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:2126:1: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:2141:1: style: Variable 'destination' is reassigned a value before the old one has been used. [redundantAssignment]
emu8051-1.1.1/src/instructions_8051.c:2139:0: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:2141:1: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:2156:1: style: Variable 'destination' is reassigned a value before the old one has been used. [redundantAssignment]
emu8051-1.1.1/src/instructions_8051.c:2154:0: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:2156:1: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:2171:1: style: Variable 'destination' is reassigned a value before the old one has been used. [redundantAssignment]
emu8051-1.1.1/src/instructions_8051.c:2169:0: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:2171:1: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:2186:1: style: Variable 'destination' is reassigned a value before the old one has been used. [redundantAssignment]
emu8051-1.1.1/src/instructions_8051.c:2184:0: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:2186:1: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:2201:1: style: Variable 'destination' is reassigned a value before the old one has been used. [redundantAssignment]
emu8051-1.1.1/src/instructions_8051.c:2199:0: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:2201:1: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:2216:1: style: Variable 'destination' is reassigned a value before the old one has been used. [redundantAssignment]
emu8051-1.1.1/src/instructions_8051.c:2213:0: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:2216:1: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:2248:1: style: Variable 'destination' is reassigned a value before the old one has been used. [redundantAssignment]
emu8051-1.1.1/src/instructions_8051.c:2246:1: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:2248:1: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:2262:1: style: Variable 'destination' is reassigned a value before the old one has been used. [redundantAssignment]
emu8051-1.1.1/src/instructions_8051.c:2260:0: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:2262:1: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:2557:1: style: Variable 'destination' is reassigned a value before the old one has been used. [redundantAssignment]
emu8051-1.1.1/src/instructions_8051.c:2554:0: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:2557:1: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:2610:1: style: Variable 'destination' is reassigned a value before the old one has been used. [redundantAssignment]
emu8051-1.1.1/src/instructions_8051.c:2607:0: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:2610:1: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:2625:1: style: Variable 'destination' is reassigned a value before the old one has been used. [redundantAssignment]
emu8051-1.1.1/src/instructions_8051.c:2622:0: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:2625:1: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:2640:1: style: Variable 'destination' is reassigned a value before the old one has been used. [redundantAssignment]
emu8051-1.1.1/src/instructions_8051.c:2637:0: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:2640:1: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:2655:1: style: Variable 'destination' is reassigned a value before the old one has been used. [redundantAssignment]
emu8051-1.1.1/src/instructions_8051.c:2652:0: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:2655:1: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:2670:1: style: Variable 'destination' is reassigned a value before the old one has been used. [redundantAssignment]
emu8051-1.1.1/src/instructions_8051.c:2667:0: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:2670:1: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:2685:1: style: Variable 'destination' is reassigned a value before the old one has been used. [redundantAssignment]
emu8051-1.1.1/src/instructions_8051.c:2682:0: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:2685:1: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:2700:1: style: Variable 'destination' is reassigned a value before the old one has been used. [redundantAssignment]
emu8051-1.1.1/src/instructions_8051.c:2697:0: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:2700:1: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:2715:1: style: Variable 'destination' is reassigned a value before the old one has been used. [redundantAssignment]
emu8051-1.1.1/src/instructions_8051.c:2712:0: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:2715:1: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:2730:1: style: Variable 'destination' is reassigned a value before the old one has been used. [redundantAssignment]
emu8051-1.1.1/src/instructions_8051.c:2727:0: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:2730:1: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:2745:1: style: Variable 'destination' is reassigned a value before the old one has been used. [redundantAssignment]
emu8051-1.1.1/src/instructions_8051.c:2742:0: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:2745:1: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:3050:1: style: Variable 'destination' is reassigned a value before the old one has been used. [redundantAssignment]
emu8051-1.1.1/src/instructions_8051.c:3049:1: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:3050:1: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:3063:1: style: Variable 'destination' is reassigned a value before the old one has been used. [redundantAssignment]
emu8051-1.1.1/src/instructions_8051.c:3062:0: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:3063:1: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:3268:1: style: Variable 'destination' is reassigned a value before the old one has been used. [redundantAssignment]
emu8051-1.1.1/src/instructions_8051.c:3266:0: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:3268:1: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:3299:1: style: Variable 'destination' is reassigned a value before the old one has been used. [redundantAssignment]
emu8051-1.1.1/src/instructions_8051.c:3298:1: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:3299:1: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:3312:1: style: Variable 'destination' is reassigned a value before the old one has been used. [redundantAssignment]
emu8051-1.1.1/src/instructions_8051.c:3311:0: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:3312:1: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:3525:1: style: Variable 'destination' is reassigned a value before the old one has been used. [redundantAssignment]
emu8051-1.1.1/src/instructions_8051.c:3523:0: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:3525:1: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:3551:1: style: Variable 'destination' is reassigned a value before the old one has been used. [redundantAssignment]
emu8051-1.1.1/src/instructions_8051.c:3549:0: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:3551:1: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:3565:1: style: Variable 'destination' is reassigned a value before the old one has been used. [redundantAssignment]
emu8051-1.1.1/src/instructions_8051.c:3563:0: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:3565:1: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:3578:1: style: Variable 'destination' is reassigned a value before the old one has been used. [redundantAssignment]
emu8051-1.1.1/src/instructions_8051.c:3577:0: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:3578:1: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:3593:1: style: Variable 'destination' is reassigned a value before the old one has been used. [redundantAssignment]
emu8051-1.1.1/src/instructions_8051.c:3590:0: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:3593:1: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:3607:1: style: Variable 'destination' is reassigned a value before the old one has been used. [redundantAssignment]
emu8051-1.1.1/src/instructions_8051.c:3605:0: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:3607:1: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:3621:1: style: Variable 'destination' is reassigned a value before the old one has been used. [redundantAssignment]
emu8051-1.1.1/src/instructions_8051.c:3619:0: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:3621:1: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:3635:1: style: Variable 'destination' is reassigned a value before the old one has been used. [redundantAssignment]
emu8051-1.1.1/src/instructions_8051.c:3633:0: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:3635:1: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:3649:1: style: Variable 'destination' is reassigned a value before the old one has been used. [redundantAssignment]
emu8051-1.1.1/src/instructions_8051.c:3647:0: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:3649:1: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:3663:1: style: Variable 'destination' is reassigned a value before the old one has been used. [redundantAssignment]
emu8051-1.1.1/src/instructions_8051.c:3661:0: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:3663:1: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:3677:1: style: Variable 'destination' is reassigned a value before the old one has been used. [redundantAssignment]
emu8051-1.1.1/src/instructions_8051.c:3675:0: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:3677:1: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:3691:1: style: Variable 'destination' is reassigned a value before the old one has been used. [redundantAssignment]
emu8051-1.1.1/src/instructions_8051.c:3689:0: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:3691:1: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:3705:1: style: Variable 'destination' is reassigned a value before the old one has been used. [redundantAssignment]
emu8051-1.1.1/src/instructions_8051.c:3703:0: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:3705:1: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:3719:1: style: Variable 'destination' is reassigned a value before the old one has been used. [redundantAssignment]
emu8051-1.1.1/src/instructions_8051.c:3717:0: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:3719:1: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:3733:1: style: Variable 'destination' is reassigned a value before the old one has been used. [redundantAssignment]
emu8051-1.1.1/src/instructions_8051.c:3731:0: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:3733:1: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:3747:1: style: Variable 'destination' is reassigned a value before the old one has been used. [redundantAssignment]
emu8051-1.1.1/src/instructions_8051.c:3745:0: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:3747:1: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:3777:1: style: Variable 'destination' is reassigned a value before the old one has been used. [redundantAssignment]
emu8051-1.1.1/src/instructions_8051.c:3775:0: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:3777:1: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:3791:1: style: Variable 'destination' is reassigned a value before the old one has been used. [redundantAssignment]
emu8051-1.1.1/src/instructions_8051.c:3789:0: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:3791:1: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:3819:1: style: Variable 'destination' is reassigned a value before the old one has been used. [redundantAssignment]
emu8051-1.1.1/src/instructions_8051.c:3817:0: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:3819:1: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:3833:1: style: Variable 'destination' is reassigned a value before the old one has been used. [redundantAssignment]
emu8051-1.1.1/src/instructions_8051.c:3831:0: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:3833:1: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:3847:1: style: Variable 'destination' is reassigned a value before the old one has been used. [redundantAssignment]
emu8051-1.1.1/src/instructions_8051.c:3845:0: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:3847:1: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:3861:1: style: Variable 'destination' is reassigned a value before the old one has been used. [redundantAssignment]
emu8051-1.1.1/src/instructions_8051.c:3859:0: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:3861:1: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:3875:1: style: Variable 'destination' is reassigned a value before the old one has been used. [redundantAssignment]
emu8051-1.1.1/src/instructions_8051.c:3873:0: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:3875:1: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:3889:1: style: Variable 'destination' is reassigned a value before the old one has been used. [redundantAssignment]
emu8051-1.1.1/src/instructions_8051.c:3887:0: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:3889:1: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:3903:1: style: Variable 'destination' is reassigned a value before the old one has been used. [redundantAssignment]
emu8051-1.1.1/src/instructions_8051.c:3901:0: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:3903:1: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:3917:1: style: Variable 'destination' is reassigned a value before the old one has been used. [redundantAssignment]
emu8051-1.1.1/src/instructions_8051.c:3915:0: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:3917:1: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:3931:1: style: Variable 'destination' is reassigned a value before the old one has been used. [redundantAssignment]
emu8051-1.1.1/src/instructions_8051.c:3929:0: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:3931:1: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:3945:1: style: Variable 'destination' is reassigned a value before the old one has been used. [redundantAssignment]
emu8051-1.1.1/src/instructions_8051.c:3943:0: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:3945:1: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:3959:1: style: Variable 'destination' is reassigned a value before the old one has been used. [redundantAssignment]
emu8051-1.1.1/src/instructions_8051.c:3957:0: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:3959:1: note: Variable 'destination' is reassigned a value before the old one has been used.
emu8051-1.1.1/src/instructions_8051.c:3325:64: warning: Result of operator '|' is always true if one operand is non-zero. Did you intend to use '&'? [badBitmaskCheck]
emu8051-1.1.1/src/memwin.c:86:19: style: The scope of the variable 'TextLength' can be reduced. [variableScope]
emu8051-1.1.1/src/memwin.c:83:20: style: Function 'memwin_DumpD' argument 1 names different: declaration 'Address' definition 'MemAddress'. [funcArgNamesDifferent]
emu8051-1.1.1/src/memwin.h:31:20: note: Function 'memwin_DumpD' argument 1 names different: declaration 'Address' definition 'MemAddress'.
emu8051-1.1.1/src/memwin.c:83:20: note: Function 'memwin_DumpD' argument 1 names different: declaration 'Address' definition 'MemAddress'.
emu8051-1.1.1/src/pgmwin.c:41:6: style: The scope of the variable 'InstSize' can be reduced. [variableScope]
emu8051-1.1.1/src/regwin.c:81:47: error: Expression 'GTK_CLIST(regclist),row++,0' depends on order of evaluation of side effects [unknownEvaluationOrder]
[17:41]

ftp://ftp.se.debian.org/debian/pool/main/e/enblend-enfuse/enblend-enfuse_4.2.orig.tar.gz
enblend-enfuse-4.2/src/dynamic_loader/dynamic_loader.cc:49:16: warning: Member variable 'DynamicLoader::observers_' is not initialized in the constructor. [uninitMemberVar]
enblend-enfuse-4.2/src/dynamic_loader/dynamic_loader_implementation.h:49:9: style: Struct 'error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
enblend-enfuse-4.2/src/dynamic_loader/null_implementation.h:40:10: style: The function 'open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enblend-enfuse-4.2/src/dynamic_loader/dynamic_loader_implementation.h:39:18: note: Virtual function in base class
enblend-enfuse-4.2/src/dynamic_loader/null_implementation.h:40:10: note: Function in derived class
enblend-enfuse-4.2/src/dynamic_loader/null_implementation.h:41:10: style: The function 'close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enblend-enfuse-4.2/src/dynamic_loader/dynamic_loader_implementation.h:40:18: note: Virtual function in base class
enblend-enfuse-4.2/src/dynamic_loader/null_implementation.h:41:10: note: Function in derived class
enblend-enfuse-4.2/src/dynamic_loader/null_implementation.h:43:11: style: The function 'resolve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enblend-enfuse-4.2/src/dynamic_loader/dynamic_loader_implementation.h:41:19: note: Virtual function in base class
enblend-enfuse-4.2/src/dynamic_loader/null_implementation.h:43:11: note: Function in derived class
enblend-enfuse-4.2/src/dynamic_loader/gmodule_implementation.h:39:10: style: The function 'open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enblend-enfuse-4.2/src/dynamic_loader/dynamic_loader_implementation.h:39:18: note: Virtual function in base class
enblend-enfuse-4.2/src/dynamic_loader/gmodule_implementation.h:39:10: note: Function in derived class
enblend-enfuse-4.2/src/dynamic_loader/gmodule_implementation.h:40:10: style: The function 'close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enblend-enfuse-4.2/src/dynamic_loader/dynamic_loader_implementation.h:40:18: note: Virtual function in base class
enblend-enfuse-4.2/src/dynamic_loader/gmodule_implementation.h:40:10: note: Function in derived class
enblend-enfuse-4.2/src/dynamic_loader/gmodule_implementation.h:41:11: style: The function 'resolve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enblend-enfuse-4.2/src/dynamic_loader/dynamic_loader_implementation.h:41:19: note: Virtual function in base class
enblend-enfuse-4.2/src/dynamic_loader/gmodule_implementation.h:41:11: note: Function in derived class
enblend-enfuse-4.2/src/dynamic_loader/posix_implementation.h:39:10: style: The function 'open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enblend-enfuse-4.2/src/dynamic_loader/dynamic_loader_implementation.h:39:18: note: Virtual function in base class
enblend-enfuse-4.2/src/dynamic_loader/posix_implementation.h:39:10: note: Function in derived class
enblend-enfuse-4.2/src/dynamic_loader/posix_implementation.h:40:10: style: The function 'close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enblend-enfuse-4.2/src/dynamic_loader/dynamic_loader_implementation.h:40:18: note: Virtual function in base class
enblend-enfuse-4.2/src/dynamic_loader/posix_implementation.h:40:10: note: Function in derived class
enblend-enfuse-4.2/src/dynamic_loader/posix_implementation.h:41:11: style: The function 'resolve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enblend-enfuse-4.2/src/dynamic_loader/dynamic_loader_implementation.h:41:19: note: Virtual function in base class
enblend-enfuse-4.2/src/dynamic_loader/posix_implementation.h:41:11: note: Function in derived class
enblend-enfuse-4.2/src/dynamic_loader/win32_implementation.h:41:10: style: The function 'open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enblend-enfuse-4.2/src/dynamic_loader/dynamic_loader_implementation.h:39:18: note: Virtual function in base class
enblend-enfuse-4.2/src/dynamic_loader/win32_implementation.h:41:10: note: Function in derived class
enblend-enfuse-4.2/src/dynamic_loader/win32_implementation.h:42:10: style: The function 'close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enblend-enfuse-4.2/src/dynamic_loader/dynamic_loader_implementation.h:40:18: note: Virtual function in base class
enblend-enfuse-4.2/src/dynamic_loader/win32_implementation.h:42:10: note: Function in derived class
enblend-enfuse-4.2/src/dynamic_loader/win32_implementation.h:43:11: style: The function 'resolve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enblend-enfuse-4.2/src/dynamic_loader/dynamic_loader_implementation.h:41:19: note: Virtual function in base class
enblend-enfuse-4.2/src/dynamic_loader/win32_implementation.h:43:11: note: Function in derived class
enblend-enfuse-4.2/src/enblend.cc:26:0: error: #error trying to compile enblend.cc without having defined ENBLEND_SOURCE [preprocessorErrorDirective]
enblend-enfuse-4.2/src/enfuse.cc:26:0: error: #error trying to compile enfuse.cc without having defined ENFUSE_SOURCE [preprocessorErrorDirective]
enblend-enfuse-4.2/src/error_message.cc:55:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
enblend-enfuse-4.2/src/openmp_def.h:148:42: style: Condition 'omp_get_nested()!=0' is always false [knownConditionTrueFalse]
enblend-enfuse-4.2/src/openmp_def.h:161:43: style: Condition 'omp_get_dynamic()!=0' is always false [knownConditionTrueFalse]
enblend-enfuse-4.2/src/exposure_weight_base.h:68:9: style: Struct 'error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
enblend-enfuse-4.2/src/filespec.cc:351:39: style: Function 'unroll_trace' argument 1 names different: declaration 'a_trace' definition 'trace'. [funcArgNamesDifferent]
enblend-enfuse-4.2/src/filespec.cc:74:51: note: Function 'unroll_trace' argument 1 names different: declaration 'a_trace' definition 'trace'.
enblend-enfuse-4.2/src/filespec.cc:351:39: note: Function 'unroll_trace' argument 1 names different: declaration 'a_trace' definition 'trace'.
enblend-enfuse-4.2/src/filespec.cc:413:35: style: Class 'WildcardGlobbingAlgorithm' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
enblend-enfuse-4.2/src/filespec.cc:413:35: style: Class 'WildcardGlobbingAlgorithm' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
enblend-enfuse-4.2/src/filespec.cc:374:18: style: The function 'do_glob' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enblend-enfuse-4.2/src/filespec.cc:364:26: note: Virtual function in base class
enblend-enfuse-4.2/src/filespec.cc:374:18: note: Function in derived class
enblend-enfuse-4.2/src/filespec.cc:382:17: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enblend-enfuse-4.2/src/filespec.cc:367:25: note: Virtual function in base class
enblend-enfuse-4.2/src/filespec.cc:382:17: note: Function in derived class
enblend-enfuse-4.2/src/filespec.cc:444:18: style: The function 'do_glob' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enblend-enfuse-4.2/src/filespec.cc:364:26: note: Virtual function in base class
enblend-enfuse-4.2/src/filespec.cc:444:18: note: Function in derived class
enblend-enfuse-4.2/src/filespec.cc:454:17: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enblend-enfuse-4.2/src/filespec.cc:367:25: note: Virtual function in base class
enblend-enfuse-4.2/src/filespec.cc:454:17: note: Function in derived class
enblend-enfuse-4.2/src/filespec.cc:468:18: style: The function 'do_glob' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enblend-enfuse-4.2/src/filespec.cc:364:26: note: Virtual function in base class
enblend-enfuse-4.2/src/filespec.cc:468:18: note: Function in derived class
enblend-enfuse-4.2/src/filespec.cc:482:17: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enblend-enfuse-4.2/src/filespec.cc:367:25: note: Virtual function in base class
enblend-enfuse-4.2/src/filespec.cc:482:17: note: Function in derived class
enblend-enfuse-4.2/src/layer_selection/info.h:61:5: style: Class 'ImageInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
enblend-enfuse-4.2/src/layer_selection/info.h:82:5: style: Class 'ImageListInformation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
enblend-enfuse-4.2/src/layer_selection/selector.h:168:9: style: Class 'LayerSpecification' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
enblend-enfuse-4.2/src/layer_selection/selector.h:70:14: style: The function 'id' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enblend-enfuse-4.2/src/layer_selection/selector.h:54:22: note: Virtual function in base class
enblend-enfuse-4.2/src/layer_selection/selector.h:70:14: note: Function in derived class
enblend-enfuse-4.2/src/layer_selection/selector.h:71:21: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enblend-enfuse-4.2/src/layer_selection/selector.h:56:29: note: Virtual function in base class
enblend-enfuse-4.2/src/layer_selection/selector.h:71:21: note: Function in derived class
enblend-enfuse-4.2/src/layer_selection/selector.h:72:21: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enblend-enfuse-4.2/src/layer_selection/selector.h:57:29: note: Virtual function in base class
enblend-enfuse-4.2/src/layer_selection/selector.h:72:21: note: Function in derived class
enblend-enfuse-4.2/src/layer_selection/selector.h:74:14: style: The function 'select' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enblend-enfuse-4.2/src/layer_selection/selector.h:59:22: note: Virtual function in base class
enblend-enfuse-4.2/src/layer_selection/selector.h:74:14: note: Function in derived class
enblend-enfuse-4.2/src/layer_selection/selector.h:75:30: style: The function 'viable_layers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enblend-enfuse-4.2/src/layer_selection/selector.h:62:38: note: Virtual function in base class
enblend-enfuse-4.2/src/layer_selection/selector.h:75:30: note: Function in derived class
enblend-enfuse-4.2/src/layer_selection/selector.h:83:14: style: The function 'id' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enblend-enfuse-4.2/src/layer_selection/selector.h:54:22: note: Virtual function in base class
enblend-enfuse-4.2/src/layer_selection/selector.h:83:14: note: Function in derived class
enblend-enfuse-4.2/src/layer_selection/selector.h:84:21: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enblend-enfuse-4.2/src/layer_selection/selector.h:56:29: note: Virtual function in base class
enblend-enfuse-4.2/src/layer_selection/selector.h:84:21: note: Function in derived class
enblend-enfuse-4.2/src/layer_selection/selector.h:85:21: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enblend-enfuse-4.2/src/layer_selection/selector.h:57:29: note: Virtual function in base class
enblend-enfuse-4.2/src/layer_selection/selector.h:85:21: note: Function in derived class
enblend-enfuse-4.2/src/layer_selection/selector.h:87:14: style: The function 'select' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enblend-enfuse-4.2/src/layer_selection/selector.h:59:22: note: Virtual function in base class
enblend-enfuse-4.2/src/layer_selection/selector.h:87:14: note: Function in derived class
enblend-enfuse-4.2/src/layer_selection/selector.h:92:30: style: The function 'viable_layers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enblend-enfuse-4.2/src/layer_selection/selector.h:62:38: note: Virtual function in base class
enblend-enfuse-4.2/src/layer_selection/selector.h:92:30: note: Function in derived class
enblend-enfuse-4.2/src/layer_selection/selector.h:102:14: style: The function 'id' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enblend-enfuse-4.2/src/layer_selection/selector.h:54:22: note: Virtual function in base class
enblend-enfuse-4.2/src/layer_selection/selector.h:102:14: note: Function in derived class
enblend-enfuse-4.2/src/layer_selection/selector.h:103:21: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enblend-enfuse-4.2/src/layer_selection/selector.h:56:29: note: Virtual function in base class
enblend-enfuse-4.2/src/layer_selection/selector.h:103:21: note: Function in derived class
enblend-enfuse-4.2/src/layer_selection/selector.h:104:21: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enblend-enfuse-4.2/src/layer_selection/selector.h:57:29: note: Virtual function in base class
enblend-enfuse-4.2/src/layer_selection/selector.h:104:21: note: Function in derived class
enblend-enfuse-4.2/src/layer_selection/selector.h:106:14: style: The function 'select' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enblend-enfuse-4.2/src/layer_selection/selector.h:59:22: note: Virtual function in base class
enblend-enfuse-4.2/src/layer_selection/selector.h:106:14: note: Function in derived class
enblend-enfuse-4.2/src/layer_selection/selector.h:109:30: style: The function 'viable_layers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enblend-enfuse-4.2/src/layer_selection/selector.h:62:38: note: Virtual function in base class
enblend-enfuse-4.2/src/layer_selection/selector.h:109:30: note: Function in derived class
enblend-enfuse-4.2/src/layer_selection/selector.h:119:14: style: The function 'id' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enblend-enfuse-4.2/src/layer_selection/selector.h:54:22: note: Virtual function in base class
enblend-enfuse-4.2/src/layer_selection/selector.h:119:14: note: Function in derived class
enblend-enfuse-4.2/src/layer_selection/selector.h:120:21: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enblend-enfuse-4.2/src/layer_selection/selector.h:56:29: note: Virtual function in base class
enblend-enfuse-4.2/src/layer_selection/selector.h:120:21: note: Function in derived class
enblend-enfuse-4.2/src/layer_selection/selector.h:121:21: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enblend-enfuse-4.2/src/layer_selection/selector.h:57:29: note: Virtual function in base class
enblend-enfuse-4.2/src/layer_selection/selector.h:121:21: note: Function in derived class
enblend-enfuse-4.2/src/layer_selection/selector.h:123:14: style: The function 'select' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enblend-enfuse-4.2/src/layer_selection/selector.h:59:22: note: Virtual function in base class
enblend-enfuse-4.2/src/layer_selection/selector.h:123:14: note: Function in derived class
enblend-enfuse-4.2/src/layer_selection/selector.h:125:30: style: The function 'viable_layers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enblend-enfuse-4.2/src/layer_selection/selector.h:62:38: note: Virtual function in base class
enblend-enfuse-4.2/src/layer_selection/selector.h:125:30: note: Function in derived class
enblend-enfuse-4.2/src/layer_selection/selector.h:136:14: style: The function 'id' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enblend-enfuse-4.2/src/layer_selection/selector.h:54:22: note: Virtual function in base class
enblend-enfuse-4.2/src/layer_selection/selector.h:136:14: note: Function in derived class
enblend-enfuse-4.2/src/layer_selection/selector.h:137:21: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enblend-enfuse-4.2/src/layer_selection/selector.h:56:29: note: Virtual function in base class
enblend-enfuse-4.2/src/layer_selection/selector.h:137:21: note: Function in derived class
enblend-enfuse-4.2/src/layer_selection/selector.h:138:21: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enblend-enfuse-4.2/src/layer_selection/selector.h:57:29: note: Virtual function in base class
enblend-enfuse-4.2/src/layer_selection/selector.h:138:21: note: Function in derived class
enblend-enfuse-4.2/src/layer_selection/selector.h:140:14: style: The function 'select' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enblend-enfuse-4.2/src/layer_selection/selector.h:59:22: note: Virtual function in base class
enblend-enfuse-4.2/src/layer_selection/selector.h:140:14: note: Function in derived class
enblend-enfuse-4.2/src/layer_selection/selector.h:142:30: style: The function 'viable_layers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enblend-enfuse-4.2/src/layer_selection/selector.h:62:38: note: Virtual function in base class
enblend-enfuse-4.2/src/layer_selection/selector.h:142:30: note: Function in derived class
enblend-enfuse-4.2/src/layer_selection/selector.h:188:14: style: The function 'id' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enblend-enfuse-4.2/src/layer_selection/selector.h:54:22: note: Virtual function in base class
enblend-enfuse-4.2/src/layer_selection/selector.h:188:14: note: Function in derived class
enblend-enfuse-4.2/src/layer_selection/selector.h:189:21: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enblend-enfuse-4.2/src/layer_selection/selector.h:56:29: note: Virtual function in base class
enblend-enfuse-4.2/src/layer_selection/selector.h:189:21: note: Function in derived class
enblend-enfuse-4.2/src/layer_selection/selector.h:190:21: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enblend-enfuse-4.2/src/layer_selection/selector.h:57:29: note: Virtual function in base class
enblend-enfuse-4.2/src/layer_selection/selector.h:190:21: note: Function in derived class
enblend-enfuse-4.2/src/layer_selection/selector.h:193:14: style: The function 'select' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enblend-enfuse-4.2/src/layer_selection/selector.h:59:22: note: Virtual function in base class
enblend-enfuse-4.2/src/layer_selection/selector.h:193:14: note: Function in derived class
enblend-enfuse-4.2/src/layer_selection/selector.h:195:30: style: The function 'viable_layers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enblend-enfuse-4.2/src/layer_selection/selector.h:62:38: note: Virtual function in base class
enblend-enfuse-4.2/src/layer_selection/selector.h:195:30: note: Function in derived class
enblend-enfuse-4.2/src/layer_selection/layer_selection.cc:107:20: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
enblend-enfuse-4.2/src/layer_selection/selector.cc:337:5: style: The class 'EmptyIndex' does not have a constructor although it has private member variables. [noConstructor]
enblend-enfuse-4.2/src/layer_selection/selector.cc:313:9: style: Class 'ForwardIndex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
enblend-enfuse-4.2/src/layer_selection/selector.cc:327:9: style: Class 'BackwardsIndex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
enblend-enfuse-4.2/src/layer_selection/selector.cc:302:22: style: The function 'values' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enblend-enfuse-4.2/src/layer_selection/selector.cc:291:30: note: Virtual function in base class
enblend-enfuse-4.2/src/layer_selection/selector.cc:302:22: note: Function in derived class
enblend-enfuse-4.2/src/layer_selection/selector.cc:315:13: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enblend-enfuse-4.2/src/layer_selection/selector.cc:298:21: note: Virtual function in base class
enblend-enfuse-4.2/src/layer_selection/selector.cc:315:13: note: Function in derived class
enblend-enfuse-4.2/src/layer_selection/selector.cc:316:21: style: The function 'as_string' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enblend-enfuse-4.2/src/layer_selection/selector.cc:292:29: note: Virtual function in base class
enblend-enfuse-4.2/src/layer_selection/selector.cc:316:21: note: Function in derived class
enblend-enfuse-4.2/src/layer_selection/selector.cc:329:13: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enblend-enfuse-4.2/src/layer_selection/selector.cc:298:21: note: Virtual function in base class
enblend-enfuse-4.2/src/layer_selection/selector.cc:329:13: note: Function in derived class
enblend-enfuse-4.2/src/layer_selection/selector.cc:330:21: style: The function 'as_string' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enblend-enfuse-4.2/src/layer_selection/selector.cc:292:29: note: Virtual function in base class
enblend-enfuse-4.2/src/layer_selection/selector.cc:330:21: note: Function in derived class
enblend-enfuse-4.2/src/layer_selection/selector.cc:359:25: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enblend-enfuse-4.2/src/layer_selection/selector.cc:290:24: note: Virtual function in base class
enblend-enfuse-4.2/src/layer_selection/selector.cc:359:25: note: Function in derived class
enblend-enfuse-4.2/src/layer_selection/selector.cc:360:21: style: The function 'as_string' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enblend-enfuse-4.2/src/layer_selection/selector.cc:292:29: note: Virtual function in base class
enblend-enfuse-4.2/src/layer_selection/selector.cc:360:21: note: Function in derived class
enblend-enfuse-4.2/src/layer_selection/selector.cc:361:22: style: The function 'values' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enblend-enfuse-4.2/src/layer_selection/selector.cc:291:30: note: Virtual function in base class
enblend-enfuse-4.2/src/layer_selection/selector.cc:361:22: note: Function in derived class
enblend-enfuse-4.2/src/minimizer.cc:89:38: style: Function 'set_absolute_error' argument 1 names different: declaration 'absolute_error' definition 'an_absolute_error'. [funcArgNamesDifferent]
enblend-enfuse-4.2/src/minimizer.h:64:42: note: Function 'set_absolute_error' argument 1 names different: declaration 'absolute_error' definition 'an_absolute_error'.
enblend-enfuse-4.2/src/minimizer.cc:89:38: note: Function 'set_absolute_error' argument 1 names different: declaration 'absolute_error' definition 'an_absolute_error'.
enblend-enfuse-4.2/src/minimizer.cc:135:14: warning: Member variable 'Minimizer1D::type_' is not initialized in the constructor. [uninitMemberVar]
enblend-enfuse-4.2/src/minimizer.cc:144:14: warning: Member variable 'Minimizer1D::type_' is not initialized in the constructor. [uninitMemberVar]
enblend-enfuse-4.2/src/minimizer.cc:394:38: warning: Member variable 'MinimizerMultiDimensionNoDerivative::type_' is not initialized in the constructor. [uninitMemberVar]
enblend-enfuse-4.2/src/minimizer.h:74:9: style: Struct 'minimum_not_bracketed' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
enblend-enfuse-4.2/src/minimizer.h:98:25: style: The function 'proper_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enblend-enfuse-4.2/src/minimizer.h:51:25: note: Virtual function in base class
enblend-enfuse-4.2/src/minimizer.h:98:25: note: Function in derived class
enblend-enfuse-4.2/src/minimizer.h:108:20: style: The function 'f_minimum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enblend-enfuse-4.2/src/minimizer.h:67:20: note: Virtual function in base class
enblend-enfuse-4.2/src/minimizer.h:108:20: note: Function in derived class
enblend-enfuse-4.2/src/minimizer.h:217:25: style: The function 'proper_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enblend-enfuse-4.2/src/minimizer.h:51:25: note: Virtual function in base class
enblend-enfuse-4.2/src/minimizer.h:217:25: note: Function in derived class
enblend-enfuse-4.2/src/minimizer.h:227:20: style: The function 'f_minimum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enblend-enfuse-4.2/src/minimizer.h:67:20: note: Virtual function in base class
enblend-enfuse-4.2/src/minimizer.h:227:20: note: Function in derived class
enblend-enfuse-4.2/src/timer.h:72:14: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enblend-enfuse-4.2/src/timer.h:51:22: note: Virtual function in base class
enblend-enfuse-4.2/src/timer.h:72:14: note: Function in derived class
enblend-enfuse-4.2/src/timer.h:73:14: style: The function 'stop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enblend-enfuse-4.2/src/timer.h:55:22: note: Virtual function in base class
enblend-enfuse-4.2/src/timer.h:73:14: note: Function in derived class
enblend-enfuse-4.2/src/timer.h:74:14: style: The function 'restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enblend-enfuse-4.2/src/timer.h:59:22: note: Virtual function in base class
enblend-enfuse-4.2/src/timer.h:74:14: note: Function in derived class
enblend-enfuse-4.2/src/timer.h:76:16: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enblend-enfuse-4.2/src/timer.h:63:24: note: Virtual function in base class
enblend-enfuse-4.2/src/timer.h:76:16: note: Function in derived class
enblend-enfuse-4.2/src/timer.h:155:14: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enblend-enfuse-4.2/src/timer.h:51:22: note: Virtual function in base class
enblend-enfuse-4.2/src/timer.h:155:14: note: Function in derived class
enblend-enfuse-4.2/src/timer.h:156:14: style: The function 'stop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enblend-enfuse-4.2/src/timer.h:55:22: note: Virtual function in base class
enblend-enfuse-4.2/src/timer.h:156:14: note: Function in derived class
enblend-enfuse-4.2/src/timer.h:157:14: style: The function 'restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enblend-enfuse-4.2/src/timer.h:59:22: note: Virtual function in base class
enblend-enfuse-4.2/src/timer.h:157:14: note: Function in derived class
enblend-enfuse-4.2/src/timer.h:164:16: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enblend-enfuse-4.2/src/timer.h:63:24: note: Virtual function in base class
enblend-enfuse-4.2/src/timer.h:164:16: note: Function in derived class
enblend-enfuse-4.2/src/timer.h:171:16: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enblend-enfuse-4.2/src/timer.h:63:24: note: Virtual function in base class
enblend-enfuse-4.2/src/timer.h:171:16: note: Function in derived class
enblend-enfuse-4.2/src/win32helpers/getopt.c:351:7: style: The scope of the variable 'option_index' can be reduced. [variableScope]
enblend-enfuse-4.2/src/win32helpers/getopt.c:264:27: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
[17:41]

ftp://ftp.se.debian.org/debian/pool/main/e/enca/enca_1.19.orig.tar.gz
enca-1.19/data/pairtoc.c:40:25: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
enca-1.19/data/pairtoc.c:27:10: warning: %lx in format string (no. 1) requires 'unsigned long *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
enca-1.19/data/pairtoc.c:18:14: style: The scope of the variable 'second' can be reduced. [variableScope]
enca-1.19/iconvcap.c:321:13: style: The scope of the variable 'sb' can be reduced. [variableScope]
enca-1.19/lib/common.c:87:18: error: Allocation with enca_malloc, strcpy doesn't release it. [leakNoVarFunctionCall]
enca-1.19/lib/enca.c:83:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
enca-1.19/lib/encnames.c:257:58: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
enca-1.19/lib/encnames.c:267:71: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
enca-1.19/lib/filters.c:277:27: style: Array index 'n' is used before limits check. [arrayIndexThenCheck]
enca-1.19/lib/guess.c:238:10: style: The scope of the variable 'i' can be reduced. [variableScope]
enca-1.19/lib/guess.c:238:13: style: The scope of the variable 'cs' can be reduced. [variableScope]
enca-1.19/lib/lang.c:309:20: warning: Either the condition 'lang!=NULL' is redundant or there is possible null pointer dereference: lang. [nullPointerRedundantCheck]
enca-1.19/lib/lang.c:316:15: note: Assuming that condition 'lang!=NULL' is not redundant
enca-1.19/lib/lang.c:309:20: note: Null pointer dereference
enca-1.19/lib/lang.c:310:40: warning: Either the condition 'lang!=NULL' is redundant or there is possible null pointer dereference: lang. [nullPointerRedundantCheck]
enca-1.19/lib/lang.c:316:15: note: Assuming that condition 'lang!=NULL' is not redundant
enca-1.19/lib/lang.c:310:40: note: Null pointer dereference
enca-1.19/lib/lang.c:311:33: warning: Either the condition 'lang!=NULL' is redundant or there is possible null pointer dereference: lang. [nullPointerRedundantCheck]
enca-1.19/lib/lang.c:316:15: note: Assuming that condition 'lang!=NULL' is not redundant
enca-1.19/lib/lang.c:311:33: note: Null pointer dereference
enca-1.19/lib/lang_zh.c:122:17: style: The scope of the variable 'low' can be reduced. [variableScope]
enca-1.19/lib/multibyte.c:884:13: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
enca-1.19/lib/multibyte.c:886:8: note: Found duplicate branches for 'if' and 'else'.
enca-1.19/lib/multibyte.c:884:13: note: Found duplicate branches for 'if' and 'else'.
enca-1.19/lib/multibyte.c:102:17: style: The scope of the variable 'b' can be reduced. [variableScope]
enca-1.19/lib/multibyte.c:410:17: style: The scope of the variable 'b1' can be reduced. [variableScope]
enca-1.19/lib/multibyte.c:410:21: style: The scope of the variable 'b2' can be reduced. [variableScope]
enca-1.19/lib/multibyte.c:622:10: style: The scope of the variable 'cr' can be reduced. [variableScope]
enca-1.19/lib/multibyte.c:623:10: style: The scope of the variable 'lf' can be reduced. [variableScope]
enca-1.19/lib/multibyte.c:624:7: style: The scope of the variable 'crlf_ok' can be reduced. [variableScope]
enca-1.19/lib/multibyte.c:749:17: style: The scope of the variable 'b' can be reduced. [variableScope]
enca-1.19/src/convert.c:474:7: style: Condition '!xtable_initialized' is always true [knownConditionTrueFalse]
enca-1.19/src/convert.c:108:7: style: The scope of the variable 'err' can be reduced. [variableScope]
enca-1.19/src/convert.c:436:50: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
enca-1.19/src/filebuf.c:89:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
enca-1.19/src/filebuf.c:590:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
enca-1.19/src/filebuf.c:227:11: style: The scope of the variable 'err' can be reduced. [variableScope]
enca-1.19/src/locale_detect.c:58:9: style: Unused variable: locname [unusedVariable]
enca-1.19/src/options.c:744:3: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
enca-1.19/src/options.c:740:0: note: Variable 'p' is reassigned a value before the old one has been used.
enca-1.19/src/options.c:744:3: note: Variable 'p' is reassigned a value before the old one has been used.
enca-1.19/src/options.c:884:9: style: The scope of the variable 's' can be reduced. [variableScope]
enca-1.19/src/options.c:922:8: style: The scope of the variable 'c' can be reduced. [variableScope]
enca-1.19/test/simtable.c:16:7: style: The scope of the variable 'a' can be reduced. [variableScope]
enca-1.19/tools/make_hash.c:209:17: warning: Either the condition 'next' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
enca-1.19/tools/make_hash.c:207:13: note: Assuming that condition 'next' is not redundant
enca-1.19/tools/make_hash.c:209:17: note: Null pointer addition
enca-1.19/tools/make_hash.c:148:9: style: The scope of the variable 'gl' can be reduced. [variableScope]
enca-1.19/tools/make_hash.c:179:9: error: Common realloc mistake: 'raw' nulled but not freed upon failure [memleakOnRealloc]
[17:41]

ftp://ftp.se.debian.org/debian/pool/main/e/encfs/encfs_1.9.5.orig.tar.xz
encfs-1.9.5/encfs/FSConfig.h:81:3: warning: Member variable 'EncFSConfig::keySize' is not initialized in the constructor. [uninitMemberVar]
encfs-1.9.5/encfs/FSConfig.h:81:3: warning: Member variable 'EncFSConfig::blockSize' is not initialized in the constructor. [uninitMemberVar]
encfs-1.9.5/encfs/Error.h:20:3: style: Class 'Error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
encfs-1.9.5/encfs/BlockFileIO.h:45:19: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/FileIO.h:70:19: note: Virtual function in base class
encfs-1.9.5/encfs/BlockFileIO.h:45:19: note: Function in derived class
encfs-1.9.5/encfs/BlockFileIO.h:46:19: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/FileIO.h:71:19: note: Virtual function in base class
encfs-1.9.5/encfs/BlockFileIO.h:46:19: note: Function in derived class
encfs-1.9.5/encfs/BlockFileIO.h:48:24: style: The function 'blockSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/FileIO.h:53:24: note: Virtual function in base class
encfs-1.9.5/encfs/BlockFileIO.h:48:24: note: Function in derived class
encfs-1.9.5/encfs/Range.h:51:25: style: Function 'Range' argument 1 names different: declaration 'min' definition 'min_'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/Range.h:34:13: note: Function 'Range' argument 1 names different: declaration 'min' definition 'min_'.
encfs-1.9.5/encfs/Range.h:51:25: note: Function 'Range' argument 1 names different: declaration 'min' definition 'min_'.
encfs-1.9.5/encfs/Range.h:51:35: style: Function 'Range' argument 2 names different: declaration 'max' definition 'max_'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/Range.h:34:22: note: Function 'Range' argument 2 names different: declaration 'max' definition 'max_'.
encfs-1.9.5/encfs/Range.h:51:35: note: Function 'Range' argument 2 names different: declaration 'max' definition 'max_'.
encfs-1.9.5/encfs/Range.h:51:45: style: Function 'Range' argument 3 names different: declaration 'increment' definition 'increment_'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/Range.h:34:31: note: Function 'Range' argument 3 names different: declaration 'increment' definition 'increment_'.
encfs-1.9.5/encfs/Range.h:51:45: note: Function 'Range' argument 3 names different: declaration 'increment' definition 'increment_'.
encfs-1.9.5/encfs/Range.h:33:3: style: Class 'Range' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
encfs-1.9.5/encfs/BlockNameIO.h:49:21: style: The function 'interface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/NameIO.h:67:21: note: Virtual function in base class
encfs-1.9.5/encfs/BlockNameIO.h:49:21: note: Function in derived class
encfs-1.9.5/encfs/BlockNameIO.h:51:15: style: The function 'maxEncodedNameLen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/NameIO.h:80:15: note: Virtual function in base class
encfs-1.9.5/encfs/BlockNameIO.h:51:15: note: Function in derived class
encfs-1.9.5/encfs/BlockNameIO.h:52:15: style: The function 'maxDecodedNameLen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/NameIO.h:81:15: note: Virtual function in base class
encfs-1.9.5/encfs/BlockNameIO.h:52:15: note: Function in derived class
encfs-1.9.5/encfs/BlockNameIO.h:58:15: style: The function 'encodeName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/NameIO.h:92:15: note: Virtual function in base class
encfs-1.9.5/encfs/BlockNameIO.h:58:15: note: Function in derived class
encfs-1.9.5/encfs/BlockNameIO.h:60:15: style: The function 'decodeName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/NameIO.h:94:15: note: Virtual function in base class
encfs-1.9.5/encfs/BlockNameIO.h:60:15: note: Function in derived class
encfs-1.9.5/encfs/Cipher.cpp:90:35: style: Function 'Register' argument 1 names different: declaration 'cipherName' definition 'name'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/Cipher.h:65:36: note: Function 'Register' argument 1 names different: declaration 'cipherName' definition 'name'.
encfs-1.9.5/encfs/Cipher.cpp:90:35: note: Function 'Register' argument 1 names different: declaration 'cipherName' definition 'name'.
encfs-1.9.5/encfs/Cipher.cpp:91:65: style: Function 'Register' argument 4 names different: declaration 'constructor' definition 'fn'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/Cipher.h:66:66: note: Function 'Register' argument 4 names different: declaration 'constructor' definition 'fn'.
encfs-1.9.5/encfs/Cipher.cpp:91:65: note: Function 'Register' argument 4 names different: declaration 'constructor' definition 'fn'.
encfs-1.9.5/encfs/Cipher.cpp:99:35: style: Function 'Register' argument 1 names different: declaration 'cipherName' definition 'name'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/Cipher.h:68:36: note: Function 'Register' argument 1 names different: declaration 'cipherName' definition 'name'.
encfs-1.9.5/encfs/Cipher.cpp:99:35: note: Function 'Register' argument 1 names different: declaration 'cipherName' definition 'name'.
encfs-1.9.5/encfs/Cipher.cpp:101:65: style: Function 'Register' argument 6 names different: declaration 'constructor' definition 'fn'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/Cipher.h:70:66: note: Function 'Register' argument 6 names different: declaration 'constructor' definition 'fn'.
encfs-1.9.5/encfs/Cipher.cpp:101:65: note: Function 'Register' argument 6 names different: declaration 'constructor' definition 'fn'.
encfs-1.9.5/encfs/Cipher.cpp:118:51: style: Function 'New' argument 1 names different: declaration 'cipherName' definition 'name'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/Cipher.h:62:57: note: Function 'New' argument 1 names different: declaration 'cipherName' definition 'name'.
encfs-1.9.5/encfs/Cipher.cpp:118:51: note: Function 'New' argument 1 names different: declaration 'cipherName' definition 'name'.
encfs-1.9.5/encfs/NullCipher.h:40:3: style: Class 'NullCipher' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
encfs-1.9.5/encfs/NullCipher.h:43:21: style: The function 'interface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/Cipher.h:76:21: note: Virtual function in base class
encfs-1.9.5/encfs/NullCipher.h:43:21: note: Function in derived class
encfs-1.9.5/encfs/NullCipher.h:46:21: style: The function 'newKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/Cipher.h:83:21: note: Virtual function in base class
encfs-1.9.5/encfs/NullCipher.h:46:21: note: Function in derived class
encfs-1.9.5/encfs/NullCipher.h:49:21: style: The function 'newKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/Cipher.h:87:21: note: Virtual function in base class
encfs-1.9.5/encfs/NullCipher.h:49:21: note: Function in derived class
encfs-1.9.5/encfs/NullCipher.h:51:21: style: The function 'newRandomKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/Cipher.h:89:21: note: Virtual function in base class
encfs-1.9.5/encfs/NullCipher.h:51:21: note: Function in derived class
encfs-1.9.5/encfs/NullCipher.h:54:21: style: The function 'readKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/Cipher.h:92:21: note: Virtual function in base class
encfs-1.9.5/encfs/NullCipher.h:54:21: note: Function in derived class
encfs-1.9.5/encfs/NullCipher.h:56:16: style: The function 'writeKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/Cipher.h:95:16: note: Virtual function in base class
encfs-1.9.5/encfs/NullCipher.h:56:16: note: Function in derived class
encfs-1.9.5/encfs/NullCipher.h:58:16: style: The function 'compareKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/Cipher.h:102:16: note: Virtual function in base class
encfs-1.9.5/encfs/NullCipher.h:58:16: note: Function in derived class
encfs-1.9.5/encfs/NullCipher.h:61:15: style: The function 'keySize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/Cipher.h:105:15: note: Virtual function in base class
encfs-1.9.5/encfs/NullCipher.h:61:15: note: Function in derived class
encfs-1.9.5/encfs/NullCipher.h:62:15: style: The function 'encodedKeySize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/Cipher.h:106:15: note: Virtual function in base class
encfs-1.9.5/encfs/NullCipher.h:62:15: note: Function in derived class
encfs-1.9.5/encfs/NullCipher.h:63:15: style: The function 'cipherBlockSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/Cipher.h:107:15: note: Virtual function in base class
encfs-1.9.5/encfs/NullCipher.h:63:15: note: Function in derived class
encfs-1.9.5/encfs/NullCipher.h:65:16: style: The function 'randomize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/Cipher.h:113:16: note: Virtual function in base class
encfs-1.9.5/encfs/NullCipher.h:65:16: note: Function in derived class
encfs-1.9.5/encfs/NullCipher.h:67:20: style: The function 'MAC_64' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/Cipher.h:117:20: note: Virtual function in base class
encfs-1.9.5/encfs/NullCipher.h:67:20: note: Function in derived class
encfs-1.9.5/encfs/NullCipher.h:71:16: style: The function 'streamEncode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/Cipher.h:130:16: note: Virtual function in base class
encfs-1.9.5/encfs/NullCipher.h:71:16: note: Function in derived class
encfs-1.9.5/encfs/NullCipher.h:73:16: style: The function 'streamDecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/Cipher.h:132:16: note: Virtual function in base class
encfs-1.9.5/encfs/NullCipher.h:73:16: note: Function in derived class
encfs-1.9.5/encfs/NullCipher.h:76:16: style: The function 'blockEncode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/Cipher.h:150:16: note: Virtual function in base class
encfs-1.9.5/encfs/NullCipher.h:76:16: note: Function in derived class
encfs-1.9.5/encfs/NullCipher.h:78:16: style: The function 'blockDecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/Cipher.h:152:16: note: Virtual function in base class
encfs-1.9.5/encfs/NullCipher.h:78:16: note: Function in derived class
encfs-1.9.5/encfs/SSL_Cipher.h:94:21: style: The function 'interface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/Cipher.h:76:21: note: Virtual function in base class
encfs-1.9.5/encfs/SSL_Cipher.h:94:21: note: Function in derived class
encfs-1.9.5/encfs/SSL_Cipher.h:97:21: style: The function 'newKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/Cipher.h:83:21: note: Virtual function in base class
encfs-1.9.5/encfs/SSL_Cipher.h:97:21: note: Function in derived class
encfs-1.9.5/encfs/SSL_Cipher.h:101:21: style: The function 'newKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/Cipher.h:87:21: note: Virtual function in base class
encfs-1.9.5/encfs/SSL_Cipher.h:101:21: note: Function in derived class
encfs-1.9.5/encfs/SSL_Cipher.h:103:21: style: The function 'newRandomKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/Cipher.h:89:21: note: Virtual function in base class
encfs-1.9.5/encfs/SSL_Cipher.h:103:21: note: Function in derived class
encfs-1.9.5/encfs/SSL_Cipher.h:106:21: style: The function 'readKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/Cipher.h:92:21: note: Virtual function in base class
encfs-1.9.5/encfs/SSL_Cipher.h:106:21: note: Function in derived class
encfs-1.9.5/encfs/SSL_Cipher.h:108:16: style: The function 'writeKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/Cipher.h:95:16: note: Virtual function in base class
encfs-1.9.5/encfs/SSL_Cipher.h:108:16: note: Function in derived class
encfs-1.9.5/encfs/SSL_Cipher.h:110:16: style: The function 'compareKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/Cipher.h:102:16: note: Virtual function in base class
encfs-1.9.5/encfs/SSL_Cipher.h:110:16: note: Function in derived class
encfs-1.9.5/encfs/SSL_Cipher.h:113:15: style: The function 'keySize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/Cipher.h:105:15: note: Virtual function in base class
encfs-1.9.5/encfs/SSL_Cipher.h:113:15: note: Function in derived class
encfs-1.9.5/encfs/SSL_Cipher.h:114:15: style: The function 'encodedKeySize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/Cipher.h:106:15: note: Virtual function in base class
encfs-1.9.5/encfs/SSL_Cipher.h:114:15: note: Function in derived class
encfs-1.9.5/encfs/SSL_Cipher.h:115:15: style: The function 'cipherBlockSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/Cipher.h:107:15: note: Virtual function in base class
encfs-1.9.5/encfs/SSL_Cipher.h:115:15: note: Function in derived class
encfs-1.9.5/encfs/SSL_Cipher.h:117:16: style: The function 'randomize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/Cipher.h:113:16: note: Virtual function in base class
encfs-1.9.5/encfs/SSL_Cipher.h:117:16: note: Function in derived class
encfs-1.9.5/encfs/SSL_Cipher.h:119:20: style: The function 'MAC_64' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/Cipher.h:117:20: note: Virtual function in base class
encfs-1.9.5/encfs/SSL_Cipher.h:119:20: note: Function in derived class
encfs-1.9.5/encfs/SSL_Cipher.h:126:16: style: The function 'streamEncode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/Cipher.h:130:16: note: Virtual function in base class
encfs-1.9.5/encfs/SSL_Cipher.h:126:16: note: Function in derived class
encfs-1.9.5/encfs/SSL_Cipher.h:128:16: style: The function 'streamDecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/Cipher.h:132:16: note: Virtual function in base class
encfs-1.9.5/encfs/SSL_Cipher.h:128:16: note: Function in derived class
encfs-1.9.5/encfs/SSL_Cipher.h:136:16: style: The function 'blockEncode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/Cipher.h:150:16: note: Virtual function in base class
encfs-1.9.5/encfs/SSL_Cipher.h:136:16: note: Function in derived class
encfs-1.9.5/encfs/SSL_Cipher.h:138:16: style: The function 'blockDecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/Cipher.h:152:16: note: Virtual function in base class
encfs-1.9.5/encfs/SSL_Cipher.h:138:16: note: Function in derived class
encfs-1.9.5/encfs/Cipher.cpp:101:65: performance: Function parameter 'fn' should be passed by const reference. [passedByValue]
encfs-1.9.5/encfs/CipherFileIO.cpp:340:8: style: The scope of the variable 'ok' can be reduced. [variableScope]
encfs-1.9.5/encfs/CipherFileIO.cpp:51:52: style: Function 'CipherFileIO' argument 1 names different: declaration 'base' definition '_base'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/CipherFileIO.h:48:40: note: Function 'CipherFileIO' argument 1 names different: declaration 'base' definition '_base'.
encfs-1.9.5/encfs/CipherFileIO.cpp:51:52: note: Function 'CipherFileIO' argument 1 names different: declaration 'base' definition '_base'.
encfs-1.9.5/encfs/CipherFileIO.cpp:283:56: style: Function 'generateReverseHeader' argument 1 names different: declaration 'data' definition 'headerBuf'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/CipherFileIO.h:69:52: note: Function 'generateReverseHeader' argument 1 names different: declaration 'data' definition 'headerBuf'.
encfs-1.9.5/encfs/CipherFileIO.cpp:283:56: note: Function 'generateReverseHeader' argument 1 names different: declaration 'data' definition 'headerBuf'.
encfs-1.9.5/encfs/CipherFileIO.cpp:419:40: style: Function 'blockWrite' argument 3 names different: declaration 'iv64' definition '_iv64'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/CipherFileIO.h:75:58: note: Function 'blockWrite' argument 3 names different: declaration 'iv64' definition '_iv64'.
encfs-1.9.5/encfs/CipherFileIO.cpp:419:40: note: Function 'blockWrite' argument 3 names different: declaration 'iv64' definition '_iv64'.
encfs-1.9.5/encfs/CipherFileIO.cpp:428:41: style: Function 'streamWrite' argument 3 names different: declaration 'iv64' definition '_iv64'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/CipherFileIO.h:76:59: note: Function 'streamWrite' argument 3 names different: declaration 'iv64' definition '_iv64'.
encfs-1.9.5/encfs/CipherFileIO.cpp:428:41: note: Function 'streamWrite' argument 3 names different: declaration 'iv64' definition '_iv64'.
encfs-1.9.5/encfs/CipherFileIO.cpp:437:39: style: Function 'blockRead' argument 3 names different: declaration 'iv64' definition '_iv64'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/CipherFileIO.h:73:57: note: Function 'blockRead' argument 3 names different: declaration 'iv64' definition '_iv64'.
encfs-1.9.5/encfs/CipherFileIO.cpp:437:39: note: Function 'blockRead' argument 3 names different: declaration 'iv64' definition '_iv64'.
encfs-1.9.5/encfs/CipherFileIO.cpp:455:40: style: Function 'streamRead' argument 3 names different: declaration 'iv64' definition '_iv64'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/CipherFileIO.h:74:58: note: Function 'streamRead' argument 3 names different: declaration 'iv64' definition '_iv64'.
encfs-1.9.5/encfs/CipherFileIO.cpp:455:40: note: Function 'streamRead' argument 3 names different: declaration 'iv64' definition '_iv64'.
encfs-1.9.5/encfs/CipherFileIO.cpp:504:45: style: Function 'read' argument 1 names different: declaration 'req' definition 'origReq'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/CipherFileIO.h:78:33: note: Function 'read' argument 1 names different: declaration 'req' definition 'origReq'.
encfs-1.9.5/encfs/CipherFileIO.cpp:504:45: note: Function 'read' argument 1 names different: declaration 'req' definition 'origReq'.
encfs-1.9.5/encfs/CipherFileIO.cpp:59:3: performance: Variable 'fsConfig' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
encfs-1.9.5/encfs/CipherFileIO.cpp:60:3: performance: Variable 'cipher' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
encfs-1.9.5/encfs/CipherFileIO.cpp:61:3: performance: Variable 'key' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
encfs-1.9.5/encfs/CipherFileIO.h:51:21: style: The function 'interface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/FileIO.h:50:21: note: Virtual function in base class
encfs-1.9.5/encfs/CipherFileIO.h:51:21: note: Function in derived class
encfs-1.9.5/encfs/CipherFileIO.h:53:16: style: The function 'setFileName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/FileIO.h:55:16: note: Virtual function in base class
encfs-1.9.5/encfs/CipherFileIO.h:53:16: note: Function in derived class
encfs-1.9.5/encfs/CipherFileIO.h:54:23: style: The function 'getFileName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/FileIO.h:56:23: note: Virtual function in base class
encfs-1.9.5/encfs/CipherFileIO.h:54:23: note: Function in derived class
encfs-1.9.5/encfs/CipherFileIO.h:55:16: style: The function 'setIV' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/FileIO.h:60:16: note: Virtual function in base class
encfs-1.9.5/encfs/CipherFileIO.h:55:16: note: Function in derived class
encfs-1.9.5/encfs/CipherFileIO.h:57:15: style: The function 'open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/FileIO.h:64:15: note: Virtual function in base class
encfs-1.9.5/encfs/CipherFileIO.h:57:15: note: Function in derived class
encfs-1.9.5/encfs/CipherFileIO.h:59:15: style: The function 'getAttr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/FileIO.h:67:15: note: Virtual function in base class
encfs-1.9.5/encfs/CipherFileIO.h:59:15: note: Function in derived class
encfs-1.9.5/encfs/CipherFileIO.h:60:17: style: The function 'getSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/FileIO.h:68:17: note: Virtual function in base class
encfs-1.9.5/encfs/CipherFileIO.h:60:17: note: Function in derived class
encfs-1.9.5/encfs/CipherFileIO.h:62:15: style: The function 'truncate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/FileIO.h:73:15: note: Virtual function in base class
encfs-1.9.5/encfs/CipherFileIO.h:62:15: note: Function in derived class
encfs-1.9.5/encfs/CipherFileIO.h:64:16: style: The function 'isWritable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/FileIO.h:75:16: note: Virtual function in base class
encfs-1.9.5/encfs/CipherFileIO.h:64:16: note: Function in derived class
encfs-1.9.5/encfs/CipherFileIO.h:67:19: style: The function 'readOneBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/BlockFileIO.h:56:19: note: Virtual function in base class
encfs-1.9.5/encfs/CipherFileIO.h:67:19: note: Function in derived class
encfs-1.9.5/encfs/CipherFileIO.h:68:19: style: The function 'writeOneBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/BlockFileIO.h:57:19: note: Virtual function in base class
encfs-1.9.5/encfs/CipherFileIO.h:68:19: note: Function in derived class
encfs-1.9.5/encfs/CipherFileIO.h:78:11: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/BlockFileIO.h:45:19: note: Virtual function in base class
encfs-1.9.5/encfs/CipherFileIO.h:78:11: note: Function in derived class
encfs-1.9.5/encfs/ConfigReader.cpp:75:43: style: Function 'loadFromVar' argument 1 names different: declaration 'var' definition 'in'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/ConfigReader.h:57:31: note: Function 'loadFromVar' argument 1 names different: declaration 'var' definition 'in'.
encfs-1.9.5/encfs/ConfigReader.cpp:75:43: note: Function 'loadFromVar' argument 1 names different: declaration 'var' definition 'in'.
encfs-1.9.5/encfs/ConfigVar.h:39:3: style: Class 'ConfigVar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
encfs-1.9.5/encfs/ConfigVar.cpp:36:41: style: Function 'ConfigVar' argument 1 names different: declaration 'buffer' definition 'buf'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/ConfigVar.h:39:32: note: Function 'ConfigVar' argument 1 names different: declaration 'buffer' definition 'buf'.
encfs-1.9.5/encfs/ConfigVar.cpp:36:41: note: Function 'ConfigVar' argument 1 names different: declaration 'buffer' definition 'buf'.
encfs-1.9.5/encfs/ConfigVar.cpp:56:36: style: Function 'read' argument 1 names different: declaration 'buffer' definition 'buffer_'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/ConfigVar.h:49:27: note: Function 'read' argument 1 names different: declaration 'buffer' definition 'buffer_'.
encfs-1.9.5/encfs/ConfigVar.cpp:56:36: note: Function 'read' argument 1 names different: declaration 'buffer' definition 'buffer_'.
encfs-1.9.5/encfs/ConfigVar.cpp:56:49: style: Function 'read' argument 2 names different: declaration 'size' definition 'bytes'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/ConfigVar.h:49:39: note: Function 'read' argument 2 names different: declaration 'size' definition 'bytes'.
encfs-1.9.5/encfs/ConfigVar.cpp:56:49: note: Function 'read' argument 2 names different: declaration 'size' definition 'bytes'.
encfs-1.9.5/encfs/ConfigVar.cpp:68:53: style: Function 'write' argument 2 names different: declaration 'size' definition 'bytes'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/ConfigVar.h:52:44: note: Function 'write' argument 2 names different: declaration 'size' definition 'bytes'.
encfs-1.9.5/encfs/ConfigVar.cpp:68:53: note: Function 'write' argument 2 names different: declaration 'size' definition 'bytes'.
encfs-1.9.5/encfs/ConfigVar.cpp:86:51: style: Function 'writeString' argument 2 names different: declaration 'size' definition 'bytes'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/ConfigVar.h:60:42: note: Function 'writeString' argument 2 names different: declaration 'size' definition 'bytes'.
encfs-1.9.5/encfs/ConfigVar.cpp:86:51: note: Function 'writeString' argument 2 names different: declaration 'size' definition 'bytes'.
encfs-1.9.5/encfs/ConfigVar.cpp:92:30: style: Function 'writeInt' argument 1 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/ConfigVar.h:56:21: note: Function 'writeInt' argument 1 names different: declaration 'value' definition 'val'.
encfs-1.9.5/encfs/ConfigVar.cpp:92:30: note: Function 'writeInt' argument 1 names different: declaration 'value' definition 'val'.
encfs-1.9.5/encfs/ConfigVar.cpp:183:64: style: Function 'operator>>' argument 2 names different: declaration 'str' definition 'result'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/ConfigVar.h:78:61: note: Function 'operator>>' argument 2 names different: declaration 'str' definition 'result'.
encfs-1.9.5/encfs/ConfigVar.cpp:183:64: note: Function 'operator>>' argument 2 names different: declaration 'str' definition 'result'.
encfs-1.9.5/encfs/ConfigVar.cpp:41:46: performance: Variable 'pd' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
encfs-1.9.5/encfs/Context.cpp:51:54: style: Function 'getRoot' argument 1 names different: declaration 'err' definition 'errCode'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/Context.h:58:41: note: Function 'getRoot' argument 1 names different: declaration 'err' definition 'errCode'.
encfs-1.9.5/encfs/Context.cpp:51:54: note: Function 'getRoot' argument 1 names different: declaration 'err' definition 'errCode'.
encfs-1.9.5/encfs/Context.cpp:55:54: style: Function 'getRoot' argument 1 names different: declaration 'err' definition 'errCode'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/Context.h:59:41: note: Function 'getRoot' argument 1 names different: declaration 'err' definition 'errCode'.
encfs-1.9.5/encfs/Context.cpp:55:54: note: Function 'getRoot' argument 1 names different: declaration 'err' definition 'errCode'.
encfs-1.9.5/encfs/Context.cpp:84:61: style: Function 'setRoot' argument 1 names different: declaration 'root' definition 'r'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/Context.h:57:48: note: Function 'setRoot' argument 1 names different: declaration 'root' definition 'r'.
encfs-1.9.5/encfs/Context.cpp:84:61: note: Function 'setRoot' argument 1 names different: declaration 'root' definition 'r'.
encfs-1.9.5/encfs/Context.cpp:145:44: style: Function 'renameNode' argument 1 names different: declaration 'oldName' definition 'from'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/Context.h:55:31: note: Function 'renameNode' argument 1 names different: declaration 'oldName' definition 'from'.
encfs-1.9.5/encfs/Context.cpp:145:44: note: Function 'renameNode' argument 1 names different: declaration 'oldName' definition 'from'.
encfs-1.9.5/encfs/Context.cpp:145:62: style: Function 'renameNode' argument 2 names different: declaration 'newName' definition 'to'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/Context.h:55:52: note: Function 'renameNode' argument 2 names different: declaration 'newName' definition 'to'.
encfs-1.9.5/encfs/Context.cpp:145:62: note: Function 'renameNode' argument 2 names different: declaration 'newName' definition 'to'.
encfs-1.9.5/encfs/Context.cpp:31:16: warning: Member variable 'EncFS_Context::publicFilesystem' is not initialized in the constructor. [uninitMemberVar]
encfs-1.9.5/encfs/Context.cpp:31:16: warning: Member variable 'EncFS_Context::running' is not initialized in the constructor. [uninitMemberVar]
encfs-1.9.5/encfs/Mutex.h:30:3: style: Class 'Lock' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
encfs-1.9.5/encfs/DirNode.cpp:54:47: style: Function 'DirTraverse' argument 1 names different: declaration 'dirPtr' definition '_dirPtr'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/DirNode.h:51:36: note: Function 'DirTraverse' argument 1 names different: declaration 'dirPtr' definition '_dirPtr'.
encfs-1.9.5/encfs/DirNode.cpp:54:47: note: Function 'DirTraverse' argument 1 names different: declaration 'dirPtr' definition '_dirPtr'.
encfs-1.9.5/encfs/DirNode.cpp:54:65: style: Function 'DirTraverse' argument 2 names different: declaration 'iv' definition '_iv'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/DirNode.h:51:53: note: Function 'DirTraverse' argument 2 names different: declaration 'iv' definition '_iv'.
encfs-1.9.5/encfs/DirNode.cpp:54:65: note: Function 'DirTraverse' argument 2 names different: declaration 'iv' definition '_iv'.
encfs-1.9.5/encfs/DirNode.cpp:55:50: style: Function 'DirTraverse' argument 3 names different: declaration 'naming' definition '_naming'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/DirNode.h:52:39: note: Function 'DirTraverse' argument 3 names different: declaration 'naming' definition '_naming'.
encfs-1.9.5/encfs/DirNode.cpp:55:50: note: Function 'DirTraverse' argument 3 names different: declaration 'naming' definition '_naming'.
encfs-1.9.5/encfs/DirNode.cpp:55:64: style: Function 'DirTraverse' argument 4 names different: declaration 'root' definition '_root'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/DirNode.h:52:52: note: Function 'DirTraverse' argument 4 names different: declaration 'root' definition '_root'.
encfs-1.9.5/encfs/DirNode.cpp:55:64: note: Function 'DirTraverse' argument 4 names different: declaration 'root' definition '_root'.
encfs-1.9.5/encfs/DirNode.cpp:249:33: style: Function 'DirNode' argument 1 names different: declaration 'ctx' definition '_ctx'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/DirNode.h:84:26: note: Function 'DirNode' argument 1 names different: declaration 'ctx' definition '_ctx'.
encfs-1.9.5/encfs/DirNode.cpp:249:33: note: Function 'DirNode' argument 1 names different: declaration 'ctx' definition '_ctx'.
encfs-1.9.5/encfs/DirNode.cpp:250:37: style: Function 'DirNode' argument 3 names different: declaration 'config' definition '_config'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/DirNode.h:85:30: note: Function 'DirNode' argument 3 names different: declaration 'config' definition '_config'.
encfs-1.9.5/encfs/DirNode.cpp:250:37: note: Function 'DirNode' argument 3 names different: declaration 'config' definition '_config'.
encfs-1.9.5/encfs/DirNode.cpp:322:39: style: Function 'plainPath' argument 1 names different: declaration 'cipherPath' definition 'cipherPath_'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/DirNode.h:108:37: note: Function 'plainPath' argument 1 names different: declaration 'cipherPath' definition 'cipherPath_'.
encfs-1.9.5/encfs/DirNode.cpp:322:39: note: Function 'plainPath' argument 1 names different: declaration 'cipherPath' definition 'cipherPath_'.
encfs-1.9.5/encfs/DirNode.cpp:360:42: style: Function 'openDir' argument 1 names different: declaration 'plainDirName' definition 'plaintextPath'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/DirNode.h:126:35: note: Function 'openDir' argument 1 names different: declaration 'plainDirName' definition 'plaintextPath'.
encfs-1.9.5/encfs/DirNode.cpp:360:42: note: Function 'openDir' argument 1 names different: declaration 'plainDirName' definition 'plaintextPath'.
encfs-1.9.5/encfs/DirNode.cpp:384:45: style: Function 'genRenameList' argument 1 names different: declaration 'list' definition 'renameList'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/DirNode.h:161:43: note: Function 'genRenameList' argument 1 names different: declaration 'list' definition 'renameList'.
encfs-1.9.5/encfs/DirNode.cpp:384:45: note: Function 'genRenameList' argument 1 names different: declaration 'list' definition 'renameList'.
encfs-1.9.5/encfs/DirNode.cpp:492:60: style: Function 'newRenameOp' argument 1 names different: declaration 'from' definition 'fromP'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/DirNode.h:156:53: note: Function 'newRenameOp' argument 1 names different: declaration 'from' definition 'fromP'.
encfs-1.9.5/encfs/DirNode.cpp:492:60: note: Function 'newRenameOp' argument 1 names different: declaration 'from' definition 'fromP'.
encfs-1.9.5/encfs/DirNode.cpp:493:60: style: Function 'newRenameOp' argument 2 names different: declaration 'to' definition 'toP'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/DirNode.h:156:71: note: Function 'newRenameOp' argument 2 names different: declaration 'to' definition 'toP'.
encfs-1.9.5/encfs/DirNode.cpp:493:60: note: Function 'newRenameOp' argument 2 names different: declaration 'to' definition 'toP'.
encfs-1.9.5/encfs/DirNode.cpp:724:54: style: Function 'lookupNode' argument 1 names different: declaration 'plaintextName' definition 'plainName'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/DirNode.h:95:52: note: Function 'lookupNode' argument 1 names different: declaration 'plaintextName' definition 'plainName'.
encfs-1.9.5/encfs/DirNode.cpp:724:54: note: Function 'lookupNode' argument 1 names different: declaration 'plaintextName' definition 'plainName'.
encfs-1.9.5/encfs/DirNode.cpp:736:57: style: Function 'openNode' argument 1 names different: declaration 'plaintextName' definition 'plainName'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/DirNode.h:102:50: note: Function 'openNode' argument 1 names different: declaration 'plaintextName' definition 'plainName'.
encfs-1.9.5/encfs/DirNode.cpp:736:57: note: Function 'openNode' argument 1 names different: declaration 'plaintextName' definition 'plainName'.
encfs-1.9.5/encfs/DirNode.cpp:738:50: style: Function 'openNode' argument 4 names different: declaration 'openResult' definition 'result'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/DirNode.h:104:43: note: Function 'openNode' argument 4 names different: declaration 'openResult' definition 'result'.
encfs-1.9.5/encfs/DirNode.cpp:738:50: note: Function 'openNode' argument 4 names different: declaration 'openResult' definition 'result'.
encfs-1.9.5/encfs/DirNode.cpp:390:20: style: Variable 'toCPart' is assigned a value that is never used. [unreadVariable]
encfs-1.9.5/encfs/DirNode.h:89:15: style: Technically the member function 'encfs::DirNode::rootDirectory' can be const. [functionConst]
encfs-1.9.5/encfs/DirNode.cpp:268:17: note: Technically the member function 'encfs::DirNode::rootDirectory' can be const.
encfs-1.9.5/encfs/DirNode.h:89:15: note: Technically the member function 'encfs::DirNode::rootDirectory' can be const.
encfs-1.9.5/encfs/DirNode.cpp:51:8: style: Technically the member function 'encfs::DirDeleter::operator()' can be const. [functionConst]
encfs-1.9.5/encfs/FileNode.cpp:284:5: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
encfs-1.9.5/encfs/FileNode.cpp:275:0: note: Variable 'res' is reassigned a value before the old one has been used.
encfs-1.9.5/encfs/FileNode.cpp:284:5: note: Variable 'res' is reassigned a value before the old one has been used.
encfs-1.9.5/encfs/FileNode.cpp:55:29: style: Function 'FileNode' argument 1 names different: declaration 'parent' definition 'parent_'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/FileNode.h:49:21: note: Function 'FileNode' argument 1 names different: declaration 'parent' definition 'parent_'.
encfs-1.9.5/encfs/FileNode.cpp:55:29: note: Function 'FileNode' argument 1 names different: declaration 'parent' definition 'parent_'.
encfs-1.9.5/encfs/FileNode.cpp:56:32: style: Function 'FileNode' argument 3 names different: declaration 'plaintextName' definition 'plaintextName_'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/FileNode.h:49:65: note: Function 'FileNode' argument 3 names different: declaration 'plaintextName' definition 'plaintextName_'.
encfs-1.9.5/encfs/FileNode.cpp:56:32: note: Function 'FileNode' argument 3 names different: declaration 'plaintextName' definition 'plaintextName_'.
encfs-1.9.5/encfs/FileNode.cpp:56:60: style: Function 'FileNode' argument 4 names different: declaration 'cipherName' definition 'cipherName_'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/FileNode.h:50:24: note: Function 'FileNode' argument 4 names different: declaration 'cipherName' definition 'cipherName_'.
encfs-1.9.5/encfs/FileNode.cpp:56:60: note: Function 'FileNode' argument 4 names different: declaration 'cipherName' definition 'cipherName_'.
encfs-1.9.5/encfs/FileNode.cpp:109:36: style: Function 'setName' argument 1 names different: declaration 'plaintextName' definition 'plaintextName_'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/FileNode.h:68:28: note: Function 'setName' argument 1 names different: declaration 'plaintextName' definition 'plaintextName_'.
encfs-1.9.5/encfs/FileNode.cpp:109:36: note: Function 'setName' argument 1 names different: declaration 'plaintextName' definition 'plaintextName_'.
encfs-1.9.5/encfs/FileNode.cpp:109:64: style: Function 'setName' argument 2 names different: declaration 'cipherName' definition 'cipherName_'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/FileNode.h:68:55: note: Function 'setName' argument 2 names different: declaration 'cipherName' definition 'cipherName_'.
encfs-1.9.5/encfs/FileNode.cpp:109:64: note: Function 'setName' argument 2 names different: declaration 'cipherName' definition 'cipherName_'.
encfs-1.9.5/encfs/FileNode.cpp:270:25: style: Function 'sync' argument 1 names different: declaration 'dataSync' definition 'datasync'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/FileNode.h:89:17: note: Function 'sync' argument 1 names different: declaration 'dataSync' definition 'datasync'.
encfs-1.9.5/encfs/FileNode.cpp:270:25: note: Function 'sync' argument 1 names different: declaration 'dataSync' definition 'datasync'.
encfs-1.9.5/encfs/RawFileIO.h:35:3: style: Class 'RawFileIO' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
encfs-1.9.5/encfs/MACFileIO.h:51:21: style: The function 'interface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/FileIO.h:50:21: note: Virtual function in base class
encfs-1.9.5/encfs/MACFileIO.h:51:21: note: Function in derived class
encfs-1.9.5/encfs/MACFileIO.h:53:16: style: The function 'setFileName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/FileIO.h:55:16: note: Virtual function in base class
encfs-1.9.5/encfs/MACFileIO.h:53:16: note: Function in derived class
encfs-1.9.5/encfs/MACFileIO.h:54:23: style: The function 'getFileName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/FileIO.h:56:23: note: Virtual function in base class
encfs-1.9.5/encfs/MACFileIO.h:54:23: note: Function in derived class
encfs-1.9.5/encfs/MACFileIO.h:55:16: style: The function 'setIV' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/FileIO.h:60:16: note: Virtual function in base class
encfs-1.9.5/encfs/MACFileIO.h:55:16: note: Function in derived class
encfs-1.9.5/encfs/MACFileIO.h:57:15: style: The function 'open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/FileIO.h:64:15: note: Virtual function in base class
encfs-1.9.5/encfs/MACFileIO.h:57:15: note: Function in derived class
encfs-1.9.5/encfs/MACFileIO.h:58:15: style: The function 'getAttr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/FileIO.h:67:15: note: Virtual function in base class
encfs-1.9.5/encfs/MACFileIO.h:58:15: note: Function in derived class
encfs-1.9.5/encfs/MACFileIO.h:59:17: style: The function 'getSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/FileIO.h:68:17: note: Virtual function in base class
encfs-1.9.5/encfs/MACFileIO.h:59:17: note: Function in derived class
encfs-1.9.5/encfs/MACFileIO.h:61:15: style: The function 'truncate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/FileIO.h:73:15: note: Virtual function in base class
encfs-1.9.5/encfs/MACFileIO.h:61:15: note: Function in derived class
encfs-1.9.5/encfs/MACFileIO.h:63:16: style: The function 'isWritable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/FileIO.h:75:16: note: Virtual function in base class
encfs-1.9.5/encfs/MACFileIO.h:63:16: note: Function in derived class
encfs-1.9.5/encfs/MACFileIO.h:66:19: style: The function 'readOneBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/BlockFileIO.h:56:19: note: Virtual function in base class
encfs-1.9.5/encfs/MACFileIO.h:66:19: note: Function in derived class
encfs-1.9.5/encfs/MACFileIO.h:67:19: style: The function 'writeOneBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/BlockFileIO.h:57:19: note: Virtual function in base class
encfs-1.9.5/encfs/MACFileIO.h:67:19: note: Function in derived class
encfs-1.9.5/encfs/RawFileIO.h:38:21: style: The function 'interface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/FileIO.h:50:21: note: Virtual function in base class
encfs-1.9.5/encfs/RawFileIO.h:38:21: note: Function in derived class
encfs-1.9.5/encfs/RawFileIO.h:40:16: style: The function 'setFileName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/FileIO.h:55:16: note: Virtual function in base class
encfs-1.9.5/encfs/RawFileIO.h:40:16: note: Function in derived class
encfs-1.9.5/encfs/RawFileIO.h:41:23: style: The function 'getFileName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/FileIO.h:56:23: note: Virtual function in base class
encfs-1.9.5/encfs/RawFileIO.h:41:23: note: Function in derived class
encfs-1.9.5/encfs/RawFileIO.h:43:15: style: The function 'open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/FileIO.h:64:15: note: Virtual function in base class
encfs-1.9.5/encfs/RawFileIO.h:43:15: note: Function in derived class
encfs-1.9.5/encfs/RawFileIO.h:45:15: style: The function 'getAttr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/FileIO.h:67:15: note: Virtual function in base class
encfs-1.9.5/encfs/RawFileIO.h:45:15: note: Function in derived class
encfs-1.9.5/encfs/RawFileIO.h:46:17: style: The function 'getSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/FileIO.h:68:17: note: Virtual function in base class
encfs-1.9.5/encfs/RawFileIO.h:46:17: note: Function in derived class
encfs-1.9.5/encfs/RawFileIO.h:48:19: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/FileIO.h:70:19: note: Virtual function in base class
encfs-1.9.5/encfs/RawFileIO.h:48:19: note: Function in derived class
encfs-1.9.5/encfs/RawFileIO.h:49:19: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/FileIO.h:71:19: note: Virtual function in base class
encfs-1.9.5/encfs/RawFileIO.h:49:19: note: Function in derived class
encfs-1.9.5/encfs/RawFileIO.h:51:15: style: The function 'truncate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/FileIO.h:73:15: note: Virtual function in base class
encfs-1.9.5/encfs/RawFileIO.h:51:15: note: Function in derived class
encfs-1.9.5/encfs/RawFileIO.h:53:16: style: The function 'isWritable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/FileIO.h:75:16: note: Virtual function in base class
encfs-1.9.5/encfs/RawFileIO.h:53:16: note: Function in derived class
encfs-1.9.5/encfs/FileUtils.cpp:144:55: style: Redundant condition: If 'EXPR == '/'', the comparison 'EXPR != '\0'' is always true. [redundantCondition]
encfs-1.9.5/encfs/FileUtils.cpp:160:33: style: Function 'userAllowMkdir' argument 1 names different: declaration 'dirPath' definition 'path'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/FileUtils.h:48:33: note: Function 'userAllowMkdir' argument 1 names different: declaration 'dirPath' definition 'path'.
encfs-1.9.5/encfs/FileUtils.cpp:160:33: note: Function 'userAllowMkdir' argument 1 names different: declaration 'dirPath' definition 'path'.
encfs-1.9.5/encfs/FileUtils.cpp:164:47: style: Function 'userAllowMkdir' argument 2 names different: declaration 'dirPath' definition 'path'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/FileUtils.h:49:47: note: Function 'userAllowMkdir' argument 2 names different: declaration 'dirPath' definition 'path'.
encfs-1.9.5/encfs/FileUtils.cpp:164:47: note: Function 'userAllowMkdir' argument 2 names different: declaration 'dirPath' definition 'path'.
encfs-1.9.5/encfs/FileUtils.cpp:271:56: style: Function 'readV6Config' argument 2 names different: declaration 'config' definition 'cfg'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/FileUtils.h:159:56: note: Function 'readV6Config' argument 2 names different: declaration 'config' definition 'cfg'.
encfs-1.9.5/encfs/FileUtils.cpp:271:56: note: Function 'readV6Config' argument 2 names different: declaration 'config' definition 'cfg'.
encfs-1.9.5/encfs/FileUtils.cpp:449:48: style: Function 'saveConfig' argument 2 names different: declaration 'rootdir' definition 'rootDir'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/FileUtils.h:137:53: note: Function 'saveConfig' argument 2 names different: declaration 'rootdir' definition 'rootDir'.
encfs-1.9.5/encfs/FileUtils.cpp:449:48: note: Function 'saveConfig' argument 2 names different: declaration 'rootdir' definition 'rootDir'.
encfs-1.9.5/encfs/FileUtils.cpp:523:63: style: Function 'writeV6Config' argument 2 names different: declaration 'config' definition 'cfg'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/FileUtils.h:161:63: note: Function 'writeV6Config' argument 2 names different: declaration 'config' definition 'cfg'.
encfs-1.9.5/encfs/FileUtils.cpp:523:63: note: Function 'writeV6Config' argument 2 names different: declaration 'config' definition 'cfg'.
encfs-1.9.5/encfs/FileUtils.cpp:1403:58: style: Function 'assignKeyData' argument 2 names different: declaration 'length' definition 'len'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/FSConfig.h:105:47: note: Function 'assignKeyData' argument 2 names different: declaration 'length' definition 'len'.
encfs-1.9.5/encfs/FileUtils.cpp:1403:58: note: Function 'assignKeyData' argument 2 names different: declaration 'length' definition 'len'.
encfs-1.9.5/encfs/FileUtils.cpp:1407:59: style: Function 'assignSaltData' argument 2 names different: declaration 'length' definition 'len'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/FSConfig.h:106:48: note: Function 'assignSaltData' argument 2 names different: declaration 'length' definition 'len'.
encfs-1.9.5/encfs/FileUtils.cpp:1407:59: note: Function 'assignSaltData' argument 2 names different: declaration 'length' definition 'len'.
encfs-1.9.5/encfs/FileUtils.cpp:1507:54: style: Function 'getUserKey' argument 1 names different: declaration 'passwordProgram' definition 'passProg'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/FSConfig.h:97:43: note: Function 'getUserKey' argument 1 names different: declaration 'passwordProgram' definition 'passProg'.
encfs-1.9.5/encfs/FileUtils.cpp:1507:54: note: Function 'getUserKey' argument 1 names different: declaration 'passwordProgram' definition 'passProg'.
encfs-1.9.5/encfs/XmlReader.h:40:46: performance: Variable 'value' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
encfs-1.9.5/encfs/XmlReader.h:40:3: style: Class 'XmlValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
encfs-1.9.5/encfs/Interface.cpp:30:34: style: Function 'Interface' argument 1 names different: declaration 'name' definition 'name_'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/Interface.h:39:25: note: Function 'Interface' argument 1 names different: declaration 'name' definition 'name_'.
encfs-1.9.5/encfs/Interface.cpp:30:34: note: Function 'Interface' argument 1 names different: declaration 'name' definition 'name_'.
encfs-1.9.5/encfs/Interface.cpp:33:34: style: Function 'Interface' argument 1 names different: declaration 'name' definition 'name_'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/Interface.h:40:25: note: Function 'Interface' argument 1 names different: declaration 'name' definition 'name_'.
encfs-1.9.5/encfs/Interface.cpp:33:34: note: Function 'Interface' argument 1 names different: declaration 'name' definition 'name_'.
encfs-1.9.5/encfs/Interface.cpp:102:45: style: Function 'implements' argument 1 names different: declaration 'dst' definition 'B'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/Interface.h:48:36: note: Function 'implements' argument 1 names different: declaration 'dst' definition 'B'.
encfs-1.9.5/encfs/Interface.cpp:102:45: note: Function 'implements' argument 1 names different: declaration 'dst' definition 'B'.
encfs-1.9.5/encfs/MACFileIO.cpp:60:46: style: Function 'MACFileIO' argument 1 names different: declaration 'base' definition '_base'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/MACFileIO.h:47:37: note: Function 'MACFileIO' argument 1 names different: declaration 'base' definition '_base'.
encfs-1.9.5/encfs/MACFileIO.cpp:60:46: note: Function 'MACFileIO' argument 1 names different: declaration 'base' definition '_base'.
encfs-1.9.5/encfs/MemoryPool.cpp:104:17: style: C-style pointer casting [cstyleCast]
encfs-1.9.5/encfs/MemoryPool.cpp:101:42: style: Function 'release' argument 1 names different: declaration 'el' definition 'mb'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/MemoryPool.h:47:30: note: Function 'release' argument 1 names different: declaration 'el' definition 'mb'.
encfs-1.9.5/encfs/MemoryPool.cpp:101:42: note: Function 'release' argument 1 names different: declaration 'el' definition 'mb'.
encfs-1.9.5/encfs/NameIO.cpp:143:37: style: Function 'recodePath' argument 2 names different: declaration 'codingLen' definition '_length'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/NameIO.h:98:58: note: Function 'recodePath' argument 2 names different: declaration 'codingLen' definition '_length'.
encfs-1.9.5/encfs/NameIO.cpp:143:37: note: Function 'recodePath' argument 2 names different: declaration 'codingLen' definition '_length'.
encfs-1.9.5/encfs/NameIO.cpp:144:19: style: Function 'recodePath' argument 3 names different: declaration 'codingFunc' definition '_code'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/NameIO.h:99:40: note: Function 'recodePath' argument 3 names different: declaration 'codingFunc' definition '_code'.
encfs-1.9.5/encfs/NameIO.cpp:144:19: note: Function 'recodePath' argument 3 names different: declaration 'codingFunc' definition '_code'.
encfs-1.9.5/encfs/NameIO.cpp:196:44: style: Function 'decodePath' argument 1 names different: declaration 'encodedPath' definition 'cipherPath'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/NameIO.h:75:38: note: Function 'decodePath' argument 1 names different: declaration 'encodedPath' definition 'cipherPath'.
encfs-1.9.5/encfs/NameIO.cpp:196:44: note: Function 'decodePath' argument 1 names different: declaration 'encodedPath' definition 'cipherPath'.
encfs-1.9.5/encfs/NameIO.cpp:210:45: style: Function '_decodePath' argument 1 names different: declaration 'encodedPath' definition 'cipherPath'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/NameIO.h:105:39: note: Function '_decodePath' argument 1 names different: declaration 'encodedPath' definition 'cipherPath'.
encfs-1.9.5/encfs/NameIO.cpp:210:45: note: Function '_decodePath' argument 1 names different: declaration 'encodedPath' definition 'cipherPath'.
encfs-1.9.5/encfs/NameIO.cpp:219:44: style: Function 'encodePath' argument 1 names different: declaration 'plaintextPath' definition 'path'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/NameIO.h:77:38: note: Function 'encodePath' argument 1 names different: declaration 'plaintextPath' definition 'path'.
encfs-1.9.5/encfs/NameIO.cpp:219:44: note: Function 'encodePath' argument 1 names different: declaration 'plaintextPath' definition 'path'.
encfs-1.9.5/encfs/NameIO.cpp:223:44: style: Function 'decodePath' argument 1 names different: declaration 'encodedPath' definition 'path'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/NameIO.h:78:38: note: Function 'decodePath' argument 1 names different: declaration 'encodedPath' definition 'path'.
encfs-1.9.5/encfs/NameIO.cpp:223:44: note: Function 'decodePath' argument 1 names different: declaration 'encodedPath' definition 'path'.
encfs-1.9.5/encfs/NameIO.cpp:227:36: style: Function 'encodeName' argument 1 names different: declaration 'plaintextName' definition 'input'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/NameIO.h:87:38: note: Function 'encodeName' argument 1 names different: declaration 'plaintextName' definition 'input'.
encfs-1.9.5/encfs/NameIO.cpp:227:36: note: Function 'encodeName' argument 1 names different: declaration 'plaintextName' definition 'input'.
encfs-1.9.5/encfs/NameIO.cpp:227:61: style: Function 'encodeName' argument 3 names different: declaration 'encodedName' definition 'output'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/NameIO.h:88:32: note: Function 'encodeName' argument 3 names different: declaration 'encodedName' definition 'output'.
encfs-1.9.5/encfs/NameIO.cpp:227:61: note: Function 'encodeName' argument 3 names different: declaration 'encodedName' definition 'output'.
encfs-1.9.5/encfs/NameIO.cpp:232:36: style: Function 'decodeName' argument 1 names different: declaration 'encodedName' definition 'input'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/NameIO.h:89:38: note: Function 'decodeName' argument 1 names different: declaration 'encodedName' definition 'input'.
encfs-1.9.5/encfs/NameIO.cpp:232:36: note: Function 'decodeName' argument 1 names different: declaration 'encodedName' definition 'input'.
encfs-1.9.5/encfs/NameIO.cpp:232:61: style: Function 'decodeName' argument 3 names different: declaration 'plaintextName' definition 'output'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/NameIO.h:90:32: note: Function 'decodeName' argument 3 names different: declaration 'plaintextName' definition 'output'.
encfs-1.9.5/encfs/NameIO.cpp:232:61: note: Function 'decodeName' argument 3 names different: declaration 'plaintextName' definition 'output'.
encfs-1.9.5/encfs/NameIO.cpp:275:44: style: Function 'encodeName' argument 1 names different: declaration 'plaintextName' definition 'path'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/NameIO.h:83:38: note: Function 'encodeName' argument 1 names different: declaration 'plaintextName' definition 'path'.
encfs-1.9.5/encfs/NameIO.cpp:275:44: note: Function 'encodeName' argument 1 names different: declaration 'plaintextName' definition 'path'.
encfs-1.9.5/encfs/NameIO.cpp:280:44: style: Function 'decodeName' argument 1 names different: declaration 'encodedName' definition 'path'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/NameIO.h:84:38: note: Function 'decodeName' argument 1 names different: declaration 'encodedName' definition 'path'.
encfs-1.9.5/encfs/NameIO.cpp:280:44: note: Function 'decodeName' argument 1 names different: declaration 'encodedName' definition 'path'.
encfs-1.9.5/encfs/NullNameIO.h:39:21: style: The function 'interface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/NameIO.h:67:21: note: Virtual function in base class
encfs-1.9.5/encfs/NullNameIO.h:39:21: note: Function in derived class
encfs-1.9.5/encfs/NullNameIO.h:41:15: style: The function 'maxEncodedNameLen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/NameIO.h:80:15: note: Virtual function in base class
encfs-1.9.5/encfs/NullNameIO.h:41:15: note: Function in derived class
encfs-1.9.5/encfs/NullNameIO.h:42:15: style: The function 'maxDecodedNameLen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/NameIO.h:81:15: note: Virtual function in base class
encfs-1.9.5/encfs/NullNameIO.h:42:15: note: Function in derived class
encfs-1.9.5/encfs/NullNameIO.h:48:15: style: The function 'encodeName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/NameIO.h:92:15: note: Virtual function in base class
encfs-1.9.5/encfs/NullNameIO.h:48:15: note: Function in derived class
encfs-1.9.5/encfs/NullNameIO.h:50:15: style: The function 'decodeName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/NameIO.h:94:15: note: Virtual function in base class
encfs-1.9.5/encfs/NullNameIO.h:50:15: note: Function in derived class
encfs-1.9.5/encfs/StreamNameIO.h:43:21: style: The function 'interface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/NameIO.h:67:21: note: Virtual function in base class
encfs-1.9.5/encfs/StreamNameIO.h:43:21: note: Function in derived class
encfs-1.9.5/encfs/StreamNameIO.h:45:15: style: The function 'maxEncodedNameLen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/NameIO.h:80:15: note: Virtual function in base class
encfs-1.9.5/encfs/StreamNameIO.h:45:15: note: Function in derived class
encfs-1.9.5/encfs/StreamNameIO.h:46:15: style: The function 'maxDecodedNameLen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/NameIO.h:81:15: note: Virtual function in base class
encfs-1.9.5/encfs/StreamNameIO.h:46:15: note: Function in derived class
encfs-1.9.5/encfs/StreamNameIO.h:52:15: style: The function 'encodeName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/NameIO.h:92:15: note: Virtual function in base class
encfs-1.9.5/encfs/StreamNameIO.h:52:15: note: Function in derived class
encfs-1.9.5/encfs/StreamNameIO.h:54:15: style: The function 'decodeName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/encfs/NameIO.h:94:15: note: Virtual function in base class
encfs-1.9.5/encfs/StreamNameIO.h:54:15: note: Function in derived class
encfs-1.9.5/encfs/NameIO.cpp:177:0: error: Memory leak: codeBuf [memleak]
encfs-1.9.5/encfs/NameIO.cpp:84:59: performance: Function parameter 'constructor' should be passed by const reference. [passedByValue]
encfs-1.9.5/encfs/NullCipher.cpp:83:41: style: Function 'NullCipher' argument 1 names different: declaration 'iface' definition 'iface_'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/NullCipher.h:40:31: note: Function 'NullCipher' argument 1 names different: declaration 'iface' definition 'iface_'.
encfs-1.9.5/encfs/NullCipher.cpp:83:41: note: Function 'NullCipher' argument 1 names different: declaration 'iface' definition 'iface_'.
encfs-1.9.5/encfs/NullCipher.cpp:115:46: style: Function 'compareKey' argument 1 names different: declaration 'A' definition 'A_'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/NullCipher.h:58:44: note: Function 'compareKey' argument 1 names different: declaration 'A' definition 'A_'.
encfs-1.9.5/encfs/NullCipher.cpp:115:46: note: Function 'compareKey' argument 1 names different: declaration 'A' definition 'A_'.
encfs-1.9.5/encfs/NullCipher.cpp:115:67: style: Function 'compareKey' argument 2 names different: declaration 'B' definition 'B_'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/NullCipher.h:58:64: note: Function 'compareKey' argument 2 names different: declaration 'B' definition 'B_'.
encfs-1.9.5/encfs/NullCipher.cpp:115:67: note: Function 'compareKey' argument 2 names different: declaration 'B' definition 'B_'.
encfs-1.9.5/encfs/NullCipher.cpp:127:46: style: Function 'streamEncode' argument 1 names different: declaration 'in' definition 'src'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/NullCipher.h:71:44: note: Function 'streamEncode' argument 1 names different: declaration 'in' definition 'src'.
encfs-1.9.5/encfs/NullCipher.cpp:127:46: note: Function 'streamEncode' argument 1 names different: declaration 'in' definition 'src'.
encfs-1.9.5/encfs/NullCipher.cpp:136:46: style: Function 'streamDecode' argument 1 names different: declaration 'in' definition 'src'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/NullCipher.h:73:44: note: Function 'streamDecode' argument 1 names different: declaration 'in' definition 'src'.
encfs-1.9.5/encfs/NullCipher.cpp:136:46: note: Function 'streamDecode' argument 1 names different: declaration 'in' definition 'src'.
encfs-1.9.5/encfs/NullCipher.cpp:83:57: performance: Variable 'iface' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
encfs-1.9.5/encfs/NullCipher.cpp:79:8: style: Technically the member function 'encfs::NullDestructor::operator()' can be const. [functionConst]
encfs-1.9.5/encfs/SSL_Cipher.cpp:452:7: style: The scope of the variable 'bytes' can be reduced. [variableScope]
encfs-1.9.5/encfs/SSL_Cipher.cpp:567:10: style: The scope of the variable 'errStr' can be reduced. [variableScope]
encfs-1.9.5/encfs/SSL_Cipher.cpp:306:20: style: Function 'SSLKey' argument 1 names different: declaration 'keySize' definition 'keySize_'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/SSL_Cipher.cpp:295:14: note: Function 'SSLKey' argument 1 names different: declaration 'keySize' definition 'keySize_'.
encfs-1.9.5/encfs/SSL_Cipher.cpp:306:20: note: Function 'SSLKey' argument 1 names different: declaration 'keySize' definition 'keySize_'.
encfs-1.9.5/encfs/SSL_Cipher.cpp:306:34: style: Function 'SSLKey' argument 2 names different: declaration 'ivLength' definition 'ivLength_'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/SSL_Cipher.cpp:295:27: note: Function 'SSLKey' argument 2 names different: declaration 'ivLength' definition 'ivLength_'.
encfs-1.9.5/encfs/SSL_Cipher.cpp:306:34: note: Function 'SSLKey' argument 2 names different: declaration 'ivLength' definition 'ivLength_'.
encfs-1.9.5/encfs/SSL_Cipher.cpp:383:41: style: Function 'SSL_Cipher' argument 1 names different: declaration 'iface' definition 'iface_'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/SSL_Cipher.h:88:31: note: Function 'SSL_Cipher' argument 1 names different: declaration 'iface' definition 'iface_'.
encfs-1.9.5/encfs/SSL_Cipher.cpp:383:41: note: Function 'SSL_Cipher' argument 1 names different: declaration 'iface' definition 'iface_'.
encfs-1.9.5/encfs/SSL_Cipher.cpp:383:66: style: Function 'SSL_Cipher' argument 2 names different: declaration 'realIface' definition 'realIface_'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/SSL_Cipher.h:88:55: note: Function 'SSL_Cipher' argument 2 names different: declaration 'realIface' definition 'realIface_'.
encfs-1.9.5/encfs/SSL_Cipher.cpp:383:66: note: Function 'SSL_Cipher' argument 2 names different: declaration 'realIface' definition 'realIface_'.
encfs-1.9.5/encfs/SSL_Cipher.cpp:385:60: style: Function 'SSL_Cipher' argument 5 names different: declaration 'keyLength' definition 'keySize_'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/SSL_Cipher.h:90:18: note: Function 'SSL_Cipher' argument 5 names different: declaration 'keyLength' definition 'keySize_'.
encfs-1.9.5/encfs/SSL_Cipher.cpp:385:60: note: Function 'SSL_Cipher' argument 5 names different: declaration 'keyLength' definition 'keySize_'.
encfs-1.9.5/encfs/SSL_Cipher.cpp:578:50: style: Function 'MAC_64' argument 1 names different: declaration 'src' definition 'data'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/SSL_Cipher.h:119:48: note: Function 'MAC_64' argument 1 names different: declaration 'src' definition 'data'.
encfs-1.9.5/encfs/SSL_Cipher.cpp:578:50: note: Function 'MAC_64' argument 1 names different: declaration 'src' definition 'data'.
encfs-1.9.5/encfs/SSL_Cipher.cpp:579:61: style: Function 'MAC_64' argument 4 names different: declaration 'augment' definition 'chainedIV'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/SSL_Cipher.h:120:59: note: Function 'MAC_64' argument 4 names different: declaration 'augment' definition 'chainedIV'.
encfs-1.9.5/encfs/SSL_Cipher.cpp:579:61: note: Function 'MAC_64' argument 4 names different: declaration 'augment' definition 'chainedIV'.
encfs-1.9.5/encfs/SSL_Cipher.cpp:591:48: style: Function 'readKey' argument 2 names different: declaration 'encodingKey' definition 'masterKey'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/SSL_Cipher.h:107:46: note: Function 'readKey' argument 2 names different: declaration 'encodingKey' definition 'masterKey'.
encfs-1.9.5/encfs/SSL_Cipher.cpp:591:48: note: Function 'readKey' argument 2 names different: declaration 'encodingKey' definition 'masterKey'.
encfs-1.9.5/encfs/SSL_Cipher.cpp:626:44: style: Function 'writeKey' argument 1 names different: declaration 'key' definition 'ckey'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/SSL_Cipher.h:108:42: note: Function 'writeKey' argument 1 names different: declaration 'key' definition 'ckey'.
encfs-1.9.5/encfs/SSL_Cipher.cpp:626:44: note: Function 'writeKey' argument 1 names different: declaration 'key' definition 'ckey'.
encfs-1.9.5/encfs/SSL_Cipher.cpp:627:44: style: Function 'writeKey' argument 3 names different: declaration 'encodingKey' definition 'masterKey'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/SSL_Cipher.h:109:42: note: Function 'writeKey' argument 3 names different: declaration 'encodingKey' definition 'masterKey'.
encfs-1.9.5/encfs/SSL_Cipher.cpp:627:44: note: Function 'writeKey' argument 3 names different: declaration 'encodingKey' definition 'masterKey'.
encfs-1.9.5/encfs/SSL_Cipher.cpp:791:46: style: Function 'streamEncode' argument 1 names different: declaration 'in' definition 'buf'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/SSL_Cipher.h:126:44: note: Function 'streamEncode' argument 1 names different: declaration 'in' definition 'buf'.
encfs-1.9.5/encfs/SSL_Cipher.cpp:791:46: note: Function 'streamEncode' argument 1 names different: declaration 'in' definition 'buf'.
encfs-1.9.5/encfs/SSL_Cipher.cpp:791:55: style: Function 'streamEncode' argument 2 names different: declaration 'len' definition 'size'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/SSL_Cipher.h:126:52: note: Function 'streamEncode' argument 2 names different: declaration 'len' definition 'size'.
encfs-1.9.5/encfs/SSL_Cipher.cpp:791:55: note: Function 'streamEncode' argument 2 names different: declaration 'len' definition 'size'.
encfs-1.9.5/encfs/SSL_Cipher.cpp:792:48: style: Function 'streamEncode' argument 4 names different: declaration 'key' definition 'ckey'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/SSL_Cipher.h:127:46: note: Function 'streamEncode' argument 4 names different: declaration 'key' definition 'ckey'.
encfs-1.9.5/encfs/SSL_Cipher.cpp:792:48: note: Function 'streamEncode' argument 4 names different: declaration 'key' definition 'ckey'.
encfs-1.9.5/encfs/SSL_Cipher.cpp:828:46: style: Function 'streamDecode' argument 1 names different: declaration 'in' definition 'buf'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/SSL_Cipher.h:128:44: note: Function 'streamDecode' argument 1 names different: declaration 'in' definition 'buf'.
encfs-1.9.5/encfs/SSL_Cipher.cpp:828:46: note: Function 'streamDecode' argument 1 names different: declaration 'in' definition 'buf'.
encfs-1.9.5/encfs/SSL_Cipher.cpp:828:55: style: Function 'streamDecode' argument 2 names different: declaration 'len' definition 'size'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/SSL_Cipher.h:128:52: note: Function 'streamDecode' argument 2 names different: declaration 'len' definition 'size'.
encfs-1.9.5/encfs/SSL_Cipher.cpp:828:55: note: Function 'streamDecode' argument 2 names different: declaration 'len' definition 'size'.
encfs-1.9.5/encfs/SSL_Cipher.cpp:829:48: style: Function 'streamDecode' argument 4 names different: declaration 'key' definition 'ckey'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/SSL_Cipher.h:129:46: note: Function 'streamDecode' argument 4 names different: declaration 'key' definition 'ckey'.
encfs-1.9.5/encfs/SSL_Cipher.cpp:829:48: note: Function 'streamDecode' argument 4 names different: declaration 'key' definition 'ckey'.
encfs-1.9.5/encfs/SSL_Cipher.cpp:866:47: style: Function 'blockEncode' argument 4 names different: declaration 'key' definition 'ckey'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/SSL_Cipher.h:137:45: note: Function 'blockEncode' argument 4 names different: declaration 'key' definition 'ckey'.
encfs-1.9.5/encfs/SSL_Cipher.cpp:866:47: note: Function 'blockEncode' argument 4 names different: declaration 'key' definition 'ckey'.
encfs-1.9.5/encfs/SSL_Cipher.cpp:901:47: style: Function 'blockDecode' argument 4 names different: declaration 'key' definition 'ckey'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/SSL_Cipher.h:139:45: note: Function 'blockDecode' argument 4 names different: declaration 'key' definition 'ckey'.
encfs-1.9.5/encfs/SSL_Cipher.cpp:901:47: note: Function 'blockDecode' argument 4 names different: declaration 'key' definition 'ckey'.
encfs-1.9.5/encfs/SSL_Cipher.cpp:386:9: performance: Variable 'iface' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
encfs-1.9.5/encfs/SSL_Cipher.cpp:387:9: performance: Variable 'realIface' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
encfs-1.9.5/encfs/StreamNameIO.cpp:85:41: style: Function 'maxEncodedNameLen' argument 1 names different: declaration 'plaintextNameLen' definition 'plaintextStreamLen'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/StreamNameIO.h:45:37: note: Function 'maxEncodedNameLen' argument 1 names different: declaration 'plaintextNameLen' definition 'plaintextStreamLen'.
encfs-1.9.5/encfs/StreamNameIO.cpp:85:41: note: Function 'maxEncodedNameLen' argument 1 names different: declaration 'plaintextNameLen' definition 'plaintextStreamLen'.
encfs-1.9.5/encfs/StreamNameIO.cpp:90:41: style: Function 'maxDecodedNameLen' argument 1 names different: declaration 'encodedNameLen' definition 'encodedStreamLen'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/StreamNameIO.h:46:37: note: Function 'maxDecodedNameLen' argument 1 names different: declaration 'encodedNameLen' definition 'encodedStreamLen'.
encfs-1.9.5/encfs/StreamNameIO.cpp:90:41: note: Function 'maxDecodedNameLen' argument 1 names different: declaration 'encodedNameLen' definition 'encodedStreamLen'.
encfs-1.9.5/encfs/XmlReader.cpp:42:40: style: Function 'find' argument 1 names different: declaration 'name' definition 'path'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/XmlReader.h:58:40: note: Function 'find' argument 1 names different: declaration 'name' definition 'path'.
encfs-1.9.5/encfs/XmlReader.cpp:42:40: note: Function 'find' argument 1 names different: declaration 'name' definition 'path'.
encfs-1.9.5/encfs/XmlReader.cpp:109:57: style: Function 'readB64' argument 2 names different: declaration 'out' definition 'data'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/XmlReader.h:48:49: note: Function 'readB64' argument 2 names different: declaration 'out' definition 'data'.
encfs-1.9.5/encfs/XmlReader.cpp:109:57: note: Function 'readB64' argument 2 names different: declaration 'out' definition 'data'.
encfs-1.9.5/encfs/autosprintf.h:39:1: warning: The class 'autosprintf' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
encfs-1.9.5/encfs/base64.cpp:33:42: style: Function 'changeBase2' argument 2 names different: declaration 'srcLength' definition 'srcLen'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/base64.h:48:42: note: Function 'changeBase2' argument 2 names different: declaration 'srcLength' definition 'srcLen'.
encfs-1.9.5/encfs/base64.cpp:33:42: note: Function 'changeBase2' argument 2 names different: declaration 'srcLength' definition 'srcLen'.
encfs-1.9.5/encfs/base64.cpp:33:54: style: Function 'changeBase2' argument 3 names different: declaration 'srcPow2' definition 'src2Pow'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/base64.h:48:57: note: Function 'changeBase2' argument 3 names different: declaration 'srcPow2' definition 'src2Pow'.
encfs-1.9.5/encfs/base64.cpp:33:54: note: Function 'changeBase2' argument 3 names different: declaration 'srcPow2' definition 'src2Pow'.
encfs-1.9.5/encfs/base64.cpp:34:42: style: Function 'changeBase2' argument 5 names different: declaration 'dstLength' definition 'dstLen'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/base64.h:49:42: note: Function 'changeBase2' argument 5 names different: declaration 'dstLength' definition 'dstLen'.
encfs-1.9.5/encfs/base64.cpp:34:42: note: Function 'changeBase2' argument 5 names different: declaration 'dstLength' definition 'dstLen'.
encfs-1.9.5/encfs/base64.cpp:34:54: style: Function 'changeBase2' argument 6 names different: declaration 'dstPow2' definition 'dst2Pow'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/base64.h:49:57: note: Function 'changeBase2' argument 6 names different: declaration 'dstPow2' definition 'dst2Pow'.
encfs-1.9.5/encfs/base64.cpp:34:54: note: Function 'changeBase2' argument 6 names different: declaration 'dstPow2' definition 'dst2Pow'.
encfs-1.9.5/encfs/base64.cpp:109:39: style: Function 'changeBase2Inline' argument 1 names different: declaration 'buf' definition 'src'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/base64.h:54:39: note: Function 'changeBase2Inline' argument 1 names different: declaration 'buf' definition 'src'.
encfs-1.9.5/encfs/base64.cpp:109:39: note: Function 'changeBase2Inline' argument 1 names different: declaration 'buf' definition 'src'.
encfs-1.9.5/encfs/base64.cpp:109:48: style: Function 'changeBase2Inline' argument 2 names different: declaration 'srcLength' definition 'srcLen'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/base64.h:54:48: note: Function 'changeBase2Inline' argument 2 names different: declaration 'srcLength' definition 'srcLen'.
encfs-1.9.5/encfs/base64.cpp:109:48: note: Function 'changeBase2Inline' argument 2 names different: declaration 'srcLength' definition 'srcLen'.
encfs-1.9.5/encfs/base64.cpp:109:60: style: Function 'changeBase2Inline' argument 3 names different: declaration 'srcPow2' definition 'src2Pow'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/base64.h:54:63: note: Function 'changeBase2Inline' argument 3 names different: declaration 'srcPow2' definition 'src2Pow'.
encfs-1.9.5/encfs/base64.cpp:109:60: note: Function 'changeBase2Inline' argument 3 names different: declaration 'srcPow2' definition 'src2Pow'.
encfs-1.9.5/encfs/base64.cpp:122:32: style: Function 'B64ToAscii' argument 1 names different: declaration 'buf' definition 'in'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/base64.h:58:32: note: Function 'B64ToAscii' argument 1 names different: declaration 'buf' definition 'in'.
encfs-1.9.5/encfs/base64.cpp:122:32: note: Function 'B64ToAscii' argument 1 names different: declaration 'buf' definition 'in'.
encfs-1.9.5/encfs/base64.cpp:143:32: style: Function 'AsciiToB64' argument 1 names different: declaration 'buf' definition 'in'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/base64.h:63:32: note: Function 'AsciiToB64' argument 1 names different: declaration 'buf' definition 'in'.
encfs-1.9.5/encfs/base64.cpp:143:32: note: Function 'AsciiToB64' argument 1 names different: declaration 'buf' definition 'in'.
encfs-1.9.5/encfs/base64.cpp:163:41: style: Function 'B32ToAscii' argument 2 names different: declaration 'length' definition 'len'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/base64.h:60:41: note: Function 'B32ToAscii' argument 2 names different: declaration 'length' definition 'len'.
encfs-1.9.5/encfs/base64.cpp:163:41: note: Function 'B32ToAscii' argument 2 names different: declaration 'length' definition 'len'.
encfs-1.9.5/encfs/base64.cpp:176:32: style: Function 'AsciiToB32' argument 1 names different: declaration 'buf' definition 'in'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/base64.h:67:32: note: Function 'AsciiToB32' argument 1 names different: declaration 'buf' definition 'in'.
encfs-1.9.5/encfs/base64.cpp:176:32: note: Function 'AsciiToB32' argument 1 names different: declaration 'buf' definition 'in'.
encfs-1.9.5/encfs/base64.cpp:207:73: style: Function 'B64StandardDecode' argument 3 names different: declaration 'inputLen' definition 'inLen'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/base64.h:74:28: note: Function 'B64StandardDecode' argument 3 names different: declaration 'inputLen' definition 'inLen'.
encfs-1.9.5/encfs/base64.cpp:207:73: note: Function 'B64StandardDecode' argument 3 names different: declaration 'inputLen' definition 'inLen'.
encfs-1.9.5/encfs/base64.cpp:255:65: style: Function 'B64StandardEncode' argument 1 names different: declaration 'input' definition 'inputBuffer'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/base64.h:76:65: note: Function 'B64StandardEncode' argument 1 names different: declaration 'input' definition 'inputBuffer'.
encfs-1.9.5/encfs/base64.cpp:255:65: note: Function 'B64StandardEncode' argument 1 names different: declaration 'input' definition 'inputBuffer'.
encfs-1.9.5/encfs/encfs.cpp:71:10: style: C-style pointer casting [cstyleCast]
encfs-1.9.5/encfs/encfs.cpp:448:31: warning: Function 'encfs_symlink' argument order different: declaration 'from, to' definition 'to, from' [funcArgOrderDifferent]
encfs-1.9.5/encfs/encfs.h:71:31: note: Function 'encfs_symlink' argument order different: declaration 'from, to' definition 'to, from'
encfs-1.9.5/encfs/encfs.cpp:448:31: note: Function 'encfs_symlink' argument order different: declaration 'from, to' definition 'to, from'
encfs-1.9.5/encfs/encfs.cpp:636:57: style: Function 'encfs_open' argument 2 names different: declaration 'info' definition 'file'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/encfs.h:79:57: note: Function 'encfs_open' argument 2 names different: declaration 'info' definition 'file'.
encfs-1.9.5/encfs/encfs.cpp:636:57: note: Function 'encfs_open' argument 2 names different: declaration 'info' definition 'file'.
encfs-1.9.5/encfs/encfs.cpp:671:72: style: Function 'encfs_create' argument 3 names different: declaration 'info' definition 'file'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/encfs.h:80:72: note: Function 'encfs_create' argument 3 names different: declaration 'info' definition 'file'.
encfs-1.9.5/encfs/encfs.cpp:671:72: note: Function 'encfs_create' argument 3 names different: declaration 'info' definition 'file'.
encfs-1.9.5/encfs/encfs.cpp:702:58: style: Function 'encfs_flush' argument 2 names different: declaration 'info' definition 'fi'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/encfs.h:87:54: note: Function 'encfs_flush' argument 2 names different: declaration 'info' definition 'fi'.
encfs-1.9.5/encfs/encfs.cpp:702:58: note: Function 'encfs_flush' argument 2 names different: declaration 'info' definition 'fi'.
encfs-1.9.5/encfs/encfs.cpp:711:60: style: Function 'encfs_release' argument 2 names different: declaration 'info' definition 'finfo'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/encfs.h:81:60: note: Function 'encfs_release' argument 2 names different: declaration 'info' definition 'finfo'.
encfs-1.9.5/encfs/encfs.cpp:711:60: note: Function 'encfs_release' argument 2 names different: declaration 'info' definition 'finfo'.
encfs-1.9.5/encfs/encfs.cpp:729:39: style: Function 'encfs_read' argument 5 names different: declaration 'info' definition 'file'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/encfs.h:83:39: note: Function 'encfs_read' argument 5 names different: declaration 'info' definition 'file'.
encfs-1.9.5/encfs/encfs.cpp:729:39: note: Function 'encfs_read' argument 5 names different: declaration 'info' definition 'file'.
encfs-1.9.5/encfs/encfs.cpp:743:39: style: Function 'encfs_fsync' argument 2 names different: declaration 'flags' definition 'dataSync'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/encfs.h:88:39: note: Function 'encfs_fsync' argument 2 names different: declaration 'flags' definition 'dataSync'.
encfs-1.9.5/encfs/encfs.cpp:743:39: note: Function 'encfs_fsync' argument 2 names different: declaration 'flags' definition 'dataSync'.
encfs-1.9.5/encfs/encfs.cpp:743:72: style: Function 'encfs_fsync' argument 3 names different: declaration 'info' definition 'file'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/encfs.h:88:69: note: Function 'encfs_fsync' argument 3 names different: declaration 'info' definition 'file'.
encfs-1.9.5/encfs/encfs.cpp:743:72: note: Function 'encfs_fsync' argument 3 names different: declaration 'info' definition 'file'.
encfs-1.9.5/encfs/encfs.cpp:757:40: style: Function 'encfs_write' argument 5 names different: declaration 'info' definition 'file'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/encfs.h:85:40: note: Function 'encfs_write' argument 5 names different: declaration 'info' definition 'file'.
encfs-1.9.5/encfs/encfs.cpp:757:40: note: Function 'encfs_write' argument 5 names different: declaration 'info' definition 'file'.
encfs-1.9.5/encfs/encfs.cpp:772:52: style: Function 'encfs_statfs' argument 2 names different: declaration 'fst' definition 'st'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/encfs.h:86:48: note: Function 'encfs_statfs' argument 2 names different: declaration 'fst' definition 'st'.
encfs-1.9.5/encfs/encfs.cpp:772:52: note: Function 'encfs_statfs' argument 2 names different: declaration 'fst' definition 'st'.
encfs-1.9.5/encfs/encfsctl.cpp:418:3: style: Class 'WriteOutput' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
encfs-1.9.5/encfs/main.cpp:127:3: warning: Member variable 'EncFS_Args::isDaemon' is not initialized in the constructor. [uninitMemberVar]
encfs-1.9.5/encfs/main.cpp:127:3: warning: Member variable 'EncFS_Args::isThreaded' is not initialized in the constructor. [uninitMemberVar]
encfs-1.9.5/encfs/main.cpp:127:3: warning: Member variable 'EncFS_Args::isVerbose' is not initialized in the constructor. [uninitMemberVar]
encfs-1.9.5/encfs/main.cpp:127:3: warning: Member variable 'EncFS_Args::idleTimeout' is not initialized in the constructor. [uninitMemberVar]
encfs-1.9.5/encfs/main.cpp:127:3: warning: Member variable 'EncFS_Args::fuseArgv' is not initialized in the constructor. [uninitMemberVar]
encfs-1.9.5/encfs/main.cpp:127:3: warning: Member variable 'EncFS_Args::fuseArgc' is not initialized in the constructor. [uninitMemberVar]
encfs-1.9.5/encfs/main.cpp:90:10: style: Technically the member function 'encfs::EncFS_Args::toString' can be const. [functionConst]
encfs-1.9.5/encfs/openssl.cpp:71:24: style: Function 'openssl_init' argument 1 names different: declaration 'isThreaded' definition 'threaded'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/openssl.h:26:24: note: Function 'openssl_init' argument 1 names different: declaration 'isThreaded' definition 'threaded'.
encfs-1.9.5/encfs/openssl.cpp:71:24: note: Function 'openssl_init' argument 1 names different: declaration 'isThreaded' definition 'threaded'.
encfs-1.9.5/encfs/openssl.cpp:95:28: style: Function 'openssl_shutdown' argument 1 names different: declaration 'isThreaded' definition 'threaded'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/openssl.h:27:28: note: Function 'openssl_shutdown' argument 1 names different: declaration 'isThreaded' definition 'threaded'.
encfs-1.9.5/encfs/openssl.cpp:95:28: note: Function 'openssl_shutdown' argument 1 names different: declaration 'isThreaded' definition 'threaded'.
encfs-1.9.5/encfs/readpassphrase.cpp:68:60: style: Function 'readpassphrase' argument 3 names different: declaration 'bufSize' definition 'bufsiz'. [funcArgNamesDifferent]
encfs-1.9.5/encfs/readpassphrase.h:50:58: note: Function 'readpassphrase' argument 3 names different: declaration 'bufSize' definition 'bufsiz'.
encfs-1.9.5/encfs/readpassphrase.cpp:68:60: note: Function 'readpassphrase' argument 3 names different: declaration 'bufSize' definition 'bufsiz'.
encfs-1.9.5/vendor/github.com/google/benchmark/src/log.h:24:3: style: Class 'LogType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
encfs-1.9.5/vendor/github.com/google/benchmark/src/mutex.h:91:3: style: Class 'MutexLock' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
encfs-1.9.5/vendor/github.com/google/benchmark/src/mutex.h:101:3: style: Class 'Barrier' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
encfs-1.9.5/vendor/github.com/google/benchmark/src/re.h:34:0: error: #error No regular expression backend was found! [preprocessorErrorDirective]
encfs-1.9.5/vendor/github.com/google/benchmark/src/commandlineflags.cc:95:41: style: Function 'BoolFromEnv' argument 2 names different: declaration 'default_val' definition 'default_value'. [funcArgNamesDifferent]
encfs-1.9.5/vendor/github.com/google/benchmark/src/commandlineflags.h:33:41: note: Function 'BoolFromEnv' argument 2 names different: declaration 'default_val' definition 'default_value'.
encfs-1.9.5/vendor/github.com/google/benchmark/src/commandlineflags.cc:95:41: note: Function 'BoolFromEnv' argument 2 names different: declaration 'default_val' definition 'default_value'.
encfs-1.9.5/vendor/github.com/google/benchmark/src/commandlineflags.cc:105:48: style: Function 'Int32FromEnv' argument 2 names different: declaration 'default_val' definition 'default_value'. [funcArgNamesDifferent]
encfs-1.9.5/vendor/github.com/google/benchmark/src/commandlineflags.h:34:48: note: Function 'Int32FromEnv' argument 2 names different: declaration 'default_val' definition 'default_value'.
encfs-1.9.5/vendor/github.com/google/benchmark/src/commandlineflags.cc:105:48: note: Function 'Int32FromEnv' argument 2 names different: declaration 'default_val' definition 'default_value'.
encfs-1.9.5/vendor/github.com/google/benchmark/src/commandlineflags.cc:125:57: style: Function 'StringFromEnv' argument 2 names different: declaration 'default_val' definition 'default_value'. [funcArgNamesDifferent]
encfs-1.9.5/vendor/github.com/google/benchmark/src/commandlineflags.h:36:57: note: Function 'StringFromEnv' argument 2 names different: declaration 'default_val' definition 'default_value'.
encfs-1.9.5/vendor/github.com/google/benchmark/src/commandlineflags.cc:125:57: note: Function 'StringFromEnv' argument 2 names different: declaration 'default_val' definition 'default_value'.
encfs-1.9.5/vendor/github.com/google/benchmark/src/stat.h:37:5: performance: Variable 'sum_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
encfs-1.9.5/vendor/github.com/google/benchmark/src/stat.h:51:5: performance: Variable 'sum_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
encfs-1.9.5/vendor/github.com/google/benchmark/src/stat.h:57:5: performance: Variable 'sum_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
encfs-1.9.5/vendor/github.com/google/benchmark/src/stat.h:58:5: performance: Variable 'sum_squares_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
encfs-1.9.5/vendor/github.com/google/benchmark/src/stat.h:59:5: performance: Variable 'numsamples_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
encfs-1.9.5/vendor/github.com/google/benchmark/src/stat.h:221:5: performance: Variable 'max_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
encfs-1.9.5/vendor/github.com/google/benchmark/src/stat.h:222:5: performance: Variable 'min_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
encfs-1.9.5/vendor/github.com/google/benchmark/src/stat.h:235:5: performance: Variable 'max_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
encfs-1.9.5/vendor/github.com/google/benchmark/src/stat.h:236:5: performance: Variable 'min_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
encfs-1.9.5/vendor/github.com/google/benchmark/src/stat.h:240:5: performance: Variable 'max_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
encfs-1.9.5/vendor/github.com/google/benchmark/src/stat.h:241:5: performance: Variable 'min_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
encfs-1.9.5/vendor/github.com/google/benchmark/src/counter.cc:31:37: style: Function 'Finish' argument 2 names different: declaration 'time' definition 'cpu_time'. [funcArgNamesDifferent]
encfs-1.9.5/vendor/github.com/google/benchmark/src/counter.h:21:37: note: Function 'Finish' argument 2 names different: declaration 'time' definition 'cpu_time'.
encfs-1.9.5/vendor/github.com/google/benchmark/src/counter.cc:31:37: note: Function 'Finish' argument 2 names different: declaration 'time' definition 'cpu_time'.
encfs-1.9.5/vendor/github.com/google/benchmark/src/string_util.cc:151:9: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
encfs-1.9.5/vendor/github.com/google/benchmark/src/cycleclock.h:166:0: error: #error You need to define CycleTimer for your OS and CPU [preprocessorErrorDirective]
encfs-1.9.5/vendor/github.com/google/benchmark/src/timers.cc:170:0: error: #error Per-thread timing is not available on your system. [preprocessorErrorDirective]
encfs-1.9.5/vendor/github.com/google/benchmark/test/options_test.cc:57:0: style: Variable 'actual_iterations' is modified but its new value is never used. [unreadVariable]
encfs-1.9.5/vendor/github.com/google/benchmark/test/register_benchmark_test.cc:101:8: style: Technically the member function 'CustomFixture::operator()' can be const. [functionConst]
encfs-1.9.5/vendor/github.com/google/benchmark/test/register_benchmark_test.cc:25:3: style: Struct 'TestCase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
encfs-1.9.5/vendor/github.com/google/googletest/googlemock/test/gmock-actions_test.cc:86:0: error: syntax error [syntaxError]
encfs-1.9.5/vendor/github.com/google/googletest/googlemock/test/gmock-cardinalities_test.cc:63:0: error: syntax error [syntaxError]
encfs-1.9.5/vendor/github.com/google/googletest/googlemock/test/gmock-generated-actions_test.cc:1125:0: error: syntax error [syntaxError]
encfs-1.9.5/vendor/github.com/google/googletest/googlemock/test/gmock-generated-function-mockers_test.cc:191:0: error: syntax error [syntaxError]
encfs-1.9.5/vendor/github.com/google/googletest/googlemock/test/gmock-generated-internal-utils_test.cc:51:0: error: syntax error [syntaxError]
encfs-1.9.5/vendor/github.com/google/googletest/googlemock/test/gmock-generated-matchers_test.cc:110:0: error: syntax error [syntaxError]
encfs-1.9.5/vendor/github.com/google/googletest/googlemock/test/gmock-internal-utils_test.cc:78:0: error: syntax error [syntaxError]
encfs-1.9.5/vendor/github.com/google/googletest/googlemock/test/gmock-matchers_test.cc:224:0: error: syntax error [syntaxError]
encfs-1.9.5/vendor/github.com/google/googletest/googlemock/test/gmock-more-actions_test.cc:234:0: error: syntax error [syntaxError]
encfs-1.9.5/vendor/github.com/google/googletest/googlemock/test/gmock-nice-strict_test.cc:204:0: error: syntax error [syntaxError]
encfs-1.9.5/vendor/github.com/google/googletest/googlemock/test/gmock-spec-builders_test.cc:120:0: error: syntax error [syntaxError]
encfs-1.9.5/vendor/github.com/google/googletest/googlemock/test/gmock_leak_test_.cc:59:0: error: syntax error [syntaxError]
encfs-1.9.5/vendor/github.com/google/googletest/googlemock/test/gmock_stress_test.cc:277:0: error: syntax error [syntaxError]
encfs-1.9.5/vendor/github.com/google/googletest/googletest/samples/sample10_unittest.cc:98:0: error: syntax error [syntaxError]
encfs-1.9.5/vendor/github.com/google/googletest/googletest/samples/sample2.cc:51:32: style: Function 'Set' argument 1 names different: declaration 'c_string' definition 'a_c_string'. [funcArgNamesDifferent]
encfs-1.9.5/vendor/github.com/google/googletest/googletest/samples/sample2.h:81:24: note: Function 'Set' argument 1 names different: declaration 'c_string' definition 'a_c_string'.
encfs-1.9.5/vendor/github.com/google/googletest/googletest/samples/sample2.cc:51:32: note: Function 'Set' argument 1 names different: declaration 'c_string' definition 'a_c_string'.
encfs-1.9.5/vendor/github.com/google/googletest/googletest/samples/sample5_unittest.cc:146:16: style: The function 'SetUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/vendor/github.com/google/googletest/googletest/samples/sample5_unittest.cc:67:16: note: Virtual function in base class
encfs-1.9.5/vendor/github.com/google/googletest/googletest/samples/sample5_unittest.cc:146:16: note: Function in derived class
encfs-1.9.5/vendor/github.com/google/googletest/googletest/samples/prime_tables.h:84:34: style: Class 'PreCalculatedPrimeTable' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
encfs-1.9.5/vendor/github.com/google/googletest/googletest/samples/prime_tables.h:58:16: style: The function 'IsPrime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/vendor/github.com/google/googletest/googletest/samples/prime_tables.h:48:16: note: Virtual function in base class
encfs-1.9.5/vendor/github.com/google/googletest/googletest/samples/prime_tables.h:58:16: note: Function in derived class
encfs-1.9.5/vendor/github.com/google/googletest/googletest/samples/prime_tables.h:69:15: style: The function 'GetNextPrime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/vendor/github.com/google/googletest/googletest/samples/prime_tables.h:52:15: note: Virtual function in base class
encfs-1.9.5/vendor/github.com/google/googletest/googletest/samples/prime_tables.h:69:15: note: Function in derived class
encfs-1.9.5/vendor/github.com/google/googletest/googletest/samples/prime_tables.h:89:16: style: The function 'IsPrime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/vendor/github.com/google/googletest/googletest/samples/prime_tables.h:48:16: note: Virtual function in base class
encfs-1.9.5/vendor/github.com/google/googletest/googletest/samples/prime_tables.h:89:16: note: Function in derived class
encfs-1.9.5/vendor/github.com/google/googletest/googletest/samples/prime_tables.h:93:15: style: The function 'GetNextPrime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/vendor/github.com/google/googletest/googletest/samples/prime_tables.h:52:15: note: Virtual function in base class
encfs-1.9.5/vendor/github.com/google/googletest/googletest/samples/prime_tables.h:93:15: note: Function in derived class
encfs-1.9.5/vendor/github.com/google/googletest/googletest/samples/sample9_unittest.cc:93:0: error: syntax error [syntaxError]
encfs-1.9.5/vendor/github.com/google/googletest/googletest/src/gtest-filepath.cc:244:3: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
encfs-1.9.5/vendor/github.com/google/googletest/googletest/src/gtest-filepath.cc:224:0: note: Variable 'result' is reassigned a value before the old one has been used.
encfs-1.9.5/vendor/github.com/google/googletest/googletest/src/gtest-filepath.cc:244:3: note: Variable 'result' is reassigned a value before the old one has been used.
encfs-1.9.5/vendor/github.com/google/googletest/googletest/src/gtest.cc:3313:1: style: Function 'OnTestProgramStart' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent]
encfs-1.9.5/vendor/github.com/google/googletest/googletest/src/gtest.cc:3248:51: note: Function 'OnTestProgramStart' argument 1 names different: declaration 'unit_test' definition 'parameter'.
encfs-1.9.5/vendor/github.com/google/googletest/googletest/src/gtest.cc:3313:1: note: Function 'OnTestProgramStart' argument 1 names different: declaration 'unit_test' definition 'parameter'.
encfs-1.9.5/vendor/github.com/google/googletest/googletest/src/gtest.cc:3314:1: style: Function 'OnEnvironmentsSetUpStart' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent]
encfs-1.9.5/vendor/github.com/google/googletest/googletest/src/gtest.cc:3250:57: note: Function 'OnEnvironmentsSetUpStart' argument 1 names different: declaration 'unit_test' definition 'parameter'.
encfs-1.9.5/vendor/github.com/google/googletest/googletest/src/gtest.cc:3314:1: note: Function 'OnEnvironmentsSetUpStart' argument 1 names different: declaration 'unit_test' definition 'parameter'.
encfs-1.9.5/vendor/github.com/google/googletest/googletest/src/gtest.cc:3315:1: style: Function 'OnTestCaseStart' argument 1 names different: declaration 'test_case' definition 'parameter'. [funcArgNamesDifferent]
encfs-1.9.5/vendor/github.com/google/googletest/googletest/src/gtest.cc:3252:48: note: Function 'OnTestCaseStart' argument 1 names different: declaration 'test_case' definition 'parameter'.
encfs-1.9.5/vendor/github.com/google/googletest/googletest/src/gtest.cc:3315:1: note: Function 'OnTestCaseStart' argument 1 names different: declaration 'test_case' definition 'parameter'.
encfs-1.9.5/vendor/github.com/google/googletest/googletest/src/gtest.cc:3316:1: style: Function 'OnTestStart' argument 1 names different: declaration 'test_info' definition 'parameter'. [funcArgNamesDifferent]
encfs-1.9.5/vendor/github.com/google/googletest/googletest/src/gtest.cc:3253:44: note: Function 'OnTestStart' argument 1 names different: declaration 'test_info' definition 'parameter'.
encfs-1.9.5/vendor/github.com/google/googletest/googletest/src/gtest.cc:3316:1: note: Function 'OnTestStart' argument 1 names different: declaration 'test_info' definition 'parameter'.
encfs-1.9.5/vendor/github.com/google/googletest/googletest/src/gtest.cc:3317:1: style: Function 'OnTestPartResult' argument 1 names different: declaration 'result' definition 'parameter'. [funcArgNamesDifferent]
encfs-1.9.5/vendor/github.com/google/googletest/googletest/src/gtest.cc:3254:55: note: Function 'OnTestPartResult' argument 1 names different: declaration 'result' definition 'parameter'.
encfs-1.9.5/vendor/github.com/google/googletest/googletest/src/gtest.cc:3317:1: note: Function 'OnTestPartResult' argument 1 names different: declaration 'result' definition 'parameter'.
encfs-1.9.5/vendor/github.com/google/googletest/googletest/src/gtest.cc:3318:1: style: Function 'OnEnvironmentsTearDownStart' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent]
encfs-1.9.5/vendor/github.com/google/googletest/googletest/src/gtest.cc:3257:60: note: Function 'OnEnvironmentsTearDownStart' argument 1 names different: declaration 'unit_test' definition 'parameter'.
encfs-1.9.5/vendor/github.com/google/googletest/googletest/src/gtest.cc:3318:1: note: Function 'OnEnvironmentsTearDownStart' argument 1 names different: declaration 'unit_test' definition 'parameter'.
encfs-1.9.5/vendor/github.com/google/googletest/googletest/src/gtest.cc:3319:1: style: Function 'OnEnvironmentsSetUpEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent]
encfs-1.9.5/vendor/github.com/google/googletest/googletest/src/gtest.cc:3251:55: note: Function 'OnEnvironmentsSetUpEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'.
encfs-1.9.5/vendor/github.com/google/googletest/googletest/src/gtest.cc:3319:1: note: Function 'OnEnvironmentsSetUpEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'.
encfs-1.9.5/vendor/github.com/google/googletest/googletest/src/gtest.cc:3320:1: style: Function 'OnEnvironmentsTearDownEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent]
encfs-1.9.5/vendor/github.com/google/googletest/googletest/src/gtest.cc:3258:58: note: Function 'OnEnvironmentsTearDownEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'.
encfs-1.9.5/vendor/github.com/google/googletest/googletest/src/gtest.cc:3320:1: note: Function 'OnEnvironmentsTearDownEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'.
encfs-1.9.5/vendor/github.com/google/googletest/googletest/src/gtest.cc:3321:1: style: Function 'OnTestEnd' argument 1 names different: declaration 'test_info' definition 'parameter'. [funcArgNamesDifferent]
encfs-1.9.5/vendor/github.com/google/googletest/googletest/src/gtest.cc:3255:42: note: Function 'OnTestEnd' argument 1 names different: declaration 'test_info' definition 'parameter'.
encfs-1.9.5/vendor/github.com/google/googletest/googletest/src/gtest.cc:3321:1: note: Function 'OnTestEnd' argument 1 names different: declaration 'test_info' definition 'parameter'.
encfs-1.9.5/vendor/github.com/google/googletest/googletest/src/gtest.cc:3322:1: style: Function 'OnTestCaseEnd' argument 1 names different: declaration 'test_case' definition 'parameter'. [funcArgNamesDifferent]
encfs-1.9.5/vendor/github.com/google/googletest/googletest/src/gtest.cc:3256:46: note: Function 'OnTestCaseEnd' argument 1 names different: declaration 'test_case' definition 'parameter'.
encfs-1.9.5/vendor/github.com/google/googletest/googletest/src/gtest.cc:3322:1: note: Function 'OnTestCaseEnd' argument 1 names different: declaration 'test_case' definition 'parameter'.
encfs-1.9.5/vendor/github.com/google/googletest/googletest/src/gtest.cc:3323:1: style: Function 'OnTestProgramEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent]
encfs-1.9.5/vendor/github.com/google/googletest/googletest/src/gtest.cc:3260:49: note: Function 'OnTestProgramEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'.
encfs-1.9.5/vendor/github.com/google/googletest/googletest/src/gtest.cc:3323:1: note: Function 'OnTestProgramEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'.
encfs-1.9.5/vendor/github.com/google/googletest/googletest/test/gtest-filepath_test.cc:110:0: error: syntax error [syntaxError]
encfs-1.9.5/vendor/github.com/google/googletest/googletest/test/gtest-linked_ptr_test.cc:77:0: error: syntax error [syntaxError]
encfs-1.9.5/vendor/github.com/google/googletest/googletest/test/gtest-listener_test.cc:158:0: error: syntax error [syntaxError]
encfs-1.9.5/vendor/github.com/google/googletest/googletest/test/gtest-message_test.cc:45:0: error: syntax error [syntaxError]
encfs-1.9.5/vendor/github.com/google/googletest/googletest/test/gtest-options_test.cc:69:0: error: syntax error [syntaxError]
encfs-1.9.5/vendor/github.com/google/googletest/googletest/test/gtest-port_test.cc:77:0: error: syntax error [syntaxError]
encfs-1.9.5/vendor/github.com/google/googletest/googletest/test/gtest-printers_test.cc:253:0: error: syntax error [syntaxError]
encfs-1.9.5/vendor/github.com/google/googletest/googletest/test/gtest-test-part_test.cc:58:0: error: syntax error [syntaxError]
encfs-1.9.5/vendor/github.com/google/googletest/googletest/test/gtest-tuple_test.cc:46:0: error: syntax error [syntaxError]
encfs-1.9.5/vendor/github.com/google/googletest/googletest/test/gtest-unittest-api_test.cc:114:0: error: syntax error [syntaxError]
encfs-1.9.5/vendor/github.com/google/googletest/googletest/test/gtest_environment_test.cc:111:0: error: syntax error [syntaxError]
encfs-1.9.5/vendor/github.com/google/googletest/googletest/test/gtest_filter_unittest_.cc:50:0: error: syntax error [syntaxError]
encfs-1.9.5/vendor/github.com/google/googletest/googletest/test/gtest_output_test_.cc:538:0: error: syntax error [syntaxError]
encfs-1.9.5/vendor/github.com/google/googletest/googletest/test/gtest_pred_impl_unittest.cc:94:8: style: Technically the member function 'PredFunctor1::operator()' can be const. [functionConst]
encfs-1.9.5/vendor/github.com/google/googletest/googletest/test/gtest_pred_impl_unittest.cc:481:8: style: Technically the member function 'PredFunctor2::operator()' can be const. [functionConst]
encfs-1.9.5/vendor/github.com/google/googletest/googletest/test/gtest_pred_impl_unittest.cc:910:8: style: Technically the member function 'PredFunctor3::operator()' can be const. [functionConst]
encfs-1.9.5/vendor/github.com/google/googletest/googletest/test/gtest_pred_impl_unittest.cc:1381:8: style: Technically the member function 'PredFunctor4::operator()' can be const. [functionConst]
encfs-1.9.5/vendor/github.com/google/googletest/googletest/test/gtest_pred_impl_unittest.cc:1894:8: style: Technically the member function 'PredFunctor5::operator()' can be const. [functionConst]
encfs-1.9.5/vendor/github.com/google/googletest/googletest/test/gtest_premature_exit_test.cc:80:0: error: syntax error [syntaxError]
encfs-1.9.5/vendor/github.com/google/googletest/googletest/test/gtest_repeat_test.cc:94:0: error: syntax error [syntaxError]
encfs-1.9.5/vendor/github.com/google/googletest/googletest/test/gtest_shuffle_test_.cc:51:0: error: syntax error [syntaxError]
encfs-1.9.5/vendor/github.com/google/googletest/googletest/test/gtest_sole_header_test.cc:43:0: error: syntax error [syntaxError]
encfs-1.9.5/vendor/github.com/google/googletest/googletest/test/gtest_unittest.cc:324:0: error: syntax error [syntaxError]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.cpp:192:33: style: Function 'ParseText' argument 1 names different: declaration 'in' definition 'p'. [funcArgNamesDifferent]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:163:28: note: Function 'ParseText' argument 1 names different: declaration 'in' definition 'p'.
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.cpp:192:33: note: Function 'ParseText' argument 1 names different: declaration 'in' definition 'p'.
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.cpp:217:33: style: Function 'ParseName' argument 1 names different: declaration 'in' definition 'p'. [funcArgNamesDifferent]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:164:28: note: Function 'ParseName' argument 1 names different: declaration 'in' definition 'p'.
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.cpp:217:33: note: Function 'ParseName' argument 1 names different: declaration 'in' definition 'p'.
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.cpp:384:52: style: Function 'ReadBOM' argument 2 names different: declaration 'hasBOM' definition 'bom'. [funcArgNamesDifferent]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:595:54: note: Function 'ReadBOM' argument 2 names different: declaration 'hasBOM' definition 'bom'.
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.cpp:384:52: note: Function 'ReadBOM' argument 2 names different: declaration 'hasBOM' definition 'bom'.
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.cpp:765:37: style: Function 'SetValue' argument 1 names different: declaration 'val' definition 'str'. [funcArgNamesDifferent]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:730:32: note: Function 'SetValue' argument 1 names different: declaration 'val' definition 'str'.
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.cpp:765:37: note: Function 'SetValue' argument 1 names different: declaration 'val' definition 'str'.
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.cpp:1148:46: style: Function 'ShallowClone' argument 1 names different: declaration 'document' definition 'doc'. [funcArgNamesDifferent]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:994:49: note: Function 'ShallowClone' argument 1 names different: declaration 'document' definition 'doc'.
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.cpp:1148:46: note: Function 'ShallowClone' argument 1 names different: declaration 'document' definition 'doc'.
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.cpp:1198:49: style: Function 'ShallowClone' argument 1 names different: declaration 'document' definition 'doc'. [funcArgNamesDifferent]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1025:49: note: Function 'ShallowClone' argument 1 names different: declaration 'document' definition 'doc'.
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.cpp:1198:49: note: Function 'ShallowClone' argument 1 names different: declaration 'document' definition 'doc'.
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.cpp:1248:53: style: Function 'ShallowClone' argument 1 names different: declaration 'document' definition 'doc'. [funcArgNamesDifferent]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1064:49: note: Function 'ShallowClone' argument 1 names different: declaration 'document' definition 'doc'.
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.cpp:1248:53: note: Function 'ShallowClone' argument 1 names different: declaration 'document' definition 'doc'.
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.cpp:1298:49: style: Function 'ShallowClone' argument 1 names different: declaration 'document' definition 'doc'. [funcArgNamesDifferent]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1099:49: note: Function 'ShallowClone' argument 1 names different: declaration 'document' definition 'doc'.
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.cpp:1298:49: note: Function 'ShallowClone' argument 1 names different: declaration 'document' definition 'doc'.
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.cpp:1362:41: style: Function 'SetName' argument 1 names different: declaration 'name' definition 'n'. [funcArgNamesDifferent]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1219:31: note: Function 'SetName' argument 1 names different: declaration 'name' definition 'n'.
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.cpp:1362:41: note: Function 'SetName' argument 1 names different: declaration 'name' definition 'n'.
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.cpp:1422:46: style: Function 'SetAttribute' argument 1 names different: declaration 'value' definition 'v'. [funcArgNamesDifferent]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1197:36: note: Function 'SetAttribute' argument 1 names different: declaration 'value' definition 'v'.
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.cpp:1422:46: note: Function 'SetAttribute' argument 1 names different: declaration 'value' definition 'v'.
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.cpp:1428:38: style: Function 'SetAttribute' argument 1 names different: declaration 'value' definition 'v'. [funcArgNamesDifferent]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1199:28: note: Function 'SetAttribute' argument 1 names different: declaration 'value' definition 'v'.
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.cpp:1428:38: note: Function 'SetAttribute' argument 1 names different: declaration 'value' definition 'v'.
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.cpp:1436:43: style: Function 'SetAttribute' argument 1 names different: declaration 'value' definition 'v'. [funcArgNamesDifferent]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1201:33: note: Function 'SetAttribute' argument 1 names different: declaration 'value' definition 'v'.
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.cpp:1436:43: note: Function 'SetAttribute' argument 1 names different: declaration 'value' definition 'v'.
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.cpp:1444:41: style: Function 'SetAttribute' argument 1 names different: declaration 'value' definition 'v'. [funcArgNamesDifferent]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1203:28: note: Function 'SetAttribute' argument 1 names different: declaration 'value' definition 'v'.
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.cpp:1444:41: note: Function 'SetAttribute' argument 1 names different: declaration 'value' definition 'v'.
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.cpp:1453:39: style: Function 'SetAttribute' argument 1 names different: declaration 'value' definition 'v'. [funcArgNamesDifferent]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1205:29: note: Function 'SetAttribute' argument 1 names different: declaration 'value' definition 'v'.
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.cpp:1453:39: note: Function 'SetAttribute' argument 1 names different: declaration 'value' definition 'v'.
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.cpp:1460:41: style: Function 'SetAttribute' argument 1 names different: declaration 'value' definition 'v'. [funcArgNamesDifferent]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1207:31: note: Function 'SetAttribute' argument 1 names different: declaration 'value' definition 'v'.
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.cpp:1460:41: note: Function 'SetAttribute' argument 1 names different: declaration 'value' definition 'v'.
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.cpp:1467:40: style: Function 'SetAttribute' argument 1 names different: declaration 'value' definition 'v'. [funcArgNamesDifferent]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1209:30: note: Function 'SetAttribute' argument 1 names different: declaration 'value' definition 'v'.
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.cpp:1467:40: note: Function 'SetAttribute' argument 1 names different: declaration 'value' definition 'v'.
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.cpp:1578:31: style: Function 'SetText' argument 1 names different: declaration 'value' definition 'v'. [funcArgNamesDifferent]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1521:23: note: Function 'SetText' argument 1 names different: declaration 'value' definition 'v'.
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.cpp:1578:31: note: Function 'SetText' argument 1 names different: declaration 'value' definition 'v'.
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.cpp:1586:36: style: Function 'SetText' argument 1 names different: declaration 'value' definition 'v'. [funcArgNamesDifferent]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1523:28: note: Function 'SetText' argument 1 names different: declaration 'value' definition 'v'.
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.cpp:1586:36: note: Function 'SetText' argument 1 names different: declaration 'value' definition 'v'.
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.cpp:1594:34: style: Function 'SetText' argument 1 names different: declaration 'value' definition 'v'. [funcArgNamesDifferent]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1525:23: note: Function 'SetText' argument 1 names different: declaration 'value' definition 'v'.
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.cpp:1594:34: note: Function 'SetText' argument 1 names different: declaration 'value' definition 'v'.
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.cpp:1602:32: style: Function 'SetText' argument 1 names different: declaration 'value' definition 'v'. [funcArgNamesDifferent]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1527:24: note: Function 'SetText' argument 1 names different: declaration 'value' definition 'v'.
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.cpp:1602:32: note: Function 'SetText' argument 1 names different: declaration 'value' definition 'v'.
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.cpp:1610:33: style: Function 'SetText' argument 1 names different: declaration 'value' definition 'v'. [funcArgNamesDifferent]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1531:25: note: Function 'SetText' argument 1 names different: declaration 'value' definition 'v'.
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.cpp:1610:33: note: Function 'SetText' argument 1 names different: declaration 'value' definition 'v'.
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.cpp:1618:34: style: Function 'SetText' argument 1 names different: declaration 'value' definition 'v'. [funcArgNamesDifferent]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1529:26: note: Function 'SetText' argument 1 names different: declaration 'value' definition 'v'.
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.cpp:1618:34: note: Function 'SetText' argument 1 names different: declaration 'value' definition 'v'.
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.cpp:1652:46: style: Function 'QueryInt64Text' argument 1 names different: declaration 'uval' definition 'ival'. [funcArgNamesDifferent]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1563:35: note: Function 'QueryInt64Text' argument 1 names different: declaration 'uval' definition 'ival'.
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.cpp:1652:46: note: Function 'QueryInt64Text' argument 1 names different: declaration 'uval' definition 'ival'.
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.cpp:1906:49: style: Function 'ShallowClone' argument 1 names different: declaration 'document' definition 'doc'. [funcArgNamesDifferent]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1593:49: note: Function 'ShallowClone' argument 1 names different: declaration 'document' definition 'doc'.
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.cpp:1906:49: note: Function 'ShallowClone' argument 1 names different: declaration 'document' definition 'doc'.
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.cpp:2074:50: style: Function 'NewComment' argument 1 names different: declaration 'comment' definition 'str'. [funcArgNamesDifferent]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1756:41: note: Function 'NewComment' argument 1 names different: declaration 'comment' definition 'str'.
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.cpp:2074:50: note: Function 'NewComment' argument 1 names different: declaration 'comment' definition 'str'.
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.cpp:2082:44: style: Function 'NewText' argument 1 names different: declaration 'text' definition 'str'. [funcArgNamesDifferent]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1762:35: note: Function 'NewText' argument 1 names different: declaration 'text' definition 'str'.
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.cpp:2082:44: note: Function 'NewText' argument 1 names different: declaration 'text' definition 'str'.
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.cpp:2090:58: style: Function 'NewDeclaration' argument 1 names different: declaration 'text' definition 'str'. [funcArgNamesDifferent]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1774:49: note: Function 'NewDeclaration' argument 1 names different: declaration 'text' definition 'str'.
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.cpp:2090:58: note: Function 'NewDeclaration' argument 1 names different: declaration 'text' definition 'str'.
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.cpp:2098:50: style: Function 'NewUnknown' argument 1 names different: declaration 'text' definition 'str'. [funcArgNamesDifferent]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1780:41: note: Function 'NewUnknown' argument 1 names different: declaration 'text' definition 'str'.
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.cpp:2098:50: note: Function 'NewUnknown' argument 1 names different: declaration 'text' definition 'str'.
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.cpp:2245:42: style: Function 'Parse' argument 1 names different: declaration 'xml' definition 'p'. [funcArgNamesDifferent]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1661:33: note: Function 'Parse' argument 1 names different: declaration 'xml' definition 'p'.
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.cpp:2245:42: note: Function 'Parse' argument 1 names different: declaration 'xml' definition 'p'.
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.cpp:2245:52: style: Function 'Parse' argument 2 names different: declaration 'nBytes' definition 'len'. [funcArgNamesDifferent]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1661:45: note: Function 'Parse' argument 2 names different: declaration 'nBytes' definition 'len'.
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.cpp:2245:52: note: Function 'Parse' argument 2 names different: declaration 'nBytes' definition 'len'.
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.cpp:2419:51: style: Function 'PrintString' argument 2 names different: declaration 'restrictedEntitySet' definition 'restricted'. [funcArgNamesDifferent]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:2238:41: note: Function 'PrintString' argument 2 names different: declaration 'restrictedEntitySet' definition 'restricted'.
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.cpp:2419:51: note: Function 'PrintString' argument 2 names different: declaration 'restrictedEntitySet' definition 'restricted'.
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.cpp:2469:50: style: Function 'PushHeader' argument 2 names different: declaration 'writeDeclaration' definition 'writeDec'. [funcArgNamesDifferent]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:2150:42: note: Function 'PushHeader' argument 2 names different: declaration 'writeDeclaration' definition 'writeDec'.
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.cpp:2469:50: note: Function 'PushHeader' argument 2 names different: declaration 'writeDeclaration' definition 'writeDec'.
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.cpp:2509:55: style: Function 'PushAttribute' argument 2 names different: declaration 'value' definition 'v'. [funcArgNamesDifferent]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:2157:47: note: Function 'PushAttribute' argument 2 names different: declaration 'value' definition 'v'.
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.cpp:2509:55: note: Function 'PushAttribute' argument 2 names different: declaration 'value' definition 'v'.
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.cpp:2517:60: style: Function 'PushAttribute' argument 2 names different: declaration 'value' definition 'v'. [funcArgNamesDifferent]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:2158:52: note: Function 'PushAttribute' argument 2 names different: declaration 'value' definition 'v'.
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.cpp:2517:60: note: Function 'PushAttribute' argument 2 names different: declaration 'value' definition 'v'.
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.cpp:2525:58: style: Function 'PushAttribute' argument 2 names different: declaration 'value' definition 'v'. [funcArgNamesDifferent]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:2159:47: note: Function 'PushAttribute' argument 2 names different: declaration 'value' definition 'v'.
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.cpp:2525:58: note: Function 'PushAttribute' argument 2 names different: declaration 'value' definition 'v'.
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.cpp:2533:56: style: Function 'PushAttribute' argument 2 names different: declaration 'value' definition 'v'. [funcArgNamesDifferent]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:2160:45: note: Function 'PushAttribute' argument 2 names different: declaration 'value' definition 'v'.
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.cpp:2533:56: note: Function 'PushAttribute' argument 2 names different: declaration 'value' definition 'v'.
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.cpp:2541:58: style: Function 'PushAttribute' argument 2 names different: declaration 'value' definition 'v'. [funcArgNamesDifferent]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:2161:50: note: Function 'PushAttribute' argument 2 names different: declaration 'value' definition 'v'.
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.cpp:2541:58: note: Function 'PushAttribute' argument 2 names different: declaration 'value' definition 'v'.
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:952:10: performance: Technically the member function 'tinyxml2::XMLNode::InsertChildPreamble' can be static. [functionStatic]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.cpp:1090:15: note: Technically the member function 'tinyxml2::XMLNode::InsertChildPreamble' can be static.
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:952:10: note: Technically the member function 'tinyxml2::XMLNode::InsertChildPreamble' can be static.
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1786:10: performance: Technically the member function 'tinyxml2::XMLDocument::DeleteNode' can be static. [functionStatic]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.cpp:2121:19: note: Technically the member function 'tinyxml2::XMLDocument::DeleteNode' can be static.
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1786:10: note: Technically the member function 'tinyxml2::XMLDocument::DeleteNode' can be static.
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:242:0: style: Technically the member function 'tinyxml2 :: DynArray < const char * , 10 >::operator[]' can be const. [functionConst]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:279:0: style: Technically the member function 'tinyxml2 :: DynArray < const char * , 10 >::Mem' can be const. [functionConst]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:931:14: warning: Virtual function 'XMLNode' is called from destructor '~XMLNode()' at line 751. Dynamic binding is not used. [virtualCallInConstructor]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.cpp:751:5: note: Calling DeleteChildren
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.cpp:792:9: note: Calling DeleteChild
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.cpp:831:5: note: Calling DeleteNode
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.cpp:1086:12: note: Calling XMLNode
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:931:14: note: XMLNode is a virtual method
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:998:5: style: Class 'XMLText' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1029:5: style: Class 'XMLComment' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1068:5: style: Class 'XMLDeclaration' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1103:5: style: Class 'XMLUnknown' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1600:5: style: Class 'XMLElement' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1950:5: style: Class 'XMLHandle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1954:5: style: Class 'XMLHandle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:2033:5: style: Class 'XMLConstHandle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:2036:5: style: Class 'XMLConstHandle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:976:18: style: The function 'Accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:913:18: note: Virtual function in base class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:976:18: note: Function in derived class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:978:22: style: The function 'ToText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:677:23: note: Virtual function in base class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:978:22: note: Function in derived class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:981:28: style: The function 'ToText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:700:30: note: Virtual function in base class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:981:28: note: Function in derived class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:994:22: style: The function 'ShallowClone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:866:22: note: Virtual function in base class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:994:22: note: Function in derived class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:995:18: style: The function 'ShallowEqual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:889:18: note: Virtual function in base class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:995:18: note: Function in derived class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1001:11: style: The function 'ParseDeep' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:933:19: note: Virtual function in base class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1001:11: note: Function in derived class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1016:25: style: The function 'ToComment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:681:26: note: Virtual function in base class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1016:25: note: Function in derived class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1019:31: style: The function 'ToComment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:703:32: note: Virtual function in base class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1019:31: note: Function in derived class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1023:18: style: The function 'Accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:913:18: note: Virtual function in base class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1023:18: note: Function in derived class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1025:22: style: The function 'ShallowClone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:866:22: note: Virtual function in base class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1025:22: note: Function in derived class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1026:18: style: The function 'ShallowEqual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:889:18: note: Virtual function in base class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1026:18: note: Function in derived class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1032:11: style: The function 'ParseDeep' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:933:19: note: Virtual function in base class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1032:11: note: Function in derived class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1055:29: style: The function 'ToDeclaration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:689:29: note: Virtual function in base class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1055:29: note: Function in derived class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1058:35: style: The function 'ToDeclaration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:709:35: note: Virtual function in base class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1058:35: note: Function in derived class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1062:18: style: The function 'Accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:913:18: note: Virtual function in base class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1062:18: note: Function in derived class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1064:22: style: The function 'ShallowClone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:866:22: note: Virtual function in base class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1064:22: note: Function in derived class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1065:18: style: The function 'ShallowEqual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:889:18: note: Virtual function in base class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1065:18: note: Function in derived class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1071:11: style: The function 'ParseDeep' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:933:19: note: Virtual function in base class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1071:11: note: Function in derived class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1090:25: style: The function 'ToUnknown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:693:26: note: Virtual function in base class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1090:25: note: Function in derived class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1093:31: style: The function 'ToUnknown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:712:32: note: Virtual function in base class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1093:31: note: Function in derived class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1097:18: style: The function 'Accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:913:18: note: Virtual function in base class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1097:18: note: Function in derived class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1099:22: style: The function 'ShallowClone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:866:22: note: Virtual function in base class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1099:22: note: Function in derived class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1100:18: style: The function 'ShallowEqual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:889:18: note: Virtual function in base class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1100:18: note: Function in derived class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1106:11: style: The function 'ParseDeep' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:933:19: note: Virtual function in base class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1106:11: note: Function in derived class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1248:25: style: The function 'ToElement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:673:26: note: Virtual function in base class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1248:25: note: Function in derived class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1251:31: style: The function 'ToElement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:697:32: note: Virtual function in base class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1251:31: note: Function in derived class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1254:18: style: The function 'Accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:913:18: note: Virtual function in base class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1254:18: note: Function in derived class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1593:22: style: The function 'ShallowClone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:866:22: note: Virtual function in base class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1593:22: note: Function in derived class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1594:18: style: The function 'ShallowEqual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:889:18: note: Virtual function in base class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1594:18: note: Function in derived class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1597:11: style: The function 'ParseDeep' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:933:19: note: Virtual function in base class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1597:11: note: Function in derived class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1642:26: style: The function 'ToDocument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:685:26: note: Virtual function in base class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1642:26: note: Function in derived class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1646:32: style: The function 'ToDocument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:706:33: note: Virtual function in base class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1646:32: note: Function in derived class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1743:18: style: The function 'Accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:913:18: note: Virtual function in base class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1743:18: note: Function in derived class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1837:22: style: The function 'ShallowClone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:866:22: note: Virtual function in base class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1837:22: note: Function in derived class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1840:18: style: The function 'ShallowEqual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:889:18: note: Virtual function in base class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:1840:18: note: Function in derived class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:2186:18: style: The function 'VisitEnter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:473:18: note: Virtual function in base class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:2186:18: note: Function in derived class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:2187:18: style: The function 'VisitExit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:477:18: note: Virtual function in base class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:2187:18: note: Function in derived class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:2191:18: style: The function 'VisitEnter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:482:18: note: Virtual function in base class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:2191:18: note: Function in derived class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:2192:18: style: The function 'VisitExit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:486:18: note: Virtual function in base class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:2192:18: note: Function in derived class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:2194:18: style: The function 'Visit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:495:18: note: Virtual function in base class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:2194:18: note: Function in derived class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:2195:18: style: The function 'Visit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:499:18: note: Virtual function in base class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:2195:18: note: Function in derived class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:2196:18: style: The function 'Visit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:491:18: note: Virtual function in base class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:2196:18: note: Function in derived class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:2197:18: style: The function 'Visit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:503:18: note: Virtual function in base class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:2197:18: note: Function in derived class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/xmltest.cpp:1554:9: style: Variable 'two' is assigned a value that is never used. [unreadVariable]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/xmltest.cpp:1816:18: performance: Technically the member function 'main::::TestUtil::TestParseError' can be static. [functionStatic]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/xmltest.cpp:1852:18: style: The function 'VisitEnter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:473:18: note: Virtual function in base class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/xmltest.cpp:1852:18: note: Function in derived class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/xmltest.cpp:1857:18: style: The function 'VisitEnter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:482:18: note: Virtual function in base class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/xmltest.cpp:1857:18: note: Function in derived class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/xmltest.cpp:1864:18: style: The function 'Visit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:491:18: note: Virtual function in base class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/xmltest.cpp:1864:18: note: Function in derived class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/xmltest.cpp:1869:18: style: The function 'Visit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:495:18: note: Virtual function in base class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/xmltest.cpp:1869:18: note: Function in derived class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/xmltest.cpp:1874:18: style: The function 'Visit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:499:18: note: Virtual function in base class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/xmltest.cpp:1874:18: note: Function in derived class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/xmltest.cpp:1879:18: style: The function 'Visit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:503:18: note: Virtual function in base class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/xmltest.cpp:1879:18: note: Function in derived class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:341:0: style: The function 'Clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:325:18: note: Virtual function in base class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:341:0: note: Function in derived class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:354:0: style: The function 'ItemSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:321:17: note: Virtual function in base class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:354:0: note: Function in derived class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:361:0: style: The function 'Alloc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:322:19: note: Virtual function in base class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:361:0: note: Function in derived class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:387:0: style: The function 'Free' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:323:18: note: Virtual function in base class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:387:0: note: Function in derived class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:405:0: style: The function 'SetTracked' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:324:18: note: Virtual function in base class
encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/tinyxml2.h:405:0: note: Function in derived class
encfs-1.9.5/vendor/github.com/muflihun/easyloggingpp/src/easylogging++.h:332:0: error: #error "C++0x (or higher) support not detected! (Is `-std=c++11' missing?)" [preprocessorErrorDirective]
encfs-1.9.5/vendor/github.com/muflihun/easyloggingpp/samples/Qt/fast-dictionary/moc_listwithsearch.cpp:12:0: error: #error "The header file 'listwithsearch.hh' doesn't include <QObject>." [preprocessorErrorDirective]
encfs-1.9.5/vendor/github.com/muflihun/easyloggingpp/samples/Qt/fast-dictionary/moc_mainwindow.cpp:12:0: error: #error "The header file 'mainwindow.hh' doesn't include <QObject>." [preprocessorErrorDirective]
encfs-1.9.5/vendor/github.com/muflihun/easyloggingpp/samples/Qt/file-splitter-joiner/splitablefiledelegate.h:10:5: style: Class 'SplitableFileDelegate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
[17:41]

ftp://ftp.se.debian.org/debian/pool/main/e/enchant/enchant_2.1.2.orig.tar.gz
enchant-2.1.2/providers/enchant_hunspell.cpp:449:29: style: C-style pointer casting [cstyleCast]
enchant-2.1.2/providers/enchant_hunspell.cpp:100:40: style: Function 'checkWord' argument 1 names different: declaration 'word' definition 'utf8Word'. [funcArgNamesDifferent]
enchant-2.1.2/providers/enchant_hunspell.cpp:65:30: note: Function 'checkWord' argument 1 names different: declaration 'word' definition 'utf8Word'.
enchant-2.1.2/providers/enchant_hunspell.cpp:100:40: note: Function 'checkWord' argument 1 names different: declaration 'word' definition 'utf8Word'.
enchant-2.1.2/providers/enchant_hunspell.cpp:124:48: style: Function 'suggestWord' argument 1 names different: declaration 'word' definition 'utf8Word'. [funcArgNamesDifferent]
enchant-2.1.2/providers/enchant_hunspell.cpp:66:40: note: Function 'suggestWord' argument 1 names different: declaration 'word' definition 'utf8Word'.
enchant-2.1.2/providers/enchant_hunspell.cpp:124:48: note: Function 'suggestWord' argument 1 names different: declaration 'word' definition 'utf8Word'.
enchant-2.1.2/providers/enchant_hunspell.cpp:124:78: style: Function 'suggestWord' argument 3 names different: declaration 'out_n_suggs' definition 'nsug'. [funcArgNamesDifferent]
enchant-2.1.2/providers/enchant_hunspell.cpp:66:66: note: Function 'suggestWord' argument 3 names different: declaration 'out_n_suggs' definition 'nsug'.
enchant-2.1.2/providers/enchant_hunspell.cpp:124:78: note: Function 'suggestWord' argument 3 names different: declaration 'out_n_suggs' definition 'nsug'.
enchant-2.1.2/providers/enchant_voikko.c:123:0: error: Memory leak: existing_dicts [memleak]
enchant-2.1.2/providers/enchant_zemberek.cpp:147:25: style: C-style pointer casting [cstyleCast]
enchant-2.1.2/providers/enchant_zemberek.cpp:155:25: style: C-style pointer casting [cstyleCast]
enchant-2.1.2/providers/enchant_zemberek.cpp:192:25: style: C-style pointer casting [cstyleCast]
enchant-2.1.2/src/enchant.c:90:10: style: The scope of the variable 'utf' can be reduced. [variableScope]
enchant-2.1.2/src/enchant.c:139:10: style: The scope of the variable 'suggs' can be reduced. [variableScope]
enchant-2.1.2/src/enchant.c:206:9: style: The scope of the variable 'start_pos' can be reduced. [variableScope]
enchant-2.1.2/src/lib.c:298:2: style: Variable 'session' is reassigned a value before the old one has been used. [redundantAssignment]
enchant-2.1.2/src/lib.c:297:0: note: Variable 'session' is reassigned a value before the old one has been used.
enchant-2.1.2/src/lib.c:298:2: note: Variable 'session' is reassigned a value before the old one has been used.
enchant-2.1.2/src/lib.c:1339:62: style: Function 'enchant_dict_is_word_character' argument 2 names different: declaration 'uc' definition 'uc_in'. [funcArgNamesDifferent]
enchant-2.1.2/src/enchant.h:307:66: note: Function 'enchant_dict_is_word_character' argument 2 names different: declaration 'uc' definition 'uc_in'.
enchant-2.1.2/src/lib.c:1339:62: note: Function 'enchant_dict_is_word_character' argument 2 names different: declaration 'uc' definition 'uc_in'.
enchant-2.1.2/src/pwl.c:278:35: style: Function 'enchant_pwl_free' argument 1 names different: declaration 'me' definition 'pwl'. [funcArgNamesDifferent]
enchant-2.1.2/src/pwl.h:51:35: note: Function 'enchant_pwl_free' argument 1 names different: declaration 'me' definition 'pwl'.
enchant-2.1.2/src/pwl.c:278:35: note: Function 'enchant_pwl_free' argument 1 names different: declaration 'me' definition 'pwl'.
enchant-2.1.2/src/pwl.c:317:34: style: Function 'enchant_pwl_add' argument 1 names different: declaration 'me' definition 'pwl'. [funcArgNamesDifferent]
enchant-2.1.2/src/pwl.h:45:35: note: Function 'enchant_pwl_add' argument 1 names different: declaration 'me' definition 'pwl'.
enchant-2.1.2/src/pwl.c:317:34: note: Function 'enchant_pwl_add' argument 1 names different: declaration 'me' definition 'pwl'.
enchant-2.1.2/src/pwl.c:357:37: style: Function 'enchant_pwl_remove' argument 1 names different: declaration 'me' definition 'pwl'. [funcArgNamesDifferent]
enchant-2.1.2/src/pwl.h:46:38: note: Function 'enchant_pwl_remove' argument 1 names different: declaration 'me' definition 'pwl'.
enchant-2.1.2/src/pwl.c:357:37: note: Function 'enchant_pwl_remove' argument 1 names different: declaration 'me' definition 'pwl'.
enchant-2.1.2/src/pwl.c:530:35: style: Function 'enchant_pwl_check' argument 1 names different: declaration 'me' definition 'pwl'. [funcArgNamesDifferent]
enchant-2.1.2/src/pwl.h:47:36: note: Function 'enchant_pwl_check' argument 1 names different: declaration 'me' definition 'pwl'.
enchant-2.1.2/src/pwl.c:530:35: note: Function 'enchant_pwl_check' argument 1 names different: declaration 'me' definition 'pwl'.
enchant-2.1.2/src/pwl.c:613:40: style: Function 'enchant_pwl_suggest' argument 1 names different: declaration 'me' definition 'pwl'. [funcArgNamesDifferent]
enchant-2.1.2/src/pwl.h:49:40: note: Function 'enchant_pwl_suggest' argument 1 names different: declaration 'me' definition 'pwl'.
enchant-2.1.2/src/pwl.c:613:40: note: Function 'enchant_pwl_suggest' argument 1 names different: declaration 'me' definition 'pwl'.
enchant-2.1.2/src/pwl.c:1016:34: style: Function 'edit_dist' argument 1 names different: declaration 'word1' definition 'utf8word1'. [funcArgNamesDifferent]
enchant-2.1.2/src/pwl.c:182:34: note: Function 'edit_dist' argument 1 names different: declaration 'word1' definition 'utf8word1'.
enchant-2.1.2/src/pwl.c:1016:34: note: Function 'edit_dist' argument 1 names different: declaration 'word1' definition 'utf8word1'.
enchant-2.1.2/src/pwl.c:1016:57: style: Function 'edit_dist' argument 2 names different: declaration 'word2' definition 'utf8word2'. [funcArgNamesDifferent]
enchant-2.1.2/src/pwl.c:182:53: note: Function 'edit_dist' argument 2 names different: declaration 'word2' definition 'utf8word2'.
enchant-2.1.2/src/pwl.c:1016:57: note: Function 'edit_dist' argument 2 names different: declaration 'word2' definition 'utf8word2'.
enchant-2.1.2/tests/broker/enchant_broker_describe_tests.cpp:104:5: style: Struct 'EnchantBrokerDescribeTestFixtureBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
enchant-2.1.2/tests/broker/enchant_broker_list_dicts_tests.cpp:59:5: style: Struct 'EnchantBrokerListDictionaries_TestFixtureBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
enchant-2.1.2/tests/broker/enchant_broker_request_pwl_dict_tests.cpp:32:9: performance: Variable '_pwlFile' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
enchant-2.1.2/tests/dictionary/enchant_dict_describe_tests.cpp:53:5: style: Struct 'EnchantDictionaryDescribe_TestFixtureBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
enchant-2.1.2/tests/dictionary/enchant_dict_get_extra_word_characters_tests.cpp:32:5: style: Struct 'EnchantDictionaryGetExtraWordCharactersTestFixtureBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
enchant-2.1.2/tests/dictionary/enchant_dict_is_word_character_tests.cpp:34:5: style: Struct 'EnchantDictionaryIsWordCharacterTestFixtureBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
enchant-2.1.2/tests/dictionary/enchant_dict_suggest_tests.cpp:44:5: style: Struct 'EnchantDictionarySuggestTestFixtureBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
enchant-2.1.2/tests/enchant_providers/unittest_enchant_providers.h:40:17: performance: Technically the member function 'Provider_TestFixture::Convert' can be static. [functionStatic]
enchant-2.1.2/tests/enchant_providers/unittest_enchant_providers.h:58:18: performance: Technically the member function 'Provider_TestFixture::Convert' can be static. [functionStatic]
enchant-2.1.2/tests/enchant_providers/Dictionary/dictionary_check.cpp:54:18: warning: Virtual function 'ReleaseDictionary' is called from destructor '~DictionaryCheck_TestFixture()' at line 51. Dynamic binding is not used. [virtualCallInConstructor]
enchant-2.1.2/tests/enchant_providers/Dictionary/dictionary_check.cpp:51:9: note: Calling ReleaseDictionary
enchant-2.1.2/tests/enchant_providers/Dictionary/dictionary_check.cpp:54:18: note: ReleaseDictionary is a virtual method
enchant-2.1.2/tests/enchant_providers/Dictionary/dictionary_check.cpp:54:18: style: The function 'ReleaseDictionary' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enchant-2.1.2/tests/enchant_providers/unittest_enchant_providers.h:92:18: note: Virtual function in base class
enchant-2.1.2/tests/enchant_providers/Dictionary/dictionary_check.cpp:54:18: note: Function in derived class
enchant-2.1.2/tests/enchant_providers/Dictionary/dictionary_suggest.cpp:44:30: performance: Technically the member function 'DictionarySuggest_TestFixture::GetSuggestionsFromWord' can be static. [functionStatic]
enchant-2.1.2/tests/enchant_providers/Dictionary/dictionary_suggest.cpp:67:10: performance: Technically the member function 'DictionarySuggest_TestFixture::IsWordAllCaps' can be static. [functionStatic]
enchant-2.1.2/tests/enchant_providers/Dictionary/dictionary_suggest.cpp:92:10: performance: Technically the member function 'DictionarySuggest_TestFixture::IsFirstLetterCapitalOrTitleCase' can be static. [functionStatic]
enchant-2.1.2/tests/enchant_providers/Provider/provider_dictionary_exists.cpp:58:0: style: Variable 'exists' is assigned a value that is never used. [unreadVariable]
enchant-2.1.2/tests/enchant_providers/providers.test.cpp:100:9: style: The scope of the variable 'entry_len' can be reduced. [variableScope]
enchant-2.1.2/tests/enchant_providers/providers.test.cpp:41:10: style: struct member 'str_enchant_broker::provider_list' is never used. [unusedStructMember]
enchant-2.1.2/tests/enchant_providers/providers.test.cpp:42:14: style: struct member 'str_enchant_broker::dict_map' is never used. [unusedStructMember]
enchant-2.1.2/tests/enchant_providers/providers.test.cpp:43:14: style: struct member 'str_enchant_broker::provider_ordering' is never used. [unusedStructMember]
enchant-2.1.2/tests/EnchantTestFixture.h:78:26: style: The scope of the variable 'filename' can be reduced. [variableScope]
enchant-2.1.2/tests/EnchantTestFixture.h:63:17: performance: Technically the member function 'EnchantTestFixture::GetTempUserEnchantDir' can be static. [functionStatic]
enchant-2.1.2/tests/EnchantTestFixture.h:68:17: performance: Technically the member function 'EnchantTestFixture::GetEnchantConfigDir' can be static. [functionStatic]
enchant-2.1.2/tests/EnchantTestFixture.h:127:17: performance: Technically the member function 'EnchantTestFixture::Convert' can be static. [functionStatic]
enchant-2.1.2/tests/EnchantTestFixture.h:133:18: performance: Technically the member function 'EnchantTestFixture::Convert' can be static. [functionStatic]
enchant-2.1.2/tests/EnchantBrokerTestFixture.h:168:10: performance: Technically the member function 'EnchantBrokerTestFixture::CopyProvider' can be static. [functionStatic]
enchant-2.1.2/tests/EnchantBrokerTestFixture.h:282:10: style: Technically the member function 'DictionaryDescription::DataIsComplete' can be const. [functionConst]
enchant-2.1.2/tests/EnchantBrokerTestFixture.h:257:1: warning: The struct 'DictionaryDescription' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
enchant-2.1.2/tests/provider/enchant_provider_get_prefix_dir_tests.cpp:58:63: warning: Either the condition 'prefixDir==NULL' is redundant or there is possible null pointer dereference: prefixDir. [nullPointerRedundantCheck]
enchant-2.1.2/tests/provider/enchant_provider_get_prefix_dir_tests.cpp:59:51: note: Assuming that condition 'prefixDir==NULL' is not redundant
enchant-2.1.2/tests/provider/enchant_provider_get_prefix_dir_tests.cpp:58:63: note: Null pointer dereference
enchant-2.1.2/tests/provider/enchant_provider_get_prefix_dir_tests.cpp:58:74: warning: Either the condition 'expectedPrefixDir==NULL' is redundant or there is possible null pointer dereference: expectedPrefixDir. [nullPointerRedundantCheck]
enchant-2.1.2/tests/provider/enchant_provider_get_prefix_dir_tests.cpp:59:30: note: Assuming that condition 'expectedPrefixDir==NULL' is not redundant
enchant-2.1.2/tests/provider/enchant_provider_get_prefix_dir_tests.cpp:58:74: note: Null pointer dereference
enchant-2.1.2/tests/provider/enchant_provider_get_prefix_dir_tests.cpp:32:5: performance: Variable 'expectedPrefixDir' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
enchant-2.1.2/tests/pwl/enchant_pwl_tests.cpp:39:5: style: Variable 'sugg_arr' is reassigned a value before the old one has been used. [redundantAssignment]
enchant-2.1.2/tests/pwl/enchant_pwl_tests.cpp:37:0: note: Variable 'sugg_arr' is reassigned a value before the old one has been used.
enchant-2.1.2/tests/pwl/enchant_pwl_tests.cpp:39:5: note: Variable 'sugg_arr' is reassigned a value before the old one has been used.
enchant-2.1.2/tests/pwl/enchant_pwl_tests.cpp:198:17: style: The scope of the variable 'Utf8Bom' can be reduced. [variableScope]
enchant-2.1.2/tests/pwl/enchant_pwl_tests.cpp:1145:15: style: The scope of the variable 'Utf8Bom' can be reduced. [variableScope]
enchant-2.1.2/tests/pwl/enchant_pwl_tests.cpp:62:5: style: Struct 'EnchantPwlWithDictSuggs_TestFixture' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
enchant-2.1.2/tests/pwl/enchant_pwl_tests.cpp:70:5: style: Struct 'EnchantPwl_TestFixture' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
[17:41]

ftp://ftp.se.debian.org/debian/pool/main/e/encuentro/encuentro_5.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/endless-sky/endless-sky_0.9.8.orig.tar.gz
endless-sky-0.9.8/source/AI.cpp:1939:24: style: Boolean value assigned to floating point variable. [assignBoolToFloat]
endless-sky-0.9.8/source/Minable.h:34:1: style: The class 'Minable' does not have a constructor although it has private member variables. [noConstructor]
endless-sky-0.9.8/source/Weapon.h:33:1: style: The class 'Weapon' does not have a constructor although it has private member variables. [noConstructor]
endless-sky-0.9.8/source/Ship.h:59:3: warning: Member variable 'Bay::ship' is not initialized in the constructor. [uninitMemberVar]
endless-sky-0.9.8/source/System.h:39:1: style: The class 'System' does not have a constructor although it has private member variables. [noConstructor]
endless-sky-0.9.8/source/AI.h:75:7: performance: Technically the member function 'AI::MoveEscort' can be static. [functionStatic]
endless-sky-0.9.8/source/AI.cpp:1181:10: note: Technically the member function 'AI::MoveEscort' can be static.
endless-sky-0.9.8/source/AI.h:75:7: note: Technically the member function 'AI::MoveEscort' can be static.
endless-sky-0.9.8/source/AI.h:94:7: style: Technically the member function 'AI::DoCloak' can be const. [functionConst]
endless-sky-0.9.8/source/AI.cpp:1914:10: note: Technically the member function 'AI::DoCloak' can be const.
endless-sky-0.9.8/source/AI.h:94:7: note: Technically the member function 'AI::DoCloak' can be const.
endless-sky-0.9.8/source/AI.h:95:7: style: Technically the member function 'AI::DoScatter' can be const. [functionConst]
endless-sky-0.9.8/source/AI.cpp:1953:10: note: Technically the member function 'AI::DoScatter' can be const.
endless-sky-0.9.8/source/AI.h:95:7: note: Technically the member function 'AI::DoScatter' can be const.
endless-sky-0.9.8/source/Angle.h:38:2: style: Class 'Angle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
endless-sky-0.9.8/source/DistanceMap.h:62:3: style: Class 'Edge' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
endless-sky-0.9.8/source/Ship.h:55:2: warning: The class 'Bay' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
endless-sky-0.9.8/source/Format.h:34:97: performance: Function parameter 'keys' should be passed by const reference. [passedByValue]
endless-sky-0.9.8/source/AsteroidField.h:56:9: style: Technically the member function 'AsteroidField::Collide' can be const. [functionConst]
endless-sky-0.9.8/source/AsteroidField.cpp:100:23: note: Technically the member function 'AsteroidField::Collide' can be const.
endless-sky-0.9.8/source/AsteroidField.h:56:9: note: Technically the member function 'AsteroidField::Collide' can be const.
endless-sky-0.9.8/source/Body.cpp:41:8: performance: Variable 'position' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
endless-sky-0.9.8/source/Body.cpp:42:8: performance: Variable 'velocity' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
endless-sky-0.9.8/source/Body.cpp:43:8: performance: Variable 'angle' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
endless-sky-0.9.8/source/CaptureOdds.cpp:28:2: performance: Variable 'powerA' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
endless-sky-0.9.8/source/ConditionSet.h:53:9: performance: Technically the member function 'ConditionSet::TokenValue' can be static. [functionStatic]
endless-sky-0.9.8/source/ConditionSet.cpp:232:22: note: Technically the member function 'ConditionSet::TokenValue' can be static.
endless-sky-0.9.8/source/ConditionSet.h:53:9: note: Technically the member function 'ConditionSet::TokenValue' can be static.
endless-sky-0.9.8/source/DataFile.cpp:45:15: warning: Identical condition 'data.empty()', second condition is always false [identicalConditionAfterEarlyExit]
endless-sky-0.9.8/source/DataFile.cpp:41:15: note: first condition
endless-sky-0.9.8/source/DataFile.cpp:45:15: note: second condition
endless-sky-0.9.8/source/DataFile.cpp:169:37: style: Redundant condition: If 'EXPR <= ' '', the comparison 'EXPR != '#'' is always true. [redundantCondition]
endless-sky-0.9.8/source/Date.h:40:7: style: Technically the member function 'Date::operator++' can be const. [functionConst]
endless-sky-0.9.8/source/Date.cpp:140:12: note: Technically the member function 'Date::operator++' can be const.
endless-sky-0.9.8/source/Date.h:40:7: note: Technically the member function 'Date::operator++' can be const.
endless-sky-0.9.8/source/Depreciation.h:66:6: style: Technically the member function 'Depreciation::Sell' can be const. [functionConst]
endless-sky-0.9.8/source/Depreciation.cpp:271:19: note: Technically the member function 'Depreciation::Sell' can be const.
endless-sky-0.9.8/source/Depreciation.h:66:6: note: Technically the member function 'Depreciation::Sell' can be const.
endless-sky-0.9.8/source/Depreciation.h:69:9: performance: Technically the member function 'Depreciation::Depreciate' can be static. [functionStatic]
endless-sky-0.9.8/source/Depreciation.cpp:332:22: note: Technically the member function 'Depreciation::Depreciate' can be static.
endless-sky-0.9.8/source/Depreciation.h:69:9: note: Technically the member function 'Depreciation::Depreciate' can be static.
endless-sky-0.9.8/source/StarField.h:34:1: style: The class 'StarField' does not have a constructor although it has private member variables. [noConstructor]
endless-sky-0.9.8/source/Font.cpp:74:7: warning: Member variable 'Font::advance' is not initialized in the constructor. [uninitMemberVar]
endless-sky-0.9.8/source/Format.cpp:80:6: style: Boolean variable 'nonzero' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
endless-sky-0.9.8/source/Format.cpp:168:72: performance: Function parameter 'keys' should be passed by const reference. [passedByValue]
endless-sky-0.9.8/source/FrameTimer.cpp:83:40: style: Public interface of FrameTimer is not safe. When calling FrameTimer::SetFrameRate(), if parameter fps is 0 that leads to division by zero. [unsafeClassDivZero]
endless-sky-0.9.8/source/FrameTimer.cpp:25:2: performance: Variable 'next' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
endless-sky-0.9.8/source/FrameTimer.cpp:37:2: performance: Variable 'next' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
endless-sky-0.9.8/source/Information.cpp:51:47: style: Function 'GetSpriteFrame' argument 1 names different: declaration 'namme' definition 'name'. [funcArgNamesDifferent]
endless-sky-0.9.8/source/Information.h:34:40: note: Function 'GetSpriteFrame' argument 1 names different: declaration 'namme' definition 'name'.
endless-sky-0.9.8/source/Information.cpp:51:47: note: Function 'GetSpriteFrame' argument 1 names different: declaration 'namme' definition 'name'.
endless-sky-0.9.8/source/LogbookPanel.h:30:2: style: Class 'LogbookPanel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
endless-sky-0.9.8/source/MainPanel.cpp:355:0: style: Variable 'value' is modified but its new value is never used. [unreadVariable]
endless-sky-0.9.8/source/MainPanel.cpp:352:6: style: Variable 'pluralValue' is modified but its new value is never used. [unreadVariable]
endless-sky-0.9.8/source/MainPanel.h:52:7: style: Technically the member function 'MainPanel::ShowScanDialog' can be const. [functionConst]
endless-sky-0.9.8/source/MainPanel.cpp:289:17: note: Technically the member function 'MainPanel::ShowScanDialog' can be const.
endless-sky-0.9.8/source/MainPanel.h:52:7: note: Technically the member function 'MainPanel::ShowScanDialog' can be const.
endless-sky-0.9.8/source/MapSalesPanel.h:55:17: style: The function 'SystemValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
endless-sky-0.9.8/source/MapPanel.h:75:17: note: Virtual function in base class
endless-sky-0.9.8/source/MapSalesPanel.h:55:17: note: Function in derived class
endless-sky-0.9.8/source/MapPanel.cpp:370:29: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
endless-sky-0.9.8/source/MapPanel.h:111:7: style: Technically the member function 'MapPanel::DrawWormholes' can be const. [functionConst]
endless-sky-0.9.8/source/MapPanel.cpp:623:16: note: Technically the member function 'MapPanel::DrawWormholes' can be const.
endless-sky-0.9.8/source/MapPanel.h:111:7: note: Technically the member function 'MapPanel::DrawWormholes' can be const.
endless-sky-0.9.8/source/MapPanel.h:112:7: style: Technically the member function 'MapPanel::DrawLinks' can be const. [functionConst]
endless-sky-0.9.8/source/MapPanel.cpp:669:16: note: Technically the member function 'MapPanel::DrawLinks' can be const.
endless-sky-0.9.8/source/MapPanel.h:112:7: note: Technically the member function 'MapPanel::DrawLinks' can be const.
endless-sky-0.9.8/source/MapPanel.h:114:7: style: Technically the member function 'MapPanel::DrawNames' can be const. [functionConst]
endless-sky-0.9.8/source/MapPanel.cpp:827:16: note: Technically the member function 'MapPanel::DrawNames' can be const.
endless-sky-0.9.8/source/MapPanel.h:114:7: note: Technically the member function 'MapPanel::DrawNames' can be const.
endless-sky-0.9.8/source/MapPanel.h:116:7: style: Technically the member function 'MapPanel::DrawPointer' can be const. [functionConst]
endless-sky-0.9.8/source/MapPanel.cpp:903:16: note: Technically the member function 'MapPanel::DrawPointer' can be const.
endless-sky-0.9.8/source/MapPanel.h:116:7: note: Technically the member function 'MapPanel::DrawPointer' can be const.
endless-sky-0.9.8/source/MapSalesPanel.h:61:7: performance: Technically the member function 'MapSalesPanel::DrawPanel' can be static. [functionStatic]
endless-sky-0.9.8/source/MapSalesPanel.cpp:230:21: note: Technically the member function 'MapSalesPanel::DrawPanel' can be static.
endless-sky-0.9.8/source/MapSalesPanel.h:61:7: note: Technically the member function 'MapSalesPanel::DrawPanel' can be static.
endless-sky-0.9.8/source/MenuPanel.cpp:48:46: style: Function 'MenuPanel' argument 2 names different: declaration 'mainUI' definition 'gamePanels'. [funcArgNamesDifferent]
endless-sky-0.9.8/source/MenuPanel.h:30:36: note: Function 'MenuPanel' argument 2 names different: declaration 'mainUI' definition 'gamePanels'.
endless-sky-0.9.8/source/MenuPanel.cpp:48:46: note: Function 'MenuPanel' argument 2 names different: declaration 'mainUI' definition 'gamePanels'.
endless-sky-0.9.8/source/Mission.cpp:1013:67: style: Function 'Enter' argument 3 names different: declaration 'u' definition 'ui'. [funcArgNamesDifferent]
endless-sky-0.9.8/source/Mission.h:140:59: note: Function 'Enter' argument 3 names different: declaration 'u' definition 'ui'.
endless-sky-0.9.8/source/Mission.cpp:1013:67: note: Function 'Enter' argument 3 names different: declaration 'u' definition 'ui'.
endless-sky-0.9.8/source/Mission.h:141:16: performance: Technically the member function 'Mission::PickSystem' can be static. [functionStatic]
endless-sky-0.9.8/source/Mission.cpp:1025:24: note: Technically the member function 'Mission::PickSystem' can be static.
endless-sky-0.9.8/source/Mission.h:141:16: note: Technically the member function 'Mission::PickSystem' can be static.
endless-sky-0.9.8/source/Mission.cpp:938:3: error: Iterator 'bestIt' used after element has been erased. [eraseDereference]
endless-sky-0.9.8/source/Mission.cpp:939:26: note: Iterator 'bestIt' used after element has been erased.
endless-sky-0.9.8/source/Mission.cpp:938:3: note: Iterator 'bestIt' used after element has been erased.
endless-sky-0.9.8/source/MissionPanel.h:53:8: performance: Technically the member function 'MissionPanel::DrawPanel' can be static. [functionStatic]
endless-sky-0.9.8/source/MissionPanel.cpp:506:21: note: Technically the member function 'MissionPanel::DrawPanel' can be static.
endless-sky-0.9.8/source/MissionPanel.h:53:8: note: Technically the member function 'MissionPanel::DrawPanel' can be static.
endless-sky-0.9.8/source/NPC.cpp:253:17: warning: Logical conjunction always evaluates to false: HasFailed() && !(hasFailed). [incorrectLogicOperator]
endless-sky-0.9.8/source/NPC.cpp:253:17: style: Opposite expression on both sides of '&&'. [oppositeExpression]
endless-sky-0.9.8/source/NPC.cpp:253:17: note: Opposite expression on both sides of '&&'.
endless-sky-0.9.8/source/NPC.cpp:253:17: note: Opposite expression on both sides of '&&'.
endless-sky-0.9.8/source/OutfitInfoDisplay.cpp:172:32: style: Unused variable: listing [unusedVariable]
endless-sky-0.9.8/source/OutfitInfoDisplay.cpp:180:10: style: Unused variable: value [unusedVariable]
endless-sky-0.9.8/source/OutfitterPanel.cpp:407:18: style: Variable 'need' is assigned a value that is never used. [unreadVariable]
endless-sky-0.9.8/source/OutfitterPanel.cpp:757:42: style: Boolean variable 'isSelected' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
endless-sky-0.9.8/source/OutfitterPanel.h:66:7: performance: Technically the member function 'OutfitterPanel::IsLicense' can be static. [functionStatic]
endless-sky-0.9.8/source/OutfitterPanel.cpp:774:22: note: Technically the member function 'OutfitterPanel::IsLicense' can be static.
endless-sky-0.9.8/source/OutfitterPanel.h:66:7: note: Technically the member function 'OutfitterPanel::IsLicense' can be static.
endless-sky-0.9.8/source/OutfitterPanel.h:68:14: performance: Technically the member function 'OutfitterPanel::LicenseName' can be static. [functionStatic]
endless-sky-0.9.8/source/OutfitterPanel.cpp:794:24: note: Technically the member function 'OutfitterPanel::LicenseName' can be static.
endless-sky-0.9.8/source/OutfitterPanel.h:68:14: note: Technically the member function 'OutfitterPanel::LicenseName' can be static.
endless-sky-0.9.8/source/OutfitterPanel.h:58:15: style: The function 'DrawKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
endless-sky-0.9.8/source/ShopPanel.h:67:15: note: Virtual function in base class
endless-sky-0.9.8/source/OutfitterPanel.h:58:15: note: Function in derived class
endless-sky-0.9.8/source/Panel.h:46:7: style: Technically the member function 'Panel::IsFullScreen' can be const. [functionConst]
endless-sky-0.9.8/source/Panel.cpp:51:13: note: Technically the member function 'Panel::IsFullScreen' can be const.
endless-sky-0.9.8/source/Panel.h:46:7: note: Technically the member function 'Panel::IsFullScreen' can be const.
endless-sky-0.9.8/source/Panel.h:49:7: style: Technically the member function 'Panel::TrapAllEvents' can be const. [functionConst]
endless-sky-0.9.8/source/Panel.cpp:60:13: note: Technically the member function 'Panel::TrapAllEvents' can be const.
endless-sky-0.9.8/source/Panel.h:49:7: note: Technically the member function 'Panel::TrapAllEvents' can be const.
endless-sky-0.9.8/source/Planet.cpp:394:52: style: Function 'WormholeSource' argument 1 names different: declaration 'from' definition 'to'. [funcArgNamesDifferent]
endless-sky-0.9.8/source/Planet.h:104:45: note: Function 'WormholeSource' argument 1 names different: declaration 'from' definition 'to'.
endless-sky-0.9.8/source/Planet.cpp:394:52: note: Function 'WormholeSource' argument 1 names different: declaration 'from' definition 'to'.
endless-sky-0.9.8/source/PlayerInfo.cpp:708:42: warning: Either the condition 'if(model&&accounts.Credits()>=cost)' is redundant or there is possible null pointer dereference: model. [nullPointerRedundantCheck]
endless-sky-0.9.8/source/PlayerInfo.cpp:709:4: note: Assuming that condition 'if(model&&accounts.Credits()>=cost)' is not redundant
endless-sky-0.9.8/source/PlayerInfo.cpp:708:42: note: Null pointer dereference
endless-sky-0.9.8/source/Point.cpp:79:13: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
endless-sky-0.9.8/source/Shader.h:35:9: performance: Technically the member function 'Shader::Compile' can be static. [functionStatic]
endless-sky-0.9.8/source/Shader.cpp:80:16: note: Technically the member function 'Shader::Compile' can be static.
endless-sky-0.9.8/source/Shader.h:35:9: note: Technically the member function 'Shader::Compile' can be static.
endless-sky-0.9.8/source/Ship.cpp:588:9: style: Boolean value assigned to floating point variable. [assignBoolToFloat]
endless-sky-0.9.8/source/Ship.cpp:2127:19: warning: Logical conjunction always evaluates to false: !(wasDestroyed) && IsDestroyed(). [incorrectLogicOperator]
endless-sky-0.9.8/source/Ship.cpp:2127:19: style: Opposite expression on both sides of '&&'. [oppositeExpression]
endless-sky-0.9.8/source/Ship.cpp:2127:19: note: Opposite expression on both sides of '&&'.
endless-sky-0.9.8/source/Ship.cpp:2127:19: note: Opposite expression on both sides of '&&'.
endless-sky-0.9.8/source/ShipInfoPanel.cpp:696:10: style: The scope of the variable 'loss' can be reduced. [variableScope]
endless-sky-0.9.8/source/ShipInfoPanel.cpp:713:10: style: The scope of the variable 'loss' can be reduced. [variableScope]
endless-sky-0.9.8/source/ShipInfoPanel.h:63:7: performance: Technically the member function 'ShipInfoPanel::DrawLine' can be static. [functionStatic]
endless-sky-0.9.8/source/ShipInfoPanel.cpp:587:21: note: Technically the member function 'ShipInfoPanel::DrawLine' can be static.
endless-sky-0.9.8/source/ShipInfoPanel.h:63:7: note: Technically the member function 'ShipInfoPanel::DrawLine' can be static.
endless-sky-0.9.8/source/ShopPanel.h:49:7: performance: Technically the member function 'ShopPanel::DrawShip' can be static. [functionStatic]
endless-sky-0.9.8/source/ShopPanel.cpp:391:17: note: Technically the member function 'ShopPanel::DrawShip' can be static.
endless-sky-0.9.8/source/ShopPanel.h:49:7: note: Technically the member function 'ShopPanel::DrawShip' can be static.
endless-sky-0.9.8/source/TradingPanel.cpp:140:10: style: Expression is always false because 'else if' condition matches previous condition at line 138. [multiCondition]
endless-sky-0.9.8/source/TradingPanel.cpp:146:10: style: Expression is always false because 'else if' condition matches previous condition at line 144. [multiCondition]
endless-sky-0.9.8/source/TradingPanel.cpp:134:29: warning: Logical conjunction always evaluates to false: hasOutfits && !(hasHarvested). [incorrectLogicOperator]
endless-sky-0.9.8/source/TradingPanel.cpp:132:33: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
endless-sky-0.9.8/source/TradingPanel.cpp:134:29: style: Opposite expression on both sides of '&&'. [oppositeExpression]
endless-sky-0.9.8/source/TradingPanel.cpp:134:29: note: Opposite expression on both sides of '&&'.
endless-sky-0.9.8/source/TradingPanel.cpp:134:29: note: Opposite expression on both sides of '&&'.
endless-sky-0.9.8/source/TradingPanel.cpp:142:22: style: Same expression on both sides of '&&' because the value of 'hasOutfits' and 'hasHarvested' are the same. [duplicateExpression]
endless-sky-0.9.8/source/TradingPanel.cpp:126:21: note: 'hasOutfits' is assigned value 'false' here.
endless-sky-0.9.8/source/TradingPanel.cpp:127:23: note: 'hasHarvested' is assigned value 'false' here.
endless-sky-0.9.8/source/TradingPanel.cpp:142:22: note: Same expression on both sides of '&&' because the value of 'hasOutfits' and 'hasHarvested' are the same.
[17:42]

ftp://ftp.se.debian.org/debian/pool/main/e/endless-sky-high-dpi/endless-sky-high-dpi_0.9.8.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/enemies-of-carlotta/enemies-of-carlotta_1.2.6.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/enemylines3/enemylines3_1.2.orig.tar.gz
enemylines3-1.2/audio.cc:53:30: style: Function 'load' argument 1 names different: declaration 'dir' definition 'path'. [funcArgNamesDifferent]
enemylines3-1.2/audio.h:42:31: note: Function 'load' argument 1 names different: declaration 'dir' definition 'path'.
enemylines3-1.2/audio.cc:53:30: note: Function 'load' argument 1 names different: declaration 'dir' definition 'path'.
enemylines3-1.2/audio.cc:155:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
enemylines3-1.2/audio.cc:128:2: warning: Member variable 'toplay::tick' is not initialized in the constructor. [uninitMemberVar]
enemylines3-1.2/audio.cc:128:2: warning: Member variable 'toplay::sample' is not initialized in the constructor. [uninitMemberVar]
enemylines3-1.2/audio.cc:128:2: warning: Member variable 'toplay::chan' is not initialized in the constructor. [uninitMemberVar]
enemylines3-1.2/audio.cc:128:2: warning: Member variable 'toplay::repeat' is not initialized in the constructor. [uninitMemberVar]
enemylines3-1.2/audio.cc:53:30: performance: Function parameter 'path' should be passed by const reference. [passedByValue]
enemylines3-1.2/config.cc:63:35: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
enemylines3-1.2/container.cc:69:2: style: Variable 'selected' is reassigned a value before the old one has been used. [redundantAssignment]
enemylines3-1.2/container.cc:68:0: note: Variable 'selected' is reassigned a value before the old one has been used.
enemylines3-1.2/container.cc:69:2: note: Variable 'selected' is reassigned a value before the old one has been used.
enemylines3-1.2/container.cc:83:2: style: Variable 'rem' is reassigned a value before the old one has been used. [redundantAssignment]
enemylines3-1.2/container.cc:80:0: note: Variable 'rem' is reassigned a value before the old one has been used.
enemylines3-1.2/container.cc:83:2: note: Variable 'rem' is reassigned a value before the old one has been used.
enemylines3-1.2/matrix4_tpl.h:64:12: style: The scope of the variable 'mai0' can be reduced. [variableScope]
enemylines3-1.2/matrix4_tpl.h:64:18: style: The scope of the variable 'mai1' can be reduced. [variableScope]
enemylines3-1.2/matrix4_tpl.h:64:24: style: The scope of the variable 'mai2' can be reduced. [variableScope]
enemylines3-1.2/matrix4_tpl.h:64:30: style: The scope of the variable 'mai3' can be reduced. [variableScope]
enemylines3-1.2/container.cc:32:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
enemylines3-1.2/container.cc:40:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
enemylines3-1.2/container.cc:49:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
enemylines3-1.2/container.cc:58:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
enemylines3-1.2/container.cc:85:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
enemylines3-1.2/container.cc:12:12: warning: Member variable 'Container::game' is not initialized in the constructor. [uninitMemberVar]
enemylines3-1.2/c4_tpl.h:11:12: performance: Variable 'x' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
enemylines3-1.2/c4_tpl.h:11:16: performance: Variable 'y' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
enemylines3-1.2/c4_tpl.h:11:20: performance: Variable 'z' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
enemylines3-1.2/c4_tpl.h:11:24: performance: Variable 'w' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
enemylines3-1.2/c4_tpl.h:13:3: performance: Variable 'x' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
enemylines3-1.2/c4_tpl.h:13:8: performance: Variable 'y' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
enemylines3-1.2/c4_tpl.h:13:13: performance: Variable 'z' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
enemylines3-1.2/c4_tpl.h:13:18: performance: Variable 'w' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
enemylines3-1.2/box3_tpl.h:17:13: style: Technically the member function 'Box3_tpl::size' can be const. [functionConst]
enemylines3-1.2/box3_tpl.h:18:4: style: Technically the member function 'Box3_tpl::xsize' can be const. [functionConst]
enemylines3-1.2/box3_tpl.h:19:4: style: Technically the member function 'Box3_tpl::ysize' can be const. [functionConst]
enemylines3-1.2/box3_tpl.h:20:4: style: Technically the member function 'Box3_tpl::zsize' can be const. [functionConst]
enemylines3-1.2/box3_tpl.h:21:13: style: Technically the member function 'Box3_tpl::center' can be const. [functionConst]
enemylines3-1.2/box3_tpl.h:44:7: style: Technically the member function 'Box3_tpl::iswithin' can be const. [functionConst]
enemylines3-1.2/c4_tpl.h:23:7: style: Technically the member function 'C4_tpl::toarray' can be const. [functionConst]
enemylines3-1.2/c4_tpl.h:32:4: style: Technically the member function 'C4_tpl::distance_from_plane' can be const. [functionConst]
enemylines3-1.2/c4_tpl.h:45:9: style: Technically the member function 'C4_tpl::operator+' can be const. [functionConst]
enemylines3-1.2/c4_tpl.h:54:9: style: Technically the member function 'C4_tpl::operator-' can be const. [functionConst]
enemylines3-1.2/c4_tpl.h:71:12: style: Technically the member function 'C4_tpl::operator/' can be const. [functionConst]
enemylines3-1.2/matrix4_tpl.h:95:13: style: Technically the member function 'Matrix4_tpl::extract_plane' can be const. [functionConst]
enemylines3-1.2/container.h:24:7: performance: Technically the member function 'el3::Container::clear' can be static. [functionStatic]
enemylines3-1.2/container.cc:18:17: note: Technically the member function 'el3::Container::clear' can be static.
enemylines3-1.2/container.h:24:7: note: Technically the member function 'el3::Container::clear' can be static.
enemylines3-1.2/c3_tpl.h:24:0: style: Technically the member function 'C3_tpl < int >::dot' can be const. [functionConst]
enemylines3-1.2/c3_tpl.h:25:0: style: Technically the member function 'C3_tpl < int >::dot' can be const. [functionConst]
enemylines3-1.2/c3_tpl.h:45:0: style: Technically the member function 'C3_tpl < int >::isnull' can be const. [functionConst]
enemylines3-1.2/c3_tpl.h:52:0: style: Technically the member function 'C3_tpl < int >::toint' can be const. [functionConst]
enemylines3-1.2/c3_tpl.h:60:0: style: Technically the member function 'C3_tpl < int >::tofloat' can be const. [functionConst]
enemylines3-1.2/c3_tpl.h:81:0: style: Technically the member function 'C3_tpl < int >::dist' can be const. [functionConst]
enemylines3-1.2/c3_tpl.h:115:0: style: Technically the member function 'C3_tpl < int >::operator+' can be const. [functionConst]
enemylines3-1.2/c3_tpl.h:123:0: style: Technically the member function 'C3_tpl < int >::operator+' can be const. [functionConst]
enemylines3-1.2/c3_tpl.h:144:0: style: Technically the member function 'C3_tpl < int >::operator-' can be const. [functionConst]
enemylines3-1.2/c3_tpl.h:152:0: style: Technically the member function 'C3_tpl < int >::operator-' can be const. [functionConst]
enemylines3-1.2/c3_tpl.h:160:0: style: Technically the member function 'C3_tpl < int >::operator*' can be const. [functionConst]
enemylines3-1.2/c3_tpl.h:168:0: style: Technically the member function 'C3_tpl < int >::operator*' can be const. [functionConst]
enemylines3-1.2/c3_tpl.h:183:0: style: Technically the member function 'C3_tpl < int >::operator/' can be const. [functionConst]
enemylines3-1.2/c3_tpl.h:190:0: style: Technically the member function 'C3_tpl < int >::operator/' can be const. [functionConst]
enemylines3-1.2/c3_tpl.h:24:0: style: Technically the member function 'C3_tpl < float >::dot' can be const. [functionConst]
enemylines3-1.2/c3_tpl.h:25:0: style: Technically the member function 'C3_tpl < float >::dot' can be const. [functionConst]
enemylines3-1.2/c3_tpl.h:45:0: style: Technically the member function 'C3_tpl < float >::isnull' can be const. [functionConst]
enemylines3-1.2/c3_tpl.h:52:0: style: Technically the member function 'C3_tpl < float >::toint' can be const. [functionConst]
enemylines3-1.2/c3_tpl.h:60:0: style: Technically the member function 'C3_tpl < float >::tofloat' can be const. [functionConst]
enemylines3-1.2/c3_tpl.h:81:0: style: Technically the member function 'C3_tpl < float >::dist' can be const. [functionConst]
enemylines3-1.2/c3_tpl.h:115:0: style: Technically the member function 'C3_tpl < float >::operator+' can be const. [functionConst]
enemylines3-1.2/c3_tpl.h:123:0: style: Technically the member function 'C3_tpl < float >::operator+' can be const. [functionConst]
enemylines3-1.2/c3_tpl.h:144:0: style: Technically the member function 'C3_tpl < float >::operator-' can be const. [functionConst]
enemylines3-1.2/c3_tpl.h:152:0: style: Technically the member function 'C3_tpl < float >::operator-' can be const. [functionConst]
enemylines3-1.2/c3_tpl.h:160:0: style: Technically the member function 'C3_tpl < float >::operator*' can be const. [functionConst]
enemylines3-1.2/c3_tpl.h:168:0: style: Technically the member function 'C3_tpl < float >::operator*' can be const. [functionConst]
enemylines3-1.2/c3_tpl.h:183:0: style: Technically the member function 'C3_tpl < float >::operator/' can be const. [functionConst]
enemylines3-1.2/c3_tpl.h:190:0: style: Technically the member function 'C3_tpl < float >::operator/' can be const. [functionConst]
enemylines3-1.2/c3_tpl.h:20:0: style: Class 'C3_tpl < int >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
enemylines3-1.2/c3_tpl.h:20:0: style: Class 'C3_tpl < float >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
enemylines3-1.2/elements/energy.cc:76:22: style: Function 'dim' argument 1 names different: declaration 'col' definition 'c'. [funcArgNamesDifferent]
enemylines3-1.2/elements/energy.h:55:14: note: Function 'dim' argument 1 names different: declaration 'col' definition 'c'.
enemylines3-1.2/elements/energy.cc:76:22: note: Function 'dim' argument 1 names different: declaration 'col' definition 'c'.
enemylines3-1.2/elements/energy.cc:76:28: style: Function 'dim' argument 2 names different: declaration 'scal' definition 's'. [funcArgNamesDifferent]
enemylines3-1.2/elements/energy.h:55:22: note: Function 'dim' argument 2 names different: declaration 'scal' definition 's'.
enemylines3-1.2/elements/energy.cc:76:28: note: Function 'dim' argument 2 names different: declaration 'scal' definition 's'.
enemylines3-1.2/elements/energy.cc:76:34: style: Function 'dim' argument 3 names different: declaration 'tran' definition 't'. [funcArgNamesDifferent]
enemylines3-1.2/elements/energy.h:55:31: note: Function 'dim' argument 3 names different: declaration 'tran' definition 't'.
enemylines3-1.2/elements/energy.cc:76:34: note: Function 'dim' argument 3 names different: declaration 'tran' definition 't'.
enemylines3-1.2/elements/energy.cc:89:33: style: Function 'label' argument 1 names different: declaration 'n' definition 'l'. [funcArgNamesDifferent]
enemylines3-1.2/elements/energy.h:54:25: note: Function 'label' argument 1 names different: declaration 'n' definition 'l'.
enemylines3-1.2/elements/energy.cc:89:33: note: Function 'label' argument 1 names different: declaration 'n' definition 'l'.
enemylines3-1.2/elements/energy.cc:8:10: warning: Member variable 'Energy::color_override' is not initialized in the constructor. [uninitMemberVar]
enemylines3-1.2/elements/energy.cc:11:3: performance: Variable 'label_dl' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
enemylines3-1.2/elements/timeleft.h:26:15: style: Technically the member function 'el3::Timeleft::get_current' can be const. [functionConst]
enemylines3-1.2/elements/timeleft.h:27:15: style: Technically the member function 'el3::Timeleft::get_max' can be const. [functionConst]
enemylines3-1.2/elements/timeleft.h:28:15: style: Technically the member function 'el3::Timeleft::get_left' can be const. [functionConst]
enemylines3-1.2/elements/energy.h:34:7: style: Technically the member function 'el3::Energy::empty' can be const. [functionConst]
enemylines3-1.2/elements/energy.cc:22:15: note: Technically the member function 'el3::Energy::empty' can be const.
enemylines3-1.2/elements/energy.h:34:7: note: Technically the member function 'el3::Energy::empty' can be const.
enemylines3-1.2/elements/energy.h:35:7: style: Technically the member function 'el3::Energy::can_afford' can be const. [functionConst]
enemylines3-1.2/elements/energy.cc:26:15: note: Technically the member function 'el3::Energy::can_afford' can be const.
enemylines3-1.2/elements/energy.h:35:7: note: Technically the member function 'el3::Energy::can_afford' can be const.
enemylines3-1.2/elements/energy.h:49:6: style: Technically the member function 'el3::Energy::percent' can be const. [functionConst]
enemylines3-1.2/elements/energy.cc:36:14: note: Technically the member function 'el3::Energy::percent' can be const.
enemylines3-1.2/elements/energy.h:49:6: note: Technically the member function 'el3::Energy::percent' can be const.
enemylines3-1.2/elements/timeleft.h:22:2: style: Class 'Timeleft' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
enemylines3-1.2/elements/energy.h:30:2: style: Class 'Energy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
enemylines3-1.2/font_ogl.h:27:38: performance: Function parameter 'str' should be passed by const reference. [passedByValue]
enemylines3-1.2/font_ogl.h:30:45: performance: Function parameter 'str' should be passed by const reference. [passedByValue]
enemylines3-1.2/elements/goal_keys.cc:48:36: style: Function 'label' argument 1 names different: declaration 'n' definition 'l'. [funcArgNamesDifferent]
enemylines3-1.2/elements/goal_keys.h:37:25: note: Function 'label' argument 1 names different: declaration 'n' definition 'l'.
enemylines3-1.2/elements/goal_keys.cc:48:36: note: Function 'label' argument 1 names different: declaration 'n' definition 'l'.
enemylines3-1.2/elements/goal_keys.cc:48:41: style: Function 'label' argument 2 names different: declaration 'pos' definition 'p'. [funcArgNamesDifferent]
enemylines3-1.2/elements/goal_keys.h:37:30: note: Function 'label' argument 2 names different: declaration 'pos' definition 'p'.
enemylines3-1.2/elements/goal_keys.cc:48:41: note: Function 'label' argument 2 names different: declaration 'pos' definition 'p'.
enemylines3-1.2/elements/goal_keys.cc:56:25: style: Function 'dim' argument 1 names different: declaration 'pos' definition 'p'. [funcArgNamesDifferent]
enemylines3-1.2/elements/goal_keys.h:38:14: note: Function 'dim' argument 1 names different: declaration 'pos' definition 'p'.
enemylines3-1.2/elements/goal_keys.cc:56:25: note: Function 'dim' argument 1 names different: declaration 'pos' definition 'p'.
enemylines3-1.2/elements/goal_keys.cc:56:40: style: Function 'dim' argument 2 names different: declaration 'width' definition 'w'. [funcArgNamesDifferent]
enemylines3-1.2/elements/goal_keys.h:38:31: note: Function 'dim' argument 2 names different: declaration 'width' definition 'w'.
enemylines3-1.2/elements/goal_keys.cc:56:40: note: Function 'dim' argument 2 names different: declaration 'width' definition 'w'.
enemylines3-1.2/elements/goal_keys.cc:56:55: style: Function 'dim' argument 3 names different: declaration 'font' definition 'f'. [funcArgNamesDifferent]
enemylines3-1.2/elements/goal_keys.h:38:50: note: Function 'dim' argument 3 names different: declaration 'font' definition 'f'.
enemylines3-1.2/elements/goal_keys.cc:56:55: note: Function 'dim' argument 3 names different: declaration 'font' definition 'f'.
enemylines3-1.2/elements/goal_keys.cc:10:13: warning: Member variable 'Goal_Keys::font' is not initialized in the constructor. [uninitMemberVar]
enemylines3-1.2/elements/goal_keys.cc:10:13: warning: Member variable 'Goal_Keys::width' is not initialized in the constructor. [uninitMemberVar]
enemylines3-1.2/elements/goal_keys.cc:12:3: performance: Variable 'label_dl' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
enemylines3-1.2/elements/goal_keys.h:35:7: performance: Technically the member function 'el3::Goal_Keys::tick' can be static. [functionStatic]
enemylines3-1.2/elements/goal_keys.cc:25:18: note: Technically the member function 'el3::Goal_Keys::tick' can be static.
enemylines3-1.2/elements/goal_keys.h:35:7: note: Technically the member function 'el3::Goal_Keys::tick' can be static.
enemylines3-1.2/elements/goal_kills.cc:41:37: style: Function 'label' argument 1 names different: declaration 'n' definition 'l'. [funcArgNamesDifferent]
enemylines3-1.2/elements/goal_kills.h:34:25: note: Function 'label' argument 1 names different: declaration 'n' definition 'l'.
enemylines3-1.2/elements/goal_kills.cc:41:37: note: Function 'label' argument 1 names different: declaration 'n' definition 'l'.
enemylines3-1.2/elements/goal_kills.cc:41:42: style: Function 'label' argument 2 names different: declaration 'pos' definition 'p'. [funcArgNamesDifferent]
enemylines3-1.2/elements/goal_kills.h:34:30: note: Function 'label' argument 2 names different: declaration 'pos' definition 'p'.
enemylines3-1.2/elements/goal_kills.cc:41:42: note: Function 'label' argument 2 names different: declaration 'pos' definition 'p'.
enemylines3-1.2/elements/goal_kills.cc:49:26: style: Function 'dim' argument 1 names different: declaration 'pos' definition 'p'. [funcArgNamesDifferent]
enemylines3-1.2/elements/goal_kills.h:35:14: note: Function 'dim' argument 1 names different: declaration 'pos' definition 'p'.
enemylines3-1.2/elements/goal_kills.cc:49:26: note: Function 'dim' argument 1 names different: declaration 'pos' definition 'p'.
enemylines3-1.2/elements/goal_kills.cc:49:41: style: Function 'dim' argument 2 names different: declaration 'width' definition 'w'. [funcArgNamesDifferent]
enemylines3-1.2/elements/goal_kills.h:35:31: note: Function 'dim' argument 2 names different: declaration 'width' definition 'w'.
enemylines3-1.2/elements/goal_kills.cc:49:41: note: Function 'dim' argument 2 names different: declaration 'width' definition 'w'.
enemylines3-1.2/elements/goal_kills.cc:49:56: style: Function 'dim' argument 3 names different: declaration 'font' definition 'f'. [funcArgNamesDifferent]
enemylines3-1.2/elements/goal_kills.h:35:50: note: Function 'dim' argument 3 names different: declaration 'font' definition 'f'.
enemylines3-1.2/elements/goal_kills.cc:49:56: note: Function 'dim' argument 3 names different: declaration 'font' definition 'f'.
enemylines3-1.2/elements/goal_kills.cc:10:14: warning: Member variable 'Goal_Kills::font' is not initialized in the constructor. [uninitMemberVar]
enemylines3-1.2/elements/goal_kills.cc:10:14: warning: Member variable 'Goal_Kills::width' is not initialized in the constructor. [uninitMemberVar]
enemylines3-1.2/elements/goal_kills.cc:12:3: performance: Variable 'label_dl' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
enemylines3-1.2/elements/goal_kills.h:32:7: performance: Technically the member function 'el3::Goal_Kills::tick' can be static. [functionStatic]
enemylines3-1.2/elements/goal_kills.cc:25:19: note: Technically the member function 'el3::Goal_Kills::tick' can be static.
enemylines3-1.2/elements/goal_kills.h:32:7: note: Technically the member function 'el3::Goal_Kills::tick' can be static.
enemylines3-1.2/elements/goal_kills.h:23:2: style: Class 'Goal_Kills' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
enemylines3-1.2/elements/goal_survive.cc:34:39: style: Function 'label' argument 1 names different: declaration 'n' definition 'l'. [funcArgNamesDifferent]
enemylines3-1.2/elements/goal_survive.h:34:25: note: Function 'label' argument 1 names different: declaration 'n' definition 'l'.
enemylines3-1.2/elements/goal_survive.cc:34:39: note: Function 'label' argument 1 names different: declaration 'n' definition 'l'.
enemylines3-1.2/elements/goal_survive.cc:34:44: style: Function 'label' argument 2 names different: declaration 'pos' definition 'p'. [funcArgNamesDifferent]
enemylines3-1.2/elements/goal_survive.h:34:30: note: Function 'label' argument 2 names different: declaration 'pos' definition 'p'.
enemylines3-1.2/elements/goal_survive.cc:34:44: note: Function 'label' argument 2 names different: declaration 'pos' definition 'p'.
enemylines3-1.2/elements/goal_survive.cc:42:28: style: Function 'dim' argument 1 names different: declaration 'pos' definition 'p'. [funcArgNamesDifferent]
enemylines3-1.2/elements/goal_survive.h:35:14: note: Function 'dim' argument 1 names different: declaration 'pos' definition 'p'.
enemylines3-1.2/elements/goal_survive.cc:42:28: note: Function 'dim' argument 1 names different: declaration 'pos' definition 'p'.
enemylines3-1.2/elements/goal_survive.cc:42:43: style: Function 'dim' argument 2 names different: declaration 'width' definition 'w'. [funcArgNamesDifferent]
enemylines3-1.2/elements/goal_survive.h:35:31: note: Function 'dim' argument 2 names different: declaration 'width' definition 'w'.
enemylines3-1.2/elements/goal_survive.cc:42:43: note: Function 'dim' argument 2 names different: declaration 'width' definition 'w'.
enemylines3-1.2/elements/goal_survive.cc:42:58: style: Function 'dim' argument 3 names different: declaration 'font' definition 'f'. [funcArgNamesDifferent]
enemylines3-1.2/elements/goal_survive.h:35:50: note: Function 'dim' argument 3 names different: declaration 'font' definition 'f'.
enemylines3-1.2/elements/goal_survive.cc:42:58: note: Function 'dim' argument 3 names different: declaration 'font' definition 'f'.
enemylines3-1.2/elements/goal_survive.cc:10:16: warning: Member variable 'Goal_Survive::font' is not initialized in the constructor. [uninitMemberVar]
enemylines3-1.2/elements/goal_survive.cc:10:16: warning: Member variable 'Goal_Survive::width' is not initialized in the constructor. [uninitMemberVar]
enemylines3-1.2/elements/goal_survive.cc:11:3: performance: Variable 'left' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
enemylines3-1.2/elements/goal_survive.h:26:7: performance: Technically the member function 'el3::Goal_Survive::reset' can be static. [functionStatic]
enemylines3-1.2/elements/goal_survive.cc:21:21: note: Technically the member function 'el3::Goal_Survive::reset' can be static.
enemylines3-1.2/elements/goal_survive.h:26:7: note: Technically the member function 'el3::Goal_Survive::reset' can be static.
enemylines3-1.2/elements/goal_survive.h:24:2: style: Class 'Goal_Survive' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
enemylines3-1.2/elements/interval.cc:7:33: style: Function 'Interval' argument 1 names different: declaration 'len' definition 'l'. [funcArgNamesDifferent]
enemylines3-1.2/elements/interval.h:17:24: note: Function 'Interval' argument 1 names different: declaration 'len' definition 'l'.
enemylines3-1.2/elements/interval.cc:7:33: note: Function 'Interval' argument 1 names different: declaration 'len' definition 'l'.
enemylines3-1.2/elements/interval.cc:17:34: style: Function 'tick' argument 1 names different: declaration 'ticks' definition 't'. [funcArgNamesDifferent]
enemylines3-1.2/elements/interval.h:20:25: note: Function 'tick' argument 1 names different: declaration 'ticks' definition 't'.
enemylines3-1.2/elements/interval.cc:17:34: note: Function 'tick' argument 1 names different: declaration 'ticks' definition 't'.
enemylines3-1.2/elements/interval.h:17:2: style: Class 'Interval' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
enemylines3-1.2/elements/level.cc:48:32: style: Function 'label' argument 1 names different: declaration 'n' definition 'l'. [funcArgNamesDifferent]
enemylines3-1.2/elements/level.h:31:25: note: Function 'label' argument 1 names different: declaration 'n' definition 'l'.
enemylines3-1.2/elements/level.cc:48:32: note: Function 'label' argument 1 names different: declaration 'n' definition 'l'.
enemylines3-1.2/elements/level.cc:48:37: style: Function 'label' argument 2 names different: declaration 'pos' definition 'p'. [funcArgNamesDifferent]
enemylines3-1.2/elements/level.h:31:30: note: Function 'label' argument 2 names different: declaration 'pos' definition 'p'.
enemylines3-1.2/elements/level.cc:48:37: note: Function 'label' argument 2 names different: declaration 'pos' definition 'p'.
enemylines3-1.2/elements/level.cc:56:21: style: Function 'dim' argument 1 names different: declaration 'pos' definition 'p'. [funcArgNamesDifferent]
enemylines3-1.2/elements/level.h:32:14: note: Function 'dim' argument 1 names different: declaration 'pos' definition 'p'.
enemylines3-1.2/elements/level.cc:56:21: note: Function 'dim' argument 1 names different: declaration 'pos' definition 'p'.
enemylines3-1.2/elements/level.cc:56:36: style: Function 'dim' argument 2 names different: declaration 'width' definition 'w'. [funcArgNamesDifferent]
enemylines3-1.2/elements/level.h:32:31: note: Function 'dim' argument 2 names different: declaration 'width' definition 'w'.
enemylines3-1.2/elements/level.cc:56:36: note: Function 'dim' argument 2 names different: declaration 'width' definition 'w'.
enemylines3-1.2/elements/level.cc:56:51: style: Function 'dim' argument 3 names different: declaration 'font' definition 'f'. [funcArgNamesDifferent]
enemylines3-1.2/elements/level.h:32:50: note: Function 'dim' argument 3 names different: declaration 'font' definition 'f'.
enemylines3-1.2/elements/level.cc:56:51: note: Function 'dim' argument 3 names different: declaration 'font' definition 'f'.
enemylines3-1.2/elements/level.cc:12:9: warning: Member variable 'Level::font' is not initialized in the constructor. [uninitMemberVar]
enemylines3-1.2/elements/level.cc:12:9: warning: Member variable 'Level::width' is not initialized in the constructor. [uninitMemberVar]
enemylines3-1.2/elements/level.cc:13:3: performance: Variable 'label_dl' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
enemylines3-1.2/elements/level.h:25:15: style: Technically the member function 'el3::Level::get' can be const. [functionConst]
enemylines3-1.2/elements/level.cc:26:22: note: Technically the member function 'el3::Level::get' can be const.
enemylines3-1.2/elements/level.h:25:15: note: Technically the member function 'el3::Level::get' can be const.
enemylines3-1.2/elements/score.cc:43:32: style: Function 'label' argument 1 names different: declaration 'n' definition 'l'. [funcArgNamesDifferent]
enemylines3-1.2/elements/score.h:31:25: note: Function 'label' argument 1 names different: declaration 'n' definition 'l'.
enemylines3-1.2/elements/score.cc:43:32: note: Function 'label' argument 1 names different: declaration 'n' definition 'l'.
enemylines3-1.2/elements/score.cc:43:37: style: Function 'label' argument 2 names different: declaration 'pos' definition 'p'. [funcArgNamesDifferent]
enemylines3-1.2/elements/score.h:31:30: note: Function 'label' argument 2 names different: declaration 'pos' definition 'p'.
enemylines3-1.2/elements/score.cc:43:37: note: Function 'label' argument 2 names different: declaration 'pos' definition 'p'.
enemylines3-1.2/elements/score.cc:51:21: style: Function 'dim' argument 1 names different: declaration 'pos' definition 'p'. [funcArgNamesDifferent]
enemylines3-1.2/elements/score.h:32:14: note: Function 'dim' argument 1 names different: declaration 'pos' definition 'p'.
enemylines3-1.2/elements/score.cc:51:21: note: Function 'dim' argument 1 names different: declaration 'pos' definition 'p'.
enemylines3-1.2/elements/score.cc:51:36: style: Function 'dim' argument 2 names different: declaration 'width' definition 'w'. [funcArgNamesDifferent]
enemylines3-1.2/elements/score.h:32:31: note: Function 'dim' argument 2 names different: declaration 'width' definition 'w'.
enemylines3-1.2/elements/score.cc:51:36: note: Function 'dim' argument 2 names different: declaration 'width' definition 'w'.
enemylines3-1.2/elements/score.cc:51:51: style: Function 'dim' argument 3 names different: declaration 'font' definition 'f'. [funcArgNamesDifferent]
enemylines3-1.2/elements/score.h:32:50: note: Function 'dim' argument 3 names different: declaration 'font' definition 'f'.
enemylines3-1.2/elements/score.cc:51:51: note: Function 'dim' argument 3 names different: declaration 'font' definition 'f'.
enemylines3-1.2/elements/score.cc:10:9: warning: Member variable 'Score::font' is not initialized in the constructor. [uninitMemberVar]
enemylines3-1.2/elements/score.cc:10:9: warning: Member variable 'Score::width' is not initialized in the constructor. [uninitMemberVar]
enemylines3-1.2/elements/score.cc:11:3: performance: Variable 'label_dl' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
enemylines3-1.2/elements/score.h:25:15: style: Technically the member function 'el3::Score::get' can be const. [functionConst]
enemylines3-1.2/elements/score.cc:73:48: performance: Function parameter 'sk' should be passed by const reference. [passedByValue]
enemylines3-1.2/elements/supercharge.cc:7:39: style: Function 'Supercharge' argument 1 names different: declaration 'len' definition 'l'. [funcArgNamesDifferent]
enemylines3-1.2/elements/supercharge.h:34:27: note: Function 'Supercharge' argument 1 names different: declaration 'len' definition 'l'.
enemylines3-1.2/elements/supercharge.cc:7:39: note: Function 'Supercharge' argument 1 names different: declaration 'len' definition 'l'.
enemylines3-1.2/elements/supercharge.cc:18:37: style: Function 'tick' argument 1 names different: declaration 'ticks' definition 't'. [funcArgNamesDifferent]
enemylines3-1.2/elements/supercharge.h:41:25: note: Function 'tick' argument 1 names different: declaration 'ticks' definition 't'.
enemylines3-1.2/elements/supercharge.cc:18:37: note: Function 'tick' argument 1 names different: declaration 'ticks' definition 't'.
enemylines3-1.2/elements/supercharge.h:34:2: style: Class 'Supercharge' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
enemylines3-1.2/elements/timeleft.h:29:7: style: Technically the member function 'el3::Timeleft::over' can be const. [functionConst]
enemylines3-1.2/elements/timeleft.cc:19:17: note: Technically the member function 'el3::Timeleft::over' can be const.
enemylines3-1.2/elements/timeleft.h:29:7: note: Technically the member function 'el3::Timeleft::over' can be const.
enemylines3-1.2/elements/timeleft.h:35:6: style: Technically the member function 'el3::Timeleft::percent' can be const. [functionConst]
enemylines3-1.2/elements/timeleft.cc:30:16: note: Technically the member function 'el3::Timeleft::percent' can be const.
enemylines3-1.2/elements/timeleft.h:35:6: note: Technically the member function 'el3::Timeleft::percent' can be const.
enemylines3-1.2/timeoutlist.h:34:0: style: Unused variable: it [unusedVariable]
enemylines3-1.2/timeoutlist.h:54:0: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
enemylines3-1.2/entity.cc:19:9: warning: Member variable 'Entity::mdest' is not initialized in the constructor. [uninitMemberVar]
enemylines3-1.2/entity.cc:19:9: warning: Member variable 'Entity::destroty' is not initialized in the constructor. [uninitMemberVar]
enemylines3-1.2/entity.cc:19:9: warning: Member variable 'Entity::game_' is not initialized in the constructor. [uninitMemberVar]
enemylines3-1.2/entity.cc:19:9: warning: Member variable 'Entity::lastnewdest' is not initialized in the constructor. [uninitMemberVar]
enemylines3-1.2/entity.h:56:15: style: Technically the member function 'el3::Entity::get_type' can be const. [functionConst]
enemylines3-1.2/entity.cc:46:22: note: Technically the member function 'el3::Entity::get_type' can be const.
enemylines3-1.2/entity.h:56:15: note: Technically the member function 'el3::Entity::get_type' can be const.
enemylines3-1.2/entity.h:59:7: style: Technically the member function 'el3::Entity::isactive' can be const. [functionConst]
enemylines3-1.2/entity.cc:308:14: note: Technically the member function 'el3::Entity::isactive' can be const.
enemylines3-1.2/entity.h:59:7: note: Technically the member function 'el3::Entity::isactive' can be const.
enemylines3-1.2/menu.h:57:7: style: Technically the member function 'Menu::isactive' can be const. [functionConst]
enemylines3-1.2/game.h:147:10: style: Technically the member function 'el3::Game::get_difficulty' can be const. [functionConst]
enemylines3-1.2/game.h:148:14: style: Technically the member function 'el3::Game::get_state' can be const. [functionConst]
enemylines3-1.2/game.h:149:14: style: Technically the member function 'el3::Game::get_skipping' can be const. [functionConst]
enemylines3-1.2/timeoutlist.h:61:0: style: Technically the member function 'el3 :: Timeoutlist < C3_tpl < int > >::get' can be const. [functionConst]
enemylines3-1.2/c4_tpl.h:23:0: style: Technically the member function 'C4_tpl < float >::toarray' can be const. [functionConst]
enemylines3-1.2/c4_tpl.h:32:0: style: Technically the member function 'C4_tpl < float >::distance_from_plane' can be const. [functionConst]
enemylines3-1.2/c4_tpl.h:45:0: style: Technically the member function 'C4_tpl < float >::operator+' can be const. [functionConst]
enemylines3-1.2/c4_tpl.h:54:0: style: Technically the member function 'C4_tpl < float >::operator-' can be const. [functionConst]
enemylines3-1.2/c4_tpl.h:71:0: style: Technically the member function 'C4_tpl < float >::operator/' can be const. [functionConst]
enemylines3-1.2/box3_tpl.h:17:0: style: Technically the member function 'Box3_tpl < float >::size' can be const. [functionConst]
enemylines3-1.2/box3_tpl.h:18:0: style: Technically the member function 'Box3_tpl < float >::xsize' can be const. [functionConst]
enemylines3-1.2/box3_tpl.h:19:0: style: Technically the member function 'Box3_tpl < float >::ysize' can be const. [functionConst]
enemylines3-1.2/box3_tpl.h:20:0: style: Technically the member function 'Box3_tpl < float >::zsize' can be const. [functionConst]
enemylines3-1.2/box3_tpl.h:21:0: style: Technically the member function 'Box3_tpl < float >::center' can be const. [functionConst]
enemylines3-1.2/box3_tpl.h:44:0: style: Technically the member function 'Box3_tpl < float >::iswithin' can be const. [functionConst]
enemylines3-1.2/menu.h:55:2: style: Class 'Menu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
enemylines3-1.2/menu.h:39:23: performance: Function parameter 's' should be passed by const reference. [passedByValue]
enemylines3-1.2/font.cc:21:29: performance: Function parameter 'path' should be passed by const reference. [passedByValue]
enemylines3-1.2/font_data.cc:20:10: style: The scope of the variable 'd' can be reduced. [variableScope]
enemylines3-1.2/font_data.cc:21:10: style: The scope of the variable 'n' can be reduced. [variableScope]
enemylines3-1.2/font_data.cc:22:10: style: The scope of the variable 'o' can be reduced. [variableScope]
enemylines3-1.2/font_data.cc:84:6: style: Variable 'li' is assigned a value that is never used. [unreadVariable]
enemylines3-1.2/font_ogl.cc:18:70: style: Function 'init_font' argument 3 names different: declaration 'dx' definition 'x'. [funcArgNamesDifferent]
enemylines3-1.2/font_ogl.h:15:68: note: Function 'init_font' argument 3 names different: declaration 'dx' definition 'x'.
enemylines3-1.2/font_ogl.cc:18:70: note: Function 'init_font' argument 3 names different: declaration 'dx' definition 'x'.
enemylines3-1.2/font_ogl.cc:18:85: style: Function 'init_font' argument 4 names different: declaration 'dy' definition 'y'. [funcArgNamesDifferent]
enemylines3-1.2/font_ogl.h:15:84: note: Function 'init_font' argument 4 names different: declaration 'dy' definition 'y'.
enemylines3-1.2/font_ogl.cc:18:85: note: Function 'init_font' argument 4 names different: declaration 'dy' definition 'y'.
enemylines3-1.2/font_ogl.cc:38:40: performance: Function parameter 'str' should be passed by const reference. [passedByValue]
enemylines3-1.2/font_ogl.cc:68:47: performance: Function parameter 'str' should be passed by const reference. [passedByValue]
enemylines3-1.2/font_ttf.cc:88:6: style: Variable 'li' is assigned a value that is never used. [unreadVariable]
enemylines3-1.2/c3_tpl.h:13:12: performance: Variable 'x' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
enemylines3-1.2/c3_tpl.h:13:16: performance: Variable 'y' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
enemylines3-1.2/c3_tpl.h:13:20: performance: Variable 'z' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
enemylines3-1.2/c3_tpl.h:15:3: performance: Variable 'x' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
enemylines3-1.2/c3_tpl.h:15:8: performance: Variable 'y' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
enemylines3-1.2/c3_tpl.h:15:13: performance: Variable 'z' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
enemylines3-1.2/c3_tpl.h:18:3: performance: Variable 'x' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
enemylines3-1.2/c3_tpl.h:18:8: performance: Variable 'y' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
enemylines3-1.2/c3_tpl.h:18:13: performance: Variable 'z' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
enemylines3-1.2/c3_tpl.h:21:3: performance: Variable 'x' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
enemylines3-1.2/c3_tpl.h:21:7: performance: Variable 'y' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
enemylines3-1.2/c3_tpl.h:21:11: performance: Variable 'z' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
enemylines3-1.2/c3_tpl.h:24:4: style: Technically the member function 'C3_tpl::dot' can be const. [functionConst]
enemylines3-1.2/c3_tpl.h:25:4: style: Technically the member function 'C3_tpl::dot' can be const. [functionConst]
enemylines3-1.2/c3_tpl.h:45:7: style: Technically the member function 'C3_tpl::isnull' can be const. [functionConst]
enemylines3-1.2/c3_tpl.h:52:15: style: Technically the member function 'C3_tpl::toint' can be const. [functionConst]
enemylines3-1.2/c3_tpl.h:60:17: style: Technically the member function 'C3_tpl::tofloat' can be const. [functionConst]
enemylines3-1.2/c3_tpl.h:81:8: style: Technically the member function 'C3_tpl::dist' can be const. [functionConst]
enemylines3-1.2/c3_tpl.h:115:9: style: Technically the member function 'C3_tpl::operator+' can be const. [functionConst]
enemylines3-1.2/c3_tpl.h:123:9: style: Technically the member function 'C3_tpl::operator+' can be const. [functionConst]
enemylines3-1.2/c3_tpl.h:144:9: style: Technically the member function 'C3_tpl::operator-' can be const. [functionConst]
enemylines3-1.2/c3_tpl.h:152:9: style: Technically the member function 'C3_tpl::operator-' can be const. [functionConst]
enemylines3-1.2/c3_tpl.h:160:9: style: Technically the member function 'C3_tpl::operator*' can be const. [functionConst]
enemylines3-1.2/c3_tpl.h:168:9: style: Technically the member function 'C3_tpl::operator*' can be const. [functionConst]
enemylines3-1.2/c3_tpl.h:183:12: style: Technically the member function 'C3_tpl::operator/' can be const. [functionConst]
enemylines3-1.2/c3_tpl.h:190:12: style: Technically the member function 'C3_tpl::operator/' can be const. [functionConst]
enemylines3-1.2/c3_tpl.h:20:2: style: Class 'C3_tpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
enemylines3-1.2/matrix4_tpl.h:64:0: style: The scope of the variable 'mai0' can be reduced. [variableScope]
enemylines3-1.2/matrix4_tpl.h:64:0: style: The scope of the variable 'mai1' can be reduced. [variableScope]
enemylines3-1.2/matrix4_tpl.h:64:0: style: The scope of the variable 'mai2' can be reduced. [variableScope]
enemylines3-1.2/matrix4_tpl.h:64:0: style: The scope of the variable 'mai3' can be reduced. [variableScope]
enemylines3-1.2/frustum.h:14:14: style: Technically the member function 'Frustum::tostring' can be const. [functionConst]
enemylines3-1.2/frustum.cc:73:23: note: Technically the member function 'Frustum::tostring' can be const.
enemylines3-1.2/frustum.h:14:14: note: Technically the member function 'Frustum::tostring' can be const.
enemylines3-1.2/matrix4_tpl.h:95:0: style: Technically the member function 'Matrix4_tpl < float >::extract_plane' can be const. [functionConst]
enemylines3-1.2/game.cc:46:28: style: Function 'Game' argument 2 names different: declaration 'd' definition 'diffi'. [funcArgNamesDifferent]
enemylines3-1.2/game.h:139:28: note: Function 'Game' argument 2 names different: declaration 'd' definition 'diffi'.
enemylines3-1.2/game.cc:46:28: note: Function 'Game' argument 2 names different: declaration 'd' definition 'diffi'.
enemylines3-1.2/game.h:134:7: performance: Technically the member function 'el3::Game::start_pos' can be static. [functionStatic]
enemylines3-1.2/game.cc:470:12: note: Technically the member function 'el3::Game::start_pos' can be static.
enemylines3-1.2/game.h:134:7: note: Technically the member function 'el3::Game::start_pos' can be static.
enemylines3-1.2/game.h:135:15: performance: Technically the member function 'el3::Game::random_extra' can be static. [functionStatic]
enemylines3-1.2/game.cc:460:20: note: Technically the member function 'el3::Game::random_extra' can be static.
enemylines3-1.2/game.h:135:15: note: Technically the member function 'el3::Game::random_extra' can be static.
enemylines3-1.2/game.cc:72:2: style: Class 'Game' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
enemylines3-1.2/game.cc:72:2: style: Class 'Game' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
enemylines3-1.2/mapswitch.h:14:2: style: Class 'Mapswitch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
enemylines3-1.2/map.h:22:15: style: The function 'dx' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enemylines3-1.2/mapbase.h:16:23: note: Virtual function in base class
enemylines3-1.2/map.h:22:15: note: Function in derived class
enemylines3-1.2/map.h:23:15: style: The function 'dy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enemylines3-1.2/mapbase.h:17:23: note: Virtual function in base class
enemylines3-1.2/map.h:23:15: note: Function in derived class
enemylines3-1.2/map.h:24:15: style: The function 'dz' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enemylines3-1.2/mapbase.h:18:23: note: Virtual function in base class
enemylines3-1.2/map.h:24:15: note: Function in derived class
enemylines3-1.2/map.h:29:13: style: The function 'get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enemylines3-1.2/mapbase.h:24:21: note: Virtual function in base class
enemylines3-1.2/map.h:29:13: note: Function in derived class
enemylines3-1.2/map.h:30:7: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enemylines3-1.2/mapbase.h:25:15: note: Virtual function in base class
enemylines3-1.2/map.h:30:7: note: Function in derived class
enemylines3-1.2/map.h:32:7: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enemylines3-1.2/mapbase.h:20:15: note: Virtual function in base class
enemylines3-1.2/map.h:32:7: note: Function in derived class
enemylines3-1.2/map.h:45:7: style: The function 'lower' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enemylines3-1.2/mapbase.h:27:15: note: Virtual function in base class
enemylines3-1.2/map.h:45:7: note: Function in derived class
enemylines3-1.2/map.h:46:7: style: The function 'raise' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enemylines3-1.2/mapbase.h:28:15: note: Virtual function in base class
enemylines3-1.2/map.h:46:7: note: Function in derived class
enemylines3-1.2/mapswitch.h:16:15: style: The function 'dx' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enemylines3-1.2/mapbase.h:16:23: note: Virtual function in base class
enemylines3-1.2/mapswitch.h:16:15: note: Function in derived class
enemylines3-1.2/mapswitch.h:17:15: style: The function 'dy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enemylines3-1.2/mapbase.h:17:23: note: Virtual function in base class
enemylines3-1.2/mapswitch.h:17:15: note: Function in derived class
enemylines3-1.2/mapswitch.h:18:15: style: The function 'dz' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enemylines3-1.2/mapbase.h:18:23: note: Virtual function in base class
enemylines3-1.2/mapswitch.h:18:15: note: Function in derived class
enemylines3-1.2/mapswitch.h:21:7: style: The function 'inside' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enemylines3-1.2/mapbase.h:22:15: note: Virtual function in base class
enemylines3-1.2/mapswitch.h:21:7: note: Function in derived class
enemylines3-1.2/mapswitch.h:23:13: style: The function 'get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enemylines3-1.2/mapbase.h:24:21: note: Virtual function in base class
enemylines3-1.2/mapswitch.h:23:13: note: Function in derived class
enemylines3-1.2/mapswitch.h:24:7: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enemylines3-1.2/mapbase.h:25:15: note: Virtual function in base class
enemylines3-1.2/mapswitch.h:24:7: note: Function in derived class
enemylines3-1.2/mapswitch.h:25:7: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enemylines3-1.2/mapbase.h:20:15: note: Virtual function in base class
enemylines3-1.2/mapswitch.h:25:7: note: Function in derived class
enemylines3-1.2/mapswitch.h:27:7: style: The function 'lower' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enemylines3-1.2/mapbase.h:27:15: note: Virtual function in base class
enemylines3-1.2/mapswitch.h:27:7: note: Function in derived class
enemylines3-1.2/mapswitch.h:28:7: style: The function 'raise' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enemylines3-1.2/mapbase.h:28:15: note: Virtual function in base class
enemylines3-1.2/mapswitch.h:28:7: note: Function in derived class
enemylines3-1.2/hiscore.cc:39:23: style: C-style pointer casting [cstyleCast]
enemylines3-1.2/main.cc:99:33: performance: Function parameter 'dir' should be passed by const reference. [passedByValue]
enemylines3-1.2/main.cc:137:61: performance: Function parameter 'dir' should be passed by const reference. [passedByValue]
enemylines3-1.2/map.h:40:7: performance: Technically the member function 'el3::Map::isvalid' can be static. [functionStatic]
enemylines3-1.2/map.cc:119:11: note: Technically the member function 'el3::Map::isvalid' can be static.
enemylines3-1.2/map.h:40:7: note: Technically the member function 'el3::Map::isvalid' can be static.
enemylines3-1.2/map.h:43:7: performance: Technically the member function 'el3::Map::invalidahead' can be static. [functionStatic]
enemylines3-1.2/map.cc:131:11: note: Technically the member function 'el3::Map::invalidahead' can be static.
enemylines3-1.2/map.h:43:7: note: Technically the member function 'el3::Map::invalidahead' can be static.
enemylines3-1.2/mapswitch.cc:28:26: style: Function 'lower' argument 1 names different: declaration 'p' definition 'c'. [funcArgNamesDifferent]
enemylines3-1.2/mapswitch.h:27:16: note: Function 'lower' argument 1 names different: declaration 'p' definition 'c'.
enemylines3-1.2/mapswitch.cc:28:26: note: Function 'lower' argument 1 names different: declaration 'p' definition 'c'.
enemylines3-1.2/mapswitch.cc:31:26: style: Function 'raise' argument 1 names different: declaration 'p' definition 'c'. [funcArgNamesDifferent]
enemylines3-1.2/mapswitch.h:28:16: note: Function 'raise' argument 1 names different: declaration 'p' definition 'c'.
enemylines3-1.2/mapswitch.cc:31:26: note: Function 'raise' argument 1 names different: declaration 'p' definition 'c'.
enemylines3-1.2/menu.cc:14:15: style: Function 'Menu' argument 1 names different: declaration 'os' definition 'o'. [funcArgNamesDifferent]
enemylines3-1.2/menu.h:55:10: note: Function 'Menu' argument 1 names different: declaration 'os' definition 'o'.
enemylines3-1.2/menu.cc:14:15: note: Function 'Menu' argument 1 names different: declaration 'os' definition 'o'.
enemylines3-1.2/menu.h:73:6: style: Technically the member function 'Menu::get' can be const. [functionConst]
enemylines3-1.2/menu.cc:104:11: note: Technically the member function 'Menu::get' can be const.
enemylines3-1.2/menu.h:73:6: note: Technically the member function 'Menu::get' can be const.
enemylines3-1.2/models/block1_e.h:10:7: performance: Technically the member function 'models::block1_e::draw' can be static. [functionStatic]
enemylines3-1.2/models/block1_e.cc:11:16: note: Technically the member function 'models::block1_e::draw' can be static.
enemylines3-1.2/models/block1_e.h:10:7: note: Technically the member function 'models::block1_e::draw' can be static.
enemylines3-1.2/models/block1_e.h:16:8: performance: Technically the member function 'models::block1_e::minx' can be static. [functionStatic]
enemylines3-1.2/models/block1_e.cc:44:17: note: Technically the member function 'models::block1_e::minx' can be static.
enemylines3-1.2/models/block1_e.h:16:8: note: Technically the member function 'models::block1_e::minx' can be static.
enemylines3-1.2/models/block1_e.h:17:8: performance: Technically the member function 'models::block1_e::miny' can be static. [functionStatic]
enemylines3-1.2/models/block1_e.cc:45:17: note: Technically the member function 'models::block1_e::miny' can be static.
enemylines3-1.2/models/block1_e.h:17:8: note: Technically the member function 'models::block1_e::miny' can be static.
enemylines3-1.2/models/block1_e.h:18:8: performance: Technically the member function 'models::block1_e::minz' can be static. [functionStatic]
enemylines3-1.2/models/block1_e.cc:46:17: note: Technically the member function 'models::block1_e::minz' can be static.
enemylines3-1.2/models/block1_e.h:18:8: note: Technically the member function 'models::block1_e::minz' can be static.
enemylines3-1.2/models/block1_e.h:19:8: performance: Technically the member function 'models::block1_e::maxx' can be static. [functionStatic]
enemylines3-1.2/models/block1_e.cc:47:17: note: Technically the member function 'models::block1_e::maxx' can be static.
enemylines3-1.2/models/block1_e.h:19:8: note: Technically the member function 'models::block1_e::maxx' can be static.
enemylines3-1.2/models/block1_e.h:20:8: performance: Technically the member function 'models::block1_e::maxy' can be static. [functionStatic]
enemylines3-1.2/models/block1_e.cc:48:17: note: Technically the member function 'models::block1_e::maxy' can be static.
enemylines3-1.2/models/block1_e.h:20:8: note: Technically the member function 'models::block1_e::maxy' can be static.
enemylines3-1.2/models/block1_e.h:21:8: performance: Technically the member function 'models::block1_e::maxz' can be static. [functionStatic]
enemylines3-1.2/models/block1_e.cc:49:17: note: Technically the member function 'models::block1_e::maxz' can be static.
enemylines3-1.2/models/block1_e.h:21:8: note: Technically the member function 'models::block1_e::maxz' can be static.
enemylines3-1.2/models/block1_e.h:22:8: performance: Technically the member function 'models::block1_e::radius' can be static. [functionStatic]
enemylines3-1.2/models/block1_e.cc:50:17: note: Technically the member function 'models::block1_e::radius' can be static.
enemylines3-1.2/models/block1_e.h:22:8: note: Technically the member function 'models::block1_e::radius' can be static.
enemylines3-1.2/models/block1_n.h:10:7: performance: Technically the member function 'models::block1_n::draw' can be static. [functionStatic]
enemylines3-1.2/models/block1_n.cc:11:16: note: Technically the member function 'models::block1_n::draw' can be static.
enemylines3-1.2/models/block1_n.h:10:7: note: Technically the member function 'models::block1_n::draw' can be static.
enemylines3-1.2/models/block1_n.h:16:8: performance: Technically the member function 'models::block1_n::minx' can be static. [functionStatic]
enemylines3-1.2/models/block1_n.cc:44:17: note: Technically the member function 'models::block1_n::minx' can be static.
enemylines3-1.2/models/block1_n.h:16:8: note: Technically the member function 'models::block1_n::minx' can be static.
enemylines3-1.2/models/block1_n.h:17:8: performance: Technically the member function 'models::block1_n::miny' can be static. [functionStatic]
enemylines3-1.2/models/block1_n.cc:45:17: note: Technically the member function 'models::block1_n::miny' can be static.
enemylines3-1.2/models/block1_n.h:17:8: note: Technically the member function 'models::block1_n::miny' can be static.
enemylines3-1.2/models/block1_n.h:18:8: performance: Technically the member function 'models::block1_n::minz' can be static. [functionStatic]
enemylines3-1.2/models/block1_n.cc:46:17: note: Technically the member function 'models::block1_n::minz' can be static.
enemylines3-1.2/models/block1_n.h:18:8: note: Technically the member function 'models::block1_n::minz' can be static.
enemylines3-1.2/models/block1_n.h:19:8: performance: Technically the member function 'models::block1_n::maxx' can be static. [functionStatic]
enemylines3-1.2/models/block1_n.cc:47:17: note: Technically the member function 'models::block1_n::maxx' can be static.
enemylines3-1.2/models/block1_n.h:19:8: note: Technically the member function 'models::block1_n::maxx' can be static.
enemylines3-1.2/models/block1_n.h:20:8: performance: Technically the member function 'models::block1_n::maxy' can be static. [functionStatic]
enemylines3-1.2/models/block1_n.cc:48:17: note: Technically the member function 'models::block1_n::maxy' can be static.
enemylines3-1.2/models/block1_n.h:20:8: note: Technically the member function 'models::block1_n::maxy' can be static.
enemylines3-1.2/models/block1_n.h:21:8: performance: Technically the member function 'models::block1_n::maxz' can be static. [functionStatic]
enemylines3-1.2/models/block1_n.cc:49:17: note: Technically the member function 'models::block1_n::maxz' can be static.
enemylines3-1.2/models/block1_n.h:21:8: note: Technically the member function 'models::block1_n::maxz' can be static.
enemylines3-1.2/models/block1_n.h:22:8: performance: Technically the member function 'models::block1_n::radius' can be static. [functionStatic]
enemylines3-1.2/models/block1_n.cc:50:17: note: Technically the member function 'models::block1_n::radius' can be static.
enemylines3-1.2/models/block1_n.h:22:8: note: Technically the member function 'models::block1_n::radius' can be static.
enemylines3-1.2/models/block1_r.h:10:7: performance: Technically the member function 'models::block1_r::draw' can be static. [functionStatic]
enemylines3-1.2/models/block1_r.cc:11:16: note: Technically the member function 'models::block1_r::draw' can be static.
enemylines3-1.2/models/block1_r.h:10:7: note: Technically the member function 'models::block1_r::draw' can be static.
enemylines3-1.2/models/block1_r.h:16:8: performance: Technically the member function 'models::block1_r::minx' can be static. [functionStatic]
enemylines3-1.2/models/block1_r.cc:44:17: note: Technically the member function 'models::block1_r::minx' can be static.
enemylines3-1.2/models/block1_r.h:16:8: note: Technically the member function 'models::block1_r::minx' can be static.
enemylines3-1.2/models/block1_r.h:17:8: performance: Technically the member function 'models::block1_r::miny' can be static. [functionStatic]
enemylines3-1.2/models/block1_r.cc:45:17: note: Technically the member function 'models::block1_r::miny' can be static.
enemylines3-1.2/models/block1_r.h:17:8: note: Technically the member function 'models::block1_r::miny' can be static.
enemylines3-1.2/models/block1_r.h:18:8: performance: Technically the member function 'models::block1_r::minz' can be static. [functionStatic]
enemylines3-1.2/models/block1_r.cc:46:17: note: Technically the member function 'models::block1_r::minz' can be static.
enemylines3-1.2/models/block1_r.h:18:8: note: Technically the member function 'models::block1_r::minz' can be static.
enemylines3-1.2/models/block1_r.h:19:8: performance: Technically the member function 'models::block1_r::maxx' can be static. [functionStatic]
enemylines3-1.2/models/block1_r.cc:47:17: note: Technically the member function 'models::block1_r::maxx' can be static.
enemylines3-1.2/models/block1_r.h:19:8: note: Technically the member function 'models::block1_r::maxx' can be static.
enemylines3-1.2/models/block1_r.h:20:8: performance: Technically the member function 'models::block1_r::maxy' can be static. [functionStatic]
enemylines3-1.2/models/block1_r.cc:48:17: note: Technically the member function 'models::block1_r::maxy' can be static.
enemylines3-1.2/models/block1_r.h:20:8: note: Technically the member function 'models::block1_r::maxy' can be static.
enemylines3-1.2/models/block1_r.h:21:8: performance: Technically the member function 'models::block1_r::maxz' can be static. [functionStatic]
enemylines3-1.2/models/block1_r.cc:49:17: note: Technically the member function 'models::block1_r::maxz' can be static.
enemylines3-1.2/models/block1_r.h:21:8: note: Technically the member function 'models::block1_r::maxz' can be static.
enemylines3-1.2/models/block1_r.h:22:8: performance: Technically the member function 'models::block1_r::radius' can be static. [functionStatic]
enemylines3-1.2/models/block1_r.cc:50:17: note: Technically the member function 'models::block1_r::radius' can be static.
enemylines3-1.2/models/block1_r.h:22:8: note: Technically the member function 'models::block1_r::radius' can be static.
enemylines3-1.2/models/block1_s.h:10:7: performance: Technically the member function 'models::block1_s::draw' can be static. [functionStatic]
enemylines3-1.2/models/block1_s.cc:11:16: note: Technically the member function 'models::block1_s::draw' can be static.
enemylines3-1.2/models/block1_s.h:10:7: note: Technically the member function 'models::block1_s::draw' can be static.
enemylines3-1.2/models/block1_s.h:16:8: performance: Technically the member function 'models::block1_s::minx' can be static. [functionStatic]
enemylines3-1.2/models/block1_s.cc:44:17: note: Technically the member function 'models::block1_s::minx' can be static.
enemylines3-1.2/models/block1_s.h:16:8: note: Technically the member function 'models::block1_s::minx' can be static.
enemylines3-1.2/models/block1_s.h:17:8: performance: Technically the member function 'models::block1_s::miny' can be static. [functionStatic]
enemylines3-1.2/models/block1_s.cc:45:17: note: Technically the member function 'models::block1_s::miny' can be static.
enemylines3-1.2/models/block1_s.h:17:8: note: Technically the member function 'models::block1_s::miny' can be static.
enemylines3-1.2/models/block1_s.h:18:8: performance: Technically the member function 'models::block1_s::minz' can be static. [functionStatic]
enemylines3-1.2/models/block1_s.cc:46:17: note: Technically the member function 'models::block1_s::minz' can be static.
enemylines3-1.2/models/block1_s.h:18:8: note: Technically the member function 'models::block1_s::minz' can be static.
enemylines3-1.2/models/block1_s.h:19:8: performance: Technically the member function 'models::block1_s::maxx' can be static. [functionStatic]
enemylines3-1.2/models/block1_s.cc:47:17: note: Technically the member function 'models::block1_s::maxx' can be static.
enemylines3-1.2/models/block1_s.h:19:8: note: Technically the member function 'models::block1_s::maxx' can be static.
enemylines3-1.2/models/block1_s.h:20:8: performance: Technically the member function 'models::block1_s::maxy' can be static. [functionStatic]
enemylines3-1.2/models/block1_s.cc:48:17: note: Technically the member function 'models::block1_s::maxy' can be static.
enemylines3-1.2/models/block1_s.h:20:8: note: Technically the member function 'models::block1_s::maxy' can be static.
enemylines3-1.2/models/block1_s.h:21:8: performance: Technically the member function 'models::block1_s::maxz' can be static. [functionStatic]
enemylines3-1.2/models/block1_s.cc:49:17: note: Technically the member function 'models::block1_s::maxz' can be static.
enemylines3-1.2/models/block1_s.h:21:8: note: Technically the member function 'models::block1_s::maxz' can be static.
enemylines3-1.2/models/block1_s.h:22:8: performance: Technically the member function 'models::block1_s::radius' can be static. [functionStatic]
enemylines3-1.2/models/block1_s.cc:50:17: note: Technically the member function 'models::block1_s::radius' can be static.
enemylines3-1.2/models/block1_s.h:22:8: note: Technically the member function 'models::block1_s::radius' can be static.
enemylines3-1.2/models/block1_w.h:10:7: performance: Technically the member function 'models::block1_w::draw' can be static. [functionStatic]
enemylines3-1.2/models/block1_w.cc:11:16: note: Technically the member function 'models::block1_w::draw' can be static.
enemylines3-1.2/models/block1_w.h:10:7: note: Technically the member function 'models::block1_w::draw' can be static.
enemylines3-1.2/models/block1_w.h:16:8: performance: Technically the member function 'models::block1_w::minx' can be static. [functionStatic]
enemylines3-1.2/models/block1_w.cc:44:17: note: Technically the member function 'models::block1_w::minx' can be static.
enemylines3-1.2/models/block1_w.h:16:8: note: Technically the member function 'models::block1_w::minx' can be static.
enemylines3-1.2/models/block1_w.h:17:8: performance: Technically the member function 'models::block1_w::miny' can be static. [functionStatic]
enemylines3-1.2/models/block1_w.cc:45:17: note: Technically the member function 'models::block1_w::miny' can be static.
enemylines3-1.2/models/block1_w.h:17:8: note: Technically the member function 'models::block1_w::miny' can be static.
enemylines3-1.2/models/block1_w.h:18:8: performance: Technically the member function 'models::block1_w::minz' can be static. [functionStatic]
enemylines3-1.2/models/block1_w.cc:46:17: note: Technically the member function 'models::block1_w::minz' can be static.
enemylines3-1.2/models/block1_w.h:18:8: note: Technically the member function 'models::block1_w::minz' can be static.
enemylines3-1.2/models/block1_w.h:19:8: performance: Technically the member function 'models::block1_w::maxx' can be static. [functionStatic]
enemylines3-1.2/models/block1_w.cc:47:17: note: Technically the member function 'models::block1_w::maxx' can be static.
enemylines3-1.2/models/block1_w.h:19:8: note: Technically the member function 'models::block1_w::maxx' can be static.
enemylines3-1.2/models/block1_w.h:20:8: performance: Technically the member function 'models::block1_w::maxy' can be static. [functionStatic]
enemylines3-1.2/models/block1_w.cc:48:17: note: Technically the member function 'models::block1_w::maxy' can be static.
enemylines3-1.2/models/block1_w.h:20:8: note: Technically the member function 'models::block1_w::maxy' can be static.
enemylines3-1.2/models/block1_w.h:21:8: performance: Technically the member function 'models::block1_w::maxz' can be static. [functionStatic]
enemylines3-1.2/models/block1_w.cc:49:17: note: Technically the member function 'models::block1_w::maxz' can be static.
enemylines3-1.2/models/block1_w.h:21:8: note: Technically the member function 'models::block1_w::maxz' can be static.
enemylines3-1.2/models/block1_w.h:22:8: performance: Technically the member function 'models::block1_w::radius' can be static. [functionStatic]
enemylines3-1.2/models/block1_w.cc:50:17: note: Technically the member function 'models::block1_w::radius' can be static.
enemylines3-1.2/models/block1_w.h:22:8: note: Technically the member function 'models::block1_w::radius' can be static.
enemylines3-1.2/models/block2_e.h:10:7: performance: Technically the member function 'models::block2_e::draw' can be static. [functionStatic]
enemylines3-1.2/models/block2_e.cc:11:16: note: Technically the member function 'models::block2_e::draw' can be static.
enemylines3-1.2/models/block2_e.h:10:7: note: Technically the member function 'models::block2_e::draw' can be static.
enemylines3-1.2/models/block2_e.h:16:8: performance: Technically the member function 'models::block2_e::minx' can be static. [functionStatic]
enemylines3-1.2/models/block2_e.cc:44:17: note: Technically the member function 'models::block2_e::minx' can be static.
enemylines3-1.2/models/block2_e.h:16:8: note: Technically the member function 'models::block2_e::minx' can be static.
enemylines3-1.2/models/block2_e.h:17:8: performance: Technically the member function 'models::block2_e::miny' can be static. [functionStatic]
enemylines3-1.2/models/block2_e.cc:45:17: note: Technically the member function 'models::block2_e::miny' can be static.
enemylines3-1.2/models/block2_e.h:17:8: note: Technically the member function 'models::block2_e::miny' can be static.
enemylines3-1.2/models/block2_e.h:18:8: performance: Technically the member function 'models::block2_e::minz' can be static. [functionStatic]
enemylines3-1.2/models/block2_e.cc:46:17: note: Technically the member function 'models::block2_e::minz' can be static.
enemylines3-1.2/models/block2_e.h:18:8: note: Technically the member function 'models::block2_e::minz' can be static.
enemylines3-1.2/models/block2_e.h:19:8: performance: Technically the member function 'models::block2_e::maxx' can be static. [functionStatic]
enemylines3-1.2/models/block2_e.cc:47:17: note: Technically the member function 'models::block2_e::maxx' can be static.
enemylines3-1.2/models/block2_e.h:19:8: note: Technically the member function 'models::block2_e::maxx' can be static.
enemylines3-1.2/models/block2_e.h:20:8: performance: Technically the member function 'models::block2_e::maxy' can be static. [functionStatic]
enemylines3-1.2/models/block2_e.cc:48:17: note: Technically the member function 'models::block2_e::maxy' can be static.
enemylines3-1.2/models/block2_e.h:20:8: note: Technically the member function 'models::block2_e::maxy' can be static.
enemylines3-1.2/models/block2_e.h:21:8: performance: Technically the member function 'models::block2_e::maxz' can be static. [functionStatic]
enemylines3-1.2/models/block2_e.cc:49:17: note: Technically the member function 'models::block2_e::maxz' can be static.
enemylines3-1.2/models/block2_e.h:21:8: note: Technically the member function 'models::block2_e::maxz' can be static.
enemylines3-1.2/models/block2_e.h:22:8: performance: Technically the member function 'models::block2_e::radius' can be static. [functionStatic]
enemylines3-1.2/models/block2_e.cc:50:17: note: Technically the member function 'models::block2_e::radius' can be static.
enemylines3-1.2/models/block2_e.h:22:8: note: Technically the member function 'models::block2_e::radius' can be static.
enemylines3-1.2/models/block2_n.h:10:7: performance: Technically the member function 'models::block2_n::draw' can be static. [functionStatic]
enemylines3-1.2/models/block2_n.cc:11:16: note: Technically the member function 'models::block2_n::draw' can be static.
enemylines3-1.2/models/block2_n.h:10:7: note: Technically the member function 'models::block2_n::draw' can be static.
enemylines3-1.2/models/block2_n.h:16:8: performance: Technically the member function 'models::block2_n::minx' can be static. [functionStatic]
enemylines3-1.2/models/block2_n.cc:44:17: note: Technically the member function 'models::block2_n::minx' can be static.
enemylines3-1.2/models/block2_n.h:16:8: note: Technically the member function 'models::block2_n::minx' can be static.
enemylines3-1.2/models/block2_n.h:17:8: performance: Technically the member function 'models::block2_n::miny' can be static. [functionStatic]
enemylines3-1.2/models/block2_n.cc:45:17: note: Technically the member function 'models::block2_n::miny' can be static.
enemylines3-1.2/models/block2_n.h:17:8: note: Technically the member function 'models::block2_n::miny' can be static.
enemylines3-1.2/models/block2_n.h:18:8: performance: Technically the member function 'models::block2_n::minz' can be static. [functionStatic]
enemylines3-1.2/models/block2_n.cc:46:17: note: Technically the member function 'models::block2_n::minz' can be static.
enemylines3-1.2/models/block2_n.h:18:8: note: Technically the member function 'models::block2_n::minz' can be static.
enemylines3-1.2/models/block2_n.h:19:8: performance: Technically the member function 'models::block2_n::maxx' can be static. [functionStatic]
enemylines3-1.2/models/block2_n.cc:47:17: note: Technically the member function 'models::block2_n::maxx' can be static.
enemylines3-1.2/models/block2_n.h:19:8: note: Technically the member function 'models::block2_n::maxx' can be static.
enemylines3-1.2/models/block2_n.h:20:8: performance: Technically the member function 'models::block2_n::maxy' can be static. [functionStatic]
enemylines3-1.2/models/block2_n.cc:48:17: note: Technically the member function 'models::block2_n::maxy' can be static.
enemylines3-1.2/models/block2_n.h:20:8: note: Technically the member function 'models::block2_n::maxy' can be static.
enemylines3-1.2/models/block2_n.h:21:8: performance: Technically the member function 'models::block2_n::maxz' can be static. [functionStatic]
enemylines3-1.2/models/block2_n.cc:49:17: note: Technically the member function 'models::block2_n::maxz' can be static.
enemylines3-1.2/models/block2_n.h:21:8: note: Technically the member function 'models::block2_n::maxz' can be static.
enemylines3-1.2/models/block2_n.h:22:8: performance: Technically the member function 'models::block2_n::radius' can be static. [functionStatic]
enemylines3-1.2/models/block2_n.cc:50:17: note: Technically the member function 'models::block2_n::radius' can be static.
enemylines3-1.2/models/block2_n.h:22:8: note: Technically the member function 'models::block2_n::radius' can be static.
enemylines3-1.2/models/block2_r.h:10:7: performance: Technically the member function 'models::block2_r::draw' can be static. [functionStatic]
enemylines3-1.2/models/block2_r.cc:11:16: note: Technically the member function 'models::block2_r::draw' can be static.
enemylines3-1.2/models/block2_r.h:10:7: note: Technically the member function 'models::block2_r::draw' can be static.
enemylines3-1.2/models/block2_r.h:16:8: performance: Technically the member function 'models::block2_r::minx' can be static. [functionStatic]
enemylines3-1.2/models/block2_r.cc:44:17: note: Technically the member function 'models::block2_r::minx' can be static.
enemylines3-1.2/models/block2_r.h:16:8: note: Technically the member function 'models::block2_r::minx' can be static.
enemylines3-1.2/models/block2_r.h:17:8: performance: Technically the member function 'models::block2_r::miny' can be static. [functionStatic]
enemylines3-1.2/models/block2_r.cc:45:17: note: Technically the member function 'models::block2_r::miny' can be static.
enemylines3-1.2/models/block2_r.h:17:8: note: Technically the member function 'models::block2_r::miny' can be static.
enemylines3-1.2/models/block2_r.h:18:8: performance: Technically the member function 'models::block2_r::minz' can be static. [functionStatic]
enemylines3-1.2/models/block2_r.cc:46:17: note: Technically the member function 'models::block2_r::minz' can be static.
enemylines3-1.2/models/block2_r.h:18:8: note: Technically the member function 'models::block2_r::minz' can be static.
enemylines3-1.2/models/block2_r.h:19:8: performance: Technically the member function 'models::block2_r::maxx' can be static. [functionStatic]
enemylines3-1.2/models/block2_r.cc:47:17: note: Technically the member function 'models::block2_r::maxx' can be static.
enemylines3-1.2/models/block2_r.h:19:8: note: Technically the member function 'models::block2_r::maxx' can be static.
enemylines3-1.2/models/block2_r.h:20:8: performance: Technically the member function 'models::block2_r::maxy' can be static. [functionStatic]
enemylines3-1.2/models/block2_r.cc:48:17: note: Technically the member function 'models::block2_r::maxy' can be static.
enemylines3-1.2/models/block2_r.h:20:8: note: Technically the member function 'models::block2_r::maxy' can be static.
enemylines3-1.2/models/block2_r.h:21:8: performance: Technically the member function 'models::block2_r::maxz' can be static. [functionStatic]
enemylines3-1.2/models/block2_r.cc:49:17: note: Technically the member function 'models::block2_r::maxz' can be static.
enemylines3-1.2/models/block2_r.h:21:8: note: Technically the member function 'models::block2_r::maxz' can be static.
enemylines3-1.2/models/block2_r.h:22:8: performance: Technically the member function 'models::block2_r::radius' can be static. [functionStatic]
enemylines3-1.2/models/block2_r.cc:50:17: note: Technically the member function 'models::block2_r::radius' can be static.
enemylines3-1.2/models/block2_r.h:22:8: note: Technically the member function 'models::block2_r::radius' can be static.
enemylines3-1.2/models/block2_s.h:10:7: performance: Technically the member function 'models::block2_s::draw' can be static. [functionStatic]
enemylines3-1.2/models/block2_s.cc:11:16: note: Technically the member function 'models::block2_s::draw' can be static.
enemylines3-1.2/models/block2_s.h:10:7: note: Technically the member function 'models::block2_s::draw' can be static.
enemylines3-1.2/models/block2_s.h:16:8: performance: Technically the member function 'models::block2_s::minx' can be static. [functionStatic]
enemylines3-1.2/models/block2_s.cc:44:17: note: Technically the member function 'models::block2_s::minx' can be static.
enemylines3-1.2/models/block2_s.h:16:8: note: Technically the member function 'models::block2_s::minx' can be static.
enemylines3-1.2/models/block2_s.h:17:8: performance: Technically the member function 'models::block2_s::miny' can be static. [functionStatic]
enemylines3-1.2/models/block2_s.cc:45:17: note: Technically the member function 'models::block2_s::miny' can be static.
enemylines3-1.2/models/block2_s.h:17:8: note: Technically the member function 'models::block2_s::miny' can be static.
enemylines3-1.2/models/block2_s.h:18:8: performance: Technically the member function 'models::block2_s::minz' can be static. [functionStatic]
enemylines3-1.2/models/block2_s.cc:46:17: note: Technically the member function 'models::block2_s::minz' can be static.
enemylines3-1.2/models/block2_s.h:18:8: note: Technically the member function 'models::block2_s::minz' can be static.
enemylines3-1.2/models/block2_s.h:19:8: performance: Technically the member function 'models::block2_s::maxx' can be static. [functionStatic]
enemylines3-1.2/models/block2_s.cc:47:17: note: Technically the member function 'models::block2_s::maxx' can be static.
enemylines3-1.2/models/block2_s.h:19:8: note: Technically the member function 'models::block2_s::maxx' can be static.
enemylines3-1.2/models/block2_s.h:20:8: performance: Technically the member function 'models::block2_s::maxy' can be static. [functionStatic]
enemylines3-1.2/models/block2_s.cc:48:17: note: Technically the member function 'models::block2_s::maxy' can be static.
enemylines3-1.2/models/block2_s.h:20:8: note: Technically the member function 'models::block2_s::maxy' can be static.
enemylines3-1.2/models/block2_s.h:21:8: performance: Technically the member function 'models::block2_s::maxz' can be static. [functionStatic]
enemylines3-1.2/models/block2_s.cc:49:17: note: Technically the member function 'models::block2_s::maxz' can be static.
enemylines3-1.2/models/block2_s.h:21:8: note: Technically the member function 'models::block2_s::maxz' can be static.
enemylines3-1.2/models/block2_s.h:22:8: performance: Technically the member function 'models::block2_s::radius' can be static. [functionStatic]
enemylines3-1.2/models/block2_s.cc:50:17: note: Technically the member function 'models::block2_s::radius' can be static.
enemylines3-1.2/models/block2_s.h:22:8: note: Technically the member function 'models::block2_s::radius' can be static.
enemylines3-1.2/models/block2_w.h:10:7: performance: Technically the member function 'models::block2_w::draw' can be static. [functionStatic]
enemylines3-1.2/models/block2_w.cc:11:16: note: Technically the member function 'models::block2_w::draw' can be static.
enemylines3-1.2/models/block2_w.h:10:7: note: Technically the member function 'models::block2_w::draw' can be static.
enemylines3-1.2/models/block2_w.h:16:8: performance: Technically the member function 'models::block2_w::minx' can be static. [functionStatic]
enemylines3-1.2/models/block2_w.cc:44:17: note: Technically the member function 'models::block2_w::minx' can be static.
enemylines3-1.2/models/block2_w.h:16:8: note: Technically the member function 'models::block2_w::minx' can be static.
enemylines3-1.2/models/block2_w.h:17:8: performance: Technically the member function 'models::block2_w::miny' can be static. [functionStatic]
enemylines3-1.2/models/block2_w.cc:45:17: note: Technically the member function 'models::block2_w::miny' can be static.
enemylines3-1.2/models/block2_w.h:17:8: note: Technically the member function 'models::block2_w::miny' can be static.
enemylines3-1.2/models/block2_w.h:18:8: performance: Technically the member function 'models::block2_w::minz' can be static. [functionStatic]
enemylines3-1.2/models/block2_w.cc:46:17: note: Technically the member function 'models::block2_w::minz' can be static.
enemylines3-1.2/models/block2_w.h:18:8: note: Technically the member function 'models::block2_w::minz' can be static.
enemylines3-1.2/models/block2_w.h:19:8: performance: Technically the member function 'models::block2_w::maxx' can be static. [functionStatic]
enemylines3-1.2/models/block2_w.cc:47:17: note: Technically the member function 'models::block2_w::maxx' can be static.
enemylines3-1.2/models/block2_w.h:19:8: note: Technically the member function 'models::block2_w::maxx' can be static.
enemylines3-1.2/models/block2_w.h:20:8: performance: Technically the member function 'models::block2_w::maxy' can be static. [functionStatic]
enemylines3-1.2/models/block2_w.cc:48:17: note: Technically the member function 'models::block2_w::maxy' can be static.
enemylines3-1.2/models/block2_w.h:20:8: note: Technically the member function 'models::block2_w::maxy' can be static.
enemylines3-1.2/models/block2_w.h:21:8: performance: Technically the member function 'models::block2_w::maxz' can be static. [functionStatic]
enemylines3-1.2/models/block2_w.cc:49:17: note: Technically the member function 'models::block2_w::maxz' can be static.
enemylines3-1.2/models/block2_w.h:21:8: note: Technically the member function 'models::block2_w::maxz' can be static.
enemylines3-1.2/models/block2_w.h:22:8: performance: Technically the member function 'models::block2_w::radius' can be static. [functionStatic]
enemylines3-1.2/models/block2_w.cc:50:17: note: Technically the member function 'models::block2_w::radius' can be static.
enemylines3-1.2/models/block2_w.h:22:8: note: Technically the member function 'models::block2_w::radius' can be static.
enemylines3-1.2/models/block3_e.h:10:7: performance: Technically the member function 'models::block3_e::draw' can be static. [functionStatic]
enemylines3-1.2/models/block3_e.cc:11:16: note: Technically the member function 'models::block3_e::draw' can be static.
enemylines3-1.2/models/block3_e.h:10:7: note: Technically the member function 'models::block3_e::draw' can be static.
enemylines3-1.2/models/block3_e.h:16:8: performance: Technically the member function 'models::block3_e::minx' can be static. [functionStatic]
enemylines3-1.2/models/block3_e.cc:44:17: note: Technically the member function 'models::block3_e::minx' can be static.
enemylines3-1.2/models/block3_e.h:16:8: note: Technically the member function 'models::block3_e::minx' can be static.
enemylines3-1.2/models/block3_e.h:17:8: performance: Technically the member function 'models::block3_e::miny' can be static. [functionStatic]
enemylines3-1.2/models/block3_e.cc:45:17: note: Technically the member function 'models::block3_e::miny' can be static.
enemylines3-1.2/models/block3_e.h:17:8: note: Technically the member function 'models::block3_e::miny' can be static.
enemylines3-1.2/models/block3_e.h:18:8: performance: Technically the member function 'models::block3_e::minz' can be static. [functionStatic]
enemylines3-1.2/models/block3_e.cc:46:17: note: Technically the member function 'models::block3_e::minz' can be static.
enemylines3-1.2/models/block3_e.h:18:8: note: Technically the member function 'models::block3_e::minz' can be static.
enemylines3-1.2/models/block3_e.h:19:8: performance: Technically the member function 'models::block3_e::maxx' can be static. [functionStatic]
enemylines3-1.2/models/block3_e.cc:47:17: note: Technically the member function 'models::block3_e::maxx' can be static.
enemylines3-1.2/models/block3_e.h:19:8: note: Technically the member function 'models::block3_e::maxx' can be static.
enemylines3-1.2/models/block3_e.h:20:8: performance: Technically the member function 'models::block3_e::maxy' can be static. [functionStatic]
enemylines3-1.2/models/block3_e.cc:48:17: note: Technically the member function 'models::block3_e::maxy' can be static.
enemylines3-1.2/models/block3_e.h:20:8: note: Technically the member function 'models::block3_e::maxy' can be static.
enemylines3-1.2/models/block3_e.h:21:8: performance: Technically the member function 'models::block3_e::maxz' can be static. [functionStatic]
enemylines3-1.2/models/block3_e.cc:49:17: note: Technically the member function 'models::block3_e::maxz' can be static.
enemylines3-1.2/models/block3_e.h:21:8: note: Technically the member function 'models::block3_e::maxz' can be static.
enemylines3-1.2/models/block3_e.h:22:8: performance: Technically the member function 'models::block3_e::radius' can be static. [functionStatic]
enemylines3-1.2/models/block3_e.cc:50:17: note: Technically the member function 'models::block3_e::radius' can be static.
enemylines3-1.2/models/block3_e.h:22:8: note: Technically the member function 'models::block3_e::radius' can be static.
enemylines3-1.2/models/block3_n.h:10:7: performance: Technically the member function 'models::block3_n::draw' can be static. [functionStatic]
enemylines3-1.2/models/block3_n.cc:11:16: note: Technically the member function 'models::block3_n::draw' can be static.
enemylines3-1.2/models/block3_n.h:10:7: note: Technically the member function 'models::block3_n::draw' can be static.
enemylines3-1.2/models/block3_n.h:16:8: performance: Technically the member function 'models::block3_n::minx' can be static. [functionStatic]
enemylines3-1.2/models/block3_n.cc:44:17: note: Technically the member function 'models::block3_n::minx' can be static.
enemylines3-1.2/models/block3_n.h:16:8: note: Technically the member function 'models::block3_n::minx' can be static.
enemylines3-1.2/models/block3_n.h:17:8: performance: Technically the member function 'models::block3_n::miny' can be static. [functionStatic]
enemylines3-1.2/models/block3_n.cc:45:17: note: Technically the member function 'models::block3_n::miny' can be static.
enemylines3-1.2/models/block3_n.h:17:8: note: Technically the member function 'models::block3_n::miny' can be static.
enemylines3-1.2/models/block3_n.h:18:8: performance: Technically the member function 'models::block3_n::minz' can be static. [functionStatic]
enemylines3-1.2/models/block3_n.cc:46:17: note: Technically the member function 'models::block3_n::minz' can be static.
enemylines3-1.2/models/block3_n.h:18:8: note: Technically the member function 'models::block3_n::minz' can be static.
enemylines3-1.2/models/block3_n.h:19:8: performance: Technically the member function 'models::block3_n::maxx' can be static. [functionStatic]
enemylines3-1.2/models/block3_n.cc:47:17: note: Technically the member function 'models::block3_n::maxx' can be static.
enemylines3-1.2/models/block3_n.h:19:8: note: Technically the member function 'models::block3_n::maxx' can be static.
enemylines3-1.2/models/block3_n.h:20:8: performance: Technically the member function 'models::block3_n::maxy' can be static. [functionStatic]
enemylines3-1.2/models/block3_n.cc:48:17: note: Technically the member function 'models::block3_n::maxy' can be static.
enemylines3-1.2/models/block3_n.h:20:8: note: Technically the member function 'models::block3_n::maxy' can be static.
enemylines3-1.2/models/block3_n.h:21:8: performance: Technically the member function 'models::block3_n::maxz' can be static. [functionStatic]
enemylines3-1.2/models/block3_n.cc:49:17: note: Technically the member function 'models::block3_n::maxz' can be static.
enemylines3-1.2/models/block3_n.h:21:8: note: Technically the member function 'models::block3_n::maxz' can be static.
enemylines3-1.2/models/block3_n.h:22:8: performance: Technically the member function 'models::block3_n::radius' can be static. [functionStatic]
enemylines3-1.2/models/block3_n.cc:50:17: note: Technically the member function 'models::block3_n::radius' can be static.
enemylines3-1.2/models/block3_n.h:22:8: note: Technically the member function 'models::block3_n::radius' can be static.
enemylines3-1.2/models/block3_r.h:10:7: performance: Technically the member function 'models::block3_r::draw' can be static. [functionStatic]
enemylines3-1.2/models/block3_r.cc:11:16: note: Technically the member function 'models::block3_r::draw' can be static.
enemylines3-1.2/models/block3_r.h:10:7: note: Technically the member function 'models::block3_r::draw' can be static.
enemylines3-1.2/models/block3_r.h:16:8: performance: Technically the member function 'models::block3_r::minx' can be static. [functionStatic]
enemylines3-1.2/models/block3_r.cc:44:17: note: Technically the member function 'models::block3_r::minx' can be static.
enemylines3-1.2/models/block3_r.h:16:8: note: Technically the member function 'models::block3_r::minx' can be static.
enemylines3-1.2/models/block3_r.h:17:8: performance: Technically the member function 'models::block3_r::miny' can be static. [functionStatic]
enemylines3-1.2/models/block3_r.cc:45:17: note: Technically the member function 'models::block3_r::miny' can be static.
enemylines3-1.2/models/block3_r.h:17:8: note: Technically the member function 'models::block3_r::miny' can be static.
enemylines3-1.2/models/block3_r.h:18:8: performance: Technically the member function 'models::block3_r::minz' can be static. [functionStatic]
enemylines3-1.2/models/block3_r.cc:46:17: note: Technically the member function 'models::block3_r::minz' can be static.
enemylines3-1.2/models/block3_r.h:18:8: note: Technically the member function 'models::block3_r::minz' can be static.
enemylines3-1.2/models/block3_r.h:19:8: performance: Technically the member function 'models::block3_r::maxx' can be static. [functionStatic]
enemylines3-1.2/models/block3_r.cc:47:17: note: Technically the member function 'models::block3_r::maxx' can be static.
enemylines3-1.2/models/block3_r.h:19:8: note: Technically the member function 'models::block3_r::maxx' can be static.
enemylines3-1.2/models/block3_r.h:20:8: performance: Technically the member function 'models::block3_r::maxy' can be static. [functionStatic]
enemylines3-1.2/models/block3_r.cc:48:17: note: Technically the member function 'models::block3_r::maxy' can be static.
enemylines3-1.2/models/block3_r.h:20:8: note: Technically the member function 'models::block3_r::maxy' can be static.
enemylines3-1.2/models/block3_r.h:21:8: performance: Technically the member function 'models::block3_r::maxz' can be static. [functionStatic]
enemylines3-1.2/models/block3_r.cc:49:17: note: Technically the member function 'models::block3_r::maxz' can be static.
enemylines3-1.2/models/block3_r.h:21:8: note: Technically the member function 'models::block3_r::maxz' can be static.
enemylines3-1.2/models/block3_r.h:22:8: performance: Technically the member function 'models::block3_r::radius' can be static. [functionStatic]
enemylines3-1.2/models/block3_r.cc:50:17: note: Technically the member function 'models::block3_r::radius' can be static.
enemylines3-1.2/models/block3_r.h:22:8: note: Technically the member function 'models::block3_r::radius' can be static.
enemylines3-1.2/models/block3_s.h:10:7: performance: Technically the member function 'models::block3_s::draw' can be static. [functionStatic]
enemylines3-1.2/models/block3_s.cc:11:16: note: Technically the member function 'models::block3_s::draw' can be static.
enemylines3-1.2/models/block3_s.h:10:7: note: Technically the member function 'models::block3_s::draw' can be static.
enemylines3-1.2/models/block3_s.h:16:8: performance: Technically the member function 'models::block3_s::minx' can be static. [functionStatic]
enemylines3-1.2/models/block3_s.cc:44:17: note: Technically the member function 'models::block3_s::minx' can be static.
enemylines3-1.2/models/block3_s.h:16:8: note: Technically the member function 'models::block3_s::minx' can be static.
enemylines3-1.2/models/block3_s.h:17:8: performance: Technically the member function 'models::block3_s::miny' can be static. [functionStatic]
enemylines3-1.2/models/block3_s.cc:45:17: note: Technically the member function 'models::block3_s::miny' can be static.
enemylines3-1.2/models/block3_s.h:17:8: note: Technically the member function 'models::block3_s::miny' can be static.
enemylines3-1.2/models/block3_s.h:18:8: performance: Technically the member function 'models::block3_s::minz' can be static. [functionStatic]
enemylines3-1.2/models/block3_s.cc:46:17: note: Technically the member function 'models::block3_s::minz' can be static.
enemylines3-1.2/models/block3_s.h:18:8: note: Technically the member function 'models::block3_s::minz' can be static.
enemylines3-1.2/models/block3_s.h:19:8: performance: Technically the member function 'models::block3_s::maxx' can be static. [functionStatic]
enemylines3-1.2/models/block3_s.cc:47:17: note: Technically the member function 'models::block3_s::maxx' can be static.
enemylines3-1.2/models/block3_s.h:19:8: note: Technically the member function 'models::block3_s::maxx' can be static.
enemylines3-1.2/models/block3_s.h:20:8: performance: Technically the member function 'models::block3_s::maxy' can be static. [functionStatic]
enemylines3-1.2/models/block3_s.cc:48:17: note: Technically the member function 'models::block3_s::maxy' can be static.
enemylines3-1.2/models/block3_s.h:20:8: note: Technically the member function 'models::block3_s::maxy' can be static.
enemylines3-1.2/models/block3_s.h:21:8: performance: Technically the member function 'models::block3_s::maxz' can be static. [functionStatic]
enemylines3-1.2/models/block3_s.cc:49:17: note: Technically the member function 'models::block3_s::maxz' can be static.
enemylines3-1.2/models/block3_s.h:21:8: note: Technically the member function 'models::block3_s::maxz' can be static.
enemylines3-1.2/models/block3_s.h:22:8: performance: Technically the member function 'models::block3_s::radius' can be static. [functionStatic]
enemylines3-1.2/models/block3_s.cc:50:17: note: Technically the member function 'models::block3_s::radius' can be static.
enemylines3-1.2/models/block3_s.h:22:8: note: Technically the member function 'models::block3_s::radius' can be static.
enemylines3-1.2/models/block3_w.h:10:7: performance: Technically the member function 'models::block3_w::draw' can be static. [functionStatic]
enemylines3-1.2/models/block3_w.cc:11:16: note: Technically the member function 'models::block3_w::draw' can be static.
enemylines3-1.2/models/block3_w.h:10:7: note: Technically the member function 'models::block3_w::draw' can be static.
enemylines3-1.2/models/block3_w.h:16:8: performance: Technically the member function 'models::block3_w::minx' can be static. [functionStatic]
enemylines3-1.2/models/block3_w.cc:44:17: note: Technically the member function 'models::block3_w::minx' can be static.
enemylines3-1.2/models/block3_w.h:16:8: note: Technically the member function 'models::block3_w::minx' can be static.
enemylines3-1.2/models/block3_w.h:17:8: performance: Technically the member function 'models::block3_w::miny' can be static. [functionStatic]
enemylines3-1.2/models/block3_w.cc:45:17: note: Technically the member function 'models::block3_w::miny' can be static.
enemylines3-1.2/models/block3_w.h:17:8: note: Technically the member function 'models::block3_w::miny' can be static.
enemylines3-1.2/models/block3_w.h:18:8: performance: Technically the member function 'models::block3_w::minz' can be static. [functionStatic]
enemylines3-1.2/models/block3_w.cc:46:17: note: Technically the member function 'models::block3_w::minz' can be static.
enemylines3-1.2/models/block3_w.h:18:8: note: Technically the member function 'models::block3_w::minz' can be static.
enemylines3-1.2/models/block3_w.h:19:8: performance: Technically the member function 'models::block3_w::maxx' can be static. [functionStatic]
enemylines3-1.2/models/block3_w.cc:47:17: note: Technically the member function 'models::block3_w::maxx' can be static.
enemylines3-1.2/models/block3_w.h:19:8: note: Technically the member function 'models::block3_w::maxx' can be static.
enemylines3-1.2/models/block3_w.h:20:8: performance: Technically the member function 'models::block3_w::maxy' can be static. [functionStatic]
enemylines3-1.2/models/block3_w.cc:48:17: note: Technically the member function 'models::block3_w::maxy' can be static.
enemylines3-1.2/models/block3_w.h:20:8: note: Technically the member function 'models::block3_w::maxy' can be static.
enemylines3-1.2/models/block3_w.h:21:8: performance: Technically the member function 'models::block3_w::maxz' can be static. [functionStatic]
enemylines3-1.2/models/block3_w.cc:49:17: note: Technically the member function 'models::block3_w::maxz' can be static.
enemylines3-1.2/models/block3_w.h:21:8: note: Technically the member function 'models::block3_w::maxz' can be static.
enemylines3-1.2/models/block3_w.h:22:8: performance: Technically the member function 'models::block3_w::radius' can be static. [functionStatic]
enemylines3-1.2/models/block3_w.cc:50:17: note: Technically the member function 'models::block3_w::radius' can be static.
enemylines3-1.2/models/block3_w.h:22:8: note: Technically the member function 'models::block3_w::radius' can be static.
enemylines3-1.2/models/floor1.h:10:7: performance: Technically the member function 'models::floor1::draw' can be static. [functionStatic]
enemylines3-1.2/models/floor1.cc:11:14: note: Technically the member function 'models::floor1::draw' can be static.
enemylines3-1.2/models/floor1.h:10:7: note: Technically the member function 'models::floor1::draw' can be static.
enemylines3-1.2/models/floor1.h:16:8: performance: Technically the member function 'models::floor1::minx' can be static. [functionStatic]
enemylines3-1.2/models/floor1.cc:44:15: note: Technically the member function 'models::floor1::minx' can be static.
enemylines3-1.2/models/floor1.h:16:8: note: Technically the member function 'models::floor1::minx' can be static.
enemylines3-1.2/models/floor1.h:17:8: performance: Technically the member function 'models::floor1::miny' can be static. [functionStatic]
enemylines3-1.2/models/floor1.cc:45:15: note: Technically the member function 'models::floor1::miny' can be static.
enemylines3-1.2/models/floor1.h:17:8: note: Technically the member function 'models::floor1::miny' can be static.
enemylines3-1.2/models/floor1.h:18:8: performance: Technically the member function 'models::floor1::minz' can be static. [functionStatic]
enemylines3-1.2/models/floor1.cc:46:15: note: Technically the member function 'models::floor1::minz' can be static.
enemylines3-1.2/models/floor1.h:18:8: note: Technically the member function 'models::floor1::minz' can be static.
enemylines3-1.2/models/floor1.h:19:8: performance: Technically the member function 'models::floor1::maxx' can be static. [functionStatic]
enemylines3-1.2/models/floor1.cc:47:15: note: Technically the member function 'models::floor1::maxx' can be static.
enemylines3-1.2/models/floor1.h:19:8: note: Technically the member function 'models::floor1::maxx' can be static.
enemylines3-1.2/models/floor1.h:20:8: performance: Technically the member function 'models::floor1::maxy' can be static. [functionStatic]
enemylines3-1.2/models/floor1.cc:48:15: note: Technically the member function 'models::floor1::maxy' can be static.
enemylines3-1.2/models/floor1.h:20:8: note: Technically the member function 'models::floor1::maxy' can be static.
enemylines3-1.2/models/floor1.h:21:8: performance: Technically the member function 'models::floor1::maxz' can be static. [functionStatic]
enemylines3-1.2/models/floor1.cc:49:15: note: Technically the member function 'models::floor1::maxz' can be static.
enemylines3-1.2/models/floor1.h:21:8: note: Technically the member function 'models::floor1::maxz' can be static.
enemylines3-1.2/models/floor1.h:22:8: performance: Technically the member function 'models::floor1::radius' can be static. [functionStatic]
enemylines3-1.2/models/floor1.cc:50:15: note: Technically the member function 'models::floor1::radius' can be static.
enemylines3-1.2/models/floor1.h:22:8: note: Technically the member function 'models::floor1::radius' can be static.
enemylines3-1.2/models/key.h:10:7: performance: Technically the member function 'models::key::draw' can be static. [functionStatic]
enemylines3-1.2/models/key.cc:11:11: note: Technically the member function 'models::key::draw' can be static.
enemylines3-1.2/models/key.h:10:7: note: Technically the member function 'models::key::draw' can be static.
enemylines3-1.2/models/key.h:16:8: performance: Technically the member function 'models::key::minx' can be static. [functionStatic]
enemylines3-1.2/models/key.cc:62:12: note: Technically the member function 'models::key::minx' can be static.
enemylines3-1.2/models/key.h:16:8: note: Technically the member function 'models::key::minx' can be static.
enemylines3-1.2/models/key.h:17:8: performance: Technically the member function 'models::key::miny' can be static. [functionStatic]
enemylines3-1.2/models/key.cc:63:12: note: Technically the member function 'models::key::miny' can be static.
enemylines3-1.2/models/key.h:17:8: note: Technically the member function 'models::key::miny' can be static.
enemylines3-1.2/models/key.h:18:8: performance: Technically the member function 'models::key::minz' can be static. [functionStatic]
enemylines3-1.2/models/key.cc:64:12: note: Technically the member function 'models::key::minz' can be static.
enemylines3-1.2/models/key.h:18:8: note: Technically the member function 'models::key::minz' can be static.
enemylines3-1.2/models/key.h:19:8: performance: Technically the member function 'models::key::maxx' can be static. [functionStatic]
enemylines3-1.2/models/key.cc:65:12: note: Technically the member function 'models::key::maxx' can be static.
enemylines3-1.2/models/key.h:19:8: note: Technically the member function 'models::key::maxx' can be static.
enemylines3-1.2/models/key.h:20:8: performance: Technically the member function 'models::key::maxy' can be static. [functionStatic]
enemylines3-1.2/models/key.cc:66:12: note: Technically the member function 'models::key::maxy' can be static.
enemylines3-1.2/models/key.h:20:8: note: Technically the member function 'models::key::maxy' can be static.
enemylines3-1.2/models/key.h:21:8: performance: Technically the member function 'models::key::maxz' can be static. [functionStatic]
enemylines3-1.2/models/key.cc:67:12: note: Technically the member function 'models::key::maxz' can be static.
enemylines3-1.2/models/key.h:21:8: note: Technically the member function 'models::key::maxz' can be static.
enemylines3-1.2/models/key.h:22:8: performance: Technically the member function 'models::key::radius' can be static. [functionStatic]
enemylines3-1.2/models/key.cc:68:12: note: Technically the member function 'models::key::radius' can be static.
enemylines3-1.2/models/key.h:22:8: note: Technically the member function 'models::key::radius' can be static.
enemylines3-1.2/models/pill.h:10:7: performance: Technically the member function 'models::pill::draw' can be static. [functionStatic]
enemylines3-1.2/models/pill.cc:11:12: note: Technically the member function 'models::pill::draw' can be static.
enemylines3-1.2/models/pill.h:10:7: note: Technically the member function 'models::pill::draw' can be static.
enemylines3-1.2/models/pill.h:16:8: performance: Technically the member function 'models::pill::minx' can be static. [functionStatic]
enemylines3-1.2/models/pill.cc:44:13: note: Technically the member function 'models::pill::minx' can be static.
enemylines3-1.2/models/pill.h:16:8: note: Technically the member function 'models::pill::minx' can be static.
enemylines3-1.2/models/pill.h:17:8: performance: Technically the member function 'models::pill::miny' can be static. [functionStatic]
enemylines3-1.2/models/pill.cc:45:13: note: Technically the member function 'models::pill::miny' can be static.
enemylines3-1.2/models/pill.h:17:8: note: Technically the member function 'models::pill::miny' can be static.
enemylines3-1.2/models/pill.h:18:8: performance: Technically the member function 'models::pill::minz' can be static. [functionStatic]
enemylines3-1.2/models/pill.cc:46:13: note: Technically the member function 'models::pill::minz' can be static.
enemylines3-1.2/models/pill.h:18:8: note: Technically the member function 'models::pill::minz' can be static.
enemylines3-1.2/models/pill.h:19:8: performance: Technically the member function 'models::pill::maxx' can be static. [functionStatic]
enemylines3-1.2/models/pill.cc:47:13: note: Technically the member function 'models::pill::maxx' can be static.
enemylines3-1.2/models/pill.h:19:8: note: Technically the member function 'models::pill::maxx' can be static.
enemylines3-1.2/models/pill.h:20:8: performance: Technically the member function 'models::pill::maxy' can be static. [functionStatic]
enemylines3-1.2/models/pill.cc:48:13: note: Technically the member function 'models::pill::maxy' can be static.
enemylines3-1.2/models/pill.h:20:8: note: Technically the member function 'models::pill::maxy' can be static.
enemylines3-1.2/models/pill.h:21:8: performance: Technically the member function 'models::pill::maxz' can be static. [functionStatic]
enemylines3-1.2/models/pill.cc:49:13: note: Technically the member function 'models::pill::maxz' can be static.
enemylines3-1.2/models/pill.h:21:8: note: Technically the member function 'models::pill::maxz' can be static.
enemylines3-1.2/models/pill.h:22:8: performance: Technically the member function 'models::pill::radius' can be static. [functionStatic]
enemylines3-1.2/models/pill.cc:50:13: note: Technically the member function 'models::pill::radius' can be static.
enemylines3-1.2/models/pill.h:22:8: note: Technically the member function 'models::pill::radius' can be static.
enemylines3-1.2/models/robot.h:10:7: performance: Technically the member function 'models::robot::draw' can be static. [functionStatic]
enemylines3-1.2/models/robot.cc:11:13: note: Technically the member function 'models::robot::draw' can be static.
enemylines3-1.2/models/robot.h:10:7: note: Technically the member function 'models::robot::draw' can be static.
enemylines3-1.2/models/robot.h:16:8: performance: Technically the member function 'models::robot::minx' can be static. [functionStatic]
enemylines3-1.2/models/robot.cc:62:14: note: Technically the member function 'models::robot::minx' can be static.
enemylines3-1.2/models/robot.h:16:8: note: Technically the member function 'models::robot::minx' can be static.
enemylines3-1.2/models/robot.h:17:8: performance: Technically the member function 'models::robot::miny' can be static. [functionStatic]
enemylines3-1.2/models/robot.cc:63:14: note: Technically the member function 'models::robot::miny' can be static.
enemylines3-1.2/models/robot.h:17:8: note: Technically the member function 'models::robot::miny' can be static.
enemylines3-1.2/models/robot.h:18:8: performance: Technically the member function 'models::robot::minz' can be static. [functionStatic]
enemylines3-1.2/models/robot.cc:64:14: note: Technically the member function 'models::robot::minz' can be static.
enemylines3-1.2/models/robot.h:18:8: note: Technically the member function 'models::robot::minz' can be static.
enemylines3-1.2/models/robot.h:19:8: performance: Technically the member function 'models::robot::maxx' can be static. [functionStatic]
enemylines3-1.2/models/robot.cc:65:14: note: Technically the member function 'models::robot::maxx' can be static.
enemylines3-1.2/models/robot.h:19:8: note: Technically the member function 'models::robot::maxx' can be static.
enemylines3-1.2/models/robot.h:20:8: performance: Technically the member function 'models::robot::maxy' can be static. [functionStatic]
enemylines3-1.2/models/robot.cc:66:14: note: Technically the member function 'models::robot::maxy' can be static.
enemylines3-1.2/models/robot.h:20:8: note: Technically the member function 'models::robot::maxy' can be static.
enemylines3-1.2/models/robot.h:21:8: performance: Technically the member function 'models::robot::maxz' can be static. [functionStatic]
enemylines3-1.2/models/robot.cc:67:14: note: Technically the member function 'models::robot::maxz' can be static.
enemylines3-1.2/models/robot.h:21:8: note: Technically the member function 'models::robot::maxz' can be static.
enemylines3-1.2/models/robot.h:22:8: performance: Technically the member function 'models::robot::radius' can be static. [functionStatic]
enemylines3-1.2/models/robot.cc:68:14: note: Technically the member function 'models::robot::radius' can be static.
enemylines3-1.2/models/robot.h:22:8: note: Technically the member function 'models::robot::radius' can be static.
enemylines3-1.2/models/skel.cc:5:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
enemylines3-1.2/models/skip.h:10:7: performance: Technically the member function 'models::skip::draw' can be static. [functionStatic]
enemylines3-1.2/models/skip.cc:11:12: note: Technically the member function 'models::skip::draw' can be static.
enemylines3-1.2/models/skip.h:10:7: note: Technically the member function 'models::skip::draw' can be static.
enemylines3-1.2/models/skip.h:16:8: performance: Technically the member function 'models::skip::minx' can be static. [functionStatic]
enemylines3-1.2/models/skip.cc:44:13: note: Technically the member function 'models::skip::minx' can be static.
enemylines3-1.2/models/skip.h:16:8: note: Technically the member function 'models::skip::minx' can be static.
enemylines3-1.2/models/skip.h:17:8: performance: Technically the member function 'models::skip::miny' can be static. [functionStatic]
enemylines3-1.2/models/skip.cc:45:13: note: Technically the member function 'models::skip::miny' can be static.
enemylines3-1.2/models/skip.h:17:8: note: Technically the member function 'models::skip::miny' can be static.
enemylines3-1.2/models/skip.h:18:8: performance: Technically the member function 'models::skip::minz' can be static. [functionStatic]
enemylines3-1.2/models/skip.cc:46:13: note: Technically the member function 'models::skip::minz' can be static.
enemylines3-1.2/models/skip.h:18:8: note: Technically the member function 'models::skip::minz' can be static.
enemylines3-1.2/models/skip.h:19:8: performance: Technically the member function 'models::skip::maxx' can be static. [functionStatic]
enemylines3-1.2/models/skip.cc:47:13: note: Technically the member function 'models::skip::maxx' can be static.
enemylines3-1.2/models/skip.h:19:8: note: Technically the member function 'models::skip::maxx' can be static.
enemylines3-1.2/models/skip.h:20:8: performance: Technically the member function 'models::skip::maxy' can be static. [functionStatic]
enemylines3-1.2/models/skip.cc:48:13: note: Technically the member function 'models::skip::maxy' can be static.
enemylines3-1.2/models/skip.h:20:8: note: Technically the member function 'models::skip::maxy' can be static.
enemylines3-1.2/models/skip.h:21:8: performance: Technically the member function 'models::skip::maxz' can be static. [functionStatic]
enemylines3-1.2/models/skip.cc:49:13: note: Technically the member function 'models::skip::maxz' can be static.
enemylines3-1.2/models/skip.h:21:8: note: Technically the member function 'models::skip::maxz' can be static.
enemylines3-1.2/models/skip.h:22:8: performance: Technically the member function 'models::skip::radius' can be static. [functionStatic]
enemylines3-1.2/models/skip.cc:50:13: note: Technically the member function 'models::skip::radius' can be static.
enemylines3-1.2/models/skip.h:22:8: note: Technically the member function 'models::skip::radius' can be static.
enemylines3-1.2/models/weapon.h:10:7: performance: Technically the member function 'models::weapon::draw' can be static. [functionStatic]
enemylines3-1.2/models/weapon.cc:11:14: note: Technically the member function 'models::weapon::draw' can be static.
enemylines3-1.2/models/weapon.h:10:7: note: Technically the member function 'models::weapon::draw' can be static.
enemylines3-1.2/random.cc:27:6: style: The scope of the variable 'r' can be reduced. [variableScope]
enemylines3-1.2/random.h:12:15: performance: Technically the member function 'el3::Random::get' can be static. [functionStatic]
enemylines3-1.2/random.cc:39:22: note: Technically the member function 'el3::Random::get' can be static.
enemylines3-1.2/random.h:12:15: note: Technically the member function 'el3::Random::get' can be static.
enemylines3-1.2/random.h:16:7: performance: Technically the member function 'el3::Random::boolean' can be static. [functionStatic]
enemylines3-1.2/random.cc:15:14: note: Technically the member function 'el3::Random::boolean' can be static.
enemylines3-1.2/random.h:16:7: note: Technically the member function 'el3::Random::boolean' can be static.
enemylines3-1.2/shot.cc:120:20: style: Function 'add' argument 1 names different: declaration 'p' definition 'f'. [funcArgNamesDifferent]
enemylines3-1.2/shot.h:27:22: note: Function 'add' argument 1 names different: declaration 'p' definition 'f'.
enemylines3-1.2/shot.cc:120:20: note: Function 'add' argument 1 names different: declaration 'p' definition 'f'.
enemylines3-1.2/shot.cc:120:26: style: Function 'add' argument 2 names different: declaration 'to' definition 't'. [funcArgNamesDifferent]
enemylines3-1.2/shot.h:27:28: note: Function 'add' argument 2 names different: declaration 'to' definition 't'.
enemylines3-1.2/shot.cc:120:26: note: Function 'add' argument 2 names different: declaration 'to' definition 't'.
enemylines3-1.2/shot.cc:97:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
enemylines3-1.2/shot.cc:109:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
enemylines3-1.2/shot.cc:116:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
enemylines3-1.2/shot.cc:17:7: warning: Member variable 'Shot::timestamp' is not initialized in the constructor. [uninitMemberVar]
enemylines3-1.2/shot.h:20:15: style: Technically the member function 'el3::Shot::lifetimepercent' can be const. [functionConst]
enemylines3-1.2/shot.cc:46:20: note: Technically the member function 'el3::Shot::lifetimepercent' can be const.
enemylines3-1.2/shot.h:20:15: note: Technically the member function 'el3::Shot::lifetimepercent' can be const.
enemylines3-1.2/shot.h:24:7: performance: Technically the member function 'el3::Shot::init' can be static. [functionStatic]
enemylines3-1.2/shot.cc:57:12: note: Technically the member function 'el3::Shot::init' can be static.
enemylines3-1.2/shot.h:24:7: note: Technically the member function 'el3::Shot::init' can be static.
enemylines3-1.2/tile.cc:110:31: style: Function 'draw' argument 2 names different: declaration 'mi' definition 'map'. [funcArgNamesDifferent]
enemylines3-1.2/tile.h:15:33: note: Function 'draw' argument 2 names different: declaration 'mi' definition 'map'.
enemylines3-1.2/tile.cc:110:31: note: Function 'draw' argument 2 names different: declaration 'mi' definition 'map'.
enemylines3-1.2/tile.cc:129:37: style: Function 'draw_above' argument 2 names different: declaration 'mi' definition 'map'. [funcArgNamesDifferent]
enemylines3-1.2/tile.h:16:39: note: Function 'draw_above' argument 2 names different: declaration 'mi' definition 'map'.
enemylines3-1.2/tile.cc:129:37: note: Function 'draw_above' argument 2 names different: declaration 'mi' definition 'map'.
enemylines3-1.2/timeoutlist.h:34:48: style: Unused variable: it [unusedVariable]
enemylines3-1.2/timeoutlist.h:54:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
enemylines3-1.2/timeoutlist.h:61:4: style: Technically the member function 'el3::Timeoutlist::get' can be const. [functionConst]
enemylines3-1.2/util.cc:16:19: style: The scope of the variable 'errorstring' can be reduced. [variableScope]
enemylines3-1.2/util.cc:60:27: style: Function 'screenshot' argument 2 names different: declaration 'hi' definition 'h'. [funcArgNamesDifferent]
enemylines3-1.2/util.h:15:27: note: Function 'screenshot' argument 2 names different: declaration 'hi' definition 'h'.
enemylines3-1.2/util.cc:60:27: note: Function 'screenshot' argument 2 names different: declaration 'hi' definition 'h'.
[17:42]

ftp://ftp.se.debian.org/debian/pool/main/e/enemylines7/enemylines7_0.6.orig.tar.gz
enemylines7-0.6/audio.cc:53:30: style: Function 'load' argument 1 names different: declaration 'dir' definition 'path'. [funcArgNamesDifferent]
enemylines7-0.6/audio.h:38:31: note: Function 'load' argument 1 names different: declaration 'dir' definition 'path'.
enemylines7-0.6/audio.cc:53:30: note: Function 'load' argument 1 names different: declaration 'dir' definition 'path'.
enemylines7-0.6/audio.cc:139:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
enemylines7-0.6/audio.cc:112:2: warning: Member variable 'toplay::tick' is not initialized in the constructor. [uninitMemberVar]
enemylines7-0.6/audio.cc:112:2: warning: Member variable 'toplay::sample' is not initialized in the constructor. [uninitMemberVar]
enemylines7-0.6/audio.cc:112:2: warning: Member variable 'toplay::chan' is not initialized in the constructor. [uninitMemberVar]
enemylines7-0.6/audio.cc:112:2: warning: Member variable 'toplay::repeat' is not initialized in the constructor. [uninitMemberVar]
enemylines7-0.6/audio.cc:53:30: performance: Function parameter 'path' should be passed by const reference. [passedByValue]
enemylines7-0.6/block/block.cc:13:3: performance: Variable 'displaylist' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
enemylines7-0.6/block/blockinfo.cc:13:2: performance: Variable 'pos_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
enemylines7-0.6/block/cacher.cc:58:42: style: Function 'cache' argument 2 names different: declaration 'level' definition 'l'. [funcArgNamesDifferent]
enemylines7-0.6/block/cacher.h:24:35: note: Function 'cache' argument 2 names different: declaration 'level' definition 'l'.
enemylines7-0.6/block/cacher.cc:58:42: note: Function 'cache' argument 2 names different: declaration 'level' definition 'l'.
enemylines7-0.6/block/cacher.cc:75:31: style: Function 'count' argument 1 names different: declaration 'b' definition 'bi'. [funcArgNamesDifferent]
enemylines7-0.6/block/cacher.h:26:24: note: Function 'count' argument 1 names different: declaration 'b' definition 'bi'.
enemylines7-0.6/block/cacher.cc:75:31: note: Function 'count' argument 1 names different: declaration 'b' definition 'bi'.
enemylines7-0.6/block/cacher.cc:94:31: style: Function 'paint' argument 1 names different: declaration 'b' definition 'bi'. [funcArgNamesDifferent]
enemylines7-0.6/block/cacher.h:25:24: note: Function 'paint' argument 1 names different: declaration 'b' definition 'bi'.
enemylines7-0.6/block/cacher.cc:94:31: note: Function 'paint' argument 1 names different: declaration 'b' definition 'bi'.
enemylines7-0.6/block/cacher.cc:12:9: warning: Member variable 'Cacher::stat' is not initialized in the constructor. [uninitMemberVar]
enemylines7-0.6/block/cacher.cc:12:9: warning: Member variable 'Cacher::stat_drawn' is not initialized in the constructor. [uninitMemberVar]
enemylines7-0.6/block/cacher.cc:12:9: warning: Member variable 'Cacher::level' is not initialized in the constructor. [uninitMemberVar]
enemylines7-0.6/block/collider.cc:14:37: style: Function 'collide' argument 2 names different: declaration 'p' definition 'testpos'. [funcArgNamesDifferent]
enemylines7-0.6/block/collider.h:16:35: note: Function 'collide' argument 2 names different: declaration 'p' definition 'testpos'.
enemylines7-0.6/block/collider.cc:14:37: note: Function 'collide' argument 2 names different: declaration 'p' definition 'testpos'.
enemylines7-0.6/block/collider.cc:14:51: style: Function 'collide' argument 3 names different: declaration 's' definition 'size'. [funcArgNamesDifferent]
enemylines7-0.6/block/collider.h:16:43: note: Function 'collide' argument 3 names different: declaration 's' definition 'size'.
enemylines7-0.6/block/collider.cc:14:51: note: Function 'collide' argument 3 names different: declaration 's' definition 'size'.
enemylines7-0.6/block/collider.cc:38:35: style: Function 'collide' argument 1 names different: declaration 'b' definition 'bi'. [funcArgNamesDifferent]
enemylines7-0.6/block/collider.h:17:33: note: Function 'collide' argument 1 names different: declaration 'b' definition 'bi'.
enemylines7-0.6/block/collider.cc:38:35: note: Function 'collide' argument 1 names different: declaration 'b' definition 'bi'.
enemylines7-0.6/block/collider.cc:38:42: style: Function 'collide' argument 2 names different: declaration 'p' definition 'testpos'. [funcArgNamesDifferent]
enemylines7-0.6/block/collider.h:17:39: note: Function 'collide' argument 2 names different: declaration 'p' definition 'testpos'.
enemylines7-0.6/block/collider.cc:38:42: note: Function 'collide' argument 2 names different: declaration 'p' definition 'testpos'.
enemylines7-0.6/block/collider.cc:38:56: style: Function 'collide' argument 3 names different: declaration 's' definition 'size'. [funcArgNamesDifferent]
enemylines7-0.6/block/collider.h:17:47: note: Function 'collide' argument 3 names different: declaration 's' definition 'size'.
enemylines7-0.6/block/collider.cc:38:56: note: Function 'collide' argument 3 names different: declaration 's' definition 'size'.
enemylines7-0.6/block/debugger.cc:18:33: style: Function 'debug' argument 1 names different: declaration 'b' definition 'bi'. [funcArgNamesDifferent]
enemylines7-0.6/block/debugger.h:20:31: note: Function 'debug' argument 1 names different: declaration 'b' definition 'bi'.
enemylines7-0.6/block/debugger.cc:18:33: note: Function 'debug' argument 1 names different: declaration 'b' definition 'bi'.
enemylines7-0.6/block/debugger.cc:32:7: style: Variable 'mat' is assigned a value that is never used. [unreadVariable]
enemylines7-0.6/block/destructor.cc:18:40: style: Function 'destruct' argument 2 names different: declaration 'p' definition 'testpos'. [funcArgNamesDifferent]
enemylines7-0.6/block/destructor.h:18:29: note: Function 'destruct' argument 2 names different: declaration 'p' definition 'testpos'.
enemylines7-0.6/block/destructor.cc:18:40: note: Function 'destruct' argument 2 names different: declaration 'p' definition 'testpos'.
enemylines7-0.6/block/destructor.cc:18:54: style: Function 'destruct' argument 3 names different: declaration 's' definition 'size'. [funcArgNamesDifferent]
enemylines7-0.6/block/destructor.h:18:37: note: Function 'destruct' argument 3 names different: declaration 's' definition 'size'.
enemylines7-0.6/block/destructor.cc:18:54: note: Function 'destruct' argument 3 names different: declaration 's' definition 'size'.
enemylines7-0.6/block/destructor.cc:44:38: style: Function 'destruct' argument 1 names different: declaration 'b' definition 'bi'. [funcArgNamesDifferent]
enemylines7-0.6/block/destructor.h:19:27: note: Function 'destruct' argument 1 names different: declaration 'b' definition 'bi'.
enemylines7-0.6/block/destructor.cc:44:38: note: Function 'destruct' argument 1 names different: declaration 'b' definition 'bi'.
enemylines7-0.6/block/destructor.cc:44:45: style: Function 'destruct' argument 2 names different: declaration 'p' definition 'testpos'. [funcArgNamesDifferent]
enemylines7-0.6/block/destructor.h:19:33: note: Function 'destruct' argument 2 names different: declaration 'p' definition 'testpos'.
enemylines7-0.6/block/destructor.cc:44:45: note: Function 'destruct' argument 2 names different: declaration 'p' definition 'testpos'.
enemylines7-0.6/block/destructor.cc:44:59: style: Function 'destruct' argument 3 names different: declaration 's' definition 'size'. [funcArgNamesDifferent]
enemylines7-0.6/block/destructor.h:19:41: note: Function 'destruct' argument 3 names different: declaration 's' definition 'size'.
enemylines7-0.6/block/destructor.cc:44:59: note: Function 'destruct' argument 3 names different: declaration 's' definition 'size'.
enemylines7-0.6/block/destructor.h:14:1: style: The class 'Destructor' does not have a constructor although it has private member variables. [noConstructor]
enemylines7-0.6/block/destructor.h:21:15: style: Technically the member function 'block::Destructor::result' can be const. [functionConst]
enemylines7-0.6/block/infostack.h:19:7: style: Technically the member function 'block::Infostack::empty' can be const. [functionConst]
enemylines7-0.6/block/infostack.cc:13:17: note: Technically the member function 'block::Infostack::empty' can be const.
enemylines7-0.6/block/infostack.h:19:7: note: Technically the member function 'block::Infostack::empty' can be const.
enemylines7-0.6/block/infostack.cc:29:52: performance: Function parameter 'sk' should be passed by const reference. [passedByValue]
enemylines7-0.6/block/map2.cc:29:33: style: Function 'set_path' argument 1 names different: declaration 'p' definition 's'. [funcArgNamesDifferent]
enemylines7-0.6/block/map2.h:51:35: note: Function 'set_path' argument 1 names different: declaration 'p' definition 's'.
enemylines7-0.6/block/map2.cc:29:33: note: Function 'set_path' argument 1 names different: declaration 'p' definition 's'.
enemylines7-0.6/block/map2.cc:34:53: style: Function 'select' argument 3 names different: declaration 'level' definition 'button'. [funcArgNamesDifferent]
enemylines7-0.6/block/map2.h:31:48: note: Function 'select' argument 3 names different: declaration 'level' definition 'button'.
enemylines7-0.6/block/map2.cc:34:53: note: Function 'select' argument 3 names different: declaration 'level' definition 'button'.
enemylines7-0.6/block/selector2.h:17:1: style: The class 'Selector2' does not have a constructor although it has private member variables. [noConstructor]
enemylines7-0.6/block/map2.h:34:7: style: Technically the member function 'block::Map2::save' can be const. [functionConst]
enemylines7-0.6/block/map2.cc:176:12: note: Technically the member function 'block::Map2::save' can be const.
enemylines7-0.6/block/map2.h:34:7: note: Technically the member function 'block::Map2::save' can be const.
enemylines7-0.6/block/selector2.h:25:12: style: Technically the member function 'block::Selector2::get_result' can be const. [functionConst]
enemylines7-0.6/block/map2.cc:24:29: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
enemylines7-0.6/block/map2.cc:29:33: performance: Function parameter 's' should be passed by const reference. [passedByValue]
enemylines7-0.6/block/map2.cc:168:29: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
enemylines7-0.6/block/material.cc:29:31: style: Function 'draw_material' argument 1 names different: declaration 'm' definition 'mat'. [funcArgNamesDifferent]
enemylines7-0.6/block/material.h:52:31: note: Function 'draw_material' argument 1 names different: declaration 'm' definition 'mat'.
enemylines7-0.6/block/material.cc:29:31: note: Function 'draw_material' argument 1 names different: declaration 'm' definition 'mat'.
enemylines7-0.6/block/merger.cc:16:31: style: Function 'merge' argument 1 names different: declaration 'b' definition 'bi'. [funcArgNamesDifferent]
enemylines7-0.6/block/merger.h:19:31: note: Function 'merge' argument 1 names different: declaration 'b' definition 'bi'.
enemylines7-0.6/block/merger.cc:16:31: note: Function 'merge' argument 1 names different: declaration 'b' definition 'bi'.
enemylines7-0.6/block/painter3.cc:25:33: style: Function 'paint' argument 1 names different: declaration 'b' definition 'bi'. [funcArgNamesDifferent]
enemylines7-0.6/block/painter3.h:23:31: note: Function 'paint' argument 1 names different: declaration 'b' definition 'bi'.
enemylines7-0.6/block/painter3.cc:25:33: note: Function 'paint' argument 1 names different: declaration 'b' definition 'bi'.
enemylines7-0.6/block/painter6.cc:25:33: style: Function 'paint' argument 1 names different: declaration 'b' definition 'bi'. [funcArgNamesDifferent]
enemylines7-0.6/block/painter6.h:23:31: note: Function 'paint' argument 1 names different: declaration 'b' definition 'bi'.
enemylines7-0.6/block/painter6.cc:25:33: note: Function 'paint' argument 1 names different: declaration 'b' definition 'bi'.
enemylines7-0.6/block/selector2.cc:11:69: style: Function 'select' argument 4 names different: declaration 'level' definition 'l'. [funcArgNamesDifferent]
enemylines7-0.6/block/selector2.h:23:59: note: Function 'select' argument 4 names different: declaration 'level' definition 'l'.
enemylines7-0.6/block/selector2.cc:11:69: note: Function 'select' argument 4 names different: declaration 'level' definition 'l'.
enemylines7-0.6/math/matrix4_tpl.h:64:12: style: The scope of the variable 'mai0' can be reduced. [variableScope]
enemylines7-0.6/math/matrix4_tpl.h:64:18: style: The scope of the variable 'mai1' can be reduced. [variableScope]
enemylines7-0.6/math/matrix4_tpl.h:64:24: style: The scope of the variable 'mai2' can be reduced. [variableScope]
enemylines7-0.6/math/matrix4_tpl.h:64:30: style: The scope of the variable 'mai3' can be reduced. [variableScope]
enemylines7-0.6/container.cc:31:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
enemylines7-0.6/container.cc:39:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
enemylines7-0.6/container.cc:48:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
enemylines7-0.6/container.cc:57:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
enemylines7-0.6/container.cc:67:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
enemylines7-0.6/container.cc:12:12: warning: Member variable 'Container::game' is not initialized in the constructor. [uninitMemberVar]
enemylines7-0.6/math/box3_tpl.h:17:13: style: Technically the member function 'Box3_tpl::size' can be const. [functionConst]
enemylines7-0.6/math/box3_tpl.h:18:4: style: Technically the member function 'Box3_tpl::xsize' can be const. [functionConst]
enemylines7-0.6/math/box3_tpl.h:19:4: style: Technically the member function 'Box3_tpl::ysize' can be const. [functionConst]
enemylines7-0.6/math/box3_tpl.h:20:4: style: Technically the member function 'Box3_tpl::zsize' can be const. [functionConst]
enemylines7-0.6/math/box3_tpl.h:21:13: style: Technically the member function 'Box3_tpl::center' can be const. [functionConst]
enemylines7-0.6/math/box3_tpl.h:44:7: style: Technically the member function 'Box3_tpl::iswithin' can be const. [functionConst]
enemylines7-0.6/math/matrix4_tpl.h:95:13: style: Technically the member function 'Matrix4_tpl::extract_plane' can be const. [functionConst]
enemylines7-0.6/container.h:26:7: performance: Technically the member function 'el7::Container::clear' can be static. [functionStatic]
enemylines7-0.6/container.cc:18:17: note: Technically the member function 'el7::Container::clear' can be static.
enemylines7-0.6/container.h:26:7: note: Technically the member function 'el7::Container::clear' can be static.
enemylines7-0.6/math/c4_tpl.h:23:0: style: Technically the member function 'C4_tpl < float >::toarray' can be const. [functionConst]
enemylines7-0.6/math/c4_tpl.h:32:0: style: Technically the member function 'C4_tpl < float >::distance_from_plane' can be const. [functionConst]
enemylines7-0.6/math/c4_tpl.h:45:0: style: Technically the member function 'C4_tpl < float >::operator+' can be const. [functionConst]
enemylines7-0.6/math/c4_tpl.h:54:0: style: Technically the member function 'C4_tpl < float >::operator-' can be const. [functionConst]
enemylines7-0.6/math/c4_tpl.h:71:0: style: Technically the member function 'C4_tpl < float >::operator/' can be const. [functionConst]
enemylines7-0.6/math/c3_tpl.h:24:0: style: Technically the member function 'C3_tpl < float >::dot' can be const. [functionConst]
enemylines7-0.6/math/c3_tpl.h:25:0: style: Technically the member function 'C3_tpl < float >::dot' can be const. [functionConst]
enemylines7-0.6/math/c3_tpl.h:46:0: style: Technically the member function 'C3_tpl < float >::isnull' can be const. [functionConst]
enemylines7-0.6/math/c3_tpl.h:52:0: style: Technically the member function 'C3_tpl < float >::exceeds' can be const. [functionConst]
enemylines7-0.6/math/c3_tpl.h:62:0: style: Technically the member function 'C3_tpl < float >::toint' can be const. [functionConst]
enemylines7-0.6/math/c3_tpl.h:70:0: style: Technically the member function 'C3_tpl < float >::tofloat' can be const. [functionConst]
enemylines7-0.6/math/c3_tpl.h:91:0: style: Technically the member function 'C3_tpl < float >::dist' can be const. [functionConst]
enemylines7-0.6/math/c3_tpl.h:101:0: style: Technically the member function 'C3_tpl < float >::too_far' can be const. [functionConst]
enemylines7-0.6/math/c3_tpl.h:114:0: style: Technically the member function 'C3_tpl < float >::dist_below' can be const. [functionConst]
enemylines7-0.6/math/c3_tpl.h:154:0: style: Technically the member function 'C3_tpl < float >::operator+' can be const. [functionConst]
enemylines7-0.6/math/c3_tpl.h:162:0: style: Technically the member function 'C3_tpl < float >::operator+' can be const. [functionConst]
enemylines7-0.6/math/c3_tpl.h:183:0: style: Technically the member function 'C3_tpl < float >::operator-' can be const. [functionConst]
enemylines7-0.6/math/c3_tpl.h:191:0: style: Technically the member function 'C3_tpl < float >::operator-' can be const. [functionConst]
enemylines7-0.6/math/c3_tpl.h:199:0: style: Technically the member function 'C3_tpl < float >::operator*' can be const. [functionConst]
enemylines7-0.6/math/c3_tpl.h:207:0: style: Technically the member function 'C3_tpl < float >::operator*' can be const. [functionConst]
enemylines7-0.6/math/c3_tpl.h:234:0: style: Technically the member function 'C3_tpl < float >::operator/' can be const. [functionConst]
enemylines7-0.6/math/c3_tpl.h:241:0: style: Technically the member function 'C3_tpl < float >::operator/' can be const. [functionConst]
enemylines7-0.6/math/c3_tpl.h:24:0: style: Technically the member function 'C3_tpl < int >::dot' can be const. [functionConst]
enemylines7-0.6/math/c3_tpl.h:25:0: style: Technically the member function 'C3_tpl < int >::dot' can be const. [functionConst]
enemylines7-0.6/math/c3_tpl.h:46:0: style: Technically the member function 'C3_tpl < int >::isnull' can be const. [functionConst]
enemylines7-0.6/math/c3_tpl.h:52:0: style: Technically the member function 'C3_tpl < int >::exceeds' can be const. [functionConst]
enemylines7-0.6/math/c3_tpl.h:62:0: style: Technically the member function 'C3_tpl < int >::toint' can be const. [functionConst]
enemylines7-0.6/math/c3_tpl.h:70:0: style: Technically the member function 'C3_tpl < int >::tofloat' can be const. [functionConst]
enemylines7-0.6/math/c3_tpl.h:91:0: style: Technically the member function 'C3_tpl < int >::dist' can be const. [functionConst]
enemylines7-0.6/math/c3_tpl.h:101:0: style: Technically the member function 'C3_tpl < int >::too_far' can be const. [functionConst]
enemylines7-0.6/math/c3_tpl.h:114:0: style: Technically the member function 'C3_tpl < int >::dist_below' can be const. [functionConst]
enemylines7-0.6/math/c3_tpl.h:154:0: style: Technically the member function 'C3_tpl < int >::operator+' can be const. [functionConst]
enemylines7-0.6/math/c3_tpl.h:162:0: style: Technically the member function 'C3_tpl < int >::operator+' can be const. [functionConst]
enemylines7-0.6/math/c3_tpl.h:183:0: style: Technically the member function 'C3_tpl < int >::operator-' can be const. [functionConst]
enemylines7-0.6/math/c3_tpl.h:191:0: style: Technically the member function 'C3_tpl < int >::operator-' can be const. [functionConst]
enemylines7-0.6/math/c3_tpl.h:199:0: style: Technically the member function 'C3_tpl < int >::operator*' can be const. [functionConst]
enemylines7-0.6/math/c3_tpl.h:207:0: style: Technically the member function 'C3_tpl < int >::operator*' can be const. [functionConst]
enemylines7-0.6/math/c3_tpl.h:234:0: style: Technically the member function 'C3_tpl < int >::operator/' can be const. [functionConst]
enemylines7-0.6/math/c3_tpl.h:241:0: style: Technically the member function 'C3_tpl < int >::operator/' can be const. [functionConst]
enemylines7-0.6/math/c3_tpl.h:20:0: style: Class 'C3_tpl < float >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
enemylines7-0.6/math/c3_tpl.h:20:0: style: Class 'C3_tpl < int >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
enemylines7-0.6/elements/difficulty.cc:58:37: style: Function 'label' argument 1 names different: declaration 'n' definition 'l'. [funcArgNamesDifferent]
enemylines7-0.6/elements/difficulty.h:42:25: note: Function 'label' argument 1 names different: declaration 'n' definition 'l'.
enemylines7-0.6/elements/difficulty.cc:58:37: note: Function 'label' argument 1 names different: declaration 'n' definition 'l'.
enemylines7-0.6/elements/difficulty.cc:58:42: style: Function 'label' argument 2 names different: declaration 'pos' definition 'p'. [funcArgNamesDifferent]
enemylines7-0.6/elements/difficulty.h:42:30: note: Function 'label' argument 2 names different: declaration 'pos' definition 'p'.
enemylines7-0.6/elements/difficulty.cc:58:42: note: Function 'label' argument 2 names different: declaration 'pos' definition 'p'.
enemylines7-0.6/elements/difficulty.cc:61:26: style: Function 'dim' argument 1 names different: declaration 'pos' definition 'p'. [funcArgNamesDifferent]
enemylines7-0.6/elements/difficulty.h:43:14: note: Function 'dim' argument 1 names different: declaration 'pos' definition 'p'.
enemylines7-0.6/elements/difficulty.cc:61:26: note: Function 'dim' argument 1 names different: declaration 'pos' definition 'p'.
enemylines7-0.6/elements/difficulty.cc:61:41: style: Function 'dim' argument 2 names different: declaration 'width' definition 'w'. [funcArgNamesDifferent]
enemylines7-0.6/elements/difficulty.h:43:31: note: Function 'dim' argument 2 names different: declaration 'width' definition 'w'.
enemylines7-0.6/elements/difficulty.cc:61:41: note: Function 'dim' argument 2 names different: declaration 'width' definition 'w'.
enemylines7-0.6/elements/difficulty.cc:61:56: style: Function 'dim' argument 3 names different: declaration 'font' definition 'f'. [funcArgNamesDifferent]
enemylines7-0.6/elements/difficulty.h:43:50: note: Function 'dim' argument 3 names different: declaration 'font' definition 'f'.
enemylines7-0.6/elements/difficulty.cc:61:56: note: Function 'dim' argument 3 names different: declaration 'font' definition 'f'.
enemylines7-0.6/elements/difficulty.cc:11:3: performance: Variable 'label_dl' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
enemylines7-0.6/elements/difficulty.h:33:15: style: Technically the member function 'el7::Difficulty::get' can be const. [functionConst]
enemylines7-0.6/elements/difficulty.h:36:8: style: Technically the member function 'el7::Difficulty::linear_higher_with_diffi' can be const. [functionConst]
enemylines7-0.6/elements/difficulty.cc:28:20: note: Technically the member function 'el7::Difficulty::linear_higher_with_diffi' can be const.
enemylines7-0.6/elements/difficulty.h:36:8: note: Technically the member function 'el7::Difficulty::linear_higher_with_diffi' can be const.
enemylines7-0.6/elements/difficulty.h:37:8: style: Technically the member function 'el7::Difficulty::linear_lower_with_diffi' can be const. [functionConst]
enemylines7-0.6/elements/difficulty.cc:35:20: note: Technically the member function 'el7::Difficulty::linear_lower_with_diffi' can be const.
enemylines7-0.6/elements/difficulty.h:37:8: note: Technically the member function 'el7::Difficulty::linear_lower_with_diffi' can be const.
enemylines7-0.6/elements/difficulty.h:42:7: performance: Technically the member function 'el7::Difficulty::label' can be static. [functionStatic]
enemylines7-0.6/elements/difficulty.cc:58:19: note: Technically the member function 'el7::Difficulty::label' can be static.
enemylines7-0.6/elements/difficulty.h:42:7: note: Technically the member function 'el7::Difficulty::label' can be static.
enemylines7-0.6/elements/difficulty.h:44:7: performance: Technically the member function 'el7::Difficulty::draw' can be static. [functionStatic]
enemylines7-0.6/elements/difficulty.cc:65:19: note: Technically the member function 'el7::Difficulty::draw' can be static.
enemylines7-0.6/elements/difficulty.h:44:7: note: Technically the member function 'el7::Difficulty::draw' can be static.
enemylines7-0.6/font_ogl.h:27:43: performance: Function parameter 'str' should be passed by const reference. [passedByValue]
enemylines7-0.6/font_ogl.h:28:38: performance: Function parameter 'str' should be passed by const reference. [passedByValue]
enemylines7-0.6/font_ogl.h:31:45: performance: Function parameter 'str' should be passed by const reference. [passedByValue]
enemylines7-0.6/elements/difficulty.cc:58:37: performance: Function parameter 'l' should be passed by const reference. [passedByValue]
enemylines7-0.6/elements/energy.cc:76:22: style: Function 'dim' argument 1 names different: declaration 'col' definition 'c'. [funcArgNamesDifferent]
enemylines7-0.6/elements/energy.h:55:14: note: Function 'dim' argument 1 names different: declaration 'col' definition 'c'.
enemylines7-0.6/elements/energy.cc:76:22: note: Function 'dim' argument 1 names different: declaration 'col' definition 'c'.
enemylines7-0.6/elements/energy.cc:76:28: style: Function 'dim' argument 2 names different: declaration 'scal' definition 's'. [funcArgNamesDifferent]
enemylines7-0.6/elements/energy.h:55:22: note: Function 'dim' argument 2 names different: declaration 'scal' definition 's'.
enemylines7-0.6/elements/energy.cc:76:28: note: Function 'dim' argument 2 names different: declaration 'scal' definition 's'.
enemylines7-0.6/elements/energy.cc:76:34: style: Function 'dim' argument 3 names different: declaration 'tran' definition 't'. [funcArgNamesDifferent]
enemylines7-0.6/elements/energy.h:55:31: note: Function 'dim' argument 3 names different: declaration 'tran' definition 't'.
enemylines7-0.6/elements/energy.cc:76:34: note: Function 'dim' argument 3 names different: declaration 'tran' definition 't'.
enemylines7-0.6/elements/energy.cc:89:33: style: Function 'label' argument 1 names different: declaration 'n' definition 'l'. [funcArgNamesDifferent]
enemylines7-0.6/elements/energy.h:54:25: note: Function 'label' argument 1 names different: declaration 'n' definition 'l'.
enemylines7-0.6/elements/energy.cc:89:33: note: Function 'label' argument 1 names different: declaration 'n' definition 'l'.
enemylines7-0.6/elements/energy.cc:8:10: warning: Member variable 'Energy::color_override' is not initialized in the constructor. [uninitMemberVar]
enemylines7-0.6/elements/energy.cc:11:3: performance: Variable 'label_dl' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
enemylines7-0.6/elements/timeleft.h:26:15: style: Technically the member function 'el7::Timeleft::get_current' can be const. [functionConst]
enemylines7-0.6/elements/timeleft.h:27:15: style: Technically the member function 'el7::Timeleft::get_max' can be const. [functionConst]
enemylines7-0.6/elements/timeleft.h:28:15: style: Technically the member function 'el7::Timeleft::get_left' can be const. [functionConst]
enemylines7-0.6/elements/energy.h:34:7: style: Technically the member function 'el7::Energy::empty' can be const. [functionConst]
enemylines7-0.6/elements/energy.cc:22:15: note: Technically the member function 'el7::Energy::empty' can be const.
enemylines7-0.6/elements/energy.h:34:7: note: Technically the member function 'el7::Energy::empty' can be const.
enemylines7-0.6/elements/energy.h:35:7: style: Technically the member function 'el7::Energy::can_afford' can be const. [functionConst]
enemylines7-0.6/elements/energy.cc:26:15: note: Technically the member function 'el7::Energy::can_afford' can be const.
enemylines7-0.6/elements/energy.h:35:7: note: Technically the member function 'el7::Energy::can_afford' can be const.
enemylines7-0.6/elements/energy.h:49:6: style: Technically the member function 'el7::Energy::percent' can be const. [functionConst]
enemylines7-0.6/elements/energy.cc:36:14: note: Technically the member function 'el7::Energy::percent' can be const.
enemylines7-0.6/elements/energy.h:49:6: note: Technically the member function 'el7::Energy::percent' can be const.
enemylines7-0.6/elements/timeleft.h:22:2: style: Class 'Timeleft' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
enemylines7-0.6/elements/energy.h:30:2: style: Class 'Energy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
enemylines7-0.6/elements/interval.cc:7:33: style: Function 'Interval' argument 1 names different: declaration 'len' definition 'l'. [funcArgNamesDifferent]
enemylines7-0.6/elements/interval.h:17:24: note: Function 'Interval' argument 1 names different: declaration 'len' definition 'l'.
enemylines7-0.6/elements/interval.cc:7:33: note: Function 'Interval' argument 1 names different: declaration 'len' definition 'l'.
enemylines7-0.6/elements/interval.cc:17:34: style: Function 'tick' argument 1 names different: declaration 'ticks' definition 't'. [funcArgNamesDifferent]
enemylines7-0.6/elements/interval.h:20:25: note: Function 'tick' argument 1 names different: declaration 'ticks' definition 't'.
enemylines7-0.6/elements/interval.cc:17:34: note: Function 'tick' argument 1 names different: declaration 'ticks' definition 't'.
enemylines7-0.6/elements/interval.h:17:2: style: Class 'Interval' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
enemylines7-0.6/elements/score.cc:43:32: style: Function 'label' argument 1 names different: declaration 'n' definition 'l'. [funcArgNamesDifferent]
enemylines7-0.6/elements/score.h:31:25: note: Function 'label' argument 1 names different: declaration 'n' definition 'l'.
enemylines7-0.6/elements/score.cc:43:32: note: Function 'label' argument 1 names different: declaration 'n' definition 'l'.
enemylines7-0.6/elements/score.cc:43:37: style: Function 'label' argument 2 names different: declaration 'pos' definition 'p'. [funcArgNamesDifferent]
enemylines7-0.6/elements/score.h:31:30: note: Function 'label' argument 2 names different: declaration 'pos' definition 'p'.
enemylines7-0.6/elements/score.cc:43:37: note: Function 'label' argument 2 names different: declaration 'pos' definition 'p'.
enemylines7-0.6/elements/score.cc:51:21: style: Function 'dim' argument 1 names different: declaration 'pos' definition 'p'. [funcArgNamesDifferent]
enemylines7-0.6/elements/score.h:32:14: note: Function 'dim' argument 1 names different: declaration 'pos' definition 'p'.
enemylines7-0.6/elements/score.cc:51:21: note: Function 'dim' argument 1 names different: declaration 'pos' definition 'p'.
enemylines7-0.6/elements/score.cc:51:36: style: Function 'dim' argument 2 names different: declaration 'width' definition 'w'. [funcArgNamesDifferent]
enemylines7-0.6/elements/score.h:32:31: note: Function 'dim' argument 2 names different: declaration 'width' definition 'w'.
enemylines7-0.6/elements/score.cc:51:36: note: Function 'dim' argument 2 names different: declaration 'width' definition 'w'.
enemylines7-0.6/elements/score.cc:51:51: style: Function 'dim' argument 3 names different: declaration 'font' definition 'f'. [funcArgNamesDifferent]
enemylines7-0.6/elements/score.h:32:50: note: Function 'dim' argument 3 names different: declaration 'font' definition 'f'.
enemylines7-0.6/elements/score.cc:51:51: note: Function 'dim' argument 3 names different: declaration 'font' definition 'f'.
enemylines7-0.6/elements/score.cc:10:9: warning: Member variable 'Score::font' is not initialized in the constructor. [uninitMemberVar]
enemylines7-0.6/elements/score.cc:10:9: warning: Member variable 'Score::width' is not initialized in the constructor. [uninitMemberVar]
enemylines7-0.6/elements/score.cc:11:3: performance: Variable 'label_dl' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
enemylines7-0.6/elements/score.h:25:15: style: Technically the member function 'el7::Score::get' can be const. [functionConst]
enemylines7-0.6/elements/score.cc:73:48: performance: Function parameter 'sk' should be passed by const reference. [passedByValue]
enemylines7-0.6/elements/timeleft.h:29:7: style: Technically the member function 'el7::Timeleft::over' can be const. [functionConst]
enemylines7-0.6/elements/timeleft.cc:19:17: note: Technically the member function 'el7::Timeleft::over' can be const.
enemylines7-0.6/elements/timeleft.h:29:7: note: Technically the member function 'el7::Timeleft::over' can be const.
enemylines7-0.6/elements/timeleft.h:35:6: style: Technically the member function 'el7::Timeleft::percent' can be const. [functionConst]
enemylines7-0.6/elements/timeleft.cc:30:16: note: Technically the member function 'el7::Timeleft::percent' can be const.
enemylines7-0.6/elements/timeleft.h:35:6: note: Technically the member function 'el7::Timeleft::percent' can be const.
enemylines7-0.6/entity.cc:44:36: style: Function 'set_type' argument 1 names different: declaration 'type' definition 't'. [funcArgNamesDifferent]
enemylines7-0.6/entity.h:54:29: note: Function 'set_type' argument 1 names different: declaration 'type' definition 't'.
enemylines7-0.6/entity.cc:44:36: note: Function 'set_type' argument 1 names different: declaration 'type' definition 't'.
enemylines7-0.6/entity.cc:21:9: warning: Member variable 'Entity::mdest' is not initialized in the constructor. [uninitMemberVar]
enemylines7-0.6/entity.cc:21:9: warning: Member variable 'Entity::game_' is not initialized in the constructor. [uninitMemberVar]
enemylines7-0.6/radio.h:30:83: performance: Variable 'texture' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
enemylines7-0.6/entity.h:51:7: style: Technically the member function 'el7::Entity::draw' can be const. [functionConst]
enemylines7-0.6/entity.cc:85:14: note: Technically the member function 'el7::Entity::draw' can be const.
enemylines7-0.6/entity.h:51:7: note: Technically the member function 'el7::Entity::draw' can be const.
enemylines7-0.6/entity.h:52:7: style: Technically the member function 'el7::Entity::isactive' can be const. [functionConst]
enemylines7-0.6/entity.cc:311:14: note: Technically the member function 'el7::Entity::isactive' can be const.
enemylines7-0.6/entity.h:52:7: note: Technically the member function 'el7::Entity::isactive' can be const.
enemylines7-0.6/menu.h:57:7: style: Technically the member function 'Menu::isactive' can be const. [functionConst]
enemylines7-0.6/game.h:95:15: style: Technically the member function 'el7::Game::get_level' can be const. [functionConst]
enemylines7-0.6/game.h:97:14: style: Technically the member function 'el7::Game::get_state' can be const. [functionConst]
enemylines7-0.6/menu.h:39:23: performance: Function parameter 's' should be passed by const reference. [passedByValue]
enemylines7-0.6/font_data.h:11:6: performance: Technically the member function 'Font_data::dx' can be static. [functionStatic]
enemylines7-0.6/font_data.cc:4:16: note: Technically the member function 'Font_data::dx' can be static.
enemylines7-0.6/font_data.h:11:6: note: Technically the member function 'Font_data::dx' can be static.
enemylines7-0.6/font_data.h:12:6: performance: Technically the member function 'Font_data::dy' can be static. [functionStatic]
enemylines7-0.6/font_data.cc:5:16: note: Technically the member function 'Font_data::dy' can be static.
enemylines7-0.6/font_data.h:12:6: note: Technically the member function 'Font_data::dy' can be static.
enemylines7-0.6/font_ogl.cc:42:10: style: The scope of the variable 'd' can be reduced. [variableScope]
enemylines7-0.6/font_ogl.cc:43:10: style: The scope of the variable 'n' can be reduced. [variableScope]
enemylines7-0.6/font_ogl.cc:44:10: style: The scope of the variable 'o' can be reduced. [variableScope]
enemylines7-0.6/font_ogl.cc:105:6: style: Variable 'li' is assigned a value that is never used. [unreadVariable]
enemylines7-0.6/font_ogl.cc:113:6: style: Variable 'li' is assigned a value that is never used. [unreadVariable]
enemylines7-0.6/font_ogl.cc:119:40: performance: Function parameter 'str' should be passed by const reference. [passedByValue]
enemylines7-0.6/font_ogl.cc:122:45: performance: Function parameter 'str' should be passed by const reference. [passedByValue]
enemylines7-0.6/font_ogl.cc:165:47: performance: Function parameter 'str' should be passed by const reference. [passedByValue]
enemylines7-0.6/game.cc:123:17: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
enemylines7-0.6/game.cc:34:33: style: Function 'Game' argument 2 names different: declaration 'd' definition 'diffi'. [funcArgNamesDifferent]
enemylines7-0.6/game.h:89:33: note: Function 'Game' argument 2 names different: declaration 'd' definition 'diffi'.
enemylines7-0.6/game.cc:34:33: note: Function 'Game' argument 2 names different: declaration 'd' definition 'diffi'.
enemylines7-0.6/game.h:103:7: performance: Technically the member function 'el7::Game::cap' can be static. [functionStatic]
enemylines7-0.6/game.cc:216:12: note: Technically the member function 'el7::Game::cap' can be static.
enemylines7-0.6/game.h:103:7: note: Technically the member function 'el7::Game::cap' can be static.
enemylines7-0.6/game.cc:456:47: performance: Function parameter 'sk' should be passed by const reference. [passedByValue]
enemylines7-0.6/main.cc:211:15: style: The scope of the variable 'record' can be reduced. [variableScope]
enemylines7-0.6/main.cc:132:61: performance: Function parameter 'dir' should be passed by const reference. [passedByValue]
enemylines7-0.6/math/matrix4_tpl.h:64:0: style: The scope of the variable 'mai0' can be reduced. [variableScope]
enemylines7-0.6/math/matrix4_tpl.h:64:0: style: The scope of the variable 'mai1' can be reduced. [variableScope]
enemylines7-0.6/math/matrix4_tpl.h:64:0: style: The scope of the variable 'mai2' can be reduced. [variableScope]
enemylines7-0.6/math/matrix4_tpl.h:64:0: style: The scope of the variable 'mai3' can be reduced. [variableScope]
enemylines7-0.6/math/frustum.cc:9:11: warning: Member variable 'Frustum::drawn_' is not initialized in the constructor. [uninitMemberVar]
enemylines7-0.6/math/frustum.cc:9:11: warning: Member variable 'Frustum::notdrawn_' is not initialized in the constructor. [uninitMemberVar]
enemylines7-0.6/math/frustum.h:19:7: performance: Technically the member function 'Frustum::test_corners' can be static. [functionStatic]
enemylines7-0.6/math/frustum.cc:65:16: note: Technically the member function 'Frustum::test_corners' can be static.
enemylines7-0.6/math/frustum.h:19:7: note: Technically the member function 'Frustum::test_corners' can be static.
enemylines7-0.6/math/frustum.h:20:14: style: Technically the member function 'Frustum::tostring' can be const. [functionConst]
enemylines7-0.6/math/frustum.cc:104:23: note: Technically the member function 'Frustum::tostring' can be const.
enemylines7-0.6/math/frustum.h:20:14: note: Technically the member function 'Frustum::tostring' can be const.
enemylines7-0.6/math/frustum.h:26:7: style: Technically the member function 'Frustum::stat_print' can be const. [functionConst]
enemylines7-0.6/math/frustum.cc:115:16: note: Technically the member function 'Frustum::stat_print' can be const.
enemylines7-0.6/math/frustum.h:26:7: note: Technically the member function 'Frustum::stat_print' can be const.
enemylines7-0.6/math/matrix4_tpl.h:95:0: style: Technically the member function 'Matrix4_tpl < float >::extract_plane' can be const. [functionConst]
enemylines7-0.6/math/quaternion.h:20:13: style: Technically the member function 'Quaternion::operator*' can be const. [functionConst]
enemylines7-0.6/math/quaternion.cc:46:24: note: Technically the member function 'Quaternion::operator*' can be const.
enemylines7-0.6/math/quaternion.h:20:13: note: Technically the member function 'Quaternion::operator*' can be const.
enemylines7-0.6/menu.cc:15:21: style: Function 'Menu' argument 2 names different: declaration 'os' definition 'o'. [funcArgNamesDifferent]
enemylines7-0.6/menu.h:55:16: note: Function 'Menu' argument 2 names different: declaration 'os' definition 'o'.
enemylines7-0.6/menu.cc:15:21: note: Function 'Menu' argument 2 names different: declaration 'os' definition 'o'.
enemylines7-0.6/menu.h:73:6: style: Technically the member function 'Menu::get' can be const. [functionConst]
enemylines7-0.6/menu.cc:104:11: note: Technically the member function 'Menu::get' can be const.
enemylines7-0.6/menu.h:73:6: note: Technically the member function 'Menu::get' can be const.
enemylines7-0.6/models/biosphere.h:10:7: performance: Technically the member function 'models::biosphere::draw' can be static. [functionStatic]
enemylines7-0.6/models/biosphere.cc:11:17: note: Technically the member function 'models::biosphere::draw' can be static.
enemylines7-0.6/models/biosphere.h:10:7: note: Technically the member function 'models::biosphere::draw' can be static.
enemylines7-0.6/models/biosphere.h:16:8: performance: Technically the member function 'models::biosphere::minx' can be static. [functionStatic]
enemylines7-0.6/models/biosphere.cc:62:18: note: Technically the member function 'models::biosphere::minx' can be static.
enemylines7-0.6/models/biosphere.h:16:8: note: Technically the member function 'models::biosphere::minx' can be static.
enemylines7-0.6/models/biosphere.h:17:8: performance: Technically the member function 'models::biosphere::miny' can be static. [functionStatic]
enemylines7-0.6/models/biosphere.cc:63:18: note: Technically the member function 'models::biosphere::miny' can be static.
enemylines7-0.6/models/biosphere.h:17:8: note: Technically the member function 'models::biosphere::miny' can be static.
enemylines7-0.6/models/biosphere.h:18:8: performance: Technically the member function 'models::biosphere::minz' can be static. [functionStatic]
enemylines7-0.6/models/biosphere.cc:64:18: note: Technically the member function 'models::biosphere::minz' can be static.
enemylines7-0.6/models/biosphere.h:18:8: note: Technically the member function 'models::biosphere::minz' can be static.
enemylines7-0.6/models/biosphere.h:19:8: performance: Technically the member function 'models::biosphere::maxx' can be static. [functionStatic]
enemylines7-0.6/models/biosphere.cc:65:18: note: Technically the member function 'models::biosphere::maxx' can be static.
enemylines7-0.6/models/biosphere.h:19:8: note: Technically the member function 'models::biosphere::maxx' can be static.
enemylines7-0.6/models/biosphere.h:20:8: performance: Technically the member function 'models::biosphere::maxy' can be static. [functionStatic]
enemylines7-0.6/models/biosphere.cc:66:18: note: Technically the member function 'models::biosphere::maxy' can be static.
enemylines7-0.6/models/biosphere.h:20:8: note: Technically the member function 'models::biosphere::maxy' can be static.
enemylines7-0.6/models/biosphere.h:21:8: performance: Technically the member function 'models::biosphere::maxz' can be static. [functionStatic]
enemylines7-0.6/models/biosphere.cc:67:18: note: Technically the member function 'models::biosphere::maxz' can be static.
enemylines7-0.6/models/biosphere.h:21:8: note: Technically the member function 'models::biosphere::maxz' can be static.
enemylines7-0.6/models/biosphere.h:22:8: performance: Technically the member function 'models::biosphere::radius' can be static. [functionStatic]
enemylines7-0.6/models/biosphere.cc:68:18: note: Technically the member function 'models::biosphere::radius' can be static.
enemylines7-0.6/models/biosphere.h:22:8: note: Technically the member function 'models::biosphere::radius' can be static.
enemylines7-0.6/models/bomb.h:10:7: performance: Technically the member function 'models::bomb::draw' can be static. [functionStatic]
enemylines7-0.6/models/bomb.cc:11:12: note: Technically the member function 'models::bomb::draw' can be static.
enemylines7-0.6/models/bomb.h:10:7: note: Technically the member function 'models::bomb::draw' can be static.
enemylines7-0.6/models/bomb.h:16:8: performance: Technically the member function 'models::bomb::minx' can be static. [functionStatic]
enemylines7-0.6/models/bomb.cc:44:13: note: Technically the member function 'models::bomb::minx' can be static.
enemylines7-0.6/models/bomb.h:16:8: note: Technically the member function 'models::bomb::minx' can be static.
enemylines7-0.6/models/bomb.h:17:8: performance: Technically the member function 'models::bomb::miny' can be static. [functionStatic]
enemylines7-0.6/models/bomb.cc:45:13: note: Technically the member function 'models::bomb::miny' can be static.
enemylines7-0.6/models/bomb.h:17:8: note: Technically the member function 'models::bomb::miny' can be static.
enemylines7-0.6/models/bomb.h:18:8: performance: Technically the member function 'models::bomb::minz' can be static. [functionStatic]
enemylines7-0.6/models/bomb.cc:46:13: note: Technically the member function 'models::bomb::minz' can be static.
enemylines7-0.6/models/bomb.h:18:8: note: Technically the member function 'models::bomb::minz' can be static.
enemylines7-0.6/models/bomb.h:19:8: performance: Technically the member function 'models::bomb::maxx' can be static. [functionStatic]
enemylines7-0.6/models/bomb.cc:47:13: note: Technically the member function 'models::bomb::maxx' can be static.
enemylines7-0.6/models/bomb.h:19:8: note: Technically the member function 'models::bomb::maxx' can be static.
enemylines7-0.6/models/bomb.h:20:8: performance: Technically the member function 'models::bomb::maxy' can be static. [functionStatic]
enemylines7-0.6/models/bomb.cc:48:13: note: Technically the member function 'models::bomb::maxy' can be static.
enemylines7-0.6/models/bomb.h:20:8: note: Technically the member function 'models::bomb::maxy' can be static.
enemylines7-0.6/models/bomb.h:21:8: performance: Technically the member function 'models::bomb::maxz' can be static. [functionStatic]
enemylines7-0.6/models/bomb.cc:49:13: note: Technically the member function 'models::bomb::maxz' can be static.
enemylines7-0.6/models/bomb.h:21:8: note: Technically the member function 'models::bomb::maxz' can be static.
enemylines7-0.6/models/bomb.h:22:8: performance: Technically the member function 'models::bomb::radius' can be static. [functionStatic]
enemylines7-0.6/models/bomb.cc:50:13: note: Technically the member function 'models::bomb::radius' can be static.
enemylines7-0.6/models/bomb.h:22:8: note: Technically the member function 'models::bomb::radius' can be static.
enemylines7-0.6/models/bunker.h:10:7: performance: Technically the member function 'models::bunker::draw' can be static. [functionStatic]
enemylines7-0.6/models/bunker.cc:11:14: note: Technically the member function 'models::bunker::draw' can be static.
enemylines7-0.6/models/bunker.h:10:7: note: Technically the member function 'models::bunker::draw' can be static.
enemylines7-0.6/models/bunker.h:16:8: performance: Technically the member function 'models::bunker::minx' can be static. [functionStatic]
enemylines7-0.6/models/bunker.cc:62:15: note: Technically the member function 'models::bunker::minx' can be static.
enemylines7-0.6/models/bunker.h:16:8: note: Technically the member function 'models::bunker::minx' can be static.
enemylines7-0.6/models/bunker.h:17:8: performance: Technically the member function 'models::bunker::miny' can be static. [functionStatic]
enemylines7-0.6/models/bunker.cc:63:15: note: Technically the member function 'models::bunker::miny' can be static.
enemylines7-0.6/models/bunker.h:17:8: note: Technically the member function 'models::bunker::miny' can be static.
enemylines7-0.6/models/bunker.h:18:8: performance: Technically the member function 'models::bunker::minz' can be static. [functionStatic]
enemylines7-0.6/models/bunker.cc:64:15: note: Technically the member function 'models::bunker::minz' can be static.
enemylines7-0.6/models/bunker.h:18:8: note: Technically the member function 'models::bunker::minz' can be static.
enemylines7-0.6/models/bunker.h:19:8: performance: Technically the member function 'models::bunker::maxx' can be static. [functionStatic]
enemylines7-0.6/models/bunker.cc:65:15: note: Technically the member function 'models::bunker::maxx' can be static.
enemylines7-0.6/models/bunker.h:19:8: note: Technically the member function 'models::bunker::maxx' can be static.
enemylines7-0.6/models/bunker.h:20:8: performance: Technically the member function 'models::bunker::maxy' can be static. [functionStatic]
enemylines7-0.6/models/bunker.cc:66:15: note: Technically the member function 'models::bunker::maxy' can be static.
enemylines7-0.6/models/bunker.h:20:8: note: Technically the member function 'models::bunker::maxy' can be static.
enemylines7-0.6/models/bunker.h:21:8: performance: Technically the member function 'models::bunker::maxz' can be static. [functionStatic]
enemylines7-0.6/models/bunker.cc:67:15: note: Technically the member function 'models::bunker::maxz' can be static.
enemylines7-0.6/models/bunker.h:21:8: note: Technically the member function 'models::bunker::maxz' can be static.
enemylines7-0.6/models/bunker.h:22:8: performance: Technically the member function 'models::bunker::radius' can be static. [functionStatic]
enemylines7-0.6/models/bunker.cc:68:15: note: Technically the member function 'models::bunker::radius' can be static.
enemylines7-0.6/models/bunker.h:22:8: note: Technically the member function 'models::bunker::radius' can be static.
enemylines7-0.6/models/plane1.h:10:7: performance: Technically the member function 'models::plane1::draw' can be static. [functionStatic]
enemylines7-0.6/models/plane1.cc:11:14: note: Technically the member function 'models::plane1::draw' can be static.
enemylines7-0.6/models/plane1.h:10:7: note: Technically the member function 'models::plane1::draw' can be static.
enemylines7-0.6/models/plane1.h:16:8: performance: Technically the member function 'models::plane1::minx' can be static. [functionStatic]
enemylines7-0.6/models/plane1.cc:62:15: note: Technically the member function 'models::plane1::minx' can be static.
enemylines7-0.6/models/plane1.h:16:8: note: Technically the member function 'models::plane1::minx' can be static.
enemylines7-0.6/models/plane1.h:17:8: performance: Technically the member function 'models::plane1::miny' can be static. [functionStatic]
enemylines7-0.6/models/plane1.cc:63:15: note: Technically the member function 'models::plane1::miny' can be static.
enemylines7-0.6/models/plane1.h:17:8: note: Technically the member function 'models::plane1::miny' can be static.
enemylines7-0.6/models/plane1.h:18:8: performance: Technically the member function 'models::plane1::minz' can be static. [functionStatic]
enemylines7-0.6/models/plane1.cc:64:15: note: Technically the member function 'models::plane1::minz' can be static.
enemylines7-0.6/models/plane1.h:18:8: note: Technically the member function 'models::plane1::minz' can be static.
enemylines7-0.6/models/plane1.h:19:8: performance: Technically the member function 'models::plane1::maxx' can be static. [functionStatic]
enemylines7-0.6/models/plane1.cc:65:15: note: Technically the member function 'models::plane1::maxx' can be static.
enemylines7-0.6/models/plane1.h:19:8: note: Technically the member function 'models::plane1::maxx' can be static.
enemylines7-0.6/models/plane1.h:20:8: performance: Technically the member function 'models::plane1::maxy' can be static. [functionStatic]
enemylines7-0.6/models/plane1.cc:66:15: note: Technically the member function 'models::plane1::maxy' can be static.
enemylines7-0.6/models/plane1.h:20:8: note: Technically the member function 'models::plane1::maxy' can be static.
enemylines7-0.6/models/plane1.h:21:8: performance: Technically the member function 'models::plane1::maxz' can be static. [functionStatic]
enemylines7-0.6/models/plane1.cc:67:15: note: Technically the member function 'models::plane1::maxz' can be static.
enemylines7-0.6/models/plane1.h:21:8: note: Technically the member function 'models::plane1::maxz' can be static.
enemylines7-0.6/models/plane1.h:22:8: performance: Technically the member function 'models::plane1::radius' can be static. [functionStatic]
enemylines7-0.6/models/plane1.cc:68:15: note: Technically the member function 'models::plane1::radius' can be static.
enemylines7-0.6/models/plane1.h:22:8: note: Technically the member function 'models::plane1::radius' can be static.
enemylines7-0.6/models/plane2.h:10:7: performance: Technically the member function 'models::plane2::draw' can be static. [functionStatic]
enemylines7-0.6/models/plane2.cc:11:14: note: Technically the member function 'models::plane2::draw' can be static.
enemylines7-0.6/models/plane2.h:10:7: note: Technically the member function 'models::plane2::draw' can be static.
enemylines7-0.6/models/plane2.h:16:8: performance: Technically the member function 'models::plane2::minx' can be static. [functionStatic]
enemylines7-0.6/models/plane2.cc:80:15: note: Technically the member function 'models::plane2::minx' can be static.
enemylines7-0.6/models/plane2.h:16:8: note: Technically the member function 'models::plane2::minx' can be static.
enemylines7-0.6/models/plane2.h:17:8: performance: Technically the member function 'models::plane2::miny' can be static. [functionStatic]
enemylines7-0.6/models/plane2.cc:81:15: note: Technically the member function 'models::plane2::miny' can be static.
enemylines7-0.6/models/plane2.h:17:8: note: Technically the member function 'models::plane2::miny' can be static.
enemylines7-0.6/models/plane2.h:18:8: performance: Technically the member function 'models::plane2::minz' can be static. [functionStatic]
enemylines7-0.6/models/plane2.cc:82:15: note: Technically the member function 'models::plane2::minz' can be static.
enemylines7-0.6/models/plane2.h:18:8: note: Technically the member function 'models::plane2::minz' can be static.
enemylines7-0.6/models/plane2.h:19:8: performance: Technically the member function 'models::plane2::maxx' can be static. [functionStatic]
enemylines7-0.6/models/plane2.cc:83:15: note: Technically the member function 'models::plane2::maxx' can be static.
enemylines7-0.6/models/plane2.h:19:8: note: Technically the member function 'models::plane2::maxx' can be static.
enemylines7-0.6/models/plane2.h:20:8: performance: Technically the member function 'models::plane2::maxy' can be static. [functionStatic]
enemylines7-0.6/models/plane2.cc:84:15: note: Technically the member function 'models::plane2::maxy' can be static.
enemylines7-0.6/models/plane2.h:20:8: note: Technically the member function 'models::plane2::maxy' can be static.
enemylines7-0.6/models/plane2.h:21:8: performance: Technically the member function 'models::plane2::maxz' can be static. [functionStatic]
enemylines7-0.6/models/plane2.cc:85:15: note: Technically the member function 'models::plane2::maxz' can be static.
enemylines7-0.6/models/plane2.h:21:8: note: Technically the member function 'models::plane2::maxz' can be static.
enemylines7-0.6/models/plane2.h:22:8: performance: Technically the member function 'models::plane2::radius' can be static. [functionStatic]
enemylines7-0.6/models/plane2.cc:86:15: note: Technically the member function 'models::plane2::radius' can be static.
enemylines7-0.6/models/plane2.h:22:8: note: Technically the member function 'models::plane2::radius' can be static.
enemylines7-0.6/models/slope1.h:10:7: performance: Technically the member function 'models::slope1::draw' can be static. [functionStatic]
enemylines7-0.6/models/slope1.cc:11:14: note: Technically the member function 'models::slope1::draw' can be static.
enemylines7-0.6/models/slope1.h:10:7: note: Technically the member function 'models::slope1::draw' can be static.
enemylines7-0.6/models/slope1.h:16:8: performance: Technically the member function 'models::slope1::minx' can be static. [functionStatic]
enemylines7-0.6/models/slope1.cc:26:15: note: Technically the member function 'models::slope1::minx' can be static.
enemylines7-0.6/models/slope1.h:16:8: note: Technically the member function 'models::slope1::minx' can be static.
enemylines7-0.6/models/slope1.h:17:8: performance: Technically the member function 'models::slope1::miny' can be static. [functionStatic]
enemylines7-0.6/models/slope1.cc:27:15: note: Technically the member function 'models::slope1::miny' can be static.
enemylines7-0.6/models/slope1.h:17:8: note: Technically the member function 'models::slope1::miny' can be static.
enemylines7-0.6/models/slope1.h:18:8: performance: Technically the member function 'models::slope1::minz' can be static. [functionStatic]
enemylines7-0.6/models/slope1.cc:28:15: note: Technically the member function 'models::slope1::minz' can be static.
enemylines7-0.6/models/slope1.h:18:8: note: Technically the member function 'models::slope1::minz' can be static.
enemylines7-0.6/models/slope1.h:19:8: performance: Technically the member function 'models::slope1::maxx' can be static. [functionStatic]
enemylines7-0.6/models/slope1.cc:29:15: note: Technically the member function 'models::slope1::maxx' can be static.
enemylines7-0.6/models/slope1.h:19:8: note: Technically the member function 'models::slope1::maxx' can be static.
enemylines7-0.6/models/slope1.h:20:8: performance: Technically the member function 'models::slope1::maxy' can be static. [functionStatic]
enemylines7-0.6/models/slope1.cc:30:15: note: Technically the member function 'models::slope1::maxy' can be static.
enemylines7-0.6/models/slope1.h:20:8: note: Technically the member function 'models::slope1::maxy' can be static.
enemylines7-0.6/models/slope1.h:21:8: performance: Technically the member function 'models::slope1::maxz' can be static. [functionStatic]
enemylines7-0.6/models/slope1.cc:31:15: note: Technically the member function 'models::slope1::maxz' can be static.
enemylines7-0.6/models/slope1.h:21:8: note: Technically the member function 'models::slope1::maxz' can be static.
enemylines7-0.6/models/slope1.h:22:8: performance: Technically the member function 'models::slope1::radius' can be static. [functionStatic]
enemylines7-0.6/models/slope1.cc:32:15: note: Technically the member function 'models::slope1::radius' can be static.
enemylines7-0.6/models/slope1.h:22:8: note: Technically the member function 'models::slope1::radius' can be static.
enemylines7-0.6/models/slope1_1.h:10:7: performance: Technically the member function 'models::slope1_1::draw' can be static. [functionStatic]
enemylines7-0.6/models/slope1_1.cc:11:16: note: Technically the member function 'models::slope1_1::draw' can be static.
enemylines7-0.6/models/slope1_1.h:10:7: note: Technically the member function 'models::slope1_1::draw' can be static.
enemylines7-0.6/models/slope1_1.h:16:8: performance: Technically the member function 'models::slope1_1::minx' can be static. [functionStatic]
enemylines7-0.6/models/slope1_1.cc:26:17: note: Technically the member function 'models::slope1_1::minx' can be static.
enemylines7-0.6/models/slope1_1.h:16:8: note: Technically the member function 'models::slope1_1::minx' can be static.
enemylines7-0.6/models/slope1_1.h:17:8: performance: Technically the member function 'models::slope1_1::miny' can be static. [functionStatic]
enemylines7-0.6/models/slope1_1.cc:27:17: note: Technically the member function 'models::slope1_1::miny' can be static.
enemylines7-0.6/models/slope1_1.h:17:8: note: Technically the member function 'models::slope1_1::miny' can be static.
enemylines7-0.6/models/slope1_1.h:18:8: performance: Technically the member function 'models::slope1_1::minz' can be static. [functionStatic]
enemylines7-0.6/models/slope1_1.cc:28:17: note: Technically the member function 'models::slope1_1::minz' can be static.
enemylines7-0.6/models/slope1_1.h:18:8: note: Technically the member function 'models::slope1_1::minz' can be static.
enemylines7-0.6/models/slope1_1.h:19:8: performance: Technically the member function 'models::slope1_1::maxx' can be static. [functionStatic]
enemylines7-0.6/models/slope1_1.cc:29:17: note: Technically the member function 'models::slope1_1::maxx' can be static.
enemylines7-0.6/models/slope1_1.h:19:8: note: Technically the member function 'models::slope1_1::maxx' can be static.
enemylines7-0.6/models/slope1_1.h:20:8: performance: Technically the member function 'models::slope1_1::maxy' can be static. [functionStatic]
enemylines7-0.6/models/slope1_1.cc:30:17: note: Technically the member function 'models::slope1_1::maxy' can be static.
enemylines7-0.6/models/slope1_1.h:20:8: note: Technically the member function 'models::slope1_1::maxy' can be static.
enemylines7-0.6/models/slope1_1.h:21:8: performance: Technically the member function 'models::slope1_1::maxz' can be static. [functionStatic]
enemylines7-0.6/models/slope1_1.cc:31:17: note: Technically the member function 'models::slope1_1::maxz' can be static.
enemylines7-0.6/models/slope1_1.h:21:8: note: Technically the member function 'models::slope1_1::maxz' can be static.
enemylines7-0.6/models/slope1_1.h:22:8: performance: Technically the member function 'models::slope1_1::radius' can be static. [functionStatic]
enemylines7-0.6/models/slope1_1.cc:32:17: note: Technically the member function 'models::slope1_1::radius' can be static.
enemylines7-0.6/models/slope1_1.h:22:8: note: Technically the member function 'models::slope1_1::radius' can be static.
enemylines7-0.6/models/slope1_2.h:10:7: performance: Technically the member function 'models::slope1_2::draw' can be static. [functionStatic]
enemylines7-0.6/models/slope1_2.cc:11:16: note: Technically the member function 'models::slope1_2::draw' can be static.
enemylines7-0.6/models/slope1_2.h:10:7: note: Technically the member function 'models::slope1_2::draw' can be static.
enemylines7-0.6/models/slope1_2.h:16:8: performance: Technically the member function 'models::slope1_2::minx' can be static. [functionStatic]
enemylines7-0.6/models/slope1_2.cc:26:17: note: Technically the member function 'models::slope1_2::minx' can be static.
enemylines7-0.6/models/slope1_2.h:16:8: note: Technically the member function 'models::slope1_2::minx' can be static.
enemylines7-0.6/models/slope1_2.h:17:8: performance: Technically the member function 'models::slope1_2::miny' can be static. [functionStatic]
enemylines7-0.6/models/slope1_2.cc:27:17: note: Technically the member function 'models::slope1_2::miny' can be static.
enemylines7-0.6/models/slope1_2.h:17:8: note: Technically the member function 'models::slope1_2::miny' can be static.
enemylines7-0.6/models/slope1_2.h:18:8: performance: Technically the member function 'models::slope1_2::minz' can be static. [functionStatic]
enemylines7-0.6/models/slope1_2.cc:28:17: note: Technically the member function 'models::slope1_2::minz' can be static.
enemylines7-0.6/models/slope1_2.h:18:8: note: Technically the member function 'models::slope1_2::minz' can be static.
enemylines7-0.6/models/slope1_2.h:19:8: performance: Technically the member function 'models::slope1_2::maxx' can be static. [functionStatic]
enemylines7-0.6/models/slope1_2.cc:29:17: note: Technically the member function 'models::slope1_2::maxx' can be static.
enemylines7-0.6/models/slope1_2.h:19:8: note: Technically the member function 'models::slope1_2::maxx' can be static.
enemylines7-0.6/models/slope1_2.h:20:8: performance: Technically the member function 'models::slope1_2::maxy' can be static. [functionStatic]
enemylines7-0.6/models/slope1_2.cc:30:17: note: Technically the member function 'models::slope1_2::maxy' can be static.
enemylines7-0.6/models/slope1_2.h:20:8: note: Technically the member function 'models::slope1_2::maxy' can be static.
enemylines7-0.6/models/slope1_2.h:21:8: performance: Technically the member function 'models::slope1_2::maxz' can be static. [functionStatic]
enemylines7-0.6/models/slope1_2.cc:31:17: note: Technically the member function 'models::slope1_2::maxz' can be static.
enemylines7-0.6/models/slope1_2.h:21:8: note: Technically the member function 'models::slope1_2::maxz' can be static.
enemylines7-0.6/models/slope1_2.h:22:8: performance: Technically the member function 'models::slope1_2::radius' can be static. [functionStatic]
enemylines7-0.6/models/slope1_2.cc:32:17: note: Technically the member function 'models::slope1_2::radius' can be static.
enemylines7-0.6/models/slope1_2.h:22:8: note: Technically the member function 'models::slope1_2::radius' can be static.
enemylines7-0.6/models/slope2_1.h:10:7: performance: Technically the member function 'models::slope2_1::draw' can be static. [functionStatic]
enemylines7-0.6/models/slope2_1.cc:11:16: note: Technically the member function 'models::slope2_1::draw' can be static.
enemylines7-0.6/models/slope2_1.h:10:7: note: Technically the member function 'models::slope2_1::draw' can be static.
enemylines7-0.6/models/slope2_1.h:16:8: performance: Technically the member function 'models::slope2_1::minx' can be static. [functionStatic]
enemylines7-0.6/models/slope2_1.cc:26:17: note: Technically the member function 'models::slope2_1::minx' can be static.
enemylines7-0.6/models/slope2_1.h:16:8: note: Technically the member function 'models::slope2_1::minx' can be static.
enemylines7-0.6/models/slope2_1.h:17:8: performance: Technically the member function 'models::slope2_1::miny' can be static. [functionStatic]
enemylines7-0.6/models/slope2_1.cc:27:17: note: Technically the member function 'models::slope2_1::miny' can be static.
enemylines7-0.6/models/slope2_1.h:17:8: note: Technically the member function 'models::slope2_1::miny' can be static.
enemylines7-0.6/models/slope2_1.h:18:8: performance: Technically the member function 'models::slope2_1::minz' can be static. [functionStatic]
enemylines7-0.6/models/slope2_1.cc:28:17: note: Technically the member function 'models::slope2_1::minz' can be static.
enemylines7-0.6/models/slope2_1.h:18:8: note: Technically the member function 'models::slope2_1::minz' can be static.
enemylines7-0.6/models/slope2_1.h:19:8: performance: Technically the member function 'models::slope2_1::maxx' can be static. [functionStatic]
enemylines7-0.6/models/slope2_1.cc:29:17: note: Technically the member function 'models::slope2_1::maxx' can be static.
enemylines7-0.6/models/slope2_1.h:19:8: note: Technically the member function 'models::slope2_1::maxx' can be static.
enemylines7-0.6/models/slope2_1.h:20:8: performance: Technically the member function 'models::slope2_1::maxy' can be static. [functionStatic]
enemylines7-0.6/models/slope2_1.cc:30:17: note: Technically the member function 'models::slope2_1::maxy' can be static.
enemylines7-0.6/models/slope2_1.h:20:8: note: Technically the member function 'models::slope2_1::maxy' can be static.
enemylines7-0.6/models/slope2_1.h:21:8: performance: Technically the member function 'models::slope2_1::maxz' can be static. [functionStatic]
enemylines7-0.6/models/slope2_1.cc:31:17: note: Technically the member function 'models::slope2_1::maxz' can be static.
enemylines7-0.6/models/slope2_1.h:21:8: note: Technically the member function 'models::slope2_1::maxz' can be static.
enemylines7-0.6/models/slope2_1.h:22:8: performance: Technically the member function 'models::slope2_1::radius' can be static. [functionStatic]
enemylines7-0.6/models/slope2_1.cc:32:17: note: Technically the member function 'models::slope2_1::radius' can be static.
enemylines7-0.6/models/slope2_1.h:22:8: note: Technically the member function 'models::slope2_1::radius' can be static.
enemylines7-0.6/models/slope2_2.h:10:7: performance: Technically the member function 'models::slope2_2::draw' can be static. [functionStatic]
enemylines7-0.6/models/slope2_2.cc:11:16: note: Technically the member function 'models::slope2_2::draw' can be static.
enemylines7-0.6/models/slope2_2.h:10:7: note: Technically the member function 'models::slope2_2::draw' can be static.
enemylines7-0.6/models/slope2_2.h:16:8: performance: Technically the member function 'models::slope2_2::minx' can be static. [functionStatic]
enemylines7-0.6/models/slope2_2.cc:26:17: note: Technically the member function 'models::slope2_2::minx' can be static.
enemylines7-0.6/models/slope2_2.h:16:8: note: Technically the member function 'models::slope2_2::minx' can be static.
enemylines7-0.6/models/slope2_2.h:17:8: performance: Technically the member function 'models::slope2_2::miny' can be static. [functionStatic]
enemylines7-0.6/models/slope2_2.cc:27:17: note: Technically the member function 'models::slope2_2::miny' can be static.
enemylines7-0.6/models/slope2_2.h:17:8: note: Technically the member function 'models::slope2_2::miny' can be static.
enemylines7-0.6/models/slope2_2.h:18:8: performance: Technically the member function 'models::slope2_2::minz' can be static. [functionStatic]
enemylines7-0.6/models/slope2_2.cc:28:17: note: Technically the member function 'models::slope2_2::minz' can be static.
enemylines7-0.6/models/slope2_2.h:18:8: note: Technically the member function 'models::slope2_2::minz' can be static.
enemylines7-0.6/models/slope2_2.h:19:8: performance: Technically the member function 'models::slope2_2::maxx' can be static. [functionStatic]
enemylines7-0.6/models/slope2_2.cc:29:17: note: Technically the member function 'models::slope2_2::maxx' can be static.
enemylines7-0.6/models/slope2_2.h:19:8: note: Technically the member function 'models::slope2_2::maxx' can be static.
enemylines7-0.6/models/slope2_2.h:20:8: performance: Technically the member function 'models::slope2_2::maxy' can be static. [functionStatic]
enemylines7-0.6/models/slope2_2.cc:30:17: note: Technically the member function 'models::slope2_2::maxy' can be static.
enemylines7-0.6/models/slope2_2.h:20:8: note: Technically the member function 'models::slope2_2::maxy' can be static.
enemylines7-0.6/models/slope2_2.h:21:8: performance: Technically the member function 'models::slope2_2::maxz' can be static. [functionStatic]
enemylines7-0.6/models/slope2_2.cc:31:17: note: Technically the member function 'models::slope2_2::maxz' can be static.
enemylines7-0.6/models/slope2_2.h:21:8: note: Technically the member function 'models::slope2_2::maxz' can be static.
enemylines7-0.6/models/slope2_2.h:22:8: performance: Technically the member function 'models::slope2_2::radius' can be static. [functionStatic]
enemylines7-0.6/models/slope2_2.cc:32:17: note: Technically the member function 'models::slope2_2::radius' can be static.
enemylines7-0.6/models/slope2_2.h:22:8: note: Technically the member function 'models::slope2_2::radius' can be static.
enemylines7-0.6/models/slope3_1.h:10:7: performance: Technically the member function 'models::slope3_1::draw' can be static. [functionStatic]
enemylines7-0.6/models/slope3_1.cc:11:16: note: Technically the member function 'models::slope3_1::draw' can be static.
enemylines7-0.6/models/slope3_1.h:10:7: note: Technically the member function 'models::slope3_1::draw' can be static.
enemylines7-0.6/models/slope3_1.h:16:8: performance: Technically the member function 'models::slope3_1::minx' can be static. [functionStatic]
enemylines7-0.6/models/slope3_1.cc:26:17: note: Technically the member function 'models::slope3_1::minx' can be static.
enemylines7-0.6/models/slope3_1.h:16:8: note: Technically the member function 'models::slope3_1::minx' can be static.
enemylines7-0.6/models/slope3_1.h:17:8: performance: Technically the member function 'models::slope3_1::miny' can be static. [functionStatic]
enemylines7-0.6/models/slope3_1.cc:27:17: note: Technically the member function 'models::slope3_1::miny' can be static.
enemylines7-0.6/models/slope3_1.h:17:8: note: Technically the member function 'models::slope3_1::miny' can be static.
enemylines7-0.6/models/slope3_1.h:18:8: performance: Technically the member function 'models::slope3_1::minz' can be static. [functionStatic]
enemylines7-0.6/models/slope3_1.cc:28:17: note: Technically the member function 'models::slope3_1::minz' can be static.
enemylines7-0.6/models/slope3_1.h:18:8: note: Technically the member function 'models::slope3_1::minz' can be static.
enemylines7-0.6/models/slope3_1.h:19:8: performance: Technically the member function 'models::slope3_1::maxx' can be static. [functionStatic]
enemylines7-0.6/models/slope3_1.cc:29:17: note: Technically the member function 'models::slope3_1::maxx' can be static.
enemylines7-0.6/models/slope3_1.h:19:8: note: Technically the member function 'models::slope3_1::maxx' can be static.
enemylines7-0.6/models/slope3_1.h:20:8: performance: Technically the member function 'models::slope3_1::maxy' can be static. [functionStatic]
enemylines7-0.6/models/slope3_1.cc:30:17: note: Technically the member function 'models::slope3_1::maxy' can be static.
enemylines7-0.6/models/slope3_1.h:20:8: note: Technically the member function 'models::slope3_1::maxy' can be static.
enemylines7-0.6/models/slope3_1.h:21:8: performance: Technically the member function 'models::slope3_1::maxz' can be static. [functionStatic]
enemylines7-0.6/models/slope3_1.cc:31:17: note: Technically the member function 'models::slope3_1::maxz' can be static.
enemylines7-0.6/models/slope3_1.h:21:8: note: Technically the member function 'models::slope3_1::maxz' can be static.
enemylines7-0.6/models/slope3_1.h:22:8: performance: Technically the member function 'models::slope3_1::radius' can be static. [functionStatic]
enemylines7-0.6/models/slope3_1.cc:32:17: note: Technically the member function 'models::slope3_1::radius' can be static.
enemylines7-0.6/models/slope3_1.h:22:8: note: Technically the member function 'models::slope3_1::radius' can be static.
enemylines7-0.6/models/slope3_2.h:10:7: performance: Technically the member function 'models::slope3_2::draw' can be static. [functionStatic]
enemylines7-0.6/models/slope3_2.cc:11:16: note: Technically the member function 'models::slope3_2::draw' can be static.
enemylines7-0.6/models/slope3_2.h:10:7: note: Technically the member function 'models::slope3_2::draw' can be static.
enemylines7-0.6/models/slope3_2.h:16:8: performance: Technically the member function 'models::slope3_2::minx' can be static. [functionStatic]
enemylines7-0.6/models/slope3_2.cc:26:17: note: Technically the member function 'models::slope3_2::minx' can be static.
enemylines7-0.6/models/slope3_2.h:16:8: note: Technically the member function 'models::slope3_2::minx' can be static.
enemylines7-0.6/models/slope3_2.h:17:8: performance: Technically the member function 'models::slope3_2::miny' can be static. [functionStatic]
enemylines7-0.6/models/slope3_2.cc:27:17: note: Technically the member function 'models::slope3_2::miny' can be static.
enemylines7-0.6/models/slope3_2.h:17:8: note: Technically the member function 'models::slope3_2::miny' can be static.
enemylines7-0.6/models/slope3_2.h:18:8: performance: Technically the member function 'models::slope3_2::minz' can be static. [functionStatic]
enemylines7-0.6/models/slope3_2.cc:28:17: note: Technically the member function 'models::slope3_2::minz' can be static.
enemylines7-0.6/models/slope3_2.h:18:8: note: Technically the member function 'models::slope3_2::minz' can be static.
enemylines7-0.6/models/slope3_2.h:19:8: performance: Technically the member function 'models::slope3_2::maxx' can be static. [functionStatic]
enemylines7-0.6/models/slope3_2.cc:29:17: note: Technically the member function 'models::slope3_2::maxx' can be static.
enemylines7-0.6/models/slope3_2.h:19:8: note: Technically the member function 'models::slope3_2::maxx' can be static.
enemylines7-0.6/models/slope3_2.h:20:8: performance: Technically the member function 'models::slope3_2::maxy' can be static. [functionStatic]
enemylines7-0.6/models/slope3_2.cc:30:17: note: Technically the member function 'models::slope3_2::maxy' can be static.
enemylines7-0.6/models/slope3_2.h:20:8: note: Technically the member function 'models::slope3_2::maxy' can be static.
enemylines7-0.6/models/slope3_2.h:21:8: performance: Technically the member function 'models::slope3_2::maxz' can be static. [functionStatic]
enemylines7-0.6/models/slope3_2.cc:31:17: note: Technically the member function 'models::slope3_2::maxz' can be static.
enemylines7-0.6/models/slope3_2.h:21:8: note: Technically the member function 'models::slope3_2::maxz' can be static.
enemylines7-0.6/models/slope3_2.h:22:8: performance: Technically the member function 'models::slope3_2::radius' can be static. [functionStatic]
enemylines7-0.6/models/slope3_2.cc:32:17: note: Technically the member function 'models::slope3_2::radius' can be static.
enemylines7-0.6/models/slope3_2.h:22:8: note: Technically the member function 'models::slope3_2::radius' can be static.
enemylines7-0.6/models/slope4_1.h:10:7: performance: Technically the member function 'models::slope4_1::draw' can be static. [functionStatic]
enemylines7-0.6/models/slope4_1.cc:11:16: note: Technically the member function 'models::slope4_1::draw' can be static.
enemylines7-0.6/models/slope4_1.h:10:7: note: Technically the member function 'models::slope4_1::draw' can be static.
enemylines7-0.6/models/slope4_1.h:16:8: performance: Technically the member function 'models::slope4_1::minx' can be static. [functionStatic]
enemylines7-0.6/models/slope4_1.cc:26:17: note: Technically the member function 'models::slope4_1::minx' can be static.
enemylines7-0.6/models/slope4_1.h:16:8: note: Technically the member function 'models::slope4_1::minx' can be static.
enemylines7-0.6/models/slope4_1.h:17:8: performance: Technically the member function 'models::slope4_1::miny' can be static. [functionStatic]
enemylines7-0.6/models/slope4_1.cc:27:17: note: Technically the member function 'models::slope4_1::miny' can be static.
enemylines7-0.6/models/slope4_1.h:17:8: note: Technically the member function 'models::slope4_1::miny' can be static.
enemylines7-0.6/models/slope4_1.h:18:8: performance: Technically the member function 'models::slope4_1::minz' can be static. [functionStatic]
enemylines7-0.6/models/slope4_1.cc:28:17: note: Technically the member function 'models::slope4_1::minz' can be static.
enemylines7-0.6/models/slope4_1.h:18:8: note: Technically the member function 'models::slope4_1::minz' can be static.
enemylines7-0.6/models/slope4_1.h:19:8: performance: Technically the member function 'models::slope4_1::maxx' can be static. [functionStatic]
enemylines7-0.6/models/slope4_1.cc:29:17: note: Technically the member function 'models::slope4_1::maxx' can be static.
enemylines7-0.6/models/slope4_1.h:19:8: note: Technically the member function 'models::slope4_1::maxx' can be static.
enemylines7-0.6/models/slope4_1.h:20:8: performance: Technically the member function 'models::slope4_1::maxy' can be static. [functionStatic]
enemylines7-0.6/models/slope4_1.cc:30:17: note: Technically the member function 'models::slope4_1::maxy' can be static.
enemylines7-0.6/models/slope4_1.h:20:8: note: Technically the member function 'models::slope4_1::maxy' can be static.
enemylines7-0.6/models/slope4_1.h:21:8: performance: Technically the member function 'models::slope4_1::maxz' can be static. [functionStatic]
enemylines7-0.6/models/slope4_1.cc:31:17: note: Technically the member function 'models::slope4_1::maxz' can be static.
enemylines7-0.6/models/slope4_1.h:21:8: note: Technically the member function 'models::slope4_1::maxz' can be static.
enemylines7-0.6/models/slope4_1.h:22:8: performance: Technically the member function 'models::slope4_1::radius' can be static. [functionStatic]
enemylines7-0.6/models/slope4_1.cc:32:17: note: Technically the member function 'models::slope4_1::radius' can be static.
enemylines7-0.6/models/slope4_1.h:22:8: note: Technically the member function 'models::slope4_1::radius' can be static.
enemylines7-0.6/models/slope4_2.h:10:7: performance: Technically the member function 'models::slope4_2::draw' can be static. [functionStatic]
enemylines7-0.6/models/slope4_2.cc:11:16: note: Technically the member function 'models::slope4_2::draw' can be static.
enemylines7-0.6/models/slope4_2.h:10:7: note: Technically the member function 'models::slope4_2::draw' can be static.
enemylines7-0.6/models/slope4_2.h:16:8: performance: Technically the member function 'models::slope4_2::minx' can be static. [functionStatic]
enemylines7-0.6/models/slope4_2.cc:26:17: note: Technically the member function 'models::slope4_2::minx' can be static.
enemylines7-0.6/models/slope4_2.h:16:8: note: Technically the member function 'models::slope4_2::minx' can be static.
enemylines7-0.6/models/slope4_2.h:17:8: performance: Technically the member function 'models::slope4_2::miny' can be static. [functionStatic]
enemylines7-0.6/models/slope4_2.cc:27:17: note: Technically the member function 'models::slope4_2::miny' can be static.
enemylines7-0.6/models/slope4_2.h:17:8: note: Technically the member function 'models::slope4_2::miny' can be static.
enemylines7-0.6/models/slope4_2.h:18:8: performance: Technically the member function 'models::slope4_2::minz' can be static. [functionStatic]
enemylines7-0.6/models/slope4_2.cc:28:17: note: Technically the member function 'models::slope4_2::minz' can be static.
enemylines7-0.6/models/slope4_2.h:18:8: note: Technically the member function 'models::slope4_2::minz' can be static.
enemylines7-0.6/models/slope4_2.h:19:8: performance: Technically the member function 'models::slope4_2::maxx' can be static. [functionStatic]
enemylines7-0.6/models/slope4_2.cc:29:17: note: Technically the member function 'models::slope4_2::maxx' can be static.
enemylines7-0.6/models/slope4_2.h:19:8: note: Technically the member function 'models::slope4_2::maxx' can be static.
enemylines7-0.6/models/slope4_2.h:20:8: performance: Technically the member function 'models::slope4_2::maxy' can be static. [functionStatic]
enemylines7-0.6/models/slope4_2.cc:30:17: note: Technically the member function 'models::slope4_2::maxy' can be static.
enemylines7-0.6/models/slope4_2.h:20:8: note: Technically the member function 'models::slope4_2::maxy' can be static.
enemylines7-0.6/models/slope4_2.h:21:8: performance: Technically the member function 'models::slope4_2::maxz' can be static. [functionStatic]
enemylines7-0.6/models/slope4_2.cc:31:17: note: Technically the member function 'models::slope4_2::maxz' can be static.
enemylines7-0.6/models/slope4_2.h:21:8: note: Technically the member function 'models::slope4_2::maxz' can be static.
enemylines7-0.6/models/slope4_2.h:22:8: performance: Technically the member function 'models::slope4_2::radius' can be static. [functionStatic]
enemylines7-0.6/models/slope4_2.cc:32:17: note: Technically the member function 'models::slope4_2::radius' can be static.
enemylines7-0.6/models/slope4_2.h:22:8: note: Technically the member function 'models::slope4_2::radius' can be static.
enemylines7-0.6/models/sphere.h:10:7: performance: Technically the member function 'models::sphere::draw' can be static. [functionStatic]
enemylines7-0.6/models/sphere.cc:11:14: note: Technically the member function 'models::sphere::draw' can be static.
enemylines7-0.6/models/sphere.h:10:7: note: Technically the member function 'models::sphere::draw' can be static.
enemylines7-0.6/models/sphere.h:16:8: performance: Technically the member function 'models::sphere::minx' can be static. [functionStatic]
enemylines7-0.6/models/sphere.cc:26:15: note: Technically the member function 'models::sphere::minx' can be static.
enemylines7-0.6/models/sphere.h:16:8: note: Technically the member function 'models::sphere::minx' can be static.
enemylines7-0.6/models/sphere.h:17:8: performance: Technically the member function 'models::sphere::miny' can be static. [functionStatic]
enemylines7-0.6/models/sphere.cc:27:15: note: Technically the member function 'models::sphere::miny' can be static.
enemylines7-0.6/models/sphere.h:17:8: note: Technically the member function 'models::sphere::miny' can be static.
enemylines7-0.6/models/sphere.h:18:8: performance: Technically the member function 'models::sphere::minz' can be static. [functionStatic]
enemylines7-0.6/models/sphere.cc:28:15: note: Technically the member function 'models::sphere::minz' can be static.
enemylines7-0.6/models/sphere.h:18:8: note: Technically the member function 'models::sphere::minz' can be static.
enemylines7-0.6/models/sphere.h:19:8: performance: Technically the member function 'models::sphere::maxx' can be static. [functionStatic]
enemylines7-0.6/models/sphere.cc:29:15: note: Technically the member function 'models::sphere::maxx' can be static.
enemylines7-0.6/models/sphere.h:19:8: note: Technically the member function 'models::sphere::maxx' can be static.
enemylines7-0.6/models/sphere.h:20:8: performance: Technically the member function 'models::sphere::maxy' can be static. [functionStatic]
enemylines7-0.6/models/sphere.cc:30:15: note: Technically the member function 'models::sphere::maxy' can be static.
enemylines7-0.6/models/sphere.h:20:8: note: Technically the member function 'models::sphere::maxy' can be static.
enemylines7-0.6/models/sphere.h:21:8: performance: Technically the member function 'models::sphere::maxz' can be static. [functionStatic]
enemylines7-0.6/models/sphere.cc:31:15: note: Technically the member function 'models::sphere::maxz' can be static.
enemylines7-0.6/models/sphere.h:21:8: note: Technically the member function 'models::sphere::maxz' can be static.
enemylines7-0.6/models/sphere.h:22:8: performance: Technically the member function 'models::sphere::radius' can be static. [functionStatic]
enemylines7-0.6/models/sphere.cc:32:15: note: Technically the member function 'models::sphere::radius' can be static.
enemylines7-0.6/models/sphere.h:22:8: note: Technically the member function 'models::sphere::radius' can be static.
enemylines7-0.6/models/station.h:10:7: performance: Technically the member function 'models::station::draw' can be static. [functionStatic]
enemylines7-0.6/models/station.cc:11:15: note: Technically the member function 'models::station::draw' can be static.
enemylines7-0.6/models/station.h:10:7: note: Technically the member function 'models::station::draw' can be static.
enemylines7-0.6/models/station.h:16:8: performance: Technically the member function 'models::station::minx' can be static. [functionStatic]
enemylines7-0.6/models/station.cc:62:16: note: Technically the member function 'models::station::minx' can be static.
enemylines7-0.6/models/station.h:16:8: note: Technically the member function 'models::station::minx' can be static.
enemylines7-0.6/models/station.h:17:8: performance: Technically the member function 'models::station::miny' can be static. [functionStatic]
enemylines7-0.6/models/station.cc:63:16: note: Technically the member function 'models::station::miny' can be static.
enemylines7-0.6/models/station.h:17:8: note: Technically the member function 'models::station::miny' can be static.
enemylines7-0.6/models/station.h:18:8: performance: Technically the member function 'models::station::minz' can be static. [functionStatic]
enemylines7-0.6/models/station.cc:64:16: note: Technically the member function 'models::station::minz' can be static.
enemylines7-0.6/models/station.h:18:8: note: Technically the member function 'models::station::minz' can be static.
enemylines7-0.6/models/station.h:19:8: performance: Technically the member function 'models::station::maxx' can be static. [functionStatic]
enemylines7-0.6/models/station.cc:65:16: note: Technically the member function 'models::station::maxx' can be static.
enemylines7-0.6/models/station.h:19:8: note: Technically the member function 'models::station::maxx' can be static.
enemylines7-0.6/models/station.h:20:8: performance: Technically the member function 'models::station::maxy' can be static. [functionStatic]
enemylines7-0.6/models/station.cc:66:16: note: Technically the member function 'models::station::maxy' can be static.
enemylines7-0.6/models/station.h:20:8: note: Technically the member function 'models::station::maxy' can be static.
enemylines7-0.6/models/station.h:21:8: performance: Technically the member function 'models::station::maxz' can be static. [functionStatic]
enemylines7-0.6/models/station.cc:67:16: note: Technically the member function 'models::station::maxz' can be static.
enemylines7-0.6/models/station.h:21:8: note: Technically the member function 'models::station::maxz' can be static.
enemylines7-0.6/models/station.h:22:8: performance: Technically the member function 'models::station::radius' can be static. [functionStatic]
enemylines7-0.6/models/station.cc:68:16: note: Technically the member function 'models::station::radius' can be static.
enemylines7-0.6/models/station.h:22:8: note: Technically the member function 'models::station::radius' can be static.
enemylines7-0.6/models/tower.h:10:7: performance: Technically the member function 'models::tower::draw' can be static. [functionStatic]
enemylines7-0.6/models/tower.cc:11:13: note: Technically the member function 'models::tower::draw' can be static.
enemylines7-0.6/models/tower.h:10:7: note: Technically the member function 'models::tower::draw' can be static.
enemylines7-0.6/models/tower.h:16:8: performance: Technically the member function 'models::tower::minx' can be static. [functionStatic]
enemylines7-0.6/models/tower.cc:71:14: note: Technically the member function 'models::tower::minx' can be static.
enemylines7-0.6/models/tower.h:16:8: note: Technically the member function 'models::tower::minx' can be static.
enemylines7-0.6/models/tower.h:17:8: performance: Technically the member function 'models::tower::miny' can be static. [functionStatic]
enemylines7-0.6/models/tower.cc:72:14: note: Technically the member function 'models::tower::miny' can be static.
enemylines7-0.6/models/tower.h:17:8: note: Technically the member function 'models::tower::miny' can be static.
enemylines7-0.6/models/tower.h:18:8: performance: Technically the member function 'models::tower::minz' can be static. [functionStatic]
enemylines7-0.6/models/tower.cc:73:14: note: Technically the member function 'models::tower::minz' can be static.
enemylines7-0.6/models/tower.h:18:8: note: Technically the member function 'models::tower::minz' can be static.
enemylines7-0.6/models/tower.h:19:8: performance: Technically the member function 'models::tower::maxx' can be static. [functionStatic]
enemylines7-0.6/models/tower.cc:74:14: note: Technically the member function 'models::tower::maxx' can be static.
enemylines7-0.6/models/tower.h:19:8: note: Technically the member function 'models::tower::maxx' can be static.
enemylines7-0.6/models/tower.h:20:8: performance: Technically the member function 'models::tower::maxy' can be static. [functionStatic]
enemylines7-0.6/models/tower.cc:75:14: note: Technically the member function 'models::tower::maxy' can be static.
enemylines7-0.6/models/tower.h:20:8: note: Technically the member function 'models::tower::maxy' can be static.
enemylines7-0.6/models/tower.h:21:8: performance: Technically the member function 'models::tower::maxz' can be static. [functionStatic]
enemylines7-0.6/models/tower.cc:76:14: note: Technically the member function 'models::tower::maxz' can be static.
enemylines7-0.6/models/tower.h:21:8: note: Technically the member function 'models::tower::maxz' can be static.
enemylines7-0.6/models/tower.h:22:8: performance: Technically the member function 'models::tower::radius' can be static. [functionStatic]
enemylines7-0.6/models/tower.cc:77:14: note: Technically the member function 'models::tower::radius' can be static.
enemylines7-0.6/models/tower.h:22:8: note: Technically the member function 'models::tower::radius' can be static.
enemylines7-0.6/position.cc:47:36: style: Function 'move_backward' argument 1 names different: declaration 'mod' definition 'ticks'. [funcArgNamesDifferent]
enemylines7-0.6/position.h:22:27: note: Function 'move_backward' argument 1 names different: declaration 'mod' definition 'ticks'.
enemylines7-0.6/position.cc:47:36: note: Function 'move_backward' argument 1 names different: declaration 'mod' definition 'ticks'.
enemylines7-0.6/position.cc:50:32: style: Function 'move_left' argument 1 names different: declaration 'mod' definition 'ticks'. [funcArgNamesDifferent]
enemylines7-0.6/position.h:23:23: note: Function 'move_left' argument 1 names different: declaration 'mod' definition 'ticks'.
enemylines7-0.6/position.cc:50:32: note: Function 'move_left' argument 1 names different: declaration 'mod' definition 'ticks'.
enemylines7-0.6/position.cc:53:33: style: Function 'move_right' argument 1 names different: declaration 'mod' definition 'ticks'. [funcArgNamesDifferent]
enemylines7-0.6/position.h:24:24: note: Function 'move_right' argument 1 names different: declaration 'mod' definition 'ticks'.
enemylines7-0.6/position.cc:53:33: note: Function 'move_right' argument 1 names different: declaration 'mod' definition 'ticks'.
enemylines7-0.6/position.cc:57:35: style: Function 'move_forward' argument 1 names different: declaration 'mod' definition 'ticks'. [funcArgNamesDifferent]
enemylines7-0.6/position.h:21:26: note: Function 'move_forward' argument 1 names different: declaration 'mod' definition 'ticks'.
enemylines7-0.6/position.cc:57:35: note: Function 'move_forward' argument 1 names different: declaration 'mod' definition 'ticks'.
enemylines7-0.6/position.h:28:6: style: Technically the member function 'Position::nextpos' can be const. [functionConst]
enemylines7-0.6/position.cc:41:15: note: Technically the member function 'Position::nextpos' can be const.
enemylines7-0.6/position.h:28:6: note: Technically the member function 'Position::nextpos' can be const.
enemylines7-0.6/radio.cc:43:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
enemylines7-0.6/radio.cc:125:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
enemylines7-0.6/radio.cc:145:42: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
enemylines7-0.6/radio.cc:162:48: performance: Function parameter 'sk' should be passed by const reference. [passedByValue]
enemylines7-0.6/random.cc:27:6: style: The scope of the variable 'r' can be reduced. [variableScope]
enemylines7-0.6/random.h:13:15: performance: Technically the member function 'el7::Random::get' can be static. [functionStatic]
enemylines7-0.6/random.cc:39:22: note: Technically the member function 'el7::Random::get' can be static.
enemylines7-0.6/random.h:13:15: note: Technically the member function 'el7::Random::get' can be static.
enemylines7-0.6/random.h:17:7: performance: Technically the member function 'el7::Random::boolean' can be static. [functionStatic]
enemylines7-0.6/random.cc:15:14: note: Technically the member function 'el7::Random::boolean' can be static.
enemylines7-0.6/random.h:17:7: note: Technically the member function 'el7::Random::boolean' can be static.
enemylines7-0.6/tex.cc:10:50: performance: Function parameter 'dir' should be passed by const reference. [passedByValue]
enemylines7-0.6/tex.cc:39:51: performance: Function parameter 'path' should be passed by const reference. [passedByValue]
enemylines7-0.6/util.cc:13:19: style: The scope of the variable 'errorstring' can be reduced. [variableScope]
enemylines7-0.6/util.cc:57:27: style: Function 'screenshot' argument 2 names different: declaration 'hi' definition 'h'. [funcArgNamesDifferent]
enemylines7-0.6/util.h:16:27: note: Function 'screenshot' argument 2 names different: declaration 'hi' definition 'h'.
enemylines7-0.6/util.cc:57:27: note: Function 'screenshot' argument 2 names different: declaration 'hi' definition 'h'.
[17:42]

ftp://ftp.se.debian.org/debian/pool/main/e/enet/enet_1.3.3.orig.tar.gz
enet-1.3.3/compress.c:257:45: style: Checking if unsigned variable 'inBufferCount' is less than zero. [unsignedLessThanZero]
enet-1.3.3/compress.c:257:61: style: Checking if unsigned variable 'inLimit' is less than zero. [unsignedLessThanZero]
enet-1.3.3/compress.c:277:31: style: Checking if unsigned variable 'inBufferCount' is less than zero. [unsignedLessThanZero]
enet-1.3.3/compress.c:513:39: style: Checking if unsigned variable 'inLimit' is less than zero. [unsignedLessThanZero]
enet-1.3.3/peer.c:246:27: style: The scope of the variable 'outgoingCommand' can be reduced. [variableScope]
enet-1.3.3/protocol.c:1401:18: style: The scope of the variable 'channel' can be reduced. [variableScope]
enet-1.3.3/protocol.c:988:26: style: Checking if unsigned variable 'originalSize' is less than zero. [unsignedLessThanZero]
enet-1.3.3/protocol.c:954:63: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
enet-1.3.3/unix.c:89:5: style: Variable 'hostEntry' is reassigned a value before the old one has been used. [redundantAssignment]
enet-1.3.3/unix.c:77:0: note: Variable 'hostEntry' is reassigned a value before the old one has been used.
enet-1.3.3/unix.c:89:5: note: Variable 'hostEntry' is reassigned a value before the old one has been used.
enet-1.3.3/unix.c:144:5: style: Variable 'hostEntry' is reassigned a value before the old one has been used. [redundantAssignment]
enet-1.3.3/unix.c:128:0: note: Variable 'hostEntry' is reassigned a value before the old one has been used.
enet-1.3.3/unix.c:144:5: note: Variable 'hostEntry' is reassigned a value before the old one has been used.
[17:42]

ftp://ftp.se.debian.org/debian/pool/main/e/engauge-digitizer/engauge-digitizer_9.7+ds.1.orig.tar.gz
engauge-digitizer-9.7/src/Background/BackgroundStateAbstractBase.h:36:4: warning: Class 'BackgroundStateAbstractBase' which has virtual members does not have a virtual destructor. [virtualDestructor]
engauge-digitizer-9.7/src/Background/BackgroundStateContext.cpp:168:81: style: Function 'updateColorFilter' argument 3 names different: declaration 'colorFilter' definition 'modelColorFilter'. [funcArgNamesDifferent]
engauge-digitizer-9.7/src/Background/BackgroundStateContext.h:70:59: note: Function 'updateColorFilter' argument 3 names different: declaration 'colorFilter' definition 'modelColorFilter'.
engauge-digitizer-9.7/src/Background/BackgroundStateContext.cpp:168:81: note: Function 'updateColorFilter' argument 3 names different: declaration 'colorFilter' definition 'modelColorFilter'.
engauge-digitizer-9.7/src/Background/BackgroundStateContext.h:36:3: style: Class 'BackgroundStateContext' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/Background/BackgroundStateCurve.h:20:16: style: The function 'begin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Background/BackgroundStateAbstractBase.h:39:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Background/BackgroundStateCurve.h:20:16: note: Function in derived class
engauge-digitizer-9.7/src/Background/BackgroundStateCurve.h:21:16: style: The function 'end' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Background/BackgroundStateAbstractBase.h:48:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Background/BackgroundStateCurve.h:21:16: note: Function in derived class
engauge-digitizer-9.7/src/Background/BackgroundStateCurve.h:22:16: style: The function 'fitInView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Background/BackgroundStateAbstractBase.h:51:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Background/BackgroundStateCurve.h:22:16: note: Function in derived class
engauge-digitizer-9.7/src/Background/BackgroundStateCurve.h:23:16: style: The function 'setCurveSelected' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Background/BackgroundStateAbstractBase.h:66:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Background/BackgroundStateCurve.h:23:16: note: Function in derived class
engauge-digitizer-9.7/src/Background/BackgroundStateCurve.h:27:16: style: The function 'setPixmap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Background/BackgroundStateAbstractBase.h:72:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Background/BackgroundStateCurve.h:27:16: note: Function in derived class
engauge-digitizer-9.7/src/Background/BackgroundStateCurve.h:32:19: style: The function 'state' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Background/BackgroundStateAbstractBase.h:79:19: note: Virtual function in base class
engauge-digitizer-9.7/src/Background/BackgroundStateCurve.h:32:19: note: Function in derived class
engauge-digitizer-9.7/src/Background/BackgroundStateCurve.h:33:16: style: The function 'updateColorFilter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Background/BackgroundStateAbstractBase.h:82:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Background/BackgroundStateCurve.h:33:16: note: Function in derived class
engauge-digitizer-9.7/src/Background/BackgroundStateNone.h:20:16: style: The function 'begin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Background/BackgroundStateAbstractBase.h:39:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Background/BackgroundStateNone.h:20:16: note: Function in derived class
engauge-digitizer-9.7/src/Background/BackgroundStateNone.h:21:16: style: The function 'end' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Background/BackgroundStateAbstractBase.h:48:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Background/BackgroundStateNone.h:21:16: note: Function in derived class
engauge-digitizer-9.7/src/Background/BackgroundStateNone.h:22:16: style: The function 'fitInView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Background/BackgroundStateAbstractBase.h:51:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Background/BackgroundStateNone.h:22:16: note: Function in derived class
engauge-digitizer-9.7/src/Background/BackgroundStateNone.h:23:16: style: The function 'setCurveSelected' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Background/BackgroundStateAbstractBase.h:66:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Background/BackgroundStateNone.h:23:16: note: Function in derived class
engauge-digitizer-9.7/src/Background/BackgroundStateNone.h:27:16: style: The function 'setPixmap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Background/BackgroundStateAbstractBase.h:72:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Background/BackgroundStateNone.h:27:16: note: Function in derived class
engauge-digitizer-9.7/src/Background/BackgroundStateNone.h:32:19: style: The function 'state' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Background/BackgroundStateAbstractBase.h:79:19: note: Virtual function in base class
engauge-digitizer-9.7/src/Background/BackgroundStateNone.h:32:19: note: Function in derived class
engauge-digitizer-9.7/src/Background/BackgroundStateNone.h:33:16: style: The function 'updateColorFilter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Background/BackgroundStateAbstractBase.h:82:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Background/BackgroundStateNone.h:33:16: note: Function in derived class
engauge-digitizer-9.7/src/Background/BackgroundStateOriginal.h:20:16: style: The function 'begin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Background/BackgroundStateAbstractBase.h:39:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Background/BackgroundStateOriginal.h:20:16: note: Function in derived class
engauge-digitizer-9.7/src/Background/BackgroundStateOriginal.h:21:16: style: The function 'end' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Background/BackgroundStateAbstractBase.h:48:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Background/BackgroundStateOriginal.h:21:16: note: Function in derived class
engauge-digitizer-9.7/src/Background/BackgroundStateOriginal.h:22:16: style: The function 'fitInView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Background/BackgroundStateAbstractBase.h:51:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Background/BackgroundStateOriginal.h:22:16: note: Function in derived class
engauge-digitizer-9.7/src/Background/BackgroundStateOriginal.h:23:16: style: The function 'setCurveSelected' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Background/BackgroundStateAbstractBase.h:66:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Background/BackgroundStateOriginal.h:23:16: note: Function in derived class
engauge-digitizer-9.7/src/Background/BackgroundStateOriginal.h:27:16: style: The function 'setPixmap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Background/BackgroundStateAbstractBase.h:72:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Background/BackgroundStateOriginal.h:27:16: note: Function in derived class
engauge-digitizer-9.7/src/Background/BackgroundStateOriginal.h:32:19: style: The function 'state' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Background/BackgroundStateAbstractBase.h:79:19: note: Virtual function in base class
engauge-digitizer-9.7/src/Background/BackgroundStateOriginal.h:32:19: note: Function in derived class
engauge-digitizer-9.7/src/Background/BackgroundStateOriginal.h:33:16: style: The function 'updateColorFilter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Background/BackgroundStateAbstractBase.h:82:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Background/BackgroundStateOriginal.h:33:16: note: Function in derived class
engauge-digitizer-9.7/src/Background/BackgroundStateUnloaded.h:20:16: style: The function 'begin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Background/BackgroundStateAbstractBase.h:39:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Background/BackgroundStateUnloaded.h:20:16: note: Function in derived class
engauge-digitizer-9.7/src/Background/BackgroundStateUnloaded.h:21:16: style: The function 'end' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Background/BackgroundStateAbstractBase.h:48:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Background/BackgroundStateUnloaded.h:21:16: note: Function in derived class
engauge-digitizer-9.7/src/Background/BackgroundStateUnloaded.h:22:16: style: The function 'fitInView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Background/BackgroundStateAbstractBase.h:51:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Background/BackgroundStateUnloaded.h:22:16: note: Function in derived class
engauge-digitizer-9.7/src/Background/BackgroundStateUnloaded.h:23:16: style: The function 'setCurveSelected' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Background/BackgroundStateAbstractBase.h:66:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Background/BackgroundStateUnloaded.h:23:16: note: Function in derived class
engauge-digitizer-9.7/src/Background/BackgroundStateUnloaded.h:27:16: style: The function 'setPixmap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Background/BackgroundStateAbstractBase.h:72:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Background/BackgroundStateUnloaded.h:27:16: note: Function in derived class
engauge-digitizer-9.7/src/Background/BackgroundStateUnloaded.h:32:19: style: The function 'state' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Background/BackgroundStateAbstractBase.h:79:19: note: Virtual function in base class
engauge-digitizer-9.7/src/Background/BackgroundStateUnloaded.h:32:19: note: Function in derived class
engauge-digitizer-9.7/src/Background/BackgroundStateUnloaded.h:33:16: style: The function 'updateColorFilter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Background/BackgroundStateAbstractBase.h:82:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Background/BackgroundStateUnloaded.h:33:16: note: Function in derived class
engauge-digitizer-9.7/src/Background/BackgroundStateCurve.cpp:76:78: style: Function 'setCurveSelected' argument 3 names different: declaration 'colorFilter' definition 'modelColorFilter'. [funcArgNamesDifferent]
engauge-digitizer-9.7/src/Background/BackgroundStateCurve.h:25:66: note: Function 'setCurveSelected' argument 3 names different: declaration 'colorFilter' definition 'modelColorFilter'.
engauge-digitizer-9.7/src/Background/BackgroundStateCurve.cpp:76:78: note: Function 'setCurveSelected' argument 3 names different: declaration 'colorFilter' definition 'modelColorFilter'.
engauge-digitizer-9.7/src/Background/BackgroundStateCurve.cpp:112:79: style: Function 'updateColorFilter' argument 3 names different: declaration 'colorFilter' definition 'modelColorFilter'. [funcArgNamesDifferent]
engauge-digitizer-9.7/src/Background/BackgroundStateCurve.h:35:67: note: Function 'updateColorFilter' argument 3 names different: declaration 'colorFilter' definition 'modelColorFilter'.
engauge-digitizer-9.7/src/Background/BackgroundStateCurve.cpp:112:79: note: Function 'updateColorFilter' argument 3 names different: declaration 'colorFilter' definition 'modelColorFilter'.
engauge-digitizer-9.7/src/Background/BackgroundStateNone.cpp:55:53: style: Function 'setPixmap' argument 4 names different: declaration 'pixmap' definition 'pixmapOriginal'. [funcArgNamesDifferent]
engauge-digitizer-9.7/src/Background/BackgroundStateNone.h:30:42: note: Function 'setPixmap' argument 4 names different: declaration 'pixmap' definition 'pixmapOriginal'.
engauge-digitizer-9.7/src/Background/BackgroundStateNone.cpp:55:53: note: Function 'setPixmap' argument 4 names different: declaration 'pixmap' definition 'pixmapOriginal'.
engauge-digitizer-9.7/src/Background/BackgroundStateOriginal.cpp:56:57: style: Function 'setPixmap' argument 4 names different: declaration 'pixmap' definition 'pixmapOriginal'. [funcArgNamesDifferent]
engauge-digitizer-9.7/src/Background/BackgroundStateOriginal.h:30:42: note: Function 'setPixmap' argument 4 names different: declaration 'pixmap' definition 'pixmapOriginal'.
engauge-digitizer-9.7/src/Background/BackgroundStateOriginal.cpp:56:57: note: Function 'setPixmap' argument 4 names different: declaration 'pixmap' definition 'pixmapOriginal'.
engauge-digitizer-9.7/src/Callback/CallbackAddPointsInCurvesGraphs.h:21:3: style: Class 'CallbackAddPointsInCurvesGraphs' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/Callback/CallbackAxisPointsAbstract.cpp:23:83: warning: Function 'CallbackAxisPointsAbstract' argument order different: declaration 'modelCoords, pointIdentifierOverride, posGraphOverride, posScreenOverride, documentAxesPointsRequired' definition 'modelCoords, pointIdentifierOverride, posScreenOverride, posGraphOverride, documentAxesPointsRequired' [funcArgOrderDifferent]
engauge-digitizer-9.7/src/Callback/CallbackAxisPointsAbstract.h:46:57: note: Function 'CallbackAxisPointsAbstract' argument order different: declaration 'modelCoords, pointIdentifierOverride, posGraphOverride, posScreenOverride, documentAxesPointsRequired' definition 'modelCoords, pointIdentifierOverride, posScreenOverride, posGraphOverride, documentAxesPointsRequired'
engauge-digitizer-9.7/src/Callback/CallbackAxisPointsAbstract.cpp:23:83: note: Function 'CallbackAxisPointsAbstract' argument order different: declaration 'modelCoords, pointIdentifierOverride, posGraphOverride, posScreenOverride, documentAxesPointsRequired' definition 'modelCoords, pointIdentifierOverride, posScreenOverride, posGraphOverride, documentAxesPointsRequired'
engauge-digitizer-9.7/src/Callback/CallbackAxisPointsAbstract.cpp:15:29: warning: Member variable 'CallbackAxisPointsAbstract::m_xGraphLow' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Callback/CallbackAxisPointsAbstract.cpp:15:29: warning: Member variable 'CallbackAxisPointsAbstract::m_yGraphLow' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Callback/CallbackAxisPointsAbstract.cpp:15:29: warning: Member variable 'CallbackAxisPointsAbstract::m_xGraphHigh' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Callback/CallbackAxisPointsAbstract.cpp:15:29: warning: Member variable 'CallbackAxisPointsAbstract::m_yGraphHigh' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Callback/CallbackAxisPointsAbstract.cpp:23:29: warning: Member variable 'CallbackAxisPointsAbstract::m_xGraphLow' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Callback/CallbackAxisPointsAbstract.cpp:23:29: warning: Member variable 'CallbackAxisPointsAbstract::m_yGraphLow' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Callback/CallbackAxisPointsAbstract.cpp:23:29: warning: Member variable 'CallbackAxisPointsAbstract::m_xGraphHigh' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Callback/CallbackAxisPointsAbstract.cpp:23:29: warning: Member variable 'CallbackAxisPointsAbstract::m_yGraphHigh' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Callback/CallbackAxisPointsAbstract.h:87:8: performance: Technically the member function 'CallbackAxisPointsAbstract::anyPointsRepeatPair' can be static. [functionStatic]
engauge-digitizer-9.7/src/Callback/CallbackAxisPointsAbstract.cpp:37:34: note: Technically the member function 'CallbackAxisPointsAbstract::anyPointsRepeatPair' can be static.
engauge-digitizer-9.7/src/Callback/CallbackAxisPointsAbstract.h:87:8: note: Technically the member function 'CallbackAxisPointsAbstract::anyPointsRepeatPair' can be static.
engauge-digitizer-9.7/src/Callback/CallbackAxisPointsAbstract.h:88:8: performance: Technically the member function 'CallbackAxisPointsAbstract::anyPointsRepeatSingle' can be static. [functionStatic]
engauge-digitizer-9.7/src/Callback/CallbackAxisPointsAbstract.cpp:55:34: note: Technically the member function 'CallbackAxisPointsAbstract::anyPointsRepeatSingle' can be static.
engauge-digitizer-9.7/src/Callback/CallbackAxisPointsAbstract.h:88:8: note: Technically the member function 'CallbackAxisPointsAbstract::anyPointsRepeatSingle' can be static.
engauge-digitizer-9.7/src/Callback/CallbackAxisPointsAbstract.h:98:8: performance: Technically the member function 'CallbackAxisPointsAbstract::threePointsAreCollinear' can be static. [functionStatic]
engauge-digitizer-9.7/src/Callback/CallbackAxisPointsAbstract.cpp:385:34: note: Technically the member function 'CallbackAxisPointsAbstract::threePointsAreCollinear' can be static.
engauge-digitizer-9.7/src/Callback/CallbackAxisPointsAbstract.h:98:8: note: Technically the member function 'CallbackAxisPointsAbstract::threePointsAreCollinear' can be static.
engauge-digitizer-9.7/src/Callback/CallbackBoundingRects.h:38:8: style: Technically the member function 'CallbackBoundingRects::mergeCoordinates' can be const. [functionConst]
engauge-digitizer-9.7/src/Callback/CallbackBoundingRects.cpp:55:29: note: Technically the member function 'CallbackBoundingRects::mergeCoordinates' can be const.
engauge-digitizer-9.7/src/Callback/CallbackBoundingRects.h:38:8: note: Technically the member function 'CallbackBoundingRects::mergeCoordinates' can be const.
engauge-digitizer-9.7/src/Callback/CallbackBoundingRects.h:23:3: style: Class 'CallbackBoundingRects' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/Callback/CallbackDocumentHash.h:23:3: style: Class 'CallbackDocumentHash' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/Callback/CallbackGatherXThetaValuesFunctions.cpp:17:93: style: Function 'CallbackGatherXThetaValuesFunctions' argument 2 names different: declaration 'curveNamesIncluded' definition 'curvesIncluded'. [funcArgNamesDifferent]
engauge-digitizer-9.7/src/Callback/CallbackGatherXThetaValuesFunctions.h:32:58: note: Function 'CallbackGatherXThetaValuesFunctions' argument 2 names different: declaration 'curveNamesIncluded' definition 'curvesIncluded'.
engauge-digitizer-9.7/src/Callback/CallbackGatherXThetaValuesFunctions.cpp:17:93: note: Function 'CallbackGatherXThetaValuesFunctions' argument 2 names different: declaration 'curveNamesIncluded' definition 'curvesIncluded'.
engauge-digitizer-9.7/src/Callback/CallbackGatherXThetaValuesFunctions.cpp:25:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Callback/CallbackNextOrdinal.h:21:3: style: Class 'CallbackNextOrdinal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/Callback/CallbackRemovePointsInCurvesGraphs.h:21:3: style: Class 'CallbackRemovePointsInCurvesGraphs' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/Checker/Checker.cpp:166:54: style: Function 'prepareForDisplay' argument 1 names different: declaration 'Points' definition 'points'. [funcArgNamesDifferent]
engauge-digitizer-9.7/src/Checker/Checker.h:50:47: note: Function 'prepareForDisplay' argument 1 names different: declaration 'Points' definition 'points'.
engauge-digitizer-9.7/src/Checker/Checker.cpp:166:54: note: Function 'prepareForDisplay' argument 1 names different: declaration 'Points' definition 'points'.
engauge-digitizer-9.7/src/Checker/Checker.cpp:144:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Checker/Checker.h:69:8: performance: Technically the member function 'Checker::adjustPolarAngleRanges' can be static. [functionStatic]
engauge-digitizer-9.7/src/Checker/Checker.cpp:38:15: note: Technically the member function 'Checker::adjustPolarAngleRanges' can be static.
engauge-digitizer-9.7/src/Checker/Checker.h:69:8: note: Technically the member function 'Checker::adjustPolarAngleRanges' can be static.
engauge-digitizer-9.7/src/Checker/Checker.h:37:3: style: Class 'Checker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/Checklist/ChecklistGuide.h:22:3: style: Class 'ChecklistGuide' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/Checklist/ChecklistGuideBrowser.cpp:130:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Checklist/ChecklistGuideBrowser.cpp:156:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Checklist/ChecklistGuideBrowser.cpp:187:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Checklist/ChecklistGuideBrowser.cpp:232:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Checklist/ChecklistGuidePage.h:23:3: style: Class 'ChecklistGuidePage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/Checklist/ChecklistGuidePageCurves.h:23:3: style: Class 'ChecklistGuidePageCurves' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/Checklist/ChecklistGuideWizard.cpp:82:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Checklist/ChecklistGuideWizard.cpp:139:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Cmd/CmdAbstract.cpp:87:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Cmd/CmdAbstract.cpp:20:14: warning: Member variable 'CmdAbstract::m_identifierIndexBeforeRedo' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Cmd/CmdAbstract.cpp:20:14: warning: Member variable 'CmdAbstract::m_identifierIndexAfterRedo' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Cmd/CmdAddPointAxis.h:35:16: style: The function 'cmdRedo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Cmd/CmdAbstract.h:30:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Cmd/CmdAddPointAxis.h:35:16: note: Function in derived class
engauge-digitizer-9.7/src/Cmd/CmdAddPointAxis.h:36:16: style: The function 'cmdUndo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Cmd/CmdAbstract.h:33:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Cmd/CmdAddPointAxis.h:36:16: note: Function in derived class
engauge-digitizer-9.7/src/Cmd/CmdAddPointAxis.h:37:16: style: The function 'saveXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Cmd/CmdAbstract.h:36:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Cmd/CmdAddPointAxis.h:37:16: note: Function in derived class
engauge-digitizer-9.7/src/Cmd/CmdAddPointGraph.h:35:16: style: The function 'cmdRedo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Cmd/CmdAbstract.h:30:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Cmd/CmdAddPointGraph.h:35:16: note: Function in derived class
engauge-digitizer-9.7/src/Cmd/CmdAddPointGraph.h:36:16: style: The function 'cmdUndo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Cmd/CmdAbstract.h:33:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Cmd/CmdAddPointGraph.h:36:16: note: Function in derived class
engauge-digitizer-9.7/src/Cmd/CmdAddPointGraph.h:37:16: style: The function 'saveXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Cmd/CmdAbstract.h:36:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Cmd/CmdAddPointGraph.h:37:16: note: Function in derived class
engauge-digitizer-9.7/src/Cmd/CmdAddPointsGraph.h:37:16: style: The function 'cmdRedo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Cmd/CmdAbstract.h:30:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Cmd/CmdAddPointsGraph.h:37:16: note: Function in derived class
engauge-digitizer-9.7/src/Cmd/CmdAddPointsGraph.h:38:16: style: The function 'cmdUndo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Cmd/CmdAbstract.h:33:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Cmd/CmdAddPointsGraph.h:38:16: note: Function in derived class
engauge-digitizer-9.7/src/Cmd/CmdAddPointsGraph.h:39:16: style: The function 'saveXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Cmd/CmdAbstract.h:36:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Cmd/CmdAddPointsGraph.h:39:16: note: Function in derived class
engauge-digitizer-9.7/src/Cmd/CmdCopy.h:34:16: style: The function 'cmdRedo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Cmd/CmdAbstract.h:30:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Cmd/CmdCopy.h:34:16: note: Function in derived class
engauge-digitizer-9.7/src/Cmd/CmdCopy.h:35:16: style: The function 'cmdUndo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Cmd/CmdAbstract.h:33:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Cmd/CmdCopy.h:35:16: note: Function in derived class
engauge-digitizer-9.7/src/Cmd/CmdCopy.h:36:16: style: The function 'saveXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Cmd/CmdAbstract.h:36:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Cmd/CmdCopy.h:36:16: note: Function in derived class
engauge-digitizer-9.7/src/Cmd/CmdCut.h:34:16: style: The function 'cmdRedo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Cmd/CmdAbstract.h:30:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Cmd/CmdCut.h:34:16: note: Function in derived class
engauge-digitizer-9.7/src/Cmd/CmdCut.h:35:16: style: The function 'cmdUndo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Cmd/CmdAbstract.h:33:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Cmd/CmdCut.h:35:16: note: Function in derived class
engauge-digitizer-9.7/src/Cmd/CmdCut.h:36:16: style: The function 'saveXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Cmd/CmdAbstract.h:36:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Cmd/CmdCut.h:36:16: note: Function in derived class
engauge-digitizer-9.7/src/Cmd/CmdDelete.cpp:24:12: warning: Member variable 'CmdDelete::m_transformIsDefined' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Cmd/CmdDelete.h:34:16: style: The function 'cmdRedo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Cmd/CmdAbstract.h:30:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Cmd/CmdDelete.h:34:16: note: Function in derived class
engauge-digitizer-9.7/src/Cmd/CmdDelete.h:35:16: style: The function 'cmdUndo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Cmd/CmdAbstract.h:33:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Cmd/CmdDelete.h:35:16: note: Function in derived class
engauge-digitizer-9.7/src/Cmd/CmdDelete.h:36:16: style: The function 'saveXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Cmd/CmdAbstract.h:36:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Cmd/CmdDelete.h:36:16: note: Function in derived class
engauge-digitizer-9.7/src/Cmd/CmdEditPointAxis.h:37:16: style: The function 'cmdRedo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Cmd/CmdAbstract.h:30:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Cmd/CmdEditPointAxis.h:37:16: note: Function in derived class
engauge-digitizer-9.7/src/Cmd/CmdEditPointAxis.h:38:16: style: The function 'cmdUndo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Cmd/CmdAbstract.h:33:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Cmd/CmdEditPointAxis.h:38:16: note: Function in derived class
engauge-digitizer-9.7/src/Cmd/CmdEditPointAxis.h:39:16: style: The function 'saveXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Cmd/CmdAbstract.h:36:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Cmd/CmdEditPointAxis.h:39:16: note: Function in derived class
engauge-digitizer-9.7/src/Cmd/CmdEditPointGraph.h:38:16: style: The function 'cmdRedo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Cmd/CmdAbstract.h:30:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Cmd/CmdEditPointGraph.h:38:16: note: Function in derived class
engauge-digitizer-9.7/src/Cmd/CmdEditPointGraph.h:39:16: style: The function 'cmdUndo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Cmd/CmdAbstract.h:33:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Cmd/CmdEditPointGraph.h:39:16: note: Function in derived class
engauge-digitizer-9.7/src/Cmd/CmdEditPointGraph.h:40:16: style: The function 'saveXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Cmd/CmdAbstract.h:36:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Cmd/CmdEditPointGraph.h:40:16: note: Function in derived class
engauge-digitizer-9.7/src/Cmd/CmdMoveBy.h:36:16: style: The function 'cmdRedo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Cmd/CmdAbstract.h:30:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Cmd/CmdMoveBy.h:36:16: note: Function in derived class
engauge-digitizer-9.7/src/Cmd/CmdMoveBy.h:37:16: style: The function 'cmdUndo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Cmd/CmdAbstract.h:33:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Cmd/CmdMoveBy.h:37:16: note: Function in derived class
engauge-digitizer-9.7/src/Cmd/CmdMoveBy.h:38:16: style: The function 'saveXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Cmd/CmdAbstract.h:36:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Cmd/CmdMoveBy.h:38:16: note: Function in derived class
engauge-digitizer-9.7/src/Cmd/CmdPaste.h:34:16: style: The function 'cmdRedo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Cmd/CmdAbstract.h:30:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Cmd/CmdPaste.h:34:16: note: Function in derived class
engauge-digitizer-9.7/src/Cmd/CmdPaste.h:35:16: style: The function 'cmdUndo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Cmd/CmdAbstract.h:33:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Cmd/CmdPaste.h:35:16: note: Function in derived class
engauge-digitizer-9.7/src/Cmd/CmdPaste.h:36:16: style: The function 'saveXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Cmd/CmdAbstract.h:36:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Cmd/CmdPaste.h:36:16: note: Function in derived class
engauge-digitizer-9.7/src/Cmd/CmdRedoForTest.h:35:16: style: The function 'cmdRedo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Cmd/CmdAbstract.h:30:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Cmd/CmdRedoForTest.h:35:16: note: Function in derived class
engauge-digitizer-9.7/src/Cmd/CmdRedoForTest.h:36:16: style: The function 'cmdUndo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Cmd/CmdAbstract.h:33:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Cmd/CmdRedoForTest.h:36:16: note: Function in derived class
engauge-digitizer-9.7/src/Cmd/CmdRedoForTest.h:37:16: style: The function 'saveXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Cmd/CmdAbstract.h:36:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Cmd/CmdRedoForTest.h:37:16: note: Function in derived class
engauge-digitizer-9.7/src/Cmd/CmdSelectCoordSystem.h:32:16: style: The function 'cmdRedo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Cmd/CmdAbstract.h:30:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Cmd/CmdSelectCoordSystem.h:32:16: note: Function in derived class
engauge-digitizer-9.7/src/Cmd/CmdSelectCoordSystem.h:33:16: style: The function 'cmdUndo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Cmd/CmdAbstract.h:33:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Cmd/CmdSelectCoordSystem.h:33:16: note: Function in derived class
engauge-digitizer-9.7/src/Cmd/CmdSelectCoordSystem.h:34:16: style: The function 'saveXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Cmd/CmdAbstract.h:36:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Cmd/CmdSelectCoordSystem.h:34:16: note: Function in derived class
engauge-digitizer-9.7/src/Cmd/CmdSettingsAxesChecker.h:33:16: style: The function 'cmdRedo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Cmd/CmdAbstract.h:30:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Cmd/CmdSettingsAxesChecker.h:33:16: note: Function in derived class
engauge-digitizer-9.7/src/Cmd/CmdSettingsAxesChecker.h:34:16: style: The function 'cmdUndo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Cmd/CmdAbstract.h:33:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Cmd/CmdSettingsAxesChecker.h:34:16: note: Function in derived class
engauge-digitizer-9.7/src/Cmd/CmdSettingsAxesChecker.h:35:16: style: The function 'saveXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Cmd/CmdAbstract.h:36:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Cmd/CmdSettingsAxesChecker.h:35:16: note: Function in derived class
engauge-digitizer-9.7/src/Cmd/CmdSettingsColorFilter.h:33:16: style: The function 'cmdRedo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Cmd/CmdAbstract.h:30:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Cmd/CmdSettingsColorFilter.h:33:16: note: Function in derived class
engauge-digitizer-9.7/src/Cmd/CmdSettingsColorFilter.h:34:16: style: The function 'cmdUndo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Cmd/CmdAbstract.h:33:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Cmd/CmdSettingsColorFilter.h:34:16: note: Function in derived class
engauge-digitizer-9.7/src/Cmd/CmdSettingsColorFilter.h:35:16: style: The function 'saveXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Cmd/CmdAbstract.h:36:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Cmd/CmdSettingsColorFilter.h:35:16: note: Function in derived class
engauge-digitizer-9.7/src/Cmd/CmdSettingsCoords.h:33:16: style: The function 'cmdRedo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Cmd/CmdAbstract.h:30:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Cmd/CmdSettingsCoords.h:33:16: note: Function in derived class
engauge-digitizer-9.7/src/Cmd/CmdSettingsCoords.h:34:16: style: The function 'cmdUndo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Cmd/CmdAbstract.h:33:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Cmd/CmdSettingsCoords.h:34:16: note: Function in derived class
engauge-digitizer-9.7/src/Cmd/CmdSettingsCoords.h:35:16: style: The function 'saveXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Cmd/CmdAbstract.h:36:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Cmd/CmdSettingsCoords.h:35:16: note: Function in derived class
engauge-digitizer-9.7/src/Cmd/CmdSettingsCurveAddRemove.h:33:16: style: The function 'cmdRedo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Cmd/CmdAbstract.h:30:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Cmd/CmdSettingsCurveAddRemove.h:33:16: note: Function in derived class
engauge-digitizer-9.7/src/Cmd/CmdSettingsCurveAddRemove.h:34:16: style: The function 'cmdUndo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Cmd/CmdAbstract.h:33:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Cmd/CmdSettingsCurveAddRemove.h:34:16: note: Function in derived class
engauge-digitizer-9.7/src/Cmd/CmdSettingsCurveAddRemove.h:35:16: style: The function 'saveXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Cmd/CmdAbstract.h:36:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Cmd/CmdSettingsCurveAddRemove.h:35:16: note: Function in derived class
engauge-digitizer-9.7/src/Cmd/CmdSettingsCurveProperties.h:36:16: style: The function 'cmdRedo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Cmd/CmdAbstract.h:30:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Cmd/CmdSettingsCurveProperties.h:36:16: note: Function in derived class
engauge-digitizer-9.7/src/Cmd/CmdSettingsCurveProperties.h:37:16: style: The function 'cmdUndo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Cmd/CmdAbstract.h:33:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Cmd/CmdSettingsCurveProperties.h:37:16: note: Function in derived class
engauge-digitizer-9.7/src/Cmd/CmdSettingsCurveProperties.h:38:16: style: The function 'saveXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Cmd/CmdAbstract.h:36:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Cmd/CmdSettingsCurveProperties.h:38:16: note: Function in derived class
engauge-digitizer-9.7/src/Cmd/CmdSettingsDigitizeCurve.h:33:16: style: The function 'cmdRedo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Cmd/CmdAbstract.h:30:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Cmd/CmdSettingsDigitizeCurve.h:33:16: note: Function in derived class
engauge-digitizer-9.7/src/Cmd/CmdSettingsDigitizeCurve.h:34:16: style: The function 'cmdUndo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Cmd/CmdAbstract.h:33:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Cmd/CmdSettingsDigitizeCurve.h:34:16: note: Function in derived class
engauge-digitizer-9.7/src/Cmd/CmdSettingsDigitizeCurve.h:35:16: style: The function 'saveXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Cmd/CmdAbstract.h:36:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Cmd/CmdSettingsDigitizeCurve.h:35:16: note: Function in derived class
engauge-digitizer-9.7/src/Cmd/CmdSettingsExportFormat.h:33:16: style: The function 'cmdRedo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Cmd/CmdAbstract.h:30:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Cmd/CmdSettingsExportFormat.h:33:16: note: Function in derived class
engauge-digitizer-9.7/src/Cmd/CmdSettingsExportFormat.h:34:16: style: The function 'cmdUndo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Cmd/CmdAbstract.h:33:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Cmd/CmdSettingsExportFormat.h:34:16: note: Function in derived class
engauge-digitizer-9.7/src/Cmd/CmdSettingsExportFormat.h:35:16: style: The function 'saveXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Cmd/CmdAbstract.h:36:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Cmd/CmdSettingsExportFormat.h:35:16: note: Function in derived class
engauge-digitizer-9.7/src/Cmd/CmdSettingsGeneral.h:33:16: style: The function 'cmdRedo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Cmd/CmdAbstract.h:30:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Cmd/CmdSettingsGeneral.h:33:16: note: Function in derived class
engauge-digitizer-9.7/src/Cmd/CmdSettingsGeneral.h:34:16: style: The function 'cmdUndo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Cmd/CmdAbstract.h:33:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Cmd/CmdSettingsGeneral.h:34:16: note: Function in derived class
engauge-digitizer-9.7/src/Cmd/CmdSettingsGeneral.h:35:16: style: The function 'saveXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Cmd/CmdAbstract.h:36:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Cmd/CmdSettingsGeneral.h:35:16: note: Function in derived class
engauge-digitizer-9.7/src/Cmd/CmdSettingsGridRemoval.h:33:16: style: The function 'cmdRedo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Cmd/CmdAbstract.h:30:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Cmd/CmdSettingsGridRemoval.h:33:16: note: Function in derived class
engauge-digitizer-9.7/src/Cmd/CmdSettingsGridRemoval.h:34:16: style: The function 'cmdUndo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Cmd/CmdAbstract.h:33:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Cmd/CmdSettingsGridRemoval.h:34:16: note: Function in derived class
engauge-digitizer-9.7/src/Cmd/CmdSettingsGridRemoval.h:35:16: style: The function 'saveXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Cmd/CmdAbstract.h:36:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Cmd/CmdSettingsGridRemoval.h:35:16: note: Function in derived class
engauge-digitizer-9.7/src/Cmd/CmdSettingsPointMatch.h:33:16: style: The function 'cmdRedo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Cmd/CmdAbstract.h:30:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Cmd/CmdSettingsPointMatch.h:33:16: note: Function in derived class
engauge-digitizer-9.7/src/Cmd/CmdSettingsPointMatch.h:34:16: style: The function 'cmdUndo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Cmd/CmdAbstract.h:33:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Cmd/CmdSettingsPointMatch.h:34:16: note: Function in derived class
engauge-digitizer-9.7/src/Cmd/CmdSettingsPointMatch.h:35:16: style: The function 'saveXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Cmd/CmdAbstract.h:36:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Cmd/CmdSettingsPointMatch.h:35:16: note: Function in derived class
engauge-digitizer-9.7/src/Cmd/CmdSettingsSegments.h:33:16: style: The function 'cmdRedo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Cmd/CmdAbstract.h:30:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Cmd/CmdSettingsSegments.h:33:16: note: Function in derived class
engauge-digitizer-9.7/src/Cmd/CmdSettingsSegments.h:34:16: style: The function 'cmdUndo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Cmd/CmdAbstract.h:33:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Cmd/CmdSettingsSegments.h:34:16: note: Function in derived class
engauge-digitizer-9.7/src/Cmd/CmdSettingsSegments.h:35:16: style: The function 'saveXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Cmd/CmdAbstract.h:36:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Cmd/CmdSettingsSegments.h:35:16: note: Function in derived class
engauge-digitizer-9.7/src/Cmd/CmdUndoForTest.h:35:16: style: The function 'cmdRedo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Cmd/CmdAbstract.h:30:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Cmd/CmdUndoForTest.h:35:16: note: Function in derived class
engauge-digitizer-9.7/src/Cmd/CmdUndoForTest.h:36:16: style: The function 'cmdUndo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Cmd/CmdAbstract.h:33:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Cmd/CmdUndoForTest.h:36:16: note: Function in derived class
engauge-digitizer-9.7/src/Cmd/CmdUndoForTest.h:37:16: style: The function 'saveXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Cmd/CmdAbstract.h:36:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Cmd/CmdUndoForTest.h:37:16: note: Function in derived class
engauge-digitizer-9.7/src/Cmd/CmdMoveBy.cpp:33:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Cmd/CmdMoveBy.cpp:119:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Cmd/CmdPaste.cpp:33:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Cmd/CmdSelectCoordSystem.cpp:25:61: style: Function 'CmdSelectCoordSystem' argument 3 names different: declaration 'coordSystem' definition 'coordSystemIndex'. [funcArgNamesDifferent]
engauge-digitizer-9.7/src/Cmd/CmdSelectCoordSystem.h:22:41: note: Function 'CmdSelectCoordSystem' argument 3 names different: declaration 'coordSystem' definition 'coordSystemIndex'.
engauge-digitizer-9.7/src/Cmd/CmdSelectCoordSystem.cpp:25:61: note: Function 'CmdSelectCoordSystem' argument 3 names different: declaration 'coordSystem' definition 'coordSystemIndex'.
engauge-digitizer-9.7/src/Cmd/CmdSettingsGridDisplay.h:33:16: style: The function 'cmdRedo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Cmd/CmdAbstract.h:30:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Cmd/CmdSettingsGridDisplay.h:33:16: note: Function in derived class
engauge-digitizer-9.7/src/Cmd/CmdSettingsGridDisplay.h:34:16: style: The function 'cmdUndo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Cmd/CmdAbstract.h:33:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Cmd/CmdSettingsGridDisplay.h:34:16: note: Function in derived class
engauge-digitizer-9.7/src/Cmd/CmdSettingsGridDisplay.h:35:16: style: The function 'saveXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Cmd/CmdAbstract.h:36:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Cmd/CmdSettingsGridDisplay.h:35:16: note: Function in derived class
engauge-digitizer-9.7/src/Cmd/CmdStackShadow.cpp:108:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Color/ColorFilter.cpp:89:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Color/ColorFilter.cpp:107:83: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Color/ColorFilter.h:27:8: performance: Technically the member function 'ColorFilter::colorCompare' can be static. [functionStatic]
engauge-digitizer-9.7/src/Color/ColorFilter.cpp:25:19: note: Technically the member function 'ColorFilter::colorCompare' can be static.
engauge-digitizer-9.7/src/Color/ColorFilter.h:27:8: note: Technically the member function 'ColorFilter::colorCompare' can be static.
engauge-digitizer-9.7/src/Color/ColorFilter.h:31:8: style: Technically the member function 'ColorFilter::filterImage' can be const. [functionConst]
engauge-digitizer-9.7/src/Color/ColorFilter.cpp:41:19: note: Technically the member function 'ColorFilter::filterImage' can be const.
engauge-digitizer-9.7/src/Color/ColorFilter.h:31:8: note: Technically the member function 'ColorFilter::filterImage' can be const.
engauge-digitizer-9.7/src/Color/ColorFilter.h:44:8: performance: Technically the member function 'ColorFilter::pixelFilteredIsOn' can be static. [functionStatic]
engauge-digitizer-9.7/src/Color/ColorFilter.cpp:121:19: note: Technically the member function 'ColorFilter::pixelFilteredIsOn' can be static.
engauge-digitizer-9.7/src/Color/ColorFilter.h:44:8: note: Technically the member function 'ColorFilter::pixelFilteredIsOn' can be static.
engauge-digitizer-9.7/src/Color/ColorFilterStrategyForeground.h:21:18: style: The function 'pixelToZeroToOne' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Color/ColorFilterStrategyAbstractBase.h:28:18: note: Virtual function in base class
engauge-digitizer-9.7/src/Color/ColorFilterStrategyForeground.h:21:18: note: Function in derived class
engauge-digitizer-9.7/src/Color/ColorFilterStrategyForeground.h:23:15: style: The function 'zeroToOneToValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Color/ColorFilterStrategyAbstractBase.h:32:15: note: Virtual function in base class
engauge-digitizer-9.7/src/Color/ColorFilterStrategyForeground.h:23:15: note: Function in derived class
engauge-digitizer-9.7/src/Color/ColorFilterStrategyHue.h:21:18: style: The function 'pixelToZeroToOne' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Color/ColorFilterStrategyAbstractBase.h:28:18: note: Virtual function in base class
engauge-digitizer-9.7/src/Color/ColorFilterStrategyHue.h:21:18: note: Function in derived class
engauge-digitizer-9.7/src/Color/ColorFilterStrategyHue.h:23:15: style: The function 'zeroToOneToValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Color/ColorFilterStrategyAbstractBase.h:32:15: note: Virtual function in base class
engauge-digitizer-9.7/src/Color/ColorFilterStrategyHue.h:23:15: note: Function in derived class
engauge-digitizer-9.7/src/Color/ColorFilterStrategyIntensity.h:21:18: style: The function 'pixelToZeroToOne' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Color/ColorFilterStrategyAbstractBase.h:28:18: note: Virtual function in base class
engauge-digitizer-9.7/src/Color/ColorFilterStrategyIntensity.h:21:18: note: Function in derived class
engauge-digitizer-9.7/src/Color/ColorFilterStrategyIntensity.h:23:15: style: The function 'zeroToOneToValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Color/ColorFilterStrategyAbstractBase.h:32:15: note: Virtual function in base class
engauge-digitizer-9.7/src/Color/ColorFilterStrategyIntensity.h:23:15: note: Function in derived class
engauge-digitizer-9.7/src/Color/ColorFilterStrategySaturation.h:21:18: style: The function 'pixelToZeroToOne' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Color/ColorFilterStrategyAbstractBase.h:28:18: note: Virtual function in base class
engauge-digitizer-9.7/src/Color/ColorFilterStrategySaturation.h:21:18: note: Function in derived class
engauge-digitizer-9.7/src/Color/ColorFilterStrategySaturation.h:23:15: style: The function 'zeroToOneToValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Color/ColorFilterStrategyAbstractBase.h:32:15: note: Virtual function in base class
engauge-digitizer-9.7/src/Color/ColorFilterStrategySaturation.h:23:15: note: Function in derived class
engauge-digitizer-9.7/src/Color/ColorFilterStrategyValue.h:21:18: style: The function 'pixelToZeroToOne' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Color/ColorFilterStrategyAbstractBase.h:28:18: note: Virtual function in base class
engauge-digitizer-9.7/src/Color/ColorFilterStrategyValue.h:21:18: note: Function in derived class
engauge-digitizer-9.7/src/Color/ColorFilterStrategyValue.h:23:15: style: The function 'zeroToOneToValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Color/ColorFilterStrategyAbstractBase.h:32:15: note: Virtual function in base class
engauge-digitizer-9.7/src/Color/ColorFilterStrategyValue.h:23:15: note: Function in derived class
engauge-digitizer-9.7/src/Color/ColorFilterHistogram.h:24:7: performance: Technically the member function 'ColorFilterHistogram::binFromPixel' can be static. [functionStatic]
engauge-digitizer-9.7/src/Color/ColorFilterHistogram.cpp:16:27: note: Technically the member function 'ColorFilterHistogram::binFromPixel' can be static.
engauge-digitizer-9.7/src/Color/ColorFilterHistogram.h:24:7: note: Technically the member function 'ColorFilterHistogram::binFromPixel' can be static.
engauge-digitizer-9.7/src/Color/ColorFilterHistogram.h:42:7: performance: Technically the member function 'ColorFilterHistogram::valueFromBin' can be static. [functionStatic]
engauge-digitizer-9.7/src/Color/ColorFilterHistogram.cpp:78:27: note: Technically the member function 'ColorFilterHistogram::valueFromBin' can be static.
engauge-digitizer-9.7/src/Color/ColorFilterHistogram.h:42:7: note: Technically the member function 'ColorFilterHistogram::valueFromBin' can be static.
engauge-digitizer-9.7/src/Color/ColorFilterSettings.h:42:3: style: Class 'ColorFilterSettings' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/Color/ColorFilterSettingsStrategyForeground.h:20:18: style: The function 'high' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Color/ColorFilterSettingsStrategyAbstractBase.h:26:18: note: Virtual function in base class
engauge-digitizer-9.7/src/Color/ColorFilterSettingsStrategyForeground.h:20:18: note: Function in derived class
engauge-digitizer-9.7/src/Color/ColorFilterSettingsStrategyForeground.h:21:18: style: The function 'low' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Color/ColorFilterSettingsStrategyAbstractBase.h:29:18: note: Virtual function in base class
engauge-digitizer-9.7/src/Color/ColorFilterSettingsStrategyForeground.h:21:18: note: Function in derived class
engauge-digitizer-9.7/src/Color/ColorFilterSettingsStrategyForeground.h:22:16: style: The function 'printStream' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Color/ColorFilterSettingsStrategyAbstractBase.h:32:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Color/ColorFilterSettingsStrategyForeground.h:22:16: note: Function in derived class
engauge-digitizer-9.7/src/Color/ColorFilterSettingsStrategyForeground.h:25:16: style: The function 'setHigh' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Color/ColorFilterSettingsStrategyAbstractBase.h:37:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Color/ColorFilterSettingsStrategyForeground.h:25:16: note: Function in derived class
engauge-digitizer-9.7/src/Color/ColorFilterSettingsStrategyForeground.h:27:16: style: The function 'setLow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Color/ColorFilterSettingsStrategyAbstractBase.h:41:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Color/ColorFilterSettingsStrategyForeground.h:27:16: note: Function in derived class
engauge-digitizer-9.7/src/Color/ColorFilterSettingsStrategyHue.h:20:18: style: The function 'high' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Color/ColorFilterSettingsStrategyAbstractBase.h:26:18: note: Virtual function in base class
engauge-digitizer-9.7/src/Color/ColorFilterSettingsStrategyHue.h:20:18: note: Function in derived class
engauge-digitizer-9.7/src/Color/ColorFilterSettingsStrategyHue.h:21:18: style: The function 'low' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Color/ColorFilterSettingsStrategyAbstractBase.h:29:18: note: Virtual function in base class
engauge-digitizer-9.7/src/Color/ColorFilterSettingsStrategyHue.h:21:18: note: Function in derived class
engauge-digitizer-9.7/src/Color/ColorFilterSettingsStrategyHue.h:22:16: style: The function 'printStream' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Color/ColorFilterSettingsStrategyAbstractBase.h:32:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Color/ColorFilterSettingsStrategyHue.h:22:16: note: Function in derived class
engauge-digitizer-9.7/src/Color/ColorFilterSettingsStrategyHue.h:25:16: style: The function 'setHigh' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Color/ColorFilterSettingsStrategyAbstractBase.h:37:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Color/ColorFilterSettingsStrategyHue.h:25:16: note: Function in derived class
engauge-digitizer-9.7/src/Color/ColorFilterSettingsStrategyHue.h:27:16: style: The function 'setLow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Color/ColorFilterSettingsStrategyAbstractBase.h:41:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Color/ColorFilterSettingsStrategyHue.h:27:16: note: Function in derived class
engauge-digitizer-9.7/src/Color/ColorFilterSettingsStrategyIntensity.h:20:18: style: The function 'high' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Color/ColorFilterSettingsStrategyAbstractBase.h:26:18: note: Virtual function in base class
engauge-digitizer-9.7/src/Color/ColorFilterSettingsStrategyIntensity.h:20:18: note: Function in derived class
engauge-digitizer-9.7/src/Color/ColorFilterSettingsStrategyIntensity.h:21:18: style: The function 'low' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Color/ColorFilterSettingsStrategyAbstractBase.h:29:18: note: Virtual function in base class
engauge-digitizer-9.7/src/Color/ColorFilterSettingsStrategyIntensity.h:21:18: note: Function in derived class
engauge-digitizer-9.7/src/Color/ColorFilterSettingsStrategyIntensity.h:22:16: style: The function 'printStream' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Color/ColorFilterSettingsStrategyAbstractBase.h:32:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Color/ColorFilterSettingsStrategyIntensity.h:22:16: note: Function in derived class
engauge-digitizer-9.7/src/Color/ColorFilterSettingsStrategyIntensity.h:25:16: style: The function 'setHigh' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Color/ColorFilterSettingsStrategyAbstractBase.h:37:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Color/ColorFilterSettingsStrategyIntensity.h:25:16: note: Function in derived class
engauge-digitizer-9.7/src/Color/ColorFilterSettingsStrategyIntensity.h:27:16: style: The function 'setLow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Color/ColorFilterSettingsStrategyAbstractBase.h:41:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Color/ColorFilterSettingsStrategyIntensity.h:27:16: note: Function in derived class
engauge-digitizer-9.7/src/Color/ColorFilterSettingsStrategySaturation.h:20:18: style: The function 'high' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Color/ColorFilterSettingsStrategyAbstractBase.h:26:18: note: Virtual function in base class
engauge-digitizer-9.7/src/Color/ColorFilterSettingsStrategySaturation.h:20:18: note: Function in derived class
engauge-digitizer-9.7/src/Color/ColorFilterSettingsStrategySaturation.h:21:18: style: The function 'low' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Color/ColorFilterSettingsStrategyAbstractBase.h:29:18: note: Virtual function in base class
engauge-digitizer-9.7/src/Color/ColorFilterSettingsStrategySaturation.h:21:18: note: Function in derived class
engauge-digitizer-9.7/src/Color/ColorFilterSettingsStrategySaturation.h:22:16: style: The function 'printStream' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Color/ColorFilterSettingsStrategyAbstractBase.h:32:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Color/ColorFilterSettingsStrategySaturation.h:22:16: note: Function in derived class
engauge-digitizer-9.7/src/Color/ColorFilterSettingsStrategySaturation.h:25:16: style: The function 'setHigh' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Color/ColorFilterSettingsStrategyAbstractBase.h:37:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Color/ColorFilterSettingsStrategySaturation.h:25:16: note: Function in derived class
engauge-digitizer-9.7/src/Color/ColorFilterSettingsStrategySaturation.h:27:16: style: The function 'setLow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Color/ColorFilterSettingsStrategyAbstractBase.h:41:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Color/ColorFilterSettingsStrategySaturation.h:27:16: note: Function in derived class
engauge-digitizer-9.7/src/Color/ColorFilterSettingsStrategyValue.h:20:18: style: The function 'high' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Color/ColorFilterSettingsStrategyAbstractBase.h:26:18: note: Virtual function in base class
engauge-digitizer-9.7/src/Color/ColorFilterSettingsStrategyValue.h:20:18: note: Function in derived class
engauge-digitizer-9.7/src/Color/ColorFilterSettingsStrategyValue.h:21:18: style: The function 'low' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Color/ColorFilterSettingsStrategyAbstractBase.h:29:18: note: Virtual function in base class
engauge-digitizer-9.7/src/Color/ColorFilterSettingsStrategyValue.h:21:18: note: Function in derived class
engauge-digitizer-9.7/src/Color/ColorFilterSettingsStrategyValue.h:22:16: style: The function 'printStream' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Color/ColorFilterSettingsStrategyAbstractBase.h:32:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Color/ColorFilterSettingsStrategyValue.h:22:16: note: Function in derived class
engauge-digitizer-9.7/src/Color/ColorFilterSettingsStrategyValue.h:25:16: style: The function 'setHigh' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Color/ColorFilterSettingsStrategyAbstractBase.h:37:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Color/ColorFilterSettingsStrategyValue.h:25:16: note: Function in derived class
engauge-digitizer-9.7/src/Color/ColorFilterSettingsStrategyValue.h:27:16: style: The function 'setLow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Color/ColorFilterSettingsStrategyAbstractBase.h:41:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Color/ColorFilterSettingsStrategyValue.h:27:16: note: Function in derived class
engauge-digitizer-9.7/src/Coord/CoordUnitsPolarTheta.cpp:40:60: style: Function 'coordUnitsPolarThetaToString' argument 1 names different: declaration 'coordUnitsPolarTheta' definition 'coordUnits'. [funcArgNamesDifferent]
engauge-digitizer-9.7/src/Coord/CoordUnitsPolarTheta.h:26:67: note: Function 'coordUnitsPolarThetaToString' argument 1 names different: declaration 'coordUnitsPolarTheta' definition 'coordUnits'.
engauge-digitizer-9.7/src/Coord/CoordUnitsPolarTheta.cpp:40:60: note: Function 'coordUnitsPolarThetaToString' argument 1 names different: declaration 'coordUnitsPolarTheta' definition 'coordUnits'.
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.cpp:118:66: style: Function 'addPointGraphWithGeneratedIdentifier' argument 3 names different: declaration 'generatedIentifier' definition 'identifier'. [funcArgNamesDifferent]
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:64:63: note: Function 'addPointGraphWithGeneratedIdentifier' argument 3 names different: declaration 'generatedIentifier' definition 'identifier'.
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.cpp:118:66: note: Function 'addPointGraphWithGeneratedIdentifier' argument 3 names different: declaration 'generatedIentifier' definition 'identifier'.
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.cpp:873:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.cpp:893:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:162:8: performance: Technically the member function 'CoordSystem::bytesIndicatePreVersion6' can be static. [functionStatic]
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.cpp:161:19: note: Technically the member function 'CoordSystem::bytesIndicatePreVersion6' can be static.
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:162:8: note: Technically the member function 'CoordSystem::bytesIndicatePreVersion6' can be static.
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.cpp:39:3: style: Class 'CoordSystem' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.cpp:39:3: style: Class 'CoordSystem' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:82:18: warning: Virtual function 'curveForCurveName' is called from constructor 'CoordSystem(DocumentAxesPointsRequired documentAxesPointsRequired)' at line 59. Dynamic binding is not used. [virtualCallInConstructor]
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.cpp:59:5: note: Calling resetSelectedCurveNameIfNecessary
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.cpp:809:7: note: Calling curveForCurveName
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:82:18: note: curveForCurveName is a virtual method
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:46:3: style: Class 'CoordSystem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:49:3: style: Class 'CoordSystem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:51:16: style: The function 'addGraphCurveAtEnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:41:16: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:51:16: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:52:16: style: The function 'addPointAxisWithGeneratedIdentifier' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:49:16: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:52:16: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:57:16: style: The function 'addPointAxisWithSpecifiedIdentifier' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:61:16: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:57:16: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:62:16: style: The function 'addPointGraphWithGeneratedIdentifier' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:68:16: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:62:16: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:66:16: style: The function 'addPointGraphWithSpecifiedIdentifier' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:74:16: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:66:16: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:70:16: style: The function 'addPointsInCurvesGraphs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:80:16: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:70:16: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:71:16: style: The function 'checkAddPointAxis' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:83:16: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:71:16: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:76:16: style: The function 'checkEditPointAxis' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:90:16: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:76:16: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:81:24: style: The function 'curveAxes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:97:24: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:81:24: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:82:18: style: The function 'curveForCurveName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:100:18: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:82:18: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:83:24: style: The function 'curveForCurveName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:103:24: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:83:24: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:84:31: style: The function 'curvesGraphs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:106:31: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:84:31: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:85:23: style: The function 'curvesGraphsNames' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:109:23: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:85:23: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:86:15: style: The function 'curvesGraphsNumPoints' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:112:15: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:86:15: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:87:16: style: The function 'editPointAxis' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:115:16: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:87:16: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:89:16: style: The function 'editPointGraph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:119:16: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:89:16: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:100:16: style: The function 'iterateThroughCurvePointsAxes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:127:16: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:100:16: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:101:16: style: The function 'iterateThroughCurvePointsAxes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:130:16: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:101:16: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:102:16: style: The function 'iterateThroughCurveSegments' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:133:16: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:102:16: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:104:16: style: The function 'iterateThroughCurvesPointsGraphs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:137:16: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:104:16: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:105:16: style: The function 'iterateThroughCurvesPointsGraphs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:140:16: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:105:16: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:106:16: style: The function 'loadCurvesFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:143:16: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:106:16: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:117:36: style: The function 'modelAxesChecker' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:146:36: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:117:36: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:118:36: style: The function 'modelColorFilter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:149:36: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:118:36: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:119:31: style: The function 'modelCoords' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:152:31: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:119:31: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:120:23: style: The function 'modelCurveStyles' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:155:23: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:120:23: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:121:38: style: The function 'modelDigitizeCurve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:158:38: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:121:38: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:122:37: style: The function 'modelExport' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:161:37: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:122:37: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:123:32: style: The function 'modelGeneral' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:164:32: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:123:32: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:124:36: style: The function 'modelGridDisplay' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:167:36: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:124:36: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:125:36: style: The function 'modelGridRemoval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:170:36: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:125:36: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:126:35: style: The function 'modelPointMatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:173:35: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:126:35: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:127:33: style: The function 'modelSegments' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:176:33: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:127:33: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:128:16: style: The function 'movePoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:179:16: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:128:16: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:130:15: style: The function 'nextOrdinalForCurve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:183:15: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:130:15: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:131:19: style: The function 'positionGraph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:186:19: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:131:19: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:132:19: style: The function 'positionScreen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:189:19: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:132:19: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:133:16: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:192:16: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:133:16: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:134:16: style: The function 'printStream' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:195:16: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:134:16: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:136:19: style: The function 'reasonForUnsuccessfulRead' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:199:19: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:136:19: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:137:16: style: The function 'removePointAxis' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:202:16: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:137:16: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:138:16: style: The function 'removePointGraph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:205:16: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:138:16: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:139:16: style: The function 'removePointsInCurvesGraphs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:208:16: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:139:16: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:140:16: style: The function 'saveXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:211:16: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:140:16: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:141:19: style: The function 'selectedCurveName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:214:19: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:141:19: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:142:16: style: The function 'setCurveAxes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:217:16: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:142:16: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:143:16: style: The function 'setCurvesGraphs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:220:16: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:143:16: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:144:16: style: The function 'setModelAxesChecker' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:223:16: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:144:16: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:145:16: style: The function 'setModelColorFilter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:226:16: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:145:16: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:146:16: style: The function 'setModelCoords' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:229:16: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:146:16: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:147:16: style: The function 'setModelCurveStyles' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:232:16: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:147:16: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:148:16: style: The function 'setModelDigitizeCurve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:235:16: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:148:16: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:149:16: style: The function 'setModelExport' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:238:16: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:149:16: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:150:16: style: The function 'setModelGeneral' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:241:16: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:150:16: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:151:16: style: The function 'setModelGridDisplay' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:244:16: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:151:16: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:152:16: style: The function 'setModelGridRemoval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:247:16: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:152:16: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:153:8: style: The function 'setModelPointMatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:250:16: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:153:8: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:154:16: style: The function 'setModelSegments' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:253:16: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:154:16: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:155:16: style: The function 'setSelectedCurveName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:256:16: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:155:16: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:156:16: style: The function 'successfulRead' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:259:16: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:156:16: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:157:16: style: The function 'updatePointOrdinals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:263:16: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystem.h:157:16: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.cpp:83:73: style: Function 'addPointGraphWithGeneratedIdentifier' argument 3 names different: declaration 'generatedIentifier' definition 'generatedIdentifier'. [funcArgNamesDifferent]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:49:63: note: Function 'addPointGraphWithGeneratedIdentifier' argument 3 names different: declaration 'generatedIentifier' definition 'generatedIdentifier'.
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.cpp:83:73: note: Function 'addPointGraphWithGeneratedIdentifier' argument 3 names different: declaration 'generatedIentifier' definition 'generatedIdentifier'.
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:36:16: style: The function 'addGraphCurveAtEnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:41:16: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:36:16: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:37:16: style: The function 'addPointAxisWithGeneratedIdentifier' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:49:16: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:37:16: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:42:16: style: The function 'addPointAxisWithSpecifiedIdentifier' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:61:16: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:42:16: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:47:16: style: The function 'addPointGraphWithGeneratedIdentifier' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:68:16: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:47:16: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:51:16: style: The function 'addPointGraphWithSpecifiedIdentifier' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:74:16: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:51:16: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:55:16: style: The function 'addPointsInCurvesGraphs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:80:16: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:55:16: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:56:16: style: The function 'checkAddPointAxis' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:83:16: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:56:16: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:61:16: style: The function 'checkEditPointAxis' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:90:16: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:61:16: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:76:24: style: The function 'curveAxes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:97:24: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:76:24: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:77:18: style: The function 'curveForCurveName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:100:18: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:77:18: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:78:24: style: The function 'curveForCurveName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:103:24: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:78:24: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:79:31: style: The function 'curvesGraphs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:106:31: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:79:31: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:80:23: style: The function 'curvesGraphsNames' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:109:23: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:80:23: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:81:15: style: The function 'curvesGraphsNumPoints' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:112:15: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:81:15: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:82:16: style: The function 'editPointAxis' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:115:16: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:82:16: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:84:16: style: The function 'editPointGraph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:119:16: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:84:16: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:94:16: style: The function 'iterateThroughCurvePointsAxes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:127:16: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:94:16: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:95:16: style: The function 'iterateThroughCurvePointsAxes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:130:16: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:95:16: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:96:16: style: The function 'iterateThroughCurveSegments' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:133:16: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:96:16: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:98:16: style: The function 'iterateThroughCurvesPointsGraphs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:137:16: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:98:16: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:99:16: style: The function 'iterateThroughCurvesPointsGraphs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:140:16: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:99:16: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:100:16: style: The function 'loadCurvesFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:143:16: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:100:16: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:112:36: style: The function 'modelAxesChecker' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:146:36: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:112:36: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:113:36: style: The function 'modelColorFilter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:149:36: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:113:36: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:114:31: style: The function 'modelCoords' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:152:31: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:114:31: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:115:23: style: The function 'modelCurveStyles' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:155:23: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:115:23: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:116:38: style: The function 'modelDigitizeCurve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:158:38: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:116:38: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:117:37: style: The function 'modelExport' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:161:37: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:117:37: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:118:32: style: The function 'modelGeneral' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:164:32: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:118:32: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:119:36: style: The function 'modelGridDisplay' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:167:36: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:119:36: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:120:36: style: The function 'modelGridRemoval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:170:36: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:120:36: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:121:35: style: The function 'modelPointMatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:173:35: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:121:35: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:122:33: style: The function 'modelSegments' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:176:33: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:122:33: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:123:16: style: The function 'movePoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:179:16: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:123:16: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:125:15: style: The function 'nextOrdinalForCurve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:183:15: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:125:15: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:126:19: style: The function 'positionGraph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:186:19: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:126:19: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:127:19: style: The function 'positionScreen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:189:19: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:127:19: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:128:16: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:192:16: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:128:16: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:129:16: style: The function 'printStream' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:195:16: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:129:16: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:131:19: style: The function 'reasonForUnsuccessfulRead' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:199:19: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:131:19: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:132:16: style: The function 'removePointAxis' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:202:16: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:132:16: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:133:16: style: The function 'removePointGraph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:205:16: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:133:16: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:134:16: style: The function 'removePointsInCurvesGraphs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:208:16: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:134:16: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:135:16: style: The function 'saveXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:211:16: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:135:16: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:136:19: style: The function 'selectedCurveName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:214:19: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:136:19: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:141:16: style: The function 'setCurveAxes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:217:16: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:141:16: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:142:16: style: The function 'setCurvesGraphs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:220:16: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:142:16: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:143:16: style: The function 'setModelAxesChecker' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:223:16: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:143:16: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:144:16: style: The function 'setModelColorFilter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:226:16: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:144:16: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:145:16: style: The function 'setModelCoords' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:229:16: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:145:16: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:146:16: style: The function 'setModelCurveStyles' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:232:16: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:146:16: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:147:16: style: The function 'setModelDigitizeCurve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:235:16: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:147:16: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:148:16: style: The function 'setModelExport' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:238:16: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:148:16: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:149:16: style: The function 'setModelGeneral' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:241:16: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:149:16: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:150:16: style: The function 'setModelGridDisplay' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:244:16: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:150:16: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:151:16: style: The function 'setModelGridRemoval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:247:16: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:151:16: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:152:8: style: The function 'setModelPointMatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:250:16: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:152:8: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:153:16: style: The function 'setModelSegments' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:253:16: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:153:16: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:154:16: style: The function 'setSelectedCurveName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:256:16: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:154:16: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:155:16: style: The function 'successfulRead' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:259:16: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:155:16: note: Function in derived class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:156:16: style: The function 'updatePointOrdinals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/CoordSystem/CoordSystemInterface.h:263:16: note: Virtual function in base class
engauge-digitizer-9.7/src/CoordSystem/CoordSystemContext.h:156:16: note: Function in derived class
engauge-digitizer-9.7/src/Correlation/Correlation.h:32:8: performance: Technically the member function 'Correlation::correlateWithoutShift' can be static. [functionStatic]
engauge-digitizer-9.7/src/Correlation/Correlation.cpp:131:19: note: Technically the member function 'Correlation::correlateWithoutShift' can be static.
engauge-digitizer-9.7/src/Correlation/Correlation.h:32:8: note: Technically the member function 'Correlation::correlateWithoutShift' can be static.
engauge-digitizer-9.7/src/Correlation/Correlation.h:18:3: style: Class 'Correlation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/Cursor/CursorFactory.h:22:11: performance: Technically the member function 'CursorFactory::generate' can be static. [functionStatic]
engauge-digitizer-9.7/src/Cursor/CursorFactory.cpp:18:24: note: Technically the member function 'CursorFactory::generate' can be static.
engauge-digitizer-9.7/src/Cursor/CursorFactory.h:22:11: note: Technically the member function 'CursorFactory::generate' can be static.
engauge-digitizer-9.7/src/Curve/Curve.cpp:285:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
engauge-digitizer-9.7/src/Curve/Curve.cpp:151:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Curve/Curve.cpp:177:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Curve/Curve.cpp:225:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Curve/Curve.cpp:281:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Curve/Curve.cpp:297:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Curve/Curve.cpp:315:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Curve/Curve.cpp:433:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Curve/Curve.cpp:455:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Curve/Curve.cpp:472:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Curve/Curve.cpp:491:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Curve/Curve.cpp:507:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Curve/Curve.cpp:530:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Curve/Curve.cpp:550:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Curve/Curve.cpp:606:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Curve/Curve.cpp:635:91: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Curve/Curve.cpp:642:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Curve/Curve.cpp:667:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Curve/Curve.h:41:3: style: Class 'Curve' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/Curve/Curve.h:44:3: style: Class 'Curve' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/Curve/CurveStyles.cpp:32:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Curve/CurveStyles.cpp:45:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Curve/CurveStyles.cpp:57:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Curve/CurveStyles.cpp:71:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Curve/CurveStyles.cpp:190:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Curve/CurveStyles.h:29:3: style: Class 'CurveStyles' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/Curve/CurvesGraphs.cpp:41:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Curve/CurvesGraphs.cpp:56:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Curve/CurvesGraphs.cpp:72:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Curve/CurvesGraphs.cpp:85:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Curve/CurvesGraphs.cpp:104:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Curve/CurvesGraphs.cpp:121:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Curve/CurvesGraphs.cpp:139:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Curve/CurvesGraphs.cpp:155:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Curve/CurvesGraphs.cpp:165:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Curve/CurvesGraphs.cpp:254:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Curve/CurvesGraphs.cpp:277:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Curve/CurvesGraphs.cpp:291:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAxis.h:20:3: style: Class 'DigitizeStateAxis' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAxis.h:23:19: style: The function 'activeCurve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:45:19: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAxis.h:23:19: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAxis.h:24:16: style: The function 'begin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:49:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAxis.h:24:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAxis.h:26:19: style: The function 'cursor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:107:19: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAxis.h:26:19: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAxis.h:27:16: style: The function 'end' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:59:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAxis.h:27:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAxis.h:28:16: style: The function 'handleContextMenuEventAxis' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:62:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAxis.h:28:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAxis.h:30:16: style: The function 'handleContextMenuEventGraph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:66:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAxis.h:30:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAxis.h:32:16: style: The function 'handleCurveChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:70:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAxis.h:32:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAxis.h:33:16: style: The function 'handleKeyPress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:73:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAxis.h:33:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAxis.h:36:16: style: The function 'handleMouseMove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:78:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAxis.h:36:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAxis.h:38:16: style: The function 'handleMousePress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:82:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAxis.h:38:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAxis.h:40:16: style: The function 'handleMouseRelease' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:86:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAxis.h:40:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAxis.h:42:19: style: The function 'state' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:93:19: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAxis.h:42:19: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAxis.h:43:16: style: The function 'updateAfterPointAddition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:96:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAxis.h:43:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAxis.h:44:16: style: The function 'updateModelDigitizeCurve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:99:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAxis.h:44:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAxis.h:46:16: style: The function 'updateModelSegments' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:103:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAxis.h:46:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateColorPicker.cpp:70:3: style: Variable 'rtn' is reassigned a value before the old one has been used. [redundantAssignment]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateColorPicker.cpp:59:0: note: Variable 'rtn' is reassigned a value before the old one has been used.
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateColorPicker.cpp:70:3: note: Variable 'rtn' is reassigned a value before the old one has been used.
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateColorPicker.cpp:23:27: warning: Member variable 'DigitizeStateColorPicker::m_previousDigitizeState' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateColorPicker.h:60:8: performance: Technically the member function 'DigitizeStateColorPicker::findNearestNonBackgroundPixel' can be static. [functionStatic]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateColorPicker.cpp:177:32: note: Technically the member function 'DigitizeStateColorPicker::findNearestNonBackgroundPixel' can be static.
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateColorPicker.h:60:8: note: Technically the member function 'DigitizeStateColorPicker::findNearestNonBackgroundPixel' can be static.
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateColorPicker.h:65:8: performance: Technically the member function 'DigitizeStateColorPicker::saveLowerValueUpperValue' can be static. [functionStatic]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateColorPicker.cpp:287:32: note: Technically the member function 'DigitizeStateColorPicker::saveLowerValueUpperValue' can be static.
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateColorPicker.h:65:8: note: Technically the member function 'DigitizeStateColorPicker::saveLowerValueUpperValue' can be static.
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateColorPicker.h:25:3: style: Class 'DigitizeStateColorPicker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateColorPicker.h:28:19: style: The function 'activeCurve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:45:19: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateColorPicker.h:28:19: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateColorPicker.h:29:16: style: The function 'begin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:49:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateColorPicker.h:29:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateColorPicker.h:31:19: style: The function 'cursor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:107:19: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateColorPicker.h:31:19: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateColorPicker.h:32:16: style: The function 'end' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:59:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateColorPicker.h:32:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateColorPicker.h:33:16: style: The function 'handleContextMenuEventAxis' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:62:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateColorPicker.h:33:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateColorPicker.h:35:16: style: The function 'handleContextMenuEventGraph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:66:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateColorPicker.h:35:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateColorPicker.h:37:16: style: The function 'handleCurveChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:70:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateColorPicker.h:37:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateColorPicker.h:38:16: style: The function 'handleKeyPress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:73:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateColorPicker.h:38:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateColorPicker.h:41:16: style: The function 'handleMouseMove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:78:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateColorPicker.h:41:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateColorPicker.h:43:16: style: The function 'handleMousePress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:82:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateColorPicker.h:43:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateColorPicker.h:45:16: style: The function 'handleMouseRelease' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:86:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateColorPicker.h:45:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateColorPicker.h:47:19: style: The function 'state' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:93:19: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateColorPicker.h:47:19: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateColorPicker.h:48:16: style: The function 'updateAfterPointAddition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:96:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateColorPicker.h:48:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateColorPicker.h:49:16: style: The function 'updateModelDigitizeCurve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:99:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateColorPicker.h:49:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateColorPicker.h:51:16: style: The function 'updateModelSegments' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:103:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateColorPicker.h:51:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateCurve.h:17:3: style: Class 'DigitizeStateCurve' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateEmpty.h:17:3: style: Class 'DigitizeStateEmpty' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStatePointMatch.h:25:3: style: Class 'DigitizeStatePointMatch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateSegment.h:23:3: style: Class 'DigitizeStateSegment' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateSelect.h:23:3: style: Class 'DigitizeStateSelect' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateCurve.h:20:19: style: The function 'activeCurve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:45:19: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateCurve.h:20:19: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateCurve.h:21:16: style: The function 'begin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:49:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateCurve.h:21:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateCurve.h:23:19: style: The function 'cursor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:107:19: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateCurve.h:23:19: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateCurve.h:24:16: style: The function 'end' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:59:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateCurve.h:24:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateCurve.h:25:16: style: The function 'handleContextMenuEventAxis' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:62:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateCurve.h:25:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateCurve.h:27:16: style: The function 'handleContextMenuEventGraph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:66:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateCurve.h:27:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateCurve.h:29:16: style: The function 'handleCurveChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:70:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateCurve.h:29:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateCurve.h:30:16: style: The function 'handleKeyPress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:73:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateCurve.h:30:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateCurve.h:33:16: style: The function 'handleMouseMove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:78:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateCurve.h:33:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateCurve.h:35:16: style: The function 'handleMousePress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:82:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateCurve.h:35:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateCurve.h:37:16: style: The function 'handleMouseRelease' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:86:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateCurve.h:37:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateCurve.h:39:19: style: The function 'state' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:93:19: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateCurve.h:39:19: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateCurve.h:40:16: style: The function 'updateAfterPointAddition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:96:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateCurve.h:40:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateCurve.h:41:16: style: The function 'updateModelDigitizeCurve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:99:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateCurve.h:41:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateCurve.h:43:16: style: The function 'updateModelSegments' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:103:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateCurve.h:43:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateEmpty.h:20:19: style: The function 'activeCurve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:45:19: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateEmpty.h:20:19: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateEmpty.h:21:16: style: The function 'begin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:49:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateEmpty.h:21:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateEmpty.h:23:19: style: The function 'cursor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:107:19: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateEmpty.h:23:19: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateEmpty.h:24:16: style: The function 'end' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:59:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateEmpty.h:24:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateEmpty.h:25:16: style: The function 'handleCurveChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:70:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateEmpty.h:25:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateEmpty.h:26:16: style: The function 'handleContextMenuEventAxis' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:62:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateEmpty.h:26:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateEmpty.h:28:16: style: The function 'handleContextMenuEventGraph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:66:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateEmpty.h:28:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateEmpty.h:30:16: style: The function 'handleKeyPress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:73:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateEmpty.h:30:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateEmpty.h:33:16: style: The function 'handleMouseMove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:78:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateEmpty.h:33:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateEmpty.h:35:16: style: The function 'handleMousePress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:82:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateEmpty.h:35:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateEmpty.h:37:16: style: The function 'handleMouseRelease' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:86:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateEmpty.h:37:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateEmpty.h:39:19: style: The function 'state' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:93:19: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateEmpty.h:39:19: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateEmpty.h:40:16: style: The function 'updateAfterPointAddition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:96:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateEmpty.h:40:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateEmpty.h:41:16: style: The function 'updateModelDigitizeCurve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:99:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateEmpty.h:41:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateEmpty.h:43:16: style: The function 'updateModelSegments' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:103:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateEmpty.h:43:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStatePointMatch.h:28:19: style: The function 'activeCurve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:45:19: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStatePointMatch.h:28:19: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStatePointMatch.h:29:16: style: The function 'begin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:49:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStatePointMatch.h:29:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStatePointMatch.h:31:19: style: The function 'cursor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:107:19: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStatePointMatch.h:31:19: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStatePointMatch.h:32:16: style: The function 'end' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:59:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStatePointMatch.h:32:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStatePointMatch.h:33:16: style: The function 'handleContextMenuEventAxis' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:62:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStatePointMatch.h:33:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStatePointMatch.h:35:16: style: The function 'handleContextMenuEventGraph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:66:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStatePointMatch.h:35:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStatePointMatch.h:37:16: style: The function 'handleCurveChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:70:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStatePointMatch.h:37:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStatePointMatch.h:38:16: style: The function 'handleKeyPress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:73:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStatePointMatch.h:38:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStatePointMatch.h:41:16: style: The function 'handleMouseMove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:78:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStatePointMatch.h:41:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStatePointMatch.h:43:16: style: The function 'handleMousePress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:82:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStatePointMatch.h:43:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStatePointMatch.h:45:16: style: The function 'handleMouseRelease' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:86:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStatePointMatch.h:45:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStatePointMatch.h:47:19: style: The function 'state' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:93:19: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStatePointMatch.h:47:19: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStatePointMatch.h:48:16: style: The function 'updateAfterPointAddition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:96:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStatePointMatch.h:48:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStatePointMatch.h:49:16: style: The function 'updateModelDigitizeCurve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:99:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStatePointMatch.h:49:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStatePointMatch.h:51:16: style: The function 'updateModelSegments' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:103:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStatePointMatch.h:51:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateSegment.h:26:19: style: The function 'activeCurve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:45:19: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateSegment.h:26:19: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateSegment.h:27:16: style: The function 'begin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:49:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateSegment.h:27:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateSegment.h:29:19: style: The function 'cursor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:107:19: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateSegment.h:29:19: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateSegment.h:30:16: style: The function 'end' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:59:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateSegment.h:30:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateSegment.h:31:16: style: The function 'handleContextMenuEventAxis' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:62:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateSegment.h:31:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateSegment.h:33:16: style: The function 'handleContextMenuEventGraph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:66:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateSegment.h:33:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateSegment.h:35:16: style: The function 'handleCurveChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:70:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateSegment.h:35:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateSegment.h:36:16: style: The function 'handleKeyPress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:73:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateSegment.h:36:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateSegment.h:39:16: style: The function 'handleMouseMove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:78:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateSegment.h:39:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateSegment.h:41:16: style: The function 'handleMousePress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:82:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateSegment.h:41:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateSegment.h:43:16: style: The function 'handleMouseRelease' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:86:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateSegment.h:43:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateSegment.h:45:19: style: The function 'state' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:93:19: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateSegment.h:45:19: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateSegment.h:46:16: style: The function 'updateAfterPointAddition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:96:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateSegment.h:46:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateSegment.h:47:16: style: The function 'updateModelDigitizeCurve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:99:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateSegment.h:47:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateSegment.h:49:16: style: The function 'updateModelSegments' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:103:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateSegment.h:49:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateSelect.h:26:19: style: The function 'activeCurve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:45:19: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateSelect.h:26:19: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateSelect.h:27:16: style: The function 'begin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:49:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateSelect.h:27:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateSelect.h:29:19: style: The function 'cursor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:107:19: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateSelect.h:29:19: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateSelect.h:30:16: style: The function 'end' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:59:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateSelect.h:30:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateSelect.h:31:16: style: The function 'handleContextMenuEventAxis' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:62:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateSelect.h:31:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateSelect.h:33:16: style: The function 'handleContextMenuEventGraph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:66:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateSelect.h:33:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateSelect.h:35:16: style: The function 'handleCurveChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:70:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateSelect.h:35:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateSelect.h:36:16: style: The function 'handleKeyPress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:73:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateSelect.h:36:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateSelect.h:39:16: style: The function 'handleMouseMove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:78:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateSelect.h:39:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateSelect.h:41:16: style: The function 'handleMousePress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:82:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateSelect.h:41:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateSelect.h:43:16: style: The function 'handleMouseRelease' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:86:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateSelect.h:43:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateSelect.h:45:19: style: The function 'state' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:93:19: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateSelect.h:45:19: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateSelect.h:46:16: style: The function 'updateAfterPointAddition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:96:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateSelect.h:46:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateSelect.h:47:16: style: The function 'updateModelDigitizeCurve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:99:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateSelect.h:47:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateSelect.h:49:16: style: The function 'updateModelSegments' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateAbstractBase.h:103:16: note: Virtual function in base class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateSelect.h:49:16: note: Function in derived class
engauge-digitizer-9.7/src/DigitizeState/DigitizeStatePointMatch.h:60:26: performance: Technically the member function 'DigitizeStatePointMatch::extractSamplePointPixels' can be static. [functionStatic]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStatePointMatch.cpp:134:49: note: Technically the member function 'DigitizeStatePointMatch::extractSamplePointPixels' can be static.
engauge-digitizer-9.7/src/DigitizeState/DigitizeStatePointMatch.h:60:26: note: Technically the member function 'DigitizeStatePointMatch::extractSamplePointPixels' can be static.
engauge-digitizer-9.7/src/DigitizeState/DigitizeStatePointMatch.h:65:8: performance: Technically the member function 'DigitizeStatePointMatch::pixelIsOnInImage' can be static. [functionStatic]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStatePointMatch.cpp:285:31: note: Technically the member function 'DigitizeStatePointMatch::pixelIsOnInImage' can be static.
engauge-digitizer-9.7/src/DigitizeState/DigitizeStatePointMatch.h:65:8: note: Technically the member function 'DigitizeStatePointMatch::pixelIsOnInImage' can be static.
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateSegment.cpp:99:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateSegment.cpp:141:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateSegment.cpp:179:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateSegment.cpp:219:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateSegment.cpp:20:23: warning: Member variable 'DigitizeStateSegment::m_cmdMediator' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateSelect.cpp:56:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateSelect.cpp:365:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateSelect.cpp:381:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateSelect.h:57:11: performance: Technically the member function 'DigitizeStateSelect::moveTextFromDeltaScreen' can be static. [functionStatic]
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateSelect.cpp:335:30: note: Technically the member function 'DigitizeStateSelect::moveTextFromDeltaScreen' can be static.
engauge-digitizer-9.7/src/DigitizeState/DigitizeStateSelect.h:57:11: note: Technically the member function 'DigitizeStateSelect::moveTextFromDeltaScreen' can be static.
engauge-digitizer-9.7/src/Dlg/DlgAbout.h:21:3: style: Class 'DlgAbout' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/Dlg/DlgEditPointGraph.cpp:281:7: style: The scope of the variable 'posX' can be reduced. [variableScope]
engauge-digitizer-9.7/src/Dlg/DlgEditPointGraph.cpp:281:13: style: The scope of the variable 'posY' can be reduced. [variableScope]
engauge-digitizer-9.7/src/Dlg/DlgEditPointGraphLineEdit.h:21:3: style: Class 'DlgEditPointGraphLineEdit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/Dlg/DlgErrorReport.cpp:21:47: style: Function 'DlgErrorReport' argument 1 names different: declaration 'xmlWithImage' definition 'xml'. [funcArgNamesDifferent]
engauge-digitizer-9.7/src/Dlg/DlgErrorReport.h:23:34: note: Function 'DlgErrorReport' argument 1 names different: declaration 'xmlWithImage' definition 'xml'.
engauge-digitizer-9.7/src/Dlg/DlgErrorReport.cpp:21:47: note: Function 'DlgErrorReport' argument 1 names different: declaration 'xmlWithImage' definition 'xml'.
engauge-digitizer-9.7/src/Dlg/DlgSettingsColorFilter.h:35:3: style: Class 'DlgSettingsColorFilter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/Dlg/DlgSettingsColorFilter.h:38:16: style: The function 'createOptionalSaveDefault' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Dlg/DlgSettingsAbstractBase.h:36:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Dlg/DlgSettingsColorFilter.h:38:16: note: Function in derived class
engauge-digitizer-9.7/src/Dlg/DlgSettingsColorFilter.h:39:20: style: The function 'createSubPanel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Dlg/DlgSettingsAbstractBase.h:39:20: note: Virtual function in base class
engauge-digitizer-9.7/src/Dlg/DlgSettingsColorFilter.h:39:20: note: Function in derived class
engauge-digitizer-9.7/src/Dlg/DlgSettingsColorFilter.h:40:16: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Dlg/DlgSettingsAbstractBase.h:60:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Dlg/DlgSettingsColorFilter.h:40:16: note: Function in derived class
engauge-digitizer-9.7/src/Dlg/DlgSettingsColorFilter.h:41:16: style: The function 'setSmallDialogs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Dlg/DlgSettingsAbstractBase.h:87:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Dlg/DlgSettingsColorFilter.h:41:16: note: Function in derived class
engauge-digitizer-9.7/src/Dlg/DlgSettingsColorFilter.h:65:16: style: The function 'handleOk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Dlg/DlgSettingsAbstractBase.h:57:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Dlg/DlgSettingsColorFilter.h:65:16: note: Function in derived class
engauge-digitizer-9.7/src/Dlg/DlgFilterWorker.cpp:16:39: style: Function 'DlgFilterWorker' argument 2 names different: declaration 'm_rgbBackground' definition 'rgbBackground'. [funcArgNamesDifferent]
engauge-digitizer-9.7/src/Dlg/DlgFilterWorker.h:29:24: note: Function 'DlgFilterWorker' argument 2 names different: declaration 'm_rgbBackground' definition 'rgbBackground'.
engauge-digitizer-9.7/src/Dlg/DlgFilterWorker.cpp:16:39: note: Function 'DlgFilterWorker' argument 2 names different: declaration 'm_rgbBackground' definition 'rgbBackground'.
engauge-digitizer-9.7/src/Dlg/DlgImportAdvanced.h:28:20: warning: Virtual function 'createSubPanel' is called from constructor 'DlgImportAdvanced(MainWindow&mainWindow)' at line 24. Dynamic binding is not used. [virtualCallInConstructor]
engauge-digitizer-9.7/src/Dlg/DlgImportAdvanced.cpp:24:23: note: Calling createSubPanel
engauge-digitizer-9.7/src/Dlg/DlgImportAdvanced.h:28:20: note: createSubPanel is a virtual method
engauge-digitizer-9.7/src/Dlg/DlgImportAdvanced.h:25:3: style: Class 'DlgImportAdvanced' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/Dlg/DlgImportAdvanced.h:27:16: style: The function 'createOptionalSaveDefault' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Dlg/DlgSettingsAbstractBase.h:36:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Dlg/DlgImportAdvanced.h:27:16: note: Function in derived class
engauge-digitizer-9.7/src/Dlg/DlgImportAdvanced.h:28:20: style: The function 'createSubPanel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Dlg/DlgSettingsAbstractBase.h:39:20: note: Virtual function in base class
engauge-digitizer-9.7/src/Dlg/DlgImportAdvanced.h:28:20: note: Function in derived class
engauge-digitizer-9.7/src/Dlg/DlgImportAdvanced.h:33:16: style: The function 'handleOk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Dlg/DlgSettingsAbstractBase.h:57:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Dlg/DlgImportAdvanced.h:33:16: note: Function in derived class
engauge-digitizer-9.7/src/Dlg/DlgImportAdvanced.h:34:16: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Dlg/DlgSettingsAbstractBase.h:60:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Dlg/DlgImportAdvanced.h:34:16: note: Function in derived class
engauge-digitizer-9.7/src/Dlg/DlgImportAdvanced.h:38:16: style: The function 'setSmallDialogs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Dlg/DlgSettingsAbstractBase.h:87:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Dlg/DlgImportAdvanced.h:38:16: note: Function in derived class
engauge-digitizer-9.7/src/Dlg/DlgImportCroppingNonPdf.h:30:3: style: Class 'DlgImportCroppingNonPdf' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/Dlg/DlgRequiresTransform.h:19:3: style: Class 'DlgRequiresTransform' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/Dlg/DlgSettingsAbstractBase.cpp:23:26: warning: Member variable 'DlgSettingsAbstractBase::m_scroll' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Dlg/DlgSettingsAbstractBase.cpp:23:26: warning: Member variable 'DlgSettingsAbstractBase::m_btnCancel' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Dlg/DlgSettingsAbstractBase.cpp:23:26: warning: Member variable 'DlgSettingsAbstractBase::m_btnOk' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Dlg/DlgSettingsAxesChecker.h:34:20: warning: Virtual function 'createSubPanel' is called from constructor 'DlgSettingsAxesChecker(MainWindow&mainWindow)' at line 49. Dynamic binding is not used. [virtualCallInConstructor]
engauge-digitizer-9.7/src/Dlg/DlgSettingsAxesChecker.cpp:49:23: note: Calling createSubPanel
engauge-digitizer-9.7/src/Dlg/DlgSettingsAxesChecker.h:34:20: note: createSubPanel is a virtual method
engauge-digitizer-9.7/src/Dlg/DlgSettingsAxesChecker.h:30:3: style: Class 'DlgSettingsAxesChecker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/Dlg/DlgSettingsAxesChecker.h:33:16: style: The function 'createOptionalSaveDefault' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Dlg/DlgSettingsAbstractBase.h:36:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Dlg/DlgSettingsAxesChecker.h:33:16: note: Function in derived class
engauge-digitizer-9.7/src/Dlg/DlgSettingsAxesChecker.h:34:20: style: The function 'createSubPanel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Dlg/DlgSettingsAbstractBase.h:39:20: note: Virtual function in base class
engauge-digitizer-9.7/src/Dlg/DlgSettingsAxesChecker.h:34:20: note: Function in derived class
engauge-digitizer-9.7/src/Dlg/DlgSettingsAxesChecker.h:35:16: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Dlg/DlgSettingsAbstractBase.h:60:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Dlg/DlgSettingsAxesChecker.h:35:16: note: Function in derived class
engauge-digitizer-9.7/src/Dlg/DlgSettingsAxesChecker.h:36:16: style: The function 'setSmallDialogs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Dlg/DlgSettingsAbstractBase.h:87:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Dlg/DlgSettingsAxesChecker.h:36:16: note: Function in derived class
engauge-digitizer-9.7/src/Dlg/DlgSettingsAxesChecker.h:44:16: style: The function 'handleOk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Dlg/DlgSettingsAbstractBase.h:57:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Dlg/DlgSettingsAxesChecker.h:44:16: note: Function in derived class
engauge-digitizer-9.7/src/Dlg/DlgSettingsColorFilter.cpp:251:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Dlg/DlgSettingsColorFilter.h:39:20: warning: Virtual function 'createSubPanel' is called from constructor 'DlgSettingsColorFilter(MainWindow&mainWindow)' at line 48. Dynamic binding is not used. [virtualCallInConstructor]
engauge-digitizer-9.7/src/Dlg/DlgSettingsColorFilter.cpp:48:23: note: Calling createSubPanel
engauge-digitizer-9.7/src/Dlg/DlgSettingsColorFilter.h:39:20: note: createSubPanel is a virtual method
engauge-digitizer-9.7/src/Dlg/DlgSettingsColorFilter.cpp:506:3: error: Mismatching allocation and deallocation: histogramBins [mismatchAllocDealloc]
engauge-digitizer-9.7/src/Dlg/DlgSettingsCoords.cpp:441:17: style: Expression 'exp(x) - 1' can be replaced by 'expm1(x)' to avoid loss of precision. [unpreciseMathCall]
engauge-digitizer-9.7/src/Dlg/DlgSettingsCoords.cpp:442:17: style: Expression 'exp(x) - 1' can be replaced by 'expm1(x)' to avoid loss of precision. [unpreciseMathCall]
engauge-digitizer-9.7/src/Dlg/DlgSettingsCoords.h:37:20: warning: Virtual function 'createSubPanel' is called from constructor 'DlgSettingsCoords(MainWindow&mainWindow)' at line 91. Dynamic binding is not used. [virtualCallInConstructor]
engauge-digitizer-9.7/src/Dlg/DlgSettingsCoords.cpp:91:23: note: Calling createSubPanel
engauge-digitizer-9.7/src/Dlg/DlgSettingsCoords.h:37:20: note: createSubPanel is a virtual method
engauge-digitizer-9.7/src/Dlg/DlgSettingsCoords.h:33:3: style: Class 'DlgSettingsCoords' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/Dlg/DlgSettingsCoords.h:36:16: style: The function 'createOptionalSaveDefault' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Dlg/DlgSettingsAbstractBase.h:36:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Dlg/DlgSettingsCoords.h:36:16: note: Function in derived class
engauge-digitizer-9.7/src/Dlg/DlgSettingsCoords.h:37:20: style: The function 'createSubPanel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Dlg/DlgSettingsAbstractBase.h:39:20: note: Virtual function in base class
engauge-digitizer-9.7/src/Dlg/DlgSettingsCoords.h:37:20: note: Function in derived class
engauge-digitizer-9.7/src/Dlg/DlgSettingsCoords.h:38:16: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Dlg/DlgSettingsAbstractBase.h:60:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Dlg/DlgSettingsCoords.h:38:16: note: Function in derived class
engauge-digitizer-9.7/src/Dlg/DlgSettingsCoords.h:39:16: style: The function 'setSmallDialogs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Dlg/DlgSettingsAbstractBase.h:87:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Dlg/DlgSettingsCoords.h:39:16: note: Function in derived class
engauge-digitizer-9.7/src/Dlg/DlgSettingsCoords.h:54:16: style: The function 'handleOk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Dlg/DlgSettingsAbstractBase.h:57:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Dlg/DlgSettingsCoords.h:54:16: note: Function in derived class
engauge-digitizer-9.7/src/Dlg/DlgSettingsCurveAddRemove.cpp:207:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Dlg/DlgSettingsCurveAddRemove.h:34:20: warning: Virtual function 'createSubPanel' is called from constructor 'DlgSettingsCurveAddRemove(MainWindow&mainWindow)' at line 39. Dynamic binding is not used. [virtualCallInConstructor]
engauge-digitizer-9.7/src/Dlg/DlgSettingsCurveAddRemove.cpp:39:23: note: Calling createSubPanel
engauge-digitizer-9.7/src/Dlg/DlgSettingsCurveAddRemove.h:34:20: note: createSubPanel is a virtual method
engauge-digitizer-9.7/src/Dlg/DlgSettingsCurveAddRemove.h:30:3: style: Class 'DlgSettingsCurveAddRemove' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/Dlg/DlgSettingsCurveAddRemove.h:33:16: style: The function 'createOptionalSaveDefault' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Dlg/DlgSettingsAbstractBase.h:36:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Dlg/DlgSettingsCurveAddRemove.h:33:16: note: Function in derived class
engauge-digitizer-9.7/src/Dlg/DlgSettingsCurveAddRemove.h:34:20: style: The function 'createSubPanel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Dlg/DlgSettingsAbstractBase.h:39:20: note: Virtual function in base class
engauge-digitizer-9.7/src/Dlg/DlgSettingsCurveAddRemove.h:34:20: note: Function in derived class
engauge-digitizer-9.7/src/Dlg/DlgSettingsCurveAddRemove.h:35:8: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Dlg/DlgSettingsAbstractBase.h:60:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Dlg/DlgSettingsCurveAddRemove.h:35:8: note: Function in derived class
engauge-digitizer-9.7/src/Dlg/DlgSettingsCurveAddRemove.h:36:16: style: The function 'setSmallDialogs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Dlg/DlgSettingsAbstractBase.h:87:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Dlg/DlgSettingsCurveAddRemove.h:36:16: note: Function in derived class
engauge-digitizer-9.7/src/Dlg/DlgSettingsCurveAddRemove.h:52:16: style: The function 'handleOk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Dlg/DlgSettingsAbstractBase.h:57:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Dlg/DlgSettingsCurveAddRemove.h:52:16: note: Function in derived class
engauge-digitizer-9.7/src/Dlg/DlgSettingsCurveProperties.cpp:400:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Dlg/DlgSettingsCurveProperties.h:33:20: warning: Virtual function 'createSubPanel' is called from constructor 'DlgSettingsCurveProperties(MainWindow&mainWindow)' at line 72. Dynamic binding is not used. [virtualCallInConstructor]
engauge-digitizer-9.7/src/Dlg/DlgSettingsCurveProperties.cpp:72:23: note: Calling createSubPanel
engauge-digitizer-9.7/src/Dlg/DlgSettingsCurveProperties.h:33:20: note: createSubPanel is a virtual method
engauge-digitizer-9.7/src/Dlg/DlgSettingsCurveProperties.h:29:3: style: Class 'DlgSettingsCurveProperties' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/Dlg/DlgSettingsCurveProperties.h:32:16: style: The function 'createOptionalSaveDefault' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Dlg/DlgSettingsAbstractBase.h:36:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Dlg/DlgSettingsCurveProperties.h:32:16: note: Function in derived class
engauge-digitizer-9.7/src/Dlg/DlgSettingsCurveProperties.h:33:20: style: The function 'createSubPanel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Dlg/DlgSettingsAbstractBase.h:39:20: note: Virtual function in base class
engauge-digitizer-9.7/src/Dlg/DlgSettingsCurveProperties.h:33:20: note: Function in derived class
engauge-digitizer-9.7/src/Dlg/DlgSettingsCurveProperties.h:34:16: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Dlg/DlgSettingsAbstractBase.h:60:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Dlg/DlgSettingsCurveProperties.h:34:16: note: Function in derived class
engauge-digitizer-9.7/src/Dlg/DlgSettingsCurveProperties.h:38:16: style: The function 'setSmallDialogs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Dlg/DlgSettingsAbstractBase.h:87:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Dlg/DlgSettingsCurveProperties.h:38:16: note: Function in derived class
engauge-digitizer-9.7/src/Dlg/DlgSettingsCurveProperties.h:52:16: style: The function 'handleOk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Dlg/DlgSettingsAbstractBase.h:57:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Dlg/DlgSettingsCurveProperties.h:52:16: note: Function in derived class
engauge-digitizer-9.7/src/Dlg/DlgSettingsDigitizeCurve.h:36:20: warning: Virtual function 'createSubPanel' is called from constructor 'DlgSettingsDigitizeCurve(MainWindow&mainWindow)' at line 51. Dynamic binding is not used. [virtualCallInConstructor]
engauge-digitizer-9.7/src/Dlg/DlgSettingsDigitizeCurve.cpp:51:23: note: Calling createSubPanel
engauge-digitizer-9.7/src/Dlg/DlgSettingsDigitizeCurve.h:36:20: note: createSubPanel is a virtual method
engauge-digitizer-9.7/src/Dlg/DlgSettingsDigitizeCurve.h:32:3: style: Class 'DlgSettingsDigitizeCurve' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/Dlg/DlgSettingsDigitizeCurve.h:35:16: style: The function 'createOptionalSaveDefault' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Dlg/DlgSettingsAbstractBase.h:36:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Dlg/DlgSettingsDigitizeCurve.h:35:16: note: Function in derived class
engauge-digitizer-9.7/src/Dlg/DlgSettingsDigitizeCurve.h:36:20: style: The function 'createSubPanel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Dlg/DlgSettingsAbstractBase.h:39:20: note: Virtual function in base class
engauge-digitizer-9.7/src/Dlg/DlgSettingsDigitizeCurve.h:36:20: note: Function in derived class
engauge-digitizer-9.7/src/Dlg/DlgSettingsDigitizeCurve.h:37:16: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Dlg/DlgSettingsAbstractBase.h:60:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Dlg/DlgSettingsDigitizeCurve.h:37:16: note: Function in derived class
engauge-digitizer-9.7/src/Dlg/DlgSettingsDigitizeCurve.h:38:16: style: The function 'setSmallDialogs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Dlg/DlgSettingsAbstractBase.h:87:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Dlg/DlgSettingsDigitizeCurve.h:38:16: note: Function in derived class
engauge-digitizer-9.7/src/Dlg/DlgSettingsDigitizeCurve.h:48:16: style: The function 'handleOk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Dlg/DlgSettingsAbstractBase.h:57:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Dlg/DlgSettingsDigitizeCurve.h:48:16: note: Function in derived class
engauge-digitizer-9.7/src/Dlg/DlgSettingsExportFormat.cpp:172:76: style: Function 'createFunctionsPointsSelection' argument 1 names different: declaration 'layout' definition 'layoutFunctions'. [funcArgNamesDifferent]
engauge-digitizer-9.7/src/Dlg/DlgSettingsExportFormat.h:79:53: note: Function 'createFunctionsPointsSelection' argument 1 names different: declaration 'layout' definition 'layoutFunctions'.
engauge-digitizer-9.7/src/Dlg/DlgSettingsExportFormat.cpp:172:76: note: Function 'createFunctionsPointsSelection' argument 1 names different: declaration 'layout' definition 'layoutFunctions'.
engauge-digitizer-9.7/src/Dlg/DlgSettingsExportFormat.cpp:301:76: style: Function 'createRelationsPointsSelection' argument 1 names different: declaration 'layout' definition 'layoutRelations'. [funcArgNamesDifferent]
engauge-digitizer-9.7/src/Dlg/DlgSettingsExportFormat.h:82:53: note: Function 'createRelationsPointsSelection' argument 1 names different: declaration 'layout' definition 'layoutRelations'.
engauge-digitizer-9.7/src/Dlg/DlgSettingsExportFormat.cpp:301:76: note: Function 'createRelationsPointsSelection' argument 1 names different: declaration 'layout' definition 'layoutRelations'.
engauge-digitizer-9.7/src/Dlg/DlgSettingsExportFormat.cpp:544:66: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Dlg/DlgSettingsExportFormat.h:38:20: warning: Virtual function 'createSubPanel' is called from constructor 'DlgSettingsExportFormat(MainWindow&mainWindow)' at line 59. Dynamic binding is not used. [virtualCallInConstructor]
engauge-digitizer-9.7/src/Dlg/DlgSettingsExportFormat.cpp:59:23: note: Calling createSubPanel
engauge-digitizer-9.7/src/Dlg/DlgSettingsExportFormat.h:38:20: note: createSubPanel is a virtual method
engauge-digitizer-9.7/src/Dlg/DlgSettingsExportFormat.h:34:3: style: Class 'DlgSettingsExportFormat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/Dlg/DlgSettingsExportFormat.h:37:16: style: The function 'createOptionalSaveDefault' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Dlg/DlgSettingsAbstractBase.h:36:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Dlg/DlgSettingsExportFormat.h:37:16: note: Function in derived class
engauge-digitizer-9.7/src/Dlg/DlgSettingsExportFormat.h:38:20: style: The function 'createSubPanel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Dlg/DlgSettingsAbstractBase.h:39:20: note: Virtual function in base class
engauge-digitizer-9.7/src/Dlg/DlgSettingsExportFormat.h:38:20: note: Function in derived class
engauge-digitizer-9.7/src/Dlg/DlgSettingsExportFormat.h:39:16: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Dlg/DlgSettingsAbstractBase.h:60:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Dlg/DlgSettingsExportFormat.h:39:16: note: Function in derived class
engauge-digitizer-9.7/src/Dlg/DlgSettingsExportFormat.h:40:16: style: The function 'setSmallDialogs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Dlg/DlgSettingsAbstractBase.h:87:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Dlg/DlgSettingsExportFormat.h:40:16: note: Function in derived class
engauge-digitizer-9.7/src/Dlg/DlgSettingsExportFormat.h:72:16: style: The function 'handleOk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Dlg/DlgSettingsAbstractBase.h:57:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Dlg/DlgSettingsExportFormat.h:72:16: note: Function in derived class
engauge-digitizer-9.7/src/Dlg/DlgSettingsGeneral.h:28:20: warning: Virtual function 'createSubPanel' is called from constructor 'DlgSettingsGeneral(MainWindow&mainWindow)' at line 33. Dynamic binding is not used. [virtualCallInConstructor]
engauge-digitizer-9.7/src/Dlg/DlgSettingsGeneral.cpp:33:23: note: Calling createSubPanel
engauge-digitizer-9.7/src/Dlg/DlgSettingsGeneral.h:28:20: note: createSubPanel is a virtual method
engauge-digitizer-9.7/src/Dlg/DlgSettingsGeneral.h:24:3: style: Class 'DlgSettingsGeneral' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/Dlg/DlgSettingsGeneral.h:27:16: style: The function 'createOptionalSaveDefault' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Dlg/DlgSettingsAbstractBase.h:36:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Dlg/DlgSettingsGeneral.h:27:16: note: Function in derived class
engauge-digitizer-9.7/src/Dlg/DlgSettingsGeneral.h:28:20: style: The function 'createSubPanel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Dlg/DlgSettingsAbstractBase.h:39:20: note: Virtual function in base class
engauge-digitizer-9.7/src/Dlg/DlgSettingsGeneral.h:28:20: note: Function in derived class
engauge-digitizer-9.7/src/Dlg/DlgSettingsGeneral.h:29:16: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Dlg/DlgSettingsAbstractBase.h:60:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Dlg/DlgSettingsGeneral.h:29:16: note: Function in derived class
engauge-digitizer-9.7/src/Dlg/DlgSettingsGeneral.h:30:16: style: The function 'setSmallDialogs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Dlg/DlgSettingsAbstractBase.h:87:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Dlg/DlgSettingsGeneral.h:30:16: note: Function in derived class
engauge-digitizer-9.7/src/Dlg/DlgSettingsGeneral.h:38:16: style: The function 'handleOk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Dlg/DlgSettingsAbstractBase.h:57:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Dlg/DlgSettingsGeneral.h:38:16: note: Function in derived class
engauge-digitizer-9.7/src/Dlg/DlgSettingsGridDisplay.cpp:78:68: style: Function 'createDisplayGridLinesX' argument 1 names different: declaration 'layoutGridLines' definition 'layout'. [funcArgNamesDifferent]
engauge-digitizer-9.7/src/Dlg/DlgSettingsGridDisplay.h:61:46: note: Function 'createDisplayGridLinesX' argument 1 names different: declaration 'layoutGridLines' definition 'layout'.
engauge-digitizer-9.7/src/Dlg/DlgSettingsGridDisplay.cpp:78:68: note: Function 'createDisplayGridLinesX' argument 1 names different: declaration 'layoutGridLines' definition 'layout'.
engauge-digitizer-9.7/src/Dlg/DlgSettingsGridDisplay.cpp:152:68: style: Function 'createDisplayGridLinesY' argument 1 names different: declaration 'layoutGridLines' definition 'layout'. [funcArgNamesDifferent]
engauge-digitizer-9.7/src/Dlg/DlgSettingsGridDisplay.h:62:46: note: Function 'createDisplayGridLinesY' argument 1 names different: declaration 'layoutGridLines' definition 'layout'.
engauge-digitizer-9.7/src/Dlg/DlgSettingsGridDisplay.cpp:152:68: note: Function 'createDisplayGridLinesY' argument 1 names different: declaration 'layoutGridLines' definition 'layout'.
engauge-digitizer-9.7/src/Dlg/DlgSettingsGridDisplay.h:35:20: warning: Virtual function 'createSubPanel' is called from constructor 'DlgSettingsGridDisplay(MainWindow&mainWindow)' at line 42. Dynamic binding is not used. [virtualCallInConstructor]
engauge-digitizer-9.7/src/Dlg/DlgSettingsGridDisplay.cpp:42:23: note: Calling createSubPanel
engauge-digitizer-9.7/src/Dlg/DlgSettingsGridDisplay.h:35:20: note: createSubPanel is a virtual method
engauge-digitizer-9.7/src/Dlg/DlgSettingsGridDisplay.h:31:3: style: Class 'DlgSettingsGridDisplay' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/Dlg/DlgSettingsGridDisplay.h:34:16: style: The function 'createOptionalSaveDefault' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Dlg/DlgSettingsAbstractBase.h:36:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Dlg/DlgSettingsGridDisplay.h:34:16: note: Function in derived class
engauge-digitizer-9.7/src/Dlg/DlgSettingsGridDisplay.h:35:20: style: The function 'createSubPanel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Dlg/DlgSettingsAbstractBase.h:39:20: note: Virtual function in base class
engauge-digitizer-9.7/src/Dlg/DlgSettingsGridDisplay.h:35:20: note: Function in derived class
engauge-digitizer-9.7/src/Dlg/DlgSettingsGridDisplay.h:36:16: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Dlg/DlgSettingsAbstractBase.h:60:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Dlg/DlgSettingsGridDisplay.h:36:16: note: Function in derived class
engauge-digitizer-9.7/src/Dlg/DlgSettingsGridDisplay.h:37:16: style: The function 'setSmallDialogs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Dlg/DlgSettingsAbstractBase.h:87:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Dlg/DlgSettingsGridDisplay.h:37:16: note: Function in derived class
engauge-digitizer-9.7/src/Dlg/DlgSettingsGridDisplay.h:56:16: style: The function 'handleOk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Dlg/DlgSettingsAbstractBase.h:57:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Dlg/DlgSettingsGridDisplay.h:56:16: note: Function in derived class
engauge-digitizer-9.7/src/Dlg/DlgSettingsGridRemoval.cpp:101:67: style: Function 'createRemoveGridLinesX' argument 1 names different: declaration 'layoutGridLines' definition 'layout'. [funcArgNamesDifferent]
engauge-digitizer-9.7/src/Dlg/DlgSettingsGridRemoval.h:59:45: note: Function 'createRemoveGridLinesX' argument 1 names different: declaration 'layoutGridLines' definition 'layout'.
engauge-digitizer-9.7/src/Dlg/DlgSettingsGridRemoval.cpp:101:67: note: Function 'createRemoveGridLinesX' argument 1 names different: declaration 'layoutGridLines' definition 'layout'.
engauge-digitizer-9.7/src/Dlg/DlgSettingsGridRemoval.cpp:179:67: style: Function 'createRemoveGridLinesY' argument 1 names different: declaration 'layoutGridLines' definition 'layout'. [funcArgNamesDifferent]
engauge-digitizer-9.7/src/Dlg/DlgSettingsGridRemoval.h:60:45: note: Function 'createRemoveGridLinesY' argument 1 names different: declaration 'layoutGridLines' definition 'layout'.
engauge-digitizer-9.7/src/Dlg/DlgSettingsGridRemoval.cpp:179:67: note: Function 'createRemoveGridLinesY' argument 1 names different: declaration 'layoutGridLines' definition 'layout'.
engauge-digitizer-9.7/src/Dlg/DlgSettingsGridRemoval.h:33:20: warning: Virtual function 'createSubPanel' is called from constructor 'DlgSettingsGridRemoval(MainWindow&mainWindow)' at line 43. Dynamic binding is not used. [virtualCallInConstructor]
engauge-digitizer-9.7/src/Dlg/DlgSettingsGridRemoval.cpp:43:23: note: Calling createSubPanel
engauge-digitizer-9.7/src/Dlg/DlgSettingsGridRemoval.h:33:20: note: createSubPanel is a virtual method
engauge-digitizer-9.7/src/Dlg/DlgSettingsGridRemoval.h:29:3: style: Class 'DlgSettingsGridRemoval' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/Dlg/DlgSettingsGridRemoval.h:32:16: style: The function 'createOptionalSaveDefault' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Dlg/DlgSettingsAbstractBase.h:36:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Dlg/DlgSettingsGridRemoval.h:32:16: note: Function in derived class
engauge-digitizer-9.7/src/Dlg/DlgSettingsGridRemoval.h:33:20: style: The function 'createSubPanel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Dlg/DlgSettingsAbstractBase.h:39:20: note: Virtual function in base class
engauge-digitizer-9.7/src/Dlg/DlgSettingsGridRemoval.h:33:20: note: Function in derived class
engauge-digitizer-9.7/src/Dlg/DlgSettingsGridRemoval.h:34:16: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Dlg/DlgSettingsAbstractBase.h:60:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Dlg/DlgSettingsGridRemoval.h:34:16: note: Function in derived class
engauge-digitizer-9.7/src/Dlg/DlgSettingsGridRemoval.h:35:16: style: The function 'setSmallDialogs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Dlg/DlgSettingsAbstractBase.h:87:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Dlg/DlgSettingsGridRemoval.h:35:16: note: Function in derived class
engauge-digitizer-9.7/src/Dlg/DlgSettingsGridRemoval.h:54:16: style: The function 'handleOk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Dlg/DlgSettingsAbstractBase.h:57:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Dlg/DlgSettingsGridRemoval.h:54:16: note: Function in derived class
engauge-digitizer-9.7/src/Dlg/DlgSettingsMainWindow.h:32:20: warning: Virtual function 'createSubPanel' is called from constructor 'DlgSettingsMainWindow(MainWindow&mainWindow)' at line 40. Dynamic binding is not used. [virtualCallInConstructor]
engauge-digitizer-9.7/src/Dlg/DlgSettingsMainWindow.cpp:40:23: note: Calling createSubPanel
engauge-digitizer-9.7/src/Dlg/DlgSettingsMainWindow.h:32:20: note: createSubPanel is a virtual method
engauge-digitizer-9.7/src/Dlg/DlgSettingsMainWindow.h:28:3: style: Class 'DlgSettingsMainWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/Dlg/DlgSettingsMainWindow.h:31:16: style: The function 'createOptionalSaveDefault' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Dlg/DlgSettingsAbstractBase.h:36:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Dlg/DlgSettingsMainWindow.h:31:16: note: Function in derived class
engauge-digitizer-9.7/src/Dlg/DlgSettingsMainWindow.h:32:20: style: The function 'createSubPanel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Dlg/DlgSettingsAbstractBase.h:39:20: note: Virtual function in base class
engauge-digitizer-9.7/src/Dlg/DlgSettingsMainWindow.h:32:20: note: Function in derived class
engauge-digitizer-9.7/src/Dlg/DlgSettingsMainWindow.h:33:16: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Dlg/DlgSettingsAbstractBase.h:60:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Dlg/DlgSettingsMainWindow.h:33:16: note: Function in derived class
engauge-digitizer-9.7/src/Dlg/DlgSettingsMainWindow.h:38:16: style: The function 'setSmallDialogs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Dlg/DlgSettingsAbstractBase.h:87:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Dlg/DlgSettingsMainWindow.h:38:16: note: Function in derived class
engauge-digitizer-9.7/src/Dlg/DlgSettingsMainWindow.h:54:16: style: The function 'handleOk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Dlg/DlgSettingsAbstractBase.h:57:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Dlg/DlgSettingsMainWindow.h:54:16: note: Function in derived class
engauge-digitizer-9.7/src/Dlg/DlgSettingsPointMatch.cpp:331:0: style: Same expression used in consecutive assignments of 'xLeft' and 'yTop'. [duplicateAssignExpression]
engauge-digitizer-9.7/src/Dlg/DlgSettingsPointMatch.cpp:332:0: note: Same expression used in consecutive assignments of 'xLeft' and 'yTop'.
engauge-digitizer-9.7/src/Dlg/DlgSettingsPointMatch.cpp:331:0: note: Same expression used in consecutive assignments of 'xLeft' and 'yTop'.
engauge-digitizer-9.7/src/Dlg/DlgSettingsPointMatch.h:34:20: warning: Virtual function 'createSubPanel' is called from constructor 'DlgSettingsPointMatch(MainWindow&mainWindow)' at line 41. Dynamic binding is not used. [virtualCallInConstructor]
engauge-digitizer-9.7/src/Dlg/DlgSettingsPointMatch.cpp:41:23: note: Calling createSubPanel
engauge-digitizer-9.7/src/Dlg/DlgSettingsPointMatch.h:34:20: note: createSubPanel is a virtual method
engauge-digitizer-9.7/src/Dlg/DlgSettingsPointMatch.h:30:3: style: Class 'DlgSettingsPointMatch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/Dlg/DlgSettingsPointMatch.h:33:16: style: The function 'createOptionalSaveDefault' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Dlg/DlgSettingsAbstractBase.h:36:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Dlg/DlgSettingsPointMatch.h:33:16: note: Function in derived class
engauge-digitizer-9.7/src/Dlg/DlgSettingsPointMatch.h:34:20: style: The function 'createSubPanel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Dlg/DlgSettingsAbstractBase.h:39:20: note: Virtual function in base class
engauge-digitizer-9.7/src/Dlg/DlgSettingsPointMatch.h:34:20: note: Function in derived class
engauge-digitizer-9.7/src/Dlg/DlgSettingsPointMatch.h:35:16: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Dlg/DlgSettingsAbstractBase.h:60:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Dlg/DlgSettingsPointMatch.h:35:16: note: Function in derived class
engauge-digitizer-9.7/src/Dlg/DlgSettingsPointMatch.h:36:16: style: The function 'setSmallDialogs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Dlg/DlgSettingsAbstractBase.h:87:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Dlg/DlgSettingsPointMatch.h:36:16: note: Function in derived class
engauge-digitizer-9.7/src/Dlg/DlgSettingsPointMatch.h:46:16: style: The function 'handleOk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Dlg/DlgSettingsAbstractBase.h:57:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Dlg/DlgSettingsPointMatch.h:46:16: note: Function in derived class
engauge-digitizer-9.7/src/Dlg/DlgSettingsSegments.cpp:360:19: style: The scope of the variable 'NULL_GEOMETRY_WINDOW' can be reduced. [variableScope]
engauge-digitizer-9.7/src/Dlg/DlgSettingsSegments.cpp:65:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Dlg/DlgSettingsSegments.cpp:377:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Dlg/DlgSettingsSegments.cpp:391:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Dlg/DlgSettingsSegments.h:37:20: warning: Virtual function 'createSubPanel' is called from constructor 'DlgSettingsSegments(MainWindow&mainWindow)' at line 51. Dynamic binding is not used. [virtualCallInConstructor]
engauge-digitizer-9.7/src/Dlg/DlgSettingsSegments.cpp:51:23: note: Calling createSubPanel
engauge-digitizer-9.7/src/Dlg/DlgSettingsSegments.h:37:20: note: createSubPanel is a virtual method
engauge-digitizer-9.7/src/Dlg/DlgSettingsSegments.h:33:3: style: Class 'DlgSettingsSegments' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/Dlg/DlgSettingsSegments.h:36:16: style: The function 'createOptionalSaveDefault' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Dlg/DlgSettingsAbstractBase.h:36:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Dlg/DlgSettingsSegments.h:36:16: note: Function in derived class
engauge-digitizer-9.7/src/Dlg/DlgSettingsSegments.h:37:20: style: The function 'createSubPanel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Dlg/DlgSettingsAbstractBase.h:39:20: note: Virtual function in base class
engauge-digitizer-9.7/src/Dlg/DlgSettingsSegments.h:37:20: note: Function in derived class
engauge-digitizer-9.7/src/Dlg/DlgSettingsSegments.h:38:16: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Dlg/DlgSettingsAbstractBase.h:60:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Dlg/DlgSettingsSegments.h:38:16: note: Function in derived class
engauge-digitizer-9.7/src/Dlg/DlgSettingsSegments.h:39:16: style: The function 'setSmallDialogs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Dlg/DlgSettingsAbstractBase.h:87:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Dlg/DlgSettingsSegments.h:39:16: note: Function in derived class
engauge-digitizer-9.7/src/Dlg/DlgSettingsSegments.h:49:16: style: The function 'handleOk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Dlg/DlgSettingsAbstractBase.h:57:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Dlg/DlgSettingsSegments.h:49:16: note: Function in derived class
engauge-digitizer-9.7/src/Dlg/DlgValidatorDateTime.h:25:29: style: The function 'validate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Dlg/DlgValidatorAbstract.h:23:29: note: Virtual function in base class
engauge-digitizer-9.7/src/Dlg/DlgValidatorDateTime.h:25:29: note: Function in derived class
engauge-digitizer-9.7/src/Dlg/DlgValidatorDegreesMinutesSeconds.h:24:29: style: The function 'validate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Dlg/DlgValidatorAbstract.h:23:29: note: Virtual function in base class
engauge-digitizer-9.7/src/Dlg/DlgValidatorDegreesMinutesSeconds.h:24:29: note: Function in derived class
engauge-digitizer-9.7/src/Dlg/DlgValidatorNumber.h:26:29: style: The function 'validate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Dlg/DlgValidatorAbstract.h:23:29: note: Virtual function in base class
engauge-digitizer-9.7/src/Dlg/DlgValidatorNumber.h:26:29: note: Function in derived class
engauge-digitizer-9.7/src/Document/Document.cpp:193:63: style: Function 'addPointGraphWithGeneratedIdentifier' argument 3 names different: declaration 'generatedIentifier' definition 'identifier'. [funcArgNamesDifferent]
engauge-digitizer-9.7/src/Document/Document.h:84:55: note: Function 'addPointGraphWithGeneratedIdentifier' argument 3 names different: declaration 'generatedIentifier' definition 'identifier'.
engauge-digitizer-9.7/src/Document/Document.cpp:193:63: note: Function 'addPointGraphWithGeneratedIdentifier' argument 3 names different: declaration 'generatedIentifier' definition 'identifier'.
engauge-digitizer-9.7/src/Document/Document.cpp:886:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Document/Document.cpp:910:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Document/Document.h:265:8: style: Technically the member function 'Document::setModelColorFilter' can be const. [functionConst]
engauge-digitizer-9.7/src/Document/Document.cpp:878:16: note: Technically the member function 'Document::setModelColorFilter' can be const.
engauge-digitizer-9.7/src/Document/Document.h:265:8: note: Technically the member function 'Document::setModelColorFilter' can be const.
engauge-digitizer-9.7/src/Document/Document.h:271:8: style: Technically the member function 'Document::setModelCurveStyles' can be const. [functionConst]
engauge-digitizer-9.7/src/Document/Document.cpp:903:16: note: Technically the member function 'Document::setModelCurveStyles' can be const.
engauge-digitizer-9.7/src/Document/Document.h:271:8: note: Technically the member function 'Document::setModelCurveStyles' can be const.
engauge-digitizer-9.7/src/Document/Document.h:310:8: performance: Technically the member function 'Document::bytesIndicatePreVersion6' can be static. [functionStatic]
engauge-digitizer-9.7/src/Document/Document.cpp:224:16: note: Technically the member function 'Document::bytesIndicatePreVersion6' can be static.
engauge-digitizer-9.7/src/Document/Document.h:310:8: note: Technically the member function 'Document::bytesIndicatePreVersion6' can be static.
engauge-digitizer-9.7/src/Document/Document.h:317:7: performance: Technically the member function 'Document::versionFromFile' can be static. [functionStatic]
engauge-digitizer-9.7/src/Document/Document.cpp:993:15: note: Technically the member function 'Document::versionFromFile' can be static.
engauge-digitizer-9.7/src/Document/Document.h:317:7: note: Technically the member function 'Document::versionFromFile' can be static.
engauge-digitizer-9.7/src/Document/DocumentModelAxesChecker.h:25:3: style: Class 'DocumentModelAxesChecker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/Document/DocumentModelColorFilter.h:31:3: style: Class 'DocumentModelColorFilter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/Document/DocumentModelCoords.h:27:3: style: Class 'DocumentModelCoords' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/Document/DocumentModelDigitizeCurve.h:25:3: style: Class 'DocumentModelDigitizeCurve' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/Document/DocumentModelExportFormat.h:30:3: style: Class 'DocumentModelExportFormat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/Document/DocumentModelGeneral.h:23:3: style: Class 'DocumentModelGeneral' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/Document/DocumentModelGridDisplay.h:25:3: style: Class 'DocumentModelGridDisplay' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/Document/DocumentModelGridRemoval.h:32:3: style: Class 'DocumentModelGridRemoval' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/Document/DocumentModelPointMatch.h:24:3: style: Class 'DocumentModelPointMatch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/Document/DocumentModelSegments.h:24:3: style: Class 'DocumentModelSegments' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/Document/Document.h:45:3: style: Class 'Document' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/Document/Document.h:48:3: style: Class 'Document' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/Document/DocumentModelAxesChecker.h:42:16: style: The function 'loadXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Document/DocumentModelAbstractBase.h:28:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Document/DocumentModelAxesChecker.h:42:16: note: Function in derived class
engauge-digitizer-9.7/src/Document/DocumentModelAxesChecker.h:48:16: style: The function 'saveXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Document/DocumentModelAbstractBase.h:31:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Document/DocumentModelAxesChecker.h:48:16: note: Function in derived class
engauge-digitizer-9.7/src/Document/DocumentModelColorFilter.h:67:16: style: The function 'loadXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Document/DocumentModelAbstractBase.h:28:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Document/DocumentModelColorFilter.h:67:16: note: Function in derived class
engauge-digitizer-9.7/src/Document/DocumentModelColorFilter.h:83:16: style: The function 'saveXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Document/DocumentModelAbstractBase.h:31:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Document/DocumentModelColorFilter.h:83:16: note: Function in derived class
engauge-digitizer-9.7/src/Document/DocumentModelCoords.h:62:16: style: The function 'loadXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Document/DocumentModelAbstractBase.h:28:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Document/DocumentModelCoords.h:62:16: note: Function in derived class
engauge-digitizer-9.7/src/Document/DocumentModelCoords.h:71:16: style: The function 'saveXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Document/DocumentModelAbstractBase.h:31:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Document/DocumentModelCoords.h:71:16: note: Function in derived class
engauge-digitizer-9.7/src/Document/DocumentModelDigitizeCurve.h:45:16: style: The function 'loadXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Document/DocumentModelAbstractBase.h:28:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Document/DocumentModelDigitizeCurve.h:45:16: note: Function in derived class
engauge-digitizer-9.7/src/Document/DocumentModelDigitizeCurve.h:51:16: style: The function 'saveXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Document/DocumentModelAbstractBase.h:31:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Document/DocumentModelDigitizeCurve.h:51:16: note: Function in derived class
engauge-digitizer-9.7/src/Document/DocumentModelExportFormat.h:50:16: style: The function 'loadXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Document/DocumentModelAbstractBase.h:28:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Document/DocumentModelExportFormat.h:50:16: note: Function in derived class
engauge-digitizer-9.7/src/Document/DocumentModelExportFormat.h:77:16: style: The function 'saveXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Document/DocumentModelAbstractBase.h:31:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Document/DocumentModelExportFormat.h:77:16: note: Function in derived class
engauge-digitizer-9.7/src/Document/DocumentModelGeneral.h:37:16: style: The function 'loadXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Document/DocumentModelAbstractBase.h:28:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Document/DocumentModelGeneral.h:37:16: note: Function in derived class
engauge-digitizer-9.7/src/Document/DocumentModelGeneral.h:43:16: style: The function 'saveXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Document/DocumentModelAbstractBase.h:31:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Document/DocumentModelGeneral.h:43:16: note: Function in derived class
engauge-digitizer-9.7/src/Document/DocumentModelGridDisplay.h:45:16: style: The function 'loadXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Document/DocumentModelAbstractBase.h:28:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Document/DocumentModelGridDisplay.h:45:16: note: Function in derived class
engauge-digitizer-9.7/src/Document/DocumentModelGridDisplay.h:54:16: style: The function 'saveXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Document/DocumentModelAbstractBase.h:31:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Document/DocumentModelGridDisplay.h:54:16: note: Function in derived class
engauge-digitizer-9.7/src/Document/DocumentModelGridRemoval.h:55:16: style: The function 'loadXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Document/DocumentModelAbstractBase.h:28:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Document/DocumentModelGridRemoval.h:55:16: note: Function in derived class
engauge-digitizer-9.7/src/Document/DocumentModelGridRemoval.h:64:16: style: The function 'saveXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Document/DocumentModelAbstractBase.h:31:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Document/DocumentModelGridRemoval.h:64:16: note: Function in derived class
engauge-digitizer-9.7/src/Document/DocumentModelPointMatch.h:32:16: style: The function 'loadXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Document/DocumentModelAbstractBase.h:28:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Document/DocumentModelPointMatch.h:32:16: note: Function in derived class
engauge-digitizer-9.7/src/Document/DocumentModelPointMatch.h:50:16: style: The function 'saveXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Document/DocumentModelAbstractBase.h:31:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Document/DocumentModelPointMatch.h:50:16: note: Function in derived class
engauge-digitizer-9.7/src/Document/DocumentModelSegments.h:41:16: style: The function 'loadXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Document/DocumentModelAbstractBase.h:28:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Document/DocumentModelSegments.h:41:16: note: Function in derived class
engauge-digitizer-9.7/src/Document/DocumentModelSegments.h:53:16: style: The function 'saveXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Document/DocumentModelAbstractBase.h:31:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Document/DocumentModelSegments.h:53:16: note: Function in derived class
engauge-digitizer-9.7/src/Document/DocumentHashGenerator.h:22:16: performance: Technically the member function 'DocumentHashGenerator::generate' can be static. [functionStatic]
engauge-digitizer-9.7/src/Document/DocumentHashGenerator.cpp:16:37: note: Technically the member function 'DocumentHashGenerator::generate' can be static.
engauge-digitizer-9.7/src/Document/DocumentHashGenerator.h:22:16: note: Technically the member function 'DocumentHashGenerator::generate' can be static.
engauge-digitizer-9.7/src/Document/DocumentModelColorFilter.cpp:34:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Document/DocumentModelColorFilter.cpp:46:113: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Document/DocumentModelColorFilter.cpp:57:114: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Document/DocumentModelColorFilter.cpp:253:91: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Document/DocumentModelDigitizeCurve.cpp:139:60: style: Function 'setCursorInnerRadius' argument 1 names different: declaration 'innerRadius' definition 'cursorInnerRadius'. [funcArgNamesDifferent]
engauge-digitizer-9.7/src/Document/DocumentModelDigitizeCurve.h:54:34: note: Function 'setCursorInnerRadius' argument 1 names different: declaration 'innerRadius' definition 'cursorInnerRadius'.
engauge-digitizer-9.7/src/Document/DocumentModelDigitizeCurve.cpp:139:60: note: Function 'setCursorInnerRadius' argument 1 names different: declaration 'innerRadius' definition 'cursorInnerRadius'.
engauge-digitizer-9.7/src/Document/DocumentModelDigitizeCurve.cpp:144:58: style: Function 'setCursorLineWidth' argument 1 names different: declaration 'lineWidth' definition 'cursorLineWidth'. [funcArgNamesDifferent]
engauge-digitizer-9.7/src/Document/DocumentModelDigitizeCurve.h:57:32: note: Function 'setCursorLineWidth' argument 1 names different: declaration 'lineWidth' definition 'cursorLineWidth'.
engauge-digitizer-9.7/src/Document/DocumentModelDigitizeCurve.cpp:144:58: note: Function 'setCursorLineWidth' argument 1 names different: declaration 'lineWidth' definition 'cursorLineWidth'.
engauge-digitizer-9.7/src/Document/DocumentModelExportFormat.cpp:317:62: style: Function 'setDelimiter' argument 1 names different: declaration 'exportDelimiter' definition 'delimiter'. [funcArgNamesDifferent]
engauge-digitizer-9.7/src/Document/DocumentModelExportFormat.h:83:37: note: Function 'setDelimiter' argument 1 names different: declaration 'exportDelimiter' definition 'delimiter'.
engauge-digitizer-9.7/src/Document/DocumentModelExportFormat.cpp:317:62: note: Function 'setDelimiter' argument 1 names different: declaration 'exportDelimiter' definition 'delimiter'.
engauge-digitizer-9.7/src/Document/DocumentModelExportFormat.cpp:322:56: style: Function 'setHeader' argument 1 names different: declaration 'exportHeader' definition 'header'. [funcArgNamesDifferent]
engauge-digitizer-9.7/src/Document/DocumentModelExportFormat.h:86:31: note: Function 'setHeader' argument 1 names different: declaration 'exportHeader' definition 'header'.
engauge-digitizer-9.7/src/Document/DocumentModelExportFormat.cpp:322:56: note: Function 'setHeader' argument 1 names different: declaration 'exportHeader' definition 'header'.
engauge-digitizer-9.7/src/Document/DocumentModelExportFormat.cpp:327:74: style: Function 'setLayoutFunctions' argument 1 names different: declaration 'exportLayoutFunctions' definition 'layoutFunctions'. [funcArgNamesDifferent]
engauge-digitizer-9.7/src/Document/DocumentModelExportFormat.h:89:49: note: Function 'setLayoutFunctions' argument 1 names different: declaration 'exportLayoutFunctions' definition 'layoutFunctions'.
engauge-digitizer-9.7/src/Document/DocumentModelExportFormat.cpp:327:74: note: Function 'setLayoutFunctions' argument 1 names different: declaration 'exportLayoutFunctions' definition 'layoutFunctions'.
engauge-digitizer-9.7/src/Document/DocumentModelExportFormat.cpp:357:92: style: Function 'setPointsSelectionFunctions' argument 1 names different: declaration 'exportPointsSelectionFunctions' definition 'pointsSelectionFunctions'. [funcArgNamesDifferent]
engauge-digitizer-9.7/src/Document/DocumentModelExportFormat.h:107:67: note: Function 'setPointsSelectionFunctions' argument 1 names different: declaration 'exportPointsSelectionFunctions' definition 'pointsSelectionFunctions'.
engauge-digitizer-9.7/src/Document/DocumentModelExportFormat.cpp:357:92: note: Function 'setPointsSelectionFunctions' argument 1 names different: declaration 'exportPointsSelectionFunctions' definition 'pointsSelectionFunctions'.
engauge-digitizer-9.7/src/Document/DocumentModelExportFormat.cpp:362:92: style: Function 'setPointsSelectionRelations' argument 1 names different: declaration 'exportPointsSelectionRelations' definition 'pointsSelectionRelations'. [funcArgNamesDifferent]
engauge-digitizer-9.7/src/Document/DocumentModelExportFormat.h:110:67: note: Function 'setPointsSelectionRelations' argument 1 names different: declaration 'exportPointsSelectionRelations' definition 'pointsSelectionRelations'.
engauge-digitizer-9.7/src/Document/DocumentModelExportFormat.cpp:362:92: note: Function 'setPointsSelectionRelations' argument 1 names different: declaration 'exportPointsSelectionRelations' definition 'pointsSelectionRelations'.
engauge-digitizer-9.7/src/Document/DocumentModelExportFormat.cpp:251:86: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Document/DocumentModelExportFormat.cpp:301:87: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Document/DocumentModelGridDisplay.cpp:243:50: style: Function 'setStartY' argument 1 names different: declaration 'yStart' definition 'startY'. [funcArgNamesDifferent]
engauge-digitizer-9.7/src/Document/DocumentModelGridDisplay.h:78:26: note: Function 'setStartY' argument 1 names different: declaration 'yStart' definition 'startY'.
engauge-digitizer-9.7/src/Document/DocumentModelGridDisplay.cpp:243:50: note: Function 'setStartY' argument 1 names different: declaration 'yStart' definition 'startY'.
engauge-digitizer-9.7/src/Document/DocumentModelGridDisplay.cpp:253:49: style: Function 'setStepY' argument 1 names different: declaration 'yStep' definition 'stepY'. [funcArgNamesDifferent]
engauge-digitizer-9.7/src/Document/DocumentModelGridDisplay.h:84:25: note: Function 'setStepY' argument 1 names different: declaration 'yStep' definition 'stepY'.
engauge-digitizer-9.7/src/Document/DocumentModelGridDisplay.cpp:253:49: note: Function 'setStepY' argument 1 names different: declaration 'yStep' definition 'stepY'.
engauge-digitizer-9.7/src/Document/DocumentModelGridDisplay.cpp:263:49: style: Function 'setStopY' argument 1 names different: declaration 'yStop' definition 'stopY'. [funcArgNamesDifferent]
engauge-digitizer-9.7/src/Document/DocumentModelGridDisplay.h:90:25: note: Function 'setStopY' argument 1 names different: declaration 'yStop' definition 'stopY'.
engauge-digitizer-9.7/src/Document/DocumentModelGridDisplay.cpp:263:49: note: Function 'setStopY' argument 1 names different: declaration 'yStop' definition 'stopY'.
engauge-digitizer-9.7/src/Document/DocumentModelPointMatch.cpp:31:26: warning: Member variable 'DocumentModelPointMatch::m_minPointSeparation' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Document/DocumentModelPointMatch.cpp:39:26: warning: Member variable 'DocumentModelPointMatch::m_minPointSeparation' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Document/DocumentModelPointMatch.cpp:47:51: warning: Member variable 'DocumentModelPointMatch::m_minPointSeparation' is not assigned a value in 'DocumentModelPointMatch::operator='. [operatorEqVarError]
engauge-digitizer-9.7/src/Export/ExportAlignLinear.h:30:10: performance: Technically the member function 'ExportAlignLinear::log10' can be static. [functionStatic]
engauge-digitizer-9.7/src/Export/ExportAlignLinear.cpp:48:27: note: Technically the member function 'ExportAlignLinear::log10' can be static.
engauge-digitizer-9.7/src/Export/ExportAlignLinear.h:30:10: note: Technically the member function 'ExportAlignLinear::log10' can be static.
engauge-digitizer-9.7/src/Export/ExportAlignLog.h:30:10: performance: Technically the member function 'ExportAlignLog::log10' can be static. [functionStatic]
engauge-digitizer-9.7/src/Export/ExportAlignLog.cpp:30:24: note: Technically the member function 'ExportAlignLog::log10' can be static.
engauge-digitizer-9.7/src/Export/ExportAlignLog.h:30:10: note: Technically the member function 'ExportAlignLog::log10' can be static.
engauge-digitizer-9.7/src/Export/ExportFileAbstractBase.cpp:50:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Export/ExportFileAbstractBase.h:32:11: performance: Technically the member function 'ExportFileAbstractBase::curveSeparator' can be static. [functionStatic]
engauge-digitizer-9.7/src/Export/ExportFileAbstractBase.cpp:23:33: note: Technically the member function 'ExportFileAbstractBase::curveSeparator' can be static.
engauge-digitizer-9.7/src/Export/ExportFileAbstractBase.h:32:11: note: Technically the member function 'ExportFileAbstractBase::curveSeparator' can be static.
engauge-digitizer-9.7/src/Export/ExportFileAbstractBase.h:35:15: performance: Technically the member function 'ExportFileAbstractBase::curvesToInclude' can be static. [functionStatic]
engauge-digitizer-9.7/src/Export/ExportFileAbstractBase.cpp:37:37: note: Technically the member function 'ExportFileAbstractBase::curvesToInclude' can be static.
engauge-digitizer-9.7/src/Export/ExportFileAbstractBase.h:35:15: note: Technically the member function 'ExportFileAbstractBase::curvesToInclude' can be static.
engauge-digitizer-9.7/src/Export/ExportFileAbstractBase.h:42:8: performance: Technically the member function 'ExportFileAbstractBase::destroy2DArray' can be static. [functionStatic]
engauge-digitizer-9.7/src/Export/ExportFileAbstractBase.cpp:71:30: note: Technically the member function 'ExportFileAbstractBase::destroy2DArray' can be static.
engauge-digitizer-9.7/src/Export/ExportFileAbstractBase.h:42:8: note: Technically the member function 'ExportFileAbstractBase::destroy2DArray' can be static.
engauge-digitizer-9.7/src/Export/ExportFileAbstractBase.h:45:11: performance: Technically the member function 'ExportFileAbstractBase::gnuplotComment' can be static. [functionStatic]
engauge-digitizer-9.7/src/Export/ExportFileAbstractBase.cpp:84:33: note: Technically the member function 'ExportFileAbstractBase::gnuplotComment' can be static.
engauge-digitizer-9.7/src/Export/ExportFileAbstractBase.h:45:11: note: Technically the member function 'ExportFileAbstractBase::gnuplotComment' can be static.
engauge-digitizer-9.7/src/Export/ExportFileAbstractBase.h:48:8: performance: Technically the member function 'ExportFileAbstractBase::insertLineSeparator' can be static. [functionStatic]
engauge-digitizer-9.7/src/Export/ExportFileAbstractBase.cpp:89:30: note: Technically the member function 'ExportFileAbstractBase::insertLineSeparator' can be static.
engauge-digitizer-9.7/src/Export/ExportFileAbstractBase.h:48:8: note: Technically the member function 'ExportFileAbstractBase::insertLineSeparator' can be static.
engauge-digitizer-9.7/src/Export/ExportFileFunctions.cpp:281:79: style: Function 'loadYRadiusValues' argument 1 names different: declaration 'modelExport' definition 'modelExportOverride'. [funcArgNamesDifferent]
engauge-digitizer-9.7/src/Export/ExportFileFunctions.h:74:60: note: Function 'loadYRadiusValues' argument 1 names different: declaration 'modelExport' definition 'modelExportOverride'.
engauge-digitizer-9.7/src/Export/ExportFileFunctions.cpp:281:79: note: Function 'loadYRadiusValues' argument 1 names different: declaration 'modelExport' definition 'modelExportOverride'.
engauge-digitizer-9.7/src/Export/ExportFileFunctions.cpp:90:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Export/ExportFileFunctions.cpp:560:81: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Export/ExportFileFunctions.h:67:8: performance: Technically the member function 'ExportFileFunctions::initializeYRadiusValues' can be static. [functionStatic]
engauge-digitizer-9.7/src/Export/ExportFileFunctions.cpp:195:27: note: Technically the member function 'ExportFileFunctions::initializeYRadiusValues' can be static.
engauge-digitizer-9.7/src/Export/ExportFileFunctions.h:67:8: note: Technically the member function 'ExportFileFunctions::initializeYRadiusValues' can be static.
engauge-digitizer-9.7/src/Export/ExportFileFunctions.h:71:10: performance: Technically the member function 'ExportFileFunctions::linearlyInterpolate' can be static. [functionStatic]
engauge-digitizer-9.7/src/Export/ExportFileFunctions.cpp:211:29: note: Technically the member function 'ExportFileFunctions::linearlyInterpolate' can be static.
engauge-digitizer-9.7/src/Export/ExportFileFunctions.h:71:10: note: Technically the member function 'ExportFileFunctions::linearlyInterpolate' can be static.
engauge-digitizer-9.7/src/Export/ExportFileFunctions.h:83:8: performance: Technically the member function 'ExportFileFunctions::loadYRadiusValuesForCurveInterpolatedSmooth' can be static. [functionStatic]
engauge-digitizer-9.7/src/Export/ExportFileFunctions.cpp:341:27: note: Technically the member function 'ExportFileFunctions::loadYRadiusValuesForCurveInterpolatedSmooth' can be static.
engauge-digitizer-9.7/src/Export/ExportFileFunctions.h:83:8: note: Technically the member function 'ExportFileFunctions::loadYRadiusValuesForCurveInterpolatedSmooth' can be static.
engauge-digitizer-9.7/src/Export/ExportFileFunctions.h:99:8: performance: Technically the member function 'ExportFileFunctions::loadYRadiusValuesForCurveRaw' can be static. [functionStatic]
engauge-digitizer-9.7/src/Export/ExportFileFunctions.cpp:485:27: note: Technically the member function 'ExportFileFunctions::loadYRadiusValuesForCurveRaw' can be static.
engauge-digitizer-9.7/src/Export/ExportFileFunctions.h:99:8: note: Technically the member function 'ExportFileFunctions::loadYRadiusValuesForCurveRaw' can be static.
engauge-digitizer-9.7/src/Export/ExportFileFunctions.h:120:8: performance: Technically the member function 'ExportFileFunctions::rowHasAtLeastOneYRadiusEntry' can be static. [functionStatic]
engauge-digitizer-9.7/src/Export/ExportFileFunctions.cpp:599:27: note: Technically the member function 'ExportFileFunctions::rowHasAtLeastOneYRadiusEntry' can be static.
engauge-digitizer-9.7/src/Export/ExportFileFunctions.h:120:8: note: Technically the member function 'ExportFileFunctions::rowHasAtLeastOneYRadiusEntry' can be static.
engauge-digitizer-9.7/src/Export/ExportFileRelations.cpp:415:84: style: Function 'maxColumnSizeAllocation' argument 1 names different: declaration 'modelExportOverride' definition 'modelExport'. [funcArgNamesDifferent]
engauge-digitizer-9.7/src/Export/ExportFileRelations.h:96:65: note: Function 'maxColumnSizeAllocation' argument 1 names different: declaration 'modelExportOverride' definition 'modelExport'.
engauge-digitizer-9.7/src/Export/ExportFileRelations.cpp:415:84: note: Function 'maxColumnSizeAllocation' argument 1 names different: declaration 'modelExportOverride' definition 'modelExport'.
engauge-digitizer-9.7/src/Export/ExportFileRelations.cpp:610:87: style: Function 'outputXThetaYRadiusValues' argument 1 names different: declaration 'modelExport' definition 'modelExportOverride'. [funcArgNamesDifferent]
engauge-digitizer-9.7/src/Export/ExportFileRelations.h:123:68: note: Function 'outputXThetaYRadiusValues' argument 1 names different: declaration 'modelExport' definition 'modelExportOverride'.
engauge-digitizer-9.7/src/Export/ExportFileRelations.cpp:610:87: note: Function 'outputXThetaYRadiusValues' argument 1 names different: declaration 'modelExport' definition 'modelExportOverride'.
engauge-digitizer-9.7/src/Export/ExportFileRelations.cpp:90:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Export/ExportFileRelations.cpp:626:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Export/ExportFileRelations.h:58:8: performance: Technically the member function 'ExportFileRelations::initializeXThetaYRadiusValues' can be static. [functionStatic]
engauge-digitizer-9.7/src/Export/ExportFileRelations.cpp:153:27: note: Technically the member function 'ExportFileRelations::initializeXThetaYRadiusValues' can be static.
engauge-digitizer-9.7/src/Export/ExportFileRelations.h:58:8: note: Technically the member function 'ExportFileRelations::initializeXThetaYRadiusValues' can be static.
engauge-digitizer-9.7/src/Export/ExportFileRelations.h:60:11: performance: Technically the member function 'ExportFileRelations::linearlyInterpolate' can be static. [functionStatic]
engauge-digitizer-9.7/src/Export/ExportFileRelations.cpp:168:30: note: Technically the member function 'ExportFileRelations::linearlyInterpolate' can be static.
engauge-digitizer-9.7/src/Export/ExportFileRelations.h:60:11: note: Technically the member function 'ExportFileRelations::linearlyInterpolate' can be static.
engauge-digitizer-9.7/src/Export/ExportFileRelations.h:71:8: performance: Technically the member function 'ExportFileRelations::loadXThetaYRadiusValuesForCurveInterpolatedSmooth' can be static. [functionStatic]
engauge-digitizer-9.7/src/Export/ExportFileRelations.cpp:295:27: note: Technically the member function 'ExportFileRelations::loadXThetaYRadiusValuesForCurveInterpolatedSmooth' can be static.
engauge-digitizer-9.7/src/Export/ExportFileRelations.h:71:8: note: Technically the member function 'ExportFileRelations::loadXThetaYRadiusValuesForCurveInterpolatedSmooth' can be static.
engauge-digitizer-9.7/src/Export/ExportFileRelations.h:89:8: performance: Technically the member function 'ExportFileRelations::loadXThetaYRadiusValuesForCurveRaw' can be static. [functionStatic]
engauge-digitizer-9.7/src/Export/ExportFileRelations.cpp:383:27: note: Technically the member function 'ExportFileRelations::loadXThetaYRadiusValuesForCurveRaw' can be static.
engauge-digitizer-9.7/src/Export/ExportFileRelations.h:89:8: note: Technically the member function 'ExportFileRelations::loadXThetaYRadiusValuesForCurveRaw' can be static.
engauge-digitizer-9.7/src/Export/ExportFileRelations.h:109:23: performance: Technically the member function 'ExportFileRelations::ordinalsAtIntervalsSmoothGraph' can be static. [functionStatic]
engauge-digitizer-9.7/src/Export/ExportFileRelations.cpp:504:42: note: Technically the member function 'ExportFileRelations::ordinalsAtIntervalsSmoothGraph' can be static.
engauge-digitizer-9.7/src/Export/ExportFileRelations.h:109:23: note: Technically the member function 'ExportFileRelations::ordinalsAtIntervalsSmoothGraph' can be static.
engauge-digitizer-9.7/src/Export/ExportFileRelations.h:114:23: performance: Technically the member function 'ExportFileRelations::ordinalsAtIntervalsSmoothScreen' can be static. [functionStatic]
engauge-digitizer-9.7/src/Export/ExportFileRelations.cpp:537:42: note: Technically the member function 'ExportFileRelations::ordinalsAtIntervalsSmoothScreen' can be static.
engauge-digitizer-9.7/src/Export/ExportFileRelations.h:114:23: note: Technically the member function 'ExportFileRelations::ordinalsAtIntervalsSmoothScreen' can be static.
engauge-digitizer-9.7/src/Export/ExportFileRelations.h:116:23: performance: Technically the member function 'ExportFileRelations::ordinalsAtIntervalsStraightGraph' can be static. [functionStatic]
engauge-digitizer-9.7/src/Export/ExportFileRelations.cpp:566:42: note: Technically the member function 'ExportFileRelations::ordinalsAtIntervalsStraightGraph' can be static.
engauge-digitizer-9.7/src/Export/ExportFileRelations.h:116:23: note: Technically the member function 'ExportFileRelations::ordinalsAtIntervalsStraightGraph' can be static.
engauge-digitizer-9.7/src/Export/ExportFileRelations.h:119:23: performance: Technically the member function 'ExportFileRelations::ordinalsAtIntervalsStraightScreen' can be static. [functionStatic]
engauge-digitizer-9.7/src/Export/ExportFileRelations.cpp:588:42: note: Technically the member function 'ExportFileRelations::ordinalsAtIntervalsStraightScreen' can be static.
engauge-digitizer-9.7/src/Export/ExportFileRelations.h:119:23: note: Technically the member function 'ExportFileRelations::ordinalsAtIntervalsStraightScreen' can be static.
engauge-digitizer-9.7/src/Export/ExportImageForRegression.h:19:3: style: Class 'ExportImageForRegression' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/Export/ExportOrdinalsSmooth.cpp:29:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Export/ExportOrdinalsSmooth.cpp:51:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Export/ExportOrdinalsSmooth.h:27:8: performance: Technically the member function 'ExportOrdinalsSmooth::loadSplinePairsWithoutTransformation' can be static. [functionStatic]
engauge-digitizer-9.7/src/Export/ExportOrdinalsSmooth.cpp:22:28: note: Technically the member function 'ExportOrdinalsSmooth::loadSplinePairsWithoutTransformation' can be static.
engauge-digitizer-9.7/src/Export/ExportOrdinalsSmooth.h:27:8: note: Technically the member function 'ExportOrdinalsSmooth::loadSplinePairsWithoutTransformation' can be static.
engauge-digitizer-9.7/src/Export/ExportOrdinalsSmooth.h:32:8: performance: Technically the member function 'ExportOrdinalsSmooth::loadSplinePairsWithTransformation' can be static. [functionStatic]
engauge-digitizer-9.7/src/Export/ExportOrdinalsSmooth.cpp:39:28: note: Technically the member function 'ExportOrdinalsSmooth::loadSplinePairsWithTransformation' can be static.
engauge-digitizer-9.7/src/Export/ExportOrdinalsSmooth.h:32:8: note: Technically the member function 'ExportOrdinalsSmooth::loadSplinePairsWithTransformation' can be static.
engauge-digitizer-9.7/src/Export/ExportOrdinalsSmooth.h:40:23: performance: Technically the member function 'ExportOrdinalsSmooth::ordinalsAtIntervalsGraph' can be static. [functionStatic]
engauge-digitizer-9.7/src/Export/ExportOrdinalsSmooth.cpp:64:43: note: Technically the member function 'ExportOrdinalsSmooth::ordinalsAtIntervalsGraph' can be static.
engauge-digitizer-9.7/src/Export/ExportOrdinalsSmooth.h:40:23: note: Technically the member function 'ExportOrdinalsSmooth::ordinalsAtIntervalsGraph' can be static.
engauge-digitizer-9.7/src/Export/ExportOrdinalsStraight.h:26:23: performance: Technically the member function 'ExportOrdinalsStraight::ordinalsAtIntervalsGraphWithoutTransformation' can be static. [functionStatic]
engauge-digitizer-9.7/src/Export/ExportOrdinalsStraight.cpp:20:45: note: Technically the member function 'ExportOrdinalsStraight::ordinalsAtIntervalsGraphWithoutTransformation' can be static.
engauge-digitizer-9.7/src/Export/ExportOrdinalsStraight.h:26:23: note: Technically the member function 'ExportOrdinalsStraight::ordinalsAtIntervalsGraphWithoutTransformation' can be static.
engauge-digitizer-9.7/src/Export/ExportOrdinalsStraight.h:30:23: performance: Technically the member function 'ExportOrdinalsStraight::ordinalsAtIntervalsGraphWithTransformation' can be static. [functionStatic]
engauge-digitizer-9.7/src/Export/ExportOrdinalsStraight.cpp:62:45: note: Technically the member function 'ExportOrdinalsStraight::ordinalsAtIntervalsGraphWithTransformation' can be static.
engauge-digitizer-9.7/src/Export/ExportOrdinalsStraight.h:30:23: note: Technically the member function 'ExportOrdinalsStraight::ordinalsAtIntervalsGraphWithTransformation' can be static.
engauge-digitizer-9.7/src/Export/ExportToClipboard.cpp:29:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Export/ExportToClipboard.cpp:42:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Export/ExportToClipboard.h:32:8: performance: Technically the member function 'ExportToClipboard::exportToClipboard' can be static. [functionStatic]
engauge-digitizer-9.7/src/Export/ExportToClipboard.cpp:18:25: note: Technically the member function 'ExportToClipboard::exportToClipboard' can be static.
engauge-digitizer-9.7/src/Export/ExportToClipboard.h:32:8: note: Technically the member function 'ExportToClipboard::exportToClipboard' can be static.
engauge-digitizer-9.7/src/Export/ExportToFile.h:33:8: performance: Technically the member function 'ExportToFile::exportToFile' can be static. [functionStatic]
engauge-digitizer-9.7/src/Export/ExportToFile.cpp:23:20: note: Technically the member function 'ExportToFile::exportToFile' can be static.
engauge-digitizer-9.7/src/Export/ExportToFile.h:33:8: note: Technically the member function 'ExportToFile::exportToFile' can be static.
engauge-digitizer-9.7/src/Export/ExportToFile.h:40:11: performance: Technically the member function 'ExportToFile::fileExtensionCsv' can be static. [functionStatic]
engauge-digitizer-9.7/src/Export/ExportToFile.cpp:46:23: note: Technically the member function 'ExportToFile::fileExtensionCsv' can be static.
engauge-digitizer-9.7/src/Export/ExportToFile.h:40:11: note: Technically the member function 'ExportToFile::fileExtensionCsv' can be static.
engauge-digitizer-9.7/src/Export/ExportToFile.h:43:11: performance: Technically the member function 'ExportToFile::fileExtensionTsv' can be static. [functionStatic]
engauge-digitizer-9.7/src/Export/ExportToFile.cpp:51:23: note: Technically the member function 'ExportToFile::fileExtensionTsv' can be static.
engauge-digitizer-9.7/src/Export/ExportToFile.h:43:11: note: Technically the member function 'ExportToFile::fileExtensionTsv' can be static.
engauge-digitizer-9.7/src/Export/ExportToFile.h:46:11: performance: Technically the member function 'ExportToFile::filterCsv' can be static. [functionStatic]
engauge-digitizer-9.7/src/Export/ExportToFile.cpp:56:23: note: Technically the member function 'ExportToFile::filterCsv' can be static.
engauge-digitizer-9.7/src/Export/ExportToFile.h:46:11: note: Technically the member function 'ExportToFile::filterCsv' can be static.
engauge-digitizer-9.7/src/Export/ExportToFile.h:49:11: performance: Technically the member function 'ExportToFile::filterTsv' can be static. [functionStatic]
engauge-digitizer-9.7/src/Export/ExportToFile.cpp:62:23: note: Technically the member function 'ExportToFile::filterTsv' can be static.
engauge-digitizer-9.7/src/Export/ExportToFile.h:49:11: note: Technically the member function 'ExportToFile::filterTsv' can be static.
engauge-digitizer-9.7/src/FileCmd/FileCmdClose.h:19:3: style: Class 'FileCmdClose' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/FileCmd/FileCmdClose.h:23:16: style: The function 'redo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/FileCmd/FileCmdAbstract.h:31:16: note: Virtual function in base class
engauge-digitizer-9.7/src/FileCmd/FileCmdClose.h:23:16: note: Function in derived class
engauge-digitizer-9.7/src/FileCmd/FileCmdExport.h:19:3: style: Class 'FileCmdExport' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/FileCmd/FileCmdExport.h:23:16: style: The function 'redo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/FileCmd/FileCmdAbstract.h:31:16: note: Virtual function in base class
engauge-digitizer-9.7/src/FileCmd/FileCmdExport.h:23:16: note: Function in derived class
engauge-digitizer-9.7/src/FileCmd/FileCmdImport.h:19:3: style: Class 'FileCmdImport' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/FileCmd/FileCmdOpen.h:19:3: style: Class 'FileCmdOpen' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/FileCmd/FileCmdImport.h:23:16: style: The function 'redo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/FileCmd/FileCmdAbstract.h:31:16: note: Virtual function in base class
engauge-digitizer-9.7/src/FileCmd/FileCmdImport.h:23:16: note: Function in derived class
engauge-digitizer-9.7/src/FileCmd/FileCmdOpen.h:23:16: style: The function 'redo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/FileCmd/FileCmdAbstract.h:31:16: note: Virtual function in base class
engauge-digitizer-9.7/src/FileCmd/FileCmdOpen.h:23:16: note: Function in derived class
engauge-digitizer-9.7/src/FileCmd/FileCmdScript.h:24:3: style: Class 'FileCmdScript' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/Filter/FilterImage.h:25:11: performance: Technically the member function 'FilterImage::filter' can be static. [functionStatic]
engauge-digitizer-9.7/src/Filter/FilterImage.cpp:21:22: note: Technically the member function 'FilterImage::filter' can be static.
engauge-digitizer-9.7/src/Filter/FilterImage.h:25:11: note: Technically the member function 'FilterImage::filter' can be static.
engauge-digitizer-9.7/src/Fitting/FittingStatistics.cpp:105:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Fitting/FittingStatistics.cpp:120:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Fitting/FittingStatistics.cpp:150:80: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Fitting/FittingStatistics.h:44:8: style: Technically the member function 'FittingStatistics::calculateCurveFit' can be const. [functionConst]
engauge-digitizer-9.7/src/Fitting/FittingStatistics.cpp:23:25: note: Technically the member function 'FittingStatistics::calculateCurveFit' can be const.
engauge-digitizer-9.7/src/Fitting/FittingStatistics.h:44:8: note: Technically the member function 'FittingStatistics::calculateCurveFit' can be const.
engauge-digitizer-9.7/src/Fitting/FittingStatistics.h:47:8: style: Technically the member function 'FittingStatistics::calculateStatistics' can be const. [functionConst]
engauge-digitizer-9.7/src/Fitting/FittingStatistics.cpp:96:25: note: Technically the member function 'FittingStatistics::calculateStatistics' can be const.
engauge-digitizer-9.7/src/Fitting/FittingStatistics.h:47:8: note: Technically the member function 'FittingStatistics::calculateStatistics' can be const.
engauge-digitizer-9.7/src/Fitting/FittingStatistics.h:52:8: performance: Technically the member function 'FittingStatistics::loadXAndYArrays' can be static. [functionStatic]
engauge-digitizer-9.7/src/Fitting/FittingStatistics.cpp:140:25: note: Technically the member function 'FittingStatistics::loadXAndYArrays' can be static.
engauge-digitizer-9.7/src/Fitting/FittingStatistics.h:52:8: note: Technically the member function 'FittingStatistics::loadXAndYArrays' can be static.
engauge-digitizer-9.7/src/Fitting/FittingStatistics.h:56:10: performance: Technically the member function 'FittingStatistics::yFromXAndCoefficients' can be static. [functionStatic]
engauge-digitizer-9.7/src/Fitting/FittingStatistics.cpp:165:27: note: Technically the member function 'FittingStatistics::yFromXAndCoefficients' can be static.
engauge-digitizer-9.7/src/Fitting/FittingStatistics.h:56:10: note: Technically the member function 'FittingStatistics::yFromXAndCoefficients' can be static.
engauge-digitizer-9.7/src/Fitting/FittingWindow.cpp:282:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Fitting/FittingWindow.h:43:16: warning: Virtual function 'clear' is called from constructor 'FittingWindow(MainWindow*mainWindow)' at line 53. Dynamic binding is not used. [virtualCallInConstructor]
engauge-digitizer-9.7/src/Fitting/FittingWindow.cpp:53:3: note: Calling clear
engauge-digitizer-9.7/src/Fitting/FittingWindow.h:43:16: note: clear is a virtual method
engauge-digitizer-9.7/src/Fitting/FittingWindow.h:40:3: style: Class 'FittingWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/Format/FormatCoordsUnits.h:23:8: performance: Technically the member function 'FormatCoordsUnits::formattedToUnformatted' can be static. [functionStatic]
engauge-digitizer-9.7/src/Format/FormatCoordsUnits.cpp:24:25: note: Technically the member function 'FormatCoordsUnits::formattedToUnformatted' can be static.
engauge-digitizer-9.7/src/Format/FormatCoordsUnits.h:23:8: note: Technically the member function 'FormatCoordsUnits::formattedToUnformatted' can be static.
engauge-digitizer-9.7/src/Format/FormatCoordsUnits.h:31:8: performance: Technically the member function 'FormatCoordsUnits::unformattedToFormatted' can be static. [functionStatic]
engauge-digitizer-9.7/src/Format/FormatCoordsUnits.cpp:63:25: note: Technically the member function 'FormatCoordsUnits::unformattedToFormatted' can be static.
engauge-digitizer-9.7/src/Format/FormatCoordsUnits.h:31:8: note: Technically the member function 'FormatCoordsUnits::unformattedToFormatted' can be static.
engauge-digitizer-9.7/src/Format/FormatCoordsUnitsStrategyAbstractBase.h:25:7: performance: Technically the member function 'FormatCoordsUnitsStrategyAbstractBase::precisionDigitsForRawNumber' can be static. [functionStatic]
engauge-digitizer-9.7/src/Format/FormatCoordsUnitsStrategyAbstractBase.cpp:17:44: note: Technically the member function 'FormatCoordsUnitsStrategyAbstractBase::precisionDigitsForRawNumber' can be static.
engauge-digitizer-9.7/src/Format/FormatCoordsUnitsStrategyAbstractBase.h:25:7: note: Technically the member function 'FormatCoordsUnitsStrategyAbstractBase::precisionDigitsForRawNumber' can be static.
engauge-digitizer-9.7/src/Format/FormatCoordsUnitsStrategyNonPolarTheta.h:28:10: performance: Technically the member function 'FormatCoordsUnitsStrategyNonPolarTheta::formattedToUnformatted' can be static. [functionStatic]
engauge-digitizer-9.7/src/Format/FormatCoordsUnitsStrategyNonPolarTheta.cpp:20:48: note: Technically the member function 'FormatCoordsUnitsStrategyNonPolarTheta::formattedToUnformatted' can be static.
engauge-digitizer-9.7/src/Format/FormatCoordsUnitsStrategyNonPolarTheta.h:28:10: note: Technically the member function 'FormatCoordsUnitsStrategyNonPolarTheta::formattedToUnformatted' can be static.
engauge-digitizer-9.7/src/Format/FormatCoordsUnitsStrategyPolarTheta.h:25:10: performance: Technically the member function 'FormatCoordsUnitsStrategyPolarTheta::formattedToUnformatted' can be static. [functionStatic]
engauge-digitizer-9.7/src/Format/FormatCoordsUnitsStrategyPolarTheta.cpp:18:45: note: Technically the member function 'FormatCoordsUnitsStrategyPolarTheta::formattedToUnformatted' can be static.
engauge-digitizer-9.7/src/Format/FormatCoordsUnitsStrategyPolarTheta.h:25:10: note: Technically the member function 'FormatCoordsUnitsStrategyPolarTheta::formattedToUnformatted' can be static.
engauge-digitizer-9.7/src/Format/FormatDateTime.cpp:49:57: style: Function 'dateTimeLookup' argument 1 names different: declaration 'formatsDate' definition 'formatsDateAll'. [funcArgNamesDifferent]
engauge-digitizer-9.7/src/Format/FormatDateTime.h:47:43: note: Function 'dateTimeLookup' argument 1 names different: declaration 'formatsDate' definition 'formatsDateAll'.
engauge-digitizer-9.7/src/Format/FormatDateTime.cpp:49:57: note: Function 'dateTimeLookup' argument 1 names different: declaration 'formatsDate' definition 'formatsDateAll'.
engauge-digitizer-9.7/src/Format/FormatDateTime.cpp:50:57: style: Function 'dateTimeLookup' argument 2 names different: declaration 'formatsTime' definition 'formatsTimeAll'. [funcArgNamesDifferent]
engauge-digitizer-9.7/src/Format/FormatDateTime.h:48:43: note: Function 'dateTimeLookup' argument 2 names different: declaration 'formatsTime' definition 'formatsTimeAll'.
engauge-digitizer-9.7/src/Format/FormatDateTime.cpp:50:57: note: Function 'dateTimeLookup' argument 2 names different: declaration 'formatsTime' definition 'formatsTimeAll'.
engauge-digitizer-9.7/src/Format/FormatDateTime.cpp:71:82: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Format/FormatDateTime.cpp:75:84: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Format/FormatDateTime.h:44:8: performance: Technically the member function 'FormatDateTime::ambiguityBetweenDateAndTime' can be static. [functionStatic]
engauge-digitizer-9.7/src/Format/FormatDateTime.cpp:23:22: note: Technically the member function 'FormatDateTime::ambiguityBetweenDateAndTime' can be static.
engauge-digitizer-9.7/src/Format/FormatDateTime.h:44:8: note: Technically the member function 'FormatDateTime::ambiguityBetweenDateAndTime' can be static.
engauge-digitizer-9.7/src/Format/FormatDegreesMinutesSecondsBase.h:29:11: performance: Technically the member function 'FormatDegreesMinutesSecondsBase::formatOutputDegreesMinutesSeconds' can be static. [functionStatic]
engauge-digitizer-9.7/src/Format/FormatDegreesMinutesSecondsBase.cpp:30:42: note: Technically the member function 'FormatDegreesMinutesSecondsBase::formatOutputDegreesMinutesSeconds' can be static.
engauge-digitizer-9.7/src/Format/FormatDegreesMinutesSecondsBase.h:29:11: note: Technically the member function 'FormatDegreesMinutesSecondsBase::formatOutputDegreesMinutesSeconds' can be static.
engauge-digitizer-9.7/src/Format/FormatDegreesMinutesSecondsBase.h:32:11: performance: Technically the member function 'FormatDegreesMinutesSecondsBase::formatOutputDegreesMinutesSecondsNsew' can be static. [functionStatic]
engauge-digitizer-9.7/src/Format/FormatDegreesMinutesSecondsBase.cpp:54:42: note: Technically the member function 'FormatDegreesMinutesSecondsBase::formatOutputDegreesMinutesSecondsNsew' can be static.
engauge-digitizer-9.7/src/Format/FormatDegreesMinutesSecondsBase.h:32:11: note: Technically the member function 'FormatDegreesMinutesSecondsBase::formatOutputDegreesMinutesSecondsNsew' can be static.
engauge-digitizer-9.7/src/Format/FormatDegreesMinutesSecondsBase.h:37:8: performance: Technically the member function 'FormatDegreesMinutesSecondsBase::stripSymbols' can be static. [functionStatic]
engauge-digitizer-9.7/src/Format/FormatDegreesMinutesSecondsBase.cpp:181:39: note: Technically the member function 'FormatDegreesMinutesSecondsBase::stripSymbols' can be static.
engauge-digitizer-9.7/src/Format/FormatDegreesMinutesSecondsBase.h:37:8: note: Technically the member function 'FormatDegreesMinutesSecondsBase::stripSymbols' can be static.
engauge-digitizer-9.7/src/Format/FormatDegreesMinutesSecondsNonPolarTheta.cpp:21:70: style: Function 'formatOutput' argument 3 names different: declaration 'isXTheta' definition 'isNsHemisphere'. [funcArgNamesDifferent]
engauge-digitizer-9.7/src/Format/FormatDegreesMinutesSecondsNonPolarTheta.h:24:30: note: Function 'formatOutput' argument 3 names different: declaration 'isXTheta' definition 'isNsHemisphere'.
engauge-digitizer-9.7/src/Format/FormatDegreesMinutesSecondsNonPolarTheta.cpp:21:70: note: Function 'formatOutput' argument 3 names different: declaration 'isXTheta' definition 'isNsHemisphere'.
engauge-digitizer-9.7/src/Format/FormatDegreesMinutesSecondsPolarTheta.cpp:23:67: style: Function 'formatOutput' argument 3 names different: declaration 'isXTheta' definition 'isNsHemisphere'. [funcArgNamesDifferent]
engauge-digitizer-9.7/src/Format/FormatDegreesMinutesSecondsPolarTheta.h:24:30: note: Function 'formatOutput' argument 3 names different: declaration 'isXTheta' definition 'isNsHemisphere'.
engauge-digitizer-9.7/src/Format/FormatDegreesMinutesSecondsPolarTheta.cpp:23:67: note: Function 'formatOutput' argument 3 names different: declaration 'isXTheta' definition 'isNsHemisphere'.
engauge-digitizer-9.7/src/Format/FormatDegreesMinutesSecondsPolarTheta.h:28:11: performance: Technically the member function 'FormatDegreesMinutesSecondsPolarTheta::formatOutputDegrees' can be static. [functionStatic]
engauge-digitizer-9.7/src/Format/FormatDegreesMinutesSecondsPolarTheta.cpp:54:48: note: Technically the member function 'FormatDegreesMinutesSecondsPolarTheta::formatOutputDegrees' can be static.
engauge-digitizer-9.7/src/Format/FormatDegreesMinutesSecondsPolarTheta.h:28:11: note: Technically the member function 'FormatDegreesMinutesSecondsPolarTheta::formatOutputDegrees' can be static.
engauge-digitizer-9.7/src/Format/FormatDegreesMinutesSecondsPolarTheta.h:29:11: performance: Technically the member function 'FormatDegreesMinutesSecondsPolarTheta::formatOutputDegreesMinutes' can be static. [functionStatic]
engauge-digitizer-9.7/src/Format/FormatDegreesMinutesSecondsPolarTheta.cpp:65:48: note: Technically the member function 'FormatDegreesMinutesSecondsPolarTheta::formatOutputDegreesMinutes' can be static.
engauge-digitizer-9.7/src/Format/FormatDegreesMinutesSecondsPolarTheta.h:29:11: note: Technically the member function 'FormatDegreesMinutesSecondsPolarTheta::formatOutputDegreesMinutes' can be static.
engauge-digitizer-9.7/src/Geometry/GeometryWindow.h:34:3: style: Class 'GeometryWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/Geometry/GeometryStrategyAbstractBase.h:48:8: performance: Technically the member function 'GeometryStrategyAbstractBase::calculatePositionsGraph' can be static. [functionStatic]
engauge-digitizer-9.7/src/Geometry/GeometryStrategyAbstractBase.cpp:27:36: note: Technically the member function 'GeometryStrategyAbstractBase::calculatePositionsGraph' can be static.
engauge-digitizer-9.7/src/Geometry/GeometryStrategyAbstractBase.h:48:8: note: Technically the member function 'GeometryStrategyAbstractBase::calculatePositionsGraph' can be static.
engauge-digitizer-9.7/src/Geometry/GeometryStrategyAbstractBase.h:53:10: performance: Technically the member function 'GeometryStrategyAbstractBase::functionArea' can be static. [functionStatic]
engauge-digitizer-9.7/src/Geometry/GeometryStrategyAbstractBase.cpp:45:38: note: Technically the member function 'GeometryStrategyAbstractBase::functionArea' can be static.
engauge-digitizer-9.7/src/Geometry/GeometryStrategyAbstractBase.h:53:10: note: Technically the member function 'GeometryStrategyAbstractBase::functionArea' can be static.
engauge-digitizer-9.7/src/Geometry/GeometryStrategyAbstractBase.h:58:8: performance: Technically the member function 'GeometryStrategyAbstractBase::insertSubintervalsAndLoadDistances' can be static. [functionStatic]
engauge-digitizer-9.7/src/Geometry/GeometryStrategyAbstractBase.cpp:61:36: note: Technically the member function 'GeometryStrategyAbstractBase::insertSubintervalsAndLoadDistances' can be static.
engauge-digitizer-9.7/src/Geometry/GeometryStrategyAbstractBase.h:58:8: note: Technically the member function 'GeometryStrategyAbstractBase::insertSubintervalsAndLoadDistances' can be static.
engauge-digitizer-9.7/src/Geometry/GeometryStrategyAbstractBase.h:67:8: performance: Technically the member function 'GeometryStrategyAbstractBase::loadXY' can be static. [functionStatic]
engauge-digitizer-9.7/src/Geometry/GeometryStrategyAbstractBase.cpp:136:36: note: Technically the member function 'GeometryStrategyAbstractBase::loadXY' can be static.
engauge-digitizer-9.7/src/Geometry/GeometryStrategyAbstractBase.h:67:8: note: Technically the member function 'GeometryStrategyAbstractBase::loadXY' can be static.
engauge-digitizer-9.7/src/Geometry/GeometryStrategyAbstractBase.h:77:10: performance: Technically the member function 'GeometryStrategyAbstractBase::polygonAreaForSimplyConnected' can be static. [functionStatic]
engauge-digitizer-9.7/src/Geometry/GeometryStrategyAbstractBase.cpp:166:38: note: Technically the member function 'GeometryStrategyAbstractBase::polygonAreaForSimplyConnected' can be static.
engauge-digitizer-9.7/src/Geometry/GeometryStrategyAbstractBase.h:77:10: note: Technically the member function 'GeometryStrategyAbstractBase::polygonAreaForSimplyConnected' can be static.
engauge-digitizer-9.7/src/Geometry/GeometryStrategyFunctionSmooth.h:24:16: style: The function 'calculateGeometry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Geometry/GeometryStrategyAbstractBase.h:31:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Geometry/GeometryStrategyFunctionSmooth.h:24:16: note: Function in derived class
engauge-digitizer-9.7/src/Geometry/GeometryStrategyFunctionStraight.h:24:16: style: The function 'calculateGeometry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Geometry/GeometryStrategyAbstractBase.h:31:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Geometry/GeometryStrategyFunctionStraight.h:24:16: note: Function in derived class
engauge-digitizer-9.7/src/Geometry/GeometryStrategyRelationSmooth.h:24:16: style: The function 'calculateGeometry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Geometry/GeometryStrategyAbstractBase.h:31:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Geometry/GeometryStrategyRelationSmooth.h:24:16: note: Function in derived class
engauge-digitizer-9.7/src/Geometry/GeometryStrategyRelationStraight.h:24:16: style: The function 'calculateGeometry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Geometry/GeometryStrategyAbstractBase.h:31:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Geometry/GeometryStrategyRelationStraight.h:24:16: note: Function in derived class
engauge-digitizer-9.7/src/Ghosts/Ghosts.cpp:31:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Ghosts/Ghosts.cpp:123:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Ghosts/Ghosts.h:43:8: performance: Technically the member function 'Ghosts::destroyGhosts' can be static. [functionStatic]
engauge-digitizer-9.7/src/Ghosts/Ghosts.cpp:119:14: note: Technically the member function 'Ghosts::destroyGhosts' can be static.
engauge-digitizer-9.7/src/Ghosts/Ghosts.h:43:8: note: Technically the member function 'Ghosts::destroyGhosts' can be static.
engauge-digitizer-9.7/src/Ghosts/Ghosts.h:30:3: style: Class 'Ghosts' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/Graphics/GraphicsItemsExtractor.cpp:29:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Graphics/GraphicsItemsExtractor.cpp:66:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Graphics/GraphicsItemsExtractor.h:28:8: performance: Technically the member function 'GraphicsItemsExtractor::allSelectedItemsAreEitherAxisOrGraph' can be static. [functionStatic]
engauge-digitizer-9.7/src/Graphics/GraphicsItemsExtractor.cpp:23:30: note: Technically the member function 'GraphicsItemsExtractor::allSelectedItemsAreEitherAxisOrGraph' can be static.
engauge-digitizer-9.7/src/Graphics/GraphicsItemsExtractor.h:28:8: note: Technically the member function 'GraphicsItemsExtractor::allSelectedItemsAreEitherAxisOrGraph' can be static.
engauge-digitizer-9.7/src/Graphics/GraphicsItemsExtractor.h:32:15: performance: Technically the member function 'GraphicsItemsExtractor::selectedPointIdentifiers' can be static. [functionStatic]
engauge-digitizer-9.7/src/Graphics/GraphicsItemsExtractor.cpp:59:37: note: Technically the member function 'GraphicsItemsExtractor::selectedPointIdentifiers' can be static.
engauge-digitizer-9.7/src/Graphics/GraphicsItemsExtractor.h:32:15: note: Technically the member function 'GraphicsItemsExtractor::selectedPointIdentifiers' can be static.
engauge-digitizer-9.7/src/Graphics/GraphicsLinesForCurve.cpp:55:54: style: Function 'addPoint' argument 3 names different: declaration 'point' definition 'graphicsPoint'. [funcArgNamesDifferent]
engauge-digitizer-9.7/src/Graphics/GraphicsLinesForCurve.h:38:33: note: Function 'addPoint' argument 3 names different: declaration 'point' definition 'graphicsPoint'.
engauge-digitizer-9.7/src/Graphics/GraphicsLinesForCurve.cpp:55:54: note: Function 'addPoint' argument 3 names different: declaration 'point' definition 'graphicsPoint'.
engauge-digitizer-9.7/src/Graphics/GraphicsLinesForCurve.cpp:45:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Graphics/GraphicsLinesForCurve.cpp:78:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Graphics/GraphicsLinesForCurve.cpp:99:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Graphics/GraphicsLinesForCurve.cpp:135:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Graphics/GraphicsLinesForCurve.cpp:156:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Graphics/GraphicsLinesForCurve.cpp:216:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Graphics/GraphicsLinesForCurve.cpp:256:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Graphics/GraphicsLinesForCurve.cpp:286:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Graphics/GraphicsLinesForCurve.cpp:364:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Graphics/GraphicsLinesForCurve.cpp:378:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Graphics/GraphicsLinesForCurve.cpp:435:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Graphics/GraphicsLinesForCurve.cpp:452:77: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Graphics/GraphicsLinesForCurve.cpp:462:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Graphics/GraphicsLinesForCurve.h:29:3: style: Class 'GraphicsLinesForCurve' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/Graphics/GraphicsScene.h:36:3: style: Class 'GraphicsScene' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/Graphics/GraphicsPoint.h:93:30: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
engauge-digitizer-9.7/src/Graphics/GraphicsLinesForCurves.cpp:52:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Graphics/GraphicsLinesForCurves.cpp:73:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Graphics/GraphicsLinesForCurves.cpp:88:87: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Graphics/GraphicsLinesForCurves.cpp:102:87: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Graphics/GraphicsLinesForCurves.cpp:127:87: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Graphics/GraphicsLinesForCurves.cpp:164:85: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Graphics/GraphicsLinesForCurves.cpp:194:87: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Graphics/GraphicsLinesForCurves.cpp:207:87: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Graphics/GraphicsLinesForCurves.cpp:225:87: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Graphics/GraphicsLinesForCurves.cpp:239:87: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Graphics/GraphicsScene.cpp:205:48: style: Function 'showCurves' argument 3 names different: declaration 'curveName' definition 'curveNameWanted'. [funcArgNamesDifferent]
engauge-digitizer-9.7/src/Graphics/GraphicsScene.h:74:35: note: Function 'showCurves' argument 3 names different: declaration 'curveName' definition 'curveNameWanted'.
engauge-digitizer-9.7/src/Graphics/GraphicsScene.cpp:205:48: note: Function 'showCurves' argument 3 names different: declaration 'curveName' definition 'curveNameWanted'.
engauge-digitizer-9.7/src/Graphics/GraphicsScene.cpp:281:82: style: Function 'updateGraphicsLinesToMatchGraphicsPoints' argument 1 names different: declaration 'modelCurveStyles' definition 'curveStyles'. [funcArgNamesDifferent]
engauge-digitizer-9.7/src/Graphics/GraphicsScene.h:87:69: note: Function 'updateGraphicsLinesToMatchGraphicsPoints' argument 1 names different: declaration 'modelCurveStyles' definition 'curveStyles'.
engauge-digitizer-9.7/src/Graphics/GraphicsScene.cpp:281:82: note: Function 'updateGraphicsLinesToMatchGraphicsPoints' argument 1 names different: declaration 'modelCurveStyles' definition 'curveStyles'.
engauge-digitizer-9.7/src/Graphics/GraphicsScene.cpp:107:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Graphics/GraphicsScene.cpp:127:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Graphics/GraphicsScene.cpp:196:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Graphics/GraphicsScene.cpp:214:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Graphics/GraphicsView.cpp:130:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Graphics/GraphicsView.cpp:281:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Grid/GridClassifier.cpp:241:60: style: Function 'dumpGnuplotCorrelations' argument 6 names different: declaration 'correlationsMax' definition 'correlations'. [funcArgNamesDifferent]
engauge-digitizer-9.7/src/Grid/GridClassifier.h:80:46: note: Function 'dumpGnuplotCorrelations' argument 6 names different: declaration 'correlationsMax' definition 'correlations'.
engauge-digitizer-9.7/src/Grid/GridClassifier.cpp:241:60: note: Function 'dumpGnuplotCorrelations' argument 6 names different: declaration 'correlationsMax' definition 'correlations'.
engauge-digitizer-9.7/src/Grid/GridClassifier.cpp:440:52: style: Function 'searchStartStepSpace' argument 8 names different: declaration 'binStart' definition 'binStartMax'. [funcArgNamesDifferent]
engauge-digitizer-9.7/src/Grid/GridClassifier.h:104:38: note: Function 'searchStartStepSpace' argument 8 names different: declaration 'binStart' definition 'binStartMax'.
engauge-digitizer-9.7/src/Grid/GridClassifier.cpp:440:52: note: Function 'searchStartStepSpace' argument 8 names different: declaration 'binStart' definition 'binStartMax'.
engauge-digitizer-9.7/src/Grid/GridClassifier.cpp:441:52: style: Function 'searchStartStepSpace' argument 9 names different: declaration 'binStep' definition 'binStepMax'. [funcArgNamesDifferent]
engauge-digitizer-9.7/src/Grid/GridClassifier.h:105:38: note: Function 'searchStartStepSpace' argument 9 names different: declaration 'binStep' definition 'binStepMax'.
engauge-digitizer-9.7/src/Grid/GridClassifier.cpp:441:52: note: Function 'searchStartStepSpace' argument 9 names different: declaration 'binStep' definition 'binStepMax'.
engauge-digitizer-9.7/src/Grid/GridClassifier.cpp:31:17: warning: Member variable 'GridClassifier::m_binsX' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Grid/GridClassifier.cpp:31:17: warning: Member variable 'GridClassifier::m_binsY' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Grid/GridClassifier.cpp:31:17: warning: Member variable 'GridClassifier::m_numHistogramBins' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Grid/GridClassifier.h:57:8: performance: Technically the member function 'GridClassifier::computeGraphCoordinateLimits' can be static. [functionStatic]
engauge-digitizer-9.7/src/Grid/GridClassifier.cpp:114:22: note: Technically the member function 'GridClassifier::computeGraphCoordinateLimits' can be static.
engauge-digitizer-9.7/src/Grid/GridClassifier.h:57:8: note: Technically the member function 'GridClassifier::computeGraphCoordinateLimits' can be static.
engauge-digitizer-9.7/src/Grid/GridClassifier.h:75:8: style: Technically the member function 'GridClassifier::dumpGnuplotCorrelations' can be const. [functionConst]
engauge-digitizer-9.7/src/Grid/GridClassifier.cpp:236:22: note: Technically the member function 'GridClassifier::dumpGnuplotCorrelations' can be const.
engauge-digitizer-9.7/src/Grid/GridClassifier.h:75:8: note: Technically the member function 'GridClassifier::dumpGnuplotCorrelations' can be const.
engauge-digitizer-9.7/src/Grid/GridInitializer.cpp:19:39: style: Function 'axisScale' argument 7 names different: declaration 'count' definition 'xCount'. [funcArgNamesDifferent]
engauge-digitizer-9.7/src/Grid/GridInitializer.h:70:24: note: Function 'axisScale' argument 7 names different: declaration 'count' definition 'xCount'.
engauge-digitizer-9.7/src/Grid/GridInitializer.cpp:19:39: note: Function 'axisScale' argument 7 names different: declaration 'count' definition 'xCount'.
engauge-digitizer-9.7/src/Grid/GridInitializer.cpp:293:45: style: Function 'roundOffToPower' argument 2 names different: declaration 'roundOffPower' definition 'power'. [funcArgNamesDifferent]
engauge-digitizer-9.7/src/Grid/GridInitializer.h:77:31: note: Function 'roundOffToPower' argument 2 names different: declaration 'roundOffPower' definition 'power'.
engauge-digitizer-9.7/src/Grid/GridInitializer.cpp:293:45: note: Function 'roundOffToPower' argument 2 names different: declaration 'roundOffPower' definition 'power'.
engauge-digitizer-9.7/src/Grid/GridInitializer.h:20:7: performance: Technically the member function 'GridInitializer::computeCount' can be static. [functionStatic]
engauge-digitizer-9.7/src/Grid/GridInitializer.cpp:95:22: note: Technically the member function 'GridInitializer::computeCount' can be static.
engauge-digitizer-9.7/src/Grid/GridInitializer.h:20:7: note: Technically the member function 'GridInitializer::computeCount' can be static.
engauge-digitizer-9.7/src/Grid/GridInitializer.h:26:10: performance: Technically the member function 'GridInitializer::computeStart' can be static. [functionStatic]
engauge-digitizer-9.7/src/Grid/GridInitializer.cpp:119:25: note: Technically the member function 'GridInitializer::computeStart' can be static.
engauge-digitizer-9.7/src/Grid/GridInitializer.h:26:10: note: Technically the member function 'GridInitializer::computeStart' can be static.
engauge-digitizer-9.7/src/Grid/GridInitializer.h:32:10: performance: Technically the member function 'GridInitializer::computeStep' can be static. [functionStatic]
engauge-digitizer-9.7/src/Grid/GridInitializer.cpp:135:25: note: Technically the member function 'GridInitializer::computeStep' can be static.
engauge-digitizer-9.7/src/Grid/GridInitializer.h:32:10: note: Technically the member function 'GridInitializer::computeStep' can be static.
engauge-digitizer-9.7/src/Grid/GridInitializer.h:38:10: performance: Technically the member function 'GridInitializer::computeStop' can be static. [functionStatic]
engauge-digitizer-9.7/src/Grid/GridInitializer.cpp:163:25: note: Technically the member function 'GridInitializer::computeStop' can be static.
engauge-digitizer-9.7/src/Grid/GridInitializer.h:38:10: note: Technically the member function 'GridInitializer::computeStop' can be static.
engauge-digitizer-9.7/src/Grid/GridInitializer.h:57:7: performance: Technically the member function 'GridInitializer::valuePower' can be static. [functionStatic]
engauge-digitizer-9.7/src/Grid/GridInitializer.cpp:299:22: note: Technically the member function 'GridInitializer::valuePower' can be static.
engauge-digitizer-9.7/src/Grid/GridInitializer.h:57:7: note: Technically the member function 'GridInitializer::valuePower' can be static.
engauge-digitizer-9.7/src/Grid/GridInitializer.h:72:8: performance: Technically the member function 'GridInitializer::overridePolarCoordinateSettings' can be static. [functionStatic]
engauge-digitizer-9.7/src/Grid/GridInitializer.cpp:245:23: note: Technically the member function 'GridInitializer::overridePolarCoordinateSettings' can be static.
engauge-digitizer-9.7/src/Grid/GridInitializer.h:72:8: note: Technically the member function 'GridInitializer::overridePolarCoordinateSettings' can be static.
engauge-digitizer-9.7/src/Grid/GridInitializer.h:76:10: performance: Technically the member function 'GridInitializer::roundOffToPower' can be static. [functionStatic]
engauge-digitizer-9.7/src/Grid/GridInitializer.cpp:292:25: note: Technically the member function 'GridInitializer::roundOffToPower' can be static.
engauge-digitizer-9.7/src/Grid/GridInitializer.h:76:10: note: Technically the member function 'GridInitializer::roundOffToPower' can be static.
engauge-digitizer-9.7/src/Grid/GridLine.cpp:30:11: warning: Member variable 'GridLine::m_segments' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Grid/GridLine.cpp:35:21: warning: Member variable 'GridLine::m_segments' is not assigned a value in 'GridLine::operator='. [operatorEqVarError]
engauge-digitizer-9.7/src/Grid/GridLineFactory.h:61:8: performance: Technically the member function 'GridLineFactory::createTransformAlign' can be static. [functionStatic]
engauge-digitizer-9.7/src/Grid/GridLineFactory.cpp:221:23: note: Technically the member function 'GridLineFactory::createTransformAlign' can be static.
engauge-digitizer-9.7/src/Grid/GridLineFactory.h:61:8: note: Technically the member function 'GridLineFactory::createTransformAlign' can be static.
engauge-digitizer-9.7/src/Grid/GridLineLimiter.h:49:10: performance: Technically the member function 'GridLineLimiter::documentBounds' can be static. [functionStatic]
engauge-digitizer-9.7/src/Grid/GridLineLimiter.cpp:23:25: note: Technically the member function 'GridLineLimiter::documentBounds' can be static.
engauge-digitizer-9.7/src/Grid/GridLineLimiter.h:49:10: note: Technically the member function 'GridLineLimiter::documentBounds' can be static.
engauge-digitizer-9.7/src/Grid/GridRemoval.cpp:109:46: style: Function 'removeLine' argument 1 names different: declaration 'pos1' definition 'posMin'. [funcArgNamesDifferent]
engauge-digitizer-9.7/src/Grid/GridRemoval.h:42:35: note: Function 'removeLine' argument 1 names different: declaration 'pos1' definition 'posMin'.
engauge-digitizer-9.7/src/Grid/GridRemoval.cpp:109:46: note: Function 'removeLine' argument 1 names different: declaration 'pos1' definition 'posMin'.
engauge-digitizer-9.7/src/Grid/GridRemoval.cpp:110:46: style: Function 'removeLine' argument 2 names different: declaration 'pos2' definition 'posMax'. [funcArgNamesDifferent]
engauge-digitizer-9.7/src/Grid/GridRemoval.h:43:35: note: Function 'removeLine' argument 2 names different: declaration 'pos2' definition 'posMax'.
engauge-digitizer-9.7/src/Grid/GridRemoval.cpp:110:46: note: Function 'removeLine' argument 2 names different: declaration 'pos2' definition 'posMax'.
engauge-digitizer-9.7/src/Grid/GridRemoval.h:33:11: performance: Technically the member function 'GridRemoval::clipX' can be static. [functionStatic]
engauge-digitizer-9.7/src/Grid/GridRemoval.cpp:23:22: note: Technically the member function 'GridRemoval::clipX' can be static.
engauge-digitizer-9.7/src/Grid/GridRemoval.h:33:11: note: Technically the member function 'GridRemoval::clipX' can be static.
engauge-digitizer-9.7/src/Grid/GridRemoval.h:38:11: performance: Technically the member function 'GridRemoval::clipY' can be static. [functionStatic]
engauge-digitizer-9.7/src/Grid/GridRemoval.cpp:34:22: note: Technically the member function 'GridRemoval::clipY' can be static.
engauge-digitizer-9.7/src/Grid/GridRemoval.h:38:11: note: Technically the member function 'GridRemoval::clipY' can be static.
engauge-digitizer-9.7/src/Grid/GridRemoval.h:42:8: style: Technically the member function 'GridRemoval::removeLine' can be const. [functionConst]
engauge-digitizer-9.7/src/Grid/GridRemoval.cpp:109:19: note: Technically the member function 'GridRemoval::removeLine' can be const.
engauge-digitizer-9.7/src/Grid/GridRemoval.h:42:8: note: Technically the member function 'GridRemoval::removeLine' can be const.
engauge-digitizer-9.7/src/Help/HelpWindow.cpp:74:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Help/HelpWindow.h:22:3: style: Class 'HelpWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/Import/ImportCroppingUtilNonPdf.h:21:8: performance: Technically the member function 'ImportCroppingUtilNonPdf::applyImportCropping' can be static. [functionStatic]
engauge-digitizer-9.7/src/Import/ImportCroppingUtilNonPdf.cpp:13:32: note: Technically the member function 'ImportCroppingUtilNonPdf::applyImportCropping' can be static.
engauge-digitizer-9.7/src/Import/ImportCroppingUtilNonPdf.h:21:8: note: Technically the member function 'ImportCroppingUtilNonPdf::applyImportCropping' can be static.
engauge-digitizer-9.7/src/Jpeg2000/Jpeg2000.cpp:72:22: style: The scope of the variable 'extension' can be reduced. [variableScope]
engauge-digitizer-9.7/src/Jpeg2000/Jpeg2000.cpp:193:30: style: Function 'load' argument 2 names different: declaration 'image' definition 'imageResult'. [funcArgNamesDifferent]
engauge-digitizer-9.7/src/Jpeg2000/Jpeg2000.h:34:22: note: Function 'load' argument 2 names different: declaration 'image' definition 'imageResult'.
engauge-digitizer-9.7/src/Jpeg2000/Jpeg2000.cpp:193:30: note: Function 'load' argument 2 names different: declaration 'image' definition 'imageResult'.
engauge-digitizer-9.7/src/Jpeg2000/Jpeg2000.cpp:176:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Jpeg2000/Jpeg2000.cpp:311:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Jpeg2000/Jpeg2000.h:41:8: performance: Technically the member function 'Jpeg2000::applyImageTweaks' can be static. [functionStatic]
engauge-digitizer-9.7/src/Jpeg2000/Jpeg2000.cpp:25:16: note: Technically the member function 'Jpeg2000::applyImageTweaks' can be static.
engauge-digitizer-9.7/src/Jpeg2000/Jpeg2000.h:41:8: note: Technically the member function 'Jpeg2000::applyImageTweaks' can be static.
engauge-digitizer-9.7/src/Jpeg2000/Jpeg2000.h:43:7: performance: Technically the member function 'Jpeg2000::getFileFormat' can be static. [functionStatic]
engauge-digitizer-9.7/src/Jpeg2000/Jpeg2000.cpp:70:15: note: Technically the member function 'Jpeg2000::getFileFormat' can be static.
engauge-digitizer-9.7/src/Jpeg2000/Jpeg2000.h:43:7: note: Technically the member function 'Jpeg2000::getFileFormat' can be static.
engauge-digitizer-9.7/src/Jpeg2000/Jpeg2000.h:44:8: performance: Technically the member function 'Jpeg2000::initializeParameters' can be static. [functionStatic]
engauge-digitizer-9.7/src/Jpeg2000/Jpeg2000.cpp:94:16: note: Technically the member function 'Jpeg2000::initializeParameters' can be static.
engauge-digitizer-9.7/src/Jpeg2000/Jpeg2000.h:44:8: note: Technically the member function 'Jpeg2000::initializeParameters' can be static.
engauge-digitizer-9.7/src/Jpeg2000/Jpeg2000.h:47:15: performance: Technically the member function 'Jpeg2000::supportedFileExtensions' can be static. [functionStatic]
engauge-digitizer-9.7/src/Jpeg2000/Jpeg2000.cpp:295:23: note: Technically the member function 'Jpeg2000::supportedFileExtensions' can be static.
engauge-digitizer-9.7/src/Jpeg2000/Jpeg2000.h:47:15: note: Technically the member function 'Jpeg2000::supportedFileExtensions' can be static.
engauge-digitizer-9.7/src/Jpeg2000/Jpeg2000Color.cpp:167:35: style: The scope of the variable 'nr' can be reduced. [variableScope]
engauge-digitizer-9.7/src/Jpeg2000/Jpeg2000Color.cpp:167:40: style: The scope of the variable 'ng' can be reduced. [variableScope]
engauge-digitizer-9.7/src/Jpeg2000/Jpeg2000Color.cpp:167:45: style: The scope of the variable 'nb' can be reduced. [variableScope]
engauge-digitizer-9.7/src/Jpeg2000/Jpeg2000Color.cpp:168:28: style: The scope of the variable 'ny' can be reduced. [variableScope]
engauge-digitizer-9.7/src/Jpeg2000/Jpeg2000Color.cpp:229:37: style: Function 'color_sycc_to_rgb' argument 1 names different: declaration 'image' definition 'img'. [funcArgNamesDifferent]
engauge-digitizer-9.7/src/Jpeg2000/Jpeg2000Color.h:44:37: note: Function 'color_sycc_to_rgb' argument 1 names different: declaration 'image' definition 'img'.
engauge-digitizer-9.7/src/Jpeg2000/Jpeg2000Color.cpp:229:37: note: Function 'color_sycc_to_rgb' argument 1 names different: declaration 'image' definition 'img'.
engauge-digitizer-9.7/src/Jpeg2000/Jpeg2000Convert.cpp:99:7: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
engauge-digitizer-9.7/src/Jpeg2000/Jpeg2000Convert.cpp:52:14: style: The scope of the variable 'green' can be reduced. [variableScope]
engauge-digitizer-9.7/src/Jpeg2000/Jpeg2000Convert.cpp:56:16: style: The scope of the variable 'adjustG' can be reduced. [variableScope]
engauge-digitizer-9.7/src/Jpeg2000/Jpeg2000Convert.cpp:56:25: style: The scope of the variable 'adjustB' can be reduced. [variableScope]
engauge-digitizer-9.7/src/Jpeg2000/Jpeg2000Convert.cpp:56:34: style: The scope of the variable 'adjustA' can be reduced. [variableScope]
engauge-digitizer-9.7/src/Jpeg2000/Jpeg2000Convert.cpp:57:23: style: The scope of the variable 'triple' can be reduced. [variableScope]
engauge-digitizer-9.7/src/Load/LoadFileInfo.h:21:8: performance: Technically the member function 'LoadFileInfo::loadsAsDigFile' can be static. [functionStatic]
engauge-digitizer-9.7/src/Load/LoadFileInfo.cpp:20:20: note: Technically the member function 'LoadFileInfo::loadsAsDigFile' can be static.
engauge-digitizer-9.7/src/Load/LoadFileInfo.h:21:8: note: Technically the member function 'LoadFileInfo::loadsAsDigFile' can be static.
engauge-digitizer-9.7/src/Load/LoadImageFromUrl.h:26:3: style: Class 'LoadImageFromUrl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/Logger/LoggerUpload.cpp:32:47: style: Function 'loggerCheckPtr' argument 1 names different: declaration 'pointer' definition 'ptr'. [funcArgNamesDifferent]
engauge-digitizer-9.7/src/Logger/LoggerUpload.h:37:43: note: Function 'loggerCheckPtr' argument 1 names different: declaration 'pointer' definition 'ptr'.
engauge-digitizer-9.7/src/Logger/LoggerUpload.cpp:32:47: note: Function 'loggerCheckPtr' argument 1 names different: declaration 'pointer' definition 'ptr'.
engauge-digitizer-9.7/src/Matrix/Matrix.cpp:132:7: style: The scope of the variable 'row' can be reduced. [variableScope]
engauge-digitizer-9.7/src/Matrix/Matrix.cpp:132:12: style: The scope of the variable 'col' can be reduced. [variableScope]
engauge-digitizer-9.7/src/Matrix/Matrix.cpp:34:42: style: Function 'operator=' argument 1 names different: declaration 'matrix' definition 'other'. [funcArgNamesDifferent]
engauge-digitizer-9.7/src/Matrix/Matrix.h:27:36: note: Function 'operator=' argument 1 names different: declaration 'matrix' definition 'other'.
engauge-digitizer-9.7/src/Matrix/Matrix.cpp:34:42: note: Function 'operator=' argument 1 names different: declaration 'matrix' definition 'other'.
engauge-digitizer-9.7/src/Matrix/Matrix.h:18:3: style: Class 'Matrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/Mime/MimePoints.h:26:3: style: Class 'MimePoints' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/Mime/MimePoints.h:15:1: warning: The class 'MimePoints' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
engauge-digitizer-9.7/src/Network/NetworkClient.h:22:3: style: Class 'NetworkClient' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/NonPdf/NonPdf.h:40:16: performance: Technically the member function 'NonPdf::loadWithCropping' can be static. [functionStatic]
engauge-digitizer-9.7/src/NonPdf/NonPdf.cpp:45:22: note: Technically the member function 'NonPdf::loadWithCropping' can be static.
engauge-digitizer-9.7/src/NonPdf/NonPdf.h:40:16: note: Technically the member function 'NonPdf::loadWithCropping' can be static.
engauge-digitizer-9.7/src/NonPdf/NonPdf.h:42:16: performance: Technically the member function 'NonPdf::loadWithoutCropping' can be static. [functionStatic]
engauge-digitizer-9.7/src/NonPdf/NonPdf.cpp:68:22: note: Technically the member function 'NonPdf::loadWithoutCropping' can be static.
engauge-digitizer-9.7/src/NonPdf/NonPdf.h:42:16: note: Technically the member function 'NonPdf::loadWithoutCropping' can be static.
engauge-digitizer-9.7/src/Ordinal/OrdinalGenerator.h:24:10: performance: Technically the member function 'OrdinalGenerator::generateAxisPointOrdinal' can be static. [functionStatic]
engauge-digitizer-9.7/src/Ordinal/OrdinalGenerator.cpp:16:26: note: Technically the member function 'OrdinalGenerator::generateAxisPointOrdinal' can be static.
engauge-digitizer-9.7/src/Ordinal/OrdinalGenerator.h:24:10: note: Technically the member function 'OrdinalGenerator::generateAxisPointOrdinal' can be static.
engauge-digitizer-9.7/src/Ordinal/OrdinalGenerator.h:27:10: performance: Technically the member function 'OrdinalGenerator::generateCurvePointOrdinal' can be static. [functionStatic]
engauge-digitizer-9.7/src/Ordinal/OrdinalGenerator.cpp:34:26: note: Technically the member function 'OrdinalGenerator::generateCurvePointOrdinal' can be static.
engauge-digitizer-9.7/src/Ordinal/OrdinalGenerator.h:27:10: note: Technically the member function 'OrdinalGenerator::generateCurvePointOrdinal' can be static.
engauge-digitizer-9.7/src/Pdf/Pdf.cpp:103:57: style: Same expression on both sides of '-' because the value of 'FIRST_PAGE_1_BASED' and '1' are the same. [duplicateExpression]
engauge-digitizer-9.7/src/Pdf/Pdf.cpp:19:32: note: 'FIRST_PAGE_1_BASED' is assigned value '1' here.
engauge-digitizer-9.7/src/Pdf/Pdf.cpp:103:57: note: Same expression on both sides of '-' because the value of 'FIRST_PAGE_1_BASED' and '1' are the same.
engauge-digitizer-9.7/src/Pdf/Pdf.h:46:13: performance: Technically the member function 'Pdf::loadWithoutCropping' can be static. [functionStatic]
engauge-digitizer-9.7/src/Pdf/Pdf.cpp:88:16: note: Technically the member function 'Pdf::loadWithoutCropping' can be static.
engauge-digitizer-9.7/src/Pdf/Pdf.h:46:13: note: Technically the member function 'Pdf::loadWithoutCropping' can be static.
engauge-digitizer-9.7/src/Point/Point.cpp:182:28: style: Function 'Point' argument 1 names different: declaration 'point' definition 'other'. [funcArgNamesDifferent]
engauge-digitizer-9.7/src/Point/Point.h:74:23: note: Function 'Point' argument 1 names different: declaration 'point' definition 'other'.
engauge-digitizer-9.7/src/Point/Point.cpp:182:28: note: Function 'Point' argument 1 names different: declaration 'point' definition 'other'.
engauge-digitizer-9.7/src/Point/Point.cpp:459:41: style: Function 'setCurveName' argument 1 names different: declaration 'curveName' definition 'curveNameNew'. [funcArgNamesDifferent]
engauge-digitizer-9.7/src/Point/Point.h:114:37: note: Function 'setCurveName' argument 1 names different: declaration 'curveName' definition 'curveNameNew'.
engauge-digitizer-9.7/src/Point/Point.cpp:459:41: note: Function 'setCurveName' argument 1 names different: declaration 'curveName' definition 'curveNameNew'.
engauge-digitizer-9.7/src/Point/Point.cpp:29:8: warning: Member variable 'Point::m_isAxisPoint' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Point/Point.cpp:29:8: warning: Member variable 'Point::m_hasPosGraph' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Point/Point.cpp:29:8: warning: Member variable 'Point::m_hasOrdinal' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Point/Point.cpp:29:8: warning: Member variable 'Point::m_ordinal' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Point/Point.cpp:29:8: warning: Member variable 'Point::m_isXOnly' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Point/Point.h:68:3: style: Class 'Point' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/Point/PointIdentifiers.cpp:95:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Point/PointMatchAlgorithm.cpp:555:59: style: Function 'releasePhaseArray' argument 1 names different: declaration 'array' definition 'arrayPrime'. [funcArgNamesDifferent]
engauge-digitizer-9.7/src/Point/PointMatchAlgorithm.h:123:40: note: Function 'releasePhaseArray' argument 1 names different: declaration 'array' definition 'arrayPrime'.
engauge-digitizer-9.7/src/Point/PointMatchAlgorithm.cpp:555:59: note: Function 'releasePhaseArray' argument 1 names different: declaration 'array' definition 'arrayPrime'.
engauge-digitizer-9.7/src/Point/PointMatchAlgorithm.cpp:290:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Point/PointMatchAlgorithm.h:41:8: performance: Technically the member function 'PointMatchAlgorithm::allocateMemory' can be static. [functionStatic]
engauge-digitizer-9.7/src/Point/PointMatchAlgorithm.cpp:32:27: note: Technically the member function 'PointMatchAlgorithm::allocateMemory' can be static.
engauge-digitizer-9.7/src/Point/PointMatchAlgorithm.h:41:8: note: Technically the member function 'PointMatchAlgorithm::allocateMemory' can be static.
engauge-digitizer-9.7/src/Point/PointMatchAlgorithm.h:49:8: performance: Technically the member function 'PointMatchAlgorithm::assembleLocalMaxima' can be static. [functionStatic]
engauge-digitizer-9.7/src/Point/PointMatchAlgorithm.cpp:46:27: note: Technically the member function 'PointMatchAlgorithm::assembleLocalMaxima' can be static.
engauge-digitizer-9.7/src/Point/PointMatchAlgorithm.h:49:8: note: Technically the member function 'PointMatchAlgorithm::assembleLocalMaxima' can be static.
engauge-digitizer-9.7/src/Point/PointMatchAlgorithm.h:64:8: performance: Technically the member function 'PointMatchAlgorithm::conjugateMatrix' can be static. [functionStatic]
engauge-digitizer-9.7/src/Point/PointMatchAlgorithm.cpp:167:27: note: Technically the member function 'PointMatchAlgorithm::conjugateMatrix' can be static.
engauge-digitizer-9.7/src/Point/PointMatchAlgorithm.h:64:8: note: Technically the member function 'PointMatchAlgorithm::conjugateMatrix' can be static.
engauge-digitizer-9.7/src/Point/PointMatchAlgorithm.h:69:8: performance: Technically the member function 'PointMatchAlgorithm::dumpToGnuplot' can be static. [functionStatic]
engauge-digitizer-9.7/src/Point/PointMatchAlgorithm.cpp:184:27: note: Technically the member function 'PointMatchAlgorithm::dumpToGnuplot' can be static.
engauge-digitizer-9.7/src/Point/PointMatchAlgorithm.h:69:8: note: Technically the member function 'PointMatchAlgorithm::dumpToGnuplot' can be static.
engauge-digitizer-9.7/src/Point/PointMatchAlgorithm.h:95:8: performance: Technically the member function 'PointMatchAlgorithm::multiplyMatrices' can be static. [functionStatic]
engauge-digitizer-9.7/src/Point/PointMatchAlgorithm.cpp:382:27: note: Technically the member function 'PointMatchAlgorithm::multiplyMatrices' can be static.
engauge-digitizer-9.7/src/Point/PointMatchAlgorithm.h:95:8: note: Technically the member function 'PointMatchAlgorithm::multiplyMatrices' can be static.
engauge-digitizer-9.7/src/Point/PointMatchAlgorithm.h:104:7: performance: Technically the member function 'PointMatchAlgorithm::optimizeLengthForFft' can be static. [functionStatic]
engauge-digitizer-9.7/src/Point/PointMatchAlgorithm.cpp:401:26: note: Technically the member function 'PointMatchAlgorithm::optimizeLengthForFft' can be static.
engauge-digitizer-9.7/src/Point/PointMatchAlgorithm.h:104:7: note: Technically the member function 'PointMatchAlgorithm::optimizeLengthForFft' can be static.
engauge-digitizer-9.7/src/Point/PointMatchAlgorithm.h:107:8: performance: Technically the member function 'PointMatchAlgorithm::populateImageArray' can be static. [functionStatic]
engauge-digitizer-9.7/src/Point/PointMatchAlgorithm.cpp:445:27: note: Technically the member function 'PointMatchAlgorithm::populateImageArray' can be static.
engauge-digitizer-9.7/src/Point/PointMatchAlgorithm.h:107:8: note: Technically the member function 'PointMatchAlgorithm::populateImageArray' can be static.
engauge-digitizer-9.7/src/Point/PointMatchAlgorithm.h:112:8: performance: Technically the member function 'PointMatchAlgorithm::populateSampleArray' can be static. [functionStatic]
engauge-digitizer-9.7/src/Point/PointMatchAlgorithm.cpp:467:27: note: Technically the member function 'PointMatchAlgorithm::populateSampleArray' can be static.
engauge-digitizer-9.7/src/Point/PointMatchAlgorithm.h:112:8: note: Technically the member function 'PointMatchAlgorithm::populateSampleArray' can be static.
engauge-digitizer-9.7/src/Point/PointMatchAlgorithm.h:122:8: performance: Technically the member function 'PointMatchAlgorithm::releaseImageArray' can be static. [functionStatic]
engauge-digitizer-9.7/src/Point/PointMatchAlgorithm.cpp:547:27: note: Technically the member function 'PointMatchAlgorithm::releaseImageArray' can be static.
engauge-digitizer-9.7/src/Point/PointMatchAlgorithm.h:122:8: note: Technically the member function 'PointMatchAlgorithm::releaseImageArray' can be static.
engauge-digitizer-9.7/src/Point/PointMatchAlgorithm.h:123:8: performance: Technically the member function 'PointMatchAlgorithm::releasePhaseArray' can be static. [functionStatic]
engauge-digitizer-9.7/src/Point/PointMatchAlgorithm.cpp:555:27: note: Technically the member function 'PointMatchAlgorithm::releasePhaseArray' can be static.
engauge-digitizer-9.7/src/Point/PointMatchAlgorithm.h:123:8: note: Technically the member function 'PointMatchAlgorithm::releasePhaseArray' can be static.
engauge-digitizer-9.7/src/Point/PointMatchAlgorithm.h:126:8: performance: Technically the member function 'PointMatchAlgorithm::removePixelsNearExistingPoints' can be static. [functionStatic]
engauge-digitizer-9.7/src/Point/PointMatchAlgorithm.cpp:563:27: note: Technically the member function 'PointMatchAlgorithm::removePixelsNearExistingPoints' can be static.
engauge-digitizer-9.7/src/Point/PointMatchAlgorithm.h:126:8: note: Technically the member function 'PointMatchAlgorithm::removePixelsNearExistingPoints' can be static.
engauge-digitizer-9.7/src/Point/PointMatchAlgorithm.h:30:3: style: Class 'PointMatchAlgorithm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/Point/PointStyle.cpp:91:3: style: Variable 'shape' is reassigned a value before the old one has been used. [redundantAssignment]
engauge-digitizer-9.7/src/Point/PointStyle.cpp:86:0: note: Variable 'shape' is reassigned a value before the old one has been used.
engauge-digitizer-9.7/src/Point/PointStyle.cpp:91:3: note: Variable 'shape' is reassigned a value before the old one has been used.
engauge-digitizer-9.7/src/Point/PointStyle.cpp:33:35: style: Function 'PointStyle' argument 1 names different: declaration 'pointShape' definition 'shape'. [funcArgNamesDifferent]
engauge-digitizer-9.7/src/Point/PointStyle.h:27:25: note: Function 'PointStyle' argument 1 names different: declaration 'pointShape' definition 'shape'.
engauge-digitizer-9.7/src/Point/PointStyle.cpp:33:35: note: Function 'PointStyle' argument 1 names different: declaration 'pointShape' definition 'shape'.
engauge-digitizer-9.7/src/Point/PointStyle.cpp:29:13: warning: Member variable 'PointStyle::m_shape' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Point/PointStyle.cpp:29:13: warning: Member variable 'PointStyle::m_radius' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Point/PointStyle.cpp:29:13: warning: Member variable 'PointStyle::m_lineWidth' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Segment/Segment.cpp:228:15: style: The scope of the variable 'xNext' can be reduced. [variableScope]
engauge-digitizer-9.7/src/Segment/Segment.cpp:229:15: style: The scope of the variable 'yNext' can be reduced. [variableScope]
engauge-digitizer-9.7/src/Segment/Segment.cpp:331:15: style: The scope of the variable 'xNext' can be reduced. [variableScope]
engauge-digitizer-9.7/src/Segment/Segment.cpp:332:15: style: The scope of the variable 'yNext' can be reduced. [variableScope]
engauge-digitizer-9.7/src/Segment/Segment.cpp:22:22: style: Function 'Segment' argument 2 names different: declaration 'yLast' definition 'y'. [funcArgNamesDifferent]
engauge-digitizer-9.7/src/Segment/Segment.h:28:15: note: Function 'Segment' argument 2 names different: declaration 'yLast' definition 'y'.
engauge-digitizer-9.7/src/Segment/Segment.cpp:22:22: note: Function 'Segment' argument 2 names different: declaration 'yLast' definition 'y'.
engauge-digitizer-9.7/src/Segment/Segment.cpp:39:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Segment/Segment.cpp:132:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Segment/Segment.cpp:238:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Segment/Segment.cpp:341:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Segment/Segment.cpp:445:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Segment/Segment.cpp:531:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Segment/Segment.cpp:543:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Segment/Segment.cpp:492:11: error: Invalid iterator: itrPrevious [invalidIterator1]
engauge-digitizer-9.7/src/Segment/SegmentFactory.cpp:303:47: style: Function 'matchRunsToSegments' argument 11 names different: declaration 'shortLine' definition 'shortLines'. [funcArgNamesDifferent]
engauge-digitizer-9.7/src/Segment/SegmentFactory.h:103:34: note: Function 'matchRunsToSegments' argument 11 names different: declaration 'shortLine' definition 'shortLines'.
engauge-digitizer-9.7/src/Segment/SegmentFactory.cpp:303:47: note: Function 'matchRunsToSegments' argument 11 names different: declaration 'shortLine' definition 'shortLines'.
engauge-digitizer-9.7/src/Segment/SegmentFactory.cpp:98:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Segment/SegmentFactory.cpp:443:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Segment/SegmentFactory.h:35:8: performance: Technically the member function 'SegmentFactory::clearSegments' can be static. [functionStatic]
engauge-digitizer-9.7/src/Segment/SegmentFactory.cpp:438:22: note: Technically the member function 'SegmentFactory::clearSegments' can be static.
engauge-digitizer-9.7/src/Segment/SegmentFactory.h:35:8: note: Technically the member function 'SegmentFactory::clearSegments' can be static.
engauge-digitizer-9.7/src/Segment/SegmentFactory.h:38:17: performance: Technically the member function 'SegmentFactory::fillPoints' can be static. [functionStatic]
engauge-digitizer-9.7/src/Segment/SegmentFactory.cpp:91:31: note: Technically the member function 'SegmentFactory::fillPoints' can be static.
engauge-digitizer-9.7/src/Segment/SegmentFactory.h:38:17: note: Technically the member function 'SegmentFactory::fillPoints' can be static.
engauge-digitizer-9.7/src/Segment/SegmentFactory.h:51:7: performance: Technically the member function 'SegmentFactory::adjacentRuns' can be static. [functionStatic]
engauge-digitizer-9.7/src/Segment/SegmentFactory.cpp:27:21: note: Technically the member function 'SegmentFactory::adjacentRuns' can be static.
engauge-digitizer-9.7/src/Segment/SegmentFactory.h:51:7: note: Technically the member function 'SegmentFactory::adjacentRuns' can be static.
engauge-digitizer-9.7/src/Segment/SegmentFactory.h:63:7: performance: Technically the member function 'SegmentFactory::adjacentSegments' can be static. [functionStatic]
engauge-digitizer-9.7/src/Segment/SegmentFactory.cpp:66:21: note: Technically the member function 'SegmentFactory::adjacentSegments' can be static.
engauge-digitizer-9.7/src/Segment/SegmentFactory.h:63:7: note: Technically the member function 'SegmentFactory::adjacentSegments' can be static.
engauge-digitizer-9.7/src/Segment/SegmentFactory.h:83:8: performance: Technically the member function 'SegmentFactory::loadBool' can be static. [functionStatic]
engauge-digitizer-9.7/src/Segment/SegmentFactory.cpp:165:22: note: Technically the member function 'SegmentFactory::loadBool' can be static.
engauge-digitizer-9.7/src/Segment/SegmentFactory.h:83:8: note: Technically the member function 'SegmentFactory::loadBool' can be static.
engauge-digitizer-9.7/src/Segment/SegmentFactory.h:89:8: performance: Technically the member function 'SegmentFactory::loadSegment' can be static. [functionStatic]
engauge-digitizer-9.7/src/Segment/SegmentFactory.cpp:179:22: note: Technically the member function 'SegmentFactory::loadSegment' can be static.
engauge-digitizer-9.7/src/Segment/SegmentFactory.h:89:8: note: Technically the member function 'SegmentFactory::loadSegment' can be static.
engauge-digitizer-9.7/src/Segment/SegmentFactory.h:107:8: performance: Technically the member function 'SegmentFactory::removeEmptySegments' can be static. [functionStatic]
engauge-digitizer-9.7/src/Segment/SegmentFactory.cpp:345:22: note: Technically the member function 'SegmentFactory::removeEmptySegments' can be static.
engauge-digitizer-9.7/src/Segment/SegmentFactory.h:107:8: note: Technically the member function 'SegmentFactory::removeEmptySegments' can be static.
engauge-digitizer-9.7/src/Segment/SegmentFactory.h:111:8: performance: Technically the member function 'SegmentFactory::removeUnneededLines' can be static. [functionStatic]
engauge-digitizer-9.7/src/Segment/SegmentFactory.cpp:365:22: note: Technically the member function 'SegmentFactory::removeUnneededLines' can be static.
engauge-digitizer-9.7/src/Segment/SegmentFactory.h:111:8: note: Technically the member function 'SegmentFactory::removeUnneededLines' can be static.
engauge-digitizer-9.7/src/Segment/SegmentFactory.h:120:8: performance: Technically the member function 'SegmentFactory::scrollBool' can be static. [functionStatic]
engauge-digitizer-9.7/src/Segment/SegmentFactory.cpp:420:22: note: Technically the member function 'SegmentFactory::scrollBool' can be static.
engauge-digitizer-9.7/src/Segment/SegmentFactory.h:120:8: note: Technically the member function 'SegmentFactory::scrollBool' can be static.
engauge-digitizer-9.7/src/Segment/SegmentFactory.h:125:8: performance: Technically the member function 'SegmentFactory::scrollSegment' can be static. [functionStatic]
engauge-digitizer-9.7/src/Segment/SegmentFactory.cpp:429:22: note: Technically the member function 'SegmentFactory::scrollSegment' can be static.
engauge-digitizer-9.7/src/Segment/SegmentFactory.h:125:8: note: Technically the member function 'SegmentFactory::scrollSegment' can be static.
engauge-digitizer-9.7/src/Settings/SettingsForGraph.h:24:11: performance: Technically the member function 'SettingsForGraph::groupNameForNthCurve' can be static. [functionStatic]
engauge-digitizer-9.7/src/Settings/SettingsForGraph.cpp:32:27: note: Technically the member function 'SettingsForGraph::groupNameForNthCurve' can be static.
engauge-digitizer-9.7/src/Settings/SettingsForGraph.h:24:11: note: Technically the member function 'SettingsForGraph::groupNameForNthCurve' can be static.
engauge-digitizer-9.7/src/Spline/Spline.cpp:65:5: style: Variable 'l' is assigned a value that is never used. [unreadVariable]
engauge-digitizer-9.7/src/Spline/Spline.cpp:173:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Spline/Spline.h:57:8: performance: Technically the member function 'Spline::checkTIncrements' can be static. [functionStatic]
engauge-digitizer-9.7/src/Spline/Spline.cpp:26:14: note: Technically the member function 'Spline::checkTIncrements' can be static.
engauge-digitizer-9.7/src/Spline/Spline.h:57:8: note: Technically the member function 'Spline::checkTIncrements' can be static.
engauge-digitizer-9.7/src/Spline/SplinePair.h:18:3: style: Class 'SplinePair' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/Spline/SplineCoeff.h:18:3: style: Class 'SplineCoeff' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/Spline/SplineCoeff.cpp:20:48: style: Function 'operator<' argument 1 names different: declaration 'e' definition 'c'. [funcArgNamesDifferent]
engauge-digitizer-9.7/src/Spline/SplineCoeff.h:28:37: note: Function 'operator<' argument 1 names different: declaration 'e' definition 'c'.
engauge-digitizer-9.7/src/Spline/SplineCoeff.cpp:20:48: note: Function 'operator<' argument 1 names different: declaration 'e' definition 'c'.
engauge-digitizer-9.7/src/Spline/SplinePair.h:11:1: warning: The class 'SplinePair' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
engauge-digitizer-9.7/src/StatusBar/StatusBar.h:27:3: style: Class 'StatusBar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/Test/TestCorrelation.cpp:63:7: style: The scope of the variable 'x' can be reduced. [variableScope]
engauge-digitizer-9.7/src/Transformation/Transformation.cpp:170:54: style: Function 'coordTextForStatusBar' argument 4 names different: declaration 'resolutionGraph' definition 'resolutionsGraph'. [funcArgNamesDifferent]
engauge-digitizer-9.7/src/Transformation/Transformation.h:78:40: note: Function 'coordTextForStatusBar' argument 4 names different: declaration 'resolutionGraph' definition 'resolutionsGraph'.
engauge-digitizer-9.7/src/Transformation/Transformation.cpp:170:54: note: Function 'coordTextForStatusBar' argument 4 names different: declaration 'resolutionGraph' definition 'resolutionsGraph'.
engauge-digitizer-9.7/src/Transformation/Transformation.cpp:272:42: style: Function 'operator<<' argument 1 names different: declaration 'str' definition 'strOuter'. [funcArgNamesDifferent]
engauge-digitizer-9.7/src/Transformation/Transformation.h:169:53: note: Function 'operator<<' argument 1 names different: declaration 'str' definition 'strOuter'.
engauge-digitizer-9.7/src/Transformation/Transformation.cpp:272:42: note: Function 'operator<<' argument 1 names different: declaration 'str' definition 'strOuter'.
engauge-digitizer-9.7/src/Transformation/Transformation.cpp:335:78: style: Function 'transformLinearCartesianGraphToRawGraph' argument 1 names different: declaration 'coordGraph' definition 'pointLinearCartesianGraph'. [funcArgNamesDifferent]
engauge-digitizer-9.7/src/Transformation/Transformation.h:107:64: note: Function 'transformLinearCartesianGraphToRawGraph' argument 1 names different: declaration 'coordGraph' definition 'pointLinearCartesianGraph'.
engauge-digitizer-9.7/src/Transformation/Transformation.cpp:335:78: note: Function 'transformLinearCartesianGraphToRawGraph' argument 1 names different: declaration 'coordGraph' definition 'pointLinearCartesianGraph'.
engauge-digitizer-9.7/src/Transformation/Transformation.cpp:336:72: style: Function 'transformLinearCartesianGraphToRawGraph' argument 2 names different: declaration 'coordScreen' definition 'pointRawGraph'. [funcArgNamesDifferent]
engauge-digitizer-9.7/src/Transformation/Transformation.h:108:58: note: Function 'transformLinearCartesianGraphToRawGraph' argument 2 names different: declaration 'coordScreen' definition 'pointRawGraph'.
engauge-digitizer-9.7/src/Transformation/Transformation.cpp:336:72: note: Function 'transformLinearCartesianGraphToRawGraph' argument 2 names different: declaration 'coordScreen' definition 'pointRawGraph'.
engauge-digitizer-9.7/src/Transformation/Transformation.cpp:440:76: style: Function 'transformScreenToLinearCartesianGraph' argument 1 names different: declaration 'pointScreen' definition 'coordScreen'. [funcArgNamesDifferent]
engauge-digitizer-9.7/src/Transformation/Transformation.h:126:62: note: Function 'transformScreenToLinearCartesianGraph' argument 1 names different: declaration 'pointScreen' definition 'coordScreen'.
engauge-digitizer-9.7/src/Transformation/Transformation.cpp:440:76: note: Function 'transformScreenToLinearCartesianGraph' argument 1 names different: declaration 'pointScreen' definition 'coordScreen'.
engauge-digitizer-9.7/src/Transformation/Transformation.cpp:441:70: style: Function 'transformScreenToLinearCartesianGraph' argument 2 names different: declaration 'pointLinearCartesian' definition 'coordGraph'. [funcArgNamesDifferent]
engauge-digitizer-9.7/src/Transformation/Transformation.h:127:56: note: Function 'transformScreenToLinearCartesianGraph' argument 2 names different: declaration 'pointLinearCartesian' definition 'coordGraph'.
engauge-digitizer-9.7/src/Transformation/Transformation.cpp:441:70: note: Function 'transformScreenToLinearCartesianGraph' argument 2 names different: declaration 'pointLinearCartesian' definition 'coordGraph'.
engauge-digitizer-9.7/src/Transformation/Transformation.h:51:8: style: Technically the member function 'Transformation::operator!=' can be const. [functionConst]
engauge-digitizer-9.7/src/Transformation/Transformation.cpp:53:22: note: Technically the member function 'Transformation::operator!=' can be const.
engauge-digitizer-9.7/src/Transformation/Transformation.h:51:8: note: Technically the member function 'Transformation::operator!=' can be const.
engauge-digitizer-9.7/src/Transformation/Transformation.h:141:10: performance: Technically the member function 'Transformation::roundOffSmallValues' can be static. [functionStatic]
engauge-digitizer-9.7/src/Transformation/Transformation.cpp:312:24: note: Technically the member function 'Transformation::roundOffSmallValues' can be static.
engauge-digitizer-9.7/src/Transformation/Transformation.h:141:10: note: Technically the member function 'Transformation::roundOffSmallValues' can be static.
engauge-digitizer-9.7/src/Transformation/TransformationStateDefined.h:27:16: style: The function 'begin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Transformation/TransformationStateAbstractBase.h:33:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Transformation/TransformationStateDefined.h:27:16: note: Function in derived class
engauge-digitizer-9.7/src/Transformation/TransformationStateDefined.h:30:16: style: The function 'end' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Transformation/TransformationStateAbstractBase.h:38:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Transformation/TransformationStateDefined.h:30:16: note: Function in derived class
engauge-digitizer-9.7/src/Transformation/TransformationStateDefined.h:32:16: style: The function 'updateAxesChecker' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Transformation/TransformationStateAbstractBase.h:42:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Transformation/TransformationStateDefined.h:32:16: note: Function in derived class
engauge-digitizer-9.7/src/Transformation/TransformationStateUndefined.h:20:16: style: The function 'begin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Transformation/TransformationStateAbstractBase.h:33:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Transformation/TransformationStateUndefined.h:20:16: note: Function in derived class
engauge-digitizer-9.7/src/Transformation/TransformationStateUndefined.h:23:16: style: The function 'end' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Transformation/TransformationStateAbstractBase.h:38:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Transformation/TransformationStateUndefined.h:23:16: note: Function in derived class
engauge-digitizer-9.7/src/Transformation/TransformationStateUndefined.h:25:16: style: The function 'updateAxesChecker' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Transformation/TransformationStateAbstractBase.h:42:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Transformation/TransformationStateUndefined.h:25:16: note: Function in derived class
engauge-digitizer-9.7/src/Transformation/TransformationStateDefined.cpp:27:3: style: Class 'TransformationStateDefined' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
engauge-digitizer-9.7/src/Transformation/TransformationStateDefined.cpp:27:3: style: Class 'TransformationStateDefined' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
engauge-digitizer-9.7/src/Translator/TranslatorContainer.cpp:34:5: style: Class 'TranslatorContainer' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
engauge-digitizer-9.7/src/Translator/TranslatorContainer.cpp:34:5: style: Class 'TranslatorContainer' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
engauge-digitizer-9.7/src/Translator/TranslatorContainer.h:12:3: style: Class 'TranslatorContainer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/Translator/TranslatorContainer.h:18:16: style: Class 'TranslatorContainer' is unsafe, 'TranslatorContainer::m_translatorGeneric' can leak by wrong usage. [unsafeClassCanLeak]
engauge-digitizer-9.7/src/Translator/TranslatorContainer.h:21:16: style: Class 'TranslatorContainer' is unsafe, 'TranslatorContainer::m_translatorEngauge' can leak by wrong usage. [unsafeClassCanLeak]
engauge-digitizer-9.7/src/Tutorial/TutorialButtonRect.h:19:3: style: Class 'TutorialButtonRect' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/Tutorial/TutorialDlg.h:23:3: style: Class 'TutorialDlg' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/Tutorial/TutorialStateContext.h:26:3: style: Class 'TutorialStateContext' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/Tutorial/TutorialStateAxisPoints.cpp:17:26: warning: Member variable 'TutorialStateAxisPoints::m_title' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Tutorial/TutorialStateAxisPoints.cpp:17:26: warning: Member variable 'TutorialStateAxisPoints::m_background' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Tutorial/TutorialStateAxisPoints.cpp:17:26: warning: Member variable 'TutorialStateAxisPoints::m_text0' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Tutorial/TutorialStateAxisPoints.cpp:17:26: warning: Member variable 'TutorialStateAxisPoints::m_text1' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Tutorial/TutorialStateAxisPoints.cpp:17:26: warning: Member variable 'TutorialStateAxisPoints::m_text2' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Tutorial/TutorialStateAxisPoints.cpp:17:26: warning: Member variable 'TutorialStateAxisPoints::m_previous' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Tutorial/TutorialStateAxisPoints.cpp:17:26: warning: Member variable 'TutorialStateAxisPoints::m_next' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Tutorial/TutorialStateAxisPoints.h:24:3: style: Class 'TutorialStateAxisPoints' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/Tutorial/TutorialStateAxisPoints.h:26:16: style: The function 'begin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Tutorial/TutorialStateAbstractBase.h:38:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Tutorial/TutorialStateAxisPoints.h:26:16: note: Function in derived class
engauge-digitizer-9.7/src/Tutorial/TutorialStateAxisPoints.h:27:16: style: The function 'end' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Tutorial/TutorialStateAbstractBase.h:41:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Tutorial/TutorialStateAxisPoints.h:27:16: note: Function in derived class
engauge-digitizer-9.7/src/Tutorial/TutorialStateChecklistWizardAbstract.cpp:17:39: warning: Member variable 'TutorialStateChecklistWizardAbstract::m_title' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Tutorial/TutorialStateChecklistWizardAbstract.cpp:17:39: warning: Member variable 'TutorialStateChecklistWizardAbstract::m_background' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Tutorial/TutorialStateChecklistWizardAbstract.cpp:17:39: warning: Member variable 'TutorialStateChecklistWizardAbstract::m_text0' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Tutorial/TutorialStateChecklistWizardAbstract.cpp:17:39: warning: Member variable 'TutorialStateChecklistWizardAbstract::m_text1' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Tutorial/TutorialStateChecklistWizardAbstract.cpp:17:39: warning: Member variable 'TutorialStateChecklistWizardAbstract::m_text2' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Tutorial/TutorialStateChecklistWizardAbstract.cpp:17:39: warning: Member variable 'TutorialStateChecklistWizardAbstract::m_text3' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Tutorial/TutorialStateChecklistWizardAbstract.cpp:17:39: warning: Member variable 'TutorialStateChecklistWizardAbstract::m_previous' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Tutorial/TutorialStateChecklistWizardAbstract.h:24:3: style: Class 'TutorialStateChecklistWizardAbstract' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/Tutorial/TutorialStateChecklistWizardAbstract.h:28:8: style: The function 'begin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Tutorial/TutorialStateAbstractBase.h:38:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Tutorial/TutorialStateChecklistWizardAbstract.h:28:8: note: Function in derived class
engauge-digitizer-9.7/src/Tutorial/TutorialStateChecklistWizardAbstract.h:31:8: style: The function 'end' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Tutorial/TutorialStateAbstractBase.h:41:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Tutorial/TutorialStateChecklistWizardAbstract.h:31:8: note: Function in derived class
engauge-digitizer-9.7/src/Tutorial/TutorialStateChecklistWizardLines.h:24:3: style: Class 'TutorialStateChecklistWizardLines' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/Tutorial/TutorialStateChecklistWizardLines.h:26:16: style: The function 'begin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Tutorial/TutorialStateAbstractBase.h:38:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Tutorial/TutorialStateChecklistWizardLines.h:26:16: note: Function in derived class
engauge-digitizer-9.7/src/Tutorial/TutorialStateChecklistWizardLines.h:27:16: style: The function 'end' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Tutorial/TutorialStateAbstractBase.h:41:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Tutorial/TutorialStateChecklistWizardLines.h:27:16: note: Function in derived class
engauge-digitizer-9.7/src/Tutorial/TutorialStateChecklistWizardPoints.h:24:3: style: Class 'TutorialStateChecklistWizardPoints' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/Tutorial/TutorialStateChecklistWizardPoints.h:26:16: style: The function 'begin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Tutorial/TutorialStateAbstractBase.h:38:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Tutorial/TutorialStateChecklistWizardPoints.h:26:16: note: Function in derived class
engauge-digitizer-9.7/src/Tutorial/TutorialStateChecklistWizardPoints.h:27:16: style: The function 'end' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Tutorial/TutorialStateAbstractBase.h:41:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Tutorial/TutorialStateChecklistWizardPoints.h:27:16: note: Function in derived class
engauge-digitizer-9.7/src/Tutorial/TutorialStateColorFilter.cpp:17:27: warning: Member variable 'TutorialStateColorFilter::m_title' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Tutorial/TutorialStateColorFilter.cpp:17:27: warning: Member variable 'TutorialStateColorFilter::m_background' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Tutorial/TutorialStateColorFilter.cpp:17:27: warning: Member variable 'TutorialStateColorFilter::m_text0' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Tutorial/TutorialStateColorFilter.cpp:17:27: warning: Member variable 'TutorialStateColorFilter::m_text1' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Tutorial/TutorialStateColorFilter.cpp:17:27: warning: Member variable 'TutorialStateColorFilter::m_text2' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Tutorial/TutorialStateColorFilter.cpp:17:27: warning: Member variable 'TutorialStateColorFilter::m_text3' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Tutorial/TutorialStateColorFilter.cpp:17:27: warning: Member variable 'TutorialStateColorFilter::m_text4' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Tutorial/TutorialStateColorFilter.cpp:17:27: warning: Member variable 'TutorialStateColorFilter::m_back' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Tutorial/TutorialStateColorFilter.h:24:3: style: Class 'TutorialStateColorFilter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/Tutorial/TutorialStateColorFilter.h:26:16: style: The function 'begin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Tutorial/TutorialStateAbstractBase.h:38:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Tutorial/TutorialStateColorFilter.h:26:16: note: Function in derived class
engauge-digitizer-9.7/src/Tutorial/TutorialStateColorFilter.h:27:16: style: The function 'end' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Tutorial/TutorialStateAbstractBase.h:41:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Tutorial/TutorialStateColorFilter.h:27:16: note: Function in derived class
engauge-digitizer-9.7/src/Tutorial/TutorialStateCurveSelection.h:24:3: style: Class 'TutorialStateCurveSelection' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/Tutorial/TutorialStateCurveType.h:24:3: style: Class 'TutorialStateCurveType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/Tutorial/TutorialStateIntroduction.h:24:3: style: Class 'TutorialStateIntroduction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/Tutorial/TutorialStatePointMatch.h:24:3: style: Class 'TutorialStatePointMatch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/Tutorial/TutorialStateSegmentFill.h:24:3: style: Class 'TutorialStateSegmentFill' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/Tutorial/TutorialStateCurveSelection.h:26:16: style: The function 'begin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Tutorial/TutorialStateAbstractBase.h:38:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Tutorial/TutorialStateCurveSelection.h:26:16: note: Function in derived class
engauge-digitizer-9.7/src/Tutorial/TutorialStateCurveSelection.h:27:16: style: The function 'end' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Tutorial/TutorialStateAbstractBase.h:41:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Tutorial/TutorialStateCurveSelection.h:27:16: note: Function in derived class
engauge-digitizer-9.7/src/Tutorial/TutorialStateCurveType.h:26:16: style: The function 'begin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Tutorial/TutorialStateAbstractBase.h:38:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Tutorial/TutorialStateCurveType.h:26:16: note: Function in derived class
engauge-digitizer-9.7/src/Tutorial/TutorialStateCurveType.h:27:16: style: The function 'end' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Tutorial/TutorialStateAbstractBase.h:41:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Tutorial/TutorialStateCurveType.h:27:16: note: Function in derived class
engauge-digitizer-9.7/src/Tutorial/TutorialStateIntroduction.h:26:16: style: The function 'begin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Tutorial/TutorialStateAbstractBase.h:38:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Tutorial/TutorialStateIntroduction.h:26:16: note: Function in derived class
engauge-digitizer-9.7/src/Tutorial/TutorialStateIntroduction.h:27:16: style: The function 'end' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Tutorial/TutorialStateAbstractBase.h:41:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Tutorial/TutorialStateIntroduction.h:27:16: note: Function in derived class
engauge-digitizer-9.7/src/Tutorial/TutorialStatePointMatch.h:26:16: style: The function 'begin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Tutorial/TutorialStateAbstractBase.h:38:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Tutorial/TutorialStatePointMatch.h:26:16: note: Function in derived class
engauge-digitizer-9.7/src/Tutorial/TutorialStatePointMatch.h:27:16: style: The function 'end' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Tutorial/TutorialStateAbstractBase.h:41:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Tutorial/TutorialStatePointMatch.h:27:16: note: Function in derived class
engauge-digitizer-9.7/src/Tutorial/TutorialStateSegmentFill.h:26:16: style: The function 'begin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Tutorial/TutorialStateAbstractBase.h:38:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Tutorial/TutorialStateSegmentFill.h:26:16: note: Function in derived class
engauge-digitizer-9.7/src/Tutorial/TutorialStateSegmentFill.h:27:16: style: The function 'end' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engauge-digitizer-9.7/src/Tutorial/TutorialStateAbstractBase.h:41:16: note: Virtual function in base class
engauge-digitizer-9.7/src/Tutorial/TutorialStateSegmentFill.h:27:16: note: Function in derived class
engauge-digitizer-9.7/src/Tutorial/TutorialStateCurveSelection.cpp:17:30: warning: Member variable 'TutorialStateCurveSelection::m_title' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Tutorial/TutorialStateCurveSelection.cpp:17:30: warning: Member variable 'TutorialStateCurveSelection::m_background' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Tutorial/TutorialStateCurveSelection.cpp:17:30: warning: Member variable 'TutorialStateCurveSelection::m_text0' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Tutorial/TutorialStateCurveSelection.cpp:17:30: warning: Member variable 'TutorialStateCurveSelection::m_text1' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Tutorial/TutorialStateCurveSelection.cpp:17:30: warning: Member variable 'TutorialStateCurveSelection::m_text2' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Tutorial/TutorialStateCurveSelection.cpp:17:30: warning: Member variable 'TutorialStateCurveSelection::m_text3' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Tutorial/TutorialStateCurveSelection.cpp:17:30: warning: Member variable 'TutorialStateCurveSelection::m_previous' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Tutorial/TutorialStateCurveSelection.cpp:17:30: warning: Member variable 'TutorialStateCurveSelection::m_colorFilter' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Tutorial/TutorialStateCurveSelection.cpp:17:30: warning: Member variable 'TutorialStateCurveSelection::m_next' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Tutorial/TutorialStateCurveType.cpp:17:25: warning: Member variable 'TutorialStateCurveType::m_title' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Tutorial/TutorialStateCurveType.cpp:17:25: warning: Member variable 'TutorialStateCurveType::m_background' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Tutorial/TutorialStateCurveType.cpp:17:25: warning: Member variable 'TutorialStateCurveType::m_text0' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Tutorial/TutorialStateCurveType.cpp:17:25: warning: Member variable 'TutorialStateCurveType::m_text1' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Tutorial/TutorialStateCurveType.cpp:17:25: warning: Member variable 'TutorialStateCurveType::m_text2' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Tutorial/TutorialStateCurveType.cpp:17:25: warning: Member variable 'TutorialStateCurveType::m_previous' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Tutorial/TutorialStateCurveType.cpp:17:25: warning: Member variable 'TutorialStateCurveType::m_nextLines' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Tutorial/TutorialStateCurveType.cpp:17:25: warning: Member variable 'TutorialStateCurveType::m_nextPoints' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Tutorial/TutorialStateIntroduction.cpp:17:28: warning: Member variable 'TutorialStateIntroduction::m_title' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Tutorial/TutorialStateIntroduction.cpp:17:28: warning: Member variable 'TutorialStateIntroduction::m_background' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Tutorial/TutorialStateIntroduction.cpp:17:28: warning: Member variable 'TutorialStateIntroduction::m_text0' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Tutorial/TutorialStateIntroduction.cpp:17:28: warning: Member variable 'TutorialStateIntroduction::m_text1' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Tutorial/TutorialStateIntroduction.cpp:17:28: warning: Member variable 'TutorialStateIntroduction::m_text2' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Tutorial/TutorialStateIntroduction.cpp:17:28: warning: Member variable 'TutorialStateIntroduction::m_next' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Tutorial/TutorialStatePointMatch.cpp:17:26: warning: Member variable 'TutorialStatePointMatch::m_title' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Tutorial/TutorialStatePointMatch.cpp:17:26: warning: Member variable 'TutorialStatePointMatch::m_background' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Tutorial/TutorialStatePointMatch.cpp:17:26: warning: Member variable 'TutorialStatePointMatch::m_text0' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Tutorial/TutorialStatePointMatch.cpp:17:26: warning: Member variable 'TutorialStatePointMatch::m_text1' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Tutorial/TutorialStatePointMatch.cpp:17:26: warning: Member variable 'TutorialStatePointMatch::m_text2' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Tutorial/TutorialStatePointMatch.cpp:17:26: warning: Member variable 'TutorialStatePointMatch::m_text3' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Tutorial/TutorialStatePointMatch.cpp:17:26: warning: Member variable 'TutorialStatePointMatch::m_previous' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Tutorial/TutorialStatePointMatch.cpp:17:26: warning: Member variable 'TutorialStatePointMatch::m_next' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Tutorial/TutorialStateSegmentFill.cpp:17:27: warning: Member variable 'TutorialStateSegmentFill::m_title' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Tutorial/TutorialStateSegmentFill.cpp:17:27: warning: Member variable 'TutorialStateSegmentFill::m_background' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Tutorial/TutorialStateSegmentFill.cpp:17:27: warning: Member variable 'TutorialStateSegmentFill::m_text0' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Tutorial/TutorialStateSegmentFill.cpp:17:27: warning: Member variable 'TutorialStateSegmentFill::m_text1' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Tutorial/TutorialStateSegmentFill.cpp:17:27: warning: Member variable 'TutorialStateSegmentFill::m_text2' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Tutorial/TutorialStateSegmentFill.cpp:17:27: warning: Member variable 'TutorialStateSegmentFill::m_previous' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/Tutorial/TutorialStateSegmentFill.cpp:17:27: warning: Member variable 'TutorialStateSegmentFill::m_next' is not initialized in the constructor. [uninitMemberVar]
engauge-digitizer-9.7/src/View/ViewPointStyle.h:20:3: style: Class 'ViewPointStyle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/View/ViewSegmentFilter.cpp:27:61: style: Function 'colorFromSetting' argument 1 names different: declaration 'colorFilterMode' definition 'coloFilterMode'. [funcArgNamesDifferent]
engauge-digitizer-9.7/src/View/ViewSegmentFilter.h:39:44: note: Function 'colorFromSetting' argument 1 names different: declaration 'colorFilterMode' definition 'coloFilterMode'.
engauge-digitizer-9.7/src/View/ViewSegmentFilter.cpp:27:61: note: Function 'colorFromSetting' argument 1 names different: declaration 'colorFilterMode' definition 'coloFilterMode'.
engauge-digitizer-9.7/src/View/ViewSegmentFilter.h:22:3: style: Class 'ViewSegmentFilter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/Window/WindowModelBase.cpp:99:91: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/Window/WindowTable.h:23:3: style: Class 'WindowTable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engauge-digitizer-9.7/src/main/MainWindow.cpp:1516:7: style: Condition '!loaded' is always true [knownConditionTrueFalse]
engauge-digitizer-9.7/src/main/MainWindow.cpp:1488:17: note: Assignment 'loaded=false', assigned value is 0
engauge-digitizer-9.7/src/main/MainWindow.cpp:1516:7: note: Condition '!loaded' is always true
engauge-digitizer-9.7/src/main/MainWindow.cpp:1654:7: style: Condition '!loaded' is always true [knownConditionTrueFalse]
engauge-digitizer-9.7/src/main/MainWindow.cpp:1653:17: note: Assignment 'loaded=false', assigned value is 0
engauge-digitizer-9.7/src/main/MainWindow.cpp:1654:7: note: Condition '!loaded' is always true
engauge-digitizer-9.7/src/main/MainWindow.cpp:4125:14: style: Condition 'goto16To1' is always false [knownConditionTrueFalse]
engauge-digitizer-9.7/src/main/MainWindow.cpp:4063:20: note: Assignment 'goto16To1=false', assigned value is 0
engauge-digitizer-9.7/src/main/MainWindow.cpp:4125:14: note: Condition 'goto16To1' is always false
engauge-digitizer-9.7/src/main/MainWindow.cpp:1464:41: style: Function 'fileImport' argument 2 names different: declaration 'ImportType' definition 'importType'. [funcArgNamesDifferent]
engauge-digitizer-9.7/src/main/MainWindow.h:379:31: note: Function 'fileImport' argument 2 names different: declaration 'ImportType' definition 'importType'.
engauge-digitizer-9.7/src/main/MainWindow.cpp:1464:41: note: Function 'fileImport' argument 2 names different: declaration 'ImportType' definition 'importType'.
engauge-digitizer-9.7/src/main/MainWindow.cpp:1572:52: style: Function 'fileImportWithPrompts' argument 1 names different: declaration 'ImportType' definition 'importType'. [funcArgNamesDifferent]
engauge-digitizer-9.7/src/main/MainWindow.h:380:42: note: Function 'fileImportWithPrompts' argument 1 names different: declaration 'ImportType' definition 'importType'.
engauge-digitizer-9.7/src/main/MainWindow.cpp:1572:52: note: Function 'fileImportWithPrompts' argument 1 names different: declaration 'ImportType' definition 'importType'.
engauge-digitizer-9.7/src/main/MainWindow.cpp:1881:40: style: Function 'loadImage' argument 3 names different: declaration 'ImportType' definition 'importType'. [funcArgNamesDifferent]
engauge-digitizer-9.7/src/main/MainWindow.h:390:30: note: Function 'loadImage' argument 3 names different: declaration 'ImportType' definition 'importType'.
engauge-digitizer-9.7/src/main/MainWindow.cpp:1881:40: note: Function 'loadImage' argument 3 names different: declaration 'ImportType' definition 'importType'.
engauge-digitizer-9.7/src/main/MainWindow.cpp:1903:51: style: Function 'loadImageNewDocument' argument 3 names different: declaration 'ImportType' definition 'importType'. [funcArgNamesDifferent]
engauge-digitizer-9.7/src/main/MainWindow.h:393:41: note: Function 'loadImageNewDocument' argument 3 names different: declaration 'ImportType' definition 'importType'.
engauge-digitizer-9.7/src/main/MainWindow.cpp:1903:51: note: Function 'loadImageNewDocument' argument 3 names different: declaration 'ImportType' definition 'importType'.
engauge-digitizer-9.7/src/main/MainWindow.cpp:1978:54: style: Function 'loadImageReplacingImage' argument 3 names different: declaration 'ImportType' definition 'importType'. [funcArgNamesDifferent]
engauge-digitizer-9.7/src/main/MainWindow.h:396:44: note: Function 'loadImageReplacingImage' argument 3 names different: declaration 'ImportType' definition 'importType'.
engauge-digitizer-9.7/src/main/MainWindow.cpp:1978:54: note: Function 'loadImageReplacingImage' argument 3 names different: declaration 'ImportType' definition 'importType'.
engauge-digitizer-9.7/src/main/MainWindow.cpp:2072:75: style: Function 'modelExportOverride' argument 3 names different: declaration 'selectedNameFilter' definition 'fileName'. [funcArgNamesDifferent]
engauge-digitizer-9.7/src/main/MainWindow.h:402:65: note: Function 'modelExportOverride' argument 3 names different: declaration 'selectedNameFilter' definition 'fileName'.
engauge-digitizer-9.7/src/main/MainWindow.cpp:2072:75: note: Function 'modelExportOverride' argument 3 names different: declaration 'selectedNameFilter' definition 'fileName'.
engauge-digitizer-9.7/src/main/MainWindow.cpp:2169:58: warning: Function 'saveErrorReportFileAndExit' argument order different: declaration 'comment, file, line, context' definition 'context, file, line, comment' [funcArgOrderDifferent]
engauge-digitizer-9.7/src/main/MainWindow.h:139:47: note: Function 'saveErrorReportFileAndExit' argument order different: declaration 'comment, file, line, context' definition 'context, file, line, comment'
engauge-digitizer-9.7/src/main/MainWindow.cpp:2169:58: note: Function 'saveErrorReportFileAndExit' argument order different: declaration 'comment, file, line, context' definition 'context, file, line, comment'
engauge-digitizer-9.7/src/main/MainWindow.cpp:2193:64: warning: Function 'saveErrorReportFileAndExitXml' argument order different: declaration 'comment, file, line, context' definition 'context, file, line, comment' [funcArgOrderDifferent]
engauge-digitizer-9.7/src/main/MainWindow.h:405:54: note: Function 'saveErrorReportFileAndExitXml' argument order different: declaration 'comment, file, line, context' definition 'context, file, line, comment'
engauge-digitizer-9.7/src/main/MainWindow.cpp:2193:64: note: Function 'saveErrorReportFileAndExitXml' argument order different: declaration 'comment, file, line, context' definition 'context, file, line, comment'
engauge-digitizer-9.7/src/main/MainWindow.cpp:2597:56: style: Function 'setupAfterLoadNewDocument' argument 3 names different: declaration 'ImportType' definition 'importType'. [funcArgNamesDifferent]
engauge-digitizer-9.7/src/main/MainWindow.h:420:46: note: Function 'setupAfterLoadNewDocument' argument 3 names different: declaration 'ImportType' definition 'importType'.
engauge-digitizer-9.7/src/main/MainWindow.cpp:2597:56: note: Function 'setupAfterLoadNewDocument' argument 3 names different: declaration 'ImportType' definition 'importType'.
engauge-digitizer-9.7/src/main/MainWindow.cpp:2680:59: style: Function 'setupAfterLoadReplacingImage' argument 3 names different: declaration 'ImportType' definition 'importType'. [funcArgNamesDifferent]
engauge-digitizer-9.7/src/main/MainWindow.h:423:49: note: Function 'setupAfterLoadReplacingImage' argument 3 names different: declaration 'ImportType' definition 'importType'.
engauge-digitizer-9.7/src/main/MainWindow.cpp:2680:59: note: Function 'setupAfterLoadReplacingImage' argument 3 names different: declaration 'ImportType' definition 'importType'.
engauge-digitizer-9.7/src/main/MainWindow.cpp:1593:85: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/main/MainWindow.cpp:1776:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
engauge-digitizer-9.7/src/util/LinearToLog.cpp:8:41: style: Function 'delinearize' argument 1 names different: declaration 'value' definition 'valueLinear'. [funcArgNamesDifferent]
engauge-digitizer-9.7/src/util/LinearToLog.h:13:30: note: Function 'delinearize' argument 1 names different: declaration 'value' definition 'valueLinear'.
engauge-digitizer-9.7/src/util/LinearToLog.cpp:8:41: note: Function 'delinearize' argument 1 names different: declaration 'value' definition 'valueLinear'.
engauge-digitizer-9.7/src/util/LinearToLog.cpp:19:39: style: Function 'linearize' argument 1 names different: declaration 'value' definition 'valueLogOrLinear'. [funcArgNamesDifferent]
engauge-digitizer-9.7/src/util/LinearToLog.h:17:28: note: Function 'linearize' argument 1 names different: declaration 'value' definition 'valueLogOrLinear'.
engauge-digitizer-9.7/src/util/LinearToLog.cpp:19:39: note: Function 'linearize' argument 1 names different: declaration 'value' definition 'valueLogOrLinear'.
engauge-digitizer-9.7/src/util/LinearToLog.h:13:10: performance: Technically the member function 'LinearToLog::delinearize' can be static. [functionStatic]
engauge-digitizer-9.7/src/util/LinearToLog.cpp:8:21: note: Technically the member function 'LinearToLog::delinearize' can be static.
engauge-digitizer-9.7/src/util/LinearToLog.h:13:10: note: Technically the member function 'LinearToLog::delinearize' can be static.
engauge-digitizer-9.7/src/util/LinearToLog.h:17:10: performance: Technically the member function 'LinearToLog::linearize' can be static. [functionStatic]
engauge-digitizer-9.7/src/util/LinearToLog.cpp:19:21: note: Technically the member function 'LinearToLog::linearize' can be static.
engauge-digitizer-9.7/src/util/LinearToLog.h:17:10: note: Technically the member function 'LinearToLog::linearize' can be static.
engauge-digitizer-9.7/src/util/MigrateToVersion6.h:22:16: performance: Technically the member function 'MigrateToVersion6::colorPalette' can be static. [functionStatic]
engauge-digitizer-9.7/src/util/MigrateToVersion6.cpp:13:33: note: Technically the member function 'MigrateToVersion6::colorPalette' can be static.
engauge-digitizer-9.7/src/util/MigrateToVersion6.h:22:16: note: Technically the member function 'MigrateToVersion6::colorPalette' can be static.
engauge-digitizer-9.7/src/util/MigrateToVersion6.h:25:18: performance: Technically the member function 'MigrateToVersion6::curveConnectAs' can be static. [functionStatic]
engauge-digitizer-9.7/src/util/MigrateToVersion6.cpp:48:35: note: Technically the member function 'MigrateToVersion6::curveConnectAs' can be static.
engauge-digitizer-9.7/src/util/MigrateToVersion6.h:25:18: note: Technically the member function 'MigrateToVersion6::curveConnectAs' can be static.
engauge-digitizer-9.7/src/util/MigrateToVersion6.h:28:14: performance: Technically the member function 'MigrateToVersion6::pointShape' can be static. [functionStatic]
engauge-digitizer-9.7/src/util/MigrateToVersion6.cpp:62:31: note: Technically the member function 'MigrateToVersion6::pointShape' can be static.
engauge-digitizer-9.7/src/util/MigrateToVersion6.h:28:14: note: Technically the member function 'MigrateToVersion6::pointShape' can be static.
engauge-digitizer-9.7/src/util/MigrateToVersion6.h:31:7: performance: Technically the member function 'MigrateToVersion6::pointRadius' can be static. [functionStatic]
engauge-digitizer-9.7/src/util/MigrateToVersion6.cpp:85:24: note: Technically the member function 'MigrateToVersion6::pointRadius' can be static.
engauge-digitizer-9.7/src/util/MigrateToVersion6.h:31:7: note: Technically the member function 'MigrateToVersion6::pointRadius' can be static.
[17:42]

ftp://ftp.se.debian.org/debian/pool/main/e/engine-mode/engine-mode_2.0.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/engine-pkcs11/engine-pkcs11_0.1.8.orig.tar.gz
engine_pkcs11-0.1.8/src/engine_pkcs11.c:783:2: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
engine_pkcs11-0.1.8/src/engine_pkcs11.c:785:4: note: Found duplicate branches for 'if' and 'else'.
engine_pkcs11-0.1.8/src/engine_pkcs11.c:783:2: note: Found duplicate branches for 'if' and 'else'.
engine_pkcs11-0.1.8/src/engine_pkcs11.c:371:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
engine_pkcs11-0.1.8/src/engine_pkcs11.c:387:42: style: The scope of the variable 'm' can be reduced. [variableScope]
engine_pkcs11-0.1.8/src/engine_pkcs11.c:550:53: style: The scope of the variable 'm' can be reduced. [variableScope]
engine_pkcs11-0.1.8/src/engine_pkcs11.c:235:12: style: Checking if unsigned variable 'left' is less than zero. [unsignedLessThanZero]
engine_pkcs11-0.1.8/src/engine_pkcs11.c:82:25: style: Function 'set_pin' argument 1 names different: declaration 'pin' definition '_pin'. [funcArgNamesDifferent]
engine_pkcs11-0.1.8/src/engine_pkcs11.h:38:25: note: Function 'set_pin' argument 1 names different: declaration 'pin' definition '_pin'.
engine_pkcs11-0.1.8/src/engine_pkcs11.c:82:25: note: Function 'set_pin' argument 1 names different: declaration 'pin' definition '_pin'.
engine_pkcs11-0.1.8/src/hw_pkcs11.c:70:0: error: #error did not get engine.h [preprocessorErrorDirective]
[17:42]

ftp://ftp.se.debian.org/debian/pool/main/e/engrampa/engrampa_1.8.1+dfsg1.orig.tar.xz
engrampa-1.8.1/caja/caja-engrampa.c:281:43: warning: Either the condition 'files!=NULL' is redundant or there is possible null pointer dereference: files. [nullPointerRedundantCheck]
engrampa-1.8.1/caja/caja-engrampa.c:306:20: note: Assuming that condition 'files!=NULL' is not redundant
engrampa-1.8.1/caja/caja-engrampa.c:281:43: note: Null pointer dereference
engrampa-1.8.1/copy-n-paste/eggdesktopfile.c:1241:11: style: Condition 'startup_id' is always false [knownConditionTrueFalse]
engrampa-1.8.1/copy-n-paste/eggdesktopfile.c:1224:20: note: Assignment 'startup_id=NULL', assigned value is 0
engrampa-1.8.1/copy-n-paste/eggdesktopfile.c:1241:11: note: Condition 'startup_id' is always false
engrampa-1.8.1/copy-n-paste/eggdesktopfile.c:484:9: style: The scope of the variable 'try_exec' can be reduced. [variableScope]
engrampa-1.8.1/copy-n-paste/eggdesktopfile.c:484:20: style: The scope of the variable 'found_program' can be reduced. [variableScope]
engrampa-1.8.1/copy-n-paste/eggdesktopfile.c:485:10: style: The scope of the variable 'only_show_in' can be reduced. [variableScope]
engrampa-1.8.1/copy-n-paste/eggdesktopfile.c:485:26: style: The scope of the variable 'not_show_in' can be reduced. [variableScope]
engrampa-1.8.1/copy-n-paste/eggdesktopfile.c:487:7: style: The scope of the variable 'i' can be reduced. [variableScope]
engrampa-1.8.1/copy-n-paste/eggdesktopfile.c:609:15: style: The scope of the variable 'p' can be reduced. [variableScope]
engrampa-1.8.1/copy-n-paste/eggsmclient-xsmp.c:338:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
engrampa-1.8.1/copy-n-paste/eggsmclient-xsmp.c:227:13: style: The scope of the variable 'cmdline' can be reduced. [variableScope]
engrampa-1.8.1/copy-n-paste/eggsmclient-xsmp.c:782:15: style: The scope of the variable 'fd' can be reduced. [variableScope]
engrampa-1.8.1/copy-n-paste/eggsmclient-xsmp.c:817:21: style: The scope of the variable 'keys' can be reduced. [variableScope]
engrampa-1.8.1/copy-n-paste/eggsmclient-xsmp.c:275:60: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
engrampa-1.8.1/copy-n-paste/eggsmclient-xsmp.c:283:85: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
engrampa-1.8.1/copy-n-paste/eggsmclient-xsmp.c:794:50: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
engrampa-1.8.1/copy-n-paste/eggsmclient-xsmp.c:797:48: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
engrampa-1.8.1/copy-n-paste/eggsmclient-xsmp.c:922:46: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
engrampa-1.8.1/copy-n-paste/eggsmclient-xsmp.c:930:40: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
engrampa-1.8.1/copy-n-paste/eggsmclient-xsmp.c:931:12: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
engrampa-1.8.1/copy-n-paste/eggsmclient-xsmp.c:621:17: style: Function 'xsmp_save_yourself' argument 3 names different: declaration 'save_style' definition 'save_type'. [funcArgNamesDifferent]
engrampa-1.8.1/copy-n-paste/eggsmclient-xsmp.c:131:20: note: Function 'xsmp_save_yourself' argument 3 names different: declaration 'save_style' definition 'save_type'.
engrampa-1.8.1/copy-n-paste/eggsmclient-xsmp.c:621:17: note: Function 'xsmp_save_yourself' argument 3 names different: declaration 'save_style' definition 'save_type'.
engrampa-1.8.1/copy-n-paste/eggsmclient-xsmp.c:1168:14: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
engrampa-1.8.1/copy-n-paste/eggsmclient.c:345:11: style: Condition '!global_client' is always true [knownConditionTrueFalse]
engrampa-1.8.1/copy-n-paste/eggsmclient.c:318:7: note: Assuming that condition '!global_client' is not redundant
engrampa-1.8.1/copy-n-paste/eggsmclient.c:345:11: note: Condition '!global_client' is always true
engrampa-1.8.1/src/actions.c:148:5: style: Variable 'uri' is reassigned a value before the old one has been used. [redundantAssignment]
engrampa-1.8.1/src/actions.c:143:0: note: Variable 'uri' is reassigned a value before the old one has been used.
engrampa-1.8.1/src/actions.c:148:5: note: Variable 'uri' is reassigned a value before the old one has been used.
engrampa-1.8.1/src/actions.c:226:20: style: The scope of the variable 'dialog' can be reduced. [variableScope]
engrampa-1.8.1/src/actions.c:463:25: style: Function 'activate_action_save_as' argument 2 names different: declaration 'data' definition 'callback_data'. [funcArgNamesDifferent]
engrampa-1.8.1/src/actions.h:33:59: note: Function 'activate_action_save_as' argument 2 names different: declaration 'data' definition 'callback_data'.
engrampa-1.8.1/src/actions.c:463:25: note: Function 'activate_action_save_as' argument 2 names different: declaration 'data' definition 'callback_data'.
engrampa-1.8.1/src/dlg-add-folder.c:515:2: style: Variable 'base_dir' is reassigned a value before the old one has been used. [redundantAssignment]
engrampa-1.8.1/src/dlg-add-folder.c:506:0: note: Variable 'base_dir' is reassigned a value before the old one has been used.
engrampa-1.8.1/src/dlg-add-folder.c:515:2: note: Variable 'base_dir' is reassigned a value before the old one has been used.
engrampa-1.8.1/src/dlg-add-folder.c:516:2: style: Variable 'filename' is reassigned a value before the old one has been used. [redundantAssignment]
engrampa-1.8.1/src/dlg-add-folder.c:507:0: note: Variable 'filename' is reassigned a value before the old one has been used.
engrampa-1.8.1/src/dlg-add-folder.c:516:2: note: Variable 'filename' is reassigned a value before the old one has been used.
engrampa-1.8.1/src/dlg-add-folder.c:517:2: style: Variable 'include_files' is reassigned a value before the old one has been used. [redundantAssignment]
engrampa-1.8.1/src/dlg-add-folder.c:508:0: note: Variable 'include_files' is reassigned a value before the old one has been used.
engrampa-1.8.1/src/dlg-add-folder.c:517:2: note: Variable 'include_files' is reassigned a value before the old one has been used.
engrampa-1.8.1/src/dlg-add-folder.c:518:2: style: Variable 'exclude_files' is reassigned a value before the old one has been used. [redundantAssignment]
engrampa-1.8.1/src/dlg-add-folder.c:509:0: note: Variable 'exclude_files' is reassigned a value before the old one has been used.
engrampa-1.8.1/src/dlg-add-folder.c:518:2: note: Variable 'exclude_files' is reassigned a value before the old one has been used.
engrampa-1.8.1/src/dlg-add-folder.c:519:2: style: Variable 'exclude_folders' is reassigned a value before the old one has been used. [redundantAssignment]
engrampa-1.8.1/src/dlg-add-folder.c:510:0: note: Variable 'exclude_folders' is reassigned a value before the old one has been used.
engrampa-1.8.1/src/dlg-add-folder.c:519:2: note: Variable 'exclude_folders' is reassigned a value before the old one has been used.
engrampa-1.8.1/src/dlg-add-folder.c:166:46: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
engrampa-1.8.1/src/dlg-add-folder.c:210:20: style: Function 'add_folder_cb' argument 2 names different: declaration 'data' definition 'callback_data'. [funcArgNamesDifferent]
engrampa-1.8.1/src/dlg-add-folder.h:28:47: note: Function 'add_folder_cb' argument 2 names different: declaration 'data' definition 'callback_data'.
engrampa-1.8.1/src/dlg-add-folder.c:210:20: note: Function 'add_folder_cb' argument 2 names different: declaration 'data' definition 'callback_data'.
engrampa-1.8.1/src/dlg-add-folder.c:149:14: style: Variable 'recursive' is assigned a value that is never used. [unreadVariable]
engrampa-1.8.1/src/dlg-batch-add.c:243:48: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
engrampa-1.8.1/src/dlg-batch-add.c:281:40: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
engrampa-1.8.1/src/dlg-batch-add.c:330:44: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
engrampa-1.8.1/src/dlg-extract.c:112:49: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
engrampa-1.8.1/src/dlg-extract.c:151:40: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
engrampa-1.8.1/src/dlg-extract.c:375:30: style: Variable 'e_files_radiobutton_group' is assigned a value that is never used. [unreadVariable]
engrampa-1.8.1/src/dlg-open-with.c:295:12: style: The scope of the variable 'app' can be reduced. [variableScope]
engrampa-1.8.1/src/eggfileformatchooser.c:955:3: style: Variable 'pixbuf_formats' is reassigned a value before the old one has been used. [redundantAssignment]
engrampa-1.8.1/src/eggfileformatchooser.c:949:0: note: Variable 'pixbuf_formats' is reassigned a value before the old one has been used.
engrampa-1.8.1/src/eggfileformatchooser.c:955:3: note: Variable 'pixbuf_formats' is reassigned a value before the old one has been used.
engrampa-1.8.1/src/eggfileformatchooser.c:102:28: style: The scope of the variable 'self' can be reduced. [variableScope]
engrampa-1.8.1/src/eggfileformatchooser.c:167:10: style: The scope of the variable 'pattern' can be reduced. [variableScope]
engrampa-1.8.1/src/eggfileformatchooser.c:224:10: style: The scope of the variable 'label' can be reduced. [variableScope]
engrampa-1.8.1/src/eggfileformatchooser.c:311:16: style: The scope of the variable 'extptr' can be reduced. [variableScope]
engrampa-1.8.1/src/eggfileformatchooser.c:656:10: style: The scope of the variable 'filename' can be reduced. [variableScope]
engrampa-1.8.1/src/eggfileformatchooser.c:656:21: style: The scope of the variable 'basename' can be reduced. [variableScope]
engrampa-1.8.1/src/eggfileformatchooser.c:657:10: style: The scope of the variable 'message' can be reduced. [variableScope]
engrampa-1.8.1/src/eggfileformatchooser.c:914:10: style: The scope of the variable 's' can be reduced. [variableScope]
engrampa-1.8.1/src/eggfileformatchooser.c:609:20: style: Variable 'first_call' is assigned a value that is never used. [unreadVariable]
engrampa-1.8.1/src/eggfileformatchooser.c:1101:18: error: Uninitialized struct member: search.format [uninitStructMember]
engrampa-1.8.1/src/eggtreemultidnd.c:306:25: style: The scope of the variable 'context' can be reduced. [variableScope]
engrampa-1.8.1/src/file-data.c:134:18: style: The scope of the variable 'p' can be reduced. [variableScope]
engrampa-1.8.1/src/file-data.c:134:21: style: The scope of the variable 'cmp' can be reduced. [variableScope]
engrampa-1.8.1/src/file-data.c:135:12: style: The scope of the variable 'fd' can be reduced. [variableScope]
engrampa-1.8.1/src/file-utils.c:912:11: style: The scope of the variable 'i' can be reduced. [variableScope]
engrampa-1.8.1/src/file-utils.c:279:37: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
engrampa-1.8.1/src/file-utils.c:822:58: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
engrampa-1.8.1/src/file-utils.c:297:27: style: Function 'path_in_path' argument 1 names different: declaration 'path_src' definition 'dirname'. [funcArgNamesDifferent]
engrampa-1.8.1/src/file-utils.h:48:64: note: Function 'path_in_path' argument 1 names different: declaration 'path_src' definition 'dirname'.
engrampa-1.8.1/src/file-utils.c:297:27: note: Function 'path_in_path' argument 1 names different: declaration 'path_src' definition 'dirname'.
engrampa-1.8.1/src/file-utils.c:298:20: style: Function 'path_in_path' argument 2 names different: declaration 'path_dest' definition 'filename'. [funcArgNamesDifferent]
engrampa-1.8.1/src/file-utils.h:49:22: note: Function 'path_in_path' argument 2 names different: declaration 'path_dest' definition 'filename'.
engrampa-1.8.1/src/file-utils.c:298:20: note: Function 'path_in_path' argument 2 names different: declaration 'path_dest' definition 'filename'.
engrampa-1.8.1/src/file-utils.c:440:47: style: Function 'file_name_from_path' argument 1 names different: declaration 'path' definition 'file_name'. [funcArgNamesDifferent]
engrampa-1.8.1/src/file-utils.h:65:45: note: Function 'file_name_from_path' argument 1 names different: declaration 'path' definition 'file_name'.
engrampa-1.8.1/src/file-utils.c:440:47: note: Function 'file_name_from_path' argument 1 names different: declaration 'path' definition 'file_name'.
engrampa-1.8.1/src/file-utils.c:701:27: style: Function 'is_mime_type' argument 1 names different: declaration 'type' definition 'mime_type'. [funcArgNamesDifferent]
engrampa-1.8.1/src/file-utils.h:74:64: note: Function 'is_mime_type' argument 1 names different: declaration 'type' definition 'mime_type'.
engrampa-1.8.1/src/file-utils.c:701:27: note: Function 'is_mime_type' argument 1 names different: declaration 'type' definition 'mime_type'.
engrampa-1.8.1/src/file-utils.c:871:37: style: Function 'remove_local_directory' argument 1 names different: declaration 'directory' definition 'path'. [funcArgNamesDifferent]
engrampa-1.8.1/src/file-utils.h:82:64: note: Function 'remove_local_directory' argument 1 names different: declaration 'directory' definition 'path'.
engrampa-1.8.1/src/file-utils.c:871:37: note: Function 'remove_local_directory' argument 1 names different: declaration 'directory' definition 'path'.
engrampa-1.8.1/src/file-utils.c:1109:32: style: Function 'check_permissions' argument 1 names different: declaration 'path' definition 'uri'. [funcArgNamesDifferent]
engrampa-1.8.1/src/file-utils.h:99:63: note: Function 'check_permissions' argument 1 names different: declaration 'path' definition 'uri'.
engrampa-1.8.1/src/file-utils.c:1109:32: note: Function 'check_permissions' argument 1 names different: declaration 'path' definition 'uri'.
engrampa-1.8.1/src/fr-archive.c:1699:3: style: Variable 'chunks' is reassigned a value before the old one has been used. [redundantAssignment]
engrampa-1.8.1/src/fr-archive.c:1693:0: note: Variable 'chunks' is reassigned a value before the old one has been used.
engrampa-1.8.1/src/fr-archive.c:1699:3: note: Variable 'chunks' is reassigned a value before the old one has been used.
engrampa-1.8.1/src/fr-archive.c:2557:4: style: Variable 'prev->next' is reassigned a value before the old one has been used. [redundantAssignment]
engrampa-1.8.1/src/fr-archive.c:2555:4: note: Variable 'prev->next' is reassigned a value before the old one has been used.
engrampa-1.8.1/src/fr-archive.c:2557:4: note: Variable 'prev->next' is reassigned a value before the old one has been used.
engrampa-1.8.1/src/fr-archive.c:2688:3: style: Variable 'prev->next' is reassigned a value before the old one has been used. [redundantAssignment]
engrampa-1.8.1/src/fr-archive.c:2686:3: note: Variable 'prev->next' is reassigned a value before the old one has been used.
engrampa-1.8.1/src/fr-archive.c:2688:3: note: Variable 'prev->next' is reassigned a value before the old one has been used.
engrampa-1.8.1/src/fr-archive.c:2771:4: style: Variable 'prev->next' is reassigned a value before the old one has been used. [redundantAssignment]
engrampa-1.8.1/src/fr-archive.c:2763:4: note: Variable 'prev->next' is reassigned a value before the old one has been used.
engrampa-1.8.1/src/fr-archive.c:2771:4: note: Variable 'prev->next' is reassigned a value before the old one has been used.
engrampa-1.8.1/src/fr-archive.c:3218:9: style: The scope of the variable 'directory' can be reduced. [variableScope]
engrampa-1.8.1/src/fr-archive.c:1316:18: style: Function 'fr_archive_rename' argument 2 names different: declaration 'new_uri' definition 'filename'. [funcArgNamesDifferent]
engrampa-1.8.1/src/fr-archive.h:121:26: note: Function 'fr_archive_rename' argument 2 names different: declaration 'new_uri' definition 'filename'.
engrampa-1.8.1/src/fr-archive.c:1316:18: note: Function 'fr_archive_rename' argument 2 names different: declaration 'new_uri' definition 'filename'.
engrampa-1.8.1/src/fr-archive.c:2007:25: style: Function 'fr_archive_add_with_wildcard' argument 5 names different: declaration 'base_dir' definition 'source_dir'. [funcArgNamesDifferent]
engrampa-1.8.1/src/fr-archive.h:177:26: note: Function 'fr_archive_add_with_wildcard' argument 5 names different: declaration 'base_dir' definition 'source_dir'.
engrampa-1.8.1/src/fr-archive.c:2007:25: note: Function 'fr_archive_add_with_wildcard' argument 5 names different: declaration 'base_dir' definition 'source_dir'.
engrampa-1.8.1/src/fr-archive.c:2927:21: style: Function 'fr_archive_extract_to_local' argument 3 names different: declaration 'dest_path' definition 'destination'. [funcArgNamesDifferent]
engrampa-1.8.1/src/fr-archive.h:148:26: note: Function 'fr_archive_extract_to_local' argument 3 names different: declaration 'dest_path' definition 'destination'.
engrampa-1.8.1/src/fr-archive.c:2927:21: note: Function 'fr_archive_extract_to_local' argument 3 names different: declaration 'dest_path' definition 'destination'.
engrampa-1.8.1/src/fr-archive.c:2931:21: style: Function 'fr_archive_extract_to_local' argument 7 names different: declaration 'junk_path' definition 'junk_paths'. [funcArgNamesDifferent]
engrampa-1.8.1/src/fr-archive.h:152:26: note: Function 'fr_archive_extract_to_local' argument 7 names different: declaration 'junk_path' definition 'junk_paths'.
engrampa-1.8.1/src/fr-archive.c:2931:21: note: Function 'fr_archive_extract_to_local' argument 7 names different: declaration 'junk_path' definition 'junk_paths'.
engrampa-1.8.1/src/fr-archive.c:3133:19: style: Function 'fr_archive_extract' argument 3 names different: declaration 'dest_uri' definition 'destination'. [funcArgNamesDifferent]
engrampa-1.8.1/src/fr-archive.h:140:26: note: Function 'fr_archive_extract' argument 3 names different: declaration 'dest_uri' definition 'destination'.
engrampa-1.8.1/src/fr-archive.c:3133:19: note: Function 'fr_archive_extract' argument 3 names different: declaration 'dest_uri' definition 'destination'.
engrampa-1.8.1/src/fr-archive.c:3137:19: style: Function 'fr_archive_extract' argument 7 names different: declaration 'junk_path' definition 'junk_paths'. [funcArgNamesDifferent]
engrampa-1.8.1/src/fr-archive.h:144:26: note: Function 'fr_archive_extract' argument 7 names different: declaration 'junk_path' definition 'junk_paths'.
engrampa-1.8.1/src/fr-archive.c:3137:19: note: Function 'fr_archive_extract' argument 7 names different: declaration 'junk_path' definition 'junk_paths'.
engrampa-1.8.1/src/fr-command-7z.c:641:32: style: Function 'fr_command_7z_init' argument 1 names different: declaration 'afile' definition 'comm'. [funcArgNamesDifferent]
engrampa-1.8.1/src/fr-command-7z.c:39:58: note: Function 'fr_command_7z_init' argument 1 names different: declaration 'afile' definition 'comm'.
engrampa-1.8.1/src/fr-command-7z.c:641:32: note: Function 'fr_command_7z_init' argument 1 names different: declaration 'afile' definition 'comm'.
engrampa-1.8.1/src/fr-command-ace.c:294:33: style: Function 'fr_command_ace_init' argument 1 names different: declaration 'afile' definition 'comm'. [funcArgNamesDifferent]
engrampa-1.8.1/src/fr-command-ace.c:36:59: note: Function 'fr_command_ace_init' argument 1 names different: declaration 'afile' definition 'comm'.
engrampa-1.8.1/src/fr-command-ace.c:294:33: note: Function 'fr_command_ace_init' argument 1 names different: declaration 'afile' definition 'comm'.
engrampa-1.8.1/src/fr-command-alz.c:357:33: style: Function 'fr_command_alz_init' argument 1 names different: declaration 'afile' definition 'comm'. [funcArgNamesDifferent]
engrampa-1.8.1/src/fr-command-alz.c:37:60: note: Function 'fr_command_alz_init' argument 1 names different: declaration 'afile' definition 'comm'.
engrampa-1.8.1/src/fr-command-alz.c:357:33: note: Function 'fr_command_alz_init' argument 1 names different: declaration 'afile' definition 'comm'.
engrampa-1.8.1/src/fr-command-ar.c:51:16: style: The scope of the variable 'months' can be reduced. [variableScope]
engrampa-1.8.1/src/fr-command-ar.c:342:32: style: Function 'fr_command_ar_init' argument 1 names different: declaration 'afile' definition 'comm'. [funcArgNamesDifferent]
engrampa-1.8.1/src/fr-command-ar.c:35:58: note: Function 'fr_command_ar_init' argument 1 names different: declaration 'afile' definition 'comm'.
engrampa-1.8.1/src/fr-command-ar.c:342:32: note: Function 'fr_command_ar_init' argument 1 names different: declaration 'afile' definition 'comm'.
engrampa-1.8.1/src/fr-command-arj.c:376:33: style: Function 'fr_command_arj_init' argument 1 names different: declaration 'afile' definition 'comm'. [funcArgNamesDifferent]
engrampa-1.8.1/src/fr-command-arj.c:36:60: note: Function 'fr_command_arj_init' argument 1 names different: declaration 'afile' definition 'comm'.
engrampa-1.8.1/src/fr-command-arj.c:376:33: note: Function 'fr_command_arj_init' argument 1 names different: declaration 'afile' definition 'comm'.
engrampa-1.8.1/src/fr-command-cfile.c:75:4: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
engrampa-1.8.1/src/fr-command-cfile.c:73:0: note: Variable 'str' is reassigned a value before the old one has been used.
engrampa-1.8.1/src/fr-command-cfile.c:75:4: note: Variable 'str' is reassigned a value before the old one has been used.
engrampa-1.8.1/src/fr-command-cpio.c:52:16: style: The scope of the variable 'months' can be reduced. [variableScope]
engrampa-1.8.1/src/fr-command-cpio.c:279:34: style: Function 'fr_command_cpio_init' argument 1 names different: declaration 'afile' definition 'comm'. [funcArgNamesDifferent]
engrampa-1.8.1/src/fr-command-cpio.c:37:61: note: Function 'fr_command_cpio_init' argument 1 names different: declaration 'afile' definition 'comm'.
engrampa-1.8.1/src/fr-command-cpio.c:279:34: note: Function 'fr_command_cpio_init' argument 1 names different: declaration 'afile' definition 'comm'.
engrampa-1.8.1/src/fr-command-dpkg.c:265:34: style: Function 'fr_command_dpkg_init' argument 1 names different: declaration 'afile' definition 'comm'. [funcArgNamesDifferent]
engrampa-1.8.1/src/fr-command-dpkg.c:37:61: note: Function 'fr_command_dpkg_init' argument 1 names different: declaration 'afile' definition 'comm'.
engrampa-1.8.1/src/fr-command-dpkg.c:265:34: note: Function 'fr_command_dpkg_init' argument 1 names different: declaration 'afile' definition 'comm'.
engrampa-1.8.1/src/fr-command-iso.c:50:16: style: The scope of the variable 'months' can be reduced. [variableScope]
engrampa-1.8.1/src/fr-command-iso.c:257:33: style: Function 'fr_command_iso_init' argument 1 names different: declaration 'afile' definition 'comm'. [funcArgNamesDifferent]
engrampa-1.8.1/src/fr-command-iso.c:37:60: note: Function 'fr_command_iso_init' argument 1 names different: declaration 'afile' definition 'comm'.
engrampa-1.8.1/src/fr-command-iso.c:257:33: note: Function 'fr_command_iso_init' argument 1 names different: declaration 'afile' definition 'comm'.
engrampa-1.8.1/src/fr-command-jar.c:66:45: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
engrampa-1.8.1/src/fr-command-jar.c:98:65: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
engrampa-1.8.1/src/fr-command-jar.c:104:50: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
engrampa-1.8.1/src/fr-command-jar.c:201:33: style: Function 'fr_command_jar_init' argument 1 names different: declaration 'afile' definition 'comm'. [funcArgNamesDifferent]
engrampa-1.8.1/src/fr-command-jar.c:44:60: note: Function 'fr_command_jar_init' argument 1 names different: declaration 'afile' definition 'comm'.
engrampa-1.8.1/src/fr-command-jar.c:201:33: note: Function 'fr_command_jar_init' argument 1 names different: declaration 'afile' definition 'comm'.
engrampa-1.8.1/src/fr-command-lha.c:51:16: style: The scope of the variable 'months' can be reduced. [variableScope]
engrampa-1.8.1/src/fr-command-lha.c:54:16: style: The scope of the variable 'fields' can be reduced. [variableScope]
engrampa-1.8.1/src/fr-command-lha.c:100:22: style: The scope of the variable 'field_end' can be reduced. [variableScope]
engrampa-1.8.1/src/fr-command-lha.c:359:33: style: Function 'fr_command_lha_init' argument 1 names different: declaration 'afile' definition 'comm'. [funcArgNamesDifferent]
engrampa-1.8.1/src/fr-command-lha.c:36:60: note: Function 'fr_command_lha_init' argument 1 names different: declaration 'afile' definition 'comm'.
engrampa-1.8.1/src/fr-command-lha.c:359:33: note: Function 'fr_command_lha_init' argument 1 names different: declaration 'afile' definition 'comm'.
engrampa-1.8.1/src/fr-command-lrzip.c:221:35: style: Function 'fr_command_lrzip_init' argument 1 names different: declaration 'afile' definition 'comm'. [funcArgNamesDifferent]
engrampa-1.8.1/src/fr-command-lrzip.c:24:62: note: Function 'fr_command_lrzip_init' argument 1 names different: declaration 'afile' definition 'comm'.
engrampa-1.8.1/src/fr-command-lrzip.c:221:35: note: Function 'fr_command_lrzip_init' argument 1 names different: declaration 'afile' definition 'comm'.
engrampa-1.8.1/src/fr-command-rar.c:396:3: style: Variable 'volume_name' is reassigned a value before the old one has been used. [redundantAssignment]
engrampa-1.8.1/src/fr-command-rar.c:391:0: note: Variable 'volume_name' is reassigned a value before the old one has been used.
engrampa-1.8.1/src/fr-command-rar.c:396:3: note: Variable 'volume_name' is reassigned a value before the old one has been used.
engrampa-1.8.1/src/fr-command-rar.c:868:33: style: Function 'fr_command_rar_init' argument 1 names different: declaration 'afile' definition 'comm'. [funcArgNamesDifferent]
engrampa-1.8.1/src/fr-command-rar.c:40:60: note: Function 'fr_command_rar_init' argument 1 names different: declaration 'afile' definition 'comm'.
engrampa-1.8.1/src/fr-command-rar.c:868:33: note: Function 'fr_command_rar_init' argument 1 names different: declaration 'afile' definition 'comm'.
engrampa-1.8.1/src/fr-command-rpm.c:52:16: style: The scope of the variable 'months' can be reduced. [variableScope]
engrampa-1.8.1/src/fr-command-rpm.c:271:33: style: Function 'fr_command_rpm_init' argument 1 names different: declaration 'afile' definition 'comm'. [funcArgNamesDifferent]
engrampa-1.8.1/src/fr-command-rpm.c:37:60: note: Function 'fr_command_rpm_init' argument 1 names different: declaration 'afile' definition 'comm'.
engrampa-1.8.1/src/fr-command-rpm.c:271:33: note: Function 'fr_command_rpm_init' argument 1 names different: declaration 'afile' definition 'comm'.
engrampa-1.8.1/src/fr-command-tar.c:242:2: style: Variable 'command' is reassigned a value before the old one has been used. [redundantAssignment]
engrampa-1.8.1/src/fr-command-tar.c:238:0: note: Variable 'command' is reassigned a value before the old one has been used.
engrampa-1.8.1/src/fr-command-tar.c:242:2: note: Variable 'command' is reassigned a value before the old one has been used.
engrampa-1.8.1/src/fr-command-tar.c:844:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
engrampa-1.8.1/src/fr-command-tar.c:840:0: note: Variable 'result' is reassigned a value before the old one has been used.
engrampa-1.8.1/src/fr-command-tar.c:844:2: note: Variable 'result' is reassigned a value before the old one has been used.
engrampa-1.8.1/src/fr-command-tar.c:845:2: style: Variable 'temp_name' is reassigned a value before the old one has been used. [redundantAssignment]
engrampa-1.8.1/src/fr-command-tar.c:841:0: note: Variable 'temp_name' is reassigned a value before the old one has been used.
engrampa-1.8.1/src/fr-command-tar.c:845:2: note: Variable 'temp_name' is reassigned a value before the old one has been used.
engrampa-1.8.1/src/fr-command-tar.c:1156:33: style: Function 'fr_command_tar_init' argument 1 names different: declaration 'afile' definition 'comm'. [funcArgNamesDifferent]
engrampa-1.8.1/src/fr-command-tar.c:44:60: note: Function 'fr_command_tar_init' argument 1 names different: declaration 'afile' definition 'comm'.
engrampa-1.8.1/src/fr-command-tar.c:1156:33: note: Function 'fr_command_tar_init' argument 1 names different: declaration 'afile' definition 'comm'.
engrampa-1.8.1/src/fr-command-unarchiver.c:302:40: style: Function 'fr_command_unarchiver_init' argument 1 names different: declaration 'afile' definition 'comm'. [funcArgNamesDifferent]
engrampa-1.8.1/src/fr-command-unarchiver.c:42:67: note: Function 'fr_command_unarchiver_init' argument 1 names different: declaration 'afile' definition 'comm'.
engrampa-1.8.1/src/fr-command-unarchiver.c:302:40: note: Function 'fr_command_unarchiver_init' argument 1 names different: declaration 'afile' definition 'comm'.
engrampa-1.8.1/src/fr-command-unstuff.c:335:37: style: Function 'fr_command_unstuff_init' argument 1 names different: declaration 'afile' definition 'comm'. [funcArgNamesDifferent]
engrampa-1.8.1/src/fr-command-unstuff.c:36:64: note: Function 'fr_command_unstuff_init' argument 1 names different: declaration 'afile' definition 'comm'.
engrampa-1.8.1/src/fr-command-unstuff.c:335:37: note: Function 'fr_command_unstuff_init' argument 1 names different: declaration 'afile' definition 'comm'.
engrampa-1.8.1/src/fr-command-zip.c:450:33: style: Function 'fr_command_zip_init' argument 1 names different: declaration 'afile' definition 'comm'. [funcArgNamesDifferent]
engrampa-1.8.1/src/fr-command-zip.c:40:60: note: Function 'fr_command_zip_init' argument 1 names different: declaration 'afile' definition 'comm'.
engrampa-1.8.1/src/fr-command-zip.c:450:33: note: Function 'fr_command_zip_init' argument 1 names different: declaration 'afile' definition 'comm'.
engrampa-1.8.1/src/fr-command-zoo.c:379:33: style: Function 'fr_command_zoo_init' argument 1 names different: declaration 'afile' definition 'comm'. [funcArgNamesDifferent]
engrampa-1.8.1/src/fr-command-zoo.c:36:60: note: Function 'fr_command_zoo_init' argument 1 names different: declaration 'afile' definition 'comm'.
engrampa-1.8.1/src/fr-command-zoo.c:379:33: note: Function 'fr_command_zoo_init' argument 1 names different: declaration 'afile' definition 'comm'.
engrampa-1.8.1/src/fr-command.c:495:29: style: Function 'fr_command_init' argument 1 names different: declaration 'afile' definition 'comm'. [funcArgNamesDifferent]
engrampa-1.8.1/src/fr-command.c:64:48: note: Function 'fr_command_init' argument 1 names different: declaration 'afile' definition 'comm'.
engrampa-1.8.1/src/fr-command.c:495:29: note: Function 'fr_command_init' argument 1 names different: declaration 'afile' definition 'comm'.
engrampa-1.8.1/src/fr-command.c:740:21: style: Function 'fr_command_is_capable_of' argument 2 names different: declaration 'capabilities' definition 'requested_capabilities'. [funcArgNamesDifferent]
engrampa-1.8.1/src/fr-command.h:197:28: note: Function 'fr_command_is_capable_of' argument 2 names different: declaration 'capabilities' definition 'requested_capabilities'.
engrampa-1.8.1/src/fr-command.c:740:21: note: Function 'fr_command_is_capable_of' argument 2 names different: declaration 'capabilities' definition 'requested_capabilities'.
engrampa-1.8.1/src/fr-process.c:367:39: style: Function 'fr_process_begin_command' argument 1 names different: declaration 'fr_proc' definition 'process'. [funcArgNamesDifferent]
engrampa-1.8.1/src/fr-process.h:91:60: note: Function 'fr_process_begin_command' argument 1 names different: declaration 'fr_proc' definition 'process'.
engrampa-1.8.1/src/fr-process.c:367:39: note: Function 'fr_process_begin_command' argument 1 names different: declaration 'fr_proc' definition 'process'.
engrampa-1.8.1/src/fr-process.c:385:42: style: Function 'fr_process_begin_command_at' argument 1 names different: declaration 'fr_proc' definition 'process'. [funcArgNamesDifferent]
engrampa-1.8.1/src/fr-process.h:93:60: note: Function 'fr_process_begin_command_at' argument 1 names different: declaration 'fr_proc' definition 'process'.
engrampa-1.8.1/src/fr-process.c:385:42: note: Function 'fr_process_begin_command_at' argument 1 names different: declaration 'fr_proc' definition 'process'.
engrampa-1.8.1/src/fr-process.c:409:41: style: Function 'fr_process_set_working_dir' argument 1 names different: declaration 'fr_proc' definition 'process'. [funcArgNamesDifferent]
engrampa-1.8.1/src/fr-process.h:118:60: note: Function 'fr_process_set_working_dir' argument 1 names different: declaration 'fr_proc' definition 'process'.
engrampa-1.8.1/src/fr-process.c:409:41: note: Function 'fr_process_set_working_dir' argument 1 names different: declaration 'fr_proc' definition 'process'.
engrampa-1.8.1/src/fr-process.c:410:20: style: Function 'fr_process_set_working_dir' argument 2 names different: declaration 'arg' definition 'dir'. [funcArgNamesDifferent]
engrampa-1.8.1/src/fr-process.h:119:25: note: Function 'fr_process_set_working_dir' argument 2 names different: declaration 'arg' definition 'dir'.
engrampa-1.8.1/src/fr-process.c:410:20: note: Function 'fr_process_set_working_dir' argument 2 names different: declaration 'arg' definition 'dir'.
engrampa-1.8.1/src/fr-process.c:425:35: style: Function 'fr_process_set_sticky' argument 1 names different: declaration 'fr_proc' definition 'process'. [funcArgNamesDifferent]
engrampa-1.8.1/src/fr-process.h:120:60: note: Function 'fr_process_set_sticky' argument 1 names different: declaration 'fr_proc' definition 'process'.
engrampa-1.8.1/src/fr-process.c:425:35: note: Function 'fr_process_set_sticky' argument 1 names different: declaration 'fr_proc' definition 'process'.
engrampa-1.8.1/src/fr-process.c:439:41: style: Function 'fr_process_set_ignore_error' argument 1 names different: declaration 'fr_proc' definition 'process'. [funcArgNamesDifferent]
engrampa-1.8.1/src/fr-process.h:122:60: note: Function 'fr_process_set_ignore_error' argument 1 names different: declaration 'fr_proc' definition 'process'.
engrampa-1.8.1/src/fr-process.c:439:41: note: Function 'fr_process_set_ignore_error' argument 1 names different: declaration 'fr_proc' definition 'process'.
engrampa-1.8.1/src/fr-process.c:453:33: style: Function 'fr_process_add_arg' argument 1 names different: declaration 'fr_proc' definition 'process'. [funcArgNamesDifferent]
engrampa-1.8.1/src/fr-process.h:96:60: note: Function 'fr_process_add_arg' argument 1 names different: declaration 'fr_proc' definition 'process'.
engrampa-1.8.1/src/fr-process.c:453:33: note: Function 'fr_process_add_arg' argument 1 names different: declaration 'fr_proc' definition 'process'.
engrampa-1.8.1/src/fr-process.c:506:36: style: Function 'fr_process_set_arg_at' argument 1 names different: declaration 'fr_proc' definition 'process'. [funcArgNamesDifferent]
engrampa-1.8.1/src/fr-process.h:104:60: note: Function 'fr_process_set_arg_at' argument 1 names different: declaration 'fr_proc' definition 'process'.
engrampa-1.8.1/src/fr-process.c:506:36: note: Function 'fr_process_set_arg_at' argument 1 names different: declaration 'fr_proc' definition 'process'.
engrampa-1.8.1/src/fr-process.c:509:22: style: Function 'fr_process_set_arg_at' argument 4 names different: declaration 'arg' definition 'arg_value'. [funcArgNamesDifferent]
engrampa-1.8.1/src/fr-process.h:107:25: note: Function 'fr_process_set_arg_at' argument 4 names different: declaration 'arg' definition 'arg_value'.
engrampa-1.8.1/src/fr-process.c:509:22: note: Function 'fr_process_set_arg_at' argument 4 names different: declaration 'arg' definition 'arg_value'.
engrampa-1.8.1/src/fr-process.c:526:42: style: Function 'fr_process_set_begin_func' argument 1 names different: declaration 'fr_proc' definition 'process'. [funcArgNamesDifferent]
engrampa-1.8.1/src/fr-process.h:108:60: note: Function 'fr_process_set_begin_func' argument 1 names different: declaration 'fr_proc' definition 'process'.
engrampa-1.8.1/src/fr-process.c:526:42: note: Function 'fr_process_set_begin_func' argument 1 names different: declaration 'fr_proc' definition 'process'.
engrampa-1.8.1/src/fr-process.c:541:40: style: Function 'fr_process_set_end_func' argument 1 names different: declaration 'fr_proc' definition 'process'. [funcArgNamesDifferent]
engrampa-1.8.1/src/fr-process.h:111:60: note: Function 'fr_process_set_end_func' argument 1 names different: declaration 'fr_proc' definition 'process'.
engrampa-1.8.1/src/fr-process.c:541:40: note: Function 'fr_process_set_end_func' argument 1 names different: declaration 'fr_proc' definition 'process'.
engrampa-1.8.1/src/fr-process.c:556:45: style: Function 'fr_process_set_continue_func' argument 1 names different: declaration 'fr_proc' definition 'process'. [funcArgNamesDifferent]
engrampa-1.8.1/src/fr-process.h:114:60: note: Function 'fr_process_set_continue_func' argument 1 names different: declaration 'fr_proc' definition 'process'.
engrampa-1.8.1/src/fr-process.c:556:45: note: Function 'fr_process_set_continue_func' argument 1 names different: declaration 'fr_proc' definition 'process'.
engrampa-1.8.1/src/fr-process.c:574:36: style: Function 'fr_process_end_command' argument 1 names different: declaration 'fr_proc' definition 'process'. [funcArgNamesDifferent]
engrampa-1.8.1/src/fr-process.h:117:60: note: Function 'fr_process_end_command' argument 1 names different: declaration 'fr_proc' definition 'process'.
engrampa-1.8.1/src/fr-process.c:574:36: note: Function 'fr_process_end_command' argument 1 names different: declaration 'fr_proc' definition 'process'.
engrampa-1.8.1/src/fr-process.c:586:30: style: Function 'fr_process_clear' argument 1 names different: declaration 'fr_proc' definition 'process'. [funcArgNamesDifferent]
engrampa-1.8.1/src/fr-process.h:90:60: note: Function 'fr_process_clear' argument 1 names different: declaration 'fr_proc' definition 'process'.
engrampa-1.8.1/src/fr-process.c:586:30: note: Function 'fr_process_clear' argument 1 names different: declaration 'fr_proc' definition 'process'.
engrampa-1.8.1/src/fr-process.c:609:42: style: Function 'fr_process_set_out_line_func' argument 1 names different: declaration 'fr_proc' definition 'process'. [funcArgNamesDifferent]
engrampa-1.8.1/src/fr-process.h:126:60: note: Function 'fr_process_set_out_line_func' argument 1 names different: declaration 'fr_proc' definition 'process'.
engrampa-1.8.1/src/fr-process.c:609:42: note: Function 'fr_process_set_out_line_func' argument 1 names different: declaration 'fr_proc' definition 'process'.
engrampa-1.8.1/src/fr-process.c:611:21: style: Function 'fr_process_set_out_line_func' argument 3 names different: declaration 'func_data' definition 'data'. [funcArgNamesDifferent]
engrampa-1.8.1/src/fr-process.h:128:25: note: Function 'fr_process_set_out_line_func' argument 3 names different: declaration 'func_data' definition 'data'.
engrampa-1.8.1/src/fr-process.c:611:21: note: Function 'fr_process_set_out_line_func' argument 3 names different: declaration 'func_data' definition 'data'.
engrampa-1.8.1/src/fr-process.c:621:42: style: Function 'fr_process_set_err_line_func' argument 1 names different: declaration 'fr_proc' definition 'process'. [funcArgNamesDifferent]
engrampa-1.8.1/src/fr-process.h:129:60: note: Function 'fr_process_set_err_line_func' argument 1 names different: declaration 'fr_proc' definition 'process'.
engrampa-1.8.1/src/fr-process.c:621:42: note: Function 'fr_process_set_err_line_func' argument 1 names different: declaration 'fr_proc' definition 'process'.
engrampa-1.8.1/src/fr-process.c:623:21: style: Function 'fr_process_set_err_line_func' argument 3 names different: declaration 'func_data' definition 'data'. [funcArgNamesDifferent]
engrampa-1.8.1/src/fr-process.h:131:25: note: Function 'fr_process_set_err_line_func' argument 3 names different: declaration 'func_data' definition 'data'.
engrampa-1.8.1/src/fr-process.c:623:21: note: Function 'fr_process_set_err_line_func' argument 3 names different: declaration 'func_data' definition 'data'.
engrampa-1.8.1/src/fr-process.c:938:44: style: Function 'fr_process_use_standard_locale' argument 1 names different: declaration 'fr_proc' definition 'process'. [funcArgNamesDifferent]
engrampa-1.8.1/src/fr-process.h:124:60: note: Function 'fr_process_use_standard_locale' argument 1 names different: declaration 'fr_proc' definition 'process'.
engrampa-1.8.1/src/fr-process.c:938:44: note: Function 'fr_process_use_standard_locale' argument 1 names different: declaration 'fr_proc' definition 'process'.
engrampa-1.8.1/src/fr-process.c:947:30: style: Function 'fr_process_start' argument 1 names different: declaration 'fr_proc' definition 'process'. [funcArgNamesDifferent]
engrampa-1.8.1/src/fr-process.h:132:60: note: Function 'fr_process_start' argument 1 names different: declaration 'fr_proc' definition 'process'.
engrampa-1.8.1/src/fr-process.c:947:30: note: Function 'fr_process_start' argument 1 names different: declaration 'fr_proc' definition 'process'.
engrampa-1.8.1/src/fr-process.c:1025:29: style: Function 'fr_process_stop' argument 1 names different: declaration 'fr_proc' definition 'process'. [funcArgNamesDifferent]
engrampa-1.8.1/src/fr-process.h:133:60: note: Function 'fr_process_stop' argument 1 names different: declaration 'fr_proc' definition 'process'.
engrampa-1.8.1/src/fr-process.c:1025:29: note: Function 'fr_process_stop' argument 1 names different: declaration 'fr_proc' definition 'process'.
engrampa-1.8.1/src/fr-window.c:1268:2: style: Variable 'pixbuf' is reassigned a value before the old one has been used. [redundantAssignment]
engrampa-1.8.1/src/fr-window.c:1266:0: note: Variable 'pixbuf' is reassigned a value before the old one has been used.
engrampa-1.8.1/src/fr-window.c:1268:2: note: Variable 'pixbuf' is reassigned a value before the old one has been used.
engrampa-1.8.1/src/fr-window.c:3077:2: style: Variable 'continue_batch' is reassigned a value before the old one has been used. [redundantAssignment]
engrampa-1.8.1/src/fr-window.c:3066:0: note: Variable 'continue_batch' is reassigned a value before the old one has been used.
engrampa-1.8.1/src/fr-window.c:3077:2: note: Variable 'continue_batch' is reassigned a value before the old one has been used.
engrampa-1.8.1/src/fr-window.c:7323:3: style: Variable 'old_path' is reassigned a value before the old one has been used. [redundantAssignment]
engrampa-1.8.1/src/fr-window.c:7320:0: note: Variable 'old_path' is reassigned a value before the old one has been used.
engrampa-1.8.1/src/fr-window.c:7323:3: note: Variable 'old_path' is reassigned a value before the old one has been used.
engrampa-1.8.1/src/fr-window.c:4201:8: style: The scope of the variable 'ret' can be reduced. [variableScope]
engrampa-1.8.1/src/fr-window.c:4626:18: style: The scope of the variable 'path' can be reduced. [variableScope]
engrampa-1.8.1/src/fr-window.c:4042:29: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
engrampa-1.8.1/src/fr-window.c:4071:50: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
engrampa-1.8.1/src/fr-window.c:6665:49: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
engrampa-1.8.1/src/fr-window.c:6703:40: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
engrampa-1.8.1/src/fr-window.c:7556:46: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
engrampa-1.8.1/src/fr-window.c:7966:80: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
engrampa-1.8.1/src/fr-window.c:6078:37: style: Function 'fr_window_archive_open' argument 1 names different: declaration 'window' definition 'current_window'. [funcArgNamesDifferent]
engrampa-1.8.1/src/fr-window.h:108:65: note: Function 'fr_window_archive_open' argument 1 names different: declaration 'window' definition 'current_window'.
engrampa-1.8.1/src/fr-window.c:6078:37: note: Function 'fr_window_archive_open' argument 1 names different: declaration 'window' definition 'current_window'.
engrampa-1.8.1/src/fr-window.c:6206:19: style: Function 'fr_window_archive_save_as' argument 2 names different: declaration 'filename' definition 'uri'. [funcArgNamesDifferent]
engrampa-1.8.1/src/fr-window.h:116:23: note: Function 'fr_window_archive_save_as' argument 2 names different: declaration 'filename' definition 'uri'.
engrampa-1.8.1/src/fr-window.c:6206:19: note: Function 'fr_window_archive_save_as' argument 2 names different: declaration 'filename' definition 'uri'.
engrampa-1.8.1/src/fr-window.c:6315:18: style: Function 'fr_window_archive_rename' argument 2 names different: declaration 'filename' definition 'uri'. [funcArgNamesDifferent]
engrampa-1.8.1/src/fr-window.h:122:23: note: Function 'fr_window_archive_rename' argument 2 names different: declaration 'filename' definition 'uri'.
engrampa-1.8.1/src/fr-window.c:6315:18: note: Function 'fr_window_archive_rename' argument 2 names different: declaration 'filename' definition 'uri'.
engrampa-1.8.1/src/fr-window.c:6430:24: style: Function 'fr_window_archive_add_items' argument 2 names different: declaration 'dir_list' definition 'item_list'. [funcArgNamesDifferent]
engrampa-1.8.1/src/fr-window.h:140:23: note: Function 'fr_window_archive_add_items' argument 2 names different: declaration 'dir_list' definition 'item_list'.
engrampa-1.8.1/src/fr-window.c:6430:24: note: Function 'fr_window_archive_add_items' argument 2 names different: declaration 'dir_list' definition 'item_list'.
engrampa-1.8.1/src/fr-window.c:8460:17: style: Function 'fr_window_set_toolbar_visibility' argument 2 names different: declaration 'value' definition 'visible'. [funcArgNamesDifferent]
engrampa-1.8.1/src/fr-window.h:272:22: note: Function 'fr_window_set_toolbar_visibility' argument 2 names different: declaration 'value' definition 'visible'.
engrampa-1.8.1/src/fr-window.c:8460:17: note: Function 'fr_window_set_toolbar_visibility' argument 2 names different: declaration 'value' definition 'visible'.
engrampa-1.8.1/src/fr-window.c:8475:20: style: Function 'fr_window_set_statusbar_visibility' argument 2 names different: declaration 'value' definition 'visible'. [funcArgNamesDifferent]
engrampa-1.8.1/src/fr-window.h:274:22: note: Function 'fr_window_set_statusbar_visibility' argument 2 names different: declaration 'value' definition 'visible'.
engrampa-1.8.1/src/fr-window.c:8475:20: note: Function 'fr_window_set_statusbar_visibility' argument 2 names different: declaration 'value' definition 'visible'.
engrampa-1.8.1/src/fr-window.c:264:21: style: struct member '_FrWindowPrivateData::tree_hover_path' is never used. [unusedStructMember]
engrampa-1.8.1/src/fr-window.c:349:20: style: struct member '_FrWindowPrivateData::mitem_recents_menu' is never used. [unusedStructMember]
engrampa-1.8.1/src/fr-window.c:5387:35: style: Unused variable: i [unusedVariable]
engrampa-1.8.1/src/glib-utils.c:441:24: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR != 0' is always true. [redundantCondition]
engrampa-1.8.1/src/glib-utils.c:111:22: warning: Either the condition 's2!=NULL' is redundant or there is possible null pointer dereference: s2. [nullPointerRedundantCheck]
engrampa-1.8.1/src/glib-utils.c:108:31: note: Assuming that condition 's2!=NULL' is not redundant
engrampa-1.8.1/src/glib-utils.c:111:22: note: Null pointer dereference
engrampa-1.8.1/src/glib-utils.c:560:2: style: Variable 'locale_format' is reassigned a value before the old one has been used. [redundantAssignment]
engrampa-1.8.1/src/glib-utils.c:553:0: note: Variable 'locale_format' is reassigned a value before the old one has been used.
engrampa-1.8.1/src/glib-utils.c:560:2: note: Variable 'locale_format' is reassigned a value before the old one has been used.
engrampa-1.8.1/src/glib-utils.c:598:14: style: The scope of the variable 'j' can be reduced. [variableScope]
engrampa-1.8.1/src/glib-utils.c:615:12: style: The scope of the variable 'p' can be reduced. [variableScope]
engrampa-1.8.1/src/glib-utils.c:615:15: style: The scope of the variable 'cmp' can be reduced. [variableScope]
engrampa-1.8.1/src/glib-utils.c:587:35: style: Function 'g_ptr_array_free_full' argument 2 names different: declaration 'func' definition 'free_func'. [funcArgNamesDifferent]
engrampa-1.8.1/src/glib-utils.h:71:43: note: Function 'g_ptr_array_free_full' argument 2 names different: declaration 'func' definition 'free_func'.
engrampa-1.8.1/src/glib-utils.c:587:35: note: Function 'g_ptr_array_free_full' argument 2 names different: declaration 'func' definition 'free_func'.
engrampa-1.8.1/src/gtk-utils.c:383:17: style: The scope of the variable 'text_buf' can be reduced. [variableScope]
engrampa-1.8.1/src/gtk-utils.c:388:17: style: The scope of the variable 'args' can be reduced. [variableScope]
engrampa-1.8.1/src/gtk-utils.c:527:47: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
engrampa-1.8.1/src/gtk-utils.c:786:38: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
engrampa-1.8.1/src/gtk-utils.c:713:18: style: Function 'get_icon_pixbuf' argument 3 names different: declaration 'icon_theme' definition 'theme'. [funcArgNamesDifferent]
engrampa-1.8.1/src/gtk-utils.h:75:26: note: Function 'get_icon_pixbuf' argument 3 names different: declaration 'icon_theme' definition 'theme'.
engrampa-1.8.1/src/gtk-utils.c:713:18: note: Function 'get_icon_pixbuf' argument 3 names different: declaration 'icon_theme' definition 'theme'.
engrampa-1.8.1/src/gtk-utils.c:805:41: style: Function '_gtk_builder_new_from_file' argument 1 names different: declaration 'filename' definition 'ui_file'. [funcArgNamesDifferent]
engrampa-1.8.1/src/gtk-utils.h:87:60: note: Function '_gtk_builder_new_from_file' argument 1 names different: declaration 'filename' definition 'ui_file'.
engrampa-1.8.1/src/gtk-utils.c:805:41: note: Function '_gtk_builder_new_from_file' argument 1 names different: declaration 'filename' definition 'ui_file'.
engrampa-1.8.1/src/main.c:303:2: style: Variable 'context' is reassigned a value before the old one has been used. [redundantAssignment]
engrampa-1.8.1/src/main.c:295:0: note: Variable 'context' is reassigned a value before the old one has been used.
engrampa-1.8.1/src/main.c:303:2: note: Variable 'context' is reassigned a value before the old one has been used.
engrampa-1.8.1/src/main.c:814:2: style: Variable 'state' is reassigned a value before the old one has been used. [redundantAssignment]
engrampa-1.8.1/src/main.c:811:0: note: Variable 'state' is reassigned a value before the old one has been used.
engrampa-1.8.1/src/main.c:814:2: note: Variable 'state' is reassigned a value before the old one has been used.
engrampa-1.8.1/src/main.c:653:45: style: Function 'get_archive_filename_extension' argument 1 names different: declaration 'uri' definition 'filename'. [funcArgNamesDifferent]
engrampa-1.8.1/src/main.h:79:70: note: Function 'get_archive_filename_extension' argument 1 names different: declaration 'uri' definition 'filename'.
engrampa-1.8.1/src/main.c:653:45: note: Function 'get_archive_filename_extension' argument 1 names different: declaration 'uri' definition 'filename'.
engrampa-1.8.1/src/mkdtemp.c:126:14: style: The scope of the variable 'fd' can be reduced. [variableScope]
[17:42]

ftp://ftp.se.debian.org/debian/pool/main/e/enhanceio/enhanceio_0+git20130620.orig.tar.xz
enhanceio-0+git20130620/Driver/enhanceio/eio_conf.c:277:36: warning: Either the condition 'if(sb_pages)' is redundant or there is possible null pointer dereference: sb_pages. [nullPointerRedundantCheck]
enhanceio-0+git20130620/Driver/enhanceio/eio_conf.c:331:5: note: Assuming that condition 'if(sb_pages)' is not redundant
enhanceio-0+git20130620/Driver/enhanceio/eio_conf.c:277:36: note: Null pointer dereference
enhanceio-0+git20130620/Driver/enhanceio/eio_conf.c:596:2: style: Variable 'header_page' is reassigned a value before the old one has been used. [redundantAssignment]
enhanceio-0+git20130620/Driver/enhanceio/eio_conf.c:587:0: note: Variable 'header_page' is reassigned a value before the old one has been used.
enhanceio-0+git20130620/Driver/enhanceio/eio_conf.c:596:2: note: Variable 'header_page' is reassigned a value before the old one has been used.
enhanceio-0+git20130620/Driver/enhanceio/eio_conf.c:2205:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
enhanceio-0+git20130620/Driver/enhanceio/eio_conf.c:2469:11: style: The scope of the variable 'check_src' can be reduced. [variableScope]
enhanceio-0+git20130620/Driver/enhanceio/eio_conf.c:2469:26: style: The scope of the variable 'check_ssd' can be reduced. [variableScope]
enhanceio-0+git20130620/Driver/enhanceio/eio_conf.c:2383:42: style: Function 'eio_notify_reboot' argument 1 names different: declaration 'nb' definition 'this'. [funcArgNamesDifferent]
enhanceio-0+git20130620/Driver/enhanceio/eio_conf.c:65:53: note: Function 'eio_notify_reboot' argument 1 names different: declaration 'nb' definition 'this'.
enhanceio-0+git20130620/Driver/enhanceio/eio_conf.c:2383:42: note: Function 'eio_notify_reboot' argument 1 names different: declaration 'nb' definition 'this'.
enhanceio-0+git20130620/Driver/enhanceio/eio_conf.c:2383:62: style: Function 'eio_notify_reboot' argument 2 names different: declaration 'action' definition 'code'. [funcArgNamesDifferent]
enhanceio-0+git20130620/Driver/enhanceio/eio_conf.c:65:71: note: Function 'eio_notify_reboot' argument 2 names different: declaration 'action' definition 'code'.
enhanceio-0+git20130620/Driver/enhanceio/eio_conf.c:2383:62: note: Function 'eio_notify_reboot' argument 2 names different: declaration 'action' definition 'code'.
enhanceio-0+git20130620/Driver/enhanceio/eio_conf.c:2461:74: style: Function 'eio_notify_ssd_rm' argument 3 names different: declaration 'x' definition 'data'. [funcArgNamesDifferent]
enhanceio-0+git20130620/Driver/enhanceio/eio_conf.c:69:15: note: Function 'eio_notify_ssd_rm' argument 3 names different: declaration 'x' definition 'data'.
enhanceio-0+git20130620/Driver/enhanceio/eio_conf.c:2461:74: note: Function 'eio_notify_ssd_rm' argument 3 names different: declaration 'x' definition 'data'.
enhanceio-0+git20130620/Driver/enhanceio/eio_conf.c:501:36: portability: 'pg_virt_addr[page_index]' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
enhanceio-0+git20130620/Driver/enhanceio/eio_conf.c:870:37: portability: 'pg_virt_addr[page_index]' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
enhanceio-0+git20130620/Driver/enhanceio/eio_lru.c:210:0: style: The scope of the variable 'dmc_idx' can be reduced. [variableScope]
enhanceio-0+git20130620/Driver/enhanceio/eio_main.c:1684:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
enhanceio-0+git20130620/Driver/enhanceio/eio_main.c:1992:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
enhanceio-0+git20130620/Driver/enhanceio/eio_main.c:299:6: warning: Either the condition 'ebio!=NULL' is redundant or there is possible null pointer dereference: ebio. [nullPointerRedundantCheck]
enhanceio-0+git20130620/Driver/enhanceio/eio_main.c:300:19: note: Assuming that condition 'ebio!=NULL' is not redundant
enhanceio-0+git20130620/Driver/enhanceio/eio_main.c:299:6: note: Null pointer dereference
enhanceio-0+git20130620/Driver/enhanceio/eio_main.c:605:2: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
enhanceio-0+git20130620/Driver/enhanceio/eio_main.c:580:2: note: Variable 'error' is reassigned a value before the old one has been used.
enhanceio-0+git20130620/Driver/enhanceio/eio_main.c:605:2: note: Variable 'error' is reassigned a value before the old one has been used.
enhanceio-0+git20130620/Driver/enhanceio/eio_main.c:921:8: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
enhanceio-0+git20130620/Driver/enhanceio/eio_main.c:901:8: note: Variable 'err' is reassigned a value before the old one has been used.
enhanceio-0+git20130620/Driver/enhanceio/eio_main.c:921:8: note: Variable 'err' is reassigned a value before the old one has been used.
enhanceio-0+git20130620/Driver/enhanceio/eio_main.c:90:6: style: The scope of the variable 'data_dir' can be reduced. [variableScope]
enhanceio-0+git20130620/Driver/enhanceio/eio_main.c:91:7: style: The scope of the variable 'elapsed' can be reduced. [variableScope]
enhanceio-0+git20130620/Driver/enhanceio/eio_main.c:297:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
enhanceio-0+git20130620/Driver/enhanceio/eio_main.c:844:9: style: The scope of the variable 'err' can be reduced. [variableScope]
enhanceio-0+git20130620/Driver/enhanceio/eio_main.c:845:19: style: The scope of the variable 'flags' can be reduced. [variableScope]
enhanceio-0+git20130620/Driver/enhanceio/eio_main.c:1181:0: style: The scope of the variable 'blk_index' can be reduced. [variableScope]
enhanceio-0+git20130620/Driver/enhanceio/eio_main.c:1780:11: style: The scope of the variable 'ioinset' can be reduced. [variableScope]
enhanceio-0+git20130620/Driver/enhanceio/eio_main.c:2937:6: style: The scope of the variable 'error' can be reduced. [variableScope]
enhanceio-0+git20130620/Driver/enhanceio/eio_main.c:3092:6: style: The scope of the variable 'i' can be reduced. [variableScope]
enhanceio-0+git20130620/Driver/enhanceio/eio_mem.c:109:2: style: Variable 'wrapped' is assigned a value that is never used. [unreadVariable]
enhanceio-0+git20130620/Driver/enhanceio/eio_mem.c:134:2: style: Variable 'set_number' is assigned a value that is never used. [unreadVariable]
enhanceio-0+git20130620/Driver/enhanceio/eio_policy.c:30:28: style: The scope of the variable 'curr' can be reduced. [variableScope]
enhanceio-0+git20130620/Driver/enhanceio/eio_policy.c:67:28: style: The scope of the variable 'curr' can be reduced. [variableScope]
enhanceio-0+git20130620/Driver/enhanceio/eio_procfs.c:1262:2: style: Variable 'entry' is reassigned a value before the old one has been used. [redundantAssignment]
enhanceio-0+git20130620/Driver/enhanceio/eio_procfs.c:1258:2: note: Variable 'entry' is reassigned a value before the old one has been used.
enhanceio-0+git20130620/Driver/enhanceio/eio_procfs.c:1262:2: note: Variable 'entry' is reassigned a value before the old one has been used.
enhanceio-0+git20130620/Driver/enhanceio/eio_procfs.c:1266:2: style: Variable 'entry' is reassigned a value before the old one has been used. [redundantAssignment]
enhanceio-0+git20130620/Driver/enhanceio/eio_procfs.c:1262:2: note: Variable 'entry' is reassigned a value before the old one has been used.
enhanceio-0+git20130620/Driver/enhanceio/eio_procfs.c:1266:2: note: Variable 'entry' is reassigned a value before the old one has been used.
enhanceio-0+git20130620/Driver/enhanceio/eio_procfs.c:1270:2: style: Variable 'entry' is reassigned a value before the old one has been used. [redundantAssignment]
enhanceio-0+git20130620/Driver/enhanceio/eio_procfs.c:1266:2: note: Variable 'entry' is reassigned a value before the old one has been used.
enhanceio-0+git20130620/Driver/enhanceio/eio_procfs.c:1270:2: note: Variable 'entry' is reassigned a value before the old one has been used.
enhanceio-0+git20130620/Driver/enhanceio/eio_procfs.c:59:12: style: The scope of the variable 'cached_blocks' can be reduced. [variableScope]
enhanceio-0+git20130620/Driver/enhanceio/eio_procfs.c:1221:25: style: The scope of the variable 'entry' can be reduced. [variableScope]
enhanceio-0+git20130620/Driver/enhanceio/eio_procfs.c:1323:13: style: The scope of the variable 'have_sector' can be reduced. [variableScope]
enhanceio-0+git20130620/Driver/enhanceio/eio_procfs.c:1224:11: style: Variable 'entry' is assigned a value that is never used. [unreadVariable]
enhanceio-0+git20130620/Driver/enhanceio/eio_procfs.c:1270:10: style: Variable 'entry' is assigned a value that is never used. [unreadVariable]
enhanceio-0+git20130620/Driver/enhanceio/eio_rand.c:81:0: style: The scope of the variable 'idx' can be reduced. [variableScope]
enhanceio-0+git20130620/Driver/enhanceio/eio_subr.c:258:6: style: Variable 'q' is assigned a value that is never used. [unreadVariable]
enhanceio-0+git20130620/Driver/enhanceio/eio_subr.c:269:6: style: Variable 'q' is assigned a value that is never used. [unreadVariable]
enhanceio-0+git20130620/Driver/enhanceio/eio_subr.c:281:6: style: Variable 'q' is assigned a value that is never used. [unreadVariable]
enhanceio-0+git20130620/Driver/enhanceio/eio_subr.c:292:6: style: Variable 'q' is assigned a value that is never used. [unreadVariable]
enhanceio-0+git20130620/Driver/enhanceio/eio_ttc.c:606:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
enhanceio-0+git20130620/Driver/enhanceio/eio_ttc.c:895:2: warning: Either the condition '!bio' is redundant or there is possible null pointer dereference: bio. [nullPointerRedundantCheck]
enhanceio-0+git20130620/Driver/enhanceio/eio_ttc.c:892:6: note: Assuming that condition '!bio' is not redundant
enhanceio-0+git20130620/Driver/enhanceio/eio_ttc.c:895:2: note: Null pointer dereference
enhanceio-0+git20130620/Driver/enhanceio/eio_ttc.c:896:2: warning: Either the condition '!bio' is redundant or there is possible null pointer dereference: bio. [nullPointerRedundantCheck]
enhanceio-0+git20130620/Driver/enhanceio/eio_ttc.c:892:6: note: Assuming that condition '!bio' is not redundant
enhanceio-0+git20130620/Driver/enhanceio/eio_ttc.c:896:2: note: Null pointer dereference
enhanceio-0+git20130620/Driver/enhanceio/eio_ttc.c:897:2: warning: Either the condition '!bio' is redundant or there is possible null pointer dereference: bio. [nullPointerRedundantCheck]
enhanceio-0+git20130620/Driver/enhanceio/eio_ttc.c:892:6: note: Assuming that condition '!bio' is not redundant
enhanceio-0+git20130620/Driver/enhanceio/eio_ttc.c:897:2: note: Null pointer dereference
enhanceio-0+git20130620/Driver/enhanceio/eio_ttc.c:898:2: warning: Either the condition '!bio' is redundant or there is possible null pointer dereference: bio. [nullPointerRedundantCheck]
enhanceio-0+git20130620/Driver/enhanceio/eio_ttc.c:892:6: note: Assuming that condition '!bio' is not redundant
enhanceio-0+git20130620/Driver/enhanceio/eio_ttc.c:898:2: note: Null pointer dereference
enhanceio-0+git20130620/Driver/enhanceio/eio_ttc.c:1187:2: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
enhanceio-0+git20130620/Driver/enhanceio/eio_ttc.c:1181:0: note: Variable 'error' is reassigned a value before the old one has been used.
enhanceio-0+git20130620/Driver/enhanceio/eio_ttc.c:1187:2: note: Variable 'error' is reassigned a value before the old one has been used.
enhanceio-0+git20130620/Driver/enhanceio/eio_ttc.c:629:14: style: The scope of the variable 'bio' can be reduced. [variableScope]
enhanceio-0+git20130620/Driver/enhanceio/eio_ttc.c:633:6: style: The scope of the variable 'num_bvecs' can be reduced. [variableScope]
enhanceio-0+git20130620/Driver/enhanceio/eio_ttc.c:694:14: style: The scope of the variable 'bio' can be reduced. [variableScope]
enhanceio-0+git20130620/Driver/enhanceio/eio_ttc.c:698:6: style: The scope of the variable 'num_bvecs' can be reduced. [variableScope]
[17:42]

ftp://ftp.se.debian.org/debian/pool/main/e/enigma/enigma_1.20-dfsg.1.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/e/enigmail/enigmail_2.0.7+ds1.orig.tar.gz
[17:42]

ftp://ftp.se.debian.org/debian/pool/main/e/enjarify/enjarify_1.0.3.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/enki-aseba/enki-aseba_1.6.0.orig.tar.xz
enki-aseba-1.6.0/enki/Random.h:110:13: style: The scope of the variable 'x' can be reduced. [variableScope]
enki-aseba-1.6.0/enki/BluetoothBase.cpp:110:17: style: The scope of the variable 'j' can be reduced. [variableScope]
enki-aseba-1.6.0/enki/Interaction.h:66:3: warning: Member variable 'LocalInteraction::owner' is not initialized in the constructor. [uninitMemberVar]
enki-aseba-1.6.0/enki/Interaction.h:101:3: warning: Member variable 'GlobalInteraction::owner' is not initialized in the constructor. [uninitMemberVar]
enki-aseba-1.6.0/enki/Geometry.h:205:47: performance: Variable 'a' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
enki-aseba-1.6.0/enki/Geometry.h:205:55: performance: Variable 'b' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
enki-aseba-1.6.0/enki/BluetoothBase.h:107:8: performance: Technically the member function 'Enki::BluetoothBase::checkDistance' can be static. [functionStatic]
enki-aseba-1.6.0/enki/BluetoothBase.cpp:226:22: note: Technically the member function 'Enki::BluetoothBase::checkDistance' can be static.
enki-aseba-1.6.0/enki/BluetoothBase.h:107:8: note: Technically the member function 'Enki::BluetoothBase::checkDistance' can be static.
enki-aseba-1.6.0/enki/Geometry.h:78:3: style: Struct 'Vector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
enki-aseba-1.6.0/enki/Geometry.h:82:3: style: Struct 'Vector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
enki-aseba-1.6.0/enki/Geometry.h:161:3: style: Struct 'Matrix22' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
enki-aseba-1.6.0/enki/Geometry.h:163:3: style: Struct 'Matrix22' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
enki-aseba-1.6.0/enki/Geometry.h:203:3: style: Struct 'Segment' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
enki-aseba-1.6.0/enki/Interaction.h:103:3: style: Class 'GlobalInteraction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
enki-aseba-1.6.0/enki/PhysicalEngine.h:248:4: style: Struct 'Hull' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
enki-aseba-1.6.0/enki/PhysicalEngine.h:402:16: style: The function 'initLocalInteractions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enki-aseba-1.6.0/enki/PhysicalEngine.h:352:16: note: Virtual function in base class
enki-aseba-1.6.0/enki/PhysicalEngine.h:402:16: note: Function in derived class
enki-aseba-1.6.0/enki/PhysicalEngine.h:404:16: style: The function 'doLocalInteractions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enki-aseba-1.6.0/enki/PhysicalEngine.h:354:16: note: Virtual function in base class
enki-aseba-1.6.0/enki/PhysicalEngine.h:404:16: note: Function in derived class
enki-aseba-1.6.0/enki/PhysicalEngine.h:406:16: style: The function 'doLocalWallsInteraction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enki-aseba-1.6.0/enki/PhysicalEngine.h:356:16: note: Virtual function in base class
enki-aseba-1.6.0/enki/PhysicalEngine.h:406:16: note: Function in derived class
enki-aseba-1.6.0/enki/PhysicalEngine.h:408:16: style: The function 'finalizeLocalInteractions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enki-aseba-1.6.0/enki/PhysicalEngine.h:358:16: note: Virtual function in base class
enki-aseba-1.6.0/enki/PhysicalEngine.h:408:16: note: Function in derived class
enki-aseba-1.6.0/enki/PhysicalEngine.h:411:16: style: The function 'doGlobalInteractions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enki-aseba-1.6.0/enki/PhysicalEngine.h:363:16: note: Virtual function in base class
enki-aseba-1.6.0/enki/PhysicalEngine.h:411:16: note: Function in derived class
enki-aseba-1.6.0/enki/interactions/Bluetooth.h:133:16: style: The function 'step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enki-aseba-1.6.0/enki/Interaction.h:109:16: note: Virtual function in base class
enki-aseba-1.6.0/enki/interactions/Bluetooth.h:133:16: note: Function in derived class
enki-aseba-1.6.0/enki/PhysicalEngine.cpp:1055:23: style: The scope of the variable 'jCounter' can be reduced. [variableScope]
enki-aseba-1.6.0/enki/PhysicalEngine.cpp:713:57: style: Function 'World' argument 3 names different: declaration 'wallsColor' definition 'color'. [funcArgNamesDifferent]
enki-aseba-1.6.0/enki/PhysicalEngine.h:485:51: note: Function 'World' argument 3 names different: declaration 'wallsColor' definition 'color'.
enki-aseba-1.6.0/enki/PhysicalEngine.cpp:713:57: note: Function 'World' argument 3 names different: declaration 'wallsColor' definition 'color'.
enki-aseba-1.6.0/enki/PhysicalEngine.cpp:725:38: style: Function 'World' argument 2 names different: declaration 'wallsColor' definition 'color'. [funcArgNamesDifferent]
enki-aseba-1.6.0/enki/PhysicalEngine.h:487:32: note: Function 'World' argument 2 names different: declaration 'wallsColor' definition 'color'.
enki-aseba-1.6.0/enki/PhysicalEngine.cpp:725:38: note: Function 'World' argument 2 names different: declaration 'wallsColor' definition 'color'.
enki-aseba-1.6.0/enki/PhysicalEngine.h:509:8: performance: Technically the member function 'Enki::World::setRandomSeed' can be static. [functionStatic]
enki-aseba-1.6.0/enki/PhysicalEngine.cpp:1139:14: note: Technically the member function 'Enki::World::setRandomSeed' can be static.
enki-aseba-1.6.0/enki/PhysicalEngine.h:509:8: note: Technically the member function 'Enki::World::setRandomSeed' can be static.
enki-aseba-1.6.0/enki/PhysicalEngine.cpp:632:8: style: Technically the member function 'Enki::InteractionRadiusCompare::operator()' can be const. [functionConst]
enki-aseba-1.6.0/enki/Types.cpp:60:31: performance: Function parameter 'color' should be passed by const reference. [passedByValue]
enki-aseba-1.6.0/enki/interactions/ActiveSoundSource.cpp:83:10: style: The scope of the variable 'variance' can be reduced. [variableScope]
enki-aseba-1.6.0/enki/interactions/ActiveSoundSource.h:75:10: style: Technically the member function 'Enki::ActiveSoundSource::getSound' can be const. [functionConst]
enki-aseba-1.6.0/enki/interactions/ActiveSoundSource.cpp:107:28: note: Technically the member function 'Enki::ActiveSoundSource::getSound' can be const.
enki-aseba-1.6.0/enki/interactions/ActiveSoundSource.h:75:10: note: Technically the member function 'Enki::ActiveSoundSource::getSound' can be const.
enki-aseba-1.6.0/enki/interactions/ActiveSoundSource.h:77:10: style: Technically the member function 'Enki::ActiveSoundSource::getMaxSound' can be const. [functionConst]
enki-aseba-1.6.0/enki/interactions/ActiveSoundSource.cpp:116:28: note: Technically the member function 'Enki::ActiveSoundSource::getMaxSound' can be const.
enki-aseba-1.6.0/enki/interactions/ActiveSoundSource.h:77:10: note: Technically the member function 'Enki::ActiveSoundSource::getMaxSound' can be const.
enki-aseba-1.6.0/enki/interactions/ActiveSoundSource.cpp:53:3: style: Class 'ActiveSoundSource' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
enki-aseba-1.6.0/enki/interactions/ActiveSoundSource.cpp:53:3: style: Class 'ActiveSoundSource' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
enki-aseba-1.6.0/enki/interactions/Bluetooth.cpp:220:43: style: Function 'closeConnection' argument 1 names different: declaration 'index' definition 'dest'. [funcArgNamesDifferent]
enki-aseba-1.6.0/enki/interactions/Bluetooth.h:143:33: note: Function 'closeConnection' argument 1 names different: declaration 'index' definition 'dest'.
enki-aseba-1.6.0/enki/interactions/Bluetooth.cpp:220:43: note: Function 'closeConnection' argument 1 names different: declaration 'index' definition 'dest'.
enki-aseba-1.6.0/enki/interactions/Bluetooth.cpp:324:16: warning: Assert statement calls a function which may have desired side effects: 'registerClient'. [assertWithSideEffect]
enki-aseba-1.6.0/enki/interactions/Bluetooth.h:102:8: style: Technically the member function 'Enki::Bluetooth::cancelRxBuffer' can be const. [functionConst]
enki-aseba-1.6.0/enki/interactions/Bluetooth.cpp:70:18: note: Technically the member function 'Enki::Bluetooth::cancelRxBuffer' can be const.
enki-aseba-1.6.0/enki/interactions/Bluetooth.h:102:8: note: Technically the member function 'Enki::Bluetooth::cancelRxBuffer' can be const.
enki-aseba-1.6.0/enki/interactions/Bluetooth.h:104:8: style: Technically the member function 'Enki::Bluetooth::cancelTxBuffer' can be const. [functionConst]
enki-aseba-1.6.0/enki/interactions/Bluetooth.cpp:77:18: note: Technically the member function 'Enki::Bluetooth::cancelTxBuffer' can be const.
enki-aseba-1.6.0/enki/interactions/Bluetooth.h:104:8: note: Technically the member function 'Enki::Bluetooth::cancelTxBuffer' can be const.
enki-aseba-1.6.0/enki/interactions/Bluetooth.h:106:8: style: Technically the member function 'Enki::Bluetooth::cancelAllData' can be const. [functionConst]
enki-aseba-1.6.0/enki/interactions/Bluetooth.cpp:84:18: note: Technically the member function 'Enki::Bluetooth::cancelAllData' can be const.
enki-aseba-1.6.0/enki/interactions/Bluetooth.h:106:8: note: Technically the member function 'Enki::Bluetooth::cancelAllData' can be const.
enki-aseba-1.6.0/enki/interactions/Bluetooth.h:138:12: style: Technically the member function 'Enki::Bluetooth::getAddress' can be const. [functionConst]
enki-aseba-1.6.0/enki/interactions/Bluetooth.cpp:135:22: note: Technically the member function 'Enki::Bluetooth::getAddress' can be const.
enki-aseba-1.6.0/enki/interactions/Bluetooth.h:138:12: note: Technically the member function 'Enki::Bluetooth::getAddress' can be const.
enki-aseba-1.6.0/enki/interactions/Bluetooth.h:146:8: style: Technically the member function 'Enki::Bluetooth::didIReceive' can be const. [functionConst]
enki-aseba-1.6.0/enki/interactions/Bluetooth.cpp:150:18: note: Technically the member function 'Enki::Bluetooth::didIReceive' can be const.
enki-aseba-1.6.0/enki/interactions/Bluetooth.h:146:8: note: Technically the member function 'Enki::Bluetooth::didIReceive' can be const.
enki-aseba-1.6.0/enki/interactions/Bluetooth.h:148:8: style: Technically the member function 'Enki::Bluetooth::didIReceive' can be const. [functionConst]
enki-aseba-1.6.0/enki/interactions/Bluetooth.cpp:158:18: note: Technically the member function 'Enki::Bluetooth::didIReceive' can be const.
enki-aseba-1.6.0/enki/interactions/Bluetooth.h:148:8: note: Technically the member function 'Enki::Bluetooth::didIReceive' can be const.
enki-aseba-1.6.0/enki/interactions/Bluetooth.h:154:12: style: Technically the member function 'Enki::Bluetooth::getSizeReceived' can be const. [functionConst]
enki-aseba-1.6.0/enki/interactions/Bluetooth.cpp:196:22: note: Technically the member function 'Enki::Bluetooth::getSizeReceived' can be const.
enki-aseba-1.6.0/enki/interactions/Bluetooth.h:154:12: note: Technically the member function 'Enki::Bluetooth::getSizeReceived' can be const.
enki-aseba-1.6.0/enki/interactions/Bluetooth.h:161:8: style: Technically the member function 'Enki::Bluetooth::isThereTxError' can be const. [functionConst]
enki-aseba-1.6.0/enki/interactions/Bluetooth.cpp:266:18: note: Technically the member function 'Enki::Bluetooth::isThereTxError' can be const.
enki-aseba-1.6.0/enki/interactions/Bluetooth.h:161:8: note: Technically the member function 'Enki::Bluetooth::isThereTxError' can be const.
enki-aseba-1.6.0/enki/interactions/Bluetooth.h:164:12: style: Technically the member function 'Enki::Bluetooth::getConnectionError' can be const. [functionConst]
enki-aseba-1.6.0/enki/interactions/Bluetooth.cpp:356:22: note: Technically the member function 'Enki::Bluetooth::getConnectionError' can be const.
enki-aseba-1.6.0/enki/interactions/Bluetooth.h:164:12: note: Technically the member function 'Enki::Bluetooth::getConnectionError' can be const.
enki-aseba-1.6.0/enki/interactions/Bluetooth.h:166:12: style: Technically the member function 'Enki::Bluetooth::getDisconnectionError' can be const. [functionConst]
enki-aseba-1.6.0/enki/interactions/Bluetooth.cpp:361:22: note: Technically the member function 'Enki::Bluetooth::getDisconnectionError' can be const.
enki-aseba-1.6.0/enki/interactions/Bluetooth.h:166:12: note: Technically the member function 'Enki::Bluetooth::getDisconnectionError' can be const.
enki-aseba-1.6.0/enki/interactions/Bluetooth.h:169:12: style: Technically the member function 'Enki::Bluetooth::getTxBufferSize' can be const. [functionConst]
enki-aseba-1.6.0/enki/interactions/Bluetooth.cpp:298:22: note: Technically the member function 'Enki::Bluetooth::getTxBufferSize' can be const.
enki-aseba-1.6.0/enki/interactions/Bluetooth.h:169:12: note: Technically the member function 'Enki::Bluetooth::getTxBufferSize' can be const.
enki-aseba-1.6.0/enki/interactions/Bluetooth.h:174:12: style: Technically the member function 'Enki::Bluetooth::getRxBufferSize' can be const. [functionConst]
enki-aseba-1.6.0/enki/interactions/Bluetooth.cpp:284:22: note: Technically the member function 'Enki::Bluetooth::getRxBufferSize' can be const.
enki-aseba-1.6.0/enki/interactions/Bluetooth.h:174:12: note: Technically the member function 'Enki::Bluetooth::getRxBufferSize' can be const.
enki-aseba-1.6.0/enki/interactions/Bluetooth.h:179:12: style: Technically the member function 'Enki::Bluetooth::getMaxConnections' can be const. [functionConst]
enki-aseba-1.6.0/enki/interactions/Bluetooth.cpp:130:22: note: Technically the member function 'Enki::Bluetooth::getMaxConnections' can be const.
enki-aseba-1.6.0/enki/interactions/Bluetooth.h:179:12: note: Technically the member function 'Enki::Bluetooth::getMaxConnections' can be const.
enki-aseba-1.6.0/enki/interactions/Bluetooth.h:184:12: style: Technically the member function 'Enki::Bluetooth::getNbConnections' can be const. [functionConst]
enki-aseba-1.6.0/enki/interactions/Bluetooth.cpp:140:22: note: Technically the member function 'Enki::Bluetooth::getNbConnections' can be const.
enki-aseba-1.6.0/enki/interactions/Bluetooth.h:184:12: note: Technically the member function 'Enki::Bluetooth::getNbConnections' can be const.
enki-aseba-1.6.0/enki/interactions/CircularCam.cpp:60:15: warning: Member variable 'CircularCam::absOrientation' is not initialized in the constructor. [uninitMemberVar]
enki-aseba-1.6.0/enki/interactions/CircularCam.h:120:9: style: Technically the member function 'Enki::CircularCam::getAbsolutePosition' can be const. [functionConst]
enki-aseba-1.6.0/enki/interactions/CircularCam.h:122:10: style: Technically the member function 'Enki::CircularCam::getAbsoluteOrientation' can be const. [functionConst]
enki-aseba-1.6.0/enki/interactions/CircularCam.h:126:10: performance: Technically the member function 'Enki::CircularCam::interpolateLinear' can be static. [functionStatic]
enki-aseba-1.6.0/enki/interactions/CircularCam.cpp:149:22: note: Technically the member function 'Enki::CircularCam::interpolateLinear' can be static.
enki-aseba-1.6.0/enki/interactions/CircularCam.h:126:10: note: Technically the member function 'Enki::CircularCam::interpolateLinear' can be static.
enki-aseba-1.6.0/enki/interactions/CircularCam.h:112:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enki-aseba-1.6.0/enki/Interaction.h:72:16: note: Virtual function in base class
enki-aseba-1.6.0/enki/interactions/CircularCam.h:112:16: note: Function in derived class
enki-aseba-1.6.0/enki/interactions/CircularCam.h:113:16: style: The function 'objectStep' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enki-aseba-1.6.0/enki/Interaction.h:79:16: note: Virtual function in base class
enki-aseba-1.6.0/enki/interactions/CircularCam.h:113:16: note: Function in derived class
enki-aseba-1.6.0/enki/interactions/CircularCam.h:114:16: style: The function 'wallsStep' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enki-aseba-1.6.0/enki/Interaction.h:84:16: note: Virtual function in base class
enki-aseba-1.6.0/enki/interactions/CircularCam.h:114:16: note: Function in derived class
enki-aseba-1.6.0/enki/interactions/CircularCam.h:115:16: style: The function 'finalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enki-aseba-1.6.0/enki/Interaction.h:86:16: note: Virtual function in base class
enki-aseba-1.6.0/enki/interactions/CircularCam.h:115:16: note: Function in derived class
enki-aseba-1.6.0/enki/interactions/CircularCam.h:159:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enki-aseba-1.6.0/enki/Interaction.h:72:16: note: Virtual function in base class
enki-aseba-1.6.0/enki/interactions/CircularCam.h:159:16: note: Function in derived class
enki-aseba-1.6.0/enki/interactions/CircularCam.h:160:16: style: The function 'objectStep' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enki-aseba-1.6.0/enki/Interaction.h:79:16: note: Virtual function in base class
enki-aseba-1.6.0/enki/interactions/CircularCam.h:160:16: note: Function in derived class
enki-aseba-1.6.0/enki/interactions/CircularCam.h:161:16: style: The function 'wallsStep' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enki-aseba-1.6.0/enki/Interaction.h:84:16: note: Virtual function in base class
enki-aseba-1.6.0/enki/interactions/CircularCam.h:161:16: note: Function in derived class
enki-aseba-1.6.0/enki/interactions/CircularCam.h:162:16: style: The function 'finalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enki-aseba-1.6.0/enki/Interaction.h:86:16: note: Virtual function in base class
enki-aseba-1.6.0/enki/interactions/CircularCam.h:162:16: note: Function in derived class
enki-aseba-1.6.0/enki/interactions/CircularCam.cpp:49:16: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enki-aseba-1.6.0/enki/interactions/CircularCam.h:57:16: note: Virtual function in base class
enki-aseba-1.6.0/enki/interactions/CircularCam.cpp:49:16: note: Function in derived class
enki-aseba-1.6.0/enki/interactions/CircularCam.cpp:414:68: performance: Function parameter 'threshold' should be passed by const reference. [passedByValue]
enki-aseba-1.6.0/enki/interactions/GroundSensor.cpp:44:16: warning: Member variable 'GroundSensor::finalValue' is not initialized in the constructor. [uninitMemberVar]
enki-aseba-1.6.0/enki/interactions/IRSensor.cpp:332:13: style: The scope of the variable 'N' can be reduced. [variableScope]
enki-aseba-1.6.0/enki/interactions/IRSensor.cpp:332:16: style: The scope of the variable 'D' can be reduced. [variableScope]
enki-aseba-1.6.0/enki/interactions/IRSensor.cpp:114:16: style: Variable 'color' is assigned a value that is never used. [unreadVariable]
enki-aseba-1.6.0/enki/interactions/IRSensor.cpp:49:12: warning: Member variable 'IRSensor::absOrientation' is not initialized in the constructor. [uninitMemberVar]
enki-aseba-1.6.0/enki/interactions/Microphone.cpp:199:10: style: The scope of the variable 'current_dist' can be reduced. [variableScope]
enki-aseba-1.6.0/enki/interactions/Microphone.cpp:46:14: warning: Member variable 'Microphone::range' is not initialized in the constructor. [uninitMemberVar]
enki-aseba-1.6.0/enki/interactions/Microphone.cpp:145:14: warning: Member variable 'FourWayMic::range' is not initialized in the constructor. [uninitMemberVar]
enki-aseba-1.6.0/enki/interactions/Microphone.cpp:52:9: performance: Variable 'micRelPos' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
enki-aseba-1.6.0/enki/interactions/Microphone.h:90:8: style: Technically the member function 'Enki::Microphone::getMaxChannel' can be const. [functionConst]
enki-aseba-1.6.0/enki/interactions/Microphone.cpp:126:19: note: Technically the member function 'Enki::Microphone::getMaxChannel' can be const.
enki-aseba-1.6.0/enki/interactions/Microphone.h:90:8: note: Technically the member function 'Enki::Microphone::getMaxChannel' can be const.
enki-aseba-1.6.0/enki/interactions/Microphone.h:92:10: style: Technically the member function 'Enki::Microphone::getMicAbsPos' can be const. [functionConst]
enki-aseba-1.6.0/enki/interactions/Microphone.cpp:140:21: note: Technically the member function 'Enki::Microphone::getMicAbsPos' can be const.
enki-aseba-1.6.0/enki/interactions/Microphone.h:92:10: note: Technically the member function 'Enki::Microphone::getMicAbsPos' can be const.
enki-aseba-1.6.0/enki/interactions/Microphone.h:133:8: style: Technically the member function 'Enki::FourWayMic::getMaxChannel' can be const. [functionConst]
enki-aseba-1.6.0/enki/interactions/Microphone.cpp:241:19: note: Technically the member function 'Enki::FourWayMic::getMaxChannel' can be const.
enki-aseba-1.6.0/enki/interactions/Microphone.h:133:8: note: Technically the member function 'Enki::FourWayMic::getMaxChannel' can be const.
enki-aseba-1.6.0/enki/interactions/Microphone.h:135:10: style: Technically the member function 'Enki::FourWayMic::getMicAbsPos' can be const. [functionConst]
enki-aseba-1.6.0/enki/interactions/Microphone.cpp:255:21: note: Technically the member function 'Enki::FourWayMic::getMicAbsPos' can be const.
enki-aseba-1.6.0/enki/interactions/Microphone.h:135:10: note: Technically the member function 'Enki::FourWayMic::getMicAbsPos' can be const.
enki-aseba-1.6.0/enki/interactions/Microphone.cpp:54:9: style: Class 'Microphone' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
enki-aseba-1.6.0/enki/interactions/Microphone.cpp:54:9: style: Class 'Microphone' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
enki-aseba-1.6.0/enki/interactions/Microphone.h:58:19: warning: The class 'Microphone' defines member variable with name 'owner' also defined in its parent class 'LocalInteraction'. [duplInheritedMember]
enki-aseba-1.6.0/enki/Interaction.h:62:10: note: Parent variable 'LocalInteraction::owner'
enki-aseba-1.6.0/enki/interactions/Microphone.h:58:19: note: Derived variable 'Microphone::owner'
enki-aseba-1.6.0/enki/interactions/Microphone.h:101:19: warning: The class 'FourWayMic' defines member variable with name 'owner' also defined in its parent class 'LocalInteraction'. [duplInheritedMember]
enki-aseba-1.6.0/enki/Interaction.h:62:10: note: Parent variable 'LocalInteraction::owner'
enki-aseba-1.6.0/enki/interactions/Microphone.h:101:19: note: Derived variable 'FourWayMic::owner'
enki-aseba-1.6.0/enki/robots/e-puck/EPuck.h:117:3: style: Class 'EPuck' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
enki-aseba-1.6.0/enki/robots/khepera/Khepera.h:85:3: style: Class 'Khepera' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
enki-aseba-1.6.0/enki/robots/s-bot/Sbot.cpp:48:10: style: The scope of the variable 'attenuation' can be reduced. [variableScope]
enki-aseba-1.6.0/enki/robots/s-bot/Sbot.cpp:88:10: style: The scope of the variable 'current_dist' can be reduced. [variableScope]
enki-aseba-1.6.0/enki/robots/s-bot/Sbot.h:66:3: warning: Member variable 'SbotGlobalSound::frequenciesState' is not initialized in the constructor. [uninitMemberVar]
enki-aseba-1.6.0/enki/robots/s-bot/SbotObject.cpp:50:3: performance: Variable 'activeColor' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
enki-aseba-1.6.0/enki/robots/s-bot/Sbot.h:66:3: style: Class 'SbotGlobalSound' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
enki-aseba-1.6.0/python/enki.cpp:444:13: style: Same expression on both sides of '-='. [duplicateExpression]
enki-aseba-1.6.0/viewer/Viewer.h:98:4: style: Struct 'CameraPose' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
enki-aseba-1.6.0/viewer/Viewer.h:116:4: style: Struct 'UpdatableCameraPose' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
enki-aseba-1.6.0/python/enki.cpp:368:7: style: The function 'sceneCompletedHook' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enki-aseba-1.6.0/viewer/Viewer.h:232:16: note: Virtual function in base class
enki-aseba-1.6.0/python/enki.cpp:368:7: note: Function in derived class
enki-aseba-1.6.0/python/enki.cpp:376:7: style: The function 'timerEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enki-aseba-1.6.0/viewer/Viewer.h:253:16: note: Virtual function in base class
enki-aseba-1.6.0/python/enki.cpp:376:7: note: Function in derived class
enki-aseba-1.6.0/python/enki.cpp:416:2: style: Instance of 'Vector_from_python' object is destroyed immediately. [unusedScopedObject]
enki-aseba-1.6.0/viewer/EPuckModel.h:44:3: style: Class 'EPuckModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
enki-aseba-1.6.0/viewer/EPuckModel.h:45:16: style: The function 'cleanup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enki-aseba-1.6.0/viewer/Viewer.h:74:17: note: Virtual function in base class
enki-aseba-1.6.0/viewer/EPuckModel.h:45:16: note: Function in derived class
enki-aseba-1.6.0/viewer/EPuckModel.h:46:16: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enki-aseba-1.6.0/viewer/Viewer.h:71:17: note: Virtual function in base class
enki-aseba-1.6.0/viewer/EPuckModel.h:46:16: note: Function in derived class
enki-aseba-1.6.0/viewer/EPuckModel.h:47:16: style: The function 'drawSpecial' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enki-aseba-1.6.0/viewer/Viewer.h:72:17: note: Virtual function in base class
enki-aseba-1.6.0/viewer/EPuckModel.h:47:16: note: Function in derived class
enki-aseba-1.6.0/viewer/MarxbotModel.h:44:3: style: Class 'MarxbotModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
enki-aseba-1.6.0/viewer/MarxbotModel.h:45:16: style: The function 'cleanup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enki-aseba-1.6.0/viewer/Viewer.h:74:17: note: Virtual function in base class
enki-aseba-1.6.0/viewer/MarxbotModel.h:45:16: note: Function in derived class
enki-aseba-1.6.0/viewer/MarxbotModel.h:46:16: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enki-aseba-1.6.0/viewer/Viewer.h:71:17: note: Virtual function in base class
enki-aseba-1.6.0/viewer/MarxbotModel.h:46:16: note: Function in derived class
enki-aseba-1.6.0/viewer/Thymio2Model.cpp:48:43: style: Function 'Thymio2Model' argument 1 names different: declaration 'viewer' definition 'v'. [funcArgNamesDifferent]
enki-aseba-1.6.0/viewer/Thymio2Model.h:45:30: note: Function 'Thymio2Model' argument 1 names different: declaration 'viewer' definition 'v'.
enki-aseba-1.6.0/viewer/Thymio2Model.cpp:48:43: note: Function 'Thymio2Model' argument 1 names different: declaration 'viewer' definition 'v'.
enki-aseba-1.6.0/viewer/Thymio2Model.cpp:299:20: style: Variable 'destA' is assigned a value that is never used. [unreadVariable]
enki-aseba-1.6.0/viewer/Thymio2Model.h:45:3: style: Class 'Thymio2Model' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
enki-aseba-1.6.0/viewer/Thymio2Model.h:46:16: style: The function 'cleanup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enki-aseba-1.6.0/viewer/Viewer.h:74:17: note: Virtual function in base class
enki-aseba-1.6.0/viewer/Thymio2Model.h:46:16: note: Function in derived class
enki-aseba-1.6.0/viewer/Thymio2Model.h:47:16: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enki-aseba-1.6.0/viewer/Viewer.h:71:17: note: Virtual function in base class
enki-aseba-1.6.0/viewer/Thymio2Model.h:47:16: note: Function in derived class
enki-aseba-1.6.0/viewer/Viewer.cpp:343:79: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
enki-aseba-1.6.0/viewer/Viewer.h:128:8: style: Member variable 'ViewerWidget::doDumpFrames' is in the wrong place in the initializer list. [initializerList]
enki-aseba-1.6.0/viewer/Viewer.cpp:195:3: note: Member variable 'ViewerWidget::doDumpFrames' is in the wrong place in the initializer list.
enki-aseba-1.6.0/viewer/Viewer.h:128:8: note: Member variable 'ViewerWidget::doDumpFrames' is in the wrong place in the initializer list.
enki-aseba-1.6.0/viewer/Viewer.cpp:85:4: performance: Variable 'list' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
enki-aseba-1.6.0/viewer/Viewer.cpp:89:16: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
enki-aseba-1.6.0/viewer/Viewer.h:71:17: note: Virtual function in base class
enki-aseba-1.6.0/viewer/Viewer.cpp:89:16: note: Function in derived class
[17:42]

ftp://ftp.se.debian.org/debian/pool/main/e/enna/enna_0.4.1~r3557.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/e/enscribe/enscribe_0.1.0.orig.tar.gz
enscribe-0.1.0/enscribe.c:679:8: style: The scope of the variable 'in' can be reduced. [variableScope]
enscribe-0.1.0/enscribe.c:684:11: style: The scope of the variable 'maskfile' can be reduced. [variableScope]
enscribe-0.1.0/enscribe.c:689:6: style: The scope of the variable 'w' can be reduced. [variableScope]
enscribe-0.1.0/enscribe.c:696:19: style: The scope of the variable 'j' can be reduced. [variableScope]
enscribe-0.1.0/enscribe.c:841:9: style: The scope of the variable 'maxp' can be reduced. [variableScope]
enscribe-0.1.0/enscribe.c:1385:16: style: The scope of the variable 'm' can be reduced. [variableScope]
enscribe-0.1.0/enscribe.c:1385:18: style: The scope of the variable 'mh' can be reduced. [variableScope]
enscribe-0.1.0/enscribe.c:1387:11: style: The scope of the variable 'phi' can be reduced. [variableScope]
enscribe-0.1.0/enscribe.c:1367:0: error: Memory leak: mask [memleak]
[17:42]

ftp://ftp.se.debian.org/debian/pool/main/e/enscript/enscript_1.6.5.90.orig.tar.gz
enscript-1.6.5.90/afmlib/afm.c:74:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
enscript-1.6.5.90/afmlib/afm.c:466:16: style: The scope of the variable 'i' can be reduced. [variableScope]
enscript-1.6.5.90/afmlib/afm.c:469:34: style: The scope of the variable 'cm' can be reduced. [variableScope]
enscript-1.6.5.90/afmlib/afm.c:751:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
enscript-1.6.5.90/afmlib/afmparse.c:515:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
enscript-1.6.5.90/afmlib/afmparse.c:594:17: style: The scope of the variable 'cmpvalue' can be reduced. [variableScope]
enscript-1.6.5.90/afmlib/afmparse.c:622:7: style: The scope of the variable 'key' can be reduced. [variableScope]
enscript-1.6.5.90/afmlib/afmparse.c:858:23: style: The scope of the variable 'kp' can be reduced. [variableScope]
enscript-1.6.5.90/afmlib/afmparse.c:926:17: style: The scope of the variable 'tk' can be reduced. [variableScope]
enscript-1.6.5.90/afmlib/afmparse.c:967:17: style: The scope of the variable 'cm' can be reduced. [variableScope]
enscript-1.6.5.90/afmlib/afmtest.c:123:7: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
enscript-1.6.5.90/afmlib/afmtest.c:119:7: note: Variable 'error' is reassigned a value before the old one has been used.
enscript-1.6.5.90/afmlib/afmtest.c:123:7: note: Variable 'error' is reassigned a value before the old one has been used.
enscript-1.6.5.90/compat/regex.c:3942:18: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
enscript-1.6.5.90/compat/regex.c:3939:17: note: Assignment 'string1=0', assigned value is 0
enscript-1.6.5.90/compat/regex.c:3942:18: note: Null pointer addition
enscript-1.6.5.90/compat/regex.c:4420:0: style: The scope of the variable 'this_reg' can be reduced. [variableScope]
enscript-1.6.5.90/compat/regex.c:4574:0: style: The scope of the variable 'this_reg' can be reduced. [variableScope]
enscript-1.6.5.90/compat/regex.c:4631:0: style: The scope of the variable 'this_reg' can be reduced. [variableScope]
enscript-1.6.5.90/compat/regex.c:4805:25: style: The scope of the variable 'sdummy' can be reduced. [variableScope]
enscript-1.6.5.90/compat/regex.c:4851:0: style: The scope of the variable 'this_reg' can be reduced. [variableScope]
enscript-1.6.5.90/compat/regex.c:4864:0: style: The scope of the variable 'this_reg' can be reduced. [variableScope]
enscript-1.6.5.90/compat/regex.c:3133:3: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
enscript-1.6.5.90/compat/regex.c:3322:20: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
enscript-1.6.5.90/compat/regex.c:3875:3: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
enscript-1.6.5.90/compat/regex.c:3885:18: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
enscript-1.6.5.90/compat/regex.c:3886:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
enscript-1.6.5.90/compat/regex.c:3887:22: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
enscript-1.6.5.90/compat/regex.c:3888:20: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
enscript-1.6.5.90/compat/regex.c:3889:23: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
enscript-1.6.5.90/compat/regex.c:3890:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
enscript-1.6.5.90/compat/regex.c:3891:18: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
enscript-1.6.5.90/compat/regex.c:3892:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
enscript-1.6.5.90/compat/regex.c:3893:24: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
enscript-1.6.5.90/compat/regex.c:4420:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
enscript-1.6.5.90/compat/regex.c:4574:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
enscript-1.6.5.90/compat/regex.c:4631:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
enscript-1.6.5.90/compat/regex.c:4851:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
enscript-1.6.5.90/compat/regex.c:4864:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
enscript-1.6.5.90/compat/regex.c:1917:7: error: Memory leak: compile_stack.stack [memleak]
enscript-1.6.5.90/compat/regex.c:5656:9: error: Memory leak: regs.start [memleak]
enscript-1.6.5.90/compat/regex.c:5656:9: error: Memory leak: regs.end [memleak]
enscript-1.6.5.90/compat/regex.c:2999:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
enscript-1.6.5.90/compat/regex.c:3002:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
enscript-1.6.5.90/compat/regex.c:3070:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
enscript-1.6.5.90/compat/xalloc.c:70:7: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
enscript-1.6.5.90/compat/xalloc.c:88:7: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
enscript-1.6.5.90/compat/xalloc.c:109:7: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
enscript-1.6.5.90/intl/dcigettext.c:697:39: style: Redundant condition: If 'EXPR == ':'', the comparison 'EXPR != '\0'' is always true. [redundantCondition]
enscript-1.6.5.90/intl/dcigettext.c:1492:15: style: The scope of the variable 'language_default' can be reduced. [variableScope]
enscript-1.6.5.90/intl/dcigettext.c:487:25: style: Function 'libintl_dcigettext' argument 1 names different: declaration '__domainname' definition 'domainname'. [funcArgNamesDifferent]
enscript-1.6.5.90/intl/gettextP.h:80:46: note: Function 'libintl_dcigettext' argument 1 names different: declaration '__domainname' definition 'domainname'.
enscript-1.6.5.90/intl/dcigettext.c:487:25: note: Function 'libintl_dcigettext' argument 1 names different: declaration '__domainname' definition 'domainname'.
enscript-1.6.5.90/intl/dcigettext.c:487:49: style: Function 'libintl_dcigettext' argument 2 names different: declaration '__msgid1' definition 'msgid1'. [funcArgNamesDifferent]
enscript-1.6.5.90/intl/gettextP.h:81:18: note: Function 'libintl_dcigettext' argument 2 names different: declaration '__msgid1' definition 'msgid1'.
enscript-1.6.5.90/intl/dcigettext.c:487:49: note: Function 'libintl_dcigettext' argument 2 names different: declaration '__msgid1' definition 'msgid1'.
enscript-1.6.5.90/intl/dcigettext.c:487:69: style: Function 'libintl_dcigettext' argument 3 names different: declaration '__msgid2' definition 'msgid2'. [funcArgNamesDifferent]
enscript-1.6.5.90/intl/gettextP.h:81:40: note: Function 'libintl_dcigettext' argument 3 names different: declaration '__msgid2' definition 'msgid2'.
enscript-1.6.5.90/intl/dcigettext.c:487:69: note: Function 'libintl_dcigettext' argument 3 names different: declaration '__msgid2' definition 'msgid2'.
enscript-1.6.5.90/intl/dcigettext.c:488:10: style: Function 'libintl_dcigettext' argument 4 names different: declaration '__plural' definition 'plural'. [funcArgNamesDifferent]
enscript-1.6.5.90/intl/gettextP.h:82:10: note: Function 'libintl_dcigettext' argument 4 names different: declaration '__plural' definition 'plural'.
enscript-1.6.5.90/intl/dcigettext.c:488:10: note: Function 'libintl_dcigettext' argument 4 names different: declaration '__plural' definition 'plural'.
enscript-1.6.5.90/intl/dcigettext.c:488:32: style: Function 'libintl_dcigettext' argument 5 names different: declaration '__n' definition 'n'. [funcArgNamesDifferent]
enscript-1.6.5.90/intl/gettextP.h:82:34: note: Function 'libintl_dcigettext' argument 5 names different: declaration '__n' definition 'n'.
enscript-1.6.5.90/intl/dcigettext.c:488:32: note: Function 'libintl_dcigettext' argument 5 names different: declaration '__n' definition 'n'.
enscript-1.6.5.90/intl/dcigettext.c:488:43: style: Function 'libintl_dcigettext' argument 6 names different: declaration '__category' definition 'category'. [funcArgNamesDifferent]
enscript-1.6.5.90/intl/gettextP.h:83:10: note: Function 'libintl_dcigettext' argument 6 names different: declaration '__category' definition 'category'.
enscript-1.6.5.90/intl/dcigettext.c:488:43: note: Function 'libintl_dcigettext' argument 6 names different: declaration '__category' definition 'category'.
enscript-1.6.5.90/intl/finddomain.c:61:30: style: Function '_nl_find_domain' argument 1 names different: declaration '__dirname' definition 'dirname'. [funcArgNamesDifferent]
enscript-1.6.5.90/intl/gettextP.h:243:54: note: Function '_nl_find_domain' argument 1 names different: declaration '__dirname' definition 'dirname'.
enscript-1.6.5.90/intl/finddomain.c:61:30: note: Function '_nl_find_domain' argument 1 names different: declaration '__dirname' definition 'dirname'.
enscript-1.6.5.90/intl/finddomain.c:61:45: style: Function '_nl_find_domain' argument 2 names different: declaration '__locale' definition 'locale'. [funcArgNamesDifferent]
enscript-1.6.5.90/intl/gettextP.h:243:71: note: Function '_nl_find_domain' argument 2 names different: declaration '__locale' definition 'locale'.
enscript-1.6.5.90/intl/finddomain.c:61:45: note: Function '_nl_find_domain' argument 2 names different: declaration '__locale' definition 'locale'.
enscript-1.6.5.90/intl/finddomain.c:62:16: style: Function '_nl_find_domain' argument 3 names different: declaration '__domainname' definition 'domainname'. [funcArgNamesDifferent]
enscript-1.6.5.90/intl/gettextP.h:244:19: note: Function '_nl_find_domain' argument 3 names different: declaration '__domainname' definition 'domainname'.
enscript-1.6.5.90/intl/finddomain.c:62:16: note: Function '_nl_find_domain' argument 3 names different: declaration '__domainname' definition 'domainname'.
enscript-1.6.5.90/intl/finddomain.c:62:44: style: Function '_nl_find_domain' argument 4 names different: declaration '__domainbinding' definition 'domainbinding'. [funcArgNamesDifferent]
enscript-1.6.5.90/intl/gettextP.h:245:23: note: Function '_nl_find_domain' argument 4 names different: declaration '__domainbinding' definition 'domainbinding'.
enscript-1.6.5.90/intl/finddomain.c:62:44: note: Function '_nl_find_domain' argument 4 names different: declaration '__domainbinding' definition 'domainbinding'.
enscript-1.6.5.90/intl/hash-string.c:34:0: style: The scope of the variable 'g' can be reduced. [variableScope]
enscript-1.6.5.90/intl/l10nflist.c:352:9: style: The scope of the variable 'wp' can be reduced. [variableScope]
enscript-1.6.5.90/intl/loadmsgcat.c:861:12: style: Condition 'data==(struct mo_file_header*)-1' is always true [knownConditionTrueFalse]
enscript-1.6.5.90/intl/loadmsgcat.c:791:33: note: Assignment 'data=(struct mo_file_header*)-1', assigned value is -1
enscript-1.6.5.90/intl/loadmsgcat.c:861:12: note: Condition 'data==(struct mo_file_header*)-1' is always true
enscript-1.6.5.90/intl/loadmsgcat.c:861:12: style: Same expression on both sides of '==' because the value of 'data' and '(struct mo_file_header*)-1' are the same. [duplicateExpression]
enscript-1.6.5.90/intl/loadmsgcat.c:791:33: note: 'data' is assigned value '(struct mo_file_header*)-1' here.
enscript-1.6.5.90/intl/loadmsgcat.c:861:12: note: Same expression on both sides of '==' because the value of 'data' and '(struct mo_file_header*)-1' are the same.
enscript-1.6.5.90/intl/loadmsgcat.c:780:42: style: Function '_nl_load_domain' argument 1 names different: declaration '__domain' definition 'domain_file'. [funcArgNamesDifferent]
enscript-1.6.5.90/intl/gettextP.h:247:47: note: Function '_nl_load_domain' argument 1 names different: declaration '__domain' definition 'domain_file'.
enscript-1.6.5.90/intl/loadmsgcat.c:780:42: note: Function '_nl_load_domain' argument 1 names different: declaration '__domain' definition 'domain_file'.
enscript-1.6.5.90/intl/loadmsgcat.c:781:20: style: Function '_nl_load_domain' argument 2 names different: declaration '__domainbinding' definition 'domainbinding'. [funcArgNamesDifferent]
enscript-1.6.5.90/intl/gettextP.h:248:25: note: Function '_nl_load_domain' argument 2 names different: declaration '__domainbinding' definition 'domainbinding'.
enscript-1.6.5.90/intl/loadmsgcat.c:781:20: note: Function '_nl_load_domain' argument 2 names different: declaration '__domainbinding' definition 'domainbinding'.
enscript-1.6.5.90/intl/localcharset.c:358:14: style: Condition 'locale==NULL' is always true [knownConditionTrueFalse]
enscript-1.6.5.90/intl/localcharset.c:349:24: note: Assignment 'locale=NULL', assigned value is 0
enscript-1.6.5.90/intl/localcharset.c:358:14: note: Condition 'locale==NULL' is always true
enscript-1.6.5.90/intl/localcharset.c:358:14: style: Same expression on both sides of '==' because the value of 'locale' and 'NULL' are the same. [duplicateExpression]
enscript-1.6.5.90/intl/localcharset.c:349:24: note: 'locale' is assigned value 'NULL' here.
enscript-1.6.5.90/intl/localcharset.c:358:14: note: Same expression on both sides of '==' because the value of 'locale' and 'NULL' are the same.
enscript-1.6.5.90/intl/localcharset.c:117:19: style: The scope of the variable 'base' can be reduced. [variableScope]
plural.c:1160:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
plural.y:156:19: style: Same expression on both sides of '-'. [duplicateExpression]
plural.y:158:50: style: Same expression on both sides of '-'. [duplicateExpression]
plural.y:164:94: style: Same expression on both sides of '-'. [duplicateExpression]
plural.y:168:69: style: Same expression on both sides of '-'. [duplicateExpression]
plural.y:172:70: style: Same expression on both sides of '-'. [duplicateExpression]
plural.y:176:87: style: Same expression on both sides of '-'. [duplicateExpression]
plural.y:180:87: style: Same expression on both sides of '-'. [duplicateExpression]
plural.y:184:87: style: Same expression on both sides of '-'. [duplicateExpression]
plural.y:188:87: style: Same expression on both sides of '-'. [duplicateExpression]
plural.y:192:46: style: Same expression on both sides of '-'. [duplicateExpression]
plural.y:201:40: style: Same expression on both sides of '-'. [duplicateExpression]
enscript-1.6.5.90/intl/vasnprintf.c:4645:3: style: Label 'overflow' is not used. [unusedLabel]
enscript-1.6.5.90/src/main.c:2202:23: style: Checking if unsigned variable 'lines_per_page' is less than zero. [unsignedLessThanZero]
enscript-1.6.5.90/src/main.c:2413:14: style: Checking if unsigned variable 'slice' is less than zero. [unsignedLessThanZero]
enscript-1.6.5.90/src/main.c:972:26: style: Obsolete function 'asctime' called. It is recommended to use 'strftime' instead. [asctimeCalled]
enscript-1.6.5.90/src/psgen.c:387:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
enscript-1.6.5.90/src/psgen.c:2049:8: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
enscript-1.6.5.90/src/psgen.c:2049:8: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
enscript-1.6.5.90/src/psgen.c:2049:8: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
enscript-1.6.5.90/src/psgen.c:2054:8: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
enscript-1.6.5.90/src/psgen.c:2054:8: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
enscript-1.6.5.90/src/psgen.c:2054:8: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
enscript-1.6.5.90/src/psgen.c:2099:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
enscript-1.6.5.90/src/psgen.c:2103:7: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
enscript-1.6.5.90/src/psgen.c:2118:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
enscript-1.6.5.90/src/psgen.c:2118:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
enscript-1.6.5.90/src/psgen.c:2132:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
enscript-1.6.5.90/src/psgen.c:2132:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
enscript-1.6.5.90/src/psgen.c:2149:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
enscript-1.6.5.90/src/psgen.c:2175:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
enscript-1.6.5.90/src/psgen.c:2291:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
enscript-1.6.5.90/src/psgen.c:2759:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
enscript-1.6.5.90/src/psgen.c:2837:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
enscript-1.6.5.90/src/psgen.c:1236:11: style: The scope of the variable 'i' can be reduced. [variableScope]
enscript-1.6.5.90/src/psgen.c:1237:11: style: The scope of the variable 'pw' can be reduced. [variableScope]
enscript-1.6.5.90/src/psgen.c:1237:15: style: The scope of the variable 'ph' can be reduced. [variableScope]
enscript-1.6.5.90/src/psgen.c:1238:14: style: The scope of the variable 'scale' can be reduced. [variableScope]
enscript-1.6.5.90/src/psgen.c:2023:7: style: The scope of the variable 'got' can be reduced. [variableScope]
enscript-1.6.5.90/src/psgen.c:2519:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
enscript-1.6.5.90/src/psgen.c:2520:7: style: The scope of the variable 'i' can be reduced. [variableScope]
enscript-1.6.5.90/src/psgen.c:2635:7: style: The scope of the variable 'i' can be reduced. [variableScope]
enscript-1.6.5.90/src/psgen.c:2635:10: style: The scope of the variable 'j' can be reduced. [variableScope]
enscript-1.6.5.90/src/psgen.c:449:6: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
enscript-1.6.5.90/src/util.c:1493:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
enscript-1.6.5.90/src/util.c:1495:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
enscript-1.6.5.90/src/util.c:1595:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
enscript-1.6.5.90/src/util.c:1602:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
enscript-1.6.5.90/src/util.c:1628:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
enscript-1.6.5.90/src/util.c:719:10: style: The scope of the variable 'j' can be reduced. [variableScope]
enscript-1.6.5.90/src/util.c:860:7: style: The scope of the variable 'font_cached' can be reduced. [variableScope]
enscript-1.6.5.90/src/util.c:861:7: style: The scope of the variable 'i' can be reduced. [variableScope]
enscript-1.6.5.90/src/util.c:1120:20: style: The scope of the variable 'chunk' can be reduced. [variableScope]
enscript-1.6.5.90/src/util.c:1703:12: style: The scope of the variable 'i' can be reduced. [variableScope]
enscript-1.6.5.90/src/util.c:1760:9: style: The scope of the variable 'cp' can be reduced. [variableScope]
enscript-1.6.5.90/src/util.c:444:0: error: Resource leak: fp [resourceLeak]
gram.c:1337:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
gram.y:78:43: style: Same expression on both sides of '-'. [duplicateExpression]
gram.y:87:53: style: Same expression on both sides of '-'. [duplicateExpression]
gram.y:96:30: style: Same expression on both sides of '-'. [duplicateExpression]
gram.y:99:65: style: Same expression on both sides of '-'. [duplicateExpression]
gram.y:100:53: style: Same expression on both sides of '-'. [duplicateExpression]
gram.y:107:65: style: Same expression on both sides of '-'. [duplicateExpression]
gram.y:108:53: style: Same expression on both sides of '-'. [duplicateExpression]
gram.y:111:37: style: Same expression on both sides of '-'. [duplicateExpression]
gram.y:112:62: style: Same expression on both sides of '-'. [duplicateExpression]
gram.y:116:53: style: Same expression on both sides of '-'. [duplicateExpression]
gram.y:130:70: style: Same expression on both sides of '-'. [duplicateExpression]
gram.y:133:95: style: Same expression on both sides of '-'. [duplicateExpression]
gram.y:135:73: style: Same expression on both sides of '-'. [duplicateExpression]
gram.y:139:17: style: Same expression on both sides of '-'. [duplicateExpression]
gram.y:144:49: style: Same expression on both sides of '-'. [duplicateExpression]
gram.y:146:49: style: Same expression on both sides of '-'. [duplicateExpression]
gram.y:148:50: style: Same expression on both sides of '-'. [duplicateExpression]
gram.y:150:47: style: Same expression on both sides of '-'. [duplicateExpression]
gram.y:152:49: style: Same expression on both sides of '-'. [duplicateExpression]
gram.y:154:46: style: Same expression on both sides of '-'. [duplicateExpression]
gram.y:156:71: style: Same expression on both sides of '-'. [duplicateExpression]
gram.y:157:70: style: Same expression on both sides of '-'. [duplicateExpression]
gram.y:160:74: style: Same expression on both sides of '-'. [duplicateExpression]
gram.y:162:77: style: Same expression on both sides of '-'. [duplicateExpression]
gram.y:164:77: style: Same expression on both sides of '-'. [duplicateExpression]
gram.y:166:77: style: Same expression on both sides of '-'. [duplicateExpression]
gram.y:168:77: style: Same expression on both sides of '-'. [duplicateExpression]
gram.y:174:52: style: Same expression on both sides of '-'. [duplicateExpression]
gram.y:176:52: style: Same expression on both sides of '-'. [duplicateExpression]
gram.y:179:17: style: Same expression on both sides of '-'. [duplicateExpression]
gram.y:184:17: style: Same expression on both sides of '-'. [duplicateExpression]
gram.y:185:72: style: Same expression on both sides of '-'. [duplicateExpression]
gram.y:186:71: style: Same expression on both sides of '-'. [duplicateExpression]
gram.y:187:72: style: Same expression on both sides of '-'. [duplicateExpression]
gram.y:188:73: style: Same expression on both sides of '-'. [duplicateExpression]
gram.y:190:70: style: Same expression on both sides of '-'. [duplicateExpression]
gram.y:191:70: style: Same expression on both sides of '-'. [duplicateExpression]
gram.y:192:70: style: Same expression on both sides of '-'. [duplicateExpression]
gram.y:193:70: style: Same expression on both sides of '-'. [duplicateExpression]
gram.y:194:70: style: Same expression on both sides of '-'. [duplicateExpression]
gram.y:195:70: style: Same expression on both sides of '-'. [duplicateExpression]
gram.y:199:31: style: Same expression on both sides of '-'. [duplicateExpression]
gram.y:203:30: style: Same expression on both sides of '-'. [duplicateExpression]
gram.y:206:65: style: Same expression on both sides of '-'. [duplicateExpression]
gram.y:207:53: style: Same expression on both sides of '-'. [duplicateExpression]
lex.c:1292:27: warning: Possible null pointer dereference: b [nullPointer]
lex.c:1289:24: note: Assignment 'b=(yy_buffer_stack)?(yy_buffer_stack)[yy_buffer_stack_top]:NULL', assigned value is 0
lex.c:1292:27: note: Null pointer dereference
lex.c:1294:9: warning: Possible null pointer dereference: b [nullPointer]
lex.c:1289:24: note: Assignment 'b=(yy_buffer_stack)?(yy_buffer_stack)[yy_buffer_stack_top]:NULL', assigned value is 0
lex.c:1294:9: note: Null pointer dereference
lex.c:1661:2: warning: Possible null pointer dereference: b [nullPointer]
lex.c:1550:17: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
lex.c:1661:2: note: Null pointer dereference
lex.c:1662:2: warning: Possible null pointer dereference: b [nullPointer]
lex.c:1550:17: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
lex.c:1662:2: note: Null pointer dereference
lex.c:1673:9: warning: Possible null pointer dereference: b [nullPointer]
lex.c:1550:17: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
lex.c:1673:9: note: Null pointer dereference
lex.c:1402:59: style: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'. [funcArgNamesDifferent]
lex.c:357:54: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
lex.c:1402:59: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
lex.c:1425:49: style: Function 'yyunput' argument 2 names different: declaration 'buf_ptr' definition 'yy_bp'. [funcArgNamesDifferent]
lex.c:629:38: note: Function 'yyunput' argument 2 names different: declaration 'buf_ptr' definition 'yy_bp'.
lex.c:1425:49: note: Function 'yyunput' argument 2 names different: declaration 'buf_ptr' definition 'yy_bp'.
lex.c:1846:48: style: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'. [funcArgNamesDifferent]
lex.c:310:47: note: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
lex.c:1846:48: note: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
lex.c:1859:48: style: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'. [funcArgNamesDifferent]
lex.c:311:46: note: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
lex.c:1859:48: note: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
lex.c:1859:62: style: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'. [funcArgNamesDifferent]
lex.c:311:56: note: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
lex.c:1859:62: note: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
lex.c:1991:24: style: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'. [funcArgNamesDifferent]
lex.c:595:23: note: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
lex.c:1991:24: note: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
enscript-1.6.5.90/states/main.c:180:7: style: The scope of the variable 'c' can be reduced. [variableScope]
enscript-1.6.5.90/states/prims.c:577:9: style: The scope of the variable 'n' can be reduced. [variableScope]
enscript-1.6.5.90/states/prims.c:714:16: style: The scope of the variable 'current_match_node' can be reduced. [variableScope]
enscript-1.6.5.90/states/prims.c:926:12: style: The scope of the variable 'i' can be reduced. [variableScope]
enscript-1.6.5.90/states/process.c:279:9: style: The scope of the variable 'r' can be reduced. [variableScope]
enscript-1.6.5.90/states/utils.c:1377:3: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
enscript-1.6.5.90/states/utils.c:1370:0: note: Variable 'buf' is reassigned a value before the old one has been used.
enscript-1.6.5.90/states/utils.c:1377:3: note: Variable 'buf' is reassigned a value before the old one has been used.
enscript-1.6.5.90/states/utils.c:436:8: style: The scope of the variable 'msg' can be reduced. [variableScope]
enscript-1.6.5.90/states/utils.c:505:8: style: The scope of the variable 'len' can be reduced. [variableScope]
enscript-1.6.5.90/states/utils.c:1311:9: style: The scope of the variable 'stmt' can be reduced. [variableScope]
[17:43]

ftp://ftp.se.debian.org/debian/pool/main/e/ensymble/ensymble_0.29.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/ent/ent_1.2debian.orig.tar.gz
ent-1.2debian/chisq.c:36:12: style: The scope of the variable 'y' can be reduced. [variableScope]
ent-1.2debian/chisq.c:36:18: style: The scope of the variable 'w' can be reduced. [variableScope]
ent-1.2debian/chisq.c:98:12: style: The scope of the variable 'e' can be reduced. [variableScope]
ent-1.2debian/chisq.c:98:15: style: The scope of the variable 'c' can be reduced. [variableScope]
ent-1.2debian/chisq.c:98:18: style: The scope of the variable 'z' can be reduced. [variableScope]
ent-1.2debian/ent.c:102:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ent-1.2debian/randtest.c:77:9: style: The scope of the variable 'oc' can be reduced. [variableScope]
[17:43]

ftp://ftp.se.debian.org/debian/pool/main/e/entagged/entagged_0.35.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/entangle/entangle_0.7.2.orig.tar.gz.asc

ftp://ftp.se.debian.org/debian/pool/main/e/entr/entr_4.1.orig.tar.gz
eradman-entr-f4e2cbe57708/entr.c:136:2: style: Variable 'act.sa_flags' is reassigned a value before the old one has been used. [redundantAssignment]
eradman-entr-f4e2cbe57708/entr.c:135:2: note: Variable 'act.sa_flags' is reassigned a value before the old one has been used.
eradman-entr-f4e2cbe57708/entr.c:136:2: note: Variable 'act.sa_flags' is reassigned a value before the old one has been used.
eradman-entr-f4e2cbe57708/entr.c:521:25: style: Same expression on both sides of '||' because the value of 'reopen_only==1' and 'collate_only==1' are the same. [duplicateExpression]
eradman-entr-f4e2cbe57708/entr.c:498:20: note: 'reopen_only' is assigned value '0' here.
eradman-entr-f4e2cbe57708/entr.c:499:21: note: 'collate_only' is assigned value '0' here.
eradman-entr-f4e2cbe57708/entr.c:521:25: note: Same expression on both sides of '||' because the value of 'reopen_only==1' and 'collate_only==1' are the same.
eradman-entr-f4e2cbe57708/entr.c:533:35: style: Same expression on both sides of '==' because the value of 'collate_only' and '0' are the same. [duplicateExpression]
eradman-entr-f4e2cbe57708/entr.c:499:21: note: 'collate_only' is assigned value '0' here.
eradman-entr-f4e2cbe57708/entr.c:533:35: note: Same expression on both sides of '==' because the value of 'collate_only' and '0' are the same.
eradman-entr-f4e2cbe57708/entr.c:106:6: style: The scope of the variable 'ttyfd' can be reduced. [variableScope]
eradman-entr-f4e2cbe57708/entr.c:236:8: style: The scope of the variable 'p' can be reduced. [variableScope]
eradman-entr-f4e2cbe57708/entr.c:350:9: style: The scope of the variable 'm' can be reduced. [variableScope]
eradman-entr-f4e2cbe57708/entr.c:351:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
eradman-entr-f4e2cbe57708/missing/kqueue_inotify.c:79:6: style: The scope of the variable 'wd' can be reduced. [variableScope]
eradman-entr-f4e2cbe57708/missing/kqueue_inotify.c:80:13: style: The scope of the variable 'file' can be reduced. [variableScope]
eradman-entr-f4e2cbe57708/missing/kqueue_inotify.c:86:23: style: The scope of the variable 'kev' can be reduced. [variableScope]
eradman-entr-f4e2cbe57708/missing/kqueue_inotify.c:87:6: style: The scope of the variable 'ignored' can be reduced. [variableScope]
eradman-entr-f4e2cbe57708/missing/kqueue_inotify.c:46:24: style: Function 'file_by_descriptor' argument 1 names different: declaration 'fd' definition 'wd'. [funcArgNamesDifferent]
eradman-entr-f4e2cbe57708/missing/kqueue_inotify.c:41:43: note: Function 'file_by_descriptor' argument 1 names different: declaration 'fd' definition 'wd'.
eradman-entr-f4e2cbe57708/missing/kqueue_inotify.c:46:24: note: Function 'file_by_descriptor' argument 1 names different: declaration 'fd' definition 'wd'.
[17:43]

ftp://ftp.se.debian.org/debian/pool/main/e/entropybroker/entropybroker_2.9.orig.tar.gz
entropybroker-2.9/ComScire_R2000KU/qwqng.cpp:53:13: style: C-style pointer casting [cstyleCast]
entropybroker-2.9/ComScire_R2000KU/qwqng.cpp:434:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
entropybroker-2.9/ComScire_R2000KU/qwqng.cpp:51:8: warning: Member variable 'QWQNG::statusString_' is not initialized in the constructor. [uninitMemberVarPrivate]
entropybroker-2.9/ComScire_R2000KU/qwqng.cpp:51:8: warning: Member variable 'QWQNG::devId_' is not initialized in the constructor. [uninitMemberVarPrivate]
entropybroker-2.9/ComScire_R2000KU/qwqng.hpp:170:3: warning: Member variable 'QWQNG::pDevice' is not initialized in the constructor. [uninitMemberVarPrivate]
entropybroker-2.9/ComScire_R2000KU/qwqng.hpp:170:3: warning: Member variable 'QWQNG::statusString_' is not initialized in the constructor. [uninitMemberVarPrivate]
entropybroker-2.9/ComScire_R2000KU/qwqng.hpp:170:3: warning: Member variable 'QWQNG::devId_' is not initialized in the constructor. [uninitMemberVarPrivate]
entropybroker-2.9/ComScire_R2000KU/qwqng.hpp:173:10: warning: Member variable 'QWQNG::pDevice' is not assigned a value in 'QWQNG::operator='. [operatorEqVarError]
entropybroker-2.9/ComScire_R2000KU/qwqng.hpp:173:10: warning: Member variable 'QWQNG::statusString_' is not assigned a value in 'QWQNG::operator='. [operatorEqVarError]
entropybroker-2.9/ComScire_R2000KU/qwqng.hpp:173:10: warning: Member variable 'QWQNG::devId_' is not assigned a value in 'QWQNG::operator='. [operatorEqVarError]
entropybroker-2.9/ComScire_R2000KU/qwqng.hpp:297:5: warning: Member variable 'QngStatus::status_' is not initialized in the constructor. [uninitMemberVarPrivate]
entropybroker-2.9/ComScire_R2000KU/qwqng.hpp:297:5: warning: Member variable 'QngStatus::statusString_' is not initialized in the constructor. [uninitMemberVarPrivate]
entropybroker-2.9/ComScire_R2000KU/qwqng.hpp:300:16: warning: Member variable 'QngStatus::status_' is not assigned a value in 'QngStatus::operator='. [operatorEqVarError]
entropybroker-2.9/ComScire_R2000KU/qwqng.hpp:300:16: warning: Member variable 'QngStatus::statusString_' is not assigned a value in 'QngStatus::operator='. [operatorEqVarError]
entropybroker-2.9/ComScire_R2000KU/qwqng.hpp:173:10: style: 'operator=' should return reference to 'this' instance. [operatorEqRetRefThis]
entropybroker-2.9/ComScire_R2000KU/qwqng.hpp:300:16: style: 'operator=' should return reference to 'this' instance. [operatorEqRetRefThis]
entropybroker-2.9/ComScire_R2000KU/qwqng.hpp:274:12: performance: Technically the member function 'FtdiDevice::Uint48ToUniform' can be static. [functionStatic]
entropybroker-2.9/ComScire_R2000KU/qwqng.cpp:726:20: note: Technically the member function 'FtdiDevice::Uint48ToUniform' can be static.
entropybroker-2.9/ComScire_R2000KU/qwqng.hpp:274:12: note: Technically the member function 'FtdiDevice::Uint48ToUniform' can be static.
entropybroker-2.9/ComScire_R2000KU/qwqng.hpp:275:11: performance: Technically the member function 'FtdiDevice::CalcEntropy' can be static. [functionStatic]
entropybroker-2.9/ComScire_R2000KU/qwqng.cpp:737:19: note: Technically the member function 'FtdiDevice::CalcEntropy' can be static.
entropybroker-2.9/ComScire_R2000KU/qwqng.hpp:275:11: note: Technically the member function 'FtdiDevice::CalcEntropy' can be static.
entropybroker-2.9/ComScire_R2000KU/qwqng.hpp:287:10: style: Technically the member function 'QngStatus::GetStatus' can be const. [functionConst]
entropybroker-2.9/ComScire_R2000KU/qwqng.cpp:765:17: note: Technically the member function 'QngStatus::GetStatus' can be const.
entropybroker-2.9/ComScire_R2000KU/qwqng.hpp:287:10: note: Technically the member function 'QngStatus::GetStatus' can be const.
entropybroker-2.9/ComScire_R2000KU/qwqng.hpp:251:18: warning: Virtual function 'Open' is called from constructor 'FtdiDevice()' at line 203. Dynamic binding is not used. [virtualCallInConstructor]
entropybroker-2.9/ComScire_R2000KU/qwqng.cpp:203:5: note: Calling Open
entropybroker-2.9/ComScire_R2000KU/qwqng.hpp:251:18: note: Open is a virtual method
entropybroker-2.9/ComScire_R2000KU/qwqng.hpp:252:18: warning: Virtual function 'Close' is called from destructor '~FtdiDevice()' at line 209. Dynamic binding is not used. [virtualCallInConstructor]
entropybroker-2.9/ComScire_R2000KU/qwqng.cpp:209:5: note: Calling Close
entropybroker-2.9/ComScire_R2000KU/qwqng.hpp:252:18: note: Close is a virtual method
entropybroker-2.9/ComScire_R2000KU/qwqng.hpp:251:18: style: The function 'Open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
entropybroker-2.9/ComScire_R2000KU/qwqng.hpp:188:18: note: Virtual function in base class
entropybroker-2.9/ComScire_R2000KU/qwqng.hpp:251:18: note: Function in derived class
entropybroker-2.9/ComScire_R2000KU/qwqng.hpp:252:18: style: The function 'Close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
entropybroker-2.9/ComScire_R2000KU/qwqng.hpp:189:18: note: Virtual function in base class
entropybroker-2.9/ComScire_R2000KU/qwqng.hpp:252:18: note: Function in derived class
entropybroker-2.9/ComScire_R2000KU/qwqng.hpp:253:18: style: The function 'Clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
entropybroker-2.9/ComScire_R2000KU/qwqng.hpp:190:18: note: Virtual function in base class
entropybroker-2.9/ComScire_R2000KU/qwqng.hpp:253:18: note: Function in derived class
entropybroker-2.9/ComScire_R2000KU/qwqng.hpp:254:18: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
entropybroker-2.9/ComScire_R2000KU/qwqng.hpp:191:18: note: Virtual function in base class
entropybroker-2.9/ComScire_R2000KU/qwqng.hpp:254:18: note: Function in derived class
entropybroker-2.9/ComScire_R2000KU/qwqng.hpp:255:18: style: The function 'GetBytes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
entropybroker-2.9/ComScire_R2000KU/qwqng.hpp:193:18: note: Virtual function in base class
entropybroker-2.9/ComScire_R2000KU/qwqng.hpp:255:18: note: Function in derived class
entropybroker-2.9/ComScire_R2000KU/qwqng.hpp:256:18: style: The function 'GetInt32' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
entropybroker-2.9/ComScire_R2000KU/qwqng.hpp:194:18: note: Virtual function in base class
entropybroker-2.9/ComScire_R2000KU/qwqng.hpp:256:18: note: Function in derived class
entropybroker-2.9/ComScire_R2000KU/qwqng.hpp:257:18: style: The function 'GetUniform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
entropybroker-2.9/ComScire_R2000KU/qwqng.hpp:195:18: note: Virtual function in base class
entropybroker-2.9/ComScire_R2000KU/qwqng.hpp:257:18: note: Function in derived class
entropybroker-2.9/ComScire_R2000KU/qwqng.hpp:258:18: style: The function 'GetNormal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
entropybroker-2.9/ComScire_R2000KU/qwqng.hpp:196:18: note: Virtual function in base class
entropybroker-2.9/ComScire_R2000KU/qwqng.hpp:258:18: note: Function in derived class
entropybroker-2.9/ComScire_R2000KU/qwqng.hpp:259:18: style: The function 'GetRuntimeInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
entropybroker-2.9/ComScire_R2000KU/qwqng.hpp:198:18: note: Virtual function in base class
entropybroker-2.9/ComScire_R2000KU/qwqng.hpp:259:18: note: Function in derived class
entropybroker-2.9/protocol.h:39:15: style: Technically the member function 'protocol::get_max_get_put_size' can be const. [functionConst]
entropybroker-2.9/random_source.h:17:2: style: Class 'random_source' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
entropybroker-2.9/math.h:12:2: style: Class 'bit_count_estimator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
entropybroker-2.9/auth.cpp:189:234: performance: Function parameter 'handshake_hash' should be passed by const reference. [passedByValue]
entropybroker-2.9/auth.cpp:330:151: performance: Function parameter 'type' should be passed by const reference. [passedByValue]
entropybroker-2.9/data_store_int.h:25:6: style: Technically the member function 'data_store_int::get_cur_t' can be const. [functionConst]
entropybroker-2.9/data_store_int.h:26:6: style: Technically the member function 'data_store_int::get_n_samples' can be const. [functionConst]
entropybroker-2.9/data_store_int.h:27:6: style: Technically the member function 'data_store_int::get_interval' can be const. [functionConst]
entropybroker-2.9/data_logger.cpp:50:3: style: Class 'data_logger' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
entropybroker-2.9/data_logger.cpp:50:3: style: Class 'data_logger' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
entropybroker-2.9/data_store_int.h:14:2: style: Class 'data_store_int' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
entropybroker-2.9/data_store_int.cpp:11:36: style: Function 'data_store_int' argument 1 names different: declaration 'n_samples' definition 'n_samples_in'. [funcArgNamesDifferent]
entropybroker-2.9/data_store_int.h:13:21: note: Function 'data_store_int' argument 1 names different: declaration 'n_samples' definition 'n_samples_in'.
entropybroker-2.9/data_store_int.cpp:11:36: note: Function 'data_store_int' argument 1 names different: declaration 'n_samples' definition 'n_samples_in'.
entropybroker-2.9/data_store_int.cpp:11:54: style: Function 'data_store_int' argument 2 names different: declaration 'interval' definition 'interval_in'. [funcArgNamesDifferent]
entropybroker-2.9/data_store_int.h:13:36: note: Function 'data_store_int' argument 2 names different: declaration 'interval' definition 'interval_in'.
entropybroker-2.9/data_store_int.cpp:11:54: note: Function 'data_store_int' argument 2 names different: declaration 'interval' definition 'interval_in'.
entropybroker-2.9/data_store_int.h:21:7: style: Technically the member function 'data_store_int::get' can be const. [functionConst]
entropybroker-2.9/data_store_int.cpp:136:22: note: Technically the member function 'data_store_int::get' can be const.
entropybroker-2.9/data_store_int.h:21:7: note: Technically the member function 'data_store_int::get' can be const.
entropybroker-2.9/data_store_int.cpp:33:2: style: Class 'data_store_int' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
entropybroker-2.9/data_store_int.cpp:33:2: style: Class 'data_store_int' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
entropybroker-2.9/encrypt_stream_3des.h:14:6: style: The function 'get_ivec_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
entropybroker-2.9/encrypt_stream.h:9:14: note: Virtual function in base class
entropybroker-2.9/encrypt_stream_3des.h:14:6: note: Function in derived class
entropybroker-2.9/encrypt_stream_3des.h:15:6: style: The function 'get_key_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
entropybroker-2.9/encrypt_stream.h:10:14: note: Virtual function in base class
entropybroker-2.9/encrypt_stream_3des.h:15:6: note: Function in derived class
entropybroker-2.9/encrypt_stream_3des.h:17:7: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
entropybroker-2.9/encrypt_stream.h:12:15: note: Virtual function in base class
entropybroker-2.9/encrypt_stream_3des.h:17:7: note: Function in derived class
entropybroker-2.9/encrypt_stream_3des.h:19:14: style: The function 'get_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
entropybroker-2.9/encrypt_stream.h:14:22: note: Virtual function in base class
entropybroker-2.9/encrypt_stream_3des.h:19:14: note: Function in derived class
entropybroker-2.9/encrypt_stream_3des.h:21:7: style: The function 'encrypt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
entropybroker-2.9/encrypt_stream.h:16:15: note: Virtual function in base class
entropybroker-2.9/encrypt_stream_3des.h:21:7: note: Function in derived class
entropybroker-2.9/encrypt_stream_3des.h:22:7: style: The function 'decrypt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
entropybroker-2.9/encrypt_stream.h:17:15: note: Virtual function in base class
entropybroker-2.9/encrypt_stream_3des.h:22:7: note: Function in derived class
entropybroker-2.9/encrypt_stream_aes.h:14:6: style: The function 'get_ivec_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
entropybroker-2.9/encrypt_stream.h:9:14: note: Virtual function in base class
entropybroker-2.9/encrypt_stream_aes.h:14:6: note: Function in derived class
entropybroker-2.9/encrypt_stream_aes.h:15:6: style: The function 'get_key_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
entropybroker-2.9/encrypt_stream.h:10:14: note: Virtual function in base class
entropybroker-2.9/encrypt_stream_aes.h:15:6: note: Function in derived class
entropybroker-2.9/encrypt_stream_aes.h:17:7: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
entropybroker-2.9/encrypt_stream.h:12:15: note: Virtual function in base class
entropybroker-2.9/encrypt_stream_aes.h:17:7: note: Function in derived class
entropybroker-2.9/encrypt_stream_aes.h:19:14: style: The function 'get_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
entropybroker-2.9/encrypt_stream.h:14:22: note: Virtual function in base class
entropybroker-2.9/encrypt_stream_aes.h:19:14: note: Function in derived class
entropybroker-2.9/encrypt_stream_aes.h:21:7: style: The function 'encrypt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
entropybroker-2.9/encrypt_stream.h:16:15: note: Virtual function in base class
entropybroker-2.9/encrypt_stream_aes.h:21:7: note: Function in derived class
entropybroker-2.9/encrypt_stream_aes.h:22:7: style: The function 'decrypt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
entropybroker-2.9/encrypt_stream.h:17:15: note: Virtual function in base class
entropybroker-2.9/encrypt_stream_aes.h:22:7: note: Function in derived class
entropybroker-2.9/encrypt_stream_blowfish.h:14:6: style: The function 'get_ivec_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
entropybroker-2.9/encrypt_stream.h:9:14: note: Virtual function in base class
entropybroker-2.9/encrypt_stream_blowfish.h:14:6: note: Function in derived class
entropybroker-2.9/encrypt_stream_blowfish.h:15:6: style: The function 'get_key_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
entropybroker-2.9/encrypt_stream.h:10:14: note: Virtual function in base class
entropybroker-2.9/encrypt_stream_blowfish.h:15:6: note: Function in derived class
entropybroker-2.9/encrypt_stream_blowfish.h:17:7: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
entropybroker-2.9/encrypt_stream.h:12:15: note: Virtual function in base class
entropybroker-2.9/encrypt_stream_blowfish.h:17:7: note: Function in derived class
entropybroker-2.9/encrypt_stream_blowfish.h:19:14: style: The function 'get_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
entropybroker-2.9/encrypt_stream.h:14:22: note: Virtual function in base class
entropybroker-2.9/encrypt_stream_blowfish.h:19:14: note: Function in derived class
entropybroker-2.9/encrypt_stream_blowfish.h:21:7: style: The function 'encrypt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
entropybroker-2.9/encrypt_stream.h:16:15: note: Virtual function in base class
entropybroker-2.9/encrypt_stream_blowfish.h:21:7: note: Function in derived class
entropybroker-2.9/encrypt_stream_blowfish.h:22:7: style: The function 'decrypt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
entropybroker-2.9/encrypt_stream.h:17:15: note: Virtual function in base class
entropybroker-2.9/encrypt_stream_blowfish.h:22:7: note: Function in derived class
entropybroker-2.9/encrypt_stream_camellia.h:14:6: style: The function 'get_ivec_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
entropybroker-2.9/encrypt_stream.h:9:14: note: Virtual function in base class
entropybroker-2.9/encrypt_stream_camellia.h:14:6: note: Function in derived class
entropybroker-2.9/encrypt_stream_camellia.h:15:6: style: The function 'get_key_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
entropybroker-2.9/encrypt_stream.h:10:14: note: Virtual function in base class
entropybroker-2.9/encrypt_stream_camellia.h:15:6: note: Function in derived class
entropybroker-2.9/encrypt_stream_camellia.h:17:7: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
entropybroker-2.9/encrypt_stream.h:12:15: note: Virtual function in base class
entropybroker-2.9/encrypt_stream_camellia.h:17:7: note: Function in derived class
entropybroker-2.9/encrypt_stream_camellia.h:19:14: style: The function 'get_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
entropybroker-2.9/encrypt_stream.h:14:22: note: Virtual function in base class
entropybroker-2.9/encrypt_stream_camellia.h:19:14: note: Function in derived class
entropybroker-2.9/encrypt_stream_camellia.h:21:7: style: The function 'encrypt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
entropybroker-2.9/encrypt_stream.h:16:15: note: Virtual function in base class
entropybroker-2.9/encrypt_stream_camellia.h:21:7: note: Function in derived class
entropybroker-2.9/encrypt_stream_camellia.h:22:7: style: The function 'decrypt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
entropybroker-2.9/encrypt_stream.h:17:15: note: Virtual function in base class
entropybroker-2.9/encrypt_stream_camellia.h:22:7: note: Function in derived class
entropybroker-2.9/encrypt_stream_3des.cpp:30:47: style: Function 'init' argument 1 names different: declaration 'key' definition 'key_in'. [funcArgNamesDifferent]
entropybroker-2.9/encrypt_stream_3des.h:17:27: note: Function 'init' argument 1 names different: declaration 'key' definition 'key_in'.
entropybroker-2.9/encrypt_stream_3des.cpp:30:47: note: Function 'init' argument 1 names different: declaration 'key' definition 'key_in'.
entropybroker-2.9/encrypt_stream_3des.cpp:30:83: style: Function 'init' argument 3 names different: declaration 'ivec' definition 'ivec_in'. [funcArgNamesDifferent]
entropybroker-2.9/encrypt_stream_3des.h:17:60: note: Function 'init' argument 3 names different: declaration 'ivec' definition 'ivec_in'.
entropybroker-2.9/encrypt_stream_3des.cpp:30:83: note: Function 'init' argument 3 names different: declaration 'ivec' definition 'ivec_in'.
entropybroker-2.9/encrypt_stream_3des.cpp:58:50: style: Function 'encrypt' argument 1 names different: declaration 'p_in' definition 'p'. [funcArgNamesDifferent]
entropybroker-2.9/encrypt_stream_3des.h:21:30: note: Function 'encrypt' argument 1 names different: declaration 'p_in' definition 'p'.
entropybroker-2.9/encrypt_stream_3des.cpp:58:50: note: Function 'encrypt' argument 1 names different: declaration 'p_in' definition 'p'.
entropybroker-2.9/encrypt_stream_3des.cpp:75:50: style: Function 'decrypt' argument 1 names different: declaration 'p_in' definition 'p'. [funcArgNamesDifferent]
entropybroker-2.9/encrypt_stream_3des.h:22:30: note: Function 'decrypt' argument 1 names different: declaration 'p_in' definition 'p'.
entropybroker-2.9/encrypt_stream_3des.cpp:75:50: note: Function 'decrypt' argument 1 names different: declaration 'p_in' definition 'p'.
entropybroker-2.9/encrypt_stream_aes.cpp:33:46: style: Function 'init' argument 1 names different: declaration 'key' definition 'key_in'. [funcArgNamesDifferent]
entropybroker-2.9/encrypt_stream_aes.h:17:27: note: Function 'init' argument 1 names different: declaration 'key' definition 'key_in'.
entropybroker-2.9/encrypt_stream_aes.cpp:33:46: note: Function 'init' argument 1 names different: declaration 'key' definition 'key_in'.
entropybroker-2.9/encrypt_stream_aes.cpp:33:82: style: Function 'init' argument 3 names different: declaration 'ivec' definition 'ivec_in'. [funcArgNamesDifferent]
entropybroker-2.9/encrypt_stream_aes.h:17:60: note: Function 'init' argument 3 names different: declaration 'ivec' definition 'ivec_in'.
entropybroker-2.9/encrypt_stream_aes.cpp:33:82: note: Function 'init' argument 3 names different: declaration 'ivec' definition 'ivec_in'.
entropybroker-2.9/encrypt_stream_aes.cpp:59:49: style: Function 'encrypt' argument 1 names different: declaration 'p_in' definition 'p'. [funcArgNamesDifferent]
entropybroker-2.9/encrypt_stream_aes.h:21:30: note: Function 'encrypt' argument 1 names different: declaration 'p_in' definition 'p'.
entropybroker-2.9/encrypt_stream_aes.cpp:59:49: note: Function 'encrypt' argument 1 names different: declaration 'p_in' definition 'p'.
entropybroker-2.9/encrypt_stream_aes.cpp:76:49: style: Function 'decrypt' argument 1 names different: declaration 'p_in' definition 'p'. [funcArgNamesDifferent]
entropybroker-2.9/encrypt_stream_aes.h:22:30: note: Function 'decrypt' argument 1 names different: declaration 'p_in' definition 'p'.
entropybroker-2.9/encrypt_stream_aes.cpp:76:49: note: Function 'decrypt' argument 1 names different: declaration 'p_in' definition 'p'.
entropybroker-2.9/encrypt_stream_blowfish.cpp:32:51: style: Function 'init' argument 1 names different: declaration 'key' definition 'key_in'. [funcArgNamesDifferent]
entropybroker-2.9/encrypt_stream_blowfish.h:17:27: note: Function 'init' argument 1 names different: declaration 'key' definition 'key_in'.
entropybroker-2.9/encrypt_stream_blowfish.cpp:32:51: note: Function 'init' argument 1 names different: declaration 'key' definition 'key_in'.
entropybroker-2.9/encrypt_stream_blowfish.cpp:32:87: style: Function 'init' argument 3 names different: declaration 'ivec' definition 'ivec_in'. [funcArgNamesDifferent]
entropybroker-2.9/encrypt_stream_blowfish.h:17:60: note: Function 'init' argument 3 names different: declaration 'ivec' definition 'ivec_in'.
entropybroker-2.9/encrypt_stream_blowfish.cpp:32:87: note: Function 'init' argument 3 names different: declaration 'ivec' definition 'ivec_in'.
entropybroker-2.9/encrypt_stream_blowfish.cpp:56:54: style: Function 'encrypt' argument 1 names different: declaration 'p_in' definition 'p'. [funcArgNamesDifferent]
entropybroker-2.9/encrypt_stream_blowfish.h:21:30: note: Function 'encrypt' argument 1 names different: declaration 'p_in' definition 'p'.
entropybroker-2.9/encrypt_stream_blowfish.cpp:56:54: note: Function 'encrypt' argument 1 names different: declaration 'p_in' definition 'p'.
entropybroker-2.9/encrypt_stream_blowfish.cpp:73:54: style: Function 'decrypt' argument 1 names different: declaration 'p_in' definition 'p'. [funcArgNamesDifferent]
entropybroker-2.9/encrypt_stream_blowfish.h:22:30: note: Function 'decrypt' argument 1 names different: declaration 'p_in' definition 'p'.
entropybroker-2.9/encrypt_stream_blowfish.cpp:73:54: note: Function 'decrypt' argument 1 names different: declaration 'p_in' definition 'p'.
entropybroker-2.9/encrypt_stream_camellia.cpp:33:51: style: Function 'init' argument 1 names different: declaration 'key' definition 'key_in'. [funcArgNamesDifferent]
entropybroker-2.9/encrypt_stream_camellia.h:17:27: note: Function 'init' argument 1 names different: declaration 'key' definition 'key_in'.
entropybroker-2.9/encrypt_stream_camellia.cpp:33:51: note: Function 'init' argument 1 names different: declaration 'key' definition 'key_in'.
entropybroker-2.9/encrypt_stream_camellia.cpp:33:87: style: Function 'init' argument 3 names different: declaration 'ivec' definition 'ivec_in'. [funcArgNamesDifferent]
entropybroker-2.9/encrypt_stream_camellia.h:17:60: note: Function 'init' argument 3 names different: declaration 'ivec' definition 'ivec_in'.
entropybroker-2.9/encrypt_stream_camellia.cpp:33:87: note: Function 'init' argument 3 names different: declaration 'ivec' definition 'ivec_in'.
entropybroker-2.9/encrypt_stream_camellia.cpp:60:54: style: Function 'encrypt' argument 1 names different: declaration 'p_in' definition 'p'. [funcArgNamesDifferent]
entropybroker-2.9/encrypt_stream_camellia.h:21:30: note: Function 'encrypt' argument 1 names different: declaration 'p_in' definition 'p'.
entropybroker-2.9/encrypt_stream_camellia.cpp:60:54: note: Function 'encrypt' argument 1 names different: declaration 'p_in' definition 'p'.
entropybroker-2.9/encrypt_stream_camellia.cpp:77:54: style: Function 'decrypt' argument 1 names different: declaration 'p_in' definition 'p'. [funcArgNamesDifferent]
entropybroker-2.9/encrypt_stream_camellia.h:22:30: note: Function 'decrypt' argument 1 names different: declaration 'p_in' definition 'p'.
entropybroker-2.9/encrypt_stream_camellia.cpp:77:54: note: Function 'decrypt' argument 1 names different: declaration 'p_in' definition 'p'.
entropybroker-2.9/graph.cpp:88:73: style: Function 'do_draw' argument 4 names different: declaration 't' definition 'ts'. [funcArgNamesDifferent]
entropybroker-2.9/graph.h:14:67: note: Function 'do_draw' argument 4 names different: declaration 't' definition 'ts'.
entropybroker-2.9/graph.cpp:88:73: note: Function 'do_draw' argument 4 names different: declaration 't' definition 'ts'.
entropybroker-2.9/graph.cpp:88:85: style: Function 'do_draw' argument 5 names different: declaration 'v' definition 'values'. [funcArgNamesDifferent]
entropybroker-2.9/graph.h:14:78: note: Function 'do_draw' argument 5 names different: declaration 'v' definition 'values'.
entropybroker-2.9/graph.cpp:88:85: note: Function 'do_draw' argument 5 names different: declaration 'v' definition 'values'.
entropybroker-2.9/graph.h:6:7: performance: Technically the member function 'graph::calc_text_width' can be static. [functionStatic]
entropybroker-2.9/graph.cpp:19:13: note: Technically the member function 'graph::calc_text_width' can be static.
entropybroker-2.9/graph.h:6:7: note: Technically the member function 'graph::calc_text_width' can be static.
entropybroker-2.9/graph.h:7:7: performance: Technically the member function 'graph::draw_text' can be static. [functionStatic]
entropybroker-2.9/graph.cpp:31:13: note: Technically the member function 'graph::draw_text' can be static.
entropybroker-2.9/graph.h:7:7: note: Technically the member function 'graph::draw_text' can be static.
entropybroker-2.9/graph.h:8:14: performance: Technically the member function 'graph::shorten' can be static. [functionStatic]
entropybroker-2.9/graph.cpp:38:20: note: Technically the member function 'graph::shorten' can be static.
entropybroker-2.9/graph.h:8:14: note: Technically the member function 'graph::shorten' can be static.
entropybroker-2.9/graph.h:11:2: style: Class 'graph' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
entropybroker-2.9/graph.cpp:11:26: performance: Function parameter 'font_in' should be passed by const reference. [passedByValue]
entropybroker-2.9/handle_client.cpp:549:2: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
entropybroker-2.9/handle_client.cpp:211:29: style: Same expression on both sides of '==' because the value of 'rc_client' and '0' are the same. [duplicateExpression]
entropybroker-2.9/handle_client.cpp:210:18: note: 'rc_client' is assigned value '0' here.
entropybroker-2.9/handle_client.cpp:211:29: note: Same expression on both sides of '==' because the value of 'rc_client' and '0' are the same.
entropybroker-2.9/handle_client.cpp:542:199: style: Function 'main_loop' argument 8 names different: declaration 'stats' definition 'gs'. [funcArgNamesDifferent]
entropybroker-2.9/handle_client.h:55:199: note: Function 'main_loop' argument 8 names different: declaration 'stats' definition 'gs'.
entropybroker-2.9/handle_client.cpp:542:199: note: Function 'main_loop' argument 8 names different: declaration 'stats' definition 'gs'.
entropybroker-2.9/hasher_md5.h:10:14: style: The function 'get_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
entropybroker-2.9/hasher.h:7:22: note: Virtual function in base class
entropybroker-2.9/hasher_md5.h:10:14: note: Function in derived class
entropybroker-2.9/hasher_md5.h:12:6: style: The function 'get_hash_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
entropybroker-2.9/hasher.h:11:14: note: Virtual function in base class
entropybroker-2.9/hasher_md5.h:12:6: note: Function in derived class
entropybroker-2.9/hasher_md5.h:13:7: style: The function 'do_hash' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
entropybroker-2.9/hasher.h:12:15: note: Virtual function in base class
entropybroker-2.9/hasher_md5.h:13:7: note: Function in derived class
entropybroker-2.9/hasher_ripemd160.h:9:14: style: The function 'get_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
entropybroker-2.9/hasher.h:7:22: note: Virtual function in base class
entropybroker-2.9/hasher_ripemd160.h:9:14: note: Function in derived class
entropybroker-2.9/hasher_ripemd160.h:11:6: style: The function 'get_hash_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
entropybroker-2.9/hasher.h:11:14: note: Virtual function in base class
entropybroker-2.9/hasher_ripemd160.h:11:6: note: Function in derived class
entropybroker-2.9/hasher_ripemd160.h:12:7: style: The function 'do_hash' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
entropybroker-2.9/hasher.h:12:15: note: Virtual function in base class
entropybroker-2.9/hasher_ripemd160.h:12:7: note: Function in derived class
entropybroker-2.9/hasher_sha512.h:9:14: style: The function 'get_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
entropybroker-2.9/hasher.h:7:22: note: Virtual function in base class
entropybroker-2.9/hasher_sha512.h:9:14: note: Function in derived class
entropybroker-2.9/hasher_sha512.h:11:6: style: The function 'get_hash_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
entropybroker-2.9/hasher.h:11:14: note: Virtual function in base class
entropybroker-2.9/hasher_sha512.h:11:6: note: Function in derived class
entropybroker-2.9/hasher_sha512.h:12:7: style: The function 'do_hash' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
entropybroker-2.9/hasher.h:12:15: note: Virtual function in base class
entropybroker-2.9/hasher_sha512.h:12:7: note: Function in derived class
entropybroker-2.9/hasher_whirlpool.h:9:14: style: The function 'get_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
entropybroker-2.9/hasher.h:7:22: note: Virtual function in base class
entropybroker-2.9/hasher_whirlpool.h:9:14: note: Function in derived class
entropybroker-2.9/hasher_whirlpool.h:11:6: style: The function 'get_hash_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
entropybroker-2.9/hasher.h:11:14: note: Virtual function in base class
entropybroker-2.9/hasher_whirlpool.h:11:6: note: Function in derived class
entropybroker-2.9/hasher_whirlpool.h:12:7: style: The function 'do_hash' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
entropybroker-2.9/hasher.h:12:15: note: Virtual function in base class
entropybroker-2.9/hasher_whirlpool.h:12:7: note: Function in derived class
entropybroker-2.9/hasher.cpp:16:43: performance: Function parameter 'type' should be passed by const reference. [passedByValue]
entropybroker-2.9/hc_protocol.cpp:423:25: style: Function 'do_client' argument 1 names different: declaration 'p' definition 'client'. [funcArgNamesDifferent]
entropybroker-2.9/hc_protocol.h:13:25: note: Function 'do_client' argument 1 names different: declaration 'p' definition 'client'.
entropybroker-2.9/hc_protocol.cpp:423:25: note: Function 'do_client' argument 1 names different: declaration 'p' definition 'client'.
entropybroker-2.9/http_bundle.cpp:8:51: style: Function 'http_bundle' argument 1 names different: declaration 'headers' definition 'headers_in'. [funcArgNamesDifferent]
entropybroker-2.9/http_bundle.h:8:39: note: Function 'http_bundle' argument 1 names different: declaration 'headers' definition 'headers_in'.
entropybroker-2.9/http_bundle.cpp:8:51: note: Function 'http_bundle' argument 1 names different: declaration 'headers' definition 'headers_in'.
entropybroker-2.9/http_bundle.cpp:8:78: style: Function 'http_bundle' argument 2 names different: declaration 'data' definition 'data_in'. [funcArgNamesDifferent]
entropybroker-2.9/http_bundle.h:8:63: note: Function 'http_bundle' argument 2 names different: declaration 'data' definition 'data_in'.
entropybroker-2.9/http_bundle.cpp:8:78: note: Function 'http_bundle' argument 2 names different: declaration 'data' definition 'data_in'.
entropybroker-2.9/http_bundle.cpp:8:91: style: Function 'http_bundle' argument 3 names different: declaration 'data_len' definition 'data_len_in'. [funcArgNamesDifferent]
entropybroker-2.9/http_bundle.h:8:73: note: Function 'http_bundle' argument 3 names different: declaration 'data_len' definition 'data_len_in'.
entropybroker-2.9/http_bundle.cpp:8:91: note: Function 'http_bundle' argument 3 names different: declaration 'data_len' definition 'data_len_in'.
entropybroker-2.9/http_bundle.cpp:24:51: style: Function 'http_bundle' argument 1 names different: declaration 'headers' definition 'headers_in'. [funcArgNamesDifferent]
entropybroker-2.9/http_bundle.h:9:39: note: Function 'http_bundle' argument 1 names different: declaration 'headers' definition 'headers_in'.
entropybroker-2.9/http_bundle.cpp:24:51: note: Function 'http_bundle' argument 1 names different: declaration 'headers' definition 'headers_in'.
entropybroker-2.9/http_bundle.cpp:24:75: style: Function 'http_bundle' argument 2 names different: declaration 'data' definition 'data_in'. [funcArgNamesDifferent]
entropybroker-2.9/http_bundle.h:9:60: note: Function 'http_bundle' argument 2 names different: declaration 'data' definition 'data_in'.
entropybroker-2.9/http_bundle.cpp:24:75: note: Function 'http_bundle' argument 2 names different: declaration 'data' definition 'data_in'.
entropybroker-2.9/http_bundle.cpp:32:51: style: Function 'http_bundle' argument 1 names different: declaration 'headers' definition 'headers_in'. [funcArgNamesDifferent]
entropybroker-2.9/http_bundle.h:10:39: note: Function 'http_bundle' argument 1 names different: declaration 'headers' definition 'headers_in'.
entropybroker-2.9/http_bundle.cpp:32:51: note: Function 'http_bundle' argument 1 names different: declaration 'headers' definition 'headers_in'.
entropybroker-2.9/http_bundle.cpp:32:75: style: Function 'http_bundle' argument 2 names different: declaration 'data' definition 'data_in'. [funcArgNamesDifferent]
entropybroker-2.9/http_bundle.h:10:60: note: Function 'http_bundle' argument 2 names different: declaration 'data' definition 'data_in'.
entropybroker-2.9/http_bundle.cpp:32:75: note: Function 'http_bundle' argument 2 names different: declaration 'data' definition 'data_in'.
entropybroker-2.9/http_bundle.cpp:10:2: performance: Variable 'headers' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
entropybroker-2.9/http_bundle.cpp:26:2: performance: Variable 'headers' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
entropybroker-2.9/http_bundle.cpp:34:2: performance: Variable 'headers' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
entropybroker-2.9/http_bundle.h:13:27: style: Technically the member function 'http_bundle::get_headers' can be const. [functionConst]
entropybroker-2.9/http_bundle.cpp:45:39: note: Technically the member function 'http_bundle::get_headers' can be const.
entropybroker-2.9/http_bundle.h:13:27: note: Technically the member function 'http_bundle::get_headers' can be const.
entropybroker-2.9/http_bundle.h:14:6: style: Technically the member function 'http_bundle::get_data_len' can be const. [functionConst]
entropybroker-2.9/http_bundle.cpp:50:18: note: Technically the member function 'http_bundle::get_data_len' can be const.
entropybroker-2.9/http_bundle.h:14:6: note: Technically the member function 'http_bundle::get_data_len' can be const.
entropybroker-2.9/http_bundle.cpp:17:3: style: Class 'http_bundle' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
entropybroker-2.9/http_bundle.cpp:17:3: style: Class 'http_bundle' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
entropybroker-2.9/http_bundle.cpp:8:51: performance: Function parameter 'headers_in' should be passed by const reference. [passedByValue]
entropybroker-2.9/http_bundle.cpp:24:51: performance: Function parameter 'headers_in' should be passed by const reference. [passedByValue]
entropybroker-2.9/http_bundle.cpp:32:51: performance: Function parameter 'headers_in' should be passed by const reference. [passedByValue]
entropybroker-2.9/http_file.h:13:14: performance: Technically the member function 'http_file::get_style_header' can be static. [functionStatic]
entropybroker-2.9/http_file.cpp:66:24: note: Technically the member function 'http_file::get_style_header' can be static.
entropybroker-2.9/http_file.h:13:14: note: Technically the member function 'http_file::get_style_header' can be static.
entropybroker-2.9/http_file.h:14:14: performance: Technically the member function 'http_file::get_style_tail' can be static. [functionStatic]
entropybroker-2.9/http_file.cpp:104:24: note: Technically the member function 'http_file::get_style_tail' can be static.
entropybroker-2.9/http_file.h:14:14: note: Technically the member function 'http_file::get_style_tail' can be static.
entropybroker-2.9/http_file_file.h:12:14: style: The function 'get_url' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
entropybroker-2.9/http_file.h:7:22: note: Virtual function in base class
entropybroker-2.9/http_file_file.h:12:14: note: Function in derived class
entropybroker-2.9/http_file_file.h:14:14: style: The function 'get_meta_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
entropybroker-2.9/http_file.h:9:22: note: Virtual function in base class
entropybroker-2.9/http_file_file.h:14:14: note: Function in derived class
entropybroker-2.9/http_file_file.h:16:16: style: The function 'do_request' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
entropybroker-2.9/http_file.h:16:24: note: Virtual function in base class
entropybroker-2.9/http_file_file.h:16:16: note: Function in derived class
entropybroker-2.9/http_file_file.cpp:21:44: performance: Function parameter 'url_in' should be passed by const reference. [passedByValue]
entropybroker-2.9/http_file_file.cpp:21:64: performance: Function parameter 'meta_in' should be passed by const reference. [passedByValue]
entropybroker-2.9/http_file_file.cpp:21:85: performance: Function parameter 'file_in' should be passed by const reference. [passedByValue]
entropybroker-2.9/http_file_file.cpp:91:83: performance: Function parameter 'request_url' should be passed by const reference. [passedByValue]
entropybroker-2.9/http_file_graph_data_logger.cpp:37:2: style: Class 'http_file_graph_data_logger' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
entropybroker-2.9/http_file_graph_data_logger.cpp:37:2: style: Class 'http_file_graph_data_logger' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
entropybroker-2.9/http_file_graph_data_logger.h:11:14: style: The function 'get_url' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
entropybroker-2.9/http_file.h:7:22: note: Virtual function in base class
entropybroker-2.9/http_file_graph_data_logger.h:11:14: note: Function in derived class
entropybroker-2.9/http_file_graph_data_logger.h:13:14: style: The function 'get_meta_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
entropybroker-2.9/http_file.h:9:22: note: Virtual function in base class
entropybroker-2.9/http_file_graph_data_logger.h:13:14: note: Function in derived class
entropybroker-2.9/http_file_graph_data_logger.h:15:16: style: The function 'do_request' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
entropybroker-2.9/http_file.h:16:24: note: Virtual function in base class
entropybroker-2.9/http_file_graph_data_logger.h:15:16: note: Function in derived class
entropybroker-2.9/http_file_graph_data_logger.cpp:55:96: performance: Function parameter 'request_url' should be passed by const reference. [passedByValue]
entropybroker-2.9/http_file_logfile.h:7:2: style: Class 'http_file_logfile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
entropybroker-2.9/http_file_logfile.h:10:14: style: The function 'get_url' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
entropybroker-2.9/http_file.h:7:22: note: Virtual function in base class
entropybroker-2.9/http_file_logfile.h:10:14: note: Function in derived class
entropybroker-2.9/http_file_logfile.h:12:14: style: The function 'get_meta_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
entropybroker-2.9/http_file.h:9:22: note: Virtual function in base class
entropybroker-2.9/http_file_logfile.h:12:14: note: Function in derived class
entropybroker-2.9/http_file_logfile.h:14:16: style: The function 'do_request' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
entropybroker-2.9/http_file.h:16:24: note: Virtual function in base class
entropybroker-2.9/http_file_logfile.h:14:16: note: Function in derived class
entropybroker-2.9/http_file_logfile.cpp:48:86: performance: Function parameter 'request_url' should be passed by const reference. [passedByValue]
entropybroker-2.9/http_file_root.h:7:14: style: The function 'get_url' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
entropybroker-2.9/http_file.h:7:22: note: Virtual function in base class
entropybroker-2.9/http_file_root.h:7:14: note: Function in derived class
entropybroker-2.9/http_file_root.h:9:14: style: The function 'get_meta_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
entropybroker-2.9/http_file.h:9:22: note: Virtual function in base class
entropybroker-2.9/http_file_root.h:9:14: note: Function in derived class
entropybroker-2.9/http_file_root.h:11:16: style: The function 'do_request' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
entropybroker-2.9/http_file.h:16:24: note: Virtual function in base class
entropybroker-2.9/http_file_root.h:11:16: note: Function in derived class
entropybroker-2.9/http_file_root.cpp:31:83: performance: Function parameter 'request_url' should be passed by const reference. [passedByValue]
entropybroker-2.9/http_file_stats.cpp:31:113: style: Function 'http_file_stats' argument 3 names different: declaration 'ppools' definition 'ppools_in'. [funcArgNamesDifferent]
entropybroker-2.9/http_file_stats.h:12:97: note: Function 'http_file_stats' argument 3 names different: declaration 'ppools' definition 'ppools_in'.
entropybroker-2.9/http_file_stats.cpp:31:113: note: Function 'http_file_stats' argument 3 names different: declaration 'ppools' definition 'ppools_in'.
entropybroker-2.9/http_file_stats.h:15:14: style: The function 'get_url' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
entropybroker-2.9/http_file.h:7:22: note: Virtual function in base class
entropybroker-2.9/http_file_stats.h:15:14: note: Function in derived class
entropybroker-2.9/http_file_stats.h:17:14: style: The function 'get_meta_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
entropybroker-2.9/http_file.h:9:22: note: Virtual function in base class
entropybroker-2.9/http_file_stats.h:17:14: note: Function in derived class
entropybroker-2.9/http_file_stats.h:19:16: style: The function 'do_request' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
entropybroker-2.9/http_file.h:16:24: note: Virtual function in base class
entropybroker-2.9/http_file_stats.h:19:16: note: Function in derived class
entropybroker-2.9/http_file_stats.cpp:49:84: performance: Function parameter 'request_url' should be passed by const reference. [passedByValue]
entropybroker-2.9/http_file_users.cpp:51:58: style: Variable 'request_parameters' is assigned a value that is never used. [unreadVariable]
entropybroker-2.9/http_file_users.h:7:2: style: Class 'http_file_users' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
entropybroker-2.9/http_file_users.h:10:14: style: The function 'get_url' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
entropybroker-2.9/http_file.h:7:22: note: Virtual function in base class
entropybroker-2.9/http_file_users.h:10:14: note: Function in derived class
entropybroker-2.9/http_file_users.h:12:14: style: The function 'get_meta_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
entropybroker-2.9/http_file.h:9:22: note: Virtual function in base class
entropybroker-2.9/http_file_users.h:12:14: note: Function in derived class
entropybroker-2.9/http_file_users.h:14:16: style: The function 'do_request' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
entropybroker-2.9/http_file.h:16:24: note: Virtual function in base class
entropybroker-2.9/http_file_users.h:14:16: note: Function in derived class
entropybroker-2.9/http_file_users.cpp:49:84: performance: Function parameter 'request_url' should be passed by const reference. [passedByValue]
entropybroker-2.9/http_file_version.h:7:14: style: The function 'get_url' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
entropybroker-2.9/http_file.h:7:22: note: Virtual function in base class
entropybroker-2.9/http_file_version.h:7:14: note: Function in derived class
entropybroker-2.9/http_file_version.h:9:14: style: The function 'get_meta_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
entropybroker-2.9/http_file.h:9:22: note: Virtual function in base class
entropybroker-2.9/http_file_version.h:9:14: note: Function in derived class
entropybroker-2.9/http_file_version.h:11:16: style: The function 'do_request' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
entropybroker-2.9/http_file.h:16:24: note: Virtual function in base class
entropybroker-2.9/http_file_version.h:11:16: note: Function in derived class
entropybroker-2.9/http_file_version.cpp:31:86: performance: Function parameter 'request_url' should be passed by const reference. [passedByValue]
entropybroker-2.9/http_server.cpp:16:30: style: Function 'http_server' argument 1 names different: declaration 'fd' definition 'fd_in'. [funcArgNamesDifferent]
entropybroker-2.9/http_server.h:17:18: note: Function 'http_server' argument 1 names different: declaration 'fd' definition 'fd_in'.
entropybroker-2.9/http_server.cpp:16:30: note: Function 'http_server' argument 1 names different: declaration 'fd' definition 'fd_in'.
entropybroker-2.9/http_server.cpp:156:8: style: Variable 'ok' is assigned a value that is never used. [unreadVariable]
entropybroker-2.9/http_server.h:20:17: style: Technically the member function 'http_server::get_request_type' can be const. [functionConst]
entropybroker-2.9/http_server.cpp:108:29: note: Technically the member function 'http_server::get_request_type' can be const.
entropybroker-2.9/http_server.h:20:17: note: Technically the member function 'http_server::get_request_type' can be const.
entropybroker-2.9/http_server.h:22:14: style: Technically the member function 'http_server::get_request_url' can be const. [functionConst]
entropybroker-2.9/http_server.cpp:118:26: note: Technically the member function 'http_server::get_request_url' can be const.
entropybroker-2.9/http_server.h:22:14: note: Technically the member function 'http_server::get_request_url' can be const.
entropybroker-2.9/http_server.cpp:18:2: style: Class 'http_server' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
entropybroker-2.9/http_server.cpp:18:2: style: Class 'http_server' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
entropybroker-2.9/http_server.h:17:2: style: Class 'http_server' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
entropybroker-2.9/http_server.cpp:38:3: error: Common realloc mistake: 'request_data' nulled but not freed upon failure [memleakOnRealloc]
entropybroker-2.9/log.cpp:65:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
entropybroker-2.9/stirrer_3des.h:12:6: style: The function 'get_ivec_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
entropybroker-2.9/stirrer.h:7:14: note: Virtual function in base class
entropybroker-2.9/stirrer_3des.h:12:6: note: Function in derived class
entropybroker-2.9/stirrer_3des.h:13:6: style: The function 'get_stir_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
entropybroker-2.9/stirrer.h:8:14: note: Virtual function in base class
entropybroker-2.9/stirrer_3des.h:13:6: note: Function in derived class
entropybroker-2.9/stirrer_3des.h:14:7: style: The function 'do_stir' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
entropybroker-2.9/stirrer.h:9:15: note: Virtual function in base class
entropybroker-2.9/stirrer_3des.h:14:7: note: Function in derived class
entropybroker-2.9/stirrer_aes.h:10:6: style: The function 'get_ivec_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
entropybroker-2.9/stirrer.h:7:14: note: Virtual function in base class
entropybroker-2.9/stirrer_aes.h:10:6: note: Function in derived class
entropybroker-2.9/stirrer_aes.h:11:6: style: The function 'get_stir_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
entropybroker-2.9/stirrer.h:8:14: note: Virtual function in base class
entropybroker-2.9/stirrer_aes.h:11:6: note: Function in derived class
entropybroker-2.9/stirrer_aes.h:12:7: style: The function 'do_stir' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
entropybroker-2.9/stirrer.h:9:15: note: Virtual function in base class
entropybroker-2.9/stirrer_aes.h:12:7: note: Function in derived class
entropybroker-2.9/stirrer_blowfish.h:10:6: style: The function 'get_ivec_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
entropybroker-2.9/stirrer.h:7:14: note: Virtual function in base class
entropybroker-2.9/stirrer_blowfish.h:10:6: note: Function in derived class
entropybroker-2.9/stirrer_blowfish.h:11:6: style: The function 'get_stir_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
entropybroker-2.9/stirrer.h:8:14: note: Virtual function in base class
entropybroker-2.9/stirrer_blowfish.h:11:6: note: Function in derived class
entropybroker-2.9/stirrer_blowfish.h:12:7: style: The function 'do_stir' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
entropybroker-2.9/stirrer.h:9:15: note: Virtual function in base class
entropybroker-2.9/stirrer_blowfish.h:12:7: note: Function in derived class
entropybroker-2.9/stirrer_camellia.h:9:6: style: The function 'get_ivec_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
entropybroker-2.9/stirrer.h:7:14: note: Virtual function in base class
entropybroker-2.9/stirrer_camellia.h:9:6: note: Function in derived class
entropybroker-2.9/stirrer_camellia.h:10:6: style: The function 'get_stir_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
entropybroker-2.9/stirrer.h:8:14: note: Virtual function in base class
entropybroker-2.9/stirrer_camellia.h:10:6: note: Function in derived class
entropybroker-2.9/stirrer_camellia.h:11:7: style: The function 'do_stir' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
entropybroker-2.9/stirrer.h:9:15: note: Virtual function in base class
entropybroker-2.9/stirrer_camellia.h:11:7: note: Function in derived class
entropybroker-2.9/math.h:8:6: performance: Technically the member function 'bit_count_estimator::determine_number_of_bits_of_data_shannon' can be static. [functionStatic]
entropybroker-2.9/math.cpp:44:26: note: Technically the member function 'bit_count_estimator::determine_number_of_bits_of_data_shannon' can be static.
entropybroker-2.9/math.h:8:6: note: Technically the member function 'bit_count_estimator::determine_number_of_bits_of_data_shannon' can be static.
entropybroker-2.9/math.h:9:6: performance: Technically the member function 'bit_count_estimator::determine_number_of_bits_of_data_compression' can be static. [functionStatic]
entropybroker-2.9/math.cpp:74:26: note: Technically the member function 'bit_count_estimator::determine_number_of_bits_of_data_compression' can be static.
entropybroker-2.9/math.h:9:6: note: Technically the member function 'bit_count_estimator::determine_number_of_bits_of_data_compression' can be static.
entropybroker-2.9/my_pty.cpp:139:0: error: #error I'm sorry, but I don't know what kind of system this is. [preprocessorErrorDirective]
entropybroker-2.9/plot.cpp:30:3: error: Memory leak: points [memleak]
entropybroker-2.9/plot.cpp:37:3: error: Memory leak: points [memleak]
entropybroker-2.9/plot.cpp:37:3: error: Resource leak: fhi [resourceLeak]
entropybroker-2.9/plot.cpp:96:0: error: Memory leak: points [memleak]
entropybroker-2.9/pool.cpp:106:2: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
entropybroker-2.9/pool.cpp:354:70: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
entropybroker-2.9/pool.cpp:157:3: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
entropybroker-2.9/pool.cpp:156:0: note: Variable 'rc' is reassigned a value before the old one has been used.
entropybroker-2.9/pool.cpp:157:3: note: Variable 'rc' is reassigned a value before the old one has been used.
entropybroker-2.9/pool.cpp:29:58: style: Function 'pool' argument 2 names different: declaration 'bce' definition 'bce_in'. [funcArgNamesDifferent]
entropybroker-2.9/pool.h:32:53: note: Function 'pool' argument 2 names different: declaration 'bce' definition 'bce_in'.
entropybroker-2.9/pool.cpp:29:58: note: Function 'pool' argument 2 names different: declaration 'bce' definition 'bce_in'.
entropybroker-2.9/pool.cpp:39:56: style: Function 'pool' argument 3 names different: declaration 'bce' definition 'bce_in'. [funcArgNamesDifferent]
entropybroker-2.9/pool.h:33:51: note: Function 'pool' argument 3 names different: declaration 'bce' definition 'bce_in'.
entropybroker-2.9/pool.cpp:39:56: note: Function 'pool' argument 3 names different: declaration 'bce' definition 'bce_in'.
entropybroker-2.9/pool.cpp:203:61: style: Function 'add_entropy_data' argument 2 names different: declaration 'n_bytes' definition 'n_bytes_in'. [funcArgNamesDifferent]
entropybroker-2.9/pool.h:47:56: note: Function 'add_entropy_data' argument 2 names different: declaration 'n_bytes' definition 'n_bytes_in'.
entropybroker-2.9/pool.cpp:203:61: note: Function 'add_entropy_data' argument 2 names different: declaration 'n_bytes' definition 'n_bytes_in'.
entropybroker-2.9/pool_crypto.cpp:44:3: style: Class 'pool_crypto' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
entropybroker-2.9/pool_crypto.cpp:44:3: style: Class 'pool_crypto' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
entropybroker-2.9/pools.cpp:44:26: style: Checking if unsigned variable 'min_store_on_disk_n' is less than zero. [unsignedLessThanZero]
entropybroker-2.9/pools.cpp:50:23: style: Checking if unsigned variable 'max_n_disk_pools' is less than zero. [unsignedLessThanZero]
entropybroker-2.9/pools.cpp:32:26: style: Function 'pools' argument 1 names different: declaration 'cache_dir' definition 'cache_dir_in'. [funcArgNamesDifferent]
entropybroker-2.9/pools.h:38:20: note: Function 'pools' argument 1 names different: declaration 'cache_dir' definition 'cache_dir_in'.
entropybroker-2.9/pools.cpp:32:26: note: Function 'pools' argument 1 names different: declaration 'cache_dir' definition 'cache_dir_in'.
entropybroker-2.9/pools.cpp:32:53: style: Function 'pools' argument 2 names different: declaration 'max_n_mem_pools' definition 'max_n_mem_pools_in'. [funcArgNamesDifferent]
entropybroker-2.9/pools.h:38:44: note: Function 'pools' argument 2 names different: declaration 'max_n_mem_pools' definition 'max_n_mem_pools_in'.
entropybroker-2.9/pools.cpp:32:53: note: Function 'pools' argument 2 names different: declaration 'max_n_mem_pools' definition 'max_n_mem_pools_in'.
entropybroker-2.9/pools.cpp:32:86: style: Function 'pools' argument 3 names different: declaration 'max_n_disk_pools' definition 'max_n_disk_pools_in'. [funcArgNamesDifferent]
entropybroker-2.9/pools.h:38:74: note: Function 'pools' argument 3 names different: declaration 'max_n_disk_pools' definition 'max_n_disk_pools_in'.
entropybroker-2.9/pools.cpp:32:86: note: Function 'pools' argument 3 names different: declaration 'max_n_disk_pools' definition 'max_n_disk_pools_in'.
entropybroker-2.9/pools.cpp:32:120: style: Function 'pools' argument 4 names different: declaration 'min_store_on_disk_n' definition 'min_store_on_disk_n_in'. [funcArgNamesDifferent]
entropybroker-2.9/pools.h:38:105: note: Function 'pools' argument 4 names different: declaration 'min_store_on_disk_n' definition 'min_store_on_disk_n_in'.
entropybroker-2.9/pools.cpp:32:120: note: Function 'pools' argument 4 names different: declaration 'min_store_on_disk_n' definition 'min_store_on_disk_n_in'.
entropybroker-2.9/pools.cpp:635:102: style: Function 'add_bits_to_pools' argument 4 names different: declaration 'prt' definition 'pfips'. [funcArgNamesDifferent]
entropybroker-2.9/pools.h:42:96: note: Function 'add_bits_to_pools' argument 4 names different: declaration 'prt' definition 'pfips'.
entropybroker-2.9/pools.cpp:635:102: note: Function 'add_bits_to_pools' argument 4 names different: declaration 'prt' definition 'pfips'.
entropybroker-2.9/pools.h:34:7: performance: Technically the member function 'pools::verify_quality' can be static. [functionStatic]
entropybroker-2.9/pools.cpp:372:13: note: Technically the member function 'pools::verify_quality' can be static.
entropybroker-2.9/pools.h:34:7: note: Technically the member function 'pools::verify_quality' can be static.
entropybroker-2.9/pools.cpp:32:26: performance: Function parameter 'cache_dir_in' should be passed by const reference. [passedByValue]
entropybroker-2.9/protocol.cpp:84:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
entropybroker-2.9/protocol.cpp:110:68: style: Function 'protocol' argument 2 names different: declaration 'username' definition 'username_in'. [funcArgNamesDifferent]
entropybroker-2.9/protocol.h:36:60: note: Function 'protocol' argument 2 names different: declaration 'username' definition 'username_in'.
entropybroker-2.9/protocol.cpp:110:68: note: Function 'protocol' argument 2 names different: declaration 'username' definition 'username_in'.
entropybroker-2.9/protocol.cpp:110:93: style: Function 'protocol' argument 3 names different: declaration 'password' definition 'password_in'. [funcArgNamesDifferent]
entropybroker-2.9/protocol.h:36:82: note: Function 'protocol' argument 3 names different: declaration 'password' definition 'password_in'.
entropybroker-2.9/protocol.cpp:110:93: note: Function 'protocol' argument 3 names different: declaration 'password' definition 'password_in'.
entropybroker-2.9/protocol.cpp:110:111: style: Function 'protocol' argument 4 names different: declaration 'is_server' definition 'is_server_in'. [funcArgNamesDifferent]
entropybroker-2.9/protocol.h:36:97: note: Function 'protocol' argument 4 names different: declaration 'is_server' definition 'is_server_in'.
entropybroker-2.9/protocol.cpp:110:111: note: Function 'protocol' argument 4 names different: declaration 'is_server' definition 'is_server_in'.
entropybroker-2.9/protocol.cpp:110:137: style: Function 'protocol' argument 5 names different: declaration 'type' definition 'type_in'. [funcArgNamesDifferent]
entropybroker-2.9/protocol.h:36:120: note: Function 'protocol' argument 5 names different: declaration 'type' definition 'type_in'.
entropybroker-2.9/protocol.cpp:110:137: note: Function 'protocol' argument 5 names different: declaration 'type' definition 'type_in'.
entropybroker-2.9/protocol.cpp:110:153: style: Function 'protocol' argument 6 names different: declaration 'comm_time_out' definition 'comm_time_out_in'. [funcArgNamesDifferent]
entropybroker-2.9/protocol.h:36:133: note: Function 'protocol' argument 6 names different: declaration 'comm_time_out' definition 'comm_time_out_in'.
entropybroker-2.9/protocol.cpp:110:153: note: Function 'protocol' argument 6 names different: declaration 'comm_time_out' definition 'comm_time_out_in'.
entropybroker-2.9/protocol.h:33:7: performance: Technically the member function 'protocol::error_sleep' can be static. [functionStatic]
entropybroker-2.9/protocol.cpp:144:16: note: Technically the member function 'protocol::error_sleep' can be static.
entropybroker-2.9/protocol.h:33:7: note: Technically the member function 'protocol::error_sleep' can be static.
entropybroker-2.9/protocol.cpp:110:68: performance: Function parameter 'username_in' should be passed by const reference. [passedByValue]
entropybroker-2.9/protocol.cpp:110:93: performance: Function parameter 'password_in' should be passed by const reference. [passedByValue]
entropybroker-2.9/protocol.cpp:110:137: performance: Function parameter 'type_in' should be passed by const reference. [passedByValue]
entropybroker-2.9/proxy_knuth_b.cpp:606:6: warning: Possible null pointer dereference: pcp [nullPointer]
entropybroker-2.9/proxy_knuth_b.cpp:599:28: note: Assignment 'pcp=NULL', assigned value is 0
entropybroker-2.9/proxy_knuth_b.cpp:606:6: note: Null pointer dereference
entropybroker-2.9/proxy_knuth_b.cpp:607:6: warning: Possible null pointer dereference: pcp [nullPointer]
entropybroker-2.9/proxy_knuth_b.cpp:599:28: note: Assignment 'pcp=NULL', assigned value is 0
entropybroker-2.9/proxy_knuth_b.cpp:607:6: note: Null pointer dereference
entropybroker-2.9/proxy_knuth_b.cpp:611:6: warning: Possible null pointer dereference: pcp [nullPointer]
entropybroker-2.9/proxy_knuth_b.cpp:599:28: note: Assignment 'pcp=NULL', assigned value is 0
entropybroker-2.9/proxy_knuth_b.cpp:611:6: note: Null pointer dereference
entropybroker-2.9/proxy_knuth_b.cpp:613:6: warning: Possible null pointer dereference: pcp [nullPointer]
entropybroker-2.9/proxy_knuth_b.cpp:599:28: note: Assignment 'pcp=NULL', assigned value is 0
entropybroker-2.9/proxy_knuth_b.cpp:613:6: note: Null pointer dereference
entropybroker-2.9/proxy_knuth_b.cpp:614:6: warning: Possible null pointer dereference: pcp [nullPointer]
entropybroker-2.9/proxy_knuth_b.cpp:599:28: note: Assignment 'pcp=NULL', assigned value is 0
entropybroker-2.9/proxy_knuth_b.cpp:614:6: note: Null pointer dereference
entropybroker-2.9/proxy_knuth_b.cpp:616:41: warning: Possible null pointer dereference: pcp [nullPointer]
entropybroker-2.9/proxy_knuth_b.cpp:599:28: note: Assignment 'pcp=NULL', assigned value is 0
entropybroker-2.9/proxy_knuth_b.cpp:616:41: note: Null pointer dereference
entropybroker-2.9/proxy_knuth_b.cpp:618:6: warning: Possible null pointer dereference: pcp [nullPointer]
entropybroker-2.9/proxy_knuth_b.cpp:599:28: note: Assignment 'pcp=NULL', assigned value is 0
entropybroker-2.9/proxy_knuth_b.cpp:618:6: note: Null pointer dereference
entropybroker-2.9/proxy_knuth_b.cpp:620:6: warning: Possible null pointer dereference: pcp [nullPointer]
entropybroker-2.9/proxy_knuth_b.cpp:599:28: note: Assignment 'pcp=NULL', assigned value is 0
entropybroker-2.9/proxy_knuth_b.cpp:620:6: note: Null pointer dereference
entropybroker-2.9/proxy_knuth_b.cpp:622:6: warning: Possible null pointer dereference: pcp [nullPointer]
entropybroker-2.9/proxy_knuth_b.cpp:599:28: note: Assignment 'pcp=NULL', assigned value is 0
entropybroker-2.9/proxy_knuth_b.cpp:622:6: note: Null pointer dereference
entropybroker-2.9/proxy_knuth_b.cpp:623:6: warning: Possible null pointer dereference: pcp [nullPointer]
entropybroker-2.9/proxy_knuth_b.cpp:599:28: note: Assignment 'pcp=NULL', assigned value is 0
entropybroker-2.9/proxy_knuth_b.cpp:623:6: note: Null pointer dereference
entropybroker-2.9/proxy_knuth_m.cpp:630:6: warning: Possible null pointer dereference: pcp [nullPointer]
entropybroker-2.9/proxy_knuth_m.cpp:623:28: note: Assignment 'pcp=NULL', assigned value is 0
entropybroker-2.9/proxy_knuth_m.cpp:630:6: note: Null pointer dereference
entropybroker-2.9/proxy_knuth_m.cpp:632:6: warning: Possible null pointer dereference: pcp [nullPointer]
entropybroker-2.9/proxy_knuth_m.cpp:623:28: note: Assignment 'pcp=NULL', assigned value is 0
entropybroker-2.9/proxy_knuth_m.cpp:632:6: note: Null pointer dereference
entropybroker-2.9/proxy_knuth_m.cpp:633:6: warning: Possible null pointer dereference: pcp [nullPointer]
entropybroker-2.9/proxy_knuth_m.cpp:623:28: note: Assignment 'pcp=NULL', assigned value is 0
entropybroker-2.9/proxy_knuth_m.cpp:633:6: note: Null pointer dereference
entropybroker-2.9/proxy_knuth_m.cpp:635:41: warning: Possible null pointer dereference: pcp [nullPointer]
entropybroker-2.9/proxy_knuth_m.cpp:623:28: note: Assignment 'pcp=NULL', assigned value is 0
entropybroker-2.9/proxy_knuth_m.cpp:635:41: note: Null pointer dereference
entropybroker-2.9/proxy_knuth_m.cpp:637:6: warning: Possible null pointer dereference: pcp [nullPointer]
entropybroker-2.9/proxy_knuth_m.cpp:623:28: note: Assignment 'pcp=NULL', assigned value is 0
entropybroker-2.9/proxy_knuth_m.cpp:637:6: note: Null pointer dereference
entropybroker-2.9/proxy_knuth_m.cpp:639:6: warning: Possible null pointer dereference: pcp [nullPointer]
entropybroker-2.9/proxy_knuth_m.cpp:623:28: note: Assignment 'pcp=NULL', assigned value is 0
entropybroker-2.9/proxy_knuth_m.cpp:639:6: note: Null pointer dereference
entropybroker-2.9/proxy_knuth_m.cpp:641:6: warning: Possible null pointer dereference: pcp [nullPointer]
entropybroker-2.9/proxy_knuth_m.cpp:623:28: note: Assignment 'pcp=NULL', assigned value is 0
entropybroker-2.9/proxy_knuth_m.cpp:641:6: note: Null pointer dereference
entropybroker-2.9/proxy_knuth_m.cpp:642:6: warning: Possible null pointer dereference: pcp [nullPointer]
entropybroker-2.9/proxy_knuth_m.cpp:623:28: note: Assignment 'pcp=NULL', assigned value is 0
entropybroker-2.9/proxy_knuth_m.cpp:642:6: note: Null pointer dereference
entropybroker-2.9/random_source.cpp:12:52: style: Function 'random_source' argument 1 names different: declaration 'rst' definition 'rs_in'. [funcArgNamesDifferent]
entropybroker-2.9/random_source.h:17:38: note: Function 'random_source' argument 1 names different: declaration 'rst' definition 'rs_in'.
entropybroker-2.9/random_source.cpp:12:52: note: Function 'random_source' argument 1 names different: declaration 'rst' definition 'rs_in'.
entropybroker-2.9/random_source.cpp:17:52: style: Function 'random_source' argument 1 names different: declaration 'rst' definition 'rs_in'. [funcArgNamesDifferent]
entropybroker-2.9/random_source.h:18:38: note: Function 'random_source' argument 1 names different: declaration 'rst' definition 'rs_in'.
entropybroker-2.9/random_source.cpp:17:52: note: Function 'random_source' argument 1 names different: declaration 'rst' definition 'rs_in'.
entropybroker-2.9/random_source.cpp:17:79: style: Function 'random_source' argument 2 names different: declaration 'dump_file_in' definition 'state_file_in'. [funcArgNamesDifferent]
entropybroker-2.9/random_source.h:18:63: note: Function 'random_source' argument 2 names different: declaration 'dump_file_in' definition 'state_file_in'.
entropybroker-2.9/random_source.cpp:17:79: note: Function 'random_source' argument 2 names different: declaration 'dump_file_in' definition 'state_file_in'.
entropybroker-2.9/random_source.h:13:7: performance: Technically the member function 'random_source::dump_state' can be static. [functionStatic]
entropybroker-2.9/random_source.cpp:92:21: note: Technically the member function 'random_source::dump_state' can be static.
entropybroker-2.9/random_source.h:13:7: note: Technically the member function 'random_source::dump_state' can be static.
entropybroker-2.9/random_source.h:14:7: performance: Technically the member function 'random_source::retrieve_state' can be static. [functionStatic]
entropybroker-2.9/random_source.cpp:96:21: note: Technically the member function 'random_source::retrieve_state' can be static.
entropybroker-2.9/random_source.h:14:7: note: Technically the member function 'random_source::retrieve_state' can be static.
entropybroker-2.9/random_source.h:22:7: performance: Technically the member function 'random_source::check_empty' can be static. [functionStatic]
entropybroker-2.9/random_source.cpp:81:21: note: Technically the member function 'random_source::check_empty' can be static.
entropybroker-2.9/random_source.h:22:7: note: Technically the member function 'random_source::check_empty' can be static.
entropybroker-2.9/random_source.h:23:7: performance: Technically the member function 'random_source::seed' can be static. [functionStatic]
entropybroker-2.9/random_source.cpp:88:21: note: Technically the member function 'random_source::seed' can be static.
entropybroker-2.9/random_source.h:23:7: note: Technically the member function 'random_source::seed' can be static.
entropybroker-2.9/random_source.cpp:21:2: style: Class 'random_source' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
entropybroker-2.9/random_source.cpp:21:2: style: Class 'random_source' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
entropybroker-2.9/random_source.cpp:48:4: style: Exception should be caught by reference. [catchExceptionByValue]
entropybroker-2.9/scc.h:11:9: style: Technically the member function 'scc::get_cur_scc' can be const. [functionConst]
entropybroker-2.9/scc.cpp:55:13: note: Technically the member function 'scc::get_cur_scc' can be const.
entropybroker-2.9/scc.h:11:9: note: Technically the member function 'scc::get_cur_scc' can be const.
entropybroker-2.9/server_audio.cpp:140:6: style: The scope of the variable 'n_to_do' can be reduced. [variableScope]
entropybroker-2.9/server_audio.cpp:141:8: style: The scope of the variable 'dummy' can be reduced. [variableScope]
entropybroker-2.9/server_audio.cpp:145:6: style: The scope of the variable 'input_buffer_size' can be reduced. [variableScope]
entropybroker-2.9/server_cycle_count.cpp:70:13: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
entropybroker-2.9/server_cycle_count.cpp:86:13: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
entropybroker-2.9/server_v4l.cpp:157:17: style: The scope of the variable 'img1' can be reduced. [variableScope]
entropybroker-2.9/server_v4l.cpp:157:24: style: The scope of the variable 'img2' can be reduced. [variableScope]
entropybroker-2.9/statistics.cpp:119:52: style: Function 'track_recvs' argument 2 names different: declaration 'n_bits_added_in' definition 'n_bits_in'. [funcArgNamesDifferent]
entropybroker-2.9/statistics.h:61:41: note: Function 'track_recvs' argument 2 names different: declaration 'n_bits_added_in' definition 'n_bits_in'.
entropybroker-2.9/statistics.cpp:119:52: note: Function 'track_recvs' argument 2 names different: declaration 'n_bits_added_in' definition 'n_bits_in'.
entropybroker-2.9/statistics.h:79:7: style: Technically the member function 'statistics::get_sent_avg_sd' can be const. [functionConst]
entropybroker-2.9/statistics.cpp:240:18: note: Technically the member function 'statistics::get_sent_avg_sd' can be const.
entropybroker-2.9/statistics.h:79:7: note: Technically the member function 'statistics::get_sent_avg_sd' can be const.
entropybroker-2.9/statistics.h:80:7: style: Technically the member function 'statistics::get_recv_avg_sd' can be const. [functionConst]
entropybroker-2.9/statistics.cpp:247:18: note: Technically the member function 'statistics::get_recv_avg_sd' can be const.
entropybroker-2.9/statistics.h:80:7: note: Technically the member function 'statistics::get_recv_avg_sd' can be const.
entropybroker-2.9/statistics.h:81:7: style: Technically the member function 'statistics::get_recv_in_avg_sd' can be const. [functionConst]
entropybroker-2.9/statistics.cpp:254:18: note: Technically the member function 'statistics::get_recv_in_avg_sd' can be const.
entropybroker-2.9/statistics.h:81:7: note: Technically the member function 'statistics::get_recv_in_avg_sd' can be const.
entropybroker-2.9/statistics_global.cpp:31:128: style: Function 'put_history_log' argument 5 names different: declaration 'start_ts' definition 'start_ts_in'. [funcArgNamesDifferent]
entropybroker-2.9/statistics_global.h:27:104: note: Function 'put_history_log' argument 5 names different: declaration 'start_ts' definition 'start_ts_in'.
entropybroker-2.9/statistics_global.cpp:31:128: note: Function 'put_history_log' argument 5 names different: declaration 'start_ts' definition 'start_ts_in'.
entropybroker-2.9/statistics_global.cpp:31:173: style: Function 'put_history_log' argument 7 names different: declaration 'details' definition 'details_in'. [funcArgNamesDifferent]
entropybroker-2.9/statistics_global.h:27:146: note: Function 'put_history_log' argument 7 names different: declaration 'details' definition 'details_in'.
entropybroker-2.9/statistics_global.cpp:31:173: note: Function 'put_history_log' argument 7 names different: declaration 'details' definition 'details_in'.
entropybroker-2.9/statistics_global.cpp:31:70: performance: Function parameter 'host_in' should be passed by const reference. [passedByValue]
entropybroker-2.9/statistics_global.cpp:31:91: performance: Function parameter 'type_in' should be passed by const reference. [passedByValue]
entropybroker-2.9/statistics_global.cpp:31:112: performance: Function parameter 'user_in' should be passed by const reference. [passedByValue]
entropybroker-2.9/statistics_global.cpp:31:173: performance: Function parameter 'details_in' should be passed by const reference. [passedByValue]
entropybroker-2.9/users.cpp:15:26: style: Function 'users' argument 1 names different: declaration 'filename' definition 'filename_in'. [funcArgNamesDifferent]
entropybroker-2.9/users.h:38:20: note: Function 'users' argument 1 names different: declaration 'filename' definition 'filename_in'.
entropybroker-2.9/users.cpp:15:26: note: Function 'users' argument 1 names different: declaration 'filename' definition 'filename_in'.
entropybroker-2.9/users.cpp:15:43: style: Function 'users' argument 2 names different: declaration 'default_max_get_bps' definition 'default_max_get_bps_in'. [funcArgNamesDifferent]
entropybroker-2.9/users.h:38:34: note: Function 'users' argument 2 names different: declaration 'default_max_get_bps' definition 'default_max_get_bps_in'.
entropybroker-2.9/users.cpp:15:43: note: Function 'users' argument 2 names different: declaration 'default_max_get_bps' definition 'default_max_get_bps_in'.
entropybroker-2.9/users.cpp:57:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
entropybroker-2.9/users.cpp:216:32: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
entropybroker-2.9/users.cpp:15:8: warning: Member variable 'users::dummy_user' is not initialized in the constructor. [uninitMemberVar]
entropybroker-2.9/users.cpp:15:26: performance: Function parameter 'filename_in' should be passed by const reference. [passedByValue]
entropybroker-2.9/users.cpp:128:38: performance: Function parameter 'username' should be passed by const reference. [passedByValue]
entropybroker-2.9/users.cpp:144:43: performance: Function parameter 'username' should be passed by const reference. [passedByValue]
entropybroker-2.9/users.cpp:179:39: performance: Function parameter 'username' should be passed by const reference. [passedByValue]
entropybroker-2.9/users.cpp:197:42: performance: Function parameter 'username' should be passed by const reference. [passedByValue]
entropybroker-2.9/users.cpp:223:42: performance: Function parameter 'username' should be passed by const reference. [passedByValue]
entropybroker-2.9/users.cpp:238:40: performance: Function parameter 'username' should be passed by const reference. [passedByValue]
entropybroker-2.9/users.cpp:249:47: performance: Function parameter 'username' should be passed by const reference. [passedByValue]
entropybroker-2.9/users.cpp:270:41: performance: Function parameter 'username' should be passed by const reference. [passedByValue]
entropybroker-2.9/users.cpp:282:38: performance: Function parameter 'username' should be passed by const reference. [passedByValue]
entropybroker-2.9/users.cpp:294:43: performance: Function parameter 'username' should be passed by const reference. [passedByValue]
entropybroker-2.9/users.cpp:306:43: performance: Function parameter 'username' should be passed by const reference. [passedByValue]
entropybroker-2.9/users.cpp:318:42: performance: Function parameter 'username' should be passed by const reference. [passedByValue]
entropybroker-2.9/users.cpp:330:37: performance: Function parameter 'username' should be passed by const reference. [passedByValue]
entropybroker-2.9/users.cpp:342:47: performance: Function parameter 'username' should be passed by const reference. [passedByValue]
entropybroker-2.9/users.cpp:354:43: performance: Function parameter 'username' should be passed by const reference. [passedByValue]
entropybroker-2.9/users.cpp:366:44: performance: Function parameter 'username' should be passed by const reference. [passedByValue]
entropybroker-2.9/users.cpp:378:41: performance: Function parameter 'username' should be passed by const reference. [passedByValue]
entropybroker-2.9/users.cpp:390:37: performance: Function parameter 'username' should be passed by const reference. [passedByValue]
entropybroker-2.9/users.cpp:402:37: performance: Function parameter 'username' should be passed by const reference. [passedByValue]
entropybroker-2.9/users.cpp:414:38: performance: Function parameter 'username' should be passed by const reference. [passedByValue]
entropybroker-2.9/users.cpp:426:42: performance: Function parameter 'username' should be passed by const reference. [passedByValue]
entropybroker-2.9/users.cpp:441:36: performance: Function parameter 'username' should be passed by const reference. [passedByValue]
entropybroker-2.9/users.cpp:456:40: performance: Function parameter 'username' should be passed by const reference. [passedByValue]
entropybroker-2.9/users.cpp:471:40: performance: Function parameter 'username' should be passed by const reference. [passedByValue]
entropybroker-2.9/users.cpp:486:39: performance: Function parameter 'username' should be passed by const reference. [passedByValue]
entropybroker-2.9/users.cpp:501:40: performance: Function parameter 'username' should be passed by const reference. [passedByValue]
entropybroker-2.9/users.cpp:516:46: performance: Function parameter 'username' should be passed by const reference. [passedByValue]
entropybroker-2.9/users.cpp:531:42: performance: Function parameter 'username' should be passed by const reference. [passedByValue]
entropybroker-2.9/users.cpp:546:43: performance: Function parameter 'username' should be passed by const reference. [passedByValue]
entropybroker-2.9/users.cpp:561:40: performance: Function parameter 'username' should be passed by const reference. [passedByValue]
entropybroker-2.9/users.cpp:576:35: performance: Function parameter 'username' should be passed by const reference. [passedByValue]
entropybroker-2.9/users.cpp:588:35: performance: Function parameter 'username' should be passed by const reference. [passedByValue]
entropybroker-2.9/users.cpp:600:43: performance: Function parameter 'username' should be passed by const reference. [passedByValue]
entropybroker-2.9/users.cpp:615:47: performance: Function parameter 'username' should be passed by const reference. [passedByValue]
entropybroker-2.9/users.cpp:630:47: performance: Function parameter 'username' should be passed by const reference. [passedByValue]
entropybroker-2.9/users.cpp:645:41: performance: Function parameter 'username' should be passed by const reference. [passedByValue]
entropybroker-2.9/users.cpp:657:41: performance: Function parameter 'username' should be passed by const reference. [passedByValue]
entropybroker-2.9/users.cpp:669:44: performance: Function parameter 'username' should be passed by const reference. [passedByValue]
entropybroker-2.9/utils.cpp:674:3: style: Variable 'next' is reassigned a value before the old one has been used. [redundantAssignment]
entropybroker-2.9/utils.cpp:669:0: note: Variable 'next' is reassigned a value before the old one has been used.
entropybroker-2.9/utils.cpp:674:3: note: Variable 'next' is reassigned a value before the old one has been used.
entropybroker-2.9/utils.cpp:435:14: style: The scope of the variable 'notified_err' can be reduced. [variableScope]
entropybroker-2.9/utils.cpp:450:14: style: The scope of the variable 'notified_err' can be reduced. [variableScope]
entropybroker-2.9/utils.cpp:596:34: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
entropybroker-2.9/web_server.cpp:107:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
[17:43]

ftp://ftp.se.debian.org/debian/pool/main/e/entrypoints/entrypoints_0.2.3.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/enum/enum_1.1.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/e/enum34/enum34_1.1.6.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/enumerate/enumerate_111.08.00.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/env2/env2_1.1.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/envstore/envstore_2.1.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/e/enzyme/enzyme_0.4.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/eo-spell/eo-spell_2.1.2000.02.25.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/eoconv/eoconv_1.5.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/e/eog/eog_3.4.2.orig.tar.xz
eog-3.4.2/cut-n-paste/toolbar-editor/egg-editable-toolbar.c:232:14: style: The scope of the variable 'action' can be reduced. [variableScope]
eog-3.4.2/cut-n-paste/toolbar-editor/egg-editable-toolbar.c:826:24: style: The scope of the variable 'type' can be reduced. [variableScope]
eog-3.4.2/cut-n-paste/toolbar-editor/egg-editable-toolbar.c:898:12: style: The scope of the variable 'string' can be reduced. [variableScope]
eog-3.4.2/cut-n-paste/toolbar-editor/egg-editable-toolbar.c:905:16: style: The scope of the variable 'toolbar_name' can be reduced. [variableScope]
eog-3.4.2/cut-n-paste/toolbar-editor/egg-editable-toolbar.c:1291:13: style: The scope of the variable 'n_items' can be reduced. [variableScope]
eog-3.4.2/cut-n-paste/toolbar-editor/egg-editable-toolbar.c:1436:10: style: The scope of the variable 'children' can be reduced. [variableScope]
eog-3.4.2/cut-n-paste/toolbar-editor/egg-editable-toolbar.c:1548:10: style: The scope of the variable 'l' can be reduced. [variableScope]
eog-3.4.2/cut-n-paste/toolbar-editor/egg-editable-toolbar.c:1548:13: style: The scope of the variable 'n_items' can be reduced. [variableScope]
eog-3.4.2/cut-n-paste/toolbar-editor/egg-editable-toolbar.c:1711:39: style: Function 'egg_editable_toolbar_new' argument 2 names different: declaration 'visibility_path' definition 'popup_path'. [funcArgNamesDifferent]
eog-3.4.2/cut-n-paste/toolbar-editor/egg-editable-toolbar.h:60:32: note: Function 'egg_editable_toolbar_new' argument 2 names different: declaration 'visibility_path' definition 'popup_path'.
eog-3.4.2/cut-n-paste/toolbar-editor/egg-editable-toolbar.c:1711:39: note: Function 'egg_editable_toolbar_new' argument 2 names different: declaration 'visibility_path' definition 'popup_path'.
eog-3.4.2/cut-n-paste/toolbar-editor/egg-editable-toolbar.c:1722:50: style: Function 'egg_editable_toolbar_new_with_model' argument 3 names different: declaration 'visibility_path' definition 'popup_path'. [funcArgNamesDifferent]
eog-3.4.2/cut-n-paste/toolbar-editor/egg-editable-toolbar.h:63:32: note: Function 'egg_editable_toolbar_new_with_model' argument 3 names different: declaration 'visibility_path' definition 'popup_path'.
eog-3.4.2/cut-n-paste/toolbar-editor/egg-editable-toolbar.c:1722:50: note: Function 'egg_editable_toolbar_new_with_model' argument 3 names different: declaration 'visibility_path' definition 'popup_path'.
eog-3.4.2/cut-n-paste/toolbar-editor/egg-editable-toolbar.c:1799:17: style: Function 'egg_editable_toolbar_set_fixed' argument 2 names different: declaration 'fixed_toolbar' definition 'toolbar'. [funcArgNamesDifferent]
eog-3.4.2/cut-n-paste/toolbar-editor/egg-editable-toolbar.h:76:32: note: Function 'egg_editable_toolbar_set_fixed' argument 2 names different: declaration 'fixed_toolbar' definition 'toolbar'.
eog-3.4.2/cut-n-paste/toolbar-editor/egg-editable-toolbar.c:1799:17: note: Function 'egg_editable_toolbar_set_fixed' argument 2 names different: declaration 'fixed_toolbar' definition 'toolbar'.
eog-3.4.2/cut-n-paste/toolbar-editor/egg-editable-toolbar.c:1928:54: style: Function 'egg_editable_toolbar_set_primary_class' argument 3 names different: declaration 'path' definition 'name'. [funcArgNamesDifferent]
eog-3.4.2/cut-n-paste/toolbar-editor/egg-editable-toolbar.h:87:79: note: Function 'egg_editable_toolbar_set_primary_class' argument 3 names different: declaration 'path' definition 'name'.
eog-3.4.2/cut-n-paste/toolbar-editor/egg-editable-toolbar.c:1928:54: note: Function 'egg_editable_toolbar_set_primary_class' argument 3 names different: declaration 'path' definition 'name'.
eog-3.4.2/cut-n-paste/toolbar-editor/egg-toolbars-model.c:761:10: style: The scope of the variable 'node' can be reduced. [variableScope]
eog-3.4.2/cut-n-paste/toolbar-editor/egg-toolbars-model.c:839:13: style: The scope of the variable 'ipos' can be reduced. [variableScope]
eog-3.4.2/cut-n-paste/toolbar-editor/eggmarshalers.c:65:56: style: Function '_egg_marshal_VOID__INT_INT' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
eog-3.4.2/cut-n-paste/toolbar-editor/eggmarshalers.c:58:55: note: Function '_egg_marshal_VOID__INT_INT' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
eog-3.4.2/cut-n-paste/toolbar-editor/eggmarshalers.c:65:56: note: Function '_egg_marshal_VOID__INT_INT' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
eog-3.4.2/cut-n-paste/toolbar-editor/eggmarshalers.c:68:59: style: Function '_egg_marshal_VOID__INT_INT' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
eog-3.4.2/cut-n-paste/toolbar-editor/eggmarshalers.c:61:55: note: Function '_egg_marshal_VOID__INT_INT' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
eog-3.4.2/cut-n-paste/toolbar-editor/eggmarshalers.c:68:59: note: Function '_egg_marshal_VOID__INT_INT' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
eog-3.4.2/cut-n-paste/totem-screensaver/totem-scrsaver.c:151:20: style: The scope of the variable 'window' can be reduced. [variableScope]
eog-3.4.2/jpegutils/transupp-8a.c:114:24: style: The scope of the variable 'compptr' can be reduced. [variableScope]
eog-3.4.2/jpegutils/transupp-8a.c:155:24: style: The scope of the variable 'compptr' can be reduced. [variableScope]
eog-3.4.2/jpegutils/transupp-8a.c:222:24: style: The scope of the variable 'compptr' can be reduced. [variableScope]
eog-3.4.2/jpegutils/transupp-8a.c:284:24: style: The scope of the variable 'compptr' can be reduced. [variableScope]
eog-3.4.2/jpegutils/transupp-8a.c:362:24: style: The scope of the variable 'compptr' can be reduced. [variableScope]
eog-3.4.2/jpegutils/transupp-8a.c:415:24: style: The scope of the variable 'compptr' can be reduced. [variableScope]
eog-3.4.2/jpegutils/transupp-8a.c:496:24: style: The scope of the variable 'compptr' can be reduced. [variableScope]
eog-3.4.2/jpegutils/transupp-8a.c:568:24: style: The scope of the variable 'compptr' can be reduced. [variableScope]
eog-3.4.2/jpegutils/transupp-8a.c:679:24: style: The scope of the variable 'compptr' can be reduced. [variableScope]
eog-3.4.2/jpegutils/transupp-8a.c:905:7: style: The scope of the variable 'ci' can be reduced. [variableScope]
eog-3.4.2/jpegutils/transupp-8a.c:905:11: style: The scope of the variable 'h_samp_factor' can be reduced. [variableScope]
eog-3.4.2/jpegutils/transupp-8a.c:905:26: style: The scope of the variable 'v_samp_factor' can be reduced. [variableScope]
eog-3.4.2/jpegutils/transupp-8a.c:390:3: style: Variable 'dst_ptr' is assigned a value that is never used. [unreadVariable]
eog-3.4.2/jpegutils/transupp-8a.c:470:5: style: Variable 'dst_ptr' is assigned a value that is never used. [unreadVariable]
eog-3.4.2/jpegutils/transupp-8a.c:541:5: style: Variable 'dst_ptr' is assigned a value that is never used. [unreadVariable]
eog-3.4.2/jpegutils/transupp-8a.c:763:7: style: Variable 'dst_ptr' is assigned a value that is never used. [unreadVariable]
eog-3.4.2/src/eog-application.c:252:2: style: Variable 'new_window' is reassigned a value before the old one has been used. [redundantAssignment]
eog-3.4.2/src/eog-application.c:250:0: note: Variable 'new_window' is reassigned a value before the old one has been used.
eog-3.4.2/src/eog-application.c:252:2: note: Variable 'new_window' is reassigned a value before the old one has been used.
eog-3.4.2/src/eog-application.c:412:3: style: Variable 'file_list' is reassigned a value before the old one has been used. [redundantAssignment]
eog-3.4.2/src/eog-application.c:408:0: note: Variable 'file_list' is reassigned a value before the old one has been used.
eog-3.4.2/src/eog-application.c:412:3: note: Variable 'file_list' is reassigned a value before the old one has been used.
eog-3.4.2/src/eog-application.c:444:3: style: Variable 'file_list' is reassigned a value before the old one has been used. [redundantAssignment]
eog-3.4.2/src/eog-application.c:442:0: note: Variable 'file_list' is reassigned a value before the old one has been used.
eog-3.4.2/src/eog-application.c:444:3: note: Variable 'file_list' is reassigned a value before the old one has been used.
eog-3.4.2/src/eog-close-confirmation-dialog.c:504:3: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
eog-3.4.2/src/eog-close-confirmation-dialog.c:496:0: note: Variable 'buf' is reassigned a value before the old one has been used.
eog-3.4.2/src/eog-close-confirmation-dialog.c:504:3: note: Variable 'buf' is reassigned a value before the old one has been used.
eog-3.4.2/src/eog-close-confirmation-dialog.c:349:18: style: The scope of the variable 'wg' can be reduced. [variableScope]
eog-3.4.2/src/eog-close-confirmation-dialog.c:498:7: style: The scope of the variable 'width' can be reduced. [variableScope]
eog-3.4.2/src/eog-close-confirmation-dialog.c:499:10: style: The scope of the variable 'ratio' can be reduced. [variableScope]
eog-3.4.2/src/eog-close-confirmation-dialog.c:346:19: style: Function 'eog_close_confirmation_dialog_new' argument 2 names different: declaration 'unsaved_documents' definition 'unsaved_images'. [funcArgNamesDifferent]
eog-3.4.2/src/eog-close-confirmation-dialog.h:83:26: note: Function 'eog_close_confirmation_dialog_new' argument 2 names different: declaration 'unsaved_documents' definition 'unsaved_images'.
eog-3.4.2/src/eog-close-confirmation-dialog.c:346:19: note: Function 'eog_close_confirmation_dialog_new' argument 2 names different: declaration 'unsaved_documents' definition 'unsaved_images'.
eog-3.4.2/src/eog-dialog.c:217:21: style: The scope of the variable 'wptr' can be reduced. [variableScope]
eog-3.4.2/src/eog-error-message-area.c:170:2: style: Variable 'pango_escaped_caption' is reassigned a value before the old one has been used. [redundantAssignment]
eog-3.4.2/src/eog-error-message-area.c:161:0: note: Variable 'pango_escaped_caption' is reassigned a value before the old one has been used.
eog-3.4.2/src/eog-error-message-area.c:170:2: note: Variable 'pango_escaped_caption' is reassigned a value before the old one has been used.
eog-3.4.2/src/eog-error-message-area.c:171:2: style: Variable 'error_message' is reassigned a value before the old one has been used. [redundantAssignment]
eog-3.4.2/src/eog-error-message-area.c:159:0: note: Variable 'error_message' is reassigned a value before the old one has been used.
eog-3.4.2/src/eog-error-message-area.c:171:2: note: Variable 'error_message' is reassigned a value before the old one has been used.
eog-3.4.2/src/eog-error-message-area.c:174:2: style: Variable 'message_details' is reassigned a value before the old one has been used. [redundantAssignment]
eog-3.4.2/src/eog-error-message-area.c:160:0: note: Variable 'message_details' is reassigned a value before the old one has been used.
eog-3.4.2/src/eog-error-message-area.c:174:2: note: Variable 'message_details' is reassigned a value before the old one has been used.
eog-3.4.2/src/eog-error-message-area.c:212:2: style: Variable 'pango_escaped_caption' is reassigned a value before the old one has been used. [redundantAssignment]
eog-3.4.2/src/eog-error-message-area.c:203:0: note: Variable 'pango_escaped_caption' is reassigned a value before the old one has been used.
eog-3.4.2/src/eog-error-message-area.c:212:2: note: Variable 'pango_escaped_caption' is reassigned a value before the old one has been used.
eog-3.4.2/src/eog-error-message-area.c:213:2: style: Variable 'error_message' is reassigned a value before the old one has been used. [redundantAssignment]
eog-3.4.2/src/eog-error-message-area.c:201:0: note: Variable 'error_message' is reassigned a value before the old one has been used.
eog-3.4.2/src/eog-error-message-area.c:213:2: note: Variable 'error_message' is reassigned a value before the old one has been used.
eog-3.4.2/src/eog-error-message-area.c:216:2: style: Variable 'message_details' is reassigned a value before the old one has been used. [redundantAssignment]
eog-3.4.2/src/eog-error-message-area.c:202:0: note: Variable 'message_details' is reassigned a value before the old one has been used.
eog-3.4.2/src/eog-error-message-area.c:216:2: note: Variable 'message_details' is reassigned a value before the old one has been used.
eog-3.4.2/src/eog-error-message-area.c:54:9: style: The scope of the variable 'secondary_markup' can be reduced. [variableScope]
eog-3.4.2/src/eog-error-message-area.c:56:13: style: The scope of the variable 'secondary_label' can be reduced. [variableScope]
eog-3.4.2/src/eog-exif-details.c:322:16: style: The scope of the variable 'tree_path' can be reduced. [variableScope]
eog-3.4.2/src/eog-exif-details.c:85:6: style: struct member 'ExifTagCategory::id' is never used. [unusedStructMember]
eog-3.4.2/src/eog-exif-util.c:199:15: style: The scope of the variable 'buf_ptr' can be reduced. [variableScope]
eog-3.4.2/src/eog-exif-util.c:141:10: style: Unused variable: secs [unusedVariable]
eog-3.4.2/src/eog-file-chooser.c:153:2: style: Variable 'formats' is reassigned a value before the old one has been used. [redundantAssignment]
eog-3.4.2/src/eog-file-chooser.c:147:0: note: Variable 'formats' is reassigned a value before the old one has been used.
eog-3.4.2/src/eog-file-chooser.c:153:2: note: Variable 'formats' is reassigned a value before the old one has been used.
eog-3.4.2/src/eog-file-chooser.c:149:17: style: The scope of the variable 'filter' can be reduced. [variableScope]
eog-3.4.2/src/eog-file-chooser.c:150:10: style: The scope of the variable 'mime_types' can be reduced. [variableScope]
eog-3.4.2/src/eog-file-chooser.c:150:24: style: The scope of the variable 'pattern' can be reduced. [variableScope]
eog-3.4.2/src/eog-file-chooser.c:263:6: style: The scope of the variable 'bytes' can be reduced. [variableScope]
eog-3.4.2/src/eog-file-chooser.c:264:6: style: The scope of the variable 'pixels' can be reduced. [variableScope]
eog-3.4.2/src/eog-file-chooser.c:265:14: style: The scope of the variable 'bytes_str' can be reduced. [variableScope]
eog-3.4.2/src/eog-file-chooser.c:266:14: style: The scope of the variable 'width' can be reduced. [variableScope]
eog-3.4.2/src/eog-file-chooser.c:267:14: style: The scope of the variable 'height' can be reduced. [variableScope]
eog-3.4.2/src/eog-image-save-info.c:88:2: style: Variable 'info' is reassigned a value before the old one has been used. [redundantAssignment]
eog-3.4.2/src/eog-image-save-info.c:84:0: note: Variable 'info' is reassigned a value before the old one has been used.
eog-3.4.2/src/eog-image-save-info.c:88:2: note: Variable 'info' is reassigned a value before the old one has been used.
eog-3.4.2/src/eog-image-save-info.c:104:47: style: Function 'eog_image_save_info_new_from_uri' argument 1 names different: declaration 'uri' definition 'txt_uri'. [funcArgNamesDifferent]
eog-3.4.2/src/eog-image-save-info.h:49:74: note: Function 'eog_image_save_info_new_from_uri' argument 1 names different: declaration 'uri' definition 'txt_uri'.
eog-3.4.2/src/eog-image-save-info.c:104:47: note: Function 'eog_image_save_info_new_from_uri' argument 1 names different: declaration 'uri' definition 'txt_uri'.
eog-3.4.2/src/eog-image.c:1399:2: style: Variable 'image' is reassigned a value before the old one has been used. [redundantAssignment]
eog-3.4.2/src/eog-image.c:1394:0: note: Variable 'image' is reassigned a value before the old one has been used.
eog-3.4.2/src/eog-image.c:1399:2: note: Variable 'image' is reassigned a value before the old one has been used.
eog-3.4.2/src/eog-image.c:1462:16: style: The scope of the variable 'trans' can be reduced. [variableScope]
eog-3.4.2/src/eog-image.c:1463:16: style: The scope of the variable 'inverse' can be reduced. [variableScope]
eog-3.4.2/src/eog-image.c:1493:9: style: The scope of the variable 'tmp_file' can be reduced. [variableScope]
eog-3.4.2/src/eog-image.c:2352:10: style: The scope of the variable 'mime_types' can be reduced. [variableScope]
eog-3.4.2/src/eog-image.c:2353:6: style: The scope of the variable 'i' can be reduced. [variableScope]
eog-3.4.2/src/eog-image.c:1261:49: style: Function 'eog_image_has_data' argument 2 names different: declaration 'data' definition 'req_data'. [funcArgNamesDifferent]
eog-3.4.2/src/eog-image.h:137:33: note: Function 'eog_image_has_data' argument 2 names different: declaration 'data' definition 'req_data'.
eog-3.4.2/src/eog-image.c:1261:49: note: Function 'eog_image_has_data' argument 2 names different: declaration 'data' definition 'req_data'.
eog-3.4.2/src/eog-image.c:1354:52: style: Function 'eog_image_set_thumbnail' argument 2 names different: declaration 'pixbuf' definition 'thumbnail'. [funcArgNamesDifferent]
eog-3.4.2/src/eog-image.h:144:32: note: Function 'eog_image_set_thumbnail' argument 2 names different: declaration 'pixbuf' definition 'thumbnail'.
eog-3.4.2/src/eog-image.c:1354:52: note: Function 'eog_image_set_thumbnail' argument 2 names different: declaration 'pixbuf' definition 'thumbnail'.
eog-3.4.2/src/eog-jobs.c:876:9: style: The scope of the variable 'src' can be reduced. [variableScope]
eog-3.4.2/src/eog-jobs.c:876:15: style: The scope of the variable 'dest' can be reduced. [variableScope]
eog-3.4.2/src/eog-jobs.c:877:9: style: The scope of the variable 'filename' can be reduced. [variableScope]
eog-3.4.2/src/eog-jobs.c:877:20: style: The scope of the variable 'dest_filename' can be reduced. [variableScope]
eog-3.4.2/src/eog-jobs.c:329:27: style: Function 'eog_job_load_run' argument 1 names different: declaration 'ejob' definition 'job'. [funcArgNamesDifferent]
eog-3.4.2/src/eog-jobs.c:58:42: note: Function 'eog_job_load_run' argument 1 names different: declaration 'ejob' definition 'job'.
eog-3.4.2/src/eog-jobs.c:329:27: note: Function 'eog_job_load_run' argument 1 names different: declaration 'ejob' definition 'job'.
eog-3.4.2/src/eog-jobs.c:591:27: style: Function 'eog_job_save_run' argument 1 names different: declaration 'job' definition 'ejob'. [funcArgNamesDifferent]
eog-3.4.2/src/eog-jobs.c:60:44: note: Function 'eog_job_save_run' argument 1 names different: declaration 'job' definition 'ejob'.
eog-3.4.2/src/eog-jobs.c:591:27: note: Function 'eog_job_save_run' argument 1 names different: declaration 'job' definition 'ejob'.
eog-3.4.2/src/eog-jobs.c:705:30: style: Function 'eog_job_save_as_run' argument 1 names different: declaration 'job' definition 'ejob'. [funcArgNamesDifferent]
eog-3.4.2/src/eog-jobs.c:61:44: note: Function 'eog_job_save_as_run' argument 1 names different: declaration 'job' definition 'ejob'.
eog-3.4.2/src/eog-jobs.c:705:30: note: Function 'eog_job_save_as_run' argument 1 names different: declaration 'job' definition 'ejob'.
eog-3.4.2/src/eog-list-store.c:264:13: style: The scope of the variable 'thumbnail' can be reduced. [variableScope]
eog-3.4.2/src/eog-list-store.c:475:9: style: The scope of the variable 'child' can be reduced. [variableScope]
eog-3.4.2/src/eog-list-store.c:550:13: style: The scope of the variable 'file_info' can be reduced. [variableScope]
eog-3.4.2/src/eog-preferences-dialog.c:89:2: style: Variable 'variant' is reassigned a value before the old one has been used. [redundantAssignment]
eog-3.4.2/src/eog-preferences-dialog.c:77:0: note: Variable 'variant' is reassigned a value before the old one has been used.
eog-3.4.2/src/eog-preferences-dialog.c:89:2: note: Variable 'variant' is reassigned a value before the old one has been used.
eog-3.4.2/src/eog-print-image-setup.c:766:13: style: The scope of the variable 'pixbuf' can be reduced. [variableScope]
eog-3.4.2/src/eog-print-preview.c:830:26: style: Function 'button_press_event_cb' argument 2 names different: declaration 'bev' definition 'event'. [funcArgNamesDifferent]
eog-3.4.2/src/eog-print-preview.c:477:77: note: Function 'button_press_event_cb' argument 2 names different: declaration 'bev' definition 'event'.
eog-3.4.2/src/eog-print-preview.c:830:26: note: Function 'button_press_event_cb' argument 2 names different: declaration 'bev' definition 'event'.
eog-3.4.2/src/eog-print-preview.c:855:21: style: Function 'button_release_event_cb' argument 2 names different: declaration 'bev' definition 'event'. [funcArgNamesDifferent]
eog-3.4.2/src/eog-print-preview.c:478:77: note: Function 'button_release_event_cb' argument 2 names different: declaration 'bev' definition 'event'.
eog-3.4.2/src/eog-print-preview.c:855:21: note: Function 'button_release_event_cb' argument 2 names different: declaration 'bev' definition 'event'.
eog-3.4.2/src/eog-print-preview.c:923:20: style: Function 'motion_notify_event_cb' argument 2 names different: declaration 'mev' definition 'event'. [funcArgNamesDifferent]
eog-3.4.2/src/eog-print-preview.c:479:77: note: Function 'motion_notify_event_cb' argument 2 names different: declaration 'mev' definition 'event'.
eog-3.4.2/src/eog-print-preview.c:923:20: note: Function 'motion_notify_event_cb' argument 2 names different: declaration 'mev' definition 'event'.
eog-3.4.2/src/eog-properties-dialog.c:123:14: style: The scope of the variable 'mime_str' can be reduced. [variableScope]
eog-3.4.2/src/eog-properties-dialog.c:765:52: style: Function 'eog_properties_dialog_update' argument 1 names different: declaration 'prop' definition 'prop_dlg'. [funcArgNamesDifferent]
eog-3.4.2/src/eog-properties-dialog.h:70:67: note: Function 'eog_properties_dialog_update' argument 1 names different: declaration 'prop' definition 'prop_dlg'.
eog-3.4.2/src/eog-properties-dialog.c:765:52: note: Function 'eog_properties_dialog_update' argument 1 names different: declaration 'prop' definition 'prop_dlg'.
eog-3.4.2/src/eog-properties-dialog.c:784:54: style: Function 'eog_properties_dialog_set_page' argument 1 names different: declaration 'prop' definition 'prop_dlg'. [funcArgNamesDifferent]
eog-3.4.2/src/eog-properties-dialog.h:73:69: note: Function 'eog_properties_dialog_set_page' argument 1 names different: declaration 'prop' definition 'prop_dlg'.
eog-3.4.2/src/eog-properties-dialog.c:784:54: note: Function 'eog_properties_dialog_set_page' argument 1 names different: declaration 'prop' definition 'prop_dlg'.
eog-3.4.2/src/eog-scroll-view.c:2439:2: style: Variable 'variant' is reassigned a value before the old one has been used. [redundantAssignment]
eog-3.4.2/src/eog-scroll-view.c:2427:0: note: Variable 'variant' is reassigned a value before the old one has been used.
eog-3.4.2/src/eog-scroll-view.c:2439:2: note: Variable 'variant' is reassigned a value before the old one has been used.
eog-3.4.2/src/eog-scroll-view.c:1630:8: warning: Redundant assignment of 'yofs' to itself. [selfAssignment]
eog-3.4.2/src/eog-scroll-view.c:1635:8: warning: Redundant assignment of 'xofs' to itself. [selfAssignment]
eog-3.4.2/src/eog-scroll-view.c:3065:25: style: Function 'eog_scroll_view_set_zoom_multiplier' argument 2 names different: declaration 'multiplier' definition 'zoom_multiplier'. [funcArgNamesDifferent]
eog-3.4.2/src/eog-scroll-view.h:73:76: note: Function 'eog_scroll_view_set_zoom_multiplier' argument 2 names different: declaration 'multiplier' definition 'zoom_multiplier'.
eog-3.4.2/src/eog-scroll-view.c:3065:25: note: Function 'eog_scroll_view_set_zoom_multiplier' argument 2 names different: declaration 'multiplier' definition 'zoom_multiplier'.
eog-3.4.2/src/eog-thumb-view.c:384:2: style: Variable 'uris' is reassigned a value before the old one has been used. [redundantAssignment]
eog-3.4.2/src/eog-thumb-view.c:378:0: note: Variable 'uris' is reassigned a value before the old one has been used.
eog-3.4.2/src/eog-thumb-view.c:384:2: note: Variable 'uris' is reassigned a value before the old one has been used.
eog-3.4.2/src/eog-thumb-view.c:339:15: style: The scope of the variable 'path' can be reduced. [variableScope]
eog-3.4.2/src/eog-thumb-view.c:376:12: style: The scope of the variable 'image' can be reduced. [variableScope]
eog-3.4.2/src/eog-thumb-view.c:377:9: style: The scope of the variable 'file' can be reduced. [variableScope]
eog-3.4.2/src/eog-thumb-view.c:740:15: style: The scope of the variable 'path' can be reduced. [variableScope]
eog-3.4.2/src/eog-thumb-view.c:814:9: style: The scope of the variable 'list' can be reduced. [variableScope]
eog-3.4.2/src/eog-thumb-view.c:919:42: style: Function 'eog_thumb_view_popup_menu' argument 1 names different: declaration 'widget' definition 'thumbview'. [funcArgNamesDifferent]
eog-3.4.2/src/eog-thumb-view.c:51:73: note: Function 'eog_thumb_view_popup_menu' argument 1 names different: declaration 'widget' definition 'thumbview'.
eog-3.4.2/src/eog-thumb-view.c:919:42: note: Function 'eog_thumb_view_popup_menu' argument 1 names different: declaration 'widget' definition 'thumbview'.
eog-3.4.2/src/eog-transform.c:338:37: style: Function 'eog_transform_new' argument 1 names different: declaration 'trans' definition 'type'. [funcArgNamesDifferent]
eog-3.4.2/src/eog-transform.h:65:51: note: Function 'eog_transform_new' argument 1 names different: declaration 'trans' definition 'type'.
eog-3.4.2/src/eog-transform.c:338:37: note: Function 'eog_transform_new' argument 1 names different: declaration 'trans' definition 'type'.
eog-3.4.2/src/eog-uri-converter.c:632:3: warning: Either the condition 'file!=NULL' is redundant or there is possible null pointer dereference: file. [nullPointerRedundantCheck]
eog-3.4.2/src/eog-uri-converter.c:638:25: note: Assuming that condition 'file!=NULL' is not redundant
eog-3.4.2/src/eog-uri-converter.c:632:3: note: Null pointer dereference
eog-3.4.2/src/eog-uri-converter.c:335:14: style: The scope of the variable 'token' can be reduced. [variableScope]
eog-3.4.2/src/eog-uri-converter.c:511:83: style: Function 'eog_uri_converter_new' argument 3 names different: declaration 'format_string' definition 'format_str'. [funcArgNamesDifferent]
eog-3.4.2/src/eog-uri-converter.h:75:23: note: Function 'eog_uri_converter_new' argument 3 names different: declaration 'format_string' definition 'format_str'.
eog-3.4.2/src/eog-uri-converter.c:511:83: note: Function 'eog_uri_converter_new' argument 3 names different: declaration 'format_string' definition 'format_str'.
eog-3.4.2/src/eog-uri-converter.c:727:40: style: Function 'eog_uri_converter_do' argument 1 names different: declaration 'converter' definition 'conv'. [funcArgNamesDifferent]
eog-3.4.2/src/eog-uri-converter.h:86:70: note: Function 'eog_uri_converter_do' argument 1 names different: declaration 'converter' definition 'conv'.
eog-3.4.2/src/eog-uri-converter.c:727:40: note: Function 'eog_uri_converter_do' argument 1 names different: declaration 'converter' definition 'conv'.
eog-3.4.2/src/eog-util.c:87:23: style: The scope of the variable 'valid_bytes' can be reduced. [variableScope]
eog-3.4.2/src/eog-util.c:211:9: style: The scope of the variable 'file' can be reduced. [variableScope]
eog-3.4.2/src/eog-util.c:83:40: style: Function 'eog_util_make_valid_utf8' argument 1 names different: declaration 'name' definition 'str'. [funcArgNamesDifferent]
eog-3.4.2/src/eog-util.h:37:60: note: Function 'eog_util_make_valid_utf8' argument 1 names different: declaration 'name' definition 'str'.
eog-3.4.2/src/eog-util.c:83:40: note: Function 'eog_util_make_valid_utf8' argument 1 names different: declaration 'name' definition 'str'.
eog-3.4.2/src/eog-util.c:298:49: style: Function 'migrate_config_folder' argument 1 names different: declaration 'new_folder' definition 'new_dir'. [funcArgNamesDifferent]
eog-3.4.2/src/eog-util.c:232:49: note: Function 'migrate_config_folder' argument 1 names different: declaration 'new_folder' definition 'new_dir'.
eog-3.4.2/src/eog-util.c:298:49: note: Function 'migrate_config_folder' argument 1 names different: declaration 'new_folder' definition 'new_dir'.
eog-3.4.2/src/eog-window.c:2394:15: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
eog-3.4.2/src/eog-window.c:368:2: style: Variable 'save_disabled' is reassigned a value before the old one has been used. [redundantAssignment]
eog-3.4.2/src/eog-window.c:358:0: note: Variable 'save_disabled' is reassigned a value before the old one has been used.
eog-3.4.2/src/eog-window.c:368:2: note: Variable 'save_disabled' is reassigned a value before the old one has been used.
eog-3.4.2/src/eog-window.c:1730:2: style: Variable 'image' is reassigned a value before the old one has been used. [redundantAssignment]
eog-3.4.2/src/eog-window.c:1727:0: note: Variable 'image' is reassigned a value before the old one has been used.
eog-3.4.2/src/eog-window.c:1730:2: note: Variable 'image' is reassigned a value before the old one has been used.
eog-3.4.2/src/eog-window.c:3329:2: style: Variable 'neverask' is reassigned a value before the old one has been used. [redundantAssignment]
eog-3.4.2/src/eog-window.c:3325:0: note: Variable 'neverask' is reassigned a value before the old one has been used.
eog-3.4.2/src/eog-window.c:3329:2: note: Variable 'neverask' is reassigned a value before the old one has been used.
eog-3.4.2/src/eog-window.c:2161:13: style: The scope of the variable 'dialog' can be reduced. [variableScope]
eog-3.4.2/src/eog-window.c:2383:13: style: The scope of the variable 'dialog' can be reduced. [variableScope]
eog-3.4.2/src/eog-window.c:3291:9: style: The scope of the variable 'file' can be reduced. [variableScope]
eog-3.4.2/src/eog-window.c:3292:13: style: The scope of the variable 'file_info' can be reduced. [variableScope]
eog-3.4.2/src/eog-window.c:3294:12: style: The scope of the variable 'image' can be reduced. [variableScope]
eog-3.4.2/src/eog-window.c:3323:12: style: The scope of the variable 'image' can be reduced. [variableScope]
eog-3.4.2/src/eog-window.c:3483:12: style: The scope of the variable 'img' can be reduced. [variableScope]
eog-3.4.2/src/eog-window.c:3485:6: style: The scope of the variable 'response' can be reduced. [variableScope]
eog-3.4.2/src/eog-window.c:4199:17: style: The scope of the variable 'file_list' can be reduced. [variableScope]
eog-3.4.2/src/eog-window.c:4200:20: style: The scope of the variable 'window' can be reduced. [variableScope]
eog-3.4.2/src/eog-window.c:914:62: style: Function 'open_with_launch_application_cb' argument 2 names different: declaration 'callback_data' definition 'data'. [funcArgNamesDifferent]
eog-3.4.2/src/eog-window.c:210:74: note: Function 'open_with_launch_application_cb' argument 2 names different: declaration 'callback_data' definition 'data'.
eog-3.4.2/src/eog-window.c:914:62: note: Function 'open_with_launch_application_cb' argument 2 names different: declaration 'callback_data' definition 'data'.
eog-3.4.2/src/eog-window.c:1125:64: style: Function 'eog_job_progress_cb' argument 3 names different: declaration 'data' definition 'user_data'. [funcArgNamesDifferent]
eog-3.4.2/src/eog-window.c:205:76: note: Function 'eog_job_progress_cb' argument 3 names different: declaration 'data' definition 'user_data'.
eog-3.4.2/src/eog-window.c:1125:64: note: Function 'eog_job_progress_cb' argument 3 names different: declaration 'data' definition 'user_data'.
eog-3.4.2/src/eog-window.c:1138:69: style: Function 'eog_job_save_progress_cb' argument 3 names different: declaration 'data' definition 'user_data'. [funcArgNamesDifferent]
eog-3.4.2/src/eog-window.c:204:81: note: Function 'eog_job_save_progress_cb' argument 3 names different: declaration 'data' definition 'user_data'.
eog-3.4.2/src/eog-window.c:1138:69: note: Function 'eog_job_save_progress_cb' argument 3 names different: declaration 'data' definition 'user_data'.
[17:43]

ftp://ftp.se.debian.org/debian/pool/main/e/eog-plugins/eog-plugins_3.4.1.orig.tar.xz
eog-plugins-3.4.1/plugins/exif-display/eog-exif-display-plugin.c:80:28: warning: Either the condition 'buf_ptr' is redundant or there is possible null pointer dereference: str. [nullPointerRedundantCheck]
eog-plugins-3.4.1/plugins/exif-display/eog-exif-display-plugin.c:124:48: note: Assuming that condition 'buf_ptr' is not redundant
eog-plugins-3.4.1/plugins/exif-display/eog-exif-display-plugin.c:127:44: note: Calling function '_eog_util_make_valid_utf8', 1st argument 'str' value is 0
eog-plugins-3.4.1/plugins/exif-display/eog-exif-display-plugin.c:80:28: note: Null pointer dereference
eog-plugins-3.4.1/plugins/exif-display/eog-exif-display-plugin.c:76:23: style: The scope of the variable 'valid_bytes' can be reduced. [variableScope]
eog-plugins-3.4.1/plugins/exif-display/eog-exif-display-plugin.c:117:15: style: The scope of the variable 'buf_ptr' can be reduced. [variableScope]
eog-plugins-3.4.1/plugins/postasa/eog-postasa-plugin.c:478:2: style: Variable 'new_file' is reassigned a value before the old one has been used. [redundantAssignment]
eog-plugins-3.4.1/plugins/postasa/eog-postasa-plugin.c:406:0: note: Variable 'new_file' is reassigned a value before the old one has been used.
eog-plugins-3.4.1/plugins/postasa/eog-postasa-plugin.c:478:2: note: Variable 'new_file' is reassigned a value before the old one has been used.
eog-plugins-3.4.1/plugins/postasa/eog-postasa-plugin.c:591:2: style: Variable 'success' is reassigned a value before the old one has been used. [redundantAssignment]
eog-plugins-3.4.1/plugins/postasa/eog-postasa-plugin.c:584:0: note: Variable 'success' is reassigned a value before the old one has been used.
eog-plugins-3.4.1/plugins/postasa/eog-postasa-plugin.c:591:2: note: Variable 'success' is reassigned a value before the old one has been used.
eog-plugins-3.4.1/plugins/postasa/eog-postasa-plugin.c:192:14: style: The scope of the variable 'builder' can be reduced. [variableScope]
eog-plugins-3.4.1/plugins/postasa/eog-postasa-plugin.c:194:13: style: The scope of the variable 'cancel_button' can be reduced. [variableScope]
eog-plugins-3.4.1/plugins/postasa/eog-postasa-plugin.c:195:13: style: The scope of the variable 'cancel_all_button' can be reduced. [variableScope]
eog-plugins-3.4.1/plugins/postasa/eog-postasa-plugin.c:521:12: style: The scope of the variable 'image' can be reduced. [variableScope]
eog-plugins-3.4.1/plugins/postasa/eog-postasa-plugin.c:522:9: style: The scope of the variable 'imgfile' can be reduced. [variableScope]
eog-plugins-3.4.1/plugins/postasa/eog-postasa-plugin.c:523:16: style: The scope of the variable 'cancellable' can be reduced. [variableScope]
eog-plugins-3.4.1/plugins/postasa/eog-postasa-plugin.c:525:32: style: The scope of the variable 'data' can be reduced. [variableScope]
eog-plugins-3.4.1/plugins/postasa/eog-postasa-plugin.c:583:9: style: The scope of the variable 'message' can be reduced. [variableScope]
eog-plugins-3.4.1/plugins/postasa/eog-postasa-plugin.c:745:14: style: The scope of the variable 'builder' can be reduced. [variableScope]
[17:43]

ftp://ftp.se.debian.org/debian/pool/main/e/eom/eom_1.8.0+dfsg1.orig.tar.xz
eom-1.8.0/cut-n-paste/toolbar-editor/egg-editable-toolbar.c:227:14: style: The scope of the variable 'action' can be reduced. [variableScope]
eom-1.8.0/cut-n-paste/toolbar-editor/egg-editable-toolbar.c:779:24: style: The scope of the variable 'type' can be reduced. [variableScope]
eom-1.8.0/cut-n-paste/toolbar-editor/egg-editable-toolbar.c:851:12: style: The scope of the variable 'string' can be reduced. [variableScope]
eom-1.8.0/cut-n-paste/toolbar-editor/egg-editable-toolbar.c:1208:13: style: The scope of the variable 'n_items' can be reduced. [variableScope]
eom-1.8.0/cut-n-paste/toolbar-editor/egg-editable-toolbar.c:1351:10: style: The scope of the variable 'children' can be reduced. [variableScope]
eom-1.8.0/cut-n-paste/toolbar-editor/egg-editable-toolbar.c:1454:10: style: The scope of the variable 'l' can be reduced. [variableScope]
eom-1.8.0/cut-n-paste/toolbar-editor/egg-editable-toolbar.c:1454:13: style: The scope of the variable 'n_items' can be reduced. [variableScope]
eom-1.8.0/cut-n-paste/toolbar-editor/egg-editable-toolbar.c:1616:39: style: Function 'egg_editable_toolbar_new' argument 2 names different: declaration 'visibility_path' definition 'popup_path'. [funcArgNamesDifferent]
eom-1.8.0/cut-n-paste/toolbar-editor/egg-editable-toolbar.h:60:32: note: Function 'egg_editable_toolbar_new' argument 2 names different: declaration 'visibility_path' definition 'popup_path'.
eom-1.8.0/cut-n-paste/toolbar-editor/egg-editable-toolbar.c:1616:39: note: Function 'egg_editable_toolbar_new' argument 2 names different: declaration 'visibility_path' definition 'popup_path'.
eom-1.8.0/cut-n-paste/toolbar-editor/egg-editable-toolbar.c:1627:50: style: Function 'egg_editable_toolbar_new_with_model' argument 3 names different: declaration 'visibility_path' definition 'popup_path'. [funcArgNamesDifferent]
eom-1.8.0/cut-n-paste/toolbar-editor/egg-editable-toolbar.h:63:32: note: Function 'egg_editable_toolbar_new_with_model' argument 3 names different: declaration 'visibility_path' definition 'popup_path'.
eom-1.8.0/cut-n-paste/toolbar-editor/egg-editable-toolbar.c:1627:50: note: Function 'egg_editable_toolbar_new_with_model' argument 3 names different: declaration 'visibility_path' definition 'popup_path'.
eom-1.8.0/cut-n-paste/toolbar-editor/egg-editable-toolbar.c:1704:17: style: Function 'egg_editable_toolbar_set_fixed' argument 2 names different: declaration 'fixed_toolbar' definition 'toolbar'. [funcArgNamesDifferent]
eom-1.8.0/cut-n-paste/toolbar-editor/egg-editable-toolbar.h:76:32: note: Function 'egg_editable_toolbar_set_fixed' argument 2 names different: declaration 'fixed_toolbar' definition 'toolbar'.
eom-1.8.0/cut-n-paste/toolbar-editor/egg-editable-toolbar.c:1704:17: note: Function 'egg_editable_toolbar_set_fixed' argument 2 names different: declaration 'fixed_toolbar' definition 'toolbar'.
eom-1.8.0/cut-n-paste/toolbar-editor/egg-toolbars-model.c:761:10: style: The scope of the variable 'node' can be reduced. [variableScope]
eom-1.8.0/cut-n-paste/toolbar-editor/egg-toolbars-model.c:839:13: style: The scope of the variable 'ipos' can be reduced. [variableScope]
eom-1.8.0/cut-n-paste/toolbar-editor/egg-toolbars-model.c:681:16: style: Variable 'flags_type' is assigned a value that is never used. [unreadVariable]
eom-1.8.0/jpegutils/transupp-8a.c:114:24: style: The scope of the variable 'compptr' can be reduced. [variableScope]
eom-1.8.0/jpegutils/transupp-8a.c:155:24: style: The scope of the variable 'compptr' can be reduced. [variableScope]
eom-1.8.0/jpegutils/transupp-8a.c:222:24: style: The scope of the variable 'compptr' can be reduced. [variableScope]
eom-1.8.0/jpegutils/transupp-8a.c:284:24: style: The scope of the variable 'compptr' can be reduced. [variableScope]
eom-1.8.0/jpegutils/transupp-8a.c:362:24: style: The scope of the variable 'compptr' can be reduced. [variableScope]
eom-1.8.0/jpegutils/transupp-8a.c:415:24: style: The scope of the variable 'compptr' can be reduced. [variableScope]
eom-1.8.0/jpegutils/transupp-8a.c:496:24: style: The scope of the variable 'compptr' can be reduced. [variableScope]
eom-1.8.0/jpegutils/transupp-8a.c:568:24: style: The scope of the variable 'compptr' can be reduced. [variableScope]
eom-1.8.0/jpegutils/transupp-8a.c:679:24: style: The scope of the variable 'compptr' can be reduced. [variableScope]
eom-1.8.0/jpegutils/transupp-8a.c:905:7: style: The scope of the variable 'ci' can be reduced. [variableScope]
eom-1.8.0/jpegutils/transupp-8a.c:905:11: style: The scope of the variable 'h_samp_factor' can be reduced. [variableScope]
eom-1.8.0/jpegutils/transupp-8a.c:905:26: style: The scope of the variable 'v_samp_factor' can be reduced. [variableScope]
eom-1.8.0/jpegutils/transupp-8a.c:390:3: style: Variable 'dst_ptr' is assigned a value that is never used. [unreadVariable]
eom-1.8.0/jpegutils/transupp-8a.c:470:5: style: Variable 'dst_ptr' is assigned a value that is never used. [unreadVariable]
eom-1.8.0/jpegutils/transupp-8a.c:541:5: style: Variable 'dst_ptr' is assigned a value that is never used. [unreadVariable]
eom-1.8.0/jpegutils/transupp-8a.c:763:7: style: Variable 'dst_ptr' is assigned a value that is never used. [unreadVariable]
eom-1.8.0/src/eom-application.c:231:2: style: Variable 'new_window' is reassigned a value before the old one has been used. [redundantAssignment]
eom-1.8.0/src/eom-application.c:229:0: note: Variable 'new_window' is reassigned a value before the old one has been used.
eom-1.8.0/src/eom-application.c:231:2: note: Variable 'new_window' is reassigned a value before the old one has been used.
eom-1.8.0/src/eom-application.c:361:3: style: Variable 'file_list' is reassigned a value before the old one has been used. [redundantAssignment]
eom-1.8.0/src/eom-application.c:357:0: note: Variable 'file_list' is reassigned a value before the old one has been used.
eom-1.8.0/src/eom-application.c:361:3: note: Variable 'file_list' is reassigned a value before the old one has been used.
eom-1.8.0/src/eom-close-confirmation-dialog.c:469:3: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
eom-1.8.0/src/eom-close-confirmation-dialog.c:461:0: note: Variable 'buf' is reassigned a value before the old one has been used.
eom-1.8.0/src/eom-close-confirmation-dialog.c:469:3: note: Variable 'buf' is reassigned a value before the old one has been used.
eom-1.8.0/src/eom-close-confirmation-dialog.c:327:18: style: The scope of the variable 'wg' can be reduced. [variableScope]
eom-1.8.0/src/eom-close-confirmation-dialog.c:463:7: style: The scope of the variable 'width' can be reduced. [variableScope]
eom-1.8.0/src/eom-close-confirmation-dialog.c:464:10: style: The scope of the variable 'ratio' can be reduced. [variableScope]
eom-1.8.0/src/eom-close-confirmation-dialog.c:324:19: style: Function 'eom_close_confirmation_dialog_new' argument 2 names different: declaration 'unsaved_documents' definition 'unsaved_images'. [funcArgNamesDifferent]
eom-1.8.0/src/eom-close-confirmation-dialog.h:64:26: note: Function 'eom_close_confirmation_dialog_new' argument 2 names different: declaration 'unsaved_documents' definition 'unsaved_images'.
eom-1.8.0/src/eom-close-confirmation-dialog.c:324:19: note: Function 'eom_close_confirmation_dialog_new' argument 2 names different: declaration 'unsaved_documents' definition 'unsaved_images'.
eom-1.8.0/src/eom-dialog.c:217:21: style: The scope of the variable 'wptr' can be reduced. [variableScope]
eom-1.8.0/src/eom-error-message-area.c:140:2: style: Variable 'pango_escaped_caption' is reassigned a value before the old one has been used. [redundantAssignment]
eom-1.8.0/src/eom-error-message-area.c:131:0: note: Variable 'pango_escaped_caption' is reassigned a value before the old one has been used.
eom-1.8.0/src/eom-error-message-area.c:140:2: note: Variable 'pango_escaped_caption' is reassigned a value before the old one has been used.
eom-1.8.0/src/eom-error-message-area.c:141:2: style: Variable 'error_message' is reassigned a value before the old one has been used. [redundantAssignment]
eom-1.8.0/src/eom-error-message-area.c:129:0: note: Variable 'error_message' is reassigned a value before the old one has been used.
eom-1.8.0/src/eom-error-message-area.c:141:2: note: Variable 'error_message' is reassigned a value before the old one has been used.
eom-1.8.0/src/eom-error-message-area.c:144:2: style: Variable 'message_details' is reassigned a value before the old one has been used. [redundantAssignment]
eom-1.8.0/src/eom-error-message-area.c:130:0: note: Variable 'message_details' is reassigned a value before the old one has been used.
eom-1.8.0/src/eom-error-message-area.c:144:2: note: Variable 'message_details' is reassigned a value before the old one has been used.
eom-1.8.0/src/eom-error-message-area.c:47:9: style: The scope of the variable 'secondary_markup' can be reduced. [variableScope]
eom-1.8.0/src/eom-error-message-area.c:49:13: style: The scope of the variable 'secondary_label' can be reduced. [variableScope]
eom-1.8.0/src/eom-exif-details.c:314:16: style: The scope of the variable 'tree_path' can be reduced. [variableScope]
eom-1.8.0/src/eom-exif-details.c:83:6: style: struct member 'ExifTagCategory::id' is never used. [unusedStructMember]
eom-1.8.0/src/eom-exif-util.c:135:10: style: Unused variable: secs [unusedVariable]
eom-1.8.0/src/eom-file-chooser.c:151:17: style: The scope of the variable 'filter' can be reduced. [variableScope]
eom-1.8.0/src/eom-file-chooser.c:153:10: style: The scope of the variable 'mime_types' can be reduced. [variableScope]
eom-1.8.0/src/eom-file-chooser.c:153:24: style: The scope of the variable 'pattern' can be reduced. [variableScope]
eom-1.8.0/src/eom-file-chooser.c:254:6: style: The scope of the variable 'bytes' can be reduced. [variableScope]
eom-1.8.0/src/eom-file-chooser.c:255:6: style: The scope of the variable 'pixels' can be reduced. [variableScope]
eom-1.8.0/src/eom-file-chooser.c:256:14: style: The scope of the variable 'bytes_str' can be reduced. [variableScope]
eom-1.8.0/src/eom-file-chooser.c:257:14: style: The scope of the variable 'width' can be reduced. [variableScope]
eom-1.8.0/src/eom-file-chooser.c:258:14: style: The scope of the variable 'height' can be reduced. [variableScope]
eom-1.8.0/src/eom-image-save-info.c:91:2: style: Variable 'info' is reassigned a value before the old one has been used. [redundantAssignment]
eom-1.8.0/src/eom-image-save-info.c:84:0: note: Variable 'info' is reassigned a value before the old one has been used.
eom-1.8.0/src/eom-image-save-info.c:91:2: note: Variable 'info' is reassigned a value before the old one has been used.
eom-1.8.0/src/eom-image-save-info.c:107:43: style: Function 'eom_image_save_info_from_uri' argument 1 names different: declaration 'uri' definition 'txt_uri'. [funcArgNamesDifferent]
eom-1.8.0/src/eom-image-save-info.h:46:70: note: Function 'eom_image_save_info_from_uri' argument 1 names different: declaration 'uri' definition 'txt_uri'.
eom-1.8.0/src/eom-image-save-info.c:107:43: note: Function 'eom_image_save_info_from_uri' argument 1 names different: declaration 'uri' definition 'txt_uri'.
eom-1.8.0/src/eom-image.c:1197:24: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
eom-1.8.0/src/eom-image.c:1202:24: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
eom-1.8.0/src/eom-image.c:1207:24: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
eom-1.8.0/src/eom-image.c:1216:24: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
eom-1.8.0/src/eom-image.c:1197:26: style: Condition '!EOM_IMAGE_DATA_IMAGE' is always false [knownConditionTrueFalse]
eom-1.8.0/src/eom-image.c:1202:26: style: Condition '!EOM_IMAGE_DATA_DIMENSION' is always false [knownConditionTrueFalse]
eom-1.8.0/src/eom-image.c:1207:26: style: Condition '!EOM_IMAGE_DATA_EXIF' is always false [knownConditionTrueFalse]
eom-1.8.0/src/eom-image.c:1216:26: style: Condition '!EOM_IMAGE_DATA_XMP' is always false [knownConditionTrueFalse]
eom-1.8.0/src/eom-image.c:1314:2: style: Variable 'image' is reassigned a value before the old one has been used. [redundantAssignment]
eom-1.8.0/src/eom-image.c:1309:0: note: Variable 'image' is reassigned a value before the old one has been used.
eom-1.8.0/src/eom-image.c:1314:2: note: Variable 'image' is reassigned a value before the old one has been used.
eom-1.8.0/src/eom-image.c:1371:16: style: The scope of the variable 'trans' can be reduced. [variableScope]
eom-1.8.0/src/eom-image.c:1372:16: style: The scope of the variable 'inverse' can be reduced. [variableScope]
eom-1.8.0/src/eom-image.c:1402:9: style: The scope of the variable 'tmp_file' can be reduced. [variableScope]
eom-1.8.0/src/eom-image.c:2053:10: style: The scope of the variable 'mime_types' can be reduced. [variableScope]
eom-1.8.0/src/eom-image.c:2054:6: style: The scope of the variable 'i' can be reduced. [variableScope]
eom-1.8.0/src/eom-image.c:1187:49: style: Function 'eom_image_has_data' argument 2 names different: declaration 'data' definition 'req_data'. [funcArgNamesDifferent]
eom-1.8.0/src/eom-image.h:135:33: note: Function 'eom_image_has_data' argument 2 names different: declaration 'data' definition 'req_data'.
eom-1.8.0/src/eom-image.c:1187:49: note: Function 'eom_image_has_data' argument 2 names different: declaration 'data' definition 'req_data'.
eom-1.8.0/src/eom-image.c:1277:52: style: Function 'eom_image_set_thumbnail' argument 2 names different: declaration 'pixbuf' definition 'thumbnail'. [funcArgNamesDifferent]
eom-1.8.0/src/eom-image.h:142:32: note: Function 'eom_image_set_thumbnail' argument 2 names different: declaration 'pixbuf' definition 'thumbnail'.
eom-1.8.0/src/eom-image.c:1277:52: note: Function 'eom_image_set_thumbnail' argument 2 names different: declaration 'pixbuf' definition 'thumbnail'.
eom-1.8.0/src/eom-image.c:1893:9: style: Variable 'priv' is assigned a value that is never used. [unreadVariable]
eom-1.8.0/src/eom-image.c:1916:10: style: Variable 'priv' is assigned a value that is never used. [unreadVariable]
eom-1.8.0/src/eom-jobs.c:859:9: style: The scope of the variable 'src' can be reduced. [variableScope]
eom-1.8.0/src/eom-jobs.c:859:15: style: The scope of the variable 'dest' can be reduced. [variableScope]
eom-1.8.0/src/eom-jobs.c:860:9: style: The scope of the variable 'filename' can be reduced. [variableScope]
eom-1.8.0/src/eom-jobs.c:860:20: style: The scope of the variable 'dest_filename' can be reduced. [variableScope]
eom-1.8.0/src/eom-jobs.c:327:27: style: Function 'eom_job_load_run' argument 1 names different: declaration 'ejob' definition 'job'. [funcArgNamesDifferent]
eom-1.8.0/src/eom-jobs.c:58:42: note: Function 'eom_job_load_run' argument 1 names different: declaration 'ejob' definition 'job'.
eom-1.8.0/src/eom-jobs.c:327:27: note: Function 'eom_job_load_run' argument 1 names different: declaration 'ejob' definition 'job'.
eom-1.8.0/src/eom-jobs.c:606:27: style: Function 'eom_job_save_run' argument 1 names different: declaration 'job' definition 'ejob'. [funcArgNamesDifferent]
eom-1.8.0/src/eom-jobs.c:60:44: note: Function 'eom_job_save_run' argument 1 names different: declaration 'job' definition 'ejob'.
eom-1.8.0/src/eom-jobs.c:606:27: note: Function 'eom_job_save_run' argument 1 names different: declaration 'job' definition 'ejob'.
eom-1.8.0/src/eom-jobs.c:704:30: style: Function 'eom_job_save_as_run' argument 1 names different: declaration 'job' definition 'ejob'. [funcArgNamesDifferent]
eom-1.8.0/src/eom-jobs.c:61:44: note: Function 'eom_job_save_as_run' argument 1 names different: declaration 'job' definition 'ejob'.
eom-1.8.0/src/eom-jobs.c:704:30: note: Function 'eom_job_save_as_run' argument 1 names different: declaration 'job' definition 'ejob'.
eom-1.8.0/src/eom-jobs.c:351:8: style: Variable 'job' is assigned a value that is never used. [unreadVariable]
eom-1.8.0/src/eom-jobs.c:866:13: style: Variable 'n_images' is assigned a value that is never used. [unreadVariable]
eom-1.8.0/src/eom-list-store.c:269:13: style: The scope of the variable 'thumbnail' can be reduced. [variableScope]
eom-1.8.0/src/eom-list-store.c:480:9: style: The scope of the variable 'child' can be reduced. [variableScope]
eom-1.8.0/src/eom-list-store.c:555:13: style: The scope of the variable 'file_info' can be reduced. [variableScope]
eom-1.8.0/src/eom-plugin-engine.c:126:2: style: Variable 'plugin_file' is reassigned a value before the old one has been used. [redundantAssignment]
eom-1.8.0/src/eom-plugin-engine.c:116:0: note: Variable 'plugin_file' is reassigned a value before the old one has been used.
eom-1.8.0/src/eom-plugin-engine.c:126:2: note: Variable 'plugin_file' is reassigned a value before the old one has been used.
eom-1.8.0/src/eom-preferences-dialog.c:65:2: style: Variable 'value' is reassigned a value before the old one has been used. [redundantAssignment]
eom-1.8.0/src/eom-preferences-dialog.c:61:0: note: Variable 'value' is reassigned a value before the old one has been used.
eom-1.8.0/src/eom-preferences-dialog.c:65:2: note: Variable 'value' is reassigned a value before the old one has been used.
eom-1.8.0/src/eom-preferences-dialog.c:70:2: style: Variable 'key' is reassigned a value before the old one has been used. [redundantAssignment]
eom-1.8.0/src/eom-preferences-dialog.c:60:0: note: Variable 'key' is reassigned a value before the old one has been used.
eom-1.8.0/src/eom-preferences-dialog.c:70:2: note: Variable 'key' is reassigned a value before the old one has been used.
eom-1.8.0/src/eom-print-image-setup.c:704:13: style: The scope of the variable 'pixbuf' can be reduced. [variableScope]
eom-1.8.0/src/eom-print-preview.c:815:26: style: Function 'button_press_event_cb' argument 2 names different: declaration 'bev' definition 'event'. [funcArgNamesDifferent]
eom-1.8.0/src/eom-print-preview.c:462:77: note: Function 'button_press_event_cb' argument 2 names different: declaration 'bev' definition 'event'.
eom-1.8.0/src/eom-print-preview.c:815:26: note: Function 'button_press_event_cb' argument 2 names different: declaration 'bev' definition 'event'.
eom-1.8.0/src/eom-print-preview.c:840:21: style: Function 'button_release_event_cb' argument 2 names different: declaration 'bev' definition 'event'. [funcArgNamesDifferent]
eom-1.8.0/src/eom-print-preview.c:463:77: note: Function 'button_release_event_cb' argument 2 names different: declaration 'bev' definition 'event'.
eom-1.8.0/src/eom-print-preview.c:840:21: note: Function 'button_release_event_cb' argument 2 names different: declaration 'bev' definition 'event'.
eom-1.8.0/src/eom-print-preview.c:911:20: style: Function 'motion_notify_event_cb' argument 2 names different: declaration 'mev' definition 'event'. [funcArgNamesDifferent]
eom-1.8.0/src/eom-print-preview.c:464:77: note: Function 'motion_notify_event_cb' argument 2 names different: declaration 'mev' definition 'event'.
eom-1.8.0/src/eom-print-preview.c:911:20: note: Function 'motion_notify_event_cb' argument 2 names different: declaration 'mev' definition 'event'.
eom-1.8.0/src/eom-print-preview.c:558:9: style: Variable 'priv' is assigned a value that is never used. [unreadVariable]
eom-1.8.0/src/eom-properties-dialog.c:126:14: style: The scope of the variable 'mime_str' can be reduced. [variableScope]
eom-1.8.0/src/eom-properties-dialog.c:814:52: style: Function 'eom_properties_dialog_update' argument 1 names different: declaration 'prop' definition 'prop_dlg'. [funcArgNamesDifferent]
eom-1.8.0/src/eom-properties-dialog.h:70:67: note: Function 'eom_properties_dialog_update' argument 1 names different: declaration 'prop' definition 'prop_dlg'.
eom-1.8.0/src/eom-properties-dialog.c:814:52: note: Function 'eom_properties_dialog_update' argument 1 names different: declaration 'prop' definition 'prop_dlg'.
eom-1.8.0/src/eom-properties-dialog.c:833:54: style: Function 'eom_properties_dialog_set_page' argument 1 names different: declaration 'prop' definition 'prop_dlg'. [funcArgNamesDifferent]
eom-1.8.0/src/eom-properties-dialog.h:73:69: note: Function 'eom_properties_dialog_set_page' argument 1 names different: declaration 'prop' definition 'prop_dlg'.
eom-1.8.0/src/eom-properties-dialog.c:833:54: note: Function 'eom_properties_dialog_set_page' argument 1 names different: declaration 'prop' definition 'prop_dlg'.
eom-1.8.0/src/eom-scroll-view.c:1548:8: warning: Redundant assignment of 'yofs' to itself. [selfAssignment]
eom-1.8.0/src/eom-scroll-view.c:1553:8: warning: Redundant assignment of 'xofs' to itself. [selfAssignment]
eom-1.8.0/src/eom-scroll-view.c:272:6: style: The scope of the variable 'xofs' can be reduced. [variableScope]
eom-1.8.0/src/eom-scroll-view.c:272:12: style: The scope of the variable 'yofs' can be reduced. [variableScope]
eom-1.8.0/src/eom-scroll-view.c:2632:25: style: Function 'eom_scroll_view_set_zoom_multiplier' argument 2 names different: declaration 'multiplier' definition 'zoom_multiplier'. [funcArgNamesDifferent]
eom-1.8.0/src/eom-scroll-view.h:47:76: note: Function 'eom_scroll_view_set_zoom_multiplier' argument 2 names different: declaration 'multiplier' definition 'zoom_multiplier'.
eom-1.8.0/src/eom-scroll-view.c:2632:25: note: Function 'eom_scroll_view_set_zoom_multiplier' argument 2 names different: declaration 'multiplier' definition 'zoom_multiplier'.
eom-1.8.0/src/eom-sidebar.c:200:17: style: Variable 'widget_class' is assigned a value that is never used. [unreadVariable]
eom-1.8.0/src/eom-thumb-view.c:340:2: style: Variable 'uris' is reassigned a value before the old one has been used. [redundantAssignment]
eom-1.8.0/src/eom-thumb-view.c:334:0: note: Variable 'uris' is reassigned a value before the old one has been used.
eom-1.8.0/src/eom-thumb-view.c:340:2: note: Variable 'uris' is reassigned a value before the old one has been used.
eom-1.8.0/src/eom-thumb-view.c:295:15: style: The scope of the variable 'path' can be reduced. [variableScope]
eom-1.8.0/src/eom-thumb-view.c:332:12: style: The scope of the variable 'image' can be reduced. [variableScope]
eom-1.8.0/src/eom-thumb-view.c:333:9: style: The scope of the variable 'file' can be reduced. [variableScope]
eom-1.8.0/src/eom-thumb-view.c:748:15: style: The scope of the variable 'path' can be reduced. [variableScope]
eom-1.8.0/src/eom-thumb-view.c:822:9: style: The scope of the variable 'list' can be reduced. [variableScope]
eom-1.8.0/src/eom-thumb-view.c:927:42: style: Function 'eom_thumb_view_popup_menu' argument 1 names different: declaration 'widget' definition 'thumbview'. [funcArgNamesDifferent]
eom-1.8.0/src/eom-thumb-view.c:51:73: note: Function 'eom_thumb_view_popup_menu' argument 1 names different: declaration 'widget' definition 'thumbview'.
eom-1.8.0/src/eom-thumb-view.c:927:42: note: Function 'eom_thumb_view_popup_menu' argument 1 names different: declaration 'widget' definition 'thumbview'.
eom-1.8.0/src/eom-thumb-view.c:68:14: style: Variable 'thumbview' is assigned a value that is never used. [unreadVariable]
eom-1.8.0/src/eom-thumb-view.c:88:14: style: Variable 'thumbview' is assigned a value that is never used. [unreadVariable]
eom-1.8.0/src/eom-transform.c:311:37: style: Function 'eom_transform_new' argument 1 names different: declaration 'trans' definition 'type'. [funcArgNamesDifferent]
eom-1.8.0/src/eom-transform.h:65:51: note: Function 'eom_transform_new' argument 1 names different: declaration 'trans' definition 'type'.
eom-1.8.0/src/eom-transform.c:311:37: note: Function 'eom_transform_new' argument 1 names different: declaration 'trans' definition 'type'.
eom-1.8.0/src/eom-uri-converter.c:632:3: warning: Either the condition 'file!=NULL' is redundant or there is possible null pointer dereference: file. [nullPointerRedundantCheck]
eom-1.8.0/src/eom-uri-converter.c:638:25: note: Assuming that condition 'file!=NULL' is not redundant
eom-1.8.0/src/eom-uri-converter.c:632:3: note: Null pointer dereference
eom-1.8.0/src/eom-uri-converter.c:335:14: style: The scope of the variable 'token' can be reduced. [variableScope]
eom-1.8.0/src/eom-uri-converter.c:511:83: style: Function 'eom_uri_converter_new' argument 3 names different: declaration 'format_string' definition 'format_str'. [funcArgNamesDifferent]
eom-1.8.0/src/eom-uri-converter.h:75:23: note: Function 'eom_uri_converter_new' argument 3 names different: declaration 'format_string' definition 'format_str'.
eom-1.8.0/src/eom-uri-converter.c:511:83: note: Function 'eom_uri_converter_new' argument 3 names different: declaration 'format_string' definition 'format_str'.
eom-1.8.0/src/eom-uri-converter.c:727:40: style: Function 'eom_uri_converter_do' argument 1 names different: declaration 'converter' definition 'conv'. [funcArgNamesDifferent]
eom-1.8.0/src/eom-uri-converter.h:86:70: note: Function 'eom_uri_converter_do' argument 1 names different: declaration 'converter' definition 'conv'.
eom-1.8.0/src/eom-uri-converter.c:727:40: note: Function 'eom_uri_converter_do' argument 1 names different: declaration 'converter' definition 'conv'.
eom-1.8.0/src/eom-util.c:87:23: style: The scope of the variable 'valid_bytes' can be reduced. [variableScope]
eom-1.8.0/src/eom-util.c:213:9: style: The scope of the variable 'file' can be reduced. [variableScope]
eom-1.8.0/src/eom-util.c:83:40: style: Function 'eom_util_make_valid_utf8' argument 1 names different: declaration 'name' definition 'str'. [funcArgNamesDifferent]
eom-1.8.0/src/eom-util.h:37:60: note: Function 'eom_util_make_valid_utf8' argument 1 names different: declaration 'name' definition 'str'.
eom-1.8.0/src/eom-util.c:83:40: note: Function 'eom_util_make_valid_utf8' argument 1 names different: declaration 'name' definition 'str'.
eom-1.8.0/src/eom-util.c:291:47: style: Function 'eom_util_filename_get_extension' argument 1 names different: declaration 'filename_with_extension' definition 'filename'. [funcArgNamesDifferent]
eom-1.8.0/src/eom-util.h:65:60: note: Function 'eom_util_filename_get_extension' argument 1 names different: declaration 'filename_with_extension' definition 'filename'.
eom-1.8.0/src/eom-util.c:291:47: note: Function 'eom_util_filename_get_extension' argument 1 names different: declaration 'filename_with_extension' definition 'filename'.
eom-1.8.0/src/eom-window.c:240:2: style: Variable 'interpolate_in' is reassigned a value before the old one has been used. [redundantAssignment]
eom-1.8.0/src/eom-window.c:230:0: note: Variable 'interpolate_in' is reassigned a value before the old one has been used.
eom-1.8.0/src/eom-window.c:240:2: note: Variable 'interpolate_in' is reassigned a value before the old one has been used.
eom-1.8.0/src/eom-window.c:260:2: style: Variable 'interpolate_out' is reassigned a value before the old one has been used. [redundantAssignment]
eom-1.8.0/src/eom-window.c:250:0: note: Variable 'interpolate_out' is reassigned a value before the old one has been used.
eom-1.8.0/src/eom-window.c:260:2: note: Variable 'interpolate_out' is reassigned a value before the old one has been used.
eom-1.8.0/src/eom-window.c:280:2: style: Variable 'scroll_wheel_zoom' is reassigned a value before the old one has been used. [redundantAssignment]
eom-1.8.0/src/eom-window.c:270:0: note: Variable 'scroll_wheel_zoom' is reassigned a value before the old one has been used.
eom-1.8.0/src/eom-window.c:280:2: note: Variable 'scroll_wheel_zoom' is reassigned a value before the old one has been used.
eom-1.8.0/src/eom-window.c:300:2: style: Variable 'multiplier' is reassigned a value before the old one has been used. [redundantAssignment]
eom-1.8.0/src/eom-window.c:290:0: note: Variable 'multiplier' is reassigned a value before the old one has been used.
eom-1.8.0/src/eom-window.c:300:2: note: Variable 'multiplier' is reassigned a value before the old one has been used.
eom-1.8.0/src/eom-window.c:320:2: style: Variable 'value' is reassigned a value before the old one has been used. [redundantAssignment]
eom-1.8.0/src/eom-window.c:310:0: note: Variable 'value' is reassigned a value before the old one has been used.
eom-1.8.0/src/eom-window.c:320:2: note: Variable 'value' is reassigned a value before the old one has been used.
eom-1.8.0/src/eom-window.c:381:2: style: Variable 'use_bg_color' is reassigned a value before the old one has been used. [redundantAssignment]
eom-1.8.0/src/eom-window.c:371:0: note: Variable 'use_bg_color' is reassigned a value before the old one has been used.
eom-1.8.0/src/eom-window.c:381:2: note: Variable 'use_bg_color' is reassigned a value before the old one has been used.
eom-1.8.0/src/eom-window.c:435:2: style: Variable 'show_buttons' is reassigned a value before the old one has been used. [redundantAssignment]
eom-1.8.0/src/eom-window.c:425:0: note: Variable 'show_buttons' is reassigned a value before the old one has been used.
eom-1.8.0/src/eom-window.c:435:2: note: Variable 'show_buttons' is reassigned a value before the old one has been used.
eom-1.8.0/src/eom-window.c:457:2: style: Variable 'resizable' is reassigned a value before the old one has been used. [redundantAssignment]
eom-1.8.0/src/eom-window.c:448:0: note: Variable 'resizable' is reassigned a value before the old one has been used.
eom-1.8.0/src/eom-window.c:457:2: note: Variable 'resizable' is reassigned a value before the old one has been used.
eom-1.8.0/src/eom-window.c:561:2: style: Variable 'save_disabled' is reassigned a value before the old one has been used. [redundantAssignment]
eom-1.8.0/src/eom-window.c:551:0: note: Variable 'save_disabled' is reassigned a value before the old one has been used.
eom-1.8.0/src/eom-window.c:561:2: note: Variable 'save_disabled' is reassigned a value before the old one has been used.
eom-1.8.0/src/eom-window.c:1907:2: style: Variable 'image' is reassigned a value before the old one has been used. [redundantAssignment]
eom-1.8.0/src/eom-window.c:1904:0: note: Variable 'image' is reassigned a value before the old one has been used.
eom-1.8.0/src/eom-window.c:1907:2: note: Variable 'image' is reassigned a value before the old one has been used.
eom-1.8.0/src/eom-window.c:3383:2: style: Variable 'neverask' is reassigned a value before the old one has been used. [redundantAssignment]
eom-1.8.0/src/eom-window.c:3379:0: note: Variable 'neverask' is reassigned a value before the old one has been used.
eom-1.8.0/src/eom-window.c:3383:2: note: Variable 'neverask' is reassigned a value before the old one has been used.
eom-1.8.0/src/eom-window.c:2368:13: style: The scope of the variable 'dialog' can be reduced. [variableScope]
eom-1.8.0/src/eom-window.c:2518:13: style: The scope of the variable 'dialog' can be reduced. [variableScope]
eom-1.8.0/src/eom-window.c:3345:9: style: The scope of the variable 'file' can be reduced. [variableScope]
eom-1.8.0/src/eom-window.c:3346:13: style: The scope of the variable 'file_info' can be reduced. [variableScope]
eom-1.8.0/src/eom-window.c:3348:12: style: The scope of the variable 'image' can be reduced. [variableScope]
eom-1.8.0/src/eom-window.c:3377:12: style: The scope of the variable 'image' can be reduced. [variableScope]
eom-1.8.0/src/eom-window.c:3512:12: style: The scope of the variable 'img' can be reduced. [variableScope]
eom-1.8.0/src/eom-window.c:3514:6: style: The scope of the variable 'response' can be reduced. [variableScope]
eom-1.8.0/src/eom-window.c:4194:17: style: The scope of the variable 'file_list' can be reduced. [variableScope]
eom-1.8.0/src/eom-window.c:4195:20: style: The scope of the variable 'window' can be reduced. [variableScope]
eom-1.8.0/src/eom-window.c:1116:62: style: Function 'open_with_launch_application_cb' argument 2 names different: declaration 'callback_data' definition 'data'. [funcArgNamesDifferent]
eom-1.8.0/src/eom-window.c:202:74: note: Function 'open_with_launch_application_cb' argument 2 names different: declaration 'callback_data' definition 'data'.
eom-1.8.0/src/eom-window.c:1116:62: note: Function 'open_with_launch_application_cb' argument 2 names different: declaration 'callback_data' definition 'data'.
eom-1.8.0/src/eom-window.c:1312:64: style: Function 'eom_job_progress_cb' argument 3 names different: declaration 'data' definition 'user_data'. [funcArgNamesDifferent]
eom-1.8.0/src/eom-window.c:197:76: note: Function 'eom_job_progress_cb' argument 3 names different: declaration 'data' definition 'user_data'.
eom-1.8.0/src/eom-window.c:1312:64: note: Function 'eom_job_progress_cb' argument 3 names different: declaration 'data' definition 'user_data'.
eom-1.8.0/src/eom-window.c:1325:69: style: Function 'eom_job_save_progress_cb' argument 3 names different: declaration 'data' definition 'user_data'. [funcArgNamesDifferent]
eom-1.8.0/src/eom-window.c:196:81: note: Function 'eom_job_save_progress_cb' argument 3 names different: declaration 'data' definition 'user_data'.
eom-1.8.0/src/eom-window.c:1325:69: note: Function 'eom_job_save_progress_cb' argument 3 names different: declaration 'data' definition 'user_data'.
eom-1.8.0/src/eom-window.c:899:24: style: Variable 'page_setup_disabled' is assigned a value that is never used. [unreadVariable]
eom-1.8.0/src/eom-window.c:2887:27: style: Variable 'priv' is assigned a value that is never used. [unreadVariable]
eom-1.8.0/src/eom-window.c:4588:11: style: Variable 'screen' is assigned a value that is never used. [unreadVariable]
eom-1.8.0/src/eom-window.c:5069:11: style: Variable 'window' is assigned a value that is never used. [unreadVariable]
eom-1.8.0/src/eom-window.c:5084:11: style: Variable 'window' is assigned a value that is never used. [unreadVariable]
eom-1.8.0/src/eom-window.c:5090:3: style: Variable 'show' is assigned a value that is never used. [unreadVariable]
eom-1.8.0/src/eom-window.c:5109:11: style: Variable 'window' is assigned a value that is never used. [unreadVariable]
eom-1.8.0/src/main.c:103:2: style: Variable 'files' is reassigned a value before the old one has been used. [redundantAssignment]
eom-1.8.0/src/main.c:101:0: note: Variable 'files' is reassigned a value before the old one has been used.
eom-1.8.0/src/main.c:103:2: note: Variable 'files' is reassigned a value before the old one has been used.
[17:43]

ftp://ftp.se.debian.org/debian/pool/main/e/eonasdan-bootstrap-datetimepicker/eonasdan-bootstrap-datetimepicker_4.17.47.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/eot-utils/eot-utils_1.1.orig.tar.gz
eot-utilities-1.1/eotinfo.c:370:3: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
eot-utilities-1.1/eotinfo.c:371:3: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
eot-utilities-1.1/eotinfo.c:173:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
eot-utilities-1.1/mkeot.c:508:25: style: The scope of the variable 'j' can be reduced. [variableScope]
eot-utilities-1.1/mkeot.c:508:28: style: The scope of the variable 'k' can be reduced. [variableScope]
[17:43]

ftp://ftp.se.debian.org/debian/pool/main/e/epcr/epcr_2.3.12-1.orig.tar.gz
e-PCR-2.3.12/e-PCR_main.cpp:552:2: warning: %d in format string (no. 5) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
e-PCR-2.3.12/e-PCR_main.cpp:552:2: warning: %d in format string (no. 6) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
e-PCR-2.3.12/e-PCR_main.cpp:589:50: style: Function 'CbkSeqline' argument 1 names different: declaration 'data' definition 'seq'. [funcArgNamesDifferent]
e-PCR-2.3.12/e-PCR_main.cpp:573:42: note: Function 'CbkSeqline' argument 1 names different: declaration 'data' definition 'seq'.
e-PCR-2.3.12/e-PCR_main.cpp:589:50: note: Function 'CbkSeqline' argument 1 names different: declaration 'data' definition 'seq'.
e-PCR-2.3.12/e-PCR_main.cpp:356:5: warning: Member variable 'CPcrProgressCallback::m_Label' is not initialized in the constructor. [uninitMemberVar]
e-PCR-2.3.12/e-PCR_main.cpp:356:5: warning: Member variable 'CPcrProgressCallback::m_SeqData' is not initialized in the constructor. [uninitMemberVar]
e-PCR-2.3.12/e-PCR_main.cpp:356:5: warning: Member variable 'CPcrProgressCallback::m_SeqLen' is not initialized in the constructor. [uninitMemberVar]
e-PCR-2.3.12/e-PCR_main.cpp:356:5: warning: Member variable 'CPcrProgressCallback::m_WdSize' is not initialized in the constructor. [uninitMemberVar]
e-PCR-2.3.12/e-PCR_main.cpp:322:5: style: Class 'CPcrMachineCallback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
e-PCR-2.3.12/e-PCR_main.cpp:356:5: style: Class 'CPcrProgressCallback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
e-PCR-2.3.12/fahash_lookup.cpp:117:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
e-PCR-2.3.12/fahash_lookup.cpp:117:9: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
e-PCR-2.3.12/fahash_lookup.cpp:117:9: warning: %d in format string (no. 6) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
e-PCR-2.3.12/fahash_lookup.cpp:71:19: warning: Either the condition 'if(cur&&cur<end)' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
e-PCR-2.3.12/fahash_lookup.cpp:73:11: note: Assuming that condition 'if(cur&&cur<end)' is not redundant
e-PCR-2.3.12/fahash_lookup.cpp:71:19: note: Null pointer addition
e-PCR-2.3.12/fahash_lookup.cpp:373:9: warning: Member variable 'SHit::pos1' is not initialized in the constructor. [uninitMemberVar]
e-PCR-2.3.12/fahash_lookup.cpp:373:9: warning: Member variable 'SHit::pos2' is not initialized in the constructor. [uninitMemberVar]
e-PCR-2.3.12/fahash_lookup.cpp:373:9: warning: Member variable 'SHit::mism_l' is not initialized in the constructor. [uninitMemberVar]
e-PCR-2.3.12/fahash_lookup.cpp:373:9: warning: Member variable 'SHit::mism_r' is not initialized in the constructor. [uninitMemberVar]
e-PCR-2.3.12/fahash_lookup.cpp:373:9: warning: Member variable 'SHit::gaps_l' is not initialized in the constructor. [uninitMemberVar]
e-PCR-2.3.12/fahash_lookup.cpp:373:9: warning: Member variable 'SHit::gaps_r' is not initialized in the constructor. [uninitMemberVar]
e-PCR-2.3.12/fahash_lookup.cpp:72:9: performance: Variable 'sid' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
e-PCR-2.3.12/fahash_main.cpp:167:10: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
e-PCR-2.3.12/fahash_main.cpp:185:10: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
e-PCR-2.3.12/fahash_main.cpp:303:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
e-PCR-2.3.12/fahash_main.cpp:303:13: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
e-PCR-2.3.12/famap_main.cpp:196:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
e-PCR-2.3.12/faread.cpp:85:10: style: C-style pointer casting [cstyleCast]
e-PCR-2.3.12/faread.cpp:95:15: style: C-style pointer casting [cstyleCast]
e-PCR-2.3.12/minilcs.hpp:155:0: style: Function 'Build' argument 4 names different: declaration 'length' definition 'len'. [funcArgNamesDifferent]
e-PCR-2.3.12/minilcs.hpp:107:0: note: Function 'Build' argument 4 names different: declaration 'length' definition 'len'.
e-PCR-2.3.12/minilcs.hpp:155:0: note: Function 'Build' argument 4 names different: declaration 'length' definition 'len'.
e-PCR-2.3.12/minilcs.hpp:301:0: warning: Member variable 'CLcsMatrix < char >::m_BestX' is not initialized in the constructor. [uninitMemberVar]
e-PCR-2.3.12/minilcs.hpp:301:0: warning: Member variable 'CLcsMatrix < char >::m_BestY' is not initialized in the constructor. [uninitMemberVar]
e-PCR-2.3.12/minilcs.hpp:301:0: warning: Member variable 'CLcsMatrix < char >::m_BestVal' is not initialized in the constructor. [uninitMemberVar]
e-PCR-2.3.12/minilcs.hpp:301:0: warning: Member variable 'CLcsMatrix < char >::m_PrimerLength' is not initialized in the constructor. [uninitMemberVar]
e-PCR-2.3.12/minilcs.hpp:301:0: warning: Member variable 'CLcsMatrix < char >::m_Matches' is not initialized in the constructor. [uninitMemberVar]
e-PCR-2.3.12/minilcs.hpp:301:0: warning: Member variable 'CLcsMatrix < char >::m_Mismatches' is not initialized in the constructor. [uninitMemberVar]
e-PCR-2.3.12/minilcs.hpp:301:0: warning: Member variable 'CLcsMatrix < char >::m_Insertions' is not initialized in the constructor. [uninitMemberVar]
e-PCR-2.3.12/minilcs.hpp:301:0: warning: Member variable 'CLcsMatrix < char >::m_Deletions' is not initialized in the constructor. [uninitMemberVar]
e-PCR-2.3.12/minilcs.hpp:301:0: warning: Member variable 'CLcsMatrix < char >::m_Identities' is not initialized in the constructor. [uninitMemberVar]
e-PCR-2.3.12/minilcs.hpp:301:0: warning: Member variable 'CLcsMatrix < char >::m_ResultLength' is not initialized in the constructor. [uninitMemberVar]
e-PCR-2.3.12/minilcs.hpp:129:0: style: Technically the member function 'CLcsMatrix < char >::Get' can be const. [functionConst]
e-PCR-2.3.12/minilcs.hpp:134:0: style: Technically the member function 'CLcsMatrix < char >::Sym' can be const. [functionConst]
e-PCR-2.3.12/minilcs.hpp:56:5: style: Class 'CReverseConstSeqIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
e-PCR-2.3.12/re-PCR_main.cpp:237:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
e-PCR-2.3.12/re-PCR_main.cpp:50:2: warning: Member variable 'CMain::m_AlignL' is not initialized in the constructor. [uninitMemberVar]
e-PCR-2.3.12/re-PCR_main.cpp:50:2: warning: Member variable 'CMain::m_AlignR' is not initialized in the constructor. [uninitMemberVar]
e-PCR-2.3.12/re-PCR_main.cpp:459:0: error: Resource leak: f [resourceLeak]
e-PCR-2.3.12/seqcmp_main.cpp:57:5: style: Member variable 'CMain::aligner' is in the wrong place in the initializer list. [initializerList]
e-PCR-2.3.12/seqcmp_main.cpp:48:9: note: Member variable 'CMain::aligner' is in the wrong place in the initializer list.
e-PCR-2.3.12/seqcmp_main.cpp:57:5: note: Member variable 'CMain::aligner' is in the wrong place in the initializer list.
[17:43]

ftp://ftp.se.debian.org/debian/pool/main/e/epdfview/epdfview_0.1.8.orig.tar.gz
epdfview-0.1.8/intl/dcigettext.c:583:39: style: Redundant condition: If 'EXPR == ':'', the comparison 'EXPR != '\0'' is always true. [redundantCondition]
epdfview-0.1.8/intl/hash-string.h:31:0: style: The scope of the variable 'g' can be reduced. [variableScope]
epdfview-0.1.8/intl/dcigettext.c:1134:15: style: The scope of the variable 'language_default' can be reduced. [variableScope]
epdfview-0.1.8/intl/dcigettext.c:427:25: style: Function 'libintl_dcigettext' argument 1 names different: declaration '__domainname' definition 'domainname'. [funcArgNamesDifferent]
epdfview-0.1.8/intl/gettextP.h:210:46: note: Function 'libintl_dcigettext' argument 1 names different: declaration '__domainname' definition 'domainname'.
epdfview-0.1.8/intl/dcigettext.c:427:25: note: Function 'libintl_dcigettext' argument 1 names different: declaration '__domainname' definition 'domainname'.
epdfview-0.1.8/intl/dcigettext.c:427:49: style: Function 'libintl_dcigettext' argument 2 names different: declaration '__msgid1' definition 'msgid1'. [funcArgNamesDifferent]
epdfview-0.1.8/intl/gettextP.h:211:18: note: Function 'libintl_dcigettext' argument 2 names different: declaration '__msgid1' definition 'msgid1'.
epdfview-0.1.8/intl/dcigettext.c:427:49: note: Function 'libintl_dcigettext' argument 2 names different: declaration '__msgid1' definition 'msgid1'.
epdfview-0.1.8/intl/dcigettext.c:427:69: style: Function 'libintl_dcigettext' argument 3 names different: declaration '__msgid2' definition 'msgid2'. [funcArgNamesDifferent]
epdfview-0.1.8/intl/gettextP.h:211:40: note: Function 'libintl_dcigettext' argument 3 names different: declaration '__msgid2' definition 'msgid2'.
epdfview-0.1.8/intl/dcigettext.c:427:69: note: Function 'libintl_dcigettext' argument 3 names different: declaration '__msgid2' definition 'msgid2'.
epdfview-0.1.8/intl/dcigettext.c:428:10: style: Function 'libintl_dcigettext' argument 4 names different: declaration '__plural' definition 'plural'. [funcArgNamesDifferent]
epdfview-0.1.8/intl/gettextP.h:212:10: note: Function 'libintl_dcigettext' argument 4 names different: declaration '__plural' definition 'plural'.
epdfview-0.1.8/intl/dcigettext.c:428:10: note: Function 'libintl_dcigettext' argument 4 names different: declaration '__plural' definition 'plural'.
epdfview-0.1.8/intl/dcigettext.c:428:32: style: Function 'libintl_dcigettext' argument 5 names different: declaration '__n' definition 'n'. [funcArgNamesDifferent]
epdfview-0.1.8/intl/gettextP.h:212:34: note: Function 'libintl_dcigettext' argument 5 names different: declaration '__n' definition 'n'.
epdfview-0.1.8/intl/dcigettext.c:428:32: note: Function 'libintl_dcigettext' argument 5 names different: declaration '__n' definition 'n'.
epdfview-0.1.8/intl/dcigettext.c:428:43: style: Function 'libintl_dcigettext' argument 6 names different: declaration '__category' definition 'category'. [funcArgNamesDifferent]
epdfview-0.1.8/intl/gettextP.h:213:10: note: Function 'libintl_dcigettext' argument 6 names different: declaration '__category' definition 'category'.
epdfview-0.1.8/intl/dcigettext.c:428:43: note: Function 'libintl_dcigettext' argument 6 names different: declaration '__category' definition 'category'.
epdfview-0.1.8/intl/dcigettext.c:227:7: style: struct member 'known_translation_t::category' is never used. [unusedStructMember]
epdfview-0.1.8/intl/dcigettext.c:230:7: style: struct member 'known_translation_t::counter' is never used. [unusedStructMember]
epdfview-0.1.8/intl/dcigettext.c:233:27: style: struct member 'known_translation_t::domain' is never used. [unusedStructMember]
epdfview-0.1.8/intl/dcigettext.c:236:15: style: struct member 'known_translation_t::translation' is never used. [unusedStructMember]
epdfview-0.1.8/intl/dcigettext.c:237:10: style: struct member 'known_translation_t::translation_length' is never used. [unusedStructMember]
epdfview-0.1.8/intl/dcigettext.c:240:8: style: struct member 'known_translation_t::msgid' is never used. [unusedStructMember]
epdfview-0.1.8/intl/finddomain.c:50:30: style: Function '_nl_find_domain' argument 1 names different: declaration '__dirname' definition 'dirname'. [funcArgNamesDifferent]
epdfview-0.1.8/intl/gettextP.h:160:54: note: Function '_nl_find_domain' argument 1 names different: declaration '__dirname' definition 'dirname'.
epdfview-0.1.8/intl/finddomain.c:50:30: note: Function '_nl_find_domain' argument 1 names different: declaration '__dirname' definition 'dirname'.
epdfview-0.1.8/intl/finddomain.c:50:45: style: Function '_nl_find_domain' argument 2 names different: declaration '__locale' definition 'locale'. [funcArgNamesDifferent]
epdfview-0.1.8/intl/gettextP.h:160:71: note: Function '_nl_find_domain' argument 2 names different: declaration '__locale' definition 'locale'.
epdfview-0.1.8/intl/finddomain.c:50:45: note: Function '_nl_find_domain' argument 2 names different: declaration '__locale' definition 'locale'.
epdfview-0.1.8/intl/finddomain.c:51:16: style: Function '_nl_find_domain' argument 3 names different: declaration '__domainname' definition 'domainname'. [funcArgNamesDifferent]
epdfview-0.1.8/intl/gettextP.h:161:19: note: Function '_nl_find_domain' argument 3 names different: declaration '__domainname' definition 'domainname'.
epdfview-0.1.8/intl/finddomain.c:51:16: note: Function '_nl_find_domain' argument 3 names different: declaration '__domainname' definition 'domainname'.
epdfview-0.1.8/intl/finddomain.c:51:44: style: Function '_nl_find_domain' argument 4 names different: declaration '__domainbinding' definition 'domainbinding'. [funcArgNamesDifferent]
epdfview-0.1.8/intl/gettextP.h:162:23: note: Function '_nl_find_domain' argument 4 names different: declaration '__domainbinding' definition 'domainbinding'.
epdfview-0.1.8/intl/finddomain.c:51:44: note: Function '_nl_find_domain' argument 4 names different: declaration '__domainbinding' definition 'domainbinding'.
epdfview-0.1.8/intl/l10nflist.c:373:9: style: The scope of the variable 'wp' can be reduced. [variableScope]
epdfview-0.1.8/intl/loadmsgcat.c:975:12: style: Condition 'data==(struct mo_file_header*)-1' is always true [knownConditionTrueFalse]
epdfview-0.1.8/intl/loadmsgcat.c:919:33: note: Assignment 'data=(struct mo_file_header*)-1', assigned value is -1
epdfview-0.1.8/intl/loadmsgcat.c:975:12: note: Condition 'data==(struct mo_file_header*)-1' is always true
epdfview-0.1.8/intl/loadmsgcat.c:975:12: style: Same expression on both sides of '==' because the value of 'data' and '(struct mo_file_header*)-1' are the same. [duplicateExpression]
epdfview-0.1.8/intl/loadmsgcat.c:919:33: note: 'data' is assigned value '(struct mo_file_header*)-1' here.
epdfview-0.1.8/intl/loadmsgcat.c:975:12: note: Same expression on both sides of '==' because the value of 'data' and '(struct mo_file_header*)-1' are the same.
epdfview-0.1.8/intl/loadmsgcat.c:771:47: style: Function '_nl_init_domain_conv' argument 1 names different: declaration '__domain_file' definition 'domain_file'. [funcArgNamesDifferent]
epdfview-0.1.8/intl/gettextP.h:169:59: note: Function '_nl_init_domain_conv' argument 1 names different: declaration '__domain_file' definition 'domain_file'.
epdfview-0.1.8/intl/loadmsgcat.c:771:47: note: Function '_nl_init_domain_conv' argument 1 names different: declaration '__domain_file' definition 'domain_file'.
epdfview-0.1.8/intl/loadmsgcat.c:772:31: style: Function '_nl_init_domain_conv' argument 2 names different: declaration '__domain' definition 'domain'. [funcArgNamesDifferent]
epdfview-0.1.8/intl/gettextP.h:170:29: note: Function '_nl_init_domain_conv' argument 2 names different: declaration '__domain' definition 'domain'.
epdfview-0.1.8/intl/loadmsgcat.c:772:31: note: Function '_nl_init_domain_conv' argument 2 names different: declaration '__domain' definition 'domain'.
epdfview-0.1.8/intl/loadmsgcat.c:773:25: style: Function '_nl_init_domain_conv' argument 3 names different: declaration '__domainbinding' definition 'domainbinding'. [funcArgNamesDifferent]
epdfview-0.1.8/intl/gettextP.h:171:23: note: Function '_nl_init_domain_conv' argument 3 names different: declaration '__domainbinding' definition 'domainbinding'.
epdfview-0.1.8/intl/loadmsgcat.c:773:25: note: Function '_nl_init_domain_conv' argument 3 names different: declaration '__domainbinding' definition 'domainbinding'.
epdfview-0.1.8/intl/loadmsgcat.c:889:45: style: Function '_nl_free_domain_conv' argument 1 names different: declaration '__domain' definition 'domain'. [funcArgNamesDifferent]
epdfview-0.1.8/intl/gettextP.h:173:50: note: Function '_nl_free_domain_conv' argument 1 names different: declaration '__domain' definition 'domain'.
epdfview-0.1.8/intl/loadmsgcat.c:889:45: note: Function '_nl_free_domain_conv' argument 1 names different: declaration '__domain' definition 'domain'.
epdfview-0.1.8/intl/loadmsgcat.c:909:42: style: Function '_nl_load_domain' argument 1 names different: declaration '__domain' definition 'domain_file'. [funcArgNamesDifferent]
epdfview-0.1.8/intl/gettextP.h:164:47: note: Function '_nl_load_domain' argument 1 names different: declaration '__domain' definition 'domain_file'.
epdfview-0.1.8/intl/loadmsgcat.c:909:42: note: Function '_nl_load_domain' argument 1 names different: declaration '__domain' definition 'domain_file'.
epdfview-0.1.8/intl/loadmsgcat.c:910:20: style: Function '_nl_load_domain' argument 2 names different: declaration '__domainbinding' definition 'domainbinding'. [funcArgNamesDifferent]
epdfview-0.1.8/intl/gettextP.h:165:25: note: Function '_nl_load_domain' argument 2 names different: declaration '__domainbinding' definition 'domainbinding'.
epdfview-0.1.8/intl/loadmsgcat.c:910:20: note: Function '_nl_load_domain' argument 2 names different: declaration '__domainbinding' definition 'domainbinding'.
epdfview-0.1.8/intl/localcharset.c:306:14: style: Condition 'locale==NULL' is always true [knownConditionTrueFalse]
epdfview-0.1.8/intl/localcharset.c:297:24: note: Assignment 'locale=NULL', assigned value is 0
epdfview-0.1.8/intl/localcharset.c:306:14: note: Condition 'locale==NULL' is always true
epdfview-0.1.8/intl/localcharset.c:306:14: style: Same expression on both sides of '==' because the value of 'locale' and 'NULL' are the same. [duplicateExpression]
epdfview-0.1.8/intl/localcharset.c:297:24: note: 'locale' is assigned value 'NULL' here.
epdfview-0.1.8/intl/localcharset.c:306:14: note: Same expression on both sides of '==' because the value of 'locale' and 'NULL' are the same.
epdfview-0.1.8/intl/localcharset.c:120:19: style: The scope of the variable 'base' can be reduced. [variableScope]
epdfview-0.1.8/intl/localealias.c:254:13: style: The scope of the variable 'alias' can be reduced. [variableScope]
epdfview-0.1.8/intl/localealias.c:255:13: style: The scope of the variable 'value' can be reduced. [variableScope]
epdfview-0.1.8/intl/localealias.c:303:0: error: Resource leak: fp [resourceLeak]
epdfview-0.1.8/src/Config.cxx:426:32: style: Function 'setZoomToFit' argument 1 names different: declaration 'active' definition 'activate'. [funcArgNamesDifferent]
epdfview-0.1.8/src/Config.h:60:41: note: Function 'setZoomToFit' argument 1 names different: declaration 'active' definition 'activate'.
epdfview-0.1.8/src/Config.cxx:426:32: note: Function 'setZoomToFit' argument 1 names different: declaration 'active' definition 'activate'.
epdfview-0.1.8/src/Config.cxx:440:34: style: Function 'setZoomToWidth' argument 1 names different: declaration 'active' definition 'activate'. [funcArgNamesDifferent]
epdfview-0.1.8/src/Config.h:61:43: note: Function 'setZoomToWidth' argument 1 names different: declaration 'active' definition 'activate'.
epdfview-0.1.8/src/Config.cxx:440:34: note: Function 'setZoomToWidth' argument 1 names different: declaration 'active' definition 'activate'.
epdfview-0.1.8/src/Config.h:78:13: warning: Member variable 'Config::m_Values' is not initialized in the constructor. [uninitMemberVar]
epdfview-0.1.8/src/FindPter.h:36:13: style: Class 'FindPter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
epdfview-0.1.8/src/PagePter.h:41:13: style: Class 'PagePter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
epdfview-0.1.8/src/MainPter.h:40:13: style: Class 'MainPter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
epdfview-0.1.8/src/Config.h:32:5: warning: The class 'Config' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
epdfview-0.1.8/src/DocumentLinkGoto.h:30:26: style: The function 'activate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epdfview-0.1.8/src/IDocumentLink.h:39:26: note: Virtual function in base class
epdfview-0.1.8/src/DocumentLinkGoto.h:30:26: note: Function in derived class
epdfview-0.1.8/src/DocumentLinkUri.h:30:26: style: The function 'activate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epdfview-0.1.8/src/IDocumentLink.h:39:26: note: Virtual function in base class
epdfview-0.1.8/src/DocumentLinkUri.h:30:26: note: Function in derived class
epdfview-0.1.8/src/PDFDocument.h:43:24: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epdfview-0.1.8/src/IDocument.h:146:32: note: Virtual function in base class
epdfview-0.1.8/src/PDFDocument.h:43:24: note: Function in derived class
epdfview-0.1.8/src/PDFDocument.h:44:20: style: The function 'findTextInPage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epdfview-0.1.8/src/IDocument.h:161:28: note: Virtual function in base class
epdfview-0.1.8/src/PDFDocument.h:44:20: note: Function in derived class
epdfview-0.1.8/src/PDFDocument.h:45:22: style: The function 'isLoaded' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epdfview-0.1.8/src/IDocument.h:169:30: note: Virtual function in base class
epdfview-0.1.8/src/PDFDocument.h:45:22: note: Function in derived class
epdfview-0.1.8/src/PDFDocument.h:46:22: style: The function 'loadFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epdfview-0.1.8/src/IDocument.h:189:30: note: Virtual function in base class
epdfview-0.1.8/src/PDFDocument.h:46:22: note: Function in derived class
epdfview-0.1.8/src/PDFDocument.h:48:18: style: The function 'getPageSizeForPage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epdfview-0.1.8/src/IDocument.h:203:26: note: Virtual function in base class
epdfview-0.1.8/src/PDFDocument.h:48:18: note: Function in derived class
epdfview-0.1.8/src/PDFDocument.h:50:18: style: The function 'outputPostscriptBegin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epdfview-0.1.8/src/IDocument.h:217:26: note: Virtual function in base class
epdfview-0.1.8/src/PDFDocument.h:50:18: note: Function in derived class
epdfview-0.1.8/src/PDFDocument.h:52:18: style: The function 'outputPostscriptEnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epdfview-0.1.8/src/IDocument.h:228:26: note: Virtual function in base class
epdfview-0.1.8/src/PDFDocument.h:52:18: note: Function in derived class
epdfview-0.1.8/src/PDFDocument.h:53:18: style: The function 'outputPostscriptPage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epdfview-0.1.8/src/IDocument.h:238:26: note: Virtual function in base class
epdfview-0.1.8/src/PDFDocument.h:53:18: note: Function in derived class
epdfview-0.1.8/src/PDFDocument.h:55:27: style: The function 'renderPage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epdfview-0.1.8/src/IDocument.h:251:35: note: Virtual function in base class
epdfview-0.1.8/src/PDFDocument.h:55:27: note: Function in derived class
epdfview-0.1.8/src/PDFDocument.h:56:22: style: The function 'saveFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epdfview-0.1.8/src/IDocument.h:265:30: note: Virtual function in base class
epdfview-0.1.8/src/PDFDocument.h:56:22: note: Function in derived class
epdfview-0.1.8/src/PDFDocument.h:57:24: style: The function 'getTextRegion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epdfview-0.1.8/src/IDocument.h:268:32: note: Virtual function in base class
epdfview-0.1.8/src/PDFDocument.h:57:24: note: Function in derived class
epdfview-0.1.8/src/PDFDocument.h:58:18: style: The function 'setTextSelection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epdfview-0.1.8/src/IDocument.h:269:26: note: Virtual function in base class
epdfview-0.1.8/src/PDFDocument.h:58:18: note: Function in derived class
epdfview-0.1.8/src/JobFind.h:60:22: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epdfview-0.1.8/src/IJob.h:60:30: note: Virtual function in base class
epdfview-0.1.8/src/JobFind.h:60:22: note: Function in derived class
epdfview-0.1.8/src/JobLoad.h:43:22: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epdfview-0.1.8/src/IJob.h:60:30: note: Virtual function in base class
epdfview-0.1.8/src/JobLoad.h:43:22: note: Function in derived class
epdfview-0.1.8/src/JobPrint.h:75:30: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epdfview-0.1.8/src/IJob.h:60:30: note: Virtual function in base class
epdfview-0.1.8/src/JobPrint.h:75:30: note: Function in derived class
epdfview-0.1.8/src/JobRender.h:36:22: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epdfview-0.1.8/src/IJob.h:60:30: note: Virtual function in base class
epdfview-0.1.8/src/JobRender.h:36:22: note: Function in derived class
epdfview-0.1.8/src/JobSave.h:41:22: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epdfview-0.1.8/src/IJob.h:60:30: note: Virtual function in base class
epdfview-0.1.8/src/JobSave.h:41:22: note: Function in derived class
epdfview-0.1.8/src/PagePter.h:49:18: style: The function 'notifyFindChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epdfview-0.1.8/src/IDocumentObserver.h:43:26: note: Virtual function in base class
epdfview-0.1.8/src/PagePter.h:49:18: note: Function in derived class
epdfview-0.1.8/src/PagePter.h:50:18: style: The function 'notifyLoad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epdfview-0.1.8/src/IDocumentObserver.h:67:26: note: Virtual function in base class
epdfview-0.1.8/src/PagePter.h:50:18: note: Function in derived class
epdfview-0.1.8/src/PagePter.h:51:18: style: The function 'notifyPageChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epdfview-0.1.8/src/IDocumentObserver.h:106:26: note: Virtual function in base class
epdfview-0.1.8/src/PagePter.h:51:18: note: Function in derived class
epdfview-0.1.8/src/PagePter.h:52:18: style: The function 'notifyPageRotated' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epdfview-0.1.8/src/IDocumentObserver.h:116:26: note: Virtual function in base class
epdfview-0.1.8/src/PagePter.h:52:18: note: Function in derived class
epdfview-0.1.8/src/PagePter.h:53:18: style: The function 'notifyPageZoomed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epdfview-0.1.8/src/IDocumentObserver.h:126:26: note: Virtual function in base class
epdfview-0.1.8/src/PagePter.h:53:18: note: Function in derived class
epdfview-0.1.8/src/PagePter.h:54:18: style: The function 'notifyReload' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epdfview-0.1.8/src/IDocumentObserver.h:134:26: note: Virtual function in base class
epdfview-0.1.8/src/PagePter.h:54:18: note: Function in derived class
epdfview-0.1.8/src/MainPter.h:79:18: style: The function 'notifyLoad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epdfview-0.1.8/src/IDocumentObserver.h:67:26: note: Virtual function in base class
epdfview-0.1.8/src/MainPter.h:79:18: note: Function in derived class
epdfview-0.1.8/src/MainPter.h:80:18: style: The function 'notifyLoadError' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epdfview-0.1.8/src/IDocumentObserver.h:79:26: note: Virtual function in base class
epdfview-0.1.8/src/MainPter.h:80:18: note: Function in derived class
epdfview-0.1.8/src/MainPter.h:81:18: style: The function 'notifyLoadPassword' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epdfview-0.1.8/src/IDocumentObserver.h:94:26: note: Virtual function in base class
epdfview-0.1.8/src/MainPter.h:81:18: note: Function in derived class
epdfview-0.1.8/src/MainPter.h:83:18: style: The function 'notifyPageChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epdfview-0.1.8/src/IDocumentObserver.h:106:26: note: Virtual function in base class
epdfview-0.1.8/src/MainPter.h:83:18: note: Function in derived class
epdfview-0.1.8/src/MainPter.h:84:18: style: The function 'notifyPageRotated' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epdfview-0.1.8/src/IDocumentObserver.h:116:26: note: Virtual function in base class
epdfview-0.1.8/src/MainPter.h:84:18: note: Function in derived class
epdfview-0.1.8/src/MainPter.h:85:18: style: The function 'notifyPageZoomed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epdfview-0.1.8/src/IDocumentObserver.h:126:26: note: Virtual function in base class
epdfview-0.1.8/src/MainPter.h:85:18: note: Function in derived class
epdfview-0.1.8/src/MainPter.h:86:18: style: The function 'notifyReload' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epdfview-0.1.8/src/IDocumentObserver.h:134:26: note: Virtual function in base class
epdfview-0.1.8/src/MainPter.h:86:18: note: Function in derived class
epdfview-0.1.8/src/MainPter.h:87:18: style: The function 'notifySave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epdfview-0.1.8/src/IDocumentObserver.h:142:26: note: Virtual function in base class
epdfview-0.1.8/src/MainPter.h:87:18: note: Function in derived class
epdfview-0.1.8/src/MainPter.h:88:18: style: The function 'notifySaveError' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epdfview-0.1.8/src/IDocumentObserver.h:153:26: note: Virtual function in base class
epdfview-0.1.8/src/MainPter.h:88:18: note: Function in derived class
epdfview-0.1.8/src/MainPter.h:89:18: style: The function 'notifyTextSelected' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epdfview-0.1.8/src/IDocumentObserver.h:163:26: note: Virtual function in base class
epdfview-0.1.8/src/MainPter.h:89:18: note: Function in derived class
epdfview-0.1.8/src/DocumentLinkGoto.cxx:36:5: performance: Variable 'm_DestinationPage' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
epdfview-0.1.8/src/DocumentOutline.cxx:31:5: performance: Variable 'm_Destination' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
epdfview-0.1.8/src/DocumentOutline.h:43:18: style: Technically the member function 'ePDFView::DocumentOutline::getDestinationPage' can be const. [functionConst]
epdfview-0.1.8/src/DocumentOutline.cxx:74:18: note: Technically the member function 'ePDFView::DocumentOutline::getDestinationPage' can be const.
epdfview-0.1.8/src/DocumentOutline.h:43:18: note: Technically the member function 'ePDFView::DocumentOutline::getDestinationPage' can be const.
epdfview-0.1.8/src/DocumentOutline.h:47:26: style: Technically the member function 'ePDFView::DocumentOutline::getTitle' can be const. [functionConst]
epdfview-0.1.8/src/DocumentOutline.cxx:133:18: note: Technically the member function 'ePDFView::DocumentOutline::getTitle' can be const.
epdfview-0.1.8/src/DocumentOutline.h:47:26: note: Technically the member function 'ePDFView::DocumentOutline::getTitle' can be const.
epdfview-0.1.8/src/DocumentPage.cxx:34:5: performance: Variable 'm_HasSelection' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
epdfview-0.1.8/src/DocumentPage.cxx:35:5: performance: Variable 'm_Height' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
epdfview-0.1.8/src/DocumentPage.cxx:37:5: performance: Variable 'm_Width' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
epdfview-0.1.8/src/DocumentPage.h:40:18: style: Technically the member function 'ePDFView::DocumentPage::getHeight' can be const. [functionConst]
epdfview-0.1.8/src/DocumentPage.cxx:149:15: note: Technically the member function 'ePDFView::DocumentPage::getHeight' can be const.
epdfview-0.1.8/src/DocumentPage.h:40:18: note: Technically the member function 'ePDFView::DocumentPage::getHeight' can be const.
epdfview-0.1.8/src/DocumentPage.h:43:18: style: Technically the member function 'ePDFView::DocumentPage::getWidth' can be const. [functionConst]
epdfview-0.1.8/src/DocumentPage.cxx:180:15: note: Technically the member function 'ePDFView::DocumentPage::getWidth' can be const.
epdfview-0.1.8/src/DocumentPage.h:43:18: note: Technically the member function 'ePDFView::DocumentPage::getWidth' can be const.
epdfview-0.1.8/src/DocumentPage.h:44:22: performance: Technically the member function 'ePDFView::DocumentPage::hasAlpha' can be static. [functionStatic]
epdfview-0.1.8/src/DocumentPage.cxx:195:15: note: Technically the member function 'ePDFView::DocumentPage::hasAlpha' can be static.
epdfview-0.1.8/src/DocumentPage.h:44:22: note: Technically the member function 'ePDFView::DocumentPage::hasAlpha' can be static.
epdfview-0.1.8/src/DocumentRectangle.cxx:33:5: performance: Variable 'm_X1' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
epdfview-0.1.8/src/DocumentRectangle.cxx:34:5: performance: Variable 'm_X2' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
epdfview-0.1.8/src/DocumentRectangle.cxx:35:5: performance: Variable 'm_Y1' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
epdfview-0.1.8/src/DocumentRectangle.cxx:36:5: performance: Variable 'm_Y2' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
epdfview-0.1.8/src/DocumentRectangle.cxx:46:5: performance: Variable 'm_X1' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
epdfview-0.1.8/src/DocumentRectangle.h:38:21: style: Technically the member function 'ePDFView::DocumentRectangle::getX1' can be const. [functionConst]
epdfview-0.1.8/src/DocumentRectangle.cxx:65:20: note: Technically the member function 'ePDFView::DocumentRectangle::getX1' can be const.
epdfview-0.1.8/src/DocumentRectangle.h:38:21: note: Technically the member function 'ePDFView::DocumentRectangle::getX1' can be const.
epdfview-0.1.8/src/DocumentRectangle.h:39:21: style: Technically the member function 'ePDFView::DocumentRectangle::getX2' can be const. [functionConst]
epdfview-0.1.8/src/DocumentRectangle.cxx:76:20: note: Technically the member function 'ePDFView::DocumentRectangle::getX2' can be const.
epdfview-0.1.8/src/DocumentRectangle.h:39:21: note: Technically the member function 'ePDFView::DocumentRectangle::getX2' can be const.
epdfview-0.1.8/src/DocumentRectangle.h:40:21: style: Technically the member function 'ePDFView::DocumentRectangle::getY1' can be const. [functionConst]
epdfview-0.1.8/src/DocumentRectangle.cxx:87:20: note: Technically the member function 'ePDFView::DocumentRectangle::getY1' can be const.
epdfview-0.1.8/src/DocumentRectangle.h:40:21: note: Technically the member function 'ePDFView::DocumentRectangle::getY1' can be const.
epdfview-0.1.8/src/DocumentRectangle.h:41:21: style: Technically the member function 'ePDFView::DocumentRectangle::getY2' can be const. [functionConst]
epdfview-0.1.8/src/DocumentRectangle.cxx:98:20: note: Technically the member function 'ePDFView::DocumentRectangle::getY2' can be const.
epdfview-0.1.8/src/DocumentRectangle.h:41:21: note: Technically the member function 'ePDFView::DocumentRectangle::getY2' can be const.
epdfview-0.1.8/src/DocumentRectangle.h:31:5: warning: The class 'DocumentRectangle' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
epdfview-0.1.8/src/IDocument.cxx:130:5: performance: Variable 'm_CurrentPage' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
epdfview-0.1.8/src/IDocument.cxx:135:5: performance: Variable 'm_FindPage' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
epdfview-0.1.8/src/IDocument.cxx:145:5: performance: Variable 'm_PageCacheAge' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
epdfview-0.1.8/src/IDocument.cxx:148:5: performance: Variable 'm_PageNumber' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
epdfview-0.1.8/src/IDocument.cxx:151:5: performance: Variable 'm_Rotation' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
epdfview-0.1.8/src/IDocument.cxx:152:5: performance: Variable 'm_Scale' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
epdfview-0.1.8/src/IDocument.h:290:26: style: Technically the member function 'ePDFView::IDocument::getTitle' can be const. [functionConst]
epdfview-0.1.8/src/IDocument.cxx:548:12: note: Technically the member function 'ePDFView::IDocument::getTitle' can be const.
epdfview-0.1.8/src/IDocument.h:290:26: note: Technically the member function 'ePDFView::IDocument::getTitle' can be const.
epdfview-0.1.8/src/IDocument.h:292:26: style: Technically the member function 'ePDFView::IDocument::getAuthor' can be const. [functionConst]
epdfview-0.1.8/src/IDocument.cxx:577:12: note: Technically the member function 'ePDFView::IDocument::getAuthor' can be const.
epdfview-0.1.8/src/IDocument.h:292:26: note: Technically the member function 'ePDFView::IDocument::getAuthor' can be const.
epdfview-0.1.8/src/IDocument.h:294:26: style: Technically the member function 'ePDFView::IDocument::getSubject' can be const. [functionConst]
epdfview-0.1.8/src/IDocument.cxx:606:12: note: Technically the member function 'ePDFView::IDocument::getSubject' can be const.
epdfview-0.1.8/src/IDocument.h:294:26: note: Technically the member function 'ePDFView::IDocument::getSubject' can be const.
epdfview-0.1.8/src/IDocument.h:296:26: style: Technically the member function 'ePDFView::IDocument::getKeywords' can be const. [functionConst]
epdfview-0.1.8/src/IDocument.cxx:635:12: note: Technically the member function 'ePDFView::IDocument::getKeywords' can be const.
epdfview-0.1.8/src/IDocument.h:296:26: note: Technically the member function 'ePDFView::IDocument::getKeywords' can be const.
epdfview-0.1.8/src/IDocument.h:298:26: style: Technically the member function 'ePDFView::IDocument::getCreator' can be const. [functionConst]
epdfview-0.1.8/src/IDocument.cxx:665:12: note: Technically the member function 'ePDFView::IDocument::getCreator' can be const.
epdfview-0.1.8/src/IDocument.h:298:26: note: Technically the member function 'ePDFView::IDocument::getCreator' can be const.
epdfview-0.1.8/src/IDocument.h:302:26: style: Technically the member function 'ePDFView::IDocument::getProducer' can be const. [functionConst]
epdfview-0.1.8/src/IDocument.cxx:694:12: note: Technically the member function 'ePDFView::IDocument::getProducer' can be const.
epdfview-0.1.8/src/IDocument.h:302:26: note: Technically the member function 'ePDFView::IDocument::getProducer' can be const.
epdfview-0.1.8/src/IDocument.h:306:26: style: Technically the member function 'ePDFView::IDocument::getFormat' can be const. [functionConst]
epdfview-0.1.8/src/IDocument.cxx:725:12: note: Technically the member function 'ePDFView::IDocument::getFormat' can be const.
epdfview-0.1.8/src/IDocument.h:306:26: note: Technically the member function 'ePDFView::IDocument::getFormat' can be const.
epdfview-0.1.8/src/IDocument.h:308:26: style: Technically the member function 'ePDFView::IDocument::getLinearized' can be const. [functionConst]
epdfview-0.1.8/src/IDocument.cxx:756:12: note: Technically the member function 'ePDFView::IDocument::getLinearized' can be const.
epdfview-0.1.8/src/IDocument.h:308:26: note: Technically the member function 'ePDFView::IDocument::getLinearized' can be const.
epdfview-0.1.8/src/IDocument.h:314:26: style: Technically the member function 'ePDFView::IDocument::getCreationDate' can be const. [functionConst]
epdfview-0.1.8/src/IDocument.cxx:799:12: note: Technically the member function 'ePDFView::IDocument::getCreationDate' can be const.
epdfview-0.1.8/src/IDocument.h:314:26: note: Technically the member function 'ePDFView::IDocument::getCreationDate' can be const.
epdfview-0.1.8/src/IDocument.h:316:26: style: Technically the member function 'ePDFView::IDocument::getModifiedDate' can be const. [functionConst]
epdfview-0.1.8/src/IDocument.cxx:829:12: note: Technically the member function 'ePDFView::IDocument::getModifiedDate' can be const.
epdfview-0.1.8/src/IDocument.h:316:26: note: Technically the member function 'ePDFView::IDocument::getModifiedDate' can be const.
epdfview-0.1.8/src/IDocument.h:318:22: style: Technically the member function 'ePDFView::IDocument::getPageMode' can be const. [functionConst]
epdfview-0.1.8/src/IDocument.cxx:859:12: note: Technically the member function 'ePDFView::IDocument::getPageMode' can be const.
epdfview-0.1.8/src/IDocument.h:318:22: note: Technically the member function 'ePDFView::IDocument::getPageMode' can be const.
epdfview-0.1.8/src/IDocument.h:320:24: style: Technically the member function 'ePDFView::IDocument::getPageLayout' can be const. [functionConst]
epdfview-0.1.8/src/IDocument.cxx:882:12: note: Technically the member function 'ePDFView::IDocument::getPageLayout' can be const.
epdfview-0.1.8/src/IDocument.h:320:24: note: Technically the member function 'ePDFView::IDocument::getPageLayout' can be const.
epdfview-0.1.8/src/IDocument.h:323:18: style: Technically the member function 'ePDFView::IDocument::getNumPages' can be const. [functionConst]
epdfview-0.1.8/src/IDocument.cxx:905:12: note: Technically the member function 'ePDFView::IDocument::getNumPages' can be const.
epdfview-0.1.8/src/IDocument.h:323:18: note: Technically the member function 'ePDFView::IDocument::getNumPages' can be const.
epdfview-0.1.8/src/IDocument.h:327:18: style: Technically the member function 'ePDFView::IDocument::getCurrentPageNum' can be const. [functionConst]
epdfview-0.1.8/src/IDocument.cxx:1044:12: note: Technically the member function 'ePDFView::IDocument::getCurrentPageNum' can be const.
epdfview-0.1.8/src/IDocument.h:327:18: note: Technically the member function 'ePDFView::IDocument::getCurrentPageNum' can be const.
epdfview-0.1.8/src/IDocument.h:342:18: style: Technically the member function 'ePDFView::IDocument::getRotation' can be const. [functionConst]
epdfview-0.1.8/src/IDocument.cxx:1162:12: note: Technically the member function 'ePDFView::IDocument::getRotation' can be const.
epdfview-0.1.8/src/IDocument.h:342:18: note: Technically the member function 'ePDFView::IDocument::getRotation' can be const.
epdfview-0.1.8/src/IDocument.h:349:21: style: Technically the member function 'ePDFView::IDocument::getZoom' can be const. [functionConst]
epdfview-0.1.8/src/IDocument.cxx:1242:12: note: Technically the member function 'ePDFView::IDocument::getZoom' can be const.
epdfview-0.1.8/src/IDocument.h:349:21: note: Technically the member function 'ePDFView::IDocument::getZoom' can be const.
epdfview-0.1.8/src/IDocumentLink.cxx:33:5: style: Class 'IDocumentLink' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
epdfview-0.1.8/src/IDocumentLink.cxx:33:5: style: Class 'IDocumentLink' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
epdfview-0.1.8/src/JobFind.cxx:34:5: performance: Variable 'm_Canceled' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
epdfview-0.1.8/src/JobFind.cxx:35:5: performance: Variable 'm_CurrentPage' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
epdfview-0.1.8/src/JobFind.cxx:38:5: performance: Variable 'm_Enqueued' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
epdfview-0.1.8/src/JobFind.cxx:41:5: performance: Variable 'm_ResultsPage' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
epdfview-0.1.8/src/JobFind.cxx:42:5: performance: Variable 'm_StartingPage' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
epdfview-0.1.8/src/JobFind.h:50:18: style: Technically the member function 'ePDFView::JobFind::getCurrentPage' can be const. [functionConst]
epdfview-0.1.8/src/JobFind.cxx:107:10: note: Technically the member function 'ePDFView::JobFind::getCurrentPage' can be const.
epdfview-0.1.8/src/JobFind.h:50:18: note: Technically the member function 'ePDFView::JobFind::getCurrentPage' can be const.
epdfview-0.1.8/src/JobFind.h:51:27: style: Technically the member function 'ePDFView::JobFind::getDirection' can be const. [functionConst]
epdfview-0.1.8/src/JobFind.cxx:122:10: note: Technically the member function 'ePDFView::JobFind::getDirection' can be const.
epdfview-0.1.8/src/JobFind.h:51:27: note: Technically the member function 'ePDFView::JobFind::getDirection' can be const.
epdfview-0.1.8/src/JobFind.h:55:18: style: Technically the member function 'ePDFView::JobFind::getResultsPage' can be const. [functionConst]
epdfview-0.1.8/src/JobFind.cxx:167:10: note: Technically the member function 'ePDFView::JobFind::getResultsPage' can be const.
epdfview-0.1.8/src/JobFind.h:55:18: note: Technically the member function 'ePDFView::JobFind::getResultsPage' can be const.
epdfview-0.1.8/src/JobFind.h:56:18: style: Technically the member function 'ePDFView::JobFind::getStartingPage' can be const. [functionConst]
epdfview-0.1.8/src/JobFind.cxx:178:10: note: Technically the member function 'ePDFView::JobFind::getStartingPage' can be const.
epdfview-0.1.8/src/JobFind.h:56:18: note: Technically the member function 'ePDFView::JobFind::getStartingPage' can be const.
epdfview-0.1.8/src/JobFind.h:57:26: style: Technically the member function 'ePDFView::JobFind::getTextToFind' can be const. [functionConst]
epdfview-0.1.8/src/JobFind.cxx:189:10: note: Technically the member function 'ePDFView::JobFind::getTextToFind' can be const.
epdfview-0.1.8/src/JobFind.h:57:26: note: Technically the member function 'ePDFView::JobFind::getTextToFind' can be const.
epdfview-0.1.8/src/JobFind.h:58:22: style: Technically the member function 'ePDFView::JobFind::isCanceled' can be const. [functionConst]
epdfview-0.1.8/src/JobFind.cxx:200:10: note: Technically the member function 'ePDFView::JobFind::isCanceled' can be const.
epdfview-0.1.8/src/JobFind.h:58:22: note: Technically the member function 'ePDFView::JobFind::isCanceled' can be const.
epdfview-0.1.8/src/JobFind.h:59:22: style: Technically the member function 'ePDFView::JobFind::isEnqueued' can be const. [functionConst]
epdfview-0.1.8/src/JobFind.cxx:215:10: note: Technically the member function 'ePDFView::JobFind::isEnqueued' can be const.
epdfview-0.1.8/src/JobFind.h:59:22: note: Technically the member function 'ePDFView::JobFind::isEnqueued' can be const.
epdfview-0.1.8/src/JobLoad.cxx:39:5: performance: Variable 'm_Reload' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
epdfview-0.1.8/src/JobLoad.h:40:26: style: Technically the member function 'ePDFView::JobLoad::getFileName' can be const. [functionConst]
epdfview-0.1.8/src/JobLoad.cxx:85:10: note: Technically the member function 'ePDFView::JobLoad::getFileName' can be const.
epdfview-0.1.8/src/JobLoad.h:40:26: note: Technically the member function 'ePDFView::JobLoad::getFileName' can be const.
epdfview-0.1.8/src/JobLoad.h:41:26: style: Technically the member function 'ePDFView::JobLoad::getPassword' can be const. [functionConst]
epdfview-0.1.8/src/JobLoad.cxx:96:10: note: Technically the member function 'ePDFView::JobLoad::getPassword' can be const.
epdfview-0.1.8/src/JobLoad.h:41:26: note: Technically the member function 'ePDFView::JobLoad::getPassword' can be const.
epdfview-0.1.8/src/JobLoad.h:42:22: style: Technically the member function 'ePDFView::JobLoad::isReloading' can be const. [functionConst]
epdfview-0.1.8/src/JobLoad.cxx:107:10: note: Technically the member function 'ePDFView::JobLoad::isReloading' can be const.
epdfview-0.1.8/src/JobLoad.h:42:22: note: Technically the member function 'ePDFView::JobLoad::isReloading' can be const.
epdfview-0.1.8/src/JobPrint.cxx:34:5: performance: Variable 'm_Collate' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
epdfview-0.1.8/src/JobPrint.cxx:36:5: performance: Variable 'm_CurrentPage' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
epdfview-0.1.8/src/JobPrint.cxx:39:5: performance: Variable 'm_NumberOfCopies' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
epdfview-0.1.8/src/JobPrint.cxx:40:5: performance: Variable 'm_PageHeight' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
epdfview-0.1.8/src/JobPrint.cxx:46:5: performance: Variable 'm_PageWidth' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
epdfview-0.1.8/src/JobPrint.h:66:22: style: Technically the member function 'ePDFView::JobPrint::getCollate' can be const. [functionConst]
epdfview-0.1.8/src/JobPrint.cxx:67:11: note: Technically the member function 'ePDFView::JobPrint::getCollate' can be const.
epdfview-0.1.8/src/JobPrint.h:66:22: note: Technically the member function 'ePDFView::JobPrint::getCollate' can be const.
epdfview-0.1.8/src/JobPrint.h:67:26: style: Technically the member function 'ePDFView::JobPrint::getColorModel' can be const. [functionConst]
epdfview-0.1.8/src/JobPrint.cxx:73:11: note: Technically the member function 'ePDFView::JobPrint::getColorModel' can be const.
epdfview-0.1.8/src/JobPrint.h:67:26: note: Technically the member function 'ePDFView::JobPrint::getColorModel' can be const.
epdfview-0.1.8/src/JobPrint.h:69:19: style: Technically the member function 'ePDFView::JobPrint::getNumberOfCopies' can be const. [functionConst]
epdfview-0.1.8/src/JobPrint.cxx:85:11: note: Technically the member function 'ePDFView::JobPrint::getNumberOfCopies' can be const.
epdfview-0.1.8/src/JobPrint.h:69:19: note: Technically the member function 'ePDFView::JobPrint::getNumberOfCopies' can be const.
epdfview-0.1.8/src/JobPrint.h:70:29: style: Technically the member function 'ePDFView::JobPrint::getPageLayout' can be const. [functionConst]
epdfview-0.1.8/src/JobPrint.cxx:105:11: note: Technically the member function 'ePDFView::JobPrint::getPageLayout' can be const.
epdfview-0.1.8/src/JobPrint.h:70:29: note: Technically the member function 'ePDFView::JobPrint::getPageLayout' can be const.
epdfview-0.1.8/src/JobPrint.h:71:34: style: Technically the member function 'ePDFView::JobPrint::getPageOrientation' can be const. [functionConst]
epdfview-0.1.8/src/JobPrint.cxx:111:11: note: Technically the member function 'ePDFView::JobPrint::getPageOrientation' can be const.
epdfview-0.1.8/src/JobPrint.h:71:34: note: Technically the member function 'ePDFView::JobPrint::getPageOrientation' can be const.
epdfview-0.1.8/src/JobPrint.h:72:26: style: Technically the member function 'ePDFView::JobPrint::getPrinterName' can be const. [functionConst]
epdfview-0.1.8/src/JobPrint.cxx:135:11: note: Technically the member function 'ePDFView::JobPrint::getPrinterName' can be const.
epdfview-0.1.8/src/JobPrint.h:72:26: note: Technically the member function 'ePDFView::JobPrint::getPrinterName' can be const.
epdfview-0.1.8/src/JobPrint.h:73:26: style: Technically the member function 'ePDFView::JobPrint::getResolution' can be const. [functionConst]
epdfview-0.1.8/src/JobPrint.cxx:141:11: note: Technically the member function 'ePDFView::JobPrint::getResolution' can be const.
epdfview-0.1.8/src/JobPrint.h:73:26: note: Technically the member function 'ePDFView::JobPrint::getResolution' can be const.
epdfview-0.1.8/src/JobPrint.h:74:26: style: Technically the member function 'ePDFView::JobPrint::getTempFileName' can be const. [functionConst]
epdfview-0.1.8/src/JobPrint.cxx:147:11: note: Technically the member function 'ePDFView::JobPrint::getTempFileName' can be const.
epdfview-0.1.8/src/JobPrint.h:74:26: note: Technically the member function 'ePDFView::JobPrint::getTempFileName' can be const.
epdfview-0.1.8/src/JobPrint.h:107:19: style: Technically the member function 'ePDFView::JobPrint::getCurrentPage' can be const. [functionConst]
epdfview-0.1.8/src/JobPrint.cxx:79:11: note: Technically the member function 'ePDFView::JobPrint::getCurrentPage' can be const.
epdfview-0.1.8/src/JobPrint.h:107:19: note: Technically the member function 'ePDFView::JobPrint::getCurrentPage' can be const.
epdfview-0.1.8/src/JobPrint.h:108:20: style: Technically the member function 'ePDFView::JobPrint::getPageHeight' can be const. [functionConst]
epdfview-0.1.8/src/JobPrint.cxx:99:11: note: Technically the member function 'ePDFView::JobPrint::getPageHeight' can be const.
epdfview-0.1.8/src/JobPrint.h:108:20: note: Technically the member function 'ePDFView::JobPrint::getPageHeight' can be const.
epdfview-0.1.8/src/JobPrint.h:109:26: style: Technically the member function 'ePDFView::JobPrint::getPageRangeString' can be const. [functionConst]
epdfview-0.1.8/src/JobPrint.cxx:117:11: note: Technically the member function 'ePDFView::JobPrint::getPageRangeString' can be const.
epdfview-0.1.8/src/JobPrint.h:109:26: note: Technically the member function 'ePDFView::JobPrint::getPageRangeString' can be const.
epdfview-0.1.8/src/JobPrint.h:110:26: style: Technically the member function 'ePDFView::JobPrint::getPageSet' can be const. [functionConst]
epdfview-0.1.8/src/JobPrint.cxx:123:11: note: Technically the member function 'ePDFView::JobPrint::getPageSet' can be const.
epdfview-0.1.8/src/JobPrint.h:110:26: note: Technically the member function 'ePDFView::JobPrint::getPageSet' can be const.
epdfview-0.1.8/src/JobPrint.h:111:20: style: Technically the member function 'ePDFView::JobPrint::getPageWidth' can be const. [functionConst]
epdfview-0.1.8/src/JobPrint.cxx:129:11: note: Technically the member function 'ePDFView::JobPrint::getPageWidth' can be const.
epdfview-0.1.8/src/JobPrint.h:111:20: note: Technically the member function 'ePDFView::JobPrint::getPageWidth' can be const.
epdfview-0.1.8/src/JobRender.cxx:38:5: performance: Variable 'm_Age' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
epdfview-0.1.8/src/JobRender.cxx:41:5: performance: Variable 'm_PageNumber' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
epdfview-0.1.8/src/JobRender.h:38:21: style: Technically the member function 'ePDFView::JobRender::getAge' can be const. [functionConst]
epdfview-0.1.8/src/JobRender.cxx:76:12: note: Technically the member function 'ePDFView::JobRender::getAge' can be const.
epdfview-0.1.8/src/JobRender.h:38:21: note: Technically the member function 'ePDFView::JobRender::getAge' can be const.
epdfview-0.1.8/src/JobRender.h:41:18: style: Technically the member function 'ePDFView::JobRender::getPageNumber' can be const. [functionConst]
epdfview-0.1.8/src/JobRender.cxx:117:12: note: Technically the member function 'ePDFView::JobRender::getPageNumber' can be const.
epdfview-0.1.8/src/JobRender.h:41:18: note: Technically the member function 'ePDFView::JobRender::getPageNumber' can be const.
epdfview-0.1.8/src/JobSave.h:40:26: style: Technically the member function 'ePDFView::JobSave::getFileName' can be const. [functionConst]
epdfview-0.1.8/src/JobSave.cxx:80:10: note: Technically the member function 'ePDFView::JobSave::getFileName' can be const.
epdfview-0.1.8/src/JobSave.h:40:26: note: Technically the member function 'ePDFView::JobSave::getFileName' can be const.
epdfview-0.1.8/src/MainPter.cxx:35:11: warning: Member variable 'MainPter::m_Document' is not initialized in the constructor. [uninitMemberVar]
epdfview-0.1.8/src/MainPter.cxx:35:11: warning: Member variable 'MainPter::m_FindPter' is not initialized in the constructor. [uninitMemberVar]
epdfview-0.1.8/src/MainPter.cxx:35:11: warning: Member variable 'MainPter::m_PagePter' is not initialized in the constructor. [uninitMemberVar]
epdfview-0.1.8/src/MainPter.cxx:35:11: warning: Member variable 'MainPter::m_View' is not initialized in the constructor. [uninitMemberVar]
epdfview-0.1.8/src/MainPter.h:50:18: performance: Technically the member function 'ePDFView::MainPter::aboutBoxLinkActivated' can be static. [functionStatic]
epdfview-0.1.8/src/MainPter.cxx:304:11: note: Technically the member function 'ePDFView::MainPter::aboutBoxLinkActivated' can be static.
epdfview-0.1.8/src/MainPter.h:50:18: note: Technically the member function 'ePDFView::MainPter::aboutBoxLinkActivated' can be static.
epdfview-0.1.8/src/PDFDocument.cxx:686:37: style: Function 'saveFile' argument 1 names different: declaration 'fileName' definition 'filename'. [funcArgNamesDifferent]
epdfview-0.1.8/src/PDFDocument.h:56:45: note: Function 'saveFile' argument 1 names different: declaration 'fileName' definition 'filename'.
epdfview-0.1.8/src/PDFDocument.cxx:686:37: note: Function 'saveFile' argument 1 names different: declaration 'fileName' definition 'filename'.
epdfview-0.1.8/src/PDFDocument.cxx:773:48: style: Function 'getTextRegion' argument 1 names different: declaration 'rect' definition 'r'. [funcArgNamesDifferent]
epdfview-0.1.8/src/PDFDocument.h:57:58: note: Function 'getTextRegion' argument 1 names different: declaration 'rect' definition 'r'.
epdfview-0.1.8/src/PDFDocument.cxx:773:48: note: Function 'getTextRegion' argument 1 names different: declaration 'rect' definition 'r'.
epdfview-0.1.8/src/PagePter.cxx:120:36: style: Function 'mouseButtonPressed' argument 1 names different: declaration 'mouseButton' definition 'button'. [funcArgNamesDifferent]
epdfview-0.1.8/src/PagePter.h:46:43: note: Function 'mouseButtonPressed' argument 1 names different: declaration 'mouseButton' definition 'button'.
epdfview-0.1.8/src/PagePter.cxx:120:36: note: Function 'mouseButtonPressed' argument 1 names different: declaration 'mouseButton' definition 'button'.
epdfview-0.1.8/src/PagePter.cxx:154:37: style: Function 'mouseButtonReleased' argument 1 names different: declaration 'mouseButton' definition 'button'. [funcArgNamesDifferent]
epdfview-0.1.8/src/PagePter.h:47:44: note: Function 'mouseButtonReleased' argument 1 names different: declaration 'mouseButton' definition 'button'.
epdfview-0.1.8/src/PagePter.cxx:154:37: note: Function 'mouseButtonReleased' argument 1 names different: declaration 'mouseButton' definition 'button'.
epdfview-0.1.8/src/gtk/PreferencesView.h:26:13: style: Class 'PreferencesView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
epdfview-0.1.8/src/gtk/MainView.h:33:13: style: Class 'MainView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
epdfview-0.1.8/src/gtk/PageView.cxx:50:5: performance: Variable 'm_CurrentCursor' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
epdfview-0.1.8/src/gtk/PrintView.cxx:269:36: style: Function 'selectColorModel' argument 1 names different: declaration 'colorModeIndex' definition 'colorModelIndex'. [funcArgNamesDifferent]
epdfview-0.1.8/src/gtk/PrintView.h:55:50: note: Function 'selectColorModel' argument 1 names different: declaration 'colorModeIndex' definition 'colorModelIndex'.
epdfview-0.1.8/src/gtk/PrintView.cxx:269:36: note: Function 'selectColorModel' argument 1 names different: declaration 'colorModeIndex' definition 'colorModelIndex'.
epdfview-0.1.8/src/gtk/PrintView.h:26:13: style: Class 'PrintView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
epdfview-0.1.8/tests/DumbDocument.cxx:51:58: style: Function 'findTextInPage' argument 2 names different: declaration 'text' definition 'textToFind'. [funcArgNamesDifferent]
epdfview-0.1.8/tests/DumbDocument.h:31:63: note: Function 'findTextInPage' argument 2 names different: declaration 'text' definition 'textToFind'.
epdfview-0.1.8/tests/DumbDocument.cxx:51:58: note: Function 'findTextInPage' argument 2 names different: declaration 'text' definition 'textToFind'.
epdfview-0.1.8/tests/DumbDocument.cxx:30:5: performance: Variable 'm_Loaded' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
epdfview-0.1.8/tests/DumbDocument.cxx:31:5: performance: Variable 'm_OpenError' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
epdfview-0.1.8/tests/DumbDocumentObserver.cxx:28:5: performance: Variable 'm_CurrentPage' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
epdfview-0.1.8/tests/DumbDocumentObserver.cxx:31:5: performance: Variable 'm_NotifiedError' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
epdfview-0.1.8/tests/DumbDocumentObserver.cxx:32:5: performance: Variable 'm_NotifiedPassword' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
epdfview-0.1.8/tests/DumbDocumentObserver.cxx:33:5: performance: Variable 'm_NotifiedLoad' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
epdfview-0.1.8/tests/DumbDocumentObserver.cxx:34:5: performance: Variable 'm_NotifiedPageRotated' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
epdfview-0.1.8/tests/DumbDocumentObserver.cxx:35:5: performance: Variable 'm_NotifiedPageZoomed' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
epdfview-0.1.8/tests/DumbDocumentObserver.cxx:36:5: performance: Variable 'm_NotifiedReload' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
epdfview-0.1.8/tests/DumbFindView.cxx:27:5: style: Variable 'm_FindNextSensitive' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
epdfview-0.1.8/tests/DumbFindView.cxx:26:5: note: Variable 'm_FindNextSensitive' is reassigned a value before the old one has been used if variable is no semaphore variable.
epdfview-0.1.8/tests/DumbFindView.cxx:27:5: note: Variable 'm_FindNextSensitive' is reassigned a value before the old one has been used if variable is no semaphore variable.
epdfview-0.1.8/tests/DumbFindView.cxx:26:5: performance: Variable 'm_FindNextSensitive' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
epdfview-0.1.8/tests/DumbFindView.cxx:27:5: performance: Variable 'm_FindNextSensitive' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
epdfview-0.1.8/tests/DumbMainView.cxx:34:5: performance: Variable 'm_CurrentPage' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
epdfview-0.1.8/tests/DumbMainView.h:31:13: style: Class 'DumbMainView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
epdfview-0.1.8/tests/DumbPageView.cxx:26:5: performance: Variable 'm_HorizontalScroll' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
epdfview-0.1.8/tests/DumbPageView.cxx:27:5: performance: Variable 'm_VerticalScroll' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
epdfview-0.1.8/tests/DumbPrintView.cxx:26:5: performance: Variable 'm_AllPagesRangeOptionSelected' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
epdfview-0.1.8/tests/DumbPrintView.cxx:27:5: performance: Variable 'm_NumberOfCopies' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
epdfview-0.1.8/tests/DumbPrintView.cxx:28:5: performance: Variable 'm_SensitiveCollate' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
epdfview-0.1.8/tests/DumbPrintView.cxx:29:5: performance: Variable 'm_SensitivePageRange' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
epdfview-0.1.8/tests/FindPterTest.h:25:5: style: The class 'FindPterTest' does not have a constructor although it has private member variables. [noConstructor]
epdfview-0.1.8/tests/MainPterTest.h:25:5: style: The class 'MainPterTest' does not have a constructor although it has private member variables. [noConstructor]
epdfview-0.1.8/tests/PDFDocumentTest.h:25:5: style: The class 'PDFDocumentTest' does not have a constructor although it has private member variables. [noConstructor]
[17:43]

ftp://ftp.se.debian.org/debian/pool/main/e/eperl/eperl_2.2.14.orig.tar.gz
eperl-2.2.14/eperl_http.c:115:11: style: The scope of the variable 'cp1' can be reduced. [variableScope]
eperl-2.2.14/eperl_http.c:144:11: style: The scope of the variable 'cp1' can be reduced. [variableScope]
eperl-2.2.14/eperl_http.c:213:11: style: The scope of the variable 'cpe' can be reduced. [variableScope]
eperl-2.2.14/eperl_http.c:259:10: style: The scope of the variable 'newurl' can be reduced. [variableScope]
eperl-2.2.14/eperl_http.c:265:11: style: The scope of the variable 'cp2' can be reduced. [variableScope]
eperl-2.2.14/eperl_http.c:242:13: warning: Char literal compared with pointer 'cps'. Did you intend to dereference it? [charLiteralWithCharPtrCompare]
eperl-2.2.14/eperl_http.c:181:10: style: Variable 'tm' is assigned a value that is never used. [unreadVariable]
eperl-2.2.14/eperl_main.c:56:11: style: The scope of the variable 'cp' can be reduced. [variableScope]
eperl-2.2.14/eperl_perl5.c:137:11: style: The scope of the variable 'cp' can be reduced. [variableScope]
eperl-2.2.14/eperl_pp.c:81:9: style: The scope of the variable 'n' can be reduced. [variableScope]
eperl-2.2.14/eperl_pp.c:88:11: style: The scope of the variable 'fp' can be reduced. [variableScope]
eperl-2.2.14/eperl_pp.c:138:22: error: Common realloc mistake: 'cpInBuf' nulled but not freed upon failure [memleakOnRealloc]
eperl-2.2.14/eperl_sys.c:377:17: style: The scope of the variable 'file' can be reduced. [variableScope]
eperl-2.2.14/eperl_sys.c:378:11: style: The scope of the variable 'cp' can be reduced. [variableScope]
eperl-2.2.14/eperl_sys.c:395:11: style: The scope of the variable 'cp' can be reduced. [variableScope]
eperl-2.2.14/eperl_sys.c:410:17: style: The scope of the variable 'apath' can be reduced. [variableScope]
eperl-2.2.14/eperl_sys.c:411:17: style: The scope of the variable 'cwd' can be reduced. [variableScope]
eperl-2.2.14/eperl_sys.c:412:11: style: The scope of the variable 'cp' can be reduced. [variableScope]
eperl-2.2.14/eperl_sys.c:305:5: error: Resource leak: fp [resourceLeak]
[17:43]

ftp://ftp.se.debian.org/debian/pool/main/e/ephoto/ephoto_1.5.orig.tar.xz
ephoto-1.5/src/bin/ephoto_bcg.c:25:42: style: The scope of the variable 'p1' can be reduced. [variableScope]
ephoto-1.5/src/bin/ephoto_bcg.c:25:47: style: The scope of the variable 'p2' can be reduced. [variableScope]
ephoto-1.5/src/bin/ephoto_bcg.c:76:42: style: The scope of the variable 'p1' can be reduced. [variableScope]
ephoto-1.5/src/bin/ephoto_bcg.c:76:47: style: The scope of the variable 'p2' can be reduced. [variableScope]
ephoto-1.5/src/bin/ephoto_bcg.c:131:42: style: The scope of the variable 'p1' can be reduced. [variableScope]
ephoto-1.5/src/bin/ephoto_bcg.c:131:47: style: The scope of the variable 'p2' can be reduced. [variableScope]
ephoto-1.5/src/bin/ephoto_bcg.c:245:18: style: The scope of the variable 'image_data' can be reduced. [variableScope]
ephoto-1.5/src/bin/ephoto_bcg.c:390:3: style: Label 'error' is not used. [unusedLabel]
ephoto-1.5/src/bin/ephoto_bcg.c:190:4: error: Return value of allocation function '_ephoto_bcg_adjust_gamma' is not stored. [leakReturnValNotUsed]
ephoto-1.5/src/bin/ephoto_bcg.c:205:4: error: Return value of allocation function '_ephoto_bcg_adjust_gamma' is not stored. [leakReturnValNotUsed]
ephoto-1.5/src/bin/ephoto_bcg.c:220:4: error: Return value of allocation function '_ephoto_bcg_adjust_contrast' is not stored. [leakReturnValNotUsed]
ephoto-1.5/src/bin/ephoto_bcg.c:191:0: error: Memory leak: image_data_two [memleak]
ephoto-1.5/src/bin/ephoto_bcg.c:206:0: error: Memory leak: image_data_two [memleak]
ephoto-1.5/src/bin/ephoto_bcg.c:221:0: error: Memory leak: image_data_two [memleak]
ephoto-1.5/src/bin/ephoto_color.c:32:42: style: The scope of the variable 'p1' can be reduced. [variableScope]
ephoto-1.5/src/bin/ephoto_color.c:32:47: style: The scope of the variable 'p2' can be reduced. [variableScope]
ephoto-1.5/src/bin/ephoto_color.c:158:18: style: The scope of the variable 'image_data' can be reduced. [variableScope]
ephoto-1.5/src/bin/ephoto_color.c:303:3: style: Label 'error' is not used. [unusedLabel]
ephoto-1.5/src/bin/ephoto_color.c:105:4: error: Return value of allocation function '_ephoto_apply_color_adjustment' is not stored. [leakReturnValNotUsed]
ephoto-1.5/src/bin/ephoto_color.c:119:4: error: Return value of allocation function '_ephoto_apply_color_adjustment' is not stored. [leakReturnValNotUsed]
ephoto-1.5/src/bin/ephoto_color.c:133:4: error: Return value of allocation function '_ephoto_apply_color_adjustment' is not stored. [leakReturnValNotUsed]
ephoto-1.5/src/bin/ephoto_color.c:106:0: error: Memory leak: image_data_two [memleak]
ephoto-1.5/src/bin/ephoto_color.c:120:0: error: Memory leak: image_data_two [memleak]
ephoto-1.5/src/bin/ephoto_color.c:134:0: error: Memory leak: image_data_two [memleak]
ephoto-1.5/src/bin/ephoto_config.c:265:4: performance: Buffer 'buf' is being written before its old content has been used. [redundantCopy]
ephoto-1.5/src/bin/ephoto_config.c:264:4: note: Buffer 'buf' is being written before its old content has been used.
ephoto-1.5/src/bin/ephoto_config.c:265:4: note: Buffer 'buf' is being written before its old content has been used.
ephoto-1.5/src/bin/ephoto_config.c:277:4: performance: Buffer 'buf' is being written before its old content has been used. [redundantCopy]
ephoto-1.5/src/bin/ephoto_config.c:276:4: note: Buffer 'buf' is being written before its old content has been used.
ephoto-1.5/src/bin/ephoto_config.c:277:4: note: Buffer 'buf' is being written before its old content has been used.
ephoto-1.5/src/bin/ephoto_config.c:672:28: style: Function 'ephoto_config_main' argument 1 names different: declaration 'em' definition 'ephoto'. [funcArgNamesDifferent]
ephoto-1.5/src/bin/ephoto.h:67:33: note: Function 'ephoto_config_main' argument 1 names different: declaration 'em' definition 'ephoto'.
ephoto-1.5/src/bin/ephoto_config.c:672:28: note: Function 'ephoto_config_main' argument 1 names different: declaration 'em' definition 'ephoto'.
ephoto-1.5/src/bin/ephoto_config.c:761:28: style: Function 'ephoto_config_save' argument 1 names different: declaration 'em' definition 'ephoto'. [funcArgNamesDifferent]
ephoto-1.5/src/bin/ephoto.h:65:33: note: Function 'ephoto_config_save' argument 1 names different: declaration 'em' definition 'ephoto'.
ephoto-1.5/src/bin/ephoto_config.c:761:28: note: Function 'ephoto_config_save' argument 1 names different: declaration 'em' definition 'ephoto'.
ephoto-1.5/src/bin/ephoto_config.c:767:28: style: Function 'ephoto_config_free' argument 1 names different: declaration 'em' definition 'ephoto'. [funcArgNamesDifferent]
ephoto-1.5/src/bin/ephoto.h:66:33: note: Function 'ephoto_config_free' argument 1 names different: declaration 'em' definition 'ephoto'.
ephoto-1.5/src/bin/ephoto_config.c:767:28: note: Function 'ephoto_config_free' argument 1 names different: declaration 'em' definition 'ephoto'.
ephoto-1.5/src/bin/ephoto_config.c:774:28: style: Function 'ephoto_config_init' argument 1 names different: declaration 'em' definition 'ephoto'. [funcArgNamesDifferent]
ephoto-1.5/src/bin/ephoto.h:64:38: note: Function 'ephoto_config_init' argument 1 names different: declaration 'em' definition 'ephoto'.
ephoto-1.5/src/bin/ephoto_config.c:774:28: note: Function 'ephoto_config_init' argument 1 names different: declaration 'em' definition 'ephoto'.
ephoto-1.5/src/bin/ephoto_cropper.c:746:3: style: Label 'error' is not used. [unusedLabel]
ephoto-1.5/src/bin/ephoto_cropper.c:48:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ephoto-1.5/src/bin/ephoto_cropper.c:91:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ephoto-1.5/src/bin/ephoto_cropper.c:99:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ephoto-1.5/src/bin/ephoto_cropper.c:142:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ephoto-1.5/src/bin/ephoto_cropper.c:150:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ephoto-1.5/src/bin/ephoto_cropper.c:166:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ephoto-1.5/src/bin/ephoto_cropper.c:272:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ephoto-1.5/src/bin/ephoto_cropper.c:343:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ephoto-1.5/src/bin/ephoto_cropper.c:409:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ephoto-1.5/src/bin/ephoto_cropper.c:485:8: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ephoto-1.5/src/bin/ephoto_cropper.c:579:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ephoto-1.5/src/bin/ephoto_directory_browser.c:792:34: warning: Either the condition 'if(freedir)' is redundant or there is possible null pointer dereference: freedir. [nullPointerRedundantCheck]
ephoto-1.5/src/bin/ephoto_directory_browser.c:793:7: note: Assuming that condition 'if(freedir)' is not redundant
ephoto-1.5/src/bin/ephoto_directory_browser.c:792:34: note: Null pointer dereference
ephoto-1.5/src/bin/ephoto_directory_browser.c:934:34: warning: Either the condition 'if(freedir)' is redundant or there is possible null pointer dereference: freedir. [nullPointerRedundantCheck]
ephoto-1.5/src/bin/ephoto_directory_browser.c:935:7: note: Assuming that condition 'if(freedir)' is not redundant
ephoto-1.5/src/bin/ephoto_directory_browser.c:934:34: note: Null pointer dereference
ephoto-1.5/src/bin/ephoto_directory_browser.c:1246:19: style: Variable 'dir' is reassigned a value before the old one has been used. [redundantAssignment]
ephoto-1.5/src/bin/ephoto_directory_browser.c:1245:19: note: Variable 'dir' is reassigned a value before the old one has been used.
ephoto-1.5/src/bin/ephoto_directory_browser.c:1246:19: note: Variable 'dir' is reassigned a value before the old one has been used.
ephoto-1.5/src/bin/ephoto_directory_browser.c:1249:19: performance: Buffer 'path' is being written before its old content has been used. [redundantCopy]
ephoto-1.5/src/bin/ephoto_directory_browser.c:1248:19: note: Buffer 'path' is being written before its old content has been used.
ephoto-1.5/src/bin/ephoto_directory_browser.c:1249:19: note: Buffer 'path' is being written before its old content has been used.
ephoto-1.5/src/bin/ephoto_directory_browser.c:70:18: style: The scope of the variable 'file' can be reduced. [variableScope]
ephoto-1.5/src/bin/ephoto_directory_browser.c:784:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
ephoto-1.5/src/bin/ephoto_directory_browser.c:926:34: style: The scope of the variable 'ic' can be reduced. [variableScope]
ephoto-1.5/src/bin/ephoto_directory_browser.c:927:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
ephoto-1.5/src/bin/ephoto_directory_browser.c:1183:25: style: The scope of the variable 'handler' can be reduced. [variableScope]
ephoto-1.5/src/bin/ephoto_directory_browser.c:1231:9: style: The scope of the variable 'path' can be reduced. [variableScope]
ephoto-1.5/src/bin/ephoto_directory_browser.c:1402:3: style: Label 'error' is not used. [unusedLabel]
ephoto-1.5/src/bin/ephoto_editor.c:96:57: style: Function 'ephoto_editor_del' argument 2 names different: declaration 'parent' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
ephoto-1.5/src/bin/ephoto.h:135:55: note: Function 'ephoto_editor_del' argument 2 names different: declaration 'parent' definition 'EINA_UNUSED'.
ephoto-1.5/src/bin/ephoto_editor.c:96:57: note: Function 'ephoto_editor_del' argument 2 names different: declaration 'parent' definition 'EINA_UNUSED'.
ephoto-1.5/src/bin/ephoto_file.c:299:10: style: The scope of the variable 'linkf' can be reduced. [variableScope]
ephoto-1.5/src/bin/ephoto_file.c:299:18: style: The scope of the variable 'linkl' can be reduced. [variableScope]
ephoto-1.5/src/bin/ephoto_file.c:586:9: style: The scope of the variable 'msg' can be reduced. [variableScope]
ephoto-1.5/src/bin/ephoto_file.c:619:42: style: The scope of the variable 'extra' can be reduced. [variableScope]
ephoto-1.5/src/bin/ephoto_file.c:681:42: style: The scope of the variable 'extra' can be reduced. [variableScope]
ephoto-1.5/src/bin/ephoto_file.c:745:12: style: The scope of the variable 'dest' can be reduced. [variableScope]
ephoto-1.5/src/bin/ephoto_file.c:745:28: style: The scope of the variable 'fp' can be reduced. [variableScope]
ephoto-1.5/src/bin/ephoto_file.c:745:42: style: The scope of the variable 'extra' can be reduced. [variableScope]
ephoto-1.5/src/bin/ephoto_file.c:746:11: style: The scope of the variable 'ret' can be reduced. [variableScope]
ephoto-1.5/src/bin/ephoto_file.c:816:44: style: The scope of the variable 'extra' can be reduced. [variableScope]
ephoto-1.5/src/bin/ephoto_file.c:817:13: style: The scope of the variable 'ret' can be reduced. [variableScope]
ephoto-1.5/src/bin/ephoto_file.c:1013:26: style: The scope of the variable 'ext' can be reduced. [variableScope]
ephoto-1.5/src/bin/ephoto_filters.c:508:18: style: The scope of the variable 'p1' can be reduced. [variableScope]
ephoto-1.5/src/bin/ephoto_filters.c:508:23: style: The scope of the variable 'p2' can be reduced. [variableScope]
ephoto-1.5/src/bin/ephoto_filters.c:508:28: style: The scope of the variable 'p3' can be reduced. [variableScope]
ephoto-1.5/src/bin/ephoto_filters.c:876:18: style: The scope of the variable 'p' can be reduced. [variableScope]
ephoto-1.5/src/bin/ephoto_filters.c:930:18: style: The scope of the variable 'p' can be reduced. [variableScope]
ephoto-1.5/src/bin/ephoto_filters.c:978:23: style: The scope of the variable 'p2' can be reduced. [variableScope]
ephoto-1.5/src/bin/ephoto_hsv.c:24:42: style: The scope of the variable 'p1' can be reduced. [variableScope]
ephoto-1.5/src/bin/ephoto_hsv.c:24:47: style: The scope of the variable 'p2' can be reduced. [variableScope]
ephoto-1.5/src/bin/ephoto_hsv.c:80:42: style: The scope of the variable 'p1' can be reduced. [variableScope]
ephoto-1.5/src/bin/ephoto_hsv.c:80:47: style: The scope of the variable 'p2' can be reduced. [variableScope]
ephoto-1.5/src/bin/ephoto_hsv.c:136:42: style: The scope of the variable 'p1' can be reduced. [variableScope]
ephoto-1.5/src/bin/ephoto_hsv.c:136:47: style: The scope of the variable 'p2' can be reduced. [variableScope]
ephoto-1.5/src/bin/ephoto_hsv.c:252:18: style: The scope of the variable 'image_data' can be reduced. [variableScope]
ephoto-1.5/src/bin/ephoto_hsv.c:396:3: style: Label 'error' is not used. [unusedLabel]
ephoto-1.5/src/bin/ephoto_hsv.c:199:4: error: Return value of allocation function '_ephoto_hsv_adjust_value' is not stored. [leakReturnValNotUsed]
ephoto-1.5/src/bin/ephoto_hsv.c:213:4: error: Return value of allocation function '_ephoto_hsv_adjust_value' is not stored. [leakReturnValNotUsed]
ephoto-1.5/src/bin/ephoto_hsv.c:227:4: error: Return value of allocation function '_ephoto_hsv_adjust_saturation' is not stored. [leakReturnValNotUsed]
ephoto-1.5/src/bin/ephoto_hsv.c:200:0: error: Memory leak: image_data_two [memleak]
ephoto-1.5/src/bin/ephoto_hsv.c:214:0: error: Memory leak: image_data_two [memleak]
ephoto-1.5/src/bin/ephoto_hsv.c:228:0: error: Memory leak: image_data_two [memleak]
ephoto-1.5/src/bin/ephoto_main.c:844:34: warning: Either the condition 'if(freedir)' is redundant or there is possible null pointer dereference: freedir. [nullPointerRedundantCheck]
ephoto-1.5/src/bin/ephoto_main.c:845:7: note: Assuming that condition 'if(freedir)' is not redundant
ephoto-1.5/src/bin/ephoto_main.c:844:34: note: Null pointer dereference
ephoto-1.5/src/bin/ephoto_main.c:55:26: style: The scope of the variable 'it' can be reduced. [variableScope]
ephoto-1.5/src/bin/ephoto_main.c:647:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
ephoto-1.5/src/bin/ephoto_main.c:807:18: style: The scope of the variable 'entry' can be reduced. [variableScope]
ephoto-1.5/src/bin/ephoto_main.c:926:25: style: The scope of the variable 'handler' can be reduced. [variableScope]
ephoto-1.5/src/bin/ephoto_main.c:1177:25: style: The scope of the variable 'handler' can be reduced. [variableScope]
ephoto-1.5/src/bin/ephoto_main.c:1178:15: style: The scope of the variable 'node' can be reduced. [variableScope]
ephoto-1.5/src/bin/ephoto_red_eye.c:121:18: style: The scope of the variable 'image_data' can be reduced. [variableScope]
ephoto-1.5/src/bin/ephoto_red_eye.c:244:3: style: Label 'error' is not used. [unusedLabel]
ephoto-1.5/src/bin/ephoto_scale.c:131:4: style: Variable 'alpha' is reassigned a value before the old one has been used. [redundantAssignment]
ephoto-1.5/src/bin/ephoto_scale.c:125:4: note: Variable 'alpha' is reassigned a value before the old one has been used.
ephoto-1.5/src/bin/ephoto_scale.c:131:4: note: Variable 'alpha' is reassigned a value before the old one has been used.
ephoto-1.5/src/bin/ephoto_scale.c:272:3: style: Label 'error' is not used. [unusedLabel]
ephoto-1.5/src/bin/ephoto_single_browser.c:1711:4: style: Variable 'itc' is reassigned a value before the old one has been used. [redundantAssignment]
ephoto-1.5/src/bin/ephoto_single_browser.c:1708:0: note: Variable 'itc' is reassigned a value before the old one has been used.
ephoto-1.5/src/bin/ephoto_single_browser.c:1711:4: note: Variable 'itc' is reassigned a value before the old one has been used.
ephoto-1.5/src/bin/ephoto_single_browser.c:1718:4: style: Variable 'itc2' is reassigned a value before the old one has been used. [redundantAssignment]
ephoto-1.5/src/bin/ephoto_single_browser.c:1709:0: note: Variable 'itc2' is reassigned a value before the old one has been used.
ephoto-1.5/src/bin/ephoto_single_browser.c:1718:4: note: Variable 'itc2' is reassigned a value before the old one has been used.
ephoto-1.5/src/bin/ephoto_single_browser.c:1752:4: style: Variable 'itc' is reassigned a value before the old one has been used. [redundantAssignment]
ephoto-1.5/src/bin/ephoto_single_browser.c:1749:0: note: Variable 'itc' is reassigned a value before the old one has been used.
ephoto-1.5/src/bin/ephoto_single_browser.c:1752:4: note: Variable 'itc' is reassigned a value before the old one has been used.
ephoto-1.5/src/bin/ephoto_single_browser.c:141:56: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
ephoto-1.5/src/bin/ephoto_single_browser.c:148:9: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
ephoto-1.5/src/bin/ephoto_single_browser.c:154:7: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
ephoto-1.5/src/bin/ephoto_single_browser.c:160:5: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
ephoto-1.5/src/bin/ephoto_single_browser.c:165:7: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
ephoto-1.5/src/bin/ephoto_single_browser.c:292:25: style: The scope of the variable 'handler' can be reduced. [variableScope]
ephoto-1.5/src/bin/ephoto_single_browser.c:502:15: style: The scope of the variable 'l' can be reduced. [variableScope]
ephoto-1.5/src/bin/ephoto_single_browser.c:1707:17: style: The scope of the variable 'ic' can be reduced. [variableScope]
ephoto-1.5/src/bin/ephoto_single_browser.c:2111:20: style: The scope of the variable 'eh' can be reduced. [variableScope]
ephoto-1.5/src/bin/ephoto_single_browser.c:2189:19: style: The scope of the variable 'v' can be reduced. [variableScope]
ephoto-1.5/src/bin/ephoto_single_browser.c:2305:20: style: The scope of the variable 'eh' can be reduced. [variableScope]
ephoto-1.5/src/bin/ephoto_single_browser.c:2306:15: style: The scope of the variable 'l' can be reduced. [variableScope]
ephoto-1.5/src/bin/ephoto_single_browser.c:2307:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
ephoto-1.5/src/bin/ephoto_single_browser.c:2590:3: style: Label 'error' is not used. [unusedLabel]
ephoto-1.5/src/bin/ephoto_single_browser.c:1934:29: warning: Function '_ephoto_main_key_down' argument order different: declaration 'data, EINA_UNUSED, EINA_UNUSED, EINA_UNUSED' definition 'data, EINA_UNUSED, EINA_UNUSED, event_info' [funcArgOrderDifferent]
ephoto-1.5/src/bin/ephoto_single_browser.c:66:41: note: Function '_ephoto_main_key_down' argument order different: declaration 'data, EINA_UNUSED, EINA_UNUSED, EINA_UNUSED' definition 'data, EINA_UNUSED, EINA_UNUSED, event_info'
ephoto-1.5/src/bin/ephoto_single_browser.c:1934:29: note: Function '_ephoto_main_key_down' argument order different: declaration 'data, EINA_UNUSED, EINA_UNUSED, EINA_UNUSED' definition 'data, EINA_UNUSED, EINA_UNUSED, event_info'
ephoto-1.5/src/bin/ephoto_slideshow.c:906:3: style: Label 'error' is not used. [unusedLabel]
ephoto-1.5/src/bin/ephoto_slideshow.c:370:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ephoto-1.5/src/bin/ephoto_slideshow.c:434:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ephoto-1.5/src/bin/ephoto_thumb.c:131:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
ephoto-1.5/src/bin/ephoto_thumb.c:242:8: style: The scope of the variable 'objid' can be reduced. [variableScope]
ephoto-1.5/src/bin/ephoto_thumb.c:243:10: style: The scope of the variable 'icon' can be reduced. [variableScope]
ephoto-1.5/src/bin/ephoto_thumb.c:245:17: style: The scope of the variable 'obj' can be reduced. [variableScope]
ephoto-1.5/src/bin/ephoto_thumb.c:335:30: style: Function '_e_thumb_del_hook' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
ephoto-1.5/src/bin/ephoto_thumb.c:22:45: note: Function '_e_thumb_del_hook' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
ephoto-1.5/src/bin/ephoto_thumb.c:335:30: note: Function '_e_thumb_del_hook' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
ephoto-1.5/src/bin/ephoto_thumb.c:335:51: style: Function '_e_thumb_del_hook' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
ephoto-1.5/src/bin/ephoto_thumb.c:22:57: note: Function '_e_thumb_del_hook' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
ephoto-1.5/src/bin/ephoto_thumb.c:335:51: note: Function '_e_thumb_del_hook' argument 2 names different: declaration 'e' definition 'EINA_UNUSED'.
ephoto-1.5/src/bin/ephoto_thumb.c:335:99: style: Function '_e_thumb_del_hook' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
ephoto-1.5/src/bin/ephoto_thumb.c:22:84: note: Function '_e_thumb_del_hook' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
ephoto-1.5/src/bin/ephoto_thumb.c:335:99: note: Function '_e_thumb_del_hook' argument 4 names different: declaration 'event_info' definition 'EINA_UNUSED'.
ephoto-1.5/src/bin/ephoto_thumb.c:401:29: style: Function '_e_thumb_cb_kill' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
ephoto-1.5/src/bin/ephoto_thumb.c:28:44: note: Function '_e_thumb_cb_kill' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
ephoto-1.5/src/bin/ephoto_thumb.c:401:29: note: Function '_e_thumb_cb_kill' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
ephoto-1.5/src/bin/ephoto_thumb.c:413:38: style: Function '_e_thumb_cb_exe_event_del' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
ephoto-1.5/src/bin/ephoto_thumb.c:29:53: note: Function '_e_thumb_cb_exe_event_del' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
ephoto-1.5/src/bin/ephoto_thumb.c:413:38: note: Function '_e_thumb_cb_exe_event_del' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
ephoto-1.5/src/bin/ephoto_thumb.c:413:60: style: Function '_e_thumb_cb_exe_event_del' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
ephoto-1.5/src/bin/ephoto_thumb.c:29:63: note: Function '_e_thumb_cb_exe_event_del' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
ephoto-1.5/src/bin/ephoto_thumb.c:413:60: note: Function '_e_thumb_cb_exe_event_del' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
ephoto-1.5/src/bin/ephoto_thumb.c:310:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ephoto-1.5/src/bin/ephoto_thumb_browser.c:1755:9: style: Variable 'it' is reassigned a value before the old one has been used. [redundantAssignment]
ephoto-1.5/src/bin/ephoto_thumb_browser.c:1753:0: note: Variable 'it' is reassigned a value before the old one has been used.
ephoto-1.5/src/bin/ephoto_thumb_browser.c:1755:9: note: Variable 'it' is reassigned a value before the old one has been used.
ephoto-1.5/src/bin/ephoto_thumb_browser.c:1084:9: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
ephoto-1.5/src/bin/ephoto_thumb_browser.c:1093:63: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
ephoto-1.5/src/bin/ephoto_thumb_browser.c:1100:21: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
ephoto-1.5/src/bin/ephoto_thumb_browser.c:1106:26: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
ephoto-1.5/src/bin/ephoto_thumb_browser.c:1112:31: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
ephoto-1.5/src/bin/ephoto_thumb_browser.c:1117:42: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
ephoto-1.5/src/bin/ephoto_thumb_browser.c:101:18: style: The scope of the variable 'file' can be reduced. [variableScope]
ephoto-1.5/src/bin/ephoto_thumb_browser.c:130:10: style: The scope of the variable 'dir' can be reduced. [variableScope]
ephoto-1.5/src/bin/ephoto_thumb_browser.c:738:18: style: The scope of the variable 'file' can be reduced. [variableScope]
ephoto-1.5/src/bin/ephoto_thumb_browser.c:771:18: style: The scope of the variable 'file' can be reduced. [variableScope]
ephoto-1.5/src/bin/ephoto_thumb_browser.c:839:18: style: The scope of the variable 'file' can be reduced. [variableScope]
ephoto-1.5/src/bin/ephoto_thumb_browser.c:928:26: style: The scope of the variable 'it' can be reduced. [variableScope]
ephoto-1.5/src/bin/ephoto_thumb_browser.c:1067:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
ephoto-1.5/src/bin/ephoto_thumb_browser.c:1068:9: style: The scope of the variable 'isize' can be reduced. [variableScope]
ephoto-1.5/src/bin/ephoto_thumb_browser.c:1069:9: style: The scope of the variable 'image_info' can be reduced. [variableScope]
ephoto-1.5/src/bin/ephoto_thumb_browser.c:1070:11: style: The scope of the variable 'totsize' can be reduced. [variableScope]
ephoto-1.5/src/bin/ephoto_thumb_browser.c:1154:15: style: The scope of the variable 'l' can be reduced. [variableScope]
ephoto-1.5/src/bin/ephoto_thumb_browser.c:2191:3: style: Label 'error' is not used. [unusedLabel]
ephoto-1.5/src/bin/ephoto_thumb_browser.c:1673:29: warning: Function '_ephoto_main_key_down' argument order different: declaration 'data, EINA_UNUSED, EINA_UNUSED, EINA_UNUSED' definition 'data, EINA_UNUSED, EINA_UNUSED, event_info' [funcArgOrderDifferent]
ephoto-1.5/src/bin/ephoto_thumb_browser.c:66:41: note: Function '_ephoto_main_key_down' argument order different: declaration 'data, EINA_UNUSED, EINA_UNUSED, EINA_UNUSED' definition 'data, EINA_UNUSED, EINA_UNUSED, event_info'
ephoto-1.5/src/bin/ephoto_thumb_browser.c:1673:29: note: Function '_ephoto_main_key_down' argument order different: declaration 'data, EINA_UNUSED, EINA_UNUSED, EINA_UNUSED' definition 'data, EINA_UNUSED, EINA_UNUSED, event_info'
ephoto-1.5/src/bin/ephoto_thumbnailer.c:655:30: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
ephoto-1.5/src/bin/ephoto_thumbnailer.c:644:28: note: outer condition: i<80
ephoto-1.5/src/bin/ephoto_thumbnailer.c:655:30: note: identical inner condition: i<80
ephoto-1.5/src/bin/ephoto_thumbnailer.c:121:63: warning: Either the condition '!port_str' is redundant or there is possible null pointer dereference: port_str. [nullPointerRedundantCheck]
ephoto-1.5/src/bin/ephoto_thumbnailer.c:119:9: note: Assuming that condition '!port_str' is not redundant
ephoto-1.5/src/bin/ephoto_thumbnailer.c:121:63: note: Null pointer dereference
ephoto-1.5/src/bin/ephoto_thumbnailer.c:233:13: style: The scope of the variable 'eth' can be reduced. [variableScope]
ephoto-1.5/src/bin/ephoto_thumbnailer.c:140:33: style: Function '_e_ipc_cb_server_add' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
ephoto-1.5/src/bin/ephoto_thumbnailer.c:28:45: note: Function '_e_ipc_cb_server_add' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
ephoto-1.5/src/bin/ephoto_thumbnailer.c:140:33: note: Function '_e_ipc_cb_server_add' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
ephoto-1.5/src/bin/ephoto_thumbnailer.c:141:33: style: Function '_e_ipc_cb_server_add' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
ephoto-1.5/src/bin/ephoto_thumbnailer.c:29:43: note: Function '_e_ipc_cb_server_add' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
ephoto-1.5/src/bin/ephoto_thumbnailer.c:141:33: note: Function '_e_ipc_cb_server_add' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
ephoto-1.5/src/bin/ephoto_thumbnailer.c:155:34: style: Function '_e_ipc_cb_server_del' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
ephoto-1.5/src/bin/ephoto_thumbnailer.c:31:45: note: Function '_e_ipc_cb_server_del' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
ephoto-1.5/src/bin/ephoto_thumbnailer.c:155:34: note: Function '_e_ipc_cb_server_del' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
ephoto-1.5/src/bin/ephoto_thumbnailer.c:156:34: style: Function '_e_ipc_cb_server_del' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
ephoto-1.5/src/bin/ephoto_thumbnailer.c:32:43: note: Function '_e_ipc_cb_server_del' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
ephoto-1.5/src/bin/ephoto_thumbnailer.c:156:34: note: Function '_e_ipc_cb_server_del' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
ephoto-1.5/src/bin/ephoto_thumbnailer.c:157:34: style: Function '_e_ipc_cb_server_del' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
ephoto-1.5/src/bin/ephoto_thumbnailer.c:33:45: note: Function '_e_ipc_cb_server_del' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
ephoto-1.5/src/bin/ephoto_thumbnailer.c:157:34: note: Function '_e_ipc_cb_server_del' argument 3 names different: declaration 'event' definition 'EINA_UNUSED'.
ephoto-1.5/src/bin/ephoto_thumbnailer.c:165:34: style: Function '_e_ipc_cb_server_data' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
ephoto-1.5/src/bin/ephoto_thumbnailer.c:34:46: note: Function '_e_ipc_cb_server_data' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
ephoto-1.5/src/bin/ephoto_thumbnailer.c:165:34: note: Function '_e_ipc_cb_server_data' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
ephoto-1.5/src/bin/ephoto_thumbnailer.c:166:34: style: Function '_e_ipc_cb_server_data' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
ephoto-1.5/src/bin/ephoto_thumbnailer.c:35:44: note: Function '_e_ipc_cb_server_data' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
ephoto-1.5/src/bin/ephoto_thumbnailer.c:166:34: note: Function '_e_ipc_cb_server_data' argument 2 names different: declaration 'type' definition 'EINA_UNUSED'.
ephoto-1.5/src/bin/ephoto_thumbnailer.c:231:24: style: Function '_e_cb_timer' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'. [funcArgNamesDifferent]
ephoto-1.5/src/bin/ephoto_thumbnailer.c:37:36: note: Function '_e_cb_timer' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
ephoto-1.5/src/bin/ephoto_thumbnailer.c:231:24: note: Function '_e_cb_timer' argument 1 names different: declaration 'data' definition 'EINA_UNUSED'.
ephoto-1.5/src/bin/ephoto_thumbnailer.c:260:18: style: struct member '_Color::closest' is never used. [unusedStructMember]
ephoto-1.5/src/bin/ephoto_thumbnailer.c:261:18: style: struct member '_Color::closest_dist' is never used. [unusedStructMember]
ephoto-1.5/src/bin/ephoto_thumbnailer.c:262:18: style: struct member '_Color::use' is never used. [unusedStructMember]
ephoto-1.5/src/bin/ephoto_thumbnailer.c:263:18: style: struct member '_Color::r' is never used. [unusedStructMember]
ephoto-1.5/src/bin/ephoto_thumbnailer.c:263:21: style: struct member '_Color::g' is never used. [unusedStructMember]
ephoto-1.5/src/bin/ephoto_thumbnailer.c:263:24: style: struct member '_Color::b' is never used. [unusedStructMember]
ephoto-1.5/src/bin/ephoto_thumbnailer.c:701:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
[17:43]

ftp://ftp.se.debian.org/debian/pool/main/e/epic4/epic4_2.10.6.orig.tar.xz
epic4-2.10.6/contrib/cdrom.c:159:5: style: The scope of the variable 'tn' can be reduced. [variableScope]
epic4-2.10.6/contrib/cdrom.c:160:7: style: The scope of the variable 'trackn' can be reduced. [variableScope]
epic4-2.10.6/contrib/cdrom.c:161:15: style: The scope of the variable 'first' can be reduced. [variableScope]
epic4-2.10.6/contrib/cdrom.c:161:22: style: The scope of the variable 'last' can be reduced. [variableScope]
epic4-2.10.6/contrib/cdrom.c:239:7: style: The scope of the variable 'left' can be reduced. [variableScope]
epic4-2.10.6/contrib/cdrom.c:239:14: style: The scope of the variable 'right' can be reduced. [variableScope]
epic4-2.10.6/contrib/cdrom.c:71:62: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
epic4-2.10.6/contrib/ircman.c:61:0: error: No pair for character ('). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
epic4-2.10.6/source/expr.c:533:15: warning: Either the condition 'end' is redundant or there is possible null pointer dereference: end. [nullPointerRedundantCheck]
epic4-2.10.6/source/expr.c:515:9: note: Assuming that condition 'end' is not redundant
epic4-2.10.6/source/expr.c:533:15: note: Null pointer dereference
epic4-2.10.6/source/alias.c:2692:8: warning: Either the condition 'aptrptr?*aptrptr:NULL' is redundant or there is possible null pointer dereference: aptrptr. [nullPointerRedundantCheck]
epic4-2.10.6/source/alias.c:2735:24: note: Assuming that condition 'aptrptr?*aptrptr:NULL' is not redundant
epic4-2.10.6/source/alias.c:2692:8: note: Null pointer dereference
epic4-2.10.6/source/alias.c:1163:2: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
epic4-2.10.6/source/alias.c:1157:0: note: Variable 'tmp' is reassigned a value before the old one has been used.
epic4-2.10.6/source/alias.c:1163:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
epic4-2.10.6/source/alias.c:1858:2: style: Variable 'freep' is reassigned a value before the old one has been used. [redundantAssignment]
epic4-2.10.6/source/alias.c:1854:0: note: Variable 'freep' is reassigned a value before the old one has been used.
epic4-2.10.6/source/alias.c:1858:2: note: Variable 'freep' is reassigned a value before the old one has been used.
epic4-2.10.6/source/alias.c:620:7: style: The scope of the variable 'dumped' can be reduced. [variableScope]
epic4-2.10.6/source/alias.c:730:9: style: The scope of the variable 'varname' can be reduced. [variableScope]
epic4-2.10.6/source/alias.c:1260:10: style: The scope of the variable 'd' can be reduced. [variableScope]
epic4-2.10.6/source/alias.c:1286:7: style: The scope of the variable 'i' can be reduced. [variableScope]
epic4-2.10.6/source/alias.c:1367:8: style: The scope of the variable 'i' can be reduced. [variableScope]
epic4-2.10.6/source/alias.c:1598:6: style: The scope of the variable 'i' can be reduced. [variableScope]
epic4-2.10.6/source/alias.c:1628:6: style: The scope of the variable 'i' can be reduced. [variableScope]
epic4-2.10.6/source/alias.c:2007:6: style: The scope of the variable 'cnt' can be reduced. [variableScope]
epic4-2.10.6/source/alias.c:2050:10: style: The scope of the variable 'cnt' can be reduced. [variableScope]
epic4-2.10.6/source/alias.c:2108:9: style: The scope of the variable 'end' can be reduced. [variableScope]
epic4-2.10.6/source/expr2.c:2084:9: style: The scope of the variable 'endc' can be reduced. [variableScope]
epic4-2.10.6/source/expr.c:145:3: style: The scope of the variable 'display' can be reduced. [variableScope]
epic4-2.10.6/source/expr.c:1504:6: style: The scope of the variable 'my_upper' can be reduced. [variableScope]
epic4-2.10.6/source/expr.c:1505:3: style: The scope of the variable 'my_lower' can be reduced. [variableScope]
epic4-2.10.6/source/expr.c:1907:9: style: The scope of the variable 'real_size' can be reduced. [variableScope]
epic4-2.10.6/source/alias.c:1027:33: style: Function 'add_var_alias' argument 1 names different: declaration 'name' definition 'orig_name'. [funcArgNamesDifferent]
epic4-2.10.6/source/alias.c:232:48: note: Function 'add_var_alias' argument 1 names different: declaration 'name' definition 'orig_name'.
epic4-2.10.6/source/alias.c:1027:33: note: Function 'add_var_alias' argument 1 names different: declaration 'name' definition 'orig_name'.
epic4-2.10.6/source/alias.c:1103:35: style: Function 'add_local_alias' argument 1 names different: declaration 'name' definition 'orig_name'. [funcArgNamesDifferent]
epic4-2.10.6/source/alias.c:233:49: note: Function 'add_local_alias' argument 1 names different: declaration 'name' definition 'orig_name'.
epic4-2.10.6/source/alias.c:1103:35: note: Function 'add_local_alias' argument 1 names different: declaration 'name' definition 'orig_name'.
epic4-2.10.6/source/alias.c:1155:33: style: Function 'add_cmd_alias' argument 1 names different: declaration 'name' definition 'orig_name'. [funcArgNamesDifferent]
epic4-2.10.6/source/alias.c:234:49: note: Function 'add_cmd_alias' argument 1 names different: declaration 'name' definition 'orig_name'.
epic4-2.10.6/source/alias.c:1155:33: note: Function 'add_cmd_alias' argument 1 names different: declaration 'name' definition 'orig_name'.
epic4-2.10.6/source/alias.c:1186:39: style: Function 'add_var_stub_alias' argument 1 names different: declaration 'name' definition 'orig_name'. [funcArgNamesDifferent]
epic4-2.10.6/source/alias.c:235:49: note: Function 'add_var_stub_alias' argument 1 names different: declaration 'name' definition 'orig_name'.
epic4-2.10.6/source/alias.c:1186:39: note: Function 'add_var_stub_alias' argument 1 names different: declaration 'name' definition 'orig_name'.
epic4-2.10.6/source/alias.c:1229:39: style: Function 'add_cmd_stub_alias' argument 1 names different: declaration 'name' definition 'orig_name'. [funcArgNamesDifferent]
epic4-2.10.6/source/alias.c:236:49: note: Function 'add_cmd_stub_alias' argument 1 names different: declaration 'name' definition 'orig_name'.
epic4-2.10.6/source/alias.c:1229:39: note: Function 'add_cmd_stub_alias' argument 1 names different: declaration 'name' definition 'orig_name'.
epic4-2.10.6/source/alias.c:1460:46: style: Function 'find_local_alias' argument 1 names different: declaration 'name' definition 'orig_name'. [funcArgNamesDifferent]
epic4-2.10.6/source/alias.c:950:48: note: Function 'find_local_alias' argument 1 names different: declaration 'name' definition 'orig_name'.
epic4-2.10.6/source/alias.c:1460:46: note: Function 'find_local_alias' argument 1 names different: declaration 'name' definition 'orig_name'.
epic4-2.10.6/source/alias.c:1595:36: style: Function 'delete_var_alias' argument 1 names different: declaration 'name' definition 'orig_name'. [funcArgNamesDifferent]
epic4-2.10.6/source/alias.c:237:45: note: Function 'delete_var_alias' argument 1 names different: declaration 'name' definition 'orig_name'.
epic4-2.10.6/source/alias.c:1595:36: note: Function 'delete_var_alias' argument 1 names different: declaration 'name' definition 'orig_name'.
epic4-2.10.6/source/alias.c:1625:36: style: Function 'delete_cmd_alias' argument 1 names different: declaration 'name' definition 'orig_name'. [funcArgNamesDifferent]
epic4-2.10.6/source/alias.c:238:45: note: Function 'delete_cmd_alias' argument 1 names different: declaration 'name' definition 'orig_name'.
epic4-2.10.6/source/alias.c:1625:36: note: Function 'delete_cmd_alias' argument 1 names different: declaration 'name' definition 'orig_name'.
epic4-2.10.6/source/alias.c:1659:43: style: Function 'list_local_alias' argument 1 names different: declaration 'name' definition 'orig_name'. [funcArgNamesDifferent]
epic4-2.10.6/source/alias.c:244:45: note: Function 'list_local_alias' argument 1 names different: declaration 'name' definition 'orig_name'.
epic4-2.10.6/source/alias.c:1659:43: note: Function 'list_local_alias' argument 1 names different: declaration 'name' definition 'orig_name'.
epic4-2.10.6/source/alias.c:1705:34: style: Function 'list_var_alias' argument 1 names different: declaration 'name' definition 'orig_name'. [funcArgNamesDifferent]
epic4-2.10.6/source/alias.c:243:45: note: Function 'list_var_alias' argument 1 names different: declaration 'name' definition 'orig_name'.
epic4-2.10.6/source/alias.c:1705:34: note: Function 'list_var_alias' argument 1 names different: declaration 'name' definition 'orig_name'.
epic4-2.10.6/source/alias.c:1757:34: style: Function 'list_cmd_alias' argument 1 names different: declaration 'name' definition 'orig_name'. [funcArgNamesDifferent]
epic4-2.10.6/source/alias.c:242:45: note: Function 'list_cmd_alias' argument 1 names different: declaration 'name' definition 'orig_name'.
epic4-2.10.6/source/alias.c:1757:34: note: Function 'list_cmd_alias' argument 1 names different: declaration 'name' definition 'orig_name'.
epic4-2.10.6/source/alias.c:1806:43: style: Function 'unload_cmd_alias' argument 1 names different: declaration 'fn' definition 'filename'. [funcArgNamesDifferent]
epic4-2.10.6/source/alias.c:240:45: note: Function 'unload_cmd_alias' argument 1 names different: declaration 'fn' definition 'filename'.
epic4-2.10.6/source/alias.c:1806:43: note: Function 'unload_cmd_alias' argument 1 names different: declaration 'fn' definition 'filename'.
epic4-2.10.6/source/alias.c:1819:43: style: Function 'unload_var_alias' argument 1 names different: declaration 'fn' definition 'filename'. [funcArgNamesDifferent]
epic4-2.10.6/source/alias.c:241:45: note: Function 'unload_var_alias' argument 1 names different: declaration 'fn' definition 'filename'.
epic4-2.10.6/source/alias.c:1819:43: note: Function 'unload_var_alias' argument 1 names different: declaration 'fn' definition 'filename'.
epic4-2.10.6/source/alias.c:1841:35: style: Function 'get_variable' argument 1 names different: declaration 'name' definition 'str'. [funcArgNamesDifferent]
epic4-2.10.6/source/alias.c:247:48: note: Function 'get_variable' argument 1 names different: declaration 'name' definition 'str'.
epic4-2.10.6/source/alias.c:1841:35: note: Function 'get_variable' argument 1 names different: declaration 'name' definition 'str'.
epic4-2.10.6/source/alias.c:2101:44: style: Function 'get_subarray_elements' argument 1 names different: declaration 'root' definition 'orig_root'. [funcArgNamesDifferent]
epic4-2.10.6/source/alias.c:254:53: note: Function 'get_subarray_elements' argument 1 names different: declaration 'root' definition 'orig_root'.
epic4-2.10.6/source/alias.c:2101:44: note: Function 'get_subarray_elements' argument 1 names different: declaration 'root' definition 'orig_root'.
epic4-2.10.6/source/expr.c:567:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
epic4-2.10.6/source/expr.c:1932:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
epic4-2.10.6/source/expr.c:1938:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
epic4-2.10.6/source/expr.c:932:42: style: Clarify calculation precedence for '^' and '?'. [clarifyCalculation]
epic4-2.10.6/source/alias.c:2545:10: error: Uninitialized variable: op [uninitvar]
epic4-2.10.6/source/alist.c:386:3: style: The scope of the variable 'c' can be reduced. [variableScope]
epic4-2.10.6/source/alist.c:140:38: style: Function 'check_array_size' argument 1 names different: declaration 'list' definition 'a'. [funcArgNamesDifferent]
epic4-2.10.6/source/alist.c:59:38: note: Function 'check_array_size' argument 1 names different: declaration 'list' definition 'a'.
epic4-2.10.6/source/alist.c:140:38: note: Function 'check_array_size' argument 1 names different: declaration 'list' definition 'a'.
epic4-2.10.6/source/alist.c:165:31: style: Function 'move_array_items' argument 1 names different: declaration 'list' definition 'a'. [funcArgNamesDifferent]
epic4-2.10.6/source/alist.c:60:31: note: Function 'move_array_items' argument 1 names different: declaration 'list' definition 'a'.
epic4-2.10.6/source/alist.c:165:31: note: Function 'move_array_items' argument 1 names different: declaration 'list' definition 'a'.
epic4-2.10.6/source/array.c:378:7: style: The scope of the variable 'idx' can be reduced. [variableScope]
epic4-2.10.6/source/array.c:444:7: style: The scope of the variable 'oldindex' can be reduced. [variableScope]
epic4-2.10.6/source/array.c:772:8: style: The scope of the variable 'itemstr' can be reduced. [variableScope]
epic4-2.10.6/source/array.c:773:9: style: The scope of the variable 'strptr' can be reduced. [variableScope]
epic4-2.10.6/source/array.c:774:7: style: The scope of the variable 'item' can be reduced. [variableScope]
epic4-2.10.6/source/array.c:775:7: style: The scope of the variable 'cnt' can be reduced. [variableScope]
epic4-2.10.6/source/array.c:776:7: style: The scope of the variable 'oldindex' can be reduced. [variableScope]
epic4-2.10.6/source/array.c:777:7: style: The scope of the variable 'more' can be reduced. [variableScope]
epic4-2.10.6/source/array.c:829:8: style: The scope of the variable 'itemstr' can be reduced. [variableScope]
epic4-2.10.6/source/array.c:830:7: style: The scope of the variable 'item' can be reduced. [variableScope]
epic4-2.10.6/source/array.c:831:7: style: The scope of the variable 'cnt' can be reduced. [variableScope]
epic4-2.10.6/source/array.c:832:7: style: The scope of the variable 'new' can be reduced. [variableScope]
epic4-2.10.6/source/array.c:835:6: style: The scope of the variable 'deleted' can be reduced. [variableScope]
epic4-2.10.6/source/array.c:924:7: style: The scope of the variable 'idx' can be reduced. [variableScope]
epic4-2.10.6/source/array.c:364:20: style: Array index 'srch' is used before limits check. [arrayIndexThenCheck]
epic4-2.10.6/source/clock.c:285:2: style: Variable 'item' is reassigned a value before the old one has been used. [redundantAssignment]
epic4-2.10.6/source/clock.c:283:0: note: Variable 'item' is reassigned a value before the old one has been used.
epic4-2.10.6/source/clock.c:285:2: note: Variable 'item' is reassigned a value before the old one has been used.
epic4-2.10.6/source/commands.c:392:6: style: The scope of the variable 'i' can be reduced. [variableScope]
epic4-2.10.6/source/commands.c:525:8: style: The scope of the variable 'stag' can be reduced. [variableScope]
epic4-2.10.6/source/commands.c:526:6: style: The scope of the variable 'tag' can be reduced. [variableScope]
epic4-2.10.6/source/commands.c:527:6: style: The scope of the variable 'type' can be reduced. [variableScope]
epic4-2.10.6/source/commands.c:567:6: style: The scope of the variable 'i' can be reduced. [variableScope]
epic4-2.10.6/source/commands.c:1138:9: style: The scope of the variable 'flag' can be reduced. [variableScope]
epic4-2.10.6/source/commands.c:1386:8: style: The scope of the variable 'argument' can be reduced. [variableScope]
epic4-2.10.6/source/commands.c:2234:8: style: The scope of the variable 'i' can be reduced. [variableScope]
epic4-2.10.6/source/commands.c:2571:14: style: The scope of the variable 's' can be reduced. [variableScope]
epic4-2.10.6/source/commands.c:2655:8: style: The scope of the variable 'nms' can be reduced. [variableScope]
epic4-2.10.6/source/commands.c:2656:9: style: The scope of the variable 'sec' can be reduced. [variableScope]
epic4-2.10.6/source/commands.c:2734:9: style: The scope of the variable 'nms' can be reduced. [variableScope]
epic4-2.10.6/source/commands.c:2783:8: style: The scope of the variable 'reason' can be reduced. [variableScope]
epic4-2.10.6/source/commands.c:2839:8: style: The scope of the variable 'arg' can be reduced. [variableScope]
epic4-2.10.6/source/commands.c:3210:7: style: The scope of the variable 'do_aliases' can be reduced. [variableScope]
epic4-2.10.6/source/commands.c:3213:4: style: The scope of the variable 'i' can be reduced. [variableScope]
epic4-2.10.6/source/commands.c:3214:4: style: The scope of the variable 'c' can be reduced. [variableScope]
epic4-2.10.6/source/commands.c:3215:4: style: The scope of the variable 'len' can be reduced. [variableScope]
epic4-2.10.6/source/commands.c:3221:14: style: The scope of the variable 'command' can be reduced. [variableScope]
epic4-2.10.6/source/commands.c:3223:14: style: The scope of the variable 'cmdchars' can be reduced. [variableScope]
epic4-2.10.6/source/commands.c:3733:15: style: The scope of the variable 'command' can be reduced. [variableScope]
epic4-2.10.6/source/commands.c:1660:65: style: Function 'loader_which' argument 3 names different: declaration 'args' definition 'subargs'. [funcArgNamesDifferent]
epic4-2.10.6/source/commands.c:1543:65: note: Function 'loader_which' argument 3 names different: declaration 'args' definition 'subargs'.
epic4-2.10.6/source/commands.c:1660:65: note: Function 'loader_which' argument 3 names different: declaration 'args' definition 'subargs'.
epic4-2.10.6/source/commands.c:1667:63: style: Function 'loader_std' argument 3 names different: declaration 'args' definition 'subargs'. [funcArgNamesDifferent]
epic4-2.10.6/source/commands.c:1544:63: note: Function 'loader_std' argument 3 names different: declaration 'args' definition 'subargs'.
epic4-2.10.6/source/commands.c:1667:63: note: Function 'loader_std' argument 3 names different: declaration 'args' definition 'subargs'.
epic4-2.10.6/source/commands.c:2035:62: style: Function 'loader_pf' argument 3 names different: declaration 'args' definition 'subargs'. [funcArgNamesDifferent]
epic4-2.10.6/source/commands.c:1545:63: note: Function 'loader_pf' argument 3 names different: declaration 'args' definition 'subargs'.
epic4-2.10.6/source/commands.c:2035:62: note: Function 'loader_pf' argument 3 names different: declaration 'args' definition 'subargs'.
epic4-2.10.6/source/commands.c:2266:4: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
epic4-2.10.6/source/commands.c:2179:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
epic4-2.10.6/source/compat.c:413:22: warning: Either the condition '!termcap' is redundant, otherwise there is negative array index -1. [negativeIndex]
epic4-2.10.6/source/compat.c:419:9: note: Assuming that condition '!termcap' is not redundant
epic4-2.10.6/source/compat.c:413:22: note: Negative array index
epic4-2.10.6/source/crypt.c:124:15: style: The scope of the variable 'key' can be reduced. [variableScope]
epic4-2.10.6/source/crypt.c:124:21: style: The scope of the variable 'prog' can be reduced. [variableScope]
epic4-2.10.6/source/crypt.c:165:3: style: The scope of the variable 'tmp' can be reduced. [variableScope]
epic4-2.10.6/source/crypt.c:190:3: style: The scope of the variable 'tmp' can be reduced. [variableScope]
epic4-2.10.6/source/ctcp.c:953:8: style: The scope of the variable 'putbuf' can be reduced. [variableScope]
epic4-2.10.6/source/ctcp.c:960:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
epic4-2.10.6/source/dcc.c:677:7: style: The scope of the variable 'jvs_blah' can be reduced. [variableScope]
epic4-2.10.6/source/dcc.c:1159:6: style: The scope of the variable 'fd' can be reduced. [variableScope]
epic4-2.10.6/source/dcc.c:1410:7: style: The scope of the variable 'file' can be reduced. [variableScope]
epic4-2.10.6/source/dcc.c:1832:5: style: The scope of the variable 'this_arg' can be reduced. [variableScope]
epic4-2.10.6/source/dcc.c:1834:17: style: The scope of the variable 'portnum' can be reduced. [variableScope]
epic4-2.10.6/source/dcc.c:1836:12: style: The scope of the variable 'Client' can be reduced. [variableScope]
epic4-2.10.6/source/dcc.c:1838:7: style: The scope of the variable 'family' can be reduced. [variableScope]
epic4-2.10.6/source/dcc.c:2375:19: style: The scope of the variable 'resume' can be reduced. [variableScope]
epic4-2.10.6/source/dcc.c:2610:8: style: The scope of the variable 'equal_nickname' can be reduced. [variableScope]
epic4-2.10.6/source/dcc.c:3021:10: style: The scope of the variable 'bytesread' can be reduced. [variableScope]
epic4-2.10.6/source/dcc.c:3212:6: style: The scope of the variable 'old_fs' can be reduced. [variableScope]
epic4-2.10.6/source/dcc.c:3217:24: style: Variable 'nickname_requested' is assigned a value that is never used. [unreadVariable]
epic4-2.10.6/source/dcc.c:1621:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
epic4-2.10.6/source/dcc.c:1622:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
epic4-2.10.6/source/dcc.c:1623:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
epic4-2.10.6/source/dcc.c:1624:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
epic4-2.10.6/source/dcc.c:1722:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
epic4-2.10.6/source/dcc.c:1723:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
epic4-2.10.6/source/dcc.c:1724:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
epic4-2.10.6/source/dcc.c:1725:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
epic4-2.10.6/source/debug.c:136:2: style: Variable 'mask' is reassigned a value before the old one has been used. [redundantAssignment]
epic4-2.10.6/source/debug.c:132:0: note: Variable 'mask' is reassigned a value before the old one has been used.
epic4-2.10.6/source/debug.c:136:2: note: Variable 'mask' is reassigned a value before the old one has been used.
epic4-2.10.6/source/debug.c:86:8: style: The scope of the variable 'this_arg' can be reduced. [variableScope]
epic4-2.10.6/source/exec.c:125:10: style: The scope of the variable 'len' can be reduced. [variableScope]
epic4-2.10.6/source/exec.c:465:9: style: The scope of the variable 'cnt' can be reduced. [variableScope]
epic4-2.10.6/source/exec.c:466:9: style: The scope of the variable 'shell' can be reduced. [variableScope]
epic4-2.10.6/source/exec.c:844:11: style: The scope of the variable 'proc' can be reduced. [variableScope]
epic4-2.10.6/source/exec.c:846:14: style: The scope of the variable 'i' can be reduced. [variableScope]
epic4-2.10.6/source/exec.c:1023:22: style: The scope of the variable 'proc' can be reduced. [variableScope]
epic4-2.10.6/source/exec.c:1280:11: style: The scope of the variable 'proc' can be reduced. [variableScope]
epic4-2.10.6/source/exec.c:1305:11: style: The scope of the variable 'proc' can be reduced. [variableScope]
epic4-2.10.6/source/exec.c:1266:38: style: Function 'valid_process_index' argument 1 names different: declaration 'proccess' definition 'process'. [funcArgNamesDifferent]
epic4-2.10.6/source/exec.c:99:40: note: Function 'valid_process_index' argument 1 names different: declaration 'proccess' definition 'process'.
epic4-2.10.6/source/exec.c:1266:38: note: Function 'valid_process_index' argument 1 names different: declaration 'proccess' definition 'process'.
epic4-2.10.6/source/exec.c:956:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
epic4-2.10.6/source/exec.c:1052:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
epic4-2.10.6/source/exec.c:1059:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
epic4-2.10.6/source/files.c:299:3: style: Variable 'bleh' is reassigned a value before the old one has been used. [redundantAssignment]
epic4-2.10.6/source/files.c:296:0: note: Variable 'bleh' is reassigned a value before the old one has been used.
epic4-2.10.6/source/files.c:299:3: note: Variable 'bleh' is reassigned a value before the old one has been used.
epic4-2.10.6/source/files.c:148:12: style: The scope of the variable 'ret' can be reduced. [variableScope]
epic4-2.10.6/source/flood.c:122:10: style: The scope of the variable 'diff' can be reduced. [variableScope]
epic4-2.10.6/source/functions.c:1584:0: error: syntax error [syntaxError]
epic4-2.10.6/source/help.c:288:6: style: The scope of the variable 'j' can be reduced. [variableScope]
epic4-2.10.6/source/help.c:355:6: style: The scope of the variable 'entries' can be reduced. [variableScope]
epic4-2.10.6/source/help.c:364:9: style: The scope of the variable 'temp' can be reduced. [variableScope]
epic4-2.10.6/source/help.c:768:7: style: The scope of the variable 'putbuf' can be reduced. [variableScope]
epic4-2.10.6/source/help.c:463:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
epic4-2.10.6/source/history.c:79:6: style: The scope of the variable 'i' can be reduced. [variableScope]
epic4-2.10.6/source/history.c:80:3: style: The scope of the variable 'cnt' can be reduced. [variableScope]
epic4-2.10.6/source/history.c:170:6: style: The scope of the variable 'cnt' can be reduced. [variableScope]
epic4-2.10.6/source/history.c:171:3: style: The scope of the variable 'max' can be reduced. [variableScope]
epic4-2.10.6/source/history.c:172:8: style: The scope of the variable 'value' can be reduced. [variableScope]
epic4-2.10.6/source/history.c:200:6: style: The scope of the variable 'hist_num' can be reduced. [variableScope]
epic4-2.10.6/source/history.c:201:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
epic4-2.10.6/source/hook.c:343:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
epic4-2.10.6/source/hook.c:624:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
epic4-2.10.6/source/hook.c:1481:6: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
epic4-2.10.6/source/hook.c:509:3: style: Variable 'top' is reassigned a value before the old one has been used. [redundantAssignment]
epic4-2.10.6/source/hook.c:507:0: note: Variable 'top' is reassigned a value before the old one has been used.
epic4-2.10.6/source/hook.c:509:3: note: Variable 'top' is reassigned a value before the old one has been used.
epic4-2.10.6/source/hook.c:619:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
epic4-2.10.6/source/hook.c:757:8: style: The scope of the variable 'currser' can be reduced. [variableScope]
epic4-2.10.6/source/hook.c:759:4: style: The scope of the variable 'currmatch' can be reduced. [variableScope]
epic4-2.10.6/source/hook.c:1031:6: style: The scope of the variable 'not' can be reduced. [variableScope]
epic4-2.10.6/source/hook.c:1032:3: style: The scope of the variable 'sernum' can be reduced. [variableScope]
epic4-2.10.6/source/hook.c:1033:3: style: The scope of the variable 'rem' can be reduced. [variableScope]
epic4-2.10.6/source/hook.c:1035:6: style: The scope of the variable 'flex' can be reduced. [variableScope]
epic4-2.10.6/source/if.c:135:8: style: The scope of the variable 'current_expr' can be reduced. [variableScope]
epic4-2.10.6/source/if.c:137:6: style: The scope of the variable 'result' can be reduced. [variableScope]
epic4-2.10.6/source/if.c:216:8: style: The scope of the variable 'body' can be reduced. [variableScope]
epic4-2.10.6/source/if.c:216:15: style: The scope of the variable 'expr' can be reduced. [variableScope]
epic4-2.10.6/source/if.c:216:22: style: The scope of the variable 'cmd' can be reduced. [variableScope]
epic4-2.10.6/source/if.c:219:6: style: The scope of the variable 'result' can be reduced. [variableScope]
epic4-2.10.6/source/if.c:615:8: style: The scope of the variable 'next' can be reduced. [variableScope]
epic4-2.10.6/source/if.c:832:4: style: The scope of the variable 'commands' can be reduced. [variableScope]
epic4-2.10.6/source/if.c:304:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
epic4-2.10.6/source/if.c:759:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
epic4-2.10.6/source/ignore.c:1036:14: warning: Either the condition '(i=(struct IgnoreStru*)find_in_list((List**)&ignored_nicks,input,0))==NULL' is redundant or there is possible null pointer dereference: i. [nullPointerRedundantCheck]
epic4-2.10.6/source/ignore.c:1033:17: note: Assuming that condition '(i=(struct IgnoreStru*)find_in_list((List**)&ignored_nicks,input,0))==NULL' is not redundant
epic4-2.10.6/source/ignore.c:1036:14: note: Null pointer dereference
epic4-2.10.6/source/ignore.c:437:13: style: The scope of the variable 'l2' can be reduced. [variableScope]
epic4-2.10.6/source/ignore.c:727:21: style: The scope of the variable 'nick' can be reduced. [variableScope]
epic4-2.10.6/source/ignore.c:1212:6: style: The scope of the variable 'count' can be reduced. [variableScope]
epic4-2.10.6/source/input.c:296:8: style: Condition 'free_it' is always true [knownConditionTrueFalse]
epic4-2.10.6/source/input.c:274:13: note: Assignment 'free_it=1', assigned value is 1
epic4-2.10.6/source/input.c:296:8: note: Condition 'free_it' is always true
epic4-2.10.6/source/input.c:780:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
epic4-2.10.6/source/input.c:792:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
epic4-2.10.6/source/irc.c:962:2: warning: Return value of function alloca() is not used. [ignoredReturnValue]
epic4-2.10.6/source/irc.c:1188:4: warning: Return value of function freopen() is not used. [ignoredReturnValue]
epic4-2.10.6/source/irc.c:805:6: style: Condition '!LocalHostName' is always true [knownConditionTrueFalse]
epic4-2.10.6/source/irc.c:794:18: note: Assignment 'LocalHostName=NULL', assigned value is 0
epic4-2.10.6/source/irc.c:805:6: note: Condition '!LocalHostName' is always true
epic4-2.10.6/source/irc.c:848:4: style: The scope of the variable 'old_level' can be reduced. [variableScope]
epic4-2.10.6/source/irc.c:962:2: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
epic4-2.10.6/source/ircaux.c:1934:16: warning: Return value of function fmod() is not used. [ignoredReturnValue]
epic4-2.10.6/source/ircaux.c:2420:7: style: Condition '!which' is always true [knownConditionTrueFalse]
epic4-2.10.6/source/ircaux.c:2412:12: note: Assuming that condition 'which==0' is not redundant
epic4-2.10.6/source/ircaux.c:2420:7: note: Condition '!which' is always true
epic4-2.10.6/source/ircaux.c:2482:15: warning: Either the condition 'string' is redundant or there is possible null pointer dereference: string. [nullPointerRedundantCheck]
epic4-2.10.6/source/ircaux.c:2479:9: note: Assuming that condition 'string' is not redundant
epic4-2.10.6/source/ircaux.c:2482:15: note: Null pointer dereference
epic4-2.10.6/source/ircaux.c:2656:16: warning: Either the condition 'at' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
epic4-2.10.6/source/ircaux.c:2643:7: note: Assuming that condition 'at' is not redundant
epic4-2.10.6/source/ircaux.c:2656:16: note: Null pointer addition
epic4-2.10.6/source/ircaux.c:594:10: style: The scope of the variable 'this_len' can be reduced. [variableScope]
epic4-2.10.6/source/ircaux.c:597:9: style: The scope of the variable 'worklen' can be reduced. [variableScope]
epic4-2.10.6/source/ircaux.c:778:9: style: The scope of the variable 'pathname' can be reduced. [variableScope]
epic4-2.10.6/source/ircaux.c:779:9: style: The scope of the variable 'rest' can be reduced. [variableScope]
epic4-2.10.6/source/ircaux.c:780:17: style: The scope of the variable 'entry' can be reduced. [variableScope]
epic4-2.10.6/source/ircaux.c:947:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
epic4-2.10.6/source/ircaux.c:1656:9: style: The scope of the variable 'count' can be reduced. [variableScope]
epic4-2.10.6/source/ircaux.c:2143:6: style: The scope of the variable 'counter' can be reduced. [variableScope]
epic4-2.10.6/source/ircaux.c:2249:10: style: The scope of the variable 'span' can be reduced. [variableScope]
epic4-2.10.6/source/ircaux.c:2704:6: style: The scope of the variable 'number' can be reduced. [variableScope]
epic4-2.10.6/source/ircaux.c:3153:9: style: The scope of the variable 't' can be reduced. [variableScope]
epic4-2.10.6/source/ircaux.c:3330:6: style: The scope of the variable 'val1' can be reduced. [variableScope]
epic4-2.10.6/source/ircaux.c:3331:6: style: The scope of the variable 'val2' can be reduced. [variableScope]
epic4-2.10.6/source/ircaux.c:3418:7: style: The scope of the variable 'c' can be reduced. [variableScope]
epic4-2.10.6/source/ircaux.c:3693:15: style: The scope of the variable 'size_src' can be reduced. [variableScope]
epic4-2.10.6/source/ircaux.c:3771:10: style: The scope of the variable 'msize' can be reduced. [variableScope]
epic4-2.10.6/source/ircaux.c:3772:10: style: The scope of the variable 'psize' can be reduced. [variableScope]
epic4-2.10.6/source/ircaux.c:3773:10: style: The scope of the variable 'ssize' can be reduced. [variableScope]
epic4-2.10.6/source/ircaux.c:4248:6: style: The scope of the variable 'simple' can be reduced. [variableScope]
epic4-2.10.6/source/ircaux.c:4249:7: style: The scope of the variable 'what' can be reduced. [variableScope]
epic4-2.10.6/source/ircaux.c:3860:47: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
epic4-2.10.6/source/ircaux.c:3900:53: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
epic4-2.10.6/source/ircaux.c:685:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
epic4-2.10.6/source/ircaux.c:2901:24: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
epic4-2.10.6/source/ircaux.c:2971:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
epic4-2.10.6/source/ircaux.c:3337:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
epic4-2.10.6/source/ircaux.c:4309:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
epic4-2.10.6/source/ircaux.c:1064:36: error: Uninitialized variable: candidate [uninitvar]
epic4-2.10.6/source/keys.c:1340:29: warning: Either the condition 'key==NULL' is redundant or there is possible null pointer dereference: key. [nullPointerRedundantCheck]
epic4-2.10.6/source/keys.c:1337:14: note: Assuming that condition 'key==NULL' is not redundant
epic4-2.10.6/source/keys.c:1340:29: note: Null pointer dereference
epic4-2.10.6/source/keys.c:1341:10: warning: Either the condition 'key==NULL' is redundant or there is possible null pointer dereference: key. [nullPointerRedundantCheck]
epic4-2.10.6/source/keys.c:1337:14: note: Assuming that condition 'key==NULL' is not redundant
epic4-2.10.6/source/keys.c:1341:10: note: Null pointer dereference
epic4-2.10.6/source/keys.c:1352:17: warning: Either the condition 'key==NULL' is redundant or there is possible null pointer dereference: key. [nullPointerRedundantCheck]
epic4-2.10.6/source/keys.c:1349:14: note: Assuming that condition 'key==NULL' is not redundant
epic4-2.10.6/source/keys.c:1352:17: note: Null pointer dereference
epic4-2.10.6/source/keys.c:1379:21: warning: Either the condition 'key==NULL' is redundant or there is possible null pointer dereference: key. [nullPointerRedundantCheck]
epic4-2.10.6/source/keys.c:1375:14: note: Assuming that condition 'key==NULL' is not redundant
epic4-2.10.6/source/keys.c:1379:21: note: Null pointer dereference
epic4-2.10.6/source/keys.c:274:9: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
epic4-2.10.6/source/keys.c:803:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
epic4-2.10.6/source/keys.c:805:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
epic4-2.10.6/source/keys.c:1112:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
epic4-2.10.6/source/keys.c:1126:28: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
epic4-2.10.6/source/keys.c:1179:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
epic4-2.10.6/source/keys.c:1401:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
epic4-2.10.6/source/keys.c:1403:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
epic4-2.10.6/source/lastlog.c:560:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
epic4-2.10.6/source/list.c:97:6: style: The scope of the variable 'best_match' can be reduced. [variableScope]
epic4-2.10.6/source/list.c:98:3: style: The scope of the variable 'current_match' can be reduced. [variableScope]
epic4-2.10.6/source/log.c:193:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
epic4-2.10.6/source/log.c:205:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
epic4-2.10.6/source/log.c:89:2: error: Resource leak: fp [resourceLeak]
epic4-2.10.6/source/logfiles.c:882:16: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
epic4-2.10.6/source/logfiles.c:884:11: note: Found duplicate branches for 'if' and 'else'.
epic4-2.10.6/source/logfiles.c:882:16: note: Found duplicate branches for 'if' and 'else'.
epic4-2.10.6/source/logfiles.c:241:26: style: The scope of the variable 'new_w' can be reduced. [variableScope]
epic4-2.10.6/source/logfiles.c:243:7: style: The scope of the variable 'i' can be reduced. [variableScope]
epic4-2.10.6/source/logfiles.c:512:7: style: The scope of the variable 'i' can be reduced. [variableScope]
epic4-2.10.6/source/names.c:242:9: style: The scope of the variable 'new_current_channel' can be reduced. [variableScope]
epic4-2.10.6/source/names.c:1173:7: style: The scope of the variable 'len' can be reduced. [variableScope]
epic4-2.10.6/source/names.c:1404:23: style: The scope of the variable 'name' can be reduced. [variableScope]
epic4-2.10.6/source/names.c:1603:6: style: The scope of the variable 'is_current_now' can be reduced. [variableScope]
epic4-2.10.6/source/names.c:1604:6: style: The scope of the variable 'old_window' can be reduced. [variableScope]
epic4-2.10.6/source/names.c:1605:9: style: The scope of the variable 'old_window_new_curchan' can be reduced. [variableScope]
epic4-2.10.6/source/names.c:1606:9: style: The scope of the variable 'new_window_old_curchan' can be reduced. [variableScope]
epic4-2.10.6/source/names.c:1882:6: style: The scope of the variable 'i' can be reduced. [variableScope]
epic4-2.10.6/source/network.c:386:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
epic4-2.10.6/source/network.c:585:12: style: Unused variable: rval [unusedVariable]
epic4-2.10.6/source/network.c:611:12: style: Unused variable: rval [unusedVariable]
epic4-2.10.6/source/newio.c:161:6: style: The scope of the variable 'c' can be reduced. [variableScope]
epic4-2.10.6/source/newio.c:314:12: style: The scope of the variable 'polls' can be reduced. [variableScope]
epic4-2.10.6/source/notice.c:428:50: style: Function 'kill_message' argument 2 names different: declaration 'line' definition 'cline'. [funcArgNamesDifferent]
epic4-2.10.6/source/notice.c:55:57: note: Function 'kill_message' argument 2 names different: declaration 'line' definition 'cline'.
epic4-2.10.6/source/notice.c:428:50: note: Function 'kill_message' argument 2 names different: declaration 'line' definition 'cline'.
epic4-2.10.6/source/notify.c:342:12: style: The scope of the variable 's' can be reduced. [variableScope]
epic4-2.10.6/source/notify.c:551:14: style: The scope of the variable 'tmp' can be reduced. [variableScope]
epic4-2.10.6/source/notify.c:134:38: style: Function 'rebuild_notify_ison' argument 1 names different: declaration 'server' definition 'refnum'. [funcArgNamesDifferent]
epic4-2.10.6/source/notify.c:86:40: note: Function 'rebuild_notify_ison' argument 1 names different: declaration 'server' definition 'refnum'.
epic4-2.10.6/source/notify.c:134:38: note: Function 'rebuild_notify_ison' argument 1 names different: declaration 'server' definition 'refnum'.
epic4-2.10.6/source/notify.c:492:59: style: Function 'notify_userhost_dispatch' argument 2 names different: declaration 'f' definition 'stuff'. [funcArgNamesDifferent]
epic4-2.10.6/source/notify.c:62:52: note: Function 'notify_userhost_dispatch' argument 2 names different: declaration 'f' definition 'stuff'.
epic4-2.10.6/source/notify.c:492:59: note: Function 'notify_userhost_dispatch' argument 2 names different: declaration 'f' definition 'stuff'.
epic4-2.10.6/source/notify.c:144:2: style: Variable 'stuff' is assigned a value that is never used. [unreadVariable]
epic4-2.10.6/source/numbers.c:283:9: style: The scope of the variable 'set' can be reduced. [variableScope]
epic4-2.10.6/source/numbers.c:490:11: style: The scope of the variable 'numonchannel' can be reduced. [variableScope]
epic4-2.10.6/source/numbers.c:965:9: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
epic4-2.10.6/source/numbers.c:1616:7: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
epic4-2.10.6/source/parse.c:986:2: style: Variable 'copy' is reassigned a value before the old one has been used. [redundantAssignment]
epic4-2.10.6/source/parse.c:982:0: note: Variable 'copy' is reassigned a value before the old one has been used.
epic4-2.10.6/source/parse.c:986:2: note: Variable 'copy' is reassigned a value before the old one has been used.
epic4-2.10.6/source/parse.c:97:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
epic4-2.10.6/source/parse.c:615:23: style: The scope of the variable 'ha' can be reduced. [variableScope]
epic4-2.10.6/source/parse.c:1319:20: style: The scope of the variable 'retval' can be reduced. [variableScope]
epic4-2.10.6/source/parse.c:1375:4: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
epic4-2.10.6/source/parse.c:1340:9: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
epic4-2.10.6/source/perl.c:187:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
epic4-2.10.6/source/perl.c:190:11: style: Variable 'count' is assigned a value that is never used. [unreadVariable]
epic4-2.10.6/source/perl.c:182:12: style: Variable 'ax' is assigned a value that is never used. [unreadVariable]
epic4-2.10.6/source/queue.c:272:6: style: The scope of the variable 'size' can be reduced. [variableScope]
epic4-2.10.6/source/reg.c:684:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
epic4-2.10.6/source/reg.c:679:0: note: Variable 'retval' is reassigned a value before the old one has been used.
epic4-2.10.6/source/reg.c:684:2: note: Variable 'retval' is reassigned a value before the old one has been used.
epic4-2.10.6/source/reg.c:537:32: style: The scope of the variable 'arg' can be reduced. [variableScope]
epic4-2.10.6/source/screen.c:1498:2: style: Variable 'output' is reassigned a value before the old one has been used. [redundantAssignment]
epic4-2.10.6/source/screen.c:1483:0: note: Variable 'output' is reassigned a value before the old one has been used.
epic4-2.10.6/source/screen.c:1498:2: note: Variable 'output' is reassigned a value before the old one has been used.
epic4-2.10.6/source/screen.c:456:8: style: The scope of the variable 'c1' can be reduced. [variableScope]
epic4-2.10.6/source/screen.c:456:12: style: The scope of the variable 'c2' can be reduced. [variableScope]
epic4-2.10.6/source/screen.c:460:8: style: The scope of the variable 'val' can be reduced. [variableScope]
epic4-2.10.6/source/screen.c:461:8: style: The scope of the variable 'noval' can be reduced. [variableScope]
epic4-2.10.6/source/screen.c:2308:9: style: The scope of the variable 'pend' can be reduced. [variableScope]
epic4-2.10.6/source/screen.c:2654:13: style: The scope of the variable 'refnumber' can be reduced. [variableScope]
epic4-2.10.6/source/screen.c:3040:8: style: The scope of the variable 'buffer' can be reduced. [variableScope]
epic4-2.10.6/source/screen.c:3147:12: style: The scope of the variable 'i' can be reduced. [variableScope]
epic4-2.10.6/source/screen.c:1819:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
epic4-2.10.6/source/screen.c:278:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
epic4-2.10.6/source/server.c:2736:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
epic4-2.10.6/source/server.c:1791:18: warning: Either the condition '!modes' is redundant or there is possible null pointer dereference: modes. [nullPointerRedundantCheck]
epic4-2.10.6/source/server.c:1791:6: note: Assuming that condition '!modes' is not redundant
epic4-2.10.6/source/server.c:1791:18: note: Null pointer dereference
epic4-2.10.6/source/server.c:111:6: style: The scope of the variable 'i' can be reduced. [variableScope]
epic4-2.10.6/source/server.c:321:10: style: The scope of the variable 's' can be reduced. [variableScope]
epic4-2.10.6/source/server.c:448:6: style: The scope of the variable 'i' can be reduced. [variableScope]
epic4-2.10.6/source/server.c:720:10: style: The scope of the variable 's' can be reduced. [variableScope]
epic4-2.10.6/source/server.c:1016:7: style: The scope of the variable 'buffer' can be reduced. [variableScope]
epic4-2.10.6/source/server.c:1019:6: style: The scope of the variable 'len' can be reduced. [variableScope]
epic4-2.10.6/source/server.c:1021:6: style: The scope of the variable 'ofs' can be reduced. [variableScope]
epic4-2.10.6/source/server.c:1067:6: style: The scope of the variable 'err' can be reduced. [variableScope]
epic4-2.10.6/source/server.c:1237:6: style: The scope of the variable 'old' can be reduced. [variableScope]
epic4-2.10.6/source/server.c:1399:9: style: The scope of the variable 'j' can be reduced. [variableScope]
epic4-2.10.6/source/server.c:1400:6: style: The scope of the variable 'was_registered' can be reduced. [variableScope]
epic4-2.10.6/source/server.c:2089:14: style: The scope of the variable 'message' can be reduced. [variableScope]
epic4-2.10.6/source/server.c:2173:7: style: The scope of the variable 'p_port' can be reduced. [variableScope]
epic4-2.10.6/source/server.c:2188:7: style: The scope of the variable 'p_port' can be reduced. [variableScope]
epic4-2.10.6/source/server.c:2320:9: style: The scope of the variable 'n' can be reduced. [variableScope]
epic4-2.10.6/source/server.c:2321:14: style: The scope of the variable 'id' can be reduced. [variableScope]
epic4-2.10.6/source/server.c:2499:7: style: The scope of the variable 'server_num' can be reduced. [variableScope]
epic4-2.10.6/source/server.c:2542:10: style: The scope of the variable 's' can be reduced. [variableScope]
epic4-2.10.6/source/server.c:2562:10: style: The scope of the variable 's' can be reduced. [variableScope]
epic4-2.10.6/source/server.c:1674:28: style: Function 'do_umode' argument 1 names different: declaration 'du_index' definition 'refnum'. [funcArgNamesDifferent]
epic4-2.10.6/source/server.c:76:29: note: Function 'do_umode' argument 1 names different: declaration 'du_index' definition 'refnum'.
epic4-2.10.6/source/server.c:1674:28: note: Function 'do_umode' argument 1 names different: declaration 'du_index' definition 'refnum'.
epic4-2.10.6/source/server.c:2659:1: style: Function 'get_server_group' argument 1 names different: declaration 'refnum' definition 'servref'. [funcArgNamesDifferent]
epic4-2.10.6/source/server.c:80:36: note: Function 'get_server_group' argument 1 names different: declaration 'refnum' definition 'servref'.
epic4-2.10.6/source/server.c:2659:1: note: Function 'get_server_group' argument 1 names different: declaration 'refnum' definition 'servref'.
epic4-2.10.6/source/server.c:1697:21: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 1690. [shiftTooManyBitsSigned]
epic4-2.10.6/source/server.c:1690:9: note: Assuming that condition 'i>31' is not redundant
epic4-2.10.6/source/server.c:1697:21: note: Shift
epic4-2.10.6/source/server.c:1820:20: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 1810. [shiftTooManyBitsSigned]
epic4-2.10.6/source/server.c:1810:11: note: Assuming that condition 'flag>31' is not redundant
epic4-2.10.6/source/server.c:1820:20: note: Shift
epic4-2.10.6/source/server.c:1822:22: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 1810. [shiftTooManyBitsSigned]
epic4-2.10.6/source/server.c:1810:11: note: Assuming that condition 'flag>31' is not redundant
epic4-2.10.6/source/server.c:1822:22: note: Shift
epic4-2.10.6/source/server.c:1838:26: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 1835. [shiftTooManyBitsSigned]
epic4-2.10.6/source/server.c:1835:12: note: Assuming that condition 'value>31' is not redundant
epic4-2.10.6/source/server.c:1838:26: note: Shift
epic4-2.10.6/source/status.c:1043:31: warning: Either the condition 'mode==0' is redundant or there is possible null pointer dereference: mode. [nullPointerRedundantCheck]
epic4-2.10.6/source/status.c:1043:11: note: Assuming that condition 'mode==0' is not redundant
epic4-2.10.6/source/status.c:1043:31: note: Null pointer dereference
epic4-2.10.6/source/status.c:525:7: style: The scope of the variable 'in_rhs' can be reduced. [variableScope]
epic4-2.10.6/source/status.c:936:14: style: The scope of the variable 'my_buffer' can be reduced. [variableScope]
epic4-2.10.6/source/status.c:1144:13: style: The scope of the variable 'my_buffer' can be reduced. [variableScope]
epic4-2.10.6/source/status.c:1227:13: style: The scope of the variable 'my_buffer' can be reduced. [variableScope]
epic4-2.10.6/source/status.c:1366:8: style: The scope of the variable 'text' can be reduced. [variableScope]
epic4-2.10.6/source/status.c:1471:14: style: The scope of the variable 'my_buffer' can be reduced. [variableScope]
epic4-2.10.6/source/status.c:1057:17: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
epic4-2.10.6/source/term.c:1387:6: style: The scope of the variable 'i' can be reduced. [variableScope]
epic4-2.10.6/source/timer.c:682:27: style: Redundant condition: If 'EXPR < 0', the comparison 'EXPR != 1' is always true. [redundantCondition]
epic4-2.10.6/source/timer.c:69:4: style: The scope of the variable 'flag' can be reduced. [variableScope]
epic4-2.10.6/source/timer.c:72:9: style: The scope of the variable 'interval' can be reduced. [variableScope]
epic4-2.10.6/source/timer.c:76:9: style: The scope of the variable 'len' can be reduced. [variableScope]
epic4-2.10.6/source/timer.c:437:7: style: The scope of the variable 'refnum' can be reduced. [variableScope]
epic4-2.10.6/source/timer.c:547:7: style: The scope of the variable 'refnum_got' can be reduced. [variableScope]
epic4-2.10.6/source/vars.c:680:26: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
epic4-2.10.6/source/vars.c:888:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
epic4-2.10.6/source/vars.c:678:9: warning: Either the condition '!value' is redundant or there is possible null pointer dereference: value. [nullPointerRedundantCheck]
epic4-2.10.6/source/vars.c:682:26: note: Assuming that condition '!value' is not redundant
epic4-2.10.6/source/vars.c:678:9: note: Null pointer dereference
epic4-2.10.6/source/vars.c:536:6: style: The scope of the variable 'old' can be reduced. [variableScope]
epic4-2.10.6/source/vars.c:729:6: style: The scope of the variable 'hook' can be reduced. [variableScope]
epic4-2.10.6/source/vars.c:993:15: style: The scope of the variable 'str2' can be reduced. [variableScope]
epic4-2.10.6/source/vars.c:1273:42: style: Variable 'prev' is assigned a value that is never used. [unreadVariable]
epic4-2.10.6/source/window.c:3701:2: style: Variable 'smallest' is reassigned a value before the old one has been used. [redundantAssignment]
epic4-2.10.6/source/window.c:3699:0: note: Variable 'smallest' is reassigned a value before the old one has been used.
epic4-2.10.6/source/window.c:3701:2: note: Variable 'smallest' is reassigned a value before the old one has been used.
epic4-2.10.6/source/window.c:2115:6: style: The scope of the variable 'cnt' can be reduced. [variableScope]
epic4-2.10.6/source/window.c:2115:19: style: The scope of the variable 'connected' can be reduced. [variableScope]
epic4-2.10.6/source/window.c:2592:10: style: The scope of the variable 'win' can be reduced. [variableScope]
epic4-2.10.6/source/window.c:2615:10: style: The scope of the variable 'tmp' can be reduced. [variableScope]
epic4-2.10.6/source/window.c:2692:14: style: The scope of the variable 'new_w' can be reduced. [variableScope]
epic4-2.10.6/source/window.c:2793:14: style: The scope of the variable 'chan' can be reduced. [variableScope]
epic4-2.10.6/source/window.c:2898:4: style: The scope of the variable 'arg' can be reduced. [variableScope]
epic4-2.10.6/source/window.c:2902:14: style: The scope of the variable 'carg' can be reduced. [variableScope]
epic4-2.10.6/source/window.c:2903:14: style: The scope of the variable 'chan' can be reduced. [variableScope]
epic4-2.10.6/source/window.c:3320:6: style: The scope of the variable 'slider' can be reduced. [variableScope]
epic4-2.10.6/source/window.c:3321:6: style: The scope of the variable 'i' can be reduced. [variableScope]
epic4-2.10.6/source/window.c:3507:6: style: The scope of the variable 'add' can be reduced. [variableScope]
epic4-2.10.6/source/window.c:3508:6: style: The scope of the variable 'newlevel' can be reduced. [variableScope]
epic4-2.10.6/source/window.c:3767:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
epic4-2.10.6/source/window.c:3769:7: style: The scope of the variable 'i' can be reduced. [variableScope]
epic4-2.10.6/source/window.c:3803:8: style: The scope of the variable 'refnum' can be reduced. [variableScope]
epic4-2.10.6/source/window.c:4330:6: style: The scope of the variable 'val' can be reduced. [variableScope]
epic4-2.10.6/source/window.c:4348:6: style: The scope of the variable 'val' can be reduced. [variableScope]
epic4-2.10.6/source/window.c:4373:6: style: The scope of the variable 'val' can be reduced. [variableScope]
epic4-2.10.6/source/window.c:4468:6: style: The scope of the variable 'newconn' can be reduced. [variableScope]
epic4-2.10.6/source/window.c:4927:6: style: The scope of the variable 'scroll' can be reduced. [variableScope]
epic4-2.10.6/source/window.c:1332:24: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
epic4-2.10.6/source/window.c:1338:24: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
epic4-2.10.6/source/window.c:5156:68: style: Function 'window_scrollback_to_string' argument 2 names different: declaration 'str' definition 'preg'. [funcArgNamesDifferent]
epic4-2.10.6/source/window.c:137:69: note: Function 'window_scrollback_to_string' argument 2 names different: declaration 'str' definition 'preg'.
epic4-2.10.6/source/window.c:5156:68: note: Function 'window_scrollback_to_string' argument 2 names different: declaration 'str' definition 'preg'.
epic4-2.10.6/source/window.c:5185:71: style: Function 'window_scrollforward_to_string' argument 2 names different: declaration 'str' definition 'preg'. [funcArgNamesDifferent]
epic4-2.10.6/source/window.c:138:72: note: Function 'window_scrollforward_to_string' argument 2 names different: declaration 'str' definition 'preg'.
epic4-2.10.6/source/window.c:5185:71: note: Function 'window_scrollforward_to_string' argument 2 names different: declaration 'str' definition 'preg'.
epic4-2.10.6/source/window.c:1126:4: style: Variable 'after' is assigned a value that is never used. [unreadVariable]
epic4-2.10.6/source/window.c:4480:4: style: Variable 'newconn' is assigned a value that is never used. [unreadVariable]
epic4-2.10.6/source/window.c:5746:12: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
epic4-2.10.6/source/window.c:3743:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
epic4-2.10.6/source/window.c:3751:39: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
epic4-2.10.6/source/words.c:61:18: warning: Either the condition '!mark' is redundant or there is possible null pointer dereference: mark. [nullPointerRedundantCheck]
epic4-2.10.6/source/words.c:60:13: note: Assuming that condition '!mark' is not redundant
epic4-2.10.6/source/words.c:61:18: note: Null pointer dereference
epic4-2.10.6/source/wserv.c:124:2: style: Variable 't' is reassigned a value before the old one has been used. [redundantAssignment]
epic4-2.10.6/source/wserv.c:108:2: note: Variable 't' is reassigned a value before the old one has been used.
epic4-2.10.6/source/wserv.c:124:2: note: Variable 't' is reassigned a value before the old one has been used.
epic4-2.10.6/source/wserv.c:274:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
epic4-2.10.6/source/wserv.c:124:6: style: Variable 't' is assigned a value that is never used. [unreadVariable]
epic4-2.10.6/source/wserv.c:300:9: error: va_list 'args' was opened but not closed by va_end(). [va_end_missing]
epic4-2.10.6/test.c:267:6: style: The scope of the variable 'res' can be reduced. [variableScope]
[17:43]

ftp://ftp.se.debian.org/debian/pool/main/e/epic4-help/epic4-help_2.0+20050315.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/epic5/epic5_2.0.1.orig.tar.xz
epic5-2.0.1/contrib/cdrom.c:159:5: style: The scope of the variable 'tn' can be reduced. [variableScope]
epic5-2.0.1/contrib/cdrom.c:160:7: style: The scope of the variable 'trackn' can be reduced. [variableScope]
epic5-2.0.1/contrib/cdrom.c:161:15: style: The scope of the variable 'first' can be reduced. [variableScope]
epic5-2.0.1/contrib/cdrom.c:161:22: style: The scope of the variable 'last' can be reduced. [variableScope]
epic5-2.0.1/contrib/cdrom.c:239:7: style: The scope of the variable 'left' can be reduced. [variableScope]
epic5-2.0.1/contrib/cdrom.c:239:14: style: The scope of the variable 'right' can be reduced. [variableScope]
epic5-2.0.1/contrib/cdrom.c:71:62: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
epic5-2.0.1/contrib/ircman.c:61:0: error: No pair for character ('). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
epic5-2.0.1/contrib/utf8.c:73:2: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
epic5-2.0.1/contrib/utf8.c:11:19: style: The scope of the variable 'next_point' can be reduced. [variableScope]
epic5-2.0.1/contrib/utf8.c:14:15: style: The scope of the variable 'numbytes' can be reduced. [variableScope]
epic5-2.0.1/contrib/utf8.c:64:3: style: Variable 'numbytes' is assigned a value that is never used. [unreadVariable]
epic5-2.0.1/source/expr.c:521:15: warning: Either the condition 'end' is redundant or there is possible null pointer dereference: end. [nullPointerRedundantCheck]
epic5-2.0.1/source/expr.c:509:9: note: Assuming that condition 'end' is not redundant
epic5-2.0.1/source/expr.c:521:15: note: Null pointer dereference
epic5-2.0.1/source/alias.c:1312:2: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
epic5-2.0.1/source/alias.c:1309:0: note: Variable 'tmp' is reassigned a value before the old one has been used.
epic5-2.0.1/source/alias.c:1312:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
epic5-2.0.1/source/alias.c:1328:2: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
epic5-2.0.1/source/alias.c:1325:0: note: Variable 'tmp' is reassigned a value before the old one has been used.
epic5-2.0.1/source/alias.c:1328:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
epic5-2.0.1/source/alias.c:1344:2: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
epic5-2.0.1/source/alias.c:1341:0: note: Variable 'tmp' is reassigned a value before the old one has been used.
epic5-2.0.1/source/alias.c:1344:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
epic5-2.0.1/source/alias.c:1360:2: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
epic5-2.0.1/source/alias.c:1357:0: note: Variable 'tmp' is reassigned a value before the old one has been used.
epic5-2.0.1/source/alias.c:1360:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
epic5-2.0.1/source/alias.c:1445:2: style: Variable 'item' is reassigned a value before the old one has been used. [redundantAssignment]
epic5-2.0.1/source/alias.c:1437:0: note: Variable 'item' is reassigned a value before the old one has been used.
epic5-2.0.1/source/alias.c:1445:2: note: Variable 'item' is reassigned a value before the old one has been used.
epic5-2.0.1/source/alias.c:2181:2: style: Variable 'root' is reassigned a value before the old one has been used. [redundantAssignment]
epic5-2.0.1/source/alias.c:2178:0: note: Variable 'root' is reassigned a value before the old one has been used.
epic5-2.0.1/source/alias.c:2181:2: note: Variable 'root' is reassigned a value before the old one has been used.
epic5-2.0.1/source/alias.c:2522:2: style: Variable 'freep' is reassigned a value before the old one has been used. [redundantAssignment]
epic5-2.0.1/source/alias.c:2518:0: note: Variable 'freep' is reassigned a value before the old one has been used.
epic5-2.0.1/source/alias.c:2522:2: note: Variable 'freep' is reassigned a value before the old one has been used.
epic5-2.0.1/source/alias.c:603:7: style: The scope of the variable 'dumped' can be reduced. [variableScope]
epic5-2.0.1/source/alias.c:713:9: style: The scope of the variable 'varname' can be reduced. [variableScope]
epic5-2.0.1/source/alias.c:1380:8: style: The scope of the variable 'file' can be reduced. [variableScope]
epic5-2.0.1/source/alias.c:1407:8: style: The scope of the variable 'file' can be reduced. [variableScope]
epic5-2.0.1/source/alias.c:1934:10: style: The scope of the variable 'item' can be reduced. [variableScope]
epic5-2.0.1/source/alias.c:1953:10: style: The scope of the variable 'item' can be reduced. [variableScope]
epic5-2.0.1/source/alias.c:2171:10: style: The scope of the variable 's' can be reduced. [variableScope]
epic5-2.0.1/source/alias.c:2176:9: style: The scope of the variable 'end' can be reduced. [variableScope]
epic5-2.0.1/source/expr2.c:1749:9: style: The scope of the variable 'oc' can be reduced. [variableScope]
epic5-2.0.1/source/expr2.c:1750:12: style: The scope of the variable 'span' can be reduced. [variableScope]
epic5-2.0.1/source/expr2.c:2273:9: style: The scope of the variable 'endc' can be reduced. [variableScope]
epic5-2.0.1/source/expr2.c:2385:10: style: The scope of the variable 'retval' can be reduced. [variableScope]
epic5-2.0.1/source/expr.c:1491:6: style: The scope of the variable 'my_upper' can be reduced. [variableScope]
epic5-2.0.1/source/expr.c:1492:3: style: The scope of the variable 'my_lower' can be reduced. [variableScope]
epic5-2.0.1/source/expr.c:1873:9: style: The scope of the variable 'buffer' can be reduced. [variableScope]
epic5-2.0.1/source/expr.c:1875:6: style: The scope of the variable 'justify' can be reduced. [variableScope]
epic5-2.0.1/source/expr.c:1876:6: style: The scope of the variable 'pad' can be reduced. [variableScope]
epic5-2.0.1/source/alias.c:1070:33: style: Function 'add_var_alias' argument 1 names different: declaration 'name' definition 'orig_name'. [funcArgNamesDifferent]
epic5-2.0.1/source/alias.c:205:42: note: Function 'add_var_alias' argument 1 names different: declaration 'name' definition 'orig_name'.
epic5-2.0.1/source/alias.c:1070:33: note: Function 'add_var_alias' argument 1 names different: declaration 'name' definition 'orig_name'.
epic5-2.0.1/source/alias.c:1145:39: style: Function 'add_var_stub_alias' argument 1 names different: declaration 'name' definition 'orig_name'. [funcArgNamesDifferent]
epic5-2.0.1/source/alias.c:208:43: note: Function 'add_var_stub_alias' argument 1 names different: declaration 'name' definition 'orig_name'.
epic5-2.0.1/source/alias.c:1145:39: note: Function 'add_var_stub_alias' argument 1 names different: declaration 'name' definition 'orig_name'.
epic5-2.0.1/source/alias.c:1190:35: style: Function 'add_local_alias' argument 1 names different: declaration 'name' definition 'orig_name'. [funcArgNamesDifferent]
epic5-2.0.1/source/alias.c:206:43: note: Function 'add_local_alias' argument 1 names different: declaration 'name' definition 'orig_name'.
epic5-2.0.1/source/alias.c:1190:35: note: Function 'add_local_alias' argument 1 names different: declaration 'name' definition 'orig_name'.
epic5-2.0.1/source/alias.c:1238:33: style: Function 'add_cmd_alias' argument 1 names different: declaration 'name' definition 'orig_name'. [funcArgNamesDifferent]
epic5-2.0.1/source/alias.c:207:43: note: Function 'add_cmd_alias' argument 1 names different: declaration 'name' definition 'orig_name'.
epic5-2.0.1/source/alias.c:1238:33: note: Function 'add_cmd_alias' argument 1 names different: declaration 'name' definition 'orig_name'.
epic5-2.0.1/source/alias.c:1278:39: style: Function 'add_cmd_stub_alias' argument 1 names different: declaration 'name' definition 'orig_name'. [funcArgNamesDifferent]
epic5-2.0.1/source/alias.c:209:43: note: Function 'add_cmd_stub_alias' argument 1 names different: declaration 'name' definition 'orig_name'.
epic5-2.0.1/source/alias.c:1278:39: note: Function 'add_cmd_stub_alias' argument 1 names different: declaration 'name' definition 'orig_name'.
epic5-2.0.1/source/alias.c:1463:47: style: Function 'find_local_alias' argument 1 names different: declaration 'name' definition 'orig_name'. [funcArgNamesDifferent]
epic5-2.0.1/source/alias.c:150:48: note: Function 'find_local_alias' argument 1 names different: declaration 'name' definition 'orig_name'.
epic5-2.0.1/source/alias.c:1463:47: note: Function 'find_local_alias' argument 1 names different: declaration 'name' definition 'orig_name'.
epic5-2.0.1/source/alias.c:1583:43: style: Function 'delete_var_alias' argument 1 names different: declaration 'name' definition 'orig_name'. [funcArgNamesDifferent]
epic5-2.0.1/source/alias.c:214:39: note: Function 'delete_var_alias' argument 1 names different: declaration 'name' definition 'orig_name'.
epic5-2.0.1/source/alias.c:1583:43: note: Function 'delete_var_alias' argument 1 names different: declaration 'name' definition 'orig_name'.
epic5-2.0.1/source/alias.c:1606:43: style: Function 'delete_cmd_alias' argument 1 names different: declaration 'name' definition 'orig_name'. [funcArgNamesDifferent]
epic5-2.0.1/source/alias.c:215:39: note: Function 'delete_cmd_alias' argument 1 names different: declaration 'name' definition 'orig_name'.
epic5-2.0.1/source/alias.c:1606:43: note: Function 'delete_cmd_alias' argument 1 names different: declaration 'name' definition 'orig_name'.
epic5-2.0.1/source/alias.c:1730:43: style: Function 'list_local_alias' argument 1 names different: declaration 'name' definition 'orig_name'. [funcArgNamesDifferent]
epic5-2.0.1/source/alias.c:222:39: note: Function 'list_local_alias' argument 1 names different: declaration 'name' definition 'orig_name'.
epic5-2.0.1/source/alias.c:1730:43: note: Function 'list_local_alias' argument 1 names different: declaration 'name' definition 'orig_name'.
epic5-2.0.1/source/alias.c:1779:41: style: Function 'list_var_alias' argument 1 names different: declaration 'name' definition 'orig_name'. [funcArgNamesDifferent]
epic5-2.0.1/source/alias.c:221:39: note: Function 'list_var_alias' argument 1 names different: declaration 'name' definition 'orig_name'.
epic5-2.0.1/source/alias.c:1779:41: note: Function 'list_var_alias' argument 1 names different: declaration 'name' definition 'orig_name'.
epic5-2.0.1/source/alias.c:1843:41: style: Function 'list_cmd_alias' argument 1 names different: declaration 'name' definition 'orig_name'. [funcArgNamesDifferent]
epic5-2.0.1/source/alias.c:220:39: note: Function 'list_cmd_alias' argument 1 names different: declaration 'name' definition 'orig_name'.
epic5-2.0.1/source/alias.c:1843:41: note: Function 'list_cmd_alias' argument 1 names different: declaration 'name' definition 'orig_name'.
epic5-2.0.1/source/alias.c:1931:43: style: Function 'unload_cmd_alias' argument 1 names different: declaration 'fn' definition 'package'. [funcArgNamesDifferent]
epic5-2.0.1/source/alias.c:218:39: note: Function 'unload_cmd_alias' argument 1 names different: declaration 'fn' definition 'package'.
epic5-2.0.1/source/alias.c:1931:43: note: Function 'unload_cmd_alias' argument 1 names different: declaration 'fn' definition 'package'.
epic5-2.0.1/source/alias.c:1950:43: style: Function 'unload_var_alias' argument 1 names different: declaration 'fn' definition 'package'. [funcArgNamesDifferent]
epic5-2.0.1/source/alias.c:219:39: note: Function 'unload_var_alias' argument 1 names different: declaration 'fn' definition 'package'.
epic5-2.0.1/source/alias.c:1950:43: note: Function 'unload_var_alias' argument 1 names different: declaration 'fn' definition 'package'.
epic5-2.0.1/source/alias.c:2168:44: style: Function 'get_subarray_elements' argument 1 names different: declaration 'root' definition 'orig_root'. [funcArgNamesDifferent]
epic5-2.0.1/source/alias.c:236:47: note: Function 'get_subarray_elements' argument 1 names different: declaration 'root' definition 'orig_root'.
epic5-2.0.1/source/alias.c:2168:44: note: Function 'get_subarray_elements' argument 1 names different: declaration 'root' definition 'orig_root'.
epic5-2.0.1/source/alias.c:2507:35: style: Function 'get_variable' argument 1 names different: declaration 'name' definition 'str'. [funcArgNamesDifferent]
epic5-2.0.1/source/alias.c:230:42: note: Function 'get_variable' argument 1 names different: declaration 'name' definition 'str'.
epic5-2.0.1/source/alias.c:2507:35: note: Function 'get_variable' argument 1 names different: declaration 'name' definition 'str'.
epic5-2.0.1/source/expr.c:1872:9: style: Unused variable: real_size [unusedVariable]
epic5-2.0.1/source/expr.c:554:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
epic5-2.0.1/source/expr.c:1903:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
epic5-2.0.1/source/expr.c:908:42: style: Clarify calculation precedence for '^' and '?'. [clarifyCalculation]
epic5-2.0.1/source/alias.c:2685:10: error: Uninitialized variable: op [uninitvar]
epic5-2.0.1/source/alist.c:140:38: style: Function 'check_array_size' argument 1 names different: declaration 'list' definition 'a'. [funcArgNamesDifferent]
epic5-2.0.1/source/alist.c:59:38: note: Function 'check_array_size' argument 1 names different: declaration 'list' definition 'a'.
epic5-2.0.1/source/alist.c:140:38: note: Function 'check_array_size' argument 1 names different: declaration 'list' definition 'a'.
epic5-2.0.1/source/alist.c:165:31: style: Function 'move_array_items' argument 1 names different: declaration 'list' definition 'a'. [funcArgNamesDifferent]
epic5-2.0.1/source/alist.c:60:31: note: Function 'move_array_items' argument 1 names different: declaration 'list' definition 'a'.
epic5-2.0.1/source/alist.c:165:31: note: Function 'move_array_items' argument 1 names different: declaration 'list' definition 'a'.
epic5-2.0.1/source/array.c:378:7: style: The scope of the variable 'idx' can be reduced. [variableScope]
epic5-2.0.1/source/array.c:444:7: style: The scope of the variable 'oldindex' can be reduced. [variableScope]
epic5-2.0.1/source/array.c:772:8: style: The scope of the variable 'itemstr' can be reduced. [variableScope]
epic5-2.0.1/source/array.c:773:9: style: The scope of the variable 'strptr' can be reduced. [variableScope]
epic5-2.0.1/source/array.c:774:7: style: The scope of the variable 'item' can be reduced. [variableScope]
epic5-2.0.1/source/array.c:775:7: style: The scope of the variable 'cnt' can be reduced. [variableScope]
epic5-2.0.1/source/array.c:776:7: style: The scope of the variable 'oldindex' can be reduced. [variableScope]
epic5-2.0.1/source/array.c:777:7: style: The scope of the variable 'more' can be reduced. [variableScope]
epic5-2.0.1/source/array.c:829:8: style: The scope of the variable 'itemstr' can be reduced. [variableScope]
epic5-2.0.1/source/array.c:830:7: style: The scope of the variable 'item' can be reduced. [variableScope]
epic5-2.0.1/source/array.c:831:7: style: The scope of the variable 'cnt' can be reduced. [variableScope]
epic5-2.0.1/source/array.c:832:7: style: The scope of the variable 'new' can be reduced. [variableScope]
epic5-2.0.1/source/array.c:835:6: style: The scope of the variable 'deleted' can be reduced. [variableScope]
epic5-2.0.1/source/array.c:924:7: style: The scope of the variable 'idx' can be reduced. [variableScope]
epic5-2.0.1/source/array.c:364:20: style: Array index 'srch' is used before limits check. [arrayIndexThenCheck]
epic5-2.0.1/source/clock.c:311:2: style: Variable 'item' is reassigned a value before the old one has been used. [redundantAssignment]
epic5-2.0.1/source/clock.c:309:0: note: Variable 'item' is reassigned a value before the old one has been used.
epic5-2.0.1/source/clock.c:311:2: note: Variable 'item' is reassigned a value before the old one has been used.
epic5-2.0.1/source/commands.c:373:6: style: The scope of the variable 'i' can be reduced. [variableScope]
epic5-2.0.1/source/commands.c:509:8: style: The scope of the variable 'stag' can be reduced. [variableScope]
epic5-2.0.1/source/commands.c:510:6: style: The scope of the variable 'tag' can be reduced. [variableScope]
epic5-2.0.1/source/commands.c:511:6: style: The scope of the variable 'type' can be reduced. [variableScope]
epic5-2.0.1/source/debuglog.c:87:7: style: The scope of the variable 'timebuf' can be reduced. [variableScope]
epic5-2.0.1/source/debuglog.c:90:13: style: The scope of the variable 'tm' can be reduced. [variableScope]
epic5-2.0.1/source/commands.c:553:6: style: The scope of the variable 'i' can be reduced. [variableScope]
epic5-2.0.1/source/commands.c:1038:11: style: The scope of the variable 'timeout' can be reduced. [variableScope]
epic5-2.0.1/source/commands.c:1222:9: style: The scope of the variable 'flag' can be reduced. [variableScope]
epic5-2.0.1/source/commands.c:1481:15: style: The scope of the variable 'tmp' can be reduced. [variableScope]
epic5-2.0.1/source/commands.c:1506:8: style: The scope of the variable 'argument' can be reduced. [variableScope]
epic5-2.0.1/source/commands.c:2286:7: style: The scope of the variable 'l' can be reduced. [variableScope]
epic5-2.0.1/source/commands.c:2411:8: style: The scope of the variable 'i' can be reduced. [variableScope]
epic5-2.0.1/source/commands.c:2652:14: style: The scope of the variable 's' can be reduced. [variableScope]
epic5-2.0.1/source/commands.c:2737:8: style: The scope of the variable 'nms' can be reduced. [variableScope]
epic5-2.0.1/source/commands.c:2868:9: style: The scope of the variable 'nms' can be reduced. [variableScope]
epic5-2.0.1/source/commands.c:2869:9: style: The scope of the variable 'interval' can be reduced. [variableScope]
epic5-2.0.1/source/commands.c:2918:8: style: The scope of the variable 'reason' can be reduced. [variableScope]
epic5-2.0.1/source/commands.c:3033:8: style: The scope of the variable 'arg' can be reduced. [variableScope]
epic5-2.0.1/source/commands.c:3034:6: style: The scope of the variable 'code_point' can be reduced. [variableScope]
epic5-2.0.1/source/commands.c:3722:10: style: The scope of the variable 'span' can be reduced. [variableScope]
epic5-2.0.1/source/commands.c:1849:114: style: Function 'loader_which' argument 4 names different: declaration 'args' definition 'subargs'. [funcArgNamesDifferent]
epic5-2.0.1/source/commands.c:1681:114: note: Function 'loader_which' argument 4 names different: declaration 'args' definition 'subargs'.
epic5-2.0.1/source/commands.c:1849:114: note: Function 'loader_which' argument 4 names different: declaration 'args' definition 'subargs'.
epic5-2.0.1/source/commands.c:1856:112: style: Function 'loader_std' argument 4 names different: declaration 'args' definition 'subargs'. [funcArgNamesDifferent]
epic5-2.0.1/source/commands.c:1682:112: note: Function 'loader_std' argument 4 names different: declaration 'args' definition 'subargs'.
epic5-2.0.1/source/commands.c:1856:112: note: Function 'loader_std' argument 4 names different: declaration 'args' definition 'subargs'.
epic5-2.0.1/source/commands.c:2185:111: style: Function 'loader_pf' argument 4 names different: declaration 'args' definition 'subargs'. [funcArgNamesDifferent]
epic5-2.0.1/source/commands.c:1683:112: note: Function 'loader_pf' argument 4 names different: declaration 'args' definition 'subargs'.
epic5-2.0.1/source/commands.c:2185:111: note: Function 'loader_pf' argument 4 names different: declaration 'args' definition 'subargs'.
epic5-2.0.1/source/commands.c:3636:89: style: Function 'parse_line_alias_special' argument 3 names different: declaration 'args' definition 'orig_subargs'. [funcArgNamesDifferent]
epic5-2.0.1/source/commands.c:3549:89: note: Function 'parse_line_alias_special' argument 3 names different: declaration 'args' definition 'orig_subargs'.
epic5-2.0.1/source/commands.c:3636:89: note: Function 'parse_line_alias_special' argument 3 names different: declaration 'args' definition 'orig_subargs'.
epic5-2.0.1/source/commands.c:3167:14: style: Unused variable: target_encoding [unusedVariable]
epic5-2.0.1/source/commands.c:3168:8: style: Unused variable: buf2 [unusedVariable]
epic5-2.0.1/source/commands.c:3169:9: style: Unused variable: buf2len [unusedVariable]
epic5-2.0.1/source/commands.c:2352:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
epic5-2.0.1/source/compat.c:1031:16: style: The scope of the variable 'si' can be reduced. [variableScope]
epic5-2.0.1/source/compat.c:412:22: warning: Either the condition '!termcap' is redundant, otherwise there is negative array index -1. [negativeIndex]
epic5-2.0.1/source/compat.c:418:9: note: Assuming that condition '!termcap' is not redundant
epic5-2.0.1/source/compat.c:412:22: note: Negative array index
epic5-2.0.1/source/crypt.c:209:9: style: The scope of the variable 'item' can be reduced. [variableScope]
epic5-2.0.1/source/crypt.c:292:6: style: The scope of the variable 'i' can be reduced. [variableScope]
epic5-2.0.1/source/crypt.c:554:39: style: Function 'happypasswd' argument 1 names different: declaration 'key' definition 'passwd'. [funcArgNamesDifferent]
epic5-2.0.1/source/crypt.c:100:39: note: Function 'happypasswd' argument 1 names different: declaration 'key' definition 'passwd'.
epic5-2.0.1/source/crypt.c:554:39: note: Function 'happypasswd' argument 1 names different: declaration 'key' definition 'passwd'.
epic5-2.0.1/source/crypto.c:362:9: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
epic5-2.0.1/source/crypto.c:348:0: note: Variable 'ret' is reassigned a value before the old one has been used.
epic5-2.0.1/source/crypto.c:362:9: note: Variable 'ret' is reassigned a value before the old one has been used.
epic5-2.0.1/source/crypto.c:546:9: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
epic5-2.0.1/source/crypto.c:532:0: note: Variable 'ret' is reassigned a value before the old one has been used.
epic5-2.0.1/source/crypto.c:546:9: note: Variable 'ret' is reassigned a value before the old one has been used.
epic5-2.0.1/source/crypto.c:327:17: style: The scope of the variable 'tmp' can be reduced. [variableScope]
epic5-2.0.1/source/crypto.c:511:17: style: The scope of the variable 'tmp' can be reduced. [variableScope]
epic5-2.0.1/source/crypto.c:346:78: style: Function 'decrypt_by_prog' argument 3 names different: declaration 'crypt' definition 'crypti'. [funcArgNamesDifferent]
epic5-2.0.1/source/crypto.c:167:78: note: Function 'decrypt_by_prog' argument 3 names different: declaration 'crypt' definition 'crypti'.
epic5-2.0.1/source/crypto.c:346:78: note: Function 'decrypt_by_prog' argument 3 names different: declaration 'crypt' definition 'crypti'.
epic5-2.0.1/source/crypto.c:530:78: style: Function 'encrypt_by_prog' argument 3 names different: declaration 'crypt' definition 'crypti'. [funcArgNamesDifferent]
epic5-2.0.1/source/crypto.c:172:78: note: Function 'encrypt_by_prog' argument 3 names different: declaration 'crypt' definition 'crypti'.
epic5-2.0.1/source/crypto.c:530:78: note: Function 'encrypt_by_prog' argument 3 names different: declaration 'crypt' definition 'crypti'.
epic5-2.0.1/source/ctcp.c:1055:8: style: The scope of the variable 'putbuf' can be reduced. [variableScope]
epic5-2.0.1/source/ctcp.c:1059:14: style: The scope of the variable 'pb' can be reduced. [variableScope]
epic5-2.0.1/source/ctcp.c:510:8: style: Unused variable: ctcpuser [unusedVariable]
epic5-2.0.1/source/ctcp.c:511:4: style: Unused variable: ctcpfinger [unusedVariable]
epic5-2.0.1/source/ctcp.c:1065:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
epic5-2.0.1/source/dcc.c:1111:6: style: Variable 'encoded_description' is reassigned a value before the old one has been used. [redundantAssignment]
epic5-2.0.1/source/dcc.c:1106:0: note: Variable 'encoded_description' is reassigned a value before the old one has been used.
epic5-2.0.1/source/dcc.c:1111:6: note: Variable 'encoded_description' is reassigned a value before the old one has been used.
epic5-2.0.1/source/dcc.c:4033:3: style: Variable 'newport' is reassigned a value before the old one has been used. [redundantAssignment]
epic5-2.0.1/source/dcc.c:4030:0: note: Variable 'newport' is reassigned a value before the old one has been used.
epic5-2.0.1/source/dcc.c:4033:3: note: Variable 'newport' is reassigned a value before the old one has been used.
epic5-2.0.1/source/dcc.c:411:6: style: The scope of the variable 'l' can be reduced. [variableScope]
epic5-2.0.1/source/dcc.c:845:7: style: The scope of the variable 'jvs_blah' can be reduced. [variableScope]
epic5-2.0.1/source/dcc.c:988:6: style: The scope of the variable 'seconds' can be reduced. [variableScope]
epic5-2.0.1/source/dcc.c:1450:6: style: The scope of the variable 'fd' can be reduced. [variableScope]
epic5-2.0.1/source/dcc.c:2257:5: style: The scope of the variable 'this_arg' can be reduced. [variableScope]
epic5-2.0.1/source/dcc.c:2259:17: style: The scope of the variable 'portnum' can be reduced. [variableScope]
epic5-2.0.1/source/dcc.c:2261:12: style: The scope of the variable 'Client' can be reduced. [variableScope]
epic5-2.0.1/source/dcc.c:2263:7: style: The scope of the variable 'family' can be reduced. [variableScope]
epic5-2.0.1/source/dcc.c:2810:19: style: The scope of the variable 'resume' can be reduced. [variableScope]
epic5-2.0.1/source/dcc.c:3025:6: style: The scope of the variable 'l' can be reduced. [variableScope]
epic5-2.0.1/source/dcc.c:3589:10: style: The scope of the variable 'bytesread' can be reduced. [variableScope]
epic5-2.0.1/source/dcc.c:3802:6: style: The scope of the variable 'old_fs' can be reduced. [variableScope]
epic5-2.0.1/source/dcc.c:3023:8: style: Unused variable: equal_nickname [unusedVariable]
epic5-2.0.1/source/dcc.c:2035:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
epic5-2.0.1/source/dcc.c:2036:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
epic5-2.0.1/source/dcc.c:2037:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
epic5-2.0.1/source/dcc.c:2038:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
epic5-2.0.1/source/dcc.c:2136:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
epic5-2.0.1/source/dcc.c:2137:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
epic5-2.0.1/source/dcc.c:2138:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
epic5-2.0.1/source/dcc.c:2139:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
epic5-2.0.1/source/debug.c:154:2: style: Variable 'mask' is reassigned a value before the old one has been used. [redundantAssignment]
epic5-2.0.1/source/debug.c:150:0: note: Variable 'mask' is reassigned a value before the old one has been used.
epic5-2.0.1/source/debug.c:154:2: note: Variable 'mask' is reassigned a value before the old one has been used.
epic5-2.0.1/source/debug.c:96:9: style: The scope of the variable 'this_arg' can be reduced. [variableScope]
epic5-2.0.1/source/elf.c:72:12: style: Condition 'ret==1' is always false [knownConditionTrueFalse]
epic5-2.0.1/source/elf.c:70:8: note: Assignment 'ret=0', assigned value is 0
epic5-2.0.1/source/elf.c:72:12: note: Condition 'ret==1' is always false
epic5-2.0.1/source/elf.c:75:12: style: Condition 'ret!=-1' is always true [knownConditionTrueFalse]
epic5-2.0.1/source/elf.c:70:8: note: Assignment 'ret=0', assigned value is 0
epic5-2.0.1/source/elf.c:75:12: note: Condition 'ret!=-1' is always true
epic5-2.0.1/source/elf.c:424:6: style: The scope of the variable 'next_byte' can be reduced. [variableScope]
epic5-2.0.1/source/elf.c:179:9: style: Unused variable: ret [unusedVariable]
epic5-2.0.1/source/elf.c:180:10: style: Unused variable: c [unusedVariable]
epic5-2.0.1/source/elf.c:256:13: style: Unused variable: ret [unusedVariable]
epic5-2.0.1/source/elf.c:258:13: style: Unused variable: zip [unusedVariable]
epic5-2.0.1/source/elf.c:259:13: style: Unused variable: zipstr [unusedVariable]
epic5-2.0.1/source/elf.c:260:13: style: Unused variable: sl [unusedVariable]
epic5-2.0.1/source/elf.c:261:13: style: Unused variable: ziploc [unusedVariable]
epic5-2.0.1/source/elf.c:262:0: style: Variable 'scan' is assigned a value that is never used. [unreadVariable]
epic5-2.0.1/source/exec.c:138:10: style: The scope of the variable 'len' can be reduced. [variableScope]
epic5-2.0.1/source/exec.c:493:9: style: The scope of the variable 'cnt' can be reduced. [variableScope]
epic5-2.0.1/source/exec.c:494:9: style: The scope of the variable 'shell' can be reduced. [variableScope]
epic5-2.0.1/source/exec.c:897:11: style: The scope of the variable 'proc' can be reduced. [variableScope]
epic5-2.0.1/source/exec.c:899:14: style: The scope of the variable 'i' can be reduced. [variableScope]
epic5-2.0.1/source/exec.c:1096:22: style: The scope of the variable 'proc' can be reduced. [variableScope]
epic5-2.0.1/source/exec.c:1387:11: style: The scope of the variable 'proc' can be reduced. [variableScope]
epic5-2.0.1/source/exec.c:1412:11: style: The scope of the variable 'proc' can be reduced. [variableScope]
epic5-2.0.1/source/exec.c:1373:38: style: Function 'valid_process_index' argument 1 names different: declaration 'proccess' definition 'process'. [funcArgNamesDifferent]
epic5-2.0.1/source/exec.c:119:40: note: Function 'valid_process_index' argument 1 names different: declaration 'proccess' definition 'process'.
epic5-2.0.1/source/exec.c:1373:38: note: Function 'valid_process_index' argument 1 names different: declaration 'proccess' definition 'process'.
epic5-2.0.1/source/exec.c:1021:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
epic5-2.0.1/source/exec.c:1127:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
epic5-2.0.1/source/exec.c:1134:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
epic5-2.0.1/source/files.c:162:12: style: The scope of the variable 'ret' can be reduced. [variableScope]
epic5-2.0.1/source/files.c:164:24: style: The scope of the variable 'elf' can be reduced. [variableScope]
epic5-2.0.1/source/flood.c:331:3: style: Variable 'freeme' is reassigned a value before the old one has been used. [redundantAssignment]
epic5-2.0.1/source/flood.c:325:0: note: Variable 'freeme' is reassigned a value before the old one has been used.
epic5-2.0.1/source/flood.c:331:3: note: Variable 'freeme' is reassigned a value before the old one has been used.
epic5-2.0.1/source/flood.c:112:10: style: The scope of the variable 'diff' can be reduced. [variableScope]
epic5-2.0.1/source/flood.c:114:6: style: The scope of the variable 'l' can be reduced. [variableScope]
epic5-2.0.1/source/functions.c:1661:0: error: syntax error [syntaxError]
epic5-2.0.1/source/hook.c:2187:9: warning: Either the condition '!input' is redundant or there is possible null pointer dereference: input. [nullPointerRedundantCheck]
epic5-2.0.1/source/hook.c:2187:18: note: Assuming that condition '!input' is not redundant
epic5-2.0.1/source/hook.c:2187:9: note: Null pointer dereference
epic5-2.0.1/source/hook.c:2202:12: warning: Either the condition '!input' is redundant or there is possible null pointer dereference: input. [nullPointerRedundantCheck]
epic5-2.0.1/source/hook.c:2187:18: note: Assuming that condition '!input' is not redundant
epic5-2.0.1/source/hook.c:2202:12: note: Null pointer dereference
epic5-2.0.1/source/hook.c:2493:16: warning: Either the condition '!input' is redundant or there is possible null pointer dereference: input. [nullPointerRedundantCheck]
epic5-2.0.1/source/hook.c:2491:8: note: Assuming that condition '!input' is not redundant
epic5-2.0.1/source/hook.c:2493:16: note: Null pointer dereference
epic5-2.0.1/source/hook.c:2540:24: warning: Either the condition 'current_hook==NULL' is redundant or there is possible null pointer dereference: current_hook. [nullPointerRedundantCheck]
epic5-2.0.1/source/hook.c:2538:22: note: Assuming that condition 'current_hook==NULL' is not redundant
epic5-2.0.1/source/hook.c:2540:24: note: Null pointer dereference
epic5-2.0.1/source/hook.c:2412:5: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
epic5-2.0.1/source/hook.c:2407:0: note: Variable 'retval' is reassigned a value before the old one has been used.
epic5-2.0.1/source/hook.c:2412:5: note: Variable 'retval' is reassigned a value before the old one has been used.
epic5-2.0.1/source/hook.c:2187:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
epic5-2.0.1/source/hook.c:2189:3: note: Found duplicate branches for 'if' and 'else'.
epic5-2.0.1/source/hook.c:2187:3: note: Found duplicate branches for 'if' and 'else'.
epic5-2.0.1/source/hook.c:2295:27: style: Same expression on both sides of '=='. [duplicateExpression]
epic5-2.0.1/source/hook.c:1095:6: style: The scope of the variable 'noisy' can be reduced. [variableScope]
epic5-2.0.1/source/hook.c:1096:6: style: The scope of the variable 'not' can be reduced. [variableScope]
epic5-2.0.1/source/hook.c:1097:3: style: The scope of the variable 'sernum' can be reduced. [variableScope]
epic5-2.0.1/source/hook.c:1098:3: style: The scope of the variable 'rem' can be reduced. [variableScope]
epic5-2.0.1/source/hook.c:1099:3: style: The scope of the variable 'supp' can be reduced. [variableScope]
epic5-2.0.1/source/hook.c:1101:6: style: The scope of the variable 'flex' can be reduced. [variableScope]
epic5-2.0.1/source/hook.c:1102:6: style: The scope of the variable 'userial' can be reduced. [variableScope]
epic5-2.0.1/source/hook.c:1106:8: style: The scope of the variable 'str' can be reduced. [variableScope]
epic5-2.0.1/source/hook.c:1883:8: style: The scope of the variable 'name' can be reduced. [variableScope]
epic5-2.0.1/source/hook.c:1885:8: style: The scope of the variable 'tmp' can be reduced. [variableScope]
epic5-2.0.1/source/hook.c:751:2: error: va_start() or va_copy() called subsequently on 'args' without va_end() in between. [va_start_subsequentCalls]
epic5-2.0.1/source/hook.c:767:16: error: va_list 'orig_args' was opened but not closed by va_end(). [va_end_missing]
epic5-2.0.1/source/if.c:155:8: style: The scope of the variable 'current_expr' can be reduced. [variableScope]
epic5-2.0.1/source/if.c:157:6: style: The scope of the variable 'result' can be reduced. [variableScope]
epic5-2.0.1/source/if.c:235:8: style: The scope of the variable 'body' can be reduced. [variableScope]
epic5-2.0.1/source/if.c:235:15: style: The scope of the variable 'expr' can be reduced. [variableScope]
epic5-2.0.1/source/if.c:235:22: style: The scope of the variable 'cmd' can be reduced. [variableScope]
epic5-2.0.1/source/if.c:237:6: style: The scope of the variable 'result' can be reduced. [variableScope]
epic5-2.0.1/source/if.c:664:8: style: The scope of the variable 'next' can be reduced. [variableScope]
epic5-2.0.1/source/if.c:889:4: style: The scope of the variable 'commands' can be reduced. [variableScope]
epic5-2.0.1/source/if.c:334:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
epic5-2.0.1/source/if.c:810:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
epic5-2.0.1/source/ignore.c:1021:14: warning: Either the condition '(i=(struct IgnoreStru*)find_in_list((List**)&ignored_nicks,input,0))==NULL' is redundant or there is possible null pointer dereference: i. [nullPointerRedundantCheck]
epic5-2.0.1/source/ignore.c:1018:17: note: Assuming that condition '(i=(struct IgnoreStru*)find_in_list((List**)&ignored_nicks,input,0))==NULL' is not redundant
epic5-2.0.1/source/ignore.c:1021:14: note: Null pointer dereference
epic5-2.0.1/source/ignore.c:439:13: style: The scope of the variable 'l2' can be reduced. [variableScope]
epic5-2.0.1/source/ignore.c:704:21: style: The scope of the variable 'nick' can be reduced. [variableScope]
epic5-2.0.1/source/input.c:422:27: warning: Either the condition 's' is redundant or there is overflow in pointer subtraction. [nullPointerArithmeticRedundantCheck]
epic5-2.0.1/source/input.c:399:9: note: Assuming that condition 's' is not redundant
epic5-2.0.1/source/input.c:422:27: note: Null pointer subtraction
epic5-2.0.1/source/input.c:244:6: style: The scope of the variable 'offset' can be reduced. [variableScope]
epic5-2.0.1/source/input.c:244:14: style: The scope of the variable 'column' can be reduced. [variableScope]
epic5-2.0.1/source/input.c:245:6: style: The scope of the variable 'codepoint' can be reduced. [variableScope]
epic5-2.0.1/source/input.c:391:6: style: The scope of the variable 'cols' can be reduced. [variableScope]
epic5-2.0.1/source/input.c:392:6: style: The scope of the variable 'codepoint' can be reduced. [variableScope]
epic5-2.0.1/source/input.c:986:35: style: Function 'input_move_cursor' argument 1 names different: declaration 'dir' definition 'direction'. [funcArgNamesDifferent]
epic5-2.0.1/source/input.c:68:35: note: Function 'input_move_cursor' argument 1 names different: declaration 'dir' definition 'direction'.
epic5-2.0.1/source/input.c:986:35: note: Function 'input_move_cursor' argument 1 names different: declaration 'dir' definition 'direction'.
epic5-2.0.1/source/input.c:397:20: style: Variable 'str' is assigned a value that is never used. [unreadVariable]
epic5-2.0.1/source/input.c:1020:9: style: Unused variable: len [unusedVariable]
epic5-2.0.1/source/input.c:1202:9: style: Unused variable: buffer [unusedVariable]
epic5-2.0.1/source/input.c:1203:9: style: Unused variable: size [unusedVariable]
epic5-2.0.1/source/input.c:1204:6: style: Unused variable: x [unusedVariable]
epic5-2.0.1/source/input.c:1295:6: style: Unused variable: numcols [unusedVariable]
epic5-2.0.1/source/input.c:1296:6: style: Unused variable: numbytes [unusedVariable]
epic5-2.0.1/source/input.c:1359:7: style: Unused variable: c [unusedVariable]
epic5-2.0.1/source/input.c:1360:8: style: Unused variable: copy [unusedVariable]
epic5-2.0.1/source/input.c:1574:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
epic5-2.0.1/source/irc.c:867:4: style: The scope of the variable 'old_level' can be reduced. [variableScope]
epic5-2.0.1/source/irc.c:637:18: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
epic5-2.0.1/source/ircaux.c:6141:17: warning: Comparison of a boolean expression with an integer other than 0 or 1. [compareBoolExpressionWithInt]
epic5-2.0.1/source/ircaux.c:2512:16: warning: Return value of function fmod() is not used. [ignoredReturnValue]
epic5-2.0.1/source/ircaux.c:3224:7: style: Condition '!which' is always true [knownConditionTrueFalse]
epic5-2.0.1/source/ircaux.c:3216:12: note: Assuming that condition 'which==0' is not redundant
epic5-2.0.1/source/ircaux.c:3224:7: note: Condition '!which' is always true
epic5-2.0.1/source/ircaux.c:3430:16: warning: Either the condition 'at' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
epic5-2.0.1/source/ircaux.c:3417:7: note: Assuming that condition 'at' is not redundant
epic5-2.0.1/source/ircaux.c:3430:16: note: Null pointer addition
epic5-2.0.1/source/ircaux.c:4496:4: style: Variable 'oofda' is reassigned a value before the old one has been used. [redundantAssignment]
epic5-2.0.1/source/ircaux.c:4495:0: note: Variable 'oofda' is reassigned a value before the old one has been used.
epic5-2.0.1/source/ircaux.c:4496:4: note: Variable 'oofda' is reassigned a value before the old one has been used.
epic5-2.0.1/source/ircaux.c:7105:2: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
epic5-2.0.1/source/ircaux.c:7102:3: note: Variable 'p' is reassigned a value before the old one has been used.
epic5-2.0.1/source/ircaux.c:7105:2: note: Variable 'p' is reassigned a value before the old one has been used.
epic5-2.0.1/source/ircaux.c:378:9: style: The scope of the variable 'd' can be reduced. [variableScope]
epic5-2.0.1/source/ircaux.c:410:9: style: The scope of the variable 'd' can be reduced. [variableScope]
epic5-2.0.1/source/ircaux.c:444:6: style: The scope of the variable 'd' can be reduced. [variableScope]
epic5-2.0.1/source/ircaux.c:508:6: style: The scope of the variable 'd' can be reduced. [variableScope]
epic5-2.0.1/source/ircaux.c:586:8: style: The scope of the variable 's' can be reduced. [variableScope]
epic5-2.0.1/source/ircaux.c:759:6: style: The scope of the variable 'c1' can be reduced. [variableScope]
epic5-2.0.1/source/ircaux.c:759:10: style: The scope of the variable 'c2' can be reduced. [variableScope]
epic5-2.0.1/source/ircaux.c:760:6: style: The scope of the variable 'u1' can be reduced. [variableScope]
epic5-2.0.1/source/ircaux.c:760:10: style: The scope of the variable 'u2' can be reduced. [variableScope]
epic5-2.0.1/source/ircaux.c:878:10: style: The scope of the variable 'this_len' can be reduced. [variableScope]
epic5-2.0.1/source/ircaux.c:881:9: style: The scope of the variable 'worklen' can be reduced. [variableScope]
epic5-2.0.1/source/ircaux.c:1068:9: style: The scope of the variable 'pathname' can be reduced. [variableScope]
epic5-2.0.1/source/ircaux.c:1069:9: style: The scope of the variable 'rest' can be reduced. [variableScope]
epic5-2.0.1/source/ircaux.c:1070:17: style: The scope of the variable 'entry' can be reduced. [variableScope]
epic5-2.0.1/source/ircaux.c:2164:16: style: The scope of the variable 'count' can be reduced. [variableScope]
epic5-2.0.1/source/ircaux.c:2802:6: style: The scope of the variable 'counter' can be reduced. [variableScope]
epic5-2.0.1/source/ircaux.c:3036:10: style: The scope of the variable 'span' can be reduced. [variableScope]
epic5-2.0.1/source/ircaux.c:3478:6: style: The scope of the variable 'number' can be reduced. [variableScope]
epic5-2.0.1/source/ircaux.c:3745:9: style: The scope of the variable 't' can be reduced. [variableScope]
epic5-2.0.1/source/ircaux.c:4093:15: style: The scope of the variable 'size_src' can be reduced. [variableScope]
epic5-2.0.1/source/ircaux.c:4171:10: style: The scope of the variable 'msize' can be reduced. [variableScope]
epic5-2.0.1/source/ircaux.c:4172:10: style: The scope of the variable 'psize' can be reduced. [variableScope]
epic5-2.0.1/source/ircaux.c:4173:10: style: The scope of the variable 'ssize' can be reduced. [variableScope]
epic5-2.0.1/source/ircaux.c:4551:9: style: The scope of the variable 'buffer_size' can be reduced. [variableScope]
epic5-2.0.1/source/ircaux.c:4552:6: style: The scope of the variable 'vsn_retval' can be reduced. [variableScope]
epic5-2.0.1/source/ircaux.c:4553:10: style: The scope of the variable 'orig_args' can be reduced. [variableScope]
epic5-2.0.1/source/ircaux.c:4734:6: style: The scope of the variable 'simple' can be reduced. [variableScope]
epic5-2.0.1/source/ircaux.c:4735:7: style: The scope of the variable 'what' can be reduced. [variableScope]
epic5-2.0.1/source/ircaux.c:5103:10: style: The scope of the variable 'is_builtin' can be reduced. [variableScope]
epic5-2.0.1/source/ircaux.c:5177:6: style: The scope of the variable 'i' can be reduced. [variableScope]
epic5-2.0.1/source/ircaux.c:5177:9: style: The scope of the variable 'newsize' can be reduced. [variableScope]
epic5-2.0.1/source/ircaux.c:5591:6: style: The scope of the variable 'val1' can be reduced. [variableScope]
epic5-2.0.1/source/ircaux.c:5591:12: style: The scope of the variable 'val2' can be reduced. [variableScope]
epic5-2.0.1/source/ircaux.c:7393:14: style: The scope of the variable 'static_signal_name' can be reduced. [variableScope]
epic5-2.0.1/source/ircaux.c:5539:40: style: Checking if unsigned variable 'dest_len' is less than zero. [unsignedLessThanZero]
epic5-2.0.1/source/ircaux.c:5594:40: style: Checking if unsigned variable 'dest_len' is less than zero. [unsignedLessThanZero]
epic5-2.0.1/source/ircaux.c:5634:40: style: Checking if unsigned variable 'dest_len' is less than zero. [unsignedLessThanZero]
epic5-2.0.1/source/ircaux.c:5659:40: style: Checking if unsigned variable 'dest_len' is less than zero. [unsignedLessThanZero]
epic5-2.0.1/source/ircaux.c:5782:40: style: Checking if unsigned variable 'dest_len' is less than zero. [unsignedLessThanZero]
epic5-2.0.1/source/ircaux.c:5925:40: style: Checking if unsigned variable 'dest_len' is less than zero. [unsignedLessThanZero]
epic5-2.0.1/source/ircaux.c:5980:40: style: Checking if unsigned variable 'dest_len' is less than zero. [unsignedLessThanZero]
epic5-2.0.1/source/ircaux.c:6053:40: style: Checking if unsigned variable 'dest_len' is less than zero. [unsignedLessThanZero]
epic5-2.0.1/source/ircaux.c:6101:40: style: Checking if unsigned variable 'dest_len' is less than zero. [unsignedLessThanZero]
epic5-2.0.1/source/ircaux.c:6118:40: style: Checking if unsigned variable 'dest_len' is less than zero. [unsignedLessThanZero]
epic5-2.0.1/source/ircaux.c:6135:40: style: Checking if unsigned variable 'dest_len' is less than zero. [unsignedLessThanZero]
epic5-2.0.1/source/ircaux.c:6189:40: style: Checking if unsigned variable 'dest_len' is less than zero. [unsignedLessThanZero]
epic5-2.0.1/source/ircaux.c:6235:40: style: Checking if unsigned variable 'dest_len' is less than zero. [unsignedLessThanZero]
epic5-2.0.1/source/ircaux.c:6273:31: style: Checking if unsigned variable 'dest_len' is less than zero. [unsignedLessThanZero]
epic5-2.0.1/source/ircaux.c:6284:40: style: Checking if unsigned variable 'dest_len' is less than zero. [unsignedLessThanZero]
epic5-2.0.1/source/ircaux.c:6604:19: style: Checking if unsigned variable 'orig_str_len' is less than zero. [unsignedLessThanZero]
epic5-2.0.1/source/ircaux.c:6615:19: style: Checking if unsigned variable 'dest_str_len' is less than zero. [unsignedLessThanZero]
epic5-2.0.1/source/ircaux.c:4260:47: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
epic5-2.0.1/source/ircaux.c:4300:53: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
epic5-2.0.1/source/ircaux.c:377:13: style: Unused variable: p [unusedVariable]
epic5-2.0.1/source/ircaux.c:409:13: style: Unused variable: p [unusedVariable]
epic5-2.0.1/source/ircaux.c:5620:6: style: Variable 'count' is modified but its new value is never used. [unreadVariable]
epic5-2.0.1/source/ircaux.c:5676:6: style: Variable 'count' is modified but its new value is never used. [unreadVariable]
epic5-2.0.1/source/ircaux.c:6251:6: style: Variable 'count' is modified but its new value is never used. [unreadVariable]
epic5-2.0.1/source/ircaux.c:7078:17: style: Unused variable: part2str [unusedVariable]
epic5-2.0.1/source/ircaux.c:7078:28: style: Unused variable: part3str [unusedVariable]
epic5-2.0.1/source/ircaux.c:7080:9: style: Unused variable: cutlen [unusedVariable]
epic5-2.0.1/source/ircaux.c:7198:17: style: Variable 'iso2022_jp' is assigned a value that is never used. [unreadVariable]
epic5-2.0.1/source/ircaux.c:7387:4: style: Variable 'malloc_sprintf' is assigned a value that is never used. [unreadVariable]
epic5-2.0.1/source/ircaux.c:975:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
epic5-2.0.1/source/ircaux.c:3690:24: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
epic5-2.0.1/source/ircaux.c:4496:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
epic5-2.0.1/source/ircaux.c:4795:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
epic5-2.0.1/source/ircaux.c:1526:36: error: Uninitialized variable: candidate [uninitvar]
epic5-2.0.1/source/ircaux.c:2304:42: error: Uninitialized variable: expanded [uninitvar]
epic5-2.0.1/source/ircaux.c:4564:7: error: va_start() or va_copy() called subsequently on 'args' without va_end() in between. [va_start_subsequentCalls]
epic5-2.0.1/source/ircaux.c:4583:15: error: va_list 'orig_args' was opened but not closed by va_end(). [va_end_missing]
epic5-2.0.1/source/keys.c:1910:0: error: syntax error [syntaxError]
epic5-2.0.1/source/lastlog.c:1389:27: warning: Either the condition '!start_pos' is redundant or there is possible null pointer dereference: start_pos. [nullPointerRedundantCheck]
epic5-2.0.1/source/lastlog.c:1386:6: note: Assuming that condition '!start_pos' is not redundant
epic5-2.0.1/source/lastlog.c:1389:27: note: Null pointer dereference
epic5-2.0.1/source/lastlog.c:433:2: style: Variable 'rewrite' is reassigned a value before the old one has been used. [redundantAssignment]
epic5-2.0.1/source/lastlog.c:423:0: note: Variable 'rewrite' is reassigned a value before the old one has been used.
epic5-2.0.1/source/lastlog.c:433:2: note: Variable 'rewrite' is reassigned a value before the old one has been used.
epic5-2.0.1/source/lastlog.c:663:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
epic5-2.0.1/source/lastlog.c:673:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
epic5-2.0.1/source/levels.c:352:16: style: The scope of the variable 'retval' can be reduced. [variableScope]
epic5-2.0.1/source/list.c:97:6: style: The scope of the variable 'best_match' can be reduced. [variableScope]
epic5-2.0.1/source/list.c:98:3: style: The scope of the variable 'current_match' can be reduced. [variableScope]
epic5-2.0.1/source/log.c:119:2: error: Resource leak: fp [resourceLeak]
epic5-2.0.1/source/logfiles.c:252:26: style: The scope of the variable 'new_w' can be reduced. [variableScope]
epic5-2.0.1/source/logfiles.c:254:7: style: The scope of the variable 'i' can be reduced. [variableScope]
epic5-2.0.1/source/logfiles.c:534:7: style: The scope of the variable 'i' can be reduced. [variableScope]
epic5-2.0.1/source/mail.c:377:18: style: The scope of the variable 'd' can be reduced. [variableScope]
epic5-2.0.1/source/names.c:206:9: style: The scope of the variable 'new_current_channel' can be reduced. [variableScope]
epic5-2.0.1/source/names.c:787:6: style: The scope of the variable 'type' can be reduced. [variableScope]
epic5-2.0.1/source/names.c:960:6: style: The scope of the variable 'l' can be reduced. [variableScope]
epic5-2.0.1/source/names.c:1054:7: style: The scope of the variable 'len' can be reduced. [variableScope]
epic5-2.0.1/source/names.c:1268:23: style: The scope of the variable 'name' can be reduced. [variableScope]
epic5-2.0.1/source/names.c:1411:6: style: The scope of the variable 'is_current_now' can be reduced. [variableScope]
epic5-2.0.1/source/names.c:1412:6: style: The scope of the variable 'old_window' can be reduced. [variableScope]
epic5-2.0.1/source/names.c:1413:9: style: The scope of the variable 'old_window_new_curchan' can be reduced. [variableScope]
epic5-2.0.1/source/names.c:1414:9: style: The scope of the variable 'new_window_old_curchan' can be reduced. [variableScope]
epic5-2.0.1/source/network.c:339:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
epic5-2.0.1/source/network.c:881:16: style: The scope of the variable 'copy' can be reduced. [variableScope]
epic5-2.0.1/source/network.c:552:12: style: Unused variable: rval [unusedVariable]
epic5-2.0.1/source/network.c:590:12: style: Unused variable: rval [unusedVariable]
epic5-2.0.1/source/newio.c:418:12: style: The scope of the variable 'polls' can be reduced. [variableScope]
epic5-2.0.1/source/notify.c:339:12: style: The scope of the variable 's' can be reduced. [variableScope]
epic5-2.0.1/source/notify.c:515:14: style: The scope of the variable 'tmp' can be reduced. [variableScope]
epic5-2.0.1/source/notify.c:133:38: style: Function 'rebuild_notify_ison' argument 1 names different: declaration 'server' definition 'refnum'. [funcArgNamesDifferent]
epic5-2.0.1/source/notify.c:85:40: note: Function 'rebuild_notify_ison' argument 1 names different: declaration 'server' definition 'refnum'.
epic5-2.0.1/source/notify.c:133:38: note: Function 'rebuild_notify_ison' argument 1 names different: declaration 'server' definition 'refnum'.
epic5-2.0.1/source/notify.c:473:59: style: Function 'notify_userhost_dispatch' argument 2 names different: declaration 'f' definition 'stuff'. [funcArgNamesDifferent]
epic5-2.0.1/source/notify.c:61:52: note: Function 'notify_userhost_dispatch' argument 2 names different: declaration 'f' definition 'stuff'.
epic5-2.0.1/source/notify.c:473:59: note: Function 'notify_userhost_dispatch' argument 2 names different: declaration 'f' definition 'stuff'.
epic5-2.0.1/source/numbers.c:116:6: style: Condition 'ptr' is always false [knownConditionTrueFalse]
epic5-2.0.1/source/numbers.c:99:14: note: Assignment 'ptr=NULL', assigned value is 0
epic5-2.0.1/source/numbers.c:116:6: note: Condition 'ptr' is always false
epic5-2.0.1/source/numbers.c:290:9: style: The scope of the variable 'set' can be reduced. [variableScope]
epic5-2.0.1/source/numbers.c:560:11: style: The scope of the variable 'numonchannel' can be reduced. [variableScope]
epic5-2.0.1/source/numbers.c:560:25: style: The scope of the variable 'maxnum' can be reduced. [variableScope]
epic5-2.0.1/source/numbers.c:389:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
epic5-2.0.1/source/numbers.c:996:9: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
epic5-2.0.1/source/numbers.c:1659:7: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
epic5-2.0.1/source/parse.c:977:2: style: Variable 'copy' is reassigned a value before the old one has been used. [redundantAssignment]
epic5-2.0.1/source/parse.c:972:0: note: Variable 'copy' is reassigned a value before the old one has been used.
epic5-2.0.1/source/parse.c:977:2: note: Variable 'copy' is reassigned a value before the old one has been used.
epic5-2.0.1/source/parse.c:118:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
epic5-2.0.1/source/parse.c:119:9: style: The scope of the variable 'len' can be reduced. [variableScope]
epic5-2.0.1/source/parse.c:659:23: style: The scope of the variable 'ha' can be reduced. [variableScope]
epic5-2.0.1/source/parse.c:1141:6: style: The scope of the variable 'l' can be reduced. [variableScope]
epic5-2.0.1/source/parse.c:1270:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
epic5-2.0.1/source/parse.c:1527:6: style: The scope of the variable 'loc' can be reduced. [variableScope]
epic5-2.0.1/source/perl.c:204:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
epic5-2.0.1/source/perl.c:164:6: style: The scope of the variable 'count' can be reduced. [variableScope]
epic5-2.0.1/source/perl.c:199:12: style: Variable 'ax' is assigned a value that is never used. [unreadVariable]
epic5-2.0.1/source/queue.c:277:6: style: The scope of the variable 'size' can be reduced. [variableScope]
epic5-2.0.1/source/recode.c:1257:10: style: The scope of the variable 'n' can be reduced. [variableScope]
epic5-2.0.1/source/recode.c:369:65: style: Function 'update_recoding_encoding' argument 2 names different: declaration 'encoding' definition 'encodingx'. [funcArgNamesDifferent]
epic5-2.0.1/source/recode.c:186:65: note: Function 'update_recoding_encoding' argument 2 names different: declaration 'encoding' definition 'encodingx'.
epic5-2.0.1/source/recode.c:369:65: note: Function 'update_recoding_encoding' argument 2 names different: declaration 'encoding' definition 'encodingx'.
epic5-2.0.1/source/reg.c:677:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
epic5-2.0.1/source/reg.c:670:0: note: Variable 'retval' is reassigned a value before the old one has been used.
epic5-2.0.1/source/reg.c:677:2: note: Variable 'retval' is reassigned a value before the old one has been used.
epic5-2.0.1/source/reg.c:528:32: style: The scope of the variable 'arg' can be reduced. [variableScope]
epic5-2.0.1/source/screen.c:1176:11: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
epic5-2.0.1/source/screen.c:1121:17: note: outer condition: i<nargs
epic5-2.0.1/source/screen.c:1176:11: note: opposite inner condition: i==nargs
epic5-2.0.1/source/screen.c:3621:22: warning: Either the condition 'ptr' is redundant or there is possible null pointer dereference: ptr. [nullPointerRedundantCheck]
epic5-2.0.1/source/screen.c:3618:9: note: Assuming that condition 'ptr' is not redundant
epic5-2.0.1/source/screen.c:3621:22: note: Null pointer dereference
epic5-2.0.1/source/screen.c:2309:9: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
epic5-2.0.1/source/screen.c:2292:0: note: Variable 'str' is reassigned a value before the old one has been used.
epic5-2.0.1/source/screen.c:2309:9: note: Variable 'str' is reassigned a value before the old one has been used.
epic5-2.0.1/source/screen.c:569:8: style: The scope of the variable 'c1' can be reduced. [variableScope]
epic5-2.0.1/source/screen.c:569:12: style: The scope of the variable 'c2' can be reduced. [variableScope]
epic5-2.0.1/source/screen.c:573:8: style: The scope of the variable 'val' can be reduced. [variableScope]
epic5-2.0.1/source/screen.c:574:8: style: The scope of the variable 'noval' can be reduced. [variableScope]
epic5-2.0.1/source/screen.c:783:8: style: The scope of the variable 'c1' can be reduced. [variableScope]
epic5-2.0.1/source/screen.c:783:12: style: The scope of the variable 'c2' can be reduced. [variableScope]
epic5-2.0.1/source/screen.c:1818:7: style: The scope of the variable 'codepoint' can be reduced. [variableScope]
epic5-2.0.1/source/screen.c:2299:7: style: The scope of the variable 'codepoint' can be reduced. [variableScope]
epic5-2.0.1/source/screen.c:2463:7: style: The scope of the variable 'codepoint' can be reduced. [variableScope]
epic5-2.0.1/source/screen.c:2755:10: style: The scope of the variable 'pend' can be reduced. [variableScope]
epic5-2.0.1/source/screen.c:3129:13: style: The scope of the variable 'refnumber' can be reduced. [variableScope]
epic5-2.0.1/source/screen.c:3234:8: style: The scope of the variable 'i' can be reduced. [variableScope]
epic5-2.0.1/source/screen.c:3588:8: style: The scope of the variable 'buffer' can be reduced. [variableScope]
epic5-2.0.1/source/screen.c:3590:6: style: The scope of the variable 'n' can be reduced. [variableScope]
epic5-2.0.1/source/screen.c:3590:9: style: The scope of the variable 'i' can be reduced. [variableScope]
epic5-2.0.1/source/screen.c:3591:6: style: The scope of the variable 'proto' can be reduced. [variableScope]
epic5-2.0.1/source/screen.c:3746:13: style: The scope of the variable 'never_warn_again' can be reduced. [variableScope]
epic5-2.0.1/source/screen.c:4050:6: style: The scope of the variable 'codepoint' can be reduced. [variableScope]
epic5-2.0.1/source/screen.c:4125:12: style: The scope of the variable 'codepoint' can be reduced. [variableScope]
epic5-2.0.1/source/screen.c:4104:11: style: Checking if unsigned variable 'num' is less than zero. [unsignedLessThanZero]
epic5-2.0.1/source/screen.c:3735:10: style: Unused variable: dest_left [unusedVariable]
epic5-2.0.1/source/sdbm.c:282:7: style: The scope of the variable 'newp' can be reduced. [variableScope]
epic5-2.0.1/source/sdbm.c:756:6: style: The scope of the variable 'my_off' can be reduced. [variableScope]
epic5-2.0.1/source/server.c:233:10: style: The scope of the variable 'span' can be reduced. [variableScope]
epic5-2.0.1/source/server.c:926:6: style: The scope of the variable 'refnum' can be reduced. [variableScope]
epic5-2.0.1/source/server.c:1066:10: style: The scope of the variable 's' can be reduced. [variableScope]
epic5-2.0.1/source/server.c:1097:6: style: The scope of the variable 'newserv' can be reduced. [variableScope]
epic5-2.0.1/source/server.c:1414:8: style: The scope of the variable 'cnt' can be reduced. [variableScope]
epic5-2.0.1/source/server.c:1945:6: style: The scope of the variable 'err' can be reduced. [variableScope]
epic5-2.0.1/source/server.c:2062:6: style: The scope of the variable 'err' can be reduced. [variableScope]
epic5-2.0.1/source/server.c:2808:14: style: The scope of the variable 'message' can be reduced. [variableScope]
epic5-2.0.1/source/server.c:2878:7: style: The scope of the variable 'p_port' can be reduced. [variableScope]
epic5-2.0.1/source/server.c:2893:7: style: The scope of the variable 'p_port' can be reduced. [variableScope]
epic5-2.0.1/source/server.c:3050:14: style: The scope of the variable 'id' can be reduced. [variableScope]
epic5-2.0.1/source/server.c:456:42: style: Function 'free_serverinfo' argument 1 names different: declaration 's' definition 'si'. [funcArgNamesDifferent]
epic5-2.0.1/source/server.c:132:42: note: Function 'free_serverinfo' argument 1 names different: declaration 's' definition 'si'.
epic5-2.0.1/source/server.c:456:42: note: Function 'free_serverinfo' argument 1 names different: declaration 's' definition 'si'.
epic5-2.0.1/source/server.c:635:47: style: Function 'serverinfo_to_servref' argument 1 names different: declaration 's' definition 'si'. [funcArgNamesDifferent]
epic5-2.0.1/source/server.c:133:47: note: Function 'serverinfo_to_servref' argument 1 names different: declaration 's' definition 'si'.
epic5-2.0.1/source/server.c:635:47: note: Function 'serverinfo_to_servref' argument 1 names different: declaration 's' definition 'si'.
epic5-2.0.1/source/server.c:702:47: style: Function 'serverinfo_to_newserv' argument 1 names different: declaration 's' definition 'si'. [funcArgNamesDifferent]
epic5-2.0.1/source/server.c:134:47: note: Function 'serverinfo_to_newserv' argument 1 names different: declaration 's' definition 'si'.
epic5-2.0.1/source/server.c:702:47: note: Function 'serverinfo_to_newserv' argument 1 names different: declaration 's' definition 'si'.
epic5-2.0.1/source/server.c:1847:69: style: Function 'vsend_to_aserver_with_payload' argument 2 names different: declaration 'extra' definition 'payload'. [funcArgNamesDifferent]
epic5-2.0.1/source/server.c:1763:62: note: Function 'vsend_to_aserver_with_payload' argument 2 names different: declaration 'extra' definition 'payload'.
epic5-2.0.1/source/server.c:1847:69: note: Function 'vsend_to_aserver_with_payload' argument 2 names different: declaration 'extra' definition 'payload'.
epic5-2.0.1/source/server.c:637:9: style: Unused variable: j [unusedVariable]
epic5-2.0.1/source/server.c:638:10: style: Unused variable: s [unusedVariable]
epic5-2.0.1/source/server.c:4400:8: style: Unused variable: des [unusedVariable]
epic5-2.0.1/source/sha2.c:115:0: error: #error Define BYTE_ORDER to be equal to either LITTLE_ENDIAN or BIG_ENDIAN [preprocessorErrorDirective]
epic5-2.0.1/source/status.c:786:9: style: The scope of the variable 'status_str' can be reduced. [variableScope]
epic5-2.0.1/source/status.c:1572:8: style: The scope of the variable 'text' can be reduced. [variableScope]
epic5-2.0.1/source/status.c:1583:8: style: The scope of the variable 'text' can be reduced. [variableScope]
epic5-2.0.1/source/status.c:1271:17: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
epic5-2.0.1/source/term.c:1469:6: style: The scope of the variable 'i' can be reduced. [variableScope]
epic5-2.0.1/source/timer.c:1078:27: style: Redundant condition: If 'EXPR < 0', the comparison 'EXPR != 1' is always true. [redundantCondition]
epic5-2.0.1/source/timer.c:401:2: style: Variable 'ntimer->domain' is reassigned a value before the old one has been used. [redundantAssignment]
epic5-2.0.1/source/timer.c:400:2: note: Variable 'ntimer->domain' is reassigned a value before the old one has been used.
epic5-2.0.1/source/timer.c:401:2: note: Variable 'ntimer->domain' is reassigned a value before the old one has been used.
epic5-2.0.1/source/timer.c:123:10: style: The scope of the variable 'flag' can be reduced. [variableScope]
epic5-2.0.1/source/timer.c:126:10: style: The scope of the variable 'interval' can be reduced. [variableScope]
epic5-2.0.1/source/timer.c:129:10: style: The scope of the variable 'len' can be reduced. [variableScope]
epic5-2.0.1/source/timer.c:679:17: style: The scope of the variable 'time_left' can be reduced. [variableScope]
epic5-2.0.1/source/timer.c:755:6: style: The scope of the variable 'i' can be reduced. [variableScope]
epic5-2.0.1/source/timer.c:755:9: style: The scope of the variable 'pts' can be reduced. [variableScope]
epic5-2.0.1/source/vars.c:906:15: style: The scope of the variable 'str2' can be reduced. [variableScope]
epic5-2.0.1/source/vars.c:301:2: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
epic5-2.0.1/source/vars.c:303:2: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
epic5-2.0.1/source/vars.c:329:2: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
epic5-2.0.1/source/vars.c:333:2: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
epic5-2.0.1/source/vars.c:340:2: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
epic5-2.0.1/source/vars.c:342:2: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
epic5-2.0.1/source/vars.c:344:2: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
epic5-2.0.1/source/vars.c:360:2: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
epic5-2.0.1/source/wcwidth.c:78:7: style: The scope of the variable 'mid' can be reduced. [variableScope]
epic5-2.0.1/source/wcwidth.c:222:26: style: The scope of the variable 'a' can be reduced. [variableScope]
epic5-2.0.1/source/wcwidth.c:222:29: style: The scope of the variable 'b' can be reduced. [variableScope]
epic5-2.0.1/source/wcwidth.c:222:32: style: The scope of the variable 'c' can be reduced. [variableScope]
epic5-2.0.1/source/wcwidth.c:222:35: style: The scope of the variable 'd' can be reduced. [variableScope]
epic5-2.0.1/source/wcwidth.c:224:17: style: The scope of the variable 'result' can be reduced. [variableScope]
epic5-2.0.1/source/wcwidth.c:472:6: style: The scope of the variable 'x' can be reduced. [variableScope]
epic5-2.0.1/source/wcwidth.c:490:6: style: The scope of the variable 'x' can be reduced. [variableScope]
epic5-2.0.1/source/wcwidth.c:221:17: style: Unused variable: offset [unusedVariable]
epic5-2.0.1/source/wcwidth.c:334:17: style: Unused variable: offset [unusedVariable]
epic5-2.0.1/source/wcwidth.c:337:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
epic5-2.0.1/source/who.c:64:10: style: The scope of the variable 'args' can be reduced. [variableScope]
epic5-2.0.1/source/who.c:1439:24: style: The scope of the variable 'this1' can be reduced. [variableScope]
epic5-2.0.1/source/who.c:1439:39: style: The scope of the variable 'this2' can be reduced. [variableScope]
epic5-2.0.1/source/window.c:4749:2: style: Variable 'smallest' is reassigned a value before the old one has been used. [redundantAssignment]
epic5-2.0.1/source/window.c:4747:0: note: Variable 'smallest' is reassigned a value before the old one has been used.
epic5-2.0.1/source/window.c:4749:2: note: Variable 'smallest' is reassigned a value before the old one has been used.
epic5-2.0.1/source/window.c:5968:2: style: Variable 'original_args' is reassigned a value before the old one has been used. [redundantAssignment]
epic5-2.0.1/source/window.c:5960:0: note: Variable 'original_args' is reassigned a value before the old one has been used.
epic5-2.0.1/source/window.c:5968:2: note: Variable 'original_args' is reassigned a value before the old one has been used.
epic5-2.0.1/source/window.c:7524:13: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
epic5-2.0.1/source/window.c:7526:8: note: Found duplicate branches for 'if' and 'else'.
epic5-2.0.1/source/window.c:7524:13: note: Found duplicate branches for 'if' and 'else'.
epic5-2.0.1/source/window.c:1856:16: style: The scope of the variable 'winner' can be reduced. [variableScope]
epic5-2.0.1/source/window.c:2833:6: style: The scope of the variable 'status' can be reduced. [variableScope]
epic5-2.0.1/source/window.c:3165:6: style: The scope of the variable 'i' can be reduced. [variableScope]
epic5-2.0.1/source/window.c:3496:10: style: The scope of the variable 'win' can be reduced. [variableScope]
epic5-2.0.1/source/window.c:3519:10: style: The scope of the variable 'tmp' can be reduced. [variableScope]
epic5-2.0.1/source/window.c:3602:14: style: The scope of the variable 'new_w' can be reduced. [variableScope]
epic5-2.0.1/source/window.c:3807:6: style: The scope of the variable 'lastlog_count' can be reduced. [variableScope]
epic5-2.0.1/source/window.c:4178:6: style: The scope of the variable 'slider' can be reduced. [variableScope]
epic5-2.0.1/source/window.c:4179:6: style: The scope of the variable 'i' can be reduced. [variableScope]
epic5-2.0.1/source/window.c:4442:6: style: The scope of the variable 'add' can be reduced. [variableScope]
epic5-2.0.1/source/window.c:4444:6: style: The scope of the variable 'i' can be reduced. [variableScope]
epic5-2.0.1/source/window.c:4843:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
epic5-2.0.1/source/window.c:4845:7: style: The scope of the variable 'i' can be reduced. [variableScope]
epic5-2.0.1/source/window.c:4845:10: style: The scope of the variable 'oldref' can be reduced. [variableScope]
epic5-2.0.1/source/window.c:4845:18: style: The scope of the variable 'newref' can be reduced. [variableScope]
epic5-2.0.1/source/window.c:4895:8: style: The scope of the variable 'refnum' can be reduced. [variableScope]
epic5-2.0.1/source/window.c:5386:6: style: The scope of the variable 'val' can be reduced. [variableScope]
epic5-2.0.1/source/window.c:5405:6: style: The scope of the variable 'val' can be reduced. [variableScope]
epic5-2.0.1/source/window.c:5430:6: style: The scope of the variable 'val' can be reduced. [variableScope]
epic5-2.0.1/source/window.c:5959:6: style: The scope of the variable 'l' can be reduced. [variableScope]
epic5-2.0.1/source/window.c:6204:6: style: The scope of the variable 'scroll' can be reduced. [variableScope]
epic5-2.0.1/source/window.c:1725:20: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
epic5-2.0.1/source/window.c:1753:21: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
epic5-2.0.1/source/window.c:1754:21: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
epic5-2.0.1/source/window.c:6663:68: style: Function 'window_scrollback_to_string' argument 2 names different: declaration 'str' definition 'preg'. [funcArgNamesDifferent]
epic5-2.0.1/source/window.c:151:70: note: Function 'window_scrollback_to_string' argument 2 names different: declaration 'str' definition 'preg'.
epic5-2.0.1/source/window.c:6663:68: note: Function 'window_scrollback_to_string' argument 2 names different: declaration 'str' definition 'preg'.
epic5-2.0.1/source/window.c:6671:71: style: Function 'window_scrollforward_to_string' argument 2 names different: declaration 'str' definition 'preg'. [funcArgNamesDifferent]
epic5-2.0.1/source/window.c:152:73: note: Function 'window_scrollforward_to_string' argument 2 names different: declaration 'str' definition 'preg'.
epic5-2.0.1/source/window.c:6671:71: note: Function 'window_scrollforward_to_string' argument 2 names different: declaration 'str' definition 'preg'.
epic5-2.0.1/source/window.c:4622:6: style: Unused variable: mangle [unusedVariable]
epic5-2.0.1/source/window.c:5520:9: style: Unused variable: right_now [unusedVariable]
epic5-2.0.1/source/window.c:5520:20: style: Unused variable: when [unusedVariable]
epic5-2.0.1/source/wserv.c:297:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
epic5-2.0.1/source/wserv.c:328:9: error: va_list 'args' was opened but not closed by va_end(). [va_end_missing]
epic5-2.0.1/test.c:267:6: style: The scope of the variable 'res' can be reduced. [variableScope]
[17:43]

ftp://ftp.se.debian.org/debian/pool/main/e/epigrass/epigrass_2.4.7.orig.tar.gz
epigrass-2.4.7/Epigrass/epimodels.c:13:0: error: #error Python headers needed to compile C extensions, please install development version of Python. [preprocessorErrorDirective]
[17:43]

ftp://ftp.se.debian.org/debian/pool/main/e/epiphany/epiphany_0.7.0.orig.tar.gz
epiphany-0.7.0/src/commandline_configuration.h:22:8: style: The function 'get_string' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/abstract_configuration.h:12:15: note: Virtual function in base class
epiphany-0.7.0/src/commandline_configuration.h:22:8: note: Function in derived class
epiphany-0.7.0/src/commandline_configuration.h:24:8: style: The function 'get_int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/abstract_configuration.h:14:15: note: Virtual function in base class
epiphany-0.7.0/src/commandline_configuration.h:24:8: note: Function in derived class
epiphany-0.7.0/src/commandline_configuration.h:26:8: style: The function 'get_bool' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/abstract_configuration.h:16:15: note: Virtual function in base class
epiphany-0.7.0/src/commandline_configuration.h:26:8: note: Function in derived class
epiphany-0.7.0/src/commandline_configuration.h:30:8: style: The function 'save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/abstract_configuration.h:20:15: note: Virtual function in base class
epiphany-0.7.0/src/commandline_configuration.h:30:8: note: Function in derived class
epiphany-0.7.0/src/commandline_configuration.h:32:8: style: The function 'remove_object' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/abstract_configuration.h:22:15: note: Virtual function in base class
epiphany-0.7.0/src/commandline_configuration.h:32:8: note: Function in derived class
epiphany-0.7.0/src/commandline_configuration.h:34:8: style: The function 'remove_section' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/abstract_configuration.h:24:15: note: Virtual function in base class
epiphany-0.7.0/src/commandline_configuration.h:34:8: note: Function in derived class
epiphany-0.7.0/src/commandline_configuration.h:36:8: style: The function 'set_string' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/abstract_configuration.h:26:15: note: Virtual function in base class
epiphany-0.7.0/src/commandline_configuration.h:36:8: note: Function in derived class
epiphany-0.7.0/src/commandline_configuration.h:38:8: style: The function 'set_int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/abstract_configuration.h:28:15: note: Virtual function in base class
epiphany-0.7.0/src/commandline_configuration.h:38:8: note: Function in derived class
epiphany-0.7.0/src/commandline_configuration.h:40:8: style: The function 'set_bool' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/abstract_configuration.h:30:15: note: Virtual function in base class
epiphany-0.7.0/src/commandline_configuration.h:40:8: note: Function in derived class
epiphany-0.7.0/src/entities/entity_explosion.cpp:24:19: warning: Member variable 'Entity_Explosion::m_is_exploding' is not initialized in the constructor. [uninitMemberVar]
epiphany-0.7.0/src/entities/entity_monster.cpp:33:17: warning: Member variable 'Entity_Monster::m_is_exploding' is not initialized in the constructor. [uninitMemberVar]
epiphany-0.7.0/src/sprite.h:76:2: warning: Member variable 'Sprite::m_surface' is not initialized in the constructor. [uninitMemberVar]
epiphany-0.7.0/src/sprite.h:76:2: warning: Member variable 'Sprite::m_state' is not initialized in the constructor. [uninitMemberVar]
epiphany-0.7.0/src/entity.cpp:24:9: warning: Member variable 'Entity::m_type' is not initialized in the constructor. [uninitMemberVar]
epiphany-0.7.0/src/entity.cpp:24:9: warning: Member variable 'Entity::m_exists' is not initialized in the constructor. [uninitMemberVar]
epiphany-0.7.0/src/entity.cpp:24:9: warning: Member variable 'Entity::current_level' is not initialized in the constructor. [uninitMemberVar]
epiphany-0.7.0/src/entity_manager.h:41:9: style: Technically the member function 'Entity_Manager::size' can be const. [functionConst]
epiphany-0.7.0/src/entity.h:64:16: style: Technically the member function 'Entity::get_id' can be const. [functionConst]
epiphany-0.7.0/src/entity.cpp:39:23: note: Technically the member function 'Entity::get_id' can be const.
epiphany-0.7.0/src/entity.h:64:16: note: Technically the member function 'Entity::get_id' can be const.
epiphany-0.7.0/src/entity.h:68:9: style: Technically the member function 'Entity::get_position_x' can be const. [functionConst]
epiphany-0.7.0/src/entity.cpp:67:16: note: Technically the member function 'Entity::get_position_x' can be const.
epiphany-0.7.0/src/entity.h:68:9: note: Technically the member function 'Entity::get_position_x' can be const.
epiphany-0.7.0/src/entity.h:70:9: style: Technically the member function 'Entity::get_position_y' can be const. [functionConst]
epiphany-0.7.0/src/entity.cpp:74:16: note: Technically the member function 'Entity::get_position_y' can be const.
epiphany-0.7.0/src/entity.h:70:9: note: Technically the member function 'Entity::get_position_y' can be const.
epiphany-0.7.0/src/entity.h:72:14: style: Technically the member function 'Entity::get_type' can be const. [functionConst]
epiphany-0.7.0/src/entity.h:104:7: style: Technically the member function 'Entity::exists' can be const. [functionConst]
epiphany-0.7.0/src/surface.h:40:2: style: Class 'Surface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
epiphany-0.7.0/src/sprite.h:78:2: style: Class 'Sprite' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
epiphany-0.7.0/src/entity_manager.cpp:37:50: style: Function 'get_entity' argument 1 names different: declaration 'handle' definition 'entity_handle'. [funcArgNamesDifferent]
epiphany-0.7.0/src/entity_manager.h:37:35: note: Function 'get_entity' argument 1 names different: declaration 'handle' definition 'entity_handle'.
epiphany-0.7.0/src/entity_manager.cpp:37:50: note: Function 'get_entity' argument 1 names different: declaration 'handle' definition 'entity_handle'.
epiphany-0.7.0/src/entity_manager.cpp:51:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
epiphany-0.7.0/src/entities/entity_unknown.h:18:7: performance: Technically the member function 'Entity_Unknown::pass_on_me' can be static. [functionStatic]
epiphany-0.7.0/src/entities/entity_unknown.h:16:7: style: The function 'check_and_do' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:113:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_unknown.h:16:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_unknown.h:20:7: style: The function 'hit_from_up' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:119:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_unknown.h:20:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_unknown.h:22:7: style: The function 'explode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:120:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_unknown.h:22:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_unknown.h:24:7: style: The function 'roll_on_me' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:121:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_unknown.h:24:7: note: Function in derived class
epiphany-0.7.0/src/tinyxml/tinyxml.h:602:84: style: C-style pointer casting [cstyleCast]
epiphany-0.7.0/src/tinyxml/tinyxml.h:603:84: style: C-style pointer casting [cstyleCast]
epiphany-0.7.0/src/tinyxml/tinyxml.h:604:84: style: C-style pointer casting [cstyleCast]
epiphany-0.7.0/src/tinyxml/tinyxml.h:605:84: style: C-style pointer casting [cstyleCast]
epiphany-0.7.0/src/tinyxml/tinyxml.h:606:82: style: C-style pointer casting [cstyleCast]
epiphany-0.7.0/src/tinyxml/tinyxml.h:607:92: style: C-style pointer casting [cstyleCast]
epiphany-0.7.0/src/tinyxml/tinyxml.h:609:72: style: C-style pointer casting [cstyleCast]
epiphany-0.7.0/src/tinyxml/tinyxml.h:610:71: style: C-style pointer casting [cstyleCast]
epiphany-0.7.0/src/tinyxml/tinyxml.h:611:71: style: C-style pointer casting [cstyleCast]
epiphany-0.7.0/src/tinyxml/tinyxml.h:612:71: style: C-style pointer casting [cstyleCast]
epiphany-0.7.0/src/tinyxml/tinyxml.h:613:70: style: C-style pointer casting [cstyleCast]
epiphany-0.7.0/src/tinyxml/tinyxml.h:614:79: style: C-style pointer casting [cstyleCast]
epiphany-0.7.0/src/tinyxml/tinystr.h:89:5: style: 'TiXmlString::operator=' should return 'TiXmlString &'. [operatorEq]
epiphany-0.7.0/src/tinyxml/tinyxml.h:826:2: style: 'TiXmlElement::operator=' should return 'TiXmlElement &'. [operatorEq]
epiphany-0.7.0/src/tinyxml/tinyxml.h:961:2: style: 'TiXmlComment::operator=' should return 'TiXmlComment &'. [operatorEq]
epiphany-0.7.0/src/tinyxml/tinyxml.h:1011:2: style: 'TiXmlText::operator=' should return 'TiXmlText &'. [operatorEq]
epiphany-0.7.0/src/tinyxml/tinyxml.h:1066:2: style: 'TiXmlDeclaration::operator=' should return 'TiXmlDeclaration &'. [operatorEq]
epiphany-0.7.0/src/tinyxml/tinyxml.h:1114:2: style: 'TiXmlUnknown::operator=' should return 'TiXmlUnknown &'. [operatorEq]
epiphany-0.7.0/src/tinyxml/tinyxml.h:1154:2: style: 'TiXmlDocument::operator=' should return 'TiXmlDocument &'. [operatorEq]
epiphany-0.7.0/src/tinyxml/tinyxml.h:1369:2: style: 'TiXmlHandle::operator=' should return 'TiXmlHandle &'. [operatorEq]
epiphany-0.7.0/src/tinyxml/tinyxml.h:689:3: performance: Variable 'name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
epiphany-0.7.0/src/tinyxml/tinyxml.h:690:3: performance: Variable 'value' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
epiphany-0.7.0/src/epiconfig.h:55:9: style: Technically the member function 'Epiconfig::get_screen_size_x' can be const. [functionConst]
epiphany-0.7.0/src/epiconfig.cpp:61:19: note: Technically the member function 'Epiconfig::get_screen_size_x' can be const.
epiphany-0.7.0/src/epiconfig.h:55:9: note: Technically the member function 'Epiconfig::get_screen_size_x' can be const.
epiphany-0.7.0/src/epiconfig.h:57:9: style: Technically the member function 'Epiconfig::get_screen_size_y' can be const. [functionConst]
epiphany-0.7.0/src/epiconfig.cpp:69:19: note: Technically the member function 'Epiconfig::get_screen_size_y' can be const.
epiphany-0.7.0/src/epiconfig.h:57:9: note: Technically the member function 'Epiconfig::get_screen_size_y' can be const.
epiphany-0.7.0/src/epiconfig.h:59:9: style: Technically the member function 'Epiconfig::get_score_size_y' can be const. [functionConst]
epiphany-0.7.0/src/epiconfig.cpp:77:19: note: Technically the member function 'Epiconfig::get_score_size_y' can be const.
epiphany-0.7.0/src/epiconfig.h:59:9: note: Technically the member function 'Epiconfig::get_score_size_y' can be const.
epiphany-0.7.0/src/epiconfig.h:63:9: style: Technically the member function 'Epiconfig::get_map_size_x' can be const. [functionConst]
epiphany-0.7.0/src/epiconfig.cpp:85:19: note: Technically the member function 'Epiconfig::get_map_size_x' can be const.
epiphany-0.7.0/src/epiconfig.h:63:9: note: Technically the member function 'Epiconfig::get_map_size_x' can be const.
epiphany-0.7.0/src/epiconfig.h:65:9: style: Technically the member function 'Epiconfig::get_map_size_y' can be const. [functionConst]
epiphany-0.7.0/src/epiconfig.cpp:93:19: note: Technically the member function 'Epiconfig::get_map_size_y' can be const.
epiphany-0.7.0/src/epiconfig.h:65:9: note: Technically the member function 'Epiconfig::get_map_size_y' can be const.
epiphany-0.7.0/src/epiconfig.h:67:9: style: Technically the member function 'Epiconfig::get_max_anim_drawn' can be const. [functionConst]
epiphany-0.7.0/src/epiconfig.cpp:101:19: note: Technically the member function 'Epiconfig::get_max_anim_drawn' can be const.
epiphany-0.7.0/src/epiconfig.h:67:9: note: Technically the member function 'Epiconfig::get_max_anim_drawn' can be const.
epiphany-0.7.0/src/epiconfig.h:71:9: style: Technically the member function 'Epiconfig::get_moving_step' can be const. [functionConst]
epiphany-0.7.0/src/epiconfig.cpp:109:19: note: Technically the member function 'Epiconfig::get_moving_step' can be const.
epiphany-0.7.0/src/epiconfig.h:71:9: note: Technically the member function 'Epiconfig::get_moving_step' can be const.
epiphany-0.7.0/src/epiconfig.h:73:9: style: Technically the member function 'Epiconfig::get_msec_per_frame' can be const. [functionConst]
epiphany-0.7.0/src/epiconfig.cpp:117:19: note: Technically the member function 'Epiconfig::get_msec_per_frame' can be const.
epiphany-0.7.0/src/epiconfig.h:73:9: note: Technically the member function 'Epiconfig::get_msec_per_frame' can be const.
epiphany-0.7.0/src/epiconfig.h:75:9: style: Technically the member function 'Epiconfig::get_volume_sound' can be const. [functionConst]
epiphany-0.7.0/src/epiconfig.cpp:125:19: note: Technically the member function 'Epiconfig::get_volume_sound' can be const.
epiphany-0.7.0/src/epiconfig.h:75:9: note: Technically the member function 'Epiconfig::get_volume_sound' can be const.
epiphany-0.7.0/src/epiconfig.h:77:9: style: Technically the member function 'Epiconfig::get_volume_music' can be const. [functionConst]
epiphany-0.7.0/src/epiconfig.cpp:133:19: note: Technically the member function 'Epiconfig::get_volume_music' can be const.
epiphany-0.7.0/src/epiconfig.h:77:9: note: Technically the member function 'Epiconfig::get_volume_music' can be const.
epiphany-0.7.0/src/epiconfig.h:79:9: style: Technically the member function 'Epiconfig::get_last_level' can be const. [functionConst]
epiphany-0.7.0/src/epiconfig.cpp:157:19: note: Technically the member function 'Epiconfig::get_last_level' can be const.
epiphany-0.7.0/src/epiconfig.h:79:9: note: Technically the member function 'Epiconfig::get_last_level' can be const.
epiphany-0.7.0/src/epiconfig.h:91:7: performance: Technically the member function 'Epiconfig::refresh_game_window_parameters' can be static. [functionStatic]
epiphany-0.7.0/src/epiconfig.cpp:173:17: note: Technically the member function 'Epiconfig::refresh_game_window_parameters' can be static.
epiphany-0.7.0/src/epiconfig.h:91:7: note: Technically the member function 'Epiconfig::refresh_game_window_parameters' can be static.
epiphany-0.7.0/src/tinyxml/tinystr.h:177:12: performance: Technically the member function 'TiXmlString::assign_new_size' can be static. [functionStatic]
epiphany-0.7.0/src/tinyxml/tinyxml.h:1218:6: style: Technically the member function 'TiXmlDocument::ErrorRow' can be const. [functionConst]
epiphany-0.7.0/src/tinyxml/tinyxml.h:1219:6: style: Technically the member function 'TiXmlDocument::ErrorCol' can be const. [functionConst]
epiphany-0.7.0/src/tinyxml/tinyxml.h:219:3: style: Class 'StringToBuffer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
epiphany-0.7.0/src/tinyxml/tinyxml.h:817:2: style: Class 'TiXmlElement' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
epiphany-0.7.0/src/tinyxml/tinyxml.h:996:2: style: Class 'TiXmlText' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
epiphany-0.7.0/src/tinyxml/tinyxml.h:1146:2: style: Class 'TiXmlDocument' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
epiphany-0.7.0/src/tinyxml/tinyxml.h:1366:2: style: Class 'TiXmlHandle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
epiphany-0.7.0/src/tinyxml/tinyxml.h:748:22: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/tinyxml/tinyxml.h:187:22: note: Virtual function in base class
epiphany-0.7.0/src/tinyxml/tinyxml.h:748:22: note: Function in derived class
epiphany-0.7.0/src/tinyxml/tinyxml.h:751:15: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/tinyxml/tinyxml.h:146:15: note: Virtual function in base class
epiphany-0.7.0/src/tinyxml/tinyxml.h:751:15: note: Function in derived class
epiphany-0.7.0/src/tinyxml/tinyxml.h:753:15: style: The function 'StreamOut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/tinyxml/tinyxml.h:230:15: note: Virtual function in base class
epiphany-0.7.0/src/tinyxml/tinyxml.h:753:15: note: Function in derived class
epiphany-0.7.0/src/tinyxml/tinyxml.h:921:21: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/tinyxml/tinyxml.h:619:21: note: Virtual function in base class
epiphany-0.7.0/src/tinyxml/tinyxml.h:921:21: note: Function in derived class
epiphany-0.7.0/src/tinyxml/tinyxml.h:923:15: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/tinyxml/tinyxml.h:146:15: note: Virtual function in base class
epiphany-0.7.0/src/tinyxml/tinyxml.h:923:15: note: Function in derived class
epiphany-0.7.0/src/tinyxml/tinyxml.h:928:22: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/tinyxml/tinyxml.h:187:22: note: Virtual function in base class
epiphany-0.7.0/src/tinyxml/tinyxml.h:928:22: note: Function in derived class
epiphany-0.7.0/src/tinyxml/tinyxml.h:939:15: style: The function 'StreamOut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/tinyxml/tinyxml.h:230:15: note: Virtual function in base class
epiphany-0.7.0/src/tinyxml/tinyxml.h:939:15: note: Function in derived class
epiphany-0.7.0/src/tinyxml/tinyxml.h:966:21: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/tinyxml/tinyxml.h:619:21: note: Virtual function in base class
epiphany-0.7.0/src/tinyxml/tinyxml.h:966:21: note: Function in derived class
epiphany-0.7.0/src/tinyxml/tinyxml.h:968:15: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/tinyxml/tinyxml.h:146:15: note: Virtual function in base class
epiphany-0.7.0/src/tinyxml/tinyxml.h:968:15: note: Function in derived class
epiphany-0.7.0/src/tinyxml/tinyxml.h:973:22: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/tinyxml/tinyxml.h:187:22: note: Virtual function in base class
epiphany-0.7.0/src/tinyxml/tinyxml.h:973:22: note: Function in derived class
epiphany-0.7.0/src/tinyxml/tinyxml.h:982:15: style: The function 'StreamOut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/tinyxml/tinyxml.h:230:15: note: Virtual function in base class
epiphany-0.7.0/src/tinyxml/tinyxml.h:982:15: note: Function in derived class
epiphany-0.7.0/src/tinyxml/tinyxml.h:1014:15: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/tinyxml/tinyxml.h:146:15: note: Virtual function in base class
epiphany-0.7.0/src/tinyxml/tinyxml.h:1014:15: note: Function in derived class
epiphany-0.7.0/src/tinyxml/tinyxml.h:1016:22: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/tinyxml/tinyxml.h:187:22: note: Virtual function in base class
epiphany-0.7.0/src/tinyxml/tinyxml.h:1016:22: note: Function in derived class
epiphany-0.7.0/src/tinyxml/tinyxml.h:1020:21: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/tinyxml/tinyxml.h:619:21: note: Virtual function in base class
epiphany-0.7.0/src/tinyxml/tinyxml.h:1020:21: note: Function in derived class
epiphany-0.7.0/src/tinyxml/tinyxml.h:1023:15: style: The function 'StreamOut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/tinyxml/tinyxml.h:230:15: note: Virtual function in base class
epiphany-0.7.0/src/tinyxml/tinyxml.h:1023:15: note: Function in derived class
epiphany-0.7.0/src/tinyxml/tinyxml.h:1078:21: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/tinyxml/tinyxml.h:619:21: note: Virtual function in base class
epiphany-0.7.0/src/tinyxml/tinyxml.h:1078:21: note: Function in derived class
epiphany-0.7.0/src/tinyxml/tinyxml.h:1080:15: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/tinyxml/tinyxml.h:146:15: note: Virtual function in base class
epiphany-0.7.0/src/tinyxml/tinyxml.h:1080:15: note: Function in derived class
epiphany-0.7.0/src/tinyxml/tinyxml.h:1082:22: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/tinyxml/tinyxml.h:187:22: note: Virtual function in base class
epiphany-0.7.0/src/tinyxml/tinyxml.h:1082:22: note: Function in derived class
epiphany-0.7.0/src/tinyxml/tinyxml.h:1090:15: style: The function 'StreamOut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/tinyxml/tinyxml.h:230:15: note: Virtual function in base class
epiphany-0.7.0/src/tinyxml/tinyxml.h:1090:15: note: Function in derived class
epiphany-0.7.0/src/tinyxml/tinyxml.h:1117:21: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/tinyxml/tinyxml.h:619:21: note: Virtual function in base class
epiphany-0.7.0/src/tinyxml/tinyxml.h:1117:21: note: Function in derived class
epiphany-0.7.0/src/tinyxml/tinyxml.h:1119:15: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/tinyxml/tinyxml.h:146:15: note: Virtual function in base class
epiphany-0.7.0/src/tinyxml/tinyxml.h:1119:15: note: Function in derived class
epiphany-0.7.0/src/tinyxml/tinyxml.h:1121:22: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/tinyxml/tinyxml.h:187:22: note: Virtual function in base class
epiphany-0.7.0/src/tinyxml/tinyxml.h:1121:22: note: Function in derived class
epiphany-0.7.0/src/tinyxml/tinyxml.h:1129:15: style: The function 'StreamOut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/tinyxml/tinyxml.h:230:15: note: Virtual function in base class
epiphany-0.7.0/src/tinyxml/tinyxml.h:1129:15: note: Function in derived class
epiphany-0.7.0/src/tinyxml/tinyxml.h:1264:15: style: The function 'StreamOut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/tinyxml/tinyxml.h:230:15: note: Virtual function in base class
epiphany-0.7.0/src/tinyxml/tinyxml.h:1264:15: note: Function in derived class
epiphany-0.7.0/src/tinyxml/tinyxml.h:1266:21: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/tinyxml/tinyxml.h:619:21: note: Virtual function in base class
epiphany-0.7.0/src/tinyxml/tinyxml.h:1266:21: note: Function in derived class
epiphany-0.7.0/src/epimap.h:47:7: style: Technically the member function 'Epimap::m_player_on_map' can be const. [functionConst]
epiphany-0.7.0/src/epimap.cpp:71:14: note: Technically the member function 'Epimap::m_player_on_map' can be const.
epiphany-0.7.0/src/epimap.h:47:7: note: Technically the member function 'Epimap::m_player_on_map' can be const.
epiphany-0.7.0/src/epimap.h:50:7: style: Technically the member function 'Epimap::m_exit_on_map' can be const. [functionConst]
epiphany-0.7.0/src/epimap.cpp:62:14: note: Technically the member function 'Epimap::m_exit_on_map' can be const.
epiphany-0.7.0/src/epimap.h:50:7: note: Technically the member function 'Epimap::m_exit_on_map' can be const.
epiphany-0.7.0/src/epimap.h:59:9: style: Technically the member function 'Epimap::get_map_version' can be const. [functionConst]
epiphany-0.7.0/src/epimap.cpp:85:16: note: Technically the member function 'Epimap::get_map_version' can be const.
epiphany-0.7.0/src/epimap.h:59:9: note: Technically the member function 'Epimap::get_map_version' can be const.
epiphany-0.7.0/src/epimap.h:61:9: style: Technically the member function 'Epimap::count_total_score' can be const. [functionConst]
epiphany-0.7.0/src/epimap.cpp:263:16: note: Technically the member function 'Epimap::count_total_score' can be const.
epiphany-0.7.0/src/epimap.h:61:9: note: Technically the member function 'Epimap::count_total_score' can be const.
epiphany-0.7.0/src/epimap.h:62:9: style: Technically the member function 'Epimap::get_min_score' can be const. [functionConst]
epiphany-0.7.0/src/epimap.cpp:90:16: note: Technically the member function 'Epimap::get_min_score' can be const.
epiphany-0.7.0/src/epimap.h:62:9: note: Technically the member function 'Epimap::get_min_score' can be const.
epiphany-0.7.0/src/epimap.h:63:9: style: Technically the member function 'Epimap::get_max_time' can be const. [functionConst]
epiphany-0.7.0/src/epimap.cpp:95:16: note: Technically the member function 'Epimap::get_max_time' can be const.
epiphany-0.7.0/src/epimap.h:63:9: note: Technically the member function 'Epimap::get_max_time' can be const.
epiphany-0.7.0/src/epimap.h:68:14: style: Technically the member function 'Epimap::get_name' can be const. [functionConst]
epiphany-0.7.0/src/epimap.cpp:100:16: note: Technically the member function 'Epimap::get_name' can be const.
epiphany-0.7.0/src/epimap.h:68:14: note: Technically the member function 'Epimap::get_name' can be const.
epiphany-0.7.0/src/epimap.h:69:14: style: Technically the member function 'Epimap::get_author' can be const. [functionConst]
epiphany-0.7.0/src/epimap.cpp:105:16: note: Technically the member function 'Epimap::get_author' can be const.
epiphany-0.7.0/src/epimap.h:69:14: note: Technically the member function 'Epimap::get_author' can be const.
epiphany-0.7.0/src/epimap.h:74:9: style: Technically the member function 'Epimap::get_size_x' can be const. [functionConst]
epiphany-0.7.0/src/epimap.cpp:110:16: note: Technically the member function 'Epimap::get_size_x' can be const.
epiphany-0.7.0/src/epimap.h:74:9: note: Technically the member function 'Epimap::get_size_x' can be const.
epiphany-0.7.0/src/epimap.h:75:9: style: Technically the member function 'Epimap::get_size_y' can be const. [functionConst]
epiphany-0.7.0/src/epimap.cpp:115:16: note: Technically the member function 'Epimap::get_size_y' can be const.
epiphany-0.7.0/src/epimap.h:75:9: note: Technically the member function 'Epimap::get_size_y' can be const.
epiphany-0.7.0/src/epimap.h:83:14: style: Technically the member function 'Epimap::get_entity' can be const. [functionConst]
epiphany-0.7.0/src/epimap.cpp:120:21: note: Technically the member function 'Epimap::get_entity' can be const.
epiphany-0.7.0/src/epimap.h:83:14: note: Technically the member function 'Epimap::get_entity' can be const.
epiphany-0.7.0/src/except.h:27:14: style: Technically the member function 'Common_Ex::get_message' can be const. [functionConst]
epiphany-0.7.0/src/except.h:26:2: style: Class 'Common_Ex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
epiphany-0.7.0/src/fonts/SFont.c:112:9: style: The scope of the variable 'charoffset' can be reduced. [variableScope]
epiphany-0.7.0/src/fonts/SFont.c:147:9: style: The scope of the variable 'charoffset' can be reduced. [variableScope]
epiphany-0.7.0/src/fonts/SFont.c:68:41: style: Function 'SFont_InitFont' argument 1 names different: declaration 'Font' definition 'Surface'. [funcArgNamesDifferent]
epiphany-0.7.0/src/fonts/SFont.h:57:42: note: Function 'SFont_InitFont' argument 1 names different: declaration 'Font' definition 'Surface'.
epiphany-0.7.0/src/fonts/SFont.c:68:41: note: Function 'SFont_InitFont' argument 1 names different: declaration 'Font' definition 'Surface'.
epiphany-0.7.0/src/fonts/SFont.c:102:33: style: Function 'SFont_FreeFont' argument 1 names different: declaration 'Font' definition 'FontInfo'. [funcArgNamesDifferent]
epiphany-0.7.0/src/fonts/SFont.h:62:33: note: Function 'SFont_FreeFont' argument 1 names different: declaration 'Font' definition 'FontInfo'.
epiphany-0.7.0/src/fonts/SFont.c:102:33: note: Function 'SFont_FreeFont' argument 1 names different: declaration 'Font' definition 'FontInfo'.
epiphany-0.7.0/src/fonts/font.h:30:2: warning: Member variable 'Font::m_font' is not initialized in the constructor. [uninitMemberVar]
epiphany-0.7.0/src/fonts/font_manager.cpp:51:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
epiphany-0.7.0/src/game.cpp:263:10: style: The scope of the variable 'curr_ntt' can be reduced. [variableScope]
epiphany-0.7.0/src/music_manager.h:70:2: warning: Member variable 'Music_Manager::music_enabled' is not initialized in the constructor. [uninitMemberVar]
epiphany-0.7.0/src/game.h:118:2: warning: Member variable 'Game::m_level' is not initialized in the constructor. [uninitMemberVar]
epiphany-0.7.0/src/game.h:118:2: warning: Member variable 'Game::m_frame_limiter_enabled' is not initialized in the constructor. [uninitMemberVar]
epiphany-0.7.0/src/game.h:118:2: warning: Member variable 'Game::m_config' is not initialized in the constructor. [uninitMemberVar]
epiphany-0.7.0/src/game.h:118:2: warning: Member variable 'Game::m_ini_path' is not initialized in the constructor. [uninitMemberVar]
epiphany-0.7.0/src/screen.h:77:5: warning: Member variable 'Screen::m_screen' is not initialized in the constructor. [uninitMemberVar]
epiphany-0.7.0/src/input.h:61:2: warning: Member variable 'Input::m_left' is not initialized in the constructor. [uninitMemberVar]
epiphany-0.7.0/src/input.h:61:2: warning: Member variable 'Input::m_right' is not initialized in the constructor. [uninitMemberVar]
epiphany-0.7.0/src/input.h:61:2: warning: Member variable 'Input::m_up' is not initialized in the constructor. [uninitMemberVar]
epiphany-0.7.0/src/input.h:61:2: warning: Member variable 'Input::m_down' is not initialized in the constructor. [uninitMemberVar]
epiphany-0.7.0/src/input.h:61:2: warning: Member variable 'Input::m_alt' is not initialized in the constructor. [uninitMemberVar]
epiphany-0.7.0/src/input.h:61:2: warning: Member variable 'Input::m_quit' is not initialized in the constructor. [uninitMemberVar]
epiphany-0.7.0/src/input.h:61:2: warning: Member variable 'Input::m_die' is not initialized in the constructor. [uninitMemberVar]
epiphany-0.7.0/src/input.h:61:2: warning: Member variable 'Input::m_fire' is not initialized in the constructor. [uninitMemberVar]
epiphany-0.7.0/src/input.h:61:2: warning: Member variable 'Input::m_pause' is not initialized in the constructor. [uninitMemberVar]
epiphany-0.7.0/src/input.h:61:2: warning: Member variable 'Input::m_enter' is not initialized in the constructor. [uninitMemberVar]
epiphany-0.7.0/src/input.h:61:2: warning: Member variable 'Input::m_fullscreen' is not initialized in the constructor. [uninitMemberVar]
epiphany-0.7.0/src/game.h:97:7: performance: Technically the member function 'Game::show_loading' can be static. [functionStatic]
epiphany-0.7.0/src/game.cpp:679:12: note: Technically the member function 'Game::show_loading' can be static.
epiphany-0.7.0/src/game.h:97:7: note: Technically the member function 'Game::show_loading' can be static.
epiphany-0.7.0/src/game.h:99:7: performance: Technically the member function 'Game::save_last_level' can be static. [functionStatic]
epiphany-0.7.0/src/game.cpp:602:12: note: Technically the member function 'Game::save_last_level' can be static.
epiphany-0.7.0/src/game.h:99:7: note: Technically the member function 'Game::save_last_level' can be static.
epiphany-0.7.0/src/game.h:101:7: style: Technically the member function 'Game::is_frame_limiter_enabled' can be const. [functionConst]
epiphany-0.7.0/src/game.h:105:9: style: Technically the member function 'Game::get_frame_skip' can be const. [functionConst]
epiphany-0.7.0/src/input.h:39:10: style: Technically the member function 'Input::get_left' can be const. [functionConst]
epiphany-0.7.0/src/input.h:40:10: style: Technically the member function 'Input::get_right' can be const. [functionConst]
epiphany-0.7.0/src/input.h:41:10: style: Technically the member function 'Input::get_up' can be const. [functionConst]
epiphany-0.7.0/src/input.h:42:10: style: Technically the member function 'Input::get_down' can be const. [functionConst]
epiphany-0.7.0/src/input.h:43:10: style: Technically the member function 'Input::get_quit' can be const. [functionConst]
epiphany-0.7.0/src/input.h:44:10: style: Technically the member function 'Input::get_die' can be const. [functionConst]
epiphany-0.7.0/src/input.h:45:10: style: Technically the member function 'Input::get_fire' can be const. [functionConst]
epiphany-0.7.0/src/input.h:46:10: style: Technically the member function 'Input::get_pause' can be const. [functionConst]
epiphany-0.7.0/src/input.h:47:10: style: Technically the member function 'Input::get_enter' can be const. [functionConst]
epiphany-0.7.0/src/game_timer.h:31:2: style: Class 'Game_Timer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
epiphany-0.7.0/src/game.cpp:540:2: warning: Possible leak in public function. The pointer 'm_level' is not deallocated before it is allocated. [publicAllocationError]
epiphany-0.7.0/src/game.cpp:576:0: error: Resource leak: pFile [resourceLeak]
epiphany-0.7.0/src/game.cpp:330:24: error: Undefined behavior: Variable 'text' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
epiphany-0.7.0/src/game.cpp:340:24: error: Undefined behavior: Variable 'text' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
epiphany-0.7.0/src/game.cpp:419:40: error: Undefined behavior: Variable 'current_level_path' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
epiphany-0.7.0/src/game.cpp:421:40: error: Undefined behavior: Variable 'current_level_path' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
epiphany-0.7.0/src/game.cpp:423:40: error: Undefined behavior: Variable 'current_level_path' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
epiphany-0.7.0/src/game_timer.cpp:28:2: performance: Variable 'm_total_time' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
epiphany-0.7.0/src/game_timer.cpp:29:2: performance: Variable 'm_last_time' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
epiphany-0.7.0/src/game_timer.h:39:7: style: Technically the member function 'Game_Timer::is_zero' can be const. [functionConst]
epiphany-0.7.0/src/game_timer.cpp:56:18: note: Technically the member function 'Game_Timer::is_zero' can be const.
epiphany-0.7.0/src/game_timer.h:39:7: note: Technically the member function 'Game_Timer::is_zero' can be const.
epiphany-0.7.0/src/game_timer.h:41:14: style: Technically the member function 'Game_Timer::get_time_string' can be const. [functionConst]
epiphany-0.7.0/src/game_timer.cpp:71:25: note: Technically the member function 'Game_Timer::get_time_string' can be const.
epiphany-0.7.0/src/game_timer.h:41:14: note: Technically the member function 'Game_Timer::get_time_string' can be const.
epiphany-0.7.0/src/game_timer.h:43:9: style: Technically the member function 'Game_Timer::get_time' can be const. [functionConst]
epiphany-0.7.0/src/game_timer.cpp:113:20: note: Technically the member function 'Game_Timer::get_time' can be const.
epiphany-0.7.0/src/game_timer.h:43:9: note: Technically the member function 'Game_Timer::get_time' can be const.
epiphany-0.7.0/src/level.cpp:206:14: style: C-style pointer casting [cstyleCast]
epiphany-0.7.0/src/level.cpp:210:12: style: C-style pointer casting [cstyleCast]
epiphany-0.7.0/src/level.cpp:177:34: style: Function 'load_map' argument 1 names different: declaration 'path' definition 'map_path'. [funcArgNamesDifferent]
epiphany-0.7.0/src/level.h:63:28: note: Function 'load_map' argument 1 names different: declaration 'path' definition 'map_path'.
epiphany-0.7.0/src/level.cpp:177:34: note: Function 'load_map' argument 1 names different: declaration 'path' definition 'map_path'.
epiphany-0.7.0/src/level.cpp:35:8: warning: Member variable 'Level::m_player' is not initialized in the constructor. [uninitMemberVar]
epiphany-0.7.0/src/level.cpp:35:8: warning: Member variable 'Level::m_exit' is not initialized in the constructor. [uninitMemberVar]
epiphany-0.7.0/src/level.h:65:9: performance: Technically the member function 'Level::get_size_x' can be static. [functionStatic]
epiphany-0.7.0/src/level.cpp:225:15: note: Technically the member function 'Level::get_size_x' can be static.
epiphany-0.7.0/src/level.h:65:9: note: Technically the member function 'Level::get_size_x' can be static.
epiphany-0.7.0/src/level.h:67:9: performance: Technically the member function 'Level::get_size_y' can be static. [functionStatic]
epiphany-0.7.0/src/level.cpp:230:15: note: Technically the member function 'Level::get_size_y' can be static.
epiphany-0.7.0/src/level.h:67:9: note: Technically the member function 'Level::get_size_y' can be static.
epiphany-0.7.0/src/level.h:75:9: style: Technically the member function 'Level::get_acquired_keys' can be const. [functionConst]
epiphany-0.7.0/src/level.cpp:249:15: note: Technically the member function 'Level::get_acquired_keys' can be const.
epiphany-0.7.0/src/level.h:75:9: note: Technically the member function 'Level::get_acquired_keys' can be const.
epiphany-0.7.0/src/level.h:81:9: style: Technically the member function 'Level::get_min_score' can be const. [functionConst]
epiphany-0.7.0/src/level.cpp:295:15: note: Technically the member function 'Level::get_min_score' can be const.
epiphany-0.7.0/src/level.h:81:9: note: Technically the member function 'Level::get_min_score' can be const.
epiphany-0.7.0/src/level.h:83:9: style: Technically the member function 'Level::get_max_time' can be const. [functionConst]
epiphany-0.7.0/src/level.cpp:300:15: note: Technically the member function 'Level::get_max_time' can be const.
epiphany-0.7.0/src/level.h:83:9: note: Technically the member function 'Level::get_max_time' can be const.
epiphany-0.7.0/src/entities/entity_brick.h:37:7: performance: Technically the member function 'Entity_Brick::pass_on_me' can be static. [functionStatic]
epiphany-0.7.0/src/entities/entity_explosion.h:39:7: performance: Technically the member function 'Entity_Explosion::pass_on_me' can be static. [functionStatic]
epiphany-0.7.0/src/entities/entity_steel.h:38:7: performance: Technically the member function 'Entity_Steel::pass_on_me' can be static. [functionStatic]
epiphany-0.7.0/src/entities/entity_wood.h:39:7: performance: Technically the member function 'Entity_Wood::pass_on_me' can be static. [functionStatic]
epiphany-0.7.0/src/levelmap.h:38:2: style: Class 'Levelmap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
epiphany-0.7.0/src/entities/entity_player.h:40:7: style: The function 'check_and_do' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:113:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_player.h:40:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_player.h:56:7: style: The function 'hit_from_up' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:119:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_player.h:56:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_player.h:60:7: style: The function 'explode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:120:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_player.h:60:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_player.h:64:7: style: The function 'roll_on_me' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:121:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_player.h:64:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_falling.h:43:7: style: The function 'check_and_do' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:113:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_falling.h:43:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_falling.h:45:7: style: The function 'roll_on_me' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:121:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_falling.h:45:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_emerald.h:32:7: style: The function 'check_and_do' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:113:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_emerald.h:32:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_emerald.h:36:7: style: The function 'hit_from_up' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:119:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_emerald.h:36:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_emerald.h:38:7: style: The function 'explode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:120:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_emerald.h:38:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_emerald.h:42:7: style: The function 'player_pressing_left' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:116:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_emerald.h:42:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_emerald.h:44:7: style: The function 'player_pressing_right' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:117:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_emerald.h:44:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_emerald.h:46:7: style: The function 'player_pressing_up' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:115:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_emerald.h:46:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_emerald.h:48:7: style: The function 'player_pressing_down' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:118:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_emerald.h:48:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_boulder.h:34:7: style: The function 'check_and_do' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:113:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_boulder.h:34:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_boulder.h:38:7: style: The function 'hit_from_up' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:119:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_boulder.h:38:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_boulder.h:40:7: style: The function 'explode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:120:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_boulder.h:40:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_boulder.h:42:7: style: The function 'player_pressing_left' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:116:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_boulder.h:42:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_boulder.h:44:7: style: The function 'player_pressing_right' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:117:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_boulder.h:44:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_grass.h:31:7: style: The function 'check_and_do' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:113:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_grass.h:31:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_grass.h:33:7: style: The function 'hit_from_up' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:119:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_grass.h:33:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_grass.h:35:7: style: The function 'explode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:120:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_grass.h:35:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_grass.h:37:7: style: The function 'roll_on_me' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:121:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_grass.h:37:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_grass.h:39:7: style: The function 'player_pressing_left' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:116:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_grass.h:39:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_grass.h:41:7: style: The function 'player_pressing_right' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:117:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_grass.h:41:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_grass.h:43:7: style: The function 'player_pressing_up' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:115:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_grass.h:43:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_grass.h:45:7: style: The function 'player_pressing_down' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:118:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_grass.h:45:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_brick.h:35:7: style: The function 'check_and_do' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:113:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_brick.h:35:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_brick.h:39:7: style: The function 'hit_from_up' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:119:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_brick.h:39:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_brick.h:41:7: style: The function 'explode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:120:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_brick.h:41:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_brick.h:43:7: style: The function 'roll_on_me' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:121:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_brick.h:43:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_sapphire.h:33:7: style: The function 'check_and_do' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:113:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_sapphire.h:33:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_sapphire.h:37:7: style: The function 'hit_from_up' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:119:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_sapphire.h:37:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_sapphire.h:39:7: style: The function 'explode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:120:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_sapphire.h:39:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_sapphire.h:43:7: style: The function 'player_pressing_left' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:116:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_sapphire.h:43:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_sapphire.h:45:7: style: The function 'player_pressing_right' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:117:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_sapphire.h:45:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_sapphire.h:47:7: style: The function 'player_pressing_up' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:115:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_sapphire.h:47:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_sapphire.h:49:7: style: The function 'player_pressing_down' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:118:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_sapphire.h:49:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_exit.h:40:7: style: The function 'check_and_do' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:113:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_exit.h:40:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_exit.h:48:7: style: The function 'hit_from_up' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:119:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_exit.h:48:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_exit.h:50:7: style: The function 'explode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:120:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_exit.h:50:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_exit.h:52:7: style: The function 'roll_on_me' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:121:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_exit.h:52:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_exit.h:54:7: style: The function 'player_pressing_left' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:116:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_exit.h:54:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_exit.h:56:7: style: The function 'player_pressing_right' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:117:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_exit.h:56:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_exit.h:58:7: style: The function 'player_pressing_up' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:115:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_exit.h:58:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_exit.h:60:7: style: The function 'player_pressing_down' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:118:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_exit.h:60:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_explosion.h:37:7: style: The function 'check_and_do' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:113:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_explosion.h:37:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_explosion.h:41:7: style: The function 'hit_from_up' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:119:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_explosion.h:41:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_explosion.h:45:7: style: The function 'explode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:120:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_explosion.h:45:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_explosion.h:47:7: style: The function 'roll_on_me' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:121:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_explosion.h:47:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_door.h:40:7: style: The function 'hit_from_up' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:119:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_door.h:40:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_door.h:42:7: style: The function 'check_and_do' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:113:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_door.h:42:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_door.h:44:7: style: The function 'explode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:120:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_door.h:44:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_door.h:46:7: style: The function 'roll_on_me' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:121:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_door.h:46:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_door.h:48:7: style: The function 'player_pressing_left' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:116:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_door.h:48:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_door.h:50:7: style: The function 'player_pressing_right' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:117:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_door.h:50:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_door.h:52:7: style: The function 'player_pressing_up' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:115:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_door.h:52:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_door.h:54:7: style: The function 'player_pressing_down' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:118:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_door.h:54:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_key.h:38:7: style: The function 'hit_from_up' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:119:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_key.h:38:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_key.h:40:7: style: The function 'check_and_do' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:113:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_key.h:40:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_key.h:42:7: style: The function 'explode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:120:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_key.h:42:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_key.h:44:7: style: The function 'roll_on_me' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:121:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_key.h:44:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_key.h:46:7: style: The function 'player_pressing_left' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:116:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_key.h:46:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_key.h:48:7: style: The function 'player_pressing_right' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:117:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_key.h:48:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_key.h:50:7: style: The function 'player_pressing_up' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:115:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_key.h:50:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_key.h:52:7: style: The function 'player_pressing_down' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:118:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_key.h:52:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_flintstone.h:40:7: style: The function 'check_and_do' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:113:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_flintstone.h:40:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_flintstone.h:44:7: style: The function 'hit_from_up' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:119:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_flintstone.h:44:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_flintstone.h:46:7: style: The function 'explode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:120:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_flintstone.h:46:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_flintstone.h:51:7: style: The function 'player_pressing_left' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:116:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_flintstone.h:51:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_flintstone.h:53:7: style: The function 'player_pressing_right' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:117:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_flintstone.h:53:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_peperon.h:29:7: style: The function 'check_and_do' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:113:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_peperon.h:29:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_peperon.h:31:7: style: The function 'hit_from_up' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:119:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_peperon.h:31:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_peperon.h:37:7: style: The function 'explode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:120:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_peperon.h:37:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_peperon.h:39:7: style: The function 'roll_on_me' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:121:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_peperon.h:39:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_steel.h:36:7: style: The function 'check_and_do' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:113:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_steel.h:36:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_steel.h:40:7: style: The function 'hit_from_up' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:119:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_steel.h:40:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_steel.h:42:7: style: The function 'explode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:120:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_steel.h:42:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_steel.h:44:7: style: The function 'roll_on_me' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:121:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_steel.h:44:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_wood.h:37:7: style: The function 'check_and_do' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:113:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_wood.h:37:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_wood.h:41:7: style: The function 'hit_from_up' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:119:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_wood.h:41:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_wood.h:43:7: style: The function 'explode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:120:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_wood.h:43:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_wood.h:45:7: style: The function 'roll_on_me' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:121:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_wood.h:45:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_tomato.h:29:7: style: The function 'check_and_do' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:113:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_tomato.h:29:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_tomato.h:31:7: style: The function 'hit_from_up' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:119:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_tomato.h:31:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_tomato.h:37:7: style: The function 'explode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:120:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_tomato.h:37:7: note: Function in derived class
epiphany-0.7.0/src/entities/entity_tomato.h:39:7: style: The function 'roll_on_me' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/entity.h:121:16: note: Virtual function in base class
epiphany-0.7.0/src/entities/entity_tomato.h:39:7: note: Function in derived class
epiphany-0.7.0/src/levelmap.cpp:26:11: warning: Member variable 'Levelmap::m_name' is not initialized in the constructor. [uninitMemberVar]
epiphany-0.7.0/src/levelmap.cpp:26:11: warning: Member variable 'Levelmap::m_author' is not initialized in the constructor. [uninitMemberVar]
epiphany-0.7.0/src/levelmap.h:41:9: style: Technically the member function 'Levelmap::get_min_score' can be const. [functionConst]
epiphany-0.7.0/src/levelmap.cpp:66:18: note: Technically the member function 'Levelmap::get_min_score' can be const.
epiphany-0.7.0/src/levelmap.h:41:9: note: Technically the member function 'Levelmap::get_min_score' can be const.
epiphany-0.7.0/src/levelmap.h:42:9: style: Technically the member function 'Levelmap::get_max_time' can be const. [functionConst]
epiphany-0.7.0/src/levelmap.cpp:71:18: note: Technically the member function 'Levelmap::get_max_time' can be const.
epiphany-0.7.0/src/levelmap.h:42:9: note: Technically the member function 'Levelmap::get_max_time' can be const.
epiphany-0.7.0/src/levelmap.h:43:14: style: Technically the member function 'Levelmap::get_name' can be const. [functionConst]
epiphany-0.7.0/src/levelmap.cpp:76:23: note: Technically the member function 'Levelmap::get_name' can be const.
epiphany-0.7.0/src/levelmap.h:43:14: note: Technically the member function 'Levelmap::get_name' can be const.
epiphany-0.7.0/src/levelmap.h:44:14: style: Technically the member function 'Levelmap::get_author' can be const. [functionConst]
epiphany-0.7.0/src/levelmap.cpp:81:23: note: Technically the member function 'Levelmap::get_author' can be const.
epiphany-0.7.0/src/levelmap.h:44:14: note: Technically the member function 'Levelmap::get_author' can be const.
epiphany-0.7.0/src/levelmap.h:45:9: style: Technically the member function 'Levelmap::get_size_x' can be const. [functionConst]
epiphany-0.7.0/src/levelmap.cpp:86:18: note: Technically the member function 'Levelmap::get_size_x' can be const.
epiphany-0.7.0/src/levelmap.h:45:9: note: Technically the member function 'Levelmap::get_size_x' can be const.
epiphany-0.7.0/src/levelmap.h:46:9: style: Technically the member function 'Levelmap::get_size_y' can be const. [functionConst]
epiphany-0.7.0/src/levelmap.cpp:91:18: note: Technically the member function 'Levelmap::get_size_y' can be const.
epiphany-0.7.0/src/levelmap.h:46:9: note: Technically the member function 'Levelmap::get_size_y' can be const.
epiphany-0.7.0/src/levelmap.h:49:14: style: Technically the member function 'Levelmap::get_map_element' can be const. [functionConst]
epiphany-0.7.0/src/levelmap.cpp:102:23: note: Technically the member function 'Levelmap::get_map_element' can be const.
epiphany-0.7.0/src/levelmap.h:49:14: note: Technically the member function 'Levelmap::get_map_element' can be const.
epiphany-0.7.0/src/myparser.h:34:7: style: The function 'handle_command_put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/emdlparser.h:54:15: note: Virtual function in base class
epiphany-0.7.0/src/myparser.h:34:7: note: Function in derived class
epiphany-0.7.0/src/myparser.h:36:7: style: The function 'handle_command_set_str' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/emdlparser.h:55:15: note: Virtual function in base class
epiphany-0.7.0/src/myparser.h:36:7: note: Function in derived class
epiphany-0.7.0/src/myparser.h:38:7: style: The function 'handle_command_set_int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/emdlparser.h:56:15: note: Virtual function in base class
epiphany-0.7.0/src/myparser.h:38:7: note: Function in derived class
epiphany-0.7.0/src/myparser.h:40:7: style: The function 'handle_command_line' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/emdlparser.h:57:15: note: Virtual function in base class
epiphany-0.7.0/src/myparser.h:40:7: note: Function in derived class
epiphany-0.7.0/src/myparser.h:42:7: style: The function 'handle_command_rect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/emdlparser.h:58:15: note: Virtual function in base class
epiphany-0.7.0/src/myparser.h:42:7: note: Function in derived class
epiphany-0.7.0/src/myparser.h:44:7: style: The function 'handle_command_view' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/emdlparser.h:60:15: note: Virtual function in base class
epiphany-0.7.0/src/myparser.h:44:7: note: Function in derived class
epiphany-0.7.0/src/myparser.h:46:7: style: The function 'handle_command_write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/emdlparser.h:61:15: note: Virtual function in base class
epiphany-0.7.0/src/myparser.h:46:7: note: Function in derived class
epiphany-0.7.0/src/myparser.h:48:7: style: The function 'handle_sintaxerror_comma' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/emdlparser.h:63:15: note: Virtual function in base class
epiphany-0.7.0/src/myparser.h:48:7: note: Function in derived class
epiphany-0.7.0/src/myparser.h:50:7: style: The function 'handle_sintaxerror_par' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/emdlparser.h:64:15: note: Virtual function in base class
epiphany-0.7.0/src/myparser.h:50:7: note: Function in derived class
epiphany-0.7.0/src/resource_factory.h:46:14: style: Technically the member function 'Resource_Factory::get_resource_path' can be const. [functionConst]
epiphany-0.7.0/src/menu.cpp:39:2: performance: Variable 'm_total_levels' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
epiphany-0.7.0/src/menu.h:63:9: style: Technically the member function 'Menu::get_unsolved_level' can be const. [functionConst]
epiphany-0.7.0/src/menu.cpp:103:14: note: Technically the member function 'Menu::get_unsolved_level' can be const.
epiphany-0.7.0/src/menu.h:63:9: note: Technically the member function 'Menu::get_unsolved_level' can be const.
epiphany-0.7.0/src/menu.h:65:9: style: Technically the member function 'Menu::get_current_level' can be const. [functionConst]
epiphany-0.7.0/src/menu.cpp:70:14: note: Technically the member function 'Menu::get_current_level' can be const.
epiphany-0.7.0/src/menu.h:65:9: note: Technically the member function 'Menu::get_current_level' can be const.
epiphany-0.7.0/src/menu.h:75:7: performance: Technically the member function 'Menu::print_menu_background' can be static. [functionStatic]
epiphany-0.7.0/src/menu.cpp:197:12: note: Technically the member function 'Menu::print_menu_background' can be static.
epiphany-0.7.0/src/menu.h:75:7: note: Technically the member function 'Menu::print_menu_background' can be static.
epiphany-0.7.0/src/menu_list.h:38:9: style: Technically the member function 'Menu_List::get_selected' can be const. [functionConst]
epiphany-0.7.0/src/menu_list.h:40:7: style: Technically the member function 'Menu_List::is_selected' can be const. [functionConst]
epiphany-0.7.0/src/menu_list_epiphany.h:41:2: style: Class 'Menu_List_Epiphany' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
epiphany-0.7.0/src/menu_list_options.h:44:9: style: The function 'get_return_action' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/menu_list.h:42:17: note: Virtual function in base class
epiphany-0.7.0/src/menu_list_options.h:44:9: note: Function in derived class
epiphany-0.7.0/src/menu_list_options.h:46:7: style: The function 'action_left' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/menu_list.h:44:15: note: Virtual function in base class
epiphany-0.7.0/src/menu_list_options.h:46:7: note: Function in derived class
epiphany-0.7.0/src/menu_list_options.h:48:7: style: The function 'action_right' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/menu_list.h:46:15: note: Virtual function in base class
epiphany-0.7.0/src/menu_list_options.h:48:7: note: Function in derived class
epiphany-0.7.0/src/menu_list_options.h:50:7: style: The function 'action_up' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/menu_list.h:48:15: note: Virtual function in base class
epiphany-0.7.0/src/menu_list_options.h:50:7: note: Function in derived class
epiphany-0.7.0/src/menu_list_options.h:52:7: style: The function 'action_down' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/menu_list.h:50:15: note: Virtual function in base class
epiphany-0.7.0/src/menu_list_options.h:52:7: note: Function in derived class
epiphany-0.7.0/src/menu_list_options.h:54:7: style: The function 'action_press' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/menu_list.h:52:15: note: Virtual function in base class
epiphany-0.7.0/src/menu_list_options.h:54:7: note: Function in derived class
epiphany-0.7.0/src/menu_list_options.h:56:9: style: The function 'get_list_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/menu_list.h:56:17: note: Virtual function in base class
epiphany-0.7.0/src/menu_list_options.h:56:9: note: Function in derived class
epiphany-0.7.0/src/menu_list_options.h:58:14: style: The function 'get_menu_entry_string' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/menu_list.h:54:22: note: Virtual function in base class
epiphany-0.7.0/src/menu_list_options.h:58:14: note: Function in derived class
epiphany-0.7.0/src/menu_list_epiphany.h:47:9: style: The function 'get_return_action' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/menu_list.h:42:17: note: Virtual function in base class
epiphany-0.7.0/src/menu_list_epiphany.h:47:9: note: Function in derived class
epiphany-0.7.0/src/menu_list_epiphany.h:49:7: style: The function 'action_left' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/menu_list.h:44:15: note: Virtual function in base class
epiphany-0.7.0/src/menu_list_epiphany.h:49:7: note: Function in derived class
epiphany-0.7.0/src/menu_list_epiphany.h:51:7: style: The function 'action_right' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/menu_list.h:46:15: note: Virtual function in base class
epiphany-0.7.0/src/menu_list_epiphany.h:51:7: note: Function in derived class
epiphany-0.7.0/src/menu_list_epiphany.h:53:7: style: The function 'action_up' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/menu_list.h:48:15: note: Virtual function in base class
epiphany-0.7.0/src/menu_list_epiphany.h:53:7: note: Function in derived class
epiphany-0.7.0/src/menu_list_epiphany.h:55:7: style: The function 'action_down' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/menu_list.h:50:15: note: Virtual function in base class
epiphany-0.7.0/src/menu_list_epiphany.h:55:7: note: Function in derived class
epiphany-0.7.0/src/menu_list_epiphany.h:57:7: style: The function 'action_press' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/menu_list.h:52:15: note: Virtual function in base class
epiphany-0.7.0/src/menu_list_epiphany.h:57:7: note: Function in derived class
epiphany-0.7.0/src/menu_list_epiphany.h:59:9: style: The function 'get_list_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/menu_list.h:56:17: note: Virtual function in base class
epiphany-0.7.0/src/menu_list_epiphany.h:59:9: note: Function in derived class
epiphany-0.7.0/src/menu_list_epiphany.h:61:14: style: The function 'get_menu_entry_string' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/menu_list.h:54:22: note: Virtual function in base class
epiphany-0.7.0/src/menu_list_epiphany.h:61:14: note: Function in derived class
epiphany-0.7.0/src/menu_entry_bool.h:35:3: style: Class 'Menu_Entry_Bool' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
epiphany-0.7.0/src/menu_entry_bool.h:47:10: style: The function 'get_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/menu_entry.h:46:17: note: Virtual function in base class
epiphany-0.7.0/src/menu_entry_bool.h:47:10: note: Function in derived class
epiphany-0.7.0/src/menu_entry_bool.h:49:15: style: The function 'get_string' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/menu_entry.h:32:22: note: Virtual function in base class
epiphany-0.7.0/src/menu_entry_bool.h:49:15: note: Function in derived class
epiphany-0.7.0/src/menu_entry_bool.h:53:8: style: The function 'action_left' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/menu_entry.h:36:15: note: Virtual function in base class
epiphany-0.7.0/src/menu_entry_bool.h:53:8: note: Function in derived class
epiphany-0.7.0/src/menu_entry_bool.h:55:8: style: The function 'action_right' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/menu_entry.h:38:15: note: Virtual function in base class
epiphany-0.7.0/src/menu_entry_bool.h:55:8: note: Function in derived class
epiphany-0.7.0/src/menu_entry_bool.h:57:8: style: The function 'action_up' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/menu_entry.h:40:15: note: Virtual function in base class
epiphany-0.7.0/src/menu_entry_bool.h:57:8: note: Function in derived class
epiphany-0.7.0/src/menu_entry_bool.h:59:8: style: The function 'action_down' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/menu_entry.h:42:15: note: Virtual function in base class
epiphany-0.7.0/src/menu_entry_bool.h:59:8: note: Function in derived class
epiphany-0.7.0/src/menu_entry_bool.h:61:8: style: The function 'action_press' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/menu_entry.h:44:15: note: Virtual function in base class
epiphany-0.7.0/src/menu_entry_bool.h:61:8: note: Function in derived class
epiphany-0.7.0/src/menu_entry_bool.cpp:32:3: error: Dangerous usage of c_str(). The value returned by c_str() is invalid after this call. [stlcstr]
epiphany-0.7.0/src/menu_entry_bool.cpp:35:2: error: Dangerous usage of c_str(). The value returned by c_str() is invalid after this call. [stlcstr]
epiphany-0.7.0/src/menu_entry_ranged.h:52:10: style: The function 'get_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/menu_entry.h:46:17: note: Virtual function in base class
epiphany-0.7.0/src/menu_entry_ranged.h:52:10: note: Function in derived class
epiphany-0.7.0/src/menu_entry_ranged.h:54:15: style: The function 'get_string' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/menu_entry.h:32:22: note: Virtual function in base class
epiphany-0.7.0/src/menu_entry_ranged.h:54:15: note: Function in derived class
epiphany-0.7.0/src/menu_entry_ranged.h:58:8: style: The function 'action_left' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/menu_entry.h:36:15: note: Virtual function in base class
epiphany-0.7.0/src/menu_entry_ranged.h:58:8: note: Function in derived class
epiphany-0.7.0/src/menu_entry_ranged.h:60:8: style: The function 'action_right' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/menu_entry.h:38:15: note: Virtual function in base class
epiphany-0.7.0/src/menu_entry_ranged.h:60:8: note: Function in derived class
epiphany-0.7.0/src/menu_entry_ranged.h:62:8: style: The function 'action_up' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/menu_entry.h:40:15: note: Virtual function in base class
epiphany-0.7.0/src/menu_entry_ranged.h:62:8: note: Function in derived class
epiphany-0.7.0/src/menu_entry_ranged.h:64:8: style: The function 'action_down' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/menu_entry.h:42:15: note: Virtual function in base class
epiphany-0.7.0/src/menu_entry_ranged.h:64:8: note: Function in derived class
epiphany-0.7.0/src/menu_entry_ranged.h:66:8: style: The function 'action_press' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/menu_entry.h:44:15: note: Virtual function in base class
epiphany-0.7.0/src/menu_entry_ranged.h:66:8: note: Function in derived class
epiphany-0.7.0/src/menu_entry_ranged.cpp:38:2: error: Dangerous usage of c_str(). The value returned by c_str() is invalid after this call. [stlcstr]
epiphany-0.7.0/src/menu_list_epiphany.cpp:29:2: performance: Variable 'm_return_action' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
epiphany-0.7.0/src/menu_entry_simple.h:30:3: style: Class 'Menu_Entry_Simple' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
epiphany-0.7.0/src/menu_entry_simple.h:32:15: style: The function 'get_string' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/menu_entry.h:32:22: note: Virtual function in base class
epiphany-0.7.0/src/menu_entry_simple.h:32:15: note: Function in derived class
epiphany-0.7.0/src/menu_entry_simple.h:36:10: style: The function 'get_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/menu_entry.h:46:17: note: Virtual function in base class
epiphany-0.7.0/src/menu_entry_simple.h:36:10: note: Function in derived class
epiphany-0.7.0/src/menu_entry_simple.h:38:8: style: The function 'action_left' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/menu_entry.h:36:15: note: Virtual function in base class
epiphany-0.7.0/src/menu_entry_simple.h:38:8: note: Function in derived class
epiphany-0.7.0/src/menu_entry_simple.h:40:8: style: The function 'action_right' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/menu_entry.h:38:15: note: Virtual function in base class
epiphany-0.7.0/src/menu_entry_simple.h:40:8: note: Function in derived class
epiphany-0.7.0/src/menu_entry_simple.h:42:8: style: The function 'action_up' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/menu_entry.h:40:15: note: Virtual function in base class
epiphany-0.7.0/src/menu_entry_simple.h:42:8: note: Function in derived class
epiphany-0.7.0/src/menu_entry_simple.h:44:8: style: The function 'action_down' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/menu_entry.h:42:15: note: Virtual function in base class
epiphany-0.7.0/src/menu_entry_simple.h:44:8: note: Function in derived class
epiphany-0.7.0/src/menu_entry_simple.h:46:8: style: The function 'action_press' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/menu_entry.h:44:15: note: Virtual function in base class
epiphany-0.7.0/src/menu_entry_simple.h:46:8: note: Function in derived class
epiphany-0.7.0/src/menu_list_options.cpp:32:2: performance: Variable 'm_return_action' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
epiphany-0.7.0/src/music_manager.h:52:9: performance: Technically the member function 'Music_Manager::get_max_volume' can be static. [functionStatic]
epiphany-0.7.0/src/music_manager.cpp:87:23: note: Technically the member function 'Music_Manager::get_max_volume' can be static.
epiphany-0.7.0/src/music_manager.h:52:9: note: Technically the member function 'Music_Manager::get_max_volume' can be static.
epiphany-0.7.0/src/music_manager.h:54:9: performance: Technically the member function 'Music_Manager::get_volume' can be static. [functionStatic]
epiphany-0.7.0/src/music_manager.cpp:103:23: note: Technically the member function 'Music_Manager::get_volume' can be static.
epiphany-0.7.0/src/music_manager.h:54:9: note: Technically the member function 'Music_Manager::get_volume' can be static.
epiphany-0.7.0/src/music_manager.h:56:7: performance: Technically the member function 'Music_Manager::set_volume' can be static. [functionStatic]
epiphany-0.7.0/src/music_manager.cpp:95:21: note: Technically the member function 'Music_Manager::set_volume' can be static.
epiphany-0.7.0/src/music_manager.h:56:7: note: Technically the member function 'Music_Manager::set_volume' can be static.
epiphany-0.7.0/src/myparser.cpp:37:51: performance: Function parameter 'o' should be passed by const reference. [passedByValue]
epiphany-0.7.0/src/myparser.cpp:50:51: performance: Function parameter 'o' should be passed by const reference. [passedByValue]
epiphany-0.7.0/src/resource_factory.h:44:7: performance: Technically the member function 'Resource_Factory::deinit' can be static. [functionStatic]
epiphany-0.7.0/src/resource_factory.cpp:72:24: note: Technically the member function 'Resource_Factory::deinit' can be static.
epiphany-0.7.0/src/resource_factory.h:44:7: note: Technically the member function 'Resource_Factory::deinit' can be static.
epiphany-0.7.0/src/sample.h:31:2: style: Class 'Sample' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
epiphany-0.7.0/src/screen.cpp:84:39: style: Function 'set_window_center' argument 1 names different: declaration 'cell_x' definition 'x'. [funcArgNamesDifferent]
epiphany-0.7.0/src/screen.h:57:32: note: Function 'set_window_center' argument 1 names different: declaration 'cell_x' definition 'x'.
epiphany-0.7.0/src/screen.cpp:84:39: note: Function 'set_window_center' argument 1 names different: declaration 'cell_x' definition 'x'.
epiphany-0.7.0/src/screen.cpp:84:49: style: Function 'set_window_center' argument 2 names different: declaration 'cell_y' definition 'y'. [funcArgNamesDifferent]
epiphany-0.7.0/src/screen.h:57:47: note: Function 'set_window_center' argument 2 names different: declaration 'cell_y' definition 'y'.
epiphany-0.7.0/src/screen.cpp:84:49: note: Function 'set_window_center' argument 2 names different: declaration 'cell_y' definition 'y'.
epiphany-0.7.0/src/screen.h:51:9: style: Technically the member function 'Screen::get_screen_size_x' can be const. [functionConst]
epiphany-0.7.0/src/screen.cpp:25:16: note: Technically the member function 'Screen::get_screen_size_x' can be const.
epiphany-0.7.0/src/screen.h:51:9: note: Technically the member function 'Screen::get_screen_size_x' can be const.
epiphany-0.7.0/src/screen.h:53:9: style: Technically the member function 'Screen::get_screen_size_y' can be const. [functionConst]
epiphany-0.7.0/src/screen.cpp:31:16: note: Technically the member function 'Screen::get_screen_size_y' can be const.
epiphany-0.7.0/src/screen.h:53:9: note: Technically the member function 'Screen::get_screen_size_y' can be const.
epiphany-0.7.0/src/screen.h:63:7: performance: Technically the member function 'Screen::draw_rect' can be static. [functionStatic]
epiphany-0.7.0/src/screen.cpp:146:14: note: Technically the member function 'Screen::draw_rect' can be static.
epiphany-0.7.0/src/screen.h:63:7: note: Technically the member function 'Screen::draw_rect' can be static.
epiphany-0.7.0/src/sfx.h:48:10: style: Unused private function: 'Sample_Manager::get_sample' [unusedPrivateFunction]
epiphany-0.7.0/src/sfx.h:70:9: performance: Technically the member function 'Sample_Manager::get_max_volume' can be static. [functionStatic]
epiphany-0.7.0/src/sfx.cpp:170:24: note: Technically the member function 'Sample_Manager::get_max_volume' can be static.
epiphany-0.7.0/src/sfx.h:70:9: note: Technically the member function 'Sample_Manager::get_max_volume' can be static.
epiphany-0.7.0/src/sfx.h:72:9: performance: Technically the member function 'Sample_Manager::get_volume' can be static. [functionStatic]
epiphany-0.7.0/src/sfx.cpp:186:24: note: Technically the member function 'Sample_Manager::get_volume' can be static.
epiphany-0.7.0/src/sfx.h:72:9: note: Technically the member function 'Sample_Manager::get_volume' can be static.
epiphany-0.7.0/src/sfx.h:74:7: performance: Technically the member function 'Sample_Manager::set_volume' can be static. [functionStatic]
epiphany-0.7.0/src/sfx.cpp:178:22: note: Technically the member function 'Sample_Manager::set_volume' can be static.
epiphany-0.7.0/src/sfx.h:74:7: note: Technically the member function 'Sample_Manager::set_volume' can be static.
epiphany-0.7.0/src/sprite.cpp:117:32: style: Function 'put_screen' argument 1 names different: declaration 'pos_x' definition 'x'. [funcArgNamesDifferent]
epiphany-0.7.0/src/sprite.h:62:25: note: Function 'put_screen' argument 1 names different: declaration 'pos_x' definition 'x'.
epiphany-0.7.0/src/sprite.cpp:117:32: note: Function 'put_screen' argument 1 names different: declaration 'pos_x' definition 'x'.
epiphany-0.7.0/src/sprite.cpp:117:42: style: Function 'put_screen' argument 2 names different: declaration 'pos_y' definition 'y'. [funcArgNamesDifferent]
epiphany-0.7.0/src/sprite.h:62:39: note: Function 'put_screen' argument 2 names different: declaration 'pos_y' definition 'y'.
epiphany-0.7.0/src/sprite.cpp:117:42: note: Function 'put_screen' argument 2 names different: declaration 'pos_y' definition 'y'.
epiphany-0.7.0/src/sprite.cpp:125:32: style: Function 'put_screen' argument 1 names different: declaration 'pos_x' definition 'x'. [funcArgNamesDifferent]
epiphany-0.7.0/src/sprite.h:86:25: note: Function 'put_screen' argument 1 names different: declaration 'pos_x' definition 'x'.
epiphany-0.7.0/src/sprite.cpp:125:32: note: Function 'put_screen' argument 1 names different: declaration 'pos_x' definition 'x'.
epiphany-0.7.0/src/sprite.cpp:125:42: style: Function 'put_screen' argument 2 names different: declaration 'pos_y' definition 'y'. [funcArgNamesDifferent]
epiphany-0.7.0/src/sprite.h:86:39: note: Function 'put_screen' argument 2 names different: declaration 'pos_y' definition 'y'.
epiphany-0.7.0/src/sprite.cpp:125:42: note: Function 'put_screen' argument 2 names different: declaration 'pos_y' definition 'y'.
epiphany-0.7.0/src/sprite.cpp:134:31: style: Function 'set_pos_x' argument 1 names different: declaration 'x' definition 'pos_x'. [funcArgNamesDifferent]
epiphany-0.7.0/src/sprite.h:99:24: note: Function 'set_pos_x' argument 1 names different: declaration 'x' definition 'pos_x'.
epiphany-0.7.0/src/sprite.cpp:134:31: note: Function 'set_pos_x' argument 1 names different: declaration 'x' definition 'pos_x'.
epiphany-0.7.0/src/sprite.cpp:143:31: style: Function 'set_pos_y' argument 1 names different: declaration 'y' definition 'pos_y'. [funcArgNamesDifferent]
epiphany-0.7.0/src/sprite.h:101:24: note: Function 'set_pos_y' argument 1 names different: declaration 'y' definition 'pos_y'.
epiphany-0.7.0/src/sprite.cpp:143:31: note: Function 'set_pos_y' argument 1 names different: declaration 'y' definition 'pos_y'.
epiphany-0.7.0/src/sprite.cpp:56:9: warning: Member variable 'Sprite::m_step_x' is not initialized in the constructor. [uninitMemberVar]
epiphany-0.7.0/src/sprite.cpp:56:9: warning: Member variable 'Sprite::m_step_y' is not initialized in the constructor. [uninitMemberVar]
epiphany-0.7.0/src/sprite.cpp:56:9: warning: Member variable 'Sprite::m_sprite_width' is not initialized in the constructor. [uninitMemberVar]
epiphany-0.7.0/src/sprite.cpp:56:9: warning: Member variable 'Sprite::m_sprite_height' is not initialized in the constructor. [uninitMemberVar]
epiphany-0.7.0/src/sprite.cpp:28:2: performance: Variable 'm_pos_x' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
epiphany-0.7.0/src/sprite.cpp:30:2: performance: Variable 'm_pos_y' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
epiphany-0.7.0/src/sprite.cpp:32:2: performance: Variable 'm_move_to_pos_x' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
epiphany-0.7.0/src/sprite.cpp:34:2: performance: Variable 'm_move_to_pos_y' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
epiphany-0.7.0/src/sprite.cpp:38:2: performance: Variable 'm_curr_frame' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
epiphany-0.7.0/src/sprite.cpp:40:2: performance: Variable 'm_speed' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
epiphany-0.7.0/src/sprite.cpp:45:2: performance: Variable 'm_total_frames' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
epiphany-0.7.0/src/sprite.cpp:47:2: performance: Variable 'm_sprite_width' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
epiphany-0.7.0/src/sprite.cpp:49:2: performance: Variable 'm_sprite_height' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
epiphany-0.7.0/src/sprite.cpp:63:2: performance: Variable 'm_pos_x' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
epiphany-0.7.0/src/sprite.cpp:65:2: performance: Variable 'm_pos_y' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
epiphany-0.7.0/src/sprite.cpp:67:2: performance: Variable 'm_move_to_pos_x' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
epiphany-0.7.0/src/sprite.cpp:69:2: performance: Variable 'm_move_to_pos_y' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
epiphany-0.7.0/src/sprite.cpp:73:2: performance: Variable 'm_curr_frame' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
epiphany-0.7.0/src/sprite.cpp:75:2: performance: Variable 'm_speed' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
epiphany-0.7.0/src/sprite.cpp:79:2: performance: Variable 'm_total_frames' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
epiphany-0.7.0/src/sprite.h:33:1: warning: The class 'Sprite' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
epiphany-0.7.0/src/surface_manager.cpp:52:54: style: Function 'get_surface' argument 1 names different: declaration 'handle' definition 'surface_handle'. [funcArgNamesDifferent]
epiphany-0.7.0/src/surface_manager.h:79:41: note: Function 'get_surface' argument 1 names different: declaration 'handle' definition 'surface_handle'.
epiphany-0.7.0/src/surface_manager.cpp:52:54: note: Function 'get_surface' argument 1 names different: declaration 'handle' definition 'surface_handle'.
epiphany-0.7.0/src/tinyxml/tinystr.cpp:131:12: style: The scope of the variable 'new_alloc' can be reduced. [variableScope]
epiphany-0.7.0/src/tinyxml/tinystr.cpp:192:12: style: The scope of the variable 'new_alloc' can be reduced. [variableScope]
epiphany-0.7.0/src/tinyxml/tinyxml.cpp:152:13: style: The scope of the variable 'temp' can be reduced. [variableScope]
epiphany-0.7.0/src/tinyxml/tinyxml.cpp:173:13: style: The scope of the variable 'temp' can be reduced. [variableScope]
epiphany-0.7.0/src/tinyxml/tinyxml.cpp:35:68: style: Function 'PutString' argument 2 names different: declaration 'out' definition 'stream'. [funcArgNamesDifferent]
epiphany-0.7.0/src/tinyxml/tinyxml.h:292:65: note: Function 'PutString' argument 2 names different: declaration 'out' definition 'stream'.
epiphany-0.7.0/src/tinyxml/tinyxml.cpp:35:68: note: Function 'PutString' argument 2 names different: declaration 'out' definition 'stream'.
epiphany-0.7.0/src/tinyxml/tinyxml.cpp:42:67: style: Function 'PutString' argument 2 names different: declaration 'out' definition 'outString'. [funcArgNamesDifferent]
epiphany-0.7.0/src/tinyxml/tinyxml.h:294:64: note: Function 'PutString' argument 2 names different: declaration 'out' definition 'outString'.
epiphany-0.7.0/src/tinyxml/tinyxml.cpp:42:67: note: Function 'PutString' argument 2 names different: declaration 'out' definition 'outString'.
epiphany-0.7.0/src/tinyxml/tinyxml.cpp:187:48: style: Function 'LinkEndChild' argument 1 names different: declaration 'addThis' definition 'node'. [funcArgNamesDifferent]
epiphany-0.7.0/src/tinyxml/tinyxml.h:512:38: note: Function 'LinkEndChild' argument 1 names different: declaration 'addThis' definition 'node'.
epiphany-0.7.0/src/tinyxml/tinyxml.cpp:187:48: note: Function 'LinkEndChild' argument 1 names different: declaration 'addThis' definition 'node'.
epiphany-0.7.0/src/tinyxml/tinyxml.cpp:316:54: style: Function 'FirstChild' argument 1 names different: declaration 'value' definition '_value'. [funcArgNamesDifferent]
epiphany-0.7.0/src/tinyxml/tinyxml.h:454:44: note: Function 'FirstChild' argument 1 names different: declaration 'value' definition '_value'.
epiphany-0.7.0/src/tinyxml/tinyxml.cpp:316:54: note: Function 'FirstChild' argument 1 names different: declaration 'value' definition '_value'.
epiphany-0.7.0/src/tinyxml/tinyxml.cpp:328:48: style: Function 'FirstChild' argument 1 names different: declaration 'value' definition '_value'. [funcArgNamesDifferent]
epiphany-0.7.0/src/tinyxml/tinyxml.h:455:38: note: Function 'FirstChild' argument 1 names different: declaration 'value' definition '_value'.
epiphany-0.7.0/src/tinyxml/tinyxml.cpp:328:48: note: Function 'FirstChild' argument 1 names different: declaration 'value' definition '_value'.
epiphany-0.7.0/src/tinyxml/tinyxml.cpp:340:53: style: Function 'LastChild' argument 1 names different: declaration 'value' definition '_value'. [funcArgNamesDifferent]
epiphany-0.7.0/src/tinyxml/tinyxml.h:459:43: note: Function 'LastChild' argument 1 names different: declaration 'value' definition '_value'.
epiphany-0.7.0/src/tinyxml/tinyxml.cpp:340:53: note: Function 'LastChild' argument 1 names different: declaration 'value' definition '_value'.
epiphany-0.7.0/src/tinyxml/tinyxml.cpp:351:47: style: Function 'LastChild' argument 1 names different: declaration 'value' definition '_value'. [funcArgNamesDifferent]
epiphany-0.7.0/src/tinyxml/tinyxml.h:460:37: note: Function 'LastChild' argument 1 names different: declaration 'value' definition '_value'.
epiphany-0.7.0/src/tinyxml/tinyxml.cpp:351:47: note: Function 'LastChild' argument 1 names different: declaration 'value' definition '_value'.
epiphany-0.7.0/src/tinyxml/tinyxml.cpp:388:59: style: Function 'IterateChildren' argument 1 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent]
epiphany-0.7.0/src/tinyxml/tinyxml.h:489:49: note: Function 'IterateChildren' argument 1 names different: declaration 'value' definition 'val'.
epiphany-0.7.0/src/tinyxml/tinyxml.cpp:388:59: note: Function 'IterateChildren' argument 1 names different: declaration 'value' definition 'val'.
epiphany-0.7.0/src/tinyxml/tinyxml.cpp:401:53: style: Function 'IterateChildren' argument 1 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent]
epiphany-0.7.0/src/tinyxml/tinyxml.h:490:43: note: Function 'IterateChildren' argument 1 names different: declaration 'value' definition 'val'.
epiphany-0.7.0/src/tinyxml/tinyxml.cpp:401:53: note: Function 'IterateChildren' argument 1 names different: declaration 'value' definition 'val'.
epiphany-0.7.0/src/tinyxml/tinyxml.cpp:496:64: style: Function 'FirstChildElement' argument 1 names different: declaration 'value' definition '_value'. [funcArgNamesDifferent]
epiphany-0.7.0/src/tinyxml/tinyxml.h:579:54: note: Function 'FirstChildElement' argument 1 names different: declaration 'value' definition '_value'.
epiphany-0.7.0/src/tinyxml/tinyxml.cpp:496:64: note: Function 'FirstChildElement' argument 1 names different: declaration 'value' definition '_value'.
epiphany-0.7.0/src/tinyxml/tinyxml.cpp:510:58: style: Function 'FirstChildElement' argument 1 names different: declaration 'value' definition '_value'. [funcArgNamesDifferent]
epiphany-0.7.0/src/tinyxml/tinyxml.h:580:48: note: Function 'FirstChildElement' argument 1 names different: declaration 'value' definition '_value'.
epiphany-0.7.0/src/tinyxml/tinyxml.cpp:510:58: note: Function 'FirstChildElement' argument 1 names different: declaration 'value' definition '_value'.
epiphany-0.7.0/src/tinyxml/tinyxml.cpp:605:42: style: Function 'TiXmlElement' argument 1 names different: declaration 'in_value' definition '_value'. [funcArgNamesDifferent]
epiphany-0.7.0/src/tinyxml/tinyxml.h:817:29: note: Function 'TiXmlElement' argument 1 names different: declaration 'in_value' definition '_value'.
epiphany-0.7.0/src/tinyxml/tinyxml.cpp:605:42: note: Function 'TiXmlElement' argument 1 names different: declaration 'in_value' definition '_value'.
epiphany-0.7.0/src/tinyxml/tinyxml.cpp:695:61: style: Function 'QueryIntAttribute' argument 2 names different: declaration 'value' definition 'ival'. [funcArgNamesDifferent]
epiphany-0.7.0/src/tinyxml/tinyxml.h:858:48: note: Function 'QueryIntAttribute' argument 2 names different: declaration 'value' definition 'ival'.
epiphany-0.7.0/src/tinyxml/tinyxml.cpp:695:61: note: Function 'QueryIntAttribute' argument 2 names different: declaration 'value' definition 'ival'.
epiphany-0.7.0/src/tinyxml/tinyxml.cpp:705:67: style: Function 'QueryDoubleAttribute' argument 2 names different: declaration 'value' definition 'dval'. [funcArgNamesDifferent]
epiphany-0.7.0/src/tinyxml/tinyxml.h:860:54: note: Function 'QueryDoubleAttribute' argument 2 names different: declaration 'value' definition 'dval'.
epiphany-0.7.0/src/tinyxml/tinyxml.cpp:705:67: note: Function 'QueryDoubleAttribute' argument 2 names different: declaration 'value' definition 'dval'.
epiphany-0.7.0/src/tinyxml/tinyxml.cpp:715:57: style: Function 'SetAttribute' argument 2 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent]
epiphany-0.7.0/src/tinyxml/tinyxml.h:901:44: note: Function 'SetAttribute' argument 2 names different: declaration 'value' definition 'val'.
epiphany-0.7.0/src/tinyxml/tinyxml.cpp:715:57: note: Function 'SetAttribute' argument 2 names different: declaration 'value' definition 'val'.
epiphany-0.7.0/src/tinyxml/tinyxml.cpp:723:66: style: Function 'SetDoubleAttribute' argument 2 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent]
epiphany-0.7.0/src/tinyxml/tinyxml.h:906:53: note: Function 'SetDoubleAttribute' argument 2 names different: declaration 'value' definition 'val'.
epiphany-0.7.0/src/tinyxml/tinyxml.cpp:723:66: note: Function 'SetDoubleAttribute' argument 2 names different: declaration 'value' definition 'val'.
epiphany-0.7.0/src/tinyxml/tinyxml.cpp:731:66: style: Function 'SetAttribute' argument 2 names different: declaration 'value' definition '_value'. [funcArgNamesDifferent]
epiphany-0.7.0/src/tinyxml/tinyxml.h:872:52: note: Function 'SetAttribute' argument 2 names different: declaration 'value' definition '_value'.
epiphany-0.7.0/src/tinyxml/tinyxml.cpp:731:66: note: Function 'SetAttribute' argument 2 names different: declaration 'value' definition '_value'.
epiphany-0.7.0/src/tinyxml/tinyxml.cpp:803:47: style: Function 'StreamOut' argument 1 names different: declaration 'out' definition 'stream'. [funcArgNamesDifferent]
epiphany-0.7.0/src/tinyxml/tinyxml.h:939:42: note: Function 'StreamOut' argument 1 names different: declaration 'out' definition 'stream'.
epiphany-0.7.0/src/tinyxml/tinyxml.cpp:803:47: note: Function 'StreamOut' argument 1 names different: declaration 'out' definition 'stream'.
epiphany-0.7.0/src/tinyxml/tinyxml.cpp:1102:49: style: Function 'StreamOut' argument 1 names different: declaration 'out' definition 'stream'. [funcArgNamesDifferent]
epiphany-0.7.0/src/tinyxml/tinyxml.h:753:42: note: Function 'StreamOut' argument 1 names different: declaration 'out' definition 'stream'.
epiphany-0.7.0/src/tinyxml/tinyxml.cpp:1102:49: note: Function 'StreamOut' argument 1 names different: declaration 'out' definition 'stream'.
epiphany-0.7.0/src/tinyxml/tinyxml.cpp:1120:41: style: Function 'QueryIntValue' argument 1 names different: declaration 'value' definition 'ival'. [funcArgNamesDifferent]
epiphany-0.7.0/src/tinyxml/tinyxml.h:709:26: note: Function 'QueryIntValue' argument 1 names different: declaration 'value' definition 'ival'.
epiphany-0.7.0/src/tinyxml/tinyxml.cpp:1120:41: note: Function 'QueryIntValue' argument 1 names different: declaration 'value' definition 'ival'.
epiphany-0.7.0/src/tinyxml/tinyxml.cpp:1127:47: style: Function 'QueryDoubleValue' argument 1 names different: declaration 'value' definition 'dval'. [funcArgNamesDifferent]
epiphany-0.7.0/src/tinyxml/tinyxml.h:711:32: note: Function 'QueryDoubleValue' argument 1 names different: declaration 'value' definition 'dval'.
epiphany-0.7.0/src/tinyxml/tinyxml.cpp:1127:47: note: Function 'QueryDoubleValue' argument 1 names different: declaration 'value' definition 'dval'.
epiphany-0.7.0/src/tinyxml/tinyxml.cpp:1134:39: style: Function 'SetIntValue' argument 1 names different: declaration 'value' definition '_value'. [funcArgNamesDifferent]
epiphany-0.7.0/src/tinyxml/tinyxml.h:716:24: note: Function 'SetIntValue' argument 1 names different: declaration 'value' definition '_value'.
epiphany-0.7.0/src/tinyxml/tinyxml.cpp:1134:39: note: Function 'SetIntValue' argument 1 names different: declaration 'value' definition '_value'.
epiphany-0.7.0/src/tinyxml/tinyxml.cpp:1141:45: style: Function 'SetDoubleValue' argument 1 names different: declaration 'value' definition '_value'. [funcArgNamesDifferent]
epiphany-0.7.0/src/tinyxml/tinyxml.h:717:30: note: Function 'SetDoubleValue' argument 1 names different: declaration 'value' definition '_value'.
epiphany-0.7.0/src/tinyxml/tinyxml.cpp:1141:45: note: Function 'SetDoubleValue' argument 1 names different: declaration 'value' definition '_value'.
epiphany-0.7.0/src/tinyxml/tinyxml.cpp:1181:47: style: Function 'StreamOut' argument 1 names different: declaration 'out' definition 'stream'. [funcArgNamesDifferent]
epiphany-0.7.0/src/tinyxml/tinyxml.h:982:42: note: Function 'StreamOut' argument 1 names different: declaration 'out' definition 'stream'.
epiphany-0.7.0/src/tinyxml/tinyxml.cpp:1181:47: note: Function 'StreamOut' argument 1 names different: declaration 'out' definition 'stream'.
epiphany-0.7.0/src/tinyxml/tinyxml.cpp:1216:44: style: Function 'StreamOut' argument 1 names different: declaration 'out' definition 'stream'. [funcArgNamesDifferent]
epiphany-0.7.0/src/tinyxml/tinyxml.h:1023:43: note: Function 'StreamOut' argument 1 names different: declaration 'out' definition 'stream'.
epiphany-0.7.0/src/tinyxml/tinyxml.cpp:1216:44: note: Function 'StreamOut' argument 1 names different: declaration 'out' definition 'stream'.
epiphany-0.7.0/src/tinyxml/tinyxml.cpp:1292:51: style: Function 'StreamOut' argument 1 names different: declaration 'out' definition 'stream'. [funcArgNamesDifferent]
epiphany-0.7.0/src/tinyxml/tinyxml.h:1090:43: note: Function 'StreamOut' argument 1 names different: declaration 'out' definition 'stream'.
epiphany-0.7.0/src/tinyxml/tinyxml.cpp:1292:51: note: Function 'StreamOut' argument 1 names different: declaration 'out' definition 'stream'.
epiphany-0.7.0/src/tinyxml/tinyxml.cpp:1348:47: style: Function 'StreamOut' argument 1 names different: declaration 'out' definition 'stream'. [funcArgNamesDifferent]
epiphany-0.7.0/src/tinyxml/tinyxml.h:1129:43: note: Function 'StreamOut' argument 1 names different: declaration 'out' definition 'stream'.
epiphany-0.7.0/src/tinyxml/tinyxml.cpp:1348:47: note: Function 'StreamOut' argument 1 names different: declaration 'out' definition 'stream'.
epiphany-0.7.0/src/tinyxml/tinyxml.cpp:1386:46: style: Function 'Add' argument 1 names different: declaration 'attribute' definition 'addMe'. [funcArgNamesDifferent]
epiphany-0.7.0/src/tinyxml/tinyxml.h:788:28: note: Function 'Add' argument 1 names different: declaration 'attribute' definition 'addMe'.
epiphany-0.7.0/src/tinyxml/tinyxml.cpp:1386:46: note: Function 'Add' argument 1 names different: declaration 'attribute' definition 'addMe'.
epiphany-0.7.0/src/tinyxml/tinyxml.cpp:1397:49: style: Function 'Remove' argument 1 names different: declaration 'attribute' definition 'removeMe'. [funcArgNamesDifferent]
epiphany-0.7.0/src/tinyxml/tinyxml.h:789:31: note: Function 'Remove' argument 1 names different: declaration 'attribute' definition 'removeMe'.
epiphany-0.7.0/src/tinyxml/tinyxml.cpp:1397:49: note: Function 'Remove' argument 1 names different: declaration 'attribute' definition 'removeMe'.
epiphany-0.7.0/src/tinyxml/tinyxml.cpp:1519:37: style: Function 'Child' argument 1 names different: declaration 'index' definition 'count'. [funcArgNamesDifferent]
epiphany-0.7.0/src/tinyxml/tinyxml.h:1387:25: note: Function 'Child' argument 1 names different: declaration 'index' definition 'count'.
epiphany-0.7.0/src/tinyxml/tinyxml.cpp:1519:37: note: Function 'Child' argument 1 names different: declaration 'index' definition 'count'.
epiphany-0.7.0/src/tinyxml/tinyxml.cpp:1538:56: style: Function 'Child' argument 2 names different: declaration 'index' definition 'count'. [funcArgNamesDifferent]
epiphany-0.7.0/src/tinyxml/tinyxml.h:1383:44: note: Function 'Child' argument 2 names different: declaration 'index' definition 'count'.
epiphany-0.7.0/src/tinyxml/tinyxml.cpp:1538:56: note: Function 'Child' argument 2 names different: declaration 'index' definition 'count'.
epiphany-0.7.0/src/tinyxml/tinyxml.cpp:1557:44: style: Function 'ChildElement' argument 1 names different: declaration 'index' definition 'count'. [funcArgNamesDifferent]
epiphany-0.7.0/src/tinyxml/tinyxml.h:1397:32: note: Function 'ChildElement' argument 1 names different: declaration 'index' definition 'count'.
epiphany-0.7.0/src/tinyxml/tinyxml.cpp:1557:44: note: Function 'ChildElement' argument 1 names different: declaration 'index' definition 'count'.
epiphany-0.7.0/src/tinyxml/tinyxml.cpp:1576:63: style: Function 'ChildElement' argument 2 names different: declaration 'index' definition 'count'. [funcArgNamesDifferent]
epiphany-0.7.0/src/tinyxml/tinyxml.h:1392:51: note: Function 'ChildElement' argument 2 names different: declaration 'index' definition 'count'.
epiphany-0.7.0/src/tinyxml/tinyxml.cpp:1576:63: note: Function 'ChildElement' argument 2 names different: declaration 'index' definition 'count'.
epiphany-0.7.0/src/tinyxml/tinyxml.cpp:1388:11: warning: Assert statement calls a function which may have desired side effects: 'Find'. [assertWithSideEffect]
epiphany-0.7.0/src/tinyxml/tinyxml.cpp:1246:2: performance: Variable 'version' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
epiphany-0.7.0/src/tinyxml/tinyxml.cpp:1247:2: performance: Variable 'encoding' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
epiphany-0.7.0/src/tinyxml/tinyxml.cpp:1248:2: performance: Variable 'standalone' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
epiphany-0.7.0/src/tinyxml/tinyxml.h:789:7: style: Technically the member function 'TiXmlAttributeSet::Remove' can be const. [functionConst]
epiphany-0.7.0/src/tinyxml/tinyxml.cpp:1397:25: note: Technically the member function 'TiXmlAttributeSet::Remove' can be const.
epiphany-0.7.0/src/tinyxml/tinyxml.h:789:7: note: Technically the member function 'TiXmlAttributeSet::Remove' can be const.
epiphany-0.7.0/src/tinyxml/tinyxml.cpp:123:2: style: Class 'StringToBuffer' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
epiphany-0.7.0/src/tinyxml/tinyxml.cpp:123:2: style: Class 'StringToBuffer' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
epiphany-0.7.0/src/tinyxml/tinyxmlparser.cpp:426:14: style: Redundant condition: If 'EXPR == '#'', the comparison 'EXPR' is always true. [redundantCondition]
epiphany-0.7.0/src/tinyxml/tinyxmlparser.cpp:800:16: style: Redundant condition: If '!EXPR', the comparison 'EXPR != '<'' is always true. [redundantCondition]
epiphany-0.7.0/src/tinyxml/tinyxmlparser.cpp:1230:17: style: Redundant condition: If '!EXPR', the comparison 'EXPR != '<'' is always true. [redundantCondition]
epiphany-0.7.0/src/tinyxml/tinyxmlparser.cpp:1332:17: style: Redundant condition: If '!EXPR', the comparison 'EXPR != '='' is always true. [redundantCondition]
epiphany-0.7.0/src/tinyxml/tinyxmlparser.cpp:1248:8: warning: Either the condition 'p' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
epiphany-0.7.0/src/tinyxml/tinyxmlparser.cpp:1238:10: note: Assuming that condition 'p' is not redundant
epiphany-0.7.0/src/tinyxml/tinyxmlparser.cpp:1248:8: note: Null pointer dereference
epiphany-0.7.0/src/tinyxml/tinyxmlparser.cpp:1313:6: style: The scope of the variable 'tabsize' can be reduced. [variableScope]
epiphany-0.7.0/src/tinyxml/tinyxmlparser.cpp:419:47: style: Function 'GetEntity' argument 1 names different: declaration 'in' definition 'p'. [funcArgNamesDifferent]
epiphany-0.7.0/src/tinyxml/tinyxml.h:254:44: note: Function 'GetEntity' argument 1 names different: declaration 'in' definition 'p'.
epiphany-0.7.0/src/tinyxml/tinyxmlparser.cpp:419:47: note: Function 'GetEntity' argument 1 names different: declaration 'in' definition 'p'.
epiphany-0.7.0/src/tinyxml/tinyxmlparser.cpp:514:21: style: Function 'StringEqual' argument 2 names different: declaration 'endTag' definition 'tag'. [funcArgNamesDifferent]
epiphany-0.7.0/src/tinyxml/tinyxml.h:300:21: note: Function 'StringEqual' argument 2 names different: declaration 'endTag' definition 'tag'.
epiphany-0.7.0/src/tinyxml/tinyxmlparser.cpp:514:21: note: Function 'StringEqual' argument 2 names different: declaration 'endTag' definition 'tag'.
epiphany-0.7.0/src/tinyxml/tinyxmlparser.cpp:553:46: style: Function 'ReadText' argument 1 names different: declaration 'in' definition 'p'. [funcArgNamesDifferent]
epiphany-0.7.0/src/tinyxml/tinyxml.h:246:43: note: Function 'ReadText' argument 1 names different: declaration 'in' definition 'p'.
epiphany-0.7.0/src/tinyxml/tinyxmlparser.cpp:553:46: note: Function 'ReadText' argument 1 names different: declaration 'in' definition 'p'.
epiphany-0.7.0/src/tinyxml/tinyxmlparser.cpp:555:15: style: Function 'ReadText' argument 3 names different: declaration 'ignoreWhiteSpace' definition 'trimWhiteSpace'. [funcArgNamesDifferent]
epiphany-0.7.0/src/tinyxml/tinyxml.h:248:15: note: Function 'ReadText' argument 3 names different: declaration 'ignoreWhiteSpace' definition 'trimWhiteSpace'.
epiphany-0.7.0/src/tinyxml/tinyxmlparser.cpp:555:15: note: Function 'ReadText' argument 3 names different: declaration 'ignoreWhiteSpace' definition 'trimWhiteSpace'.
epiphany-0.7.0/src/tinyxml/tinyxmlparser.cpp:557:15: style: Function 'ReadText' argument 5 names different: declaration 'ignoreCase' definition 'caseInsensitive'. [funcArgNamesDifferent]
epiphany-0.7.0/src/tinyxml/tinyxml.h:250:15: note: Function 'ReadText' argument 5 names different: declaration 'ignoreCase' definition 'caseInsensitive'.
epiphany-0.7.0/src/tinyxml/tinyxmlparser.cpp:557:15: note: Function 'ReadText' argument 5 names different: declaration 'ignoreCase' definition 'caseInsensitive'.
epiphany-0.7.0/src/tinyxml/tinyxmlparser.cpp:681:68: style: Function 'Parse' argument 2 names different: declaration 'data' definition 'prevData'. [funcArgNamesDifferent]
epiphany-0.7.0/src/tinyxml/tinyxml.h:1187:62: note: Function 'Parse' argument 2 names different: declaration 'data' definition 'prevData'.
epiphany-0.7.0/src/tinyxml/tinyxmlparser.cpp:681:68: note: Function 'Parse' argument 2 names different: declaration 'data' definition 'prevData'.
epiphany-0.7.0/src/tinyxml/tinyxmlparser.cpp:774:52: style: Function 'SetError' argument 2 names different: declaration 'errorLocation' definition 'pError'. [funcArgNamesDifferent]
epiphany-0.7.0/src/tinyxml/tinyxml.h:1261:38: note: Function 'SetError' argument 2 names different: declaration 'errorLocation' definition 'pError'.
epiphany-0.7.0/src/tinyxml/tinyxmlparser.cpp:774:52: note: Function 'SetError' argument 2 names different: declaration 'errorLocation' definition 'pError'.
epiphany-0.7.0/src/tinyxml/tinyxmlparser.cpp:774:78: style: Function 'SetError' argument 3 names different: declaration 'prevData' definition 'data'. [funcArgNamesDifferent]
epiphany-0.7.0/src/tinyxml/tinyxml.h:1261:71: note: Function 'SetError' argument 3 names different: declaration 'prevData' definition 'data'.
epiphany-0.7.0/src/tinyxml/tinyxmlparser.cpp:774:78: note: Function 'SetError' argument 3 names different: declaration 'prevData' definition 'data'.
epiphany-0.7.0/src/tinyxml/tinyxmlparser.cpp:795:45: style: Function 'Identify' argument 1 names different: declaration 'start' definition 'p'. [funcArgNamesDifferent]
epiphany-0.7.0/src/tinyxml/tinyxml.h:634:35: note: Function 'Identify' argument 1 names different: declaration 'start' definition 'p'.
epiphany-0.7.0/src/tinyxml/tinyxmlparser.cpp:795:45: note: Function 'Identify' argument 1 names different: declaration 'start' definition 'p'.
epiphany-0.7.0/src/tinyxml/tinyxmlparser.cpp:1125:50: style: Function 'ReadValue' argument 1 names different: declaration 'in' definition 'p'. [funcArgNamesDifferent]
epiphany-0.7.0/src/tinyxml/tinyxml.h:945:37: note: Function 'ReadValue' argument 1 names different: declaration 'in' definition 'p'.
epiphany-0.7.0/src/tinyxml/tinyxmlparser.cpp:1125:50: note: Function 'ReadValue' argument 1 names different: declaration 'in' definition 'p'.
epiphany-0.7.0/src/tinyxml/tinyxmlparser.cpp:1125:71: style: Function 'ReadValue' argument 2 names different: declaration 'prevData' definition 'data'. [funcArgNamesDifferent]
epiphany-0.7.0/src/tinyxml/tinyxml.h:945:59: note: Function 'ReadValue' argument 2 names different: declaration 'prevData' definition 'data'.
epiphany-0.7.0/src/tinyxml/tinyxmlparser.cpp:1125:71: note: Function 'ReadValue' argument 2 names different: declaration 'prevData' definition 'data'.
epiphany-0.7.0/src/tinyxml/tinyxmlparser.cpp:1441:91: style: Function 'Parse' argument 3 names different: declaration 'encoding' definition '_encoding'. [funcArgNamesDifferent]
epiphany-0.7.0/src/tinyxml/tinyxml.h:1082:82: note: Function 'Parse' argument 3 names different: declaration 'encoding' definition '_encoding'.
epiphany-0.7.0/src/tinyxml/tinyxmlparser.cpp:1441:91: note: Function 'Parse' argument 3 names different: declaration 'encoding' definition '_encoding'.
epiphany-0.7.0/src/tinyxml/tinyxmlparser.cpp:1315:13: style: Variable 'tabsize' is assigned a value that is never used. [unreadVariable]
epiphany-0.7.0/src/tinyxml/tinyxmlparser.cpp:168:21: style: Technically the member function 'TiXmlParsingData::Cursor' can be const. [functionConst]
epiphany-0.7.0/src/xml_configuration.cpp:42:2: style: Class 'XMLConfiguration' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
epiphany-0.7.0/src/xml_configuration.cpp:42:2: style: Class 'XMLConfiguration' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
epiphany-0.7.0/src/xml_configuration.h:34:8: style: The function 'get_string' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/abstract_configuration.h:12:15: note: Virtual function in base class
epiphany-0.7.0/src/xml_configuration.h:34:8: note: Function in derived class
epiphany-0.7.0/src/xml_configuration.h:36:8: style: The function 'get_int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/abstract_configuration.h:14:15: note: Virtual function in base class
epiphany-0.7.0/src/xml_configuration.h:36:8: note: Function in derived class
epiphany-0.7.0/src/xml_configuration.h:38:8: style: The function 'get_bool' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/abstract_configuration.h:16:15: note: Virtual function in base class
epiphany-0.7.0/src/xml_configuration.h:38:8: note: Function in derived class
epiphany-0.7.0/src/xml_configuration.h:42:8: style: The function 'save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/abstract_configuration.h:20:15: note: Virtual function in base class
epiphany-0.7.0/src/xml_configuration.h:42:8: note: Function in derived class
epiphany-0.7.0/src/xml_configuration.h:44:8: style: The function 'remove_object' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/abstract_configuration.h:22:15: note: Virtual function in base class
epiphany-0.7.0/src/xml_configuration.h:44:8: note: Function in derived class
epiphany-0.7.0/src/xml_configuration.h:46:8: style: The function 'remove_section' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/abstract_configuration.h:24:15: note: Virtual function in base class
epiphany-0.7.0/src/xml_configuration.h:46:8: note: Function in derived class
epiphany-0.7.0/src/xml_configuration.h:48:8: style: The function 'set_string' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/abstract_configuration.h:26:15: note: Virtual function in base class
epiphany-0.7.0/src/xml_configuration.h:48:8: note: Function in derived class
epiphany-0.7.0/src/xml_configuration.h:50:8: style: The function 'set_int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/abstract_configuration.h:28:15: note: Virtual function in base class
epiphany-0.7.0/src/xml_configuration.h:50:8: note: Function in derived class
epiphany-0.7.0/src/xml_configuration.h:52:8: style: The function 'set_bool' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epiphany-0.7.0/src/abstract_configuration.h:30:15: note: Virtual function in base class
epiphany-0.7.0/src/xml_configuration.h:52:8: note: Function in derived class
[17:43]

ftp://ftp.se.debian.org/debian/pool/main/e/epiphany-browser/epiphany-browser_3.4.2.orig.tar.xz
epiphany-3.4.2/embed/ephy-adblock-manager.h:23:0: error: #error "Only <epiphany/epiphany.h> can be included directly." [preprocessorErrorDirective]
epiphany-3.4.2/embed/ephy-adblock.h:23:0: error: #error "Only <epiphany/epiphany.h> can be included directly." [preprocessorErrorDirective]
epiphany-3.4.2/embed/ephy-download.h:26:0: error: #error "Only <epiphany/epiphany.h> can be included directly." [preprocessorErrorDirective]
epiphany-3.4.2/embed/ephy-embed-container.h:21:0: error: #error "Only <epiphany/epiphany.h> can be included directly." [preprocessorErrorDirective]
epiphany-3.4.2/embed/ephy-embed-dialog.h:21:0: error: #error "Only <epiphany/epiphany.h> can be included directly." [preprocessorErrorDirective]
epiphany-3.4.2/embed/ephy-embed-event.h:24:0: error: #error "Only <epiphany/epiphany.h> can be included directly." [preprocessorErrorDirective]
epiphany-3.4.2/embed/ephy-web-view.h:24:0: error: #error "Only <epiphany/epiphany.h> can be included directly." [preprocessorErrorDirective]
epiphany-3.4.2/embed/ephy-embed-single.h:22:0: error: #error "Only <epiphany/epiphany.h> can be included directly." [preprocessorErrorDirective]
epiphany-3.4.2/embed/ephy-embed-utils.h:26:0: error: #error "Only <epiphany/epiphany.h> can be included directly." [preprocessorErrorDirective]
epiphany-3.4.2/embed/ephy-encodings.h:21:0: error: #error "Only <epiphany/epiphany.h> can be included directly." [preprocessorErrorDirective]
epiphany-3.4.2/embed/ephy-permission-manager.h:22:0: error: #error "Only <epiphany/epiphany.h> can be included directly." [preprocessorErrorDirective]
epiphany-3.4.2/embed/ephy-web-app-utils.h:21:0: error: #error "Only <epiphany/epiphany.h> can be included directly." [preprocessorErrorDirective]
epiphany-3.4.2/lib/egg/eggdesktopfile.c:1239:11: style: Condition 'startup_id' is always false [knownConditionTrueFalse]
epiphany-3.4.2/lib/egg/eggdesktopfile.c:1222:20: note: Assignment 'startup_id=NULL', assigned value is 0
epiphany-3.4.2/lib/egg/eggdesktopfile.c:1239:11: note: Condition 'startup_id' is always false
epiphany-3.4.2/lib/egg/eggdesktopfile.c:482:9: style: The scope of the variable 'try_exec' can be reduced. [variableScope]
epiphany-3.4.2/lib/egg/eggdesktopfile.c:482:20: style: The scope of the variable 'found_program' can be reduced. [variableScope]
epiphany-3.4.2/lib/egg/eggdesktopfile.c:483:10: style: The scope of the variable 'only_show_in' can be reduced. [variableScope]
epiphany-3.4.2/lib/egg/eggdesktopfile.c:483:26: style: The scope of the variable 'not_show_in' can be reduced. [variableScope]
epiphany-3.4.2/lib/egg/eggdesktopfile.c:485:7: style: The scope of the variable 'i' can be reduced. [variableScope]
epiphany-3.4.2/lib/egg/eggdesktopfile.c:607:15: style: The scope of the variable 'p' can be reduced. [variableScope]
epiphany-3.4.2/lib/egg/eggsmclient-xsmp.c:341:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
epiphany-3.4.2/lib/egg/eggsmclient-xsmp.c:230:13: style: The scope of the variable 'cmdline' can be reduced. [variableScope]
epiphany-3.4.2/lib/egg/eggsmclient-xsmp.c:802:24: style: The scope of the variable 'discard' can be reduced. [variableScope]
epiphany-3.4.2/lib/egg/eggsmclient-xsmp.c:803:15: style: The scope of the variable 'fd' can be reduced. [variableScope]
epiphany-3.4.2/lib/egg/eggsmclient-xsmp.c:849:21: style: The scope of the variable 'keys' can be reduced. [variableScope]
epiphany-3.4.2/lib/egg/eggsmclient-xsmp.c:278:60: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
epiphany-3.4.2/lib/egg/eggsmclient-xsmp.c:286:85: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
epiphany-3.4.2/lib/egg/eggsmclient-xsmp.c:815:50: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
epiphany-3.4.2/lib/egg/eggsmclient-xsmp.c:823:68: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
epiphany-3.4.2/lib/egg/eggsmclient-xsmp.c:828:50: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
epiphany-3.4.2/lib/egg/eggsmclient-xsmp.c:954:46: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
epiphany-3.4.2/lib/egg/eggsmclient-xsmp.c:962:40: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
epiphany-3.4.2/lib/egg/eggsmclient-xsmp.c:963:12: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
epiphany-3.4.2/lib/egg/eggsmclient-xsmp.c:642:17: style: Function 'xsmp_save_yourself' argument 3 names different: declaration 'save_style' definition 'save_type'. [funcArgNamesDifferent]
epiphany-3.4.2/lib/egg/eggsmclient-xsmp.c:133:20: note: Function 'xsmp_save_yourself' argument 3 names different: declaration 'save_style' definition 'save_type'.
epiphany-3.4.2/lib/egg/eggsmclient-xsmp.c:642:17: note: Function 'xsmp_save_yourself' argument 3 names different: declaration 'save_style' definition 'save_type'.
epiphany-3.4.2/lib/egg/eggsmclient-xsmp.c:1200:14: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
epiphany-3.4.2/lib/egg/eggsmclient.c:345:11: style: Condition '!global_client' is always true [knownConditionTrueFalse]
epiphany-3.4.2/lib/egg/eggsmclient.c:318:7: note: Assuming that condition '!global_client' is not redundant
epiphany-3.4.2/lib/egg/eggsmclient.c:345:11: note: Condition '!global_client' is always true
epiphany-3.4.2/lib/egg/eggtreemultidnd.c:304:23: style: The scope of the variable 'context' can be reduced. [variableScope]
epiphany-3.4.2/lib/ephy-debug.h:21:0: error: #error "Only <epiphany/epiphany.h> can be included directly." [preprocessorErrorDirective]
epiphany-3.4.2/lib/ephy-dialog.h:22:0: error: #error "Only <epiphany/epiphany.h> can be included directly." [preprocessorErrorDirective]
epiphany-3.4.2/lib/ephy-dnd.h:21:0: error: #error "Only <epiphany/epiphany.h> can be included directly." [preprocessorErrorDirective]
epiphany-3.4.2/lib/ephy-file-chooser.h:21:0: error: #error "Only <epiphany/epiphany.h> can be included directly." [preprocessorErrorDirective]
epiphany-3.4.2/lib/ephy-file-helpers.h:23:0: error: #error "Only <epiphany/epiphany.h> can be included directly." [preprocessorErrorDirective]
epiphany-3.4.2/lib/ephy-gui.h:21:0: error: #error "Only <epiphany/epiphany.h> can be included directly." [preprocessorErrorDirective]
epiphany-3.4.2/lib/ephy-langs.h:22:0: error: #error "Only <epiphany/epiphany.h> can be included directly." [preprocessorErrorDirective]
epiphany-3.4.2/lib/ephy-loader.h:22:0: error: #error "Only <epiphany/epiphany.h> can be included directly." [preprocessorErrorDirective]
epiphany-3.4.2/lib/ephy-module.h:22:0: error: #error "Only <epiphany/epiphany.h> can be included directly." [preprocessorErrorDirective]
epiphany-3.4.2/lib/ephy-node-db.h:23:0: error: #error "Only <epiphany/epiphany.h> can be included directly." [preprocessorErrorDirective]
epiphany-3.4.2/lib/ephy-node-filter.h:22:0: error: #error "Only <epiphany/epiphany.h> can be included directly." [preprocessorErrorDirective]
epiphany-3.4.2/lib/ephy-node.h:23:0: error: #error "Only <epiphany/epiphany.h> can be included directly." [preprocessorErrorDirective]
epiphany-3.4.2/lib/ephy-object-helpers.h:21:0: error: #error "Only <epiphany/epiphany.h> can be included directly." [preprocessorErrorDirective]
epiphany-3.4.2/lib/ephy-settings.h:23:0: error: #error "Only <epiphany/epiphany.h> can be included directly." [preprocessorErrorDirective]
epiphany-3.4.2/lib/ephy-shlib-loader.h:22:0: error: #error "Only <epiphany/epiphany.h> can be included directly." [preprocessorErrorDirective]
epiphany-3.4.2/lib/ephy-signal-accumulator.h:21:0: error: #error "Only <epiphany/epiphany.h> can be included directly." [preprocessorErrorDirective]
epiphany-3.4.2/lib/ephy-sqlite-statement.c:129:55: style: Function 'ephy_sqlite_statement_bind_null' argument 1 names different: declaration 'statement' definition 'self'. [funcArgNamesDifferent]
epiphany-3.4.2/lib/ephy-sqlite-statement.h:52:92: note: Function 'ephy_sqlite_statement_bind_null' argument 1 names different: declaration 'statement' definition 'self'.
epiphany-3.4.2/lib/ephy-sqlite-statement.c:129:55: note: Function 'ephy_sqlite_statement_bind_null' argument 1 names different: declaration 'statement' definition 'self'.
epiphany-3.4.2/lib/ephy-sqlite-statement.c:140:58: style: Function 'ephy_sqlite_statement_bind_boolean' argument 1 names different: declaration 'statement' definition 'self'. [funcArgNamesDifferent]
epiphany-3.4.2/lib/ephy-sqlite-statement.h:53:92: note: Function 'ephy_sqlite_statement_bind_boolean' argument 1 names different: declaration 'statement' definition 'self'.
epiphany-3.4.2/lib/ephy-sqlite-statement.c:140:58: note: Function 'ephy_sqlite_statement_bind_boolean' argument 1 names different: declaration 'statement' definition 'self'.
epiphany-3.4.2/lib/ephy-sqlite-statement.c:151:54: style: Function 'ephy_sqlite_statement_bind_int' argument 1 names different: declaration 'statement' definition 'self'. [funcArgNamesDifferent]
epiphany-3.4.2/lib/ephy-sqlite-statement.h:54:92: note: Function 'ephy_sqlite_statement_bind_int' argument 1 names different: declaration 'statement' definition 'self'.
epiphany-3.4.2/lib/ephy-sqlite-statement.c:151:54: note: Function 'ephy_sqlite_statement_bind_int' argument 1 names different: declaration 'statement' definition 'self'.
epiphany-3.4.2/lib/ephy-sqlite-statement.c:162:57: style: Function 'ephy_sqlite_statement_bind_double' argument 1 names different: declaration 'statement' definition 'self'. [funcArgNamesDifferent]
epiphany-3.4.2/lib/ephy-sqlite-statement.h:55:92: note: Function 'ephy_sqlite_statement_bind_double' argument 1 names different: declaration 'statement' definition 'self'.
epiphany-3.4.2/lib/ephy-sqlite-statement.c:162:57: note: Function 'ephy_sqlite_statement_bind_double' argument 1 names different: declaration 'statement' definition 'self'.
epiphany-3.4.2/lib/ephy-sqlite-statement.c:173:57: style: Function 'ephy_sqlite_statement_bind_string' argument 1 names different: declaration 'statement' definition 'self'. [funcArgNamesDifferent]
epiphany-3.4.2/lib/ephy-sqlite-statement.h:56:92: note: Function 'ephy_sqlite_statement_bind_string' argument 1 names different: declaration 'statement' definition 'self'.
epiphany-3.4.2/lib/ephy-sqlite-statement.c:173:57: note: Function 'ephy_sqlite_statement_bind_string' argument 1 names different: declaration 'statement' definition 'self'.
epiphany-3.4.2/lib/ephy-sqlite-statement.c:184:55: style: Function 'ephy_sqlite_statement_bind_blob' argument 1 names different: declaration 'statement' definition 'self'. [funcArgNamesDifferent]
epiphany-3.4.2/lib/ephy-sqlite-statement.h:57:92: note: Function 'ephy_sqlite_statement_bind_blob' argument 1 names different: declaration 'statement' definition 'self'.
epiphany-3.4.2/lib/ephy-sqlite-statement.c:184:55: note: Function 'ephy_sqlite_statement_bind_blob' argument 1 names different: declaration 'statement' definition 'self'.
epiphany-3.4.2/lib/ephy-sqlite-statement.c:194:50: style: Function 'ephy_sqlite_statement_step' argument 1 names different: declaration 'statement' definition 'self'. [funcArgNamesDifferent]
epiphany-3.4.2/lib/ephy-sqlite-statement.h:59:92: note: Function 'ephy_sqlite_statement_step' argument 1 names different: declaration 'statement' definition 'self'.
epiphany-3.4.2/lib/ephy-sqlite-statement.c:194:50: note: Function 'ephy_sqlite_statement_step' argument 1 names different: declaration 'statement' definition 'self'.
epiphany-3.4.2/lib/ephy-sqlite-statement.c:205:51: style: Function 'ephy_sqlite_statement_reset' argument 1 names different: declaration 'statement' definition 'self'. [funcArgNamesDifferent]
epiphany-3.4.2/lib/ephy-sqlite-statement.h:60:92: note: Function 'ephy_sqlite_statement_reset' argument 1 names different: declaration 'statement' definition 'self'.
epiphany-3.4.2/lib/ephy-sqlite-statement.c:205:51: note: Function 'ephy_sqlite_statement_reset' argument 1 names different: declaration 'statement' definition 'self'.
epiphany-3.4.2/lib/ephy-sqlite-statement.c:211:62: style: Function 'ephy_sqlite_statement_get_column_count' argument 1 names different: declaration 'statement' definition 'self'. [funcArgNamesDifferent]
epiphany-3.4.2/lib/ephy-sqlite-statement.h:62:92: note: Function 'ephy_sqlite_statement_get_column_count' argument 1 names different: declaration 'statement' definition 'self'.
epiphany-3.4.2/lib/ephy-sqlite-statement.c:211:62: note: Function 'ephy_sqlite_statement_get_column_count' argument 1 names different: declaration 'statement' definition 'self'.
epiphany-3.4.2/lib/ephy-sqlite-statement.c:217:61: style: Function 'ephy_sqlite_statement_get_column_type' argument 1 names different: declaration 'statement' definition 'self'. [funcArgNamesDifferent]
epiphany-3.4.2/lib/ephy-sqlite-statement.h:63:92: note: Function 'ephy_sqlite_statement_get_column_type' argument 1 names different: declaration 'statement' definition 'self'.
epiphany-3.4.2/lib/ephy-sqlite-statement.c:217:61: note: Function 'ephy_sqlite_statement_get_column_type' argument 1 names different: declaration 'statement' definition 'self'.
epiphany-3.4.2/lib/ephy-sqlite-statement.c:236:61: style: Function 'ephy_sqlite_statement_get_column_size' argument 1 names different: declaration 'statement' definition 'self'. [funcArgNamesDifferent]
epiphany-3.4.2/lib/ephy-sqlite-statement.h:64:92: note: Function 'ephy_sqlite_statement_get_column_size' argument 1 names different: declaration 'statement' definition 'self'.
epiphany-3.4.2/lib/ephy-sqlite-statement.c:236:61: note: Function 'ephy_sqlite_statement_get_column_size' argument 1 names different: declaration 'statement' definition 'self'.
epiphany-3.4.2/lib/ephy-sqlite-statement.c:242:67: style: Function 'ephy_sqlite_statement_get_column_as_boolean' argument 1 names different: declaration 'statement' definition 'self'. [funcArgNamesDifferent]
epiphany-3.4.2/lib/ephy-sqlite-statement.h:65:92: note: Function 'ephy_sqlite_statement_get_column_as_boolean' argument 1 names different: declaration 'statement' definition 'self'.
epiphany-3.4.2/lib/ephy-sqlite-statement.c:242:67: note: Function 'ephy_sqlite_statement_get_column_as_boolean' argument 1 names different: declaration 'statement' definition 'self'.
epiphany-3.4.2/lib/ephy-sqlite-statement.c:248:63: style: Function 'ephy_sqlite_statement_get_column_as_int' argument 1 names different: declaration 'statement' definition 'self'. [funcArgNamesDifferent]
epiphany-3.4.2/lib/ephy-sqlite-statement.h:66:92: note: Function 'ephy_sqlite_statement_get_column_as_int' argument 1 names different: declaration 'statement' definition 'self'.
epiphany-3.4.2/lib/ephy-sqlite-statement.c:248:63: note: Function 'ephy_sqlite_statement_get_column_as_int' argument 1 names different: declaration 'statement' definition 'self'.
epiphany-3.4.2/lib/ephy-sqlite-statement.c:254:66: style: Function 'ephy_sqlite_statement_get_column_as_double' argument 1 names different: declaration 'statement' definition 'self'. [funcArgNamesDifferent]
epiphany-3.4.2/lib/ephy-sqlite-statement.h:67:92: note: Function 'ephy_sqlite_statement_get_column_as_double' argument 1 names different: declaration 'statement' definition 'self'.
epiphany-3.4.2/lib/ephy-sqlite-statement.c:254:66: note: Function 'ephy_sqlite_statement_get_column_as_double' argument 1 names different: declaration 'statement' definition 'self'.
epiphany-3.4.2/lib/ephy-sqlite-statement.c:260:66: style: Function 'ephy_sqlite_statement_get_column_as_string' argument 1 names different: declaration 'statement' definition 'self'. [funcArgNamesDifferent]
epiphany-3.4.2/lib/ephy-sqlite-statement.h:68:92: note: Function 'ephy_sqlite_statement_get_column_as_string' argument 1 names different: declaration 'statement' definition 'self'.
epiphany-3.4.2/lib/ephy-sqlite-statement.c:260:66: note: Function 'ephy_sqlite_statement_get_column_as_string' argument 1 names different: declaration 'statement' definition 'self'.
epiphany-3.4.2/lib/ephy-sqlite-statement.c:266:64: style: Function 'ephy_sqlite_statement_get_column_as_blob' argument 1 names different: declaration 'statement' definition 'self'. [funcArgNamesDifferent]
epiphany-3.4.2/lib/ephy-sqlite-statement.h:69:92: note: Function 'ephy_sqlite_statement_get_column_as_blob' argument 1 names different: declaration 'statement' definition 'self'.
epiphany-3.4.2/lib/ephy-sqlite-statement.c:266:64: note: Function 'ephy_sqlite_statement_get_column_as_blob' argument 1 names different: declaration 'statement' definition 'self'.
epiphany-3.4.2/lib/ephy-state.h:23:0: error: #error "Only <epiphany/epiphany.h> can be included directly." [preprocessorErrorDirective]
epiphany-3.4.2/lib/ephy-string.h:21:0: error: #error "Only <epiphany/epiphany.h> can be included directly." [preprocessorErrorDirective]
epiphany-3.4.2/lib/ephy-time-helpers.h:27:0: error: #error "Only <epiphany/epiphany.h> can be included directly." [preprocessorErrorDirective]
epiphany-3.4.2/lib/ephy-zoom.h:21:0: error: #error "Only <epiphany/epiphany.h> can be included directly." [preprocessorErrorDirective]
epiphany-3.4.2/lib/history/ephy-history-service-hosts-table.c:145:28: warning: Either the condition 'host!=NULL' is redundant or there is possible null pointer dereference: host. [nullPointerRedundantCheck]
epiphany-3.4.2/lib/history/ephy-history-service-hosts-table.c:147:12: note: Assuming that condition 'host!=NULL' is not redundant
epiphany-3.4.2/lib/history/ephy-history-service-hosts-table.c:145:28: note: Null pointer dereference
epiphany-3.4.2/lib/history/ephy-history-service-hosts-table.c:64:3: style: Variable 'statement' is reassigned a value before the old one has been used. [redundantAssignment]
epiphany-3.4.2/lib/history/ephy-history-service-hosts-table.c:58:0: note: Variable 'statement' is reassigned a value before the old one has been used.
epiphany-3.4.2/lib/history/ephy-history-service-hosts-table.c:64:3: note: Variable 'statement' is reassigned a value before the old one has been used.
epiphany-3.4.2/lib/history/ephy-history-service-hosts-table.c:223:3: style: Variable 'statement' is reassigned a value before the old one has been used. [redundantAssignment]
epiphany-3.4.2/lib/history/ephy-history-service-hosts-table.c:216:0: note: Variable 'statement' is reassigned a value before the old one has been used.
epiphany-3.4.2/lib/history/ephy-history-service-hosts-table.c:223:3: note: Variable 'statement' is reassigned a value before the old one has been used.
epiphany-3.4.2/lib/history/ephy-history-service-hosts-table.c:369:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
epiphany-3.4.2/lib/history/ephy-history-service-hosts-table.c:133:75: style: Function 'ephy_history_service_get_host_row' argument 2 names different: declaration 'url_string' definition 'host_string'. [funcArgNamesDifferent]
epiphany-3.4.2/lib/history/ephy-history-service-private.h:49:111: note: Function 'ephy_history_service_get_host_row' argument 2 names different: declaration 'url_string' definition 'host_string'.
epiphany-3.4.2/lib/history/ephy-history-service-hosts-table.c:133:75: note: Function 'ephy_history_service_get_host_row' argument 2 names different: declaration 'url_string' definition 'host_string'.
epiphany-3.4.2/lib/history/ephy-history-service-urls-table.c:67:39: warning: Either the condition 'url!=NULL' is redundant or there is possible null pointer dereference: url. [nullPointerRedundantCheck]
epiphany-3.4.2/lib/history/ephy-history-service-urls-table.c:69:11: note: Assuming that condition 'url!=NULL' is not redundant
epiphany-3.4.2/lib/history/ephy-history-service-urls-table.c:67:39: note: Null pointer dereference
epiphany-3.4.2/lib/history/ephy-history-service-urls-table.c:133:3: style: Variable 'statement' is reassigned a value before the old one has been used. [redundantAssignment]
epiphany-3.4.2/lib/history/ephy-history-service-urls-table.c:127:0: note: Variable 'statement' is reassigned a value before the old one has been used.
epiphany-3.4.2/lib/history/ephy-history-service-urls-table.c:133:3: note: Variable 'statement' is reassigned a value before the old one has been used.
epiphany-3.4.2/lib/history/ephy-history-service-visits-table.c:115:15: style: The scope of the variable 'from_join_statement' can be reduced. [variableScope]
epiphany-3.4.2/lib/history/ephy-history-service-visits-table.c:118:15: style: The scope of the variable 'from_visits_statement' can be reduced. [variableScope]
epiphany-3.4.2/lib/history/ephy-history-service.c:361:30: style: The scope of the variable 'message' can be reduced. [variableScope]
epiphany-3.4.2/lib/history/ephy-history-service.c:833:19: style: The scope of the variable 'url' can be reduced. [variableScope]
epiphany-3.4.2/lib/history/ephy-history-service.c:698:49: style: Function 'ephy_history_service_set_url_title' argument 2 names different: declaration 'url' definition 'orig_url'. [funcArgNamesDifferent]
epiphany-3.4.2/lib/history/ephy-history-service.h:68:110: note: Function 'ephy_history_service_set_url_title' argument 2 names different: declaration 'url' definition 'orig_url'.
epiphany-3.4.2/lib/history/ephy-history-service.c:698:49: note: Function 'ephy_history_service_set_url_title' argument 2 names different: declaration 'url' definition 'orig_url'.
epiphany-3.4.2/lib/history/ephy-history-service.c:1012:45: style: Function 'ephy_history_service_visit_url' argument 2 names different: declaration 'orig_url' definition 'url'. [funcArgNamesDifferent]
epiphany-3.4.2/lib/history/ephy-history-service.h:77:110: note: Function 'ephy_history_service_visit_url' argument 2 names different: declaration 'orig_url' definition 'url'.
epiphany-3.4.2/lib/history/ephy-history-service.c:1012:45: note: Function 'ephy_history_service_visit_url' argument 2 names different: declaration 'orig_url' definition 'url'.
epiphany-3.4.2/lib/widgets/ephy-download-widget.h:26:0: error: #error "Only <epiphany/epiphany.h> can be included directly." [preprocessorErrorDirective]
epiphany-3.4.2/lib/widgets/ephy-history-view.c:56:20: style: The scope of the variable 'view' can be reduced. [variableScope]
epiphany-3.4.2/lib/widgets/ephy-hosts-store.c:135:16: style: The scope of the variable 'path' can be reduced. [variableScope]
epiphany-3.4.2/lib/widgets/ephy-hosts-store.c:161:20: style: The scope of the variable 'host' can be reduced. [variableScope]
epiphany-3.4.2/lib/widgets/ephy-hosts-store.c:165:14: style: The scope of the variable 'favicon' can be reduced. [variableScope]
epiphany-3.4.2/lib/widgets/ephy-location-entry.h:23:0: error: #error "Only <epiphany/epiphany.h> can be included directly." [preprocessorErrorDirective]
epiphany-3.4.2/lib/widgets/ephy-middle-clickable-button.h:23:0: error: #error "Only <epiphany/epiphany.h> can be included directly." [preprocessorErrorDirective]
epiphany-3.4.2/lib/widgets/ephy-tree-model-node.h:78:0: error: #error "Only <epiphany/epiphany.h> can be included directly." [preprocessorErrorDirective]
epiphany-3.4.2/lib/widgets/ephy-search-entry.h:21:0: error: #error "Only <epiphany/epiphany.h> can be included directly." [preprocessorErrorDirective]
epiphany-3.4.2/lib/widgets/ephy-tree-model-sort.h:20:0: error: #error "Only <epiphany/epiphany.h> can be included directly." [preprocessorErrorDirective]
epiphany-3.4.2/lib/widgets/ephy-urls-store.c:58:19: style: The scope of the variable 'url' can be reduced. [variableScope]
epiphany-3.4.2/lib/widgets/ephy-zoom-action.h:22:0: error: #error "Only <epiphany/epiphany.h> can be included directly." [preprocessorErrorDirective]
epiphany-3.4.2/lib/widgets/nautilus-floating-bar.c:369:13: style: The scope of the variable 'widget' can be reduced. [variableScope]
epiphany-3.4.2/src/bookmarks/ephy-bookmark-action-group.h:21:0: error: #error "Only <epiphany/epiphany.h> can be included directly." [preprocessorErrorDirective]
epiphany-3.4.2/src/bookmarks/ephy-bookmark-action.h:22:0: error: #error "Only <epiphany/epiphany.h> can be included directly." [preprocessorErrorDirective]
epiphany-3.4.2/src/bookmarks/ephy-bookmark-properties.h:23:0: error: #error "Only <epiphany/epiphany.h> can be included directly." [preprocessorErrorDirective]
epiphany-3.4.2/src/bookmarks/ephy-bookmarks-editor.h:21:0: error: #error "Only <epiphany/epiphany.h> can be included directly." [preprocessorErrorDirective]
epiphany-3.4.2/src/bookmarks/ephy-bookmarks-export.h:21:0: error: #error "Only <epiphany/epiphany.h> can be included directly." [preprocessorErrorDirective]
epiphany-3.4.2/src/bookmarks/ephy-bookmarks-import.h:22:0: error: #error "Only <epiphany/epiphany.h> can be included directly." [preprocessorErrorDirective]
epiphany-3.4.2/src/bookmarks/ephy-bookmarks-menu.h:23:0: error: #error "Only <epiphany/epiphany.h> can be included directly." [preprocessorErrorDirective]
epiphany-3.4.2/src/bookmarks/ephy-bookmarks-ui.h:21:0: error: #error "Only <epiphany/epiphany.h> can be included directly." [preprocessorErrorDirective]
epiphany-3.4.2/src/bookmarks/ephy-bookmarks.h:22:0: error: #error "Only <epiphany/epiphany.h> can be included directly." [preprocessorErrorDirective]
epiphany-3.4.2/src/bookmarks/ephy-nodes-cover.h:21:0: error: #error "Only <epiphany/epiphany.h> can be included directly." [preprocessorErrorDirective]
epiphany-3.4.2/src/bookmarks/ephy-topic-action-group.h:21:0: error: #error "Only <epiphany/epiphany.h> can be included directly." [preprocessorErrorDirective]
epiphany-3.4.2/src/bookmarks/ephy-topic-action.h:22:0: error: #error "Only <epiphany/epiphany.h> can be included directly." [preprocessorErrorDirective]
epiphany-3.4.2/src/bookmarks/ephy-topics-entry.h:21:0: error: #error "Only <epiphany/epiphany.h> can be included directly." [preprocessorErrorDirective]
epiphany-3.4.2/src/bookmarks/ephy-topics-palette.h:21:0: error: #error "Only <epiphany/epiphany.h> can be included directly." [preprocessorErrorDirective]
epiphany-3.4.2/src/ephy-action-helper.h:21:0: error: #error "Only <epiphany/epiphany.h> can be included directly." [preprocessorErrorDirective]
epiphany-3.4.2/src/ephy-window-action.h:22:0: error: #error "Only <epiphany/epiphany.h> can be included directly." [preprocessorErrorDirective]
epiphany-3.4.2/src/ephy-completion-model.h:21:0: error: #error "Only <epiphany/epiphany.h> can be included directly." [preprocessorErrorDirective]
epiphany-3.4.2/src/ephy-encoding-dialog.h:22:0: error: #error "Only <epiphany/epiphany.h> can be included directly." [preprocessorErrorDirective]
epiphany-3.4.2/src/ephy-encoding-menu.h:23:0: error: #error "Only <epiphany/epiphany.h> can be included directly." [preprocessorErrorDirective]
epiphany-3.4.2/src/ephy-extension.h:22:0: error: #error "Only <epiphany/epiphany.h> can be included directly." [preprocessorErrorDirective]
epiphany-3.4.2/src/ephy-extensions-manager.h:22:0: error: #error "Only <epiphany/epiphany.h> can be included directly." [preprocessorErrorDirective]
epiphany-3.4.2/src/ephy-find-toolbar.h:22:0: error: #error "Only <epiphany/epiphany.h> can be included directly." [preprocessorErrorDirective]
epiphany-3.4.2/src/ephy-fullscreen-popup.h:22:0: error: #error "Only <epiphany/epiphany.h> can be included directly." [preprocessorErrorDirective]
epiphany-3.4.2/src/ephy-history-window.h:21:0: error: #error "Only <epiphany/epiphany.h> can be included directly." [preprocessorErrorDirective]
epiphany-3.4.2/src/ephy-home-action.h:21:0: error: #error "Only <epiphany/epiphany.h> can be included directly." [preprocessorErrorDirective]
epiphany-3.4.2/src/ephy-link-action.h:21:0: error: #error "Only <epiphany/epiphany.h> can be included directly." [preprocessorErrorDirective]
epiphany-3.4.2/src/ephy-link.h:21:0: error: #error "Only <epiphany/epiphany.h> can be included directly." [preprocessorErrorDirective]
epiphany-3.4.2/src/ephy-location-controller.h:21:0: error: #error "Only <epiphany/epiphany.h> can be included directly." [preprocessorErrorDirective]
epiphany-3.4.2/src/ephy-lockdown.h:22:0: error: #error "Only <epiphany/epiphany.h> can be included directly." [preprocessorErrorDirective]
epiphany-3.4.2/src/ephy-session.h:23:0: error: #error "Only <epiphany/epiphany.h> can be included directly." [preprocessorErrorDirective]
epiphany-3.4.2/src/ephy-navigation-history-action.h:23:0: error: #error "Only <epiphany/epiphany.h> can be included directly." [preprocessorErrorDirective]
epiphany-3.4.2/src/ephy-notebook.h:23:0: error: #error "Only <epiphany/epiphany.h> can be included directly." [preprocessorErrorDirective]
epiphany-3.4.2/src/ephy-password-info.h:21:0: error: #error "Only <epiphany/epiphany.h> can be included directly." [preprocessorErrorDirective]
epiphany-3.4.2/src/ephy-seed-extension.h:22:0: error: #error "Only <epiphany/epiphany.h> can be included directly." [preprocessorErrorDirective]
epiphany-3.4.2/src/ephy-seed-loader.h:22:0: error: #error "Only <epiphany/epiphany.h> can be included directly." [preprocessorErrorDirective]
epiphany-3.4.2/src/ephy-shell.h:24:0: error: #error "Only <epiphany/epiphany.h> can be included directly." [preprocessorErrorDirective]
epiphany-3.4.2/src/ephy-toolbar.h:22:0: error: #error "Only <epiphany/epiphany.h> can be included directly." [preprocessorErrorDirective]
epiphany-3.4.2/src/ephy-window.h:21:0: error: #error "Only <epiphany/epiphany.h> can be included directly." [preprocessorErrorDirective]
epiphany-3.4.2/src/window-commands.h:21:0: error: #error "Only <epiphany/epiphany.h> can be included directly." [preprocessorErrorDirective]
epiphany-3.4.2/tests/ephy-embed-single-test.c:62:3: style: Variable 'results' is reassigned a value before the old one has been used. [redundantAssignment]
epiphany-3.4.2/tests/ephy-embed-single-test.c:57:0: note: Variable 'results' is reassigned a value before the old one has been used.
epiphany-3.4.2/tests/ephy-embed-single-test.c:62:3: note: Variable 'results' is reassigned a value before the old one has been used.
epiphany-3.4.2/tests/ephy-location-entry-test.c:101:24: warning: String literal compared with variable 'g_assert_cmpstr'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
epiphany-3.4.2/tests/ephy-search-entry-test.c:51:3: style: Variable 'get' is reassigned a value before the old one has been used. [redundantAssignment]
epiphany-3.4.2/tests/ephy-search-entry-test.c:45:0: note: Variable 'get' is reassigned a value before the old one has been used.
epiphany-3.4.2/tests/ephy-search-entry-test.c:51:3: note: Variable 'get' is reassigned a value before the old one has been used.
epiphany-3.4.2/tests/ephy-search-entry-test.c:61:24: warning: String literal compared with variable 'g_assert_cmpstr'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
epiphany-3.4.2/tests/ephy-sqlite-test.c:75:3: style: Variable 'statement' is reassigned a value before the old one has been used. [redundantAssignment]
epiphany-3.4.2/tests/ephy-sqlite-test.c:73:0: note: Variable 'statement' is reassigned a value before the old one has been used.
epiphany-3.4.2/tests/ephy-sqlite-test.c:75:3: note: Variable 'statement' is reassigned a value before the old one has been used.
epiphany-3.4.2/tests/ephy-sqlite-test.c:156:3: style: Variable 'statement' is reassigned a value before the old one has been used. [redundantAssignment]
epiphany-3.4.2/tests/ephy-sqlite-test.c:152:0: note: Variable 'statement' is reassigned a value before the old one has been used.
epiphany-3.4.2/tests/ephy-sqlite-test.c:156:3: note: Variable 'statement' is reassigned a value before the old one has been used.
[17:43]

ftp://ftp.se.debian.org/debian/pool/main/e/epiphany-extensions/epiphany-extensions_3.4.0.orig.tar.xz
epiphany-extensions-3.4.0/extensions/actions/ephy-actions-extension-editor-dialog.c:705:13: style: The scope of the variable 'screen' can be reduced. [variableScope]
epiphany-extensions-3.4.0/extensions/actions/ephy-actions-extension-editor-dialog.c:584:12: style: Variable 'actions' is assigned a value that is never used. [unreadVariable]
epiphany-extensions-3.4.0/extensions/actions/ephy-actions-extension-properties-dialog.c:268:56: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
epiphany-extensions-3.4.0/extensions/actions/ephy-actions-extension.c:557:21: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
epiphany-extensions-3.4.0/extensions/adblock/adblock-ui.c:145:7: style: Variable 'error_dialog' is reassigned a value before the old one has been used. [redundantAssignment]
epiphany-extensions-3.4.0/extensions/adblock/adblock-ui.c:144:0: note: Variable 'error_dialog' is reassigned a value before the old one has been used.
epiphany-extensions-3.4.0/extensions/adblock/adblock-ui.c:145:7: note: Variable 'error_dialog' is reassigned a value before the old one has been used.
epiphany-extensions-3.4.0/extensions/adblock/adblock-ui.c:268:3: style: Variable 'filters' is reassigned a value before the old one has been used. [redundantAssignment]
epiphany-extensions-3.4.0/extensions/adblock/adblock-ui.c:263:0: note: Variable 'filters' is reassigned a value before the old one has been used.
epiphany-extensions-3.4.0/extensions/adblock/adblock-ui.c:268:3: note: Variable 'filters' is reassigned a value before the old one has been used.
epiphany-extensions-3.4.0/extensions/adblock/ephy-adblock-extension.c:81:3: style: Variable 'manager' is reassigned a value before the old one has been used. [redundantAssignment]
epiphany-extensions-3.4.0/extensions/adblock/ephy-adblock-extension.c:73:0: note: Variable 'manager' is reassigned a value before the old one has been used.
epiphany-extensions-3.4.0/extensions/adblock/ephy-adblock-extension.c:81:3: note: Variable 'manager' is reassigned a value before the old one has been used.
epiphany-extensions-3.4.0/extensions/adblock/ephy-adblock-extension.c:92:3: style: Variable 'extension' is reassigned a value before the old one has been used. [redundantAssignment]
epiphany-extensions-3.4.0/extensions/adblock/ephy-adblock-extension.c:88:0: note: Variable 'extension' is reassigned a value before the old one has been used.
epiphany-extensions-3.4.0/extensions/adblock/ephy-adblock-extension.c:92:3: note: Variable 'extension' is reassigned a value before the old one has been used.
epiphany-extensions-3.4.0/extensions/adblock/ephy-adblock-extension.c:107:3: style: Variable 'manager' is reassigned a value before the old one has been used. [redundantAssignment]
epiphany-extensions-3.4.0/extensions/adblock/ephy-adblock-extension.c:102:0: note: Variable 'manager' is reassigned a value before the old one has been used.
epiphany-extensions-3.4.0/extensions/adblock/ephy-adblock-extension.c:107:3: note: Variable 'manager' is reassigned a value before the old one has been used.
epiphany-extensions-3.4.0/extensions/adblock/ephy-adblock-extension.c:141:3: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
epiphany-extensions-3.4.0/extensions/adblock/ephy-adblock-extension.c:135:0: note: Variable 'self' is reassigned a value before the old one has been used.
epiphany-extensions-3.4.0/extensions/adblock/ephy-adblock-extension.c:141:3: note: Variable 'self' is reassigned a value before the old one has been used.
epiphany-extensions-3.4.0/extensions/adblock/ephy-adblock-extension.c:144:3: style: Variable 'web_view' is reassigned a value before the old one has been used. [redundantAssignment]
epiphany-extensions-3.4.0/extensions/adblock/ephy-adblock-extension.c:136:0: note: Variable 'web_view' is reassigned a value before the old one has been used.
epiphany-extensions-3.4.0/extensions/adblock/ephy-adblock-extension.c:144:3: note: Variable 'web_view' is reassigned a value before the old one has been used.
epiphany-extensions-3.4.0/extensions/adblock/ephy-adblock-extension.c:145:3: style: Variable 'address' is reassigned a value before the old one has been used. [redundantAssignment]
epiphany-extensions-3.4.0/extensions/adblock/ephy-adblock-extension.c:137:0: note: Variable 'address' is reassigned a value before the old one has been used.
epiphany-extensions-3.4.0/extensions/adblock/ephy-adblock-extension.c:145:3: note: Variable 'address' is reassigned a value before the old one has been used.
epiphany-extensions-3.4.0/extensions/adblock/ephy-adblock-extension.c:160:3: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
epiphany-extensions-3.4.0/extensions/adblock/ephy-adblock-extension.c:155:0: note: Variable 'self' is reassigned a value before the old one has been used.
epiphany-extensions-3.4.0/extensions/adblock/ephy-adblock-extension.c:160:3: note: Variable 'self' is reassigned a value before the old one has been used.
epiphany-extensions-3.4.0/extensions/adblock/ephy-adblock-extension.c:161:3: style: Variable 'priv' is reassigned a value before the old one has been used. [redundantAssignment]
epiphany-extensions-3.4.0/extensions/adblock/ephy-adblock-extension.c:156:0: note: Variable 'priv' is reassigned a value before the old one has been used.
epiphany-extensions-3.4.0/extensions/adblock/ephy-adblock-extension.c:161:3: note: Variable 'priv' is reassigned a value before the old one has been used.
epiphany-extensions-3.4.0/extensions/adblock/ephy-adblock-extension.c:196:3: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
epiphany-extensions-3.4.0/extensions/adblock/ephy-adblock-extension.c:193:0: note: Variable 'data' is reassigned a value before the old one has been used.
epiphany-extensions-3.4.0/extensions/adblock/ephy-adblock-extension.c:196:3: note: Variable 'data' is reassigned a value before the old one has been used.
epiphany-extensions-3.4.0/extensions/adblock/ephy-adblock-extension.c:199:3: style: Variable 'priv' is reassigned a value before the old one has been used. [redundantAssignment]
epiphany-extensions-3.4.0/extensions/adblock/ephy-adblock-extension.c:194:0: note: Variable 'priv' is reassigned a value before the old one has been used.
epiphany-extensions-3.4.0/extensions/adblock/ephy-adblock-extension.c:199:3: note: Variable 'priv' is reassigned a value before the old one has been used.
epiphany-extensions-3.4.0/extensions/adblock/ephy-adblock-extension.c:231:3: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
epiphany-extensions-3.4.0/extensions/adblock/ephy-adblock-extension.c:227:0: note: Variable 'data' is reassigned a value before the old one has been used.
epiphany-extensions-3.4.0/extensions/adblock/ephy-adblock-extension.c:231:3: note: Variable 'data' is reassigned a value before the old one has been used.
epiphany-extensions-3.4.0/extensions/adblock/ephy-adblock-extension.c:246:3: style: Variable 'manager' is reassigned a value before the old one has been used. [redundantAssignment]
epiphany-extensions-3.4.0/extensions/adblock/ephy-adblock-extension.c:228:0: note: Variable 'manager' is reassigned a value before the old one has been used.
epiphany-extensions-3.4.0/extensions/adblock/ephy-adblock-extension.c:246:3: note: Variable 'manager' is reassigned a value before the old one has been used.
epiphany-extensions-3.4.0/extensions/adblock/ephy-adblock-extension.c:275:3: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
epiphany-extensions-3.4.0/extensions/adblock/ephy-adblock-extension.c:271:0: note: Variable 'data' is reassigned a value before the old one has been used.
epiphany-extensions-3.4.0/extensions/adblock/ephy-adblock-extension.c:275:3: note: Variable 'data' is reassigned a value before the old one has been used.
epiphany-extensions-3.4.0/extensions/adblock/ephy-adblock-extension.c:278:3: style: Variable 'manager' is reassigned a value before the old one has been used. [redundantAssignment]
epiphany-extensions-3.4.0/extensions/adblock/ephy-adblock-extension.c:272:0: note: Variable 'manager' is reassigned a value before the old one has been used.
epiphany-extensions-3.4.0/extensions/adblock/ephy-adblock-extension.c:278:3: note: Variable 'manager' is reassigned a value before the old one has been used.
epiphany-extensions-3.4.0/extensions/adblock/uri-tester.c:81:3: style: Variable 'folder' is reassigned a value before the old one has been used. [redundantAssignment]
epiphany-extensions-3.4.0/extensions/adblock/uri-tester.c:78:0: note: Variable 'folder' is reassigned a value before the old one has been used.
epiphany-extensions-3.4.0/extensions/adblock/uri-tester.c:81:3: note: Variable 'folder' is reassigned a value before the old one has been used.
epiphany-extensions-3.4.0/extensions/adblock/uri-tester.c:140:3: style: Variable 'request' is reassigned a value before the old one has been used. [redundantAssignment]
epiphany-extensions-3.4.0/extensions/adblock/uri-tester.c:133:0: note: Variable 'request' is reassigned a value before the old one has been used.
epiphany-extensions-3.4.0/extensions/adblock/uri-tester.c:140:3: note: Variable 'request' is reassigned a value before the old one has been used.
epiphany-extensions-3.4.0/extensions/adblock/uri-tester.c:141:3: style: Variable 'download' is reassigned a value before the old one has been used. [redundantAssignment]
epiphany-extensions-3.4.0/extensions/adblock/uri-tester.c:134:0: note: Variable 'download' is reassigned a value before the old one has been used.
epiphany-extensions-3.4.0/extensions/adblock/uri-tester.c:141:3: note: Variable 'download' is reassigned a value before the old one has been used.
epiphany-extensions-3.4.0/extensions/adblock/uri-tester.c:160:3: style: Variable 'file' is reassigned a value before the old one has been used. [redundantAssignment]
epiphany-extensions-3.4.0/extensions/adblock/uri-tester.c:155:0: note: Variable 'file' is reassigned a value before the old one has been used.
epiphany-extensions-3.4.0/extensions/adblock/uri-tester.c:160:3: note: Variable 'file' is reassigned a value before the old one has been used.
epiphany-extensions-3.4.0/extensions/adblock/uri-tester.c:161:3: style: Variable 'file_info' is reassigned a value before the old one has been used. [redundantAssignment]
epiphany-extensions-3.4.0/extensions/adblock/uri-tester.c:156:0: note: Variable 'file_info' is reassigned a value before the old one has been used.
epiphany-extensions-3.4.0/extensions/adblock/uri-tester.c:161:3: note: Variable 'file_info' is reassigned a value before the old one has been used.
epiphany-extensions-3.4.0/extensions/adblock/uri-tester.c:217:3: style: Variable 'data_dir' is reassigned a value before the old one has been used. [redundantAssignment]
epiphany-extensions-3.4.0/extensions/adblock/uri-tester.c:214:0: note: Variable 'data_dir' is reassigned a value before the old one has been used.
epiphany-extensions-3.4.0/extensions/adblock/uri-tester.c:217:3: note: Variable 'data_dir' is reassigned a value before the old one has been used.
epiphany-extensions-3.4.0/extensions/adblock/uri-tester.c:218:3: style: Variable 'filepath' is reassigned a value before the old one has been used. [redundantAssignment]
epiphany-extensions-3.4.0/extensions/adblock/uri-tester.c:215:0: note: Variable 'filepath' is reassigned a value before the old one has been used.
epiphany-extensions-3.4.0/extensions/adblock/uri-tester.c:218:3: note: Variable 'filepath' is reassigned a value before the old one has been used.
epiphany-extensions-3.4.0/extensions/adblock/uri-tester.c:227:7: style: Variable 'file' is reassigned a value before the old one has been used. [redundantAssignment]
epiphany-extensions-3.4.0/extensions/adblock/uri-tester.c:222:0: note: Variable 'file' is reassigned a value before the old one has been used.
epiphany-extensions-3.4.0/extensions/adblock/uri-tester.c:227:7: note: Variable 'file' is reassigned a value before the old one has been used.
epiphany-extensions-3.4.0/extensions/adblock/uri-tester.c:234:11: style: Variable 'urls_array' is reassigned a value before the old one has been used. [redundantAssignment]
epiphany-extensions-3.4.0/extensions/adblock/uri-tester.c:230:0: note: Variable 'urls_array' is reassigned a value before the old one has been used.
epiphany-extensions-3.4.0/extensions/adblock/uri-tester.c:234:11: note: Variable 'urls_array' is reassigned a value before the old one has been used.
epiphany-extensions-3.4.0/extensions/adblock/uri-tester.c:272:3: style: Variable 'data_dir' is reassigned a value before the old one has been used. [redundantAssignment]
epiphany-extensions-3.4.0/extensions/adblock/uri-tester.c:269:0: note: Variable 'data_dir' is reassigned a value before the old one has been used.
epiphany-extensions-3.4.0/extensions/adblock/uri-tester.c:272:3: note: Variable 'data_dir' is reassigned a value before the old one has been used.
epiphany-extensions-3.4.0/extensions/adblock/uri-tester.c:273:3: style: Variable 'filepath' is reassigned a value before the old one has been used. [redundantAssignment]
epiphany-extensions-3.4.0/extensions/adblock/uri-tester.c:270:0: note: Variable 'filepath' is reassigned a value before the old one has been used.
epiphany-extensions-3.4.0/extensions/adblock/uri-tester.c:273:3: note: Variable 'filepath' is reassigned a value before the old one has been used.
epiphany-extensions-3.4.0/extensions/adblock/uri-tester.c:347:3: style: Variable 'priv' is reassigned a value before the old one has been used. [redundantAssignment]
epiphany-extensions-3.4.0/extensions/adblock/uri-tester.c:338:0: note: Variable 'priv' is reassigned a value before the old one has been used.
epiphany-extensions-3.4.0/extensions/adblock/uri-tester.c:347:3: note: Variable 'priv' is reassigned a value before the old one has been used.
epiphany-extensions-3.4.0/extensions/adblock/uri-tester.c:383:3: style: Variable 'priv' is reassigned a value before the old one has been used. [redundantAssignment]
epiphany-extensions-3.4.0/extensions/adblock/uri-tester.c:380:0: note: Variable 'priv' is reassigned a value before the old one has been used.
epiphany-extensions-3.4.0/extensions/adblock/uri-tester.c:383:3: note: Variable 'priv' is reassigned a value before the old one has been used.
epiphany-extensions-3.4.0/extensions/adblock/uri-tester.c:718:3: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
epiphany-extensions-3.4.0/extensions/adblock/uri-tester.c:715:0: note: Variable 'path' is reassigned a value before the old one has been used.
epiphany-extensions-3.4.0/extensions/adblock/uri-tester.c:718:3: note: Variable 'path' is reassigned a value before the old one has been used.
epiphany-extensions-3.4.0/extensions/adblock/uri-tester.c:739:3: style: Variable 'priv' is reassigned a value before the old one has been used. [redundantAssignment]
epiphany-extensions-3.4.0/extensions/adblock/uri-tester.c:735:0: note: Variable 'priv' is reassigned a value before the old one has been used.
epiphany-extensions-3.4.0/extensions/adblock/uri-tester.c:739:3: note: Variable 'priv' is reassigned a value before the old one has been used.
epiphany-extensions-3.4.0/extensions/adblock/uri-tester.c:882:3: style: Variable 'data_dir' is reassigned a value before the old one has been used. [redundantAssignment]
epiphany-extensions-3.4.0/extensions/adblock/uri-tester.c:879:0: note: Variable 'data_dir' is reassigned a value before the old one has been used.
epiphany-extensions-3.4.0/extensions/adblock/uri-tester.c:882:3: note: Variable 'data_dir' is reassigned a value before the old one has been used.
epiphany-extensions-3.4.0/extensions/adblock/uri-tester.c:884:3: style: Variable 'g_data_dir' is reassigned a value before the old one has been used. [redundantAssignment]
epiphany-extensions-3.4.0/extensions/adblock/uri-tester.c:878:0: note: Variable 'g_data_dir' is reassigned a value before the old one has been used.
epiphany-extensions-3.4.0/extensions/adblock/uri-tester.c:884:3: note: Variable 'g_data_dir' is reassigned a value before the old one has been used.
epiphany-extensions-3.4.0/extensions/adblock/uri-tester.c:491:13: style: The scope of the variable 'sig' can be reduced. [variableScope]
epiphany-extensions-3.4.0/extensions/adblock/uri-tester.c:714:8: style: The scope of the variable 'line' can be reduced. [variableScope]
epiphany-extensions-3.4.0/extensions/adblock/uri-tester.c:733:29: style: Function 'uri_tester_init' argument 1 names different: declaration 'dialog' definition 'tester'. [funcArgNamesDifferent]
epiphany-extensions-3.4.0/extensions/adblock/uri-tester.c:67:41: note: Function 'uri_tester_init' argument 1 names different: declaration 'dialog' definition 'tester'.
epiphany-extensions-3.4.0/extensions/adblock/uri-tester.c:733:29: note: Function 'uri_tester_init' argument 1 names different: declaration 'dialog' definition 'tester'.
epiphany-extensions-3.4.0/extensions/adblock/uri-tester.c:421:17: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
epiphany-extensions-3.4.0/extensions/adblock/uri-tester.c:600:14: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
epiphany-extensions-3.4.0/extensions/adblock/uri-tester.c:601:14: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
epiphany-extensions-3.4.0/extensions/adblock/uri-tester.c:698:18: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
epiphany-extensions-3.4.0/extensions/adblock/uri-tester.c:699:18: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
epiphany-extensions-3.4.0/extensions/adblock/uri-tester.c:704:18: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
epiphany-extensions-3.4.0/extensions/error-viewer/link-checker.c:89:27: style: The scope of the variable 'cb_data' can be reduced. [variableScope]
epiphany-extensions-3.4.0/extensions/error-viewer/link-checker.c:179:33: style: Function 'link_checker_init' argument 1 names different: declaration 'dialog' definition 'checker'. [funcArgNamesDifferent]
epiphany-extensions-3.4.0/extensions/error-viewer/link-checker.c:37:45: note: Function 'link_checker_init' argument 1 names different: declaration 'dialog' definition 'checker'.
epiphany-extensions-3.4.0/extensions/error-viewer/link-checker.c:179:33: note: Function 'link_checker_init' argument 1 names different: declaration 'dialog' definition 'checker'.
epiphany-extensions-3.4.0/extensions/error-viewer/mozilla/ErrorViewerConsoleListener.cpp:42:29: warning: Member variable 'ErrorViewerConsoleListener::mDialog' is not initialized in the constructor. [uninitMemberVar]
epiphany-extensions-3.4.0/extensions/error-viewer/mozilla/ErrorViewerURICheckerObserver.cpp:47:32: warning: Member variable 'ErrorViewerURICheckerObserver::mChecker' is not initialized in the constructor. [uninitMemberVar]
epiphany-extensions-3.4.0/extensions/error-viewer/mozilla/ErrorViewerURICheckerObserver.cpp:47:32: warning: Member variable 'ErrorViewerURICheckerObserver::mFilename' is not initialized in the constructor. [uninitMemberVar]
epiphany-extensions-3.4.0/extensions/error-viewer/mozilla/register-listener.cpp:58:38: style: C-style pointer casting [cstyleCast]
epiphany-extensions-3.4.0/extensions/error-viewer/opensp/validate.cpp:46:6: style: The scope of the variable 'len' can be reduced. [variableScope]
epiphany-extensions-3.4.0/extensions/error-viewer/sgml-validator.c:352:2: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
epiphany-extensions-3.4.0/extensions/error-viewer/sgml-validator.c:333:0: note: Variable 'err' is reassigned a value before the old one has been used.
epiphany-extensions-3.4.0/extensions/error-viewer/sgml-validator.c:352:2: note: Variable 'err' is reassigned a value before the old one has been used.
epiphany-extensions-3.4.0/extensions/error-viewer/sgml-validator.c:197:8: style: The scope of the variable 'location' can be reduced. [variableScope]
epiphany-extensions-3.4.0/extensions/error-viewer/sgml-validator.c:199:8: style: The scope of the variable 't' can be reduced. [variableScope]
epiphany-extensions-3.4.0/extensions/error-viewer/sgml-validator.c:423:18: style: The scope of the variable 'location' can be reduced. [variableScope]
epiphany-extensions-3.4.0/extensions/error-viewer/sgml-validator.c:423:29: style: The scope of the variable 't' can be reduced. [variableScope]
epiphany-extensions-3.4.0/extensions/error-viewer/sgml-validator.c:477:29: style: The scope of the variable 'cb_data' can be reduced. [variableScope]
epiphany-extensions-3.4.0/extensions/error-viewer/sgml-validator.c:133:37: style: Function 'sgml_validator_init' argument 1 names different: declaration 'dialog' definition 'validator'. [funcArgNamesDifferent]
epiphany-extensions-3.4.0/extensions/error-viewer/sgml-validator.c:44:49: note: Function 'sgml_validator_init' argument 1 names different: declaration 'dialog' definition 'validator'.
epiphany-extensions-3.4.0/extensions/error-viewer/sgml-validator.c:133:37: note: Function 'sgml_validator_init' argument 1 names different: declaration 'dialog' definition 'validator'.
epiphany-extensions-3.4.0/extensions/extensions-manager-ui/extensions-manager-ui.c:201:21: style: The scope of the variable 'info' can be reduced. [variableScope]
epiphany-extensions-3.4.0/extensions/gestures/ephy-gestures-extension.c:357:65: style: Function 'ephy_gestures_extension_class_init' argument 1 names different: declaration 'klass' definition 'class'. [funcArgNamesDifferent]
epiphany-extensions-3.4.0/extensions/gestures/ephy-gestures-extension.c:52:77: note: Function 'ephy_gestures_extension_class_init' argument 1 names different: declaration 'klass' definition 'class'.
epiphany-extensions-3.4.0/extensions/gestures/ephy-gestures-extension.c:357:65: note: Function 'ephy_gestures_extension_class_init' argument 1 names different: declaration 'klass' definition 'class'.
epiphany-extensions-3.4.0/extensions/gestures/stroke.c:216:7: style: The scope of the variable 'delx' can be reduced. [variableScope]
epiphany-extensions-3.4.0/extensions/gestures/stroke.c:216:13: style: The scope of the variable 'dely' can be reduced. [variableScope]
epiphany-extensions-3.4.0/extensions/gestures/stroke.c:217:9: style: The scope of the variable 'ix' can be reduced. [variableScope]
epiphany-extensions-3.4.0/extensions/gestures/stroke.c:217:13: style: The scope of the variable 'iy' can be reduced. [variableScope]
epiphany-extensions-3.4.0/extensions/greasemonkey/ephy-greasemonkey-extension.c:99:7: style: The scope of the variable 'd' can be reduced. [variableScope]
epiphany-extensions-3.4.0/extensions/greasemonkey/greasemonkey-script.c:190:21: warning: Either the condition 'pos==NULL' is redundant or there is possible null pointer dereference: pos. [nullPointerRedundantCheck]
epiphany-extensions-3.4.0/extensions/greasemonkey/greasemonkey-script.c:191:10: note: Assuming that condition 'pos==NULL' is not redundant
epiphany-extensions-3.4.0/extensions/greasemonkey/greasemonkey-script.c:190:21: note: Null pointer dereference
epiphany-extensions-3.4.0/extensions/greasemonkey/greasemonkey-script.c:178:14: style: The scope of the variable 'begin_line' can be reduced. [variableScope]
epiphany-extensions-3.4.0/extensions/livehttpheaders/ephy-livehttpheaders-extension.c:64:11: style: Variable 'single' is assigned a value that is never used. [unreadVariable]
epiphany-extensions-3.4.0/extensions/livehttpheaders/livehttpheaders-ui.c:135:24: style: The scope of the variable 'frame' can be reduced. [variableScope]
epiphany-extensions-3.4.0/extensions/livehttpheaders/mozilla/mozilla-helper.cpp:47:2: style: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
epiphany-extensions-3.4.0/extensions/livehttpheaders/mozilla/mozilla-helper.cpp:46:2: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
epiphany-extensions-3.4.0/extensions/livehttpheaders/mozilla/mozilla-helper.cpp:47:2: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
epiphany-extensions-3.4.0/extensions/livehttpheaders/mozilla/mozilla-helper.cpp:59:2: style: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
epiphany-extensions-3.4.0/extensions/livehttpheaders/mozilla/mozilla-helper.cpp:58:2: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
epiphany-extensions-3.4.0/extensions/livehttpheaders/mozilla/mozilla-helper.cpp:59:2: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
epiphany-extensions-3.4.0/extensions/page-info/mozilla/mozilla-helpers.cpp:109:12: performance: Technically the member function 'PageInfoHelper::GetCacheEntryDescriptor' can be static. [functionStatic]
epiphany-extensions-3.4.0/extensions/page-info/mozilla/mozilla-helpers.cpp:335:17: note: Technically the member function 'PageInfoHelper::GetCacheEntryDescriptor' can be static.
epiphany-extensions-3.4.0/extensions/page-info/mozilla/mozilla-helpers.cpp:109:12: note: Technically the member function 'PageInfoHelper::GetCacheEntryDescriptor' can be static.
epiphany-extensions-3.4.0/extensions/page-info/page-info-dialog.c:539:20: style: The scope of the variable 'persist' can be reduced. [variableScope]
epiphany-extensions-3.4.0/extensions/page-info/page-info-dialog.c:600:20: style: The scope of the variable 'persist' can be reduced. [variableScope]
epiphany-extensions-3.4.0/extensions/page-info/page-info-dialog.c:2003:13: style: The scope of the variable 'widget' can be reduced. [variableScope]
epiphany-extensions-3.4.0/extensions/page-info/page-info-dialog.c:2005:8: style: The scope of the variable 'text' can be reduced. [variableScope]
epiphany-extensions-3.4.0/extensions/page-info/page-info-dialog.c:2105:12: style: The scope of the variable 'page' can be reduced. [variableScope]
epiphany-extensions-3.4.0/extensions/page-info/page-info-dialog.c:1098:7: error: Uninitialized variable: url [uninitvar]
epiphany-extensions-3.4.0/extensions/permissions/ephy-permissions-dialog.c:431:13: style: The scope of the variable 'tab' can be reduced. [variableScope]
epiphany-extensions-3.4.0/extensions/permissions/ephy-permissions-dialog.c:664:10: style: Variable 'shell' is assigned a value that is never used. [unreadVariable]
epiphany-extensions-3.4.0/extensions/rss/ephy-rss-extension.c:288:2: style: Variable 'show' is reassigned a value before the old one has been used. [redundantAssignment]
epiphany-extensions-3.4.0/extensions/rss/ephy-rss-extension.c:277:0: note: Variable 'show' is reassigned a value before the old one has been used.
epiphany-extensions-3.4.0/extensions/rss/ephy-rss-extension.c:288:2: note: Variable 'show' is reassigned a value before the old one has been used.
epiphany-extensions-3.4.0/extensions/rss/rss-feedlist.c:160:22: style: Function 'rss_feedlist_contains' argument 2 names different: declaration 'url' definition 'address'. [funcArgNamesDifferent]
epiphany-extensions-3.4.0/extensions/rss/rss-feedlist.h:70:19: note: Function 'rss_feedlist_contains' argument 2 names different: declaration 'url' definition 'address'.
epiphany-extensions-3.4.0/extensions/rss/rss-feedlist.c:160:22: note: Function 'rss_feedlist_contains' argument 2 names different: declaration 'url' definition 'address'.
epiphany-extensions-3.4.0/extensions/select-stylesheet/ephy-css-menu.c:325:13: style: The scope of the variable 'embed' can be reduced. [variableScope]
epiphany-extensions-3.4.0/extensions/select-stylesheet/mozilla/mozilla-helpers.cpp:93:36: style: C-style pointer casting [cstyleCast]
epiphany-extensions-3.4.0/extensions/select-stylesheet/mozilla/mozilla-helpers.cpp:71:49: style: Function 'mozilla_stylesheet_get_type' argument 1 names different: declaration 'style' definition 'aStyle'. [funcArgNamesDifferent]
epiphany-extensions-3.4.0/extensions/select-stylesheet/mozilla/mozilla-helpers.h:39:64: note: Function 'mozilla_stylesheet_get_type' argument 1 names different: declaration 'style' definition 'aStyle'.
epiphany-extensions-3.4.0/extensions/select-stylesheet/mozilla/mozilla-helpers.cpp:71:49: note: Function 'mozilla_stylesheet_get_type' argument 1 names different: declaration 'style' definition 'aStyle'.
epiphany-extensions-3.4.0/extensions/select-stylesheet/mozilla/mozilla-helpers.cpp:77:49: style: Function 'mozilla_stylesheet_get_name' argument 1 names different: declaration 'style' definition 'aStyle'. [funcArgNamesDifferent]
epiphany-extensions-3.4.0/extensions/select-stylesheet/mozilla/mozilla-helpers.h:41:65: note: Function 'mozilla_stylesheet_get_name' argument 1 names different: declaration 'style' definition 'aStyle'.
epiphany-extensions-3.4.0/extensions/select-stylesheet/mozilla/mozilla-helpers.cpp:77:49: note: Function 'mozilla_stylesheet_get_name' argument 1 names different: declaration 'style' definition 'aStyle'.
epiphany-extensions-3.4.0/extensions/select-stylesheet/mozilla/mozilla-helpers.cpp:83:45: style: Function 'mozilla_stylesheet_free' argument 1 names different: declaration 'style' definition 'aStyle'. [funcArgNamesDifferent]
epiphany-extensions-3.4.0/extensions/select-stylesheet/mozilla/mozilla-helpers.h:43:52: note: Function 'mozilla_stylesheet_free' argument 1 names different: declaration 'style' definition 'aStyle'.
epiphany-extensions-3.4.0/extensions/select-stylesheet/mozilla/mozilla-helpers.cpp:83:45: note: Function 'mozilla_stylesheet_free' argument 1 names different: declaration 'style' definition 'aStyle'.
epiphany-extensions-3.4.0/extensions/select-stylesheet/mozilla/mozilla-helpers.cpp:152:37: style: Function 'mozilla_get_stylesheets' argument 1 names different: declaration 'embed' definition 'aEmbed'. [funcArgNamesDifferent]
epiphany-extensions-3.4.0/extensions/select-stylesheet/mozilla/mozilla-helpers.h:45:52: note: Function 'mozilla_get_stylesheets' argument 1 names different: declaration 'embed' definition 'aEmbed'.
epiphany-extensions-3.4.0/extensions/select-stylesheet/mozilla/mozilla-helpers.cpp:152:37: note: Function 'mozilla_get_stylesheets' argument 1 names different: declaration 'embed' definition 'aEmbed'.
epiphany-extensions-3.4.0/extensions/select-stylesheet/mozilla/mozilla-helpers.cpp:153:25: style: Function 'mozilla_get_stylesheets' argument 2 names different: declaration 'selected' definition 'aSelected'. [funcArgNamesDifferent]
epiphany-extensions-3.4.0/extensions/select-stylesheet/mozilla/mozilla-helpers.h:46:28: note: Function 'mozilla_get_stylesheets' argument 2 names different: declaration 'selected' definition 'aSelected'.
epiphany-extensions-3.4.0/extensions/select-stylesheet/mozilla/mozilla-helpers.cpp:153:25: note: Function 'mozilla_get_stylesheets' argument 2 names different: declaration 'selected' definition 'aSelected'.
epiphany-extensions-3.4.0/extensions/select-stylesheet/mozilla/mozilla-helpers.cpp:245:36: style: Function 'mozilla_set_stylesheet' argument 1 names different: declaration 'embed' definition 'aEmbed'. [funcArgNamesDifferent]
epiphany-extensions-3.4.0/extensions/select-stylesheet/mozilla/mozilla-helpers.h:48:43: note: Function 'mozilla_set_stylesheet' argument 1 names different: declaration 'embed' definition 'aEmbed'.
epiphany-extensions-3.4.0/extensions/select-stylesheet/mozilla/mozilla-helpers.cpp:245:36: note: Function 'mozilla_set_stylesheet' argument 1 names different: declaration 'embed' definition 'aEmbed'.
epiphany-extensions-3.4.0/extensions/select-stylesheet/mozilla/mozilla-helpers.cpp:246:23: style: Function 'mozilla_set_stylesheet' argument 2 names different: declaration 'style' definition 'aSelected'. [funcArgNamesDifferent]
epiphany-extensions-3.4.0/extensions/select-stylesheet/mozilla/mozilla-helpers.h:49:27: note: Function 'mozilla_set_stylesheet' argument 2 names different: declaration 'style' definition 'aSelected'.
epiphany-extensions-3.4.0/extensions/select-stylesheet/mozilla/mozilla-helpers.cpp:246:23: note: Function 'mozilla_set_stylesheet' argument 2 names different: declaration 'style' definition 'aSelected'.
epiphany-extensions-3.4.0/extensions/smart-bookmarks/smart-bookmarks-extension.c:281:25: style: The scope of the variable 'bmk' can be reduced. [variableScope]
epiphany-extensions-3.4.0/extensions/smart-bookmarks/smart-bookmarks-extension.c:565:25: style: The scope of the variable 'bmk' can be reduced. [variableScope]
epiphany-extensions-3.4.0/extensions/soup-fly/soup-fly.c:372:10: style: Variable 'priv' is assigned a value that is never used. [unreadVariable]
epiphany-extensions-3.4.0/extensions/tab-states/ephy-tab-states-extension.c:174:13: style: The scope of the variable 'label' can be reduced. [variableScope]
[17:44]

ftp://ftp.se.debian.org/debian/pool/main/e/episoder/episoder_0.7.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/epix/epix_1.2.18.orig.tar.gz
epix-1.2.18/Color.cc:71:17: warning: 'operator=' should check for assignment to self to avoid problems with dynamic memory. [operatorEqToSelf]
epix-1.2.18/Color.h:61:5: style: Class 'Color' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
epix-1.2.18/Color.h:62:5: style: Class 'Color' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
epix-1.2.18/Color_CMY.h:45:5: style: Class 'CMY_Color' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
epix-1.2.18/Color_CMYK.h:46:5: style: Class 'CMYK_Color' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
epix-1.2.18/Color_Gray.h:43:5: style: Class 'Gray_Color' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
epix-1.2.18/Color_Gray.h:44:5: style: Class 'Gray_Color' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
epix-1.2.18/Color_RGB.h:43:5: style: Class 'RGB_Color' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
epix-1.2.18/Color_Sep.h:43:5: style: Class 'Cyan_Layer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
epix-1.2.18/Color_Sep.h:66:5: style: Class 'Magenta_Layer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
epix-1.2.18/Color_Sep.h:89:5: style: Class 'Yellow_Layer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
epix-1.2.18/Color_Sep.h:112:5: style: Class 'Black_Layer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
epix-1.2.18/Color_CMY.h:47:16: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:54:25: note: Virtual function in base class
epix-1.2.18/Color_CMY.h:47:16: note: Function in derived class
epix-1.2.18/Color_CMY.h:49:16: style: The function 'filter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:58:25: note: Virtual function in base class
epix-1.2.18/Color_CMY.h:49:16: note: Function in derived class
epix-1.2.18/Color_CMY.h:51:16: style: The function 'operator*=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:61:25: note: Virtual function in base class
epix-1.2.18/Color_CMY.h:51:16: note: Function in derived class
epix-1.2.18/Color_CMY.h:53:16: style: The function 'blend' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:64:25: note: Virtual function in base class
epix-1.2.18/Color_CMY.h:53:16: note: Function in derived class
epix-1.2.18/Color_CMY.h:54:16: style: The function 'superpose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:67:25: note: Virtual function in base class
epix-1.2.18/Color_CMY.h:54:16: note: Function in derived class
epix-1.2.18/Color_CMY.h:55:16: style: The function 'invert' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:70:25: note: Virtual function in base class
epix-1.2.18/Color_CMY.h:55:16: note: Function in derived class
epix-1.2.18/Color_CMY.h:57:17: style: The function 'model' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:73:25: note: Virtual function in base class
epix-1.2.18/Color_CMY.h:57:17: note: Function in derived class
epix-1.2.18/Color_CMY.h:58:17: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:74:25: note: Virtual function in base class
epix-1.2.18/Color_CMY.h:58:17: note: Function in derived class
epix-1.2.18/Color_CMY.h:59:25: style: The function 'densities' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:75:33: note: Virtual function in base class
epix-1.2.18/Color_CMY.h:59:25: note: Function in derived class
epix-1.2.18/Color_CMY.h:61:19: style: The function 'to_rgb' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:78:27: note: Virtual function in base class
epix-1.2.18/Color_CMY.h:61:19: note: Function in derived class
epix-1.2.18/Color_CMYK.h:48:17: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:54:25: note: Virtual function in base class
epix-1.2.18/Color_CMYK.h:48:17: note: Function in derived class
epix-1.2.18/Color_CMYK.h:50:17: style: The function 'filter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:58:25: note: Virtual function in base class
epix-1.2.18/Color_CMYK.h:50:17: note: Function in derived class
epix-1.2.18/Color_CMYK.h:52:17: style: The function 'operator*=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:61:25: note: Virtual function in base class
epix-1.2.18/Color_CMYK.h:52:17: note: Function in derived class
epix-1.2.18/Color_CMYK.h:54:17: style: The function 'blend' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:64:25: note: Virtual function in base class
epix-1.2.18/Color_CMYK.h:54:17: note: Function in derived class
epix-1.2.18/Color_CMYK.h:55:17: style: The function 'superpose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:67:25: note: Virtual function in base class
epix-1.2.18/Color_CMYK.h:55:17: note: Function in derived class
epix-1.2.18/Color_CMYK.h:56:17: style: The function 'invert' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:70:25: note: Virtual function in base class
epix-1.2.18/Color_CMYK.h:56:17: note: Function in derived class
epix-1.2.18/Color_CMYK.h:58:17: style: The function 'model' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:73:25: note: Virtual function in base class
epix-1.2.18/Color_CMYK.h:58:17: note: Function in derived class
epix-1.2.18/Color_CMYK.h:59:17: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:74:25: note: Virtual function in base class
epix-1.2.18/Color_CMYK.h:59:17: note: Function in derived class
epix-1.2.18/Color_CMYK.h:60:25: style: The function 'densities' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:75:33: note: Virtual function in base class
epix-1.2.18/Color_CMYK.h:60:25: note: Function in derived class
epix-1.2.18/Color_CMYK.h:62:19: style: The function 'to_rgb' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:78:27: note: Virtual function in base class
epix-1.2.18/Color_CMYK.h:62:19: note: Function in derived class
epix-1.2.18/Color_Gray.h:46:17: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:54:25: note: Virtual function in base class
epix-1.2.18/Color_Gray.h:46:17: note: Function in derived class
epix-1.2.18/Color_Gray.h:48:17: style: The function 'filter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:58:25: note: Virtual function in base class
epix-1.2.18/Color_Gray.h:48:17: note: Function in derived class
epix-1.2.18/Color_Gray.h:50:17: style: The function 'operator*=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:61:25: note: Virtual function in base class
epix-1.2.18/Color_Gray.h:50:17: note: Function in derived class
epix-1.2.18/Color_Gray.h:52:17: style: The function 'blend' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:64:25: note: Virtual function in base class
epix-1.2.18/Color_Gray.h:52:17: note: Function in derived class
epix-1.2.18/Color_Gray.h:53:17: style: The function 'superpose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:67:25: note: Virtual function in base class
epix-1.2.18/Color_Gray.h:53:17: note: Function in derived class
epix-1.2.18/Color_Gray.h:54:17: style: The function 'invert' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:70:25: note: Virtual function in base class
epix-1.2.18/Color_Gray.h:54:17: note: Function in derived class
epix-1.2.18/Color_Gray.h:56:17: style: The function 'model' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:73:25: note: Virtual function in base class
epix-1.2.18/Color_Gray.h:56:17: note: Function in derived class
epix-1.2.18/Color_Gray.h:57:17: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:74:25: note: Virtual function in base class
epix-1.2.18/Color_Gray.h:57:17: note: Function in derived class
epix-1.2.18/Color_Gray.h:58:25: style: The function 'densities' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:75:33: note: Virtual function in base class
epix-1.2.18/Color_Gray.h:58:25: note: Function in derived class
epix-1.2.18/Color_Gray.h:60:19: style: The function 'to_rgb' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:78:27: note: Virtual function in base class
epix-1.2.18/Color_Gray.h:60:19: note: Function in derived class
epix-1.2.18/Color_Neutral.h:43:17: style: The function 'filter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:58:25: note: Virtual function in base class
epix-1.2.18/Color_Neutral.h:43:17: note: Function in derived class
epix-1.2.18/Color_Neutral.h:45:17: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:74:25: note: Virtual function in base class
epix-1.2.18/Color_Neutral.h:45:17: note: Function in derived class
epix-1.2.18/Color_Neutral.h:49:19: style: The function 'to_rgb' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:78:27: note: Virtual function in base class
epix-1.2.18/Color_Neutral.h:49:19: note: Function in derived class
epix-1.2.18/Color_Neutral.h:50:20: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:54:25: note: Virtual function in base class
epix-1.2.18/Color_Neutral.h:50:20: note: Function in derived class
epix-1.2.18/Color_Neutral.h:52:20: style: The function 'operator*=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:61:25: note: Virtual function in base class
epix-1.2.18/Color_Neutral.h:52:20: note: Function in derived class
epix-1.2.18/Color_Neutral.h:54:20: style: The function 'blend' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:64:25: note: Virtual function in base class
epix-1.2.18/Color_Neutral.h:54:20: note: Function in derived class
epix-1.2.18/Color_Neutral.h:55:20: style: The function 'superpose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:67:25: note: Virtual function in base class
epix-1.2.18/Color_Neutral.h:55:20: note: Function in derived class
epix-1.2.18/Color_Neutral.h:56:20: style: The function 'invert' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:70:25: note: Virtual function in base class
epix-1.2.18/Color_Neutral.h:56:20: note: Function in derived class
epix-1.2.18/Color_Neutral.h:59:17: style: The function 'model' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:73:25: note: Virtual function in base class
epix-1.2.18/Color_Neutral.h:59:17: note: Function in derived class
epix-1.2.18/Color_Neutral.h:60:25: style: The function 'densities' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:75:33: note: Virtual function in base class
epix-1.2.18/Color_Neutral.h:60:25: note: Function in derived class
epix-1.2.18/Color_RGB.h:45:16: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:54:25: note: Virtual function in base class
epix-1.2.18/Color_RGB.h:45:16: note: Function in derived class
epix-1.2.18/Color_RGB.h:47:16: style: The function 'filter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:58:25: note: Virtual function in base class
epix-1.2.18/Color_RGB.h:47:16: note: Function in derived class
epix-1.2.18/Color_RGB.h:49:16: style: The function 'operator*=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:61:25: note: Virtual function in base class
epix-1.2.18/Color_RGB.h:49:16: note: Function in derived class
epix-1.2.18/Color_RGB.h:51:16: style: The function 'blend' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:64:25: note: Virtual function in base class
epix-1.2.18/Color_RGB.h:51:16: note: Function in derived class
epix-1.2.18/Color_RGB.h:52:16: style: The function 'superpose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:67:25: note: Virtual function in base class
epix-1.2.18/Color_RGB.h:52:16: note: Function in derived class
epix-1.2.18/Color_RGB.h:53:16: style: The function 'invert' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:70:25: note: Virtual function in base class
epix-1.2.18/Color_RGB.h:53:16: note: Function in derived class
epix-1.2.18/Color_RGB.h:55:17: style: The function 'model' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:73:25: note: Virtual function in base class
epix-1.2.18/Color_RGB.h:55:17: note: Function in derived class
epix-1.2.18/Color_RGB.h:56:17: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:74:25: note: Virtual function in base class
epix-1.2.18/Color_RGB.h:56:17: note: Function in derived class
epix-1.2.18/Color_RGB.h:57:25: style: The function 'densities' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:75:33: note: Virtual function in base class
epix-1.2.18/Color_RGB.h:57:25: note: Function in derived class
epix-1.2.18/Color_RGB.h:59:19: style: The function 'to_rgb' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:78:27: note: Virtual function in base class
epix-1.2.18/Color_RGB.h:59:19: note: Function in derived class
epix-1.2.18/Color_Sep.h:45:17: style: The function 'filter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:58:25: note: Virtual function in base class
epix-1.2.18/Color_Sep.h:45:17: note: Function in derived class
epix-1.2.18/Color_Sep.h:47:17: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:54:25: note: Virtual function in base class
epix-1.2.18/Color_Sep.h:47:17: note: Function in derived class
epix-1.2.18/Color_Sep.h:48:19: style: The function 'to_rgb' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:78:27: note: Virtual function in base class
epix-1.2.18/Color_Sep.h:48:19: note: Function in derived class
epix-1.2.18/Color_Sep.h:50:17: style: The function 'model' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:73:25: note: Virtual function in base class
epix-1.2.18/Color_Sep.h:50:17: note: Function in derived class
epix-1.2.18/Color_Sep.h:51:17: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:74:25: note: Virtual function in base class
epix-1.2.18/Color_Sep.h:51:17: note: Function in derived class
epix-1.2.18/Color_Sep.h:52:25: style: The function 'densities' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:75:33: note: Virtual function in base class
epix-1.2.18/Color_Sep.h:52:25: note: Function in derived class
epix-1.2.18/Color_Sep.h:58:17: style: The function 'operator*=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:61:25: note: Virtual function in base class
epix-1.2.18/Color_Sep.h:58:17: note: Function in derived class
epix-1.2.18/Color_Sep.h:59:17: style: The function 'blend' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:64:25: note: Virtual function in base class
epix-1.2.18/Color_Sep.h:59:17: note: Function in derived class
epix-1.2.18/Color_Sep.h:60:17: style: The function 'superpose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:67:25: note: Virtual function in base class
epix-1.2.18/Color_Sep.h:60:17: note: Function in derived class
epix-1.2.18/Color_Sep.h:61:17: style: The function 'invert' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:70:25: note: Virtual function in base class
epix-1.2.18/Color_Sep.h:61:17: note: Function in derived class
epix-1.2.18/Color_Sep.h:68:20: style: The function 'filter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:58:25: note: Virtual function in base class
epix-1.2.18/Color_Sep.h:68:20: note: Function in derived class
epix-1.2.18/Color_Sep.h:70:20: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:54:25: note: Virtual function in base class
epix-1.2.18/Color_Sep.h:70:20: note: Function in derived class
epix-1.2.18/Color_Sep.h:71:19: style: The function 'to_rgb' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:78:27: note: Virtual function in base class
epix-1.2.18/Color_Sep.h:71:19: note: Function in derived class
epix-1.2.18/Color_Sep.h:73:17: style: The function 'model' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:73:25: note: Virtual function in base class
epix-1.2.18/Color_Sep.h:73:17: note: Function in derived class
epix-1.2.18/Color_Sep.h:74:17: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:74:25: note: Virtual function in base class
epix-1.2.18/Color_Sep.h:74:17: note: Function in derived class
epix-1.2.18/Color_Sep.h:75:25: style: The function 'densities' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:75:33: note: Virtual function in base class
epix-1.2.18/Color_Sep.h:75:25: note: Function in derived class
epix-1.2.18/Color_Sep.h:81:20: style: The function 'operator*=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:61:25: note: Virtual function in base class
epix-1.2.18/Color_Sep.h:81:20: note: Function in derived class
epix-1.2.18/Color_Sep.h:82:20: style: The function 'blend' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:64:25: note: Virtual function in base class
epix-1.2.18/Color_Sep.h:82:20: note: Function in derived class
epix-1.2.18/Color_Sep.h:83:20: style: The function 'superpose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:67:25: note: Virtual function in base class
epix-1.2.18/Color_Sep.h:83:20: note: Function in derived class
epix-1.2.18/Color_Sep.h:84:20: style: The function 'invert' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:70:25: note: Virtual function in base class
epix-1.2.18/Color_Sep.h:84:20: note: Function in derived class
epix-1.2.18/Color_Sep.h:91:19: style: The function 'filter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:58:25: note: Virtual function in base class
epix-1.2.18/Color_Sep.h:91:19: note: Function in derived class
epix-1.2.18/Color_Sep.h:93:19: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:54:25: note: Virtual function in base class
epix-1.2.18/Color_Sep.h:93:19: note: Function in derived class
epix-1.2.18/Color_Sep.h:94:19: style: The function 'to_rgb' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:78:27: note: Virtual function in base class
epix-1.2.18/Color_Sep.h:94:19: note: Function in derived class
epix-1.2.18/Color_Sep.h:96:17: style: The function 'model' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:73:25: note: Virtual function in base class
epix-1.2.18/Color_Sep.h:96:17: note: Function in derived class
epix-1.2.18/Color_Sep.h:97:17: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:74:25: note: Virtual function in base class
epix-1.2.18/Color_Sep.h:97:17: note: Function in derived class
epix-1.2.18/Color_Sep.h:98:25: style: The function 'densities' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:75:33: note: Virtual function in base class
epix-1.2.18/Color_Sep.h:98:25: note: Function in derived class
epix-1.2.18/Color_Sep.h:104:19: style: The function 'operator*=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:61:25: note: Virtual function in base class
epix-1.2.18/Color_Sep.h:104:19: note: Function in derived class
epix-1.2.18/Color_Sep.h:105:19: style: The function 'blend' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:64:25: note: Virtual function in base class
epix-1.2.18/Color_Sep.h:105:19: note: Function in derived class
epix-1.2.18/Color_Sep.h:106:19: style: The function 'superpose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:67:25: note: Virtual function in base class
epix-1.2.18/Color_Sep.h:106:19: note: Function in derived class
epix-1.2.18/Color_Sep.h:107:19: style: The function 'invert' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:70:25: note: Virtual function in base class
epix-1.2.18/Color_Sep.h:107:19: note: Function in derived class
epix-1.2.18/Color_Sep.h:114:18: style: The function 'filter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:58:25: note: Virtual function in base class
epix-1.2.18/Color_Sep.h:114:18: note: Function in derived class
epix-1.2.18/Color_Sep.h:116:18: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:54:25: note: Virtual function in base class
epix-1.2.18/Color_Sep.h:116:18: note: Function in derived class
epix-1.2.18/Color_Sep.h:117:19: style: The function 'to_rgb' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:78:27: note: Virtual function in base class
epix-1.2.18/Color_Sep.h:117:19: note: Function in derived class
epix-1.2.18/Color_Sep.h:119:17: style: The function 'model' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:73:25: note: Virtual function in base class
epix-1.2.18/Color_Sep.h:119:17: note: Function in derived class
epix-1.2.18/Color_Sep.h:120:17: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:74:25: note: Virtual function in base class
epix-1.2.18/Color_Sep.h:120:17: note: Function in derived class
epix-1.2.18/Color_Sep.h:121:25: style: The function 'densities' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:75:33: note: Virtual function in base class
epix-1.2.18/Color_Sep.h:121:25: note: Function in derived class
epix-1.2.18/Color_Sep.h:127:18: style: The function 'operator*=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:61:25: note: Virtual function in base class
epix-1.2.18/Color_Sep.h:127:18: note: Function in derived class
epix-1.2.18/Color_Sep.h:128:18: style: The function 'blend' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:64:25: note: Virtual function in base class
epix-1.2.18/Color_Sep.h:128:18: note: Function in derived class
epix-1.2.18/Color_Sep.h:129:18: style: The function 'superpose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:67:25: note: Virtual function in base class
epix-1.2.18/Color_Sep.h:129:18: note: Function in derived class
epix-1.2.18/Color_Sep.h:130:18: style: The function 'invert' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/Color_Base.h:70:25: note: Virtual function in base class
epix-1.2.18/Color_Sep.h:130:18: note: Function in derived class
epix-1.2.18/Color_CMY.cc:84:44: style: Function 'operator*=' argument 1 names different: declaration 'c' definition 'sc'. [funcArgNamesDifferent]
epix-1.2.18/Color_CMY.h:51:35: note: Function 'operator*=' argument 1 names different: declaration 'c' definition 'sc'.
epix-1.2.18/Color_CMY.cc:84:44: note: Function 'operator*=' argument 1 names different: declaration 'c' definition 'sc'.
epix-1.2.18/Color_CMYK.cc:117:46: style: Function 'operator*=' argument 1 names different: declaration 'c' definition 'sc'. [funcArgNamesDifferent]
epix-1.2.18/Color_CMYK.h:52:36: note: Function 'operator*=' argument 1 names different: declaration 'c' definition 'sc'.
epix-1.2.18/Color_CMYK.cc:117:46: note: Function 'operator*=' argument 1 names different: declaration 'c' definition 'sc'.
epix-1.2.18/Color_Gray.cc:45:33: style: Function 'Gray_Color' argument 1 names different: declaration 'dens' definition 'd'. [funcArgNamesDifferent]
epix-1.2.18/Color_Gray.h:43:23: note: Function 'Gray_Color' argument 1 names different: declaration 'dens' definition 'd'.
epix-1.2.18/Color_Gray.cc:45:33: note: Function 'Gray_Color' argument 1 names different: declaration 'dens' definition 'd'.
epix-1.2.18/Color_Sep.cc:46:33: style: Function 'Cyan_Layer' argument 1 names different: declaration 'dens' definition 'arg'. [funcArgNamesDifferent]
epix-1.2.18/Color_Sep.h:43:23: note: Function 'Cyan_Layer' argument 1 names different: declaration 'dens' definition 'arg'.
epix-1.2.18/Color_Sep.cc:46:33: note: Function 'Cyan_Layer' argument 1 names different: declaration 'dens' definition 'arg'.
epix-1.2.18/Color_Sep.cc:95:39: style: Function 'Magenta_Layer' argument 1 names different: declaration 'dens' definition 'arg'. [funcArgNamesDifferent]
epix-1.2.18/Color_Sep.h:66:26: note: Function 'Magenta_Layer' argument 1 names different: declaration 'dens' definition 'arg'.
epix-1.2.18/Color_Sep.cc:95:39: note: Function 'Magenta_Layer' argument 1 names different: declaration 'dens' definition 'arg'.
epix-1.2.18/Color_Sep.cc:144:37: style: Function 'Yellow_Layer' argument 1 names different: declaration 'dens' definition 'arg'. [funcArgNamesDifferent]
epix-1.2.18/Color_Sep.h:89:25: note: Function 'Yellow_Layer' argument 1 names different: declaration 'dens' definition 'arg'.
epix-1.2.18/Color_Sep.cc:144:37: note: Function 'Yellow_Layer' argument 1 names different: declaration 'dens' definition 'arg'.
epix-1.2.18/Color_Sep.cc:193:35: style: Function 'Black_Layer' argument 1 names different: declaration 'dens' definition 'arg'. [funcArgNamesDifferent]
epix-1.2.18/Color_Sep.h:112:24: note: Function 'Black_Layer' argument 1 names different: declaration 'dens' definition 'arg'.
epix-1.2.18/Color_Sep.cc:193:35: note: Function 'Black_Layer' argument 1 names different: declaration 'dens' definition 'arg'.
epix-1.2.18/length.h:68:5: style: Class 'length' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
epix-1.2.18/functions.h:114:5: style: Class 'Deriv' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
epix-1.2.18/functions.h:115:5: style: Class 'Deriv' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
epix-1.2.18/functions.h:135:5: style: Class 'Integral' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
epix-1.2.18/triples.h:59:5: style: Class 'P' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
epix-1.2.18/errors.h:44:40: performance: Function parameter 'msg' should be passed by const reference. [passedByValue]
epix-1.2.18/errors.h:49:38: performance: Function parameter 'msg' should be passed by const reference. [passedByValue]
epix-1.2.18/verbatim.h:48:5: style: Class 'verbatim' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
epix-1.2.18/verbatim.h:50:15: style: The function 'map_by' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/tile.h:50:19: note: Virtual function in base class
epix-1.2.18/verbatim.h:50:15: note: Function in derived class
epix-1.2.18/verbatim.h:51:15: style: The function 'crop_to' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/tile.h:51:19: note: Virtual function in base class
epix-1.2.18/verbatim.h:51:15: note: Function in derived class
epix-1.2.18/verbatim.h:53:15: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/tile.h:49:19: note: Virtual function in base class
epix-1.2.18/verbatim.h:53:15: note: Function in derived class
epix-1.2.18/verbatim.h:55:10: style: The function 'is_empty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/tile.h:53:18: note: Virtual function in base class
epix-1.2.18/verbatim.h:55:10: note: Function in derived class
epix-1.2.18/verbatim.h:57:17: style: The function 'print_to' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/tile.h:56:25: note: Virtual function in base class
epix-1.2.18/verbatim.h:57:17: note: Function in derived class
epix-1.2.18/verbatim.h:58:10: style: The function 'add_to_palette' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/tile.h:57:18: note: Virtual function in base class
epix-1.2.18/verbatim.h:58:10: note: Function in derived class
epix-1.2.18/pairs.h:47:5: style: Class 'pair' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
epix-1.2.18/angle_units.h:60:12: style: Technically the member function 'ePiX::angle_state::to_radians' can be const. [functionConst]
epix-1.2.18/angle_units.cc:67:23: note: Technically the member function 'ePiX::angle_state::to_radians' can be const.
epix-1.2.18/angle_units.h:60:12: note: Technically the member function 'ePiX::angle_state::to_radians' can be const.
epix-1.2.18/angle_units.h:63:12: style: Technically the member function 'ePiX::angle_state::to_degrees' can be const. [functionConst]
epix-1.2.18/angle_units.cc:73:23: note: Technically the member function 'ePiX::angle_state::to_degrees' can be const.
epix-1.2.18/angle_units.h:63:12: note: Technically the member function 'ePiX::angle_state::to_degrees' can be const.
epix-1.2.18/angle_units.h:64:12: style: Technically the member function 'ePiX::angle_state::from_degrees' can be const. [functionConst]
epix-1.2.18/angle_units.cc:84:23: note: Technically the member function 'ePiX::angle_state::from_degrees' can be const.
epix-1.2.18/angle_units.h:64:12: note: Technically the member function 'ePiX::angle_state::from_degrees' can be const.
epix-1.2.18/camera.h:70:5: style: Class 'Camera' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
epix-1.2.18/pen_data.h:54:5: style: Class 'pen_data' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
epix-1.2.18/path_style.h:61:5: style: Class 'path_state' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
epix-1.2.18/pen_line.h:55:15: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/tile.h:49:19: note: Virtual function in base class
epix-1.2.18/pen_line.h:55:15: note: Function in derived class
epix-1.2.18/pen_line.h:57:15: style: The function 'map_by' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/tile.h:50:19: note: Virtual function in base class
epix-1.2.18/pen_line.h:57:15: note: Function in derived class
epix-1.2.18/pen_line.h:58:15: style: The function 'crop_to' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/tile.h:51:19: note: Virtual function in base class
epix-1.2.18/pen_line.h:58:15: note: Function in derived class
epix-1.2.18/pen_line.h:60:10: style: The function 'is_empty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/tile.h:53:18: note: Virtual function in base class
epix-1.2.18/pen_line.h:60:10: note: Function in derived class
epix-1.2.18/pen_line.h:62:17: style: The function 'print_to' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/tile.h:56:25: note: Virtual function in base class
epix-1.2.18/pen_line.h:62:17: note: Function in derived class
epix-1.2.18/pen_line.h:63:10: style: The function 'add_to_palette' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/tile.h:57:18: note: Virtual function in base class
epix-1.2.18/pen_line.h:63:10: note: Function in derived class
epix-1.2.18/pen_arrow.h:57:16: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/tile.h:49:19: note: Virtual function in base class
epix-1.2.18/pen_arrow.h:57:16: note: Function in derived class
epix-1.2.18/pen_arrow.h:59:16: style: The function 'map_by' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/tile.h:50:19: note: Virtual function in base class
epix-1.2.18/pen_arrow.h:59:16: note: Function in derived class
epix-1.2.18/pen_arrow.h:60:16: style: The function 'crop_to' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/tile.h:51:19: note: Virtual function in base class
epix-1.2.18/pen_arrow.h:60:16: note: Function in derived class
epix-1.2.18/pen_arrow.h:62:10: style: The function 'is_empty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/tile.h:53:18: note: Virtual function in base class
epix-1.2.18/pen_arrow.h:62:10: note: Function in derived class
epix-1.2.18/pen_arrow.h:64:17: style: The function 'print_to' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/tile.h:56:25: note: Virtual function in base class
epix-1.2.18/pen_arrow.h:64:17: note: Function in derived class
epix-1.2.18/pen_arrow.h:65:10: style: The function 'add_to_palette' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/tile.h:57:18: note: Virtual function in base class
epix-1.2.18/pen_arrow.h:65:10: note: Function in derived class
epix-1.2.18/axis.cc:654:77: style: Function 'h_axis' argument 4 names different: declaration 'align' definition 'AL'. [funcArgNamesDifferent]
epix-1.2.18/axis.h:191:24: note: Function 'h_axis' argument 4 names different: declaration 'align' definition 'AL'.
epix-1.2.18/axis.cc:654:77: note: Function 'h_axis' argument 4 names different: declaration 'align' definition 'AL'.
epix-1.2.18/axis.cc:664:77: style: Function 'v_axis' argument 4 names different: declaration 'align' definition 'AL'. [funcArgNamesDifferent]
epix-1.2.18/axis.h:193:24: note: Function 'v_axis' argument 4 names different: declaration 'align' definition 'AL'.
epix-1.2.18/axis.cc:664:77: note: Function 'v_axis' argument 4 names different: declaration 'align' definition 'AL'.
epix-1.2.18/axis.cc:675:47: style: Function 'h_axis' argument 2 names different: declaration 'align' definition 'AL'. [funcArgNamesDifferent]
epix-1.2.18/axis.h:196:57: note: Function 'h_axis' argument 2 names different: declaration 'align' definition 'AL'.
epix-1.2.18/axis.cc:675:47: note: Function 'h_axis' argument 2 names different: declaration 'align' definition 'AL'.
epix-1.2.18/axis.cc:681:47: style: Function 'v_axis' argument 2 names different: declaration 'align' definition 'AL'. [funcArgNamesDifferent]
epix-1.2.18/axis.h:197:57: note: Function 'v_axis' argument 2 names different: declaration 'align' definition 'AL'.
epix-1.2.18/axis.cc:681:47: note: Function 'v_axis' argument 2 names different: declaration 'align' definition 'AL'.
epix-1.2.18/axis.cc:689:40: style: Function 'h_log_axis' argument 4 names different: declaration 'align' definition 'AL'. [funcArgNamesDifferent]
epix-1.2.18/axis.h:200:21: note: Function 'h_log_axis' argument 4 names different: declaration 'align' definition 'AL'.
epix-1.2.18/axis.cc:689:40: note: Function 'h_log_axis' argument 4 names different: declaration 'align' definition 'AL'.
epix-1.2.18/axis.cc:704:40: style: Function 'v_log_axis' argument 4 names different: declaration 'align' definition 'AL'. [funcArgNamesDifferent]
epix-1.2.18/axis.h:203:21: note: Function 'v_log_axis' argument 4 names different: declaration 'align' definition 'AL'.
epix-1.2.18/axis.cc:704:40: note: Function 'v_log_axis' argument 4 names different: declaration 'align' definition 'AL'.
epix-1.2.18/camera.cc:171:31: style: Function 'at' argument 1 names different: declaration 'arg' definition 'vpt'. [funcArgNamesDifferent]
epix-1.2.18/camera.h:89:25: note: Function 'at' argument 1 names different: declaration 'arg' definition 'vpt'.
epix-1.2.18/camera.cc:171:31: note: Function 'at' argument 1 names different: declaration 'arg' definition 'vpt'.
epix-1.2.18/camera.cc:180:36: style: Function 'look_at' argument 1 names different: declaration 'arg' definition 'tgt'. [funcArgNamesDifferent]
epix-1.2.18/camera.h:90:30: note: Function 'look_at' argument 1 names different: declaration 'arg' definition 'tgt'.
epix-1.2.18/camera.cc:180:36: note: Function 'look_at' argument 1 names different: declaration 'arg' definition 'tgt'.
epix-1.2.18/lens.h:56:10: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/lens.h:44:18: note: Virtual function in base class
epix-1.2.18/lens.h:56:10: note: Function in derived class
epix-1.2.18/lens.h:59:10: style: The function 'is_linear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/lens.h:46:18: note: Virtual function in base class
epix-1.2.18/lens.h:59:10: note: Function in derived class
epix-1.2.18/lens.h:60:10: style: The function 'needs_clip' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/lens.h:47:18: note: Virtual function in base class
epix-1.2.18/lens.h:60:10: note: Function in derived class
epix-1.2.18/lens.h:61:18: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/lens.h:49:19: note: Virtual function in base class
epix-1.2.18/lens.h:61:18: note: Function in derived class
epix-1.2.18/lens.h:67:10: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/lens.h:44:18: note: Virtual function in base class
epix-1.2.18/lens.h:67:10: note: Function in derived class
epix-1.2.18/lens.h:70:10: style: The function 'is_linear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/lens.h:46:18: note: Virtual function in base class
epix-1.2.18/lens.h:70:10: note: Function in derived class
epix-1.2.18/lens.h:71:10: style: The function 'needs_clip' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/lens.h:47:18: note: Virtual function in base class
epix-1.2.18/lens.h:71:10: note: Function in derived class
epix-1.2.18/lens.h:72:13: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/lens.h:49:19: note: Virtual function in base class
epix-1.2.18/lens.h:72:13: note: Function in derived class
epix-1.2.18/lens.h:78:10: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/lens.h:44:18: note: Virtual function in base class
epix-1.2.18/lens.h:78:10: note: Function in derived class
epix-1.2.18/lens.h:81:10: style: The function 'is_linear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/lens.h:46:18: note: Virtual function in base class
epix-1.2.18/lens.h:81:10: note: Function in derived class
epix-1.2.18/lens.h:82:10: style: The function 'needs_clip' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/lens.h:47:18: note: Virtual function in base class
epix-1.2.18/lens.h:82:10: note: Function in derived class
epix-1.2.18/lens.h:83:14: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/lens.h:49:19: note: Virtual function in base class
epix-1.2.18/lens.h:83:14: note: Function in derived class
epix-1.2.18/lens.h:89:10: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/lens.h:44:18: note: Virtual function in base class
epix-1.2.18/lens.h:89:10: note: Function in derived class
epix-1.2.18/lens.h:92:10: style: The function 'is_linear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/lens.h:46:18: note: Virtual function in base class
epix-1.2.18/lens.h:92:10: note: Function in derived class
epix-1.2.18/lens.h:93:10: style: The function 'needs_clip' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/lens.h:47:18: note: Virtual function in base class
epix-1.2.18/lens.h:93:10: note: Function in derived class
epix-1.2.18/lens.h:94:13: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/lens.h:49:19: note: Virtual function in base class
epix-1.2.18/lens.h:94:13: note: Function in derived class
epix-1.2.18/circle.cc:112:11: warning: Member variable 'Circle::m_radius' is not initialized in the constructor. [uninitMemberVar]
epix-1.2.18/segment.h:57:5: style: Class 'Segment' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
epix-1.2.18/path.h:89:5: style: Class 'path' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
epix-1.2.18/path.h:90:5: style: Class 'path' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
epix-1.2.18/path.h:93:5: style: Class 'path' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
epix-1.2.18/path.h:94:5: style: Class 'path' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
epix-1.2.18/circle.h:62:5: style: Class 'Circle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
epix-1.2.18/cropping.h:51:5: style: Class 'crop_state' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
epix-1.2.18/mask_ellipse.h:59:19: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/screen_mask.h:57:26: note: Virtual function in base class
epix-1.2.18/mask_ellipse.h:59:19: note: Function in derived class
epix-1.2.18/mask_ellipse.h:60:12: style: The function 'h_min' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/screen_mask.h:77:20: note: Virtual function in base class
epix-1.2.18/mask_ellipse.h:60:12: note: Function in derived class
epix-1.2.18/mask_ellipse.h:61:12: style: The function 'h_max' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/screen_mask.h:78:20: note: Virtual function in base class
epix-1.2.18/mask_ellipse.h:61:12: note: Function in derived class
epix-1.2.18/mask_ellipse.h:62:12: style: The function 'h_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/screen_mask.h:79:20: note: Virtual function in base class
epix-1.2.18/mask_ellipse.h:62:12: note: Function in derived class
epix-1.2.18/mask_ellipse.h:63:12: style: The function 'h_avg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/screen_mask.h:80:20: note: Virtual function in base class
epix-1.2.18/mask_ellipse.h:63:12: note: Function in derived class
epix-1.2.18/mask_ellipse.h:65:12: style: The function 'v_min' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/screen_mask.h:82:20: note: Virtual function in base class
epix-1.2.18/mask_ellipse.h:65:12: note: Function in derived class
epix-1.2.18/mask_ellipse.h:66:12: style: The function 'v_max' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/screen_mask.h:83:20: note: Virtual function in base class
epix-1.2.18/mask_ellipse.h:66:12: note: Function in derived class
epix-1.2.18/mask_ellipse.h:67:12: style: The function 'v_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/screen_mask.h:84:20: note: Virtual function in base class
epix-1.2.18/mask_ellipse.h:67:12: note: Function in derived class
epix-1.2.18/mask_ellipse.h:68:12: style: The function 'v_avg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/screen_mask.h:85:20: note: Virtual function in base class
epix-1.2.18/mask_ellipse.h:68:12: note: Function in derived class
epix-1.2.18/mask_ellipse.h:70:10: style: The function 'crops' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/screen_mask.h:72:18: note: Virtual function in base class
epix-1.2.18/mask_ellipse.h:70:10: note: Function in derived class
epix-1.2.18/mask_ellipse.h:71:24: style: The function 'crop_path' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/screen_mask.h:73:32: note: Virtual function in base class
epix-1.2.18/mask_ellipse.h:71:24: note: Function in derived class
epix-1.2.18/mask_ellipse.h:72:24: style: The function 'crop_loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/screen_mask.h:74:32: note: Virtual function in base class
epix-1.2.18/mask_ellipse.h:72:24: note: Function in derived class
epix-1.2.18/mask_ellipse.h:74:15: style: The function 'border' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/screen_mask.h:88:22: note: Virtual function in base class
epix-1.2.18/mask_ellipse.h:74:15: note: Function in derived class
epix-1.2.18/mask_ellipse.h:75:14: style: The function 'backing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/screen_mask.h:89:22: note: Virtual function in base class
epix-1.2.18/mask_ellipse.h:75:14: note: Function in derived class
epix-1.2.18/mask_ellipse.h:77:15: style: The function 'border' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/screen_mask.h:91:22: note: Virtual function in base class
epix-1.2.18/mask_ellipse.h:77:15: note: Function in derived class
epix-1.2.18/mask_ellipse.h:78:14: style: The function 'backing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/screen_mask.h:92:22: note: Virtual function in base class
epix-1.2.18/mask_ellipse.h:78:14: note: Function in derived class
epix-1.2.18/mask_rectangle.h:59:21: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/screen_mask.h:57:26: note: Virtual function in base class
epix-1.2.18/mask_rectangle.h:59:21: note: Function in derived class
epix-1.2.18/mask_rectangle.h:60:12: style: The function 'h_min' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/screen_mask.h:77:20: note: Virtual function in base class
epix-1.2.18/mask_rectangle.h:60:12: note: Function in derived class
epix-1.2.18/mask_rectangle.h:61:12: style: The function 'h_max' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/screen_mask.h:78:20: note: Virtual function in base class
epix-1.2.18/mask_rectangle.h:61:12: note: Function in derived class
epix-1.2.18/mask_rectangle.h:62:12: style: The function 'h_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/screen_mask.h:79:20: note: Virtual function in base class
epix-1.2.18/mask_rectangle.h:62:12: note: Function in derived class
epix-1.2.18/mask_rectangle.h:63:12: style: The function 'h_avg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/screen_mask.h:80:20: note: Virtual function in base class
epix-1.2.18/mask_rectangle.h:63:12: note: Function in derived class
epix-1.2.18/mask_rectangle.h:65:12: style: The function 'v_min' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/screen_mask.h:82:20: note: Virtual function in base class
epix-1.2.18/mask_rectangle.h:65:12: note: Function in derived class
epix-1.2.18/mask_rectangle.h:66:12: style: The function 'v_max' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/screen_mask.h:83:20: note: Virtual function in base class
epix-1.2.18/mask_rectangle.h:66:12: note: Function in derived class
epix-1.2.18/mask_rectangle.h:67:12: style: The function 'v_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/screen_mask.h:84:20: note: Virtual function in base class
epix-1.2.18/mask_rectangle.h:67:12: note: Function in derived class
epix-1.2.18/mask_rectangle.h:68:12: style: The function 'v_avg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/screen_mask.h:85:20: note: Virtual function in base class
epix-1.2.18/mask_rectangle.h:68:12: note: Function in derived class
epix-1.2.18/mask_rectangle.h:70:10: style: The function 'crops' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/screen_mask.h:72:18: note: Virtual function in base class
epix-1.2.18/mask_rectangle.h:70:10: note: Function in derived class
epix-1.2.18/mask_rectangle.h:71:24: style: The function 'crop_path' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/screen_mask.h:73:32: note: Virtual function in base class
epix-1.2.18/mask_rectangle.h:71:24: note: Function in derived class
epix-1.2.18/mask_rectangle.h:72:24: style: The function 'crop_loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/screen_mask.h:74:32: note: Virtual function in base class
epix-1.2.18/mask_rectangle.h:72:24: note: Function in derived class
epix-1.2.18/mask_rectangle.h:74:15: style: The function 'border' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/screen_mask.h:88:22: note: Virtual function in base class
epix-1.2.18/mask_rectangle.h:74:15: note: Function in derived class
epix-1.2.18/mask_rectangle.h:75:14: style: The function 'backing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/screen_mask.h:89:22: note: Virtual function in base class
epix-1.2.18/mask_rectangle.h:75:14: note: Function in derived class
epix-1.2.18/mask_rectangle.h:77:15: style: The function 'border' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/screen_mask.h:91:22: note: Virtual function in base class
epix-1.2.18/mask_rectangle.h:77:15: note: Function in derived class
epix-1.2.18/mask_rectangle.h:78:14: style: The function 'backing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/screen_mask.h:92:22: note: Virtual function in base class
epix-1.2.18/mask_rectangle.h:78:14: note: Function in derived class
epix-1.2.18/curves.cc:86:22: style: Function 'Line' argument 1 names different: declaration 'tail' definition 'arg1'. [funcArgNamesDifferent]
epix-1.2.18/curves.h:53:22: note: Function 'Line' argument 1 names different: declaration 'tail' definition 'arg1'.
epix-1.2.18/curves.cc:86:22: note: Function 'Line' argument 1 names different: declaration 'tail' definition 'arg1'.
epix-1.2.18/curves.cc:86:37: style: Function 'Line' argument 2 names different: declaration 'head' definition 'arg2'. [funcArgNamesDifferent]
epix-1.2.18/curves.h:53:37: note: Function 'Line' argument 2 names different: declaration 'head' definition 'arg2'.
epix-1.2.18/curves.cc:86:37: note: Function 'Line' argument 2 names different: declaration 'head' definition 'arg2'.
epix-1.2.18/curves.cc:382:22: style: Function 'grid' argument 1 names different: declaration 'arg1' definition 'p1'. [funcArgNamesDifferent]
epix-1.2.18/curves.h:133:22: note: Function 'grid' argument 1 names different: declaration 'arg1' definition 'p1'.
epix-1.2.18/curves.cc:382:22: note: Function 'grid' argument 1 names different: declaration 'arg1' definition 'p1'.
epix-1.2.18/curves.cc:382:35: style: Function 'grid' argument 2 names different: declaration 'arg2' definition 'p2'. [funcArgNamesDifferent]
epix-1.2.18/curves.h:133:37: note: Function 'grid' argument 2 names different: declaration 'arg2' definition 'p2'.
epix-1.2.18/curves.cc:382:35: note: Function 'grid' argument 2 names different: declaration 'arg2' definition 'p2'.
epix-1.2.18/curves.cc:434:22: style: Function 'grid' argument 1 names different: declaration 'arg1' definition 'p1'. [funcArgNamesDifferent]
epix-1.2.18/curves.h:136:22: note: Function 'grid' argument 1 names different: declaration 'arg1' definition 'p1'.
epix-1.2.18/curves.cc:434:22: note: Function 'grid' argument 1 names different: declaration 'arg1' definition 'p1'.
epix-1.2.18/curves.cc:434:35: style: Function 'grid' argument 2 names different: declaration 'arg2' definition 'p2'. [funcArgNamesDifferent]
epix-1.2.18/curves.h:136:37: note: Function 'grid' argument 2 names different: declaration 'arg2' definition 'p2'.
epix-1.2.18/curves.cc:434:35: note: Function 'grid' argument 2 names different: declaration 'arg2' definition 'p2'.
epix-1.2.18/curves.cc:446:26: style: Function 'polar_grid' argument 1 names different: declaration 'r' definition 'radius'. [funcArgNamesDifferent]
epix-1.2.18/curves.h:141:26: note: Function 'polar_grid' argument 1 names different: declaration 'r' definition 'radius'.
epix-1.2.18/curves.cc:446:26: note: Function 'polar_grid' argument 1 names different: declaration 'r' definition 'radius'.
epix-1.2.18/curves.cc:458:26: style: Function 'polar_grid' argument 1 names different: declaration 'r' definition 'radius'. [funcArgNamesDifferent]
epix-1.2.18/curves.h:144:26: note: Function 'polar_grid' argument 1 names different: declaration 'r' definition 'radius'.
epix-1.2.18/curves.cc:458:26: note: Function 'polar_grid' argument 1 names different: declaration 'r' definition 'radius'.
epix-1.2.18/curves.cc:508:26: style: Function 'log_grid' argument 1 names different: declaration 'arg1' definition 'p1'. [funcArgNamesDifferent]
epix-1.2.18/curves.h:151:26: note: Function 'log_grid' argument 1 names different: declaration 'arg1' definition 'p1'.
epix-1.2.18/curves.cc:508:26: note: Function 'log_grid' argument 1 names different: declaration 'arg1' definition 'p1'.
epix-1.2.18/curves.cc:508:39: style: Function 'log_grid' argument 2 names different: declaration 'arg2' definition 'p2'. [funcArgNamesDifferent]
epix-1.2.18/curves.h:151:41: note: Function 'log_grid' argument 2 names different: declaration 'arg2' definition 'p2'.
epix-1.2.18/curves.cc:508:39: note: Function 'log_grid' argument 2 names different: declaration 'arg2' definition 'p2'.
epix-1.2.18/curves.cc:521:27: style: Function 'log1_grid' argument 1 names different: declaration 'arg1' definition 'p1'. [funcArgNamesDifferent]
epix-1.2.18/curves.h:155:27: note: Function 'log1_grid' argument 1 names different: declaration 'arg1' definition 'p1'.
epix-1.2.18/curves.cc:521:27: note: Function 'log1_grid' argument 1 names different: declaration 'arg1' definition 'p1'.
epix-1.2.18/curves.cc:521:40: style: Function 'log1_grid' argument 2 names different: declaration 'arg2' definition 'p2'. [funcArgNamesDifferent]
epix-1.2.18/curves.h:155:42: note: Function 'log1_grid' argument 2 names different: declaration 'arg2' definition 'p2'.
epix-1.2.18/curves.cc:521:40: note: Function 'log1_grid' argument 2 names different: declaration 'arg2' definition 'p2'.
epix-1.2.18/curves.cc:534:27: style: Function 'log2_grid' argument 1 names different: declaration 'arg1' definition 'p1'. [funcArgNamesDifferent]
epix-1.2.18/curves.h:159:27: note: Function 'log2_grid' argument 1 names different: declaration 'arg1' definition 'p1'.
epix-1.2.18/curves.cc:534:27: note: Function 'log2_grid' argument 1 names different: declaration 'arg1' definition 'p1'.
epix-1.2.18/curves.cc:534:40: style: Function 'log2_grid' argument 2 names different: declaration 'arg2' definition 'p2'. [funcArgNamesDifferent]
epix-1.2.18/curves.h:159:42: note: Function 'log2_grid' argument 2 names different: declaration 'arg2' definition 'p2'.
epix-1.2.18/curves.cc:534:40: note: Function 'log2_grid' argument 2 names different: declaration 'arg2' definition 'p2'.
epix-1.2.18/curves.cc:191:7: style: Variable 'perp_count' is modified but its new value is never used. [unreadVariable]
epix-1.2.18/domain.h:48:5: style: Class 'mesh' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
epix-1.2.18/domain.h:135:5: style: Class 'domain_list' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
epix-1.2.18/data_file.cc:535:37: style: Function 'write' argument 1 names different: declaration 'filename' definition 'fname'. [funcArgNamesDifferent]
epix-1.2.18/data_file.h:119:28: note: Function 'write' argument 1 names different: declaration 'filename' definition 'fname'.
epix-1.2.18/data_file.cc:535:37: note: Function 'write' argument 1 names different: declaration 'filename' definition 'fname'.
epix-1.2.18/interval.h:47:5: style: Class 'interval' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
epix-1.2.18/data_mask.h:45:5: style: Class 'data_mask' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
epix-1.2.18/data_mask.h:48:5: style: Class 'data_mask' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
epix-1.2.18/data_file.h:59:5: style: Class 'data_file' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
epix-1.2.18/data_file.h:62:5: style: Class 'data_file' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
epix-1.2.18/data_file.h:65:5: style: Class 'data_file' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
epix-1.2.18/data_mask.cc:55:31: style: Function 'data_mask' argument 1 names different: declaration 'range_min' definition 'arg1'. [funcArgNamesDifferent]
epix-1.2.18/data_mask.h:51:22: note: Function 'data_mask' argument 1 names different: declaration 'range_min' definition 'arg1'.
epix-1.2.18/data_mask.cc:55:31: note: Function 'data_mask' argument 1 names different: declaration 'range_min' definition 'arg1'.
epix-1.2.18/data_mask.cc:55:44: style: Function 'data_mask' argument 2 names different: declaration 'range_max' definition 'arg2'. [funcArgNamesDifferent]
epix-1.2.18/data_mask.h:51:40: note: Function 'data_mask' argument 2 names different: declaration 'range_max' definition 'arg2'.
epix-1.2.18/data_mask.cc:55:44: note: Function 'data_mask' argument 2 names different: declaration 'range_max' definition 'arg2'.
epix-1.2.18/data_mask.cc:58:31: style: Function 'data_mask' argument 1 names different: declaration 'range_min' definition 'arg1'. [funcArgNamesDifferent]
epix-1.2.18/data_mask.h:52:22: note: Function 'data_mask' argument 1 names different: declaration 'range_min' definition 'arg1'.
epix-1.2.18/data_mask.cc:58:31: note: Function 'data_mask' argument 1 names different: declaration 'range_min' definition 'arg1'.
epix-1.2.18/data_mask.cc:58:44: style: Function 'data_mask' argument 2 names different: declaration 'range_max' definition 'arg2'. [funcArgNamesDifferent]
epix-1.2.18/data_mask.h:52:40: note: Function 'data_mask' argument 2 names different: declaration 'range_max' definition 'arg2'.
epix-1.2.18/data_mask.cc:58:44: note: Function 'data_mask' argument 2 names different: declaration 'range_max' definition 'arg2'.
epix-1.2.18/data_mask.cc:42:36: performance: Function parameter 'arg' should be passed by const reference. [passedByValue]
epix-1.2.18/data_mask.cc:45:36: performance: Function parameter 'arg' should be passed by const reference. [passedByValue]
epix-1.2.18/domain.cc:353:46: performance: Function parameter 'arg' should be passed by const reference. [passedByValue]
epix-1.2.18/eepic.cc:75:18: style: Function 'print_fill' argument 3 names different: declaration 'fill' definition 'fc'. [funcArgNamesDifferent]
epix-1.2.18/eepic.h:60:20: note: Function 'print_fill' argument 3 names different: declaration 'fill' definition 'fc'.
epix-1.2.18/eepic.cc:75:18: note: Function 'print_fill' argument 3 names different: declaration 'fill' definition 'fc'.
epix-1.2.18/eepic.cc:125:21: style: Function 'print_line' argument 3 names different: declaration 'line_pen' definition 'line'. [funcArgNamesDifferent]
epix-1.2.18/eepic.h:68:23: note: Function 'print_line' argument 3 names different: declaration 'line_pen' definition 'line'.
epix-1.2.18/eepic.cc:125:21: note: Function 'print_line' argument 3 names different: declaration 'line_pen' definition 'line'.
epix-1.2.18/eepic.cc:126:21: style: Function 'print_line' argument 4 names different: declaration 'base_pen' definition 'base'. [funcArgNamesDifferent]
epix-1.2.18/eepic.h:69:23: note: Function 'print_line' argument 4 names different: declaration 'base_pen' definition 'base'.
epix-1.2.18/eepic.cc:126:21: note: Function 'print_line' argument 4 names different: declaration 'base_pen' definition 'base'.
epix-1.2.18/eepic.cc:136:21: style: Variable 'value' is assigned a value that is never used. [unreadVariable]
epix-1.2.18/eepic.h:55:12: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/format.h:85:21: note: Virtual function in base class
epix-1.2.18/eepic.h:55:12: note: Function in derived class
epix-1.2.18/eepic.h:58:17: style: The function 'print_fill' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/format.h:105:25: note: Virtual function in base class
epix-1.2.18/eepic.h:58:17: note: Function in derived class
epix-1.2.18/eepic.h:66:17: style: The function 'print_line' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/format.h:114:25: note: Virtual function in base class
epix-1.2.18/eepic.h:66:17: note: Function in derived class
epix-1.2.18/eepic.h:74:17: style: The function 'print_color' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/format.h:219:25: note: Virtual function in base class
epix-1.2.18/eepic.h:74:17: note: Function in derived class
epix-1.2.18/eepic.h:80:17: style: The function 'print_color' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/format.h:225:25: note: Virtual function in base class
epix-1.2.18/eepic.h:80:17: note: Function in derived class
epix-1.2.18/eepic.h:88:17: style: The function 'print_comment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/format.h:157:25: note: Virtual function in base class
epix-1.2.18/eepic.h:88:17: note: Function in derived class
epix-1.2.18/eepic.h:91:17: style: The function 'print_verbatim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/format.h:160:25: note: Virtual function in base class
epix-1.2.18/eepic.h:91:17: note: Function in derived class
epix-1.2.18/eepic.h:93:10: style: The function 'reset_state' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/format.h:175:18: note: Virtual function in base class
epix-1.2.18/eepic.h:93:10: note: Function in derived class
epix-1.2.18/eepic.h:100:17: style: The function 'start_picture' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/format.h:169:25: note: Virtual function in base class
epix-1.2.18/eepic.h:100:17: note: Function in derived class
epix-1.2.18/eepic.h:101:17: style: The function 'end_picture' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/format.h:170:25: note: Virtual function in base class
epix-1.2.18/eepic.h:101:17: note: Function in derived class
epix-1.2.18/eepic.h:103:17: style: The function 'set_unitlength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/format.h:172:25: note: Virtual function in base class
epix-1.2.18/eepic.h:103:17: note: Function in derived class
epix-1.2.18/eepic.h:105:17: style: The function 'usepackages' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/format.h:184:25: note: Virtual function in base class
epix-1.2.18/eepic.h:105:17: note: Function in derived class
epix-1.2.18/eepic.h:108:17: style: The function 'start_open_path' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/format.h:187:25: note: Virtual function in base class
epix-1.2.18/eepic.h:108:17: note: Function in derived class
epix-1.2.18/eepic.h:109:17: style: The function 'end_open_path' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/format.h:188:25: note: Virtual function in base class
epix-1.2.18/eepic.h:109:17: note: Function in derived class
epix-1.2.18/eepic.h:111:17: style: The function 'start_closed_path' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/format.h:190:25: note: Virtual function in base class
epix-1.2.18/eepic.h:111:17: note: Function in derived class
epix-1.2.18/eepic.h:112:17: style: The function 'end_closed_path' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/format.h:191:25: note: Virtual function in base class
epix-1.2.18/eepic.h:112:17: note: Function in derived class
epix-1.2.18/eepic.h:115:17: style: The function 'set_fill_state' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/format.h:194:25: note: Virtual function in base class
epix-1.2.18/eepic.h:115:17: note: Function in derived class
epix-1.2.18/eepic.h:116:17: style: The function 'set_pen_state' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/format.h:195:25: note: Virtual function in base class
epix-1.2.18/eepic.h:116:17: note: Function in derived class
epix-1.2.18/eepic.h:119:17: style: The function 'put_box' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/format.h:198:25: note: Virtual function in base class
epix-1.2.18/eepic.h:119:17: note: Function in derived class
epix-1.2.18/eepic.h:121:17: style: The function 'print_circle_marker' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/format.h:201:25: note: Virtual function in base class
epix-1.2.18/eepic.h:121:17: note: Function in derived class
epix-1.2.18/format.h:259:33: performance: Function parameter 'bkpts' should be passed by const reference. [passedByValue]
epix-1.2.18/facet.h:102:10: style: Technically the member function 'ePiX::by_distance::operator()' can be const. [functionConst]
epix-1.2.18/facet.cc:496:21: note: Technically the member function 'ePiX::by_distance::operator()' can be const.
epix-1.2.18/facet.h:102:10: note: Technically the member function 'ePiX::by_distance::operator()' can be const.
epix-1.2.18/facet.h:103:10: style: Technically the member function 'ePiX::by_distance::operator()' can be const. [functionConst]
epix-1.2.18/facet.cc:501:21: note: Technically the member function 'ePiX::by_distance::operator()' can be const.
epix-1.2.18/facet.h:103:10: note: Technically the member function 'ePiX::by_distance::operator()' can be const.
epix-1.2.18/facet.h:58:5: style: Class 'facet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
epix-1.2.18/facet.h:74:5: style: Class 'facet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
epix-1.2.18/format.cc:69:46: style: Function 'print_mark' argument 1 names different: declaration 'location' definition 'here'. [funcArgNamesDifferent]
epix-1.2.18/format.h:89:40: note: Function 'print_mark' argument 1 names different: declaration 'location' definition 'here'.
epix-1.2.18/format.cc:69:46: note: Function 'print_mark' argument 1 names different: declaration 'location' definition 'here'.
epix-1.2.18/format.cc:70:27: style: Function 'print_mark' argument 3 names different: declaration 'mark' definition 'mk'. [funcArgNamesDifferent]
epix-1.2.18/format.h:91:28: note: Function 'print_mark' argument 3 names different: declaration 'mark' definition 'mk'.
epix-1.2.18/format.cc:70:27: note: Function 'print_mark' argument 3 names different: declaration 'mark' definition 'mk'.
epix-1.2.18/format.cc:71:26: style: Function 'print_mark' argument 4 names different: declaration 'sizes' definition 'sz'. [funcArgNamesDifferent]
epix-1.2.18/format.h:92:27: note: Function 'print_mark' argument 4 names different: declaration 'sizes' definition 'sz'.
epix-1.2.18/format.cc:71:26: note: Function 'print_mark' argument 4 names different: declaration 'sizes' definition 'sz'.
epix-1.2.18/format.cc:117:46: style: Function 'print_text' argument 1 names different: declaration 'location' definition 'here'. [funcArgNamesDifferent]
epix-1.2.18/format.h:97:40: note: Function 'print_text' argument 1 names different: declaration 'location' definition 'here'.
epix-1.2.18/format.cc:117:46: note: Function 'print_text' argument 1 names different: declaration 'location' definition 'here'.
epix-1.2.18/format.cc:118:25: style: Function 'print_text' argument 3 names different: declaration 'text' definition 'label'. [funcArgNamesDifferent]
epix-1.2.18/format.h:99:26: note: Function 'print_text' argument 3 names different: declaration 'text' definition 'label'.
epix-1.2.18/format.cc:118:25: note: Function 'print_text' argument 3 names different: declaration 'text' definition 'label'.
epix-1.2.18/format.cc:149:23: style: Function 'file_comments' argument 2 names different: declaration 'hoff' definition 'hoffset'. [funcArgNamesDifferent]
epix-1.2.18/format.h:132:24: note: Function 'file_comments' argument 2 names different: declaration 'hoff' definition 'hoffset'.
epix-1.2.18/format.cc:149:23: note: Function 'file_comments' argument 2 names different: declaration 'hoff' definition 'hoffset'.
epix-1.2.18/format.cc:150:23: style: Function 'file_comments' argument 3 names different: declaration 'voff' definition 'voffset'. [funcArgNamesDifferent]
epix-1.2.18/format.h:133:24: note: Function 'file_comments' argument 3 names different: declaration 'voff' definition 'voffset'.
epix-1.2.18/format.cc:150:23: note: Function 'file_comments' argument 3 names different: declaration 'voff' definition 'voffset'.
epix-1.2.18/format.cc:241:23: style: Unused variable: value [unusedVariable]
epix-1.2.18/format.h:206:17: performance: Technically the member function 'ePiX::format::xdefinecolor' can be static. [functionStatic]
epix-1.2.18/format.cc:319:23: note: Technically the member function 'ePiX::format::xdefinecolor' can be static.
epix-1.2.18/format.h:206:17: note: Technically the member function 'ePiX::format::xdefinecolor' can be static.
epix-1.2.18/format.h:212:17: performance: Technically the member function 'ePiX::format::xdefinecolor' can be static. [functionStatic]
epix-1.2.18/format.cc:343:23: note: Technically the member function 'ePiX::format::xdefinecolor' can be static.
epix-1.2.18/format.h:212:17: note: Technically the member function 'ePiX::format::xdefinecolor' can be static.
epix-1.2.18/format.h:286:17: performance: Technically the member function 'ePiX::format::print_latex_marker' can be static. [functionStatic]
epix-1.2.18/format.cc:492:23: note: Technically the member function 'ePiX::format::print_latex_marker' can be static.
epix-1.2.18/format.h:286:17: note: Technically the member function 'ePiX::format::print_latex_marker' can be static.
epix-1.2.18/format.h:292:17: performance: Technically the member function 'ePiX::format::print' can be static. [functionStatic]
epix-1.2.18/format.cc:670:23: note: Technically the member function 'ePiX::format::print' can be static.
epix-1.2.18/format.h:292:17: note: Technically the member function 'ePiX::format::print' can be static.
epix-1.2.18/format.h:295:10: performance: Technically the member function 'ePiX::format::pt_to_len' can be static. [functionStatic]
epix-1.2.18/format.cc:716:16: note: Technically the member function 'ePiX::format::pt_to_len' can be static.
epix-1.2.18/format.h:295:10: note: Technically the member function 'ePiX::format::pt_to_len' can be static.
epix-1.2.18/format.cc:390:32: performance: Function parameter 'bkpts' should be passed by const reference. [passedByValue]
epix-1.2.18/frac.cc:239:18: style: The scope of the variable 'temp' can be reduced. [variableScope]
epix-1.2.18/frac.cc:159:20: style: Variable 'temp' is assigned a value that is never used. [unreadVariable]
epix-1.2.18/frame.cc:50:18: performance: Function parameter 'arg1' should be passed by const reference. [passedByValue]
epix-1.2.18/functions.cc:239:9: style: The scope of the variable 'temp' can be reduced. [variableScope]
epix-1.2.18/functions.cc:80:22: style: Function 'Acos' argument 1 names different: declaration 't' definition 'arg'. [funcArgNamesDifferent]
epix-1.2.18/functions.h:51:22: note: Function 'Acos' argument 1 names different: declaration 't' definition 'arg'.
epix-1.2.18/functions.cc:80:22: note: Function 'Acos' argument 1 names different: declaration 't' definition 'arg'.
epix-1.2.18/functions.cc:85:22: style: Function 'Asin' argument 1 names different: declaration 't' definition 'arg'. [funcArgNamesDifferent]
epix-1.2.18/functions.h:52:22: note: Function 'Asin' argument 1 names different: declaration 't' definition 'arg'.
epix-1.2.18/functions.cc:85:22: note: Function 'Asin' argument 1 names different: declaration 't' definition 'arg'.
epix-1.2.18/functions.cc:90:22: style: Function 'Atan' argument 1 names different: declaration 't' definition 'arg'. [funcArgNamesDifferent]
epix-1.2.18/functions.h:53:22: note: Function 'Atan' argument 1 names different: declaration 't' definition 'arg'.
epix-1.2.18/functions.cc:90:22: note: Function 'Atan' argument 1 names different: declaration 't' definition 'arg'.
epix-1.2.18/functions.cc:183:19: performance: Function parameter 'arg' should be passed by const reference. [passedByValue]
epix-1.2.18/functions.cc:188:17: performance: Function parameter 'arg' should be passed by const reference. [passedByValue]
epix-1.2.18/geometry.cc:728:12: style: The scope of the variable 'ht_tail' can be reduced. [variableScope]
epix-1.2.18/geometry.cc:728:31: style: The scope of the variable 'ht_head' can be reduced. [variableScope]
epix-1.2.18/geometry.cc:222:36: style: Function 'latitude' argument 2 names different: declaration 'long_min' definition 'lngtd_min'. [funcArgNamesDifferent]
epix-1.2.18/geometry.h:45:36: note: Function 'latitude' argument 2 names different: declaration 'long_min' definition 'lngtd_min'.
epix-1.2.18/geometry.cc:222:36: note: Function 'latitude' argument 2 names different: declaration 'long_min' definition 'lngtd_min'.
epix-1.2.18/geometry.cc:222:54: style: Function 'latitude' argument 3 names different: declaration 'long_max' definition 'lngtd_max'. [funcArgNamesDifferent]
epix-1.2.18/geometry.h:45:53: note: Function 'latitude' argument 3 names different: declaration 'long_max' definition 'lngtd_max'.
epix-1.2.18/geometry.cc:222:54: note: Function 'latitude' argument 3 names different: declaration 'long_max' definition 'lngtd_max'.
epix-1.2.18/geometry.cc:235:41: style: Function 'back_latitude' argument 2 names different: declaration 'long_min' definition 'lngtd_min'. [funcArgNamesDifferent]
epix-1.2.18/geometry.h:51:41: note: Function 'back_latitude' argument 2 names different: declaration 'long_min' definition 'lngtd_min'.
epix-1.2.18/geometry.cc:235:41: note: Function 'back_latitude' argument 2 names different: declaration 'long_min' definition 'lngtd_min'.
epix-1.2.18/geometry.cc:235:59: style: Function 'back_latitude' argument 3 names different: declaration 'long_max' definition 'lngtd_max'. [funcArgNamesDifferent]
epix-1.2.18/geometry.h:51:58: note: Function 'back_latitude' argument 3 names different: declaration 'long_max' definition 'lngtd_max'.
epix-1.2.18/geometry.cc:235:59: note: Function 'back_latitude' argument 3 names different: declaration 'long_max' definition 'lngtd_max'.
epix-1.2.18/geometry.cc:772:22: performance: Function parameter 'pt' should be passed by const reference. [passedByValue]
epix-1.2.18/geometry.cc:777:22: performance: Function parameter 'pt' should be passed by const reference. [passedByValue]
epix-1.2.18/glyph.h:60:12: style: The function 'map_by' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/tile.h:50:19: note: Virtual function in base class
epix-1.2.18/glyph.h:60:12: note: Function in derived class
epix-1.2.18/glyph.h:61:12: style: The function 'crop_to' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/tile.h:51:19: note: Virtual function in base class
epix-1.2.18/glyph.h:61:12: note: Function in derived class
epix-1.2.18/glyph.h:63:12: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/tile.h:49:19: note: Virtual function in base class
epix-1.2.18/glyph.h:63:12: note: Function in derived class
epix-1.2.18/glyph.h:65:10: style: The function 'is_empty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/tile.h:53:18: note: Virtual function in base class
epix-1.2.18/glyph.h:65:10: note: Function in derived class
epix-1.2.18/glyph.h:67:17: style: The function 'print_to' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/tile.h:56:25: note: Virtual function in base class
epix-1.2.18/glyph.h:67:17: note: Function in derived class
epix-1.2.18/glyph.h:68:10: style: The function 'add_to_palette' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/tile.h:57:18: note: Virtual function in base class
epix-1.2.18/glyph.h:68:10: note: Function in derived class
epix-1.2.18/hatching.cc:158:43: style: Function 'hatch_init' argument 1 names different: declaration 'dir' definition 'horiz'. [funcArgNamesDifferent]
epix-1.2.18/hatching.h:116:33: note: Function 'hatch_init' argument 1 names different: declaration 'dir' definition 'horiz'.
epix-1.2.18/hatching.cc:158:43: note: Function 'hatch_init' argument 1 names different: declaration 'dir' definition 'horiz'.
epix-1.2.18/interval.h:73:21: style: Unused private function: 'interval::literal' [unusedPrivateFunction]
epix-1.2.18/label_data.cc:93:78: style: Function 'label_data' argument 3 names different: declaration 'align' definition 'A'. [funcArgNamesDifferent]
epix-1.2.18/label_data.h:73:68: note: Function 'label_data' argument 3 names different: declaration 'align' definition 'A'.
epix-1.2.18/label_data.cc:93:78: note: Function 'label_data' argument 3 names different: declaration 'align' definition 'A'.
epix-1.2.18/label_style.cc:91:49: style: Function 'fontface' argument 1 names different: declaration 'f' definition 'ff'. [funcArgNamesDifferent]
epix-1.2.18/label_style.h:80:38: note: Function 'fontface' argument 1 names different: declaration 'f' definition 'ff'.
epix-1.2.18/label_style.cc:91:49: note: Function 'fontface' argument 1 names different: declaration 'f' definition 'ff'.
epix-1.2.18/label_style.cc:150:55: style: Function 'seen_through' argument 1 names different: declaration 'cam' definition 'mycam'. [funcArgNamesDifferent]
epix-1.2.18/label_style.h:104:44: note: Function 'seen_through' argument 1 names different: declaration 'cam' definition 'mycam'.
epix-1.2.18/label_style.cc:150:55: note: Function 'seen_through' argument 1 names different: declaration 'cam' definition 'mycam'.
epix-1.2.18/legend_item.h:68:5: style: Class 'fill_item' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
epix-1.2.18/legend_item.h:85:5: style: Class 'path_item' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
epix-1.2.18/legend_item.h:69:16: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/legend_item.h:54:26: note: Virtual function in base class
epix-1.2.18/legend_item.h:69:16: note: Function in derived class
epix-1.2.18/legend_item.h:71:17: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/legend_item.h:56:25: note: Virtual function in base class
epix-1.2.18/legend_item.h:71:17: note: Function in derived class
epix-1.2.18/legend_item.h:72:17: style: The function 'key' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/legend_item.h:57:25: note: Virtual function in base class
epix-1.2.18/legend_item.h:72:17: note: Function in derived class
epix-1.2.18/legend_item.h:86:16: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/legend_item.h:54:26: note: Virtual function in base class
epix-1.2.18/legend_item.h:86:16: note: Function in derived class
epix-1.2.18/legend_item.h:88:17: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/legend_item.h:56:25: note: Virtual function in base class
epix-1.2.18/legend_item.h:88:17: note: Function in derived class
epix-1.2.18/legend_item.h:89:17: style: The function 'key' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/legend_item.h:57:25: note: Virtual function in base class
epix-1.2.18/legend_item.h:89:17: note: Function in derived class
epix-1.2.18/legend_item.h:104:16: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/legend_item.h:54:26: note: Virtual function in base class
epix-1.2.18/legend_item.h:104:16: note: Function in derived class
epix-1.2.18/legend_item.h:106:17: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/legend_item.h:56:25: note: Virtual function in base class
epix-1.2.18/legend_item.h:106:17: note: Function in derived class
epix-1.2.18/legend_item.h:107:17: style: The function 'key' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/legend_item.h:57:25: note: Virtual function in base class
epix-1.2.18/legend_item.h:107:17: note: Function in derived class
epix-1.2.18/legend_tile.h:66:18: style: The function 'map_by' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/tile.h:50:19: note: Virtual function in base class
epix-1.2.18/legend_tile.h:66:18: note: Function in derived class
epix-1.2.18/legend_tile.h:67:18: style: The function 'crop_to' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/tile.h:51:19: note: Virtual function in base class
epix-1.2.18/legend_tile.h:67:18: note: Function in derived class
epix-1.2.18/legend_tile.h:69:18: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/tile.h:49:19: note: Virtual function in base class
epix-1.2.18/legend_tile.h:69:18: note: Function in derived class
epix-1.2.18/legend_tile.h:71:10: style: The function 'is_empty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/tile.h:53:18: note: Virtual function in base class
epix-1.2.18/legend_tile.h:71:10: note: Function in derived class
epix-1.2.18/legend_tile.h:73:17: style: The function 'print_to' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/tile.h:56:25: note: Virtual function in base class
epix-1.2.18/legend_tile.h:73:17: note: Function in derived class
epix-1.2.18/legend_tile.h:74:10: style: The function 'add_to_palette' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/tile.h:57:18: note: Virtual function in base class
epix-1.2.18/legend_tile.h:74:10: note: Function in derived class
epix-1.2.18/legend_item.h:61:12: performance: Technically the member function 'ePiX::legend_item::key_coord' can be static. [functionStatic]
epix-1.2.18/legend_item.cc:68:23: note: Technically the member function 'ePiX::legend_item::key_coord' can be static.
epix-1.2.18/legend_item.h:61:12: note: Technically the member function 'ePiX::legend_item::key_coord' can be static.
epix-1.2.18/legend_tile.cc:64:23: style: Function 'legend_tile' argument 5 names different: declaration 'item_border' definition 'pen'. [funcArgNamesDifferent]
epix-1.2.18/legend_tile.h:59:19: note: Function 'legend_tile' argument 5 names different: declaration 'item_border' definition 'pen'.
epix-1.2.18/legend_tile.cc:64:23: note: Function 'legend_tile' argument 5 names different: declaration 'item_border' definition 'pen'.
epix-1.2.18/markers.cc:119:22: style: Function 'circ' argument 4 names different: declaration 'align' definition 'POSN'. [funcArgNamesDifferent]
epix-1.2.18/markers.h:72:22: note: Function 'circ' argument 4 names different: declaration 'align' definition 'POSN'.
epix-1.2.18/markers.cc:119:22: note: Function 'circ' argument 4 names different: declaration 'align' definition 'POSN'.
epix-1.2.18/markers.cc:128:22: style: Function 'ring' argument 4 names different: declaration 'align' definition 'POSN'. [funcArgNamesDifferent]
epix-1.2.18/markers.h:76:22: note: Function 'ring' argument 4 names different: declaration 'align' definition 'POSN'.
epix-1.2.18/markers.cc:128:22: note: Function 'ring' argument 4 names different: declaration 'align' definition 'POSN'.
epix-1.2.18/markers.cc:137:22: style: Function 'spot' argument 4 names different: declaration 'align' definition 'POSN'. [funcArgNamesDifferent]
epix-1.2.18/markers.h:80:22: note: Function 'spot' argument 4 names different: declaration 'align' definition 'POSN'.
epix-1.2.18/markers.cc:137:22: note: Function 'spot' argument 4 names different: declaration 'align' definition 'POSN'.
epix-1.2.18/markers.cc:146:21: style: Function 'dot' argument 4 names different: declaration 'align' definition 'POSN'. [funcArgNamesDifferent]
epix-1.2.18/markers.h:84:21: note: Function 'dot' argument 4 names different: declaration 'align' definition 'POSN'.
epix-1.2.18/markers.cc:146:21: note: Function 'dot' argument 4 names different: declaration 'align' definition 'POSN'.
epix-1.2.18/markers.cc:155:22: style: Function 'ddot' argument 4 names different: declaration 'align' definition 'POSN'. [funcArgNamesDifferent]
epix-1.2.18/markers.h:88:22: note: Function 'ddot' argument 4 names different: declaration 'align' definition 'POSN'.
epix-1.2.18/markers.cc:155:22: note: Function 'ddot' argument 4 names different: declaration 'align' definition 'POSN'.
epix-1.2.18/markers.cc:164:21: style: Function 'box' argument 4 names different: declaration 'align' definition 'POSN'. [funcArgNamesDifferent]
epix-1.2.18/markers.h:92:21: note: Function 'box' argument 4 names different: declaration 'align' definition 'POSN'.
epix-1.2.18/markers.cc:164:21: note: Function 'box' argument 4 names different: declaration 'align' definition 'POSN'.
epix-1.2.18/markers.cc:173:22: style: Function 'bbox' argument 4 names different: declaration 'align' definition 'POSN'. [funcArgNamesDifferent]
epix-1.2.18/markers.h:96:22: note: Function 'bbox' argument 4 names different: declaration 'align' definition 'POSN'.
epix-1.2.18/markers.cc:173:22: note: Function 'bbox' argument 4 names different: declaration 'align' definition 'POSN'.
epix-1.2.18/markers.cc:182:29: style: Function 'h_axis_tick' argument 1 names different: declaration 'location' definition 'arg'. [funcArgNamesDifferent]
epix-1.2.18/markers.h:98:29: note: Function 'h_axis_tick' argument 1 names different: declaration 'location' definition 'arg'.
epix-1.2.18/markers.cc:182:29: note: Function 'h_axis_tick' argument 1 names different: declaration 'location' definition 'arg'.
epix-1.2.18/markers.cc:182:50: style: Function 'h_axis_tick' argument 2 names different: declaration 'align' definition 'POSN'. [funcArgNamesDifferent]
epix-1.2.18/markers.h:98:55: note: Function 'h_axis_tick' argument 2 names different: declaration 'align' definition 'POSN'.
epix-1.2.18/markers.cc:182:50: note: Function 'h_axis_tick' argument 2 names different: declaration 'align' definition 'POSN'.
epix-1.2.18/markers.cc:188:29: style: Function 'v_axis_tick' argument 1 names different: declaration 'location' definition 'arg'. [funcArgNamesDifferent]
epix-1.2.18/markers.h:99:29: note: Function 'v_axis_tick' argument 1 names different: declaration 'location' definition 'arg'.
epix-1.2.18/markers.cc:188:29: note: Function 'v_axis_tick' argument 1 names different: declaration 'location' definition 'arg'.
epix-1.2.18/markers.cc:188:50: style: Function 'v_axis_tick' argument 2 names different: declaration 'align' definition 'POSN'. [funcArgNamesDifferent]
epix-1.2.18/markers.h:99:55: note: Function 'v_axis_tick' argument 2 names different: declaration 'align' definition 'POSN'.
epix-1.2.18/markers.cc:188:50: note: Function 'v_axis_tick' argument 2 names different: declaration 'align' definition 'POSN'.
epix-1.2.18/markers.cc:199:23: style: Function 'arrow' argument 5 names different: declaration 'align' definition 'POSN'. [funcArgNamesDifferent]
epix-1.2.18/markers.h:104:23: note: Function 'arrow' argument 5 names different: declaration 'align' definition 'POSN'.
epix-1.2.18/markers.cc:199:23: note: Function 'arrow' argument 5 names different: declaration 'align' definition 'POSN'.
epix-1.2.18/markers.cc:261:36: performance: Function parameter 'leg1' should be passed by const reference. [passedByValue]
epix-1.2.18/markers.cc:261:44: performance: Function parameter 'leg2' should be passed by const reference. [passedByValue]
epix-1.2.18/pen_fill.h:61:15: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/tile.h:49:19: note: Virtual function in base class
epix-1.2.18/pen_fill.h:61:15: note: Function in derived class
epix-1.2.18/pen_fill.h:63:15: style: The function 'map_by' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/tile.h:50:19: note: Virtual function in base class
epix-1.2.18/pen_fill.h:63:15: note: Function in derived class
epix-1.2.18/pen_fill.h:64:15: style: The function 'crop_to' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/tile.h:51:19: note: Virtual function in base class
epix-1.2.18/pen_fill.h:64:15: note: Function in derived class
epix-1.2.18/pen_fill.h:66:10: style: The function 'is_empty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/tile.h:53:18: note: Virtual function in base class
epix-1.2.18/pen_fill.h:66:10: note: Function in derived class
epix-1.2.18/pen_fill.h:68:17: style: The function 'print_to' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/tile.h:56:25: note: Virtual function in base class
epix-1.2.18/pen_fill.h:68:17: note: Function in derived class
epix-1.2.18/pen_fill.h:69:10: style: The function 'add_to_palette' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/tile.h:57:18: note: Virtual function in base class
epix-1.2.18/pen_fill.h:69:10: note: Function in derived class
epix-1.2.18/mask_diamond.h:59:19: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/screen_mask.h:57:26: note: Virtual function in base class
epix-1.2.18/mask_diamond.h:59:19: note: Function in derived class
epix-1.2.18/mask_diamond.h:60:12: style: The function 'h_min' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/screen_mask.h:77:20: note: Virtual function in base class
epix-1.2.18/mask_diamond.h:60:12: note: Function in derived class
epix-1.2.18/mask_diamond.h:61:12: style: The function 'h_max' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/screen_mask.h:78:20: note: Virtual function in base class
epix-1.2.18/mask_diamond.h:61:12: note: Function in derived class
epix-1.2.18/mask_diamond.h:62:12: style: The function 'h_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/screen_mask.h:79:20: note: Virtual function in base class
epix-1.2.18/mask_diamond.h:62:12: note: Function in derived class
epix-1.2.18/mask_diamond.h:63:12: style: The function 'h_avg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/screen_mask.h:80:20: note: Virtual function in base class
epix-1.2.18/mask_diamond.h:63:12: note: Function in derived class
epix-1.2.18/mask_diamond.h:65:12: style: The function 'v_min' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/screen_mask.h:82:20: note: Virtual function in base class
epix-1.2.18/mask_diamond.h:65:12: note: Function in derived class
epix-1.2.18/mask_diamond.h:66:12: style: The function 'v_max' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/screen_mask.h:83:20: note: Virtual function in base class
epix-1.2.18/mask_diamond.h:66:12: note: Function in derived class
epix-1.2.18/mask_diamond.h:67:12: style: The function 'v_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/screen_mask.h:84:20: note: Virtual function in base class
epix-1.2.18/mask_diamond.h:67:12: note: Function in derived class
epix-1.2.18/mask_diamond.h:68:12: style: The function 'v_avg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/screen_mask.h:85:20: note: Virtual function in base class
epix-1.2.18/mask_diamond.h:68:12: note: Function in derived class
epix-1.2.18/mask_diamond.h:70:10: style: The function 'crops' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/screen_mask.h:72:18: note: Virtual function in base class
epix-1.2.18/mask_diamond.h:70:10: note: Function in derived class
epix-1.2.18/mask_diamond.h:71:24: style: The function 'crop_path' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/screen_mask.h:73:32: note: Virtual function in base class
epix-1.2.18/mask_diamond.h:71:24: note: Function in derived class
epix-1.2.18/mask_diamond.h:72:24: style: The function 'crop_loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/screen_mask.h:74:32: note: Virtual function in base class
epix-1.2.18/mask_diamond.h:72:24: note: Function in derived class
epix-1.2.18/mask_diamond.h:74:15: style: The function 'border' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/screen_mask.h:88:22: note: Virtual function in base class
epix-1.2.18/mask_diamond.h:74:15: note: Function in derived class
epix-1.2.18/mask_diamond.h:75:14: style: The function 'backing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/screen_mask.h:89:22: note: Virtual function in base class
epix-1.2.18/mask_diamond.h:75:14: note: Function in derived class
epix-1.2.18/mask_diamond.h:77:15: style: The function 'border' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/screen_mask.h:91:22: note: Virtual function in base class
epix-1.2.18/mask_diamond.h:77:15: note: Function in derived class
epix-1.2.18/mask_diamond.h:78:14: style: The function 'backing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/screen_mask.h:92:22: note: Virtual function in base class
epix-1.2.18/mask_diamond.h:78:14: note: Function in derived class
epix-1.2.18/paint_style.cc:129:55: style: Function 'seen_through' argument 1 names different: declaration 'cam' definition 'mycam'. [funcArgNamesDifferent]
epix-1.2.18/paint_style.h:87:44: note: Function 'seen_through' argument 1 names different: declaration 'cam' definition 'mycam'.
epix-1.2.18/paint_style.cc:129:55: note: Function 'seen_through' argument 1 names different: declaration 'cam' definition 'mycam'.
epix-1.2.18/paint_style.cc:136:29: style: Function 'paint_state' argument 4 names different: declaration 'fill' definition 'ff'. [funcArgNamesDifferent]
epix-1.2.18/paint_style.h:96:70: note: Function 'paint_state' argument 4 names different: declaration 'fill' definition 'ff'.
epix-1.2.18/paint_style.cc:136:29: note: Function 'paint_state' argument 4 names different: declaration 'fill' definition 'ff'.
epix-1.2.18/pairs.cc:149:18: style: Same expression on both sides of '|'. [duplicateExpression]
epix-1.2.18/path.cc:129:20: style: Function 'path' argument 6 names different: declaration 'num_pts' definition 'N'. [funcArgNamesDifferent]
epix-1.2.18/path.h:74:16: note: Function 'path' argument 6 names different: declaration 'num_pts' definition 'N'.
epix-1.2.18/path.cc:129:20: note: Function 'path' argument 6 names different: declaration 'num_pts' definition 'N'.
epix-1.2.18/path.cc:168:66: style: Function 'path' argument 4 names different: declaration 'n' definition 'num_pts'. [funcArgNamesDifferent]
epix-1.2.18/path.h:81:62: note: Function 'path' argument 4 names different: declaration 'n' definition 'num_pts'.
epix-1.2.18/path.cc:168:66: note: Function 'path' argument 4 names different: declaration 'n' definition 'num_pts'.
epix-1.2.18/path.cc:192:20: style: Function 'path' argument 5 names different: declaration 'n' definition 'num_pts'. [funcArgNamesDifferent]
epix-1.2.18/path.h:84:75: note: Function 'path' argument 5 names different: declaration 'n' definition 'num_pts'.
epix-1.2.18/path.cc:192:20: note: Function 'path' argument 5 names different: declaration 'n' definition 'num_pts'.
epix-1.2.18/path_data.cc:88:13: performance: Possible inefficient checking for 'm_data' emptiness. [stlSize]
epix-1.2.18/path_data.cc:140:13: performance: Possible inefficient checking for 'm_data' emptiness. [stlSize]
epix-1.2.18/path_style.cc:107:38: performance: Function parameter 'arg' should be passed by const reference. [passedByValue]
epix-1.2.18/pen_data.cc:66:49: style: Function 'seen_through' argument 1 names different: declaration 'cam' definition 'mycam'. [funcArgNamesDifferent]
epix-1.2.18/pen_data.h:67:41: note: Function 'seen_through' argument 1 names different: declaration 'cam' definition 'mycam'.
epix-1.2.18/pen_data.cc:66:49: note: Function 'seen_through' argument 1 names different: declaration 'cam' definition 'mycam'.
epix-1.2.18/pen_fill.cc:67:70: style: Function 'pen_fill' argument 3 names different: declaration 'theta' definition 'th'. [funcArgNamesDifferent]
epix-1.2.18/pen_fill.h:58:52: note: Function 'pen_fill' argument 3 names different: declaration 'theta' definition 'th'.
epix-1.2.18/pen_fill.cc:67:70: note: Function 'pen_fill' argument 3 names different: declaration 'theta' definition 'th'.
epix-1.2.18/pen_fill.cc:81:9: performance: Possible inefficient checking for 'm_border' emptiness. [stlSize]
epix-1.2.18/pen_fill.cc:112:13: performance: Possible inefficient checking for 'm_border' emptiness. [stlSize]
epix-1.2.18/pen_line.cc:74:9: performance: Possible inefficient checking for 'm_border' emptiness. [stlSize]
epix-1.2.18/pen_line.cc:97:13: performance: Possible inefficient checking for 'm_border' emptiness. [stlSize]
epix-1.2.18/pst.h:55:10: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/format.h:85:21: note: Virtual function in base class
epix-1.2.18/pst.h:55:10: note: Function in derived class
epix-1.2.18/pst.h:57:17: style: The function 'print_fill' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/format.h:105:25: note: Virtual function in base class
epix-1.2.18/pst.h:57:17: note: Function in derived class
epix-1.2.18/pst.h:63:17: style: The function 'print_line' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/format.h:114:25: note: Virtual function in base class
epix-1.2.18/pst.h:63:17: note: Function in derived class
epix-1.2.18/pst.h:72:17: style: The function 'print_color' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/format.h:219:25: note: Virtual function in base class
epix-1.2.18/pst.h:72:17: note: Function in derived class
epix-1.2.18/pst.h:76:17: style: The function 'print_color' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/format.h:225:25: note: Virtual function in base class
epix-1.2.18/pst.h:76:17: note: Function in derived class
epix-1.2.18/pst.h:82:17: style: The function 'print_comment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/format.h:157:25: note: Virtual function in base class
epix-1.2.18/pst.h:82:17: note: Function in derived class
epix-1.2.18/pst.h:84:17: style: The function 'print_verbatim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/format.h:160:25: note: Virtual function in base class
epix-1.2.18/pst.h:84:17: note: Function in derived class
epix-1.2.18/pst.h:86:10: style: The function 'reset_state' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/format.h:175:18: note: Virtual function in base class
epix-1.2.18/pst.h:86:10: note: Function in derived class
epix-1.2.18/pst.h:97:17: style: The function 'start_picture' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/format.h:169:25: note: Virtual function in base class
epix-1.2.18/pst.h:97:17: note: Function in derived class
epix-1.2.18/pst.h:98:17: style: The function 'end_picture' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/format.h:170:25: note: Virtual function in base class
epix-1.2.18/pst.h:98:17: note: Function in derived class
epix-1.2.18/pst.h:100:17: style: The function 'set_unitlength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/format.h:172:25: note: Virtual function in base class
epix-1.2.18/pst.h:100:17: note: Function in derived class
epix-1.2.18/pst.h:102:17: style: The function 'usepackages' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/format.h:184:25: note: Virtual function in base class
epix-1.2.18/pst.h:102:17: note: Function in derived class
epix-1.2.18/pst.h:105:17: style: The function 'start_open_path' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/format.h:187:25: note: Virtual function in base class
epix-1.2.18/pst.h:105:17: note: Function in derived class
epix-1.2.18/pst.h:106:17: style: The function 'end_open_path' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/format.h:188:25: note: Virtual function in base class
epix-1.2.18/pst.h:106:17: note: Function in derived class
epix-1.2.18/pst.h:108:17: style: The function 'start_closed_path' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/format.h:190:25: note: Virtual function in base class
epix-1.2.18/pst.h:108:17: note: Function in derived class
epix-1.2.18/pst.h:109:17: style: The function 'end_closed_path' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/format.h:191:25: note: Virtual function in base class
epix-1.2.18/pst.h:109:17: note: Function in derived class
epix-1.2.18/pst.h:112:17: style: The function 'set_fill_state' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/format.h:194:25: note: Virtual function in base class
epix-1.2.18/pst.h:112:17: note: Function in derived class
epix-1.2.18/pst.h:113:17: style: The function 'set_pen_state' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/format.h:195:25: note: Virtual function in base class
epix-1.2.18/pst.h:113:17: note: Function in derived class
epix-1.2.18/pst.h:116:17: style: The function 'put_box' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/format.h:198:25: note: Virtual function in base class
epix-1.2.18/pst.h:116:17: note: Function in derived class
epix-1.2.18/pst.h:118:17: style: The function 'print_circle_marker' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/format.h:201:25: note: Virtual function in base class
epix-1.2.18/pst.h:118:17: note: Function in derived class
epix-1.2.18/tikz.h:52:11: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/format.h:85:21: note: Virtual function in base class
epix-1.2.18/tikz.h:52:11: note: Function in derived class
epix-1.2.18/tikz.h:55:17: style: The function 'print_fill' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/format.h:105:25: note: Virtual function in base class
epix-1.2.18/tikz.h:55:17: note: Function in derived class
epix-1.2.18/tikz.h:63:17: style: The function 'print_line' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/format.h:114:25: note: Virtual function in base class
epix-1.2.18/tikz.h:63:17: note: Function in derived class
epix-1.2.18/tikz.h:89:17: style: The function 'print_color' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/format.h:219:25: note: Virtual function in base class
epix-1.2.18/tikz.h:89:17: note: Function in derived class
epix-1.2.18/tikz.h:95:17: style: The function 'print_color' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/format.h:225:25: note: Virtual function in base class
epix-1.2.18/tikz.h:95:17: note: Function in derived class
epix-1.2.18/tikz.h:103:17: style: The function 'print_comment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/format.h:157:25: note: Virtual function in base class
epix-1.2.18/tikz.h:103:17: note: Function in derived class
epix-1.2.18/tikz.h:106:17: style: The function 'print_verbatim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/format.h:160:25: note: Virtual function in base class
epix-1.2.18/tikz.h:106:17: note: Function in derived class
epix-1.2.18/tikz.h:110:17: style: The function 'start_picture' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/format.h:169:25: note: Virtual function in base class
epix-1.2.18/tikz.h:110:17: note: Function in derived class
epix-1.2.18/tikz.h:111:17: style: The function 'end_picture' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/format.h:170:25: note: Virtual function in base class
epix-1.2.18/tikz.h:111:17: note: Function in derived class
epix-1.2.18/tikz.h:113:17: style: The function 'set_unitlength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/format.h:172:25: note: Virtual function in base class
epix-1.2.18/tikz.h:113:17: note: Function in derived class
epix-1.2.18/tikz.h:116:10: style: The function 'reset_state' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/format.h:175:18: note: Virtual function in base class
epix-1.2.18/tikz.h:116:10: note: Function in derived class
epix-1.2.18/tikz.h:126:17: style: The function 'path_connector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/format.h:181:25: note: Virtual function in base class
epix-1.2.18/tikz.h:126:17: note: Function in derived class
epix-1.2.18/tikz.h:128:17: style: The function 'usepackages' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/format.h:184:25: note: Virtual function in base class
epix-1.2.18/tikz.h:128:17: note: Function in derived class
epix-1.2.18/tikz.h:131:17: style: The function 'start_open_path' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/format.h:187:25: note: Virtual function in base class
epix-1.2.18/tikz.h:131:17: note: Function in derived class
epix-1.2.18/tikz.h:132:17: style: The function 'end_open_path' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/format.h:188:25: note: Virtual function in base class
epix-1.2.18/tikz.h:132:17: note: Function in derived class
epix-1.2.18/tikz.h:134:17: style: The function 'start_closed_path' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/format.h:190:25: note: Virtual function in base class
epix-1.2.18/tikz.h:134:17: note: Function in derived class
epix-1.2.18/tikz.h:135:17: style: The function 'end_closed_path' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/format.h:191:25: note: Virtual function in base class
epix-1.2.18/tikz.h:135:17: note: Function in derived class
epix-1.2.18/tikz.h:138:17: style: The function 'set_fill_state' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/format.h:194:25: note: Virtual function in base class
epix-1.2.18/tikz.h:138:17: note: Function in derived class
epix-1.2.18/tikz.h:139:17: style: The function 'set_pen_state' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/format.h:195:25: note: Virtual function in base class
epix-1.2.18/tikz.h:139:17: note: Function in derived class
epix-1.2.18/tikz.h:142:17: style: The function 'put_box' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/format.h:198:25: note: Virtual function in base class
epix-1.2.18/tikz.h:142:17: note: Function in derived class
epix-1.2.18/tikz.h:144:17: style: The function 'print_circle_marker' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/format.h:201:25: note: Virtual function in base class
epix-1.2.18/tikz.h:144:17: note: Function in derived class
epix-1.2.18/tikz.h:148:17: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
epix-1.2.18/format.h:236:25: note: Virtual function in base class
epix-1.2.18/tikz.h:148:17: note: Function in derived class
epix-1.2.18/picture.cc:134:58: performance: Function parameter 'sz' should be passed by const reference. [passedByValue]
epix-1.2.18/picture.cc:195:27: performance: Function parameter 'sz' should be passed by const reference. [passedByValue]
epix-1.2.18/plots.cc:338:15: style: The scope of the variable 'minimum' can be reduced. [variableScope]
epix-1.2.18/plots.cc:386:15: style: The scope of the variable 'minimum' can be reduced. [variableScope]
epix-1.2.18/plots.cc:77:70: style: Function 'plot' argument 4 names different: declaration 'n' definition 'num_pts'. [funcArgNamesDifferent]
epix-1.2.18/plots.h:59:69: note: Function 'plot' argument 4 names different: declaration 'n' definition 'num_pts'.
epix-1.2.18/plots.cc:77:70: note: Function 'plot' argument 4 names different: declaration 'n' definition 'num_pts'.
epix-1.2.18/plots.cc:83:19: style: Function 'plot' argument 4 names different: declaration 'n' definition 'num_pts'. [funcArgNamesDifferent]
epix-1.2.18/plots.h:60:72: note: Function 'plot' argument 4 names different: declaration 'n' definition 'num_pts'.
epix-1.2.18/plots.cc:83:19: note: Function 'plot' argument 4 names different: declaration 'n' definition 'num_pts'.
epix-1.2.18/plots.cc:121:40: style: Function 'plot' argument 2 names different: declaration 'p1' definition 'u2'. [funcArgNamesDifferent]
epix-1.2.18/plots.h:82:15: note: Function 'plot' argument 2 names different: declaration 'p1' definition 'u2'.
epix-1.2.18/plots.cc:121:40: note: Function 'plot' argument 2 names different: declaration 'p1' definition 'u2'.
epix-1.2.18/map.h:74:5: style: Class 'path_map' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
epix-1.2.18/map.h:123:5: style: Class 'column_1var' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
epix-1.2.18/map.h:127:5: style: Class 'column_1var' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
epix-1.2.18/pst.cc:69:23: style: Function 'print_fill' argument 3 names different: declaration 'fill' definition 'fc'. [funcArgNamesDifferent]
epix-1.2.18/pst.h:59:20: note: Function 'print_fill' argument 3 names different: declaration 'fill' definition 'fc'.
epix-1.2.18/pst.cc:69:23: note: Function 'print_fill' argument 3 names different: declaration 'fill' definition 'fc'.
epix-1.2.18/pst.cc:99:23: style: Unused variable: value [unusedVariable]
epix-1.2.18/screen.cc:192:55: style: Function 'paste' argument 2 names different: declaration 'inset_sw' definition 'sw'. [funcArgNamesDifferent]
epix-1.2.18/screen.h:112:49: note: Function 'paste' argument 2 names different: declaration 'inset_sw' definition 'sw'.
epix-1.2.18/screen.cc:192:55: note: Function 'paste' argument 2 names different: declaration 'inset_sw' definition 'sw'.
epix-1.2.18/screen.cc:192:68: style: Function 'paste' argument 3 names different: declaration 'inset_ne' definition 'ne'. [funcArgNamesDifferent]
epix-1.2.18/screen.h:112:68: note: Function 'paste' argument 3 names different: declaration 'inset_ne' definition 'ne'.
epix-1.2.18/screen.cc:192:68: note: Function 'paste' argument 3 names different: declaration 'inset_ne' definition 'ne'.
epix-1.2.18/screen.cc:245:39: style: Function 'apply' argument 1 names different: declaration 'f' definition 'af'. [funcArgNamesDifferent]
epix-1.2.18/screen.h:127:34: note: Function 'apply' argument 1 names different: declaration 'f' definition 'af'.
epix-1.2.18/screen.cc:245:39: note: Function 'apply' argument 1 names different: declaration 'f' definition 'af'.
epix-1.2.18/screen.cc:60:11: warning: Member variable 'screen::m_screen' is not initialized in the constructor. [uninitMemberVar]
epix-1.2.18/screen_data.cc:77:16: warning: Member variable 'screen_data::m_tiles' is not initialized in the constructor. [uninitMemberVar]
epix-1.2.18/state.cc:223:27: style: Function 'label_angle' argument 1 names different: declaration 't' definition 'th'. [funcArgNamesDifferent]
epix-1.2.18/state.h:117:27: note: Function 'label_angle' argument 1 names different: declaration 't' definition 'th'.
epix-1.2.18/state.cc:223:27: note: Function 'label_angle' argument 1 names different: declaration 't' definition 'th'.
epix-1.2.18/state.cc:228:32: style: Function 'label_mask' argument 1 names different: declaration 'col' definition 'arg'. [funcArgNamesDifferent]
epix-1.2.18/state.h:118:32: note: Function 'label_mask' argument 1 names different: declaration 'col' definition 'arg'.
epix-1.2.18/state.cc:228:32: note: Function 'label_mask' argument 1 names different: declaration 'col' definition 'arg'.
epix-1.2.18/state.cc:321:24: style: Function 'arrow_fill' argument 1 names different: declaration 'arg' definition 'fill'. [funcArgNamesDifferent]
epix-1.2.18/state.h:141:24: note: Function 'arrow_fill' argument 1 names different: declaration 'arg' definition 'fill'.
epix-1.2.18/state.cc:321:24: note: Function 'arrow_fill' argument 1 names different: declaration 'arg' definition 'fill'.
epix-1.2.18/tikz.cc:73:24: style: Function 'print_fill' argument 3 names different: declaration 'fill' definition 'fc'. [funcArgNamesDifferent]
epix-1.2.18/tikz.h:57:20: note: Function 'print_fill' argument 3 names different: declaration 'fill' definition 'fc'.
epix-1.2.18/tikz.cc:73:24: note: Function 'print_fill' argument 3 names different: declaration 'fill' definition 'fc'.
epix-1.2.18/tikz.cc:101:27: style: Function 'print_line' argument 3 names different: declaration 'line_pen' definition 'line'. [funcArgNamesDifferent]
epix-1.2.18/tikz.h:65:23: note: Function 'print_line' argument 3 names different: declaration 'line_pen' definition 'line'.
epix-1.2.18/tikz.cc:101:27: note: Function 'print_line' argument 3 names different: declaration 'line_pen' definition 'line'.
epix-1.2.18/tikz.cc:102:27: style: Function 'print_line' argument 4 names different: declaration 'base_pen' definition 'base'. [funcArgNamesDifferent]
epix-1.2.18/tikz.h:66:23: note: Function 'print_line' argument 4 names different: declaration 'base_pen' definition 'base'.
epix-1.2.18/tikz.cc:102:27: note: Function 'print_line' argument 4 names different: declaration 'base_pen' definition 'base'.
epix-1.2.18/tikz.cc:121:21: style: Variable 'value' is assigned a value that is never used. [unreadVariable]
epix-1.2.18/triples.cc:190:18: style: Same expression on both sides of '|'. [duplicateExpression]
epix-1.2.18/utils.cc:91:63: style: Function 'break_lines' argument 2 names different: declaration 'break_str' definition 'path_break'. [funcArgNamesDifferent]
epix-1.2.18/utils.h:54:63: note: Function 'break_lines' argument 2 names different: declaration 'break_str' definition 'path_break'.
epix-1.2.18/utils.cc:91:63: note: Function 'break_lines' argument 2 names different: declaration 'break_str' definition 'path_break'.
[17:44]

ftp://ftp.se.debian.org/debian/pool/main/e/epl/epl_0.9.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/e/epm/epm_4.2.orig.tar.gz
epm-4.2/aix.c:94:19: style: The scope of the variable 'pwd' can be reduced. [variableScope]
epm-4.2/aix.c:95:18: style: The scope of the variable 'grp' can be reduced. [variableScope]
epm-4.2/aix.c:327:11: style: The scope of the variable 'j' can be reduced. [variableScope]
epm-4.2/aix.c:534:15: style: The scope of the variable 'c' can be reduced. [variableScope]
epm-4.2/deb.c:53:11: style: The scope of the variable 'tarfile' can be reduced. [variableScope]
epm-4.2/deb.c:54:9: style: The scope of the variable 'name' can be reduced. [variableScope]
epm-4.2/deb.c:55:3: style: The scope of the variable 'filename' can be reduced. [variableScope]
epm-4.2/deb.c:173:5: style: The scope of the variable 'rlptr' can be reduced. [variableScope]
epm-4.2/dist.c:787:18: style: The scope of the variable 'pwd' can be reduced. [variableScope]
epm-4.2/dist.c:1270:8: style: The scope of the variable 'is_inline' can be reduced. [variableScope]
epm-4.2/dist.c:1538:10: style: The scope of the variable 'expand' can be reduced. [variableScope]
epm-4.2/dist.c:1608:7: style: The scope of the variable 'linelen' can be reduced. [variableScope]
epm-4.2/dist.c:1609:9: style: The scope of the variable 'expand' can be reduced. [variableScope]
epm-4.2/dist.c:805:0: error: Memory leak: dist [memleak]
epm-4.2/epminstall.c:67:4: style: The scope of the variable 'src' can be reduced. [variableScope]
epm-4.2/epminstall.c:68:3: style: The scope of the variable 'dst' can be reduced. [variableScope]
epm-4.2/epminstall.c:70:8: style: The scope of the variable 'linklen' can be reduced. [variableScope]
epm-4.2/gui-common.cxx:54:12: style: C-style pointer casting [cstyleCast]
epm-4.2/gui-common.cxx:56:12: style: C-style pointer casting [cstyleCast]
epm-4.2/gui-common.cxx:90:12: style: C-style pointer casting [cstyleCast]
epm-4.2/gui-common.cxx:92:12: style: C-style pointer casting [cstyleCast]
epm-4.2/gui-common.cxx:139:8: style: The scope of the variable 'i' can be reduced. [variableScope]
epm-4.2/gui-common.cxx:142:15: style: The scope of the variable 'ext' can be reduced. [variableScope]
epm-4.2/gui-common.cxx:211:11: style: The scope of the variable 'version' can be reduced. [variableScope]
epm-4.2/gui-common.cxx:266:4: style: The scope of the variable 'ptr' can be reduced. [variableScope]
epm-4.2/gui-common.cxx:279:5: error: Resource leak: fp [resourceLeak]
epm-4.2/inst.c:180:7: warning: Possible buffer overflow if strlen(dst) is larger than or equal to sizeof(file). [possibleBufferAccessOutOfBounds]
epm-4.2/mkepmlist.c:91:4: style: The scope of the variable 'ptr' can be reduced. [variableScope]
epm-4.2/osx.c:68:10: style: The scope of the variable 'fp' can be reduced. [variableScope]
epm-4.2/osx.c:70:9: style: The scope of the variable 'current' can be reduced. [variableScope]
epm-4.2/osx.c:71:15: style: The scope of the variable 'ext' can be reduced. [variableScope]
epm-4.2/osx.c:356:3: style: The scope of the variable 'pkgdir' can be reduced. [variableScope]
epm-4.2/pkg.c:416:7: warning: Possible buffer overflow if strlen(dst) is larger than or equal to sizeof(file). [possibleBufferAccessOutOfBounds]
epm-4.2/portable.c:113:22: style: The scope of the variable 'patchfiles' can be reduced. [variableScope]
epm-4.2/portable.c:266:3: style: The scope of the variable 'filename' can be reduced. [variableScope]
epm-4.2/portable.c:272:15: style: The scope of the variable 'setup_img' can be reduced. [variableScope]
epm-4.2/portable.c:946:22: style: The scope of the variable 'commands' can be reduced. [variableScope]
epm-4.2/portable.c:1398:3: style: The scope of the variable 'pswname' can be reduced. [variableScope]
epm-4.2/portable.c:1889:15: style: The scope of the variable 'runlevels' can be reduced. [variableScope]
epm-4.2/portable.c:1890:8: style: The scope of the variable 'number' can be reduced. [variableScope]
epm-4.2/portable.c:2315:15: style: The scope of the variable 'runlevels' can be reduced. [variableScope]
epm-4.2/portable.c:2316:8: style: The scope of the variable 'number' can be reduced. [variableScope]
epm-4.2/portable.c:2634:15: style: The scope of the variable 'runlevels' can be reduced. [variableScope]
epm-4.2/portable.c:2635:8: style: The scope of the variable 'number' can be reduced. [variableScope]
epm-4.2/rpm.c:61:11: style: The scope of the variable 'tarfile' can be reduced. [variableScope]
epm-4.2/rpm.c:63:9: style: The scope of the variable 'name' can be reduced. [variableScope]
epm-4.2/run.c:161:14: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
epm-4.2/setld.c:54:18: style: The scope of the variable 'pwd' can be reduced. [variableScope]
epm-4.2/setld.c:55:17: style: The scope of the variable 'grp' can be reduced. [variableScope]
epm-4.2/setld.c:170:7: warning: Possible buffer overflow if strlen(dst) is larger than or equal to sizeof(file). [possibleBufferAccessOutOfBounds]
epm-4.2/setup2.cxx:245:15: style: The scope of the variable 'ext' can be reduced. [variableScope]
epm-4.2/setup2.cxx:247:4: style: The scope of the variable 'installed' can be reduced. [variableScope]
epm-4.2/setup2.cxx:558:15: style: The scope of the variable 'liclabel' can be reduced. [variableScope]
epm-4.2/setup2.cxx:786:4: style: The scope of the variable 'sep' can be reduced. [variableScope]
epm-4.2/setup2.cxx:910:10: style: The scope of the variable 'bufptr' can be reduced. [variableScope]
epm-4.2/setup2.cxx:960:8: style: The scope of the variable 'progress' can be reduced. [variableScope]
epm-4.2/setup2.cxx:961:8: style: The scope of the variable 'error' can be reduced. [variableScope]
epm-4.2/setup2.cxx:962:15: style: The scope of the variable 'message' can be reduced. [variableScope]
epm-4.2/setup2.cxx:1089:4: style: The scope of the variable 'installed' can be reduced. [variableScope]
epm-4.2/setup2.cxx:316:8: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
epm-4.2/snprintf.c:47:3: style: The scope of the variable 'size' can be reduced. [variableScope]
epm-4.2/swinstall.c:309:7: warning: Possible buffer overflow if strlen(dst) is larger than or equal to sizeof(file). [possibleBufferAccessOutOfBounds]
epm-4.2/tar.c:42:10: style: The scope of the variable 'blocks' can be reduced. [variableScope]
epm-4.2/tar.c:44:9: style: The scope of the variable 'padding' can be reduced. [variableScope]
epm-4.2/tar.c:319:15: style: The scope of the variable 'pathsep' can be reduced. [variableScope]
epm-4.2/tar.c:447:9: style: The scope of the variable 'command' can be reduced. [variableScope]
epm-4.2/tar.c:40:19: style: Function 'tar_close' argument 1 names different: declaration 'tar' definition 'fp'. [funcArgNamesDifferent]
epm-4.2/epm.h:321:30: note: Function 'tar_close' argument 1 names different: declaration 'tar' definition 'fp'.
epm-4.2/tar.c:40:19: note: Function 'tar_close' argument 1 names different: declaration 'tar' definition 'fp'.
epm-4.2/tar.c:239:22: style: Function 'tar_file' argument 1 names different: declaration 'tar' definition 'fp'. [funcArgNamesDifferent]
epm-4.2/epm.h:324:29: note: Function 'tar_file' argument 1 names different: declaration 'tar' definition 'fp'.
epm-4.2/tar.c:239:22: note: Function 'tar_file' argument 1 names different: declaration 'tar' definition 'fp'.
epm-4.2/tar.c:307:24: style: Function 'tar_header' argument 1 names different: declaration 'tar' definition 'fp'. [funcArgNamesDifferent]
epm-4.2/epm.h:325:31: note: Function 'tar_header' argument 1 names different: declaration 'tar' definition 'fp'.
epm-4.2/tar.c:307:24: note: Function 'tar_header' argument 1 names different: declaration 'tar' definition 'fp'.
epm-4.2/uninst2.cxx:375:10: style: The scope of the variable 'bufptr' can be reduced. [variableScope]
epm-4.2/uninst2.cxx:425:8: style: The scope of the variable 'progress' can be reduced. [variableScope]
epm-4.2/uninst2.cxx:426:8: style: The scope of the variable 'error' can be reduced. [variableScope]
epm-4.2/uninst2.cxx:427:15: style: The scope of the variable 'message' can be reduced. [variableScope]
[17:44]

ftp://ftp.se.debian.org/debian/pool/main/e/epoptes/epoptes_0.5.7.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/epr-api/epr-api_2.3~dev20150708.orig.tar.gz
epr-api/bccunit/src/bccunit_test.c:21:0: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
epr-api/bccunit/src/bccunit_test.c:29:0: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
epr-api/src/api-test/api_tests.c:90:5: style: Variable 'band_id' is reassigned a value before the old one has been used. [redundantAssignment]
epr-api/src/api-test/api_tests.c:77:0: note: Variable 'band_id' is reassigned a value before the old one has been used.
epr-api/src/api-test/api_tests.c:90:5: note: Variable 'band_id' is reassigned a value before the old one has been used.
epr-api/src/api-test/api_tests.c:75:13: style: The scope of the variable 'numwritten' can be reduced. [variableScope]
epr-api/src/api-test/api_tests.c:123:0: error: Resource leak: out_stream [resourceLeak]
epr-api/src/epr_band.c:718:5: style: Variable 'product_id' is reassigned a value before the old one has been used. [redundantAssignment]
epr-api/src/epr_band.c:702:0: note: Variable 'product_id' is reassigned a value before the old one has been used.
epr-api/src/epr_band.c:718:5: note: Variable 'product_id' is reassigned a value before the old one has been used.
epr-api/src/epr_band.c:866:5: style: Variable 'product_id' is reassigned a value before the old one has been used. [redundantAssignment]
epr-api/src/epr_band.c:839:0: note: Variable 'product_id' is reassigned a value before the old one has been used.
epr-api/src/epr_band.c:866:5: note: Variable 'product_id' is reassigned a value before the old one has been used.
epr-api/src/epr_band.c:868:5: style: Variable 'dataset_id' is reassigned a value before the old one has been used. [redundantAssignment]
epr-api/src/epr_band.c:844:0: note: Variable 'dataset_id' is reassigned a value before the old one has been used.
epr-api/src/epr_band.c:868:5: note: Variable 'dataset_id' is reassigned a value before the old one has been used.
epr-api/src/epr_band.c:877:5: style: Variable 'record' is reassigned a value before the old one has been used. [redundantAssignment]
epr-api/src/epr_band.c:845:0: note: Variable 'record' is reassigned a value before the old one has been used.
epr-api/src/epr_band.c:877:5: note: Variable 'record' is reassigned a value before the old one has been used.
epr-api/src/epr_band.c:878:5: style: Variable 'field_info' is reassigned a value before the old one has been used. [redundantAssignment]
epr-api/src/epr_band.c:843:0: note: Variable 'field_info' is reassigned a value before the old one has been used.
epr-api/src/epr_band.c:878:5: note: Variable 'field_info' is reassigned a value before the old one has been used.
epr-api/src/epr_band.c:919:9: style: Variable 'dataset_id' is reassigned a value before the old one has been used. [redundantAssignment]
epr-api/src/epr_band.c:913:0: note: Variable 'dataset_id' is reassigned a value before the old one has been used.
epr-api/src/epr_band.c:919:9: note: Variable 'dataset_id' is reassigned a value before the old one has been used.
epr-api/src/epr_band.c:856:9: style: The scope of the variable 'y_beg' can be reduced. [variableScope]
epr-api/src/epr_band.c:856:16: style: The scope of the variable 'y_end' can be reduced. [variableScope]
epr-api/src/epr_band.c:859:11: style: The scope of the variable 'y_mod' can be reduced. [variableScope]
epr-api/src/epr_band.c:1538:20: style: The scope of the variable 'n' can be reduced. [variableScope]
epr-api/src/epr_band.c:1581:11: style: The scope of the variable 'x_mod' can be reduced. [variableScope]
epr-api/src/epr_band.c:626:62: style: Checking if unsigned variable 'raster->raster_width' is less than zero. [unsignedLessThanZero]
epr-api/src/epr_band.c:626:91: style: Checking if unsigned variable 'raster->raster_height' is less than zero. [unsignedLessThanZero]
epr-api/src/epr_band.c:626:120: style: Checking if unsigned variable 'raster->source_step_x' is less than zero. [unsignedLessThanZero]
epr-api/src/epr_band.c:626:149: style: Checking if unsigned variable 'raster->source_step_y' is less than zero. [unsignedLessThanZero]
epr-api/src/epr_band.c:1096:62: style: Function 'select_line_decode_function' argument 1 names different: declaration 'band_daty' definition 'band_tid'. [funcArgNamesDifferent]
epr-api/src/epr_band.h:221:62: note: Function 'select_line_decode_function' argument 1 names different: declaration 'band_daty' definition 'band_tid'.
epr-api/src/epr_band.c:1096:62: note: Function 'select_line_decode_function' argument 1 names different: declaration 'band_daty' definition 'band_tid'.
epr-api/src/epr_band.c:1098:25: style: Function 'select_line_decode_function' argument 3 names different: declaration 'daty_id' definition 'raw_tid'. [funcArgNamesDifferent]
epr-api/src/epr_band.h:221:117: note: Function 'select_line_decode_function' argument 3 names different: declaration 'daty_id' definition 'raw_tid'.
epr-api/src/epr_band.c:1098:25: note: Function 'select_line_decode_function' argument 3 names different: declaration 'daty_id' definition 'raw_tid'.
epr-api/src/epr_band.c:1163:71: style: Function 'select_transform_array_function' argument 1 names different: declaration 'band_daty' definition 'band_tid'. [funcArgNamesDifferent]
epr-api/src/epr_band.h:231:71: note: Function 'select_transform_array_function' argument 1 names different: declaration 'band_daty' definition 'band_tid'.
epr-api/src/epr_band.c:1163:71: note: Function 'select_transform_array_function' argument 1 names different: declaration 'band_daty' definition 'band_tid'.
epr-api/src/epr_band.c:1164:25: style: Function 'select_transform_array_function' argument 2 names different: declaration 'daty_id' definition 'raw_tid'. [funcArgNamesDifferent]
epr-api/src/epr_band.h:231:98: note: Function 'select_transform_array_function' argument 2 names different: declaration 'daty_id' definition 'raw_tid'.
epr-api/src/epr_band.c:1164:25: note: Function 'select_transform_array_function' argument 2 names different: declaration 'daty_id' definition 'raw_tid'.
epr-api/src/epr_band.c:1183:46: style: Function 'decode_line_uchar_1_of_1_to_float' argument 1 names different: declaration 'sourceArray' definition 'source_array'. [funcArgNamesDifferent]
epr-api/src/epr_band.h:118:49: note: Function 'decode_line_uchar_1_of_1_to_float' argument 1 names different: declaration 'sourceArray' definition 'source_array'.
epr-api/src/epr_band.c:1183:46: note: Function 'decode_line_uchar_1_of_1_to_float' argument 1 names different: declaration 'sourceArray' definition 'source_array'.
epr-api/src/epr_band.c:1185:44: style: Function 'decode_line_uchar_1_of_1_to_float' argument 3 names different: declaration 'xo' definition 'offset_x'. [funcArgNamesDifferent]
epr-api/src/epr_band.h:118:88: note: Function 'decode_line_uchar_1_of_1_to_float' argument 3 names different: declaration 'xo' definition 'offset_x'.
epr-api/src/epr_band.c:1185:44: note: Function 'decode_line_uchar_1_of_1_to_float' argument 3 names different: declaration 'xo' definition 'offset_x'.
epr-api/src/epr_band.c:1187:44: style: Function 'decode_line_uchar_1_of_1_to_float' argument 5 names different: declaration 's_x' definition 'step_x'. [funcArgNamesDifferent]
epr-api/src/epr_band.h:118:114: note: Function 'decode_line_uchar_1_of_1_to_float' argument 5 names different: declaration 's_x' definition 'step_x'.
epr-api/src/epr_band.c:1187:44: note: Function 'decode_line_uchar_1_of_1_to_float' argument 5 names different: declaration 's_x' definition 'step_x'.
epr-api/src/epr_band.c:1213:45: style: Function 'decode_line_char_1_of_1_to_float' argument 1 names different: declaration 'sourceArray' definition 'source_array'. [funcArgNamesDifferent]
epr-api/src/epr_band.h:123:49: note: Function 'decode_line_char_1_of_1_to_float' argument 1 names different: declaration 'sourceArray' definition 'source_array'.
epr-api/src/epr_band.c:1213:45: note: Function 'decode_line_char_1_of_1_to_float' argument 1 names different: declaration 'sourceArray' definition 'source_array'.
epr-api/src/epr_band.c:1215:43: style: Function 'decode_line_char_1_of_1_to_float' argument 3 names different: declaration 'xo' definition 'offset_x'. [funcArgNamesDifferent]
epr-api/src/epr_band.h:123:88: note: Function 'decode_line_char_1_of_1_to_float' argument 3 names different: declaration 'xo' definition 'offset_x'.
epr-api/src/epr_band.c:1215:43: note: Function 'decode_line_char_1_of_1_to_float' argument 3 names different: declaration 'xo' definition 'offset_x'.
epr-api/src/epr_band.c:1217:43: style: Function 'decode_line_char_1_of_1_to_float' argument 5 names different: declaration 's_x' definition 'step_x'. [funcArgNamesDifferent]
epr-api/src/epr_band.h:123:114: note: Function 'decode_line_char_1_of_1_to_float' argument 5 names different: declaration 's_x' definition 'step_x'.
epr-api/src/epr_band.c:1217:43: note: Function 'decode_line_char_1_of_1_to_float' argument 5 names different: declaration 's_x' definition 'step_x'.
epr-api/src/epr_band.c:1243:47: style: Function 'decode_line_ushort_1_of_1_to_float' argument 1 names different: declaration 'sourceArray' definition 'source_array'. [funcArgNamesDifferent]
epr-api/src/epr_band.h:119:49: note: Function 'decode_line_ushort_1_of_1_to_float' argument 1 names different: declaration 'sourceArray' definition 'source_array'.
epr-api/src/epr_band.c:1243:47: note: Function 'decode_line_ushort_1_of_1_to_float' argument 1 names different: declaration 'sourceArray' definition 'source_array'.
epr-api/src/epr_band.c:1245:45: style: Function 'decode_line_ushort_1_of_1_to_float' argument 3 names different: declaration 'xo' definition 'offset_x'. [funcArgNamesDifferent]
epr-api/src/epr_band.h:119:88: note: Function 'decode_line_ushort_1_of_1_to_float' argument 3 names different: declaration 'xo' definition 'offset_x'.
epr-api/src/epr_band.c:1245:45: note: Function 'decode_line_ushort_1_of_1_to_float' argument 3 names different: declaration 'xo' definition 'offset_x'.
epr-api/src/epr_band.c:1247:45: style: Function 'decode_line_ushort_1_of_1_to_float' argument 5 names different: declaration 's_x' definition 'step_x'. [funcArgNamesDifferent]
epr-api/src/epr_band.h:119:114: note: Function 'decode_line_ushort_1_of_1_to_float' argument 5 names different: declaration 's_x' definition 'step_x'.
epr-api/src/epr_band.c:1247:45: note: Function 'decode_line_ushort_1_of_1_to_float' argument 5 names different: declaration 's_x' definition 'step_x'.
epr-api/src/epr_band.c:1273:46: style: Function 'decode_line_short_1_of_1_to_float' argument 1 names different: declaration 'sourceArray' definition 'source_array'. [funcArgNamesDifferent]
epr-api/src/epr_band.h:120:49: note: Function 'decode_line_short_1_of_1_to_float' argument 1 names different: declaration 'sourceArray' definition 'source_array'.
epr-api/src/epr_band.c:1273:46: note: Function 'decode_line_short_1_of_1_to_float' argument 1 names different: declaration 'sourceArray' definition 'source_array'.
epr-api/src/epr_band.c:1275:44: style: Function 'decode_line_short_1_of_1_to_float' argument 3 names different: declaration 'xo' definition 'offset_x'. [funcArgNamesDifferent]
epr-api/src/epr_band.h:120:88: note: Function 'decode_line_short_1_of_1_to_float' argument 3 names different: declaration 'xo' definition 'offset_x'.
epr-api/src/epr_band.c:1275:44: note: Function 'decode_line_short_1_of_1_to_float' argument 3 names different: declaration 'xo' definition 'offset_x'.
epr-api/src/epr_band.c:1277:44: style: Function 'decode_line_short_1_of_1_to_float' argument 5 names different: declaration 's_x' definition 'step_x'. [funcArgNamesDifferent]
epr-api/src/epr_band.h:120:114: note: Function 'decode_line_short_1_of_1_to_float' argument 5 names different: declaration 's_x' definition 'step_x'.
epr-api/src/epr_band.c:1277:44: note: Function 'decode_line_short_1_of_1_to_float' argument 5 names different: declaration 's_x' definition 'step_x'.
epr-api/src/epr_band.c:1302:46: style: Function 'decode_line_short_1_of_2_to_float' argument 1 names different: declaration 'sourceArray' definition 'source_array'. [funcArgNamesDifferent]
epr-api/src/epr_band.h:121:49: note: Function 'decode_line_short_1_of_2_to_float' argument 1 names different: declaration 'sourceArray' definition 'source_array'.
epr-api/src/epr_band.c:1302:46: note: Function 'decode_line_short_1_of_2_to_float' argument 1 names different: declaration 'sourceArray' definition 'source_array'.
epr-api/src/epr_band.c:1304:44: style: Function 'decode_line_short_1_of_2_to_float' argument 3 names different: declaration 'xo' definition 'offset_x'. [funcArgNamesDifferent]
epr-api/src/epr_band.h:121:88: note: Function 'decode_line_short_1_of_2_to_float' argument 3 names different: declaration 'xo' definition 'offset_x'.
epr-api/src/epr_band.c:1304:44: note: Function 'decode_line_short_1_of_2_to_float' argument 3 names different: declaration 'xo' definition 'offset_x'.
epr-api/src/epr_band.c:1306:44: style: Function 'decode_line_short_1_of_2_to_float' argument 5 names different: declaration 's_x' definition 'step_x'. [funcArgNamesDifferent]
epr-api/src/epr_band.h:121:114: note: Function 'decode_line_short_1_of_2_to_float' argument 5 names different: declaration 's_x' definition 'step_x'.
epr-api/src/epr_band.c:1306:44: note: Function 'decode_line_short_1_of_2_to_float' argument 5 names different: declaration 's_x' definition 'step_x'.
epr-api/src/epr_band.c:1332:46: style: Function 'decode_line_short_2_of_2_to_float' argument 1 names different: declaration 'sourceArray' definition 'source_array'. [funcArgNamesDifferent]
epr-api/src/epr_band.h:122:49: note: Function 'decode_line_short_2_of_2_to_float' argument 1 names different: declaration 'sourceArray' definition 'source_array'.
epr-api/src/epr_band.c:1332:46: note: Function 'decode_line_short_2_of_2_to_float' argument 1 names different: declaration 'sourceArray' definition 'source_array'.
epr-api/src/epr_band.c:1334:44: style: Function 'decode_line_short_2_of_2_to_float' argument 3 names different: declaration 'xo' definition 'offset_x'. [funcArgNamesDifferent]
epr-api/src/epr_band.h:122:88: note: Function 'decode_line_short_2_of_2_to_float' argument 3 names different: declaration 'xo' definition 'offset_x'.
epr-api/src/epr_band.c:1334:44: note: Function 'decode_line_short_2_of_2_to_float' argument 3 names different: declaration 'xo' definition 'offset_x'.
epr-api/src/epr_band.c:1336:44: style: Function 'decode_line_short_2_of_2_to_float' argument 5 names different: declaration 's_x' definition 'step_x'. [funcArgNamesDifferent]
epr-api/src/epr_band.h:122:114: note: Function 'decode_line_short_2_of_2_to_float' argument 5 names different: declaration 's_x' definition 'step_x'.
epr-api/src/epr_band.c:1336:44: note: Function 'decode_line_short_2_of_2_to_float' argument 5 names different: declaration 's_x' definition 'step_x'.
epr-api/src/epr_band.c:1362:46: style: Function 'decode_line_uchar_1_of_1_to_uchar' argument 1 names different: declaration 'sourceArray' definition 'source_array'. [funcArgNamesDifferent]
epr-api/src/epr_band.h:124:49: note: Function 'decode_line_uchar_1_of_1_to_uchar' argument 1 names different: declaration 'sourceArray' definition 'source_array'.
epr-api/src/epr_band.c:1362:46: note: Function 'decode_line_uchar_1_of_1_to_uchar' argument 1 names different: declaration 'sourceArray' definition 'source_array'.
epr-api/src/epr_band.c:1364:44: style: Function 'decode_line_uchar_1_of_1_to_uchar' argument 3 names different: declaration 'xo' definition 'offset_x'. [funcArgNamesDifferent]
epr-api/src/epr_band.h:124:88: note: Function 'decode_line_uchar_1_of_1_to_uchar' argument 3 names different: declaration 'xo' definition 'offset_x'.
epr-api/src/epr_band.c:1364:44: note: Function 'decode_line_uchar_1_of_1_to_uchar' argument 3 names different: declaration 'xo' definition 'offset_x'.
epr-api/src/epr_band.c:1366:44: style: Function 'decode_line_uchar_1_of_1_to_uchar' argument 5 names different: declaration 's_x' definition 'step_x'. [funcArgNamesDifferent]
epr-api/src/epr_band.h:124:114: note: Function 'decode_line_uchar_1_of_1_to_uchar' argument 5 names different: declaration 's_x' definition 'step_x'.
epr-api/src/epr_band.c:1366:44: note: Function 'decode_line_uchar_1_of_1_to_uchar' argument 5 names different: declaration 's_x' definition 'step_x'.
epr-api/src/epr_band.c:1381:46: style: Function 'decode_line_uchar_1_of_2_to_uchar' argument 1 names different: declaration 'sourceArray' definition 'source_array'. [funcArgNamesDifferent]
epr-api/src/epr_band.h:125:49: note: Function 'decode_line_uchar_1_of_2_to_uchar' argument 1 names different: declaration 'sourceArray' definition 'source_array'.
epr-api/src/epr_band.c:1381:46: note: Function 'decode_line_uchar_1_of_2_to_uchar' argument 1 names different: declaration 'sourceArray' definition 'source_array'.
epr-api/src/epr_band.c:1383:44: style: Function 'decode_line_uchar_1_of_2_to_uchar' argument 3 names different: declaration 'xo' definition 'offset_x'. [funcArgNamesDifferent]
epr-api/src/epr_band.h:125:88: note: Function 'decode_line_uchar_1_of_2_to_uchar' argument 3 names different: declaration 'xo' definition 'offset_x'.
epr-api/src/epr_band.c:1383:44: note: Function 'decode_line_uchar_1_of_2_to_uchar' argument 3 names different: declaration 'xo' definition 'offset_x'.
epr-api/src/epr_band.c:1385:44: style: Function 'decode_line_uchar_1_of_2_to_uchar' argument 5 names different: declaration 's_x' definition 'step_x'. [funcArgNamesDifferent]
epr-api/src/epr_band.h:125:114: note: Function 'decode_line_uchar_1_of_2_to_uchar' argument 5 names different: declaration 's_x' definition 'step_x'.
epr-api/src/epr_band.c:1385:44: note: Function 'decode_line_uchar_1_of_2_to_uchar' argument 5 names different: declaration 's_x' definition 'step_x'.
epr-api/src/epr_band.c:1401:46: style: Function 'decode_line_uchar_2_of_2_to_uchar' argument 1 names different: declaration 'sourceArray' definition 'source_array'. [funcArgNamesDifferent]
epr-api/src/epr_band.h:126:49: note: Function 'decode_line_uchar_2_of_2_to_uchar' argument 1 names different: declaration 'sourceArray' definition 'source_array'.
epr-api/src/epr_band.c:1401:46: note: Function 'decode_line_uchar_2_of_2_to_uchar' argument 1 names different: declaration 'sourceArray' definition 'source_array'.
epr-api/src/epr_band.c:1403:44: style: Function 'decode_line_uchar_2_of_2_to_uchar' argument 3 names different: declaration 'xo' definition 'offset_x'. [funcArgNamesDifferent]
epr-api/src/epr_band.h:126:88: note: Function 'decode_line_uchar_2_of_2_to_uchar' argument 3 names different: declaration 'xo' definition 'offset_x'.
epr-api/src/epr_band.c:1403:44: note: Function 'decode_line_uchar_2_of_2_to_uchar' argument 3 names different: declaration 'xo' definition 'offset_x'.
epr-api/src/epr_band.c:1405:44: style: Function 'decode_line_uchar_2_of_2_to_uchar' argument 5 names different: declaration 's_x' definition 'step_x'. [funcArgNamesDifferent]
epr-api/src/epr_band.h:126:114: note: Function 'decode_line_uchar_2_of_2_to_uchar' argument 5 names different: declaration 's_x' definition 'step_x'.
epr-api/src/epr_band.c:1405:44: note: Function 'decode_line_uchar_2_of_2_to_uchar' argument 5 names different: declaration 's_x' definition 'step_x'.
epr-api/src/epr_band.c:1420:48: style: Function 'decode_line_ushort_1_of_1_to_ushort' argument 1 names different: declaration 'sourceArray' definition 'source_array'. [funcArgNamesDifferent]
epr-api/src/epr_band.h:127:49: note: Function 'decode_line_ushort_1_of_1_to_ushort' argument 1 names different: declaration 'sourceArray' definition 'source_array'.
epr-api/src/epr_band.c:1420:48: note: Function 'decode_line_ushort_1_of_1_to_ushort' argument 1 names different: declaration 'sourceArray' definition 'source_array'.
epr-api/src/epr_band.c:1422:13: style: Function 'decode_line_ushort_1_of_1_to_ushort' argument 3 names different: declaration 'xo' definition 'offset_x'. [funcArgNamesDifferent]
epr-api/src/epr_band.h:127:88: note: Function 'decode_line_ushort_1_of_1_to_ushort' argument 3 names different: declaration 'xo' definition 'offset_x'.
epr-api/src/epr_band.c:1422:13: note: Function 'decode_line_ushort_1_of_1_to_ushort' argument 3 names different: declaration 'xo' definition 'offset_x'.
epr-api/src/epr_band.c:1424:13: style: Function 'decode_line_ushort_1_of_1_to_ushort' argument 5 names different: declaration 's_x' definition 'step_x'. [funcArgNamesDifferent]
epr-api/src/epr_band.h:127:114: note: Function 'decode_line_ushort_1_of_1_to_ushort' argument 5 names different: declaration 's_x' definition 'step_x'.
epr-api/src/epr_band.c:1424:13: note: Function 'decode_line_ushort_1_of_1_to_ushort' argument 5 names different: declaration 's_x' definition 'step_x'.
epr-api/src/epr_band.c:1439:46: style: Function 'decode_line_uchar_2_to_f_to_float' argument 1 names different: declaration 'sourceArray' definition 'source_array'. [funcArgNamesDifferent]
epr-api/src/epr_band.h:130:49: note: Function 'decode_line_uchar_2_to_f_to_float' argument 1 names different: declaration 'sourceArray' definition 'source_array'.
epr-api/src/epr_band.c:1439:46: note: Function 'decode_line_uchar_2_to_f_to_float' argument 1 names different: declaration 'sourceArray' definition 'source_array'.
epr-api/src/epr_band.c:1441:44: style: Function 'decode_line_uchar_2_to_f_to_float' argument 3 names different: declaration 'xo' definition 'offset_x'. [funcArgNamesDifferent]
epr-api/src/epr_band.h:130:88: note: Function 'decode_line_uchar_2_to_f_to_float' argument 3 names different: declaration 'xo' definition 'offset_x'.
epr-api/src/epr_band.c:1441:44: note: Function 'decode_line_uchar_2_to_f_to_float' argument 3 names different: declaration 'xo' definition 'offset_x'.
epr-api/src/epr_band.c:1443:44: style: Function 'decode_line_uchar_2_to_f_to_float' argument 5 names different: declaration 's_x' definition 'step_x'. [funcArgNamesDifferent]
epr-api/src/epr_band.h:130:114: note: Function 'decode_line_uchar_2_to_f_to_float' argument 5 names different: declaration 's_x' definition 'step_x'.
epr-api/src/epr_band.c:1443:44: note: Function 'decode_line_uchar_2_to_f_to_float' argument 5 names different: declaration 's_x' definition 'step_x'.
epr-api/src/epr_band.c:1471:46: style: Function 'decode_line_uchar_1_of_2_to_float' argument 1 names different: declaration 'sourceArray' definition 'source_array'. [funcArgNamesDifferent]
epr-api/src/epr_band.h:128:49: note: Function 'decode_line_uchar_1_of_2_to_float' argument 1 names different: declaration 'sourceArray' definition 'source_array'.
epr-api/src/epr_band.c:1471:46: note: Function 'decode_line_uchar_1_of_2_to_float' argument 1 names different: declaration 'sourceArray' definition 'source_array'.
epr-api/src/epr_band.c:1473:44: style: Function 'decode_line_uchar_1_of_2_to_float' argument 3 names different: declaration 'xo' definition 'offset_x'. [funcArgNamesDifferent]
epr-api/src/epr_band.h:128:88: note: Function 'decode_line_uchar_1_of_2_to_float' argument 3 names different: declaration 'xo' definition 'offset_x'.
epr-api/src/epr_band.c:1473:44: note: Function 'decode_line_uchar_1_of_2_to_float' argument 3 names different: declaration 'xo' definition 'offset_x'.
epr-api/src/epr_band.c:1475:44: style: Function 'decode_line_uchar_1_of_2_to_float' argument 5 names different: declaration 's_x' definition 'step_x'. [funcArgNamesDifferent]
epr-api/src/epr_band.h:128:114: note: Function 'decode_line_uchar_1_of_2_to_float' argument 5 names different: declaration 's_x' definition 'step_x'.
epr-api/src/epr_band.c:1475:44: note: Function 'decode_line_uchar_1_of_2_to_float' argument 5 names different: declaration 's_x' definition 'step_x'.
epr-api/src/epr_band.c:1502:46: style: Function 'decode_line_uchar_2_of_2_to_float' argument 1 names different: declaration 'sourceArray' definition 'source_array'. [funcArgNamesDifferent]
epr-api/src/epr_band.h:129:49: note: Function 'decode_line_uchar_2_of_2_to_float' argument 1 names different: declaration 'sourceArray' definition 'source_array'.
epr-api/src/epr_band.c:1502:46: note: Function 'decode_line_uchar_2_of_2_to_float' argument 1 names different: declaration 'sourceArray' definition 'source_array'.
epr-api/src/epr_band.c:1504:44: style: Function 'decode_line_uchar_2_of_2_to_float' argument 3 names different: declaration 'xo' definition 'offset_x'. [funcArgNamesDifferent]
epr-api/src/epr_band.h:129:88: note: Function 'decode_line_uchar_2_of_2_to_float' argument 3 names different: declaration 'xo' definition 'offset_x'.
epr-api/src/epr_band.c:1504:44: note: Function 'decode_line_uchar_2_of_2_to_float' argument 3 names different: declaration 'xo' definition 'offset_x'.
epr-api/src/epr_band.c:1506:44: style: Function 'decode_line_uchar_2_of_2_to_float' argument 5 names different: declaration 's_x' definition 'step_x'. [funcArgNamesDifferent]
epr-api/src/epr_band.h:129:114: note: Function 'decode_line_uchar_2_of_2_to_float' argument 5 names different: declaration 's_x' definition 'step_x'.
epr-api/src/epr_band.c:1506:44: note: Function 'decode_line_uchar_2_of_2_to_float' argument 5 names different: declaration 's_x' definition 'step_x'.
epr-api/src/epr_band.c:1531:45: style: Function 'decode_line_uchar_3_to_i_to_uint' argument 1 names different: declaration 'sourceArray' definition 'source_array'. [funcArgNamesDifferent]
epr-api/src/epr_band.h:131:48: note: Function 'decode_line_uchar_3_to_i_to_uint' argument 1 names different: declaration 'sourceArray' definition 'source_array'.
epr-api/src/epr_band.c:1531:45: note: Function 'decode_line_uchar_3_to_i_to_uint' argument 1 names different: declaration 'sourceArray' definition 'source_array'.
epr-api/src/epr_band.c:1533:44: style: Function 'decode_line_uchar_3_to_i_to_uint' argument 3 names different: declaration 'xo' definition 'offset_x'. [funcArgNamesDifferent]
epr-api/src/epr_band.h:131:87: note: Function 'decode_line_uchar_3_to_i_to_uint' argument 3 names different: declaration 'xo' definition 'offset_x'.
epr-api/src/epr_band.c:1533:44: note: Function 'decode_line_uchar_3_to_i_to_uint' argument 3 names different: declaration 'xo' definition 'offset_x'.
epr-api/src/epr_band.c:1535:44: style: Function 'decode_line_uchar_3_to_i_to_uint' argument 5 names different: declaration 's_x' definition 'step_x'. [funcArgNamesDifferent]
epr-api/src/epr_band.h:131:113: note: Function 'decode_line_uchar_3_to_i_to_uint' argument 5 names different: declaration 's_x' definition 'step_x'.
epr-api/src/epr_band.c:1535:44: note: Function 'decode_line_uchar_3_to_i_to_uint' argument 5 names different: declaration 's_x' definition 'step_x'.
epr-api/src/epr_band.c:1572:31: style: Function 'decode_tiepoint_band' argument 6 names different: declaration 'xo' definition 'offset_x'. [funcArgNamesDifferent]
epr-api/src/epr_band.h:203:31: note: Function 'decode_tiepoint_band' argument 6 names different: declaration 'xo' definition 'offset_x'.
epr-api/src/epr_band.c:1572:31: note: Function 'decode_tiepoint_band' argument 6 names different: declaration 'xo' definition 'offset_x'.
epr-api/src/epr_bitmask.c:421:5: style: Variable 'flag_def' is reassigned a value before the old one has been used. [redundantAssignment]
epr-api/src/epr_bitmask.c:419:0: note: Variable 'flag_def' is reassigned a value before the old one has been used.
epr-api/src/epr_bitmask.c:421:5: note: Variable 'flag_def' is reassigned a value before the old one has been used.
epr-api/src/epr_bitmask.c:64:18: style: The scope of the variable 'flag_raster' can be reduced. [variableScope]
epr-api/src/epr_bitmask.c:65:10: style: The scope of the variable 'flag_index' can be reduced. [variableScope]
epr-api/src/epr_bitmask.c:176:13: style: The scope of the variable 'temp' can be reduced. [variableScope]
epr-api/src/epr_bitmask.c:177:13: style: The scope of the variable 'eval' can be reduced. [variableScope]
epr-api/src/epr_bitmask.c:42:61: style: Function 'epr_create_bm_eval_context' argument 4 names different: declaration 'raster' definition 'bitmask_raster'. [funcArgNamesDifferent]
epr-api/src/epr_bitmask.h:157:61: note: Function 'epr_create_bm_eval_context' argument 4 names different: declaration 'raster' definition 'bitmask_raster'.
epr-api/src/epr_bitmask.c:42:61: note: Function 'epr_create_bm_eval_context' argument 4 names different: declaration 'raster' definition 'bitmask_raster'.
epr-api/src/epr_bitmask.c:103:42: style: Function 'epr_read_bitmask_raster' argument 5 names different: declaration 'raster' definition 'bm_raster'. [funcArgNamesDifferent]
epr-api/src/epr_api.h:1587:42: note: Function 'epr_read_bitmask_raster' argument 5 names different: declaration 'raster' definition 'bm_raster'.
epr-api/src/epr_bitmask.c:103:42: note: Function 'epr_read_bitmask_raster' argument 5 names different: declaration 'raster' definition 'bm_raster'.
epr-api/src/epr_bitmask.c:336:79: style: Function 'epr_create_flag_coding' argument 2 names different: declaration 'str' definition 'flag_coding_name'. [funcArgNamesDifferent]
epr-api/src/epr_bitmask.h:469:79: note: Function 'epr_create_flag_coding' argument 2 names different: declaration 'str' definition 'flag_coding_name'.
epr-api/src/epr_bitmask.c:336:79: note: Function 'epr_create_flag_coding' argument 2 names different: declaration 'str' definition 'flag_coding_name'.
epr-api/src/epr_bitmask.c:704:43: style: Function 'epr_create_bm_REF_term' argument 1 names different: declaration 'ds_name' definition 'band_name'. [funcArgNamesDifferent]
epr-api/src/epr_bitmask.h:421:43: note: Function 'epr_create_bm_REF_term' argument 1 names different: declaration 'ds_name' definition 'band_name'.
epr-api/src/epr_bitmask.c:704:43: note: Function 'epr_create_bm_REF_term' argument 1 names different: declaration 'ds_name' definition 'band_name'.
epr-api/src/epr_core.c:391:10: style: The scope of the variable 'comes_from_convert' can be reduced. [variableScope]
epr-api/src/epr_core.c:306:27: style: Function 'epr_open_file' argument 1 names different: declaration 'path_to_file' definition 'file_path'. [funcArgNamesDifferent]
epr-api/src/epr_core.h:246:27: note: Function 'epr_open_file' argument 1 names different: declaration 'path_to_file' definition 'file_path'.
epr-api/src/epr_core.c:306:27: note: Function 'epr_open_file' argument 1 names different: declaration 'path_to_file' definition 'file_path'.
epr-api/src/epr_core.c:384:68: style: Function 'epr_parse_value_count' argument 2 names different: declaration 'str' definition 'count'. [funcArgNamesDifferent]
epr-api/src/epr_core.h:248:68: note: Function 'epr_parse_value_count' argument 2 names different: declaration 'str' definition 'count'.
epr-api/src/epr_core.c:384:68: note: Function 'epr_parse_value_count' argument 2 names different: declaration 'str' definition 'count'.
epr-api/src/epr_dataset.c:143:40: style: Condition 'asar_sw_version<602' is always true [knownConditionTrueFalse]
epr-api/src/epr_dataset.c:287:10: style: The scope of the variable 'data_type_size' can be reduced. [variableScope]
epr-api/src/epr_dataset.c:288:10: style: The scope of the variable 'elements_to_read' can be reduced. [variableScope]
epr-api/src/epr_dataset.c:289:10: style: The scope of the variable 'elements_read' can be reduced. [variableScope]
epr-api/src/epr_dataset.c:300:23: style: Checking if unsigned variable 'record_index' is less than zero. [unsignedLessThanZero]
epr-api/src/epr_dataset.c:45:70: style: Function 'epr_create_dataset_id' argument 4 names different: declaration 'record_info_ref' definition 'record_descriptor'. [funcArgNamesDifferent]
epr-api/src/epr_dataset.h:32:70: note: Function 'epr_create_dataset_id' argument 4 names different: declaration 'record_info_ref' definition 'record_descriptor'.
epr-api/src/epr_dataset.c:45:70: note: Function 'epr_create_dataset_id' argument 4 names different: declaration 'record_info_ref' definition 'record_descriptor'.
epr-api/src/epr_dsd.c:552:25: warning: Either the condition 'code_block!=NULL' is redundant or there is possible null pointer dereference: code_block. [nullPointerRedundantCheck]
epr-api/src/epr_dsd.c:554:28: note: Assuming that condition 'code_block!=NULL' is not redundant
epr-api/src/epr_dsd.c:552:25: note: Null pointer dereference
epr-api/src/epr_dsd.c:569:21: warning: Either the condition 'code_block!=NULL' is redundant or there is possible null pointer dereference: code_block. [nullPointerRedundantCheck]
epr-api/src/epr_dsd.c:576:32: note: Assuming that condition 'code_block!=NULL' is not redundant
epr-api/src/epr_dsd.c:569:21: note: Null pointer dereference
epr-api/src/epr_dsd.c:647:5: style: Variable 'dsd' is reassigned a value before the old one has been used. [redundantAssignment]
epr-api/src/epr_dsd.c:646:0: note: Variable 'dsd' is reassigned a value before the old one has been used.
epr-api/src/epr_dsd.c:647:5: note: Variable 'dsd' is reassigned a value before the old one has been used.
epr-api/src/epr_dsd.c:129:9: style: The scope of the variable 'rec_size' can be reduced. [variableScope]
epr-api/src/epr_dsd.c:171:9: style: The scope of the variable 'size' can be reduced. [variableScope]
epr-api/src/epr_dsd.c:172:9: style: The scope of the variable 'rec_size' can be reduced. [variableScope]
epr-api/src/epr_dsd.c:173:9: style: The scope of the variable 'i' can be reduced. [variableScope]
epr-api/src/epr_dsd.c:174:11: style: The scope of the variable 'name' can be reduced. [variableScope]
epr-api/src/epr_dsd.c:505:11: style: The scope of the variable 'code_block' can be reduced. [variableScope]
epr-api/src/epr_dsd.c:506:9: style: The scope of the variable 'numread' can be reduced. [variableScope]
epr-api/src/epr_dump.c:108:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
epr-api/src/epr_dump.c:108:9: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
epr-api/src/epr_dump.c:194:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
epr-api/src/epr_dump.c:194:5: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
epr-api/src/epr_dump.c:204:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
epr-api/src/epr_dump.c:204:9: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
epr-api/src/epr_field.c:57:5: style: Variable 'field_info' is reassigned a value before the old one has been used. [redundantAssignment]
epr-api/src/epr_field.c:54:0: note: Variable 'field_info' is reassigned a value before the old one has been used.
epr-api/src/epr_field.c:57:5: note: Variable 'field_info' is reassigned a value before the old one has been used.
epr-api/src/epr_field.c:152:5: style: Variable 'field' is reassigned a value before the old one has been used. [redundantAssignment]
epr-api/src/epr_field.c:149:0: note: Variable 'field' is reassigned a value before the old one has been used.
epr-api/src/epr_field.c:152:5: note: Variable 'field' is reassigned a value before the old one has been used.
epr-api/src/epr_field.c:249:17: style: The scope of the variable 'field' can be reduced. [variableScope]
epr-api/src/epr_field.c:167:9: error: Memory leak: field [memleak]
epr-api/src/epr_msph.c:283:24: style: Expression is always false because 'else if' condition matches previous condition at line 273. [multiCondition]
epr-api/src/epr_msph.c:204:21: warning: Either the condition 'code_block!=NULL' is redundant or there is possible null pointer dereference: code_block. [nullPointerRedundantCheck]
epr-api/src/epr_msph.c:206:28: note: Assuming that condition 'code_block!=NULL' is not redundant
epr-api/src/epr_msph.c:204:21: note: Null pointer dereference
epr-api/src/epr_msph.c:225:32: warning: Either the condition 'code_block!=NULL' is redundant or there is possible null pointer dereference: code_block. [nullPointerRedundantCheck]
epr-api/src/epr_msph.c:227:28: note: Assuming that condition 'code_block!=NULL' is not redundant
epr-api/src/epr_msph.c:225:32: note: Null pointer dereference
epr-api/src/epr_msph.c:198:5: style: Variable 'header_values' is reassigned a value before the old one has been used. [redundantAssignment]
epr-api/src/epr_msph.c:179:0: note: Variable 'header_values' is reassigned a value before the old one has been used.
epr-api/src/epr_msph.c:198:5: note: Variable 'header_values' is reassigned a value before the old one has been used.
epr-api/src/epr_msph.c:199:5: style: Variable 'field_infos' is reassigned a value before the old one has been used. [redundantAssignment]
epr-api/src/epr_msph.c:177:0: note: Variable 'field_infos' is reassigned a value before the old one has been used.
epr-api/src/epr_msph.c:199:5: note: Variable 'field_infos' is reassigned a value before the old one has been used.
epr-api/src/epr_msph.c:176:22: style: The scope of the variable 'record_info' can be reduced. [variableScope]
epr-api/src/epr_msph.c:332:12: style: The scope of the variable 'token_value_o' can be reduced. [variableScope]
epr-api/src/epr_msph.c:361:12: style: The scope of the variable 'token_value_o' can be reduced. [variableScope]
epr-api/src/epr_msph.c:487:21: style: The scope of the variable 'field_info' can be reduced. [variableScope]
epr-api/src/epr_msph.c:488:17: style: The scope of the variable 'field' can be reduced. [variableScope]
epr-api/src/epr_msph.c:358:84: style: Function 'epr_parse_double_token' argument 3 names different: declaration 'value_number' definition 'num_elems'. [funcArgNamesDifferent]
epr-api/src/epr_msph.h:33:84: note: Function 'epr_parse_double_token' argument 3 names different: declaration 'value_number' definition 'num_elems'.
epr-api/src/epr_msph.c:358:84: note: Function 'epr_parse_double_token' argument 3 names different: declaration 'value_number' definition 'num_elems'.
epr-api/src/epr_msph.c:358:101: style: Function 'epr_parse_double_token' argument 4 names different: declaration 'l' definition 'num_bytes'. [funcArgNamesDifferent]
epr-api/src/epr_msph.h:33:104: note: Function 'epr_parse_double_token' argument 4 names different: declaration 'l' definition 'num_bytes'.
epr-api/src/epr_msph.c:358:101: note: Function 'epr_parse_double_token' argument 4 names different: declaration 'l' definition 'num_bytes'.
epr-api/src/epr_msph.c:388:81: style: Function 'epr_parse_int_token' argument 3 names different: declaration 'value_number' definition 'num_elems'. [funcArgNamesDifferent]
epr-api/src/epr_msph.h:34:81: note: Function 'epr_parse_int_token' argument 3 names different: declaration 'value_number' definition 'num_elems'.
epr-api/src/epr_msph.c:388:81: note: Function 'epr_parse_int_token' argument 3 names different: declaration 'value_number' definition 'num_elems'.
epr-api/src/epr_msph.c:388:98: style: Function 'epr_parse_int_token' argument 4 names different: declaration 'l' definition 'num_bytes'. [funcArgNamesDifferent]
epr-api/src/epr_msph.h:34:101: note: Function 'epr_parse_int_token' argument 4 names different: declaration 'l' definition 'num_bytes'.
epr-api/src/epr_msph.c:388:98: note: Function 'epr_parse_int_token' argument 4 names different: declaration 'l' definition 'num_bytes'.
epr-api/src/epr_param.c:57:5: style: Variable 'param_elem' is reassigned a value before the old one has been used. [redundantAssignment]
epr-api/src/epr_param.c:48:0: note: Variable 'param_elem' is reassigned a value before the old one has been used.
epr-api/src/epr_param.c:57:5: note: Variable 'param_elem' is reassigned a value before the old one has been used.
epr-api/src/epr_param.c:73:5: style: Variable 'param_table' is reassigned a value before the old one has been used. [redundantAssignment]
epr-api/src/epr_param.c:72:0: note: Variable 'param_table' is reassigned a value before the old one has been used.
epr-api/src/epr_param.c:73:5: note: Variable 'param_table' is reassigned a value before the old one has been used.
epr-api/src/epr_param.c:134:10: style: The scope of the variable 'num_tie_points_across' can be reduced. [variableScope]
epr-api/src/epr_param.c:135:10: style: The scope of the variable 'ntpa' can be reduced. [variableScope]
epr-api/src/epr_product.c:441:0: warning: Redundant assignment of 'field' to itself. [selfAssignment]
epr-api/src/epr_product.c:446:0: warning: Redundant assignment of 'field' to itself. [selfAssignment]
epr-api/src/epr_product.c:449:0: warning: Redundant assignment of 'field' to itself. [selfAssignment]
epr-api/src/epr_ptrarray.c:34:5: style: Variable 'elems' is reassigned a value before the old one has been used. [redundantAssignment]
epr-api/src/epr_ptrarray.c:32:0: note: Variable 'elems' is reassigned a value before the old one has been used.
epr-api/src/epr_ptrarray.c:34:5: note: Variable 'elems' is reassigned a value before the old one has been used.
epr-api/src/epr_record.c:70:5: style: Variable 'record_info' is reassigned a value before the old one has been used. [redundantAssignment]
epr-api/src/epr_record.c:64:0: note: Variable 'record_info' is reassigned a value before the old one has been used.
epr-api/src/epr_record.c:70:5: note: Variable 'record_info' is reassigned a value before the old one has been used.
epr-api/src/epr_record.c:112:10: style: The scope of the variable 'field_info_index' can be reduced. [variableScope]
epr-api/src/epr_record.c:196:10: style: The scope of the variable 'num_elems' can be reduced. [variableScope]
epr-api/src/epr_record.c:197:10: style: The scope of the variable 'num_bytes' can be reduced. [variableScope]
epr-api/src/epr_record.c:198:10: style: The scope of the variable 'more_count' can be reduced. [variableScope]
epr-api/src/epr_record.c:408:10: style: The scope of the variable 'fields_index' can be reduced. [variableScope]
epr-api/src/epr_record.c:372:22: style: Checking if unsigned variable 'field_index' is less than zero. [unsignedLessThanZero]
epr-api/src/epr_record.c:346:9: error: Memory leak: record [memleak]
epr-api/src/epr_swap.c:133:18: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
epr-api/src/test/api_unit_tests.c:974:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
epr-api/src/test/api_unit_tests.c:974:5: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
epr-api/src/test/api_unit_tests.c:191:5: style: Variable 'input_product_path' is reassigned a value before the old one has been used. [redundantAssignment]
epr-api/src/test/api_unit_tests.c:179:0: note: Variable 'input_product_path' is reassigned a value before the old one has been used.
epr-api/src/test/api_unit_tests.c:191:5: note: Variable 'input_product_path' is reassigned a value before the old one has been used.
epr-api/src/test/api_unit_tests.c:251:5: style: Variable 'detail' is reassigned a value before the old one has been used. [redundantAssignment]
epr-api/src/test/api_unit_tests.c:241:0: note: Variable 'detail' is reassigned a value before the old one has been used.
epr-api/src/test/api_unit_tests.c:251:5: note: Variable 'detail' is reassigned a value before the old one has been used.
epr-api/src/test/api_unit_tests.c:252:5: style: Variable 'value_ref' is reassigned a value before the old one has been used. [redundantAssignment]
epr-api/src/test/api_unit_tests.c:242:0: note: Variable 'value_ref' is reassigned a value before the old one has been used.
epr-api/src/test/api_unit_tests.c:252:5: note: Variable 'value_ref' is reassigned a value before the old one has been used.
epr-api/src/test/api_unit_tests.c:253:5: style: Variable 'product_id' is reassigned a value before the old one has been used. [redundantAssignment]
epr-api/src/test/api_unit_tests.c:243:0: note: Variable 'product_id' is reassigned a value before the old one has been used.
epr-api/src/test/api_unit_tests.c:253:5: note: Variable 'product_id' is reassigned a value before the old one has been used.
epr-api/src/test/api_unit_tests.c:340:5: style: Variable 'field_adress' is reassigned a value before the old one has been used. [redundantAssignment]
epr-api/src/test/api_unit_tests.c:327:0: note: Variable 'field_adress' is reassigned a value before the old one has been used.
epr-api/src/test/api_unit_tests.c:340:5: note: Variable 'field_adress' is reassigned a value before the old one has been used.
epr-api/src/test/api_unit_tests.c:341:5: style: Variable 'test_detail' is reassigned a value before the old one has been used. [redundantAssignment]
epr-api/src/test/api_unit_tests.c:328:0: note: Variable 'test_detail' is reassigned a value before the old one has been used.
epr-api/src/test/api_unit_tests.c:341:5: note: Variable 'test_detail' is reassigned a value before the old one has been used.
epr-api/src/test/api_unit_tests.c:575:5: style: Variable 'test_detail' is reassigned a value before the old one has been used. [redundantAssignment]
epr-api/src/test/api_unit_tests.c:574:0: note: Variable 'test_detail' is reassigned a value before the old one has been used.
epr-api/src/test/api_unit_tests.c:575:5: note: Variable 'test_detail' is reassigned a value before the old one has been used.
epr-api/src/test/api_unit_tests.c:605:5: style: Variable 'field_adress' is reassigned a value before the old one has been used. [redundantAssignment]
epr-api/src/test/api_unit_tests.c:603:0: note: Variable 'field_adress' is reassigned a value before the old one has been used.
epr-api/src/test/api_unit_tests.c:605:5: note: Variable 'field_adress' is reassigned a value before the old one has been used.
epr-api/src/test/api_unit_tests.c:626:5: style: Variable 'test_line' is reassigned a value before the old one has been used. [redundantAssignment]
epr-api/src/test/api_unit_tests.c:622:0: note: Variable 'test_line' is reassigned a value before the old one has been used.
epr-api/src/test/api_unit_tests.c:626:5: note: Variable 'test_line' is reassigned a value before the old one has been used.
epr-api/src/test/api_unit_tests.c:832:5: style: Variable 'temp' is reassigned a value before the old one has been used. [redundantAssignment]
epr-api/src/test/api_unit_tests.c:823:0: note: Variable 'temp' is reassigned a value before the old one has been used.
epr-api/src/test/api_unit_tests.c:832:5: note: Variable 'temp' is reassigned a value before the old one has been used.
epr-api/src/test/api_unit_tests.c:972:5: style: Variable 'fa' is reassigned a value before the old one has been used. [redundantAssignment]
epr-api/src/test/api_unit_tests.c:967:0: note: Variable 'fa' is reassigned a value before the old one has been used.
epr-api/src/test/api_unit_tests.c:972:5: note: Variable 'fa' is reassigned a value before the old one has been used.
epr-api/src/test/api_unit_tests.c:988:5: style: Variable 'test_detail' is reassigned a value before the old one has been used. [redundantAssignment]
epr-api/src/test/api_unit_tests.c:981:0: note: Variable 'test_detail' is reassigned a value before the old one has been used.
epr-api/src/test/api_unit_tests.c:988:5: note: Variable 'test_detail' is reassigned a value before the old one has been used.
epr-api/src/test/api_unit_tests.c:176:11: style: The scope of the variable 'stream' can be reduced. [variableScope]
epr-api/src/test/api_unit_tests.c:177:10: style: The scope of the variable 'line' can be reduced. [variableScope]
epr-api/src/test/api_unit_tests.c:178:9: style: The scope of the variable 'line_no' can be reduced. [variableScope]
epr-api/src/test/api_unit_tests.c:537:10: style: The scope of the variable 'line' can be reduced. [variableScope]
epr-api/src/test/api_unit_tests.c:538:10: style: The scope of the variable 'buffer' can be reduced. [variableScope]
epr-api/src/test/api_unit_tests.c:539:11: style: The scope of the variable 'pos_equal_sign' can be reduced. [variableScope]
epr-api/src/test/api_unit_tests.c:633:32: style: Function 'free_test_line' argument 1 names different: declaration 'tl' definition 'test_line'. [funcArgNamesDifferent]
epr-api/src/test/api_unit_tests.c:108:32: note: Function 'free_test_line' argument 1 names different: declaration 'tl' definition 'test_line'.
epr-api/src/test/api_unit_tests.c:633:32: note: Function 'free_test_line' argument 1 names different: declaration 'tl' definition 'test_line'.
epr-api/src/test/api_unit_tests.c:822:44: style: Function 'parse_field_adress' argument 1 names different: declaration 'line' definition 'str'. [funcArgNamesDifferent]
epr-api/src/test/api_unit_tests.c:126:44: note: Function 'parse_field_adress' argument 1 names different: declaration 'line' definition 'str'.
epr-api/src/test/api_unit_tests.c:822:44: note: Function 'parse_field_adress' argument 1 names different: declaration 'line' definition 'str'.
epr-api/src/test/api_unit_tests.c:822:64: style: Function 'parse_field_adress' argument 2 names different: declaration 'fa' definition 'field_adress'. [funcArgNamesDifferent]
epr-api/src/test/api_unit_tests.c:126:65: note: Function 'parse_field_adress' argument 2 names different: declaration 'fa' definition 'field_adress'.
epr-api/src/test/api_unit_tests.c:822:64: note: Function 'parse_field_adress' argument 2 names different: declaration 'fa' definition 'field_adress'.
epr-api/src/test/epr_main_test.c:85:5: style: Variable 'product' is reassigned a value before the old one has been used. [redundantAssignment]
epr-api/src/test/epr_main_test.c:84:0: note: Variable 'product' is reassigned a value before the old one has been used.
epr-api/src/test/epr_main_test.c:85:5: note: Variable 'product' is reassigned a value before the old one has been used.
epr-api/src/test/epr_main_test.c:92:5: style: Variable 'product_id' is reassigned a value before the old one has been used. [redundantAssignment]
epr-api/src/test/epr_main_test.c:91:0: note: Variable 'product_id' is reassigned a value before the old one has been used.
epr-api/src/test/epr_main_test.c:92:5: note: Variable 'product_id' is reassigned a value before the old one has been used.
epr-api/src/test/epr_main_test.c:99:5: style: Variable 'product_id' is reassigned a value before the old one has been used. [redundantAssignment]
epr-api/src/test/epr_main_test.c:97:0: note: Variable 'product_id' is reassigned a value before the old one has been used.
epr-api/src/test/epr_main_test.c:99:5: note: Variable 'product_id' is reassigned a value before the old one has been used.
epr-api/src/test/epr_main_test.c:105:5: style: Variable 'product_id' is reassigned a value before the old one has been used. [redundantAssignment]
epr-api/src/test/epr_main_test.c:104:0: note: Variable 'product_id' is reassigned a value before the old one has been used.
epr-api/src/test/epr_main_test.c:105:5: note: Variable 'product_id' is reassigned a value before the old one has been used.
epr-api/src/test/epr_main_test.c:113:5: style: Variable 'product_id' is reassigned a value before the old one has been used. [redundantAssignment]
epr-api/src/test/epr_main_test.c:110:0: note: Variable 'product_id' is reassigned a value before the old one has been used.
epr-api/src/test/epr_main_test.c:113:5: note: Variable 'product_id' is reassigned a value before the old one has been used.
epr-api/src/test/epr_main_test.c:137:5: style: Variable 'dataset_id' is reassigned a value before the old one has been used. [redundantAssignment]
epr-api/src/test/epr_main_test.c:136:0: note: Variable 'dataset_id' is reassigned a value before the old one has been used.
epr-api/src/test/epr_main_test.c:137:5: note: Variable 'dataset_id' is reassigned a value before the old one has been used.
epr-api/src/test/epr_main_test.c:144:5: style: Variable 'dataset_id' is reassigned a value before the old one has been used. [redundantAssignment]
epr-api/src/test/epr_main_test.c:143:0: note: Variable 'dataset_id' is reassigned a value before the old one has been used.
epr-api/src/test/epr_main_test.c:144:5: note: Variable 'dataset_id' is reassigned a value before the old one has been used.
epr-api/src/test/epr_main_test.c:152:5: style: Variable 'dataset_id' is reassigned a value before the old one has been used. [redundantAssignment]
epr-api/src/test/epr_main_test.c:150:0: note: Variable 'dataset_id' is reassigned a value before the old one has been used.
epr-api/src/test/epr_main_test.c:152:5: note: Variable 'dataset_id' is reassigned a value before the old one has been used.
epr-api/src/test/epr_main_test.c:229:5: style: Variable 'record' is reassigned a value before the old one has been used. [redundantAssignment]
epr-api/src/test/epr_main_test.c:226:0: note: Variable 'record' is reassigned a value before the old one has been used.
epr-api/src/test/epr_main_test.c:229:5: note: Variable 'record' is reassigned a value before the old one has been used.
epr-api/src/test/epr_main_test.c:434:5: style: Variable 'product_id' is reassigned a value before the old one has been used. [redundantAssignment]
epr-api/src/test/epr_main_test.c:430:0: note: Variable 'product_id' is reassigned a value before the old one has been used.
epr-api/src/test/epr_main_test.c:434:5: note: Variable 'product_id' is reassigned a value before the old one has been used.
epr-api/src/test/epr_main_test.c:435:5: style: Variable 'band_id' is reassigned a value before the old one has been used. [redundantAssignment]
epr-api/src/test/epr_main_test.c:431:0: note: Variable 'band_id' is reassigned a value before the old one has been used.
epr-api/src/test/epr_main_test.c:435:5: note: Variable 'band_id' is reassigned a value before the old one has been used.
epr-api/src/test/epr_subset_test.c:185:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
epr-api/src/test/epr_subset_test.c:230:5: style: Variable 'band_id' is reassigned a value before the old one has been used. [redundantAssignment]
epr-api/src/test/epr_subset_test.c:225:0: note: Variable 'band_id' is reassigned a value before the old one has been used.
epr-api/src/test/epr_subset_test.c:230:5: note: Variable 'band_id' is reassigned a value before the old one has been used.
epr-api/src/test/epr_subset_test.c:110:10: style: The scope of the variable 'numwritten' can be reduced. [variableScope]
epr-api/src/test/epr_subset_test.c:210:0: error: Memory leak: buf [memleak]
epr-api/src/utils/swpeo.c:56:9: style: Variable 'fileSize' is reassigned a value before the old one has been used. [redundantAssignment]
epr-api/src/utils/swpeo.c:55:9: note: Variable 'fileSize' is reassigned a value before the old one has been used.
epr-api/src/utils/swpeo.c:56:9: note: Variable 'fileSize' is reassigned a value before the old one has been used.
epr-api/src/utils/swpeo.c:25:17: style: The scope of the variable 'filePath' can be reduced. [variableScope]
epr-api/src/utils/swpeo.c:26:9: style: The scope of the variable 'fileSize' can be reduced. [variableScope]
epr-api/src/utils/swpeo.c:27:9: style: The scope of the variable 'modulo' can be reduced. [variableScope]
epr-api/src/utils/swpeo.c:29:11: style: The scope of the variable 'file' can be reduced. [variableScope]
epr-api/src/utils/swpeo.c:99:13: style: The scope of the variable 'numItems' can be reduced. [variableScope]
epr-api/src/utils/swpeo.c:91:30: style: Function 'checkCorrectElemSize' argument 1 names different: declaration 'size' definition 'elemSize'. [funcArgNamesDifferent]
epr-api/src/utils/swpeo.c:16:30: note: Function 'checkCorrectElemSize' argument 1 names different: declaration 'size' definition 'elemSize'.
epr-api/src/utils/swpeo.c:91:30: note: Function 'checkCorrectElemSize' argument 1 names different: declaration 'size' definition 'elemSize'.
epr-api/src/utils/swpeo.c:98:31: style: Function 'swapBytes' argument 2 names different: declaration 'filesize' definition 'fileSize'. [funcArgNamesDifferent]
epr-api/src/utils/swpeo.c:17:31: note: Function 'swapBytes' argument 2 names different: declaration 'filesize' definition 'fileSize'.
epr-api/src/utils/swpeo.c:98:31: note: Function 'swapBytes' argument 2 names different: declaration 'filesize' definition 'fileSize'.
epr-api/src/utils/swpeo.c:98:45: style: Function 'swapBytes' argument 3 names different: declaration 'typesize' definition 'elemSize'. [funcArgNamesDifferent]
epr-api/src/utils/swpeo.c:17:45: note: Function 'swapBytes' argument 3 names different: declaration 'typesize' definition 'elemSize'.
epr-api/src/utils/swpeo.c:98:45: note: Function 'swapBytes' argument 3 names different: declaration 'typesize' definition 'elemSize'.
[17:44]

ftp://ftp.se.debian.org/debian/pool/main/e/eproject-el/eproject-el_1.5+git20180312.068218d.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/e/epsilon/epsilon_0.7.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/epson-inkjet-printer-escpr/epson-inkjet-printer-escpr_1.6.21.orig.tar.gz
epson-inkjet-printer-escpr-1.6.21/lib/epson-cbt.c:1795:20: style: Same expression on both sides of '!=' because the value of 'Count' and '0' are the same. [duplicateExpression]
epson-inkjet-printer-escpr-1.6.21/lib/epson-cbt.c:1710:26: note: 'Count' is assigned value '0' here.
epson-inkjet-printer-escpr-1.6.21/lib/epson-cbt.c:1795:20: note: Same expression on both sides of '!=' because the value of 'Count' and '0' are the same.
epson-inkjet-printer-escpr-1.6.21/lib/epson-cbt.c:2860:63: style: Same value in both branches of ternary operator. [duplicateValueTernary]
epson-inkjet-printer-escpr-1.6.21/lib/epson-cbt.c:506:17: style: The scope of the variable 'RestSize' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-cbt.c:654:15: style: The scope of the variable 'closePtlState' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-cbt.c:998:21: style: The scope of the variable 'lp1' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-cbt.c:999:21: style: The scope of the variable 'ChPtr' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-cbt.c:1100:17: style: The scope of the variable 'nOpenRetry' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-cbt.c:1344:21: style: The scope of the variable 'Credit' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-cbt.c:1345:21: style: The scope of the variable 'Size' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-cbt.c:1346:21: style: The scope of the variable 'Count' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-cbt.c:1348:21: style: The scope of the variable 'loopSize' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-cbt.c:1349:21: style: The scope of the variable 'SendMaxSize' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-cbt.c:2770:21: style: The scope of the variable 'Ans' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-cbt.c:2931:22: style: The scope of the variable 'ChPtr' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-cbt.c:664:25: style: Variable 'closePtlState' is assigned a value that is never used. [unreadVariable]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpage-color.c:183:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpage-color.c:179:0: note: Variable 'ret' is reassigned a value before the old one has been used.
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpage-color.c:183:2: note: Variable 'ret' is reassigned a value before the old one has been used.
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpage-color.c:254:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpage-color.c:239:0: note: Variable 'ret' is reassigned a value before the old one has been used.
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpage-color.c:254:2: note: Variable 'ret' is reassigned a value before the old one has been used.
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpage-color.c:416:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpage-color.c:404:0: note: Variable 'ret' is reassigned a value before the old one has been used.
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpage-color.c:416:2: note: Variable 'ret' is reassigned a value before the old one has been used.
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpage-color.c:834:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpage-color.c:818:0: note: Variable 'ret' is reassigned a value before the old one has been used.
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpage-color.c:834:2: note: Variable 'ret' is reassigned a value before the old one has been used.
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpage-color.c:733:12: style: The scope of the variable 'block' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpage-color.c:733:19: style: The scope of the variable 'sizeNew' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpage-comp.c:390:13: style: The scope of the variable 'countBandStart' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpage-comp.c:391:22: style: The scope of the variable 'lpPt' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpage-comp.c:392:12: style: The scope of the variable 'left' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpage-mono.c:240:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpage-mono.c:236:0: note: Variable 'ret' is reassigned a value before the old one has been used.
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpage-mono.c:240:2: note: Variable 'ret' is reassigned a value before the old one has been used.
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpage-mono.c:333:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpage-mono.c:319:0: note: Variable 'ret' is reassigned a value before the old one has been used.
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpage-mono.c:333:2: note: Variable 'ret' is reassigned a value before the old one has been used.
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpage-mono.c:1006:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpage-mono.c:985:0: note: Variable 'ret' is reassigned a value before the old one has been used.
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpage-mono.c:1006:2: note: Variable 'ret' is reassigned a value before the old one has been used.
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpage-mono.c:713:12: style: The scope of the variable 'block' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpage-mono.c:713:19: style: The scope of the variable 'sizeNew' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpage-mono.c:838:13: style: The scope of the variable 'idx' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpage.c:1031:2: error: Array 'pageMediaSize[7]' accessed at index 7, which is out of bounds. [arrayIndexOutOfBounds]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpage.c:1026:2: note: After for loop, i has value 7
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpage.c:1031:2: note: Array index out of bounds
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpage.c:1039:2: error: Array 'pageMediaType[1]' accessed at index 1, which is out of bounds. [arrayIndexOutOfBounds]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpage.c:1034:2: note: After for loop, i has value 1
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpage.c:1039:2: note: Array index out of bounds
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpage.c:1047:2: error: Array 'pagePaperSource[7]' accessed at index 7, which is out of bounds. [arrayIndexOutOfBounds]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpage.c:1042:2: note: After for loop, i has value 7
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpage.c:1047:2: note: Array index out of bounds
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpage.c:1174:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpage.c:1218:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpage.c:1218:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpage.c:134:25: style: Function 'pageInitJob' argument 1 names different: declaration 'pJobAttr' definition 'jobAttr'. [funcArgNamesDifferent]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpage.h:80:59: note: Function 'pageInitJob' argument 1 names different: declaration 'pJobAttr' definition 'jobAttr'.
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpage.c:134:25: note: Function 'pageInitJob' argument 1 names different: declaration 'pJobAttr' definition 'jobAttr'.
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-api.c:1004:17: style: Condition 'retStatus!=EPS_ERR_NONE' is always true [knownConditionTrueFalse]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-api.c:1002:15: note: Assignment 'retStatus=EPS_ERR_LANGUAGE_NOT_SUPPORTED', assigned value is -1015
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-api.c:1004:17: note: Condition 'retStatus!=EPS_ERR_NONE' is always true
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-api.c:2863:3: warning: Either the condition 'minWidth!=0' is redundant or there is possible null pointer dereference: minWidth. [nullPointerRedundantCheck]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-api.c:2935:15: note: Assuming that condition 'minWidth!=0' is not redundant
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-api.c:2863:3: note: Null pointer dereference
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-api.c:2863:15: warning: Either the condition 'maxWidth!=0' is redundant or there is possible null pointer dereference: maxWidth. [nullPointerRedundantCheck]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-api.c:2939:15: note: Assuming that condition 'maxWidth!=0' is not redundant
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-api.c:2863:15: note: Null pointer dereference
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-api.c:2863:27: warning: Either the condition 'minHeight!=0' is redundant or there is possible null pointer dereference: minHeight. [nullPointerRedundantCheck]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-api.c:2947:16: note: Assuming that condition 'minHeight!=0' is not redundant
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-api.c:2863:27: note: Null pointer dereference
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-api.c:2863:40: warning: Either the condition 'maxHeight!=0' is redundant or there is possible null pointer dereference: maxHeight. [nullPointerRedundantCheck]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-api.c:2951:16: note: Assuming that condition 'maxHeight!=0' is not redundant
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-api.c:2863:40: note: Null pointer dereference
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-api.c:1203:5: style: Variable 'retStatus' is reassigned a value before the old one has been used. [redundantAssignment]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-api.c:1199:5: note: Variable 'retStatus' is reassigned a value before the old one has been used.
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-api.c:1203:5: note: Variable 'retStatus' is reassigned a value before the old one has been used.
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-api.c:3169:2: style: Variable 'retStatus' is reassigned a value before the old one has been used. [redundantAssignment]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-api.c:3166:5: note: Variable 'retStatus' is reassigned a value before the old one has been used.
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-api.c:3169:2: note: Variable 'retStatus' is reassigned a value before the old one has been used.
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-api.c:4008:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-api.c:4000:0: note: Variable 'ret' is reassigned a value before the old one has been used.
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-api.c:4008:2: note: Variable 'ret' is reassigned a value before the old one has been used.
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-api.c:5444:3: style: Variable 'retStatus' is reassigned a value before the old one has been used. [redundantAssignment]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-api.c:5436:3: note: Variable 'retStatus' is reassigned a value before the old one has been used.
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-api.c:5444:3: note: Variable 'retStatus' is reassigned a value before the old one has been used.
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-api.c:5502:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-api.c:5495:0: note: Variable 'ret' is reassigned a value before the old one has been used.
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-api.c:5502:2: note: Variable 'ret' is reassigned a value before the old one has been used.
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-api.c:5109:2: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-api.c:5117:4: note: Found duplicate branches for 'if' and 'else'.
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-api.c:5109:2: note: Found duplicate branches for 'if' and 'else'.
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-api.c:1851:18: style: The scope of the variable 'nCnt' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-api.c:2645:13: style: The scope of the variable 'pmVer' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-api.c:2646:18: style: The scope of the variable 'tempPrintableWidth' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-api.c:2646:38: style: The scope of the variable 'tempPrintableHeight' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-api.c:2856:14: style: The scope of the variable 'n' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-api.c:2856:17: style: The scope of the variable 'idx' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-api.c:3412:17: style: The scope of the variable 'i' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-api.c:4415:17: style: The scope of the variable 'pCmdPosTmp' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-api.c:4417:17: style: The scope of the variable 'array4' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-api.c:4740:13: style: The scope of the variable 'nRetry' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-api.c:4742:16: style: The scope of the variable 'nDlySpan' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-api.c:4743:16: style: The scope of the variable 'nDlyTotal' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-api.c:4918:17: style: The scope of the variable 'maxPAWidthBorder' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-api.c:4919:17: style: The scope of the variable 'maxPAHeightBorder' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-api.c:4920:17: style: The scope of the variable 'RightMargin' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-api.c:4921:17: style: The scope of the variable 'BottomMargin' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-api.c:3477:8: style: Checking if unsigned variable 'sendSize' is less than zero. [unsignedLessThanZero]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-api.c:3769:37: style: Checking if unsigned variable 'jobAttr->userDefWidth' is less than zero. [unsignedLessThanZero]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-api.c:3769:68: style: Checking if unsigned variable 'jobAttr->userDefHeight' is less than zero. [unsignedLessThanZero]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-mem.c:109:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-mem.c:413:15: style: The scope of the variable 'jdx' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-mem.c:414:14: style: The scope of the variable 'bufPtr' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-mem.c:396:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-pm.c:3325:22: style: Condition 'EPS_ERR_NONE==ret' is always true [knownConditionTrueFalse]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-pm.c:3290:21: note: Assignment 'ret=EPS_ERR_NONE', assigned value is 0
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-pm.c:3325:22: note: Condition 'EPS_ERR_NONE==ret' is always true
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-pm.c:2829:4: warning: Either the condition '0==pTVals' is redundant or there is possible null pointer dereference: pTVals. [nullPointerRedundantCheck]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-pm.c:2830:12: note: Assuming that condition '0==pTVals' is not redundant
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-pm.c:2829:4: note: Null pointer dereference
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-pm.c:306:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-pm.c:285:0: note: Variable 'ret' is reassigned a value before the old one has been used.
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-pm.c:306:5: note: Variable 'ret' is reassigned a value before the old one has been used.
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-pm.c:681:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-pm.c:674:0: note: Variable 'ret' is reassigned a value before the old one has been used.
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-pm.c:681:2: note: Variable 'ret' is reassigned a value before the old one has been used.
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-pm.c:780:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-pm.c:772:0: note: Variable 'ret' is reassigned a value before the old one has been used.
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-pm.c:780:2: note: Variable 'ret' is reassigned a value before the old one has been used.
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-pm.c:1210:5: style: Variable 'pPMinfo' is reassigned a value before the old one has been used. [redundantAssignment]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-pm.c:1201:5: note: Variable 'pPMinfo' is reassigned a value before the old one has been used.
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-pm.c:1210:5: note: Variable 'pPMinfo' is reassigned a value before the old one has been used.
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-pm.c:2358:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-pm.c:2345:0: note: Variable 'ret' is reassigned a value before the old one has been used.
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-pm.c:2358:2: note: Variable 'ret' is reassigned a value before the old one has been used.
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-pm.c:2612:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-pm.c:2603:0: note: Variable 'ret' is reassigned a value before the old one has been used.
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-pm.c:2612:2: note: Variable 'ret' is reassigned a value before the old one has been used.
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-pm.c:502:15: style: The scope of the variable 'idx' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-pm.c:541:19: style: The scope of the variable 'pMSize' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-pm.c:846:15: style: The scope of the variable 'idx' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-pm.c:910:16: style: The scope of the variable 'paperSize' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-pm.c:911:16: style: The scope of the variable 'paperType' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-pm.c:1489:15: style: The scope of the variable 't_exist' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-pm.c:1629:16: style: The scope of the variable 'pS' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-pm.c:1630:16: style: The scope of the variable 'pE' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-pm.c:1632:16: style: The scope of the variable 'valid' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-pm.c:1633:16: style: The scope of the variable 't_cnt' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-pm.c:1634:16: style: The scope of the variable 's_idx' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-pm.c:1741:15: style: The scope of the variable 'PGPP' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-pm.c:1832:16: style: The scope of the variable 'pFieldS' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-pm.c:2699:21: style: The scope of the variable 'blkSize' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-pm.c:2816:21: style: The scope of the variable 'blkSize' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-pm.c:2914:21: style: The scope of the variable 'num_mType' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-pm.c:3293:13: style: The scope of the variable 'pSNum' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-pm.c:3293:21: style: The scope of the variable 'pTNum' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-services.c:131:21: style: The scope of the variable 'p' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-services.c:426:17: style: The scope of the variable 'Header' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-services.c:427:17: style: The scope of the variable 'ParameterByte' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-services.c:856:17: style: The scope of the variable 'Header' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-services.c:857:17: style: The scope of the variable 'ParameterByte' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-services.c:917:17: style: The scope of the variable 'Header' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-services.c:918:17: style: The scope of the variable 'ParameterByte' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-services.c:920:17: style: The scope of the variable 'param' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-services.c:1315:18: style: The scope of the variable 'modelName' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-services.c:1390:18: style: The scope of the variable 'modelName' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-services.c:1391:12: style: The scope of the variable 'i' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-escpr-services.c:998:20: style: Unsigned variable '*' can't be negative so it is unnecessary to test it. [unsignedPositive]
epson-inkjet-printer-escpr-1.6.21/lib/epson-layout.c:91:19: style: Function 'elGetDots' argument 1 names different: declaration 'inputResolution' definition 'resolution'. [funcArgNamesDifferent]
epson-inkjet-printer-escpr-1.6.21/lib/epson-layout.h:44:40: note: Function 'elGetDots' argument 1 names different: declaration 'inputResolution' definition 'resolution'.
epson-inkjet-printer-escpr-1.6.21/lib/epson-layout.c:91:19: note: Function 'elGetDots' argument 1 names different: declaration 'inputResolution' definition 'resolution'.
epson-inkjet-printer-escpr-1.6.21/lib/epson-net-lpr.c:891:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
epson-inkjet-printer-escpr-1.6.21/lib/epson-net-snmp.c:2899:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
epson-inkjet-printer-escpr-1.6.21/lib/epson-net-snmp.c:3089:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
epson-inkjet-printer-escpr-1.6.21/lib/epson-net-snmp.c:686:75: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
epson-inkjet-printer-escpr-1.6.21/lib/epson-net-snmp.c:628:22: note: Assignment 'ifBuf=0', assigned value is 0
epson-inkjet-printer-escpr-1.6.21/lib/epson-net-snmp.c:686:75: note: Null pointer addition
epson-inkjet-printer-escpr-1.6.21/lib/epson-net-snmp.c:734:78: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
epson-inkjet-printer-escpr-1.6.21/lib/epson-net-snmp.c:628:22: note: Assignment 'ifBuf=0', assigned value is 0
epson-inkjet-printer-escpr-1.6.21/lib/epson-net-snmp.c:734:78: note: Null pointer addition
epson-inkjet-printer-escpr-1.6.21/lib/epson-net-snmp.c:515:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
epson-inkjet-printer-escpr-1.6.21/lib/epson-net-snmp.c:510:0: note: Variable 'ret' is reassigned a value before the old one has been used.
epson-inkjet-printer-escpr-1.6.21/lib/epson-net-snmp.c:515:2: note: Variable 'ret' is reassigned a value before the old one has been used.
epson-inkjet-printer-escpr-1.6.21/lib/epson-net-snmp.c:516:2: style: Variable 'lastRet' is reassigned a value before the old one has been used. [redundantAssignment]
epson-inkjet-printer-escpr-1.6.21/lib/epson-net-snmp.c:511:0: note: Variable 'lastRet' is reassigned a value before the old one has been used.
epson-inkjet-printer-escpr-1.6.21/lib/epson-net-snmp.c:516:2: note: Variable 'lastRet' is reassigned a value before the old one has been used.
epson-inkjet-printer-escpr-1.6.21/lib/epson-net-snmp.c:1006:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
epson-inkjet-printer-escpr-1.6.21/lib/epson-net-snmp.c:999:0: note: Variable 'ret' is reassigned a value before the old one has been used.
epson-inkjet-printer-escpr-1.6.21/lib/epson-net-snmp.c:1006:2: note: Variable 'ret' is reassigned a value before the old one has been used.
epson-inkjet-printer-escpr-1.6.21/lib/epson-net-snmp.c:1596:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
epson-inkjet-printer-escpr-1.6.21/lib/epson-net-snmp.c:1591:0: note: Variable 'ret' is reassigned a value before the old one has been used.
epson-inkjet-printer-escpr-1.6.21/lib/epson-net-snmp.c:1596:2: note: Variable 'ret' is reassigned a value before the old one has been used.
epson-inkjet-printer-escpr-1.6.21/lib/epson-net-snmp.c:1792:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
epson-inkjet-printer-escpr-1.6.21/lib/epson-net-snmp.c:1784:0: note: Variable 'ret' is reassigned a value before the old one has been used.
epson-inkjet-printer-escpr-1.6.21/lib/epson-net-snmp.c:1792:2: note: Variable 'ret' is reassigned a value before the old one has been used.
epson-inkjet-printer-escpr-1.6.21/lib/epson-net-snmp.c:1868:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
epson-inkjet-printer-escpr-1.6.21/lib/epson-net-snmp.c:1862:0: note: Variable 'ret' is reassigned a value before the old one has been used.
epson-inkjet-printer-escpr-1.6.21/lib/epson-net-snmp.c:1868:2: note: Variable 'ret' is reassigned a value before the old one has been used.
epson-inkjet-printer-escpr-1.6.21/lib/epson-net-snmp.c:1925:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
epson-inkjet-printer-escpr-1.6.21/lib/epson-net-snmp.c:1919:0: note: Variable 'ret' is reassigned a value before the old one has been used.
epson-inkjet-printer-escpr-1.6.21/lib/epson-net-snmp.c:1925:2: note: Variable 'ret' is reassigned a value before the old one has been used.
epson-inkjet-printer-escpr-1.6.21/lib/epson-net-snmp.c:2311:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
epson-inkjet-printer-escpr-1.6.21/lib/epson-net-snmp.c:2303:0: note: Variable 'ret' is reassigned a value before the old one has been used.
epson-inkjet-printer-escpr-1.6.21/lib/epson-net-snmp.c:2311:2: note: Variable 'ret' is reassigned a value before the old one has been used.
epson-inkjet-printer-escpr-1.6.21/lib/epson-net-snmp.c:2315:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
epson-inkjet-printer-escpr-1.6.21/lib/epson-net-snmp.c:2311:2: note: Variable 'ret' is reassigned a value before the old one has been used.
epson-inkjet-printer-escpr-1.6.21/lib/epson-net-snmp.c:2315:2: note: Variable 'ret' is reassigned a value before the old one has been used.
epson-inkjet-printer-escpr-1.6.21/lib/epson-net-snmp.c:2387:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
epson-inkjet-printer-escpr-1.6.21/lib/epson-net-snmp.c:2383:2: note: Variable 'ret' is reassigned a value before the old one has been used.
epson-inkjet-printer-escpr-1.6.21/lib/epson-net-snmp.c:2387:2: note: Variable 'ret' is reassigned a value before the old one has been used.
epson-inkjet-printer-escpr-1.6.21/lib/epson-net-snmp.c:1212:15: style: The scope of the variable 'rspSize' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-net-snmp.c:1625:12: style: The scope of the variable 'nRecvSize' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-net-snmp.c:1710:12: style: The scope of the variable 'nRecvSize' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-net-snmp.c:2434:18: style: The scope of the variable 'pOrg' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-net-snmp.c:2434:25: style: The scope of the variable 'pRes' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-net-snmp.c:2913:12: style: The scope of the variable 'n' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-net-snmp.c:3007:12: style: The scope of the variable 'n' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-net-snmp.c:3131:13: style: The scope of the variable 'nElm' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-net-snmp.c:3217:12: style: The scope of the variable 'b' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-protocol.c:456:32: style: Condition 'EPS_ERR_PRINTER_NOT_FOUND==ret' is always true [knownConditionTrueFalse]
epson-inkjet-printer-escpr-1.6.21/lib/epson-protocol.c:406:27: note: Assignment 'ret=EPS_ERR_PRINTER_NOT_FOUND', assigned value is -1300
epson-inkjet-printer-escpr-1.6.21/lib/epson-protocol.c:456:32: note: Condition 'EPS_ERR_PRINTER_NOT_FOUND==ret' is always true
epson-inkjet-printer-escpr-1.6.21/lib/epson-protocol.c:1730:2: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
epson-inkjet-printer-escpr-1.6.21/lib/epson-protocol.c:1730:2: warning: %d in format string (no. 2) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
epson-inkjet-printer-escpr-1.6.21/lib/epson-protocol.c:1730:2: warning: %d in format string (no. 3) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
epson-inkjet-printer-escpr-1.6.21/lib/epson-protocol.c:1730:2: warning: %d in format string (no. 4) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
epson-inkjet-printer-escpr-1.6.21/lib/epson-protocol.c:622:6: warning: Possible null pointer dereference: innerPrinter [nullPointer]
epson-inkjet-printer-escpr-1.6.21/lib/epson-protocol.c:528:37: note: Assignment 'innerPrinter=0', assigned value is 0
epson-inkjet-printer-escpr-1.6.21/lib/epson-protocol.c:622:6: note: Null pointer dereference
epson-inkjet-printer-escpr-1.6.21/lib/epson-protocol.c:900:6: warning: Possible null pointer dereference: printer [nullPointer]
epson-inkjet-printer-escpr-1.6.21/lib/epson-protocol.c:528:37: note: Assignment 'innerPrinter=0', assigned value is 0
epson-inkjet-printer-escpr-1.6.21/lib/epson-protocol.c:623:24: note: Calling function 'prtRegPrinter', 1st argument 'printer' value is 0
epson-inkjet-printer-escpr-1.6.21/lib/epson-protocol.c:900:6: note: Null pointer dereference
epson-inkjet-printer-escpr-1.6.21/lib/epson-protocol.c:253:5: style: Variable 'testptr' is reassigned a value before the old one has been used. [redundantAssignment]
epson-inkjet-printer-escpr-1.6.21/lib/epson-protocol.c:252:5: note: Variable 'testptr' is reassigned a value before the old one has been used.
epson-inkjet-printer-escpr-1.6.21/lib/epson-protocol.c:253:5: note: Variable 'testptr' is reassigned a value before the old one has been used.
epson-inkjet-printer-escpr-1.6.21/lib/epson-protocol.c:539:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
epson-inkjet-printer-escpr-1.6.21/lib/epson-protocol.c:527:0: note: Variable 'ret' is reassigned a value before the old one has been used.
epson-inkjet-printer-escpr-1.6.21/lib/epson-protocol.c:539:5: note: Variable 'ret' is reassigned a value before the old one has been used.
epson-inkjet-printer-escpr-1.6.21/lib/epson-protocol.c:528:22: style: The scope of the variable 'innerPrinter' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-protocol.c:894:12: style: The scope of the variable 'registered' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-protocol.c:1014:12: style: The scope of the variable 'bMatch' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-protocol.c:1158:29: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
epson-inkjet-printer-escpr-1.6.21/lib/epson-protocol.c:84:16: style: struct member 'tagEPS_FIND_FUNCS::fncStart' is never used. [unusedStructMember]
epson-inkjet-printer-escpr-1.6.21/lib/epson-protocol.c:85:16: style: struct member 'tagEPS_FIND_FUNCS::fncCheck' is never used. [unusedStructMember]
epson-inkjet-printer-escpr-1.6.21/lib/epson-protocol.c:86:15: style: struct member 'tagEPS_FIND_FUNCS::fncEnd' is never used. [unusedStructMember]
epson-inkjet-printer-escpr-1.6.21/lib/epson-protocol.c:87:14: style: struct member 'tagEPS_FIND_FUNCS::sock' is never used. [unusedStructMember]
epson-inkjet-printer-escpr-1.6.21/lib/epson-protocol.c:89:14: style: struct member 'tagEPS_FIND_FUNCS::ifName' is never used. [unusedStructMember]
epson-inkjet-printer-escpr-1.6.21/lib/epson-protocol.c:1362:18: style: Variable 'ret' is not assigned a value. [unassignedVariable]
epson-inkjet-printer-escpr-1.6.21/lib/epson-protocol.c:1388:5: error: Uninitialized variable: ret [uninitvar]
epson-inkjet-printer-escpr-1.6.21/lib/epson-usb.c:437:5: style: Variable 'retStatus' is reassigned a value before the old one has been used. [redundantAssignment]
epson-inkjet-printer-escpr-1.6.21/lib/epson-usb.c:436:5: note: Variable 'retStatus' is reassigned a value before the old one has been used.
epson-inkjet-printer-escpr-1.6.21/lib/epson-usb.c:437:5: note: Variable 'retStatus' is reassigned a value before the old one has been used.
epson-inkjet-printer-escpr-1.6.21/lib/epson-usb.c:445:5: style: Variable 'retStatus' is reassigned a value before the old one has been used. [redundantAssignment]
epson-inkjet-printer-escpr-1.6.21/lib/epson-usb.c:444:5: note: Variable 'retStatus' is reassigned a value before the old one has been used.
epson-inkjet-printer-escpr-1.6.21/lib/epson-usb.c:445:5: note: Variable 'retStatus' is reassigned a value before the old one has been used.
epson-inkjet-printer-escpr-1.6.21/lib/epson-usb.c:446:5: style: Variable 'retStatus' is reassigned a value before the old one has been used. [redundantAssignment]
epson-inkjet-printer-escpr-1.6.21/lib/epson-usb.c:445:5: note: Variable 'retStatus' is reassigned a value before the old one has been used.
epson-inkjet-printer-escpr-1.6.21/lib/epson-usb.c:446:5: note: Variable 'retStatus' is reassigned a value before the old one has been used.
epson-inkjet-printer-escpr-1.6.21/lib/epson-usb.c:590:4: style: Variable 'retStatus' is reassigned a value before the old one has been used. [redundantAssignment]
epson-inkjet-printer-escpr-1.6.21/lib/epson-usb.c:589:4: note: Variable 'retStatus' is reassigned a value before the old one has been used.
epson-inkjet-printer-escpr-1.6.21/lib/epson-usb.c:590:4: note: Variable 'retStatus' is reassigned a value before the old one has been used.
epson-inkjet-printer-escpr-1.6.21/lib/epson-usb.c:591:4: style: Variable 'retStatus' is reassigned a value before the old one has been used. [redundantAssignment]
epson-inkjet-printer-escpr-1.6.21/lib/epson-usb.c:590:4: note: Variable 'retStatus' is reassigned a value before the old one has been used.
epson-inkjet-printer-escpr-1.6.21/lib/epson-usb.c:591:4: note: Variable 'retStatus' is reassigned a value before the old one has been used.
epson-inkjet-printer-escpr-1.6.21/lib/epson-usb.c:1232:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
epson-inkjet-printer-escpr-1.6.21/lib/epson-usb.c:1229:0: note: Variable 'ret' is reassigned a value before the old one has been used.
epson-inkjet-printer-escpr-1.6.21/lib/epson-usb.c:1232:2: note: Variable 'ret' is reassigned a value before the old one has been used.
epson-inkjet-printer-escpr-1.6.21/lib/epson-usb.c:1354:5: style: Variable 'retStatus' is reassigned a value before the old one has been used. [redundantAssignment]
epson-inkjet-printer-escpr-1.6.21/lib/epson-usb.c:1343:0: note: Variable 'retStatus' is reassigned a value before the old one has been used.
epson-inkjet-printer-escpr-1.6.21/lib/epson-usb.c:1354:5: note: Variable 'retStatus' is reassigned a value before the old one has been used.
epson-inkjet-printer-escpr-1.6.21/lib/epson-usb.c:2323:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
epson-inkjet-printer-escpr-1.6.21/lib/epson-usb.c:2316:0: note: Variable 'ret' is reassigned a value before the old one has been used.
epson-inkjet-printer-escpr-1.6.21/lib/epson-usb.c:2323:2: note: Variable 'ret' is reassigned a value before the old one has been used.
epson-inkjet-printer-escpr-1.6.21/lib/epson-usb.c:165:15: style: The scope of the variable 'tmStart' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-usb.c:165:24: style: The scope of the variable 'tmNow' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-usb.c:165:31: style: The scope of the variable 'tmSpan' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-usb.c:297:12: style: The scope of the variable 'manufacturer' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-usb.c:298:12: style: The scope of the variable 'modelName' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-usb.c:299:12: style: The scope of the variable 'serialNo' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-usb.c:304:12: style: The scope of the variable 'enableBreak' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-usb.c:713:21: style: The scope of the variable 'retryComm' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-usb.c:716:21: style: The scope of the variable 'lSize' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-usb.c:1127:21: style: The scope of the variable 'Com' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-usb.c:1128:21: style: The scope of the variable 'cSize' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-usb.c:1616:14: style: The scope of the variable 'tmStart' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-usb.c:1616:23: style: The scope of the variable 'tmNow' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/lib/epson-usb.c:1616:30: style: The scope of the variable 'tmSpan' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/src/str.c:54:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
epson-inkjet-printer-escpr-1.6.21/src/wrapper.c:198:36: warning: Possible null pointer dereference: pfp [nullPointer]
epson-inkjet-printer-escpr-1.6.21/src/wrapper.c:176:8: note: Assignment 'pfp=0', assigned value is 0
epson-inkjet-printer-escpr-1.6.21/src/wrapper.c:198:36: note: Null pointer dereference
epson-inkjet-printer-escpr-1.6.21/src/wrapper.c:215:66: warning: Possible null pointer dereference: pfp [nullPointer]
epson-inkjet-printer-escpr-1.6.21/src/wrapper.c:176:8: note: Assignment 'pfp=0', assigned value is 0
epson-inkjet-printer-escpr-1.6.21/src/wrapper.c:215:66: note: Null pointer dereference
epson-inkjet-printer-escpr-1.6.21/src/wrapper.c:234:29: warning: Possible null pointer dereference: pfp [nullPointer]
epson-inkjet-printer-escpr-1.6.21/src/wrapper.c:176:8: note: Assignment 'pfp=0', assigned value is 0
epson-inkjet-printer-escpr-1.6.21/src/wrapper.c:234:29: note: Null pointer dereference
epson-inkjet-printer-escpr-1.6.21/src/wrapper.c:238:47: warning: Possible null pointer dereference: pfp [nullPointer]
epson-inkjet-printer-escpr-1.6.21/src/wrapper.c:176:8: note: Assignment 'pfp=0', assigned value is 0
epson-inkjet-printer-escpr-1.6.21/src/wrapper.c:238:47: note: Null pointer dereference
epson-inkjet-printer-escpr-1.6.21/src/wrapper.c:250:37: warning: Possible null pointer dereference: pfp [nullPointer]
epson-inkjet-printer-escpr-1.6.21/src/wrapper.c:176:8: note: Assignment 'pfp=0', assigned value is 0
epson-inkjet-printer-escpr-1.6.21/src/wrapper.c:250:37: note: Null pointer dereference
epson-inkjet-printer-escpr-1.6.21/src/wrapper.c:267:67: warning: Possible null pointer dereference: pfp [nullPointer]
epson-inkjet-printer-escpr-1.6.21/src/wrapper.c:176:8: note: Assignment 'pfp=0', assigned value is 0
epson-inkjet-printer-escpr-1.6.21/src/wrapper.c:267:67: note: Null pointer dereference
epson-inkjet-printer-escpr-1.6.21/src/wrapper.c:105:6: style: The scope of the variable 'i' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/src/xfifo.c:514:21: warning: Either the condition 'queue==NULL' is redundant or there is possible null pointer dereference: queue. [nullPointerRedundantCheck]
epson-inkjet-printer-escpr-1.6.21/src/xfifo.c:516:12: note: Assuming that condition 'queue==NULL' is not redundant
epson-inkjet-printer-escpr-1.6.21/src/xfifo.c:514:21: note: Null pointer dereference
epson-inkjet-printer-escpr-1.6.21/src/xfifo.c:572:21: warning: Either the condition 'queue!=NULL' is redundant or there is possible null pointer dereference: queue. [nullPointerRedundantCheck]
epson-inkjet-printer-escpr-1.6.21/src/xfifo.c:574:12: note: Assuming that condition 'queue!=NULL' is not redundant
epson-inkjet-printer-escpr-1.6.21/src/xfifo.c:572:21: note: Null pointer dereference
epson-inkjet-printer-escpr-1.6.21/src/xfifo.c:600:21: warning: Either the condition 'queue!=NULL' is redundant or there is possible null pointer dereference: queue. [nullPointerRedundantCheck]
epson-inkjet-printer-escpr-1.6.21/src/xfifo.c:602:15: note: Assuming that condition 'queue!=NULL' is not redundant
epson-inkjet-printer-escpr-1.6.21/src/xfifo.c:600:21: note: Null pointer dereference
epson-inkjet-printer-escpr-1.6.21/src/xfifo.c:207:9: style: The scope of the variable 'sleepTimeMilliSec' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/src/xfifo.c:259:9: style: The scope of the variable 'sleepTimeMilliSec' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/src/xfifo.c:343:12: style: The scope of the variable 'result' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/src/xfifo.c:623:17: style: The scope of the variable 'wp' can be reduced. [variableScope]
epson-inkjet-printer-escpr-1.6.21/src/xfifo.c:654:56: style: Function 'RingQueueReadStart' argument 2 names different: declaration 'buf' definition 'buffer'. [funcArgNamesDifferent]
epson-inkjet-printer-escpr-1.6.21/src/xfifo.c:110:62: note: Function 'RingQueueReadStart' argument 2 names different: declaration 'buf' definition 'buffer'.
epson-inkjet-printer-escpr-1.6.21/src/xfifo.c:654:56: note: Function 'RingQueueReadStart' argument 2 names different: declaration 'buf' definition 'buffer'.
[17:44]

ftp://ftp.se.debian.org/debian/pool/main/e/epstool/epstool_3.08+repack.orig.tar.gz
epstool-3.08/src/capp.c:734:15: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR' is always true. [redundantCondition]
epstool-3.08/src/capp.c:741:15: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR' is always true. [redundantCondition]
epstool-3.08/src/capp.c:744:15: style: Redundant condition: If 'EXPR >= 'A'', the comparison 'EXPR' is always true. [redundantCondition]
epstool-3.08/src/capp.c:462:11: style: Condition 'code==0' is always true [knownConditionTrueFalse]
epstool-3.08/src/capp.c:550:11: style: Condition 'code==0' is always true [knownConditionTrueFalse]
epstool-3.08/src/capp.c:726:5: warning: Division by result of sizeof(). strncpy() expects a size in bytes, did you intend to multiply instead? [sizeofDivisionMemfunc]
epstool-3.08/src/capp.c:267:5: warning: The buffer 'buf' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
epstool-3.08/src/cbmp.c:637:10: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
epstool-3.08/src/cbmp.c:636:20: note: outer condition: !code
epstool-3.08/src/cbmp.c:637:10: note: identical inner condition: !code
epstool-3.08/src/cbmp.c:430:13: style: Condition 'x&0' is always false [knownConditionTrueFalse]
epstool-3.08/src/cbmp.c:637:10: style: Condition '!code' is always true [knownConditionTrueFalse]
epstool-3.08/src/cbmp.c:636:20: note: Assuming that condition '!code' is not redundant
epstool-3.08/src/cbmp.c:637:10: note: Condition '!code' is always true
epstool-3.08/src/cbmp.c:657:14: warning: %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
epstool-3.08/src/cbmp.c:661:14: warning: %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
epstool-3.08/src/cbmp.c:665:14: warning: %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
epstool-3.08/src/cbmp.c:669:14: warning: %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
epstool-3.08/src/cbmp.c:700:13: warning: %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
epstool-3.08/src/cbmp.c:700:13: warning: %u in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
epstool-3.08/src/cbmp.c:709:10: warning: %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
epstool-3.08/src/cbmp.c:1596:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
epstool-3.08/src/cbmp.c:1596:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
epstool-3.08/src/cbmp.c:189:5: style: Variable 'bmf.bfReserved1' is reassigned a value before the old one has been used. [redundantAssignment]
epstool-3.08/src/cbmp.c:188:5: note: Variable 'bmf.bfReserved1' is reassigned a value before the old one has been used.
epstool-3.08/src/cbmp.c:189:5: note: Variable 'bmf.bfReserved1' is reassigned a value before the old one has been used.
epstool-3.08/src/cbmp.c:929:6: warning: Variable 'palcount' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch]
epstool-3.08/src/cbmp.c:926:6: note: Variable 'palcount' is reassigned a value before the old one has been used. 'break;' missing?
epstool-3.08/src/cbmp.c:929:6: note: Variable 'palcount' is reassigned a value before the old one has been used. 'break;' missing?
epstool-3.08/src/cbmp.c:930:6: warning: Variable 'pallength' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch]
epstool-3.08/src/cbmp.c:927:6: note: Variable 'pallength' is reassigned a value before the old one has been used. 'break;' missing?
epstool-3.08/src/cbmp.c:930:6: note: Variable 'pallength' is reassigned a value before the old one has been used. 'break;' missing?
epstool-3.08/src/cbmp.c:1735:5: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
epstool-3.08/src/cbmp.c:1732:0: note: Variable 'f' is reassigned a value before the old one has been used.
epstool-3.08/src/cbmp.c:1735:5: note: Variable 'f' is reassigned a value before the old one has been used.
epstool-3.08/src/cbmp.c:135:5: style: The scope of the variable 'shifter' can be reduced. [variableScope]
epstool-3.08/src/cbmp.c:234:20: style: The scope of the variable 'dest' can be reduced. [variableScope]
epstool-3.08/src/cbmp.c:409:10: style: The scope of the variable 'shift' can be reduced. [variableScope]
epstool-3.08/src/cbmp.c:486:9: style: The scope of the variable 'mask' can be reduced. [variableScope]
epstool-3.08/src/cbmp.c:526:9: style: The scope of the variable 'val' can be reduced. [variableScope]
epstool-3.08/src/cbmp.c:572:10: style: The scope of the variable 'tupltype' can be reduced. [variableScope]
epstool-3.08/src/cbmp.c:585:9: style: The scope of the variable 'endhdr' can be reduced. [variableScope]
epstool-3.08/src/cbmp.c:586:11: style: The scope of the variable 't1' can be reduced. [variableScope]
epstool-3.08/src/cbmp.c:587:11: style: The scope of the variable 't2' can be reduced. [variableScope]
epstool-3.08/src/cbmp.c:1077:9: style: The scope of the variable 'strip_len' can be reduced. [variableScope]
epstool-3.08/src/cbmp.c:1643:20: style: The scope of the variable 'p' can be reduced. [variableScope]
epstool-3.08/src/cbmp.c:199:29: style: Variable 'count' is assigned a value that is never used. [unreadVariable]
epstool-3.08/src/cbmp.c:1513:12: style: Variable 'code' is assigned a value that is never used. [unreadVariable]
epstool-3.08/src/cdoc.c:334:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
epstool-3.08/src/cdoc.c:985:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
epstool-3.08/src/cdoc.c:371:12: warning: Either the condition 'p==(TCHAR*)NULL' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
epstool-3.08/src/cdoc.c:372:11: note: Assuming that condition 'p==(TCHAR*)NULL' is not redundant
epstool-3.08/src/cdoc.c:371:12: note: Null pointer dereference
epstool-3.08/src/cdoc.c:304:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
epstool-3.08/src/cdoc.c:552:17: style: The scope of the variable 'p' can be reduced. [variableScope]
epstool-3.08/src/cdoc.c:170:14: style: Function 'doc_app' argument 1 names different: declaration 'd' definition 'doc'. [funcArgNamesDifferent]
epstool-3.08/src/cdoc.h:53:23: note: Function 'doc_app' argument 1 names different: declaration 'd' definition 'doc'.
epstool-3.08/src/cdoc.c:170:14: note: Function 'doc_app' argument 1 names different: declaration 'd' definition 'doc'.
epstool-3.08/src/cdoc.c:244:5: warning: Division by result of sizeof(). strncpy() expects a size in bytes, did you intend to multiply instead? [sizeofDivisionMemfunc]
epstool-3.08/src/cdoc.c:872:12: warning: Division by result of sizeof(). strncat() expects a size in bytes, did you intend to multiply instead? [sizeofDivisionMemfunc]
epstool-3.08/src/cdoc.c:884:2: warning: Division by result of sizeof(). strncpy() expects a size in bytes, did you intend to multiply instead? [sizeofDivisionMemfunc]
epstool-3.08/src/cdoc.c:940:6: warning: Division by result of sizeof(). strncpy() expects a size in bytes, did you intend to multiply instead? [sizeofDivisionMemfunc]
epstool-3.08/src/cdoc.c:947:6: warning: Division by result of sizeof(). strncpy() expects a size in bytes, did you intend to multiply instead? [sizeofDivisionMemfunc]
epstool-3.08/src/cdoc.c:984:2: warning: Division by result of sizeof(). strncpy() expects a size in bytes, did you intend to multiply instead? [sizeofDivisionMemfunc]
epstool-3.08/src/cdoc.c:987:2: warning: Division by result of sizeof(). strncpy() expects a size in bytes, did you intend to multiply instead? [sizeofDivisionMemfunc]
epstool-3.08/src/cdoc.c:995:2: warning: Division by result of sizeof(). strncpy() expects a size in bytes, did you intend to multiply instead? [sizeofDivisionMemfunc]
epstool-3.08/src/ceps.c:659:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
epstool-3.08/src/ceps.c:659:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
epstool-3.08/src/ceps.c:298:3: style: Variable 'mfh.bbox.bottom' is reassigned a value before the old one has been used. [redundantAssignment]
epstool-3.08/src/ceps.c:296:3: note: Variable 'mfh.bbox.bottom' is reassigned a value before the old one has been used.
epstool-3.08/src/ceps.c:298:3: note: Variable 'mfh.bbox.bottom' is reassigned a value before the old one has been used.
epstool-3.08/src/ceps.c:103:5: style: The scope of the variable 'shifter' can be reduced. [variableScope]
epstool-3.08/src/ceps.c:353:11: style: The scope of the variable 'mac' can be reduced. [variableScope]
epstool-3.08/src/ceps.c:627:9: style: The scope of the variable 'hexcount' can be reduced. [variableScope]
epstool-3.08/src/ceps.c:1165:9: style: The scope of the variable 'len' can be reduced. [variableScope]
epstool-3.08/src/ceps.c:1311:12: style: The scope of the variable 'f' can be reduced. [variableScope]
epstool-3.08/src/ceps.c:1344:9: style: The scope of the variable 'missing' can be reduced. [variableScope]
epstool-3.08/src/ceps.c:1376:9: style: The scope of the variable 'missing' can be reduced. [variableScope]
epstool-3.08/src/ceps.c:1408:9: style: The scope of the variable 'missing' can be reduced. [variableScope]
epstool-3.08/src/ceps.c:1456:9: style: The scope of the variable 'missing' can be reduced. [variableScope]
epstool-3.08/src/ceps.c:1503:14: style: The scope of the variable 'len' can be reduced. [variableScope]
epstool-3.08/src/ceps.c:1596:9: style: The scope of the variable 'i' can be reduced. [variableScope]
epstool-3.08/src/ceps.c:1599:14: style: The scope of the variable 'len' can be reduced. [variableScope]
epstool-3.08/src/ceps.c:1600:12: style: The scope of the variable 'f' can be reduced. [variableScope]
epstool-3.08/src/ceps.c:1649:17: style: The scope of the variable 'sepname1' can be reduced. [variableScope]
epstool-3.08/src/ceps.c:1731:14: style: The scope of the variable 'begin' can be reduced. [variableScope]
epstool-3.08/src/ceps.c:2352:11: style: The scope of the variable 'end' can be reduced. [variableScope]
epstool-3.08/src/ceps.c:2189:62: style: Function 'make_eps_pict' argument 7 names different: declaration 'type' definition 'mac_type'. [funcArgNamesDifferent]
epstool-3.08/src/ceps.h:36:39: note: Function 'make_eps_pict' argument 7 names different: declaration 'type' definition 'mac_type'.
epstool-3.08/src/ceps.c:2189:62: note: Function 'make_eps_pict' argument 7 names different: declaration 'type' definition 'mac_type'.
epstool-3.08/src/ceps.c:1606:12: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
epstool-3.08/src/ceps.c:2166:12: style: Variable 'code' is assigned a value that is never used. [unreadVariable]
epstool-3.08/src/ceps.c:1842:9: warning: The buffer 'outbuf' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
epstool-3.08/src/ceps.c:1851:9: warning: The buffer 'outbuf' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
epstool-3.08/src/ceps.c:1037:0: error: Memory leak: pbmi [memleak]
epstool-3.08/src/cimg.c:1958:6: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
epstool-3.08/src/cimg.c:1964:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
epstool-3.08/src/cimg.c:1966:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
epstool-3.08/src/cimg.c:1978:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
epstool-3.08/src/cimg.c:1978:5: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
epstool-3.08/src/cimg.c:2112:23: warning: Either the condition 'img==NULL' is redundant or there is possible null pointer dereference: img. [nullPointerRedundantCheck]
epstool-3.08/src/cimg.c:2116:14: note: Assuming that condition 'img==NULL' is not redundant
epstool-3.08/src/cimg.c:2112:23: note: Null pointer dereference
epstool-3.08/src/cimg.c:2113:24: warning: Either the condition 'img==NULL' is redundant or there is possible null pointer dereference: img. [nullPointerRedundantCheck]
epstool-3.08/src/cimg.c:2116:14: note: Assuming that condition 'img==NULL' is not redundant
epstool-3.08/src/cimg.c:2113:24: note: Null pointer dereference
epstool-3.08/src/cimg.c:93:9: style: The scope of the variable 'val' can be reduced. [variableScope]
epstool-3.08/src/cimg.c:115:19: style: The scope of the variable 'value' can be reduced. [variableScope]
epstool-3.08/src/cimg.c:135:19: style: The scope of the variable 'value' can be reduced. [variableScope]
epstool-3.08/src/cimg.c:155:19: style: The scope of the variable 'value' can be reduced. [variableScope]
epstool-3.08/src/cimg.c:175:19: style: The scope of the variable 'value' can be reduced. [variableScope]
epstool-3.08/src/cimg.c:195:9: style: The scope of the variable 'cyan' can be reduced. [variableScope]
epstool-3.08/src/cimg.c:195:15: style: The scope of the variable 'magenta' can be reduced. [variableScope]
epstool-3.08/src/cimg.c:195:24: style: The scope of the variable 'yellow' can be reduced. [variableScope]
epstool-3.08/src/cimg.c:195:32: style: The scope of the variable 'black' can be reduced. [variableScope]
epstool-3.08/src/cimg.c:329:19: style: The scope of the variable 'value' can be reduced. [variableScope]
epstool-3.08/src/cimg.c:349:19: style: The scope of the variable 'value' can be reduced. [variableScope]
epstool-3.08/src/cimg.c:369:19: style: The scope of the variable 'value' can be reduced. [variableScope]
epstool-3.08/src/cimg.c:389:19: style: The scope of the variable 'value' can be reduced. [variableScope]
epstool-3.08/src/cimg.c:409:9: style: The scope of the variable 'cyan' can be reduced. [variableScope]
epstool-3.08/src/cimg.c:409:15: style: The scope of the variable 'magenta' can be reduced. [variableScope]
epstool-3.08/src/cimg.c:409:24: style: The scope of the variable 'yellow' can be reduced. [variableScope]
epstool-3.08/src/cimg.c:409:32: style: The scope of the variable 'black' can be reduced. [variableScope]
epstool-3.08/src/cimg.c:500:9: style: The scope of the variable 'val' can be reduced. [variableScope]
epstool-3.08/src/cimg.c:684:9: style: The scope of the variable 'value' can be reduced. [variableScope]
epstool-3.08/src/cimg.c:1107:17: style: The scope of the variable 'source' can be reduced. [variableScope]
epstool-3.08/src/cimg.c:1818:9: style: The scope of the variable 'packin_count' can be reduced. [variableScope]
epstool-3.08/src/cimg.c:39:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
epstool-3.08/src/cimg.c:40:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
epstool-3.08/src/cimg.c:41:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
epstool-3.08/src/cimg.c:42:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
epstool-3.08/src/clfile.c:240:12: style: Variable 'code' is assigned a value that is never used. [unreadVariable]
epstool-3.08/src/clzw.c:128:19: style: The scope of the variable 'ch' can be reduced. [variableScope]
epstool-3.08/src/clzw.c:129:9: style: The scope of the variable 'hash_index' can be reduced. [variableScope]
epstool-3.08/src/cmac.c:769:17: style: The scope of the variable 'p' can be reduced. [variableScope]
epstool-3.08/src/cmbcs.c:69:15: style: Redundant condition: If 'EXPR >= 128', the comparison 'EXPR' is always true. [redundantCondition]
epstool-3.08/src/cmbcs.c:164:12: style: The scope of the variable 'j' can be reduced. [variableScope]
epstool-3.08/src/cpdfscan.c:198:4: warning: Either the condition 'ps!=NULL' is redundant or there is possible null pointer dereference: ps. [nullPointerRedundantCheck]
epstool-3.08/src/cpdfscan.c:195:12: note: Assuming that condition 'ps!=NULL' is not redundant
epstool-3.08/src/cpdfscan.c:198:4: note: Null pointer dereference
epstool-3.08/src/cpdfscan.c:436:10: style: The scope of the variable 'r' can be reduced. [variableScope]
epstool-3.08/src/cpdfscan.c:999:11: style: The scope of the variable 'ch' can be reduced. [variableScope]
epstool-3.08/src/cpdfscan.c:1706:11: style: Function 'pdf_scan_open' argument 3 names different: declaration 'print_fn' definition 'fn'. [funcArgNamesDifferent]
epstool-3.08/src/cpdfscan.h:42:10: note: Function 'pdf_scan_open' argument 3 names different: declaration 'print_fn' definition 'fn'.
epstool-3.08/src/cpdfscan.c:1706:11: note: Function 'pdf_scan_open' argument 3 names different: declaration 'print_fn' definition 'fn'.
epstool-3.08/src/cpdfscan.c:109:8: style: union member 'value_u::opval' is never used. [unusedStructMember]
epstool-3.08/src/cps.c:90:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
epstool-3.08/src/cps.c:150:10: style: The scope of the variable 'line' can be reduced. [variableScope]
epstool-3.08/src/dscparse.c:2743:9: style: Condition '!rc' is always true [knownConditionTrueFalse]
epstool-3.08/src/dscparse.c:2737:14: note: Assignment 'rc=0', assigned value is 0
epstool-3.08/src/dscparse.c:2743:9: note: Condition '!rc' is always true
epstool-3.08/src/dscparse.c:612:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
epstool-3.08/src/dscparse.c:1214:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
epstool-3.08/src/dscparse.c:4483:6: style: Variable 'cyan' is reassigned a value before the old one has been used. [redundantAssignment]
epstool-3.08/src/dscparse.c:4482:6: note: Variable 'cyan' is reassigned a value before the old one has been used.
epstool-3.08/src/dscparse.c:4483:6: note: Variable 'cyan' is reassigned a value before the old one has been used.
epstool-3.08/src/dscparse.c:4559:6: style: Variable 'red' is reassigned a value before the old one has been used. [redundantAssignment]
epstool-3.08/src/dscparse.c:4558:6: note: Variable 'red' is reassigned a value before the old one has been used.
epstool-3.08/src/dscparse.c:4559:6: note: Variable 'red' is reassigned a value before the old one has been used.
epstool-3.08/src/dscparse.c:1012:15: style: The scope of the variable 'last' can be reduced. [variableScope]
epstool-3.08/src/dscparse.c:1373:13: style: The scope of the variable 'EntryID' can be reduced. [variableScope]
epstool-3.08/src/dscparse.c:1374:13: style: The scope of the variable 'Offset' can be reduced. [variableScope]
epstool-3.08/src/dscparse.c:1375:13: style: The scope of the variable 'Length' can be reduced. [variableScope]
epstool-3.08/src/dscparse.c:1377:9: style: The scope of the variable 'index' can be reduced. [variableScope]
epstool-3.08/src/dscparse.c:1914:18: style: The scope of the variable 'i' can be reduced. [variableScope]
epstool-3.08/src/dscparse.c:1957:7: style: The scope of the variable 'colour' can be reduced. [variableScope]
epstool-3.08/src/dscparse.c:1958:7: style: The scope of the variable 'type' can be reduced. [variableScope]
epstool-3.08/src/dscparse.c:2041:20: style: The scope of the variable 'p' can be reduced. [variableScope]
epstool-3.08/src/dscparse.c:2472:8: style: The scope of the variable 'w' can be reduced. [variableScope]
epstool-3.08/src/dscparse.c:2738:17: style: The scope of the variable 'font' can be reduced. [variableScope]
epstool-3.08/src/dscparse.c:2739:17: style: The scope of the variable 'feature' can be reduced. [variableScope]
epstool-3.08/src/dscparse.c:2740:17: style: The scope of the variable 'resource' can be reduced. [variableScope]
epstool-3.08/src/dscparse.c:2741:17: style: The scope of the variable 'procset' can be reduced. [variableScope]
epstool-3.08/src/dscparse.c:3592:19: style: The scope of the variable 'ch' can be reduced. [variableScope]
epstool-3.08/src/dscparse.c:3680:19: style: The scope of the variable 'ch' can be reduced. [variableScope]
epstool-3.08/src/dscparse.c:3706:19: style: The scope of the variable 'ch' can be reduced. [variableScope]
epstool-3.08/src/dscparse.c:3911:10: style: The scope of the variable 'composite' can be reduced. [variableScope]
epstool-3.08/src/dscparse.c:4048:9: style: The scope of the variable 'filename_length' can be reduced. [variableScope]
epstool-3.08/src/dscparse.c:4163:9: style: The scope of the variable 'filename_length' can be reduced. [variableScope]
epstool-3.08/src/dscparse.c:4459:12: style: The scope of the variable 'blank_line' can be reduced. [variableScope]
epstool-3.08/src/dscparse.c:4535:12: style: The scope of the variable 'blank_line' can be reduced. [variableScope]
epstool-3.08/src/dscparse.c:318:48: style: Function 'dsc_scan_data' argument 3 names different: declaration 'len' definition 'length'. [funcArgNamesDifferent]
epstool-3.08/src/dscparse.h:542:52: note: Function 'dsc_scan_data' argument 3 names different: declaration 'len' definition 'length'.
epstool-3.08/src/dscparse.c:318:48: note: Function 'dsc_scan_data' argument 3 names different: declaration 'len' definition 'length'.
epstool-3.08/src/dscparse.c:627:8: style: Function 'dsc_set_error_function' argument 2 names different: declaration 'dsc_error_fn' definition 'fn'. [funcArgNamesDifferent]
epstool-3.08/src/dscparse.h:549:11: note: Function 'dsc_set_error_function' argument 2 names different: declaration 'dsc_error_fn' definition 'fn'.
epstool-3.08/src/dscparse.c:627:8: note: Function 'dsc_set_error_function' argument 2 names different: declaration 'dsc_error_fn' definition 'fn'.
epstool-3.08/src/dscparse.c:1665:53: style: Function 'dsc_parse_float_bounding_box' argument 2 names different: declaration 'pfbbox' definition 'pbbox'. [funcArgNamesDifferent]
epstool-3.08/src/dscparse.c:107:69: note: Function 'dsc_parse_float_bounding_box' argument 2 names different: declaration 'pfbbox' definition 'pbbox'.
epstool-3.08/src/dscparse.c:1665:53: note: Function 'dsc_parse_float_bounding_box' argument 2 names different: declaration 'pfbbox' definition 'pbbox'.
epstool-3.08/src/dscutil.c:201:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
epstool-3.08/src/dscutil.c:290:2: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
epstool-3.08/src/dscutil.c:290:2: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
epstool-3.08/src/dscutil.c:290:2: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
epstool-3.08/src/dscutil.c:290:2: warning: %ld in format string (no. 4) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
epstool-3.08/src/dscutil.c:290:2: warning: %ld in format string (no. 5) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
epstool-3.08/src/dscutil.c:290:2: warning: %ld in format string (no. 6) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
epstool-3.08/src/dscutil.c:297:2: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
epstool-3.08/src/dscutil.c:297:2: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
epstool-3.08/src/dscutil.c:297:2: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
epstool-3.08/src/dscutil.c:297:2: warning: %ld in format string (no. 4) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
epstool-3.08/src/dscutil.c:320:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
epstool-3.08/src/dscutil.c:407:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
epstool-3.08/src/dscutil.c:453:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
epstool-3.08/src/dscutil.c:549:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
epstool-3.08/src/dscutil.c:176:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
epstool-3.08/src/epstool.c:1483:13: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR' is always true. [redundantCondition]
epstool-3.08/src/epstool.c:1507:13: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR' is always true. [redundantCondition]
epstool-3.08/src/epstool.c:1530:13: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR' is always true. [redundantCondition]
epstool-3.08/src/epstool.c:375:3: warning: Either the condition 'rs' is redundant or there is possible null pointer dereference: rs. [nullPointerRedundantCheck]
epstool-3.08/src/epstool.c:373:10: note: Assuming that condition 'rs' is not redundant
epstool-3.08/src/epstool.c:375:3: note: Null pointer dereference
epstool-3.08/src/epstool.c:377:8: warning: Either the condition 'rs' is redundant or there is possible null pointer dereference: rs. [nullPointerRedundantCheck]
epstool-3.08/src/epstool.c:373:10: note: Assuming that condition 'rs' is not redundant
epstool-3.08/src/epstool.c:377:8: note: Null pointer dereference
epstool-3.08/src/epstool.c:1154:17: warning: Either the condition 'img==NULL' is redundant or there is possible null pointer dereference: img. [nullPointerRedundantCheck]
epstool-3.08/src/epstool.c:1157:11: note: Assuming that condition 'img==NULL' is not redundant
epstool-3.08/src/epstool.c:1154:17: note: Null pointer dereference
epstool-3.08/src/epstool.c:1155:18: warning: Either the condition 'img==NULL' is redundant or there is possible null pointer dereference: img. [nullPointerRedundantCheck]
epstool-3.08/src/epstool.c:1157:11: note: Assuming that condition 'img==NULL' is not redundant
epstool-3.08/src/epstool.c:1155:18: note: Null pointer dereference
epstool-3.08/src/epstool.c:258:18: style: The scope of the variable 'p' can be reduced. [variableScope]
epstool-3.08/src/epstool.c:671:9: style: The scope of the variable 'i' can be reduced. [variableScope]
epstool-3.08/src/epstool.c:1409:17: style: The scope of the variable 'fname' can be reduced. [variableScope]
epstool-3.08/src/epstool.c:1461:11: style: The scope of the variable 'f' can be reduced. [variableScope]
epstool-3.08/src/epstool.c:1466:9: style: The scope of the variable 'i' can be reduced. [variableScope]
epstool-3.08/src/epstool.c:1467:11: style: The scope of the variable 's' can be reduced. [variableScope]
epstool-3.08/src/epstool.c:1594:20: style: The scope of the variable 'pcolour' can be reduced. [variableScope]
epstool-3.08/src/epstool.c:1628:10: style: The scope of the variable 'line' can be reduced. [variableScope]
epstool-3.08/src/epstool.c:1909:9: style: The scope of the variable 'hires_bbox_valid' can be reduced. [variableScope]
epstool-3.08/src/epstool.c:2257:10: style: The scope of the variable 'line' can be reduced. [variableScope]
epstool-3.08/src/epstool.c:2499:21: style: Function 'load_string' argument 1 names different: declaration 'app' definition 'a'. [funcArgNamesDifferent]
epstool-3.08/src/capp.h:84:25: note: Function 'load_string' argument 1 names different: declaration 'app' definition 'a'.
epstool-3.08/src/epstool.c:2499:21: note: Function 'load_string' argument 1 names different: declaration 'app' definition 'a'.
epstool-3.08/src/epstool.c:2499:28: style: Function 'load_string' argument 2 names different: declaration 'i' definition 'id'. [funcArgNamesDifferent]
epstool-3.08/src/capp.h:84:34: note: Function 'load_string' argument 2 names different: declaration 'i' definition 'id'.
epstool-3.08/src/epstool.c:2499:28: note: Function 'load_string' argument 2 names different: declaration 'i' definition 'id'.
epstool-3.08/src/epstool.c:2555:29: style: Function 'pagecache_unref_all' argument 1 names different: declaration 'app' definition 'a'. [funcArgNamesDifferent]
epstool-3.08/src/cpagec.h:26:33: note: Function 'pagecache_unref_all' argument 1 names different: declaration 'app' definition 'a'.
epstool-3.08/src/epstool.c:2555:29: note: Function 'pagecache_unref_all' argument 1 names different: declaration 'app' definition 'a'.
epstool-3.08/src/epstool.c:267:5: warning: Division by result of sizeof(). strncpy() expects a size in bytes, did you intend to multiply instead? [sizeofDivisionMemfunc]
epstool-3.08/src/epstool.c:319:6: warning: Division by result of sizeof(). strncpy() expects a size in bytes, did you intend to multiply instead? [sizeofDivisionMemfunc]
epstool-3.08/src/epstool.c:357:6: warning: Division by result of sizeof(). strncpy() expects a size in bytes, did you intend to multiply instead? [sizeofDivisionMemfunc]
epstool-3.08/src/epstool.c:424:6: warning: Division by result of sizeof(). strncpy() expects a size in bytes, did you intend to multiply instead? [sizeofDivisionMemfunc]
epstool-3.08/src/epstool.c:453:6: warning: Division by result of sizeof(). strncpy() expects a size in bytes, did you intend to multiply instead? [sizeofDivisionMemfunc]
epstool-3.08/src/epstool.c:483:6: warning: Division by result of sizeof(). strncpy() expects a size in bytes, did you intend to multiply instead? [sizeofDivisionMemfunc]
epstool-3.08/src/epstool.c:489:6: warning: Division by result of sizeof(). strncpy() expects a size in bytes, did you intend to multiply instead? [sizeofDivisionMemfunc]
epstool-3.08/src/epstool.c:507:6: warning: Division by result of sizeof(). strncpy() expects a size in bytes, did you intend to multiply instead? [sizeofDivisionMemfunc]
epstool-3.08/src/epstool.c:578:3: warning: Division by result of sizeof(). strncpy() expects a size in bytes, did you intend to multiply instead? [sizeofDivisionMemfunc]
epstool-3.08/src/epstool.c:581:3: warning: Division by result of sizeof(). strncpy() expects a size in bytes, did you intend to multiply instead? [sizeofDivisionMemfunc]
epstool-3.08/src/epstool.c:1855:13: warning: Size of pointer 'newimg' used instead of size of its data. [pointerSize]
epstool-3.08/src/epstool.c:1726:2: style: Variable 'code' is assigned a value that is never used. [unreadVariable]
epstool-3.08/src/xdll.c:79:6: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
epstool-3.08/src/xdll.c:45:7: style: The scope of the variable 'shortname' can be reduced. [variableScope]
epstool-3.08/src/xnodll.c:48:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
epstool-3.08/srcwin/wdll.c:141:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
epstool-3.08/srcwin/wdll.c:100:8: style: The scope of the variable 'p' can be reduced. [variableScope]
epstool-3.08/srcwin/wfile.c:42:8: style: struct member 'GFile_s::m_file' is never used. [unusedStructMember]
epstool-3.08/srcwin/wgsver.c:61:9: style: The scope of the variable 'ver' can be reduced. [variableScope]
epstool-3.08/srcwin/wgsver.c:62:11: style: The scope of the variable 'p' can be reduced. [variableScope]
[17:44]

ftp://ftp.se.debian.org/debian/pool/main/e/epubcheck/epubcheck_4.0.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/epwutil/epwutil_1.1.orig.tar.gz
epwutil-1.1.orig/bookinfo.c:126:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
epwutil-1.1.orig/bookinfo.c:127:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
epwutil-1.1.orig/bookinfo.c:205:6: warning: %lu in format string (no. 5) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
epwutil-1.1.orig/bookinfo.c:103:19: style: The scope of the variable 'must' can be reduced. [variableScope]
epwutil-1.1.orig/bookinfo.c:103:25: style: The scope of the variable 'mark' can be reduced. [variableScope]
epwutil-1.1.orig/bookinfo.c:521:10: style: The scope of the variable 'dmin' can be reduced. [variableScope]
epwutil-1.1.orig/bookinfo.c:521:16: style: The scope of the variable 'dmax' can be reduced. [variableScope]
epwutil-1.1.orig/bookinfo.c:105:39: style: Unused variable: tmp4 [unusedVariable]
epwutil-1.1.orig/bookinfo.c:385:10: style: Unused variable: c1 [unusedVariable]
epwutil-1.1.orig/bookinfo.c:385:14: style: Unused variable: c2 [unusedVariable]
epwutil-1.1.orig/bookinfo.c:602:0: error: Uninitialized variable: n [uninitvar]
epwutil-1.1.orig/bread.c:130:10: style: The scope of the variable 'b1' can be reduced. [variableScope]
epwutil-1.1.orig/bread.c:130:14: style: The scope of the variable 'b2' can be reduced. [variableScope]
epwutil-1.1.orig/bread.c:183:2: error: Memory leak: infop [memleak]
epwutil-1.1.orig/bwrite.c:147:10: style: Unused variable: i [unusedVariable]
epwutil-1.1.orig/bwrite.c:148:11: style: Unused variable: n [unusedVariable]
epwutil-1.1.orig/catdump.c:279:11: style: The scope of the variable 'eb' can be reduced. [variableScope]
epwutil-1.1.orig/catdump.c:280:12: style: The scope of the variable 'epw' can be reduced. [variableScope]
epwutil-1.1.orig/catdump.c:281:13: style: The scope of the variable 'epw2' can be reduced. [variableScope]
epwutil-1.1.orig/catdump.c:508:10: style: Unused variable: c1 [unusedVariable]
epwutil-1.1.orig/catdump.c:508:14: style: Unused variable: c2 [unusedVariable]
epwutil-1.1.orig/catdump.c:1055:10: style: Unused variable: c1 [unusedVariable]
epwutil-1.1.orig/catdump.c:1055:14: style: Unused variable: c2 [unusedVariable]
epwutil-1.1.orig/catdump.c:619:24: error: Uninitialized variable: i [uninitvar]
epwutil-1.1.orig/squeeze.c:899:19: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
epwutil-1.1.orig/squeeze.c:611:10: style: The scope of the variable 'dmin' can be reduced. [variableScope]
epwutil-1.1.orig/squeeze.c:611:16: style: The scope of the variable 'dmax' can be reduced. [variableScope]
epwutil-1.1.orig/squeeze.c:899:19: warning: Result of operator '|' is always true if one operand is non-zero. Did you intend to use '&'? [badBitmaskCheck]
epwutil-1.1.orig/squeeze.c:408:0: error: Memory leak: ninfop [memleak]
epwutil-1.1.orig/squeeze.c:652:0: error: Uninitialized variable: n [uninitvar]
[17:44]

ftp://ftp.se.debian.org/debian/pool/main/e/epydoc/epydoc_3.0.1+dfsg.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/epylog/epylog_1.0.8.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/eq10q/eq10q_2.2~repack0.orig.tar.gz
eq10q-2.2/dsp/filter.c:44:26: style: Function 'FilterClean' argument 1 names different: declaration 'f' definition 'filter'. [funcArgNamesDifferent]
eq10q-2.2/dsp/filter.h:82:26: note: Function 'FilterClean' argument 1 names different: declaration 'f' definition 'filter'.
eq10q-2.2/dsp/filter.c:44:26: note: Function 'FilterClean' argument 1 names different: declaration 'f' definition 'filter'.
eq10q-2.2/dynamics.c:37:0: error: Failed to parse #define [preprocessorErrorDirective]
eq10q-2.2/eq.c:0:0: error: syntax error [syntaxError]
eq10q-2.2/eq.c:0:0: note: syntax error
eq10q-2.2/eq.c:0:0: note: syntax error
eq10q-2.2/gui/bassup_ui.cpp:68:27: style: C-style pointer casting [cstyleCast]
eq10q-2.2/gui/bassup_ui.cpp:82:27: style: C-style pointer casting [cstyleCast]
eq10q-2.2/gui/dyn_ui.cpp:98:24: style: C-style pointer casting [cstyleCast]
eq10q-2.2/gui/dyn_ui.cpp:112:24: style: C-style pointer casting [cstyleCast]
eq10q-2.2/gui/widgets/button.h:30:5: style: Class 'Button' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eq10q-2.2/gui/widgets/toggle_button.h:29:5: style: Class 'ToggleButton' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eq10q-2.2/gui/widgets/dynplot.h:29:5: style: Class 'PlotDynCurve' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eq10q-2.2/gui/widgets/toggle_button.h:36:18: style: The function 'on_button_release_event' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eq10q-2.2/gui/widgets/button.h:45:18: note: Virtual function in base class
eq10q-2.2/gui/widgets/toggle_button.h:36:18: note: Function in derived class
eq10q-2.2/gui/widgets/toggle_button.h:38:18: style: The function 'on_expose_event' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eq10q-2.2/gui/widgets/button.h:42:18: note: Virtual function in base class
eq10q-2.2/gui/widgets/toggle_button.h:38:18: note: Function in derived class
eq10q-2.2/gui/eq10q_ui.cpp:127:23: style: C-style pointer casting [cstyleCast]
eq10q-2.2/gui/eq10q_ui.cpp:141:23: style: C-style pointer casting [cstyleCast]
eq10q-2.2/gui/widgets/eqparams.h:26:5: style: Class 'EqParams' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eq10q-2.2/gui/widgets/abbutton.h:33:18: style: The function 'on_expose_event' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eq10q-2.2/gui/widgets/toggle_button.h:38:18: note: Virtual function in base class
eq10q-2.2/gui/widgets/abbutton.h:33:18: note: Function in derived class
eq10q-2.2/gui/midside_ui.cpp:86:28: style: C-style pointer casting [cstyleCast]
eq10q-2.2/gui/midside_ui.cpp:100:28: style: C-style pointer casting [cstyleCast]
eq10q-2.2/gui/widgets/bandctl.cpp:919:11: warning: Redundant assignment of 'str' to itself. [selfAssignment]
eq10q-2.2/gui/widgets/bandctl.cpp:508:0: style: Boolean variable 'pressed' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
eq10q-2.2/gui/widgets/bandctl.cpp:509:0: style: Boolean variable 'pressed' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
eq10q-2.2/gui/widgets/bandctl.cpp:512:0: style: Boolean variable 'pressed' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
eq10q-2.2/gui/widgets/bandctl.cpp:624:0: style: Boolean variable 'focus' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
eq10q-2.2/gui/widgets/bandctl.cpp:625:0: style: Boolean variable 'focus' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
eq10q-2.2/gui/widgets/bandctl.cpp:628:0: style: Boolean variable 'focus' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
eq10q-2.2/gui/widgets/bandctl.cpp:660:8: style: Boolean variable 'm_bBandIsEnabled' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
eq10q-2.2/gui/widgets/bandctl.cpp:681:12: style: Boolean variable 'm_bBandIsEnabled' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
eq10q-2.2/gui/widgets/bandctl.cpp:689:12: style: Boolean variable 'm_bBandIsEnabled' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
eq10q-2.2/gui/widgets/bassupwindow.cpp:34:65: performance: Function parameter 'bundlePath' should be passed by const reference. [passedByValue]
eq10q-2.2/gui/widgets/bodeplot.cpp:1725:38: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
eq10q-2.2/dsp/fastmath.h:67:11: style: The scope of the variable 'matissa' can be reduced. [variableScope]
eq10q-2.2/dsp/fastmath.h:84:11: style: The scope of the variable 'matissa' can be reduced. [variableScope]
eq10q-2.2/gui/widgets/bodeplot.cpp:1012:14: style: The scope of the variable 'fft_raw_freq' can be reduced. [variableScope]
eq10q-2.2/gui/widgets/bodeplot.h:66:18: warning: Virtual function 'setSampleRate' is called from constructor 'PlotEQCurve(int iNumOfBands,int channels)' at line 148. Dynamic binding is not used. [virtualCallInConstructor]
eq10q-2.2/gui/widgets/bodeplot.cpp:148:3: note: Calling setSampleRate
eq10q-2.2/gui/widgets/bodeplot.h:66:18: note: setSampleRate is a virtual method
eq10q-2.2/gui/widgets/dynamicswindow.cpp:36:59: performance: Function parameter 'bundlePath' should be passed by const reference. [passedByValue]
eq10q-2.2/gui/widgets/dynamicswindow.cpp:36:83: performance: Function parameter 'title' should be passed by const reference. [passedByValue]
eq10q-2.2/gui/widgets/dynplot.cpp:36:15: warning: Member variable 'PlotDynCurve::width' is not initialized in the constructor. [uninitMemberVar]
eq10q-2.2/gui/widgets/dynplot.cpp:36:15: warning: Member variable 'PlotDynCurve::height' is not initialized in the constructor. [uninitMemberVar]
eq10q-2.2/gui/widgets/eqparams.cpp:41:21: style: C-style pointer casting [cstyleCast]
eq10q-2.2/gui/widgets/eqparams.cpp:254:10: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
eq10q-2.2/gui/widgets/eqparams.cpp:255:10: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
eq10q-2.2/gui/widgets/eqparams.cpp:268:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
eq10q-2.2/gui/widgets/eqparams.cpp:269:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
eq10q-2.2/gui/widgets/eqparams.cpp:38:11: warning: Member variable 'EqParams::m_fInGain' is not initialized in the constructor. [uninitMemberVar]
eq10q-2.2/gui/widgets/eqparams.cpp:38:11: warning: Member variable 'EqParams::m_fOutGain' is not initialized in the constructor. [uninitMemberVar]
eq10q-2.2/gui/widgets/eqparams.h:46:11: style: Technically the member function 'EqParams::getInputGain' can be const. [functionConst]
eq10q-2.2/gui/widgets/eqparams.cpp:74:17: note: Technically the member function 'EqParams::getInputGain' can be const.
eq10q-2.2/gui/widgets/eqparams.h:46:11: note: Technically the member function 'EqParams::getInputGain' can be const.
eq10q-2.2/gui/widgets/eqparams.h:47:11: style: Technically the member function 'EqParams::getOutputGain' can be const. [functionConst]
eq10q-2.2/gui/widgets/eqparams.cpp:79:17: note: Technically the member function 'EqParams::getOutputGain' can be const.
eq10q-2.2/gui/widgets/eqparams.h:47:11: note: Technically the member function 'EqParams::getOutputGain' can be const.
eq10q-2.2/gui/widgets/eqparams.h:48:11: style: Technically the member function 'EqParams::getBandGain' can be const. [functionConst]
eq10q-2.2/gui/widgets/eqparams.cpp:59:17: note: Technically the member function 'EqParams::getBandGain' can be const.
eq10q-2.2/gui/widgets/eqparams.h:48:11: note: Technically the member function 'EqParams::getBandGain' can be const.
eq10q-2.2/gui/widgets/eqparams.h:49:11: style: Technically the member function 'EqParams::getBandFreq' can be const. [functionConst]
eq10q-2.2/gui/widgets/eqparams.cpp:54:17: note: Technically the member function 'EqParams::getBandFreq' can be const.
eq10q-2.2/gui/widgets/eqparams.h:49:11: note: Technically the member function 'EqParams::getBandFreq' can be const.
eq10q-2.2/gui/widgets/eqparams.h:50:11: style: Technically the member function 'EqParams::getBandQ' can be const. [functionConst]
eq10q-2.2/gui/widgets/eqparams.cpp:64:17: note: Technically the member function 'EqParams::getBandQ' can be const.
eq10q-2.2/gui/widgets/eqparams.h:50:11: note: Technically the member function 'EqParams::getBandQ' can be const.
eq10q-2.2/gui/widgets/eqparams.h:51:9: style: Technically the member function 'EqParams::getBandType' can be const. [functionConst]
eq10q-2.2/gui/widgets/eqparams.cpp:69:15: note: Technically the member function 'EqParams::getBandType' can be const.
eq10q-2.2/gui/widgets/eqparams.h:51:9: note: Technically the member function 'EqParams::getBandType' can be const.
eq10q-2.2/gui/widgets/eqparams.h:52:10: style: Technically the member function 'EqParams::getBandEnabled' can be const. [functionConst]
eq10q-2.2/gui/widgets/eqparams.cpp:49:16: note: Technically the member function 'EqParams::getBandEnabled' can be const.
eq10q-2.2/gui/widgets/eqparams.h:52:10: note: Technically the member function 'EqParams::getBandEnabled' can be const.
eq10q-2.2/gui/widgets/eqparams.cpp:41:3: style: Class 'EqParams' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
eq10q-2.2/gui/widgets/eqparams.cpp:41:3: style: Class 'EqParams' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
eq10q-2.2/gui/widgets/eqwindow.cpp:438:11: style: Boolean value assigned to floating point variable. [assignBoolToFloat]
eq10q-2.2/gui/widgets/eqwindow.cpp:411:9: style: The scope of the variable 'usedQ' can be reduced. [variableScope]
eq10q-2.2/gui/widgets/faderwidget.cpp:109:10: style: The scope of the variable 'm' can be reduced. [variableScope]
eq10q-2.2/gui/widgets/faderwidget.cpp:109:13: style: The scope of the variable 'n' can be reduced. [variableScope]
eq10q-2.2/gui/widgets/knob2.cpp:38:62: performance: Function parameter 'sLabel' should be passed by const reference. [passedByValue]
eq10q-2.2/gui/widgets/knob2.cpp:38:82: performance: Function parameter 'sUnits' should be passed by const reference. [passedByValue]
eq10q-2.2/gui/widgets/midsidewindow.cpp:34:67: performance: Function parameter 'bundlePath' should be passed by const reference. [passedByValue]
eq10q-2.2/gui/widgets/pixmapcombo.h:48:5: style: Class 'PixMapCombo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eq10q-2.2/gui/widgets/setwidgetcolors.h:35:30: style: Technically the member function 'SetWidgetColors::getPlainButtonStyle' can be const. [functionConst]
eq10q-2.2/gui/widgets/setwidgetcolors.cpp:70:45: note: Technically the member function 'SetWidgetColors::getPlainButtonStyle' can be const.
eq10q-2.2/gui/widgets/setwidgetcolors.h:35:30: note: Technically the member function 'SetWidgetColors::getPlainButtonStyle' can be const.
eq10q-2.2/gui/widgets/sidechainbox.cpp:27:41: performance: Function parameter 'sTitle' should be passed by const reference. [passedByValue]
eq10q-2.2/gui/widgets/templatewidget.cpp:161:8: style: The scope of the variable 'desp' can be reduced. [variableScope]
eq10q-2.2/gui/widgets/templatewidget.cpp:162:7: style: The scope of the variable 'ix' can be reduced. [variableScope]
eq10q-2.2/gui/widgets/vuwidget.cpp:140:30: style: Function 'clearPeak' argument 1 names different: declaration 'uChannel' definition 'iChannel'. [funcArgNamesDifferent]
eq10q-2.2/gui/widgets/vuwidget.h:52:22: note: Function 'clearPeak' argument 1 names different: declaration 'uChannel' definition 'iChannel'.
eq10q-2.2/gui/widgets/vuwidget.cpp:140:30: note: Function 'clearPeak' argument 1 names different: declaration 'uChannel' definition 'iChannel'.
eq10q-2.2/gui/widgets/vuwidget.cpp:37:71: performance: Function parameter 'title' should be passed by const reference. [passedByValue]
eq10q-2.2/midside_matrix.c:0:0: error: syntax error [syntaxError]
eq10q-2.2/midside_matrix.c:0:0: note: syntax error
eq10q-2.2/midside_matrix.c:0:0: note: syntax error
[17:44]

ftp://ftp.se.debian.org/debian/pool/main/e/eql/eql_1.2.ds1.orig.tar.gz
eql-1.2.ds1/eql_enslave.c:99:21: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
eql-1.2.ds1/eql_enslave.c:89:21: style: Function 'check_running' argument 1 names different: declaration 'device_name' definition 'name'. [funcArgNamesDifferent]
eql-1.2.ds1/eql_enslave.c:19:26: note: Function 'check_running' argument 1 names different: declaration 'device_name' definition 'name'.
eql-1.2.ds1/eql_enslave.c:89:21: note: Function 'check_running' argument 1 names different: declaration 'device_name' definition 'name'.
[17:44]

ftp://ftp.se.debian.org/debian/pool/main/e/eqonomize/eqonomize_1.2.0.orig.tar.gz
eqonomize-1.2.0/src/account.cpp:231:27: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/account.cpp:232:27: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/account.h:74:16: warning: Virtual function 'readAttributes' is called from constructor 'Account(Budget*parent_budget,QXmlStreamReader*xml,bool*valid)' at line 35. Dynamic binding is not used. [virtualCallInConstructor]
eqonomize-1.2.0/src/account.cpp:35:2: note: Calling readAttributes
eqonomize-1.2.0/src/account.h:74:16: note: readAttributes is a virtual method
eqonomize-1.2.0/src/account.h:76:16: warning: Virtual function 'readElements' is called from constructor 'Account(Budget*parent_budget,QXmlStreamReader*xml,bool*valid)' at line 36. Dynamic binding is not used. [virtualCallInConstructor]
eqonomize-1.2.0/src/account.cpp:36:2: note: Calling readElements
eqonomize-1.2.0/src/account.h:76:16: note: readElements is a virtual method
eqonomize-1.2.0/src/account.h:120:16: warning: Virtual function 'readAttributes' is called from constructor 'AssetsAccount(Budget*parent_budget,QXmlStreamReader*xml,bool*valid)' at line 96. Dynamic binding is not used. [virtualCallInConstructor]
eqonomize-1.2.0/src/account.cpp:96:2: note: Calling readAttributes
eqonomize-1.2.0/src/account.h:120:16: note: readAttributes is a virtual method
eqonomize-1.2.0/src/account.h:167:16: warning: Virtual function 'readAttributes' is called from constructor 'CategoryAccount(Budget*parent_budget,QXmlStreamReader*xml,bool*valid)' at line 251. Dynamic binding is not used. [virtualCallInConstructor]
eqonomize-1.2.0/src/account.cpp:251:2: note: Calling readAttributes
eqonomize-1.2.0/src/account.h:167:16: note: readAttributes is a virtual method
eqonomize-1.2.0/src/account.h:113:3: style: Class 'AssetsAccount' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eqonomize-1.2.0/src/account.h:115:3: style: Class 'AssetsAccount' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eqonomize-1.2.0/src/account.h:196:3: style: Class 'IncomesAccount' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eqonomize-1.2.0/src/account.h:198:3: style: Class 'IncomesAccount' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eqonomize-1.2.0/src/account.h:213:3: style: Class 'ExpensesAccount' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eqonomize-1.2.0/src/account.h:215:3: style: Class 'ExpensesAccount' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eqonomize-1.2.0/src/transaction.h:223:3: style: Class 'Expense' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eqonomize-1.2.0/src/transaction.h:225:3: style: Class 'Expense' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eqonomize-1.2.0/src/transaction.h:266:3: style: Class 'DebtFee' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eqonomize-1.2.0/src/transaction.h:268:3: style: Class 'DebtFee' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eqonomize-1.2.0/src/transaction.h:298:3: style: Class 'DebtInterest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eqonomize-1.2.0/src/transaction.h:300:3: style: Class 'DebtInterest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eqonomize-1.2.0/src/transaction.h:333:3: style: Class 'Income' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eqonomize-1.2.0/src/transaction.h:335:3: style: Class 'Income' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eqonomize-1.2.0/src/transaction.h:376:3: style: Class 'ReinvestedDividend' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eqonomize-1.2.0/src/transaction.h:378:3: style: Class 'ReinvestedDividend' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eqonomize-1.2.0/src/transaction.h:413:3: style: Class 'Transfer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eqonomize-1.2.0/src/transaction.h:415:3: style: Class 'Transfer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eqonomize-1.2.0/src/transaction.h:455:3: style: Class 'DebtReduction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eqonomize-1.2.0/src/transaction.h:457:3: style: Class 'DebtReduction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eqonomize-1.2.0/src/transaction.h:481:3: style: Class 'Balancing' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eqonomize-1.2.0/src/transaction.h:483:3: style: Class 'Balancing' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eqonomize-1.2.0/src/transaction.h:561:3: style: Class 'SecurityBuy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eqonomize-1.2.0/src/transaction.h:563:3: style: Class 'SecurityBuy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eqonomize-1.2.0/src/transaction.h:588:3: style: Class 'SecuritySell' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eqonomize-1.2.0/src/transaction.h:590:3: style: Class 'SecuritySell' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eqonomize-1.2.0/src/transaction.h:618:3: style: Class 'ScheduledTransaction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eqonomize-1.2.0/src/transaction.h:621:3: style: Class 'ScheduledTransaction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eqonomize-1.2.0/src/transaction.h:753:3: style: Class 'MultiItemTransaction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eqonomize-1.2.0/src/transaction.h:754:3: style: Class 'MultiItemTransaction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eqonomize-1.2.0/src/transaction.h:802:3: style: Class 'MultiAccountTransaction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eqonomize-1.2.0/src/transaction.h:803:3: style: Class 'MultiAccountTransaction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eqonomize-1.2.0/src/transaction.h:855:3: style: Class 'DebtPayment' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eqonomize-1.2.0/src/transaction.h:856:3: style: Class 'DebtPayment' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eqonomize-1.2.0/src/security.h:114:3: style: Class 'Security' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eqonomize-1.2.0/src/security.h:116:3: style: Class 'Security' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eqonomize-1.2.0/src/currency.h:61:3: style: Class 'Currency' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eqonomize-1.2.0/src/account.h:120:16: style: The function 'readAttributes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/account.h:74:16: note: Virtual function in base class
eqonomize-1.2.0/src/account.h:120:16: note: Function in derived class
eqonomize-1.2.0/src/account.h:121:16: style: The function 'writeAttributes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/account.h:78:16: note: Virtual function in base class
eqonomize-1.2.0/src/account.h:121:16: note: Function in derived class
eqonomize-1.2.0/src/account.h:126:8: style: The function 'isClosed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/account.h:86:16: note: Virtual function in base class
eqonomize-1.2.0/src/account.h:126:8: note: Function in derived class
eqonomize-1.2.0/src/account.h:130:23: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/account.h:94:23: note: Virtual function in base class
eqonomize-1.2.0/src/account.h:130:23: note: Function in derived class
eqonomize-1.2.0/src/account.h:133:13: style: The function 'currency' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/account.h:95:21: note: Virtual function in base class
eqonomize-1.2.0/src/account.h:133:13: note: Function in derived class
eqonomize-1.2.0/src/account.h:167:16: style: The function 'readAttributes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/account.h:74:16: note: Virtual function in base class
eqonomize-1.2.0/src/account.h:167:16: note: Function in derived class
eqonomize-1.2.0/src/account.h:168:16: style: The function 'readElement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/account.h:75:16: note: Virtual function in base class
eqonomize-1.2.0/src/account.h:168:16: note: Function in derived class
eqonomize-1.2.0/src/account.h:169:16: style: The function 'writeAttributes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/account.h:78:16: note: Virtual function in base class
eqonomize-1.2.0/src/account.h:169:16: note: Function in derived class
eqonomize-1.2.0/src/account.h:170:16: style: The function 'writeElements' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/account.h:79:16: note: Virtual function in base class
eqonomize-1.2.0/src/account.h:170:16: note: Function in derived class
eqonomize-1.2.0/src/account.h:176:11: style: The function 'nameWithParent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/account.h:81:19: note: Virtual function in base class
eqonomize-1.2.0/src/account.h:176:11: note: Function in derived class
eqonomize-1.2.0/src/account.h:177:20: style: The function 'topAccount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/account.h:82:20: note: Virtual function in base class
eqonomize-1.2.0/src/account.h:177:20: note: Function in derived class
eqonomize-1.2.0/src/account.h:178:23: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/account.h:94:23: note: Virtual function in base class
eqonomize-1.2.0/src/account.h:178:23: note: Function in derived class
eqonomize-1.2.0/src/account.h:201:23: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/account.h:178:23: note: Virtual function in base class
eqonomize-1.2.0/src/account.h:201:23: note: Function in derived class
eqonomize-1.2.0/src/account.h:218:23: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/account.h:178:23: note: Virtual function in base class
eqonomize-1.2.0/src/account.h:218:23: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:161:24: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:93:25: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:161:24: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:162:16: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:94:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:162:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:164:16: style: The function 'equals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:95:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:164:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:175:18: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:97:18: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:175:18: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:178:21: style: The function 'currency' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:98:21: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:178:21: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:182:18: style: The function 'quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:101:18: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:182:18: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:184:16: style: The function 'date' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:102:24: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:184:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:185:8: style: The function 'setDate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:106:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:185:8: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:186:17: style: The function 'timestamp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:103:25: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:186:17: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:187:8: style: The function 'setTimestamp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:104:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:187:8: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:188:19: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:107:19: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:188:19: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:190:26: style: The function 'comment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:108:26: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:190:26: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:192:18: style: The function 'associatedFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:109:26: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:192:18: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:193:8: style: The function 'setAssociatedFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:110:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:193:8: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:198:34: style: The function 'generaltype' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:112:34: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:198:34: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:201:16: style: The function 'relatesToAccount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:113:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:201:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:202:16: style: The function 'replaceAccount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:114:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:202:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:203:18: style: The function 'accountChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:115:18: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:203:18: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:205:16: style: The function 'isReconciled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:116:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:205:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:206:16: style: The function 'setReconciled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:117:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:206:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:227:16: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:161:24: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:227:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:228:16: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:162:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:228:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:230:16: style: The function 'readAttributes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:166:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:230:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:231:16: style: The function 'writeAttributes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:170:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:231:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:233:8: style: The function 'equals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:164:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:233:8: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:243:19: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:188:19: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:243:19: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:244:19: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:199:27: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:244:19: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:245:30: style: The function 'subtype' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:200:30: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:245:30: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:246:16: style: The function 'relatesToAccount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:201:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:246:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:247:16: style: The function 'replaceAccount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:202:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:247:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:249:16: style: The function 'isReconciled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:205:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:249:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:250:16: style: The function 'setReconciled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:206:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:250:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:270:16: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:161:24: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:270:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:271:16: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:228:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:271:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:273:16: style: The function 'readAttributes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:230:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:273:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:274:16: style: The function 'writeAttributes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:231:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:274:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:278:18: style: The function 'payee' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:241:26: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:278:18: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:279:19: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:243:19: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:279:19: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:280:22: style: The function 'subtype' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:245:30: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:280:22: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:281:16: style: The function 'relatesToAccount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:246:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:281:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:282:16: style: The function 'replaceAccount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:247:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:282:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:302:16: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:161:24: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:302:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:303:16: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:228:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:303:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:305:16: style: The function 'readAttributes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:230:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:305:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:306:16: style: The function 'writeAttributes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:231:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:306:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:310:18: style: The function 'payee' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:241:26: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:310:18: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:311:19: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:243:19: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:311:19: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:312:22: style: The function 'subtype' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:245:30: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:312:22: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:313:16: style: The function 'relatesToAccount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:246:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:313:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:314:16: style: The function 'replaceAccount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:247:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:314:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:337:16: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:161:24: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:337:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:338:16: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:162:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:338:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:340:16: style: The function 'readAttributes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:166:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:340:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:341:16: style: The function 'writeAttributes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:170:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:341:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:343:8: style: The function 'equals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:164:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:343:8: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:353:19: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:199:27: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:353:19: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:356:19: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:188:19: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:356:19: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:357:30: style: The function 'subtype' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:200:30: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:357:30: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:359:16: style: The function 'isReconciled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:205:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:359:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:360:16: style: The function 'setReconciled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:206:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:360:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:380:16: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:161:24: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:380:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:381:16: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:338:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:381:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:383:16: style: The function 'readAttributes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:340:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:383:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:384:16: style: The function 'writeAttributes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:341:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:384:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:386:8: style: The function 'equals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:164:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:386:8: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:394:19: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:356:19: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:394:19: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:395:30: style: The function 'subtype' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:357:30: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:395:30: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:417:24: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:161:24: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:417:24: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:418:16: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:162:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:418:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:420:16: style: The function 'readAttributes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:166:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:420:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:421:16: style: The function 'writeAttributes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:170:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:421:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:428:8: style: The function 'setValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:181:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:428:8: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:435:10: style: The function 'fromValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:176:18: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:435:10: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:436:10: style: The function 'toValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:177:18: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:436:10: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:437:19: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:188:19: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:437:19: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:438:19: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:199:27: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:438:19: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:439:30: style: The function 'subtype' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:200:30: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:439:30: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:441:16: style: The function 'isReconciled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:205:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:441:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:442:16: style: The function 'setReconciled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:206:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:442:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:459:16: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:417:24: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:459:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:460:16: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:418:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:460:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:462:16: style: The function 'readAttributes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:420:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:462:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:463:16: style: The function 'writeAttributes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:421:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:463:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:467:19: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:437:19: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:467:19: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:468:22: style: The function 'subtype' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:439:30: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:468:22: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:485:16: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:417:24: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:485:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:486:16: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:418:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:486:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:488:16: style: The function 'readAttributes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:420:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:488:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:489:16: style: The function 'writeAttributes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:421:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:489:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:491:16: style: The function 'setAmount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:429:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:491:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:492:16: style: The function 'setAmount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:430:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:492:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:497:19: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:437:19: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:497:19: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:498:22: style: The function 'subtype' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:439:30: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:498:22: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:522:24: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:161:24: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:522:24: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:523:16: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:162:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:523:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:525:16: style: The function 'readAttributes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:166:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:525:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:526:16: style: The function 'writeAttributes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:170:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:526:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:528:8: style: The function 'equals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:164:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:528:8: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:529:20: style: The function 'fromAccount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:194:20: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:529:20: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:530:20: style: The function 'toAccount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:196:20: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:530:20: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:533:27: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:199:27: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:533:27: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:534:19: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:188:19: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:534:19: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:535:18: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:175:18: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:535:18: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:536:21: style: The function 'currency' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:178:21: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:536:21: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:537:18: style: The function 'fromValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:176:18: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:537:18: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:538:18: style: The function 'toValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:177:18: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:538:18: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:545:16: style: The function 'relatesToAccount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:201:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:545:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:546:18: style: The function 'accountChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:203:18: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:546:18: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:548:16: style: The function 'isReconciled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:205:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:548:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:549:16: style: The function 'setReconciled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:206:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:549:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:565:16: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:522:24: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:565:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:566:16: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:523:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:566:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:568:16: style: The function 'readAttributes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:525:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:568:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:569:16: style: The function 'writeAttributes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:526:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:569:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:571:12: style: The function 'account' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:531:20: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:571:12: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:572:8: style: The function 'setAccount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:532:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:572:8: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:573:10: style: The function 'toValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:538:18: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:573:10: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:574:12: style: The function 'fromAccount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:529:20: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:574:12: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:575:11: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:534:19: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:575:11: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:576:19: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:533:27: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:576:19: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:592:16: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:522:24: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:592:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:593:16: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:523:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:593:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:595:16: style: The function 'readAttributes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:525:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:595:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:596:16: style: The function 'writeAttributes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:526:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:596:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:598:12: style: The function 'account' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:531:20: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:598:12: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:599:8: style: The function 'setAccount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:532:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:599:8: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:600:10: style: The function 'fromValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:537:18: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:600:10: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:601:12: style: The function 'toAccount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:530:20: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:601:12: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:602:11: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:534:19: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:602:11: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:603:19: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:533:27: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:603:19: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:623:33: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:93:25: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:623:33: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:624:16: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:94:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:624:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:633:16: style: The function 'equals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:95:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:633:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:639:24: style: The function 'date' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:102:24: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:639:24: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:640:17: style: The function 'timestamp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:103:25: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:640:17: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:641:8: style: The function 'setTimestamp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:104:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:641:8: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:644:16: style: The function 'setDate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:106:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:644:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:646:18: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:97:18: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:646:18: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:647:21: style: The function 'currency' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:98:21: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:647:21: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:648:18: style: The function 'quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:101:18: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:648:18: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:649:19: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:107:19: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:649:19: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:650:26: style: The function 'comment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:108:26: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:650:26: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:651:26: style: The function 'associatedFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:109:26: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:651:26: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:652:16: style: The function 'setAssociatedFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:110:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:652:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:653:34: style: The function 'generaltype' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:112:34: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:653:34: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:657:16: style: The function 'relatesToAccount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:113:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:657:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:658:16: style: The function 'replaceAccount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:114:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:658:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:659:18: style: The function 'accountChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:115:18: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:659:18: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:661:16: style: The function 'isReconciled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:116:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:661:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:662:16: style: The function 'setReconciled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:117:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:662:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:688:29: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:93:25: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:688:29: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:689:16: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:94:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:689:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:691:18: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:97:18: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:691:18: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:692:21: style: The function 'currency' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:98:21: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:692:21: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:694:18: style: The function 'quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:101:18: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:694:18: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:704:16: style: The function 'equals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:95:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:704:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:710:16: style: The function 'date' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:102:24: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:710:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:711:16: style: The function 'setDate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:106:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:711:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:712:17: style: The function 'timestamp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:103:25: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:712:17: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:713:8: style: The function 'setTimestamp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:104:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:713:8: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:714:11: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:107:19: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:714:11: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:716:18: style: The function 'comment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:108:26: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:716:18: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:718:18: style: The function 'associatedFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:109:26: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:718:18: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:719:16: style: The function 'setAssociatedFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:110:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:719:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:725:16: style: The function 'setId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:119:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:725:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:727:34: style: The function 'generaltype' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:112:34: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:727:34: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:731:16: style: The function 'relatesToAccount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:113:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:731:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:732:16: style: The function 'replaceAccount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:114:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:732:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:733:18: style: The function 'accountChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:115:18: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:733:18: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:735:16: style: The function 'isReconciled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:116:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:735:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:736:16: style: The function 'setReconciled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:117:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:736:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:757:29: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:688:29: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:757:29: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:758:16: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:689:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:758:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:760:16: style: The function 'readAttributes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:697:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:760:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:761:16: style: The function 'readElement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:698:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:761:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:762:16: style: The function 'writeAttributes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:701:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:762:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:763:16: style: The function 'writeElements' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:702:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:763:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:765:18: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:691:18: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:765:18: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:766:21: style: The function 'currency' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:692:21: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:766:21: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:767:18: style: The function 'quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:694:18: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:767:18: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:768:18: style: The function 'cost' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:693:18: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:768:18: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:776:8: style: The function 'addTransaction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:706:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:776:8: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:778:32: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:728:32: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:778:32: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:781:16: style: The function 'relatesToAccount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:731:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:781:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:782:16: style: The function 'replaceAccount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:732:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:782:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:784:16: style: The function 'isReconciled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:735:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:784:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:785:16: style: The function 'setReconciled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:736:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:785:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:806:29: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:688:29: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:806:29: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:807:16: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:689:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:807:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:809:16: style: The function 'readAttributes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:697:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:809:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:810:16: style: The function 'readElement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:698:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:810:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:811:16: style: The function 'writeAttributes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:701:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:811:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:812:16: style: The function 'writeElements' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:702:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:812:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:814:18: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:691:18: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:814:18: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:815:21: style: The function 'currency' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:692:21: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:815:21: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:816:18: style: The function 'quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:694:18: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:816:18: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:818:18: style: The function 'cost' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:693:18: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:818:18: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:822:8: style: The function 'setDescription' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:715:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:822:8: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:828:8: style: The function 'addTransaction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:706:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:828:8: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:830:32: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:728:32: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:830:32: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:832:16: style: The function 'isIncomesAndExpenses' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:729:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:832:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:834:16: style: The function 'relatesToAccount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:731:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:834:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:835:16: style: The function 'replaceAccount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:732:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:835:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:859:29: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:688:29: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:859:29: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:860:16: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:689:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:860:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:862:16: style: The function 'readAttributes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:697:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:862:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:863:16: style: The function 'readElement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:698:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:863:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:864:16: style: The function 'writeAttributes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:701:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:864:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:865:16: style: The function 'writeElements' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:702:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:865:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:867:18: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:691:18: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:867:18: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:868:21: style: The function 'currency' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:692:21: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:868:21: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:869:18: style: The function 'quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:694:18: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:869:18: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:870:18: style: The function 'cost' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:693:18: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:870:18: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:887:8: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:708:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:887:8: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:896:8: style: The function 'setId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:725:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:896:8: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:898:11: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:107:19: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:898:11: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:899:16: style: The function 'setDate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:711:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:899:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:901:24: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:728:32: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:901:24: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:902:16: style: The function 'isIncomesAndExpenses' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:729:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:902:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:904:7: style: The function 'count' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:721:15: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:904:7: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:905:24: style: The function 'operator[]' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:722:24: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:905:24: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:906:24: style: The function 'at' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:723:24: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:906:24: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:907:16: style: The function 'removeTransaction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:707:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:907:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:909:16: style: The function 'relatesToAccount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:731:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:909:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:910:16: style: The function 'replaceAccount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:732:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:910:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:911:18: style: The function 'accountChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:733:18: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:911:18: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:913:16: style: The function 'isReconciled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:735:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:913:16: note: Function in derived class
eqonomize-1.2.0/src/transaction.h:914:16: style: The function 'setReconciled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/transaction.h:736:16: note: Virtual function in base class
eqonomize-1.2.0/src/transaction.h:914:16: note: Function in derived class
eqonomize-1.2.0/src/eqonomizelist.h:44:0: error: Returning/dereferencing 'value' after it is deallocated / released [deallocret]
eqonomize-1.2.0/src/accountcombobox.cpp:52:9: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/accountcombobox.cpp:236:44: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/accountcombobox.cpp:244:42: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/budget.cpp:1869:20: style: Condition 'account_errors>0' is always false [knownConditionTrueFalse]
eqonomize-1.2.0/src/budget.cpp:1337:44: note: Assignment 'account_errors=0', assigned value is 0
eqonomize-1.2.0/src/budget.cpp:1869:20: note: Condition 'account_errors>0' is always false
eqonomize-1.2.0/src/budget.cpp:647:8: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/budget.cpp:648:73: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/budget.cpp:649:84: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/budget.cpp:650:13: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/budget.cpp:850:26: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/budget.cpp:854:24: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/budget.cpp:855:13: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/budget.cpp:859:25: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/budget.cpp:863:37: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/budget.cpp:864:10: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/budget.cpp:868:37: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/budget.cpp:869:10: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/budget.cpp:1479:10: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/budget.cpp:2023:15: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/budget.cpp:2064:57: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/budget.cpp:2065:61: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/budget.cpp:2066:68: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/budget.cpp:2071:60: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/budget.cpp:2072:64: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/budget.cpp:2073:71: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/budget.cpp:2082:51: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/budget.cpp:2084:19: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/budget.cpp:2085:8: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/budget.cpp:2086:70: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/budget.cpp:2087:11: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/budget.cpp:2091:53: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/budget.cpp:2094:36: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/budget.cpp:2112:23: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/budget.cpp:2119:8: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/budget.cpp:2120:70: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/budget.cpp:2121:11: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/budget.cpp:2123:22: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/budget.cpp:2130:24: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/budget.cpp:2137:36: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/budget.cpp:2166:24: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/budget.cpp:2172:23: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/budget.cpp:2173:70: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/budget.cpp:2174:14: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/budget.cpp:2180:25: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/budget.cpp:2186:37: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/budget.cpp:2206:4: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/budget.cpp:2207:69: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/budget.cpp:2208:80: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/budget.cpp:2209:9: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/budget.cpp:2214:4: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/budget.cpp:2215:70: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/budget.cpp:2216:81: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/budget.cpp:2217:9: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/budget.cpp:2228:56: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/budget.cpp:2229:54: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/budget.cpp:2230:52: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/budget.cpp:2246:59: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/budget.cpp:2251:14: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/budget.cpp:2287:31: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/budget.cpp:2293:30: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/budget.cpp:2299:29: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/budget.cpp:2323:59: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/budget.cpp:2332:59: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/budget.cpp:2340:60: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/budget.cpp:2358:66: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/budget.cpp:2359:70: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/budget.cpp:2360:77: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/budget.cpp:2367:17: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/budget.cpp:2374:16: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/budget.cpp:2376:112: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/budget.cpp:2385:19: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/budget.cpp:2393:30: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/budget.cpp:2422:7: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/budget.cpp:2423:69: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/budget.cpp:2424:82: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/budget.cpp:2425:7: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/budget.cpp:2452:32: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/budget.cpp:2459:31: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/budget.cpp:2466:30: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/budget.cpp:1869:20: style: Same expression on both sides of '>' because the value of 'account_errors' and '0' are the same. [duplicateExpression]
eqonomize-1.2.0/src/budget.cpp:1337:44: note: 'account_errors' is assigned value '0' here.
eqonomize-1.2.0/src/budget.cpp:1869:20: note: Same expression on both sides of '>' because the value of 'account_errors' and '0' are the same.
eqonomize-1.2.0/src/budget.cpp:1302:65: style: Function 'syncFile' argument 3 names different: declaration 'revision_synced' definition 'synced_revision'. [funcArgNamesDifferent]
eqonomize-1.2.0/src/budget.h:177:59: note: Function 'syncFile' argument 3 names different: declaration 'revision_synced' definition 'synced_revision'.
eqonomize-1.2.0/src/budget.cpp:1302:65: note: Function 'syncFile' argument 3 names different: declaration 'revision_synced' definition 'synced_revision'.
eqonomize-1.2.0/src/budget.cpp:200:9: warning: Member variable 'Budget::b_default_currency_changed' is not initialized in the constructor. [uninitMemberVar]
eqonomize-1.2.0/src/budget.cpp:200:9: warning: Member variable 'Budget::b_currency_modified' is not initialized in the constructor. [uninitMemberVar]
eqonomize-1.2.0/src/budget.cpp:200:9: warning: Member variable 'Budget::syncReply' is not initialized in the constructor. [uninitMemberVar]
eqonomize-1.2.0/src/budget.cpp:200:9: warning: Member variable 'Budget::syncProcess' is not initialized in the constructor. [uninitMemberVar]
eqonomize-1.2.0/src/budget.h:175:7: performance: Technically the member function 'Budget::fileRevision' can be static. [functionStatic]
eqonomize-1.2.0/src/budget.cpp:1133:13: note: Technically the member function 'Budget::fileRevision' can be static.
eqonomize-1.2.0/src/budget.h:175:7: note: Technically the member function 'Budget::fileRevision' can be static.
eqonomize-1.2.0/src/budget.h:185:11: style: Technically the member function 'Budget::formatMoney' can be const. [functionConst]
eqonomize-1.2.0/src/budget.cpp:285:17: note: Technically the member function 'Budget::formatMoney' can be const.
eqonomize-1.2.0/src/budget.h:185:11: note: Technically the member function 'Budget::formatMoney' can be const.
eqonomize-1.2.0/src/budget.h:217:8: performance: Technically the member function 'Budget::securityHasTransactions' can be static. [functionStatic]
eqonomize-1.2.0/src/budget.cpp:2524:14: note: Technically the member function 'Budget::securityHasTransactions' can be static.
eqonomize-1.2.0/src/budget.h:217:8: note: Technically the member function 'Budget::securityHasTransactions' can be static.
eqonomize-1.2.0/src/budget.h:219:8: performance: Technically the member function 'Budget::scheduledTransactionDateModified' can be static. [functionStatic]
eqonomize-1.2.0/src/budget.cpp:2418:14: note: Technically the member function 'Budget::scheduledTransactionDateModified' can be static.
eqonomize-1.2.0/src/budget.h:219:8: note: Technically the member function 'Budget::scheduledTransactionDateModified' can be static.
eqonomize-1.2.0/src/budget.h:220:8: performance: Technically the member function 'Budget::transactionDateModified' can be static. [functionStatic]
eqonomize-1.2.0/src/budget.cpp:2402:14: note: Technically the member function 'Budget::transactionDateModified' can be static.
eqonomize-1.2.0/src/budget.h:220:8: note: Technically the member function 'Budget::transactionDateModified' can be static.
eqonomize-1.2.0/src/budget.h:221:8: performance: Technically the member function 'Budget::splitTransactionDateModified' can be static. [functionStatic]
eqonomize-1.2.0/src/budget.cpp:2436:14: note: Technically the member function 'Budget::splitTransactionDateModified' can be static.
eqonomize-1.2.0/src/budget.h:221:8: note: Technically the member function 'Budget::splitTransactionDateModified' can be static.
eqonomize-1.2.0/src/budget.h:248:8: style: Technically the member function 'Budget::defaultCurrencyChanged' can be const. [functionConst]
eqonomize-1.2.0/src/budget.cpp:2645:14: note: Technically the member function 'Budget::defaultCurrencyChanged' can be const.
eqonomize-1.2.0/src/budget.h:248:8: note: Technically the member function 'Budget::defaultCurrencyChanged' can be const.
eqonomize-1.2.0/src/budget.h:250:8: style: Technically the member function 'Budget::currenciesModified' can be const. [functionConst]
eqonomize-1.2.0/src/budget.cpp:2647:14: note: Technically the member function 'Budget::currenciesModified' can be const.
eqonomize-1.2.0/src/budget.h:250:8: note: Technically the member function 'Budget::currenciesModified' can be const.
eqonomize-1.2.0/src/budget.h:255:7: style: Technically the member function 'Budget::revision' can be const. [functionConst]
eqonomize-1.2.0/src/budget.cpp:246:13: note: Technically the member function 'Budget::revision' can be const.
eqonomize-1.2.0/src/budget.h:255:7: note: Technically the member function 'Budget::revision' can be const.
eqonomize-1.2.0/src/budget.cpp:215:2: style: Class 'Budget' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
eqonomize-1.2.0/src/budget.cpp:215:2: style: Class 'Budget' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
eqonomize-1.2.0/src/recurrence.h:99:3: style: Class 'DailyRecurrence' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eqonomize-1.2.0/src/recurrence.h:101:3: style: Class 'DailyRecurrence' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eqonomize-1.2.0/src/recurrence.h:125:3: style: Class 'WeeklyRecurrence' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eqonomize-1.2.0/src/recurrence.h:127:3: style: Class 'WeeklyRecurrence' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eqonomize-1.2.0/src/recurrence.h:162:3: style: Class 'MonthlyRecurrence' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eqonomize-1.2.0/src/recurrence.h:164:3: style: Class 'MonthlyRecurrence' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eqonomize-1.2.0/src/recurrence.h:198:3: style: Class 'YearlyRecurrence' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eqonomize-1.2.0/src/recurrence.h:200:3: style: Class 'YearlyRecurrence' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eqonomize-1.2.0/src/recurrence.h:103:15: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/recurrence.h:55:23: note: Virtual function in base class
eqonomize-1.2.0/src/recurrence.h:103:15: note: Function in derived class
eqonomize-1.2.0/src/recurrence.h:105:16: style: The function 'readAttributes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/recurrence.h:57:16: note: Virtual function in base class
eqonomize-1.2.0/src/recurrence.h:105:16: note: Function in derived class
eqonomize-1.2.0/src/recurrence.h:106:16: style: The function 'writeAttributes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/recurrence.h:62:16: note: Virtual function in base class
eqonomize-1.2.0/src/recurrence.h:106:16: note: Function in derived class
eqonomize-1.2.0/src/recurrence.h:108:9: style: The function 'nextOccurrence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/recurrence.h:66:17: note: Virtual function in base class
eqonomize-1.2.0/src/recurrence.h:108:9: note: Function in derived class
eqonomize-1.2.0/src/recurrence.h:109:9: style: The function 'prevOccurrence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/recurrence.h:67:17: note: Virtual function in base class
eqonomize-1.2.0/src/recurrence.h:109:9: note: Function in derived class
eqonomize-1.2.0/src/recurrence.h:110:18: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/recurrence.h:79:26: note: Virtual function in base class
eqonomize-1.2.0/src/recurrence.h:110:18: note: Function in derived class
eqonomize-1.2.0/src/recurrence.h:129:15: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/recurrence.h:55:23: note: Virtual function in base class
eqonomize-1.2.0/src/recurrence.h:129:15: note: Function in derived class
eqonomize-1.2.0/src/recurrence.h:131:16: style: The function 'readAttributes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/recurrence.h:57:16: note: Virtual function in base class
eqonomize-1.2.0/src/recurrence.h:131:16: note: Function in derived class
eqonomize-1.2.0/src/recurrence.h:132:16: style: The function 'writeAttributes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/recurrence.h:62:16: note: Virtual function in base class
eqonomize-1.2.0/src/recurrence.h:132:16: note: Function in derived class
eqonomize-1.2.0/src/recurrence.h:134:9: style: The function 'nextOccurrence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/recurrence.h:66:17: note: Virtual function in base class
eqonomize-1.2.0/src/recurrence.h:134:9: note: Function in derived class
eqonomize-1.2.0/src/recurrence.h:135:9: style: The function 'prevOccurrence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/recurrence.h:67:17: note: Virtual function in base class
eqonomize-1.2.0/src/recurrence.h:135:9: note: Function in derived class
eqonomize-1.2.0/src/recurrence.h:136:18: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/recurrence.h:79:26: note: Virtual function in base class
eqonomize-1.2.0/src/recurrence.h:136:18: note: Function in derived class
eqonomize-1.2.0/src/recurrence.h:166:15: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/recurrence.h:55:23: note: Virtual function in base class
eqonomize-1.2.0/src/recurrence.h:166:15: note: Function in derived class
eqonomize-1.2.0/src/recurrence.h:168:16: style: The function 'readAttributes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/recurrence.h:57:16: note: Virtual function in base class
eqonomize-1.2.0/src/recurrence.h:168:16: note: Function in derived class
eqonomize-1.2.0/src/recurrence.h:169:16: style: The function 'writeAttributes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/recurrence.h:62:16: note: Virtual function in base class
eqonomize-1.2.0/src/recurrence.h:169:16: note: Function in derived class
eqonomize-1.2.0/src/recurrence.h:171:9: style: The function 'nextOccurrence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/recurrence.h:66:17: note: Virtual function in base class
eqonomize-1.2.0/src/recurrence.h:171:9: note: Function in derived class
eqonomize-1.2.0/src/recurrence.h:172:9: style: The function 'prevOccurrence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/recurrence.h:67:17: note: Virtual function in base class
eqonomize-1.2.0/src/recurrence.h:172:9: note: Function in derived class
eqonomize-1.2.0/src/recurrence.h:173:18: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/recurrence.h:79:26: note: Virtual function in base class
eqonomize-1.2.0/src/recurrence.h:173:18: note: Function in derived class
eqonomize-1.2.0/src/recurrence.h:202:15: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/recurrence.h:55:23: note: Virtual function in base class
eqonomize-1.2.0/src/recurrence.h:202:15: note: Function in derived class
eqonomize-1.2.0/src/recurrence.h:204:16: style: The function 'readAttributes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/recurrence.h:57:16: note: Virtual function in base class
eqonomize-1.2.0/src/recurrence.h:204:16: note: Function in derived class
eqonomize-1.2.0/src/recurrence.h:205:16: style: The function 'writeAttributes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/recurrence.h:62:16: note: Virtual function in base class
eqonomize-1.2.0/src/recurrence.h:205:16: note: Function in derived class
eqonomize-1.2.0/src/recurrence.h:207:9: style: The function 'nextOccurrence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/recurrence.h:66:17: note: Virtual function in base class
eqonomize-1.2.0/src/recurrence.h:207:9: note: Function in derived class
eqonomize-1.2.0/src/recurrence.h:208:9: style: The function 'prevOccurrence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/recurrence.h:67:17: note: Virtual function in base class
eqonomize-1.2.0/src/recurrence.h:208:9: note: Function in derived class
eqonomize-1.2.0/src/recurrence.h:209:18: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eqonomize-1.2.0/src/recurrence.h:79:26: note: Virtual function in base class
eqonomize-1.2.0/src/recurrence.h:209:18: note: Function in derived class
eqonomize-1.2.0/src/categoriescomparisonchart.cpp:252:29: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonchart.cpp:641:10: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonchart.cpp:651:10: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonchart.cpp:696:100: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonchart.cpp:702:13: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonchart.cpp:705:12: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonchart.cpp:731:10: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonchart.cpp:742:10: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonchart.cpp:781:92: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonchart.cpp:1061:22: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonchart.cpp:1165:22: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonchart.cpp:803:9: style: The scope of the variable 'remaining_value' can be reduced. [variableScope]
eqonomize-1.2.0/src/eqonomize.h:740:3: style: Class 'EqonomizeTreeWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eqonomize-1.2.0/src/categoriescomparisonreport.cpp:327:12: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonreport.cpp:328:34: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonreport.cpp:330:12: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonreport.cpp:331:34: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonreport.cpp:359:29: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonreport.cpp:598:74: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonreport.cpp:599:17: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonreport.cpp:600:20: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonreport.cpp:601:20: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonreport.cpp:602:80: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonreport.cpp:603:17: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonreport.cpp:604:20: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonreport.cpp:605:20: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonreport.cpp:613:102: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonreport.cpp:619:15: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonreport.cpp:622:14: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonreport.cpp:626:74: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonreport.cpp:627:17: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonreport.cpp:628:20: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonreport.cpp:629:20: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonreport.cpp:630:80: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonreport.cpp:631:17: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonreport.cpp:632:20: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonreport.cpp:633:20: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonreport.cpp:636:94: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonreport.cpp:674:275: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonreport.cpp:676:77: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonreport.cpp:677:20: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonreport.cpp:678:23: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonreport.cpp:679:23: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonreport.cpp:680:83: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonreport.cpp:681:20: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonreport.cpp:682:23: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonreport.cpp:683:23: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonreport.cpp:697:103: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonreport.cpp:703:16: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonreport.cpp:706:15: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonreport.cpp:710:275: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonreport.cpp:712:77: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonreport.cpp:713:20: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonreport.cpp:714:23: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonreport.cpp:715:23: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonreport.cpp:716:83: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonreport.cpp:717:20: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonreport.cpp:718:23: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonreport.cpp:719:23: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonreport.cpp:728:95: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonreport.cpp:746:230: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonreport.cpp:750:235: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonreport.cpp:758:21: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonreport.cpp:760:21: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonreport.cpp:763:21: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonreport.cpp:765:21: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonreport.cpp:777:19: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonreport.cpp:779:19: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonreport.cpp:782:19: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonreport.cpp:784:19: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonreport.cpp:829:100: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonreport.cpp:835:13: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonreport.cpp:838:12: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonreport.cpp:846:230: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonreport.cpp:850:234: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonreport.cpp:859:21: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonreport.cpp:861:21: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonreport.cpp:864:21: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonreport.cpp:866:21: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonreport.cpp:879:19: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonreport.cpp:881:19: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonreport.cpp:884:19: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonreport.cpp:886:19: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonreport.cpp:929:92: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonreport.cpp:1243:10: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonreport.cpp:1244:32: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonreport.cpp:1246:10: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/categoriescomparisonreport.cpp:1247:32: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/currency.cpp:319:32: style: Function 'setAsLocal' argument 1 names different: declaration 'is_local' definition 'b_local'. [funcArgNamesDifferent]
eqonomize-1.2.0/src/currency.h:104:24: note: Function 'setAsLocal' argument 1 names different: declaration 'is_local' definition 'b_local'.
eqonomize-1.2.0/src/currency.cpp:319:32: note: Function 'setAsLocal' argument 1 names different: declaration 'is_local' definition 'b_local'.
eqonomize-1.2.0/src/currency.cpp:50:2: performance: Variable 's_code' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eqonomize-1.2.0/src/currency.cpp:51:2: performance: Variable 's_symbol' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eqonomize-1.2.0/src/currency.cpp:52:2: performance: Variable 's_name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eqonomize-1.2.0/src/currencyconversiondialog.cpp:81:14: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/currencyconversiondialog.cpp:83:11: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/currencyconversiondialog.cpp:130:23: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/currencyconversiondialog.cpp:131:21: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/currencyconversiondialog.cpp:140:23: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/currencyconversiondialog.cpp:141:21: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/editaccountdialogs.cpp:181:27: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/editaccountdialogs.cpp:196:22: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/editaccountdialogs.cpp:218:18: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/editaccountdialogs.cpp:267:23: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/editaccountdialogs.cpp:271:92: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/editaccountdialogs.cpp:299:23: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/editaccountdialogs.cpp:367:74: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/editaccountdialogs.cpp:421:30: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/editaccountdialogs.cpp:429:29: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/editaccountdialogs.cpp:474:74: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/editaccountdialogs.cpp:527:30: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/editaccountdialogs.cpp:535:29: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/editcurrencydialog.cpp:119:49: style: Variable 'row' is modified but its new value is never used. [unreadVariable]
eqonomize-1.2.0/src/editscheduledtransactiondialog.cpp:115:40: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/editscheduledtransactiondialog.cpp:200:8: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/editscheduledtransactiondialog.cpp:201:8: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/editscheduledtransactiondialog.cpp:206:130: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/editscheduledtransactiondialog.cpp:207:131: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/editscheduledtransactiondialog.cpp:222:172: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/editscheduledtransactiondialog.cpp:223:13: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/editscheduledtransactiondialog.cpp:228:118: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/editscheduledtransactiondialog.cpp:229:119: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/editscheduledtransactiondialog.cpp:287:40: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/editscheduledtransactiondialog.cpp:405:40: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/editscheduledtransactiondialog.cpp:441:125: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/editscheduledtransactiondialog.cpp:519:40: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/editscheduledtransactiondialog.cpp:339:91: style: Function 'editTransaction' argument 1 names different: declaration 'trans' definition 'split'. [funcArgNamesDifferent]
eqonomize-1.2.0/src/editscheduledtransactiondialog.h:101:70: note: Function 'editTransaction' argument 1 names different: declaration 'trans' definition 'split'.
eqonomize-1.2.0/src/editscheduledtransactiondialog.cpp:339:91: note: Function 'editTransaction' argument 1 names different: declaration 'trans' definition 'split'.
eqonomize-1.2.0/src/editscheduledtransactiondialog.cpp:458:100: style: Function 'editTransaction' argument 1 names different: declaration 'trans' definition 'split'. [funcArgNamesDifferent]
eqonomize-1.2.0/src/editscheduledtransactiondialog.h:135:76: note: Function 'editTransaction' argument 1 names different: declaration 'trans' definition 'split'.
eqonomize-1.2.0/src/editscheduledtransactiondialog.cpp:458:100: note: Function 'editTransaction' argument 1 names different: declaration 'trans' definition 'split'.
eqonomize-1.2.0/src/editscheduledtransactiondialog.cpp:535:125: style: Function 'newScheduledTransaction' argument 3 names different: declaration 'loan' definition 'account'. [funcArgNamesDifferent]
eqonomize-1.2.0/src/editscheduledtransactiondialog.h:165:102: note: Function 'newScheduledTransaction' argument 3 names different: declaration 'loan' definition 'account'.
eqonomize-1.2.0/src/editscheduledtransactiondialog.cpp:535:125: note: Function 'newScheduledTransaction' argument 3 names different: declaration 'loan' definition 'account'.
eqonomize-1.2.0/src/editscheduledtransactiondialog.cpp:562:75: style: Function 'editTransaction' argument 1 names different: declaration 'trans' definition 'split'. [funcArgNamesDifferent]
eqonomize-1.2.0/src/editscheduledtransactiondialog.h:167:52: note: Function 'editTransaction' argument 1 names different: declaration 'trans' definition 'split'.
eqonomize-1.2.0/src/editscheduledtransactiondialog.cpp:562:75: note: Function 'editTransaction' argument 1 names different: declaration 'trans' definition 'split'.
eqonomize-1.2.0/src/recurrenceeditwidget.h:144:3: style: Class 'EditExceptionsDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eqonomize-1.2.0/src/transactioneditwidget.h:232:3: style: Class 'EqonomizeDateEdit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eqonomize-1.2.0/src/editsplitdialog.cpp:135:7: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/editsplitdialog.cpp:441:5: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/editsplitdialog.cpp:453:25: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/editsplitdialog.cpp:466:9: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/editsplitdialog.cpp:471:26: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/editsplitdialog.cpp:514:29: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/editsplitdialog.cpp:528:29: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/editsplitdialog.cpp:536:16: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/editsplitdialog.cpp:537:58: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/editsplitdialog.cpp:538:16: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/editsplitdialog.cpp:543:53: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/editsplitdialog.cpp:562:25: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/editsplitdialog.cpp:585:6: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/editsplitdialog.cpp:589:6: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/editsplitdialog.cpp:593:9: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/editsplitdialog.cpp:594:7: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/editsplitdialog.cpp:596:7: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/editsplitdialog.cpp:602:6: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/editsplitdialog.cpp:629:25: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/editsplitdialog.cpp:663:25: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/editsplitdialog.cpp:787:25: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/editsplitdialog.cpp:800:25: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/editsplitdialog.cpp:811:9: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/editsplitdialog.cpp:816:26: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/editsplitdialog.cpp:837:32: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/editsplitdialog.cpp:853:32: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/editsplitdialog.cpp:880:25: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/editsplitdialog.cpp:895:19: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/editsplitdialog.cpp:903:65: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/editsplitdialog.cpp:904:36: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/editsplitdialog.cpp:916:24: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/editsplitdialog.cpp:918:38: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/editsplitdialog.cpp:920:38: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/editsplitdialog.cpp:962:25: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/editsplitdialog.cpp:974:25: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/editsplitdialog.cpp:1169:24: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/editsplitdialog.cpp:1176:56: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/editsplitdialog.cpp:1177:13: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/editsplitdialog.cpp:1196:58: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/editsplitdialog.cpp:1197:14: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/editsplitdialog.cpp:1311:9: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/editsplitdialog.cpp:1315:9: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/editsplitdialog.cpp:1319:9: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/editsplitdialog.cpp:1263:22: style: The scope of the variable 'v1' can be reduced. [variableScope]
eqonomize-1.2.0/src/editsplitdialog.cpp:1263:32: style: The scope of the variable 'v2' can be reduced. [variableScope]
eqonomize-1.2.0/src/editsplitdialog.cpp:1263:42: style: The scope of the variable 'v3' can be reduced. [variableScope]
eqonomize-1.2.0/src/editsplitdialog.cpp:1103:41: style: Variable 'row' is modified but its new value is never used. [unreadVariable]
eqonomize-1.2.0/src/editsplitdialog.cpp:165:3: style: Class 'MultiAccountListViewItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eqonomize-1.2.0/src/eqonomize.cpp:544:11: style: Expression is always false because 'else if' condition matches previous condition at line 542. [multiCondition]
eqonomize-1.2.0/src/eqonomize.cpp:544:16: warning: Identical condition 'col==2', second condition is always false [identicalConditionAfterEarlyExit]
eqonomize-1.2.0/src/eqonomize.cpp:542:16: note: first condition
eqonomize-1.2.0/src/eqonomize.cpp:544:16: note: second condition
eqonomize-1.2.0/src/eqonomize.cpp:657:5: warning: Possible null pointer dereference: trans [nullPointer]
eqonomize-1.2.0/src/eqonomize.cpp:649:23: note: Assignment 'trans=NULL', assigned value is 0
eqonomize-1.2.0/src/eqonomize.cpp:657:5: note: Null pointer dereference
eqonomize-1.2.0/src/eqonomize.cpp:350:24: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:367:9: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:376:29: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:382:16: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:383:16: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:403:33: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:404:33: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:405:9: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:406:14: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:409:33: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:410:33: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:411:9: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:453:24: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:457:9: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:477:29: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:500:9: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:501:14: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:504:9: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:593:7: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:594:15: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:596:13: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:597:14: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:617:58: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:644:27: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:651:54: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:653:12: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:655:11: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:657:49: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:658:8: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:759:9: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:763:9: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:930:29: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:962:29: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:986:29: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:1122:25: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:1144:27: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:1158:26: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:1161:24: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:1163:16: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:1164:58: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:1165:16: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:1177:7: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:1183:7: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:1184:34: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:1195:8: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:1200:14: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:1201:37: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:1212:8: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:1217:14: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:1218:25: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:1229:8: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:1260:46: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:1266:46: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:1331:39: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:1382:39: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:1443:207: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:1447:16: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:1472:207: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:1476:16: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:1571:40: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:1594:44: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:1605:23: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:2320:17: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:2321:17: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:2322:17: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:2323:17: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:2447:24: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:2472:24: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:2568:24: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:2602:28: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:2630:28: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:2634:28: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:2638:28: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:2642:28: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:2681:28: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:2699:28: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:2739:28: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:2753:28: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:2760:28: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:2788:8: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:2789:18: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:2882:7: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:2891:28: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:2899:19: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:3179:61: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:3181:64: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:3183:63: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:3326:7: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:3328:14: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:3330:14: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:3381:16: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:3382:70: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:3383:16: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:3387:38: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:3416:7: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:3418:39: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:3445:14: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:3446:81: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:3447:39: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:3474:14: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:3476:39: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:3515:28: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:3520:28: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:3531:28: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:3551:28: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:3556:28: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:3571:28: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:3641:17: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:3642:59: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:3643:17: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:3645:130: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:3646:40: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:3719:67: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:3761:29: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:3783:29: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:3865:29: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:3892:114: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:3939:42: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:3955:42: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:3985:14: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:3988:44: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:5011:23: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:5086:46: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:5087:50: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:5088:46: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:5090:4: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:5094:10: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:5108:46: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:5109:50: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:5110:46: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:5112:4: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:5116:10: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:5130:46: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:5131:50: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:5132:46: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:5134:4: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:5138:10: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:5153:46: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:5154:50: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:5155:46: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:5157:4: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:5161:10: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:5359:9: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:5362:29: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:5365:14: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:5375:63: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:5376:63: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:5409:8: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:5414:14: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:6473:121: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:6478:49: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:6480:50: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:6486:29: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:6496:30: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:6507:31: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:6668:50: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:6669:27: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:6737:29: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:6809:30: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:6848:31: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:6901:25: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:6902:32: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:6938:96: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:6942:97: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:6943:60: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:6976:75: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:7030:76: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:7064:98: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:7065:61: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:7105:28: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:7128:25: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:7131:21: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:7132:59: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:7133:21: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:7138:30: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:7147:22: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:7148:60: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:7149:22: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:7155:35: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:7159:21: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:7160:71: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:7161:21: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:7164:31: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:7169:23: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:7170:61: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:7171:23: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:7187:25: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:7188:28: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:7192:21: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:7193:59: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:7194:21: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:7197:21: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:7198:9: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:7199:22: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:7201:59: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:7202:21: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:7203:9: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:7204:22: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:7213:35: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:7214:38: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:7232:21: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:7233:9: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:7234:22: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:7236:71: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:7237:21: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:7238:9: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:7239:22: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:7254:25: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:7257:21: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:7258:59: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:7259:21: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:7264:30: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:7273:22: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:7274:60: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:7275:22: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:7281:35: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:7294:21: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:7295:71: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:7296:21: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:7299:31: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:7304:23: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:7305:61: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:7306:23: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:7388:30: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:7395:30: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:7404:30: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:7410:24: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:7573:8: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:7575:28: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:7586:20: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:7726:8: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:7728:28: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:7739:18: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:7857:24: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:8269:25: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:8301:88: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:8302:90: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:8304:58: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/eqonomize.cpp:2821:2: style: Variable 'value' is reassigned a value before the old one has been used. [redundantAssignment]
eqonomize-1.2.0/src/eqonomize.cpp:2820:0: note: Variable 'value' is reassigned a value before the old one has been used.
eqonomize-1.2.0/src/eqonomize.cpp:2821:2: note: Variable 'value' is reassigned a value before the old one has been used.
eqonomize-1.2.0/src/eqonomize.cpp:2822:2: style: Variable 'cost' is reassigned a value before the old one has been used. [redundantAssignment]
eqonomize-1.2.0/src/eqonomize.cpp:2820:0: note: Variable 'cost' is reassigned a value before the old one has been used.
eqonomize-1.2.0/src/eqonomize.cpp:2822:2: note: Variable 'cost' is reassigned a value before the old one has been used.
eqonomize-1.2.0/src/eqonomize.cpp:2901:2: style: Variable 'value' is reassigned a value before the old one has been used. [redundantAssignment]
eqonomize-1.2.0/src/eqonomize.cpp:2900:0: note: Variable 'value' is reassigned a value before the old one has been used.
eqonomize-1.2.0/src/eqonomize.cpp:2901:2: note: Variable 'value' is reassigned a value before the old one has been used.
eqonomize-1.2.0/src/eqonomize.cpp:2902:2: style: Variable 'cost' is reassigned a value before the old one has been used. [redundantAssignment]
eqonomize-1.2.0/src/eqonomize.cpp:2900:0: note: Variable 'cost' is reassigned a value before the old one has been used.
eqonomize-1.2.0/src/eqonomize.cpp:2902:2: note: Variable 'cost' is reassigned a value before the old one has been used.
eqonomize-1.2.0/src/eqonomize.cpp:4752:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
eqonomize-1.2.0/src/eqonomize.cpp:4814:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
eqonomize-1.2.0/src/eqonomize.cpp:5781:11: style: The scope of the variable 'recentFileAction' can be reduced. [variableScope]
eqonomize-1.2.0/src/eqonomize.cpp:7858:9: style: The scope of the variable 'mbudget' can be reduced. [variableScope]
eqonomize-1.2.0/src/eqonomize.cpp:449:64: style: Function 'setTransaction' argument 1 names different: declaration 'trans' definition 'transs'. [funcArgNamesDifferent]
eqonomize-1.2.0/src/eqonomize.cpp:428:37: note: Function 'setTransaction' argument 1 names different: declaration 'trans' definition 'transs'.
eqonomize-1.2.0/src/eqonomize.cpp:449:64: note: Function 'setTransaction' argument 1 names different: declaration 'trans' definition 'transs'.
eqonomize-1.2.0/src/eqonomize.cpp:2890:49: style: Function 'updateSecurity' argument 1 names different: declaration 'i' definition 'i_pre'. [funcArgNamesDifferent]
eqonomize-1.2.0/src/eqonomize.h:182:40: note: Function 'updateSecurity' argument 1 names different: declaration 'i' definition 'i_pre'.
eqonomize-1.2.0/src/eqonomize.cpp:2890:49: note: Function 'updateSecurity' argument 1 names different: declaration 'i' definition 'i_pre'.
eqonomize-1.2.0/src/eqonomize.cpp:6483:39: style: Function 'accountAdded' argument 1 names different: declaration 'account' definition 'acc'. [funcArgNamesDifferent]
eqonomize-1.2.0/src/eqonomize.h:438:30: note: Function 'accountAdded' argument 1 names different: declaration 'account' definition 'acc'.
eqonomize-1.2.0/src/eqonomize.cpp:6483:39: note: Function 'accountAdded' argument 1 names different: declaration 'account' definition 'acc'.
eqonomize-1.2.0/src/eqonomize.cpp:7852:7: style: struct member 'budget_info::after_from' is never used. [unusedStructMember]
eqonomize-1.2.0/src/eqonomize.cpp:237:3: warning: Member variable 'SecurityListViewItem::cost' is not initialized in the constructor. [uninitMemberVar]
eqonomize-1.2.0/src/eqonomize.cpp:237:3: warning: Member variable 'SecurityListViewItem::value' is not initialized in the constructor. [uninitMemberVar]
eqonomize-1.2.0/src/eqonomize.cpp:237:3: warning: Member variable 'SecurityListViewItem::rate' is not initialized in the constructor. [uninitMemberVar]
eqonomize-1.2.0/src/eqonomize.cpp:237:3: warning: Member variable 'SecurityListViewItem::profit' is not initialized in the constructor. [uninitMemberVar]
eqonomize-1.2.0/src/eqonomize.cpp:237:3: warning: Member variable 'SecurityListViewItem::shares' is not initialized in the constructor. [uninitMemberVar]
eqonomize-1.2.0/src/eqonomize.cpp:237:3: warning: Member variable 'SecurityListViewItem::quote' is not initialized in the constructor. [uninitMemberVar]
eqonomize-1.2.0/src/eqonomize.cpp:237:3: warning: Member variable 'SecurityListViewItem::scost' is not initialized in the constructor. [uninitMemberVar]
eqonomize-1.2.0/src/eqonomize.cpp:237:3: warning: Member variable 'SecurityListViewItem::sprofit' is not initialized in the constructor. [uninitMemberVar]
eqonomize-1.2.0/src/eqonomizemonthselector.h:36:3: style: Class 'EqonomizeMonthSelector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eqonomize-1.2.0/src/eqonomize.cpp:1668:3: style: Class 'AccountsListView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eqonomize-1.2.0/src/eqonomizemonthselector.cpp:86:6: style: The scope of the variable 'months' can be reduced. [variableScope]
eqonomize-1.2.0/src/eqonomizemonthselector.cpp:36:2: performance: Variable 'd_date' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eqonomize-1.2.0/src/eqonomizevalueedit.cpp:304:10: style: The scope of the variable 'v' can be reduced. [variableScope]
eqonomize-1.2.0/src/eqonomizevalueedit.cpp:198:57: style: Function 'valueFromText' argument 1 names different: declaration 'text' definition 't'. [funcArgNamesDifferent]
eqonomize-1.2.0/src/eqonomizevalueedit.h:54:47: note: Function 'valueFromText' argument 1 names different: declaration 'text' definition 't'.
eqonomize-1.2.0/src/eqonomizevalueedit.cpp:198:57: note: Function 'valueFromText' argument 1 names different: declaration 'text' definition 't'.
eqonomize-1.2.0/src/importcsvdialog.cpp:964:17: style: Condition 'success' is always true [knownConditionTrueFalse]
eqonomize-1.2.0/src/importcsvdialog.cpp:963:20: note: Assignment 'success=true', assigned value is 1
eqonomize-1.2.0/src/importcsvdialog.cpp:964:17: note: Condition 'success' is always true
eqonomize-1.2.0/src/importcsvdialog.cpp:378:3: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/importcsvdialog.cpp:863:51: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/importcsvdialog.cpp:866:51: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/importcsvdialog.cpp:1084:49: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/importcsvdialog.cpp:1120:56: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/importcsvdialog.cpp:1133:53: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/importcsvdialog.cpp:1157:51: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/importcsvdialog.cpp:1227:11: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/importcsvdialog.cpp:1256:11: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/importcsvdialog.cpp:1282:49: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/importcsvdialog.cpp:1283:9: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/importcsvdialog.cpp:1288:48: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/importcsvdialog.cpp:1289:9: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/importcsvdialog.cpp:1295:52: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/importcsvdialog.cpp:1297:52: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/importcsvdialog.cpp:1299:51: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/importcsvdialog.cpp:1307:51: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/importcsvdialog.cpp:1308:10: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/importcsvdialog.cpp:1310:49: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/importcsvdialog.cpp:1311:10: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/importcsvdialog.cpp:1318:52: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/importcsvdialog.cpp:1320:49: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/importcsvdialog.cpp:1321:10: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/importcsvdialog.cpp:1323:50: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/importcsvdialog.cpp:1324:10: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/importcsvdialog.cpp:1326:51: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/ledgerdialog.cpp:470:28: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/ledgerdialog.cpp:584:28: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/ledgerdialog.cpp:614:27: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/ledgerdialog.cpp:732:56: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/ledgerdialog.cpp:965:27: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/ledgerdialog.cpp:978:62: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/ledgerdialog.cpp:979:66: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/ledgerdialog.cpp:981:57: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/ledgerdialog.cpp:982:61: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/ledgerdialog.cpp:1005:26: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/ledgerdialog.cpp:1021:27: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/ledgerdialog.cpp:1064:28: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/ledgerdialog.cpp:1126:27: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/ledgerdialog.cpp:1156:27: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/ledgerdialog.cpp:1168:27: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/ledgerdialog.cpp:1181:28: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/ledgerdialog.cpp:1189:18: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/ledgerdialog.cpp:1191:18: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/ledgerdialog.cpp:1195:18: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/ledgerdialog.cpp:1210:125: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/ledgerdialog.cpp:1218:23: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/ledgerdialog.cpp:1222:23: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/ledgerdialog.cpp:1226:23: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/ledgerdialog.cpp:1235:27: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/ledgerdialog.cpp:1236:34: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/ledgerdialog.cpp:1250:29: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/ledgerdialog.cpp:1258:202: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/ledgerdialog.cpp:1264:225: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/ledgerdialog.cpp:1294:27: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/ledgerdialog.cpp:1308:27: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/ledgerdialog.cpp:1343:66: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/ledgerdialog.cpp:1350:176: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/ledgerdialog.cpp:1366:9: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/ledgerdialog.cpp:1367:28: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/ledgerdialog.cpp:1402:194: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/ledgerdialog.cpp:1429:199: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/ledgerdialog.cpp:1451:16: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/ledgerdialog.cpp:1455:173: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/ledgerdialog.cpp:1477:227: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/ledgerdialog.cpp:1488:20: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/ledgerdialog.cpp:1492:20: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/ledgerdialog.cpp:1541:27: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/ledgerdialog.cpp:1174:8: style: The scope of the variable 'warned1' can be reduced. [variableScope]
eqonomize-1.2.0/src/ledgerdialog.cpp:1174:25: style: The scope of the variable 'warned2' can be reduced. [variableScope]
eqonomize-1.2.0/src/ledgerdialog.cpp:1174:42: style: The scope of the variable 'warned3' can be reduced. [variableScope]
eqonomize-1.2.0/src/overtimechart.cpp:484:28: style: Condition 'index==2' is always false [knownConditionTrueFalse]
eqonomize-1.2.0/src/overtimechart.cpp:482:18: note: Assuming that condition 'index==1' is not redundant
eqonomize-1.2.0/src/overtimechart.cpp:484:28: note: Condition 'index==2' is always false
eqonomize-1.2.0/src/overtimechart.cpp:486:28: style: Condition 'index==2' is always false [knownConditionTrueFalse]
eqonomize-1.2.0/src/overtimechart.cpp:482:18: note: Assuming that condition 'index==1' is not redundant
eqonomize-1.2.0/src/overtimechart.cpp:486:28: note: Condition 'index==2' is always false
eqonomize-1.2.0/src/overtimechart.cpp:1554:20: style: Condition 'split_i==0' is always true [knownConditionTrueFalse]
eqonomize-1.2.0/src/overtimechart.cpp:1542:14: note: Assuming that condition 'split_i==0' is not redundant
eqonomize-1.2.0/src/overtimechart.cpp:1554:20: note: Condition 'split_i==0' is always true
eqonomize-1.2.0/src/overtimechart.cpp:542:11: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/overtimechart.cpp:543:33: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/overtimechart.cpp:545:11: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/overtimechart.cpp:546:33: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/overtimechart.cpp:1079:63: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/overtimechart.cpp:1084:66: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/overtimechart.cpp:1091:72: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/overtimechart.cpp:1127:11: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/overtimechart.cpp:1143:11: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/overtimechart.cpp:1235:23: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/overtimechart.cpp:1246:25: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/overtimechart.cpp:1257:23: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/overtimechart.cpp:1268:25: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/overtimechart.cpp:1279:23: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/overtimechart.cpp:1289:25: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/overtimechart.cpp:1299:23: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/overtimechart.cpp:1310:25: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/overtimechart.cpp:1321:23: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/overtimechart.cpp:1331:25: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/overtimechart.cpp:1542:97: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/overtimechart.cpp:1554:103: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/overtimechart.cpp:1558:13: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/overtimechart.cpp:1561:12: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/overtimechart.cpp:1570:62: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/overtimechart.cpp:1575:65: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/overtimechart.cpp:1582:71: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/overtimechart.cpp:1618:10: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/overtimechart.cpp:1634:10: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/overtimechart.cpp:1726:22: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/overtimechart.cpp:1737:24: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/overtimechart.cpp:1748:22: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/overtimechart.cpp:1759:24: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/overtimechart.cpp:1770:22: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/overtimechart.cpp:1780:24: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/overtimechart.cpp:1790:22: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/overtimechart.cpp:1801:24: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/overtimechart.cpp:1812:22: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/overtimechart.cpp:1822:24: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/overtimechart.cpp:1873:92: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/overtimechart.cpp:1936:25: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/overtimechart.cpp:2083:45: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/overtimechart.cpp:3127:11: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/overtimechart.cpp:3128:33: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/overtimechart.cpp:3130:11: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/overtimechart.cpp:3131:33: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/overtimechart.cpp:2040:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eqonomize-1.2.0/src/overtimereport.cpp:506:21: style: Condition 'split_i==0' is always true [knownConditionTrueFalse]
eqonomize-1.2.0/src/overtimereport.cpp:494:15: note: Assuming that condition 'split_i==0' is not redundant
eqonomize-1.2.0/src/overtimereport.cpp:506:21: note: Condition 'split_i==0' is always true
eqonomize-1.2.0/src/overtimereport.cpp:494:98: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/overtimereport.cpp:506:104: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/overtimereport.cpp:511:14: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/overtimereport.cpp:514:13: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/overtimereport.cpp:537:93: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/qifimportexport.cpp:1110:13: style: Condition '!test' is always true [knownConditionTrueFalse]
eqonomize-1.2.0/src/qifimportexport.cpp:1096:10: note: Assuming that condition '!test' is not redundant
eqonomize-1.2.0/src/qifimportexport.cpp:1110:13: note: Condition '!test' is always true
eqonomize-1.2.0/src/qifimportexport.cpp:225:3: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/qifimportexport.cpp:389:66: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/qifimportexport.cpp:535:54: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/qifimportexport.cpp:1184:76: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/qifimportexport.cpp:1194:73: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/qifimportexport.cpp:1319:59: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/qifimportexport.cpp:1336:56: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/qifimportexport.cpp:1505:11: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/qifimportexport.cpp:1506:14: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/qifimportexport.cpp:1513:24: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/qifimportexport.cpp:1514:38: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/qifimportexport.cpp:1515:38: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/qifimportexport.cpp:1517:15: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/qifimportexport.cpp:1519:24: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/qifimportexport.cpp:1522:11: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/qifimportexport.cpp:1523:14: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/qifimportexport.cpp:1527:8: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/qifimportexport.cpp:1528:16: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/qifimportexport.cpp:1533:31: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/qifimportexport.cpp:1556:11: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/qifimportexport.cpp:1567:37: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/qifimportexport.cpp:1589:12: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/qifimportexport.cpp:1594:12: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/qifimportexport.cpp:1598:9: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/qifimportexport.cpp:1599:17: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/qifimportexport.cpp:1671:11: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/qifimportexport.cpp:1747:106: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/qifimportexport.cpp:1750:46: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/recurrence.h:57:16: warning: Virtual function 'readAttributes' is called from constructor 'Recurrence(Budget*parent_budget,QXmlStreamReader*xml,bool*valid)' at line 86. Dynamic binding is not used. [virtualCallInConstructor]
eqonomize-1.2.0/src/recurrence.cpp:86:2: note: Calling readAttributes
eqonomize-1.2.0/src/recurrence.h:57:16: note: readAttributes is a virtual method
eqonomize-1.2.0/src/recurrence.h:59:16: warning: Virtual function 'readElements' is called from constructor 'Recurrence(Budget*parent_budget,QXmlStreamReader*xml,bool*valid)' at line 87. Dynamic binding is not used. [virtualCallInConstructor]
eqonomize-1.2.0/src/recurrence.cpp:87:2: note: Calling readElements
eqonomize-1.2.0/src/recurrence.h:59:16: note: readElements is a virtual method
eqonomize-1.2.0/src/recurrence.h:105:16: warning: Virtual function 'readAttributes' is called from constructor 'DailyRecurrence(Budget*parent_budget,QXmlStreamReader*xml,bool*valid)' at line 330. Dynamic binding is not used. [virtualCallInConstructor]
eqonomize-1.2.0/src/recurrence.cpp:330:2: note: Calling readAttributes
eqonomize-1.2.0/src/recurrence.h:105:16: note: readAttributes is a virtual method
eqonomize-1.2.0/src/recurrence.h:131:16: warning: Virtual function 'readAttributes' is called from constructor 'WeeklyRecurrence(Budget*parent_budget,QXmlStreamReader*xml,bool*valid)' at line 413. Dynamic binding is not used. [virtualCallInConstructor]
eqonomize-1.2.0/src/recurrence.cpp:413:2: note: Calling readAttributes
eqonomize-1.2.0/src/recurrence.h:131:16: note: readAttributes is a virtual method
eqonomize-1.2.0/src/recurrence.h:168:16: warning: Virtual function 'readAttributes' is called from constructor 'MonthlyRecurrence(Budget*parent_budget,QXmlStreamReader*xml,bool*valid)' at line 582. Dynamic binding is not used. [virtualCallInConstructor]
eqonomize-1.2.0/src/recurrence.cpp:582:2: note: Calling readAttributes
eqonomize-1.2.0/src/recurrence.h:168:16: note: readAttributes is a virtual method
eqonomize-1.2.0/src/recurrence.h:204:16: warning: Virtual function 'readAttributes' is called from constructor 'YearlyRecurrence(Budget*parent_budget,QXmlStreamReader*xml,bool*valid)' at line 917. Dynamic binding is not used. [virtualCallInConstructor]
eqonomize-1.2.0/src/recurrence.cpp:917:2: note: Calling readAttributes
eqonomize-1.2.0/src/recurrence.h:204:16: note: readAttributes is a virtual method
eqonomize-1.2.0/src/recurrenceeditwidget.cpp:143:5: style: Condition '!validValues()' is always false [knownConditionTrueFalse]
eqonomize-1.2.0/src/recurrenceeditwidget.cpp:616:28: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/recurrenceeditwidget.cpp:622:29: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/recurrenceeditwidget.cpp:631:30: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/recurrenceeditwidget.cpp:650:29: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/security.cpp:284:74: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/security.cpp:285:16: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/security.cpp:301:11: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/security.cpp:591:42: style: Function 'yearlyRate' argument 1 names different: declaration 'date_from' definition 'date1'. [funcArgNamesDifferent]
eqonomize-1.2.0/src/security.h:169:34: note: Function 'yearlyRate' argument 1 names different: declaration 'date_from' definition 'date1'.
eqonomize-1.2.0/src/security.cpp:591:42: note: Function 'yearlyRate' argument 1 names different: declaration 'date_from' definition 'date1'.
eqonomize-1.2.0/src/security.cpp:591:62: style: Function 'yearlyRate' argument 2 names different: declaration 'date_to' definition 'date2'. [funcArgNamesDifferent]
eqonomize-1.2.0/src/security.h:169:58: note: Function 'yearlyRate' argument 2 names different: declaration 'date_to' definition 'date2'.
eqonomize-1.2.0/src/security.cpp:591:62: note: Function 'yearlyRate' argument 2 names different: declaration 'date_to' definition 'date2'.
eqonomize-1.2.0/src/security.cpp:531:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eqonomize-1.2.0/src/security.cpp:54:11: warning: Member variable 'Security::o_account' is not initialized in the constructor. [uninitMemberVar]
eqonomize-1.2.0/src/security.cpp:54:11: warning: Member variable 'Security::st_type' is not initialized in the constructor. [uninitMemberVar]
eqonomize-1.2.0/src/security.cpp:54:11: warning: Member variable 'Security::d_initial_shares' is not initialized in the constructor. [uninitMemberVar]
eqonomize-1.2.0/src/security.cpp:54:11: warning: Member variable 'Security::i_decimals' is not initialized in the constructor. [uninitMemberVar]
eqonomize-1.2.0/src/security.cpp:54:11: warning: Member variable 'Security::i_quotation_decimals' is not initialized in the constructor. [uninitMemberVar]
eqonomize-1.2.0/src/security.h:123:16: warning: Virtual function 'readAttributes' is called from constructor 'Security(Budget*parent_budget,QXmlStreamReader*xml,bool*valid)' at line 51. Dynamic binding is not used. [virtualCallInConstructor]
eqonomize-1.2.0/src/security.cpp:51:2: note: Calling readAttributes
eqonomize-1.2.0/src/security.h:123:16: note: readAttributes is a virtual method
eqonomize-1.2.0/src/security.h:125:16: warning: Virtual function 'readElements' is called from constructor 'Security(Budget*parent_budget,QXmlStreamReader*xml,bool*valid)' at line 52. Dynamic binding is not used. [virtualCallInConstructor]
eqonomize-1.2.0/src/security.cpp:52:2: note: Calling readElements
eqonomize-1.2.0/src/security.h:125:16: note: readElements is a virtual method
eqonomize-1.2.0/src/security.cpp:306:6: error: Uninitialized variable: b [uninitvar]
eqonomize-1.2.0/src/transaction.cpp:88:14: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:89:13: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:90:13: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:91:11: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:92:20: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:93:16: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:94:13: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:95:17: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:96:13: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:139:29: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:170:54: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:171:57: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:175:54: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:176:57: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:180:52: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:181:59: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:240:47: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:241:14: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:242:19: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:273:21: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:278:52: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:280:46: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:316:47: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:317:13: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:344:83: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:364:47: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:365:13: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:393:83: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:410:47: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:411:14: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:412:19: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:413:17: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:454:19: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:460:50: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:462:43: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:507:47: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:508:15: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:541:57: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:542:30: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:592:47: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:593:24: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:594:22: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:630:45: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:632:47: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:724:52: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:750:47: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:785:95: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:793:301: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:798:47: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:799:15: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:800:17: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:801:76: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:830:34: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:1005:19: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:1046:9: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:1101:24: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:1110:9: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:1133:31: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:1179:33: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:1304:83: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:1308:83: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:1343:29: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:1392:28: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:1513:39: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:1514:26: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:1518:39: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:1519:26: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:1541:47: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:1542:16: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:1543:14: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:1544:19: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:1598:24: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:1655:10: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:1664:9: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:1670:9: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:1677:9: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:1736:5: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:1737:8: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:1741:5: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:1742:8: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:1746:8: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:1747:9: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:1749:9: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:1750:6: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:1752:6: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:1758:5: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:1772:6: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:1776:6: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:1780:9: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:1781:7: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:1783:7: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:1789:6: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:1803:9: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:1807:9: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:1846:89: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:1877:47: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:1878:17: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:1879:17: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:1999:4: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:2004:4: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:2020:5: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:2022:5: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:2032:24: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:2038:24: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:2072:9: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:2076:9: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:2108:142: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:2109:52: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:2133:47: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:2134:24: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:2398:52: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:2399:89: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:2400:83: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transaction.cpp:137:46: style: Function 'equals' argument 1 names different: declaration 'transaction' definition 'trans'. [funcArgNamesDifferent]
eqonomize-1.2.0/src/transaction.h:164:43: note: Function 'equals' argument 1 names different: declaration 'transaction' definition 'trans'.
eqonomize-1.2.0/src/transaction.cpp:137:46: note: Function 'equals' argument 1 names different: declaration 'transaction' definition 'trans'.
eqonomize-1.2.0/src/transaction.cpp:271:42: style: Function 'equals' argument 1 names different: declaration 'transactions' definition 'transaction'. [funcArgNamesDifferent]
eqonomize-1.2.0/src/transaction.h:233:35: note: Function 'equals' argument 1 names different: declaration 'transactions' definition 'transaction'.
eqonomize-1.2.0/src/transaction.cpp:271:42: note: Function 'equals' argument 1 names different: declaration 'transactions' definition 'transaction'.
eqonomize-1.2.0/src/transaction.cpp:357:48: style: Function 'DebtInterest' argument 1 names different: declaration 'interest' definition 'loaninterest'. [funcArgNamesDifferent]
eqonomize-1.2.0/src/transaction.h:300:36: note: Function 'DebtInterest' argument 1 names different: declaration 'interest' definition 'loaninterest'.
eqonomize-1.2.0/src/transaction.cpp:357:48: note: Function 'DebtInterest' argument 1 names different: declaration 'interest' definition 'loaninterest'.
eqonomize-1.2.0/src/transaction.cpp:502:66: style: Function 'ReinvestedDividend' argument 1 names different: declaration 'dividend_' definition 'reinv'. [funcArgNamesDifferent]
eqonomize-1.2.0/src/transaction.h:378:48: note: Function 'ReinvestedDividend' argument 1 names different: declaration 'dividend_' definition 'reinv'.
eqonomize-1.2.0/src/transaction.cpp:502:66: note: Function 'ReinvestedDividend' argument 1 names different: declaration 'dividend_' definition 'reinv'.
eqonomize-1.2.0/src/transaction.cpp:649:33: style: Function 'setAmount' argument 1 names different: declaration 'withdrawal' definition 'withdrawal_amount'. [funcArgNamesDifferent]
eqonomize-1.2.0/src/transaction.h:430:33: note: Function 'setAmount' argument 1 names different: declaration 'withdrawal' definition 'withdrawal_amount'.
eqonomize-1.2.0/src/transaction.cpp:649:33: note: Function 'setAmount' argument 1 names different: declaration 'withdrawal' definition 'withdrawal_amount'.
eqonomize-1.2.0/src/transaction.cpp:649:59: style: Function 'setAmount' argument 2 names different: declaration 'deposit' definition 'deposit_amount'. [funcArgNamesDifferent]
eqonomize-1.2.0/src/transaction.h:430:52: note: Function 'setAmount' argument 2 names different: declaration 'deposit' definition 'deposit_amount'.
eqonomize-1.2.0/src/transaction.cpp:649:59: note: Function 'setAmount' argument 2 names different: declaration 'deposit' definition 'deposit_amount'.
eqonomize-1.2.0/src/transaction.cpp:781:34: style: Function 'setAmount' argument 1 names different: declaration 'withdrawal' definition 'withdrawal_amount'. [funcArgNamesDifferent]
eqonomize-1.2.0/src/transaction.h:492:33: note: Function 'setAmount' argument 1 names different: declaration 'withdrawal' definition 'withdrawal_amount'.
eqonomize-1.2.0/src/transaction.cpp:781:34: note: Function 'setAmount' argument 1 names different: declaration 'withdrawal' definition 'withdrawal_amount'.
eqonomize-1.2.0/src/transaction.cpp:874:55: style: Function 'isReconciled' argument 1 names different: declaration 'account' definition 'account_'. [funcArgNamesDifferent]
eqonomize-1.2.0/src/transaction.h:548:44: note: Function 'isReconciled' argument 1 names different: declaration 'account' definition 'account_'.
eqonomize-1.2.0/src/transaction.cpp:874:55: note: Function 'isReconciled' argument 1 names different: declaration 'account' definition 'account_'.
eqonomize-1.2.0/src/transaction.cpp:878:56: style: Function 'setReconciled' argument 1 names different: declaration 'account' definition 'account_'. [funcArgNamesDifferent]
eqonomize-1.2.0/src/transaction.h:549:45: note: Function 'setReconciled' argument 1 names different: declaration 'account' definition 'account_'.
eqonomize-1.2.0/src/transaction.cpp:878:56: note: Function 'setReconciled' argument 1 names different: declaration 'account' definition 'account_'.
eqonomize-1.2.0/src/transaction.cpp:926:39: style: Function 'setAccount' argument 1 names different: declaration 'account' definition 'new_account'. [funcArgNamesDifferent]
eqonomize-1.2.0/src/transaction.h:572:28: note: Function 'setAccount' argument 1 names different: declaration 'account' definition 'new_account'.
eqonomize-1.2.0/src/transaction.cpp:926:39: note: Function 'setAccount' argument 1 names different: declaration 'account' definition 'new_account'.
eqonomize-1.2.0/src/transaction.cpp:973:40: style: Function 'setAccount' argument 1 names different: declaration 'account' definition 'new_account'. [funcArgNamesDifferent]
eqonomize-1.2.0/src/transaction.h:599:28: note: Function 'setAccount' argument 1 names different: declaration 'account' definition 'new_account'.
eqonomize-1.2.0/src/transaction.cpp:973:40: note: Function 'setAccount' argument 1 names different: declaration 'account' definition 'new_account'.
eqonomize-1.2.0/src/transaction.cpp:2420:38: style: Function 'SecurityTrade' argument 1 names different: declaration 'parent_budget' definition 'budget'. [funcArgNamesDifferent]
eqonomize-1.2.0/src/transaction.h:921:25: note: Function 'SecurityTrade' argument 1 names different: declaration 'parent_budget' definition 'budget'.
eqonomize-1.2.0/src/transaction.cpp:2420:38: note: Function 'SecurityTrade' argument 1 names different: declaration 'parent_budget' definition 'budget'.
eqonomize-1.2.0/src/transaction.cpp:234:10: warning: Member variable 'Expense::b_reconciled' is not initialized in the constructor. [uninitMemberVar]
eqonomize-1.2.0/src/transaction.cpp:583:11: warning: Member variable 'Transfer::d_deposit' is not initialized in the constructor. [uninitMemberVar]
eqonomize-1.2.0/src/transaction.cpp:584:11: warning: Member variable 'Transfer::d_deposit' is not initialized in the constructor. [uninitMemberVar]
eqonomize-1.2.0/src/transaction.cpp:584:11: warning: Member variable 'Transfer::b_from_reconciled' is not initialized in the constructor. [uninitMemberVar]
eqonomize-1.2.0/src/transaction.cpp:584:11: warning: Member variable 'Transfer::b_to_reconciled' is not initialized in the constructor. [uninitMemberVar]
eqonomize-1.2.0/src/transaction.cpp:790:22: warning: Member variable 'SecurityTransaction::o_security' is not initialized in the constructor. [uninitMemberVar]
eqonomize-1.2.0/src/transaction.cpp:790:22: warning: Member variable 'SecurityTransaction::d_shares' is not initialized in the constructor. [uninitMemberVar]
eqonomize-1.2.0/src/transaction.cpp:790:22: warning: Member variable 'SecurityTransaction::b_reconciled' is not initialized in the constructor. [uninitMemberVar]
eqonomize-1.2.0/src/transaction.cpp:791:22: warning: Member variable 'SecurityTransaction::o_security' is not initialized in the constructor. [uninitMemberVar]
eqonomize-1.2.0/src/transaction.cpp:791:22: warning: Member variable 'SecurityTransaction::d_shares' is not initialized in the constructor. [uninitMemberVar]
eqonomize-1.2.0/src/transaction.cpp:1870:26: warning: Member variable 'MultiAccountTransaction::d_quantity' is not initialized in the constructor. [uninitMemberVar]
eqonomize-1.2.0/src/transaction.h:166:16: warning: Virtual function 'readAttributes' is called from constructor 'Transaction(Budget*parent_budget,QXmlStreamReader*xml,bool*valid)' at line 78. Dynamic binding is not used. [virtualCallInConstructor]
eqonomize-1.2.0/src/transaction.cpp:78:2: note: Calling readAttributes
eqonomize-1.2.0/src/transaction.h:166:16: note: readAttributes is a virtual method
eqonomize-1.2.0/src/transaction.h:168:16: warning: Virtual function 'readElements' is called from constructor 'Transaction(Budget*parent_budget,QXmlStreamReader*xml,bool*valid)' at line 79. Dynamic binding is not used. [virtualCallInConstructor]
eqonomize-1.2.0/src/transaction.cpp:79:2: note: Calling readElements
eqonomize-1.2.0/src/transaction.h:168:16: note: readElements is a virtual method
eqonomize-1.2.0/src/transaction.h:230:16: warning: Virtual function 'readAttributes' is called from constructor 'Expense(Budget*parent_budget,QXmlStreamReader*xml,bool*valid)' at line 230. Dynamic binding is not used. [virtualCallInConstructor]
eqonomize-1.2.0/src/transaction.cpp:230:2: note: Calling readAttributes
eqonomize-1.2.0/src/transaction.h:230:16: note: readAttributes is a virtual method
eqonomize-1.2.0/src/transaction.h:273:16: warning: Virtual function 'readAttributes' is called from constructor 'DebtFee(Budget*parent_budget,QXmlStreamReader*xml,bool*valid)' at line 303. Dynamic binding is not used. [virtualCallInConstructor]
eqonomize-1.2.0/src/transaction.cpp:303:2: note: Calling readAttributes
eqonomize-1.2.0/src/transaction.h:273:16: note: readAttributes is a virtual method
eqonomize-1.2.0/src/transaction.h:305:16: warning: Virtual function 'readAttributes' is called from constructor 'DebtInterest(Budget*parent_budget,QXmlStreamReader*xml,bool*valid)' at line 352. Dynamic binding is not used. [virtualCallInConstructor]
eqonomize-1.2.0/src/transaction.cpp:352:2: note: Calling readAttributes
eqonomize-1.2.0/src/transaction.h:305:16: note: readAttributes is a virtual method
eqonomize-1.2.0/src/transaction.h:340:16: warning: Virtual function 'readAttributes' is called from constructor 'Income(Budget*parent_budget,QXmlStreamReader*xml,bool*valid)' at line 400. Dynamic binding is not used. [virtualCallInConstructor]
eqonomize-1.2.0/src/transaction.cpp:400:2: note: Calling readAttributes
eqonomize-1.2.0/src/transaction.h:340:16: note: readAttributes is a virtual method
eqonomize-1.2.0/src/transaction.h:383:16: warning: Virtual function 'readAttributes' is called from constructor 'ReinvestedDividend(Budget*parent_budget,QXmlStreamReader*xml,bool*valid)' at line 497. Dynamic binding is not used. [virtualCallInConstructor]
eqonomize-1.2.0/src/transaction.cpp:497:2: note: Calling readAttributes
eqonomize-1.2.0/src/transaction.h:383:16: note: readAttributes is a virtual method
eqonomize-1.2.0/src/transaction.h:420:16: warning: Virtual function 'readAttributes' is called from constructor 'Transfer(Budget*parent_budget,QXmlStreamReader*xml,bool*valid)' at line 580. Dynamic binding is not used. [virtualCallInConstructor]
eqonomize-1.2.0/src/transaction.cpp:580:2: note: Calling readAttributes
eqonomize-1.2.0/src/transaction.h:420:16: note: readAttributes is a virtual method
eqonomize-1.2.0/src/transaction.h:462:16: warning: Virtual function 'readAttributes' is called from constructor 'DebtReduction(Budget*parent_budget,QXmlStreamReader*xml,bool*valid)' at line 698. Dynamic binding is not used. [virtualCallInConstructor]
eqonomize-1.2.0/src/transaction.cpp:698:2: note: Calling readAttributes
eqonomize-1.2.0/src/transaction.h:462:16: note: readAttributes is a virtual method
eqonomize-1.2.0/src/transaction.h:488:16: warning: Virtual function 'readAttributes' is called from constructor 'Balancing(Budget*parent_budget,QXmlStreamReader*xml,bool*valid)' at line 740. Dynamic binding is not used. [virtualCallInConstructor]
eqonomize-1.2.0/src/transaction.cpp:740:2: note: Calling readAttributes
eqonomize-1.2.0/src/transaction.h:488:16: note: readAttributes is a virtual method
eqonomize-1.2.0/src/transaction.h:568:16: warning: Virtual function 'readAttributes' is called from constructor 'SecurityBuy(Budget*parent_budget,QXmlStreamReader*xml,bool*valid)' at line 887. Dynamic binding is not used. [virtualCallInConstructor]
eqonomize-1.2.0/src/transaction.cpp:887:2: note: Calling readAttributes
eqonomize-1.2.0/src/transaction.h:568:16: note: readAttributes is a virtual method
eqonomize-1.2.0/src/transaction.h:595:16: warning: Virtual function 'readAttributes' is called from constructor 'SecuritySell(Budget*parent_budget,QXmlStreamReader*xml,bool*valid)' at line 934. Dynamic binding is not used. [virtualCallInConstructor]
eqonomize-1.2.0/src/transaction.cpp:934:2: note: Calling readAttributes
eqonomize-1.2.0/src/transaction.h:595:16: note: readAttributes is a virtual method
eqonomize-1.2.0/src/transaction.h:626:16: warning: Virtual function 'readAttributes' is called from constructor 'ScheduledTransaction(Budget*parent_budget,QXmlStreamReader*xml,bool*valid)' at line 989. Dynamic binding is not used. [virtualCallInConstructor]
eqonomize-1.2.0/src/transaction.cpp:989:2: note: Calling readAttributes
eqonomize-1.2.0/src/transaction.h:626:16: note: readAttributes is a virtual method
eqonomize-1.2.0/src/transaction.h:628:16: warning: Virtual function 'readElements' is called from constructor 'ScheduledTransaction(Budget*parent_budget,QXmlStreamReader*xml,bool*valid)' at line 990. Dynamic binding is not used. [virtualCallInConstructor]
eqonomize-1.2.0/src/transaction.cpp:990:2: note: Calling readElements
eqonomize-1.2.0/src/transaction.h:628:16: note: readElements is a virtual method
eqonomize-1.2.0/src/transaction.h:697:16: warning: Virtual function 'readAttributes' is called from constructor 'SplitTransaction(Budget*parent_budget,QXmlStreamReader*xml,bool*valid)' at line 1324. Dynamic binding is not used. [virtualCallInConstructor]
eqonomize-1.2.0/src/transaction.cpp:1324:2: note: Calling readAttributes
eqonomize-1.2.0/src/transaction.h:697:16: note: readAttributes is a virtual method
eqonomize-1.2.0/src/transaction.h:699:16: warning: Virtual function 'readElements' is called from constructor 'SplitTransaction(Budget*parent_budget,QXmlStreamReader*xml,bool*valid)' at line 1325. Dynamic binding is not used. [virtualCallInConstructor]
eqonomize-1.2.0/src/transaction.cpp:1325:2: note: Calling readElements
eqonomize-1.2.0/src/transaction.h:699:16: note: readElements is a virtual method
eqonomize-1.2.0/src/transaction.h:708:16: warning: Virtual function 'clear' is called from destructor '~SplitTransaction()' at line 1338. Dynamic binding is not used. [virtualCallInConstructor]
eqonomize-1.2.0/src/transaction.cpp:1338:2: note: Calling clear
eqonomize-1.2.0/src/transaction.h:708:16: note: clear is a virtual method
eqonomize-1.2.0/src/transaction.h:760:16: warning: Virtual function 'readAttributes' is called from constructor 'MultiItemTransaction(Budget*parent_budget,QXmlStreamReader*xml,bool*valid)' at line 1505. Dynamic binding is not used. [virtualCallInConstructor]
eqonomize-1.2.0/src/transaction.cpp:1505:2: note: Calling readAttributes
eqonomize-1.2.0/src/transaction.h:760:16: note: readAttributes is a virtual method
eqonomize-1.2.0/src/transaction.h:809:16: warning: Virtual function 'readAttributes' is called from constructor 'MultiAccountTransaction(Budget*parent_budget,QXmlStreamReader*xml,bool*valid)' at line 1860. Dynamic binding is not used. [virtualCallInConstructor]
eqonomize-1.2.0/src/transaction.cpp:1860:2: note: Calling readAttributes
eqonomize-1.2.0/src/transaction.h:809:16: note: readAttributes is a virtual method
eqonomize-1.2.0/src/transaction.h:862:16: warning: Virtual function 'readAttributes' is called from constructor 'DebtPayment(Budget*parent_budget,QXmlStreamReader*xml,bool*valid)' at line 2117. Dynamic binding is not used. [virtualCallInConstructor]
eqonomize-1.2.0/src/transaction.cpp:2117:2: note: Calling readAttributes
eqonomize-1.2.0/src/transaction.h:862:16: note: readAttributes is a virtual method
eqonomize-1.2.0/src/transactioneditwidget.cpp:795:18: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactioneditwidget.cpp:937:83: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactioneditwidget.cpp:938:82: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactioneditwidget.cpp:978:83: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactioneditwidget.cpp:979:82: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactioneditwidget.cpp:1008:97: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactioneditwidget.cpp:1019:62: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactioneditwidget.cpp:1020:39: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactioneditwidget.cpp:1022:31: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactioneditwidget.cpp:1023:31: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactioneditwidget.cpp:1027:26: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactioneditwidget.cpp:1028:68: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactioneditwidget.cpp:1029:39: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactioneditwidget.cpp:1031:31: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactioneditwidget.cpp:1032:31: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactioneditwidget.cpp:1036:26: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactioneditwidget.cpp:1134:80: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactioneditwidget.cpp:1141:79: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactioneditwidget.cpp:1176:114: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactioneditwidget.cpp:1192:23: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactioneditwidget.cpp:1193:19: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactioneditwidget.cpp:1196:20: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactioneditwidget.cpp:1198:18: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactioneditwidget.cpp:1200:23: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactioneditwidget.cpp:1211:5: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactioneditwidget.cpp:1212:5: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactioneditwidget.cpp:1213:55: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactioneditwidget.cpp:1215:5: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactioneditwidget.cpp:1216:5: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactioneditwidget.cpp:1217:55: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactioneditwidget.cpp:1234:4: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactioneditwidget.cpp:1238:71: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactioneditwidget.cpp:1242:62: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactioneditwidget.cpp:1243:61: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactioneditwidget.cpp:1249:10: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactioneditwidget.cpp:1258:20: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactioneditwidget.cpp:1264:80: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactioneditwidget.cpp:1270:71: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactioneditwidget.cpp:1275:106: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactioneditwidget.cpp:1278:90: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactioneditwidget.cpp:1289:106: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactioneditwidget.cpp:1291:103: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactioneditwidget.cpp:1293:139: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactioneditwidget.cpp:1297:110: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactioneditwidget.cpp:1311:148: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactioneditwidget.cpp:1339:111: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactioneditwidget.cpp:1388:90: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactioneditwidget.cpp:1389:25: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactioneditwidget.cpp:1390:26: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactioneditwidget.cpp:1400:91: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactioneditwidget.cpp:1401:25: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactioneditwidget.cpp:1402:26: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactioneditwidget.cpp:1636:103: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactioneditwidget.cpp:1638:110: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactioneditwidget.cpp:1640:86: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactioneditwidget.cpp:1670:83: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactioneditwidget.cpp:1671:82: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactioneditwidget.cpp:1857:38: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactioneditwidget.cpp:1858:38: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactioneditwidget.cpp:1860:38: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactioneditwidget.cpp:1861:38: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactioneditwidget.cpp:1889:36: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactioneditwidget.cpp:1899:39: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactioneditwidget.cpp:1902:75: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactioneditwidget.cpp:1912:27: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactioneditwidget.cpp:1914:82: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactioneditwidget.cpp:1922:99: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactioneditwidget.cpp:1923:58: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactioneditwidget.cpp:1927:8: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactioneditwidget.cpp:1928:63: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactioneditwidget.cpp:1929:99: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactioneditwidget.cpp:1936:109: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactioneditwidget.cpp:1942:109: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactioneditwidget.cpp:1959:34: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactioneditwidget.cpp:1969:25: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactioneditwidget.cpp:78:161: style: Function 'TransactionEditWidget' argument 6 names different: declaration 'security' definition 'sec'. [funcArgNamesDifferent]
eqonomize-1.2.0/src/transactioneditwidget.h:65:140: note: Function 'TransactionEditWidget' argument 6 names different: declaration 'security' definition 'sec'.
eqonomize-1.2.0/src/transactioneditwidget.cpp:78:161: note: Function 'TransactionEditWidget' argument 6 names different: declaration 'security' definition 'sec'.
eqonomize-1.2.0/src/transactioneditwidget.cpp:1679:57: style: Function 'setTransaction' argument 1 names different: declaration 'strans' definition 'trans'. [funcArgNamesDifferent]
eqonomize-1.2.0/src/transactioneditwidget.h:70:36: note: Function 'setTransaction' argument 1 names different: declaration 'strans' definition 'trans'.
eqonomize-1.2.0/src/transactioneditwidget.cpp:1679:57: note: Function 'setTransaction' argument 1 names different: declaration 'strans' definition 'trans'.
eqonomize-1.2.0/src/transactioneditwidget.cpp:1873:66: style: Function 'setTransaction' argument 1 names different: declaration 'strans' definition 'trans'. [funcArgNamesDifferent]
eqonomize-1.2.0/src/transactioneditwidget.h:196:36: note: Function 'setTransaction' argument 1 names different: declaration 'strans' definition 'trans'.
eqonomize-1.2.0/src/transactioneditwidget.cpp:1873:66: note: Function 'setTransaction' argument 1 names different: declaration 'strans' definition 'trans'.
eqonomize-1.2.0/src/transactionfilterwidget.cpp:352:48: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionfilterwidget.cpp:407:12: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionfilterwidget.cpp:413:8: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionfilterwidget.cpp:414:12: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionfilterwidget.cpp:417:70: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionfilterwidget.cpp:421:50: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionfilterwidget.cpp:422:49: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionfilterwidget.cpp:423:48: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionfilterwidget.cpp:435:22: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionfilterwidget.cpp:450:13: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionfilterwidget.cpp:469:94: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionfilterwidget.cpp:473:11: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionfilterwidget.cpp:483:93: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionfilterwidget.cpp:487:11: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionfilterwidget.cpp:501:95: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionfilterwidget.cpp:505:11: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionfilterwidget.cpp:515:94: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionfilterwidget.cpp:519:11: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionfilterwidget.cpp:531:22: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionfilterwidget.cpp:535:13: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionfilterwidget.cpp:543:95: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionfilterwidget.cpp:547:11: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionfilterwidget.cpp:557:94: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionfilterwidget.cpp:561:11: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionfilterwidget.cpp:575:95: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionfilterwidget.cpp:579:12: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionfilterwidget.cpp:590:94: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionfilterwidget.cpp:594:12: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionfilterwidget.cpp:695:97: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionfilterwidget.cpp:705:62: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionfilterwidget.cpp:706:75: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionfilterwidget.cpp:708:31: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionfilterwidget.cpp:709:31: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionfilterwidget.cpp:713:68: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionfilterwidget.cpp:714:75: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionfilterwidget.cpp:716:31: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionfilterwidget.cpp:717:31: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionfilterwidget.cpp:810:27: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionfilterwidget.cpp:811:30: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionfilterwidget.cpp:812:161: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionfilterwidget.cpp:818:196: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionfilterwidget.cpp:841:27: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionfilterwidget.cpp:842:30: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionfilterwidget.cpp:843:160: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionfilterwidget.cpp:849:195: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionfilterwidget.cpp:872:27: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionfilterwidget.cpp:873:30: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionfilterwidget.cpp:874:162: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionfilterwidget.cpp:880:197: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionfilterwidget.cpp:895:22: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionfilterwidget.cpp:902:20: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:1722:6: style: Condition 'b_join' is always true [knownConditionTrueFalse]
eqonomize-1.2.0/src/transactionlistwidget.cpp:1719:12: note: Assignment 'b_join=true', assigned value is 1
eqonomize-1.2.0/src/transactionlistwidget.cpp:1722:6: note: Condition 'b_join' is always true
eqonomize-1.2.0/src/transactionlistwidget.cpp:224:32: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:242:32: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:267:33: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:469:32: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:478:32: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:487:32: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:506:32: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:507:28: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:522:33: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:530:61: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:550:38: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:556:16: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:577:18: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:583:18: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:585:18: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:598:77: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:613:114: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:623:38: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:630:17: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:652:23: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:656:23: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:660:23: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:686:34: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:712:202: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:718:225: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:742:28: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:750:29: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:831:31: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:833:6: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:837:6: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:838:25: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:840:34: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:847:17: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:848:24: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:852:106: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:853:17: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:854:22: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:859:17: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:860:26: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:888:6: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:899:25: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:960:27: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:970:32: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:977:30: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:1000:32: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:1017:32: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:1031:32: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:1036:112: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:1038:40: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:1041:124: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:1043:180: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:1044:181: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:1045:80: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:1046:142: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:1047:79: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:1049:84: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:1050:135: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:1051:77: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:1058:61: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:1059:65: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:1061:56: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:1062:60: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:1093:32: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:1105:36: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:1125:32: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:1128:11: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:1194:12: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:1198:8: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:1200:12: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:1204:13: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:1207:9: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:1208:33: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:1215:13: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:1217:13: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:1280:86: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:1281:90: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:1327:35: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:1328:33: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:1332:35: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:1334:34: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:1335:36: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:1337:31: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:1354:25: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:1355:28: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:1382:88: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:1383:92: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:1394:35: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:1395:38: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:1414:123: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:1415:37: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:1417:31: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:1428:8: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:1429:37: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:1430:40: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:1468:25: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:1486:35: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:1504:36: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:1506:31: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:1515:8: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:1516:37: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:1614:13: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:1615:43: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:1616:13: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:1617:31: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:1618:30: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:1621:13: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:1622:31: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:1623:7: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:1626:31: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:1641:14: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:1650:34: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:1672:147: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:1677:125: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:1685:32: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:1688:199: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:1698:32: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:1704:134: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:1724:34: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:1764:88: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:1767:88: style: C-style pointer casting [cstyleCast]
eqonomize-1.2.0/src/transactionlistwidget.cpp:620:8: style: Variable 'equal_payee' is reassigned a value before the old one has been used. [redundantAssignment]
eqonomize-1.2.0/src/transactionlistwidget.cpp:618:8: note: Variable 'equal_payee' is reassigned a value before the old one has been used.
eqonomize-1.2.0/src/transactionlistwidget.cpp:620:8: note: Variable 'equal_payee' is reassigned a value before the old one has been used.
eqonomize-1.2.0/src/transactionlistwidget.cpp:621:8: style: Variable 'equal_date' is reassigned a value before the old one has been used. [redundantAssignment]
eqonomize-1.2.0/src/transactionlistwidget.cpp:619:8: note: Variable 'equal_date' is reassigned a value before the old one has been used.
eqonomize-1.2.0/src/transactionlistwidget.cpp:621:8: note: Variable 'equal_date' is reassigned a value before the old one has been used.
eqonomize-1.2.0/src/transactionlistwidget.cpp:504:8: style: The scope of the variable 'warned1' can be reduced. [variableScope]
eqonomize-1.2.0/src/transactionlistwidget.cpp:504:25: style: The scope of the variable 'warned2' can be reduced. [variableScope]
eqonomize-1.2.0/src/transactionlistwidget.cpp:504:42: style: The scope of the variable 'warned3' can be reduced. [variableScope]
eqonomize-1.2.0/src/transactionlistwidget.cpp:504:59: style: The scope of the variable 'warned4' can be reduced. [variableScope]
eqonomize-1.2.0/src/transactionlistwidget.cpp:504:76: style: The scope of the variable 'warned5' can be reduced. [variableScope]
[17:44]

ftp://ftp.se.debian.org/debian/pool/main/e/equalx/equalx_0.7.1.orig.tar.gz
equalx-0.7.1/src/BookmarksPanel/BookmarksItemModel.cpp:74:32: warning: Either the condition '!item' is redundant or there is possible null pointer dereference: item. [nullPointerRedundantCheck]
equalx-0.7.1/src/BookmarksPanel/BookmarksItemModel.cpp:64:8: note: Assuming that condition '!item' is not redundant
equalx-0.7.1/src/BookmarksPanel/BookmarksItemModel.cpp:74:32: note: Null pointer dereference
equalx-0.7.1/src/File.cpp:242:5: style: Variable 'readStatus' is reassigned a value before the old one has been used. [redundantAssignment]
equalx-0.7.1/src/File.cpp:241:0: note: Variable 'readStatus' is reassigned a value before the old one has been used.
equalx-0.7.1/src/File.cpp:242:5: note: Variable 'readStatus' is reassigned a value before the old one has been used.
equalx-0.7.1/src/File.cpp:243:5: style: Variable 'readStatus' is reassigned a value before the old one has been used. [redundantAssignment]
equalx-0.7.1/src/File.cpp:242:5: note: Variable 'readStatus' is reassigned a value before the old one has been used.
equalx-0.7.1/src/File.cpp:243:5: note: Variable 'readStatus' is reassigned a value before the old one has been used.
equalx-0.7.1/src/File.cpp:244:5: style: Variable 'readStatus' is reassigned a value before the old one has been used. [redundantAssignment]
equalx-0.7.1/src/File.cpp:243:5: note: Variable 'readStatus' is reassigned a value before the old one has been used.
equalx-0.7.1/src/File.cpp:244:5: note: Variable 'readStatus' is reassigned a value before the old one has been used.
equalx-0.7.1/src/File.cpp:245:5: style: Variable 'readStatus' is reassigned a value before the old one has been used. [redundantAssignment]
equalx-0.7.1/src/File.cpp:244:5: note: Variable 'readStatus' is reassigned a value before the old one has been used.
equalx-0.7.1/src/File.cpp:245:5: note: Variable 'readStatus' is reassigned a value before the old one has been used.
equalx-0.7.1/src/File.cpp:246:5: style: Variable 'readStatus' is reassigned a value before the old one has been used. [redundantAssignment]
equalx-0.7.1/src/File.cpp:245:5: note: Variable 'readStatus' is reassigned a value before the old one has been used.
equalx-0.7.1/src/File.cpp:246:5: note: Variable 'readStatus' is reassigned a value before the old one has been used.
equalx-0.7.1/src/File.cpp:247:5: style: Variable 'readStatus' is reassigned a value before the old one has been used. [redundantAssignment]
equalx-0.7.1/src/File.cpp:246:5: note: Variable 'readStatus' is reassigned a value before the old one has been used.
equalx-0.7.1/src/File.cpp:247:5: note: Variable 'readStatus' is reassigned a value before the old one has been used.
equalx-0.7.1/src/File.cpp:565:5: style: Variable 'readStatus' is reassigned a value before the old one has been used. [redundantAssignment]
equalx-0.7.1/src/File.cpp:564:0: note: Variable 'readStatus' is reassigned a value before the old one has been used.
equalx-0.7.1/src/File.cpp:565:5: note: Variable 'readStatus' is reassigned a value before the old one has been used.
equalx-0.7.1/src/File.cpp:566:5: style: Variable 'readStatus' is reassigned a value before the old one has been used. [redundantAssignment]
equalx-0.7.1/src/File.cpp:565:5: note: Variable 'readStatus' is reassigned a value before the old one has been used.
equalx-0.7.1/src/File.cpp:566:5: note: Variable 'readStatus' is reassigned a value before the old one has been used.
equalx-0.7.1/src/File.cpp:567:5: style: Variable 'readStatus' is reassigned a value before the old one has been used. [redundantAssignment]
equalx-0.7.1/src/File.cpp:566:5: note: Variable 'readStatus' is reassigned a value before the old one has been used.
equalx-0.7.1/src/File.cpp:567:5: note: Variable 'readStatus' is reassigned a value before the old one has been used.
equalx-0.7.1/src/File.cpp:568:5: style: Variable 'readStatus' is reassigned a value before the old one has been used. [redundantAssignment]
equalx-0.7.1/src/File.cpp:567:5: note: Variable 'readStatus' is reassigned a value before the old one has been used.
equalx-0.7.1/src/File.cpp:568:5: note: Variable 'readStatus' is reassigned a value before the old one has been used.
equalx-0.7.1/src/File.cpp:569:5: style: Variable 'readStatus' is reassigned a value before the old one has been used. [redundantAssignment]
equalx-0.7.1/src/File.cpp:568:5: note: Variable 'readStatus' is reassigned a value before the old one has been used.
equalx-0.7.1/src/File.cpp:569:5: note: Variable 'readStatus' is reassigned a value before the old one has been used.
equalx-0.7.1/src/File.cpp:570:5: style: Variable 'readStatus' is reassigned a value before the old one has been used. [redundantAssignment]
equalx-0.7.1/src/File.cpp:569:5: note: Variable 'readStatus' is reassigned a value before the old one has been used.
equalx-0.7.1/src/File.cpp:570:5: note: Variable 'readStatus' is reassigned a value before the old one has been used.
equalx-0.7.1/src/File.cpp:391:13: style: The scope of the variable 'newInsert1Pos' can be reduced. [variableScope]
equalx-0.7.1/src/File.cpp:391:28: style: The scope of the variable 'newInsert2Pos' can be reduced. [variableScope]
equalx-0.7.1/src/FileWin.cpp:248:5: style: Variable 'readStatus' is reassigned a value before the old one has been used. [redundantAssignment]
equalx-0.7.1/src/FileWin.cpp:247:0: note: Variable 'readStatus' is reassigned a value before the old one has been used.
equalx-0.7.1/src/FileWin.cpp:248:5: note: Variable 'readStatus' is reassigned a value before the old one has been used.
equalx-0.7.1/src/FileWin.cpp:249:5: style: Variable 'readStatus' is reassigned a value before the old one has been used. [redundantAssignment]
equalx-0.7.1/src/FileWin.cpp:248:5: note: Variable 'readStatus' is reassigned a value before the old one has been used.
equalx-0.7.1/src/FileWin.cpp:249:5: note: Variable 'readStatus' is reassigned a value before the old one has been used.
equalx-0.7.1/src/FileWin.cpp:250:5: style: Variable 'readStatus' is reassigned a value before the old one has been used. [redundantAssignment]
equalx-0.7.1/src/FileWin.cpp:249:5: note: Variable 'readStatus' is reassigned a value before the old one has been used.
equalx-0.7.1/src/FileWin.cpp:250:5: note: Variable 'readStatus' is reassigned a value before the old one has been used.
equalx-0.7.1/src/FileWin.cpp:251:5: style: Variable 'readStatus' is reassigned a value before the old one has been used. [redundantAssignment]
equalx-0.7.1/src/FileWin.cpp:250:5: note: Variable 'readStatus' is reassigned a value before the old one has been used.
equalx-0.7.1/src/FileWin.cpp:251:5: note: Variable 'readStatus' is reassigned a value before the old one has been used.
equalx-0.7.1/src/FileWin.cpp:252:5: style: Variable 'readStatus' is reassigned a value before the old one has been used. [redundantAssignment]
equalx-0.7.1/src/FileWin.cpp:251:5: note: Variable 'readStatus' is reassigned a value before the old one has been used.
equalx-0.7.1/src/FileWin.cpp:252:5: note: Variable 'readStatus' is reassigned a value before the old one has been used.
equalx-0.7.1/src/FileWin.cpp:253:5: style: Variable 'readStatus' is reassigned a value before the old one has been used. [redundantAssignment]
equalx-0.7.1/src/FileWin.cpp:252:5: note: Variable 'readStatus' is reassigned a value before the old one has been used.
equalx-0.7.1/src/FileWin.cpp:253:5: note: Variable 'readStatus' is reassigned a value before the old one has been used.
equalx-0.7.1/src/FileWin.cpp:402:13: style: The scope of the variable 'newInsert1Pos' can be reduced. [variableScope]
equalx-0.7.1/src/FileWin.cpp:402:28: style: The scope of the variable 'newInsert2Pos' can be reduced. [variableScope]
equalx-0.7.1/src/LatexEditor.cpp:233:21: style: The scope of the variable 'si' can be reduced. [variableScope]
equalx-0.7.1/src/LatexEditor.cpp:365:9: style: The scope of the variable 'pos1' can be reduced. [variableScope]
equalx-0.7.1/src/LatexEditor.cpp:365:14: style: The scope of the variable 'pos2' can be reduced. [variableScope]
equalx-0.7.1/src/LatexEditor.cpp:365:20: style: The scope of the variable 'ss' can be reduced. [variableScope]
equalx-0.7.1/src/LatexEditor.cpp:365:24: style: The scope of the variable 'se' can be reduced. [variableScope]
equalx-0.7.1/src/Library/Library.cpp:1073:9: style: The scope of the variable 'fileId' can be reduced. [variableScope]
equalx-0.7.1/src/MainWindow.cpp:1179:5: style: Variable 'reqsAreMeet' is reassigned a value before the old one has been used. [redundantAssignment]
equalx-0.7.1/src/MainWindow.cpp:1155:0: note: Variable 'reqsAreMeet' is reassigned a value before the old one has been used.
equalx-0.7.1/src/MainWindow.cpp:1179:5: note: Variable 'reqsAreMeet' is reassigned a value before the old one has been used.
equalx-0.7.1/src/MainWindow.cpp:252:9: style: The scope of the variable 'arraySize' can be reduced. [variableScope]
equalx-0.7.1/src/RenderEngine.cpp:156:9: style: The scope of the variable 'lineNumber' can be reduced. [variableScope]
equalx-0.7.1/src/RenderEngine.cpp:159:9: style: The scope of the variable 'pos2' can be reduced. [variableScope]
[17:44]

ftp://ftp.se.debian.org/debian/pool/main/e/equinox-bundles/equinox-bundles_4.7.3.orig.tar.xz
rt.equinox.bundles-R4_7_3/bundles/org.eclipse.equinox.security.linux.x86_64/keystorelinuxnative/keystoreLinuxNative.c:35:9: style: The scope of the variable 'l' can be reduced. [variableScope]
rt.equinox.bundles-R4_7_3/bundles/org.eclipse.equinox.security.linux.x86_64/keystorelinuxnative/keystoreLinuxNative.c:36:9: style: The scope of the variable 'lbl' can be reduced. [variableScope]
rt.equinox.bundles-R4_7_3/bundles/org.eclipse.equinox.security.linux.x86_64/keystorelinuxnative/keystoreLinuxNative.c:72:9: style: Variable 'lbl' is assigned a value that is never used. [unreadVariable]
rt.equinox.bundles-R4_7_3/bundles/org.eclipse.equinox.security.linux.x86_64/keystorelinuxnative/keystoreLinuxNative.c:75:8: style: Variable 'nu' is assigned a value that is never used. [unreadVariable]
rt.equinox.bundles-R4_7_3/bundles/org.eclipse.equinox.security.linux.x86_64/keystorelinuxnative/keystoreLinuxNative.c:39:36: style: Variable 'dbusconnection' is assigned a value that is never used. [unreadVariable]
[17:44]

ftp://ftp.se.debian.org/debian/pool/main/e/equinox-framework/equinox-framework_4.7.3.orig.tar.xz
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/cocoa/eclipseCocoa.c:95:0: error: syntax error [syntaxError]
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/cocoa/eclipseCocoaCommon.c:85:0: error: syntax error [syntaxError]
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/eclipseMain.c:399:2: style: Variable 'ch' is reassigned a value before the old one has been used. [redundantAssignment]
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/eclipseMain.c:396:0: note: Variable 'ch' is reassigned a value before the old one has been used.
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/eclipseMain.c:399:2: note: Variable 'ch' is reassigned a value before the old one has been used.
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/eclipseMain.c:276:29: style: Function 'parseArgs' argument 1 names different: declaration 'argc' definition 'pArgc'. [funcArgNamesDifferent]
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/eclipseMain.c:66:31: note: Function 'parseArgs' argument 1 names different: declaration 'argc' definition 'pArgc'.
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/eclipseMain.c:276:29: note: Function 'parseArgs' argument 1 names different: declaration 'argc' definition 'pArgc'.
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/eclipseMain.c:276:56: style: Function 'parseArgs' argument 3 names different: declaration 'handleVMArgs' definition 'useVMargs'. [funcArgNamesDifferent]
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/eclipseMain.c:66:57: note: Function 'parseArgs' argument 3 names different: declaration 'handleVMArgs' definition 'useVMargs'.
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/eclipseMain.c:276:56: note: Function 'parseArgs' argument 3 names different: declaration 'handleVMArgs' definition 'useVMargs'.
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/eclipse.c:995:2: style: Variable 'configFile' is reassigned a value before the old one has been used. [redundantAssignment]
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/eclipse.c:991:0: note: Variable 'configFile' is reassigned a value before the old one has been used.
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/eclipse.c:995:2: note: Variable 'configFile' is reassigned a value before the old one has been used.
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/eclipse.c:1317:2: style: Variable 'ch' is reassigned a value before the old one has been used. [redundantAssignment]
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/eclipse.c:1314:0: note: Variable 'ch' is reassigned a value before the old one has been used.
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/eclipse.c:1317:2: note: Variable 'ch' is reassigned a value before the old one has been used.
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/eclipse.c:1906:2: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/eclipse.c:1899:0: note: Variable 'buffer' is reassigned a value before the old one has been used.
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/eclipse.c:1906:2: note: Variable 'buffer' is reassigned a value before the old one has been used.
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/eclipse.c:854:6: style: The scope of the variable 'remArgs' can be reduced. [variableScope]
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/eclipse.c:1045:6: style: The scope of the variable 'i' can be reduced. [variableScope]
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/eclipse.c:1811:10: style: The scope of the variable 'option' can be reduced. [variableScope]
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/eclipse.c:852:28: style: Function 'parseArgs' argument 1 names different: declaration 'argc' definition 'pArgc'. [funcArgNamesDifferent]
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/eclipse.c:362:33: note: Function 'parseArgs' argument 1 names different: declaration 'argc' definition 'pArgc'.
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/eclipse.c:852:28: note: Function 'parseArgs' argument 1 names different: declaration 'argc' definition 'pArgc'.
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/eclipse.c:1298:29: style: Function 'setProgramPath' argument 1 names different: declaration 'name' definition 'path'. [funcArgNamesDifferent]
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/eclipseCommon.h:75:36: note: Function 'setProgramPath' argument 1 names different: declaration 'name' definition 'path'.
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/eclipse.c:1298:29: note: Function 'setProgramPath' argument 1 names different: declaration 'name' definition 'path'.
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/eclipse.c:1888:0: error: Memory leak: argv [memleak]
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/eclipseCommon.c:518:4: error: Common realloc mistake: 'workingDir' nulled but not freed upon failure [memleakOnRealloc]
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/eclipseConfig.c:60:2: style: Variable 'config_file' is reassigned a value before the old one has been used. [redundantAssignment]
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/eclipseConfig.c:57:0: note: Variable 'config_file' is reassigned a value before the old one has been used.
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/eclipseConfig.c:60:2: note: Variable 'config_file' is reassigned a value before the old one has been used.
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/eclipseConfig.c:118:2: style: Variable 'file' is reassigned a value before the old one has been used. [redundantAssignment]
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/eclipseConfig.c:106:0: note: Variable 'file' is reassigned a value before the old one has been used.
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/eclipseConfig.c:118:2: note: Variable 'file' is reassigned a value before the old one has been used.
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/eclipseConfig.c:191:26: style: Function 'freeConfig' argument 1 names different: declaration 'args' definition 'argv'. [funcArgNamesDifferent]
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/eclipseConfig.h:60:33: note: Function 'freeConfig' argument 1 names different: declaration 'args' definition 'argv'.
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/eclipseConfig.c:191:26: note: Function 'freeConfig' argument 1 names different: declaration 'args' definition 'argv'.
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/eclipseConfig.c:147:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/eclipseConfig.c:134:4: error: Common realloc mistake: 'buffer' nulled but not freed upon failure [memleakOnRealloc]
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/eclipseConfig.c:135:4: error: Common realloc mistake: 'argument' nulled but not freed upon failure [memleakOnRealloc]
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/eclipseJNI.c:323:2: style: Variable 'results' is reassigned a value before the old one has been used. [redundantAssignment]
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/eclipseJNI.c:314:0: note: Variable 'results' is reassigned a value before the old one has been used.
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/eclipseJNI.c:323:2: note: Variable 'results' is reassigned a value before the old one has been used.
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/eclipseJNI.c:434:2: style: Variable 'jarFileClass' is reassigned a value before the old one has been used. [redundantAssignment]
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/eclipseJNI.c:426:0: note: Variable 'jarFileClass' is reassigned a value before the old one has been used.
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/eclipseJNI.c:434:2: note: Variable 'jarFileClass' is reassigned a value before the old one has been used.
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/eclipseJNI.c:540:3: style: Variable 'systemClass' is reassigned a value before the old one has been used. [redundantAssignment]
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/eclipseJNI.c:538:0: note: Variable 'systemClass' is reassigned a value before the old one has been used.
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/eclipseJNI.c:540:3: note: Variable 'systemClass' is reassigned a value before the old one has been used.
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/eclipseJNI.c:561:2: style: Variable 'booleanClass' is reassigned a value before the old one has been used. [redundantAssignment]
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/eclipseJNI.c:556:0: note: Variable 'booleanClass' is reassigned a value before the old one has been used.
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/eclipseJNI.c:561:2: note: Variable 'booleanClass' is reassigned a value before the old one has been used.
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/eclipseJNI.c:59:9: style: The scope of the variable 'length' can be reduced. [variableScope]
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/eclipseJNI.c:272:6: style: The scope of the variable 'index' can be reduced. [variableScope]
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/eclipseNix.c:122:2: style: Variable 'paths' is reassigned a value before the old one has been used. [redundantAssignment]
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/eclipseNix.c:117:0: note: Variable 'paths' is reassigned a value before the old one has been used.
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/eclipseNix.c:122:2: note: Variable 'paths' is reassigned a value before the old one has been used.
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/eclipseNix.c:181:2: style: Variable 'fp' is reassigned a value before the old one has been used. [redundantAssignment]
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/eclipseNix.c:176:0: note: Variable 'fp' is reassigned a value before the old one has been used.
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/eclipseNix.c:181:2: note: Variable 'fp' is reassigned a value before the old one has been used.
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/eclipseNix.c:69:6: style: The scope of the variable 'i' can be reduced. [variableScope]
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/eclipseNix.c:70:6: style: The scope of the variable 'pathLength' can be reduced. [variableScope]
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/eclipseShm.c:160:3: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/eclipseShm.c:152:17: warning: Either the condition 'id!=NULL' is redundant or there is possible null pointer dereference: id. [nullPointerRedundantCheck]
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/eclipseShm.c:148:9: note: Assuming that condition 'id!=NULL' is not redundant
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/eclipseShm.c:152:17: note: Null pointer dereference
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/eclipseShm.c:192:6: style: The scope of the variable 'length' can be reduced. [variableScope]
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/eclipseUtil.c:39:6: style: The scope of the variable 'res' can be reduced. [variableScope]
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/eclipseUtil.c:103:11: style: The scope of the variable 'checked' can be reduced. [variableScope]
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/eclipseUtil.c:104:9: style: The scope of the variable 'checkedLength' can be reduced. [variableScope]
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/eclipseUtil.c:195:6: style: The scope of the variable 'i' can be reduced. [variableScope]
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/eclipseUtil.c:213:11: style: The scope of the variable 'c' can be reduced. [variableScope]
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/eclipseUtil.c:143:31: style: Function 'concatPaths' argument 1 names different: declaration 'paths' definition 'strs'. [funcArgNamesDifferent]
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/eclipseUtil.h:48:37: note: Function 'concatPaths' argument 1 names different: declaration 'paths' definition 'strs'.
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/eclipseUtil.c:143:31: note: Function 'concatPaths' argument 1 names different: declaration 'paths' definition 'strs'.
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/eclipseUtil.c:143:44: style: Function 'concatPaths' argument 2 names different: declaration 'pathSeparator' definition 'separator'. [funcArgNamesDifferent]
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/eclipseUtil.h:48:51: note: Function 'concatPaths' argument 2 names different: declaration 'pathSeparator' definition 'separator'.
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/eclipseUtil.c:143:44: note: Function 'concatPaths' argument 2 names different: declaration 'pathSeparator' definition 'separator'.
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/eclipseUtil.c:119:4: error: Common realloc mistake: 'result' nulled but not freed upon failure [memleakOnRealloc]
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/gtk/eclipseGtk.c:137:10: style: The scope of the variable 'propVal' can be reduced. [variableScope]
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/win32/eclipseWin.c:124:2: style: Variable 'window' is reassigned a value before the old one has been used. [redundantAssignment]
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/win32/eclipseWin.c:117:0: note: Variable 'window' is reassigned a value before the old one has been used.
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/win32/eclipseWin.c:124:2: note: Variable 'window' is reassigned a value before the old one has been used.
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/win32/eclipseWin.c:321:2: style: Variable 'cwd' is reassigned a value before the old one has been used. [redundantAssignment]
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/win32/eclipseWin.c:311:0: note: Variable 'cwd' is reassigned a value before the old one has been used.
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/win32/eclipseWin.c:321:2: note: Variable 'cwd' is reassigned a value before the old one has been used.
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/win32/eclipseWin.c:203:19: style: The scope of the variable 'scaledWidth' can be reduced. [variableScope]
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/win32/eclipseWin.c:203:32: style: The scope of the variable 'scaledHeight' can be reduced. [variableScope]
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/win32/eclipseWin.c:313:11: style: The scope of the variable 'c' can be reduced. [variableScope]
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/win32/eclipseWin.c:360:6: style: The scope of the variable 'i' can be reduced. [variableScope]
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/win32/eclipseWin.c:360:9: style: The scope of the variable 'j' can be reduced. [variableScope]
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/win32/eclipseWin.c:361:9: style: The scope of the variable 'pathLength' can be reduced. [variableScope]
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/win32/eclipseWin.c:364:11: style: The scope of the variable 'location' can be reduced. [variableScope]
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/win32/eclipseWin.c:467:29: style: The scope of the variable 'space' can be reduced. [variableScope]
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/win32/eclipseWin.c:606:9: style: The scope of the variable 'info' can be reduced. [variableScope]
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/win32/eclipseWin.c:608:10: style: The scope of the variable 'versionKey' can be reduced. [variableScope]
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/win32/eclipseWin.c:309:32: style: Function 'adjustSearchPath' argument 1 names different: declaration 'vmLibrary' definition 'vmLib'. [funcArgNamesDifferent]
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/win32/eclipseWin.c:60:40: note: Function 'adjustSearchPath' argument 1 names different: declaration 'vmLibrary' definition 'vmLib'.
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/win32/eclipseWin.c:309:32: note: Function 'adjustSearchPath' argument 1 names different: declaration 'vmLibrary' definition 'vmLib'.
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/win32/eclipseWin.c:443:40: style: Function 'checkVMRegistryKey' argument 1 names different: declaration 'jrekey' definition 'jreKey'. [funcArgNamesDifferent]
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/win32/eclipseWin.c:59:40: note: Function 'checkVMRegistryKey' argument 1 names different: declaration 'jrekey' definition 'jreKey'.
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/win32/eclipseWin.c:443:40: note: Function 'checkVMRegistryKey' argument 1 names different: declaration 'jrekey' definition 'jreKey'.
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/win32/eclipseWin.c:219:13: style: Variable 'depth' is assigned a value that is never used. [unreadVariable]
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/win32/eclipseWinCommon.c:107:2: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/win32/eclipseWinCommon.c:104:0: note: Variable 'str' is reassigned a value before the old one has been used.
rt.equinox.framework-R4_7_3/features/org.eclipse.equinox.executable.feature/library/win32/eclipseWinCommon.c:107:2: note: Variable 'str' is reassigned a value before the old one has been used.
[17:44]

ftp://ftp.se.debian.org/debian/pool/main/e/erc/erc_5.3.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/erfa/erfa_1.4.0.orig.tar.gz
erfa-1.4.0/src/ab.c:56:28: style: The scope of the variable 'w' can be reduced. [variableScope]
erfa-1.4.0/src/apco13.c:189:4: style: Variable 'j' is reassigned a value before the old one has been used. [redundantAssignment]
erfa-1.4.0/src/apco13.c:188:4: note: Variable 'j' is reassigned a value before the old one has been used.
erfa-1.4.0/src/apco13.c:189:4: note: Variable 'j' is reassigned a value before the old one has been used.
erfa-1.4.0/src/apcs.c:136:11: style: The scope of the variable 'dp' can be reduced. [variableScope]
erfa-1.4.0/src/apcs.c:136:15: style: The scope of the variable 'dv' can be reduced. [variableScope]
erfa-1.4.0/src/apcs.c:136:44: style: The scope of the variable 'w' can be reduced. [variableScope]
erfa-1.4.0/src/apio13.c:177:4: style: Variable 'j' is reassigned a value before the old one has been used. [redundantAssignment]
erfa-1.4.0/src/apio13.c:176:4: note: Variable 'j' is reassigned a value before the old one has been used.
erfa-1.4.0/src/apio13.c:177:4: note: Variable 'j' is reassigned a value before the old one has been used.
erfa-1.4.0/src/atoiq.c:97:11: style: The scope of the variable 'xmhdo' can be reduced. [variableScope]
erfa-1.4.0/src/atoiq.c:97:18: style: The scope of the variable 'ymhdo' can be reduced. [variableScope]
erfa-1.4.0/src/atoiq.c:97:25: style: The scope of the variable 'zmhdo' can be reduced. [variableScope]
erfa-1.4.0/src/d2dtf.c:81:46: style: The scope of the variable 'dleap' can be reduced. [variableScope]
erfa-1.4.0/src/d2tf.c:56:26: style: The scope of the variable 'w' can be reduced. [variableScope]
erfa-1.4.0/src/dtf2d.c:83:51: style: The scope of the variable 'dleap' can be reduced. [variableScope]
erfa-1.4.0/src/epv00.c:2360:18: style: The scope of the variable 'coeffs' can be reduced. [variableScope]
erfa-1.4.0/src/epv00.c:2381:8: style: The scope of the variable 'nterms' can be reduced. [variableScope]
erfa-1.4.0/src/epv00.c:2385:18: style: The scope of the variable 'xyz' can be reduced. [variableScope]
erfa-1.4.0/src/epv00.c:2385:23: style: The scope of the variable 'xyzd' can be reduced. [variableScope]
erfa-1.4.0/src/gc2gde.c:63:58: style: The scope of the variable 'p' can be reduced. [variableScope]
erfa-1.4.0/src/gc2gde.c:63:61: style: The scope of the variable 's0' can be reduced. [variableScope]
erfa-1.4.0/src/gc2gde.c:63:65: style: The scope of the variable 'pn' can be reduced. [variableScope]
erfa-1.4.0/src/gc2gde.c:63:69: style: The scope of the variable 'zc' can be reduced. [variableScope]
erfa-1.4.0/src/gc2gde.c:64:18: style: The scope of the variable 'c0' can be reduced. [variableScope]
erfa-1.4.0/src/gc2gde.c:64:22: style: The scope of the variable 'c02' can be reduced. [variableScope]
erfa-1.4.0/src/gc2gde.c:64:27: style: The scope of the variable 'c03' can be reduced. [variableScope]
erfa-1.4.0/src/gc2gde.c:64:32: style: The scope of the variable 's02' can be reduced. [variableScope]
erfa-1.4.0/src/gc2gde.c:64:37: style: The scope of the variable 's03' can be reduced. [variableScope]
erfa-1.4.0/src/gc2gde.c:64:42: style: The scope of the variable 'a02' can be reduced. [variableScope]
erfa-1.4.0/src/gc2gde.c:64:47: style: The scope of the variable 'a0' can be reduced. [variableScope]
erfa-1.4.0/src/gc2gde.c:64:51: style: The scope of the variable 'a03' can be reduced. [variableScope]
erfa-1.4.0/src/gc2gde.c:64:56: style: The scope of the variable 'd0' can be reduced. [variableScope]
erfa-1.4.0/src/gc2gde.c:64:60: style: The scope of the variable 'f0' can be reduced. [variableScope]
erfa-1.4.0/src/gc2gde.c:64:64: style: The scope of the variable 'b0' can be reduced. [variableScope]
erfa-1.4.0/src/gc2gde.c:64:68: style: The scope of the variable 's1' can be reduced. [variableScope]
erfa-1.4.0/src/gc2gde.c:65:18: style: The scope of the variable 'cc' can be reduced. [variableScope]
erfa-1.4.0/src/gc2gde.c:65:22: style: The scope of the variable 's12' can be reduced. [variableScope]
erfa-1.4.0/src/gc2gde.c:65:27: style: The scope of the variable 'cc2' can be reduced. [variableScope]
erfa-1.4.0/src/ldn.c:89:18: style: The scope of the variable 'dt' can be reduced. [variableScope]
erfa-1.4.0/src/ltpecl.c:74:23: style: The scope of the variable 'a' can be reduced. [variableScope]
erfa-1.4.0/src/ltpequ.c:77:23: style: The scope of the variable 'a' can be reduced. [variableScope]
erfa-1.4.0/src/ltpequ.c:77:26: style: The scope of the variable 's' can be reduced. [variableScope]
erfa-1.4.0/src/ltpequ.c:77:29: style: The scope of the variable 'c' can be reduced. [variableScope]
erfa-1.4.0/src/nut00b.c:123:33: style: The scope of the variable 'arg' can be reduced. [variableScope]
erfa-1.4.0/src/nut00b.c:123:46: style: The scope of the variable 'sarg' can be reduced. [variableScope]
erfa-1.4.0/src/nut00b.c:123:52: style: The scope of the variable 'carg' can be reduced. [variableScope]
erfa-1.4.0/src/nut80.c:55:41: style: The scope of the variable 'arg' can be reduced. [variableScope]
erfa-1.4.0/src/nut80.c:55:46: style: The scope of the variable 's' can be reduced. [variableScope]
erfa-1.4.0/src/nut80.c:55:49: style: The scope of the variable 'c' can be reduced. [variableScope]
erfa-1.4.0/src/pap.c:44:34: style: The scope of the variable 'xa' can be reduced. [variableScope]
erfa-1.4.0/src/pap.c:44:38: style: The scope of the variable 'ya' can be reduced. [variableScope]
erfa-1.4.0/src/pap.c:44:42: style: The scope of the variable 'za' can be reduced. [variableScope]
erfa-1.4.0/src/pap.c:44:46: style: The scope of the variable 'eta' can be reduced. [variableScope]
erfa-1.4.0/src/pap.c:44:54: style: The scope of the variable 'xi' can be reduced. [variableScope]
erfa-1.4.0/src/pap.c:44:61: style: The scope of the variable 'a2b' can be reduced. [variableScope]
erfa-1.4.0/src/plan94.c:174:15: style: The scope of the variable 'i' can be reduced. [variableScope]
erfa-1.4.0/src/plan94.c:175:11: style: The scope of the variable 't' can be reduced. [variableScope]
erfa-1.4.0/src/plan94.c:175:14: style: The scope of the variable 'da' can be reduced. [variableScope]
erfa-1.4.0/src/plan94.c:175:18: style: The scope of the variable 'dl' can be reduced. [variableScope]
erfa-1.4.0/src/plan94.c:175:22: style: The scope of the variable 'de' can be reduced. [variableScope]
erfa-1.4.0/src/plan94.c:175:26: style: The scope of the variable 'dp' can be reduced. [variableScope]
erfa-1.4.0/src/plan94.c:175:30: style: The scope of the variable 'di' can be reduced. [variableScope]
erfa-1.4.0/src/plan94.c:175:34: style: The scope of the variable 'dom' can be reduced. [variableScope]
erfa-1.4.0/src/plan94.c:175:39: style: The scope of the variable 'dmu' can be reduced. [variableScope]
erfa-1.4.0/src/plan94.c:175:44: style: The scope of the variable 'arga' can be reduced. [variableScope]
erfa-1.4.0/src/plan94.c:175:50: style: The scope of the variable 'argl' can be reduced. [variableScope]
erfa-1.4.0/src/plan94.c:175:56: style: The scope of the variable 'am' can be reduced. [variableScope]
erfa-1.4.0/src/plan94.c:176:11: style: The scope of the variable 'ae' can be reduced. [variableScope]
erfa-1.4.0/src/plan94.c:176:15: style: The scope of the variable 'dae' can be reduced. [variableScope]
erfa-1.4.0/src/plan94.c:176:20: style: The scope of the variable 'ae2' can be reduced. [variableScope]
erfa-1.4.0/src/plan94.c:176:25: style: The scope of the variable 'at' can be reduced. [variableScope]
erfa-1.4.0/src/plan94.c:176:29: style: The scope of the variable 'r' can be reduced. [variableScope]
erfa-1.4.0/src/plan94.c:176:32: style: The scope of the variable 'v' can be reduced. [variableScope]
erfa-1.4.0/src/plan94.c:176:35: style: The scope of the variable 'si2' can be reduced. [variableScope]
erfa-1.4.0/src/plan94.c:176:40: style: The scope of the variable 'xq' can be reduced. [variableScope]
erfa-1.4.0/src/plan94.c:176:44: style: The scope of the variable 'xp' can be reduced. [variableScope]
erfa-1.4.0/src/plan94.c:176:48: style: The scope of the variable 'tl' can be reduced. [variableScope]
erfa-1.4.0/src/plan94.c:176:52: style: The scope of the variable 'xsw' can be reduced. [variableScope]
erfa-1.4.0/src/plan94.c:177:11: style: The scope of the variable 'xcw' can be reduced. [variableScope]
erfa-1.4.0/src/plan94.c:177:16: style: The scope of the variable 'xm2' can be reduced. [variableScope]
erfa-1.4.0/src/plan94.c:177:21: style: The scope of the variable 'xf' can be reduced. [variableScope]
erfa-1.4.0/src/plan94.c:177:25: style: The scope of the variable 'ci2' can be reduced. [variableScope]
erfa-1.4.0/src/plan94.c:177:30: style: The scope of the variable 'xms' can be reduced. [variableScope]
erfa-1.4.0/src/plan94.c:177:35: style: The scope of the variable 'xmc' can be reduced. [variableScope]
erfa-1.4.0/src/plan94.c:177:40: style: The scope of the variable 'xpxq2' can be reduced. [variableScope]
erfa-1.4.0/src/plan94.c:177:47: style: The scope of the variable 'x' can be reduced. [variableScope]
erfa-1.4.0/src/plan94.c:177:50: style: The scope of the variable 'y' can be reduced. [variableScope]
erfa-1.4.0/src/plan94.c:177:53: style: The scope of the variable 'z' can be reduced. [variableScope]
erfa-1.4.0/src/pvtob.c:3:48: style: Function 'eraPvtob' argument 3 names different: declaration 'height' definition 'hm'. [funcArgNamesDifferent]
erfa-1.4.0/src/erfa.h:132:48: note: Function 'eraPvtob' argument 3 names different: declaration 'height' definition 'hm'.
erfa-1.4.0/src/pvtob.c:3:48: note: Function 'eraPvtob' argument 3 names different: declaration 'height' definition 'hm'.
erfa-1.4.0/src/refco.c:153:23: style: The scope of the variable 'ps' can be reduced. [variableScope]
erfa-1.4.0/src/refco.c:153:35: style: The scope of the variable 'wlsq' can be reduced. [variableScope]
erfa-1.4.0/src/rm2v.c:36:24: style: The scope of the variable 'c2' can be reduced. [variableScope]
erfa-1.4.0/src/rm2v.c:36:28: style: The scope of the variable 'phi' can be reduced. [variableScope]
erfa-1.4.0/src/rm2v.c:36:33: style: The scope of the variable 'f' can be reduced. [variableScope]
erfa-1.4.0/src/rxp.c:28:11: style: The scope of the variable 'w' can be reduced. [variableScope]
erfa-1.4.0/src/t_erfa_c.c:82:14: style: The scope of the variable 'f' can be reduced. [variableScope]
erfa-1.4.0/src/ut1utc.c:71:51: style: The scope of the variable 'ddats' can be reduced. [variableScope]
[17:45]

ftp://ftp.se.debian.org/debian/pool/main/e/ergo/ergo_3.5.orig.tar.gz
ergo-3.5/source/basisset/basisset.h:40:0: error: #error The constant BASIS_FUNC_POLY_MAX_DEGREE must be defined. [preprocessorErrorDirective]
ergo-3.5/source/ci/ci.cc:633:7: style: struct member 'contrib_debug_struct::p' is never used. [unusedStructMember]
ergo-3.5/source/ci/ci.cc:634:7: style: struct member 'contrib_debug_struct::q' is never used. [unusedStructMember]
ergo-3.5/source/ci/ci.cc:635:7: style: struct member 'contrib_debug_struct::r' is never used. [unusedStructMember]
ergo-3.5/source/ci/ci.cc:636:7: style: struct member 'contrib_debug_struct::s' is never used. [unusedStructMember]
ergo-3.5/source/ci/ci.cc:637:7: style: struct member 'contrib_debug_struct::sign' is never used. [unusedStructMember]
ergo-3.5/source/ci/ci.cc:2584:7: style: Technically the member function 'pqrs_struct::compare' can be const. [functionConst]
ergo-3.5/source/ci/ci.cc:2941:0: error: Memory leak: SOs [memleak]
ergo-3.5/source/ci/ci.cc:2783:0: error: Memory leak: SlaterDetList [memleak]
ergo-3.5/source/densfromf/GetDensFromFock.h:119:0: style: Variable 'stats_prefix' is assigned a value that is never used. [unreadVariable]
ergo-3.5/source/densfromf/GetDensFromFock.cc:585:0: error: Memory leak: Puri [memleak]
ergo-3.5/source/densfromf/densfromf_stochastic.h:44:51: performance: Function parameter 'stochastic_orbitals' should be passed by const reference. [passedByValue]
ergo-3.5/source/densfromf/GetDensFromFock.h:185:20: performance: Function parameter 'str' should be passed by const reference. [passedByValue]
ergo-3.5/source/densfromf/GetDensFromFock.h:393:43: performance: Function parameter 'stats_prefix_' should be passed by const reference. [passedByValue]
ergo-3.5/source/densfromf/GetDensFromFock.h:541:47: performance: Function parameter 'eigenvectors_method_' should be passed by const reference. [passedByValue]
ergo-3.5/source/densfromf/GetDensFromFock.h:541:81: performance: Function parameter 'eigenvectors_iterative_method_' should be passed by const reference. [passedByValue]
ergo-3.5/source/densfromf/GetDensFromFock.cc:987:18: performance: Function parameter 'IDstr' should be passed by const reference. [passedByValue]
ergo-3.5/source/densfromf/GetDensFromFock.cc:1161:24: performance: Function parameter 'checkpoint_path' should be passed by const reference. [passedByValue]
ergo-3.5/source/densfromf/GetDensFromFock.cc:1162:24: performance: Function parameter 'IDstr' should be passed by const reference. [passedByValue]
ergo-3.5/source/densfromf/densfromf_stochastic.cc:71:51: performance: Function parameter 'stochastic_orbitals' should be passed by const reference. [passedByValue]
ergo-3.5/source/densfromf/recursive_expansion/src/puri_info.cc:33:47: style: Function 'get_poly_seq' argument 1 names different: declaration 'norms' definition 'poly'. [funcArgNamesDifferent]
ergo-3.5/source/densfromf/recursive_expansion/src/puri_info.h:155:39: note: Function 'get_poly_seq' argument 1 names different: declaration 'norms' definition 'poly'.
ergo-3.5/source/densfromf/recursive_expansion/src/puri_info.cc:33:47: note: Function 'get_poly_seq' argument 1 names different: declaration 'norms' definition 'poly'.
ergo-3.5/source/densfromf/recursive_expansion/src/puri_info.h:136:2: warning: Member variable 'PuriInfo::estim_total_it' is not initialized in the constructor. [uninitMemberVar]
ergo-3.5/source/densfromf/recursive_expansion/src/puri_info.h:136:2: warning: Member variable 'PuriInfo::additional_iterations' is not initialized in the constructor. [uninitMemberVar]
ergo-3.5/source/densfromf/recursive_expansion/src/purification_general.h:720:3: style: Variable 'trunc_time_stop' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ergo-3.5/source/densfromf/recursive_expansion/src/purification_general.h:685:0: note: Variable 'trunc_time_stop' is reassigned a value before the old one has been used if variable is no semaphore variable.
ergo-3.5/source/densfromf/recursive_expansion/src/purification_general.h:720:3: note: Variable 'trunc_time_stop' is reassigned a value before the old one has been used if variable is no semaphore variable.
ergo-3.5/source/densfromf/recursive_expansion/src/purification_general.h:734:3: style: Variable 'Xsquare_time_stop' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ergo-3.5/source/densfromf/recursive_expansion/src/purification_general.h:685:0: note: Variable 'Xsquare_time_stop' is reassigned a value before the old one has been used if variable is no semaphore variable.
ergo-3.5/source/densfromf/recursive_expansion/src/purification_general.h:734:3: note: Variable 'Xsquare_time_stop' is reassigned a value before the old one has been used if variable is no semaphore variable.
ergo-3.5/source/densfromf/recursive_expansion/src/purification_general.h:745:3: style: Variable 'XmX2_fro_norm' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ergo-3.5/source/densfromf/recursive_expansion/src/purification_general.h:691:0: note: Variable 'XmX2_fro_norm' is reassigned a value before the old one has been used if variable is no semaphore variable.
ergo-3.5/source/densfromf/recursive_expansion/src/purification_general.h:745:3: note: Variable 'XmX2_fro_norm' is reassigned a value before the old one has been used if variable is no semaphore variable.
ergo-3.5/source/densfromf/recursive_expansion/src/purification_general.h:749:3: style: Variable 'frob_diff_time_stop' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ergo-3.5/source/densfromf/recursive_expansion/src/purification_general.h:686:0: note: Variable 'frob_diff_time_stop' is reassigned a value before the old one has been used if variable is no semaphore variable.
ergo-3.5/source/densfromf/recursive_expansion/src/purification_general.h:749:3: note: Variable 'frob_diff_time_stop' is reassigned a value before the old one has been used if variable is no semaphore variable.
ergo-3.5/source/densfromf/recursive_expansion/src/purification_general.h:2053:8: style: The scope of the variable 'found_homo' can be reduced. [variableScope]
ergo-3.5/source/densfromf/recursive_expansion/src/purification_general.h:2053:20: style: The scope of the variable 'found_lumo' can be reduced. [variableScope]
ergo-3.5/source/densfromf/recursive_expansion/src/purification_general.h:2130:8: style: The scope of the variable 'is_homo_tmp' can be reduced. [variableScope]
ergo-3.5/source/densfromf/recursive_expansion/src/purification_general.h:2130:29: style: The scope of the variable 'is_lumo_tmp' can be reduced. [variableScope]
ergo-3.5/source/densfromf/recursive_expansion/src/purification_general.h:2129:19: style: Variable 'is_homo2' is assigned a value that is never used. [unreadVariable]
ergo-3.5/source/densfromf/recursive_expansion/src/purification_general.h:2129:37: style: Variable 'is_lumo2' is assigned a value that is never used. [unreadVariable]
ergo-3.5/source/densfromf/recursive_expansion/src/purification_general.h:106:3: warning: Member variable 'PurificationGeneral::use_new_stopping_criterion' is not initialized in the constructor. [uninitMemberVar]
ergo-3.5/source/densfromf/recursive_expansion/src/purification_general.h:106:3: warning: Member variable 'PurificationGeneral::additional_iterations' is not initialized in the constructor. [uninitMemberVar]
ergo-3.5/source/densfromf/recursive_expansion/src/purification_general.h:106:3: warning: Member variable 'PurificationGeneral::maxit' is not initialized in the constructor. [uninitMemberVar]
ergo-3.5/source/densfromf/recursive_expansion/src/purification_general.h:106:3: warning: Member variable 'PurificationGeneral::check_stopping_criterion_iter' is not initialized in the constructor. [uninitMemberVar]
ergo-3.5/source/densfromf/recursive_expansion/src/purification_general.h:106:3: warning: Member variable 'PurificationGeneral::nocc' is not initialized in the constructor. [uninitMemberVar]
ergo-3.5/source/densfromf/recursive_expansion/src/purification_general.h:106:3: warning: Member variable 'PurificationGeneral::number_of_eigenvalues' is not initialized in the constructor. [uninitMemberVar]
ergo-3.5/source/densfromf/recursive_expansion/src/purification_general.h:106:3: warning: Member variable 'PurificationGeneral::eigenvectors_method' is not initialized in the constructor. [uninitMemberVar]
ergo-3.5/source/densfromf/recursive_expansion/src/purification_general.h:106:3: warning: Member variable 'PurificationGeneral::eigenvectors_iterative_method' is not initialized in the constructor. [uninitMemberVar]
ergo-3.5/source/densfromf/recursive_expansion/src/purification_general.h:106:3: warning: Member variable 'PurificationGeneral::eigensolver_maxiter' is not initialized in the constructor. [uninitMemberVar]
ergo-3.5/source/densfromf/recursive_expansion/src/purification_general.h:106:3: warning: Member variable 'PurificationGeneral::use_prev_vector_as_initial_guess' is not initialized in the constructor. [uninitMemberVar]
ergo-3.5/source/densfromf/recursive_expansion/src/purification_general.h:106:3: warning: Member variable 'PurificationGeneral::compute_eigenvectors_in_this_SCF_cycle' is not initialized in the constructor. [uninitMemberVar]
ergo-3.5/source/densfromf/recursive_expansion/src/purification_general.h:106:3: warning: Member variable 'PurificationGeneral::try_eigv_on_next_iteration_if_fail' is not initialized in the constructor. [uninitMemberVar]
ergo-3.5/source/densfromf/recursive_expansion/src/purification_general.h:106:3: warning: Member variable 'PurificationGeneral::iter_for_homo' is not initialized in the constructor. [uninitMemberVar]
ergo-3.5/source/densfromf/recursive_expansion/src/purification_general.h:106:3: warning: Member variable 'PurificationGeneral::iter_for_lumo' is not initialized in the constructor. [uninitMemberVar]
ergo-3.5/source/densfromf/recursive_expansion/src/purification_general.h:106:3: warning: Member variable 'PurificationGeneral::scf_step' is not initialized in the constructor. [uninitMemberVar]
ergo-3.5/source/densfromf/recursive_expansion/src/purification_general.h:226:7: style: Technically the member function 'PurificationGeneral::get_int_eig_iter_method' can be const. [functionConst]
ergo-3.5/source/densfromf/recursive_expansion/src/purification_general.h:591:38: note: Technically the member function 'PurificationGeneral::get_int_eig_iter_method' can be const.
ergo-3.5/source/densfromf/recursive_expansion/src/purification_general.h:226:7: note: Technically the member function 'PurificationGeneral::get_int_eig_iter_method' can be const.
ergo-3.5/source/densfromf/recursive_expansion/src/purification_general.h:227:7: style: Technically the member function 'PurificationGeneral::get_int_eig_method' can be const. [functionConst]
ergo-3.5/source/densfromf/recursive_expansion/src/purification_general.h:581:38: note: Technically the member function 'PurificationGeneral::get_int_eig_method' can be const.
ergo-3.5/source/densfromf/recursive_expansion/src/purification_general.h:227:7: note: Technically the member function 'PurificationGeneral::get_int_eig_method' can be const.
ergo-3.5/source/densfromf/recursive_expansion/src/random_matrices.cc:123:7: style: The scope of the variable 'count' can be reduced. [variableScope]
ergo-3.5/source/dft/aos.cc:62:16: style: The scope of the variable 'nTerms' can be reduced. [variableScope]
ergo-3.5/source/dft/aos.cc:128:16: style: The scope of the variable 'nTerms' can be reduced. [variableScope]
ergo-3.5/source/dft/dft_common.cc:62:36: style: Function 'dal_malloc_' argument 2 names different: declaration 'func' definition 'place'. [funcArgNamesDifferent]
ergo-3.5/source/dft/dft_common.h:118:42: note: Function 'dal_malloc_' argument 2 names different: declaration 'func' definition 'place'.
ergo-3.5/source/dft/dft_common.cc:62:36: note: Function 'dal_malloc_' argument 2 names different: declaration 'func' definition 'place'.
ergo-3.5/source/dft/dft_common.cc:311:34: style: Function 'setShellRadii' argument 1 names different: declaration 'shellRadii' definition 'rshell'. [funcArgNamesDifferent]
ergo-3.5/source/dft/dft_common.h:96:36: note: Function 'setShellRadii' argument 1 names different: declaration 'shellRadii' definition 'rshell'.
ergo-3.5/source/dft/dft_common.cc:311:34: note: Function 'setShellRadii' argument 1 names different: declaration 'shellRadii' definition 'rshell'.
ergo-3.5/source/dft/dft_common.cc:428:34: style: Function 'ShellTree' argument 2 names different: declaration 'rShells_' definition 'rShells'. [funcArgNamesDifferent]
ergo-3.5/source/dft/dft_common.cc:395:27: note: Function 'ShellTree' argument 2 names different: declaration 'rShells_' definition 'rShells'.
ergo-3.5/source/dft/dft_common.cc:428:34: note: Function 'ShellTree' argument 2 names different: declaration 'rShells_' definition 'rShells'.
ergo-3.5/source/dft/dft_common.cc:447:34: style: Function 'ShellTree' argument 2 names different: declaration 'rshell' definition 'rShells'. [funcArgNamesDifferent]
ergo-3.5/source/dft/dft_common.cc:397:27: note: Function 'ShellTree' argument 2 names different: declaration 'rshell' definition 'rShells'.
ergo-3.5/source/dft/dft_common.cc:447:34: note: Function 'ShellTree' argument 2 names different: declaration 'rshell' definition 'rShells'.
ergo-3.5/source/dft/dft_common.cc:457:29: style: Function 'init' argument 2 names different: declaration 'rShells_' definition 'rShells'. [funcArgNamesDifferent]
ergo-3.5/source/dft/dft_common.cc:407:27: note: Function 'init' argument 2 names different: declaration 'rShells_' definition 'rShells'.
ergo-3.5/source/dft/dft_common.cc:457:29: note: Function 'init' argument 2 names different: declaration 'rShells_' definition 'rShells'.
ergo-3.5/source/dft/dft_common.cc:642:39: style: Function 'getExps' argument 2 names different: declaration 'nucbas' definition 'bascnt'. [funcArgNamesDifferent]
ergo-3.5/source/dft/dft_common.h:103:41: note: Function 'getExps' argument 2 names different: declaration 'nucbas' definition 'bascnt'.
ergo-3.5/source/dft/dft_common.cc:642:39: note: Function 'getExps' argument 2 names different: declaration 'nucbas' definition 'bascnt'.
ergo-3.5/source/dft/grid_atomic.h:61:3: warning: Member variable 'RadialSchemeGC2::quadData' is not initialized in the constructor. [uninitMemberVar]
ergo-3.5/source/dft/dft_common.cc:573:5: style: Class 'ErgoMolInfo' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ergo-3.5/source/dft/dft_common.cc:573:5: style: Class 'ErgoMolInfo' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ergo-3.5/source/dft/dft_common.cc:419:5: style: Struct 'Ball' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ergo-3.5/source/dft/grid_atomic.h:63:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/dft/grid_atomic.h:54:16: note: Virtual function in base class
ergo-3.5/source/dft/grid_atomic.h:63:16: note: Function in derived class
ergo-3.5/source/dft/grid_atomic.h:64:16: style: The function 'generate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/dft/grid_atomic.h:55:16: note: Virtual function in base class
ergo-3.5/source/dft/grid_atomic.h:64:16: note: Function in derived class
ergo-3.5/source/dft/grid_atomic.h:71:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/dft/grid_atomic.h:54:16: note: Virtual function in base class
ergo-3.5/source/dft/grid_atomic.h:71:16: note: Function in derived class
ergo-3.5/source/dft/grid_atomic.h:72:16: style: The function 'generate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/dft/grid_atomic.h:55:16: note: Virtual function in base class
ergo-3.5/source/dft/grid_atomic.h:72:16: note: Function in derived class
ergo-3.5/source/dft/grid_atomic.h:78:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/dft/grid_atomic.h:54:16: note: Virtual function in base class
ergo-3.5/source/dft/grid_atomic.h:78:16: note: Function in derived class
ergo-3.5/source/dft/grid_atomic.h:79:16: style: The function 'generate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/dft/grid_atomic.h:55:16: note: Virtual function in base class
ergo-3.5/source/dft/grid_atomic.h:79:16: note: Function in derived class
ergo-3.5/source/dft/dft_common.h:94:16: style: The function 'getAtom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/dft/grid_interface.h:53:18: note: Virtual function in base class
ergo-3.5/source/dft/dft_common.h:94:16: note: Function in derived class
ergo-3.5/source/dft/dft_common.h:96:16: style: The function 'setShellRadii' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/dft/grid_interface.h:55:18: note: Virtual function in base class
ergo-3.5/source/dft/dft_common.h:96:16: note: Function in derived class
ergo-3.5/source/dft/dft_common.h:97:16: style: The function 'getBlocks' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/dft/grid_interface.h:56:18: note: Virtual function in base class
ergo-3.5/source/dft/dft_common.h:97:16: note: Function in derived class
ergo-3.5/source/dft/dft_common.h:103:16: style: The function 'getExps' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/dft/grid_interface.h:59:18: note: Virtual function in base class
ergo-3.5/source/dft/dft_common.h:103:16: note: Function in derived class
ergo-3.5/source/dft/fun-becke.c:93:33: style: Function 'becke_energy' argument 1 names different: declaration 'dens_prop' definition 'dp'. [funcArgNamesDifferent]
ergo-3.5/source/dft/fun-becke.c:51:45: note: Function 'becke_energy' argument 1 names different: declaration 'dens_prop' definition 'dp'.
ergo-3.5/source/dft/fun-becke.c:93:33: note: Function 'becke_energy' argument 1 names different: declaration 'dens_prop' definition 'dp'.
ergo-3.5/source/dft/fun-becke.c:118:66: style: Function 'becke_first' argument 3 names different: declaration 'dens_prop' definition 'dp'. [funcArgNamesDifferent]
ergo-3.5/source/dft/fun-becke.c:53:44: note: Function 'becke_first' argument 3 names different: declaration 'dens_prop' definition 'dp'.
ergo-3.5/source/dft/fun-becke.c:118:66: note: Function 'becke_first' argument 3 names different: declaration 'dens_prop' definition 'dp'.
ergo-3.5/source/dft/fun-becke.c:160:68: style: Function 'becke_second' argument 3 names different: declaration 'dens_prop' definition 'dp'. [funcArgNamesDifferent]
ergo-3.5/source/dft/fun-becke.c:55:45: note: Function 'becke_second' argument 3 names different: declaration 'dens_prop' definition 'dp'.
ergo-3.5/source/dft/fun-becke.c:160:68: note: Function 'becke_second' argument 3 names different: declaration 'dens_prop' definition 'dp'.
ergo-3.5/source/dft/fun-becke.c:272:66: style: Function 'becke_third' argument 3 names different: declaration 'dens_prop' definition 'dp'. [funcArgNamesDifferent]
ergo-3.5/source/dft/fun-becke.c:57:44: note: Function 'becke_third' argument 3 names different: declaration 'dens_prop' definition 'dp'.
ergo-3.5/source/dft/fun-becke.c:272:66: note: Function 'becke_third' argument 3 names different: declaration 'dens_prop' definition 'dp'.
ergo-3.5/source/dft/fun-becke.c:430:68: style: Function 'becke_fourth' argument 3 names different: declaration 'dens_prop' definition 'dp'. [funcArgNamesDifferent]
ergo-3.5/source/dft/fun-becke.c:59:45: note: Function 'becke_fourth' argument 3 names different: declaration 'dens_prop' definition 'dp'.
ergo-3.5/source/dft/fun-becke.c:430:68: note: Function 'becke_fourth' argument 3 names different: declaration 'dens_prop' definition 'dp'.
ergo-3.5/source/dft/fun-cam.c:524:5: style: Variable 'f40' is reassigned a value before the old one has been used. [redundantAssignment]
ergo-3.5/source/dft/fun-cam.c:517:5: note: Variable 'f40' is reassigned a value before the old one has been used.
ergo-3.5/source/dft/fun-cam.c:524:5: note: Variable 'f40' is reassigned a value before the old one has been used.
ergo-3.5/source/dft/fun-cam.c:304:13: style: The scope of the variable 'i' can be reduced. [variableScope]
ergo-3.5/source/dft/fun-gga.c:185:37: style: Function 'lda_first' argument 2 names different: declaration 'fac' definition 'factor'. [funcArgNamesDifferent]
ergo-3.5/source/dft/fun-gga.c:50:51: note: Function 'lda_first' argument 2 names different: declaration 'fac' definition 'factor'.
ergo-3.5/source/dft/fun-gga.c:185:37: note: Function 'lda_first' argument 2 names different: declaration 'fac' definition 'factor'.
ergo-3.5/source/dft/fun-gga.c:192:39: style: Function 'lda_second' argument 2 names different: declaration 'fac' definition 'factor'. [funcArgNamesDifferent]
ergo-3.5/source/dft/fun-gga.c:51:51: note: Function 'lda_second' argument 2 names different: declaration 'fac' definition 'factor'.
ergo-3.5/source/dft/fun-gga.c:192:39: note: Function 'lda_second' argument 2 names different: declaration 'fac' definition 'factor'.
ergo-3.5/source/dft/fun-gga.c:199:37: style: Function 'lda_third' argument 2 names different: declaration 'fac' definition 'factor'. [funcArgNamesDifferent]
ergo-3.5/source/dft/fun-gga.c:52:51: note: Function 'lda_third' argument 2 names different: declaration 'fac' definition 'factor'.
ergo-3.5/source/dft/fun-gga.c:199:37: note: Function 'lda_third' argument 2 names different: declaration 'fac' definition 'factor'.
ergo-3.5/source/dft/fun-gga.c:206:39: style: Function 'lda_fourth' argument 2 names different: declaration 'fac' definition 'factor'. [funcArgNamesDifferent]
ergo-3.5/source/dft/fun-gga.c:53:51: note: Function 'lda_fourth' argument 2 names different: declaration 'fac' definition 'factor'.
ergo-3.5/source/dft/fun-gga.c:206:39: note: Function 'lda_fourth' argument 2 names different: declaration 'fac' definition 'factor'.
ergo-3.5/source/dft/fun-gga.c:494:37: style: Function 'gga_first' argument 2 names different: declaration 'fac' definition 'factor'. [funcArgNamesDifferent]
ergo-3.5/source/dft/fun-gga.c:77:51: note: Function 'gga_first' argument 2 names different: declaration 'fac' definition 'factor'.
ergo-3.5/source/dft/fun-gga.c:494:37: note: Function 'gga_first' argument 2 names different: declaration 'fac' definition 'factor'.
ergo-3.5/source/dft/fun-gga.c:506:39: style: Function 'gga_second' argument 2 names different: declaration 'fac' definition 'factor'. [funcArgNamesDifferent]
ergo-3.5/source/dft/fun-gga.c:78:51: note: Function 'gga_second' argument 2 names different: declaration 'fac' definition 'factor'.
ergo-3.5/source/dft/fun-gga.c:506:39: note: Function 'gga_second' argument 2 names different: declaration 'fac' definition 'factor'.
ergo-3.5/source/dft/fun-gga.c:514:37: style: Function 'gga_third' argument 2 names different: declaration 'fac' definition 'factor'. [funcArgNamesDifferent]
ergo-3.5/source/dft/fun-gga.c:79:51: note: Function 'gga_third' argument 2 names different: declaration 'fac' definition 'factor'.
ergo-3.5/source/dft/fun-gga.c:514:37: note: Function 'gga_third' argument 2 names different: declaration 'fac' definition 'factor'.
ergo-3.5/source/dft/fun-gga.c:523:39: style: Function 'gga_fourth' argument 2 names different: declaration 'fac' definition 'factor'. [funcArgNamesDifferent]
ergo-3.5/source/dft/fun-gga.c:80:51: note: Function 'gga_fourth' argument 2 names different: declaration 'fac' definition 'factor'.
ergo-3.5/source/dft/fun-gga.c:523:39: note: Function 'gga_fourth' argument 2 names different: declaration 'fac' definition 'factor'.
ergo-3.5/source/dft/fun-kt.c:243:2: style: Variable 'faRZZ' is reassigned a value before the old one has been used. [redundantAssignment]
ergo-3.5/source/dft/fun-kt.c:241:2: note: Variable 'faRZZ' is reassigned a value before the old one has been used.
ergo-3.5/source/dft/fun-kt.c:243:2: note: Variable 'faRZZ' is reassigned a value before the old one has been used.
ergo-3.5/source/dft/fun-kt.c:333:9: style: Variable 'faRZZ' is reassigned a value before the old one has been used. [redundantAssignment]
ergo-3.5/source/dft/fun-kt.c:331:9: note: Variable 'faRZZ' is reassigned a value before the old one has been used.
ergo-3.5/source/dft/fun-kt.c:333:9: note: Variable 'faRZZ' is reassigned a value before the old one has been used.
ergo-3.5/source/dft/fun-kt.c:101:30: style: Function 'kt_energy' argument 1 names different: declaration 'dens_prop' definition 'dp'. [funcArgNamesDifferent]
ergo-3.5/source/dft/fun-kt.c:54:42: note: Function 'kt_energy' argument 1 names different: declaration 'dens_prop' definition 'dp'.
ergo-3.5/source/dft/fun-kt.c:101:30: note: Function 'kt_energy' argument 1 names different: declaration 'dens_prop' definition 'dp'.
ergo-3.5/source/dft/fun-kt.c:124:63: style: Function 'kt_first' argument 3 names different: declaration 'dens_prop' definition 'dp'. [funcArgNamesDifferent]
ergo-3.5/source/dft/fun-kt.c:56:41: note: Function 'kt_first' argument 3 names different: declaration 'dens_prop' definition 'dp'.
ergo-3.5/source/dft/fun-kt.c:124:63: note: Function 'kt_first' argument 3 names different: declaration 'dens_prop' definition 'dp'.
ergo-3.5/source/dft/fun-kt.c:159:65: style: Function 'kt_second' argument 3 names different: declaration 'dens_prop' definition 'dp'. [funcArgNamesDifferent]
ergo-3.5/source/dft/fun-kt.c:58:42: note: Function 'kt_second' argument 3 names different: declaration 'dens_prop' definition 'dp'.
ergo-3.5/source/dft/fun-kt.c:159:65: note: Function 'kt_second' argument 3 names different: declaration 'dens_prop' definition 'dp'.
ergo-3.5/source/dft/fun-kt.c:210:63: style: Function 'kt_third' argument 3 names different: declaration 'dens_prop' definition 'dp'. [funcArgNamesDifferent]
ergo-3.5/source/dft/fun-kt.c:60:41: note: Function 'kt_third' argument 3 names different: declaration 'dens_prop' definition 'dp'.
ergo-3.5/source/dft/fun-kt.c:210:63: note: Function 'kt_third' argument 3 names different: declaration 'dens_prop' definition 'dp'.
ergo-3.5/source/dft/fun-kt.c:293:65: style: Function 'kt_fourth' argument 3 names different: declaration 'dens_prop' definition 'dp'. [funcArgNamesDifferent]
ergo-3.5/source/dft/fun-kt.c:63:42: note: Function 'kt_fourth' argument 3 names different: declaration 'dens_prop' definition 'dp'.
ergo-3.5/source/dft/fun-kt.c:293:65: note: Function 'kt_fourth' argument 3 names different: declaration 'dens_prop' definition 'dp'.
ergo-3.5/source/dft/fun-lb94.c:88:32: style: Function 'lb94_energy' argument 1 names different: declaration 'dens_prop' definition 'dp'. [funcArgNamesDifferent]
ergo-3.5/source/dft/fun-lb94.c:49:44: note: Function 'lb94_energy' argument 1 names different: declaration 'dens_prop' definition 'dp'.
ergo-3.5/source/dft/fun-lb94.c:88:32: note: Function 'lb94_energy' argument 1 names different: declaration 'dens_prop' definition 'dp'.
ergo-3.5/source/dft/fun-lb94.c:94:65: style: Function 'lb94_first' argument 3 names different: declaration 'dens_prop' definition 'dp'. [funcArgNamesDifferent]
ergo-3.5/source/dft/fun-lb94.c:51:43: note: Function 'lb94_first' argument 3 names different: declaration 'dens_prop' definition 'dp'.
ergo-3.5/source/dft/fun-lb94.c:94:65: note: Function 'lb94_first' argument 3 names different: declaration 'dens_prop' definition 'dp'.
ergo-3.5/source/dft/fun-lb94.c:115:67: style: Function 'lb94_second' argument 3 names different: declaration 'dens_prop' definition 'dp'. [funcArgNamesDifferent]
ergo-3.5/source/dft/fun-lb94.c:53:44: note: Function 'lb94_second' argument 3 names different: declaration 'dens_prop' definition 'dp'.
ergo-3.5/source/dft/fun-lb94.c:115:67: note: Function 'lb94_second' argument 3 names different: declaration 'dens_prop' definition 'dp'.
ergo-3.5/source/dft/fun-lb94.c:161:65: style: Function 'lb94_third' argument 3 names different: declaration 'dens_prop' definition 'dp'. [funcArgNamesDifferent]
ergo-3.5/source/dft/fun-lb94.c:56:43: note: Function 'lb94_third' argument 3 names different: declaration 'dens_prop' definition 'dp'.
ergo-3.5/source/dft/fun-lb94.c:161:65: note: Function 'lb94_third' argument 3 names different: declaration 'dens_prop' definition 'dp'.
ergo-3.5/source/dft/fun-lyp.c:1252:5: style: Variable 'F2_00001' is reassigned a value before the old one has been used. [redundantAssignment]
ergo-3.5/source/dft/fun-lyp.c:1242:5: note: Variable 'F2_00001' is reassigned a value before the old one has been used.
ergo-3.5/source/dft/fun-lyp.c:1252:5: note: Variable 'F2_00001' is reassigned a value before the old one has been used.
ergo-3.5/source/dft/fun-lyp.c:1272:5: style: Variable 'F2_10010' is reassigned a value before the old one has been used. [redundantAssignment]
ergo-3.5/source/dft/fun-lyp.c:1258:5: note: Variable 'F2_10010' is reassigned a value before the old one has been used.
ergo-3.5/source/dft/fun-lyp.c:1272:5: note: Variable 'F2_10010' is reassigned a value before the old one has been used.
ergo-3.5/source/dft/fun-lyp.c:1276:5: style: Variable 'F2_11001' is reassigned a value before the old one has been used. [redundantAssignment]
ergo-3.5/source/dft/fun-lyp.c:1270:5: note: Variable 'F2_11001' is reassigned a value before the old one has been used.
ergo-3.5/source/dft/fun-lyp.c:1276:5: note: Variable 'F2_11001' is reassigned a value before the old one has been used.
ergo-3.5/source/dft/fun-lyp.c:1278:5: style: Variable 'F2_01200' is reassigned a value before the old one has been used. [redundantAssignment]
ergo-3.5/source/dft/fun-lyp.c:1244:5: note: Variable 'F2_01200' is reassigned a value before the old one has been used.
ergo-3.5/source/dft/fun-lyp.c:1278:5: note: Variable 'F2_01200' is reassigned a value before the old one has been used.
ergo-3.5/source/dft/fun-lyp.c:123:37: style: Function 'lyp_first' argument 2 names different: declaration 'fac' definition 'factor'. [funcArgNamesDifferent]
ergo-3.5/source/dft/fun-lyp.c:47:51: note: Function 'lyp_first' argument 2 names different: declaration 'fac' definition 'factor'.
ergo-3.5/source/dft/fun-lyp.c:123:37: note: Function 'lyp_first' argument 2 names different: declaration 'fac' definition 'factor'.
ergo-3.5/source/dft/fun-lyp.c:208:39: style: Function 'lyp_second' argument 2 names different: declaration 'fac' definition 'factor'. [funcArgNamesDifferent]
ergo-3.5/source/dft/fun-lyp.c:48:51: note: Function 'lyp_second' argument 2 names different: declaration 'fac' definition 'factor'.
ergo-3.5/source/dft/fun-lyp.c:208:39: note: Function 'lyp_second' argument 2 names different: declaration 'fac' definition 'factor'.
ergo-3.5/source/dft/fun-lyp.c:384:37: style: Function 'lyp_third' argument 2 names different: declaration 'fac' definition 'factor'. [funcArgNamesDifferent]
ergo-3.5/source/dft/fun-lyp.c:49:51: note: Function 'lyp_third' argument 2 names different: declaration 'fac' definition 'factor'.
ergo-3.5/source/dft/fun-lyp.c:384:37: note: Function 'lyp_third' argument 2 names different: declaration 'fac' definition 'factor'.
ergo-3.5/source/dft/fun-lyp.c:698:44: style: Function 'lyp_fourth' argument 2 names different: declaration 'fac' definition 'factor'. [funcArgNamesDifferent]
ergo-3.5/source/dft/fun-lyp.c:50:51: note: Function 'lyp_fourth' argument 2 names different: declaration 'fac' definition 'factor'.
ergo-3.5/source/dft/fun-lyp.c:698:44: note: Function 'lyp_fourth' argument 2 names different: declaration 'fac' definition 'factor'.
ergo-3.5/source/dft/fun-optx.c:91:32: style: Function 'optx_energy' argument 1 names different: declaration 'dens_prop' definition 'dp'. [funcArgNamesDifferent]
ergo-3.5/source/dft/fun-optx.c:51:44: note: Function 'optx_energy' argument 1 names different: declaration 'dens_prop' definition 'dp'.
ergo-3.5/source/dft/fun-optx.c:91:32: note: Function 'optx_energy' argument 1 names different: declaration 'dens_prop' definition 'dp'.
ergo-3.5/source/dft/fun-optx.c:117:65: style: Function 'optx_first' argument 3 names different: declaration 'dens_prop' definition 'dp'. [funcArgNamesDifferent]
ergo-3.5/source/dft/fun-optx.c:53:44: note: Function 'optx_first' argument 3 names different: declaration 'dens_prop' definition 'dp'.
ergo-3.5/source/dft/fun-optx.c:117:65: note: Function 'optx_first' argument 3 names different: declaration 'dens_prop' definition 'dp'.
ergo-3.5/source/dft/fun-optx.c:154:67: style: Function 'optx_second' argument 3 names different: declaration 'dens_prop' definition 'dp'. [funcArgNamesDifferent]
ergo-3.5/source/dft/fun-optx.c:55:44: note: Function 'optx_second' argument 3 names different: declaration 'dens_prop' definition 'dp'.
ergo-3.5/source/dft/fun-optx.c:154:67: note: Function 'optx_second' argument 3 names different: declaration 'dens_prop' definition 'dp'.
ergo-3.5/source/dft/fun-optx.c:208:65: style: Function 'optx_third' argument 3 names different: declaration 'dens_prop' definition 'dp'. [funcArgNamesDifferent]
ergo-3.5/source/dft/fun-optx.c:57:44: note: Function 'optx_third' argument 3 names different: declaration 'dens_prop' definition 'dp'.
ergo-3.5/source/dft/fun-optx.c:208:65: note: Function 'optx_third' argument 3 names different: declaration 'dens_prop' definition 'dp'.
ergo-3.5/source/dft/fun-slater.c:118:40: style: Function 'slater_first' argument 2 names different: declaration 'fac' definition 'factor'. [funcArgNamesDifferent]
ergo-3.5/source/dft/fun-slater.c:51:54: note: Function 'slater_first' argument 2 names different: declaration 'fac' definition 'factor'.
ergo-3.5/source/dft/fun-slater.c:118:40: note: Function 'slater_first' argument 2 names different: declaration 'fac' definition 'factor'.
ergo-3.5/source/dft/fun-slater.c:126:42: style: Function 'slater_second' argument 2 names different: declaration 'fac' definition 'factor'. [funcArgNamesDifferent]
ergo-3.5/source/dft/fun-slater.c:52:54: note: Function 'slater_second' argument 2 names different: declaration 'fac' definition 'factor'.
ergo-3.5/source/dft/fun-slater.c:126:42: note: Function 'slater_second' argument 2 names different: declaration 'fac' definition 'factor'.
ergo-3.5/source/dft/fun-slater.c:143:40: style: Function 'slater_third' argument 2 names different: declaration 'fac' definition 'factor'. [funcArgNamesDifferent]
ergo-3.5/source/dft/fun-slater.c:53:54: note: Function 'slater_third' argument 2 names different: declaration 'fac' definition 'factor'.
ergo-3.5/source/dft/fun-slater.c:143:40: note: Function 'slater_third' argument 2 names different: declaration 'fac' definition 'factor'.
ergo-3.5/source/dft/fun-slater.c:163:42: style: Function 'slater_fourth' argument 2 names different: declaration 'fac' definition 'factor'. [funcArgNamesDifferent]
ergo-3.5/source/dft/fun-slater.c:54:54: note: Function 'slater_fourth' argument 2 names different: declaration 'fac' definition 'factor'.
ergo-3.5/source/dft/fun-slater.c:163:42: note: Function 'slater_fourth' argument 2 names different: declaration 'fac' definition 'factor'.
ergo-3.5/source/dft/fun-tester.cc:542:8: style: Condition '!res' is always true [knownConditionTrueFalse]
ergo-3.5/source/dft/fun-tester.cc:540:15: note: Assignment 'res=0', assigned value is 0
ergo-3.5/source/dft/fun-tester.cc:542:8: note: Condition '!res' is always true
ergo-3.5/source/dft/grid_atomic.cc:89:41: style: Function 'init' argument 2 names different: declaration 'charge' definition 'Z'. [funcArgNamesDifferent]
ergo-3.5/source/dft/grid_atomic.h:63:39: note: Function 'init' argument 2 names different: declaration 'charge' definition 'Z'.
ergo-3.5/source/dft/grid_atomic.cc:89:41: note: Function 'init' argument 2 names different: declaration 'charge' definition 'Z'.
ergo-3.5/source/dft/grid_atomic.cc:89:49: style: Function 'init' argument 3 names different: declaration 'threshold' definition 'thrl'. [funcArgNamesDifferent]
ergo-3.5/source/dft/grid_atomic.h:63:52: note: Function 'init' argument 3 names different: declaration 'threshold' definition 'thrl'.
ergo-3.5/source/dft/grid_atomic.cc:89:49: note: Function 'init' argument 3 names different: declaration 'threshold' definition 'thrl'.
ergo-3.5/source/dft/grid_atomic.cc:111:33: style: Function 'generate' argument 1 names different: declaration 'r' definition 'rad'. [funcArgNamesDifferent]
ergo-3.5/source/dft/grid_atomic.h:64:31: note: Function 'generate' argument 1 names different: declaration 'r' definition 'rad'.
ergo-3.5/source/dft/grid_atomic.cc:111:33: note: Function 'generate' argument 1 names different: declaration 'r' definition 'rad'.
ergo-3.5/source/dft/grid_atomic.cc:111:44: style: Function 'generate' argument 2 names different: declaration 'w' definition 'wght'. [funcArgNamesDifferent]
ergo-3.5/source/dft/grid_atomic.h:64:40: note: Function 'generate' argument 2 names different: declaration 'w' definition 'wght'.
ergo-3.5/source/dft/grid_atomic.cc:111:44: note: Function 'generate' argument 2 names different: declaration 'w' definition 'wght'.
ergo-3.5/source/dft/grid_atomic.cc:145:43: style: Function 'init' argument 2 names different: declaration 'charge' definition 'Z'. [funcArgNamesDifferent]
ergo-3.5/source/dft/grid_atomic.h:71:39: note: Function 'init' argument 2 names different: declaration 'charge' definition 'Z'.
ergo-3.5/source/dft/grid_atomic.cc:145:43: note: Function 'init' argument 2 names different: declaration 'charge' definition 'Z'.
ergo-3.5/source/dft/grid_atomic.cc:145:51: style: Function 'init' argument 3 names different: declaration 'threshold' definition 'thrl'. [funcArgNamesDifferent]
ergo-3.5/source/dft/grid_atomic.h:71:52: note: Function 'init' argument 3 names different: declaration 'threshold' definition 'thrl'.
ergo-3.5/source/dft/grid_atomic.cc:145:51: note: Function 'init' argument 3 names different: declaration 'threshold' definition 'thrl'.
ergo-3.5/source/dft/grid_atomic.cc:184:35: style: Function 'generate' argument 1 names different: declaration 'r' definition 'rad'. [funcArgNamesDifferent]
ergo-3.5/source/dft/grid_atomic.h:72:31: note: Function 'generate' argument 1 names different: declaration 'r' definition 'rad'.
ergo-3.5/source/dft/grid_atomic.cc:184:35: note: Function 'generate' argument 1 names different: declaration 'r' definition 'rad'.
ergo-3.5/source/dft/grid_atomic.cc:184:46: style: Function 'generate' argument 2 names different: declaration 'w' definition 'wght'. [funcArgNamesDifferent]
ergo-3.5/source/dft/grid_atomic.h:72:40: note: Function 'generate' argument 2 names different: declaration 'w' definition 'wght'.
ergo-3.5/source/dft/grid_atomic.cc:184:46: note: Function 'generate' argument 2 names different: declaration 'w' definition 'wght'.
ergo-3.5/source/dft/grid_atomic.cc:323:54: style: Function 'init' argument 3 names different: declaration 'threshold' definition 'thrl'. [funcArgNamesDifferent]
ergo-3.5/source/dft/grid_atomic.h:78:52: note: Function 'init' argument 3 names different: declaration 'threshold' definition 'thrl'.
ergo-3.5/source/dft/grid_atomic.cc:323:54: note: Function 'init' argument 3 names different: declaration 'threshold' definition 'thrl'.
ergo-3.5/source/dft/grid_atomic.cc:367:33: style: Function 'generate' argument 1 names different: declaration 'r' definition 'radposn'. [funcArgNamesDifferent]
ergo-3.5/source/dft/grid_atomic.h:79:31: note: Function 'generate' argument 1 names different: declaration 'r' definition 'radposn'.
ergo-3.5/source/dft/grid_atomic.cc:367:33: note: Function 'generate' argument 1 names different: declaration 'r' definition 'radposn'.
ergo-3.5/source/dft/grid_atomic.cc:367:48: style: Function 'generate' argument 2 names different: declaration 'w' definition 'radwght'. [funcArgNamesDifferent]
ergo-3.5/source/dft/grid_atomic.h:79:40: note: Function 'generate' argument 2 names different: declaration 'w' definition 'radwght'.
ergo-3.5/source/dft/grid_atomic.cc:367:48: note: Function 'generate' argument 2 names different: declaration 'w' definition 'radwght'.
ergo-3.5/source/dft/grid_atomic.cc:361:28: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
ergo-3.5/source/dft/grid_atomic.cc:211:18: warning: Member variable 'RadialSchemeLMG::aa' is not initialized in the constructor. [uninitMemberVar]
ergo-3.5/source/dft/grid_atomic.cc:234:25: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
ergo-3.5/source/dft/grid_hicu.cc:1826:24: style: Condition 'writeResultsToFile==1' is always true [knownConditionTrueFalse]
ergo-3.5/source/dft/grid_hicu.cc:1612:24: note: Assignment 'writeResultsToFile=1', assigned value is 1
ergo-3.5/source/dft/grid_hicu.cc:1826:24: note: Condition 'writeResultsToFile==1' is always true
ergo-3.5/source/dft/grid_hicu.cc:1594:17: style: C-style pointer casting [cstyleCast]
ergo-3.5/source/dft/grid_hicu.cc:667:10: style: The scope of the variable 'n' can be reduced. [variableScope]
ergo-3.5/source/dft/grid_hicu.cc:872:7: style: The scope of the variable 'Ngrid' can be reduced. [variableScope]
ergo-3.5/source/dft/grid_hicu.cc:875:7: style: The scope of the variable 'bestcoord' can be reduced. [variableScope]
ergo-3.5/source/dft/grid_hicu.cc:875:18: style: The scope of the variable 'nPoints1' can be reduced. [variableScope]
ergo-3.5/source/dft/grid_hicu.cc:875:28: style: The scope of the variable 'nPoints2' can be reduced. [variableScope]
ergo-3.5/source/dft/grid_hicu.cc:1304:7: style: The scope of the variable 'tempInt' can be reduced. [variableScope]
ergo-3.5/source/dft/grid_hicu.cc:1941:7: style: The scope of the variable 'IexactInteger' can be reduced. [variableScope]
ergo-3.5/source/dft/grid_hicu.cc:2686:44: style: Function 'hicu_grid_generate' argument 13 names different: declaration 'pattern' definition 'sparsePattern'. [funcArgNamesDifferent]
ergo-3.5/source/dft/grid_hicu.h:47:44: note: Function 'hicu_grid_generate' argument 13 names different: declaration 'pattern' definition 'sparsePattern'.
ergo-3.5/source/dft/grid_hicu.cc:2686:44: note: Function 'hicu_grid_generate' argument 13 names different: declaration 'pattern' definition 'sparsePattern'.
ergo-3.5/source/dft/grid_hicu.cc:2805:50: style: Function 'grid_generate_sparse_pattern' argument 5 names different: declaration 'pattern' definition 'sparsePattern'. [funcArgNamesDifferent]
ergo-3.5/source/dft/grid_hicu.h:55:27: note: Function 'grid_generate_sparse_pattern' argument 5 names different: declaration 'pattern' definition 'sparsePattern'.
ergo-3.5/source/dft/grid_hicu.cc:2805:50: note: Function 'grid_generate_sparse_pattern' argument 5 names different: declaration 'pattern' definition 'sparsePattern'.
ergo-3.5/source/dft/grid_hicu.cc:1833:3: style: Variable 'coorx' is assigned a value that is never used. [unreadVariable]
ergo-3.5/source/dft/grid_hicu.cc:1834:3: style: Variable 'coory' is assigned a value that is never used. [unreadVariable]
ergo-3.5/source/dft/grid_hicu.cc:1835:3: style: Variable 'coorz' is assigned a value that is never used. [unreadVariable]
ergo-3.5/source/dft/grid_hicu.cc:197:12: warning: Member variable 'compute_grid_for_box_params_struct::density' is not initialized in the constructor. [uninitMemberVar]
ergo-3.5/source/dft/grid_hicu.cc:197:12: warning: Member variable 'compute_grid_for_box_params_struct::noOfNonzeroBasisFuncs' is not initialized in the constructor. [uninitMemberVar]
ergo-3.5/source/dft/grid_hicu.cc:197:12: warning: Member variable 'compute_grid_for_box_params_struct::nonZeroBasisFuncIndexList' is not initialized in the constructor. [uninitMemberVar]
ergo-3.5/source/dft/grid_hicu.cc:197:12: warning: Member variable 'compute_grid_for_box_params_struct::noOfNonzeroShells' is not initialized in the constructor. [uninitMemberVar]
ergo-3.5/source/dft/grid_hicu.cc:197:12: warning: Member variable 'compute_grid_for_box_params_struct::nonZeroShellsIndexList' is not initialized in the constructor. [uninitMemberVar]
ergo-3.5/source/dft/grid_hicu.cc:197:12: warning: Member variable 'compute_grid_for_box_params_struct::nShlblocks' is not initialized in the constructor. [uninitMemberVar]
ergo-3.5/source/dft/grid_hicu.cc:197:12: warning: Member variable 'compute_grid_for_box_params_struct::listShlblocks_otherformat' is not initialized in the constructor. [uninitMemberVar]
ergo-3.5/source/dft/grid_hicu.cc:197:12: warning: Member variable 'compute_grid_for_box_params_struct::dftIntegrator' is not initialized in the constructor. [uninitMemberVar]
ergo-3.5/source/dft/grid_hicu.cc:197:12: warning: Member variable 'compute_grid_for_box_params_struct::dmagao' is not initialized in the constructor. [uninitMemberVar]
ergo-3.5/source/dft/grid_hicu.cc:243:12: warning: Member variable 'compute_grid_thread_func_struct::density' is not initialized in the constructor. [uninitMemberVar]
ergo-3.5/source/dft/grid_hicu.cc:243:12: warning: Member variable 'compute_grid_thread_func_struct::rhoTreeRootNode' is not initialized in the constructor. [uninitMemberVar]
ergo-3.5/source/dft/grid_hicu.cc:243:12: warning: Member variable 'compute_grid_thread_func_struct::rhoTreeRootNodeShells' is not initialized in the constructor. [uninitMemberVar]
ergo-3.5/source/dft/grid_hicu.cc:243:12: warning: Member variable 'compute_grid_thread_func_struct::gridFile' is not initialized in the constructor. [uninitMemberVar]
ergo-3.5/source/dft/grid_hicu.cc:243:12: warning: Member variable 'compute_grid_thread_func_struct::startBox' is not initialized in the constructor. [uninitMemberVar]
ergo-3.5/source/dft/grid_hicu.cc:243:12: warning: Member variable 'compute_grid_thread_func_struct::Nx' is not initialized in the constructor. [uninitMemberVar]
ergo-3.5/source/dft/grid_hicu.cc:243:12: warning: Member variable 'compute_grid_thread_func_struct::Ny' is not initialized in the constructor. [uninitMemberVar]
ergo-3.5/source/dft/grid_hicu.cc:243:12: warning: Member variable 'compute_grid_thread_func_struct::Nz' is not initialized in the constructor. [uninitMemberVar]
ergo-3.5/source/dft/grid_hicu.cc:243:12: warning: Member variable 'compute_grid_thread_func_struct::maxNoOfRelevantDistrsPerBox' is not initialized in the constructor. [uninitMemberVar]
ergo-3.5/source/dft/grid_hicu.cc:243:12: warning: Member variable 'compute_grid_thread_func_struct::fileMutex' is not initialized in the constructor. [uninitMemberVar]
ergo-3.5/source/dft/grid_hicu.cc:243:12: warning: Member variable 'compute_grid_thread_func_struct::jobMutex' is not initialized in the constructor. [uninitMemberVar]
ergo-3.5/source/dft/grid_hicu.cc:243:12: warning: Member variable 'compute_grid_thread_func_struct::currJobNumber' is not initialized in the constructor. [uninitMemberVar]
ergo-3.5/source/dft/grid_hicu.cc:243:12: warning: Member variable 'compute_grid_thread_func_struct::noOfPoints' is not initialized in the constructor. [uninitMemberVar]
ergo-3.5/source/dft/grid_hicu.cc:243:12: warning: Member variable 'compute_grid_thread_func_struct::noOfWrittenBatches' is not initialized in the constructor. [uninitMemberVar]
ergo-3.5/source/dft/grid_hicu.cc:243:12: warning: Member variable 'compute_grid_thread_func_struct::threadNo' is not initialized in the constructor. [uninitMemberVar]
ergo-3.5/source/dft/grid_hicu.cc:243:12: warning: Member variable 'compute_grid_thread_func_struct::resultCode' is not initialized in the constructor. [uninitMemberVar]
ergo-3.5/source/dft/grid_hicu.cc:243:12: warning: Member variable 'compute_grid_thread_func_struct::generateSparsePatternOnly' is not initialized in the constructor. [uninitMemberVar]
ergo-3.5/source/dft/grid_hicu.cc:243:12: warning: Member variable 'compute_grid_thread_func_struct::sparsePattern' is not initialized in the constructor. [uninitMemberVar]
ergo-3.5/source/dft/grid_hicu.cc:243:12: warning: Member variable 'compute_grid_thread_func_struct::counterArrForPlot' is not initialized in the constructor. [uninitMemberVar]
ergo-3.5/source/dft/sparse_matrix.h:101:8: style: Technically the member function 'Dft::SparseMatrix::add' can be const. [functionConst]
ergo-3.5/source/dft/sparse_pattern.h:124:18: style: Class 'SparsePattern' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ergo-3.5/source/dft/sparse_pattern.h:124:18: style: Class 'SparsePattern' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ergo-3.5/source/dft/grid_matrix.h:51:7: style: Class 'FullMatrix' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ergo-3.5/source/dft/grid_matrix.h:51:7: style: Class 'FullMatrix' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ergo-3.5/source/dft/grid_reader.cc:279:26: style: C-style pointer casting [cstyleCast]
ergo-3.5/source/dft/grid_reader.cc:334:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ergo-3.5/source/dft/grid_reader.cc:316:38: style: Function 'grid_getchunk_blocked' argument 1 names different: declaration 'grid_handle' definition 'rawgrid'. [funcArgNamesDifferent]
ergo-3.5/source/dft/grid_reader.h:56:42: note: Function 'grid_getchunk_blocked' argument 1 names different: declaration 'grid_handle' definition 'rawgrid'.
ergo-3.5/source/dft/grid_reader.cc:316:38: note: Function 'grid_getchunk_blocked' argument 1 names different: declaration 'grid_handle' definition 'rawgrid'.
ergo-3.5/source/dft/grid_reader.cc:317:28: style: Function 'grid_getchunk_blocked' argument 3 names different: declaration 'nblocks' definition 'nBlocks'. [funcArgNamesDifferent]
ergo-3.5/source/dft/grid_reader.h:57:11: note: Function 'grid_getchunk_blocked' argument 3 names different: declaration 'nblocks' definition 'nBlocks'.
ergo-3.5/source/dft/grid_reader.cc:317:28: note: Function 'grid_getchunk_blocked' argument 3 names different: declaration 'nblocks' definition 'nBlocks'.
ergo-3.5/source/dft/grid_reader.cc:317:42: style: Function 'grid_getchunk_blocked' argument 4 names different: declaration 'shlblocks' definition 'shlBlocks'. [funcArgNamesDifferent]
ergo-3.5/source/dft/grid_reader.h:57:25: note: Function 'grid_getchunk_blocked' argument 4 names different: declaration 'shlblocks' definition 'shlBlocks'.
ergo-3.5/source/dft/grid_reader.cc:317:42: note: Function 'grid_getchunk_blocked' argument 4 names different: declaration 'shlblocks' definition 'shlBlocks'.
ergo-3.5/source/dft/grid_reader.cc:45:23: style: The function 'at' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/dft/grid_matrix.h:38:23: note: Virtual function in base class
ergo-3.5/source/dft/grid_reader.cc:45:23: note: Function in derived class
ergo-3.5/source/dft/grid_reader.cc:47:18: style: The function 'isSparse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/dft/grid_matrix.h:39:18: note: Virtual function in base class
ergo-3.5/source/dft/grid_reader.cc:47:18: note: Function in derived class
ergo-3.5/source/dft/grid_reader.cc:48:38: style: The function 'asSparse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/dft/grid_matrix.h:40:33: note: Virtual function in base class
ergo-3.5/source/dft/grid_reader.cc:48:38: note: Function in derived class
ergo-3.5/source/dft/grid_reader.cc:50:30: style: The function 'asFull' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/dft/grid_matrix.h:41:30: note: Virtual function in base class
ergo-3.5/source/dft/grid_reader.cc:50:30: note: Function in derived class
ergo-3.5/source/dft/grid_reader.cc:58:23: style: The function 'at' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/dft/grid_matrix.h:38:23: note: Virtual function in base class
ergo-3.5/source/dft/grid_reader.cc:58:23: note: Function in derived class
ergo-3.5/source/dft/grid_reader.cc:60:18: style: The function 'isSparse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/dft/grid_matrix.h:39:18: note: Virtual function in base class
ergo-3.5/source/dft/grid_reader.cc:60:18: note: Function in derived class
ergo-3.5/source/dft/grid_reader.cc:61:38: style: The function 'asSparse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/dft/grid_matrix.h:40:33: note: Virtual function in base class
ergo-3.5/source/dft/grid_reader.cc:61:38: note: Function in derived class
ergo-3.5/source/dft/grid_reader.cc:63:30: style: The function 'asFull' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/dft/grid_matrix.h:41:30: note: Virtual function in base class
ergo-3.5/source/dft/grid_reader.cc:63:30: note: Function in derived class
ergo-3.5/source/dft/grid_stream.cc:801:9: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ergo-3.5/source/dft/grid_stream.cc:801:9: warning: %i in format string (no. 2) requires 'int' but the argument type is 'const unsigned int'. [invalidPrintfArgType_sint]
ergo-3.5/source/dft/grid_stream.cc:835:20: style: C-style pointer casting [cstyleCast]
ergo-3.5/source/dft/grid_stream.cc:448:38: style: Function 'setForBox' argument 1 names different: declaration 'b' definition 'box'. [funcArgNamesDifferent]
ergo-3.5/source/dft/grid_stream.cc:435:29: note: Function 'setForBox' argument 1 names different: declaration 'b' definition 'box'.
ergo-3.5/source/dft/grid_stream.cc:448:38: note: Function 'setForBox' argument 1 names different: declaration 'b' definition 'box'.
ergo-3.5/source/dft/grid_stream.cc:608:56: style: Function 'saveAtomGridInBox' argument 5 names different: declaration 'atoms' definition 'relevantAtoms'. [funcArgNamesDifferent]
ergo-3.5/source/dft/grid_stream.cc:497:38: note: Function 'saveAtomGridInBox' argument 5 names different: declaration 'atoms' definition 'relevantAtoms'.
ergo-3.5/source/dft/grid_stream.cc:608:56: note: Function 'saveAtomGridInBox' argument 5 names different: declaration 'atoms' definition 'relevantAtoms'.
ergo-3.5/source/dft/grid_stream.cc:730:39: style: Function 'saveAtomsRecursively' argument 3 names different: declaration 'cnt' definition 'atomCount'. [funcArgNamesDifferent]
ergo-3.5/source/dft/grid_stream.cc:493:17: note: Function 'saveAtomsRecursively' argument 3 names different: declaration 'cnt' definition 'atomCount'.
ergo-3.5/source/dft/grid_stream.cc:730:39: note: Function 'saveAtomsRecursively' argument 3 names different: declaration 'cnt' definition 'atomCount'.
ergo-3.5/source/dft/grid_stream.cc:731:24: style: Function 'saveAtomsRecursively' argument 4 names different: declaration 'atoms' definition 'atomIndices'. [funcArgNamesDifferent]
ergo-3.5/source/dft/grid_stream.cc:493:37: note: Function 'saveAtomsRecursively' argument 4 names different: declaration 'atoms' definition 'atomIndices'.
ergo-3.5/source/dft/grid_stream.cc:731:24: note: Function 'saveAtomsRecursively' argument 4 names different: declaration 'atoms' definition 'atomIndices'.
ergo-3.5/source/dft/grid_stream.cc:936:14: style: Function 'Stream' argument 6 names different: declaration 'boxSize' definition 'boxSize_'. [funcArgNamesDifferent]
ergo-3.5/source/dft/grid_stream.cc:486:8: note: Function 'Stream' argument 6 names different: declaration 'boxSize' definition 'boxSize_'.
ergo-3.5/source/dft/grid_stream.cc:936:14: note: Function 'Stream' argument 6 names different: declaration 'boxSize' definition 'boxSize_'.
ergo-3.5/source/dft/grid_stream.cc:936:29: style: Function 'Stream' argument 7 names different: declaration 'forceCubic' definition 'forceCubic_'. [funcArgNamesDifferent]
ergo-3.5/source/dft/grid_stream.cc:486:22: note: Function 'Stream' argument 7 names different: declaration 'forceCubic' definition 'forceCubic_'.
ergo-3.5/source/dft/grid_stream.cc:936:29: note: Function 'Stream' argument 7 names different: declaration 'forceCubic' definition 'forceCubic_'.
ergo-3.5/source/dft/grid_stream.cc:993:47: style: Function 'grid_stream_new' argument 1 names different: declaration 'ggs' definition 'gss'. [funcArgNamesDifferent]
ergo-3.5/source/dft/grid_stream.h:39:63: note: Function 'grid_stream_new' argument 1 names different: declaration 'ggs' definition 'gss'.
ergo-3.5/source/dft/grid_stream.cc:993:47: note: Function 'grid_stream_new' argument 1 names different: declaration 'ggs' definition 'gss'.
ergo-3.5/source/dft/grid_stream.cc:214:17: warning: Member variable 'BoxPartitioner::coor' is not initialized in the constructor. [uninitMemberVar]
ergo-3.5/source/dft/grid_stream.cc:214:17: warning: Member variable 'BoxPartitioner::LDA' is not initialized in the constructor. [uninitMemberVar]
ergo-3.5/source/dft/grid_stream.cc:135:3: style: Class 'RadialGrid' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ergo-3.5/source/dft/grid_stream.cc:135:3: style: Class 'RadialGrid' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ergo-3.5/source/dft/grid_stream.cc:425:20: style: Class 'ActiveBfShells' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ergo-3.5/source/dft/grid_stream.cc:425:20: style: Class 'ActiveBfShells' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ergo-3.5/source/dft/grid_stream.cc:470:18: style: Struct 'StreamSaveContext' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ergo-3.5/source/dft/grid_stream.cc:470:18: style: Struct 'StreamSaveContext' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ergo-3.5/source/dft/grid_stream.cc:142:1: warning: The class 'AtomicGrid' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ergo-3.5/source/dft/lin_trans.cc:314:19: style: C-style pointer casting [cstyleCast]
ergo-3.5/source/dft/sparse_matrix.cc:148:46: style: Function 'SparseMatrix' argument 2 names different: declaration 'm' definition 'sMat'. [funcArgNamesDifferent]
ergo-3.5/source/dft/sparse_matrix.h:76:34: note: Function 'SparseMatrix' argument 2 names different: declaration 'm' definition 'sMat'.
ergo-3.5/source/dft/sparse_matrix.cc:148:46: note: Function 'SparseMatrix' argument 2 names different: declaration 'm' definition 'sMat'.
ergo-3.5/source/dft/sparse_matrix.cc:188:50: style: Function 'createOffsets' argument 1 names different: declaration 'pattern' definition 'patt'. [funcArgNamesDifferent]
ergo-3.5/source/dft/sparse_matrix.h:70:43: note: Function 'createOffsets' argument 1 names different: declaration 'pattern' definition 'patt'.
ergo-3.5/source/dft/sparse_matrix.cc:188:50: note: Function 'createOffsets' argument 1 names different: declaration 'pattern' definition 'patt'.
ergo-3.5/source/dft/sparse_matrix.cc:150:24: style: Class 'SparseMatrix' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ergo-3.5/source/dft/sparse_matrix.cc:150:24: style: Class 'SparseMatrix' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ergo-3.5/source/dft/sparse_pattern.cc:149:5: error: After erase(), the iterator 'i' may be invalid. [invalidIterator2]
ergo-3.5/source/dft/xc_matrix.cc:173:0: style: Same expression used in consecutive assignments of 'cRows' and 'cCols'. [duplicateAssignExpression]
ergo-3.5/source/dft/xc_matrix.cc:174:0: note: Same expression used in consecutive assignments of 'cRows' and 'cCols'.
ergo-3.5/source/dft/xc_matrix.cc:173:0: note: Same expression used in consecutive assignments of 'cRows' and 'cCols'.
ergo-3.5/source/dft/xc_matrix.cc:387:9: style: The scope of the variable 'i' can be reduced. [variableScope]
ergo-3.5/source/dft/xc_matrix.cc:546:9: style: The scope of the variable 'i' can be reduced. [variableScope]
ergo-3.5/source/dft/xc_matrix.cc:141:51: style: Function 'distribute' argument 7 names different: declaration 'excmat' definition 'mat'. [funcArgNamesDifferent]
ergo-3.5/source/dft/xc_matrix.cc:134:43: note: Function 'distribute' argument 7 names different: declaration 'excmat' definition 'mat'.
ergo-3.5/source/dft/xc_matrix.cc:141:51: note: Function 'distribute' argument 7 names different: declaration 'excmat' definition 'mat'.
ergo-3.5/source/dft/xc_evaluators.h:226:0: style: Struct 'UksData < Dft :: FullMatrix >' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ergo-3.5/source/dft/xc_evaluators.h:226:0: style: Struct 'UksData < Dft :: FullMatrix >' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ergo-3.5/source/dft/xc_evaluators.h:41:0: style: Struct 'KsData < Dft :: FullMatrix >' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ergo-3.5/source/dft/xc_evaluators.h:41:0: style: Struct 'KsData < Dft :: FullMatrix >' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ergo-3.5/source/dft/xc_matrix_sparse.cc:242:22: style: C-style pointer casting [cstyleCast]
ergo-3.5/source/dft/xc_matrix_sparse.cc:272:9: style: The scope of the variable 'i' can be reduced. [variableScope]
ergo-3.5/source/dft/xc_matrix_sparse.cc:324:64: style: Function 'getXC_seq' argument 5 names different: declaration 'nelectrons' definition 'nElectrons'. [funcArgNamesDifferent]
ergo-3.5/source/dft/xc_matrix_sparse.h:46:20: note: Function 'getXC_seq' argument 5 names different: declaration 'nelectrons' definition 'nElectrons'.
ergo-3.5/source/dft/xc_matrix_sparse.cc:324:64: note: Function 'getXC_seq' argument 5 names different: declaration 'nelectrons' definition 'nElectrons'.
ergo-3.5/source/dft/xc_matrix_sparse.cc:325:29: style: Function 'getXC_seq' argument 6 names different: declaration 'dmat' definition 'dens'. [funcArgNamesDifferent]
ergo-3.5/source/dft/xc_matrix_sparse.h:46:50: note: Function 'getXC_seq' argument 6 names different: declaration 'dmat' definition 'dens'.
ergo-3.5/source/dft/xc_matrix_sparse.cc:325:29: note: Function 'getXC_seq' argument 6 names different: declaration 'dmat' definition 'dens'.
ergo-3.5/source/dft/xc_matrix_sparse.cc:325:47: style: Function 'getXC_seq' argument 7 names different: declaration 'ksm' definition 'xcm'. [funcArgNamesDifferent]
ergo-3.5/source/dft/xc_matrix_sparse.h:47:28: note: Function 'getXC_seq' argument 7 names different: declaration 'ksm' definition 'xcm'.
ergo-3.5/source/dft/xc_matrix_sparse.cc:325:47: note: Function 'getXC_seq' argument 7 names different: declaration 'ksm' definition 'xcm'.
ergo-3.5/source/dft/xc_matrix_sparse.cc:325:58: style: Function 'getXC_seq' argument 8 names different: declaration 'edfty' definition 'xcEnergy'. [funcArgNamesDifferent]
ergo-3.5/source/dft/xc_matrix_sparse.h:47:39: note: Function 'getXC_seq' argument 8 names different: declaration 'edfty' definition 'xcEnergy'.
ergo-3.5/source/dft/xc_matrix_sparse.cc:325:58: note: Function 'getXC_seq' argument 8 names different: declaration 'edfty' definition 'xcEnergy'.
ergo-3.5/source/dft/xc_matrix_sparse.cc:363:44: style: Function 'getXC' argument 2 names different: declaration 'xcA' definition 'xca'. [funcArgNamesDifferent]
ergo-3.5/source/dft/xc_matrix_sparse.cc:357:42: note: Function 'getXC' argument 2 names different: declaration 'xcA' definition 'xca'.
ergo-3.5/source/dft/xc_matrix_sparse.cc:363:44: note: Function 'getXC' argument 2 names different: declaration 'xcA' definition 'xca'.
ergo-3.5/source/dft/xc_matrix_sparse.cc:363:61: style: Function 'getXC' argument 3 names different: declaration 'xcB' definition 'xcb'. [funcArgNamesDifferent]
ergo-3.5/source/dft/xc_matrix_sparse.cc:357:59: note: Function 'getXC' argument 3 names different: declaration 'xcB' definition 'xcb'.
ergo-3.5/source/dft/xc_matrix_sparse.cc:363:61: note: Function 'getXC' argument 3 names different: declaration 'xcB' definition 'xcb'.
ergo-3.5/source/dft/xc_matrix_sparse.cc:93:7: style: Class 'XCEvaluator' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ergo-3.5/source/dft/xc_matrix_sparse.cc:93:7: style: Class 'XCEvaluator' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ergo-3.5/source/dft/xc_matrix_sparse.cc:171:5: style: Class 'XCEvaluatorRestricted' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ergo-3.5/source/dft/xc_matrix_sparse.cc:171:5: style: Class 'XCEvaluatorRestricted' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ergo-3.5/source/dft/xc_evaluators.h:226:0: style: Struct 'UksData < Dft :: SparseMatrix >' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ergo-3.5/source/dft/xc_evaluators.h:226:0: style: Struct 'UksData < Dft :: SparseMatrix >' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ergo-3.5/source/dft/xc_evaluators.h:41:0: style: Struct 'KsData < Dft :: SparseMatrix >' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ergo-3.5/source/dft/xc_evaluators.h:41:0: style: Struct 'KsData < Dft :: SparseMatrix >' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ergo_input_parser.c:1601:2: warning: Possible null pointer dereference: b [nullPointer]
ergo_input_parser.c:1494:17: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
ergo_input_parser.c:1601:2: note: Null pointer dereference
ergo_input_parser.c:1602:2: warning: Possible null pointer dereference: b [nullPointer]
ergo_input_parser.c:1494:17: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
ergo_input_parser.c:1602:2: note: Null pointer dereference
ergo_input_parser.c:1613:9: warning: Possible null pointer dereference: b [nullPointer]
ergo_input_parser.c:1494:17: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
ergo_input_parser.c:1613:9: note: Null pointer dereference
ergo_input_parser.c:1259:23: style: Checking if unsigned variable 'num_to_read' is less than zero. [unsignedLessThanZero]
ergo_input_parser.c:1272:19: style: Checking if unsigned variable 'new_size' is less than zero. [unsignedLessThanZero]
ergo_input_parser.c:1377:59: style: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'. [funcArgNamesDifferent]
ergo_input_parser.c:362:54: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
ergo_input_parser.c:1377:59: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
ergo_input_parser.c:1786:48: style: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'. [funcArgNamesDifferent]
ergo_input_parser.c:311:47: note: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
ergo_input_parser.c:1786:48: note: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
ergo_input_parser.c:1799:48: style: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'. [funcArgNamesDifferent]
ergo_input_parser.c:312:46: note: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
ergo_input_parser.c:1799:48: note: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
ergo_input_parser.c:1799:68: style: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'. [funcArgNamesDifferent]
ergo_input_parser.c:312:62: note: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
ergo_input_parser.c:1799:68: note: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
ergo_input_parser.c:1904:25: style: Function 'yyset_lineno' argument 1 names different: declaration 'line_number' definition '_line_number'. [funcArgNamesDifferent]
ergo_input_parser.l:37:25: note: Function 'yyset_lineno' argument 1 names different: declaration 'line_number' definition '_line_number'.
ergo_input_parser.c:1904:25: note: Function 'yyset_lineno' argument 1 names different: declaration 'line_number' definition '_line_number'.
ergo_input_parser.c:1931:24: style: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition '_bdebug'. [funcArgNamesDifferent]
ergo_input_parser.c:629:23: note: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition '_bdebug'.
ergo_input_parser.c:1931:24: note: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition '_bdebug'.
* yacc.c:358  *:872:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
* yacc.c:358  *:739:53: warning: Either the condition 'yytoken!=-2' is redundant, otherwise there is negative array index -2. [negativeIndex]
* yacc.c:358  *:773:15: note: Assuming that condition 'yytoken!=-2' is not redundant
* yacc.c:358  *:739:53: note: Negative array index
ergo-3.5/source/ergo_scripted.cc:1209:8: style: Condition 'res' is always true [knownConditionTrueFalse]
ergo-3.5/source/ergo_scripted.cc:1202:11: note: Assignment 'res=true', assigned value is 1
ergo-3.5/source/ergo_scripted.cc:1209:8: note: Condition 'res' is always true
ergo-3.5/source/ergo_scripted.cc:282:39: warning: Either the condition 'if(name&&*name)' is redundant or there is possible null pointer dereference: name. [nullPointerRedundantCheck]
ergo-3.5/source/ergo_scripted.cc:287:5: note: Assuming that condition 'if(name&&*name)' is not redundant
ergo-3.5/source/ergo_scripted.cc:282:39: note: Null pointer dereference
ergo-3.5/source/ergo_scripted.cc:1352:14: style: The scope of the variable 'opL' can be reduced. [variableScope]
ergo-3.5/source/ergo_scripted.cc:1749:7: style: The scope of the variable 'numThreads_CHT' can be reduced. [variableScope]
ergo-3.5/source/ergo_scripted.cc:1749:27: style: The scope of the variable 'numWorkers_CHT' can be reduced. [variableScope]
ergo-3.5/source/ergo_scripted.cc:1750:10: style: The scope of the variable 'cache_size' can be reduced. [variableScope]
ergo-3.5/source/ergo_scripted.cc:216:32: style: Function 'es_assign_num' argument 1 names different: declaration 'var' definition 'v'. [funcArgNamesDifferent]
ergo-3.5/source/ergo_scripted.h:70:46: note: Function 'es_assign_num' argument 1 names different: declaration 'var' definition 'v'.
ergo-3.5/source/ergo_scripted.cc:216:32: note: Function 'es_assign_num' argument 1 names different: declaration 'var' definition 'v'.
ergo-3.5/source/ergo_scripted.cc:233:32: style: Function 'es_assign_str' argument 1 names different: declaration 'var' definition 'v'. [funcArgNamesDifferent]
ergo-3.5/source/ergo_scripted.h:71:46: note: Function 'es_assign_str' argument 1 names different: declaration 'var' definition 'v'.
ergo-3.5/source/ergo_scripted.cc:233:32: note: Function 'es_assign_str' argument 1 names different: declaration 'var' definition 'v'.
ergo-3.5/source/ergo_scripted.cc:605:42: style: Function 'es_print_help_var' argument 1 names different: declaration 'root' definition 'var'. [funcArgNamesDifferent]
ergo-3.5/source/ergo_scripted.h:85:56: note: Function 'es_print_help_var' argument 1 names different: declaration 'root' definition 'var'.
ergo-3.5/source/ergo_scripted.cc:605:42: note: Function 'es_print_help_var' argument 1 names different: declaration 'root' definition 'var'.
ergo-3.5/source/ergo_scripted.cc:1258:33: style: Function 'es_getexc' argument 2 names different: declaration 'modes' definition 'no_exc'. [funcArgNamesDifferent]
ergo-3.5/source/ergo_scripted.h:89:46: note: Function 'es_getexc' argument 2 names different: declaration 'modes' definition 'no_exc'.
ergo-3.5/source/ergo_scripted.cc:1258:33: note: Function 'es_getexc' argument 2 names different: declaration 'modes' definition 'no_exc'.
ergo-3.5/source/ergo_scripted.cc:1392:53: style: Function 'es_get_polarisability' argument 2 names different: declaration 'opname' definition 'opName'. [funcArgNamesDifferent]
ergo-3.5/source/ergo_scripted.h:90:66: note: Function 'es_get_polarisability' argument 2 names different: declaration 'opname' definition 'opName'.
ergo-3.5/source/ergo_scripted.cc:1392:53: note: Function 'es_get_polarisability' argument 2 names different: declaration 'opname' definition 'opName'.
ergo-3.5/source/ergo_scripted.cc:1955:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ergo-3.5/source/slr.h:111:14: warning: Member variable 'VarVector::fName' is not assigned a value in 'VarVector::operator='. [operatorEqVarError]
ergo-3.5/source/slr.h:111:14: warning: Member variable 'VarVector::inMemory' is not assigned a value in 'VarVector::operator='. [operatorEqVarError]
ergo-3.5/source/ergo_scripted.cc:130:3: warning: Member variable 'Ergo::var_list' is not initialized in the constructor. [uninitMemberVar]
ergo-3.5/source/ergo_scripted.cc:130:3: warning: Member variable 'Ergo::J_K_params' is not initialized in the constructor. [uninitMemberVar]
ergo-3.5/source/ergo_scripted.cc:130:3: warning: Member variable 'Ergo::lr_params' is not initialized in the constructor. [uninitMemberVar]
ergo-3.5/source/ergo_scripted.cc:130:3: warning: Member variable 'Ergo::ed_params' is not initialized in the constructor. [uninitMemberVar]
ergo-3.5/source/ergo_scripted.cc:130:3: warning: Member variable 'Ergo::mat_params' is not initialized in the constructor. [uninitMemberVar]
ergo-3.5/source/ergo_scripted.cc:130:3: warning: Member variable 'Ergo::scf_params' is not initialized in the constructor. [uninitMemberVar]
ergo-3.5/source/ergo_scripted.cc:130:3: warning: Member variable 'Ergo::XC_params' is not initialized in the constructor. [uninitMemberVar]
ergo-3.5/source/ergo_scripted.cc:130:3: warning: Member variable 'Ergo::output_params' is not initialized in the constructor. [uninitMemberVar]
ergo-3.5/source/ergo_scripted.cc:130:3: warning: Member variable 'Ergo::readingMoleculeClass' is not initialized in the constructor. [uninitMemberVar]
ergo-3.5/source/slr.h:226:34: style: Class 'SmallMatrix' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ergo-3.5/source/slr.h:226:34: style: Class 'SmallMatrix' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ergo-3.5/source/slr.h:339:5: style: Class 'SetOfEqSolver' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ergo-3.5/source/slr.h:339:5: style: Class 'SetOfEqSolver' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ergo-3.5/source/slr.h:369:5: style: Class 'EigenSolver' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ergo-3.5/source/slr.h:369:5: style: Class 'EigenSolver' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ergo-3.5/source/slr.h:342:21: style: The function 'getPreconditionerShift' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/slr.h:265:21: note: Virtual function in base class
ergo-3.5/source/slr.h:342:21: note: Function in derived class
ergo-3.5/source/slr.h:343:15: style: The function 'getInitialGuess' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/slr.h:261:15: note: Virtual function in base class
ergo-3.5/source/slr.h:343:15: note: Function in derived class
ergo-3.5/source/slr.h:344:16: style: The function 'getResidual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/slr.h:256:16: note: Virtual function in base class
ergo-3.5/source/slr.h:344:16: note: Function in derived class
ergo-3.5/source/slr.h:346:16: style: The function 'increaseSubspaceLimit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/slr.h:268:16: note: Virtual function in base class
ergo-3.5/source/slr.h:346:16: note: Function in derived class
ergo-3.5/source/slr.h:350:16: style: The function 'addToSpace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/slr.h:309:16: note: Virtual function in base class
ergo-3.5/source/slr.h:350:16: note: Function in derived class
ergo-3.5/source/slr.h:379:21: style: The function 'getPreconditionerShift' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/slr.h:265:21: note: Virtual function in base class
ergo-3.5/source/slr.h:379:21: note: Function in derived class
ergo-3.5/source/slr.h:382:15: style: The function 'getInitialGuess' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/slr.h:261:15: note: Virtual function in base class
ergo-3.5/source/slr.h:382:15: note: Function in derived class
ergo-3.5/source/slr.h:383:16: style: The function 'getResidual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/slr.h:256:16: note: Virtual function in base class
ergo-3.5/source/slr.h:383:16: note: Function in derived class
ergo-3.5/source/slr.h:385:16: style: The function 'increaseSubspaceLimit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/slr.h:268:16: note: Virtual function in base class
ergo-3.5/source/slr.h:385:16: note: Function in derived class
ergo-3.5/source/ergo_scripted.cc:1148:16: style: The function 'transform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/slr.h:174:16: note: Virtual function in base class
ergo-3.5/source/ergo_scripted.cc:1148:16: note: Function in derived class
ergo-3.5/source/ergo_scripted.cc:1249:16: style: The function 'getOper' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/slr.h:209:16: note: Virtual function in base class
ergo-3.5/source/ergo_scripted.cc:1249:16: note: Function in derived class
ergo-3.5/source/fermi_contact.cc:112:15: style: The scope of the variable 'usage' can be reduced. [variableScope]
ergo-3.5/source/integrals/integral_info.h:39:0: error: #error The constant BASIS_FUNC_POLY_MAX_DEGREE must be defined. [preprocessorErrorDirective]
ergo-3.5/source/integrals/basis_func_extent_1el.cc:68:25: error: Uninitialized struct member: exponentList.noOfExponents [uninitStructMember]
ergo-3.5/source/integrals/box_system.cc:79:19: style: Condition 'currBoxIndex>=maxNoOfBoxes' is always false [knownConditionTrueFalse]
ergo-3.5/source/integrals/box_system.cc:78:22: note: Assignment 'currBoxIndex=0', assigned value is 0
ergo-3.5/source/integrals/box_system.cc:79:19: note: Condition 'currBoxIndex>=maxNoOfBoxes' is always false
ergo-3.5/source/integrals/box_system.cc:213:9: style: Variable 'noOfChildren' is modified but its new value is never used. [unreadVariable]
ergo-3.5/source/integrals/box_system.cc:48:12: warning: Member variable 'BoxSystem::totNoOfBoxes' is not initialized in the constructor. [uninitMemberVar]
ergo-3.5/source/integrals/box_system.cc:48:12: warning: Member variable 'BoxSystem::noOfLevels' is not initialized in the constructor. [uninitMemberVar]
ergo-3.5/source/integrals/box_system.cc:48:12: warning: Member variable 'BoxSystem::levelList' is not initialized in the constructor. [uninitMemberVar]
ergo-3.5/source/integrals/boysfunction.cc:246:8: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
ergo-3.5/source/integrals/monomial_info.cc:115:8: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
ergo-3.5/source/integrals/monomial_info.h:47:1: warning: The struct 'monomial_info_struct' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ergo-3.5/source/integrals/simple_sparse_mat.cc:86:0: error: Memory leak: Cbuf [memleak]
ergo-3.5/source/matrix/AllocatorManager.h:55:28: style: Checking if unsigned variable 'noOfRealsPerBuffer_' is less than zero. This might be a false warning. [unsignedLessThanZero]
ergo-3.5/source/matrix/AllocatorManager.h:55:49: style: Checking if unsigned variable 'noOfBuffers_' is less than zero. This might be a false warning. [unsignedLessThanZero]
ergo-3.5/source/matrix/AllocatorManager.h:74:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ergo-3.5/source/matrix/AllocatorManager.h:124:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ergo-3.5/source/matrix/AllocatorManager.h:138:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ergo-3.5/source/matrix/AllocatorManager.h:165:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ergo-3.5/source/matrix/Allocator.h:81:8: style: Technically the member function 'mat::Allocator::isFull' can be const. [functionConst]
ergo-3.5/source/matrix/Allocator.h:86:8: style: Technically the member function 'mat::Allocator::isEmpty' can be const. [functionConst]
ergo-3.5/source/matrix/Allocator.h:91:8: style: Technically the member function 'mat::Allocator::ownsPtr' can be const. [functionConst]
ergo-3.5/source/matrix/Allocator.h:96:7: style: Technically the member function 'mat::Allocator::getNoOfOccupiedSlots' can be const. [functionConst]
ergo-3.5/source/matrix/Allocator.h:44:7: style: Class 'Allocator' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ergo-3.5/source/matrix/Allocator.h:44:7: style: Class 'Allocator' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ergo-3.5/source/matrix/AllocatorManager.h:95:7: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
ergo-3.5/source/matrix/FileWritable.cc:372:5: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ergo-3.5/source/matrix/FileWritable.cc:452:5: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ergo-3.5/source/matrix/FileWritable.cc:314:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ergo-3.5/source/matrix/FileWritable.cc:332:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ergo-3.5/source/matrix/FileWritable.cc:506:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ergo-3.5/source/matrix/FileWritable.cc:515:64: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ergo-3.5/source/matrix/FileWritable.cc:534:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ergo-3.5/source/matrix/FileWritable.cc:553:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ergo-3.5/source/matrix/FileWritable.h:92:10: style: Technically the member function 'mat::FileWritable::isOnFile' can be const. [functionConst]
ergo-3.5/source/matrix/DebugPolicies.h:92:10: performance: Technically the member function 'mat::DebugLevelHigh::assertAlways' can be static. [functionStatic]
ergo-3.5/source/matrix/DebugPolicies.h:108:17: performance: Technically the member function 'mat::DebugLevelLow::assertDebug' can be static. [functionStatic]
ergo-3.5/source/matrix/blastime.cc:99:7: style: Variable 'secondsTaken' is reassigned a value before the old one has been used. [redundantAssignment]
ergo-3.5/source/matrix/blastime.cc:97:7: note: Variable 'secondsTaken' is reassigned a value before the old one has been used.
ergo-3.5/source/matrix/blastime.cc:99:7: note: Variable 'secondsTaken' is reassigned a value before the old one has been used.
ergo-3.5/source/matrix/blastime.cc:124:3: style: Exception should be caught by reference. [catchExceptionByValue]
ergo-3.5/source/matrix/matInclude.cc:144:22: style: Checking if unsigned variable 'noOfBytesRead' is less than zero. This might be a false warning. [unsignedLessThanZero]
ergo-3.5/source/matrix/matInclude.h:165:11: style: Technically the member function 'mat::Time::toc' can be const. [functionConst]
ergo-3.5/source/matrix/matInclude.cc:82:15: note: Technically the member function 'mat::Time::toc' can be const.
ergo-3.5/source/matrix/matInclude.h:165:11: note: Technically the member function 'mat::Time::toc' can be const.
ergo-3.5/source/matrix/template_lapack/blas/template_blas_common.cc:94:15: style: Condition 'zcode==90' is always true [knownConditionTrueFalse]
ergo-3.5/source/matrix/template_lapack/blas/template_blas_common.cc:84:13: note: Assignment 'zcode='Z'', assigned value is 90
ergo-3.5/source/matrix/template_lapack/blas/template_blas_common.cc:94:15: note: Condition 'zcode==90' is always true
ergo-3.5/source/matrix/template_lapack/blas/template_blas_ger.h:50:22: style: The scope of the variable 'ix' can be reduced. [variableScope]
ergo-3.5/source/matrix/template_lapack/blas/template_blas_ger.h:50:30: style: The scope of the variable 'kx' can be reduced. [variableScope]
ergo-3.5/source/matrix/template_lapack/blas/template_blas_gemv.h:52:14: style: The scope of the variable 'ix' can be reduced. [variableScope]
ergo-3.5/source/matrix/template_lapack/blas/template_blas_gemv.h:52:22: style: The scope of the variable 'jx' can be reduced. [variableScope]
ergo-3.5/source/matrix/template_lapack/blas/template_blas_gemv.h:52:26: style: The scope of the variable 'jy' can be reduced. [variableScope]
ergo-3.5/source/matrix/template_lapack/blas/template_blas_common.cc:205:12: style: The scope of the variable 'nc' can be reduced. [variableScope]
ergo-3.5/source/matrix/template_lapack/blas/template_blas_common.cc:209:12: style: The scope of the variable 'm' can be reduced. [variableScope]
ergo-3.5/source/matrix/template_lapack/lapack/template_lapack_lartg.h:101:9: style: Condition 'first' is always true [knownConditionTrueFalse]
ergo-3.5/source/matrix/template_lapack/lapack/template_lapack_lartg.h:88:22: note: Assignment 'first=1', assigned value is 1
ergo-3.5/source/matrix/template_lapack/lapack/template_lapack_lartg.h:101:9: note: Condition 'first' is always true
ergo-3.5/source/matrix/template_lapack/lapack/template_lapack_larrf.h:349:9: style: Condition 'tryrrr1' is always true [knownConditionTrueFalse]
ergo-3.5/source/matrix/template_lapack/lapack/template_lapack_larrf.h:348:15: note: Assignment 'tryrrr1=1', assigned value is 1
ergo-3.5/source/matrix/template_lapack/lapack/template_lapack_larrf.h:349:9: note: Condition 'tryrrr1' is always true
ergo-3.5/source/matrix/template_lapack/lapack/template_lapack_common.cc:429:12: style: Condition 'iz==90' is always true [knownConditionTrueFalse]
ergo-3.5/source/matrix/template_lapack/lapack/template_lapack_common.cc:428:10: note: Assignment 'iz='Z'', assigned value is 90
ergo-3.5/source/matrix/template_lapack/lapack/template_lapack_common.cc:429:12: note: Condition 'iz==90' is always true
ergo-3.5/source/matrix/template_lapack/lapack/template_lapack_common.cc:866:17: style: Condition 'ret_val==1' is always true [knownConditionTrueFalse]
ergo-3.5/source/matrix/template_lapack/lapack/template_lapack_common.cc:865:15: note: Assignment 'ret_val=1', assigned value is 1
ergo-3.5/source/matrix/template_lapack/lapack/template_lapack_common.cc:866:17: note: Condition 'ret_val==1' is always true
ergo-3.5/source/matrix/template_lapack/lapack/template_lapack_common.cc:877:17: style: Condition 'ret_val==1' is always true [knownConditionTrueFalse]
ergo-3.5/source/matrix/template_lapack/lapack/template_lapack_common.cc:876:15: note: Assignment 'ret_val=1', assigned value is 1
ergo-3.5/source/matrix/template_lapack/lapack/template_lapack_common.cc:877:17: note: Condition 'ret_val==1' is always true
ergo-3.5/source/matrix/template_lapack/lapack/template_lapack_common.cc:505:6: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
ergo-3.5/source/matrix/template_lapack/lapack/template_lapack_common.cc:507:8: note: Found duplicate branches for 'if' and 'else'.
ergo-3.5/source/matrix/template_lapack/lapack/template_lapack_common.cc:505:6: note: Found duplicate branches for 'if' and 'else'.
ergo-3.5/source/matrix/template_lapack/lapack/template_lapack_common.cc:514:6: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
ergo-3.5/source/matrix/template_lapack/lapack/template_lapack_common.cc:516:8: note: Found duplicate branches for 'if' and 'else'.
ergo-3.5/source/matrix/template_lapack/lapack/template_lapack_common.cc:514:6: note: Found duplicate branches for 'if' and 'else'.
ergo-3.5/source/matrix/template_lapack/lapack/template_lapack_common.cc:520:6: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
ergo-3.5/source/matrix/template_lapack/lapack/template_lapack_common.cc:522:8: note: Found duplicate branches for 'if' and 'else'.
ergo-3.5/source/matrix/template_lapack/lapack/template_lapack_common.cc:520:6: note: Found duplicate branches for 'if' and 'else'.
ergo-3.5/source/matrix/template_lapack/lapack/template_lapack_common.cc:526:6: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
ergo-3.5/source/matrix/template_lapack/lapack/template_lapack_common.cc:528:8: note: Found duplicate branches for 'if' and 'else'.
ergo-3.5/source/matrix/template_lapack/lapack/template_lapack_common.cc:526:6: note: Found duplicate branches for 'if' and 'else'.
ergo-3.5/source/matrix/template_lapack/lapack/template_lapack_common.cc:532:6: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
ergo-3.5/source/matrix/template_lapack/lapack/template_lapack_common.cc:534:8: note: Found duplicate branches for 'if' and 'else'.
ergo-3.5/source/matrix/template_lapack/lapack/template_lapack_common.cc:532:6: note: Found duplicate branches for 'if' and 'else'.
ergo-3.5/source/matrix/template_lapack/lapack/template_lapack_common.cc:540:6: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
ergo-3.5/source/matrix/template_lapack/lapack/template_lapack_common.cc:542:8: note: Found duplicate branches for 'if' and 'else'.
ergo-3.5/source/matrix/template_lapack/lapack/template_lapack_common.cc:540:6: note: Found duplicate branches for 'if' and 'else'.
ergo-3.5/source/matrix/template_lapack/lapack/template_lapack_common.cc:548:6: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
ergo-3.5/source/matrix/template_lapack/lapack/template_lapack_common.cc:550:8: note: Found duplicate branches for 'if' and 'else'.
ergo-3.5/source/matrix/template_lapack/lapack/template_lapack_common.cc:548:6: note: Found duplicate branches for 'if' and 'else'.
ergo-3.5/source/matrix/template_lapack/lapack/template_lapack_common.cc:608:6: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
ergo-3.5/source/matrix/template_lapack/lapack/template_lapack_common.cc:614:8: note: Found duplicate branches for 'if' and 'else'.
ergo-3.5/source/matrix/template_lapack/lapack/template_lapack_common.cc:608:6: note: Found duplicate branches for 'if' and 'else'.
ergo-3.5/source/matrix/template_lapack/lapack/template_lapack_common.cc:624:6: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
ergo-3.5/source/matrix/template_lapack/lapack/template_lapack_common.cc:630:8: note: Found duplicate branches for 'if' and 'else'.
ergo-3.5/source/matrix/template_lapack/lapack/template_lapack_common.cc:624:6: note: Found duplicate branches for 'if' and 'else'.
ergo-3.5/source/matrix/template_lapack/lapack/template_lapack_common.cc:640:6: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
ergo-3.5/source/matrix/template_lapack/lapack/template_lapack_common.cc:642:8: note: Found duplicate branches for 'if' and 'else'.
ergo-3.5/source/matrix/template_lapack/lapack/template_lapack_common.cc:640:6: note: Found duplicate branches for 'if' and 'else'.
ergo-3.5/source/matrix/template_lapack/lapack/template_lapack_common.cc:648:6: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
ergo-3.5/source/matrix/template_lapack/lapack/template_lapack_common.cc:650:8: note: Found duplicate branches for 'if' and 'else'.
ergo-3.5/source/matrix/template_lapack/lapack/template_lapack_common.cc:648:6: note: Found duplicate branches for 'if' and 'else'.
ergo-3.5/source/matrix/template_lapack/lapack/template_lapack_common.cc:672:6: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
ergo-3.5/source/matrix/template_lapack/lapack/template_lapack_common.cc:674:8: note: Found duplicate branches for 'if' and 'else'.
ergo-3.5/source/matrix/template_lapack/lapack/template_lapack_common.cc:672:6: note: Found duplicate branches for 'if' and 'else'.
ergo-3.5/source/matrix/template_lapack/lapack/template_lapack_common.cc:678:6: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
ergo-3.5/source/matrix/template_lapack/lapack/template_lapack_common.cc:680:8: note: Found duplicate branches for 'if' and 'else'.
ergo-3.5/source/matrix/template_lapack/lapack/template_lapack_common.cc:678:6: note: Found duplicate branches for 'if' and 'else'.
ergo-3.5/source/matrix/template_lapack/lapack/template_lapack_common.cc:684:6: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
ergo-3.5/source/matrix/template_lapack/lapack/template_lapack_common.cc:686:8: note: Found duplicate branches for 'if' and 'else'.
ergo-3.5/source/matrix/template_lapack/lapack/template_lapack_common.cc:684:6: note: Found duplicate branches for 'if' and 'else'.
ergo-3.5/source/matrix/template_lapack/lapack/template_lapack_common.cc:690:6: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
ergo-3.5/source/matrix/template_lapack/lapack/template_lapack_common.cc:692:8: note: Found duplicate branches for 'if' and 'else'.
ergo-3.5/source/matrix/template_lapack/lapack/template_lapack_common.cc:690:6: note: Found duplicate branches for 'if' and 'else'.
ergo-3.5/source/matrix/template_lapack/lapack/template_lapack_common.cc:698:6: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
ergo-3.5/source/matrix/template_lapack/lapack/template_lapack_common.cc:700:8: note: Found duplicate branches for 'if' and 'else'.
ergo-3.5/source/matrix/template_lapack/lapack/template_lapack_common.cc:698:6: note: Found duplicate branches for 'if' and 'else'.
ergo-3.5/source/matrix/template_lapack/lapack/template_lapack_common.cc:764:6: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
ergo-3.5/source/matrix/template_lapack/lapack/template_lapack_common.cc:766:8: note: Found duplicate branches for 'if' and 'else'.
ergo-3.5/source/matrix/template_lapack/lapack/template_lapack_common.cc:764:6: note: Found duplicate branches for 'if' and 'else'.
ergo-3.5/source/matrix/template_lapack/lapack/template_lapack_common.cc:770:6: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
ergo-3.5/source/matrix/template_lapack/lapack/template_lapack_common.cc:772:8: note: Found duplicate branches for 'if' and 'else'.
ergo-3.5/source/matrix/template_lapack/lapack/template_lapack_common.cc:770:6: note: Found duplicate branches for 'if' and 'else'.
ergo-3.5/source/matrix/template_lapack/lapack/template_lapack_common.cc:776:6: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
ergo-3.5/source/matrix/template_lapack/lapack/template_lapack_common.cc:778:8: note: Found duplicate branches for 'if' and 'else'.
ergo-3.5/source/matrix/template_lapack/lapack/template_lapack_common.cc:776:6: note: Found duplicate branches for 'if' and 'else'.
ergo-3.5/source/matrix/template_lapack/lapack/template_lapack_common.cc:235:19: style: Same expression on both sides of '/'. [duplicateExpression]
ergo-3.5/source/matrix/template_lapack/lapack/template_lapack_lamch.h:170:17: style: The scope of the variable 'u' can be reduced. [variableScope]
ergo-3.5/source/matrix/template_lapack/lapack/template_lapack_sygv.h:159:11: style: The scope of the variable 'trans' can be reduced. [variableScope]
ergo-3.5/source/matrix/template_lapack/lapack/template_lapack_common.cc:61:29: style: The scope of the variable 'bend' can be reduced. [variableScope]
ergo-3.5/source/matrix_wrapper/file_tools/src/mmio.c:223:9: style: The scope of the variable 'num_items_read' can be reduced. [variableScope]
ergo-3.5/source/matrix_wrapper/file_tools/src/mmio.c:254:9: style: The scope of the variable 'num_items_read' can be reduced. [variableScope]
ergo-3.5/source/matrix_wrapper/file_tools/src/mmio.c:330:31: style: Function 'mm_read_mtx_crd_entry' argument 5 names different: declaration 'img' definition 'imag'. [funcArgNamesDifferent]
ergo-3.5/source/matrix_wrapper/file_tools/src/mmio.h:159:74: note: Function 'mm_read_mtx_crd_entry' argument 5 names different: declaration 'img' definition 'imag'.
ergo-3.5/source/matrix_wrapper/file_tools/src/mmio.c:330:31: note: Function 'mm_read_mtx_crd_entry' argument 5 names different: declaration 'img' definition 'imag'.
ergo-3.5/source/matrix_wrapper/file_tools/src/mmio.c:143:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ergo-3.5/source/matrix_wrapper/file_tools/src/mmio.c:377:0: error: Resource leak: f [resourceLeak]
ergo-3.5/source/scf/SCF_general.cc:52:25: style: Function 'SCF_general' argument 9 names different: declaration 'scfopts' definition 'scfoptsPtr'. [funcArgNamesDifferent]
ergo-3.5/source/scf/SCF_general.h:65:28: note: Function 'SCF_general' argument 9 names different: declaration 'scfopts' definition 'scfoptsPtr'.
ergo-3.5/source/scf/SCF_general.cc:52:25: note: Function 'SCF_general' argument 9 names different: declaration 'scfopts' definition 'scfoptsPtr'.
ergo-3.5/source/scf/SCF_general.cc:53:28: style: Function 'SCF_general' argument 10 names different: declaration 'matOpts' definition 'matOpts_'. [funcArgNamesDifferent]
ergo-3.5/source/scf/SCF_general.h:66:31: note: Function 'SCF_general' argument 10 names different: declaration 'matOpts' definition 'matOpts_'.
ergo-3.5/source/scf/SCF_general.cc:53:28: note: Function 'SCF_general' argument 10 names different: declaration 'matOpts' definition 'matOpts_'.
ergo-3.5/source/scf/SCF_general.cc:44:14: warning: Member variable 'SCF_general::SCF_step' is not initialized in the constructor. [uninitMemberVar]
ergo-3.5/source/scf/SCF_general.h:53:8: style: Technically the member function 'SCF_general::get_energy' can be const. [functionConst]
ergo-3.5/source/scf/SCF_general.cc:522:19: note: Technically the member function 'SCF_general::get_energy' can be const.
ergo-3.5/source/scf/SCF_general.h:53:8: note: Technically the member function 'SCF_general::get_energy' can be const.
ergo-3.5/source/scf/SCF_general.h:122:13: performance: Technically the member function 'SCF_general::GetEuclideanNormOfMatrix' can be static. [functionStatic]
ergo-3.5/source/scf/SCF_general.cc:491:24: note: Technically the member function 'SCF_general::GetEuclideanNormOfMatrix' can be static.
ergo-3.5/source/scf/SCF_general.h:122:13: note: Technically the member function 'SCF_general::GetEuclideanNormOfMatrix' can be static.
ergo-3.5/source/scf/SCF_restricted.cc:81:11: style: C-style pointer casting [cstyleCast]
ergo-3.5/source/scf/SCF_restricted.cc:711:7: style: C-style pointer casting [cstyleCast]
ergo-3.5/source/scf/SCF_restricted.cc:752:7: style: C-style pointer casting [cstyleCast]
ergo-3.5/source/scf/SCF_restricted.cc:765:4: style: C-style pointer casting [cstyleCast]
ergo-3.5/source/scf/SCF_restricted.cc:55:34: style: Function 'SCF_restricted' argument 10 names different: declaration 'matOpts' definition 'matOpts_'. [funcArgNamesDifferent]
ergo-3.5/source/scf/SCF_restricted.h:51:27: note: Function 'SCF_restricted' argument 10 names different: declaration 'matOpts' definition 'matOpts_'.
ergo-3.5/source/scf/SCF_restricted.cc:55:34: note: Function 'SCF_restricted' argument 10 names different: declaration 'matOpts' definition 'matOpts_'.
ergo-3.5/source/scf/SCF_restricted.cc:1610:13: performance: Technically the member function 'RandomNumber::accumulate' can be static. [functionStatic]
ergo-3.5/source/scf/SCF_restricted.h:61:8: style: The function 'initialize_matrices' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:124:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_restricted.h:61:8: note: Function in derived class
ergo-3.5/source/scf/SCF_restricted.h:62:8: style: The function 'check_params' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:125:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_restricted.h:62:8: note: Function in derived class
ergo-3.5/source/scf/SCF_restricted.h:63:8: style: The function 'get_starting_guess_density' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:126:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_restricted.h:63:8: note: Function in derived class
ergo-3.5/source/scf/SCF_restricted.h:64:8: style: The function 'initialize_homo_lumo_limits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:127:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_restricted.h:64:8: note: Function in derived class
ergo-3.5/source/scf/SCF_restricted.h:65:8: style: The function 'write_matrices_to_file' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:128:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_restricted.h:65:8: note: Function in derived class
ergo-3.5/source/scf/SCF_restricted.h:66:8: style: The function 'get_2e_part_and_energy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:129:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_restricted.h:66:8: note: Function in derived class
ergo-3.5/source/scf/SCF_restricted.h:67:8: style: The function 'output_sparsity_S_F_D' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:130:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_restricted.h:67:8: note: Function in derived class
ergo-3.5/source/scf/SCF_restricted.h:68:8: style: The function 'calculate_energy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:131:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_restricted.h:68:8: note: Function in derived class
ergo-3.5/source/scf/SCF_restricted.h:69:8: style: The function 'get_FDSminusSDF' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:132:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_restricted.h:69:8: note: Function in derived class
ergo-3.5/source/scf/SCF_restricted.h:70:8: style: The function 'get_error_measure' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:133:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_restricted.h:70:8: note: Function in derived class
ergo-3.5/source/scf/SCF_restricted.h:71:8: style: The function 'add_to_DIIS_list' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:134:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_restricted.h:71:8: note: Function in derived class
ergo-3.5/source/scf/SCF_restricted.h:72:8: style: The function 'update_best_fock_so_far' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:135:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_restricted.h:72:8: note: Function in derived class
ergo-3.5/source/scf/SCF_restricted.h:73:8: style: The function 'combine_old_fock_matrices' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:136:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_restricted.h:73:8: note: Function in derived class
ergo-3.5/source/scf/SCF_restricted.h:74:8: style: The function 'use_diis_to_get_new_fock_matrix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:137:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_restricted.h:74:8: note: Function in derived class
ergo-3.5/source/scf/SCF_restricted.h:75:8: style: The function 'clear_diis_list' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:138:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_restricted.h:75:8: note: Function in derived class
ergo-3.5/source/scf/SCF_restricted.h:76:8: style: The function 'clear_error_matrices' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:139:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_restricted.h:76:8: note: Function in derived class
ergo-3.5/source/scf/SCF_restricted.h:77:8: style: The function 'save_current_fock_as_fprev' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:140:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_restricted.h:77:8: note: Function in derived class
ergo-3.5/source/scf/SCF_restricted.h:78:8: style: The function 'get_new_density_matrix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:141:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_restricted.h:78:8: note: Function in derived class
ergo-3.5/source/scf/SCF_restricted.h:79:8: style: The function 'write_density_to_file' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:142:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_restricted.h:79:8: note: Function in derived class
ergo-3.5/source/scf/SCF_restricted.h:80:8: style: The function 'save_final_potential' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:143:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_restricted.h:80:8: note: Function in derived class
ergo-3.5/source/scf/SCF_restricted.h:81:8: style: The function 'add_random_disturbance_to_starting_guess' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:144:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_restricted.h:81:8: note: Function in derived class
ergo-3.5/source/scf/SCF_restricted.h:82:8: style: The function 'output_density_images' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:145:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_restricted.h:82:8: note: Function in derived class
ergo-3.5/source/scf/SCF_restricted.h:83:8: style: The function 'prepare_stochastic_orbitals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:146:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_restricted.h:83:8: note: Function in derived class
ergo-3.5/source/scf/SCF_restricted.h:84:8: style: The function 'output_csr_matrices_for_gao' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:147:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_restricted.h:84:8: note: Function in derived class
ergo-3.5/source/scf/SCF_restricted.h:85:8: style: The function 'write_diag_dens_to_file' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:148:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_restricted.h:85:8: note: Function in derived class
ergo-3.5/source/scf/SCF_restricted.h:86:8: style: The function 'report_final_results' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:149:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_restricted.h:86:8: note: Function in derived class
ergo-3.5/source/scf/SCF_restricted.h:87:8: style: The function 'save_density_as_prevdens' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:150:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_restricted.h:87:8: note: Function in derived class
ergo-3.5/source/scf/SCF_restricted.h:88:8: style: The function 'update_subspace_diff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:151:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_restricted.h:88:8: note: Function in derived class
ergo-3.5/source/scf/SCF_restricted.h:89:8: style: The function 'disturb_fock_matrix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:152:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_restricted.h:89:8: note: Function in derived class
ergo-3.5/source/scf/SCF_restricted.h:90:8: style: The function 'disturb_dens_matrix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:153:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_restricted.h:90:8: note: Function in derived class
ergo-3.5/source/scf/SCF_restricted.h:91:8: style: The function 'do_spin_flip' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:154:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_restricted.h:91:8: note: Function in derived class
ergo-3.5/source/scf/SCF_restricted.h:92:8: style: The function 'disturb_dens_matrix_exact' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:155:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_restricted.h:92:8: note: Function in derived class
ergo-3.5/source/scf/SCF_restricted.h:93:8: style: The function 'save_full_matrices_for_matlab' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:156:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_restricted.h:93:8: note: Function in derived class
ergo-3.5/source/scf/SCF_restricted.h:94:8: style: The function 'report_density_difference' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:157:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_restricted.h:94:8: note: Function in derived class
ergo-3.5/source/scf/SCF_restricted.h:95:8: style: The function 'create_mtx_files_F' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:158:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_restricted.h:95:8: note: Function in derived class
ergo-3.5/source/scf/SCF_restricted.h:96:8: style: The function 'create_mtx_files_D' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:159:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_restricted.h:96:8: note: Function in derived class
ergo-3.5/source/scf/SCF_restricted.h:99:8: style: The function 'create_eigenvectors_files' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:162:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_restricted.h:99:8: note: Function in derived class
ergo-3.5/source/scf/SCF_restricted.h:103:8: style: The function 'create_gabedit_file' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:163:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_restricted.h:103:8: note: Function in derived class
ergo-3.5/source/scf/SCF_restricted.h:104:8: style: The function 'compute_dipole_moment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:164:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_restricted.h:104:8: note: Function in derived class
ergo-3.5/source/scf/SCF_restricted.h:105:8: style: The function 'do_mulliken_pop_stuff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:165:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_restricted.h:105:8: note: Function in derived class
ergo-3.5/source/scf/SCF_restricted.h:106:8: style: The function 'compute_gradient_fixeddens' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:166:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_restricted.h:106:8: note: Function in derived class
ergo-3.5/source/scf/SCF_statistics.cc:67:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ergo-3.5/source/scf/SCF_statistics.cc:81:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ergo-3.5/source/scf/SCF_statistics.cc:94:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ergo-3.5/source/scf/SCF_statistics.cc:105:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ergo-3.5/source/scf/SCF_statistics.cc:121:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ergo-3.5/source/scf/SCF_statistics.cc:33:12: warning: Member variable 'SCF_timer::elapsedTimeCPU_sys' is not initialized in the constructor. [uninitMemberVar]
ergo-3.5/source/scf/SCF_statistics.cc:33:12: warning: Member variable 'SCF_timer::elapsedTimeCPU_usr' is not initialized in the constructor. [uninitMemberVar]
ergo-3.5/source/scf/SCF_statistics.cc:33:12: warning: Member variable 'SCF_timer::elapsedTimeWall' is not initialized in the constructor. [uninitMemberVar]
ergo-3.5/source/scf/SCF_statistics.h:61:8: performance: Technically the member function 'SCF_statistics::output_value' can be static. [functionStatic]
ergo-3.5/source/scf/SCF_statistics.cc:129:22: note: Technically the member function 'SCF_statistics::output_value' can be static.
ergo-3.5/source/scf/SCF_statistics.h:61:8: note: Technically the member function 'SCF_statistics::output_value' can be static.
ergo-3.5/source/scf/SCF_statistics.cc:72:47: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ergo-3.5/source/scf/SCF_statistics.cc:130:20: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
ergo-3.5/source/scf/SCF_unrestricted.cc:83:11: style: C-style pointer casting [cstyleCast]
ergo-3.5/source/scf/SCF_unrestricted.cc:629:7: style: C-style pointer casting [cstyleCast]
ergo-3.5/source/scf/SCF_unrestricted.cc:705:7: style: C-style pointer casting [cstyleCast]
ergo-3.5/source/scf/SCF_unrestricted.cc:728:4: style: C-style pointer casting [cstyleCast]
ergo-3.5/source/scf/SCF_unrestricted.h:82:8: style: Unused private function: 'SCF_unrestricted::output_density_images_orbital' [unusedPrivateFunction]
ergo-3.5/source/scf/SCF_unrestricted.h:105:8: style: Unused private function: 'SCF_unrestricted::create_gabedit_file_2' [unusedPrivateFunction]
ergo-3.5/source/scf/SCF_unrestricted.h:57:8: style: Technically the member function 'SCF_unrestricted::get_no_of_electrons' can be const. [functionConst]
ergo-3.5/source/scf/SCF_unrestricted.cc:98:24: note: Technically the member function 'SCF_unrestricted::get_no_of_electrons' can be const.
ergo-3.5/source/scf/SCF_unrestricted.h:57:8: note: Technically the member function 'SCF_unrestricted::get_no_of_electrons' can be const.
ergo-3.5/source/scf/SCF_unrestricted.h:82:8: performance: Technically the member function 'SCF_unrestricted::output_density_images_orbital' can be static. [functionStatic]
ergo-3.5/source/scf/SCF_unrestricted.cc:954:24: note: Technically the member function 'SCF_unrestricted::output_density_images_orbital' can be static.
ergo-3.5/source/scf/SCF_unrestricted.h:82:8: note: Technically the member function 'SCF_unrestricted::output_density_images_orbital' can be static.
ergo-3.5/source/scf/SCF_unrestricted.h:105:8: performance: Technically the member function 'SCF_unrestricted::create_gabedit_file_2' can be static. [functionStatic]
ergo-3.5/source/scf/SCF_unrestricted.cc:1684:24: note: Technically the member function 'SCF_unrestricted::create_gabedit_file_2' can be static.
ergo-3.5/source/scf/SCF_unrestricted.h:105:8: note: Technically the member function 'SCF_unrestricted::create_gabedit_file_2' can be static.
ergo-3.5/source/scf/SCF_unrestricted.h:60:8: style: The function 'initialize_matrices' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:124:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_unrestricted.h:60:8: note: Function in derived class
ergo-3.5/source/scf/SCF_unrestricted.h:61:8: style: The function 'check_params' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:125:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_unrestricted.h:61:8: note: Function in derived class
ergo-3.5/source/scf/SCF_unrestricted.h:62:8: style: The function 'get_starting_guess_density' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:126:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_unrestricted.h:62:8: note: Function in derived class
ergo-3.5/source/scf/SCF_unrestricted.h:63:8: style: The function 'initialize_homo_lumo_limits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:127:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_unrestricted.h:63:8: note: Function in derived class
ergo-3.5/source/scf/SCF_unrestricted.h:64:8: style: The function 'write_matrices_to_file' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:128:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_unrestricted.h:64:8: note: Function in derived class
ergo-3.5/source/scf/SCF_unrestricted.h:65:8: style: The function 'get_2e_part_and_energy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:129:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_unrestricted.h:65:8: note: Function in derived class
ergo-3.5/source/scf/SCF_unrestricted.h:66:8: style: The function 'output_sparsity_S_F_D' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:130:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_unrestricted.h:66:8: note: Function in derived class
ergo-3.5/source/scf/SCF_unrestricted.h:67:8: style: The function 'calculate_energy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:131:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_unrestricted.h:67:8: note: Function in derived class
ergo-3.5/source/scf/SCF_unrestricted.h:68:8: style: The function 'get_FDSminusSDF' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:132:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_unrestricted.h:68:8: note: Function in derived class
ergo-3.5/source/scf/SCF_unrestricted.h:69:8: style: The function 'get_error_measure' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:133:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_unrestricted.h:69:8: note: Function in derived class
ergo-3.5/source/scf/SCF_unrestricted.h:70:8: style: The function 'add_to_DIIS_list' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:134:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_unrestricted.h:70:8: note: Function in derived class
ergo-3.5/source/scf/SCF_unrestricted.h:71:8: style: The function 'update_best_fock_so_far' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:135:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_unrestricted.h:71:8: note: Function in derived class
ergo-3.5/source/scf/SCF_unrestricted.h:72:8: style: The function 'combine_old_fock_matrices' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:136:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_unrestricted.h:72:8: note: Function in derived class
ergo-3.5/source/scf/SCF_unrestricted.h:73:8: style: The function 'use_diis_to_get_new_fock_matrix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:137:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_unrestricted.h:73:8: note: Function in derived class
ergo-3.5/source/scf/SCF_unrestricted.h:74:8: style: The function 'clear_diis_list' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:138:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_unrestricted.h:74:8: note: Function in derived class
ergo-3.5/source/scf/SCF_unrestricted.h:75:8: style: The function 'clear_error_matrices' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:139:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_unrestricted.h:75:8: note: Function in derived class
ergo-3.5/source/scf/SCF_unrestricted.h:76:8: style: The function 'save_current_fock_as_fprev' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:140:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_unrestricted.h:76:8: note: Function in derived class
ergo-3.5/source/scf/SCF_unrestricted.h:77:8: style: The function 'get_new_density_matrix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:141:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_unrestricted.h:77:8: note: Function in derived class
ergo-3.5/source/scf/SCF_unrestricted.h:78:8: style: The function 'write_density_to_file' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:142:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_unrestricted.h:78:8: note: Function in derived class
ergo-3.5/source/scf/SCF_unrestricted.h:79:8: style: The function 'save_final_potential' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:143:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_unrestricted.h:79:8: note: Function in derived class
ergo-3.5/source/scf/SCF_unrestricted.h:80:8: style: The function 'add_random_disturbance_to_starting_guess' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:144:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_unrestricted.h:80:8: note: Function in derived class
ergo-3.5/source/scf/SCF_unrestricted.h:81:8: style: The function 'output_density_images' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:145:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_unrestricted.h:81:8: note: Function in derived class
ergo-3.5/source/scf/SCF_unrestricted.h:83:8: style: The function 'prepare_stochastic_orbitals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:146:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_unrestricted.h:83:8: note: Function in derived class
ergo-3.5/source/scf/SCF_unrestricted.h:84:8: style: The function 'output_csr_matrices_for_gao' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:147:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_unrestricted.h:84:8: note: Function in derived class
ergo-3.5/source/scf/SCF_unrestricted.h:85:8: style: The function 'write_diag_dens_to_file' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:148:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_unrestricted.h:85:8: note: Function in derived class
ergo-3.5/source/scf/SCF_unrestricted.h:86:8: style: The function 'report_final_results' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:149:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_unrestricted.h:86:8: note: Function in derived class
ergo-3.5/source/scf/SCF_unrestricted.h:87:8: style: The function 'save_density_as_prevdens' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:150:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_unrestricted.h:87:8: note: Function in derived class
ergo-3.5/source/scf/SCF_unrestricted.h:88:8: style: The function 'update_subspace_diff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:151:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_unrestricted.h:88:8: note: Function in derived class
ergo-3.5/source/scf/SCF_unrestricted.h:89:8: style: The function 'disturb_fock_matrix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:152:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_unrestricted.h:89:8: note: Function in derived class
ergo-3.5/source/scf/SCF_unrestricted.h:90:8: style: The function 'disturb_dens_matrix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:153:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_unrestricted.h:90:8: note: Function in derived class
ergo-3.5/source/scf/SCF_unrestricted.h:91:8: style: The function 'do_spin_flip' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:154:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_unrestricted.h:91:8: note: Function in derived class
ergo-3.5/source/scf/SCF_unrestricted.h:92:8: style: The function 'disturb_dens_matrix_exact' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:155:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_unrestricted.h:92:8: note: Function in derived class
ergo-3.5/source/scf/SCF_unrestricted.h:93:8: style: The function 'save_full_matrices_for_matlab' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:156:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_unrestricted.h:93:8: note: Function in derived class
ergo-3.5/source/scf/SCF_unrestricted.h:94:8: style: The function 'report_density_difference' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:157:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_unrestricted.h:94:8: note: Function in derived class
ergo-3.5/source/scf/SCF_unrestricted.h:95:8: style: The function 'create_mtx_files_F' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:158:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_unrestricted.h:95:8: note: Function in derived class
ergo-3.5/source/scf/SCF_unrestricted.h:96:8: style: The function 'create_mtx_files_D' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:159:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_unrestricted.h:96:8: note: Function in derived class
ergo-3.5/source/scf/SCF_unrestricted.h:99:8: style: The function 'create_eigenvectors_files' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:162:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_unrestricted.h:99:8: note: Function in derived class
ergo-3.5/source/scf/SCF_unrestricted.h:104:8: style: The function 'create_gabedit_file' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:163:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_unrestricted.h:104:8: note: Function in derived class
ergo-3.5/source/scf/SCF_unrestricted.h:106:8: style: The function 'compute_dipole_moment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:164:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_unrestricted.h:106:8: note: Function in derived class
ergo-3.5/source/scf/SCF_unrestricted.h:107:8: style: The function 'do_mulliken_pop_stuff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:165:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_unrestricted.h:107:8: note: Function in derived class
ergo-3.5/source/scf/SCF_unrestricted.h:108:8: style: The function 'compute_gradient_fixeddens' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ergo-3.5/source/scf/SCF_general.h:166:16: note: Virtual function in base class
ergo-3.5/source/scf/SCF_unrestricted.h:108:8: note: Function in derived class
ergo-3.5/source/scf/diis_general.cc:38:14: warning: Member variable 'DIISManager::MatrixDimension' is not initialized in the constructor. [uninitMemberVar]
ergo-3.5/source/scf/diis_general.h:41:7: style: Technically the member function 'DIISManager::GetNoOfIters' can be const. [functionConst]
ergo-3.5/source/scf/diis_general.cc:64:18: note: Technically the member function 'DIISManager::GetNoOfIters' can be const.
ergo-3.5/source/scf/diis_general.h:41:7: note: Technically the member function 'DIISManager::GetNoOfIters' can be const.
ergo-3.5/source/scf/diis_general.h:48:13: performance: Technically the member function 'DIISManager::DoScalarProductOfErrorMatrices' can be static. [functionStatic]
ergo-3.5/source/scf/diis_general.cc:106:24: note: Technically the member function 'DIISManager::DoScalarProductOfErrorMatrices' can be static.
ergo-3.5/source/scf/diis_general.h:48:13: note: Technically the member function 'DIISManager::DoScalarProductOfErrorMatrices' can be static.
ergo-3.5/source/scf/scf.cc:63:22: style: The scope of the variable 'matOptionsInvalidInput' can be reduced. [variableScope]
ergo-3.5/source/scf/scf_utils.cc:2484:3: style: Variable 'rho1' is reassigned a value before the old one has been used. [redundantAssignment]
ergo-3.5/source/scf/scf_utils.cc:2478:0: note: Variable 'rho1' is reassigned a value before the old one has been used.
ergo-3.5/source/scf/scf_utils.cc:2484:3: note: Variable 'rho1' is reassigned a value before the old one has been used.
ergo-3.5/source/scf/scf_utils.cc:2593:3: style: Variable 'rho1' is reassigned a value before the old one has been used. [redundantAssignment]
ergo-3.5/source/scf/scf_utils.cc:2585:0: note: Variable 'rho1' is reassigned a value before the old one has been used.
ergo-3.5/source/scf/scf_utils.cc:2593:3: note: Variable 'rho1' is reassigned a value before the old one has been used.
ergo-3.5/source/scf/scf_utils.cc:2594:3: style: Variable 'rho2' is reassigned a value before the old one has been used. [redundantAssignment]
ergo-3.5/source/scf/scf_utils.cc:2586:0: note: Variable 'rho2' is reassigned a value before the old one has been used.
ergo-3.5/source/scf/scf_utils.cc:2594:3: note: Variable 'rho2' is reassigned a value before the old one has been used.
ergo-3.5/source/scf/scf_utils.cc:781:35: style: Function 'save_symmetric_matrix' argument 3 names different: declaration 'name' definition 'fileName'. [funcArgNamesDifferent]
ergo-3.5/source/scf/scf_utils.h:85:39: note: Function 'save_symmetric_matrix' argument 3 names different: declaration 'name' definition 'fileName'.
ergo-3.5/source/scf/scf_utils.cc:781:35: note: Function 'save_symmetric_matrix' argument 3 names different: declaration 'name' definition 'fileName'.
ergo-3.5/source/scf/scf_utils.cc:2846:15: style: Array index 'k' is used before limits check. [arrayIndexThenCheck]
ergo-3.5/source/scf/scf_utils.cc:125:5: performance: Variable 'J_K_params' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ergo-3.5/source/scf/scf_utils.cc:198:5: performance: Variable 'J_K_params' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ergo-3.5/source/slr.cc:808:10: style: The scope of the variable 'j' can be reduced. [variableScope]
ergo-3.5/source/slr.cc:386:24: style: Function 'LRSolver' argument 1 names different: declaration 'nbast' definition 'aNbast'. [funcArgNamesDifferent]
ergo-3.5/source/slr.h:241:16: note: Function 'LRSolver' argument 1 names different: declaration 'nbast' definition 'aNbast'.
ergo-3.5/source/slr.cc:386:24: note: Function 'LRSolver' argument 1 names different: declaration 'nbast' definition 'aNbast'.
ergo-3.5/source/slr.cc:386:36: style: Function 'LRSolver' argument 2 names different: declaration 'nocc' definition 'aNocc'. [funcArgNamesDifferent]
ergo-3.5/source/slr.h:241:27: note: Function 'LRSolver' argument 2 names different: declaration 'nocc' definition 'aNocc'.
ergo-3.5/source/slr.cc:386:36: note: Function 'LRSolver' argument 2 names different: declaration 'nocc' definition 'aNocc'.
ergo-3.5/source/slr.cc:638:43: style: Function 'addToSpace' argument 1 names different: declaration 'vecs' definition 'v'. [funcArgNamesDifferent]
ergo-3.5/source/slr.h:309:48: note: Function 'addToSpace' argument 1 names different: declaration 'vecs' definition 'v'.
ergo-3.5/source/slr.cc:638:43: note: Function 'addToSpace' argument 1 names different: declaration 'vecs' definition 'v'.
ergo-3.5/source/slr.cc:750:30: style: Function 'solve' argument 1 names different: declaration 'e' definition 'e2'. [funcArgNamesDifferent]
ergo-3.5/source/slr.h:271:27: note: Function 'solve' argument 1 names different: declaration 'e' definition 'e2'.
ergo-3.5/source/slr.cc:750:30: note: Function 'solve' argument 1 names different: declaration 'e' definition 'e2'.
ergo-3.5/source/slr.cc:923:53: style: Function 'getInitialGuess' argument 1 names different: declaration 'vecs' definition 'guess'. [funcArgNamesDifferent]
ergo-3.5/source/slr.h:343:52: note: Function 'getInitialGuess' argument 1 names different: declaration 'vecs' definition 'guess'.
ergo-3.5/source/slr.cc:923:53: note: Function 'getInitialGuess' argument 1 names different: declaration 'vecs' definition 'guess'.
ergo-3.5/source/slr.cc:1005:38: style: Function 'setRHS' argument 1 names different: declaration 'op' definition 'oper'. [funcArgNamesDifferent]
ergo-3.5/source/slr.h:340:30: note: Function 'setRHS' argument 1 names different: declaration 'op' definition 'oper'.
ergo-3.5/source/slr.cc:1005:38: note: Function 'setRHS' argument 1 names different: declaration 'op' definition 'oper'.
ergo-3.5/source/slr.cc:1189:51: style: Function 'getInitialGuess' argument 1 names different: declaration 'vecs' definition 'v'. [funcArgNamesDifferent]
ergo-3.5/source/slr.h:382:52: note: Function 'getInitialGuess' argument 1 names different: declaration 'vecs' definition 'v'.
ergo-3.5/source/slr.cc:1189:51: note: Function 'getInitialGuess' argument 1 names different: declaration 'vecs' definition 'v'.
ergo-3.5/source/slr.cc:386:11: warning: Member variable 'LRSolver::subspaceSize' is not initialized in the constructor. [uninitMemberVar]
ergo-3.5/source/slr.cc:391:5: style: Class 'LRSolver' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ergo-3.5/source/slr.cc:391:5: style: Class 'LRSolver' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ergo-3.5/source/standalone/standalone_density_file_conversion_program.c:107:26: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
ergo-3.5/source/standalone/standalone_density_file_conversion_program.c:210:21: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
ergo-3.5/source/standalone/standalone_density_file_conversion_program.c:214:25: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
ergo-3.5/source/standalone/standalone_density_file_conversion_program.c:210:3: style: Variable 'matrixPtr_1_old' is reassigned a value before the old one has been used. [redundantAssignment]
ergo-3.5/source/standalone/standalone_density_file_conversion_program.c:208:0: note: Variable 'matrixPtr_1_old' is reassigned a value before the old one has been used.
ergo-3.5/source/standalone/standalone_density_file_conversion_program.c:210:3: note: Variable 'matrixPtr_1_old' is reassigned a value before the old one has been used.
ergo-3.5/source/standalone/standalone_density_file_conversion_program.c:146:0: error: Resource leak: f_in [resourceLeak]
ergo-3.5/source/standalone/standalone_density_file_conversion_program_2.c:176:7: error: Resource leak: f_out [resourceLeak]
ergo-3.5/source/standalone/standalone_density_file_conversion_program_2.c:183:7: error: Resource leak: f_out [resourceLeak]
ergo-3.5/source/standalone/standalone_density_file_conversion_program_2.c:105:0: error: Resource leak: f_in [resourceLeak]
ergo-3.5/source/tddft/tddft.cc:149:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ergo-3.5/source/tddft/tddft.cc:149:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ergo-3.5/source/tddft/tddft.cc:177:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ergo-3.5/source/tddft/tddft.cc:177:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ergo-3.5/source/tddft/tddft.cc:177:7: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ergo-3.5/source/tddft/tddft.cc:177:7: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ergo-3.5/source/tddft/tddft.cc:242:28: style: Function 'saveXC' argument 1 names different: declaration 'm' definition 'molecule'. [funcArgNamesDifferent]
ergo-3.5/source/tddft/tddft.h:58:28: note: Function 'saveXC' argument 1 names different: declaration 'm' definition 'molecule'.
ergo-3.5/source/tddft/tddft.cc:242:28: note: Function 'saveXC' argument 1 names different: declaration 'm' definition 'molecule'.
ergo-3.5/source/tddft/tddft.cc:243:29: style: Function 'saveXC' argument 3 names different: declaration 'densityMatrix_full' definition 'dMat'. [funcArgNamesDifferent]
ergo-3.5/source/tddft/tddft.h:59:29: note: Function 'saveXC' argument 3 names different: declaration 'densityMatrix_full' definition 'dMat'.
ergo-3.5/source/tddft/tddft.cc:243:29: note: Function 'saveXC' argument 3 names different: declaration 'densityMatrix_full' definition 'dMat'.
ergo-3.5/source/test/jmat_extrapolate_test.cc:72:3: performance: Variable 'J_K_params' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ergo-3.5/source/test/kmat_nosymm_test.cc:178:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
ergo-3.5/source/test/kmat_nosymm_test.cc:180:3: note: Found duplicate branches for 'if' and 'else'.
ergo-3.5/source/test/kmat_nosymm_test.cc:178:3: note: Found duplicate branches for 'if' and 'else'.
ergo-3.5/source/test/kmat_symm_test.cc:173:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
ergo-3.5/source/test/kmat_symm_test.cc:175:3: note: Found duplicate branches for 'if' and 'else'.
ergo-3.5/source/test/kmat_symm_test.cc:173:3: note: Found duplicate branches for 'if' and 'else'.
ergo-3.5/source/test/kmat_test.cc:185:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
ergo-3.5/source/test/kmat_test.cc:187:3: note: Found duplicate branches for 'if' and 'else'.
ergo-3.5/source/test/kmat_test.cc:185:3: note: Found duplicate branches for 'if' and 'else'.
ergo-3.5/source/test/matmem_test.cc:273:2: style: Variable 'AcopyList' is assigned a value that is never used. [unreadVariable]
ergo-3.5/source/test/naive_response_test.cc:412:5: style: Variable 'atomList' is assigned a value that is never used. [unreadVariable]
ergo-3.5/source/test/xcmat_sparse_test.cc:273:10: style: Condition '!failed' is always true [knownConditionTrueFalse]
ergo-3.5/source/test/xcmat_sparse_test.cc:239:17: note: Assignment 'failed=false', assigned value is 0
ergo-3.5/source/test/xcmat_sparse_test.cc:273:10: note: Condition '!failed' is always true
ergo-3.5/source/test/xcmat_sparse_test.cc:300:10: style: Condition '!failed' is always true [knownConditionTrueFalse]
ergo-3.5/source/test/xcmat_sparse_test.cc:279:17: note: Assignment 'failed=false', assigned value is 0
ergo-3.5/source/test/xcmat_sparse_test.cc:300:10: note: Condition '!failed' is always true
ergo-3.5/source/utilities/density_description_file.cc:701:22: style: Checking if unsigned variable 'sizeInBytes' is less than zero. [unsignedLessThanZero]
ergo-3.5/source/utilities/density_description_file.cc:1120:30: style: Function 'ddf_load_density' argument 5 names different: declaration 'densityMatrixList' definition 'densityMatrix'. [funcArgNamesDifferent]
ergo-3.5/source/utilities/density_description_file.h:67:20: note: Function 'ddf_load_density' argument 5 names different: declaration 'densityMatrixList' definition 'densityMatrix'.
ergo-3.5/source/utilities/density_description_file.cc:1120:30: note: Function 'ddf_load_density' argument 5 names different: declaration 'densityMatrixList' definition 'densityMatrix'.
ergo-3.5/source/utilities/density_description_file.cc:567:0: error: Resource leak: f [resourceLeak]
ergo-3.5/source/utilities/density_description_file.cc:825:0: error: Resource leak: f [resourceLeak]
ergo-3.5/source/utilities/density_description_file.cc:926:0: error: Resource leak: f [resourceLeak]
ergo-3.5/source/utilities/density_description_file.cc:1025:0: error: Resource leak: f [resourceLeak]
ergo-3.5/source/utilities/matrix_utilities.h:508:29: style: Obsolete function 'asctime' called. It is recommended to use 'strftime' instead. [asctimeCalled]
ergo-3.5/source/utilities/matrix_utilities.h:99:8: style: Technically the member function 'matrix_utilities_CompareClass::operator()' can be const. [functionConst]
ergo-3.5/source/utilities/matrix_utilities.h:144:20: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ergo-3.5/source/utilities/matrix_utilities.h:346:18: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
ergo-3.5/source/utilities/matrix_utilities.h:479:21: performance: Function parameter 'filename' should be passed by const reference. [passedByValue]
ergo-3.5/source/utilities/matrix_utilities.h:480:21: performance: Function parameter 'identifier' should be passed by const reference. [passedByValue]
ergo-3.5/source/utilities/matrix_utilities.h:481:21: performance: Function parameter 'method_and_basis' should be passed by const reference. [passedByValue]
ergo-3.5/source/utilities/densitymanager.cc:85:10: style: The scope of the variable 'n' can be reduced. [variableScope]
ergo-3.5/source/utilities/densitymanager.cc:132:24: performance: Function parameter 'monomialIntsAdd' should be passed by const reference. [passedByValue]
ergo-3.5/source/utilities/matrix_utilities.cc:210:14: style: Function 'getMatrixPermutationOnlyFactor2' argument 5 names different: declaration 'first_factor' definition 'first_factor_in'. [funcArgNamesDifferent]
ergo-3.5/source/utilities/matrix_utilities.h:66:14: note: Function 'getMatrixPermutationOnlyFactor2' argument 5 names different: declaration 'first_factor' definition 'first_factor_in'.
ergo-3.5/source/utilities/matrix_utilities.cc:210:14: note: Function 'getMatrixPermutationOnlyFactor2' argument 5 names different: declaration 'first_factor' definition 'first_factor_in'.
ergo-3.5/source/utilities/matrix_utilities.cc:67:8: style: Technically the member function 'CompareClass::operator()' can be const. [functionConst]
ergo-3.5/source/utilities/matrix_utilities.cc:72:6: style: Unhandled exception specification when calling function sortCoord(). [unhandledExceptionSpecification]
ergo-3.5/source/utilities/matrix_utilities.cc:111:5: note: Unhandled exception specification when calling function sortCoord().
ergo-3.5/source/utilities/matrix_utilities.cc:72:6: note: Unhandled exception specification when calling function sortCoord().
ergo-3.5/source/utilities/matrix_utilities_gao.cc:141:0: error: Resource leak: f_bin [resourceLeak]
ergo-3.5/source/utilities/matrix_utilities_gao.cc:145:0: error: Resource leak: f_txt [resourceLeak]
ergo-3.5/source/utilities/simple_lanczos.h:155:0: error: Memory leak: T [memleak]
ergo-3.5/source/utilities_basic/barrier.c:57:38: style: Function 'ergo_barrier_destroy' argument 1 names different: declaration '__barrier' definition 'barrier'. [funcArgNamesDifferent]
ergo-3.5/source/utilities_basic/barrier.h:59:52: note: Function 'ergo_barrier_destroy' argument 1 names different: declaration '__barrier' definition 'barrier'.
ergo-3.5/source/utilities_basic/barrier.c:57:38: note: Function 'ergo_barrier_destroy' argument 1 names different: declaration '__barrier' definition 'barrier'.
ergo-3.5/source/utilities_basic/barrier.c:67:35: style: Function 'ergo_barrier_wait' argument 1 names different: declaration '__barrier' definition 'barrier'. [funcArgNamesDifferent]
ergo-3.5/source/utilities_basic/barrier.h:60:49: note: Function 'ergo_barrier_wait' argument 1 names different: declaration '__barrier' definition 'barrier'.
ergo-3.5/source/utilities_basic/barrier.c:67:35: note: Function 'ergo_barrier_wait' argument 1 names different: declaration '__barrier' definition 'barrier'.
ergo-3.5/source/utilities_basic/csr_matrix.cc:96:0: error: Memory leak: list [memleak]
ergo-3.5/source/utilities_basic/memorymanag.cc:41:20: style: Function 'ergo_malloc' argument 1 names different: declaration 'size' definition 'noOfBytes'. [funcArgNamesDifferent]
ergo-3.5/source/utilities_basic/memorymanag.h:31:26: note: Function 'ergo_malloc' argument 1 names different: declaration 'size' definition 'noOfBytes'.
ergo-3.5/source/utilities_basic/memorymanag.cc:41:20: note: Function 'ergo_malloc' argument 1 names different: declaration 'size' definition 'noOfBytes'.
ergo-3.5/source/utilities_basic/molecule.cc:166:13: style: The scope of the variable 'ii' can be reduced. [variableScope]
ergo-3.5/source/utilities_basic/molecule.cc:166:17: style: The scope of the variable 'lineLen' can be reduced. [variableScope]
ergo-3.5/source/utilities_basic/molecule.cc:168:25: style: The scope of the variable 'atomCharge' can be reduced. [variableScope]
ergo-3.5/source/utilities_basic/molecule.cc:401:53: style: Function 'setFromMoleculeFile' argument 3 names different: declaration 'basissetFile' definition 'basisfilename'. [funcArgNamesDifferent]
ergo-3.5/source/utilities_basic/molecule.h:124:34: note: Function 'setFromMoleculeFile' argument 3 names different: declaration 'basissetFile' definition 'basisfilename'.
ergo-3.5/source/utilities_basic/molecule.cc:401:53: note: Function 'setFromMoleculeFile' argument 3 names different: declaration 'basissetFile' definition 'basisfilename'.
ergo-3.5/source/utilities_basic/molecule.h:52:3: warning: Member variable 'Vector3D::v' is not initialized in the constructor. [uninitMemberVar]
ergo-3.5/source/utilities_basic/utilities.h:99:12: style: Technically the member function 'Util::TimeMeter::get_elapsed_wall_seconds' can be const. [functionConst]
ergo-3.5/source/utilities_basic/utilities.h:103:10: style: Technically the member function 'Util::TimeMeter::print' can be const. [functionConst]
ergo-3.5/source/utilities_basic/molecule.h:101:44: performance: Function parameter 'atomList' should be passed by const reference. [passedByValue]
ergo-3.5/source/utilities_basic/output.cc:86:70: style: Function 'do_voutput' argument 4 names different: declaration 'v' definition 'a'. [funcArgNamesDifferent]
ergo-3.5/source/utilities_basic/output.h:62:74: note: Function 'do_voutput' argument 4 names different: declaration 'v' definition 'a'.
ergo-3.5/source/utilities_basic/output.cc:86:70: note: Function 'do_voutput' argument 4 names different: declaration 'v' definition 'a'.
ergo-3.5/source/utilities_basic/utilities.cc:156:20: style: Checking if unsigned variable 'noOfBytesRead' is less than zero. [unsignedLessThanZero]
ergo-3.5/source/utilities_basic/utilities.cc:250:20: style: Checking if unsigned variable 'noOfBytesRead' is less than zero. [unsignedLessThanZero]
ergo-3.5/source/utilities_basic/xyz_file_parser.cc:58:5: error: Resource leak: f [resourceLeak]
[18:59]

ftp://ftp.se.debian.org/debian/pool/main/e/eric/eric_5.4.5.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/eris/eris_1.3.23.orig.tar.xz
eris-1.3.23/Eris/Account.cpp:38:5: style: Class 'AccountRouter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eris-1.3.23/Eris/CustomEntities.h:21:5: style: Class 'SysData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eris-1.3.23/Eris/CustomEntities.cpp:36:25: style: C-style pointer casting [cstyleCast]
eris-1.3.23/Eris/Lobby.cpp:34:5: style: Class 'OOGRouter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eris-1.3.23/Eris/Exceptions.h:22:2: style: Class 'BaseException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eris-1.3.23/Eris/Exceptions.h:31:2: style: Class 'InvalidOperation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eris-1.3.23/Eris/Exceptions.h:51:2: style: Class 'NetworkFailure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eris-1.3.23/Eris/EntityRouter.h:12:5: style: Class 'EntityRouter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eris-1.3.23/Eris/View.h:36:5: style: Class 'View' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eris-1.3.23/Eris/Connection.h:81:64: performance: Function parameter 'toId' should be passed by const reference. [passedByValue]
eris-1.3.23/Eris/Connection.h:82:66: performance: Function parameter 'toId' should be passed by const reference. [passedByValue]
eris-1.3.23/Eris/Connection.h:84:66: performance: Function parameter 'fromId' should be passed by const reference. [passedByValue]
eris-1.3.23/Eris/Connection.h:85:68: performance: Function parameter 'fromId' should be passed by const reference. [passedByValue]
eris-1.3.23/test/Account_integrationtest.cpp:64:5: style: Class 'TestAccount' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eris-1.3.23/test/Account_unittest.cpp:39:9: style: Exception should be caught by reference. [catchExceptionByValue]
eris-1.3.23/test/Avatar_unittest.cpp:58:5: style: Class 'TestAccount' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eris-1.3.23/test/BaseConnection_unittest.cpp:50:5: style: Class 'TestBaseConnection' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eris-1.3.23/test/Calendar_unittest.cpp:60:5: style: Class 'TestCalendar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eris-1.3.23/test/IGRouter_unittest.cpp:59:5: style: Class 'TestIGRouter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eris-1.3.23/test/ElementExerciser.h:83:0: style: Unused private function: 'ElementExerciser < Atlas :: Objects :: Entity :: RootEntity >::fillCorrectParam' [unusedPrivateFunction]
eris-1.3.23/test/ElementExerciser.h:54:0: performance: Technically the member function 'ElementExerciser < Atlas :: Objects :: Entity :: RootEntity >::fillParam' can be static. [functionStatic]
eris-1.3.23/test/TerrainMod_unittest.cpp:115:22: style: Unused variable: modTypes [unusedVariable]
eris-1.3.23/test/TerrainMod_unittest.cpp:64:5: style: Class 'TestAccount' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eris-1.3.23/test/Timeout_unittest.cpp:37:5: style: Class 'TestTimeout' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eris-1.3.23/test/TypeInfo_unittest.cpp:69:5: style: Class 'TestAccount' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eris-1.3.23/test/TypeInfo_unittest.cpp:114:5: style: Class 'TestTypeService' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eris-1.3.23/test/agent.cpp:102:21: warning: Logical conjunction always evaluates to false: !(nowVis) && wasVisible. [incorrectLogicOperator]
eris-1.3.23/test/agent.cpp:102:21: style: Opposite expression on both sides of '&&'. [oppositeExpression]
eris-1.3.23/test/agent.cpp:102:21: note: Opposite expression on both sides of '&&'.
eris-1.3.23/test/agent.cpp:102:21: note: Opposite expression on both sides of '&&'.
eris-1.3.23/test/agent.cpp:194:42: style: Function 'isVisible' argument 1 names different: declaration 'eid' definition 'lookTarget'. [funcArgNamesDifferent]
eris-1.3.23/test/agent.h:31:39: note: Function 'isVisible' argument 1 names different: declaration 'eid' definition 'lookTarget'.
eris-1.3.23/test/agent.cpp:194:42: note: Function 'isVisible' argument 1 names different: declaration 'eid' definition 'lookTarget'.
eris-1.3.23/test/stubServer.h:27:5: style: Class 'StubServer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eris-1.3.23/test/objectSummary.h:13:5: style: Class 'objectSummary' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eris-1.3.23/test/testUtils.h:16:5: style: Class 'TestFailure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eris-1.3.23/test/testUtils.h:41:5: style: Class 'TestInjector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eris-1.3.23/test/setupHelpers.h:20:5: style: Class 'AvatarGetter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eris-1.3.23/test/controller.h:16:5: style: Class 'Controller' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eris-1.3.23/test/clientConnection.cpp:467:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
eris-1.3.23/test/clientConnection.cpp:530:9: performance: Possible inefficient checking for 'parents' emptiness. [stlSize]
eris-1.3.23/test/commander.cpp:31:12: warning: Member variable 'Commander::m_codec' is not initialized in the constructor. [uninitMemberVar]
eris-1.3.23/test/commander.cpp:31:12: warning: Member variable 'Commander::m_encoder' is not initialized in the constructor. [uninitMemberVar]
eris-1.3.23/test/metaQuery.cpp:75:15: style: Condition 'exactTime==false' is always true [knownConditionTrueFalse]
eris-1.3.23/test/metaQuery.cpp:58:15: note: Assuming that condition 'exactTime==false' is not redundant
eris-1.3.23/test/metaQuery.cpp:75:15: note: Condition 'exactTime==false' is always true
eris-1.3.23/test/stubServer.cpp:261:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
eris-1.3.23/test/stubServer.cpp:268:27: style: Function 'run' argument 1 names different: declaration 'childPid' definition 'child'. [funcArgNamesDifferent]
eris-1.3.23/test/stubServer.h:30:19: note: Function 'run' argument 1 names different: declaration 'childPid' definition 'child'.
eris-1.3.23/test/stubServer.cpp:268:27: note: Function 'run' argument 1 names different: declaration 'childPid' definition 'child'.
eris-1.3.23/test/stubServer.h:58:10: performance: Technically the member function 'StubServer::initCalendarOn' can be static. [functionStatic]
eris-1.3.23/test/stubServer.cpp:424:18: note: Technically the member function 'StubServer::initCalendarOn' can be static.
eris-1.3.23/test/stubServer.h:58:10: note: Technically the member function 'StubServer::initCalendarOn' can be static.
eris-1.3.23/test/tests.cpp:77:1: style: The class 'AttributeTracker' does not have a constructor although it has private member variables. [noConstructor]
eris-1.3.23/test/signalHelpers.h:53:0: warning: Member variable 'SignalRecorder1 < Eris :: Entity * >::m_lastArg0' is not initialized in the constructor. [uninitMemberVar]
eris-1.3.23/test/signalHelpers.h:53:0: warning: Member variable 'SignalRecorder1 < bool >::m_lastArg0' is not initialized in the constructor. [uninitMemberVar]
eris-1.3.23/test/tests.cpp:208:10: style: Technically the member function 'WaitForSay::run' can be const. [functionConst]
eris-1.3.23/test/tests.cpp:466:5: style: Class 'EntityDeleteWatcher' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eris-1.3.23/test/viewTest.cpp:172:16: warning: Assert statement calls a function which may have desired side effects: 'getAppearCount'. [assertWithSideEffect]
eris-1.3.23/test/viewTest.cpp:173:16: warning: Assert statement calls a function which may have desired side effects: 'getDisappearCount'. [assertWithSideEffect]
eris-1.3.23/test/signalHelpers.h:53:0: warning: Member variable 'SignalRecorder1 < Eris :: Task * >::m_lastArg0' is not initialized in the constructor. [uninitMemberVar]
eris-1.3.23/test/viewTest.h:40:10: style: Technically the member function 'WaitForDisappearance::run' can be const. [functionConst]
eris-1.3.23/test/viewTest.cpp:144:28: note: Technically the member function 'WaitForDisappearance::run' can be const.
eris-1.3.23/test/viewTest.h:40:10: note: Technically the member function 'WaitForDisappearance::run' can be const.
eris-1.3.23/test/viewTest.cpp:72:10: style: Technically the member function 'CharacterGetter::run' can be const. [functionConst]
eris-1.3.23/test/viewTest.cpp:33:5: style: Class 'ViewObserver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eris-1.3.23/test/viewTest.cpp:66:5: style: Class 'CharacterGetter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
[18:59]

ftp://ftp.se.debian.org/debian/pool/main/e/erlang/erlang_21.0.4+dfsg.orig.tar.xz
otp-OTP-21.0.4/erts/emulator/beam/sys.h:301:0: error: #error Cannot handle this combination of int/long/void*/size_t sizes [preprocessorErrorDirective]
otp-OTP-21.0.4/erts/emulator/beam/erl_drv_nif.h:120:0: error: #error No 64-bit integer type [preprocessorErrorDirective]
otp-OTP-21.0.4/erts/emulator/drivers/common/gzio.c:155:32: style: Variable 'crc' is assigned a value that is never used. [unreadVariable]
otp-OTP-21.0.4/erts/emulator/drivers/common/gzio.c:160:34: style: Variable 'szIn' is assigned a value that is never used. [unreadVariable]
otp-OTP-21.0.4/erts/emulator/drivers/common/inet_drv.c:3865:9: style: Condition '!sock_init()' is always false [knownConditionTrueFalse]
otp-OTP-21.0.4/erts/emulator/drivers/common/inet_drv.c:12460:8: style: Condition '!sock_init()' is always false [knownConditionTrueFalse]
otp-OTP-21.0.4/erts/emulator/drivers/common/inet_drv.c:1906:17: warning: Possible null pointer dereference: buf [nullPointer]
otp-OTP-21.0.4/erts/emulator/drivers/common/inet_drv.c:4326:47: note: Calling function 'ctl_reply', 2nd argument 'buf' value is 0
otp-OTP-21.0.4/erts/emulator/drivers/common/inet_drv.c:1906:17: note: Null pointer dereference
otp-OTP-21.0.4/erts/emulator/drivers/common/inet_drv.c:9358:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
otp-OTP-21.0.4/erts/emulator/drivers/common/inet_drv.c:9391:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
otp-OTP-21.0.4/erts/emulator/drivers/common/inet_drv.c:1557:9: style: The scope of the variable 'n' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/drivers/common/inet_drv.c:3422:9: style: The scope of the variable 'i' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/drivers/common/inet_drv.c:3680:9: style: The scope of the variable 'code' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/drivers/common/inet_drv.c:4020:11: style: The scope of the variable 'port' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/drivers/common/inet_drv.c:4200:11: style: The scope of the variable 'port' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/drivers/common/inet_drv.c:4263:11: style: The scope of the variable 'port' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/drivers/common/inet_drv.c:6003:9: style: The scope of the variable 'proto' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/drivers/common/inet_drv.c:6004:9: style: The scope of the variable 'opt' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/drivers/common/inet_drv.c:6010:11: style: The scope of the variable 'arg_ptr' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/drivers/common/inet_drv.c:6011:9: style: The scope of the variable 'arg_sz' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/drivers/common/inet_drv.c:6017:9: style: The scope of the variable 'propagate' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/drivers/common/inet_drv.c:7069:9: style: The scope of the variable 'proto' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/drivers/common/inet_drv.c:7070:9: style: The scope of the variable 'opt' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/drivers/common/inet_drv.c:7073:11: style: The scope of the variable 'arg_ptr' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/drivers/common/inet_drv.c:8280:9: style: The scope of the variable 'op' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/drivers/common/inet_drv.c:8367:9: style: The scope of the variable 'op' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/drivers/common/inet_drv.c:10741:13: style: The scope of the variable 'n' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/drivers/common/inet_drv.c:10843:9: style: The scope of the variable 'n' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/drivers/common/inet_drv.c:9494:17: style: Checking if unsigned variable 'time_left' is less than zero. [unsignedLessThanZero]
otp-OTP-21.0.4/erts/emulator/drivers/common/inet_drv.c:9178:57: style: Function 'tcp_inet_start' argument 2 names different: declaration 'command' definition 'args'. [funcArgNamesDifferent]
otp-OTP-21.0.4/erts/emulator/drivers/common/inet_drv.c:1104:52: note: Function 'tcp_inet_start' argument 2 names different: declaration 'command' definition 'args'.
otp-OTP-21.0.4/erts/emulator/drivers/common/inet_drv.c:9178:57: note: Function 'tcp_inet_start' argument 2 names different: declaration 'command' definition 'args'.
otp-OTP-21.0.4/erts/emulator/drivers/common/inet_drv.c:9849:39: style: Function 'tcp_inet_flush' argument 1 names different: declaration 'drv_data' definition 'e'. [funcArgNamesDifferent]
otp-OTP-21.0.4/erts/emulator/drivers/common/inet_drv.c:1101:39: note: Function 'tcp_inet_flush' argument 1 names different: declaration 'drv_data' definition 'e'.
otp-OTP-21.0.4/erts/emulator/drivers/common/inet_drv.c:9849:39: note: Function 'tcp_inet_flush' argument 1 names different: declaration 'drv_data' definition 'e'.
otp-OTP-21.0.4/erts/emulator/drivers/common/inet_drv.c:11469:57: style: Function 'udp_inet_start' argument 2 names different: declaration 'command' definition 'args'. [funcArgNamesDifferent]
otp-OTP-21.0.4/erts/emulator/drivers/common/inet_drv.c:1156:52: note: Function 'udp_inet_start' argument 2 names different: declaration 'command' definition 'args'.
otp-OTP-21.0.4/erts/emulator/drivers/common/inet_drv.c:11469:57: note: Function 'udp_inet_start' argument 2 names different: declaration 'command' definition 'args'.
otp-OTP-21.0.4/erts/emulator/drivers/common/inet_drv.c:12015:46: style: Function 'packet_inet_drv_input' argument 1 names different: declaration 'data' definition 'e'. [funcArgNamesDifferent]
otp-OTP-21.0.4/erts/emulator/drivers/common/inet_drv.c:1155:52: note: Function 'packet_inet_drv_input' argument 1 names different: declaration 'data' definition 'e'.
otp-OTP-21.0.4/erts/emulator/drivers/common/inet_drv.c:12015:46: note: Function 'packet_inet_drv_input' argument 1 names different: declaration 'data' definition 'e'.
otp-OTP-21.0.4/erts/emulator/drivers/common/inet_drv.c:4568:10: style: struct member 'addr_if::name' is never used. [unusedStructMember]
otp-OTP-21.0.4/erts/emulator/drivers/common/inet_drv.c:4569:20: style: struct member 'addr_if::flags' is never used. [unusedStructMember]
otp-OTP-21.0.4/erts/emulator/drivers/common/ram_file_drv.c:426:21: style: The scope of the variable 'c3' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/drivers/unix/bin_drv.c:90:19: style: The scope of the variable 'rval' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/drivers/unix/bin_drv.c:196:9: style: The scope of the variable 'i' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/drivers/unix/bin_drv.c:213:9: style: The scope of the variable 'i' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/drivers/win32/ttsl_drv.c:280:11: style: The scope of the variable 'source' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/drivers/win32/ttsl_drv.c:406:9: style: The scope of the variable 'ch' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/drivers/win32/ttsl_drv.c:680:9: style: The scope of the variable 'ch' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/drivers/win32/win_con.c:779:5: style: Variable 'hdc' is reassigned a value before the old one has been used. [redundantAssignment]
otp-OTP-21.0.4/erts/emulator/drivers/win32/win_con.c:777:5: note: Variable 'hdc' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/erts/emulator/drivers/win32/win_con.c:779:5: note: Variable 'hdc' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/erts/emulator/drivers/win32/win_con.c:1334:5: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
otp-OTP-21.0.4/erts/emulator/drivers/win32/win_con.c:1332:5: note: Variable 'res' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/erts/emulator/drivers/win32/win_con.c:1334:5: note: Variable 'res' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/erts/emulator/drivers/win32/win_con.c:1336:5: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
otp-OTP-21.0.4/erts/emulator/drivers/win32/win_con.c:1334:5: note: Variable 'res' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/erts/emulator/drivers/win32/win_con.c:1336:5: note: Variable 'res' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/erts/emulator/drivers/win32/win_con.c:1338:5: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
otp-OTP-21.0.4/erts/emulator/drivers/win32/win_con.c:1336:5: note: Variable 'res' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/erts/emulator/drivers/win32/win_con.c:1338:5: note: Variable 'res' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/erts/emulator/drivers/win32/win_con.c:1340:5: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
otp-OTP-21.0.4/erts/emulator/drivers/win32/win_con.c:1338:5: note: Variable 'res' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/erts/emulator/drivers/win32/win_con.c:1340:5: note: Variable 'res' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/erts/emulator/drivers/win32/win_con.c:248:13: style: The scope of the variable 'i' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/drivers/win32/win_con.c:542:14: style: The scope of the variable 'bufsize' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/drivers/win32/win_con.c:772:9: style: The scope of the variable 'x' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/drivers/win32/win_con.c:772:11: style: The scope of the variable 'y' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/drivers/win32/win_con.c:929:9: style: The scope of the variable 'r' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/drivers/win32/win_con.c:1602:12: style: The scope of the variable 'pClipMem' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/drivers/win32/win_con.c:1602:28: style: The scope of the variable 'pMem2' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/drivers/win32/win_con.c:1869:9: style: The scope of the variable 'from' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/drivers/win32/win_con.c:1869:14: style: The scope of the variable 'to' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/drivers/win32/win_con.c:2116:9: style: The scope of the variable 'i' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/drivers/win32/win_con.c:2117:9: style: The scope of the variable 'size' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/drivers/win32/win_con.c:2118:13: style: The scope of the variable 'buf' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/drivers/win32/win_con.c:2119:13: style: The scope of the variable 'cmdBuf' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/drivers/win32/win_con.c:377:36: style: Function 'ConReadInput' argument 2 names different: declaration 'nbytes' definition 'num_chars'. [funcArgNamesDifferent]
otp-OTP-21.0.4/erts/emulator/drivers/win32/win_con.h:35:36: note: Function 'ConReadInput' argument 2 names different: declaration 'nbytes' definition 'num_chars'.
otp-OTP-21.0.4/erts/emulator/drivers/win32/win_con.c:377:36: note: Function 'ConReadInput' argument 2 names different: declaration 'nbytes' definition 'num_chars'.
otp-OTP-21.0.4/erts/emulator/drivers/win32/win_con.c:1866:35: style: Function 'LogFileWrite' argument 2 names different: declaration 'n' definition 'num_chars'. [funcArgNamesDifferent]
otp-OTP-21.0.4/erts/emulator/drivers/win32/win_con.c:196:42: note: Function 'LogFileWrite' argument 2 names different: declaration 'n' definition 'num_chars'.
otp-OTP-21.0.4/erts/emulator/drivers/win32/win_con.c:1866:35: note: Function 'LogFileWrite' argument 2 names different: declaration 'n' definition 'num_chars'.
otp-OTP-21.0.4/erts/emulator/drivers/win32/win_con.c:1917:30: style: Function 'write_inbuf' argument 2 names different: declaration 'n' definition 'num_chars'. [funcArgNamesDifferent]
otp-OTP-21.0.4/erts/emulator/drivers/win32/win_con.c:197:41: note: Function 'write_inbuf' argument 2 names different: declaration 'n' definition 'num_chars'.
otp-OTP-21.0.4/erts/emulator/drivers/win32/win_con.c:1917:30: note: Function 'write_inbuf' argument 2 names different: declaration 'n' definition 'num_chars'.
otp-OTP-21.0.4/erts/emulator/drivers/win32/win_con.c:962:9: style: Unused variable: r [unusedVariable]
otp-OTP-21.0.4/erts/emulator/drivers/win32/win_con.c:1025:0: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
otp-OTP-21.0.4/erts/emulator/drivers/win32/win_con.c:1191:20: style: Unused variable: r [unusedVariable]
otp-OTP-21.0.4/erts/emulator/drivers/win32/win_con.c:1388:17: style: Variable 'hScrollBy' is assigned a value that is never used. [unreadVariable]
otp-OTP-21.0.4/erts/emulator/drivers/win32/win_con.c:436:59: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
otp-OTP-21.0.4/erts/emulator/hipe/hipe_amd64.c:189:35: style: Function 'hipe_make_native_stub' argument 1 names different: declaration 'exp' definition 'callee_exp'. [funcArgNamesDifferent]
otp-OTP-21.0.4/erts/emulator/hipe/hipe_arch.h:35:42: note: Function 'hipe_make_native_stub' argument 1 names different: declaration 'exp' definition 'callee_exp'.
otp-OTP-21.0.4/erts/emulator/hipe/hipe_amd64.c:189:35: note: Function 'hipe_make_native_stub' argument 1 names different: declaration 'exp' definition 'callee_exp'.
otp-OTP-21.0.4/erts/emulator/hipe/hipe_arm.c:168:35: style: Function 'hipe_make_native_stub' argument 1 names different: declaration 'exp' definition 'callee_exp'. [funcArgNamesDifferent]
otp-OTP-21.0.4/erts/emulator/hipe/hipe_arch.h:35:42: note: Function 'hipe_make_native_stub' argument 1 names different: declaration 'exp' definition 'callee_exp'.
otp-OTP-21.0.4/erts/emulator/hipe/hipe_arm.c:168:35: note: Function 'hipe_make_native_stub' argument 1 names different: declaration 'exp' definition 'callee_exp'.
otp-OTP-21.0.4/erts/emulator/hipe/hipe_arm.c:46:71: portability: 'address' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
otp-OTP-21.0.4/erts/emulator/hipe/hipe_bif0.c:1869:9: style: Condition '!is_defined' is always false [knownConditionTrueFalse]
otp-OTP-21.0.4/erts/emulator/hipe/hipe_bif0.c:1862:18: note: Assignment 'is_defined=1', assigned value is 1
otp-OTP-21.0.4/erts/emulator/hipe/hipe_bif0.c:1869:9: note: Condition '!is_defined' is always false
otp-OTP-21.0.4/erts/emulator/hipe/hipe_bif0.c:979:2: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
otp-OTP-21.0.4/erts/emulator/hipe/hipe_bif0.c:979:2: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
otp-OTP-21.0.4/erts/emulator/hipe/hipe_bif0.c:548:16: style: The scope of the variable 'init_done' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/hipe/hipe_gc.c:42:18: style: The scope of the variable 'sdesc_size' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/hipe/hipe_gc.c:43:19: style: The scope of the variable 'ra' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/hipe/hipe_gc.c:44:18: style: The scope of the variable 'i' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/hipe/hipe_gc.c:45:18: style: The scope of the variable 'mask' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/hipe/hipe_gc.c:127:18: style: The scope of the variable 'sdesc_size' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/hipe/hipe_gc.c:128:19: style: The scope of the variable 'ra' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/hipe/hipe_gc.c:129:18: style: The scope of the variable 'i' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/hipe/hipe_gc.c:130:18: style: The scope of the variable 'mask' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/hipe/hipe_gc.c:241:49: style: Function 'sweep_literals_nstack' argument 2 names different: declaration 'n_htop' definition 'old_htop'. [funcArgNamesDifferent]
otp-OTP-21.0.4/erts/emulator/hipe/hipe_stack.h:138:56: note: Function 'sweep_literals_nstack' argument 2 names different: declaration 'n_htop' definition 'old_htop'.
otp-OTP-21.0.4/erts/emulator/hipe/hipe_gc.c:241:49: note: Function 'sweep_literals_nstack' argument 2 names different: declaration 'n_htop' definition 'old_htop'.
otp-OTP-21.0.4/erts/emulator/hipe/hipe_load.c:100:31: style: Function 'hipe_get_loader_state' argument 1 names different: declaration 'binary' definition 'magic'. [funcArgNamesDifferent]
otp-OTP-21.0.4/erts/emulator/hipe/hipe_load.h:46:55: note: Function 'hipe_get_loader_state' argument 1 names different: declaration 'binary' definition 'magic'.
otp-OTP-21.0.4/erts/emulator/hipe/hipe_load.c:100:31: note: Function 'hipe_get_loader_state' argument 1 names different: declaration 'binary' definition 'magic'.
otp-OTP-21.0.4/erts/emulator/hipe/hipe_mode_switch.c:435:30: style: The scope of the variable 'i' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/hipe/hipe_mode_switch.c:707:17: style: The scope of the variable 'ra' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/hipe/hipe_ppc.c:277:35: style: Function 'hipe_make_native_stub' argument 1 names different: declaration 'exp' definition 'callee_exp'. [funcArgNamesDifferent]
otp-OTP-21.0.4/erts/emulator/hipe/hipe_arch.h:35:42: note: Function 'hipe_make_native_stub' argument 1 names different: declaration 'exp' definition 'callee_exp'.
otp-OTP-21.0.4/erts/emulator/hipe/hipe_ppc.c:277:35: note: Function 'hipe_make_native_stub' argument 1 names different: declaration 'exp' definition 'callee_exp'.
otp-OTP-21.0.4/erts/emulator/hipe/hipe_risc_stack.c:65:18: style: The scope of the variable 'mask' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/hipe/hipe_risc_stack.c:66:18: style: The scope of the variable 'sdesc_size' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/hipe/hipe_risc_stack.c:242:19: style: The scope of the variable 'exnra' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/hipe/hipe_risc_stack.c:244:30: style: The scope of the variable 'sdesc' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/hipe/hipe_risc_stack.c:284:30: style: The scope of the variable 'sdesc' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/hipe/hipe_sparc.c:117:35: style: Function 'hipe_make_native_stub' argument 1 names different: declaration 'exp' definition 'callee_exp'. [funcArgNamesDifferent]
otp-OTP-21.0.4/erts/emulator/hipe/hipe_arch.h:35:42: note: Function 'hipe_make_native_stub' argument 1 names different: declaration 'exp' definition 'callee_exp'.
otp-OTP-21.0.4/erts/emulator/hipe/hipe_sparc.c:117:35: note: Function 'hipe_make_native_stub' argument 1 names different: declaration 'exp' definition 'callee_exp'.
otp-OTP-21.0.4/erts/emulator/hipe/hipe_x86.c:90:35: style: Function 'hipe_make_native_stub' argument 1 names different: declaration 'exp' definition 'callee_exp'. [funcArgNamesDifferent]
otp-OTP-21.0.4/erts/emulator/hipe/hipe_arch.h:35:42: note: Function 'hipe_make_native_stub' argument 1 names different: declaration 'exp' definition 'callee_exp'.
otp-OTP-21.0.4/erts/emulator/hipe/hipe_x86.c:90:35: note: Function 'hipe_make_native_stub' argument 1 names different: declaration 'exp' definition 'callee_exp'.
otp-OTP-21.0.4/erts/emulator/hipe/hipe_x86_stack.c:60:19: style: The scope of the variable 'ra' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/hipe/hipe_x86_stack.c:62:18: style: The scope of the variable 'mask' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/hipe/hipe_x86_stack.c:63:18: style: The scope of the variable 'sdesc_size' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/hipe/hipe_x86_stack.c:64:18: style: The scope of the variable 'i' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/hipe/hipe_x86_stack.c:223:19: style: The scope of the variable 'ra' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/hipe/hipe_x86_stack.c:224:19: style: The scope of the variable 'exnra' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/hipe/hipe_x86_stack.c:226:30: style: The scope of the variable 'sdesc' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/hipe/hipe_x86_stack.c:266:19: style: The scope of the variable 'ra' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/hipe/hipe_x86_stack.c:268:30: style: The scope of the variable 'sdesc' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/nifs/common/prim_buffer_nif.c:202:41: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
otp-OTP-21.0.4/erts/emulator/nifs/common/prim_buffer_nif.c:220:41: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
otp-OTP-21.0.4/erts/emulator/nifs/unix/unix_prim_file.c:275:12: style: Condition 'use_fallback' is always true [knownConditionTrueFalse]
otp-OTP-21.0.4/erts/emulator/nifs/unix/unix_prim_file.c:272:24: note: Assignment 'use_fallback=1', assigned value is 1
otp-OTP-21.0.4/erts/emulator/nifs/unix/unix_prim_file.c:275:12: note: Condition 'use_fallback' is always true
otp-OTP-21.0.4/erts/emulator/nifs/unix/unix_prim_file.c:320:12: style: Condition 'use_fallback' is always true [knownConditionTrueFalse]
otp-OTP-21.0.4/erts/emulator/nifs/unix/unix_prim_file.c:317:24: note: Assignment 'use_fallback=1', assigned value is 1
otp-OTP-21.0.4/erts/emulator/nifs/unix/unix_prim_file.c:320:12: note: Condition 'use_fallback' is always true
otp-OTP-21.0.4/erts/emulator/nifs/unix/unix_prim_file.c:593:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
otp-OTP-21.0.4/erts/emulator/nifs/win32/win_prim_file.c:100:5: style: Variable 'add_long_prefix' is assigned a value that is never used. [unreadVariable]
otp-OTP-21.0.4/erts/emulator/nifs/win32/win_prim_file.c:539:12: style: Unused variable: bytes_written [unusedVariable]
otp-OTP-21.0.4/erts/emulator/pcre/pcre_internal.h:213:0: error: #error Cannot determine a type for 16-bit integers [preprocessorErrorDirective]
otp-OTP-21.0.4/erts/emulator/sys/common/erl_check_io.c:2585:9: style: The scope of the variable 'internal' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/sys/common/erl_check_io.c:422:55: style: Function 'erts_io_notify_port_task_executed' argument 2 names different: declaration 'handle' definition 'pthp'. [funcArgNamesDifferent]
otp-OTP-21.0.4/erts/emulator/sys/common/erl_check_io.h:59:60: note: Function 'erts_io_notify_port_task_executed' argument 2 names different: declaration 'handle' definition 'pthp'.
otp-OTP-21.0.4/erts/emulator/sys/common/erl_check_io.c:422:55: note: Function 'erts_io_notify_port_task_executed' argument 2 names different: declaration 'handle' definition 'pthp'.
otp-OTP-21.0.4/erts/emulator/sys/common/erl_check_io.c:423:42: style: Function 'erts_io_notify_port_task_executed' argument 3 names different: declaration 'reset' definition 'reset_handle'. [funcArgNamesDifferent]
otp-OTP-21.0.4/erts/emulator/sys/common/erl_check_io.h:60:47: note: Function 'erts_io_notify_port_task_executed' argument 3 names different: declaration 'reset' definition 'reset_handle'.
otp-OTP-21.0.4/erts/emulator/sys/common/erl_check_io.c:423:42: note: Function 'erts_io_notify_port_task_executed' argument 3 names different: declaration 'reset' definition 'reset_handle'.
otp-OTP-21.0.4/erts/emulator/sys/common/erl_check_io.c:1506:41: style: Function 'erts_check_io_interrupt' argument 1 names different: declaration 'pt' definition 'psi'. [funcArgNamesDifferent]
otp-OTP-21.0.4/erts/emulator/sys/common/erl_check_io.h:89:55: note: Function 'erts_check_io_interrupt' argument 1 names different: declaration 'pt' definition 'psi'.
otp-OTP-21.0.4/erts/emulator/sys/common/erl_check_io.c:1506:41: note: Function 'erts_check_io_interrupt' argument 1 names different: declaration 'pt' definition 'psi'.
otp-OTP-21.0.4/erts/emulator/sys/common/erl_check_io.c:1520:32: style: Function 'erts_create_pollset_thread' argument 1 names different: declaration 'no' definition 'id'. [funcArgNamesDifferent]
otp-OTP-21.0.4/erts/emulator/sys/common/erl_check_io.h:94:57: note: Function 'erts_create_pollset_thread' argument 1 names different: declaration 'no' definition 'id'.
otp-OTP-21.0.4/erts/emulator/sys/common/erl_check_io.c:1520:32: note: Function 'erts_create_pollset_thread' argument 1 names different: declaration 'no' definition 'id'.
otp-OTP-21.0.4/erts/emulator/sys/common/erl_check_io.c:1525:31: style: Function 'erts_check_io' argument 1 names different: declaration 'pt' definition 'psi'. [funcArgNamesDifferent]
otp-OTP-21.0.4/erts/emulator/sys/common/erl_check_io.h:71:45: note: Function 'erts_check_io' argument 1 names different: declaration 'pt' definition 'psi'.
otp-OTP-21.0.4/erts/emulator/sys/common/erl_check_io.c:1525:31: note: Function 'erts_check_io' argument 1 names different: declaration 'pt' definition 'psi'.
otp-OTP-21.0.4/erts/emulator/sys/common/erl_check_io.c:2314:9: style: Variable 'delim' is assigned a value that is never used. [unreadVariable]
otp-OTP-21.0.4/erts/emulator/sys/common/erl_check_io.c:1235:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
otp-OTP-21.0.4/erts/emulator/sys/common/erl_check_io.c:1236:26: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
otp-OTP-21.0.4/erts/emulator/sys/common/erl_check_io.c:1237:24: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
otp-OTP-21.0.4/erts/emulator/sys/common/erl_check_io.c:1238:53: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
otp-OTP-21.0.4/erts/emulator/sys/common/erl_check_io.c:1252:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
otp-OTP-21.0.4/erts/emulator/sys/common/erl_check_io.c:1253:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
otp-OTP-21.0.4/erts/emulator/sys/common/erl_check_io.c:1254:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
otp-OTP-21.0.4/erts/emulator/sys/common/erl_check_io.c:2372:54: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
otp-OTP-21.0.4/erts/emulator/sys/common/erl_osenv.c:111:6: warning: Either the condition 'length==0' is redundant or there is possible null pointer dereference: length. [nullPointerRedundantCheck]
otp-OTP-21.0.4/erts/emulator/sys/common/erl_osenv.c:134:33: note: Assuming that condition 'length==0' is not redundant
otp-OTP-21.0.4/erts/emulator/sys/common/erl_osenv.c:132:69: note: Calling function 'convert_value_to_native', 4th argument 'length' value is 0
otp-OTP-21.0.4/erts/emulator/sys/common/erl_osenv.c:111:6: note: Null pointer dereference
otp-OTP-21.0.4/erts/emulator/sys/common/erl_osenv.c:113:9: warning: Either the condition 'length==0' is redundant or there is possible null pointer dereference: length. [nullPointerRedundantCheck]
otp-OTP-21.0.4/erts/emulator/sys/common/erl_osenv.c:134:33: note: Assuming that condition 'length==0' is not redundant
otp-OTP-21.0.4/erts/emulator/sys/common/erl_osenv.c:132:69: note: Calling function 'convert_value_to_native', 4th argument 'length' value is 0
otp-OTP-21.0.4/erts/emulator/sys/common/erl_osenv.c:113:9: note: Null pointer dereference
otp-OTP-21.0.4/erts/emulator/sys/common/erl_osenv.c:235:15: style: Function 'erts_osenv_get_term' argument 3 names different: declaration 'key' definition 'key_term'. [funcArgNamesDifferent]
otp-OTP-21.0.4/erts/emulator/sys/common/erl_osenv.h:69:11: note: Function 'erts_osenv_get_term' argument 3 names different: declaration 'key' definition 'key_term'.
otp-OTP-21.0.4/erts/emulator/sys/common/erl_osenv.c:235:15: note: Function 'erts_osenv_get_term' argument 3 names different: declaration 'key' definition 'key_term'.
otp-OTP-21.0.4/erts/emulator/sys/common/erl_osenv.c:235:32: style: Function 'erts_osenv_get_term' argument 4 names different: declaration 'value' definition 'out_term'. [funcArgNamesDifferent]
otp-OTP-21.0.4/erts/emulator/sys/common/erl_osenv.h:69:23: note: Function 'erts_osenv_get_term' argument 4 names different: declaration 'value' definition 'out_term'.
otp-OTP-21.0.4/erts/emulator/sys/common/erl_osenv.c:235:32: note: Function 'erts_osenv_get_term' argument 4 names different: declaration 'value' definition 'out_term'.
otp-OTP-21.0.4/erts/emulator/sys/common/erl_osenv.c:264:50: style: Function 'erts_osenv_put_term' argument 2 names different: declaration 'key' definition 'key_term'. [funcArgNamesDifferent]
otp-OTP-21.0.4/erts/emulator/sys/common/erl_osenv.h:74:50: note: Function 'erts_osenv_put_term' argument 2 names different: declaration 'key' definition 'key_term'.
otp-OTP-21.0.4/erts/emulator/sys/common/erl_osenv.c:264:50: note: Function 'erts_osenv_put_term' argument 2 names different: declaration 'key' definition 'key_term'.
otp-OTP-21.0.4/erts/emulator/sys/common/erl_osenv.c:264:66: style: Function 'erts_osenv_put_term' argument 3 names different: declaration 'value' definition 'value_term'. [funcArgNamesDifferent]
otp-OTP-21.0.4/erts/emulator/sys/common/erl_osenv.h:74:61: note: Function 'erts_osenv_put_term' argument 3 names different: declaration 'value' definition 'value_term'.
otp-OTP-21.0.4/erts/emulator/sys/common/erl_osenv.c:264:66: note: Function 'erts_osenv_put_term' argument 3 names different: declaration 'value' definition 'value_term'.
otp-OTP-21.0.4/erts/emulator/sys/common/erl_osenv.c:290:52: style: Function 'erts_osenv_unset_term' argument 2 names different: declaration 'key' definition 'key_term'. [funcArgNamesDifferent]
otp-OTP-21.0.4/erts/emulator/sys/common/erl_osenv.h:80:52: note: Function 'erts_osenv_unset_term' argument 2 names different: declaration 'key' definition 'key_term'.
otp-OTP-21.0.4/erts/emulator/sys/common/erl_osenv.c:290:52: note: Function 'erts_osenv_unset_term' argument 2 names different: declaration 'key' definition 'key_term'.
otp-OTP-21.0.4/erts/emulator/sys/common/erl_poll.c:1324:24: style: Function 'erts_poll_control' argument 4 names different: declaration 'evts' definition 'events'. [funcArgNamesDifferent]
otp-OTP-21.0.4/erts/emulator/sys/common/erl_poll_api.h:60:67: note: Function 'erts_poll_control' argument 4 names different: declaration 'evts' definition 'events'.
otp-OTP-21.0.4/erts/emulator/sys/common/erl_poll.c:1324:24: note: Function 'erts_poll_control' argument 4 names different: declaration 'evts' definition 'events'.
otp-OTP-21.0.4/erts/emulator/sys/common/erl_poll.c:1325:14: style: Function 'erts_poll_control' argument 5 names different: declaration 'wake_poller' definition 'do_wake'. [funcArgNamesDifferent]
otp-OTP-21.0.4/erts/emulator/sys/common/erl_poll_api.h:61:57: note: Function 'erts_poll_control' argument 5 names different: declaration 'wake_poller' definition 'do_wake'.
otp-OTP-21.0.4/erts/emulator/sys/common/erl_poll.c:1325:14: note: Function 'erts_poll_control' argument 5 names different: declaration 'wake_poller' definition 'do_wake'.
otp-OTP-21.0.4/erts/emulator/sys/common/erl_poll.c:1631:20: style: Function 'erts_poll_wait' argument 2 names different: declaration 'res' definition 'pr'. [funcArgNamesDifferent]
otp-OTP-21.0.4/erts/emulator/sys/common/erl_poll_api.h:78:52: note: Function 'erts_poll_wait' argument 2 names different: declaration 'res' definition 'pr'.
otp-OTP-21.0.4/erts/emulator/sys/common/erl_poll.c:1631:20: note: Function 'erts_poll_wait' argument 2 names different: declaration 'res' definition 'pr'.
otp-OTP-21.0.4/erts/emulator/sys/common/erl_poll.c:1632:11: style: Function 'erts_poll_wait' argument 3 names different: declaration 'length' definition 'len'. [funcArgNamesDifferent]
otp-OTP-21.0.4/erts/emulator/sys/common/erl_poll_api.h:79:43: note: Function 'erts_poll_wait' argument 3 names different: declaration 'length' definition 'len'.
otp-OTP-21.0.4/erts/emulator/sys/common/erl_poll.c:1632:11: note: Function 'erts_poll_wait' argument 3 names different: declaration 'length' definition 'len'.
otp-OTP-21.0.4/erts/emulator/sys/common/erl_poll.c:1774:39: style: Function 'erts_poll_init' argument 1 names different: declaration 'concurrent_waiters' definition 'concurrent_updates'. [funcArgNamesDifferent]
otp-OTP-21.0.4/erts/emulator/sys/common/erl_poll_api.h:36:44: note: Function 'erts_poll_init' argument 1 names different: declaration 'concurrent_waiters' definition 'concurrent_updates'.
otp-OTP-21.0.4/erts/emulator/sys/common/erl_poll.c:1774:39: note: Function 'erts_poll_init' argument 1 names different: declaration 'concurrent_waiters' definition 'concurrent_updates'.
otp-OTP-21.0.4/erts/emulator/sys/common/erl_poll.c:1931:65: style: Function 'erts_poll_info' argument 2 names different: declaration 'info' definition 'pip'. [funcArgNamesDifferent]
otp-OTP-21.0.4/erts/emulator/sys/common/erl_poll_api.h:102:53: note: Function 'erts_poll_info' argument 2 names different: declaration 'info' definition 'pip'.
otp-OTP-21.0.4/erts/emulator/sys/common/erl_poll.c:1931:65: note: Function 'erts_poll_info' argument 2 names different: declaration 'info' definition 'pip'.
otp-OTP-21.0.4/erts/emulator/sys/common/erl_poll.c:2125:22: style: Function 'erts_poll_get_selected_events' argument 2 names different: declaration 'evts' definition 'ev'. [funcArgNamesDifferent]
otp-OTP-21.0.4/erts/emulator/sys/common/erl_poll_api.h:114:69: note: Function 'erts_poll_get_selected_events' argument 2 names different: declaration 'evts' definition 'ev'.
otp-OTP-21.0.4/erts/emulator/sys/common/erl_poll.c:2125:22: note: Function 'erts_poll_get_selected_events' argument 2 names different: declaration 'evts' definition 'ev'.
otp-OTP-21.0.4/erts/emulator/sys/common/erl_poll.c:2126:11: style: Function 'erts_poll_get_selected_events' argument 3 names different: declaration 'length' definition 'len'. [funcArgNamesDifferent]
otp-OTP-21.0.4/erts/emulator/sys/common/erl_poll_api.h:115:58: note: Function 'erts_poll_get_selected_events' argument 3 names different: declaration 'length' definition 'len'.
otp-OTP-21.0.4/erts/emulator/sys/common/erl_poll.c:2126:11: note: Function 'erts_poll_get_selected_events' argument 3 names different: declaration 'length' definition 'len'.
otp-OTP-21.0.4/erts/emulator/sys/common/erl_sys_common_misc.c:151:0: error: #error "No 64-bit integer type?" [preprocessorErrorDirective]
otp-OTP-21.0.4/erts/emulator/sys/unix/erl_unix_sys_ddll.c:263:5: style: Variable 'actual_code' is assigned a value that is never used. [unreadVariable]
otp-OTP-21.0.4/erts/emulator/sys/unix/sys.c:910:9: style: The scope of the variable 'c' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/sys/unix/sys.c:444:43: style: Variable 'hp' is assigned a value that is never used. [unreadVariable]
otp-OTP-21.0.4/erts/emulator/sys/unix/sys.c:928:12: error: Uninitialized variable: rbuf [uninitvar]
otp-OTP-21.0.4/erts/emulator/sys/unix/sys_drivers.c:590:13: style: The scope of the variable 'j' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/sys/unix/sys_drivers.c:1161:13: style: The scope of the variable 'n' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/sys/unix/sys_drivers.c:594:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
otp-OTP-21.0.4/erts/emulator/sys/unix/sys_drivers.c:595:44: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
otp-OTP-21.0.4/erts/emulator/sys/unix/sys_time.c:406:0: error: #error Missing erts_os_system_time() implementation [preprocessorErrorDirective]
otp-OTP-21.0.4/erts/emulator/sys/unix/sys_uds.c:109:30: style: Condition 'i>=fd_count' is always true [knownConditionTrueFalse]
otp-OTP-21.0.4/erts/emulator/sys/unix/sys_uds.c:135:14: style: The scope of the variable 'i' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/sys/unix/sys_uds.c:157:0: error: Memory leak: buff [memleak]
otp-OTP-21.0.4/erts/emulator/sys/win32/erl_poll.c:584:11: style: Unused variable: tid [unusedVariable]
otp-OTP-21.0.4/erts/emulator/sys/win32/erl_poll.c:587:9: style: Unused variable: tres [unusedVariable]
otp-OTP-21.0.4/erts/emulator/sys/win32/sys.c:259:19: style: The scope of the variable 'tmp' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/sys/win32/sys.c:1533:9: style: The scope of the variable 'cmdlength' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/sys/win32/sys.c:1534:14: style: The scope of the variable 'thecommand' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/sys/win32/sys.c:2015:11: style: The scope of the variable 'buf' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/sys/win32/sys.c:2821:20: style: The scope of the variable 'data' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/sys/win32/sys.c:2919:6: style: The scope of the variable 'key' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/sys/win32/sys.c:1815:17: style: Function 'application_type' argument 2 names different: declaration 'fullPath' definition 'wfullpath'. [funcArgNamesDifferent]
otp-OTP-21.0.4/erts/emulator/sys/win32/sys.c:77:66: note: Function 'application_type' argument 2 names different: declaration 'fullPath' definition 'wfullpath'.
otp-OTP-21.0.4/erts/emulator/sys/win32/sys.c:1815:17: note: Function 'application_type' argument 2 names different: declaration 'fullPath' definition 'wfullpath'.
otp-OTP-21.0.4/erts/emulator/sys/win32/sys.c:285:43: style: Variable 'hp' is assigned a value that is never used. [unreadVariable]
otp-OTP-21.0.4/erts/emulator/sys/win32/sys.c:706:9: style: Variable 'handles' is assigned a value that is never used. [unreadVariable]
otp-OTP-21.0.4/erts/emulator/sys/win32/sys.c:707:0: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
otp-OTP-21.0.4/erts/emulator/sys/win32/sys.c:1168:9: style: Unused variable: i [unusedVariable]
otp-OTP-21.0.4/erts/emulator/sys/win32/sys.c:2837:12: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
otp-OTP-21.0.4/erts/emulator/sys/win32/sys_time.c:431:9: style: The scope of the variable 'leap_year' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/sys/win32/sys_time.c:615:9: style: The scope of the variable 'dst' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/sys/win32/sys_time.c:106:7: style: union member 'Anonymous1::align__' is never used. [unusedStructMember]
otp-OTP-21.0.4/erts/emulator/sys/win32/sys_time.c:112:7: style: union member 'Anonymous2::align__' is never used. [unusedStructMember]
otp-OTP-21.0.4/erts/emulator/sys/win32/sys_time.c:118:7: style: union member 'Anonymous3::align__' is never used. [unusedStructMember]
otp-OTP-21.0.4/erts/emulator/sys/win32/sys_time.c:429:18: style: Unused variable: tmp2 [unusedVariable]
otp-OTP-21.0.4/erts/emulator/test/alloc_SUITE_data/bucket_index.c:71:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
otp-OTP-21.0.4/erts/emulator/test/alloc_SUITE_data/bucket_index.c:61:11: style: The scope of the variable 'bi' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/test/alloc_SUITE_data/bucket_mask.c:76:5: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'unsigned int'. [invalidPrintfArgType_uint]
otp-OTP-21.0.4/erts/emulator/test/alloc_SUITE_data/bucket_mask.c:101:5: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'unsigned int'. [invalidPrintfArgType_uint]
otp-OTP-21.0.4/erts/emulator/test/alloc_SUITE_data/bucket_mask.c:58:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/test/alloc_SUITE_data/migration.c:99:55: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
otp-OTP-21.0.4/erts/emulator/test/alloc_SUITE_data/rbtree.c:512:5: style: Variable 'td->allocator' is reassigned a value before the old one has been used. [redundantAssignment]
otp-OTP-21.0.4/erts/emulator/test/alloc_SUITE_data/rbtree.c:503:5: note: Variable 'td->allocator' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/erts/emulator/test/alloc_SUITE_data/rbtree.c:512:5: note: Variable 'td->allocator' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/erts/emulator/test/alloc_SUITE_data/rbtree.c:531:5: style: Variable 'td->allocator' is reassigned a value before the old one has been used. [redundantAssignment]
otp-OTP-21.0.4/erts/emulator/test/alloc_SUITE_data/rbtree.c:522:5: note: Variable 'td->allocator' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/erts/emulator/test/alloc_SUITE_data/rbtree.c:531:5: note: Variable 'td->allocator' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/erts/emulator/test/alloc_SUITE_data/rbtree.c:551:5: style: Variable 'td->allocator' is reassigned a value before the old one has been used. [redundantAssignment]
otp-OTP-21.0.4/erts/emulator/test/alloc_SUITE_data/rbtree.c:542:5: note: Variable 'td->allocator' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/erts/emulator/test/alloc_SUITE_data/rbtree.c:551:5: note: Variable 'td->allocator' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/erts/emulator/test/alloc_SUITE_data/rbtree.c:571:5: style: Variable 'td->allocator' is reassigned a value before the old one has been used. [redundantAssignment]
otp-OTP-21.0.4/erts/emulator/test/alloc_SUITE_data/rbtree.c:562:5: note: Variable 'td->allocator' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/erts/emulator/test/alloc_SUITE_data/rbtree.c:571:5: note: Variable 'td->allocator' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/erts/emulator/test/alloc_SUITE_data/rbtree.c:222:12: style: The scope of the variable 'l_sz' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/test/async_ports_SUITE_data/cport.c:38:7: style: The scope of the variable 'i' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/test/async_ports_SUITE_data/cport.c:51:7: style: The scope of the variable 'i' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/test/async_ports_SUITE_data/cport.c:64:7: style: Unused variable: fn [unusedVariable]
otp-OTP-21.0.4/erts/emulator/test/async_ports_SUITE_data/cport.c:64:11: style: Unused variable: arg [unusedVariable]
otp-OTP-21.0.4/erts/emulator/test/async_ports_SUITE_data/cport.c:64:16: style: Unused variable: res [unusedVariable]
otp-OTP-21.0.4/erts/emulator/test/busy_port_SUITE_data/busy_drv.c:58:0: style: Variable 'slave' is assigned a value that is never used. [unreadVariable]
otp-OTP-21.0.4/erts/emulator/test/dirty_nif_SUITE_data/dirty_nif_SUITE.c:94:10: style: The scope of the variable 's' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/test/dirty_nif_SUITE_data/dirty_nif_SUITE.c:251:11: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
otp-OTP-21.0.4/erts/emulator/test/driver_SUITE_data/chkio_drv.c:872:11: style: Condition 'res>=0' is always true [knownConditionTrueFalse]
otp-OTP-21.0.4/erts/emulator/test/driver_SUITE_data/chkio_drv.c:867:13: note: Assignment 'res=0', assigned value is 0
otp-OTP-21.0.4/erts/emulator/test/driver_SUITE_data/chkio_drv.c:872:11: note: Condition 'res>=0' is always true
otp-OTP-21.0.4/erts/emulator/test/driver_SUITE_data/chkio_drv.c:539:6: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
otp-OTP-21.0.4/erts/emulator/test/driver_SUITE_data/chkio_drv.c:539:6: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
otp-OTP-21.0.4/erts/emulator/test/driver_SUITE_data/chkio_drv.c:557:10: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
otp-OTP-21.0.4/erts/emulator/test/driver_SUITE_data/chkio_drv.c:637:5: style: Variable 'res_len' is reassigned a value before the old one has been used. [redundantAssignment]
otp-OTP-21.0.4/erts/emulator/test/driver_SUITE_data/chkio_drv.c:628:0: note: Variable 'res_len' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/erts/emulator/test/driver_SUITE_data/chkio_drv.c:637:5: note: Variable 'res_len' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/erts/emulator/test/driver_SUITE_data/chkio_drv.c:872:11: style: Same expression on both sides of '>=' because the value of 'res' and '0' are the same. [duplicateExpression]
otp-OTP-21.0.4/erts/emulator/test/driver_SUITE_data/chkio_drv.c:867:13: note: 'res' is assigned value '0' here.
otp-OTP-21.0.4/erts/emulator/test/driver_SUITE_data/chkio_drv.c:872:11: note: Same expression on both sides of '>=' because the value of 'res' and '0' are the same.
otp-OTP-21.0.4/erts/emulator/test/driver_SUITE_data/chkio_drv.c:171:9: style: The scope of the variable 'i' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/test/driver_SUITE_data/chkio_drv.c:1171:9: style: The scope of the variable 'fd_stop_select' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/test/driver_SUITE_data/many_events_drv.c:89:34: style: Function 'from_port' argument 1 names different: declaration 'drv_data' definition 'data'. [funcArgNamesDifferent]
otp-OTP-21.0.4/erts/emulator/test/driver_SUITE_data/many_events_drv.c:12:34: note: Function 'from_port' argument 1 names different: declaration 'drv_data' definition 'data'.
otp-OTP-21.0.4/erts/emulator/test/driver_SUITE_data/many_events_drv.c:89:34: note: Function 'from_port' argument 1 names different: declaration 'drv_data' definition 'data'.
otp-OTP-21.0.4/erts/emulator/test/driver_SUITE_data/many_events_drv.c:89:52: style: Function 'from_port' argument 2 names different: declaration 'event' definition 'ev'. [funcArgNamesDifferent]
otp-OTP-21.0.4/erts/emulator/test/driver_SUITE_data/many_events_drv.c:12:56: note: Function 'from_port' argument 2 names different: declaration 'event' definition 'ev'.
otp-OTP-21.0.4/erts/emulator/test/driver_SUITE_data/many_events_drv.c:89:52: note: Function 'from_port' argument 2 names different: declaration 'event' definition 'ev'.
otp-OTP-21.0.4/erts/emulator/test/driver_SUITE_data/monitor_drv.c:165:10: style: The scope of the variable 'res' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/test/driver_SUITE_data/queue_drv.c:182:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
otp-OTP-21.0.4/erts/emulator/test/driver_SUITE_data/thr_alloc_drv.c:81:6: style: The scope of the variable 'res' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/test/driver_SUITE_data/thr_alloc_drv.c:61:9: style: Unused variable: i [unusedVariable]
otp-OTP-21.0.4/erts/emulator/test/driver_SUITE_data/thr_free_drv.c:86:9: style: The scope of the variable 'i' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/test/driver_SUITE_data/thr_free_drv.c:183:29: style: Function 'stop' argument 1 names different: declaration 'data' definition 'drv_data'. [funcArgNamesDifferent]
otp-OTP-21.0.4/erts/emulator/test/driver_SUITE_data/thr_free_drv.c:48:29: note: Function 'stop' argument 1 names different: declaration 'data' definition 'drv_data'.
otp-OTP-21.0.4/erts/emulator/test/driver_SUITE_data/thr_free_drv.c:183:29: note: Function 'stop' argument 1 names different: declaration 'data' definition 'drv_data'.
otp-OTP-21.0.4/erts/emulator/test/driver_SUITE_data/thr_free_drv.c:204:9: style: Unused variable: res [unusedVariable]
otp-OTP-21.0.4/erts/emulator/test/erl_drv_thread_SUITE_data/rwlock.c:169:8: style: Unused variable: res [unusedVariable]
otp-OTP-21.0.4/erts/emulator/test/estone_SUITE_data/estone_cat.c:20:9: style: The scope of the variable 'n' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/test/float_SUITE_data/fp_drv.c:41:0: error: #error "No finite function found!" [preprocessorErrorDirective]
otp-OTP-21.0.4/erts/emulator/test/mtx_SUITE_data/mtx_SUITE.c:414:10: style: The scope of the variable 'r_count' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/test/nif_SUITE_data/nif_SUITE.c:1330:28: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
otp-OTP-21.0.4/erts/emulator/test/nif_SUITE_data/nif_SUITE.c:2079:12: style: The scope of the variable 'len' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/test/nif_SUITE_data/nif_SUITE.c:2580:9: style: The scope of the variable 'n' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/test/nif_SUITE_data/nif_SUITE.c:2610:9: style: The scope of the variable 'n' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/test/nif_SUITE_data/nif_SUITE.c:2902:16: style: The scope of the variable 'initialized' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/test/nif_SUITE_data/nif_SUITE.c:2908:27: style: The scope of the variable 'my_nprocs' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/test/nif_SUITE_data/nif_api_2_4/erl_nif.h:83:0: error: #error No 64-bit integer type [preprocessorErrorDirective]
otp-OTP-21.0.4/erts/emulator/test/port_SUITE_data/echo_drv.c:79:25: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR != '\0'' is always true. [redundantCondition]
otp-OTP-21.0.4/erts/emulator/test/port_SUITE_data/echo_drv.c:75:9: style: The scope of the variable 'res' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/test/port_SUITE_data/echo_drv.c:85:23: style: Variable 'void_ptr' is assigned a value that is never used. [unreadVariable]
otp-OTP-21.0.4/erts/emulator/test/port_SUITE_data/echo_drv.c:82:12: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
otp-OTP-21.0.4/erts/emulator/test/port_SUITE_data/echo_drv.c:94:34: style: Variable 'void_ptr' is assigned a value that is never used. [unreadVariable]
otp-OTP-21.0.4/erts/emulator/test/port_SUITE_data/exit_drv.c:50:28: style: Function 'exit_drv_stop' argument 1 names different: declaration 'data_p' definition 'datap'. [funcArgNamesDifferent]
otp-OTP-21.0.4/erts/emulator/test/port_SUITE_data/exit_drv.c:7:48: note: Function 'exit_drv_stop' argument 1 names different: declaration 'data_p' definition 'datap'.
otp-OTP-21.0.4/erts/emulator/test/port_SUITE_data/exit_drv.c:50:28: note: Function 'exit_drv_stop' argument 1 names different: declaration 'data_p' definition 'datap'.
otp-OTP-21.0.4/erts/emulator/test/port_SUITE_data/exit_drv.c:56:30: style: Function 'exit_drv_output' argument 1 names different: declaration 'data_p' definition 'datap'. [funcArgNamesDifferent]
otp-OTP-21.0.4/erts/emulator/test/port_SUITE_data/exit_drv.c:8:50: note: Function 'exit_drv_output' argument 1 names different: declaration 'data_p' definition 'datap'.
otp-OTP-21.0.4/erts/emulator/test/port_SUITE_data/exit_drv.c:56:30: note: Function 'exit_drv_output' argument 1 names different: declaration 'data_p' definition 'datap'.
otp-OTP-21.0.4/erts/emulator/test/port_SUITE_data/failure_drv.c:51:23: style: Variable 'void_ptr' is assigned a value that is never used. [unreadVariable]
otp-OTP-21.0.4/erts/emulator/test/port_SUITE_data/failure_drv.c:60:34: style: Variable 'void_ptr' is assigned a value that is never used. [unreadVariable]
otp-OTP-21.0.4/erts/emulator/test/port_SUITE_data/port_test.c:485:7: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
otp-OTP-21.0.4/erts/emulator/test/port_SUITE_data/port_test.c:491:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
otp-OTP-21.0.4/erts/emulator/test/port_SUITE_data/port_test.c:238:9: style: The scope of the variable 'i' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/test/port_SUITE_data/port_test.c:378:9: style: The scope of the variable 'n' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/test/port_SUITE_data/port_test.c:431:9: style: The scope of the variable 'n' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/test/port_SUITE_data/port_test.c:539:9: style: The scope of the variable 'c' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/test/port_SUITE_data/sleep_failure_drv.c:56:23: style: Variable 'void_ptr' is assigned a value that is never used. [unreadVariable]
otp-OTP-21.0.4/erts/emulator/test/port_SUITE_data/sleep_failure_drv.c:65:34: style: Variable 'void_ptr' is assigned a value that is never used. [unreadVariable]
otp-OTP-21.0.4/erts/emulator/test/port_bif_SUITE_data/port_test.c:461:7: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
otp-OTP-21.0.4/erts/emulator/test/port_bif_SUITE_data/port_test.c:467:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
otp-OTP-21.0.4/erts/emulator/test/port_bif_SUITE_data/port_test.c:538:2: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
otp-OTP-21.0.4/erts/emulator/test/port_bif_SUITE_data/port_test.c:220:9: style: The scope of the variable 'i' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/test/port_bif_SUITE_data/port_test.c:357:9: style: The scope of the variable 'n' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/test/port_bif_SUITE_data/port_test.c:407:9: style: The scope of the variable 'n' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/test/port_bif_SUITE_data/port_test.c:515:9: style: The scope of the variable 'c' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/test/port_trace_SUITE_data/echo_drv.c:125:40: style: Function 'echo_drv_stop' argument 1 names different: declaration 'drv_data' definition 'data_p'. [funcArgNamesDifferent]
otp-OTP-21.0.4/erts/emulator/test/port_trace_SUITE_data/echo_drv.c:54:46: note: Function 'echo_drv_stop' argument 1 names different: declaration 'drv_data' definition 'data_p'.
otp-OTP-21.0.4/erts/emulator/test/port_trace_SUITE_data/echo_drv.c:125:40: note: Function 'echo_drv_stop' argument 1 names different: declaration 'drv_data' definition 'data_p'.
otp-OTP-21.0.4/erts/emulator/test/send_term_SUITE_data/send_term_drv.c:67:62: style: Function 'send_term_drv_start' argument 2 names different: declaration 'command' definition 'buf'. [funcArgNamesDifferent]
otp-OTP-21.0.4/erts/emulator/test/send_term_SUITE_data/send_term_drv.c:26:62: note: Function 'send_term_drv_start' argument 2 names different: declaration 'command' definition 'buf'.
otp-OTP-21.0.4/erts/emulator/test/send_term_SUITE_data/send_term_drv.c:67:62: note: Function 'send_term_drv_start' argument 2 names different: declaration 'command' definition 'buf'.
otp-OTP-21.0.4/erts/emulator/test/send_term_SUITE_data/send_term_drv.c:84:42: style: Function 'send_term_drv_run' argument 1 names different: declaration 'drv_data' definition 'port'. [funcArgNamesDifferent]
otp-OTP-21.0.4/erts/emulator/test/send_term_SUITE_data/send_term_drv.c:28:42: note: Function 'send_term_drv_run' argument 1 names different: declaration 'drv_data' definition 'port'.
otp-OTP-21.0.4/erts/emulator/test/send_term_SUITE_data/send_term_drv.c:84:42: note: Function 'send_term_drv_run' argument 1 names different: declaration 'drv_data' definition 'port'.
otp-OTP-21.0.4/erts/emulator/test/send_term_SUITE_data/send_term_drv.c:84:71: style: Function 'send_term_drv_run' argument 3 names different: declaration 'len' definition 'count'. [funcArgNamesDifferent]
otp-OTP-21.0.4/erts/emulator/test/send_term_SUITE_data/send_term_drv.c:28:75: note: Function 'send_term_drv_run' argument 3 names different: declaration 'len' definition 'count'.
otp-OTP-21.0.4/erts/emulator/test/send_term_SUITE_data/send_term_drv.c:84:71: note: Function 'send_term_drv_run' argument 3 names different: declaration 'len' definition 'count'.
otp-OTP-21.0.4/erts/emulator/test/trace_port_SUITE_data/echo_drv.c:87:40: style: Function 'echo_drv_stop' argument 1 names different: declaration 'drv_data' definition 'data_p'. [funcArgNamesDifferent]
otp-OTP-21.0.4/erts/emulator/test/trace_port_SUITE_data/echo_drv.c:30:46: note: Function 'echo_drv_stop' argument 1 names different: declaration 'drv_data' definition 'data_p'.
otp-OTP-21.0.4/erts/emulator/test/trace_port_SUITE_data/echo_drv.c:87:40: note: Function 'echo_drv_stop' argument 1 names different: declaration 'drv_data' definition 'data_p'.
otp-OTP-21.0.4/erts/emulator/test/tracer_SUITE_data/tracer_test.c:100:15: style: Unused variable: self [unusedVariable]
otp-OTP-21.0.4/erts/emulator/zlib/adler32.c:74:14: style: The scope of the variable 'n' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/zlib/deflate.c:332:10: style: The scope of the variable 'str' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/zlib/deflate.c:332:15: style: The scope of the variable 'n' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/zlib/deflate.c:473:9: style: The scope of the variable 'put' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/zlib/deflate.c:575:12: style: The scope of the variable 'str' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/zlib/deflate.c:1157:21: style: The scope of the variable 'match' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/zlib/deflate.c:1398:14: style: The scope of the variable 'more' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/zlib/deflate.c:1575:9: style: The scope of the variable 'max_start' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/zlib/deflate.c:1635:10: style: The scope of the variable 'hash_head' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/zlib/deflate.c:1737:10: style: The scope of the variable 'hash_head' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/zlib/deflate.c:158:32: style: struct member 'static_tree_desc_s::dummy' is never used. [unusedStructMember]
otp-OTP-21.0.4/erts/emulator/zlib/inflate.c:1500:5: style: Variable 'state->sane' is reassigned a value before the old one has been used. [redundantAssignment]
otp-OTP-21.0.4/erts/emulator/zlib/inflate.c:1496:5: note: Variable 'state->sane' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/erts/emulator/zlib/inflate.c:1500:5: note: Variable 'state->sane' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/erts/emulator/zlib/inflate.c:388:14: style: The scope of the variable 'dist' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/zlib/inflate.c:1300:19: style: The scope of the variable 'dictid' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/zlib/inflate.c:1385:19: style: The scope of the variable 'buf' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/zlib/inflate.c:1448:14: style: The scope of the variable 'wsize' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/zlib/inflate.c:1510:61: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
otp-OTP-21.0.4/erts/emulator/zlib/inflate.c:686:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
otp-OTP-21.0.4/erts/emulator/zlib/inftrees.c:53:14: style: The scope of the variable 'fill' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/zlib/trees.c:715:9: style: The scope of the variable 'curlen' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/zlib/trees.c:760:9: style: The scope of the variable 'curlen' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/zlib/trees.c:1068:14: style: The scope of the variable 'dist' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/zlib/trees.c:1069:9: style: The scope of the variable 'lc' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/zlib/trees.c:1070:14: style: The scope of the variable 'lx' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/zlib/trees.c:1071:14: style: The scope of the variable 'code' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/zlib/trees.c:1072:9: style: The scope of the variable 'extra' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/emulator/zlib/zutil.c:312:31: style: Same expression on both sides of '-'. [duplicateExpression]
otp-OTP-21.0.4/erts/emulator/zlib/zutil.c:17:33: style: struct member 'internal_state::dummy' is never used. [unusedStructMember]
otp-OTP-21.0.4/erts/epmd/src/epmd.c:494:9: style: The scope of the variable 'timestr' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/epmd/src/epmd.c:495:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/epmd/src/epmd_cli.c:180:9: style: The scope of the variable 'i' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/epmd/src/epmd_srv.c:795:10: style: The scope of the variable 'offset' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/etc/common/ct_run.c:418:18: style: Function 'run_erlang' argument 1 names different: declaration 'name' definition 'progname'. [funcArgNamesDifferent]
otp-OTP-21.0.4/erts/etc/common/ct_run.c:81:29: note: Function 'run_erlang' argument 1 names different: declaration 'name' definition 'progname'.
otp-OTP-21.0.4/erts/etc/common/ct_run.c:418:18: note: Function 'run_erlang' argument 1 names different: declaration 'name' definition 'progname'.
otp-OTP-21.0.4/erts/etc/common/dialyzer.c:394:18: style: Function 'run_erlang' argument 1 names different: declaration 'name' definition 'progname'. [funcArgNamesDifferent]
otp-OTP-21.0.4/erts/etc/common/dialyzer.c:64:29: note: Function 'run_erlang' argument 1 names different: declaration 'name' definition 'progname'.
otp-OTP-21.0.4/erts/etc/common/dialyzer.c:394:18: note: Function 'run_erlang' argument 1 names different: declaration 'name' definition 'progname'.
otp-OTP-21.0.4/erts/etc/common/erlc.c:449:18: style: Function 'run_erlang' argument 1 names different: declaration 'name' definition 'progname'. [funcArgNamesDifferent]
otp-OTP-21.0.4/erts/etc/common/erlc.c:68:29: note: Function 'run_erlang' argument 1 names different: declaration 'name' definition 'progname'.
otp-OTP-21.0.4/erts/etc/common/erlc.c:449:18: note: Function 'run_erlang' argument 1 names different: declaration 'name' definition 'progname'.
otp-OTP-21.0.4/erts/etc/common/erlexec.c:1805:9: style: The scope of the variable 'c' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/etc/common/erlexec.c:601:27: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
otp-OTP-21.0.4/erts/etc/common/erlexec.c:636:58: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
otp-OTP-21.0.4/erts/etc/common/erlexec.c:661:35: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
otp-OTP-21.0.4/erts/etc/common/erlexec.c:715:67: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
otp-OTP-21.0.4/erts/etc/common/erlexec.c:748:35: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
otp-OTP-21.0.4/erts/etc/common/erlexec.c:1046:33: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
otp-OTP-21.0.4/erts/etc/common/erlexec.c:1653:29: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
otp-OTP-21.0.4/erts/etc/common/erlexec.c:1665:44: style: Function 'build_args_from_string' argument 1 names different: declaration 'env_var' definition 'string'. [funcArgNamesDifferent]
otp-OTP-21.0.4/erts/etc/common/erlexec.c:202:44: note: Function 'build_args_from_string' argument 1 names different: declaration 'env_var' definition 'string'.
otp-OTP-21.0.4/erts/etc/common/erlexec.c:1665:44: note: Function 'build_args_from_string' argument 1 names different: declaration 'env_var' definition 'string'.
otp-OTP-21.0.4/erts/etc/common/erlexec.c:583:0: error: Memory leak: bindir_slug [memleak]
otp-OTP-21.0.4/erts/etc/common/escript.c:253:10: style: The scope of the variable 'abspath' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/etc/common/escript.c:640:18: style: Function 'run_erlang' argument 1 names different: declaration 'name' definition 'progname'. [funcArgNamesDifferent]
otp-OTP-21.0.4/erts/etc/common/escript.c:69:29: note: Function 'run_erlang' argument 1 names different: declaration 'name' definition 'progname'.
otp-OTP-21.0.4/erts/etc/common/escript.c:640:18: note: Function 'run_erlang' argument 1 names different: declaration 'name' definition 'progname'.
otp-OTP-21.0.4/erts/etc/common/heart.c:545:5: style: Variable 'envvar' is reassigned a value before the old one has been used. [redundantAssignment]
otp-OTP-21.0.4/erts/etc/common/heart.c:543:0: note: Variable 'envvar' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/erts/etc/common/heart.c:545:5: note: Variable 'envvar' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/erts/etc/common/heart.c:369:9: style: The scope of the variable 'i' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/etc/common/heart.c:541:9: style: The scope of the variable 'i' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/etc/common/heart.c:541:12: style: The scope of the variable 'res' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/etc/common/heart.c:654:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/etc/common/heart.c:654:16: style: The scope of the variable 'tmo' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/etc/common/heart.c:655:9: style: The scope of the variable 'tmo_env' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/etc/common/heart.c:895:9: style: The scope of the variable 'i' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/etc/common/heart.c:955:11: style: The scope of the variable 'args' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/etc/common/inet_gethost.c:597:13: style: The scope of the variable 'cw' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/etc/common/inet_gethost.c:714:9: style: The scope of the variable 'max_fd' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/etc/common/inet_gethost.c:1046:9: style: The scope of the variable 'selret' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/etc/common/inet_gethost.c:1248:9: style: The scope of the variable 'res' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/etc/common/inet_gethost.c:2446:13: style: The scope of the variable 'ret' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/etc/common/inet_gethost.c:2479:9: style: The scope of the variable 'res' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/etc/common/inet_gethost.c:1269:30: style: Function 'stall_worker' argument 1 names different: declaration 'serial' definition 'ndx'. [funcArgNamesDifferent]
otp-OTP-21.0.4/erts/etc/common/inet_gethost.c:346:37: note: Function 'stall_worker' argument 1 names different: declaration 'serial' definition 'ndx'.
otp-OTP-21.0.4/erts/etc/common/inet_gethost.c:1269:30: note: Function 'stall_worker' argument 1 names different: declaration 'serial' definition 'ndx'.
otp-OTP-21.0.4/erts/etc/common/inet_gethost.c:2226:32: style: Function 'get_int32' argument 1 names different: declaration 'buff' definition 'b'. [funcArgNamesDifferent]
otp-OTP-21.0.4/erts/etc/common/inet_gethost.c:315:32: note: Function 'get_int32' argument 1 names different: declaration 'buff' definition 'b'.
otp-OTP-21.0.4/erts/etc/common/inet_gethost.c:2226:32: note: Function 'get_int32' argument 1 names different: declaration 'buff' definition 'b'.
otp-OTP-21.0.4/erts/etc/common/inet_gethost.c:804:20: error: Uninitialized variable: handlers [uninitvar]
otp-OTP-21.0.4/erts/etc/common/typer.c:312:18: style: Function 'run_erlang' argument 1 names different: declaration 'name' definition 'progname'. [funcArgNamesDifferent]
otp-OTP-21.0.4/erts/etc/common/typer.c:64:29: note: Function 'run_erlang' argument 1 names different: declaration 'name' definition 'progname'.
otp-OTP-21.0.4/erts/etc/common/typer.c:312:18: note: Function 'run_erlang' argument 1 names different: declaration 'name' definition 'progname'.
otp-OTP-21.0.4/erts/etc/unix/dyn_erl.c:178:27: warning: Either the condition 'end!=NULL' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
otp-OTP-21.0.4/erts/etc/unix/dyn_erl.c:169:25: note: Assuming that condition 'end!=NULL' is not redundant
otp-OTP-21.0.4/erts/etc/unix/dyn_erl.c:178:27: note: Null pointer addition
otp-OTP-21.0.4/erts/etc/unix/dyn_erl.c:163:18: style: The scope of the variable 'dp' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/etc/unix/dyn_erl.c:272:20: style: The scope of the variable 'dirp' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/etc/unix/run_erl.c:237:7: style: The scope of the variable 'fd' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/etc/unix/run_erl.c:502:9: style: The scope of the variable 'maxfd' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/etc/unix/run_erl.c:503:9: style: The scope of the variable 'ready' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/etc/unix/run_erl.c:1310:9: style: The scope of the variable 'written' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/etc/unix/run_erl.c:1362:11: style: The scope of the variable 'command' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/etc/unix/run_erl.c:1363:11: style: The scope of the variable 'end' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/etc/unix/run_erl.c:930:35: style: Function 'open_pty_master' argument 1 names different: declaration 'name' definition 'ptyslave'. [funcArgNamesDifferent]
otp-OTP-21.0.4/erts/etc/unix/run_erl.c:141:35: note: Function 'open_pty_master' argument 1 names different: declaration 'name' definition 'ptyslave'.
otp-OTP-21.0.4/erts/etc/unix/run_erl.c:930:35: note: Function 'open_pty_master' argument 1 names different: declaration 'name' definition 'ptyslave'.
otp-OTP-21.0.4/erts/etc/unix/run_erl.c:930:50: style: Function 'open_pty_master' argument 2 names different: declaration 'sfd' definition 'sfdp'. [funcArgNamesDifferent]
otp-OTP-21.0.4/erts/etc/unix/run_erl.c:141:46: note: Function 'open_pty_master' argument 2 names different: declaration 'sfd' definition 'sfdp'.
otp-OTP-21.0.4/erts/etc/unix/run_erl.c:930:50: note: Function 'open_pty_master' argument 2 names different: declaration 'sfd' definition 'sfdp'.
otp-OTP-21.0.4/erts/etc/unix/run_erl.c:1266:39: style: Function 'outbuf_append' argument 1 names different: declaration 'bytes' definition 'buf'. [funcArgNamesDifferent]
otp-OTP-21.0.4/erts/etc/unix/run_erl.c:160:39: note: Function 'outbuf_append' argument 1 names different: declaration 'bytes' definition 'buf'.
otp-OTP-21.0.4/erts/etc/unix/run_erl.c:1266:39: note: Function 'outbuf_append' argument 1 names different: declaration 'bytes' definition 'buf'.
otp-OTP-21.0.4/erts/etc/unix/run_erl.c:1340:42: style: Function 'sf_open' argument 2 names different: declaration 'flags' definition 'type'. [funcArgNamesDifferent]
otp-OTP-21.0.4/erts/etc/unix/run_erl.c:167:42: note: Function 'sf_open' argument 2 names different: declaration 'flags' definition 'type'.
otp-OTP-21.0.4/erts/etc/unix/run_erl.c:1340:42: note: Function 'sf_open' argument 2 names different: declaration 'flags' definition 'type'.
otp-OTP-21.0.4/erts/etc/unix/safe_string.c:98:42: style: Function 'find_str' argument 2 names different: declaration 'size' definition 'hsize'. [funcArgNamesDifferent]
otp-OTP-21.0.4/erts/etc/unix/safe_string.h:61:42: note: Function 'find_str' argument 2 names different: declaration 'size' definition 'hsize'.
otp-OTP-21.0.4/erts/etc/unix/safe_string.c:98:42: note: Function 'find_str' argument 2 names different: declaration 'size' definition 'hsize'.
otp-OTP-21.0.4/erts/etc/unix/setuid_socket_wrap.c:68:21: style: The scope of the variable 'se' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/etc/unix/to_erl.c:393:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
otp-OTP-21.0.4/erts/etc/unix/to_erl.c:547:6: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
otp-OTP-21.0.4/erts/etc/unix/to_erl.c:547:6: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
otp-OTP-21.0.4/erts/etc/unix/to_erl.c:570:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
otp-OTP-21.0.4/erts/etc/unix/to_erl.c:129:12: style: The scope of the variable 'len' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/etc/unix/to_erl.c:498:9: style: The scope of the variable 'written' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/etc/unix/to_erl.c:546:41: style: Checking if unsigned variable 're_high' is less than zero. [unsignedLessThanZero]
otp-OTP-21.0.4/erts/etc/win32/cygwin_tools/mingw/coffix.c:125:6: warning: printf format string requires 3 parameters but 4 are given. [wrongPrintfScanfArgNum]
otp-OTP-21.0.4/erts/etc/win32/cygwin_tools/mingw/coffix.c:52:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/etc/win32/cygwin_tools/mingw/coffix.c:153:13: style: The scope of the variable 'ap' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/etc/win32/cygwin_tools/vc/cc_wrap.c:839:5: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
otp-OTP-21.0.4/erts/etc/win32/cygwin_tools/vc/cc_wrap.c:671:10: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
otp-OTP-21.0.4/erts/etc/win32/cygwin_tools/vc/cc_wrap.c:674:4: note: Found duplicate branches for 'if' and 'else'.
otp-OTP-21.0.4/erts/etc/win32/cygwin_tools/vc/cc_wrap.c:671:10: note: Found duplicate branches for 'if' and 'else'.
otp-OTP-21.0.4/erts/etc/win32/cygwin_tools/vc/cc_wrap.c:105:9: style: The scope of the variable 'num' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/etc/win32/cygwin_tools/vc/cc_wrap.c:177:11: style: The scope of the variable 'win32' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/etc/win32/cygwin_tools/vc/cc_wrap.c:700:8: style: The scope of the variable 'params' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/etc/win32/cygwin_tools/vc/cc_wrap.c:213:7: error: Common realloc mistake: 'w32_short' nulled but not freed upon failure [memleakOnRealloc]
otp-OTP-21.0.4/erts/etc/win32/cygwin_tools/vc/coffix.c:125:6: warning: printf format string requires 3 parameters but 4 are given. [wrongPrintfScanfArgNum]
otp-OTP-21.0.4/erts/etc/win32/cygwin_tools/vc/coffix.c:52:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/etc/win32/cygwin_tools/vc/coffix.c:153:13: style: The scope of the variable 'ap' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/etc/win32/cygwin_tools/vc/ld_wrap.c:97:11: style: The scope of the variable 'win32' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/etc/win32/cygwin_tools/vc/ld_wrap.c:133:7: error: Common realloc mistake: 'w32_short' nulled but not freed upon failure [memleakOnRealloc]
otp-OTP-21.0.4/erts/etc/win32/erl.c:59:10: style: The scope of the variable 'len' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/etc/win32/erl.c:263:18: style: The scope of the variable 'inis' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/etc/win32/erl.c:264:11: style: The scope of the variable 'utf8dir' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/etc/win32/erl.c:265:9: style: The scope of the variable 'len' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/etc/win32/erl.c:66:5: error: Common realloc mistake: 'path' nulled but not freed upon failure [memleakOnRealloc]
otp-OTP-21.0.4/erts/etc/win32/erlsrv/erlsrv_interactive.c:230:4: warning: Either the condition 'service==NULL' is redundant or there is possible null pointer dereference: service. [nullPointerRedundantCheck]
otp-OTP-21.0.4/erts/etc/win32/erlsrv/erlsrv_interactive.c:233:14: note: Assuming that condition 'service==NULL' is not redundant
otp-OTP-21.0.4/erts/etc/win32/erlsrv/erlsrv_interactive.c:230:4: note: Null pointer dereference
otp-OTP-21.0.4/erts/etc/win32/erlsrv/erlsrv_interactive.c:249:6: warning: Either the condition 'service==NULL' is redundant or there is possible null pointer dereference: service. [nullPointerRedundantCheck]
otp-OTP-21.0.4/erts/etc/win32/erlsrv/erlsrv_interactive.c:253:16: note: Assuming that condition 'service==NULL' is not redundant
otp-OTP-21.0.4/erts/etc/win32/erlsrv/erlsrv_interactive.c:249:6: note: Null pointer dereference
otp-OTP-21.0.4/erts/etc/win32/erlsrv/erlsrv_interactive.c:97:12: style: The scope of the variable 'tmp' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/etc/win32/erlsrv/erlsrv_interactive.c:673:7: style: The scope of the variable 'current' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/etc/win32/erlsrv/erlsrv_interactive.c:1150:6: error: Common realloc mistake: 'line' nulled but not freed upon failure [memleakOnRealloc]
otp-OTP-21.0.4/erts/etc/win32/erlsrv/erlsrv_interactive.c:1174:6: error: Common realloc mistake: 'argv' nulled but not freed upon failure [memleakOnRealloc]
otp-OTP-21.0.4/erts/etc/win32/erlsrv/erlsrv_registry.c:382:0: style: Variable 'catcount' is assigned a value that is never used. [unreadVariable]
otp-OTP-21.0.4/erts/etc/win32/erlsrv/erlsrv_registry.c:143:2: error: Common realloc mistake: 'val_data' nulled but not freed upon failure [memleakOnRealloc]
otp-OTP-21.0.4/erts/etc/win32/erlsrv/erlsrv_registry.c:182:6: error: Common realloc mistake: 'tmpbuf' nulled but not freed upon failure [memleakOnRealloc]
otp-OTP-21.0.4/erts/etc/win32/erlsrv/erlsrv_registry.c:361:7: error: Common realloc mistake: 'res' nulled but not freed upon failure [memleakOnRealloc]
otp-OTP-21.0.4/erts/etc/win32/erlsrv/erlsrv_service.c:332:15: style: The scope of the variable 'tmp' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/etc/win32/erlsrv/erlsrv_service.c:605:10: style: The scope of the variable 'toerl' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/etc/win32/erlsrv/erlsrv_service.c:184:5: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
otp-OTP-21.0.4/erts/etc/win32/erlsrv/erlsrv_util.c:132:12: style: The scope of the variable 'pek' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/etc/win32/init_file.c:447:18: style: The scope of the variable 'oinis' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/etc/win32/init_file.c:511:11: style: Unused variable: obuff [unusedVariable]
otp-OTP-21.0.4/erts/etc/win32/init_file.c:557:16: style: Unused variable: inie [unusedVariable]
otp-OTP-21.0.4/erts/etc/win32/init_file.c:79:3: error: Common realloc mistake: 'buff' nulled but not freed upon failure [memleakOnRealloc]
otp-OTP-21.0.4/erts/etc/win32/init_file.c:88:7: error: Common realloc mistake: 'buff' nulled but not freed upon failure [memleakOnRealloc]
otp-OTP-21.0.4/erts/etc/win32/init_file.c:98:7: error: Common realloc mistake: 'buff' nulled but not freed upon failure [memleakOnRealloc]
otp-OTP-21.0.4/erts/etc/win32/init_file.c:119:3: error: Common realloc mistake: 'buff' nulled but not freed upon failure [memleakOnRealloc]
otp-OTP-21.0.4/erts/etc/win32/init_file.c:134:5: error: Common realloc mistake: 'buff' nulled but not freed upon failure [memleakOnRealloc]
otp-OTP-21.0.4/erts/etc/win32/init_file.c:212:6: error: Common realloc mistake: 'lines' nulled but not freed upon failure [memleakOnRealloc]
otp-OTP-21.0.4/erts/etc/win32/init_file.c:336:7: error: Common realloc mistake: 'buff' nulled but not freed upon failure [memleakOnRealloc]
otp-OTP-21.0.4/erts/etc/win32/init_file.c:338:7: error: Common realloc mistake: 'buff' nulled but not freed upon failure [memleakOnRealloc]
otp-OTP-21.0.4/erts/etc/win32/init_file.c:342:6: error: Common realloc mistake: 'buff' nulled but not freed upon failure [memleakOnRealloc]
otp-OTP-21.0.4/erts/etc/win32/init_file.c:348:7: error: Common realloc mistake: 'buff' nulled but not freed upon failure [memleakOnRealloc]
otp-OTP-21.0.4/erts/etc/win32/init_file.c:350:7: error: Common realloc mistake: 'buff' nulled but not freed upon failure [memleakOnRealloc]
otp-OTP-21.0.4/erts/etc/win32/init_file.c:354:6: error: Common realloc mistake: 'buff' nulled but not freed upon failure [memleakOnRealloc]
otp-OTP-21.0.4/erts/etc/win32/msys_tools/vc/coffix.c:125:6: warning: printf format string requires 3 parameters but 4 are given. [wrongPrintfScanfArgNum]
otp-OTP-21.0.4/erts/etc/win32/msys_tools/vc/coffix.c:52:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/etc/win32/msys_tools/vc/coffix.c:153:13: style: The scope of the variable 'ap' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/etc/win32/start_erl.c:357:11: style: The scope of the variable 'fp' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/etc/win32/start_erl.c:358:10: style: The scope of the variable 'fsize' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/etc/win32/start_erl.c:360:18: style: The scope of the variable 'bootf' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/etc/win32/start_erl.c:326:9: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
otp-OTP-21.0.4/erts/etc/win32/start_erl.c:331:5: error: Resource handle 'fp' freed twice. [doubleFree]
otp-OTP-21.0.4/erts/etc/win32/start_erl.c:224:5: error: Common realloc mistake: 'newstr' nulled but not freed upon failure [memleakOnRealloc]
otp-OTP-21.0.4/erts/etc/win32/start_erl.c:401:2: error: Common realloc mistake: 'bootf' nulled but not freed upon failure [memleakOnRealloc]
otp-OTP-21.0.4/erts/etc/win32/start_erl.c:207:10: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
otp-OTP-21.0.4/erts/etc/win32/start_erl.c:242:14: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
otp-OTP-21.0.4/erts/etc/win32/win_erlexec.c:103:5: style: Variable 'wkey' is reassigned a value before the old one has been used. [redundantAssignment]
otp-OTP-21.0.4/erts/etc/win32/win_erlexec.c:95:0: note: Variable 'wkey' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/erts/etc/win32/win_erlexec.c:103:5: note: Variable 'wkey' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/erts/etc/win32/win_erlexec.c:104:5: style: Variable 'wvalue' is reassigned a value before the old one has been used. [redundantAssignment]
otp-OTP-21.0.4/erts/etc/win32/win_erlexec.c:96:0: note: Variable 'wvalue' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/erts/etc/win32/win_erlexec.c:104:5: note: Variable 'wvalue' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/erts/etc/win32/win_erlexec.c:169:2: style: Variable 'start_prog' is reassigned a value before the old one has been used. [redundantAssignment]
otp-OTP-21.0.4/erts/etc/win32/win_erlexec.c:154:0: note: Variable 'start_prog' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/erts/etc/win32/win_erlexec.c:169:2: note: Variable 'start_prog' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/erts/etc/win32/win_erlexec.c:209:2: style: Variable 'emu' is reassigned a value before the old one has been used. [redundantAssignment]
otp-OTP-21.0.4/erts/etc/win32/win_erlexec.c:205:0: note: Variable 'emu' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/erts/etc/win32/win_erlexec.c:209:2: note: Variable 'emu' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/erts/etc/win32/win_erlexec.c:225:2: style: Variable 'beam_module' is reassigned a value before the old one has been used. [redundantAssignment]
otp-OTP-21.0.4/erts/etc/win32/win_erlexec.c:207:0: note: Variable 'beam_module' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/erts/etc/win32/win_erlexec.c:225:2: note: Variable 'beam_module' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/erts/etc/win32/win_erlexec.c:289:2: style: Variable 'start_prog' is reassigned a value before the old one has been used. [redundantAssignment]
otp-OTP-21.0.4/erts/etc/win32/win_erlexec.c:277:0: note: Variable 'start_prog' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/erts/etc/win32/win_erlexec.c:289:2: note: Variable 'start_prog' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/erts/etc/win32/win_erlexec.c:330:2: style: Variable 'emu' is reassigned a value before the old one has been used. [redundantAssignment]
otp-OTP-21.0.4/erts/etc/win32/win_erlexec.c:326:0: note: Variable 'emu' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/erts/etc/win32/win_erlexec.c:330:2: note: Variable 'emu' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/erts/etc/win32/win_erlexec.c:254:11: style: The scope of the variable 'title' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/etc/win32/win_erlexec.c:451:11: style: The scope of the variable 'p' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/etc/win32/win_erlexec.c:452:11: style: The scope of the variable 'q' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/etc/win32/win_erlexec.c:455:9: style: The scope of the variable 'n' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/etc/win32/win_erlexec.c:456:9: style: The scope of the variable 'm' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/etc/win32/win_erlexec.c:263:5: style: Variable 'fd_type' is modified but its new value is never used. [unreadVariable]
otp-OTP-21.0.4/erts/example/matrix_nif.c:144:15: style: Same expression on both sides of '!='. [duplicateExpression]
otp-OTP-21.0.4/erts/lib_src/common/erl_memory_trace_parser.c:53:0: error: #error trace version mismatch (expected version 2.0) [preprocessorErrorDirective]
otp-OTP-21.0.4/erts/lib_src/common/erl_misc_utils.c:323:16: style: Condition 'online>configured' is always false [knownConditionTrueFalse]
otp-OTP-21.0.4/erts/lib_src/common/erl_misc_utils.c:270:18: note: Assignment 'online=0', assigned value is 0
otp-OTP-21.0.4/erts/lib_src/common/erl_misc_utils.c:323:16: note: Condition 'online>configured' is always false
otp-OTP-21.0.4/erts/lib_src/common/erl_misc_utils.c:409:19: style: Condition 'available>online' is always false [knownConditionTrueFalse]
otp-OTP-21.0.4/erts/lib_src/common/erl_misc_utils.c:271:21: note: Assignment 'available=0', assigned value is 0
otp-OTP-21.0.4/erts/lib_src/common/erl_misc_utils.c:409:19: note: Condition 'available>online' is always false
otp-OTP-21.0.4/erts/lib_src/common/erl_misc_utils.c:323:16: style: Same expression on both sides of '>' because the value of 'online' and 'configured' are the same. [duplicateExpression]
otp-OTP-21.0.4/erts/lib_src/common/erl_misc_utils.c:270:18: note: 'online' is assigned value '0' here.
otp-OTP-21.0.4/erts/lib_src/common/erl_misc_utils.c:269:22: note: 'configured' is assigned value '0' here.
otp-OTP-21.0.4/erts/lib_src/common/erl_misc_utils.c:323:16: note: Same expression on both sides of '>' because the value of 'online' and 'configured' are the same.
otp-OTP-21.0.4/erts/lib_src/common/erl_printf.c:167:13: style: The scope of the variable 'size' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/lib_src/common/erl_printf_format.c:558:0: error: #error No 64-bit integer datatype found [preprocessorErrorDirective]
otp-OTP-21.0.4/erts/lib_src/common/ethr_atomics.c:202:7: style: union member 'Anonymous0::buf' is never used. [unusedStructMember]
otp-OTP-21.0.4/erts/lib_src/common/ethr_aux.c:511:28: warning: Either the condition 'res!=0&&tsepp' is redundant or there is possible null pointer dereference: tsepp. [nullPointerRedundantCheck]
otp-OTP-21.0.4/erts/lib_src/common/ethr_aux.c:533:18: note: Assuming that condition 'res!=0&&tsepp' is not redundant
otp-OTP-21.0.4/erts/lib_src/common/ethr_aux.c:511:28: note: Null pointer dereference
otp-OTP-21.0.4/erts/lib_src/common/ethr_aux.c:547:28: warning: Either the condition 'if(tsepp)' is redundant or there is possible null pointer dereference: tsepp. [nullPointerRedundantCheck]
otp-OTP-21.0.4/erts/lib_src/common/ethr_aux.c:566:8: note: Assuming that condition 'if(tsepp)' is not redundant
otp-OTP-21.0.4/erts/lib_src/common/ethr_aux.c:547:28: note: Null pointer dereference
otp-OTP-21.0.4/erts/lib_src/common/ethr_aux.c:546:9: style: The scope of the variable 'res' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/lib_src/common/ethr_mutex.c:1757:0: error: #error "No mutex implementation found" [preprocessorErrorDirective]
otp-OTP-21.0.4/erts/lib_src/pthread/ethr_event.c:613:0: error: #error No ethread event implementation [preprocessorErrorDirective]
otp-OTP-21.0.4/erts/lib_src/pthread/ethread.c:59:0: error: #error Missing configure defines [preprocessorErrorDirective]
otp-OTP-21.0.4/erts/lib_src/win/ethread.c:48:0: error: #error Missing configure defines [preprocessorErrorDirective]
otp-OTP-21.0.4/erts/test/erl_print_SUITE_data/erl_print_tests.c:286:18: style: Condition 'sizeof(long)!=(sizeof(void*)==8?8:4)' is always false [knownConditionTrueFalse]
otp-OTP-21.0.4/erts/test/erl_print_SUITE_data/erl_print_tests.c:83:5: warning: Char literal compared with pointer 'frmt'. Did you intend to dereference it? [charLiteralWithCharPtrCompare]
otp-OTP-21.0.4/erts/test/erl_print_SUITE_data/erl_print_tests.c:89:5: warning: Char literal compared with pointer 'frmt'. Did you intend to dereference it? [charLiteralWithCharPtrCompare]
otp-OTP-21.0.4/erts/test/erl_print_SUITE_data/erl_print_tests.c:97:5: warning: Char literal compared with pointer 'frmt'. Did you intend to dereference it? [charLiteralWithCharPtrCompare]
otp-OTP-21.0.4/erts/test/erl_print_SUITE_data/erl_print_tests.c:110:5: warning: Char literal compared with pointer 'frmt'. Did you intend to dereference it? [charLiteralWithCharPtrCompare]
otp-OTP-21.0.4/erts/test/erl_print_SUITE_data/erl_print_tests.c:119:5: warning: Char literal compared with pointer 'frmt'. Did you intend to dereference it? [charLiteralWithCharPtrCompare]
otp-OTP-21.0.4/erts/test/erlexec_SUITE_data/erlexec_tests.c:56:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/test/ethread_SUITE_data/ethread_tests.c:269:5: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
otp-OTP-21.0.4/erts/test/ethread_SUITE_data/ethread_tests.c:267:5: note: Variable 'res' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/erts/test/ethread_SUITE_data/ethread_tests.c:269:5: note: Variable 'res' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/erts/test/ethread_SUITE_data/ethread_tests.c:240:9: style: The scope of the variable 'res' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/test/ethread_SUITE_data/ethread_tests.c:433:9: style: The scope of the variable 'res' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/test/ethread_SUITE_data/ethread_tests.c:841:9: style: The scope of the variable 'res' can be reduced. [variableScope]
otp-OTP-21.0.4/erts/test/ethread_SUITE_data/ethread_tests.c:91:5: warning: Char literal compared with pointer 'frmt'. Did you intend to dereference it? [charLiteralWithCharPtrCompare]
otp-OTP-21.0.4/erts/test/ethread_SUITE_data/ethread_tests.c:107:5: warning: Char literal compared with pointer 'frmt'. Did you intend to dereference it? [charLiteralWithCharPtrCompare]
otp-OTP-21.0.4/erts/test/ethread_SUITE_data/ethread_tests.c:120:5: warning: Char literal compared with pointer 'frmt'. Did you intend to dereference it? [charLiteralWithCharPtrCompare]
otp-OTP-21.0.4/erts/test/ethread_SUITE_data/ethread_tests.c:129:5: warning: Char literal compared with pointer 'frmt'. Did you intend to dereference it? [charLiteralWithCharPtrCompare]
otp-OTP-21.0.4/erts/test/utils/gccifier.c:323:13: style: Condition 'res<0' is always false [knownConditionTrueFalse]
otp-OTP-21.0.4/erts/test/utils/gccifier.c:312:11: note: Assignment 'res=1', assigned value is 1
otp-OTP-21.0.4/erts/test/utils/gccifier.c:323:13: note: Condition 'res<0' is always false
otp-OTP-21.0.4/erts/test/utils/gccifier.c:171:26: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
otp-OTP-21.0.4/erts/test/utils/gccifier.c:174:25: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
otp-OTP-21.0.4/erts/test/utils/gccifier.c:195:25: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
otp-OTP-21.0.4/erts/test/utils/gccifier.c:199:25: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
otp-OTP-21.0.4/erts/test/utils/gccifier.c:203:25: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
otp-OTP-21.0.4/erts/test/utils/gccifier.c:260:31: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
otp-OTP-21.0.4/erts/test/utils/gccifier.c:264:29: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
otp-OTP-21.0.4/lib/asn1/c_src/asn1_erl_nif.c:949:20: style: The scope of the variable 'tmp_out_buff' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/crypto/c_src/crypto.c:1466:5: style: Variable 'digp' is reassigned a value before the old one has been used. [redundantAssignment]
otp-OTP-21.0.4/lib/crypto/c_src/crypto.c:1460:0: note: Variable 'digp' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/crypto/c_src/crypto.c:1466:5: note: Variable 'digp' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/crypto/c_src/crypto.c:1577:5: style: Variable 'digp' is reassigned a value before the old one has been used. [redundantAssignment]
otp-OTP-21.0.4/lib/crypto/c_src/crypto.c:1572:0: note: Variable 'digp' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/crypto/c_src/crypto.c:1577:5: note: Variable 'digp' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/crypto/c_src/crypto.c:1814:5: style: Variable 'digp' is reassigned a value before the old one has been used. [redundantAssignment]
otp-OTP-21.0.4/lib/crypto/c_src/crypto.c:1808:0: note: Variable 'digp' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/crypto/c_src/crypto.c:1814:5: note: Variable 'digp' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/crypto/c_src/crypto.c:1860:5: style: Variable 'digp' is reassigned a value before the old one has been used. [redundantAssignment]
otp-OTP-21.0.4/lib/crypto/c_src/crypto.c:1855:0: note: Variable 'digp' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/crypto/c_src/crypto.c:1860:5: note: Variable 'digp' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/crypto/c_src/crypto.c:3257:20: style: The scope of the variable 'ptr' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/crypto/c_src/crypto.c:3258:14: style: The scope of the variable 'dlen' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/crypto/c_src/crypto.c:4064:9: style: The scope of the variable 'i' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/crypto/c_src/crypto.c:4592:9: style: The scope of the variable 'i' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/crypto/c_src/crypto.c:978:10: style: Unused variable: lib_buf [unusedVariable]
otp-OTP-21.0.4/lib/erl_interface/src/connect/ei_connect.c:1067:5: style: Variable 'self->num' is reassigned a value before the old one has been used. [redundantAssignment]
otp-OTP-21.0.4/lib/erl_interface/src/connect/ei_connect.c:1061:5: note: Variable 'self->num' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/erl_interface/src/connect/ei_connect.c:1067:5: note: Variable 'self->num' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/erl_interface/src/connect/ei_connect.c:908:19: style: The scope of the variable 'fourbyte' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/erl_interface/src/connect/ei_connect.c:1135:10: style: The scope of the variable 'rex' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/erl_interface/src/connect/ei_connect.c:1383:17: style: The scope of the variable 'function' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/erl_interface/src/connect/ei_connect.c:1804:38: style: Function 'get_cookie' argument 2 names different: declaration 'len' definition 'bufsize'. [funcArgNamesDifferent]
otp-OTP-21.0.4/lib/erl_interface/src/connect/ei_connect.c:109:38: note: Function 'get_cookie' argument 2 names different: declaration 'len' definition 'bufsize'.
otp-OTP-21.0.4/lib/erl_interface/src/connect/ei_connect.c:1804:38: note: Function 'get_cookie' argument 2 names different: declaration 'len' definition 'bufsize'.
otp-OTP-21.0.4/lib/erl_interface/src/connect/ei_connect.c:196:2: error: Common realloc mistake: 'ei_sockets' nulled but not freed upon failure [memleakOnRealloc]
otp-OTP-21.0.4/lib/erl_interface/src/connect/send_exit.c:42:38: style: Function 'ei_send_exit' argument 4 names different: declaration 'msg' definition 'reason'. [funcArgNamesDifferent]
otp-OTP-21.0.4/lib/erl_interface/src/connect/eisend.h:27:16: note: Function 'ei_send_exit' argument 4 names different: declaration 'msg' definition 'reason'.
otp-OTP-21.0.4/lib/erl_interface/src/connect/send_exit.c:42:38: note: Function 'ei_send_exit' argument 4 names different: declaration 'msg' definition 'reason'.
otp-OTP-21.0.4/lib/erl_interface/src/connect/send_exit.c:49:20: style: Function 'ei_send_exit_tmo' argument 4 names different: declaration 'msg' definition 'reason'. [funcArgNamesDifferent]
otp-OTP-21.0.4/lib/erl_interface/src/connect/eisend.h:30:20: note: Function 'ei_send_exit_tmo' argument 4 names different: declaration 'msg' definition 'reason'.
otp-OTP-21.0.4/lib/erl_interface/src/connect/send_exit.c:49:20: note: Function 'ei_send_exit_tmo' argument 4 names different: declaration 'msg' definition 'reason'.
otp-OTP-21.0.4/lib/erl_interface/src/decode/decode_ref.c:30:14: style: The scope of the variable 'i' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/erl_interface/src/encode/encode_atom.c:60:7: style: The scope of the variable 'offs' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/erl_interface/src/encode/encode_big.c:28:45: warning: Either the condition 'if(buf)' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
otp-OTP-21.0.4/lib/erl_interface/src/encode/encode_big.c:34:5: note: Assuming that condition 'if(buf)' is not redundant
otp-OTP-21.0.4/lib/erl_interface/src/encode/encode_big.c:28:45: note: Null pointer addition
otp-OTP-21.0.4/lib/erl_interface/src/encode/encode_big.c:51:16: style: The scope of the variable 'hi' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/erl_interface/src/encode/encode_big.c:51:20: style: The scope of the variable 'lo' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/erl_interface/src/encode/encode_binary.c:27:17: warning: Either the condition '!buf' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
otp-OTP-21.0.4/lib/erl_interface/src/encode/encode_binary.c:30:7: note: Assuming that condition '!buf' is not redundant
otp-OTP-21.0.4/lib/erl_interface/src/encode/encode_binary.c:27:17: note: Null pointer addition
otp-OTP-21.0.4/lib/erl_interface/src/encode/encode_boolean.c:27:17: warning: Either the condition '!buf' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
otp-OTP-21.0.4/lib/erl_interface/src/encode/encode_boolean.c:35:7: note: Assuming that condition '!buf' is not redundant
otp-OTP-21.0.4/lib/erl_interface/src/encode/encode_boolean.c:27:17: note: Null pointer addition
otp-OTP-21.0.4/lib/erl_interface/src/encode/encode_char.c:26:17: warning: Either the condition '!buf' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
otp-OTP-21.0.4/lib/erl_interface/src/encode/encode_char.c:29:7: note: Assuming that condition '!buf' is not redundant
otp-OTP-21.0.4/lib/erl_interface/src/encode/encode_char.c:26:17: note: Null pointer addition
otp-OTP-21.0.4/lib/erl_interface/src/encode/encode_double.c:31:17: warning: Either the condition '!buf' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
otp-OTP-21.0.4/lib/erl_interface/src/encode/encode_double.c:43:7: note: Assuming that condition '!buf' is not redundant
otp-OTP-21.0.4/lib/erl_interface/src/encode/encode_double.c:31:17: note: Null pointer addition
otp-OTP-21.0.4/lib/erl_interface/src/encode/encode_list_header.c:26:17: warning: Either the condition '!buf' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
otp-OTP-21.0.4/lib/erl_interface/src/encode/encode_list_header.c:31:9: note: Assuming that condition '!buf' is not redundant
otp-OTP-21.0.4/lib/erl_interface/src/encode/encode_list_header.c:26:17: note: Null pointer addition
otp-OTP-21.0.4/lib/erl_interface/src/encode/encode_long.c:32:17: warning: Either the condition '!buf' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
otp-OTP-21.0.4/lib/erl_interface/src/encode/encode_long.c:36:9: note: Assuming that condition '!buf' is not redundant
otp-OTP-21.0.4/lib/erl_interface/src/encode/encode_long.c:32:17: note: Null pointer addition
otp-OTP-21.0.4/lib/erl_interface/src/encode/encode_longlong.c:58:19: warning: Either the condition '!buf' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
otp-OTP-21.0.4/lib/erl_interface/src/encode/encode_longlong.c:62:6: note: Assuming that condition '!buf' is not redundant
otp-OTP-21.0.4/lib/erl_interface/src/encode/encode_longlong.c:58:19: note: Null pointer addition
otp-OTP-21.0.4/lib/erl_interface/src/encode/encode_pid.c:27:17: warning: Either the condition 'if(buf)' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
otp-OTP-21.0.4/lib/erl_interface/src/encode/encode_pid.c:35:6: note: Assuming that condition 'if(buf)' is not redundant
otp-OTP-21.0.4/lib/erl_interface/src/encode/encode_pid.c:27:17: note: Null pointer addition
otp-OTP-21.0.4/lib/erl_interface/src/encode/encode_port.c:27:17: warning: Either the condition 'if(buf)' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
otp-OTP-21.0.4/lib/erl_interface/src/encode/encode_port.c:35:6: note: Assuming that condition 'if(buf)' is not redundant
otp-OTP-21.0.4/lib/erl_interface/src/encode/encode_port.c:27:17: note: Null pointer addition
otp-OTP-21.0.4/lib/erl_interface/src/encode/encode_ref.c:28:17: warning: Either the condition 'if(buf)' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
otp-OTP-21.0.4/lib/erl_interface/src/encode/encode_ref.c:39:6: note: Assuming that condition 'if(buf)' is not redundant
otp-OTP-21.0.4/lib/erl_interface/src/encode/encode_ref.c:28:17: note: Null pointer addition
otp-OTP-21.0.4/lib/erl_interface/src/encode/encode_ref.c:29:7: style: The scope of the variable 'i' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/erl_interface/src/encode/encode_string.c:37:19: warning: Either the condition '!buf' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
otp-OTP-21.0.4/lib/erl_interface/src/encode/encode_string.c:43:11: note: Assuming that condition '!buf' is not redundant
otp-OTP-21.0.4/lib/erl_interface/src/encode/encode_string.c:37:19: note: Null pointer addition
otp-OTP-21.0.4/lib/erl_interface/src/encode/encode_tuple_header.c:26:17: warning: Either the condition '!buf' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
otp-OTP-21.0.4/lib/erl_interface/src/encode/encode_tuple_header.c:32:9: note: Assuming that condition '!buf' is not redundant
otp-OTP-21.0.4/lib/erl_interface/src/encode/encode_tuple_header.c:26:17: note: Null pointer addition
otp-OTP-21.0.4/lib/erl_interface/src/encode/encode_tuple_header.c:53:17: warning: Either the condition '!buf' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
otp-OTP-21.0.4/lib/erl_interface/src/encode/encode_tuple_header.c:58:7: note: Assuming that condition '!buf' is not redundant
otp-OTP-21.0.4/lib/erl_interface/src/encode/encode_tuple_header.c:53:17: note: Null pointer addition
otp-OTP-21.0.4/lib/erl_interface/src/encode/encode_ulong.c:27:17: warning: Either the condition '!buf' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
otp-OTP-21.0.4/lib/erl_interface/src/encode/encode_ulong.c:31:9: note: Assuming that condition '!buf' is not redundant
otp-OTP-21.0.4/lib/erl_interface/src/encode/encode_ulong.c:27:17: note: Null pointer addition
otp-OTP-21.0.4/lib/erl_interface/src/encode/encode_ulong.c:39:28: style: Unsigned variable 'p' can't be negative so it is unnecessary to test it. [unsignedPositive]
otp-OTP-21.0.4/lib/erl_interface/src/encode/encode_ulonglong.c:53:19: warning: Either the condition '!buf' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
otp-OTP-21.0.4/lib/erl_interface/src/encode/encode_ulonglong.c:57:6: note: Assuming that condition '!buf' is not redundant
otp-OTP-21.0.4/lib/erl_interface/src/encode/encode_ulonglong.c:53:19: note: Null pointer addition
otp-OTP-21.0.4/lib/erl_interface/src/encode/encode_version.c:27:17: warning: Either the condition '!buf' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
otp-OTP-21.0.4/lib/erl_interface/src/encode/encode_version.c:30:7: note: Assuming that condition '!buf' is not redundant
otp-OTP-21.0.4/lib/erl_interface/src/encode/encode_version.c:27:17: note: Null pointer addition
otp-OTP-21.0.4/lib/erl_interface/src/epmd/epmd_port.c:227:35: style: Function 'ei_epmd_port' argument 1 names different: declaration 'inaddr' definition 'addr'. [funcArgNamesDifferent]
otp-OTP-21.0.4/lib/erl_interface/src/epmd/ei_epmd.h:57:34: note: Function 'ei_epmd_port' argument 1 names different: declaration 'inaddr' definition 'addr'.
otp-OTP-21.0.4/lib/erl_interface/src/epmd/epmd_port.c:227:35: note: Function 'ei_epmd_port' argument 1 names different: declaration 'inaddr' definition 'addr'.
otp-OTP-21.0.4/lib/erl_interface/src/epmd/epmd_port.c:232:39: style: Function 'ei_epmd_port_tmo' argument 1 names different: declaration 'inaddr' definition 'addr'. [funcArgNamesDifferent]
otp-OTP-21.0.4/lib/erl_interface/src/epmd/ei_epmd.h:58:38: note: Function 'ei_epmd_port_tmo' argument 1 names different: declaration 'inaddr' definition 'addr'.
otp-OTP-21.0.4/lib/erl_interface/src/epmd/epmd_port.c:232:39: note: Function 'ei_epmd_port_tmo' argument 1 names different: declaration 'inaddr' definition 'addr'.
otp-OTP-21.0.4/lib/erl_interface/src/legacy/encode_term.c:40:17: warning: Either the condition '!buf' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
otp-OTP-21.0.4/lib/erl_interface/src/legacy/encode_term.c:43:7: note: Assuming that condition '!buf' is not redundant
otp-OTP-21.0.4/lib/erl_interface/src/legacy/encode_term.c:40:17: note: Null pointer addition
otp-OTP-21.0.4/lib/erl_interface/src/legacy/erl_connect.c:372:19: style: The scope of the variable 'rbuf' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/erl_interface/src/legacy/erl_eterm.c:1313:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
otp-OTP-21.0.4/lib/erl_interface/src/legacy/erl_format.c:537:3: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
otp-OTP-21.0.4/lib/erl_interface/src/legacy/erl_format.c:533:0: note: Variable 'res' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/erl_interface/src/legacy/erl_format.c:537:3: note: Variable 'res' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/erl_interface/src/legacy/erl_format.c:175:14: style: Same expression on both sides of '-' because the value of '*fmt' and 'start' are the same. [duplicateExpression]
otp-OTP-21.0.4/lib/erl_interface/src/legacy/erl_format.c:163:15: note: 'start' is assigned value '*fmt' here.
otp-OTP-21.0.4/lib/erl_interface/src/legacy/erl_format.c:175:14: note: Same expression on both sides of '-' because the value of '*fmt' and 'start' are the same.
otp-OTP-21.0.4/lib/erl_interface/src/legacy/erl_format.c:197:14: style: Same expression on both sides of '-' because the value of '*fmt' and 'start' are the same. [duplicateExpression]
otp-OTP-21.0.4/lib/erl_interface/src/legacy/erl_format.c:185:15: note: 'start' is assigned value '*fmt' here.
otp-OTP-21.0.4/lib/erl_interface/src/legacy/erl_format.c:197:14: note: Same expression on both sides of '-' because the value of '*fmt' and 'start' are the same.
otp-OTP-21.0.4/lib/erl_interface/src/legacy/erl_format.c:225:14: style: Same expression on both sides of '-' because the value of '*fmt' and 'start' are the same. [duplicateExpression]
otp-OTP-21.0.4/lib/erl_interface/src/legacy/erl_format.c:209:15: note: 'start' is assigned value '*fmt' here.
otp-OTP-21.0.4/lib/erl_interface/src/legacy/erl_format.c:225:14: note: Same expression on both sides of '-' because the value of '*fmt' and 'start' are the same.
otp-OTP-21.0.4/lib/erl_interface/src/legacy/erl_format.c:658:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
otp-OTP-21.0.4/lib/erl_interface/src/legacy/erl_format.c:164:8: style: The scope of the variable 'c' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/erl_interface/src/legacy/erl_format.c:186:8: style: The scope of the variable 'c' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/erl_interface/src/legacy/erl_format.c:210:8: style: The scope of the variable 'c' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/erl_interface/src/legacy/erl_format.c:236:8: style: The scope of the variable 'c' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/erl_interface/src/legacy/erl_format.c:260:8: style: The scope of the variable 'c' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/erl_interface/src/legacy/erl_format.c:553:10: style: The scope of the variable 'tmp' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/erl_interface/src/legacy/erl_format.c:675:11: style: The scope of the variable 'i' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/erl_interface/src/legacy/erl_malloc.c:193:11: style: The scope of the variable 'i' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/erl_interface/src/legacy/erl_marshal.c:354:13: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
otp-OTP-21.0.4/lib/erl_interface/src/legacy/erl_marshal.c:347:6: note: Variable 'i' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/erl_interface/src/legacy/erl_marshal.c:354:13: note: Variable 'i' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/erl_interface/src/legacy/erl_marshal.c:1111:3: style: Variable 'ep' is reassigned a value before the old one has been used. [redundantAssignment]
otp-OTP-21.0.4/lib/erl_interface/src/legacy/erl_marshal.c:1110:3: note: Variable 'ep' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/erl_interface/src/legacy/erl_marshal.c:1111:3: note: Variable 'ep' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/erl_interface/src/legacy/erl_marshal.c:1135:3: style: Variable 'ep' is reassigned a value before the old one has been used. [redundantAssignment]
otp-OTP-21.0.4/lib/erl_interface/src/legacy/erl_marshal.c:1134:3: note: Variable 'ep' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/erl_interface/src/legacy/erl_marshal.c:1135:3: note: Variable 'ep' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/erl_interface/src/legacy/erl_marshal.c:1364:2: style: Variable 'j' is reassigned a value before the old one has been used. [redundantAssignment]
otp-OTP-21.0.4/lib/erl_interface/src/legacy/erl_marshal.c:1363:6: note: Variable 'j' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/erl_interface/src/legacy/erl_marshal.c:1364:2: note: Variable 'j' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/erl_interface/src/legacy/erl_marshal.c:688:16: style: Same expression on both sides of '-' because the value of '*ext' and 'start' are the same. [duplicateExpression]
otp-OTP-21.0.4/lib/erl_interface/src/legacy/erl_marshal.c:679:24: note: 'start' is assigned value '*ext' here.
otp-OTP-21.0.4/lib/erl_interface/src/legacy/erl_marshal.c:688:16: note: Same expression on both sides of '-' because the value of '*ext' and 'start' are the same.
otp-OTP-21.0.4/lib/erl_interface/src/legacy/erl_marshal.c:551:7: style: The scope of the variable 'i' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/erl_interface/src/legacy/erl_marshal.c:552:16: style: The scope of the variable 'u' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/erl_interface/src/legacy/erl_marshal.c:553:13: style: The scope of the variable 'l' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/erl_interface/src/legacy/erl_marshal.c:554:22: style: The scope of the variable 'ul' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/erl_interface/src/legacy/erl_marshal.c:1965:9: style: The scope of the variable 'res' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/erl_interface/src/legacy/erl_marshal.c:1585:2: style: Redundant pointer operation on 'e1' - it's already a pointer. [redundantPointerOp]
otp-OTP-21.0.4/lib/erl_interface/src/legacy/erl_marshal.c:1593:2: style: Redundant pointer operation on 'e1' - it's already a pointer. [redundantPointerOp]
otp-OTP-21.0.4/lib/erl_interface/src/legacy/erl_marshal.c:1601:2: style: Redundant pointer operation on 'e2' - it's already a pointer. [redundantPointerOp]
otp-OTP-21.0.4/lib/erl_interface/src/legacy/erl_marshal.c:1609:2: style: Redundant pointer operation on 'e2' - it's already a pointer. [redundantPointerOp]
otp-OTP-21.0.4/lib/erl_interface/src/legacy/erl_timeout.c:124:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
otp-OTP-21.0.4/lib/erl_interface/src/misc/ei_decode_term.c:92:7: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
otp-OTP-21.0.4/lib/erl_interface/src/misc/ei_decode_term.c:94:4: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
otp-OTP-21.0.4/lib/erl_interface/src/misc/ei_decode_term.c:115:16: style: Same expression on both sides of '-' because the value of 's' and 's0' are the same. [duplicateExpression]
otp-OTP-21.0.4/lib/erl_interface/src/misc/ei_decode_term.c:35:42: note: 's0' is assigned value 's' here.
otp-OTP-21.0.4/lib/erl_interface/src/misc/ei_decode_term.c:115:16: note: Same expression on both sides of '-' because the value of 's' and 's0' are the same.
otp-OTP-21.0.4/lib/erl_interface/src/misc/ei_format.c:141:16: style: Same expression on both sides of '-' because the value of '*fmt' and 'start' are the same. [duplicateExpression]
otp-OTP-21.0.4/lib/erl_interface/src/misc/ei_format.c:129:25: note: 'start' is assigned value '*fmt' here.
otp-OTP-21.0.4/lib/erl_interface/src/misc/ei_format.c:141:16: note: Same expression on both sides of '-' because the value of '*fmt' and 'start' are the same.
otp-OTP-21.0.4/lib/erl_interface/src/misc/ei_format.c:130:10: style: The scope of the variable 'c' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/erl_interface/src/misc/ei_format.c:152:10: style: The scope of the variable 'c' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/erl_interface/src/misc/ei_format.c:183:10: style: The scope of the variable 'c' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/erl_interface/src/misc/ei_format.c:206:10: style: The scope of the variable 'c' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/erl_interface/src/misc/ei_format.c:71:34: style: Function 'eiformat' argument 1 names different: declaration 's' definition 'fmt'. [funcArgNamesDifferent]
otp-OTP-21.0.4/lib/erl_interface/src/misc/ei_format.c:59:34: note: Function 'eiformat' argument 1 names different: declaration 's' definition 'fmt'.
otp-OTP-21.0.4/lib/erl_interface/src/misc/ei_format.c:71:34: note: Function 'eiformat' argument 1 names different: declaration 's' definition 'fmt'.
otp-OTP-21.0.4/lib/erl_interface/src/misc/ei_portio.c:207:9: style: The scope of the variable 'error' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/erl_interface/src/misc/ei_portio.c:208:9: style: The scope of the variable 's_res' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/erl_interface/src/misc/ei_portio.c:338:9: style: The scope of the variable 'i' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/erl_interface/src/misc/ei_portio.c:359:9: style: The scope of the variable 'i' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/erl_interface/src/misc/ei_printterm.c:313:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
otp-OTP-21.0.4/lib/erl_interface/src/misc/get_type.c:43:9: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
otp-OTP-21.0.4/lib/erl_interface/src/misc/get_type.c:50:10: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
otp-OTP-21.0.4/lib/erl_interface/src/misc/get_type.c:57:10: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
otp-OTP-21.0.4/lib/erl_interface/src/misc/get_type.c:68:10: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
otp-OTP-21.0.4/lib/erl_interface/src/misc/get_type.c:72:10: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
otp-OTP-21.0.4/lib/erl_interface/src/misc/get_type.c:76:10: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
otp-OTP-21.0.4/lib/erl_interface/src/misc/show_msg.c:473:9: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
otp-OTP-21.0.4/lib/erl_interface/src/misc/show_msg.c:115:27: style: Function 'ei_show_recmsg' argument 1 names different: declaration 'dest' definition 'stream'. [funcArgNamesDifferent]
otp-OTP-21.0.4/lib/erl_interface/src/misc/show_msg.h:25:27: note: Function 'ei_show_recmsg' argument 1 names different: declaration 'dest' definition 'stream'.
otp-OTP-21.0.4/lib/erl_interface/src/misc/show_msg.c:115:27: note: Function 'ei_show_recmsg' argument 1 names different: declaration 'dest' definition 'stream'.
otp-OTP-21.0.4/lib/erl_interface/src/misc/show_msg.c:122:27: style: Function 'ei_show_sendmsg' argument 1 names different: declaration 'dest' definition 'stream'. [funcArgNamesDifferent]
otp-OTP-21.0.4/lib/erl_interface/src/misc/show_msg.h:26:28: note: Function 'ei_show_sendmsg' argument 1 names different: declaration 'dest' definition 'stream'.
otp-OTP-21.0.4/lib/erl_interface/src/misc/show_msg.c:122:27: note: Function 'ei_show_sendmsg' argument 1 names different: declaration 'dest' definition 'stream'.
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_call.c:625:9: style: The scope of the variable 'r' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_call.c:706:9: style: The scope of the variable 'start' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_call.c:754:9: style: The scope of the variable 'i' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_call.c:784:11: style: The scope of the variable 'i' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:183:3: style: Variable 'intx' is reassigned a value before the old one has been used. [redundantAssignment]
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:181:3: note: Variable 'intx' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:183:3: note: Variable 'intx' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:186:3: style: Variable 'intx' is reassigned a value before the old one has been used. [redundantAssignment]
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:183:3: note: Variable 'intx' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:186:3: note: Variable 'intx' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:189:3: style: Variable 'intx' is reassigned a value before the old one has been used. [redundantAssignment]
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:186:3: note: Variable 'intx' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:189:3: note: Variable 'intx' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:190:3: style: Variable 'intx' is reassigned a value before the old one has been used. [redundantAssignment]
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:189:3: note: Variable 'intx' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:190:3: note: Variable 'intx' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:191:3: style: Variable 'intx' is reassigned a value before the old one has been used. [redundantAssignment]
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:190:3: note: Variable 'intx' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:191:3: note: Variable 'intx' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:192:3: style: Variable 'intx' is reassigned a value before the old one has been used. [redundantAssignment]
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:191:3: note: Variable 'intx' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:192:3: note: Variable 'intx' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:193:3: style: Variable 'intx' is reassigned a value before the old one has been used. [redundantAssignment]
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:192:3: note: Variable 'intx' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:193:3: note: Variable 'intx' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:194:3: style: Variable 'intx' is reassigned a value before the old one has been used. [redundantAssignment]
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:193:3: note: Variable 'intx' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:194:3: note: Variable 'intx' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:195:3: style: Variable 'intx' is reassigned a value before the old one has been used. [redundantAssignment]
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:194:3: note: Variable 'intx' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:195:3: note: Variable 'intx' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:196:3: style: Variable 'intx' is reassigned a value before the old one has been used. [redundantAssignment]
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:195:3: note: Variable 'intx' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:196:3: note: Variable 'intx' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:197:3: style: Variable 'intx' is reassigned a value before the old one has been used. [redundantAssignment]
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:196:3: note: Variable 'intx' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:197:3: note: Variable 'intx' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:198:3: style: Variable 'intx' is reassigned a value before the old one has been used. [redundantAssignment]
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:197:3: note: Variable 'intx' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:198:3: note: Variable 'intx' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:199:3: style: Variable 'intx' is reassigned a value before the old one has been used. [redundantAssignment]
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:198:3: note: Variable 'intx' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:199:3: note: Variable 'intx' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:200:3: style: Variable 'intx' is reassigned a value before the old one has been used. [redundantAssignment]
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:199:3: note: Variable 'intx' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:200:3: note: Variable 'intx' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:201:3: style: Variable 'intx' is reassigned a value before the old one has been used. [redundantAssignment]
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:200:3: note: Variable 'intx' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:201:3: note: Variable 'intx' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:203:3: style: Variable 'charp' is reassigned a value before the old one has been used. [redundantAssignment]
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:180:3: note: Variable 'charp' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:203:3: note: Variable 'charp' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:204:3: style: Variable 'uintx' is reassigned a value before the old one has been used. [redundantAssignment]
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:188:3: note: Variable 'uintx' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:204:3: note: Variable 'uintx' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:205:3: style: Variable 'uintx' is reassigned a value before the old one has been used. [redundantAssignment]
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:204:3: note: Variable 'uintx' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:205:3: note: Variable 'uintx' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:206:3: style: Variable 'uchar' is reassigned a value before the old one has been used. [redundantAssignment]
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:202:3: note: Variable 'uchar' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:206:3: note: Variable 'uchar' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:207:3: style: Variable 'charp' is reassigned a value before the old one has been used. [redundantAssignment]
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:203:3: note: Variable 'charp' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:207:3: note: Variable 'charp' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:208:3: style: Variable 'uintx' is reassigned a value before the old one has been used. [redundantAssignment]
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:205:3: note: Variable 'uintx' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:208:3: note: Variable 'uintx' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:209:3: style: Variable 'uchar' is reassigned a value before the old one has been used. [redundantAssignment]
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:206:3: note: Variable 'uchar' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:209:3: note: Variable 'uchar' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:210:3: style: Variable 'intx' is reassigned a value before the old one has been used. [redundantAssignment]
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:201:3: note: Variable 'intx' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:210:3: note: Variable 'intx' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:211:3: style: Variable 'charp' is reassigned a value before the old one has been used. [redundantAssignment]
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:207:3: note: Variable 'charp' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:211:3: note: Variable 'charp' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:212:3: style: Variable 'uintx' is reassigned a value before the old one has been used. [redundantAssignment]
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:208:3: note: Variable 'uintx' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:212:3: note: Variable 'uintx' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:211:12: style: Variable 'charp' is assigned a value that is never used. [unreadVariable]
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:209:12: style: Variable 'uchar' is assigned a value that is never used. [unreadVariable]
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:182:12: style: Variable 'ucharp' is assigned a value that is never used. [unreadVariable]
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:215:12: style: Variable 'intx' is assigned a value that is never used. [unreadVariable]
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:212:12: style: Variable 'uintx' is assigned a value that is never used. [unreadVariable]
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:213:12: style: Variable 'uintp' is assigned a value that is never used. [unreadVariable]
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_fake_prog.c:187:12: style: Variable 'doublex' is assigned a value that is never used. [unreadVariable]
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_start.c:492:7: style: The scope of the variable 'fd' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_start.c:632:9: style: The scope of the variable 'i' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_start.c:142:57: style: Function 'erl_start_sys' argument 3 names different: declaration 'addr' definition 'adr'. [funcArgNamesDifferent]
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_start.h:44:57: note: Function 'erl_start_sys' argument 3 names different: declaration 'addr' definition 'adr'.
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_start.c:142:57: note: Function 'erl_start_sys' argument 3 names different: declaration 'addr' definition 'adr'.
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_start.c:143:22: style: Function 'erl_start_sys' argument 6 names different: declaration 'add_args' definition 'args'. [funcArgNamesDifferent]
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_start.h:45:22: note: Function 'erl_start_sys' argument 6 names different: declaration 'add_args' definition 'args'.
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_start.c:143:22: note: Function 'erl_start_sys' argument 6 names different: declaration 'add_args' definition 'args'.
otp-OTP-21.0.4/lib/erl_interface/src/prog/erl_start.c:553:12: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
otp-OTP-21.0.4/lib/erl_interface/src/registry/hash_dohash.c:34:12: style: The scope of the variable 'g' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/erl_interface/src/registry/hash_insert.c:62:3: style: Variable 'b' is reassigned a value before the old one has been used. [redundantAssignment]
otp-OTP-21.0.4/lib/erl_interface/src/registry/hash_insert.c:56:0: note: Variable 'b' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/erl_interface/src/registry/hash_insert.c:62:3: note: Variable 'b' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/erl_interface/src/registry/hash_lookup.c:34:3: style: Variable 'b' is reassigned a value before the old one has been used. [redundantAssignment]
otp-OTP-21.0.4/lib/erl_interface/src/registry/hash_lookup.c:29:0: note: Variable 'b' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/erl_interface/src/registry/hash_lookup.c:34:3: note: Variable 'b' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/erl_interface/src/registry/reg_dump.c:115:8: style: The scope of the variable 'string' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/erl_interface/src/registry/reg_restore.c:40:7: style: The scope of the variable 'i' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/erl_interface/test/all_SUITE_data/ei_runner.c:166:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
otp-OTP-21.0.4/lib/erl_interface/test/all_SUITE_data/ei_runner.c:177:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
otp-OTP-21.0.4/lib/erl_interface/test/all_SUITE_data/ei_runner.c:400:6: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
otp-OTP-21.0.4/lib/erl_interface/test/all_SUITE_data/ei_runner.c:406:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
otp-OTP-21.0.4/lib/erl_interface/test/all_SUITE_data/ei_runner.c:364:9: style: The scope of the variable 'n' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/erl_interface/test/all_SUITE_data/ei_runner.c:51:33: style: Function 'run_tests' argument 2 names different: declaration 'cases' definition 'test_cases'. [funcArgNamesDifferent]
otp-OTP-21.0.4/lib/erl_interface/test/all_SUITE_data/ei_runner.h:28:38: note: Function 'run_tests' argument 2 names different: declaration 'cases' definition 'test_cases'.
otp-OTP-21.0.4/lib/erl_interface/test/all_SUITE_data/ei_runner.c:51:33: note: Function 'run_tests' argument 2 names different: declaration 'cases' definition 'test_cases'.
otp-OTP-21.0.4/lib/erl_interface/test/all_SUITE_data/ei_runner.c:329:25: style: Function 'reply' argument 1 names different: declaration 'buf' definition 'reply_buf'. [funcArgNamesDifferent]
otp-OTP-21.0.4/lib/erl_interface/test/all_SUITE_data/ei_runner.c:47:25: note: Function 'reply' argument 1 names different: declaration 'buf' definition 'reply_buf'.
otp-OTP-21.0.4/lib/erl_interface/test/all_SUITE_data/ei_runner.c:329:25: note: Function 'reply' argument 1 names different: declaration 'buf' definition 'reply_buf'.
otp-OTP-21.0.4/lib/erl_interface/test/all_SUITE_data/gccifier.c:323:13: style: Condition 'res<0' is always false [knownConditionTrueFalse]
otp-OTP-21.0.4/lib/erl_interface/test/all_SUITE_data/gccifier.c:312:11: note: Assignment 'res=1', assigned value is 1
otp-OTP-21.0.4/lib/erl_interface/test/all_SUITE_data/gccifier.c:323:13: note: Condition 'res<0' is always false
otp-OTP-21.0.4/lib/erl_interface/test/all_SUITE_data/gccifier.c:171:26: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
otp-OTP-21.0.4/lib/erl_interface/test/all_SUITE_data/gccifier.c:174:25: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
otp-OTP-21.0.4/lib/erl_interface/test/all_SUITE_data/gccifier.c:195:25: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
otp-OTP-21.0.4/lib/erl_interface/test/all_SUITE_data/gccifier.c:199:25: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
otp-OTP-21.0.4/lib/erl_interface/test/all_SUITE_data/gccifier.c:203:25: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
otp-OTP-21.0.4/lib/erl_interface/test/all_SUITE_data/gccifier.c:260:31: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
otp-OTP-21.0.4/lib/erl_interface/test/all_SUITE_data/gccifier.c:264:29: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
otp-OTP-21.0.4/lib/erl_interface/test/all_SUITE_data/runner.c:172:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
otp-OTP-21.0.4/lib/erl_interface/test/all_SUITE_data/runner.c:183:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
otp-OTP-21.0.4/lib/erl_interface/test/all_SUITE_data/runner.c:449:6: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
otp-OTP-21.0.4/lib/erl_interface/test/all_SUITE_data/runner.c:455:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
otp-OTP-21.0.4/lib/erl_interface/test/all_SUITE_data/runner.c:413:9: style: The scope of the variable 'n' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/erl_interface/test/all_SUITE_data/runner.c:52:33: style: Function 'run_tests' argument 2 names different: declaration 'cases' definition 'test_cases'. [funcArgNamesDifferent]
otp-OTP-21.0.4/lib/erl_interface/test/all_SUITE_data/runner.h:28:38: note: Function 'run_tests' argument 2 names different: declaration 'cases' definition 'test_cases'.
otp-OTP-21.0.4/lib/erl_interface/test/all_SUITE_data/runner.c:52:33: note: Function 'run_tests' argument 2 names different: declaration 'cases' definition 'test_cases'.
otp-OTP-21.0.4/lib/erl_interface/test/all_SUITE_data/runner.c:366:12: style: Function 'reply' argument 1 names different: declaration 'buf' definition 'reply_buf'. [funcArgNamesDifferent]
otp-OTP-21.0.4/lib/erl_interface/test/all_SUITE_data/runner.c:48:25: note: Function 'reply' argument 1 names different: declaration 'buf' definition 'reply_buf'.
otp-OTP-21.0.4/lib/erl_interface/test/all_SUITE_data/runner.c:366:12: note: Function 'reply' argument 1 names different: declaration 'buf' definition 'reply_buf'.
otp-OTP-21.0.4/lib/erl_interface/test/ei_accept_SUITE_data/ei_accept_test.c:117:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
otp-OTP-21.0.4/lib/erl_interface/test/ei_accept_SUITE_data/ei_accept_test.c:157:17: style: Unused variable: r [unusedVariable]
otp-OTP-21.0.4/lib/erl_interface/test/ei_accept_SUITE_data/ei_accept_test.c:191:9: style: Unused variable: i [unusedVariable]
otp-OTP-21.0.4/lib/erl_interface/test/ei_accept_SUITE_data/eiaccnode.c:97:5: warning: printf format string requires 2 parameters but 3 are given. [wrongPrintfScanfArgNum]
otp-OTP-21.0.4/lib/erl_interface/test/ei_connect_SUITE_data/ei_connect_test.c:247:16: style: Unused variable: pid [unusedVariable]
otp-OTP-21.0.4/lib/erl_interface/test/ei_connect_SUITE_data/ei_connect_test.c:269:9: style: Unused variable: r [unusedVariable]
otp-OTP-21.0.4/lib/erl_interface/test/ei_decode_encode_SUITE_data/ei_decode_encode_test.c:225:9: style: The scope of the variable 'err' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/erl_interface/test/ei_print_SUITE_data/ei_print_test.c:42:27: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
otp-OTP-21.0.4/lib/erl_interface/test/ei_print_SUITE_data/ei_print_test.c:82:27: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
otp-OTP-21.0.4/lib/erl_interface/test/ei_print_SUITE_data/ei_print_test.c:139:15: style: Unused variable: x [unusedVariable]
otp-OTP-21.0.4/lib/erl_interface/test/ei_print_SUITE_data/ei_print_test.c:165:15: style: Unused variable: x [unusedVariable]
otp-OTP-21.0.4/lib/erl_interface/test/ei_tmo_SUITE_data/ei_tmo_test.c:102:5: style: Variable 'ptr' is reassigned a value before the old one has been used. [redundantAssignment]
otp-OTP-21.0.4/lib/erl_interface/test/ei_tmo_SUITE_data/ei_tmo_test.c:91:0: note: Variable 'ptr' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/erl_interface/test/ei_tmo_SUITE_data/ei_tmo_test.c:102:5: note: Variable 'ptr' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/erl_interface/test/ei_tmo_SUITE_data/ei_tmo_test.c:96:9: style: The scope of the variable 'i' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/erl_interface/test/erl_connect_SUITE_data/erl_connect_test.c:120:10: style: The scope of the variable 'cookie_buffer' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/erl_interface/test/erl_eterm_SUITE_data/cnode.c:96:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'ETERM *'. [invalidPrintfArgType_sint]
otp-OTP-21.0.4/lib/erl_interface/test/erl_eterm_SUITE_data/eterm_test.c:1586:7: portability: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
otp-OTP-21.0.4/lib/erl_interface/test/erl_eterm_SUITE_data/eterm_test.c:1443:12: style: The scope of the variable 'new_terms' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/erl_interface/test/erl_eterm_SUITE_data/eterm_test.c:195:11: style: Unused variable: message [unusedVariable]
otp-OTP-21.0.4/lib/erl_interface/test/erl_eterm_SUITE_data/eterm_test.c:402:9: style: Unused variable: result [unusedVariable]
otp-OTP-21.0.4/lib/erl_interface/test/erl_eterm_SUITE_data/eterm_test.c:1136:12: style: Unused variable: t [unusedVariable]
otp-OTP-21.0.4/lib/erl_interface/test/erl_eterm_SUITE_data/print_term.c:120:9: style: The scope of the variable 'n' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/erl_interface/test/erl_eterm_SUITE_data/print_term.c:84:8: style: Unused variable: message [unusedVariable]
otp-OTP-21.0.4/lib/erl_interface/test/erl_ext_SUITE_data/ext_test.c:474:9: style: The scope of the variable 'i' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/erl_interface/test/erl_ext_SUITE_data/ext_test.c:442:26: warning: Function 'write_pid' argument order different: declaration 'buf, node, cre, ser, num' definition 'buf, node, cre, num, ser' [funcArgOrderDifferent]
otp-OTP-21.0.4/lib/erl_interface/test/erl_ext_SUITE_data/ext_test.c:41:26: note: Function 'write_pid' argument order different: declaration 'buf, node, cre, ser, num' definition 'buf, node, cre, num, ser'
otp-OTP-21.0.4/lib/erl_interface/test/erl_ext_SUITE_data/ext_test.c:442:26: note: Function 'write_pid' argument order different: declaration 'buf, node, cre, ser, num' definition 'buf, node, cre, num, ser'
otp-OTP-21.0.4/lib/erl_interface/test/erl_ext_SUITE_data/ext_test.c:160:9: style: Unused variable: res [unusedVariable]
otp-OTP-21.0.4/lib/erl_interface/test/erl_global_SUITE_data/erl_global_test.c:208:39: style: The scope of the variable 'name' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/erl_interface/test/erl_match_SUITE_data/match_test.c:34:9: style: The scope of the variable 'term' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/erl_interface/test/erl_match_SUITE_data/match_test.c:60:12: style: The scope of the variable 'term' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/inets/test/httpc_SUITE_data/cgi_echo.c:56:9: style: The scope of the variable 'i' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/inets/test/httpc_SUITE_data/cgi_echo.c:88:8: style: The scope of the variable 'i' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/inets/test/httpd_SUITE_data/cgi_echo.c:56:9: style: The scope of the variable 'i' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/inets/test/httpd_SUITE_data/cgi_echo.c:88:8: style: The scope of the variable 'i' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/inets/test/inets_socketwrap_SUITE_data/setuid_socket_wrap.c:64:21: style: The scope of the variable 'se' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/odbc/c_src/odbcserver.c:1516:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
otp-OTP-21.0.4/lib/odbc/c_src/odbcserver.c:279:5: style: Variable 'msg' is reassigned a value before the old one has been used. [redundantAssignment]
otp-OTP-21.0.4/lib/odbc/c_src/odbcserver.c:272:0: note: Variable 'msg' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/odbc/c_src/odbcserver.c:279:5: note: Variable 'msg' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/odbc/c_src/odbcserver.c:281:5: style: Variable 'temp' is reassigned a value before the old one has been used. [redundantAssignment]
otp-OTP-21.0.4/lib/odbc/c_src/odbcserver.c:273:0: note: Variable 'temp' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/odbc/c_src/odbcserver.c:281:5: note: Variable 'temp' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/odbc/c_src/odbcserver.c:334:5: style: Variable 'msg' is reassigned a value before the old one has been used. [redundantAssignment]
otp-OTP-21.0.4/lib/odbc/c_src/odbcserver.c:324:0: note: Variable 'msg' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/odbc/c_src/odbcserver.c:334:5: note: Variable 'msg' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/odbc/c_src/odbcserver.c:801:5: style: Variable 'msg' is reassigned a value before the old one has been used. [redundantAssignment]
otp-OTP-21.0.4/lib/odbc/c_src/odbcserver.c:793:5: note: Variable 'msg' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/odbc/c_src/odbcserver.c:801:5: note: Variable 'msg' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/odbc/c_src/odbcserver.c:827:9: style: The scope of the variable 'i' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/odbc/c_src/odbcserver.c:1480:23: style: The scope of the variable 'ts' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/odbc/c_src/odbcserver.c:2097:9: style: The scope of the variable 'i' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/odbc/c_src/odbcserver.c:2111:9: style: The scope of the variable 'i' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/odbc/c_src/odbcserver.c:2518:11: style: The scope of the variable 'Values' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/odbc/c_src/odbcserver.c:1834:13: style: Checking if unsigned variable 'len' is less than zero. [unsignedLessThanZero]
otp-OTP-21.0.4/lib/odbc/c_src/odbcserver.c:441:39: style: Function 'db_connect' argument 1 names different: declaration 'connStrIn' definition 'args'. [funcArgNamesDifferent]
otp-OTP-21.0.4/lib/odbc/c_src/odbcserver.c:146:39: note: Function 'db_connect' argument 1 names different: declaration 'connStrIn' definition 'args'.
otp-OTP-21.0.4/lib/odbc/c_src/odbcserver.c:441:39: note: Function 'db_connect' argument 1 names different: declaration 'connStrIn' definition 'args'.
otp-OTP-21.0.4/lib/odbc/c_src/odbcserver.c:1161:44: style: Function 'encode_out_params' argument 2 names different: declaration 'cols' definition 'num_of_params'. [funcArgNamesDifferent]
otp-OTP-21.0.4/lib/odbc/c_src/odbcserver.c:164:44: note: Function 'encode_out_params' argument 2 names different: declaration 'cols' definition 'num_of_params'.
otp-OTP-21.0.4/lib/odbc/c_src/odbcserver.c:1161:44: note: Function 'encode_out_params' argument 2 names different: declaration 'cols' definition 'num_of_params'.
otp-OTP-21.0.4/lib/os_mon/c_src/cpu_sup.c:181:7: style: The scope of the variable 'rc' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/os_mon/c_src/cpu_sup.c:687:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/os_mon/c_src/cpu_sup.c:243:29: error: Uninitialized variable: rv [uninitvar]
otp-OTP-21.0.4/lib/os_mon/c_src/ferrule.c:78:11: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
otp-OTP-21.0.4/lib/os_mon/c_src/ferrule.c:74:18: note: outer condition: i>0
otp-OTP-21.0.4/lib/os_mon/c_src/ferrule.c:78:11: note: opposite inner condition: i==0
otp-OTP-21.0.4/lib/os_mon/c_src/ferrule.c:69:22: error: Buffer overrun possible for long command line arguments. [insecureCmdLineArgs]
otp-OTP-21.0.4/lib/os_mon/c_src/memsup.c:218:22: style: The scope of the variable 'res' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/os_mon/c_src/memsup.c:247:9: style: The scope of the variable 'res' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/os_mon/c_src/memsup.c:518:9: style: The scope of the variable 'res' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/os_mon/c_src/memsup.c:206:15: style: struct member 'mem_table_struct::name' is never used. [unusedStructMember]
otp-OTP-21.0.4/lib/os_mon/c_src/memsup.c:207:18: style: struct member 'mem_table_struct::slot' is never used. [unusedStructMember]
otp-OTP-21.0.4/lib/os_mon/c_src/mod_syslog.c:56:0: style: Variable 'find_sw' is assigned a value that is never used. [unreadVariable]
otp-OTP-21.0.4/lib/os_mon/c_src/mod_syslog.c:133:0: error: Resource leak: srcfile [resourceLeak]
otp-OTP-21.0.4/lib/os_mon/c_src/mod_syslog.c:133:0: error: Resource leak: pidfile [resourceLeak]
otp-OTP-21.0.4/lib/os_mon/c_src/nteventlog/elog_format.c:82:30: warning: Either the condition 'oldpos' is redundant or there is possible null pointer dereference: oldpos. [nullPointerRedundantCheck]
otp-OTP-21.0.4/lib/os_mon/c_src/nteventlog/elog_format.c:49:10: note: Assuming that condition 'oldpos' is not redundant
otp-OTP-21.0.4/lib/os_mon/c_src/nteventlog/elog_format.c:82:30: note: Null pointer dereference
otp-OTP-21.0.4/lib/os_mon/c_src/nteventlog/elog_format.c:44:17: style: The scope of the variable 'num' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/os_mon/c_src/nteventlog/elog_format.c:119:12: style: The scope of the variable 'i' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/os_mon/c_src/nteventlog/elog_main.c:110:8: style: The scope of the variable 'x' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/os_mon/c_src/nteventlog/elog_main.c:114:14: style: The scope of the variable 'state' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/os_mon/c_src/nteventlog/elog_main.c:219:9: style: The scope of the variable 'strbeg' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/os_mon/c_src/nteventlog/elog_main.c:228:8: style: The scope of the variable 'ackbuff' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/os_mon/c_src/nteventlog/elog_main.c:338:7: error: Common realloc mistake: 'event' nulled but not freed upon failure [memleakOnRealloc]
otp-OTP-21.0.4/lib/os_mon/c_src/nteventlog/elog_main.c:378:7: error: Common realloc mistake: 'event' nulled but not freed upon failure [memleakOnRealloc]
otp-OTP-21.0.4/lib/os_mon/c_src/nteventlog/elog_pipe_stdin.c:67:2: error: Common realloc mistake: 'stdin_buff' nulled but not freed upon failure [memleakOnRealloc]
otp-OTP-21.0.4/lib/os_mon/c_src/win32sysinfo.c:250:9: style: The scope of the variable 'res' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/runtime_tools/c_src/trace_file_drv.c:67:0: error: #error Could not define MAXPATHLEN [preprocessorErrorDirective]
otp-OTP-21.0.4/lib/runtime_tools/c_src/trace_ip_drv.c:107:0: error: #error "No EWOULDBLOCK found" [preprocessorErrorDirective]
otp-OTP-21.0.4/lib/runtime_tools/test/dbg_SUITE_data/dbg_SUITE.c:82:9: style: Unused variable: state_arity [unusedVariable]
otp-OTP-21.0.4/lib/runtime_tools/test/dbg_SUITE_data/dbg_SUITE.c:83:25: style: Unused variable: state_tuple [unusedVariable]
otp-OTP-21.0.4/lib/runtime_tools/test/dbg_SUITE_data/dbg_SUITE.c:84:18: style: Unused variable: value [unusedVariable]
otp-OTP-21.0.4/lib/runtime_tools/test/dbg_SUITE_data/dbg_SUITE.c:93:9: style: Unused variable: state_arity [unusedVariable]
otp-OTP-21.0.4/lib/tools/c_src/erl_memory.c:1111:15: warning: sprintf format string requires 0 parameters but 7 are given. [wrongPrintfScanfArgNum]
otp-OTP-21.0.4/lib/tools/c_src/erl_memory.c:1122:18: warning: sprintf format string requires 0 parameters but 5 are given. [wrongPrintfScanfArgNum]
otp-OTP-21.0.4/lib/tools/c_src/erl_memory.c:1238:10: warning: sprintf format string requires 0 parameters but 2 are given. [wrongPrintfScanfArgNum]
otp-OTP-21.0.4/lib/tools/c_src/erl_memory.c:1433:5: style: Variable 'state' is reassigned a value before the old one has been used. [redundantAssignment]
otp-OTP-21.0.4/lib/tools/c_src/erl_memory.c:1431:0: note: Variable 'state' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/tools/c_src/erl_memory.c:1433:5: note: Variable 'state' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/tools/c_src/erl_memory.c:2574:5: style: Variable 'sock' is reassigned a value before the old one has been used. [redundantAssignment]
otp-OTP-21.0.4/lib/tools/c_src/erl_memory.c:2558:0: note: Variable 'sock' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/tools/c_src/erl_memory.c:2574:5: note: Variable 'sock' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/tools/c_src/erl_memory.c:619:12: style: The scope of the variable 'size' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/tools/c_src/erl_memory.c:766:6: style: The scope of the variable 'no' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/tools/c_src/erl_memory.c:2300:9: style: The scope of the variable 'status' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/tools/c_src/erl_memory.c:657:15: style: Checking if unsigned variable 'width' is less than zero. [unsignedLessThanZero]
otp-OTP-21.0.4/lib/tools/c_src/erl_memory.c:771:3: style: Variable 'no' is modified but its new value is never used. [unreadVariable]
otp-OTP-21.0.4/lib/tools/c_src/erl_memory.c:2310:2: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
otp-OTP-21.0.4/lib/tools/c_src/erl_memory_trace_block_table.c:597:32: style: The scope of the variable 'poolp2' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/tools/c_src/erl_memory_trace_block_table.c:744:18: style: The scope of the variable 'blk' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/wx/c_src/egl_impl.cpp:274:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/gl_funcs.cpp:7063:43: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_events.cpp:330:18: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_events.cpp:340:23: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_events.cpp:341:17: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/wxe_helpers.h:31:8: performance: Variable 'caller' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
otp-OTP-21.0.4/lib/wx/c_src/wxe_helpers.h:34:8: performance: Variable 'caller' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
otp-OTP-21.0.4/lib/wx/c_src/wxe_helpers.h:34:31: performance: Variable 'port' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
otp-OTP-21.0.4/lib/wx/c_src/wxe_helpers.h:34:50: performance: Variable 'pdl' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
otp-OTP-21.0.4/lib/wx/c_src/wxe_helpers.h:104:10: style: Technically the member function 'intList::IsEmpty' can be const. [functionConst]
otp-OTP-21.0.4/lib/wx/c_src/wxe_helpers.h:63:5: style: Class 'wxeFifo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
otp-OTP-21.0.4/lib/wx/c_src/wxe_helpers.h:87:5: style: Class 'intListElement' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
otp-OTP-21.0.4/lib/wx/c_src/wxe_helpers.h:119:2: style: Class 'wxe_badarg' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
otp-OTP-21.0.4/lib/wx/c_src/wxe_helpers.h:126:5: style: Class 'wxeErlTerm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
otp-OTP-21.0.4/lib/wx/c_src/wxe_helpers.h:26:1: warning: The class 'wxeMetaCommand' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:24:25: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:30:24: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:36:28: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:42:31: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:48:24: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:55:33: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:61:29: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:67:35: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:73:23: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:80:27: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:85:27: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:98:27: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:106:27: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:114:26: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:122:27: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:129:29: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:136:34: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:154:26: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:160:23: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:166:27: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:171:28: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:177:25: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:187:23: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:195:25: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:205:23: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:213:24: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:224:24: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:231:22: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:237:25: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:246:35: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:252:24: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:258:28: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:269:27: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:274:33: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:280:28: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:286:32: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:292:31: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:297:39: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:302:23: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:310:26: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:315:25: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:321:31: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:327:31: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:333:31: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:339:27: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:345:31: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:351:25: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:357:27: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:363:24: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:369:33: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:375:28: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:381:29: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:387:26: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:411:27: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:417:28: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:423:27: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:429:27: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:435:29: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:441:27: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:447:27: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:453:27: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:459:27: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:465:28: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:471:29: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:477:27: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:483:29: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:489:31: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:495:27: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:500:30: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:506:25: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:512:25: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:518:31: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:524:29: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:530:26: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:536:28: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:541:29: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:546:33: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:552:32: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:558:35: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:564:33: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:570:33: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:576:36: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:582:34: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:588:36: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:594:37: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:600:34: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:605:38: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:610:27: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:616:29: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:622:33: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:627:32: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:632:34: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:637:38: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:644:30: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:650:34: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:657:28: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:663:31: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:669:31: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:674:36: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:679:26: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:684:30: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:690:35: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:695:48: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:717:33: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:723:32: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:729:34: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:737:34: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:742:27: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:747:33: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:753:28: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:758:33: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:764:29: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:770:30: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:775:25: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:797:28: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/wxe_callback_impl.cpp:54:9: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/wxe_callback_impl.cpp:55:13: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/wxe_callback_impl.cpp:65:4: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/wxe_callback_impl.cpp:113:4: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/wxe_callback_impl.cpp:119:5: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/wxe_callback_impl.cpp:123:9: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/wxe_callback_impl.cpp:124:27: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/wxe_callback_impl.cpp:125:20: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/wxe_callback_impl.cpp:126:8: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/wxe_callback_impl.cpp:136:5: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/wxe_callback_impl.cpp:146:5: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/wxe_callback_impl.cpp:156:5: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/wxe_callback_impl.cpp:166:5: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/wxe_callback_impl.cpp:176:5: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/wxe_callback_impl.cpp:179:9: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/wxe_callback_impl.cpp:180:27: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/wxe_callback_impl.cpp:181:20: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/wxe_callback_impl.cpp:182:8: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/wxe_callback_impl.cpp:191:3: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/wxe_callback_impl.cpp:194:7: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/wxe_callback_impl.cpp:195:25: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/wxe_callback_impl.cpp:196:18: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/wxe_callback_impl.cpp:197:6: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/wxe_callback_impl.cpp:206:5: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/wxe_callback_impl.cpp:207:9: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/wxe_callback_impl.cpp:208:20: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/wxe_callback_impl.cpp:213:20: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/wxe_callback_impl.cpp:214:8: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/wxe_callback_impl.cpp:225:5: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/wxe_callback_impl.cpp:229:9: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/wxe_callback_impl.cpp:230:20: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/wxe_callback_impl.cpp:232:20: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/wxe_callback_impl.cpp:233:8: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/wxe_callback_impl.cpp:242:5: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/wxe_callback_impl.cpp:245:18: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/wxe_callback_impl.cpp:246:28: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/wxe_callback_impl.cpp:248:52: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/wxe_callback_impl.cpp:249:20: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/wxe_callback_impl.cpp:250:8: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/wxe_callback_impl.cpp:263:5: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/wxe_callback_impl.cpp:267:9: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/wxe_callback_impl.cpp:268:27: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/wxe_callback_impl.cpp:269:20: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/wxe_callback_impl.cpp:270:8: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/wxe_callback_impl.cpp:281:4: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/wxe_callback_impl.cpp:290:23: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/wxe_callback_impl.cpp:291:26: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/wxe_callback_impl.cpp:302:7: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/wxe_callback_impl.cpp:303:25: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/wxe_callback_impl.cpp:304:18: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/wxe_callback_impl.cpp:305:6: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/wxe_callback_impl.cpp:317:28: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/wxe_callback_impl.cpp:36:26: style: Function 'wxeEvtListener' argument 7 names different: declaration 'Thisport' definition 'from_port'. [funcArgNamesDifferent]
otp-OTP-21.0.4/lib/wx/c_src/wxe_callback_impl.h:40:20: note: Function 'wxeEvtListener' argument 7 names different: declaration 'Thisport' definition 'from_port'.
otp-OTP-21.0.4/lib/wx/c_src/wxe_callback_impl.cpp:36:26: note: Function 'wxeEvtListener' argument 7 names different: declaration 'Thisport' definition 'from_port'.
otp-OTP-21.0.4/lib/wx/c_src/wxe_callback_impl.cpp:261:55: style: Function 'OnGetItemColumnImage' argument 2 names different: declaration 'column' definition 'col'. [funcArgNamesDifferent]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:407:51: note: Function 'OnGetItemColumnImage' argument 2 names different: declaration 'column' definition 'col'.
otp-OTP-21.0.4/lib/wx/c_src/wxe_callback_impl.cpp:261:55: note: Function 'OnGetItemColumnImage' argument 2 names different: declaration 'column' definition 'col'.
otp-OTP-21.0.4/lib/wx/c_src/wxe_callback_impl.cpp:212:35: style: Variable 'bp' is assigned a value that is never used. [unreadVariable]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:395:2: warning: Member variable 'EwxListCtrl::onGetItemText' is not initialized in the constructor. [uninitMemberVar]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:395:2: warning: Member variable 'EwxListCtrl::onGetItemAttr' is not initialized in the constructor. [uninitMemberVar]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:395:2: warning: Member variable 'EwxListCtrl::onGetItemColumnImage' is not initialized in the constructor. [uninitMemberVar]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:396:2: warning: Member variable 'EwxListCtrl::onGetItemText' is not initialized in the constructor. [uninitMemberVar]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:396:2: warning: Member variable 'EwxListCtrl::onGetItemAttr' is not initialized in the constructor. [uninitMemberVar]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:396:2: warning: Member variable 'EwxListCtrl::onGetItemColumnImage' is not initialized in the constructor. [uninitMemberVar]
otp-OTP-21.0.4/lib/wx/c_src/wxe_callback_impl.cpp:39:3: performance: Variable 'port' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
otp-OTP-21.0.4/lib/wx/c_src/wxe_callback_impl.cpp:40:3: performance: Variable 'listener' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:99:2: style: Class 'EwxWindowDC' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:107:2: style: Class 'EwxClientDC' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:115:2: style: Class 'EwxPaintDC' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:123:2: style: Class 'EwxMemoryDC' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:124:2: style: Class 'EwxMemoryDC' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:155:2: style: Class 'EwxMenuBar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:162:2: style: Class 'EwxMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:183:2: style: Class 'EwxBitmap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:189:2: style: Class 'EwxIcon' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:191:2: style: Class 'EwxIcon' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:199:2: style: Class 'EwxCursor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:200:2: style: Class 'EwxCursor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:208:2: style: Class 'EwxMask' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:220:2: style: Class 'EwxImage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:226:2: style: Class 'EwxBrush' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:240:2: style: Class 'EwxRegion' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:241:2: style: Class 'EwxRegion' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:270:2: style: Class 'EwxBoxSizer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:304:2: style: Class 'EwxFont' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:306:2: style: Class 'EwxFont' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:311:2: style: Class 'EwxToolTip' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:412:2: style: Class 'EwxListItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:525:2: style: Class 'EwxColourData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:583:2: style: Class 'EwxFindReplaceData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:611:2: style: Class 'EwxFontData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:638:2: style: Class 'EwxPageSetupDialogData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:639:2: style: Class 'EwxPageSetupDialogData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:651:2: style: Class 'EwxPrintDialogData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:652:2: style: Class 'EwxPrintDialogData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:658:2: style: Class 'EwxPrintData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:680:2: style: Class 'EwxPrinter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
otp-OTP-21.0.4/lib/wx/c_src/gen/wxe_derived_dest.h:743:2: style: Class 'EwxPrintout' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
otp-OTP-21.0.4/lib/wx/c_src/wxe_driver.c:219:11: style: The scope of the variable 'max' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/wx/c_src/wxe_driver.c:171:48: style: Function 'wxe_driver_control' argument 2 names different: declaration 'command' definition 'op'. [funcArgNamesDifferent]
otp-OTP-21.0.4/lib/wx/c_src/wxe_driver.c:46:25: note: Function 'wxe_driver_control' argument 2 names different: declaration 'command' definition 'op'.
otp-OTP-21.0.4/lib/wx/c_src/wxe_driver.c:171:48: note: Function 'wxe_driver_control' argument 2 names different: declaration 'command' definition 'op'.
otp-OTP-21.0.4/lib/wx/c_src/wxe_driver.c:181:28: style: Function 'wxe_driver_call' argument 1 names different: declaration 'drv_data' definition 'handle'. [funcArgNamesDifferent]
otp-OTP-21.0.4/lib/wx/c_src/wxe_driver.c:49:48: note: Function 'wxe_driver_call' argument 1 names different: declaration 'drv_data' definition 'handle'.
otp-OTP-21.0.4/lib/wx/c_src/wxe_driver.c:181:28: note: Function 'wxe_driver_call' argument 1 names different: declaration 'drv_data' definition 'handle'.
otp-OTP-21.0.4/lib/wx/c_src/wxe_driver.c:183:10: style: Function 'wxe_driver_call' argument 5 names different: declaration 'rbuf' definition 'res'. [funcArgNamesDifferent]
otp-OTP-21.0.4/lib/wx/c_src/wxe_driver.c:51:16: note: Function 'wxe_driver_call' argument 5 names different: declaration 'rbuf' definition 'res'.
otp-OTP-21.0.4/lib/wx/c_src/wxe_driver.c:183:10: note: Function 'wxe_driver_call' argument 5 names different: declaration 'rbuf' definition 'res'.
otp-OTP-21.0.4/lib/wx/c_src/wxe_driver.c:201:34: style: Function 'wxe_process_died' argument 1 names different: declaration 'drv_data' definition 'handle'. [funcArgNamesDifferent]
otp-OTP-21.0.4/lib/wx/c_src/wxe_driver.c:55:41: note: Function 'wxe_process_died' argument 1 names different: declaration 'drv_data' definition 'handle'.
otp-OTP-21.0.4/lib/wx/c_src/wxe_driver.c:201:34: note: Function 'wxe_process_died' argument 1 names different: declaration 'drv_data' definition 'handle'.
otp-OTP-21.0.4/lib/wx/c_src/wxe_gl.cpp:72:12: style: The scope of the variable 'LIBhandle' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/wx/c_src/wxe_helpers.cpp:59:9: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/wxe_helpers.cpp:190:24: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/wxe_helpers.cpp:39:7: style: The scope of the variable 'n' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/wx/c_src/wxe_helpers.cpp:109:7: style: The scope of the variable 'n' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/wx/c_src/wxe_helpers.cpp:81:12: style: Checking if unsigned variable 'm_n' is less than zero. [unsignedLessThanZero]
otp-OTP-21.0.4/lib/wx/c_src/wxe_helpers.cpp:95:25: style: Checking if unsigned variable 'm_n' is less than zero. [unsignedLessThanZero]
otp-OTP-21.0.4/lib/wx/c_src/wxe_helpers.cpp:57:31: style: Function 'wxeFifo' argument 1 names different: declaration 'size' definition 'sz'. [funcArgNamesDifferent]
otp-OTP-21.0.4/lib/wx/c_src/wxe_helpers.h:63:26: note: Function 'wxeFifo' argument 1 names different: declaration 'size' definition 'sz'.
otp-OTP-21.0.4/lib/wx/c_src/wxe_helpers.cpp:57:31: note: Function 'wxeFifo' argument 1 names different: declaration 'size' definition 'sz'.
otp-OTP-21.0.4/lib/wx/c_src/wxe_helpers.cpp:91:42: style: Function 'Peek' argument 1 names different: declaration 'item' definition 'i'. [funcArgNamesDifferent]
otp-OTP-21.0.4/lib/wx/c_src/wxe_helpers.h:70:37: note: Function 'Peek' argument 1 names different: declaration 'item' definition 'i'.
otp-OTP-21.0.4/lib/wx/c_src/wxe_helpers.cpp:91:42: note: Function 'Peek' argument 1 names different: declaration 'item' definition 'i'.
otp-OTP-21.0.4/lib/wx/c_src/wxe_helpers.cpp:149:34: style: Function 'Append' argument 1 names different: declaration 'Other' definition 'orig'. [funcArgNamesDifferent]
otp-OTP-21.0.4/lib/wx/c_src/wxe_helpers.h:67:29: note: Function 'Append' argument 1 names different: declaration 'Other' definition 'orig'.
otp-OTP-21.0.4/lib/wx/c_src/wxe_helpers.cpp:149:34: note: Function 'Append' argument 1 names different: declaration 'Other' definition 'orig'.
otp-OTP-21.0.4/lib/wx/c_src/wxe_helpers.cpp:221:44: style: Function 'Cleanup' argument 1 names different: declaration 'peek' definition 'def'. [funcArgNamesDifferent]
otp-OTP-21.0.4/lib/wx/c_src/wxe_helpers.h:74:39: note: Function 'Cleanup' argument 1 names different: declaration 'peek' definition 'def'.
otp-OTP-21.0.4/lib/wx/c_src/wxe_helpers.cpp:221:44: note: Function 'Cleanup' argument 1 names different: declaration 'peek' definition 'def'.
otp-OTP-21.0.4/lib/wx/c_src/wxe_helpers.cpp:28:13: warning: Member variable 'wxeCommand::bin' is not initialized in the constructor. [uninitMemberVar]
otp-OTP-21.0.4/lib/wx/c_src/wxe_helpers.cpp:28:13: warning: Member variable 'wxeCommand::buffer' is not initialized in the constructor. [uninitMemberVar]
otp-OTP-21.0.4/lib/wx/c_src/wxe_helpers.cpp:28:13: warning: Member variable 'wxeCommand::len' is not initialized in the constructor. [uninitMemberVar]
otp-OTP-21.0.4/lib/wx/c_src/wxe_helpers.cpp:28:13: warning: Member variable 'wxeCommand::op' is not initialized in the constructor. [uninitMemberVar]
otp-OTP-21.0.4/lib/wx/c_src/wxe_helpers.cpp:28:13: warning: Member variable 'wxeCommand::c_buf' is not initialized in the constructor. [uninitMemberVar]
otp-OTP-21.0.4/lib/wx/c_src/wxe_impl.cpp:219:18: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/wxe_impl.cpp:261:26: style: C-style pointer casting [cstyleCast]
otp-OTP-21.0.4/lib/wx/c_src/wxe_impl.cpp:277:15: style: The scope of the variable 'event' can be reduced. [variableScope]
otp-OTP-21.0.4/lib/wx/c_src/wxe_impl.cpp:169:39: style: Function 'shutdown' argument 1 names different: declaration 'event' definition 'Ecmd'. [funcArgNamesDifferent]
otp-OTP-21.0.4/lib/wx/c_src/wxe_impl.h:68:33: note: Function 'shutdown' argument 1 names different: declaration 'event' definition 'Ecmd'.
otp-OTP-21.0.4/lib/wx/c_src/wxe_impl.cpp:169:39: note: Function 'shutdown' argument 1 names different: declaration 'event' definition 'Ecmd'.
otp-OTP-21.0.4/lib/wx/c_src/wxe_impl.cpp:181:74: style: Function 'OnAssertFailure' argument 3 names different: declaration 'func' definition 'cfunc'. [funcArgNamesDifferent]
otp-OTP-21.0.4/lib/wx/c_src/wxe_impl.h:61:77: note: Function 'OnAssertFailure' argument 3 names different: declaration 'func' definition 'cfunc'.
otp-OTP-21.0.4/lib/wx/c_src/wxe_impl.cpp:181:74: note: Function 'OnAssertFailure' argument 3 names different: declaration 'func' definition 'cfunc'.
otp-OTP-21.0.4/lib/wx/c_src/wxe_impl.cpp:182:42: style: Function 'OnAssertFailure' argument 5 names different: declaration 'msg' definition 'cmsgUser'. [funcArgNamesDifferent]
otp-OTP-21.0.4/lib/wx/c_src/wxe_impl.h:62:39: note: Function 'OnAssertFailure' argument 5 names different: declaration 'msg' definition 'cmsgUser'.
otp-OTP-21.0.4/lib/wx/c_src/wxe_impl.cpp:182:42: note: Function 'OnAssertFailure' argument 5 names different: declaration 'msg' definition 'cmsgUser'.
otp-OTP-21.0.4/lib/wx/c_src/wxe_impl.cpp:403:40: style: Function 'newMemEnv' argument 1 names different: declaration 'event' definition 'Ecmd'. [funcArgNamesDifferent]
otp-OTP-21.0.4/lib/wx/c_src/wxe_impl.h:82:34: note: Function 'newMemEnv' argument 1 names different: declaration 'event' definition 'Ecmd'.
otp-OTP-21.0.4/lib/wx/c_src/wxe_impl.cpp:403:40: note: Function 'newMemEnv' argument 1 names different: declaration 'event' definition 'Ecmd'.
otp-OTP-21.0.4/lib/wx/c_src/wxe_impl.cpp:419:44: style: Function 'destroyMemEnv' argument 1 names different: declaration 'event' definition 'Ecmd'. [funcArgNamesDifferent]
otp-OTP-21.0.4/lib/wx/c_src/wxe_impl.h:83:38: note: Function 'destroyMemEnv' argument 1 names different: declaration 'event' definition 'Ecmd'.
otp-OTP-21.0.4/lib/wx/c_src/wxe_impl.cpp:419:44: note: Function 'destroyMemEnv' argument 1 names different: declaration 'event' definition 'Ecmd'.
otp-OTP-21.0.4/lib/wx/c_src/wxe_impl.cpp:691:33: style: Function 'registerPid' argument 1 names different: declaration 'ptr' definition 'bp'. [funcArgNamesDifferent]
otp-OTP-21.0.4/lib/wx/c_src/wxe_impl.h:91:26: note: Function 'registerPid' argument 1 names different: declaration 'ptr' definition 'bp'.
otp-OTP-21.0.4/lib/wx/c_src/wxe_impl.cpp:691:33: note: Function 'registerPid' argument 1 names different: declaration 'ptr' definition 'bp'.
otp-OTP-21.0.4/lib/wx/c_src/wxe_main.cpp:82:3: style: Variable 'opts' is reassigned a value before the old one has been used. [redundantAssignment]
otp-OTP-21.0.4/lib/wx/c_src/wxe_main.cpp:70:0: note: Variable 'opts' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/wx/c_src/wxe_main.cpp:82:3: note: Variable 'opts' is reassigned a value before the old one has been used.
otp-OTP-21.0.4/lib/wx/c_src/wxe_return.cpp:121:39: style: Function 'addBinary' argument 1 names different: declaration 'atomName' definition 'buf'. [funcArgNamesDifferent]
otp-OTP-21.0.4/lib/wx/c_src/wxe_return.h:61:32: note: Function 'addBinary' argument 1 names different: declaration 'atomName' definition 'buf'.
otp-OTP-21.0.4/lib/wx/c_src/wxe_return.cpp:121:39: note: Function 'addBinary' argument 1 names different: declaration 'atomName' definition 'buf'.
otp-OTP-21.0.4/lib/wx/c_src/wxe_return.cpp:139:46: style: Function 'addExt2Term' argument 1 names different: declaration 'term' definition 'val'. [funcArgNamesDifferent]
otp-OTP-21.0.4/lib/wx/c_src/wxe_return.h:63:40: note: Function 'addExt2Term' argument 1 names different: declaration 'term' definition 'val'.
otp-OTP-21.0.4/lib/wx/c_src/wxe_return.cpp:139:46: note: Function 'addExt2Term' argument 1 names different: declaration 'term' definition 'val'.
otp-OTP-21.0.4/lib/wx/c_src/wxe_return.cpp:249:38: style: Function 'add' argument 1 names different: declaration 'point2D' definition 'pt'. [funcArgNamesDifferent]
otp-OTP-21.0.4/lib/wx/c_src/wxe_return.h:86:31: note: Function 'add' argument 1 names different: declaration 'point2D' definition 'pt'.
otp-OTP-21.0.4/lib/wx/c_src/wxe_return.cpp:249:38: note: Function 'add' argument 1 names different: declaration 'point2D' definition 'pt'.
otp-OTP-21.0.4/lib/wx/c_src/wxe_return.cpp:28:5: performance: Variable 'port' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
otp-OTP-21.0.4/lib/wx/c_src/wxe_return.cpp:29:5: performance: Variable 'caller' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
otp-OTP-21.0.4/lib/wx/c_src/wxe_return.h:124:18: style: Technically the member function 'wxeReturn::size' can be const. [functionConst]
otp-OTP-21.0.4/lib/wx/c_src/wxe_return.cpp:72:26: note: Technically the member function 'wxeReturn::size' can be const.
otp-OTP-21.0.4/lib/wx/c_src/wxe_return.h:124:18: note: Technically the member function 'wxeReturn::size' can be const.
[19:00]

ftp://ftp.se.debian.org/debian/pool/main/e/erlang-asciideck/erlang-asciideck_0.0+git20170714.48cbfe8b.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/e/erlang-base64url/erlang-base64url_1.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/erlang-bear/erlang-bear_0.8.2+dfsg.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/erlang-bitcask/erlang-bitcask_2.0.8+dfsg.orig.tar.xz
erlang-bitcask-2.0.8+dfsg/c_src/bitcask_nifs.c:473:12: style: The scope of the variable 'name_sz' can be reduced. [variableScope]
erlang-bitcask-2.0.8+dfsg/c_src/bitcask_nifs.c:2138:14: style: The scope of the variable 'non_existent_entries' can be reduced. [variableScope]
erlang-bitcask-2.0.8+dfsg/c_src/bitcask_nifs.c:2476:17: style: The scope of the variable 'bytes_written' can be reduced. [variableScope]
erlang-bitcask-2.0.8+dfsg/c_src/bitcask_nifs.c:2567:17: style: The scope of the variable 'bytes_written' can be reduced. [variableScope]
erlang-bitcask-2.0.8+dfsg/c_src/bitcask_nifs.c:986:5: error: Memory leak: ret [memleak]
erlang-bitcask-2.0.8+dfsg/c_src/bitcask_nifs.c:1722:9: error: Memory leak: new [memleak]
[19:00]

ftp://ftp.se.debian.org/debian/pool/main/e/erlang-cf/erlang-cf_0.3.1.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/e/erlang-cherly/erlang-cherly_0.12.8+dfsg.orig.tar.gz
erlang-cherly-0.12.8+dfsg/c_src/cherly.c:84:16: style: The scope of the variable 'item' can be reduced. [variableScope]
erlang-cherly-0.12.8+dfsg/c_src/hashmap.c:255:4: style: Variable 'used' is modified but its new value is never used. [unreadVariable]
erlang-cherly-0.12.8+dfsg/c_src/lru.c:18:15: style: The scope of the variable 'item' can be reduced. [variableScope]
erlang-cherly-0.12.8+dfsg/c_src/lru.c:34:15: style: The scope of the variable 'item' can be reduced. [variableScope]
erlang-cherly-0.12.8+dfsg/c_src/lru.c:32:62: style: Function 'lru_eject_by_size' argument 3 names different: declaration 'cb' definition 'eject'. [funcArgNamesDifferent]
erlang-cherly-0.12.8+dfsg/c_src/lru.h:35:62: note: Function 'lru_eject_by_size' argument 3 names different: declaration 'cb' definition 'eject'.
erlang-cherly-0.12.8+dfsg/c_src/lru.c:32:62: note: Function 'lru_eject_by_size' argument 3 names different: declaration 'cb' definition 'eject'.
erlang-cherly-0.12.8+dfsg/c_src/runtime.c:17:7: style: The scope of the variable 'c1' can be reduced. [variableScope]
erlang-cherly-0.12.8+dfsg/c_src/runtime.c:17:11: style: The scope of the variable 'c2' can be reduced. [variableScope]
erlang-cherly-0.12.8+dfsg/c_src/slabs.c:106:11: style: The scope of the variable 'pend' can be reduced. [variableScope]
erlang-cherly-0.12.8+dfsg/c_src/slabs.c:308:11: style: The scope of the variable 'ppool' can be reduced. [variableScope]
erlang-cherly-0.12.8+dfsg/c_src/test/check_slabs.c:137:17: style: Variable 'p12' is assigned a value that is never used. [unreadVariable]
[19:00]

ftp://ftp.se.debian.org/debian/pool/main/e/erlang-cl/erlang-cl_1.2.3.orig.tar.gz
cl-cl-1.2.3/c_src/cl_hash.c:360:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
cl-cl-1.2.3/c_src/cl_hash.c:361:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
cl-cl-1.2.3/c_src/cl_hash.c:362:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
cl-cl-1.2.3/c_src/cl_hash.c:363:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
cl-cl-1.2.3/c_src/cl_hash.c:364:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
cl-cl-1.2.3/c_src/cl_hash.c:365:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
cl-cl-1.2.3/c_src/cl_hash.c:366:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
cl-cl-1.2.3/c_src/cl_hash.c:369:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
cl-cl-1.2.3/c_src/cl_hash.c:370:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
cl-cl-1.2.3/c_src/cl_hash.c:371:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
cl-cl-1.2.3/c_src/cl_nif.c:2766:5: warning: Either the condition 'if(kern)' is redundant or there is possible null pointer dereference: kern. [nullPointerRedundantCheck]
cl-cl-1.2.3/c_src/cl_nif.c:2771:8: note: Assuming that condition 'if(kern)' is not redundant
cl-cl-1.2.3/c_src/cl_nif.c:2766:5: note: Null pointer dereference
cl-cl-1.2.3/c_src/cl_nif.c:2767:12: warning: Either the condition 'if(kern)' is redundant or there is possible null pointer dereference: kern. [nullPointerRedundantCheck]
cl-cl-1.2.3/c_src/cl_nif.c:2771:8: note: Assuming that condition 'if(kern)' is not redundant
cl-cl-1.2.3/c_src/cl_nif.c:2767:12: note: Null pointer dereference
cl-cl-1.2.3/c_src/cl_nif.c:2768:5: warning: Either the condition 'if(kern)' is redundant or there is possible null pointer dereference: kern. [nullPointerRedundantCheck]
cl-cl-1.2.3/c_src/cl_nif.c:2771:8: note: Assuming that condition 'if(kern)' is not redundant
cl-cl-1.2.3/c_src/cl_nif.c:2768:5: note: Null pointer dereference
cl-cl-1.2.3/c_src/cl_nif.c:2785:5: warning: Either the condition 'if(evt)' is redundant or there is possible null pointer dereference: evt. [nullPointerRedundantCheck]
cl-cl-1.2.3/c_src/cl_nif.c:2790:8: note: Assuming that condition 'if(evt)' is not redundant
cl-cl-1.2.3/c_src/cl_nif.c:2785:5: note: Null pointer dereference
cl-cl-1.2.3/c_src/cl_nif.c:2786:5: warning: Either the condition 'if(evt)' is redundant or there is possible null pointer dereference: evt. [nullPointerRedundantCheck]
cl-cl-1.2.3/c_src/cl_nif.c:2790:8: note: Assuming that condition 'if(evt)' is not redundant
cl-cl-1.2.3/c_src/cl_nif.c:2786:5: note: Null pointer dereference
cl-cl-1.2.3/c_src/cl_nif.c:2787:5: warning: Either the condition 'if(evt)' is redundant or there is possible null pointer dereference: evt. [nullPointerRedundantCheck]
cl-cl-1.2.3/c_src/cl_nif.c:2790:8: note: Assuming that condition 'if(evt)' is not redundant
cl-cl-1.2.3/c_src/cl_nif.c:2787:5: note: Null pointer dereference
cl-cl-1.2.3/c_src/cl_nif.c:2788:5: warning: Either the condition 'if(evt)' is redundant or there is possible null pointer dereference: evt. [nullPointerRedundantCheck]
cl-cl-1.2.3/c_src/cl_nif.c:2790:8: note: Assuming that condition 'if(evt)' is not redundant
cl-cl-1.2.3/c_src/cl_nif.c:2788:5: note: Null pointer dereference
cl-cl-1.2.3/c_src/cl_nif.c:2105:18: style: The scope of the variable 'qr' can be reduced. [variableScope]
cl-cl-1.2.3/c_src/cl_nif.c:3036:14: style: The scope of the variable 'buf' can be reduced. [variableScope]
cl-cl-1.2.3/c_src/cl_nif.c:3214:18: style: Unused variable: vsn [unusedVariable]
cl-cl-1.2.3/c_src/cl_nif.c:4224:11: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
cl-cl-1.2.3/c_src/cl_nif.c:6116:11: style: Variable 'ptr' is assigned a value that is never used. [unreadVariable]
cl-cl-1.2.3/c_src/cl_nif.c:6174:11: style: Variable 'ptr' is assigned a value that is never used. [unreadVariable]
[19:00]

ftp://ftp.se.debian.org/debian/pool/main/e/erlang-cowboy/erlang-cowboy_2.0.0~pre.1+dfsg1.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/e/erlang-cowlib/erlang-cowlib_1.3.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/erlang-cuttlefish/erlang-cuttlefish_2.0.11+dfsg.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/e/erlang-folsom/erlang-folsom_0.8.2+dfsg.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/erlang-fs-listener/erlang-fs-listener_4.1.orig.tar.gz
fs-4.1/c_src/mac/main.c:191:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
[19:00]

ftp://ftp.se.debian.org/debian/pool/main/e/erlang-getopt/erlang-getopt_1.0.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/erlang-goldrush/erlang-goldrush_0.2.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/erlang-ibrowse/erlang-ibrowse_4.1.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/erlang-jiffy/erlang-jiffy_0.8.5+dfsg.orig.tar.gz
erlang-jiffy-0.8.5+dfsg/c_src/decoder.c:125:9: style: The scope of the variable 'new_sz' can be reduced. [variableScope]
erlang-jiffy-0.8.5+dfsg/c_src/decoder.c:126:9: style: The scope of the variable 'i' can be reduced. [variableScope]
erlang-jiffy-0.8.5+dfsg/c_src/double-conversion/utils.h:71:0: error: #error Target architecture was not detected as supported by Double-Conversion. [preprocessorErrorDirective]
erlang-jiffy-0.8.5+dfsg/c_src/encoder.c:283:29: warning: Identical condition 'ulen<0', second condition is always false [identicalConditionAfterEarlyExit]
erlang-jiffy-0.8.5+dfsg/c_src/encoder.c:274:25: note: first condition
erlang-jiffy-0.8.5+dfsg/c_src/encoder.c:283:29: note: second condition
erlang-jiffy-0.8.5+dfsg/c_src/utf8.c:223:21: style: Function 'unicode_uescape' argument 1 names different: declaration 'c' definition 'val'. [funcArgNamesDifferent]
erlang-jiffy-0.8.5+dfsg/c_src/jiffy.h:42:25: note: Function 'unicode_uescape' argument 1 names different: declaration 'c' definition 'val'.
erlang-jiffy-0.8.5+dfsg/c_src/utf8.c:223:21: note: Function 'unicode_uescape' argument 1 names different: declaration 'c' definition 'val'.
erlang-jiffy-0.8.5+dfsg/c_src/utf8.c:223:32: style: Function 'unicode_uescape' argument 2 names different: declaration 'buf' definition 'p'. [funcArgNamesDifferent]
erlang-jiffy-0.8.5+dfsg/c_src/jiffy.h:42:34: note: Function 'unicode_uescape' argument 2 names different: declaration 'buf' definition 'p'.
erlang-jiffy-0.8.5+dfsg/c_src/utf8.c:223:32: note: Function 'unicode_uescape' argument 2 names different: declaration 'buf' definition 'p'.
erlang-jiffy-0.8.5+dfsg/c_src/util.c:17:52: style: Function 'make_ok' argument 3 names different: declaration 'data' definition 'value'. [funcArgNamesDifferent]
erlang-jiffy-0.8.5+dfsg/c_src/jiffy.h:28:65: note: Function 'make_ok' argument 3 names different: declaration 'data' definition 'value'.
erlang-jiffy-0.8.5+dfsg/c_src/util.c:17:52: note: Function 'make_ok' argument 3 names different: declaration 'data' definition 'value'.
[19:00]

ftp://ftp.se.debian.org/debian/pool/main/e/erlang-jose/erlang-jose_1.8.4.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/erlang-lager/erlang-lager_3.6.4.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/erlang-lhttpc/erlang-lhttpc_1.3.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/erlang-luerl/erlang-luerl_0.3.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/erlang-meck/erlang-meck_0.8.7.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/erlang-p1-cache-tab/erlang-p1-cache-tab_1.0.4.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/erlang-p1-eimp/erlang-p1-eimp_1.0.6.orig.tar.gz
eimp-1.0.6/c_src/eimp.c:206:7: style: The scope of the variable 'i' can be reduced. [variableScope]
eimp-1.0.6/c_src/eimp.c:222:7: style: The scope of the variable 'i' can be reduced. [variableScope]
[19:00]

ftp://ftp.se.debian.org/debian/pool/main/e/erlang-p1-iconv/erlang-p1-iconv_1.0.8.orig.tar.gz
iconv-1.0.8/c_src/iconv.c:87:11: style: The scope of the variable 'from' can be reduced. [variableScope]
iconv-1.0.8/c_src/iconv.c:87:18: style: The scope of the variable 'to' can be reduced. [variableScope]
iconv-1.0.8/c_src/iconv.c:88:9: style: The scope of the variable 'rescode' can be reduced. [variableScope]
[19:00]

ftp://ftp.se.debian.org/debian/pool/main/e/erlang-p1-logger/erlang-p1-logger_0.2014.05.05.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/erlang-p1-mysql/erlang-p1-mysql_1.0.6.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/erlang-p1-oauth2/erlang-p1-oauth2_0.6.3.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/erlang-p1-pam/erlang-p1-pam_1.0.4.orig.tar.gz
epam-1.0.4/c_src/epam.c:104:7: style: The scope of the variable 'i' can be reduced. [variableScope]
epam-1.0.4/c_src/epam.c:130:7: style: The scope of the variable 'i' can be reduced. [variableScope]
epam-1.0.4/c_src/epam.c:156:10: style: The scope of the variable 'errbin' can be reduced. [variableScope]
epam-1.0.4/c_src/epam.c:158:15: style: The scope of the variable 'errtxt' can be reduced. [variableScope]
epam-1.0.4/c_src/epam.c:181:20: style: The scope of the variable 'srv' can be reduced. [variableScope]
epam-1.0.4/c_src/epam.c:181:26: style: The scope of the variable 'user' can be reduced. [variableScope]
epam-1.0.4/c_src/epam.c:182:9: style: The scope of the variable 'service' can be reduced. [variableScope]
epam-1.0.4/c_src/epam.c:182:19: style: The scope of the variable 'username' can be reduced. [variableScope]
epam-1.0.4/c_src/epam.c:203:20: style: The scope of the variable 'srv' can be reduced. [variableScope]
epam-1.0.4/c_src/epam.c:203:26: style: The scope of the variable 'user' can be reduced. [variableScope]
epam-1.0.4/c_src/epam.c:203:33: style: The scope of the variable 'pass' can be reduced. [variableScope]
epam-1.0.4/c_src/epam.c:203:40: style: The scope of the variable 'rhost' can be reduced. [variableScope]
epam-1.0.4/c_src/epam.c:204:9: style: The scope of the variable 'service' can be reduced. [variableScope]
epam-1.0.4/c_src/epam.c:204:19: style: The scope of the variable 'username' can be reduced. [variableScope]
epam-1.0.4/c_src/epam.c:204:30: style: The scope of the variable 'password' can be reduced. [variableScope]
epam-1.0.4/c_src/epam.c:204:41: style: The scope of the variable 'remote_host' can be reduced. [variableScope]
epam-1.0.4/c_src/epam.c:231:28: style: The scope of the variable 'cmd' can be reduced. [variableScope]
epam-1.0.4/c_src/epam.c:231:34: style: The scope of the variable 'port' can be reduced. [variableScope]
epam-1.0.4/c_src/epam.c:231:41: style: The scope of the variable 'data' can be reduced. [variableScope]
[19:00]

ftp://ftp.se.debian.org/debian/pool/main/e/erlang-p1-pgsql/erlang-p1-pgsql_1.1.6.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/erlang-p1-sip/erlang-p1-sip_1.0.8.orig.tar.gz
esip-1.0.8/c_src/esip_codec.c:112:7: style: The scope of the variable 'i' can be reduced. [variableScope]
esip-1.0.8/c_src/esip_codec.c:134:7: style: The scope of the variable 'i' can be reduced. [variableScope]
esip-1.0.8/c_src/esip_codec.c:156:7: style: The scope of the variable 'i' can be reduced. [variableScope]
esip-1.0.8/c_src/esip_codec.c:178:7: style: The scope of the variable 'i' can be reduced. [variableScope]
esip-1.0.8/c_src/esip_codec.c:179:17: style: The scope of the variable 'c' can be reduced. [variableScope]
esip-1.0.8/c_src/esip_codec.c:206:7: style: The scope of the variable 'i' can be reduced. [variableScope]
esip-1.0.8/c_src/esip_codec.c:207:17: style: The scope of the variable 'c' can be reduced. [variableScope]
esip-1.0.8/c_src/esip_codec.c:235:7: style: The scope of the variable 'start' can be reduced. [variableScope]
esip-1.0.8/c_src/esip_codec.c:235:18: style: The scope of the variable 'end' can be reduced. [variableScope]
esip-1.0.8/c_src/esip_codec.c:236:17: style: The scope of the variable 'c' can be reduced. [variableScope]
esip-1.0.8/c_src/esip_codec.c:265:12: style: The scope of the variable 'i' can be reduced. [variableScope]
esip-1.0.8/c_src/esip_codec.c:265:19: style: The scope of the variable 'j' can be reduced. [variableScope]
esip-1.0.8/c_src/esip_codec.c:347:12: style: The scope of the variable 'c' can be reduced. [variableScope]
esip-1.0.8/c_src/esip_codec.c:406:10: style: Unsigned variable 'chr' can't be negative so it is unnecessary to test it. [unsignedPositive]
[19:00]

ftp://ftp.se.debian.org/debian/pool/main/e/erlang-p1-sqlite3/erlang-p1-sqlite3_1.1.6.orig.tar.gz
erlang-sqlite3-1.1.6/c_src/sqlite3_drv.h:19:0: error: #error "SQLite3 of version 3.6.1 minumum required" [preprocessorErrorDirective]
erlang-sqlite3-1.1.6/sqlite3_amalgamation/shell.c:1173:27: warning: Either the condition 'z==0' is redundant or there is possible null pointer dereference: z. [nullPointerRedundantCheck]
erlang-sqlite3-1.1.6/sqlite3_amalgamation/shell.c:1177:10: note: Assuming that condition 'z==0' is not redundant
erlang-sqlite3-1.1.6/sqlite3_amalgamation/shell.c:1173:27: note: Null pointer dereference
erlang-sqlite3-1.1.6/sqlite3_amalgamation/shell.c:1467:16: warning: Either the condition 'if(pArg&&pArg->statsOn)' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
erlang-sqlite3-1.1.6/sqlite3_amalgamation/shell.c:1609:9: note: Assuming that condition 'if(pArg&&pArg->statsOn)' is not redundant
erlang-sqlite3-1.1.6/sqlite3_amalgamation/shell.c:1606:27: note: Calling function 'explain_data_delete', 1st argument 'p' value is 0
erlang-sqlite3-1.1.6/sqlite3_amalgamation/shell.c:1467:16: note: Null pointer dereference
erlang-sqlite3-1.1.6/sqlite3_amalgamation/shell.c:1468:3: warning: Either the condition 'if(pArg&&pArg->statsOn)' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
erlang-sqlite3-1.1.6/sqlite3_amalgamation/shell.c:1609:9: note: Assuming that condition 'if(pArg&&pArg->statsOn)' is not redundant
erlang-sqlite3-1.1.6/sqlite3_amalgamation/shell.c:1606:27: note: Calling function 'explain_data_delete', 1st argument 'p' value is 0
erlang-sqlite3-1.1.6/sqlite3_amalgamation/shell.c:1468:3: note: Null pointer dereference
erlang-sqlite3-1.1.6/sqlite3_amalgamation/shell.c:1469:3: warning: Either the condition 'if(pArg&&pArg->statsOn)' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
erlang-sqlite3-1.1.6/sqlite3_amalgamation/shell.c:1609:9: note: Assuming that condition 'if(pArg&&pArg->statsOn)' is not redundant
erlang-sqlite3-1.1.6/sqlite3_amalgamation/shell.c:1606:27: note: Calling function 'explain_data_delete', 1st argument 'p' value is 0
erlang-sqlite3-1.1.6/sqlite3_amalgamation/shell.c:1469:3: note: Null pointer dereference
erlang-sqlite3-1.1.6/sqlite3_amalgamation/shell.c:1470:3: warning: Either the condition 'if(pArg&&pArg->statsOn)' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
erlang-sqlite3-1.1.6/sqlite3_amalgamation/shell.c:1609:9: note: Assuming that condition 'if(pArg&&pArg->statsOn)' is not redundant
erlang-sqlite3-1.1.6/sqlite3_amalgamation/shell.c:1606:27: note: Calling function 'explain_data_delete', 1st argument 'p' value is 0
erlang-sqlite3-1.1.6/sqlite3_amalgamation/shell.c:1470:3: note: Null pointer dereference
erlang-sqlite3-1.1.6/sqlite3_amalgamation/shell.c:4114:10: warning: Either the condition 'zLine' is redundant or there is possible null pointer dereference: zLine. [nullPointerRedundantCheck]
erlang-sqlite3-1.1.6/sqlite3_amalgamation/shell.c:4178:9: note: Assuming that condition 'zLine' is not redundant
erlang-sqlite3-1.1.6/sqlite3_amalgamation/shell.c:4188:36: note: Calling function 'line_is_command_terminator', 1st argument 'zLine' value is 0
erlang-sqlite3-1.1.6/sqlite3_amalgamation/shell.c:4114:10: note: Null pointer dereference
erlang-sqlite3-1.1.6/sqlite3_amalgamation/shell.c:4115:7: warning: Either the condition 'zLine' is redundant or there is possible null pointer dereference: zLine. [nullPointerRedundantCheck]
erlang-sqlite3-1.1.6/sqlite3_amalgamation/shell.c:4178:9: note: Assuming that condition 'zLine' is not redundant
erlang-sqlite3-1.1.6/sqlite3_amalgamation/shell.c:4188:36: note: Calling function 'line_is_command_terminator', 1st argument 'zLine' value is 0
erlang-sqlite3-1.1.6/sqlite3_amalgamation/shell.c:4115:7: note: Null pointer dereference
erlang-sqlite3-1.1.6/sqlite3_amalgamation/shell.c:4118:7: warning: Either the condition 'zLine' is redundant or there is possible null pointer dereference: zLine. [nullPointerRedundantCheck]
erlang-sqlite3-1.1.6/sqlite3_amalgamation/shell.c:4178:9: note: Assuming that condition 'zLine' is not redundant
erlang-sqlite3-1.1.6/sqlite3_amalgamation/shell.c:4188:36: note: Calling function 'line_is_command_terminator', 1st argument 'zLine' value is 0
erlang-sqlite3-1.1.6/sqlite3_amalgamation/shell.c:4118:7: note: Null pointer dereference
erlang-sqlite3-1.1.6/sqlite3_amalgamation/shell.c:2723:7: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
erlang-sqlite3-1.1.6/sqlite3_amalgamation/shell.c:2725:8: note: Found duplicate branches for 'if' and 'else'.
erlang-sqlite3-1.1.6/sqlite3_amalgamation/shell.c:2723:7: note: Found duplicate branches for 'if' and 'else'.
erlang-sqlite3-1.1.6/sqlite3_amalgamation/shell.c:486:9: style: The scope of the variable 'zPrompt' can be reduced. [variableScope]
erlang-sqlite3-1.1.6/sqlite3_amalgamation/shell.c:843:18: style: The scope of the variable 'n' can be reduced. [variableScope]
erlang-sqlite3-1.1.6/sqlite3_amalgamation/shell.c:1158:15: style: The scope of the variable 'z' can be reduced. [variableScope]
erlang-sqlite3-1.1.6/sqlite3_amalgamation/shell.c:1648:7: style: The scope of the variable 'rc' can be reduced. [variableScope]
erlang-sqlite3-1.1.6/sqlite3_amalgamation/shell.c:3768:11: style: The scope of the variable 'len' can be reduced. [variableScope]
erlang-sqlite3-1.1.6/sqlite3_amalgamation/shell.c:3813:9: style: The scope of the variable 'rc2' can be reduced. [variableScope]
erlang-sqlite3-1.1.6/sqlite3_amalgamation/shell.c:4778:11: style: The scope of the variable 'nHistory' can be reduced. [variableScope]
erlang-sqlite3-1.1.6/sqlite3_amalgamation/shell.c:2134:3: style: Variable 'nCall' is modified but its new value is never used. [unreadVariable]
[19:00]

ftp://ftp.se.debian.org/debian/pool/main/e/erlang-p1-stringprep/erlang-p1-stringprep_1.0.9.orig.tar.gz
stringprep-1.0.9/c_src/stringprep.cpp:301:14: style: The scope of the variable 'nch' can be reduced. [variableScope]
stringprep-1.0.9/c_src/stringprep.cpp:368:8: style: Technically the member function 'PrepCheckStream::was_valid' can be const. [functionConst]
stringprep-1.0.9/c_src/stringprep.cpp:133:3: style: Class 'UTF8DecoderStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
stringprep-1.0.9/c_src/stringprep.cpp:227:3: style: Class 'DecompositeStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
stringprep-1.0.9/c_src/stringprep.cpp:255:3: style: Class 'CanonicalizeStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
stringprep-1.0.9/c_src/stringprep.cpp:297:3: style: Class 'ComposeStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
[19:00]

ftp://ftp.se.debian.org/debian/pool/main/e/erlang-p1-stun/erlang-p1-stun_1.0.7.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/erlang-p1-tls/erlang-p1-tls_1.0.7.orig.tar.gz
fast_tls-1.0.7/c_src/stdint.h:33:0: error: #error "Use this header only with Microsoft Visual C++ compilers!" [preprocessorErrorDirective]
fast_tls-1.0.7/c_src/p1_sha.c:131:9: style: The scope of the variable 'res' can be reduced. [variableScope]
fast_tls-1.0.7/c_src/p1_sha.c:131:14: style: The scope of the variable 'i' can be reduced. [variableScope]
[19:00]

ftp://ftp.se.debian.org/debian/pool/main/e/erlang-p1-utils/erlang-p1-utils_1.0.9.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/erlang-p1-xml/erlang-p1-xml_1.1.32.orig.tar.gz
fast_xml-1.1.32/c_src/fxml.c:266:15: style: The scope of the variable 'rbuf' can be reduced. [variableScope]
[19:00]

ftp://ftp.se.debian.org/debian/pool/main/e/erlang-p1-xmpp/erlang-p1-xmpp_1.2.2.orig.tar.gz
[19:00]

ftp://ftp.se.debian.org/debian/pool/main/e/erlang-p1-yaml/erlang-p1-yaml_1.0.6.orig.tar.gz
fast_yaml-1.0.6/c_src/fast_yaml.c:172:15: style: The scope of the variable 'tmp' can be reduced. [variableScope]
fast_yaml-1.0.6/c_src/fast_yaml.c:203:19: style: The scope of the variable 'event' can be reduced. [variableScope]
[19:00]

ftp://ftp.se.debian.org/debian/pool/main/e/erlang-p1-zlib/erlang-p1-zlib_1.0.4.orig.tar.gz
[19:00]

ftp://ftp.se.debian.org/debian/pool/main/e/erlang-proper/erlang-proper_1.2+git988ea0ed9f+dfsg.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/e/erlang-ranch/erlang-ranch_1.3.0.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/e/erlang-redis-client/erlang-redis-client_1.1.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/erlang-uuid/erlang-uuid_0.4.6.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/erlang-xmlrpc/erlang-xmlrpc_0.2014.03.17.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/erlsvc/erlsvc_1.02.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/erm/erm_0.14-0.orig.tar.gz
eRm/src/geodist.c:30:0: style: The scope of the variable 'nod' can be reduced. [variableScope]
eRm/src/geodist.c:30:0: style: The scope of the variable 's1count' can be reduced. [variableScope]
[19:00]

ftp://ftp.se.debian.org/debian/pool/main/e/ert-async-el/ert-async-el_0.1.2.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/e/ert-expectations-el/ert-expectations-el_0.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/eruby/eruby_1.0.5.orig.tar.gz
eruby-1.0.5.orig/eruby_lib.c:445:9: style: The scope of the variable 'c' can be reduced. [variableScope]
eruby-1.0.5.orig/eruby_main.c:202:2: style: Variable 'ep' is reassigned a value before the old one has been used. [redundantAssignment]
eruby-1.0.5.orig/eruby_main.c:195:0: note: Variable 'ep' is reassigned a value before the old one has been used.
eruby-1.0.5.orig/eruby_main.c:202:2: note: Variable 'ep' is reassigned a value before the old one has been used.
eruby-1.0.5.orig/eruby_main.c:94:10: style: The scope of the variable 'buff' can be reduced. [variableScope]
[19:00]

ftp://ftp.se.debian.org/debian/pool/main/e/es-module-loader-0.17.js/es-module-loader-0.17.js_0.17.11+dfsg.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/esajpip/esajpip_0.1~bzr33.orig.tar.gz
esajpip-0.1~bzr33/src/app_config.h:41:5: performance: Variable 'address_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
esajpip-0.1~bzr33/src/app_config.h:43:5: performance: Variable 'images_folder_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
esajpip-0.1~bzr33/src/app_config.h:44:5: performance: Variable 'caching_folder_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
esajpip-0.1~bzr33/src/app_config.h:45:5: performance: Variable 'logging_folder_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
esajpip-0.1~bzr33/src/app_info.cc:43:20: style: C-style pointer casting [cstyleCast]
esajpip-0.1~bzr33/src/app_info.cc:129:19: style: The scope of the variable 't1' can be reduced. [variableScope]
esajpip-0.1~bzr33/src/app_info.h:61:10: performance: Technically the member function 'AppInfo::GetProcStat_' can be static. [functionStatic]
esajpip-0.1~bzr33/src/app_info.cc:149:17: note: Technically the member function 'AppInfo::GetProcStat_' can be static.
esajpip-0.1~bzr33/src/app_info.h:61:10: note: Technically the member function 'AppInfo::GetProcStat_' can be static.
esajpip-0.1~bzr33/src/args_parser.cc:71:21: style: The scope of the variable 'tm_after' can be reduced. [variableScope]
esajpip-0.1~bzr33/src/args_parser.cc:71:31: style: The scope of the variable 'tm_before' can be reduced. [variableScope]
esajpip-0.1~bzr33/src/base.h:33:83: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
esajpip-0.1~bzr33/src/base.h:45:98: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
esajpip-0.1~bzr33/src/base.h:55:90: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
esajpip-0.1~bzr33/src/client_info.h:32:5: performance: Variable 'tm_start' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
esajpip-0.1~bzr33/src/net/socket_stream.h:57:13: style: The scope of the variable 'n' can be reduced. [variableScope]
esajpip-0.1~bzr33/src/client_manager.cc:34:8: style: The scope of the variable 'com_error' can be reduced. [variableScope]
esajpip-0.1~bzr33/src/client_manager.cc:39:8: style: The scope of the variable 'send_data' can be reduced. [variableScope]
esajpip-0.1~bzr33/src/http/header.h:128:22: style: Checking if unsigned variable 'line_size' is less than zero. This might be a false warning. [unsignedLessThanZero]
esajpip-0.1~bzr33/src/http/response.h:78:24: style: Checking if unsigned variable 'line.size()' is less than zero. This might be a false warning. [unsignedLessThanZero]
esajpip-0.1~bzr33/src/jpeg2000/codestream_index.h:80:102: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
esajpip-0.1~bzr33/src/jpeg2000/codestream_index.h:85:110: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
esajpip-0.1~bzr33/src/jpeg2000/coding_parameters.h:164:108: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
esajpip-0.1~bzr33/src/jpeg2000/meta_data.h:70:102: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
esajpip-0.1~bzr33/src/jpeg2000/meta_data.h:75:110: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
esajpip-0.1~bzr33/src/jpeg2000/image_info.h:75:99: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
esajpip-0.1~bzr33/src/jpeg2000/image_info.h:86:113: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
esajpip-0.1~bzr33/src/jpeg2000/image_info.h:97:121: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
esajpip-0.1~bzr33/src/jpeg2000/packet_index.h:83:92: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
esajpip-0.1~bzr33/src/jpeg2000/image_index.h:283:115: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
esajpip-0.1~bzr33/src/jpeg2000/image_index.h:288:121: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
esajpip-0.1~bzr33/src/jpeg2000/image_index.h:293:123: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
esajpip-0.1~bzr33/src/jpeg2000/image_index.h:299:132: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
esajpip-0.1~bzr33/src/jpeg2000/file_manager.h:154:14: warning: Assert statement calls a function which may have desired side effects: 'Init'. [assertWithSideEffect]
esajpip-0.1~bzr33/src/jpeg2000/image_index.h:112:5: warning: Member variable 'ImageIndex::num_references' is not initialized in the constructor. [uninitMemberVarPrivate]
esajpip-0.1~bzr33/src/jpip/databin_server.h:152:5: warning: Member variable 'DataBinServer::eof' is not initialized in the constructor. [uninitMemberVar]
esajpip-0.1~bzr33/src/jpeg2000/codestream_index.h:60:5: style: 'CodestreamIndex::operator=' should return 'CodestreamIndex &'. [operatorEq]
esajpip-0.1~bzr33/src/jpeg2000/packet.h:54:5: style: 'Packet::operator=' should return 'Packet &'. [operatorEq]
esajpip-0.1~bzr33/src/jpeg2000/coding_parameters.h:134:5: style: 'CodingParameters::operator=' should return 'CodingParameters &'. [operatorEq]
esajpip-0.1~bzr33/src/jpeg2000/image_info.h:51:5: style: 'ImageInfo::operator=' should return 'ImageInfo &'. [operatorEq]
esajpip-0.1~bzr33/src/jpeg2000/packet_index.h:79:5: style: 'PacketIndex::operator=' should return 'PacketIndex &'. [operatorEq]
esajpip-0.1~bzr33/src/jpeg2000/packet.h:40:13: performance: Variable 'precinct_xy' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
esajpip-0.1~bzr33/src/jpeg2000/file_manager.h:143:7: performance: Variable 'root_dir_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
esajpip-0.1~bzr33/src/jpeg2000/file_manager.h:144:7: performance: Variable 'cache_dir_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
esajpip-0.1~bzr33/src/http/header.h:57:13: performance: Variable 'value' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
esajpip-0.1~bzr33/src/http/response.h:62:13: performance: Variable 'protocol' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
esajpip-0.1~bzr33/src/http/header.h:102:5: performance: Technically the member function 'http::HeaderBase < HeaderName :: UNDEFINED >::HeaderBase' can be static. [functionStatic]
esajpip-0.1~bzr33/src/jpeg2000/packet_index.h:55:5: style: Class 'PacketIndex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
esajpip-0.1~bzr33/src/http/header.h:55:5: style: Class 'HeaderBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
esajpip-0.1~bzr33/src/net/address.h:93:5: style: Class 'InetAddress' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
esajpip-0.1~bzr33/src/net/address.h:207:5: style: Class 'UnixAddress' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
esajpip-0.1~bzr33/src/net/socket.h:45:5: style: Class 'Socket' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
esajpip-0.1~bzr33/src/http/protocol.h:20:3: warning: The class 'Protocol' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
esajpip-0.1~bzr33/src/net/socket.h:28:3: warning: The class 'Socket' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
esajpip-0.1~bzr33/src/net/address.h:141:23: style: The function 'GetSockAddr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
esajpip-0.1~bzr33/src/net/address.h:41:23: note: Virtual function in base class
esajpip-0.1~bzr33/src/net/address.h:141:23: note: Function in derived class
esajpip-0.1~bzr33/src/net/address.h:150:17: style: The function 'GetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
esajpip-0.1~bzr33/src/net/address.h:47:17: note: Virtual function in base class
esajpip-0.1~bzr33/src/net/address.h:150:17: note: Function in derived class
esajpip-0.1~bzr33/src/net/address.h:237:23: style: The function 'GetSockAddr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
esajpip-0.1~bzr33/src/net/address.h:41:23: note: Virtual function in base class
esajpip-0.1~bzr33/src/net/address.h:237:23: note: Function in derived class
esajpip-0.1~bzr33/src/net/address.h:246:17: style: The function 'GetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
esajpip-0.1~bzr33/src/net/address.h:47:17: note: Virtual function in base class
esajpip-0.1~bzr33/src/net/address.h:246:17: note: Function in derived class
esajpip-0.1~bzr33/src/jpeg2000/file_manager.h:152:24: performance: Function parameter 'root_dir' should be passed by const reference. [passedByValue]
esajpip-0.1~bzr33/src/jpeg2000/file_manager.h:152:41: performance: Function parameter 'cache_dir' should be passed by const reference. [passedByValue]
esajpip-0.1~bzr33/src/data/file_segment.h:82:31: style: Unsigned variable '-' can't be negative so it is unnecessary to test it. [unsignedPositive]
esajpip-0.1~bzr33/src/data/file_segment.h:99:31: style: Unsigned variable '-' can't be negative so it is unnecessary to test it. [unsignedPositive]
esajpip-0.1~bzr33/src/data/vint_vector.h:123:43: style: Checking if unsigned variable 'data.size()' is less than zero. [unsignedLessThanZero]
esajpip-0.1~bzr33/src/data/vint_vector.h:67:82: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
esajpip-0.1~bzr33/src/data/vint_vector.h:61:5: style: 'vint_vector::operator=' should return 'vint_vector &'. [operatorEq]
esajpip-0.1~bzr33/src/data/vint_vector.h:45:5: style: Class 'vint_vector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
esajpip-0.1~bzr33/src/esa_jpip_server.cc:274:29: style: C-style pointer casting [cstyleCast]
esajpip-0.1~bzr33/src/http/request.h:57:13: performance: Variable 'protocol' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
esajpip-0.1~bzr33/src/http/request.h:84:18: warning: Virtual function 'ParseParameters' is called from constructor 'Request(Type type=Request::GET,const std::string&uri="/",const Protocol&protocol=Protocol(1,1)' at line 59. Dynamic binding is not used. [virtualCallInConstructor]
esajpip-0.1~bzr33/src/http/request.h:59:7: note: Calling ParseURI
esajpip-0.1~bzr33/src/http/request.h:77:7: note: Calling ParseParameters
esajpip-0.1~bzr33/src/http/request.h:84:18: note: ParseParameters is a virtual method
esajpip-0.1~bzr33/src/http/response.h:78:24: style: Checking if unsigned variable 'line.size()' is less than zero. [unsignedLessThanZero]
esajpip-0.1~bzr33/src/ipc/event.cc:12:13: warning: Assert statement calls a function which may have desired side effects: 'IsValid'. [assertWithSideEffect]
esajpip-0.1~bzr33/src/ipc/event.cc:43:12: warning: Assert statement calls a function which may have desired side effects: 'IsValid'. [assertWithSideEffect]
esajpip-0.1~bzr33/src/ipc/event.cc:84:12: warning: Assert statement calls a function which may have desired side effects: 'IsValid'. [assertWithSideEffect]
esajpip-0.1~bzr33/src/ipc/event.cc:108:12: warning: Assert statement calls a function which may have desired side effects: 'IsValid'. [assertWithSideEffect]
esajpip-0.1~bzr33/src/ipc/event.h:20:3: style: The class 'Event' does not have a constructor although it has private member variables. [noConstructor]
esajpip-0.1~bzr33/src/ipc/ipc_object.h:93:10: style: Technically the member function 'ipc::IPCObject::IsValid' can be const. [functionConst]
esajpip-0.1~bzr33/src/ipc/ipc_object.h:104:18: warning: Virtual function 'Dispose' is called from destructor '~IPCObject()' at line 115. Dynamic binding is not used. [virtualCallInConstructor]
esajpip-0.1~bzr33/src/ipc/ipc_object.h:115:7: note: Calling Dispose
esajpip-0.1~bzr33/src/ipc/ipc_object.h:104:18: note: Dispose is a virtual method
esajpip-0.1~bzr33/src/ipc/event.h:38:18: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
esajpip-0.1~bzr33/src/ipc/ipc_object.h:70:18: note: Virtual function in base class
esajpip-0.1~bzr33/src/ipc/event.h:38:18: note: Function in derived class
esajpip-0.1~bzr33/src/ipc/event.h:59:24: style: The function 'Wait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
esajpip-0.1~bzr33/src/ipc/ipc_object.h:84:24: note: Virtual function in base class
esajpip-0.1~bzr33/src/ipc/event.h:59:24: note: Function in derived class
esajpip-0.1~bzr33/src/ipc/event.h:66:18: style: The function 'Dispose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
esajpip-0.1~bzr33/src/ipc/ipc_object.h:104:18: note: Virtual function in base class
esajpip-0.1~bzr33/src/ipc/event.h:66:18: note: Function in derived class
esajpip-0.1~bzr33/src/ipc/mutex.cc:12:13: warning: Assert statement calls a function which may have desired side effects: 'IsValid'. [assertWithSideEffect]
esajpip-0.1~bzr33/src/ipc/mutex.cc:36:12: warning: Assert statement calls a function which may have desired side effects: 'IsValid'. [assertWithSideEffect]
esajpip-0.1~bzr33/src/ipc/mutex.cc:67:12: warning: Assert statement calls a function which may have desired side effects: 'IsValid'. [assertWithSideEffect]
esajpip-0.1~bzr33/src/ipc/mutex.h:34:18: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
esajpip-0.1~bzr33/src/ipc/ipc_object.h:70:18: note: Virtual function in base class
esajpip-0.1~bzr33/src/ipc/mutex.h:34:18: note: Function in derived class
esajpip-0.1~bzr33/src/ipc/mutex.h:53:24: style: The function 'Wait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
esajpip-0.1~bzr33/src/ipc/ipc_object.h:84:24: note: Virtual function in base class
esajpip-0.1~bzr33/src/ipc/mutex.h:53:24: note: Function in derived class
esajpip-0.1~bzr33/src/ipc/mutex.h:60:18: style: The function 'Dispose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
esajpip-0.1~bzr33/src/ipc/ipc_object.h:104:18: note: Virtual function in base class
esajpip-0.1~bzr33/src/ipc/mutex.h:60:18: note: Function in derived class
esajpip-0.1~bzr33/src/ipc/rdwr_lock.cc:24:5: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
esajpip-0.1~bzr33/src/ipc/rdwr_lock.cc:17:0: note: Variable 'res' is reassigned a value before the old one has been used.
esajpip-0.1~bzr33/src/ipc/rdwr_lock.cc:24:5: note: Variable 'res' is reassigned a value before the old one has been used.
esajpip-0.1~bzr33/src/ipc/rdwr_lock.cc:15:13: warning: Assert statement calls a function which may have desired side effects: 'IsValid'. [assertWithSideEffect]
esajpip-0.1~bzr33/src/ipc/rdwr_lock.cc:33:12: warning: Assert statement calls a function which may have desired side effects: 'IsValid'. [assertWithSideEffect]
esajpip-0.1~bzr33/src/ipc/rdwr_lock.cc:58:12: warning: Assert statement calls a function which may have desired side effects: 'IsValid'. [assertWithSideEffect]
esajpip-0.1~bzr33/src/ipc/rdwr_lock.cc:83:12: warning: Assert statement calls a function which may have desired side effects: 'IsValid'. [assertWithSideEffect]
esajpip-0.1~bzr33/src/ipc/rdwr_lock.h:33:18: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
esajpip-0.1~bzr33/src/ipc/ipc_object.h:70:18: note: Virtual function in base class
esajpip-0.1~bzr33/src/ipc/rdwr_lock.h:33:18: note: Function in derived class
esajpip-0.1~bzr33/src/ipc/rdwr_lock.h:43:24: style: The function 'Wait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
esajpip-0.1~bzr33/src/ipc/ipc_object.h:84:24: note: Virtual function in base class
esajpip-0.1~bzr33/src/ipc/rdwr_lock.h:43:24: note: Function in derived class
esajpip-0.1~bzr33/src/ipc/rdwr_lock.h:60:18: style: The function 'Dispose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
esajpip-0.1~bzr33/src/ipc/ipc_object.h:104:18: note: Virtual function in base class
esajpip-0.1~bzr33/src/ipc/rdwr_lock.h:60:18: note: Function in derived class
esajpip-0.1~bzr33/src/jpeg2000/coding_parameters.cc:25:9: style: The scope of the variable 'distance' can be reduced. [variableScope]
esajpip-0.1~bzr33/src/jpeg2000/coding_parameters.cc:29:9: style: The scope of the variable 'res_image_x' can be reduced. [variableScope]
esajpip-0.1~bzr33/src/jpeg2000/coding_parameters.cc:29:22: style: The scope of the variable 'res_image_y' can be reduced. [variableScope]
esajpip-0.1~bzr33/src/jpeg2000/file_manager.cc:267:18: style: Condition 'cs_buf&1' is always false [knownConditionTrueFalse]
esajpip-0.1~bzr33/src/jpeg2000/file_manager.cc:245:22: note: Assignment 'cs_buf=0', assigned value is 0
esajpip-0.1~bzr33/src/jpeg2000/file_manager.cc:267:18: note: Condition 'cs_buf&1' is always false
esajpip-0.1~bzr33/src/jpeg2000/file_manager.cc:334:11: style: Condition 'L==1' is always false [knownConditionTrueFalse]
esajpip-0.1~bzr33/src/jpeg2000/file_manager.cc:326:18: note: Assignment 'L=0', assigned value is 0
esajpip-0.1~bzr33/src/jpeg2000/file_manager.cc:334:11: note: Condition 'L==1' is always false
esajpip-0.1~bzr33/src/jpeg2000/file_manager.cc:341:16: style: Condition 'L==0' is always true [knownConditionTrueFalse]
esajpip-0.1~bzr33/src/jpeg2000/file_manager.cc:326:18: note: Assignment 'L=0', assigned value is 0
esajpip-0.1~bzr33/src/jpeg2000/file_manager.cc:341:16: note: Condition 'L==0' is always true
esajpip-0.1~bzr33/src/jpeg2000/file_manager.cc:354:17: style: The scope of the variable 'plen' can be reduced. [variableScope]
esajpip-0.1~bzr33/src/jpeg2000/file_manager.cc:354:25: style: The scope of the variable 'pini_box' can be reduced. [variableScope]
esajpip-0.1~bzr33/src/jpeg2000/file_manager.cc:354:37: style: The scope of the variable 'plen_box' can be reduced. [variableScope]
esajpip-0.1~bzr33/src/jpeg2000/file_manager.cc:403:17: style: The scope of the variable 'plen' can be reduced. [variableScope]
esajpip-0.1~bzr33/src/jpeg2000/file_manager.cc:403:25: style: The scope of the variable 'pini_box' can be reduced. [variableScope]
esajpip-0.1~bzr33/src/jpeg2000/file_manager.cc:403:37: style: The scope of the variable 'plen_box' can be reduced. [variableScope]
esajpip-0.1~bzr33/src/jpeg2000/file_manager.cc:322:47: style: Function 'ReadBoxHeader' argument 1 names different: declaration 'fim' definition 'file'. [funcArgNamesDifferent]
esajpip-0.1~bzr33/src/jpeg2000/file_manager.h:37:36: note: Function 'ReadBoxHeader' argument 1 names different: declaration 'fim' definition 'file'.
esajpip-0.1~bzr33/src/jpeg2000/file_manager.cc:322:47: note: Function 'ReadBoxHeader' argument 1 names different: declaration 'fim' definition 'file'.
esajpip-0.1~bzr33/src/jpeg2000/file_manager.cc:480:100: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
esajpip-0.1~bzr33/src/jpeg2000/file_manager.cc:491:110: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
esajpip-0.1~bzr33/src/jpeg2000/file_manager.h:111:10: style: Unused private function: 'FileManager::ReadNlstBox' [unusedPrivateFunction]
esajpip-0.1~bzr33/src/jpeg2000/file_manager.h:37:10: performance: Technically the member function 'jpeg2000::FileManager::ReadBoxHeader' can be static. [functionStatic]
esajpip-0.1~bzr33/src/jpeg2000/file_manager.cc:322:21: note: Technically the member function 'jpeg2000::FileManager::ReadBoxHeader' can be static.
esajpip-0.1~bzr33/src/jpeg2000/file_manager.h:37:10: note: Technically the member function 'jpeg2000::FileManager::ReadBoxHeader' can be static.
esajpip-0.1~bzr33/src/jpeg2000/file_manager.h:54:10: performance: Technically the member function 'jpeg2000::FileManager::ReadSIZMarker' can be static. [functionStatic]
esajpip-0.1~bzr33/src/jpeg2000/file_manager.cc:215:21: note: Technically the member function 'jpeg2000::FileManager::ReadSIZMarker' can be static.
esajpip-0.1~bzr33/src/jpeg2000/file_manager.h:54:10: note: Technically the member function 'jpeg2000::FileManager::ReadSIZMarker' can be static.
esajpip-0.1~bzr33/src/jpeg2000/file_manager.h:62:10: performance: Technically the member function 'jpeg2000::FileManager::ReadCODMarker' can be static. [functionStatic]
esajpip-0.1~bzr33/src/jpeg2000/file_manager.cc:241:21: note: Technically the member function 'jpeg2000::FileManager::ReadCODMarker' can be static.
esajpip-0.1~bzr33/src/jpeg2000/file_manager.h:62:10: note: Technically the member function 'jpeg2000::FileManager::ReadCODMarker' can be static.
esajpip-0.1~bzr33/src/jpeg2000/file_manager.h:70:10: performance: Technically the member function 'jpeg2000::FileManager::ReadSOTMarker' can be static. [functionStatic]
esajpip-0.1~bzr33/src/jpeg2000/file_manager.cc:284:21: note: Technically the member function 'jpeg2000::FileManager::ReadSOTMarker' can be static.
esajpip-0.1~bzr33/src/jpeg2000/file_manager.h:70:10: note: Technically the member function 'jpeg2000::FileManager::ReadSOTMarker' can be static.
esajpip-0.1~bzr33/src/jpeg2000/file_manager.h:78:10: performance: Technically the member function 'jpeg2000::FileManager::ReadPLTMarker' can be static. [functionStatic]
esajpip-0.1~bzr33/src/jpeg2000/file_manager.cc:297:21: note: Technically the member function 'jpeg2000::FileManager::ReadPLTMarker' can be static.
esajpip-0.1~bzr33/src/jpeg2000/file_manager.h:78:10: note: Technically the member function 'jpeg2000::FileManager::ReadPLTMarker' can be static.
esajpip-0.1~bzr33/src/jpeg2000/file_manager.h:86:10: performance: Technically the member function 'jpeg2000::FileManager::ReadSODMarker' can be static. [functionStatic]
esajpip-0.1~bzr33/src/jpeg2000/file_manager.cc:311:21: note: Technically the member function 'jpeg2000::FileManager::ReadSODMarker' can be static.
esajpip-0.1~bzr33/src/jpeg2000/file_manager.h:86:10: note: Technically the member function 'jpeg2000::FileManager::ReadSODMarker' can be static.
esajpip-0.1~bzr33/src/jpeg2000/file_manager.h:111:10: performance: Technically the member function 'jpeg2000::FileManager::ReadNlstBox' can be static. [functionStatic]
esajpip-0.1~bzr33/src/jpeg2000/file_manager.cc:502:21: note: Technically the member function 'jpeg2000::FileManager::ReadNlstBox' can be static.
esajpip-0.1~bzr33/src/jpeg2000/file_manager.h:111:10: note: Technically the member function 'jpeg2000::FileManager::ReadNlstBox' can be static.
esajpip-0.1~bzr33/src/jpeg2000/file_manager.h:120:10: performance: Technically the member function 'jpeg2000::FileManager::ReadFlstBox' can be static. [functionStatic]
esajpip-0.1~bzr33/src/jpeg2000/file_manager.cc:519:21: note: Technically the member function 'jpeg2000::FileManager::ReadFlstBox' can be static.
esajpip-0.1~bzr33/src/jpeg2000/file_manager.h:120:10: note: Technically the member function 'jpeg2000::FileManager::ReadFlstBox' can be static.
esajpip-0.1~bzr33/src/jpeg2000/file_manager.h:129:10: style: Technically the member function 'jpeg2000::FileManager::ReadUrlBox' can be const. [functionConst]
esajpip-0.1~bzr33/src/jpeg2000/file_manager.cc:529:21: note: Technically the member function 'jpeg2000::FileManager::ReadUrlBox' can be const.
esajpip-0.1~bzr33/src/jpeg2000/file_manager.h:129:10: note: Technically the member function 'jpeg2000::FileManager::ReadUrlBox' can be const.
esajpip-0.1~bzr33/src/jpeg2000/file_manager.h:136:12: performance: Technically the member function 'jpeg2000::FileManager::GetCacheFileName' can be static. [functionStatic]
esajpip-0.1~bzr33/src/jpeg2000/file_manager.cc:31:23: note: Technically the member function 'jpeg2000::FileManager::GetCacheFileName' can be static.
esajpip-0.1~bzr33/src/jpeg2000/file_manager.h:136:12: note: Technically the member function 'jpeg2000::FileManager::GetCacheFileName' can be static.
esajpip-0.1~bzr33/src/jpeg2000/image_index.cc:121:13: style: The scope of the variable 'length_packet_partial' can be reduced. [variableScope]
esajpip-0.1~bzr33/src/jpeg2000/image_index.cc:209:28: style: Checking if unsigned variable 'hyper_links.size()' is less than zero. This might be a false warning. [unsignedLessThanZero]
esajpip-0.1~bzr33/src/jpeg2000/image_index.cc:224:28: style: Checking if unsigned variable 'hyper_links.size()' is less than zero. This might be a false warning. [unsignedLessThanZero]
esajpip-0.1~bzr33/src/jpeg2000/image_index.cc:55:55: style: Function 'BuildIndex' argument 2 names different: declaration 'max_index' definition 'r'. [funcArgNamesDifferent]
esajpip-0.1~bzr33/src/jpeg2000/image_index.h:87:45: note: Function 'BuildIndex' argument 2 names different: declaration 'max_index' definition 'r'.
esajpip-0.1~bzr33/src/jpeg2000/image_index.cc:55:55: note: Function 'BuildIndex' argument 2 names different: declaration 'max_index' definition 'r'.
esajpip-0.1~bzr33/src/jpeg2000/image_index.cc:20:101: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
esajpip-0.1~bzr33/src/jpeg2000/index_manager.cc:72:87: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
esajpip-0.1~bzr33/src/jpeg2000/index_manager.cc:84:109: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
esajpip-0.1~bzr33/src/jpeg2000/index_manager.cc:142:129: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
esajpip-0.1~bzr33/src/jpeg2000/place_holder.h:48:13: performance: Variable 'header' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
esajpip-0.1~bzr33/src/jpip/cache_model.h:397:90: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
esajpip-0.1~bzr33/src/jpip/databin_server.cc:93:9: style: The scope of the variable 'res' can be reduced. [variableScope]
esajpip-0.1~bzr33/src/jpip/databin_server.cc:111:16: style: The scope of the variable 'last_metadata' can be reduced. [variableScope]
esajpip-0.1~bzr33/src/jpip/databin_server.cc:141:15: style: The scope of the variable 'bin_id' can be reduced. [variableScope]
esajpip-0.1~bzr33/src/jpip/databin_server.cc:142:16: style: The scope of the variable 'last_packet' can be reduced. [variableScope]
esajpip-0.1~bzr33/src/jpip/request.cc:202:52: error: Shifting by a negative value is undefined behaviour [shiftNegative]
esajpip-0.1~bzr33/src/jpip/request.cc:210:51: error: Shifting by a negative value is undefined behaviour [shiftNegative]
esajpip-0.1~bzr33/src/jpip/request.cc:214:56: error: Shifting by a negative value is undefined behaviour [shiftNegative]
esajpip-0.1~bzr33/src/jpip/request.cc:218:56: error: Shifting by a negative value is undefined behaviour [shiftNegative]
esajpip-0.1~bzr33/src/jpip/request.cc:148:41: style: Function 'ParseModel' argument 1 names different: declaration 'stream' definition 'in'. [funcArgNamesDifferent]
esajpip-0.1~bzr33/src/jpip/request.h:39:34: note: Function 'ParseModel' argument 1 names different: declaration 'stream' definition 'in'.
esajpip-0.1~bzr33/src/jpip/request.cc:148:41: note: Function 'ParseModel' argument 1 names different: declaration 'stream' definition 'in'.
esajpip-0.1~bzr33/src/jpip/request.cc:96:14: error: Buffer is accessed out of bounds: jpxl_param [bufferAccessOutOfBounds]
esajpip-0.1~bzr33/src/jpip/woi.h:48:13: performance: Variable 'size' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
esajpip-0.1~bzr33/src/jpip/woi.h:49:13: performance: Variable 'position' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
esajpip-0.1~bzr33/src/jpip/woi_composer.h:47:5: warning: Member variable 'WOIComposer::max_resolution' is not initialized in the constructor. [uninitMemberVar]
esajpip-0.1~bzr33/src/jpip/woi_composer.h:64:5: warning: Member variable 'WOIComposer::max_resolution' is not initialized in the constructor. [uninitMemberVar]
esajpip-0.1~bzr33/src/jpip/woi_composer.h:67:13: performance: Variable 'coding_parameters' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
esajpip-0.1~bzr33/src/jpip/woi_composer.h:64:5: style: Class 'WOIComposer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
esajpip-0.1~bzr33/src/trace.cc:10:14: warning: Member variable 'TraceSystem::file_layout' is not initialized in the constructor. [uninitMemberVarPrivate]
esajpip-0.1~bzr33/src/trace.cc:16:3: style: Class 'TraceSystem' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
esajpip-0.1~bzr33/src/trace.cc:16:3: style: Class 'TraceSystem' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
[19:00]

ftp://ftp.se.debian.org/debian/pool/main/e/esdl/esdl_1.3.1.orig.tar.gz
esdl-1.3.1/c_src/esdl_audio.c:38:18: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
esdl-1.3.1/c_src/esdl_audio.c:105:7: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
esdl-1.3.1/c_src/esdl_audio.c:161:11: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
esdl-1.3.1/c_src/esdl_audio.c:222:10: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
esdl-1.3.1/c_src/esdl_audio.c:225:10: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
esdl-1.3.1/c_src/esdl_audio.c:227:10: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
esdl-1.3.1/c_src/esdl_audio.c:49:11: style: The scope of the variable 'waveptr' can be reduced. [variableScope]
esdl-1.3.1/c_src/esdl_audio.c:50:11: style: The scope of the variable 'waveleft' can be reduced. [variableScope]
esdl-1.3.1/c_src/esdl_audio.c:215:32: style: The scope of the variable 'nsize' can be reduced. [variableScope]
esdl-1.3.1/c_src/esdl_audio.c:35:4: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_audio.c:183:8: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_audio.c:200:4: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_audio.c:226:4: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_audio.c:241:5: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_driver.c:241:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
esdl-1.3.1/c_src/esdl_driver.c:254:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
esdl-1.3.1/c_src/esdl_driver.c:207:11: style: The scope of the variable 'func' can be reduced. [variableScope]
esdl-1.3.1/c_src/esdl_driver.c:234:11: style: The scope of the variable 'func' can be reduced. [variableScope]
esdl-1.3.1/c_src/esdl_driver.c:235:7: style: The scope of the variable 'len' can be reduced. [variableScope]
esdl-1.3.1/c_src/esdl_driver.c:203:48: style: Function 'sdl_driver_control' argument 2 names different: declaration 'command' definition 'op'. [funcArgNamesDifferent]
esdl-1.3.1/c_src/esdl_driver.c:52:72: note: Function 'sdl_driver_control' argument 2 names different: declaration 'command' definition 'op'.
esdl-1.3.1/c_src/esdl_driver.c:203:48: note: Function 'sdl_driver_control' argument 2 names different: declaration 'command' definition 'op'.
esdl-1.3.1/c_src/esdl_driver.c:230:54: style: Function 'sdl_driver_debug_control' argument 2 names different: declaration 'command' definition 'op'. [funcArgNamesDifferent]
esdl-1.3.1/c_src/esdl_driver.c:54:78: note: Function 'sdl_driver_debug_control' argument 2 names different: declaration 'command' definition 'op'.
esdl-1.3.1/c_src/esdl_driver.c:230:54: note: Function 'sdl_driver_debug_control' argument 2 names different: declaration 'command' definition 'op'.
esdl-1.3.1/c_src/esdl_driver.c:304:45: style: Function 'sdl_util_debug' argument 3 names different: declaration 'buff' definition 'bp'. [funcArgNamesDifferent]
esdl-1.3.1/c_src/esdl_util.h:29:51: note: Function 'sdl_util_debug' argument 3 names different: declaration 'buff' definition 'bp'.
esdl-1.3.1/c_src/esdl_driver.c:304:45: note: Function 'sdl_util_debug' argument 3 names different: declaration 'buff' definition 'bp'.
esdl-1.3.1/c_src/esdl_events.c:133:10: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
esdl-1.3.1/c_src/esdl_events.c:381:10: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
esdl-1.3.1/c_src/esdl_events.c:401:10: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
esdl-1.3.1/c_src/esdl_events.c:417:10: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
esdl-1.3.1/c_src/esdl_events.c:516:10: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
esdl-1.3.1/c_src/esdl_events.c:532:9: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
esdl-1.3.1/c_src/esdl_events.c:282:24: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
esdl-1.3.1/c_src/esdl_events.c:53:5: style: Variable 'bp' is reassigned a value before the old one has been used. [redundantAssignment]
esdl-1.3.1/c_src/esdl_events.c:48:18: note: Variable 'bp' is reassigned a value before the old one has been used.
esdl-1.3.1/c_src/esdl_events.c:53:5: note: Variable 'bp' is reassigned a value before the old one has been used.
esdl-1.3.1/c_src/esdl_events.c:367:4: style: Variable 'bp' is reassigned a value before the old one has been used. [redundantAssignment]
esdl-1.3.1/c_src/esdl_events.c:366:4: note: Variable 'bp' is reassigned a value before the old one has been used.
esdl-1.3.1/c_src/esdl_events.c:367:4: note: Variable 'bp' is reassigned a value before the old one has been used.
esdl-1.3.1/c_src/esdl_events.c:277:48: style: Function 'es_warpMouse' argument 3 names different: declaration 'buff' definition 'bp'. [funcArgNamesDifferent]
esdl-1.3.1/c_src/esdl_events.h:32:46: note: Function 'es_warpMouse' argument 3 names different: declaration 'buff' definition 'bp'.
esdl-1.3.1/c_src/esdl_events.c:277:48: note: Function 'es_warpMouse' argument 3 names different: declaration 'buff' definition 'bp'.
esdl-1.3.1/c_src/esdl_events.c:286:51: style: Function 'es_createCursor' argument 3 names different: declaration 'buff' definition 'bp'. [funcArgNamesDifferent]
esdl-1.3.1/c_src/esdl_events.h:34:49: note: Function 'es_createCursor' argument 3 names different: declaration 'buff' definition 'bp'.
esdl-1.3.1/c_src/esdl_events.c:286:51: note: Function 'es_createCursor' argument 3 names different: declaration 'buff' definition 'bp'.
esdl-1.3.1/c_src/esdl_events.c:309:48: style: Function 'es_setCursor' argument 3 names different: declaration 'buff' definition 'bp'. [funcArgNamesDifferent]
esdl-1.3.1/c_src/esdl_events.h:36:46: note: Function 'es_setCursor' argument 3 names different: declaration 'buff' definition 'bp'.
esdl-1.3.1/c_src/esdl_events.c:309:48: note: Function 'es_setCursor' argument 3 names different: declaration 'buff' definition 'bp'.
esdl-1.3.1/c_src/esdl_events.c:330:49: style: Function 'es_freeCursor' argument 3 names different: declaration 'buff' definition 'bp'. [funcArgNamesDifferent]
esdl-1.3.1/c_src/esdl_events.h:40:47: note: Function 'es_freeCursor' argument 3 names different: declaration 'buff' definition 'bp'.
esdl-1.3.1/c_src/esdl_events.c:330:49: note: Function 'es_freeCursor' argument 3 names different: declaration 'buff' definition 'bp'.
esdl-1.3.1/c_src/esdl_events.c:338:49: style: Function 'es_showCursor' argument 3 names different: declaration 'buff' definition 'bp'. [funcArgNamesDifferent]
esdl-1.3.1/c_src/esdl_events.h:42:47: note: Function 'es_showCursor' argument 3 names different: declaration 'buff' definition 'bp'.
esdl-1.3.1/c_src/esdl_events.c:338:49: note: Function 'es_showCursor' argument 3 names different: declaration 'buff' definition 'bp'.
esdl-1.3.1/c_src/esdl_events.c:347:67: style: Function 'es_showCursor2' argument 3 names different: declaration 'buff' definition 'bp'. [funcArgNamesDifferent]
esdl-1.3.1/c_src/esdl_events.h:43:67: note: Function 'es_showCursor2' argument 3 names different: declaration 'buff' definition 'bp'.
esdl-1.3.1/c_src/esdl_events.c:347:67: note: Function 'es_showCursor2' argument 3 names different: declaration 'buff' definition 'bp'.
esdl-1.3.1/c_src/esdl_events.c:304:3: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_events.c:325:4: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_events.c:334:3: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_events.c:404:7: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_events.c:433:4: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_events.c:449:4: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_events.c:465:4: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_events.c:481:4: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_events.c:497:4: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_events.c:531:4: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_events.c:548:4: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_events.c:565:4: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_events.c:583:4: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_events.c:599:4: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_gen.c:16:43: style: Function 'es_init' argument 3 names different: declaration 'buff' definition 'bp'. [funcArgNamesDifferent]
esdl-1.3.1/c_src/esdl.h:105:44: note: Function 'es_init' argument 3 names different: declaration 'buff' definition 'bp'.
esdl-1.3.1/c_src/esdl_gen.c:16:43: note: Function 'es_init' argument 3 names different: declaration 'buff' definition 'bp'.
esdl-1.3.1/c_src/esdl_gl.c:111:14: style: The scope of the variable 'LIBhandle' can be reduced. [variableScope]
esdl-1.3.1/c_src/esdl_gl.c:112:18: style: The scope of the variable 'init_opengl' can be reduced. [variableScope]
esdl-1.3.1/c_src/esdl_gl.c:239:12: style: The scope of the variable 'pos' can be reduced. [variableScope]
esdl-1.3.1/c_src/esdl_img.c:46:5: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_spec.c:126:6: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
esdl-1.3.1/c_src/esdl_spec.c:127:6: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
esdl-1.3.1/c_src/esdl_spec.c:128:6: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
esdl-1.3.1/c_src/esdl_spec.c:129:6: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
esdl-1.3.1/c_src/esdl_spec.c:141:14: style: The scope of the variable 'pixels' can be reduced. [variableScope]
esdl-1.3.1/c_src/esdl_spec.c:154:11: style: The scope of the variable 'pixels' can be reduced. [variableScope]
esdl-1.3.1/c_src/esdl_spec.c:167:10: style: The scope of the variable 'pixels' can be reduced. [variableScope]
esdl-1.3.1/c_src/esdl_spec.c:182:11: style: The scope of the variable 'pixels' can be reduced. [variableScope]
esdl-1.3.1/c_src/esdl_spec.c:20:5: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_spec.c:26:5: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_spec.c:30:5: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_spec.c:50:5: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_spec.c:58:5: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_spec.c:89:5: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_spec.c:122:4: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_ttf.c:39:14: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
esdl-1.3.1/c_src/esdl_ttf.c:67:15: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
esdl-1.3.1/c_src/esdl_ttf.c:90:15: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
esdl-1.3.1/c_src/esdl_ttf.c:138:15: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
esdl-1.3.1/c_src/esdl_ttf.c:74:5: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_ttf.c:98:5: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_ttf.c:121:5: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_ttf.c:137:5: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_ttf.c:151:5: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_ttf.c:168:5: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_ttf.c:185:5: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_ttf.c:202:5: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_ttf.c:219:5: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_ttf.c:236:5: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_ttf.c:253:5: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_ttf.c:273:5: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_ttf.c:295:5: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_ttf.c:317:5: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_ttf.c:336:5: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_ttf.c:356:5: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_ttf.c:380:5: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_ttf.c:391:5: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_ttf.c:407:5: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_ttf.c:418:5: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_ttf.c:435:5: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_ttf.c:446:5: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_ttf.c:463:5: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_ttf.c:474:5: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_ttf.c:490:5: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_ttf.c:504:5: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_ttf.c:520:5: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_ttf.c:534:5: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_ttf.c:551:5: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_ttf.c:565:5: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_ttf.c:582:5: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_ttf.c:596:5: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_ttf.c:612:5: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_ttf.c:623:5: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_ttf.c:639:5: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_ttf.c:650:5: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_ttf.c:667:5: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_ttf.c:678:5: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_ttf.c:695:5: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_ttf.c:706:5: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_ttf.c:717:5: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_util.c:30:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
esdl-1.3.1/c_src/esdl_util.c:48:19: style: The scope of the variable 'mem' can be reduced. [variableScope]
esdl-1.3.1/c_src/esdl_util.c:49:14: style: The scope of the variable 'start' can be reduced. [variableScope]
esdl-1.3.1/c_src/esdl_util.c:50:7: style: The scope of the variable 'i' can be reduced. [variableScope]
esdl-1.3.1/c_src/esdl_util.c:50:10: style: The scope of the variable 'j' can be reduced. [variableScope]
esdl-1.3.1/c_src/esdl_util.c:50:17: style: The scope of the variable 'k' can be reduced. [variableScope]
esdl-1.3.1/c_src/esdl_util.c:54:3: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_util.c:30:17: style: Variable 'start' is assigned a value that is never used. [unreadVariable]
esdl-1.3.1/c_src/esdl_video.c:38:9: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
esdl-1.3.1/c_src/esdl_video.c:39:9: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
esdl-1.3.1/c_src/esdl_video.c:40:9: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
esdl-1.3.1/c_src/esdl_video.c:41:9: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
esdl-1.3.1/c_src/esdl_video.c:124:9: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
esdl-1.3.1/c_src/esdl_video.c:125:9: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
esdl-1.3.1/c_src/esdl_video.c:126:9: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
esdl-1.3.1/c_src/esdl_video.c:127:9: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
esdl-1.3.1/c_src/esdl_video.c:220:11: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
esdl-1.3.1/c_src/esdl_video.c:221:11: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
esdl-1.3.1/c_src/esdl_video.c:404:12: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
esdl-1.3.1/c_src/esdl_video.c:470:11: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
esdl-1.3.1/c_src/esdl_video.c:471:11: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
esdl-1.3.1/c_src/esdl_video.c:472:11: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
esdl-1.3.1/c_src/esdl_video.c:473:8: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
esdl-1.3.1/c_src/esdl_video.c:514:11: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
esdl-1.3.1/c_src/esdl_video.c:515:11: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
esdl-1.3.1/c_src/esdl_video.c:516:11: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
esdl-1.3.1/c_src/esdl_video.c:517:11: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
esdl-1.3.1/c_src/esdl_video.c:522:11: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
esdl-1.3.1/c_src/esdl_video.c:937:10: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
esdl-1.3.1/c_src/esdl_video.c:938:9: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
esdl-1.3.1/c_src/esdl_video.c:960:10: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
esdl-1.3.1/c_src/esdl_video.c:645:14: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
esdl-1.3.1/c_src/esdl_video.c:646:14: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
esdl-1.3.1/c_src/esdl_video.c:647:14: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
esdl-1.3.1/c_src/esdl_video.c:650:6: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
esdl-1.3.1/c_src/esdl_video.c:400:21: style: The scope of the variable 'sr' can be reduced. [variableScope]
esdl-1.3.1/c_src/esdl_video.c:22:51: style: Function 'es_setVideoMode' argument 3 names different: declaration 'buff' definition 'bp'. [funcArgNamesDifferent]
esdl-1.3.1/c_src/esdl_video.h:26:50: note: Function 'es_setVideoMode' argument 3 names different: declaration 'buff' definition 'bp'.
esdl-1.3.1/c_src/esdl_video.c:22:51: note: Function 'es_setVideoMode' argument 3 names different: declaration 'buff' definition 'bp'.
esdl-1.3.1/c_src/esdl_video.c:32:69: style: Function 'es_setVideoMode2' argument 3 names different: declaration 'buff' definition 'bp'. [funcArgNamesDifferent]
esdl-1.3.1/c_src/esdl_video.h:27:58: note: Function 'es_setVideoMode2' argument 3 names different: declaration 'buff' definition 'bp'.
esdl-1.3.1/c_src/esdl_video.c:32:69: note: Function 'es_setVideoMode2' argument 3 names different: declaration 'buff' definition 'bp'.
esdl-1.3.1/c_src/esdl_video.c:106:50: style: Function 'es_videoModeOK' argument 3 names different: declaration 'buff' definition 'bp'. [funcArgNamesDifferent]
esdl-1.3.1/c_src/esdl_video.h:21:47: note: Function 'es_videoModeOK' argument 3 names different: declaration 'buff' definition 'bp'.
esdl-1.3.1/c_src/esdl_video.c:106:50: note: Function 'es_videoModeOK' argument 3 names different: declaration 'buff' definition 'bp'.
esdl-1.3.1/c_src/esdl_video.c:590:46: style: Function 'es_loadBMP' argument 3 names different: declaration 'buff' definition 'bp'. [funcArgNamesDifferent]
esdl-1.3.1/c_src/esdl_video.h:55:45: note: Function 'es_loadBMP' argument 3 names different: declaration 'buff' definition 'bp'.
esdl-1.3.1/c_src/esdl_video.c:590:46: note: Function 'es_loadBMP' argument 3 names different: declaration 'buff' definition 'bp'.
esdl-1.3.1/c_src/esdl_video.c:603:46: style: Function 'es_saveBMP' argument 3 names different: declaration 'buff' definition 'bp'. [funcArgNamesDifferent]
esdl-1.3.1/c_src/esdl_video.h:59:45: note: Function 'es_saveBMP' argument 3 names different: declaration 'buff' definition 'bp'.
esdl-1.3.1/c_src/esdl_video.c:603:46: note: Function 'es_saveBMP' argument 3 names different: declaration 'buff' definition 'bp'.
esdl-1.3.1/c_src/esdl_video.c:639:47: style: Function 'es_setGamma' argument 3 names different: declaration 'buff' definition 'bp'. [funcArgNamesDifferent]
esdl-1.3.1/c_src/esdl_video.h:121:46: note: Function 'es_setGamma' argument 3 names different: declaration 'buff' definition 'bp'.
esdl-1.3.1/c_src/esdl_video.c:639:47: note: Function 'es_setGamma' argument 3 names different: declaration 'buff' definition 'bp'.
esdl-1.3.1/c_src/esdl_video.c:692:52: style: Function 'es_wm_setCaption' argument 3 names different: declaration 'buff' definition 'bp'. [funcArgNamesDifferent]
esdl-1.3.1/c_src/esdl_video.h:82:50: note: Function 'es_wm_setCaption' argument 3 names different: declaration 'buff' definition 'bp'.
esdl-1.3.1/c_src/esdl_video.c:692:52: note: Function 'es_wm_setCaption' argument 3 names different: declaration 'buff' definition 'bp'.
esdl-1.3.1/c_src/esdl_video.c:701:30: style: Function 'es_wm_setCaption2' argument 1 names different: declaration 'buff' definition 'bp'. [funcArgNamesDifferent]
esdl-1.3.1/c_src/esdl_video.h:83:30: note: Function 'es_wm_setCaption2' argument 1 names different: declaration 'buff' definition 'bp'.
esdl-1.3.1/c_src/esdl_video.c:701:30: note: Function 'es_wm_setCaption2' argument 1 names different: declaration 'buff' definition 'bp'.
esdl-1.3.1/c_src/esdl_video.c:754:58: style: Function 'es_wm_toggleFullScreen' argument 3 names different: declaration 'buff' definition 'bp'. [funcArgNamesDifferent]
esdl-1.3.1/c_src/esdl_video.h:91:56: note: Function 'es_wm_toggleFullScreen' argument 3 names different: declaration 'buff' definition 'bp'.
esdl-1.3.1/c_src/esdl_video.c:754:58: note: Function 'es_wm_toggleFullScreen' argument 3 names different: declaration 'buff' definition 'bp'.
esdl-1.3.1/c_src/esdl_video.c:780:51: style: Function 'es_wm_grabInput' argument 3 names different: declaration 'buff' definition 'bp'. [funcArgNamesDifferent]
esdl-1.3.1/c_src/esdl_video.h:94:49: note: Function 'es_wm_grabInput' argument 3 names different: declaration 'buff' definition 'bp'.
esdl-1.3.1/c_src/esdl_video.c:780:51: note: Function 'es_wm_grabInput' argument 3 names different: declaration 'buff' definition 'bp'.
esdl-1.3.1/c_src/esdl_video.c:794:49: style: Function 'es_wm_getInfo' argument 3 names different: declaration 'buff' definition 'bp'. [funcArgNamesDifferent]
esdl-1.3.1/c_src/esdl_video.h:96:47: note: Function 'es_wm_getInfo' argument 3 names different: declaration 'buff' definition 'bp'.
esdl-1.3.1/c_src/esdl_video.c:794:49: note: Function 'es_wm_getInfo' argument 3 names different: declaration 'buff' definition 'bp'.
esdl-1.3.1/c_src/esdl_video.c:870:50: style: Function 'es_wm_maximize' argument 3 names different: declaration 'buff' definition 'bp'. [funcArgNamesDifferent]
esdl-1.3.1/c_src/esdl_video.h:139:49: note: Function 'es_wm_maximize' argument 3 names different: declaration 'buff' definition 'bp'.
esdl-1.3.1/c_src/esdl_video.c:870:50: note: Function 'es_wm_maximize' argument 3 names different: declaration 'buff' definition 'bp'.
esdl-1.3.1/c_src/esdl_video.c:890:57: style: Function 'es_wm_mac_file_dialog' argument 3 names different: declaration 'buff' definition 'bp'. [funcArgNamesDifferent]
esdl-1.3.1/c_src/esdl_video.h:142:56: note: Function 'es_wm_mac_file_dialog' argument 3 names different: declaration 'buff' definition 'bp'.
esdl-1.3.1/c_src/esdl_video.c:890:57: note: Function 'es_wm_mac_file_dialog' argument 3 names different: declaration 'buff' definition 'bp'.
esdl-1.3.1/c_src/esdl_video.c:69:4: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_video.c:100:4: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_video.c:149:7: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_video.c:152:7: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_video.c:203:4: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_video.c:219:4: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_video.c:248:4: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_video.c:276:4: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_video.c:277:4: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_video.c:375:4: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_video.c:403:4: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_video.c:429:4: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_video.c:450:4: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_video.c:455:4: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_video.c:499:4: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_video.c:526:7: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_video.c:533:3: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_video.c:544:4: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_video.c:556:5: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_video.c:569:4: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_video.c:586:4: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_video.c:598:4: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_video.c:609:4: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_video.c:624:4: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_video.c:740:4: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_video.c:771:5: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_video.c:1000:4: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_video.c:1028:4: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_video.c:1049:4: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_video.c:1067:4: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
esdl-1.3.1/c_src/esdl_video.c:1072:4: warning: Size of pointer 'bp' used instead of size of its data. [pointerSize]
[19:00]

ftp://ftp.se.debian.org/debian/pool/main/e/esekeyd/esekeyd_1.2.7.orig.tar.gz
esekeyd-1.2.7/src/esekeyd.c:150:9: style: Variable 'fp' is reassigned a value before the old one has been used. [redundantAssignment]
esekeyd-1.2.7/src/esekeyd.c:146:0: note: Variable 'fp' is reassigned a value before the old one has been used.
esekeyd-1.2.7/src/esekeyd.c:150:9: note: Variable 'fp' is reassigned a value before the old one has been used.
esekeyd-1.2.7/src/esekeyd.c:36:18: style: The scope of the variable 'i' can be reduced. [variableScope]
esekeyd-1.2.7/src/esekeyd.c:102:11: style: The scope of the variable 'device' can be reduced. [variableScope]
esekeyd-1.2.7/src/esekeyd.c:175:17: error: Common realloc mistake: 'keys' nulled but not freed upon failure [memleakOnRealloc]
esekeyd-1.2.7/src/esekeyd.c:298:21: error: Common realloc mistake: 'keys_buff' nulled but not freed upon failure [memleakOnRealloc]
esekeyd-1.2.7/src/input.c:64:9: warning: %hu in format string (no. 1) requires 'unsigned short *' but the argument type is 'signed short *'. [invalidScanfArgType_int]
esekeyd-1.2.7/src/input.c:18:5: style: Variable 'fp' is reassigned a value before the old one has been used. [redundantAssignment]
esekeyd-1.2.7/src/input.c:15:0: note: Variable 'fp' is reassigned a value before the old one has been used.
esekeyd-1.2.7/src/input.c:18:5: note: Variable 'fp' is reassigned a value before the old one has been used.
esekeyd-1.2.7/src/input.c:53:5: style: Variable 'fp' is reassigned a value before the old one has been used. [redundantAssignment]
esekeyd-1.2.7/src/input.c:50:0: note: Variable 'fp' is reassigned a value before the old one has been used.
esekeyd-1.2.7/src/input.c:53:5: note: Variable 'fp' is reassigned a value before the old one has been used.
esekeyd-1.2.7/src/input.c:31:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
esekeyd-1.2.7/src/keytest.c:53:11: style: The scope of the variable 'device' can be reduced. [variableScope]
esekeyd-1.2.7/src/keytest.c:124:0: error: Memory leak: device_name [memleak]
esekeyd-1.2.7/src/learnkeys.c:55:11: style: The scope of the variable 'device' can be reduced. [variableScope]
esekeyd-1.2.7/src/learnkeys.c:164:0: error: Memory leak: device_name [memleak]
esekeyd-1.2.7/src/mkparser.c:46:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
esekeyd-1.2.7/src/parser.c:8:18: style: The scope of the variable 'ret_val' can be reduced. [variableScope]
[19:00]

ftp://ftp.se.debian.org/debian/pool/main/e/esh-help-el/esh-help-el_1.0.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/eshell-bookmark/eshell-bookmark_2.0.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/eshell-git-prompt/eshell-git-prompt_0.1.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/eshell-prompt-extras/eshell-prompt-extras_0.96.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/eshell-up/eshell-up_0.0.3.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/esmtp/esmtp_1.2.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/e/esnacc/esnacc_1.8.1.orig.tar.gz
esnacc-ng-1.8.1/c-examples/any/any.c:402:22: style: The scope of the variable 'tmpVar' can be reduced. [variableScope]
esnacc-ng-1.8.1/c-examples/any/any.c:514:22: style: The scope of the variable 'tmpVar' can be reduced. [variableScope]
esnacc-ng-1.8.1/c-examples/any/any.c:152:12: style: Unused variable: listLen [unusedVariable]
esnacc-ng-1.8.1/c-examples/any/any.c:153:11: style: Unused variable: component [unusedVariable]
esnacc-ng-1.8.1/c-examples/any/any.c:184:0: style: Variable 'mandatoryElmtCount1' is assigned a value that is never used. [unreadVariable]
esnacc-ng-1.8.1/c-examples/any/any.c:260:12: style: Unused variable: listLen [unusedVariable]
esnacc-ng-1.8.1/c-examples/any/any.c:261:11: style: Unused variable: component [unusedVariable]
esnacc-ng-1.8.1/c-examples/any/any.c:291:0: style: Variable 'mandatoryElmtCount1' is assigned a value that is never used. [unreadVariable]
esnacc-ng-1.8.1/c-examples/any/any.c:622:12: style: Unused variable: listLen [unusedVariable]
esnacc-ng-1.8.1/c-examples/any/any.c:623:11: style: Unused variable: component [unusedVariable]
esnacc-ng-1.8.1/c-examples/any/any.c:656:0: style: Variable 'mandatoryElmtCount1' is assigned a value that is never used. [unreadVariable]
esnacc-ng-1.8.1/c-examples/any/example.c:70:12: style: The scope of the variable 'buf' can be reduced. [variableScope]
esnacc-ng-1.8.1/c-examples/any/example.c:72:12: style: The scope of the variable 'encBuf' can be reduced. [variableScope]
esnacc-ng-1.8.1/c-examples/any/example.c:74:11: style: The scope of the variable 'encData' can be reduced. [variableScope]
esnacc-ng-1.8.1/c-examples/any/genber.c:159:21: style: Checking if unsigned variable 'encodedLen' is less than zero. [unsignedLessThanZero]
esnacc-ng-1.8.1/c-examples/any/genber.c:183:0: error: Resource leak: outputFile [resourceLeak]
esnacc-ng-1.8.1/c-examples/simple/example.c:90:5: error: Uninitialized variable: inputBuf [uninitvar]
esnacc-ng-1.8.1/c-examples/simple/example.c:110:5: error: Uninitialized variable: outputBuf [uninitvar]
esnacc-ng-1.8.1/c-examples/simple/example.c:111:5: error: Uninitialized variable: outputBuf [uninitvar]
esnacc-ng-1.8.1/c-examples/simple/example.c:61:5: error: Uninitialized variable: dataFile [uninitvar]
esnacc-ng-1.8.1/c-examples/simple/example.c:63:10: error: Uninitialized variable: dataFile [uninitvar]
esnacc-ng-1.8.1/c-examples/simple/genber.c:124:21: style: Checking if unsigned variable 'encodedLen' is less than zero. [unsignedLessThanZero]
esnacc-ng-1.8.1/c-examples/simple/genber.c:49:9: style: Unused variable: i [unusedVariable]
esnacc-ng-1.8.1/c-examples/simple/genber.c:145:0: error: Resource leak: outputFile [resourceLeak]
esnacc-ng-1.8.1/c-examples/test-lib/test-lib.c:276:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
esnacc-ng-1.8.1/c-examples/test-lib/test-lib.c:342:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
esnacc-ng-1.8.1/c-examples/test-lib/test-lib.c:378:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
esnacc-ng-1.8.1/c-examples/test-lib/test-lib.c:411:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
esnacc-ng-1.8.1/c-examples/test-lib/test-lib.c:472:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
esnacc-ng-1.8.1/c-examples/test-lib/test-lib.c:506:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
esnacc-ng-1.8.1/c-examples/test-lib/test-lib.c:576:17: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
esnacc-ng-1.8.1/c-examples/test-lib/test-lib.c:645:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
esnacc-ng-1.8.1/c-examples/test-lib/test-lib.c:765:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
esnacc-ng-1.8.1/c-examples/test-lib/test-lib.c:829:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
esnacc-ng-1.8.1/c-examples/test-lib/test-lib.c:934:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
esnacc-ng-1.8.1/c-examples/test-lib/test-lib.c:236:10: style: The scope of the variable 'val' can be reduced. [variableScope]
esnacc-ng-1.8.1/c-examples/test-lib/test-lib.c:610:10: style: The scope of the variable 'val' can be reduced. [variableScope]
esnacc-ng-1.8.1/c-examples/test-lib/test-lib.c:798:10: style: The scope of the variable 'val' can be reduced. [variableScope]
esnacc-ng-1.8.1/c-examples/test-lib/test-lib.c:864:10: style: The scope of the variable 'val' can be reduced. [variableScope]
esnacc-ng-1.8.1/c-examples/test-lib/test-lib.c:152:11: style: Unused variable: j [unusedVariable]
esnacc-ng-1.8.1/c-examples/test-lib/test-lib.c:227:12: style: Unused variable: j [unusedVariable]
esnacc-ng-1.8.1/c-examples/test-lib/test-lib.c:230:12: style: Unused variable: tag [unusedVariable]
esnacc-ng-1.8.1/c-examples/test-lib/test-lib.c:301:11: style: Unused variable: j [unusedVariable]
esnacc-ng-1.8.1/c-examples/test-lib/test-lib.c:304:12: style: Unused variable: tag [unusedVariable]
esnacc-ng-1.8.1/c-examples/test-lib/test-lib.c:433:9: style: Unused variable: j [unusedVariable]
esnacc-ng-1.8.1/c-examples/test-lib/test-lib.c:601:9: style: Unused variable: i [unusedVariable]
esnacc-ng-1.8.1/c-examples/test-lib/test-lib.c:672:11: style: Unused variable: j [unusedVariable]
esnacc-ng-1.8.1/c-examples/test-lib/test-lib.c:789:9: style: Unused variable: i [unusedVariable]
esnacc-ng-1.8.1/c-examples/test-lib/test-lib.c:854:11: style: Unused variable: j [unusedVariable]
esnacc-ng-1.8.1/c-examples/test-lib/test-lib.c:865:9: style: Unused variable: sign [unusedVariable]
esnacc-ng-1.8.1/c-examples/test-lib/test-lib.c:866:13: style: Unused variable: inf [unusedVariable]
esnacc-ng-1.8.1/c-examples/test-lib/test-lib.c:867:20: style: Unused variable: c [unusedVariable]
esnacc-ng-1.8.1/c-examples/vdatestC/snmp.c:72:4: style: Variable 'fn' is reassigned a value before the old one has been used. [redundantAssignment]
esnacc-ng-1.8.1/c-examples/vdatestC/snmp.c:65:0: note: Variable 'fn' is reassigned a value before the old one has been used.
esnacc-ng-1.8.1/c-examples/vdatestC/snmp.c:72:4: note: Variable 'fn' is reassigned a value before the old one has been used.
esnacc-ng-1.8.1/c-examples/vdatestC/snmp.c:29:0: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
esnacc-ng-1.8.1/c-examples/vdatestC/snmp.c:42:8: error: Memory leak: pGenBuf [memleak]
esnacc-ng-1.8.1/c-examples/vdatestC/snmp.c:42:8: error: Memory leak: pExpBuf [memleak]
esnacc-ng-1.8.1/c-examples/vdatestC/snmp.c:122:9: error: Resource leak: f [resourceLeak]
esnacc-ng-1.8.1/c-examples/vdatestC/vdatestC.c:1133:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
esnacc-ng-1.8.1/c-examples/vdatestC/vdatestC.c:148:5: style: Variable 'pB' is reassigned a value before the old one has been used. [redundantAssignment]
esnacc-ng-1.8.1/c-examples/vdatestC/vdatestC.c:137:0: note: Variable 'pB' is reassigned a value before the old one has been used.
esnacc-ng-1.8.1/c-examples/vdatestC/vdatestC.c:148:5: note: Variable 'pB' is reassigned a value before the old one has been used.
esnacc-ng-1.8.1/c-examples/vdatestC/vdatestC.c:239:4: style: Variable 'pM' is reassigned a value before the old one has been used. [redundantAssignment]
esnacc-ng-1.8.1/c-examples/vdatestC/vdatestC.c:230:0: note: Variable 'pM' is reassigned a value before the old one has been used.
esnacc-ng-1.8.1/c-examples/vdatestC/vdatestC.c:239:4: note: Variable 'pM' is reassigned a value before the old one has been used.
esnacc-ng-1.8.1/c-examples/vdatestC/vdatestC.c:1165:4: style: Variable 'pBB' is reassigned a value before the old one has been used. [redundantAssignment]
esnacc-ng-1.8.1/c-examples/vdatestC/vdatestC.c:1148:0: note: Variable 'pBB' is reassigned a value before the old one has been used.
esnacc-ng-1.8.1/c-examples/vdatestC/vdatestC.c:1165:4: note: Variable 'pBB' is reassigned a value before the old one has been used.
esnacc-ng-1.8.1/c-examples/vdatestC/vdatestC.c:1166:4: style: Variable 'pCANNEDTmpEncodedBuf' is reassigned a value before the old one has been used. [redundantAssignment]
esnacc-ng-1.8.1/c-examples/vdatestC/vdatestC.c:1150:0: note: Variable 'pCANNEDTmpEncodedBuf' is reassigned a value before the old one has been used.
esnacc-ng-1.8.1/c-examples/vdatestC/vdatestC.c:1166:4: note: Variable 'pCANNEDTmpEncodedBuf' is reassigned a value before the old one has been used.
esnacc-ng-1.8.1/c-examples/vdatestC/vdatestC.c:1167:4: style: Variable 'pCANNEDEncodedBuf' is reassigned a value before the old one has been used. [redundantAssignment]
esnacc-ng-1.8.1/c-examples/vdatestC/vdatestC.c:1152:0: note: Variable 'pCANNEDEncodedBuf' is reassigned a value before the old one has been used.
esnacc-ng-1.8.1/c-examples/vdatestC/vdatestC.c:1167:4: note: Variable 'pCANNEDEncodedBuf' is reassigned a value before the old one has been used.
esnacc-ng-1.8.1/c-examples/vdatestC/vdatestC.c:273:21: style: The scope of the variable 'pPS' can be reduced. [variableScope]
esnacc-ng-1.8.1/c-examples/vdatestC/vdatestC.c:339:21: style: The scope of the variable 'pPS' can be reduced. [variableScope]
esnacc-ng-1.8.1/c-examples/vdatestC/vdatestC.c:1068:19: style: The scope of the variable 'tempnum' can be reduced. [variableScope]
esnacc-ng-1.8.1/c-examples/vdatestC/vdatestC.c:1158:8: style: The scope of the variable 'val' can be reduced. [variableScope]
esnacc-ng-1.8.1/c-examples/vdatestC/vdatestC.c:1236:21: style: The scope of the variable 'pPS' can be reduced. [variableScope]
esnacc-ng-1.8.1/c-examples/vdatestC/vdatestC.c:1239:8: style: The scope of the variable 'val' can be reduced. [variableScope]
esnacc-ng-1.8.1/c-examples/vdatestC/vdatestC.c:1121:34: style: Function 'test_timingDoTestPrint' argument 1 names different: declaration 'BYTE_COUNT' definition 'lByteCount'. [funcArgNamesDifferent]
esnacc-ng-1.8.1/c-examples/vdatestC/vdatestC.c:1091:34: note: Function 'test_timingDoTestPrint' argument 1 names different: declaration 'BYTE_COUNT' definition 'lByteCount'.
esnacc-ng-1.8.1/c-examples/vdatestC/vdatestC.c:1121:34: note: Function 'test_timingDoTestPrint' argument 1 names different: declaration 'BYTE_COUNT' definition 'lByteCount'.
esnacc-ng-1.8.1/c-examples/vdatestC/vdatestC.c:420:0: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
esnacc-ng-1.8.1/c-examples/vdatestC/vdatestC.c:470:19: style: Variable 'ptestSeqBlob2' is assigned a value that is never used. [unreadVariable]
esnacc-ng-1.8.1/c-examples/vdatestC/vdatestC.c:819:17: style: Variable 'RFC2253TestData' is assigned a value that is never used. [unreadVariable]
esnacc-ng-1.8.1/c-examples/vdatestC/vdatestC.c:820:12: style: Variable 'RFC2253TestDataLen' is assigned a value that is never used. [unreadVariable]
esnacc-ng-1.8.1/c-examples/vdatestC/vdatestC.c:831:17: style: Variable 'UTF8TestData4' is assigned a value that is never used. [unreadVariable]
esnacc-ng-1.8.1/c-examples/vdatestC/vdatestC.c:836:12: style: Variable 'RFC2279TestData4Len' is assigned a value that is never used. [unreadVariable]
esnacc-ng-1.8.1/c-examples/vdatestC/vdatestC.c:841:8: style: Variable 'universal_string' is assigned a value that is never used. [unreadVariable]
esnacc-ng-1.8.1/c-examples/vdatestC/vdatestC.c:844:0: style: Variable 'universal_stringLen' is assigned a value that is never used. [unreadVariable]
esnacc-ng-1.8.1/c-examples/vdatestC/vdatestC.c:1014:14: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
esnacc-ng-1.8.1/c-examples/vdatestC/vdatestC.c:1082:26: style: Variable 'buf' is assigned a value that is never used. [unreadVariable]
esnacc-ng-1.8.1/c-examples/vdatestC/vdatestC.c:1199:18: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
esnacc-ng-1.8.1/c-examples/vdatestC/vdatestC.c:1237:0: style: Variable 'bytesDecoded' is assigned a value that is never used. [unreadVariable]
esnacc-ng-1.8.1/c-examples/vdatestC/vdatestC.c:668:9: error: Memory leak: ptestSet [memleak]
esnacc-ng-1.8.1/c-examples/vdatestC/vdatestC.c:668:9: error: Memory leak: ptestSet2 [memleak]
esnacc-ng-1.8.1/c-examples/vdatestC/vdatestC.c:668:9: error: Memory leak: ptestSetBER [memleak]
esnacc-ng-1.8.1/c-examples/vdatestC/vdatestC.c:703:7: error: Memory leak: ptestSet [memleak]
esnacc-ng-1.8.1/c-lib/src/asn-PrintableStr.c:66:7: style: The scope of the variable 'temp' can be reduced. [variableScope]
esnacc-ng-1.8.1/c-lib/src/asn-VisibleString.c:66:7: style: The scope of the variable 'temp' can be reduced. [variableScope]
esnacc-ng-1.8.1/c-lib/src/asn-bits.c:329:11: warning: Redundant assignment of 'indent' to itself. [selfAssignment]
esnacc-ng-1.8.1/c-lib/src/asn-bits.c:130:19: style: The scope of the variable 'tagId1' can be reduced. [variableScope]
esnacc-ng-1.8.1/c-lib/src/asn-bits.c:131:19: style: The scope of the variable 'elmtLen1' can be reduced. [variableScope]
esnacc-ng-1.8.1/c-lib/src/asn-bits.c:371:19: style: The scope of the variable 'octet' can be reduced. [variableScope]
esnacc-ng-1.8.1/c-lib/src/asn-bits.c:372:19: style: The scope of the variable 'octetsBit' can be reduced. [variableScope]
esnacc-ng-1.8.1/c-lib/src/asn-bits.c:392:19: style: The scope of the variable 'octet' can be reduced. [variableScope]
esnacc-ng-1.8.1/c-lib/src/asn-bits.c:393:19: style: The scope of the variable 'octetsBit' can be reduced. [variableScope]
esnacc-ng-1.8.1/c-lib/src/asn-bits.c:415:19: style: The scope of the variable 'octet' can be reduced. [variableScope]
esnacc-ng-1.8.1/c-lib/src/asn-bits.c:416:19: style: The scope of the variable 'octetsBit' can be reduced. [variableScope]
esnacc-ng-1.8.1/c-lib/src/asn-bool.c:144:11: warning: Redundant assignment of 'tagId' to itself. [selfAssignment]
esnacc-ng-1.8.1/c-lib/src/asn-bool.c:161:12: warning: Redundant assignment of 'indent' to itself. [selfAssignment]
esnacc-ng-1.8.1/c-lib/src/asn-bool.c:166:6: warning: Redundant assignment of 'b' to itself. [selfAssignment]
esnacc-ng-1.8.1/c-lib/src/asn-der.c:61:17: style: The scope of the variable 'data1' can be reduced. [variableScope]
esnacc-ng-1.8.1/c-lib/src/asn-der.c:62:17: style: The scope of the variable 'data2' can be reduced. [variableScope]
esnacc-ng-1.8.1/c-lib/src/asn-int.c:227:10: warning: Redundant assignment of 'tagId' to itself. [selfAssignment]
esnacc-ng-1.8.1/c-lib/src/asn-int.c:243:11: warning: Redundant assignment of 'indent' to itself. [selfAssignment]
esnacc-ng-1.8.1/c-lib/src/asn-int.c:413:8: warning: Redundant assignment of 'tag' to itself. [selfAssignment]
esnacc-ng-1.8.1/c-lib/src/asn-int.c:425:11: warning: Redundant assignment of 'indent' to itself. [selfAssignment]
esnacc-ng-1.8.1/c-lib/src/asn-int.c:307:21: style: The scope of the variable 'len' can be reduced. [variableScope]
esnacc-ng-1.8.1/c-lib/src/asn-int.c:209:22: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
esnacc-ng-1.8.1/c-lib/src/asn-len.c:119:9: style: The scope of the variable 'i' can be reduced. [variableScope]
esnacc-ng-1.8.1/c-lib/src/asn-len.c:120:19: style: The scope of the variable 'j' can be reduced. [variableScope]
esnacc-ng-1.8.1/c-lib/src/asn-list.c:91:18: style: The scope of the variable 'node' can be reduced. [variableScope]
esnacc-ng-1.8.1/c-lib/src/asn-list.c:396:10: style: The scope of the variable 'tmpVar' can be reduced. [variableScope]
esnacc-ng-1.8.1/c-lib/src/asn-null.c:83:9: warning: Redundant assignment of 'data' to itself. [selfAssignment]
esnacc-ng-1.8.1/c-lib/src/asn-null.c:127:17: warning: Redundant assignment of 'bytesDecoded' to itself. [selfAssignment]
esnacc-ng-1.8.1/c-lib/src/asn-null.c:128:11: warning: Redundant assignment of 'result' to itself. [selfAssignment]
esnacc-ng-1.8.1/c-lib/src/asn-null.c:129:10: warning: Redundant assignment of 'tagId' to itself. [selfAssignment]
esnacc-ng-1.8.1/c-lib/src/asn-null.c:130:6: warning: Redundant assignment of 'b' to itself. [selfAssignment]
esnacc-ng-1.8.1/c-lib/src/asn-null.c:144:11: warning: Redundant assignment of 'indent' to itself. [selfAssignment]
esnacc-ng-1.8.1/c-lib/src/asn-null.c:145:6: warning: Redundant assignment of 'v' to itself. [selfAssignment]
esnacc-ng-1.8.1/c-lib/src/asn-null.c:151:6: warning: Redundant assignment of 'b' to itself. [selfAssignment]
esnacc-ng-1.8.1/c-lib/src/asn-octs.c:346:11: warning: Redundant assignment of 'indent' to itself. [selfAssignment]
esnacc-ng-1.8.1/c-lib/src/asn-octs.c:154:19: style: The scope of the variable 'tagId1' can be reduced. [variableScope]
esnacc-ng-1.8.1/c-lib/src/asn-octs.c:155:19: style: The scope of the variable 'elmtLen1' can be reduced. [variableScope]
esnacc-ng-1.8.1/c-lib/src/asn-oid.c:139:10: warning: Redundant assignment of 'tagId' to itself. [selfAssignment]
esnacc-ng-1.8.1/c-lib/src/asn-oid.c:183:11: warning: Redundant assignment of 'indent' to itself. [selfAssignment]
esnacc-ng-1.8.1/c-lib/src/asn-real.c:898:11: warning: Redundant assignment of 'tagId' to itself. [selfAssignment]
esnacc-ng-1.8.1/c-lib/src/asn-real.c:914:12: warning: Redundant assignment of 'indent' to itself. [selfAssignment]
esnacc-ng-1.8.1/c-lib/src/asn-real.c:846:40: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
esnacc-ng-1.8.1/c-lib/src/asn-relative-oid.c:98:10: warning: Redundant assignment of 'tagId' to itself. [selfAssignment]
esnacc-ng-1.8.1/c-lib/src/asn-relative-oid.c:129:11: warning: Redundant assignment of 'indent' to itself. [selfAssignment]
esnacc-ng-1.8.1/c-lib/src/asn-relative-oid.c:143:19: style: The scope of the variable 'tmpArcNum' can be reduced. [variableScope]
esnacc-ng-1.8.1/c-lib/src/asn-relative-oid.c:181:19: style: The scope of the variable 'tmpArcNum' can be reduced. [variableScope]
esnacc-ng-1.8.1/c-lib/src/asn-tag.c:77:9: style: The scope of the variable 'i' can be reduced. [variableScope]
esnacc-ng-1.8.1/c-lib/src/asn1init.c:35:12: style: The scope of the variable 'pSlot' can be reduced. [variableScope]
esnacc-ng-1.8.1/c-lib/src/exp-buf.c:373:2: style: Variable 'nextPtr' is reassigned a value before the old one has been used. [redundantAssignment]
esnacc-ng-1.8.1/c-lib/src/exp-buf.c:367:0: note: Variable 'nextPtr' is reassigned a value before the old one has been used.
esnacc-ng-1.8.1/c-lib/src/exp-buf.c:373:2: note: Variable 'nextPtr' is reassigned a value before the old one has been used.
esnacc-ng-1.8.1/c-lib/src/exp-buf.c:660:11: style: The scope of the variable 'srcPtr' can be reduced. [variableScope]
esnacc-ng-1.8.1/c-lib/src/exp-buf.c:715:11: style: The scope of the variable 'srcPtr' can be reduced. [variableScope]
esnacc-ng-1.8.1/c-lib/src/exp-buf.c:1008:19: style: The scope of the variable 'writeLen' can be reduced. [variableScope]
esnacc-ng-1.8.1/c-lib/src/nibble-alloc.c:118:24: error: Memory leak: next [memleak]
esnacc-ng-1.8.1/c-lib/src/print.c:38:12: warning: Redundant assignment of 'severity' to itself. [selfAssignment]
esnacc-ng-1.8.1/c-lib/src/print.c:39:7: warning: Redundant assignment of 'str' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/cxxconstraints.c:20:6: warning: Redundant assignment of 'src' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/cxxconstraints.c:121:8: warning: Redundant assignment of 'hdr' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/cxxconstraints.c:122:8: warning: Redundant assignment of 'src' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/cxxconstraints.c:123:7: warning: Redundant assignment of 'td' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/cxxconstraints.c:232:8: warning: Redundant assignment of 'hdr' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/cxxconstraints.c:233:8: warning: Redundant assignment of 'src' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/cxxconstraints.c:234:7: warning: Redundant assignment of 'td' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/cxxmultipleconstraints.c:628:11: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/cxxmultipleconstraints.c:624:24: note: outer condition: i!=0
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/cxxmultipleconstraints.c:628:11: note: opposite inner condition: i==0
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/cxxmultipleconstraints.c:899:11: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/cxxmultipleconstraints.c:894:23: note: outer condition: i!=0
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/cxxmultipleconstraints.c:899:11: note: opposite inner condition: i==0
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/cxxmultipleconstraints.c:1068:11: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/cxxmultipleconstraints.c:1064:25: note: outer condition: i!=0
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/cxxmultipleconstraints.c:1068:11: note: opposite inner condition: i==0
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/cxxmultipleconstraints.c:1239:11: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/cxxmultipleconstraints.c:1235:24: note: outer condition: i!=0
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/cxxmultipleconstraints.c:1239:11: note: opposite inner condition: i==0
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/cxxmultipleconstraints.c:116:5: warning: Redundant assignment of 'src' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/cxxmultipleconstraints.c:130:9: warning: Redundant assignment of 'vrList' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/cxxmultipleconstraints.c:133:6: warning: Redundant assignment of 'hdr' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/cxxmultipleconstraints.c:214:5: warning: Redundant assignment of 'src' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/cxxmultipleconstraints.c:232:16: warning: Redundant assignment of 'currAlpha' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/cxxmultipleconstraints.c:323:9: warning: Redundant assignment of 'scList' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/cxxmultipleconstraints.c:326:6: warning: Redundant assignment of 'hdr' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/cxxmultipleconstraints.c:436:5: warning: Redundant assignment of 'src' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/cxxmultipleconstraints.c:682:20: warning: Redundant assignment of 'iSort2' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/cxxmultipleconstraints.c:276:18: style: The scope of the variable 'c_alpha' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/cxxmultipleconstraints.c:499:8: style: The scope of the variable 'count' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/cxxmultipleconstraints.c:661:8: style: The scope of the variable 'iSort1' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/cxxmultipleconstraints.c:663:18: style: The scope of the variable 'cSort' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/cxxmultipleconstraints.c:664:8: style: The scope of the variable 'j' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/cxxmultipleconstraints.c:674:8: style: The scope of the variable 'iSCLowerBound' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/cxxmultipleconstraints.c:675:8: style: The scope of the variable 'iSCUpperBound' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/cxxmultipleconstraints.c:937:8: style: The scope of the variable 'iSCLowerBound' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/cxxmultipleconstraints.c:938:8: style: The scope of the variable 'iSCUpperBound' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/cxxmultipleconstraints.c:1102:8: style: The scope of the variable 'iSCLowerBound' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/cxxmultipleconstraints.c:1103:8: style: The scope of the variable 'iSCUpperBound' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:308:5: style: Variable 'pszNamespace' is reassigned a value before the old one has been used. [redundantAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:307:0: note: Variable 'pszNamespace' is reassigned a value before the old one has been used.
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:308:5: note: Variable 'pszNamespace' is reassigned a value before the old one has been used.
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:4565:5: style: Variable 'pbtTmp2' is reassigned a value before the old one has been used. [redundantAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:4561:0: note: Variable 'pbtTmp2' is reassigned a value before the old one has been used.
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:4565:5: note: Variable 'pbtTmp2' is reassigned a value before the old one has been used.
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:1544:13: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:1549:13: note: Found duplicate branches for 'if' and 'else'.
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:1544:13: note: Found duplicate branches for 'if' and 'else'.
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:267:7: warning: Redundant assignment of 'mods' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:271:7: warning: Redundant assignment of 'm' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:322:12: warning: Redundant assignment of 'parent' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:322:24: warning: Redundant assignment of 'td' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:322:31: warning: Redundant assignment of 'r' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:322:37: warning: Redundant assignment of 'm' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:322:45: warning: Redundant assignment of 'mods' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:447:7: warning: Redundant assignment of 'r' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:609:7: warning: Redundant assignment of 'td' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:681:7: warning: Redundant assignment of 'm' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:1956:18: warning: Redundant assignment of 'novolatilefuncs' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:1958:11: warning: Redundant assignment of 'parent' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:3015:18: warning: Redundant assignment of 'novolatilefuncs' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:3016:11: warning: Redundant assignment of 'parent' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:3871:18: warning: Redundant assignment of 'novolatilefuncs' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:3872:11: warning: Redundant assignment of 'parent' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:3896:6: warning: Redundant assignment of 'm' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:4005:18: warning: Redundant assignment of 'novolatilefuncs' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:4006:9: warning: Redundant assignment of 'parent' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:4007:4: warning: Redundant assignment of 'm' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:4008:4: warning: Redundant assignment of 'r' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:4009:7: warning: Redundant assignment of 'mods' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:4010:6: warning: Redundant assignment of 'src' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:4033:8: warning: Redundant assignment of 'any' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:4033:19: warning: Redundant assignment of 'parent' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:4033:28: warning: Redundant assignment of 'r' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:4033:32: warning: Redundant assignment of 'm' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:4033:39: warning: Redundant assignment of 'mods' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:4033:48: warning: Redundant assignment of 'src' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:4579:39: style: Same expression on both sides of '!=' because the value of 'mTmp' and 'NULL' are the same. [duplicateExpression]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:4559:18: note: 'mTmp' is assigned value 'NULL' here.
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:4579:39: note: Same expression on both sides of '!=' because the value of 'mTmp' and 'NULL' are the same.
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:5082:9: warning: Redundant assignment of 'hdr' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:5083:9: warning: Redundant assignment of 'src' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:5084:8: warning: Redundant assignment of 'td' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:5085:19: warning: Redundant assignment of 'hasNamedElmts' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:5086:7: warning: Redundant assignment of 'n' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:5087:7: warning: Redundant assignment of 'm' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:5197:9: warning: Redundant assignment of 'hdr' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:5198:9: warning: Redundant assignment of 'src' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:5199:8: warning: Redundant assignment of 'td' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:5200:19: warning: Redundant assignment of 'hasNamedElmts' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:5201:7: warning: Redundant assignment of 'n' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:5202:7: warning: Redundant assignment of 'm' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:5203:7: warning: Redundant assignment of 'r' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:5249:9: warning: Redundant assignment of 'hdr' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:5250:9: warning: Redundant assignment of 'src' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:5251:8: warning: Redundant assignment of 'td' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:5252:12: warning: Redundant assignment of 'choice' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:5253:7: warning: Redundant assignment of 'm' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:5254:7: warning: Redundant assignment of 'e' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:5429:9: warning: Redundant assignment of 'hdr' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:5430:9: warning: Redundant assignment of 'src' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:5431:8: warning: Redundant assignment of 'td' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:5432:9: warning: Redundant assignment of 'seq' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:5433:7: warning: Redundant assignment of 'm' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:5434:7: warning: Redundant assignment of 'e' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:5698:9: warning: Redundant assignment of 'hdr' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:5699:9: warning: Redundant assignment of 'src' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:5700:8: warning: Redundant assignment of 'td' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:5701:9: warning: Redundant assignment of 'set' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:5702:7: warning: Redundant assignment of 'm' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:5703:7: warning: Redundant assignment of 'e' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:527:11: style: The scope of the variable 'classStr' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:671:10: style: The scope of the variable 'tag' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:672:14: style: The scope of the variable 'tags' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:673:11: style: The scope of the variable 'formStr' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:674:11: style: The scope of the variable 'classStr' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:676:9: style: The scope of the variable 'i' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:677:17: style: The scope of the variable 'n' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:679:9: style: The scope of the variable 'elmtLevel' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:1006:11: style: The scope of the variable 'codeStr' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:1009:14: style: The scope of the variable 'tags' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:1019:9: style: The scope of the variable 'ii' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:1969:11: style: The scope of the variable 'codeStr' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:1972:14: style: The scope of the variable 'tags' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:1976:9: style: The scope of the variable 'varCount' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:1976:19: style: The scope of the variable 'tmpVarCount' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:1981:16: style: The scope of the variable 'tmpElmt' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:1982:9: style: The scope of the variable 'allOpt' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:1986:9: style: The scope of the variable 'ii' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:3027:11: style: The scope of the variable 'codeStr' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:3031:14: style: The scope of the variable 'tags' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:3035:9: style: The scope of the variable 'varCount' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:3035:19: style: The scope of the variable 'tmpVarCount' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:3037:9: style: The scope of the variable 'inTailOptElmts' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:3038:9: style: The scope of the variable 'mandatoryElmtCount' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:3041:9: style: The scope of the variable 'allOpt' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:4385:15: style: The scope of the variable 'defByNamedType' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:4441:15: style: The scope of the variable 'defByNamedType' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:4594:6: style: The scope of the variable 'inTailOptElmts' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:4852:8: style: The scope of the variable 'varName' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:4855:16: style: The scope of the variable 'tmpVarCount' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:4857:13: style: The scope of the variable 'defByNamedType' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:4861:6: style: The scope of the variable 'iOptional_Default_ElementIndex' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:4934:16: style: The scope of the variable 'tabStr' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:5014:14: style: The scope of the variable 'tags' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-code.c:4979:10: style: Variable 'elmtLevel' is modified but its new value is never used. [unreadVariable]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-vals.c:160:6: warning: Redundant assignment of 'r' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-vals.c:278:6: warning: Redundant assignment of 'r' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/gen-vals.c:290:6: warning: Redundant assignment of 'r' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/types.c:211:6: warning: Redundant assignment of 'm' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/types.c:633:7: warning: Redundant assignment of 'td' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/types.c:633:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/types.c:226:17: style: The scope of the variable 'cne' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/types.c:227:18: style: The scope of the variable 'cneHndl' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/types.c:228:17: style: The scope of the variable 'elmtName' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/types.c:229:17: style: The scope of the variable 'len' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/types.c:423:13: style: The scope of the variable 'cxxtri' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c++-gen/types.c:483:16: style: The scope of the variable 'len' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-any.c:229:6: warning: Redundant assignment of 'r' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-any.c:544:19: warning: Redundant assignment of 'printDecoders' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-any.c:545:19: warning: Redundant assignment of 'printEncoders' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-any.c:546:10: warning: Redundant assignment of 'mods' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-code.c:331:4: warning: Redundant assignment of 'td' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-code.c:436:3: warning: Redundant assignment of 'r' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-code.c:583:5: warning: Redundant assignment of 'm' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-code.c:342:6: style: The scope of the variable 'osaCount' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-code.c:343:8: style: The scope of the variable 'osaName' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-dec.c:247:7: warning: Redundant assignment of 'm' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-dec.c:248:7: warning: Redundant assignment of 'r' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-dec.c:374:7: warning: Redundant assignment of 'm' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-dec.c:97:9: style: The scope of the variable 'elmtLevel' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-dec.c:103:14: style: The scope of the variable 'tags' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-dec.c:458:9: style: The scope of the variable 'maxLevels' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-dec.c:459:16: style: The scope of the variable 'e' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-dec.c:460:9: style: The scope of the variable 'tagCount' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-dec.c:461:9: style: The scope of the variable 'typeCount' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-dec.c:462:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-dec.c:514:9: style: The scope of the variable 'maxLevels' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-dec.c:515:16: style: The scope of the variable 'e' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-dec.c:516:9: style: The scope of the variable 'typeCount' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-dec.c:517:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-dec.c:607:10: style: The scope of the variable 'idVarRef' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-dec.c:608:16: style: The scope of the variable 'idNamedType' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-dec.c:1737:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-enc.c:536:7: warning: Redundant assignment of 'm' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-enc.c:614:8: warning: Redundant assignment of 'td' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-enc.c:933:4: warning: Redundant assignment of 'mt' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-enc.c:1077:11: warning: Redundant assignment of 'level' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-enc.c:1174:8: warning: Redundant assignment of 'td' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-enc.c:1205:8: warning: Redundant assignment of 'td' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-enc.c:641:17: style: The scope of the variable 'elmtlist' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-enc.c:642:9: style: The scope of the variable 'i' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-enc.c:725:12: style: The scope of the variable 'value' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-enc.c:1092:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-enc.c:1136:10: style: The scope of the variable 'tag' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-enc.c:1219:11: style: The scope of the variable 'classStr' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-free.c:194:6: warning: Redundant assignment of 'm' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-free.c:195:9: warning: Redundant assignment of 'mods' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-free.c:250:4: warning: Redundant assignment of 'mt' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-free.c:570:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-print.c:181:8: warning: Redundant assignment of 'td' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-print.c:182:9: warning: Redundant assignment of 'src' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-print.c:228:11: warning: Redundant assignment of 'elmts' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-print.c:343:7: warning: Redundant assignment of 'm' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-print.c:344:10: warning: Redundant assignment of 'mods' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-print.c:345:7: warning: Redundant assignment of 'r' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-print.c:393:7: warning: Redundant assignment of 'm' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-print.c:394:10: warning: Redundant assignment of 'mods' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-print.c:394:19: warning: Redundant assignment of 'r' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-print.c:440:7: warning: Redundant assignment of 'm' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-print.c:440:16: warning: Redundant assignment of 'mods' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-print.c:440:25: warning: Redundant assignment of 'r' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-print.c:484:7: warning: Redundant assignment of 'm' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-print.c:484:16: warning: Redundant assignment of 'mods' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-print.c:484:25: warning: Redundant assignment of 'r' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-print.c:526:6: warning: Redundant assignment of 'm' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-print.c:526:13: warning: Redundant assignment of 'mods' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-print.c:526:20: warning: Redundant assignment of 'r' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-type.c:252:12: warning: Redundant assignment of 'parent' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-type.c:252:24: warning: Redundant assignment of 'td' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-type.c:252:31: warning: Redundant assignment of 'm' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-type.c:252:37: warning: Redundant assignment of 'r' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-type.c:287:12: warning: Redundant assignment of 'parent' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-type.c:317:11: warning: Redundant assignment of 'parent' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-type.c:370:8: warning: Redundant assignment of 'parent' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-type.c:371:3: warning: Redundant assignment of 't' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-type.c:436:11: warning: Redundant assignment of 'parent' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-type.c:473:12: warning: Redundant assignment of 'parent' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-type.c:473:24: warning: Redundant assignment of 'td' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-type.c:473:31: warning: Redundant assignment of 'm' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-type.c:473:37: warning: Redundant assignment of 'r' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-type.c:587:12: warning: Redundant assignment of 'parent' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-type.c:185:17: style: The scope of the variable 'n' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-type.c:266:11: style: The scope of the variable 'ctri' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-type.c:383:11: style: The scope of the variable 'ctri' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-type.c:556:17: style: The scope of the variable 'n' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-vals.c:167:87: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-vals.c:163:88: note: outer condition: v->basicValue->a.localValueRef->link->value->basicValue->choiceId==BASICVALUE_LOCALVALUEREF
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-vals.c:167:87: note: identical inner condition: v->basicValue->a.localValueRef->link->value->basicValue->choiceId==BASICVALUE_LOCALVALUEREF
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-vals.c:195:7: warning: Redundant assignment of 'r' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/gen-vals.c:272:7: warning: Redundant assignment of 'r' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/type-info.c:276:7: warning: Redundant assignment of 'm' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/type-info.c:837:8: warning: Redundant assignment of 'td' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/type-info.c:157:9: style: The scope of the variable 'len' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/type-info.c:158:11: style: The scope of the variable 'tmpName' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/type-info.c:291:17: style: The scope of the variable 'cne' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/type-info.c:292:18: style: The scope of the variable 'cneHndl' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/type-info.c:293:11: style: The scope of the variable 'elmtName' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/c-gen/util.c:168:7: warning: Redundant assignment of 'r' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/idl-gen/gen-any.c:75:9: warning: Redundant assignment of 'mods' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/idl-gen/gen-any.c:137:6: warning: Redundant assignment of 'r' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/idl-gen/gen-any.c:89:17: style: The scope of the variable 'arl' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/idl-gen/gen-code.c:125:6: warning: Redundant assignment of 'm' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/idl-gen/gen-code.c:176:11: warning: Redundant assignment of 'parent' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/idl-gen/gen-code.c:176:21: warning: Redundant assignment of 'td' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/idl-gen/gen-code.c:176:26: warning: Redundant assignment of 'r' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/idl-gen/gen-code.c:176:30: warning: Redundant assignment of 'm' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/idl-gen/gen-code.c:176:37: warning: Redundant assignment of 'mods' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/idl-gen/gen-code.c:274:11: warning: Redundant assignment of 'parent' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/idl-gen/gen-code.c:306:11: warning: Redundant assignment of 'parent' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/idl-gen/gen-code.c:336:11: warning: Redundant assignment of 'parent' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/idl-gen/gen-code.c:357:11: warning: Redundant assignment of 'parent' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/idl-gen/gen-code.c:357:20: warning: Redundant assignment of 'r' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/idl-gen/gen-code.c:357:24: warning: Redundant assignment of 'm' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/idl-gen/gen-code.c:357:31: warning: Redundant assignment of 'mods' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/idl-gen/gen-code.c:376:8: warning: Redundant assignment of 'any' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/idl-gen/gen-code.c:376:19: warning: Redundant assignment of 'parent' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/idl-gen/gen-code.c:376:28: warning: Redundant assignment of 'r' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/idl-gen/gen-code.c:376:32: warning: Redundant assignment of 'm' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/idl-gen/gen-code.c:376:39: warning: Redundant assignment of 'mods' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/idl-gen/gen-code.c:191:17: style: The scope of the variable 'n' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/idl-gen/gen-code.c:461:15: style: The scope of the variable 'vd' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/idl-gen/gen-vals.c:182:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
esnacc-ng-1.8.1/compiler/back-ends/idl-gen/gen-vals.c:89:6: warning: Redundant assignment of 'r' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/idl-gen/gen-vals.c:196:6: warning: Redundant assignment of 'r' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/idl-gen/gen-vals.c:209:6: warning: Redundant assignment of 'r' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/idl-gen/types.c:181:6: warning: Redundant assignment of 'm' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/idl-gen/types.c:614:7: warning: Redundant assignment of 'td' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/back-ends/idl-gen/types.c:614:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
esnacc-ng-1.8.1/compiler/back-ends/idl-gen/types.c:196:17: style: The scope of the variable 'cne' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/idl-gen/types.c:197:18: style: The scope of the variable 'cneHndl' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/idl-gen/types.c:198:11: style: The scope of the variable 'elmtName' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/idl-gen/types.c:199:10: style: The scope of the variable 'len' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/idl-gen/types.c:403:13: style: The scope of the variable 'idltri' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/idl-gen/types.c:464:16: style: The scope of the variable 'len' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/str-util.c:290:9: style: The scope of the variable 'value' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/str-util.c:339:9: style: The scope of the variable 'digit' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/str-util.c:339:16: style: The scope of the variable 'len' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/str-util.c:339:21: style: The scope of the variable 'maxDigitVal' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/str-util.c:367:9: style: The scope of the variable 'digit' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/str-util.c:367:16: style: The scope of the variable 'len' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/str-util.c:367:21: style: The scope of the variable 'maxDigitVal' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/str-util.c:441:13: style: The scope of the variable 'cpyLen' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/tag-util.c:602:99: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
esnacc-ng-1.8.1/compiler/back-ends/tag-util.c:598:100: note: outer condition: tag->valueRef->basicValue->a.localValueRef->link->value->basicValue->choiceId==BASICVALUE_LOCALVALUEREF
esnacc-ng-1.8.1/compiler/back-ends/tag-util.c:602:99: note: identical inner condition: tag->valueRef->basicValue->a.localValueRef->link->value->basicValue->choiceId==BASICVALUE_LOCALVALUEREF
esnacc-ng-1.8.1/compiler/back-ends/tag-util.c:112:10: style: The scope of the variable 'last' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/tag-util.c:114:11: style: The scope of the variable 'tagHndl' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/tag-util.c:246:18: style: The scope of the variable 'listNode' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/back-ends/tag-util.c:566:9: style: The scope of the variable 'iValue' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/core/define.c:177:27: style: Function 'ObjIsDefined' argument 1 names different: declaration 'l' definition 'objListPtr'. [funcArgNamesDifferent]
esnacc-ng-1.8.1/compiler/core/define.h:62:32: note: Function 'ObjIsDefined' argument 1 names different: declaration 'l' definition 'objListPtr'.
esnacc-ng-1.8.1/compiler/core/define.c:177:27: note: Function 'ObjIsDefined' argument 1 names different: declaration 'l' definition 'objListPtr'.
esnacc-ng-1.8.1/compiler/core/define.c:177:65: style: Function 'ObjIsDefined' argument 3 names different: declaration 'cmp' definition 'cmpRoutine'. [funcArgNamesDifferent]
esnacc-ng-1.8.1/compiler/core/define.h:62:61: note: Function 'ObjIsDefined' argument 3 names different: declaration 'cmp' definition 'cmpRoutine'.
esnacc-ng-1.8.1/compiler/core/define.c:177:65: note: Function 'ObjIsDefined' argument 3 names different: declaration 'cmp' definition 'cmpRoutine'.
esnacc-ng-1.8.1/compiler/core/dependency.c:142:15: style: The scope of the variable 'newElmtHndl' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/core/dependency.c:245:14: style: The scope of the variable 'last' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/core/dependency.c:247:15: style: The scope of the variable 'tdHndl' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/core/dependency.c:560:15: style: The scope of the variable 'tdHndl' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/core/do-macros.c:483:11: warning: Redundant assignment of 'td' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/do-macros.c:506:8: warning: Redundant assignment of 'bt' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/do-macros.c:507:7: warning: Redundant assignment of 't' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/do-macros.c:527:8: warning: Redundant assignment of 'bt' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/do-macros.c:528:7: warning: Redundant assignment of 't' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/do-macros.c:550:8: warning: Redundant assignment of 'bt' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/do-macros.c:551:7: warning: Redundant assignment of 't' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/do-macros.c:564:8: warning: Redundant assignment of 'bt' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/do-macros.c:565:7: warning: Redundant assignment of 't' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/do-macros.c:566:8: warning: Redundant assignment of 'td' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/do-macros.c:567:7: warning: Redundant assignment of 'm' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/do-macros.c:568:9: warning: Redundant assignment of 'ase' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/do-macros.c:569:7: warning: Redundant assignment of 'v' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/do-macros.c:584:8: warning: Redundant assignment of 'bt' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/do-macros.c:585:7: warning: Redundant assignment of 't' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/do-macros.c:586:7: warning: Redundant assignment of 'v' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/do-macros.c:587:8: warning: Redundant assignment of 'ac' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/do-macros.c:588:8: warning: Redundant assignment of 'td' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/do-macros.c:589:7: warning: Redundant assignment of 'm' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/do-macros.c:603:8: warning: Redundant assignment of 'bt' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/do-macros.c:604:7: warning: Redundant assignment of 't' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/do-macros.c:605:8: warning: Redundant assignment of 'td' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/do-macros.c:606:7: warning: Redundant assignment of 'm' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/do-macros.c:607:10: warning: Redundant assignment of 'exts' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/do-macros.c:608:7: warning: Redundant assignment of 'v' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/do-macros.c:622:8: warning: Redundant assignment of 'bt' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/do-macros.c:623:7: warning: Redundant assignment of 't' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/do-macros.c:624:8: warning: Redundant assignment of 'td' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/do-macros.c:625:7: warning: Redundant assignment of 'm' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/do-macros.c:626:7: warning: Redundant assignment of 'v' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/do-macros.c:627:9: warning: Redundant assignment of 'ext' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/do-macros.c:641:8: warning: Redundant assignment of 'bt' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/do-macros.c:642:7: warning: Redundant assignment of 't' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/do-macros.c:643:8: warning: Redundant assignment of 'td' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/do-macros.c:644:7: warning: Redundant assignment of 'm' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/do-macros.c:645:7: warning: Redundant assignment of 'v' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/do-macros.c:646:9: warning: Redundant assignment of 'ext' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/do-macros.c:660:8: warning: Redundant assignment of 'bt' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/do-macros.c:661:7: warning: Redundant assignment of 't' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/do-macros.c:662:8: warning: Redundant assignment of 'td' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/do-macros.c:663:7: warning: Redundant assignment of 'm' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/do-macros.c:664:7: warning: Redundant assignment of 'v' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/do-macros.c:665:9: warning: Redundant assignment of 'tok' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/do-macros.c:680:8: warning: Redundant assignment of 'bt' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/do-macros.c:681:7: warning: Redundant assignment of 't' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/do-macros.c:682:8: warning: Redundant assignment of 'td' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/do-macros.c:683:7: warning: Redundant assignment of 'm' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/do-macros.c:684:7: warning: Redundant assignment of 'v' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/do-macros.c:685:9: warning: Redundant assignment of 'tok' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/do-macros.c:699:8: warning: Redundant assignment of 'bt' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/do-macros.c:700:7: warning: Redundant assignment of 't' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/do-macros.c:701:8: warning: Redundant assignment of 'td' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/do-macros.c:702:7: warning: Redundant assignment of 'm' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/do-macros.c:703:7: warning: Redundant assignment of 'v' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/do-macros.c:704:9: warning: Redundant assignment of 'sec' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/do-macros.c:719:8: warning: Redundant assignment of 'bt' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/do-macros.c:720:7: warning: Redundant assignment of 't' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/do-macros.c:721:8: warning: Redundant assignment of 'td' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/do-macros.c:722:7: warning: Redundant assignment of 'm' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/do-macros.c:723:7: warning: Redundant assignment of 'v' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/do-macros.c:724:9: warning: Redundant assignment of 'obj' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/do-macros.c:738:8: warning: Redundant assignment of 'bt' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/do-macros.c:739:7: warning: Redundant assignment of 't' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/do-macros.c:740:8: warning: Redundant assignment of 'td' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/do-macros.c:741:8: warning: Redundant assignment of 'm' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/do-macros.c:742:7: warning: Redundant assignment of 'v' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/do-macros.c:743:7: warning: Redundant assignment of 'p' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/do-macros.c:758:8: warning: Redundant assignment of 'bt' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/do-macros.c:759:7: warning: Redundant assignment of 't' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/do-macros.c:760:8: warning: Redundant assignment of 'td' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/do-macros.c:761:7: warning: Redundant assignment of 'm' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/do-macros.c:762:7: warning: Redundant assignment of 'v' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/do-macros.c:763:10: warning: Redundant assignment of 'bind' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/do-macros.c:857:7: warning: Redundant assignment of 'bt' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/do-macros.c:858:7: warning: Redundant assignment of 't' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/do-macros.c:859:8: warning: Redundant assignment of 'nt' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/do-macros.c:441:8: style: The scope of the variable 'digit' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/core/do-macros.c:443:14: style: The scope of the variable 'tmpTypeDefHndl' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/core/do-macros.c:859:10: style: Variable 'nt' is assigned a value that is never used. [unreadVariable]
esnacc-ng-1.8.1/compiler/core/err-chk.c:1056:8: warning: Redundant assignment of 'td' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/err-chk.c:828:11: style: The scope of the variable 'definingType' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/core/err-chk.c:994:12: style: The scope of the variable 'baseVal' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/core/err-chk.c:193:13: style: Function 'PARAMS' argument 2 names different: declaration 't' definition 'm'. [funcArgNamesDifferent]
esnacc-ng-1.8.1/compiler/core/err-chk.c:136:65: note: Function 'PARAMS' argument 2 names different: declaration 't' definition 'm'.
esnacc-ng-1.8.1/compiler/core/err-chk.c:193:13: note: Function 'PARAMS' argument 2 names different: declaration 't' definition 'm'.
esnacc-ng-1.8.1/compiler/core/err-chk.c:119:10: style: struct member 'DefinedTag::tag' is never used. [unusedStructMember]
esnacc-ng-1.8.1/compiler/core/err-chk.c:120:24: style: struct member 'DefinedTag::next' is never used. [unusedStructMember]
esnacc-ng-1.8.1/compiler/core/err-chk.c:127:25: style: struct member 'DefinedName::next' is never used. [unusedStructMember]
esnacc-ng-1.8.1/compiler/core/link-types.c:828:6: style: Variable 'namedType' is reassigned a value before the old one has been used. [redundantAssignment]
esnacc-ng-1.8.1/compiler/core/link-types.c:827:0: note: Variable 'namedType' is reassigned a value before the old one has been used.
esnacc-ng-1.8.1/compiler/core/link-types.c:828:6: note: Variable 'namedType' is reassigned a value before the old one has been used.
esnacc-ng-1.8.1/compiler/core/link-types.c:470:7: warning: Redundant assignment of 'head' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/link-types.c:510:4: warning: Redundant assignment of 'm' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/link-types.c:1151:3: warning: Redundant assignment of 'm' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/link-types.c:1291:7: warning: Redundant assignment of 't' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/link-types.c:1292:10: warning: Redundant assignment of 'head' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/link-types.c:1345:10: warning: Redundant assignment of 'head' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/link-types.c:1346:13: warning: Redundant assignment of 'currMod' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/link-types.c:1347:7: warning: Redundant assignment of 'm' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/link-types.c:1393:8: warning: Redundant assignment of 'bt' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/link-types.c:1413:8: warning: Redundant assignment of 'bt' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/link-types.c:1414:7: warning: Redundant assignment of 't' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/link-types.c:1435:8: warning: Redundant assignment of 'bt' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/link-types.c:1436:7: warning: Redundant assignment of 't' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/link-types.c:1465:8: warning: Redundant assignment of 'bt' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/link-types.c:1466:10: warning: Redundant assignment of 'head' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/link-types.c:1504:8: warning: Redundant assignment of 'bt' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/link-types.c:1505:10: warning: Redundant assignment of 'head' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/link-types.c:1526:7: warning: Redundant assignment of 'bt' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/link-types.c:1527:10: warning: Redundant assignment of 'head' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/link-types.c:1546:8: warning: Redundant assignment of 'bt' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/link-types.c:1566:8: warning: Redundant assignment of 'bt' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/link-types.c:1567:7: warning: Redundant assignment of 't' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/link-types.c:1585:8: warning: Redundant assignment of 'bt' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/link-types.c:1587:7: warning: Redundant assignment of 't' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/link-types.c:1605:8: warning: Redundant assignment of 'bt' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/link-types.c:1606:7: warning: Redundant assignment of 't' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/link-types.c:1625:8: warning: Redundant assignment of 'bt' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/link-types.c:1626:7: warning: Redundant assignment of 't' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/link-types.c:1647:8: warning: Redundant assignment of 'bt' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/link-types.c:1648:10: warning: Redundant assignment of 'head' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/link-types.c:1691:8: warning: Redundant assignment of 'bt' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/link-types.c:1712:8: warning: Redundant assignment of 'bt' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/link-types.c:1713:10: warning: Redundant assignment of 'head' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/link-types.c:1744:8: warning: Redundant assignment of 'bt' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/link-values.c:632:7: warning: Redundant assignment of 't' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/link-values.c:633:10: warning: Redundant assignment of 'head' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/link-values.c:980:8: warning: Redundant assignment of 'bt' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/link-values.c:981:7: warning: Redundant assignment of 't' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/link-values.c:998:8: warning: Redundant assignment of 'bt' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/link-values.c:999:7: warning: Redundant assignment of 't' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/link-values.c:1018:8: warning: Redundant assignment of 'bt' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/link-values.c:1019:7: warning: Redundant assignment of 't' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/link-values.c:1045:8: warning: Redundant assignment of 'bt' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/link-values.c:1046:10: warning: Redundant assignment of 'head' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/link-values.c:1085:8: warning: Redundant assignment of 'bt' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/link-values.c:1104:8: warning: Redundant assignment of 'bt' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/link-values.c:1105:10: warning: Redundant assignment of 'head' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/link-values.c:1121:8: warning: Redundant assignment of 'bt' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/link-values.c:1138:8: warning: Redundant assignment of 'bt' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/link-values.c:1139:7: warning: Redundant assignment of 't' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/link-values.c:1155:8: warning: Redundant assignment of 'bt' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/link-values.c:1156:7: warning: Redundant assignment of 't' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/link-values.c:1172:8: warning: Redundant assignment of 'bt' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/link-values.c:1173:7: warning: Redundant assignment of 't' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/link-values.c:1189:8: warning: Redundant assignment of 'bt' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/link-values.c:1190:7: warning: Redundant assignment of 't' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/link-values.c:1209:8: warning: Redundant assignment of 'bt' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/link-values.c:1210:10: warning: Redundant assignment of 'head' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/link-values.c:1251:8: warning: Redundant assignment of 'bt' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/link-values.c:1270:8: warning: Redundant assignment of 'bt' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/link-values.c:1271:10: warning: Redundant assignment of 'head' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/link-values.c:1300:8: warning: Redundant assignment of 'bt' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/normalize.c:301:6: warning: Redundant assignment of 'oaf' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/normalize.c:1044:8: warning: Redundant assignment of 'vd' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/normalize.c:575:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
esnacc-ng-1.8.1/compiler/core/normalize.c:679:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
esnacc-ng-1.8.1/compiler/core/normalize.c:326:10: style: The scope of the variable 'lastTag' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/core/normalize.c:397:17: style: The scope of the variable 'newElmtHndl' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/core/normalize.c:406:11: style: The scope of the variable 'tagHndl' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/core/normalize.c:778:11: style: The scope of the variable 'tmpPtr' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/core/normalize.c:779:11: style: The scope of the variable 'lastTag' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/core/normalize.c:1015:9: style: The scope of the variable 'eLen' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/core/normalize.c:1069:12: style: The scope of the variable 'valRef' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/core/print.c:734:7: warning: Redundant assignment of 't' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/print.c:929:15: warning: Redundant assignment of 'valuesType' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/print.c:944:7: warning: Redundant assignment of 'v' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/print.c:945:10: warning: Redundant assignment of 'head' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/print.c:1336:7: warning: Redundant assignment of 't' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/print.c:1337:10: warning: Redundant assignment of 'head' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/print.c:1625:7: warning: Redundant assignment of 'bt' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/print.c:1626:9: warning: Redundant assignment of 'head' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/print.c:1786:7: warning: Redundant assignment of 'bt' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/print.c:1821:8: warning: Redundant assignment of 'bt' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/print.c:1822:10: warning: Redundant assignment of 'head' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/print.c:1881:7: warning: Redundant assignment of 'bt' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/print.c:1907:7: warning: Redundant assignment of 'bt' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/print.c:1908:6: warning: Redundant assignment of 't' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/print.c:1932:7: warning: Redundant assignment of 'bt' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/print.c:1933:6: warning: Redundant assignment of 't' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/print.c:1957:7: warning: Redundant assignment of 'bt' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/print.c:1958:6: warning: Redundant assignment of 't' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/print.c:1982:7: warning: Redundant assignment of 'bt' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/print.c:1983:6: warning: Redundant assignment of 't' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/print.c:2034:7: warning: Redundant assignment of 'bt' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/print.c:2035:9: warning: Redundant assignment of 'head' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/print.c:2140:7: warning: Redundant assignment of 'bt' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/print.c:2223:7: warning: Redundant assignment of 'bt' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/print.c:2224:6: warning: Redundant assignment of 't' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/print.c:2240:7: warning: Redundant assignment of 'bt' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/print.c:2241:6: warning: Redundant assignment of 't' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/print.c:2257:8: warning: Redundant assignment of 'bt' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/print.c:2258:6: warning: Redundant assignment of 't' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/print.c:2274:7: warning: Redundant assignment of 'bt' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/print.c:2275:6: warning: Redundant assignment of 't' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/print.c:2291:7: warning: Redundant assignment of 'bt' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/print.c:2292:6: warning: Redundant assignment of 't' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/print.c:2423:7: warning: Redundant assignment of 'bt' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/print.c:2889:9: warning: Redundant assignment of 'head' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/print.c:1244:17: style: The scope of the variable 'constraint' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/core/print.c:1996:14: style: The scope of the variable 'ap' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/core/print.c:1997:14: style: The scope of the variable 'last' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/core/print.c:2154:14: style: The scope of the variable 'ap' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/core/print.c:2155:14: style: The scope of the variable 'last' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/core/print.c:2304:18: style: The scope of the variable 'tOrV' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/core/print.c:2305:18: style: The scope of the variable 'last' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/core/snacc-util.c:100:11: style: The scope of the variable 'tmpPtr' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/core/snacc-util.c:170:19: style: The scope of the variable 'ie' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/core/snacc-util.c:860:22: style: The scope of the variable 'ntElmtList' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/core/snacc-util.c:862:16: style: The scope of the variable 'nnHndl' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/core/snacc-util.c:921:11: style: The scope of the variable 'parent' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/core/snacc.c:1294:27: style: Same expression on both sides of '&'. [duplicateExpression]
esnacc-ng-1.8.1/compiler/core/snacc.c:1087:11: style: The scope of the variable 'modBaseFileName' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/core/snacc.c:1191:12: style: The scope of the variable 'modBaseFileName' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/core/snacc.c:1504:24: style: The scope of the variable 'gAsnExt' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/core/snacc.c:1507:11: style: The scope of the variable 'fullPath' can be reduced. [variableScope]
esnacc-ng-1.8.1/compiler/core/val-parser.c:611:7: warning: Redundant assignment of 't' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/val-parser.c:612:8: warning: Redundant assignment of 'vd' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/val-parser.c:613:10: warning: Redundant assignment of 'mods' to itself. [selfAssignment]
esnacc-ng-1.8.1/compiler/core/val-parser.c:611:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
esnacc-ng-1.8.1/cxx-examples/constraints_test/constraintTest_main.cpp:190:6: style: Variable 'perString' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
esnacc-ng-1.8.1/cxx-examples/constraints_test/constraintTest_main.cpp:162:6: note: Variable 'perString' is reassigned a value before the old one has been used if variable is no semaphore variable.
esnacc-ng-1.8.1/cxx-examples/constraints_test/constraintTest_main.cpp:190:6: note: Variable 'perString' is reassigned a value before the old one has been used if variable is no semaphore variable.
esnacc-ng-1.8.1/cxx-examples/constraints_test/constraintTest_main.cpp:133:20: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
esnacc-ng-1.8.1/cxx-examples/constraints_test/constraints_test.cpp:34:5: style: Variable 'iStatus' is reassigned a value before the old one has been used. [redundantAssignment]
esnacc-ng-1.8.1/cxx-examples/constraints_test/constraints_test.cpp:33:0: note: Variable 'iStatus' is reassigned a value before the old one has been used.
esnacc-ng-1.8.1/cxx-examples/constraints_test/constraints_test.cpp:34:5: note: Variable 'iStatus' is reassigned a value before the old one has been used.
esnacc-ng-1.8.1/cxx-examples/src/asnutil.cpp:54:15: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
esnacc-ng-1.8.1/cxx-examples/src/asnutil.cpp:43:19: style: The scope of the variable 'puchIn' can be reduced. [variableScope]
esnacc-ng-1.8.1/cxx-examples/src/automatic.cpp:27:21: style: struct member 'Tests::enc_bytes' is never used. [unusedStructMember]
esnacc-ng-1.8.1/cxx-examples/src/bitstest.cpp:108:25: style: Unused variable: str [unusedVariable]
esnacc-ng-1.8.1/cxx-examples/src/bitstest.cpp:109:17: style: Unused variable: i [unusedVariable]
esnacc-ng-1.8.1/cxx-examples/src/bitstest.cpp:110:17: style: Unused variable: ch [unusedVariable]
esnacc-ng-1.8.1/cxx-examples/src/main.cpp:64:12: style: The scope of the variable 'i' can be reduced. [variableScope]
esnacc-ng-1.8.1/cxx-examples/src/snmp.cpp:58:4: style: Variable 'fn' is reassigned a value before the old one has been used. [redundantAssignment]
esnacc-ng-1.8.1/cxx-examples/src/snmp.cpp:51:0: note: Variable 'fn' is reassigned a value before the old one has been used.
esnacc-ng-1.8.1/cxx-examples/src/snmp.cpp:58:4: note: Variable 'fn' is reassigned a value before the old one has been used.
esnacc-ng-1.8.1/cxx-examples/src/testbuf.cpp:18:9: style: The scope of the variable 'j' can be reduced. [variableScope]
esnacc-ng-1.8.1/cxx-examples/src/testbuf.cpp:15:18: style: Variable 'fs' is assigned a value that is never used. [unreadVariable]
esnacc-ng-1.8.1/cxx-examples/src/testbuf.cpp:79:28: error: Dangerous usage of c_str(). The value returned by c_str() is invalid after this call. [stlcstr]
esnacc-ng-1.8.1/cxx-examples/src/testbuf.cpp:90:29: error: Dangerous usage of c_str(). The value returned by c_str() is invalid after this call. [stlcstr]
esnacc-ng-1.8.1/cxx-examples/src/testsetsorting.cpp:64:11: style: Unused variable: ch [unusedVariable]
esnacc-ng-1.8.1/cxx-examples/src/testsetsorting.cpp:96:22: style: Unused variable: str [unusedVariable]
esnacc-ng-1.8.1/cxx-examples/src/testsetsorting.cpp:117:0: style: Variable 'tmpCard' is assigned a value that is never used. [unreadVariable]
esnacc-ng-1.8.1/cxx-examples/src/testsetsorting.cpp:115:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
esnacc-ng-1.8.1/cxx-examples/src/vda_threads.cpp:67:9: style: The scope of the variable 'i' can be reduced. [variableScope]
esnacc-ng-1.8.1/cxx-examples/src/vda_threads.cpp:109:7: style: The scope of the variable 'bThreadRunning' can be reduced. [variableScope]
esnacc-ng-1.8.1/cxx-examples/src/vda_threads.cpp:201:37: style: Function 'vdaTestThreads_Perform' argument 1 names different: declaration 'f' definition 'f_INPUT'. [funcArgNamesDifferent]
esnacc-ng-1.8.1/cxx-examples/src/vda_threads.cpp:20:37: note: Function 'vdaTestThreads_Perform' argument 1 names different: declaration 'f' definition 'f_INPUT'.
esnacc-ng-1.8.1/cxx-examples/src/vda_threads.cpp:201:37: note: Function 'vdaTestThreads_Perform' argument 1 names different: declaration 'f' definition 'f_INPUT'.
esnacc-ng-1.8.1/cxx-examples/src/vda_threads.cpp:63:0: style: Variable 'count' is assigned a value that is never used. [unreadVariable]
esnacc-ng-1.8.1/cxx-examples/src/vda_threads.cpp:66:27: style: Variable 'bThreadRunning' is assigned a value that is never used. [unreadVariable]
esnacc-ng-1.8.1/cxx-examples/src/vda_threads.cpp:108:0: style: Variable 'count' is assigned a value that is never used. [unreadVariable]
esnacc-ng-1.8.1/cxx-examples/src/vda_threads.cpp:143:0: style: Variable 'count' is assigned a value that is never used. [unreadVariable]
esnacc-ng-1.8.1/cxx-examples/src/vda_threads.cpp:144:24: style: Variable 'bThreadRunning' is assigned a value that is never used. [unreadVariable]
esnacc-ng-1.8.1/cxx-examples/src/vda_threads.cpp:205:0: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
esnacc-ng-1.8.1/cxx-examples/src/vdatest.cpp:1047:4: warning: %d in format string (no. 3) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
esnacc-ng-1.8.1/cxx-examples/src/vdatest.cpp:797:32: warning: Possible null pointer dereference: tempChar [nullPointer]
esnacc-ng-1.8.1/cxx-examples/src/vdatest.cpp:775:20: note: Assignment 'pWchar=NULL', assigned value is 0
esnacc-ng-1.8.1/cxx-examples/src/vdatest.cpp:793:15: note: Assignment 'tempChar=(char*)pWchar', assigned value is 0
esnacc-ng-1.8.1/cxx-examples/src/vdatest.cpp:797:32: note: Null pointer dereference
esnacc-ng-1.8.1/cxx-examples/src/vdatest.cpp:799:9: warning: Possible null pointer dereference: tempChar [nullPointer]
esnacc-ng-1.8.1/cxx-examples/src/vdatest.cpp:775:20: note: Assignment 'pWchar=NULL', assigned value is 0
esnacc-ng-1.8.1/cxx-examples/src/vdatest.cpp:793:15: note: Assignment 'tempChar=(char*)pWchar', assigned value is 0
esnacc-ng-1.8.1/cxx-examples/src/vdatest.cpp:799:9: note: Null pointer dereference
esnacc-ng-1.8.1/cxx-examples/src/vdatest.cpp:1074:13: error: Null pointer dereference: pCANNEDTmpEncodedBuf [nullPointer]
esnacc-ng-1.8.1/cxx-examples/src/vdatest.cpp:1063:33: note: Assignment 'pCANNEDTmpEncodedBuf=NULL', assigned value is 0
esnacc-ng-1.8.1/cxx-examples/src/vdatest.cpp:1074:13: note: Null pointer dereference
esnacc-ng-1.8.1/cxx-examples/src/vdatest.cpp:1075:36: error: Null pointer dereference: pCANNEDTmpEncodedBuf [nullPointer]
esnacc-ng-1.8.1/cxx-examples/src/vdatest.cpp:1063:33: note: Assignment 'pCANNEDTmpEncodedBuf=NULL', assigned value is 0
esnacc-ng-1.8.1/cxx-examples/src/vdatest.cpp:1075:36: note: Null pointer dereference
esnacc-ng-1.8.1/cxx-examples/src/vdatest.cpp:1094:22: warning: Possible null pointer dereference: pBB [nullPointer]
esnacc-ng-1.8.1/cxx-examples/src/vdatest.cpp:1088:13: note: Assignment 'pBB=NULL', assigned value is 0
esnacc-ng-1.8.1/cxx-examples/src/vdatest.cpp:1094:22: note: Null pointer dereference
esnacc-ng-1.8.1/cxx-examples/src/vdatest.cpp:1108:22: warning: Possible null pointer dereference: pBB [nullPointer]
esnacc-ng-1.8.1/cxx-examples/src/vdatest.cpp:1088:13: note: Assignment 'pBB=NULL', assigned value is 0
esnacc-ng-1.8.1/cxx-examples/src/vdatest.cpp:1108:22: note: Null pointer dereference
esnacc-ng-1.8.1/cxx-examples/src/vdatest.cpp:1122:22: warning: Possible null pointer dereference: pBB [nullPointer]
esnacc-ng-1.8.1/cxx-examples/src/vdatest.cpp:1088:13: note: Assignment 'pBB=NULL', assigned value is 0
esnacc-ng-1.8.1/cxx-examples/src/vdatest.cpp:1122:22: note: Null pointer dereference
esnacc-ng-1.8.1/cxx-examples/src/vdatest.cpp:1286:21: warning: Possible null pointer dereference: pBuf3 [nullPointer]
esnacc-ng-1.8.1/cxx-examples/src/vdatest.cpp:1281:36: note: Assignment 'pBuf3=NULL', assigned value is 0
esnacc-ng-1.8.1/cxx-examples/src/vdatest.cpp:1286:21: note: Null pointer dereference
esnacc-ng-1.8.1/cxx-examples/src/vdatest.cpp:1341:21: warning: Possible null pointer dereference: pBuf [nullPointer]
esnacc-ng-1.8.1/cxx-examples/src/vdatest.cpp:1336:20: note: Assignment 'pBuf=NULL', assigned value is 0
esnacc-ng-1.8.1/cxx-examples/src/vdatest.cpp:1341:21: note: Null pointer dereference
esnacc-ng-1.8.1/cxx-examples/src/vdatest.cpp:793:4: style: Variable 'tempChar' is reassigned a value before the old one has been used. [redundantAssignment]
esnacc-ng-1.8.1/cxx-examples/src/vdatest.cpp:776:0: note: Variable 'tempChar' is reassigned a value before the old one has been used.
esnacc-ng-1.8.1/cxx-examples/src/vdatest.cpp:793:4: note: Variable 'tempChar' is reassigned a value before the old one has been used.
esnacc-ng-1.8.1/cxx-examples/src/vdatest.cpp:877:4: style: Variable 'C' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
esnacc-ng-1.8.1/cxx-examples/src/vdatest.cpp:871:4: note: Variable 'C' is reassigned a value before the old one has been used if variable is no semaphore variable.
esnacc-ng-1.8.1/cxx-examples/src/vdatest.cpp:877:4: note: Variable 'C' is reassigned a value before the old one has been used if variable is no semaphore variable.
esnacc-ng-1.8.1/cxx-examples/src/vdatest.cpp:917:4: style: Variable 'C' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
esnacc-ng-1.8.1/cxx-examples/src/vdatest.cpp:910:4: note: Variable 'C' is reassigned a value before the old one has been used if variable is no semaphore variable.
esnacc-ng-1.8.1/cxx-examples/src/vdatest.cpp:917:4: note: Variable 'C' is reassigned a value before the old one has been used if variable is no semaphore variable.
esnacc-ng-1.8.1/cxx-examples/src/vdatest.cpp:1075:4: style: Variable 'pCANNEDEncodedBuf' is reassigned a value before the old one has been used. [redundantAssignment]
esnacc-ng-1.8.1/cxx-examples/src/vdatest.cpp:1064:0: note: Variable 'pCANNEDEncodedBuf' is reassigned a value before the old one has been used.
esnacc-ng-1.8.1/cxx-examples/src/vdatest.cpp:1075:4: note: Variable 'pCANNEDEncodedBuf' is reassigned a value before the old one has been used.
esnacc-ng-1.8.1/cxx-examples/src/vdatest.cpp:1264:5: style: Variable 'bytesDecoded' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
esnacc-ng-1.8.1/cxx-examples/src/vdatest.cpp:1260:5: note: Variable 'bytesDecoded' is reassigned a value before the old one has been used if variable is no semaphore variable.
esnacc-ng-1.8.1/cxx-examples/src/vdatest.cpp:1264:5: note: Variable 'bytesDecoded' is reassigned a value before the old one has been used if variable is no semaphore variable.
esnacc-ng-1.8.1/cxx-examples/src/vdatest.cpp:1316:5: style: Variable 'bytesDecoded' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
esnacc-ng-1.8.1/cxx-examples/src/vdatest.cpp:1312:5: note: Variable 'bytesDecoded' is reassigned a value before the old one has been used if variable is no semaphore variable.
esnacc-ng-1.8.1/cxx-examples/src/vdatest.cpp:1316:5: note: Variable 'bytesDecoded' is reassigned a value before the old one has been used if variable is no semaphore variable.
esnacc-ng-1.8.1/cxx-examples/src/vdatest.cpp:1561:10: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
esnacc-ng-1.8.1/cxx-examples/src/vdatest.cpp:709:20: style: The scope of the variable 'tempnum' can be reduced. [variableScope]
esnacc-ng-1.8.1/cxx-examples/src/vdatest.cpp:1150:24: style: The scope of the variable 'CInt' can be reduced. [variableScope]
esnacc-ng-1.8.1/cxx-examples/src/vdatest.cpp:1031:34: style: Function 'test_timingDoTestPrint' argument 1 names different: declaration 'BYTE_COUNT' definition 'lByteCount'. [funcArgNamesDifferent]
esnacc-ng-1.8.1/cxx-examples/src/vdatest.cpp:998:34: note: Function 'test_timingDoTestPrint' argument 1 names different: declaration 'BYTE_COUNT' definition 'lByteCount'.
esnacc-ng-1.8.1/cxx-examples/src/vdatest.cpp:1031:34: note: Function 'test_timingDoTestPrint' argument 1 names different: declaration 'BYTE_COUNT' definition 'lByteCount'.
esnacc-ng-1.8.1/cxx-examples/src/vdatest.cpp:302:19: style: Unused variable: os [unusedVariable]
esnacc-ng-1.8.1/cxx-examples/src/vdatest.cpp:723:26: style: Variable 'buf' is assigned a value that is never used. [unreadVariable]
esnacc-ng-1.8.1/cxx-examples/src/vdatest.cpp:956:17: style: Variable 'tmpwString' is assigned a value that is never used. [unreadVariable]
esnacc-ng-1.8.1/cxx-lib/src/asn-PERGeneral.cpp:24:16: style: The scope of the variable 'count' can be reduced. [variableScope]
esnacc-ng-1.8.1/cxx-lib/src/asn-PERGeneral.cpp:25:16: style: The scope of the variable 'x' can be reduced. [variableScope]
esnacc-ng-1.8.1/cxx-lib/src/asn-RelativeOid.cpp:544:5: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
esnacc-ng-1.8.1/cxx-lib/src/asn-RelativeOid.cpp:544:5: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
esnacc-ng-1.8.1/cxx-lib/src/asn-RelativeOid.cpp:547:5: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
esnacc-ng-1.8.1/cxx-lib/src/asn-RelativeOid.cpp:551:4: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
esnacc-ng-1.8.1/cxx-lib/src/asn-any.cpp:374:19: style: The scope of the variable 'pBits' can be reduced. [variableScope]
esnacc-ng-1.8.1/cxx-lib/src/asn-any.cpp:375:9: style: The scope of the variable 'lAnyBitCount' can be reduced. [variableScope]
esnacc-ng-1.8.1/cxx-lib/src/asn-any.cpp:375:23: style: The scope of the variable 'lAnyByteCount' can be reduced. [variableScope]
esnacc-ng-1.8.1/cxx-lib/src/asn-bits.cpp:907:4: style: Variable 'pend' is reassigned a value before the old one has been used. [redundantAssignment]
esnacc-ng-1.8.1/cxx-lib/src/asn-bits.cpp:904:0: note: Variable 'pend' is reassigned a value before the old one has been used.
esnacc-ng-1.8.1/cxx-lib/src/asn-bits.cpp:907:4: note: Variable 'pend' is reassigned a value before the old one has been used.
esnacc-ng-1.8.1/cxx-lib/src/asn-bits.cpp:909:4: style: Variable 'pbegin' is reassigned a value before the old one has been used. [redundantAssignment]
esnacc-ng-1.8.1/cxx-lib/src/asn-bits.cpp:905:0: note: Variable 'pbegin' is reassigned a value before the old one has been used.
esnacc-ng-1.8.1/cxx-lib/src/asn-bits.cpp:909:4: note: Variable 'pbegin' is reassigned a value before the old one has been used.
esnacc-ng-1.8.1/cxx-lib/src/asn-bits.cpp:243:18: style: The scope of the variable 'i' can be reduced. [variableScope]
esnacc-ng-1.8.1/cxx-lib/src/asn-bits.cpp:356:18: style: The scope of the variable 'i' can be reduced. [variableScope]
esnacc-ng-1.8.1/cxx-lib/src/asn-bits.cpp:411:16: style: The scope of the variable 'count' can be reduced. [variableScope]
esnacc-ng-1.8.1/cxx-lib/src/asn-bits.cpp:412:16: style: The scope of the variable 'x' can be reduced. [variableScope]
esnacc-ng-1.8.1/cxx-lib/src/asn-bits.cpp:627:6: style: The scope of the variable 'minBytesNeeded' can be reduced. [variableScope]
esnacc-ng-1.8.1/cxx-lib/src/asn-bits.cpp:632:7: style: The scope of the variable 'tempLength' can be reduced. [variableScope]
esnacc-ng-1.8.1/cxx-lib/src/asn-bits.cpp:709:6: style: The scope of the variable 'minBytesNeeded' can be reduced. [variableScope]
esnacc-ng-1.8.1/cxx-lib/src/asn-bits.cpp:492:13: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
esnacc-ng-1.8.1/cxx-lib/src/asn-bits.cpp:583:13: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
esnacc-ng-1.8.1/cxx-lib/src/asn-bits.cpp:859:33: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
esnacc-ng-1.8.1/cxx-lib/src/asn-bool.cpp:141:10: style: The scope of the variable 'cTmperr' can be reduced. [variableScope]
esnacc-ng-1.8.1/cxx-lib/src/asn-buf.cpp:649:24: style: Same expression on both sides of '&&'. [duplicateExpression]
esnacc-ng-1.8.1/cxx-lib/src/asn-buf.cpp:203:9: style: The scope of the variable 'lTmp' can be reduced. [variableScope]
esnacc-ng-1.8.1/cxx-lib/src/asn-buf.cpp:309:8: style: The scope of the variable 'currPos' can be reduced. [variableScope]
esnacc-ng-1.8.1/cxx-lib/src/asn-buf.cpp:309:17: style: The scope of the variable 'endPos' can be reduced. [variableScope]
esnacc-ng-1.8.1/cxx-lib/src/asn-buf.cpp:536:11: style: The scope of the variable 'nCardLen' can be reduced. [variableScope]
esnacc-ng-1.8.1/cxx-lib/src/asn-buf.cpp:140:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
esnacc-ng-1.8.1/cxx-lib/src/asn-buf.cpp:327:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
esnacc-ng-1.8.1/cxx-lib/src/asn-buf.cpp:513:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
esnacc-ng-1.8.1/cxx-lib/src/asn-buf.cpp:701:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
esnacc-ng-1.8.1/cxx-lib/src/asn-bufbits.cpp:198:29: style: C-style pointer casting [cstyleCast]
esnacc-ng-1.8.1/cxx-lib/src/asn-bufbits.cpp:644:30: style: C-style pointer casting [cstyleCast]
esnacc-ng-1.8.1/cxx-lib/src/asn-bufbits.cpp:650:30: style: C-style pointer casting [cstyleCast]
esnacc-ng-1.8.1/cxx-lib/src/asn-bufbits.cpp:196:25: style: The scope of the variable 'p_ch' can be reduced. [variableScope]
esnacc-ng-1.8.1/cxx-lib/src/asn-bufbits.cpp:203:6: style: The scope of the variable 'iLeft' can be reduced. [variableScope]
esnacc-ng-1.8.1/cxx-lib/src/asn-int.cpp:1229:2: style: Variable 'pEncodedVal' is reassigned a value before the old one has been used. [redundantAssignment]
esnacc-ng-1.8.1/cxx-lib/src/asn-int.cpp:1224:0: note: Variable 'pEncodedVal' is reassigned a value before the old one has been used.
esnacc-ng-1.8.1/cxx-lib/src/asn-int.cpp:1229:2: note: Variable 'pEncodedVal' is reassigned a value before the old one has been used.
esnacc-ng-1.8.1/cxx-lib/src/asn-int.cpp:882:6: style: The scope of the variable 'count' can be reduced. [variableScope]
esnacc-ng-1.8.1/cxx-lib/src/asn-int.cpp:885:10: style: The scope of the variable 'ltemp' can be reduced. [variableScope]
esnacc-ng-1.8.1/cxx-lib/src/asn-int.cpp:972:6: style: The scope of the variable 'x' can be reduced. [variableScope]
esnacc-ng-1.8.1/cxx-lib/src/asn-int.cpp:973:6: style: The scope of the variable 'upperBoundFound' can be reduced. [variableScope]
esnacc-ng-1.8.1/cxx-lib/src/asn-int.cpp:974:6: style: The scope of the variable 'lowerBound' can be reduced. [variableScope]
esnacc-ng-1.8.1/cxx-lib/src/asn-int.cpp:975:6: style: The scope of the variable 'upperBound' can be reduced. [variableScope]
esnacc-ng-1.8.1/cxx-lib/src/asn-int.cpp:1079:6: style: The scope of the variable 'oddBits' can be reduced. [variableScope]
esnacc-ng-1.8.1/cxx-lib/src/asn-int.cpp:1082:7: style: The scope of the variable 'minBitsNeeded' can be reduced. [variableScope]
esnacc-ng-1.8.1/cxx-lib/src/asn-int.cpp:1083:7: style: The scope of the variable 'numBytes' can be reduced. [variableScope]
esnacc-ng-1.8.1/cxx-lib/src/asn-int.cpp:1084:7: style: The scope of the variable 'count' can be reduced. [variableScope]
esnacc-ng-1.8.1/cxx-lib/src/asn-int.cpp:1085:16: style: The scope of the variable 'pChar' can be reduced. [variableScope]
esnacc-ng-1.8.1/cxx-lib/src/asn-int.cpp:1254:6: style: The scope of the variable 'x' can be reduced. [variableScope]
esnacc-ng-1.8.1/cxx-lib/src/asn-int.cpp:1255:6: style: The scope of the variable 'upperBoundFound' can be reduced. [variableScope]
esnacc-ng-1.8.1/cxx-lib/src/asn-int.cpp:1256:6: style: The scope of the variable 'lowerBound' can be reduced. [variableScope]
esnacc-ng-1.8.1/cxx-lib/src/asn-int.cpp:1257:6: style: The scope of the variable 'upperBound' can be reduced. [variableScope]
esnacc-ng-1.8.1/cxx-lib/src/asn-int.cpp:1373:6: style: The scope of the variable 'minBitsNeeded' can be reduced. [variableScope]
esnacc-ng-1.8.1/cxx-lib/src/asn-int.cpp:1375:6: style: The scope of the variable 'oddBits' can be reduced. [variableScope]
esnacc-ng-1.8.1/cxx-lib/src/asn-int.cpp:1376:16: style: The scope of the variable 'pChar' can be reduced. [variableScope]
esnacc-ng-1.8.1/cxx-lib/src/asn-int.cpp:1402:12: style: Checking if unsigned variable 'range' is less than zero. [unsignedLessThanZero]
esnacc-ng-1.8.1/cxx-lib/src/asn-len.cpp:304:2: style: Variable 'c' is reassigned a value before the old one has been used. [redundantAssignment]
esnacc-ng-1.8.1/cxx-lib/src/asn-len.cpp:298:0: note: Variable 'c' is reassigned a value before the old one has been used.
esnacc-ng-1.8.1/cxx-lib/src/asn-len.cpp:304:2: note: Variable 'c' is reassigned a value before the old one has been used.
esnacc-ng-1.8.1/cxx-lib/src/asn-len.cpp:253:29: style: Same expression on both sides of '||'. [duplicateExpression]
esnacc-ng-1.8.1/cxx-lib/src/asn-octs.cpp:42:7: style: The scope of the variable 'ch' can be reduced. [variableScope]
esnacc-ng-1.8.1/cxx-lib/src/asn-octs.cpp:186:6: style: The scope of the variable 'minBytesNeeded' can be reduced. [variableScope]
esnacc-ng-1.8.1/cxx-lib/src/asn-octs.cpp:251:6: style: The scope of the variable 'minBytesNeeded' can be reduced. [variableScope]
esnacc-ng-1.8.1/cxx-lib/src/asn-octs.cpp:255:20: style: The scope of the variable 'seg' can be reduced. [variableScope]
esnacc-ng-1.8.1/cxx-lib/src/asn-octs.cpp:357:16: style: The scope of the variable 'count' can be reduced. [variableScope]
esnacc-ng-1.8.1/cxx-lib/src/asn-octs.cpp:358:16: style: The scope of the variable 'x' can be reduced. [variableScope]
esnacc-ng-1.8.1/cxx-lib/src/asn-octs.cpp:441:13: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
esnacc-ng-1.8.1/cxx-lib/src/asn-octs.cpp:734:24: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
esnacc-ng-1.8.1/cxx-lib/src/asn-octs.cpp:745:23: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
esnacc-ng-1.8.1/cxx-lib/src/asn-octs.cpp:599:15: performance: Variable 'length' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
esnacc-ng-1.8.1/cxx-lib/src/asn-octs.cpp:599:43: performance: Variable 'count' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
esnacc-ng-1.8.1/cxx-lib/src/asn-octs.cpp:601:10: performance: Variable 'length' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
esnacc-ng-1.8.1/cxx-lib/src/asn-octs.cpp:601:22: performance: Variable 'count' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
esnacc-ng-1.8.1/cxx-lib/src/asn-real.cpp:599:9: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
esnacc-ng-1.8.1/cxx-lib/src/asn-real.cpp:924:2: style: Variable 'seg' is reassigned a value before the old one has been used. [redundantAssignment]
esnacc-ng-1.8.1/cxx-lib/src/asn-real.cpp:920:0: note: Variable 'seg' is reassigned a value before the old one has been used.
esnacc-ng-1.8.1/cxx-lib/src/asn-real.cpp:924:2: note: Variable 'seg' is reassigned a value before the old one has been used.
esnacc-ng-1.8.1/cxx-lib/src/asn-real.cpp:867:27: style: The scope of the variable 'cValue' can be reduced. [variableScope]
esnacc-ng-1.8.1/cxx-lib/src/asn-real.cpp:1054:10: style: The scope of the variable 'cTmperr' can be reduced. [variableScope]
esnacc-ng-1.8.1/cxx-lib/src/asn-real.cpp:859:40: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
esnacc-ng-1.8.1/cxx-lib/src/asn-stringtype.cpp:969:9: style: Variable 'tmpptr' is reassigned a value before the old one has been used. [redundantAssignment]
esnacc-ng-1.8.1/cxx-lib/src/asn-stringtype.cpp:968:9: note: Variable 'tmpptr' is reassigned a value before the old one has been used.
esnacc-ng-1.8.1/cxx-lib/src/asn-stringtype.cpp:969:9: note: Variable 'tmpptr' is reassigned a value before the old one has been used.
esnacc-ng-1.8.1/cxx-lib/src/asn-stringtype.cpp:164:6: style: The scope of the variable 'minBytesNeeded' can be reduced. [variableScope]
esnacc-ng-1.8.1/cxx-lib/src/asn-stringtype.cpp:232:6: style: The scope of the variable 'minBytesNeeded' can be reduced. [variableScope]
esnacc-ng-1.8.1/cxx-lib/src/asn-stringtype.cpp:311:7: style: The scope of the variable 'bNotFound' can be reduced. [variableScope]
esnacc-ng-1.8.1/cxx-lib/src/asn-stringtype.cpp:312:6: style: The scope of the variable 'count' can be reduced. [variableScope]
esnacc-ng-1.8.1/cxx-lib/src/asn-stringtype.cpp:360:6: style: The scope of the variable 'count' can be reduced. [variableScope]
esnacc-ng-1.8.1/cxx-lib/src/asn-stringtype.cpp:361:7: style: The scope of the variable 'bNotFound' can be reduced. [variableScope]
esnacc-ng-1.8.1/cxx-lib/src/asn-stringtype.cpp:886:14: style: The scope of the variable 'cstr' can be reduced. [variableScope]
esnacc-ng-1.8.1/cxx-lib/src/asn-stringtype.cpp:887:6: style: The scope of the variable 'found' can be reduced. [variableScope]
esnacc-ng-1.8.1/cxx-lib/src/asn-stringtype.cpp:888:6: style: The scope of the variable 'x' can be reduced. [variableScope]
esnacc-ng-1.8.1/cxx-lib/src/asn-stringtype.cpp:929:9: style: The scope of the variable 'count' can be reduced. [variableScope]
esnacc-ng-1.8.1/cxx-lib/src/asn-stringtype.cpp:1050:14: style: The scope of the variable 'cstr' can be reduced. [variableScope]
esnacc-ng-1.8.1/cxx-lib/src/asn-stringtype.cpp:1051:6: style: The scope of the variable 'found' can be reduced. [variableScope]
esnacc-ng-1.8.1/cxx-lib/src/asn-stringtype.cpp:1052:6: style: The scope of the variable 'x' can be reduced. [variableScope]
esnacc-ng-1.8.1/cxx-lib/src/asn-stringtype.cpp:1090:6: style: The scope of the variable 'count' can be reduced. [variableScope]
esnacc-ng-1.8.1/tbl-example/example.c:115:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
esnacc-ng-1.8.1/tbl-example/example.c:115:5: warning: fprintf format string requires 1 parameter but 2 are given. [wrongPrintfScanfArgNum]
esnacc-ng-1.8.1/tbl-example/example.c:69:9: style: Unused variable: i [unusedVariable]
esnacc-ng-1.8.1/tbl-tools/berdecode/berdecode.c:71:9: style: The scope of the variable 'result' can be reduced. [variableScope]
esnacc-ng-1.8.1/tbl-tools/berdecode/berdecode.c:41:11: style: Unused variable: val [unusedVariable]
esnacc-ng-1.8.1/tbl-tools/pval/pval.c:176:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
esnacc-ng-1.8.1/tbl-tools/pval/pval.c:176:9: warning: fprintf format string requires 1 parameter but 2 are given. [wrongPrintfScanfArgNum]
esnacc-ng-1.8.1/tbl-tools/pval/pval.c:73:11: style: The scope of the variable 'fileData' can be reduced. [variableScope]
esnacc-ng-1.8.1/tbl-tools/pval/pval.c:75:11: style: The scope of the variable 'val' can be reduced. [variableScope]
esnacc-ng-1.8.1/tbl-tools/pval/pval.c:181:0: error: Memory leak: fileArr [memleak]
esnacc-ng-1.8.1/tcl-asn/tclasn.c:857:6: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
esnacc-ng-1.8.1/tcl-asn/tclasn.c:727:9: style: The scope of the variable 'onewrite' can be reduced. [variableScope]
esnacc-ng-1.8.1/tcl-asn/tclasn.c:784:9: style: The scope of the variable 'oneread' can be reduced. [variableScope]
esnacc-ng-1.8.1/tcl-asn/tclasn.c:879:11: style: The scope of the variable 'tmp2' can be reduced. [variableScope]
esnacc-ng-1.8.1/tcl-asn/tclasn.c:991:9: style: The scope of the variable 'c' can be reduced. [variableScope]
esnacc-ng-1.8.1/tcl-asn/tclasn.c:992:12: style: The scope of the variable 'l' can be reduced. [variableScope]
esnacc-ng-1.8.1/tcl-asn/tclasn.c:1049:25: style: The scope of the variable 'td' can be reduced. [variableScope]
esnacc-ng-1.8.1/tcl-asn/tclasn.c:47:13: style: Checking if unsigned variable '*len' is less than zero. [unsignedLessThanZero]
esnacc-ng-1.8.1/tcl-asn/tclasn.c:68:16: style: Checking if unsigned variable 'result' is less than zero. [unsignedLessThanZero]
esnacc-ng-1.8.1/tcl-asn/tclasn.c:994:2: style: Variable 'c' is assigned a value that is never used. [unreadVariable]
[19:00]

ftp://ftp.se.debian.org/debian/pool/main/e/esniper/esniper_2.35.0.orig.tar.xz
esniper-2-35-0/auction.c:697:14: warning: Either the condition '!pagename' is redundant or there is possible null pointer dereference: pagename. [nullPointerRedundantCheck]
esniper-2-35-0/auction.c:700:6: note: Assuming that condition '!pagename' is not redundant
esniper-2-35-0/auction.c:697:14: note: Null pointer dereference
esniper-2-35-0/auction.c:626:2: style: Variable 'mp' is reassigned a value before the old one has been used. [redundantAssignment]
esniper-2-35-0/auction.c:561:2: note: Variable 'mp' is reassigned a value before the old one has been used.
esniper-2-35-0/auction.c:626:2: note: Variable 'mp' is reassigned a value before the old one has been used.
esniper-2-35-0/auction.c:259:9: style: The scope of the variable 'start' can be reduced. [variableScope]
esniper-2-35-0/auction.c:173:23: style: Variable 'needPageName' is modified but its new value is never used. [unreadVariable]
esniper-2-35-0/auctionfile.c:53:9: style: The scope of the variable 'i' can be reduced. [variableScope]
esniper-2-35-0/auctionfile.c:53:12: style: The scope of the variable 'j' can be reduced. [variableScope]
esniper-2-35-0/esniper.c:435:20: style: Function 'CheckFile' argument 5 names different: declaration 'fileType' definition 'filetype'. [funcArgNamesDifferent]
esniper-2-35-0/esniper.c:178:20: note: Function 'CheckFile' argument 5 names different: declaration 'fileType' definition 'filetype'.
esniper-2-35-0/esniper.c:435:20: note: Function 'CheckFile' argument 5 names different: declaration 'fileType' definition 'filetype'.
esniper-2-35-0/esniper.c:571:11: style: Function 'usage' argument 1 names different: declaration 'helptype' definition 'helplevel'. [funcArgNamesDifferent]
esniper-2-35-0/esniper.c:167:22: note: Function 'usage' argument 1 names different: declaration 'helptype' definition 'helplevel'.
esniper-2-35-0/esniper.c:571:11: note: Function 'usage' argument 1 names different: declaration 'helptype' definition 'helplevel'.
esniper-2-35-0/history.c:125:3: style: Variable 'token' is reassigned a value before the old one has been used. [redundantAssignment]
esniper-2-35-0/history.c:124:3: note: Variable 'token' is reassigned a value before the old one has been used.
esniper-2-35-0/history.c:125:3: note: Variable 'token' is reassigned a value before the old one has been used.
esniper-2-35-0/history.c:167:3: style: Variable 'line' is reassigned a value before the old one has been used. [redundantAssignment]
esniper-2-35-0/history.c:166:3: note: Variable 'line' is reassigned a value before the old one has been used.
esniper-2-35-0/history.c:167:3: note: Variable 'line' is reassigned a value before the old one has been used.
esniper-2-35-0/history.c:175:17: style: Variable 'line' is reassigned a value before the old one has been used. [redundantAssignment]
esniper-2-35-0/history.c:174:17: note: Variable 'line' is reassigned a value before the old one has been used.
esniper-2-35-0/history.c:175:17: note: Variable 'line' is reassigned a value before the old one has been used.
esniper-2-35-0/history.c:224:17: style: Variable 'line' is reassigned a value before the old one has been used. [redundantAssignment]
esniper-2-35-0/history.c:223:17: note: Variable 'line' is reassigned a value before the old one has been used.
esniper-2-35-0/history.c:224:17: note: Variable 'line' is reassigned a value before the old one has been used.
esniper-2-35-0/history.c:443:3: style: Variable 'line' is reassigned a value before the old one has been used. [redundantAssignment]
esniper-2-35-0/history.c:442:3: note: Variable 'line' is reassigned a value before the old one has been used.
esniper-2-35-0/history.c:443:3: note: Variable 'line' is reassigned a value before the old one has been used.
esniper-2-35-0/history.c:710:26: style: Variable 'line' is reassigned a value before the old one has been used. [redundantAssignment]
esniper-2-35-0/history.c:709:26: note: Variable 'line' is reassigned a value before the old one has been used.
esniper-2-35-0/history.c:710:26: note: Variable 'line' is reassigned a value before the old one has been used.
esniper-2-35-0/history.c:103:14: style: The scope of the variable 'delim' can be reduced. [variableScope]
esniper-2-35-0/history.c:765:7: style: The scope of the variable 'num' can be reduced. [variableScope]
esniper-2-35-0/html.c:49:6: style: The scope of the variable 'inStr' can be reduced. [variableScope]
esniper-2-35-0/html.c:417:9: style: The scope of the variable 'cpp' can be reduced. [variableScope]
esniper-2-35-0/http.c:93:38: style: Function 'strToMemBuf' argument 2 names different: declaration 'buf' definition 'mp'. [funcArgNamesDifferent]
esniper-2-35-0/http.h:57:55: note: Function 'strToMemBuf' argument 2 names different: declaration 'buf' definition 'mp'.
esniper-2-35-0/http.c:93:38: note: Function 'strToMemBuf' argument 2 names different: declaration 'buf' definition 'mp'.
esniper-2-35-0/options.c:173:14: style: The scope of the variable 'tablename' can be reduced. [variableScope]
esniper-2-35-0/util.c:325:9: style: The scope of the variable 'newNum' can be reduced. [variableScope]
esniper-2-35-0/util.c:325:17: style: The scope of the variable 'thisNum' can be reduced. [variableScope]
esniper-2-35-0/util.c:356:8: style: The scope of the variable 'optionlog' can be reduced. [variableScope]
[19:00]

ftp://ftp.se.debian.org/debian/pool/main/e/eso-midas/eso-midas_17.02pl1.2.orig.tar.gz
17FEBpl1.2/applic/general/src/keyreg.c:117:11: style: Condition 'dbg==1' is always false [knownConditionTrueFalse]
17FEBpl1.2/applic/general/src/keyreg.c:62:12: note: Assignment 'dbg=0', assigned value is 0
17FEBpl1.2/applic/general/src/keyreg.c:117:11: note: Condition 'dbg==1' is always false
17FEBpl1.2/applic/general/src/keyreg.c:134:14: style: Condition 'dbg==1' is always false [knownConditionTrueFalse]
17FEBpl1.2/applic/general/src/keyreg.c:62:12: note: Assignment 'dbg=0', assigned value is 0
17FEBpl1.2/applic/general/src/keyreg.c:134:14: note: Condition 'dbg==1' is always false
17FEBpl1.2/applic/general/src/keyreg.c:62:15: style: The scope of the variable 'lgth' can be reduced. [variableScope]
17FEBpl1.2/applic/general/src/keyset.c:90:30: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR != '\0'' is always true. [redundantCondition]
17FEBpl1.2/applic/general/src/keyset.c:59:20: style: The scope of the variable 'value' can be reduced. [variableScope]
17FEBpl1.2/applic/general/src/keyset.c:59:52: style: The scope of the variable 'linorg' can be reduced. [variableScope]
17FEBpl1.2/applic/general/src/keyset.c:62:28: style: The scope of the variable 'car' can be reduced. [variableScope]
17FEBpl1.2/applic/general/src/keyset.c:62:33: style: The scope of the variable 'mode' can be reduced. [variableScope]
17FEBpl1.2/applic/general/src/keyset.c:62:39: style: The scope of the variable 'pos' can be reduced. [variableScope]
17FEBpl1.2/applic/general/src/keyset.c:62:44: style: The scope of the variable 'cnt' can be reduced. [variableScope]
17FEBpl1.2/applic/general/src/keyset.c:62:49: style: The scope of the variable 'inter' can be reduced. [variableScope]
17FEBpl1.2/applic/general/src/keyset.c:63:20: style: The scope of the variable 'fnb' can be reduced. [variableScope]
17FEBpl1.2/applic/general/src/keyset.c:267:16: style: The scope of the variable 'pos' can be reduced. [variableScope]
17FEBpl1.2/applic/general/src/keyset.c:267:21: style: The scope of the variable 'str' can be reduced. [variableScope]
17FEBpl1.2/applic/general/src/keyset.c:267:37: style: The scope of the variable 'errflag' can be reduced. [variableScope]
17FEBpl1.2/applic/general/src/keyset.c:268:23: style: The scope of the variable 'eos' can be reduced. [variableScope]
17FEBpl1.2/applic/general/src/keyset.c:268:28: style: The scope of the variable 'c' can be reduced. [variableScope]
17FEBpl1.2/applic/general/src/keyset.c:268:31: style: The scope of the variable 'string' can be reduced. [variableScope]
17FEBpl1.2/applic/general/src/keyset.c:269:23: style: The scope of the variable 'ncoma' can be reduced. [variableScope]
17FEBpl1.2/applic/general/src/scanima.c:244:11: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/applic/general/src/scanima.c:246:33: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/applic/general/src/scanima.c:261:8: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/applic/general/src/scanima.c:126:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/applic/general/src/scanima.c:125:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/applic/general/src/scanima.c:126:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/applic/general/src/scanima.c:128:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/applic/general/src/scanima.c:126:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/applic/general/src/scanima.c:128:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/applic/general/src/scanima.c:129:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/applic/general/src/scanima.c:128:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/applic/general/src/scanima.c:129:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/applic/general/src/scanima.c:130:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/applic/general/src/scanima.c:129:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/applic/general/src/scanima.c:130:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/applic/general/src/scanima.c:131:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/applic/general/src/scanima.c:130:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/applic/general/src/scanima.c:131:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/applic/general/src/scanima.c:132:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/applic/general/src/scanima.c:131:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/applic/general/src/scanima.c:132:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/applic/general/src/scanima.c:133:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/applic/general/src/scanima.c:132:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/applic/general/src/scanima.c:133:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/applic/general/src/scanima.c:134:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/applic/general/src/scanima.c:133:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/applic/general/src/scanima.c:134:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/applic/general/src/scanima.c:138:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/applic/general/src/scanima.c:134:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/applic/general/src/scanima.c:138:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/applic/general/src/scanima.c:168:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/applic/general/src/scanima.c:167:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/applic/general/src/scanima.c:168:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/applic/general/src/scanima.c:254:4: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/applic/general/src/scanima.c:253:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/applic/general/src/scanima.c:254:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/applic/general/src/scanima.c:259:4: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/applic/general/src/scanima.c:258:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/applic/general/src/scanima.c:259:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/applic/general/src/scanima.c:310:4: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/applic/general/src/scanima.c:309:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/applic/general/src/scanima.c:310:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/applic/general/src/scanima.c:311:4: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/applic/general/src/scanima.c:310:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/applic/general/src/scanima.c:311:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/applic/general/src/scanima.c:320:10: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/applic/general/src/scanima.c:319:10: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/applic/general/src/scanima.c:320:10: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/applic/general/src/scanima.c:330:4: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/applic/general/src/scanima.c:329:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/applic/general/src/scanima.c:330:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/applic/general/src/scanima.c:331:4: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/applic/general/src/scanima.c:330:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/applic/general/src/scanima.c:331:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/applic/general/src/scanima.c:332:4: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/applic/general/src/scanima.c:331:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/applic/general/src/scanima.c:332:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/applic/general/src/scanima.c:334:4: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/applic/general/src/scanima.c:332:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/applic/general/src/scanima.c:334:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/applic/general/src/scanima.c:336:4: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/applic/general/src/scanima.c:334:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/applic/general/src/scanima.c:336:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/applic/general/src/scanima.c:343:4: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/applic/general/src/scanima.c:336:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/applic/general/src/scanima.c:343:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/applic/general/src/scanima.c:345:4: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/applic/general/src/scanima.c:343:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/applic/general/src/scanima.c:345:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/applic/general/src/sortrow.c:49:14: style: The scope of the variable 'ratio' can be reduced. [variableScope]
17FEBpl1.2/applic/general/src/sortrow.c:54:38: style: The scope of the variable 'posmin' can be reduced. [variableScope]
17FEBpl1.2/applic/general/src/sortrow.c:54:46: style: The scope of the variable 'posmax' can be reduced. [variableScope]
17FEBpl1.2/contrib/iue/src/tblconv.c:77:21: error: Buffer overrun possible for long command line arguments. [insecureCmdLineArgs]
17FEBpl1.2/contrib/pepsys/src/eso50.c:94:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/pepsys/src/eso50.c:92:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/pepsys/src/eso50.c:94:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/pepsys/src/eso50.c:95:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/pepsys/src/eso50.c:94:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/pepsys/src/eso50.c:95:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/pepsys/src/eso50.c:96:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/pepsys/src/eso50.c:95:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/pepsys/src/eso50.c:96:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/pepsys/src/eso50.c:97:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/pepsys/src/eso50.c:96:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/pepsys/src/eso50.c:97:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/pepsys/src/eso50.c:98:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/pepsys/src/eso50.c:97:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/pepsys/src/eso50.c:98:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/pepsys/src/eso50.c:99:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/pepsys/src/eso50.c:98:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/pepsys/src/eso50.c:99:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/pepsys/src/eso50.c:100:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/pepsys/src/eso50.c:99:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/pepsys/src/eso50.c:100:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/pepsys/src/eso50.c:101:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/pepsys/src/eso50.c:100:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/pepsys/src/eso50.c:101:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/pepsys/src/eso50.c:102:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/pepsys/src/eso50.c:101:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/pepsys/src/eso50.c:102:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/pepsys/src/eso50.c:103:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/pepsys/src/eso50.c:102:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/pepsys/src/eso50.c:103:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/pepsys/src/eso50.c:104:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/pepsys/src/eso50.c:103:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/pepsys/src/eso50.c:104:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/pepsys/src/eso50.c:105:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/pepsys/src/eso50.c:104:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/pepsys/src/eso50.c:105:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/pepsys/src/eso50.c:106:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/pepsys/src/eso50.c:105:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/pepsys/src/eso50.c:106:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/pepsys/src/eso50.c:107:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/pepsys/src/eso50.c:106:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/pepsys/src/eso50.c:107:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/pepsys/src/eso50.c:108:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/pepsys/src/eso50.c:107:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/pepsys/src/eso50.c:108:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/pepsys/src/eso50.c:109:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/pepsys/src/eso50.c:108:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/pepsys/src/eso50.c:109:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/pepsys/src/eso50.c:110:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/pepsys/src/eso50.c:109:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/pepsys/src/eso50.c:110:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/pepsys/src/eso50.c:111:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/pepsys/src/eso50.c:110:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/pepsys/src/eso50.c:111:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/pepsys/src/eso50.c:112:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/pepsys/src/eso50.c:111:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/pepsys/src/eso50.c:112:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/pepsys/src/eso50.c:113:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/pepsys/src/eso50.c:112:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/pepsys/src/eso50.c:113:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/pepsys/src/eso50.c:114:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/pepsys/src/eso50.c:113:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/pepsys/src/eso50.c:114:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/pepsys/src/eso50.c:115:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/pepsys/src/eso50.c:114:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/pepsys/src/eso50.c:115:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/pepsys/src/eso50.c:116:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/pepsys/src/eso50.c:115:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/pepsys/src/eso50.c:116:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/pepsys/src/eso50.c:117:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/pepsys/src/eso50.c:116:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/pepsys/src/eso50.c:117:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/pepsys/src/eso50.c:160:29: style: Array index 'na' is used before limits check. [arrayIndexThenCheck]
17FEBpl1.2/contrib/template/src/my_c_template.c:32:10: style: Variable 'stat' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/contrib/template/src/my_test_c.c:41:3: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/template/src/my_test_c.c:38:3: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/template/src/my_test_c.c:41:3: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/template/src/my_test_c.c:18:8: style: Unused variable: filenam [unusedVariable]
17FEBpl1.2/contrib/template/src/my_test_c.c:19:7: style: Unused variable: iInfo [unusedVariable]
17FEBpl1.2/contrib/template/src/my_test_c.c:20:8: style: Unused variable: chInfo [unusedVariable]
17FEBpl1.2/contrib/template/src/my_test_c.c:21:7: style: Unused variable: imfid [unusedVariable]
17FEBpl1.2/contrib/template/src/my_test_c.c:22:7: style: Unused variable: nval [unusedVariable]
17FEBpl1.2/contrib/template/src/my_test_c.c:23:8: style: Unused variable: instr [unusedVariable]
17FEBpl1.2/contrib/template/src/my_test_c.c:24:7: style: Unused variable: un [unusedVariable]
17FEBpl1.2/contrib/template/src/my_test_c.c:25:7: style: Unused variable: nulval [unusedVariable]
17FEBpl1.2/contrib/template/src/my_test_c.c:26:7: style: Unused variable: ret [unusedVariable]
17FEBpl1.2/contrib/template/src/my_test_c.c:41:10: style: Variable 'stat' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/contrib/template/src/my_test_c.c:28:8: style: Unused variable: name [unusedVariable]
17FEBpl1.2/contrib/template/src/my_test_c.c:29:7: style: Unused variable: npix [unusedVariable]
17FEBpl1.2/contrib/template/src/my_test_c.c:33:7: style: Unused variable: knull [unusedVariable]
17FEBpl1.2/contrib/template/src/my_test_c.c:34:7: style: Unused variable: actvals [unusedVariable]
17FEBpl1.2/contrib/wavelet/libsrc/entr_plan.c:195:19: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/entr_plan.c:144:18: error: Uninitialized variable: Mes_Memory [uninitvar]
17FEBpl1.2/contrib/wavelet/libsrc/entr_plan.c:205:18: error: Uninitialized variable: Mes_Memory [uninitvar]
17FEBpl1.2/contrib/wavelet/libsrc/extr_plan.c:240:19: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/extr_plan.c:240:22: style: The scope of the variable 'Size' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/extr_plan.c:196:18: error: Uninitialized variable: Mes_Memory [uninitvar]
17FEBpl1.2/contrib/wavelet/libsrc/extr_plan.c:251:18: error: Uninitialized variable: Mes_Memory [uninitvar]
17FEBpl1.2/contrib/wavelet/libsrc/fft1d.c:230:9: style: The scope of the variable 'end_of_loop2' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/fft1d.c:231:27: style: The scope of the variable 'top_btrfly_ptr' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/fft1d.c:231:43: style: The scope of the variable 'mid_btrfly_ptr' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/fft1d.c:273:10: style: The scope of the variable 'arg' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/fft1d.c:289:22: style: The scope of the variable 'destin' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/fft1d.c:289:36: style: The scope of the variable 'd_mask' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/fft1d.c:367:18: style: The scope of the variable 'vector' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/fft1d.c:368:24: style: The scope of the variable 'vect_space_holder' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/fft1d.c:369:7: style: The scope of the variable 'index' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/fft_pow2.c:236:9: style: The scope of the variable 'end_of_loop2' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/fft_pow2.c:237:27: style: The scope of the variable 'top_btrfly_ptr' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/fft_pow2.c:237:43: style: The scope of the variable 'mid_btrfly_ptr' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/fft_pow2.c:280:10: style: The scope of the variable 'arg' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/fft_pow2.c:296:25: style: The scope of the variable 'destin' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/fft_pow2.c:296:39: style: The scope of the variable 'd_mask' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/fft_pow2.c:380:18: style: The scope of the variable 'vector' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/fft_pow2.c:381:24: style: The scope of the variable 'vect_space_holder' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/fft_pow2.c:382:7: style: The scope of the variable 'index' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/filter_cf.c:260:11: style: The scope of the variable 'Freq1' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/filter_cf.c:260:17: style: The scope of the variable 'Freq2' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/filter_cf.c:471:11: style: The scope of the variable 'u' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/filtering.c:283:32: style: The scope of the variable 'Nl' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/filtering.c:283:36: style: The scope of the variable 'Nc' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/filtering.c:284:12: style: The scope of the variable 'Imag_H' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/filtering.c:284:21: style: The scope of the variable 'Imag_V' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/filtering.c:284:30: style: The scope of the variable 'Imag_D' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/filtering.c:284:38: style: The scope of the variable 'Noise' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/filtering.c:285:9: style: The scope of the variable 'Cpt' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/filtering.c:361:9: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/filtering.c:362:11: style: The scope of the variable 'Sigma_Next' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/filtering.c:363:11: style: The scope of the variable 'Coef_Alpha' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/filtering.c:363:22: style: The scope of the variable 'Coef_Beta' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/filtering.c:363:32: style: The scope of the variable 'Seuil' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/filtering.c:364:9: style: The scope of the variable 'Cpt' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/filtering.c:560:11: style: The scope of the variable 'Distance' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/filtering.c:317:16: style: Variable 'Cpt' is modified but its new value is never used. [unreadVariable]
17FEBpl1.2/contrib/wavelet/libsrc/filtering.c:345:13: style: Variable 'Cpt' is modified but its new value is never used. [unreadVariable]
17FEBpl1.2/contrib/wavelet/libsrc/filtering.c:388:17: style: Variable 'Cpt' is modified but its new value is never used. [unreadVariable]
17FEBpl1.2/contrib/wavelet/libsrc/filtering.c:603:21: style: Variable 'Cpt' is modified but its new value is never used. [unreadVariable]
17FEBpl1.2/contrib/wavelet/libsrc/interpol.c:130:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/libsrc/interpol.c:151:18: error: Uninitialized variable: Mes_Memory [uninitvar]
17FEBpl1.2/contrib/wavelet/libsrc/io_ima.c:249:15: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/libsrc/io_ima.c:282:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/libsrc/io_ima.c:292:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/libsrc/io_ima.c:342:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/libsrc/io_ima.c:358:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/libsrc/io_ima.c:374:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/libsrc/io_wave.c:297:9: style: The scope of the variable 'Size' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/io_wave.c:297:15: style: The scope of the variable 'Nbr' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/io_wave.c:298:11: style: The scope of the variable 'Ptr' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/io_wave.c:299:11: style: The scope of the variable 'Nl' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/io_wave.c:299:14: style: The scope of the variable 'Nc' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/mallat.c:231:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/libsrc/mallat.c:261:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/libsrc/mallat.c:283:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/libsrc/mallat.c:350:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/libsrc/mallat.c:351:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/libsrc/mallat.c:352:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/libsrc/mallat.c:353:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/libsrc/mallat.c:354:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/libsrc/mallat.c:355:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/libsrc/mallat.c:356:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/libsrc/mallat.c:357:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/libsrc/mallat.c:414:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/libsrc/mallat.c:415:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/libsrc/mallat.c:416:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/libsrc/mallat.c:417:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/libsrc/mallat.c:418:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/libsrc/mallat.c:419:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/libsrc/mallat.c:428:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/libsrc/mallat.c:429:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/libsrc/mallat.c:496:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/libsrc/mallat.c:497:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/libsrc/mallat.c:498:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/libsrc/mallat.c:499:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/libsrc/mallat.c:552:10: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/libsrc/mallat.c:163:17: style: The scope of the variable 'indice_2' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/mallat.c:187:17: style: The scope of the variable 'indice_2' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/mallat.c:512:12: style: The scope of the variable 'image_h1_g1' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/mallat.c:512:26: style: The scope of the variable 'image_g1_h1' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/mallat.c:512:40: style: The scope of the variable 'image_g1_g1' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/mem_free.c:103:37: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/libsrc/mem_free.c:104:11: portability: Casting from float ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/libsrc/oper_ima.c:225:11: style: The scope of the variable 'S0' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/oper_ima.c:225:14: style: The scope of the variable 'S1' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/oper_ima.c:225:17: style: The scope of the variable 'S2' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/oper_ima.c:298:9: style: The scope of the variable 'ii' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/pave.c:186:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/libsrc/pave.c:195:20: style: The scope of the variable 'Pos' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/pave.c:196:12: style: The scope of the variable 'Plan' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/pave_cf.c:161:22: style: The scope of the variable 'u' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/pave_cf.c:162:23: style: The scope of the variable 'indu' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/pave_cf.c:205:28: style: The scope of the variable 'Ptr_Ip' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/pave_cf.c:205:37: style: The scope of the variable 'Ptr_Cp' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/pave_cf.c:232:20: style: The scope of the variable 'Ptr_Ci' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/pave_cf.c:291:20: style: The scope of the variable 'Pos' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/pave_cf.c:292:12: style: The scope of the variable 'Plan' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/pyr.c:529:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/libsrc/pyr.c:672:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/libsrc/pyr.c:750:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/libsrc/pyr.c:751:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/libsrc/pyr.c:752:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/libsrc/pyr.c:893:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/libsrc/pyr.c:894:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/libsrc/pyr.c:362:13: style: The scope of the variable 'Pos_Etap1' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/pyr.c:425:12: style: The scope of the variable 'ii' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/pyr.c:579:9: style: The scope of the variable 'Pos_I' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/pyr.c:864:9: style: The scope of the variable 'Nl' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/pyr.c:864:12: style: The scope of the variable 'Nc' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/pyr.c:864:15: style: The scope of the variable 'Nl_i' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/pyr.c:864:20: style: The scope of the variable 'Nc_i' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/pyr_cf.c:262:13: style: The scope of the variable 'Pos' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/pyr_cf.c:262:17: style: The scope of the variable 'Nl1' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/pyr_cf.c:262:21: style: The scope of the variable 'Nc1' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/pyr_cf.c:263:20: style: The scope of the variable 'Ptr_Pyr' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/pyr_cf.c:312:14: style: The scope of the variable 'Pos' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/pyr_cf.c:312:18: style: The scope of the variable 'Nl1' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/pyr_cf.c:313:20: style: The scope of the variable 'Ptr_Pyr' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/pyr_cf.c:334:18: style: The scope of the variable 'u' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/pyr_cf.c:361:12: style: The scope of the variable 'u' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/pyr_cf.c:442:20: style: The scope of the variable 'Im_Hf' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/pyr_cf.c:473:13: style: The scope of the variable 'u' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/pyr_cf.c:558:27: style: The scope of the variable 'u' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/pyr_cf.c:609:20: style: The scope of the variable 'Im_Hf' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/pyr_cf.c:652:21: style: The scope of the variable 'Nl2' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/pyr_cf.c:652:25: style: The scope of the variable 'Nc2' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/pyr_cf.c:654:20: style: The scope of the variable 'Ptr_Pyr' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/transform.c:163:9: style: The scope of the variable 'len_exp' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/transform.c:163:17: style: The scope of the variable 'temp' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/wa_deconv.c:486:23: style: The scope of the variable 'Old_Sigma' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/wa_deconv.c:569:24: style: The scope of the variable 'Delta_i' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/wa_deconv.c:603:23: style: The scope of the variable 'Old_Sigma' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/wa_deconv.c:704:23: style: The scope of the variable 'Old_Sigma' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/wa_deconv.c:707:12: style: The scope of the variable 'Regul' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/wa_deconv.c:488:10: style: Unused variable: Send [unusedVariable]
17FEBpl1.2/contrib/wavelet/libsrc/wa_deconv.c:605:10: style: Unused variable: Send [unusedVariable]
17FEBpl1.2/contrib/wavelet/libsrc/wa_deconv.c:706:10: style: Unused variable: Send [unusedVariable]
17FEBpl1.2/contrib/wavelet/libsrc/wave1d.c:497:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/libsrc/wave1d.c:552:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/libsrc/wave1d.c:641:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/libsrc/wave1d.c:911:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/libsrc/wave1d.c:270:13: style: The scope of the variable 'k' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/wave1d.c:309:13: style: The scope of the variable 'k' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/wave1d.c:368:13: style: The scope of the variable 'k' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/wave1d.c:368:31: style: The scope of the variable 'k3' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/wave1d.c:419:13: style: The scope of the variable 'k' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/wave1d.c:419:31: style: The scope of the variable 'k3' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/wave1d.c:462:9: style: The scope of the variable 'Step' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/wave1d.c:508:9: style: The scope of the variable 'Step' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/wave1d.c:605:9: style: The scope of the variable 'Step' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/wave1d.c:667:13: style: The scope of the variable 'k' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/wave1d.c:875:9: style: The scope of the variable 'Step' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/wave1d.c:921:13: style: The scope of the variable 'k' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/wave1d.c:970:13: style: The scope of the variable 'k' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/libsrc/wave1d.c:275:15: style: Variable 'Scale_0' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/contrib/wavelet/libsrc/wave1d.c:424:5: style: Variable 'Scale_0' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/contrib/wavelet/libsrc/wave1d.c:975:15: style: Variable 'Scale_0' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/contrib/wavelet/src/wa_cittert.c:234:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/src/wa_cittert.c:235:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/src/wa_cittert.c:247:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/src/wa_cittert.c:248:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/src/wa_cittert.c:249:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/src/wa_cittert.c:251:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/src/wa_cittert.c:131:5: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/wavelet/src/wa_cittert.c:126:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_cittert.c:131:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_cittert.c:136:5: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/wavelet/src/wa_cittert.c:131:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_cittert.c:136:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_cittert.c:143:5: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/wavelet/src/wa_cittert.c:136:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_cittert.c:143:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_cittert.c:150:5: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/wavelet/src/wa_cittert.c:143:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_cittert.c:150:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_cittert.c:155:5: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/wavelet/src/wa_cittert.c:150:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_cittert.c:155:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_cittert.c:160:5: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/wavelet/src/wa_cittert.c:155:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_cittert.c:160:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_cittert.c:165:5: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/wavelet/src/wa_cittert.c:160:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_cittert.c:165:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_cittert.c:170:5: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/wavelet/src/wa_cittert.c:165:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_cittert.c:170:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_cittert.c:175:5: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/wavelet/src/wa_cittert.c:170:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_cittert.c:175:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_cittert.c:175:12: style: Variable 'Stat' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/contrib/wavelet/src/wa_comp.c:231:13: warning: Either the condition 'File_Des==NULL' is redundant or there is possible null pointer dereference: File_Des. [nullPointerRedundantCheck]
17FEBpl1.2/contrib/wavelet/src/wa_comp.c:230:18: note: Assuming that condition 'File_Des==NULL' is not redundant
17FEBpl1.2/contrib/wavelet/src/wa_comp.c:231:13: note: Null pointer dereference
17FEBpl1.2/contrib/wavelet/src/wa_comp.c:419:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/src/wa_comp.c:420:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/src/wa_comp.c:421:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/src/wa_comp.c:422:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/src/wa_comp.c:163:5: style: Variable 'Snr' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/wavelet/src/wa_comp.c:144:5: note: Variable 'Snr' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_comp.c:163:5: note: Variable 'Snr' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_comp.c:265:5: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/wavelet/src/wa_comp.c:260:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_comp.c:265:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_comp.c:270:5: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/wavelet/src/wa_comp.c:265:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_comp.c:270:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_comp.c:276:5: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/wavelet/src/wa_comp.c:270:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_comp.c:276:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_comp.c:282:5: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/wavelet/src/wa_comp.c:276:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_comp.c:282:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_comp.c:287:5: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/wavelet/src/wa_comp.c:282:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_comp.c:287:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_comp.c:339:9: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/wavelet/src/wa_comp.c:336:9: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_comp.c:339:9: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_comp.c:355:9: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/wavelet/src/wa_comp.c:349:9: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_comp.c:355:9: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_comp.c:385:9: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/wavelet/src/wa_comp.c:384:9: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_comp.c:385:9: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_comp.c:399:9: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/wavelet/src/wa_comp.c:394:9: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_comp.c:399:9: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_comp.c:409:13: style: Variable 'Stat' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/contrib/wavelet/src/wa_direct.c:256:15: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/src/wa_direct.c:315:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/src/wa_direct.c:400:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/src/wa_direct.c:408:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/src/wa_direct.c:409:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/src/wa_direct.c:410:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/src/wa_direct.c:411:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/src/wa_direct.c:341:5: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/wavelet/src/wa_direct.c:338:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_direct.c:341:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_direct.c:344:5: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/wavelet/src/wa_direct.c:341:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_direct.c:344:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_direct.c:348:5: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/wavelet/src/wa_direct.c:344:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_direct.c:348:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_direct.c:102:22: style: The scope of the variable 'Phi' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/src/wa_direct.c:126:15: style: The scope of the variable 'u' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/src/wa_direct.c:191:9: style: The scope of the variable 'u' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/src/wa_direct.c:191:13: style: The scope of the variable 'u1' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/src/wa_direct.c:236:20: style: The scope of the variable 'Plan_cf' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/src/wa_direct.c:359:15: style: Variable 'Stat' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/contrib/wavelet/src/wa_entr.c:100:5: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/wavelet/src/wa_entr.c:97:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_entr.c:100:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_entr.c:104:5: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/wavelet/src/wa_entr.c:100:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_entr.c:104:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_entr.c:110:5: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/wavelet/src/wa_entr.c:104:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_entr.c:110:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_entr.c:110:12: style: Variable 'Stat' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/contrib/wavelet/src/wa_extr.c:98:5: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/wavelet/src/wa_extr.c:95:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_extr.c:98:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_extr.c:103:5: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/wavelet/src/wa_extr.c:98:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_extr.c:103:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_extr.c:103:12: style: Variable 'Stat' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/contrib/wavelet/src/wa_filt.c:178:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/src/wa_filt.c:142:5: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/wavelet/src/wa_filt.c:139:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_filt.c:142:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_filt.c:148:5: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/wavelet/src/wa_filt.c:142:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_filt.c:148:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_filt.c:151:5: style: Variable 'Nbr_Iter' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/wavelet/src/wa_filt.c:128:0: note: Variable 'Nbr_Iter' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_filt.c:151:5: note: Variable 'Nbr_Iter' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_filt.c:157:5: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/wavelet/src/wa_filt.c:148:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_filt.c:157:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_filt.c:159:5: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/wavelet/src/wa_filt.c:157:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_filt.c:159:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_filt.c:159:12: style: Variable 'Stat' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/contrib/wavelet/src/wa_grad.c:218:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/src/wa_grad.c:219:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/src/wa_grad.c:231:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/src/wa_grad.c:232:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/src/wa_grad.c:233:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/src/wa_grad.c:235:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/src/wa_grad.c:128:5: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/wavelet/src/wa_grad.c:123:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_grad.c:128:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_grad.c:133:5: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/wavelet/src/wa_grad.c:128:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_grad.c:133:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_grad.c:140:5: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/wavelet/src/wa_grad.c:133:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_grad.c:140:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_grad.c:147:5: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/wavelet/src/wa_grad.c:140:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_grad.c:147:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_grad.c:151:5: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/wavelet/src/wa_grad.c:147:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_grad.c:151:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_grad.c:155:5: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/wavelet/src/wa_grad.c:151:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_grad.c:155:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_grad.c:160:5: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/wavelet/src/wa_grad.c:155:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_grad.c:160:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_grad.c:164:5: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/wavelet/src/wa_grad.c:160:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_grad.c:164:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_grad.c:164:12: style: Variable 'Stat' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/contrib/wavelet/src/wa_head.c:118:5: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/wavelet/src/wa_head.c:99:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_head.c:118:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_head.c:122:5: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/wavelet/src/wa_head.c:118:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_head.c:122:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_head.c:126:5: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/wavelet/src/wa_head.c:122:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_head.c:126:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_head.c:130:5: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/wavelet/src/wa_head.c:126:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_head.c:130:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_head.c:104:14: error: Uninitialized variable: Send [uninitvar]
17FEBpl1.2/contrib/wavelet/src/wa_info.c:236:15: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/src/wa_info.c:104:14: error: Uninitialized variable: Send [uninitvar]
17FEBpl1.2/contrib/wavelet/src/wa_lucy.c:214:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/src/wa_lucy.c:215:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/src/wa_lucy.c:227:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/src/wa_lucy.c:228:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/src/wa_lucy.c:229:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/src/wa_lucy.c:231:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/src/wa_lucy.c:128:5: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/wavelet/src/wa_lucy.c:123:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_lucy.c:128:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_lucy.c:133:5: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/wavelet/src/wa_lucy.c:128:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_lucy.c:133:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_lucy.c:139:5: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/wavelet/src/wa_lucy.c:133:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_lucy.c:139:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_lucy.c:145:5: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/wavelet/src/wa_lucy.c:139:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_lucy.c:145:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_lucy.c:149:5: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/wavelet/src/wa_lucy.c:145:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_lucy.c:149:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_lucy.c:153:5: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/wavelet/src/wa_lucy.c:149:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_lucy.c:153:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_lucy.c:158:5: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/wavelet/src/wa_lucy.c:153:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_lucy.c:158:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_lucy.c:161:5: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/wavelet/src/wa_lucy.c:158:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_lucy.c:161:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_lucy.c:161:12: style: Variable 'Stat' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/contrib/wavelet/src/wa_pers.c:303:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/src/wa_pers.c:402:14: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/src/wa_pers.c:357:5: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/wavelet/src/wa_pers.c:354:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_pers.c:357:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_pers.c:361:5: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/wavelet/src/wa_pers.c:357:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_pers.c:361:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_pers.c:362:5: style: Variable 'Inc' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/wavelet/src/wa_pers.c:342:0: note: Variable 'Inc' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_pers.c:362:5: note: Variable 'Inc' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_pers.c:366:5: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/wavelet/src/wa_pers.c:361:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_pers.c:366:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_pers.c:258:21: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
17FEBpl1.2/contrib/wavelet/src/wa_pers.c:277:25: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
17FEBpl1.2/contrib/wavelet/src/wa_pers.c:297:21: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
17FEBpl1.2/contrib/wavelet/src/wa_pers.c:165:16: style: The scope of the variable 'Indi' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/src/wa_pers.c:169:9: style: The scope of the variable 'X1' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/src/wa_pers.c:169:12: style: The scope of the variable 'Y1' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/src/wa_pers.c:171:11: style: The scope of the variable 'Val' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/src/wa_pers.c:171:35: style: The scope of the variable 'u' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/src/wa_pers.c:337:28: style: The scope of the variable 'Sigma' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/src/wa_pers.c:341:9: style: The scope of the variable 'Nl1' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/src/wa_pers.c:341:13: style: The scope of the variable 'Nc1' can be reduced. [variableScope]
17FEBpl1.2/contrib/wavelet/src/wa_pers.c:372:12: style: Variable 'Stat' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/contrib/wavelet/src/wa_rec.c:113:5: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/wavelet/src/wa_rec.c:110:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_rec.c:113:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_rec.c:118:5: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/wavelet/src/wa_rec.c:113:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_rec.c:118:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_rec.c:118:12: style: Variable 'Stat' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/contrib/wavelet/src/wa_rec1d.c:136:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/src/wa_rec1d.c:111:5: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/wavelet/src/wa_rec1d.c:108:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_rec1d.c:111:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_rec1d.c:116:5: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/wavelet/src/wa_rec1d.c:111:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_rec1d.c:116:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_rec1d.c:122:5: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/wavelet/src/wa_rec1d.c:116:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_rec1d.c:122:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_rec1d.c:128:5: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/wavelet/src/wa_rec1d.c:122:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_rec1d.c:128:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_rec1d.c:128:12: style: Variable 'Stat' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/contrib/wavelet/src/wa_tran1d.c:171:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/src/wa_tran1d.c:189:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/src/wa_tran1d.c:121:5: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/wavelet/src/wa_tran1d.c:118:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_tran1d.c:121:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_tran1d.c:126:5: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/wavelet/src/wa_tran1d.c:121:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_tran1d.c:126:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_tran1d.c:132:5: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/wavelet/src/wa_tran1d.c:126:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_tran1d.c:132:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_tran1d.c:138:5: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/wavelet/src/wa_tran1d.c:132:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_tran1d.c:138:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_tran1d.c:144:5: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/wavelet/src/wa_tran1d.c:138:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_tran1d.c:144:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_tran1d.c:144:12: style: Variable 'Stat' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/contrib/wavelet/src/wa_trans.c:129:5: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/wavelet/src/wa_trans.c:126:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_trans.c:129:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_trans.c:134:5: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/wavelet/src/wa_trans.c:129:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_trans.c:134:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_trans.c:140:5: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/wavelet/src/wa_trans.c:134:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_trans.c:140:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_trans.c:146:5: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/wavelet/src/wa_trans.c:140:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_trans.c:146:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_trans.c:146:12: style: Variable 'Stat' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/contrib/wavelet/src/wa_visu.c:140:22: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/contrib/wavelet/src/wa_visu.c:100:5: style: Variable 'Stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/contrib/wavelet/src/wa_visu.c:97:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/contrib/wavelet/src/wa_visu.c:100:5: note: Variable 'Stat' is reassigned a value before the old one has been used.
17FEBpl1.2/gui/GraphLib/libsrc/Comm/SetResources.c:63:6: style: The scope of the variable 'opt' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/Comm/SetResources.c:63:10: style: The scope of the variable 'narg' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/Comm/dialog.c:92:7: style: The scope of the variable 'unit' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/Comm/dialog.c:141:7: style: The scope of the variable 'unit' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/Comm/dialog.c:250:14: style: The scope of the variable 'len' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/Comm/dialog.c:251:10: style: The scope of the variable 'msg' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/Comm/filelist.c:56:11: style: The scope of the variable 'j' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/Comm/filelist.c:101:9: style: The scope of the variable 'jj' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/Comm/filelist.c:101:37: style: The scope of the variable 'k0' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/Comm/filelist.c:102:15: style: The scope of the variable 'nr' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/Comm/filelist.c:127:7: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
17FEBpl1.2/gui/GraphLib/libsrc/Comm/filelist.c:153:7: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/UxMethod.c:266:6: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/UxXpm.c:228:12: style: The scope of the variable 'n' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/XpmRdFToI.c:45:12: style: The scope of the variable 'n' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/colors.c:320:7: style: The scope of the variable 'hashv' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/colors.c:320:14: style: The scope of the variable 'phashv' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/create.c:219:11: style: The scope of the variable 'colorname' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/create.c:480:22: style: The scope of the variable 'p1' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/create.c:480:27: style: The scope of the variable 'p2' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/create.c:481:19: style: The scope of the variable 'a' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/create.c:632:28: style: The scope of the variable 'c' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/create.c:707:34: style: The scope of the variable 'chhi' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/create.c:760:24: style: The scope of the variable 'ibu' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/create.c:760:29: style: The scope of the variable 'ibpp' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/create.c:944:28: style: The scope of the variable 'iptr' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/create.c:945:18: style: The scope of the variable 'x' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/create.c:945:21: style: The scope of the variable 'y' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/create.c:946:20: style: The scope of the variable 'data' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/data.c:276:2: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/data.c:273:2: note: Variable 'p' is reassigned a value before the old one has been used.
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/data.c:276:2: note: Variable 'p' is reassigned a value before the old one has been used.
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/data.c:102:34: style: The scope of the variable 'a' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/data.c:247:18: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/enum_type.c:1443:6: style: Unused variable: i [unusedVariable]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/filepath.c:313:7: style: The scope of the variable 'uid' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/filepath.c:316:9: style: The scope of the variable 'pntr' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/filepath.c:421:36: style: The scope of the variable 'endc' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/filepath.c:1041:8: style: The scope of the variable 'dirname' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/filepath.c:528:16: style: Unused variable: rtrn [unusedVariable]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/hashtable.c:134:24: style: The scope of the variable 'hash2' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/hashtable.c:137:11: style: The scope of the variable 'ns' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/hashtable.c:219:18: style: The scope of the variable 'p' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/misc.c:66:9: style: The scope of the variable 'a' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/misc.c:66:12: style: The scope of the variable 'b' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/misc.c:67:13: style: The scope of the variable 'ct' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/misc.c:67:19: style: The scope of the variable 'cts' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/misc.c:108:18: style: The scope of the variable 'a' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/misc.c:108:21: style: The scope of the variable 'ncolors' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/misc.c:109:12: style: The scope of the variable 'sptr' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/misc.c:135:24: style: The scope of the variable 'nlines' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/parse.c:423:5: style: Variable 'exts' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/parse.c:414:0: note: Variable 'exts' is reassigned a value before the old one has been used.
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/parse.c:423:5: note: Variable 'exts' is reassigned a value before the old one has been used.
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/parse.c:261:23: style: The scope of the variable 'l' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/parse.c:262:18: style: The scope of the variable 'curkey' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/parse.c:263:18: style: The scope of the variable 'lastwaskey' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/parse.c:416:18: style: The scope of the variable 'nlines' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/parse.c:416:26: style: The scope of the variable 'a' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/resload.c:164:15: style: The scope of the variable 'width' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/resload.c:164:22: style: The scope of the variable 'height' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/resload.c:164:30: style: The scope of the variable 'pixels' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/resload.c:835:8: style: Unused variable: temp [unusedVariable]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/sp_pty.c:247:5: style: The scope of the variable 'tty' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/sp_pty.c:864:5: style: The scope of the variable 'tty' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/sp_spmd.c:311:5: style: The scope of the variable 'rc' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/sp_utils.c:234:5: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/sp_utils.c:199:13: style: Variable 'error' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/str_utils.c:199:43: warning: Either the condition 's2' is redundant or there is possible null pointer dereference: s2. [nullPointerRedundantCheck]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/str_utils.c:160:6: note: Assuming that condition 's2' is not redundant
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/str_utils.c:199:43: note: Null pointer dereference
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/str_utils.c:177:18: warning: Either the condition 's1' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/str_utils.c:158:6: note: Assuming that condition 's1' is not redundant
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/str_utils.c:177:18: note: Null pointer addition
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/str_utils.c:150:13: style: The scope of the variable 'len' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/swidget.c:497:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/types.c:84:6: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/types.c:84:9: style: The scope of the variable 'j' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/types.c:126:6: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/types.c:126:9: style: The scope of the variable 'j' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/uimx.c:1140:8: style: The scope of the variable 'policy' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/uimx.c:1216:19: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/uimx.c:1371:7: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/uimx.c:1371:10: style: The scope of the variable 'np' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/uimx.c:1371:14: style: The scope of the variable 'n' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/uimx.c:1371:17: style: The scope of the variable 'size' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/uimx.c:1468:19: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/uimxMF.c:377:7: style: The scope of the variable 'sz' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/uimxMF.c:377:11: style: The scope of the variable 'real_shell' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/uimxMF.c:377:27: style: The scope of the variable 'is_menu' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/uimxMF.c:378:7: style: The scope of the variable 'is_parent_dialog' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/uimxMF.c:378:27: style: The scope of the variable 'needs_implicit_shell' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/uimxMF.c:379:9: style: The scope of the variable 'tr' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/uimxMF.c:233:6: warning: The buffer 'shellname' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/uimxMF.c:234:2: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/uimxMF.c:333:2: warning: The buffer 'shellname' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/uimxMF.c:334:2: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/unit.c:93:13: style: Unused variable: xInt [unusedVariable]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/unit.c:93:19: style: Unused variable: yInt [unusedVariable]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/unit.c:133:13: style: Unused variable: wInt [unusedVariable]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/unit.c:133:19: style: Unused variable: hInt [unusedVariable]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/utype.c:898:12: style: The scope of the variable 'fname' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/utype.c:899:14: style: The scope of the variable 'screen' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/utype.c:904:11: style: The scope of the variable 'rtrn' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/utype.c:2166:9: style: The scope of the variable 'atom_name' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/utype.c:2310:20: style: The scope of the variable 'font_struct' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/utype.c:2317:9: style: The scope of the variable 'font_tag' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/utype.c:2318:7: style: The scope of the variable 'len' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/utype.c:2321:9: style: The scope of the variable 'PtrInList' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/utype.c:1112:48: style: Checking if unsigned variable 'wcstombs(buffer,*xdata,next_size+1)' is less than zero. [unsignedLessThanZero]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/utype.c:1133:8: style: Checking if unsigned variable 'mbstowcs((wchar_t*)buffer,*udata,next_size+1)' is less than zero. [unsignedLessThanZero]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/utype.c:509:8: style: Unused variable: tx [unusedVariable]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/utype.c:510:13: style: Unused variable: tf [unusedVariable]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/utype.c:531:11: style: Unused variable: i [unusedVariable]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/uxcreate.c:229:11: style: The scope of the variable 'colorname' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/uxcreate.c:490:22: style: The scope of the variable 'p1' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/uxcreate.c:490:27: style: The scope of the variable 'p2' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/uxcreate.c:491:19: style: The scope of the variable 'a' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/uxcreate.c:723:34: style: The scope of the variable 'chhi' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/uxcreate.c:777:24: style: The scope of the variable 'ibu' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/uxcreate.c:777:29: style: The scope of the variable 'ibpp' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/uxcreate.c:961:28: style: The scope of the variable 'iptr' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/uxcreate.c:962:18: style: The scope of the variable 'x' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/uxcreate.c:962:21: style: The scope of the variable 'y' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/uxcreate.c:963:20: style: The scope of the variable 'data' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/uxdd.c:133:6: style: The scope of the variable 'hv' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/uxdd.c:167:6: style: The scope of the variable 'hv' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/uxdd.c:307:12: style: The scope of the variable 'dd' can be reduced. [variableScope]
17FEBpl1.2/gui/GraphLib/libsrc/uimxR5/src/uxdd.c:361:13: style: The scope of the variable 'err_status' can be reduced. [variableScope]
17FEBpl1.2/gui/XAlice/libsrc/Amgauss.c:105:19: style: The scope of the variable 'contin' can be reduced. [variableScope]
17FEBpl1.2/gui/XAlice/libsrc/Amgauss.c:183:19: style: The scope of the variable 'contin' can be reduced. [variableScope]
17FEBpl1.2/gui/XAlice/libsrc/Amgauss.c:240:27: style: The scope of the variable 'contin' can be reduced. [variableScope]
17FEBpl1.2/gui/XAlice/libsrc/Amgauss.c:242:45: style: The scope of the variable 'yres' can be reduced. [variableScope]
17FEBpl1.2/gui/XAlice/libsrc/Amgauss.c:279:19: style: The scope of the variable 'contin' can be reduced. [variableScope]
17FEBpl1.2/gui/XAlice/libsrc/Amgauss.c:281:55: style: The scope of the variable 'yres' can be reduced. [variableScope]
17FEBpl1.2/gui/XAlice/libsrc/Amgauss.c:327:27: style: The scope of the variable 'contin' can be reduced. [variableScope]
17FEBpl1.2/gui/XAlice/libsrc/Amgauss.c:329:43: style: The scope of the variable 'yres' can be reduced. [variableScope]
17FEBpl1.2/gui/XAlice/libsrc/Amgauss.c:550:19: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/gui/XAlice/libsrc/Amgauss.c:552:19: style: The scope of the variable 'powx' can be reduced. [variableScope]
17FEBpl1.2/gui/XAlice/libsrc/Amgauss.c:804:19: style: The scope of the variable 'line' can be reduced. [variableScope]
17FEBpl1.2/gui/XAlice/libsrc/Amgauss.c:805:19: style: The scope of the variable 'area' can be reduced. [variableScope]
17FEBpl1.2/gui/XAlice/libsrc/Amgauss.c:805:25: style: The scope of the variable 'total' can be reduced. [variableScope]
17FEBpl1.2/gui/XAlice/libsrc/Amgauss.c:931:19: style: The scope of the variable 'area' can be reduced. [variableScope]
17FEBpl1.2/gui/XAlice/libsrc/Amgauss.c:931:25: style: The scope of the variable 'fwhm' can be reduced. [variableScope]
17FEBpl1.2/gui/XAlice/libsrc/Amgauss.c:931:31: style: The scope of the variable 'conta2' can be reduced. [variableScope]
17FEBpl1.2/gui/XAlice/libsrc/Amgauss.c:931:47: style: The scope of the variable 'aux' can be reduced. [variableScope]
17FEBpl1.2/gui/XAlice/libsrc/Amgauss.c:166:11: style: Variable 'ndata' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/libsrc/Amgauss.c:229:11: style: Variable 'ndata' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/libsrc/Amgauss.c:641:15: error: Uninitialized variable: xfit2 [uninitvar]
17FEBpl1.2/gui/XAlice/libsrc/gcf.c:42:16: style: The scope of the variable 'anf' can be reduced. [variableScope]
17FEBpl1.2/gui/XAlice/libsrc/gcf.c:42:20: style: The scope of the variable 'ana' can be reduced. [variableScope]
17FEBpl1.2/gui/XAlice/libsrc/gcf.c:42:24: style: The scope of the variable 'an' can be reduced. [variableScope]
17FEBpl1.2/gui/XAlice/libsrc/gser.c:40:6: style: The scope of the variable 'n' can be reduced. [variableScope]
17FEBpl1.2/gui/XAlice/libsrc/gser.c:41:9: style: The scope of the variable 'sum' can be reduced. [variableScope]
17FEBpl1.2/gui/XAlice/libsrc/gser.c:41:13: style: The scope of the variable 'del' can be reduced. [variableScope]
17FEBpl1.2/gui/XAlice/libsrc/gser.c:41:17: style: The scope of the variable 'ap' can be reduced. [variableScope]
17FEBpl1.2/gui/XAlice/libsrc/mdian1.c:40:15: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
17FEBpl1.2/gui/XAlice/libsrc/moment.c:39:11: style: The scope of the variable 'p' can be reduced. [variableScope]
17FEBpl1.2/gui/XAlice/libsrc/sort.c:35:8: style: The scope of the variable 'j' can be reduced. [variableScope]
17FEBpl1.2/gui/XAlice/libsrc/sort.c:35:13: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/gui/XAlice/libsrc/spectrum.c:99:23: style: The scope of the variable 'auxval' can be reduced. [variableScope]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:782:6: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:816:6: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:872:7: style: The scope of the variable 'out' can be reduced. [variableScope]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:976:7: style: The scope of the variable 'output' can be reduced. [variableScope]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:1248:7: style: The scope of the variable 'out' can be reduced. [variableScope]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:1328:7: style: The scope of the variable 'out' can be reduced. [variableScope]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:1366:7: style: The scope of the variable 'line' can be reduced. [variableScope]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:1397:7: style: The scope of the variable 'line' can be reduced. [variableScope]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:1464:7: style: The scope of the variable 'out' can be reduced. [variableScope]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:1708:7: style: The scope of the variable 'out' can be reduced. [variableScope]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:338:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:395:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:412:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:430:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:489:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:516:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:534:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:552:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:572:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:592:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:621:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:646:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:671:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:699:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:725:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:753:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:779:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:813:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:847:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:870:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:899:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:919:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:945:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:972:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:1009:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:1026:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:1043:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:1058:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:1073:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:1092:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:1111:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:1133:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:1155:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:1172:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:1190:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:1208:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:1226:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:1245:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:1287:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:1305:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:1324:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:1364:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:1395:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:1426:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:1444:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:1461:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:1491:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:1516:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:1539:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:1556:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:1576:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:1596:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:1613:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:1633:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:1650:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:1670:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:1688:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:1705:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:1736:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:1761:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:1784:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:1806:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:1832:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:1852:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:1872:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:1893:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:1913:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:1930:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:1947:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:1968:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:1989:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:2009:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:2029:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/AliceShell.c:3399:32: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/GaussShell.c:577:6: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/gui/XAlice/src/GaussShell.c:300:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/GaussShell.c:317:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/GaussShell.c:333:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/GaussShell.c:435:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/GaussShell.c:453:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/GaussShell.c:471:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/GaussShell.c:495:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/GaussShell.c:515:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/GaussShell.c:535:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/GaussShell.c:556:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/GaussShell.c:575:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/GaussShell.c:600:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/GaussShell.c:622:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/GaussShell.c:645:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/GaussShell.c:663:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/GaussShell.c:680:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/GaussShell.c:697:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/GaussShell.c:715:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/GaussShell.c:732:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/GaussShell.c:754:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/GaussShell.c:772:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/GaussShell.c:793:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/GaussShell.c:810:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/GaussShell.c:828:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/GaussShell.c:849:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/GaussShell.c:866:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/GaussShell.c:884:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/GaussShell.c:905:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/GaussShell.c:922:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/GaussShell.c:940:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/GaussShell.c:961:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/GaussShell.c:978:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/GaussShell.c:996:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/GaussShell.c:1017:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/GaussShell.c:1034:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/GaussShell.c:1052:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/GaussShell.c:1073:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/GaussShell.c:1090:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/GaussShell.c:1108:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/GaussShell.c:1129:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/GaussShell.c:1146:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/GaussShell.c:1164:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/GaussShell.c:1185:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/GaussShell.c:1202:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/GaussShell.c:1220:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/GaussShell.c:1241:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/GaussShell.c:1258:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/GaussShell.c:1275:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/GaussShell.c:1293:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/GaussShell.c:1310:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/GaussShell.c:1328:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/GaussShell.c:1345:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/GaussShell.c:1363:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/GaussShell.c:1380:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/GaussShell.c:1398:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/GaussShell.c:1415:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/GaussShell.c:1433:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/GaussShell.c:1450:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/GaussShell.c:1468:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/GaussShell.c:1485:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/GaussShell.c:1503:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/GaussShell.c:1520:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/GaussShell.c:1538:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/GaussShell.c:1555:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/GaussShell.c:1573:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/GaussShell.c:1594:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/GaussShell.c:1615:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/GaussShell.c:1633:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/GaussShell.c:1650:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/GaussShell.c:1671:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/GaussShell.c:1689:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/GaussShell.c:1706:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/GaussShell.c:1727:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/GaussShell.c:1744:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/GaussShell.c:1762:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/GaussShell.c:1791:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/GaussShell.c:1809:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/GaussShell.c:3491:32: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/HelpTopLevel.c:111:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/HelpTopLevel.c:128:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/HelpTopLevel.c:277:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/LabelCursor.c:222:7: style: The scope of the variable 'out' can be reduced. [variableScope]
17FEBpl1.2/gui/XAlice/src/LabelCursor.c:268:7: style: The scope of the variable 'out' can be reduced. [variableScope]
17FEBpl1.2/gui/XAlice/src/LabelCursor.c:139:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/LabelCursor.c:162:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/LabelCursor.c:179:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/LabelCursor.c:202:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/LabelCursor.c:219:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/LabelCursor.c:248:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/LabelCursor.c:265:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/LabelCursor.c:294:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/LabelCursor.c:315:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/LabelCursor.c:619:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/LabelOptions.c:121:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/LabelOptions.c:143:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/LabelOptions.c:336:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/MessageShell.c:97:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/MessageShell.c:213:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/OverPlotShell.c:218:40: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/OverPlotShell.c:235:40: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/OverPlotShell.c:258:40: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/OverPlotShell.c:281:40: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/OverPlotShell.c:298:40: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/OverPlotShell.c:340:40: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/OverPlotShell.c:357:40: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/OverPlotShell.c:374:40: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/OverPlotShell.c:392:40: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/OverPlotShell.c:409:40: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/OverPlotShell.c:426:40: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/OverPlotShell.c:1202:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/PlotModeShell.c:109:40: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/PlotModeShell.c:127:40: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/PlotModeShell.c:292:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/Printer.c:118:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/Printer.c:141:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/Printer.c:160:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/Printer.c:315:29: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/RebinShell.c:135:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/RebinShell.c:152:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/RebinShell.c:169:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/RebinShell.c:186:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/RebinShell.c:203:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/RebinShell.c:243:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/RebinShell.c:467:32: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/SaveAsShell.c:124:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/SaveAsShell.c:141:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/SaveAsShell.c:161:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/SaveAsShell.c:317:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/Savefiles.c:134:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/Savefiles.c:152:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/Savefiles.c:408:31: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/StatShell.c:95:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/StatShell.c:210:31: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/procedures.c:206:6: style: The scope of the variable 'j' can be reduced. [variableScope]
17FEBpl1.2/gui/XAlice/src/procedures.c:400:10: style: The scope of the variable 'ndata' can be reduced. [variableScope]
17FEBpl1.2/gui/XAlice/src/procedures.c:475:7: style: The scope of the variable 'text' can be reduced. [variableScope]
17FEBpl1.2/gui/XAlice/src/procedures.c:475:18: style: The scope of the variable 'file_name' can be reduced. [variableScope]
17FEBpl1.2/gui/XAlice/src/procedures.c:475:32: style: The scope of the variable 'name' can be reduced. [variableScope]
17FEBpl1.2/gui/XAlice/src/procedures.c:476:16: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/gui/XAlice/src/procedures.c:408:9: style: Variable 'ndata' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/procedures.c:1129:6: style: Variable 'gc' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/procedures.c:302:10: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
17FEBpl1.2/gui/XAlice/src/procedures.c:487:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
17FEBpl1.2/gui/XAlice/src/procedures.c:498:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
17FEBpl1.2/gui/XAlice/src/procedures.c:753:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
17FEBpl1.2/gui/XAlice/src/procedures.c:955:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
17FEBpl1.2/gui/XAlice/src/procedures.c:962:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
17FEBpl1.2/gui/XAlice/src/procedures.c:969:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
17FEBpl1.2/gui/XAlice/src/procedures.c:976:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
17FEBpl1.2/gui/XAlice/src/procedures.c:447:25: error: Undefined behavior: Variable 'text' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
17FEBpl1.2/gui/XAlice/src/aliceagl.c:602:23: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/gui/XAlice/src/aliceagl.c:608:25: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/gui/XAlice/src/aliceagl.c:683:36: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/gui/XAlice/src/aliceagl.c:363:19: style: The scope of the variable 'sset' can be reduced. [variableScope]
17FEBpl1.2/gui/XAlice/src/aliceagl.c:363:29: style: The scope of the variable 'outtext' can be reduced. [variableScope]
17FEBpl1.2/gui/XAlice/src/aliceagl.c:363:43: style: The scope of the variable 'text' can be reduced. [variableScope]
17FEBpl1.2/gui/XAlice/src/aliceagl.c:363:53: style: The scope of the variable 'line' can be reduced. [variableScope]
17FEBpl1.2/gui/XAlice/src/aliceagl.c:518:19: style: The scope of the variable 'xcen' can be reduced. [variableScope]
17FEBpl1.2/gui/XAlice/src/aliceagl.c:518:25: style: The scope of the variable 'ycen' can be reduced. [variableScope]
17FEBpl1.2/gui/XAlice/src/aliceagl.c:693:19: style: The scope of the variable 'sset' can be reduced. [variableScope]
17FEBpl1.2/gui/XAlice/src/aliceagl.c:693:29: style: The scope of the variable 'outtext' can be reduced. [variableScope]
17FEBpl1.2/gui/XAlice/src/aliceagl.c:693:43: style: The scope of the variable 'text' can be reduced. [variableScope]
17FEBpl1.2/gui/XAlice/src/aliceagl.c:693:53: style: The scope of the variable 'line' can be reduced. [variableScope]
17FEBpl1.2/gui/XAlice/src/aliceagl.c:418:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
17FEBpl1.2/gui/XAlice/src/aliceagl.c:705:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
17FEBpl1.2/gui/XAlice/src/aliceagl.c:722:1: error: Resource leak: fp2 [resourceLeak]
17FEBpl1.2/gui/XAlice/src/misc.c:100:0: warning: Storing getc() return value in char variable and then comparing with EOF. [checkCastIntToCharAndBack]
17FEBpl1.2/gui/XAlice/src/misc.c:103:0: warning: Storing getc() return value in char variable and then comparing with EOF. [checkCastIntToCharAndBack]
17FEBpl1.2/gui/XAlice/src/misc.c:77:10: error: Uninitialized variable: s [uninitvar]
17FEBpl1.2/gui/XAlice/src/sh_list1.c:104:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/sh_list1.c:123:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XAlice/src/sh_list1.c:300:30: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XBatch/src/ApplicWindow.c:239:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XBatch/src/ApplicWindow.c:258:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XBatch/src/ApplicWindow.c:277:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XBatch/src/ApplicWindow.c:296:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XBatch/src/ApplicWindow.c:336:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XBatch/src/ApplicWindow.c:355:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XBatch/src/ApplicWindow.c:378:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XBatch/src/ApplicWindow.c:405:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XBatch/src/ApplicWindow.c:423:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XBatch/src/ApplicWindow.c:438:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XBatch/src/ApplicWindow.c:461:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XBatch/src/ApplicWindow.c:484:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XBatch/src/ApplicWindow.c:507:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XBatch/src/ApplicWindow.c:530:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XBatch/src/ApplicWindow.c:551:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XBatch/src/ApplicWindow.c:572:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XBatch/src/ApplicWindow.c:593:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XBatch/src/ApplicWindow.c:616:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XBatch/src/ApplicWindow.c:639:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XBatch/src/ApplicWindow.c:662:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XBatch/src/ApplicWindow.c:685:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XBatch/src/ApplicWindow.c:714:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XBatch/src/ApplicWindow.c:751:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XBatch/src/ApplicWindow.c:780:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XBatch/src/ApplicWindow.c:809:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XBatch/src/ApplicWindow.c:838:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XBatch/src/ApplicWindow.c:869:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XBatch/src/ApplicWindow.c:898:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XBatch/src/ApplicWindow.c:927:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XBatch/src/ApplicWindow.c:956:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XBatch/src/ApplicWindow.c:987:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XBatch/src/ApplicWindow.c:1016:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XBatch/src/ApplicWindow.c:1047:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XBatch/src/ApplicWindow.c:1078:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XBatch/src/ApplicWindow.c:1109:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XBatch/src/ApplicWindow.c:1140:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XBatch/src/ApplicWindow.c:1176:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XBatch/src/ApplicWindow.c:1208:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XBatch/src/ApplicWindow.c:2112:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XBatch/src/HelpShell.c:105:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XBatch/src/HelpShell.c:251:31: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XBatch/src/airmass.c:186:10: style: The scope of the variable 'command' can be reduced. [variableScope]
17FEBpl1.2/gui/XBatch/src/airmass.c:131:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
17FEBpl1.2/gui/XBatch/src/airmass.c:132:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
17FEBpl1.2/gui/XBatch/src/airmass.c:168:0: error: Resource leak: fp [resourceLeak]
17FEBpl1.2/gui/XBatch/src/airmass.c:99:39: error: Undefined behavior: Variable 'image_list' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
17FEBpl1.2/gui/XBatch/src/airmass.c:101:44: error: Undefined behavior: Variable 'airmass_list' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
17FEBpl1.2/gui/XBatch/src/airmass.c:103:42: error: Undefined behavior: Variable 'airmass_list' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
17FEBpl1.2/gui/XBatch/src/execute.c:85:11: style: The scope of the variable 'delim' can be reduced. [variableScope]
17FEBpl1.2/gui/XBatch/src/execute.c:87:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
17FEBpl1.2/gui/XBatch/src/execute.c:87:24: style: The scope of the variable 'files' can be reduced. [variableScope]
17FEBpl1.2/gui/XBatch/src/execute.c:88:9: style: The scope of the variable 'inlist' can be reduced. [variableScope]
17FEBpl1.2/gui/XBatch/src/execute.c:89:9: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/gui/XBatch/src/execute.c:89:12: style: The scope of the variable 'n_inlist' can be reduced. [variableScope]
17FEBpl1.2/gui/XBatch/src/execute.c:91:9: style: The scope of the variable 'inlist_fp' can be reduced. [variableScope]
17FEBpl1.2/gui/XBatch/src/execute.c:105:6: error: Memory leak: token [memleak]
17FEBpl1.2/gui/XBatch/src/execute.c:128:1: error: Memory leak: token [memleak]
17FEBpl1.2/gui/XBatch/src/file_dialog.c:110:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XBatch/src/file_dialog.c:127:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XBatch/src/file_dialog.c:144:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XBatch/src/file_dialog.c:161:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XBatch/src/file_dialog.c:316:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XBatch/src/file_list.c:104:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XBatch/src/file_list.c:123:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XBatch/src/file_list.c:142:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XBatch/src/file_list.c:281:31: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XBatch/src/misc.c:138:0: warning: Storing getc() return value in char variable and then comparing with EOF. [checkCastIntToCharAndBack]
17FEBpl1.2/gui/XBatch/src/misc.c:141:0: warning: Storing getc() return value in char variable and then comparing with EOF. [checkCastIntToCharAndBack]
17FEBpl1.2/gui/XBatch/src/sh_airmass.c:124:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XBatch/src/sh_airmass.c:146:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XBatch/src/sh_airmass.c:305:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/myaux.c:893:1: style: Label 'close_ita' is not used. [unusedLabel]
17FEBpl1.2/gui/XDisplay/src/myaux.c:48:25: style: Variable 'xa_WM_DELETE_WINDOW' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:696:0: style: Variable 'UxNumParams' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:703:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:716:18: style: Unused variable: cd [unusedVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:731:5: style: Variable 'kdelta' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:717:37: style: Unused variable: kval [unusedVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:882:0: style: Variable 'UxNumParams' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:889:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:947:0: style: Variable 'UxNumParams' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:954:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:1133:0: style: Variable 'UxNumParams' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:1140:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:1159:0: style: Variable 'UxNumParams' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:1166:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:1179:18: style: Unused variable: cd [unusedVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:1180:12: style: Unused variable: szx [unusedVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:1180:17: style: Unused variable: szy [unusedVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:1369:0: style: Variable 'UxNumParams' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:1376:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:1451:0: style: Variable 'UxNumParams' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:1458:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:1776:0: style: Variable 'UxNumParams' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:1783:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:1892:0: style: Variable 'UxNumParams' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:1899:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:2010:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:2088:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:2105:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:2122:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:2139:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:2156:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:2173:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:2190:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:2222:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:2239:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:2256:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:2273:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:2291:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:2308:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:2340:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:2357:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:2374:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:2406:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:2438:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:2455:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:2487:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:2548:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:2565:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:2582:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:2614:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:2646:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:2678:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:2695:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:2712:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:2729:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:2746:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:2764:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:2796:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:2813:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:2838:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:2885:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:2931:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:2962:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:3012:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:3029:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:3054:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:3071:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:3088:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:3105:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:3122:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:3139:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:3156:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:3173:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:3190:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:3207:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:3224:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:3241:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:3263:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:3290:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:3316:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:3342:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:3368:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:3385:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:3402:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:3419:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:3436:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:3453:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:3470:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:3487:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:3504:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:3521:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:3538:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:3555:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:3572:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:3589:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:3606:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:3623:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:3640:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:3672:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:3689:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:3706:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:3723:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:3740:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:3785:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:3806:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:3827:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:3842:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:3863:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:3884:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:3899:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:3914:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:3929:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:3950:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:3971:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:3992:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:4013:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:4034:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:4055:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:4070:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:4085:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:4100:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:4115:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/ApplicWindow.c:8842:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/Helpwindow.c:108:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/Helpwindow.c:128:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/Helpwindow.c:275:32: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/Template.c:115:0: style: Variable 'fsmode' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/Template.c:115:0: style: Variable 'vbmode' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/file_list.c:108:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/file_list.c:127:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/file_list.c:146:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDisplay/src/file_list.c:152:7: style: Unused variable: cbuf [unusedVariable]
17FEBpl1.2/gui/XDisplay/src/file_list.c:327:31: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/ApplicWindow.c:642:6: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/gui/XDo/src/ApplicWindow.c:746:8: style: The scope of the variable 'j' can be reduced. [variableScope]
17FEBpl1.2/gui/XDo/src/ApplicWindow.c:852:6: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/gui/XDo/src/ApplicWindow.c:853:7: style: The scope of the variable 'mytext' can be reduced. [variableScope]
17FEBpl1.2/gui/XDo/src/ApplicWindow.c:223:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/ApplicWindow.c:242:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/ApplicWindow.c:273:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/ApplicWindow.c:292:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/ApplicWindow.c:313:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/ApplicWindow.c:332:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/ApplicWindow.c:399:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/ApplicWindow.c:423:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/ApplicWindow.c:440:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/ApplicWindow.c:461:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/ApplicWindow.c:486:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/ApplicWindow.c:504:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/ApplicWindow.c:523:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/ApplicWindow.c:541:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/ApplicWindow.c:559:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/ApplicWindow.c:576:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/ApplicWindow.c:593:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/ApplicWindow.c:607:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/ApplicWindow.c:621:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/ApplicWindow.c:638:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/ApplicWindow.c:672:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/ApplicWindow.c:702:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/ApplicWindow.c:719:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/ApplicWindow.c:739:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/ApplicWindow.c:846:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/ApplicWindow.c:1576:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/Associate.c:138:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/Associate.c:157:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/Associate.c:178:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/Associate.c:197:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/Associate.c:267:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/Associate.c:291:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/Associate.c:329:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/Associate.c:355:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/Associate.c:379:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/Associate.c:408:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/Associate.c:433:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/Associate.c:462:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/Associate.c:487:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/Associate.c:507:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/Associate.c:873:31: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/Association.c:155:7: style: The scope of the variable 'mytext' can be reduced. [variableScope]
17FEBpl1.2/gui/XDo/src/Association.c:157:6: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/gui/XDo/src/Association.c:200:7: style: The scope of the variable 'mytext' can be reduced. [variableScope]
17FEBpl1.2/gui/XDo/src/Association.c:202:6: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/gui/XDo/src/Association.c:245:7: style: The scope of the variable 'mytext' can be reduced. [variableScope]
17FEBpl1.2/gui/XDo/src/Association.c:247:6: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/gui/XDo/src/Association.c:287:7: style: The scope of the variable 'mytext' can be reduced. [variableScope]
17FEBpl1.2/gui/XDo/src/Association.c:289:6: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/gui/XDo/src/Association.c:328:7: style: The scope of the variable 'mytext' can be reduced. [variableScope]
17FEBpl1.2/gui/XDo/src/Association.c:330:6: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/gui/XDo/src/Association.c:369:7: style: The scope of the variable 'mytext' can be reduced. [variableScope]
17FEBpl1.2/gui/XDo/src/Association.c:371:6: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/gui/XDo/src/Association.c:415:8: style: The scope of the variable 'status' can be reduced. [variableScope]
17FEBpl1.2/gui/XDo/src/Association.c:150:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/Association.c:193:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/Association.c:239:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/Association.c:283:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/Association.c:325:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/Association.c:366:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/Association.c:407:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/Association.c:446:18: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/Association.c:463:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/Association.c:994:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/Classify.c:141:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/Classify.c:160:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/Classify.c:179:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/Classify.c:200:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/Classify.c:219:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/Classify.c:289:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/Classify.c:313:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/Classify.c:348:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/Classify.c:374:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/Classify.c:398:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/Classify.c:425:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/Classify.c:449:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/Classify.c:467:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/Classify.c:484:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/Classify.c:504:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/Classify.c:521:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/Classify.c:919:30: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/ColAttribute.c:82:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/ColAttribute.c:113:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/ColAttribute.c:243:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/HelpDo.c:72:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/HelpDo.c:202:28: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/SelectDescrTable.c:60:43: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/SelectDescrTable.c:83:43: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/SelectDescrTable.c:165:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/SelectFrame.c:95:14: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/gui/XDo/src/SelectFrame.c:95:16: style: The scope of the variable 'j' can be reduced. [variableScope]
17FEBpl1.2/gui/XDo/src/SelectFrame.c:95:18: style: The scope of the variable 'len' can be reduced. [variableScope]
17FEBpl1.2/gui/XDo/src/SelectFrame.c:96:7: style: The scope of the variable 'name' can be reduced. [variableScope]
17FEBpl1.2/gui/XDo/src/SelectFrame.c:96:18: style: The scope of the variable 'nm' can be reduced. [variableScope]
17FEBpl1.2/gui/XDo/src/SelectFrame.c:71:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/SelectFrame.c:89:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/SelectFrame.c:137:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/SelectFrame.c:158:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/SelectFrame.c:254:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/SelectInstrument.c:72:7: style: The scope of the variable 'descr' can be reduced. [variableScope]
17FEBpl1.2/gui/XDo/src/SelectInstrument.c:75:22: style: The scope of the variable 'index' can be reduced. [variableScope]
17FEBpl1.2/gui/XDo/src/SelectInstrument.c:69:43: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/SelectInstrument.c:108:43: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/SelectInstrument.c:122:43: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/SelectInstrument.c:208:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/Warning.c:65:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/Warning.c:84:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/Warning.c:104:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/Warning.c:190:29: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/alloc.c:74:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/gui/XDo/src/alloc.c:76:15: portability: Casting from double ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/gui/XDo/src/alloc.c:84:15: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/gui/XDo/src/alloc.c:124:12: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/gui/XDo/src/alloc.c:126:15: portability: Casting from float ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/gui/XDo/src/alloc.c:134:15: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/gui/XDo/src/applic.c:396:1: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
17FEBpl1.2/gui/XDo/src/applic.c:274:29: style: The scope of the variable 'comma' can be reduced. [variableScope]
17FEBpl1.2/gui/XDo/src/applic.c:309:15: style: The scope of the variable 'fin' can be reduced. [variableScope]
17FEBpl1.2/gui/XDo/src/applic.c:311:6: style: The scope of the variable 'mymess' can be reduced. [variableScope]
17FEBpl1.2/gui/XDo/src/applic.c:534:26: style: The scope of the variable 'index' can be reduced. [variableScope]
17FEBpl1.2/gui/XDo/src/applic.c:535:7: style: The scope of the variable 'mytext' can be reduced. [variableScope]
17FEBpl1.2/gui/XDo/src/applic.c:575:7: style: The scope of the variable 'mytext' can be reduced. [variableScope]
17FEBpl1.2/gui/XDo/src/applic.c:618:51: style: The scope of the variable 'item_no' can be reduced. [variableScope]
17FEBpl1.2/gui/XDo/src/applic.c:619:9: style: The scope of the variable 'mident' can be reduced. [variableScope]
17FEBpl1.2/gui/XDo/src/applic.c:641:24: style: The scope of the variable 'nulls' can be reduced. [variableScope]
17FEBpl1.2/gui/XDo/src/applic.c:642:19: style: The scope of the variable 'item_no' can be reduced. [variableScope]
17FEBpl1.2/gui/XDo/src/applic.c:643:9: style: The scope of the variable 'myvalue' can be reduced. [variableScope]
17FEBpl1.2/gui/XDo/src/applic.c:161:25: style: Array index 'j' is used before limits check. [arrayIndexThenCheck]
17FEBpl1.2/gui/XDo/src/applicationShell1.c:344:7: style: The scope of the variable 'temp' can be reduced. [variableScope]
17FEBpl1.2/gui/XDo/src/applicationShell1.c:344:29: style: The scope of the variable 'mylabel' can be reduced. [variableScope]
17FEBpl1.2/gui/XDo/src/applicationShell1.c:345:32: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/gui/XDo/src/applicationShell1.c:498:19: style: The scope of the variable 'lennew' can be reduced. [variableScope]
17FEBpl1.2/gui/XDo/src/applicationShell1.c:146:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/applicationShell1.c:165:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/applicationShell1.c:186:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/applicationShell1.c:205:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/applicationShell1.c:274:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/applicationShell1.c:298:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/applicationShell1.c:317:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/applicationShell1.c:337:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/applicationShell1.c:397:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/applicationShell1.c:421:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/applicationShell1.c:439:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/applicationShell1.c:457:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/applicationShell1.c:477:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/applicationShell1.c:494:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/applicationShell1.c:510:20: style: Variable 'lennew' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/applicationShell1.c:530:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/applicationShell1.c:554:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/applicationShell1.c:568:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/applicationShell1.c:961:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/errorDialog1.c:60:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/errorDialog1.c:141:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/myscroll.c:6:1: warning: printf format string requires 0 parameters but 1 is given. [wrongPrintfScanfArgNum]
17FEBpl1.2/gui/XDo/src/splib.c:46:10: style: The scope of the variable 'str' can be reduced. [variableScope]
17FEBpl1.2/gui/XDo/src/transientShell1.c:91:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/transientShell1.c:105:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/transientShell1.c:122:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/transientShell1.c:140:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/transientShell1.c:161:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/transientShell1.c:178:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/transientShell1.c:420:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/transientShell3.c:414:12: style: The scope of the variable 'str' can be reduced. [variableScope]
17FEBpl1.2/gui/XDo/src/transientShell3.c:415:6: style: The scope of the variable 'item_no' can be reduced. [variableScope]
17FEBpl1.2/gui/XDo/src/transientShell3.c:415:14: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/gui/XDo/src/transientShell3.c:137:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/transientShell3.c:156:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/transientShell3.c:175:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/transientShell3.c:246:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/transientShell3.c:263:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/transientShell3.c:280:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/transientShell3.c:297:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/transientShell3.c:314:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/transientShell3.c:369:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/transientShell3.c:389:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/transientShell3.c:409:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/transientShell3.c:458:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/transientShell3.c:480:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/transientShell3.c:978:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/transientShell3.c:321:2: warning: The buffer 'iframe' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
17FEBpl1.2/gui/XDo/src/transientShell3.c:324:2: warning: The buffer 'dtable' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
17FEBpl1.2/gui/XDo/src/transientShell8.c:89:15: style: The scope of the variable 'type' can be reduced. [variableScope]
17FEBpl1.2/gui/XDo/src/transientShell8.c:90:7: style: The scope of the variable 'table_descr' can be reduced. [variableScope]
17FEBpl1.2/gui/XDo/src/transientShell8.c:82:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/transientShell8.c:142:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XDo/src/transientShell8.c:278:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/libsrc/listdir.c:126:14: style: The scope of the variable 'len' can be reduced. [variableScope]
17FEBpl1.2/gui/XEchelle/libsrc/listdir.c:116:3: style: Variable 'n' is modified but its new value is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/BackgroundShell.c:217:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/BackgroundShell.c:248:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/BackgroundShell.c:265:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/BackgroundShell.c:282:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/BackgroundShell.c:335:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/BackgroundShell.c:352:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/BackgroundShell.c:369:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/BackgroundShell.c:387:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/BackgroundShell.c:405:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/BackgroundShell.c:423:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/BackgroundShell.c:441:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/BackgroundShell.c:458:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/BackgroundShell.c:475:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/BackgroundShell.c:492:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/BackgroundShell.c:509:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/BackgroundShell.c:526:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/BackgroundShell.c:543:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/BackgroundShell.c:558:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/BackgroundShell.c:575:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/BackgroundShell.c:590:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/BackgroundShell.c:607:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/BackgroundShell.c:622:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/BackgroundShell.c:639:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/BackgroundShell.c:654:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/BackgroundShell.c:671:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/BackgroundShell.c:688:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/BackgroundShell.c:705:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/BackgroundShell.c:722:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/BackgroundShell.c:739:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/BackgroundShell.c:756:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/BackgroundShell.c:774:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/BackgroundShell.c:792:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/BackgroundShell.c:809:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/BackgroundShell.c:826:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/BackgroundShell.c:844:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/BackgroundShell.c:862:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/BackgroundShell.c:880:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/BackgroundShell.c:1682:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/CalibShell.c:232:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/CalibShell.c:251:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/CalibShell.c:277:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/CalibShell.c:294:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/CalibShell.c:311:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/CalibShell.c:330:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/CalibShell.c:383:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/CalibShell.c:398:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/CalibShell.c:416:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/CalibShell.c:431:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/CalibShell.c:449:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/CalibShell.c:466:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/CalibShell.c:483:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/CalibShell.c:500:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/CalibShell.c:517:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/CalibShell.c:534:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/CalibShell.c:551:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/CalibShell.c:578:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/CalibShell.c:596:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/CalibShell.c:613:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/CalibShell.c:631:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/CalibShell.c:649:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/CalibShell.c:667:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/CalibShell.c:684:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/CalibShell.c:701:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/CalibShell.c:718:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/CalibShell.c:735:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/CalibShell.c:752:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/CalibShell.c:769:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/CalibShell.c:786:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/CalibShell.c:803:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/CalibShell.c:820:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/CalibShell.c:838:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/CalibShell.c:855:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/CalibShell.c:873:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/CalibShell.c:890:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/CalibShell.c:908:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/CalibShell.c:923:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/CalibShell.c:940:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/CalibShell.c:955:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/CalibShell.c:972:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/CalibShell.c:1000:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/CalibShell.c:1028:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/CalibShell.c:1942:32: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/ExtractShell.c:206:0: style: Variable 'UxNumParams' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/ExtractShell.c:213:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/ExtractShell.c:266:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/ExtractShell.c:313:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/ExtractShell.c:330:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/ExtractShell.c:364:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/ExtractShell.c:383:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/ExtractShell.c:402:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/ExtractShell.c:421:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/ExtractShell.c:449:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/ExtractShell.c:477:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/ExtractShell.c:508:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/ExtractShell.c:539:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/ExtractShell.c:570:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/ExtractShell.c:602:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/ExtractShell.c:633:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/ExtractShell.c:665:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/ExtractShell.c:696:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/ExtractShell.c:728:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/ExtractShell.c:759:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/ExtractShell.c:790:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/ExtractShell.c:821:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/ExtractShell.c:852:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/ExtractShell.c:1600:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/ExtractionShell.c:187:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/ExtractionShell.c:204:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/ExtractionShell.c:221:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/ExtractionShell.c:240:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/ExtractionShell.c:293:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/ExtractionShell.c:310:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/ExtractionShell.c:327:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/ExtractionShell.c:344:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/ExtractionShell.c:359:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/ExtractionShell.c:376:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/ExtractionShell.c:391:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/ExtractionShell.c:408:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/ExtractionShell.c:423:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/ExtractionShell.c:440:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/ExtractionShell.c:457:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/ExtractionShell.c:475:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/ExtractionShell.c:492:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/ExtractionShell.c:510:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/ExtractionShell.c:527:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/ExtractionShell.c:544:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/ExtractionShell.c:562:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/ExtractionShell.c:579:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/ExtractionShell.c:596:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/ExtractionShell.c:1125:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/FlatShell.c:153:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/FlatShell.c:184:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/FlatShell.c:201:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/FlatShell.c:218:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/FlatShell.c:271:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/FlatShell.c:289:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/FlatShell.c:306:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/FlatShell.c:323:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/FlatShell.c:341:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/FlatShell.c:358:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/FlatShell.c:375:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/FlatShell.c:392:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/FlatShell.c:410:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/FlatShell.c:428:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/FlatShell.c:446:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/FlatShell.c:464:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/FlatShell.c:482:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/FlatShell.c:842:31: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/FluxShell.c:191:0: style: Variable 'UxNumParams' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/FluxShell.c:198:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/FluxShell.c:209:0: style: Variable 'UxNumParams' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/FluxShell.c:216:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/FluxShell.c:227:0: style: Variable 'UxNumParams' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/FluxShell.c:234:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/FluxShell.c:247:0: style: Variable 'UxNumParams' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/FluxShell.c:254:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/FluxShell.c:307:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/FluxShell.c:326:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/FluxShell.c:343:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/FluxShell.c:363:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/FluxShell.c:382:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/FluxShell.c:402:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/FluxShell.c:422:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/FluxShell.c:441:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/FluxShell.c:461:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/FluxShell.c:481:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/FluxShell.c:498:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/FluxShell.c:515:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/FluxShell.c:532:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/FluxShell.c:547:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/FluxShell.c:562:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/FluxShell.c:579:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/FluxShell.c:594:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/FluxShell.c:609:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/FluxShell.c:626:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/FluxShell.c:643:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/FluxShell.c:1257:31: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/HelpShell.c:105:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/HelpShell.c:251:31: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MainShell.c:380:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MainShell.c:399:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MainShell.c:425:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MainShell.c:456:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MainShell.c:473:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MainShell.c:490:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MainShell.c:509:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MainShell.c:562:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MainShell.c:581:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MainShell.c:604:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MainShell.c:631:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MainShell.c:649:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MainShell.c:666:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MainShell.c:681:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MainShell.c:696:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MainShell.c:711:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MainShell.c:730:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MainShell.c:745:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MainShell.c:760:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MainShell.c:775:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MainShell.c:790:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MainShell.c:805:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MainShell.c:830:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MainShell.c:845:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MainShell.c:860:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MainShell.c:875:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MainShell.c:890:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MainShell.c:908:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MainShell.c:926:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MainShell.c:944:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MainShell.c:962:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MainShell.c:979:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MainShell.c:996:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MainShell.c:1013:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MainShell.c:1039:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MainShell.c:1056:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MainShell.c:1073:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MainShell.c:1090:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MainShell.c:1107:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MainShell.c:1124:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MainShell.c:1139:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MainShell.c:1154:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MainShell.c:1169:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MainShell.c:1184:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MainShell.c:1199:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MainShell.c:1214:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MainShell.c:1229:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MainShell.c:1250:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MainShell.c:1267:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MainShell.c:1282:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MainShell.c:1303:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MainShell.c:1320:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MainShell.c:1335:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MainShell.c:1356:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MainShell.c:1373:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MainShell.c:1388:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MainShell.c:1409:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MainShell.c:1426:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MainShell.c:1441:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MainShell.c:1462:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MainShell.c:1479:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MainShell.c:1494:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MainShell.c:1515:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MainShell.c:1532:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MainShell.c:1547:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MainShell.c:1568:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MainShell.c:1585:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MainShell.c:1600:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MainShell.c:1621:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MainShell.c:3158:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MergeShell.c:172:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MergeShell.c:191:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MergeShell.c:217:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MergeShell.c:248:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MergeShell.c:265:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MergeShell.c:282:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MergeShell.c:301:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MergeShell.c:354:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MergeShell.c:372:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MergeShell.c:389:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MergeShell.c:406:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MergeShell.c:424:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MergeShell.c:441:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MergeShell.c:458:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MergeShell.c:476:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MergeShell.c:494:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MergeShell.c:511:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MergeShell.c:526:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MergeShell.c:543:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MergeShell.c:558:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MergeShell.c:575:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MergeShell.c:592:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MergeShell.c:609:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/MergeShell.c:1053:32: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/OrderShell.c:179:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/OrderShell.c:196:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/OrderShell.c:213:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/OrderShell.c:232:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/OrderShell.c:285:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/OrderShell.c:302:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/OrderShell.c:319:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/OrderShell.c:336:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/OrderShell.c:351:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/OrderShell.c:368:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/OrderShell.c:383:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/OrderShell.c:400:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/OrderShell.c:415:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/OrderShell.c:432:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/OrderShell.c:449:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/OrderShell.c:467:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/OrderShell.c:484:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/OrderShell.c:502:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/OrderShell.c:520:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/OrderShell.c:537:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/OrderShell.c:554:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/OrderShell.c:1028:32: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RebinShell.c:143:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RebinShell.c:162:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RebinShell.c:188:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RebinShell.c:219:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RebinShell.c:236:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RebinShell.c:253:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RebinShell.c:306:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RebinShell.c:323:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RebinShell.c:340:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RebinShell.c:357:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RebinShell.c:375:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RebinShell.c:392:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RebinShell.c:410:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RebinShell.c:427:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RebinShell.c:445:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RebinShell.c:735:32: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RespShell.c:226:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RespShell.c:257:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RespShell.c:274:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RespShell.c:291:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RespShell.c:310:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RespShell.c:363:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RespShell.c:381:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RespShell.c:398:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RespShell.c:415:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RespShell.c:433:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RespShell.c:448:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RespShell.c:465:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RespShell.c:480:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RespShell.c:497:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RespShell.c:514:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RespShell.c:532:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RespShell.c:550:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RespShell.c:567:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RespShell.c:584:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RespShell.c:601:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RespShell.c:618:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RespShell.c:635:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RespShell.c:652:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RespShell.c:669:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RespShell.c:687:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RespShell.c:705:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RespShell.c:722:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RespShell.c:739:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RespShell.c:756:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RespShell.c:773:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RespShell.c:788:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RespShell.c:805:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RespShell.c:820:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RespShell.c:837:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RespShell.c:852:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RespShell.c:1676:31: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RotateShell.c:226:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RotateShell.c:243:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RotateShell.c:260:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RotateShell.c:279:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RotateShell.c:332:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RotateShell.c:350:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RotateShell.c:367:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RotateShell.c:384:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RotateShell.c:399:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RotateShell.c:414:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RotateShell.c:429:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RotateShell.c:444:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RotateShell.c:459:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RotateShell.c:474:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RotateShell.c:489:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RotateShell.c:504:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RotateShell.c:519:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RotateShell.c:534:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RotateShell.c:549:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RotateShell.c:564:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RotateShell.c:581:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RotateShell.c:598:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RotateShell.c:615:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RotateShell.c:632:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RotateShell.c:649:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RotateShell.c:666:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RotateShell.c:683:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RotateShell.c:700:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RotateShell.c:718:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RotateShell.c:735:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RotateShell.c:752:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RotateShell.c:769:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/RotateShell.c:1481:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/SearchShell.c:171:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/SearchShell.c:190:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/SearchShell.c:216:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/SearchShell.c:233:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/SearchShell.c:250:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/SearchShell.c:269:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/SearchShell.c:322:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/SearchShell.c:339:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/SearchShell.c:356:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/SearchShell.c:373:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/SearchShell.c:390:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/SearchShell.c:408:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/SearchShell.c:425:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/SearchShell.c:442:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/SearchShell.c:460:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/SearchShell.c:478:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/SearchShell.c:495:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/SearchShell.c:513:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/SearchShell.c:528:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/SearchShell.c:543:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/SearchShell.c:1058:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/SessionShell.c:108:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/SessionShell.c:125:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/SessionShell.c:142:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/SessionShell.c:159:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/SessionShell.c:314:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/SkyShell.c:181:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/SkyShell.c:212:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/SkyShell.c:229:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/SkyShell.c:246:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/SkyShell.c:265:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/SkyShell.c:318:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/SkyShell.c:336:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/SkyShell.c:353:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/SkyShell.c:371:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/SkyShell.c:388:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/SkyShell.c:406:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/SkyShell.c:423:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/SkyShell.c:442:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/SkyShell.c:459:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/SkyShell.c:477:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/SkyShell.c:494:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/SkyShell.c:511:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/SkyShell.c:528:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/SkyShell.c:545:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/SkyShell.c:566:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/SkyShell.c:581:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/SkyShell.c:598:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/SkyShell.c:613:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/SkyShell.c:1119:30: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/alloc.c:101:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/gui/XEchelle/src/alloc.c:103:15: portability: Casting from double ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/gui/XEchelle/src/alloc.c:111:15: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/gui/XEchelle/src/alloc.c:151:12: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/gui/XEchelle/src/alloc.c:153:15: portability: Casting from float ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/gui/XEchelle/src/alloc.c:161:15: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/gui/XEchelle/src/cb_list.c:111:25: style: The scope of the variable 'str' can be reduced. [variableScope]
17FEBpl1.2/gui/XEchelle/src/cb_list.c:156:40: error: Undefined behavior: Variable 'FileOut' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
17FEBpl1.2/gui/XEchelle/src/cb_list.c:182:40: error: Undefined behavior: Variable 'FileOut' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
17FEBpl1.2/gui/XEchelle/src/cb_list.c:198:40: error: Undefined behavior: Variable 'FileOut' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
17FEBpl1.2/gui/XEchelle/src/cb_list.c:208:40: error: Undefined behavior: Variable 'FileOut' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
17FEBpl1.2/gui/XEchelle/src/extin_dialog.c:112:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/extin_dialog.c:129:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/extin_dialog.c:146:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/extin_dialog.c:163:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/extin_dialog.c:186:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/extin_dialog.c:203:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/extin_dialog.c:388:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/file_list.c:104:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/file_list.c:123:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/file_list.c:142:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/file_list.c:281:31: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/file_selection.c:91:41: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/file_selection.c:109:41: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/file_selection.c:209:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/lincat_list.c:101:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/lincat_list.c:235:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/misc.c:497:0: warning: Storing getc() return value in char variable and then comparing with EOF. [checkCastIntToCharAndBack]
17FEBpl1.2/gui/XEchelle/src/misc.c:500:0: warning: Storing getc() return value in char variable and then comparing with EOF. [checkCastIntToCharAndBack]
17FEBpl1.2/gui/XEchelle/src/resid_dialog.c:116:8: style: The scope of the variable 'text' can be reduced. [variableScope]
17FEBpl1.2/gui/XEchelle/src/resid_dialog.c:111:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/resid_dialog.c:143:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/resid_dialog.c:160:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XEchelle/src/resid_dialog.c:324:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/AskShell.c:132:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/AskShell.c:161:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/AskShell.c:207:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/AskShell.c:224:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/AskShell.c:241:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/AskShell.c:443:30: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/AskShell.c:170:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
17FEBpl1.2/gui/XFilter/src/AskShell.c:247:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
17FEBpl1.2/gui/XFilter/src/BlackBody.c:140:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/BlackBody.c:157:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/BlackBody.c:174:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/BlackBody.c:209:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/BlackBody.c:243:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/BlackBody.c:278:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/BlackBody.c:313:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/BlackBody.c:617:31: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/BruzualModel.c:1089:6: style: The scope of the variable 'nid' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/BruzualModel.c:1090:7: style: The scope of the variable 'fileout' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/BruzualModel.c:284:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/BruzualModel.c:304:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/BruzualModel.c:321:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/BruzualModel.c:338:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/BruzualModel.c:364:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/BruzualModel.c:392:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/BruzualModel.c:410:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/BruzualModel.c:428:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/BruzualModel.c:447:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/BruzualModel.c:466:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/BruzualModel.c:483:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/BruzualModel.c:500:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/BruzualModel.c:537:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/BruzualModel.c:554:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/BruzualModel.c:593:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/BruzualModel.c:610:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/BruzualModel.c:647:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/BruzualModel.c:664:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/BruzualModel.c:705:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/BruzualModel.c:725:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/BruzualModel.c:807:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/BruzualModel.c:824:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/BruzualModel.c:862:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/BruzualModel.c:891:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/BruzualModel.c:920:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/BruzualModel.c:948:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/BruzualModel.c:977:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/BruzualModel.c:1001:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/BruzualModel.c:1050:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/BruzualModel.c:1067:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/BruzualModel.c:1087:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/BruzualModel.c:1129:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/BruzualModel.c:1147:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/BruzualModel.c:1165:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/BruzualModel.c:1183:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/BruzualModel.c:1201:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/BruzualModel.c:1219:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/BruzualModel.c:1237:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/BruzualModel.c:1255:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/BruzualModel.c:1273:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/BruzualModel.c:1299:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/BruzualModel.c:1325:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/BruzualModel.c:1342:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/BruzualModel.c:1359:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/BruzualModel.c:1397:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/BruzualModel.c:1419:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/BruzualModel.c:1440:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/BruzualModel.c:1459:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/BruzualModel.c:1489:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/BruzualModel.c:1513:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/BruzualModel.c:1530:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/BruzualModel.c:2660:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/BruzualModel.c:1095:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
17FEBpl1.2/gui/XFilter/src/BruzualModel.c:1465:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
17FEBpl1.2/gui/XFilter/src/ChooseList.c:116:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ChooseList.c:225:7: style: Variable 'nid' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ChooseList.c:242:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ChooseList.c:388:32: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ChooseList.c:129:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
17FEBpl1.2/gui/XFilter/src/ChooseList.c:151:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
17FEBpl1.2/gui/XFilter/src/ChooseList.c:167:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
17FEBpl1.2/gui/XFilter/src/ChooseList.c:183:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
17FEBpl1.2/gui/XFilter/src/ChooseList.c:199:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
17FEBpl1.2/gui/XFilter/src/ChooseList.c:205:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
17FEBpl1.2/gui/XFilter/src/ChooseList.c:211:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
17FEBpl1.2/gui/XFilter/src/ChooseList.c:218:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
17FEBpl1.2/gui/XFilter/src/ChooseList.c:225:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
17FEBpl1.2/gui/XFilter/src/CloudyModel.c:1419:10: style: Condition 'isfr==1' is always true [knownConditionTrueFalse]
17FEBpl1.2/gui/XFilter/src/CloudyModel.c:1417:13: note: Assignment 'isfr=1', assigned value is 1
17FEBpl1.2/gui/XFilter/src/CloudyModel.c:1419:10: note: Condition 'isfr==1' is always true
17FEBpl1.2/gui/XFilter/src/CloudyModel.c:1419:10: style: Same expression on both sides of '==' because the value of 'isfr' and '1' are the same. [duplicateExpression]
17FEBpl1.2/gui/XFilter/src/CloudyModel.c:1417:13: note: 'isfr' is assigned value '1' here.
17FEBpl1.2/gui/XFilter/src/CloudyModel.c:1419:10: note: Same expression on both sides of '==' because the value of 'isfr' and '1' are the same.
17FEBpl1.2/gui/XFilter/src/CloudyModel.c:324:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/CloudyModel.c:343:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/CloudyModel.c:360:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/CloudyModel.c:379:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/CloudyModel.c:397:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/CloudyModel.c:415:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/CloudyModel.c:433:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/CloudyModel.c:450:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/CloudyModel.c:467:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/CloudyModel.c:473:6: style: Variable 'nid' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/CloudyModel.c:495:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/CloudyModel.c:512:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/CloudyModel.c:518:6: style: Variable 'nid' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/CloudyModel.c:540:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/CloudyModel.c:555:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/CloudyModel.c:570:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/CloudyModel.c:585:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/CloudyModel.c:600:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/CloudyModel.c:615:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/CloudyModel.c:630:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/CloudyModel.c:645:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/CloudyModel.c:664:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/CloudyModel.c:698:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/CloudyModel.c:736:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/CloudyModel.c:773:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/CloudyModel.c:810:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/CloudyModel.c:847:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/CloudyModel.c:884:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/CloudyModel.c:920:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/CloudyModel.c:956:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/CloudyModel.c:992:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/CloudyModel.c:1029:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/CloudyModel.c:1066:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/CloudyModel.c:1103:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/CloudyModel.c:1140:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/CloudyModel.c:1176:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/CloudyModel.c:1201:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/CloudyModel.c:1226:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/CloudyModel.c:1251:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/CloudyModel.c:1276:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/CloudyModel.c:1301:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/CloudyModel.c:1326:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/CloudyModel.c:1343:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/CloudyModel.c:1360:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/CloudyModel.c:1382:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/CloudyModel.c:1399:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/CloudyModel.c:1414:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/CloudyModel.c:1441:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/CloudyModel.c:1521:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/CloudyModel.c:1536:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/CloudyModel.c:1551:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/CloudyModel.c:1566:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/CloudyModel.c:1581:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/CloudyModel.c:1600:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/CloudyModel.c:1607:6: style: Variable 'nid' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/CloudyModel.c:1629:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/CloudyModel.c:1648:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/CloudyModel.c:1677:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/CloudyModel.c:1695:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/CloudyModel.c:1723:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/CloudyModel.c:1741:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/CloudyModel.c:1771:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/CloudyModel.c:1789:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/CloudyModel.c:1818:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/CloudyModel.c:1837:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/CloudyModel.c:1843:6: style: Variable 'nid' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/CloudyModel.c:1864:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/CloudyModel.c:1883:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/CloudyModel.c:1889:6: style: Variable 'nid' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/CloudyModel.c:1910:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/CloudyModel.c:1928:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/CloudyModel.c:1946:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/CloudyModel.c:1963:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/CloudyModel.c:3450:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/FilterCreate.c:184:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/FilterCreate.c:203:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/FilterCreate.c:221:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/FilterCreate.c:241:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/FilterCreate.c:258:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/FilterCreate.c:297:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/FilterCreate.c:314:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/FilterCreate.c:353:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/FilterCreate.c:378:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/FilterCreate.c:393:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/FilterCreate.c:415:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/FilterCreate.c:432:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/FilterCreate.c:447:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/FilterCreate.c:464:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/FilterCreate.c:503:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/FilterCreate.c:520:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/FilterCreate.c:559:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/FilterCreate.c:576:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/FilterCreate.c:616:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/FilterCreate.c:633:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/FilterCreate.c:1195:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/HelpFShell.c:110:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/HelpFShell.c:127:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/HelpFShell.c:278:32: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/LeaksShell.c:103:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/LeaksShell.c:237:32: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/MainFilt.c:276:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/MainFilt.c:296:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/MainFilt.c:313:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/MainFilt.c:332:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/MainFilt.c:365:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/MainFilt.c:399:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/MainFilt.c:439:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/MainFilt.c:470:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/MainFilt.c:505:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/MainFilt.c:536:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/MainFilt.c:559:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/MainFilt.c:582:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/MainFilt.c:605:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/MainFilt.c:629:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/MainFilt.c:666:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/MainFilt.c:692:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/MainFilt.c:717:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/MainFilt.c:742:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/MainFilt.c:769:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/MainFilt.c:789:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/MainFilt.c:810:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/MainFilt.c:827:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/MainFilt.c:844:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/MainFilt.c:863:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/MainFilt.c:880:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/MainFilt.c:910:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/MainFilt.c:946:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/MainFilt.c:1001:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/MainFilt.c:1045:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/MainFilt.c:1067:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/MainFilt.c:1090:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/MainFilt.c:1112:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/MainFilt.c:1129:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/MainFilt.c:1147:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/MainFilt.c:1165:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/MainFilt.c:1185:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/MainFilt.c:1204:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/MainFilt.c:1222:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/MainFilt.c:1241:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/MainFilt.c:1261:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/MainFilt.c:2138:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:550:6: style: The scope of the variable 'nid' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:551:7: style: The scope of the variable 'spectrum' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:552:8: style: The scope of the variable 'filepath' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:1171:6: style: The scope of the variable 'nid' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:389:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:409:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:426:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:443:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:484:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:509:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:526:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:548:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:606:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:625:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:643:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:661:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:679:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:718:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:749:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:768:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:785:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:811:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:836:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:861:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:876:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:893:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:923:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:941:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:959:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:977:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:995:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:1013:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:1031:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:1049:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:1067:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:1085:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:1103:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:1121:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:1152:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:1169:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:1228:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:1252:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:1273:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:1291:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:1308:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:1326:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:1353:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:1370:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:1400:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:1426:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:1441:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:1460:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:1486:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:1501:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:1521:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:1544:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:1567:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:1590:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:1614:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:1651:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:1680:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:1717:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:1739:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:1762:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:1779:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:1795:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:1813:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:1840:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:1859:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:1876:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:1899:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:1922:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:1945:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:1968:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:1986:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:2004:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:2022:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:2039:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:2058:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:2076:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:2093:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:2110:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:2128:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:2145:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:2174:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:2191:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:4036:32: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/ModelShell.c:556:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
17FEBpl1.2/gui/XFilter/src/NewsShell.c:110:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/NewsShell.c:129:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/NewsShell.c:278:31: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/WaveBShell.c:137:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/WaveBShell.c:158:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/WaveBShell.c:175:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/WaveBShell.c:212:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/WaveBShell.c:249:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/WaveBShell.c:284:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/WaveBShell.c:586:32: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/WaveShell.c:129:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/WaveShell.c:149:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/WaveShell.c:166:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/WaveShell.c:201:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/WaveShell.c:442:31: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/aglgraph.c:1357:2: performance: Buffer 'str' is being written before its old content has been used. [redundantCopy]
17FEBpl1.2/gui/XFilter/src/aglgraph.c:1355:2: note: Buffer 'str' is being written before its old content has been used.
17FEBpl1.2/gui/XFilter/src/aglgraph.c:1357:2: note: Buffer 'str' is being written before its old content has been used.
17FEBpl1.2/gui/XFilter/src/aglgraph.c:1366:2: style: Variable 'ymi' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/gui/XFilter/src/aglgraph.c:1365:2: note: Variable 'ymi' is reassigned a value before the old one has been used.
17FEBpl1.2/gui/XFilter/src/aglgraph.c:1366:2: note: Variable 'ymi' is reassigned a value before the old one has been used.
17FEBpl1.2/gui/XFilter/src/aglgraph.c:1368:2: style: Variable 'yma' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/gui/XFilter/src/aglgraph.c:1367:2: note: Variable 'yma' is reassigned a value before the old one has been used.
17FEBpl1.2/gui/XFilter/src/aglgraph.c:1368:2: note: Variable 'yma' is reassigned a value before the old one has been used.
17FEBpl1.2/gui/XFilter/src/aglgraph.c:192:7: style: The scope of the variable 'str' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/aglgraph.c:192:17: style: The scope of the variable 'str1' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/aglgraph.c:193:8: style: The scope of the variable 'xmi' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/aglgraph.c:193:12: style: The scope of the variable 'ymi' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/aglgraph.c:193:16: style: The scope of the variable 'xma' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/aglgraph.c:193:20: style: The scope of the variable 'yma' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/aglgraph.c:228:6: style: The scope of the variable 'str' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/aglgraph.c:228:16: style: The scope of the variable 'str1' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/aglgraph.c:276:6: style: The scope of the variable 'str' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/aglgraph.c:276:16: style: The scope of the variable 'str1' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/aglgraph.c:323:6: style: The scope of the variable 'str' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/aglgraph.c:323:16: style: The scope of the variable 'str1' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/aglgraph.c:323:25: style: The scope of the variable 'sky_nm' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/aglgraph.c:325:5: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/aglgraph.c:325:7: style: The scope of the variable 'l' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/aglgraph.c:363:6: style: The scope of the variable 'str' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/aglgraph.c:363:16: style: The scope of the variable 'str1' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/aglgraph.c:363:25: style: The scope of the variable 'grism_nm' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/aglgraph.c:365:5: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/aglgraph.c:365:7: style: The scope of the variable 'l' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/aglgraph.c:400:6: style: The scope of the variable 'str' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/aglgraph.c:400:16: style: The scope of the variable 'str1' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/aglgraph.c:400:25: style: The scope of the variable 'mirror_nm' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/aglgraph.c:401:7: style: The scope of the variable 'xmi' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/aglgraph.c:401:15: style: The scope of the variable 'xma' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/aglgraph.c:402:5: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/aglgraph.c:402:7: style: The scope of the variable 'l' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/aglgraph.c:440:6: style: The scope of the variable 'str' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/aglgraph.c:440:16: style: The scope of the variable 'str1' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/aglgraph.c:440:25: style: The scope of the variable 'optics_nm' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/aglgraph.c:441:7: style: The scope of the variable 'xmi' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/aglgraph.c:441:15: style: The scope of the variable 'xma' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/aglgraph.c:442:5: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/aglgraph.c:442:7: style: The scope of the variable 'l' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/aglgraph.c:479:14: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/aglgraph.c:480:6: style: The scope of the variable 'str' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/aglgraph.c:480:16: style: The scope of the variable 'str1' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/aglgraph.c:519:23: style: The scope of the variable 'xbias' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/aglgraph.c:520:6: style: The scope of the variable 'str' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/aglgraph.c:520:16: style: The scope of the variable 'str1' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/aglgraph.c:559:7: style: The scope of the variable 'str' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/aglgraph.c:614:23: style: The scope of the variable 'pleak_nm' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/aglgraph.c:614:43: style: The scope of the variable 'pleak_t' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/aglgraph.c:615:8: style: The scope of the variable 'dpleak_nm' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/aglgraph.c:615:29: style: The scope of the variable 'dpleak_t' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/aglgraph.c:733:6: style: The scope of the variable 'str' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/aglgraph.c:854:14: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/aglgraph.c:255:4: error: Buffer is accessed out of bounds: str [bufferAccessOutOfBounds]
17FEBpl1.2/gui/XFilter/src/aglgraph.c:303:4: error: Buffer is accessed out of bounds: str [bufferAccessOutOfBounds]
17FEBpl1.2/gui/XFilter/src/aglgraph.c:339:4: error: Buffer is accessed out of bounds: str [bufferAccessOutOfBounds]
17FEBpl1.2/gui/XFilter/src/aglgraph.c:379:4: error: Buffer is accessed out of bounds: str [bufferAccessOutOfBounds]
17FEBpl1.2/gui/XFilter/src/aglgraph.c:419:4: error: Buffer is accessed out of bounds: str [bufferAccessOutOfBounds]
17FEBpl1.2/gui/XFilter/src/aglgraph.c:459:4: error: Buffer is accessed out of bounds: str [bufferAccessOutOfBounds]
17FEBpl1.2/gui/XFilter/src/aglgraph.c:496:4: error: Buffer is accessed out of bounds: str [bufferAccessOutOfBounds]
17FEBpl1.2/gui/XFilter/src/create_bbody.c:69:11: style: The scope of the variable 'x' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/create_bbody.c:69:13: style: The scope of the variable 'y' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/create_bbody.c:92:33: style: Expression 'exp(x) - 1' can be replaced by 'expm1(x)' to avoid loss of precision. [unpreciseMathCall]
17FEBpl1.2/gui/XFilter/src/def_inst.c:57:12: style: The scope of the variable 'bf' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/def_inst.c:59:15: style: The scope of the variable 'bfilter' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/def_inst.c:59:27: style: The scope of the variable 'first' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/def_inst.c:59:37: style: The scope of the variable 'second' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/def_inst.c:59:48: style: The scope of the variable 'third' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/def_inst.c:60:5: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/def_inst.c:134:18: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
17FEBpl1.2/gui/XFilter/src/def_inst.c:141:25: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
17FEBpl1.2/gui/XFilter/src/def_inst.c:148:25: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
17FEBpl1.2/gui/XFilter/src/def_inst.c:155:25: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
17FEBpl1.2/gui/XFilter/src/def_inst.c:162:25: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
17FEBpl1.2/gui/XFilter/src/def_inst.c:169:25: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
17FEBpl1.2/gui/XFilter/src/def_inst.c:176:25: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
17FEBpl1.2/gui/XFilter/src/def_inst.c:183:25: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
17FEBpl1.2/gui/XFilter/src/def_inst.c:190:25: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
17FEBpl1.2/gui/XFilter/src/def_inst.c:197:25: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
17FEBpl1.2/gui/XFilter/src/do_convo.c:73:25: style: The scope of the variable 'yf' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/do_convo.c:73:28: style: The scope of the variable 'ys' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/do_convo.c:73:31: style: The scope of the variable 'sums' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/do_convo.c:73:36: style: The scope of the variable 'sumf' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/do_convo.c:73:41: style: The scope of the variable 'sumsf' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/do_convo.c:76:23: style: The scope of the variable 'ydiff' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/do_convo.c:77:7: style: The scope of the variable 'snr' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/do_convo.c:78:6: style: The scope of the variable 'am' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/do_creafilter.c:55:7: style: The scope of the variable 'I' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/do_trans.c:98:14: error: Expression 'yr[i]*=yr[i]*=interpol(xr[i],Xmir,Ymir,Nmir)' depends on order of evaluation of side effects [unknownEvaluationOrder]
17FEBpl1.2/gui/XFilter/src/lec_data.c:54:14: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/load_filt.c:53:5: style: The scope of the variable 'end' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/load_filt.c:54:15: style: The scope of the variable 'first' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/load_filt.c:54:25: style: The scope of the variable 'second' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/load_filt.c:69:1: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
17FEBpl1.2/gui/XFilter/src/load_mod.c:53:8: style: The scope of the variable 'end' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/load_mod.c:54:15: style: The scope of the variable 'first' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/load_mod.c:54:25: style: The scope of the variable 'second' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/load_mod.c:76:1: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
17FEBpl1.2/gui/XFilter/src/load_mod.c:84:3: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
17FEBpl1.2/gui/XFilter/src/misc.c:375:13: style: The scope of the variable 's' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/misc.c:357:0: warning: Storing getc() return value in char variable and then comparing with EOF. [checkCastIntToCharAndBack]
17FEBpl1.2/gui/XFilter/src/misc.c:360:0: warning: Storing getc() return value in char variable and then comparing with EOF. [checkCastIntToCharAndBack]
17FEBpl1.2/gui/XFilter/src/misc.c:388:0: warning: Storing getc() return value in char variable and then comparing with EOF. [checkCastIntToCharAndBack]
17FEBpl1.2/gui/XFilter/src/misc.c:416:0: warning: Storing getc() return value in char variable and then comparing with EOF. [checkCastIntToCharAndBack]
17FEBpl1.2/gui/XFilter/src/misc.c:419:0: warning: Storing getc() return value in char variable and then comparing with EOF. [checkCastIntToCharAndBack]
17FEBpl1.2/gui/XFilter/src/misc.c:180:10: error: Uninitialized variable: s [uninitvar]
17FEBpl1.2/gui/XFilter/src/misc.c:208:10: error: Uninitialized variable: s [uninitvar]
17FEBpl1.2/gui/XFilter/src/misc.c:246:10: error: Uninitialized variable: s [uninitvar]
17FEBpl1.2/gui/XFilter/src/misc.c:315:10: error: Uninitialized variable: s [uninitvar]
17FEBpl1.2/gui/XFilter/src/misc.c:332:10: error: Uninitialized variable: s [uninitvar]
17FEBpl1.2/gui/XFilter/src/random.c:197:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
17FEBpl1.2/gui/XFilter/src/random.c:108:14: style: The scope of the variable 'sq' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/random.c:108:17: style: The scope of the variable 'alxm' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/random.c:109:13: style: The scope of the variable 'y' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/random.c:157:19: style: The scope of the variable 'half' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/random.c:157:27: style: The scope of the variable 'one' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/random.c:157:34: style: The scope of the variable 'fpf' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/random.c:157:42: style: The scope of the variable 'x' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/random.c:157:44: style: The scope of the variable 'tmp' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/random.c:157:48: style: The scope of the variable 'ser' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/random.c:160:12: style: The scope of the variable 'gama1' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/random.c:161:5: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/read.c:105:5: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/read_filtchar.c:56:6: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/read_filtchar.c:56:10: style: The scope of the variable 'leak' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/read_filtchar.c:59:6: style: The scope of the variable 'line' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/read_filtchar.c:117:1: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
17FEBpl1.2/gui/XFilter/src/read_trans.c:52:14: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/read_trans.c:52:17: style: The scope of the variable 'j' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/read_trans.c:53:12: style: The scope of the variable 'ncom' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/read_trans.c:53:18: style: The scope of the variable 'letter' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/read_trans.c:55:12: style: The scope of the variable 'max' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/read_trans.c:56:13: style: The scope of the variable 'ymax' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/read_trans.c:130:14: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/read_trans.c:130:17: style: The scope of the variable 'j' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/read_trans.c:131:12: style: The scope of the variable 'ncom' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/read_trans.c:131:18: style: The scope of the variable 'letter' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/read_trans.c:108:12: style: Variable 'ymax' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XFilter/src/read_trans.c:67:28: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
17FEBpl1.2/gui/XFilter/src/read_trans.c:142:28: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
17FEBpl1.2/gui/XFilter/src/save_curve.c:54:6: style: The scope of the variable 'term' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/save_filt.c:50:6: style: The scope of the variable 'term' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/search.c:98:8: warning: Either the condition 'out!=(FILE*)0' is redundant or there is possible null pointer dereference: out. [nullPointerRedundantCheck]
17FEBpl1.2/gui/XFilter/src/search.c:94:9: note: Assuming that condition 'out!=(FILE*)0' is not redundant
17FEBpl1.2/gui/XFilter/src/search.c:98:8: note: Null pointer dereference
17FEBpl1.2/gui/XFilter/src/search.c:90:14: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/search.c:151:7: style: The scope of the variable 'nid' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/search.c:220:7: style: The scope of the variable 'List' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/search.c:261:7: style: The scope of the variable 'nid' can be reduced. [variableScope]
17FEBpl1.2/gui/XFilter/src/set_grism.c:53:9: style: The scope of the variable 'am' can be reduced. [variableScope]
17FEBpl1.2/gui/XHelp/src/ApplicWindow.c:374:5: style: The scope of the variable 'relpos' can be reduced. [variableScope]
17FEBpl1.2/gui/XHelp/src/ApplicWindow.c:624:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/ApplicWindow.c:643:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/ApplicWindow.c:671:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/ApplicWindow.c:692:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/ApplicWindow.c:719:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/ApplicWindow.c:736:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/ApplicWindow.c:755:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/ApplicWindow.c:773:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/ApplicWindow.c:790:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/ApplicWindow.c:807:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/ApplicWindow.c:824:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/ApplicWindow.c:841:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/ApplicWindow.c:847:9: style: Variable 'stat' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/ApplicWindow.c:865:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/ApplicWindow.c:883:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/ApplicWindow.c:900:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/ApplicWindow.c:915:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/ApplicWindow.c:933:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/ApplicWindow.c:948:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/ApplicWindow.c:963:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/ApplicWindow.c:978:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/ApplicWindow.c:995:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/ApplicWindow.c:1017:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/ApplicWindow.c:1025:9: style: Variable 'stat' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/ApplicWindow.c:1043:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/ApplicWindow.c:1060:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/ApplicWindow.c:1082:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/ApplicWindow.c:1103:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/ApplicWindow.c:1120:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/ApplicWindow.c:1154:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/ApplicWindow.c:1176:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/ApplicWindow.c:1202:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/ApplicWindow.c:1224:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/ApplicWindow.c:1250:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/ApplicWindow.c:1944:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/comm_monit.c:73:9: style: The scope of the variable 'indx' can be reduced. [variableScope]
17FEBpl1.2/gui/XHelp/src/transientShell1.c:469:10: style: Condition 'dbx==1' is always false [knownConditionTrueFalse]
17FEBpl1.2/gui/XHelp/src/transientShell1.c:421:14: note: Assignment 'dbx=0', assigned value is 0
17FEBpl1.2/gui/XHelp/src/transientShell1.c:469:10: note: Condition 'dbx==1' is always false
17FEBpl1.2/gui/XHelp/src/transientShell1.c:472:10: style: Condition 'dbx==1' is always false [knownConditionTrueFalse]
17FEBpl1.2/gui/XHelp/src/transientShell1.c:421:14: note: Assignment 'dbx=0', assigned value is 0
17FEBpl1.2/gui/XHelp/src/transientShell1.c:472:10: note: Condition 'dbx==1' is always false
17FEBpl1.2/gui/XHelp/src/transientShell1.c:498:10: style: Condition 'dbx==1' is always false [knownConditionTrueFalse]
17FEBpl1.2/gui/XHelp/src/transientShell1.c:421:14: note: Assignment 'dbx=0', assigned value is 0
17FEBpl1.2/gui/XHelp/src/transientShell1.c:498:10: note: Condition 'dbx==1' is always false
17FEBpl1.2/gui/XHelp/src/transientShell1.c:504:10: style: Condition 'dbx==1' is always false [knownConditionTrueFalse]
17FEBpl1.2/gui/XHelp/src/transientShell1.c:421:14: note: Assignment 'dbx=0', assigned value is 0
17FEBpl1.2/gui/XHelp/src/transientShell1.c:504:10: note: Condition 'dbx==1' is always false
17FEBpl1.2/gui/XHelp/src/transientShell1.c:418:14: style: The scope of the variable 'lenf' can be reduced. [variableScope]
17FEBpl1.2/gui/XHelp/src/transientShell1.c:418:20: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/gui/XHelp/src/transientShell1.c:543:6: style: The scope of the variable 'command' can be reduced. [variableScope]
17FEBpl1.2/gui/XHelp/src/transientShell1.c:544:7: style: The scope of the variable 'fpin' can be reduced. [variableScope]
17FEBpl1.2/gui/XHelp/src/transientShell1.c:545:6: style: The scope of the variable 'input' can be reduced. [variableScope]
17FEBpl1.2/gui/XHelp/src/transientShell1.c:545:13: style: The scope of the variable 'pos' can be reduced. [variableScope]
17FEBpl1.2/gui/XHelp/src/transientShell1.c:595:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/transientShell1.c:614:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/transientShell1.c:637:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/transientShell1.c:668:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/transientShell1.c:685:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/transientShell1.c:702:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/transientShell1.c:719:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/transientShell1.c:736:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/transientShell1.c:753:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/transientShell1.c:777:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/transientShell1.c:797:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/transientShell1.c:818:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/transientShell1.c:837:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/transientShell1.c:854:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/transientShell1.c:871:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/transientShell1.c:888:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/transientShell1.c:905:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/transientShell1.c:922:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/transientShell1.c:939:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/transientShell1.c:2076:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/transientShell2.c:375:8: style: The scope of the variable 'pos' can be reduced. [variableScope]
17FEBpl1.2/gui/XHelp/src/transientShell2.c:138:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/transientShell2.c:157:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/transientShell2.c:178:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/transientShell2.c:214:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/transientShell2.c:234:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/transientShell2.c:251:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/transientShell2.c:268:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/transientShell2.c:285:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/transientShell2.c:302:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/transientShell2.c:328:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/transientShell2.c:345:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/transientShell2.c:365:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/transientShell2.c:708:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/transientShell3.c:123:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/transientShell3.c:146:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/transientShell3.c:167:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/transientShell3.c:184:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/transientShell3.c:201:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/transientShell3.c:218:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/transientShell3.c:241:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/transientShell3.c:481:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/transientShell4.c:116:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/transientShell4.c:139:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/transientShell4.c:156:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/transientShell4.c:173:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/transientShell4.c:190:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/transientShell4.c:216:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/transientShell4.c:418:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/transientShell5.c:127:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/transientShell5.c:148:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/transientShell5.c:178:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/transientShell5.c:195:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/transientShell5.c:212:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/transientShell5.c:229:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/transientShell5.c:246:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/transientShell5.c:406:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/transientShell6.c:114:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/transientShell6.c:137:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/transientShell6.c:154:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/transientShell6.c:171:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/transientShell6.c:188:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/transientShell6.c:207:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/transientShell6.c:224:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/transientShell6.c:243:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XHelp/src/transientShell6.c:479:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIdent/src/ApplicWindow.c:189:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIdent/src/ApplicWindow.c:208:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIdent/src/ApplicWindow.c:227:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIdent/src/ApplicWindow.c:248:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIdent/src/ApplicWindow.c:263:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIdent/src/ApplicWindow.c:278:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIdent/src/ApplicWindow.c:293:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIdent/src/ApplicWindow.c:308:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIdent/src/ApplicWindow.c:323:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIdent/src/ApplicWindow.c:342:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIdent/src/ApplicWindow.c:357:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIdent/src/ApplicWindow.c:372:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIdent/src/ApplicWindow.c:387:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIdent/src/ApplicWindow.c:402:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIdent/src/ApplicWindow.c:443:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIdent/src/ApplicWindow.c:488:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIdent/src/ApplicWindow.c:531:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIdent/src/ApplicWindow.c:576:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIdent/src/ApplicWindow.c:951:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIdent/src/HelpShell.c:105:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIdent/src/HelpShell.c:251:31: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIdent/src/alloc.c:130:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/gui/XIdent/src/alloc.c:132:15: portability: Casting from double ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/gui/XIdent/src/alloc.c:140:15: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/gui/XIdent/src/alloc.c:180:12: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/gui/XIdent/src/alloc.c:182:15: portability: Casting from float ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/gui/XIdent/src/alloc.c:190:15: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/gui/XIdent/src/applic.c:368:23: style: The scope of the variable 'delta' can be reduced. [variableScope]
17FEBpl1.2/gui/XIdent/src/applic.c:434:30: style: The scope of the variable 'curr_delta' can be reduced. [variableScope]
17FEBpl1.2/gui/XIdent/src/misc.c:111:0: warning: Storing getc() return value in char variable and then comparing with EOF. [checkCastIntToCharAndBack]
17FEBpl1.2/gui/XIdent/src/misc.c:114:0: warning: Storing getc() return value in char variable and then comparing with EOF. [checkCastIntToCharAndBack]
17FEBpl1.2/gui/XIdent/src/spgrap.c:254:9: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/gui/XIdent/src/spgrap.c:224:15: style: The scope of the variable 'sum' can be reduced. [variableScope]
17FEBpl1.2/gui/XIrspec/src/CalibShell.c:177:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/CalibShell.c:194:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/CalibShell.c:211:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/CalibShell.c:228:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/CalibShell.c:245:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/CalibShell.c:274:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/CalibShell.c:290:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/CalibShell.c:306:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/CalibShell.c:322:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/CalibShell.c:338:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/CalibShell.c:355:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/CalibShell.c:372:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/CalibShell.c:389:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/CalibShell.c:405:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/CalibShell.c:899:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/ExtractShell.c:216:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/ExtractShell.c:299:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/ExtractShell.c:316:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/ExtractShell.c:333:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/ExtractShell.c:350:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/ExtractShell.c:370:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/ExtractShell.c:390:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/ExtractShell.c:1077:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/FluxShell.c:200:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/FluxShell.c:283:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/FluxShell.c:300:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/FluxShell.c:317:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/FluxShell.c:334:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/FluxShell.c:359:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/FluxShell.c:375:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/FluxShell.c:976:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/FluxTableShell.c:147:41: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/FluxTableShell.c:164:41: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/FluxTableShell.c:181:41: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/FluxTableShell.c:535:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/HelpShell.c:109:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/HelpShell.c:127:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/HelpShell.c:277:31: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/MainShell.c:239:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/MainShell.c:258:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/MainShell.c:277:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/MainShell.c:302:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/MainShell.c:373:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/MainShell.c:456:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/MainShell.c:475:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/MainShell.c:492:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/MainShell.c:509:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/MainShell.c:524:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/MainShell.c:539:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/MainShell.c:558:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/MainShell.c:573:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/MainShell.c:588:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/MainShell.c:603:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/MainShell.c:618:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/MainShell.c:633:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/MainShell.c:649:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/MainShell.c:664:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/MainShell.c:679:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/MainShell.c:694:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/MainShell.c:709:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/MainShell.c:726:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/MainShell.c:744:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/MainShell.c:763:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/MainShell.c:783:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/MainShell.c:801:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/MainShell.c:818:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/MainShell.c:837:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/MainShell.c:854:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/MainShell.c:882:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/MainShell.c:905:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/MainShell.c:928:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/MainShell.c:951:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/MainShell.c:974:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/MainShell.c:1663:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/MergeShell.c:147:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/MergeShell.c:164:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/MergeShell.c:521:32: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/SessionShell.c:108:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/SessionShell.c:125:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/SessionShell.c:142:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/SessionShell.c:288:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/StandardShell.c:221:40: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/StandardShell.c:304:40: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/StandardShell.c:321:40: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/StandardShell.c:338:40: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/StandardShell.c:363:40: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/StandardShell.c:379:40: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/StandardShell.c:395:40: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/StandardShell.c:411:40: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/StandardShell.c:427:40: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/StandardShell.c:443:40: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/StandardShell.c:1141:35: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/callback.c:335:63: style: The scope of the variable 'cmd1' can be reduced. [variableScope]
17FEBpl1.2/gui/XIrspec/src/callback.c:339:31: style: The scope of the variable 'ref' can be reduced. [variableScope]
17FEBpl1.2/gui/XIrspec/src/callback.c:342:11: style: The scope of the variable 'y1' can be reduced. [variableScope]
17FEBpl1.2/gui/XIrspec/src/callback.c:342:16: style: The scope of the variable 'y2' can be reduced. [variableScope]
17FEBpl1.2/gui/XIrspec/src/callback.c:342:21: style: The scope of the variable 'y3' can be reduced. [variableScope]
17FEBpl1.2/gui/XIrspec/src/callback.c:342:26: style: The scope of the variable 'y4' can be reduced. [variableScope]
17FEBpl1.2/gui/XIrspec/src/callback.c:344:11: style: The scope of the variable 'ydata' can be reduced. [variableScope]
17FEBpl1.2/gui/XIrspec/src/callback.c:476:11: style: The scope of the variable 'ref' can be reduced. [variableScope]
17FEBpl1.2/gui/XIrspec/src/cb_list.c:194:41: error: Undefined behavior: Variable 'file_out' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
17FEBpl1.2/gui/XIrspec/src/file.c:104:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
17FEBpl1.2/gui/XIrspec/src/file_list.c:104:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/file_list.c:123:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/file_list.c:142:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/file_list.c:281:31: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XIrspec/src/help.c:261:0: warning: Storing getc() return value in char variable and then comparing with EOF. [checkCastIntToCharAndBack]
17FEBpl1.2/gui/XIrspec/src/help.c:264:0: warning: Storing getc() return value in char variable and then comparing with EOF. [checkCastIntToCharAndBack]
17FEBpl1.2/gui/XLong/src/CalibShell.c:298:14: style: The scope of the variable 'newtext' can be reduced. [variableScope]
17FEBpl1.2/gui/XLong/src/CalibShell.c:198:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/CalibShell.c:251:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/CalibShell.c:294:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/CalibShell.c:327:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/CalibShell.c:358:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/CalibShell.c:390:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/CalibShell.c:422:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/CalibShell.c:451:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/CalibShell.c:482:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/CalibShell.c:513:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/CalibShell.c:544:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/CalibShell.c:572:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/CalibShell.c:600:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/CalibShell.c:622:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/CalibShell.c:649:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/CalibShell.c:674:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/CalibShell.c:692:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/CalibShell.c:714:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/CalibShell.c:736:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/CalibShell.c:758:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/CalibShell.c:789:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/CalibShell.c:811:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/CalibShell.c:832:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/CalibShell.c:852:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/CalibShell.c:1477:32: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/ExtractShell.c:221:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/ExtractShell.c:240:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/ExtractShell.c:258:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/ExtractShell.c:282:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/ExtractShell.c:335:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/ExtractShell.c:382:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/ExtractShell.c:399:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/ExtractShell.c:433:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/ExtractShell.c:452:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/ExtractShell.c:471:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/ExtractShell.c:490:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/ExtractShell.c:509:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/ExtractShell.c:537:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/ExtractShell.c:565:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/ExtractShell.c:596:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/ExtractShell.c:627:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/ExtractShell.c:658:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/ExtractShell.c:690:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/ExtractShell.c:721:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/ExtractShell.c:753:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/ExtractShell.c:784:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/ExtractShell.c:816:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/ExtractShell.c:847:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/ExtractShell.c:878:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/ExtractShell.c:909:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/ExtractShell.c:940:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/ExtractShell.c:1703:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/FluxShell.c:197:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/FluxShell.c:250:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/FluxShell.c:269:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/FluxShell.c:286:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/FluxShell.c:306:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/FluxShell.c:325:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/FluxShell.c:345:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/FluxShell.c:365:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/FluxShell.c:384:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/FluxShell.c:404:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/FluxShell.c:424:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/FluxShell.c:453:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/FluxShell.c:482:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/FluxShell.c:511:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/FluxShell.c:539:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/FluxShell.c:567:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/FluxShell.c:599:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/FluxShell.c:1209:31: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/HelpShell.c:105:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/HelpShell.c:251:31: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/MainShell.c:240:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/MainShell.c:259:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/MainShell.c:278:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/MainShell.c:302:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/MainShell.c:353:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/MainShell.c:371:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/MainShell.c:394:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/MainShell.c:421:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/MainShell.c:443:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/MainShell.c:458:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/MainShell.c:473:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/MainShell.c:492:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/MainShell.c:507:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/MainShell.c:522:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/MainShell.c:537:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/MainShell.c:552:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/MainShell.c:567:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/MainShell.c:593:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/MainShell.c:608:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/MainShell.c:623:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/MainShell.c:638:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/MainShell.c:653:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/MainShell.c:670:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/MainShell.c:702:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/MainShell.c:725:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/MainShell.c:742:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/MainShell.c:759:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/MainShell.c:776:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/MainShell.c:797:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/MainShell.c:828:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/MainShell.c:859:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/MainShell.c:890:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/MainShell.c:919:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/MainShell.c:1665:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/RebinShell.c:158:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/RebinShell.c:211:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/RebinShell.c:242:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/RebinShell.c:273:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/RebinShell.c:295:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/RebinShell.c:317:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/RebinShell.c:339:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/RebinShell.c:370:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/RebinShell.c:390:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/RebinShell.c:407:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/RebinShell.c:434:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/RebinShell.c:453:37: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/RebinShell.c:834:32: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/SearchShell.c:155:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/SearchShell.c:186:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/SearchShell.c:217:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/SearchShell.c:248:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/SearchShell.c:270:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/SearchShell.c:292:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/SearchShell.c:314:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/SearchShell.c:345:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/SearchShell.c:365:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/SearchShell.c:382:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/SearchShell.c:774:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/SessionShell.c:110:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/SessionShell.c:127:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/SessionShell.c:144:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/SessionShell.c:161:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/SessionShell.c:316:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/alloc.c:102:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/gui/XLong/src/alloc.c:104:15: portability: Casting from double ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/gui/XLong/src/alloc.c:112:15: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/gui/XLong/src/alloc.c:152:12: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/gui/XLong/src/alloc.c:154:15: portability: Casting from float ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/gui/XLong/src/alloc.c:162:15: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/gui/XLong/src/cb_list.c:111:25: style: The scope of the variable 'str' can be reduced. [variableScope]
17FEBpl1.2/gui/XLong/src/cb_list.c:157:40: error: Undefined behavior: Variable 'FileOut' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
17FEBpl1.2/gui/XLong/src/cb_list.c:183:40: error: Undefined behavior: Variable 'FileOut' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
17FEBpl1.2/gui/XLong/src/cb_list.c:199:40: error: Undefined behavior: Variable 'FileOut' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
17FEBpl1.2/gui/XLong/src/cb_list.c:209:40: error: Undefined behavior: Variable 'FileOut' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
17FEBpl1.2/gui/XLong/src/extin_dialog.c:113:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/extin_dialog.c:130:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/extin_dialog.c:147:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/extin_dialog.c:164:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/extin_dialog.c:187:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/extin_dialog.c:204:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/extin_dialog.c:389:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/file_list.c:105:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/file_list.c:124:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/file_list.c:143:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/file_list.c:282:31: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/file_selection.c:91:41: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/file_selection.c:109:41: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/file_selection.c:209:36: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/lincat_list.c:102:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/lincat_list.c:236:33: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/misc.c:494:0: warning: Storing getc() return value in char variable and then comparing with EOF. [checkCastIntToCharAndBack]
17FEBpl1.2/gui/XLong/src/misc.c:497:0: warning: Storing getc() return value in char variable and then comparing with EOF. [checkCastIntToCharAndBack]
17FEBpl1.2/gui/XLong/src/resid_dialog.c:116:8: style: The scope of the variable 'text' can be reduced. [variableScope]
17FEBpl1.2/gui/XLong/src/resid_dialog.c:111:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/resid_dialog.c:143:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/resid_dialog.c:160:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/gui/XLong/src/resid_dialog.c:324:34: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/install/unix/test/mathc.c:46:3: warning: Return value of function sin() is not used. [ignoredReturnValue]
17FEBpl1.2/install/unix/test/mathc.c:46:11: warning: Return value of function cos() is not used. [ignoredReturnValue]
17FEBpl1.2/install/unix/test/mathc.c:46:19: warning: Return value of function tan() is not used. [ignoredReturnValue]
17FEBpl1.2/install/unix/test/mathc.c:46:27: warning: Return value of function asin() is not used. [ignoredReturnValue]
17FEBpl1.2/install/unix/test/mathc.c:46:36: warning: Return value of function acos() is not used. [ignoredReturnValue]
17FEBpl1.2/install/unix/test/mathc.c:46:45: warning: Return value of function atan() is not used. [ignoredReturnValue]
17FEBpl1.2/install/unix/test/mathc.c:46:7: error: Uninitialized variable: x [uninitvar]
17FEBpl1.2/install/unix/test/string.c:53:11: style: Unused variable: s [unusedVariable]
17FEBpl1.2/install/unix/test/string.c:54:9: style: Unused variable: c [unusedVariable]
17FEBpl1.2/install/vms/mytest.c:34:9: style: The scope of the variable 'varg1' can be reduced. [variableScope]
17FEBpl1.2/install/vms/testvms.c:48:17: warning: Return value of function freopen() is not used. [ignoredReturnValue]
17FEBpl1.2/install/vms/testvms.c:49:17: warning: Return value of function freopen() is not used. [ignoredReturnValue]
17FEBpl1.2/libsrc/agl/ag_axes.c:300:16: style: The scope of the variable 'middle' can be reduced. [variableScope]
17FEBpl1.2/libsrc/agl/ag_axes.c:376:8: style: The scope of the variable 'XV' can be reduced. [variableScope]
17FEBpl1.2/libsrc/agl/ag_axes.c:376:13: style: The scope of the variable 'YV' can be reduced. [variableScope]
17FEBpl1.2/libsrc/agl/ag_axes.c:490:1: style: Variable 'xv' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/libsrc/agl/ag_axes.c:490:22: style: Variable 'yv' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/libsrc/agl/ag_axis.c:240:8: style: The scope of the variable 'stop' can be reduced. [variableScope]
17FEBpl1.2/libsrc/agl/ag_axis.c:246:7: style: The scope of the variable 'Mjt' can be reduced. [variableScope]
17FEBpl1.2/libsrc/agl/ag_cdef.c:83:14: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/libsrc/agl/ag_cdef.c:83:2: style: Variable 'is' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/libsrc/agl/ag_cdef.c:82:2: note: Variable 'is' is reassigned a value before the old one has been used.
17FEBpl1.2/libsrc/agl/ag_cdef.c:83:2: note: Variable 'is' is reassigned a value before the old one has been used.
17FEBpl1.2/libsrc/agl/ag_cdef.c:69:5: style: The scope of the variable 'is' can be reduced. [variableScope]
17FEBpl1.2/libsrc/agl/ag_esc.c:75:2: style: Variable 'is' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/libsrc/agl/ag_esc.c:74:2: note: Variable 'is' is reassigned a value before the old one has been used.
17FEBpl1.2/libsrc/agl/ag_esc.c:75:2: note: Variable 'is' is reassigned a value before the old one has been used.
17FEBpl1.2/libsrc/agl/ag_esc.c:76:2: style: Variable 'is' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/libsrc/agl/ag_esc.c:75:2: note: Variable 'is' is reassigned a value before the old one has been used.
17FEBpl1.2/libsrc/agl/ag_esc.c:76:2: note: Variable 'is' is reassigned a value before the old one has been used.
17FEBpl1.2/libsrc/agl/ag_esc.c:65:7: style: The scope of the variable 'is' can be reduced. [variableScope]
17FEBpl1.2/libsrc/agl/ag_fill.c:78:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
17FEBpl1.2/libsrc/agl/ag_fill.c:167:5: style: The scope of the variable 'ncross' can be reduced. [variableScope]
17FEBpl1.2/libsrc/agl/ag_gtxt.c:244:2: style: Variable 'is' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/libsrc/agl/ag_gtxt.c:243:2: note: Variable 'is' is reassigned a value before the old one has been used.
17FEBpl1.2/libsrc/agl/ag_gtxt.c:244:2: note: Variable 'is' is reassigned a value before the old one has been used.
17FEBpl1.2/libsrc/agl/ag_gtxt.c:245:2: style: Variable 'is' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/libsrc/agl/ag_gtxt.c:244:2: note: Variable 'is' is reassigned a value before the old one has been used.
17FEBpl1.2/libsrc/agl/ag_gtxt.c:245:2: note: Variable 'is' is reassigned a value before the old one has been used.
17FEBpl1.2/libsrc/agl/ag_gtxt.c:246:2: style: Variable 'is' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/libsrc/agl/ag_gtxt.c:245:2: note: Variable 'is' is reassigned a value before the old one has been used.
17FEBpl1.2/libsrc/agl/ag_gtxt.c:246:2: note: Variable 'is' is reassigned a value before the old one has been used.
17FEBpl1.2/libsrc/agl/ag_gtxt.c:247:2: style: Variable 'is' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/libsrc/agl/ag_gtxt.c:246:2: note: Variable 'is' is reassigned a value before the old one has been used.
17FEBpl1.2/libsrc/agl/ag_gtxt.c:247:2: note: Variable 'is' is reassigned a value before the old one has been used.
17FEBpl1.2/libsrc/agl/ag_hist.c:140:5: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/libsrc/agl/ag_iset.c:63:14: style: The scope of the variable 'modnam' can be reduced. [variableScope]
17FEBpl1.2/libsrc/agl/ag_nlin.c:460:7: style: The scope of the variable 'string' can be reduced. [variableScope]
17FEBpl1.2/libsrc/agl/ag_nlin.c:461:6: style: The scope of the variable 'qct' can be reduced. [variableScope]
17FEBpl1.2/libsrc/agl/ag_nlin.c:1364:16: style: The scope of the variable 'middle' can be reduced. [variableScope]
17FEBpl1.2/libsrc/agl/ag_orax.c:243:8: style: The scope of the variable 'wnd' can be reduced. [variableScope]
17FEBpl1.2/libsrc/agl/ag_orax.c:244:9: style: The scope of the variable 'sina' can be reduced. [variableScope]
17FEBpl1.2/libsrc/agl/ag_orax.c:244:14: style: The scope of the variable 'cosa' can be reduced. [variableScope]
17FEBpl1.2/libsrc/agl/ag_rset.c:61:14: style: The scope of the variable 'modnam' can be reduced. [variableScope]
17FEBpl1.2/libsrc/agl/ag_sset.c:249:3: style: Variable 'is' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/libsrc/agl/ag_sset.c:248:3: note: Variable 'is' is reassigned a value before the old one has been used.
17FEBpl1.2/libsrc/agl/ag_sset.c:249:3: note: Variable 'is' is reassigned a value before the old one has been used.
17FEBpl1.2/libsrc/agl/ag_sset.c:250:3: style: Variable 'is' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/libsrc/agl/ag_sset.c:249:3: note: Variable 'is' is reassigned a value before the old one has been used.
17FEBpl1.2/libsrc/agl/ag_sset.c:250:3: note: Variable 'is' is reassigned a value before the old one has been used.
17FEBpl1.2/libsrc/agl/ag_vers.c:61:5: style: The scope of the variable 'is' can be reduced. [variableScope]
17FEBpl1.2/libsrc/agl/ag_vn2u.c:66:14: style: The scope of the variable 'modnam' can be reduced. [variableScope]
17FEBpl1.2/libsrc/agl/ag_wdef.c:78:14: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/libsrc/agl/ag_wdef.c:78:2: style: Variable 'is' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/libsrc/agl/ag_wdef.c:77:2: note: Variable 'is' is reassigned a value before the old one has been used.
17FEBpl1.2/libsrc/agl/ag_wdef.c:78:2: note: Variable 'is' is reassigned a value before the old one has been used.
17FEBpl1.2/libsrc/agl/ag_wdef.c:65:5: style: The scope of the variable 'is' can be reduced. [variableScope]
17FEBpl1.2/libsrc/agl/aglaxutl.c:328:5: style: The scope of the variable 'ipmax' can be reduced. [variableScope]
17FEBpl1.2/libsrc/agl/aglaxutl.c:328:11: style: The scope of the variable 'ipmin' can be reduced. [variableScope]
17FEBpl1.2/libsrc/agl/agldash.c:168:8: style: The scope of the variable 'dx' can be reduced. [variableScope]
17FEBpl1.2/libsrc/agl/agldash.c:168:11: style: The scope of the variable 'dy' can be reduced. [variableScope]
17FEBpl1.2/libsrc/agl/agldash.c:168:14: style: The scope of the variable 'distance' can be reduced. [variableScope]
17FEBpl1.2/libsrc/agl/agldash.c:226:10: style: The scope of the variable 'xs' can be reduced. [variableScope]
17FEBpl1.2/libsrc/agl/agldash.c:226:13: style: The scope of the variable 'ys' can be reduced. [variableScope]
17FEBpl1.2/libsrc/agl/aglinit.c:215:5: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/libsrc/agl/aglinit.c:399:7: style: The scope of the variable 'wrk' can be reduced. [variableScope]
17FEBpl1.2/libsrc/agl/aglinit.c:462:9: style: The scope of the variable 'kk' can be reduced. [variableScope]
17FEBpl1.2/libsrc/agl/aglinit.c:529:6: style: The scope of the variable 'driv' can be reduced. [variableScope]
17FEBpl1.2/libsrc/agl/aglinit.c:535:19: style: The scope of the variable 'id' can be reduced. [variableScope]
17FEBpl1.2/libsrc/agl/aglstat.c:310:8: style: The scope of the variable 'xbot' can be reduced. [variableScope]
17FEBpl1.2/libsrc/agl/aglstat.c:310:13: style: The scope of the variable 'xtop' can be reduced. [variableScope]
17FEBpl1.2/libsrc/agl/aglstat.c:310:18: style: The scope of the variable 'ybot' can be reduced. [variableScope]
17FEBpl1.2/libsrc/agl/aglstat.c:310:23: style: The scope of the variable 'ytop' can be reduced. [variableScope]
17FEBpl1.2/libsrc/agl/aglvms.c:65:15: style: The scope of the variable 'dst' can be reduced. [variableScope]
17FEBpl1.2/libsrc/agl/ascii2mf.c:136:22: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR != '\0'' is always true. [redundantCondition]
17FEBpl1.2/libsrc/agl/ascii2mf.c:415:7: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
17FEBpl1.2/libsrc/agl/ascii2mf.c:452:15: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/libsrc/agl/ascii2mf.c:146:16: style: The scope of the variable 'middle' can be reduced. [variableScope]
17FEBpl1.2/libsrc/agl/ascii2mf.c:137:10: warning: Char literal compared with pointer 'chstrg'. Did you intend to dereference it? [charLiteralWithCharPtrCompare]
17FEBpl1.2/libsrc/agl/ascii2mf.c:232:2: warning: scanf() without field width limits can crash with huge input data. [invalidscanf]
17FEBpl1.2/libsrc/agl/ascii2mf.c:253:2: warning: scanf() without field width limits can crash with huge input data. [invalidscanf]
17FEBpl1.2/libsrc/agl/ascii2mf.c:248:0: error: Resource leak: in [resourceLeak]
17FEBpl1.2/libsrc/agl/ascii2mf.c:199:1: error: Uninitialized variable: xxx [uninitvar]
17FEBpl1.2/libsrc/agl/ididrv.c:205:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/libsrc/agl/ididrv.c:199:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/libsrc/agl/ididrv.c:205:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/libsrc/agl/ididrv.c:211:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/libsrc/agl/ididrv.c:205:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/libsrc/agl/ididrv.c:211:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/libsrc/agl/ididrv.c:217:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/libsrc/agl/ididrv.c:211:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/libsrc/agl/ididrv.c:217:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/libsrc/agl/ididrv.c:182:7: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/libsrc/agl/ididrv.c:181:7: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/libsrc/agl/ididrv.c:182:7: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/libsrc/agl/ididrv.c:247:2: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/libsrc/agl/ididrv.c:242:2: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/libsrc/agl/ididrv.c:247:2: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/libsrc/agl/ididrv.c:330:3: style: Variable 'idid' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/libsrc/agl/ididrv.c:324:3: note: Variable 'idid' is reassigned a value before the old one has been used.
17FEBpl1.2/libsrc/agl/ididrv.c:330:3: note: Variable 'idid' is reassigned a value before the old one has been used.
17FEBpl1.2/libsrc/agl/ididrv.c:519:5: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/libsrc/agl/ididrv.c:521:5: style: The scope of the variable 'lxx' can be reduced. [variableScope]
17FEBpl1.2/libsrc/agl/ididrv.c:521:14: style: The scope of the variable 'lyy' can be reduced. [variableScope]
17FEBpl1.2/libsrc/agl/ididrv.c:523:8: style: The scope of the variable 'vectx' can be reduced. [variableScope]
17FEBpl1.2/libsrc/agl/ididrv.c:523:16: style: The scope of the variable 'vecty' can be reduced. [variableScope]
17FEBpl1.2/libsrc/agl/ididrv.c:249:6: style: Variable 'stat' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/libsrc/agl/mf2ascii.c:254:3: style: Variable 'ic' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/libsrc/agl/mf2ascii.c:253:3: note: Variable 'ic' is reassigned a value before the old one has been used.
17FEBpl1.2/libsrc/agl/mf2ascii.c:254:3: note: Variable 'ic' is reassigned a value before the old one has been used.
17FEBpl1.2/libsrc/agl/mf2ascii.c:274:3: style: Variable 'ic' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/libsrc/agl/mf2ascii.c:273:3: note: Variable 'ic' is reassigned a value before the old one has been used.
17FEBpl1.2/libsrc/agl/mf2ascii.c:274:3: note: Variable 'ic' is reassigned a value before the old one has been used.
17FEBpl1.2/libsrc/agl/mf2ascii.c:275:3: style: Variable 'ic' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/libsrc/agl/mf2ascii.c:274:3: note: Variable 'ic' is reassigned a value before the old one has been used.
17FEBpl1.2/libsrc/agl/mf2ascii.c:275:3: note: Variable 'ic' is reassigned a value before the old one has been used.
17FEBpl1.2/libsrc/agl/mf2ascii.c:182:2: warning: scanf() without field width limits can crash with huge input data. [invalidscanf]
17FEBpl1.2/libsrc/agl/mf2ascii.c:200:2: warning: scanf() without field width limits can crash with huge input data. [invalidscanf]
17FEBpl1.2/libsrc/agl/mf2ascii.c:195:0: error: Resource leak: in [resourceLeak]
17FEBpl1.2/libsrc/agl/plotv80.c:195:7: style: The scope of the variable 'nout' can be reduced. [variableScope]
17FEBpl1.2/libsrc/agl/plotv80.c:195:12: style: The scope of the variable 'ndone' can be reduced. [variableScope]
17FEBpl1.2/libsrc/agl/plotv80.c:198:18: style: The scope of the variable 'pt' can be reduced. [variableScope]
17FEBpl1.2/libsrc/agl/plotv80.c:337:9: style: The scope of the variable 'pt' can be reduced. [variableScope]
17FEBpl1.2/libsrc/agl/plotv80.c:138:18: style: Unused variable: pt [unusedVariable]
17FEBpl1.2/libsrc/agl/plotv80.c:197:12: style: Unused variable: res [unusedVariable]
17FEBpl1.2/libsrc/agl/plotv80.c:200:8: style: Variable 'leng' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/libsrc/agl/plotv80.c:318:16: style: Variable 'wdend' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/libsrc/agl/pscrdrv.c:556:5: style: The scope of the variable 'xx' can be reduced. [variableScope]
17FEBpl1.2/libsrc/agl/pscrdrv.c:556:8: style: The scope of the variable 'yy' can be reduced. [variableScope]
17FEBpl1.2/libsrc/agl/pscrdrv.c:557:5: style: The scope of the variable 'x0' can be reduced. [variableScope]
17FEBpl1.2/libsrc/agl/pscrdrv.c:557:8: style: The scope of the variable 'y0' can be reduced. [variableScope]
17FEBpl1.2/libsrc/agl/rastdrv.c:320:8: style: The scope of the variable 'wdsav' can be reduced. [variableScope]
17FEBpl1.2/libsrc/agl/rastdrv.c:320:14: style: The scope of the variable 'lnsav' can be reduced. [variableScope]
17FEBpl1.2/libsrc/agl/rastdrv.c:321:12: style: The scope of the variable 'wd1' can be reduced. [variableScope]
17FEBpl1.2/libsrc/agl/rastdrv.c:321:20: style: The scope of the variable 'ln1' can be reduced. [variableScope]
17FEBpl1.2/libsrc/agl/rastdrv.c:322:5: style: The scope of the variable 'lnc0' can be reduced. [variableScope]
17FEBpl1.2/libsrc/agl/rastdrv.c:322:10: style: The scope of the variable 'lnc1' can be reduced. [variableScope]
17FEBpl1.2/libsrc/agl/rastdrv.c:362:10: style: The scope of the variable 'startstrip' can be reduced. [variableScope]
17FEBpl1.2/libsrc/agl/sendv80.c:72:9: style: The scope of the variable 'counter' can be reduced. [variableScope]
17FEBpl1.2/libsrc/agl/sendv80.c:122:7: style: The scope of the variable 'nout' can be reduced. [variableScope]
17FEBpl1.2/libsrc/agl/tekdrv.c:380:7: style: The scope of the variable 'nbytes' can be reduced. [variableScope]
17FEBpl1.2/libsrc/agl/tekdrv.c:518:13: style: The scope of the variable 'cnt' can be reduced. [variableScope]
17FEBpl1.2/libsrc/agl/tekdrv.c:600:14: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/libsrc/agl/tekdrv.c:290:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
17FEBpl1.2/libsrc/agl/versatec.c:219:7: style: The scope of the variable 'nout' can be reduced. [variableScope]
17FEBpl1.2/libsrc/agl/versatec.c:220:8: style: The scope of the variable 'ndone' can be reduced. [variableScope]
17FEBpl1.2/libsrc/agl/versatec.c:221:18: style: The scope of the variable 'pt' can be reduced. [variableScope]
17FEBpl1.2/libsrc/agl/versatec.c:349:9: style: The scope of the variable 'pt' can be reduced. [variableScope]
17FEBpl1.2/libsrc/agl/versatec.c:330:16: style: Variable 'wdend' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/libsrc/astro/ast_cotr.c:273:18: style: The scope of the variable 'val' can be reduced. [variableScope]
17FEBpl1.2/libsrc/astro/ast_error.c:154:17: style: The scope of the variable 'p' can be reduced. [variableScope]
17FEBpl1.2/libsrc/astro/ast_error.c:155:16: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/libsrc/astro/ast_error.c:285:7: style: The scope of the variable 'x' can be reduced. [variableScope]
17FEBpl1.2/libsrc/astro/ast_project.c:233:9: style: Unused variable: cosb [unusedVariable]
17FEBpl1.2/libsrc/astro/ast_project.c:233:15: style: Unused variable: l2 [unusedVariable]
17FEBpl1.2/libsrc/astro/ast_project.c:233:19: style: Unused variable: den [unusedVariable]
17FEBpl1.2/libsrc/astro/ast_project.c:234:9: style: Unused variable: ret [unusedVariable]
17FEBpl1.2/libsrc/astro/ast_trace.c:216:10: style: The scope of the variable 'flag' can be reduced. [variableScope]
17FEBpl1.2/libsrc/astro/ast_trace.c:364:14: style: The scope of the variable 'bad' can be reduced. [variableScope]
17FEBpl1.2/libsrc/astro/ast_trace.c:630:16: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/libsrc/astro/ast_trace.c:679:16: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/libsrc/astro/ast_trace.c:743:16: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/libsrc/astro/ast_trace.c:775:16: style: The scope of the variable 'x' can be reduced. [variableScope]
17FEBpl1.2/libsrc/astro/ast_trace.c:820:16: style: The scope of the variable 'x' can be reduced. [variableScope]
17FEBpl1.2/libsrc/astro/ast_traq.c:88:3: style: Variable 'n_decimals' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
17FEBpl1.2/libsrc/astro/ast_traq.c:82:3: note: Variable 'n_decimals' is reassigned a value before the old one has been used if variable is no semaphore variable.
17FEBpl1.2/libsrc/astro/ast_traq.c:88:3: note: Variable 'n_decimals' is reassigned a value before the old one has been used if variable is no semaphore variable.
17FEBpl1.2/libsrc/display/dco.c:199:14: style: The scope of the variable 'info_mes1' can be reduced. [variableScope]
17FEBpl1.2/libsrc/idi/cidi/x11/idilocal1.c:725:15: style: The scope of the variable 'bar' can be reduced. [variableScope]
17FEBpl1.2/libsrc/idi/cidi/x11/idilocal1.c:1025:14: style: The scope of the variable 'loop' can be reduced. [variableScope]
17FEBpl1.2/libsrc/idi/cidi/x11/idilocal1.c:1184:7: style: The scope of the variable 'total' can be reduced. [variableScope]
17FEBpl1.2/libsrc/idi/cidi/x11/idilocal1.c:1556:6: style: The scope of the variable 'k' can be reduced. [variableScope]
17FEBpl1.2/libsrc/idi/cidi/x11/idilocal1.c:1629:15: style: The scope of the variable 'plane_mask' can be reduced. [variableScope]
17FEBpl1.2/libsrc/idi/cidi/x11/idilocal1.c:1703:10: style: The scope of the variable 'np' can be reduced. [variableScope]
17FEBpl1.2/libsrc/idi/cidi/x11/idilocal2.c:1176:18: style: Condition 'lstyle!=0' is always false [knownConditionTrueFalse]
17FEBpl1.2/libsrc/idi/cidi/x11/idilocal2.c:1155:10: note: Assignment 'lstyle=0', assigned value is 0
17FEBpl1.2/libsrc/idi/cidi/x11/idilocal2.c:1176:18: note: Condition 'lstyle!=0' is always false
17FEBpl1.2/libsrc/idi/cidi/x11/idilocal2.c:464:10: style: The scope of the variable 'x0' can be reduced. [variableScope]
17FEBpl1.2/libsrc/idi/cidi/x11/idilocal2.c:669:12: style: The scope of the variable 'pixi' can be reduced. [variableScope]
17FEBpl1.2/libsrc/idi/cidi/x11/idilocal2.c:717:16: style: The scope of the variable 'tmpx' can be reduced. [variableScope]
17FEBpl1.2/libsrc/idi/cidi/x11/idilocal2.c:717:22: style: The scope of the variable 'tmpy' can be reduced. [variableScope]
17FEBpl1.2/libsrc/idi/cidi/x11/idilocal2.c:1342:20: style: The scope of the variable 'toff' can be reduced. [variableScope]
17FEBpl1.2/libsrc/idi/cidi/x11/idilocal2.c:1342:26: style: The scope of the variable 'x' can be reduced. [variableScope]
17FEBpl1.2/libsrc/idi/cidi/x11/idilocal2.c:1342:29: style: The scope of the variable 'y' can be reduced. [variableScope]
17FEBpl1.2/libsrc/idi/cidi/x11/idilocal2.c:1342:32: style: The scope of the variable 'np' can be reduced. [variableScope]
17FEBpl1.2/libsrc/idi/cidi/x11/idilocal2.c:1345:10: style: The scope of the variable 'cpntr' can be reduced. [variableScope]
17FEBpl1.2/libsrc/idi/cidi/x11/idilocal3.c:293:24: style: The scope of the variable 'tmpx' can be reduced. [variableScope]
17FEBpl1.2/libsrc/idi/cidi/x11/idilocal3.c:417:19: style: The scope of the variable 'tmpx' can be reduced. [variableScope]
17FEBpl1.2/libsrc/idi/cidi/x11/idilocal3.c:849:24: style: The scope of the variable 'tmpx' can be reduced. [variableScope]
17FEBpl1.2/libsrc/idi/cidi/x11/idilocal3.c:854:15: style: The scope of the variable 'fonts1' can be reduced. [variableScope]
17FEBpl1.2/libsrc/idi/cidi/x11/idilocal3.c:858:15: style: The scope of the variable 'fonts2' can be reduced. [variableScope]
17FEBpl1.2/libsrc/idi/cidi/x11/idilocal4.c:88:24: style: The scope of the variable 'p' can be reduced. [variableScope]
17FEBpl1.2/libsrc/idi/cidi/x11/idilocal4.c:145:24: style: The scope of the variable 'p' can be reduced. [variableScope]
17FEBpl1.2/libsrc/idi/cidi/x11/idilocal4.c:210:21: style: The scope of the variable 'qi' can be reduced. [variableScope]
17FEBpl1.2/libsrc/idi/cidi/x11/idilocal4.c:211:15: style: The scope of the variable 'pi' can be reduced. [variableScope]
17FEBpl1.2/libsrc/idi/cidi/x11/idilocal4.c:260:24: style: The scope of the variable 'p' can be reduced. [variableScope]
17FEBpl1.2/libsrc/idi/cidi/x11/idilocal4.c:261:23: style: The scope of the variable 'pi' can be reduced. [variableScope]
17FEBpl1.2/libsrc/idi/cidi/x11/idilocal4.c:262:17: style: The scope of the variable 'qi' can be reduced. [variableScope]
17FEBpl1.2/libsrc/idi/cidi/x11/idilocal4.c:276:10: style: Checking if unsigned variable 'ro' is less than zero. [unsignedLessThanZero]
17FEBpl1.2/libsrc/idi/cidi/x11/idilocal4.c:276:20: style: Checking if unsigned variable 'go' is less than zero. [unsignedLessThanZero]
17FEBpl1.2/libsrc/idi/cidi/x11/idilocal4.c:276:30: style: Checking if unsigned variable 'bo' is less than zero. [unsignedLessThanZero]
17FEBpl1.2/libsrc/idi/cidi/x11/idiutil1.c:667:7: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
17FEBpl1.2/libsrc/idi/cidi/x11/idiutil1.c:719:7: note: Found duplicate branches for 'if' and 'else'.
17FEBpl1.2/libsrc/idi/cidi/x11/idiutil1.c:667:7: note: Found duplicate branches for 'if' and 'else'.
17FEBpl1.2/libsrc/idi/cidi/x11/idiutil1.c:127:35: style: The scope of the variable 'cpntrb' can be reduced. [variableScope]
17FEBpl1.2/libsrc/idi/cidi/x11/idiutil1.c:240:17: style: The scope of the variable 'pixi' can be reduced. [variableScope]
17FEBpl1.2/libsrc/idi/cidi/x11/idiutil1.c:1127:16: style: The scope of the variable 'bval' can be reduced. [variableScope]
17FEBpl1.2/libsrc/idi/cidi/x11/idiutil1.c:1128:17: style: The scope of the variable 'cpntra' can be reduced. [variableScope]
17FEBpl1.2/libsrc/idi/cidi/x11/idiutil1.c:1138:10: style: Variable 'lutoff' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/libsrc/idi/cidi/x11/idiutil2.c:90:8: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/libsrc/idi/cidi/x11/idiutil2.c:90:11: style: The scope of the variable 'sx' can be reduced. [variableScope]
17FEBpl1.2/libsrc/idi/cidi/x11/idiutil2.c:90:15: style: The scope of the variable 'sy' can be reduced. [variableScope]
17FEBpl1.2/libsrc/idi/cidi/x11/idiutil2.c:90:19: style: The scope of the variable 'dx' can be reduced. [variableScope]
17FEBpl1.2/libsrc/idi/cidi/x11/idiutil2.c:90:23: style: The scope of the variable 'dy' can be reduced. [variableScope]
17FEBpl1.2/libsrc/idi/cidi/x11/idiutil2.c:92:13: style: The scope of the variable 'alph' can be reduced. [variableScope]
17FEBpl1.2/libsrc/idi/cidi/x11/idiutil2.c:150:8: style: The scope of the variable 'flag' can be reduced. [variableScope]
17FEBpl1.2/libsrc/idi/cidi/x11/idiutil2.c:150:14: style: The scope of the variable 'sx' can be reduced. [variableScope]
17FEBpl1.2/libsrc/idi/cidi/x11/idiutil2.c:150:18: style: The scope of the variable 'sy' can be reduced. [variableScope]
17FEBpl1.2/libsrc/idi/cidi/x11/idiutil2.c:150:22: style: The scope of the variable 'dx' can be reduced. [variableScope]
17FEBpl1.2/libsrc/idi/cidi/x11/idiutil2.c:150:26: style: The scope of the variable 'dy' can be reduced. [variableScope]
17FEBpl1.2/libsrc/idi/cidi/x11/idiutil2.c:154:13: style: The scope of the variable 'alph' can be reduced. [variableScope]
17FEBpl1.2/libsrc/idi/cidi/x11/idiutil2.c:193:12: style: The scope of the variable 'gp' can be reduced. [variableScope]
17FEBpl1.2/libsrc/idi/cidi/x11/idiutil2.c:194:12: style: The scope of the variable 'tp' can be reduced. [variableScope]
17FEBpl1.2/libsrc/idi/cidi/x11/idiutil2.c:259:12: style: The scope of the variable 'locinc' can be reduced. [variableScope]
17FEBpl1.2/libsrc/idi/cidi/x11/idiutil2.c:100:11: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/libsrc/idi/cidi/x11/iid1.c:73:5: style: The scope of the variable 'mm' can be reduced. [variableScope]
17FEBpl1.2/libsrc/idi/cidi/x11/iid2.c:83:17: style: The scope of the variable 'curs' can be reduced. [variableScope]
17FEBpl1.2/libsrc/idi/cidi/x11/iid2.c:139:13: style: The scope of the variable 'itt' can be reduced. [variableScope]
17FEBpl1.2/libsrc/idi/cidi/x11/iid2.c:140:13: style: The scope of the variable 'curs' can be reduced. [variableScope]
17FEBpl1.2/libsrc/idi/cidi/x11/iid2.c:144:13: style: The scope of the variable 'alph' can be reduced. [variableScope]
17FEBpl1.2/libsrc/idi/cidi/x11/iie.c:87:17: style: The scope of the variable 'tlist' can be reduced. [variableScope]
17FEBpl1.2/libsrc/idi/cidi/x11/iie.c:88:17: style: The scope of the variable 'glist' can be reduced. [variableScope]
17FEBpl1.2/libsrc/idi/cidi/x11/iie.c:90:7: style: The scope of the variable 'mm' can be reduced. [variableScope]
17FEBpl1.2/libsrc/idi/cidi/x11/iie.c:220:17: style: The scope of the variable 'mem' can be reduced. [variableScope]
17FEBpl1.2/libsrc/idi/cidi/x11/iie.c:222:7: style: The scope of the variable 'mm' can be reduced. [variableScope]
17FEBpl1.2/libsrc/idi/cidi/x11/iil.c:140:20: style: The scope of the variable 'rval' can be reduced. [variableScope]
17FEBpl1.2/libsrc/idi/cidi/x11/iil.c:195:29: style: The scope of the variable 'icolr' can be reduced. [variableScope]
17FEBpl1.2/libsrc/idi/cidi/x11/iil.c:195:36: style: The scope of the variable 'icolg' can be reduced. [variableScope]
17FEBpl1.2/libsrc/idi/cidi/x11/iil.c:195:43: style: The scope of the variable 'icolb' can be reduced. [variableScope]
17FEBpl1.2/libsrc/idi/cidi/x11/iil.c:256:26: style: The scope of the variable 'k' can be reduced. [variableScope]
17FEBpl1.2/libsrc/idi/cidi/x11/iil.c:329:6: style: Variable 'no' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/libsrc/idi/cidi/x11/iim.c:151:16: style: The scope of the variable 'nb' can be reduced. [variableScope]
17FEBpl1.2/libsrc/idi/cidi/x11/iim.c:173:9: style: Variable 'nb' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/libsrc/idi/cidi/x11/iim.c:278:1: style: Variable 'szflag' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/libsrc/idi/cidi/x11/iir.c:201:14: style: The scope of the variable 'mem' can be reduced. [variableScope]
17FEBpl1.2/libsrc/idi/cidi/x11/iir.c:328:6: style: The scope of the variable 'xmin' can be reduced. [variableScope]
17FEBpl1.2/libsrc/idi/cidi/x11/iir.c:328:12: style: The scope of the variable 'ymin' can be reduced. [variableScope]
17FEBpl1.2/libsrc/idi/cidi/x11/iir.c:448:14: style: The scope of the variable 'mem' can be reduced. [variableScope]
17FEBpl1.2/libsrc/idi/cidi/x11/iir.c:505:6: style: The scope of the variable 'xmin' can be reduced. [variableScope]
17FEBpl1.2/libsrc/idi/cidi/x11/iir.c:505:12: style: The scope of the variable 'ymin' can be reduced. [variableScope]
17FEBpl1.2/libsrc/idi/cidi/x11/iis.c:72:7: style: The scope of the variable 'm' can be reduced. [variableScope]
17FEBpl1.2/libsrc/idi/cidi/x11/iis.c:76:8: style: Variable 'm' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/libsrc/idi/cidi/x11/iiz.c:148:4: style: Variable 'curmem' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/libsrc/idi/cidi/x11/iiz.c:146:4: note: Variable 'curmem' is reassigned a value before the old one has been used.
17FEBpl1.2/libsrc/idi/cidi/x11/iiz.c:148:4: note: Variable 'curmem' is reassigned a value before the old one has been used.
17FEBpl1.2/libsrc/idi/cidi/x11/iiz.c:83:10: style: The scope of the variable 'curmem' can be reduced. [variableScope]
17FEBpl1.2/libsrc/idi/cidi/x11/iiz.c:134:9: style: The scope of the variable 'curmem' can be reduced. [variableScope]
17FEBpl1.2/libsrc/math/cpl_matrix.c:1708:34: style: Same value in both branches of ternary operator. [duplicateValueTernary]
17FEBpl1.2/libsrc/math/cpl_matrix.c:294:14: style: The scope of the variable 'swap' can be reduced. [variableScope]
17FEBpl1.2/libsrc/math/cpl_matrix.c:373:12: style: The scope of the variable 'swap' can be reduced. [variableScope]
17FEBpl1.2/libsrc/math/cpl_matrix.c:451:12: style: The scope of the variable 'swap' can be reduced. [variableScope]
17FEBpl1.2/libsrc/math/cpl_matrix.c:1165:18: style: The scope of the variable 'm' can be reduced. [variableScope]
17FEBpl1.2/libsrc/math/cpl_matrix.c:1166:18: style: The scope of the variable 'sm' can be reduced. [variableScope]
17FEBpl1.2/libsrc/math/cpl_matrix.c:1273:18: style: The scope of the variable 'm' can be reduced. [variableScope]
17FEBpl1.2/libsrc/math/cpl_matrix.c:1344:18: style: The scope of the variable 'swap' can be reduced. [variableScope]
17FEBpl1.2/libsrc/math/cpl_matrix.c:1414:18: style: The scope of the variable 'swap' can be reduced. [variableScope]
17FEBpl1.2/libsrc/math/cpl_matrix.c:2475:20: style: The scope of the variable 'aj' can be reduced. [variableScope]
17FEBpl1.2/libsrc/math/cpl_matrix.c:2637:20: style: The scope of the variable 'di' can be reduced. [variableScope]
17FEBpl1.2/libsrc/math/cpl_matrix.c:2806:20: style: The scope of the variable 'ai' can be reduced. [variableScope]
17FEBpl1.2/libsrc/math/cpl_matrix.c:2011:0: error: Memory leak: x [memleak]
17FEBpl1.2/libsrc/math/heapsort.h:27:22: style: Condition '!reverse' is always true [knownConditionTrueFalse]
17FEBpl1.2/libsrc/math/heapsort.h:6:19: note: Assignment 'reverse=0', assigned value is 0
17FEBpl1.2/libsrc/math/heapsort.h:27:22: note: Condition '!reverse' is always true
17FEBpl1.2/libsrc/math/heapsort.h:39:18: style: Condition '!reverse' is always true [knownConditionTrueFalse]
17FEBpl1.2/libsrc/math/heapsort.h:6:19: note: Assignment 'reverse=0', assigned value is 0
17FEBpl1.2/libsrc/math/heapsort.h:39:18: note: Condition '!reverse' is always true
17FEBpl1.2/libsrc/math/heapsort.h:66:22: style: Condition '!reverse' is always true [knownConditionTrueFalse]
17FEBpl1.2/libsrc/math/heapsort.h:6:19: note: Assignment 'reverse=0', assigned value is 0
17FEBpl1.2/libsrc/math/heapsort.h:66:22: note: Condition '!reverse' is always true
17FEBpl1.2/libsrc/math/heapsort.h:77:18: style: Condition '!reverse' is always true [knownConditionTrueFalse]
17FEBpl1.2/libsrc/math/heapsort.h:6:19: note: Assignment 'reverse=0', assigned value is 0
17FEBpl1.2/libsrc/math/heapsort.h:77:18: note: Condition '!reverse' is always true
17FEBpl1.2/libsrc/math/mpfit.c:2000:33: style: The scope of the variable 'xabs' can be reduced. [variableScope]
17FEBpl1.2/libsrc/math/mpfit.c:2188:17: style: The scope of the variable 'jj' can be reduced. [variableScope]
17FEBpl1.2/libsrc/math/mpfit.c:2189:7: style: The scope of the variable 'kk' can be reduced. [variableScope]
17FEBpl1.2/libsrc/math/mpfit.c:2189:27: style: The scope of the variable 'jj0' can be reduced. [variableScope]
17FEBpl1.2/libsrc/math/mpfit.c:2190:7: style: The scope of the variable 'sing' can be reduced. [variableScope]
17FEBpl1.2/libsrc/math/mutil.c:68:9: style: The scope of the variable 'xout' can be reduced. [variableScope]
17FEBpl1.2/libsrc/math/mutil.c:115:7: style: The scope of the variable 'j' can be reduced. [variableScope]
17FEBpl1.2/libsrc/math/mutil.c:116:10: style: The scope of the variable 'twox' can be reduced. [variableScope]
17FEBpl1.2/libsrc/math/mutil.c:116:16: style: The scope of the variable 'f2' can be reduced. [variableScope]
17FEBpl1.2/libsrc/math/mutil.c:116:20: style: The scope of the variable 'f1' can be reduced. [variableScope]
17FEBpl1.2/libsrc/math/mutil.c:116:24: style: The scope of the variable 'd' can be reduced. [variableScope]
17FEBpl1.2/libsrc/math/mutil.c:137:7: style: The scope of the variable 'j' can be reduced. [variableScope]
17FEBpl1.2/libsrc/math/mutil.c:138:10: style: The scope of the variable 'twox' can be reduced. [variableScope]
17FEBpl1.2/libsrc/math/mutil.c:321:7: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/libsrc/math/mutil.c:322:9: style: The scope of the variable 'a' can be reduced. [variableScope]
17FEBpl1.2/libsrc/math/mutil.c:399:6: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/libsrc/math/mutil.c:400:8: style: The scope of the variable 'a' can be reduced. [variableScope]
17FEBpl1.2/libsrc/math/mutil.c:429:7: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/libsrc/math/mutil.c:430:9: style: The scope of the variable 'a' can be reduced. [variableScope]
17FEBpl1.2/libsrc/math/mutil.c:268:10: style: Unused variable: diff [unusedVariable]
17FEBpl1.2/libsrc/math/mutil.c:321:13: style: Unused variable: index [unusedVariable]
17FEBpl1.2/libsrc/math/mutil.c:322:13: style: Unused variable: b [unusedVariable]
17FEBpl1.2/libsrc/math/mutil.c:348:7: style: Unused variable: i [unusedVariable]
17FEBpl1.2/libsrc/math/mutil.c:348:10: style: Unused variable: j [unusedVariable]
17FEBpl1.2/libsrc/math/mutil.c:349:9: style: Unused variable: a [unusedVariable]
17FEBpl1.2/libsrc/math/mutil.c:350:9: style: Unused variable: n2 [unusedVariable]
17FEBpl1.2/libsrc/math/mutil.c:350:13: style: Unused variable: n2p [unusedVariable]
17FEBpl1.2/libsrc/math/nrutil.c:223:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
17FEBpl1.2/libsrc/math/nrutil.c:230:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
17FEBpl1.2/libsrc/math/nrutil.c:238:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
17FEBpl1.2/libsrc/math/nrutil.c:246:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
17FEBpl1.2/libsrc/math/nrutil.c:255:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
17FEBpl1.2/libsrc/math/nrutil.c:296:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
17FEBpl1.2/libsrc/math/nrutil.c:328:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
17FEBpl1.2/libsrc/math/nrutil.c:66:2: error: Memory leak: v [memleak]
17FEBpl1.2/libsrc/math/nrutil.c:76:2: error: Memory leak: v [memleak]
17FEBpl1.2/libsrc/math/nrutil.c:86:2: error: Memory leak: v [memleak]
17FEBpl1.2/libsrc/math/nrutil.c:96:2: error: Memory leak: v [memleak]
17FEBpl1.2/libsrc/math/nrutil.c:106:2: error: Memory leak: v [memleak]
17FEBpl1.2/libsrc/os/unix/iodevr.c:116:7: style: struct member 'info::filenum' is never used. [unusedStructMember]
17FEBpl1.2/libsrc/os/unix/iodevr.c:117:7: style: struct member 'info::blkno' is never used. [unusedStructMember]
17FEBpl1.2/libsrc/os/unix/osa.c:224:8: style: The scope of the variable 'c' can be reduced. [variableScope]
17FEBpl1.2/libsrc/os/unix/osd.c:140:11: style: The scope of the variable 'mid_include' can be reduced. [variableScope]
17FEBpl1.2/libsrc/os/unix/osd.c:209:5: style: The scope of the variable 'n_suffix' can be reduced. [variableScope]
17FEBpl1.2/libsrc/os/unix/osd.c:284:5: style: The scope of the variable 'myerrno' can be reduced. [variableScope]
17FEBpl1.2/libsrc/os/unix/osd.c:203:0: error: Resource leak: fd [resourceLeak]
17FEBpl1.2/libsrc/os/unix/osf.c:273:25: style: The scope of the variable 'cc' can be reduced. [variableScope]
17FEBpl1.2/libsrc/os/unix/osftest.c:126:3: error: printf format string requires 3 parameters but only 2 are given. [wrongPrintfScanfArgNum]
17FEBpl1.2/libsrc/os/unix/osftest.c:59:6: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/libsrc/os/unix/osftest.c:62:32: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/libsrc/os/unix/osftest.c:63:39: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/libsrc/os/unix/osftest.c:66:3: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/libsrc/os/unix/osftest.c:68:3: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/libsrc/os/unix/osftest.c:75:32: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/libsrc/os/unix/osftest.c:81:26: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/libsrc/os/unix/osftest.c:82:26: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/libsrc/os/unix/osftest.c:88:31: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/libsrc/os/unix/osftest.c:96:46: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/libsrc/os/unix/osftest.c:97:46: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/libsrc/os/unix/osftest.c:102:32: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/libsrc/os/unix/osftest.c:104:3: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/libsrc/os/unix/osftest.c:111:31: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/libsrc/os/unix/osftest.c:117:34: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/libsrc/os/unix/osl.c:110:31: style: Redundant condition: *arg=='*'. '*arg!='*' || (*arg=='*' && *(arg+1))' is equivalent to '*arg!='*' || *(arg+1)' [redundantCondition]
17FEBpl1.2/libsrc/os/unix/osl.c:59:17: style: The scope of the variable 'res' can be reduced. [variableScope]
17FEBpl1.2/libsrc/os/unix/osp.c:189:19: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR' is always true. [redundantCondition]
17FEBpl1.2/libsrc/os/unix/osp.c:151:9: style: The scope of the variable 'ptr_bgr' can be reduced. [variableScope]
17FEBpl1.2/libsrc/os/unix/osp.c:263:7: warning: Address of local array errmsg is assigned to global pointer oserrmsg and not reassigned before errmsg goes out of scope. [autoVariablesAssignGlobalPointer]
17FEBpl1.2/libsrc/os/unix/ost.c:433:3: style: Variable 'oserror' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
17FEBpl1.2/libsrc/os/unix/ost.c:421:3: note: Variable 'oserror' is reassigned a value before the old one has been used if variable is no semaphore variable.
17FEBpl1.2/libsrc/os/unix/ost.c:433:3: note: Variable 'oserror' is reassigned a value before the old one has been used if variable is no semaphore variable.
17FEBpl1.2/libsrc/os/unix/ost.c:446:7: style: The scope of the variable 'icanon' can be reduced. [variableScope]
17FEBpl1.2/libsrc/os/unix/ost.c:419:20: style: Unused variable: act [unusedVariable]
17FEBpl1.2/libsrc/os/unix/ost.c:419:25: style: Unused variable: oact [unusedVariable]
17FEBpl1.2/libsrc/os/unix/osu.c:397:22: style: The scope of the variable 'l' can be reduced. [variableScope]
17FEBpl1.2/libsrc/os/unix/osu.c:397:25: style: The scope of the variable 'lbuf' can be reduced. [variableScope]
17FEBpl1.2/libsrc/os/unix/osu.c:398:6: style: The scope of the variable 'w_error' can be reduced. [variableScope]
17FEBpl1.2/libsrc/os/unix/osu.c:1106:6: style: The scope of the variable 'w_error' can be reduced. [variableScope]
17FEBpl1.2/libsrc/os/unix/osu.c:1209:22: style: The scope of the variable 's1' can be reduced. [variableScope]
17FEBpl1.2/libsrc/os/unix/osu.c:1209:26: style: The scope of the variable 's2' can be reduced. [variableScope]
17FEBpl1.2/libsrc/os/unix/osx.c:170:12: style: The scope of the variable 'nwritten' can be reduced. [variableScope]
17FEBpl1.2/libsrc/os/unix/osx.c:200:12: style: The scope of the variable 'nread' can be reduced. [variableScope]
17FEBpl1.2/libsrc/os/vms/iodev.c:297:24: style: Unused variable: i [unusedVariable]
17FEBpl1.2/libsrc/os/vms/iodev.c:231:54: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
17FEBpl1.2/libsrc/os/vms/iodev0.c:66:17: style: struct member 'IOSB::info' is never used. [unusedStructMember]
17FEBpl1.2/libsrc/os/vms/iodev0.c:220:13: style: Unused variable: stat [unusedVariable]
17FEBpl1.2/libsrc/os/vms/iodev0.c:237:13: style: Unused variable: stat [unusedVariable]
17FEBpl1.2/libsrc/os/vms/iodev1.c:86:9: style: struct member 'item::return_len' is never used. [unusedStructMember]
17FEBpl1.2/libsrc/os/vms/iodev1.c:298:53: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
17FEBpl1.2/libsrc/os/vms/osa.c:226:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/libsrc/os/vms/osa.c:549:15: style: Unused variable: isunix [unusedVariable]
17FEBpl1.2/libsrc/os/vms/osatest.c:205:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
17FEBpl1.2/libsrc/os/vms/osatest.c:65:35: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/libsrc/os/vms/osatest.c:108:45: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/libsrc/os/vms/osatest.c:114:45: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/libsrc/os/vms/osatest.c:115:38: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/libsrc/os/vms/osatest.c:173:42: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/libsrc/os/vms/osc.c:371:15: style: The scope of the variable 'index' can be reduced. [variableScope]
17FEBpl1.2/libsrc/os/vms/osc.c:421:15: style: The scope of the variable 'index' can be reduced. [variableScope]
17FEBpl1.2/libsrc/os/vms/osc.c:475:15: style: The scope of the variable 'index' can be reduced. [variableScope]
17FEBpl1.2/libsrc/os/vms/osc.c:530:15: style: The scope of the variable 'index' can be reduced. [variableScope]
17FEBpl1.2/libsrc/os/vms/osc.c:636:15: style: The scope of the variable 'index' can be reduced. [variableScope]
17FEBpl1.2/libsrc/os/vms/osc.c:385:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/libsrc/os/vms/osc.c:435:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/libsrc/os/vms/osc.c:488:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/libsrc/os/vms/osc.c:543:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/libsrc/os/vms/osc.c:594:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/libsrc/os/vms/osc.c:620:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/libsrc/os/vms/osc.c:649:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/libsrc/os/vms/osc.c:690:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/libsrc/os/vms/osctest.c:65:7: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/libsrc/os/vms/osctest.c:71:34: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/libsrc/os/vms/osctest.c:73:30: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/libsrc/os/vms/osctest.c:84:34: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/libsrc/os/vms/osd.c:173:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/libsrc/os/vms/osd.c:543:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/libsrc/os/vms/osd.c:732:15: style: Unused variable: isunix [unusedVariable]
17FEBpl1.2/libsrc/os/vms/osd.c:370:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
17FEBpl1.2/libsrc/os/vms/osdtest.c:218:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
17FEBpl1.2/libsrc/os/vms/osdtest.c:66:50: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/libsrc/os/vms/osdtest.c:73:35: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/libsrc/os/vms/osdtest.c:116:45: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/libsrc/os/vms/osdtest.c:123:45: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/libsrc/os/vms/osdtest.c:124:38: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/libsrc/os/vms/osdtest.c:136:42: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/libsrc/os/vms/osdtest.c:181:42: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/libsrc/os/vms/ose.c:92:15: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/libsrc/os/vms/ose.c:122:15: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/libsrc/os/vms/osf.c:477:25: style: The scope of the variable 'cc' can be reduced. [variableScope]
17FEBpl1.2/libsrc/os/vms/osf.c:455:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/libsrc/os/vms/osf.c:119:18: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
17FEBpl1.2/libsrc/os/vms/osf.c:120:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
17FEBpl1.2/libsrc/os/vms/osf.c:121:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
17FEBpl1.2/libsrc/os/vms/osf.c:154:15: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
17FEBpl1.2/libsrc/os/vms/osf.c:155:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
17FEBpl1.2/libsrc/os/vms/osf.c:156:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
17FEBpl1.2/libsrc/os/vms/osfparse.c:150:28: style: The scope of the variable 'savec' can be reduced. [variableScope]
17FEBpl1.2/libsrc/os/vms/osftest.c:59:6: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/libsrc/os/vms/osftest.c:62:32: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/libsrc/os/vms/osftest.c:63:39: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/libsrc/os/vms/osftest.c:66:3: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/libsrc/os/vms/osftest.c:68:3: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/libsrc/os/vms/osftest.c:75:32: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/libsrc/os/vms/osftest.c:81:26: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/libsrc/os/vms/osftest.c:82:26: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/libsrc/os/vms/osftest.c:88:31: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/libsrc/os/vms/osftest.c:96:46: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/libsrc/os/vms/osftest.c:97:46: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/libsrc/os/vms/osftest.c:102:32: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/libsrc/os/vms/osftest.c:104:3: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/libsrc/os/vms/osftest.c:111:31: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/libsrc/os/vms/osftest.c:117:34: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/libsrc/os/vms/osfvms.c:86:16: style: struct member 'IOSB::info' is never used. [unusedStructMember]
17FEBpl1.2/libsrc/os/vms/osfvms.c:390:20: style: Array index 'fid' is used before limits check. [arrayIndexThenCheck]
17FEBpl1.2/libsrc/os/vms/osh.c:85:18: style: struct member 'item::item_code' is never used. [unusedStructMember]
17FEBpl1.2/libsrc/os/vms/osh.c:87:9: style: struct member 'item::return_len' is never used. [unusedStructMember]
17FEBpl1.2/libsrc/os/vms/osh.c:454:22: style: Variable 'attr_list' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/libsrc/os/vms/osh.c:334:19: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
17FEBpl1.2/libsrc/os/vms/oshproc.c:69:17: style: struct member 'ITMLST::len' is never used. [unusedStructMember]
17FEBpl1.2/libsrc/os/vms/oshproc.c:70:17: style: struct member 'ITMLST::item_code' is never used. [unusedStructMember]
17FEBpl1.2/libsrc/os/vms/oshproc.c:71:9: style: struct member 'ITMLST::buffer' is never used. [unusedStructMember]
17FEBpl1.2/libsrc/os/vms/oshproc.c:72:9: style: struct member 'ITMLST::return_length' is never used. [unusedStructMember]
17FEBpl1.2/libsrc/os/vms/oshtest.c:81:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
17FEBpl1.2/libsrc/os/vms/oshtest.c:52:8: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/libsrc/os/vms/oshtest.c:60:6: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/libsrc/os/vms/oshtest.c:64:38: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/libsrc/os/vms/oshtest.c:74:36: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/libsrc/os/vms/oshtest.c:75:30: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/libsrc/os/vms/oshtest.c:117:37: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/libsrc/os/vms/oshtest.c:119:39: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/libsrc/os/vms/oshtest.c:120:39: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/libsrc/os/vms/osl.c:128:27: style: Redundant condition: *arg=='*'. '*arg!='*' || (*arg=='*' && *(arg+1))' is equivalent to '*arg!='*' || *(arg+1)' [redundantCondition]
17FEBpl1.2/libsrc/os/vms/osl.c:65:15: style: The scope of the variable 'res' can be reduced. [variableScope]
17FEBpl1.2/libsrc/os/vms/osl.c:92:5: style: The scope of the variable 'res' can be reduced. [variableScope]
17FEBpl1.2/libsrc/os/vms/osl.c:123:7: style: Unused variable: j [unusedVariable]
17FEBpl1.2/libsrc/os/vms/ospsystem.c:188:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
17FEBpl1.2/libsrc/os/vms/ospsystem.c:198:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
17FEBpl1.2/libsrc/os/vms/ospsystem.c:393:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
17FEBpl1.2/libsrc/os/vms/ospsystem.c:395:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
17FEBpl1.2/libsrc/os/vms/ospsystem.c:302:8: style: The scope of the variable 'status' can be reduced. [variableScope]
17FEBpl1.2/libsrc/os/vms/ospsystem.c:444:7: style: The scope of the variable 'ch' can be reduced. [variableScope]
17FEBpl1.2/libsrc/os/vms/ospsystem.c:352:41: style: Unused variable: c_ast_param [unusedVariable]
17FEBpl1.2/libsrc/os/vms/ospsystem.c:407:8: style: Unused variable: user_terminal [unusedVariable]
17FEBpl1.2/libsrc/os/vms/ospsystem.c:407:27: style: Unused variable: command [unusedVariable]
17FEBpl1.2/libsrc/os/vms/ospsystem.c:408:7: style: Unused variable: length [unusedVariable]
17FEBpl1.2/libsrc/os/vms/ospsystem.c:409:9: style: Unused variable: str_len [unusedVariable]
17FEBpl1.2/libsrc/os/vms/ospsystem.c:823:39: style: Unused variable: acc_mode [unusedVariable]
17FEBpl1.2/libsrc/os/vms/ospwait.c:110:17: warning: Suspicious code: sign conversion of -10000 in calculation because '-10000' has a negative value [signConversion]
17FEBpl1.2/libsrc/os/vms/ospwait.c:110:37: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
17FEBpl1.2/libsrc/os/vms/osrtest.c:106:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
17FEBpl1.2/libsrc/os/vms/osrtest.c:58:7: style: The scope of the variable 's' can be reduced. [variableScope]
17FEBpl1.2/libsrc/os/vms/osrtest.c:65:35: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/libsrc/os/vms/osrtest.c:121:42: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/libsrc/os/vms/ost.c:290:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/libsrc/os/vms/ost.c:308:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/libsrc/os/vms/ost.c:325:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/libsrc/os/vms/ost.c:341:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/libsrc/os/vms/osttest.c:61:4: warning: printf format string requires 0 parameters but 1 is given. [wrongPrintfScanfArgNum]
17FEBpl1.2/libsrc/os/vms/osttest.c:134:5: warning: printf format string requires 0 parameters but 1 is given. [wrongPrintfScanfArgNum]
17FEBpl1.2/libsrc/os/vms/osttest.c:53:13: style: The scope of the variable 'k' can be reduced. [variableScope]
17FEBpl1.2/libsrc/os/vms/osttest.c:76:8: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/libsrc/os/vms/osu.c:1391:9: warning: Identical condition 'oserror', second condition is always false [identicalConditionAfterEarlyExit]
17FEBpl1.2/libsrc/os/vms/osu.c:1363:9: note: first condition
17FEBpl1.2/libsrc/os/vms/osu.c:1391:9: note: second condition
17FEBpl1.2/libsrc/os/vms/osu.c:393:15: style: The scope of the variable 'l' can be reduced. [variableScope]
17FEBpl1.2/libsrc/os/vms/osu.c:393:18: style: The scope of the variable 'lbuf' can be reduced. [variableScope]
17FEBpl1.2/libsrc/os/vms/osu.c:395:7: style: The scope of the variable 'test_buffer' can be reduced. [variableScope]
17FEBpl1.2/libsrc/os/vms/osu.c:1285:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
17FEBpl1.2/libsrc/os/vms/osu.c:1361:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
17FEBpl1.2/libsrc/os/vms/osu.c:1408:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
17FEBpl1.2/libsrc/os/vms/osu.c:1427:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
17FEBpl1.2/libsrc/os/vms/osx.c:266:27: style: The scope of the variable 'ifour' can be reduced. [variableScope]
17FEBpl1.2/libsrc/os/vms/osx.c:321:16: style: The scope of the variable 'izero' can be reduced. [variableScope]
17FEBpl1.2/libsrc/os/vms/osx.c:359:0: style: The scope of the variable 'time' can be reduced. [variableScope]
17FEBpl1.2/libsrc/os/vms/osx.c:277:11: style: Checking if unsigned variable 'nobyt' is less than zero. [unsignedLessThanZero]
17FEBpl1.2/libsrc/os/vms/osx.c:71:11: style: struct member 'iostat_blk::count' is never used. [unusedStructMember]
17FEBpl1.2/libsrc/os/vms/osx.c:72:11: style: struct member 'iostat_blk::info' is never used. [unusedStructMember]
17FEBpl1.2/libsrc/os/vms/osx.c:265:0: style: Variable 'bzero' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/libsrc/os/vms/osx.c:320:0: style: Variable 'bzero' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/libsrc/os/vms/testost.c:61:4: warning: printf format string requires 0 parameters but 1 is given. [wrongPrintfScanfArgNum]
17FEBpl1.2/libsrc/os/vms/testost.c:134:5: warning: printf format string requires 0 parameters but 1 is given. [wrongPrintfScanfArgNum]
17FEBpl1.2/libsrc/os/vms/testost.c:53:13: style: The scope of the variable 'k' can be reduced. [variableScope]
17FEBpl1.2/libsrc/os/vms/testost.c:76:8: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/libsrc/plot/getfrm.c:93:9: style: The scope of the variable 'nsmall' can be reduced. [variableScope]
17FEBpl1.2/libsrc/plot/getfrm.c:93:17: style: The scope of the variable 'nlabel' can be reduced. [variableScope]
17FEBpl1.2/libsrc/plot/getfrm.c:93:25: style: The scope of the variable 'num' can be reduced. [variableScope]
17FEBpl1.2/libsrc/plot/getfrm.c:94:35: style: The scope of the variable 'diff' can be reduced. [variableScope]
17FEBpl1.2/libsrc/plot/getfrm.c:94:41: style: The scope of the variable 'amant' can be reduced. [variableScope]
17FEBpl1.2/libsrc/plot/getfrm.c:94:48: style: The scope of the variable 'step' can be reduced. [variableScope]
17FEBpl1.2/libsrc/plot/getfrm.c:94:54: style: The scope of the variable 'iexp' can be reduced. [variableScope]
17FEBpl1.2/libsrc/plot/getfrm.c:99:9: style: The scope of the variable 'errmess' can be reduced. [variableScope]
17FEBpl1.2/libsrc/plot/pca.c:199:27: style: The scope of the variable 'other' can be reduced. [variableScope]
17FEBpl1.2/libsrc/plot/pca.c:199:34: style: The scope of the variable 'spec' can be reduced. [variableScope]
17FEBpl1.2/libsrc/plot/pca.c:201:38: style: The scope of the variable 'text' can be reduced. [variableScope]
17FEBpl1.2/libsrc/plot/pcd.c:113:45: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/libsrc/plot/pcd.c:114:45: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/libsrc/plot/pcd.c:136:21: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/libsrc/plot/pcd.c:162:61: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/libsrc/plot/pcd.c:215:48: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/libsrc/plot/pcd.c:216:48: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/libsrc/plot/pcd.c:241:23: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/libsrc/plot/pcd.c:242:23: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/libsrc/plot/pcd.c:90:7: style: The scope of the variable 'errbl0' can be reduced. [variableScope]
17FEBpl1.2/libsrc/plot/pcd.c:195:16: style: The scope of the variable 'ii' can be reduced. [variableScope]
17FEBpl1.2/libsrc/plot/pcd.c:196:16: style: The scope of the variable 'npoints' can be reduced. [variableScope]
17FEBpl1.2/libsrc/plot/pcd.c:197:10: style: The scope of the variable 'binsize' can be reduced. [variableScope]
17FEBpl1.2/libsrc/plot/pcd.c:197:19: style: The scope of the variable 'halfstep' can be reduced. [variableScope]
17FEBpl1.2/libsrc/plot/pcd.c:197:30: style: The scope of the variable 'xval' can be reduced. [variableScope]
17FEBpl1.2/libsrc/plot/pcd.c:197:37: style: The scope of the variable 'yval' can be reduced. [variableScope]
17FEBpl1.2/libsrc/plot/pcg.c:83:7: style: The scope of the variable 'err_enter' can be reduced. [variableScope]
17FEBpl1.2/libsrc/plot/pck.c:656:8: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/libsrc/plot/pck.c:227:14: style: The scope of the variable 'err_fmt' can be reduced. [variableScope]
17FEBpl1.2/libsrc/plot/pck.c:314:6: style: The scope of the variable 'text' can be reduced. [variableScope]
17FEBpl1.2/libsrc/plot/pck.c:317:7: style: The scope of the variable 'err_inp' can be reduced. [variableScope]
17FEBpl1.2/libsrc/plot/pck.c:401:7: style: The scope of the variable 'err_inp' can be reduced. [variableScope]
17FEBpl1.2/libsrc/plot/pck.c:403:7: style: The scope of the variable 'err_xaxs' can be reduced. [variableScope]
17FEBpl1.2/libsrc/plot/pck.c:405:7: style: The scope of the variable 'err_xtic' can be reduced. [variableScope]
17FEBpl1.2/libsrc/plot/pck.c:527:7: style: The scope of the variable 'err_inp' can be reduced. [variableScope]
17FEBpl1.2/libsrc/plot/pck.c:528:7: style: The scope of the variable 'err_num' can be reduced. [variableScope]
17FEBpl1.2/libsrc/plot/pck.c:628:8: style: The scope of the variable 'ibuff' can be reduced. [variableScope]
17FEBpl1.2/libsrc/plot/pck.c:630:8: style: The scope of the variable 'dbuff' can be reduced. [variableScope]
17FEBpl1.2/libsrc/plot/pck.c:635:7: style: The scope of the variable 'war_binm' can be reduced. [variableScope]
17FEBpl1.2/libsrc/plot/pck.c:636:7: style: The scope of the variable 'war_eras' can be reduced. [variableScope]
17FEBpl1.2/libsrc/plot/pck.c:637:7: style: The scope of the variable 'war_debm' can be reduced. [variableScope]
17FEBpl1.2/libsrc/plot/pck.c:638:7: style: The scope of the variable 'war_colm' can be reduced. [variableScope]
17FEBpl1.2/libsrc/plot/pck.c:639:7: style: The scope of the variable 'war_coo' can be reduced. [variableScope]
17FEBpl1.2/libsrc/plot/pco.c:875:18: warning: Logical conjunction always evaluates to false: *(plmode) < 0 && *(plmode) > 2. [incorrectLogicOperator]
17FEBpl1.2/libsrc/plot/pco.c:131:7: style: The scope of the variable 'err_opn' can be reduced. [variableScope]
17FEBpl1.2/libsrc/plot/pco.c:213:7: style: The scope of the variable 'errtrm' can be reduced. [variableScope]
17FEBpl1.2/libsrc/plot/pco.c:526:7: style: The scope of the variable 'err_fram' can be reduced. [variableScope]
17FEBpl1.2/libsrc/plot/pco.c:594:9: style: The scope of the variable 'err_fram' can be reduced. [variableScope]
17FEBpl1.2/libsrc/plot/pco.c:843:8: style: The scope of the variable 'pntr' can be reduced. [variableScope]
17FEBpl1.2/libsrc/plot/pco.c:843:46: style: The scope of the variable 'action' can be reduced. [variableScope]
17FEBpl1.2/libsrc/plot/pco.c:844:42: style: The scope of the variable 'text' can be reduced. [variableScope]
17FEBpl1.2/libsrc/plot/pco.c:849:7: style: The scope of the variable 'errpmode' can be reduced. [variableScope]
17FEBpl1.2/libsrc/plot/pco.c:850:7: style: The scope of the variable 'errdev' can be reduced. [variableScope]
17FEBpl1.2/libsrc/plot/pco.c:851:7: style: The scope of the variable 'errhlp' can be reduced. [variableScope]
17FEBpl1.2/libsrc/plot/pco.c:852:7: style: The scope of the variable 'errmxdev' can be reduced. [variableScope]
17FEBpl1.2/libsrc/plot/pco.c:853:7: style: The scope of the variable 'errplt' can be reduced. [variableScope]
17FEBpl1.2/libsrc/plot/pco.c:854:7: style: The scope of the variable 'errnopl' can be reduced. [variableScope]
17FEBpl1.2/libsrc/plot/pco.c:855:7: style: The scope of the variable 'errnoex' can be reduced. [variableScope]
17FEBpl1.2/libsrc/readline/bind.c:1397:13: style: The scope of the variable 'func' can be reduced. [variableScope]
17FEBpl1.2/libsrc/readline/bind.c:1439:17: style: The scope of the variable 'ch1' can be reduced. [variableScope]
17FEBpl1.2/libsrc/readline/bind.c:1439:22: style: The scope of the variable 'ch2' can be reduced. [variableScope]
17FEBpl1.2/libsrc/readline/bind.c:1458:17: style: The scope of the variable 'ch1' can be reduced. [variableScope]
17FEBpl1.2/libsrc/readline/bind.c:1458:22: style: The scope of the variable 'ch2' can be reduced. [variableScope]
17FEBpl1.2/libsrc/readline/bind.c:1373:28: style: Array index 'j' is used before limits check. [arrayIndexThenCheck]
17FEBpl1.2/libsrc/readline/complete.c:185:7: style: The scope of the variable 'c' can be reduced. [variableScope]
17FEBpl1.2/libsrc/readline/complete.c:313:12: style: The scope of the variable 'c' can be reduced. [variableScope]
17FEBpl1.2/libsrc/readline/complete.c:313:16: style: The scope of the variable 'new_full_pathname' can be reduced. [variableScope]
17FEBpl1.2/libsrc/readline/complete.c:314:7: style: The scope of the variable 'extension_char' can be reduced. [variableScope]
17FEBpl1.2/libsrc/readline/complete.c:314:27: style: The scope of the variable 'slen' can be reduced. [variableScope]
17FEBpl1.2/libsrc/readline/complete.c:314:33: style: The scope of the variable 'tlen' can be reduced. [variableScope]
17FEBpl1.2/libsrc/readline/complete.c:750:10: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/libsrc/readline/complete.c:1070:20: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/libsrc/readline/complete.c:1071:11: style: The scope of the variable 'low' can be reduced. [variableScope]
17FEBpl1.2/libsrc/readline/display.c:332:31: warning: Either the condition 'if(local_prompt)' is redundant or there is possible null pointer dereference: local_prompt. [nullPointerRedundantCheck]
17FEBpl1.2/libsrc/readline/display.c:336:10: note: Assuming that condition 'if(local_prompt)' is not redundant
17FEBpl1.2/libsrc/readline/display.c:332:31: note: Null pointer dereference
17FEBpl1.2/libsrc/readline/display.c:248:13: style: The scope of the variable 't' can be reduced. [variableScope]
17FEBpl1.2/libsrc/readline/display.c:249:7: style: The scope of the variable 'c' can be reduced. [variableScope]
17FEBpl1.2/libsrc/readline/display.c:284:25: style: The scope of the variable 'c' can be reduced. [variableScope]
17FEBpl1.2/libsrc/readline/display.c:284:28: style: The scope of the variable 'linenum' can be reduced. [variableScope]
17FEBpl1.2/libsrc/readline/display.c:286:18: style: The scope of the variable 'inv_botlin' can be reduced. [variableScope]
17FEBpl1.2/libsrc/readline/display.c:287:9: style: The scope of the variable 'prompt_this_line' can be reduced. [variableScope]
17FEBpl1.2/libsrc/readline/display.c:426:11: style: The scope of the variable 'nleft' can be reduced. [variableScope]
17FEBpl1.2/libsrc/readline/display.c:426:18: style: The scope of the variable 'cursor_linenum' can be reduced. [variableScope]
17FEBpl1.2/libsrc/readline/display.c:426:34: style: The scope of the variable 'pos' can be reduced. [variableScope]
17FEBpl1.2/libsrc/readline/display.c:488:14: style: The scope of the variable 'tt' can be reduced. [variableScope]
17FEBpl1.2/libsrc/readline/display.c:785:16: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/libsrc/readline/display.c:1039:20: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/libsrc/readline/display.c:286:47: style: Unused variable: wrap_column [unusedVariable]
17FEBpl1.2/libsrc/readline/history.c:321:18: style: The scope of the variable 'line' can be reduced. [variableScope]
17FEBpl1.2/libsrc/readline/history.c:322:16: style: The scope of the variable 'line_index' can be reduced. [variableScope]
17FEBpl1.2/libsrc/readline/history.c:693:16: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/libsrc/readline/history.c:1129:23: style: The scope of the variable 'j' can be reduced. [variableScope]
17FEBpl1.2/libsrc/readline/history.c:1129:26: style: The scope of the variable 'k' can be reduced. [variableScope]
17FEBpl1.2/libsrc/readline/history.c:1207:43: style: The scope of the variable 'c' can be reduced. [variableScope]
17FEBpl1.2/libsrc/readline/history.c:1361:10: style: The scope of the variable 'delimiter' can be reduced. [variableScope]
17FEBpl1.2/libsrc/readline/history.c:1864:7: style: The scope of the variable 'size' can be reduced. [variableScope]
17FEBpl1.2/libsrc/readline/history.c:1864:17: style: The scope of the variable 'offset' can be reduced. [variableScope]
17FEBpl1.2/libsrc/readline/isearch.c:143:7: style: The scope of the variable 'c' can be reduced. [variableScope]
17FEBpl1.2/libsrc/readline/readline.c:555:14: style: Condition 'result!=-1' is always false [knownConditionTrueFalse]
17FEBpl1.2/libsrc/readline/readline.c:514:31: note: Assignment 'result=-1', assigned value is -1
17FEBpl1.2/libsrc/readline/readline.c:555:14: note: Condition 'result!=-1' is always false
17FEBpl1.2/libsrc/readline/readline.c:555:14: style: Same expression on both sides of '!=' because the value of 'result' and '-1' are the same. [duplicateExpression]
17FEBpl1.2/libsrc/readline/readline.c:514:31: note: 'result' is assigned value '-1' here.
17FEBpl1.2/libsrc/readline/readline.c:555:14: note: Same expression on both sides of '!=' because the value of 'result' and '-1' are the same.
17FEBpl1.2/libsrc/readline/readline.c:305:14: style: The scope of the variable 'c' can be reduced. [variableScope]
17FEBpl1.2/libsrc/readline/readline.c:1015:7: style: The scope of the variable 'key' can be reduced. [variableScope]
17FEBpl1.2/libsrc/readline/readline.c:1015:12: style: The scope of the variable 'c' can be reduced. [variableScope]
17FEBpl1.2/libsrc/readline/readline.c:1748:7: style: The scope of the variable 'c' can be reduced. [variableScope]
17FEBpl1.2/libsrc/readline/readline.c:1790:7: style: The scope of the variable 'c' can be reduced. [variableScope]
17FEBpl1.2/libsrc/readline/readline.c:1960:11: style: The scope of the variable 'decreaser' can be reduced. [variableScope]
17FEBpl1.2/libsrc/readline/readline.c:3187:7: style: The scope of the variable 'result' can be reduced. [variableScope]
17FEBpl1.2/libsrc/readline/readline.c:513:13: style: Variable 'tty' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/libsrc/readline/readline.c:540:7: error: Uninitialized variable: chars_avail [uninitvar]
17FEBpl1.2/libsrc/readline/readline.c:563:17: error: Uninitialized variable: input [uninitvar]
17FEBpl1.2/libsrc/readline/rltty.c:550:16: style: Variable 'fildes' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/libsrc/readline/rltty.c:582:16: style: Variable 'fildes' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/libsrc/readline/tilde.c:184:23: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
17FEBpl1.2/libsrc/readline/tilde.c:168:12: note: Assignment 'result=(char*)0', assigned value is 0
17FEBpl1.2/libsrc/readline/tilde.c:184:23: note: Null pointer addition
17FEBpl1.2/libsrc/readline/tilde.c:108:16: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/libsrc/readline/tilde.c:108:19: style: The scope of the variable 'j' can be reduced. [variableScope]
17FEBpl1.2/libsrc/readline/vi_mode.c:668:10: style: The scope of the variable 'save' can be reduced. [variableScope]
17FEBpl1.2/libsrc/readline/vi_mode.c:757:7: style: The scope of the variable 'key' can be reduced. [variableScope]
17FEBpl1.2/libsrc/readline/vi_mode.c:757:12: style: The scope of the variable 'c' can be reduced. [variableScope]
17FEBpl1.2/libsrc/readline/vi_mode.c:1203:10: style: The scope of the variable 's' can be reduced. [variableScope]
17FEBpl1.2/libsrc/readline/vi_mode.c:1233:7: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/cgna.c:229:18: style: The scope of the variable 'defpntr' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/cgnb.c:163:13: style: The scope of the variable 'kr' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/cgnb.c:312:17: style: The scope of the variable 'mm' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/cgnb.c:387:17: style: The scope of the variable 'rp' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/cgnb.c:421:14: style: The scope of the variable 'c' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/cgnb.c:447:14: style: The scope of the variable 'c' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/cgnb.c:477:16: style: The scope of the variable 'rp' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/cgnd.c:253:12: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
17FEBpl1.2/libsrc/st/cgnd.c:525:12: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
17FEBpl1.2/libsrc/st/cgnd.c:557:12: portability: %zd in format string (no. 1) requires 'ssize_t *' but the argument type is 'size_t * {aka unsigned long *}'. [invalidScanfArgType_int]
17FEBpl1.2/libsrc/st/cgnd.c:78:16: style: The scope of the variable 'cc' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/cgnd.c:115:16: style: The scope of the variable 'cc' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/cgnd.c:197:18: style: The scope of the variable 'slen' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/cgnd.c:351:20: style: The scope of the variable 'dirp' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/cgnd.c:469:18: style: The scope of the variable 'slen' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/cgne.c:55:18: style: The scope of the variable 'mr' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/cgne.c:57:15: style: The scope of the variable 'cr' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/cgne.c:106:9: style: The scope of the variable 'catfile' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/cgne.c:110:14: style: The scope of the variable 'status' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/cgne.c:110:22: style: The scope of the variable 'idx' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/cgne.c:111:16: style: The scope of the variable 'nr' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/cgne.c:111:20: style: The scope of the variable 'isu' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/cgne.c:111:25: style: The scope of the variable 'ioff' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/cgne.c:111:31: style: The scope of the variable 'koff' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/cgne.c:432:15: style: The scope of the variable 'nr' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/cgne.c:434:8: style: The scope of the variable 'cbuf' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/cgne.c:435:15: style: The scope of the variable 'par' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/midcat.c:69:14: style: The scope of the variable 'n' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/midcat.c:598:7: style: The scope of the variable 'cbuf' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/midcat.c:626:9: style: The scope of the variable 'actlen' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/middsc.c:105:15: style: The scope of the variable 'cr' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/middsc.c:157:9: style: The scope of the variable 'mm' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/middsc.c:159:8: style: The scope of the variable 'mypntr' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/middsca.c:129:1: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/libsrc/st/middsca.c:128:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/libsrc/st/middsca.c:129:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/libsrc/st/miderr.c:136:11: style: The scope of the variable 'kk' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/miderr.c:136:15: style: The scope of the variable 'prflag' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/miderr.c:136:23: style: The scope of the variable 'usr_level' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/miderr.c:136:34: style: The scope of the variable 'mesoff' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/miderr.c:136:42: style: The scope of the variable 'kk1' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/miderr.c:137:6: style: The scope of the variable 'source' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/miderr.c:138:13: style: The scope of the variable 'fflag' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/miderr.c:140:7: style: The scope of the variable 'saverr' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/miderr.c:140:18: style: The scope of the variable 'full_mess' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/midfct.c:783:6: style: The scope of the variable 'ilen' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/midfcta.c:511:6: style: The scope of the variable 'data_bytes' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/midfcta.c:571:6: style: The scope of the variable 'mm' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/midfcta.c:572:19: style: The scope of the variable 'mr' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/midfctb.c:170:0: error: syntax error [syntaxError]
17FEBpl1.2/libsrc/st/midinfo.c:173:8: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
17FEBpl1.2/libsrc/st/midinfo.c:261:8: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
17FEBpl1.2/libsrc/st/midkey.c:795:25: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/libsrc/st/midkey.c:215:7: style: Variable 'lbytlm' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/libsrc/st/midkey.c:214:7: note: Variable 'lbytlm' is reassigned a value before the old one has been used.
17FEBpl1.2/libsrc/st/midkey.c:215:7: note: Variable 'lbytlm' is reassigned a value before the old one has been used.
17FEBpl1.2/libsrc/st/midkey.c:833:4: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/libsrc/st/midkey.c:830:4: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/libsrc/st/midkey.c:833:4: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/libsrc/st/midkey.c:189:6: style: The scope of the variable 'mm' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/midkey.c:189:10: style: The scope of the variable 'lbytlm' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/midterm.c:272:16: style: The scope of the variable 'vsize' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/midterm.c:272:30: style: The scope of the variable 'vend' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/midterm.c:424:6: style: The scope of the variable 'tc' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/midterm.c:140:10: error: Memory leak: cp [memleak]
17FEBpl1.2/libsrc/st/midterm.c:140:10: error: Memory leak: cq [memleak]
17FEBpl1.2/libsrc/st/osyunixc.c:193:15: style: The scope of the variable 'chanl' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/osyvmsb.c:84:12: style: The scope of the variable 'rms_errcnt' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/osyvmsb.c:85:12: style: The scope of the variable 'rms_erros' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/osyvmsb.c:90:15: style: The scope of the variable 'rms_errmsg' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/osyvmsb.c:368:19: style: The scope of the variable 'c' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/osyvmsb.c:489:6: style: The scope of the variable 'block' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/scaux.c:237:16: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/libsrc/st/scaux.c:243:16: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/libsrc/st/scaux.c:278:16: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/libsrc/st/scaux.c:284:16: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/libsrc/st/scaux.c:319:16: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/libsrc/st/scaux.c:325:16: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/libsrc/st/scaux.c:360:16: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/libsrc/st/scaux.c:366:16: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/libsrc/st/scaux.c:378:11: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/libsrc/st/scaux.c:407:16: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/libsrc/st/scaux.c:413:16: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/libsrc/st/scaux.c:419:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/libsrc/st/scaux.c:448:16: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/libsrc/st/scaux.c:454:16: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/libsrc/st/scaux.c:508:5: style: The scope of the variable 'mm' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/scaux.c:511:33: style: The scope of the variable 'difbytes' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/scaux.c:607:5: style: The scope of the variable 'mm' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/scaux.c:610:33: style: The scope of the variable 'difbytes' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/scc.c:861:7: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/libsrc/st/scc.c:860:7: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/libsrc/st/scc.c:861:7: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/libsrc/st/scd.c:268:12: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/libsrc/st/scd.c:279:12: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/libsrc/st/scd.c:706:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/libsrc/st/scd.c:1226:12: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/libsrc/st/scd.c:1237:12: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/libsrc/st/scd.c:1656:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/libsrc/st/scd.c:849:8: style: Variable 'fcbp' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/libsrc/st/scda.c:384:8: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/libsrc/st/scda.c:385:8: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/libsrc/st/scdb.c:476:15: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/libsrc/st/scdb.c:480:15: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/libsrc/st/scdb.c:493:15: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/libsrc/st/scdb.c:805:15: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/libsrc/st/scdb.c:350:7: style: The scope of the variable 'kk' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/scdb.c:350:19: style: The scope of the variable 'nlen' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/scdb.c:351:15: style: The scope of the variable 'nr' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/scdb.c:352:14: style: The scope of the variable 'xlen' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/scdb.c:554:16: style: The scope of the variable 'ipntr' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/scdc.c:197:15: style: The scope of the variable 'nr' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/scdc.c:199:18: style: The scope of the variable 'mychar' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/scdc.c:153:15: style: Variable 'fctpntri' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/libsrc/st/scdc.c:407:8: style: Variable 'fcbp' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/libsrc/st/scdx.c:308:12: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/libsrc/st/scdx.c:195:15: style: The scope of the variable 'newl' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/scdx.c:196:15: style: The scope of the variable 'nr' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/scdx.c:210:25: style: The scope of the variable 'zpntr' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/scdx.c:212:23: style: The scope of the variable 'mr' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/scdx.c:296:7: style: The scope of the variable 'n' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/scdx.c:296:10: style: The scope of the variable 'newlen' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/scdx.c:296:27: style: The scope of the variable 'ipntr' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/scdx.c:368:7: style: The scope of the variable 'n' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/scdx.c:368:10: style: The scope of the variable 'newlen' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/scdx.c:368:27: style: The scope of the variable 'ipntr' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/scdx.c:82:10: style: Variable 'dsclen' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/libsrc/st/scf.c:337:21: style: The scope of the variable 'fctpntr' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/scf.c:402:21: style: The scope of the variable 'fctpntr' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/scfa.c:264:10: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/libsrc/st/scfa.c:236:9: style: The scope of the variable 'pix' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/scfb.c:304:4: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/libsrc/st/scfb.c:303:4: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/libsrc/st/scfb.c:304:4: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/libsrc/st/scfb.c:85:18: style: The scope of the variable 'sta' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/scfb.c:85:26: style: The scope of the variable 'end' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/scfb.c:87:14: style: The scope of the variable 'subcount' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/scfb.c:639:12: style: The scope of the variable 'txptr' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/scfb.c:640:12: style: The scope of the variable 'cpntr' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/scfb.c:214:23: style: Variable 'data_bytes' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/libsrc/st/scfe.c:169:10: style: The scope of the variable 'bname' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/scfe.c:169:22: style: The scope of the variable 'dummy' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/scka.c:216:15: style: The scope of the variable 'e_c' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/scka.c:264:15: style: The scope of the variable 'e_c' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/scka.c:312:15: style: The scope of the variable 'e_c' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/scka.c:360:15: style: The scope of the variable 'e_c' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/scka.c:408:15: style: The scope of the variable 'e_c' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/scs.c:300:6: style: The scope of the variable 'mm' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/scsa.c:106:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/libsrc/st/scsa.c:166:4: style: Variable 'slen' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/libsrc/st/scsa.c:164:4: note: Variable 'slen' is reassigned a value before the old one has been used.
17FEBpl1.2/libsrc/st/scsa.c:166:4: note: Variable 'slen' is reassigned a value before the old one has been used.
17FEBpl1.2/libsrc/st/scsa.c:265:24: warning: Either the condition 'reclen<0' is redundant, otherwise there is negative array index -1. [negativeIndex]
17FEBpl1.2/libsrc/st/scsa.c:261:18: note: Assuming that condition 'reclen<0' is not redundant
17FEBpl1.2/libsrc/st/scsa.c:265:24: note: Negative array index
17FEBpl1.2/libsrc/st/scsa.c:289:24: warning: Either the condition 'reclen<0' is redundant, otherwise there is negative array index -1. [negativeIndex]
17FEBpl1.2/libsrc/st/scsa.c:285:18: note: Assuming that condition 'reclen<0' is not redundant
17FEBpl1.2/libsrc/st/scsa.c:289:24: note: Negative array index
17FEBpl1.2/libsrc/st/scsa.c:312:24: warning: Either the condition 'reclen<0' is redundant, otherwise there is negative array index -1. [negativeIndex]
17FEBpl1.2/libsrc/st/scsa.c:308:18: note: Assuming that condition 'reclen<0' is not redundant
17FEBpl1.2/libsrc/st/scsa.c:312:24: note: Negative array index
17FEBpl1.2/libsrc/st/scsa.c:345:24: warning: Either the condition 'reclen<0' is redundant, otherwise there is negative array index -1. [negativeIndex]
17FEBpl1.2/libsrc/st/scsa.c:341:18: note: Assuming that condition 'reclen<0' is not redundant
17FEBpl1.2/libsrc/st/scsa.c:345:24: note: Negative array index
17FEBpl1.2/libsrc/st/sct.c:66:20: style: The scope of the variable 'kk' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/sct.c:66:24: style: The scope of the variable 'fp' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/sct.c:238:12: style: The scope of the variable 'kk' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/sct.c:238:23: style: The scope of the variable 'fp' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/sct.c:355:20: style: The scope of the variable 'kk' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/sct.c:355:24: style: The scope of the variable 'fp' can be reduced. [variableScope]
17FEBpl1.2/libsrc/st/testvms.c:48:17: warning: Return value of function freopen() is not used. [ignoredReturnValue]
17FEBpl1.2/libsrc/st/testvms.c:49:17: warning: Return value of function freopen() is not used. [ignoredReturnValue]
17FEBpl1.2/libsrc/tbl/sort.c:52:6: style: The scope of the variable 'dif' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/sort.c:98:2: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/libsrc/tbl/str1.c:667:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
17FEBpl1.2/libsrc/tbl/str1.c:674:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
17FEBpl1.2/libsrc/tbl/str1.c:138:16: style: The scope of the variable 'len' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/str1.c:585:8: style: The scope of the variable 'cp' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/str1.c:585:12: style: The scope of the variable 'cq' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/str1.c:952:16: style: The scope of the variable 'len' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tca.c:502:49: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/libsrc/tbl/tca.c:532:49: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/libsrc/tbl/tca.c:740:49: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/libsrc/tbl/tca.c:771:49: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/libsrc/tbl/tca.c:809:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/libsrc/tbl/tca.c:888:12: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/libsrc/tbl/tca.c:547:13: style: The scope of the variable 'ws1' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tca.c:549:16: style: The scope of the variable 'items' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tca.c:906:13: style: The scope of the variable 'ws1' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tca.c:908:16: style: The scope of the variable 'items' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tca.c:355:7: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/libsrc/tbl/tcc.c:173:7: style: The scope of the variable 'ptr' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tcc.c:368:45: style: The scope of the variable 'mapped_rows' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tcc.c:529:6: style: The scope of the variable 'ic' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tcc.c:529:10: style: The scope of the variable 'len' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tcc.c:565:6: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tcc.c:632:14: style: The scope of the variable 'ic' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tcc.c:632:18: style: The scope of the variable 'ib' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tcc.c:632:22: style: The scope of the variable 'id' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tcc.c:635:12: style: The scope of the variable 'b' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tcc.c:635:15: style: The scope of the variable 'c' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tcc.c:736:9: style: The scope of the variable 'chptr' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tcc.c:1072:8: style: The scope of the variable 'j' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tcc.c:440:12: style: Variable 'chptr' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/libsrc/tbl/tcc.c:435:4: style: Variable 'check' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/libsrc/tbl/tcd.c:1023:4: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/libsrc/tbl/tcd.c:1022:4: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/libsrc/tbl/tcd.c:1023:4: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/libsrc/tbl/tcd.c:1025:4: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/libsrc/tbl/tcd.c:1023:4: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/libsrc/tbl/tcd.c:1025:4: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/libsrc/tbl/tcd.c:321:8: style: The scope of the variable 'j' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tcd.c:323:16: style: The scope of the variable 'ws1' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tcd.c:729:6: style: The scope of the variable 'got' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tcd.c:780:6: style: The scope of the variable 'seleline' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tcd.c:833:17: style: The scope of the variable 'vx' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tcd.c:835:13: style: The scope of the variable 'incr' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tcd.c:878:11: style: The scope of the variable 'pntr' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tcd.c:878:25: style: The scope of the variable 'nw' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tcd.c:878:29: style: The scope of the variable 'ic' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tcd.c:932:29: style: The scope of the variable 'mapped_rows' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tcd.c:933:8: style: The scope of the variable 'pntr' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tcd.c:1005:16: style: The scope of the variable 'cr' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tcd.c:1281:16: style: The scope of the variable 'ic' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tcd.c:1281:26: style: The scope of the variable 'knull' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tcd.c:1284:13: style: The scope of the variable 'x' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tcd.c:714:6: style: Variable 'tp' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/libsrc/tbl/tce.c:393:60: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/libsrc/tbl/tce.c:401:34: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/libsrc/tbl/tce.c:402:30: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/libsrc/tbl/tce.c:456:35: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/libsrc/tbl/tce.c:457:35: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/libsrc/tbl/tce.c:504:61: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/libsrc/tbl/tce.c:512:30: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/libsrc/tbl/tce.c:513:34: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/libsrc/tbl/tce.c:666:21: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/libsrc/tbl/tce.c:667:21: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/libsrc/tbl/tce.c:723:21: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/libsrc/tbl/tce.c:724:21: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/libsrc/tbl/tce.c:786:21: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/libsrc/tbl/tce.c:787:21: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/libsrc/tbl/tce.c:538:13: style: The scope of the variable 'form' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tce.c:575:15: style: The scope of the variable 'form' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tce.c:335:13: style: Variable 'abytes' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/libsrc/tbl/tcm.c:196:41: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/libsrc/tbl/tcm.c:197:41: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/libsrc/tbl/tcr.c:355:61: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/libsrc/tbl/tcr.c:362:33: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/libsrc/tbl/tcr.c:363:33: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/libsrc/tbl/tcr.c:428:38: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/libsrc/tbl/tcr.c:429:38: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/libsrc/tbl/tcr.c:487:61: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/libsrc/tbl/tcr.c:494:33: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/libsrc/tbl/tcr.c:495:33: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/libsrc/tbl/tcr.c:698:22: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/libsrc/tbl/tcr.c:699:22: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/libsrc/tbl/tcr.c:760:22: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/libsrc/tbl/tcr.c:761:22: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/libsrc/tbl/tcr.c:825:22: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/libsrc/tbl/tcr.c:826:22: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/libsrc/tbl/tcr.c:147:17: style: The scope of the variable 'icol' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tcr.c:213:44: style: The scope of the variable 'k' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tcr.c:322:10: style: The scope of the variable 'icol' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tcr.c:322:16: style: The scope of the variable 'icol1' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tcr.c:322:23: style: The scope of the variable 'nbytes' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tcr.c:388:10: style: The scope of the variable 'icol' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tcr.c:388:16: style: The scope of the variable 'icol1' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tcr.c:388:23: style: The scope of the variable 'nbytes' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tcr.c:454:10: style: The scope of the variable 'icol' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tcr.c:454:16: style: The scope of the variable 'icol1' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tcr.c:454:23: style: The scope of the variable 'nbytes' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tcr.c:526:14: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tcr.c:527:12: style: The scope of the variable 'pa' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tcr.c:527:16: style: The scope of the variable 'b' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tcr.c:527:19: style: The scope of the variable 'c' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tcr.c:528:9: style: The scope of the variable 'ic' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tcr.c:593:6: style: The scope of the variable 'ic' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tcr.c:593:16: style: The scope of the variable 'icol1' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tcr.c:593:23: style: The scope of the variable 'nbytes' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tcr.c:593:31: style: The scope of the variable 'dtype' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tcr.c:593:41: style: The scope of the variable 'len' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tcr.c:594:14: style: The scope of the variable 'x' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tcr.c:658:6: style: The scope of the variable 'ic' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tcr.c:658:10: style: The scope of the variable 'icol' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tcr.c:658:16: style: The scope of the variable 'icol1' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tcr.c:658:23: style: The scope of the variable 'nbytes' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tcr.c:658:31: style: The scope of the variable 'dtype' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tcr.c:659:10: style: The scope of the variable 'x' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tcr.c:723:6: style: The scope of the variable 'ic' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tcr.c:723:10: style: The scope of the variable 'icol' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tcr.c:723:16: style: The scope of the variable 'icol1' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tcr.c:723:23: style: The scope of the variable 'nbytes' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tcr.c:723:31: style: The scope of the variable 'dtype' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tcr.c:724:8: style: The scope of the variable 'x' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tcr.c:785:6: style: The scope of the variable 'ic' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tcr.c:785:10: style: The scope of the variable 'icol' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tcr.c:785:16: style: The scope of the variable 'icol1' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tcr.c:785:23: style: The scope of the variable 'nbytes' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tcr.c:785:31: style: The scope of the variable 'dtype' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tcr.c:786:10: style: The scope of the variable 'x' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tcr.c:287:23: style: Variable 'k' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/libsrc/tbl/tct.c:135:40: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/libsrc/tbl/tct.c:136:40: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/libsrc/tbl/tct.c:149:10: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/libsrc/tbl/tct.c:155:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/libsrc/tbl/tct.c:343:39: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/libsrc/tbl/tct.c:188:1: style: Variable 'fctpntr->FILTYP' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/libsrc/tbl/tct.c:183:1: note: Variable 'fctpntr->FILTYP' is reassigned a value before the old one has been used.
17FEBpl1.2/libsrc/tbl/tct.c:188:1: note: Variable 'fctpntr->FILTYP' is reassigned a value before the old one has been used.
17FEBpl1.2/libsrc/tbl/tct.c:528:3: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/libsrc/tbl/tct.c:526:3: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/libsrc/tbl/tct.c:528:3: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/libsrc/tbl/tct.c:582:10: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/libsrc/tbl/tct.c:581:10: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/libsrc/tbl/tct.c:582:10: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/libsrc/tbl/tct.c:583:10: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/libsrc/tbl/tct.c:582:10: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/libsrc/tbl/tct.c:583:10: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/libsrc/tbl/tct.c:702:7: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/libsrc/tbl/tct.c:701:7: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/libsrc/tbl/tct.c:702:7: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/libsrc/tbl/tct.c:703:7: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/libsrc/tbl/tct.c:702:7: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/libsrc/tbl/tct.c:703:7: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/libsrc/tbl/tct.c:214:14: style: The scope of the variable 'icode' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tct.c:560:12: style: The scope of the variable 'bp' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tct.c:562:16: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tct.c:908:13: style: The scope of the variable 'bp' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tct.c:910:17: style: The scope of the variable 'pmap' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tct.c:466:20: error: Buffer is accessed out of bounds: temp [bufferAccessOutOfBounds]
17FEBpl1.2/libsrc/tbl/tct.c:942:49: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
17FEBpl1.2/libsrc/tbl/tctold.c:92:40: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/libsrc/tbl/tctold.c:93:40: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/libsrc/tbl/tctold.c:94:40: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/libsrc/tbl/tctold.c:95:40: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/libsrc/tbl/tctold.c:107:10: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/libsrc/tbl/tctold.c:113:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/libsrc/tbl/tctold.c:135:30: style: The scope of the variable 'items' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tz0.c:172:33: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/libsrc/tbl/tz0.c:174:33: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/libsrc/tbl/tz0.c:214:9: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/libsrc/tbl/tz0.c:215:20: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/libsrc/tbl/tz0.c:239:20: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/libsrc/tbl/tz0.c:240:20: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/libsrc/tbl/tz0.c:274:22: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/libsrc/tbl/tz0.c:275:22: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/libsrc/tbl/tz0.c:142:44: style: The scope of the variable 'isnull' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tz1.c:170:10: style: The scope of the variable 'dec' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tz1.c:392:11: style: The scope of the variable 'c' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tz1.c:207:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
17FEBpl1.2/libsrc/tbl/tz1.c:233:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
17FEBpl1.2/libsrc/tbl/tz1.c:253:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
17FEBpl1.2/libsrc/tbl/tz2.c:96:8: style: The scope of the variable 'cp' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tz2.c:96:12: style: The scope of the variable 'cq' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tz3.c:1092:22: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/libsrc/tbl/tz3.c:1095:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/libsrc/tbl/tz3.c:1251:27: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/libsrc/tbl/tz3.c:1254:14: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/libsrc/tbl/tz5.c:187:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
17FEBpl1.2/libsrc/tbl/tz5.c:149:6: style: The scope of the variable 'nr' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tz5.c:183:9: style: The scope of the variable 'tp' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tz6.c:239:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
17FEBpl1.2/libsrc/tbl/tz6.c:151:9: style: The scope of the variable 'byte' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tz6.c:324:13: style: The scope of the variable 'bp' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tz6.c:398:17: style: The scope of the variable 'errview' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tz8.c:88:26: style: The scope of the variable 'offset' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tz8.c:203:26: style: The scope of the variable 'dtype' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tz8.c:325:21: style: The scope of the variable 'source' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tz8.c:325:29: style: The scope of the variable 'dest' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tz8.c:331:26: style: The scope of the variable 'len' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tz8.c:451:25: style: The scope of the variable 'source' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tz8.c:451:33: style: The scope of the variable 'dest' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tz8.c:455:30: style: The scope of the variable 'len' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tz9.c:66:6: style: The scope of the variable 'rval' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tz9.c:89:6: style: The scope of the variable 'rval' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tz9.c:112:6: style: The scope of the variable 'rval' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tz9.c:134:17: style: The scope of the variable 'rval' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tz9.c:156:18: style: The scope of the variable 'rval' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tz9.c:205:7: style: The scope of the variable 'rval' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tz9.c:205:13: style: The scope of the variable 'rval1' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tz9.c:206:6: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tz9.c:253:7: style: The scope of the variable 'rval' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tz9.c:253:13: style: The scope of the variable 'rval1' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tz9.c:254:6: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tz9.c:302:7: style: The scope of the variable 'rval' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tz9.c:302:13: style: The scope of the variable 'rval1' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tz9.c:303:6: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tz9.c:349:8: style: The scope of the variable 'rval' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tz9.c:349:14: style: The scope of the variable 'rval1' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tz9.c:350:6: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tz9.c:397:9: style: The scope of the variable 'rval' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tz9.c:397:15: style: The scope of the variable 'rval1' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tz9.c:398:6: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tz9.c:447:6: style: The scope of the variable 'diff' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tz9.c:490:18: style: The scope of the variable 'mid' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tz9.c:490:23: style: The scope of the variable 'iseq' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tz9.c:527:18: style: The scope of the variable 'mid' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tbl/tz9.c:527:23: style: The scope of the variable 'iseq' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tw/error.c:168:17: style: The scope of the variable 'p' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tw/error.c:169:16: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tw/error.c:301:7: style: The scope of the variable 'x' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tw/str1.c:687:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
17FEBpl1.2/libsrc/tw/str1.c:694:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
17FEBpl1.2/libsrc/tw/str1.c:134:16: style: The scope of the variable 'len' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tw/str1.c:607:8: style: The scope of the variable 'cp' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tw/str1.c:607:12: style: The scope of the variable 'cq' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tw/str1.c:972:16: style: The scope of the variable 'len' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tw/termcap.c:409:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
17FEBpl1.2/libsrc/tw/termcap.c:418:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
17FEBpl1.2/libsrc/tw/termcap.c:577:16: style: The scope of the variable 'n' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tw/trace.c:234:10: style: The scope of the variable 'flag' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tw/trace.c:381:14: style: The scope of the variable 'bad' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tw/trace.c:662:15: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tw/trace.c:711:16: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tw/trace.c:775:16: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tw/trace.c:808:16: style: The scope of the variable 'x' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tw/trace.c:853:16: style: The scope of the variable 'x' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tw/tvclear.c:193:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/libsrc/tw/tvclear.c:231:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/libsrc/tw/tvclear.c:342:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/libsrc/tw/tvcursor.c:654:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
17FEBpl1.2/libsrc/tw/tvcursor.c:401:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/libsrc/tw/tvget.c:249:15: style: The scope of the variable 'len' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tw/tvgets.c:658:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
17FEBpl1.2/libsrc/tw/tvgets.c:966:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
17FEBpl1.2/libsrc/tw/tvhelp.c:121:6: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
17FEBpl1.2/libsrc/tw/tvhelp.c:159:6: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
17FEBpl1.2/libsrc/tw/tvhelp.c:170:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/libsrc/tw/tvinit.c:296:18: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tw/tvinit.c:297:7: style: The scope of the variable 'cc' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tw/tvinit.c:435:17: style: The scope of the variable 'p' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tw/tvinit.c:282:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/libsrc/tw/tvinit.c:475:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/libsrc/tw/tvinit.c:524:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/libsrc/tw/tvinit.c:939:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/libsrc/tw/tvinit.c:301:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
17FEBpl1.2/libsrc/tw/tvout.c:112:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
17FEBpl1.2/libsrc/tw/tvput.c:364:9: style: The scope of the variable 'p' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tw/tvput.c:365:7: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tw/tvput.c:365:10: style: The scope of the variable 'k' can be reduced. [variableScope]
17FEBpl1.2/libsrc/tw/tvput.c:221:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/libsrc/tw/tvput.c:248:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/libsrc/tw/tvput.c:328:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/libsrc/tw/tvput.c:468:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/libsrc/tw/tvput.c:490:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/libsrc/tw/tvput.c:547:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/libsrc/tw/tvput.c:627:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/libsrc/tw/tvput.c:666:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/libsrc/tw/tvput.c:694:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/libsrc/tw/tvput.c:716:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/libsrc/tw/tvtest.c:83:3: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/libsrc/tw/tvtest.c:90:33: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/libsrc/xcon/client.c:426:12: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/libsrc/xcon/client.c:435:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/libsrc/xcon/client.c:519:15: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/libsrc/xcon/client.c:527:15: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/libsrc/xcon/client.c:478:15: style: The scope of the variable 'nr' can be reduced. [variableScope]
17FEBpl1.2/libsrc/xcon/consubsa.c:114:11: style: The scope of the variable 'loop' can be reduced. [variableScope]
17FEBpl1.2/libsrc/xcon/xck.c:158:50: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/libsrc/xcon/xck.c:221:50: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/libsrc/xcon/xck.c:415:51: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/libsrc/xcon/xck.c:477:51: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/libsrc/xcon/xcx.c:309:6: style: The scope of the variable 'stat' can be reduced. [variableScope]
17FEBpl1.2/monit/catal.c:189:4: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/monit/catal.c:187:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/monit/catal.c:189:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/monit/catal.c:153:7: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/monit/catal.c:152:7: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/monit/catal.c:153:7: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/monit/catal.c:161:7: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/monit/catal.c:160:7: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/monit/catal.c:161:7: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/monit/catal.c:232:7: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/monit/catal.c:231:7: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/monit/catal.c:232:7: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/monit/catal.c:385:7: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/monit/catal.c:384:7: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/monit/catal.c:385:7: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/monit/catal.c:473:18: style: The scope of the variable 'j' can be reduced. [variableScope]
17FEBpl1.2/monit/catal.c:473:21: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/monit/communi.c:286:11: style: The scope of the variable 'tempy' can be reduced. [variableScope]
17FEBpl1.2/monit/communi.c:323:10: style: The scope of the variable 'tempy' can be reduced. [variableScope]
17FEBpl1.2/monit/dspout.c:75:10: style: The scope of the variable 'n' can be reduced. [variableScope]
17FEBpl1.2/monit/dspout.c:76:14: style: The scope of the variable 'nr' can be reduced. [variableScope]
17FEBpl1.2/monit/dspout.c:122:6: style: The scope of the variable 'nobytes' can be reduced. [variableScope]
17FEBpl1.2/monit/helper.c:299:7: style: Variable 'reco[0]' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/monit/helper.c:298:7: note: Variable 'reco[0]' is reassigned a value before the old one has been used.
17FEBpl1.2/monit/helper.c:299:7: note: Variable 'reco[0]' is reassigned a value before the old one has been used.
17FEBpl1.2/monit/helper.c:238:6: style: The scope of the variable 'n' can be reduced. [variableScope]
17FEBpl1.2/monit/helper.c:239:15: style: The scope of the variable 'nr' can be reduced. [variableScope]
17FEBpl1.2/monit/internal.c:128:9: style: Condition 'nn>0' is always true [knownConditionTrueFalse]
17FEBpl1.2/monit/internal.c:125:6: note: Assignment 'nn=1', assigned value is 1
17FEBpl1.2/monit/internal.c:128:9: note: Condition 'nn>0' is always true
17FEBpl1.2/monit/internal1.c:142:9: style: Condition 'nn>0' is always true [knownConditionTrueFalse]
17FEBpl1.2/monit/internal1.c:139:6: note: Assignment 'nn=1', assigned value is 1
17FEBpl1.2/monit/internal1.c:142:9: note: Condition 'nn>0' is always true
17FEBpl1.2/monit/logger.c:86:1: style: Variable 'lp' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/monit/logger.c:61:0: note: Variable 'lp' is reassigned a value before the old one has been used.
17FEBpl1.2/monit/logger.c:86:1: note: Variable 'lp' is reassigned a value before the old one has been used.
17FEBpl1.2/monit/prepa1.c:772:18: style: The scope of the variable 'mm' can be reduced. [variableScope]
17FEBpl1.2/monit/prepa1.c:778:19: style: The scope of the variable 'frname' can be reduced. [variableScope]
17FEBpl1.2/monit/prepa2.c:235:9: style: The scope of the variable 'fd' can be reduced. [variableScope]
17FEBpl1.2/monit/prepa2.c:355:9: style: The scope of the variable 'ptr' can be reduced. [variableScope]
17FEBpl1.2/monit/prepa2.c:377:32: style: The scope of the variable 'dest_dir' can be reduced. [variableScope]
17FEBpl1.2/monit/prepa2.c:442:16: style: The scope of the variable 'slash_ptr' can be reduced. [variableScope]
17FEBpl1.2/monit/prepa2.c:443:14: style: The scope of the variable 'len_cmd' can be reduced. [variableScope]
17FEBpl1.2/monit/prepa2.c:443:23: style: The scope of the variable 'max_len_cmd' can be reduced. [variableScope]
17FEBpl1.2/monit/prepa2.c:443:36: style: The scope of the variable 'len_qua' can be reduced. [variableScope]
17FEBpl1.2/monit/prepa2.c:482:22: error: Allocation with malloc, strcpy doesn't release it. [leakNoVarFunctionCall]
17FEBpl1.2/monit/prepc1.c:1768:19: style: Condition 'firstch=='J'' is always false [knownConditionTrueFalse]
17FEBpl1.2/monit/prepc1.c:1721:13: note: Assuming that condition 'firstch=='I'' is not redundant
17FEBpl1.2/monit/prepc1.c:1768:19: note: Condition 'firstch=='J'' is always false
17FEBpl1.2/monit/prepc1.c:652:7: style: Variable 'iwa' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/monit/prepc1.c:651:7: note: Variable 'iwa' is reassigned a value before the old one has been used.
17FEBpl1.2/monit/prepc1.c:652:7: note: Variable 'iwa' is reassigned a value before the old one has been used.
17FEBpl1.2/monit/prepc2.c:1069:8: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/monit/prepc2.c:1072:8: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/monit/prepc2.c:1190:17: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/monit/prepc2.c:1215:17: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/monit/prepc2.c:1138:4: style: Variable 'noelem' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/monit/prepc2.c:1137:4: note: Variable 'noelem' is reassigned a value before the old one has been used.
17FEBpl1.2/monit/prepc2.c:1138:4: note: Variable 'noelem' is reassigned a value before the old one has been used.
17FEBpl1.2/monit/prepc2.c:1130:7: style: Variable 'first' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/monit/prepc2.c:1129:7: note: Variable 'first' is reassigned a value before the old one has been used.
17FEBpl1.2/monit/prepc2.c:1130:7: note: Variable 'first' is reassigned a value before the old one has been used.
17FEBpl1.2/monit/prepc2.c:68:6: style: The scope of the variable 'ia' can be reduced. [variableScope]
17FEBpl1.2/monit/prepc2.c:68:10: style: The scope of the variable 'iw' can be reduced. [variableScope]
17FEBpl1.2/monit/prepc2.c:70:7: style: The scope of the variable 'mypntr' can be reduced. [variableScope]
17FEBpl1.2/monit/prepc3.c:599:32: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/monit/prepc3.c:601:27: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/monit/prepc3.c:1019:15: style: The scope of the variable 'newlevl' can be reduced. [variableScope]
17FEBpl1.2/monit/prepc3.c:1019:24: style: The scope of the variable 'iolevl' can be reduced. [variableScope]
17FEBpl1.2/monit/prepc3.c:1020:20: style: The scope of the variable 'nr' can be reduced. [variableScope]
17FEBpl1.2/monit/prepc4.c:109:8: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/monit/prepc4.c:111:8: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/monit/prepc4.c:183:27: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/monit/prepc4.c:185:27: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/monit/prepc4.c:538:24: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/monit/prepc4.c:543:24: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/monit/prepc4.c:613:17: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/monit/prepc4.c:627:17: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/monit/prepc4.c:140:7: style: Variable 'slen' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/monit/prepc4.c:136:7: note: Variable 'slen' is reassigned a value before the old one has been used.
17FEBpl1.2/monit/prepc4.c:140:7: note: Variable 'slen' is reassigned a value before the old one has been used.
17FEBpl1.2/monit/prepc4.c:142:7: style: Variable 'slen' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/monit/prepc4.c:140:7: note: Variable 'slen' is reassigned a value before the old one has been used.
17FEBpl1.2/monit/prepc4.c:142:7: note: Variable 'slen' is reassigned a value before the old one has been used.
17FEBpl1.2/monit/prepc4.c:143:7: style: Variable 'n' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/monit/prepc4.c:141:7: note: Variable 'n' is reassigned a value before the old one has been used.
17FEBpl1.2/monit/prepc4.c:143:7: note: Variable 'n' is reassigned a value before the old one has been used.
17FEBpl1.2/monit/prepc4.c:368:10: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/monit/prepc4.c:361:10: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/monit/prepc4.c:368:10: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/monit/prepc4.c:939:20: style: The scope of the variable 'bytelem' can be reduced. [variableScope]
17FEBpl1.2/monit/prepc4.c:941:34: style: The scope of the variable 'n' can be reduced. [variableScope]
17FEBpl1.2/monit/prepc4.c:942:15: style: The scope of the variable 'nr' can be reduced. [variableScope]
17FEBpl1.2/monit/prepd.c:1142:25: style: Redundant condition: If 'EXPR == 'n'', the comparison 'EXPR != 'N'' is always true. [redundantCondition]
17FEBpl1.2/monit/prepd.c:1750:15: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/monit/prepd.c:1764:15: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/monit/prepd.c:1422:15: style: The scope of the variable 'loop' can be reduced. [variableScope]
17FEBpl1.2/monit/prepd.c:1488:13: style: The scope of the variable 'm' can be reduced. [variableScope]
17FEBpl1.2/monit/prepd.c:1488:16: style: The scope of the variable 'n' can be reduced. [variableScope]
17FEBpl1.2/monit/prepd.c:1867:16: style: The scope of the variable 'cr' can be reduced. [variableScope]
17FEBpl1.2/monit/prepf.c:78:15: style: The scope of the variable 'ca' can be reduced. [variableScope]
17FEBpl1.2/monit/prepf.c:78:19: style: The scope of the variable 'cb' can be reduced. [variableScope]
17FEBpl1.2/monit/prepf.c:1784:14: style: The scope of the variable 'nr' can be reduced. [variableScope]
17FEBpl1.2/monit/preph.c:904:0: style: The scope of the variable 'elapsed' can be reduced. [variableScope]
17FEBpl1.2/monit/prepi.c:1195:10: style: Variable 'dsclen' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/monit/prepi.c:1194:11: style: Variable 'fctpntr' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/monit/prepi.c:249:33: error: Uninitialized variable: savera [uninitvar]
17FEBpl1.2/monit/prepj.c:81:14: style: The scope of the variable 'usr_levl' can be reduced. [variableScope]
17FEBpl1.2/monit/prepj.c:83:7: style: The scope of the variable 'errlabel' can be reduced. [variableScope]
17FEBpl1.2/monit/prepj.c:83:20: style: The scope of the variable 'prefix' can be reduced. [variableScope]
17FEBpl1.2/monit/prepj.c:111:14: style: The scope of the variable 'workline' can be reduced. [variableScope]
17FEBpl1.2/monit/prepj.c:1162:14: style: The scope of the variable 'milsecs' can be reduced. [variableScope]
17FEBpl1.2/monit/prepk.c:254:31: error: Array 'oktype[4]' accessed at index 4, which is out of bounds. [arrayIndexOutOfBounds]
17FEBpl1.2/monit/prepk.c:249:4: note: After for loop, nr has value 4
17FEBpl1.2/monit/prepk.c:254:31: note: Array index out of bounds
17FEBpl1.2/monit/prepk.c:447:31: style: The scope of the variable 'mm' can be reduced. [variableScope]
17FEBpl1.2/monit/prepk.c:449:40: style: The scope of the variable 'name' can be reduced. [variableScope]
17FEBpl1.2/monit/prepk.c:612:6: style: The scope of the variable 'nbra' can be reduced. [variableScope]
17FEBpl1.2/monit/prepz1.c:304:12: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/monit/prepz1.c:312:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/monit/prepz1.c:363:12: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/monit/prepz1.c:372:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/monit/prepz1.c:70:10: style: The scope of the variable 'port' can be reduced. [variableScope]
17FEBpl1.2/monit/qreqa.c:117:4: style: Variable 'reclen' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/monit/qreqa.c:114:4: note: Variable 'reclen' is reassigned a value before the old one has been used.
17FEBpl1.2/monit/qreqa.c:117:4: note: Variable 'reclen' is reassigned a value before the old one has been used.
17FEBpl1.2/monit/qreqa.c:222:11: style: Variable 'stat' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/monit/rbexec.c:198:7: style: The scope of the variable 'temp' can be reduced. [variableScope]
17FEBpl1.2/prim/dio/libsrc/cvb.c:383:17: style: Expression is always false because 'else if' condition matches previous condition at line 381. [multiCondition]
17FEBpl1.2/prim/dio/libsrc/cvb.c:178:22: style: The scope of the variable 'n' can be reduced. [variableScope]
17FEBpl1.2/prim/dio/libsrc/cvb.c:222:22: style: The scope of the variable 'pb' can be reduced. [variableScope]
17FEBpl1.2/prim/dio/libsrc/cvb.c:223:22: style: The scope of the variable 'pv' can be reduced. [variableScope]
17FEBpl1.2/prim/dio/libsrc/cvb.c:224:21: style: The scope of the variable 'n' can be reduced. [variableScope]
17FEBpl1.2/prim/dio/libsrc/cvb.c:282:22: style: The scope of the variable 'd' can be reduced. [variableScope]
17FEBpl1.2/prim/dio/libsrc/dataio.c:201:17: style: The scope of the variable 'pbs' can be reduced. [variableScope]
17FEBpl1.2/prim/dio/libsrc/dataio.c:201:22: style: The scope of the variable 'pbe' can be reduced. [variableScope]
17FEBpl1.2/prim/dio/libsrc/dataio.c:203:10: style: The scope of the variable 'nb' can be reduced. [variableScope]
17FEBpl1.2/prim/dio/libsrc/dataio.c:203:13: style: The scope of the variable 'n' can be reduced. [variableScope]
17FEBpl1.2/prim/dio/libsrc/dataio.c:274:13: style: The scope of the variable 'n' can be reduced. [variableScope]
17FEBpl1.2/prim/dio/libsrc/datecvt.c:87:25: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/prim/dio/libsrc/fitscdm.c:105:20: style: The scope of the variable 'dn' can be reduced. [variableScope]
17FEBpl1.2/prim/dio/libsrc/fitsckw.c:82:19: style: The scope of the variable 'cc' can be reduced. [variableScope]
17FEBpl1.2/prim/dio/libsrc/fitsinf.c:171:33: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/dio/libsrc/fitsinf.c:195:13: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/dio/libsrc/fitsinf.c:87:19: style: The scope of the variable 'n' can be reduced. [variableScope]
17FEBpl1.2/prim/dio/libsrc/fitsinf.c:87:26: style: The scope of the variable 'nb' can be reduced. [variableScope]
17FEBpl1.2/prim/dio/libsrc/fitsinf.c:88:21: style: The scope of the variable 'ioff' can be reduced. [variableScope]
17FEBpl1.2/prim/dio/libsrc/fitsinf.c:91:17: style: The scope of the variable 'f' can be reduced. [variableScope]
17FEBpl1.2/prim/dio/libsrc/fitsinf.c:110:10: style: The scope of the variable 'istat' can be reduced. [variableScope]
17FEBpl1.2/prim/dio/libsrc/fitsinf.c:220:18: style: The scope of the variable 'pc' can be reduced. [variableScope]
17FEBpl1.2/prim/dio/libsrc/fitsmdb.c:264:20: warning: Possible null pointer dereference: data [nullPointer]
17FEBpl1.2/prim/dio/libsrc/fitsmdb.c:73:31: note: Calling function 'mdb_cont', 4th argument 'data' value is 0
17FEBpl1.2/prim/dio/libsrc/fitsmdb.c:264:20: note: Null pointer dereference
17FEBpl1.2/prim/dio/libsrc/fitsmdb.c:266:18: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
17FEBpl1.2/prim/dio/libsrc/fitsmdb.c:73:31: note: Calling function 'mdb_cont', 4th argument 'data' value is 0
17FEBpl1.2/prim/dio/libsrc/fitsmdb.c:266:18: note: Null pointer addition
17FEBpl1.2/prim/dio/libsrc/fitsmdb.c:229:16: style: Unused variable: lastidx [unusedVariable]
17FEBpl1.2/prim/dio/libsrc/fitsmdb.c:230:7: style: Unused variable: i [unusedVariable]
17FEBpl1.2/prim/dio/libsrc/fitsmdb.c:230:13: style: Unused variable: koff [unusedVariable]
17FEBpl1.2/prim/dio/libsrc/fitsmdb.c:230:24: style: Unused variable: ival [unusedVariable]
17FEBpl1.2/prim/dio/libsrc/fitsmdb.c:230:30: style: Unused variable: cont_flag [unusedVariable]
17FEBpl1.2/prim/dio/libsrc/fitsmdb.c:235:8: style: Unused variable: dscptr [unusedVariable]
17FEBpl1.2/prim/dio/libsrc/fitsmdb.c:235:17: style: Unused variable: cptr [unusedVariable]
17FEBpl1.2/prim/dio/libsrc/fitsrat.c:156:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
17FEBpl1.2/prim/dio/libsrc/fitsrat.c:63:21: style: The scope of the variable 'pc' can be reduced. [variableScope]
17FEBpl1.2/prim/dio/libsrc/fitsrat.c:65:20: style: The scope of the variable 'nc' can be reduced. [variableScope]
17FEBpl1.2/prim/dio/libsrc/fitsrbt.c:322:1: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
17FEBpl1.2/prim/dio/libsrc/fitsrbt.c:315:20: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
17FEBpl1.2/prim/dio/libsrc/fitsrdm.c:556:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
17FEBpl1.2/prim/dio/libsrc/fitsrdm.c:327:38: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/dio/libsrc/fitsrdm.c:329:38: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/dio/libsrc/fitsrdm.c:334:46: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/dio/libsrc/fitsrdm.c:336:46: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/dio/libsrc/fitsrdm.c:357:41: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/dio/libsrc/fitsrdm.c:359:49: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/dio/libsrc/fitsrdm.c:368:28: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/dio/libsrc/fitsrdm.c:370:43: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/dio/libsrc/fitsrdm.c:412:42: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/dio/libsrc/fitsrdm.c:414:49: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/dio/libsrc/fitsrdm.c:419:42: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/dio/libsrc/fitsrdm.c:421:49: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/dio/libsrc/fitsrdmNUL.c:684:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
17FEBpl1.2/prim/dio/libsrc/fitsrdmNUL.c:1137:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
17FEBpl1.2/prim/dio/libsrc/fitsrdmNUL.c:361:31: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/dio/libsrc/fitsrdmNUL.c:363:39: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/dio/libsrc/fitsrdmNUL.c:368:32: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/dio/libsrc/fitsrdmNUL.c:370:39: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/dio/libsrc/fitsrdmNUL.c:433:42: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/dio/libsrc/fitsrdmNUL.c:435:42: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/dio/libsrc/fitsrdmNUL.c:452:31: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/dio/libsrc/fitsrdmNUL.c:457:32: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/dio/libsrc/fitsrdmNUL.c:527:42: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/dio/libsrc/fitsrdmNUL.c:529:42: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/dio/libsrc/fitsrdmNUL.c:534:42: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/dio/libsrc/fitsrdmNUL.c:536:42: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/dio/libsrc/fitsrdmNUL.c:911:28: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/dio/libsrc/fitsrdmNUL.c:913:29: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/dio/libsrc/fitsrdmNUL.c:974:28: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/dio/libsrc/fitsrdmNUL.c:976:36: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/dio/libsrc/fitsrdmNUL.c:89:42: style: The scope of the variable 'n' can be reduced. [variableScope]
17FEBpl1.2/prim/dio/libsrc/fitsrdmNUL.c:90:52: style: The scope of the variable 'unit' can be reduced. [variableScope]
17FEBpl1.2/prim/dio/libsrc/fitsrdmNUL.c:92:21: style: The scope of the variable 'cuts' can be reduced. [variableScope]
17FEBpl1.2/prim/dio/libsrc/fitsrdmNUL.c:715:31: style: The scope of the variable 'npix' can be reduced. [variableScope]
17FEBpl1.2/prim/dio/libsrc/fitsrdmNUL.c:715:37: style: The scope of the variable 'n' can be reduced. [variableScope]
17FEBpl1.2/prim/dio/libsrc/fitsrdmNUL.c:716:48: style: The scope of the variable 'unit' can be reduced. [variableScope]
17FEBpl1.2/prim/dio/libsrc/fitsrdmNUL.c:719:21: style: The scope of the variable 'cuts' can be reduced. [variableScope]
17FEBpl1.2/prim/dio/libsrc/fitsrdmui2.c:430:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
17FEBpl1.2/prim/dio/libsrc/fitsrdmui2.c:294:28: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/dio/libsrc/fitsrdmui2.c:296:43: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/dio/libsrc/fitsrdmui2.c:324:28: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/dio/libsrc/fitsrdmui2.c:326:43: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/dio/libsrc/fitsrdmui2.c:78:23: style: The scope of the variable 'npix' can be reduced. [variableScope]
17FEBpl1.2/prim/dio/libsrc/fitsrdmui2.c:78:29: style: The scope of the variable 'n' can be reduced. [variableScope]
17FEBpl1.2/prim/dio/libsrc/fitsrdmui2.c:79:40: style: The scope of the variable 'unit' can be reduced. [variableScope]
17FEBpl1.2/prim/dio/libsrc/fitsrdmui2.c:84:21: style: The scope of the variable 'cuts' can be reduced. [variableScope]
17FEBpl1.2/prim/dio/libsrc/fitsrdmui2.c:92:13: style: union member 'Anonymous0::d' is never used. [unusedStructMember]
17FEBpl1.2/prim/dio/libsrc/fitsrdmui2.c:95:19: style: union member 'Anonymous1::b' is never used. [unusedStructMember]
17FEBpl1.2/prim/dio/libsrc/fitsrdmui2.c:99:19: style: union member 'Anonymous1::i' is never used. [unusedStructMember]
17FEBpl1.2/prim/dio/libsrc/fitsrdmui2.c:101:19: style: union member 'Anonymous1::d' is never used. [unusedStructMember]
17FEBpl1.2/prim/dio/libsrc/fitsrhd.c:910:9: style: The scope of the variable 'dw' can be reduced. [variableScope]
17FEBpl1.2/prim/dio/libsrc/fitsrhd.c:912:30: style: The scope of the variable 'Pihalf' can be reduced. [variableScope]
17FEBpl1.2/prim/dio/libsrc/fitssxd.c:55:8: style: The scope of the variable 'nb' can be reduced. [variableScope]
17FEBpl1.2/prim/dio/libsrc/fitswat.c:58:19: style: The scope of the variable 'pb' can be reduced. [variableScope]
17FEBpl1.2/prim/dio/libsrc/fitswbt.c:62:7: style: The scope of the variable 'pb' can be reduced. [variableScope]
17FEBpl1.2/prim/dio/libsrc/fitswbt.c:75:10: style: union member 'Anonymous0::l' is never used. [unusedStructMember]
17FEBpl1.2/prim/dio/libsrc/fitswdb.c:325:8: performance: Buffer 'fhc' is being written before its old content has been used. [redundantCopy]
17FEBpl1.2/prim/dio/libsrc/fitswdb.c:324:8: note: Buffer 'fhc' is being written before its old content has been used.
17FEBpl1.2/prim/dio/libsrc/fitswdb.c:325:8: note: Buffer 'fhc' is being written before its old content has been used.
17FEBpl1.2/prim/dio/libsrc/fitswdm.c:259:34: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/dio/libsrc/fitswdm.c:293:22: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/dio/libsrc/fitswdm.c:307:34: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/dio/libsrc/fitswdm.c:341:22: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/dio/libsrc/fitswdm.c:74:17: style: The scope of the variable 'pu' can be reduced. [variableScope]
17FEBpl1.2/prim/dio/libsrc/fitswdm.c:278:16: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
17FEBpl1.2/prim/dio/libsrc/fitswdm.c:326:16: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
17FEBpl1.2/prim/dio/libsrc/fitswkw.c:262:15: style: The scope of the variable 'pc' can be reduced. [variableScope]
17FEBpl1.2/prim/dio/libsrc/fkwstr.c:82:11: style: The scope of the variable 'm' can be reduced. [variableScope]
17FEBpl1.2/prim/dio/libsrc/fkwstr.c:82:14: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/prim/dio/libsrc/getval.c:54:21: style: The scope of the variable 'psign' can be reduced. [variableScope]
17FEBpl1.2/prim/dio/libsrc/ofname.c:118:15: style: The scope of the variable 'number' can be reduced. [variableScope]
17FEBpl1.2/prim/dio/libsrc/ofname.c:201:16: style: The scope of the variable 'c' can be reduced. [variableScope]
17FEBpl1.2/prim/dio/src/indisk.c:694:14: style: The scope of the variable 'namea' can be reduced. [variableScope]
17FEBpl1.2/prim/dio/src/indisk.c:694:26: style: The scope of the variable 'nameb' can be reduced. [variableScope]
17FEBpl1.2/prim/dio/src/infile.c:483:9: style: The scope of the variable 'baddy' can be reduced. [variableScope]
17FEBpl1.2/prim/dio/src/infile.c:484:18: style: The scope of the variable 'nr' can be reduced. [variableScope]
17FEBpl1.2/prim/dio/src/infile.c:484:22: style: The scope of the variable 'mr' can be reduced. [variableScope]
17FEBpl1.2/prim/dio/src/infile.c:485:18: style: The scope of the variable 'cc' can be reduced. [variableScope]
17FEBpl1.2/prim/dio/src/outfits.c:62:21: style: The scope of the variable 'fin' can be reduced. [variableScope]
17FEBpl1.2/prim/dio/src/outfits.c:69:15: style: The scope of the variable 'err' can be reduced. [variableScope]
17FEBpl1.2/prim/dio/src/outfits.c:69:25: style: The scope of the variable 'mft' can be reduced. [variableScope]
17FEBpl1.2/prim/dio/src/outfits.c:72:10: style: The scope of the variable 'tmbyte' can be reduced. [variableScope]
17FEBpl1.2/prim/dio/src/outfits.c:102:14: style: Array index 'mf' is used before limits check. [arrayIndexThenCheck]
17FEBpl1.2/prim/dio/src/outtape.c:305:13: style: Redundant condition: If 'EXPR == '.'', the comparison 'EXPR' is always true. [redundantCondition]
17FEBpl1.2/prim/display/libsrc/cauxwnd.c:548:38: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/display/libsrc/cauxwnd.c:552:41: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/display/libsrc/cauxwnd.c:556:41: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/display/libsrc/cauxwnd.c:115:15: style: The scope of the variable 'help44' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/cauxwnd.c:120:5: style: The scope of the variable 'help6' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/cauxwnd.c:121:15: style: The scope of the variable 'help71' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/cauxwnd.c:123:15: style: The scope of the variable 'help72' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/cauxwnd.c:125:15: style: The scope of the variable 'help81' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/cauxwnd.c:127:15: style: The scope of the variable 'help82' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/cauxwnd.c:129:15: style: The scope of the variable 'help83' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/cauxwnd.c:131:15: style: The scope of the variable 'help9' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/cauxwnd.c:133:5: style: The scope of the variable 'help10' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/dcl.c:101:18: style: The scope of the variable 'mr' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/dcl.c:104:23: style: The scope of the variable 'flag' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/dcl.c:105:24: style: The scope of the variable 'splmod' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/dcl.c:106:31: style: The scope of the variable 'splcx' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/dcl.c:106:44: style: The scope of the variable 'splcy' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/dcl.c:108:6: style: The scope of the variable 'idiserver' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/dcl.c:386:9: style: The scope of the variable 'kdum' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/drawinput.c:105:23: style: The scope of the variable 'kk' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/drawinput.c:278:14: style: The scope of the variable 'nn' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/drawsubs.c:107:9: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/prim/display/libsrc/drawsubs.c:273:14: style: The scope of the variable 'nn' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/drimg.c:212:8: style: The scope of the variable 'ca' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/drimg.c:212:12: style: The scope of the variable 'sa' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/getcur.c:926:15: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/prim/display/libsrc/getcur.c:1199:9: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/prim/display/libsrc/getcur.c:167:4: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/display/libsrc/getcur.c:161:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/display/libsrc/getcur.c:167:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/display/libsrc/getcur.c:206:7: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/display/libsrc/getcur.c:204:7: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/display/libsrc/getcur.c:206:7: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/display/libsrc/getcur.c:456:4: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/display/libsrc/getcur.c:453:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/display/libsrc/getcur.c:456:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/display/libsrc/getcur.c:445:7: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/display/libsrc/getcur.c:442:7: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/display/libsrc/getcur.c:445:7: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/display/libsrc/getcur.c:667:4: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/display/libsrc/getcur.c:666:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/display/libsrc/getcur.c:667:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/display/libsrc/getcur.c:698:13: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/display/libsrc/getcur.c:696:13: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/display/libsrc/getcur.c:698:13: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/display/libsrc/getcur.c:836:7: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/display/libsrc/getcur.c:833:7: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/display/libsrc/getcur.c:836:7: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/display/libsrc/getcur.c:1140:1: style: Variable 'nr' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/display/libsrc/getcur.c:1132:1: note: Variable 'nr' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/display/libsrc/getcur.c:1140:1: note: Variable 'nr' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/display/libsrc/getcur.c:970:7: style: The scope of the variable 'sum' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/getcur.c:970:21: style: The scope of the variable 'w' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/getcur.c:1121:1: style: Variable 'naxpix' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/prim/display/libsrc/getcur.c:1140:6: style: Variable 'nr' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/prim/display/libsrc/graphics.c:70:18: style: The scope of the variable 'histr' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/graphics.c:161:18: style: The scope of the variable 'histr' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/hsirbg.c:97:7: style: The scope of the variable 'imax' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/hsirbg.c:99:44: style: The scope of the variable 'rmin' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/hsirbg.c:99:50: style: The scope of the variable 'rmax' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/hsirbg.c:99:56: style: The scope of the variable 'rdif' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/joystick.c:80:5: style: The scope of the variable 'intype' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/joystick.c:80:13: style: The scope of the variable 'intid' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/joystick.c:80:28: style: The scope of the variable 'oper' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/joystick.c:80:34: style: The scope of the variable 'objty' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/joystick.c:80:41: style: The scope of the variable 'objid' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/joystick.c:82:5: style: The scope of the variable 'exttrg' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/joystick.c:83:5: style: The scope of the variable 'enttrg' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/joystick.c:84:5: style: The scope of the variable 'exetrg' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/joystick.c:158:6: style: The scope of the variable 'ibuff' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/joystick.c:159:14: style: The scope of the variable 'ii' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/joystick.c:161:9: style: The scope of the variable 'dd' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/joystick.c:163:18: style: The scope of the variable 'sexa' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/joystick.c:163:28: style: The scope of the variable 'sexb' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/joystick.c:171:7: style: The scope of the variable 'fmt_dis' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/joystick.c:172:7: style: The scope of the variable 'fmt_disr' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/joystick.c:173:7: style: The scope of the variable 'info_labl' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/joystick.c:175:7: style: The scope of the variable 'info_lablr' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/joystick.c:241:43: error: Undefined behavior: Variable 'output' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
17FEBpl1.2/prim/display/libsrc/joystick.c:243:43: error: Undefined behavior: Variable 'output' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
17FEBpl1.2/prim/display/libsrc/loadwn.c:96:19: style: The scope of the variable 'flag' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/loadwn.c:96:36: style: The scope of the variable 'statd' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/mycuts.c:101:8: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/prim/display/libsrc/packer.c:115:15: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/prim/display/libsrc/packer.c:308:15: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/prim/display/libsrc/packer.c:113:42: style: The scope of the variable 'rval' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/packer.c:136:41: style: The scope of the variable 'ival' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/packer.c:159:37: style: The scope of the variable 'jval' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/packer.c:182:22: style: The scope of the variable 'clow' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/packer.c:182:28: style: The scope of the variable 'chi' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/packer.c:182:41: style: The scope of the variable 'cval' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/packer.c:217:49: style: The scope of the variable 'juval' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/packer.c:306:34: style: The scope of the variable 'rval' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/packer.c:331:32: style: The scope of the variable 'ival' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/packer.c:356:37: style: The scope of the variable 'jval' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/packer.c:381:21: style: The scope of the variable 'clow' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/packer.c:381:27: style: The scope of the variable 'chi' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/packer.c:419:49: style: The scope of the variable 'juval' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/pslibi.c:855:7: style: Condition '!psbp8' is always false [knownConditionTrueFalse]
17FEBpl1.2/prim/display/libsrc/pslibi.c:848:11: note: Assignment 'psbp8=1', assigned value is 1
17FEBpl1.2/prim/display/libsrc/pslibi.c:855:7: note: Condition '!psbp8' is always false
17FEBpl1.2/prim/display/libsrc/pslibi.c:184:14: style: The scope of the variable 'c' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/pslibi.c:289:12: style: The scope of the variable 'x' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/pslibi.c:422:22: style: The scope of the variable 'tsx' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/pslibi.c:422:27: style: The scope of the variable 'tsy' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/pslibi.c:558:21: style: The scope of the variable 'val' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/pslibi.c:558:30: style: The scope of the variable 'np' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/pslibi.c:809:27: style: The scope of the variable 'nv' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/pslibi.c:809:31: style: The scope of the variable 'nc' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/setcur.c:79:15: style: The scope of the variable 'nr' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/setcur.c:338:15: style: The scope of the variable 'ydif' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/subcur.c:137:15: error: Array 'dazzin[4]' accessed at index 4, which is out of bounds. [arrayIndexOutOfBounds]
17FEBpl1.2/prim/display/libsrc/subcur.c:186:11: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
17FEBpl1.2/prim/display/libsrc/subcur.c:188:11: note: Found duplicate branches for 'if' and 'else'.
17FEBpl1.2/prim/display/libsrc/subcur.c:186:11: note: Found duplicate branches for 'if' and 'else'.
17FEBpl1.2/prim/display/libsrc/subcur.c:249:11: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
17FEBpl1.2/prim/display/libsrc/subcur.c:251:11: note: Found duplicate branches for 'if' and 'else'.
17FEBpl1.2/prim/display/libsrc/subcur.c:249:11: note: Found duplicate branches for 'if' and 'else'.
17FEBpl1.2/prim/display/libsrc/subcur.c:119:14: style: The scope of the variable 'nn' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/subcur.c:121:17: style: The scope of the variable 'cindx' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/subcur.c:121:38: style: The scope of the variable 'go_on' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/subcur.c:121:64: style: The scope of the variable 'nrco' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/subcur.c:122:8: style: The scope of the variable 'num' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/subcur.c:122:46: style: The scope of the variable 'coord' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/subcur.c:127:9: style: The scope of the variable 'pntr1' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/subcur.c:127:17: style: The scope of the variable 'pntr2' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/subdzt.c:676:26: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
17FEBpl1.2/prim/display/libsrc/subdzt.c:675:25: note: outer condition: indx>0
17FEBpl1.2/prim/display/libsrc/subdzt.c:676:26: note: opposite inner condition: indx==0
17FEBpl1.2/prim/display/libsrc/subdzt.c:135:24: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/display/libsrc/subdzt.c:220:24: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/display/libsrc/subdzt.c:236:27: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/display/libsrc/subdzt.c:255:24: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/display/libsrc/subdzt.c:545:21: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/display/libsrc/subdzt.c:611:21: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/display/libsrc/subdzt.c:708:33: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/display/libsrc/subdzt.c:752:33: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/display/libsrc/subdzt.c:114:14: style: The scope of the variable 'nn' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/subdzt.c:118:8: style: The scope of the variable 'rbuf' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/subdzt.c:122:14: style: The scope of the variable 'err_labl' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/subdzt.c:196:20: style: The scope of the variable 'indx' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/subdzt.c:199:7: style: The scope of the variable 'nn' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/subdzt.c:199:25: style: The scope of the variable 'ittn' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/subdzt.c:199:50: style: The scope of the variable 'column' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/subdzt.c:199:61: style: The scope of the variable 'tbnull' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/subdzt.c:203:7: style: The scope of the variable 'ittflg' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/subdzt.c:203:29: style: The scope of the variable 'output' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/subdzt.c:207:14: style: The scope of the variable 'tblabl' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/subdzt.c:208:14: style: The scope of the variable 'err_labl' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/subdzt.c:335:14: style: The scope of the variable 'err_labl' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/subdzt.c:582:8: style: The scope of the variable 'rbuf' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/subdzt.c:584:14: style: The scope of the variable 'err_labl' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/subdzt.c:790:64: style: The scope of the variable 'range' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/subext.c:444:21: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/prim/display/libsrc/subext.c:448:21: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/display/libsrc/subext.c:494:18: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/prim/display/libsrc/subext.c:110:7: style: The scope of the variable 'xm' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/subext.c:110:11: style: The scope of the variable 'ym' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/subrdi.c:213:9: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/prim/display/libsrc/subrdi.c:82:8: style: The scope of the variable 'cform' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/subrdi.c:82:21: style: The scope of the variable 'color' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/subrdi.c:82:28: style: The scope of the variable 'dista' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/subrdi.c:82:73: style: The scope of the variable 'xm' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/subrdi.c:82:77: style: The scope of the variable 'ym' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/subrdi.c:86:37: style: The scope of the variable 'output' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/subrdi.c:88:12: style: The scope of the variable 'coord' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/subrdi.c:200:8: style: Variable 'size' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/prim/display/libsrc/trace1d.c:363:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/display/libsrc/trace1d.c:379:16: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/display/libsrc/trace1d.c:380:16: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/display/libsrc/trace1d.c:411:40: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/display/libsrc/trace1d.c:493:13: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/display/libsrc/trace1d.c:494:13: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/display/libsrc/trace1d.c:495:13: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/display/libsrc/trace1d.c:762:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/display/libsrc/trace1d.c:835:17: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/prim/display/libsrc/trace1d.c:425:13: style: The scope of the variable 'first' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/trace1d.c:425:20: style: The scope of the variable 'npoint' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/trace1d.c:524:5: style: The scope of the variable 'icen' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/trace1d.c:527:14: style: The scope of the variable 'scale' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/trace1d.c:529:14: style: The scope of the variable 'angle' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/trace1d.c:590:17: style: The scope of the variable 'icen' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/trace1d.c:602:14: style: The scope of the variable 'initD' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/trace1d.c:603:14: style: The scope of the variable 'scale' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/trace1d.c:607:36: style: The scope of the variable 'iaux' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/trace1d.c:608:14: style: The scope of the variable 'angle' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/trace1d.c:799:20: style: The scope of the variable 'pixo' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/trace1d.c:800:8: style: The scope of the variable 'output' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/trace1d.c:803:2: style: The scope of the variable 'rowhis' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/trace1d.c:804:2: style: The scope of the variable 'colhis' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/trace1d.c:805:2: style: The scope of the variable 'trchis' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/trace1d.c:493:8: error: Memory pointed to by 'pntrX' is freed twice. [doubleFree]
17FEBpl1.2/prim/display/libsrc/trace1d.c:494:8: error: Memory pointed to by 'pntrY' is freed twice. [doubleFree]
17FEBpl1.2/prim/display/libsrc/trace2d.c:256:6: style: Condition 'first' is always true [knownConditionTrueFalse]
17FEBpl1.2/prim/display/libsrc/trace2d.c:234:16: note: Assignment 'first=1', assigned value is 1
17FEBpl1.2/prim/display/libsrc/trace2d.c:256:6: note: Condition 'first' is always true
17FEBpl1.2/prim/display/libsrc/trace2d.c:550:9: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/prim/display/libsrc/trace2d.c:559:38: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/display/libsrc/trace2d.c:596:14: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/display/libsrc/trace2d.c:597:14: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/display/libsrc/trace2d.c:598:14: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/display/libsrc/trace2d.c:487:1: style: Variable 'pixels' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/prim/display/libsrc/util.c:208:21: style: The scope of the variable 'q1' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/util.c:208:25: style: The scope of the variable 'q2' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/util.c:209:14: style: The scope of the variable 'roff' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/util.c:211:26: style: The scope of the variable 'jouta' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/util.c:211:33: style: The scope of the variable 'joutb' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/util.c:276:21: style: The scope of the variable 'q1' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/util.c:276:25: style: The scope of the variable 'q2' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/util.c:277:14: style: The scope of the variable 'roff' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/util.c:279:15: style: The scope of the variable 'jin' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/viewit.c:531:11: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/prim/display/libsrc/viewit.c:552:14: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/prim/display/libsrc/viewit.c:639:52: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/prim/display/libsrc/viewit.c:644:16: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/display/libsrc/viewit.c:657:45: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/prim/display/libsrc/viewit.c:662:16: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/display/libsrc/viewit.c:675:45: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/prim/display/libsrc/viewit.c:1015:19: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/display/libsrc/viewit.c:1016:19: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/display/libsrc/viewit.c:1044:19: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/display/libsrc/viewit.c:1045:19: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/display/libsrc/viewit.c:1065:19: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/display/libsrc/viewit.c:1086:19: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/display/libsrc/viewit.c:1226:10: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/prim/display/libsrc/viewit.c:1255:14: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/display/libsrc/viewit.c:1484:20: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/prim/display/libsrc/viewit.c:226:1: style: Variable 'nr' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/display/libsrc/viewit.c:223:1: note: Variable 'nr' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/display/libsrc/viewit.c:226:1: note: Variable 'nr' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/display/libsrc/viewit.c:234:1: style: Variable 'nr' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/display/libsrc/viewit.c:226:1: note: Variable 'nr' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/display/libsrc/viewit.c:234:1: note: Variable 'nr' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/display/libsrc/viewit.c:237:1: style: Variable 'nr' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/display/libsrc/viewit.c:234:1: note: Variable 'nr' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/display/libsrc/viewit.c:237:1: note: Variable 'nr' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/display/libsrc/viewit.c:1476:15: style: Variable 'statB' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/display/libsrc/viewit.c:1472:15: note: Variable 'statB' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/display/libsrc/viewit.c:1476:15: note: Variable 'statB' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/display/libsrc/viewit.c:145:22: style: The scope of the variable 'sigma' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/viewit.c:154:14: style: The scope of the variable 'cutstr' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/viewit.c:484:24: style: The scope of the variable 'ism1' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/viewit.c:484:30: style: The scope of the variable 'ism2' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/viewit.c:484:36: style: The scope of the variable 'navrg' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/viewit.c:486:14: style: The scope of the variable 'ix' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/viewit.c:486:18: style: The scope of the variable 'iy' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/viewit.c:488:8: style: The scope of the variable 'avrg' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/viewit.c:526:12: style: The scope of the variable 'pixptr' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/viewit.c:730:16: style: The scope of the variable 'fval' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/viewit.c:784:7: style: The scope of the variable 'bin' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/viewit.c:784:15: style: The scope of the variable 'cbuff' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/viewit.c:696:37: error: Undefined behavior: Variable 'output' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
17FEBpl1.2/prim/display/libsrc/walphb.c:65:5: style: The scope of the variable 'kk' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/walphb.c:188:6: style: The scope of the variable 'string' can be reduced. [variableScope]
17FEBpl1.2/prim/display/libsrc/wimg.c:520:20: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/prim/display/libsrc/wimg.c:536:26: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/prim/display/libsrc/wimg.c:569:31: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/display/libsrc/wimg.c:629:31: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/display/libsrc/wimg.c:650:26: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/prim/display/libsrc/wimg.c:679:31: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/display/libsrc/wimg.c:737:31: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/display/libsrc/wimg.c:746:25: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/display/libsrc/wimg.c:1192:20: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/prim/display/libsrc/wimg.c:1209:26: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/prim/display/libsrc/wimg.c:1242:31: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/display/libsrc/wimg.c:1302:31: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/display/libsrc/wimg.c:1321:26: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/prim/display/libsrc/wimg.c:1350:31: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/display/libsrc/wimg.c:1408:31: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/display/libsrc/wimg.c:1416:25: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/display/src/coord.c:132:14: style: The scope of the variable 'ii' can be reduced. [variableScope]
17FEBpl1.2/prim/display/src/coord.c:142:14: style: The scope of the variable 'mxrec' can be reduced. [variableScope]
17FEBpl1.2/prim/display/src/coord.c:235:23: style: The scope of the variable 'tindx' can be reduced. [variableScope]
17FEBpl1.2/prim/display/src/coord.c:238:14: style: The scope of the variable 'rbuff' can be reduced. [variableScope]
17FEBpl1.2/prim/display/src/coord.c:243:8: style: The scope of the variable 'idstr' can be reduced. [variableScope]
17FEBpl1.2/prim/display/src/coord.c:243:42: style: The scope of the variable 'tbunit' can be reduced. [variableScope]
17FEBpl1.2/prim/display/src/coord.c:248:14: style: The scope of the variable 'info_iden' can be reduced. [variableScope]
17FEBpl1.2/prim/display/src/coord.c:249:14: style: The scope of the variable 'tblabl' can be reduced. [variableScope]
17FEBpl1.2/prim/display/src/coord.c:255:14: style: The scope of the variable 'zlabl' can be reduced. [variableScope]
17FEBpl1.2/prim/display/src/coord.c:259:29: style: The scope of the variable 'ap_flag' can be reduced. [variableScope]
17FEBpl1.2/prim/display/src/coord.c:261:13: style: The scope of the variable 'oldstr' can be reduced. [variableScope]
17FEBpl1.2/prim/display/src/draw.c:608:34: style: The scope of the variable 'xx' can be reduced. [variableScope]
17FEBpl1.2/prim/display/src/draw.c:608:38: style: The scope of the variable 'yy' can be reduced. [variableScope]
17FEBpl1.2/prim/display/src/idauxx.c:1006:7: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/display/src/idauxx.c:1001:7: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/display/src/idauxx.c:1006:7: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/display/src/idauxx.c:1088:7: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/display/src/idauxx.c:1087:7: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/display/src/idauxx.c:1088:7: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/display/src/idauxx.c:415:21: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
17FEBpl1.2/prim/display/src/idauxx.c:420:16: note: Found duplicate branches for 'if' and 'else'.
17FEBpl1.2/prim/display/src/idauxx.c:415:21: note: Found duplicate branches for 'if' and 'else'.
17FEBpl1.2/prim/display/src/psbdf.c:679:15: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/prim/display/src/psbdf.c:444:16: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/display/src/psbdf.c:441:16: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/display/src/psbdf.c:444:16: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/display/src/psbdf.c:447:16: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/display/src/psbdf.c:444:16: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/display/src/psbdf.c:447:16: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/display/src/psbdf.c:84:27: style: The scope of the variable 'px' can be reduced. [variableScope]
17FEBpl1.2/prim/display/src/psbdf.c:88:54: style: The scope of the variable 'dlut' can be reduced. [variableScope]
17FEBpl1.2/prim/display/src/psbdf.c:97:18: style: The scope of the variable 'pf' can be reduced. [variableScope]
17FEBpl1.2/prim/display/src/psbdf.c:98:38: style: The scope of the variable 'x' can be reduced. [variableScope]
17FEBpl1.2/prim/display/src/psbdf.c:621:19: style: The scope of the variable 'tg' can be reduced. [variableScope]
17FEBpl1.2/prim/display/src/psbdf.c:621:24: style: The scope of the variable 'tb' can be reduced. [variableScope]
17FEBpl1.2/prim/display/src/psbdf.c:703:16: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/prim/display/src/psbdf.c:765:7: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/prim/display/src/view.c:103:64: style: The scope of the variable 'text' can be reduced. [variableScope]
17FEBpl1.2/prim/display/src/view.c:109:7: style: The scope of the variable 'tblunit' can be reduced. [variableScope]
17FEBpl1.2/prim/display/src/view.c:110:14: style: The scope of the variable 'tbllabl' can be reduced. [variableScope]
17FEBpl1.2/prim/display/src/view.c:114:12: style: The scope of the variable 'scale' can be reduced. [variableScope]
17FEBpl1.2/prim/display/src/wndcrea.c:330:4: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/display/src/wndcrea.c:329:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/display/src/wndcrea.c:330:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/display/src/wndcrea.c:667:4: style: Variable 'opnstat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/display/src/wndcrea.c:665:4: note: Variable 'opnstat' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/display/src/wndcrea.c:667:4: note: Variable 'opnstat' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/display/src/wndcrea.c:997:4: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/display/src/wndcrea.c:996:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/display/src/wndcrea.c:997:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/display/src/wndcrea.c:163:17: style: The scope of the variable 'dzlim' can be reduced. [variableScope]
17FEBpl1.2/prim/display/src/wndcrea.c:164:15: style: The scope of the variable 'nr' can be reduced. [variableScope]
17FEBpl1.2/prim/display/src/wndcrea.c:164:19: style: The scope of the variable 'mr' can be reduced. [variableScope]
17FEBpl1.2/prim/display/src/wndcrea.c:252:50: style: The scope of the variable 'kbuf' can be reduced. [variableScope]
17FEBpl1.2/prim/display/src/wndcrea.c:256:8: style: The scope of the variable 'rbuf' can be reduced. [variableScope]
17FEBpl1.2/prim/display/src/wndcrea.c:910:13: style: The scope of the variable 'xbig' can be reduced. [variableScope]
17FEBpl1.2/prim/display/src/wndcrea.c:330:11: style: Variable 'stat' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/prim/display/src/wrima.c:590:17: warning: scanf() without field width limits can crash with huge input data. [invalidscanf]
17FEBpl1.2/prim/edit/libsrc/edtcommand.c:524:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/edit/libsrc/edtcommand.c:523:2: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/edit/libsrc/edtcommand.c:524:2: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/edit/libsrc/edtcommand.c:543:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/edit/libsrc/edtcommand.c:542:2: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/edit/libsrc/edtcommand.c:543:2: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/edit/libsrc/edtcommand.c:562:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/edit/libsrc/edtcommand.c:561:2: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/edit/libsrc/edtcommand.c:562:2: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/edit/libsrc/edtcommand.c:137:7: style: The scope of the variable 'iend' can be reduced. [variableScope]
17FEBpl1.2/prim/edit/libsrc/edtcommand.c:137:21: style: The scope of the variable 'k' can be reduced. [variableScope]
17FEBpl1.2/prim/edit/libsrc/edtcommand.c:137:24: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/prim/edit/libsrc/edtcommand.c:137:27: style: The scope of the variable 'ii' can be reduced. [variableScope]
17FEBpl1.2/prim/edit/libsrc/edtcommand.c:137:31: style: The scope of the variable 'j' can be reduced. [variableScope]
17FEBpl1.2/prim/edit/libsrc/edtcommand.c:137:51: style: The scope of the variable 'mylen' can be reduced. [variableScope]
17FEBpl1.2/prim/edit/libsrc/edtcommand.c:138:14: style: The scope of the variable 'form' can be reduced. [variableScope]
17FEBpl1.2/prim/edit/libsrc/edtcommand.c:138:23: style: The scope of the variable 'dums' can be reduced. [variableScope]
17FEBpl1.2/prim/edit/libsrc/edtcommand.c:202:7: style: The scope of the variable 'istart' can be reduced. [variableScope]
17FEBpl1.2/prim/edit/libsrc/edtcommand.c:202:15: style: The scope of the variable 'status' can be reduced. [variableScope]
17FEBpl1.2/prim/edit/libsrc/edtcommand.c:202:23: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/prim/edit/libsrc/edtcommand.c:202:26: style: The scope of the variable 'ii' can be reduced. [variableScope]
17FEBpl1.2/prim/edit/libsrc/edtcommand.c:202:30: style: The scope of the variable 'k' can be reduced. [variableScope]
17FEBpl1.2/prim/edit/libsrc/edtcommand.c:202:33: style: The scope of the variable 'l' can be reduced. [variableScope]
17FEBpl1.2/prim/edit/libsrc/edtcommand.c:202:41: style: The scope of the variable 'mylen' can be reduced. [variableScope]
17FEBpl1.2/prim/edit/libsrc/edtcommand.c:203:8: style: The scope of the variable 'form' can be reduced. [variableScope]
17FEBpl1.2/prim/edit/libsrc/edtcommand.c:203:18: style: The scope of the variable 'dums' can be reduced. [variableScope]
17FEBpl1.2/prim/edit/libsrc/edtcommand.c:254:7: style: The scope of the variable 'status' can be reduced. [variableScope]
17FEBpl1.2/prim/edit/libsrc/edtcommand.c:318:16: style: The scope of the variable 'status' can be reduced. [variableScope]
17FEBpl1.2/prim/edit/libsrc/edtcommand.c:345:9: style: The scope of the variable 'str' can be reduced. [variableScope]
17FEBpl1.2/prim/edit/libsrc/edtcommand.c:367:6: style: The scope of the variable 'status' can be reduced. [variableScope]
17FEBpl1.2/prim/edit/libsrc/edtcommand.c:472:17: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/prim/edit/libsrc/edtcommand.c:493:15: style: The scope of the variable 'istart' can be reduced. [variableScope]
17FEBpl1.2/prim/edit/libsrc/edtcommand.c:493:31: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/prim/edit/libsrc/edtcommand.c:493:34: style: The scope of the variable 'imax' can be reduced. [variableScope]
17FEBpl1.2/prim/edit/libsrc/edtcommand.c:779:23: style: The scope of the variable 'iend' can be reduced. [variableScope]
17FEBpl1.2/prim/edit/libsrc/edtcommand.c:779:29: style: The scope of the variable 'istart' can be reduced. [variableScope]
17FEBpl1.2/prim/edit/libsrc/edtcommand.c:779:37: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/prim/edit/libsrc/edtcommand.c:779:40: style: The scope of the variable 'status' can be reduced. [variableScope]
17FEBpl1.2/prim/edit/libsrc/edtcommand.c:810:44: style: The scope of the variable 'nb' can be reduced. [variableScope]
17FEBpl1.2/prim/edit/libsrc/edtcommand.c:810:48: style: The scope of the variable 'iend' can be reduced. [variableScope]
17FEBpl1.2/prim/edit/libsrc/edtcommand.c:810:54: style: The scope of the variable 'istart' can be reduced. [variableScope]
17FEBpl1.2/prim/edit/libsrc/edtcommand.c:810:62: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/prim/edit/libsrc/edtcommand.c:811:17: style: The scope of the variable 'msg' can be reduced. [variableScope]
17FEBpl1.2/prim/edit/libsrc/edtcommand.c:906:22: style: The scope of the variable 'status' can be reduced. [variableScope]
17FEBpl1.2/prim/edit/libsrc/edtcommand.c:930:22: style: The scope of the variable 'status' can be reduced. [variableScope]
17FEBpl1.2/prim/edit/libsrc/edtcommand.c:931:10: style: The scope of the variable 'answer' can be reduced. [variableScope]
17FEBpl1.2/prim/edit/libsrc/edtcommand.c:1103:17: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/prim/edit/libsrc/edtcommand.c:156:18: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/prim/edit/libsrc/edtcommand.c:211:18: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/prim/edit/libsrc/edtcommand.c:262:18: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/prim/edit/libsrc/edtcommand.c:375:18: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/prim/edit/libsrc/edtcommand.c:390:6: style: Unused variable: statusl [unusedVariable]
17FEBpl1.2/prim/edit/libsrc/edtcommand.c:459:10: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/prim/edit/libsrc/edtcommand.c:482:11: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/prim/edit/libsrc/edtcommand.c:504:11: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/prim/edit/libsrc/edtcommand.c:524:11: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/prim/edit/libsrc/edtcommand.c:543:11: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/prim/edit/libsrc/edtcommand.c:562:11: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/prim/edit/libsrc/edtcommand.c:595:10: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/prim/edit/libsrc/edtcommand.c:759:17: style: Unused variable: p [unusedVariable]
17FEBpl1.2/prim/edit/libsrc/edtcommand.c:796:18: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/prim/edit/libsrc/edtcommand.c:932:9: style: Unused variable: format [unusedVariable]
17FEBpl1.2/prim/edit/libsrc/edtcommand.c:1128:18: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/prim/edit/libsrc/edtcommand.c:1162:18: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/prim/edit/libsrc/edterror.c:54:10: style: Unused variable: ch [unusedVariable]
17FEBpl1.2/prim/edit/libsrc/edterror.c:73:8: style: Unused variable: status [unusedVariable]
17FEBpl1.2/prim/edit/libsrc/edterror.c:74:10: style: Unused variable: ch [unusedVariable]
17FEBpl1.2/prim/edit/libsrc/edtformat.c:93:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/edit/libsrc/edtformat.c:87:9: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/edit/libsrc/edtformat.c:93:9: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/edit/libsrc/edthelp.c:49:10: style: The scope of the variable 'key_group' can be reduced. [variableScope]
17FEBpl1.2/prim/edit/libsrc/edthelp.c:50:10: style: The scope of the variable 'key1' can be reduced. [variableScope]
17FEBpl1.2/prim/edit/libsrc/edthelp.c:50:16: style: The scope of the variable 'key2' can be reduced. [variableScope]
17FEBpl1.2/prim/edit/libsrc/edthelp.c:76:10: style: The scope of the variable 'key_group' can be reduced. [variableScope]
17FEBpl1.2/prim/edit/libsrc/edthelp.c:77:10: style: The scope of the variable 'key1' can be reduced. [variableScope]
17FEBpl1.2/prim/edit/libsrc/edthelp.c:77:16: style: The scope of the variable 'key2' can be reduced. [variableScope]
17FEBpl1.2/prim/edit/libsrc/edthelp.c:103:10: style: The scope of the variable 'key_group' can be reduced. [variableScope]
17FEBpl1.2/prim/edit/libsrc/edthelp.c:104:10: style: The scope of the variable 'key1' can be reduced. [variableScope]
17FEBpl1.2/prim/edit/libsrc/edthelp.c:104:16: style: The scope of the variable 'key2' can be reduced. [variableScope]
17FEBpl1.2/prim/edit/libsrc/edtinit.c:56:9: style: Unused variable: i [unusedVariable]
17FEBpl1.2/prim/edit/libsrc/edtpage.c:77:10: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/edit/libsrc/edtpage.c:76:10: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/edit/libsrc/edtpage.c:77:10: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/edit/libsrc/edtpage.c:83:10: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/edit/libsrc/edtpage.c:82:10: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/edit/libsrc/edtpage.c:83:10: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/edit/libsrc/edtpage.c:54:11: style: The scope of the variable 'k' can be reduced. [variableScope]
17FEBpl1.2/prim/edit/libsrc/edtpage.c:55:25: style: The scope of the variable 'mylen' can be reduced. [variableScope]
17FEBpl1.2/prim/edit/libsrc/tbledit.c:105:27: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/edit/libsrc/tbledit.c:118:28: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/edit/libsrc/tbledit.c:136:10: style: The scope of the variable 'temp' can be reduced. [variableScope]
17FEBpl1.2/prim/edit/libsrc/tbledit.c:138:16: style: The scope of the variable 'cur_col' can be reduced. [variableScope]
17FEBpl1.2/prim/edit/libsrc/tbledit.c:138:25: style: The scope of the variable 'cur_row' can be reduced. [variableScope]
17FEBpl1.2/prim/edit/libsrc/tbledit.c:116:14: style: Unused variable: i [unusedVariable]
17FEBpl1.2/prim/edit/libsrc/tkeys.c:282:9: style: The scope of the variable 'm' can be reduced. [variableScope]
17FEBpl1.2/prim/edit/libsrc/tkeys.c:283:8: style: The scope of the variable 'p' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/ccopyf.c:137:12: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/prim/general/libsrc/ccopyf.c:139:12: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/prim/general/libsrc/ccopyf.c:177:12: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/prim/general/libsrc/ccopyf.c:178:12: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/prim/general/libsrc/ccopyf.c:435:10: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/general/libsrc/ccopyf.c:180:11: style: Variable 'stat' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/prim/general/libsrc/cel.c:256:11: style: The scope of the variable 'clat0' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/cel.c:256:18: style: The scope of the variable 'cphip' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/cel.c:256:25: style: The scope of the variable 'cthe0' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/cel.c:256:40: style: The scope of the variable 'slat0' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/cel.c:256:47: style: The scope of the variable 'sphip' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/cel.c:256:54: style: The scope of the variable 'sthe0' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/cel.c:257:17: style: The scope of the variable 'latp1' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/cel.c:257:24: style: The scope of the variable 'latp2' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/cel.c:258:11: style: The scope of the variable 'u' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/cel.c:258:14: style: The scope of the variable 'v' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/cel.c:258:17: style: The scope of the variable 'x' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/cel.c:258:20: style: The scope of the variable 'y' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/cel.c:258:23: style: The scope of the variable 'z' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/cextrco.c:94:7: style: The scope of the variable 'aux' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/cextrco.c:164:7: style: The scope of the variable 'aux' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/cjmagn.c:172:14: style: The scope of the variable 'ii' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/cjmagn.c:174:13: style: The scope of the variable 'xmin' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/cjmagn.c:174:19: style: The scope of the variable 'ymin' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/cjmagn.c:174:25: style: The scope of the variable 'nrx' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/cjmagn.c:174:30: style: The scope of the variable 'nry' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/cjmagn.c:177:33: style: The scope of the variable 'yrval' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/cjmagn.c:179:11: style: The scope of the variable 'sk' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/cjmagn.c:326:13: style: The scope of the variable 'ry' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/cstacen.c:1074:18: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/general/libsrc/cstacen.c:1158:21: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/general/libsrc/cstacen.c:1374:24: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/general/libsrc/cstacen.c:1410:24: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/general/libsrc/cstacen.c:1411:24: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/general/libsrc/cstacen.c:1412:24: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/general/libsrc/cstacen.c:1473:24: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/general/libsrc/cstacen.c:1509:24: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/general/libsrc/cstacen.c:1510:24: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/general/libsrc/cstacen.c:1511:24: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/general/libsrc/cstacen.c:1578:27: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/general/libsrc/cstacen.c:1579:27: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/general/libsrc/cstacen.c:1580:27: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/general/libsrc/cstacen.c:1590:24: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/general/libsrc/cstacen.c:473:8: style: The scope of the variable 'zx' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/cstacen.c:473:12: style: The scope of the variable 'dv1' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/cstacen.c:473:17: style: The scope of the variable 'dv2' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/cstacen.c:476:14: style: The scope of the variable 'jj' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/cstacen.c:553:14: style: The scope of the variable 'ii' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/cstacen.c:555:8: style: The scope of the variable 'diff' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/cstacen.c:555:14: style: The scope of the variable 'weight' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/cstacen.c:555:22: style: The scope of the variable 'chisq' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/cstacen.c:774:8: style: The scope of the variable 'sum' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/cstacen.c:851:8: style: The scope of the variable 'sum' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/cstvals.c:761:16: style: The scope of the variable 'sigma' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/cstvals.c:761:23: style: The scope of the variable 'dm2' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/cstvals.c:761:28: style: The scope of the variable 'dva' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/cstvals.c:761:33: style: The scope of the variable 'dvb' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/cstvals.c:761:38: style: The scope of the variable 'dvc' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/cstvals.c:761:43: style: The scope of the variable 'dres' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/cutil.c:619:11: portability: Casting between float* and double* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/prim/general/libsrc/iqefunc.c:377:12: style: Redundant condition: pwm. '!pwm || (pwm && 0.0<*pw)' is equivalent to '!pwm || 0.0<*pw' [redundantCondition]
17FEBpl1.2/prim/general/libsrc/iqefunc.c:414:30: style: Redundant condition: pwm. '!pwm || (pwm && 0.0<*pw)' is equivalent to '!pwm || 0.0<*pw' [redundantCondition]
17FEBpl1.2/prim/general/libsrc/iqefunc.c:157:17: style: The scope of the variable 'pf1' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/iqefunc.c:157:23: style: The scope of the variable 'pf2' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/iqefunc.c:157:29: style: The scope of the variable 'pf3' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/iqefunc.c:160:15: style: The scope of the variable 'fks' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/iqefunc.c:160:24: style: The scope of the variable 'bm' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/iqefunc.c:294:10: style: The scope of the variable 'k' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/iqefunc.c:584:13: style: The scope of the variable 'k' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/iqefunc.c:852:28: style: The scope of the variable 'x' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/iqefunc.c:852:31: style: The scope of the variable 'y' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/iqefunc.c:865:9: style: Variable 'xp5' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/prim/general/libsrc/iqefunc.c:867:9: style: Variable 'yp5' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/prim/general/libsrc/iqefunc.c:966:37: error: Memory leak: a [memleak]
17FEBpl1.2/prim/general/libsrc/iqefunc.c:966:0: error: Memory leak: pars [memleak]
17FEBpl1.2/prim/general/libsrc/lin.c:229:11: style: The scope of the variable 'temp' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/logview.c:197:5: style: The scope of the variable 'ln' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/logview.c:197:9: style: The scope of the variable 'mm' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/logview.c:199:7: style: The scope of the variable 'cbuf' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/luttbl.c:79:6: style: The scope of the variable 'file' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/luttbl.c:138:17: style: The scope of the variable 'tcolnm' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/luttbl.c:138:28: style: The scope of the variable 'idata' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/luttbl.c:143:14: style: The scope of the variable 'tbllab' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/luttbl.c:101:14: style: Variable 'stat' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/prim/general/libsrc/md5.c:744:5: style: Condition '!silent_process' is always true [knownConditionTrueFalse]
17FEBpl1.2/prim/general/libsrc/md5.c:212:12: style: The scope of the variable 't' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/md5.c:495:16: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
17FEBpl1.2/prim/general/libsrc/md5.c:500:16: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
17FEBpl1.2/prim/general/libsrc/proj.c:272:17: style: The scope of the variable 'tol' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/proj.c:684:10: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/proj.c:684:13: style: The scope of the variable 'j' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/proj.c:685:11: style: The scope of the variable 'd' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/proj.c:685:14: style: The scope of the variable 'd1' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/proj.c:685:18: style: The scope of the variable 'd2' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/proj.c:685:22: style: The scope of the variable 'r' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/proj.c:685:25: style: The scope of the variable 'zd' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/proj.c:685:29: style: The scope of the variable 'zd1' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/proj.c:685:34: style: The scope of the variable 'zd2' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/proj.c:686:17: style: The scope of the variable 'tol' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/proj.c:1725:21: style: The scope of the variable 'w' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/proj.c:1785:17: style: The scope of the variable 'cos2' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/proj.c:1785:29: style: The scope of the variable 'tan2' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/proj.c:2007:22: style: The scope of the variable 'cotthe' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/proj.c:2985:17: style: The scope of the variable 'tol' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/sort.c:87:22: style: The scope of the variable 'l' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/sort.c:87:25: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/sort.c:89:7: style: The scope of the variable 'zl' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/sort.c:89:11: style: The scope of the variable 'zh' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/sph.c:111:61: style: The scope of the variable 'z' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/sph.c:168:61: style: The scope of the variable 'z' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/vecarithm.c:557:9: style: The scope of the variable 'dt1' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/vecarithm.c:557:14: style: The scope of the variable 'dt2' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/vecarithm.c:604:18: style: The scope of the variable 'it1' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/vecarithm.c:604:23: style: The scope of the variable 'it2' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/vecarithm.c:640:9: style: The scope of the variable 'dt1' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/vecarithm.c:640:14: style: The scope of the variable 'dt2' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/vecarithm.c:685:18: style: The scope of the variable 'it1' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/vecarithm.c:1262:18: style: The scope of the variable 'it1' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/vecarithm.c:1262:23: style: The scope of the variable 'it2' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/vecarithm.c:1296:34: style: The scope of the variable 'dt2' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/vecarithm.c:1343:18: style: The scope of the variable 'it1' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/vecarithm.c:565:1: style: Variable 'usrnul' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/prim/general/libsrc/vecarithm.c:648:1: style: Variable 'usrnul' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/prim/general/libsrc/vecarithm.c:1218:19: style: Variable 'usrnul' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/prim/general/libsrc/vecarithm.c:1306:19: style: Variable 'usrnul' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/prim/general/libsrc/wcs.c:475:11: style: The scope of the variable 'err' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/wcs.c:521:11: style: The scope of the variable 'err' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/wcstrig.c:179:20: style: Condition 'x<0.0' is always true [knownConditionTrueFalse]
17FEBpl1.2/prim/general/libsrc/zstats.c:558:5: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/prim/general/libsrc/zstats.c:740:20: style: The scope of the variable 'dummy' can be reduced. [variableScope]
17FEBpl1.2/prim/general/libsrc/zstats.c:1029:13: style: The scope of the variable 'help' can be reduced. [variableScope]
17FEBpl1.2/prim/general/src/averag.c:1142:12: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/prim/general/src/averag.c:1160:21: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/prim/general/src/averag.c:1185:21: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/prim/general/src/averag.c:1205:12: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/prim/general/src/averag.c:1276:16: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/general/src/averag.c:1295:13: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/general/src/averag.c:95:29: style: The scope of the variable 'jump' can be reduced. [variableScope]
17FEBpl1.2/prim/general/src/averag.c:96:8: style: The scope of the variable 'nx' can be reduced. [variableScope]
17FEBpl1.2/prim/general/src/averag.c:96:12: style: The scope of the variable 'ny' can be reduced. [variableScope]
17FEBpl1.2/prim/general/src/averag.c:96:16: style: The scope of the variable 'xfirst' can be reduced. [variableScope]
17FEBpl1.2/prim/general/src/averag.c:96:24: style: The scope of the variable 'yfirst' can be reduced. [variableScope]
17FEBpl1.2/prim/general/src/averag.c:96:32: style: The scope of the variable 'xend' can be reduced. [variableScope]
17FEBpl1.2/prim/general/src/averag.c:96:38: style: The scope of the variable 'yend' can be reduced. [variableScope]
17FEBpl1.2/prim/general/src/averagw.c:619:12: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/prim/general/src/averagw.c:637:21: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/prim/general/src/averagw.c:663:21: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/prim/general/src/averagw.c:683:12: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/prim/general/src/averagw.c:690:12: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/prim/general/src/averagw.c:754:16: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/general/src/averagw.c:773:13: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/general/src/averagw.c:778:16: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/general/src/averagw.c:431:4: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/general/src/averagw.c:429:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/general/src/averagw.c:431:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/general/src/averagw.c:83:23: style: The scope of the variable 'jump' can be reduced. [variableScope]
17FEBpl1.2/prim/general/src/averagw.c:83:35: style: The scope of the variable 'cntdx' can be reduced. [variableScope]
17FEBpl1.2/prim/general/src/averagw.c:84:8: style: The scope of the variable 'nx' can be reduced. [variableScope]
17FEBpl1.2/prim/general/src/averagw.c:84:12: style: The scope of the variable 'ny' can be reduced. [variableScope]
17FEBpl1.2/prim/general/src/averagw.c:84:16: style: The scope of the variable 'xfirst' can be reduced. [variableScope]
17FEBpl1.2/prim/general/src/averagw.c:84:24: style: The scope of the variable 'yfirst' can be reduced. [variableScope]
17FEBpl1.2/prim/general/src/averagw.c:84:32: style: The scope of the variable 'xend' can be reduced. [variableScope]
17FEBpl1.2/prim/general/src/averagw.c:84:38: style: The scope of the variable 'yend' can be reduced. [variableScope]
17FEBpl1.2/prim/general/src/averagw.c:87:17: style: The scope of the variable 'rr' can be reduced. [variableScope]
17FEBpl1.2/prim/general/src/averagw.c:204:8: style: The scope of the variable 'ws' can be reduced. [variableScope]
17FEBpl1.2/prim/general/src/fheader.c:63:30: style: The scope of the variable 'txtfile' can be reduced. [variableScope]
17FEBpl1.2/prim/general/src/fheader.c:70:24: error: Buffer overrun possible for long command line arguments. [insecureCmdLineArgs]
17FEBpl1.2/prim/general/src/fheader.c:72:40: error: Buffer overrun possible for long command line arguments. [insecureCmdLineArgs]
17FEBpl1.2/prim/general/src/genran.c:796:12: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/prim/general/src/genran.c:811:12: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/prim/general/src/genran.c:207:8: style: The scope of the variable 't' can be reduced. [variableScope]
17FEBpl1.2/prim/general/src/genran.c:207:11: style: The scope of the variable 's' can be reduced. [variableScope]
17FEBpl1.2/prim/general/src/genran.c:284:6: style: The scope of the variable 'myseed' can be reduced. [variableScope]
17FEBpl1.2/prim/general/src/genran.c:502:15: style: The scope of the variable 'jr' can be reduced. [variableScope]
17FEBpl1.2/prim/general/src/genran.c:618:12: style: The scope of the variable 'g1' can be reduced. [variableScope]
17FEBpl1.2/prim/general/src/genxy1.c:513:17: style: The scope of the variable 'rin' can be reduced. [variableScope]
17FEBpl1.2/prim/general/src/genxy1.c:880:19: style: The scope of the variable 'mr' can be reduced. [variableScope]
17FEBpl1.2/prim/general/src/genxy1.c:886:11: style: Variable 'nobytes' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/prim/general/src/iminfo.c:95:4: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/general/src/iminfo.c:94:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/general/src/iminfo.c:95:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/general/src/iminfo.c:80:25: error: Buffer overrun possible for long command line arguments. [insecureCmdLineArgs]
17FEBpl1.2/prim/general/src/positions.c:124:9: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/prim/general/src/positions.c:134:9: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/prim/general/src/positions.c:310:9: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/prim/general/src/readima.c:103:11: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/prim/general/src/readima.c:95:24: style: Variable 'stat' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/prim/general/src/readima.c:32:21: style: Unused variable: outbuf [unusedVariable]
17FEBpl1.2/prim/general/src/readima.c:37:25: error: Buffer overrun possible for long command line arguments. [insecureCmdLineArgs]
17FEBpl1.2/prim/general/src/stegano.c:466:11: error: printf format string requires 2 parameters but only 1 is given. [wrongPrintfScanfArgNum]
17FEBpl1.2/prim/general/src/stegano.c:123:15: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/prim/general/src/stegano.c:173:15: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/prim/general/src/stegano.c:300:4: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/general/src/stegano.c:299:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/general/src/stegano.c:300:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/general/src/stegano.c:301:4: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/general/src/stegano.c:300:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/general/src/stegano.c:301:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/general/src/stegano.c:1178:6: style: The scope of the variable 'ioff' can be reduced. [variableScope]
17FEBpl1.2/prim/general/src/stegano.c:1490:9: style: The scope of the variable 'c' can be reduced. [variableScope]
17FEBpl1.2/prim/general/src/stegano.c:586:3: style: Label 'encode_text' is not used. [unusedLabel]
17FEBpl1.2/prim/general/src/stegano.c:1179:9: style: Unused variable: nm [unusedVariable]
17FEBpl1.2/prim/general/src/stegano.c:705:7: error: Common realloc mistake: 'space' nulled but not freed upon failure [memleakOnRealloc]
17FEBpl1.2/prim/help/mhsplit.c:143:21: style: Redundant condition: If 'EXPR > ' '', the comparison 'EXPR' is always true. [redundantCondition]
17FEBpl1.2/prim/help/mhsplit.c:147:14: style: Redundant condition: If 'EXPR > ' '', the comparison 'EXPR' is always true. [redundantCondition]
17FEBpl1.2/prim/help/mhsplit.c:149:21: style: Redundant condition: If 'EXPR > ' '', the comparison 'EXPR' is always true. [redundantCondition]
17FEBpl1.2/prim/help/mhsplit.c:151:21: style: Redundant condition: If 'EXPR > ' '', the comparison 'EXPR' is always true. [redundantCondition]
17FEBpl1.2/prim/help/mhsplit.c:108:28: warning: Either the condition 'if(fpi)' is redundant or there is possible null pointer dereference: fpi. [nullPointerRedundantCheck]
17FEBpl1.2/prim/help/mhsplit.c:163:6: note: Assuming that condition 'if(fpi)' is not redundant
17FEBpl1.2/prim/help/mhsplit.c:108:28: note: Null pointer dereference
17FEBpl1.2/prim/help/mhsplit.c:118:30: warning: Either the condition 'if(fph)' is redundant or there is possible null pointer dereference: fph. [nullPointerRedundantCheck]
17FEBpl1.2/prim/help/mhsplit.c:159:8: note: Assuming that condition 'if(fph)' is not redundant
17FEBpl1.2/prim/help/mhsplit.c:118:30: note: Null pointer dereference
17FEBpl1.2/prim/plot/libsrc/boxwtp.c:75:7: style: The scope of the variable 'string' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/libsrc/boxwtp.c:81:14: style: The scope of the variable 'str_err' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/libsrc/boxwtp.c:82:14: style: The scope of the variable 'str_small' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/libsrc/boxwtp.c:83:14: style: The scope of the variable 'str_large' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/libsrc/getbdf.c:83:9: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/prim/plot/libsrc/getdat.c:126:19: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/prim/plot/libsrc/getdat.c:152:19: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/prim/plot/libsrc/getdat.c:78:18: style: The scope of the variable 'ix' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/libsrc/getdat.c:78:22: style: The scope of the variable 'iy' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/libsrc/getdat.c:80:39: style: The scope of the variable 'ism1' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/libsrc/getdat.c:80:45: style: The scope of the variable 'ism2' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/libsrc/getdat.c:80:51: style: The scope of the variable 'navrg' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/libsrc/getdat.c:82:8: style: The scope of the variable 'avrg' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/libsrc/getdev.c:88:6: style: The scope of the variable 'err_flopn' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/libsrc/getsin.c:78:16: style: The scope of the variable 'str_mess' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/libsrc/getsin.c:80:7: style: The scope of the variable 'str_err' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/libsrc/getsin.c:81:7: style: The scope of the variable 'str_small' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/libsrc/getsin.c:82:7: style: The scope of the variable 'str_large' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/libsrc/labstr.c:77:30: error: Memory leak: source [memleak]
17FEBpl1.2/prim/plot/libsrc/plcon.c:263:33: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/plot/libsrc/plcon.c:264:33: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/plot/libsrc/plcon.c:305:23: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/plot/libsrc/plcon.c:306:23: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/plot/libsrc/plcon.c:308:18: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/plot/libsrc/plcon.c:309:18: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/plot/libsrc/plcon.c:109:25: style: The scope of the variable 'x' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/libsrc/plcon.c:199:8: style: The scope of the variable 'bgn' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/libsrc/plcon.c:432:55: style: The scope of the variable 'xstr' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/libsrc/plerr.c:82:37: style: The scope of the variable 'nopoint' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/libsrc/plerr.c:82:46: style: The scope of the variable 'stat' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/libsrc/plerr.c:87:8: style: The scope of the variable 'buff' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/libsrc/plfrm3.c:97:38: style: The scope of the variable 'text' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/libsrc/plgra.c:174:18: style: The scope of the variable 'ipy1' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/libsrc/plgra.c:178:36: style: The scope of the variable 'diff' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/libsrc/plgra.c:345:8: style: The scope of the variable 'il' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/libsrc/plgra.c:345:20: style: The scope of the variable 'ngray' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/libsrc/plgra.c:430:55: style: The scope of the variable 'xstr' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/libsrc/plgrd.c:76:20: style: The scope of the variable 'x_or_y' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/libsrc/plinfo.c:68:6: style: The scope of the variable 'it1' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/libsrc/plmodf.c:231:9: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/prim/plot/libsrc/plmodf.c:312:28: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/plot/libsrc/plmodf.c:317:18: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/plot/libsrc/plmodf.c:318:18: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/plot/libsrc/plmodf.c:221:37: style: The scope of the variable 'nc' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/libsrc/plper.c:409:18: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/plot/libsrc/plper.c:410:18: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/plot/libsrc/plper.c:284:39: style: The scope of the variable 'mx_valy' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/libsrc/plper.c:439:36: style: The scope of the variable 'other_seg' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/libsrc/plper.c:724:9: style: The scope of the variable 'xpos' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/libsrc/plper.c:726:34: style: The scope of the variable 'line' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/libsrc/plvec.c:141:38: warning: Logical disjunction always evaluates to true: phi >= 0.0 || phi < 90.0. [incorrectLogicOperator]
17FEBpl1.2/prim/plot/libsrc/plvec.c:151:44: warning: Logical disjunction always evaluates to true: phi >= 90.0 || phi < 180. [incorrectLogicOperator]
17FEBpl1.2/prim/plot/libsrc/plvec.c:161:45: warning: Logical disjunction always evaluates to true: phi >= 180.0 || phi < 270. [incorrectLogicOperator]
17FEBpl1.2/prim/plot/libsrc/plvec.c:171:45: warning: Logical disjunction always evaluates to true: phi >= 270.0 || phi <= 360. [incorrectLogicOperator]
17FEBpl1.2/prim/plot/libsrc/plvec.c:93:33: style: The scope of the variable 'x' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/libsrc/skipnul.c:87:20: style: The scope of the variable 'p_null' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/libsrc/skipnul.c:88:17: style: The scope of the variable 'pntr2' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/libsrc/skipnul.c:182:15: style: The scope of the variable 'cr' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/libsrc/skipnul.c:239:17: style: The scope of the variable 'pntr2' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/libsrc/tbgen.c:66:17: style: The scope of the variable 'j' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/libsrc/tbgen.c:277:20: style: The scope of the variable 'k' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/libsrc/tbgen.c:374:14: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/libsrc/tbgen.c:374:17: style: The scope of the variable 'j' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/libsrc/tbgen.c:374:20: style: The scope of the variable 'k' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/libsrc/tbgen.c:374:23: style: The scope of the variable 'll' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/libsrc/tbgen.c:374:27: style: The scope of the variable 'loop' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/libsrc/usrinp.c:140:18: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/prim/plot/libsrc/usrinp.c:143:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/prim/plot/libsrc/usrinp.c:94:18: style: The scope of the variable 'nr' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/cleargra.c:66:7: style: The scope of the variable 'err_gdev' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/copygrap.c:74:7: style: The scope of the variable 'err_plnm' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/gcursor.c:225:14: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/prim/plot/src/gcursor.c:79:43: style: The scope of the variable 'index' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/gcursor.c:79:50: style: The scope of the variable 'iplx' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/gcursor.c:79:56: style: The scope of the variable 'iply' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/gcursor.c:80:22: style: The scope of the variable 'nrpix' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/gcursor.c:80:48: style: The scope of the variable 'xmin' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/gcursor.c:80:54: style: The scope of the variable 'xmax' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/gcursor.c:80:60: style: The scope of the variable 'ymin' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/gcursor.c:80:66: style: The scope of the variable 'ymax' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/gcursor.c:82:9: style: The scope of the variable 'linflag' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/gcursor.c:84:9: style: The scope of the variable 'image' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/gcursor.c:84:20: style: The scope of the variable 'p_img' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/gcursor.c:86:9: style: The scope of the variable 'start' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/gcursor.c:86:24: style: The scope of the variable 'step' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/gcursor.c:87:9: style: The scope of the variable 'dd1' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/gcursor.c:87:17: style: The scope of the variable 'dd2' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/gcursor.c:90:52: style: The scope of the variable 'table' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/gcursor.c:91:19: style: The scope of the variable 'text' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/gcursor.c:91:46: style: The scope of the variable 'plsrc' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/gcursor.c:106:13: style: The scope of the variable 'tbluni' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/gcursor.c:107:8: style: The scope of the variable 'tbllab' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/gcursor.c:109:8: style: The scope of the variable 'tblfmt' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/gcursor.c:111:8: style: The scope of the variable 'trmfmt' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/gcursor.c:113:9: style: The scope of the variable 'l_header' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/gcursor.c:114:9: style: The scope of the variable 's_header' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/gcursor.c:116:8: style: The scope of the variable 'inf_app' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/gcursor.c:117:8: style: The scope of the variable 'inf_cre' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/gcursor.c:118:8: style: The scope of the variable 'err_plot' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/gcursor.c:213:16: style: Variable 'linflag' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/prim/plot/src/modgcur.c:87:18: style: The scope of the variable 'pntr' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/modgcur.c:95:8: style: The scope of the variable 'err_1dim' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/modgcur.c:96:8: style: The scope of the variable 'err_flat' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/overerr.c:88:8: style: The scope of the variable 'err_clmn' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/overerr.c:89:8: style: The scope of the variable 'err_row' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/overerr.c:90:8: style: The scope of the variable 'err_ercl' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/overgrd.c:67:7: style: The scope of the variable 'err_tick' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/overgrd.c:68:7: style: The scope of the variable 'err_xy' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/overlab.c:282:14: style: Expression is always false because 'else if' condition matches previous condition at line 201. [multiCondition]
17FEBpl1.2/prim/plot/src/overlab.c:80:42: style: The scope of the variable 'len' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/overlab.c:81:9: style: The scope of the variable 'idum' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/overlab.c:81:29: style: The scope of the variable 'ixmin' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/overlab.c:81:36: style: The scope of the variable 'ixmax' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/overlab.c:81:43: style: The scope of the variable 'iymin' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/overlab.c:81:50: style: The scope of the variable 'iymax' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/overlab.c:81:57: style: The scope of the variable 'stat' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/overlab.c:82:47: style: The scope of the variable 'xmin' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/overlab.c:82:53: style: The scope of the variable 'xmax' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/overlab.c:82:59: style: The scope of the variable 'ymin' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/overlab.c:82:65: style: The scope of the variable 'ymax' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/overlab.c:84:9: style: The scope of the variable 'ddum' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/overlab.c:85:25: style: The scope of the variable 'draw' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/overlab.c:85:35: style: The scope of the variable 'nodraw' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/overlab.c:85:59: style: The scope of the variable 'cstring' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/overlab.c:86:20: style: The scope of the variable 'text' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/overlab.c:86:30: style: The scope of the variable 'cmnd' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/overlab.c:89:10: style: The scope of the variable 'device' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/overlab.c:89:19: style: The scope of the variable 'dname' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/overlab.c:89:27: style: The scope of the variable 'kname' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/overlab.c:91:10: style: The scope of the variable 'fmt' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/overlab.c:92:10: style: The scope of the variable 'err_coor' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/overlab.c:93:10: style: The scope of the variable 'err_xmm' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/overlab.c:94:10: style: The scope of the variable 'err_ymm' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/overlab.c:95:10: style: The scope of the variable 'err_sc' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/overlab.c:96:10: style: The scope of the variable 'errdev' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/overlab.c:103:9: style: The scope of the variable 'nocolo' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/overlab.c:253:18: style: Variable 'stat' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/prim/plot/src/overlab.c:236:31: error: Uninitialized variable: xw [uninitvar]
17FEBpl1.2/prim/plot/src/overlab.c:241:21: error: Uninitialized variable: xw [uninitvar]
17FEBpl1.2/prim/plot/src/overlab.c:237:31: error: Uninitialized variable: yw [uninitvar]
17FEBpl1.2/prim/plot/src/overlab.c:242:21: error: Uninitialized variable: yw [uninitvar]
17FEBpl1.2/prim/plot/src/overlin.c:352:17: warning: Redundant assignment of 'xx[0]' to itself. [selfAssignment]
17FEBpl1.2/prim/plot/src/overlin.c:353:17: warning: Redundant assignment of 'xx[1]' to itself. [selfAssignment]
17FEBpl1.2/prim/plot/src/overlin.c:354:17: warning: Redundant assignment of 'yy[0]' to itself. [selfAssignment]
17FEBpl1.2/prim/plot/src/overlin.c:355:17: warning: Redundant assignment of 'yy[1]' to itself. [selfAssignment]
17FEBpl1.2/prim/plot/src/overlin.c:76:40: style: The scope of the variable 'len' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/overlin.c:77:9: style: The scope of the variable 'idum' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/overlin.c:77:36: style: The scope of the variable 'ixmin' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/overlin.c:77:43: style: The scope of the variable 'ixmax' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/overlin.c:77:50: style: The scope of the variable 'iymin' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/overlin.c:77:57: style: The scope of the variable 'iymax' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/overlin.c:79:9: style: The scope of the variable 'xmin' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/overlin.c:79:15: style: The scope of the variable 'xmax' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/overlin.c:79:21: style: The scope of the variable 'ymin' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/overlin.c:79:27: style: The scope of the variable 'ymax' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/overlin.c:80:9: style: The scope of the variable 'ddum' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/overlin.c:81:59: style: The scope of the variable 'cstring' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/overlin.c:82:19: style: The scope of the variable 'cmnd' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/overlin.c:84:10: style: The scope of the variable 'device' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/overlin.c:84:19: style: The scope of the variable 'dname' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/overlin.c:84:27: style: The scope of the variable 'kname' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/overlin.c:99:7: style: The scope of the variable 'fmt' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/overlin.c:100:7: style: The scope of the variable 'err_1inp' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/overlin.c:101:7: style: The scope of the variable 'err_2inp' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/overlin.c:102:7: style: The scope of the variable 'err_noln' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/overlin.c:103:7: style: The scope of the variable 'err_ltyp' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/overlin.c:104:7: style: The scope of the variable 'err_xmm' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/overlin.c:105:7: style: The scope of the variable 'err_ymm' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/overlin.c:106:7: style: The scope of the variable 'err_sc' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/overlin.c:107:7: style: The scope of the variable 'errdev' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/overlin.c:413:11: style: Variable 'stat' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/prim/plot/src/oversym.c:77:36: style: The scope of the variable 'len' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/oversym.c:78:9: style: The scope of the variable 'idum' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/oversym.c:78:29: style: The scope of the variable 'ixmin' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/oversym.c:78:36: style: The scope of the variable 'ixmax' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/oversym.c:78:43: style: The scope of the variable 'iymin' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/oversym.c:78:50: style: The scope of the variable 'iymax' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/oversym.c:78:57: style: The scope of the variable 'stat' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/oversym.c:80:9: style: The scope of the variable 'xmin' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/oversym.c:80:15: style: The scope of the variable 'xmax' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/oversym.c:80:21: style: The scope of the variable 'ymin' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/oversym.c:80:27: style: The scope of the variable 'ymax' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/oversym.c:81:9: style: The scope of the variable 'ddum' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/oversym.c:82:25: style: The scope of the variable 'draw' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/oversym.c:82:35: style: The scope of the variable 'nodraw' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/oversym.c:82:59: style: The scope of the variable 'cstring' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/oversym.c:83:19: style: The scope of the variable 'cmnd' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/oversym.c:85:10: style: The scope of the variable 'device' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/oversym.c:85:19: style: The scope of the variable 'dname' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/oversym.c:85:27: style: The scope of the variable 'kname' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/oversym.c:87:7: style: The scope of the variable 'fmt' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/oversym.c:88:7: style: The scope of the variable 'err_coor' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/oversym.c:89:7: style: The scope of the variable 'err_noln' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/oversym.c:90:7: style: The scope of the variable 'err_styp' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/oversym.c:91:7: style: The scope of the variable 'err_xmm' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/oversym.c:92:7: style: The scope of the variable 'err_ymm' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/oversym.c:93:7: style: The scope of the variable 'err_sc' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/oversym.c:94:7: style: The scope of the variable 'errdev' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/oversym.c:101:9: style: The scope of the variable 'nocolo' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/oversym.c:255:18: style: Variable 'stat' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/prim/plot/src/oversym.c:237:31: error: Uninitialized variable: xw [uninitvar]
17FEBpl1.2/prim/plot/src/oversym.c:242:21: error: Uninitialized variable: xw [uninitvar]
17FEBpl1.2/prim/plot/src/oversym.c:238:31: error: Uninitialized variable: yw [uninitvar]
17FEBpl1.2/prim/plot/src/oversym.c:243:21: error: Uninitialized variable: yw [uninitvar]
17FEBpl1.2/prim/plot/src/plotaxes.c:213:26: warning: Logical disjunction always evaluates to true: EXPR != 'M' || EXPR != 'm'. [incorrectLogicOperator]
17FEBpl1.2/prim/plot/src/plotaxes.c:234:26: warning: Logical disjunction always evaluates to true: EXPR != 'M' || EXPR != 'm'. [incorrectLogicOperator]
17FEBpl1.2/prim/plot/src/plotaxes.c:214:19: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/plot/src/plotaxes.c:235:19: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/plot/src/plotaxes.c:99:9: style: The scope of the variable 'ndum' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plotaxes.c:99:23: style: The scope of the variable 'npix' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plotaxes.c:101:9: style: The scope of the variable 'area' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plotaxes.c:101:18: style: The scope of the variable 'image' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plotaxes.c:101:49: style: The scope of the variable 'disfram' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plotaxes.c:103:9: style: The scope of the variable 'start' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plotaxes.c:103:24: style: The scope of the variable 'step' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plotaxes.c:105:51: style: The scope of the variable 'frame' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plotaxes.c:106:60: style: The scope of the variable 'cbuff' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plotaxes.c:107:16: style: The scope of the variable 'dec' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plotaxes.c:111:7: style: The scope of the variable 'err_coord' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plotaxes.c:112:7: style: The scope of the variable 'err_fram' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plotaxes.c:113:7: style: The scope of the variable 'err_extrc' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plotaxes.c:114:7: style: The scope of the variable 'err_usrin' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plotaxes.c:115:7: style: The scope of the variable 'err_gdev' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plotcol.c:185:6: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/plot/src/plotcol.c:180:6: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/plot/src/plotcol.c:185:6: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/plot/src/plotcol.c:88:16: style: The scope of the variable 'xmin' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plotcol.c:88:22: style: The scope of the variable 'xmax' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plotcol.c:94:29: style: The scope of the variable 'pntr' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plotcol.c:100:8: style: The scope of the variable 'err_1dim' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plotcol.c:101:8: style: The scope of the variable 'err_flat' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plotcol.c:102:8: style: The scope of the variable 'err_range' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plotcol.c:103:15: style: The scope of the variable 'axis' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plotcol.c:185:13: style: Variable 'stat' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/prim/plot/src/plotcon.c:104:10: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/plot/src/plotcon.c:97:8: style: The scope of the variable 'err_usrin' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plotcon.c:154:31: style: The scope of the variable 'indx' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plotcon.c:154:50: style: The scope of the variable 'nr' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plotcon.c:158:9: style: The scope of the variable 'amin' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plotcon.c:158:15: style: The scope of the variable 'amax' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plotcon.c:163:62: style: The scope of the variable 'buff' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plotcon.c:168:8: style: The scope of the variable 'err_1dim' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plotcon.c:170:8: style: The scope of the variable 'err_xcuts' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plotcon.c:171:8: style: The scope of the variable 'err_ycuts' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plotcon.c:172:8: style: The scope of the variable 'info_flat' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plotcon.c:173:8: style: The scope of the variable 'info_levl' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plotcon.c:175:14: style: The scope of the variable 'axis' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plotdes.c:78:21: style: The scope of the variable 'xmin' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plotdes.c:78:27: style: The scope of the variable 'xmax' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plotdes.c:90:8: style: The scope of the variable 'err_mxnr' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plotdes.c:91:8: style: The scope of the variable 'err_flat' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plotdes.c:92:8: style: The scope of the variable 'err_name' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plotdes.c:93:8: style: The scope of the variable 'err_cdsc' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plotdes.c:94:8: style: The scope of the variable 'err_2small' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plotdes.c:95:8: style: The scope of the variable 'err_2large' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plotdes.c:96:8: style: The scope of the variable 'err_range' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plotdes.c:98:15: style: The scope of the variable 'axis' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plotgra.c:267:14: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/plot/src/plotgra.c:90:9: style: The scope of the variable 'amin' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plotgra.c:90:15: style: The scope of the variable 'amax' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plotgra.c:95:62: style: The scope of the variable 'buff' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plotgra.c:96:21: style: The scope of the variable 'cbuff' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plotgra.c:100:8: style: The scope of the variable 'err_usrin' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plotgra.c:101:8: style: The scope of the variable 'err_1dim' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plotgra.c:102:8: style: The scope of the variable 'err_1lev' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plotgra.c:103:8: style: The scope of the variable 'err_flat' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plotgra.c:105:8: style: The scope of the variable 'err_xcuts' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plotgra.c:106:8: style: The scope of the variable 'err_ycuts' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plotgra.c:122:14: style: The scope of the variable 'axis' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plotgra.c:358:15: style: Variable 'size' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/prim/plot/src/plothbdf.c:105:7: style: The scope of the variable 'err_1dim' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plothbdf.c:107:14: style: The scope of the variable 'axis' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plothbdf.c:108:14: style: The scope of the variable 'err_flat' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plothtbl.c:107:8: style: The scope of the variable 'err_row' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plothtbl.c:108:8: style: The scope of the variable 'err_count' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plothtbl.c:109:8: style: The scope of the variable 'err_nmcol' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plothtbl.c:110:8: style: The scope of the variable 'err_fcol' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plothtbl.c:112:14: style: The scope of the variable 'axis' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plothtbl.c:113:14: style: The scope of the variable 'err_flat' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plotkey.c:196:23: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/plot/src/plotkey.c:79:15: style: The scope of the variable 'xmin' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plotkey.c:79:21: style: The scope of the variable 'xmax' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plotkey.c:79:44: style: The scope of the variable 'idata' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plotkey.c:92:8: style: The scope of the variable 'err_mxnr' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plotkey.c:93:8: style: The scope of the variable 'err_flat' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plotkey.c:94:8: style: The scope of the variable 'err_nmkey' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plotkey.c:96:8: style: The scope of the variable 'err_2small' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plotkey.c:97:8: style: The scope of the variable 'err_2large' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plotkey.c:98:8: style: The scope of the variable 'err_range' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plotkey.c:100:14: style: The scope of the variable 'axis' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plotper.c:97:8: style: The scope of the variable 'err_1dim' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plotper.c:98:8: style: The scope of the variable 'err_size' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plotper.c:100:8: style: The scope of the variable 'err_alt' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plotper.c:101:8: style: The scope of the variable 'err_azi' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plotrow.c:398:45: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/plot/src/plotrow.c:501:45: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/plot/src/plotrow.c:198:4: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/plot/src/plotrow.c:193:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/plot/src/plotrow.c:198:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/plot/src/plottbl.c:138:18: style: The scope of the variable 'cunit2' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plottbl.c:176:42: error: Undefined behavior: Variable 'buff' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
17FEBpl1.2/prim/plot/src/plottbl.c:178:47: error: Undefined behavior: Variable 'buff' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
17FEBpl1.2/prim/plot/src/plottbl.c:180:48: error: Undefined behavior: Variable 'buff' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
17FEBpl1.2/prim/plot/src/plotvec.c:86:9: style: The scope of the variable 'amin' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plotvec.c:86:15: style: The scope of the variable 'amax' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plotvec.c:96:8: style: The scope of the variable 'err_start' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plotvec.c:97:8: style: The scope of the variable 'err_step' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plotvec.c:98:8: style: The scope of the variable 'err_npix' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plotvec.c:99:8: style: The scope of the variable 'err_1dim' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plotvec.c:101:8: style: The scope of the variable 'err_xcuts' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plotvec.c:102:8: style: The scope of the variable 'err_ycuts' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plotvec.c:104:14: style: The scope of the variable 'axis' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/plotvec.c:323:15: style: Variable 'size' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/prim/plot/src/setgrap.c:336:12: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
17FEBpl1.2/prim/plot/src/setgrap.c:331:12: note: outer condition: !found
17FEBpl1.2/prim/plot/src/setgrap.c:336:12: note: identical inner condition: !found
17FEBpl1.2/prim/plot/src/setgrap.c:336:12: style: Condition '!found' is always true [knownConditionTrueFalse]
17FEBpl1.2/prim/plot/src/setgrap.c:331:12: note: Assuming that condition '!found' is not redundant
17FEBpl1.2/prim/plot/src/setgrap.c:336:12: note: Condition '!found' is always true
17FEBpl1.2/prim/plot/src/setgrap.c:410:25: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/plot/src/showgrap.c:117:9: style: The scope of the variable 'orig' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/showgrap.c:122:7: style: The scope of the variable 'inf_des' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/showgrap.c:126:7: style: The scope of the variable 'err_pli' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/showgrap.c:127:7: style: The scope of the variable 'err_plr' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/showgrap.c:128:7: style: The scope of the variable 'errdev' can be reduced. [variableScope]
17FEBpl1.2/prim/plot/src/showgrap.c:129:7: style: The scope of the variable 'errhlp' can be reduced. [variableScope]
17FEBpl1.2/prim/table/libsrc/selechar.c:79:6: style: The scope of the variable 'line' can be reduced. [variableScope]
17FEBpl1.2/prim/table/libsrc/selechar.c:80:8: style: The scope of the variable 'j' can be reduced. [variableScope]
17FEBpl1.2/prim/table/libsrc/selechar.c:80:15: style: The scope of the variable 'nj' can be reduced. [variableScope]
17FEBpl1.2/prim/table/libsrc/selechar.c:81:9: style: The scope of the variable 'cas' can be reduced. [variableScope]
17FEBpl1.2/prim/table/libsrc/selechar.c:169:49: style: The scope of the variable 'ni' can be reduced. [variableScope]
17FEBpl1.2/prim/table/libsrc/selechar.c:324:5: style: The scope of the variable 'items' can be reduced. [variableScope]
17FEBpl1.2/prim/table/libsrc/selechar.c:325:12: style: The scope of the variable 'nbytes' can be reduced. [variableScope]
17FEBpl1.2/prim/table/libsrc/selechar.c:325:20: style: The scope of the variable 'nbytes1' can be reduced. [variableScope]
17FEBpl1.2/prim/table/libsrc/selechar.c:329:6: style: The scope of the variable 'name' can be reduced. [variableScope]
17FEBpl1.2/prim/table/libsrc/tbacol.c:302:48: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/prim/table/libsrc/tbacol.c:307:48: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/prim/table/libsrc/tbacol.c:451:35: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/table/libsrc/tbacol.c:455:34: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/table/libsrc/tbacol.c:475:14: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/table/libsrc/tbacol.c:94:9: style: The scope of the variable 'form' can be reduced. [variableScope]
17FEBpl1.2/prim/table/libsrc/tbacol.c:183:44: style: The scope of the variable 'k' can be reduced. [variableScope]
17FEBpl1.2/prim/table/libsrc/tbacol.c:183:46: style: The scope of the variable 'smbytes' can be reduced. [variableScope]
17FEBpl1.2/prim/table/libsrc/tbacol.c:191:7: style: The scope of the variable 'cval' can be reduced. [variableScope]
17FEBpl1.2/prim/table/libsrc/tbadec.c:179:24: style: The scope of the variable 'j' can be reduced. [variableScope]
17FEBpl1.2/prim/table/libsrc/tbaload.c:387:12: warning: Either the condition 'ncol>=256' is redundant or the array 'first[256]' is accessed at index 256, which is out of bounds. [arrayIndexOutOfBoundsCond]
17FEBpl1.2/prim/table/libsrc/tbaload.c:392:16: note: Assuming that condition 'ncol>=256' is not redundant
17FEBpl1.2/prim/table/libsrc/tbaload.c:387:12: note: Array index out of bounds
17FEBpl1.2/prim/table/libsrc/tbaload.c:388:11: warning: Either the condition 'ncol>=256' is redundant or the array 'last[256]' is accessed at index 256, which is out of bounds. [arrayIndexOutOfBoundsCond]
17FEBpl1.2/prim/table/libsrc/tbaload.c:392:16: note: Assuming that condition 'ncol>=256' is not redundant
17FEBpl1.2/prim/table/libsrc/tbaload.c:388:11: note: Array index out of bounds
17FEBpl1.2/prim/table/libsrc/tbaload.c:389:11: warning: Either the condition 'ncol>=256' is redundant or the array 'icol[256]' is accessed at index 256, which is out of bounds. [arrayIndexOutOfBoundsCond]
17FEBpl1.2/prim/table/libsrc/tbaload.c:392:16: note: Assuming that condition 'ncol>=256' is not redundant
17FEBpl1.2/prim/table/libsrc/tbaload.c:389:11: note: Array index out of bounds
17FEBpl1.2/prim/table/libsrc/tbaload.c:390:13: warning: Either the condition 'ncol>=256' is redundant or the array 'dctype[256]' is accessed at index 256, which is out of bounds. [arrayIndexOutOfBoundsCond]
17FEBpl1.2/prim/table/libsrc/tbaload.c:392:16: note: Assuming that condition 'ncol>=256' is not redundant
17FEBpl1.2/prim/table/libsrc/tbaload.c:390:13: note: Array index out of bounds
17FEBpl1.2/prim/table/libsrc/tbaload.c:525:6: style: The scope of the variable 't' can be reduced. [variableScope]
17FEBpl1.2/prim/table/libsrc/tbaload.c:443:46: portability: Undefined behaviour, pointer arithmetic 'buffer-1' is out of bounds. [pointerOutOfBounds]
17FEBpl1.2/prim/table/libsrc/tbarow.c:135:3: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/table/libsrc/tbarow.c:134:3: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/libsrc/tbarow.c:135:3: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/libsrc/tbarow.c:198:3: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/table/libsrc/tbarow.c:197:3: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/libsrc/tbarow.c:198:3: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/libsrc/tbarow.c:200:3: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/table/libsrc/tbarow.c:198:3: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/libsrc/tbarow.c:200:3: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/libsrc/tbarow.c:118:23: style: The scope of the variable 'msg' can be reduced. [variableScope]
17FEBpl1.2/prim/table/libsrc/tbcomsel.c:183:13: style: Variable 'ipos' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/table/libsrc/tbcomsel.c:181:13: note: Variable 'ipos' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/libsrc/tbcomsel.c:183:13: note: Variable 'ipos' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/libsrc/tbcomsel.c:122:44: style: The scope of the variable 'ipos' can be reduced. [variableScope]
17FEBpl1.2/prim/table/libsrc/tbcomsel.c:291:11: style: The scope of the variable 'nconst' can be reduced. [variableScope]
17FEBpl1.2/prim/table/libsrc/tbcomsel.c:297:32: style: The scope of the variable 'viewname' can be reduced. [variableScope]
17FEBpl1.2/prim/table/libsrc/tbcomsel.c:298:7: style: The scope of the variable 'text' can be reduced. [variableScope]
17FEBpl1.2/prim/table/libsrc/tbcomsel.c:303:21: style: The scope of the variable 'consta' can be reduced. [variableScope]
17FEBpl1.2/prim/table/libsrc/tbcomsel.c:551:18: style: The scope of the variable 'ct' can be reduced. [variableScope]
17FEBpl1.2/prim/table/libsrc/tbcomsel.c:552:14: style: The scope of the variable 'sens' can be reduced. [variableScope]
17FEBpl1.2/prim/table/libsrc/tbcomsel.c:552:19: style: The scope of the variable 'sensc' can be reduced. [variableScope]
17FEBpl1.2/prim/table/libsrc/tbcomsel.c:552:25: style: The scope of the variable 's1' can be reduced. [variableScope]
17FEBpl1.2/prim/table/libsrc/tbcomsel.c:552:28: style: The scope of the variable 's2' can be reduced. [variableScope]
17FEBpl1.2/prim/table/libsrc/tbcomsel.c:590:18: style: The scope of the variable 'ct' can be reduced. [variableScope]
17FEBpl1.2/prim/table/libsrc/tbcomsel.c:591:14: style: The scope of the variable 'sens' can be reduced. [variableScope]
17FEBpl1.2/prim/table/libsrc/tbcomsel.c:591:19: style: The scope of the variable 'sensc' can be reduced. [variableScope]
17FEBpl1.2/prim/table/libsrc/tbcomsel.c:591:25: style: The scope of the variable 's1' can be reduced. [variableScope]
17FEBpl1.2/prim/table/libsrc/tbcomsel.c:591:28: style: The scope of the variable 's2' can be reduced. [variableScope]
17FEBpl1.2/prim/table/libsrc/tbcomsel.c:634:14: style: The scope of the variable 'sens' can be reduced. [variableScope]
17FEBpl1.2/prim/table/libsrc/tbcomsel.c:634:19: style: The scope of the variable 'sensc' can be reduced. [variableScope]
17FEBpl1.2/prim/table/libsrc/tbcomsel.c:674:14: style: The scope of the variable 'sens' can be reduced. [variableScope]
17FEBpl1.2/prim/table/libsrc/tbcomsel.c:674:19: style: The scope of the variable 'sensc' can be reduced. [variableScope]
17FEBpl1.2/prim/table/libsrc/tbcomsel.c:718:14: style: The scope of the variable 'sens' can be reduced. [variableScope]
17FEBpl1.2/prim/table/libsrc/tbcomsel.c:718:19: style: The scope of the variable 'sensc' can be reduced. [variableScope]
17FEBpl1.2/prim/table/libsrc/tbcomsel.c:782:14: style: The scope of the variable 'fu' can be reduced. [variableScope]
17FEBpl1.2/prim/table/libsrc/tbcomsel.c:783:5: style: The scope of the variable 'sens' can be reduced. [variableScope]
17FEBpl1.2/prim/table/libsrc/tbcomsel.c:880:15: style: The scope of the variable 'y' can be reduced. [variableScope]
17FEBpl1.2/prim/table/libsrc/tbcomsel.c:1311:5: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/prim/table/libsrc/tbcomsel.c:1329:16: style: The scope of the variable 'const_type' can be reduced. [variableScope]
17FEBpl1.2/prim/table/libsrc/tbcomsel.c:1521:14: style: The scope of the variable 'jr' can be reduced. [variableScope]
17FEBpl1.2/prim/table/libsrc/tbcomsel.c:1525:10: style: The scope of the variable 'mydata' can be reduced. [variableScope]
17FEBpl1.2/prim/table/libsrc/tbcomsel.c:1799:5: style: The scope of the variable 'status' can be reduced. [variableScope]
17FEBpl1.2/prim/table/libsrc/tbcomsel.c:1824:7: style: The scope of the variable 'j' can be reduced. [variableScope]
17FEBpl1.2/prim/table/libsrc/tbcomsel.c:1824:9: style: The scope of the variable 'k' can be reduced. [variableScope]
17FEBpl1.2/prim/table/libsrc/tbcomsel.c:1824:11: style: The scope of the variable 'status' can be reduced. [variableScope]
17FEBpl1.2/prim/table/libsrc/tbcomsel.c:1825:6: style: The scope of the variable 'cval' can be reduced. [variableScope]
17FEBpl1.2/prim/table/libsrc/tbcomsel.c:1850:10: style: The scope of the variable 'nconst' can be reduced. [variableScope]
17FEBpl1.2/prim/table/libsrc/tbcomsel.c:1852:20: style: The scope of the variable 'consta' can be reduced. [variableScope]
17FEBpl1.2/prim/table/libsrc/tbcomsel.c:564:10: style: Variable 'ct' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/prim/table/libsrc/tbcomsel.c:569:10: style: Variable 's1' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/prim/table/libsrc/tbcomsel.c:570:10: style: Variable 's2' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/prim/table/libsrc/tbcomsel.c:1810:18: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/prim/table/libsrc/tbcomsel.c:1834:17: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/prim/table/libsrc/tbcomsel.c:334:2: warning: The buffer 'seldes' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
17FEBpl1.2/prim/table/libsrc/tbcopima.c:77:1: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/table/libsrc/tbcopima.c:76:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/libsrc/tbcopima.c:77:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/libsrc/tbcopima.c:78:1: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/table/libsrc/tbcopima.c:77:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/libsrc/tbcopima.c:78:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/libsrc/tbcopima.c:95:1: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/table/libsrc/tbcopima.c:94:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/libsrc/tbcopima.c:95:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/libsrc/tbcopima.c:142:1: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/table/libsrc/tbcopima.c:138:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/libsrc/tbcopima.c:142:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/libsrc/tbcopima.c:143:1: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/table/libsrc/tbcopima.c:142:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/libsrc/tbcopima.c:143:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/libsrc/tbcopima.c:144:1: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/table/libsrc/tbcopima.c:143:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/libsrc/tbcopima.c:144:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/libsrc/tbcopima.c:147:1: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/table/libsrc/tbcopima.c:144:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/libsrc/tbcopima.c:147:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/libsrc/tbcopima.c:148:1: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/table/libsrc/tbcopima.c:147:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/libsrc/tbcopima.c:148:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/libsrc/tbcopima.c:155:1: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/table/libsrc/tbcopima.c:148:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/libsrc/tbcopima.c:155:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/libsrc/tbcopima.c:191:1: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/table/libsrc/tbcopima.c:184:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/libsrc/tbcopima.c:191:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/libsrc/tbcopyk.c:144:10: style: The scope of the variable 'msg' can be reduced. [variableScope]
17FEBpl1.2/prim/table/libsrc/tbcopykt.c:99:51: error: Array 'kname[10]' accessed at index 79, which is out of bounds. [arrayIndexOutOfBounds]
17FEBpl1.2/prim/table/libsrc/tbcopykt.c:100:8: error: Array 'kname[10]' accessed at index 80, which is out of bounds. [arrayIndexOutOfBounds]
17FEBpl1.2/prim/table/libsrc/tbcopykt.c:97:3: note: After for loop, i has value 80
17FEBpl1.2/prim/table/libsrc/tbcopykt.c:100:8: note: Array index out of bounds
17FEBpl1.2/prim/table/libsrc/tbcopykt.c:104:11: error: Array 'keyw[80]' accessed at index 80, which is out of bounds. [arrayIndexOutOfBounds]
17FEBpl1.2/prim/table/libsrc/tbcopykt.c:97:3: note: After for loop, i has value 80
17FEBpl1.2/prim/table/libsrc/tbcopykt.c:104:11: note: Array index out of bounds
17FEBpl1.2/prim/table/libsrc/tbcopykt.c:158:36: error: Array 'line[256]' accessed at index 256, which is out of bounds. [arrayIndexOutOfBounds]
17FEBpl1.2/prim/table/libsrc/tbcopykt.c:157:32: note: After for loop, i has value 256
17FEBpl1.2/prim/table/libsrc/tbcopykt.c:158:36: note: Array index out of bounds
17FEBpl1.2/prim/table/libsrc/tbcopykt.c:90:3: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/table/libsrc/tbcopykt.c:88:3: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/libsrc/tbcopykt.c:90:3: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/libsrc/tbcopykt.c:73:8: style: The scope of the variable 'form' can be reduced. [variableScope]
17FEBpl1.2/prim/table/libsrc/tbcopykt.c:75:52: style: The scope of the variable 'k' can be reduced. [variableScope]
17FEBpl1.2/prim/table/libsrc/tbcopykt.c:76:29: style: The scope of the variable 'j' can be reduced. [variableScope]
17FEBpl1.2/prim/table/libsrc/tbcopykt.c:84:7: error: Uninitialized variable: nval [uninitvar]
17FEBpl1.2/prim/table/libsrc/tbcopytk.c:102:51: error: Array 'kname[10]' accessed at index 79, which is out of bounds. [arrayIndexOutOfBounds]
17FEBpl1.2/prim/table/libsrc/tbcopytk.c:103:8: error: Array 'kname[10]' accessed at index 80, which is out of bounds. [arrayIndexOutOfBounds]
17FEBpl1.2/prim/table/libsrc/tbcopytk.c:100:3: note: After for loop, i has value 80
17FEBpl1.2/prim/table/libsrc/tbcopytk.c:103:8: note: Array index out of bounds
17FEBpl1.2/prim/table/libsrc/tbcopytk.c:107:11: error: Array 'keyw[80]' accessed at index 80, which is out of bounds. [arrayIndexOutOfBounds]
17FEBpl1.2/prim/table/libsrc/tbcopytk.c:100:3: note: After for loop, i has value 80
17FEBpl1.2/prim/table/libsrc/tbcopytk.c:107:11: note: Array index out of bounds
17FEBpl1.2/prim/table/libsrc/tbcopytk.c:162:36: error: Array 'line[256]' accessed at index 256, which is out of bounds. [arrayIndexOutOfBounds]
17FEBpl1.2/prim/table/libsrc/tbcopytk.c:161:32: note: After for loop, i has value 256
17FEBpl1.2/prim/table/libsrc/tbcopytk.c:162:36: note: Array index out of bounds
17FEBpl1.2/prim/table/libsrc/tbcopytk.c:92:3: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/table/libsrc/tbcopytk.c:90:3: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/libsrc/tbcopytk.c:92:3: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/libsrc/tbcopytk.c:75:8: style: The scope of the variable 'form' can be reduced. [variableScope]
17FEBpl1.2/prim/table/libsrc/tbcopytk.c:77:52: style: The scope of the variable 'k' can be reduced. [variableScope]
17FEBpl1.2/prim/table/libsrc/tbcopytk.c:78:29: style: The scope of the variable 'j' can be reduced. [variableScope]
17FEBpl1.2/prim/table/libsrc/tbcrea.c:108:28: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/prim/table/libsrc/tbdecfmt.c:124:9: style: Variable 'l2' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/prim/table/libsrc/tbhist.c:44:5: style: The scope of the variable 'jj' can be reduced. [variableScope]
17FEBpl1.2/prim/table/libsrc/tbhist.c:95:6: style: The scope of the variable 'ibuf' can be reduced. [variableScope]
17FEBpl1.2/prim/table/libsrc/tbhist.c:96:13: style: The scope of the variable 'j' can be reduced. [variableScope]
17FEBpl1.2/prim/table/libsrc/tbhist.c:99:7: style: The scope of the variable 'fin' can be reduced. [variableScope]
17FEBpl1.2/prim/table/libsrc/tbhist.c:99:12: style: The scope of the variable 'name' can be reduced. [variableScope]
17FEBpl1.2/prim/table/libsrc/tbhist.c:51:3: error: Buffer is accessed out of bounds: parm [bufferAccessOutOfBounds]
17FEBpl1.2/prim/table/libsrc/tbjoin.c:416:14: style: Condition 'yval>=r->yval' is always true [knownConditionTrueFalse]
17FEBpl1.2/prim/table/libsrc/tbjoin.c:422:21: style: Condition 'xval>=r->xval' is always true [knownConditionTrueFalse]
17FEBpl1.2/prim/table/libsrc/tbjoin.c:89:22: style: The scope of the variable 'cval' can be reduced. [variableScope]
17FEBpl1.2/prim/table/libsrc/tbmerge.c:87:3: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/table/libsrc/tbmerge.c:86:3: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/libsrc/tbmerge.c:87:3: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/libsrc/tbmerge.c:96:3: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/table/libsrc/tbmerge.c:94:3: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/libsrc/tbmerge.c:96:3: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/libsrc/tbmerge.c:98:3: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/table/libsrc/tbmerge.c:96:3: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/libsrc/tbmerge.c:98:3: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/libsrc/tbmerge.c:112:10: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/table/libsrc/tbmerge.c:111:10: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/libsrc/tbmerge.c:112:10: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/libsrc/tbmerge.c:113:10: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/table/libsrc/tbmerge.c:112:10: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/libsrc/tbmerge.c:113:10: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/libsrc/tbmerge.c:120:10: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/table/libsrc/tbmerge.c:119:10: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/libsrc/tbmerge.c:120:10: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/libsrc/tbmerge.c:135:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/table/libsrc/tbmerge.c:134:9: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/libsrc/tbmerge.c:135:9: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/libsrc/tbmerge.c:136:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/table/libsrc/tbmerge.c:135:9: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/libsrc/tbmerge.c:136:9: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/libsrc/tbmerge.c:69:42: style: The scope of the variable 'field' can be reduced. [variableScope]
17FEBpl1.2/prim/table/libsrc/tbmerge.c:70:8: style: The scope of the variable 'nhform' can be reduced. [variableScope]
17FEBpl1.2/prim/table/libsrc/tbread.c:289:7: error: Array 'value[256]' accessed at index 256, which is out of bounds. [arrayIndexOutOfBounds]
17FEBpl1.2/prim/table/libsrc/tbread.c:104:3: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/table/libsrc/tbread.c:101:3: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/libsrc/tbread.c:104:3: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/libsrc/tbread.c:428:17: style: The scope of the variable 'ibase' can be reduced. [variableScope]
17FEBpl1.2/prim/table/libsrc/tbread.c:517:18: style: Array index 'j' is used before limits check. [arrayIndexThenCheck]
17FEBpl1.2/prim/table/libsrc/tbsetref.c:62:3: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/table/libsrc/tbsetref.c:61:3: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/libsrc/tbsetref.c:62:3: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/libsrc/tbsetref.c:65:3: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/table/libsrc/tbsetref.c:62:3: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/libsrc/tbsetref.c:65:3: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/libsrc/tbshow.c:91:3: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/table/libsrc/tbshow.c:88:3: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/libsrc/tbshow.c:91:3: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/libsrc/tbshow.c:80:6: style: The scope of the variable 'label' can be reduced. [variableScope]
17FEBpl1.2/prim/table/libsrc/tbshow.c:80:27: style: The scope of the variable 'unit' can be reduced. [variableScope]
17FEBpl1.2/prim/table/libsrc/tbshow.c:80:47: style: The scope of the variable 'form' can be reduced. [variableScope]
17FEBpl1.2/prim/table/libsrc/tbshow.c:80:57: style: The scope of the variable 'type' can be reduced. [variableScope]
17FEBpl1.2/prim/table/libsrc/tbsort.c:85:3: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/table/libsrc/tbsort.c:84:3: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/libsrc/tbsort.c:85:3: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/libsrc/tbsort.c:86:3: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/table/libsrc/tbsort.c:85:3: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/libsrc/tbsort.c:86:3: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/libsrc/tbsort.c:89:3: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/table/libsrc/tbsort.c:86:3: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/libsrc/tbsort.c:89:3: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/libsrc/tbsort.c:98:3: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/table/libsrc/tbsort.c:96:3: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/libsrc/tbsort.c:98:3: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/libsrc/tbwrite.c:78:12: style: The scope of the variable 'j' can be reduced. [variableScope]
17FEBpl1.2/prim/table/src/bdf3tbl.c:259:12: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/prim/table/src/bdf3tbl.c:266:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/prim/table/src/bdf3tbl.c:77:10: style: Variable 'm' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/table/src/bdf3tbl.c:76:10: note: Variable 'm' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/src/bdf3tbl.c:77:10: note: Variable 'm' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/src/bdf3tbl.c:132:7: style: Variable 'm' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/table/src/bdf3tbl.c:131:7: note: Variable 'm' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/src/bdf3tbl.c:132:7: note: Variable 'm' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/src/bdf3tbl.c:148:10: style: Variable 'm' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/table/src/bdf3tbl.c:147:10: note: Variable 'm' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/src/bdf3tbl.c:148:10: note: Variable 'm' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/src/bdf3tbl.c:158:10: style: Variable 'm' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/table/src/bdf3tbl.c:157:10: note: Variable 'm' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/src/bdf3tbl.c:158:10: note: Variable 'm' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/src/tb3dtest.c:185:42: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/prim/table/src/tb3dtest.c:190:42: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/prim/table/src/tbl2bdf.c:120:11: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
17FEBpl1.2/prim/table/src/tbl2bdf.c:118:15: note: outer condition: maxis!=mstr
17FEBpl1.2/prim/table/src/tbl2bdf.c:120:11: note: identical inner condition: maxis!=mstr
17FEBpl1.2/prim/table/src/tbl2bdf.c:161:25: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/prim/table/src/tbl2bdf.c:161:53: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/prim/table/src/tbl2bdf.c:56:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/table/src/tbl2bdf.c:55:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/src/tbl2bdf.c:56:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/src/tbl2bdf.c:57:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/table/src/tbl2bdf.c:56:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/src/tbl2bdf.c:57:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/src/tbl2bdf.c:61:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/table/src/tbl2bdf.c:57:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/src/tbl2bdf.c:61:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/src/tbl2bdf.c:62:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/table/src/tbl2bdf.c:61:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/src/tbl2bdf.c:62:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/src/tbl2bdf.c:63:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/table/src/tbl2bdf.c:62:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/src/tbl2bdf.c:63:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/src/tbl2bdf.c:68:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/table/src/tbl2bdf.c:63:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/src/tbl2bdf.c:68:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/src/tbl2bdf.c:146:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/table/src/tbl2bdf.c:142:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/src/tbl2bdf.c:146:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/src/tbl2bdf.c:84:6: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/table/src/tbl2bdf.c:83:6: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/src/tbl2bdf.c:84:6: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/src/tbl2bdf.c:115:6: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/table/src/tbl2bdf.c:114:6: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/src/tbl2bdf.c:115:6: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/src/tbl2bdf.c:116:6: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/table/src/tbl2bdf.c:115:6: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/src/tbl2bdf.c:116:6: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/src/tbl2bdf.c:117:6: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/table/src/tbl2bdf.c:116:6: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/src/tbl2bdf.c:117:6: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/src/tbl2bdf.c:226:6: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/table/src/tbl2bdf.c:225:6: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/src/tbl2bdf.c:226:6: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/src/tbl2bdf.c:227:6: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/table/src/tbl2bdf.c:226:6: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/src/tbl2bdf.c:227:6: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/src/tbl2bdf.c:228:6: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/table/src/tbl2bdf.c:227:6: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/src/tbl2bdf.c:228:6: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/src/tbl2bdf.c:229:6: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/table/src/tbl2bdf.c:228:6: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/src/tbl2bdf.c:229:6: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/src/tbl2bdf.c:230:6: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/table/src/tbl2bdf.c:229:6: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/src/tbl2bdf.c:230:6: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/src/tbl2bdf.c:29:22: style: The scope of the variable 'cstart' can be reduced. [variableScope]
17FEBpl1.2/prim/table/src/tbl2bdf.c:29:31: style: The scope of the variable 'cstep' can be reduced. [variableScope]
17FEBpl1.2/prim/table/src/tbl2bdf.c:234:12: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/prim/table/src/tbl3bdf.c:239:9: style: Expression is always false because 'else if' condition matches previous condition at line 235. [multiCondition]
17FEBpl1.2/prim/table/src/tbl3bdf.c:97:4: style: Variable 'm' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/table/src/tbl3bdf.c:96:4: note: Variable 'm' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/src/tbl3bdf.c:97:4: note: Variable 'm' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/src/tbl3bdf.c:113:7: style: Variable 'm' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/table/src/tbl3bdf.c:112:7: note: Variable 'm' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/src/tbl3bdf.c:113:7: note: Variable 'm' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/src/tbl3bdf.c:123:7: style: Variable 'm' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/table/src/tbl3bdf.c:122:7: note: Variable 'm' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/src/tbl3bdf.c:123:7: note: Variable 'm' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/src/tbl3bdf.c:36:31: style: Unused variable: dt_double [unusedVariable]
17FEBpl1.2/prim/table/src/tbl3bdf.c:38:7: style: Unused variable: dt [unusedVariable]
17FEBpl1.2/prim/table/src/tbl3bdf.c:59:1: style: Variable 'fix' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/prim/table/src/tbltest.c:143:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'long'. [invalidPrintfArgType_sint]
17FEBpl1.2/prim/table/src/tbltest.c:86:3: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/table/src/tbltest.c:86:19: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/prim/table/src/tbltest.c:77:8: style: The scope of the variable 'table_name' can be reduced. [variableScope]
17FEBpl1.2/prim/table/src/tdatatbl.c:107:1: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/table/src/tdatatbl.c:77:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/src/tdatatbl.c:107:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/src/tedittbl.c:219:3: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/table/src/tedittbl.c:218:3: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/src/tedittbl.c:219:3: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/src/tedittbl.c:221:3: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/table/src/tedittbl.c:219:3: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/src/tedittbl.c:221:3: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/src/tedittbl.c:222:3: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/table/src/tedittbl.c:221:3: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/src/tedittbl.c:222:3: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/src/tedittbl.c:224:3: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/table/src/tedittbl.c:222:3: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/src/tedittbl.c:224:3: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/src/tedittbl.c:226:3: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/table/src/tedittbl.c:224:3: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/table/src/tedittbl.c:226:3: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/tc3/libsrc/error.c:173:17: style: The scope of the variable 'p' can be reduced. [variableScope]
17FEBpl1.2/prim/tc3/libsrc/error.c:174:16: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/prim/tc3/libsrc/error.c:304:7: style: The scope of the variable 'x' can be reduced. [variableScope]
17FEBpl1.2/prim/tc3/libsrc/file.c:246:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
17FEBpl1.2/prim/tc3/libsrc/file.c:169:14: style: The scope of the variable 'trace' can be reduced. [variableScope]
17FEBpl1.2/prim/tc3/libsrc/file.c:171:14: style: The scope of the variable 'rec_mode' can be reduced. [variableScope]
17FEBpl1.2/prim/tc3/libsrc/file.c:172:8: style: The scope of the variable 'phname' can be reduced. [variableScope]
17FEBpl1.2/prim/tc3/libsrc/file.c:189:45: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
17FEBpl1.2/prim/tc3/libsrc/hash.c:219:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
17FEBpl1.2/prim/tc3/libsrc/hash.c:270:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
17FEBpl1.2/prim/tc3/libsrc/hash.c:122:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
17FEBpl1.2/prim/tc3/libsrc/str1.c:734:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
17FEBpl1.2/prim/tc3/libsrc/str1.c:741:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
17FEBpl1.2/prim/tc3/libsrc/str1.c:141:16: style: The scope of the variable 'len' can be reduced. [variableScope]
17FEBpl1.2/prim/tc3/libsrc/str1.c:650:8: style: The scope of the variable 'cp' can be reduced. [variableScope]
17FEBpl1.2/prim/tc3/libsrc/str1.c:650:12: style: The scope of the variable 'cq' can be reduced. [variableScope]
17FEBpl1.2/prim/tc3/libsrc/str1.c:1019:16: style: The scope of the variable 'len' can be reduced. [variableScope]
17FEBpl1.2/prim/tc3/libsrc/str1.c:1058:8: style: Variable 'ls' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/prim/tc3/libsrc/tex.c:311:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
17FEBpl1.2/prim/tc3/libsrc/tex.c:332:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
17FEBpl1.2/prim/tc3/libsrc/tex.c:530:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
17FEBpl1.2/prim/tc3/libsrc/tex.c:849:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
17FEBpl1.2/prim/tc3/libsrc/tex.c:897:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
17FEBpl1.2/prim/tc3/libsrc/tex.c:1025:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
17FEBpl1.2/prim/tc3/libsrc/tex.c:1044:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
17FEBpl1.2/prim/tc3/libsrc/tex.c:1068:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
17FEBpl1.2/prim/tc3/libsrc/tex.c:1103:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
17FEBpl1.2/prim/tc3/libsrc/tex.c:1109:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
17FEBpl1.2/prim/tc3/libsrc/tex.c:1117:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
17FEBpl1.2/prim/tc3/libsrc/tex.c:1240:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
17FEBpl1.2/prim/tc3/libsrc/tex.c:1270:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
17FEBpl1.2/prim/tc3/libsrc/tex.c:1294:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
17FEBpl1.2/prim/tc3/libsrc/tex.c:1369:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
17FEBpl1.2/prim/tc3/libsrc/tex.c:1407:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
17FEBpl1.2/prim/tc3/libsrc/tex.c:1317:7: style: The scope of the variable 'p' can be reduced. [variableScope]
17FEBpl1.2/prim/tc3/libsrc/trace.c:237:10: style: The scope of the variable 'flag' can be reduced. [variableScope]
17FEBpl1.2/prim/tc3/libsrc/trace.c:384:14: style: The scope of the variable 'bad' can be reduced. [variableScope]
17FEBpl1.2/prim/tc3/libsrc/trace.c:664:15: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/prim/tc3/libsrc/trace.c:713:16: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/prim/tc3/libsrc/trace.c:777:16: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/prim/tc3/libsrc/trace.c:809:16: style: The scope of the variable 'x' can be reduced. [variableScope]
17FEBpl1.2/prim/tc3/libsrc/trace.c:854:16: style: The scope of the variable 'x' can be reduced. [variableScope]
17FEBpl1.2/prim/tw3/libsrc/taerror.c:118:8: style: Variable 'state' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/prim/tw3/libsrc/tapplic.c:129:61: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
17FEBpl1.2/prim/tw3/libsrc/tapplic.c:132:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
17FEBpl1.2/prim/tw3/libsrc/tapplic.c:150:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
17FEBpl1.2/prim/tw3/libsrc/termcap.c:416:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
17FEBpl1.2/prim/tw3/libsrc/termcap.c:425:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
17FEBpl1.2/prim/tw3/libsrc/termcap.c:584:16: style: The scope of the variable 'n' can be reduced. [variableScope]
17FEBpl1.2/prim/tw3/libsrc/tf1test.c:121:6: style: Unused variable: status [unusedVariable]
17FEBpl1.2/prim/tw3/libsrc/tf1test.c:121:14: style: Unused variable: cat_pos [unusedVariable]
17FEBpl1.2/prim/tw3/libsrc/tf1test.c:121:23: style: Unused variable: i [unusedVariable]
17FEBpl1.2/prim/tw3/libsrc/tf1test.c:123:7: style: Unused variable: key [unusedVariable]
17FEBpl1.2/prim/tw3/libsrc/tfcc.c:104:22: warning: Using 'sizeof' on array given as function argument returns size of a pointer. [sizeofwithsilentarraypointer]
17FEBpl1.2/prim/tw3/libsrc/tfcc.c:123:22: warning: Using 'sizeof' on array given as function argument returns size of a pointer. [sizeofwithsilentarraypointer]
17FEBpl1.2/prim/tw3/libsrc/tfget.c:248:6: style: The scope of the variable 'len' can be reduced. [variableScope]
17FEBpl1.2/prim/tw3/libsrc/tfget.c:249:8: style: The scope of the variable 'p' can be reduced. [variableScope]
17FEBpl1.2/prim/tw3/libsrc/tfield.c:316:13: style: Condition 'lines>1' is always false [knownConditionTrueFalse]
17FEBpl1.2/prim/tw3/libsrc/tfield.c:292:38: note: Assignment 'lines=1', assigned value is 1
17FEBpl1.2/prim/tw3/libsrc/tfield.c:316:13: note: Condition 'lines>1' is always false
17FEBpl1.2/prim/tw3/libsrc/tfield.c:571:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
17FEBpl1.2/prim/tw3/libsrc/tfield.c:825:6: style: The scope of the variable 'len' can be reduced. [variableScope]
17FEBpl1.2/prim/tw3/libsrc/tfile.c:156:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
17FEBpl1.2/prim/tw3/libsrc/tfile.c:203:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
17FEBpl1.2/prim/tw3/libsrc/tfile.c:218:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
17FEBpl1.2/prim/tw3/libsrc/tfile.c:236:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
17FEBpl1.2/prim/tw3/libsrc/tfotest.c:88:10: style: Unused variable: field [unusedVariable]
17FEBpl1.2/prim/tw3/libsrc/tfotest.c:174:6: style: Unused variable: status [unusedVariable]
17FEBpl1.2/prim/tw3/libsrc/tfotest.c:174:14: style: Unused variable: cat_pos [unusedVariable]
17FEBpl1.2/prim/tw3/libsrc/tfotest.c:174:23: style: Unused variable: i [unusedVariable]
17FEBpl1.2/prim/tw3/libsrc/tfotest.c:176:7: style: Unused variable: key [unusedVariable]
17FEBpl1.2/prim/tw3/libsrc/tfpic.c:204:7: style: The scope of the variable 'integer' can be reduced. [variableScope]
17FEBpl1.2/prim/tw3/libsrc/tfshow.c:345:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
17FEBpl1.2/prim/tw3/libsrc/tfshow.c:261:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
17FEBpl1.2/prim/tw3/libsrc/tfshow.c:478:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
17FEBpl1.2/prim/tw3/libsrc/thcreate.c:614:26: portability: Undefined behaviour, pointer arithmetic 'pi->text+14' is out of bounds. [pointerOutOfBounds]
17FEBpl1.2/prim/tw3/libsrc/thcreate.c:431:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
17FEBpl1.2/prim/tw3/libsrc/thcreate.c:502:10: style: The scope of the variable 'k' can be reduced. [variableScope]
17FEBpl1.2/prim/tw3/libsrc/thelp.c:711:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
17FEBpl1.2/prim/tw3/libsrc/thelp.c:719:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
17FEBpl1.2/prim/tw3/libsrc/thelp.c:775:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
17FEBpl1.2/prim/tw3/libsrc/thelp.c:823:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
17FEBpl1.2/prim/tw3/libsrc/thelp.c:1372:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
17FEBpl1.2/prim/tw3/libsrc/thelp.c:1435:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
17FEBpl1.2/prim/tw3/libsrc/thelp.c:1584:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
17FEBpl1.2/prim/tw3/libsrc/thelp.c:367:6: style: The scope of the variable 'is_a_comment' can be reduced. [variableScope]
17FEBpl1.2/prim/tw3/libsrc/thelp.c:586:15: style: The scope of the variable 'sp' can be reduced. [variableScope]
17FEBpl1.2/prim/tw3/libsrc/thelp.c:587:7: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/prim/tw3/libsrc/thelp.c:660:8: style: The scope of the variable 'p' can be reduced. [variableScope]
17FEBpl1.2/prim/tw3/libsrc/thelp.c:911:12: style: The scope of the variable 'len' can be reduced. [variableScope]
17FEBpl1.2/prim/tw3/libsrc/thelp.c:1028:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/prim/tw3/libsrc/tkeys.c:124:9: style: The scope of the variable 'm' can be reduced. [variableScope]
17FEBpl1.2/prim/tw3/libsrc/tkeys.c:125:8: style: The scope of the variable 'p' can be reduced. [variableScope]
17FEBpl1.2/prim/tw3/libsrc/tmenu.c:110:9: style: The scope of the variable 'l' can be reduced. [variableScope]
17FEBpl1.2/prim/tw3/libsrc/tvclear.c:205:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/prim/tw3/libsrc/tvclear.c:243:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/prim/tw3/libsrc/tvclear.c:354:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/prim/tw3/libsrc/tvcursor.c:664:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
17FEBpl1.2/prim/tw3/libsrc/tvcursor.c:411:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/prim/tw3/libsrc/tvget.c:261:15: style: The scope of the variable 'len' can be reduced. [variableScope]
17FEBpl1.2/prim/tw3/libsrc/tvgets.c:668:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
17FEBpl1.2/prim/tw3/libsrc/tvhelp.c:131:6: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
17FEBpl1.2/prim/tw3/libsrc/tvhelp.c:169:6: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
17FEBpl1.2/prim/tw3/libsrc/tvhelp.c:180:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/prim/tw3/libsrc/tvinit.c:314:18: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/prim/tw3/libsrc/tvinit.c:315:7: style: The scope of the variable 'cc' can be reduced. [variableScope]
17FEBpl1.2/prim/tw3/libsrc/tvinit.c:452:17: style: The scope of the variable 'p' can be reduced. [variableScope]
17FEBpl1.2/prim/tw3/libsrc/tvinit.c:300:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/prim/tw3/libsrc/tvinit.c:492:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/prim/tw3/libsrc/tvinit.c:541:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/prim/tw3/libsrc/tvinit.c:956:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/prim/tw3/libsrc/tvinit.c:319:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
17FEBpl1.2/prim/tw3/libsrc/tvout.c:122:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
17FEBpl1.2/prim/tw3/libsrc/tvput.c:378:9: style: The scope of the variable 'p' can be reduced. [variableScope]
17FEBpl1.2/prim/tw3/libsrc/tvput.c:379:7: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/prim/tw3/libsrc/tvput.c:379:10: style: The scope of the variable 'k' can be reduced. [variableScope]
17FEBpl1.2/prim/tw3/libsrc/tvput.c:235:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/prim/tw3/libsrc/tvput.c:262:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/prim/tw3/libsrc/tvput.c:342:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/prim/tw3/libsrc/tvput.c:482:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/prim/tw3/libsrc/tvput.c:504:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/prim/tw3/libsrc/tvput.c:561:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/prim/tw3/libsrc/tvput.c:641:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/prim/tw3/libsrc/tvput.c:680:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/prim/tw3/libsrc/tvput.c:708:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/prim/tw3/libsrc/tvput.c:730:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/prim/tw3/libsrc/tvtest.c:83:3: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/prim/tw3/libsrc/tvtest.c:90:33: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/prim/tw3/libsrc/twcursor.c:380:7: style: The scope of the variable 'hw_scroll' can be reduced. [variableScope]
17FEBpl1.2/prim/tw3/libsrc/twget.c:289:3: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/prim/tw3/libsrc/twget.c:286:3: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/tw3/libsrc/twget.c:289:3: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/prim/tw3/libsrc/twget.c:264:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/prim/tw3/libsrc/twget.c:308:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/prim/tw3/libsrc/twget.c:357:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/prim/tw3/libsrc/twhelp.c:202:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
17FEBpl1.2/prim/tw3/libsrc/twhelp.c:288:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
17FEBpl1.2/prim/tw3/libsrc/twinit.c:374:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
17FEBpl1.2/prim/tw3/libsrc/twinit.c:517:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
17FEBpl1.2/prim/tw3/libsrc/twinit.c:539:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
17FEBpl1.2/prim/tw3/libsrc/twinit.c:680:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
17FEBpl1.2/prim/tw3/libsrc/twinit.c:742:19: style: The scope of the variable 'wc' can be reduced. [variableScope]
17FEBpl1.2/prim/tw3/libsrc/twinit.c:743:6: style: The scope of the variable 'fc' can be reduced. [variableScope]
17FEBpl1.2/prim/tw3/libsrc/twinit.c:147:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/prim/tw3/libsrc/twinit.c:232:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/prim/tw3/libsrc/twinit.c:257:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/prim/tw3/libsrc/twinit.c:299:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/prim/tw3/libsrc/twinit.c:398:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/prim/tw3/libsrc/twinit.c:437:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/prim/tw3/libsrc/twinit.c:725:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/prim/tw3/libsrc/twinit.c:767:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/prim/tw3/libsrc/twout.c:446:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
17FEBpl1.2/prim/tw3/libsrc/twout.c:131:35: style: The scope of the variable 'line' can be reduced. [variableScope]
17FEBpl1.2/prim/tw3/libsrc/twout.c:343:7: style: The scope of the variable 'cc' can be reduced. [variableScope]
17FEBpl1.2/prim/tw3/libsrc/twout.c:428:16: style: The scope of the variable 'pa' can be reduced. [variableScope]
17FEBpl1.2/prim/tw3/libsrc/twout.c:521:7: style: The scope of the variable 'chars' can be reduced. [variableScope]
17FEBpl1.2/prim/tw3/libsrc/twout.c:789:11: style: The scope of the variable 'l' can be reduced. [variableScope]
17FEBpl1.2/prim/tw3/libsrc/twout.c:881:7: style: The scope of the variable 'l' can be reduced. [variableScope]
17FEBpl1.2/prim/tw3/libsrc/twout.c:881:13: style: The scope of the variable 'j' can be reduced. [variableScope]
17FEBpl1.2/prim/tw3/libsrc/twout.c:728:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/prim/tw3/libsrc/twout.c:363:48: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
17FEBpl1.2/prim/tw3/libsrc/twout.c:802:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
17FEBpl1.2/prim/tw3/libsrc/twtest.c:445:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
17FEBpl1.2/prim/tw3/libsrc/twtest.c:460:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
17FEBpl1.2/prim/tw3/libsrc/twtest.c:492:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
17FEBpl1.2/prim/tw3/libsrc/twtest.c:504:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
17FEBpl1.2/prim/tw3/libsrc/twtest.c:539:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
17FEBpl1.2/prim/tw3/libsrc/twtest.c:253:17: style: The scope of the variable 'list' can be reduced. [variableScope]
17FEBpl1.2/prim/tw3/libsrc/twtest.c:144:34: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/prim/tw3/libsrc/twutil.c:388:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
17FEBpl1.2/prim/tw3/libsrc/twutil.c:434:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
17FEBpl1.2/prim/tw3/libsrc/twutil.c:486:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
17FEBpl1.2/prim/tw3/libsrc/twutil.c:190:20: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/prim/tw3/libsrc/twutil.c:462:9: style: The scope of the variable 'pos' can be reduced. [variableScope]
17FEBpl1.2/prim/tw3/libsrc/twutil.c:463:8: style: The scope of the variable 'I' can be reduced. [variableScope]
17FEBpl1.2/prim/tw3/libsrc/twutil.c:509:10: style: The scope of the variable 'pa' can be reduced. [variableScope]
17FEBpl1.2/prim/tw3/libsrc/twutil.c:542:14: style: The scope of the variable 'pa' can be reduced. [variableScope]
17FEBpl1.2/prim/tw3/libsrc/twutil.c:706:8: style: The scope of the variable 'l0' can be reduced. [variableScope]
17FEBpl1.2/prim/tw3/libsrc/twutil.c:706:13: style: The scope of the variable 'l1' can be reduced. [variableScope]
17FEBpl1.2/prim/tw3/libsrc/twutil.c:740:9: style: The scope of the variable 'lm0' can be reduced. [variableScope]
17FEBpl1.2/prim/tw3/libsrc/twutil.c:740:15: style: The scope of the variable 'lm1' can be reduced. [variableScope]
17FEBpl1.2/prim/tw3/libsrc/twutil.c:813:8: style: The scope of the variable 'p0' can be reduced. [variableScope]
17FEBpl1.2/prim/tw3/libsrc/twutil.c:813:13: style: The scope of the variable 'p1' can be reduced. [variableScope]
17FEBpl1.2/prim/tw3/libsrc/twutil.c:150:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/prim/tw3/libsrc/twutil.c:220:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/prim/tw3/libsrc/twutil.c:622:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/prim/tw3/libsrc/twutil.c:767:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/prim/tw3/libsrc/twutil.c:907:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/prim/tw3/libsrc/twutil.c:829:20: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
17FEBpl1.2/prim/tw3/libsrc/twutil.c:714:20: error: Uninitialized variable: l0 [uninitvar]
17FEBpl1.2/prim/tw3/libsrc/txdisplay.c:659:10: style: The scope of the variable 'pa' can be reduced. [variableScope]
17FEBpl1.2/prim/tw3/libsrc/txdisplay.c:682:14: style: The scope of the variable 'j' can be reduced. [variableScope]
17FEBpl1.2/prim/tw3/libsrc/txdisplay.c:945:9: style: The scope of the variable 'pa' can be reduced. [variableScope]
17FEBpl1.2/prim/tw3/libsrc/txdisplay.c:1497:9: style: The scope of the variable 'pd' can be reduced. [variableScope]
17FEBpl1.2/prim/tw3/libsrc/txdisplay.c:1589:10: style: The scope of the variable 'l' can be reduced. [variableScope]
17FEBpl1.2/prim/tw3/libsrc/txdisplay.c:1624:9: style: The scope of the variable 'pa' can be reduced. [variableScope]
17FEBpl1.2/prim/tw3/libsrc/txdisplay.c:435:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/prim/tw3/libsrc/txdisplay.c:619:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/prim/tw3/libsrc/txdisplay.c:730:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/prim/tw3/libsrc/txdisplay.c:767:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/prim/tw3/libsrc/txdisplay.c:833:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/prim/tw3/libsrc/txdisplay.c:865:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/prim/tw3/libsrc/txdisplay.c:1545:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/prim/tw3/libsrc/txdisplay.c:2126:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/prim/tw3/libsrc/txdisplay.c:2411:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/prim/tw3/libsrc/txdisplay.c:1145:47: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
17FEBpl1.2/prim/tw3/libsrc/txdisplay.c:1226:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
17FEBpl1.2/prim/tw3/libsrc/txjustify.c:216:18: warning: Either the condition 'nb==0' is redundant or there is division by zero at line 216. [zerodivcond]
17FEBpl1.2/prim/tw3/libsrc/txjustify.c:213:10: note: Assuming that condition 'nb==0' is not redundant
17FEBpl1.2/prim/tw3/libsrc/txjustify.c:216:18: note: Division by zero
17FEBpl1.2/prim/tw3/libsrc/txjustify.c:217:18: warning: Either the condition 'nb==0' is redundant or there is division by zero at line 217. [zerodivcond]
17FEBpl1.2/prim/tw3/libsrc/txjustify.c:213:10: note: Assuming that condition 'nb==0' is not redundant
17FEBpl1.2/prim/tw3/libsrc/txjustify.c:217:18: note: Division by zero
17FEBpl1.2/prim/tw3/libsrc/txjustify.c:236:3: style: Label 'FIN' is not used. [unusedLabel]
17FEBpl1.2/prim/tw3/libsrc/txprompt.c:94:15: style: The scope of the variable 'definitions' can be reduced. [variableScope]
17FEBpl1.2/prim/tw3/libsrc/txtest.c:249:6: style: The scope of the variable 'len' can be reduced. [variableScope]
17FEBpl1.2/prim/tw3/libsrc/txtest.c:283:11: style: The scope of the variable 'subw' can be reduced. [variableScope]
17FEBpl1.2/prim/tw3/libsrc/txtest.c:77:24: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/prim/tw3/libsrc/tydoc.c:211:6: style: The scope of the variable 'id' can be reduced. [variableScope]
17FEBpl1.2/prim/tw3/libsrc/tydoc.c:544:8: style: Variable 'at_end' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/prim/tw3/libsrc/tydoc.c:563:16: style: Variable 'echo_state' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/prim/tw3/libsrc/tydoc.c:133:21: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
17FEBpl1.2/prim/tw3/libsrc/tytest.c:66:24: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/prim/tw3/libsrc/tytest.c:68:46: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/stdred/ccdred/libsrc/exmed.c:84:7: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
17FEBpl1.2/stdred/ccdred/libsrc/exmed.c:26:15: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/stdred/ccdred/libsrc/exmed.c:41:15: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/stdred/ccdred/libsrc/exmed.c:42:15: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/stdred/ccdred/libsrc/exmed.c:60:15: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/stdred/ccdred/libsrc/exmed.c:24:7: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/libsrc/exmed.c:23:7: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/exmed.c:24:7: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/exmed.c:25:7: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/libsrc/exmed.c:24:7: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/exmed.c:25:7: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/exmed.c:38:7: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/libsrc/exmed.c:37:7: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/exmed.c:38:7: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/exmed.c:39:7: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/libsrc/exmed.c:38:7: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/exmed.c:39:7: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/exmed.c:40:7: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/libsrc/exmed.c:39:7: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/exmed.c:40:7: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/exmed.c:58:7: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/libsrc/exmed.c:57:7: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/exmed.c:58:7: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/exmed.c:59:7: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/libsrc/exmed.c:58:7: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/exmed.c:59:7: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/exmed.c:78:7: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/libsrc/exmed.c:77:7: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/exmed.c:78:7: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/exmed.c:84:7: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/libsrc/exmed.c:83:7: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/exmed.c:84:7: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/exmed.c:9:16: style: The scope of the variable 'ibuf' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/exmed.c:12:12: style: The scope of the variable 'rbuf' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/getdat.c:126:19: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/stdred/ccdred/libsrc/getdat.c:152:19: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/stdred/ccdred/libsrc/getdat.c:78:18: style: The scope of the variable 'ix' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/getdat.c:78:22: style: The scope of the variable 'iy' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/getdat.c:80:39: style: The scope of the variable 'ism1' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/getdat.c:80:45: style: The scope of the variable 'ism2' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/getdat.c:80:51: style: The scope of the variable 'navrg' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/getdat.c:82:8: style: The scope of the variable 'avrg' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/mo_align.c:235:16: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/stdred/ccdred/libsrc/mo_align.c:251:19: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/stdred/ccdred/libsrc/mo_align.c:131:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/libsrc/mo_align.c:126:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/mo_align.c:131:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/mo_align.c:131:12: style: Variable 'stat' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/stdred/ccdred/libsrc/mo_bifit.c:75:5: style: The scope of the variable 'nx' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/mo_bifit.c:75:9: style: The scope of the variable 'ny' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/mo_bifit.c:76:5: style: The scope of the variable 'index' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/mo_bifit.c:110:5: style: The scope of the variable 'nx' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/mo_bifit.c:110:9: style: The scope of the variable 'ny' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/mo_bifit.c:111:5: style: The scope of the variable 'index' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/mo_bifit.c:113:7: style: The scope of the variable 'sx' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/mo_bifit.c:113:11: style: The scope of the variable 'sy' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/mo_bifit.c:113:15: style: The scope of the variable 'tx' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/mo_bifit.c:113:19: style: The scope of the variable 'ty' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/mo_bifit.c:155:19: style: The scope of the variable 'nx' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/mo_bifit.c:155:23: style: The scope of the variable 'ny' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/mo_bifit.c:156:5: style: The scope of the variable 'first_row' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/mo_bifit.c:156:16: style: The scope of the variable 'index' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/mo_bifit.c:158:7: style: The scope of the variable 'sx' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/mo_bifit.c:158:11: style: The scope of the variable 'tx' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/mo_bifit.c:158:15: style: The scope of the variable 'sx2m1' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/mo_bifit.c:158:22: style: The scope of the variable 'tx2m1' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/mo_bifit.c:158:29: style: The scope of the variable 'sy' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/mo_bifit.c:158:33: style: The scope of the variable 'ty' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/mo_bifit.c:160:7: style: The scope of the variable 'cd20y' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/mo_bifit.c:160:14: style: The scope of the variable 'cd21y' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/mo_bifit.c:246:19: style: The scope of the variable 'nx' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/mo_bifit.c:246:23: style: The scope of the variable 'ny' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/mo_bifit.c:247:5: style: The scope of the variable 'first_row' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/mo_bifit.c:247:16: style: The scope of the variable 'index' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/mo_bifit.c:249:7: style: The scope of the variable 'sx' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/mo_bifit.c:249:11: style: The scope of the variable 'sx2' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/mo_bifit.c:249:16: style: The scope of the variable 'sx2m1' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/mo_bifit.c:249:23: style: The scope of the variable 'sx2m4' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/mo_bifit.c:249:30: style: The scope of the variable 'tx' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/mo_bifit.c:249:34: style: The scope of the variable 'tx2' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/mo_bifit.c:249:39: style: The scope of the variable 'tx2m1' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/mo_bifit.c:249:46: style: The scope of the variable 'tx2m4' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/mo_bifit.c:249:53: style: The scope of the variable 'sy' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/mo_bifit.c:249:57: style: The scope of the variable 'sy2' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/mo_bifit.c:249:62: style: The scope of the variable 'ty' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/mo_bifit.c:249:66: style: The scope of the variable 'ty2' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/mo_bifit.c:251:7: style: The scope of the variable 'cd20y' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/mo_bifit.c:251:14: style: The scope of the variable 'cd21y' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/mo_bifit.c:251:21: style: The scope of the variable 'cd40y' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/mo_bifit.c:251:28: style: The scope of the variable 'cd41y' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/mo_bifit.c:354:5: style: The scope of the variable 'nx' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/mo_bifit.c:354:9: style: The scope of the variable 'ny' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/mo_bifit.c:355:5: style: The scope of the variable 'first_row' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/mo_bifit.c:355:16: style: The scope of the variable 'index' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/mo_bifit.c:357:9: style: The scope of the variable 'sx' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/mo_bifit.c:357:13: style: The scope of the variable 'tx' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/mo_bifit.c:357:17: style: The scope of the variable 'sy' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/mo_bifit.c:357:21: style: The scope of the variable 'ty' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/mo_bifit.c:358:23: style: The scope of the variable 'accum' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/mo_fitoff.c:92:12: style: The scope of the variable 'ii' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/mo_fitoff.c:92:15: style: The scope of the variable 'jj' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/mo_fitoff.c:93:9: style: The scope of the variable 'cnt' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/mo_fitoff.c:205:9: style: The scope of the variable 'iran' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/mo_fitoff.c:215:9: style: The scope of the variable 'newindex' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/mo_fitoff.c:216:9: style: The scope of the variable 'xcount' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/mo_fitoff.c:171:12: style: Variable 's' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/stdred/ccdred/libsrc/mo_fitoff.c:206:9: style: Unused variable: itst [unusedVariable]
17FEBpl1.2/stdred/ccdred/libsrc/mo_fitoff.c:207:11: style: Unused variable: k [unusedVariable]
17FEBpl1.2/stdred/ccdred/libsrc/mo_match.c:144:10: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/ccdred/libsrc/mo_match.c:318:10: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/ccdred/libsrc/mo_match.c:502:10: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/ccdred/libsrc/mo_match.c:209:9: style: The scope of the variable 'rem' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/mo_msi.c:431:16: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/ccdred/libsrc/mo_offset.c:426:10: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/ccdred/libsrc/mo_offset.c:176:7: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/libsrc/mo_offset.c:175:7: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/mo_offset.c:176:7: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/mo_offset.c:177:7: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/libsrc/mo_offset.c:176:7: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/mo_offset.c:177:7: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/mo_offset.c:178:7: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/libsrc/mo_offset.c:177:7: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/mo_offset.c:178:7: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/mo_offset.c:179:7: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/libsrc/mo_offset.c:178:7: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/mo_offset.c:179:7: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/mo_offset.c:180:7: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/libsrc/mo_offset.c:179:7: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/mo_offset.c:180:7: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/mo_offset.c:181:7: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/libsrc/mo_offset.c:180:7: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/mo_offset.c:181:7: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/mo_offset.c:207:4: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/libsrc/mo_offset.c:206:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/mo_offset.c:207:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/mo_offset.c:208:4: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/libsrc/mo_offset.c:207:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/mo_offset.c:208:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/mo_offset.c:209:4: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/libsrc/mo_offset.c:208:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/mo_offset.c:209:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/mo_offset.c:108:24: style: The scope of the variable 'irow' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/mo_offset.c:120:21: style: The scope of the variable 'sizem' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/mo_offset.c:128:8: style: The scope of the variable 'startm' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/mo_offset.c:128:19: style: The scope of the variable 'stepm' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/mo_offset.c:209:12: style: Variable 'stat' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/stdred/ccdred/libsrc/mo_setup.c:274:16: style: The scope of the variable 'stat' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/mo_setup.c:322:14: style: Variable 'sstep' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/stdred/ccdred/libsrc/mo_setup.c:321:14: style: Variable 'sstart' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/stdred/ccdred/libsrc/mo_setup.c:326:17: style: Variable 'stat' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/stdred/ccdred/libsrc/mo_shift.c:90:9: style: The scope of the variable 'ideltax' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/mo_shift.c:91:9: style: The scope of the variable 'ideltay' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/mo_shift.c:96:9: style: The scope of the variable 'nimcols' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/mo_shift.c:97:9: style: The scope of the variable 'nimlines' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/mo_shift.c:102:9: style: The scope of the variable 'stat' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/mo_shift.c:174:9: style: The scope of the variable 'nimcols' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/mo_shift.c:175:9: style: The scope of the variable 'nimlines' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/mo_shift.c:180:9: style: The scope of the variable 'ideltax' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/mo_shift.c:181:9: style: The scope of the variable 'ideltay' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/mo_shift.c:182:9: style: The scope of the variable 'stat' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/mo_shift.c:122:18: style: Variable 'stat' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/stdred/ccdred/libsrc/mo_shift.c:203:18: style: Variable 'stat' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblrinp.c:108:4: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblrinp.c:107:4: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblrinp.c:108:4: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblrinp.c:109:4: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblrinp.c:108:4: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblrinp.c:109:4: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblrinp.c:110:4: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblrinp.c:109:4: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblrinp.c:110:4: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblrinp.c:111:4: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblrinp.c:110:4: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblrinp.c:111:4: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblrinp.c:101:10: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblrinp.c:100:10: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblrinp.c:101:10: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblrinp.c:80:8: style: The scope of the variable 'status' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblrinp.c:81:8: style: The scope of the variable 'iframe' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblrinp.c:82:8: style: The scope of the variable 'irow' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblrinp.c:116:13: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblrpar.c:80:1: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblrpar.c:79:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblrpar.c:80:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblrpar.c:82:1: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblrpar.c:80:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblrpar.c:82:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblrpar.c:83:1: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblrpar.c:82:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblrpar.c:83:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblrpar.c:84:1: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblrpar.c:83:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblrpar.c:84:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblrpar.c:85:1: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblrpar.c:84:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblrpar.c:85:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblrpar.c:86:1: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblrpar.c:85:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblrpar.c:86:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblrpar.c:87:1: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblrpar.c:86:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblrpar.c:87:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblrpar.c:95:1: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblrpar.c:87:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblrpar.c:95:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblrpar.c:123:10: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblwinp.c:116:4: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblwinp.c:115:4: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblwinp.c:116:4: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblwinp.c:117:4: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblwinp.c:116:4: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblwinp.c:117:4: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblwinp.c:118:4: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblwinp.c:117:4: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblwinp.c:118:4: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblwinp.c:119:4: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblwinp.c:118:4: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblwinp.c:119:4: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblwinp.c:109:10: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblwinp.c:108:10: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblwinp.c:109:10: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblwinp.c:81:8: style: The scope of the variable 'status' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblwinp.c:82:8: style: The scope of the variable 'iframe' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblwinp.c:83:8: style: The scope of the variable 'irow' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblwinp.c:124:13: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblwpar.c:87:1: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblwpar.c:86:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblwpar.c:87:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblwpar.c:88:1: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblwpar.c:87:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblwpar.c:88:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblwpar.c:89:1: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblwpar.c:88:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblwpar.c:89:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblwpar.c:90:1: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblwpar.c:89:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblwpar.c:90:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblwpar.c:91:1: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblwpar.c:90:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblwpar.c:91:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblwpar.c:92:1: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblwpar.c:91:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblwpar.c:92:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblwpar.c:93:1: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblwpar.c:92:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblwpar.c:93:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblwpar.c:119:1: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblwpar.c:116:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblwpar.c:119:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblwpar.c:122:1: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblwpar.c:119:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/mo_tblwpar.c:122:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/libsrc/mo_zero.c:61:9: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/stdred/ccdred/libsrc/nrmed.c:103:10: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/ccdred/libsrc/nrmed.c:148:10: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/ccdred/src/ccdalign.c:228:18: style: Redundant condition: If 'nimcol > 0', the comparison 'nimcol != 0' is always true. [redundantCondition]
17FEBpl1.2/stdred/ccdred/src/ccdalign.c:233:18: style: Redundant condition: If 'nimrow > 0', the comparison 'nimrow != 0' is always true. [redundantCondition]
17FEBpl1.2/stdred/ccdred/src/ccdalign.c:153:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdalign.c:152:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdalign.c:153:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdalign.c:160:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdalign.c:153:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdalign.c:160:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdalign.c:172:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdalign.c:160:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdalign.c:172:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdalign.c:177:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdalign.c:172:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdalign.c:177:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdalign.c:207:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdalign.c:202:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdalign.c:207:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdalign.c:225:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdalign.c:218:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdalign.c:225:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdalign.c:292:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdalign.c:291:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdalign.c:292:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdalign.c:296:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdalign.c:295:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdalign.c:296:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdalign.c:297:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdalign.c:296:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdalign.c:297:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdalign.c:298:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdalign.c:297:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdalign.c:298:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdalign.c:299:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdalign.c:298:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdalign.c:299:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdalign.c:301:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdalign.c:299:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdalign.c:301:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdalign.c:92:14: style: The scope of the variable 'iaux' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/src/ccdalign.c:130:14: style: The scope of the variable 'x_colc' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/src/ccdalign.c:131:14: style: The scope of the variable 'y_colc' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/src/ccdalign.c:132:14: style: The scope of the variable 'i_colc' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:1046:12: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:1055:15: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:1061:15: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:1078:17: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:1089:12: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:1182:16: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:1259:13: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:1279:16: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:182:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:180:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:182:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:184:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:182:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:184:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:187:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:184:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:187:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:190:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:187:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:190:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:193:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:190:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:193:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:197:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:193:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:197:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:659:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:658:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:659:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:660:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:659:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:660:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:661:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:660:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:661:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:662:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:661:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:662:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:664:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:662:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:664:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:751:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:749:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:751:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:753:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:751:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:753:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:974:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:973:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:974:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:975:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:974:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:975:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:976:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:975:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:976:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:977:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:976:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:977:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:990:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:988:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:990:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:1295:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:1294:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:1295:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:1296:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:1295:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:1296:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:1368:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:1367:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:1368:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:1369:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:1368:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:1369:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:1370:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:1369:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:1370:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:689:4: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:688:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:689:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:690:4: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:689:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:690:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:691:4: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:690:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:691:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:779:4: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:778:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:779:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:821:7: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:820:7: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:821:7: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:822:7: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:821:7: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:822:7: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:823:7: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:822:7: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:823:7: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:824:7: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:823:7: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:824:7: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:872:3: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:871:10: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:872:3: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:873:3: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:872:3: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:873:3: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:874:3: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:873:3: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:874:3: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:875:3: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:874:3: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:875:3: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:999:4: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:998:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:999:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:1000:4: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:999:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:1000:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:1001:4: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:1000:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:1001:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:1002:4: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:1001:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:1002:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:1003:4: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:1002:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:1003:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:1004:4: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:1003:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:1004:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:1019:4: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:1018:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:1019:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:1020:4: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:1019:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:1020:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:1021:4: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:1020:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:1021:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:1022:4: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:1021:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:1022:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:1023:4: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:1022:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:1023:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:1024:4: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:1023:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:1024:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:1316:4: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:1311:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:1316:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:1434:37: style: The scope of the variable 'jump' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:1435:13: style: The scope of the variable 'nx' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:1435:17: style: The scope of the variable 'ny' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:1435:21: style: The scope of the variable 'xfirst' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:1435:29: style: The scope of the variable 'yfirst' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:1435:37: style: The scope of the variable 'xend' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:1435:43: style: The scope of the variable 'yend' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:1616:23: style: The scope of the variable 'nn' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:1676:23: style: The scope of the variable 'nn' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:1739:23: style: The scope of the variable 'nn' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:1800:39: style: The scope of the variable 'ma' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:1800:43: style: The scope of the variable 'mb' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:1801:28: style: The scope of the variable 'va' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:1801:32: style: The scope of the variable 'vb' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:2054:23: style: The scope of the variable 'nn' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:2128:39: style: The scope of the variable 'ma' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:2128:43: style: The scope of the variable 'mb' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:2129:28: style: The scope of the variable 'va' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:2129:32: style: The scope of the variable 'vb' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:2361:23: style: The scope of the variable 'nn' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:2434:26: style: The scope of the variable 'nn' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:2514:26: style: The scope of the variable 'nn' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:2591:26: style: The scope of the variable 'nn' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:2672:26: style: The scope of the variable 'nn' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:2749:29: style: The scope of the variable 'nn' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:2857:29: style: The scope of the variable 'nn' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/src/ccdcomb.c:3713:23: style: The scope of the variable 'nn' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/src/ccdmatch.c:257:18: style: Redundant condition: If 'nimcol > 0', the comparison 'nimcol != 0' is always true. [redundantCondition]
17FEBpl1.2/stdred/ccdred/src/ccdmatch.c:262:18: style: Redundant condition: If 'nimrow > 0', the comparison 'nimrow != 0' is always true. [redundantCondition]
17FEBpl1.2/stdred/ccdred/src/ccdmatch.c:156:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdmatch.c:155:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmatch.c:156:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmatch.c:163:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdmatch.c:156:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmatch.c:163:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmatch.c:175:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdmatch.c:163:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmatch.c:175:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmatch.c:180:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdmatch.c:175:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmatch.c:180:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmatch.c:230:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdmatch.c:225:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmatch.c:230:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmatch.c:249:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdmatch.c:241:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmatch.c:249:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmatch.c:254:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdmatch.c:249:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmatch.c:254:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmatch.c:319:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdmatch.c:318:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmatch.c:319:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmatch.c:323:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdmatch.c:322:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmatch.c:323:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmatch.c:324:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdmatch.c:323:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmatch.c:324:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmatch.c:325:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdmatch.c:324:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmatch.c:325:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmatch.c:326:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdmatch.c:325:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmatch.c:326:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmatch.c:328:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdmatch.c:326:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmatch.c:328:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmatch.c:121:15: style: The scope of the variable 'cbuff' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/src/ccdmatch.c:133:14: style: The scope of the variable 'x_colc' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/src/ccdmatch.c:134:14: style: The scope of the variable 'y_colc' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/src/ccdmatch.c:135:14: style: The scope of the variable 'i_colc' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/src/ccdmosaic.c:531:12: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/stdred/ccdred/src/ccdmosaic.c:606:44: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/ccdred/src/ccdmosaic.c:215:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdmosaic.c:214:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmosaic.c:215:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmosaic.c:216:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdmosaic.c:215:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmosaic.c:216:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmosaic.c:218:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdmosaic.c:216:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmosaic.c:218:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmosaic.c:257:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdmosaic.c:253:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmosaic.c:257:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmosaic.c:261:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdmosaic.c:257:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmosaic.c:261:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmosaic.c:295:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdmosaic.c:290:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmosaic.c:295:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmosaic.c:361:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdmosaic.c:360:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmosaic.c:361:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmosaic.c:362:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdmosaic.c:361:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmosaic.c:362:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmosaic.c:363:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdmosaic.c:362:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmosaic.c:363:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmosaic.c:423:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdmosaic.c:421:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmosaic.c:423:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmosaic.c:485:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdmosaic.c:484:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmosaic.c:485:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmosaic.c:486:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdmosaic.c:485:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmosaic.c:486:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmosaic.c:487:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdmosaic.c:486:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmosaic.c:487:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmosaic.c:488:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdmosaic.c:487:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmosaic.c:488:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmosaic.c:489:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdmosaic.c:488:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmosaic.c:489:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmosaic.c:491:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdmosaic.c:489:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmosaic.c:491:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmosaic.c:389:4: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdmosaic.c:388:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmosaic.c:389:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmosaic.c:390:4: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdmosaic.c:389:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmosaic.c:390:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmosaic.c:391:4: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdmosaic.c:390:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmosaic.c:391:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmosaic.c:97:15: style: The scope of the variable 'cbuff' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/src/ccdmosaic.c:106:14: style: The scope of the variable 'iaux' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/src/ccdmosaic.c:110:18: style: The scope of the variable 'rr1' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/src/ccdmosaic.c:110:23: style: The scope of the variable 'rr2' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/src/ccdmosaic.c:111:49: style: The scope of the variable 'irow' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/src/ccdmosaic.c:156:14: style: The scope of the variable 'error7' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/src/ccdmosfit.c:225:18: style: Redundant condition: If 'nimcol > 0', the comparison 'nimcol != 0' is always true. [redundantCondition]
17FEBpl1.2/stdred/ccdred/src/ccdmosfit.c:230:18: style: Redundant condition: If 'nimrow > 0', the comparison 'nimrow != 0' is always true. [redundantCondition]
17FEBpl1.2/stdred/ccdred/src/ccdmosfit.c:149:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdmosfit.c:148:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmosfit.c:149:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmosfit.c:152:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdmosfit.c:149:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmosfit.c:152:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmosfit.c:174:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdmosfit.c:162:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmosfit.c:174:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmosfit.c:179:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdmosfit.c:174:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmosfit.c:179:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmosfit.c:184:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdmosfit.c:179:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmosfit.c:184:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmosfit.c:202:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdmosfit.c:195:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmosfit.c:202:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmosfit.c:222:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdmosfit.c:217:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmosfit.c:222:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmosfit.c:288:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdmosfit.c:287:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmosfit.c:288:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmosfit.c:292:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdmosfit.c:291:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmosfit.c:292:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmosfit.c:293:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdmosfit.c:292:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmosfit.c:293:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmosfit.c:294:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdmosfit.c:293:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmosfit.c:294:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmosfit.c:295:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdmosfit.c:294:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmosfit.c:295:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmosfit.c:297:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdred/src/ccdmosfit.c:295:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmosfit.c:297:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdred/src/ccdmosfit.c:91:14: style: The scope of the variable 'iaux' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/src/ccdmosfit.c:119:15: style: The scope of the variable 'cbuff' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdred/src/ccdmosfit.c:240:4: style: Variable 'iaux' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/stdred/ccdred/src/ccdmosfit.c:361:11: style: Variable 'stat' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/stdred/ccdtest/src/ccdrebin.c:289:16: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/stdred/ccdtest/src/ccdrebin.c:298:48: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/ccdtest/src/ccdrebin.c:299:48: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/ccdtest/src/ccdrebin.c:302:48: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/ccdtest/src/ccdrebin.c:232:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdtest/src/ccdrebin.c:230:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdtest/src/ccdrebin.c:232:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdtest/src/ccdrebin.c:233:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdtest/src/ccdrebin.c:232:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdtest/src/ccdrebin.c:233:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdtest/src/ccdrebin.c:235:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdtest/src/ccdrebin.c:233:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdtest/src/ccdrebin.c:235:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdtest/src/ccdrebin.c:248:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdtest/src/ccdrebin.c:244:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdtest/src/ccdrebin.c:248:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdtest/src/ccdrebin.c:249:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdtest/src/ccdrebin.c:248:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdtest/src/ccdrebin.c:249:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdtest/src/ccdrebin.c:266:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdtest/src/ccdrebin.c:249:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdtest/src/ccdrebin.c:266:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdtest/src/ccdrebin.c:268:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdtest/src/ccdrebin.c:266:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdtest/src/ccdrebin.c:268:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdtest/src/ccdrebin.c:269:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdtest/src/ccdrebin.c:268:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdtest/src/ccdrebin.c:269:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdtest/src/ccdrebin.c:270:1: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdtest/src/ccdrebin.c:269:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdtest/src/ccdrebin.c:270:1: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdtest/src/ccdrebin.c:278:4: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdtest/src/ccdrebin.c:276:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdtest/src/ccdrebin.c:278:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdtest/src/ccdrebin.c:279:4: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdtest/src/ccdrebin.c:278:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdtest/src/ccdrebin.c:279:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdtest/src/ccdrebin.c:280:4: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/ccdtest/src/ccdrebin.c:279:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdtest/src/ccdrebin.c:280:4: note: Variable 'stat' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/ccdtest/src/ccdrebin.c:220:28: style: The scope of the variable 'out_frm2' can be reduced. [variableScope]
17FEBpl1.2/stdred/ccdtest/src/ccdrebin.c:117:8: style: Unused variable: median0 [unusedVariable]
17FEBpl1.2/stdred/ccdtest/src/ccdrebin.c:254:12: style: Variable 'bgnB' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/stdred/ccdtest/src/ccdrebin.c:280:11: style: Variable 'stat' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/stdred/ccdtest/src/ccdrebin.c:137:18: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
17FEBpl1.2/stdred/ccdtest/src/ccdrebin.c:139:19: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
17FEBpl1.2/stdred/do/libsrc/associate.c:464:25: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/do/libsrc/associate.c:469:25: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/do/libsrc/associate.c:217:1: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/do/libsrc/associate.c:216:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/do/libsrc/associate.c:217:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/do/libsrc/associate.c:180:8: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/do/libsrc/associate.c:179:8: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/do/libsrc/associate.c:180:8: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/do/libsrc/associate.c:96:47: style: The scope of the variable 'flag' can be reduced. [variableScope]
17FEBpl1.2/stdred/do/libsrc/associate.c:110:18: style: The scope of the variable 'assoname' can be reduced. [variableScope]
17FEBpl1.2/stdred/do/libsrc/associate.c:353:36: style: The scope of the variable 'k' can be reduced. [variableScope]
17FEBpl1.2/stdred/do/libsrc/associate.c:353:38: style: The scope of the variable 'l' can be reduced. [variableScope]
17FEBpl1.2/stdred/do/libsrc/associate.c:353:40: style: The scope of the variable 'm' can be reduced. [variableScope]
17FEBpl1.2/stdred/do/libsrc/associate.c:353:43: style: The scope of the variable 'perm' can be reduced. [variableScope]
17FEBpl1.2/stdred/do/libsrc/associate.c:354:5: style: The scope of the variable 'outrow_1' can be reduced. [variableScope]
17FEBpl1.2/stdred/do/libsrc/associate.c:354:14: style: The scope of the variable 'clen' can be reduced. [variableScope]
17FEBpl1.2/stdred/do/libsrc/associate.c:358:35: style: The scope of the variable 'sort_start' can be reduced. [variableScope]
17FEBpl1.2/stdred/do/libsrc/associate.c:359:13: style: The scope of the variable 'cval' can be reduced. [variableScope]
17FEBpl1.2/stdred/do/libsrc/associate.c:612:5: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/stdred/do/libsrc/associate.c:612:7: style: The scope of the variable 'k' can be reduced. [variableScope]
17FEBpl1.2/stdred/do/libsrc/associate.c:612:9: style: The scope of the variable 'str' can be reduced. [variableScope]
17FEBpl1.2/stdred/do/libsrc/associate.c:336:10: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/stdred/do/libsrc/associate.c:121:1: style: Variable 'natt' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/stdred/do/libsrc/associate.c:319:5: style: Variable 'ncand' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/stdred/do/libsrc/associate.c:120:1: style: Variable 'clos' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/stdred/do/libsrc/associate.c:171:1: style: Variable 'ibuf' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/stdred/do/libsrc/associate.c:181:8: style: Variable 'new' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/stdred/do/libsrc/associate.c:506:14: warning: The buffer 'cval' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
17FEBpl1.2/stdred/do/libsrc/associate.c:509:35: error: Undefined behavior: Variable 'c3val' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
17FEBpl1.2/stdred/do/libsrc/classify.c:362:23: style: Array index 'pos1' is used before limits check. [arrayIndexThenCheck]
17FEBpl1.2/stdred/do/libsrc/coordinate.c:47:10: style: Variable 'tanphi' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/stdred/do/libsrc/coordinate.c:58:9: style: Variable 'cosal' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/stdred/do/libsrc/coordinate.c:68:9: style: Variable 'sinaz' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/stdred/do/libsrc/coordinate.c:67:9: style: Variable 'cosaz' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/stdred/do/libsrc/cstat.c:47:1: style: Variable 'ns' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/stdred/do/libsrc/cstat.c:54:7: style: Variable 'nsx' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/stdred/do/libsrc/cstat.c:62:10: style: Variable 'mpw' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/stdred/do/libsrc/decrypt1.c:46:5: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/stdred/do/libsrc/decrypt1.c:46:7: style: The scope of the variable 'k' can be reduced. [variableScope]
17FEBpl1.2/stdred/do/libsrc/decrypt1.c:46:9: style: The scope of the variable 'str' can be reduced. [variableScope]
17FEBpl1.2/stdred/do/libsrc/doutil.c:48:15: style: The scope of the variable 'y' can be reduced. [variableScope]
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:754:11: style: Condition '!itisdir' is always true [knownConditionTrueFalse]
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:753:14: note: Assignment 'itisdir=0', assigned value is 0
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:754:11: note: Condition '!itisdir' is always true
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:602:12: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:150:1: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:149:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:150:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:151:1: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:150:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:151:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:678:1: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:677:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:678:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:679:1: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:678:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:679:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:680:1: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:679:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:680:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:192:3: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:191:3: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:192:3: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:193:3: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:192:3: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:193:3: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:194:3: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:193:3: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:194:3: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:206:3: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:205:3: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:206:3: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:207:3: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:206:3: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:207:3: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:208:3: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:207:3: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:208:3: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:209:3: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:208:3: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:209:3: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:212:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:211:5: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:212:5: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:213:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:212:5: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:213:5: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:214:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:213:5: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:214:5: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:195:22: style: Same expression on both sides of '||'. [duplicateExpression]
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:210:23: style: Same expression on both sides of '||'. [duplicateExpression]
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:108:7: style: The scope of the variable 'htype' can be reduced. [variableScope]
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:108:13: style: The scope of the variable 'ktype' can be reduced. [variableScope]
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:108:19: style: The scope of the variable 'mfd' can be reduced. [variableScope]
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:108:23: style: The scope of the variable 'nll' can be reduced. [variableScope]
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:108:27: style: The scope of the variable 'err' can be reduced. [variableScope]
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:108:31: style: The scope of the variable 'nchar' can be reduced. [variableScope]
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:108:37: style: The scope of the variable 'knewtype' can be reduced. [variableScope]
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:109:22: style: The scope of the variable 'j' can be reduced. [variableScope]
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:109:26: style: The scope of the variable 'n' can be reduced. [variableScope]
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:110:43: style: The scope of the variable 'nb' can be reduced. [variableScope]
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:113:20: style: The scope of the variable 'poss' can be reduced. [variableScope]
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:114:17: style: The scope of the variable 'fin' can be reduced. [variableScope]
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:114:21: style: The scope of the variable 'dfmt' can be reduced. [variableScope]
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:115:7: style: The scope of the variable 'one' can be reduced. [variableScope]
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:115:11: style: The scope of the variable 'zero' can be reduced. [variableScope]
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:115:20: style: The scope of the variable 'size' can be reduced. [variableScope]
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:116:7: style: The scope of the variable 'npix' can be reduced. [variableScope]
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:120:15: style: The scope of the variable 'crc' can be reduced. [variableScope]
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:122:22: style: The scope of the variable 'fac' can be reduced. [variableScope]
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:122:27: style: The scope of the variable 'image' can be reduced. [variableScope]
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:122:34: style: The scope of the variable 'min' can be reduced. [variableScope]
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:122:39: style: The scope of the variable 'max' can be reduced. [variableScope]
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:125:17: style: The scope of the variable 'date' can be reduced. [variableScope]
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:125:22: style: The scope of the variable 'time' can be reduced. [variableScope]
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:125:27: style: The scope of the variable 'ra' can be reduced. [variableScope]
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:125:30: style: The scope of the variable 'dec' can be reduced. [variableScope]
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:125:34: style: The scope of the variable 'lst' can be reduced. [variableScope]
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:128:8: style: The scope of the variable 'fmt' can be reduced. [variableScope]
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:128:12: style: The scope of the variable 'hist' can be reduced. [variableScope]
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:130:14: style: The scope of the variable 'cpos' can be reduced. [variableScope]
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:131:18: style: The scope of the variable 'devt' can be reduced. [variableScope]
17FEBpl1.2/stdred/do/libsrc/ostcrea.c:729:5: style: The scope of the variable 'res' can be reduced. [variableScope]
17FEBpl1.2/stdred/do/libsrc/transfer.c:63:36: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/stdred/do/libsrc/transfer.c:68:36: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/stdred/do/src/tbapplyrul.c:61:10: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/stdred/do/src/tbcheck.c:62:7: style: The scope of the variable 'j' can be reduced. [variableScope]
17FEBpl1.2/stdred/do/src/tbcheck.c:62:23: style: The scope of the variable 'nmiss' can be reduced. [variableScope]
17FEBpl1.2/stdred/do/src/tbcheck.c:63:17: style: The scope of the variable 'descrname' can be reduced. [variableScope]
17FEBpl1.2/stdred/do/src/tbcheck.c:64:28: style: The scope of the variable 'label' can be reduced. [variableScope]
17FEBpl1.2/stdred/do/src/tbcheck.c:64:48: style: The scope of the variable 'exptype' can be reduced. [variableScope]
17FEBpl1.2/stdred/do/src/tbcheck.c:64:60: style: The scope of the variable 'filename' can be reduced. [variableScope]
17FEBpl1.2/stdred/do/src/tbcheck.c:65:6: style: The scope of the variable 'text' can be reduced. [variableScope]
17FEBpl1.2/stdred/do/src/tbfhand.c:136:26: warning: Return value of function strncmp() is not used. [ignoredReturnValue]
17FEBpl1.2/stdred/do/src/tbfhand.c:61:1: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/do/src/tbfhand.c:60:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/do/src/tbfhand.c:61:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/do/src/tbfhand.c:62:1: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/do/src/tbfhand.c:61:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/do/src/tbfhand.c:62:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/do/src/tbfhand.c:63:1: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/do/src/tbfhand.c:62:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/do/src/tbfhand.c:63:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/do/src/tbfhand.c:66:1: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/do/src/tbfhand.c:63:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/do/src/tbfhand.c:66:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/do/src/tbfhand.c:67:1: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/do/src/tbfhand.c:66:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/do/src/tbfhand.c:67:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/do/src/tbfhand.c:68:1: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/do/src/tbfhand.c:67:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/do/src/tbfhand.c:68:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/do/src/tbfhand.c:70:1: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/do/src/tbfhand.c:68:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/do/src/tbfhand.c:70:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/do/src/tbfhand.c:71:1: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/do/src/tbfhand.c:70:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/do/src/tbfhand.c:71:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/do/src/tbfhand.c:72:1: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/do/src/tbfhand.c:71:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/do/src/tbfhand.c:72:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/do/src/tbfhand.c:196:1: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/do/src/tbfhand.c:195:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/do/src/tbfhand.c:196:1: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/do/src/tbfhand.c:186:4: error: Buffer is accessed out of bounds: defaul [bufferAccessOutOfBounds]
17FEBpl1.2/stdred/do/src/tbgroup.c:90:15: style: The scope of the variable 'ival' can be reduced. [variableScope]
17FEBpl1.2/stdred/do/src/tbgroup.c:95:6: style: The scope of the variable 'cval' can be reduced. [variableScope]
17FEBpl1.2/stdred/do/src/tbgroup.c:158:10: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/stdred/do/src/tbrules.c:65:5: style: The scope of the variable 'status' can be reduced. [variableScope]
17FEBpl1.2/stdred/do/src/tbrules.c:66:11: style: The scope of the variable 'len' can be reduced. [variableScope]
17FEBpl1.2/stdred/do/src/tbrules.c:68:7: style: The scope of the variable 'n' can be reduced. [variableScope]
17FEBpl1.2/stdred/do/src/tbrules.c:69:6: style: The scope of the variable 'line' can be reduced. [variableScope]
17FEBpl1.2/stdred/do/src/tbrules.c:70:6: style: The scope of the variable 'selecrit' can be reduced. [variableScope]
17FEBpl1.2/stdred/do/src/tbrules.c:71:18: style: The scope of the variable 'label' can be reduced. [variableScope]
17FEBpl1.2/stdred/do/src/tbrules.c:72:21: style: The scope of the variable 'temp' can be reduced. [variableScope]
17FEBpl1.2/stdred/do/src/tbrules.c:103:17: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/stdred/do/src/tbrules.c:110:0: error: Uninitialized variable: len [uninitvar]
17FEBpl1.2/stdred/do/src/tbscan.c:63:10: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/stdred/echelle/libsrc/test_fitfunc.c:49:12: error: Array 'sig[50]' accessed at index 50, which is out of bounds. [arrayIndexOutOfBounds]
17FEBpl1.2/stdred/echelle/src/necdef.c:89:37: style: The scope of the variable 'stkdif' can be reduced. [variableScope]
17FEBpl1.2/stdred/echelle/src/necdef.c:89:45: style: The scope of the variable 'stklimit' can be reduced. [variableScope]
17FEBpl1.2/stdred/echelle/src/necdef.c:89:55: style: The scope of the variable 'counter' can be reduced. [variableScope]
17FEBpl1.2/stdred/echelle/src/necdef.c:93:32: style: The scope of the variable 'xcent' can be reduced. [variableScope]
17FEBpl1.2/stdred/echelle/src/necdef.c:284:17: style: The scope of the variable 'pos' can be reduced. [variableScope]
17FEBpl1.2/stdred/echelle/src/necdef.c:338:27: style: The scope of the variable 'pos' can be reduced. [variableScope]
17FEBpl1.2/stdred/echelle/src/necdef.c:339:24: style: The scope of the variable 'yprev' can be reduced. [variableScope]
17FEBpl1.2/stdred/echelle/src/necdef.c:388:12: style: The scope of the variable 'pos' can be reduced. [variableScope]
17FEBpl1.2/stdred/echelle/src/necdef.c:388:17: style: The scope of the variable 'row' can be reduced. [variableScope]
17FEBpl1.2/stdred/echelle/src/necdef.c:388:22: style: The scope of the variable 'col' can be reduced. [variableScope]
17FEBpl1.2/stdred/echelle/src/necdef.c:388:39: style: The scope of the variable 'pass' can be reduced. [variableScope]
17FEBpl1.2/stdred/echelle/src/necfindmax.c:234:14: style: The scope of the variable 'col_start' can be reduced. [variableScope]
17FEBpl1.2/stdred/echelle/src/necfindmax.c:234:25: style: The scope of the variable 'col_end' can be reduced. [variableScope]
17FEBpl1.2/stdred/echelle/src/necfindmax.c:268:10: style: The scope of the variable 'det' can be reduced. [variableScope]
17FEBpl1.2/stdred/echelle/src/necfindmax.c:304:30: style: The scope of the variable 'row_cntr' can be reduced. [variableScope]
17FEBpl1.2/stdred/echelle/src/necfindmax.c:416:17: style: The scope of the variable 'slope' can be reduced. [variableScope]
17FEBpl1.2/stdred/echelle/src/necfindmax.c:417:17: style: The scope of the variable 'orig' can be reduced. [variableScope]
17FEBpl1.2/stdred/echelle/src/necfindmax.c:418:28: style: The scope of the variable 'colref' can be reduced. [variableScope]
17FEBpl1.2/stdred/echelle/src/nechough.c:184:14: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/echelle/src/nechough.c:220:43: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/echelle/src/nechough.c:222:43: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/echelle/src/nechough.c:230:46: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/echelle/src/nechough.c:305:16: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/echelle/src/nechough.c:306:16: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/echelle/src/nechough.c:307:16: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/echelle/src/nechough.c:341:46: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/echelle/src/nechough.c:369:16: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/echelle/src/nechough.c:434:14: style: The scope of the variable 'date' can be reduced. [variableScope]
17FEBpl1.2/stdred/echelle/src/nechough.c:434:24: style: The scope of the variable 'text' can be reduced. [variableScope]
17FEBpl1.2/stdred/echelle/src/nechough.c:389:16: style: Variable 'nrow_img' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/stdred/echelle/src/necmatch.c:64:4: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/echelle/src/necmatch.c:62:4: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/echelle/src/necmatch.c:64:4: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/echelle/src/necregr.c:66:29: style: The scope of the variable 'cnt' can be reduced. [variableScope]
17FEBpl1.2/stdred/echelle/src/necregr.c:66:34: style: The scope of the variable 'sx' can be reduced. [variableScope]
17FEBpl1.2/stdred/echelle/src/necregr.c:66:38: style: The scope of the variable 'sy' can be reduced. [variableScope]
17FEBpl1.2/stdred/echelle/src/necregr.c:66:42: style: The scope of the variable 'sx2' can be reduced. [variableScope]
17FEBpl1.2/stdred/echelle/src/necregr.c:66:47: style: The scope of the variable 'sxy' can be reduced. [variableScope]
17FEBpl1.2/stdred/echelle/src/necregr.c:66:52: style: The scope of the variable 'sy2' can be reduced. [variableScope]
17FEBpl1.2/stdred/feros/libsrc/center_one_order.c:49:14: style: The scope of the variable 'first' can be reduced. [variableScope]
17FEBpl1.2/stdred/feros/libsrc/center_one_order.c:49:21: style: The scope of the variable 'last' can be reduced. [variableScope]
17FEBpl1.2/stdred/feros/libsrc/comp_back.c:95:51: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/feros/libsrc/comp_back.c:103:39: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/feros/libsrc/comp_back.c:107:39: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/feros/libsrc/comp_back.c:43:14: style: The scope of the variable 'x2' can be reduced. [variableScope]
17FEBpl1.2/stdred/feros/libsrc/comp_back.c:45:23: style: The scope of the variable 'offset' can be reduced. [variableScope]
17FEBpl1.2/stdred/feros/libsrc/comp_back.c:49:12: style: Variable 'width1' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/stdred/feros/libsrc/comp_back.c:50:12: style: Variable 'width2' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/stdred/feros/libsrc/extract_cuts.c:71:40: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/feros/libsrc/extract_cuts.c:43:39: style: The scope of the variable 'kk' can be reduced. [variableScope]
17FEBpl1.2/stdred/feros/libsrc/extract_profiles.c:123:60: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/feros/libsrc/extract_profiles.c:133:54: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/feros/libsrc/extract_profiles.c:137:52: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/feros/libsrc/extract_profiles.c:60:14: style: The scope of the variable 'rawoffset' can be reduced. [variableScope]
17FEBpl1.2/stdred/feros/libsrc/extract_spec.c:152:58: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/feros/libsrc/extract_spec.c:162:46: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/feros/libsrc/extract_spec.c:254:58: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/feros/libsrc/extract_spec.c:263:42: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/feros/libsrc/extract_spec.c:267:40: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/feros/libsrc/extract_spec.c:321:35: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/feros/libsrc/extract_spec.c:322:36: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/feros/libsrc/extract_spec.c:60:10: style: The scope of the variable 'x' can be reduced. [variableScope]
17FEBpl1.2/stdred/feros/libsrc/extract_spec.c:66:9: style: The scope of the variable 'x_sum' can be reduced. [variableScope]
17FEBpl1.2/stdred/feros/libsrc/extract_spec.c:66:16: style: The scope of the variable 'raw_sum' can be reduced. [variableScope]
17FEBpl1.2/stdred/feros/libsrc/extract_spec.c:70:39: style: The scope of the variable 'xposoffset' can be reduced. [variableScope]
17FEBpl1.2/stdred/feros/libsrc/extract_spec.c:71:7: style: The scope of the variable 'where' can be reduced. [variableScope]
17FEBpl1.2/stdred/feros/libsrc/extract_spec.c:74:7: style: The scope of the variable 'npixo' can be reduced. [variableScope]
17FEBpl1.2/stdred/feros/libsrc/extract_spec.c:74:29: style: The scope of the variable 'null' can be reduced. [variableScope]
17FEBpl1.2/stdred/feros/libsrc/extract_spec.c:313:5: style: Variable 'raw_sum' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/stdred/feros/libsrc/extract_spec.c:245:7: style: Variable 'npixo' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/stdred/feros/libsrc/fit_back.c:73:18: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/feros/libsrc/fit_back.c:36:10: style: The scope of the variable 'ii' can be reduced. [variableScope]
17FEBpl1.2/stdred/feros/libsrc/fit_back.c:36:14: style: The scope of the variable 'j' can be reduced. [variableScope]
17FEBpl1.2/stdred/feros/libsrc/fit_back.c:41:7: style: The scope of the variable 'status' can be reduced. [variableScope]
17FEBpl1.2/stdred/feros/libsrc/fit_back.c:145:16: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/stdred/feros/libsrc/fit_orders.c:42:55: style: The scope of the variable 'jj' can be reduced. [variableScope]
17FEBpl1.2/stdred/feros/libsrc/fold_image.c:38:27: style: The scope of the variable 'center' can be reduced. [variableScope]
17FEBpl1.2/stdred/feros/libsrc/fold_image.c:39:9: style: The scope of the variable 'sum' can be reduced. [variableScope]
17FEBpl1.2/stdred/feros/libsrc/follow_orders.c:50:36: style: The scope of the variable 'center' can be reduced. [variableScope]
17FEBpl1.2/stdred/feros/libsrc/follow_orders.c:52:9: style: The scope of the variable 'mini' can be reduced. [variableScope]
17FEBpl1.2/stdred/feros/libsrc/follow_orders.c:52:15: style: The scope of the variable 'xcorr' can be reduced. [variableScope]
17FEBpl1.2/stdred/feros/libsrc/glsp.c:127:45: style: The scope of the variable 'hup' can be reduced. [variableScope]
17FEBpl1.2/stdred/feros/libsrc/glsp.c:340:11: style: The scope of the variable 'error' can be reduced. [variableScope]
17FEBpl1.2/stdred/feros/libsrc/glsp.c:741:26: style: The scope of the variable 'h_var_3' can be reduced. [variableScope]
17FEBpl1.2/stdred/feros/libsrc/glsp.c:154:0: error: Memory leak: h [memleak]
17FEBpl1.2/stdred/feros/libsrc/glsp.c:157:0: error: Memory leak: h1 [memleak]
17FEBpl1.2/stdred/feros/libsrc/glsp.c:160:0: error: Memory leak: h2 [memleak]
17FEBpl1.2/stdred/feros/libsrc/glsp.c:163:0: error: Memory leak: md [memleak]
17FEBpl1.2/stdred/feros/libsrc/glsp.c:166:0: error: Memory leak: ud1 [memleak]
17FEBpl1.2/stdred/feros/libsrc/glsp.c:169:0: error: Memory leak: ud2 [memleak]
17FEBpl1.2/stdred/feros/libsrc/glsp.c:191:0: error: Memory leak: rs [memleak]
17FEBpl1.2/stdred/feros/libsrc/glsp.c:221:0: error: Memory leak: hup [memleak]
17FEBpl1.2/stdred/feros/libsrc/interpolate.c:35:28: style: The scope of the variable 'x' can be reduced. [variableScope]
17FEBpl1.2/stdred/feros/libsrc/lnmatch.c:113:17: style: Condition 'debug==1' is always false [knownConditionTrueFalse]
17FEBpl1.2/stdred/feros/libsrc/lnmatch.c:48:46: note: Assignment 'debug=0', assigned value is 0
17FEBpl1.2/stdred/feros/libsrc/lnmatch.c:113:17: note: Condition 'debug==1' is always false
17FEBpl1.2/stdred/feros/libsrc/lnmatch.c:139:17: style: Condition 'debug==1' is always false [knownConditionTrueFalse]
17FEBpl1.2/stdred/feros/libsrc/lnmatch.c:48:46: note: Assignment 'debug=0', assigned value is 0
17FEBpl1.2/stdred/feros/libsrc/lnmatch.c:139:17: note: Condition 'debug==1' is always false
17FEBpl1.2/stdred/feros/libsrc/lnmatch.c:196:14: style: Condition 'debug==1' is always false [knownConditionTrueFalse]
17FEBpl1.2/stdred/feros/libsrc/lnmatch.c:48:46: note: Assignment 'debug=0', assigned value is 0
17FEBpl1.2/stdred/feros/libsrc/lnmatch.c:196:14: note: Condition 'debug==1' is always false
17FEBpl1.2/stdred/feros/libsrc/lnmatch.c:206:17: style: Condition 'debug==1' is always false [knownConditionTrueFalse]
17FEBpl1.2/stdred/feros/libsrc/lnmatch.c:48:46: note: Assignment 'debug=0', assigned value is 0
17FEBpl1.2/stdred/feros/libsrc/lnmatch.c:206:17: note: Condition 'debug==1' is always false
17FEBpl1.2/stdred/feros/libsrc/lnmatch.c:235:17: style: Condition 'debug==1' is always false [knownConditionTrueFalse]
17FEBpl1.2/stdred/feros/libsrc/lnmatch.c:48:46: note: Assignment 'debug=0', assigned value is 0
17FEBpl1.2/stdred/feros/libsrc/lnmatch.c:235:17: note: Condition 'debug==1' is always false
17FEBpl1.2/stdred/feros/libsrc/lnmatch.c:245:14: style: Condition 'debug==1' is always false [knownConditionTrueFalse]
17FEBpl1.2/stdred/feros/libsrc/lnmatch.c:48:46: note: Assignment 'debug=0', assigned value is 0
17FEBpl1.2/stdred/feros/libsrc/lnmatch.c:245:14: note: Condition 'debug==1' is always false
17FEBpl1.2/stdred/feros/libsrc/lnmatch.c:254:17: style: Condition 'debug==1' is always false [knownConditionTrueFalse]
17FEBpl1.2/stdred/feros/libsrc/lnmatch.c:48:46: note: Assignment 'debug=0', assigned value is 0
17FEBpl1.2/stdred/feros/libsrc/lnmatch.c:254:17: note: Condition 'debug==1' is always false
17FEBpl1.2/stdred/feros/libsrc/lnmatch.c:45:19: style: The scope of the variable 'ordref' can be reduced. [variableScope]
17FEBpl1.2/stdred/feros/libsrc/lnmatch.c:46:35: style: The scope of the variable 'rowref' can be reduced. [variableScope]
17FEBpl1.2/stdred/feros/libsrc/lnmatch.c:47:29: style: The scope of the variable 'ldir' can be reduced. [variableScope]
17FEBpl1.2/stdred/feros/libsrc/lnmatch.c:47:35: style: The scope of the variable 'ldir_ref' can be reduced. [variableScope]
17FEBpl1.2/stdred/feros/libsrc/lnmatch.c:48:19: style: The scope of the variable 'not_bottom' can be reduced. [variableScope]
17FEBpl1.2/stdred/feros/libsrc/lnmatch.c:48:31: style: The scope of the variable 'not_top' can be reduced. [variableScope]
17FEBpl1.2/stdred/feros/libsrc/lnmatch.c:49:43: style: The scope of the variable 'residual' can be reduced. [variableScope]
17FEBpl1.2/stdred/feros/libsrc/lnmatch.c:50:55: style: The scope of the variable 'res_abs' can be reduced. [variableScope]
17FEBpl1.2/stdred/feros/libsrc/lnmatch.c:51:55: style: The scope of the variable 'lambda_next' can be reduced. [variableScope]
17FEBpl1.2/stdred/feros/libsrc/lnmatch.c:53:31: style: The scope of the variable 'lambda_cat' can be reduced. [variableScope]
17FEBpl1.2/stdred/feros/libsrc/opt_ext.c:51:13: style: The scope of the variable 'kk' can be reduced. [variableScope]
17FEBpl1.2/stdred/feros/libsrc/opt_ext.c:54:9: style: The scope of the variable 'rmax' can be reduced. [variableScope]
17FEBpl1.2/stdred/feros/libsrc/opt_ext.c:54:15: style: The scope of the variable 'sum1' can be reduced. [variableScope]
17FEBpl1.2/stdred/feros/libsrc/opt_ext.c:54:21: style: The scope of the variable 'sum2' can be reduced. [variableScope]
17FEBpl1.2/stdred/feros/libsrc/opt_ext.c:54:27: style: The scope of the variable 'sum3' can be reduced. [variableScope]
17FEBpl1.2/stdred/feros/libsrc/opt_ext.c:54:43: style: The scope of the variable 'spec_opt' can be reduced. [variableScope]
17FEBpl1.2/stdred/feros/libsrc/opt_ext.c:151:15: style: Variable 'var' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/stdred/feros/libsrc/rebin.c:40:13: style: The scope of the variable 'j2' can be reduced. [variableScope]
17FEBpl1.2/stdred/feros/libsrc/rebin.c:43:12: style: The scope of the variable 'd' can be reduced. [variableScope]
17FEBpl1.2/stdred/feros/libsrc/rectify.c:147:56: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/feros/libsrc/search_lines.c:31:9: style: The scope of the variable 'diff' can be reduced. [variableScope]
17FEBpl1.2/stdred/feros/libsrc/wavecal.c:80:10: style: The scope of the variable 'info' can be reduced. [variableScope]
17FEBpl1.2/stdred/feros/libsrc/wavecal.c:283:10: style: The scope of the variable 'm1' can be reduced. [variableScope]
17FEBpl1.2/stdred/feros/libsrc/wavecal.c:283:14: style: The scope of the variable 'm2' can be reduced. [variableScope]
17FEBpl1.2/stdred/feros/libsrc/wavecal.c:283:18: style: The scope of the variable 'm3' can be reduced. [variableScope]
17FEBpl1.2/stdred/feros/libsrc/wavecal.c:283:22: style: The scope of the variable 'm4' can be reduced. [variableScope]
17FEBpl1.2/stdred/feros/src/echcalibrate.c:69:10: style: The scope of the variable 'lambda_central' can be reduced. [variableScope]
17FEBpl1.2/stdred/feros/src/echloc.c:36:44: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/stdred/feros/src/echrebin1d.c:262:53: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/feros/src/echrebin1d.c:264:48: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/feros/src/echrebin1d.c:71:3: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/feros/src/echrebin1d.c:70:3: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/feros/src/echrebin1d.c:71:3: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/feros/src/echrebin1d.c:72:3: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/feros/src/echrebin1d.c:71:3: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/feros/src/echrebin1d.c:72:3: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/feros/src/echrebin1d.c:46:30: style: The scope of the variable 'output' can be reduced. [variableScope]
17FEBpl1.2/stdred/feros/src/echrebin1d.c:54:18: style: The scope of the variable 'dbuff' can be reduced. [variableScope]
17FEBpl1.2/stdred/long/src/libhough.c:123:22: style: The scope of the variable 'coef2' can be reduced. [variableScope]
17FEBpl1.2/stdred/long/src/libhough.c:124:8: style: The scope of the variable 'col' can be reduced. [variableScope]
17FEBpl1.2/stdred/long/src/libhough.c:124:13: style: The scope of the variable 'col1' can be reduced. [variableScope]
17FEBpl1.2/stdred/long/src/libhough.c:124:19: style: The scope of the variable 'col2' can be reduced. [variableScope]
17FEBpl1.2/stdred/long/src/libhough.c:124:30: style: The scope of the variable 'index' can be reduced. [variableScope]
17FEBpl1.2/stdred/long/src/libhough.c:125:13: style: The scope of the variable 'incupp' can be reduced. [variableScope]
17FEBpl1.2/stdred/long/src/libhough.c:125:21: style: The scope of the variable 'inclow' can be reduced. [variableScope]
17FEBpl1.2/stdred/long/src/lnapdisp.c:133:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/long/src/lnapdisp.c:56:14: style: The scope of the variable 'status' can be reduced. [variableScope]
17FEBpl1.2/stdred/long/src/lnapdisp.c:173:11: style: Variable 'pixel' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/stdred/long/src/lncalib.c:553:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/long/src/lncalib.c:554:41: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/long/src/lncalib.c:555:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/long/src/lncalib.c:556:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/long/src/lncalib.c:557:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/long/src/lncalib.c:558:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/long/src/lncalib.c:560:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/long/src/lncalib.c:562:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/long/src/lncalib.c:563:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/long/src/lncalib.c:123:4: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/long/src/lncalib.c:122:4: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/long/src/lncalib.c:123:4: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/long/src/lncalib.c:124:4: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/long/src/lncalib.c:123:4: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/long/src/lncalib.c:124:4: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/long/src/lncalib.c:125:4: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/long/src/lncalib.c:124:4: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/long/src/lncalib.c:125:4: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/long/src/lncalib.c:126:4: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/long/src/lncalib.c:125:4: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/long/src/lncalib.c:126:4: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/long/src/lncalib.c:128:4: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/long/src/lncalib.c:126:4: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/long/src/lncalib.c:128:4: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/long/src/lncalib.c:129:4: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/long/src/lncalib.c:128:4: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/long/src/lncalib.c:129:4: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/long/src/lncalib.c:130:4: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/long/src/lncalib.c:129:4: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/long/src/lncalib.c:130:4: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/long/src/lncalib.c:131:4: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/long/src/lncalib.c:130:4: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/long/src/lncalib.c:131:4: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/long/src/lnedflux.c:129:11: style: The scope of the variable 'min_deltax' can be reduced. [variableScope]
17FEBpl1.2/stdred/long/src/lnedflux.c:129:23: style: The scope of the variable 'min_deltay' can be reduced. [variableScope]
17FEBpl1.2/stdred/long/src/lnhough.c:117:15: style: Variable 'wcenter' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/stdred/long/src/lnlinsel.c:70:4: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/long/src/lnlinsel.c:69:4: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/long/src/lnlinsel.c:70:4: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/long/src/lnlinsel.c:70:13: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/stdred/long/src/lnmatch.c:125:18: style: Condition 'debug==1' is always false [knownConditionTrueFalse]
17FEBpl1.2/stdred/long/src/lnmatch.c:65:47: note: Assignment 'debug=0', assigned value is 0
17FEBpl1.2/stdred/long/src/lnmatch.c:125:18: note: Condition 'debug==1' is always false
17FEBpl1.2/stdred/long/src/lnmatch.c:147:21: style: Condition 'debug==1' is always false [knownConditionTrueFalse]
17FEBpl1.2/stdred/long/src/lnmatch.c:65:47: note: Assignment 'debug=0', assigned value is 0
17FEBpl1.2/stdred/long/src/lnmatch.c:147:21: note: Condition 'debug==1' is always false
17FEBpl1.2/stdred/long/src/lnmatch.c:200:26: style: Condition 'debug==1' is always false [knownConditionTrueFalse]
17FEBpl1.2/stdred/long/src/lnmatch.c:65:47: note: Assignment 'debug=0', assigned value is 0
17FEBpl1.2/stdred/long/src/lnmatch.c:200:26: note: Condition 'debug==1' is always false
17FEBpl1.2/stdred/long/src/lnmatch.c:211:26: style: Condition 'debug==1' is always false [knownConditionTrueFalse]
17FEBpl1.2/stdred/long/src/lnmatch.c:65:47: note: Assignment 'debug=0', assigned value is 0
17FEBpl1.2/stdred/long/src/lnmatch.c:211:26: note: Condition 'debug==1' is always false
17FEBpl1.2/stdred/long/src/lnmatch.c:239:24: style: Condition 'debug==1' is always false [knownConditionTrueFalse]
17FEBpl1.2/stdred/long/src/lnmatch.c:65:47: note: Assignment 'debug=0', assigned value is 0
17FEBpl1.2/stdred/long/src/lnmatch.c:239:24: note: Condition 'debug==1' is always false
17FEBpl1.2/stdred/long/src/lnmatch.c:250:30: style: Condition 'debug==1' is always false [knownConditionTrueFalse]
17FEBpl1.2/stdred/long/src/lnmatch.c:65:47: note: Assignment 'debug=0', assigned value is 0
17FEBpl1.2/stdred/long/src/lnmatch.c:250:30: note: Condition 'debug==1' is always false
17FEBpl1.2/stdred/long/src/lnmatch.c:260:16: style: Condition 'debug==1' is always false [knownConditionTrueFalse]
17FEBpl1.2/stdred/long/src/lnmatch.c:65:47: note: Assignment 'debug=0', assigned value is 0
17FEBpl1.2/stdred/long/src/lnmatch.c:260:16: note: Condition 'debug==1' is always false
17FEBpl1.2/stdred/long/src/lnmatch.c:57:20: style: The scope of the variable 'lambda_lin' can be reduced. [variableScope]
17FEBpl1.2/stdred/long/src/lnmatch.c:57:32: style: The scope of the variable 'lambda_cat' can be reduced. [variableScope]
17FEBpl1.2/stdred/long/src/lnmatch.c:59:20: style: The scope of the variable 'ordref' can be reduced. [variableScope]
17FEBpl1.2/stdred/long/src/lnmatch.c:60:36: style: The scope of the variable 'rowref' can be reduced. [variableScope]
17FEBpl1.2/stdred/long/src/lnmatch.c:61:44: style: The scope of the variable 'residual' can be reduced. [variableScope]
17FEBpl1.2/stdred/long/src/lnmatch.c:62:56: style: The scope of the variable 'res_abs' can be reduced. [variableScope]
17FEBpl1.2/stdred/long/src/lnmatch.c:63:56: style: The scope of the variable 'lambda_next' can be reduced. [variableScope]
17FEBpl1.2/stdred/long/src/lnmatch.c:64:30: style: The scope of the variable 'ldir' can be reduced. [variableScope]
17FEBpl1.2/stdred/long/src/lnmatch.c:64:36: style: The scope of the variable 'ldir_ref' can be reduced. [variableScope]
17FEBpl1.2/stdred/long/src/lnmatch.c:65:20: style: The scope of the variable 'not_bottom' can be reduced. [variableScope]
17FEBpl1.2/stdred/long/src/lnmatch.c:65:32: style: The scope of the variable 'not_top' can be reduced. [variableScope]
17FEBpl1.2/stdred/long/src/lnplot.c:899:54: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/long/src/lnplot.c:710:13: style: Variable 'erased' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/long/src/lnplot.c:708:6: note: Variable 'erased' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/long/src/lnplot.c:710:13: note: Variable 'erased' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/long/src/lnplot.c:205:11: style: The scope of the variable 'min_deltax' can be reduced. [variableScope]
17FEBpl1.2/stdred/long/src/lnplot.c:205:23: style: The scope of the variable 'min_deltay' can be reduced. [variableScope]
17FEBpl1.2/stdred/long/src/lnplot.c:646:12: style: The scope of the variable 'wave' can be reduced. [variableScope]
17FEBpl1.2/stdred/long/src/lnplot.c:996:9: style: The scope of the variable 'diff' can be reduced. [variableScope]
17FEBpl1.2/stdred/long/src/lnplot.c:1056:12: style: The scope of the variable 'val' can be reduced. [variableScope]
17FEBpl1.2/stdred/long/src/lnplot.c:1058:19: style: The scope of the variable 'delta_min' can be reduced. [variableScope]
17FEBpl1.2/stdred/long/src/lnplot.c:891:13: style: Variable 'nrows' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/stdred/long/src/lnplot.c:659:30: portability: Undefined behaviour, pointer arithmetic 'Coef-1' is out of bounds. [pointerOutOfBounds]
17FEBpl1.2/stdred/long/src/lnplot.c:1067:42: portability: Undefined behaviour, pointer arithmetic 'Coef-1' is out of bounds. [pointerOutOfBounds]
17FEBpl1.2/stdred/long/src/spffit.c:126:27: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/long/src/spfresp.c:84:36: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/long/src/spfresp.c:99:27: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/long/src/spintegr.c:243:58: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/long/src/spintegr.c:99:11: style: The scope of the variable 'binmid' can be reduced. [variableScope]
17FEBpl1.2/stdred/long/src/spintegr.c:179:25: style: The scope of the variable 'flux0' can be reduced. [variableScope]
17FEBpl1.2/stdred/long/src/spintegr.c:179:32: style: The scope of the variable 'fluxn' can be reduced. [variableScope]
17FEBpl1.2/stdred/long/src/spintegr.c:180:11: style: The scope of the variable 'first_wave' can be reduced. [variableScope]
17FEBpl1.2/stdred/long/src/spintegr.c:180:23: style: The scope of the variable 'last_wave' can be reduced. [variableScope]
17FEBpl1.2/stdred/long/src/spintegr.c:292:17: style: The scope of the variable 'wfirst' can be reduced. [variableScope]
17FEBpl1.2/stdred/long/src/spintegr.c:292:25: style: The scope of the variable 'wlast' can be reduced. [variableScope]
17FEBpl1.2/stdred/long/src/spintegr.c:313:12: style: Variable 'wfirst' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/stdred/long/src/spintegr.c:314:14: style: Variable 'wlast' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/stdred/long/src/splinadd.c:121:49: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/long/src/splinadd.c:180:18: style: The scope of the variable 'ipix' can be reduced. [variableScope]
17FEBpl1.2/stdred/long/src/splinadd.c:180:38: style: The scope of the variable 'av_rows' can be reduced. [variableScope]
17FEBpl1.2/stdred/long/src/splinadd.c:181:23: style: The scope of the variable 'sum' can be reduced. [variableScope]
17FEBpl1.2/stdred/long/src/splinadd.c:284:10: style: The scope of the variable 'msg' can be reduced. [variableScope]
17FEBpl1.2/stdred/long/src/splinadd.c:356:10: style: The scope of the variable 'str' can be reduced. [variableScope]
17FEBpl1.2/stdred/mmf/src/search.c:124:13: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/stdred/mmf/src/search.c:77:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/mmf/src/search.c:76:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/mmf/src/search.c:77:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/mmf/src/search.c:78:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/mmf/src/search.c:77:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/mmf/src/search.c:78:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/mmf/src/search.c:83:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/mmf/src/search.c:81:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/mmf/src/search.c:83:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/mmf/src/search.c:85:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/mmf/src/search.c:83:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/mmf/src/search.c:85:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/mmf/src/search.c:90:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/mmf/src/search.c:85:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/mmf/src/search.c:90:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/mmf/src/search.c:93:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/mmf/src/search.c:90:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/mmf/src/search.c:93:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/mmf/src/search.c:114:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/mmf/src/search.c:110:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/mmf/src/search.c:114:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/mmf/src/search.c:115:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/mmf/src/search.c:114:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/mmf/src/search.c:115:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/mmf/src/search.c:117:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/mmf/src/search.c:115:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/mmf/src/search.c:117:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/mmf/src/search.c:118:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/mmf/src/search.c:117:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/mmf/src/search.c:118:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/mmf/src/slsgd.c:54:22: style: The scope of the variable 'nsd' can be reduced. [variableScope]
17FEBpl1.2/stdred/mmf/src/slsgd.c:55:10: style: The scope of the variable 'n0' can be reduced. [variableScope]
17FEBpl1.2/stdred/mmf/src/slslv.c:57:10: style: The scope of the variable 'n0' can be reduced. [variableScope]
17FEBpl1.2/stdred/mos/libsrc/lnmatch.c:121:18: style: Condition 'debug==1' is always false [knownConditionTrueFalse]
17FEBpl1.2/stdred/mos/libsrc/lnmatch.c:66:47: note: Assignment 'debug=0', assigned value is 0
17FEBpl1.2/stdred/mos/libsrc/lnmatch.c:121:18: note: Condition 'debug==1' is always false
17FEBpl1.2/stdred/mos/libsrc/lnmatch.c:141:21: style: Condition 'debug==1' is always false [knownConditionTrueFalse]
17FEBpl1.2/stdred/mos/libsrc/lnmatch.c:66:47: note: Assignment 'debug=0', assigned value is 0
17FEBpl1.2/stdred/mos/libsrc/lnmatch.c:141:21: note: Condition 'debug==1' is always false
17FEBpl1.2/stdred/mos/libsrc/lnmatch.c:194:26: style: Condition 'debug==1' is always false [knownConditionTrueFalse]
17FEBpl1.2/stdred/mos/libsrc/lnmatch.c:66:47: note: Assignment 'debug=0', assigned value is 0
17FEBpl1.2/stdred/mos/libsrc/lnmatch.c:194:26: note: Condition 'debug==1' is always false
17FEBpl1.2/stdred/mos/libsrc/lnmatch.c:205:26: style: Condition 'debug==1' is always false [knownConditionTrueFalse]
17FEBpl1.2/stdred/mos/libsrc/lnmatch.c:66:47: note: Assignment 'debug=0', assigned value is 0
17FEBpl1.2/stdred/mos/libsrc/lnmatch.c:205:26: note: Condition 'debug==1' is always false
17FEBpl1.2/stdred/mos/libsrc/lnmatch.c:231:24: style: Condition 'debug==1' is always false [knownConditionTrueFalse]
17FEBpl1.2/stdred/mos/libsrc/lnmatch.c:66:47: note: Assignment 'debug=0', assigned value is 0
17FEBpl1.2/stdred/mos/libsrc/lnmatch.c:231:24: note: Condition 'debug==1' is always false
17FEBpl1.2/stdred/mos/libsrc/lnmatch.c:242:30: style: Condition 'debug==1' is always false [knownConditionTrueFalse]
17FEBpl1.2/stdred/mos/libsrc/lnmatch.c:66:47: note: Assignment 'debug=0', assigned value is 0
17FEBpl1.2/stdred/mos/libsrc/lnmatch.c:242:30: note: Condition 'debug==1' is always false
17FEBpl1.2/stdred/mos/libsrc/lnmatch.c:252:16: style: Condition 'debug==1' is always false [knownConditionTrueFalse]
17FEBpl1.2/stdred/mos/libsrc/lnmatch.c:66:47: note: Assignment 'debug=0', assigned value is 0
17FEBpl1.2/stdred/mos/libsrc/lnmatch.c:252:16: note: Condition 'debug==1' is always false
17FEBpl1.2/stdred/mos/libsrc/lnmatch.c:58:20: style: The scope of the variable 'lambda_lin' can be reduced. [variableScope]
17FEBpl1.2/stdred/mos/libsrc/lnmatch.c:58:32: style: The scope of the variable 'lambda_cat' can be reduced. [variableScope]
17FEBpl1.2/stdred/mos/libsrc/lnmatch.c:60:27: style: The scope of the variable 'ordref' can be reduced. [variableScope]
17FEBpl1.2/stdred/mos/libsrc/lnmatch.c:61:36: style: The scope of the variable 'rowref' can be reduced. [variableScope]
17FEBpl1.2/stdred/mos/libsrc/lnmatch.c:62:44: style: The scope of the variable 'residual' can be reduced. [variableScope]
17FEBpl1.2/stdred/mos/libsrc/lnmatch.c:63:56: style: The scope of the variable 'res_abs' can be reduced. [variableScope]
17FEBpl1.2/stdred/mos/libsrc/lnmatch.c:64:56: style: The scope of the variable 'lambda_next' can be reduced. [variableScope]
17FEBpl1.2/stdred/mos/libsrc/lnmatch.c:65:30: style: The scope of the variable 'ldir' can be reduced. [variableScope]
17FEBpl1.2/stdred/mos/libsrc/lnmatch.c:65:36: style: The scope of the variable 'ldir_ref' can be reduced. [variableScope]
17FEBpl1.2/stdred/mos/libsrc/lnmatch.c:66:20: style: The scope of the variable 'not_bottom' can be reduced. [variableScope]
17FEBpl1.2/stdred/mos/libsrc/lnmatch.c:66:32: style: The scope of the variable 'not_top' can be reduced. [variableScope]
17FEBpl1.2/stdred/mos/libsrc/mosdisp2D.c:245:7: style: The scope of the variable 'j' can be reduced. [variableScope]
17FEBpl1.2/stdred/mos/libsrc/mosdisp2D.c:246:9: style: The scope of the variable 'twox' can be reduced. [variableScope]
17FEBpl1.2/stdred/mos/libsrc/mosdisp2D.c:246:14: style: The scope of the variable 'f2' can be reduced. [variableScope]
17FEBpl1.2/stdred/mos/libsrc/mosdisp2D.c:246:17: style: The scope of the variable 'f1' can be reduced. [variableScope]
17FEBpl1.2/stdred/mos/libsrc/mosdisp2D.c:246:20: style: The scope of the variable 'd' can be reduced. [variableScope]
17FEBpl1.2/stdred/mos/libsrc/mosdisp2D.c:282:7: style: The scope of the variable 'j' can be reduced. [variableScope]
17FEBpl1.2/stdred/mos/libsrc/mosdisp2D.c:283:9: style: The scope of the variable 'twox' can be reduced. [variableScope]
17FEBpl1.2/stdred/mos/libsrc/mosdisp2D.c:313:7: style: The scope of the variable 'j' can be reduced. [variableScope]
17FEBpl1.2/stdred/mos/libsrc/mosdisp2D.c:136:9: style: Variable 'xsh' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/stdred/mos/libsrc/mosdisp2D.c:137:9: style: Variable 'ysh' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/stdred/mos/libsrc/mosdisp2D.c:138:9: style: Variable 'lsh' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/stdred/mos/src/changedef.c:57:10: style: The scope of the variable 'i_sky' can be reduced. [variableScope]
17FEBpl1.2/stdred/mos/src/changedef.c:57:17: style: The scope of the variable 'i_obj' can be reduced. [variableScope]
17FEBpl1.2/stdred/mos/src/mosapdisp.c:133:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/mos/src/mosapdisp.c:45:29: style: The scope of the variable 'ypix' can be reduced. [variableScope]
17FEBpl1.2/stdred/mos/src/moscalib.c:798:8: warning: Either the condition 'loop==0' is redundant or there is possible null pointer dereference: loop. [nullPointerRedundantCheck]
17FEBpl1.2/stdred/mos/src/moscalib.c:784:12: note: Assuming that condition 'loop==0' is not redundant
17FEBpl1.2/stdred/mos/src/moscalib.c:798:8: note: Null pointer dereference
17FEBpl1.2/stdred/mos/src/moscalib.c:1095:8: warning: Either the condition 'loop==0' is redundant or there is possible null pointer dereference: loop. [nullPointerRedundantCheck]
17FEBpl1.2/stdred/mos/src/moscalib.c:1081:12: note: Assuming that condition 'loop==0' is not redundant
17FEBpl1.2/stdred/mos/src/moscalib.c:1095:8: note: Null pointer dereference
17FEBpl1.2/stdred/mos/src/moscalib.c:581:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/mos/src/moscalib.c:583:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/mos/src/moscalib.c:584:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/mos/src/moscalib.c:589:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/mos/src/moscalib.c:590:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/mos/src/moscalib.c:591:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/mos/src/moscalib.c:593:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/mos/src/moscalib.c:594:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/mos/src/moscalib.c:595:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/mos/src/moscalib.c:644:19: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/mos/src/moscalib.c:645:19: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/mos/src/moscalib.c:659:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/mos/src/moscalib.c:660:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/mos/src/moscalib.c:673:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/mos/src/moscalib.c:674:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/mos/src/moscalib.c:681:11: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/mos/src/moscalib.c:682:11: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/mos/src/moscalib.c:692:21: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/mos/src/moscalib.c:693:21: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/mos/src/moscalib.c:977:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/mos/src/moscalib.c:978:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/mos/src/moscalib.c:979:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/mos/src/moscalib.c:980:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/mos/src/moscalib.c:981:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/mos/src/moscalib.c:982:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/mos/src/moscalib.c:984:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/mos/src/moscalib.c:985:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/mos/src/moscalib.c:986:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/mos/src/moscalib.c:987:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/mos/src/moscalib.c:989:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/mos/src/moscalib.c:1391:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/mos/src/moscalib.c:1392:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/mos/src/moscalib.c:1393:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/mos/src/moscalib.c:1394:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/mos/src/moscalib.c:1395:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/mos/src/moscalib.c:1396:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/mos/src/moscalib.c:1397:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/mos/src/moscalib.c:1398:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/mos/src/moscalib.c:1400:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/mos/src/moscalib.c:1401:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/mos/src/moscalib.c:1402:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/mos/src/moscalib.c:1403:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/mos/src/moscalib.c:1404:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/mos/src/moscalib.c:1512:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/mos/src/moscalib.c:648:10: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
17FEBpl1.2/stdred/mos/src/moscalib.c:662:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
17FEBpl1.2/stdred/mos/src/moscalib.c:676:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
17FEBpl1.2/stdred/mos/src/moscalib.c:715:35: style: The scope of the variable 'nmatch' can be reduced. [variableScope]
17FEBpl1.2/stdred/mos/src/moscalib.c:719:10: style: The scope of the variable 'slit_save' can be reduced. [variableScope]
17FEBpl1.2/stdred/mos/src/moscalib.c:719:45: style: The scope of the variable 'stdpix' can be reduced. [variableScope]
17FEBpl1.2/stdred/mos/src/moscalib.c:719:53: style: The scope of the variable 'tolwav' can be reduced. [variableScope]
17FEBpl1.2/stdred/mos/src/moscalib.c:1011:27: style: The scope of the variable 'linb' can be reduced. [variableScope]
17FEBpl1.2/stdred/mos/src/moscalib.c:1012:49: style: The scope of the variable 'ypixel' can be reduced. [variableScope]
17FEBpl1.2/stdred/mos/src/moscalib.c:1015:10: style: The scope of the variable 'slit_save' can be reduced. [variableScope]
17FEBpl1.2/stdred/mos/src/moscalib.c:1015:53: style: The scope of the variable 'tolwav' can be reduced. [variableScope]
17FEBpl1.2/stdred/mos/src/moscalib.c:1529:33: style: The scope of the variable 'lidrej' can be reduced. [variableScope]
17FEBpl1.2/stdred/mos/src/moscalib.c:1354:21: style: Variable 'disp' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/stdred/mos/src/moscalib.c:1537:7: style: Variable 'lidrej' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/stdred/mos/src/mosdefine.c:450:24: style: Condition 'nsky<=min_sky' is always true [knownConditionTrueFalse]
17FEBpl1.2/stdred/mos/src/mosdefine.c:202:13: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/mos/src/mosdefine.c:271:13: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/mos/src/mosdefine.c:272:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/mos/src/mosdefine.c:285:14: style: The scope of the variable 'diff' can be reduced. [variableScope]
17FEBpl1.2/stdred/mos/src/mosdefine.c:285:30: style: The scope of the variable 'Thresh' can be reduced. [variableScope]
17FEBpl1.2/stdred/mos/src/mosdefine.c:319:27: style: The scope of the variable 'index' can be reduced. [variableScope]
17FEBpl1.2/stdred/mos/src/mosdefine.c:414:10: style: The scope of the variable 'text' can be reduced. [variableScope]
17FEBpl1.2/stdred/mos/src/mosdefine.c:471:10: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/stdred/mos/src/mosdefine.c:472:10: style: The scope of the variable 'a' can be reduced. [variableScope]
17FEBpl1.2/stdred/mos/src/mosdefine.c:427:15: style: Array index 'j' is used before limits check. [arrayIndexThenCheck]
17FEBpl1.2/stdred/mos/src/mosext.c:180:12: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/mos/src/mosext.c:181:12: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/mos/src/mosext.c:218:19: style: The scope of the variable 'jj' can be reduced. [variableScope]
17FEBpl1.2/stdred/mos/src/mosfind.c:263:12: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/mos/src/mosfind.c:318:9: style: The scope of the variable 'diff' can be reduced. [variableScope]
17FEBpl1.2/stdred/mos/src/mosfind.c:357:12: style: The scope of the variable 'index' can be reduced. [variableScope]
17FEBpl1.2/stdred/mos/src/mosfind.c:358:9: style: The scope of the variable 'factor' can be reduced. [variableScope]
17FEBpl1.2/stdred/mos/src/mosfind.c:358:17: style: The scope of the variable 'shift' can be reduced. [variableScope]
17FEBpl1.2/stdred/mos/src/mosfind.c:358:24: style: The scope of the variable 'a' can be reduced. [variableScope]
17FEBpl1.2/stdred/mos/src/mosfind.c:358:27: style: The scope of the variable 'b' can be reduced. [variableScope]
17FEBpl1.2/stdred/mos/src/mosfind.c:358:30: style: The scope of the variable 'aleft' can be reduced. [variableScope]
17FEBpl1.2/stdred/mos/src/mosfind.c:358:37: style: The scope of the variable 'aright' can be reduced. [variableScope]
17FEBpl1.2/stdred/mos/src/mosget_id.c:90:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/mos/src/mosget_id.c:91:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/mos/src/mosnorm.c:139:12: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/mos/src/mosnorm.c:140:12: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/mos/src/mosnorm.c:163:9: style: The scope of the variable 'nrow' can be reduced. [variableScope]
17FEBpl1.2/stdred/mos/src/mosrebin.c:141:53: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/mos/src/mosrebin.c:150:45: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/mos/src/mosrebin.c:191:13: style: The scope of the variable 'j2' can be reduced. [variableScope]
17FEBpl1.2/stdred/mos/src/mosrebin.c:196:12: style: The scope of the variable 'd' can be reduced. [variableScope]
17FEBpl1.2/stdred/mos/src/mosrebin.c:377:10: style: The scope of the variable 'msg' can be reduced. [variableScope]
17FEBpl1.2/stdred/mos/src/mosrebin1d.c:151:47: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/mos/src/mosrebin1d.c:192:13: style: The scope of the variable 'j2' can be reduced. [variableScope]
17FEBpl1.2/stdred/mos/src/mosrebin1d.c:195:12: style: The scope of the variable 'd' can be reduced. [variableScope]
17FEBpl1.2/stdred/mos/src/mossky.c:214:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/mos/src/mossky.c:215:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/mos/src/mossky.c:216:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/mos/src/mossky.c:217:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/mos/src/mossky.c:52:18: style: The scope of the variable 'npos' can be reduced. [variableScope]
17FEBpl1.2/stdred/mos/src/mosslin.c:174:12: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/mos/src/mosslin.c:175:12: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/mos/src/mosslin.c:199:10: style: The scope of the variable 'buff' can be reduced. [variableScope]
17FEBpl1.2/stdred/mos/src/mosslin.c:299:9: style: The scope of the variable 'diff' can be reduced. [variableScope]
17FEBpl1.2/stdred/mos/src/mosslin.c:351:17: style: The scope of the variable 'index' can be reduced. [variableScope]
17FEBpl1.2/stdred/optopus/src/optplate.c:84:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/optopus/src/optplate.c:83:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/optopus/src/optplate.c:84:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/optopus/src/optplate.c:86:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/optopus/src/optplate.c:84:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/optopus/src/optplate.c:86:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/optopus/src/optplate.c:87:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/optopus/src/optplate.c:86:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/optopus/src/optplate.c:87:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/optopus/src/optplate.c:88:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/optopus/src/optplate.c:87:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/optopus/src/optplate.c:88:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/optopus/src/optplate.c:89:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/optopus/src/optplate.c:88:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/optopus/src/optplate.c:89:3: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/optopus/src/optplate.c:98:6: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/optopus/src/optplate.c:96:6: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/optopus/src/optplate.c:98:6: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/optopus/src/optplate.c:100:6: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/optopus/src/optplate.c:98:6: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/optopus/src/optplate.c:100:6: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/optopus/src/optplate.c:102:6: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/optopus/src/optplate.c:100:6: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/optopus/src/optplate.c:102:6: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/spec/libsrc/dispersion.c:249:9: style: Variable 'xsh' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/stdred/spec/libsrc/dispersion.c:250:9: style: Variable 'lsh' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/stdred/spec/libsrc/libhough.c:119:22: style: The scope of the variable 'coef2' can be reduced. [variableScope]
17FEBpl1.2/stdred/spec/libsrc/libhough.c:120:13: style: The scope of the variable 'incupp' can be reduced. [variableScope]
17FEBpl1.2/stdred/spec/libsrc/libhough.c:120:21: style: The scope of the variable 'inclow' can be reduced. [variableScope]
17FEBpl1.2/stdred/spec/libsrc/libhough.c:122:8: style: The scope of the variable 'col' can be reduced. [variableScope]
17FEBpl1.2/stdred/spec/libsrc/libhough.c:122:13: style: The scope of the variable 'col1' can be reduced. [variableScope]
17FEBpl1.2/stdred/spec/libsrc/libhough.c:122:19: style: The scope of the variable 'col2' can be reduced. [variableScope]
17FEBpl1.2/stdred/spec/libsrc/libhough.c:122:30: style: The scope of the variable 'index' can be reduced. [variableScope]
17FEBpl1.2/stdred/spec/src/localmax.c:65:17: style: The scope of the variable 'cond1' can be reduced. [variableScope]
17FEBpl1.2/stdred/spec/src/localmax.c:65:24: style: The scope of the variable 'cond2' can be reduced. [variableScope]
17FEBpl1.2/stdred/spec/src/specorrel.c:71:20: style: The scope of the variable 'pass' can be reduced. [variableScope]
17FEBpl1.2/stdred/spec/src/spematch.c:95:4: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/spec/src/spematch.c:94:4: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/spec/src/spematch.c:95:4: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/spec/src/spematch.c:96:4: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/spec/src/spematch.c:95:4: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/spec/src/spematch.c:96:4: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/spec/src/spematch.c:99:4: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/spec/src/spematch.c:96:4: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/spec/src/spematch.c:99:4: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/spec/src/spematch.c:100:4: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/spec/src/spematch.c:99:4: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/spec/src/spematch.c:100:4: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/spec/src/spematch.c:101:4: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/spec/src/spematch.c:100:4: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/spec/src/spematch.c:101:4: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/spec/src/spematch.c:102:4: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/spec/src/spematch.c:101:4: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/spec/src/spematch.c:102:4: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/spec/src/spematch.c:103:4: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/stdred/spec/src/spematch.c:102:4: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/spec/src/spematch.c:103:4: note: Variable 'status' is reassigned a value before the old one has been used.
17FEBpl1.2/stdred/spec/src/spematch.c:504:10: style: The scope of the variable 'posval' can be reduced. [variableScope]
17FEBpl1.2/stdred/spec/src/spematch.c:505:8: style: The scope of the variable 'maxval' can be reduced. [variableScope]
17FEBpl1.2/stdred/spec/src/spematch.c:487:19: style: Array index 'pixopt' is used before limits check. [arrayIndexThenCheck]
17FEBpl1.2/stdred/spec/src/sphough.c:117:42: style: The scope of the variable 'row' can be reduced. [variableScope]
17FEBpl1.2/stdred/spec/src/sphough.c:124:48: style: The scope of the variable 'colid' can be reduced. [variableScope]
17FEBpl1.2/stdred/spec/src/sphough.c:125:30: style: The scope of the variable 'colinf' can be reduced. [variableScope]
17FEBpl1.2/stdred/spec/src/sphough.c:125:38: style: The scope of the variable 'absdif' can be reduced. [variableScope]
17FEBpl1.2/stdred/spec/src/sphough.c:413:14: style: The scope of the variable 'date' can be reduced. [variableScope]
17FEBpl1.2/stdred/spec/src/sphough.c:413:24: style: The scope of the variable 'text' can be reduced. [variableScope]
17FEBpl1.2/stdred/spec/src/sprebin.c:133:55: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/spec/src/sprebin.c:145:47: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/stdred/spec/src/sprebin.c:96:18: style: The scope of the variable 'f_in' can be reduced. [variableScope]
17FEBpl1.2/stdred/spec/src/sprebin.c:98:15: style: The scope of the variable 'pixel' can be reduced. [variableScope]
17FEBpl1.2/stdred/spec/src/sprebin.c:178:13: style: The scope of the variable 'j2' can be reduced. [variableScope]
17FEBpl1.2/stdred/spec/src/sprebin.c:181:20: style: The scope of the variable 'dx' can be reduced. [variableScope]
17FEBpl1.2/stdred/spec/src/sprebin.c:183:12: style: The scope of the variable 'd' can be reduced. [variableScope]
17FEBpl1.2/stdred/spec/src/sprebin.c:351:10: style: The scope of the variable 'msg' can be reduced. [variableScope]
17FEBpl1.2/stdred/spec/src/sprebin.c:409:12: style: The scope of the variable 'tmp' can be reduced. [variableScope]
17FEBpl1.2/stdred/spec/src/sprebin.c:429:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
17FEBpl1.2/stdred/spec/src/sprebin.c:135:17: style: Variable 'pixel' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/stdred/spec/src/sprebin.c:205:7: style: Variable 'dx' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/system/ext/esoext.c:174:14: warning: Return value of function fopen() is not used. [ignoredReturnValue]
17FEBpl1.2/system/ext/esoext.c:87:11: style: The scope of the variable 'c' can be reduced. [variableScope]
17FEBpl1.2/system/ext/esoext.c:88:39: style: The scope of the variable 'labno' can be reduced. [variableScope]
17FEBpl1.2/system/ext/esoext.c:89:21: style: The scope of the variable 'o_name' can be reduced. [variableScope]
17FEBpl1.2/system/ext/esoext.c:91:21: style: The scope of the variable 'plab' can be reduced. [variableScope]
17FEBpl1.2/system/ext/esoext.c:93:17: style: The scope of the variable 'ofp' can be reduced. [variableScope]
17FEBpl1.2/system/ext/esoext.c:174:14: error: Return value of allocation function 'fopen' is not stored. [leakReturnValNotUsed]
17FEBpl1.2/system/ext/extutl.c:67:11: style: The scope of the variable 'pc' can be reduced. [variableScope]
17FEBpl1.2/system/ext/extutl.c:67:16: style: The scope of the variable 'pp' can be reduced. [variableScope]
17FEBpl1.2/system/ext/extutl.c:67:21: style: The scope of the variable 'pn' can be reduced. [variableScope]
17FEBpl1.2/system/ext/idtbl.c:60:13: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/system/ext/idtbl.c:61:11: style: The scope of the variable 'c' can be reduced. [variableScope]
17FEBpl1.2/system/ext/idtbl.c:61:14: style: The scope of the variable 'pid' can be reduced. [variableScope]
17FEBpl1.2/system/ext/idtbl.c:97:11: style: The scope of the variable 'c' can be reduced. [variableScope]
17FEBpl1.2/system/ext/idtbl.c:116:13: style: The scope of the variable 'sid' can be reduced. [variableScope]
17FEBpl1.2/system/ext/putline.c:85:17: style: The scope of the variable 'rp' can be reduced. [variableScope]
17FEBpl1.2/system/ftoc-new/forif.c:840:16: style: Condition 'use_stdarg==1' is always true [knownConditionTrueFalse]
17FEBpl1.2/system/ftoc-new/forif.c:1143:16: style: Condition 'use_stdarg==1' is always true [knownConditionTrueFalse]
17FEBpl1.2/system/ftoc-new/forif.c:475:7: style: The scope of the variable 'x' can be reduced. [variableScope]
17FEBpl1.2/system/ftoc-new/forif.c:542:6: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/system/ftoc-new/forif.c:621:7: style: The scope of the variable 't' can be reduced. [variableScope]
17FEBpl1.2/system/ftoc-new/forif.c:679:8: style: The scope of the variable 'p' can be reduced. [variableScope]
17FEBpl1.2/system/ftoc-new/forif.c:680:6: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/system/ftoc-new/forif.c:775:29: style: The scope of the variable 'p' can be reduced. [variableScope]
17FEBpl1.2/system/ftoc-new/ftoc.c:83:13: style: The scope of the variable 'err_text' can be reduced. [variableScope]
17FEBpl1.2/system/ftoc-new/ftoc.c:104:13: style: The scope of the variable 'err_text' can be reduced. [variableScope]
17FEBpl1.2/system/ftoc/forif.c:836:16: style: Condition 'use_stdarg==1' is always true [knownConditionTrueFalse]
17FEBpl1.2/system/ftoc/forif.c:1139:16: style: Condition 'use_stdarg==1' is always true [knownConditionTrueFalse]
17FEBpl1.2/system/ftoc/forif.c:471:7: style: The scope of the variable 'x' can be reduced. [variableScope]
17FEBpl1.2/system/ftoc/forif.c:538:6: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/system/ftoc/forif.c:617:7: style: The scope of the variable 't' can be reduced. [variableScope]
17FEBpl1.2/system/ftoc/forif.c:675:8: style: The scope of the variable 'p' can be reduced. [variableScope]
17FEBpl1.2/system/ftoc/forif.c:676:6: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/system/ftoc/forif.c:771:29: style: The scope of the variable 'p' can be reduced. [variableScope]
17FEBpl1.2/system/ftoc/ftoc.c:80:13: style: The scope of the variable 'err_text' can be reduced. [variableScope]
17FEBpl1.2/system/ftoc/ftoc.c:101:13: style: The scope of the variable 'err_text' can be reduced. [variableScope]
17FEBpl1.2/system/ftoc/ftoc_ellips.c:99:1: error: va_list 'Cargs' was opened but not closed by va_end(). [va_end_missing]
17FEBpl1.2/system/ftoc/ftoc_ellips.c:118:1: error: va_list 'Cargs' was opened but not closed by va_end(). [va_end_missing]
17FEBpl1.2/system/idiserv/libsrc/idiclt.c:682:10: style: The scope of the variable 'l' can be reduced. [variableScope]
17FEBpl1.2/system/idiserv/src/Xtest.c:391:1: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
17FEBpl1.2/system/idiserv/src/Xtest.c:391:1: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
17FEBpl1.2/system/idiserv/src/Xtest.c:393:1: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
17FEBpl1.2/system/idiserv/src/Xtest.c:393:1: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
17FEBpl1.2/system/idiserv/src/Xtest.c:1234:6: style: The scope of the variable 'myroot' can be reduced. [variableScope]
17FEBpl1.2/system/idiserv/src/Xtest.c:974:22: style: Variable 'myincr' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/system/idiserv/src/Xtest.c:1113:16: style: Variable 'myincr' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/system/idiserv/src/Xtest.c:1241:16: style: Variable 'myincr' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/system/idiserv/src/cursdemo.c:43:8: style: The scope of the variable 'varia' can be reduced. [variableScope]
17FEBpl1.2/system/idiserv/src/cursdemo.c:43:15: style: The scope of the variable 'res' can be reduced. [variableScope]
17FEBpl1.2/system/idiserv/src/cursdemo.c:53:10: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/system/idiserv/src/fontsup.c:55:19: style: The scope of the variable 'pp' can be reduced. [variableScope]
17FEBpl1.2/system/idiserv/src/textdemo.c:72:19: style: The scope of the variable 'pp' can be reduced. [variableScope]
17FEBpl1.2/system/idiserv/src/xwimg.c:587:23: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/system/idiserv/src/xwimg.c:595:29: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/system/idiserv/src/xwimg.c:629:34: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/system/idiserv/src/xwimg.c:689:34: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/system/idiserv/src/xwimg.c:708:29: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/system/idiserv/src/xwimg.c:737:34: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/system/idiserv/src/xwimg.c:796:34: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/system/idiserv/src/xwimg.c:804:28: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/system/machine/computer.c:169:17: warning: Return value of function freopen() is not used. [ignoredReturnValue]
17FEBpl1.2/system/machine/computer.c:170:10: warning: Return value of function freopen() is not used. [ignoredReturnValue]
17FEBpl1.2/system/machine/computer.c:246:8: style: Condition 'i&1' is always true [knownConditionTrueFalse]
17FEBpl1.2/system/machine/computer.c:245:8: note: Assignment 'i=-1', assigned value is -1
17FEBpl1.2/system/machine/computer.c:246:8: note: Condition 'i&1' is always true
17FEBpl1.2/system/machine/computer.c:337:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/system/machine/computer.c:345:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/system/machine/computer.c:417:9: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/system/machine/computer.c:418:9: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/system/machine/computer.c:485:9: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/system/machine/computer.c:486:9: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/system/machine/computer.c:487:9: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/system/machine/computer.c:488:9: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/system/machine/computer.c:547:9: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/system/machine/computer.c:548:9: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/system/machine/computer.c:428:3: style: Variable 'e2' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
17FEBpl1.2/system/machine/computer.c:427:3: note: Variable 'e2' is reassigned a value before the old one has been used if variable is no semaphore variable.
17FEBpl1.2/system/machine/computer.c:428:3: note: Variable 'e2' is reassigned a value before the old one has been used if variable is no semaphore variable.
17FEBpl1.2/system/machine/computer.c:429:3: style: Variable 'e2' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
17FEBpl1.2/system/machine/computer.c:428:3: note: Variable 'e2' is reassigned a value before the old one has been used if variable is no semaphore variable.
17FEBpl1.2/system/machine/computer.c:429:3: note: Variable 'e2' is reassigned a value before the old one has been used if variable is no semaphore variable.
17FEBpl1.2/system/machine/computer.c:558:3: style: Variable 'f2' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
17FEBpl1.2/system/machine/computer.c:557:3: note: Variable 'f2' is reassigned a value before the old one has been used if variable is no semaphore variable.
17FEBpl1.2/system/machine/computer.c:558:3: note: Variable 'f2' is reassigned a value before the old one has been used if variable is no semaphore variable.
17FEBpl1.2/system/machine/computer.c:559:3: style: Variable 'f2' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
17FEBpl1.2/system/machine/computer.c:558:3: note: Variable 'f2' is reassigned a value before the old one has been used if variable is no semaphore variable.
17FEBpl1.2/system/machine/computer.c:559:3: note: Variable 'f2' is reassigned a value before the old one has been used if variable is no semaphore variable.
17FEBpl1.2/system/machine/computer.c:437:24: style: Same expression on both sides of '&'. [duplicateExpression]
17FEBpl1.2/system/machine/computer.c:554:19: style: Same expression on both sides of '|'. [duplicateExpression]
17FEBpl1.2/system/vms/tapeio/rtape.c:51:20: style: The scope of the variable 'rec' can be reduced. [variableScope]
17FEBpl1.2/system/vms/tapeio/rtape.c:52:11: style: The scope of the variable 'mb' can be reduced. [variableScope]
17FEBpl1.2/system/vms/tapeio/rtape.c:52:14: style: The scope of the variable 'idx' can be reduced. [variableScope]
17FEBpl1.2/system/vms/tapeio/rtape.c:54:11: style: The scope of the variable 'byte' can be reduced. [variableScope]
17FEBpl1.2/system/vms/tapeio/rtape.c:55:12: style: The scope of the variable 'output' can be reduced. [variableScope]
17FEBpl1.2/system/vms/tapeio/rtape.c:58:43: warning: scanf() without field width limits can crash with huge input data. [invalidscanf]
17FEBpl1.2/system/vms/tapeio/rtape.c:59:43: warning: scanf() without field width limits can crash with huge input data. [invalidscanf]
17FEBpl1.2/system/vms/tapeio/rtape.c:60:43: warning: scanf() without field width limits can crash with huge input data. [invalidscanf]
17FEBpl1.2/system/vms/tapeio/wtape.c:51:12: style: The scope of the variable 'input' can be reduced. [variableScope]
17FEBpl1.2/system/vms/tapeio/wtape.c:55:44: warning: scanf() without field width limits can crash with huge input data. [invalidscanf]
17FEBpl1.2/system/vms/tapeio/wtape.c:56:44: warning: scanf() without field width limits can crash with huge input data. [invalidscanf]
17FEBpl1.2/system/vms/tapeio/wtape.c:57:44: warning: scanf() without field width limits can crash with huge input data. [invalidscanf]
17FEBpl1.2/system/vms/tapeio/wtape.c:62:44: warning: scanf() without field width limits can crash with huge input data. [invalidscanf]
17FEBpl1.2/system/vms/tapeio/wtape.c:70:7: error: Uninitialized variable: fdi [uninitvar]
17FEBpl1.2/test/fits/cvbtest.c:95:37: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/test/fits/cvbtest.c:98:37: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/test/fits/cvbtest.c:137:28: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/test/fits/cvbtest.c:154:27: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
17FEBpl1.2/test/fits/cvbtest.c:65:27: style: The scope of the variable 'pv' can be reduced. [variableScope]
17FEBpl1.2/test/fits/cvbtest.c:66:18: style: The scope of the variable 'c' can be reduced. [variableScope]
17FEBpl1.2/test/fits/cvbtest.c:236:9: style: The scope of the variable 'c' can be reduced. [variableScope]
17FEBpl1.2/test/os/atestosu.c:367:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
17FEBpl1.2/test/os/atestosu.c:473:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
17FEBpl1.2/test/os/atestosu.c:483:6: style: The scope of the variable 'size' can be reduced. [variableScope]
17FEBpl1.2/test/os/atestosu.c:84:7: style: Unused variable: input [unusedVariable]
17FEBpl1.2/test/os/atestosu.c:85:6: style: Unused variable: den [unusedVariable]
17FEBpl1.2/test/os/atestosu.c:85:11: style: Unused variable: mode [unusedVariable]
17FEBpl1.2/test/os/atestosu.c:86:10: style: Unused variable: fd1 [unusedVariable]
17FEBpl1.2/test/os/atestosu.c:87:7: style: Unused variable: in [unusedVariable]
17FEBpl1.2/test/os/atestosu.c:88:9: style: Unused variable: j [unusedVariable]
17FEBpl1.2/test/os/atestosu.c:104:2: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/test/os/atestosu.c:109:2: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/test/os/atestosx.c:293:2: warning: Suspicious use of ; at the end of 'while' statement. [suspiciousSemicolon]
17FEBpl1.2/test/os/atestosx.c:352:2: warning: Suspicious use of ; at the end of 'while' statement. [suspiciousSemicolon]
17FEBpl1.2/test/os/atestosx.c:403:2: warning: Suspicious use of ; at the end of 'while' statement. [suspiciousSemicolon]
17FEBpl1.2/test/os/atestosx.c:104:13: style: The scope of the variable 'nread' can be reduced. [variableScope]
17FEBpl1.2/test/os/atestosx.c:105:6: style: Unused variable: st [unusedVariable]
17FEBpl1.2/test/os/atestosx.c:129:7: style: Unused variable: input [unusedVariable]
17FEBpl1.2/test/os/atestosx.c:129:18: style: Unused variable: name [unusedVariable]
17FEBpl1.2/test/os/atestosx.c:129:29: style: Unused variable: pname [unusedVariable]
17FEBpl1.2/test/os/atestosx.c:131:6: style: Unused variable: nbytes [unusedVariable]
17FEBpl1.2/test/os/atestosx.c:618:9: style: Unused variable: j [unusedVariable]
17FEBpl1.2/test/os/atestosx.c:648:9: style: Unused variable: j [unusedVariable]
17FEBpl1.2/test/os/osatest.c:220:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
17FEBpl1.2/test/os/osatest.c:73:35: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/test/os/osatest.c:116:45: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/test/os/osatest.c:122:45: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/test/os/osatest.c:123:38: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/test/os/osatest.c:188:42: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/test/os/osdtest.c:109:4: portability: %d in format string (no. 1) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint]
17FEBpl1.2/test/os/osdtest.c:56:15: error: Buffer overrun possible for long command line arguments. [insecureCmdLineArgs]
17FEBpl1.2/test/os/osdtest.c:73:15: error: Buffer overrun possible for long command line arguments. [insecureCmdLineArgs]
17FEBpl1.2/test/os/osetest.c:39:6: style: Unused variable: ret [unusedVariable]
17FEBpl1.2/test/os/osftest1.c:61:6: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/test/os/osftest1.c:64:32: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/test/os/osftest1.c:65:39: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/test/os/osftest1.c:68:3: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/test/os/osftest1.c:70:3: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/test/os/osftest1.c:77:32: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/test/os/osftest1.c:83:26: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/test/os/osftest1.c:84:26: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/test/os/osftest1.c:90:31: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/test/os/osftest1.c:98:46: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/test/os/osftest1.c:99:46: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/test/os/osftest1.c:104:32: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/test/os/osftest1.c:106:3: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/test/os/osftest1.c:113:31: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/test/os/osftest1.c:138:34: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/test/os/oshtest.c:88:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
17FEBpl1.2/test/os/oshtest.c:52:8: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/test/os/oshtest.c:60:6: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/test/os/oshtest.c:64:38: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/test/os/oshtest.c:126:37: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/test/os/oshtest.c:128:39: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/test/os/oshtest.c:129:39: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/test/os/osptest.c:41:6: style: Unused variable: i [unusedVariable]
17FEBpl1.2/test/os/osttest.c:64:4: warning: printf format string requires 0 parameters but 1 is given. [wrongPrintfScanfArgNum]
17FEBpl1.2/test/os/osttest.c:155:5: warning: printf format string requires 0 parameters but 1 is given. [wrongPrintfScanfArgNum]
17FEBpl1.2/test/os/osttest.c:56:16: style: The scope of the variable 'k' can be reduced. [variableScope]
17FEBpl1.2/test/os/osttest.c:79:8: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/test/os/osutest.c:180:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
17FEBpl1.2/test/os/osutest.c:180:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
17FEBpl1.2/test/os/osutest.c:195:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
17FEBpl1.2/test/os/osutest.c:199:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
17FEBpl1.2/test/os/osutest.c:205:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
17FEBpl1.2/test/os/osutest.c:209:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
17FEBpl1.2/test/os/osutest.c:214:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
17FEBpl1.2/test/os/osutest.c:69:35: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/test/os/osutest.c:88:46: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/test/os/osutest.c:127:42: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/test/os/osutest.c:136:42: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/test/os/osutest.c:139:54: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/test/os/osutest.c:192:3: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/test/os/osutest.c:202:3: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/test/os/spawn.c:48:9: style: Unused variable: parint [unusedVariable]
17FEBpl1.2/test/os/spawn.c:48:22: style: Variable 'parquit' is not assigned a value. [unassignedVariable]
17FEBpl1.2/test/os/spawntest.c:51:11: style: Variable 'parint' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/test/os/spawntest.c:52:12: style: Variable 'parquit' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/test/os/testosu.c:168:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
17FEBpl1.2/test/os/testosu.c:170:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
17FEBpl1.2/test/os/testosu.c:277:3: warning: printf format string requires 0 parameters but 1 is given. [wrongPrintfScanfArgNum]
17FEBpl1.2/test/os/testosu.c:82:18: style: The scope of the variable 'm_c' can be reduced. [variableScope]
17FEBpl1.2/test/os/testosu.c:83:6: style: The scope of the variable 'opt' can be reduced. [variableScope]
17FEBpl1.2/test/os/testosu.c:237:7: style: The scope of the variable 'pattern' can be reduced. [variableScope]
17FEBpl1.2/test/os/testosu.c:238:6: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/test/os/testosu.c:44:9: style: struct member 'unistat::name' is never used. [unusedStructMember]
17FEBpl1.2/test/os/testosu.c:45:7: style: struct member 'unistat::usize' is never used. [unusedStructMember]
17FEBpl1.2/test/os/testosu.c:46:8: style: struct member 'unistat::blocksize' is never used. [unusedStructMember]
17FEBpl1.2/test/os/testosu.c:47:8: style: struct member 'unistat::density' is never used. [unusedStructMember]
17FEBpl1.2/test/os/testosu.c:48:8: style: struct member 'unistat::device_type' is never used. [unusedStructMember]
17FEBpl1.2/test/os/testosu.c:157:6: style: Unused variable: ntm [unusedVariable]
17FEBpl1.2/test/os/testosu.c:105:8: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/test/os/testosu.c:122:2: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/test/os/testosu.c:128:12: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/test/os/testosu.c:133:11: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/test/os/testosu.c:163:14: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/test/os/testosu.c:166:16: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/test/os/testosu.c:198:17: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/test/os/testosu.c:209:13: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/test/os/testosu.c:242:17: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/test/os/testosx.c:87:18: style: The scope of the variable 'm_c' can be reduced. [variableScope]
17FEBpl1.2/test/os/testosx.c:88:6: style: The scope of the variable 'opt' can be reduced. [variableScope]
17FEBpl1.2/test/os/testosx.c:109:6: style: Unused variable: den [unusedVariable]
17FEBpl1.2/test/os/testosx.c:158:7: style: Unused variable: pattern [unusedVariable]
17FEBpl1.2/test/os/testosx.c:97:8: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/test/os/testosx.c:115:12: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/test/os/testosx.c:121:2: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/test/os/testosx.c:129:3: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/test/os/testosx.c:163:17: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/test/os/testosx.c:212:17: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/test/os/testosx.c:223:13: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/test/os/testtape.c:394:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
17FEBpl1.2/test/os/testtape.c:100:18: style: The scope of the variable 'm_c' can be reduced. [variableScope]
17FEBpl1.2/test/os/testtape.c:101:6: style: The scope of the variable 'opt' can be reduced. [variableScope]
17FEBpl1.2/test/os/testtape.c:288:7: style: The scope of the variable 'pattern' can be reduced. [variableScope]
17FEBpl1.2/test/os/testtape.c:289:6: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/test/os/testtape.c:140:9: style: Variable 'pclass' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/test/os/testtape.c:110:17: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/test/os/testtape.c:128:2: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/test/os/testtape.c:134:12: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/test/os/testtape.c:139:2: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/test/os/testtape.c:191:2: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/test/os/testtape.c:212:2: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/test/os/testtape.c:248:17: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/test/os/testtape.c:259:13: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/test/os/testtape.c:293:17: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/test/os/testtape.c:340:2: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/test/os/testtape.c:361:2: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/test/os/testtape.c:315:3: error: Memory leak: pbuf [memleak]
17FEBpl1.2/test/os/testtape.c:276:0: error: Memory leak: pbuf [memleak]
17FEBpl1.2/util/bdf2ps/bdf2ps.c:554:9: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/util/bdf2ps/bdf2ps.c:556:43: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
17FEBpl1.2/util/bdf2ps/bdf2ps.c:470:6: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/util/bdf2ps/bdf2ps.c:469:6: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/util/bdf2ps/bdf2ps.c:470:6: note: Variable 'err' is reassigned a value before the old one has been used.
17FEBpl1.2/util/bdf2ps/bdf2ps.c:121:38: style: The scope of the variable 'n1' can be reduced. [variableScope]
17FEBpl1.2/util/bdf2ps/bdf2ps.c:121:42: style: The scope of the variable 'n2' can be reduced. [variableScope]
17FEBpl1.2/util/bdf2ps/bdf2ps.c:123:38: style: The scope of the variable 'ixcen' can be reduced. [variableScope]
17FEBpl1.2/util/bdf2ps/bdf2ps.c:123:45: style: The scope of the variable 'iycen' can be reduced. [variableScope]
17FEBpl1.2/util/bdf2ps/bdf2ps.c:123:52: style: The scope of the variable 'ilc' can be reduced. [variableScope]
17FEBpl1.2/util/bdf2ps/bdf2ps.c:123:57: style: The scope of the variable 'ihc' can be reduced. [variableScope]
17FEBpl1.2/util/bdf2ps/bdf2ps.c:128:18: style: The scope of the variable 'cl' can be reduced. [variableScope]
17FEBpl1.2/util/bdf2ps/bdf2ps.c:128:22: style: The scope of the variable 'ch' can be reduced. [variableScope]
17FEBpl1.2/util/bdf2ps/bdf2ps.c:128:54: style: The scope of the variable 'xscale' can be reduced. [variableScope]
17FEBpl1.2/util/bdf2ps/bdf2ps.c:128:62: style: The scope of the variable 'yscale' can be reduced. [variableScope]
17FEBpl1.2/util/bdf2ps/bdf2ps.c:129:43: style: The scope of the variable 'pi' can be reduced. [variableScope]
17FEBpl1.2/util/bdf2ps/bdf2ps.c:129:47: style: The scope of the variable 'lcut' can be reduced. [variableScope]
17FEBpl1.2/util/bdf2ps/bdf2ps.c:129:53: style: The scope of the variable 'hcut' can be reduced. [variableScope]
17FEBpl1.2/util/bdf2ps/bdf2ps.c:130:18: style: The scope of the variable 'xorg' can be reduced. [variableScope]
17FEBpl1.2/util/bdf2ps/bdf2ps.c:130:24: style: The scope of the variable 'yorg' can be reduced. [variableScope]
17FEBpl1.2/util/bdf2ps/bdf2ps.c:130:56: style: The scope of the variable 'xcen' can be reduced. [variableScope]
17FEBpl1.2/util/bdf2ps/bdf2ps.c:130:62: style: The scope of the variable 'ycen' can be reduced. [variableScope]
17FEBpl1.2/util/bdf2ps/bdf2ps.c:177:43: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
17FEBpl1.2/util/bench/ben_fpu.c:131:3: style: Variable 'n' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/util/bench/ben_fpu.c:126:3: note: Variable 'n' is reassigned a value before the old one has been used.
17FEBpl1.2/util/bench/ben_fpu.c:131:3: note: Variable 'n' is reassigned a value before the old one has been used.
17FEBpl1.2/util/bench/ben_fpu.c:134:22: style: Variable 'n' is reassigned a value before the old one has been used. [redundantAssignment]
17FEBpl1.2/util/bench/ben_fpu.c:131:3: note: Variable 'n' is reassigned a value before the old one has been used.
17FEBpl1.2/util/bench/ben_fpu.c:134:22: note: Variable 'n' is reassigned a value before the old one has been used.
17FEBpl1.2/util/bench/ben_maxmem.c:53:8: style: The scope of the variable 'pbuf' can be reduced. [variableScope]
17FEBpl1.2/util/bench/ben_memory.c:89:16: style: Variable 'k' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/util/bench/ben_rread.c:81:7: style: The scope of the variable 'offset' can be reduced. [variableScope]
17FEBpl1.2/util/bench/ben_sread.c:91:4: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
17FEBpl1.2/util/bench/diskio/diskio.c:88:23: style: Variable 'max_mem_ptr' is allocated memory that is never used. [unusedAllocatedMemory]
17FEBpl1.2/util/bench/nfsstones/nfsstones.c:321:10: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
17FEBpl1.2/util/bench/nfsstones/nfsstones.c:243:9: style: The scope of the variable 'fd' can be reduced. [variableScope]
17FEBpl1.2/util/help/filter.c:82:10: style: The scope of the variable 'i' can be reduced. [variableScope]
17FEBpl1.2/util/help/filter.c:93:0: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/util/help/filter.c:100:3: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
17FEBpl1.2/util/help/helper.c:127:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
17FEBpl1.2/util/libsrc/dcparm.c:67:9: style: The scope of the variable 'c' can be reduced. [variableScope]
17FEBpl1.2/util/ltape/ltape.c:87:21: style: The scope of the variable 'tpname' can be reduced. [variableScope]
17FEBpl1.2/util/ltape/ltape.c:87:50: style: The scope of the variable 'devn' can be reduced. [variableScope]
17FEBpl1.2/util/ltape/ltape.c:89:34: style: The scope of the variable 'date' can be reduced. [variableScope]
17FEBpl1.2/util/ltape/ltape.c:92:21: style: The scope of the variable 'n' can be reduced. [variableScope]
17FEBpl1.2/util/tapeserv/inmtaped.c:200:6: style: struct member 'info::filenum' is never used. [unusedStructMember]
17FEBpl1.2/util/tapeserv/inmtaped.c:201:7: style: struct member 'info::blkno' is never used. [unusedStructMember]
17FEBpl1.2/util/tapeserv/inmtaped.c:384:6: style: Unused variable: nobyt [unusedVariable]
17FEBpl1.2/util/tapeserv/inmtaped.c:391:11: style: Variable 'nbytes' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/util/tapeserv/inmtaped.c:660:27: style: Variable 'devname' is assigned a value that is never used. [unreadVariable]
17FEBpl1.2/util/tapeserv/inmtaped.c:754:13: style: Unused variable: ret [unusedVariable]
17FEBpl1.2/util/tapeserv/inmtaped.c:784:49: error: Memory leak: buff [memleak]
[19:01]

ftp://ftp.se.debian.org/debian/pool/main/e/esorex/esorex_3.9.6.orig.tar.gz
esorex-3.9.6/libltdl/loaders/dld_link.c:148:14: style: Function 'vm_sym' argument 3 names different: declaration 'symbolname' definition 'name'. [funcArgNamesDifferent]
esorex-3.9.6/libltdl/loaders/dld_link.c:53:18: note: Function 'vm_sym' argument 3 names different: declaration 'symbolname' definition 'name'.
esorex-3.9.6/libltdl/loaders/dld_link.c:148:14: note: Function 'vm_sym' argument 3 names different: declaration 'symbolname' definition 'name'.
esorex-3.9.6/libltdl/loaders/dlopen.c:225:76: style: Function 'vm_sym' argument 3 names different: declaration 'symbolname' definition 'name'. [funcArgNamesDifferent]
esorex-3.9.6/libltdl/loaders/dlopen.c:53:18: note: Function 'vm_sym' argument 3 names different: declaration 'symbolname' definition 'name'.
esorex-3.9.6/libltdl/loaders/dlopen.c:225:76: note: Function 'vm_sym' argument 3 names different: declaration 'symbolname' definition 'name'.
esorex-3.9.6/libltdl/loaders/dyld.c:288:11: style: The scope of the variable 'flags' can be reduced. [variableScope]
esorex-3.9.6/libltdl/loaders/dyld.c:477:28: style: The scope of the variable 'lc' can be reduced. [variableScope]
esorex-3.9.6/libltdl/loaders/dyld.c:322:65: style: Function 'vm_sym' argument 3 names different: declaration 'symbolname' definition 'name'. [funcArgNamesDifferent]
esorex-3.9.6/libltdl/loaders/dyld.c:54:18: note: Function 'vm_sym' argument 3 names different: declaration 'symbolname' definition 'name'.
esorex-3.9.6/libltdl/loaders/dyld.c:322:65: note: Function 'vm_sym' argument 3 names different: declaration 'symbolname' definition 'name'.
esorex-3.9.6/libltdl/loaders/load_add_on.c:155:76: style: Function 'vm_sym' argument 3 names different: declaration 'symbolname' definition 'name'. [funcArgNamesDifferent]
esorex-3.9.6/libltdl/loaders/load_add_on.c:53:18: note: Function 'vm_sym' argument 3 names different: declaration 'symbolname' definition 'name'.
esorex-3.9.6/libltdl/loaders/load_add_on.c:155:76: note: Function 'vm_sym' argument 3 names different: declaration 'symbolname' definition 'name'.
esorex-3.9.6/libltdl/loaders/loadlibrary.c:138:10: style: The scope of the variable 'ext' can be reduced. [variableScope]
esorex-3.9.6/libltdl/loaders/loadlibrary.c:140:10: style: The scope of the variable 'len' can be reduced. [variableScope]
esorex-3.9.6/libltdl/loaders/loadlibrary.c:265:76: style: Function 'vm_sym' argument 3 names different: declaration 'symbolname' definition 'name'. [funcArgNamesDifferent]
esorex-3.9.6/libltdl/loaders/loadlibrary.c:57:18: note: Function 'vm_sym' argument 3 names different: declaration 'symbolname' definition 'name'.
esorex-3.9.6/libltdl/loaders/loadlibrary.c:265:76: note: Function 'vm_sym' argument 3 names different: declaration 'symbolname' definition 'name'.
esorex-3.9.6/libltdl/loaders/preopen.c:209:76: style: Function 'vm_sym' argument 3 names different: declaration 'symbolname' definition 'name'. [funcArgNamesDifferent]
esorex-3.9.6/libltdl/loaders/preopen.c:54:18: note: Function 'vm_sym' argument 3 names different: declaration 'symbolname' definition 'name'.
esorex-3.9.6/libltdl/loaders/preopen.c:209:76: note: Function 'vm_sym' argument 3 names different: declaration 'symbolname' definition 'name'.
esorex-3.9.6/libltdl/loaders/shl_load.c:204:76: style: Function 'vm_sym' argument 3 names different: declaration 'symbolname' definition 'name'. [funcArgNamesDifferent]
esorex-3.9.6/libltdl/loaders/shl_load.c:53:18: note: Function 'vm_sym' argument 3 names different: declaration 'symbolname' definition 'name'.
esorex-3.9.6/libltdl/loaders/shl_load.c:204:76: note: Function 'vm_sym' argument 3 names different: declaration 'symbolname' definition 'name'.
esorex-3.9.6/libltdl/lt_error.c:55:3: style: Variable 'temp' is reassigned a value before the old one has been used. [redundantAssignment]
esorex-3.9.6/libltdl/lt_error.c:50:0: note: Variable 'temp' is reassigned a value before the old one has been used.
esorex-3.9.6/libltdl/lt_error.c:55:3: note: Variable 'temp' is reassigned a value before the old one has been used.
esorex-3.9.6/libltdl/ltdl.c:977:7: style: The scope of the variable 'i' can be reduced. [variableScope]
esorex-3.9.6/libltdl/ltdl.c:368:29: style: Function 'tryall_dlopen' argument 1 names different: declaration 'handle' definition 'phandle'. [funcArgNamesDifferent]
esorex-3.9.6/libltdl/ltdl.c:136:46: note: Function 'tryall_dlopen' argument 1 names different: declaration 'handle' definition 'phandle'.
esorex-3.9.6/libltdl/ltdl.c:368:29: note: Function 'tryall_dlopen' argument 1 names different: declaration 'handle' definition 'phandle'.
esorex-3.9.6/libltdl/ltdl.c:369:21: style: Function 'tryall_dlopen' argument 3 names different: declaration 'padvise' definition 'advise'. [funcArgNamesDifferent]
esorex-3.9.6/libltdl/ltdl.c:138:24: note: Function 'tryall_dlopen' argument 3 names different: declaration 'padvise' definition 'advise'.
esorex-3.9.6/libltdl/ltdl.c:369:21: note: Function 'tryall_dlopen' argument 3 names different: declaration 'padvise' definition 'advise'.
esorex-3.9.6/libltdl/ltdl.c:775:57: style: Function 'find_handle_callback' argument 3 names different: declaration 'ignored' definition 'data2'. [funcArgNamesDifferent]
esorex-3.9.6/libltdl/ltdl.c:112:18: note: Function 'find_handle_callback' argument 3 names different: declaration 'ignored' definition 'data2'.
esorex-3.9.6/libltdl/ltdl.c:775:57: note: Function 'find_handle_callback' argument 3 names different: declaration 'ignored' definition 'data2'.
esorex-3.9.6/libltdl/ltdl.c:797:20: style: Function 'find_handle' argument 3 names different: declaration 'handle' definition 'phandle'. [funcArgNamesDifferent]
esorex-3.9.6/libltdl/ltdl.c:124:25: note: Function 'find_handle' argument 3 names different: declaration 'handle' definition 'phandle'.
esorex-3.9.6/libltdl/ltdl.c:797:20: note: Function 'find_handle' argument 3 names different: declaration 'handle' definition 'phandle'.
esorex-3.9.6/libltdl/ltdl.c:1152:26: style: Function 'try_dlopen' argument 1 names different: declaration 'handle' definition 'phandle'. [funcArgNamesDifferent]
esorex-3.9.6/libltdl/ltdl.c:133:43: note: Function 'try_dlopen' argument 1 names different: declaration 'handle' definition 'phandle'.
esorex-3.9.6/libltdl/ltdl.c:1152:26: note: Function 'try_dlopen' argument 1 names different: declaration 'handle' definition 'phandle'.
esorex-3.9.6/libltdl/ltdl.c:1863:29: style: Function 'foreachfile_callback' argument 1 names different: declaration 'filename' definition 'dirname'. [funcArgNamesDifferent]
esorex-3.9.6/libltdl/ltdl.c:113:41: note: Function 'foreachfile_callback' argument 1 names different: declaration 'filename' definition 'dirname'.
esorex-3.9.6/libltdl/ltdl.c:1863:29: note: Function 'foreachfile_callback' argument 1 names different: declaration 'filename' definition 'dirname'.
esorex-3.9.6/libltdl/ltdl.c:761:3: error: Resource leak: pfile [resourceLeak]
esorex-3.9.6/src/er_fileutils.c:490:22: warning: Either the condition 'dir_name!=NULL' is redundant or there is possible null pointer dereference: dir_name. [nullPointerRedundantCheck]
esorex-3.9.6/src/er_fileutils.c:479:14: note: Assuming that condition 'dir_name!=NULL' is not redundant
esorex-3.9.6/src/er_fileutils.c:490:22: note: Null pointer dereference
esorex-3.9.6/src/er_fileutils.c:178:16: style: The scope of the variable 'cpp' can be reduced. [variableScope]
esorex-3.9.6/src/er_fileutils.c:180:6: style: The scope of the variable 'len' can be reduced. [variableScope]
esorex-3.9.6/src/er_fileutils.c:389:6: style: The scope of the variable 'dp' can be reduced. [variableScope]
esorex-3.9.6/src/er_fileutils.c:426:5: style: The scope of the variable 'file_descriptor' can be reduced. [variableScope]
esorex-3.9.6/src/er_fileutils.c:428:13: style: The scope of the variable 'resname' can be reduced. [variableScope]
esorex-3.9.6/src/er_fileutils.c:923:43: style: Function 'er_fileutils_file_is_fits' argument 1 names different: declaration 'self' definition 'name'. [funcArgNamesDifferent]
esorex-3.9.6/src/er_fileutils.h:46:44: note: Function 'er_fileutils_file_is_fits' argument 1 names different: declaration 'self' definition 'name'.
esorex-3.9.6/src/er_fileutils.c:923:43: note: Function 'er_fileutils_file_is_fits' argument 1 names different: declaration 'self' definition 'name'.
esorex-3.9.6/src/er_fileutils.c:251:14: portability: Undefined behaviour, pointer arithmetic 'str-1' is out of bounds. [pointerOutOfBounds]
esorex-3.9.6/src/er_help.c:151:1: style: Variable 'f_env_active' is reassigned a value before the old one has been used. [redundantAssignment]
esorex-3.9.6/src/er_help.c:150:1: note: Variable 'f_env_active' is reassigned a value before the old one has been used.
esorex-3.9.6/src/er_help.c:151:1: note: Variable 'f_env_active' is reassigned a value before the old one has been used.
esorex-3.9.6/src/er_help.c:462:1: style: Variable 'param' is reassigned a value before the old one has been used. [redundantAssignment]
esorex-3.9.6/src/er_help.c:450:0: note: Variable 'param' is reassigned a value before the old one has been used.
esorex-3.9.6/src/er_help.c:462:1: note: Variable 'param' is reassigned a value before the old one has been used.
esorex-3.9.6/src/er_help.c:503:1: style: Variable 'param' is reassigned a value before the old one has been used. [redundantAssignment]
esorex-3.9.6/src/er_help.c:496:0: note: Variable 'param' is reassigned a value before the old one has been used.
esorex-3.9.6/src/er_help.c:503:1: note: Variable 'param' is reassigned a value before the old one has been used.
esorex-3.9.6/src/er_help.c:87:7: style: The scope of the variable 'indx' can be reduced. [variableScope]
esorex-3.9.6/src/er_help.c:463:1: style: Variable 'ic' is assigned a value that is never used. [unreadVariable]
esorex-3.9.6/src/er_main.c:825:21: style: Same expression on both sides of '!=' because the value of 'conf_file_local' and 'NULL' are the same. [duplicateExpression]
esorex-3.9.6/src/er_main.c:587:48: note: 'conf_file_local' is assigned value 'NULL' here.
esorex-3.9.6/src/er_main.c:825:21: note: Same expression on both sides of '!=' because the value of 'conf_file_local' and 'NULL' are the same.
esorex-3.9.6/src/er_paf.c:89:5: style: Variable 'paf_configuration' is reassigned a value before the old one has been used. [redundantAssignment]
esorex-3.9.6/src/er_paf.c:81:0: note: Variable 'paf_configuration' is reassigned a value before the old one has been used.
esorex-3.9.6/src/er_paf.c:89:5: note: Variable 'paf_configuration' is reassigned a value before the old one has been used.
esorex-3.9.6/src/er_paf.c:120:6: style: Variable 'procatg_proplist' is reassigned a value before the old one has been used. [redundantAssignment]
esorex-3.9.6/src/er_paf.c:117:0: note: Variable 'procatg_proplist' is reassigned a value before the old one has been used.
esorex-3.9.6/src/er_paf.c:120:6: note: Variable 'procatg_proplist' is reassigned a value before the old one has been used.
esorex-3.9.6/src/er_paf.c:121:6: style: Variable 'this_pro_catg' is reassigned a value before the old one has been used. [redundantAssignment]
esorex-3.9.6/src/er_paf.c:116:0: note: Variable 'this_pro_catg' is reassigned a value before the old one has been used.
esorex-3.9.6/src/er_paf.c:121:6: note: Variable 'this_pro_catg' is reassigned a value before the old one has been used.
esorex-3.9.6/src/er_paf.c:210:5: style: Variable 'paf_proplist' is reassigned a value before the old one has been used. [redundantAssignment]
esorex-3.9.6/src/er_paf.c:206:0: note: Variable 'paf_proplist' is reassigned a value before the old one has been used.
esorex-3.9.6/src/er_paf.c:210:5: note: Variable 'paf_proplist' is reassigned a value before the old one has been used.
esorex-3.9.6/src/er_paf.c:724:6: style: Variable 'pro_catg_regexp' is reassigned a value before the old one has been used. [redundantAssignment]
esorex-3.9.6/src/er_paf.c:712:0: note: Variable 'pro_catg_regexp' is reassigned a value before the old one has been used.
esorex-3.9.6/src/er_paf.c:724:6: note: Variable 'pro_catg_regexp' is reassigned a value before the old one has been used.
esorex-3.9.6/src/er_paf.c:377:15: style: Function 'er_paf_read_config_file' argument 1 names different: declaration 'val_paf_config' definition 'paf_config_filename'. [funcArgNamesDifferent]
esorex-3.9.6/src/er_paf.h:77:19: note: Function 'er_paf_read_config_file' argument 1 names different: declaration 'val_paf_config' definition 'paf_config_filename'.
esorex-3.9.6/src/er_paf.c:377:15: note: Function 'er_paf_read_config_file' argument 1 names different: declaration 'val_paf_config' definition 'paf_config_filename'.
esorex-3.9.6/src/er_paf.c:653:56: style: Function 'er_paf_read_whole_file' argument 1 names different: declaration 'val_paf_config' definition 'paf_config_filename'. [funcArgNamesDifferent]
esorex-3.9.6/src/er_paf.h:109:18: note: Function 'er_paf_read_whole_file' argument 1 names different: declaration 'val_paf_config' definition 'paf_config_filename'.
esorex-3.9.6/src/er_paf.c:653:56: note: Function 'er_paf_read_whole_file' argument 1 names different: declaration 'val_paf_config' definition 'paf_config_filename'.
esorex-3.9.6/src/er_paf.c:690:25: style: Function 'er_paf_parse_config' argument 1 names different: declaration 'file_stripped' definition 'config_lines'. [funcArgNamesDifferent]
esorex-3.9.6/src/er_paf.h:97:28: note: Function 'er_paf_parse_config' argument 1 names different: declaration 'file_stripped' definition 'config_lines'.
esorex-3.9.6/src/er_paf.c:690:25: note: Function 'er_paf_parse_config' argument 1 names different: declaration 'file_stripped' definition 'config_lines'.
esorex-3.9.6/src/er_params.c:1120:17: style: Condition 'f_continue!=0' is always true [knownConditionTrueFalse]
esorex-3.9.6/src/er_params.c:916:18: note: Assignment 'f_continue=1', assigned value is 1
esorex-3.9.6/src/er_params.c:1120:17: note: Condition 'f_continue!=0' is always true
esorex-3.9.6/src/er_params.c:373:4: style: Variable 'f_env_active' is reassigned a value before the old one has been used. [redundantAssignment]
esorex-3.9.6/src/er_params.c:372:4: note: Variable 'f_env_active' is reassigned a value before the old one has been used.
esorex-3.9.6/src/er_params.c:373:4: note: Variable 'f_env_active' is reassigned a value before the old one has been used.
esorex-3.9.6/src/er_params.c:798:1: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
esorex-3.9.6/src/er_params.c:785:0: note: Variable 'p' is reassigned a value before the old one has been used.
esorex-3.9.6/src/er_params.c:798:1: note: Variable 'p' is reassigned a value before the old one has been used.
esorex-3.9.6/src/er_params.c:924:1: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
esorex-3.9.6/src/er_params.c:872:0: note: Variable 'p' is reassigned a value before the old one has been used.
esorex-3.9.6/src/er_params.c:924:1: note: Variable 'p' is reassigned a value before the old one has been used.
esorex-3.9.6/src/er_params.c:1282:4: style: Variable 'pllib_list' is reassigned a value before the old one has been used. [redundantAssignment]
esorex-3.9.6/src/er_params.c:1281:4: note: Variable 'pllib_list' is reassigned a value before the old one has been used.
esorex-3.9.6/src/er_params.c:1282:4: note: Variable 'pllib_list' is reassigned a value before the old one has been used.
esorex-3.9.6/src/er_params.c:1430:20: style: Same expression on both sides of '!=' because the value of 'val_plugin_dir' and 'NULL' are the same. [duplicateExpression]
esorex-3.9.6/src/er_params.c:891:24: note: 'val_plugin_dir' is assigned value 'NULL' here.
esorex-3.9.6/src/er_params.c:1430:20: note: Same expression on both sides of '!=' because the value of 'val_plugin_dir' and 'NULL' are the same.
esorex-3.9.6/src/er_params.c:361:5: style: The scope of the variable 'f_env_active' can be reduced. [variableScope]
esorex-3.9.6/src/er_params.c:425:21: style: The scope of the variable 'i' can be reduced. [variableScope]
esorex-3.9.6/src/er_params.c:430:8: style: The scope of the variable 'strlength' can be reduced. [variableScope]
esorex-3.9.6/src/er_params.c:433:16: style: The scope of the variable 'p' can be reduced. [variableScope]
esorex-3.9.6/src/er_params.c:790:5: style: The scope of the variable 'f_is_present' can be reduced. [variableScope]
esorex-3.9.6/src/er_params.c:1374:15: style: The scope of the variable 'k' can be reduced. [variableScope]
esorex-3.9.6/src/er_params.c:1471:6: style: The scope of the variable 'm' can be reduced. [variableScope]
esorex-3.9.6/src/er_paramutils.c:87:1: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
esorex-3.9.6/src/er_paramutils.c:75:0: note: Variable 'p' is reassigned a value before the old one has been used.
esorex-3.9.6/src/er_paramutils.c:87:1: note: Variable 'p' is reassigned a value before the old one has been used.
esorex-3.9.6/src/er_paramutils.c:78:5: style: The scope of the variable 'f_is_present' can be reduced. [variableScope]
esorex-3.9.6/src/er_paramutils.c:249:19: style: The scope of the variable 'indx' can be reduced. [variableScope]
esorex-3.9.6/src/er_paramutils.c:255:9: style: The scope of the variable 'slen' can be reduced. [variableScope]
esorex-3.9.6/src/er_paramutils.c:440:13: style: The scope of the variable 'tmp_cmdl_keywd' can be reduced. [variableScope]
esorex-3.9.6/src/er_plugin.c:1181:25: warning: Either the condition 'cpp!=NULL' is redundant or there is possible null pointer dereference: cpp. [nullPointerRedundantCheck]
esorex-3.9.6/src/er_plugin.c:1204:12: note: Assuming that condition 'cpp!=NULL' is not redundant
esorex-3.9.6/src/er_plugin.c:1181:25: note: Null pointer dereference
esorex-3.9.6/src/er_plugin.c:615:5: style: Variable 'output_name' is reassigned a value before the old one has been used. [redundantAssignment]
esorex-3.9.6/src/er_plugin.c:597:0: note: Variable 'output_name' is reassigned a value before the old one has been used.
esorex-3.9.6/src/er_plugin.c:615:5: note: Variable 'output_name' is reassigned a value before the old one has been used.
esorex-3.9.6/src/er_plugin.c:1003:1: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
esorex-3.9.6/src/er_plugin.c:981:0: note: Variable 'p' is reassigned a value before the old one has been used.
esorex-3.9.6/src/er_plugin.c:1003:1: note: Variable 'p' is reassigned a value before the old one has been used.
esorex-3.9.6/src/er_plugin.c:1693:28: style: Same expression on both sides of '!=' because the value of 'plugin_conf_file_local' and 'NULL' are the same. [duplicateExpression]
esorex-3.9.6/src/er_plugin.c:957:30: note: 'plugin_conf_file_local' is assigned value 'NULL' here.
esorex-3.9.6/src/er_plugin.c:1693:28: note: Same expression on both sides of '!=' because the value of 'plugin_conf_file_local' and 'NULL' are the same.
esorex-3.9.6/src/er_plugin.c:478:17: style: The scope of the variable 'gp' can be reduced. [variableScope]
esorex-3.9.6/src/er_plugin.c:478:22: style: The scope of the variable 'tp' can be reduced. [variableScope]
esorex-3.9.6/src/er_plugin.c:258:44: style: Function 'er_frameset_load' argument 3 names different: declaration 'check_input_files_flag' definition 'flag_check_sof_exist'. [funcArgNamesDifferent]
esorex-3.9.6/src/er_plugin.h:80:7: note: Function 'er_frameset_load' argument 3 names different: declaration 'check_input_files_flag' definition 'flag_check_sof_exist'.
esorex-3.9.6/src/er_plugin.c:258:44: note: Function 'er_frameset_load' argument 3 names different: declaration 'check_input_files_flag' definition 'flag_check_sof_exist'.
esorex-3.9.6/src/er_pluginlist.c:332:5: style: The scope of the variable 'i1' can be reduced. [variableScope]
esorex-3.9.6/src/er_pluginlist.c:332:9: style: The scope of the variable 'i2' can be reduced. [variableScope]
esorex-3.9.6/src/er_pluginlist.c:333:5: style: The scope of the variable 'duplicate' can be reduced. [variableScope]
esorex-3.9.6/src/er_pluginlist.c:424:7: style: The scope of the variable 'cptr' can be reduced. [variableScope]
esorex-3.9.6/src/er_pluginlist.c:433:6: style: The scope of the variable 'm' can be reduced. [variableScope]
esorex-3.9.6/src/er_pluginlist.c:433:9: style: The scope of the variable 'e_code' can be reduced. [variableScope]
esorex-3.9.6/src/er_pluginlist.c:433:17: style: The scope of the variable 'f_report_error' can be reduced. [variableScope]
esorex-3.9.6/src/er_pluginlist.c:745:7: style: The scope of the variable 'cptr' can be reduced. [variableScope]
esorex-3.9.6/src/er_pluginlist.c:751:5: style: The scope of the variable 'm' can be reduced. [variableScope]
esorex-3.9.6/src/er_pluginlist.c:751:8: style: The scope of the variable 'e_code' can be reduced. [variableScope]
esorex-3.9.6/src/er_pluginlist.c:860:7: style: The scope of the variable 'ccptr' can be reduced. [variableScope]
esorex-3.9.6/src/er_pluginlist.c:868:5: style: The scope of the variable 'm' can be reduced. [variableScope]
esorex-3.9.6/src/er_pluginlist.c:868:8: style: The scope of the variable 'e_code' can be reduced. [variableScope]
esorex-3.9.6/src/er_pluginlist.c:324:54: style: Function 'er_pluginlist_create_list' argument 1 names different: declaration 'listname' definition 'directories_to_search'. [funcArgNamesDifferent]
esorex-3.9.6/src/er_pluginlist.h:37:11: note: Function 'er_pluginlist_create_list' argument 1 names different: declaration 'listname' definition 'directories_to_search'.
esorex-3.9.6/src/er_pluginlist.c:324:54: note: Function 'er_pluginlist_create_list' argument 1 names different: declaration 'listname' definition 'directories_to_search'.
esorex-3.9.6/src/er_pluginlist.c:739:53: style: Function 'er_pluginlist_create_cache' argument 1 names different: declaration 'nama' definition 'list_of_pllibs'. [funcArgNamesDifferent]
esorex-3.9.6/src/er_pluginlist.h:59:21: note: Function 'er_pluginlist_create_cache' argument 1 names different: declaration 'nama' definition 'list_of_pllibs'.
esorex-3.9.6/src/er_pluginlist.c:739:53: note: Function 'er_pluginlist_create_cache' argument 1 names different: declaration 'nama' definition 'list_of_pllibs'.
esorex-3.9.6/src/er_pluginlist.c:740:39: style: Function 'er_pluginlist_create_cache' argument 2 names different: declaration 'namb' definition 'list_of_plugin_names'. [funcArgNamesDifferent]
esorex-3.9.6/src/er_pluginlist.h:60:21: note: Function 'er_pluginlist_create_cache' argument 2 names different: declaration 'namb' definition 'list_of_plugin_names'.
esorex-3.9.6/src/er_pluginlist.c:740:39: note: Function 'er_pluginlist_create_cache' argument 2 names different: declaration 'namb' definition 'list_of_plugin_names'.
esorex-3.9.6/src/er_pluginlist.c:558:10: style: Variable 'f_report_error' is assigned a value that is never used. [unreadVariable]
esorex-3.9.6/src/er_pluginlist.c:809:13: style: Variable 'e_code' is assigned a value that is never used. [unreadVariable]
esorex-3.9.6/src/er_stringarray.c:172:5: style: The scope of the variable 'i' can be reduced. [variableScope]
esorex-3.9.6/src/er_stringarray.c:406:5: style: The scope of the variable 'i' can be reduced. [variableScope]
esorex-3.9.6/src/er_stringutils.c:577:5: style: The scope of the variable 'numread' can be reduced. [variableScope]
esorex-3.9.6/src/getopt.c:395:8: warning: Redundant assignment of 'argc' to itself. [selfAssignment]
esorex-3.9.6/src/getopt.c:395:21: warning: Redundant assignment of 'argv' to itself. [selfAssignment]
[19:01]

ftp://ftp.se.debian.org/debian/pool/main/e/esound/esound_0.2.41.orig.tar.gz
esound-0.2.41/audio_none.c:3:0: error: #error No known audio device.  Double check the autoconfigure output in  [preprocessorErrorDirective]
esound-0.2.41/audio_aix.c:16:8: style: Unused variable: flag [unusedVariable]
esound-0.2.41/audio_alsa.c:66:10: style: Unused variable: buf [unusedVariable]
esound-0.2.41/audio_alsa09.c:221:19: style: The scope of the variable 'err' can be reduced. [variableScope]
esound-0.2.41/audio_alsa09.c:465:6: style: The scope of the variable 'err' can be reduced. [variableScope]
esound-0.2.41/audio_alsa09.c:493:10: portability: 'buffer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
esound-0.2.41/audio_coreaudio.c:297:14: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
esound-0.2.41/audio_coreaudio.c:336:14: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
esound-0.2.41/audio_coreaudio.c:355:14: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
esound-0.2.41/audio_coreaudio.c:376:14: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
esound-0.2.41/audio_coreaudio.c:421:14: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
esound-0.2.41/audio_dart.c:289:34: style: Condition '__audio_start()<0' is always false [knownConditionTrueFalse]
esound-0.2.41/audio_dart.c:332:34: style: Condition '__audio_start()<0' is always false [knownConditionTrueFalse]
esound-0.2.41/audio_dart.c:258:9: style: The scope of the variable 'i' can be reduced. [variableScope]
esound-0.2.41/audio_dart.c:305:9: style: The scope of the variable 'i' can be reduced. [variableScope]
esound-0.2.41/audio_dart.c:221:23: style: Variable 'GenericParms' is not assigned a value. [unassignedVariable]
esound-0.2.41/audio_mklinux.c:124:7: style: The scope of the variable 'i' can be reduced. [variableScope]
esound-0.2.41/audio_mklinux.c:77:13: style: Variable 'value' is assigned a value that is never used. [unreadVariable]
esound-0.2.41/audio_osf.c:108:8: style: Suspicious condition (bitwise operator + comparison); Clarify expression with parentheses. [clarifyCondition]
esound-0.2.41/audio_osf.c:108:26: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
esound-0.2.41/audio_osf.c:109:19: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
esound-0.2.41/audio_osf.c:117:9: style: Condition 'record' is always false [knownConditionTrueFalse]
esound-0.2.41/audio_osf.c:102:18: note: Assignment 'record=0', assigned value is 0
esound-0.2.41/audio_osf.c:117:9: note: Condition 'record' is always false
esound-0.2.41/audio_osf.c:131:6: style: Condition 'record' is always false [knownConditionTrueFalse]
esound-0.2.41/audio_osf.c:102:18: note: Assignment 'record=0', assigned value is 0
esound-0.2.41/audio_osf.c:131:6: note: Condition 'record' is always false
esound-0.2.41/audio_osf.c:88:2: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
esound-0.2.41/audio_osf.c:104:24: style: The scope of the variable 'none' can be reduced. [variableScope]
esound-0.2.41/audio_osf.c:139:41: error: Undefined behavior: Variable 'str' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
esound-0.2.41/audio_oss.c:106:13: style: Variable 'value' is assigned a value that is never used. [unreadVariable]
esound-0.2.41/audio_oss.c:50:5: style: Variable 'frag' is assigned a value that is never used. [unreadVariable]
esound-0.2.41/audio_solaris.c:547:8: style: Suspicious condition (bitwise operator + comparison); Clarify expression with parentheses. [clarifyCondition]
esound-0.2.41/audio_solaris.c:547:26: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
esound-0.2.41/audio_solaris.c:550:5: style: Suspicious condition (bitwise operator + comparison); Clarify expression with parentheses. [clarifyCondition]
esound-0.2.41/audio_solaris.c:550:23: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
esound-0.2.41/audio_solaris.c:553:9: style: Suspicious condition (bitwise operator + comparison); Clarify expression with parentheses. [clarifyCondition]
esound-0.2.41/audio_solaris.c:553:27: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
esound-0.2.41/audio_solaris.c:308:19: style: The scope of the variable 'cafd' can be reduced. [variableScope]
esound-0.2.41/audio_solaris.c:79:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
esound-0.2.41/audio_solaris.c:325:17: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
esound-0.2.41/audio_win32.c:25:13: style: The scope of the variable 'wh' can be reduced. [variableScope]
esound-0.2.41/clients.c:314:11: style: Condition '!write_wait' is always true [knownConditionTrueFalse]
esound-0.2.41/clients.c:341:63: style: Condition 'write_wait==0' is always true [knownConditionTrueFalse]
esound-0.2.41/clients.c:397:21: style: Condition '!write_wait' is always true [knownConditionTrueFalse]
esound-0.2.41/clients.c:44:10: style: The scope of the variable 'addr' can be reduced. [variableScope]
esound-0.2.41/clients.c:45:11: style: The scope of the variable 'port' can be reduced. [variableScope]
esound-0.2.41/clients.c:404:12: style: Variable 'nbytes' is assigned a value that is never used. [unreadVariable]
esound-0.2.41/esd.c:254:3: style: Variable 'socket_out' is reassigned a value before the old one has been used. [redundantAssignment]
esound-0.2.41/esd.c:250:0: note: Variable 'socket_out' is reassigned a value before the old one has been used.
esound-0.2.41/esd.c:254:3: note: Variable 'socket_out' is reassigned a value before the old one has been used.
esound-0.2.41/esd.c:398:21: style: The scope of the variable 'resolved' can be reduced. [variableScope]
esound-0.2.41/esd.c:656:12: style: The scope of the variable 'j' can be reduced. [variableScope]
esound-0.2.41/esd.c:656:15: style: The scope of the variable 'freq' can be reduced. [variableScope]
esound-0.2.41/esd.c:657:9: style: The scope of the variable 'magl' can be reduced. [variableScope]
esound-0.2.41/esd.c:657:15: style: The scope of the variable 'magr' can be reduced. [variableScope]
esound-0.2.41/esd_config.c:130:22: warning: Either the condition 'value!='\0'' is redundant or there is possible null pointer dereference: value. [nullPointerRedundantCheck]
esound-0.2.41/esd_config.c:131:13: note: Assuming that condition 'value!='\0'' is not redundant
esound-0.2.41/esd_config.c:130:22: note: Null pointer dereference
esound-0.2.41/esd_config.c:134:58: warning: Either the condition 'value!='\0'' is redundant or there is possible null pointer dereference: value. [nullPointerRedundantCheck]
esound-0.2.41/esd_config.c:131:13: note: Assuming that condition 'value!='\0'' is not redundant
esound-0.2.41/esd_config.c:134:58: note: Null pointer dereference
esound-0.2.41/esd_config.c:77:7: style: The scope of the variable 'i' can be reduced. [variableScope]
esound-0.2.41/esd_config.c:131:13: warning: Char literal compared with pointer 'value'. Did you intend to dereference it? [charLiteralWithCharPtrCompare]
esound-0.2.41/esdcat.c:83:0: error: Resource leak: source [resourceLeak]
esound-0.2.41/esdctl.c:62:27: style: The scope of the variable 'prefix' can be reduced. [variableScope]
esound-0.2.41/esdfile.c:168:19: style: Variable 'frame_count' is assigned a value that is never used. [unreadVariable]
esound-0.2.41/esdfilt.c:104:51: style: Checking if unsigned variable 'fwrite(buf,1,length,target)' is less than zero. [unsignedLessThanZero]
esound-0.2.41/esdlib.c:269:5: style: Variable 'home' is reassigned a value before the old one has been used. [redundantAssignment]
esound-0.2.41/esdlib.c:259:0: note: Variable 'home' is reassigned a value before the old one has been used.
esound-0.2.41/esdlib.c:269:5: note: Variable 'home' is reassigned a value before the old one has been used.
esound-0.2.41/esdlib.c:758:5: style: Variable 'socket_out' is reassigned a value before the old one has been used. [redundantAssignment]
esound-0.2.41/esdlib.c:754:0: note: Variable 'socket_out' is reassigned a value before the old one has been used.
esound-0.2.41/esdlib.c:758:5: note: Variable 'socket_out' is reassigned a value before the old one has been used.
esound-0.2.41/esdlib.c:903:12: style: The scope of the variable 'lib' can be reduced. [variableScope]
esound-0.2.41/esdlib.c:828:33: style: Function 'esd_open_sound' argument 1 names different: declaration 'host' definition 'rhost'. [funcArgNamesDifferent]
esound-0.2.41/esd.h:132:33: note: Function 'esd_open_sound' argument 1 names different: declaration 'host' definition 'rhost'.
esound-0.2.41/esdlib.c:828:33: note: Function 'esd_open_sound' argument 1 names different: declaration 'host' definition 'rhost'.
esound-0.2.41/esdlib.c:1384:19: style: Function 'esd_sample_cache' argument 4 names different: declaration 'length' definition 'size'. [funcArgNamesDifferent]
esound-0.2.41/esd.h:163:19: note: Function 'esd_sample_cache' argument 4 names different: declaration 'length' definition 'size'.
esound-0.2.41/esdlib.c:1384:19: note: Function 'esd_sample_cache' argument 4 names different: declaration 'length' definition 'size'.
esound-0.2.41/esdlib.c:664:5: warning: The buffer 'connect_host' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
esound-0.2.41/esdlib.c:945:0: error: Memory leak: cmd [memleak]
esound-0.2.41/esdloop.c:105:0: error: Resource leak: source [resourceLeak]
esound-0.2.41/esdmon.c:67:43: style: Checking if unsigned variable 'fwrite(buf,1,length,target)' is less than zero. [unsignedLessThanZero]
esound-0.2.41/esdplay.c:90:0: error: #error "How am I supposed to set an environment variable?" [preprocessorErrorDirective]
esound-0.2.41/esdrec.c:69:39: style: Checking if unsigned variable 'fwrite(buf,1,length,target)' is less than zero. [unsignedLessThanZero]
esound-0.2.41/esdsample.c:30:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
esound-0.2.41/esdsample.c:32:18: style: The scope of the variable 'length' can be reduced. [variableScope]
esound-0.2.41/esdsample.c:32:30: style: The scope of the variable 'total' can be reduced. [variableScope]
esound-0.2.41/esdsample.c:35:9: style: The scope of the variable 'mode' can be reduced. [variableScope]
esound-0.2.41/esdsample.c:35:28: style: The scope of the variable 'func' can be reduced. [variableScope]
esound-0.2.41/esdsample.c:36:18: style: The scope of the variable 'format' can be reduced. [variableScope]
esound-0.2.41/esdsample.c:38:24: style: The scope of the variable 'confirm_id' can be reduced. [variableScope]
esound-0.2.41/esdsample.c:140:2: warning: The buffer 'filename' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
esound-0.2.41/esdsample.c:96:0: error: Resource leak: source [resourceLeak]
esound-0.2.41/filter.c:11:9: style: The scope of the variable 'actual' can be reduced. [variableScope]
esound-0.2.41/filter.c:11:19: style: The scope of the variable 'total_data' can be reduced. [variableScope]
esound-0.2.41/genrand.c:92:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
esound-0.2.41/genrand.c:116:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
esound-0.2.41/mix.c:902:5: style: Variable 'player' is reassigned a value before the old one has been used. [redundantAssignment]
esound-0.2.41/mix.c:893:0: note: Variable 'player' is reassigned a value before the old one has been used.
esound-0.2.41/mix.c:902:5: note: Variable 'player' is reassigned a value before the old one has been used.
esound-0.2.41/mix.c:585:9: style: The scope of the variable 'rd_dat' can be reduced. [variableScope]
esound-0.2.41/mix.c:587:18: style: The scope of the variable 'sample' can be reduced. [variableScope]
esound-0.2.41/mix.c:610:9: style: The scope of the variable 'rd_dat' can be reduced. [variableScope]
esound-0.2.41/mix.c:645:9: style: The scope of the variable 'rd_dat' can be reduced. [variableScope]
esound-0.2.41/mix.c:647:18: style: The scope of the variable 'sample' can be reduced. [variableScope]
esound-0.2.41/mix.c:669:9: style: The scope of the variable 'rd_dat' can be reduced. [variableScope]
esound-0.2.41/mix.c:671:18: style: The scope of the variable 'sample' can be reduced. [variableScope]
esound-0.2.41/mix.c:710:9: style: The scope of the variable 'rd_dat' can be reduced. [variableScope]
esound-0.2.41/mix.c:712:18: style: The scope of the variable 'sample' can be reduced. [variableScope]
esound-0.2.41/mix.c:738:9: style: The scope of the variable 'rd_dat' can be reduced. [variableScope]
esound-0.2.41/mix.c:780:9: style: The scope of the variable 'rd_dat' can be reduced. [variableScope]
esound-0.2.41/mix.c:782:18: style: The scope of the variable 'sample' can be reduced. [variableScope]
esound-0.2.41/mix.c:806:9: style: The scope of the variable 'rd_dat' can be reduced. [variableScope]
esound-0.2.41/mix.c:892:61: style: The scope of the variable 'used' can be reduced. [variableScope]
esound-0.2.41/mix.c:890:24: style: Function 'mix_players' argument 1 names different: declaration 'mixed' definition 'output'. [funcArgNamesDifferent]
esound-0.2.41/esd-server.h:203:24: note: Function 'mix_players' argument 1 names different: declaration 'mixed' definition 'output'.
esound-0.2.41/mix.c:890:24: note: Function 'mix_players' argument 1 names different: declaration 'mixed' definition 'output'.
esound-0.2.41/players.c:213:20: style: The scope of the variable 'data' can be reduced. [variableScope]
esound-0.2.41/players.c:213:27: style: The scope of the variable 'pos' can be reduced. [variableScope]
esound-0.2.41/players.c:214:19: style: The scope of the variable 'client' can be reduced. [variableScope]
esound-0.2.41/players.c:286:21: style: The scope of the variable 'actual_2nd' can be reduced. [variableScope]
esound-0.2.41/players.c:288:10: style: The scope of the variable 'message' can be reduced. [variableScope]
esound-0.2.41/players.c:289:20: style: The scope of the variable 'data' can be reduced. [variableScope]
esound-0.2.41/players.c:289:27: style: The scope of the variable 'pos' can be reduced. [variableScope]
esound-0.2.41/players.c:290:19: style: The scope of the variable 'client' can be reduced. [variableScope]
esound-0.2.41/players.c:431:9: style: The scope of the variable 'can_write' can be reduced. [variableScope]
esound-0.2.41/players.c:598:38: style: Function 'new_sample_player' argument 1 names different: declaration 'id' definition 'sample_id'. [funcArgNamesDifferent]
esound-0.2.41/esd-server.h:175:38: note: Function 'new_sample_player' argument 1 names different: declaration 'id' definition 'sample_id'.
esound-0.2.41/players.c:598:38: note: Function 'new_sample_player' argument 1 names different: declaration 'id' definition 'sample_id'.
esound-0.2.41/proto.c:300:5: style: Variable 'player' is reassigned a value before the old one has been used. [redundantAssignment]
esound-0.2.41/proto.c:299:0: note: Variable 'player' is reassigned a value before the old one has been used.
esound-0.2.41/proto.c:300:5: note: Variable 'player' is reassigned a value before the old one has been used.
esound-0.2.41/proto.c:608:5: style: Variable 'actual' is reassigned a value before the old one has been used. [redundantAssignment]
esound-0.2.41/proto.c:607:5: note: Variable 'actual' is reassigned a value before the old one has been used.
esound-0.2.41/proto.c:608:5: note: Variable 'actual' is reassigned a value before the old one has been used.
esound-0.2.41/proto.c:609:5: style: Variable 'actual' is reassigned a value before the old one has been used. [redundantAssignment]
esound-0.2.41/proto.c:608:5: note: Variable 'actual' is reassigned a value before the old one has been used.
esound-0.2.41/proto.c:609:5: note: Variable 'actual' is reassigned a value before the old one has been used.
esound-0.2.41/proto.c:635:5: style: Variable 'actual' is reassigned a value before the old one has been used. [redundantAssignment]
esound-0.2.41/proto.c:634:5: note: Variable 'actual' is reassigned a value before the old one has been used.
esound-0.2.41/proto.c:635:5: note: Variable 'actual' is reassigned a value before the old one has been used.
esound-0.2.41/proto.c:636:5: style: Variable 'actual' is reassigned a value before the old one has been used. [redundantAssignment]
esound-0.2.41/proto.c:635:5: note: Variable 'actual' is reassigned a value before the old one has been used.
esound-0.2.41/proto.c:636:5: note: Variable 'actual' is reassigned a value before the old one has been used.
esound-0.2.41/proto.c:663:2: style: Variable 'actual' is reassigned a value before the old one has been used. [redundantAssignment]
esound-0.2.41/proto.c:661:2: note: Variable 'actual' is reassigned a value before the old one has been used.
esound-0.2.41/proto.c:663:2: note: Variable 'actual' is reassigned a value before the old one has been used.
esound-0.2.41/proto.c:665:2: style: Variable 'actual' is reassigned a value before the old one has been used. [redundantAssignment]
esound-0.2.41/proto.c:663:2: note: Variable 'actual' is reassigned a value before the old one has been used.
esound-0.2.41/proto.c:665:2: note: Variable 'actual' is reassigned a value before the old one has been used.
esound-0.2.41/proto.c:667:2: style: Variable 'actual' is reassigned a value before the old one has been used. [redundantAssignment]
esound-0.2.41/proto.c:665:2: note: Variable 'actual' is reassigned a value before the old one has been used.
esound-0.2.41/proto.c:667:2: note: Variable 'actual' is reassigned a value before the old one has been used.
esound-0.2.41/proto.c:669:2: style: Variable 'actual' is reassigned a value before the old one has been used. [redundantAssignment]
esound-0.2.41/proto.c:667:2: note: Variable 'actual' is reassigned a value before the old one has been used.
esound-0.2.41/proto.c:669:2: note: Variable 'actual' is reassigned a value before the old one has been used.
esound-0.2.41/proto.c:671:2: style: Variable 'actual' is reassigned a value before the old one has been used. [redundantAssignment]
esound-0.2.41/proto.c:669:2: note: Variable 'actual' is reassigned a value before the old one has been used.
esound-0.2.41/proto.c:671:2: note: Variable 'actual' is reassigned a value before the old one has been used.
esound-0.2.41/proto.c:703:2: style: Variable 'actual' is reassigned a value before the old one has been used. [redundantAssignment]
esound-0.2.41/proto.c:701:2: note: Variable 'actual' is reassigned a value before the old one has been used.
esound-0.2.41/proto.c:703:2: note: Variable 'actual' is reassigned a value before the old one has been used.
esound-0.2.41/proto.c:705:2: style: Variable 'actual' is reassigned a value before the old one has been used. [redundantAssignment]
esound-0.2.41/proto.c:703:2: note: Variable 'actual' is reassigned a value before the old one has been used.
esound-0.2.41/proto.c:705:2: note: Variable 'actual' is reassigned a value before the old one has been used.
esound-0.2.41/proto.c:707:2: style: Variable 'actual' is reassigned a value before the old one has been used. [redundantAssignment]
esound-0.2.41/proto.c:705:2: note: Variable 'actual' is reassigned a value before the old one has been used.
esound-0.2.41/proto.c:707:2: note: Variable 'actual' is reassigned a value before the old one has been used.
esound-0.2.41/proto.c:709:2: style: Variable 'actual' is reassigned a value before the old one has been used. [redundantAssignment]
esound-0.2.41/proto.c:707:2: note: Variable 'actual' is reassigned a value before the old one has been used.
esound-0.2.41/proto.c:709:2: note: Variable 'actual' is reassigned a value before the old one has been used.
esound-0.2.41/proto.c:711:2: style: Variable 'actual' is reassigned a value before the old one has been used. [redundantAssignment]
esound-0.2.41/proto.c:709:2: note: Variable 'actual' is reassigned a value before the old one has been used.
esound-0.2.41/proto.c:711:2: note: Variable 'actual' is reassigned a value before the old one has been used.
esound-0.2.41/proto.c:713:2: style: Variable 'actual' is reassigned a value before the old one has been used. [redundantAssignment]
esound-0.2.41/proto.c:711:2: note: Variable 'actual' is reassigned a value before the old one has been used.
esound-0.2.41/proto.c:713:2: note: Variable 'actual' is reassigned a value before the old one has been used.
esound-0.2.41/proto.c:852:5: style: Variable 'client' is reassigned a value before the old one has been used. [redundantAssignment]
esound-0.2.41/proto.c:843:0: note: Variable 'client' is reassigned a value before the old one has been used.
esound-0.2.41/proto.c:852:5: note: Variable 'client' is reassigned a value before the old one has been used.
esound-0.2.41/proto.c:600:15: style: Same value in both branches of ternary operator. [duplicateValueTernary]
esound-0.2.41/proto.c:627:15: style: Same value in both branches of ternary operator. [duplicateValueTernary]
esound-0.2.41/proto.c:234:5: style: Variable 'actual' is assigned a value that is never used. [unreadVariable]
esound-0.2.41/proto.c:254:5: style: Variable 'actual' is assigned a value that is never used. [unreadVariable]
esound-0.2.41/proto.c:272:5: style: Variable 'actual' is assigned a value that is never used. [unreadVariable]
esound-0.2.41/proto.c:289:5: style: Variable 'actual' is assigned a value that is never used. [unreadVariable]
esound-0.2.41/proto.c:465:5: style: Variable 'length' is assigned a value that is never used. [unreadVariable]
esound-0.2.41/samples.c:249:5: style: Variable 'player' is reassigned a value before the old one has been used. [redundantAssignment]
esound-0.2.41/samples.c:247:0: note: Variable 'player' is reassigned a value before the old one has been used.
esound-0.2.41/samples.c:249:5: note: Variable 'player' is reassigned a value before the old one has been used.
esound-0.2.41/samples.c:259:22: style: Function 'stop_sample' argument 1 names different: declaration 'sample_id' definition 'id'. [funcArgNamesDifferent]
esound-0.2.41/esd-server.h:195:22: note: Function 'stop_sample' argument 1 names different: declaration 'sample_id' definition 'id'.
esound-0.2.41/samples.c:259:22: note: Function 'stop_sample' argument 1 names different: declaration 'sample_id' definition 'id'.
esound-0.2.41/samples.c:215:5: style: Variable 'actual' is assigned a value that is never used. [unreadVariable]
esound-0.2.41/util.c:48:14: style: The scope of the variable 'dirname' can be reduced. [variableScope]
[19:01]

ftp://ftp.se.debian.org/debian/pool/main/e/espa-nol/espa-nol_1.11.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/espctag/espctag_0.4.orig.tar.gz
espctag-0.4/src/espctag.c:731:4: warning: Return value of function freopen() is not used. [ignoredReturnValue]
espctag-0.4/src/espctag.c:732:4: warning: Return value of function freopen() is not used. [ignoredReturnValue]
espctag-0.4/src/espctag.c:772:4: warning: Return value of function freopen() is not used. [ignoredReturnValue]
espctag-0.4/src/espctag.c:773:4: warning: Return value of function freopen() is not used. [ignoredReturnValue]
espctag-0.4/src/espctag.c:672:8: warning: Either the condition 'rename_format=='\0'' is redundant or there is possible null pointer dereference: rename_format. [nullPointerRedundantCheck]
espctag-0.4/src/espctag.c:672:49: note: Assuming that condition 'rename_format=='\0'' is not redundant
espctag-0.4/src/espctag.c:672:8: note: Null pointer dereference
espctag-0.4/src/espctag.c:278:8: style: The scope of the variable 'file' can be reduced. [variableScope]
espctag-0.4/src/espctag.c:555:8: style: The scope of the variable 'msgerror' can be reduced. [variableScope]
espctag-0.4/src/espctag.c:683:25: style: Function 'is_rsn_file' argument 1 names different: declaration 'spc_file' definition 'file'. [funcArgNamesDifferent]
espctag-0.4/src/espctag.c:49:24: note: Function 'is_rsn_file' argument 1 names different: declaration 'spc_file' definition 'file'.
espctag-0.4/src/espctag.c:683:25: note: Function 'is_rsn_file' argument 1 names different: declaration 'spc_file' definition 'file'.
espctag-0.4/src/espctag.c:672:49: warning: Char literal compared with pointer 'rename_format'. Did you intend to dereference it? [charLiteralWithCharPtrCompare]
espctag-0.4/src/espctag.c:704:10: error: Uninitialized variable: backup_filename [uninitvar]
espctag-0.4/src/espctag.c:705:10: error: Uninitialized variable: backup_filename [uninitvar]
espctag-0.4/src/espctag.c:710:26: error: Uninitialized variable: backup_filename [uninitvar]
[19:01]

ftp://ftp.se.debian.org/debian/pool/main/e/espeak/espeak_1.48.04+dfsg.orig.tar.xz
espeak-1.48.04+dfsg/platforms/big_endian/espeak-phoneme-data.c:247:9: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
espeak-1.48.04+dfsg/platforms/big_endian/espeak-phoneme-data.c:387:13: warning: Redundant assignment of 'val' to itself. [selfAssignment]
espeak-1.48.04+dfsg/platforms/big_endian/espeak-phoneme-data.c:435:28: warning: Redundant assignment of 'table.mnemonic' to itself. [selfAssignment]
espeak-1.48.04+dfsg/platforms/big_endian/espeak-phoneme-data.c:436:27: warning: Redundant assignment of 'table.phflags' to itself. [selfAssignment]
espeak-1.48.04+dfsg/platforms/big_endian/espeak-phoneme-data.c:437:27: warning: Redundant assignment of 'table.program' to itself. [selfAssignment]
espeak-1.48.04+dfsg/platforms/big_endian/espeak-phoneme-data.c:259:20: style: The scope of the variable 'frame_start' can be reduced. [variableScope]
espeak-1.48.04+dfsg/platforms/big_endian/espeak-phoneme-data.c:98:19: style: struct member 'SPECT_SEQ::sqflags' is never used. [unusedStructMember]
espeak-1.48.04+dfsg/src/compiledict.cpp:237:16: style: The scope of the variable 'rb' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/compiledict.cpp:436:7: style: The scope of the variable 'bad_phoneme_str' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/compiledict.cpp:794:8: style: The scope of the variable 'p' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/compiledict.cpp:851:7: style: The scope of the variable 'length' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/compiledict.cpp:941:7: style: The scope of the variable 'c' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/compiledict.cpp:945:7: style: The scope of the variable 'literal' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/compiledict.cpp:1214:6: style: The scope of the variable 'start' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/compiledict.cpp:1220:7: style: The scope of the variable 'bad_phoneme_str' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/compiledict.cpp:1526:6: style: The scope of the variable 'len1' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/compiledict.cpp:1527:6: style: The scope of the variable 'len2' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/compiledict.cpp:1530:8: style: The scope of the variable 'p2' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/compiledict.cpp:1596:6: style: The scope of the variable 'length' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/compiledict.cpp:1680:6: style: The scope of the variable 'different' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/compiledict.cpp:1904:84: style: Function 'CompileDictionary' argument 4 names different: declaration 'err_name' definition 'fname_err'. [funcArgNamesDifferent]
espeak-1.48.04+dfsg/src/synthesize.h:536:84: note: Function 'CompileDictionary' argument 4 names different: declaration 'err_name' definition 'fname_err'.
espeak-1.48.04+dfsg/src/compiledict.cpp:1904:84: note: Function 'CompileDictionary' argument 4 names different: declaration 'err_name' definition 'fname_err'.
espeak-1.48.04+dfsg/src/compiledict.cpp:802:15: warning: Size of pointer 'p' used instead of size of its data. [pointerSize]
espeak-1.48.04+dfsg/src/compiledict.cpp:841:14: warning: Size of pointer 'p' used instead of size of its data. [pointerSize]
espeak-1.48.04+dfsg/src/compiledict.cpp:884:3: warning: Size of pointer 'p' used instead of size of its data. [pointerSize]
espeak-1.48.04+dfsg/src/compiledict.cpp:895:10: warning: Size of pointer 'p' used instead of size of its data. [pointerSize]
espeak-1.48.04+dfsg/src/compiledict.cpp:1951:3: error: Resource leak: f_in [resourceLeak]
espeak-1.48.04+dfsg/src/dictionary.cpp:1844:31: warning: Either the condition 'string!=NULL' is redundant or there is possible null pointer dereference: string. [nullPointerRedundantCheck]
espeak-1.48.04+dfsg/src/dictionary.cpp:1877:12: note: Assuming that condition 'string!=NULL' is not redundant
espeak-1.48.04+dfsg/src/dictionary.cpp:1844:31: note: Null pointer dereference
espeak-1.48.04+dfsg/src/dictionary.cpp:364:7: style: The scope of the variable 'consumed' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/dictionary.cpp:537:6: style: The scope of the variable 'len' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/dictionary.cpp:645:16: style: The scope of the variable 'len' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/dictionary.cpp:651:6: style: The scope of the variable 'count' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/dictionary.cpp:838:6: style: The scope of the variable 'letter2' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/dictionary.cpp:1206:6: style: The scope of the variable 'mnem' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/dictionary.cpp:1901:16: style: The scope of the variable 'letter' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/dictionary.cpp:1909:8: style: The scope of the variable 'rule_start' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/dictionary.cpp:1914:7: style: The scope of the variable 'failed' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/dictionary.cpp:1915:7: style: The scope of the variable 'unpron_ignore' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/dictionary.cpp:1916:7: style: The scope of the variable 'consumed' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/dictionary.cpp:1920:7: style: The scope of the variable 'distance_right' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/dictionary.cpp:1921:7: style: The scope of the variable 'distance_left' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/dictionary.cpp:1926:6: style: The scope of the variable 'check_atstart' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/dictionary.cpp:2596:6: style: The scope of the variable 'wc_bytes' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/dictionary.cpp:2601:7: style: The scope of the variable 'n' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/dictionary.cpp:2905:6: style: The scope of the variable 'ix' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/dictionary.cpp:2907:8: style: The scope of the variable 'p' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/dictionary.cpp:2953:6: style: The scope of the variable 'c2' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/dictionary.cpp:2954:6: style: The scope of the variable 'ix' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/dictionary.cpp:2962:6: style: The scope of the variable 'bits' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/dictionary.cpp:2963:6: style: The scope of the variable 'acc' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/dictionary.cpp:2965:15: style: The scope of the variable 'pairs_list' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/dictionary.cpp:3589:6: style: The scope of the variable 'say_as' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/dictionary.cpp:3640:14: style: The scope of the variable 'p' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/dictionary.cpp:3641:7: style: The scope of the variable 'len' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/dictionary.cpp:265:26: style: Checking if unsigned variable 'size' is less than zero. [unsignedLessThanZero]
espeak-1.48.04+dfsg/src/dictionary.cpp:870:33: style: Function 'IsVowel' argument 2 names different: declaration 'c' definition 'letter'. [funcArgNamesDifferent]
espeak-1.48.04+dfsg/src/translate.h:737:33: note: Function 'IsVowel' argument 2 names different: declaration 'c' definition 'letter'.
espeak-1.48.04+dfsg/src/dictionary.cpp:870:33: note: Function 'IsVowel' argument 2 names different: declaration 'c' definition 'letter'.
espeak-1.48.04+dfsg/src/dictionary.cpp:1176:97: style: Function 'SetWordStress' argument 5 names different: declaration 'prev_stress' definition 'control'. [funcArgNamesDifferent]
espeak-1.48.04+dfsg/src/translate.h:779:97: note: Function 'SetWordStress' argument 5 names different: declaration 'prev_stress' definition 'control'.
espeak-1.48.04+dfsg/src/dictionary.cpp:1176:97: note: Function 'SetWordStress' argument 5 names different: declaration 'prev_stress' definition 'control'.
espeak-1.48.04+dfsg/src/dictionary.cpp:2588:42: style: Function 'TranslateRules' argument 2 names different: declaration 'p' definition 'p_start'. [funcArgNamesDifferent]
espeak-1.48.04+dfsg/src/translate.h:780:42: note: Function 'TranslateRules' argument 2 names different: declaration 'p' definition 'p_start'.
espeak-1.48.04+dfsg/src/dictionary.cpp:2588:42: note: Function 'TranslateRules' argument 2 names different: declaration 'p' definition 'p_start'.
espeak-1.48.04+dfsg/src/dictionary.cpp:2588:71: style: Function 'TranslateRules' argument 4 names different: declaration 'size' definition 'ph_size'. [funcArgNamesDifferent]
espeak-1.48.04+dfsg/src/translate.h:780:65: note: Function 'TranslateRules' argument 4 names different: declaration 'size' definition 'ph_size'.
espeak-1.48.04+dfsg/src/dictionary.cpp:2588:71: note: Function 'TranslateRules' argument 4 names different: declaration 'size' definition 'ph_size'.
espeak-1.48.04+dfsg/src/dictionary.cpp:2588:104: style: Function 'TranslateRules' argument 6 names different: declaration 'end_flags' definition 'word_flags'. [funcArgNamesDifferent]
espeak-1.48.04+dfsg/src/translate.h:780:95: note: Function 'TranslateRules' argument 6 names different: declaration 'end_flags' definition 'word_flags'.
espeak-1.48.04+dfsg/src/dictionary.cpp:2588:104: note: Function 'TranslateRules' argument 6 names different: declaration 'end_flags' definition 'word_flags'.
espeak-1.48.04+dfsg/src/dictionary.cpp:413:18: style: Array index 'count' is used before limits check. [arrayIndexThenCheck]
espeak-1.48.04+dfsg/src/dictionary.cpp:271:3: error: Resource leak: f [resourceLeak]
espeak-1.48.04+dfsg/src/dictionary.cpp:669:7: error: Common realloc mistake: 'phon_out_buf' nulled but not freed upon failure [memleakOnRealloc]
espeak-1.48.04+dfsg/src/dictionary.cpp:771:8: error: Common realloc mistake: 'phon_out_buf' nulled but not freed upon failure [memleakOnRealloc]
espeak-1.48.04+dfsg/src/espeak.cpp:313:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
espeak-1.48.04+dfsg/src/espeak.cpp:132:6: style: The scope of the variable 'count' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/espeak.cpp:278:7: style: The scope of the variable 'fname' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/espeak.cpp:396:6: style: The scope of the variable 'c' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/intonation.cpp:332:7: style: The scope of the variable 'stress' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/intonation.cpp:403:7: style: The scope of the variable 'stress' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/intonation.cpp:464:7: style: The scope of the variable 'stress' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/intonation.cpp:466:7: style: The scope of the variable 'ix' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/intonation.cpp:615:7: style: The scope of the variable 'stress' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/intonation.cpp:736:7: style: The scope of the variable 'stress' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/intonation.cpp:1107:38: style: Function 'CalcPitches' argument 2 names different: declaration 'clause_tone' definition 'clause_type'. [funcArgNamesDifferent]
espeak-1.48.04+dfsg/src/translate.h:775:38: note: Function 'CalcPitches' argument 2 names different: declaration 'clause_tone' definition 'clause_type'.
espeak-1.48.04+dfsg/src/intonation.cpp:1107:38: note: Function 'CalcPitches' argument 2 names different: declaration 'clause_tone' definition 'clause_type'.
espeak-1.48.04+dfsg/src/klatt.cpp:233:6: style: The scope of the variable 'itemp' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/klatt.cpp:234:9: style: The scope of the variable 'ftemp' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/klatt.cpp:236:9: style: The scope of the variable 'diff_value' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/klatt.cpp:237:6: style: The scope of the variable 'current_value' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/klatt.cpp:238:6: style: The scope of the variable 'next_value' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/klatt.cpp:239:9: style: The scope of the variable 'temp_diff' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/klatt.cpp:290:9: style: The scope of the variable 'temp' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/klatt.cpp:291:6: style: The scope of the variable 'value' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/klatt.cpp:292:9: style: The scope of the variable 'outbypas' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/klatt.cpp:293:9: style: The scope of the variable 'out' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/klatt.cpp:295:9: style: The scope of the variable 'frics' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/klatt.cpp:296:9: style: The scope of the variable 'glotout' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/klatt.cpp:297:9: style: The scope of the variable 'aspiration' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/klatt.cpp:299:9: style: The scope of the variable 'par_glotout' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/klatt.cpp:304:16: style: The scope of the variable 'sourc' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/klatt.cpp:495:16: style: The scope of the variable 'c' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/klatt.cpp:496:8: style: The scope of the variable 'sample' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/klatt.cpp:715:9: style: The scope of the variable 'lgtemp' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/klatt.cpp:771:7: style: The scope of the variable 'temp' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/klatt.cpp:772:9: style: The scope of the variable 'temp1' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/klatt.cpp:773:14: style: The scope of the variable 'skew' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/klatt.cpp:1067:6: style: The scope of the variable 'x' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/klatt.cpp:1069:6: style: The scope of the variable 'fade' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/klatt.cpp:1187:6: style: The scope of the variable 'qix' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/klatt.cpp:1188:6: style: The scope of the variable 'cmd' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/klatt.cpp:1189:11: style: The scope of the variable 'fr3' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/klatt.cpp:541:22: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
espeak-1.48.04+dfsg/src/mbrowrap.cpp:126:10: style: The scope of the variable 'written' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/mbrowrap.cpp:231:20: style: The scope of the variable 'p' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/mbrowrap.cpp:283:6: style: The scope of the variable 'result' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/mbrowrap.cpp:387:6: style: The scope of the variable 'result' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/numbers.cpp:444:32: warning: Either the condition 'basic_letter<'a'' is redundant or the array 'non_ascii_tab[14]' is accessed at index 37, which is out of bounds. [arrayIndexOutOfBoundsCond]
espeak-1.48.04+dfsg/src/numbers.cpp:443:19: note: Assuming that condition 'basic_letter<'a'' is not redundant
espeak-1.48.04+dfsg/src/numbers.cpp:444:32: note: Array index out of bounds
espeak-1.48.04+dfsg/src/numbers.cpp:1342:20: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
espeak-1.48.04+dfsg/src/numbers.cpp:916:15: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
espeak-1.48.04+dfsg/src/numbers.cpp:912:15: note: outer condition: ph_buf[0]==0
espeak-1.48.04+dfsg/src/numbers.cpp:916:15: note: identical inner condition: ph_buf[0]==0
espeak-1.48.04+dfsg/src/numbers.cpp:540:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
espeak-1.48.04+dfsg/src/numbers.cpp:420:6: style: The scope of the variable 'accent1' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/numbers.cpp:421:6: style: The scope of the variable 'accent2' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/numbers.cpp:422:6: style: The scope of the variable 'basic_letter' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/numbers.cpp:423:6: style: The scope of the variable 'letter2' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/numbers.cpp:424:7: style: The scope of the variable 'ph_letter1' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/numbers.cpp:425:7: style: The scope of the variable 'ph_letter2' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/numbers.cpp:426:7: style: The scope of the variable 'ph_accent1' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/numbers.cpp:709:6: style: The scope of the variable 'ix' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/numbers.cpp:710:6: style: The scope of the variable 'c' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/numbers.cpp:711:8: style: The scope of the variable 'p2' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/numbers.cpp:712:8: style: The scope of the variable 'pbuf' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/numbers.cpp:713:14: style: The scope of the variable 'modifier' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/numbers.cpp:717:6: style: The scope of the variable 'language' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/numbers.cpp:720:6: style: The scope of the variable 'speak_letter_number' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/numbers.cpp:726:14: style: The scope of the variable 'pause_string' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/numbers.cpp:858:8: style: The scope of the variable 'initial' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/numbers.cpp:858:17: style: The scope of the variable 'code' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/numbers.cpp:1070:6: style: The scope of the variable 'nextflags' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/numbers.cpp:1144:14: style: The scope of the variable 'p2' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/numbers.cpp:1147:6: style: The scope of the variable 'value' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/numbers.cpp:1322:6: style: The scope of the variable 'found' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/numbers.cpp:1327:7: style: The scope of the variable 'ph_buf' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/numbers.cpp:1445:6: style: The scope of the variable 'found_ordinal' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/numbers.cpp:1446:6: style: The scope of the variable 'next_phtype' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/numbers.cpp:1448:7: style: The scope of the variable 'string' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/numbers.cpp:1732:6: style: The scope of the variable 'found' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/numbers.cpp:1737:6: style: The scope of the variable 'exact' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/numbers.cpp:1739:6: style: The scope of the variable 'tplex' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/numbers.cpp:1741:6: style: The scope of the variable 'say_one_hundred' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/numbers.cpp:1742:7: style: The scope of the variable 'string' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/numbers.cpp:1745:7: style: The scope of the variable 'ph_100' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/numbers.cpp:1746:7: style: The scope of the variable 'ph_10T' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/numbers.cpp:1747:7: style: The scope of the variable 'ph_digits' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/numbers.cpp:2003:6: style: The scope of the variable 'digix' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/numbers.cpp:2004:16: style: The scope of the variable 'c' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/numbers.cpp:2013:6: style: The scope of the variable 'decimal_count' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/numbers.cpp:500:77: style: Function 'LookupLetter' argument 4 names different: declaration 'ph_buf' definition 'ph_buf1'. [funcArgNamesDifferent]
espeak-1.48.04+dfsg/src/translate.h:763:77: note: Function 'LookupLetter' argument 4 names different: declaration 'ph_buf' definition 'ph_buf1'.
espeak-1.48.04+dfsg/src/numbers.cpp:500:77: note: Function 'LookupLetter' argument 4 names different: declaration 'ph_buf' definition 'ph_buf1'.
espeak-1.48.04+dfsg/src/numbers.cpp:698:43: style: Function 'TranslateLetter' argument 2 names different: declaration 'letter' definition 'word'. [funcArgNamesDifferent]
espeak-1.48.04+dfsg/src/translate.h:762:43: note: Function 'TranslateLetter' argument 2 names different: declaration 'letter' definition 'word'.
espeak-1.48.04+dfsg/src/numbers.cpp:698:43: note: Function 'TranslateLetter' argument 2 names different: declaration 'letter' definition 'word'.
espeak-1.48.04+dfsg/src/numbers.cpp:1206:3: style: Variable 'n_digits' is modified but its new value is never used. [unreadVariable]
espeak-1.48.04+dfsg/src/numbers.cpp:2143:19: style: Array index 'ix' is used before limits check. [arrayIndexThenCheck]
espeak-1.48.04+dfsg/src/phonemelist.cpp:50:17: style: The scope of the variable 'plist2' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/phonemelist.cpp:121:6: style: The scope of the variable 'voicing' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/phonemelist.cpp:127:6: style: The scope of the variable 'inserted' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/phonemelist.cpp:128:6: style: The scope of the variable 'deleted' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/phonemelist.cpp:466:18: style: The scope of the variable 'p' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/phonemelist.cpp:108:58: style: Function 'MakePhonemeList' argument 3 names different: declaration 'new_sentence' definition 'start_sentence'. [funcArgNamesDifferent]
espeak-1.48.04+dfsg/src/translate.h:769:58: note: Function 'MakePhonemeList' argument 3 names different: declaration 'new_sentence' definition 'start_sentence'.
espeak-1.48.04+dfsg/src/phonemelist.cpp:108:58: note: Function 'MakePhonemeList' argument 3 names different: declaration 'new_sentence' definition 'start_sentence'.
espeak-1.48.04+dfsg/src/readclause.cpp:469:6: style: The scope of the variable 'ix' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/readclause.cpp:556:15: style: The scope of the variable 'c2' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/readclause.cpp:611:6: style: The scope of the variable 'c' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/readclause.cpp:613:6: style: The scope of the variable 'c2' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/readclause.cpp:615:6: style: The scope of the variable 'ix' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/readclause.cpp:616:6: style: The scope of the variable 'n_bytes' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/readclause.cpp:727:7: style: The scope of the variable 'phonemes2' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/readclause.cpp:751:7: style: The scope of the variable 'phonemes2' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/readclause.cpp:835:16: style: The scope of the variable 'c' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/readclause.cpp:877:7: style: The scope of the variable 'fd_temp' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/readclause.cpp:879:8: style: The scope of the variable 'command' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/readclause.cpp:989:6: style: The scope of the variable 'punct_count' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/readclause.cpp:998:7: style: The scope of the variable 'buf2' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/readclause.cpp:1185:6: style: The scope of the variable 'voice_name_specified' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/readclause.cpp:1190:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/readclause.cpp:1267:6: style: The scope of the variable 'value' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/readclause.cpp:1449:15: style: The scope of the variable 'c' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/readclause.cpp:1451:6: style: The scope of the variable 'n' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/readclause.cpp:1452:6: style: The scope of the variable 'prev_c' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/readclause.cpp:1537:8: style: The scope of the variable 'vp' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/readclause.cpp:1598:11: style: The scope of the variable 'lang' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/readclause.cpp:1599:11: style: The scope of the variable 'gender' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/readclause.cpp:1600:11: style: The scope of the variable 'name' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/readclause.cpp:1601:11: style: The scope of the variable 'age' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/readclause.cpp:1602:11: style: The scope of the variable 'variant' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/readclause.cpp:1603:6: style: The scope of the variable 'value' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/readclause.cpp:1605:14: style: The scope of the variable 'ssml_sp' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/readclause.cpp:1672:6: style: The scope of the variable 'sign' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/readclause.cpp:1751:6: style: The scope of the variable 'ix' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/readclause.cpp:1774:6: style: The scope of the variable 'c' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/readclause.cpp:1785:8: style: The scope of the variable 'uri' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/readclause.cpp:2026:9: style: The scope of the variable 'fname' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/readclause.cpp:2242:6: style: The scope of the variable 'cprev2' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/readclause.cpp:2566:11: style: The scope of the variable 'p_word' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/readclause.cpp:2603:10: style: The scope of the variable 'text_buf' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/setlengths.cpp:144:6: style: The scope of the variable 's1' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/setlengths.cpp:148:9: style: The scope of the variable 'sonic' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/setlengths.cpp:482:6: style: The scope of the variable 'default_value' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/setlengths.cpp:564:16: style: The scope of the variable 'next' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/setlengths.cpp:570:7: style: The scope of the variable 'stress' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/setlengths.cpp:571:7: style: The scope of the variable 'type' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/setlengths.cpp:585:6: style: The scope of the variable 'emphasized' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/sonic.cpp:282:79: warning: Possible null pointer dereference: samples [nullPointer]
espeak-1.48.04+dfsg/src/sonic.cpp:462:70: note: Calling function 'sonicWriteShortToStream', 2nd argument 'samples' value is 0
espeak-1.48.04+dfsg/src/sonic.cpp:908:46: note: Calling function 'addShortSamplesToInputBuffer', 2nd argument 'samples' value is 0
espeak-1.48.04+dfsg/src/sonic.cpp:282:79: note: Null pointer dereference
espeak-1.48.04+dfsg/src/sonic.cpp:80:9: style: The scope of the variable 'value' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/sonic.cpp:503:9: style: The scope of the variable 'value' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/sonic.cpp:526:12: style: The scope of the variable 's' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/sonic.cpp:526:16: style: The scope of the variable 'p' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/sonic.cpp:527:19: style: The scope of the variable 'diff' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/sonic.cpp:635:12: style: The scope of the variable 'o' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/sonic.cpp:635:16: style: The scope of the variable 'u' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/sonic.cpp:635:20: style: The scope of the variable 'd' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/sonic.cpp:661:12: style: The scope of the variable 'o' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/sonic.cpp:661:16: style: The scope of the variable 'u' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/sonic.cpp:661:20: style: The scope of the variable 'd' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/sonic.cpp:735:9: style: The scope of the variable 'period' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/sonic.cpp:735:17: style: The scope of the variable 'newPeriod' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/sonic.cpp:737:12: style: The scope of the variable 'out' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/sonic.cpp:785:45: error: Uninitialized variable: newSamples [uninitvar]
espeak-1.48.04+dfsg/src/speak.cpp:329:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
espeak-1.48.04+dfsg/src/speak.cpp:660:4: style: Variable 'value' is reassigned a value before the old one has been used. [redundantAssignment]
espeak-1.48.04+dfsg/src/speak.cpp:659:4: note: Variable 'value' is reassigned a value before the old one has been used.
espeak-1.48.04+dfsg/src/speak.cpp:660:4: note: Variable 'value' is reassigned a value before the old one has been used.
espeak-1.48.04+dfsg/src/speak.cpp:164:6: style: The scope of the variable 'count' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/speak.cpp:317:7: style: The scope of the variable 'fname' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/speak.cpp:520:6: style: The scope of the variable 'c' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/speak_lib.cpp:723:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'wchar_t'. [invalidPrintfArgType_sint]
espeak-1.48.04+dfsg/src/speak_lib.cpp:852:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
espeak-1.48.04+dfsg/src/speak_lib.cpp:852:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
espeak-1.48.04+dfsg/src/speak_lib.cpp:920:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
espeak-1.48.04+dfsg/src/speak_lib.cpp:420:6: style: The scope of the variable 'length' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/speak_lib.cpp:770:54: style: Function 'espeak_Initialize' argument 1 names different: declaration 'output' definition 'output_type'. [funcArgNamesDifferent]
espeak-1.48.04+dfsg/src/speak_lib.h:185:54: note: Function 'espeak_Initialize' argument 1 names different: declaration 'output' definition 'output_type'.
espeak-1.48.04+dfsg/src/speak_lib.cpp:770:54: note: Function 'espeak_Initialize' argument 1 names different: declaration 'output' definition 'output_type'.
espeak-1.48.04+dfsg/src/speak_lib.cpp:770:71: style: Function 'espeak_Initialize' argument 2 names different: declaration 'buflength' definition 'buf_length'. [funcArgNamesDifferent]
espeak-1.48.04+dfsg/src/speak_lib.h:185:66: note: Function 'espeak_Initialize' argument 2 names different: declaration 'buflength' definition 'buf_length'.
espeak-1.48.04+dfsg/src/speak_lib.cpp:770:71: note: Function 'espeak_Initialize' argument 2 names different: declaration 'buflength' definition 'buf_length'.
espeak-1.48.04+dfsg/src/speak_lib.cpp:969:48: style: Function 'espeak_Key' argument 1 names different: declaration 'key_name' definition 'key'. [funcArgNamesDifferent]
espeak-1.48.04+dfsg/src/speak_lib.h:360:48: note: Function 'espeak_Key' argument 1 names different: declaration 'key_name' definition 'key'.
espeak-1.48.04+dfsg/src/speak_lib.cpp:969:48: note: Function 'espeak_Key' argument 1 names different: declaration 'key_name' definition 'key'.
espeak-1.48.04+dfsg/src/speak_lib.cpp:1061:67: style: Function 'espeak_SetVoiceByProperties' argument 1 names different: declaration 'voice_spec' definition 'voice_selector'. [funcArgNamesDifferent]
espeak-1.48.04+dfsg/src/speak_lib.h:601:67: note: Function 'espeak_SetVoiceByProperties' argument 1 names different: declaration 'voice_spec' definition 'voice_selector'.
espeak-1.48.04+dfsg/src/speak_lib.cpp:1061:67: note: Function 'espeak_SetVoiceByProperties' argument 1 names different: declaration 'voice_spec' definition 'voice_selector'.
espeak-1.48.04+dfsg/src/speak_lib.cpp:1288:49: style: Function 'espeak_Info' argument 1 names different: declaration 'path_data' definition 'ptr'. [funcArgNamesDifferent]
espeak-1.48.04+dfsg/src/speak_lib.h:668:49: note: Function 'espeak_Info' argument 1 names different: declaration 'path_data' definition 'ptr'.
espeak-1.48.04+dfsg/src/speak_lib.cpp:1288:49: note: Function 'espeak_Info' argument 1 names different: declaration 'path_data' definition 'ptr'.
espeak-1.48.04+dfsg/src/speak_lib.cpp:803:2: error: Common realloc mistake: 'outbuf' nulled but not freed upon failure [memleakOnRealloc]
espeak-1.48.04+dfsg/src/speak_lib.cpp:810:6: error: Common realloc mistake: 'event_list' nulled but not freed upon failure [memleakOnRealloc]
espeak-1.48.04+dfsg/src/synth_mbrola.cpp:300:6: style: The scope of the variable 'ix' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/synth_mbrola.cpp:303:9: style: The scope of the variable 'p2' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/synth_mbrola.cpp:310:6: style: The scope of the variable 'y2' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/synth_mbrola.cpp:416:15: style: The scope of the variable 'name' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/synth_mbrola.cpp:420:15: style: The scope of the variable 'ph_next' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/synth_mbrola.cpp:421:15: style: The scope of the variable 'ph_prev' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/synth_mbrola.cpp:423:16: style: The scope of the variable 'next' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/synth_mbrola.cpp:433:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/synth_mbrola.cpp:669:8: style: The scope of the variable 'value16' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/synth_mbrola.cpp:670:6: style: The scope of the variable 'value' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/synth_mbrola.cpp:176:6: error: Common realloc mistake: 'mbrola_tab' nulled but not freed upon failure [memleakOnRealloc]
espeak-1.48.04+dfsg/src/synthdata.cpp:591:36: warning: Either the condition 'instn2<8' is redundant or the array 'condition_level[4]' is accessed at index 7, which is out of bounds. [arrayIndexOutOfBoundsCond]
espeak-1.48.04+dfsg/src/synthdata.cpp:1080:14: note: Assuming that condition 'instn2<8' is not redundant
espeak-1.48.04+dfsg/src/synthdata.cpp:1083:42: note: Calling function 'StressCondition', 3rd argument 'condition' value is 7
espeak-1.48.04+dfsg/src/synthdata.cpp:591:36: note: Array index out of bounds
espeak-1.48.04+dfsg/src/synthdata.cpp:114:6: style: The scope of the variable 'n_phonemes' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/synthdata.cpp:120:7: style: The scope of the variable 'pw' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/synthdata.cpp:206:16: style: The scope of the variable 'c' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/synthdata.cpp:232:7: style: The scope of the variable 'length_std' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/synthdata.cpp:233:7: style: The scope of the variable 'length_factor' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/synthdata.cpp:392:6: style: The scope of the variable 'ph_code' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/synthdata.cpp:617:6: style: The scope of the variable 'which' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/synthdata.cpp:618:6: style: The scope of the variable 'ix' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/synthdata.cpp:622:6: style: The scope of the variable 'count' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/synthdata.cpp:623:15: style: The scope of the variable 'ph' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/synthdata.cpp:624:16: style: The scope of the variable 'plist_this' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/synthdata.cpp:878:10: style: The scope of the variable 'prog' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/synthdata.cpp:880:14: style: The scope of the variable 'x' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/synthdata.cpp:967:9: style: The scope of the variable 'instn' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/synthdata.cpp:968:6: style: The scope of the variable 'instn2' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/synthdata.cpp:969:6: style: The scope of the variable 'or_flag' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/synthdata.cpp:495:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
espeak-1.48.04+dfsg/src/synthdata.cpp:511:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
espeak-1.48.04+dfsg/src/synthesize.cpp:216:6: style: The scope of the variable 'srate2' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/synthesize.cpp:470:6: style: The scope of the variable 'h' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/synthesize.cpp:516:7: style: The scope of the variable 'x' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/synthesize.cpp:628:6: style: The scope of the variable 'ix' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/synthesize.cpp:629:6: style: The scope of the variable 'formant' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/synthesize.cpp:630:6: style: The scope of the variable 'next_rms' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/synthesize.cpp:1008:11: style: The scope of the variable 'fr' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/synthesize.cpp:1009:7: style: The scope of the variable 'ix' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/synthesize.cpp:1012:7: style: The scope of the variable 'frame_length' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/synthesize.cpp:1013:7: style: The scope of the variable 'length_factor' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/synthesize.cpp:1278:15: style: The scope of the variable 'value' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/synthesize.cpp:1279:6: style: The scope of the variable 'command' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/synthesize.cpp:1339:16: style: The scope of the variable 'prev' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/synthesize.cpp:1340:16: style: The scope of the variable 'next' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/synthesize.cpp:1341:16: style: The scope of the variable 'next2' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/synthesize.cpp:1352:6: style: The scope of the variable 'done_phoneme_marker' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/synthesize.cpp:1878:14: style: The scope of the variable 'phon_out' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/synthesize.cpp:1861:27: style: Function 'SpeakNextClause' argument 1 names different: declaration 'f_text' definition 'f_in'. [funcArgNamesDifferent]
espeak-1.48.04+dfsg/src/synthesize.h:526:28: note: Function 'SpeakNextClause' argument 1 names different: declaration 'f_text' definition 'f_in'.
espeak-1.48.04+dfsg/src/synthesize.cpp:1861:27: note: Function 'SpeakNextClause' argument 1 names different: declaration 'f_text' definition 'f_in'.
espeak-1.48.04+dfsg/src/translate.cpp:1452:6: style: Condition 'add_plural_suffix' is always false [knownConditionTrueFalse]
espeak-1.48.04+dfsg/src/translate.cpp:853:26: note: Assignment 'add_plural_suffix=0', assigned value is 0
espeak-1.48.04+dfsg/src/translate.cpp:1452:6: note: Condition 'add_plural_suffix' is always false
espeak-1.48.04+dfsg/src/translate.cpp:1347:7: style: Variable 'wordx[-1]' is reassigned a value before the old one has been used. [redundantAssignment]
espeak-1.48.04+dfsg/src/translate.cpp:1345:7: note: Variable 'wordx[-1]' is reassigned a value before the old one has been used.
espeak-1.48.04+dfsg/src/translate.cpp:1347:7: note: Variable 'wordx[-1]' is reassigned a value before the old one has been used.
espeak-1.48.04+dfsg/src/translate.cpp:1518:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
espeak-1.48.04+dfsg/src/translate.cpp:1520:3: note: Found duplicate branches for 'if' and 'else'.
espeak-1.48.04+dfsg/src/translate.cpp:1518:3: note: Found duplicate branches for 'if' and 'else'.
espeak-1.48.04+dfsg/src/translate.cpp:570:6: style: The scope of the variable 'ix' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/translate.cpp:668:6: style: The scope of the variable 'nbytes' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/translate.cpp:669:6: style: The scope of the variable 'ok' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/translate.cpp:858:6: style: The scope of the variable 'stress_bits' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/translate.cpp:1684:6: style: The scope of the variable 'value' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/translate.cpp:1800:6: style: The scope of the variable 'sylimit' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/translate.cpp:1801:14: style: The scope of the variable 'new_language' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/translate.cpp:1804:6: style: The scope of the variable 'word_copy_len' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/translate.cpp:1882:7: style: The scope of the variable 'c1' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/translate.cpp:1883:8: style: The scope of the variable 'lang_name' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/translate.cpp:1935:9: style: The scope of the variable 'ph_buf' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/translate.cpp:2399:22: style: The scope of the variable 'c2' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/translate.cpp:2469:6: style: The scope of the variable 'initial' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/translate.cpp:2470:6: style: The scope of the variable 'medial' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/translate.cpp:2471:6: style: The scope of the variable 'final' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/translate.cpp:2549:6: style: The scope of the variable 'ix' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/translate.cpp:2550:6: style: The scope of the variable 'len' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/translate.cpp:2551:14: style: The scope of the variable 'p' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/translate.cpp:2579:15: style: The scope of the variable 'prev_source_index' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/translate.cpp:2583:6: style: The scope of the variable 'prev_out2' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/translate.cpp:2586:6: style: The scope of the variable 'next_in_nbytes' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/translate.cpp:3331:7: style: The scope of the variable 'nw' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/translate.cpp:3417:42: error: Shifting by a negative value is undefined behaviour [shiftNegative]
espeak-1.48.04+dfsg/src/translate.cpp:821:41: style: Function 'TranslateWord' argument 2 names different: declaration 'word1' definition 'word_start'. [funcArgNamesDifferent]
espeak-1.48.04+dfsg/src/translate.h:781:41: note: Function 'TranslateWord' argument 2 names different: declaration 'word1' definition 'word_start'.
espeak-1.48.04+dfsg/src/translate.cpp:821:41: note: Function 'TranslateWord' argument 2 names different: declaration 'word1' definition 'word_start'.
espeak-1.48.04+dfsg/src/translate.cpp:1713:32: style: Function 'SetTranslator2' argument 1 names different: declaration 'name' definition 'new_language'. [funcArgNamesDifferent]
espeak-1.48.04+dfsg/src/translate.h:751:32: note: Function 'SetTranslator2' argument 1 names different: declaration 'name' definition 'new_language'.
espeak-1.48.04+dfsg/src/translate.cpp:1713:32: note: Function 'SetTranslator2' argument 1 names different: declaration 'name' definition 'new_language'.
espeak-1.48.04+dfsg/src/translate.cpp:2573:80: style: Function 'TranslateClause' argument 4 names different: declaration 'tone' definition 'tone_out'. [funcArgNamesDifferent]
espeak-1.48.04+dfsg/src/translate.h:782:80: note: Function 'TranslateClause' argument 4 names different: declaration 'tone' definition 'tone_out'.
espeak-1.48.04+dfsg/src/translate.cpp:2573:80: note: Function 'TranslateClause' argument 4 names different: declaration 'tone' definition 'tone_out'.
espeak-1.48.04+dfsg/src/translate.cpp:3563:19: style: Function 'InitText' argument 1 names different: declaration 'flags' definition 'control'. [funcArgNamesDifferent]
espeak-1.48.04+dfsg/src/translate.h:732:19: note: Function 'InitText' argument 1 names different: declaration 'flags' definition 'control'.
espeak-1.48.04+dfsg/src/translate.cpp:3563:19: note: Function 'InitText' argument 1 names different: declaration 'flags' definition 'control'.
espeak-1.48.04+dfsg/src/translate.cpp:3307:2: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
espeak-1.48.04+dfsg/src/voices.cpp:243:6: style: The scope of the variable 'freq2' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/voices.cpp:245:6: style: The scope of the variable 'height2' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/voices.cpp:593:7: style: The scope of the variable 'path_voices' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/voices.cpp:602:14: style: The scope of the variable 'voice_dir' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/voices.cpp:612:21: style: The scope of the variable 'voices_asia' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/voices.cpp:614:21: style: The scope of the variable 'voices_europe' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/voices.cpp:1149:8: style: The scope of the variable 'p' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/voices.cpp:1243:6: style: The scope of the variable 'ix' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/voices.cpp:1245:6: style: The scope of the variable 'c1' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/voices.cpp:1245:10: style: The scope of the variable 'c2' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/voices.cpp:1246:6: style: The scope of the variable 'language_priority' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/voices.cpp:1247:6: style: The scope of the variable 'n_parts' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/voices.cpp:1248:6: style: The scope of the variable 'matching' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/voices.cpp:1249:6: style: The scope of the variable 'matching_parts' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/voices.cpp:1252:6: style: The scope of the variable 'ratio' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/voices.cpp:1253:6: style: The scope of the variable 'required_age' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/voices.cpp:1254:6: style: The scope of the variable 'diff' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/voices.cpp:1394:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/voices.cpp:1532:6: style: The scope of the variable 'skip' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/voices.cpp:1933:6: style: The scope of the variable 'ix' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/voices.cpp:1934:6: style: The scope of the variable 'j' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/voices.cpp:404:21: style: Function 'VoiceReset' argument 1 names different: declaration 'control' definition 'tone_only'. [funcArgNamesDifferent]
espeak-1.48.04+dfsg/src/voice.h:86:21: note: Function 'VoiceReset' argument 1 names different: declaration 'control' definition 'tone_only'.
espeak-1.48.04+dfsg/src/voices.cpp:404:21: note: Function 'VoiceReset' argument 1 names different: declaration 'control' definition 'tone_only'.
espeak-1.48.04+dfsg/src/voices.cpp:559:32: style: Function 'LoadVoice' argument 1 names different: declaration 'voice_name' definition 'vname'. [funcArgNamesDifferent]
espeak-1.48.04+dfsg/src/voice.h:80:32: note: Function 'LoadVoice' argument 1 names different: declaration 'voice_name' definition 'vname'.
espeak-1.48.04+dfsg/src/voices.cpp:559:32: note: Function 'LoadVoice' argument 1 names different: declaration 'voice_name' definition 'vname'.
espeak-1.48.04+dfsg/src/voices.cpp:1190:39: style: Function 'LoadVoiceVariant' argument 1 names different: declaration 'voice_name' definition 'vname'. [funcArgNamesDifferent]
espeak-1.48.04+dfsg/src/voice.h:81:39: note: Function 'LoadVoiceVariant' argument 1 names different: declaration 'voice_name' definition 'vname'.
espeak-1.48.04+dfsg/src/voices.cpp:1190:39: note: Function 'LoadVoiceVariant' argument 1 names different: declaration 'voice_name' definition 'vname'.
espeak-1.48.04+dfsg/src/voices.cpp:1190:50: style: Function 'LoadVoiceVariant' argument 2 names different: declaration 'variant' definition 'variant_num'. [funcArgNamesDifferent]
espeak-1.48.04+dfsg/src/voice.h:81:55: note: Function 'LoadVoiceVariant' argument 2 names different: declaration 'variant' definition 'variant_num'.
espeak-1.48.04+dfsg/src/voices.cpp:1190:50: note: Function 'LoadVoiceVariant' argument 2 names different: declaration 'variant' definition 'variant_num'.
espeak-1.48.04+dfsg/src/voices.cpp:1456:68: style: Function 'SelectVoiceByName' argument 2 names different: declaration 'name' definition 'name2'. [funcArgNamesDifferent]
espeak-1.48.04+dfsg/src/voice.h:79:68: note: Function 'SelectVoiceByName' argument 2 names different: declaration 'name' definition 'name2'.
espeak-1.48.04+dfsg/src/voices.cpp:1456:68: note: Function 'SelectVoiceByName' argument 2 names different: declaration 'name' definition 'name2'.
espeak-1.48.04+dfsg/src/voices.cpp:868:32: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 865. [shiftTooManyBitsSigned]
espeak-1.48.04+dfsg/src/voices.cpp:865:11: note: Assuming that condition 'n<32' is not redundant
espeak-1.48.04+dfsg/src/voices.cpp:868:32: note: Shift
espeak-1.48.04+dfsg/src/voices.cpp:870:32: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 865. [shiftTooManyBitsSigned]
espeak-1.48.04+dfsg/src/voices.cpp:865:11: note: Assuming that condition 'n<32' is not redundant
espeak-1.48.04+dfsg/src/voices.cpp:870:32: note: Shift
espeak-1.48.04+dfsg/src/voices.cpp:872:37: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 865. [shiftTooManyBitsSigned]
espeak-1.48.04+dfsg/src/voices.cpp:865:11: note: Assuming that condition 'n<32' is not redundant
espeak-1.48.04+dfsg/src/voices.cpp:872:37: note: Shift
espeak-1.48.04+dfsg/src/voices.cpp:877:32: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 876. [shiftTooManyBitsSigned]
espeak-1.48.04+dfsg/src/voices.cpp:876:33: note: Assuming that condition 'n<64' is not redundant
espeak-1.48.04+dfsg/src/voices.cpp:877:32: note: Shift
espeak-1.48.04+dfsg/src/voices.cpp:346:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
espeak-1.48.04+dfsg/src/voices.cpp:360:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
espeak-1.48.04+dfsg/src/voices.cpp:521:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
espeak-1.48.04+dfsg/src/voices.cpp:733:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
espeak-1.48.04+dfsg/src/voices.cpp:779:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
espeak-1.48.04+dfsg/src/voices.cpp:788:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
espeak-1.48.04+dfsg/src/voices.cpp:798:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
espeak-1.48.04+dfsg/src/voices.cpp:802:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
espeak-1.48.04+dfsg/src/voices.cpp:840:8: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
espeak-1.48.04+dfsg/src/voices.cpp:915:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
espeak-1.48.04+dfsg/src/voices.cpp:995:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
espeak-1.48.04+dfsg/src/voices.cpp:1023:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
espeak-1.48.04+dfsg/src/voices.cpp:1043:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
espeak-1.48.04+dfsg/src/voices.cpp:1946:2: error: Common realloc mistake: 'voices' nulled but not freed upon failure [memleakOnRealloc]
espeak-1.48.04+dfsg/src/wavegen.cpp:747:9: style: The scope of the variable 'x' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/wavegen.cpp:868:6: style: The scope of the variable 'fp' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/wavegen.cpp:875:6: style: The scope of the variable 'ix' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/wavegen.cpp:1150:6: style: The scope of the variable 'amp' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/wavegen.cpp:1171:17: style: The scope of the variable 'waveph' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/wavegen.cpp:1173:6: style: The scope of the variable 'total' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/wavegen.cpp:1176:6: style: The scope of the variable 'z' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/wavegen.cpp:1176:9: style: The scope of the variable 'z1' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/wavegen.cpp:1176:13: style: The scope of the variable 'z2' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/wavegen.cpp:1177:6: style: The scope of the variable 'echo' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/wavegen.cpp:1446:6: style: The scope of the variable 'value' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/wavegen.cpp:1664:6: style: The scope of the variable 'x' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/wavegen.cpp:1737:6: style: The scope of the variable 'cmd' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/wavegen.cpp:1872:6: style: The scope of the variable 'length' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/wavegen.cpp:1873:6: style: The scope of the variable 'result' can be reduced. [variableScope]
espeak-1.48.04+dfsg/src/wavegen.cpp:1526:22: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
[19:01]

ftp://ftp.se.debian.org/debian/pool/main/e/espeak-gui/espeak-gui_0.4.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/espeak-ng/espeak-ng_1.49.2+dfsg.orig.tar.gz
espeak-ng-1.49.2+dfsg/android/jni/jni/eSpeakService.c:308:59: warning: Either the condition 'if(c_text)' is redundant or there is possible null pointer dereference: c_text. [nullPointerRedundantCheck]
espeak-ng-1.49.2+dfsg/android/jni/jni/eSpeakService.c:315:6: note: Assuming that condition 'if(c_text)' is not redundant
espeak-ng-1.49.2+dfsg/android/jni/jni/eSpeakService.c:308:59: note: Null pointer dereference
espeak-ng-1.49.2+dfsg/emscripten/espeakng_glue.cpp:64:0: style: Variable 'use_custom_phoneme_separator' is assigned a value that is never used. [unreadVariable]
espeak-ng-1.49.2+dfsg/emscripten/espeakng_glue.cpp:53:7: performance: Technically the member function 'eSpeakNGWorker::synth_ipa_' can be static. [functionStatic]
espeak-ng-1.49.2+dfsg/emscripten/espeakng_glue.cpp:109:7: performance: Technically the member function 'eSpeakNGWorker::getSizeOfEventStruct_' can be static. [functionStatic]
espeak-ng-1.49.2+dfsg/src/compat/getopt.c:124:6: style: The scope of the variable 'cstart' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/compat/getopt.c:124:55: style: The scope of the variable 'pos' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/espeak-ng.c:280:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
espeak-ng-1.49.2+dfsg/src/espeak-ng.c:134:6: style: The scope of the variable 'count' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/espeak-ng.c:259:7: style: The scope of the variable 'fname' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/compiledata.c:332:6: style: The scope of the variable 'ix' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/compiledata.c:586:16: style: The scope of the variable 'c' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/compiledata.c:643:15: style: The scope of the variable 'word' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/compiledata.c:736:6: style: The scope of the variable 'acc' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/compiledata.c:740:6: style: The scope of the variable 'sign' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/compiledata.c:741:8: style: The scope of the variable 'p' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/compiledata.c:899:6: style: The scope of the variable 'key' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/compiledata.c:1198:6: style: The scope of the variable 'failed' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/compiledata.c:1199:6: style: The scope of the variable 'len' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/compiledata.c:1201:14: style: The scope of the variable 'fname2' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/compiledata.c:1380:6: style: The scope of the variable 'n' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/compiledata.c:1381:6: style: The scope of the variable 'x' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/compiledata.c:1381:9: style: The scope of the variable 'y' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/compiledata.c:1384:9: style: The scope of the variable 'yy' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/compiledata.c:1446:8: style: The scope of the variable 'f' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/compiledata.c:1447:6: style: The scope of the variable 'id' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/compiledata.c:1449:6: style: The scope of the variable 'type_code' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/compiledata.c:1451:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/compiledata.c:1619:6: style: The scope of the variable 'key' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/compiledata.c:1622:6: style: The scope of the variable 'word2' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/compiledata.c:1626:6: style: The scope of the variable 'not_flag' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/compiledata.c:1729:6: style: The scope of the variable 'offset' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/compiledata.c:1757:10: style: The scope of the variable 'p' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/compiledata.c:1796:6: style: The scope of the variable 'chain' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/compiledata.c:1797:6: style: The scope of the variable 'offset' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/compiledata.c:1959:6: style: The scope of the variable 'keyword' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/compiledata.c:2311:6: style: The scope of the variable 'n' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/compiledata.c:2313:6: style: The scope of the variable 'count' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/compiledata.c:2383:6: style: The scope of the variable 'ix' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/compiledata.c:2384:6: style: The scope of the variable 'j' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/compiledata.c:2431:6: style: The scope of the variable 'item' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/compiledata.c:2716:6: style: The scope of the variable 'keyword' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/compiledata.c:2282:27: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/compiledata.c:2332:21: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/compiledata.c:2334:23: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/compiledata.c:2347:23: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/compiledata.c:2350:22: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/compiledata.c:2417:34: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/compiledata.c:2362:7: style: Unused variable: pw [unusedVariable]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/compiledata.c:2363:6: style: Unused variable: length [unusedVariable]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/compiledata.c:1319:10: error: Invalid fputc() argument nr 1. The value is -128 but the valid values are '0:'. [invalidFunctionArg]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/compiledata.c:1318:16: note: Assignment 'sample2=-128', assigned value is -128
espeak-ng-1.49.2+dfsg/src/libespeak-ng/compiledata.c:1319:10: note: Invalid argument
espeak-ng-1.49.2+dfsg/src/libespeak-ng/compiledata.c:370:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/compiledata.c:1505:0: error: Deallocating a deallocated pointer: f [deallocDealloc]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/compiledict.c:216:16: style: The scope of the variable 'rb' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/compiledict.c:389:8: style: The scope of the variable 'phonetic_end' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/compiledict.c:410:7: style: The scope of the variable 'bad_phoneme_str' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/compiledict.c:668:8: style: The scope of the variable 'p' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/compiledict.c:703:6: style: The scope of the variable 'length' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/compiledict.c:785:7: style: The scope of the variable 'c' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/compiledict.c:789:6: style: The scope of the variable 'literal' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/compiledict.c:1028:6: style: The scope of the variable 'start' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/compiledict.c:1034:7: style: The scope of the variable 'bad_phoneme_str' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/compiledict.c:1198:6: style: The scope of the variable 'len1' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/compiledict.c:1199:6: style: The scope of the variable 'len2' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/compiledict.c:1202:8: style: The scope of the variable 'p2' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/compiledict.c:1249:6: style: The scope of the variable 'length' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/compiledict.c:1323:6: style: The scope of the variable 'different' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/compiledict.c:674:16: warning: Size of pointer 'p' used instead of size of its data. [pointerSize]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/compiledict.c:695:15: warning: Size of pointer 'p' used instead of size of its data. [pointerSize]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/compiledict.c:733:3: warning: Size of pointer 'p' used instead of size of its data. [pointerSize]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/compiledict.c:742:10: warning: Size of pointer 'p' used instead of size of its data. [pointerSize]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/compilembrola.c:48:16: style: The scope of the variable 'c' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/compilembrola.c:68:8: style: The scope of the variable 'p' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/compilembrola.c:101:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/dictionary.c:1523:31: warning: Either the condition 'string!=NULL' is redundant or there is possible null pointer dereference: string. [nullPointerRedundantCheck]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/dictionary.c:1548:13: note: Assuming that condition 'string!=NULL' is not redundant
espeak-ng-1.49.2+dfsg/src/libespeak-ng/dictionary.c:1523:31: note: Null pointer dereference
espeak-ng-1.49.2+dfsg/src/libespeak-ng/dictionary.c:299:6: style: The scope of the variable 'consumed' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/dictionary.c:441:6: style: The scope of the variable 'len' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/dictionary.c:535:15: style: The scope of the variable 'len' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/dictionary.c:541:6: style: The scope of the variable 'count' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/dictionary.c:726:6: style: The scope of the variable 'letter2' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/dictionary.c:1037:6: style: The scope of the variable 'mnem' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/dictionary.c:1578:8: style: The scope of the variable 'rule_start' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/dictionary.c:1582:6: style: The scope of the variable 'match_type' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/dictionary.c:1583:6: style: The scope of the variable 'failed' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/dictionary.c:1584:6: style: The scope of the variable 'unpron_ignore' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/dictionary.c:1585:6: style: The scope of the variable 'consumed' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/dictionary.c:1589:6: style: The scope of the variable 'distance_right' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/dictionary.c:1590:6: style: The scope of the variable 'distance_left' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/dictionary.c:1595:6: style: The scope of the variable 'check_atstart' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/dictionary.c:2166:6: style: The scope of the variable 'wc_bytes' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/dictionary.c:2171:6: style: The scope of the variable 'n' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/dictionary.c:2416:6: style: The scope of the variable 'ix' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/dictionary.c:2418:8: style: The scope of the variable 'p' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/dictionary.c:2449:6: style: The scope of the variable 'c2' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/dictionary.c:2450:6: style: The scope of the variable 'ix' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/dictionary.c:2458:6: style: The scope of the variable 'bits' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/dictionary.c:2459:6: style: The scope of the variable 'acc' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/dictionary.c:2461:15: style: The scope of the variable 'pairs_list' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/dictionary.c:2953:6: style: The scope of the variable 'say_as' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/dictionary.c:2955:7: style: The scope of the variable 'text' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/dictionary.c:3000:14: style: The scope of the variable 'p' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/dictionary.c:3001:6: style: The scope of the variable 'len' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/dictionary.c:751:33: style: Function 'IsVowel' argument 2 names different: declaration 'c' definition 'letter'. [funcArgNamesDifferent]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/translate.h:724:33: note: Function 'IsVowel' argument 2 names different: declaration 'c' definition 'letter'.
espeak-ng-1.49.2+dfsg/src/libespeak-ng/dictionary.c:751:33: note: Function 'IsVowel' argument 2 names different: declaration 'c' definition 'letter'.
espeak-ng-1.49.2+dfsg/src/libespeak-ng/dictionary.c:1005:97: style: Function 'SetWordStress' argument 5 names different: declaration 'prev_stress' definition 'control'. [funcArgNamesDifferent]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/translate.h:761:97: note: Function 'SetWordStress' argument 5 names different: declaration 'prev_stress' definition 'control'.
espeak-ng-1.49.2+dfsg/src/libespeak-ng/dictionary.c:1005:97: note: Function 'SetWordStress' argument 5 names different: declaration 'prev_stress' definition 'control'.
espeak-ng-1.49.2+dfsg/src/libespeak-ng/dictionary.c:2158:42: style: Function 'TranslateRules' argument 2 names different: declaration 'p' definition 'p_start'. [funcArgNamesDifferent]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/translate.h:762:42: note: Function 'TranslateRules' argument 2 names different: declaration 'p' definition 'p_start'.
espeak-ng-1.49.2+dfsg/src/libespeak-ng/dictionary.c:2158:42: note: Function 'TranslateRules' argument 2 names different: declaration 'p' definition 'p_start'.
espeak-ng-1.49.2+dfsg/src/libespeak-ng/dictionary.c:2158:71: style: Function 'TranslateRules' argument 4 names different: declaration 'size' definition 'ph_size'. [funcArgNamesDifferent]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/translate.h:762:65: note: Function 'TranslateRules' argument 4 names different: declaration 'size' definition 'ph_size'.
espeak-ng-1.49.2+dfsg/src/libespeak-ng/dictionary.c:2158:71: note: Function 'TranslateRules' argument 4 names different: declaration 'size' definition 'ph_size'.
espeak-ng-1.49.2+dfsg/src/libespeak-ng/dictionary.c:2158:104: style: Function 'TranslateRules' argument 6 names different: declaration 'end_flags' definition 'word_flags'. [funcArgNamesDifferent]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/translate.h:762:95: note: Function 'TranslateRules' argument 6 names different: declaration 'end_flags' definition 'word_flags'.
espeak-ng-1.49.2+dfsg/src/libespeak-ng/dictionary.c:2158:104: note: Function 'TranslateRules' argument 6 names different: declaration 'end_flags' definition 'word_flags'.
espeak-ng-1.49.2+dfsg/src/libespeak-ng/dictionary.c:340:19: style: Array index 'count' is used before limits check. [arrayIndexThenCheck]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/error.c:57:51: style: Function 'create_version_mismatch_error_context' argument 2 names different: declaration 'path' definition 'path_home'. [funcArgNamesDifferent]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/error.h:47:51: note: Function 'create_version_mismatch_error_context' argument 2 names different: declaration 'path' definition 'path_home'.
espeak-ng-1.49.2+dfsg/src/libespeak-ng/error.c:57:51: note: Function 'create_version_mismatch_error_context' argument 2 names different: declaration 'path' definition 'path_home'.
espeak-ng-1.49.2+dfsg/src/libespeak-ng/event.c:142:21: warning: Either the condition 'if(event&&my_callback)' is redundant or there is possible null pointer dereference: event. [nullPointerRedundantCheck]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/event.c:146:5: note: Assuming that condition 'if(event&&my_callback)' is not redundant
espeak-ng-1.49.2+dfsg/src/libespeak-ng/event.c:142:21: note: Null pointer dereference
espeak-ng-1.49.2+dfsg/src/libespeak-ng/event.c:143:21: warning: Either the condition 'if(event&&my_callback)' is redundant or there is possible null pointer dereference: event. [nullPointerRedundantCheck]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/event.c:146:5: note: Assuming that condition 'if(event&&my_callback)' is not redundant
espeak-ng-1.49.2+dfsg/src/libespeak-ng/event.c:143:21: note: Null pointer dereference
espeak-ng-1.49.2+dfsg/src/libespeak-ng/event.c:316:4: style: Variable 'a_status' is reassigned a value before the old one has been used. [redundantAssignment]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/event.c:314:0: note: Variable 'a_status' is reassigned a value before the old one has been used.
espeak-ng-1.49.2+dfsg/src/libespeak-ng/event.c:316:4: note: Variable 'a_status' is reassigned a value before the old one has been used.
espeak-ng-1.49.2+dfsg/src/libespeak-ng/event.c:317:4: style: Variable 'a_status' is reassigned a value before the old one has been used. [redundantAssignment]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/event.c:316:4: note: Variable 'a_status' is reassigned a value before the old one has been used.
espeak-ng-1.49.2+dfsg/src/libespeak-ng/event.c:317:4: note: Variable 'a_status' is reassigned a value before the old one has been used.
espeak-ng-1.49.2+dfsg/src/libespeak-ng/event.c:139:22: style: The scope of the variable 'a_old_uid' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/event.c:73:44: style: Function 'event_set_callback' argument 1 names different: declaration 'cb' definition 'SynthCallback'. [funcArgNamesDifferent]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/event.h:52:44: note: Function 'event_set_callback' argument 1 names different: declaration 'cb' definition 'SynthCallback'.
espeak-ng-1.49.2+dfsg/src/libespeak-ng/event.c:73:44: note: Function 'event_set_callback' argument 1 names different: declaration 'cb' definition 'SynthCallback'.
espeak-ng-1.49.2+dfsg/src/libespeak-ng/event.c:326:36: style: Function 'push' argument 1 names different: declaration 'data' definition 'the_data'. [funcArgNamesDifferent]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/event.c:68:36: note: Function 'push' argument 1 names different: declaration 'data' definition 'the_data'.
espeak-ng-1.49.2+dfsg/src/libespeak-ng/event.c:326:36: note: Function 'push' argument 1 names different: declaration 'data' definition 'the_data'.
espeak-ng-1.49.2+dfsg/src/libespeak-ng/event.c:306:14: style: Variable 'a_status' is assigned a value that is never used. [unreadVariable]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/event.c:317:15: style: Variable 'a_status' is assigned a value that is never used. [unreadVariable]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/ieee80.c:104:7: style: The scope of the variable 'mantissa' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/ieee80.c:104:17: style: The scope of the variable 'expon' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/ieee80.c:217:7: style: The scope of the variable 'mantissa' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/ieee80.c:217:17: style: The scope of the variable 'expon' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/ieee80.c:283:20: style: The scope of the variable 'fsMant' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/ieee80.c:395:12: style: The scope of the variable 'fMant' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/ieee80.c:395:19: style: The scope of the variable 'fsMant' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/intonation.c:321:6: style: The scope of the variable 'stress' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/intonation.c:372:6: style: The scope of the variable 'stress' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/intonation.c:425:6: style: The scope of the variable 'stress' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/intonation.c:427:6: style: The scope of the variable 'ix' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/intonation.c:543:6: style: The scope of the variable 'stress' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/intonation.c:639:6: style: The scope of the variable 'stress' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/intonation.c:925:38: style: Function 'CalcPitches' argument 2 names different: declaration 'clause_tone' definition 'clause_type'. [funcArgNamesDifferent]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/translate.h:757:38: note: Function 'CalcPitches' argument 2 names different: declaration 'clause_tone' definition 'clause_type'.
espeak-ng-1.49.2+dfsg/src/libespeak-ng/intonation.c:925:38: note: Function 'CalcPitches' argument 2 names different: declaration 'clause_tone' definition 'clause_type'.
espeak-ng-1.49.2+dfsg/src/libespeak-ng/klatt.c:202:6: style: The scope of the variable 'itemp' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/klatt.c:203:9: style: The scope of the variable 'ftemp' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/klatt.c:205:9: style: The scope of the variable 'diff_value' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/klatt.c:206:6: style: The scope of the variable 'current_value' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/klatt.c:207:6: style: The scope of the variable 'next_value' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/klatt.c:208:9: style: The scope of the variable 'temp_diff' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/klatt.c:248:9: style: The scope of the variable 'temp' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/klatt.c:249:6: style: The scope of the variable 'value' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/klatt.c:250:9: style: The scope of the variable 'outbypas' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/klatt.c:251:9: style: The scope of the variable 'out' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/klatt.c:253:9: style: The scope of the variable 'frics' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/klatt.c:254:9: style: The scope of the variable 'glotout' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/klatt.c:255:9: style: The scope of the variable 'aspiration' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/klatt.c:257:9: style: The scope of the variable 'par_glotout' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/klatt.c:262:16: style: The scope of the variable 'sourc' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/klatt.c:383:15: style: The scope of the variable 'c' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/klatt.c:384:7: style: The scope of the variable 'sample' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/klatt.c:560:9: style: The scope of the variable 'lgtemp' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/klatt.c:608:7: style: The scope of the variable 'temp' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/klatt.c:609:9: style: The scope of the variable 'temp1' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/klatt.c:610:14: style: The scope of the variable 'skew' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/klatt.c:852:6: style: The scope of the variable 'x' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/klatt.c:854:6: style: The scope of the variable 'fade' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/klatt.c:942:6: style: The scope of the variable 'qix' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/klatt.c:943:6: style: The scope of the variable 'cmd' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/klatt.c:944:11: style: The scope of the variable 'fr3' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/klatt.c:418:22: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/mbrowrap.c:167:10: style: The scope of the variable 'written' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/mbrowrap.c:272:20: style: The scope of the variable 'p' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/mbrowrap.c:323:6: style: The scope of the variable 'result' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/mbrowrap.c:427:6: style: The scope of the variable 'result' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/numbers.c:431:32: warning: Either the condition 'basic_letter<'a'' is redundant or the array 'non_ascii_tab[15]' is accessed at index 37, which is out of bounds. [arrayIndexOutOfBoundsCond]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/numbers.c:430:20: note: Assuming that condition 'basic_letter<'a'' is not redundant
espeak-ng-1.49.2+dfsg/src/libespeak-ng/numbers.c:431:32: note: Array index out of bounds
espeak-ng-1.49.2+dfsg/src/libespeak-ng/numbers.c:846:17: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/numbers.c:843:16: note: outer condition: ph_buf[0]==0
espeak-ng-1.49.2+dfsg/src/libespeak-ng/numbers.c:846:17: note: identical inner condition: ph_buf[0]==0
espeak-ng-1.49.2+dfsg/src/libespeak-ng/numbers.c:511:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/numbers.c:411:6: style: The scope of the variable 'accent1' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/numbers.c:412:6: style: The scope of the variable 'accent2' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/numbers.c:413:6: style: The scope of the variable 'flags1' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/numbers.c:413:14: style: The scope of the variable 'flags2' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/numbers.c:414:6: style: The scope of the variable 'basic_letter' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/numbers.c:415:6: style: The scope of the variable 'letter2' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/numbers.c:416:7: style: The scope of the variable 'ph_letter1' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/numbers.c:417:7: style: The scope of the variable 'ph_letter2' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/numbers.c:418:7: style: The scope of the variable 'ph_accent1' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/numbers.c:674:6: style: The scope of the variable 'ix' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/numbers.c:675:6: style: The scope of the variable 'c' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/numbers.c:676:8: style: The scope of the variable 'p2' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/numbers.c:677:8: style: The scope of the variable 'pbuf' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/numbers.c:678:14: style: The scope of the variable 'modifier' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/numbers.c:682:6: style: The scope of the variable 'language' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/numbers.c:685:6: style: The scope of the variable 'speak_letter_number' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/numbers.c:691:14: style: The scope of the variable 'pause_string' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/numbers.c:797:8: style: The scope of the variable 'initial' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/numbers.c:797:17: style: The scope of the variable 'code' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/numbers.c:962:6: style: The scope of the variable 'nextflags' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/numbers.c:1025:14: style: The scope of the variable 'p2' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/numbers.c:1028:6: style: The scope of the variable 'value' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/numbers.c:1183:6: style: The scope of the variable 'found' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/numbers.c:1188:7: style: The scope of the variable 'ph_buf' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/numbers.c:1287:6: style: The scope of the variable 'found_ordinal' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/numbers.c:1288:6: style: The scope of the variable 'next_phtype' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/numbers.c:1290:7: style: The scope of the variable 'string' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/numbers.c:1521:6: style: The scope of the variable 'found' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/numbers.c:1526:6: style: The scope of the variable 'exact' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/numbers.c:1528:6: style: The scope of the variable 'tplex' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/numbers.c:1530:6: style: The scope of the variable 'say_one_hundred' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/numbers.c:1531:7: style: The scope of the variable 'string' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/numbers.c:1534:7: style: The scope of the variable 'ph_100' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/numbers.c:1535:7: style: The scope of the variable 'ph_10T' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/numbers.c:1536:7: style: The scope of the variable 'ph_digits' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/numbers.c:1738:6: style: The scope of the variable 'digix' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/numbers.c:1739:16: style: The scope of the variable 'c' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/numbers.c:1748:6: style: The scope of the variable 'decimal_count' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/numbers.c:1749:6: style: The scope of the variable 'max_decimal_count' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/numbers.c:1750:6: style: The scope of the variable 'decimal_mode' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/numbers.c:474:77: style: Function 'LookupLetter' argument 4 names different: declaration 'ph_buf' definition 'ph_buf1'. [funcArgNamesDifferent]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/translate.h:745:77: note: Function 'LookupLetter' argument 4 names different: declaration 'ph_buf' definition 'ph_buf1'.
espeak-ng-1.49.2+dfsg/src/libespeak-ng/numbers.c:474:77: note: Function 'LookupLetter' argument 4 names different: declaration 'ph_buf' definition 'ph_buf1'.
espeak-ng-1.49.2+dfsg/src/libespeak-ng/numbers.c:663:43: style: Function 'TranslateLetter' argument 2 names different: declaration 'letter' definition 'word'. [funcArgNamesDifferent]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/translate.h:744:43: note: Function 'TranslateLetter' argument 2 names different: declaration 'letter' definition 'word'.
espeak-ng-1.49.2+dfsg/src/libespeak-ng/numbers.c:663:43: note: Function 'TranslateLetter' argument 2 names different: declaration 'letter' definition 'word'.
espeak-ng-1.49.2+dfsg/src/libespeak-ng/numbers.c:1085:3: style: Variable 'n_digits' is modified but its new value is never used. [unreadVariable]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/numbers.c:1851:22: style: Array index 'ix' is used before limits check. [arrayIndexThenCheck]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/phonemelist.c:52:17: style: The scope of the variable 'plist2' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/phonemelist.c:114:6: style: The scope of the variable 'voicing' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/phonemelist.c:120:6: style: The scope of the variable 'inserted' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/phonemelist.c:121:6: style: The scope of the variable 'deleted' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/phonemelist.c:387:18: style: The scope of the variable 'p' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/phonemelist.c:102:58: style: Function 'MakePhonemeList' argument 3 names different: declaration 'new_sentence' definition 'start_sentence'. [funcArgNamesDifferent]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/translate.h:751:58: note: Function 'MakePhonemeList' argument 3 names different: declaration 'new_sentence' definition 'start_sentence'.
espeak-ng-1.49.2+dfsg/src/libespeak-ng/phonemelist.c:102:58: note: Function 'MakePhonemeList' argument 3 names different: declaration 'new_sentence' definition 'start_sentence'.
espeak-ng-1.49.2+dfsg/src/libespeak-ng/readclause.c:223:7: style: The scope of the variable 'phonemes2' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/readclause.c:245:7: style: The scope of the variable 'phonemes2' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/readclause.c:310:16: style: The scope of the variable 'c' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/readclause.c:348:8: style: The scope of the variable 'command' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/readclause.c:463:6: style: The scope of the variable 'punct_count' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/readclause.c:472:7: style: The scope of the variable 'buf2' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/readclause.c:632:6: style: The scope of the variable 'voice_name_specified' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/readclause.c:637:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/readclause.c:704:6: style: The scope of the variable 'value' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/readclause.c:855:15: style: The scope of the variable 'c' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/readclause.c:857:6: style: The scope of the variable 'n' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/readclause.c:858:6: style: The scope of the variable 'prev_c' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/readclause.c:929:8: style: The scope of the variable 'vp' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/readclause.c:982:11: style: The scope of the variable 'lang' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/readclause.c:983:11: style: The scope of the variable 'gender' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/readclause.c:984:11: style: The scope of the variable 'name' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/readclause.c:985:11: style: The scope of the variable 'age' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/readclause.c:986:11: style: The scope of the variable 'variant' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/readclause.c:987:6: style: The scope of the variable 'value' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/readclause.c:989:14: style: The scope of the variable 'ssml_sp' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/readclause.c:1047:6: style: The scope of the variable 'sign' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/readclause.c:1123:6: style: The scope of the variable 'ix' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/readclause.c:1144:6: style: The scope of the variable 'c' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/readclause.c:1155:8: style: The scope of the variable 'uri' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/readclause.c:1382:9: style: The scope of the variable 'fname' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/readclause.c:1556:6: style: The scope of the variable 'cprev2' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/readclause.c:1809:11: style: The scope of the variable 'p_word' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/readclause.c:1838:10: style: The scope of the variable 'text_buf' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/readclause.c:187:13: style: Variable 'ungot2' is assigned a value that is never used. [unreadVariable]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/readclause.c:346:7: style: Unused variable: fd_temp [unusedVariable]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/setlengths.c:278:6: style: The scope of the variable 's1' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/setlengths.c:377:6: style: The scope of the variable 'default_value' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/setlengths.c:447:16: style: The scope of the variable 'next' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/setlengths.c:453:6: style: The scope of the variable 'stress' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/setlengths.c:454:6: style: The scope of the variable 'type' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/setlengths.c:468:6: style: The scope of the variable 'emphasized' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/spect.c:67:18: style: The scope of the variable 'dift' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/spect.c:220:6: style: The scope of the variable 'height' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/spect.c:266:6: style: The scope of the variable 'ix' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/spect.c:215:43: style: Function 'GetFrameRms' argument 2 names different: declaration 'amp' definition 'seq_amplitude'. [funcArgNamesDifferent]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/spect.h:107:43: note: Function 'GetFrameRms' argument 2 names different: declaration 'amp' definition 'seq_amplitude'.
espeak-ng-1.49.2+dfsg/src/libespeak-ng/spect.c:215:43: note: Function 'GetFrameRms' argument 2 names different: declaration 'amp' definition 'seq_amplitude'.
espeak-ng-1.49.2+dfsg/src/libespeak-ng/speech.c:583:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'wchar_t'. [invalidPrintfArgType_sint]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/speech.c:388:6: style: The scope of the variable 'length' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/speech.c:429:3: style: Variable 'count_buffers' is modified but its new value is never used. [unreadVariable]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/synthdata.c:483:37: warning: Either the condition 'instn2<8' is redundant or the array 'condition_level[4]' is accessed at index 7, which is out of bounds. [arrayIndexOutOfBoundsCond]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/synthdata.c:859:15: note: Assuming that condition 'instn2<8' is not redundant
espeak-ng-1.49.2+dfsg/src/libespeak-ng/synthdata.c:861:43: note: Calling function 'StressCondition', 3rd argument 'condition' value is 7
espeak-ng-1.49.2+dfsg/src/libespeak-ng/synthdata.c:483:37: note: Array index out of bounds
espeak-ng-1.49.2+dfsg/src/libespeak-ng/synthdata.c:110:6: style: The scope of the variable 'n_phonemes' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/synthdata.c:192:16: style: The scope of the variable 'c' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/synthdata.c:214:6: style: The scope of the variable 'length_std' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/synthdata.c:215:6: style: The scope of the variable 'length_factor' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/synthdata.c:343:6: style: The scope of the variable 'ph_code' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/synthdata.c:506:6: style: The scope of the variable 'which' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/synthdata.c:507:6: style: The scope of the variable 'ix' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/synthdata.c:512:6: style: The scope of the variable 'check_endtype' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/synthdata.c:513:15: style: The scope of the variable 'ph' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/synthdata.c:514:16: style: The scope of the variable 'plist_this' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/synthdata.c:702:10: style: The scope of the variable 'prog' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/synthdata.c:704:14: style: The scope of the variable 'x' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/synthdata.c:777:9: style: The scope of the variable 'instn' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/synthdata.c:778:6: style: The scope of the variable 'instn2' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/synthdata.c:115:7: style: Unused variable: pw [unusedVariable]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/synthdata.c:428:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/synthdata.c:92:3: error: Memory leak: ptr [memleak]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/synthdata.c:98:3: error: Memory leak: ptr [memleak]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/synthdata.c:104:2: error: Memory leak: ptr [memleak]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/synthesize.c:194:6: style: The scope of the variable 'srate2' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/synthesize.c:401:6: style: The scope of the variable 'h' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/synthesize.c:442:6: style: The scope of the variable 'x' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/synthesize.c:540:6: style: The scope of the variable 'ix' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/synthesize.c:541:6: style: The scope of the variable 'formant' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/synthesize.c:542:6: style: The scope of the variable 'next_rms' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/synthesize.c:853:11: style: The scope of the variable 'fr' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/synthesize.c:854:6: style: The scope of the variable 'ix' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/synthesize.c:857:6: style: The scope of the variable 'frame_length' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/synthesize.c:858:6: style: The scope of the variable 'length_factor' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/synthesize.c:1082:15: style: The scope of the variable 'value' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/synthesize.c:1083:6: style: The scope of the variable 'command' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/synthesize.c:1135:16: style: The scope of the variable 'prev' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/synthesize.c:1136:16: style: The scope of the variable 'next' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/synthesize.c:1137:16: style: The scope of the variable 'next2' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/synthesize.c:1149:6: style: The scope of the variable 'done_phoneme_marker' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/synthesize.c:1542:14: style: The scope of the variable 'phon_out' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/translate.c:902:7: style: Variable 'wordx[-1]' is reassigned a value before the old one has been used. [redundantAssignment]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/translate.c:900:7: note: Variable 'wordx[-1]' is reassigned a value before the old one has been used.
espeak-ng-1.49.2+dfsg/src/libespeak-ng/translate.c:902:7: note: Variable 'wordx[-1]' is reassigned a value before the old one has been used.
espeak-ng-1.49.2+dfsg/src/libespeak-ng/translate.c:332:6: style: The scope of the variable 'ix' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/translate.c:439:6: style: The scope of the variable 'nbytes' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/translate.c:440:6: style: The scope of the variable 'ok' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/translate.c:1132:6: style: The scope of the variable 'available' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/translate.c:1133:6: style: The scope of the variable 'first_word' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/translate.c:1202:6: style: The scope of the variable 'value' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/translate.c:1279:6: style: The scope of the variable 'sylimit' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/translate.c:1280:14: style: The scope of the variable 'new_language' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/translate.c:1283:6: style: The scope of the variable 'word_copy_len' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/translate.c:1342:7: style: The scope of the variable 'c1' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/translate.c:1343:8: style: The scope of the variable 'lang_name' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/translate.c:1385:9: style: The scope of the variable 'ph_buf' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/translate.c:1750:22: style: The scope of the variable 'c2' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/translate.c:1811:6: style: The scope of the variable 'initial' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/translate.c:1812:6: style: The scope of the variable 'medial' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/translate.c:1813:6: style: The scope of the variable 'final' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/translate.c:1879:6: style: The scope of the variable 'ix' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/translate.c:1880:6: style: The scope of the variable 'len' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/translate.c:1881:14: style: The scope of the variable 'p' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/translate.c:1905:15: style: The scope of the variable 'prev_source_index' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/translate.c:1909:6: style: The scope of the variable 'prev_out2' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/translate.c:1912:6: style: The scope of the variable 'next_in_nbytes' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/translate.c:2479:7: style: The scope of the variable 'nw' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/translate.c:2551:43: error: Shifting by a negative value is undefined behaviour [shiftNegative]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/translate.c:1128:41: style: Function 'TranslateWord' argument 2 names different: declaration 'word1' definition 'word_start'. [funcArgNamesDifferent]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/translate.h:763:41: note: Function 'TranslateWord' argument 2 names different: declaration 'word1' definition 'word_start'.
espeak-ng-1.49.2+dfsg/src/libespeak-ng/translate.c:1128:41: note: Function 'TranslateWord' argument 2 names different: declaration 'word1' definition 'word_start'.
espeak-ng-1.49.2+dfsg/src/libespeak-ng/translate.c:1229:32: style: Function 'SetTranslator2' argument 1 names different: declaration 'name' definition 'new_language'. [funcArgNamesDifferent]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/translate.h:733:32: note: Function 'SetTranslator2' argument 1 names different: declaration 'name' definition 'new_language'.
espeak-ng-1.49.2+dfsg/src/libespeak-ng/translate.c:1229:32: note: Function 'SetTranslator2' argument 1 names different: declaration 'name' definition 'new_language'.
espeak-ng-1.49.2+dfsg/src/libespeak-ng/translate.c:1899:43: style: Function 'TranslateClause' argument 2 names different: declaration 'tone' definition 'tone_out'. [funcArgNamesDifferent]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/translate.h:764:43: note: Function 'TranslateClause' argument 2 names different: declaration 'tone' definition 'tone_out'.
espeak-ng-1.49.2+dfsg/src/libespeak-ng/translate.c:1899:43: note: Function 'TranslateClause' argument 2 names different: declaration 'tone' definition 'tone_out'.
espeak-ng-1.49.2+dfsg/src/libespeak-ng/translate.c:2662:19: style: Function 'InitText' argument 1 names different: declaration 'flags' definition 'control'. [funcArgNamesDifferent]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/translate.h:719:19: note: Function 'InitText' argument 1 names different: declaration 'flags' definition 'control'.
espeak-ng-1.49.2+dfsg/src/libespeak-ng/translate.c:2662:19: note: Function 'InitText' argument 1 names different: declaration 'flags' definition 'control'.
espeak-ng-1.49.2+dfsg/src/libespeak-ng/translate.c:2458:2: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/voices.c:224:6: style: The scope of the variable 'freq2' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/voices.c:226:6: style: The scope of the variable 'height2' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/voices.c:523:7: style: The scope of the variable 'path_voices' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/voices.c:949:8: style: The scope of the variable 'p' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/voices.c:1028:6: style: The scope of the variable 'ix' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/voices.c:1030:6: style: The scope of the variable 'c1' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/voices.c:1030:10: style: The scope of the variable 'c2' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/voices.c:1031:6: style: The scope of the variable 'language_priority' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/voices.c:1032:6: style: The scope of the variable 'n_parts' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/voices.c:1033:6: style: The scope of the variable 'matching' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/voices.c:1034:6: style: The scope of the variable 'matching_parts' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/voices.c:1037:6: style: The scope of the variable 'ratio' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/voices.c:1038:6: style: The scope of the variable 'required_age' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/voices.c:1039:6: style: The scope of the variable 'diff' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/voices.c:1159:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/voices.c:1273:6: style: The scope of the variable 'skip' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/voices.c:1562:6: style: The scope of the variable 'ix' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/voices.c:1563:6: style: The scope of the variable 'j' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/voices.c:359:21: style: Function 'VoiceReset' argument 1 names different: declaration 'control' definition 'tone_only'. [funcArgNamesDifferent]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/voice.h:88:21: note: Function 'VoiceReset' argument 1 names different: declaration 'control' definition 'tone_only'.
espeak-ng-1.49.2+dfsg/src/libespeak-ng/voices.c:359:21: note: Function 'VoiceReset' argument 1 names different: declaration 'control' definition 'tone_only'.
espeak-ng-1.49.2+dfsg/src/libespeak-ng/voices.c:489:32: style: Function 'LoadVoice' argument 1 names different: declaration 'voice_name' definition 'vname'. [funcArgNamesDifferent]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/voice.h:83:32: note: Function 'LoadVoice' argument 1 names different: declaration 'voice_name' definition 'vname'.
espeak-ng-1.49.2+dfsg/src/libespeak-ng/voices.c:489:32: note: Function 'LoadVoice' argument 1 names different: declaration 'voice_name' definition 'vname'.
espeak-ng-1.49.2+dfsg/src/libespeak-ng/voices.c:982:39: style: Function 'LoadVoiceVariant' argument 1 names different: declaration 'voice_name' definition 'vname'. [funcArgNamesDifferent]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/voice.h:84:39: note: Function 'LoadVoiceVariant' argument 1 names different: declaration 'voice_name' definition 'vname'.
espeak-ng-1.49.2+dfsg/src/libespeak-ng/voices.c:982:39: note: Function 'LoadVoiceVariant' argument 1 names different: declaration 'voice_name' definition 'vname'.
espeak-ng-1.49.2+dfsg/src/libespeak-ng/voices.c:982:50: style: Function 'LoadVoiceVariant' argument 2 names different: declaration 'variant' definition 'variant_num'. [funcArgNamesDifferent]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/voice.h:84:55: note: Function 'LoadVoiceVariant' argument 2 names different: declaration 'variant' definition 'variant_num'.
espeak-ng-1.49.2+dfsg/src/libespeak-ng/voices.c:982:50: note: Function 'LoadVoiceVariant' argument 2 names different: declaration 'variant' definition 'variant_num'.
espeak-ng-1.49.2+dfsg/src/libespeak-ng/voices.c:1210:68: style: Function 'SelectVoiceByName' argument 2 names different: declaration 'name' definition 'name2'. [funcArgNamesDifferent]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/voice.h:82:68: note: Function 'SelectVoiceByName' argument 2 names different: declaration 'name' definition 'name2'.
espeak-ng-1.49.2+dfsg/src/libespeak-ng/voices.c:1210:68: note: Function 'SelectVoiceByName' argument 2 names different: declaration 'name' definition 'name2'.
espeak-ng-1.49.2+dfsg/src/libespeak-ng/voices.c:742:33: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 740. [shiftTooManyBitsSigned]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/voices.c:740:13: note: Assuming that condition 'n<32' is not redundant
espeak-ng-1.49.2+dfsg/src/libespeak-ng/voices.c:742:33: note: Shift
espeak-ng-1.49.2+dfsg/src/libespeak-ng/voices.c:744:33: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 740. [shiftTooManyBitsSigned]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/voices.c:740:13: note: Assuming that condition 'n<32' is not redundant
espeak-ng-1.49.2+dfsg/src/libespeak-ng/voices.c:744:33: note: Shift
espeak-ng-1.49.2+dfsg/src/libespeak-ng/voices.c:746:38: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 740. [shiftTooManyBitsSigned]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/voices.c:740:13: note: Assuming that condition 'n<32' is not redundant
espeak-ng-1.49.2+dfsg/src/libespeak-ng/voices.c:746:38: note: Shift
espeak-ng-1.49.2+dfsg/src/libespeak-ng/voices.c:749:34: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 748. [shiftTooManyBitsSigned]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/voices.c:748:37: note: Assuming that condition 'n<64' is not redundant
espeak-ng-1.49.2+dfsg/src/libespeak-ng/voices.c:749:34: note: Shift
espeak-ng-1.49.2+dfsg/src/libespeak-ng/voices.c:308:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/voices.c:320:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/voices.c:457:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/voices.c:622:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/voices.c:663:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/voices.c:671:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/voices.c:680:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/voices.c:683:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/voices.c:716:8: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/voices.c:786:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/voices.c:850:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/wavegen.c:324:9: style: The scope of the variable 'x' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/wavegen.c:436:6: style: The scope of the variable 'fp' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/wavegen.c:443:6: style: The scope of the variable 'ix' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/wavegen.c:654:6: style: The scope of the variable 'amp' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/wavegen.c:673:17: style: The scope of the variable 'waveph' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/wavegen.c:675:6: style: The scope of the variable 'total' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/wavegen.c:678:6: style: The scope of the variable 'z' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/wavegen.c:678:9: style: The scope of the variable 'z1' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/wavegen.c:678:13: style: The scope of the variable 'z2' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/wavegen.c:679:6: style: The scope of the variable 'echo' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/wavegen.c:894:6: style: The scope of the variable 'value' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/wavegen.c:1093:6: style: The scope of the variable 'x' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/wavegen.c:1153:6: style: The scope of the variable 'cmd' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/wavegen.c:1255:6: style: The scope of the variable 'length' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/wavegen.c:1256:6: style: The scope of the variable 'result' can be reduced. [variableScope]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/wavegen.c:965:22: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
espeak-ng-1.49.2+dfsg/src/libespeak-ng/wavegen.c:1396:12: style: Variable 'p_start' is assigned a value that is never used. [unreadVariable]
[19:02]

ftp://ftp.se.debian.org/debian/pool/main/e/espeakedit/espeakedit_1.48.03.orig.tar.gz
espeakedit-1.48.03/src/compiledata.cpp:1051:15: error: Array 'voicename[80]' accessed at index 80, which is out of bounds. [arrayIndexOutOfBounds]
espeakedit-1.48.03/src/compiledata.cpp:1043:6: note: After for loop, ix has value 80
espeakedit-1.48.03/src/compiledata.cpp:1051:15: note: Array index out of bounds
espeakedit-1.48.03/src/compiledata.cpp:2927:7: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
espeakedit-1.48.03/src/compiledata.cpp:459:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
espeakedit-1.48.03/src/compiledata.cpp:417:6: style: The scope of the variable 'instn' can be reduced. [variableScope]
espeakedit-1.48.03/src/compiledata.cpp:418:6: style: The scope of the variable 'instn_category' can be reduced. [variableScope]
espeakedit-1.48.03/src/compiledata.cpp:420:6: style: The scope of the variable 'data1' can be reduced. [variableScope]
espeakedit-1.48.03/src/compiledata.cpp:421:6: style: The scope of the variable 'type2' can be reduced. [variableScope]
espeakedit-1.48.03/src/compiledata.cpp:879:15: style: The scope of the variable 'ph' can be reduced. [variableScope]
espeakedit-1.48.03/src/compiledata.cpp:887:7: style: The scope of the variable 'time_string' can be reduced. [variableScope]
espeakedit-1.48.03/src/compiledata.cpp:1132:16: style: The scope of the variable 'c' can be reduced. [variableScope]
espeakedit-1.48.03/src/compiledata.cpp:1190:15: style: The scope of the variable 'word' can be reduced. [variableScope]
espeakedit-1.48.03/src/compiledata.cpp:1292:7: style: The scope of the variable 'acc' can be reduced. [variableScope]
espeakedit-1.48.03/src/compiledata.cpp:1296:7: style: The scope of the variable 'sign' can be reduced. [variableScope]
espeakedit-1.48.03/src/compiledata.cpp:1297:8: style: The scope of the variable 'p' can be reduced. [variableScope]
espeakedit-1.48.03/src/compiledata.cpp:1425:10: style: The scope of the variable 'msg' can be reduced. [variableScope]
espeakedit-1.48.03/src/compiledata.cpp:1496:6: style: The scope of the variable 'key' can be reduced. [variableScope]
espeakedit-1.48.03/src/compiledata.cpp:1848:6: style: The scope of the variable 'failed' can be reduced. [variableScope]
espeakedit-1.48.03/src/compiledata.cpp:1849:6: style: The scope of the variable 'len' can be reduced. [variableScope]
espeakedit-1.48.03/src/compiledata.cpp:1851:14: style: The scope of the variable 'fname2' can be reduced. [variableScope]
espeakedit-1.48.03/src/compiledata.cpp:2060:6: style: The scope of the variable 'n' can be reduced. [variableScope]
espeakedit-1.48.03/src/compiledata.cpp:2132:8: style: The scope of the variable 'f' can be reduced. [variableScope]
espeakedit-1.48.03/src/compiledata.cpp:2133:6: style: The scope of the variable 'id' can be reduced. [variableScope]
espeakedit-1.48.03/src/compiledata.cpp:2136:6: style: The scope of the variable 'type_code' can be reduced. [variableScope]
espeakedit-1.48.03/src/compiledata.cpp:2138:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
espeakedit-1.48.03/src/compiledata.cpp:2338:6: style: The scope of the variable 'key' can be reduced. [variableScope]
espeakedit-1.48.03/src/compiledata.cpp:2341:6: style: The scope of the variable 'word2' can be reduced. [variableScope]
espeakedit-1.48.03/src/compiledata.cpp:2345:6: style: The scope of the variable 'not_flag' can be reduced. [variableScope]
espeakedit-1.48.03/src/compiledata.cpp:2471:6: style: The scope of the variable 'offset' can be reduced. [variableScope]
espeakedit-1.48.03/src/compiledata.cpp:2507:10: style: The scope of the variable 'p' can be reduced. [variableScope]
espeakedit-1.48.03/src/compiledata.cpp:2557:6: style: The scope of the variable 'chain' can be reduced. [variableScope]
espeakedit-1.48.03/src/compiledata.cpp:2558:6: style: The scope of the variable 'offset' can be reduced. [variableScope]
espeakedit-1.48.03/src/compiledata.cpp:2756:6: style: The scope of the variable 'keyword' can be reduced. [variableScope]
espeakedit-1.48.03/src/compiledata.cpp:3180:6: style: The scope of the variable 'n' can be reduced. [variableScope]
espeakedit-1.48.03/src/compiledata.cpp:3182:6: style: The scope of the variable 'count' can be reduced. [variableScope]
espeakedit-1.48.03/src/compiledata.cpp:3236:7: style: The scope of the variable 'pw' can be reduced. [variableScope]
espeakedit-1.48.03/src/compiledata.cpp:3275:6: style: The scope of the variable 'ix' can be reduced. [variableScope]
espeakedit-1.48.03/src/compiledata.cpp:3276:6: style: The scope of the variable 'j' can be reduced. [variableScope]
espeakedit-1.48.03/src/compiledata.cpp:3342:6: style: The scope of the variable 'n_names' can be reduced. [variableScope]
espeakedit-1.48.03/src/compiledata.cpp:3348:8: style: The scope of the variable 'p' can be reduced. [variableScope]
espeakedit-1.48.03/src/compiledata.cpp:3453:6: style: The scope of the variable 'item' can be reduced. [variableScope]
espeakedit-1.48.03/src/compiledata.cpp:3740:8: style: The scope of the variable 'p' can be reduced. [variableScope]
espeakedit-1.48.03/src/compiledata.cpp:3877:6: style: The scope of the variable 'keyword' can be reduced. [variableScope]
espeakedit-1.48.03/src/compiledata.cpp:59:16: style: struct member 'frame_t3::ffreq2' is never used. [unusedStructMember]
espeakedit-1.48.03/src/compiledata.cpp:1988:10: error: Invalid fputc() argument nr 1. The value is -128 but the valid values are '0:'. [invalidFunctionArg]
espeakedit-1.48.03/src/compiledata.cpp:1987:16: note: Assignment 'sample2=-128', assigned value is -128
espeakedit-1.48.03/src/compiledata.cpp:1988:10: note: Invalid argument
espeakedit-1.48.03/src/main.h:90:2: style: Class 'TranslDlg' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
espeakedit-1.48.03/src/options.h:55:2: style: Class 'Options' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
espeakedit-1.48.03/src/spect.h:133:2: style: Class 'SpectFrame' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
espeakedit-1.48.03/src/spect.h:181:2: style: Class 'SpectSeq' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
espeakedit-1.48.03/src/spect.h:294:3: style: Class 'FormantDlg' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
espeakedit-1.48.03/src/spect.h:337:2: style: Class 'VoiceDlg' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
espeakedit-1.48.03/src/compiledata.cpp:3387:13: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
espeakedit-1.48.03/src/compiledata.cpp:3779:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
espeakedit-1.48.03/src/compiledata.cpp:2205:0: error: Deallocating a deallocated pointer: f [deallocDealloc]
espeakedit-1.48.03/src/compiledata.cpp:3978:0: error: Memory leak: tune_data [memleak]
espeakedit-1.48.03/src/compiledict.cpp:237:16: style: The scope of the variable 'rb' can be reduced. [variableScope]
espeakedit-1.48.03/src/compiledict.cpp:436:7: style: The scope of the variable 'bad_phoneme_str' can be reduced. [variableScope]
espeakedit-1.48.03/src/compiledict.cpp:794:8: style: The scope of the variable 'p' can be reduced. [variableScope]
espeakedit-1.48.03/src/compiledict.cpp:851:7: style: The scope of the variable 'length' can be reduced. [variableScope]
espeakedit-1.48.03/src/compiledict.cpp:941:7: style: The scope of the variable 'c' can be reduced. [variableScope]
espeakedit-1.48.03/src/compiledict.cpp:945:7: style: The scope of the variable 'literal' can be reduced. [variableScope]
espeakedit-1.48.03/src/compiledict.cpp:1214:6: style: The scope of the variable 'start' can be reduced. [variableScope]
espeakedit-1.48.03/src/compiledict.cpp:1220:7: style: The scope of the variable 'bad_phoneme_str' can be reduced. [variableScope]
espeakedit-1.48.03/src/compiledict.cpp:1526:6: style: The scope of the variable 'len1' can be reduced. [variableScope]
espeakedit-1.48.03/src/compiledict.cpp:1527:6: style: The scope of the variable 'len2' can be reduced. [variableScope]
espeakedit-1.48.03/src/compiledict.cpp:1530:8: style: The scope of the variable 'p2' can be reduced. [variableScope]
espeakedit-1.48.03/src/compiledict.cpp:1596:6: style: The scope of the variable 'length' can be reduced. [variableScope]
espeakedit-1.48.03/src/compiledict.cpp:1680:6: style: The scope of the variable 'different' can be reduced. [variableScope]
espeakedit-1.48.03/src/compiledict.cpp:1904:84: style: Function 'CompileDictionary' argument 4 names different: declaration 'err_name' definition 'fname_err'. [funcArgNamesDifferent]
espeakedit-1.48.03/src/synthesize.h:536:84: note: Function 'CompileDictionary' argument 4 names different: declaration 'err_name' definition 'fname_err'.
espeakedit-1.48.03/src/compiledict.cpp:1904:84: note: Function 'CompileDictionary' argument 4 names different: declaration 'err_name' definition 'fname_err'.
espeakedit-1.48.03/src/compiledict.cpp:802:15: warning: Size of pointer 'p' used instead of size of its data. [pointerSize]
espeakedit-1.48.03/src/compiledict.cpp:841:14: warning: Size of pointer 'p' used instead of size of its data. [pointerSize]
espeakedit-1.48.03/src/compiledict.cpp:884:3: warning: Size of pointer 'p' used instead of size of its data. [pointerSize]
espeakedit-1.48.03/src/compiledict.cpp:895:10: warning: Size of pointer 'p' used instead of size of its data. [pointerSize]
espeakedit-1.48.03/src/compiledict.cpp:1951:3: error: Resource leak: f_in [resourceLeak]
espeakedit-1.48.03/src/dictionary.cpp:1844:31: warning: Either the condition 'string!=NULL' is redundant or there is possible null pointer dereference: string. [nullPointerRedundantCheck]
espeakedit-1.48.03/src/dictionary.cpp:1877:12: note: Assuming that condition 'string!=NULL' is not redundant
espeakedit-1.48.03/src/dictionary.cpp:1844:31: note: Null pointer dereference
espeakedit-1.48.03/src/dictionary.cpp:364:7: style: The scope of the variable 'consumed' can be reduced. [variableScope]
espeakedit-1.48.03/src/dictionary.cpp:537:6: style: The scope of the variable 'len' can be reduced. [variableScope]
espeakedit-1.48.03/src/dictionary.cpp:645:16: style: The scope of the variable 'len' can be reduced. [variableScope]
espeakedit-1.48.03/src/dictionary.cpp:651:6: style: The scope of the variable 'count' can be reduced. [variableScope]
espeakedit-1.48.03/src/dictionary.cpp:838:6: style: The scope of the variable 'letter2' can be reduced. [variableScope]
espeakedit-1.48.03/src/dictionary.cpp:1206:6: style: The scope of the variable 'mnem' can be reduced. [variableScope]
espeakedit-1.48.03/src/dictionary.cpp:1901:16: style: The scope of the variable 'letter' can be reduced. [variableScope]
espeakedit-1.48.03/src/dictionary.cpp:1909:8: style: The scope of the variable 'rule_start' can be reduced. [variableScope]
espeakedit-1.48.03/src/dictionary.cpp:1914:7: style: The scope of the variable 'failed' can be reduced. [variableScope]
espeakedit-1.48.03/src/dictionary.cpp:1915:7: style: The scope of the variable 'unpron_ignore' can be reduced. [variableScope]
espeakedit-1.48.03/src/dictionary.cpp:1916:7: style: The scope of the variable 'consumed' can be reduced. [variableScope]
espeakedit-1.48.03/src/dictionary.cpp:1920:7: style: The scope of the variable 'distance_right' can be reduced. [variableScope]
espeakedit-1.48.03/src/dictionary.cpp:1921:7: style: The scope of the variable 'distance_left' can be reduced. [variableScope]
espeakedit-1.48.03/src/dictionary.cpp:1926:6: style: The scope of the variable 'check_atstart' can be reduced. [variableScope]
espeakedit-1.48.03/src/dictionary.cpp:2596:6: style: The scope of the variable 'wc_bytes' can be reduced. [variableScope]
espeakedit-1.48.03/src/dictionary.cpp:2601:7: style: The scope of the variable 'n' can be reduced. [variableScope]
espeakedit-1.48.03/src/dictionary.cpp:2905:6: style: The scope of the variable 'ix' can be reduced. [variableScope]
espeakedit-1.48.03/src/dictionary.cpp:2907:8: style: The scope of the variable 'p' can be reduced. [variableScope]
espeakedit-1.48.03/src/dictionary.cpp:2953:6: style: The scope of the variable 'c2' can be reduced. [variableScope]
espeakedit-1.48.03/src/dictionary.cpp:2954:6: style: The scope of the variable 'ix' can be reduced. [variableScope]
espeakedit-1.48.03/src/dictionary.cpp:2962:6: style: The scope of the variable 'bits' can be reduced. [variableScope]
espeakedit-1.48.03/src/dictionary.cpp:2963:6: style: The scope of the variable 'acc' can be reduced. [variableScope]
espeakedit-1.48.03/src/dictionary.cpp:2965:15: style: The scope of the variable 'pairs_list' can be reduced. [variableScope]
espeakedit-1.48.03/src/dictionary.cpp:3589:6: style: The scope of the variable 'say_as' can be reduced. [variableScope]
espeakedit-1.48.03/src/dictionary.cpp:3640:14: style: The scope of the variable 'p' can be reduced. [variableScope]
espeakedit-1.48.03/src/dictionary.cpp:3641:7: style: The scope of the variable 'len' can be reduced. [variableScope]
espeakedit-1.48.03/src/dictionary.cpp:265:26: style: Checking if unsigned variable 'size' is less than zero. [unsignedLessThanZero]
espeakedit-1.48.03/src/dictionary.cpp:870:33: style: Function 'IsVowel' argument 2 names different: declaration 'c' definition 'letter'. [funcArgNamesDifferent]
espeakedit-1.48.03/src/translate.h:737:33: note: Function 'IsVowel' argument 2 names different: declaration 'c' definition 'letter'.
espeakedit-1.48.03/src/dictionary.cpp:870:33: note: Function 'IsVowel' argument 2 names different: declaration 'c' definition 'letter'.
espeakedit-1.48.03/src/dictionary.cpp:1176:97: style: Function 'SetWordStress' argument 5 names different: declaration 'prev_stress' definition 'control'. [funcArgNamesDifferent]
espeakedit-1.48.03/src/translate.h:779:97: note: Function 'SetWordStress' argument 5 names different: declaration 'prev_stress' definition 'control'.
espeakedit-1.48.03/src/dictionary.cpp:1176:97: note: Function 'SetWordStress' argument 5 names different: declaration 'prev_stress' definition 'control'.
espeakedit-1.48.03/src/dictionary.cpp:2588:42: style: Function 'TranslateRules' argument 2 names different: declaration 'p' definition 'p_start'. [funcArgNamesDifferent]
espeakedit-1.48.03/src/translate.h:780:42: note: Function 'TranslateRules' argument 2 names different: declaration 'p' definition 'p_start'.
espeakedit-1.48.03/src/dictionary.cpp:2588:42: note: Function 'TranslateRules' argument 2 names different: declaration 'p' definition 'p_start'.
espeakedit-1.48.03/src/dictionary.cpp:2588:71: style: Function 'TranslateRules' argument 4 names different: declaration 'size' definition 'ph_size'. [funcArgNamesDifferent]
espeakedit-1.48.03/src/translate.h:780:65: note: Function 'TranslateRules' argument 4 names different: declaration 'size' definition 'ph_size'.
espeakedit-1.48.03/src/dictionary.cpp:2588:71: note: Function 'TranslateRules' argument 4 names different: declaration 'size' definition 'ph_size'.
espeakedit-1.48.03/src/dictionary.cpp:2588:104: style: Function 'TranslateRules' argument 6 names different: declaration 'end_flags' definition 'word_flags'. [funcArgNamesDifferent]
espeakedit-1.48.03/src/translate.h:780:95: note: Function 'TranslateRules' argument 6 names different: declaration 'end_flags' definition 'word_flags'.
espeakedit-1.48.03/src/dictionary.cpp:2588:104: note: Function 'TranslateRules' argument 6 names different: declaration 'end_flags' definition 'word_flags'.
espeakedit-1.48.03/src/dictionary.cpp:413:18: style: Array index 'count' is used before limits check. [arrayIndexThenCheck]
espeakedit-1.48.03/src/dictionary.cpp:271:3: error: Resource leak: f [resourceLeak]
espeakedit-1.48.03/src/dictionary.cpp:669:7: error: Common realloc mistake: 'phon_out_buf' nulled but not freed upon failure [memleakOnRealloc]
espeakedit-1.48.03/src/dictionary.cpp:771:8: error: Common realloc mistake: 'phon_out_buf' nulled but not freed upon failure [memleakOnRealloc]
espeakedit-1.48.03/src/espeakedit.cpp:415:24: style: C-style pointer casting [cstyleCast]
espeakedit-1.48.03/src/espeakedit.cpp:465:20: style: C-style pointer casting [cstyleCast]
espeakedit-1.48.03/src/espeakedit.cpp:120:5: style: The scope of the variable 'j' can be reduced. [variableScope]
espeakedit-1.48.03/src/espeakedit.cpp:122:6: style: The scope of the variable 'param' can be reduced. [variableScope]
espeakedit-1.48.03/src/espeakedit.cpp:383:9: style: The scope of the variable 'pagenum' can be reduced. [variableScope]
espeakedit-1.48.03/src/espeakedit.cpp:384:9: style: The scope of the variable 'ix' can be reduced. [variableScope]
espeakedit-1.48.03/src/espeakedit.cpp:385:9: style: The scope of the variable 'n_pages' can be reduced. [variableScope]
espeakedit-1.48.03/src/espeakedit.cpp:386:19: style: The scope of the variable 'page' can be reduced. [variableScope]
espeakedit-1.48.03/src/espeakedit.cpp:455:19: style: The scope of the variable 'page' can be reduced. [variableScope]
espeakedit-1.48.03/src/espeakedit.cpp:553:14: style: The scope of the variable 'html' can be reduced. [variableScope]
espeakedit-1.48.03/src/espeakedit.cpp:715:8: style: The scope of the variable 'f' can be reduced. [variableScope]
espeakedit-1.48.03/src/espeakedit.cpp:716:8: style: The scope of the variable 'msg' can be reduced. [variableScope]
espeakedit-1.48.03/src/extras.cpp:1363:16: style: Condition 'wlength<8' is always true [knownConditionTrueFalse]
espeakedit-1.48.03/src/extras.cpp:1268:13: note: Assignment 'wlength=0', assigned value is 0
espeakedit-1.48.03/src/extras.cpp:1363:16: note: Condition 'wlength<8' is always true
espeakedit-1.48.03/src/extras.cpp:131:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
espeakedit-1.48.03/src/extras.cpp:1517:10: style: C-style pointer casting [cstyleCast]
espeakedit-1.48.03/src/extras.cpp:305:8: style: The scope of the variable 'p' can be reduced. [variableScope]
espeakedit-1.48.03/src/extras.cpp:682:6: style: The scope of the variable 'c2' can be reduced. [variableScope]
espeakedit-1.48.03/src/extras.cpp:684:6: style: The scope of the variable 'stress' can be reduced. [variableScope]
espeakedit-1.48.03/src/extras.cpp:686:6: style: The scope of the variable 'start' can be reduced. [variableScope]
espeakedit-1.48.03/src/extras.cpp:850:8: style: The scope of the variable 'p' can be reduced. [variableScope]
espeakedit-1.48.03/src/extras.cpp:1136:8: style: The scope of the variable 'p' can be reduced. [variableScope]
espeakedit-1.48.03/src/extras.cpp:1153:6: style: The scope of the variable 'check_root' can be reduced. [variableScope]
espeakedit-1.48.03/src/extras.cpp:1533:16: style: The scope of the variable 'c' can be reduced. [variableScope]
espeakedit-1.48.03/src/extras.cpp:1535:15: style: The scope of the variable 'ix' can be reduced. [variableScope]
espeakedit-1.48.03/src/extras.cpp:1535:19: style: The scope of the variable 'j' can be reduced. [variableScope]
espeakedit-1.48.03/src/extras.cpp:1536:6: style: The scope of the variable 'n_chars' can be reduced. [variableScope]
espeakedit-1.48.03/src/extras.cpp:1658:15: style: The scope of the variable 'c' can be reduced. [variableScope]
espeakedit-1.48.03/src/extras.cpp:1659:6: style: The scope of the variable 'ix' can be reduced. [variableScope]
espeakedit-1.48.03/src/extras.cpp:1717:6: style: The scope of the variable 'line_len' can be reduced. [variableScope]
espeakedit-1.48.03/src/extras.cpp:1865:6: style: The scope of the variable 'ix' can be reduced. [variableScope]
espeakedit-1.48.03/src/extras.cpp:1873:6: style: The scope of the variable 'comment' can be reduced. [variableScope]
espeakedit-1.48.03/src/extras.cpp:2359:15: style: The scope of the variable 'c' can be reduced. [variableScope]
espeakedit-1.48.03/src/extras.cpp:1167:15: style: struct member 'SUFFIX::suffix' is never used. [unusedStructMember]
espeakedit-1.48.03/src/extras.cpp:1168:8: style: struct member 'SUFFIX::syllables' is never used. [unusedStructMember]
espeakedit-1.48.03/src/extras.cpp:416:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
espeakedit-1.48.03/src/extras.cpp:578:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
espeakedit-1.48.03/src/extras.cpp:725:3: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
espeakedit-1.48.03/src/extras.cpp:371:3: error: Resource leak: f_in [resourceLeak]
espeakedit-1.48.03/src/extras.cpp:394:4: error: Resource leak: f_in [resourceLeak]
espeakedit-1.48.03/src/extras.cpp:394:4: error: Resource leak: f_out [resourceLeak]
espeakedit-1.48.03/src/extras.cpp:394:4: error: Resource leak: f_listx [resourceLeak]
espeakedit-1.48.03/src/extras.cpp:713:3: error: Resource leak: f_in [resourceLeak]
espeakedit-1.48.03/src/extras.cpp:400:0: error: Resource leak: f_list_in [resourceLeak]
espeakedit-1.48.03/src/extras.cpp:1639:0: error: Memory leak: w_list [memleak]
espeakedit-1.48.03/src/extras.cpp:588:44: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
espeakedit-1.48.03/src/formantdlg.cpp:457:14: style: The scope of the variable 'sf' can be reduced. [variableScope]
espeakedit-1.48.03/src/formantdlg.cpp:459:7: style: The scope of the variable 'x' can be reduced. [variableScope]
espeakedit-1.48.03/src/formantdlg.cpp:516:7: style: The scope of the variable 'x' can be reduced. [variableScope]
espeakedit-1.48.03/src/formantdlg.cpp:516:10: style: The scope of the variable 'y' can be reduced. [variableScope]
espeakedit-1.48.03/src/formantdlg.cpp:516:13: style: The scope of the variable 'x2' can be reduced. [variableScope]
espeakedit-1.48.03/src/formantdlg.cpp:516:17: style: The scope of the variable 'y2' can be reduced. [variableScope]
espeakedit-1.48.03/src/formantdlg.cpp:516:21: style: The scope of the variable 'ix' can be reduced. [variableScope]
espeakedit-1.48.03/src/formantdlg.cpp:550:13: style: The scope of the variable 't1' can be reduced. [variableScope]
espeakedit-1.48.03/src/formantdlg.cpp:432:12: warning: Member variable 'ByteGraph::graph' is not initialized in the constructor. [uninitMemberVar]
espeakedit-1.48.03/src/formantdlg.cpp:432:12: warning: Member variable 'ByteGraph::spectrum_scale' is not initialized in the constructor. [uninitMemberVar]
espeakedit-1.48.03/src/formantdlg.cpp:100:13: warning: Member variable 'FormantDlg::usepitchenv' is not initialized in the constructor. [uninitMemberVar]
espeakedit-1.48.03/src/formantdlg.cpp:100:13: warning: Member variable 'FormantDlg::t_timeseq' is not initialized in the constructor. [uninitMemberVar]
espeakedit-1.48.03/src/formantdlg.cpp:100:13: warning: Member variable 'FormantDlg::t_select_peak' is not initialized in the constructor. [uninitMemberVar]
espeakedit-1.48.03/src/intonation.cpp:332:7: style: The scope of the variable 'stress' can be reduced. [variableScope]
espeakedit-1.48.03/src/intonation.cpp:403:7: style: The scope of the variable 'stress' can be reduced. [variableScope]
espeakedit-1.48.03/src/intonation.cpp:464:7: style: The scope of the variable 'stress' can be reduced. [variableScope]
espeakedit-1.48.03/src/intonation.cpp:466:7: style: The scope of the variable 'ix' can be reduced. [variableScope]
espeakedit-1.48.03/src/intonation.cpp:615:7: style: The scope of the variable 'stress' can be reduced. [variableScope]
espeakedit-1.48.03/src/intonation.cpp:736:7: style: The scope of the variable 'stress' can be reduced. [variableScope]
espeakedit-1.48.03/src/intonation.cpp:1107:38: style: Function 'CalcPitches' argument 2 names different: declaration 'clause_tone' definition 'clause_type'. [funcArgNamesDifferent]
espeakedit-1.48.03/src/translate.h:775:38: note: Function 'CalcPitches' argument 2 names different: declaration 'clause_tone' definition 'clause_type'.
espeakedit-1.48.03/src/intonation.cpp:1107:38: note: Function 'CalcPitches' argument 2 names different: declaration 'clause_tone' definition 'clause_type'.
espeakedit-1.48.03/src/klatt.cpp:233:6: style: The scope of the variable 'itemp' can be reduced. [variableScope]
espeakedit-1.48.03/src/klatt.cpp:234:9: style: The scope of the variable 'ftemp' can be reduced. [variableScope]
espeakedit-1.48.03/src/klatt.cpp:236:9: style: The scope of the variable 'diff_value' can be reduced. [variableScope]
espeakedit-1.48.03/src/klatt.cpp:237:6: style: The scope of the variable 'current_value' can be reduced. [variableScope]
espeakedit-1.48.03/src/klatt.cpp:238:6: style: The scope of the variable 'next_value' can be reduced. [variableScope]
espeakedit-1.48.03/src/klatt.cpp:239:9: style: The scope of the variable 'temp_diff' can be reduced. [variableScope]
espeakedit-1.48.03/src/klatt.cpp:290:9: style: The scope of the variable 'temp' can be reduced. [variableScope]
espeakedit-1.48.03/src/klatt.cpp:291:6: style: The scope of the variable 'value' can be reduced. [variableScope]
espeakedit-1.48.03/src/klatt.cpp:292:9: style: The scope of the variable 'outbypas' can be reduced. [variableScope]
espeakedit-1.48.03/src/klatt.cpp:293:9: style: The scope of the variable 'out' can be reduced. [variableScope]
espeakedit-1.48.03/src/klatt.cpp:295:9: style: The scope of the variable 'frics' can be reduced. [variableScope]
espeakedit-1.48.03/src/klatt.cpp:296:9: style: The scope of the variable 'glotout' can be reduced. [variableScope]
espeakedit-1.48.03/src/klatt.cpp:297:9: style: The scope of the variable 'aspiration' can be reduced. [variableScope]
espeakedit-1.48.03/src/klatt.cpp:299:9: style: The scope of the variable 'par_glotout' can be reduced. [variableScope]
espeakedit-1.48.03/src/klatt.cpp:304:16: style: The scope of the variable 'sourc' can be reduced. [variableScope]
espeakedit-1.48.03/src/klatt.cpp:495:16: style: The scope of the variable 'c' can be reduced. [variableScope]
espeakedit-1.48.03/src/klatt.cpp:496:8: style: The scope of the variable 'sample' can be reduced. [variableScope]
espeakedit-1.48.03/src/klatt.cpp:715:9: style: The scope of the variable 'lgtemp' can be reduced. [variableScope]
espeakedit-1.48.03/src/klatt.cpp:771:7: style: The scope of the variable 'temp' can be reduced. [variableScope]
espeakedit-1.48.03/src/klatt.cpp:772:9: style: The scope of the variable 'temp1' can be reduced. [variableScope]
espeakedit-1.48.03/src/klatt.cpp:773:14: style: The scope of the variable 'skew' can be reduced. [variableScope]
espeakedit-1.48.03/src/klatt.cpp:1067:6: style: The scope of the variable 'x' can be reduced. [variableScope]
espeakedit-1.48.03/src/klatt.cpp:1069:6: style: The scope of the variable 'fade' can be reduced. [variableScope]
espeakedit-1.48.03/src/klatt.cpp:1187:6: style: The scope of the variable 'qix' can be reduced. [variableScope]
espeakedit-1.48.03/src/klatt.cpp:1188:6: style: The scope of the variable 'cmd' can be reduced. [variableScope]
espeakedit-1.48.03/src/klatt.cpp:1189:11: style: The scope of the variable 'fr3' can be reduced. [variableScope]
espeakedit-1.48.03/src/klatt.cpp:541:22: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
espeakedit-1.48.03/src/mbrowrap.cpp:126:10: style: The scope of the variable 'written' can be reduced. [variableScope]
espeakedit-1.48.03/src/mbrowrap.cpp:231:20: style: The scope of the variable 'p' can be reduced. [variableScope]
espeakedit-1.48.03/src/mbrowrap.cpp:283:6: style: The scope of the variable 'result' can be reduced. [variableScope]
espeakedit-1.48.03/src/mbrowrap.cpp:387:6: style: The scope of the variable 'result' can be reduced. [variableScope]
espeakedit-1.48.03/src/menus.cpp:32:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
espeakedit-1.48.03/src/menus.cpp:33:10: style: The scope of the variable 'old_menu' can be reduced. [variableScope]
espeakedit-1.48.03/src/menus.cpp:35:10: style: The scope of the variable 'help_menu' can be reduced. [variableScope]
espeakedit-1.48.03/src/menus.cpp:37:10: style: The scope of the variable 'paths_menu' can be reduced. [variableScope]
espeakedit-1.48.03/src/menus.cpp:38:10: style: The scope of the variable 'tools_menu' can be reduced. [variableScope]
espeakedit-1.48.03/src/menus.cpp:39:10: style: The scope of the variable 'voice_menu' can be reduced. [variableScope]
espeakedit-1.48.03/src/menus.cpp:40:10: style: The scope of the variable 'vowelchart_menu' can be reduced. [variableScope]
espeakedit-1.48.03/src/menus.cpp:41:10: style: The scope of the variable 'lexicon_menu' can be reduced. [variableScope]
espeakedit-1.48.03/src/numbers.cpp:444:32: warning: Either the condition 'basic_letter<'a'' is redundant or the array 'non_ascii_tab[14]' is accessed at index 37, which is out of bounds. [arrayIndexOutOfBoundsCond]
espeakedit-1.48.03/src/numbers.cpp:443:19: note: Assuming that condition 'basic_letter<'a'' is not redundant
espeakedit-1.48.03/src/numbers.cpp:444:32: note: Array index out of bounds
espeakedit-1.48.03/src/numbers.cpp:1342:20: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
espeakedit-1.48.03/src/numbers.cpp:916:15: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
espeakedit-1.48.03/src/numbers.cpp:912:15: note: outer condition: ph_buf[0]==0
espeakedit-1.48.03/src/numbers.cpp:916:15: note: identical inner condition: ph_buf[0]==0
espeakedit-1.48.03/src/numbers.cpp:540:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
espeakedit-1.48.03/src/numbers.cpp:420:6: style: The scope of the variable 'accent1' can be reduced. [variableScope]
espeakedit-1.48.03/src/numbers.cpp:421:6: style: The scope of the variable 'accent2' can be reduced. [variableScope]
espeakedit-1.48.03/src/numbers.cpp:422:6: style: The scope of the variable 'basic_letter' can be reduced. [variableScope]
espeakedit-1.48.03/src/numbers.cpp:423:6: style: The scope of the variable 'letter2' can be reduced. [variableScope]
espeakedit-1.48.03/src/numbers.cpp:424:7: style: The scope of the variable 'ph_letter1' can be reduced. [variableScope]
espeakedit-1.48.03/src/numbers.cpp:425:7: style: The scope of the variable 'ph_letter2' can be reduced. [variableScope]
espeakedit-1.48.03/src/numbers.cpp:426:7: style: The scope of the variable 'ph_accent1' can be reduced. [variableScope]
espeakedit-1.48.03/src/numbers.cpp:709:6: style: The scope of the variable 'ix' can be reduced. [variableScope]
espeakedit-1.48.03/src/numbers.cpp:710:6: style: The scope of the variable 'c' can be reduced. [variableScope]
espeakedit-1.48.03/src/numbers.cpp:711:8: style: The scope of the variable 'p2' can be reduced. [variableScope]
espeakedit-1.48.03/src/numbers.cpp:712:8: style: The scope of the variable 'pbuf' can be reduced. [variableScope]
espeakedit-1.48.03/src/numbers.cpp:713:14: style: The scope of the variable 'modifier' can be reduced. [variableScope]
espeakedit-1.48.03/src/numbers.cpp:717:6: style: The scope of the variable 'language' can be reduced. [variableScope]
espeakedit-1.48.03/src/numbers.cpp:720:6: style: The scope of the variable 'speak_letter_number' can be reduced. [variableScope]
espeakedit-1.48.03/src/numbers.cpp:726:14: style: The scope of the variable 'pause_string' can be reduced. [variableScope]
espeakedit-1.48.03/src/numbers.cpp:858:8: style: The scope of the variable 'initial' can be reduced. [variableScope]
espeakedit-1.48.03/src/numbers.cpp:858:17: style: The scope of the variable 'code' can be reduced. [variableScope]
espeakedit-1.48.03/src/numbers.cpp:1070:6: style: The scope of the variable 'nextflags' can be reduced. [variableScope]
espeakedit-1.48.03/src/numbers.cpp:1144:14: style: The scope of the variable 'p2' can be reduced. [variableScope]
espeakedit-1.48.03/src/numbers.cpp:1147:6: style: The scope of the variable 'value' can be reduced. [variableScope]
espeakedit-1.48.03/src/numbers.cpp:1322:6: style: The scope of the variable 'found' can be reduced. [variableScope]
espeakedit-1.48.03/src/numbers.cpp:1327:7: style: The scope of the variable 'ph_buf' can be reduced. [variableScope]
espeakedit-1.48.03/src/numbers.cpp:1445:6: style: The scope of the variable 'found_ordinal' can be reduced. [variableScope]
espeakedit-1.48.03/src/numbers.cpp:1446:6: style: The scope of the variable 'next_phtype' can be reduced. [variableScope]
espeakedit-1.48.03/src/numbers.cpp:1448:7: style: The scope of the variable 'string' can be reduced. [variableScope]
espeakedit-1.48.03/src/numbers.cpp:1732:6: style: The scope of the variable 'found' can be reduced. [variableScope]
espeakedit-1.48.03/src/numbers.cpp:1737:6: style: The scope of the variable 'exact' can be reduced. [variableScope]
espeakedit-1.48.03/src/numbers.cpp:1739:6: style: The scope of the variable 'tplex' can be reduced. [variableScope]
espeakedit-1.48.03/src/numbers.cpp:1741:6: style: The scope of the variable 'say_one_hundred' can be reduced. [variableScope]
espeakedit-1.48.03/src/numbers.cpp:1742:7: style: The scope of the variable 'string' can be reduced. [variableScope]
espeakedit-1.48.03/src/numbers.cpp:1745:7: style: The scope of the variable 'ph_100' can be reduced. [variableScope]
espeakedit-1.48.03/src/numbers.cpp:1746:7: style: The scope of the variable 'ph_10T' can be reduced. [variableScope]
espeakedit-1.48.03/src/numbers.cpp:1747:7: style: The scope of the variable 'ph_digits' can be reduced. [variableScope]
espeakedit-1.48.03/src/numbers.cpp:2003:6: style: The scope of the variable 'digix' can be reduced. [variableScope]
espeakedit-1.48.03/src/numbers.cpp:2004:16: style: The scope of the variable 'c' can be reduced. [variableScope]
espeakedit-1.48.03/src/numbers.cpp:2013:6: style: The scope of the variable 'decimal_count' can be reduced. [variableScope]
espeakedit-1.48.03/src/numbers.cpp:500:77: style: Function 'LookupLetter' argument 4 names different: declaration 'ph_buf' definition 'ph_buf1'. [funcArgNamesDifferent]
espeakedit-1.48.03/src/translate.h:763:77: note: Function 'LookupLetter' argument 4 names different: declaration 'ph_buf' definition 'ph_buf1'.
espeakedit-1.48.03/src/numbers.cpp:500:77: note: Function 'LookupLetter' argument 4 names different: declaration 'ph_buf' definition 'ph_buf1'.
espeakedit-1.48.03/src/numbers.cpp:698:43: style: Function 'TranslateLetter' argument 2 names different: declaration 'letter' definition 'word'. [funcArgNamesDifferent]
espeakedit-1.48.03/src/translate.h:762:43: note: Function 'TranslateLetter' argument 2 names different: declaration 'letter' definition 'word'.
espeakedit-1.48.03/src/numbers.cpp:698:43: note: Function 'TranslateLetter' argument 2 names different: declaration 'letter' definition 'word'.
espeakedit-1.48.03/src/numbers.cpp:1206:3: style: Variable 'n_digits' is modified but its new value is never used. [unreadVariable]
espeakedit-1.48.03/src/numbers.cpp:2143:19: style: Array index 'ix' is used before limits check. [arrayIndexThenCheck]
espeakedit-1.48.03/src/options.cpp:194:21: style: Function 'ConfigSave' argument 1 names different: declaration 'end' definition 'exit'. [funcArgNamesDifferent]
espeakedit-1.48.03/src/options.h:31:28: note: Function 'ConfigSave' argument 1 names different: declaration 'end' definition 'exit'.
espeakedit-1.48.03/src/options.cpp:194:21: note: Function 'ConfigSave' argument 1 names different: declaration 'end' definition 'exit'.
espeakedit-1.48.03/src/phonemelist.cpp:50:17: style: The scope of the variable 'plist2' can be reduced. [variableScope]
espeakedit-1.48.03/src/phonemelist.cpp:121:6: style: The scope of the variable 'voicing' can be reduced. [variableScope]
espeakedit-1.48.03/src/phonemelist.cpp:127:6: style: The scope of the variable 'inserted' can be reduced. [variableScope]
espeakedit-1.48.03/src/phonemelist.cpp:128:6: style: The scope of the variable 'deleted' can be reduced. [variableScope]
espeakedit-1.48.03/src/phonemelist.cpp:466:18: style: The scope of the variable 'p' can be reduced. [variableScope]
espeakedit-1.48.03/src/phonemelist.cpp:108:58: style: Function 'MakePhonemeList' argument 3 names different: declaration 'new_sentence' definition 'start_sentence'. [funcArgNamesDifferent]
espeakedit-1.48.03/src/translate.h:769:58: note: Function 'MakePhonemeList' argument 3 names different: declaration 'new_sentence' definition 'start_sentence'.
espeakedit-1.48.03/src/phonemelist.cpp:108:58: note: Function 'MakePhonemeList' argument 3 names different: declaration 'new_sentence' definition 'start_sentence'.
espeakedit-1.48.03/src/prosodydisplay.cpp:255:2: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
espeakedit-1.48.03/src/prosodydisplay.cpp:66:9: style: The scope of the variable 'ix' can be reduced. [variableScope]
espeakedit-1.48.03/src/prosodydisplay.cpp:87:9: style: The scope of the variable 'ix' can be reduced. [variableScope]
espeakedit-1.48.03/src/prosodydisplay.cpp:327:6: style: The scope of the variable 'ix' can be reduced. [variableScope]
espeakedit-1.48.03/src/prosodydisplay.cpp:328:6: style: The scope of the variable 'xpos' can be reduced. [variableScope]
espeakedit-1.48.03/src/prosodydisplay.cpp:447:7: style: The scope of the variable 'pitch' can be reduced. [variableScope]
espeakedit-1.48.03/src/prosodydisplay.cpp:450:7: style: The scope of the variable 'x' can be reduced. [variableScope]
espeakedit-1.48.03/src/prosodydisplay.cpp:450:9: style: The scope of the variable 'y' can be reduced. [variableScope]
espeakedit-1.48.03/src/prosodydisplay.cpp:508:7: style: The scope of the variable 'width' can be reduced. [variableScope]
espeakedit-1.48.03/src/prosodydisplay.cpp:509:7: style: The scope of the variable 'width2' can be reduced. [variableScope]
espeakedit-1.48.03/src/prosodydisplay.cpp:513:16: style: The scope of the variable 'p' can be reduced. [variableScope]
espeakedit-1.48.03/src/prosodydisplay.cpp:613:6: style: The scope of the variable 'vX' can be reduced. [variableScope]
espeakedit-1.48.03/src/prosodydisplay.cpp:613:9: style: The scope of the variable 'vY' can be reduced. [variableScope]
espeakedit-1.48.03/src/prosodydisplay.cpp:613:12: style: The scope of the variable 'vW' can be reduced. [variableScope]
espeakedit-1.48.03/src/prosodydisplay.cpp:613:15: style: The scope of the variable 'vH' can be reduced. [variableScope]
espeakedit-1.48.03/src/prosodydisplay.cpp:615:12: style: The scope of the variable 'start' can be reduced. [variableScope]
espeakedit-1.48.03/src/prosodydisplay.cpp:615:19: style: The scope of the variable 'end' can be reduced. [variableScope]
espeakedit-1.48.03/src/prosodydisplay.cpp:650:6: style: The scope of the variable 'w' can be reduced. [variableScope]
espeakedit-1.48.03/src/prosodydisplay.cpp:653:16: style: The scope of the variable 'p' can be reduced. [variableScope]
espeakedit-1.48.03/src/prosodydisplay.cpp:696:6: style: The scope of the variable 'ix' can be reduced. [variableScope]
espeakedit-1.48.03/src/prosodydisplay.cpp:696:10: style: The scope of the variable 'npages' can be reduced. [variableScope]
espeakedit-1.48.03/src/prosodydisplay.cpp:646:47: style: Function 'LayoutData' argument 1 names different: declaration 'phlist' definition 'ph_list'. [funcArgNamesDifferent]
espeakedit-1.48.03/src/prosodydisplay.h:25:33: note: Function 'LayoutData' argument 1 names different: declaration 'phlist' definition 'ph_list'.
espeakedit-1.48.03/src/prosodydisplay.cpp:646:47: note: Function 'LayoutData' argument 1 names different: declaration 'phlist' definition 'ph_list'.
espeakedit-1.48.03/src/prosodydisplay.cpp:133:17: warning: Member variable 'ProsodyDisplay::numph' is not initialized in the constructor. [uninitMemberVar]
espeakedit-1.48.03/src/prosodydisplay.cpp:133:17: warning: Member variable 'ProsodyDisplay::phlist' is not initialized in the constructor. [uninitMemberVar]
espeakedit-1.48.03/src/prosodydisplay.cpp:133:17: warning: Member variable 'ProsodyDisplay::num_lines' is not initialized in the constructor. [uninitMemberVar]
espeakedit-1.48.03/src/prosodydisplay.cpp:133:17: warning: Member variable 'ProsodyDisplay::linetab' is not initialized in the constructor. [uninitMemberVar]
espeakedit-1.48.03/src/prosodydisplay.cpp:117:12: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
espeakedit-1.48.03/src/prosodydisplay.cpp:108:9: error: Common realloc mistake: 'manifest' nulled but not freed upon failure [memleakOnRealloc]
espeakedit-1.48.03/src/prosodydisplay.cpp:109:0: error: Resource leak: f [resourceLeak]
espeakedit-1.48.03/src/readclause.cpp:469:6: style: The scope of the variable 'ix' can be reduced. [variableScope]
espeakedit-1.48.03/src/readclause.cpp:556:15: style: The scope of the variable 'c2' can be reduced. [variableScope]
espeakedit-1.48.03/src/readclause.cpp:611:6: style: The scope of the variable 'c' can be reduced. [variableScope]
espeakedit-1.48.03/src/readclause.cpp:613:6: style: The scope of the variable 'c2' can be reduced. [variableScope]
espeakedit-1.48.03/src/readclause.cpp:615:6: style: The scope of the variable 'ix' can be reduced. [variableScope]
espeakedit-1.48.03/src/readclause.cpp:616:6: style: The scope of the variable 'n_bytes' can be reduced. [variableScope]
espeakedit-1.48.03/src/readclause.cpp:727:7: style: The scope of the variable 'phonemes2' can be reduced. [variableScope]
espeakedit-1.48.03/src/readclause.cpp:751:7: style: The scope of the variable 'phonemes2' can be reduced. [variableScope]
espeakedit-1.48.03/src/readclause.cpp:835:16: style: The scope of the variable 'c' can be reduced. [variableScope]
espeakedit-1.48.03/src/readclause.cpp:877:7: style: The scope of the variable 'fd_temp' can be reduced. [variableScope]
espeakedit-1.48.03/src/readclause.cpp:879:8: style: The scope of the variable 'command' can be reduced. [variableScope]
espeakedit-1.48.03/src/readclause.cpp:989:6: style: The scope of the variable 'punct_count' can be reduced. [variableScope]
espeakedit-1.48.03/src/readclause.cpp:998:7: style: The scope of the variable 'buf2' can be reduced. [variableScope]
espeakedit-1.48.03/src/readclause.cpp:1185:6: style: The scope of the variable 'voice_name_specified' can be reduced. [variableScope]
espeakedit-1.48.03/src/readclause.cpp:1190:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
espeakedit-1.48.03/src/readclause.cpp:1267:6: style: The scope of the variable 'value' can be reduced. [variableScope]
espeakedit-1.48.03/src/readclause.cpp:1449:15: style: The scope of the variable 'c' can be reduced. [variableScope]
espeakedit-1.48.03/src/readclause.cpp:1451:6: style: The scope of the variable 'n' can be reduced. [variableScope]
espeakedit-1.48.03/src/readclause.cpp:1452:6: style: The scope of the variable 'prev_c' can be reduced. [variableScope]
espeakedit-1.48.03/src/readclause.cpp:1537:8: style: The scope of the variable 'vp' can be reduced. [variableScope]
espeakedit-1.48.03/src/readclause.cpp:1598:11: style: The scope of the variable 'lang' can be reduced. [variableScope]
espeakedit-1.48.03/src/readclause.cpp:1599:11: style: The scope of the variable 'gender' can be reduced. [variableScope]
espeakedit-1.48.03/src/readclause.cpp:1600:11: style: The scope of the variable 'name' can be reduced. [variableScope]
espeakedit-1.48.03/src/readclause.cpp:1601:11: style: The scope of the variable 'age' can be reduced. [variableScope]
espeakedit-1.48.03/src/readclause.cpp:1602:11: style: The scope of the variable 'variant' can be reduced. [variableScope]
espeakedit-1.48.03/src/readclause.cpp:1603:6: style: The scope of the variable 'value' can be reduced. [variableScope]
espeakedit-1.48.03/src/readclause.cpp:1605:14: style: The scope of the variable 'ssml_sp' can be reduced. [variableScope]
espeakedit-1.48.03/src/readclause.cpp:1672:6: style: The scope of the variable 'sign' can be reduced. [variableScope]
espeakedit-1.48.03/src/readclause.cpp:1751:6: style: The scope of the variable 'ix' can be reduced. [variableScope]
espeakedit-1.48.03/src/readclause.cpp:1774:6: style: The scope of the variable 'c' can be reduced. [variableScope]
espeakedit-1.48.03/src/readclause.cpp:1785:8: style: The scope of the variable 'uri' can be reduced. [variableScope]
espeakedit-1.48.03/src/readclause.cpp:2026:9: style: The scope of the variable 'fname' can be reduced. [variableScope]
espeakedit-1.48.03/src/readclause.cpp:2242:6: style: The scope of the variable 'cprev2' can be reduced. [variableScope]
espeakedit-1.48.03/src/readclause.cpp:2566:11: style: The scope of the variable 'p_word' can be reduced. [variableScope]
espeakedit-1.48.03/src/readclause.cpp:2603:10: style: The scope of the variable 'text_buf' can be reduced. [variableScope]
espeakedit-1.48.03/src/setlengths.cpp:144:6: style: The scope of the variable 's1' can be reduced. [variableScope]
espeakedit-1.48.03/src/setlengths.cpp:148:9: style: The scope of the variable 'sonic' can be reduced. [variableScope]
espeakedit-1.48.03/src/setlengths.cpp:482:6: style: The scope of the variable 'default_value' can be reduced. [variableScope]
espeakedit-1.48.03/src/setlengths.cpp:564:16: style: The scope of the variable 'next' can be reduced. [variableScope]
espeakedit-1.48.03/src/setlengths.cpp:570:7: style: The scope of the variable 'stress' can be reduced. [variableScope]
espeakedit-1.48.03/src/setlengths.cpp:571:7: style: The scope of the variable 'type' can be reduced. [variableScope]
espeakedit-1.48.03/src/setlengths.cpp:585:6: style: The scope of the variable 'emphasized' can be reduced. [variableScope]
espeakedit-1.48.03/src/sonic.cpp:282:79: warning: Possible null pointer dereference: samples [nullPointer]
espeakedit-1.48.03/src/sonic.cpp:462:70: note: Calling function 'sonicWriteShortToStream', 2nd argument 'samples' value is 0
espeakedit-1.48.03/src/sonic.cpp:908:46: note: Calling function 'addShortSamplesToInputBuffer', 2nd argument 'samples' value is 0
espeakedit-1.48.03/src/sonic.cpp:282:79: note: Null pointer dereference
espeakedit-1.48.03/src/sonic.cpp:80:9: style: The scope of the variable 'value' can be reduced. [variableScope]
espeakedit-1.48.03/src/sonic.cpp:503:9: style: The scope of the variable 'value' can be reduced. [variableScope]
espeakedit-1.48.03/src/sonic.cpp:526:12: style: The scope of the variable 's' can be reduced. [variableScope]
espeakedit-1.48.03/src/sonic.cpp:526:16: style: The scope of the variable 'p' can be reduced. [variableScope]
espeakedit-1.48.03/src/sonic.cpp:527:19: style: The scope of the variable 'diff' can be reduced. [variableScope]
espeakedit-1.48.03/src/sonic.cpp:635:12: style: The scope of the variable 'o' can be reduced. [variableScope]
espeakedit-1.48.03/src/sonic.cpp:635:16: style: The scope of the variable 'u' can be reduced. [variableScope]
espeakedit-1.48.03/src/sonic.cpp:635:20: style: The scope of the variable 'd' can be reduced. [variableScope]
espeakedit-1.48.03/src/sonic.cpp:661:12: style: The scope of the variable 'o' can be reduced. [variableScope]
espeakedit-1.48.03/src/sonic.cpp:661:16: style: The scope of the variable 'u' can be reduced. [variableScope]
espeakedit-1.48.03/src/sonic.cpp:661:20: style: The scope of the variable 'd' can be reduced. [variableScope]
espeakedit-1.48.03/src/sonic.cpp:735:9: style: The scope of the variable 'period' can be reduced. [variableScope]
espeakedit-1.48.03/src/sonic.cpp:735:17: style: The scope of the variable 'newPeriod' can be reduced. [variableScope]
espeakedit-1.48.03/src/sonic.cpp:737:12: style: The scope of the variable 'out' can be reduced. [variableScope]
espeakedit-1.48.03/src/sonic.cpp:785:45: error: Uninitialized variable: newSamples [uninitvar]
espeakedit-1.48.03/src/speak_lib.cpp:723:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'wchar_t'. [invalidPrintfArgType_sint]
espeakedit-1.48.03/src/speak_lib.cpp:852:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
espeakedit-1.48.03/src/speak_lib.cpp:852:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
espeakedit-1.48.03/src/speak_lib.cpp:920:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
espeakedit-1.48.03/src/speak_lib.cpp:420:6: style: The scope of the variable 'length' can be reduced. [variableScope]
espeakedit-1.48.03/src/speak_lib.cpp:770:54: style: Function 'espeak_Initialize' argument 1 names different: declaration 'output' definition 'output_type'. [funcArgNamesDifferent]
espeakedit-1.48.03/src/speak_lib.h:185:54: note: Function 'espeak_Initialize' argument 1 names different: declaration 'output' definition 'output_type'.
espeakedit-1.48.03/src/speak_lib.cpp:770:54: note: Function 'espeak_Initialize' argument 1 names different: declaration 'output' definition 'output_type'.
espeakedit-1.48.03/src/speak_lib.cpp:770:71: style: Function 'espeak_Initialize' argument 2 names different: declaration 'buflength' definition 'buf_length'. [funcArgNamesDifferent]
espeakedit-1.48.03/src/speak_lib.h:185:66: note: Function 'espeak_Initialize' argument 2 names different: declaration 'buflength' definition 'buf_length'.
espeakedit-1.48.03/src/speak_lib.cpp:770:71: note: Function 'espeak_Initialize' argument 2 names different: declaration 'buflength' definition 'buf_length'.
espeakedit-1.48.03/src/speak_lib.cpp:969:48: style: Function 'espeak_Key' argument 1 names different: declaration 'key_name' definition 'key'. [funcArgNamesDifferent]
espeakedit-1.48.03/src/speak_lib.h:360:48: note: Function 'espeak_Key' argument 1 names different: declaration 'key_name' definition 'key'.
espeakedit-1.48.03/src/speak_lib.cpp:969:48: note: Function 'espeak_Key' argument 1 names different: declaration 'key_name' definition 'key'.
espeakedit-1.48.03/src/speak_lib.cpp:1061:67: style: Function 'espeak_SetVoiceByProperties' argument 1 names different: declaration 'voice_spec' definition 'voice_selector'. [funcArgNamesDifferent]
espeakedit-1.48.03/src/speak_lib.h:601:67: note: Function 'espeak_SetVoiceByProperties' argument 1 names different: declaration 'voice_spec' definition 'voice_selector'.
espeakedit-1.48.03/src/speak_lib.cpp:1061:67: note: Function 'espeak_SetVoiceByProperties' argument 1 names different: declaration 'voice_spec' definition 'voice_selector'.
espeakedit-1.48.03/src/speak_lib.cpp:1288:49: style: Function 'espeak_Info' argument 1 names different: declaration 'path_data' definition 'ptr'. [funcArgNamesDifferent]
espeakedit-1.48.03/src/speak_lib.h:668:49: note: Function 'espeak_Info' argument 1 names different: declaration 'path_data' definition 'ptr'.
espeakedit-1.48.03/src/speak_lib.cpp:1288:49: note: Function 'espeak_Info' argument 1 names different: declaration 'path_data' definition 'ptr'.
espeakedit-1.48.03/src/speak_lib.cpp:803:2: error: Common realloc mistake: 'outbuf' nulled but not freed upon failure [memleakOnRealloc]
espeakedit-1.48.03/src/speak_lib.cpp:810:6: error: Common realloc mistake: 'event_list' nulled but not freed upon failure [memleakOnRealloc]
espeakedit-1.48.03/src/spect.cpp:307:3: style: Variable 'ix' is reassigned a value before the old one has been used. [redundantAssignment]
espeakedit-1.48.03/src/spect.cpp:306:3: note: Variable 'ix' is reassigned a value before the old one has been used.
espeakedit-1.48.03/src/spect.cpp:307:3: note: Variable 'ix' is reassigned a value before the old one has been used.
espeakedit-1.48.03/src/spect.cpp:291:7: style: The scope of the variable 'x' can be reduced. [variableScope]
espeakedit-1.48.03/src/spect.cpp:470:6: style: The scope of the variable 'height' can be reduced. [variableScope]
espeakedit-1.48.03/src/spect.cpp:503:11: style: The scope of the variable 'y2' can be reduced. [variableScope]
espeakedit-1.48.03/src/spect.cpp:504:9: style: The scope of the variable 'yy' can be reduced. [variableScope]
espeakedit-1.48.03/src/spect.cpp:579:12: style: The scope of the variable 'pk' can be reduced. [variableScope]
espeakedit-1.48.03/src/spect.cpp:583:10: style: The scope of the variable 'x2' can be reduced. [variableScope]
espeakedit-1.48.03/src/spect.cpp:583:14: style: The scope of the variable 'x3' can be reduced. [variableScope]
espeakedit-1.48.03/src/spect.cpp:145:39: style: Function 'Import' argument 1 names different: declaration 'stream' definition 'stream1'. [funcArgNamesDifferent]
espeakedit-1.48.03/src/spect.h:135:30: note: Function 'Import' argument 1 names different: declaration 'stream' definition 'stream1'.
espeakedit-1.48.03/src/spect.cpp:145:39: note: Function 'Import' argument 1 names different: declaration 'stream' definition 'stream1'.
espeakedit-1.48.03/src/spect.cpp:465:31: style: Function 'GetRms' argument 1 names different: declaration 'amp' definition 'seq_amplitude'. [funcArgNamesDifferent]
espeakedit-1.48.03/src/spect.h:148:20: note: Function 'GetRms' argument 1 names different: declaration 'amp' definition 'seq_amplitude'.
espeakedit-1.48.03/src/spect.cpp:465:31: note: Function 'GetRms' argument 1 names different: declaration 'amp' definition 'seq_amplitude'.
espeakedit-1.48.03/src/spect.cpp:496:91: style: Function 'DrawPeaks' argument 5 names different: declaration 'scalex' definition 'scale_x'. [funcArgNamesDifferent]
espeakedit-1.48.03/src/spect.h:172:82: note: Function 'DrawPeaks' argument 5 names different: declaration 'scalex' definition 'scale_x'.
espeakedit-1.48.03/src/spect.cpp:496:91: note: Function 'DrawPeaks' argument 5 names different: declaration 'scalex' definition 'scale_x'.
espeakedit-1.48.03/src/spect.cpp:99:2: performance: Variable 'FONT_SMALL' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
espeakedit-1.48.03/src/spect.cpp:132:3: style: Class 'SpectFrame' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
espeakedit-1.48.03/src/spect.cpp:132:3: style: Class 'SpectFrame' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
espeakedit-1.48.03/src/spectdisplay.cpp:105:6: style: The scope of the variable 'vX' can be reduced. [variableScope]
espeakedit-1.48.03/src/spectdisplay.cpp:105:9: style: The scope of the variable 'vY' can be reduced. [variableScope]
espeakedit-1.48.03/src/spectdisplay.cpp:105:12: style: The scope of the variable 'vW' can be reduced. [variableScope]
espeakedit-1.48.03/src/spectdisplay.cpp:105:15: style: The scope of the variable 'vH' can be reduced. [variableScope]
espeakedit-1.48.03/src/spectdisplay.cpp:469:14: style: The scope of the variable 'sf' can be reduced. [variableScope]
espeakedit-1.48.03/src/spectdisplay.cpp:507:6: style: The scope of the variable 'keyfr' can be reduced. [variableScope]
espeakedit-1.48.03/src/spectdisplay.cpp:912:7: style: The scope of the variable 'ix' can be reduced. [variableScope]
espeakedit-1.48.03/src/spectdisplay.cpp:436:56: performance: Function parameter 'pitchenv' should be passed by const reference. [passedByValue]
espeakedit-1.48.03/src/spectseq.cpp:957:13: error: Array 'fr->klattp[5]' accessed at index 9, which is out of bounds. [arrayIndexOutOfBounds]
espeakedit-1.48.03/src/spectseq.cpp:709:49: style: Same expression on both sides of '-'. [duplicateExpression]
espeakedit-1.48.03/src/spectseq.cpp:59:16: style: The scope of the variable 'dift' can be reduced. [variableScope]
espeakedit-1.48.03/src/spectseq.cpp:154:6: style: The scope of the variable 'ix' can be reduced. [variableScope]
espeakedit-1.48.03/src/spectseq.cpp:463:6: style: The scope of the variable 'x' can be reduced. [variableScope]
espeakedit-1.48.03/src/spectseq.cpp:621:6: style: The scope of the variable 'f' can be reduced. [variableScope]
espeakedit-1.48.03/src/spectseq.cpp:622:8: style: The scope of the variable 'x' can be reduced. [variableScope]
espeakedit-1.48.03/src/spectseq.cpp:786:7: style: The scope of the variable 'f' can be reduced. [variableScope]
espeakedit-1.48.03/src/spectseq.cpp:786:10: style: The scope of the variable 'peak' can be reduced. [variableScope]
espeakedit-1.48.03/src/spectseq.cpp:833:10: style: The scope of the variable 'y' can be reduced. [variableScope]
espeakedit-1.48.03/src/spectseq.cpp:907:7: style: The scope of the variable 'y' can be reduced. [variableScope]
espeakedit-1.48.03/src/spectseq.cpp:1111:7: style: The scope of the variable 'ix' can be reduced. [variableScope]
espeakedit-1.48.03/src/spectseq.cpp:1114:7: style: The scope of the variable 'y' can be reduced. [variableScope]
espeakedit-1.48.03/src/spectseq.cpp:132:24: style: Function 'SpectSeq' argument 1 names different: declaration 'nframes' definition 'n'. [funcArgNamesDifferent]
espeakedit-1.48.03/src/spect.h:181:15: note: Function 'SpectSeq' argument 1 names different: declaration 'nframes' definition 'n'.
espeakedit-1.48.03/src/spectseq.cpp:132:24: note: Function 'SpectSeq' argument 1 names different: declaration 'nframes' definition 'n'.
espeakedit-1.48.03/src/spectseq.cpp:310:58: style: Function 'GetFrameLength' argument 3 names different: declaration 'original_mS' definition 'original'. [funcArgNamesDifferent]
espeakedit-1.48.03/src/spect.h:199:49: note: Function 'GetFrameLength' argument 3 names different: declaration 'original_mS' definition 'original'.
espeakedit-1.48.03/src/spectseq.cpp:310:58: note: Function 'GetFrameLength' argument 3 names different: declaration 'original_mS' definition 'original'.
espeakedit-1.48.03/src/spectseq.cpp:783:37: style: Function 'InterpolatePeaks' argument 1 names different: declaration 'on' definition 'control'. [funcArgNamesDifferent]
espeakedit-1.48.03/src/spect.h:191:28: note: Function 'InterpolatePeaks' argument 1 names different: declaration 'on' definition 'control'.
espeakedit-1.48.03/src/spectseq.cpp:783:37: note: Function 'InterpolatePeaks' argument 1 names different: declaration 'on' definition 'control'.
espeakedit-1.48.03/src/spectseq.cpp:823:44: style: Function 'MakePitchenv' argument 1 names different: declaration 'pitch' definition 'pitchenv'. [funcArgNamesDifferent]
espeakedit-1.48.03/src/spect.h:188:35: note: Function 'MakePitchenv' argument 1 names different: declaration 'pitch' definition 'pitchenv'.
espeakedit-1.48.03/src/spectseq.cpp:823:44: note: Function 'MakePitchenv' argument 1 names different: declaration 'pitch' definition 'pitchenv'.
espeakedit-1.48.03/src/spectseq.cpp:1107:32: style: Function 'MakeWaveF' argument 1 names different: declaration 'peaks' definition 'control'. [funcArgNamesDifferent]
espeakedit-1.48.03/src/spect.h:146:21: note: Function 'MakeWaveF' argument 1 names different: declaration 'peaks' definition 'control'.
espeakedit-1.48.03/src/spectseq.cpp:1107:32: note: Function 'MakeWaveF' argument 1 names different: declaration 'peaks' definition 'control'.
espeakedit-1.48.03/src/spectseq.cpp:1107:56: style: Function 'MakeWaveF' argument 2 names different: declaration 'pitch' definition 'pitche'. [funcArgNamesDifferent]
espeakedit-1.48.03/src/spect.h:146:43: note: Function 'MakeWaveF' argument 2 names different: declaration 'pitch' definition 'pitche'.
espeakedit-1.48.03/src/spectseq.cpp:1107:56: note: Function 'MakeWaveF' argument 2 names different: declaration 'pitch' definition 'pitche'.
espeakedit-1.48.03/src/spectseq.cpp:957:7: error: Array 'fr.klattp[5]' accessed at index 9, which is out of bounds. [arrayIndexOutOfBounds]
espeakedit-1.48.03/src/spectseq.cpp:885:12: style: Array index 'xx' is used before limits check. [arrayIndexThenCheck]
espeakedit-1.48.03/src/spectseq.cpp:132:11: warning: Member variable 'SpectSeq::amplitude' is not initialized in the constructor. [uninitMemberVar]
espeakedit-1.48.03/src/spectseq.cpp:132:11: warning: Member variable 'SpectSeq::spare' is not initialized in the constructor. [uninitMemberVar]
espeakedit-1.48.03/src/spectseq.cpp:132:11: warning: Member variable 'SpectSeq::pitchenv' is not initialized in the constructor. [uninitMemberVar]
espeakedit-1.48.03/src/spectseq.cpp:132:11: warning: Member variable 'SpectSeq::scalex' is not initialized in the constructor. [uninitMemberVar]
espeakedit-1.48.03/src/spectseq.cpp:132:11: warning: Member variable 'SpectSeq::scaley' is not initialized in the constructor. [uninitMemberVar]
espeakedit-1.48.03/src/spect.h:147:7: performance: Technically the member function 'SpectFrame::MakeHtab' can be static. [functionStatic]
espeakedit-1.48.03/src/spectseq.cpp:1099:18: note: Technically the member function 'SpectFrame::MakeHtab' can be static.
espeakedit-1.48.03/src/spect.h:147:7: note: Technically the member function 'SpectFrame::MakeHtab' can be static.
espeakedit-1.48.03/src/spect.h:195:7: style: Technically the member function 'SpectSeq::CountSelected' can be const. [functionConst]
espeakedit-1.48.03/src/spectseq.cpp:176:15: note: Technically the member function 'SpectSeq::CountSelected' can be const.
espeakedit-1.48.03/src/spect.h:195:7: note: Technically the member function 'SpectSeq::CountSelected' can be const.
espeakedit-1.48.03/src/spect.h:199:8: style: Technically the member function 'SpectSeq::GetFrameLength' can be const. [functionConst]
espeakedit-1.48.03/src/spectseq.cpp:310:17: note: Technically the member function 'SpectSeq::GetFrameLength' can be const.
espeakedit-1.48.03/src/spect.h:199:8: note: Technically the member function 'SpectSeq::GetFrameLength' can be const.
espeakedit-1.48.03/src/spect.h:200:8: style: Technically the member function 'SpectSeq::GetKeyedLength' can be const. [functionConst]
espeakedit-1.48.03/src/spectseq.cpp:331:17: note: Technically the member function 'SpectSeq::GetKeyedLength' can be const.
espeakedit-1.48.03/src/spect.h:200:8: note: Technically the member function 'SpectSeq::GetKeyedLength' can be const.
espeakedit-1.48.03/src/spect.h:202:7: style: Technically the member function 'SpectSeq::ConstructVowel' can be const. [functionConst]
espeakedit-1.48.03/src/spectseq.cpp:588:16: note: Technically the member function 'SpectSeq::ConstructVowel' can be const.
espeakedit-1.48.03/src/spect.h:202:7: note: Technically the member function 'SpectSeq::ConstructVowel' can be const.
espeakedit-1.48.03/src/spect.h:224:7: style: Technically the member function 'SpectSeq::ApplyAmp_adjust' can be const. [functionConst]
espeakedit-1.48.03/src/spectseq.cpp:904:16: note: Technically the member function 'SpectSeq::ApplyAmp_adjust' can be const.
espeakedit-1.48.03/src/spect.h:224:7: note: Technically the member function 'SpectSeq::ApplyAmp_adjust' can be const.
espeakedit-1.48.03/src/spectseq.cpp:136:3: style: Class 'SpectSeq' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
espeakedit-1.48.03/src/spectseq.cpp:136:3: style: Class 'SpectSeq' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
espeakedit-1.48.03/src/spectseq.cpp:899:2: error: Mismatching allocation and deallocation: ax [mismatchAllocDealloc]
espeakedit-1.48.03/src/spectseq.cpp:900:2: error: Mismatching allocation and deallocation: ay [mismatchAllocDealloc]
espeakedit-1.48.03/src/synth_mbrola.cpp:300:6: style: The scope of the variable 'ix' can be reduced. [variableScope]
espeakedit-1.48.03/src/synth_mbrola.cpp:303:9: style: The scope of the variable 'p2' can be reduced. [variableScope]
espeakedit-1.48.03/src/synth_mbrola.cpp:310:6: style: The scope of the variable 'y2' can be reduced. [variableScope]
espeakedit-1.48.03/src/synth_mbrola.cpp:416:15: style: The scope of the variable 'name' can be reduced. [variableScope]
espeakedit-1.48.03/src/synth_mbrola.cpp:420:15: style: The scope of the variable 'ph_next' can be reduced. [variableScope]
espeakedit-1.48.03/src/synth_mbrola.cpp:421:15: style: The scope of the variable 'ph_prev' can be reduced. [variableScope]
espeakedit-1.48.03/src/synth_mbrola.cpp:423:16: style: The scope of the variable 'next' can be reduced. [variableScope]
espeakedit-1.48.03/src/synth_mbrola.cpp:433:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
espeakedit-1.48.03/src/synth_mbrola.cpp:669:8: style: The scope of the variable 'value16' can be reduced. [variableScope]
espeakedit-1.48.03/src/synth_mbrola.cpp:670:6: style: The scope of the variable 'value' can be reduced. [variableScope]
espeakedit-1.48.03/src/synth_mbrola.cpp:176:6: error: Common realloc mistake: 'mbrola_tab' nulled but not freed upon failure [memleakOnRealloc]
espeakedit-1.48.03/src/synthdata.cpp:591:36: warning: Either the condition 'instn2<8' is redundant or the array 'condition_level[4]' is accessed at index 7, which is out of bounds. [arrayIndexOutOfBoundsCond]
espeakedit-1.48.03/src/synthdata.cpp:1080:14: note: Assuming that condition 'instn2<8' is not redundant
espeakedit-1.48.03/src/synthdata.cpp:1083:42: note: Calling function 'StressCondition', 3rd argument 'condition' value is 7
espeakedit-1.48.03/src/synthdata.cpp:591:36: note: Array index out of bounds
espeakedit-1.48.03/src/synthdata.cpp:114:6: style: The scope of the variable 'n_phonemes' can be reduced. [variableScope]
espeakedit-1.48.03/src/synthdata.cpp:120:7: style: The scope of the variable 'pw' can be reduced. [variableScope]
espeakedit-1.48.03/src/synthdata.cpp:206:16: style: The scope of the variable 'c' can be reduced. [variableScope]
espeakedit-1.48.03/src/synthdata.cpp:232:7: style: The scope of the variable 'length_std' can be reduced. [variableScope]
espeakedit-1.48.03/src/synthdata.cpp:233:7: style: The scope of the variable 'length_factor' can be reduced. [variableScope]
espeakedit-1.48.03/src/synthdata.cpp:392:6: style: The scope of the variable 'ph_code' can be reduced. [variableScope]
espeakedit-1.48.03/src/synthdata.cpp:617:6: style: The scope of the variable 'which' can be reduced. [variableScope]
espeakedit-1.48.03/src/synthdata.cpp:618:6: style: The scope of the variable 'ix' can be reduced. [variableScope]
espeakedit-1.48.03/src/synthdata.cpp:622:6: style: The scope of the variable 'count' can be reduced. [variableScope]
espeakedit-1.48.03/src/synthdata.cpp:623:15: style: The scope of the variable 'ph' can be reduced. [variableScope]
espeakedit-1.48.03/src/synthdata.cpp:624:16: style: The scope of the variable 'plist_this' can be reduced. [variableScope]
espeakedit-1.48.03/src/synthdata.cpp:878:10: style: The scope of the variable 'prog' can be reduced. [variableScope]
espeakedit-1.48.03/src/synthdata.cpp:880:14: style: The scope of the variable 'x' can be reduced. [variableScope]
espeakedit-1.48.03/src/synthdata.cpp:967:9: style: The scope of the variable 'instn' can be reduced. [variableScope]
espeakedit-1.48.03/src/synthdata.cpp:968:6: style: The scope of the variable 'instn2' can be reduced. [variableScope]
espeakedit-1.48.03/src/synthdata.cpp:969:6: style: The scope of the variable 'or_flag' can be reduced. [variableScope]
espeakedit-1.48.03/src/synthdata.cpp:495:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
espeakedit-1.48.03/src/synthdata.cpp:511:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
espeakedit-1.48.03/src/synthesize.cpp:216:6: style: The scope of the variable 'srate2' can be reduced. [variableScope]
espeakedit-1.48.03/src/synthesize.cpp:470:6: style: The scope of the variable 'h' can be reduced. [variableScope]
espeakedit-1.48.03/src/synthesize.cpp:516:7: style: The scope of the variable 'x' can be reduced. [variableScope]
espeakedit-1.48.03/src/synthesize.cpp:628:6: style: The scope of the variable 'ix' can be reduced. [variableScope]
espeakedit-1.48.03/src/synthesize.cpp:629:6: style: The scope of the variable 'formant' can be reduced. [variableScope]
espeakedit-1.48.03/src/synthesize.cpp:630:6: style: The scope of the variable 'next_rms' can be reduced. [variableScope]
espeakedit-1.48.03/src/synthesize.cpp:1008:11: style: The scope of the variable 'fr' can be reduced. [variableScope]
espeakedit-1.48.03/src/synthesize.cpp:1009:7: style: The scope of the variable 'ix' can be reduced. [variableScope]
espeakedit-1.48.03/src/synthesize.cpp:1012:7: style: The scope of the variable 'frame_length' can be reduced. [variableScope]
espeakedit-1.48.03/src/synthesize.cpp:1013:7: style: The scope of the variable 'length_factor' can be reduced. [variableScope]
espeakedit-1.48.03/src/synthesize.cpp:1278:15: style: The scope of the variable 'value' can be reduced. [variableScope]
espeakedit-1.48.03/src/synthesize.cpp:1279:6: style: The scope of the variable 'command' can be reduced. [variableScope]
espeakedit-1.48.03/src/synthesize.cpp:1339:16: style: The scope of the variable 'prev' can be reduced. [variableScope]
espeakedit-1.48.03/src/synthesize.cpp:1340:16: style: The scope of the variable 'next' can be reduced. [variableScope]
espeakedit-1.48.03/src/synthesize.cpp:1341:16: style: The scope of the variable 'next2' can be reduced. [variableScope]
espeakedit-1.48.03/src/synthesize.cpp:1352:6: style: The scope of the variable 'done_phoneme_marker' can be reduced. [variableScope]
espeakedit-1.48.03/src/synthesize.cpp:1878:14: style: The scope of the variable 'phon_out' can be reduced. [variableScope]
espeakedit-1.48.03/src/synthesize.cpp:1861:27: style: Function 'SpeakNextClause' argument 1 names different: declaration 'f_text' definition 'f_in'. [funcArgNamesDifferent]
espeakedit-1.48.03/src/synthesize.h:526:28: note: Function 'SpeakNextClause' argument 1 names different: declaration 'f_text' definition 'f_in'.
espeakedit-1.48.03/src/synthesize.cpp:1861:27: note: Function 'SpeakNextClause' argument 1 names different: declaration 'f_text' definition 'f_in'.
espeakedit-1.48.03/src/translate.cpp:1452:6: style: Condition 'add_plural_suffix' is always false [knownConditionTrueFalse]
espeakedit-1.48.03/src/translate.cpp:853:26: note: Assignment 'add_plural_suffix=0', assigned value is 0
espeakedit-1.48.03/src/translate.cpp:1452:6: note: Condition 'add_plural_suffix' is always false
espeakedit-1.48.03/src/translate.cpp:1347:7: style: Variable 'wordx[-1]' is reassigned a value before the old one has been used. [redundantAssignment]
espeakedit-1.48.03/src/translate.cpp:1345:7: note: Variable 'wordx[-1]' is reassigned a value before the old one has been used.
espeakedit-1.48.03/src/translate.cpp:1347:7: note: Variable 'wordx[-1]' is reassigned a value before the old one has been used.
espeakedit-1.48.03/src/translate.cpp:1518:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
espeakedit-1.48.03/src/translate.cpp:1520:3: note: Found duplicate branches for 'if' and 'else'.
espeakedit-1.48.03/src/translate.cpp:1518:3: note: Found duplicate branches for 'if' and 'else'.
espeakedit-1.48.03/src/translate.cpp:570:6: style: The scope of the variable 'ix' can be reduced. [variableScope]
espeakedit-1.48.03/src/translate.cpp:668:6: style: The scope of the variable 'nbytes' can be reduced. [variableScope]
espeakedit-1.48.03/src/translate.cpp:669:6: style: The scope of the variable 'ok' can be reduced. [variableScope]
espeakedit-1.48.03/src/translate.cpp:858:6: style: The scope of the variable 'stress_bits' can be reduced. [variableScope]
espeakedit-1.48.03/src/translate.cpp:1684:6: style: The scope of the variable 'value' can be reduced. [variableScope]
espeakedit-1.48.03/src/translate.cpp:1800:6: style: The scope of the variable 'sylimit' can be reduced. [variableScope]
espeakedit-1.48.03/src/translate.cpp:1801:14: style: The scope of the variable 'new_language' can be reduced. [variableScope]
espeakedit-1.48.03/src/translate.cpp:1804:6: style: The scope of the variable 'word_copy_len' can be reduced. [variableScope]
espeakedit-1.48.03/src/translate.cpp:1882:7: style: The scope of the variable 'c1' can be reduced. [variableScope]
espeakedit-1.48.03/src/translate.cpp:1883:8: style: The scope of the variable 'lang_name' can be reduced. [variableScope]
espeakedit-1.48.03/src/translate.cpp:1935:9: style: The scope of the variable 'ph_buf' can be reduced. [variableScope]
espeakedit-1.48.03/src/translate.cpp:2399:22: style: The scope of the variable 'c2' can be reduced. [variableScope]
espeakedit-1.48.03/src/translate.cpp:2469:6: style: The scope of the variable 'initial' can be reduced. [variableScope]
espeakedit-1.48.03/src/translate.cpp:2470:6: style: The scope of the variable 'medial' can be reduced. [variableScope]
espeakedit-1.48.03/src/translate.cpp:2471:6: style: The scope of the variable 'final' can be reduced. [variableScope]
espeakedit-1.48.03/src/translate.cpp:2549:6: style: The scope of the variable 'ix' can be reduced. [variableScope]
espeakedit-1.48.03/src/translate.cpp:2550:6: style: The scope of the variable 'len' can be reduced. [variableScope]
espeakedit-1.48.03/src/translate.cpp:2551:14: style: The scope of the variable 'p' can be reduced. [variableScope]
espeakedit-1.48.03/src/translate.cpp:2579:15: style: The scope of the variable 'prev_source_index' can be reduced. [variableScope]
espeakedit-1.48.03/src/translate.cpp:2583:6: style: The scope of the variable 'prev_out2' can be reduced. [variableScope]
espeakedit-1.48.03/src/translate.cpp:2586:6: style: The scope of the variable 'next_in_nbytes' can be reduced. [variableScope]
espeakedit-1.48.03/src/translate.cpp:3331:7: style: The scope of the variable 'nw' can be reduced. [variableScope]
espeakedit-1.48.03/src/translate.cpp:3417:42: error: Shifting by a negative value is undefined behaviour [shiftNegative]
espeakedit-1.48.03/src/translate.cpp:821:41: style: Function 'TranslateWord' argument 2 names different: declaration 'word1' definition 'word_start'. [funcArgNamesDifferent]
espeakedit-1.48.03/src/translate.h:781:41: note: Function 'TranslateWord' argument 2 names different: declaration 'word1' definition 'word_start'.
espeakedit-1.48.03/src/translate.cpp:821:41: note: Function 'TranslateWord' argument 2 names different: declaration 'word1' definition 'word_start'.
espeakedit-1.48.03/src/translate.cpp:1713:32: style: Function 'SetTranslator2' argument 1 names different: declaration 'name' definition 'new_language'. [funcArgNamesDifferent]
espeakedit-1.48.03/src/translate.h:751:32: note: Function 'SetTranslator2' argument 1 names different: declaration 'name' definition 'new_language'.
espeakedit-1.48.03/src/translate.cpp:1713:32: note: Function 'SetTranslator2' argument 1 names different: declaration 'name' definition 'new_language'.
espeakedit-1.48.03/src/translate.cpp:2573:80: style: Function 'TranslateClause' argument 4 names different: declaration 'tone' definition 'tone_out'. [funcArgNamesDifferent]
espeakedit-1.48.03/src/translate.h:782:80: note: Function 'TranslateClause' argument 4 names different: declaration 'tone' definition 'tone_out'.
espeakedit-1.48.03/src/translate.cpp:2573:80: note: Function 'TranslateClause' argument 4 names different: declaration 'tone' definition 'tone_out'.
espeakedit-1.48.03/src/translate.cpp:3563:19: style: Function 'InitText' argument 1 names different: declaration 'flags' definition 'control'. [funcArgNamesDifferent]
espeakedit-1.48.03/src/translate.h:732:19: note: Function 'InitText' argument 1 names different: declaration 'flags' definition 'control'.
espeakedit-1.48.03/src/translate.cpp:3563:19: note: Function 'InitText' argument 1 names different: declaration 'flags' definition 'control'.
espeakedit-1.48.03/src/translate.cpp:3307:2: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
espeakedit-1.48.03/src/transldlg.cpp:240:6: style: The scope of the variable 'result' can be reduced. [variableScope]
espeakedit-1.48.03/src/transldlg.cpp:355:8: style: The scope of the variable 'p' can be reduced. [variableScope]
espeakedit-1.48.03/src/transldlg.cpp:356:7: style: The scope of the variable 'vname' can be reduced. [variableScope]
espeakedit-1.48.03/src/transldlg.cpp:405:8: style: The scope of the variable 'vp' can be reduced. [variableScope]
espeakedit-1.48.03/src/transldlg.cpp:408:7: style: The scope of the variable 'phon_out' can be reduced. [variableScope]
espeakedit-1.48.03/src/transldlg.cpp:409:14: style: The scope of the variable 'phon_out2' can be reduced. [variableScope]
espeakedit-1.48.03/src/transldlg.cpp:411:6: style: The scope of the variable 'clause_count' can be reduced. [variableScope]
espeakedit-1.48.03/src/transldlg.cpp:238:37: style: Function 'MakeWave2' argument 2 names different: declaration 'n_ph' definition 'n_phonemes'. [funcArgNamesDifferent]
espeakedit-1.48.03/src/synthesize.h:524:37: note: Function 'MakeWave2' argument 2 names different: declaration 'n_ph' definition 'n_phonemes'.
espeakedit-1.48.03/src/transldlg.cpp:238:37: note: Function 'MakeWave2' argument 2 names different: declaration 'n_ph' definition 'n_phonemes'.
espeakedit-1.48.03/src/voices.cpp:243:6: style: The scope of the variable 'freq2' can be reduced. [variableScope]
espeakedit-1.48.03/src/voices.cpp:245:6: style: The scope of the variable 'height2' can be reduced. [variableScope]
espeakedit-1.48.03/src/voices.cpp:593:7: style: The scope of the variable 'path_voices' can be reduced. [variableScope]
espeakedit-1.48.03/src/voices.cpp:602:14: style: The scope of the variable 'voice_dir' can be reduced. [variableScope]
espeakedit-1.48.03/src/voices.cpp:612:21: style: The scope of the variable 'voices_asia' can be reduced. [variableScope]
espeakedit-1.48.03/src/voices.cpp:614:21: style: The scope of the variable 'voices_europe' can be reduced. [variableScope]
espeakedit-1.48.03/src/voices.cpp:1149:8: style: The scope of the variable 'p' can be reduced. [variableScope]
espeakedit-1.48.03/src/voices.cpp:1243:6: style: The scope of the variable 'ix' can be reduced. [variableScope]
espeakedit-1.48.03/src/voices.cpp:1245:6: style: The scope of the variable 'c1' can be reduced. [variableScope]
espeakedit-1.48.03/src/voices.cpp:1245:10: style: The scope of the variable 'c2' can be reduced. [variableScope]
espeakedit-1.48.03/src/voices.cpp:1246:6: style: The scope of the variable 'language_priority' can be reduced. [variableScope]
espeakedit-1.48.03/src/voices.cpp:1247:6: style: The scope of the variable 'n_parts' can be reduced. [variableScope]
espeakedit-1.48.03/src/voices.cpp:1248:6: style: The scope of the variable 'matching' can be reduced. [variableScope]
espeakedit-1.48.03/src/voices.cpp:1249:6: style: The scope of the variable 'matching_parts' can be reduced. [variableScope]
espeakedit-1.48.03/src/voices.cpp:1252:6: style: The scope of the variable 'ratio' can be reduced. [variableScope]
espeakedit-1.48.03/src/voices.cpp:1253:6: style: The scope of the variable 'required_age' can be reduced. [variableScope]
espeakedit-1.48.03/src/voices.cpp:1254:6: style: The scope of the variable 'diff' can be reduced. [variableScope]
espeakedit-1.48.03/src/voices.cpp:1394:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
espeakedit-1.48.03/src/voices.cpp:1532:6: style: The scope of the variable 'skip' can be reduced. [variableScope]
espeakedit-1.48.03/src/voices.cpp:1933:6: style: The scope of the variable 'ix' can be reduced. [variableScope]
espeakedit-1.48.03/src/voices.cpp:1934:6: style: The scope of the variable 'j' can be reduced. [variableScope]
espeakedit-1.48.03/src/voices.cpp:404:21: style: Function 'VoiceReset' argument 1 names different: declaration 'control' definition 'tone_only'. [funcArgNamesDifferent]
espeakedit-1.48.03/src/voice.h:86:21: note: Function 'VoiceReset' argument 1 names different: declaration 'control' definition 'tone_only'.
espeakedit-1.48.03/src/voices.cpp:404:21: note: Function 'VoiceReset' argument 1 names different: declaration 'control' definition 'tone_only'.
espeakedit-1.48.03/src/voices.cpp:559:32: style: Function 'LoadVoice' argument 1 names different: declaration 'voice_name' definition 'vname'. [funcArgNamesDifferent]
espeakedit-1.48.03/src/voice.h:80:32: note: Function 'LoadVoice' argument 1 names different: declaration 'voice_name' definition 'vname'.
espeakedit-1.48.03/src/voices.cpp:559:32: note: Function 'LoadVoice' argument 1 names different: declaration 'voice_name' definition 'vname'.
espeakedit-1.48.03/src/voices.cpp:1190:39: style: Function 'LoadVoiceVariant' argument 1 names different: declaration 'voice_name' definition 'vname'. [funcArgNamesDifferent]
espeakedit-1.48.03/src/voice.h:81:39: note: Function 'LoadVoiceVariant' argument 1 names different: declaration 'voice_name' definition 'vname'.
espeakedit-1.48.03/src/voices.cpp:1190:39: note: Function 'LoadVoiceVariant' argument 1 names different: declaration 'voice_name' definition 'vname'.
espeakedit-1.48.03/src/voices.cpp:1190:50: style: Function 'LoadVoiceVariant' argument 2 names different: declaration 'variant' definition 'variant_num'. [funcArgNamesDifferent]
espeakedit-1.48.03/src/voice.h:81:55: note: Function 'LoadVoiceVariant' argument 2 names different: declaration 'variant' definition 'variant_num'.
espeakedit-1.48.03/src/voices.cpp:1190:50: note: Function 'LoadVoiceVariant' argument 2 names different: declaration 'variant' definition 'variant_num'.
espeakedit-1.48.03/src/voices.cpp:1456:68: style: Function 'SelectVoiceByName' argument 2 names different: declaration 'name' definition 'name2'. [funcArgNamesDifferent]
espeakedit-1.48.03/src/voice.h:79:68: note: Function 'SelectVoiceByName' argument 2 names different: declaration 'name' definition 'name2'.
espeakedit-1.48.03/src/voices.cpp:1456:68: note: Function 'SelectVoiceByName' argument 2 names different: declaration 'name' definition 'name2'.
espeakedit-1.48.03/src/voices.cpp:868:32: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 865. [shiftTooManyBitsSigned]
espeakedit-1.48.03/src/voices.cpp:865:11: note: Assuming that condition 'n<32' is not redundant
espeakedit-1.48.03/src/voices.cpp:868:32: note: Shift
espeakedit-1.48.03/src/voices.cpp:870:32: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 865. [shiftTooManyBitsSigned]
espeakedit-1.48.03/src/voices.cpp:865:11: note: Assuming that condition 'n<32' is not redundant
espeakedit-1.48.03/src/voices.cpp:870:32: note: Shift
espeakedit-1.48.03/src/voices.cpp:872:37: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 865. [shiftTooManyBitsSigned]
espeakedit-1.48.03/src/voices.cpp:865:11: note: Assuming that condition 'n<32' is not redundant
espeakedit-1.48.03/src/voices.cpp:872:37: note: Shift
espeakedit-1.48.03/src/voices.cpp:877:32: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 876. [shiftTooManyBitsSigned]
espeakedit-1.48.03/src/voices.cpp:876:33: note: Assuming that condition 'n<64' is not redundant
espeakedit-1.48.03/src/voices.cpp:877:32: note: Shift
espeakedit-1.48.03/src/voices.cpp:346:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
espeakedit-1.48.03/src/voices.cpp:360:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
espeakedit-1.48.03/src/voices.cpp:521:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
espeakedit-1.48.03/src/voices.cpp:733:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
espeakedit-1.48.03/src/voices.cpp:779:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
espeakedit-1.48.03/src/voices.cpp:788:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
espeakedit-1.48.03/src/voices.cpp:798:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
espeakedit-1.48.03/src/voices.cpp:802:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
espeakedit-1.48.03/src/voices.cpp:840:8: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
espeakedit-1.48.03/src/voices.cpp:915:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
espeakedit-1.48.03/src/voices.cpp:995:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
espeakedit-1.48.03/src/voices.cpp:1023:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
espeakedit-1.48.03/src/voices.cpp:1043:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
espeakedit-1.48.03/src/voices.cpp:1946:2: error: Common realloc mistake: 'voices' nulled but not freed upon failure [memleakOnRealloc]
espeakedit-1.48.03/src/vowelchart.cpp:159:12: style: The scope of the variable 'x2' can be reduced. [variableScope]
espeakedit-1.48.03/src/vowelchart.cpp:159:15: style: The scope of the variable 'y2' can be reduced. [variableScope]
espeakedit-1.48.03/src/vowelchart.cpp:272:6: style: The scope of the variable 'ix' can be reduced. [variableScope]
espeakedit-1.48.03/src/vowelchart.cpp:344:6: style: The scope of the variable 'x' can be reduced. [variableScope]
espeakedit-1.48.03/src/vowelchart.cpp:344:8: style: The scope of the variable 'y' can be reduced. [variableScope]
espeakedit-1.48.03/src/vowelchart.cpp:522:9: style: The scope of the variable 'instn' can be reduced. [variableScope]
espeakedit-1.48.03/src/vowelchart.cpp:558:8: style: The scope of the variable 'f' can be reduced. [variableScope]
espeakedit-1.48.03/src/vowelchart.cpp:683:6: style: The scope of the variable 'y_base' can be reduced. [variableScope]
espeakedit-1.48.03/src/vowelchart.cpp:686:17: style: The scope of the variable 'env' can be reduced. [variableScope]
espeakedit-1.48.03/src/vowelchart.cpp:308:8: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
espeakedit-1.48.03/src/vowelchart.cpp:585:3: error: Resource leak: f_prog_log [resourceLeak]
espeakedit-1.48.03/src/vowelchart.cpp:330:0: error: Resource leak: f_in [resourceLeak]
espeakedit-1.48.03/src/wavegen.cpp:747:9: style: The scope of the variable 'x' can be reduced. [variableScope]
espeakedit-1.48.03/src/wavegen.cpp:868:6: style: The scope of the variable 'fp' can be reduced. [variableScope]
espeakedit-1.48.03/src/wavegen.cpp:875:6: style: The scope of the variable 'ix' can be reduced. [variableScope]
espeakedit-1.48.03/src/wavegen.cpp:1150:6: style: The scope of the variable 'amp' can be reduced. [variableScope]
espeakedit-1.48.03/src/wavegen.cpp:1171:17: style: The scope of the variable 'waveph' can be reduced. [variableScope]
espeakedit-1.48.03/src/wavegen.cpp:1173:6: style: The scope of the variable 'total' can be reduced. [variableScope]
espeakedit-1.48.03/src/wavegen.cpp:1176:6: style: The scope of the variable 'z' can be reduced. [variableScope]
espeakedit-1.48.03/src/wavegen.cpp:1176:9: style: The scope of the variable 'z1' can be reduced. [variableScope]
espeakedit-1.48.03/src/wavegen.cpp:1176:13: style: The scope of the variable 'z2' can be reduced. [variableScope]
espeakedit-1.48.03/src/wavegen.cpp:1177:6: style: The scope of the variable 'echo' can be reduced. [variableScope]
espeakedit-1.48.03/src/wavegen.cpp:1446:6: style: The scope of the variable 'value' can be reduced. [variableScope]
espeakedit-1.48.03/src/wavegen.cpp:1664:6: style: The scope of the variable 'x' can be reduced. [variableScope]
espeakedit-1.48.03/src/wavegen.cpp:1737:6: style: The scope of the variable 'cmd' can be reduced. [variableScope]
espeakedit-1.48.03/src/wavegen.cpp:1872:6: style: The scope of the variable 'length' can be reduced. [variableScope]
espeakedit-1.48.03/src/wavegen.cpp:1873:6: style: The scope of the variable 'result' can be reduced. [variableScope]
espeakedit-1.48.03/src/wavegen.cpp:1526:22: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
[19:02]

ftp://ftp.se.debian.org/debian/pool/main/e/espeakup/espeakup_0.80.orig.tar.gz
espeakup-0.80/espeak.c:202:25: style: The scope of the variable 'current' can be reduced. [variableScope]
[19:02]

ftp://ftp.se.debian.org/debian/pool/main/e/esperanza/esperanza_0.4.0+git20091017.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/e/espresso/espresso_6.0.orig.tar.gz
qe-6.0/FFTXlib/fftw.h:437:0: error: #error Please define CLOCKS_PER_SEC [preprocessorErrorDirective]
qe-6.0/clib/eval_infix.c:168:31: warning: Either the condition 'sp_op>=0' is redundant, otherwise there is negative array index -1. [negativeIndex]
qe-6.0/clib/eval_infix.c:167:15: note: Assuming that condition 'sp_op>=0' is not redundant
qe-6.0/clib/eval_infix.c:168:31: note: Negative array index
qe-6.0/clib/eval_infix.c:300:17: warning: Possible buffer overflow if strlen(str) is larger than or equal to sizeof(token). [possibleBufferAccessOutOfBounds]
qe-6.0/clib/eval_infix.c:309:17: warning: Possible buffer overflow if strlen(str) is larger than or equal to sizeof(token). [possibleBufferAccessOutOfBounds]
qe-6.0/clib/eval_infix.c:323:13: warning: Possible buffer overflow if strlen(str) is larger than or equal to sizeof(token). [possibleBufferAccessOutOfBounds]
qe-6.0/clib/eval_infix.c:483:13: error: Uninitialized struct member: tok_temp.Value [uninitStructMember]
qe-6.0/clib/md5_from_file.c:113:6: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
qe-6.0/clib/qsort.c:36:10: style: The scope of the variable 'j' can be reduced. [variableScope]
qe-6.0/clib/sockets.c:64:16: style: The scope of the variable 'ai_err' can be reduced. [variableScope]
[19:02]

ftp://ftp.se.debian.org/debian/pool/main/e/esptool/esptool_2.1+dfsg1.orig.tar.xz
esptool-2.1/flasher_stub/miniz.c:1736:9: style: Condition '!pNew_buf' is always true [knownConditionTrueFalse]
esptool-2.1/flasher_stub/miniz.c:1735:16: note: Assignment 'pNew_buf=NULL', assigned value is 0
esptool-2.1/flasher_stub/miniz.c:1736:9: note: Condition '!pNew_buf' is always true
esptool-2.1/flasher_stub/miniz.c:1757:7: style: Condition '!pDict' is always true [knownConditionTrueFalse]
esptool-2.1/flasher_stub/miniz.c:1756:21: note: Assignment 'pDict=(unsigned char*)NULL', assigned value is 0
esptool-2.1/flasher_stub/miniz.c:1757:7: note: Condition '!pDict' is always true
esptool-2.1/flasher_stub/miniz.c:2745:71: style: Condition '!pComp' is always true [knownConditionTrueFalse]
esptool-2.1/flasher_stub/miniz.c:2745:11: note: Assignment 'pComp=(struct tdefl_compressor*)NULL', assigned value is 0
esptool-2.1/flasher_stub/miniz.c:2745:71: note: Condition '!pComp' is always true
esptool-2.1/flasher_stub/miniz.c:2766:68: style: Condition '!pNew_buf' is always true [knownConditionTrueFalse]
esptool-2.1/flasher_stub/miniz.c:2766:16: note: Assignment 'pNew_buf=(unsigned char*)NULL', assigned value is 0
esptool-2.1/flasher_stub/miniz.c:2766:68: note: Condition '!pNew_buf' is always true
esptool-2.1/flasher_stub/miniz.c:2823:7: style: Condition '!pComp' is always true [knownConditionTrueFalse]
esptool-2.1/flasher_stub/miniz.c:2822:29: note: Assignment 'pComp=(struct tdefl_compressor*)NULL', assigned value is 0
esptool-2.1/flasher_stub/miniz.c:2823:7: note: Condition '!pComp' is always true
esptool-2.1/flasher_stub/miniz.c:1455:79: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
esptool-2.1/flasher_stub/miniz.c:1725:131: note: Calling function 'tinfl_decompress', 5th argument 'pOut_buf_next' value is 0
esptool-2.1/flasher_stub/miniz.c:1455:79: note: Null pointer addition
esptool-2.1/flasher_stub/miniz.c:1456:119: error: Overflow in pointer arithmetic, NULL pointer is subtracted. [nullPointerArithmetic]
esptool-2.1/flasher_stub/miniz.c:1725:131: note: Calling function 'tinfl_decompress', 5th argument 'pOut_buf_next' value is 0
esptool-2.1/flasher_stub/miniz.c:1456:119: note: Null pointer subtraction
esptool-2.1/flasher_stub/miniz.c:2319:41: style: The scope of the variable 'p' can be reduced. [variableScope]
esptool-2.1/flasher_stub/miniz.c:2319:45: style: The scope of the variable 'q' can be reduced. [variableScope]
esptool-2.1/flasher_stub/miniz.c:2132:8: style: Mismatching assignment and comparison, comparison 'flags==1' is always false. [assignIfError]
esptool-2.1/flasher_stub/miniz.c:2130:75: note: Mismatching assignment and comparison, comparison 'flags==1' is always false.
esptool-2.1/flasher_stub/miniz.c:2132:8: note: Mismatching assignment and comparison, comparison 'flags==1' is always false.
esptool-2.1/flasher_stub/stub_write_flash.c:256:14: portability: 'data_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
[19:02]

ftp://ftp.se.debian.org/debian/pool/main/e/ess/ess_17.11.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/essays1743/essays1743_2.100.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/estic/estic_1.61.orig.tar.gz
estic-1.61.orig/areacode/actest.c:71:17: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
estic-1.61.orig/areacode/actest.c:48:14: style: The scope of the variable 'RC' can be reduced. [variableScope]
estic-1.61.orig/areacode/actest.c:63:9: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
estic-1.61.orig/areacode/areacode.c:135:17: style: struct member 'PrefixHeader::Magic' is never used. [unusedStructMember]
estic-1.61.orig/estic/callwin.cc:142:14: style: C-style pointer casting [cstyleCast]
estic-1.61.orig/estic/icmsgwin.h:82:24: warning: Member variable 'IstecMsgWindow::Messages' is not initialized in the constructor. [uninitMemberVar]
estic-1.61.orig/estic/devstate.h:98:5: style: Class 'DevStateInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
estic-1.61.orig/estic/icmsgwin.h:49:5: style: Class 'IstecMsgWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
estic-1.61.orig/estic/callwin.h:46:5: style: Class 'CallWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
estic-1.61.orig/estic/chargwin.cc:165:27: style: C-style pointer casting [cstyleCast]
estic-1.61.orig/estic/chargwin.cc:329:11: style: C-style pointer casting [cstyleCast]
estic-1.61.orig/estic/chargwin.cc:175:5: style: Variable 'THIS->Coll' is reassigned a value before the old one has been used. [redundantAssignment]
estic-1.61.orig/estic/chargwin.cc:169:5: note: Variable 'THIS->Coll' is reassigned a value before the old one has been used.
estic-1.61.orig/estic/chargwin.cc:175:5: note: Variable 'THIS->Coll' is reassigned a value before the old one has been used.
estic-1.61.orig/estic/icconfig.h:211:25: warning: Member variable 'IstecBaseConfig::Connection' is not initialized in the constructor. [uninitMemberVar]
estic-1.61.orig/estic/icconfig.h:211:25: warning: Member variable 'IstecBaseConfig::DevCount' is not initialized in the constructor. [uninitMemberVar]
estic-1.61.orig/estic/icconfig.h:211:25: warning: Member variable 'IstecBaseConfig::Protocol' is not initialized in the constructor. [uninitMemberVar]
estic-1.61.orig/estic/icconfig.h:211:25: warning: Member variable 'IstecBaseConfig::VersionHigh' is not initialized in the constructor. [uninitMemberVar]
estic-1.61.orig/estic/icconfig.h:211:25: warning: Member variable 'IstecBaseConfig::VersionLow' is not initialized in the constructor. [uninitMemberVar]
estic-1.61.orig/estic/icconfig.h:211:25: warning: Member variable 'IstecBaseConfig::TFEAssignment' is not initialized in the constructor. [uninitMemberVar]
estic-1.61.orig/estic/icconfig.h:211:25: warning: Member variable 'IstecBaseConfig::MSN' is not initialized in the constructor. [uninitMemberVar]
estic-1.61.orig/estic/icconfig.h:211:25: warning: Member variable 'IstecBaseConfig::Music' is not initialized in the constructor. [uninitMemberVar]
estic-1.61.orig/estic/icconfig.h:211:25: warning: Member variable 'IstecBaseConfig::IntS0' is not initialized in the constructor. [uninitMemberVar]
estic-1.61.orig/estic/icconfig.h:211:25: warning: Member variable 'IstecBaseConfig::ExtS0' is not initialized in the constructor. [uninitMemberVar]
estic-1.61.orig/estic/icconfig.h:211:25: warning: Member variable 'IstecBaseConfig::QueryLoc1' is not initialized in the constructor. [uninitMemberVar]
estic-1.61.orig/estic/icconfig.h:211:25: warning: Member variable 'IstecBaseConfig::QueryLoc2' is not initialized in the constructor. [uninitMemberVar]
estic-1.61.orig/estic/icconfig.h:211:25: warning: Member variable 'IstecBaseConfig::Number1' is not initialized in the constructor. [uninitMemberVar]
estic-1.61.orig/estic/icconfig.h:211:25: warning: Member variable 'IstecBaseConfig::Number2' is not initialized in the constructor. [uninitMemberVar]
estic-1.61.orig/estic/icconfig.h:211:25: warning: Member variable 'IstecBaseConfig::MSNGroups' is not initialized in the constructor. [uninitMemberVar]
estic-1.61.orig/estic/icconfig.h:211:25: warning: Member variable 'IstecBaseConfig::MusicPort' is not initialized in the constructor. [uninitMemberVar]
estic-1.61.orig/estic/icconfig.h:211:25: warning: Member variable 'IstecBaseConfig::TFELoc' is not initialized in the constructor. [uninitMemberVar]
estic-1.61.orig/estic/icconfig.h:211:25: warning: Member variable 'IstecBaseConfig::AlarmTone' is not initialized in the constructor. [uninitMemberVar]
estic-1.61.orig/estic/icconfig.h:211:25: warning: Member variable 'IstecBaseConfig::Signaling' is not initialized in the constructor. [uninitMemberVar]
estic-1.61.orig/estic/icconfig.h:211:25: warning: Member variable 'IstecBaseConfig::Reserved' is not initialized in the constructor. [uninitMemberVar]
estic-1.61.orig/estic/icconfig.h:341:24: warning: Member variable 'IstecDevConfig::DevNum' is not initialized in the constructor. [uninitMemberVar]
estic-1.61.orig/estic/icconfig.h:341:24: warning: Member variable 'IstecDevConfig::DialCaps' is not initialized in the constructor. [uninitMemberVar]
estic-1.61.orig/estic/icconfig.h:341:24: warning: Member variable 'IstecDevConfig::Service' is not initialized in the constructor. [uninitMemberVar]
estic-1.61.orig/estic/icconfig.h:341:24: warning: Member variable 'IstecDevConfig::Reroute' is not initialized in the constructor. [uninitMemberVar]
estic-1.61.orig/estic/icconfig.h:341:24: warning: Member variable 'IstecDevConfig::ChargePulse' is not initialized in the constructor. [uninitMemberVar]
estic-1.61.orig/estic/icconfig.h:341:24: warning: Member variable 'IstecDevConfig::PIN' is not initialized in the constructor. [uninitMemberVar]
estic-1.61.orig/estic/icconfig.h:341:24: warning: Member variable 'IstecDevConfig::TerminalMode' is not initialized in the constructor. [uninitMemberVar]
estic-1.61.orig/estic/icconfig.h:341:24: warning: Member variable 'IstecDevConfig::InternalKnock' is not initialized in the constructor. [uninitMemberVar]
estic-1.61.orig/estic/icconfig.h:341:24: warning: Member variable 'IstecDevConfig::Fill1' is not initialized in the constructor. [uninitMemberVar]
estic-1.61.orig/estic/icconfig.h:341:24: warning: Member variable 'IstecDevConfig::ExtNumLen' is not initialized in the constructor. [uninitMemberVar]
estic-1.61.orig/estic/icconfig.h:341:24: warning: Member variable 'IstecDevConfig::RerouteIfBusy' is not initialized in the constructor. [uninitMemberVar]
estic-1.61.orig/estic/icconfig.h:341:24: warning: Member variable 'IstecDevConfig::RerouteDelayed' is not initialized in the constructor. [uninitMemberVar]
estic-1.61.orig/estic/icconfig.h:341:24: warning: Member variable 'IstecDevConfig::RingsUntilReroute' is not initialized in the constructor. [uninitMemberVar]
estic-1.61.orig/estic/chargwin.cc:283:15: warning: Member variable 'ChargeWindow::Box' is not initialized in the constructor. [uninitMemberVar]
estic-1.61.orig/estic/chargwin.h:79:18: warning: Virtual function 'Resize' is called from constructor 'ChargeWindow(StreamableInit)' at line 248. Dynamic binding is not used. [virtualCallInConstructor]
estic-1.61.orig/estic/chargwin.cc:248:2: note: Calling Resize
estic-1.61.orig/estic/chargwin.h:79:18: note: Resize is a virtual method
estic-1.61.orig/estic/icconfig.h:168:5: style: Class 'IstecBaseConfig' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
estic-1.61.orig/estic/icconfig.h:171:5: style: Class 'IstecBaseConfig' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
estic-1.61.orig/estic/icconfig.h:263:5: style: Class 'IstecDevConfig' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
estic-1.61.orig/estic/icconfig.h:266:5: style: Class 'IstecDevConfig' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
estic-1.61.orig/estic/icconfig.h:415:5: style: Class 'IstecDevColl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
estic-1.61.orig/estic/icshort.h:71:5: style: Class 'ShortNumberInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
estic-1.61.orig/estic/icshort.h:74:5: style: Class 'ShortNumberInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
estic-1.61.orig/estic/icshort.h:77:5: style: Class 'ShortNumberInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
estic-1.61.orig/estic/icshort.h:189:5: style: Class 'ShortNumberColl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
estic-1.61.orig/estic/chargwin.h:61:5: style: Class 'ChargeWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
estic-1.61.orig/estic/chargwin.cc:91:5: style: Class 'ChargeColl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
estic-1.61.orig/estic/chargwin.cc:130:5: style: Class 'ChargeListbox' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
estic-1.61.orig/estic/cliwin.cc:157:20: style: C-style pointer casting [cstyleCast]
estic-1.61.orig/estic/cliwin.h:57:5: style: Class 'CLIWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
estic-1.61.orig/estic/devstate.cc:209:15: warning: Member variable 'DevStateInfo::ForcedRingEnd' is not initialized in the constructor. [uninitMemberVar]
estic-1.61.orig/estic/devstate.h:58:1: warning: The class 'DevStateInfo' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
estic-1.61.orig/estic/estic.cc:1001:6: style: C-style pointer casting [cstyleCast]
estic-1.61.orig/estic/estic.h:292:18: warning: Virtual function 'DisableCommand' is called from constructor 'IstecApp(int argc,char*argv[])' at line 280. Dynamic binding is not used. [virtualCallInConstructor]
estic-1.61.orig/estic/estic.cc:280:13: note: Calling DisableCommand
estic-1.61.orig/estic/estic.h:292:18: note: DisableCommand is a virtual method
estic-1.61.orig/estic/estic.h:292:18: warning: Virtual function 'DisableCommand' is called from constructor 'IstecApp(int argc,char*argv[])' at line 281. Dynamic binding is not used. [virtualCallInConstructor]
estic-1.61.orig/estic/estic.cc:281:13: note: Calling DisableCommand
estic-1.61.orig/estic/estic.h:292:18: note: DisableCommand is a virtual method
estic-1.61.orig/estic/estic.h:292:18: warning: Virtual function 'DisableCommand' is called from constructor 'IstecApp(int argc,char*argv[])' at line 282. Dynamic binding is not used. [virtualCallInConstructor]
estic-1.61.orig/estic/estic.cc:282:13: note: Calling DisableCommand
estic-1.61.orig/estic/estic.h:292:18: note: DisableCommand is a virtual method
estic-1.61.orig/estic/estic.h:292:18: warning: Virtual function 'DisableCommand' is called from constructor 'IstecApp(int argc,char*argv[])' at line 283. Dynamic binding is not used. [virtualCallInConstructor]
estic-1.61.orig/estic/estic.cc:283:13: note: Calling DisableCommand
estic-1.61.orig/estic/estic.h:292:18: note: DisableCommand is a virtual method
estic-1.61.orig/estic/estic.h:292:18: warning: Virtual function 'DisableCommand' is called from constructor 'IstecApp(int argc,char*argv[])' at line 284. Dynamic binding is not used. [virtualCallInConstructor]
estic-1.61.orig/estic/estic.cc:284:13: note: Calling DisableCommand
estic-1.61.orig/estic/estic.h:292:18: note: DisableCommand is a virtual method
estic-1.61.orig/estic/estic.h:292:18: warning: Virtual function 'DisableCommand' is called from constructor 'IstecApp(int argc,char*argv[])' at line 285. Dynamic binding is not used. [virtualCallInConstructor]
estic-1.61.orig/estic/estic.cc:285:13: note: Calling DisableCommand
estic-1.61.orig/estic/estic.h:292:18: note: DisableCommand is a virtual method
estic-1.61.orig/estic/estic.h:292:18: warning: Virtual function 'DisableCommand' is called from constructor 'IstecApp(int argc,char*argv[])' at line 328. Dynamic binding is not used. [virtualCallInConstructor]
estic-1.61.orig/estic/estic.cc:328:9: note: Calling DisableCommand
estic-1.61.orig/estic/estic.h:292:18: note: DisableCommand is a virtual method
estic-1.61.orig/estic/estic.h:292:18: warning: Virtual function 'DisableCommand' is called from constructor 'IstecApp(int argc,char*argv[])' at line 329. Dynamic binding is not used. [virtualCallInConstructor]
estic-1.61.orig/estic/estic.cc:329:9: note: Calling DisableCommand
estic-1.61.orig/estic/estic.h:292:18: note: DisableCommand is a virtual method
estic-1.61.orig/estic/estic.h:292:18: warning: Virtual function 'DisableCommand' is called from constructor 'IstecApp(int argc,char*argv[])' at line 330. Dynamic binding is not used. [virtualCallInConstructor]
estic-1.61.orig/estic/estic.cc:330:9: note: Calling DisableCommand
estic-1.61.orig/estic/estic.h:292:18: note: DisableCommand is a virtual method
estic-1.61.orig/estic/estic.h:292:18: warning: Virtual function 'DisableCommand' is called from constructor 'IstecApp(int argc,char*argv[])' at line 331. Dynamic binding is not used. [virtualCallInConstructor]
estic-1.61.orig/estic/estic.cc:331:9: note: Calling DisableCommand
estic-1.61.orig/estic/estic.h:292:18: note: DisableCommand is a virtual method
estic-1.61.orig/estic/estic.h:292:18: warning: Virtual function 'DisableCommand' is called from constructor 'IstecApp(int argc,char*argv[])' at line 332. Dynamic binding is not used. [virtualCallInConstructor]
estic-1.61.orig/estic/estic.cc:332:9: note: Calling DisableCommand
estic-1.61.orig/estic/estic.h:292:18: note: DisableCommand is a virtual method
estic-1.61.orig/estic/estic.h:292:18: warning: Virtual function 'DisableCommand' is called from constructor 'IstecApp(int argc,char*argv[])' at line 333. Dynamic binding is not used. [virtualCallInConstructor]
estic-1.61.orig/estic/estic.cc:333:9: note: Calling DisableCommand
estic-1.61.orig/estic/estic.h:292:18: note: DisableCommand is a virtual method
estic-1.61.orig/estic/estic.h:292:18: warning: Virtual function 'DisableCommand' is called from constructor 'IstecApp(int argc,char*argv[])' at line 334. Dynamic binding is not used. [virtualCallInConstructor]
estic-1.61.orig/estic/estic.cc:334:9: note: Calling DisableCommand
estic-1.61.orig/estic/estic.h:292:18: note: DisableCommand is a virtual method
estic-1.61.orig/estic/estic.h:292:18: warning: Virtual function 'DisableCommand' is called from constructor 'IstecApp(int argc,char*argv[])' at line 335. Dynamic binding is not used. [virtualCallInConstructor]
estic-1.61.orig/estic/estic.cc:335:9: note: Calling DisableCommand
estic-1.61.orig/estic/estic.h:292:18: note: DisableCommand is a virtual method
estic-1.61.orig/estic/estic.h:292:18: warning: Virtual function 'DisableCommand' is called from constructor 'IstecApp(int argc,char*argv[])' at line 336. Dynamic binding is not used. [virtualCallInConstructor]
estic-1.61.orig/estic/estic.cc:336:9: note: Calling DisableCommand
estic-1.61.orig/estic/estic.h:292:18: note: DisableCommand is a virtual method
estic-1.61.orig/estic/estic.h:292:18: warning: Virtual function 'DisableCommand' is called from constructor 'IstecApp(int argc,char*argv[])' at line 337. Dynamic binding is not used. [virtualCallInConstructor]
estic-1.61.orig/estic/estic.cc:337:9: note: Calling DisableCommand
estic-1.61.orig/estic/estic.h:292:18: note: DisableCommand is a virtual method
estic-1.61.orig/estic/estic.h:292:18: warning: Virtual function 'DisableCommand' is called from constructor 'IstecApp(int argc,char*argv[])' at line 338. Dynamic binding is not used. [virtualCallInConstructor]
estic-1.61.orig/estic/estic.cc:338:9: note: Calling DisableCommand
estic-1.61.orig/estic/estic.h:292:18: note: DisableCommand is a virtual method
estic-1.61.orig/estic/icdiag.h:54:5: style: Class 'MatrixWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
estic-1.61.orig/estic/chargwin.h:58:5: style: Class 'ChargeWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
estic-1.61.orig/estic/iccom.cc:708:43: style: Function 'IstecPutCharges' argument 1 names different: declaration 'Charges' definition 'NewCharges'. [funcArgNamesDifferent]
estic-1.61.orig/estic/iccom.h:133:43: note: Function 'IstecPutCharges' argument 1 names different: declaration 'Charges' definition 'NewCharges'.
estic-1.61.orig/estic/iccom.cc:708:43: note: Function 'IstecPutCharges' argument 1 names different: declaration 'Charges' definition 'NewCharges'.
estic-1.61.orig/estic/icconfig.cc:935:25: style: C-style pointer casting [cstyleCast]
estic-1.61.orig/estic/icconfig.cc:605:65: style: Function 'Pack' argument 2 names different: declaration 'aFirmwareVersion' definition 'FirmwareVersion'. [funcArgNamesDifferent]
estic-1.61.orig/estic/icconfig.h:305:33: note: Function 'Pack' argument 2 names different: declaration 'aFirmwareVersion' definition 'FirmwareVersion'.
estic-1.61.orig/estic/icconfig.cc:605:65: note: Function 'Pack' argument 2 names different: declaration 'aFirmwareVersion' definition 'FirmwareVersion'.
estic-1.61.orig/estic/icconfig.cc:663:48: style: Function 'Unpack' argument 2 names different: declaration 'aFirmware' definition 'FirmwareVersion'. [funcArgNamesDifferent]
estic-1.61.orig/estic/icconfig.h:310:36: note: Function 'Unpack' argument 2 names different: declaration 'aFirmware' definition 'FirmwareVersion'.
estic-1.61.orig/estic/icconfig.cc:663:48: note: Function 'Unpack' argument 2 names different: declaration 'aFirmware' definition 'FirmwareVersion'.
estic-1.61.orig/estic/icconfig.cc:372:17: warning: Member variable 'IstecDevConfig::Fill1' is not initialized in the constructor. [uninitMemberVar]
estic-1.61.orig/estic/icconfig.h:412:5: style: Class 'IstecDevColl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
estic-1.61.orig/estic/icconfig.h:448:5: style: Class 'IstecConfig' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
estic-1.61.orig/estic/iccprint.cc:60:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
estic-1.61.orig/estic/iccprint.cc:60:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
estic-1.61.orig/estic/iccron.cc:191:12: warning: Member variable 'CronEvent::DayNight' is not initialized in the constructor. [uninitMemberVar]
estic-1.61.orig/estic/icdiag.cc:529:17: style: C-style pointer casting [cstyleCast]
estic-1.61.orig/estic/icdiag.cc:474:22: warning: Member variable 'MatrixWindow::MatrixBox' is not initialized in the constructor. [uninitMemberVar]
estic-1.61.orig/estic/icdiag.h:78:18: warning: Virtual function 'Resize' is called from constructor 'MatrixWindow(const Point&Pos,int aDevCount)' at line 439. Dynamic binding is not used. [virtualCallInConstructor]
estic-1.61.orig/estic/icdiag.cc:439:9: note: Calling Resize
estic-1.61.orig/estic/icdiag.h:78:18: note: Resize is a virtual method
estic-1.61.orig/estic/icdiag.cc:326:5: style: Class 'MatrixListBox' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
estic-1.61.orig/estic/icload.cc:322:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
estic-1.61.orig/estic/iclog.cc:180:18: style: C-style pointer casting [cstyleCast]
estic-1.61.orig/estic/iclog.cc:199:17: style: C-style pointer casting [cstyleCast]
estic-1.61.orig/estic/icmsgwin.cc:212:16: style: C-style pointer casting [cstyleCast]
estic-1.61.orig/estic/icmsgwin.cc:49:5: style: Class 'StringMsgColl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
estic-1.61.orig/estic/icshort.cc:160:18: warning: Member variable 'ShortNumberInfo::AutoDial' is not initialized in the constructor. [uninitMemberVar]
estic-1.61.orig/estic/icshort.cc:160:18: warning: Member variable 'ShortNumberInfo::Devices' is not initialized in the constructor. [uninitMemberVar]
estic-1.61.orig/estic/icshort.cc:160:18: warning: Member variable 'ShortNumberInfo::Signaling' is not initialized in the constructor. [uninitMemberVar]
estic-1.61.orig/estic/icshort.cc:160:18: warning: Member variable 'ShortNumberInfo::Locked' is not initialized in the constructor. [uninitMemberVar]
estic-1.61.orig/estic/imon.cc:341:44: warning: Either the condition 'Len>=0' is redundant, otherwise there is negative array index -1. [negativeIndex]
estic-1.61.orig/estic/imon.cc:341:13: note: Assuming that condition 'Len>=0' is not redundant
estic-1.61.orig/estic/imon.cc:341:44: note: Negative array index
estic-1.61.orig/estic/imon.cc:172:13: warning: Member variable 'IMonWindow::Status' is not initialized in the constructor. [uninitMemberVar]
estic-1.61.orig/estic/imon.cc:172:13: warning: Member variable 'IMonWindow::F' is not initialized in the constructor. [uninitMemberVar]
estic-1.61.orig/estic/imon.h:70:5: style: Class 'IMonWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
estic-1.61.orig/estic/imon.h:73:5: style: Class 'IMonWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
estic-1.61.orig/spunk/machine.h:214:0: error: Syntax error in #elif [preprocessorErrorDirective]
estic-1.61.orig/spunk/djgppsrc/nlsinit.cc:140:17: style: struct member 'CountryInfo::ID' is never used. [unusedStructMember]
estic-1.61.orig/spunk/djgppsrc/nlsinit.cc:145:17: style: struct member 'CountryInfo::CurrStr' is never used. [unusedStructMember]
estic-1.61.orig/spunk/djgppsrc/nlsinit.cc:146:17: style: struct member 'CountryInfo::ThSep' is never used. [unusedStructMember]
estic-1.61.orig/spunk/djgppsrc/nlsinit.cc:147:17: style: struct member 'CountryInfo::DecSep' is never used. [unusedStructMember]
estic-1.61.orig/spunk/djgppsrc/nlsinit.cc:148:17: style: struct member 'CountryInfo::DateSep' is never used. [unusedStructMember]
estic-1.61.orig/spunk/djgppsrc/nlsinit.cc:149:17: style: struct member 'CountryInfo::TimeSep' is never used. [unusedStructMember]
estic-1.61.orig/spunk/djgppsrc/nlsinit.cc:150:17: style: struct member 'CountryInfo::Curr' is never used. [unusedStructMember]
estic-1.61.orig/spunk/djgppsrc/nlsinit.cc:151:17: style: struct member 'CountryInfo::CurrPlaces' is never used. [unusedStructMember]
estic-1.61.orig/spunk/djgppsrc/nlsinit.cc:152:17: style: struct member 'CountryInfo::Time' is never used. [unusedStructMember]
estic-1.61.orig/spunk/djgppsrc/nlsinit.cc:154:17: style: struct member 'CountryInfo::DataSep' is never used. [unusedStructMember]
estic-1.61.orig/spunk/djgppsrc/nlsinit.cc:155:17: style: struct member 'CountryInfo::Fill' is never used. [unusedStructMember]
estic-1.61.orig/spunk/dos32src/nlsinit.cc:62:10: style: struct member 'CountryInfo::ID' is never used. [unusedStructMember]
estic-1.61.orig/spunk/dos32src/nlsinit.cc:67:10: style: struct member 'CountryInfo::CurrStr' is never used. [unusedStructMember]
estic-1.61.orig/spunk/dos32src/nlsinit.cc:68:10: style: struct member 'CountryInfo::ThSep' is never used. [unusedStructMember]
estic-1.61.orig/spunk/dos32src/nlsinit.cc:69:10: style: struct member 'CountryInfo::DecSep' is never used. [unusedStructMember]
estic-1.61.orig/spunk/dos32src/nlsinit.cc:70:10: style: struct member 'CountryInfo::DateSep' is never used. [unusedStructMember]
estic-1.61.orig/spunk/dos32src/nlsinit.cc:71:10: style: struct member 'CountryInfo::TimeSep' is never used. [unusedStructMember]
estic-1.61.orig/spunk/dos32src/nlsinit.cc:72:10: style: struct member 'CountryInfo::Curr' is never used. [unusedStructMember]
estic-1.61.orig/spunk/dos32src/nlsinit.cc:73:10: style: struct member 'CountryInfo::CurrPlaces' is never used. [unusedStructMember]
estic-1.61.orig/spunk/dos32src/nlsinit.cc:74:10: style: struct member 'CountryInfo::Time' is never used. [unusedStructMember]
estic-1.61.orig/spunk/dos32src/nlsinit.cc:76:10: style: struct member 'CountryInfo::DataSep' is never used. [unusedStructMember]
estic-1.61.orig/spunk/dos32src/nlsinit.cc:77:10: style: struct member 'CountryInfo::Fill' is never used. [unusedStructMember]
estic-1.61.orig/spunk/dossrc/filetran.cc:188:67: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
estic-1.61.orig/spunk/dossrc/filetran.cc:190:68: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
estic-1.61.orig/spunk/dossrc/nlsinit.cc:51:10: style: struct member 'CountryInfo::ID' is never used. [unusedStructMember]
estic-1.61.orig/spunk/dossrc/nlsinit.cc:56:10: style: struct member 'CountryInfo::CurrStr' is never used. [unusedStructMember]
estic-1.61.orig/spunk/dossrc/nlsinit.cc:57:10: style: struct member 'CountryInfo::ThSep' is never used. [unusedStructMember]
estic-1.61.orig/spunk/dossrc/nlsinit.cc:58:10: style: struct member 'CountryInfo::DecSep' is never used. [unusedStructMember]
estic-1.61.orig/spunk/dossrc/nlsinit.cc:59:10: style: struct member 'CountryInfo::DateSep' is never used. [unusedStructMember]
estic-1.61.orig/spunk/dossrc/nlsinit.cc:60:10: style: struct member 'CountryInfo::TimeSep' is never used. [unusedStructMember]
estic-1.61.orig/spunk/dossrc/nlsinit.cc:61:10: style: struct member 'CountryInfo::Curr' is never used. [unusedStructMember]
estic-1.61.orig/spunk/dossrc/nlsinit.cc:62:10: style: struct member 'CountryInfo::CurrPlaces' is never used. [unusedStructMember]
estic-1.61.orig/spunk/dossrc/nlsinit.cc:63:10: style: struct member 'CountryInfo::Time' is never used. [unusedStructMember]
estic-1.61.orig/spunk/dossrc/nlsinit.cc:65:10: style: struct member 'CountryInfo::DataSep' is never used. [unusedStructMember]
estic-1.61.orig/spunk/dossrc/nlsinit.cc:66:10: style: struct member 'CountryInfo::Fill' is never used. [unusedStructMember]
estic-1.61.orig/spunk/dossrc/screen.cc:40:0: error: #error Unknown compiler! [preprocessorErrorDirective]
estic-1.61.orig/spunk/netwaresrc/screen.cc:234:16: warning: Obsolete function 'alloca' called. [allocaCalled]
estic-1.61.orig/spunk/ntsrc/screen.cc:455:5: error: Mismatching allocation and deallocation: Buf2 [mismatchAllocDealloc]
estic-1.61.orig/spunk/ntsrc/screen.cc:456:5: error: Mismatching allocation and deallocation: chiBuf [mismatchAllocDealloc]
estic-1.61.orig/spunk/os2src/screen.cc:299:23: warning: Obsolete function 'alloca' called. [allocaCalled]
estic-1.61.orig/spunk/os2src/task.cc:87:38: style: C-style pointer casting [cstyleCast]
estic-1.61.orig/spunk/samples/std/std.cc:18:0: error: syntax error [syntaxError]
[19:02]

ftp://ftp.se.debian.org/debian/pool/main/e/esxml/esxml_0.3.4.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/e/esys-particle/esys-particle_2.3.orig.tar.gz
Fields/FieldMaster.cpp:43:3: performance: Variable 'm_field_name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
Fields/FieldMaster.cpp:44:3: performance: Variable 'm_file_name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
Fields/InteractionFieldMaster.cpp:132:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Fields/InteractionFieldMaster.cpp:153:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Fields/InteractionFieldMaster.cpp:186:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Fields/InteractionFieldMaster.cpp:217:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Fields/InteractionFieldMaster.cpp:245:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Fields/InteractionFieldMaster.cpp:275:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Fields/InteractionFieldMaster.cpp:300:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Fields/InteractionFieldMaster.cpp:362:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Fields/InteractionFieldMaster.cpp:407:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Fields/InteractionFieldMaster.cpp:448:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Fields/InteractionFieldMaster.cpp:466:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Fields/InteractionFieldMaster.cpp:495:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Fields/InteractionFieldMaster.h:51:16: style: The function 'writeAsDX' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Fields/FieldMaster.h:57:16: note: Virtual function in base class
Fields/InteractionFieldMaster.h:51:16: note: Function in derived class
Fields/InteractionFieldMaster.h:52:16: style: The function 'writeAsSUM' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Fields/FieldMaster.h:60:16: note: Virtual function in base class
Fields/InteractionFieldMaster.h:52:16: note: Function in derived class
Fields/InteractionFieldMaster.h:53:16: style: The function 'writeAsMAX' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Fields/FieldMaster.h:61:16: note: Virtual function in base class
Fields/InteractionFieldMaster.h:53:16: note: Function in derived class
Fields/InteractionFieldMaster.h:54:16: style: The function 'writeAsRAW_SERIES' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Fields/FieldMaster.h:62:16: note: Virtual function in base class
Fields/InteractionFieldMaster.h:54:16: note: Function in derived class
Fields/InteractionFieldMaster.h:55:16: style: The function 'writeAsRAW2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Fields/FieldMaster.h:63:16: note: Virtual function in base class
Fields/InteractionFieldMaster.h:55:16: note: Function in derived class
Fields/InteractionFieldMaster.h:56:16: style: The function 'writeAsRAW' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Fields/FieldMaster.h:64:16: note: Virtual function in base class
Fields/InteractionFieldMaster.h:56:16: note: Function in derived class
Fields/InteractionFieldMaster.h:57:16: style: The function 'writeAsRawWithID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Fields/FieldMaster.h:65:16: note: Virtual function in base class
Fields/InteractionFieldMaster.h:57:16: note: Function in derived class
Fields/InteractionFieldMaster.h:58:16: style: The function 'writeAsRawWithPosID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Fields/FieldMaster.h:66:16: note: Virtual function in base class
Fields/InteractionFieldMaster.h:58:16: note: Function in derived class
Fields/InteractionFieldMaster.h:72:8: style: The function 'collect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Fields/FieldMaster.h:73:16: note: Virtual function in base class
Fields/InteractionFieldMaster.h:72:8: note: Function in derived class
Fields/MaxTrigger.cpp:33:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Fields/MaxTrigger.cpp:47:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Fields/ParticleFieldMaster.cpp:115:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Fields/ParticleFieldMaster.cpp:120:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Fields/ParticleFieldMaster.cpp:125:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Fields/ParticleFieldMaster.cpp:147:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Fields/ParticleFieldMaster.cpp:178:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Fields/ParticleFieldMaster.cpp:203:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Fields/ParticleFieldMaster.cpp:223:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Fields/ParticleFieldMaster.cpp:299:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Fields/ParticleFieldMaster.cpp:323:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Fields/ParticleFieldMaster.cpp:350:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Fields/ParticleFieldMaster.cpp:374:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Fields/ParticleFieldMaster.cpp:449:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Fields/ParticleFieldMaster.cpp:454:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Fields/ParticleFieldMaster.cpp:485:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Fields/ParticleFieldMaster.cpp:566:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Fields/ParticleFieldMaster.cpp:590:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Fields/ParticleFieldMaster.cpp:615:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Fields/ParticleFieldMaster.cpp:638:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Fields/ParticleFieldMaster.cpp:664:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Fields/ParticleFieldMaster.h:41:16: style: The function 'writeAsDX' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Fields/FieldMaster.h:57:16: note: Virtual function in base class
Fields/ParticleFieldMaster.h:41:16: note: Function in derived class
Fields/ParticleFieldMaster.h:42:16: style: The function 'writeAsPOV' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Fields/FieldMaster.h:58:16: note: Virtual function in base class
Fields/ParticleFieldMaster.h:42:16: note: Function in derived class
Fields/ParticleFieldMaster.h:43:16: style: The function 'writeAsSILO' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Fields/FieldMaster.h:59:16: note: Virtual function in base class
Fields/ParticleFieldMaster.h:43:16: note: Function in derived class
Fields/ParticleFieldMaster.h:44:16: style: The function 'writeAsSUM' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Fields/FieldMaster.h:60:16: note: Virtual function in base class
Fields/ParticleFieldMaster.h:44:16: note: Function in derived class
Fields/ParticleFieldMaster.h:45:16: style: The function 'writeAsMAX' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Fields/FieldMaster.h:61:16: note: Virtual function in base class
Fields/ParticleFieldMaster.h:45:16: note: Function in derived class
Fields/ParticleFieldMaster.h:46:16: style: The function 'writeAsRAW_SERIES' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Fields/FieldMaster.h:62:16: note: Virtual function in base class
Fields/ParticleFieldMaster.h:46:16: note: Function in derived class
Fields/ParticleFieldMaster.h:47:16: style: The function 'writeAsRawWithPosID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Fields/FieldMaster.h:66:16: note: Virtual function in base class
Fields/ParticleFieldMaster.h:47:16: note: Function in derived class
Fields/ParticleFieldMaster.h:57:16: style: The function 'collect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Fields/FieldMaster.h:73:16: note: Virtual function in base class
Fields/ParticleFieldMaster.h:57:16: note: Function in derived class
Fields/ParticleFieldMaster.h:73:16: style: The function 'writeAsDX' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Fields/FieldMaster.h:57:16: note: Virtual function in base class
Fields/ParticleFieldMaster.h:73:16: note: Function in derived class
Fields/ParticleFieldMaster.h:74:16: style: The function 'writeAsPOV' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Fields/FieldMaster.h:58:16: note: Virtual function in base class
Fields/ParticleFieldMaster.h:74:16: note: Function in derived class
Fields/ParticleFieldMaster.h:75:16: style: The function 'writeAsSILO' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Fields/FieldMaster.h:59:16: note: Virtual function in base class
Fields/ParticleFieldMaster.h:75:16: note: Function in derived class
Fields/ParticleFieldMaster.h:76:16: style: The function 'writeAsSUM' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Fields/FieldMaster.h:60:16: note: Virtual function in base class
Fields/ParticleFieldMaster.h:76:16: note: Function in derived class
Fields/ParticleFieldMaster.h:77:16: style: The function 'writeAsMAX' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Fields/FieldMaster.h:61:16: note: Virtual function in base class
Fields/ParticleFieldMaster.h:77:16: note: Function in derived class
Fields/ParticleFieldMaster.h:78:16: style: The function 'writeAsRAW_SERIES' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Fields/FieldMaster.h:62:16: note: Virtual function in base class
Fields/ParticleFieldMaster.h:78:16: note: Function in derived class
Fields/ParticleFieldMaster.h:79:16: style: The function 'writeAsRAW2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Fields/FieldMaster.h:63:16: note: Virtual function in base class
Fields/ParticleFieldMaster.h:79:16: note: Function in derived class
Fields/ParticleFieldMaster.h:80:16: style: The function 'writeAsRawWithID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Fields/FieldMaster.h:65:16: note: Virtual function in base class
Fields/ParticleFieldMaster.h:80:16: note: Function in derived class
Fields/ParticleFieldMaster.h:87:8: style: The function 'collect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Fields/FieldMaster.h:73:16: note: Virtual function in base class
Fields/ParticleFieldMaster.h:87:8: note: Function in derived class
Fields/ScalarParticleDistributionMaster.cpp:101:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Fields/ScalarParticleDistributionMaster.cpp:31:35: warning: Member variable 'ScalarParticleDistributionMaster::m_is_writing_time' is not initialized in the constructor. [uninitMemberVar]
Fields/ScalarParticleDistributionMaster.cpp:56:35: warning: Member variable 'ScalarParticleDistributionMaster::m_is_writing_time' is not initialized in the constructor. [uninitMemberVar]
Fields/ScalarParticleDistributionMaster.cpp:60:3: style: Class 'ScalarParticleDistributionMaster' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
Fields/ScalarParticleDistributionMaster.cpp:60:3: style: Class 'ScalarParticleDistributionMaster' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
Fields/ScalarParticleDistributionMaster.h:44:16: style: The function 'needSave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Fields/FieldMaster.h:72:16: note: Virtual function in base class
Fields/ScalarParticleDistributionMaster.h:44:16: note: Function in derived class
Fields/ScalarParticleDistributionMaster.h:45:16: style: The function 'collect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Fields/ParticleFieldMaster.h:57:16: note: Virtual function in base class
Fields/ScalarParticleDistributionMaster.h:45:16: note: Function in derived class
Fields/ScalarParticleDistributionMaster.h:46:16: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Fields/FieldMaster.h:74:16: note: Virtual function in base class
Fields/ScalarParticleDistributionMaster.h:46:16: note: Function in derived class
Fields/ScalarTriangleFieldMaster.cpp:108:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Fields/ScalarTriangleFieldMaster.cpp:137:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Fields/ScalarTriangleFieldMaster.h:43:8: performance: Technically the member function 'ScalarTriangleFieldMaster::collectFullDX' can be static. [functionStatic]
Fields/ScalarTriangleFieldMaster.cpp:152:33: note: Technically the member function 'ScalarTriangleFieldMaster::collectFullDX' can be static.
Fields/ScalarTriangleFieldMaster.h:43:8: note: Technically the member function 'ScalarTriangleFieldMaster::collectFullDX' can be static.
Fields/ScalarTriangleFieldMaster.h:36:16: style: The function 'writeAsDX' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Fields/FieldMaster.h:57:16: note: Virtual function in base class
Fields/ScalarTriangleFieldMaster.h:36:16: note: Function in derived class
Fields/ScalarTriangleFieldMaster.h:37:16: style: The function 'writeAsRAW' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Fields/FieldMaster.h:64:16: note: Virtual function in base class
Fields/ScalarTriangleFieldMaster.h:37:16: note: Function in derived class
Fields/ScalarTriangleFieldMaster.h:38:16: style: The function 'writeAsSUM' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Fields/FieldMaster.h:60:16: note: Virtual function in base class
Fields/ScalarTriangleFieldMaster.h:38:16: note: Function in derived class
Fields/ScalarTriangleFieldMaster.h:39:16: style: The function 'writeAsMAX' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Fields/FieldMaster.h:61:16: note: Virtual function in base class
Fields/ScalarTriangleFieldMaster.h:39:16: note: Function in derived class
Fields/ScalarTriangleFieldMaster.h:40:16: style: The function 'writeAsRAW_SERIES' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Fields/FieldMaster.h:62:16: note: Virtual function in base class
Fields/ScalarTriangleFieldMaster.h:40:16: note: Function in derived class
Fields/ScalarTriangleFieldMaster.h:49:16: style: The function 'collect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Fields/FieldMaster.h:73:16: note: Virtual function in base class
Fields/ScalarTriangleFieldMaster.h:49:16: note: Function in derived class
Fields/ScalarTriangleFieldMaster.h:50:16: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Fields/FieldMaster.h:74:16: note: Virtual function in base class
Fields/ScalarTriangleFieldMaster.h:50:16: note: Function in derived class
Fields/VectorInteractionFieldMaster.cpp:94:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Fields/VectorInteractionFieldMaster.cpp:125:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Fields/VectorInteractionFieldMaster.cpp:162:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Fields/VectorInteractionFieldMaster.cpp:178:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Fields/VectorInteractionFieldMaster.cpp:211:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Fields/VectorInteractionFieldMaster.cpp:273:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Fields/VectorInteractionFieldMaster.cpp:318:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Fields/VectorInteractionFieldMaster.cpp:362:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Fields/VectorInteractionFieldMaster.cpp:384:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Fields/VectorInteractionFieldMaster.cpp:411:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Fields/VectorInteractionFieldMaster.h:52:16: style: The function 'writeAsDX' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Fields/FieldMaster.h:57:16: note: Virtual function in base class
Fields/VectorInteractionFieldMaster.h:52:16: note: Function in derived class
Fields/VectorInteractionFieldMaster.h:53:16: style: The function 'writeAsSUM' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Fields/FieldMaster.h:60:16: note: Virtual function in base class
Fields/VectorInteractionFieldMaster.h:53:16: note: Function in derived class
Fields/VectorInteractionFieldMaster.h:54:16: style: The function 'writeAsMAX' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Fields/FieldMaster.h:61:16: note: Virtual function in base class
Fields/VectorInteractionFieldMaster.h:54:16: note: Function in derived class
Fields/VectorInteractionFieldMaster.h:55:16: style: The function 'writeAsRAW_SERIES' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Fields/FieldMaster.h:62:16: note: Virtual function in base class
Fields/VectorInteractionFieldMaster.h:55:16: note: Function in derived class
Fields/VectorInteractionFieldMaster.h:56:16: style: The function 'writeAsRAW2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Fields/FieldMaster.h:63:16: note: Virtual function in base class
Fields/VectorInteractionFieldMaster.h:56:16: note: Function in derived class
Fields/VectorInteractionFieldMaster.h:57:16: style: The function 'writeAsRawWithID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Fields/FieldMaster.h:65:16: note: Virtual function in base class
Fields/VectorInteractionFieldMaster.h:57:16: note: Function in derived class
Fields/VectorInteractionFieldMaster.h:58:16: style: The function 'writeAsRawWithPosID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Fields/FieldMaster.h:66:16: note: Virtual function in base class
Fields/VectorInteractionFieldMaster.h:58:16: note: Function in derived class
Fields/VectorInteractionFieldMaster.h:71:16: style: The function 'collect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Fields/FieldMaster.h:73:16: note: Virtual function in base class
Fields/VectorInteractionFieldMaster.h:71:16: note: Function in derived class
Fields/VectorTriangleFieldMaster.cpp:108:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Fields/VectorTriangleFieldMaster.cpp:137:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Fields/VectorTriangleFieldMaster.h:44:8: performance: Technically the member function 'VectorTriangleFieldMaster::collectFullDX' can be static. [functionStatic]
Fields/VectorTriangleFieldMaster.cpp:152:33: note: Technically the member function 'VectorTriangleFieldMaster::collectFullDX' can be static.
Fields/VectorTriangleFieldMaster.h:44:8: note: Technically the member function 'VectorTriangleFieldMaster::collectFullDX' can be static.
Fields/VectorTriangleFieldMaster.h:37:16: style: The function 'writeAsDX' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Fields/FieldMaster.h:57:16: note: Virtual function in base class
Fields/VectorTriangleFieldMaster.h:37:16: note: Function in derived class
Fields/VectorTriangleFieldMaster.h:38:16: style: The function 'writeAsRAW' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Fields/FieldMaster.h:64:16: note: Virtual function in base class
Fields/VectorTriangleFieldMaster.h:38:16: note: Function in derived class
Fields/VectorTriangleFieldMaster.h:39:16: style: The function 'writeAsSUM' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Fields/FieldMaster.h:60:16: note: Virtual function in base class
Fields/VectorTriangleFieldMaster.h:39:16: note: Function in derived class
Fields/VectorTriangleFieldMaster.h:40:16: style: The function 'writeAsMAX' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Fields/FieldMaster.h:61:16: note: Virtual function in base class
Fields/VectorTriangleFieldMaster.h:40:16: note: Function in derived class
Fields/VectorTriangleFieldMaster.h:41:16: style: The function 'writeAsRAW_SERIES' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Fields/FieldMaster.h:62:16: note: Virtual function in base class
Fields/VectorTriangleFieldMaster.h:41:16: note: Function in derived class
Fields/VectorTriangleFieldMaster.h:50:16: style: The function 'collect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Fields/FieldMaster.h:73:16: note: Virtual function in base class
Fields/VectorTriangleFieldMaster.h:50:16: note: Function in derived class
Fields/VectorTriangleFieldMaster.h:51:16: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Fields/FieldMaster.h:74:16: note: Virtual function in base class
Fields/VectorTriangleFieldMaster.h:51:16: note: Function in derived class
Fields/WallFieldMaster.cpp:53:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Fields/WallFieldMaster.cpp:138:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Fields/WallFieldMaster.cpp:164:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Fields/WallFieldMaster.cpp:174:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Fields/WallFieldSlave.h:39:3: style: Class 'AWallFieldSlave' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Foundation/t_list.hpp:231:16: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
Foundation/Counter.cpp:22:26: style: Function 'CCounter' argument 1 names different: declaration 'Name' definition 'iName'. [funcArgNamesDifferent]
Foundation/Counter.h:36:20: note: Function 'CCounter' argument 1 names different: declaration 'Name' definition 'iName'.
Foundation/Counter.cpp:22:26: note: Function 'CCounter' argument 1 names different: declaration 'Name' definition 'iName'.
Foundation/Counter.cpp:22:37: style: Function 'CCounter' argument 2 names different: declaration 'Id' definition 'iId'. [funcArgNamesDifferent]
Foundation/Counter.h:36:30: note: Function 'CCounter' argument 2 names different: declaration 'Id' definition 'iId'.
Foundation/Counter.cpp:22:37: note: Function 'CCounter' argument 2 names different: declaration 'Id' definition 'iId'.
Foundation/Counter.cpp:29:29: style: Function 'create' argument 1 names different: declaration 'Name' definition 'iName'. [funcArgNamesDifferent]
Foundation/Counter.h:39:23: note: Function 'create' argument 1 names different: declaration 'Name' definition 'iName'.
Foundation/Counter.cpp:29:29: note: Function 'create' argument 1 names different: declaration 'Name' definition 'iName'.
Foundation/Counter.cpp:29:40: style: Function 'create' argument 2 names different: declaration 'Id' definition 'iId'. [funcArgNamesDifferent]
Foundation/Counter.h:39:33: note: Function 'create' argument 2 names different: declaration 'Id' definition 'iId'.
Foundation/Counter.cpp:29:40: note: Function 'create' argument 2 names different: declaration 'Id' definition 'iId'.
Foundation/Counter.cpp:109:43: style: Function 'operator()' argument 1 names different: declaration 'Name' definition 'name'. [funcArgNamesDifferent]
Foundation/Counter.h:71:33: note: Function 'operator()' argument 1 names different: declaration 'Name' definition 'name'.
Foundation/Counter.cpp:109:43: note: Function 'operator()' argument 1 names different: declaration 'Name' definition 'name'.
Foundation/t_list.h:70:18: style: Technically the member function 'List::IsEnd' can be const. [functionConst]
Foundation/t_list.hpp:261:14: note: Technically the member function 'List::IsEnd' can be const.
Foundation/t_list.h:70:18: note: Technically the member function 'List::IsEnd' can be const.
Foundation/t_list.h:71:18: style: Technically the member function 'List::IsStart' can be const. [functionConst]
Foundation/t_list.hpp:267:14: note: Technically the member function 'List::IsStart' can be const.
Foundation/t_list.h:71:18: note: Technically the member function 'List::IsStart' can be const.
Foundation/Counter.h:48:5: style: Technically the member function 'CCounter::operatorint' can be const. [functionConst]
Foundation/Counter.cpp:69:11: note: Technically the member function 'CCounter::operatorint' can be const.
Foundation/Counter.h:48:5: note: Technically the member function 'CCounter::operatorint' can be const.
Foundation/console.h:60:15: performance: Technically the member function 'BasicCon::SetQuiet' can be static. [functionStatic]
Foundation/console.h:61:15: performance: Technically the member function 'BasicCon::SetTiming' can be static. [functionStatic]
Foundation/console.h:57:3: style: Class 'BasicCon' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Foundation/console.h:125:3: style: Class 'Con' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Foundation/console.h:121:16: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Foundation/console.h:52:16: note: Virtual function in base class
Foundation/console.h:121:16: note: Function in derived class
Foundation/Matrix3.cpp:188:10: style: The scope of the variable 'te1' can be reduced. [variableScope]
Foundation/Matrix3.cpp:188:14: style: The scope of the variable 'te2' can be reduced. [variableScope]
Foundation/Matrix3.cpp:217:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Foundation/Matrix3.cpp:219:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Foundation/Matrix3.cpp:104:13: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
Foundation/PathSearcher.cpp:32:104: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Foundation/PathSearcher.cpp:51:92: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Foundation/Timer.cpp:181:49: style: Function 'timerExists' argument 1 names different: declaration 'name' definition 'timerName'. [funcArgNamesDifferent]
Foundation/Timer.h:97:39: note: Function 'timerExists' argument 1 names different: declaration 'name' definition 'timerName'.
Foundation/Timer.cpp:181:49: note: Function 'timerExists' argument 1 names different: declaration 'name' definition 'timerName'.
Foundation/Timer.cpp:186:43: style: Function 'start' argument 1 names different: declaration 'name' definition 'timerName'. [funcArgNamesDifferent]
Foundation/Timer.h:91:33: note: Function 'start' argument 1 names different: declaration 'name' definition 'timerName'.
Foundation/Timer.cpp:186:43: note: Function 'start' argument 1 names different: declaration 'name' definition 'timerName'.
Foundation/Timer.cpp:191:42: style: Function 'stop' argument 1 names different: declaration 'name' definition 'timerName'. [funcArgNamesDifferent]
Foundation/Timer.h:92:32: note: Function 'stop' argument 1 names different: declaration 'name' definition 'timerName'.
Foundation/Timer.cpp:191:42: note: Function 'stop' argument 1 names different: declaration 'name' definition 'timerName'.
Foundation/Timer.cpp:197:49: style: Function 'getTiming' argument 1 names different: declaration 'name' definition 'timerName'. [funcArgNamesDifferent]
Foundation/Timer.h:98:39: note: Function 'getTiming' argument 1 names different: declaration 'name' definition 'timerName'.
Foundation/Timer.cpp:197:49: note: Function 'getTiming' argument 1 names different: declaration 'name' definition 'timerName'.
Foundation/Timer.cpp:231:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Foundation/Timer.cpp:242:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Foundation/Timer.cpp:243:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Foundation/Timer.cpp:277:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Foundation/Timer.cpp:278:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Foundation/Timer.h:33:3: style: Class 'MpiWTimer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Foundation/cube_eq.cpp:44:10: style: The scope of the variable 'root1' can be reduced. [variableScope]
Foundation/cube_eq.h:36:10: style: Technically the member function 'CubicEquation::f' can be const. [functionConst]
Foundation/cube_eq.cpp:76:23: note: Technically the member function 'CubicEquation::f' can be const.
Foundation/cube_eq.h:36:10: note: Technically the member function 'CubicEquation::f' can be const.
Foundation/realdist.h:33:12: style: Technically the member function 'RealDist::Destroy' can be const. [functionConst]
Foundation/realdist.cpp:47:16: note: Technically the member function 'RealDist::Destroy' can be const.
Foundation/realdist.h:33:12: note: Technically the member function 'RealDist::Destroy' can be const.
Geometry/AEdge.cpp:23:3: performance: Variable 'm_p0' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
Geometry/AEdge.cpp:24:3: performance: Variable 'm_p1' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
Geometry/ARandomAssembly.cpp:73:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/ARandomAssembly.cpp:86:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/ARandomAssembly.cpp:120:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/ARandomAssembly.cpp:126:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/ARandomAssembly.cpp:128:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/ARandomAssembly.cpp:148:79: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/ARandomAssembly.cpp:174:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/ARandomAssembly.cpp:186:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/ARandomAssembly.cpp:194:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/ARandomAssembly.cpp:202:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/ARandomAssembly.cpp:213:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/ARandomAssembly.cpp:232:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/ARandomAssembly.h:49:10: performance: Technically the member function 'ARandomAssembly::m_random' can be static. [functionStatic]
Geometry/ARandomAssembly.cpp:36:25: note: Technically the member function 'ARandomAssembly::m_random' can be static.
Geometry/ARandomAssembly.h:49:10: note: Technically the member function 'ARandomAssembly::m_random' can be static.
Geometry/ARandomAssembly.h:53:18: performance: Technically the member function 'ARandomAssembly::getClosestParticle' can be static. [functionStatic]
Geometry/ARandomAssembly.cpp:142:33: note: Technically the member function 'ARandomAssembly::getClosestParticle' can be static.
Geometry/ARandomAssembly.h:53:18: note: Technically the member function 'ARandomAssembly::getClosestParticle' can be static.
Geometry/BlockGenerator.cpp:110:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/Corner.cpp:90:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/Corner.cpp:98:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/Corner.cpp:24:3: performance: Variable 'm_p' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
Geometry/Corner.cpp:25:3: performance: Variable 'm_old_pos' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
Geometry/Corner2D.cpp:66:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/Corner2D.cpp:24:3: performance: Variable 'm_p' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
Geometry/FaultedBlock2d.cpp:93:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/FaultedBlock2d.cpp:178:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/FaultedBlock2d.cpp:181:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/FaultedBlock2d.cpp:186:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/FaultedBlock2d.cpp:188:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/FaultedBlock2d.cpp:209:92: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/FaultedBlock2d.cpp:239:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/FaultedBlock2d.cpp:181:2: warning: Missing bounds check for extra iterator increment in loop. [StlMissingComparison]
Geometry/FaultedBlock2d.cpp:186:2: note: Missing bounds check for extra iterator increment in loop.
Geometry/FaultedBlock2d.cpp:181:2: note: Missing bounds check for extra iterator increment in loop.
Geometry/GougeBlock3D.cpp:427:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/GougeBlock3D.cpp:479:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/GougeBlock3D.cpp:504:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/GougeBlock3D.cpp:531:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/GougeBlock3D.cpp:568:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/GougeBlock3D.cpp:618:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/GougeBlock3D.cpp:715:11: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/GougeBlock3D.cpp:802:91: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/GougeBlock3D.cpp:822:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/GougeBlock3D.cpp:837:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/GougeBlock3D.cpp:862:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/GougeBlock3D.cpp:683:7: warning: Member variable 'GeoInteractionWriter::m_precision' is not initialized in the constructor. [uninitMemberVar]
Geometry/GougeBlock3D.cpp:683:7: style: Class 'GeoInteractionWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Geometry/GranularGougeBlock3D.cpp:103:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/GranularGougeBlock3D.cpp:143:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/GranularGougeBlock3D.cpp:159:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/LayeredBlock.cpp:34:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/LayeredBlock.cpp:39:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/Line.cpp:23:3: performance: Variable 'N' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
Geometry/PaddedBlock3D.cpp:43:3: style: Variable 'px' is reassigned a value before the old one has been used. [redundantAssignment]
Geometry/PaddedBlock3D.cpp:39:0: note: Variable 'px' is reassigned a value before the old one has been used.
Geometry/PaddedBlock3D.cpp:43:3: note: Variable 'px' is reassigned a value before the old one has been used.
Geometry/PaddedBlock3D.cpp:220:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/PaddedBlock3D.cpp:242:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/PaddedBlock3D.cpp:244:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/PaddedBlock3D.cpp:220:7: warning: Missing bounds check for extra iterator increment in loop. [StlMissingComparison]
Geometry/PaddedBlock3D.cpp:242:7: note: Missing bounds check for extra iterator increment in loop.
Geometry/PaddedBlock3D.cpp:220:7: note: Missing bounds check for extra iterator increment in loop.
Geometry/PointCloud.cpp:39:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/PointCloud.cpp:73:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/RandomAssembly2D.cpp:48:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/RandomAssembly2D.cpp:150:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/RandomAssembly3D.cpp:63:10: style: The scope of the variable 'r' can be reduced. [variableScope]
Geometry/RandomAssembly3D.cpp:99:10: style: The scope of the variable 'r' can be reduced. [variableScope]
Geometry/RandomAssembly3D.cpp:39:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/RandomAssembly3D.cpp:158:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/RandomBlock.cpp:153:5: style: Variable 'count' is modified but its new value is never used. [unreadVariable]
Geometry/RandomBlock.cpp:149:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/RandomBlock.cpp:162:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/RandomBlock.cpp:181:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/RandomBlock.cpp:207:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/RandomBlock.cpp:226:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/RandomBlock.cpp:241:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/RandomBlock3D.cpp:221:5: style: Variable 'count' is modified but its new value is never used. [unreadVariable]
Geometry/SimpleNTable3D.h:60:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/SimpleNTable3D.h:65:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/RandomBlock3D.cpp:160:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/RandomBlock3D.cpp:179:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/RandomBlock3D.cpp:217:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/RandomBlock3D.cpp:230:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/RandomBlock3D.cpp:249:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/RandomBlockGenerator.cpp:196:11: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/RandomBlockGenerator.cpp:216:11: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/RandomBlockGenerator.cpp:75:7: style: Class 'PlaneComparer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Geometry/RoughPaddedBlock3d.cpp:48:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/RoughPaddedBlock3d.cpp:129:6: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/RoughPaddedBlock3d.cpp:197:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/RoughPaddedBlock3d.cpp:219:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/RoughPaddedBlock3d.cpp:221:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/RoughPaddedBlock3d.cpp:197:7: warning: Missing bounds check for extra iterator increment in loop. [StlMissingComparison]
Geometry/RoughPaddedBlock3d.cpp:219:7: note: Missing bounds check for extra iterator increment in loop.
Geometry/RoughPaddedBlock3d.cpp:197:7: note: Missing bounds check for extra iterator increment in loop.
Geometry/SimpleNTable.cpp:53:70: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/SimpleNTable.cpp:79:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/SimpleNTable.cpp:134:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/SimpleNTable.cpp:140:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/SimpleNTable.cpp:219:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/SimpleNTable.cpp:222:15: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/SimpleNTable.cpp:244:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/SimpleNTable3D.cpp:144:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/SimpleNTable3D.cpp:150:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/SimpleNTable3D.cpp:212:15: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/SimpleNTable3D.cpp:217:15: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/SimpleNTable3D.cpp:242:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/SphAggGougeBlock.cpp:142:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/SphAggGougeBlock.cpp:205:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/SphAggGougeBlock.cpp:228:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/SphereBlockGenerator.cpp:266:7: style: Variable 'fail' is reassigned a value before the old one has been used. [redundantAssignment]
Geometry/SphereBlockGenerator.cpp:263:0: note: Variable 'fail' is reassigned a value before the old one has been used.
Geometry/SphereBlockGenerator.cpp:266:7: note: Variable 'fail' is reassigned a value before the old one has been used.
Geometry/SphereBlockGenerator.cpp:196:14: style: The scope of the variable 'r' can be reduced. [variableScope]
Geometry/SphereBlockGenerator.cpp:231:14: style: The scope of the variable 'r' can be reduced. [variableScope]
Geometry/SphereBlockGenerator.cpp:292:12: style: The scope of the variable 'findfit' can be reduced. [variableScope]
Geometry/SphereBlockGenerator.cpp:342:4: style: Variable 'countfound' is modified but its new value is never used. [unreadVariable]
Geometry/SphereBlockGenerator.cpp:277:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/SplitBlock.cpp:58:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/SplitBlock.cpp:65:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/SplitBlock.cpp:82:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/SplitBlock.h:36:16: style: The function 'generate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Geometry/RandomBlock.h:51:16: note: Virtual function in base class
Geometry/SplitBlock.h:36:16: note: Function in derived class
Geometry/SplitBlock.cpp:58:7: warning: Missing bounds check for extra iterator increment in loop. [StlMissingComparison]
Geometry/SplitBlock.cpp:65:7: note: Missing bounds check for extra iterator increment in loop.
Geometry/SplitBlock.cpp:58:7: note: Missing bounds check for extra iterator increment in loop.
Geometry/SplitBlock3D.cpp:103:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/SplitBlock3D.cpp:125:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/SplitBlock3D.cpp:142:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Geometry/SplitBlock3D.cpp:103:7: warning: Missing bounds check for extra iterator increment in loop. [StlMissingComparison]
Geometry/SplitBlock3D.cpp:125:7: note: Missing bounds check for extra iterator increment in loop.
Geometry/SplitBlock3D.cpp:103:7: note: Missing bounds check for extra iterator increment in loop.
Geometry/Triangle.cpp:40:3: performance: Variable 'm_p0' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
Geometry/Triangle.cpp:45:3: performance: Variable 'm_force' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
Geometry/Triangle.h:62:10: performance: Technically the member function 'Triangle::EdgeSep' can be static. [functionStatic]
Geometry/Triangle.cpp:63:18: note: Technically the member function 'Triangle::EdgeSep' can be static.
Geometry/Triangle.h:62:10: note: Technically the member function 'Triangle::EdgeSep' can be static.
Geometry/Triangle.h:72:8: style: Technically the member function 'Triangle::toGlobal' can be const. [functionConst]
Geometry/Triangle.cpp:241:16: note: Technically the member function 'Triangle::toGlobal' can be const.
Geometry/Triangle.h:72:8: note: Technically the member function 'Triangle::toGlobal' can be const.
Geometry/Triangle.h:73:8: style: Technically the member function 'Triangle::toLocal' can be const. [functionConst]
Geometry/Triangle.cpp:252:16: note: Technically the member function 'Triangle::toLocal' can be const.
Geometry/Triangle.h:73:8: note: Technically the member function 'Triangle::toLocal' can be const.
Geometry/Triangle.cpp:51:3: style: Exception should be caught by reference. [catchExceptionByValue]
Geometry/Triangle.cpp:218:3: style: Exception should be caught by reference. [catchExceptionByValue]
Geometry/VtkXmlWriter.cpp:119:7: style: Class 'ParticleIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Geometry/VtkXmlWriter.cpp:141:7: style: Class 'ConnectionIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Geometry/VtkXmlWriter.cpp:93:0: style: Class 'esys :: lsm :: ConstContainerIterator < std :: vector < const SimpleParticle * > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Geometry/VtkXmlWriter.cpp:93:0: style: Class 'esys :: lsm :: ConstContainerIterator < std :: vector < const BasicInteraction * > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Model/BCorner2DInteraction.cpp:23:23: warning: Member variable 'BCorner2DInteraction::m_k' is not initialized in the constructor. [uninitMemberVar]
Model/BCorner2DInteraction.cpp:23:23: warning: Member variable 'BCorner2DInteraction::m_break' is not initialized in the constructor. [uninitMemberVar]
Model/BCorner2DInteraction.cpp:23:23: warning: Member variable 'BCorner2DInteraction::m_dist' is not initialized in the constructor. [uninitMemberVar]
Model/BCorner2DInteraction.cpp:23:23: warning: Member variable 'BCorner2DInteraction::k1' is not initialized in the constructor. [uninitMemberVar]
Model/BCorner2DInteraction.cpp:23:23: warning: Member variable 'BCorner2DInteraction::k2' is not initialized in the constructor. [uninitMemberVar]
Model/BCorner2DInteraction.cpp:23:23: warning: Member variable 'BCorner2DInteraction::b_me' is not initialized in the constructor. [uninitMemberVar]
Model/BCorner2DInteraction.cpp:23:23: warning: Member variable 'BCorner2DInteraction::m_inner_flag' is not initialized in the constructor. [uninitMemberVar]
Model/BCorner2DInteraction.h:51:8: style: Technically the member function 'BCorner2DInteraction::isInner' can be const. [functionConst]
Model/BCorner2DInteraction.h:53:8: style: Technically the member function 'BCorner2DInteraction::broken' can be const. [functionConst]
Model/BCorner2DInteraction.cpp:103:28: note: Technically the member function 'BCorner2DInteraction::broken' can be const.
Model/BCorner2DInteraction.h:53:8: note: Technically the member function 'BCorner2DInteraction::broken' can be const.
Model/BEdge2DInteraction.cpp:20:21: warning: Member variable 'BEdge2DInteraction::m_k' is not initialized in the constructor. [uninitMemberVar]
Model/BEdge2DInteraction.cpp:20:21: warning: Member variable 'BEdge2DInteraction::m_break' is not initialized in the constructor. [uninitMemberVar]
Model/BEdge2DInteraction.cpp:20:21: warning: Member variable 'BEdge2DInteraction::m_dist' is not initialized in the constructor. [uninitMemberVar]
Model/BEdge2DInteraction.cpp:20:21: warning: Member variable 'BEdge2DInteraction::m_inner_flag' is not initialized in the constructor. [uninitMemberVar]
Model/BEdge2DInteraction.h:57:8: style: Technically the member function 'BEdge2DInteraction::isInner' can be const. [functionConst]
Model/BEdge2DInteraction.h:59:8: style: Technically the member function 'BEdge2DInteraction::broken' can be const. [functionConst]
Model/BEdge2DInteraction.cpp:81:26: note: Technically the member function 'BEdge2DInteraction::broken' can be const.
Model/BEdge2DInteraction.h:59:8: note: Technically the member function 'BEdge2DInteraction::broken' can be const.
Model/BTriangleInteraction.cpp:19:23: warning: Member variable 'BTriangleInteraction::m_k' is not initialized in the constructor. [uninitMemberVar]
Model/BTriangleInteraction.cpp:19:23: warning: Member variable 'BTriangleInteraction::m_break' is not initialized in the constructor. [uninitMemberVar]
Model/BTriangleInteraction.cpp:19:23: warning: Member variable 'BTriangleInteraction::m_dist' is not initialized in the constructor. [uninitMemberVar]
Model/BTriangleInteraction.cpp:19:23: warning: Member variable 'BTriangleInteraction::m_inner_flag' is not initialized in the constructor. [uninitMemberVar]
Model/BTriangleInteraction.h:57:8: style: Technically the member function 'BTriangleInteraction::isInner' can be const. [functionConst]
Model/BTriangleInteraction.h:59:8: style: Technically the member function 'BTriangleInteraction::broken' can be const. [functionConst]
Model/BTriangleInteraction.cpp:80:28: note: Technically the member function 'BTriangleInteraction::broken' can be const.
Model/BTriangleInteraction.h:59:8: note: Technically the member function 'BTriangleInteraction::broken' can be const.
Model/BondedInteraction.cpp:59:10: style: The scope of the variable 'effR' can be reduced. [variableScope]
Model/ECorner2DInteraction.h:44:4: warning: Class 'ECorner2DInteraction' which has virtual members does not have a virtual destructor. [virtualDestructor]
Model/ECorner2DInteraction.h:46:8: style: Technically the member function 'ECorner2DInteraction::isInner' can be const. [functionConst]
Model/ECornerInteraction.h:47:8: style: Technically the member function 'ECornerInteraction::isInner' can be const. [functionConst]
Model/EEdge2DInteraction.h:46:8: style: Technically the member function 'EEdge2DInteraction::isInner' can be const. [functionConst]
Model/EEdgeInteraction.h:46:8: style: Technically the member function 'EEdgeInteraction::isInner' can be const. [functionConst]
Model/ETriangleInteraction.h:49:8: style: Technically the member function 'ETriangleInteraction::isInner' can be const. [functionConst]
Model/ElasticInteraction.cpp:32:10: style: The scope of the variable 'effR' can be reduced. [variableScope]
Model/ElasticInteraction.cpp:17:14: warning: Member variable 'CElasticIGP::m_scaling' is not initialized in the constructor. [uninitMemberVar]
Model/ElasticInteractionGroup.h:39:3: style: Class 'CElasticInteractionGroup' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Model/FrictionInteraction.cpp:129:10: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
Model/FrictionInteraction.cpp:134:5: note: Found duplicate branches for 'if' and 'else'.
Model/FrictionInteraction.cpp:129:10: note: Found duplicate branches for 'if' and 'else'.
Model/HertzianElasticInteraction.cpp:39:3: performance: Variable 'm_force' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
Model/HertzianViscoElasticFrictionInteraction.cpp:176:10: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
Model/HertzianViscoElasticFrictionInteraction.cpp:181:5: note: Found duplicate branches for 'if' and 'else'.
Model/HertzianViscoElasticFrictionInteraction.cpp:176:10: note: Found duplicate branches for 'if' and 'else'.
Model/HertzianViscoElasticInteraction.cpp:58:3: performance: Variable 'm_force' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
Model/InteractionParam.cpp:21:3: performance: Variable 'm_name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
Model/InteractionParam.h:42:10: style: Technically the member function 'AIParam::getParamByName' can be const. [functionConst]
Model/InteractionParam.cpp:27:17: note: Technically the member function 'AIParam::getParamByName' can be const.
Model/InteractionParam.h:42:10: note: Technically the member function 'AIParam::getParamByName' can be const.
Model/Mesh2D.cpp:41:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Model/Mesh2D.cpp:50:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Model/Mesh2D.cpp:63:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Model/Mesh2D.cpp:75:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Model/Mesh2D.cpp:107:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Model/Mesh2D.cpp:139:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Model/Mesh2D.cpp:197:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Model/Mesh2D.cpp:205:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Model/Mesh2D.cpp:214:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Model/MeshData.cpp:25:32: style: Function 'MeshNodeData' argument 1 names different: declaration 'id' definition 'nodeId'. [funcArgNamesDifferent]
Model/MeshData.h:27:20: note: Function 'MeshNodeData' argument 1 names different: declaration 'id' definition 'nodeId'.
Model/MeshData.cpp:25:32: note: Function 'MeshNodeData' argument 1 names different: declaration 'id' definition 'nodeId'.
Model/MeshData.cpp:25:60: style: Function 'MeshNodeData' argument 3 names different: declaration 'tag' definition 'nodeTag'. [funcArgNamesDifferent]
Model/MeshData.h:27:44: note: Function 'MeshNodeData' argument 3 names different: declaration 'tag' definition 'nodeTag'.
Model/MeshData.cpp:25:60: note: Function 'MeshNodeData' argument 3 names different: declaration 'tag' definition 'nodeTag'.
Model/MeshData.cpp:78:30: style: Function 'MeshTriData' argument 1 names different: declaration 'id' definition 'triId'. [funcArgNamesDifferent]
Model/MeshData.h:43:19: note: Function 'MeshTriData' argument 1 names different: declaration 'id' definition 'triId'.
Model/MeshData.cpp:78:30: note: Function 'MeshTriData' argument 1 names different: declaration 'id' definition 'triId'.
Model/MeshData.cpp:78:80: style: Function 'MeshTriData' argument 5 names different: declaration 'tag' definition 'triTag'. [funcArgNamesDifferent]
Model/MeshData.h:43:66: note: Function 'MeshTriData' argument 5 names different: declaration 'tag' definition 'triTag'.
Model/MeshData.cpp:78:80: note: Function 'MeshTriData' argument 5 names different: declaration 'tag' definition 'triTag'.
Model/RotBondedInteraction.cpp:360:10: style: The scope of the variable 's_fai' can be reduced. [variableScope]
Model/RotBondedInteraction.cpp:360:21: style: The scope of the variable 'c_fai' can be reduced. [variableScope]
Model/RotBondedInteraction.cpp:360:32: style: The scope of the variable 'c_pasi2' can be reduced. [variableScope]
Model/RotBondedInteraction.cpp:360:45: style: The scope of the variable 's_pasi2' can be reduced. [variableScope]
Model/RotBondedInteraction.cpp:361:10: style: The scope of the variable 'sita' can be reduced. [variableScope]
Model/RotElasticInteraction.cpp:36:3: performance: Variable 'm_force' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
Model/RotElasticInteractionGroup.h:39:3: style: Class 'CRotElasticInteractionGroup' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Model/RotFricInteraction.cpp:110:10: style: The scope of the variable 'effR' can be reduced. [variableScope]
Model/RotThermBondedInteraction.cpp:562:12: style: The scope of the variable 's_fai' can be reduced. [variableScope]
Model/RotThermBondedInteraction.cpp:562:23: style: The scope of the variable 'c_fai' can be reduced. [variableScope]
Model/RotThermBondedInteraction.cpp:562:34: style: The scope of the variable 'c_pasi2' can be reduced. [variableScope]
Model/RotThermBondedInteraction.cpp:562:47: style: The scope of the variable 's_pasi2' can be reduced. [variableScope]
Model/RotThermBondedInteraction.cpp:563:11: style: The scope of the variable 'sita' can be reduced. [variableScope]
Model/RotThermBondedInteraction.cpp:567:22: style: The scope of the variable 'temp1' can be reduced. [variableScope]
Model/RotThermElasticInteractionGroup.hpp:46:104: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Model/RotThermElasticInteractionGroup.hpp:131:114: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Model/RotThermElasticInteractionGroup.hpp:135:96: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Model/RotThermElasticInteractionGroup.hpp:18:38: warning: Member variable 'CRotThermElasticInteractionGroup::m_k' is not initialized in the constructor. [uninitMemberVar]
Model/RotThermElasticInteractionGroup.hpp:18:38: warning: Member variable 'CRotThermElasticInteractionGroup::m_diffusivity' is not initialized in the constructor. [uninitMemberVar]
Model/RotThermElasticInteractionGroup.hpp:25:38: warning: Member variable 'CRotThermElasticInteractionGroup::m_k' is not initialized in the constructor. [uninitMemberVar]
Model/RotThermElasticInteractionGroup.h:41:3: style: Class 'CRotThermElasticInteractionGroup' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Model/RotThermElasticInteraction.h:38:17: style: The function 'packInto' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Model/IGParam.h:38:16: note: Virtual function in base class
Model/RotThermElasticInteraction.h:38:17: note: Function in derived class
Model/RotThermElasticInteraction.h:49:23: style: The function 'getTypeString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Model/IGParam.h:46:23: note: Virtual function in base class
Model/RotThermElasticInteraction.h:49:23: note: Function in derived class
Model/RotThermElasticInteractionGroup.h:44:16: style: The function 'setExIG' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Model/InteractionGroup.h:68:16: note: Virtual function in base class
Model/RotThermElasticInteractionGroup.h:44:16: note: Function in derived class
Model/RotThermElasticInteractionGroup.h:47:16: style: The function 'calcForces' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Model/InteractionGroup.h:40:16: note: Virtual function in base class
Model/RotThermElasticInteractionGroup.h:47:16: note: Function in derived class
Model/RotThermElasticInteractionGroup.h:48:16: style: The function 'Update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Model/InteractionGroup.h:39:16: note: Virtual function in base class
Model/RotThermElasticInteractionGroup.h:48:16: note: Function in derived class
Model/RotThermFricInteraction.cpp:355:10: style: The scope of the variable 'heat_frict' can be reduced. [variableScope]
Model/RotThermFricInteraction.cpp:356:10: style: The scope of the variable 'ratio' can be reduced. [variableScope]
Model/RotThermFricInteraction.cpp:356:16: style: The scope of the variable 'heati' can be reduced. [variableScope]
Model/RotThermFricInteraction.cpp:356:22: style: The scope of the variable 'heatj' can be reduced. [variableScope]
Model/Wall.h:65:8: style: Technically the member function 'CWall::getVel' can be const. [functionConst]
Model/Wall.h:70:22: style: Technically the member function 'CWall::getForce' can be const. [functionConst]
Model/Wall.h:71:22: style: Technically the member function 'CWall::getPos' can be const. [functionConst]
Model/Wall.h:75:15: style: Technically the member function 'CWall::getTotalDisplacement' can be const. [functionConst]
Model/Interaction.h:52:7: style: Technically the member function 'AInteraction::getID' can be const. [functionConst]
Model/Interaction.h:56:17: performance: Technically the member function 'AInteraction::Count' can be static. [functionStatic]
Model/WallInteraction.h:49:15: style: Technically the member function 'AWallInteraction::isInner' can be const. [functionConst]
Model/Particle.h:102:3: style: Class 'CParticle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Model/Interaction.h:86:16: style: The function 'calcForces' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Model/Interaction.h:48:16: note: Virtual function in base class
Model/Interaction.h:86:16: note: Function in derived class
Model/Interaction.h:89:16: style: The function 'hasTag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Model/Interaction.h:53:16: note: Virtual function in base class
Model/Interaction.h:89:16: note: Function in derived class
Model/Interaction.h:90:16: style: The function 'getPosFirst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Model/Interaction.h:54:16: note: Virtual function in base class
Model/Interaction.h:90:16: note: Function in derived class
Model/Interaction.h:91:16: style: The function 'getPosSecond' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Model/Interaction.h:55:16: note: Virtual function in base class
Model/Interaction.h:91:16: note: Function in derived class
Model/WallInteraction.h:46:16: style: The function 'hasTag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Model/Interaction.h:53:16: note: Virtual function in base class
Model/WallInteraction.h:46:16: note: Function in derived class
Model/WallInteraction.h:47:16: style: The function 'getPosFirst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Model/Interaction.h:54:16: note: Virtual function in base class
Model/WallInteraction.h:47:16: note: Function in derived class
Model/WallInteraction.h:50:16: style: The function 'calcForces' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Model/Interaction.h:48:16: note: Virtual function in base class
Model/WallInteraction.h:50:16: note: Function in derived class
Model/SoftBWallInteraction.h:38:16: style: The function 'calcForces' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Model/WallInteraction.h:50:16: note: Virtual function in base class
Model/SoftBWallInteraction.h:38:16: note: Function in derived class
Model/SoftBWallInteraction.h:41:18: style: The function 'getStiffness' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Model/WallInteraction.h:51:18: note: Virtual function in base class
Model/SoftBWallInteraction.h:41:18: note: Function in derived class
Model/TriMesh.hpp:31:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Model/TriMesh.hpp:46:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Model/TriMesh.cpp:39:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Model/TriMesh.cpp:51:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Model/TriMesh.cpp:93:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Model/TriMesh.cpp:113:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Model/TriMesh.cpp:136:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Model/TriMesh.cpp:160:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Model/TriMesh.cpp:166:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Model/TriMesh.cpp:178:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Model/TriMesh.cpp:184:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Model/TriMesh.cpp:209:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Model/TriMesh.cpp:222:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Model/TriMesh.cpp:262:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Model/TriMesh.cpp:271:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Model/TriMesh.cpp:277:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Model/TriMesh.cpp:317:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Model/VWFrictionInteraction.cpp:92:8: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
Model/VWFrictionInteraction.cpp:96:3: note: Found duplicate branches for 'if' and 'else'.
Model/VWFrictionInteraction.cpp:92:8: note: Found duplicate branches for 'if' and 'else'.
Model/VWFrictionInteraction.cpp:52:9: style: The scope of the variable 'mu' can be reduced. [variableScope]
Model/ViscWallIG.h:69:0: style: Class 'CViscWallIG < T >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Parallel/mpibarrier.h:39:3: style: Class 'CMPIBarrier' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Parallel/BroadCast_cmd.cpp:15:58: style: Function 'BroadcastCommand' argument 1 names different: declaration 'rankAndComm' definition 'globalRankAndComm'. [funcArgNamesDifferent]
Parallel/BroadCast_cmd.h:33:42: note: Function 'BroadcastCommand' argument 1 names different: declaration 'rankAndComm' definition 'globalRankAndComm'.
Parallel/BroadCast_cmd.cpp:15:58: note: Function 'BroadcastCommand' argument 1 names different: declaration 'rankAndComm' definition 'globalRankAndComm'.
Parallel/BroadCast_cmd.cpp:15:81: style: Function 'BroadcastCommand' argument 2 names different: declaration 'cmdId' definition 'commandId'. [funcArgNamesDifferent]
Parallel/BroadCast_cmd.h:33:59: note: Function 'BroadcastCommand' argument 2 names different: declaration 'cmdId' definition 'commandId'.
Parallel/BroadCast_cmd.cpp:15:81: note: Function 'BroadcastCommand' argument 2 names different: declaration 'cmdId' definition 'commandId'.
Parallel/BroadCast_cmd.cpp:38:48: style: Function 'wait' argument 1 names different: declaration 'barrierName' definition 'msg'. [funcArgNamesDifferent]
Parallel/BroadCast_cmd.h:73:32: note: Function 'wait' argument 1 names different: declaration 'barrierName' definition 'msg'.
Parallel/BroadCast_cmd.cpp:38:48: note: Function 'wait' argument 1 names different: declaration 'barrierName' definition 'msg'.
Parallel/CheckPointInfo.cpp:72:35: style: Checking if unsigned variable 'fileNames.size()' is less than zero. [unsignedLessThanZero]
Parallel/GeometryReader.cpp:169:7: style: Class 'Impl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Parallel/GeometryReader.cpp:171:7: style: Class 'Impl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Parallel/LatticeMaster.cpp:692:3: style: Variable 'wpos' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Parallel/LatticeMaster.cpp:677:0: note: Variable 'wpos' is reassigned a value before the old one has been used if variable is no semaphore variable.
Parallel/LatticeMaster.cpp:692:3: note: Variable 'wpos' is reassigned a value before the old one has been used if variable is no semaphore variable.
Parallel/LatticeMaster.cpp:121:95: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Parallel/LatticeMaster.cpp:431:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Parallel/LatticeMaster.cpp:433:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Parallel/LatticeMaster.cpp:443:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Parallel/LatticeMaster.cpp:445:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Parallel/LatticeMaster.cpp:723:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Parallel/LatticeMaster.cpp:903:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Parallel/LatticeMaster.cpp:905:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Parallel/LatticeMaster.cpp:949:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Parallel/LatticeMaster.cpp:1885:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Parallel/LatticeMaster.cpp:1927:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Parallel/LatticeMaster.cpp:1989:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Parallel/LatticeMaster.cpp:2272:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Parallel/LatticeMaster.cpp:2284:3: style: Class 'IGPCommand' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Parallel/LatticeMaster.cpp:2404:3: style: Class 'RotIGPCommand' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Parallel/LatticeMaster.cpp:2470:3: style: Class 'TaggedIGPCommand' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Parallel/LatticeMaster.cpp:2683:3: style: Class 'TriMeshIGCommand' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Parallel/LatticeMaster.cpp:2709:3: style: Class 'Mesh2DIGCommand' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Parallel/LatticeMaster.cpp:2732:3: style: Class 'BondedTriMeshIGCommand' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Parallel/LatticeMaster.cpp:3104:3: style: Class 'SIGCommand' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Parallel/LatticeMaster.cpp:3200:3: style: Class 'DampingCommand' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Parallel/Mesh2DReader.cpp:124:7: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
Parallel/Mesh2DReader.cpp:134:7: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
Parallel/Mesh2DReader.cpp:104:9: style: Class 'Mesh2DReader' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
Parallel/Mesh2DReader.cpp:104:9: style: Class 'Mesh2DReader' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
Parallel/Mesh2DReader.h:40:7: style: Class 'Node2DReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Parallel/Mesh2DReader.h:56:7: style: Class 'Edge2DReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Parallel/Mesh2DReader.h:79:7: style: Class 'Mesh2DReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Parallel/Mesh2DReaderImpl.h:58:7: style: Class 'Impl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Parallel/MeshReader.cpp:97:9: style: Class 'MeshReader' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
Parallel/MeshReader.cpp:97:9: style: Class 'MeshReader' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
Parallel/MeshReader.h:40:7: style: Class 'NodeReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Parallel/MeshReader.h:56:7: style: Class 'TriReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Parallel/MeshReader.h:79:7: style: Class 'MeshReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Parallel/MeshReaderImpl.h:58:7: style: Class 'Impl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Parallel/SubLatticeControler.cpp:270:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Parallel/mpia2abuf.cpp:17:3: performance: Variable 'm_comm' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
Parallel/mpia2abuf.cpp:24:3: style: Class 'CMPIA2ABuffer' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
Parallel/mpia2abuf.cpp:24:3: style: Class 'CMPIA2ABuffer' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
Parallel/mpibarrier.cpp:20:14: warning: Member variable 'CMPIBarrier::m_time' is not initialized in the constructor. [uninitMemberVar]
Parallel/mpibarrier.cpp:22:3: performance: Variable 'm_comm' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
Parallel/mpibuf.h:40:29: performance: Variable 'm_comm' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
Parallel/mpibuf.h:53:21: style: Technically the member function 'AMPIBuffer::status' can be const. [functionConst]
Parallel/mpibuf.cpp:43:3: style: Class 'CMPIBuffer' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
Parallel/mpibuf.cpp:43:3: style: Class 'CMPIBuffer' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
Parallel/mpibuf.h:99:16: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Parallel/mpibuf.h:43:16: note: Virtual function in base class
Parallel/mpibuf.h:99:16: note: Function in derived class
Parallel/mpibuf.h:100:16: style: The function 'sendTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Parallel/mpibuf.h:70:16: note: Virtual function in base class
Parallel/mpibuf.h:100:16: note: Function in derived class
Parallel/mpibuf.h:101:16: style: The function 'receiveFrom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Parallel/mpibuf.h:71:16: note: Virtual function in base class
Parallel/mpibuf.h:101:16: note: Function in derived class
Parallel/mpibuf.h:102:16: style: The function 'append' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Parallel/mpibuf.h:44:16: note: Virtual function in base class
Parallel/mpibuf.h:102:16: note: Function in derived class
Parallel/mpibuf.h:103:16: style: The function 'append' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Parallel/mpibuf.h:44:16: note: Virtual function in base class
Parallel/mpibuf.h:103:16: note: Function in derived class
Parallel/mpibuf.h:104:16: style: The function 'append' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Parallel/mpibuf.h:46:16: note: Virtual function in base class
Parallel/mpibuf.h:104:16: note: Function in derived class
Parallel/mpibuf.h:107:15: style: The function 'pop_int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Parallel/mpibuf.h:48:15: note: Virtual function in base class
Parallel/mpibuf.h:107:15: note: Function in derived class
Parallel/mpibuf.h:108:18: style: The function 'pop_double' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Parallel/mpibuf.h:49:18: note: Virtual function in base class
Parallel/mpibuf.h:108:18: note: Function in derived class
Parallel/mpibuf.h:109:16: style: The function 'pop_doubles' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Parallel/mpibuf.h:50:16: note: Virtual function in base class
Parallel/mpibuf.h:109:16: note: Function in derived class
Parallel/mpibuf.h:110:23: style: The function 'pop_string' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Parallel/mpibuf.h:51:23: note: Virtual function in base class
Parallel/mpibuf.h:110:23: note: Function in derived class
Parallel/mpicmdbuf.cpp:27:3: performance: Variable 'm_comm' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
Parallel/mpisgbuf.cpp:26:3: performance: Variable 'm_comm' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
Parallel/mpisgbuf.h:52:21: style: Technically the member function 'AMPISGBufferRoot::status' can be const. [functionConst]
Parallel/mpisgbuf.cpp:57:3: style: Class 'CMPISGBufferRoot' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
Parallel/mpisgbuf.cpp:57:3: style: Class 'CMPISGBufferRoot' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
Parallel/mpisgbuf.h:105:16: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Parallel/mpisgbuf.h:41:16: note: Virtual function in base class
Parallel/mpisgbuf.h:105:16: note: Function in derived class
Parallel/mpisgbuf.h:106:16: style: The function 'gather' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Parallel/mpisgbuf.h:42:16: note: Virtual function in base class
Parallel/mpisgbuf.h:106:16: note: Function in derived class
Parallel/mpisgbuf.h:107:16: style: The function 'scatter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Parallel/mpisgbuf.h:43:16: note: Virtual function in base class
Parallel/mpisgbuf.h:107:16: note: Function in derived class
Parallel/mpisgbuf.h:108:16: style: The function 'append' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Parallel/mpisgbuf.h:44:16: note: Virtual function in base class
Parallel/mpisgbuf.h:108:16: note: Function in derived class
Parallel/mpisgbuf.h:109:16: style: The function 'append' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Parallel/mpisgbuf.h:44:16: note: Virtual function in base class
Parallel/mpisgbuf.h:109:16: note: Function in derived class
Parallel/mpisgbuf.h:110:16: style: The function 'append' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Parallel/mpisgbuf.h:46:16: note: Virtual function in base class
Parallel/mpisgbuf.h:110:16: note: Function in derived class
Parallel/mpisgbuf.h:111:15: style: The function 'pop_int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Parallel/mpisgbuf.h:48:15: note: Virtual function in base class
Parallel/mpisgbuf.h:111:15: note: Function in derived class
Parallel/mpisgbuf.h:112:18: style: The function 'pop_double' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Parallel/mpisgbuf.h:49:18: note: Virtual function in base class
Parallel/mpisgbuf.h:112:18: note: Function in derived class
Parallel/mpisgbuf.h:113:16: style: The function 'pop_doubles' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Parallel/mpisgbuf.h:50:16: note: Virtual function in base class
Parallel/mpisgbuf.h:113:16: note: Function in derived class
Parallel/mpisgbuf.h:135:16: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Parallel/mpisgbuf.h:73:16: note: Virtual function in base class
Parallel/mpisgbuf.h:135:16: note: Function in derived class
Parallel/mpisgbuf.h:136:16: style: The function 'send' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Parallel/mpisgbuf.h:74:16: note: Virtual function in base class
Parallel/mpisgbuf.h:136:16: note: Function in derived class
Parallel/mpisgbuf.h:137:16: style: The function 'receive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Parallel/mpisgbuf.h:75:16: note: Virtual function in base class
Parallel/mpisgbuf.h:137:16: note: Function in derived class
Parallel/mpisgbuf.h:138:16: style: The function 'append' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Parallel/mpisgbuf.h:76:16: note: Virtual function in base class
Parallel/mpisgbuf.h:138:16: note: Function in derived class
Parallel/mpisgbuf.h:139:16: style: The function 'append' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Parallel/mpisgbuf.h:76:16: note: Virtual function in base class
Parallel/mpisgbuf.h:139:16: note: Function in derived class
Parallel/mpisgbuf.h:141:15: style: The function 'pop_int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Parallel/mpisgbuf.h:78:15: note: Virtual function in base class
Parallel/mpisgbuf.h:141:15: note: Function in derived class
Parallel/mpisgbuf.h:142:18: style: The function 'pop_double' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Parallel/mpisgbuf.h:79:18: note: Virtual function in base class
Parallel/mpisgbuf.h:142:18: note: Function in derived class
Parallel/mpisgbuf.h:143:16: style: The function 'pop_doubles' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Parallel/mpisgbuf.h:80:16: note: Virtual function in base class
Parallel/mpisgbuf.h:143:16: note: Function in derived class
Parallel/mpisgbuf.h:144:23: style: The function 'pop_string' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Parallel/mpisgbuf.h:81:23: note: Virtual function in base class
Parallel/mpisgbuf.h:144:23: note: Function in derived class
Parallel/mpisgvbuf.cpp:25:22: warning: Member variable 'CMPIVarSGBufferRoot::m_ndummy' is not initialized in the constructor. [uninitMemberVar]
Parallel/mpisgvbuf.cpp:238:22: warning: Member variable 'CMPIVarSGBufferLeaf::m_data_size' is not initialized in the constructor. [uninitMemberVar]
Parallel/mpisgvbuf.cpp:46:3: error: Mismatching allocation and deallocation: CMPIVarSGBufferRoot::m_vbuffer [mismatchAllocDealloc]
Parallel/mpisgvbuf.cpp:47:3: error: Mismatching allocation and deallocation: CMPIVarSGBufferRoot::m_dummy_vbuffer [mismatchAllocDealloc]
Parallel/mpisgvbuf.cpp:48:3: error: Mismatching allocation and deallocation: CMPIVarSGBufferRoot::m_position [mismatchAllocDealloc]
Parallel/mpisgvbuf.cpp:51:3: error: Mismatching allocation and deallocation: CMPIVarSGBufferRoot::m_rpos [mismatchAllocDealloc]
Parallel/mpisgvbuf.cpp:49:3: error: Mismatching allocation and deallocation: CMPIVarSGBufferRoot::m_recvcount [mismatchAllocDealloc]
Parallel/mpisgvbuf.cpp:50:3: error: Mismatching allocation and deallocation: CMPIVarSGBufferRoot::m_displ [mismatchAllocDealloc]
Parallel/mpisgvbuf.cpp:247:3: error: Mismatching allocation and deallocation: CMPIVarSGBufferLeaf::m_vbuffer [mismatchAllocDealloc]
Python/esys/lsm/LsmMpiPy.cpp:2744:0: error: Syntax error in #if [preprocessorErrorDirective]
Python/esys/lsm/ParticleIdPairPy.cpp:124:32: style: Same expression on both sides of '<'. [duplicateExpression]
Python/esys/lsm/geometry/DistConnectionsPy.cpp:32:0: style: Class 'esys :: lsm :: PythonIterIterator < SimpleSpherePy & >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Python/esys/lsm/geometry/MiscPy.cpp:42:7: style: Class 'SolidBoxPy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Python/esys/lsm/geometry/MiscPy.cpp:47:7: style: Class 'SolidBoxPy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Python/esys/lsm/geometry/MiscPy.cpp:102:7: style: Class 'HollowBoxPy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Python/esys/lsm/geometry/MiscPy.cpp:107:7: style: Class 'HollowBoxPy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Python/esys/lsm/sim/WavePropagationPy.cpp:29:7: style: Class 'ParticleDataWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Python/esys/lsm/tools/MacroFrictionCalculatorPy.cpp:56:7: style: Class 'WallForcePairPy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Tools/ExtractFractures/FitPlane.cpp:24:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractFractures/frac_dist.cpp:37:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractFractures/frac_dist.cpp:41:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractFractures/frac_dist.cpp:29:3: performance: Variable 'm_dist' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
Tools/ExtractFractures/fracframe.cpp:124:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractFractures/fracframe.cpp:203:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractFractures/fracframe.cpp:282:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractFractures/fracframe.cpp:377:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractFractures/fracframe.cpp:474:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractFractures/fracframe.h:56:7: performance: Technically the member function 'FracFrame::get_version' can be static. [functionStatic]
Tools/ExtractFractures/fracframe.cpp:53:16: note: Technically the member function 'FracFrame::get_version' can be static.
Tools/ExtractFractures/fracframe.h:56:7: note: Technically the member function 'FracFrame::get_version' can be static.
Tools/ExtractFractures/fracframe.h:47:10: style: Technically the member function 'FracFrame::cmp::operator()' can be const. [functionConst]
Tools/ExtractFractures/fracframe.cpp:36:22: note: Technically the member function 'FracFrame::cmp::operator()' can be const.
Tools/ExtractFractures/fracframe.h:47:10: note: Technically the member function 'FracFrame::cmp::operator()' can be const.
Tools/ExtractFractures/fracwriter.cpp:50:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractFractures/fracwriter.cpp:68:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractFractures/fracwriter.cpp:100:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractFractures/fracwriter.cpp:111:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractFractures/fracwriter.cpp:119:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractFractures/fracwriter.cpp:127:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractFractures/fracwriter.cpp:136:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractFractures/fracwriter.cpp:184:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractFractures/fracwriter.cpp:205:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractFractures/fracwriter.cpp:231:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractFractures/fracwriter.cpp:26:3: performance: Variable 'pos' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
Tools/ExtractFractures/fracwriter.cpp:27:3: performance: Variable 'normal' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
Tools/ExtractFractures/fracwriter.h:49:8: style: Technically the member function 'FracWriter::writePlane' can be const. [functionConst]
Tools/ExtractFractures/fracwriter.cpp:249:18: note: Technically the member function 'FracWriter::writePlane' can be const.
Tools/ExtractFractures/fracwriter.h:49:8: note: Technically the member function 'FracWriter::writePlane' can be const.
Tools/ExtractFractures/main.cpp:71:14: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
Tools/ExtractFractures/main.cpp:68:18: note: outer condition: args_read<argc
Tools/ExtractFractures/main.cpp:71:14: note: identical inner condition: argc>args_read
Tools/ExtractFractures/main.cpp:54:7: style: The scope of the variable 't0_frame' can be reduced. [variableScope]
Tools/ExtractGrains/Frac.cpp:31:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/Frac.cpp:40:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/Frac.cpp:50:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/Frac.cpp:58:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/Frac.cpp:66:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/Frac.cpp:74:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/Frac.cpp:87:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/Frac.cpp:92:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/Frac.cpp:116:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/Frac.cpp:121:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/Frac.cpp:134:6: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/Frac.cpp:170:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/Frac.cpp:195:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/Frac.cpp:211:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/Frac.cpp:224:6: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/Frac.cpp:236:6: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/Frac.cpp:243:6: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/Frac.cpp:255:6: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/Frac.cpp:262:6: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/Frac.cpp:303:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/Frac.cpp:314:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/Frac.cpp:320:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/Frac.cpp:328:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/Frac.cpp:346:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/Frac.cpp:372:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/Frac.cpp:380:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/Frac.cpp:391:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/Frac.cpp:394:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/Frac.cpp:400:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/Frac.cpp:403:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/graph.h:73:5: style: Struct 'Node' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Foundation/vec3.h:39:3: style: Class 'VecErr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Foundation/vec3.h:105:3: style: Class 'Vec3' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Foundation/vec3.h:108:3: style: Class 'Vec3' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Tools/ExtractGrains/graph.cpp:1086:3: style: Variable 'count' is modified but its new value is never used. [unreadVariable]
Tools/ExtractGrains/graph.cpp:57:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/graph.cpp:95:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/graph.cpp:154:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/graph.cpp:169:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/graph.cpp:199:6: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/graph.cpp:235:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/graph.cpp:249:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/graph.cpp:268:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/graph.cpp:277:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/graph.cpp:295:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/graph.cpp:307:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/graph.cpp:337:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/graph.cpp:350:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/graph.cpp:352:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/graph.cpp:359:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/graph.cpp:393:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/graph.cpp:404:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/graph.cpp:425:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/graph.cpp:439:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/graph.cpp:460:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/graph.cpp:476:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/graph.cpp:499:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/graph.cpp:515:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/graph.cpp:538:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/graph.cpp:554:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/graph.cpp:576:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/graph.cpp:589:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/graph.cpp:684:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/graph.cpp:705:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/graph.cpp:774:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/graph.cpp:786:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/graph.cpp:838:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/graph.cpp:858:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/graph.cpp:922:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/graph.cpp:932:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/graph.cpp:956:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/graph.cpp:969:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/graph.cpp:1011:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/graph.cpp:1021:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/graph.cpp:1040:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/graph.cpp:1052:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/graph.cpp:1062:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/graph.cpp:1113:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/graph.cpp:1137:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/graph.cpp:1144:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/graph.cpp:1193:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/graph.cpp:1216:6: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/graph.cpp:1233:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/graph.cpp:1235:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/graph.cpp:1279:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/graph.cpp:35:8: warning: Member variable 'Graph::ccnt' is not initialized in the constructor. [uninitMemberVar]
Tools/ExtractGrains/graph.h:99:8: performance: Technically the member function 'Graph::remove' can be static. [functionStatic]
Tools/ExtractGrains/graph.cpp:101:13: note: Technically the member function 'Graph::remove' can be static.
Tools/ExtractGrains/graph.h:99:8: note: Technically the member function 'Graph::remove' can be static.
Tools/ExtractGrains/main.cpp:136:14: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
Tools/ExtractGrains/main.cpp:133:18: note: outer condition: args_read<argc
Tools/ExtractGrains/main.cpp:136:14: note: identical inner condition: argc>args_read
Tools/ExtractGrains/probdist.cpp:62:34: style: Function 'AddSample' argument 1 names different: declaration 'evsize' definition 'size'. [funcArgNamesDifferent]
Tools/ExtractGrains/probdist.h:25:30: note: Function 'AddSample' argument 1 names different: declaration 'evsize' definition 'size'.
Tools/ExtractGrains/probdist.cpp:62:34: note: Function 'AddSample' argument 1 names different: declaration 'evsize' definition 'size'.
Tools/ExtractGrains/probdist.cpp:130:34: style: Function 'AddEvSize' argument 1 names different: declaration 'evsize' definition 'size'. [funcArgNamesDifferent]
Tools/ExtractGrains/probdist.h:37:30: note: Function 'AddEvSize' argument 1 names different: declaration 'evsize' definition 'size'.
Tools/ExtractGrains/probdist.cpp:130:34: note: Function 'AddEvSize' argument 1 names different: declaration 'evsize' definition 'size'.
Tools/ExtractGrains/probdist.cpp:18:11: warning: Member variable 'ProbDist::binsize' is not initialized in the constructor. [uninitMemberVar]
Tools/ExtractGrains/probdist.h:33:12: style: Technically the member function 'ProbDist::Destroy' can be const. [functionConst]
Tools/ExtractGrains/probdist.cpp:44:16: note: Technically the member function 'ProbDist::Destroy' can be const.
Tools/ExtractGrains/probdist.h:33:12: note: Technically the member function 'ProbDist::Destroy' can be const.
Tools/ExtractGrains/readSnap.cpp:108:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/readSnap.cpp:194:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/readSnap.cpp:228:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/readSnap.cpp:310:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/readSnap.cpp:399:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractGrains/readSnap.cpp:182:22: error: Uninitialized variable: bondtag [uninitvar]
Tools/ExtractProfile/main.cpp:51:14: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
Tools/ExtractProfile/main.cpp:48:18: note: outer condition: args_read<argc
Tools/ExtractProfile/main.cpp:51:14: note: identical inner condition: argc>args_read
Tools/ExtractProfile/read.cpp:119:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractProfile/read.cpp:214:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractProfile/read.cpp:246:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractProfile/read.cpp:276:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractProfile/read.cpp:443:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractProfile/read.cpp:597:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractStrain/DataExtractor.cpp:60:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractStrain/DataExtractor.cpp:130:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractStrain/DataExtractor.cpp:142:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractStrain/DataExtractor.cpp:153:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractStrain/DataExtractor.cpp:189:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractStrain/DataExtractor.cpp:200:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractStrain/DataExtractor.cpp:245:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ExtractStrain/DataParticle.h:41:15: performance: Technically the member function 'DataParticle::isFlagged' can be static. [functionStatic]
Tools/ExtractStrain/DataParticle.h:42:15: performance: Technically the member function 'DataParticle::setFlag' can be static. [functionStatic]
Tools/ExtractStrain/DataParticle.h:48:17: style: Technically the member function 'DataParticle::getScalarData' can be const. [functionConst]
Tools/ExtractStrain/DataExtractor.h:31:8: performance: Technically the member function 'DataExtractor::writeTensorDataVtk' can be static. [functionStatic]
Tools/ExtractStrain/DataExtractor.cpp:106:21: note: Technically the member function 'DataExtractor::writeTensorDataVtk' can be static.
Tools/ExtractStrain/DataExtractor.h:31:8: note: Technically the member function 'DataExtractor::writeTensorDataVtk' can be static.
Tools/ExtractStrain/DataParticle.cpp:15:15: warning: Member variable 'DataParticle::m_scalar_data' is not initialized in the constructor. [uninitMemberVar]
Tools/ExtractStrain/DataParticle.cpp:17:3: performance: Variable 'm_pos' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
Tools/ExtractStrain/DataParticle.cpp:18:3: performance: Variable 'm_initpos' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
Tools/ExtractStrain/main.cpp:40:14: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
Tools/ExtractStrain/main.cpp:37:18: note: outer condition: args_read<argc
Tools/ExtractStrain/main.cpp:40:14: note: identical inner condition: argc>args_read
Tools/ExtractStrain/main.cpp:33:8: style: The scope of the variable 'debug_on' can be reduced. [variableScope]
Tools/ForceChains/main.cpp:39:14: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
Tools/ForceChains/main.cpp:36:18: note: outer condition: args_read<argc
Tools/ForceChains/main.cpp:39:14: note: identical inner condition: argc>args_read
Tools/ForceChains/vtk.cpp:68:9: style: The scope of the variable 'pnr1' can be reduced. [variableScope]
Tools/ForceChains/vtk.cpp:68:14: style: The scope of the variable 'pnr2' can be reduced. [variableScope]
Tools/ForceChains/vtk.cpp:117:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ForceChains/vtk.cpp:128:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/ForceChains/vtk.cpp:148:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/MacroFrictionCalculator/WallForcesToFrictionConverter.cpp:59:11: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/MacroFrictionCalculator/WallForcesToFrictionConverter.cpp:61:33: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/MacroFrictionCalculator/WallForcesToFrictionConverter.cpp:52:12: performance: Technically the member function 'esys::lsm::Impl::writeLines' can be static. [functionStatic]
Tools/StressCalculator/InteractionToStressConverter.cpp:82:7: style: Class 'ThreeDIntersectionCalker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Tools/StressCalculator/InteractionToStressConverter.cpp:98:7: style: Class 'TwoDIntersectionCalker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Tools/dump2geo/frame_geo.cpp:180:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/dump2geo/frame_geo.cpp:239:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/dump2geo/frame_geo.cpp:255:77: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/dump2geo/frame_geo.cpp:264:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/dump2geo/frame_geo.cpp:291:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/dump2geo/frame_geo.cpp:366:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/dump2geo/frame_geo.cpp:408:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/dump2geo/frame_geo.cpp:416:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/dump2geo/frame_geo.cpp:146:6: error: Uninitialized variable: geo_version [uninitvar]
Tools/dump2geo/main.cpp:50:14: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
Tools/dump2geo/main.cpp:47:18: note: outer condition: args_read<argc
Tools/dump2geo/main.cpp:50:14: note: identical inner condition: argc>args_read
Tools/dump2pov/campos.cpp:52:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/dump2pov/campos.cpp:63:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/dump2pov/campos.h:34:3: style: Class 'CameraPos' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Tools/dump2pov/colormap.h:25:3: warning: Member variable 'ColorMap::x_min' is not initialized in the constructor. [uninitMemberVar]
Tools/dump2pov/colormap.h:25:3: warning: Member variable 'ColorMap::x_max' is not initialized in the constructor. [uninitMemberVar]
Tools/dump2pov/colormap.cpp:17:3: performance: Variable 'c_min' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
Tools/dump2pov/colormap.cpp:18:3: performance: Variable 'c_max' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
Tools/dump2pov/colormap3.cpp:16:3: performance: Variable 'm_c0' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
Tools/dump2pov/colormap3.cpp:17:3: performance: Variable 'm_c1' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
Tools/dump2pov/colormap3.cpp:18:3: performance: Variable 'm_c2' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
Tools/dump2pov/colormap3.h:31:16: style: The function 'getColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Tools/dump2pov/colormap.h:27:16: note: Virtual function in base class
Tools/dump2pov/colormap3.h:31:16: note: Function in derived class
Tools/dump2pov/frame.cpp:190:5: style: Variable 'light1_loc' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Tools/dump2pov/frame.cpp:189:5: note: Variable 'light1_loc' is reassigned a value before the old one has been used if variable is no semaphore variable.
Tools/dump2pov/frame.cpp:190:5: note: Variable 'light1_loc' is reassigned a value before the old one has been used if variable is no semaphore variable.
Tools/dump2pov/frame.cpp:426:5: style: Variable 'light1_loc' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Tools/dump2pov/frame.cpp:425:5: note: Variable 'light1_loc' is reassigned a value before the old one has been used if variable is no semaphore variable.
Tools/dump2pov/frame.cpp:426:5: note: Variable 'light1_loc' is reassigned a value before the old one has been used if variable is no semaphore variable.
Tools/dump2pov/frame.cpp:105:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/dump2pov/frame.cpp:221:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/dump2pov/frame.cpp:233:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/dump2pov/frame.cpp:243:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/dump2pov/frame.cpp:307:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/dump2pov/frame.cpp:457:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/dump2pov/frame.cpp:470:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/dump2pov/frame.cpp:482:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/dump2pov/frame.cpp:540:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/dump2pov/geocolormap.cpp:35:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/dump2pov/geocolormap.cpp:55:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/dump2pov/geocolormap.h:32:16: style: The function 'getColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Tools/dump2pov/colormap.h:27:16: note: Virtual function in base class
Tools/dump2pov/geocolormap.h:32:16: note: Function in derived class
Tools/dump2pov/main.cpp:69:14: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
Tools/dump2pov/main.cpp:66:18: note: outer condition: args_read<argc
Tools/dump2pov/main.cpp:69:14: note: identical inner condition: argc>args_read
Tools/dump2pov/mesh.cpp:59:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/dump2pov/mesh.cpp:67:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/dump2silo/frame_silo.cpp:60:10: style: struct member 'nr_part::mass' is never used. [unusedStructMember]
Tools/dump2silo/frame_silo.cpp:131:88: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/dump2silo/frame_silo.cpp:216:82: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/dump2silo/frame_silo.cpp:292:82: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/dump2silo/frame_silo.cpp:360:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/dump2silo/frame_silo.cpp:431:80: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/dump2silo/frame_silo.cpp:461:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/dump2silo/frame_silo.cpp:505:80: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/dump2silo/main.cpp:48:14: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
Tools/dump2silo/main.cpp:45:18: note: outer condition: args_read<argc
Tools/dump2silo/main.cpp:48:14: note: identical inner condition: argc>args_read
Tools/dump2vtk/frame_vtk.cpp:697:6: style: Condition 'hasMeshBondedInteractions' is always false [knownConditionTrueFalse]
Tools/dump2vtk/frame_vtk.cpp:584:34: note: Assignment 'hasMeshBondedInteractions=false', assigned value is 0
Tools/dump2vtk/frame_vtk.cpp:697:6: note: Condition 'hasMeshBondedInteractions' is always false
Tools/dump2vtk/frame_vtk.cpp:1125:34: style: Variable 'hasMeshBondedInteractions' is assigned a value that is never used. [unreadVariable]
Tools/dump2vtk/frame_vtk.cpp:97:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/dump2vtk/frame_vtk.cpp:117:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/dump2vtk/frame_vtk.cpp:134:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/dump2vtk/frame_vtk.cpp:163:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/dump2vtk/frame_vtk.cpp:169:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/dump2vtk/frame_vtk.cpp:190:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/dump2vtk/frame_vtk.cpp:201:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/dump2vtk/frame_vtk.cpp:210:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/dump2vtk/frame_vtk.cpp:216:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/dump2vtk/frame_vtk.cpp:225:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/dump2vtk/frame_vtk.cpp:230:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/dump2vtk/frame_vtk.cpp:288:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/dump2vtk/frame_vtk.cpp:304:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/dump2vtk/frame_vtk.cpp:312:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/dump2vtk/frame_vtk.cpp:320:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/dump2vtk/frame_vtk.cpp:328:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/dump2vtk/frame_vtk.cpp:336:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/dump2vtk/frame_vtk.cpp:344:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/dump2vtk/frame_vtk.cpp:352:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/dump2vtk/frame_vtk.cpp:361:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/dump2vtk/frame_vtk.cpp:370:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/dump2vtk/frame_vtk.cpp:391:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/dump2vtk/frame_vtk.cpp:407:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/dump2vtk/frame_vtk.cpp:415:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/dump2vtk/frame_vtk.cpp:423:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/dump2vtk/frame_vtk.cpp:431:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/dump2vtk/frame_vtk.cpp:439:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/dump2vtk/frame_vtk.cpp:447:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/dump2vtk/frame_vtk.cpp:456:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/dump2vtk/frame_vtk.cpp:465:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/dump2vtk/frame_vtk.cpp:555:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/dump2vtk/frame_vtk.cpp:589:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/dump2vtk/frame_vtk.cpp:678:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/dump2vtk/frame_vtk.cpp:743:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/dump2vtk/frame_vtk.cpp:864:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/dump2vtk/frame_vtk.cpp:908:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/dump2vtk/frame_vtk.cpp:917:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/dump2vtk/frame_vtk.cpp:928:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/dump2vtk/frame_vtk.cpp:973:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/dump2vtk/frame_vtk.cpp:1076:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/dump2vtk/frame_vtk.cpp:1129:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/dump2vtk/frame_vtk.cpp:1168:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/dump2vtk/frame_vtk.cpp:1196:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/dump2vtk/frame_vtk.cpp:1208:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/dump2vtk/frame_vtk.cpp:1216:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/dump2vtk/frame_vtk.cpp:1224:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/dump2vtk/frame_vtk.cpp:1232:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/dump2vtk/frame_vtk.cpp:1240:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/dump2vtk/frame_vtk.cpp:1249:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/dump2vtk/frame_vtk.cpp:535:7: error: Uninitialized variable: geo_version [uninitvar]
Tools/dump2vtk/frame_vtk.cpp:991:16: error: Uninitialized struct member: data.proc_id [uninitStructMember]
Tools/dump2vtk/frame_vtk.cpp:999:15: error: Uninitialized struct member: data.proc_id [uninitStructMember]
Tools/dump2vtk/frame_vtk.cpp:1148:16: error: Uninitialized struct member: data.proc_id [uninitStructMember]
Tools/dump2vtk/frame_vtk.cpp:1156:15: error: Uninitialized struct member: data.proc_id [uninitStructMember]
Tools/dump2vtk/main.cpp:57:14: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
Tools/dump2vtk/main.cpp:54:18: note: outer condition: args_read<argc
Tools/dump2vtk/main.cpp:57:14: note: identical inner condition: argc>args_read
Tools/mesh2pov/main.cpp:50:14: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
Tools/mesh2pov/main.cpp:47:18: note: outer condition: args_read<argc
Tools/mesh2pov/main.cpp:50:14: note: identical inner condition: argc>args_read
Tools/mesh2pov/main.cpp:103:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/mesh2pov/main.cpp:111:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/pfcconvert/main.cpp:47:14: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
Tools/pfcconvert/main.cpp:44:18: note: outer condition: args_read<argc
Tools/pfcconvert/main.cpp:47:14: note: identical inner condition: argc>args_read
Tools/rotextract/gvmap.cpp:69:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/rotextract/gvmap.cpp:110:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/rotextract/gvmap.cpp:118:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/rotextract/gvmap.cpp:137:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/rotextract/gvmap.h:59:3: style: Class 'GVMap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Tools/rotextract/main.cpp:52:14: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
Tools/rotextract/main.cpp:49:18: note: outer condition: args_read<argc
Tools/rotextract/main.cpp:52:14: note: identical inner condition: argc>args_read
Tools/rotextract/rextract.cpp:88:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/rotextract/rextract.cpp:117:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/rotextract/rextract.cpp:149:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/rotextract/rextract.cpp:166:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Tools/rotextract/rextract.cpp:34:3: performance: Variable 'm_infilebase' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
Tools/rotextract/rextract.cpp:35:3: performance: Variable 'm_outfilename' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
Tools/slip2vtk/main.cpp:81:14: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
Tools/slip2vtk/main.cpp:78:19: note: outer condition: args_read<argc
Tools/slip2vtk/main.cpp:81:14: note: identical inner condition: argc>args_read
Tools/slip2vtk/slip2vtk2d.cpp:127:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ntable/test/test_main2.cpp:50:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ntable/test/test_main2.cpp:57:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ntable/test/test_main2.cpp:65:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ntable/test/test_main2.cpp:73:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ntable/test/test_main2.cpp:89:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ntable/test/test_main2.cpp:108:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ntable/test/test_main2.cpp:125:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ntable/test/test_main2.cpp:135:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ntable/util/Error.h:27:27: performance: Variable 'message' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ntable/util/BasicParticle.cpp:18:3: performance: Variable 'm_pos' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ntable/util/BasicParticle.cpp:25:3: performance: Variable 'm_pos' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ntable/util/Error.h:27:3: style: Class 'MError' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ntable/util/vec3.h:31:3: style: Class 'VecErr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ntable/util/vec3.h:83:3: style: Class 'Vec3' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ntable/util/vec3.h:86:3: style: Class 'Vec3' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ntable/util/BasicParticle.h:46:27: performance: Function parameter 'v' should be passed by const reference. [passedByValue]
ntable/util/BasicParticle.h:47:27: performance: Function parameter 'v' should be passed by const reference. [passedByValue]
ntable/util/vec3.h:69:8: style: Technically the member function 'Vec3::operator==' can be const. [functionConst]
ntable/util/vec3.cpp:182:12: note: Technically the member function 'Vec3::operator==' can be const.
ntable/util/vec3.h:69:8: note: Technically the member function 'Vec3::operator==' can be const.
ntable/util/vec3.h:70:8: style: Technically the member function 'Vec3::operator!=' can be const. [functionConst]
ntable/util/vec3.cpp:187:12: note: Technically the member function 'Vec3::operator!=' can be const.
ntable/util/vec3.h:70:8: note: Technically the member function 'Vec3::operator!=' can be const.
ppa/test/test.cpp:50:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
tml/comm/cart_comm.cpp:97:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
tml/comm/comm.cpp:111:3: error: Mismatching allocation and deallocation: ranks [mismatchAllocDealloc]
tml/comm/comm.cpp:145:3: error: Mismatching allocation and deallocation: ranks [mismatchAllocDealloc]
tml/test/test_cart.cpp:42:21: style: Unused variable: period [unusedVariable]
tml/test/test_cart_old.cpp:42:9: style: Variable 'data0' is assigned a value that is never used. [unreadVariable]
tml/test/test_cart_old.cpp:28:0: style: Variable 'data1' is assigned a value that is never used. [unreadVariable]
tml/test/test_cart_old.cpp:49:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
tml/test/test_comm.cpp:86:5: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
tml/test/test_comm.cpp:85:5: note: Variable 'res' is reassigned a value before the old one has been used.
tml/test/test_comm.cpp:86:5: note: Variable 'res' is reassigned a value before the old one has been used.
tml/test/test_comm.cpp:362:3: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
tml/test/test_comm.cpp:352:0: note: Variable 'res' is reassigned a value before the old one has been used.
tml/test/test_comm.cpp:362:3: note: Variable 'res' is reassigned a value before the old one has been used.
tml/test/test_comm.cpp:59:7: style: The scope of the variable 'data0' can be reduced. [variableScope]
tml/test/test_comm.cpp:132:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
tml/test/test_comm.cpp:156:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
tml/test/test_comm.cpp:185:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
tml/test/test_comm.cpp:202:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
tml/test/test_comm.cpp:231:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
tml/test/test_comm.cpp:248:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
tml/test/test_comm.cpp:281:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
tml/test/test_comm.cpp:335:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
tml/test/test_pack.cpp:36:7: style: The scope of the variable 'j' can be reduced. [variableScope]
tml/test/test_pack.cpp:36:9: style: The scope of the variable 'i' can be reduced. [variableScope]
tml/test/test_pack.cpp:37:10: style: The scope of the variable 'e' can be reduced. [variableScope]
tml/test/test_pack.cpp:37:12: style: The scope of the variable 'd' can be reduced. [variableScope]
tml/test/test_pack.cpp:64:7: style: The scope of the variable 'j' can be reduced. [variableScope]
tml/test/test_pack.cpp:64:9: style: The scope of the variable 'i' can be reduced. [variableScope]
tml/test/test_pack.cpp:65:10: style: The scope of the variable 'e' can be reduced. [variableScope]
tml/test/test_pack.cpp:65:12: style: The scope of the variable 'd' can be reduced. [variableScope]
tml/test/test_pack.cpp:101:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
tml/test/test_pack.cpp:131:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
tml/test/test_pack.cpp:148:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
tml/test/test_pack.cpp:177:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
tml/test/test_pack.cpp:194:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
tml/test/test_pack.cpp:241:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
tml/test/test_sc.cpp:80:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
tml/test/test_sc.cpp:84:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
tml/test/test_sc.cpp:86:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
[19:02]

ftp://ftp.se.debian.org/debian/pool/main/e/etcd/etcd_3.2.9+dfsg.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/etcd-fs/etcd-fs_0.0+git20140621.0.395eacb.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/etckeeper/etckeeper_1.18.8.orig.tar.gz
[19:02]

ftp://ftp.se.debian.org/debian/pool/main/e/eterm/eterm_0.9.6.orig.tar.gz
Eterm-0.9.6/src/buttons.c:63:5: warning: Either the condition 'bbar!=NULL' is redundant or there is possible null pointer dereference: bbar. [nullPointerRedundantCheck]
Eterm-0.9.6/src/buttons.c:65:18: note: Assuming that condition 'bbar!=NULL' is not redundant
Eterm-0.9.6/src/buttons.c:63:5: note: Null pointer dereference
Eterm-0.9.6/src/command.c:1474:12: style: Condition 'fd==-1' is always true [knownConditionTrueFalse]
Eterm-0.9.6/src/command.c:1461:15: note: Assignment 'fd=-1', assigned value is -1
Eterm-0.9.6/src/command.c:1474:12: note: Condition 'fd==-1' is always true
Eterm-0.9.6/src/command.c:1474:12: style: Same expression on both sides of '==' because the value of 'fd' and '-1' are the same. [duplicateExpression]
Eterm-0.9.6/src/command.c:1461:15: note: 'fd' is assigned value '-1' here.
Eterm-0.9.6/src/command.c:1474:12: note: Same expression on both sides of '==' because the value of 'fd' and '-1' are the same.
Eterm-0.9.6/src/command.c:1026:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
Eterm-0.9.6/src/command.c:1087:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
Eterm-0.9.6/src/command.c:1107:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
Eterm-0.9.6/src/command.c:3317:9: style: The scope of the variable 'retval' can be reduced. [variableScope]
Eterm-0.9.6/src/command.c:3809:9: style: The scope of the variable 'written' can be reduced. [variableScope]
Eterm-0.9.6/src/command.c:1859:28: style: Unused variable: ds [unusedVariable]
Eterm-0.9.6/src/command.c:2342:0: style: Variable 'fd' is assigned a value that is never used. [unreadVariable]
Eterm-0.9.6/src/command.c:3853:21: style: Variable 'c' is assigned a value that is never used. [unreadVariable]
Eterm-0.9.6/src/e.c:208:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
Eterm-0.9.6/src/e.c:208:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
Eterm-0.9.6/src/e.c:90:19: style: The scope of the variable 'ver' can be reduced. [variableScope]
Eterm-0.9.6/src/events.c:318:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
Eterm-0.9.6/src/events.c:87:28: style: The scope of the variable 'handled' can be reduced. [variableScope]
Eterm-0.9.6/src/events.c:203:15: style: The scope of the variable 'wm_hints' can be reduced. [variableScope]
Eterm-0.9.6/src/events.c:463:15: style: The scope of the variable 'wm_hints' can be reduced. [variableScope]
Eterm-0.9.6/src/font.c:201:28: style: The scope of the variable 'tmp' can be reduced. [variableScope]
Eterm-0.9.6/src/font.c:262:28: style: The scope of the variable 'tmp' can be reduced. [variableScope]
Eterm-0.9.6/src/font.c:369:18: style: The scope of the variable 'xfont' can be reduced. [variableScope]
Eterm-0.9.6/src/font.c:456:11: style: The scope of the variable 'idx' can be reduced. [variableScope]
Eterm-0.9.6/src/font.c:595:13: style: The scope of the variable 'cw' can be reduced. [variableScope]
Eterm-0.9.6/src/font.c:597:16: style: The scope of the variable 'dev' can be reduced. [variableScope]
Eterm-0.9.6/src/libscream.c:1900:9: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
Eterm-0.9.6/src/libscream.c:1284:5: warning: Either the condition '!sess->efuns&&ef' is redundant or there is possible null pointer dereference: ef. [nullPointerRedundantCheck]
Eterm-0.9.6/src/libscream.c:1569:22: note: Assuming that condition '!sess->efuns&&ef' is not redundant
Eterm-0.9.6/src/libscream.c:1284:5: note: Null pointer dereference
Eterm-0.9.6/src/libscream.c:1909:10: warning: Either the condition 'if(i)' is redundant or there is possible null pointer dereference: i. [nullPointerRedundantCheck]
Eterm-0.9.6/src/libscream.c:1922:8: note: Assuming that condition 'if(i)' is not redundant
Eterm-0.9.6/src/libscream.c:1909:10: note: Null pointer dereference
Eterm-0.9.6/src/libscream.c:767:17: style: The scope of the variable 'n' can be reduced. [variableScope]
Eterm-0.9.6/src/libscream.c:985:9: style: The scope of the variable 'l' can be reduced. [variableScope]
Eterm-0.9.6/src/libscream.c:985:12: style: The scope of the variable 'r' can be reduced. [variableScope]
Eterm-0.9.6/src/libscream.c:986:11: style: The scope of the variable 'p' can be reduced. [variableScope]
Eterm-0.9.6/src/libscream.c:1035:13: style: The scope of the variable 'r' can be reduced. [variableScope]
Eterm-0.9.6/src/libscream.c:1941:12: style: The scope of the variable 'l' can be reduced. [variableScope]
Eterm-0.9.6/src/libscream.c:2313:9: style: The scope of the variable 'r' can be reduced. [variableScope]
Eterm-0.9.6/src/libscream.c:2315:10: style: The scope of the variable 'esc' can be reduced. [variableScope]
Eterm-0.9.6/src/libscream.c:2316:10: style: The scope of the variable 'lit' can be reduced. [variableScope]
Eterm-0.9.6/src/libscream.c:1940:22: style: Unused variable: n [unusedVariable]
Eterm-0.9.6/src/libscream.c:2249:13: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
Eterm-0.9.6/src/libscream.c:2249:9: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
Eterm-0.9.6/src/libscream.c:1035:94: error: Null pointer dereference [nullPointer]
Eterm-0.9.6/src/menus.c:595:26: style: The scope of the variable 'item' can be reduced. [variableScope]
Eterm-0.9.6/src/menus.c:644:26: style: The scope of the variable 'item' can be reduced. [variableScope]
Eterm-0.9.6/src/menus.c:855:26: style: The scope of the variable 'item' can be reduced. [variableScope]
Eterm-0.9.6/src/menus.c:876:26: style: The scope of the variable 'item' can be reduced. [variableScope]
Eterm-0.9.6/src/menus.c:992:19: style: The scope of the variable 'width' can be reduced. [variableScope]
Eterm-0.9.6/src/menus.c:992:26: style: The scope of the variable 'height' can be reduced. [variableScope]
Eterm-0.9.6/src/menus.c:1333:18: style: The scope of the variable 'ch' can be reduced. [variableScope]
Eterm-0.9.6/src/menus.c:1334:9: style: The scope of the variable 'f' can be reduced. [variableScope]
Eterm-0.9.6/src/menus.c:1334:16: style: The scope of the variable 'len' can be reduced. [variableScope]
Eterm-0.9.6/src/menus.c:1334:31: style: The scope of the variable 'tab' can be reduced. [variableScope]
Eterm-0.9.6/src/menus.c:1338:9: style: The scope of the variable 'l' can be reduced. [variableScope]
Eterm-0.9.6/src/menus.c:1403:21: style: The scope of the variable 'ret' can be reduced. [variableScope]
Eterm-0.9.6/src/menus.c:1261:18: error: Uninitialized variable: root_x [uninitvar]
Eterm-0.9.6/src/menus.c:1261:26: error: Uninitialized variable: root_y [uninitvar]
Eterm-0.9.6/src/misc.c:79:12: style: The scope of the variable 'n' can be reduced. [variableScope]
Eterm-0.9.6/src/misc.c:274:31: style: Function 'safe_print_string' argument 1 names different: declaration 'buff' definition 'str'. [funcArgNamesDifferent]
Eterm-0.9.6/src/misc.h:44:44: note: Function 'safe_print_string' argument 1 names different: declaration 'buff' definition 'str'.
Eterm-0.9.6/src/misc.c:274:31: note: Function 'safe_print_string' argument 1 names different: declaration 'buff' definition 'str'.
Eterm-0.9.6/src/options.c:2361:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
Eterm-0.9.6/src/options.c:2425:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
Eterm-0.9.6/src/options.c:2468:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
Eterm-0.9.6/src/options.c:3428:17: warning: %hu in format string (no. 1) requires 'unsigned short' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
Eterm-0.9.6/src/options.c:3428:17: warning: %hu in format string (no. 2) requires 'unsigned short' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
Eterm-0.9.6/src/options.c:3428:17: warning: %hu in format string (no. 3) requires 'unsigned short' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
Eterm-0.9.6/src/options.c:3428:17: warning: %hu in format string (no. 4) requires 'unsigned short' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
Eterm-0.9.6/src/options.c:3432:17: warning: %hu in format string (no. 2) requires 'unsigned short' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
Eterm-0.9.6/src/options.c:3432:17: warning: %hu in format string (no. 3) requires 'unsigned short' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
Eterm-0.9.6/src/options.c:3432:17: warning: %hu in format string (no. 4) requires 'unsigned short' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
Eterm-0.9.6/src/options.c:3432:17: warning: %hu in format string (no. 5) requires 'unsigned short' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
Eterm-0.9.6/src/options.c:3437:17: warning: %hu in format string (no. 1) requires 'unsigned short' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
Eterm-0.9.6/src/options.c:3437:17: warning: %hu in format string (no. 2) requires 'unsigned short' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
Eterm-0.9.6/src/options.c:3437:17: warning: %hu in format string (no. 3) requires 'unsigned short' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
Eterm-0.9.6/src/options.c:3437:17: warning: %hu in format string (no. 4) requires 'unsigned short' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
Eterm-0.9.6/src/options.c:3490:21: warning: %hu in format string (no. 1) requires 'unsigned short' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
Eterm-0.9.6/src/options.c:3490:21: warning: %hu in format string (no. 2) requires 'unsigned short' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
Eterm-0.9.6/src/options.c:3490:21: warning: %hu in format string (no. 3) requires 'unsigned short' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
Eterm-0.9.6/src/options.c:3490:21: warning: %hu in format string (no. 4) requires 'unsigned short' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
Eterm-0.9.6/src/options.c:3494:21: warning: %hu in format string (no. 2) requires 'unsigned short' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
Eterm-0.9.6/src/options.c:3494:21: warning: %hu in format string (no. 3) requires 'unsigned short' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
Eterm-0.9.6/src/options.c:3494:21: warning: %hu in format string (no. 4) requires 'unsigned short' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
Eterm-0.9.6/src/options.c:3494:21: warning: %hu in format string (no. 5) requires 'unsigned short' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
Eterm-0.9.6/src/options.c:3499:21: warning: %hu in format string (no. 1) requires 'unsigned short' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
Eterm-0.9.6/src/options.c:3499:21: warning: %hu in format string (no. 2) requires 'unsigned short' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
Eterm-0.9.6/src/options.c:3499:21: warning: %hu in format string (no. 3) requires 'unsigned short' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
Eterm-0.9.6/src/options.c:3499:21: warning: %hu in format string (no. 4) requires 'unsigned short' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
Eterm-0.9.6/src/options.c:3553:21: warning: %hu in format string (no. 1) requires 'unsigned short' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
Eterm-0.9.6/src/options.c:3553:21: warning: %hu in format string (no. 2) requires 'unsigned short' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
Eterm-0.9.6/src/options.c:3553:21: warning: %hu in format string (no. 3) requires 'unsigned short' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
Eterm-0.9.6/src/options.c:3553:21: warning: %hu in format string (no. 4) requires 'unsigned short' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
Eterm-0.9.6/src/options.c:3557:21: warning: %hu in format string (no. 2) requires 'unsigned short' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
Eterm-0.9.6/src/options.c:3557:21: warning: %hu in format string (no. 3) requires 'unsigned short' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
Eterm-0.9.6/src/options.c:3557:21: warning: %hu in format string (no. 4) requires 'unsigned short' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
Eterm-0.9.6/src/options.c:3557:21: warning: %hu in format string (no. 5) requires 'unsigned short' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
Eterm-0.9.6/src/options.c:3562:21: warning: %hu in format string (no. 1) requires 'unsigned short' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
Eterm-0.9.6/src/options.c:3562:21: warning: %hu in format string (no. 2) requires 'unsigned short' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
Eterm-0.9.6/src/options.c:3562:21: warning: %hu in format string (no. 3) requires 'unsigned short' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
Eterm-0.9.6/src/options.c:3562:21: warning: %hu in format string (no. 4) requires 'unsigned short' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
Eterm-0.9.6/src/options.c:3616:21: warning: %hu in format string (no. 1) requires 'unsigned short' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
Eterm-0.9.6/src/options.c:3616:21: warning: %hu in format string (no. 2) requires 'unsigned short' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
Eterm-0.9.6/src/options.c:3616:21: warning: %hu in format string (no. 3) requires 'unsigned short' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
Eterm-0.9.6/src/options.c:3616:21: warning: %hu in format string (no. 4) requires 'unsigned short' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
Eterm-0.9.6/src/options.c:3620:21: warning: %hu in format string (no. 2) requires 'unsigned short' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
Eterm-0.9.6/src/options.c:3620:21: warning: %hu in format string (no. 3) requires 'unsigned short' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
Eterm-0.9.6/src/options.c:3620:21: warning: %hu in format string (no. 4) requires 'unsigned short' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
Eterm-0.9.6/src/options.c:3620:21: warning: %hu in format string (no. 5) requires 'unsigned short' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
Eterm-0.9.6/src/options.c:3625:21: warning: %hu in format string (no. 1) requires 'unsigned short' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
Eterm-0.9.6/src/options.c:3625:21: warning: %hu in format string (no. 2) requires 'unsigned short' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
Eterm-0.9.6/src/options.c:3625:21: warning: %hu in format string (no. 3) requires 'unsigned short' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
Eterm-0.9.6/src/options.c:3625:21: warning: %hu in format string (no. 4) requires 'unsigned short' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
Eterm-0.9.6/src/options.c:3858:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
Eterm-0.9.6/src/options.c:3861:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
Eterm-0.9.6/src/options.c:3864:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
Eterm-0.9.6/src/options.c:2361:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
Eterm-0.9.6/src/options.c:2425:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
Eterm-0.9.6/src/options.c:2468:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
Eterm-0.9.6/src/options.c:1327:18: style: The scope of the variable 'len' can be reduced. [variableScope]
Eterm-0.9.6/src/options.c:1328:32: style: The scope of the variable 's' can be reduced. [variableScope]
Eterm-0.9.6/src/options.c:2003:20: style: The scope of the variable 'mod' can be reduced. [variableScope]
Eterm-0.9.6/src/options.c:2004:19: style: The scope of the variable 'button' can be reduced. [variableScope]
Eterm-0.9.6/src/options.c:2006:11: style: The scope of the variable 'str' can be reduced. [variableScope]
Eterm-0.9.6/src/options.c:2007:20: style: The scope of the variable 'i' can be reduced. [variableScope]
Eterm-0.9.6/src/options.c:3119:15: style: The scope of the variable 'simg' can be reduced. [variableScope]
Eterm-0.9.6/src/options.c:3877:71: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
Eterm-0.9.6/src/options.c:3878:72: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
Eterm-0.9.6/src/pixmap.c:1030:14: style: Variable 'pixmap' is assigned a value that is never used. [unreadVariable]
Eterm-0.9.6/src/screen.c:2915:8: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
Eterm-0.9.6/src/screen.c:1483:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
Eterm-0.9.6/src/screen.c:1483:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
Eterm-0.9.6/src/screen.c:2826:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
Eterm-0.9.6/src/screen.c:139:24: style: The scope of the variable 'k' can be reduced. [variableScope]
Eterm-0.9.6/src/screen.c:140:12: style: The scope of the variable 'tc' can be reduced. [variableScope]
Eterm-0.9.6/src/screen.c:424:9: style: The scope of the variable 'i' can be reduced. [variableScope]
Eterm-0.9.6/src/screen.c:424:12: style: The scope of the variable 'offset' can be reduced. [variableScope]
Eterm-0.9.6/src/screen.c:425:13: style: The scope of the variable 't0' can be reduced. [variableScope]
Eterm-0.9.6/src/screen.c:426:13: style: The scope of the variable 'r0' can be reduced. [variableScope]
Eterm-0.9.6/src/screen.c:697:19: style: The scope of the variable 'c' can be reduced. [variableScope]
Eterm-0.9.6/src/screen.c:991:14: style: The scope of the variable 'col' can be reduced. [variableScope]
Eterm-0.9.6/src/screen.c:991:19: style: The scope of the variable 'num' can be reduced. [variableScope]
Eterm-0.9.6/src/screen.c:1039:12: style: The scope of the variable 'ren' can be reduced. [variableScope]
Eterm-0.9.6/src/screen.c:1040:10: style: The scope of the variable 'gcmask' can be reduced. [variableScope]
Eterm-0.9.6/src/screen.c:1109:13: style: The scope of the variable 't' can be reduced. [variableScope]
Eterm-0.9.6/src/screen.c:1110:13: style: The scope of the variable 'r' can be reduced. [variableScope]
Eterm-0.9.6/src/screen.c:1321:9: style: The scope of the variable 'i' can be reduced. [variableScope]
Eterm-0.9.6/src/screen.c:1321:12: style: The scope of the variable 'j' can be reduced. [variableScope]
Eterm-0.9.6/src/screen.c:1321:15: style: The scope of the variable 'maxlines' can be reduced. [variableScope]
Eterm-0.9.6/src/screen.c:1552:15: style: The scope of the variable 'wm_hints' can be reduced. [variableScope]
Eterm-0.9.6/src/screen.c:1581:13: style: The scope of the variable 't' can be reduced. [variableScope]
Eterm-0.9.6/src/screen.c:1639:6: style: The scope of the variable 'scrrow' can be reduced. [variableScope]
Eterm-0.9.6/src/screen.c:1657:12: style: The scope of the variable 'lasttext' can be reduced. [variableScope]
Eterm-0.9.6/src/screen.c:2290:31: style: The scope of the variable 'j' can be reduced. [variableScope]
Eterm-0.9.6/src/screen.c:2527:23: style: The scope of the variable 'i' can be reduced. [variableScope]
Eterm-0.9.6/src/screen.c:3087:18: style: The scope of the variable 'end_col' can be reduced. [variableScope]
Eterm-0.9.6/src/screen.c:3327:10: style: The scope of the variable 'target_list' can be reduced. [variableScope]
Eterm-0.9.6/src/script.c:158:19: style: The scope of the variable 'i' can be reduced. [variableScope]
Eterm-0.9.6/src/script.c:159:11: style: The scope of the variable 'buffer_id' can be reduced. [variableScope]
Eterm-0.9.6/src/script.c:211:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
Eterm-0.9.6/src/script.c:259:19: style: The scope of the variable 'i' can be reduced. [variableScope]
Eterm-0.9.6/src/script.c:260:11: style: The scope of the variable 'buffer_id' can be reduced. [variableScope]
Eterm-0.9.6/src/script.c:340:12: style: The scope of the variable 'cnt_float' can be reduced. [variableScope]
Eterm-0.9.6/src/script.c:341:10: style: The scope of the variable 'count' can be reduced. [variableScope]
Eterm-0.9.6/src/script.c:411:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
Eterm-0.9.6/src/script.c:474:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
Eterm-0.9.6/src/script.c:732:20: style: The scope of the variable 'pstr' can be reduced. [variableScope]
Eterm-0.9.6/src/script.c:734:32: style: The scope of the variable 'tmp' can be reduced. [variableScope]
Eterm-0.9.6/src/startup.c:80:56: style: The scope of the variable 'term_string' can be reduced. [variableScope]
Eterm-0.9.6/src/system.c:48:9: style: The scope of the variable 'pid' can be reduced. [variableScope]
Eterm-0.9.6/src/term.c:1102:9: style: The scope of the variable 'index' can be reduced. [variableScope]
Eterm-0.9.6/src/term.c:2079:18: style: The scope of the variable 'buff' can be reduced. [variableScope]
Eterm-0.9.6/src/term.c:2096:18: style: The scope of the variable 'buff' can be reduced. [variableScope]
Eterm-0.9.6/src/term.c:2135:18: style: The scope of the variable 'i' can be reduced. [variableScope]
Eterm-0.9.6/src/windows.c:693:9: style: The scope of the variable 'dx' can be reduced. [variableScope]
Eterm-0.9.6/src/windows.c:693:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
Eterm-0.9.6/src/windows.c:734:9: style: The scope of the variable 'i' can be reduced. [variableScope]
Eterm-0.9.6/src/windows.c:779:9: style: The scope of the variable 'i' can be reduced. [variableScope]
Eterm-0.9.6/src/windows.c:467:14: style: Variable 'cursor' is assigned a value that is never used. [unreadVariable]
[19:02]

ftp://ftp.se.debian.org/debian/pool/main/e/etherape/etherape_0.9.18.orig.tar.gz
etherape-0.9.18/src/capture/cap-util.c:40:11: style: The scope of the variable 'written' can be reduced. [variableScope]
etherape-0.9.18/src/capture/cap-util.c:58:11: style: The scope of the variable 'nread' can be reduced. [variableScope]
etherape-0.9.18/src/capture/capctl.c:152:10: style: The scope of the variable 'errmsg' can be reduced. [variableScope]
etherape-0.9.18/src/capture/capture.c:367:11: style: The scope of the variable 'status' can be reduced. [variableScope]
etherape-0.9.18/src/capture/capture.c:419:7: style: The scope of the variable 'maxfd' can be reduced. [variableScope]
etherape-0.9.18/src/capture/capture.c:419:14: style: The scope of the variable 'status' can be reduced. [variableScope]
etherape-0.9.18/src/datastructs.c:193:35: style: The scope of the variable 'protos' can be reduced. [variableScope]
etherape-0.9.18/src/datastructs.c:194:11: style: The scope of the variable 'j' can be reduced. [variableScope]
etherape-0.9.18/src/diagram.c:599:3: style: Variable 'delete_list' is reassigned a value before the old one has been used. [redundantAssignment]
etherape-0.9.18/src/diagram.c:589:0: note: Variable 'delete_list' is reassigned a value before the old one has been used.
etherape-0.9.18/src/diagram.c:599:3: note: Variable 'delete_list' is reassigned a value before the old one has been used.
etherape-0.9.18/src/diagram.c:1513:7: style: Variable 'sig_id' is reassigned a value before the old one has been used. [redundantAssignment]
etherape-0.9.18/src/diagram.c:1508:7: note: Variable 'sig_id' is reassigned a value before the old one has been used.
etherape-0.9.18/src/diagram.c:1513:7: note: Variable 'sig_id' is reassigned a value before the old one has been used.
etherape-0.9.18/src/diagram.c:810:21: style: The scope of the variable 'protocol' can be reduced. [variableScope]
etherape-0.9.18/src/diagram.c:1470:18: style: The scope of the variable 'rootgroup' can be reduced. [variableScope]
etherape-0.9.18/src/diagram.c:1539:26: style: The scope of the variable 'scale' can be reduced. [variableScope]
etherape-0.9.18/src/diagram.c:244:30: style: Function 'ask_reposition' argument 1 names different: declaration 'refresh_font' definition 'r_font'. [funcArgNamesDifferent]
etherape-0.9.18/src/diagram.h:34:30: note: Function 'ask_reposition' argument 1 names different: declaration 'refresh_font' definition 'r_font'.
etherape-0.9.18/src/diagram.c:244:30: note: Function 'ask_reposition' argument 1 names different: declaration 'refresh_font' definition 'r_font'.
etherape-0.9.18/src/diagram.c:488:47: style: Function 'canvas_node_delete' argument 1 names different: declaration 'cn' definition 'canvas_node'. [funcArgNamesDifferent]
etherape-0.9.18/src/diagram.c:71:47: note: Function 'canvas_node_delete' argument 1 names different: declaration 'cn' definition 'canvas_node'.
etherape-0.9.18/src/diagram.c:488:47: note: Function 'canvas_node_delete' argument 1 names different: declaration 'cn' definition 'canvas_node'.
etherape-0.9.18/src/diagram.c:992:43: style: Function 'canvas_node_update' argument 1 names different: declaration 'ether_addr' definition 'node_id'. [funcArgNamesDifferent]
etherape-0.9.18/src/diagram.c:72:45: note: Function 'canvas_node_update' argument 1 names different: declaration 'ether_addr' definition 'node_id'.
etherape-0.9.18/src/diagram.c:992:43: note: Function 'canvas_node_update' argument 1 names different: declaration 'ether_addr' definition 'node_id'.
etherape-0.9.18/src/diagram.c:1161:65: style: Function 'add_ordered_node' argument 2 names different: declaration 'canvas_node' definition 'node'. [funcArgNamesDifferent]
etherape-0.9.18/src/diagram.c:181:45: note: Function 'add_ordered_node' argument 2 names different: declaration 'canvas_node' definition 'node'.
etherape-0.9.18/src/diagram.c:1161:65: note: Function 'add_ordered_node' argument 2 names different: declaration 'canvas_node' definition 'node'.
etherape-0.9.18/src/diagram.c:1284:61: style: Function 'reposition_canvas_nodes_prep' argument 3 names different: declaration 'data' definition 'rdata'. [funcArgNamesDifferent]
etherape-0.9.18/src/diagram.c:191:61: note: Function 'reposition_canvas_nodes_prep' argument 3 names different: declaration 'data' definition 'rdata'.
etherape-0.9.18/src/diagram.c:1284:61: note: Function 'reposition_canvas_nodes_prep' argument 3 names different: declaration 'data' definition 'rdata'.
etherape-0.9.18/src/diagram.c:1616:52: style: Function 'draw_oneside_link' argument 5 names different: declaration 'link_data' definition 'link_stats'. [funcArgNamesDifferent]
etherape-0.9.18/src/diagram.c:210:52: note: Function 'draw_oneside_link' argument 5 names different: declaration 'link_data' definition 'link_stats'.
etherape-0.9.18/src/diagram.c:1616:52: note: Function 'draw_oneside_link' argument 5 names different: declaration 'link_data' definition 'link_stats'.
etherape-0.9.18/src/diagram.c:1668:16: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
etherape-0.9.18/src/diagram.c:1714:16: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
etherape-0.9.18/src/info_windows.c:205:3: style: Variable 'prot_name' is reassigned a value before the old one has been used. [redundantAssignment]
etherape-0.9.18/src/info_windows.c:202:0: note: Variable 'prot_name' is reassigned a value before the old one has been used.
etherape-0.9.18/src/info_windows.c:205:3: note: Variable 'prot_name' is reassigned a value before the old one has been used.
etherape-0.9.18/src/info_windows.c:281:3: style: Variable 'list_item' is reassigned a value before the old one has been used. [redundantAssignment]
etherape-0.9.18/src/info_windows.c:275:0: note: Variable 'list_item' is reassigned a value before the old one has been used.
etherape-0.9.18/src/info_windows.c:281:3: note: Variable 'list_item' is reassigned a value before the old one has been used.
etherape-0.9.18/src/info_windows.c:135:14: style: The scope of the variable 'widget' can be reduced. [variableScope]
etherape-0.9.18/src/info_windows.c:655:21: style: The scope of the variable 'gs' can be reduced. [variableScope]
etherape-0.9.18/src/info_windows.c:758:14: style: The scope of the variable 'window' can be reduced. [variableScope]
etherape-0.9.18/src/info_windows.c:634:56: style: Function 'on_delete_protocol_window' argument 2 names different: declaration 'e' definition 'evt'. [funcArgNamesDifferent]
etherape-0.9.18/src/info_windows.h:37:65: note: Function 'on_delete_protocol_window' argument 2 names different: declaration 'e' definition 'evt'.
etherape-0.9.18/src/info_windows.c:634:56: note: Function 'on_delete_protocol_window' argument 2 names different: declaration 'e' definition 'evt'.
etherape-0.9.18/src/info_windows.c:669:68: style: Function 'on_prot_list_select_row' argument 3 names different: declaration 'ud' definition 'user_data'. [funcArgNamesDifferent]
etherape-0.9.18/src/info_windows.h:36:16: note: Function 'on_prot_list_select_row' argument 3 names different: declaration 'ud' definition 'user_data'.
etherape-0.9.18/src/info_windows.c:669:68: note: Function 'on_prot_list_select_row' argument 3 names different: declaration 'ud' definition 'user_data'.
etherape-0.9.18/src/info_windows.c:952:42: style: Function 'update_node_protocols_window' argument 1 names different: declaration 'node_window' definition 'window'. [funcArgNamesDifferent]
etherape-0.9.18/src/info_windows.c:83:54: note: Function 'update_node_protocols_window' argument 1 names different: declaration 'node_window' definition 'window'.
etherape-0.9.18/src/info_windows.c:952:42: note: Function 'update_node_protocols_window' argument 1 names different: declaration 'node_window' definition 'window'.
etherape-0.9.18/src/main.c:229:15: style: Same expression on both sides of '>=' because the value of 'midelay' and '0' are the same. [duplicateExpression]
etherape-0.9.18/src/main.c:85:19: note: 'midelay' is assigned value '0' here.
etherape-0.9.18/src/main.c:229:15: note: Same expression on both sides of '>=' because the value of 'midelay' and '0' are the same.
etherape-0.9.18/src/main.c:238:31: style: Same expression on both sides of '<=' because the value of 'madelay' and 'G_MAXLONG' are the same. [duplicateExpression]
etherape-0.9.18/src/main.c:86:19: note: 'madelay' is assigned value 'G_MAXLONG' here.
etherape-0.9.18/src/main.c:238:31: note: Same expression on both sides of '<=' because the value of 'madelay' and 'G_MAXLONG' are the same.
etherape-0.9.18/src/names/ares_resolve.c:50:7: style: The scope of the variable 'nfds' can be reduced. [variableScope]
etherape-0.9.18/src/names/ares_resolve.c:50:13: style: The scope of the variable 'count' can be reduced. [variableScope]
etherape-0.9.18/src/names/ares_resolve.c:52:23: style: The scope of the variable 'tvp' can be reduced. [variableScope]
etherape-0.9.18/src/names/dns.c:56:35: style: Function 'dns_lookup' argument 1 names different: declaration 'address' definition 'addr'. [funcArgNamesDifferent]
etherape-0.9.18/src/names/dns.h:31:35: note: Function 'dns_lookup' argument 1 names different: declaration 'address' definition 'addr'.
etherape-0.9.18/src/names/dns.c:56:35: note: Function 'dns_lookup' argument 1 names different: declaration 'address' definition 'addr'.
etherape-0.9.18/src/names/eth_resolv.c:66:10: style: The scope of the variable 'linelen' can be reduced. [variableScope]
etherape-0.9.18/src/names/names.c:646:3: style: Variable 'protocol' is reassigned a value before the old one has been used. [redundantAssignment]
etherape-0.9.18/src/names/names.c:637:0: note: Variable 'protocol' is reassigned a value before the old one has been used.
etherape-0.9.18/src/names/names.c:646:3: note: Variable 'protocol' is reassigned a value before the old one has been used.
etherape-0.9.18/src/names/names.c:653:3: style: Variable 'name_item' is reassigned a value before the old one has been used. [redundantAssignment]
etherape-0.9.18/src/names/names.c:638:0: note: Variable 'name_item' is reassigned a value before the old one has been used.
etherape-0.9.18/src/names/names.c:653:3: note: Variable 'name_item' is reassigned a value before the old one has been used.
etherape-0.9.18/src/names/names.c:421:49: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
etherape-0.9.18/src/names/names.c:423:49: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
etherape-0.9.18/src/names/names.c:634:25: style: Function 'add_name' argument 1 names different: declaration 'numeric' definition 'numeric_name'. [funcArgNamesDifferent]
etherape-0.9.18/src/names/names.c:118:37: note: Function 'add_name' argument 1 names different: declaration 'numeric' definition 'numeric_name'.
etherape-0.9.18/src/names/names.c:634:25: note: Function 'add_name' argument 1 names different: declaration 'numeric' definition 'numeric_name'.
etherape-0.9.18/src/names/names.c:634:53: style: Function 'add_name' argument 2 names different: declaration 'resolved' definition 'resolved_name'. [funcArgNamesDifferent]
etherape-0.9.18/src/names/names.c:118:60: note: Function 'add_name' argument 2 names different: declaration 'resolved' definition 'resolved_name'.
etherape-0.9.18/src/names/names.c:634:53: note: Function 'add_name' argument 2 names different: declaration 'resolved' definition 'resolved_name'.
etherape-0.9.18/src/names/names.c:607:10: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
etherape-0.9.18/src/names/names_netbios.c:199:53: style: Function 'process_netbios_name' argument 2 names different: declaration 'name_ret' definition 'outname'. [funcArgNamesDifferent]
etherape-0.9.18/src/names/names_netbios.c:92:64: note: Function 'process_netbios_name' argument 2 names different: declaration 'name_ret' definition 'outname'.
etherape-0.9.18/src/names/names_netbios.c:199:53: note: Function 'process_netbios_name' argument 2 names different: declaration 'name_ret' definition 'outname'.
etherape-0.9.18/src/names/names_netbios.c:199:69: style: Function 'process_netbios_name' argument 3 names different: declaration 'maxname' definition 'outname_size'. [funcArgNamesDifferent]
etherape-0.9.18/src/names/names_netbios.c:92:81: note: Function 'process_netbios_name' argument 3 names different: declaration 'maxname' definition 'outname_size'.
etherape-0.9.18/src/names/names_netbios.c:199:69: note: Function 'process_netbios_name' argument 3 names different: declaration 'maxname' definition 'outname_size'.
etherape-0.9.18/src/names/thread_resolve.c:318:27: style: Function 'thread_lookup' argument 1 names different: declaration 'address' definition 'ip'. [funcArgNamesDifferent]
etherape-0.9.18/src/names/thread_resolve.h:27:39: note: Function 'thread_lookup' argument 1 names different: declaration 'address' definition 'ip'.
etherape-0.9.18/src/names/thread_resolve.c:318:27: note: Function 'thread_lookup' argument 1 names different: declaration 'address' definition 'ip'.
etherape-0.9.18/src/pref_dialog.c:58:3: style: Variable 'widget' is reassigned a value before the old one has been used. [redundantAssignment]
etherape-0.9.18/src/pref_dialog.c:56:0: note: Variable 'widget' is reassigned a value before the old one has been used.
etherape-0.9.18/src/pref_dialog.c:58:3: note: Variable 'widget' is reassigned a value before the old one has been used.
etherape-0.9.18/src/pref_dialog.c:694:3: style: Variable 'protocol_edit_dialog' is reassigned a value before the old one has been used. [redundantAssignment]
etherape-0.9.18/src/pref_dialog.c:693:0: note: Variable 'protocol_edit_dialog' is reassigned a value before the old one has been used.
etherape-0.9.18/src/pref_dialog.c:694:3: note: Variable 'protocol_edit_dialog' is reassigned a value before the old one has been used.
etherape-0.9.18/src/pref_dialog.c:784:7: style: Variable 'colors_protocols' is reassigned a value before the old one has been used. [redundantAssignment]
etherape-0.9.18/src/pref_dialog.c:780:0: note: Variable 'colors_protocols' is reassigned a value before the old one has been used.
etherape-0.9.18/src/pref_dialog.c:784:7: note: Variable 'colors_protocols' is reassigned a value before the old one has been used.
etherape-0.9.18/src/pref_dialog.c:852:17: style: The scope of the variable 'model' can be reduced. [variableScope]
etherape-0.9.18/src/preferences.c:196:9: style: The scope of the variable 'addr' can be reduced. [variableScope]
etherape-0.9.18/src/preferences.c:239:9: style: The scope of the variable 'addr' can be reduced. [variableScope]
etherape-0.9.18/src/preferences.c:301:16: style: The scope of the variable 'name' can be reduced. [variableScope]
etherape-0.9.18/src/preferences.c:305:9: style: The scope of the variable 'addr' can be reduced. [variableScope]
etherape-0.9.18/src/preferences.c:366:9: style: The scope of the variable 'addr' can be reduced. [variableScope]
etherape-0.9.18/src/preferences.c:393:9: style: The scope of the variable 'src_addr' can be reduced. [variableScope]
etherape-0.9.18/src/preferences.c:394:9: style: The scope of the variable 'tgt_addr' can be reduced. [variableScope]
etherape-0.9.18/src/preferences.c:363:38: style: Function 'free_config' argument 1 names different: declaration 't' definition 'p'. [funcArgNamesDifferent]
etherape-0.9.18/src/preferences.h:111:38: note: Function 'free_config' argument 1 names different: declaration 't' definition 'p'.
etherape-0.9.18/src/preferences.c:363:38: note: Function 'free_config' argument 1 names different: declaration 't' definition 'p'.
etherape-0.9.18/src/stats/conversations.c:165:7: style: Variable 'conv' is reassigned a value before the old one has been used. [redundantAssignment]
etherape-0.9.18/src/stats/conversations.c:164:0: note: Variable 'conv' is reassigned a value before the old one has been used.
etherape-0.9.18/src/stats/conversations.c:165:7: note: Variable 'conv' is reassigned a value before the old one has been used.
etherape-0.9.18/src/stats/decode_proto.c:233:11: style: The scope of the variable 'ap' can be reduced. [variableScope]
etherape-0.9.18/src/stats/decode_proto.c:260:31: style: Function 'packet_acquired' argument 1 names different: declaration 'packet' definition 'cap_bytes'. [funcArgNamesDifferent]
etherape-0.9.18/src/stats/decode_proto.h:27:31: note: Function 'packet_acquired' argument 1 names different: declaration 'packet' definition 'cap_bytes'.
etherape-0.9.18/src/stats/decode_proto.c:260:31: note: Function 'packet_acquired' argument 1 names different: declaration 'packet' definition 'cap_bytes'.
etherape-0.9.18/src/stats/decode_proto.c:260:48: style: Function 'packet_acquired' argument 2 names different: declaration 'raw_size' definition 'cap_size'. [funcArgNamesDifferent]
etherape-0.9.18/src/stats/decode_proto.h:27:45: note: Function 'packet_acquired' argument 2 names different: declaration 'raw_size' definition 'cap_size'.
etherape-0.9.18/src/stats/decode_proto.c:260:48: note: Function 'packet_acquired' argument 2 names different: declaration 'raw_size' definition 'cap_size'.
etherape-0.9.18/src/stats/decode_proto.c:260:64: style: Function 'packet_acquired' argument 3 names different: declaration 'pkt_size' definition 'orig_size'. [funcArgNamesDifferent]
etherape-0.9.18/src/stats/decode_proto.h:27:61: note: Function 'packet_acquired' argument 3 names different: declaration 'pkt_size' definition 'orig_size'.
etherape-0.9.18/src/stats/decode_proto.c:260:64: note: Function 'packet_acquired' argument 3 names different: declaration 'pkt_size' definition 'orig_size'.
etherape-0.9.18/src/stats/decode_proto.c:318:33: warning: Function 'add_node_packet' argument order different: declaration 'packet, raw_size, packet_info, node_id, direction' definition 'raw_packet, raw_size, packet, node_id, direction' [funcArgOrderDifferent]
etherape-0.9.18/src/stats/decode_proto.c:105:45: note: Function 'add_node_packet' argument order different: declaration 'packet, raw_size, packet_info, node_id, direction' definition 'raw_packet, raw_size, packet, node_id, direction'
etherape-0.9.18/src/stats/decode_proto.c:318:33: note: Function 'add_node_packet' argument order different: declaration 'packet, raw_size, packet_info, node_id, direction' definition 'raw_packet, raw_size, packet, node_id, direction'
etherape-0.9.18/src/stats/node.c:649:10: style: The scope of the variable 'pfxlen_str' can be reduced. [variableScope]
etherape-0.9.18/src/stats/node.c:715:10: style: The scope of the variable 'span' can be reduced. [variableScope]
etherape-0.9.18/src/stats/node.c:716:24: style: The scope of the variable 'spec' can be reduced. [variableScope]
etherape-0.9.18/src/stats/node.c:709:45: style: Function 'parse_nodeset_spec_list' argument 1 names different: declaration 's' definition 'orig_s'. [funcArgNamesDifferent]
etherape-0.9.18/src/stats/node.h:85:45: note: Function 'parse_nodeset_spec_list' argument 1 names different: declaration 's' definition 'orig_s'.
etherape-0.9.18/src/stats/node.c:709:45: note: Function 'parse_nodeset_spec_list' argument 1 names different: declaration 's' definition 'orig_s'.
etherape-0.9.18/src/stats/node_id.c:41:36: style: Function 'node_id_compare' argument 1 names different: declaration 'a' definition 'na'. [funcArgNamesDifferent]
etherape-0.9.18/src/stats/node_id.h:38:40: note: Function 'node_id_compare' argument 1 names different: declaration 'a' definition 'na'.
etherape-0.9.18/src/stats/node_id.c:41:36: note: Function 'node_id_compare' argument 1 names different: declaration 'a' definition 'na'.
etherape-0.9.18/src/stats/node_id.c:41:58: style: Function 'node_id_compare' argument 2 names different: declaration 'b' definition 'nb'. [funcArgNamesDifferent]
etherape-0.9.18/src/stats/node_id.h:38:60: note: Function 'node_id_compare' argument 2 names different: declaration 'b' definition 'nb'.
etherape-0.9.18/src/stats/node_id.c:41:58: note: Function 'node_id_compare' argument 2 names different: declaration 'b' definition 'nb'.
etherape-0.9.18/src/stats/protocols.c:346:3: style: Variable 'pr' is reassigned a value before the old one has been used. [redundantAssignment]
etherape-0.9.18/src/stats/protocols.c:344:0: note: Variable 'pr' is reassigned a value before the old one has been used.
etherape-0.9.18/src/stats/protocols.c:346:3: note: Variable 'pr' is reassigned a value before the old one has been used.
etherape-0.9.18/src/stats/protocols.c:133:48: style: Function 'protocol_stack_avg' argument 2 names different: declaration 'avg_usecs' definition 'avgtime'. [funcArgNamesDifferent]
etherape-0.9.18/src/stats/protocols.h:55:53: note: Function 'protocol_stack_avg' argument 2 names different: declaration 'avg_usecs' definition 'avgtime'.
etherape-0.9.18/src/stats/protocols.c:133:48: note: Function 'protocol_stack_avg' argument 2 names different: declaration 'avg_usecs' definition 'avgtime'.
etherape-0.9.18/src/stats/traffic_stats.c:99:10: style: The scope of the variable 'diffms' can be reduced. [variableScope]
etherape-0.9.18/src/stats/traffic_stats.c:140:56: style: Function 'traffic_stats_update' argument 2 names different: declaration 'pkt_expire_time' definition 'avg_time'. [funcArgNamesDifferent]
etherape-0.9.18/src/stats/traffic_stats.h:40:65: note: Function 'traffic_stats_update' argument 2 names different: declaration 'pkt_expire_time' definition 'avg_time'.
etherape-0.9.18/src/stats/traffic_stats.c:140:56: note: Function 'traffic_stats_update' argument 2 names different: declaration 'pkt_expire_time' definition 'avg_time'.
etherape-0.9.18/src/ui_utils.c:136:18: style: The scope of the variable 'pwd' can be reduced. [variableScope]
etherape-0.9.18/src/ui_utils.c:42:33: style: Function 'update_gtklabel' argument 1 names different: declaration 'wnd' definition 'window'. [funcArgNamesDifferent]
etherape-0.9.18/src/ui_utils.h:42:33: note: Function 'update_gtklabel' argument 1 names different: declaration 'wnd' definition 'window'.
etherape-0.9.18/src/ui_utils.c:42:33: note: Function 'update_gtklabel' argument 1 names different: declaration 'wnd' definition 'window'.
etherape-0.9.18/src/ui_utils.c:53:29: style: Function 'show_widget' argument 1 names different: declaration 'wnd' definition 'window'. [funcArgNamesDifferent]
etherape-0.9.18/src/ui_utils.h:45:29: note: Function 'show_widget' argument 1 names different: declaration 'wnd' definition 'window'.
etherape-0.9.18/src/ui_utils.c:53:29: note: Function 'show_widget' argument 1 names different: declaration 'wnd' definition 'window'.
etherape-0.9.18/src/ui_utils.c:58:29: style: Function 'hide_widget' argument 1 names different: declaration 'wnd' definition 'window'. [funcArgNamesDifferent]
etherape-0.9.18/src/ui_utils.h:46:29: note: Function 'hide_widget' argument 1 names different: declaration 'wnd' definition 'window'.
etherape-0.9.18/src/ui_utils.c:58:29: note: Function 'hide_widget' argument 1 names different: declaration 'wnd' definition 'window'.
[19:02]

ftp://ftp.se.debian.org/debian/pool/main/e/etherpuppet/etherpuppet_0.3.orig.tar.gz
etherpuppet-0.3/etherpuppet.c:538:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
[19:02]

ftp://ftp.se.debian.org/debian/pool/main/e/etherwake/etherwake_1.09.orig.tar.gz
etherwake-1.09.orig/ether-wake.c:182:6: style: Condition '!opt_no_src_addr' is always true [knownConditionTrueFalse]
etherwake-1.09.orig/ether-wake.c:344:13: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'int *'. [invalidScanfArgType_int]
etherwake-1.09.orig/ether-wake.c:344:13: warning: %x in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
etherwake-1.09.orig/ether-wake.c:344:13: warning: %x in format string (no. 3) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
etherwake-1.09.orig/ether-wake.c:344:13: warning: %x in format string (no. 4) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
etherwake-1.09.orig/ether-wake.c:344:13: warning: %x in format string (no. 5) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
etherwake-1.09.orig/ether-wake.c:344:13: warning: %x in format string (no. 6) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
etherwake-1.09.orig/ether-wake.c:282:38: style: Function 'get_dest_addr' argument 1 names different: declaration 'arg' definition 'hostid'. [funcArgNamesDifferent]
etherwake-1.09.orig/ether-wake.c:109:38: note: Function 'get_dest_addr' argument 1 names different: declaration 'arg' definition 'hostid'.
etherwake-1.09.orig/ether-wake.c:282:38: note: Function 'get_dest_addr' argument 1 names different: declaration 'arg' definition 'hostid'.
[19:02]

ftp://ftp.se.debian.org/debian/pool/main/e/ethos/ethos_0.2.2.orig.tar.gz
ethos/ethos/ethos-manager.c:224:24: style: The scope of the variable 'dir' can be reduced. [variableScope]
ethos/ethos/ethos-manager.c:346:23: style: The scope of the variable 'loader_name' can be reduced. [variableScope]
ethos/ethos/ethos-manager.c:175:9: style: Variable 'priv' is assigned a value that is never used. [unreadVariable]
ethos/ethos/ethos-ui-manager-widget.c:139:31: style: The scope of the variable 'plugin' can be reduced. [variableScope]
ethos/ethos/ethos-ui-manager-widget.c:207:31: style: The scope of the variable 'about_dialog' can be reduced. [variableScope]
ethos/ethos/ethos-ui-manager-widget.c:387:31: style: The scope of the variable 'plugin' can be reduced. [variableScope]
[19:02]

ftp://ftp.se.debian.org/debian/pool/main/e/ethstats/ethstats_1.2.1.orig.tar.xz.asc

ftp://ftp.se.debian.org/debian/pool/main/e/ethtool/ethtool_4.8.orig.tar.xz
ethtool-4.8/internal.h:179:10: style: Condition '!!0' is always false [knownConditionTrueFalse]
ethtool-4.8/amd8111e.c:78:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ethtool-4.8/amd8111e.c:197:20: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/amd8111e.c:198:18: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/amd8111e.c:207:18: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/amd8111e.c:208:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/amd8111e.c:217:18: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/amd8111e.c:218:19: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/amd8111e.c:219:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/amd8111e.c:242:18: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/amd8111e.c:243:19: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/amd8111e.c:244:20: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/amd8111e.c:245:19: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/amd8111e.c:246:19: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/amd8111e.c:247:19: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/amd8111e.c:259:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/amd8111e.c:260:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/amd8111e.c:261:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/amd8111e.c:262:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/amd8111e.c:263:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/amd8111e.c:289:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/amd8111e.c:290:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/amd8111e.c:291:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/amd8111e.c:301:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:140:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ethtool-4.8/de2104x.c:323:2: warning: %u in format string (no. 6) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ethtool-4.8/de2104x.c:323:2: warning: %u in format string (no. 7) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ethtool-4.8/de2104x.c:323:2: warning: %u in format string (no. 8) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ethtool-4.8/de2104x.c:323:2: warning: %u in format string (no. 9) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ethtool-4.8/de2104x.c:448:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ethtool-4.8/de2104x.c:528:9: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ethtool-4.8/de2104x.c:134:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:148:16: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:150:16: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:171:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:174:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:179:16: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:180:16: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:181:16: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:186:16: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:187:16: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:188:16: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:189:16: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:190:16: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:191:16: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:192:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:193:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:219:15: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:220:15: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:222:15: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:223:15: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:225:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:226:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:227:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:228:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:229:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:230:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:231:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:232:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:233:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:234:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:259:15: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:260:15: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:261:15: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:262:15: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:263:15: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:264:15: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:265:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:266:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:267:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:268:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:269:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:270:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:271:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:272:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:273:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:310:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:311:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:312:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:313:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:314:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:315:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:316:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:317:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:340:15: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:341:15: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:342:15: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:343:15: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:344:15: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:345:15: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:346:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:347:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:348:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:349:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:350:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:351:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:352:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:353:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:354:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:355:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:377:15: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:378:15: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:379:15: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:380:15: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:381:15: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:382:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:383:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:385:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:386:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:387:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:388:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:408:15: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:409:15: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:410:15: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:411:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:412:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:413:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:414:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:415:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:416:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:417:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:440:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:442:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:456:16: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:458:16: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:479:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:482:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:487:16: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:488:16: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:489:16: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:490:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:491:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:496:16: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:497:16: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:498:16: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:499:16: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:500:16: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:501:16: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:502:16: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:528:15: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:529:15: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:531:15: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:532:15: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:534:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:535:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:536:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:537:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:538:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:539:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:540:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:541:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:542:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:543:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:569:15: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:570:15: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:571:15: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:572:15: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:573:15: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:574:15: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:575:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:576:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:577:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:578:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:579:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:580:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:581:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:582:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:583:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:584:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:601:15: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:602:15: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:603:15: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:604:15: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:605:15: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:606:15: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:607:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:608:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:609:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:610:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:611:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:612:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:613:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:614:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:633:15: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:659:15: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:661:15: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:662:15: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:663:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:664:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:665:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:666:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:667:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:668:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:669:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:670:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:671:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:686:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:687:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:688:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:713:15: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:714:15: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:715:15: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:716:15: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:717:15: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:718:15: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:719:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:720:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:721:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:722:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:724:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:725:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:726:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:727:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:753:15: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:754:15: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:755:15: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:756:15: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:757:15: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:758:15: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:759:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:760:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:761:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:762:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:763:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:764:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:765:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:766:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:767:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/de2104x.c:768:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/e100.c:123:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/e100.c:124:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/e100.c:125:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/e100.c:126:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/e100.c:127:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/e100.c:128:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/e100.c:129:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/e100.c:130:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/e100.c:200:26: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/e100.c:211:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/e100.c:212:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/e100.c:213:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/e100.c:214:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/e100.c:215:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/e100.c:216:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/e100.c:217:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/e1000.c:400:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/e1000.c:401:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/e1000.c:402:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/e1000.c:403:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/e1000.c:404:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/e1000.c:405:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/e1000.c:406:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/e1000.c:413:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/e1000.c:418:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/e1000.c:419:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/e1000.c:429:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/e1000.c:430:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/e1000.c:437:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/e1000.c:454:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/e1000.c:486:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/e1000.c:487:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/e1000.c:488:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/e1000.c:489:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/e1000.c:490:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/e1000.c:495:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/e1000.c:496:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/e1000.c:497:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/e1000.c:498:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/e1000.c:499:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/e1000.c:503:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/e1000.c:543:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/e1000.c:544:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/e1000.c:545:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/e1000.c:549:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/e1000.c:588:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/e1000.c:589:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/e1000.c:590:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/e1000.c:591:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/e1000.c:598:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/e1000.c:599:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/e1000.c:600:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/e1000.c:601:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/e1000.c:622:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/e1000.c:623:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/e1000.c:624:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/e1000.c:625:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/e1000.c:631:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/e1000.c:632:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/e1000.c:633:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/e1000.c:634:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/e1000.c:635:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/ethtool.c:259:10: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'int *'. [invalidScanfArgType_int]
ethtool-4.8/ethtool.c:259:10: warning: %x in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
ethtool-4.8/ethtool.c:259:10: warning: %x in format string (no. 3) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
ethtool-4.8/ethtool.c:259:10: warning: %x in format string (no. 4) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
ethtool-4.8/ethtool.c:259:10: warning: %x in format string (no. 5) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
ethtool-4.8/ethtool.c:259:10: warning: %x in format string (no. 6) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
ethtool-4.8/ethtool.c:1051:7: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
ethtool-4.8/ethtool.c:1220:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ethtool-4.8/ethtool.c:3136:41: style: Same expression on both sides of '!=' because the value of 'gregs_dump_file' and 'NULL' are the same. [duplicateExpression]
ethtool-4.8/ethtool.c:3102:26: note: 'gregs_dump_file' is assigned value 'NULL' here.
ethtool-4.8/ethtool.c:3136:41: note: Same expression on both sides of '!=' because the value of 'gregs_dump_file' and 'NULL' are the same.
ethtool-4.8/ethtool.c:3211:21: style: Same expression on both sides of '==' because the value of 'geeprom_length' and '-1' are the same. [duplicateExpression]
ethtool-4.8/ethtool.c:3191:24: note: 'geeprom_length' is assigned value '-1' here.
ethtool-4.8/ethtool.c:3211:21: note: Same expression on both sides of '==' because the value of 'geeprom_length' and '-1' are the same.
ethtool-4.8/ethtool.c:4385:23: style: Same expression on both sides of '&&' because the value of 'geeprom_dump_raw' and 'geeprom_dump_hex' are the same. [duplicateExpression]
ethtool-4.8/ethtool.c:4371:25: note: 'geeprom_dump_raw' is assigned value '0' here.
ethtool-4.8/ethtool.c:4372:25: note: 'geeprom_dump_hex' is assigned value '0' here.
ethtool-4.8/ethtool.c:4385:23: note: Same expression on both sides of '&&' because the value of 'geeprom_dump_raw' and 'geeprom_dump_hex' are the same.
ethtool-4.8/ethtool.c:4397:21: style: Same expression on both sides of '==' because the value of 'geeprom_length' and '-1' are the same. [duplicateExpression]
ethtool-4.8/ethtool.c:4369:24: note: 'geeprom_length' is assigned value '-1' here.
ethtool-4.8/ethtool.c:4397:21: note: Same expression on both sides of '==' because the value of 'geeprom_length' and '-1' are the same.
ethtool-4.8/ethtool.c:314:6: style: The scope of the variable 'found' can be reduced. [variableScope]
ethtool-4.8/ethtool.c:1159:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ethtool-4.8/ethtool.c:1659:11: style: The scope of the variable 'i' can be reduced. [variableScope]
ethtool-4.8/ethtool.c:2164:6: style: The scope of the variable 'value' can be reduced. [variableScope]
ethtool-4.8/ethtool.c:3962:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ethtool-4.8/ethtool.c:1142:21: style: Function 'dump_hex' argument 1 names different: declaration 'f' definition 'file'. [funcArgNamesDifferent]
ethtool-4.8/internal.h:255:21: note: Function 'dump_hex' argument 1 names different: declaration 'f' definition 'file'.
ethtool-4.8/ethtool.c:1142:21: note: Function 'dump_hex' argument 1 names different: declaration 'f' definition 'file'.
ethtool-4.8/ethtool.c:992:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ethtool-4.8/ethtool.c:1518:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ethtool-4.8/ethtool.c:1656:7: style: struct member 'Anonymous7::buf' is never used. [unusedStructMember]
ethtool-4.8/ethtool.c:3149:3: error: Common realloc mistake: 'regs' nulled but not freed upon failure [memleakOnRealloc]
ethtool-4.8/ibm_emac.c:173:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ethtool-4.8/ibm_emac.c:243:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ethtool-4.8/ibm_emac.c:269:3: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ethtool-4.8/ibm_emac.c:280:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ethtool-4.8/ibm_emac.c:293:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ethtool-4.8/ibm_emac.c:305:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ethtool-4.8/ibm_emac.c:70:8: style: struct member 'Anonymous6::rsvd0' is never used. [unusedStructMember]
ethtool-4.8/ibm_emac.c:89:8: style: struct member 'Anonymous9::rsvd1' is never used. [unusedStructMember]
ethtool-4.8/ibm_emac.c:91:8: style: struct member 'Anonymous9::rsvd2' is never used. [unusedStructMember]
ethtool-4.8/ibm_emac.c:108:8: style: struct member 'Anonymous9::tpc' is never used. [unusedStructMember]
ethtool-4.8/igb.c:113:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/igb.c:114:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/igb.c:115:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/igb.c:116:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/igb.c:117:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/igb.c:118:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/igb.c:124:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/igb.c:129:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/igb.c:130:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/igb.c:141:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/igb.c:142:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/igb.c:143:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/igb.c:144:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/igb.c:149:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/igb.c:175:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/igb.c:176:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/igb.c:177:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/igb.c:178:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/igb.c:179:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/igb.c:184:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/igb.c:185:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/igb.c:186:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/igb.c:187:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/igb.c:188:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/igb.c:219:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/igb.c:220:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/igb.c:221:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/igb.c:224:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/ixgb.c:60:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/ixgb.c:61:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/ixgb.c:91:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/ixgb.c:92:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/ixgb.c:93:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/ixgb.c:94:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/ixgb.c:99:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/ixgb.c:100:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/ixgb.c:101:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/ixgb.c:129:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/ixgbe.c:196:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/ixgbe.c:197:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/ixgbe.c:207:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/ixgbe.c:208:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/ixgbe.c:209:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/ixgbe.c:210:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/ixgbe.c:219:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/ixgbe.c:220:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/ixgbe.c:221:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/ixgbe.c:222:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/ixgbe.c:234:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/ixgbe.c:235:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/ixgbe.c:236:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/ixgbe.c:237:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/ixgbe.c:246:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/ixgbe.c:247:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/ixgbe.c:263:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/ixgbe.c:264:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/ixgbe.c:271:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/ixgbe.c:272:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/ixgbe.c:284:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/ixgbe.c:285:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/ixgbe.c:286:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/ixgbe.c:287:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/ixgbe.c:288:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/marvell.c:127:22: portability: 'p' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ethtool-4.8/natsemi.c:439:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ethtool-4.8/natsemi.c:439:2: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ethtool-4.8/natsemi.c:548:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ethtool-4.8/natsemi.c:640:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ethtool-4.8/natsemi.c:644:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ethtool-4.8/natsemi.c:648:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ethtool-4.8/natsemi.c:652:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ethtool-4.8/natsemi.c:656:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ethtool-4.8/natsemi.c:660:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ethtool-4.8/natsemi.c:664:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ethtool-4.8/natsemi.c:727:2: warning: %d in format string (no. 5) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ethtool-4.8/natsemi.c:741:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ethtool-4.8/natsemi.c:766:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ethtool-4.8/natsemi.c:873:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ethtool-4.8/natsemi.c:878:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ethtool-4.8/natsemi.c:906:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ethtool-4.8/natsemi.c:383:19: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ethtool-4.8/natsemi.c:455:21: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ethtool-4.8/natsemi.c:481:21: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ethtool-4.8/natsemi.c:541:23: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ethtool-4.8/natsemi.c:558:19: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ethtool-4.8/natsemi.c:590:20: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ethtool-4.8/natsemi.c:614:23: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ethtool-4.8/natsemi.c:341:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:342:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:364:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:365:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:366:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:367:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:368:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:369:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:370:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:371:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:372:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:374:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:375:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:377:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:379:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:380:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:381:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:382:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:383:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:399:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:400:45: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:401:44: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:402:44: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:427:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:452:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:453:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:454:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:455:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:478:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:479:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:480:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:481:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:490:39: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:491:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:555:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:556:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:557:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:558:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:579:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:580:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:581:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:582:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:583:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:584:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:585:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:586:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:587:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:588:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:589:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:590:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:679:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:680:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:681:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:682:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:706:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:707:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:708:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:709:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:710:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:711:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:712:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:713:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:714:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:798:42: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:799:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:800:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:801:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:820:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:821:39: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:822:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:823:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:824:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:843:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:855:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:856:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:857:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:858:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:859:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:860:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:892:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:893:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:894:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:895:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:896:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:898:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:914:41: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:915:39: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:916:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:917:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:919:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:933:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:934:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:935:41: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:936:41: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:937:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:938:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:939:41: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:940:39: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/natsemi.c:941:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/qsfp.c:745:39: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/realtek.c:230:20: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/realtek.c:231:20: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/realtek.c:232:20: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/realtek.c:233:20: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/realtek.c:234:20: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/realtek.c:235:20: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/realtek.c:236:20: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/realtek.c:237:20: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/realtek.c:238:20: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/realtek.c:239:20: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/realtek.c:240:20: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/realtek.c:344:16: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/realtek.c:345:16: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/realtek.c:346:16: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/realtek.c:347:16: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/realtek.c:355:16: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/realtek.c:356:16: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/realtek.c:357:16: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/sfc.c:3769:34: style: The scope of the variable 'digit' can be reduced. [variableScope]
ethtool-4.8/sfc.c:3792:34: style: The scope of the variable 'field' can be reduced. [variableScope]
ethtool-4.8/sff-common.c:44:20: style: The scope of the variable 'val' can be reduced. [variableScope]
ethtool-4.8/sfpdiag.c:246:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ethtool-4.8/sfpdiag.c:276:39: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ethtool-4.8/sfpid.c:260:20: style: The scope of the variable 'val' can be reduced. [variableScope]
ethtool-4.8/test-cmdline.c:287:6: style: The scope of the variable 'test_rc' can be reduced. [variableScope]
ethtool-4.8/test-common.c:239:20: style: The scope of the variable 'node' can be reduced. [variableScope]
ethtool-4.8/test-features.c:531:4: portability: %zu in format string (no. 2) requires 'size_t' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_uint]
ethtool-4.8/test-features.c:517:6: style: The scope of the variable 'test_rc' can be reduced. [variableScope]
ethtool-4.8/tse.c:49:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ethtool-4.8/tse.c:53:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
[19:02]

ftp://ftp.se.debian.org/debian/pool/main/e/etk.docking/etk.docking_0.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/etktab/etktab_3.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/etl/etl_1.2.1.orig.tar.gz
ETL-1.2.1/test/angle.cpp:343:0: style: Variable 'a' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ETL-1.2.1/test/angle.cpp:342:0: note: Variable 'a' is reassigned a value before the old one has been used if variable is no semaphore variable.
ETL-1.2.1/test/angle.cpp:343:0: note: Variable 'a' is reassigned a value before the old one has been used if variable is no semaphore variable.
ETL-1.2.1/test/angle.cpp:345:0: style: Variable 'b' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ETL-1.2.1/test/angle.cpp:344:0: note: Variable 'b' is reassigned a value before the old one has been used if variable is no semaphore variable.
ETL-1.2.1/test/angle.cpp:345:0: note: Variable 'b' is reassigned a value before the old one has been used if variable is no semaphore variable.
ETL-1.2.1/test/angle.cpp:347:0: style: Variable 'c' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ETL-1.2.1/test/angle.cpp:346:0: note: Variable 'c' is reassigned a value before the old one has been used if variable is no semaphore variable.
ETL-1.2.1/test/angle.cpp:347:0: note: Variable 'c' is reassigned a value before the old one has been used if variable is no semaphore variable.
ETL-1.2.1/test/angle.cpp:348:0: style: Variable 'a' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ETL-1.2.1/test/angle.cpp:343:0: note: Variable 'a' is reassigned a value before the old one has been used if variable is no semaphore variable.
ETL-1.2.1/test/angle.cpp:348:0: note: Variable 'a' is reassigned a value before the old one has been used if variable is no semaphore variable.
ETL-1.2.1/test/angle.cpp:349:0: style: Variable 'a' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ETL-1.2.1/test/angle.cpp:348:0: note: Variable 'a' is reassigned a value before the old one has been used if variable is no semaphore variable.
ETL-1.2.1/test/angle.cpp:349:0: note: Variable 'a' is reassigned a value before the old one has been used if variable is no semaphore variable.
ETL-1.2.1/test/angle.cpp:350:0: style: Variable 'b' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ETL-1.2.1/test/angle.cpp:345:0: note: Variable 'b' is reassigned a value before the old one has been used if variable is no semaphore variable.
ETL-1.2.1/test/angle.cpp:350:0: note: Variable 'b' is reassigned a value before the old one has been used if variable is no semaphore variable.
ETL-1.2.1/test/angle.cpp:351:0: style: Variable 'b' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ETL-1.2.1/test/angle.cpp:350:0: note: Variable 'b' is reassigned a value before the old one has been used if variable is no semaphore variable.
ETL-1.2.1/test/angle.cpp:351:0: note: Variable 'b' is reassigned a value before the old one has been used if variable is no semaphore variable.
ETL-1.2.1/test/angle.cpp:352:0: style: Variable 'c' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ETL-1.2.1/test/angle.cpp:347:0: note: Variable 'c' is reassigned a value before the old one has been used if variable is no semaphore variable.
ETL-1.2.1/test/angle.cpp:352:0: note: Variable 'c' is reassigned a value before the old one has been used if variable is no semaphore variable.
ETL-1.2.1/test/angle.cpp:353:0: style: Variable 'c' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ETL-1.2.1/test/angle.cpp:352:0: note: Variable 'c' is reassigned a value before the old one has been used if variable is no semaphore variable.
ETL-1.2.1/test/angle.cpp:353:0: note: Variable 'c' is reassigned a value before the old one has been used if variable is no semaphore variable.
ETL-1.2.1/test/angle.cpp:328:0: style: Variable 'tmp2' is reassigned a value before the old one has been used. [redundantAssignment]
ETL-1.2.1/test/angle.cpp:327:0: note: Variable 'tmp2' is reassigned a value before the old one has been used.
ETL-1.2.1/test/angle.cpp:328:0: note: Variable 'tmp2' is reassigned a value before the old one has been used.
ETL-1.2.1/test/angle.cpp:329:0: style: Variable 'tmp2' is reassigned a value before the old one has been used. [redundantAssignment]
ETL-1.2.1/test/angle.cpp:328:0: note: Variable 'tmp2' is reassigned a value before the old one has been used.
ETL-1.2.1/test/angle.cpp:329:0: note: Variable 'tmp2' is reassigned a value before the old one has been used.
ETL-1.2.1/test/angle.cpp:330:0: style: Variable 'tmp2' is reassigned a value before the old one has been used. [redundantAssignment]
ETL-1.2.1/test/angle.cpp:329:0: note: Variable 'tmp2' is reassigned a value before the old one has been used.
ETL-1.2.1/test/angle.cpp:330:0: note: Variable 'tmp2' is reassigned a value before the old one has been used.
ETL-1.2.1/test/angle.cpp:310:0: style: Variable 'tmp2' is reassigned a value before the old one has been used. [redundantAssignment]
ETL-1.2.1/test/angle.cpp:309:0: note: Variable 'tmp2' is reassigned a value before the old one has been used.
ETL-1.2.1/test/angle.cpp:310:0: note: Variable 'tmp2' is reassigned a value before the old one has been used.
ETL-1.2.1/test/angle.cpp:311:0: style: Variable 'tmp2' is reassigned a value before the old one has been used. [redundantAssignment]
ETL-1.2.1/test/angle.cpp:310:0: note: Variable 'tmp2' is reassigned a value before the old one has been used.
ETL-1.2.1/test/angle.cpp:311:0: note: Variable 'tmp2' is reassigned a value before the old one has been used.
ETL-1.2.1/test/angle.cpp:312:0: style: Variable 'tmp2' is reassigned a value before the old one has been used. [redundantAssignment]
ETL-1.2.1/test/angle.cpp:311:0: note: Variable 'tmp2' is reassigned a value before the old one has been used.
ETL-1.2.1/test/angle.cpp:312:0: note: Variable 'tmp2' is reassigned a value before the old one has been used.
ETL-1.2.1/test/angle.cpp:292:0: style: Variable 'tmp2' is reassigned a value before the old one has been used. [redundantAssignment]
ETL-1.2.1/test/angle.cpp:291:0: note: Variable 'tmp2' is reassigned a value before the old one has been used.
ETL-1.2.1/test/angle.cpp:292:0: note: Variable 'tmp2' is reassigned a value before the old one has been used.
ETL-1.2.1/test/angle.cpp:293:0: style: Variable 'tmp2' is reassigned a value before the old one has been used. [redundantAssignment]
ETL-1.2.1/test/angle.cpp:292:0: note: Variable 'tmp2' is reassigned a value before the old one has been used.
ETL-1.2.1/test/angle.cpp:293:0: note: Variable 'tmp2' is reassigned a value before the old one has been used.
ETL-1.2.1/test/angle.cpp:294:0: style: Variable 'tmp2' is reassigned a value before the old one has been used. [redundantAssignment]
ETL-1.2.1/test/angle.cpp:293:0: note: Variable 'tmp2' is reassigned a value before the old one has been used.
ETL-1.2.1/test/angle.cpp:294:0: note: Variable 'tmp2' is reassigned a value before the old one has been used.
ETL-1.2.1/test/angle.cpp:49:9: style: The scope of the variable 'error' can be reduced. [variableScope]
ETL-1.2.1/test/angle.cpp:81:9: style: The scope of the variable 'error' can be reduced. [variableScope]
ETL-1.2.1/test/angle.cpp:112:9: style: The scope of the variable 'error' can be reduced. [variableScope]
ETL-1.2.1/test/angle.cpp:144:9: style: The scope of the variable 'error' can be reduced. [variableScope]
ETL-1.2.1/test/angle.cpp:177:9: style: The scope of the variable 'error' can be reduced. [variableScope]
ETL-1.2.1/test/angle.cpp:208:9: style: The scope of the variable 'error' can be reduced. [variableScope]
ETL-1.2.1/test/angle.cpp:240:9: style: The scope of the variable 'error' can be reduced. [variableScope]
ETL-1.2.1/test/angle.cpp:319:0: style: The scope of the variable 'tmp2' can be reduced. [variableScope]
ETL-1.2.1/test/angle.cpp:301:0: style: The scope of the variable 'tmp2' can be reduced. [variableScope]
ETL-1.2.1/test/angle.cpp:283:0: style: The scope of the variable 'tmp2' can be reduced. [variableScope]
ETL-1.2.1/test/angle.cpp:330:0: style: Variable 'tmp2' is assigned a value that is never used. [unreadVariable]
ETL-1.2.1/test/angle.cpp:312:0: style: Variable 'tmp2' is assigned a value that is never used. [unreadVariable]
ETL-1.2.1/test/angle.cpp:294:0: style: Variable 'tmp2' is assigned a value that is never used. [unreadVariable]
ETL-1.2.1/test/benchmark.cpp:109:0: style: Variable 'a' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ETL-1.2.1/test/benchmark.cpp:108:0: note: Variable 'a' is reassigned a value before the old one has been used if variable is no semaphore variable.
ETL-1.2.1/test/benchmark.cpp:109:0: note: Variable 'a' is reassigned a value before the old one has been used if variable is no semaphore variable.
ETL-1.2.1/test/benchmark.cpp:111:0: style: Variable 'b' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ETL-1.2.1/test/benchmark.cpp:110:0: note: Variable 'b' is reassigned a value before the old one has been used if variable is no semaphore variable.
ETL-1.2.1/test/benchmark.cpp:111:0: note: Variable 'b' is reassigned a value before the old one has been used if variable is no semaphore variable.
ETL-1.2.1/test/benchmark.cpp:113:0: style: Variable 'c' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ETL-1.2.1/test/benchmark.cpp:112:0: note: Variable 'c' is reassigned a value before the old one has been used if variable is no semaphore variable.
ETL-1.2.1/test/benchmark.cpp:113:0: note: Variable 'c' is reassigned a value before the old one has been used if variable is no semaphore variable.
ETL-1.2.1/test/benchmark.cpp:114:0: style: Variable 'a' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ETL-1.2.1/test/benchmark.cpp:109:0: note: Variable 'a' is reassigned a value before the old one has been used if variable is no semaphore variable.
ETL-1.2.1/test/benchmark.cpp:114:0: note: Variable 'a' is reassigned a value before the old one has been used if variable is no semaphore variable.
ETL-1.2.1/test/benchmark.cpp:115:0: style: Variable 'a' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ETL-1.2.1/test/benchmark.cpp:114:0: note: Variable 'a' is reassigned a value before the old one has been used if variable is no semaphore variable.
ETL-1.2.1/test/benchmark.cpp:115:0: note: Variable 'a' is reassigned a value before the old one has been used if variable is no semaphore variable.
ETL-1.2.1/test/benchmark.cpp:116:0: style: Variable 'b' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ETL-1.2.1/test/benchmark.cpp:111:0: note: Variable 'b' is reassigned a value before the old one has been used if variable is no semaphore variable.
ETL-1.2.1/test/benchmark.cpp:116:0: note: Variable 'b' is reassigned a value before the old one has been used if variable is no semaphore variable.
ETL-1.2.1/test/benchmark.cpp:117:0: style: Variable 'b' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ETL-1.2.1/test/benchmark.cpp:116:0: note: Variable 'b' is reassigned a value before the old one has been used if variable is no semaphore variable.
ETL-1.2.1/test/benchmark.cpp:117:0: note: Variable 'b' is reassigned a value before the old one has been used if variable is no semaphore variable.
ETL-1.2.1/test/benchmark.cpp:118:0: style: Variable 'c' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ETL-1.2.1/test/benchmark.cpp:113:0: note: Variable 'c' is reassigned a value before the old one has been used if variable is no semaphore variable.
ETL-1.2.1/test/benchmark.cpp:118:0: note: Variable 'c' is reassigned a value before the old one has been used if variable is no semaphore variable.
ETL-1.2.1/test/benchmark.cpp:119:0: style: Variable 'c' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ETL-1.2.1/test/benchmark.cpp:118:0: note: Variable 'c' is reassigned a value before the old one has been used if variable is no semaphore variable.
ETL-1.2.1/test/benchmark.cpp:119:0: note: Variable 'c' is reassigned a value before the old one has been used if variable is no semaphore variable.
ETL-1.2.1/test/benchmark.cpp:94:0: style: Variable 'tmp2' is reassigned a value before the old one has been used. [redundantAssignment]
ETL-1.2.1/test/benchmark.cpp:93:0: note: Variable 'tmp2' is reassigned a value before the old one has been used.
ETL-1.2.1/test/benchmark.cpp:94:0: note: Variable 'tmp2' is reassigned a value before the old one has been used.
ETL-1.2.1/test/benchmark.cpp:95:0: style: Variable 'tmp2' is reassigned a value before the old one has been used. [redundantAssignment]
ETL-1.2.1/test/benchmark.cpp:94:0: note: Variable 'tmp2' is reassigned a value before the old one has been used.
ETL-1.2.1/test/benchmark.cpp:95:0: note: Variable 'tmp2' is reassigned a value before the old one has been used.
ETL-1.2.1/test/benchmark.cpp:96:0: style: Variable 'tmp2' is reassigned a value before the old one has been used. [redundantAssignment]
ETL-1.2.1/test/benchmark.cpp:95:0: note: Variable 'tmp2' is reassigned a value before the old one has been used.
ETL-1.2.1/test/benchmark.cpp:96:0: note: Variable 'tmp2' is reassigned a value before the old one has been used.
ETL-1.2.1/test/benchmark.cpp:76:0: style: Variable 'tmp2' is reassigned a value before the old one has been used. [redundantAssignment]
ETL-1.2.1/test/benchmark.cpp:75:0: note: Variable 'tmp2' is reassigned a value before the old one has been used.
ETL-1.2.1/test/benchmark.cpp:76:0: note: Variable 'tmp2' is reassigned a value before the old one has been used.
ETL-1.2.1/test/benchmark.cpp:77:0: style: Variable 'tmp2' is reassigned a value before the old one has been used. [redundantAssignment]
ETL-1.2.1/test/benchmark.cpp:76:0: note: Variable 'tmp2' is reassigned a value before the old one has been used.
ETL-1.2.1/test/benchmark.cpp:77:0: note: Variable 'tmp2' is reassigned a value before the old one has been used.
ETL-1.2.1/test/benchmark.cpp:78:0: style: Variable 'tmp2' is reassigned a value before the old one has been used. [redundantAssignment]
ETL-1.2.1/test/benchmark.cpp:77:0: note: Variable 'tmp2' is reassigned a value before the old one has been used.
ETL-1.2.1/test/benchmark.cpp:78:0: note: Variable 'tmp2' is reassigned a value before the old one has been used.
ETL-1.2.1/test/benchmark.cpp:58:0: style: Variable 'tmp2' is reassigned a value before the old one has been used. [redundantAssignment]
ETL-1.2.1/test/benchmark.cpp:57:0: note: Variable 'tmp2' is reassigned a value before the old one has been used.
ETL-1.2.1/test/benchmark.cpp:58:0: note: Variable 'tmp2' is reassigned a value before the old one has been used.
ETL-1.2.1/test/benchmark.cpp:59:0: style: Variable 'tmp2' is reassigned a value before the old one has been used. [redundantAssignment]
ETL-1.2.1/test/benchmark.cpp:58:0: note: Variable 'tmp2' is reassigned a value before the old one has been used.
ETL-1.2.1/test/benchmark.cpp:59:0: note: Variable 'tmp2' is reassigned a value before the old one has been used.
ETL-1.2.1/test/benchmark.cpp:60:0: style: Variable 'tmp2' is reassigned a value before the old one has been used. [redundantAssignment]
ETL-1.2.1/test/benchmark.cpp:59:0: note: Variable 'tmp2' is reassigned a value before the old one has been used.
ETL-1.2.1/test/benchmark.cpp:60:0: note: Variable 'tmp2' is reassigned a value before the old one has been used.
ETL-1.2.1/test/benchmark.cpp:226:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ETL-1.2.1/test/benchmark.cpp:264:8: style: The scope of the variable 'f' can be reduced. [variableScope]
ETL-1.2.1/test/benchmark.cpp:264:15: style: The scope of the variable 'i' can be reduced. [variableScope]
ETL-1.2.1/test/benchmark.cpp:340:9: style: The scope of the variable 'i' can be reduced. [variableScope]
ETL-1.2.1/test/benchmark.cpp:85:0: style: The scope of the variable 'tmp2' can be reduced. [variableScope]
ETL-1.2.1/test/benchmark.cpp:67:0: style: The scope of the variable 'tmp2' can be reduced. [variableScope]
ETL-1.2.1/test/benchmark.cpp:49:0: style: The scope of the variable 'tmp2' can be reduced. [variableScope]
ETL-1.2.1/test/benchmark.cpp:96:0: style: Variable 'tmp2' is assigned a value that is never used. [unreadVariable]
ETL-1.2.1/test/benchmark.cpp:78:0: style: Variable 'tmp2' is assigned a value that is never used. [unreadVariable]
ETL-1.2.1/test/benchmark.cpp:60:0: style: Variable 'tmp2' is assigned a value that is never used. [unreadVariable]
ETL-1.2.1/test/benchmark.cpp:252:0: error: Uninitialized variable: t [uninitvar]
ETL-1.2.1/test/benchmark.cpp:291:0: error: Uninitialized variable: t [uninitvar]
ETL-1.2.1/test/benchmark.cpp:329:0: error: Uninitialized variable: t [uninitvar]
ETL-1.2.1/test/fixed.cpp:47:0: performance: Technically the member function 'speed_test < float >::add_sub_test' can be static. [functionStatic]
ETL-1.2.1/test/fixed.cpp:70:0: performance: Technically the member function 'speed_test < float >::mul_test' can be static. [functionStatic]
ETL-1.2.1/test/fixed.cpp:96:0: performance: Technically the member function 'speed_test < float >::div_test' can be static. [functionStatic]
ETL-1.2.1/test/fixed.cpp:47:0: performance: Technically the member function 'speed_test < int >::add_sub_test' can be static. [functionStatic]
ETL-1.2.1/test/fixed.cpp:70:0: performance: Technically the member function 'speed_test < int >::mul_test' can be static. [functionStatic]
ETL-1.2.1/test/fixed.cpp:96:0: performance: Technically the member function 'speed_test < int >::div_test' can be static. [functionStatic]
ETL-1.2.1/test/fixed.cpp:47:0: performance: Technically the member function 'speed_test < fixed >::add_sub_test' can be static. [functionStatic]
ETL-1.2.1/test/fixed.cpp:70:0: performance: Technically the member function 'speed_test < fixed >::mul_test' can be static. [functionStatic]
ETL-1.2.1/test/fixed.cpp:96:0: performance: Technically the member function 'speed_test < fixed >::div_test' can be static. [functionStatic]
ETL-1.2.1/test/handle.cpp:111:3: style: Variable 'my_map' is assigned a value that is never used. [unreadVariable]
ETL-1.2.1/test/handle.cpp:399:37: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
ETL-1.2.1/test/handle.cpp:63:13: warning: The struct 'my_other_test_obj' defines member variable with name 'instance_count' also defined in its parent struct 'my_test_obj'. [duplInheritedMember]
ETL-1.2.1/test/handle.cpp:41:13: note: Parent variable 'my_test_obj::instance_count'
ETL-1.2.1/test/handle.cpp:63:13: note: Derived variable 'my_other_test_obj::instance_count'
ETL-1.2.1/test/handle.cpp:43:2: style: Struct 'my_test_obj' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ETL-1.2.1/test/handle.cpp:64:2: style: Struct 'my_other_test_obj' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ETL-1.2.1/test/hermite.cpp:82:0: error: Uninitialized variable: t [uninitvar]
ETL-1.2.1/test/hermite.cpp:162:0: error: Uninitialized variable: t [uninitvar]
ETL-1.2.1/test/pen.cpp:212:2: style: Variable 'stupid' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ETL-1.2.1/test/pen.cpp:211:13: note: Variable 'stupid' is reassigned a value before the old one has been used if variable is no semaphore variable.
ETL-1.2.1/test/pen.cpp:212:2: note: Variable 'stupid' is reassigned a value before the old one has been used if variable is no semaphore variable.
ETL-1.2.1/test/pen.cpp:212:11: style: Variable 'stupid' is assigned a value that is never used. [unreadVariable]
ETL-1.2.1/test/pen.cpp:47:18: error: Object pointed by an 'auto_ptr' is destroyed using operator 'delete'. You should not use 'auto_ptr' for pointers obtained with operator 'new[]'. [useAutoPointerArray]
ETL-1.2.1/test/pen.cpp:224:26: error: Object pointed by an 'auto_ptr' is destroyed using operator 'delete'. You should not use 'auto_ptr' for pointers obtained with operator 'new[]'. [useAutoPointerArray]
ETL-1.2.1/test/pen.cpp:225:26: error: Object pointed by an 'auto_ptr' is destroyed using operator 'delete'. You should not use 'auto_ptr' for pointers obtained with operator 'new[]'. [useAutoPointerArray]
ETL-1.2.1/test/smach.cpp:69:22: performance: Technically the member function 'DefaultStateContext::event1_handler' can be static. [functionStatic]
ETL-1.2.1/test/smach.cpp:99:22: performance: Technically the member function 'State1Context::event1_handler' can be static. [functionStatic]
ETL-1.2.1/test/smach.cpp:105:22: performance: Technically the member function 'State1Context::event3_handler' can be static. [functionStatic]
ETL-1.2.1/test/smach.cpp:159:16: note: Technically the member function 'State1Context::event3_handler' can be static.
ETL-1.2.1/test/smach.cpp:105:22: note: Technically the member function 'State1Context::event3_handler' can be static.
ETL-1.2.1/test/smach.cpp:127:22: performance: Technically the member function 'State2Context::event1_handler' can be static. [functionStatic]
ETL-1.2.1/test/smach.cpp:133:22: performance: Technically the member function 'State2Context::event2_handler' can be static. [functionStatic]
ETL-1.2.1/test/smach.cpp:139:22: performance: Technically the member function 'State2Context::event3_handler' can be static. [functionStatic]
ETL-1.2.1/test/smach.cpp:66:2: style: Class 'DefaultStateContext' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ETL-1.2.1/test/smach.cpp:96:2: style: Class 'State1Context' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ETL-1.2.1/test/smach.cpp:124:2: style: Class 'State2Context' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ETL-1.2.1/test/smart_ptr.cpp:117:3: style: Variable 'my_map' is assigned a value that is never used. [unreadVariable]
ETL-1.2.1/test/smart_ptr.cpp:66:13: warning: The struct 'my_other_test_obj' defines member variable with name 'instance_count' also defined in its parent struct 'my_test_obj'. [duplInheritedMember]
ETL-1.2.1/test/smart_ptr.cpp:44:13: note: Parent variable 'my_test_obj::instance_count'
ETL-1.2.1/test/smart_ptr.cpp:66:13: note: Derived variable 'my_other_test_obj::instance_count'
ETL-1.2.1/test/smart_ptr.cpp:46:2: style: Struct 'my_test_obj' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ETL-1.2.1/test/smart_ptr.cpp:67:2: style: Struct 'my_other_test_obj' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ETL-1.2.1/test/spline.cpp:82:0: error: Uninitialized variable: t [uninitvar]
ETL-1.2.1/test/stringf.cpp:46:2: style: Variable 'myotherstring' is reassigned a value before the old one has been used. [redundantAssignment]
ETL-1.2.1/test/stringf.cpp:42:0: note: Variable 'myotherstring' is reassigned a value before the old one has been used.
ETL-1.2.1/test/stringf.cpp:46:2: note: Variable 'myotherstring' is reassigned a value before the old one has been used.
[19:02]

ftp://ftp.se.debian.org/debian/pool/main/e/etm/etm_3.2.30.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/etoile/etoile_0+20080616+dfsg.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/etoolbox/etoolbox_2.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/etsf-io/etsf-io_1.0.4.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/ettercap/ettercap_0.8.2.orig.tar.gz
ettercap-0.8.2/plug-ins/dns_spoof/dns_spoof.c:1085:12: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
ettercap-0.8.2/plug-ins/dns_spoof/dns_spoof.c:1085:12: warning: %d in format string (no. 2) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
ettercap-0.8.2/plug-ins/dns_spoof/dns_spoof.c:1085:12: warning: %d in format string (no. 3) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
ettercap-0.8.2/plug-ins/dns_spoof/dns_spoof.c:1085:12: warning: %d in format string (no. 4) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
ettercap-0.8.2/plug-ins/dns_spoof/dns_spoof.c:160:28: style: The scope of the variable 'd' can be reduced. [variableScope]
ettercap-0.8.2/plug-ins/dns_spoof/dns_spoof.c:192:10: style: The scope of the variable 'ptr' can be reduced. [variableScope]
ettercap-0.8.2/plug-ins/dns_spoof/dns_spoof.c:365:21: style: The scope of the variable 'rr' can be reduced. [variableScope]
ettercap-0.8.2/plug-ins/dns_spoof/dns_spoof.c:366:25: style: The scope of the variable 'dns_reply' can be reduced. [variableScope]
ettercap-0.8.2/plug-ins/dns_spoof/dns_spoof.c:368:27: style: The scope of the variable 'dns_off' can be reduced. [variableScope]
ettercap-0.8.2/plug-ins/dns_spoof/dns_spoof.c:321:7: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
ettercap-0.8.2/plug-ins/dos_attack/dos_attack.c:84:22: style: The scope of the variable 'p' can be reduced. [variableScope]
ettercap-0.8.2/plug-ins/find_ettercap/find_ettercap.c:103:9: style: The scope of the variable 'tmp2' can be reduced. [variableScope]
ettercap-0.8.2/plug-ins/find_ettercap/find_ettercap.c:121:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
ettercap-0.8.2/plug-ins/find_ip/find_ip.c:65:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
ettercap-0.8.2/plug-ins/finger/finger.c:152:40: style: Function 'good_target' argument 1 names different: declaration 'ip' definition 'p_ip'. [funcArgNamesDifferent]
ettercap-0.8.2/plug-ins/finger/finger.c:48:40: note: Function 'good_target' argument 1 names different: declaration 'ip' definition 'p_ip'.
ettercap-0.8.2/plug-ins/finger/finger.c:152:40: note: Function 'good_target' argument 1 names different: declaration 'ip' definition 'p_ip'.
ettercap-0.8.2/plug-ins/finger/finger.c:152:55: style: Function 'good_target' argument 2 names different: declaration 'port' definition 'p_port'. [funcArgNamesDifferent]
ettercap-0.8.2/plug-ins/finger/finger.c:48:53: note: Function 'good_target' argument 2 names different: declaration 'port' definition 'p_port'.
ettercap-0.8.2/plug-ins/finger/finger.c:152:55: note: Function 'good_target' argument 2 names different: declaration 'port' definition 'p_port'.
ettercap-0.8.2/plug-ins/finger/finger.c:181:44: style: Function 'get_user_target' argument 1 names different: declaration 'ip' definition 'p_ip'. [funcArgNamesDifferent]
ettercap-0.8.2/plug-ins/finger/finger.c:49:44: note: Function 'get_user_target' argument 1 names different: declaration 'ip' definition 'p_ip'.
ettercap-0.8.2/plug-ins/finger/finger.c:181:44: note: Function 'get_user_target' argument 1 names different: declaration 'ip' definition 'p_ip'.
ettercap-0.8.2/plug-ins/finger/finger.c:181:59: style: Function 'get_user_target' argument 2 names different: declaration 'port' definition 'p_port'. [funcArgNamesDifferent]
ettercap-0.8.2/plug-ins/finger/finger.c:49:57: note: Function 'get_user_target' argument 2 names different: declaration 'port' definition 'p_port'.
ettercap-0.8.2/plug-ins/finger/finger.c:181:59: note: Function 'get_user_target' argument 2 names different: declaration 'port' definition 'p_port'.
ettercap-0.8.2/plug-ins/gw_discover/gw_discover.c:109:46: style: Function 'get_remote_target' argument 1 names different: declaration 'ip' definition 'p_ip'. [funcArgNamesDifferent]
ettercap-0.8.2/plug-ins/gw_discover/gw_discover.c:44:46: note: Function 'get_remote_target' argument 1 names different: declaration 'ip' definition 'p_ip'.
ettercap-0.8.2/plug-ins/gw_discover/gw_discover.c:109:46: note: Function 'get_remote_target' argument 1 names different: declaration 'ip' definition 'p_ip'.
ettercap-0.8.2/plug-ins/gw_discover/gw_discover.c:109:61: style: Function 'get_remote_target' argument 2 names different: declaration 'port' definition 'p_port'. [funcArgNamesDifferent]
ettercap-0.8.2/plug-ins/gw_discover/gw_discover.c:44:59: note: Function 'get_remote_target' argument 2 names different: declaration 'port' definition 'p_port'.
ettercap-0.8.2/plug-ins/gw_discover/gw_discover.c:109:61: note: Function 'get_remote_target' argument 2 names different: declaration 'port' definition 'p_port'.
ettercap-0.8.2/plug-ins/mdns_spoof/mdns_spoof.c:640:11: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
ettercap-0.8.2/plug-ins/mdns_spoof/mdns_spoof.c:640:11: warning: %d in format string (no. 2) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
ettercap-0.8.2/plug-ins/mdns_spoof/mdns_spoof.c:640:11: warning: %d in format string (no. 3) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
ettercap-0.8.2/plug-ins/mdns_spoof/mdns_spoof.c:640:11: warning: %d in format string (no. 4) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
ettercap-0.8.2/plug-ins/mdns_spoof/mdns_spoof.c:139:10: style: The scope of the variable 'ptr' can be reduced. [variableScope]
ettercap-0.8.2/plug-ins/mdns_spoof/mdns_spoof.c:290:9: style: The scope of the variable 'name_len' can be reduced. [variableScope]
ettercap-0.8.2/plug-ins/nbns_spoof/nbns_spoof.c:235:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
ettercap-0.8.2/plug-ins/nbns_spoof/nbns_spoof.c:475:14: style: The scope of the variable 'j' can be reduced. [variableScope]
ettercap-0.8.2/plug-ins/nbns_spoof/nbns_spoof.c:475:17: style: The scope of the variable 'k' can be reduced. [variableScope]
ettercap-0.8.2/plug-ins/nbns_spoof/nbns_spoof.c:132:7: style: struct member 'nbns_response::rr_name' is never used. [unusedStructMember]
ettercap-0.8.2/plug-ins/pptp_chapms1/pptp_chapms1.c:116:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
ettercap-0.8.2/plug-ins/pptp_reneg/pptp_reneg.c:104:22: style: The scope of the variable 'p' can be reduced. [variableScope]
ettercap-0.8.2/plug-ins/smb_clear/smb_clear.c:117:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
ettercap-0.8.2/plug-ins/smb_down/smb_down.c:119:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
ettercap-0.8.2/plug-ins/sslstrip/sslstrip.c:55:0: error: #error libcurl 7.26.0 or up is needed [preprocessorErrorDirective]
ettercap-0.8.2/src/dissectors/ec_TN3270.c:81:17: style: The scope of the variable 'i' can be reduced. [variableScope]
ettercap-0.8.2/src/dissectors/ec_TN3270.c:82:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
ettercap-0.8.2/src/dissectors/ec_bgp.c:167:16: style: The scope of the variable 'str_ptr' can be reduced. [variableScope]
ettercap-0.8.2/src/dissectors/ec_cvs.c:73:11: style: The scope of the variable 'i' can be reduced. [variableScope]
ettercap-0.8.2/src/dissectors/ec_dhcp.c:276:24: warning: Possible null pointer dereference: name [nullPointer]
ettercap-0.8.2/src/dissectors/ec_dhcp.c:274:30: note: Assignment 'name=NULL', assigned value is 0
ettercap-0.8.2/src/dissectors/ec_dhcp.c:276:24: note: Null pointer dereference
ettercap-0.8.2/src/dissectors/ec_dhcp.c:277:17: warning: Possible null pointer dereference: name [nullPointer]
ettercap-0.8.2/src/dissectors/ec_dhcp.c:274:30: note: Assignment 'name=NULL', assigned value is 0
ettercap-0.8.2/src/dissectors/ec_dhcp.c:277:17: note: Null pointer dereference
ettercap-0.8.2/src/dissectors/ec_dns.c:103:18: style: The scope of the variable 'i' can be reduced. [variableScope]
ettercap-0.8.2/src/dissectors/ec_ftp.c:51:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
ettercap-0.8.2/src/dissectors/ec_http.c:137:24: style: The scope of the variable 'conn_status' can be reduced. [variableScope]
ettercap-0.8.2/src/dissectors/ec_http.c:490:13: style: The scope of the variable 'outstr' can be reduced. [variableScope]
ettercap-0.8.2/src/dissectors/ec_http.c:642:10: style: The scope of the variable 'q' can be reduced. [variableScope]
ettercap-0.8.2/src/dissectors/ec_http.c:805:10: style: The scope of the variable 'ptr' can be reduced. [variableScope]
ettercap-0.8.2/src/dissectors/ec_http.c:514:20: style: Variable 'outstr' is assigned a value that is never used. [unreadVariable]
ettercap-0.8.2/src/dissectors/ec_icq.c:75:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
ettercap-0.8.2/src/dissectors/ec_icq.c:78:10: style: The scope of the variable 'user' can be reduced. [variableScope]
ettercap-0.8.2/src/dissectors/ec_icq.c:78:17: style: The scope of the variable 'pwdtemp' can be reduced. [variableScope]
ettercap-0.8.2/src/dissectors/ec_irc.c:330:13: style: The scope of the variable 'user' can be reduced. [variableScope]
ettercap-0.8.2/src/dissectors/ec_iscsi.c:108:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
ettercap-0.8.2/src/dissectors/ec_mysql.c:74:8: style: The scope of the variable 'old_mysql' can be reduced. [variableScope]
ettercap-0.8.2/src/dissectors/ec_nbns.c:119:22: style: The scope of the variable 'query' can be reduced. [variableScope]
ettercap-0.8.2/src/dissectors/ec_nbns.c:123:7: style: The scope of the variable 'ip' can be reduced. [variableScope]
ettercap-0.8.2/src/dissectors/ec_nbns.c:168:7: style: The scope of the variable 'j' can be reduced. [variableScope]
ettercap-0.8.2/src/dissectors/ec_nbns.c:168:10: style: The scope of the variable 'k' can be reduced. [variableScope]
ettercap-0.8.2/src/dissectors/ec_nbns.c:96:15: style: struct member 'nbns_spoof_entry::name' is never used. [unusedStructMember]
ettercap-0.8.2/src/dissectors/ec_nntp.c:58:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
ettercap-0.8.2/src/dissectors/ec_o5logon.c:64:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
ettercap-0.8.2/src/dissectors/ec_ospf.c:148:22: warning: Comparison is wrong. Result of 'ptr+i' can't be 0 unless there is pointer overflow, and pointer overflow is undefined behaviour. [pointerAdditionResultNotNull]
ettercap-0.8.2/src/dissectors/ec_ospf.c:155:22: warning: Comparison is wrong. Result of 'ptr+i' can't be 0 unless there is pointer overflow, and pointer overflow is undefined behaviour. [pointerAdditionResultNotNull]
ettercap-0.8.2/src/dissectors/ec_postgresql.c:96:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
ettercap-0.8.2/src/dissectors/ec_rcon.c:47:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
ettercap-0.8.2/src/dissectors/ec_rip.c:111:8: style: The scope of the variable 'i' can be reduced. [variableScope]
ettercap-0.8.2/src/dissectors/ec_rlogin.c:61:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
ettercap-0.8.2/src/dissectors/ec_smb.c:97:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
ettercap-0.8.2/src/dissectors/ec_smb.c:406:56: style: Function 'GetBinaryE' argument 3 names different: declaration 'len' definition 'blen'. [funcArgNamesDifferent]
ettercap-0.8.2/src/dissectors/ec_smb.c:73:56: note: Function 'GetBinaryE' argument 3 names different: declaration 'len' definition 'blen'.
ettercap-0.8.2/src/dissectors/ec_smb.c:406:56: note: Function 'GetBinaryE' argument 3 names different: declaration 'len' definition 'blen'.
ettercap-0.8.2/src/dissectors/ec_smtp.c:51:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
ettercap-0.8.2/src/dissectors/ec_socks.c:51:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
ettercap-0.8.2/src/dissectors/ec_ssh.c:138:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
ettercap-0.8.2/src/dissectors/ec_ssh.c:358:26: style: The scope of the variable 'index_ssl' can be reduced. [variableScope]
ettercap-0.8.2/src/dissectors/ec_vnc.c:83:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
ettercap-0.8.2/src/dissectors/ec_vnc.c:167:21: style: The scope of the variable 'buffer' can be reduced. [variableScope]
ettercap-0.8.2/src/dissectors/ec_vnc.c:182:18: style: The scope of the variable 'buffer' can be reduced. [variableScope]
ettercap-0.8.2/src/dissectors/ec_ymsg.c:121:14: warning: Possible null pointer dereference: from [nullPointer]
ettercap-0.8.2/src/dissectors/ec_ymsg.c:111:20: note: Assignment 'from=NULL', assigned value is 0
ettercap-0.8.2/src/dissectors/ec_ymsg.c:121:14: note: Null pointer dereference
ettercap-0.8.2/src/dissectors/ec_ymsg.c:133:14: warning: Possible null pointer dereference: to [nullPointer]
ettercap-0.8.2/src/dissectors/ec_ymsg.c:111:30: note: Assignment 'to=NULL', assigned value is 0
ettercap-0.8.2/src/dissectors/ec_ymsg.c:133:14: note: Null pointer dereference
ettercap-0.8.2/src/dissectors/ec_ymsg.c:146:14: warning: Possible null pointer dereference: message [nullPointer]
ettercap-0.8.2/src/dissectors/ec_ymsg.c:111:45: note: Assignment 'message=NULL', assigned value is 0
ettercap-0.8.2/src/dissectors/ec_ymsg.c:146:14: note: Null pointer dereference
ettercap-0.8.2/src/dissectors/ec_ymsg.c:51:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
ettercap-0.8.2/src/ec_checksum.c:82:7: style: Variable 'cbuf' is modified but its new value is never used. [unreadVariable]
ettercap-0.8.2/src/ec_checksum.c:83:7: style: Variable 'nleft' is modified but its new value is never used. [unreadVariable]
ettercap-0.8.2/src/ec_conf.c:258:10: style: The scope of the variable 'p' can be reduced. [variableScope]
ettercap-0.8.2/src/ec_connbuf.c:62:26: style: The scope of the variable 'e' can be reduced. [variableScope]
ettercap-0.8.2/src/ec_conntrack.c:379:11: style: The scope of the variable 'sec' can be reduced. [variableScope]
ettercap-0.8.2/src/ec_conntrack.c:614:9: style: The scope of the variable 'src' can be reduced. [variableScope]
ettercap-0.8.2/src/ec_conntrack.c:615:9: style: The scope of the variable 'dst' can be reduced. [variableScope]
ettercap-0.8.2/src/ec_conntrack.c:616:9: style: The scope of the variable 'proto' can be reduced. [variableScope]
ettercap-0.8.2/src/ec_conntrack.c:616:19: style: The scope of the variable 'status' can be reduced. [variableScope]
ettercap-0.8.2/src/ec_conntrack.c:616:30: style: The scope of the variable 'flags' can be reduced. [variableScope]
ettercap-0.8.2/src/ec_encryption.c:297:10: style: The scope of the variable 'p' can be reduced. [variableScope]
ettercap-0.8.2/src/ec_encryption.c:298:10: style: The scope of the variable 'pass' can be reduced. [variableScope]
ettercap-0.8.2/src/ec_encryption.c:299:10: style: The scope of the variable 'ssid' can be reduced. [variableScope]
ettercap-0.8.2/src/ec_encryption.c:301:8: style: The scope of the variable 'i' can be reduced. [variableScope]
ettercap-0.8.2/src/ec_file.c:84:4: style: Variable 'filename' is reassigned a value before the old one has been used. [redundantAssignment]
ettercap-0.8.2/src/ec_file.c:82:0: note: Variable 'filename' is reassigned a value before the old one has been used.
ettercap-0.8.2/src/ec_file.c:84:4: note: Variable 'filename' is reassigned a value before the old one has been used.
ettercap-0.8.2/src/ec_filter.c:700:11: style: The scope of the variable 'len' can be reduced. [variableScope]
ettercap-0.8.2/src/ec_filter.c:1121:44: portability: 'file' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ettercap-0.8.2/src/ec_fingerprint.c:55:18: style: The scope of the variable 'l' can be reduced. [variableScope]
ettercap-0.8.2/src/ec_fingerprint.c:80:10: style: The scope of the variable 'ptr' can be reduced. [variableScope]
ettercap-0.8.2/src/ec_inject.c:116:11: style: The scope of the variable 'injected' can be reduced. [variableScope]
ettercap-0.8.2/src/ec_main.c:232:8: style: struct member 'Anonymous0::U4M' is never used. [unusedStructMember]
ettercap-0.8.2/src/ec_manuf.c:132:11: warning: %X in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
ettercap-0.8.2/src/ec_manuf.c:132:11: warning: %X in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
ettercap-0.8.2/src/ec_manuf.c:132:11: warning: %X in format string (no. 3) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
ettercap-0.8.2/src/ec_mitm.c:178:9: style: The scope of the variable 'ch' can be reduced. [variableScope]
ettercap-0.8.2/src/ec_network.c:53:10: style: The scope of the variable 'iface' can be reduced. [variableScope]
ettercap-0.8.2/src/ec_network.c:54:9: style: The scope of the variable 'perrbuf' can be reduced. [variableScope]
ettercap-0.8.2/src/ec_network.c:126:9: style: The scope of the variable 'strbuf' can be reduced. [variableScope]
ettercap-0.8.2/src/ec_network.c:157:9: style: The scope of the variable 'lnet_errbuf' can be reduced. [variableScope]
ettercap-0.8.2/src/ec_network.c:160:30: style: The scope of the variable 'mac' can be reduced. [variableScope]
ettercap-0.8.2/src/ec_poll.c:90:0: error: #error "you don't have neither poll nor select" [preprocessorErrorDirective]
ettercap-0.8.2/src/ec_profiles.c:462:20: style: Same expression on both sides of '==' because the value of 'o' and 'NULL' are the same. [duplicateExpression]
ettercap-0.8.2/src/ec_profiles.c:423:26: note: 'o' is assigned value 'NULL' here.
ettercap-0.8.2/src/ec_profiles.c:462:20: note: Same expression on both sides of '==' because the value of 'o' and 'NULL' are the same.
ettercap-0.8.2/src/ec_profiles.c:626:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
ettercap-0.8.2/src/ec_profiles.c:548:31: style: Function 'profile_purge' argument 1 names different: declaration 'flag' definition 'flags'. [funcArgNamesDifferent]
ettercap-0.8.2/src/ec_profiles.c:38:31: note: Function 'profile_purge' argument 1 names different: declaration 'flag' definition 'flags'.
ettercap-0.8.2/src/ec_profiles.c:548:31: note: Function 'profile_purge' argument 1 names different: declaration 'flag' definition 'flags'.
ettercap-0.8.2/src/ec_scan.c:98:23: style: The scope of the variable 'hl' can be reduced. [variableScope]
ettercap-0.8.2/src/ec_scan.c:99:8: style: The scope of the variable 'nhosts' can be reduced. [variableScope]
ettercap-0.8.2/src/ec_scan.c:154:8: style: The scope of the variable 'i' can be reduced. [variableScope]
ettercap-0.8.2/src/ec_scan.c:154:15: style: The scope of the variable 'ret' can be reduced. [variableScope]
ettercap-0.8.2/src/ec_scan.c:371:19: style: The scope of the variable 'ret' can be reduced. [variableScope]
ettercap-0.8.2/src/ec_scan.c:515:20: style: The scope of the variable 'found' can be reduced. [variableScope]
ettercap-0.8.2/src/ec_scan.c:515:34: style: The scope of the variable 'ret' can be reduced. [variableScope]
ettercap-0.8.2/src/ec_send.c:72:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
ettercap-0.8.2/src/ec_services.c:49:18: style: The scope of the variable 'l' can be reduced. [variableScope]
ettercap-0.8.2/src/ec_sslwrap.c:550:8: style: The scope of the variable 'ret' can be reduced. [variableScope]
ettercap-0.8.2/src/ec_sslwrap.c:550:13: style: The scope of the variable 'ssl_err' can be reduced. [variableScope]
ettercap-0.8.2/src/ec_sslwrap.c:578:8: style: The scope of the variable 'ret' can be reduced. [variableScope]
ettercap-0.8.2/src/ec_sslwrap.c:578:13: style: The scope of the variable 'ssl_err' can be reduced. [variableScope]
ettercap-0.8.2/src/ec_sslwrap.c:732:13: style: The scope of the variable 'ret_err' can be reduced. [variableScope]
ettercap-0.8.2/src/ec_sslwrap.c:956:20: style: The scope of the variable 'ext' can be reduced. [variableScope]
ettercap-0.8.2/src/ec_sslwrap.c:1052:28: style: The scope of the variable 'data_read' can be reduced. [variableScope]
ettercap-0.8.2/src/ec_sslwrap.c:953:43: style: Function 'sslw_create_selfsigned' argument 1 names different: declaration 'serv_cert' definition 'server_cert'. [funcArgNamesDifferent]
ettercap-0.8.2/src/ec_sslwrap.c:136:43: note: Function 'sslw_create_selfsigned' argument 1 names different: declaration 'serv_cert' definition 'server_cert'.
ettercap-0.8.2/src/ec_sslwrap.c:953:43: note: Function 'sslw_create_selfsigned' argument 1 names different: declaration 'serv_cert' definition 'server_cert'.
ettercap-0.8.2/src/ec_strings.c:353:11: style: The scope of the variable 'time' can be reduced. [variableScope]
ettercap-0.8.2/src/ec_threads.c:206:10: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
ettercap-0.8.2/src/ec_threads.c:209:10: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
ettercap-0.8.2/src/ec_ui.c:105:8: style: The scope of the variable 'n' can be reduced. [variableScope]
ettercap-0.8.2/src/ec_ui.c:179:8: style: The scope of the variable 'n' can be reduced. [variableScope]
ettercap-0.8.2/src/ec_utils.c:344:68: warning: Either the condition '!tv' is redundant or there is possible null pointer dereference: tv. [nullPointerRedundantCheck]
ettercap-0.8.2/src/ec_utils.c:333:8: note: Assuming that condition '!tv' is not redundant
ettercap-0.8.2/src/ec_utils.c:344:68: note: Null pointer dereference
ettercap-0.8.2/src/ec_utils.c:344:80: warning: Either the condition '!tv' is redundant or there is possible null pointer dereference: tv. [nullPointerRedundantCheck]
ettercap-0.8.2/src/ec_utils.c:333:8: note: Assuming that condition '!tv' is not redundant
ettercap-0.8.2/src/ec_utils.c:344:80: note: Null pointer dereference
ettercap-0.8.2/src/ec_utils.c:64:17: style: The scope of the variable 'r' can be reduced. [variableScope]
ettercap-0.8.2/src/ec_utils.c:126:9: style: The scope of the variable 'errbuf' can be reduced. [variableScope]
ettercap-0.8.2/src/interfaces/curses/ec_curses.c:561:9: style: The scope of the variable 'err' can be reduced. [variableScope]
ettercap-0.8.2/src/interfaces/curses/ec_curses.c:588:9: style: The scope of the variable 'err' can be reduced. [variableScope]
ettercap-0.8.2/src/interfaces/curses/widgets/wdg.c:232:8: style: The scope of the variable 'key' can be reduced. [variableScope]
ettercap-0.8.2/src/interfaces/curses/widgets/wdg_compound.c:95:30: style: The scope of the variable 'c' can be reduced. [variableScope]
ettercap-0.8.2/src/interfaces/curses/widgets/wdg_dynlist.c:89:29: style: The scope of the variable 'c' can be reduced. [variableScope]
ettercap-0.8.2/src/interfaces/curses/widgets/wdg_file.c:449:8: style: The scope of the variable 'i' can be reduced. [variableScope]
ettercap-0.8.2/src/interfaces/curses/widgets/wdg_input.c:537:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
ettercap-0.8.2/src/interfaces/curses/widgets/wdg_input.c:539:11: style: The scope of the variable 'buflen' can be reduced. [variableScope]
ettercap-0.8.2/src/interfaces/curses/widgets/wdg_input.c:587:8: style: The scope of the variable 'key' can be reduced. [variableScope]
ettercap-0.8.2/src/interfaces/curses/widgets/wdg_list.c:94:26: style: The scope of the variable 'c' can be reduced. [variableScope]
ettercap-0.8.2/src/interfaces/curses/widgets/wdg_menu.c:470:29: style: The scope of the variable 'kcall' can be reduced. [variableScope]
ettercap-0.8.2/src/interfaces/gtk/ec_gtk.c:1767:4: style: Variable 'closure' is reassigned a value before the old one has been used. [redundantAssignment]
ettercap-0.8.2/src/interfaces/gtk/ec_gtk.c:1761:0: note: Variable 'closure' is reassigned a value before the old one has been used.
ettercap-0.8.2/src/interfaces/gtk/ec_gtk.c:1767:4: note: Variable 'closure' is reassigned a value before the old one has been used.
ettercap-0.8.2/src/interfaces/gtk/ec_gtk.c:1792:4: style: Variable 'dialog' is reassigned a value before the old one has been used. [redundantAssignment]
ettercap-0.8.2/src/interfaces/gtk/ec_gtk.c:1785:0: note: Variable 'dialog' is reassigned a value before the old one has been used.
ettercap-0.8.2/src/interfaces/gtk/ec_gtk.c:1792:4: note: Variable 'dialog' is reassigned a value before the old one has been used.
ettercap-0.8.2/src/interfaces/gtk/ec_gtk.c:1814:4: style: Variable 'unicode' is reassigned a value before the old one has been used. [redundantAssignment]
ettercap-0.8.2/src/interfaces/gtk/ec_gtk.c:1812:0: note: Variable 'unicode' is reassigned a value before the old one has been used.
ettercap-0.8.2/src/interfaces/gtk/ec_gtk.c:1814:4: note: Variable 'unicode' is reassigned a value before the old one has been used.
ettercap-0.8.2/src/interfaces/gtk/ec_gtk.c:646:22: style: The scope of the variable 'hbox' can be reduced. [variableScope]
ettercap-0.8.2/src/interfaces/gtk/ec_gtk.c:646:29: style: The scope of the variable 'button' can be reduced. [variableScope]
ettercap-0.8.2/src/interfaces/gtk/ec_gtk.c:1068:11: style: The scope of the variable 'filename' can be reduced. [variableScope]
ettercap-0.8.2/src/interfaces/gtk/ec_gtk.c:1194:18: style: The scope of the variable 'model' can be reduced. [variableScope]
ettercap-0.8.2/src/interfaces/gtk/ec_gtk.c:1197:9: style: The scope of the variable 'err' can be reduced. [variableScope]
ettercap-0.8.2/src/interfaces/gtk/ec_gtk.c:1296:9: style: The scope of the variable 'err' can be reduced. [variableScope]
ettercap-0.8.2/src/interfaces/gtk/ec_gtk.c:1324:18: style: The scope of the variable 'model' can be reduced. [variableScope]
ettercap-0.8.2/src/interfaces/gtk/ec_gtk.c:1327:9: style: The scope of the variable 'err' can be reduced. [variableScope]
ettercap-0.8.2/src/interfaces/gtk/ec_gtk.c:1562:15: style: The scope of the variable 'dialog' can be reduced. [variableScope]
ettercap-0.8.2/src/interfaces/gtk/ec_gtk.c:162:11: style: struct member 'gtkui_input_data::n' is never used. [unusedStructMember]
ettercap-0.8.2/src/interfaces/gtk/ec_gtk.c:163:11: style: struct member 'gtkui_input_data::callback' is never used. [unusedStructMember]
ettercap-0.8.2/src/interfaces/gtk/ec_gtk_conf.c:92:8: style: The scope of the variable 'c' can be reduced. [variableScope]
ettercap-0.8.2/src/interfaces/gtk/ec_gtk_filters.c:37:11: style: The scope of the variable 'filename' can be reduced. [variableScope]
ettercap-0.8.2/src/interfaces/gtk/ec_gtk_help.c:151:7: warning: snprintf format string requires 0 parameters but 1 is given. [wrongPrintfScanfArgNum]
ettercap-0.8.2/src/interfaces/gtk/ec_gtk_help.c:142:4: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
ettercap-0.8.2/src/interfaces/gtk/ec_gtk_help.c:135:0: note: Variable 'ret' is reassigned a value before the old one has been used.
ettercap-0.8.2/src/interfaces/gtk/ec_gtk_help.c:142:4: note: Variable 'ret' is reassigned a value before the old one has been used.
ettercap-0.8.2/src/interfaces/gtk/ec_gtk_hosts.c:77:11: style: The scope of the variable 'filename' can be reduced. [variableScope]
ettercap-0.8.2/src/interfaces/gtk/ec_gtk_hosts.c:145:11: style: The scope of the variable 'filename' can be reduced. [variableScope]
ettercap-0.8.2/src/interfaces/gtk/ec_gtk_hosts.c:383:11: style: The scope of the variable 'list' can be reduced. [variableScope]
ettercap-0.8.2/src/interfaces/gtk/ec_gtk_hosts.c:386:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
ettercap-0.8.2/src/interfaces/gtk/ec_gtk_logging.c:55:11: style: The scope of the variable 'filename' can be reduced. [variableScope]
ettercap-0.8.2/src/interfaces/gtk/ec_gtk_logging.c:99:11: style: The scope of the variable 'filename' can be reduced. [variableScope]
ettercap-0.8.2/src/interfaces/gtk/ec_gtk_logging.c:150:11: style: The scope of the variable 'filename' can be reduced. [variableScope]
ettercap-0.8.2/src/interfaces/gtk/ec_gtk_plugins.c:54:11: style: The scope of the variable 'filename' can be reduced. [variableScope]
ettercap-0.8.2/src/interfaces/gtk/ec_gtk_view.c:321:18: style: The scope of the variable 'model' can be reduced. [variableScope]
ettercap-0.8.2/src/interfaces/gtk/ec_gtk_view.c:326:9: style: The scope of the variable 'encoding' can be reduced. [variableScope]
ettercap-0.8.2/src/interfaces/gtk/ec_gtk_view.c:326:23: style: The scope of the variable 'def_lang' can be reduced. [variableScope]
ettercap-0.8.2/src/interfaces/gtk/ec_gtk_view.c:473:15: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ettercap-0.8.2/src/interfaces/gtk/ec_gtk_view_connections.c:403:17: style: The scope of the variable 'tx' can be reduced. [variableScope]
ettercap-0.8.2/src/interfaces/gtk/ec_gtk_view_connections.c:403:25: style: The scope of the variable 'rx' can be reduced. [variableScope]
ettercap-0.8.2/src/interfaces/gtk/ec_gtk_view_connections.c:927:41: style: The scope of the variable 'child' can be reduced. [variableScope]
ettercap-0.8.2/src/interfaces/gtk/ec_gtk_view_connections.c:1234:57: style: The scope of the variable 'child' can be reduced. [variableScope]
ettercap-0.8.2/src/interfaces/gtk/ec_gtk_view_connections.c:1487:19: style: The scope of the variable 'buf' can be reduced. [variableScope]
ettercap-0.8.2/src/interfaces/gtk/ec_gtk_view_profiles.c:475:7: style: Variable 'label' is reassigned a value before the old one has been used. [redundantAssignment]
ettercap-0.8.2/src/interfaces/gtk/ec_gtk_view_profiles.c:473:7: note: Variable 'label' is reassigned a value before the old one has been used.
ettercap-0.8.2/src/interfaces/gtk/ec_gtk_view_profiles.c:475:7: note: Variable 'label' is reassigned a value before the old one has been used.
ettercap-0.8.2/src/interfaces/text/ec_text.c:438:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ettercap-0.8.2/src/interfaces/text/ec_text_plugin.c:39:8: style: The scope of the variable 'type' can be reduced. [variableScope]
ettercap-0.8.2/src/missing/memmem.c:66:29: portability: 'haystack' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ettercap-0.8.2/src/missing/scandir.c:29:24: style: Redundant condition: select!=NULL. 'select==NULL || (select!=NULL && (*select)(entry))' is equivalent to 'select==NULL || (*select)(entry)' [redundantCondition]
ettercap-0.8.2/src/missing/strsep.c:62:23: style: The scope of the variable 'spanp' can be reduced. [variableScope]
ettercap-0.8.2/src/missing/strsep.c:63:15: style: The scope of the variable 'c' can be reduced. [variableScope]
ettercap-0.8.2/src/mitm/ec_arp_poisoning.c:266:19: style: Condition 'i==1' is always true [knownConditionTrueFalse]
ettercap-0.8.2/src/mitm/ec_arp_poisoning.c:235:12: note: Assignment 'i=1', assigned value is 1
ettercap-0.8.2/src/mitm/ec_arp_poisoning.c:266:19: note: Condition 'i==1' is always true
ettercap-0.8.2/src/mitm/ec_arp_poisoning.c:82:10: style: The scope of the variable 'p' can be reduced. [variableScope]
ettercap-0.8.2/src/mitm/ec_arp_poisoning.c:303:10: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
ettercap-0.8.2/src/mitm/ec_ip6nd_poison.c:184:18: style: Condition 'i==1' is always true [knownConditionTrueFalse]
ettercap-0.8.2/src/mitm/ec_ip6nd_poison.c:154:12: note: Assignment 'i=1', assigned value is 1
ettercap-0.8.2/src/mitm/ec_ip6nd_poison.c:184:18: note: Condition 'i==1' is always true
ettercap-0.8.2/src/mitm/ec_ip6nd_poison.c:200:13: style: Condition 'i<5' is always true [knownConditionTrueFalse]
ettercap-0.8.2/src/mitm/ec_ip6nd_poison.c:154:12: note: Assignment 'i=1', assigned value is 1
ettercap-0.8.2/src/mitm/ec_ip6nd_poison.c:200:13: note: Condition 'i<5' is always true
ettercap-0.8.2/src/mitm/ec_ip6nd_poison.c:184:18: style: Same expression on both sides of '==' because the value of 'i' and '1' are the same. [duplicateExpression]
ettercap-0.8.2/src/mitm/ec_ip6nd_poison.c:154:12: note: 'i' is assigned value '1' here.
ettercap-0.8.2/src/mitm/ec_ip6nd_poison.c:184:18: note: Same expression on both sides of '==' because the value of 'i' and '1' are the same.
ettercap-0.8.2/src/mitm/ec_ip6nd_poison.c:62:10: style: The scope of the variable 'p' can be reduced. [variableScope]
ettercap-0.8.2/src/mitm/ec_port_stealing.c:116:10: style: The scope of the variable 'p' can be reduced. [variableScope]
ettercap-0.8.2/src/mitm/ec_port_stealing.c:117:9: style: The scope of the variable 'bogus_mac' can be reduced. [variableScope]
ettercap-0.8.2/src/os/ec_cygwin.c:55:4: style: Variable 'Status' is reassigned a value before the old one has been used. [redundantAssignment]
ettercap-0.8.2/src/os/ec_cygwin.c:41:4: note: Variable 'Status' is reassigned a value before the old one has been used.
ettercap-0.8.2/src/os/ec_cygwin.c:55:4: note: Variable 'Status' is reassigned a value before the old one has been used.
ettercap-0.8.2/src/os/ec_mingw.c:62:0: error: #error "You must be joking" [preprocessorErrorDirective]
ettercap-0.8.2/src/os/ec_solaris.c:69:4: performance: Buffer 'buf' is being written before its old content has been used. [redundantCopy]
ettercap-0.8.2/src/os/ec_solaris.c:68:4: note: Buffer 'buf' is being written before its old content has been used.
ettercap-0.8.2/src/os/ec_solaris.c:69:4: note: Buffer 'buf' is being written before its old content has been used.
ettercap-0.8.2/src/os/ec_solaris.c:64:7: warning: The buffer 'saved_status' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
ettercap-0.8.2/src/protocols/ec_icmp.c:94:15: style: The scope of the variable 'tmp' can be reduced. [variableScope]
ettercap-0.8.2/src/protocols/ec_ip.c:258:10: style: Variable 'ip->csum' is reassigned a value before the old one has been used. [redundantAssignment]
ettercap-0.8.2/src/protocols/ec_ip.c:257:10: note: Variable 'ip->csum' is reassigned a value before the old one has been used.
ettercap-0.8.2/src/protocols/ec_ip.c:258:10: note: Variable 'ip->csum' is reassigned a value before the old one has been used.
ettercap-0.8.2/src/protocols/ec_tcp.c:333:10: style: Variable 'tcp->csum' is reassigned a value before the old one has been used. [redundantAssignment]
ettercap-0.8.2/src/protocols/ec_tcp.c:332:10: note: Variable 'tcp->csum' is reassigned a value before the old one has been used.
ettercap-0.8.2/src/protocols/ec_tcp.c:333:10: note: Variable 'tcp->csum' is reassigned a value before the old one has been used.
ettercap-0.8.2/src/protocols/ec_tcp.c:162:15: style: The scope of the variable 'tmp' can be reduced. [variableScope]
ettercap-0.8.2/src/protocols/ec_udp.c:142:7: style: Variable 'udp->csum' is reassigned a value before the old one has been used. [redundantAssignment]
ettercap-0.8.2/src/protocols/ec_udp.c:141:7: note: Variable 'udp->csum' is reassigned a value before the old one has been used.
ettercap-0.8.2/src/protocols/ec_udp.c:142:7: note: Variable 'udp->csum' is reassigned a value before the old one has been used.
ettercap-0.8.2/src/protocols/ec_udp.c:96:15: style: The scope of the variable 'tmp' can be reduced. [variableScope]
ettercap-0.8.2/utils/etterfilter/ef_encode.c:168:4: style: Variable 'dec_args' is reassigned a value before the old one has been used. [redundantAssignment]
ettercap-0.8.2/utils/etterfilter/ef_encode.c:157:0: note: Variable 'dec_args' is reassigned a value before the old one has been used.
ettercap-0.8.2/utils/etterfilter/ef_encode.c:168:4: note: Variable 'dec_args' is reassigned a value before the old one has been used.
ettercap-0.8.2/utils/etterfilter/ef_encode.c:192:15: style: The scope of the variable 'errbuf' can be reduced. [variableScope]
ettercap-0.8.2/utils/etterfilter/ef_encode.c:419:6: style: The scope of the variable 'c' can be reduced. [variableScope]
ettercap-0.8.2/utils/etterfilter/ef_tables.c:73:18: style: The scope of the variable 'end' can be reduced. [variableScope]
ettercap-0.8.2/utils/etterfilter/ef_tables.c:251:10: style: The scope of the variable 'p' can be reduced. [variableScope]
ettercap-0.8.2/utils/etterfilter/ef_tables.c:251:18: style: The scope of the variable 'end' can be reduced. [variableScope]
ettercap-0.8.2/utils/etterlog/el_analyze.c:76:23: style: Condition 'count%100==0' is always false [knownConditionTrueFalse]
ettercap-0.8.2/utils/etterlog/el_analyze.c:52:21: note: Assignment 'count=0', assigned value is 0
ettercap-0.8.2/utils/etterlog/el_analyze.c:72:7: note: count is incremented', new value is 1
ettercap-0.8.2/utils/etterlog/el_analyze.c:76:23: note: Condition 'count%100==0' is always false
ettercap-0.8.2/utils/etterlog/el_analyze.c:113:8: style: The scope of the variable 'ret' can be reduced. [variableScope]
ettercap-0.8.2/utils/etterlog/el_conn.c:54:8: style: The scope of the variable 'ret' can be reduced. [variableScope]
ettercap-0.8.2/utils/etterlog/el_conn.c:301:8: style: The scope of the variable 'ret' can be reduced. [variableScope]
ettercap-0.8.2/utils/etterlog/el_decode_http.c:51:10: style: The scope of the variable 'ptr' can be reduced. [variableScope]
ettercap-0.8.2/utils/etterlog/el_display.c:63:8: style: The scope of the variable 'ret' can be reduced. [variableScope]
ettercap-0.8.2/utils/etterlog/el_display.c:199:9: style: The scope of the variable 'errbuf' can be reduced. [variableScope]
ettercap-0.8.2/utils/etterlog/el_stream.c:280:11: style: The scope of the variable 'offset' can be reduced. [variableScope]
ettercap-0.8.2/utils/etterlog/el_target.c:340:22: style: The scope of the variable 'o' can be reduced. [variableScope]
[19:02]

ftp://ftp.se.debian.org/debian/pool/main/e/etw/etw_3.6+svn162.orig.tar.gz
etw-3.6+svn162.orig/etw/chunkyblitting.c:19:18: style: The scope of the variable 'i' can be reduced. [variableScope]
etw-3.6+svn162.orig/etw/chunkyblitting.c:115:18: style: The scope of the variable 'i' can be reduced. [variableScope]
etw-3.6+svn162.orig/etw/chunkyblitting.c:191:18: style: The scope of the variable 'line_offset' can be reduced. [variableScope]
etw-3.6+svn162.orig/etw/chunkyblitting.c:227:18: style: The scope of the variable 'line_offset' can be reduced. [variableScope]
etw-3.6+svn162.orig/etw/chunkyblitting.c:310:24: style: The scope of the variable 'pb' can be reduced. [variableScope]
etw-3.6+svn162.orig/etw/chunkyblitting.c:529:49: style: The scope of the variable 'k' can be reduced. [variableScope]
etw-3.6+svn162.orig/etw/chunkyblitting.c:532:9: style: The scope of the variable 'start_blocks' can be reduced. [variableScope]
etw-3.6+svn162.orig/etw/chunkyblitting.c:533:9: style: The scope of the variable 'start_datas' can be reduced. [variableScope]
etw-3.6+svn162.orig/etw/chunkyblitting.c:537:14: style: The scope of the variable 'bufs' can be reduced. [variableScope]
etw-3.6+svn162.orig/etw/chunkyblitting.c:568:21: style: The scope of the variable 's' can be reduced. [variableScope]
etw-3.6+svn162.orig/etw/chunkyblitting.c:614:41: style: Array index 's' is used before limits check. [arrayIndexThenCheck]
etw-3.6+svn162.orig/etw/chunkyblitting.c:636:45: style: Array index 's' is used before limits check. [arrayIndexThenCheck]
etw-3.6+svn162.orig/etw/chunkyblitting.c:626:37: error: Common realloc mistake: 'bufs' nulled but not freed upon failure [memleakOnRealloc]
etw-3.6+svn162.orig/etw/chunkyblitting.c:648:37: error: Common realloc mistake: 'bufs' nulled but not freed upon failure [memleakOnRealloc]
etw-3.6+svn162.orig/etw/chunkyblitting.c:657:37: error: Common realloc mistake: 't_data' nulled but not freed upon failure [memleakOnRealloc]
etw-3.6+svn162.orig/etw/commento.c:150:27: style: The scope of the variable 'g' can be reduced. [variableScope]
etw-3.6+svn162.orig/etw/commento.c:298:13: error: Resource handle 'commento' freed twice. [doubleFree]
etw-3.6+svn162.orig/etw/computer.c:139:11: style: The scope of the variable 't' can be reduced. [variableScope]
etw-3.6+svn162.orig/etw/connection.c:360:13: warning: %lc in format string (no. 1) requires 'unsigned long' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
etw-3.6+svn162.orig/etw/connection.c:364:13: warning: %lc in format string (no. 1) requires 'unsigned long' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
etw-3.6+svn162.orig/etw/connection.c:706:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
etw-3.6+svn162.orig/etw/connection.c:707:14: style: The scope of the variable 'f2' can be reduced. [variableScope]
etw-3.6+svn162.orig/etw/control.c:7:14: style: The scope of the variable 't' can be reduced. [variableScope]
etw-3.6+svn162.orig/etw/control.c:1077:31: style: The scope of the variable 'r' can be reduced. [variableScope]
etw-3.6+svn162.orig/etw/cpu.c:307:30: style: Redundant condition: pl->gioc_palla. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
etw-3.6+svn162.orig/etw/etw.c:245:15: style: The scope of the variable 'fh' can be reduced. [variableScope]
etw-3.6+svn162.orig/etw/etw_locale.c:646:13: style: The scope of the variable 'i' can be reduced. [variableScope]
etw-3.6+svn162.orig/etw/font.c:833:13: warning: %lc in format string (no. 1) requires 'unsigned long' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
etw-3.6+svn162.orig/etw/font.c:318:14: style: The scope of the variable 'buffer' can be reduced. [variableScope]
etw-3.6+svn162.orig/etw/font.c:590:26: style: The scope of the variable 'c' can be reduced. [variableScope]
etw-3.6+svn162.orig/etw/generic_video.c:23:12: style: The scope of the variable 't' can be reduced. [variableScope]
etw-3.6+svn162.orig/etw/generic_video.c:23:15: style: The scope of the variable 'r' can be reduced. [variableScope]
etw-3.6+svn162.orig/etw/generic_video.c:208:18: style: The scope of the variable 'i' can be reduced. [variableScope]
etw-3.6+svn162.orig/etw/generic_video.c:438:9: style: The scope of the variable 't' can be reduced. [variableScope]
etw-3.6+svn162.orig/etw/generic_video.c:495:29: style: The scope of the variable 't' can be reduced. [variableScope]
etw-3.6+svn162.orig/etw/gfx.c:329:11: style: The scope of the variable 'fh' can be reduced. [variableScope]
etw-3.6+svn162.orig/etw/gfx.c:330:9: style: The scope of the variable 'i' can be reduced. [variableScope]
etw-3.6+svn162.orig/etw/gfx.c:331:14: style: The scope of the variable 'planes' can be reduced. [variableScope]
etw-3.6+svn162.orig/etw/gfx.c:424:9: style: The scope of the variable 'i' can be reduced. [variableScope]
etw-3.6+svn162.orig/etw/gfx.c:772:14: style: The scope of the variable 'pal' can be reduced. [variableScope]
etw-3.6+svn162.orig/etw/gfx.c:773:10: style: The scope of the variable 'buffer' can be reduced. [variableScope]
etw-3.6+svn162.orig/etw/gfx.c:777:18: style: The scope of the variable 'cmap_len' can be reduced. [variableScope]
etw-3.6+svn162.orig/etw/gfx.c:778:13: style: The scope of the variable 'i' can be reduced. [variableScope]
etw-3.6+svn162.orig/etw/gfx.c:778:16: style: The scope of the variable 'j' can be reduced. [variableScope]
etw-3.6+svn162.orig/etw/gfx.c:778:19: style: The scope of the variable 'c' can be reduced. [variableScope]
etw-3.6+svn162.orig/etw/gfx.c:778:22: style: The scope of the variable 'colors' can be reduced. [variableScope]
etw-3.6+svn162.orig/etw/gfx.c:924:14: style: The scope of the variable 'palette' can be reduced. [variableScope]
etw-3.6+svn162.orig/etw/gfx.c:926:14: style: The scope of the variable 'i' can be reduced. [variableScope]
etw-3.6+svn162.orig/etw/gfx.c:927:14: style: The scope of the variable 'temp' can be reduced. [variableScope]
etw-3.6+svn162.orig/etw/gfx.c:927:20: style: The scope of the variable 'depth' can be reduced. [variableScope]
etw-3.6+svn162.orig/etw/gfx.c:463:0: error: Resource leak: fo [resourceLeak]
etw-3.6+svn162.orig/etw/intro.c:338:10: style: The scope of the variable 'ticks' can be reduced. [variableScope]
etw-3.6+svn162.orig/etw/intro.c:338:0: style: The scope of the variable 'actual' can be reduced. [variableScope]
etw-3.6+svn162.orig/etw/main.c:47:13: style: The scope of the variable 'ap' can be reduced. [variableScope]
etw-3.6+svn162.orig/etw/main.c:51:13: style: The scope of the variable 'i' can be reduced. [variableScope]
etw-3.6+svn162.orig/etw/main.c:51:16: style: The scope of the variable 'j' can be reduced. [variableScope]
etw-3.6+svn162.orig/etw/main.c:51:19: style: The scope of the variable 'sn' can be reduced. [variableScope]
etw-3.6+svn162.orig/etw/main.c:52:17: style: The scope of the variable 's' can be reduced. [variableScope]
etw-3.6+svn162.orig/etw/main.c:146:12: style: The scope of the variable 'x' can be reduced. [variableScope]
etw-3.6+svn162.orig/etw/main.c:146:25: style: The scope of the variable 'maxlen' can be reduced. [variableScope]
etw-3.6+svn162.orig/etw/main.c:133:18: error: Uninitialized variable: buffer [uninitvar]
etw-3.6+svn162.orig/etw/menu.c:823:22: style: The scope of the variable 'buffer' can be reduced. [variableScope]
etw-3.6+svn162.orig/etw/menu.c:845:22: style: The scope of the variable 'buffer' can be reduced. [variableScope]
etw-3.6+svn162.orig/etw/menu.c:886:22: style: The scope of the variable 'buffer' can be reduced. [variableScope]
etw-3.6+svn162.orig/etw/menu_config.c:49:11: style: The scope of the variable 'f' can be reduced. [variableScope]
etw-3.6+svn162.orig/etw/menu_config.c:70:9: style: The scope of the variable 'value' can be reduced. [variableScope]
etw-3.6+svn162.orig/etw/menu_config.c:84:17: warning: The buffer 'network_server' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
etw-3.6+svn162.orig/etw/myiff.c:49:14: style: The scope of the variable 'temp' can be reduced. [variableScope]
etw-3.6+svn162.orig/etw/network.c:132:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
etw-3.6+svn162.orig/etw/network.c:168:11: style: The scope of the variable 'l' can be reduced. [variableScope]
etw-3.6+svn162.orig/etw/network.c:204:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
etw-3.6+svn162.orig/etw/network.c:362:5: error: Returning/dereferencing 'p' after it is deallocated / released [deallocret]
etw-3.6+svn162.orig/etw/os_control.c:62:9: style: Checking if unsigned variable 'l' is less than zero. [unsignedLessThanZero]
etw-3.6+svn162.orig/etw/os_video.c:137:9: error: Memory leak: newbm [memleak]
etw-3.6+svn162.orig/etw/radar.c:408:18: warning: Either the condition 'i<6' is redundant or the array 'area1[6]' is accessed at index 6, which is out of bounds. [arrayIndexOutOfBoundsCond]
etw-3.6+svn162.orig/etw/radar.c:405:14: note: Assuming that condition 'i<6' is not redundant
etw-3.6+svn162.orig/etw/radar.c:408:18: note: Array index out of bounds
etw-3.6+svn162.orig/etw/radar.c:410:18: warning: Either the condition 'i<6' is redundant or the array 'area2[6]' is accessed at index 6, which is out of bounds. [arrayIndexOutOfBoundsCond]
etw-3.6+svn162.orig/etw/radar.c:405:14: note: Assuming that condition 'i<6' is not redundant
etw-3.6+svn162.orig/etw/radar.c:410:18: note: Array index out of bounds
etw-3.6+svn162.orig/etw/radar.c:417:26: warning: Either the condition 'i<6' is redundant or the array 'area1[6]' is accessed at index 6, which is out of bounds. [arrayIndexOutOfBoundsCond]
etw-3.6+svn162.orig/etw/radar.c:405:14: note: Assuming that condition 'i<6' is not redundant
etw-3.6+svn162.orig/etw/radar.c:417:26: note: Array index out of bounds
etw-3.6+svn162.orig/etw/radar.c:419:26: warning: Either the condition 'i<6' is redundant or the array 'area2[6]' is accessed at index 6, which is out of bounds. [arrayIndexOutOfBoundsCond]
etw-3.6+svn162.orig/etw/radar.c:405:14: note: Assuming that condition 'i<6' is not redundant
etw-3.6+svn162.orig/etw/radar.c:419:26: note: Array index out of bounds
etw-3.6+svn162.orig/etw/radar.c:423:22: warning: Either the condition 'i<6' is redundant or the array 'area1[6]' is accessed at index 6, which is out of bounds. [arrayIndexOutOfBoundsCond]
etw-3.6+svn162.orig/etw/radar.c:405:14: note: Assuming that condition 'i<6' is not redundant
etw-3.6+svn162.orig/etw/radar.c:423:22: note: Array index out of bounds
etw-3.6+svn162.orig/etw/radar.c:425:22: warning: Either the condition 'i<6' is redundant or the array 'area2[6]' is accessed at index 6, which is out of bounds. [arrayIndexOutOfBoundsCond]
etw-3.6+svn162.orig/etw/radar.c:405:14: note: Assuming that condition 'i<6' is not redundant
etw-3.6+svn162.orig/etw/radar.c:425:22: note: Array index out of bounds
etw-3.6+svn162.orig/etw/radar.c:432:26: warning: Either the condition 'i<6' is redundant or the array 'area1[6]' is accessed at index 6, which is out of bounds. [arrayIndexOutOfBoundsCond]
etw-3.6+svn162.orig/etw/radar.c:405:14: note: Assuming that condition 'i<6' is not redundant
etw-3.6+svn162.orig/etw/radar.c:432:26: note: Array index out of bounds
etw-3.6+svn162.orig/etw/radar.c:434:26: warning: Either the condition 'i<6' is redundant or the array 'area2[6]' is accessed at index 6, which is out of bounds. [arrayIndexOutOfBoundsCond]
etw-3.6+svn162.orig/etw/radar.c:405:14: note: Assuming that condition 'i<6' is not redundant
etw-3.6+svn162.orig/etw/radar.c:434:26: note: Array index out of bounds
etw-3.6+svn162.orig/etw/radar.c:438:22: warning: Either the condition 'i<6' is redundant or the array 'area1[6]' is accessed at index 6, which is out of bounds. [arrayIndexOutOfBoundsCond]
etw-3.6+svn162.orig/etw/radar.c:405:14: note: Assuming that condition 'i<6' is not redundant
etw-3.6+svn162.orig/etw/radar.c:438:22: note: Array index out of bounds
etw-3.6+svn162.orig/etw/radar.c:440:22: warning: Either the condition 'i<6' is redundant or the array 'area2[6]' is accessed at index 6, which is out of bounds. [arrayIndexOutOfBoundsCond]
etw-3.6+svn162.orig/etw/radar.c:405:14: note: Assuming that condition 'i<6' is not redundant
etw-3.6+svn162.orig/etw/radar.c:440:22: note: Array index out of bounds
etw-3.6+svn162.orig/etw/refree.c:773:43: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
etw-3.6+svn162.orig/etw/refree.c:775:37: style: The scope of the variable 'k' can be reduced. [variableScope]
etw-3.6+svn162.orig/etw/replay.c:1080:14: style: Variable 'lswaps' is assigned a value that is never used. [unreadVariable]
etw-3.6+svn162.orig/etw/sound.c:214:44: style: The scope of the variable 't' can be reduced. [variableScope]
etw-3.6+svn162.orig/etw/special.c:216:15: style: The scope of the variable 'g' can be reduced. [variableScope]
etw-3.6+svn162.orig/etw/special.c:600:15: style: The scope of the variable 'g_min' can be reduced. [variableScope]
etw-3.6+svn162.orig/etw/specials.c:2608:27: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
etw-3.6+svn162.orig/etw/specials.c:2606:28: note: outer condition: turno<7
etw-3.6+svn162.orig/etw/specials.c:2608:27: note: opposite inner condition: turno==7
etw-3.6+svn162.orig/etw/specials.c:456:31: style: The scope of the variable 's1' can be reduced. [variableScope]
etw-3.6+svn162.orig/etw/specials.c:456:35: style: The scope of the variable 's2' can be reduced. [variableScope]
etw-3.6+svn162.orig/etw/specials.c:1381:21: style: The scope of the variable 'pos' can be reduced. [variableScope]
etw-3.6+svn162.orig/etw/specials.c:2688:25: style: The scope of the variable 'l' can be reduced. [variableScope]
etw-3.6+svn162.orig/etw/teams.c:241:16: style: The scope of the variable 'x' can be reduced. [variableScope]
etw-3.6+svn162.orig/etw/teams.c:241:19: style: The scope of the variable 'y' can be reduced. [variableScope]
etw-3.6+svn162.orig/etw/teams.c:714:9: style: The scope of the variable 'i' can be reduced. [variableScope]
etw-3.6+svn162.orig/etw/teams.c:825:23: style: The scope of the variable 's' can be reduced. [variableScope]
etw-3.6+svn162.orig/etw/teamsetup.c:1280:68: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
etw-3.6+svn162.orig/etw/teamsetup.c:322:15: style: The scope of the variable 'neri' can be reduced. [variableScope]
etw-3.6+svn162.orig/etw/teamsetup.c:489:20: style: The scope of the variable 'ent' can be reduced. [variableScope]
etw-3.6+svn162.orig/etw/teamsetup.c:881:13: error: Memory leak: s [memleak]
etw-3.6+svn162.orig/etw/teamsetup.c:886:13: error: Memory leak: s [memleak]
etw-3.6+svn162.orig/etw/utility.c:836:13: style: Variable 's->Possesso' is reassigned a value before the old one has been used. [redundantAssignment]
etw-3.6+svn162.orig/etw/utility.c:834:13: note: Variable 's->Possesso' is reassigned a value before the old one has been used.
etw-3.6+svn162.orig/etw/utility.c:836:13: note: Variable 's->Possesso' is reassigned a value before the old one has been used.
etw-3.6+svn162.orig/etw/utility.c:846:9: style: Variable 's->Possesso' is reassigned a value before the old one has been used. [redundantAssignment]
etw-3.6+svn162.orig/etw/utility.c:844:9: note: Variable 's->Possesso' is reassigned a value before the old one has been used.
etw-3.6+svn162.orig/etw/utility.c:846:9: note: Variable 's->Possesso' is reassigned a value before the old one has been used.
etw-3.6+svn162.orig/etw/utility.c:701:26: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
etw-3.6+svn162.orig/etw/utility.c:723:26: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
etw-3.6+svn162.orig/etw/utility.c:742:21: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
etw-3.6+svn162.orig/etw/utility.c:773:22: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
etw-3.6+svn162.orig/etw/wc.c:178:15: style: The scope of the variable 'best' can be reduced. [variableScope]
etw-3.6+svn162.orig/etw/wc.c:340:10: style: The scope of the variable 'buffer' can be reduced. [variableScope]
etw-3.6+svn162.orig/etw/wc.c:381:9: error: Write operation on a file that was opened only for reading. [writeReadOnlyFile]
etw-3.6+svn162.orig/etw/wc.c:389:13: error: Write operation on a file that was opened only for reading. [writeReadOnlyFile]
etw-3.6+svn162.orig/server/server.c:254:7: warning: %ld in format string (no. 4) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
etw-3.6+svn162.orig/server/server.c:291:45: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
etw-3.6+svn162.orig/server/server.c:295:49: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
etw-3.6+svn162.orig/server/server.c:295:49: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
etw-3.6+svn162.orig/server/server.c:295:49: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
etw-3.6+svn162.orig/server/server.c:295:49: warning: %ld in format string (no. 4) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
etw-3.6+svn162.orig/server/server.c:451:3: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
etw-3.6+svn162.orig/server/server.c:279:29: style: The scope of the variable 'i' can be reduced. [variableScope]
etw-3.6+svn162.orig/server/server.c:279:31: style: The scope of the variable 'j' can be reduced. [variableScope]
etw-3.6+svn162.orig/server/server.c:522:6: style: The scope of the variable 'max_socket' can be reduced. [variableScope]
etw-3.6+svn162.orig/server/server.c:525:9: style: The scope of the variable 'nowtime' can be reduced. [variableScope]
etw-3.6+svn162.orig/tools/gfx2bmp.c:165:5: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
etw-3.6+svn162.orig/tools/gfx2bmp.c:165:5: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
etw-3.6+svn162.orig/tools/gfx2bmp.c:165:5: warning: %ld in format string (no. 4) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
[19:02]

ftp://ftp.se.debian.org/debian/pool/main/e/euca2ools/euca2ools_3.3.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/eukleides/eukleides_1.5.4.orig.tar.gz
eukleides-1.5.4.orig/src/common/conic.c:97:12: style: The scope of the variable 'c' can be reduced. [variableScope]
eukleides-1.5.4.orig/src/common/conic.c:97:15: style: The scope of the variable 's' can be reduced. [variableScope]
eukleides-1.5.4.orig/src/common/conic.c:97:18: style: The scope of the variable 'f' can be reduced. [variableScope]
eukleides-1.5.4.orig/src/common/conic.c:126:24: style: The scope of the variable 'f' can be reduced. [variableScope]
eukleides-1.5.4.orig/src/common/conic.c:126:27: style: The scope of the variable 'h' can be reduced. [variableScope]
eukleides-1.5.4.orig/src/common/core.c:242:26: portability: 'mem.first' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eukleides-1.5.4.orig/src/common/core.c:258:23: portability: 'mem.first' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eukleides-1.5.4.orig/src/common/core.c:261:14: portability: 'mem.last' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eukleides-1.5.4.orig/src/common/core.c:269:26: portability: 'mem.first' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eukleides-1.5.4.orig/src/common/interactive.c:32:11: style: The scope of the variable 'c' can be reduced. [variableScope]
eukleides-1.5.4.orig/src/common/intersection.c:90:11: style: The scope of the variable 'val' can be reduced. [variableScope]
eukleides-1.5.4.orig/src/common/intersection.c:91:15: style: The scope of the variable 'f' can be reduced. [variableScope]
eukleides-1.5.4.orig/src/common/intersection.c:91:18: style: The scope of the variable 'g' can be reduced. [variableScope]
eukleides-1.5.4.orig/src/common/intersection.c:334:15: style: The scope of the variable 'f' can be reduced. [variableScope]
eukleides-1.5.4.orig/src/common/intersection.c:334:18: style: The scope of the variable 'x' can be reduced. [variableScope]
eukleides-1.5.4.orig/src/common/intersection.c:334:21: style: The scope of the variable 'y' can be reduced. [variableScope]
eukleides-1.5.4.orig/src/common/intersection.c:334:24: style: The scope of the variable 'u' can be reduced. [variableScope]
eukleides-1.5.4.orig/src/common/intersection.c:334:27: style: The scope of the variable 'v' can be reduced. [variableScope]
eukleides-1.5.4.orig/src/common/intersection.c:335:9: style: The scope of the variable 'n' can be reduced. [variableScope]
eukleides-1.5.4.orig/src/common/io.c:181:10: style: The scope of the variable 'c' can be reduced. [variableScope]
eukleides-1.5.4.orig/src/common/io.c:194:34: warning: Storing getc() return value in char variable and then comparing with EOF. [checkCastIntToCharAndBack]
eukleides-1.5.4.orig/src/common/line.c:249:31: style: The scope of the variable 'b1' can be reduced. [variableScope]
eukleides-1.5.4.orig/src/common/line.c:249:35: style: The scope of the variable 'b2' can be reduced. [variableScope]
eukleides-1.5.4.orig/src/common/line.c:249:39: style: The scope of the variable 'a' can be reduced. [variableScope]
eukleides-1.5.4.orig/src/common/quadrilateral.c:77:15: style: The scope of the variable 'b' can be reduced. [variableScope]
eukleides-1.5.4.orig/src/common/quadrilateral.c:125:12: style: The scope of the variable 'b' can be reduced. [variableScope]
eukleides-1.5.4.orig/src/common/quadrilateral.c:141:12: style: The scope of the variable 'b' can be reduced. [variableScope]
eukleides-1.5.4.orig/src/common/set.c:195:18: style: The scope of the variable 'x' can be reduced. [variableScope]
eukleides-1.5.4.orig/src/common/set.c:195:21: style: The scope of the variable 'y' can be reduced. [variableScope]
eukleides-1.5.4.orig/src/common/set.c:195:24: style: The scope of the variable 'p' can be reduced. [variableScope]
eukleides-1.5.4.orig/src/common/set.c:235:21: style: The scope of the variable 'x' can be reduced. [variableScope]
eukleides-1.5.4.orig/src/common/set.c:235:24: style: The scope of the variable 'y' can be reduced. [variableScope]
eukleides-1.5.4.orig/src/common/set.c:344:12: style: The scope of the variable 'a' can be reduced. [variableScope]
eukleides-1.5.4.orig/src/common/symbol.c:87:27: style: The scope of the variable 'tmp' can be reduced. [variableScope]
eukleides-1.5.4.orig/src/common/triangle.c:70:12: style: The scope of the variable 't' can be reduced. [variableScope]
eukleides-1.5.4.orig/src/common/triangle.c:84:29: style: The scope of the variable 's' can be reduced. [variableScope]
eukleides-1.5.4.orig/src/common/triangle.c:115:12: style: The scope of the variable 't' can be reduced. [variableScope]
eukleides-1.5.4.orig/src/common/triangle.c:141:12: style: The scope of the variable 't' can be reduced. [variableScope]
eukleides-1.5.4.orig/src/common/triangle.c:160:12: style: The scope of the variable 't' can be reduced. [variableScope]
eukleides-1.5.4.orig/src/common/triangle.c:184:12: style: The scope of the variable 't' can be reduced. [variableScope]
eukleides-1.5.4.orig/src/common/triangle.c:199:12: style: The scope of the variable 't' can be reduced. [variableScope]
eukleides-1.5.4.orig/src/common/triangle.c:215:12: style: The scope of the variable 't' can be reduced. [variableScope]
eukleides-1.5.4.orig/src/common/triangle.c:233:12: style: The scope of the variable 't' can be reduced. [variableScope]
eukleides-1.5.4.orig/src/common/triangle.c:250:12: style: The scope of the variable 't' can be reduced. [variableScope]
eukleides-1.5.4.orig/src/eukleides/draw.c:320:18: style: The scope of the variable 'd' can be reduced. [variableScope]
eukleides-1.5.4.orig/src/eukleides/draw.c:671:15: style: The scope of the variable 'd' can be reduced. [variableScope]
eukleides-1.5.4.orig/src/eukleides/draw.c:167:14: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
eukleides-1.5.4.orig/src/eukleides/draw.c:193:14: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
eukleides-1.5.4.orig/src/eukleides/draw.c:210:14: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
eukleides-1.5.4.orig/src/eukleides/draw.c:237:14: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
eukleides-1.5.4.orig/src/eukleides/draw.c:399:14: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
eukleides-1.5.4.orig/src/eukleides/draw.c:414:14: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
eukleides-1.5.4.orig/src/eukleides/draw.c:431:14: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
[19:02]

ftp://ftp.se.debian.org/debian/pool/main/e/euler/euler_1.61.0.orig.tar.gz
euler-1.61.0/src/binary.c:236:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/binary.c:329:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/binary.c:352:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/binary.c:375:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/binary.c:411:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/binary.c:244:8: style: The scope of the variable 'p' can be reduced. [variableScope]
euler-1.61.0/src/binary.c:266:9: style: The scope of the variable 'p' can be reduced. [variableScope]
euler-1.61.0/src/binary.c:288:8: style: The scope of the variable 'p' can be reduced. [variableScope]
euler-1.61.0/src/command.c:103:11: style: The scope of the variable 'hd' can be reduced. [variableScope]
euler-1.61.0/src/command.c:105:21: style: The scope of the variable 'fn' can be reduced. [variableScope]
euler-1.61.0/src/command.c:163:8: style: The scope of the variable 'name' can be reduced. [variableScope]
euler-1.61.0/src/command.c:209:10: style: The scope of the variable 'hd' can be reduced. [variableScope]
euler-1.61.0/src/command.c:210:6: style: The scope of the variable 'r' can be reduced. [variableScope]
euler-1.61.0/src/command.c:424:11: style: The scope of the variable 'hd' can be reduced. [variableScope]
euler-1.61.0/src/command.c:480:11: style: The scope of the variable 'hd' can be reduced. [variableScope]
euler-1.61.0/src/command.c:574:16: style: The scope of the variable 'a' can be reduced. [variableScope]
euler-1.61.0/src/command.c:609:12: style: The scope of the variable 'i' can be reduced. [variableScope]
euler-1.61.0/src/command.c:610:11: style: The scope of the variable 'end' can be reduced. [variableScope]
euler-1.61.0/src/dll.c:3:0: error: Code 'classLib{' is invalid C code. Use --std or --language to configure the language. [syntaxError]
euler-1.61.0/src/edit.c:32:7: style: The scope of the variable 'ch' can be reduced. [variableScope]
euler-1.61.0/src/express.c:70:5: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/express.c:71:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/express.c:72:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/express.c:97:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/express.c:98:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/express.c:99:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/express.c:123:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/express.c:124:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/express.c:125:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/express.c:150:5: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/express.c:151:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/express.c:152:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/express.c:176:5: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/express.c:177:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/express.c:178:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/express.c:203:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/express.c:204:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/express.c:205:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/express.c:229:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/express.c:230:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/express.c:231:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/express.c:440:5: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
euler-1.61.0/src/express.c:441:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/express.c:457:14: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
euler-1.61.0/src/express.c:469:11: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
euler-1.61.0/src/express.c:470:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/express.c:482:14: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
euler-1.61.0/src/express.c:494:11: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
euler-1.61.0/src/express.c:495:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/express.c:511:28: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/express.c:527:30: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/express.c:539:28: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/express.c:553:28: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/express.c:579:10: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
euler-1.61.0/src/express.c:624:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/express.c:376:15: style: The scope of the variable 'result' can be reduced. [variableScope]
euler-1.61.0/src/express.c:784:32: style: The scope of the variable 'hd1' can be reduced. [variableScope]
euler-1.61.0/src/express.c:821:32: style: The scope of the variable 'hd1' can be reduced. [variableScope]
euler-1.61.0/src/express.c:844:37: style: The scope of the variable 'hd2' can be reduced. [variableScope]
euler-1.61.0/src/express.c:987:36: style: The scope of the variable 'hd' can be reduced. [variableScope]
euler-1.61.0/src/express.c:987:45: style: The scope of the variable 'marker' can be reduced. [variableScope]
euler-1.61.0/src/express.c:988:4: style: The scope of the variable 'endresults' can be reduced. [variableScope]
euler-1.61.0/src/express.c:989:6: style: The scope of the variable 'oldnosubmref' can be reduced. [variableScope]
euler-1.61.0/src/express.c:990:16: style: The scope of the variable 'size' can be reduced. [variableScope]
euler-1.61.0/src/express.c:990:21: style: The scope of the variable 'hd1size' can be reduced. [variableScope]
euler-1.61.0/src/feval.c:173:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/feval.c:307:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/feval.c:333:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/feval.c:348:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/feval.c:358:5: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/feval.c:459:9: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/feval.c:479:5: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/feval.c:665:9: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/feval.c:684:5: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/feval.c:21:15: style: The scope of the variable 'hdudf' can be reduced. [variableScope]
euler-1.61.0/src/feval.c:49:23: style: The scope of the variable 'fu' can be reduced. [variableScope]
euler-1.61.0/src/feval.c:49:41: style: The scope of the variable 'tol1' can be reduced. [variableScope]
euler-1.61.0/src/feval.c:49:46: style: The scope of the variable 'tol2' can be reduced. [variableScope]
euler-1.61.0/src/feval.c:49:59: style: The scope of the variable 'xm' can be reduced. [variableScope]
euler-1.61.0/src/feval.c:108:39: style: The scope of the variable 'h' can be reduced. [variableScope]
euler-1.61.0/src/feval.c:109:24: style: The scope of the variable 'y2' can be reduced. [variableScope]
euler-1.61.0/src/feval.c:169:15: style: The scope of the variable 'hdudf' can be reduced. [variableScope]
euler-1.61.0/src/feval.c:548:9: style: The scope of the variable 'errmax' can be reduced. [variableScope]
euler-1.61.0/src/fft.c:42:5: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/fft.c:43:10: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
euler-1.61.0/src/fft.c:78:5: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/fft.c:79:10: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
euler-1.61.0/src/fft.c:111:10: style: The scope of the variable 'ml' can be reduced. [variableScope]
euler-1.61.0/src/fft.c:112:6: style: The scope of the variable 'found' can be reduced. [variableScope]
euler-1.61.0/src/fft.c:183:25: style: The scope of the variable 'i2rev' can be reduced. [variableScope]
euler-1.61.0/src/fft.c:183:37: style: The scope of the variable 'ip1' can be reduced. [variableScope]
euler-1.61.0/src/fft.c:183:41: style: The scope of the variable 'ip2' can be reduced. [variableScope]
euler-1.61.0/src/fft.c:183:45: style: The scope of the variable 'ip3' can be reduced. [variableScope]
euler-1.61.0/src/fft.c:183:49: style: The scope of the variable 'ifp1' can be reduced. [variableScope]
euler-1.61.0/src/fft.c:184:27: style: The scope of the variable 'n' can be reduced. [variableScope]
euler-1.61.0/src/fft.c:184:35: style: The scope of the variable 'nrem' can be reduced. [variableScope]
euler-1.61.0/src/funcs.c:452:6: warning: Either the condition 'hd1' is redundant or there is possible null pointer dereference: hd1. [nullPointerRedundantCheck]
euler-1.61.0/src/funcs.c:451:6: note: Assuming that condition 'hd1' is not redundant
euler-1.61.0/src/funcs.c:452:6: note: Null pointer dereference
euler-1.61.0/src/funcs.c:1161:6: warning: Either the condition 'hd1' is redundant or there is possible null pointer dereference: hd1. [nullPointerRedundantCheck]
euler-1.61.0/src/funcs.c:1155:6: note: Assuming that condition 'hd1' is not redundant
euler-1.61.0/src/funcs.c:1161:6: note: Null pointer dereference
euler-1.61.0/src/funcs.c:1241:6: warning: Either the condition 'hd1' is redundant or there is possible null pointer dereference: hd1. [nullPointerRedundantCheck]
euler-1.61.0/src/funcs.c:1240:6: note: Assuming that condition 'hd1' is not redundant
euler-1.61.0/src/funcs.c:1241:6: note: Null pointer dereference
euler-1.61.0/src/funcs.c:836:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/funcs.c:951:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/funcs.c:957:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/funcs.c:970:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/funcs.c:976:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/funcs.c:1224:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/funcs.c:1248:5: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/funcs.c:1249:5: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/funcs.c:1270:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/funcs.c:1283:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/funcs.c:1307:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/funcs.c:1320:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/funcs.c:611:20: style: The scope of the variable 'hd1' can be reduced. [variableScope]
euler-1.61.0/src/funcs.c:611:25: style: The scope of the variable 'result' can be reduced. [variableScope]
euler-1.61.0/src/funcs.c:636:20: style: The scope of the variable 'hd1' can be reduced. [variableScope]
euler-1.61.0/src/funcs.c:636:25: style: The scope of the variable 'result' can be reduced. [variableScope]
euler-1.61.0/src/funcs.c:660:20: style: The scope of the variable 'hd1' can be reduced. [variableScope]
euler-1.61.0/src/funcs.c:660:25: style: The scope of the variable 'result' can be reduced. [variableScope]
euler-1.61.0/src/funcs.c:685:20: style: The scope of the variable 'hd1' can be reduced. [variableScope]
euler-1.61.0/src/funcs.c:685:25: style: The scope of the variable 'result' can be reduced. [variableScope]
euler-1.61.0/src/funcs.c:710:20: style: The scope of the variable 'hd1' can be reduced. [variableScope]
euler-1.61.0/src/funcs.c:710:25: style: The scope of the variable 'result' can be reduced. [variableScope]
euler-1.61.0/src/funcs.c:739:20: style: The scope of the variable 'hd1' can be reduced. [variableScope]
euler-1.61.0/src/funcs.c:739:25: style: The scope of the variable 'result' can be reduced. [variableScope]
euler-1.61.0/src/funcs.c:828:13: style: The scope of the variable 'mr' can be reduced. [variableScope]
euler-1.61.0/src/funcs.c:829:7: style: The scope of the variable 'i' can be reduced. [variableScope]
euler-1.61.0/src/funcs.c:829:9: style: The scope of the variable 'n' can be reduced. [variableScope]
euler-1.61.0/src/funcs.c:965:12: style: The scope of the variable 'r1' can be reduced. [variableScope]
euler-1.61.0/src/funcs.c:1018:10: style: The scope of the variable 'i' can be reduced. [variableScope]
euler-1.61.0/src/funcs.c:1018:16: style: The scope of the variable 'k' can be reduced. [variableScope]
euler-1.61.0/src/funcs.c:1019:9: style: The scope of the variable 'res' can be reduced. [variableScope]
euler-1.61.0/src/funcs.c:1035:10: style: The scope of the variable 'i' can be reduced. [variableScope]
euler-1.61.0/src/funcs.c:1035:16: style: The scope of the variable 'k' can be reduced. [variableScope]
euler-1.61.0/src/funcs.c:1036:9: style: The scope of the variable 'res' can be reduced. [variableScope]
euler-1.61.0/src/funcs.c:1264:9: style: The scope of the variable 'x' can be reduced. [variableScope]
euler-1.61.0/src/funcs.c:1301:9: style: The scope of the variable 'x' can be reduced. [variableScope]
euler-1.61.0/src/funcs.c:1555:10: style: Checking if unsigned variable 'size' is less than zero. [unsignedLessThanZero]
euler-1.61.0/src/funcs.c:1579:10: style: Checking if unsigned variable 'size' is less than zero. [unsignedLessThanZero]
euler-1.61.0/src/funcs.c:1530:9: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
euler-1.61.0/src/funcs.c:1041:7: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
euler-1.61.0/src/graphics.c:129:7: warning: Either the condition 'hd1' is redundant or there is possible null pointer dereference: hd1. [nullPointerRedundantCheck]
euler-1.61.0/src/graphics.c:128:7: note: Assuming that condition 'hd1' is not redundant
euler-1.61.0/src/graphics.c:129:7: note: Null pointer dereference
euler-1.61.0/src/graphics.c:154:7: warning: Either the condition 'hd1' is redundant or there is possible null pointer dereference: hd1. [nullPointerRedundantCheck]
euler-1.61.0/src/graphics.c:153:7: note: Assuming that condition 'hd1' is not redundant
euler-1.61.0/src/graphics.c:154:7: note: Null pointer dereference
euler-1.61.0/src/graphics.c:207:6: warning: Either the condition 'hd1' is redundant or there is possible null pointer dereference: hd1. [nullPointerRedundantCheck]
euler-1.61.0/src/graphics.c:206:6: note: Assuming that condition 'hd1' is not redundant
euler-1.61.0/src/graphics.c:207:6: note: Null pointer dereference
euler-1.61.0/src/graphics.c:136:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/graphics.c:183:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/graphics.c:194:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/graphics.c:212:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/graphics.c:257:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/graphics.c:258:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/graphics.c:323:3: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/graphics.c:375:3: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/graphics.c:422:5: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/graphics.c:425:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/graphics.c:426:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/graphics.c:474:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/graphics.c:475:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/graphics.c:552:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/graphics.c:553:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/graphics.c:554:14: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/graphics.c:658:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/graphics.c:659:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/graphics.c:739:5: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/graphics.c:744:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/graphics.c:745:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/graphics.c:944:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/graphics.c:958:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/graphics.c:977:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/graphics.c:982:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/graphics.c:1000:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/graphics.c:1015:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/graphics.c:1058:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/graphics.c:1059:20: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/graphics.c:1063:3: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/graphics.c:1276:14: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/graphics.c:1304:15: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/graphics.c:1332:16: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/graphics.c:1357:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/graphics.c:1388:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/graphics.c:1390:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/graphics.c:1473:3: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/graphics.c:1474:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/graphics.c:1486:5: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/graphics.c:1500:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/graphics.c:1508:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/graphics.c:1518:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/graphics.c:60:10: style: The scope of the variable 'c0' can be reduced. [variableScope]
euler-1.61.0/src/graphics.c:60:13: style: The scope of the variable 'r0' can be reduced. [variableScope]
euler-1.61.0/src/graphics.c:60:16: style: The scope of the variable 'c1' can be reduced. [variableScope]
euler-1.61.0/src/graphics.c:60:19: style: The scope of the variable 'r1' can be reduced. [variableScope]
euler-1.61.0/src/graphics.c:61:6: style: The scope of the variable 'i' can be reduced. [variableScope]
euler-1.61.0/src/graphics.c:79:15: style: The scope of the variable 'h' can be reduced. [variableScope]
euler-1.61.0/src/graphics.c:143:15: style: The scope of the variable 'h' can be reduced. [variableScope]
euler-1.61.0/src/graphics.c:807:10: style: The scope of the variable 'f1' can be reduced. [variableScope]
euler-1.61.0/src/graphics.c:807:13: style: The scope of the variable 'f2' can be reduced. [variableScope]
euler-1.61.0/src/graphics.c:832:9: style: The scope of the variable 'val' can be reduced. [variableScope]
euler-1.61.0/src/graphics.c:889:12: style: The scope of the variable 'x' can be reduced. [variableScope]
euler-1.61.0/src/graphics.c:1478:11: style: The scope of the variable 'result' can be reduced. [variableScope]
euler-1.61.0/src/graphics.c:1480:10: style: The scope of the variable 'm' can be reduced. [variableScope]
euler-1.61.0/src/help.c:56:10: warning: Possible null pointer dereference: hend [nullPointer]
euler-1.61.0/src/help.c:36:24: note: Assignment 'hend=0', assigned value is 0
euler-1.61.0/src/help.c:56:10: note: Null pointer dereference
euler-1.61.0/src/help.c:74:5: warning: Possible null pointer dereference: lastitem [nullPointer]
euler-1.61.0/src/help.c:64:21: note: Assignment 'lastitem=0', assigned value is 0
euler-1.61.0/src/help.c:74:5: note: Null pointer dereference
euler-1.61.0/src/help.c:102:15: style: The scope of the variable 'p' can be reduced. [variableScope]
euler-1.61.0/src/help.c:62:22: style: Function 'loadhelp' argument 1 names different: declaration 'name' definition 'filename'. [funcArgNamesDifferent]
euler-1.61.0/src/help.h:13:22: note: Function 'loadhelp' argument 1 names different: declaration 'name' definition 'filename'.
euler-1.61.0/src/help.c:62:22: note: Function 'loadhelp' argument 1 names different: declaration 'name' definition 'filename'.
euler-1.61.0/src/import.cpp:6:8: style: The scope of the variable 'in' can be reduced. [variableScope]
euler-1.61.0/src/import.cpp:6:12: style: The scope of the variable 'out' can be reduced. [variableScope]
euler-1.61.0/src/interval.c:555:31: error: Array 'x[2]' accessed at index 2, which is out of bounds. [arrayIndexOutOfBounds]
euler-1.61.0/src/interval.c:157:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/interval.c:158:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/interval.c:175:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/interval.c:176:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/interval.c:192:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/interval.c:193:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/interval.c:194:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/interval.c:227:5: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/interval.c:228:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/interval.c:515:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/interval.c:580:23: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
euler-1.61.0/src/interval.c:599:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/interval.c:749:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/interval.c:765:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/interval.c:572:16: style: The scope of the variable 'j0' can be reduced. [variableScope]
euler-1.61.0/src/interval.c:573:12: style: The scope of the variable 'piv' can be reduced. [variableScope]
euler-1.61.0/src/interval.c:439:10: style: Function 'iintersects' argument 5 names different: declaration 'ar' definition 'z'. [funcArgNamesDifferent]
euler-1.61.0/src/interval.h:51:10: note: Function 'iintersects' argument 5 names different: declaration 'ar' definition 'z'.
euler-1.61.0/src/interval.c:439:10: note: Function 'iintersects' argument 5 names different: declaration 'ar' definition 'z'.
euler-1.61.0/src/interval.c:656:44: style: Function 'i_solvesim' argument 3 names different: declaration 'b' definition 'rs'. [funcArgNamesDifferent]
euler-1.61.0/src/interval.h:60:44: note: Function 'i_solvesim' argument 3 names different: declaration 'b' definition 'rs'.
euler-1.61.0/src/interval.c:656:44: note: Function 'i_solvesim' argument 3 names different: declaration 'b' definition 'rs'.
euler-1.61.0/src/interval.c:656:63: style: Function 'i_solvesim' argument 5 names different: declaration 'c' definition 'res'. [funcArgNamesDifferent]
euler-1.61.0/src/interval.h:60:62: note: Function 'i_solvesim' argument 5 names different: declaration 'c' definition 'res'.
euler-1.61.0/src/interval.c:656:63: note: Function 'i_solvesim' argument 5 names different: declaration 'c' definition 'res'.
euler-1.61.0/src/linear.c:296:8: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
euler-1.61.0/src/linear.c:294:7: note: outer condition: luflag
euler-1.61.0/src/linear.c:296:8: note: identical inner condition: luflag
euler-1.61.0/src/linear.c:36:5: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/linear.c:38:11: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
euler-1.61.0/src/linear.c:247:23: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
euler-1.61.0/src/linear.c:452:22: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/linear.c:467:24: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/linear.c:482:24: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/linear.c:498:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/linear.c:499:11: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
euler-1.61.0/src/linear.c:504:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/linear.c:509:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/linear.c:522:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/linear.c:523:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
euler-1.61.0/src/linear.c:529:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/linear.c:534:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/linear.c:565:22: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/linear.c:580:23: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/linear.c:699:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/linear.c:702:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/linear.c:710:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/linear.c:713:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/linear.c:785:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/linear.c:787:17: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/linear.c:794:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/linear.c:796:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/linear.c:840:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/linear.c:841:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/linear.c:852:5: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/linear.c:1004:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/linear.c:1007:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/linear.c:1008:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/linear.c:1009:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/linear.c:1010:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/linear.c:1011:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/linear.c:1012:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/linear.c:1017:28: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/linear.c:1238:10: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
euler-1.61.0/src/linear.c:1238:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/linear.c:1241:28: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/linear.c:1243:28: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/linear.c:1244:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/linear.c:1331:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/linear.c:1333:15: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/linear.c:1334:3: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/linear.c:1351:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/linear.c:1352:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/linear.c:1354:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
euler-1.61.0/src/linear.c:30:16: style: The scope of the variable 'j0' can be reduced. [variableScope]
euler-1.61.0/src/linear.c:31:12: style: The scope of the variable 'piv' can be reduced. [variableScope]
euler-1.61.0/src/linear.c:239:16: style: The scope of the variable 'j0' can be reduced. [variableScope]
euler-1.61.0/src/linear.c:240:9: style: The scope of the variable 'piv' can be reduced. [variableScope]
euler-1.61.0/src/linear.c:598:13: style: The scope of the variable 'maxi' can be reduced. [variableScope]
euler-1.61.0/src/linear.c:599:10: style: The scope of the variable 'ipiv' can be reduced. [variableScope]
euler-1.61.0/src/linear.c:599:18: style: The scope of the variable 'jk' can be reduced. [variableScope]
euler-1.61.0/src/linear.c:644:9: style: The scope of the variable 'maxi' can be reduced. [variableScope]
euler-1.61.0/src/linear.c:645:10: style: The scope of the variable 'ipiv' can be reduced. [variableScope]
euler-1.61.0/src/linear.c:645:18: style: The scope of the variable 'jk' can be reduced. [variableScope]
euler-1.61.0/src/linear.c:832:12: style: The scope of the variable 'max' can be reduced. [variableScope]
euler-1.61.0/src/linear.c:870:9: style: The scope of the variable 'mi' can be reduced. [variableScope]
euler-1.61.0/src/linear.c:1171:0: error: Memory leak: rv1 [memleak]
euler-1.61.0/src/main.c:323:6: style: The scope of the variable 'h' can be reduced. [variableScope]
euler-1.61.0/src/main.c:384:17: style: The scope of the variable 'entry' can be reduced. [variableScope]
euler-1.61.0/src/main.c:1066:8: style: The scope of the variable 'text' can be reduced. [variableScope]
euler-1.61.0/src/main.c:1498:17: style: The scope of the variable 'last_pos' can be reduced. [variableScope]
euler-1.61.0/src/main.c:1512:8: style: The scope of the variable 'text' can be reduced. [variableScope]
euler-1.61.0/src/main.c:1585:6: style: The scope of the variable 'length' can be reduced. [variableScope]
euler-1.61.0/src/main.c:2077:9: style: The scope of the variable 'uri' can be reduced. [variableScope]
euler-1.61.0/src/main.c:2597:30: style: The scope of the variable 'demoactions' can be reduced. [variableScope]
euler-1.61.0/src/main.c:2608:18: style: The scope of the variable 'i' can be reduced. [variableScope]
euler-1.61.0/src/main.c:1167:16: style: Variable 'dialog_vbox' is assigned a value that is never used. [unreadVariable]
euler-1.61.0/src/main.c:1817:26: style: Variable 'tmp_toolbar_icon_size' is assigned a value that is never used. [unreadVariable]
euler-1.61.0/src/mainloop.c:93:6: style: The scope of the variable 'comn' can be reduced. [variableScope]
euler-1.61.0/src/mainloop.c:130:42: style: The scope of the variable 'v' can be reduced. [variableScope]
euler-1.61.0/src/mainloop.c:130:45: style: The scope of the variable 'mark' can be reduced. [variableScope]
euler-1.61.0/src/mainloop.c:131:6: style: The scope of the variable 'rscount' can be reduced. [variableScope]
euler-1.61.0/src/mainloop.c:131:14: style: The scope of the variable 'varcount' can be reduced. [variableScope]
euler-1.61.0/src/mainloop.c:131:23: style: The scope of the variable 'i' can be reduced. [variableScope]
euler-1.61.0/src/mainloop.c:131:25: style: The scope of the variable 'j' can be reduced. [variableScope]
euler-1.61.0/src/mainloop.c:132:16: style: The scope of the variable 'offset' can be reduced. [variableScope]
euler-1.61.0/src/mainloop.c:132:23: style: The scope of the variable 'oldoffset' can be reduced. [variableScope]
euler-1.61.0/src/mainloop.c:132:33: style: The scope of the variable 'dif' can be reduced. [variableScope]
euler-1.61.0/src/mainloop.c:133:8: style: The scope of the variable 'oldendlocal' can be reduced. [variableScope]
euler-1.61.0/src/matrix.c:860:10: style: Expression is always false because 'else if' condition matches previous condition at line 842. [multiCondition]
euler-1.61.0/src/matrix.c:343:6: warning: Either the condition 'hd1' is redundant or there is possible null pointer dereference: hd1. [nullPointerRedundantCheck]
euler-1.61.0/src/matrix.c:339:26: note: Assuming that condition 'hd1' is not redundant
euler-1.61.0/src/matrix.c:343:6: note: Null pointer dereference
euler-1.61.0/src/matrix.c:345:6: warning: Either the condition 'hd2' is redundant or there is possible null pointer dereference: hd2. [nullPointerRedundantCheck]
euler-1.61.0/src/matrix.c:341:6: note: Assuming that condition 'hd2' is not redundant
euler-1.61.0/src/matrix.c:345:6: note: Null pointer dereference
euler-1.61.0/src/matrix.c:408:6: warning: Either the condition 'hd1' is redundant or there is possible null pointer dereference: hd1. [nullPointerRedundantCheck]
euler-1.61.0/src/matrix.c:404:26: note: Assuming that condition 'hd1' is not redundant
euler-1.61.0/src/matrix.c:408:6: note: Null pointer dereference
euler-1.61.0/src/matrix.c:461:6: warning: Either the condition 'hd1' is redundant or there is possible null pointer dereference: hd1. [nullPointerRedundantCheck]
euler-1.61.0/src/matrix.c:459:23: note: Assuming that condition 'hd1' is not redundant
euler-1.61.0/src/matrix.c:461:6: note: Null pointer dereference
euler-1.61.0/src/matrix.c:69:3: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:70:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:126:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:137:11: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
euler-1.61.0/src/matrix.c:137:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:140:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:146:11: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
euler-1.61.0/src/matrix.c:146:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:149:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:166:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:177:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:189:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:201:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:242:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:269:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:276:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:297:8: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:302:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:316:8: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:321:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:335:8: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:347:5: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:352:5: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:362:5: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:367:5: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:378:5: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:383:5: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:424:5: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:425:11: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
euler-1.61.0/src/matrix.c:437:5: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:438:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
euler-1.61.0/src/matrix.c:441:5: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:466:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:477:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:507:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:517:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:543:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:546:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
euler-1.61.0/src/matrix.c:553:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:561:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:568:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:571:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
euler-1.61.0/src/matrix.c:578:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:586:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:593:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:596:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
euler-1.61.0/src/matrix.c:603:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:611:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:634:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:645:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:657:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:685:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:695:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:705:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:727:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:737:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:750:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:774:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:789:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:813:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:828:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:847:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:865:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:893:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:903:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:915:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:939:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:942:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
euler-1.61.0/src/matrix.c:949:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:952:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
euler-1.61.0/src/matrix.c:959:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:962:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
euler-1.61.0/src/matrix.c:981:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:992:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:1005:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:1030:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:1041:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:1054:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:1079:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:1090:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:1103:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:1128:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:1139:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:1152:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:1183:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
euler-1.61.0/src/matrix.c:1183:21: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:1186:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
euler-1.61.0/src/matrix.c:1186:20: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:1187:5: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
euler-1.61.0/src/matrix.c:1209:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
euler-1.61.0/src/matrix.c:1209:21: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:1212:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
euler-1.61.0/src/matrix.c:1212:20: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:1213:5: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
euler-1.61.0/src/matrix.c:1230:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
euler-1.61.0/src/matrix.c:1230:21: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:1233:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
euler-1.61.0/src/matrix.c:1233:20: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:1234:5: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
euler-1.61.0/src/matrix.c:1266:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:1268:24: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
euler-1.61.0/src/matrix.c:1269:6: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
euler-1.61.0/src/matrix.c:1270:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
euler-1.61.0/src/matrix.c:1271:6: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
euler-1.61.0/src/matrix.c:1292:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:1294:24: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
euler-1.61.0/src/matrix.c:1295:6: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
euler-1.61.0/src/matrix.c:1296:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
euler-1.61.0/src/matrix.c:1297:6: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
euler-1.61.0/src/matrix.c:1313:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:1315:24: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
euler-1.61.0/src/matrix.c:1316:6: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
euler-1.61.0/src/matrix.c:1317:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
euler-1.61.0/src/matrix.c:1318:6: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
euler-1.61.0/src/matrix.c:1364:5: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:1383:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:1429:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:1469:5: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:1470:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:1471:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:1495:5: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:1496:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:1497:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:1523:5: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:1524:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:1525:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:1551:5: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:1552:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:1553:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:1592:5: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:1593:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:1594:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:1619:5: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:1620:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:1621:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:1648:5: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:1649:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:1650:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:1677:5: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:1678:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:1679:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/matrix.c:36:26: style: The scope of the variable 'hd1' can be reduced. [variableScope]
euler-1.61.0/src/matrix.c:253:7: style: The scope of the variable 'i' can be reduced. [variableScope]
euler-1.61.0/src/matrix.c:253:9: style: The scope of the variable 'n' can be reduced. [variableScope]
euler-1.61.0/src/matrix.c:254:9: style: The scope of the variable 'x' can be reduced. [variableScope]
euler-1.61.0/src/matrix.c:254:11: style: The scope of the variable 'xi' can be reduced. [variableScope]
euler-1.61.0/src/matrix.c:255:13: style: The scope of the variable 'mr' can be reduced. [variableScope]
euler-1.61.0/src/matrix.c:256:10: style: The scope of the variable 'c1' can be reduced. [variableScope]
euler-1.61.0/src/matrix.c:256:13: style: The scope of the variable 'r1' can be reduced. [variableScope]
euler-1.61.0/src/matrix.c:766:16: style: The scope of the variable 'sum' can be reduced. [variableScope]
euler-1.61.0/src/matrix.c:1377:9: style: The scope of the variable 'x' can be reduced. [variableScope]
euler-1.61.0/src/matrix.c:1377:15: style: The scope of the variable 'mr' can be reduced. [variableScope]
euler-1.61.0/src/matrix.c:1377:18: style: The scope of the variable 'min' can be reduced. [variableScope]
euler-1.61.0/src/matrix.c:1377:22: style: The scope of the variable 'max' can be reduced. [variableScope]
euler-1.61.0/src/matrix.c:1378:10: style: The scope of the variable 'i' can be reduced. [variableScope]
euler-1.61.0/src/matrix.c:1378:12: style: The scope of the variable 'j' can be reduced. [variableScope]
euler-1.61.0/src/matrix.c:1378:14: style: The scope of the variable 'imin' can be reduced. [variableScope]
euler-1.61.0/src/matrix.c:1378:19: style: The scope of the variable 'imax' can be reduced. [variableScope]
euler-1.61.0/src/meta.c:127:27: style: Function 'setmetacharwidth' argument 1 names different: declaration 'width' definition 'w'. [funcArgNamesDifferent]
euler-1.61.0/src/meta.h:78:29: note: Function 'setmetacharwidth' argument 1 names different: declaration 'width' definition 'w'.
euler-1.61.0/src/meta.c:127:27: note: Function 'setmetacharwidth' argument 1 names different: declaration 'width' definition 'w'.
euler-1.61.0/src/meta.c:132:28: style: Function 'setmetacharheight' argument 1 names different: declaration 'height' definition 'h'. [funcArgNamesDifferent]
euler-1.61.0/src/meta.h:79:30: note: Function 'setmetacharheight' argument 1 names different: declaration 'height' definition 'h'.
euler-1.61.0/src/meta.c:132:28: note: Function 'setmetacharheight' argument 1 names different: declaration 'height' definition 'h'.
euler-1.61.0/src/meta.c:412:49: style: Function 'gmarker' argument 4 names different: declaration 'st' definition 'type'. [funcArgNamesDifferent]
euler-1.61.0/src/meta.h:105:50: note: Function 'gmarker' argument 4 names different: declaration 'st' definition 'type'.
euler-1.61.0/src/meta.c:412:49: note: Function 'gmarker' argument 4 names different: declaration 'st' definition 'type'.
euler-1.61.0/src/meta.c:466:80: style: Function 'gbar' argument 7 names different: declaration 'connect' definition 'style'. [funcArgNamesDifferent]
euler-1.61.0/src/meta.h:108:81: note: Function 'gbar' argument 7 names different: declaration 'connect' definition 'style'.
euler-1.61.0/src/meta.c:466:80: note: Function 'gbar' argument 7 names different: declaration 'connect' definition 'style'.
euler-1.61.0/src/meta.c:485:69: style: Function 'gbar1' argument 6 names different: declaration 'connect' definition 'style'. [funcArgNamesDifferent]
euler-1.61.0/src/meta.h:109:70: note: Function 'gbar1' argument 6 names different: declaration 'connect' definition 'style'.
euler-1.61.0/src/meta.c:485:69: note: Function 'gbar1' argument 6 names different: declaration 'connect' definition 'style'.
euler-1.61.0/src/meta.c:503:59: style: Function 'gtext' argument 5 names different: declaration 'centered' definition 'alignment'. [funcArgNamesDifferent]
euler-1.61.0/src/meta.h:102:60: note: Function 'gtext' argument 5 names different: declaration 'centered' definition 'alignment'.
euler-1.61.0/src/meta.c:503:59: note: Function 'gtext' argument 5 names different: declaration 'centered' definition 'alignment'.
euler-1.61.0/src/meta.c:519:60: style: Function 'gvtext' argument 5 names different: declaration 'centered' definition 'alignment'. [funcArgNamesDifferent]
euler-1.61.0/src/meta.h:103:61: note: Function 'gvtext' argument 5 names different: declaration 'centered' definition 'alignment'.
euler-1.61.0/src/meta.c:519:60: note: Function 'gvtext' argument 5 names different: declaration 'centered' definition 'alignment'.
euler-1.61.0/src/meta.c:535:61: style: Function 'gvutext' argument 5 names different: declaration 'centered' definition 'alignment'. [funcArgNamesDifferent]
euler-1.61.0/src/meta.h:104:62: note: Function 'gvutext' argument 5 names different: declaration 'centered' definition 'alignment'.
euler-1.61.0/src/meta.c:535:61: note: Function 'gvutext' argument 5 names different: declaration 'centered' definition 'alignment'.
euler-1.61.0/src/metagtk.c:374:11: style: The scope of the variable 'meta' can be reduced. [variableScope]
euler-1.61.0/src/metagtk.c:375:15: style: The scope of the variable 'count' can be reduced. [variableScope]
euler-1.61.0/src/metagtk.c:496:6: style: The scope of the variable 'i' can be reduced. [variableScope]
euler-1.61.0/src/metagtk.c:497:9: style: The scope of the variable 'f' can be reduced. [variableScope]
euler-1.61.0/src/metagtk.c:497:12: style: The scope of the variable 'w' can be reduced. [variableScope]
euler-1.61.0/src/metagtk.c:497:15: style: The scope of the variable 'q' can be reduced. [variableScope]
euler-1.61.0/src/metagtk.c:497:18: style: The scope of the variable 't' can be reduced. [variableScope]
euler-1.61.0/src/metagtk.c:728:22: style: The scope of the variable 'j' can be reduced. [variableScope]
euler-1.61.0/src/metagtk.c:728:26: style: The scope of the variable 'count' can be reduced. [variableScope]
euler-1.61.0/src/metagtk.c:122:36: style: Function 'gtk_meta_init' argument 1 names different: declaration 'term' definition 'meta'. [funcArgNamesDifferent]
euler-1.61.0/src/metagtk.c:63:43: note: Function 'gtk_meta_init' argument 1 names different: declaration 'term' definition 'meta'.
euler-1.61.0/src/metagtk.c:122:36: note: Function 'gtk_meta_init' argument 1 names different: declaration 'term' definition 'meta'.
euler-1.61.0/src/metagtk.c:719:53: style: Function 'gtk_meta_fill' argument 3 names different: declaration 'st' definition 'style'. [funcArgNamesDifferent]
euler-1.61.0/src/metagtk.c:36:53: note: Function 'gtk_meta_fill' argument 3 names different: declaration 'st' definition 'style'.
euler-1.61.0/src/metagtk.c:719:53: note: Function 'gtk_meta_fill' argument 3 names different: declaration 'st' definition 'style'.
euler-1.61.0/src/metaps.c:1230:9: style: The scope of the variable 'x' can be reduced. [variableScope]
euler-1.61.0/src/metaps.c:1230:12: style: The scope of the variable 'y' can be reduced. [variableScope]
euler-1.61.0/src/metaps.c:1262:9: style: The scope of the variable 'x' can be reduced. [variableScope]
euler-1.61.0/src/metaps.c:1262:12: style: The scope of the variable 'y' can be reduced. [variableScope]
euler-1.61.0/src/metaps.c:1319:12: style: The scope of the variable 'ch' can be reduced. [variableScope]
euler-1.61.0/src/metaps.c:1381:12: style: The scope of the variable 'ch' can be reduced. [variableScope]
euler-1.61.0/src/metaps.c:1443:12: style: The scope of the variable 'ch' can be reduced. [variableScope]
euler-1.61.0/src/metaps.c:1118:104: style: Function 'ps_meta_bar' argument 8 names different: declaration 'connect' definition 'framed'. [funcArgNamesDifferent]
euler-1.61.0/src/metaps.c:63:104: note: Function 'ps_meta_bar' argument 8 names different: declaration 'connect' definition 'framed'.
euler-1.61.0/src/metaps.c:1118:104: note: Function 'ps_meta_bar' argument 8 names different: declaration 'connect' definition 'framed'.
euler-1.61.0/src/metaps.c:1153:93: style: Function 'ps_meta_bar1' argument 7 names different: declaration 'connect' definition 'style'. [funcArgNamesDifferent]
euler-1.61.0/src/metaps.c:64:93: note: Function 'ps_meta_bar1' argument 7 names different: declaration 'connect' definition 'style'.
euler-1.61.0/src/metaps.c:1153:93: note: Function 'ps_meta_bar1' argument 7 names different: declaration 'connect' definition 'style'.
euler-1.61.0/src/metaps.c:1227:52: style: Function 'ps_meta_fill' argument 3 names different: declaration 'st' definition 'style'. [funcArgNamesDifferent]
euler-1.61.0/src/metaps.c:61:52: note: Function 'ps_meta_fill' argument 3 names different: declaration 'st' definition 'style'.
euler-1.61.0/src/metaps.c:1227:52: note: Function 'ps_meta_fill' argument 3 names different: declaration 'st' definition 'style'.
euler-1.61.0/src/metaps.c:1314:62: style: Function 'ps_meta_text' argument 4 names different: declaration 'text' definition 's'. [funcArgNamesDifferent]
euler-1.61.0/src/metaps.c:65:62: note: Function 'ps_meta_text' argument 4 names different: declaration 'text' definition 's'.
euler-1.61.0/src/metaps.c:1314:62: note: Function 'ps_meta_text' argument 4 names different: declaration 'text' definition 's'.
euler-1.61.0/src/metaps.c:1376:63: style: Function 'ps_meta_vtext' argument 4 names different: declaration 'text' definition 's'. [funcArgNamesDifferent]
euler-1.61.0/src/metaps.c:66:63: note: Function 'ps_meta_vtext' argument 4 names different: declaration 'text' definition 's'.
euler-1.61.0/src/metaps.c:1376:63: note: Function 'ps_meta_vtext' argument 4 names different: declaration 'text' definition 's'.
euler-1.61.0/src/metaps.c:1438:64: style: Function 'ps_meta_vutext' argument 4 names different: declaration 'text' definition 's'. [funcArgNamesDifferent]
euler-1.61.0/src/metaps.c:67:64: note: Function 'ps_meta_vutext' argument 4 names different: declaration 'text' definition 's'.
euler-1.61.0/src/metaps.c:1438:64: note: Function 'ps_meta_vutext' argument 4 names different: declaration 'text' definition 's'.
euler-1.61.0/src/output.c:182:13: style: Condition 'ilinew<=0' is always false [knownConditionTrueFalse]
euler-1.61.0/src/output.c:181:10: note: Assignment 'ilinew=1', assigned value is 1
euler-1.61.0/src/output.c:182:13: note: Condition 'ilinew<=0' is always false
euler-1.61.0/src/output.c:42:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/output.c:62:3: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/output.c:63:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/output.c:74:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/output.c:95:3: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/output.c:96:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/output.c:108:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/output.c:129:3: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/output.c:130:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/output.c:142:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/output.c:163:3: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/output.c:164:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/output.c:202:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/output.c:203:8: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/output.c:211:3: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/output.c:212:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/output.c:569:19: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
euler-1.61.0/src/output.c:324:18: style: The scope of the variable 'cend' can be reduced. [variableScope]
euler-1.61.0/src/output.c:376:18: style: The scope of the variable 'cend' can be reduced. [variableScope]
euler-1.61.0/src/output.c:401:9: style: The scope of the variable 'd1' can be reduced. [variableScope]
euler-1.61.0/src/output.c:401:12: style: The scope of the variable 'd2' can be reduced. [variableScope]
euler-1.61.0/src/output.c:401:15: style: The scope of the variable 'l' can be reduced. [variableScope]
euler-1.61.0/src/output.c:402:7: style: The scope of the variable 'form' can be reduced. [variableScope]
euler-1.61.0/src/output.c:435:18: style: The scope of the variable 'cend' can be reduced. [variableScope]
euler-1.61.0/src/output.c:554:7: style: The scope of the variable 'i' can be reduced. [variableScope]
euler-1.61.0/src/output.c:531:18: error: va_list 'v' was opened but not closed by va_end(). [va_end_missing]
euler-1.61.0/src/polynom.c:589:9: style: Condition '!aborted' is always true [knownConditionTrueFalse]
euler-1.61.0/src/polynom.c:565:26: note: Assignment 'aborted=0', assigned value is 0
euler-1.61.0/src/polynom.c:589:9: note: Condition '!aborted' is always true
euler-1.61.0/src/polynom.c:72:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/polynom.c:82:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/polynom.c:91:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/polynom.c:117:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/polynom.c:132:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/polynom.c:146:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/polynom.c:177:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/polynom.c:193:11: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
euler-1.61.0/src/polynom.c:193:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/polynom.c:198:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/polynom.c:214:11: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
euler-1.61.0/src/polynom.c:214:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/polynom.c:218:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/polynom.c:220:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/polynom.c:224:11: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
euler-1.61.0/src/polynom.c:231:11: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
euler-1.61.0/src/polynom.c:231:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/polynom.c:252:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/polynom.c:267:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/polynom.c:283:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/polynom.c:284:11: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
euler-1.61.0/src/polynom.c:347:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/polynom.c:359:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/polynom.c:389:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/polynom.c:403:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/polynom.c:421:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/polynom.c:428:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
euler-1.61.0/src/polynom.c:428:20: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/polynom.c:433:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/polynom.c:441:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
euler-1.61.0/src/polynom.c:441:20: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/polynom.c:686:5: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/polynom.c:724:17: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/polynom.c:571:2: style: Variable 'dxr' is reassigned a value before the old one has been used. [redundantAssignment]
euler-1.61.0/src/polynom.c:567:0: note: Variable 'dxr' is reassigned a value before the old one has been used.
euler-1.61.0/src/polynom.c:571:2: note: Variable 'dxr' is reassigned a value before the old one has been used.
euler-1.61.0/src/polynom.c:106:25: style: The scope of the variable 'xc' can be reduced. [variableScope]
euler-1.61.0/src/polynom.c:106:28: style: The scope of the variable 'hc' can be reduced. [variableScope]
euler-1.61.0/src/polynom.c:242:25: style: The scope of the variable 'hc1' can be reduced. [variableScope]
euler-1.61.0/src/polynom.c:242:29: style: The scope of the variable 'hc2' can be reduced. [variableScope]
euler-1.61.0/src/polynom.c:340:16: style: The scope of the variable 'x' can be reduced. [variableScope]
euler-1.61.0/src/polynom.c:379:21: style: The scope of the variable 'x' can be reduced. [variableScope]
euler-1.61.0/src/polynom.c:380:25: style: The scope of the variable 'hc' can be reduced. [variableScope]
euler-1.61.0/src/polynom.c:380:28: style: The scope of the variable 'xc' can be reduced. [variableScope]
euler-1.61.0/src/polynom.c:416:10: style: The scope of the variable 'm' can be reduced. [variableScope]
euler-1.61.0/src/polynom.c:509:14: style: The scope of the variable 'hh' can be reduced. [variableScope]
euler-1.61.0/src/scalp.c:689:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/scalp.c:707:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/scalp.c:736:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/scalp.c:770:5: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/scalp.c:783:5: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/scalp.c:182:17: style: The scope of the variable 'l' can be reduced. [variableScope]
euler-1.61.0/src/scalp.c:183:6: style: The scope of the variable 'i' can be reduced. [variableScope]
euler-1.61.0/src/scalp.c:183:8: style: The scope of the variable 'j' can be reduced. [variableScope]
euler-1.61.0/src/scalp.c:184:6: style: The scope of the variable 'o' can be reduced. [variableScope]
euler-1.61.0/src/special.c:465:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/special.c:471:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/special.c:486:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/special.c:488:5: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/special.c:527:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/special.c:533:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/special.c:95:16: style: The scope of the variable 'v' can be reduced. [variableScope]
euler-1.61.0/src/special.c:322:7: style: The scope of the variable 'n' can be reduced. [variableScope]
euler-1.61.0/src/special.c:323:9: style: The scope of the variable 'sum' can be reduced. [variableScope]
euler-1.61.0/src/special.c:323:13: style: The scope of the variable 'del' can be reduced. [variableScope]
euler-1.61.0/src/special.c:323:17: style: The scope of the variable 'ap' can be reduced. [variableScope]
euler-1.61.0/src/special.c:345:9: style: The scope of the variable 'an' can be reduced. [variableScope]
euler-1.61.0/src/special.c:345:18: style: The scope of the variable 'del' can be reduced. [variableScope]
euler-1.61.0/src/special.c:480:8: style: The scope of the variable 'j' can be reduced. [variableScope]
euler-1.61.0/src/special.c:502:9: style: The scope of the variable 'fac' can be reduced. [variableScope]
euler-1.61.0/src/special.c:502:13: style: The scope of the variable 'rsq' can be reduced. [variableScope]
euler-1.61.0/src/special.c:502:17: style: The scope of the variable 'v1' can be reduced. [variableScope]
euler-1.61.0/src/special.c:502:20: style: The scope of the variable 'v2' can be reduced. [variableScope]
euler-1.61.0/src/special.c:557:8: style: The scope of the variable 'm2' can be reduced. [variableScope]
euler-1.61.0/src/special.c:558:9: style: The scope of the variable 'aa' can be reduced. [variableScope]
euler-1.61.0/src/special.c:558:16: style: The scope of the variable 'del' can be reduced. [variableScope]
euler-1.61.0/src/special.c:628:22: style: The scope of the variable 'sv' can be reduced. [variableScope]
euler-1.61.0/src/special.c:684:9: style: The scope of the variable 'a' can be reduced. [variableScope]
euler-1.61.0/src/special.c:684:13: style: The scope of the variable 'br' can be reduced. [variableScope]
euler-1.61.0/src/special.c:684:16: style: The scope of the variable 'bi' can be reduced. [variableScope]
euler-1.61.0/src/special.c:684:21: style: The scope of the variable 'cr' can be reduced. [variableScope]
euler-1.61.0/src/special.c:684:24: style: The scope of the variable 'ci' can be reduced. [variableScope]
euler-1.61.0/src/special.c:684:33: style: The scope of the variable 'del1' can be reduced. [variableScope]
euler-1.61.0/src/special.c:684:38: style: The scope of the variable 'den' can be reduced. [variableScope]
euler-1.61.0/src/special.c:684:42: style: The scope of the variable 'di' can be reduced. [variableScope]
euler-1.61.0/src/special.c:684:45: style: The scope of the variable 'dlr' can be reduced. [variableScope]
euler-1.61.0/src/special.c:684:49: style: The scope of the variable 'dli' can be reduced. [variableScope]
euler-1.61.0/src/special.c:684:53: style: The scope of the variable 'dr' can be reduced. [variableScope]
euler-1.61.0/src/special.c:684:56: style: The scope of the variable 'e' can be reduced. [variableScope]
euler-1.61.0/src/special.c:684:65: style: The scope of the variable 'fact2' can be reduced. [variableScope]
euler-1.61.0/src/special.c:685:3: style: The scope of the variable 'fact3' can be reduced. [variableScope]
euler-1.61.0/src/special.c:685:9: style: The scope of the variable 'ff' can be reduced. [variableScope]
euler-1.61.0/src/special.c:685:12: style: The scope of the variable 'gam' can be reduced. [variableScope]
euler-1.61.0/src/special.c:685:42: style: The scope of the variable 'pimu' can be reduced. [variableScope]
euler-1.61.0/src/special.c:685:47: style: The scope of the variable 'pimu2' can be reduced. [variableScope]
euler-1.61.0/src/special.c:685:55: style: The scope of the variable 'r' can be reduced. [variableScope]
euler-1.61.0/src/special.c:686:23: style: The scope of the variable 'rjtemp' can be reduced. [variableScope]
euler-1.61.0/src/special.c:686:45: style: The scope of the variable 'rytemp' can be reduced. [variableScope]
euler-1.61.0/src/special.c:686:52: style: The scope of the variable 'sum' can be reduced. [variableScope]
euler-1.61.0/src/special.c:686:56: style: The scope of the variable 'sum1' can be reduced. [variableScope]
euler-1.61.0/src/special.c:687:3: style: The scope of the variable 'temp' can be reduced. [variableScope]
euler-1.61.0/src/special.c:687:10: style: The scope of the variable 'x2' can be reduced. [variableScope]
euler-1.61.0/src/special.c:886:9: style: The scope of the variable 'a' can be reduced. [variableScope]
euler-1.61.0/src/special.c:886:11: style: The scope of the variable 'a1' can be reduced. [variableScope]
euler-1.61.0/src/special.c:886:24: style: The scope of the variable 'del1' can be reduced. [variableScope]
euler-1.61.0/src/special.c:886:29: style: The scope of the variable 'delh' can be reduced. [variableScope]
euler-1.61.0/src/special.c:886:34: style: The scope of the variable 'dels' can be reduced. [variableScope]
euler-1.61.0/src/special.c:886:39: style: The scope of the variable 'e' can be reduced. [variableScope]
euler-1.61.0/src/special.c:886:48: style: The scope of the variable 'fact2' can be reduced. [variableScope]
euler-1.61.0/src/special.c:886:54: style: The scope of the variable 'ff' can be reduced. [variableScope]
euler-1.61.0/src/special.c:887:17: style: The scope of the variable 'p' can be reduced. [variableScope]
euler-1.61.0/src/special.c:887:19: style: The scope of the variable 'pimu' can be reduced. [variableScope]
euler-1.61.0/src/special.c:887:26: style: The scope of the variable 'q1' can be reduced. [variableScope]
euler-1.61.0/src/special.c:887:29: style: The scope of the variable 'q2' can be reduced. [variableScope]
euler-1.61.0/src/special.c:887:32: style: The scope of the variable 'qnew' can be reduced. [variableScope]
euler-1.61.0/src/special.c:888:3: style: The scope of the variable 'ritemp' can be reduced. [variableScope]
euler-1.61.0/src/special.c:888:25: style: The scope of the variable 'rktemp' can be reduced. [variableScope]
euler-1.61.0/src/special.c:888:32: style: The scope of the variable 's' can be reduced. [variableScope]
euler-1.61.0/src/special.c:888:34: style: The scope of the variable 'sum' can be reduced. [variableScope]
euler-1.61.0/src/special.c:888:38: style: The scope of the variable 'sum1' can be reduced. [variableScope]
euler-1.61.0/src/special.c:888:43: style: The scope of the variable 'x2' can be reduced. [variableScope]
euler-1.61.0/src/spread.c:48:5: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/spread.c:49:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/spread.c:65:5: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/spread.c:66:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/spread.c:98:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/spread.c:132:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/spread.c:165:5: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/spread.c:166:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/spread.c:182:5: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/spread.c:183:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/spread.c:239:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/spread.c:263:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/spread.c:305:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/spread.c:402:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/spread.c:426:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/spread.c:468:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/spread.c:640:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/spread.c:689:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/spread.c:695:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/spread.c:702:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/stack.c:155:30: warning: Either the condition 'd' is redundant or there is possible null pointer dereference: d. [nullPointerRedundantCheck]
euler-1.61.0/src/stack.c:155:6: note: Assuming that condition 'd' is not redundant
euler-1.61.0/src/stack.c:155:30: note: Null pointer dereference
euler-1.61.0/src/stack.c:293:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/stack.c:310:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/stack.c:374:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/stack.c:391:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/stack.c:424:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/stack.c:447:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/stack.c:464:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/stack.c:498:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/stack.c:524:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/stack.c:541:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/stack.c:575:4: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/stack.c:645:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/stack.c:668:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/stack.c:849:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/stack.c:871:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/stack.c:894:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/stack.c:909:21: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/stack.c:912:24: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/stack.c:1070:9: style: The scope of the variable 'd1' can be reduced. [variableScope]
euler-1.61.0/src/stack.c:1070:13: style: The scope of the variable 'd2' can be reduced. [variableScope]
euler-1.61.0/src/stack.c:1085:8: style: The scope of the variable 'name' can be reduced. [variableScope]
euler-1.61.0/src/stack.c:1085:18: style: The scope of the variable 'nextvar' can be reduced. [variableScope]
euler-1.61.0/src/stack.c:1087:7: style: The scope of the variable 'dif' can be reduced. [variableScope]
euler-1.61.0/src/stack.c:1088:17: style: The scope of the variable 'm1' can be reduced. [variableScope]
euler-1.61.0/src/stack.c:1088:21: style: The scope of the variable 'm2' can be reduced. [variableScope]
euler-1.61.0/src/stack.c:1089:6: style: The scope of the variable 'i' can be reduced. [variableScope]
euler-1.61.0/src/stack.c:1089:8: style: The scope of the variable 'j' can be reduced. [variableScope]
euler-1.61.0/src/stack.c:1089:21: style: The scope of the variable 'rind' can be reduced. [variableScope]
euler-1.61.0/src/stack.c:1089:27: style: The scope of the variable 'cind' can be reduced. [variableScope]
euler-1.61.0/src/stack.c:1090:8: style: The scope of the variable 'd' can be reduced. [variableScope]
euler-1.61.0/src/stack.c:79:25: style: Function 'new_matrix' argument 1 names different: declaration 'c' definition 'rows'. [funcArgNamesDifferent]
euler-1.61.0/src/stack.h:73:25: note: Function 'new_matrix' argument 1 names different: declaration 'c' definition 'rows'.
euler-1.61.0/src/stack.c:79:25: note: Function 'new_matrix' argument 1 names different: declaration 'c' definition 'rows'.
euler-1.61.0/src/stack.c:79:35: style: Function 'new_matrix' argument 2 names different: declaration 'r' definition 'columns'. [funcArgNamesDifferent]
euler-1.61.0/src/stack.h:73:32: note: Function 'new_matrix' argument 2 names different: declaration 'r' definition 'columns'.
euler-1.61.0/src/stack.c:79:35: note: Function 'new_matrix' argument 2 names different: declaration 'r' definition 'columns'.
euler-1.61.0/src/stack.c:93:26: style: Function 'new_cmatrix' argument 1 names different: declaration 'c' definition 'rows'. [funcArgNamesDifferent]
euler-1.61.0/src/stack.h:74:26: note: Function 'new_cmatrix' argument 1 names different: declaration 'c' definition 'rows'.
euler-1.61.0/src/stack.c:93:26: note: Function 'new_cmatrix' argument 1 names different: declaration 'c' definition 'rows'.
euler-1.61.0/src/stack.c:93:36: style: Function 'new_cmatrix' argument 2 names different: declaration 'r' definition 'columns'. [funcArgNamesDifferent]
euler-1.61.0/src/stack.h:74:33: note: Function 'new_cmatrix' argument 2 names different: declaration 'r' definition 'columns'.
euler-1.61.0/src/stack.c:93:36: note: Function 'new_cmatrix' argument 2 names different: declaration 'r' definition 'columns'.
euler-1.61.0/src/stack.c:107:26: style: Function 'new_imatrix' argument 1 names different: declaration 'c' definition 'rows'. [funcArgNamesDifferent]
euler-1.61.0/src/stack.h:75:26: note: Function 'new_imatrix' argument 1 names different: declaration 'c' definition 'rows'.
euler-1.61.0/src/stack.c:107:26: note: Function 'new_imatrix' argument 1 names different: declaration 'c' definition 'rows'.
euler-1.61.0/src/stack.c:107:36: style: Function 'new_imatrix' argument 2 names different: declaration 'r' definition 'columns'. [funcArgNamesDifferent]
euler-1.61.0/src/stack.h:75:33: note: Function 'new_imatrix' argument 2 names different: declaration 'r' definition 'columns'.
euler-1.61.0/src/stack.c:107:36: note: Function 'new_imatrix' argument 2 names different: declaration 'r' definition 'columns'.
euler-1.61.0/src/stack.c:146:44: style: Function 'new_string' argument 2 names different: declaration 'size' definition 'length'. [funcArgNamesDifferent]
euler-1.61.0/src/stack.h:83:44: note: Function 'new_string' argument 2 names different: declaration 'size' definition 'length'.
euler-1.61.0/src/stack.c:146:44: note: Function 'new_string' argument 2 names different: declaration 'size' definition 'length'.
euler-1.61.0/src/stack.c:195:32: style: Function 'new_reference' argument 1 names different: declaration 'hd' definition 'ref'. [funcArgNamesDifferent]
euler-1.61.0/src/stack.h:78:32: note: Function 'new_reference' argument 1 names different: declaration 'hd' definition 'ref'.
euler-1.61.0/src/stack.c:195:32: note: Function 'new_reference' argument 1 names different: declaration 'hd' definition 'ref'.
euler-1.61.0/src/stack.c:585:32: warning: Function 'new_submatrix' argument order different: declaration 'hd, cols, rows, name' definition 'hd, rows, cols, name' [funcArgOrderDifferent]
euler-1.61.0/src/stack.h:79:32: note: Function 'new_submatrix' argument order different: declaration 'hd, cols, rows, name' definition 'hd, rows, cols, name'
euler-1.61.0/src/stack.c:585:32: note: Function 'new_submatrix' argument order different: declaration 'hd, cols, rows, name' definition 'hd, rows, cols, name'
euler-1.61.0/src/stack.c:591:33: warning: Function 'new_csubmatrix' argument order different: declaration 'hd, cols, rows, name' definition 'hd, rows, cols, name' [funcArgOrderDifferent]
euler-1.61.0/src/stack.h:80:33: note: Function 'new_csubmatrix' argument order different: declaration 'hd, cols, rows, name' definition 'hd, rows, cols, name'
euler-1.61.0/src/stack.c:591:33: note: Function 'new_csubmatrix' argument order different: declaration 'hd, cols, rows, name' definition 'hd, rows, cols, name'
euler-1.61.0/src/stack.c:597:33: warning: Function 'new_isubmatrix' argument order different: declaration 'hd, cols, rows, name' definition 'hd, rows, cols, name' [funcArgOrderDifferent]
euler-1.61.0/src/stack.h:81:33: note: Function 'new_isubmatrix' argument order different: declaration 'hd, cols, rows, name' definition 'hd, rows, cols, name'
euler-1.61.0/src/stack.c:597:33: note: Function 'new_isubmatrix' argument order different: declaration 'hd, cols, rows, name' definition 'hd, rows, cols, name'
euler-1.61.0/src/stack.c:655:54: style: Function 'getmatrix' argument 4 names different: declaration 'x' definition 'm'. [funcArgNamesDifferent]
euler-1.61.0/src/stack.h:128:54: note: Function 'getmatrix' argument 4 names different: declaration 'x' definition 'm'.
euler-1.61.0/src/stack.c:655:54: note: Function 'getmatrix' argument 4 names different: declaration 'x' definition 'm'.
euler-1.61.0/src/stack.c:1330:15: error: Resource leak: file [resourceLeak]
euler-1.61.0/src/stack.c:1355:15: error: Resource leak: file [resourceLeak]
euler-1.61.0/src/stack.c:1360:15: error: Resource leak: file [resourceLeak]
euler-1.61.0/src/term.c:1172:6: warning: Either the condition 'data!=NULL' is redundant or there is possible null pointer dereference: term. [nullPointerRedundantCheck]
euler-1.61.0/src/term.c:1189:29: note: Assuming that condition 'data!=NULL' is not redundant
euler-1.61.0/src/term.c:1187:18: note: Assignment 'term=(struct _GtkTerm*)data', assigned value is 0
euler-1.61.0/src/term.c:1191:22: note: Calling function 'gtk_term_draw_caret', 1st argument 'term' value is 0
euler-1.61.0/src/term.c:1172:6: note: Null pointer dereference
euler-1.61.0/src/term.c:1191:28: warning: Either the condition 'data!=NULL' is redundant or there is possible null pointer dereference: term. [nullPointerRedundantCheck]
euler-1.61.0/src/term.c:1189:29: note: Assuming that condition 'data!=NULL' is not redundant
euler-1.61.0/src/term.c:1187:18: note: Assignment 'term=(struct _GtkTerm*)data', assigned value is 0
euler-1.61.0/src/term.c:1191:28: note: Null pointer dereference
euler-1.61.0/src/term.c:2257:43: style: Same expression on both sides of '&'. [duplicateExpression]
euler-1.61.0/src/term.c:2682:44: style: Same expression on both sides of '&'. [duplicateExpression]
euler-1.61.0/src/term.c:419:9: style: The scope of the variable 's' can be reduced. [variableScope]
euler-1.61.0/src/term.c:448:9: style: The scope of the variable 's' can be reduced. [variableScope]
euler-1.61.0/src/term.c:936:6: style: The scope of the variable 'i' can be reduced. [variableScope]
euler-1.61.0/src/term.c:936:9: style: The scope of the variable 'changed' can be reduced. [variableScope]
euler-1.61.0/src/term.c:975:6: style: The scope of the variable 'i' can be reduced. [variableScope]
euler-1.61.0/src/term.c:975:9: style: The scope of the variable 'changed' can be reduced. [variableScope]
euler-1.61.0/src/term.c:1170:9: style: The scope of the variable 'gc' can be reduced. [variableScope]
euler-1.61.0/src/term.c:1460:15: style: The scope of the variable 'count' can be reduced. [variableScope]
euler-1.61.0/src/term.c:1636:12: style: The scope of the variable 'term' can be reduced. [variableScope]
euler-1.61.0/src/term.c:653:47: style: Function 'gtk_term_print' argument 2 names different: declaration 'text' definition 's'. [funcArgNamesDifferent]
euler-1.61.0/src/term.h:106:53: note: Function 'gtk_term_print' argument 2 names different: declaration 'text' definition 's'.
euler-1.61.0/src/term.c:653:47: note: Function 'gtk_term_print' argument 2 names different: declaration 'text' definition 's'.
euler-1.61.0/src/term.c:490:9: style: Variable 'term' is assigned a value that is never used. [unreadVariable]
euler-1.61.0/src/term.c:1842:9: style: Variable 'term' is assigned a value that is never used. [unreadVariable]
euler-1.61.0/src/udf.c:914:12: style: Condition 'trace>0' is always true [knownConditionTrueFalse]
euler-1.61.0/src/udf.c:913:10: note: Assignment 'trace=1', assigned value is 1
euler-1.61.0/src/udf.c:914:12: note: Condition 'trace>0' is always true
euler-1.61.0/src/udf.c:37:18: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
euler-1.61.0/src/udf.c:284:16: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
euler-1.61.0/src/udf.c:776:5: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/udf.c:782:5: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
euler-1.61.0/src/udf.c:784:17: style: Same expression on both sides of '&&'. [duplicateExpression]
euler-1.61.0/src/udf.c:337:6: style: The scope of the variable 'i' can be reduced. [variableScope]
euler-1.61.0/src/udf.c:544:6: style: The scope of the variable 'r' can be reduced. [variableScope]
euler-1.61.0/src/udf.c:545:10: style: The scope of the variable 'hd' can be reduced. [variableScope]
euler-1.61.0/src/udf.c:730:7: style: The scope of the variable 'h' can be reduced. [variableScope]
euler-1.61.0/src/udf.c:847:7: style: The scope of the variable 'name' can be reduced. [variableScope]
euler-1.61.0/src/udf.c:955:16: style: The scope of the variable 'size' can be reduced. [variableScope]
euler-1.61.0/src/udf.c:840:52: style: Function 'interpret_udf' argument 3 names different: declaration 'nargs' definition 'argn'. [funcArgNamesDifferent]
euler-1.61.0/src/udf.h:47:52: note: Function 'interpret_udf' argument 3 names different: declaration 'nargs' definition 'argn'.
euler-1.61.0/src/udf.c:840:52: note: Function 'interpret_udf' argument 3 names different: declaration 'nargs' definition 'argn'.
[19:02]

ftp://ftp.se.debian.org/debian/pool/main/e/eureka/eureka_1.24.orig.tar.gz
eureka-1.24-source/src/bsp_level.cc:1969:6: style: The scope of the variable 'count' can be reduced. [variableScope]
eureka-1.24-source/src/bsp_level.cc:354:4: style: Variable 'dup_count' is modified but its new value is never used. [unreadVariable]
eureka-1.24-source/src/m_bitvec.h:54:3: style: Class 'bitvec_c' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eureka-1.24-source/src/m_select.h:56:3: style: Class 'selection_c' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eureka-1.24-source/src/w_wad.h:289:3: style: Struct 'level_name_CMP_pred' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eureka-1.24-source/src/objid.h:47:0: warning: The class 'Objid' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
eureka-1.24-source/src/objid.h:95:0: warning: The class 'Obj3d_t' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
eureka-1.24-source/src/bsp_node.cc:1946:15: warning: Identical condition 'cur_info->cancelled', second condition is always false [identicalConditionAfterEarlyExit]
eureka-1.24-source/src/bsp_node.cc:1933:14: note: first condition
eureka-1.24-source/src/bsp_node.cc:1946:15: note: second condition
eureka-1.24-source/src/bsp_node.cc:1693:15: style: The scope of the variable 'next' can be reduced. [variableScope]
eureka-1.24-source/src/bsp_node.cc:2179:4: style: Variable 'degen_total' is modified but its new value is never used. [unreadVariable]
eureka-1.24-source/src/bsp_util.cc:293:9: style: The scope of the variable 'x1' can be reduced. [variableScope]
eureka-1.24-source/src/bsp_util.cc:294:9: style: The scope of the variable 'x2' can be reduced. [variableScope]
eureka-1.24-source/src/e_basis.cc:294:19: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/e_basis.cc:306:21: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/e_basis.cc:318:21: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/e_basis.cc:346:21: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/e_basis.cc:374:20: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/e_basis.cc:580:29: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/e_basis.cc:581:29: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/e_basis.cc:582:29: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/e_basis.cc:583:29: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/e_basis.cc:584:29: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/e_basis.cc:788:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eureka-1.24-source/src/e_basis.cc:798:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eureka-1.24-source/src/e_checks.cc:61:26: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/e_checks.cc:454:31: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/e_checks.cc:461:31: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/e_checks.cc:468:31: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/e_checks.cc:475:31: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/e_checks.cc:482:31: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/e_checks.cc:1083:30: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/e_checks.cc:1090:30: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/e_checks.cc:1098:30: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/e_checks.cc:1105:30: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/e_checks.cc:1113:30: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/e_checks.cc:1120:30: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/e_checks.cc:1128:30: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/e_checks.cc:1135:30: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/e_checks.cc:1143:30: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/e_checks.cc:1150:30: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/e_checks.cc:1158:30: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/e_checks.cc:1165:30: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/e_checks.cc:1172:30: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/e_checks.cc:1839:29: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/e_checks.cc:1846:29: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/e_checks.cc:1853:29: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/e_checks.cc:1861:29: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/e_checks.cc:1868:29: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/e_checks.cc:1875:29: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/e_checks.cc:1883:29: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/e_checks.cc:1890:29: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/e_checks.cc:2689:31: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/e_checks.cc:2696:31: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/e_checks.cc:2703:31: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/e_checks.cc:2711:31: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/e_checks.cc:2718:31: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/e_checks.cc:2726:31: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/e_checks.cc:2733:31: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/e_checks.cc:2741:31: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/e_checks.cc:2748:31: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/e_checks.cc:2756:31: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/e_checks.cc:2763:31: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/e_checks.cc:2770:31: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/e_checks.cc:2778:31: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/e_checks.cc:2785:31: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/e_checks.cc:2792:31: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/e_checks.cc:3294:27: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/e_checks.cc:3304:27: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/e_checks.cc:3311:27: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/e_checks.cc:3318:27: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/e_checks.cc:3325:27: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/e_checks.cc:4147:31: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/e_checks.cc:4154:31: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/e_checks.cc:4161:31: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/e_checks.cc:4169:31: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/e_checks.cc:4176:31: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/e_checks.cc:4183:31: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/e_checks.cc:4191:31: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/e_checks.cc:4198:31: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/e_checks.cc:4206:31: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/e_checks.cc:4213:31: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/e_checks.cc:4220:31: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/e_checks.cc:4228:31: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/e_checks.cc:4235:31: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/e_checks.cc:4243:31: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/e_checks.cc:4250:31: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/e_checks.cc:4257:31: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/e_checks.cc:1580:7: style: The scope of the variable 'classes' can be reduced. [variableScope]
eureka-1.24-source/src/e_checks.cc:791:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eureka-1.24-source/src/e_checks.cc:1362:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eureka-1.24-source/src/e_checks.cc:2329:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eureka-1.24-source/src/e_checks.cc:3702:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eureka-1.24-source/src/e_checks.cc:3805:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eureka-1.24-source/src/e_checks.cc:3917:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eureka-1.24-source/src/e_checks.cc:446:2: style: Class 'UI_Check_Vertices' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eureka-1.24-source/src/e_checks.cc:1075:2: style: Class 'UI_Check_Sectors' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eureka-1.24-source/src/e_checks.cc:1831:2: style: Class 'UI_Check_Things' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eureka-1.24-source/src/e_checks.cc:2681:2: style: Class 'UI_Check_LineDefs' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eureka-1.24-source/src/e_checks.cc:3286:2: style: Class 'UI_Check_Tags' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eureka-1.24-source/src/e_checks.cc:4139:2: style: Class 'UI_Check_Textures' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eureka-1.24-source/src/e_cutpaste.cc:671:15: style: The scope of the variable 'i' can be reduced. [variableScope]
eureka-1.24-source/src/e_cutpaste.cc:100:7: style: Technically the member function 'clipboard_data_c::CentreOfThings' can be const. [functionConst]
eureka-1.24-source/src/e_cutpaste.cc:144:7: style: Technically the member function 'clipboard_data_c::CentreOfVertices' can be const. [functionConst]
eureka-1.24-source/src/e_cutpaste.cc:188:7: style: Technically the member function 'clipboard_data_c::HasSectorRefs' can be const. [functionConst]
eureka-1.24-source/src/e_cutpaste.cc:73:2: style: Class 'clipboard_data_c' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eureka-1.24-source/src/e_hover.cc:999:19: warning: Member variable 'crossing_state_c::start_x' is not initialized in the constructor. [uninitMemberVar]
eureka-1.24-source/src/e_hover.cc:999:19: warning: Member variable 'crossing_state_c::start_y' is not initialized in the constructor. [uninitMemberVar]
eureka-1.24-source/src/e_hover.cc:999:19: warning: Member variable 'crossing_state_c::end_x' is not initialized in the constructor. [uninitMemberVar]
eureka-1.24-source/src/e_hover.cc:999:19: warning: Member variable 'crossing_state_c::end_y' is not initialized in the constructor. [uninitMemberVar]
eureka-1.24-source/src/e_linedef.cc:724:6: style: Condition 'do_unpeg' is always true [knownConditionTrueFalse]
eureka-1.24-source/src/e_linedef.cc:716:18: note: Assignment 'do_unpeg=true', assigned value is 1
eureka-1.24-source/src/e_linedef.cc:724:6: note: Condition 'do_unpeg' is always true
eureka-1.24-source/src/e_linedef.cc:893:38: style: Function 'SplitLineDefAtVertex' argument 2 names different: declaration 'v_idx' definition 'new_v'. [funcArgNamesDifferent]
eureka-1.24-source/src/e_linedef.h:39:38: note: Function 'SplitLineDefAtVertex' argument 2 names different: declaration 'v_idx' definition 'new_v'.
eureka-1.24-source/src/e_linedef.cc:893:38: note: Function 'SplitLineDefAtVertex' argument 2 names different: declaration 'v_idx' definition 'new_v'.
eureka-1.24-source/src/e_main.cc:323:29: style: Function 'Editor_ChangeMode' argument 1 names different: declaration 'mode' definition 'mode_char'. [funcArgNamesDifferent]
eureka-1.24-source/src/e_main.h:111:29: note: Function 'Editor_ChangeMode' argument 1 names different: declaration 'mode' definition 'mode_char'.
eureka-1.24-source/src/e_main.cc:323:29: note: Function 'Editor_ChangeMode' argument 1 names different: declaration 'mode' definition 'mode_char'.
eureka-1.24-source/src/e_vertex.cc:1309:9: style: The scope of the variable 'best_cost' can be reduced. [variableScope]
eureka-1.24-source/src/e_vertex.cc:226:36: style: Function 'Vertex_MergeList' argument 1 names different: declaration 'list' definition 'verts'. [funcArgNamesDifferent]
eureka-1.24-source/src/e_vertex.h:33:36: note: Function 'Vertex_MergeList' argument 1 names different: declaration 'list' definition 'verts'.
eureka-1.24-source/src/e_vertex.cc:226:36: note: Function 'Vertex_MergeList' argument 1 names different: declaration 'list' definition 'verts'.
eureka-1.24-source/src/im_img.h:87:7: style: Technically the member function 'Img_c::clear' can be const. [functionConst]
eureka-1.24-source/src/im_img.cc:114:13: note: Technically the member function 'Img_c::clear' can be const.
eureka-1.24-source/src/im_img.h:87:7: note: Technically the member function 'Img_c::clear' can be const.
eureka-1.24-source/src/lib_adler.cc:35:36: style: Function 'operator+=' argument 1 names different: declaration 'value' definition 'data'. [funcArgNamesDifferent]
eureka-1.24-source/src/lib_adler.h:53:28: note: Function 'operator+=' argument 1 names different: declaration 'value' definition 'data'.
eureka-1.24-source/src/lib_adler.cc:35:36: note: Function 'operator+=' argument 1 names different: declaration 'value' definition 'data'.
eureka-1.24-source/src/m_bitvec.h:99:14: style: Unused private function: 'bitvec_c::raw_toggle' [unusedPrivateFunction]
eureka-1.24-source/src/m_bitvec.h:75:7: style: Technically the member function 'bitvec_c::toggle_all' can be const. [functionConst]
eureka-1.24-source/src/m_bitvec.cc:162:16: note: Technically the member function 'bitvec_c::toggle_all' can be const.
eureka-1.24-source/src/m_bitvec.h:75:7: note: Technically the member function 'bitvec_c::toggle_all' can be const.
eureka-1.24-source/src/m_bitvec.cc:38:2: style: Class 'bitvec_c' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
eureka-1.24-source/src/m_editlump.cc:276:27: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/m_editlump.cc:284:28: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/m_editlump.cc:296:27: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/m_editlump.cc:327:27: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/m_editlump.cc:336:27: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/m_editlump.cc:346:27: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/m_files.cc:531:29: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/m_files.cc:72:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eureka-1.24-source/src/m_files.cc:93:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eureka-1.24-source/src/m_files.cc:200:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eureka-1.24-source/src/m_files.cc:228:2: warning: Member variable 'recent_file_data_c::file' is not initialized in the constructor. [uninitMemberVar]
eureka-1.24-source/src/m_files.cc:228:2: warning: Member variable 'recent_file_data_c::map' is not initialized in the constructor. [uninitMemberVar]
eureka-1.24-source/src/m_files.cc:381:7: style: Technically the member function 'RecentFiles_c::Lookup' can be const. [functionConst]
eureka-1.24-source/src/m_game.cc:1336:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eureka-1.24-source/src/m_game.cc:1351:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eureka-1.24-source/src/m_game.cc:1366:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eureka-1.24-source/src/m_game.cc:1378:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eureka-1.24-source/src/m_game.cc:1398:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eureka-1.24-source/src/m_game.cc:1438:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eureka-1.24-source/src/m_game.cc:1478:66: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eureka-1.24-source/src/m_game.cc:387:2: warning: Member variable 'parser_state_c::tokenbuf' is not initialized in the constructor. [uninitMemberVar]
eureka-1.24-source/src/m_keys.cc:122:50: style: Function 'LookupEditorCommand' argument 1 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
eureka-1.24-source/src/m_keys.h:155:50: note: Function 'LookupEditorCommand' argument 1 names different: declaration 'index' definition 'idx'.
eureka-1.24-source/src/m_keys.cc:122:50: note: Function 'LookupEditorCommand' argument 1 names different: declaration 'index' definition 'idx'.
eureka-1.24-source/src/m_keys.cc:1293:23: style: Function 'Beep' argument 1 names different: declaration 'msg' definition 'fmt'. [funcArgNamesDifferent]
eureka-1.24-source/src/main.h:195:23: note: Function 'Beep' argument 1 names different: declaration 'msg' definition 'fmt'.
eureka-1.24-source/src/m_keys.cc:1293:23: note: Function 'Beep' argument 1 names different: declaration 'msg' definition 'fmt'.
eureka-1.24-source/src/m_keys.cc:483:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eureka-1.24-source/src/m_keys.cc:811:2: style: Struct 'KeyBind_CMP_pred' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eureka-1.24-source/src/m_loadsave.cc:1767:7: warning: Either the condition 'wad' is redundant or there is possible null pointer dereference: wad. [nullPointerRedundantCheck]
eureka-1.24-source/src/m_loadsave.cc:1758:7: note: Assuming that condition 'wad' is not redundant
eureka-1.24-source/src/m_loadsave.cc:1767:7: note: Null pointer dereference
eureka-1.24-source/src/m_nodes.cc:97:25: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/m_nodes.cc:108:25: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/m_select.cc:38:14: warning: Member variable 'selection_c::objs' is not initialized in the constructor. [uninitMemberVar]
eureka-1.24-source/src/m_select.h:96:7: style: Technically the member function 'selection_c::test_equal' can be const. [functionConst]
eureka-1.24-source/src/m_select.cc:249:19: note: Technically the member function 'selection_c::test_equal' can be const.
eureka-1.24-source/src/m_select.h:96:7: note: Technically the member function 'selection_c::test_equal' can be const.
eureka-1.24-source/src/m_strings.cc:36:3: warning: Member variable 'string_block_c::data' is not initialized in the constructor. [uninitMemberVar]
eureka-1.24-source/src/m_strings.h:43:15: style: Technically the member function 'string_table_c::get' can be const. [functionConst]
eureka-1.24-source/src/m_strings.cc:110:30: note: Technically the member function 'string_table_c::get' can be const.
eureka-1.24-source/src/m_strings.h:43:15: note: Technically the member function 'string_table_c::get' can be const.
eureka-1.24-source/src/m_testmap.cc:80:30: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/m_testmap.cc:87:30: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/m_testmap.cc:96:30: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/m_testmap.cc:34:14: style: The scope of the variable 'buffer' can be reduced. [variableScope]
eureka-1.24-source/src/m_testmap.cc:129:2: style: Class 'UI_PortPathDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eureka-1.24-source/src/main.cc:726:14: style: The scope of the variable 'folder' can be reduced. [variableScope]
eureka-1.24-source/src/r_grid.cc:88:34: style: Function 'MoveTo' argument 1 names different: declaration 'new_x' definition 'x'. [funcArgNamesDifferent]
eureka-1.24-source/src/r_grid.h:67:21: note: Function 'MoveTo' argument 1 names different: declaration 'new_x' definition 'x'.
eureka-1.24-source/src/r_grid.cc:88:34: note: Function 'MoveTo' argument 1 names different: declaration 'new_x' definition 'x'.
eureka-1.24-source/src/r_grid.cc:88:44: style: Function 'MoveTo' argument 2 names different: declaration 'new_y' definition 'y'. [funcArgNamesDifferent]
eureka-1.24-source/src/r_grid.h:67:35: note: Function 'MoveTo' argument 2 names different: declaration 'new_y' definition 'y'.
eureka-1.24-source/src/r_grid.cc:88:44: note: Function 'MoveTo' argument 2 names different: declaration 'new_y' definition 'y'.
eureka-1.24-source/src/r_grid.cc:460:36: style: Function 'DoSetShown' argument 1 names different: declaration 'new_shown' definition 'new_value'. [funcArgNamesDifferent]
eureka-1.24-source/src/r_grid.h:117:25: note: Function 'DoSetShown' argument 1 names different: declaration 'new_shown' definition 'new_value'.
eureka-1.24-source/src/r_grid.cc:460:36: note: Function 'DoSetShown' argument 1 names different: declaration 'new_shown' definition 'new_value'.
eureka-1.24-source/src/r_grid.h:118:7: style: Unused private function: 'Grid_State_c::DoSetScale' [unusedPrivateFunction]
eureka-1.24-source/src/r_grid.h:99:6: performance: Technically the member function 'Grid_State_c::ForceSnapX' can be static. [functionStatic]
eureka-1.24-source/src/r_grid.cc:114:19: note: Technically the member function 'Grid_State_c::ForceSnapX' can be static.
eureka-1.24-source/src/r_grid.h:99:6: note: Technically the member function 'Grid_State_c::ForceSnapX' can be static.
eureka-1.24-source/src/r_grid.h:100:6: performance: Technically the member function 'Grid_State_c::ForceSnapY' can be static. [functionStatic]
eureka-1.24-source/src/r_grid.cc:122:19: note: Technically the member function 'Grid_State_c::ForceSnapY' can be static.
eureka-1.24-source/src/r_grid.h:100:6: note: Technically the member function 'Grid_State_c::ForceSnapY' can be static.
eureka-1.24-source/src/r_render.cc:2495:6: style: Condition 'force_one_dir' is always true [knownConditionTrueFalse]
eureka-1.24-source/src/r_render.cc:2493:23: note: Assignment 'force_one_dir=true', assigned value is 1
eureka-1.24-source/src/r_render.cc:2495:6: note: Condition 'force_one_dir' is always true
eureka-1.24-source/src/r_render.cc:2643:6: style: Condition 'force_one_dir' is always true [knownConditionTrueFalse]
eureka-1.24-source/src/r_render.cc:2641:23: note: Assignment 'force_one_dir=true', assigned value is 1
eureka-1.24-source/src/r_render.cc:2643:6: note: Condition 'force_one_dir' is always true
eureka-1.24-source/src/r_render.cc:3623:6: style: Condition 'do_unpeg' is always true [knownConditionTrueFalse]
eureka-1.24-source/src/r_render.cc:3615:18: note: Assignment 'do_unpeg=true', assigned value is 1
eureka-1.24-source/src/r_render.cc:3623:6: note: Condition 'do_unpeg' is always true
eureka-1.24-source/src/r_render.cc:1216:17: warning: Either the condition 'if(info&&(info->flags&THINGDEF_CEIL))' is redundant or there is possible null pointer dereference: info. [nullPointerRedundantCheck]
eureka-1.24-source/src/r_render.cc:1246:6: note: Assuming that condition 'if(info&&(info->flags&THINGDEF_CEIL))' is not redundant
eureka-1.24-source/src/r_render.cc:1216:17: note: Null pointer dereference
eureka-1.24-source/src/r_render.cc:1295:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eureka-1.24-source/src/r_render.cc:1356:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eureka-1.24-source/src/r_render.cc:1386:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eureka-1.24-source/src/r_render.cc:1409:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eureka-1.24-source/src/r_render.cc:1485:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eureka-1.24-source/src/r_render.cc:1970:20: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eureka-1.24-source/src/r_render.cc:1980:25: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eureka-1.24-source/src/r_render.cc:2026:24: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eureka-1.24-source/src/r_render.cc:2052:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eureka-1.24-source/src/r_render.cc:2054:25: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eureka-1.24-source/src/r_render.cc:89:2: warning: Member variable 'r_editing_info_t::adjust_dx' is not initialized in the constructor. [uninitMemberVar]
eureka-1.24-source/src/r_render.cc:89:2: warning: Member variable 'r_editing_info_t::adjust_dx_factor' is not initialized in the constructor. [uninitMemberVar]
eureka-1.24-source/src/r_render.cc:89:2: warning: Member variable 'r_editing_info_t::adjust_dy' is not initialized in the constructor. [uninitMemberVar]
eureka-1.24-source/src/r_render.cc:89:2: warning: Member variable 'r_editing_info_t::adjust_dy_factor' is not initialized in the constructor. [uninitMemberVar]
eureka-1.24-source/src/r_render.cc:307:2: warning: Member variable 'R_View::aspect_sh' is not initialized in the constructor. [uninitMemberVar]
eureka-1.24-source/src/r_render.cc:307:2: warning: Member variable 'R_View::aspect_sw' is not initialized in the constructor. [uninitMemberVar]
eureka-1.24-source/src/r_render.cc:307:2: warning: Member variable 'R_View::scroll_speed' is not initialized in the constructor. [uninitMemberVar]
eureka-1.24-source/src/r_render.cc:307:2: warning: Member variable 'R_View::nav_fwd' is not initialized in the constructor. [uninitMemberVar]
eureka-1.24-source/src/r_render.cc:307:2: warning: Member variable 'R_View::nav_back' is not initialized in the constructor. [uninitMemberVar]
eureka-1.24-source/src/r_render.cc:307:2: warning: Member variable 'R_View::nav_left' is not initialized in the constructor. [uninitMemberVar]
eureka-1.24-source/src/r_render.cc:307:2: warning: Member variable 'R_View::nav_right' is not initialized in the constructor. [uninitMemberVar]
eureka-1.24-source/src/r_render.cc:307:2: warning: Member variable 'R_View::nav_up' is not initialized in the constructor. [uninitMemberVar]
eureka-1.24-source/src/r_render.cc:307:2: warning: Member variable 'R_View::nav_down' is not initialized in the constructor. [uninitMemberVar]
eureka-1.24-source/src/r_render.cc:307:2: warning: Member variable 'R_View::nav_turn_L' is not initialized in the constructor. [uninitMemberVar]
eureka-1.24-source/src/r_render.cc:307:2: warning: Member variable 'R_View::nav_turn_R' is not initialized in the constructor. [uninitMemberVar]
eureka-1.24-source/src/r_render.cc:910:2: warning: Member variable 'RendInfo::query_wall' is not initialized in the constructor. [uninitMemberVar]
eureka-1.24-source/src/r_render.cc:910:2: warning: Member variable 'RendInfo::query_part' is not initialized in the constructor. [uninitMemberVar]
eureka-1.24-source/src/r_render.cc:910:2: warning: Member variable 'RendInfo::hl_ox' is not initialized in the constructor. [uninitMemberVar]
eureka-1.24-source/src/r_render.cc:910:2: warning: Member variable 'RendInfo::hl_oy' is not initialized in the constructor. [uninitMemberVar]
eureka-1.24-source/src/r_render.cc:154:6: style: Technically the member function 'r_editing_info_t::GrabClipboard' can be const. [functionConst]
eureka-1.24-source/src/r_render.cc:167:7: style: Technically the member function 'r_editing_info_t::StoreClipboard' can be const. [functionConst]
eureka-1.24-source/src/r_render.cc:205:8: style: Technically the member function 'r_editing_info_t::AdjustDistFactor' can be const. [functionConst]
eureka-1.24-source/src/r_render.cc:247:7: style: Technically the member function 'r_editing_info_t::RestoreOffsets' can be const. [functionConst]
eureka-1.24-source/src/r_render.cc:500:6: performance: Technically the member function 'DrawSurf::hashed_color' can be static. [functionStatic]
eureka-1.24-source/src/r_render.cc:1519:7: performance: Technically the member function 'RendInfo::RenderFlatColumn' can be static. [functionStatic]
eureka-1.24-source/src/r_render.cc:1604:7: performance: Technically the member function 'RendInfo::SolidFlatColumn' can be static. [functionStatic]
eureka-1.24-source/src/r_render.cc:1623:7: performance: Technically the member function 'RendInfo::SolidTexColumn' can be static. [functionStatic]
eureka-1.24-source/src/r_render.cc:718:3: style: Struct 'SX2Less' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eureka-1.24-source/src/ui_browser.cc:217:24: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_browser.cc:225:24: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_browser.cc:233:24: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_browser.cc:373:25: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_browser.cc:383:25: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_browser.cc:397:25: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_browser.cc:405:25: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_browser.cc:427:24: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_browser.cc:597:18: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_browser.cc:992:24: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_browser.cc:1014:24: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_browser.cc:1041:24: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_browser.cc:1144:31: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_browser.cc:1441:28: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_browser.cc:1460:28: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_browser.cc:764:20: style: Same expression on both sides of '>' because the value of 'pic_w' and '64' are the same. [duplicateExpression]
eureka-1.24-source/src/ui_browser.cc:761:15: note: 'pic_w' is assigned value '64' here.
eureka-1.24-source/src/ui_browser.cc:764:20: note: Same expression on both sides of '>' because the value of 'pic_w' and '64' are the same.
eureka-1.24-source/src/ui_browser.cc:764:20: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
eureka-1.24-source/src/ui_browser.cc:673:54: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eureka-1.24-source/src/ui_browser.cc:748:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eureka-1.24-source/src/ui_browser.cc:793:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eureka-1.24-source/src/ui_browser.cc:819:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eureka-1.24-source/src/ui_browser.cc:846:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eureka-1.24-source/src/ui_canvas.cc:971:7: style: The scope of the variable 'batch_len' can be reduced. [variableScope]
eureka-1.24-source/src/ui_canvas.cc:768:31: style: Function 'DrawThing' argument 1 names different: declaration 'map_x' definition 'x'. [funcArgNamesDifferent]
eureka-1.24-source/src/ui_canvas.h:137:21: note: Function 'DrawThing' argument 1 names different: declaration 'map_x' definition 'x'.
eureka-1.24-source/src/ui_canvas.cc:768:31: note: Function 'DrawThing' argument 1 names different: declaration 'map_x' definition 'x'.
eureka-1.24-source/src/ui_canvas.cc:768:38: style: Function 'DrawThing' argument 2 names different: declaration 'map_y' definition 'y'. [funcArgNamesDifferent]
eureka-1.24-source/src/ui_canvas.h:137:32: note: Function 'DrawThing' argument 2 names different: declaration 'map_y' definition 'y'.
eureka-1.24-source/src/ui_canvas.cc:768:38: note: Function 'DrawThing' argument 2 names different: declaration 'map_y' definition 'y'.
eureka-1.24-source/src/ui_canvas.cc:64:12: warning: Member variable 'UI_Canvas::split_x' is not initialized in the constructor. [uninitMemberVar]
eureka-1.24-source/src/ui_canvas.cc:64:12: warning: Member variable 'UI_Canvas::split_y' is not initialized in the constructor. [uninitMemberVar]
eureka-1.24-source/src/ui_canvas.cc:64:12: warning: Member variable 'UI_Canvas::selbox_x1' is not initialized in the constructor. [uninitMemberVar]
eureka-1.24-source/src/ui_canvas.cc:64:12: warning: Member variable 'UI_Canvas::selbox_y1' is not initialized in the constructor. [uninitMemberVar]
eureka-1.24-source/src/ui_canvas.cc:64:12: warning: Member variable 'UI_Canvas::selbox_x2' is not initialized in the constructor. [uninitMemberVar]
eureka-1.24-source/src/ui_canvas.cc:64:12: warning: Member variable 'UI_Canvas::selbox_y2' is not initialized in the constructor. [uninitMemberVar]
eureka-1.24-source/src/ui_canvas.cc:64:12: warning: Member variable 'UI_Canvas::drag_start_x' is not initialized in the constructor. [uninitMemberVar]
eureka-1.24-source/src/ui_canvas.cc:64:12: warning: Member variable 'UI_Canvas::drag_start_y' is not initialized in the constructor. [uninitMemberVar]
eureka-1.24-source/src/ui_canvas.cc:64:12: warning: Member variable 'UI_Canvas::drag_focus_x' is not initialized in the constructor. [uninitMemberVar]
eureka-1.24-source/src/ui_canvas.cc:64:12: warning: Member variable 'UI_Canvas::drag_focus_y' is not initialized in the constructor. [uninitMemberVar]
eureka-1.24-source/src/ui_canvas.cc:64:12: warning: Member variable 'UI_Canvas::drag_cur_x' is not initialized in the constructor. [uninitMemberVar]
eureka-1.24-source/src/ui_canvas.cc:64:12: warning: Member variable 'UI_Canvas::drag_cur_y' is not initialized in the constructor. [uninitMemberVar]
eureka-1.24-source/src/ui_canvas.cc:64:12: warning: Member variable 'UI_Canvas::trans_start_x' is not initialized in the constructor. [uninitMemberVar]
eureka-1.24-source/src/ui_canvas.cc:64:12: warning: Member variable 'UI_Canvas::trans_start_y' is not initialized in the constructor. [uninitMemberVar]
eureka-1.24-source/src/ui_canvas.cc:64:12: warning: Member variable 'UI_Canvas::trans_mode' is not initialized in the constructor. [uninitMemberVar]
eureka-1.24-source/src/ui_canvas.cc:64:12: warning: Member variable 'UI_Canvas::trans_param' is not initialized in the constructor. [uninitMemberVar]
eureka-1.24-source/src/ui_canvas.cc:64:12: warning: Member variable 'UI_Canvas::map_lx' is not initialized in the constructor. [uninitMemberVar]
eureka-1.24-source/src/ui_canvas.cc:64:12: warning: Member variable 'UI_Canvas::map_ly' is not initialized in the constructor. [uninitMemberVar]
eureka-1.24-source/src/ui_canvas.cc:64:12: warning: Member variable 'UI_Canvas::map_hx' is not initialized in the constructor. [uninitMemberVar]
eureka-1.24-source/src/ui_canvas.cc:64:12: warning: Member variable 'UI_Canvas::map_hy' is not initialized in the constructor. [uninitMemberVar]
eureka-1.24-source/src/ui_default.cc:52:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
eureka-1.24-source/src/ui_default.cc:270:25: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_default.cc:274:18: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_default.cc:299:25: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_default.cc:304:18: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_default.cc:331:25: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_default.cc:350:25: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_default.cc:380:25: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_default.cc:390:25: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_default.cc:406:25: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_editor.cc:130:23: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_editor.cc:150:23: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_editor.cc:158:23: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_editor.cc:167:23: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_editor.cc:176:23: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_editor.cc:184:23: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_editor.cc:192:23: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_editor.cc:200:23: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_editor.cc:208:23: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_editor.cc:216:23: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_editor.cc:224:23: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_editor.cc:232:23: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_editor.cc:243:23: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_editor.cc:257:23: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_editor.cc:271:23: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_editor.cc:282:23: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_editor.cc:428:24: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_editor.cc:446:24: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_file.cc:183:24: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_file.cc:191:24: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_file.cc:203:24: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_file.cc:212:24: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_file.cc:541:22: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_file.cc:549:22: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_file.cc:561:22: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_file.cc:574:22: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_file.cc:582:22: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_file.cc:591:22: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_file.cc:999:27: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_file.cc:1007:27: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_file.cc:1015:27: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_file.cc:1039:27: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_file.cc:1051:27: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_file.cc:1064:27: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_file.cc:1115:27: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_file.cc:959:3: style: Variable 'entry_id' is modified but its new value is never used. [unreadVariable]
eureka-1.24-source/src/ui_file.cc:499:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eureka-1.24-source/src/ui_file.cc:777:26: style: Boolean variable 'is_startup' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
eureka-1.24-source/src/ui_hyper.cc:165:24: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_linedef.cc:221:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
eureka-1.24-source/src/ui_linedef.cc:239:20: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_linedef.cc:267:20: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_linedef.cc:594:20: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_linedef.cc:604:31: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_linedef.cc:635:31: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_linedef.cc:664:20: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_linedef.cc:677:20: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_linedef.cc:866:35: style: Function 'FlagsFromInt' argument 1 names different: declaration 'flags' definition 'lineflags'. [funcArgNamesDifferent]
eureka-1.24-source/src/ui_linedef.h:95:24: note: Function 'FlagsFromInt' argument 1 names different: declaration 'flags' definition 'lineflags'.
eureka-1.24-source/src/ui_linedef.cc:866:35: note: Function 'FlagsFromInt' argument 1 names different: declaration 'flags' definition 'lineflags'.
eureka-1.24-source/src/ui_misc.cc:92:25: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_misc.cc:100:25: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_misc.cc:230:26: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_misc.cc:238:26: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_misc.cc:329:27: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_misc.cc:337:27: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_misc.cc:419:27: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_misc.cc:427:27: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_misc.cc:436:27: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_pic.cc:178:19: style: Same expression on both sides of '||'. [duplicateExpression]
eureka-1.24-source/src/ui_prefs.cc:324:24: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_prefs.cc:341:24: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_prefs.cc:348:24: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_prefs.cc:356:24: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_prefs.cc:391:24: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_prefs.cc:457:24: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_prefs.cc:464:24: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_prefs.cc:1099:26: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_prefs.cc:1127:26: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_prefs.cc:1157:26: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_prefs.cc:1196:26: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_prefs.cc:1281:26: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_prefs.cc:1306:26: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_replace.cc:214:29: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_replace.cc:512:27: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_replace.cc:522:27: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_replace.cc:652:27: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_replace.cc:660:27: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_replace.cc:668:27: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_replace.cc:676:27: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_replace.cc:684:27: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_replace.cc:713:27: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_replace.cc:851:27: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_replace.cc:1045:27: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_replace.cc:47:2: warning: Member variable 'number_group_c::ranges' is not initialized in the constructor. [uninitMemberVar]
eureka-1.24-source/src/ui_scroll.cc:115:21: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_scroll.cc:498:27: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_sector.cc:248:22: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_sector.cc:286:22: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_sector.cc:325:22: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_sector.cc:346:18: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_sector.cc:400:22: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_sector.cc:442:22: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_sector.cc:526:22: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_sector.cc:565:22: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_sector.cc:596:22: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_sector.cc:629:22: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_sidedef.cc:69:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
eureka-1.24-source/src/ui_sidedef.cc:153:20: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_sidedef.cc:161:18: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_sidedef.cc:242:20: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_sidedef.cc:264:20: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_sidedef.cc:327:20: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_sidedef.cc:364:20: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_sidedef.cc:404:20: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_thing.cc:354:21: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_thing.cc:383:21: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_thing.cc:399:21: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_thing.cc:430:21: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_thing.cc:498:21: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_thing.cc:523:21: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_thing.cc:547:21: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_thing.cc:568:21: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_thing.cc:589:21: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_thing.cc:611:29: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_thing.cc:642:21: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_thing.cc:675:29: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_thing.cc:1042:9: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_thing.cc:1043:9: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_thing.cc:1044:9: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_thing.cc:1066:9: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_thing.cc:1067:9: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_thing.cc:1068:9: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_vertex.cc:52:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
eureka-1.24-source/src/ui_vertex.cc:114:22: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_vertex.cc:135:22: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_vertex.cc:157:22: style: C-style pointer casting [cstyleCast]
eureka-1.24-source/src/ui_window.cc:36:0: error: #error "Require FLTK version 1.3.0 or later" [preprocessorErrorDirective]
eureka-1.24-source/src/w_loadpic.cc:240:14: style: Expression '(X | 0x8) >= 0x8' is always true. [comparisonError]
eureka-1.24-source/src/w_wad.cc:236:2: style: Variable 'fp' is reassigned a value before the old one has been used. [redundantAssignment]
eureka-1.24-source/src/w_wad.cc:233:0: note: Variable 'fp' is reassigned a value before the old one has been used.
eureka-1.24-source/src/w_wad.cc:236:2: note: Variable 'fp' is reassigned a value before the old one has been used.
eureka-1.24-source/src/w_wad.h:173:8: style: Technically the member function 'Wad_file::LevelHeader' can be const. [functionConst]
eureka-1.24-source/src/w_wad.cc:489:17: note: Technically the member function 'Wad_file::LevelHeader' can be const.
eureka-1.24-source/src/w_wad.h:173:8: note: Technically the member function 'Wad_file::LevelHeader' can be const.
eureka-1.24-source/src/w_wad.h:179:8: style: Technically the member function 'Wad_file::LevelFindFirst' can be const. [functionConst]
eureka-1.24-source/src/w_wad.cc:480:17: note: Technically the member function 'Wad_file::LevelFindFirst' can be const.
eureka-1.24-source/src/w_wad.h:179:8: note: Technically the member function 'Wad_file::LevelFindFirst' can be const.
eureka-1.24-source/src/w_wad.h:205:7: style: Technically the member function 'Wad_file::RenameLump' can be const. [functionConst]
eureka-1.24-source/src/w_wad.cc:863:16: note: Technically the member function 'Wad_file::RenameLump' can be const.
eureka-1.24-source/src/w_wad.h:205:7: note: Technically the member function 'Wad_file::RenameLump' can be const.
eureka-1.24-source/src/w_wad.h:253:6: style: Technically the member function 'Wad_file::HighWaterMark' can be const. [functionConst]
eureka-1.24-source/src/w_wad.cc:1067:15: note: Technically the member function 'Wad_file::HighWaterMark' can be const.
eureka-1.24-source/src/w_wad.h:253:6: note: Technically the member function 'Wad_file::HighWaterMark' can be const.
eureka-1.24-source/src/w_wad.h:259:6: style: Technically the member function 'Wad_file::FindFreeSpace' can be const. [functionConst]
eureka-1.24-source/src/w_wad.cc:1091:15: note: Technically the member function 'Wad_file::FindFreeSpace' can be const.
eureka-1.24-source/src/w_wad.h:259:6: note: Technically the member function 'Wad_file::FindFreeSpace' can be const.
eureka-1.24-source/src/w_wad.h:274:7: performance: Technically the member function 'Wad_file::FixGroup' can be static. [functionStatic]
eureka-1.24-source/src/w_wad.cc:961:16: note: Technically the member function 'Wad_file::FixGroup' can be static.
eureka-1.24-source/src/w_wad.h:274:7: note: Technically the member function 'Wad_file::FixGroup' can be static.
[19:03]

ftp://ftp.se.debian.org/debian/pool/main/e/eurephia/eurephia_1.1.0.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/e/evas/evas_1.2.0.orig.tar.gz
evas-1.2.0/src/bin/evas_cserve_main.c:998:14: style: Variable 'file' is reassigned a value before the old one has been used. [redundantAssignment]
evas-1.2.0/src/bin/evas_cserve_main.c:993:0: note: Variable 'file' is reassigned a value before the old one has been used.
evas-1.2.0/src/bin/evas_cserve_main.c:998:14: note: Variable 'file' is reassigned a value before the old one has been used.
evas-1.2.0/src/bin/evas_cserve_main.c:999:14: style: Variable 'key' is reassigned a value before the old one has been used. [redundantAssignment]
evas-1.2.0/src/bin/evas_cserve_main.c:993:0: note: Variable 'key' is reassigned a value before the old one has been used.
evas-1.2.0/src/bin/evas_cserve_main.c:999:14: note: Variable 'key' is reassigned a value before the old one has been used.
evas-1.2.0/src/bin/evas_cserve_main.c:93:9: style: struct member '_Load_Inf::img' is never used. [unusedStructMember]
evas-1.2.0/src/bin/evas_cserve_main.c:94:12: style: struct member '_Load_Inf::c' is never used. [unusedStructMember]
evas-1.2.0/src/bin/evas_cserve_main.c:958:27: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
evas-1.2.0/src/lib/cache/evas_cache_engine_image.c:268:26: style: The scope of the variable 'eim' can be reduced. [variableScope]
evas-1.2.0/src/lib/cache/evas_cache_image.c:724:35: warning: Either the condition 'lo' is redundant or there is possible null pointer dereference: lo. [nullPointerRedundantCheck]
evas-1.2.0/src/lib/cache/evas_cache_image.c:710:9: note: Assuming that condition 'lo' is not redundant
evas-1.2.0/src/lib/cache/evas_cache_image.c:724:35: note: Null pointer dereference
evas-1.2.0/src/lib/cache/evas_cache_image.c:727:35: warning: Either the condition 'lo' is redundant or there is possible null pointer dereference: lo. [nullPointerRedundantCheck]
evas-1.2.0/src/lib/cache/evas_cache_image.c:710:9: note: Assuming that condition 'lo' is not redundant
evas-1.2.0/src/lib/cache/evas_cache_image.c:727:35: note: Null pointer dereference
evas-1.2.0/src/lib/cache/evas_cache_image.c:730:35: warning: Either the condition 'lo' is redundant or there is possible null pointer dereference: lo. [nullPointerRedundantCheck]
evas-1.2.0/src/lib/cache/evas_cache_image.c:710:9: note: Assuming that condition 'lo' is not redundant
evas-1.2.0/src/lib/cache/evas_cache_image.c:730:35: note: Null pointer dereference
evas-1.2.0/src/lib/cache/evas_cache_image.c:733:35: warning: Either the condition 'lo' is redundant or there is possible null pointer dereference: lo. [nullPointerRedundantCheck]
evas-1.2.0/src/lib/cache/evas_cache_image.c:710:9: note: Assuming that condition 'lo' is not redundant
evas-1.2.0/src/lib/cache/evas_cache_image.c:733:35: note: Null pointer dereference
evas-1.2.0/src/lib/cache/evas_cache_image.c:736:35: warning: Either the condition 'lo' is redundant or there is possible null pointer dereference: lo. [nullPointerRedundantCheck]
evas-1.2.0/src/lib/cache/evas_cache_image.c:710:9: note: Assuming that condition 'lo' is not redundant
evas-1.2.0/src/lib/cache/evas_cache_image.c:736:35: note: Null pointer dereference
evas-1.2.0/src/lib/cache/evas_cache_image.c:739:35: warning: Either the condition 'lo' is redundant or there is possible null pointer dereference: lo. [nullPointerRedundantCheck]
evas-1.2.0/src/lib/cache/evas_cache_image.c:710:9: note: Assuming that condition 'lo' is not redundant
evas-1.2.0/src/lib/cache/evas_cache_image.c:739:35: note: Null pointer dereference
evas-1.2.0/src/lib/cache/evas_cache_image.c:742:35: warning: Either the condition 'lo' is redundant or there is possible null pointer dereference: lo. [nullPointerRedundantCheck]
evas-1.2.0/src/lib/cache/evas_cache_image.c:710:9: note: Assuming that condition 'lo' is not redundant
evas-1.2.0/src/lib/cache/evas_cache_image.c:742:35: note: Null pointer dereference
evas-1.2.0/src/lib/cache/evas_cache_image.c:745:35: warning: Either the condition 'lo' is redundant or there is possible null pointer dereference: lo. [nullPointerRedundantCheck]
evas-1.2.0/src/lib/cache/evas_cache_image.c:710:9: note: Assuming that condition 'lo' is not redundant
evas-1.2.0/src/lib/cache/evas_cache_image.c:745:35: note: Null pointer dereference
evas-1.2.0/src/lib/cache/evas_cache_image.c:747:13: warning: Either the condition 'lo' is redundant or there is possible null pointer dereference: lo. [nullPointerRedundantCheck]
evas-1.2.0/src/lib/cache/evas_cache_image.c:710:9: note: Assuming that condition 'lo' is not redundant
evas-1.2.0/src/lib/cache/evas_cache_image.c:747:13: note: Null pointer dereference
evas-1.2.0/src/lib/cache/evas_cache_image.c:701:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
evas-1.2.0/src/lib/canvas/evas_callbacks.c:295:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_callbacks.c:329:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_callbacks.c:360:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_callbacks.c:398:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_callbacks.c:431:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_callbacks.c:462:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_callbacks.c:492:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_callbacks.c:513:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_callbacks.c:533:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_clip.c:169:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_clip.c:177:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_clip.c:262:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_clip.c:271:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_clip.c:319:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_clip.c:20:15: style: The scope of the variable 'l' can be reduced. [variableScope]
evas-1.2.0/src/lib/canvas/evas_clip.c:21:17: style: The scope of the variable 'data' can be reduced. [variableScope]
evas-1.2.0/src/lib/canvas/evas_clip.c:124:15: style: The scope of the variable 'l' can be reduced. [variableScope]
evas-1.2.0/src/lib/canvas/evas_clip.c:125:17: style: The scope of the variable 'obj2' can be reduced. [variableScope]
evas-1.2.0/src/lib/canvas/evas_data.c:12:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_data.c:32:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_data.c:57:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_events.c:15:71: warning: Comparison of a boolean expression with an integer other than 0 or 1. [compareBoolExpressionWithInt]
evas-1.2.0/src/lib/canvas/evas_events.c:168:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_events.c:177:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_events.c:186:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_events.c:195:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_events.c:221:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_events.c:230:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_events.c:248:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_events.c:442:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_events.c:528:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_events.c:552:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_events.c:599:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_events.c:1025:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_events.c:1083:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_events.c:1154:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_events.c:1236:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_events.c:1307:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_events.c:1458:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_events.c:1545:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_events.c:1634:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_events.c:1666:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_events.c:1679:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_events.c:1688:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_events.c:1712:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_events.c:1721:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_events.c:1744:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_events.c:1753:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_events.c:1762:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_events.c:1771:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_events.c:1780:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_events.c:1865:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_events.c:331:15: style: The scope of the variable 'l' can be reduced. [variableScope]
evas-1.2.0/src/lib/canvas/evas_events.c:438:15: style: The scope of the variable 'l' can be reduced. [variableScope]
evas-1.2.0/src/lib/canvas/evas_events.c:438:19: style: The scope of the variable 'copy' can be reduced. [variableScope]
evas-1.2.0/src/lib/canvas/evas_events.c:252:28: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 250. [shiftTooManyBitsSigned]
evas-1.2.0/src/lib/canvas/evas_events.c:250:22: note: Assuming that condition 'b>32' is not redundant
evas-1.2.0/src/lib/canvas/evas_events.c:252:28: note: Shift
evas-1.2.0/src/lib/canvas/evas_events.c:446:29: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 444. [shiftTooManyBitsSigned]
evas-1.2.0/src/lib/canvas/evas_events.c:444:22: note: Assuming that condition 'b>32' is not redundant
evas-1.2.0/src/lib/canvas/evas_events.c:446:29: note: Shift
evas-1.2.0/src/lib/canvas/evas_events.c:535:37: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
evas-1.2.0/src/lib/canvas/evas_focus.c:16:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_focus.c:50:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_focus.c:59:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_font_dir.c:368:23: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR' is always true. [redundantCondition]
evas-1.2.0/src/lib/canvas/evas_font_dir.c:1018:14: warning: Width 4090 given in format string (no. 1) is smaller than destination buffer 'fname[4096]'. [invalidScanfFormatWidth_smaller]
evas-1.2.0/src/lib/canvas/evas_font_dir.c:1095:14: warning: Width 4090 given in format string (no. 1) is smaller than destination buffer 'fname[4096]'. [invalidScanfFormatWidth_smaller]
evas-1.2.0/src/lib/canvas/evas_font_dir.c:1202:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_font_dir.c:1215:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_font_dir.c:1226:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_font_dir.c:1237:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_font_dir.c:1265:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_font_dir.c:1283:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_font_dir.c:1292:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_font_dir.c:1304:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_font_dir.c:1314:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_font_dir.c:1325:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_font_dir.c:1335:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_font_dir.c:1345:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_font_dir.c:115:8: style: The scope of the variable 'nm' can be reduced. [variableScope]
evas-1.2.0/src/lib/canvas/evas_font_dir.c:153:11: style: The scope of the variable 'fd' can be reduced. [variableScope]
evas-1.2.0/src/lib/canvas/evas_font_dir.c:869:10: style: The scope of the variable 'tmp' can be reduced. [variableScope]
evas-1.2.0/src/lib/canvas/evas_font_dir.c:1021:9: style: The scope of the variable 'i' can be reduced. [variableScope]
evas-1.2.0/src/lib/canvas/evas_font_dir.c:859:43: style: Function 'font_cache_dir_free' argument 1 names different: declaration 'hash' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/canvas/evas_font_dir.c:43:55: note: Function 'font_cache_dir_free' argument 1 names different: declaration 'hash' definition '__UNUSED__'.
evas-1.2.0/src/lib/canvas/evas_font_dir.c:859:43: note: Function 'font_cache_dir_free' argument 1 names different: declaration 'hash' definition '__UNUSED__'.
evas-1.2.0/src/lib/canvas/evas_font_dir.c:859:96: style: Function 'font_cache_dir_free' argument 4 names different: declaration 'fdata' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/canvas/evas_font_dir.c:43:96: note: Function 'font_cache_dir_free' argument 4 names different: declaration 'fdata' definition '__UNUSED__'.
evas-1.2.0/src/lib/canvas/evas_font_dir.c:859:96: note: Function 'font_cache_dir_free' argument 4 names different: declaration 'fdata' definition '__UNUSED__'.
evas-1.2.0/src/lib/canvas/evas_font_dir.c:1138:42: style: Function 'object_text_font_cache_dir_del' argument 1 names different: declaration 'dir' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/canvas/evas_font_dir.c:50:50: note: Function 'object_text_font_cache_dir_del' argument 1 names different: declaration 'dir' definition '__UNUSED__'.
evas-1.2.0/src/lib/canvas/evas_font_dir.c:1138:42: note: Function 'object_text_font_cache_dir_del' argument 1 names different: declaration 'dir' definition '__UNUSED__'.
evas-1.2.0/src/lib/canvas/evas_font_dir.c:120:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
evas-1.2.0/src/lib/canvas/evas_font_dir.c:1064:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
evas-1.2.0/src/lib/canvas/evas_font_dir.c:1018:14: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
evas-1.2.0/src/lib/canvas/evas_font_dir.c:1095:14: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
evas-1.2.0/src/lib/canvas/evas_gl.c:144:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
evas-1.2.0/src/lib/canvas/evas_gl.c:212:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
evas-1.2.0/src/lib/canvas/evas_gl.c:32:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_gl.c:55:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_gl.c:95:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_gl.c:128:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_gl.c:155:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_gl.c:196:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_gl.c:222:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_gl.c:237:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_gl.c:247:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_gl.c:257:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_gl.c:268:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_key.c:39:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_key.c:48:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_key.c:89:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_key.c:106:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_key.c:129:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_key.c:146:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_key.c:173:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_key.c:189:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_key.c:205:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_key.c:221:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_key.c:239:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_key_grab.c:144:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_key_grab.c:165:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_layer.c:145:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_layer.c:187:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_layer.c:87:16: style: The scope of the variable 'tmp' can be reduced. [variableScope]
evas-1.2.0/src/lib/canvas/evas_main.c:159:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_main.c:273:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_main.c:302:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_main.c:314:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_main.c:329:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_main.c:341:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_main.c:366:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_main.c:377:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_main.c:407:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_main.c:420:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_main.c:442:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_main.c:455:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_main.c:465:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_main.c:475:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_main.c:485:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_main.c:543:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_main.c:555:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_main.c:565:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_main.c:574:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_main.c:583:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_main.c:592:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_main.c:601:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_main.c:612:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_main.c:623:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_map.c:225:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_map.c:373:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_map.c:416:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_map.c:426:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_map.c:435:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_map.c:444:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_map.c:510:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_map.c:532:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_map.c:542:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_map.c:552:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_map.c:562:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_map.c:572:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_map.c:582:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_map.c:592:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_map.c:602:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_map.c:618:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_map.c:640:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_map.c:655:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_map.c:675:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_map.c:692:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_map.c:709:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_map.c:725:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_map.c:745:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_map.c:760:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_map.c:780:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_map.c:810:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_map.c:838:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_map.c:893:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_map.c:972:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_map.c:1011:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_map.c:8:8: style: The scope of the variable 'is' can be reduced. [variableScope]
evas-1.2.0/src/lib/canvas/evas_map.c:8:12: style: The scope of the variable 'was' can be reduced. [variableScope]
evas-1.2.0/src/lib/canvas/evas_map.c:1013:11: style: The scope of the variable 'j' can be reduced. [variableScope]
evas-1.2.0/src/lib/canvas/evas_map.c:1013:14: style: The scope of the variable 'k' can be reduced. [variableScope]
evas-1.2.0/src/lib/canvas/evas_map.c:1014:14: style: The scope of the variable 'c' can be reduced. [variableScope]
evas-1.2.0/src/lib/canvas/evas_name.c:9:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_name.c:28:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_name.c:37:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_name.c:69:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_box.c:121:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
evas-1.2.0/src/lib/canvas/evas_object_box.c:149:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
evas-1.2.0/src/lib/canvas/evas_object_box.c:514:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
evas-1.2.0/src/lib/canvas/evas_object_box.c:591:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
evas-1.2.0/src/lib/canvas/evas_object_box.c:1709:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
evas-1.2.0/src/lib/canvas/evas_object_box.c:1736:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
evas-1.2.0/src/lib/canvas/evas_object_box.c:1393:11: warning: Size of pointer 'row_width' used instead of size of its data. [pointerSize]
evas-1.2.0/src/lib/canvas/evas_object_box.c:1573:11: warning: Size of pointer 'col_height' used instead of size of its data. [pointerSize]
evas-1.2.0/src/lib/canvas/evas_object_box.c:764:41: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
evas-1.2.0/src/lib/canvas/evas_object_box.c:922:41: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
evas-1.2.0/src/lib/canvas/evas_object_box.c:1383:23: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
evas-1.2.0/src/lib/canvas/evas_object_box.c:1386:23: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
evas-1.2.0/src/lib/canvas/evas_object_box.c:1389:23: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
evas-1.2.0/src/lib/canvas/evas_object_box.c:1563:23: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
evas-1.2.0/src/lib/canvas/evas_object_box.c:1566:23: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
evas-1.2.0/src/lib/canvas/evas_object_box.c:1569:24: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
evas-1.2.0/src/lib/canvas/evas_object_grid.c:204:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
evas-1.2.0/src/lib/canvas/evas_object_grid.c:259:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
evas-1.2.0/src/lib/canvas/evas_object_grid.c:271:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
evas-1.2.0/src/lib/canvas/evas_object_grid.c:354:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
evas-1.2.0/src/lib/canvas/evas_object_grid.c:458:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
evas-1.2.0/src/lib/canvas/evas_object_image.c:179:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_image.c:282:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_image.c:313:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_image.c:412:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_image.c:418:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_image.c:430:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_image.c:460:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_image.c:482:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_image.c:515:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_image.c:523:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_image.c:537:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_image.c:555:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_image.c:570:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_image.c:600:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_image.c:616:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_image.c:634:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_image.c:653:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_image.c:682:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_image.c:690:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_image.c:705:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_image.c:723:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_image.c:739:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_image.c:803:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_image.c:809:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_image.c:821:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_image.c:836:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_image.c:852:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_image.c:885:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_image.c:965:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_image.c:1021:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_image.c:1064:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_image.c:1116:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_image.c:1136:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_image.c:1190:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_image.c:1205:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_image.c:1225:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_image.c:1240:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_image.c:1275:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_image.c:1339:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_image.c:1427:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_image.c:1443:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_image.c:1461:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_image.c:1477:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_image.c:1501:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_image.c:1516:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_image.c:1541:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_image.c:1557:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_image.c:1581:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_image.c:1596:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_image.c:1624:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_image.c:1642:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_image.c:1657:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_image.c:1672:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_image.c:1701:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_image.c:1716:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_image.c:1764:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_image.c:1780:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_image.c:1803:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_image.c:1820:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_image.c:1856:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_image.c:1871:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_image.c:1909:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_image.c:1929:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_image.c:1944:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_image.c:1963:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_image.c:1981:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_image.c:2000:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_image.c:2020:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_image.c:2044:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_image.c:2070:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_image.c:2104:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_image.c:2116:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_image.c:2161:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_image.c:2172:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_image.c:2183:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_image.c:2722:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_image.c:3886:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_image.c:2910:6: style: The scope of the variable 'ix' can be reduced. [variableScope]
evas-1.2.0/src/lib/canvas/evas_object_image.c:2910:10: style: The scope of the variable 'iy' can be reduced. [variableScope]
evas-1.2.0/src/lib/canvas/evas_object_image.c:2910:14: style: The scope of the variable 'iw' can be reduced. [variableScope]
evas-1.2.0/src/lib/canvas/evas_object_image.c:2910:18: style: The scope of the variable 'ih' can be reduced. [variableScope]
evas-1.2.0/src/lib/canvas/evas_object_image.c:3379:28: style: The scope of the variable 'x' can be reduced. [variableScope]
evas-1.2.0/src/lib/canvas/evas_object_image.c:3379:34: style: The scope of the variable 'w' can be reduced. [variableScope]
evas-1.2.0/src/lib/canvas/evas_object_image.c:3806:44: style: Function 'evas_object_image_can_map' argument 1 names different: declaration 'obj' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/canvas/evas_object_image.c:118:51: note: Function 'evas_object_image_can_map' argument 1 names different: declaration 'obj' definition '__UNUSED__'.
evas-1.2.0/src/lib/canvas/evas_object_image.c:3806:44: note: Function 'evas_object_image_can_map' argument 1 names different: declaration 'obj' definition '__UNUSED__'.
evas-1.2.0/src/lib/canvas/evas_object_image.c:3870:53: style: Function 'evas_object_image_filled_resize_listener' argument 1 names different: declaration 'data' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/canvas/evas_object_image.c:121:60: note: Function 'evas_object_image_filled_resize_listener' argument 1 names different: declaration 'data' definition '__UNUSED__'.
evas-1.2.0/src/lib/canvas/evas_object_image.c:3870:53: note: Function 'evas_object_image_filled_resize_listener' argument 1 names different: declaration 'data' definition '__UNUSED__'.
evas-1.2.0/src/lib/canvas/evas_object_image.c:3870:73: style: Function 'evas_object_image_filled_resize_listener' argument 2 names different: declaration 'e' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/canvas/evas_object_image.c:121:72: note: Function 'evas_object_image_filled_resize_listener' argument 2 names different: declaration 'e' definition '__UNUSED__'.
evas-1.2.0/src/lib/canvas/evas_object_image.c:3870:73: note: Function 'evas_object_image_filled_resize_listener' argument 2 names different: declaration 'e' definition '__UNUSED__'.
evas-1.2.0/src/lib/canvas/evas_object_image.c:3870:115: style: Function 'evas_object_image_filled_resize_listener' argument 4 names different: declaration 'einfo' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/canvas/evas_object_image.c:121:99: note: Function 'evas_object_image_filled_resize_listener' argument 4 names different: declaration 'einfo' definition '__UNUSED__'.
evas-1.2.0/src/lib/canvas/evas_object_image.c:3870:115: note: Function 'evas_object_image_filled_resize_listener' argument 4 names different: declaration 'einfo' definition '__UNUSED__'.
evas-1.2.0/src/lib/canvas/evas_object_intercept.c:232:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_intercept.c:247:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_intercept.c:262:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_intercept.c:277:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_intercept.c:292:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_intercept.c:307:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_intercept.c:322:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_intercept.c:337:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_intercept.c:352:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_intercept.c:367:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_intercept.c:382:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_intercept.c:397:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_intercept.c:412:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_intercept.c:427:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_intercept.c:442:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_intercept.c:457:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_intercept.c:472:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_intercept.c:487:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_intercept.c:502:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_intercept.c:517:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_intercept.c:532:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_intercept.c:547:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_intercept.c:562:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_intercept.c:577:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_line.c:84:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_line.c:100:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_line.c:180:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_line.c:188:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_line.c:248:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_line.c:96:8: style: The scope of the variable 'is' can be reduced. [variableScope]
evas-1.2.0/src/lib/canvas/evas_object_line.c:416:45: style: Function 'evas_object_line_is_opaque' argument 1 names different: declaration 'obj' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/canvas/evas_object_line.c:40:52: note: Function 'evas_object_line_is_opaque' argument 1 names different: declaration 'obj' definition '__UNUSED__'.
evas-1.2.0/src/lib/canvas/evas_object_line.c:416:45: note: Function 'evas_object_line_is_opaque' argument 1 names different: declaration 'obj' definition '__UNUSED__'.
evas-1.2.0/src/lib/canvas/evas_object_line.c:424:46: style: Function 'evas_object_line_was_opaque' argument 1 names different: declaration 'obj' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/canvas/evas_object_line.c:41:53: note: Function 'evas_object_line_was_opaque' argument 1 names different: declaration 'obj' definition '__UNUSED__'.
evas-1.2.0/src/lib/canvas/evas_object_line.c:424:46: note: Function 'evas_object_line_was_opaque' argument 1 names different: declaration 'obj' definition '__UNUSED__'.
evas-1.2.0/src/lib/canvas/evas_object_line.c:432:45: style: Function 'evas_object_line_is_inside' argument 1 names different: declaration 'obj' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/canvas/evas_object_line.c:42:52: note: Function 'evas_object_line_is_inside' argument 1 names different: declaration 'obj' definition '__UNUSED__'.
evas-1.2.0/src/lib/canvas/evas_object_line.c:432:45: note: Function 'evas_object_line_is_inside' argument 1 names different: declaration 'obj' definition '__UNUSED__'.
evas-1.2.0/src/lib/canvas/evas_object_line.c:432:70: style: Function 'evas_object_line_is_inside' argument 2 names different: declaration 'x' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/canvas/evas_object_line.c:42:68: note: Function 'evas_object_line_is_inside' argument 2 names different: declaration 'x' definition '__UNUSED__'.
evas-1.2.0/src/lib/canvas/evas_object_line.c:432:70: note: Function 'evas_object_line_is_inside' argument 2 names different: declaration 'x' definition '__UNUSED__'.
evas-1.2.0/src/lib/canvas/evas_object_line.c:432:95: style: Function 'evas_object_line_is_inside' argument 3 names different: declaration 'y' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/canvas/evas_object_line.c:42:82: note: Function 'evas_object_line_is_inside' argument 3 names different: declaration 'y' definition '__UNUSED__'.
evas-1.2.0/src/lib/canvas/evas_object_line.c:432:95: note: Function 'evas_object_line_is_inside' argument 3 names different: declaration 'y' definition '__UNUSED__'.
evas-1.2.0/src/lib/canvas/evas_object_line.c:441:46: style: Function 'evas_object_line_was_inside' argument 1 names different: declaration 'obj' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/canvas/evas_object_line.c:43:53: note: Function 'evas_object_line_was_inside' argument 1 names different: declaration 'obj' definition '__UNUSED__'.
evas-1.2.0/src/lib/canvas/evas_object_line.c:441:46: note: Function 'evas_object_line_was_inside' argument 1 names different: declaration 'obj' definition '__UNUSED__'.
evas-1.2.0/src/lib/canvas/evas_object_line.c:441:71: style: Function 'evas_object_line_was_inside' argument 2 names different: declaration 'x' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/canvas/evas_object_line.c:43:69: note: Function 'evas_object_line_was_inside' argument 2 names different: declaration 'x' definition '__UNUSED__'.
evas-1.2.0/src/lib/canvas/evas_object_line.c:441:71: note: Function 'evas_object_line_was_inside' argument 2 names different: declaration 'x' definition '__UNUSED__'.
evas-1.2.0/src/lib/canvas/evas_object_line.c:441:96: style: Function 'evas_object_line_was_inside' argument 3 names different: declaration 'y' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/canvas/evas_object_line.c:43:83: note: Function 'evas_object_line_was_inside' argument 3 names different: declaration 'y' definition '__UNUSED__'.
evas-1.2.0/src/lib/canvas/evas_object_line.c:441:96: note: Function 'evas_object_line_was_inside' argument 3 names different: declaration 'y' definition '__UNUSED__'.
evas-1.2.0/src/lib/canvas/evas_object_main.c:373:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_main.c:382:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_main.c:393:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_main.c:402:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_main.c:463:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_main.c:546:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_main.c:632:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_main.c:666:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_main.c:681:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_main.c:698:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_main.c:713:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_main.c:730:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_main.c:745:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_main.c:763:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_main.c:780:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_main.c:798:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_main.c:813:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_main.c:830:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_main.c:845:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_main.c:863:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_main.c:881:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_main.c:899:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_main.c:942:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_main.c:1036:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_main.c:1046:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_main.c:1093:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_main.c:1110:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_main.c:1123:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_main.c:1133:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_main.c:1146:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_main.c:1156:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_main.c:1168:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_main.c:1178:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_main.c:1191:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_main.c:1230:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_main.c:1269:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_main.c:1314:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_main.c:1349:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_main.c:1359:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_main.c:1368:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_main.c:1377:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_main.c:1386:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_main.c:1395:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_main.c:1404:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_main.c:458:8: style: The scope of the variable 'is' can be reduced. [variableScope]
evas-1.2.0/src/lib/canvas/evas_object_main.c:458:31: style: The scope of the variable 'freeze' can be reduced. [variableScope]
evas-1.2.0/src/lib/canvas/evas_object_main.c:541:8: style: The scope of the variable 'is' can be reduced. [variableScope]
evas-1.2.0/src/lib/canvas/evas_object_main.c:541:31: style: The scope of the variable 'freeze' can be reduced. [variableScope]
evas-1.2.0/src/lib/canvas/evas_object_polygon.c:83:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_polygon.c:100:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_polygon.c:200:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_polygon.c:281:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_polygon.c:96:8: style: The scope of the variable 'is' can be reduced. [variableScope]
evas-1.2.0/src/lib/canvas/evas_object_polygon.c:299:15: style: The scope of the variable 'l' can be reduced. [variableScope]
evas-1.2.0/src/lib/canvas/evas_object_polygon.c:300:24: style: The scope of the variable 'p' can be reduced. [variableScope]
evas-1.2.0/src/lib/canvas/evas_object_polygon.c:474:48: style: Function 'evas_object_polygon_is_opaque' argument 1 names different: declaration 'obj' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/canvas/evas_object_polygon.c:40:55: note: Function 'evas_object_polygon_is_opaque' argument 1 names different: declaration 'obj' definition '__UNUSED__'.
evas-1.2.0/src/lib/canvas/evas_object_polygon.c:474:48: note: Function 'evas_object_polygon_is_opaque' argument 1 names different: declaration 'obj' definition '__UNUSED__'.
evas-1.2.0/src/lib/canvas/evas_object_polygon.c:482:49: style: Function 'evas_object_polygon_was_opaque' argument 1 names different: declaration 'obj' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/canvas/evas_object_polygon.c:41:56: note: Function 'evas_object_polygon_was_opaque' argument 1 names different: declaration 'obj' definition '__UNUSED__'.
evas-1.2.0/src/lib/canvas/evas_object_polygon.c:482:49: note: Function 'evas_object_polygon_was_opaque' argument 1 names different: declaration 'obj' definition '__UNUSED__'.
evas-1.2.0/src/lib/canvas/evas_object_polygon.c:548:49: style: Function 'evas_object_polygon_was_inside' argument 1 names different: declaration 'obj' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/canvas/evas_object_polygon.c:43:56: note: Function 'evas_object_polygon_was_inside' argument 1 names different: declaration 'obj' definition '__UNUSED__'.
evas-1.2.0/src/lib/canvas/evas_object_polygon.c:548:49: note: Function 'evas_object_polygon_was_inside' argument 1 names different: declaration 'obj' definition '__UNUSED__'.
evas-1.2.0/src/lib/canvas/evas_object_polygon.c:548:74: style: Function 'evas_object_polygon_was_inside' argument 2 names different: declaration 'x' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/canvas/evas_object_polygon.c:43:72: note: Function 'evas_object_polygon_was_inside' argument 2 names different: declaration 'x' definition '__UNUSED__'.
evas-1.2.0/src/lib/canvas/evas_object_polygon.c:548:74: note: Function 'evas_object_polygon_was_inside' argument 2 names different: declaration 'x' definition '__UNUSED__'.
evas-1.2.0/src/lib/canvas/evas_object_polygon.c:548:99: style: Function 'evas_object_polygon_was_inside' argument 3 names different: declaration 'y' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/canvas/evas_object_polygon.c:43:86: note: Function 'evas_object_polygon_was_inside' argument 3 names different: declaration 'y' definition '__UNUSED__'.
evas-1.2.0/src/lib/canvas/evas_object_polygon.c:548:99: note: Function 'evas_object_polygon_was_inside' argument 3 names different: declaration 'y' definition '__UNUSED__'.
evas-1.2.0/src/lib/canvas/evas_object_rectangle.c:80:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_rectangle.c:134:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_smart.c:79:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_smart.c:94:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_smart.c:107:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_smart.c:122:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_smart.c:141:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
evas-1.2.0/src/lib/canvas/evas_object_smart.c:147:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
evas-1.2.0/src/lib/canvas/evas_object_smart.c:154:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
evas-1.2.0/src/lib/canvas/evas_object_smart.c:183:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_smart.c:208:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_smart.c:220:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_smart.c:242:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_smart.c:266:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_smart.c:286:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_smart.c:309:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_smart.c:355:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_smart.c:383:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_smart.c:414:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_smart.c:446:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_smart.c:479:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_smart.c:516:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_smart.c:524:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_smart.c:553:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_smart.c:559:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_smart.c:576:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_smart.c:612:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_smart.c:627:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_smart.c:645:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_smart.c:654:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_smart.c:710:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_smart.c:795:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_smart.c:894:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_smart.c:721:25: style: The scope of the variable 'cb' can be reduced. [variableScope]
evas-1.2.0/src/lib/canvas/evas_object_smart.c:901:43: style: Function 'evas_object_smart_render' argument 1 names different: declaration 'obj' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/canvas/evas_object_smart.c:33:51: note: Function 'evas_object_smart_render' argument 1 names different: declaration 'obj' definition '__UNUSED__'.
evas-1.2.0/src/lib/canvas/evas_object_smart.c:901:43: note: Function 'evas_object_smart_render' argument 1 names different: declaration 'obj' definition '__UNUSED__'.
evas-1.2.0/src/lib/canvas/evas_object_smart.c:901:68: style: Function 'evas_object_smart_render' argument 2 names different: declaration 'output' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/canvas/evas_object_smart.c:33:62: note: Function 'evas_object_smart_render' argument 2 names different: declaration 'output' definition '__UNUSED__'.
evas-1.2.0/src/lib/canvas/evas_object_smart.c:901:68: note: Function 'evas_object_smart_render' argument 2 names different: declaration 'output' definition '__UNUSED__'.
evas-1.2.0/src/lib/canvas/evas_object_smart.c:901:94: style: Function 'evas_object_smart_render' argument 3 names different: declaration 'context' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/canvas/evas_object_smart.c:33:76: note: Function 'evas_object_smart_render' argument 3 names different: declaration 'context' definition '__UNUSED__'.
evas-1.2.0/src/lib/canvas/evas_object_smart.c:901:94: note: Function 'evas_object_smart_render' argument 3 names different: declaration 'context' definition '__UNUSED__'.
evas-1.2.0/src/lib/canvas/evas_object_smart.c:901:120: style: Function 'evas_object_smart_render' argument 4 names different: declaration 'surface' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/canvas/evas_object_smart.c:33:91: note: Function 'evas_object_smart_render' argument 4 names different: declaration 'surface' definition '__UNUSED__'.
evas-1.2.0/src/lib/canvas/evas_object_smart.c:901:120: note: Function 'evas_object_smart_render' argument 4 names different: declaration 'surface' definition '__UNUSED__'.
evas-1.2.0/src/lib/canvas/evas_object_smart.c:901:138: style: Function 'evas_object_smart_render' argument 5 names different: declaration 'x' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/canvas/evas_object_smart.c:33:104: note: Function 'evas_object_smart_render' argument 5 names different: declaration 'x' definition '__UNUSED__'.
evas-1.2.0/src/lib/canvas/evas_object_smart.c:901:138: note: Function 'evas_object_smart_render' argument 5 names different: declaration 'x' definition '__UNUSED__'.
evas-1.2.0/src/lib/canvas/evas_object_smart.c:901:156: style: Function 'evas_object_smart_render' argument 6 names different: declaration 'y' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/canvas/evas_object_smart.c:33:111: note: Function 'evas_object_smart_render' argument 6 names different: declaration 'y' definition '__UNUSED__'.
evas-1.2.0/src/lib/canvas/evas_object_smart.c:901:156: note: Function 'evas_object_smart_render' argument 6 names different: declaration 'y' definition '__UNUSED__'.
evas-1.2.0/src/lib/canvas/evas_object_smart_clipped.c:57:4: style: Variable 'cso->clipper' is reassigned a value before the old one has been used. [redundantAssignment]
evas-1.2.0/src/lib/canvas/evas_object_smart_clipped.c:55:4: note: Variable 'cso->clipper' is reassigned a value before the old one has been used.
evas-1.2.0/src/lib/canvas/evas_object_smart_clipped.c:57:4: note: Variable 'cso->clipper' is reassigned a value before the old one has been used.
evas-1.2.0/src/lib/canvas/evas_object_table.c:253:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
evas-1.2.0/src/lib/canvas/evas_object_table.c:933:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
evas-1.2.0/src/lib/canvas/evas_object_table.c:978:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
evas-1.2.0/src/lib/canvas/evas_object_table.c:996:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
evas-1.2.0/src/lib/canvas/evas_object_table.c:1023:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
evas-1.2.0/src/lib/canvas/evas_object_table.c:1247:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
evas-1.2.0/src/lib/canvas/evas_object_table.c:1367:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
evas-1.2.0/src/lib/canvas/evas_object_text.c:588:8: style: Condition 'v_to_l' is always false [knownConditionTrueFalse]
evas-1.2.0/src/lib/canvas/evas_object_text.c:532:31: note: Assignment 'v_to_l=NULL', assigned value is 0
evas-1.2.0/src/lib/canvas/evas_object_text.c:588:8: note: Condition 'v_to_l' is always false
evas-1.2.0/src/lib/canvas/evas_object_text.c:267:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_text.c:281:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_text.c:305:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_text.c:323:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_text.c:416:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_text.c:422:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_text.c:601:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_text.c:660:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_text.c:676:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_text.c:693:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_text.c:708:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_text.c:727:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_text.c:742:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_text.c:757:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_text.c:772:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_text.c:787:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_text.c:804:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_text.c:821:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_text.c:840:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_text.c:881:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_text.c:900:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_text.c:941:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_text.c:966:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_text.c:981:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_text.c:1008:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_text.c:1016:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_text.c:1030:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_text.c:1057:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_text.c:1065:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_text.c:1079:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_text.c:1106:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_text.c:1114:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_text.c:1128:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_text.c:1155:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_text.c:1163:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_text.c:1182:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_text.c:1190:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_text.c:1412:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_text.c:133:27: style: The scope of the variable 'it' can be reduced. [variableScope]
evas-1.2.0/src/lib/canvas/evas_object_text.c:317:8: style: The scope of the variable 'is' can be reduced. [variableScope]
evas-1.2.0/src/lib/canvas/evas_object_text.c:1244:13: style: The scope of the variable 'dx' can be reduced. [variableScope]
evas-1.2.0/src/lib/canvas/evas_object_text.c:1245:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
evas-1.2.0/src/lib/canvas/evas_object_text.c:1836:45: style: Function 'evas_object_text_is_opaque' argument 1 names different: declaration 'obj' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/canvas/evas_object_text.c:65:52: note: Function 'evas_object_text_is_opaque' argument 1 names different: declaration 'obj' definition '__UNUSED__'.
evas-1.2.0/src/lib/canvas/evas_object_text.c:1836:45: note: Function 'evas_object_text_is_opaque' argument 1 names different: declaration 'obj' definition '__UNUSED__'.
evas-1.2.0/src/lib/canvas/evas_object_text.c:1844:46: style: Function 'evas_object_text_was_opaque' argument 1 names different: declaration 'obj' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/canvas/evas_object_text.c:66:53: note: Function 'evas_object_text_was_opaque' argument 1 names different: declaration 'obj' definition '__UNUSED__'.
evas-1.2.0/src/lib/canvas/evas_object_text.c:1844:46: note: Function 'evas_object_text_was_opaque' argument 1 names different: declaration 'obj' definition '__UNUSED__'.
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:4883:13: error: Array 'ustr[10]' accessed at index 10, which is out of bounds. [arrayIndexOutOfBounds]
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:4880:24: note: Assignment 'len=sizeof(ustr)', assigned value is 10
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:4883:13: note: Array index out of bounds
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:1257:33: style: Redundant condition: fmt->font.source. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:6663:18: style: Redundant condition: itr. '!itr || (itr && itr->text_node!=n)' is equivalent to '!itr || itr->text_node!=n' [redundantCondition]
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:7959:23: warning: Either the condition '!cur1' is redundant or there is possible null pointer dereference: cur1. [nullPointerRedundantCheck]
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:7964:8: note: Assuming that condition '!cur1' is not redundant
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:7959:23: note: Null pointer dereference
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:8407:11: warning: Either the condition 'ln' is redundant or there is possible null pointer dereference: ln. [nullPointerRedundantCheck]
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:8342:8: note: Assuming that condition 'ln' is not redundant
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:8407:11: note: Null pointer dereference
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:9161:13: warning: Either the condition 'if(it&&(ascent+descent==0))' is redundant or there is possible null pointer dereference: it. [nullPointerRedundantCheck]
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:9185:22: note: Assuming that condition 'if(it&&(ascent+descent==0))' is not redundant
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:9161:13: note: Null pointer dereference
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:9164:18: warning: Either the condition 'if(it&&(ascent+descent==0))' is redundant or there is possible null pointer dereference: fi. [nullPointerRedundantCheck]
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:9185:22: note: Assuming that condition 'if(it&&(ascent+descent==0))' is not redundant
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:9163:54: note: Assignment 'fi=(struct _Evas_Object_Textblock_Format_Item*)(it)', assigned value is 0
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:9164:18: note: Null pointer dereference
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:2803:9: warning: Variable 'dx' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch]
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:2799:9: note: Variable 'dx' is reassigned a value before the old one has been used. 'break;' missing?
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:2803:9: note: Variable 'dx' is reassigned a value before the old one has been used. 'break;' missing?
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:7608:14: style: Variable 'format' is reassigned a value before the old one has been used. [redundantAssignment]
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:7604:0: note: Variable 'format' is reassigned a value before the old one has been used.
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:7608:14: note: Variable 'format' is reassigned a value before the old one has been used.
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:8201:14: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:8230:9: note: Found duplicate branches for 'if' and 'else'.
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:8201:14: note: Found duplicate branches for 'if' and 'else'.
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:4451:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:4632:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:4662:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:4669:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:4676:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:4683:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:4690:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:4697:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:4708:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:4720:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:4727:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:4738:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:4745:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:4752:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:4759:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:4976:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:5009:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:5191:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:5700:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:5709:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:5742:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:5754:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:5761:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:5788:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:7963:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:8461:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:9059:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:9075:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:9097:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:9218:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:9249:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:1466:25: style: The scope of the variable 'p' can be reduced. [variableScope]
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:1466:29: style: The scope of the variable 'pp' can be reduced. [variableScope]
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:1840:8: style: The scope of the variable 'ascent' can be reduced. [variableScope]
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:1840:16: style: The scope of the variable 'descent' can be reduced. [variableScope]
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:3094:16: style: The scope of the variable 'item' can be reduced. [variableScope]
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:3503:8: style: The scope of the variable 'wrap' can be reduced. [variableScope]
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:4427:32: style: The scope of the variable 'ln' can be reduced. [variableScope]
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:4533:42: style: The scope of the variable 'tag' can be reduced. [variableScope]
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:4814:41: style: The scope of the variable 'sc' can be reduced. [variableScope]
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:5392:12: style: The scope of the variable 'pos' can be reduced. [variableScope]
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:5445:39: style: The scope of the variable 'pnode' can be reduced. [variableScope]
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:6299:16: style: The scope of the variable 'ind' can be reduced. [variableScope]
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:7017:29: style: The scope of the variable 'text' can be reduced. [variableScope]
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:8142:44: style: The scope of the variable 'fmt' can be reduced. [variableScope]
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:8304:8: style: The scope of the variable 'pos' can be reduced. [variableScope]
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:8585:32: style: The scope of the variable 'ln' can be reduced. [variableScope]
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:8943:30: style: The scope of the variable 'tr' can be reduced. [variableScope]
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:8973:37: style: The scope of the variable 'plni' can be reduced. [variableScope]
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:3085:42: style: Function '_layout_do_format' argument 1 names different: declaration 'obj' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:1826:50: note: Function '_layout_do_format' argument 1 names different: declaration 'obj' definition '__UNUSED__'.
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:3085:42: note: Function '_layout_do_format' argument 1 names different: declaration 'obj' definition '__UNUSED__'.
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:6519:104: style: Function '_evas_textblock_node_format_remove' argument 3 names different: declaration 'visual_adjustment' definition 'visible_adjustment'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:541:116: note: Function '_evas_textblock_node_format_remove' argument 3 names different: declaration 'visual_adjustment' definition 'visible_adjustment'.
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:6519:104: note: Function '_evas_textblock_node_format_remove' argument 3 names different: declaration 'visual_adjustment' definition 'visible_adjustment'.
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:9884:50: style: Function 'evas_object_textblock_is_opaque' argument 1 names different: declaration 'obj' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:479:57: note: Function 'evas_object_textblock_is_opaque' argument 1 names different: declaration 'obj' definition '__UNUSED__'.
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:9884:50: note: Function 'evas_object_textblock_is_opaque' argument 1 names different: declaration 'obj' definition '__UNUSED__'.
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:9892:51: style: Function 'evas_object_textblock_was_opaque' argument 1 names different: declaration 'obj' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:480:58: note: Function 'evas_object_textblock_was_opaque' argument 1 names different: declaration 'obj' definition '__UNUSED__'.
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:9892:51: note: Function 'evas_object_textblock_was_opaque' argument 1 names different: declaration 'obj' definition '__UNUSED__'.
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:947:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:1215:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:1468:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:1470:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:2899:34: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:7798:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
evas-1.2.0/src/lib/canvas/evas_object_textblock.c:7919:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
evas-1.2.0/src/lib/canvas/evas_render.c:677:4: style: Variable 'video_parent' is reassigned a value before the old one has been used. [redundantAssignment]
evas-1.2.0/src/lib/canvas/evas_render.c:671:0: note: Variable 'video_parent' is reassigned a value before the old one has been used.
evas-1.2.0/src/lib/canvas/evas_render.c:677:4: note: Variable 'video_parent' is reassigned a value before the old one has been used.
evas-1.2.0/src/lib/canvas/evas_render.c:57:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_render.c:71:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_render.c:84:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_render.c:1371:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_render.c:1756:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_render.c:1771:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_render.c:1786:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_render.c:1797:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_render.c:1857:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_render.c:1880:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_render.c:1896:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_render.c:707:20: style: The scope of the variable 'l' can be reduced. [variableScope]
evas-1.2.0/src/lib/canvas/evas_render.c:708:13: style: The scope of the variable 'xm1' can be reduced. [variableScope]
evas-1.2.0/src/lib/canvas/evas_render.c:708:18: style: The scope of the variable 'ym1' can be reduced. [variableScope]
evas-1.2.0/src/lib/canvas/evas_render.c:708:23: style: The scope of the variable 'xm2' can be reduced. [variableScope]
evas-1.2.0/src/lib/canvas/evas_render.c:708:28: style: The scope of the variable 'ym2' can be reduced. [variableScope]
evas-1.2.0/src/lib/canvas/evas_render.c:1359:10: style: The scope of the variable 'surface' can be reduced. [variableScope]
evas-1.2.0/src/lib/canvas/evas_render.c:1365:20: style: The scope of the variable 'j' can be reduced. [variableScope]
evas-1.2.0/src/lib/canvas/evas_render.c:1366:8: style: The scope of the variable 'haveup' can be reduced. [variableScope]
evas-1.2.0/src/lib/canvas/evas_smart.c:14:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_smart.c:48:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_smart.c:57:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_smart.c:67:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_smart.c:79:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_smart.c:120:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_stack.c:45:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_stack.c:91:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_stack.c:138:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_stack.c:216:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_stack.c:294:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_stack.c:319:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_stack.c:346:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_stack.c:370:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_touch_point.c:58:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_touch_point.c:71:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_touch_point.c:91:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/canvas/evas_touch_point.c:105:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/engines/common/evas_blit_main.c:61:10: warning: Identical condition 'w<=0', second condition is always false [identicalConditionAfterEarlyExit]
evas-1.2.0/src/lib/engines/common/evas_blit_main.c:48:10: note: first condition
evas-1.2.0/src/lib/engines/common/evas_blit_main.c:61:10: note: second condition
evas-1.2.0/src/lib/engines/common/evas_blit_main.c:72:10: warning: Identical condition 'h<=0', second condition is always false [identicalConditionAfterEarlyExit]
evas-1.2.0/src/lib/engines/common/evas_blit_main.c:59:10: note: first condition
evas-1.2.0/src/lib/engines/common/evas_blit_main.c:72:10: note: second condition
evas-1.2.0/src/lib/engines/common/evas_convert_color.c:6:41: style: Function 'evas_common_convert_argb_premul' argument 1 names different: declaration 'src' definition 'data'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common/evas_convert_color.h:5:77: note: Function 'evas_common_convert_argb_premul' argument 1 names different: declaration 'src' definition 'data'.
evas-1.2.0/src/lib/engines/common/evas_convert_color.c:6:41: note: Function 'evas_common_convert_argb_premul' argument 1 names different: declaration 'src' definition 'data'.
evas-1.2.0/src/lib/engines/common/evas_convert_color.c:28:43: style: Function 'evas_common_convert_argb_unpremul' argument 1 names different: declaration 'src' definition 'data'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common/evas_convert_color.h:6:77: note: Function 'evas_common_convert_argb_unpremul' argument 1 names different: declaration 'src' definition 'data'.
evas-1.2.0/src/lib/engines/common/evas_convert_color.c:28:43: note: Function 'evas_common_convert_argb_unpremul' argument 1 names different: declaration 'src' definition 'data'.
evas-1.2.0/src/lib/engines/common/evas_convert_colorspace.c:62:0: error: Memory leak: ret [memleak]
evas-1.2.0/src/lib/engines/common/evas_cpu.c:248:23: style: Condition 'cpu_feature_mask&CPU_FEATURE_MMX' is always false [knownConditionTrueFalse]
evas-1.2.0/src/lib/engines/common/evas_cpu.c:249:23: style: Condition 'cpu_feature_mask&CPU_FEATURE_MMX2' is always false [knownConditionTrueFalse]
evas-1.2.0/src/lib/engines/common/evas_cpu.c:250:23: style: Condition 'cpu_feature_mask&CPU_FEATURE_SSE' is always false [knownConditionTrueFalse]
evas-1.2.0/src/lib/engines/common/evas_draw_main.c:562:31: style: The scope of the variable 'res2' can be reduced. [variableScope]
evas-1.2.0/src/lib/engines/common/evas_font_draw.c:345:34: style: Variable 'tmpbuf' is reassigned a value before the old one has been used. [redundantAssignment]
evas-1.2.0/src/lib/engines/common/evas_font_draw.c:341:0: note: Variable 'tmpbuf' is reassigned a value before the old one has been used.
evas-1.2.0/src/lib/engines/common/evas_font_draw.c:345:34: note: Variable 'tmpbuf' is reassigned a value before the old one has been used.
evas-1.2.0/src/lib/engines/common/evas_font_draw.c:65:8: style: The scope of the variable 'tmp' can be reduced. [variableScope]
evas-1.2.0/src/lib/engines/common/evas_font_draw.c:239:18: style: The scope of the variable 'i' can be reduced. [variableScope]
evas-1.2.0/src/lib/engines/common/evas_font_draw.c:349:55: style: The scope of the variable 'end' can be reduced. [variableScope]
evas-1.2.0/src/lib/engines/common/evas_font_draw.c:417:18: style: The scope of the variable 'r' can be reduced. [variableScope]
evas-1.2.0/src/lib/engines/common/evas_font_draw.c:418:8: style: The scope of the variable 'c' can be reduced. [variableScope]
evas-1.2.0/src/lib/engines/common/evas_font_draw.c:418:11: style: The scope of the variable 'cx' can be reduced. [variableScope]
evas-1.2.0/src/lib/engines/common/evas_font_draw.c:418:15: style: The scope of the variable 'cy' can be reduced. [variableScope]
evas-1.2.0/src/lib/engines/common/evas_font_draw.c:418:19: style: The scope of the variable 'cw' can be reduced. [variableScope]
evas-1.2.0/src/lib/engines/common/evas_font_draw.c:418:23: style: The scope of the variable 'ch' can be reduced. [variableScope]
evas-1.2.0/src/lib/engines/common/evas_font_draw.c:419:8: style: The scope of the variable 'i' can be reduced. [variableScope]
evas-1.2.0/src/lib/engines/common/evas_font_draw.c:28:18: style: struct member 'prword::cinfo' is never used. [unusedStructMember]
evas-1.2.0/src/lib/engines/common/evas_font_draw.c:30:11: style: struct member 'prword::im' is never used. [unusedStructMember]
evas-1.2.0/src/lib/engines/common/evas_font_draw.c:31:8: style: struct member 'prword::roww' is never used. [unusedStructMember]
evas-1.2.0/src/lib/engines/common/evas_font_draw.c:33:8: style: struct member 'prword::height' is never used. [unusedStructMember]
evas-1.2.0/src/lib/engines/common/evas_font_draw.c:34:8: style: struct member 'prword::baseline' is never used. [unusedStructMember]
evas-1.2.0/src/lib/engines/common/evas_font_draw.c:44:8: style: struct member 'cinfo::posx' is never used. [unusedStructMember]
evas-1.2.0/src/lib/engines/common/evas_font_draw.c:45:21: style: struct member 'cinfo::fg' is never used. [unusedStructMember]
evas-1.2.0/src/lib/engines/common/evas_font_draw.c:345:43: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
evas-1.2.0/src/lib/engines/common/evas_font_load.c:794:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/engines/common/evas_font_load.c:812:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/engines/common/evas_font_load.c:831:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/engines/common/evas_font_load.c:844:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/lib/engines/common/evas_font_load.c:731:8: style: The scope of the variable 'i' can be reduced. [variableScope]
evas-1.2.0/src/lib/engines/common/evas_font_load.c:731:11: style: The scope of the variable 'j' can be reduced. [variableScope]
evas-1.2.0/src/lib/engines/common/evas_font_load.c:731:14: style: The scope of the variable 'k' can be reduced. [variableScope]
evas-1.2.0/src/lib/engines/common/evas_font_main.c:496:13: style: The scope of the variable 'idx' can be reduced. [variableScope]
evas-1.2.0/src/lib/engines/common/evas_image_data.c:91:9: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
evas-1.2.0/src/lib/engines/common/evas_image_data.c:66:34: warning: Size of pointer 'image_data' used instead of size of its data. [pointerSize]
evas-1.2.0/src/lib/engines/common/evas_image_main.c:448:51: style: Function '_evas_common_rgba_image_dirty_region' argument 1 names different: declaration 'im' definition 'ie'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common/evas_image_main.c:44:76: note: Function '_evas_common_rgba_image_dirty_region' argument 1 names different: declaration 'im' definition 'ie'.
evas-1.2.0/src/lib/engines/common/evas_image_main.c:448:51: note: Function '_evas_common_rgba_image_dirty_region' argument 1 names different: declaration 'im' definition 'ie'.
evas-1.2.0/src/lib/engines/common/evas_image_main.c:448:70: style: Function '_evas_common_rgba_image_dirty_region' argument 2 names different: declaration 'x' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common/evas_image_main.c:44:93: note: Function '_evas_common_rgba_image_dirty_region' argument 2 names different: declaration 'x' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_image_main.c:448:70: note: Function '_evas_common_rgba_image_dirty_region' argument 2 names different: declaration 'x' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_image_main.c:448:97: style: Function '_evas_common_rgba_image_dirty_region' argument 3 names different: declaration 'y' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common/evas_image_main.c:44:109: note: Function '_evas_common_rgba_image_dirty_region' argument 3 names different: declaration 'y' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_image_main.c:448:97: note: Function '_evas_common_rgba_image_dirty_region' argument 3 names different: declaration 'y' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_image_main.c:448:124: style: Function '_evas_common_rgba_image_dirty_region' argument 4 names different: declaration 'w' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common/evas_image_main.c:44:125: note: Function '_evas_common_rgba_image_dirty_region' argument 4 names different: declaration 'w' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_image_main.c:448:124: note: Function '_evas_common_rgba_image_dirty_region' argument 4 names different: declaration 'w' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_image_main.c:448:151: style: Function '_evas_common_rgba_image_dirty_region' argument 5 names different: declaration 'h' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common/evas_image_main.c:44:141: note: Function '_evas_common_rgba_image_dirty_region' argument 5 names different: declaration 'h' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_image_main.c:448:151: note: Function '_evas_common_rgba_image_dirty_region' argument 5 names different: declaration 'h' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_image_main.c:461:44: style: Function '_evas_common_rgba_image_dirty' argument 1 names different: declaration 'dst' definition 'ie_dst'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common/evas_image_main.c:50:69: note: Function '_evas_common_rgba_image_dirty' argument 1 names different: declaration 'dst' definition 'ie_dst'.
evas-1.2.0/src/lib/engines/common/evas_image_main.c:461:44: note: Function '_evas_common_rgba_image_dirty' argument 1 names different: declaration 'dst' definition 'ie_dst'.
evas-1.2.0/src/lib/engines/common/evas_image_main.c:461:71: style: Function '_evas_common_rgba_image_dirty' argument 2 names different: declaration 'src' definition 'ie_src'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common/evas_image_main.c:50:93: note: Function '_evas_common_rgba_image_dirty' argument 2 names different: declaration 'src' definition 'ie_src'.
evas-1.2.0/src/lib/engines/common/evas_image_main.c:461:71: note: Function '_evas_common_rgba_image_dirty' argument 2 names different: declaration 'src' definition 'ie_src'.
evas-1.2.0/src/lib/engines/common/evas_image_scalecache.c:607:19: style: The scope of the variable 'osize' can be reduced. [variableScope]
evas-1.2.0/src/lib/engines/common/evas_image_scalecache.c:607:26: style: The scope of the variable 'used' can be reduced. [variableScope]
evas-1.2.0/src/lib/engines/common/evas_map_image.c:87:20: style: The scope of the variable 'edge_num' can be reduced. [variableScope]
evas-1.2.0/src/lib/engines/common/evas_map_image.c:383:18: style: The scope of the variable 'r' can be reduced. [variableScope]
evas-1.2.0/src/lib/engines/common/evas_map_image_internal.c:76:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
evas-1.2.0/src/lib/engines/common/evas_map_image_internal.c:96:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
evas-1.2.0/src/lib/engines/common/evas_op_add_main_.c:145:68: style: Function 'op_add_pixel_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common/evas_op_add_main_.c:8:82: note: Function 'op_add_pixel_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_add_main_.c:145:68: note: Function 'op_add_pixel_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_add_main_.c:157:63: style: Function 'op_add_color_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common/evas_op_add_main_.c:9:77: note: Function 'op_add_color_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_add_main_.c:157:63: note: Function 'op_add_color_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_add_main_.c:173:86: style: Function 'op_add_pixel_color_span_get' argument 4 names different: declaration 'pixels' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common/evas_op_add_main_.c:10:100: note: Function 'op_add_pixel_color_span_get' argument 4 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_add_main_.c:173:86: note: Function 'op_add_pixel_color_span_get' argument 4 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_add_main_.c:191:68: style: Function 'op_add_mask_color_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common/evas_op_add_main_.c:11:82: note: Function 'op_add_mask_color_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_add_main_.c:191:68: note: Function 'op_add_mask_color_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_add_main_.c:207:73: style: Function 'op_add_pixel_mask_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common/evas_op_add_main_.c:12:87: note: Function 'op_add_pixel_mask_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_add_main_.c:207:73: note: Function 'op_add_pixel_mask_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_add_main_.c:375:72: style: Function 'op_add_rel_pixel_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common/evas_op_add_main_.c:42:86: note: Function 'op_add_rel_pixel_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_add_main_.c:375:72: note: Function 'op_add_rel_pixel_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_add_main_.c:387:67: style: Function 'op_add_rel_color_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common/evas_op_add_main_.c:43:81: note: Function 'op_add_rel_color_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_add_main_.c:387:67: note: Function 'op_add_rel_color_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_add_main_.c:403:90: style: Function 'op_add_rel_pixel_color_span_get' argument 4 names different: declaration 'pixels' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common/evas_op_add_main_.c:44:104: note: Function 'op_add_rel_pixel_color_span_get' argument 4 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_add_main_.c:403:90: note: Function 'op_add_rel_pixel_color_span_get' argument 4 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_add_main_.c:421:72: style: Function 'op_add_rel_mask_color_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common/evas_op_add_main_.c:45:86: note: Function 'op_add_rel_mask_color_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_add_main_.c:421:72: note: Function 'op_add_rel_mask_color_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_add_main_.c:437:77: style: Function 'op_add_rel_pixel_mask_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common/evas_op_add_main_.c:46:91: note: Function 'op_add_rel_pixel_mask_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_add_main_.c:437:77: note: Function 'op_add_rel_pixel_mask_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_add_main_.c:127:14: style: Variable 'cpu' is assigned a value that is never used. [unreadVariable]
evas-1.2.0/src/lib/engines/common/evas_op_add_main_.c:222:14: style: Variable 'cpu' is assigned a value that is never used. [unreadVariable]
evas-1.2.0/src/lib/engines/common/evas_op_add_main_.c:357:14: style: Variable 'cpu' is assigned a value that is never used. [unreadVariable]
evas-1.2.0/src/lib/engines/common/evas_op_add_main_.c:452:14: style: Variable 'cpu' is assigned a value that is never used. [unreadVariable]
evas-1.2.0/src/lib/engines/common/evas_op_blend_main_.c:190:70: style: Function 'op_blend_pixel_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common/evas_op_blend_main_.c:9:84: note: Function 'op_blend_pixel_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_blend_main_.c:190:70: note: Function 'op_blend_pixel_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_blend_main_.c:206:65: style: Function 'op_blend_color_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common/evas_op_blend_main_.c:10:79: note: Function 'op_blend_color_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_blend_main_.c:206:65: note: Function 'op_blend_color_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_blend_main_.c:222:88: style: Function 'op_blend_pixel_color_span_get' argument 4 names different: declaration 'pixels' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common/evas_op_blend_main_.c:11:102: note: Function 'op_blend_pixel_color_span_get' argument 4 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_blend_main_.c:222:88: note: Function 'op_blend_pixel_color_span_get' argument 4 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_blend_main_.c:244:70: style: Function 'op_blend_mask_color_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common/evas_op_blend_main_.c:12:84: note: Function 'op_blend_mask_color_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_blend_main_.c:244:70: note: Function 'op_blend_mask_color_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_blend_main_.c:260:75: style: Function 'op_blend_pixel_mask_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common/evas_op_blend_main_.c:13:89: note: Function 'op_blend_pixel_mask_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_blend_main_.c:260:75: note: Function 'op_blend_pixel_mask_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_blend_main_.c:481:74: style: Function 'op_blend_rel_pixel_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common/evas_op_blend_main_.c:44:88: note: Function 'op_blend_rel_pixel_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_blend_main_.c:481:74: note: Function 'op_blend_rel_pixel_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_blend_main_.c:497:69: style: Function 'op_blend_rel_color_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common/evas_op_blend_main_.c:45:83: note: Function 'op_blend_rel_color_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_blend_main_.c:497:69: note: Function 'op_blend_rel_color_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_blend_main_.c:513:92: style: Function 'op_blend_rel_pixel_color_span_get' argument 4 names different: declaration 'pixels' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common/evas_op_blend_main_.c:46:106: note: Function 'op_blend_rel_pixel_color_span_get' argument 4 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_blend_main_.c:513:92: note: Function 'op_blend_rel_pixel_color_span_get' argument 4 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_blend_main_.c:531:74: style: Function 'op_blend_rel_mask_color_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common/evas_op_blend_main_.c:47:88: note: Function 'op_blend_rel_mask_color_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_blend_main_.c:531:74: note: Function 'op_blend_rel_mask_color_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_blend_main_.c:547:79: style: Function 'op_blend_rel_pixel_mask_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common/evas_op_blend_main_.c:48:93: note: Function 'op_blend_rel_pixel_mask_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_blend_main_.c:547:79: note: Function 'op_blend_rel_pixel_mask_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_blend_main_.c:156:14: style: Variable 'cpu' is assigned a value that is never used. [unreadVariable]
evas-1.2.0/src/lib/engines/common/evas_op_blend_main_.c:280:14: style: Variable 'cpu' is assigned a value that is never used. [unreadVariable]
evas-1.2.0/src/lib/engines/common/evas_op_blend_main_.c:447:14: style: Variable 'cpu' is assigned a value that is never used. [unreadVariable]
evas-1.2.0/src/lib/engines/common/evas_op_blend_main_.c:566:14: style: Variable 'cpu' is assigned a value that is never used. [unreadVariable]
evas-1.2.0/src/lib/engines/common/evas_op_copy_main_.c:179:69: style: Function 'op_copy_pixel_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common/evas_op_copy_main_.c:10:83: note: Function 'op_copy_pixel_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_copy_main_.c:179:69: note: Function 'op_copy_pixel_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_copy_main_.c:194:64: style: Function 'op_copy_color_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common/evas_op_copy_main_.c:11:78: note: Function 'op_copy_color_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_copy_main_.c:194:64: note: Function 'op_copy_color_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_copy_main_.c:214:87: style: Function 'op_copy_pixel_color_span_get' argument 4 names different: declaration 'pixels' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common/evas_op_copy_main_.c:12:101: note: Function 'op_copy_pixel_color_span_get' argument 4 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_copy_main_.c:214:87: note: Function 'op_copy_pixel_color_span_get' argument 4 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_copy_main_.c:240:69: style: Function 'op_copy_mask_color_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common/evas_op_copy_main_.c:13:83: note: Function 'op_copy_mask_color_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_copy_main_.c:240:69: note: Function 'op_copy_mask_color_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_copy_main_.c:256:74: style: Function 'op_copy_pixel_mask_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common/evas_op_copy_main_.c:14:88: note: Function 'op_copy_pixel_mask_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_copy_main_.c:256:74: note: Function 'op_copy_pixel_mask_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_copy_main_.c:467:73: style: Function 'op_copy_rel_pixel_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common/evas_op_copy_main_.c:45:87: note: Function 'op_copy_rel_pixel_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_copy_main_.c:467:73: note: Function 'op_copy_rel_pixel_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_copy_main_.c:483:68: style: Function 'op_copy_rel_color_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common/evas_op_copy_main_.c:46:82: note: Function 'op_copy_rel_color_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_copy_main_.c:483:68: note: Function 'op_copy_rel_color_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_copy_main_.c:503:91: style: Function 'op_copy_rel_pixel_color_span_get' argument 4 names different: declaration 'pixels' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common/evas_op_copy_main_.c:47:105: note: Function 'op_copy_rel_pixel_color_span_get' argument 4 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_copy_main_.c:503:91: note: Function 'op_copy_rel_pixel_color_span_get' argument 4 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_copy_main_.c:529:73: style: Function 'op_copy_rel_mask_color_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common/evas_op_copy_main_.c:48:87: note: Function 'op_copy_rel_mask_color_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_copy_main_.c:529:73: note: Function 'op_copy_rel_mask_color_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_copy_main_.c:545:78: style: Function 'op_copy_rel_pixel_mask_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common/evas_op_copy_main_.c:49:92: note: Function 'op_copy_rel_pixel_mask_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_copy_main_.c:545:78: note: Function 'op_copy_rel_pixel_mask_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_copy_main_.c:153:14: style: Variable 'cpu' is assigned a value that is never used. [unreadVariable]
evas-1.2.0/src/lib/engines/common/evas_op_copy_main_.c:271:14: style: Variable 'cpu' is assigned a value that is never used. [unreadVariable]
evas-1.2.0/src/lib/engines/common/evas_op_copy_main_.c:441:14: style: Variable 'cpu' is assigned a value that is never used. [unreadVariable]
evas-1.2.0/src/lib/engines/common/evas_op_copy_main_.c:560:14: style: Variable 'cpu' is assigned a value that is never used. [unreadVariable]
evas-1.2.0/src/lib/engines/common/evas_op_mask_main_.c:113:69: style: Function 'op_mask_pixel_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common/evas_op_mask_main_.c:9:83: note: Function 'op_mask_pixel_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_mask_main_.c:113:69: note: Function 'op_mask_pixel_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_mask_main_.c:128:64: style: Function 'op_mask_color_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common/evas_op_mask_main_.c:10:78: note: Function 'op_mask_color_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_mask_main_.c:128:64: note: Function 'op_mask_color_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_mask_main_.c:148:87: style: Function 'op_mask_pixel_color_span_get' argument 4 names different: declaration 'pixels' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common/evas_op_mask_main_.c:11:101: note: Function 'op_mask_pixel_color_span_get' argument 4 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_mask_main_.c:148:87: note: Function 'op_mask_pixel_color_span_get' argument 4 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_mask_main_.c:174:69: style: Function 'op_mask_mask_color_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common/evas_op_mask_main_.c:12:83: note: Function 'op_mask_mask_color_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_mask_main_.c:174:69: note: Function 'op_mask_mask_color_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_mask_main_.c:190:74: style: Function 'op_mask_pixel_mask_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common/evas_op_mask_main_.c:13:88: note: Function 'op_mask_pixel_mask_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_mask_main_.c:190:74: note: Function 'op_mask_pixel_mask_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_mask_main_.c:95:14: style: Variable 'cpu' is assigned a value that is never used. [unreadVariable]
evas-1.2.0/src/lib/engines/common/evas_op_mask_main_.c:205:14: style: Variable 'cpu' is assigned a value that is never used. [unreadVariable]
evas-1.2.0/src/lib/engines/common/evas_op_mul_main_.c:112:68: style: Function 'op_mul_pixel_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common/evas_op_mul_main_.c:9:82: note: Function 'op_mul_pixel_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_mul_main_.c:112:68: note: Function 'op_mul_pixel_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_mul_main_.c:127:63: style: Function 'op_mul_color_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common/evas_op_mul_main_.c:10:77: note: Function 'op_mul_color_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_mul_main_.c:127:63: note: Function 'op_mul_color_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_mul_main_.c:147:86: style: Function 'op_mul_pixel_color_span_get' argument 4 names different: declaration 'pixels' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common/evas_op_mul_main_.c:11:100: note: Function 'op_mul_pixel_color_span_get' argument 4 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_mul_main_.c:147:86: note: Function 'op_mul_pixel_color_span_get' argument 4 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_mul_main_.c:173:68: style: Function 'op_mul_mask_color_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common/evas_op_mul_main_.c:12:82: note: Function 'op_mul_mask_color_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_mul_main_.c:173:68: note: Function 'op_mul_mask_color_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_mul_main_.c:189:73: style: Function 'op_mul_pixel_mask_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common/evas_op_mul_main_.c:13:87: note: Function 'op_mul_pixel_mask_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_mul_main_.c:189:73: note: Function 'op_mul_pixel_mask_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_mul_main_.c:94:14: style: Variable 'cpu' is assigned a value that is never used. [unreadVariable]
evas-1.2.0/src/lib/engines/common/evas_op_mul_main_.c:204:14: style: Variable 'cpu' is assigned a value that is never used. [unreadVariable]
evas-1.2.0/src/lib/engines/common/evas_op_sub_main_.c:146:68: style: Function 'op_sub_pixel_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common/evas_op_sub_main_.c:9:82: note: Function 'op_sub_pixel_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_sub_main_.c:146:68: note: Function 'op_sub_pixel_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_sub_main_.c:158:63: style: Function 'op_sub_color_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common/evas_op_sub_main_.c:10:77: note: Function 'op_sub_color_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_sub_main_.c:158:63: note: Function 'op_sub_color_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_sub_main_.c:174:86: style: Function 'op_sub_pixel_color_span_get' argument 4 names different: declaration 'pixels' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common/evas_op_sub_main_.c:11:100: note: Function 'op_sub_pixel_color_span_get' argument 4 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_sub_main_.c:174:86: note: Function 'op_sub_pixel_color_span_get' argument 4 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_sub_main_.c:192:68: style: Function 'op_sub_mask_color_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common/evas_op_sub_main_.c:12:82: note: Function 'op_sub_mask_color_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_sub_main_.c:192:68: note: Function 'op_sub_mask_color_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_sub_main_.c:208:73: style: Function 'op_sub_pixel_mask_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common/evas_op_sub_main_.c:13:87: note: Function 'op_sub_pixel_mask_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_sub_main_.c:208:73: note: Function 'op_sub_pixel_mask_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_sub_main_.c:376:72: style: Function 'op_sub_rel_pixel_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common/evas_op_sub_main_.c:43:86: note: Function 'op_sub_rel_pixel_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_sub_main_.c:376:72: note: Function 'op_sub_rel_pixel_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_sub_main_.c:388:67: style: Function 'op_sub_rel_color_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common/evas_op_sub_main_.c:44:81: note: Function 'op_sub_rel_color_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_sub_main_.c:388:67: note: Function 'op_sub_rel_color_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_sub_main_.c:404:90: style: Function 'op_sub_rel_pixel_color_span_get' argument 4 names different: declaration 'pixels' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common/evas_op_sub_main_.c:45:104: note: Function 'op_sub_rel_pixel_color_span_get' argument 4 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_sub_main_.c:404:90: note: Function 'op_sub_rel_pixel_color_span_get' argument 4 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_sub_main_.c:422:72: style: Function 'op_sub_rel_mask_color_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common/evas_op_sub_main_.c:46:86: note: Function 'op_sub_rel_mask_color_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_sub_main_.c:422:72: note: Function 'op_sub_rel_mask_color_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_sub_main_.c:438:77: style: Function 'op_sub_rel_pixel_mask_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common/evas_op_sub_main_.c:47:91: note: Function 'op_sub_rel_pixel_mask_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_sub_main_.c:438:77: note: Function 'op_sub_rel_pixel_mask_span_get' argument 3 names different: declaration 'pixels' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_op_sub_main_.c:128:14: style: Variable 'cpu' is assigned a value that is never used. [unreadVariable]
evas-1.2.0/src/lib/engines/common/evas_op_sub_main_.c:223:14: style: Variable 'cpu' is assigned a value that is never used. [unreadVariable]
evas-1.2.0/src/lib/engines/common/evas_op_sub_main_.c:358:14: style: Variable 'cpu' is assigned a value that is never used. [unreadVariable]
evas-1.2.0/src/lib/engines/common/evas_op_sub_main_.c:453:14: style: Variable 'cpu' is assigned a value that is never used. [unreadVariable]
evas-1.2.0/src/lib/engines/common/evas_polygon_main.c:178:10: style: Condition 'n<3' is always true [knownConditionTrueFalse]
evas-1.2.0/src/lib/engines/common/evas_polygon_main.c:177:8: note: Assignment 'n=0', assigned value is 0
evas-1.2.0/src/lib/engines/common/evas_polygon_main.c:177:43: note: n is incremented', new value is 1
evas-1.2.0/src/lib/engines/common/evas_polygon_main.c:178:10: note: Condition 'n<3' is always true
evas-1.2.0/src/lib/engines/common/evas_polygon_main.c:288:15: style: The scope of the variable 'ptr' can be reduced. [variableScope]
evas-1.2.0/src/lib/engines/common/evas_rectangle_main.c:15:18: style: The scope of the variable 'r' can be reduced. [variableScope]
evas-1.2.0/src/lib/engines/common/evas_rectangle_main.c:17:17: style: The scope of the variable 'i' can be reduced. [variableScope]
evas-1.2.0/src/lib/engines/common/evas_rectangle_main.c:55:8: style: The scope of the variable 'yy' can be reduced. [variableScope]
evas-1.2.0/src/lib/engines/common/evas_rectangle_main.c:56:12: style: The scope of the variable 'ptr' can be reduced. [variableScope]
evas-1.2.0/src/lib/engines/common/evas_scale_smooth.c:77:6: style: The scope of the variable 'ap' can be reduced. [variableScope]
evas-1.2.0/src/lib/engines/common/evas_scale_smooth_scaler_downy.c:4:17: style: The scope of the variable 'a' can be reduced. [variableScope]
evas-1.2.0/src/lib/engines/common/evas_scale_smooth_scaler_downy.c:4:32: style: The scope of the variable 'aa' can be reduced. [variableScope]
evas-1.2.0/src/lib/engines/common/evas_scale_smooth_scaler_downx.c:4:17: style: The scope of the variable 'a' can be reduced. [variableScope]
evas-1.2.0/src/lib/engines/common/evas_scale_smooth_scaler_downx.c:4:32: style: The scope of the variable 'aa' can be reduced. [variableScope]
evas-1.2.0/src/lib/engines/common/evas_scale_smooth_scaler_downx_downy.c:4:8: style: The scope of the variable 'a' can be reduced. [variableScope]
evas-1.2.0/src/lib/engines/common/evas_scale_smooth_scaler_downx_downy.c:4:32: style: The scope of the variable 'ax' can be reduced. [variableScope]
evas-1.2.0/src/lib/engines/common/evas_scale_smooth_scaler_up.c:35:8: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
evas-1.2.0/src/lib/engines/common/evas_scale_smooth_scaler_down.c:19:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
evas-1.2.0/src/lib/engines/common/evas_scale_span.c:479:54: style: Function 'evas_common_scale_hsva_span' argument 2 names different: declaration 'mask' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common/evas_scale_span.h:10:82: note: Function 'evas_common_scale_hsva_span' argument 2 names different: declaration 'mask' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_scale_span.c:479:54: note: Function 'evas_common_scale_hsva_span' argument 2 names different: declaration 'mask' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common/evas_text_utils.c:202:33: style: Function 'evas_common_text_props_split' argument 3 names different: declaration 'cutoff' definition '_cutoff'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common/evas_text_utils.h:85:11: note: Function 'evas_common_text_props_split' argument 3 names different: declaration 'cutoff' definition '_cutoff'.
evas-1.2.0/src/lib/engines/common/evas_text_utils.c:202:33: note: Function 'evas_common_text_props_split' argument 3 names different: declaration 'cutoff' definition '_cutoff'.
evas-1.2.0/src/lib/engines/common/evas_text_utils.c:393:37: warning: Either the condition 'len==0' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
evas-1.2.0/src/lib/engines/common/evas_text_utils.c:284:12: note: Assuming that condition 'len==0' is not redundant
evas-1.2.0/src/lib/engines/common/evas_text_utils.c:393:37: note: Invalid argument
evas-1.2.0/src/lib/engines/common/language/evas_language_utils.c:40:8: style: The scope of the variable 'mid' can be reduced. [variableScope]
evas-1.2.0/src/lib/engines/common_16/evas_soft16_font.c:232:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
evas-1.2.0/src/lib/engines/common_16/evas_soft16_image_scaled_sampled.c:453:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
evas-1.2.0/src/lib/engines/common_16/evas_soft16_image_scaled_sampled.c:457:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
evas-1.2.0/src/lib/engines/common_16/evas_soft16_main.c:479:18: style: The scope of the variable 'r' can be reduced. [variableScope]
evas-1.2.0/src/lib/engines/common_16/evas_soft16_main.c:151:58: style: Function '_evas_common_soft16_image_surface_pixels' argument 1 names different: declaration 'ie' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common_16/evas_soft16_main.c:11:71: note: Function '_evas_common_soft16_image_surface_pixels' argument 1 names different: declaration 'ie' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common_16/evas_soft16_main.c:151:58: note: Function '_evas_common_soft16_image_surface_pixels' argument 1 names different: declaration 'ie' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common_16/evas_soft16_main.c:179:50: style: Function '_evas_common_soft16_image_unload' argument 1 names different: declaration 'ie' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common_16/evas_soft16_main.c:14:72: note: Function '_evas_common_soft16_image_unload' argument 1 names different: declaration 'ie' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common_16/evas_soft16_main.c:179:50: note: Function '_evas_common_soft16_image_unload' argument 1 names different: declaration 'ie' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common_16/evas_soft16_main.c:184:56: style: Function '_evas_common_soft16_image_dirty_region' argument 1 names different: declaration 'im' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common_16/evas_soft16_main.c:16:78: note: Function '_evas_common_soft16_image_dirty_region' argument 1 names different: declaration 'im' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common_16/evas_soft16_main.c:184:56: note: Function '_evas_common_soft16_image_dirty_region' argument 1 names different: declaration 'im' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common_16/evas_soft16_main.c:184:83: style: Function '_evas_common_soft16_image_dirty_region' argument 2 names different: declaration 'x' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common_16/evas_soft16_main.c:16:95: note: Function '_evas_common_soft16_image_dirty_region' argument 2 names different: declaration 'x' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common_16/evas_soft16_main.c:184:83: note: Function '_evas_common_soft16_image_dirty_region' argument 2 names different: declaration 'x' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common_16/evas_soft16_main.c:184:110: style: Function '_evas_common_soft16_image_dirty_region' argument 3 names different: declaration 'y' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common_16/evas_soft16_main.c:16:111: note: Function '_evas_common_soft16_image_dirty_region' argument 3 names different: declaration 'y' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common_16/evas_soft16_main.c:184:110: note: Function '_evas_common_soft16_image_dirty_region' argument 3 names different: declaration 'y' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common_16/evas_soft16_main.c:184:137: style: Function '_evas_common_soft16_image_dirty_region' argument 4 names different: declaration 'w' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common_16/evas_soft16_main.c:16:127: note: Function '_evas_common_soft16_image_dirty_region' argument 4 names different: declaration 'w' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common_16/evas_soft16_main.c:184:137: note: Function '_evas_common_soft16_image_dirty_region' argument 4 names different: declaration 'w' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common_16/evas_soft16_main.c:184:164: style: Function '_evas_common_soft16_image_dirty_region' argument 5 names different: declaration 'h' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common_16/evas_soft16_main.c:16:143: note: Function '_evas_common_soft16_image_dirty_region' argument 5 names different: declaration 'h' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common_16/evas_soft16_main.c:184:164: note: Function '_evas_common_soft16_image_dirty_region' argument 5 names different: declaration 'h' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common_16/evas_soft16_main.c:214:98: style: Function '_evas_common_soft16_image_size_set' argument 3 names different: declaration 'w' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common_16/evas_soft16_main.c:21:121: note: Function '_evas_common_soft16_image_size_set' argument 3 names different: declaration 'w' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common_16/evas_soft16_main.c:214:98: note: Function '_evas_common_soft16_image_size_set' argument 3 names different: declaration 'w' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common_16/evas_soft16_main.c:214:125: style: Function '_evas_common_soft16_image_size_set' argument 4 names different: declaration 'h' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common_16/evas_soft16_main.c:21:137: note: Function '_evas_common_soft16_image_size_set' argument 4 names different: declaration 'h' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common_16/evas_soft16_main.c:214:125: note: Function '_evas_common_soft16_image_size_set' argument 4 names different: declaration 'h' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common_16/evas_soft16_main.c:225:132: style: Function '_evas_common_soft16_image_from_data' argument 6 names different: declaration 'cspace' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common_16/evas_soft16_main.c:23:150: note: Function '_evas_common_soft16_image_from_data' argument 6 names different: declaration 'cspace' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common_16/evas_soft16_main.c:225:132: note: Function '_evas_common_soft16_image_from_data' argument 6 names different: declaration 'cspace' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common_16/evas_soft16_main.c:248:80: style: Function '_evas_common_soft16_image_from_copied_data' argument 2 names different: declaration 'w' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common_16/evas_soft16_main.c:22:103: note: Function '_evas_common_soft16_image_from_copied_data' argument 2 names different: declaration 'w' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common_16/evas_soft16_main.c:248:80: note: Function '_evas_common_soft16_image_from_copied_data' argument 2 names different: declaration 'w' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common_16/evas_soft16_main.c:248:138: style: Function '_evas_common_soft16_image_from_copied_data' argument 5 names different: declaration 'alpha' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common_16/evas_soft16_main.c:22:146: note: Function '_evas_common_soft16_image_from_copied_data' argument 5 names different: declaration 'alpha' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common_16/evas_soft16_main.c:248:138: note: Function '_evas_common_soft16_image_from_copied_data' argument 5 names different: declaration 'alpha' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common_16/evas_soft16_main.c:248:161: style: Function '_evas_common_soft16_image_from_copied_data' argument 6 names different: declaration 'cspace' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common_16/evas_soft16_main.c:22:157: note: Function '_evas_common_soft16_image_from_copied_data' argument 6 names different: declaration 'cspace' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common_16/evas_soft16_main.c:248:161: note: Function '_evas_common_soft16_image_from_copied_data' argument 6 names different: declaration 'cspace' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common_16/evas_soft16_main.c:262:62: style: Function '_evas_common_soft16_image_colorspace_set' argument 1 names different: declaration 'ie_dst' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common_16/evas_soft16_main.c:24:80: note: Function '_evas_common_soft16_image_colorspace_set' argument 1 names different: declaration 'ie_dst' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common_16/evas_soft16_main.c:262:62: note: Function '_evas_common_soft16_image_colorspace_set' argument 1 names different: declaration 'ie_dst' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common_16/evas_soft16_main.c:262:85: style: Function '_evas_common_soft16_image_colorspace_set' argument 2 names different: declaration 'cspace' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common_16/evas_soft16_main.c:24:92: note: Function '_evas_common_soft16_image_colorspace_set' argument 2 names different: declaration 'cspace' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common_16/evas_soft16_main.c:262:85: note: Function '_evas_common_soft16_image_colorspace_set' argument 2 names different: declaration 'cspace' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common_16/evas_soft16_polygon.c:118:10: style: Condition 'n<3' is always true [knownConditionTrueFalse]
evas-1.2.0/src/lib/engines/common_16/evas_soft16_polygon.c:115:8: note: Assignment 'n=0', assigned value is 0
evas-1.2.0/src/lib/engines/common_16/evas_soft16_polygon.c:116:36: note: n is incremented', new value is 1
evas-1.2.0/src/lib/engines/common_16/evas_soft16_polygon.c:118:10: note: Condition 'n<3' is always true
evas-1.2.0/src/lib/engines/common_16/evas_soft16_rectangle.c:83:18: style: The scope of the variable 'r' can be reduced. [variableScope]
evas-1.2.0/src/lib/engines/common_8/evas_soft8_font.c:220:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
evas-1.2.0/src/lib/engines/common_8/evas_soft8_image_scaled_sampled.c:445:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
evas-1.2.0/src/lib/engines/common_8/evas_soft8_image_scaled_sampled.c:449:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
evas-1.2.0/src/lib/engines/common_8/evas_soft8_main.c:528:17: style: The scope of the variable 'r' can be reduced. [variableScope]
evas-1.2.0/src/lib/engines/common_8/evas_soft8_main.c:159:58: style: Function '_evas_common_soft8_image_surface_pixels' argument 1 names different: declaration 'ie' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common_8/evas_soft8_main.c:11:70: note: Function '_evas_common_soft8_image_surface_pixels' argument 1 names different: declaration 'ie' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common_8/evas_soft8_main.c:159:58: note: Function '_evas_common_soft8_image_surface_pixels' argument 1 names different: declaration 'ie' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common_8/evas_soft8_main.c:192:50: style: Function '_evas_common_soft8_image_unload' argument 1 names different: declaration 'ie' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common_8/evas_soft8_main.c:14:59: note: Function '_evas_common_soft8_image_unload' argument 1 names different: declaration 'ie' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common_8/evas_soft8_main.c:192:50: note: Function '_evas_common_soft8_image_unload' argument 1 names different: declaration 'ie' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common_8/evas_soft8_main.c:197:56: style: Function '_evas_common_soft8_image_dirty_region' argument 1 names different: declaration 'im' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common_8/evas_soft8_main.c:16:65: note: Function '_evas_common_soft8_image_dirty_region' argument 1 names different: declaration 'im' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common_8/evas_soft8_main.c:197:56: note: Function '_evas_common_soft8_image_dirty_region' argument 1 names different: declaration 'im' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common_8/evas_soft8_main.c:198:54: style: Function '_evas_common_soft8_image_dirty_region' argument 2 names different: declaration 'x' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common_8/evas_soft8_main.c:16:82: note: Function '_evas_common_soft8_image_dirty_region' argument 2 names different: declaration 'x' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common_8/evas_soft8_main.c:198:54: note: Function '_evas_common_soft8_image_dirty_region' argument 2 names different: declaration 'x' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common_8/evas_soft8_main.c:199:54: style: Function '_evas_common_soft8_image_dirty_region' argument 3 names different: declaration 'y' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common_8/evas_soft8_main.c:16:98: note: Function '_evas_common_soft8_image_dirty_region' argument 3 names different: declaration 'y' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common_8/evas_soft8_main.c:199:54: note: Function '_evas_common_soft8_image_dirty_region' argument 3 names different: declaration 'y' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common_8/evas_soft8_main.c:200:54: style: Function '_evas_common_soft8_image_dirty_region' argument 4 names different: declaration 'w' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common_8/evas_soft8_main.c:16:114: note: Function '_evas_common_soft8_image_dirty_region' argument 4 names different: declaration 'w' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common_8/evas_soft8_main.c:200:54: note: Function '_evas_common_soft8_image_dirty_region' argument 4 names different: declaration 'w' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common_8/evas_soft8_main.c:201:54: style: Function '_evas_common_soft8_image_dirty_region' argument 5 names different: declaration 'h' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common_8/evas_soft8_main.c:16:130: note: Function '_evas_common_soft8_image_dirty_region' argument 5 names different: declaration 'h' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common_8/evas_soft8_main.c:201:54: note: Function '_evas_common_soft8_image_dirty_region' argument 5 names different: declaration 'h' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common_8/evas_soft8_main.c:233:50: style: Function '_evas_common_soft8_image_size_set' argument 3 names different: declaration 'w' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common_8/evas_soft8_main.c:23:86: note: Function '_evas_common_soft8_image_size_set' argument 3 names different: declaration 'w' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common_8/evas_soft8_main.c:233:50: note: Function '_evas_common_soft8_image_size_set' argument 3 names different: declaration 'w' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common_8/evas_soft8_main.c:234:50: style: Function '_evas_common_soft8_image_size_set' argument 4 names different: declaration 'h' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common_8/evas_soft8_main.c:23:102: note: Function '_evas_common_soft8_image_size_set' argument 4 names different: declaration 'h' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common_8/evas_soft8_main.c:234:50: note: Function '_evas_common_soft8_image_size_set' argument 4 names different: declaration 'h' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common_8/evas_soft8_main.c:248:47: style: Function '_evas_common_soft8_image_from_data' argument 6 names different: declaration 'cspace' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common_8/evas_soft8_main.c:25:137: note: Function '_evas_common_soft8_image_from_data' argument 6 names different: declaration 'cspace' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common_8/evas_soft8_main.c:248:47: note: Function '_evas_common_soft8_image_from_data' argument 6 names different: declaration 'cspace' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common_8/evas_soft8_main.c:272:58: style: Function '_evas_common_soft8_image_from_copied_data' argument 2 names different: declaration 'w' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common_8/evas_soft8_main.c:24:89: note: Function '_evas_common_soft8_image_from_copied_data' argument 2 names different: declaration 'w' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common_8/evas_soft8_main.c:272:58: note: Function '_evas_common_soft8_image_from_copied_data' argument 2 names different: declaration 'w' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common_8/evas_soft8_main.c:275:53: style: Function '_evas_common_soft8_image_from_copied_data' argument 5 names different: declaration 'alpha' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common_8/evas_soft8_main.c:24:133: note: Function '_evas_common_soft8_image_from_copied_data' argument 5 names different: declaration 'alpha' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common_8/evas_soft8_main.c:275:53: note: Function '_evas_common_soft8_image_from_copied_data' argument 5 names different: declaration 'alpha' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common_8/evas_soft8_main.c:276:54: style: Function '_evas_common_soft8_image_from_copied_data' argument 6 names different: declaration 'cspace' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common_8/evas_soft8_main.c:24:144: note: Function '_evas_common_soft8_image_from_copied_data' argument 6 names different: declaration 'cspace' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common_8/evas_soft8_main.c:276:54: note: Function '_evas_common_soft8_image_from_copied_data' argument 6 names different: declaration 'cspace' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common_8/evas_soft8_main.c:291:62: style: Function '_evas_common_soft8_image_colorspace_set' argument 1 names different: declaration 'ie_dst' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common_8/evas_soft8_main.c:26:66: note: Function '_evas_common_soft8_image_colorspace_set' argument 1 names different: declaration 'ie_dst' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common_8/evas_soft8_main.c:291:62: note: Function '_evas_common_soft8_image_colorspace_set' argument 1 names different: declaration 'ie_dst' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common_8/evas_soft8_main.c:292:52: style: Function '_evas_common_soft8_image_colorspace_set' argument 2 names different: declaration 'cspace' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/lib/engines/common_8/evas_soft8_main.c:27:56: note: Function '_evas_common_soft8_image_colorspace_set' argument 2 names different: declaration 'cspace' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common_8/evas_soft8_main.c:292:52: note: Function '_evas_common_soft8_image_colorspace_set' argument 2 names different: declaration 'cspace' definition '__UNUSED__'.
evas-1.2.0/src/lib/engines/common_8/evas_soft8_polygon.c:115:10: style: Condition 'n<3' is always true [knownConditionTrueFalse]
evas-1.2.0/src/lib/engines/common_8/evas_soft8_polygon.c:112:8: note: Assignment 'n=0', assigned value is 0
evas-1.2.0/src/lib/engines/common_8/evas_soft8_polygon.c:113:36: note: n is incremented', new value is 1
evas-1.2.0/src/lib/engines/common_8/evas_soft8_polygon.c:115:10: note: Condition 'n<3' is always true
evas-1.2.0/src/lib/engines/common_8/evas_soft8_rectangle.c:84:17: style: The scope of the variable 'r' can be reduced. [variableScope]
evas-1.2.0/src/lib/file/evas_module.c:525:16: style: Condition 'noclean==-1' is always true [knownConditionTrueFalse]
evas-1.2.0/src/lib/file/evas_module.c:516:19: note: Assignment 'noclean=-1', assigned value is -1
evas-1.2.0/src/lib/file/evas_module.c:525:16: note: Condition 'noclean==-1' is always true
evas-1.2.0/src/lib/file/evas_module.c:407:2: warning: snprintf format string requires 3 parameters but 4 are given. [wrongPrintfScanfArgNum]
evas-1.2.0/src/lib/file/evas_module.c:525:16: style: Same expression on both sides of '==' because the value of 'noclean' and '-1' are the same. [duplicateExpression]
evas-1.2.0/src/lib/file/evas_module.c:516:19: note: 'noclean' is assigned value '-1' here.
evas-1.2.0/src/lib/file/evas_module.c:525:16: note: Same expression on both sides of '==' because the value of 'noclean' and '-1' are the same.
evas-1.2.0/src/lib/file/evas_module.c:298:19: style: The scope of the variable 'it' can be reduced. [variableScope]
evas-1.2.0/src/modules/engines/buffer/evas_engine.c:147:26: style: Function 'eng_setup' argument 2 names different: declaration 'info' definition 'in'. [funcArgNamesDifferent]
evas-1.2.0/src/modules/engines/buffer/evas_engine.c:37:37: note: Function 'eng_setup' argument 2 names different: declaration 'info' definition 'in'.
evas-1.2.0/src/modules/engines/buffer/evas_engine.c:147:26: note: Function 'eng_setup' argument 2 names different: declaration 'info' definition 'in'.
evas-1.2.0/src/modules/engines/buffer/evas_engine.c:368:34: style: Function 'eng_output_idle_flush' argument 1 names different: declaration 'data' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/modules/engines/buffer/evas_engine.c:47:41: note: Function 'eng_output_idle_flush' argument 1 names different: declaration 'data' definition '__UNUSED__'.
evas-1.2.0/src/modules/engines/buffer/evas_engine.c:368:34: note: Function 'eng_output_idle_flush' argument 1 names different: declaration 'data' definition '__UNUSED__'.
evas-1.2.0/src/modules/engines/buffer/evas_outbuf.c:260:22: style: The scope of the variable 'src' can be reduced. [variableScope]
evas-1.2.0/src/modules/engines/buffer/evas_outbuf.c:260:28: style: The scope of the variable 'dst' can be reduced. [variableScope]
evas-1.2.0/src/modules/engines/buffer/evas_outbuf.c:261:11: style: The scope of the variable 'yy' can be reduced. [variableScope]
evas-1.2.0/src/modules/engines/buffer/evas_outbuf.c:294:15: style: The scope of the variable 'src' can be reduced. [variableScope]
evas-1.2.0/src/modules/engines/buffer/evas_outbuf.c:294:21: style: The scope of the variable 'dst' can be reduced. [variableScope]
evas-1.2.0/src/modules/engines/buffer/evas_outbuf.c:325:15: style: The scope of the variable 'src' can be reduced. [variableScope]
evas-1.2.0/src/modules/engines/buffer/evas_outbuf.c:325:21: style: The scope of the variable 'dst' can be reduced. [variableScope]
evas-1.2.0/src/modules/engines/direct3d/ref.h:93:8: style: C-style pointer casting [cstyleCast]
evas-1.2.0/src/modules/engines/direct3d/ref.h:103:8: style: C-style pointer casting [cstyleCast]
evas-1.2.0/src/modules/engines/direct3d/ref.h:113:8: style: C-style pointer casting [cstyleCast]
evas-1.2.0/src/modules/engines/direct3d/ref.h:141:11: style: C-style pointer casting [cstyleCast]
evas-1.2.0/src/modules/engines/direct3d/ref.h:157:11: style: C-style pointer casting [cstyleCast]
evas-1.2.0/src/modules/engines/direct3d/ref.h:181:12: style: C-style pointer casting [cstyleCast]
evas-1.2.0/src/modules/engines/direct3d/ref.h:190:9: style: C-style pointer casting [cstyleCast]
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_context.cpp:6:4: performance: Variable 'color' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_context.cpp:7:4: performance: Variable 'color_mul' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
evas-1.2.0/src/modules/engines/direct3d/ref.h:23:15: style: Technically the member function 'Referenc::RefCount' can be const. [functionConst]
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_object.h:18:16: style: Technically the member function 'D3DObject::IsFree' can be const. [functionConst]
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_object.h:25:17: note: Technically the member function 'D3DObject::IsFree' can be const.
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_object.h:18:16: note: Technically the member function 'D3DObject::IsFree' can be const.
evas-1.2.0/src/modules/engines/direct3d/ref.h:57:0: style: Technically the member function 'Ref < D3DObject >::IsNull' can be const. [functionConst]
evas-1.2.0/src/modules/engines/direct3d/ref.h:125:0: note: Technically the member function 'Ref < D3DObject >::IsNull' can be const.
evas-1.2.0/src/modules/engines/direct3d/ref.h:57:0: note: Technically the member function 'Ref < D3DObject >::IsNull' can be const.
evas-1.2.0/src/modules/engines/direct3d/ref.h:47:0: style: Class 'Ref < D3DObject >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
evas-1.2.0/src/modules/engines/direct3d/ref.h:48:0: style: Class 'Ref < D3DObject >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
evas-1.2.0/src/modules/engines/direct3d/ref.h:113:0: style: C-style pointer casting [cstyleCast]
evas-1.2.0/src/modules/engines/direct3d/array.h:32:0: style: 'TArray < DWORD >::operator=' should return 'TArray < DWORD > &'. [operatorEq]
evas-1.2.0/src/modules/engines/direct3d/array.h:32:0: style: 'TArray < LPDIRECT3DTEXTURE9 >::operator=' should return 'TArray < LPDIRECT3DTEXTURE9 > &'. [operatorEq]
evas-1.2.0/src/modules/engines/direct3d/ref.h:57:16: style: Technically the member function 'Ref::IsNull' can be const. [functionConst]
evas-1.2.0/src/modules/engines/direct3d/ref.h:125:33: note: Technically the member function 'Ref::IsNull' can be const.
evas-1.2.0/src/modules/engines/direct3d/ref.h:57:16: note: Technically the member function 'Ref::IsNull' can be const.
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_device.h:24:15: style: Technically the member function 'D3DDevice::GetWidth' can be const. [functionConst]
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_device.h:67:16: note: Technically the member function 'D3DDevice::GetWidth' can be const.
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_device.h:24:15: note: Technically the member function 'D3DDevice::GetWidth' can be const.
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_device.h:25:15: style: Technically the member function 'D3DDevice::GetHeight' can be const. [functionConst]
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_device.h:72:16: note: Technically the member function 'D3DDevice::GetHeight' can be const.
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_device.h:25:15: note: Technically the member function 'D3DDevice::GetHeight' can be const.
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_device.h:27:16: style: Technically the member function 'D3DDevice::GetFullscreen' can be const. [functionConst]
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_device.h:82:17: note: Technically the member function 'D3DDevice::GetFullscreen' can be const.
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_device.h:27:16: note: Technically the member function 'D3DDevice::GetFullscreen' can be const.
evas-1.2.0/src/modules/engines/direct3d/array.h:85:0: style: Technically the member function 'TArray < DWORD >::Find' can be const. [functionConst]
evas-1.2.0/src/modules/engines/direct3d/array.h:295:0: note: Technically the member function 'TArray < DWORD >::Find' can be const.
evas-1.2.0/src/modules/engines/direct3d/array.h:85:0: note: Technically the member function 'TArray < DWORD >::Find' can be const.
evas-1.2.0/src/modules/engines/direct3d/array.h:85:0: style: Technically the member function 'TArray < LPDIRECT3DTEXTURE9 >::Find' can be const. [functionConst]
evas-1.2.0/src/modules/engines/direct3d/array.h:295:0: note: Technically the member function 'TArray < LPDIRECT3DTEXTURE9 >::Find' can be const.
evas-1.2.0/src/modules/engines/direct3d/array.h:85:0: note: Technically the member function 'TArray < LPDIRECT3DTEXTURE9 >::Find' can be const.
evas-1.2.0/src/modules/engines/direct3d/ref.h:47:4: style: Class 'Ref' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
evas-1.2.0/src/modules/engines/direct3d/ref.h:48:4: style: Class 'Ref' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_image_cache.h:44:15: style: Technically the member function 'D3DImageCache::GetImageWidth' can be const. [functionConst]
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_image_cache.h:93:20: note: Technically the member function 'D3DImageCache::GetImageWidth' can be const.
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_image_cache.h:44:15: note: Technically the member function 'D3DImageCache::GetImageWidth' can be const.
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_image_cache.h:45:15: style: Technically the member function 'D3DImageCache::GetImageHeight' can be const. [functionConst]
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_image_cache.h:98:20: note: Technically the member function 'D3DImageCache::GetImageHeight' can be const.
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_image_cache.h:45:15: note: Technically the member function 'D3DImageCache::GetImageHeight' can be const.
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_image_cache.h:66:9: style: Technically the member function 'D3DImageCache::RequestInsert' can be const. [functionConst]
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_image_cache.cpp:223:21: note: Technically the member function 'D3DImageCache::RequestInsert' can be const.
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_image_cache.h:66:9: note: Technically the member function 'D3DImageCache::RequestInsert' can be const.
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_image_cache.h:68:9: performance: Technically the member function 'D3DImageCache::InsertData' can be static. [functionStatic]
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_image_cache.cpp:265:21: note: Technically the member function 'D3DImageCache::InsertData' can be static.
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_image_cache.h:68:9: note: Technically the member function 'D3DImageCache::InsertData' can be static.
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_image_cache.h:69:9: performance: Technically the member function 'D3DImageCache::RetrieveData' can be static. [functionStatic]
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_image_cache.cpp:298:21: note: Technically the member function 'D3DImageCache::RetrieveData' can be static.
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_image_cache.h:69:9: note: Technically the member function 'D3DImageCache::RetrieveData' can be static.
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_main.cpp:64:25: style: C-style pointer casting [cstyleCast]
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_main.cpp:482:20: style: C-style pointer casting [cstyleCast]
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_main.cpp:494:20: style: C-style pointer casting [cstyleCast]
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_main.cpp:507:20: style: C-style pointer casting [cstyleCast]
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_main.cpp:521:20: style: C-style pointer casting [cstyleCast]
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_main.cpp:587:20: style: C-style pointer casting [cstyleCast]
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_main.cpp:609:20: style: C-style pointer casting [cstyleCast]
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_main.cpp:643:20: style: C-style pointer casting [cstyleCast]
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_main.cpp:667:26: style: C-style pointer casting [cstyleCast]
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_main.cpp:700:26: style: C-style pointer casting [cstyleCast]
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_main.cpp:722:36: style: C-style pointer casting [cstyleCast]
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_main.cpp:753:36: style: C-style pointer casting [cstyleCast]
evas-1.2.0/src/modules/engines/direct3d/array.h:267:0: style: C-style pointer casting [cstyleCast]
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_main.cpp:695:24: style: Variable 'device' is assigned a value that is never used. [unreadVariable]
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_main.cpp:485:22: warning: Assert statement calls a function which may have desired side effects: 'IsNull'. [assertWithSideEffect]
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_main.cpp:673:21: warning: Assert statement calls a function which may have desired side effects: 'Compare'. [assertWithSideEffect]
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_main.cpp:704:18: warning: Assert statement calls a function which may have desired side effects: 'Compare'. [assertWithSideEffect]
evas-1.2.0/src/modules/engines/direct3d/array.h:32:0: style: 'TArray < LPDIRECT3DVERTEXSHADER9 >::operator=' should return 'TArray < LPDIRECT3DVERTEXSHADER9 > &'. [operatorEq]
evas-1.2.0/src/modules/engines/direct3d/array.h:32:0: style: 'TArray < LPDIRECT3DPIXELSHADER9 >::operator=' should return 'TArray < LPDIRECT3DPIXELSHADER9 > &'. [operatorEq]
evas-1.2.0/src/modules/engines/direct3d/array.h:32:0: style: 'TArray < BYTE >::operator=' should return 'TArray < BYTE > &'. [operatorEq]
evas-1.2.0/src/modules/engines/direct3d/array.h:32:0: style: 'TArray < POINT >::operator=' should return 'TArray < POINT > &'. [operatorEq]
evas-1.2.0/src/modules/engines/direct3d/array.h:32:0: style: 'TArray < Ref < Glyph > >::operator=' should return 'TArray < Ref < Glyph > > &'. [operatorEq]
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_object_image.h:30:16: style: Technically the member function 'D3DObjectImage::IsValid' can be const. [functionConst]
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_object_image.h:86:22: note: Technically the member function 'D3DObjectImage::IsValid' can be const.
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_object_image.h:30:16: note: Technically the member function 'D3DObjectImage::IsValid' can be const.
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_object_image.h:31:23: style: Technically the member function 'D3DObjectImage::GetSource' can be const. [functionConst]
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_object_image.h:91:29: note: Technically the member function 'D3DObjectImage::GetSource' can be const.
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_object_image.h:31:23: note: Technically the member function 'D3DObjectImage::GetSource' can be const.
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_object_image.h:32:15: style: Technically the member function 'D3DObjectImage::GetWidth' can be const. [functionConst]
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_object_image.h:96:21: note: Technically the member function 'D3DObjectImage::GetWidth' can be const.
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_object_image.h:32:15: note: Technically the member function 'D3DObjectImage::GetWidth' can be const.
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_object_image.h:33:15: style: Technically the member function 'D3DObjectImage::GetHeight' can be const. [functionConst]
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_object_image.h:101:21: note: Technically the member function 'D3DObjectImage::GetHeight' can be const.
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_object_image.h:33:15: note: Technically the member function 'D3DObjectImage::GetHeight' can be const.
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_object_font.h:42:16: style: Technically the member function 'D3DObjectFont::Compare' can be const. [functionConst]
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_object_font.h:103:21: note: Technically the member function 'D3DObjectFont::Compare' can be const.
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_object_font.h:42:16: note: Technically the member function 'D3DObjectFont::Compare' can be const.
evas-1.2.0/src/modules/engines/direct3d/array.h:85:0: style: Technically the member function 'TArray < LPDIRECT3DVERTEXSHADER9 >::Find' can be const. [functionConst]
evas-1.2.0/src/modules/engines/direct3d/array.h:295:0: note: Technically the member function 'TArray < LPDIRECT3DVERTEXSHADER9 >::Find' can be const.
evas-1.2.0/src/modules/engines/direct3d/array.h:85:0: note: Technically the member function 'TArray < LPDIRECT3DVERTEXSHADER9 >::Find' can be const.
evas-1.2.0/src/modules/engines/direct3d/array.h:85:0: style: Technically the member function 'TArray < LPDIRECT3DPIXELSHADER9 >::Find' can be const. [functionConst]
evas-1.2.0/src/modules/engines/direct3d/array.h:295:0: note: Technically the member function 'TArray < LPDIRECT3DPIXELSHADER9 >::Find' can be const.
evas-1.2.0/src/modules/engines/direct3d/array.h:85:0: note: Technically the member function 'TArray < LPDIRECT3DPIXELSHADER9 >::Find' can be const.
evas-1.2.0/src/modules/engines/direct3d/array.h:85:0: style: Technically the member function 'TArray < BYTE >::Find' can be const. [functionConst]
evas-1.2.0/src/modules/engines/direct3d/array.h:295:0: note: Technically the member function 'TArray < BYTE >::Find' can be const.
evas-1.2.0/src/modules/engines/direct3d/array.h:85:0: note: Technically the member function 'TArray < BYTE >::Find' can be const.
evas-1.2.0/src/modules/engines/direct3d/array.h:85:0: style: Technically the member function 'TArray < POINT >::Find' can be const. [functionConst]
evas-1.2.0/src/modules/engines/direct3d/array.h:295:0: note: Technically the member function 'TArray < POINT >::Find' can be const.
evas-1.2.0/src/modules/engines/direct3d/array.h:85:0: note: Technically the member function 'TArray < POINT >::Find' can be const.
evas-1.2.0/src/modules/engines/direct3d/array.h:85:0: style: Technically the member function 'TArray < Ref < Glyph > >::Find' can be const. [functionConst]
evas-1.2.0/src/modules/engines/direct3d/array.h:295:0: note: Technically the member function 'TArray < Ref < Glyph > >::Find' can be const.
evas-1.2.0/src/modules/engines/direct3d/array.h:85:0: note: Technically the member function 'TArray < Ref < Glyph > >::Find' can be const.
evas-1.2.0/src/modules/engines/direct3d/ref.h:57:0: style: Technically the member function 'Ref < D3DObjectImage >::IsNull' can be const. [functionConst]
evas-1.2.0/src/modules/engines/direct3d/ref.h:125:0: note: Technically the member function 'Ref < D3DObjectImage >::IsNull' can be const.
evas-1.2.0/src/modules/engines/direct3d/ref.h:57:0: note: Technically the member function 'Ref < D3DObjectImage >::IsNull' can be const.
evas-1.2.0/src/modules/engines/direct3d/ref.h:57:0: style: Technically the member function 'Ref < D3DDevice >::IsNull' can be const. [functionConst]
evas-1.2.0/src/modules/engines/direct3d/ref.h:125:0: note: Technically the member function 'Ref < D3DDevice >::IsNull' can be const.
evas-1.2.0/src/modules/engines/direct3d/ref.h:57:0: note: Technically the member function 'Ref < D3DDevice >::IsNull' can be const.
evas-1.2.0/src/modules/engines/direct3d/ref.h:57:0: style: Technically the member function 'Ref < D3DScene >::IsNull' can be const. [functionConst]
evas-1.2.0/src/modules/engines/direct3d/ref.h:125:0: note: Technically the member function 'Ref < D3DScene >::IsNull' can be const.
evas-1.2.0/src/modules/engines/direct3d/ref.h:57:0: note: Technically the member function 'Ref < D3DScene >::IsNull' can be const.
evas-1.2.0/src/modules/engines/direct3d/ref.h:57:0: style: Technically the member function 'Ref < D3DContext >::IsNull' can be const. [functionConst]
evas-1.2.0/src/modules/engines/direct3d/ref.h:125:0: note: Technically the member function 'Ref < D3DContext >::IsNull' can be const.
evas-1.2.0/src/modules/engines/direct3d/ref.h:57:0: note: Technically the member function 'Ref < D3DContext >::IsNull' can be const.
evas-1.2.0/src/modules/engines/direct3d/ref.h:57:0: style: Technically the member function 'Ref < D3DObjectLine >::IsNull' can be const. [functionConst]
evas-1.2.0/src/modules/engines/direct3d/ref.h:125:0: note: Technically the member function 'Ref < D3DObjectLine >::IsNull' can be const.
evas-1.2.0/src/modules/engines/direct3d/ref.h:57:0: note: Technically the member function 'Ref < D3DObjectLine >::IsNull' can be const.
evas-1.2.0/src/modules/engines/direct3d/ref.h:57:0: style: Technically the member function 'Ref < D3DObjectRect >::IsNull' can be const. [functionConst]
evas-1.2.0/src/modules/engines/direct3d/ref.h:125:0: note: Technically the member function 'Ref < D3DObjectRect >::IsNull' can be const.
evas-1.2.0/src/modules/engines/direct3d/ref.h:57:0: note: Technically the member function 'Ref < D3DObjectRect >::IsNull' can be const.
evas-1.2.0/src/modules/engines/direct3d/ref.h:57:0: style: Technically the member function 'Ref < D3DObjectFont >::IsNull' can be const. [functionConst]
evas-1.2.0/src/modules/engines/direct3d/ref.h:125:0: note: Technically the member function 'Ref < D3DObjectFont >::IsNull' can be const.
evas-1.2.0/src/modules/engines/direct3d/ref.h:57:0: note: Technically the member function 'Ref < D3DObjectFont >::IsNull' can be const.
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_object_font.h:18:7: style: Class 'Glyph' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
evas-1.2.0/src/modules/engines/direct3d/ref.h:47:0: style: Class 'Ref < D3DObjectImage >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
evas-1.2.0/src/modules/engines/direct3d/ref.h:48:0: style: Class 'Ref < D3DObjectImage >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
evas-1.2.0/src/modules/engines/direct3d/ref.h:47:0: style: Class 'Ref < D3DDevice >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
evas-1.2.0/src/modules/engines/direct3d/ref.h:48:0: style: Class 'Ref < D3DDevice >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
evas-1.2.0/src/modules/engines/direct3d/ref.h:47:0: style: Class 'Ref < D3DScene >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
evas-1.2.0/src/modules/engines/direct3d/ref.h:48:0: style: Class 'Ref < D3DScene >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
evas-1.2.0/src/modules/engines/direct3d/ref.h:47:0: style: Class 'Ref < D3DContext >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
evas-1.2.0/src/modules/engines/direct3d/ref.h:48:0: style: Class 'Ref < D3DContext >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
evas-1.2.0/src/modules/engines/direct3d/ref.h:47:0: style: Class 'Ref < D3DObjectLine >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
evas-1.2.0/src/modules/engines/direct3d/ref.h:48:0: style: Class 'Ref < D3DObjectLine >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
evas-1.2.0/src/modules/engines/direct3d/ref.h:47:0: style: Class 'Ref < D3DObjectRect >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
evas-1.2.0/src/modules/engines/direct3d/ref.h:48:0: style: Class 'Ref < D3DObjectRect >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
evas-1.2.0/src/modules/engines/direct3d/ref.h:47:0: style: Class 'Ref < D3DObjectFont >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
evas-1.2.0/src/modules/engines/direct3d/ref.h:48:0: style: Class 'Ref < D3DObjectFont >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_object_line.h:17:17: style: The function 'Draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_object.h:16:17: note: Virtual function in base class
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_object_line.h:17:17: note: Function in derived class
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_object_rect.h:17:17: style: The function 'Draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_object.h:16:17: note: Virtual function in base class
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_object_rect.h:17:17: note: Function in derived class
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_object_image.h:20:17: style: The function 'Draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_object.h:16:17: note: Virtual function in base class
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_object_image.h:20:17: note: Function in derived class
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_object_font.h:45:17: style: The function 'Draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_object.h:16:17: note: Virtual function in base class
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_object_font.h:45:17: note: Function in derived class
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_object_font.cpp:16:4: performance: Variable '_color' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_object_font.h:43:9: style: Technically the member function 'D3DObjectFont::CopyTo' can be const. [functionConst]
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_object_font.cpp:26:21: note: Technically the member function 'D3DObjectFont::CopyTo' can be const.
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_object_font.h:43:9: note: Technically the member function 'D3DObjectFont::CopyTo' can be const.
evas-1.2.0/src/modules/engines/direct3d/ref.h:57:0: style: Technically the member function 'Ref < Glyph >::IsNull' can be const. [functionConst]
evas-1.2.0/src/modules/engines/direct3d/ref.h:125:0: note: Technically the member function 'Ref < Glyph >::IsNull' can be const.
evas-1.2.0/src/modules/engines/direct3d/ref.h:57:0: note: Technically the member function 'Ref < Glyph >::IsNull' can be const.
evas-1.2.0/src/modules/engines/direct3d/ref.h:47:0: style: Class 'Ref < Glyph >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
evas-1.2.0/src/modules/engines/direct3d/ref.h:48:0: style: Class 'Ref < Glyph >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_object_image.cpp:18:19: performance: Variable '_h' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_object_image.cpp:19:4: performance: Variable '_sx' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_object_image.cpp:19:10: performance: Variable '_sy' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_object_image.cpp:19:16: performance: Variable '_sw' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_object_image.cpp:19:22: performance: Variable '_sh' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_object_image.cpp:20:4: performance: Variable '_u' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_object_image.cpp:20:9: performance: Variable '_v' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_object_image.cpp:20:14: performance: Variable '_du' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_object_image.cpp:20:20: performance: Variable '_dv' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_object_image.cpp:24:4: performance: Variable '_color' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_object_image.cpp:26:4: performance: Variable '_border' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
evas-1.2.0/src/modules/engines/direct3d/array.h:32:0: style: 'TArray < D3DObjectLine :: Vertex >::operator=' should return 'TArray < D3DObjectLine :: Vertex > &'. [operatorEq]
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_object_line.cpp:11:10: performance: Variable '_y1' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_object_line.cpp:12:4: performance: Variable '_x2' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_object_line.cpp:12:10: performance: Variable '_y2' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
evas-1.2.0/src/modules/engines/direct3d/array.h:85:0: style: Technically the member function 'TArray < D3DObjectLine :: Vertex >::Find' can be const. [functionConst]
evas-1.2.0/src/modules/engines/direct3d/array.h:295:0: note: Technically the member function 'TArray < D3DObjectLine :: Vertex >::Find' can be const.
evas-1.2.0/src/modules/engines/direct3d/array.h:85:0: note: Technically the member function 'TArray < D3DObjectLine :: Vertex >::Find' can be const.
evas-1.2.0/src/modules/engines/direct3d/array.h:32:0: style: 'TArray < D3DObjectRect :: Vertex >::operator=' should return 'TArray < D3DObjectRect :: Vertex > &'. [operatorEq]
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_object_rect.cpp:10:9: performance: Variable '_y' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_object_rect.cpp:11:4: performance: Variable '_w' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_object_rect.cpp:11:9: performance: Variable '_h' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
evas-1.2.0/src/modules/engines/direct3d/array.h:85:0: style: Technically the member function 'TArray < D3DObjectRect :: Vertex >::Find' can be const. [functionConst]
evas-1.2.0/src/modules/engines/direct3d/array.h:295:0: note: Technically the member function 'TArray < D3DObjectRect :: Vertex >::Find' can be const.
evas-1.2.0/src/modules/engines/direct3d/array.h:85:0: note: Technically the member function 'TArray < D3DObjectRect :: Vertex >::Find' can be const.
evas-1.2.0/src/modules/engines/direct3d/array.h:85:9: style: Technically the member function 'TArray::Find' can be const. [functionConst]
evas-1.2.0/src/modules/engines/direct3d/array.h:295:36: note: Technically the member function 'TArray::Find' can be const.
evas-1.2.0/src/modules/engines/direct3d/array.h:85:9: note: Technically the member function 'TArray::Find' can be const.
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_vertex_buffer_cache.cpp:14:4: performance: Variable 'size_border_low' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_vertex_buffer_cache.cpp:15:4: performance: Variable 'size_border_high' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_vertex_buffer_cache.h:42:9: performance: Technically the member function 'D3DVertexBufferCache::CreateEntry' can be static. [functionStatic]
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_vertex_buffer_cache.cpp:126:28: note: Technically the member function 'D3DVertexBufferCache::CreateEntry' can be static.
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_vertex_buffer_cache.h:42:9: note: Technically the member function 'D3DVertexBufferCache::CreateEntry' can be static.
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_vertex_buffer_cache.h:44:9: performance: Technically the member function 'D3DVertexBufferCache::InsertData' can be static. [functionStatic]
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_vertex_buffer_cache.cpp:147:28: note: Technically the member function 'D3DVertexBufferCache::InsertData' can be static.
evas-1.2.0/src/modules/engines/direct3d/evas_direct3d_vertex_buffer_cache.h:44:9: note: Technically the member function 'D3DVertexBufferCache::InsertData' can be static.
evas-1.2.0/src/modules/engines/direct3d/evas_engine.c:82:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
evas-1.2.0/src/modules/engines/direct3d/evas_engine.c:115:33: style: Condition 'in->info.fullscreen==0' is always true [knownConditionTrueFalse]
evas-1.2.0/src/modules/engines/direct3d/evas_engine.c:117:36: warning: Either the condition 'if(re&&in->info.layered==0)' is redundant or there is possible null pointer dereference: re. [nullPointerRedundantCheck]
evas-1.2.0/src/modules/engines/direct3d/evas_engine.c:118:10: note: Assuming that condition 'if(re&&in->info.layered==0)' is not redundant
evas-1.2.0/src/modules/engines/direct3d/evas_engine.c:117:36: note: Null pointer dereference
evas-1.2.0/src/modules/engines/direct3d/evas_engine.c:82:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/modules/engines/direct3d/evas_engine.c:193:41: style: Variable 're' is assigned a value that is never used. [unreadVariable]
evas-1.2.0/src/modules/engines/direct3d/evas_engine.c:199:41: style: Variable 're' is assigned a value that is never used. [unreadVariable]
evas-1.2.0/src/modules/engines/direct3d/evas_engine.c:205:41: style: Variable 're' is assigned a value that is never used. [unreadVariable]
evas-1.2.0/src/modules/engines/direct3d/evas_engine.c:254:41: style: Variable 're' is assigned a value that is never used. [unreadVariable]
evas-1.2.0/src/modules/engines/directfb/evas_engine.c:721:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
evas-1.2.0/src/modules/engines/directfb/evas_engine.c:722:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
evas-1.2.0/src/modules/engines/directfb/evas_engine.c:91:16: style: Unused variable: im [unusedVariable]
evas-1.2.0/src/modules/engines/directfb/evas_engine.c:92:8: style: Unused variable: has_alpha [unusedVariable]
evas-1.2.0/src/modules/engines/directfb/evas_engine.c:516:52: style: Variable 'src_deie' is assigned a value that is never used. [unreadVariable]
evas-1.2.0/src/modules/engines/directfb/evas_engine.c:1044:24: style: Variable 're' is assigned a value that is never used. [unreadVariable]
evas-1.2.0/src/modules/engines/directfb/evas_engine.c:1096:24: style: Variable 're' is assigned a value that is never used. [unreadVariable]
evas-1.2.0/src/modules/engines/directfb/evas_engine.c:1484:24: style: Variable 're' is assigned a value that is never used. [unreadVariable]
evas-1.2.0/src/modules/engines/directfb/polygon.c:163:10: style: Condition 'n<3' is always true [knownConditionTrueFalse]
evas-1.2.0/src/modules/engines/directfb/polygon.c:162:8: note: Assignment 'n=0', assigned value is 0
evas-1.2.0/src/modules/engines/directfb/polygon.c:162:43: note: n is incremented', new value is 1
evas-1.2.0/src/modules/engines/directfb/polygon.c:163:10: note: Condition 'n<3' is always true
evas-1.2.0/src/modules/engines/directfb/polygon.c:119:94: style: Function '_dfb_polygon_draw' argument 4 names different: declaration 'x' definition 'px'. [funcArgNamesDifferent]
evas-1.2.0/src/modules/engines/directfb/evas_engine.h:69:99: note: Function '_dfb_polygon_draw' argument 4 names different: declaration 'x' definition 'px'.
evas-1.2.0/src/modules/engines/directfb/polygon.c:119:94: note: Function '_dfb_polygon_draw' argument 4 names different: declaration 'x' definition 'px'.
evas-1.2.0/src/modules/engines/directfb/polygon.c:119:102: style: Function '_dfb_polygon_draw' argument 5 names different: declaration 'y' definition 'py'. [funcArgNamesDifferent]
evas-1.2.0/src/modules/engines/directfb/evas_engine.h:69:106: note: Function '_dfb_polygon_draw' argument 5 names different: declaration 'y' definition 'py'.
evas-1.2.0/src/modules/engines/directfb/polygon.c:119:102: note: Function '_dfb_polygon_draw' argument 5 names different: declaration 'y' definition 'py'.
evas-1.2.0/src/modules/engines/fb/evas_engine.c:77:18: style: Function 'eng_info' argument 1 names different: declaration 'e' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/modules/engines/fb/evas_engine.c:26:29: note: Function 'eng_info' argument 1 names different: declaration 'e' definition '__UNUSED__'.
evas-1.2.0/src/modules/engines/fb/evas_engine.c:77:18: note: Function 'eng_info' argument 1 names different: declaration 'e' definition '__UNUSED__'.
evas-1.2.0/src/modules/engines/fb/evas_engine.c:88:23: style: Function 'eng_info_free' argument 1 names different: declaration 'e' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/modules/engines/fb/evas_engine.c:27:33: note: Function 'eng_info_free' argument 1 names different: declaration 'e' definition '__UNUSED__'.
evas-1.2.0/src/modules/engines/fb/evas_engine.c:88:23: note: Function 'eng_info_free' argument 1 names different: declaration 'e' definition '__UNUSED__'.
evas-1.2.0/src/modules/engines/fb/evas_engine.c:96:26: style: Function 'eng_setup' argument 2 names different: declaration 'info' definition 'in'. [funcArgNamesDifferent]
evas-1.2.0/src/modules/engines/fb/evas_engine.c:28:37: note: Function 'eng_setup' argument 2 names different: declaration 'info' definition 'in'.
evas-1.2.0/src/modules/engines/fb/evas_engine.c:96:26: note: Function 'eng_setup' argument 2 names different: declaration 'info' definition 'in'.
evas-1.2.0/src/modules/engines/fb/evas_engine.c:233:29: style: Function 'eng_output_flush' argument 1 names different: declaration 'data' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/modules/engines/fb/evas_engine.c:37:36: note: Function 'eng_output_flush' argument 1 names different: declaration 'data' definition '__UNUSED__'.
evas-1.2.0/src/modules/engines/fb/evas_engine.c:233:29: note: Function 'eng_output_flush' argument 1 names different: declaration 'data' definition '__UNUSED__'.
evas-1.2.0/src/modules/engines/fb/evas_engine.c:238:34: style: Function 'eng_output_idle_flush' argument 1 names different: declaration 'data' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/modules/engines/fb/evas_engine.c:38:41: note: Function 'eng_output_idle_flush' argument 1 names different: declaration 'data' definition '__UNUSED__'.
evas-1.2.0/src/modules/engines/fb/evas_engine.c:238:34: note: Function 'eng_output_idle_flush' argument 1 names different: declaration 'data' definition '__UNUSED__'.
evas-1.2.0/src/modules/engines/fb/evas_fb_main.c:134:14: warning: Width 30 given in format string (no. 4) is smaller than destination buffer 'f4[32]'. [invalidScanfFormatWidth_smaller]
evas-1.2.0/src/modules/engines/fb/evas_fb_main.c:169:29: warning: Width 15 given in format string (no. 1) is smaller than destination buffer 'value[256]'. [invalidScanfFormatWidth_smaller]
evas-1.2.0/src/modules/engines/fb/evas_fb_main.c:172:29: warning: Width 15 given in format string (no. 1) is smaller than destination buffer 'value[256]'. [invalidScanfFormatWidth_smaller]
evas-1.2.0/src/modules/engines/fb/evas_fb_main.c:175:29: warning: Width 15 given in format string (no. 1) is smaller than destination buffer 'value[256]'. [invalidScanfFormatWidth_smaller]
evas-1.2.0/src/modules/engines/fb/evas_fb_main.c:178:29: warning: Width 15 given in format string (no. 1) is smaller than destination buffer 'value[256]'. [invalidScanfFormatWidth_smaller]
evas-1.2.0/src/modules/engines/fb/evas_fb_main.c:181:29: warning: Width 15 given in format string (no. 1) is smaller than destination buffer 'value[256]'. [invalidScanfFormatWidth_smaller]
evas-1.2.0/src/modules/engines/fb/evas_fb_main.c:184:29: warning: Width 15 given in format string (no. 1) is smaller than destination buffer 'value[256]'. [invalidScanfFormatWidth_smaller]
evas-1.2.0/src/modules/engines/fb/evas_fb_main.c:319:4: style: Variable 'mode' is reassigned a value before the old one has been used. [redundantAssignment]
evas-1.2.0/src/modules/engines/fb/evas_fb_main.c:316:0: note: Variable 'mode' is reassigned a value before the old one has been used.
evas-1.2.0/src/modules/engines/fb/evas_fb_main.c:319:4: note: Variable 'mode' is reassigned a value before the old one has been used.
evas-1.2.0/src/modules/engines/fb/evas_fb_main.c:214:17: style: The scope of the variable 'i' can be reduced. [variableScope]
evas-1.2.0/src/modules/engines/fb/evas_fb_main.c:256:17: style: The scope of the variable 'i' can be reduced. [variableScope]
evas-1.2.0/src/modules/engines/fb/evas_fb_main.c:286:17: style: The scope of the variable 'i' can be reduced. [variableScope]
evas-1.2.0/src/modules/engines/fb/evas_fb_main.c:211:66: style: Function 'fb_setmode' argument 3 names different: declaration 'depth' definition 'pdepth'. [funcArgNamesDifferent]
evas-1.2.0/src/modules/engines/fb/evas_fb.h:64:75: note: Function 'fb_setmode' argument 3 names different: declaration 'depth' definition 'pdepth'.
evas-1.2.0/src/modules/engines/fb/evas_fb_main.c:211:66: note: Function 'fb_setmode' argument 3 names different: declaration 'depth' definition 'pdepth'.
evas-1.2.0/src/modules/engines/fb/evas_fb_main.c:241:48: style: Function 'fb_changedepth' argument 2 names different: declaration 'depth' definition 'pdepth'. [funcArgNamesDifferent]
evas-1.2.0/src/modules/engines/fb/evas_fb.h:69:57: note: Function 'fb_changedepth' argument 2 names different: declaration 'depth' definition 'pdepth'.
evas-1.2.0/src/modules/engines/fb/evas_fb_main.c:241:48: note: Function 'fb_changedepth' argument 2 names different: declaration 'depth' definition 'pdepth'.
evas-1.2.0/src/modules/engines/fb/evas_fb_main.c:283:88: style: Function 'fb_changemode' argument 4 names different: declaration 'depth' definition 'pdepth'. [funcArgNamesDifferent]
evas-1.2.0/src/modules/engines/fb/evas_fb.h:75:97: note: Function 'fb_changemode' argument 4 names different: declaration 'depth' definition 'pdepth'.
evas-1.2.0/src/modules/engines/fb/evas_fb_main.c:283:88: note: Function 'fb_changemode' argument 4 names different: declaration 'depth' definition 'pdepth'.
evas-1.2.0/src/modules/engines/fb/evas_fb_main.c:449:16: style: Function 'fb_init' argument 1 names different: declaration 'vt' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/modules/engines/fb/evas_fb.h:43:18: note: Function 'fb_init' argument 1 names different: declaration 'vt' definition '__UNUSED__'.
evas-1.2.0/src/modules/engines/fb/evas_fb_main.c:449:16: note: Function 'fb_init' argument 1 names different: declaration 'vt' definition '__UNUSED__'.
evas-1.2.0/src/modules/engines/gl_cocoa/evas_engine.c:1162:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
evas-1.2.0/src/modules/engines/gl_cocoa/evas_engine.c:1140:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/modules/engines/gl_cocoa/evas_engine.c:1161:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/modules/engines/gl_cocoa/evas_engine.c:45:16: style: struct member '_Render_Engine_GL_Context::initialized' is never used. [unusedStructMember]
evas-1.2.0/src/modules/engines/gl_cocoa/evas_engine.c:50:32: style: struct member '_Render_Engine_GL_Context::current_sfc' is never used. [unusedStructMember]
evas-1.2.0/src/modules/engines/gl_cocoa/evas_engine.c:356:26: style: Variable 're' is assigned a value that is never used. [unreadVariable]
evas-1.2.0/src/modules/engines/gl_cocoa/evas_engine.c:365:26: style: Variable 're' is assigned a value that is never used. [unreadVariable]
evas-1.2.0/src/modules/engines/gl_cocoa/evas_engine.c:502:9: style: Variable 'im' is assigned a value that is never used. [unreadVariable]
evas-1.2.0/src/modules/engines/gl_cocoa/evas_engine.c:1031:30: style: Variable 're' is assigned a value that is never used. [unreadVariable]
evas-1.2.0/src/modules/engines/gl_cocoa/evas_engine.c:1173:27: style: Variable 're' is assigned a value that is never used. [unreadVariable]
evas-1.2.0/src/modules/engines/gl_common/evas_gl_context.c:6:0: error: #error gl_common should not get compiled if dlsym is not found on the system! [preprocessorErrorDirective]
evas-1.2.0/src/modules/engines/gl_common/evas_gl_font.c:49:2: style: Variable 'tmpbuf' is reassigned a value before the old one has been used. [redundantAssignment]
evas-1.2.0/src/modules/engines/gl_common/evas_gl_font.c:45:0: note: Variable 'tmpbuf' is reassigned a value before the old one has been used.
evas-1.2.0/src/modules/engines/gl_common/evas_gl_font.c:49:2: note: Variable 'tmpbuf' is reassigned a value before the old one has been used.
evas-1.2.0/src/modules/engines/gl_common/evas_gl_font.c:29:9: style: The scope of the variable 'p1' can be reduced. [variableScope]
evas-1.2.0/src/modules/engines/gl_common/evas_gl_font.c:29:14: style: The scope of the variable 'p2' can be reduced. [variableScope]
evas-1.2.0/src/modules/engines/gl_common/evas_gl_font.c:45:25: style: The scope of the variable 'dp' can be reduced. [variableScope]
evas-1.2.0/src/modules/engines/gl_common/evas_gl_font.c:45:30: style: The scope of the variable 'tp' can be reduced. [variableScope]
evas-1.2.0/src/modules/engines/gl_common/evas_gl_font.c:46:6: style: The scope of the variable 'bi' can be reduced. [variableScope]
evas-1.2.0/src/modules/engines/gl_common/evas_gl_font.c:46:10: style: The scope of the variable 'bj' can be reduced. [variableScope]
evas-1.2.0/src/modules/engines/gl_common/evas_gl_font.c:46:14: style: The scope of the variable 'end' can be reduced. [variableScope]
evas-1.2.0/src/modules/engines/gl_common/evas_gl_font.c:53:14: style: The scope of the variable 'p1' can be reduced. [variableScope]
evas-1.2.0/src/modules/engines/gl_common/evas_gl_font.c:53:19: style: The scope of the variable 'p2' can be reduced. [variableScope]
evas-1.2.0/src/modules/engines/gl_common/evas_gl_font.c:106:18: style: The scope of the variable 'rct' can be reduced. [variableScope]
evas-1.2.0/src/modules/engines/gl_common/evas_gl_font.c:4:32: style: Function 'evas_gl_font_texture_new' argument 1 names different: declaration 'gc' definition 'context'. [funcArgNamesDifferent]
evas-1.2.0/src/modules/engines/gl_common/evas_gl_common.h:610:50: note: Function 'evas_gl_font_texture_new' argument 1 names different: declaration 'gc' definition 'context'.
evas-1.2.0/src/modules/engines/gl_common/evas_gl_font.c:4:32: note: Function 'evas_gl_font_texture_new' argument 1 names different: declaration 'gc' definition 'context'.
evas-1.2.0/src/modules/engines/gl_common/evas_gl_font.c:100:33: style: Function 'evas_gl_font_texture_draw' argument 1 names different: declaration 'gc' definition 'context'. [funcArgNamesDifferent]
evas-1.2.0/src/modules/engines/gl_common/evas_gl_common.h:612:51: note: Function 'evas_gl_font_texture_draw' argument 1 names different: declaration 'gc' definition 'context'.
evas-1.2.0/src/modules/engines/gl_common/evas_gl_font.c:100:33: note: Function 'evas_gl_font_texture_draw' argument 1 names different: declaration 'gc' definition 'context'.
evas-1.2.0/src/modules/engines/gl_common/evas_gl_font.c:100:56: style: Function 'evas_gl_font_texture_draw' argument 2 names different: declaration 'surface' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/modules/engines/gl_common/evas_gl_common.h:612:61: note: Function 'evas_gl_font_texture_draw' argument 2 names different: declaration 'surface' definition '__UNUSED__'.
evas-1.2.0/src/modules/engines/gl_common/evas_gl_font.c:100:56: note: Function 'evas_gl_font_texture_draw' argument 2 names different: declaration 'surface' definition '__UNUSED__'.
evas-1.2.0/src/modules/engines/gl_common/evas_gl_font.c:100:74: style: Function 'evas_gl_font_texture_draw' argument 3 names different: declaration 'dc' definition 'draw_context'. [funcArgNamesDifferent]
evas-1.2.0/src/modules/engines/gl_common/evas_gl_common.h:612:76: note: Function 'evas_gl_font_texture_draw' argument 3 names different: declaration 'dc' definition 'draw_context'.
evas-1.2.0/src/modules/engines/gl_common/evas_gl_font.c:100:74: note: Function 'evas_gl_font_texture_draw' argument 3 names different: declaration 'dc' definition 'draw_context'.
evas-1.2.0/src/modules/engines/gl_common/evas_gl_font.c:24:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
evas-1.2.0/src/modules/engines/gl_common/evas_gl_font.c:49:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
evas-1.2.0/src/modules/engines/gl_common/evas_gl_image.c:161:15: style: The scope of the variable 'l' can be reduced. [variableScope]
evas-1.2.0/src/modules/engines/gl_common/evas_gl_image.c:697:11: style: The scope of the variable 'mssx' can be reduced. [variableScope]
evas-1.2.0/src/modules/engines/gl_common/evas_gl_image.c:697:17: style: The scope of the variable 'mssy' can be reduced. [variableScope]
evas-1.2.0/src/modules/engines/gl_common/evas_gl_image.c:697:23: style: The scope of the variable 'mssw' can be reduced. [variableScope]
evas-1.2.0/src/modules/engines/gl_common/evas_gl_image.c:697:29: style: The scope of the variable 'mssh' can be reduced. [variableScope]
evas-1.2.0/src/modules/engines/gl_common/evas_gl_image.c:699:18: style: The scope of the variable 'rct' can be reduced. [variableScope]
evas-1.2.0/src/modules/engines/gl_common/evas_gl_image.c:752:21: style: The scope of the variable 'scalex' can be reduced. [variableScope]
evas-1.2.0/src/modules/engines/gl_common/evas_gl_image.c:752:28: style: The scope of the variable 'scaley' can be reduced. [variableScope]
evas-1.2.0/src/modules/engines/gl_common/evas_gl_image.c:658:85: style: Function 'evas_gl_common_image_map_draw' argument 6 names different: declaration 'level' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/modules/engines/gl_common/evas_gl_common.h:607:144: note: Function 'evas_gl_common_image_map_draw' argument 6 names different: declaration 'level' definition '__UNUSED__'.
evas-1.2.0/src/modules/engines/gl_common/evas_gl_image.c:658:85: note: Function 'evas_gl_common_image_map_draw' argument 6 names different: declaration 'level' definition '__UNUSED__'.
evas-1.2.0/src/modules/engines/gl_common/evas_gl_image.c:251:24: warning: Size of pointer 'data' used instead of size of its data. [pointerSize]
evas-1.2.0/src/modules/engines/gl_common/evas_gl_polygon.c:126:18: style: The scope of the variable 'r' can be reduced. [variableScope]
evas-1.2.0/src/modules/engines/gl_common/evas_gl_polygon.c:128:8: style: The scope of the variable 'x' can be reduced. [variableScope]
evas-1.2.0/src/modules/engines/gl_common/evas_gl_polygon.c:128:22: style: The scope of the variable 'w' can be reduced. [variableScope]
evas-1.2.0/src/modules/engines/gl_common/evas_gl_polygon.c:128:29: style: The scope of the variable 'h' can be reduced. [variableScope]
evas-1.2.0/src/modules/engines/gl_common/evas_gl_polygon.c:123:81: style: Function 'evas_gl_common_poly_draw' argument 3 names different: declaration 'x' definition 'dx'. [funcArgNamesDifferent]
evas-1.2.0/src/modules/engines/gl_common/evas_gl_common.h:616:99: note: Function 'evas_gl_common_poly_draw' argument 3 names different: declaration 'x' definition 'dx'.
evas-1.2.0/src/modules/engines/gl_common/evas_gl_polygon.c:123:81: note: Function 'evas_gl_common_poly_draw' argument 3 names different: declaration 'x' definition 'dx'.
evas-1.2.0/src/modules/engines/gl_common/evas_gl_polygon.c:123:89: style: Function 'evas_gl_common_poly_draw' argument 4 names different: declaration 'y' definition 'dy'. [funcArgNamesDifferent]
evas-1.2.0/src/modules/engines/gl_common/evas_gl_common.h:616:106: note: Function 'evas_gl_common_poly_draw' argument 4 names different: declaration 'y' definition 'dy'.
evas-1.2.0/src/modules/engines/gl_common/evas_gl_polygon.c:123:89: note: Function 'evas_gl_common_poly_draw' argument 4 names different: declaration 'y' definition 'dy'.
evas-1.2.0/src/modules/engines/gl_common/evas_gl_polygon.c:76:0: error: Memory leak: poly [memleak]
evas-1.2.0/src/modules/engines/gl_common/evas_gl_rectangle.c:7:18: style: The scope of the variable 'r' can be reduced. [variableScope]
evas-1.2.0/src/modules/engines/gl_common/evas_gl_rectangle.c:8:52: style: The scope of the variable 'i' can be reduced. [variableScope]
evas-1.2.0/src/modules/engines/gl_common/evas_gl_shader.c:869:4: style: Variable 'home' is reassigned a value before the old one has been used. [redundantAssignment]
evas-1.2.0/src/modules/engines/gl_common/evas_gl_shader.c:866:0: note: Variable 'home' is reassigned a value before the old one has been used.
evas-1.2.0/src/modules/engines/gl_common/evas_gl_shader.c:869:4: note: Variable 'home' is reassigned a value before the old one has been used.
evas-1.2.0/src/modules/engines/gl_common/evas_gl_shader.c:888:4: style: Variable 'vendor' is reassigned a value before the old one has been used. [redundantAssignment]
evas-1.2.0/src/modules/engines/gl_common/evas_gl_shader.c:884:0: note: Variable 'vendor' is reassigned a value before the old one has been used.
evas-1.2.0/src/modules/engines/gl_common/evas_gl_shader.c:888:4: note: Variable 'vendor' is reassigned a value before the old one has been used.
evas-1.2.0/src/modules/engines/gl_common/evas_gl_shader.c:889:4: style: Variable 'driver' is reassigned a value before the old one has been used. [redundantAssignment]
evas-1.2.0/src/modules/engines/gl_common/evas_gl_shader.c:885:0: note: Variable 'driver' is reassigned a value before the old one has been used.
evas-1.2.0/src/modules/engines/gl_common/evas_gl_shader.c:889:4: note: Variable 'driver' is reassigned a value before the old one has been used.
evas-1.2.0/src/modules/engines/gl_common/evas_gl_shader.c:890:4: style: Variable 'version' is reassigned a value before the old one has been used. [redundantAssignment]
evas-1.2.0/src/modules/engines/gl_common/evas_gl_shader.c:886:0: note: Variable 'version' is reassigned a value before the old one has been used.
evas-1.2.0/src/modules/engines/gl_common/evas_gl_shader.c:890:4: note: Variable 'version' is reassigned a value before the old one has been used.
evas-1.2.0/src/modules/engines/gl_common/evas_gl_texture.c:587:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
evas-1.2.0/src/modules/engines/gl_common/evas_gl_texture.c:588:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
evas-1.2.0/src/modules/engines/gl_common/evas_gl_texture.c:589:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
evas-1.2.0/src/modules/engines/gl_common/evas_gl_texture.c:590:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
evas-1.2.0/src/modules/engines/gl_common/evas_gl_texture.c:591:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
evas-1.2.0/src/modules/engines/gl_common/evas_gl_texture.c:1303:6: style: Variable 'tex' is reassigned a value before the old one has been used. [redundantAssignment]
evas-1.2.0/src/modules/engines/gl_common/evas_gl_texture.c:1297:0: note: Variable 'tex' is reassigned a value before the old one has been used.
evas-1.2.0/src/modules/engines/gl_common/evas_gl_texture.c:1303:6: note: Variable 'tex' is reassigned a value before the old one has been used.
evas-1.2.0/src/modules/engines/gl_common/evas_gl_texture.c:725:9: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
evas-1.2.0/src/modules/engines/gl_common/evas_gl_texture.c:727:9: note: Found duplicate branches for 'if' and 'else'.
evas-1.2.0/src/modules/engines/gl_common/evas_gl_texture.c:725:9: note: Found duplicate branches for 'if' and 'else'.
evas-1.2.0/src/modules/engines/gl_common/evas_gl_texture.c:732:9: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
evas-1.2.0/src/modules/engines/gl_common/evas_gl_texture.c:734:9: note: Found duplicate branches for 'if' and 'else'.
evas-1.2.0/src/modules/engines/gl_common/evas_gl_texture.c:732:9: note: Found duplicate branches for 'if' and 'else'.
evas-1.2.0/src/modules/engines/gl_common/evas_gl_texture.c:763:9: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
evas-1.2.0/src/modules/engines/gl_common/evas_gl_texture.c:765:9: note: Found duplicate branches for 'if' and 'else'.
evas-1.2.0/src/modules/engines/gl_common/evas_gl_texture.c:763:9: note: Found duplicate branches for 'if' and 'else'.
evas-1.2.0/src/modules/engines/gl_common/evas_gl_texture.c:770:9: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
evas-1.2.0/src/modules/engines/gl_common/evas_gl_texture.c:772:9: note: Found duplicate branches for 'if' and 'else'.
evas-1.2.0/src/modules/engines/gl_common/evas_gl_texture.c:770:9: note: Found duplicate branches for 'if' and 'else'.
evas-1.2.0/src/modules/engines/gl_common/evas_gl_texture.c:803:4: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
evas-1.2.0/src/modules/engines/gl_common/evas_gl_texture.c:810:4: note: Found duplicate branches for 'if' and 'else'.
evas-1.2.0/src/modules/engines/gl_common/evas_gl_texture.c:803:4: note: Found duplicate branches for 'if' and 'else'.
evas-1.2.0/src/modules/engines/gl_common/evas_gl_texture.c:805:9: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
evas-1.2.0/src/modules/engines/gl_common/evas_gl_texture.c:807:9: note: Found duplicate branches for 'if' and 'else'.
evas-1.2.0/src/modules/engines/gl_common/evas_gl_texture.c:805:9: note: Found duplicate branches for 'if' and 'else'.
evas-1.2.0/src/modules/engines/gl_common/evas_gl_texture.c:812:9: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
evas-1.2.0/src/modules/engines/gl_common/evas_gl_texture.c:814:9: note: Found duplicate branches for 'if' and 'else'.
evas-1.2.0/src/modules/engines/gl_common/evas_gl_texture.c:812:9: note: Found duplicate branches for 'if' and 'else'.
evas-1.2.0/src/modules/engines/gl_common/evas_gl_texture.c:194:12: style: The scope of the variable 'd' can be reduced. [variableScope]
evas-1.2.0/src/modules/engines/gl_common/evas_gl_texture.c:194:15: style: The scope of the variable 'b' can be reduced. [variableScope]
evas-1.2.0/src/modules/engines/gl_common/evas_gl_texture.c:1031:76: style: Function 'evas_gl_common_texture_alpha_update' argument 5 names different: declaration 'fh' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/modules/engines/gl_common/evas_gl_common.h:579:128: note: Function 'evas_gl_common_texture_alpha_update' argument 5 names different: declaration 'fh' definition '__UNUSED__'.
evas-1.2.0/src/modules/engines/gl_common/evas_gl_texture.c:1031:76: note: Function 'evas_gl_common_texture_alpha_update' argument 5 names different: declaration 'fh' definition '__UNUSED__'.
evas-1.2.0/src/modules/engines/gl_common/evas_gl_texture.c:1358:66: style: Function 'evas_gl_common_texture_nv12_update' argument 2 names different: declaration 'row' definition 'rows'. [funcArgNamesDifferent]
evas-1.2.0/src/modules/engines/gl_common/evas_gl_common.h:585:84: note: Function 'evas_gl_common_texture_nv12_update' argument 2 names different: declaration 'row' definition 'rows'.
evas-1.2.0/src/modules/engines/gl_common/evas_gl_texture.c:1358:66: note: Function 'evas_gl_common_texture_nv12_update' argument 2 names different: declaration 'row' definition 'rows'.
evas-1.2.0/src/modules/engines/gl_common/evas_gl_texture.c:1417:71: style: Function 'evas_gl_common_texture_nv12tiled_update' argument 2 names different: declaration 'row' definition 'rows'. [funcArgNamesDifferent]
evas-1.2.0/src/modules/engines/gl_common/evas_gl_common.h:587:89: note: Function 'evas_gl_common_texture_nv12tiled_update' argument 2 names different: declaration 'row' definition 'rows'.
evas-1.2.0/src/modules/engines/gl_common/evas_gl_texture.c:1417:71: note: Function 'evas_gl_common_texture_nv12tiled_update' argument 2 names different: declaration 'row' definition 'rows'.
evas-1.2.0/src/modules/engines/gl_common/evas_gl_texture.c:915:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
evas-1.2.0/src/modules/engines/gl_common/evas_gl_texture.c:1428:28: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
evas-1.2.0/src/modules/engines/gl_common/evas_gl_texture.c:1429:28: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
evas-1.2.0/src/modules/engines/gl_common/evas_gl_texture.c:1624:35: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
evas-1.2.0/src/modules/engines/gl_common/evas_gl_texture.c:1627:35: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
evas-1.2.0/src/modules/engines/gl_sdl/evas_engine.c:79:18: style: The scope of the variable 'surface' can be reduced. [variableScope]
evas-1.2.0/src/modules/engines/gl_sdl/evas_engine.c:258:26: style: Variable 're' is assigned a value that is never used. [unreadVariable]
evas-1.2.0/src/modules/engines/gl_sdl/evas_engine.c:319:26: style: Variable 're' is assigned a value that is never used. [unreadVariable]
evas-1.2.0/src/modules/engines/gl_sdl/evas_engine.c:328:26: style: Variable 're' is assigned a value that is never used. [unreadVariable]
evas-1.2.0/src/modules/engines/gl_sdl/evas_engine.c:373:26: style: Variable 're' is assigned a value that is never used. [unreadVariable]
evas-1.2.0/src/modules/engines/gl_sdl/evas_engine.c:439:9: style: Variable 'im' is assigned a value that is never used. [unreadVariable]
evas-1.2.0/src/modules/engines/gl_sdl/evas_engine.c:565:26: style: Variable 're' is assigned a value that is never used. [unreadVariable]
evas-1.2.0/src/modules/engines/gl_sdl/evas_engine.c:642:26: style: Variable 're' is assigned a value that is never used. [unreadVariable]
evas-1.2.0/src/modules/engines/gl_sdl/evas_engine.c:1021:11: style: Unused variable: context_attrs [unusedVariable]
evas-1.2.0/src/modules/engines/gl_sdl/evas_engine.c:1022:11: style: Unused variable: config_attrs [unusedVariable]
evas-1.2.0/src/modules/engines/gl_sdl/evas_engine.c:1023:11: style: Unused variable: major_version [unusedVariable]
evas-1.2.0/src/modules/engines/gl_sdl/evas_engine.c:1023:26: style: Unused variable: minor_version [unusedVariable]
evas-1.2.0/src/modules/engines/gl_sdl/evas_engine.c:1024:11: style: Unused variable: num_config [unusedVariable]
evas-1.2.0/src/modules/engines/gl_x11/evas_engine.c:7:0: error: #error gl_x11 should not get compiled if dlsym is not found on the system! [preprocessorErrorDirective]
evas-1.2.0/src/modules/engines/gl_x11/evas_x_main.c:516:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
evas-1.2.0/src/modules/engines/gl_x11/evas_x_main.c:516:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/modules/engines/gl_x11/evas_x_main.c:46:19: style: The scope of the variable 'vendor' can be reduced. [variableScope]
evas-1.2.0/src/modules/engines/gl_x11/evas_x_main.c:46:28: style: The scope of the variable 'renderer' can be reduced. [variableScope]
evas-1.2.0/src/modules/engines/gl_x11/evas_x_main.c:46:39: style: The scope of the variable 'version' can be reduced. [variableScope]
evas-1.2.0/src/modules/engines/psl1ght/evas_engine.c:222:8: style: The scope of the variable 'i' can be reduced. [variableScope]
evas-1.2.0/src/modules/engines/psl1ght/evas_engine.c:224:12: style: The scope of the variable 'image_data' can be reduced. [variableScope]
evas-1.2.0/src/modules/engines/psl1ght/evas_engine.c:225:8: style: The scope of the variable 'image_size' can be reduced. [variableScope]
evas-1.2.0/src/modules/engines/psl1ght/evas_engine.c:156:23: style: Function 'eng_info_free' argument 1 names different: declaration 'e' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/modules/engines/psl1ght/evas_engine.c:45:34: note: Function 'eng_info_free' argument 1 names different: declaration 'e' definition '__UNUSED__'.
evas-1.2.0/src/modules/engines/psl1ght/evas_engine.c:156:23: note: Function 'eng_info_free' argument 1 names different: declaration 'e' definition '__UNUSED__'.
evas-1.2.0/src/modules/engines/psl1ght/evas_engine.c:166:26: style: Function 'eng_setup' argument 2 names different: declaration 'info' definition 'in'. [funcArgNamesDifferent]
evas-1.2.0/src/modules/engines/psl1ght/evas_engine.c:47:39: note: Function 'eng_setup' argument 2 names different: declaration 'info' definition 'in'.
evas-1.2.0/src/modules/engines/psl1ght/evas_engine.c:166:26: note: Function 'eng_setup' argument 2 names different: declaration 'info' definition 'in'.
evas-1.2.0/src/modules/engines/psl1ght/evas_engine.c:171:39: style: Variable 'info' is assigned a value that is never used. [unreadVariable]
evas-1.2.0/src/modules/engines/psl1ght/evas_engine.c:438:26: style: Variable 're' is assigned a value that is never used. [unreadVariable]
evas-1.2.0/src/modules/engines/psl1ght/evas_engine.c:447:26: style: Variable 're' is assigned a value that is never used. [unreadVariable]
evas-1.2.0/src/modules/engines/psl1ght/rsxutil.c:194:4: style: Variable 'context' is reassigned a value before the old one has been used. [redundantAssignment]
evas-1.2.0/src/modules/engines/psl1ght/rsxutil.c:188:0: note: Variable 'context' is reassigned a value before the old one has been used.
evas-1.2.0/src/modules/engines/psl1ght/rsxutil.c:194:4: note: Variable 'context' is reassigned a value before the old one has been used.
evas-1.2.0/src/modules/engines/psl1ght/rsxutil.c:124:8: style: The scope of the variable 'mode_area' can be reduced. [variableScope]
evas-1.2.0/src/modules/engines/psl1ght/rsxutil.c:126:8: style: The scope of the variable 'area_diff' can be reduced. [variableScope]
evas-1.2.0/src/modules/engines/software_16_ddraw/evas_engine.c:59:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
evas-1.2.0/src/modules/engines/software_16_ddraw/evas_engine.c:59:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/modules/engines/software_16_ddraw/evas_engine.c:105:26: style: Function 'eng_setup' argument 2 names different: declaration 'info' definition 'in'. [funcArgNamesDifferent]
evas-1.2.0/src/modules/engines/software_16_ddraw/evas_engine.c:37:37: note: Function 'eng_setup' argument 2 names different: declaration 'info' definition 'in'.
evas-1.2.0/src/modules/engines/software_16_ddraw/evas_engine.c:105:26: note: Function 'eng_setup' argument 2 names different: declaration 'info' definition 'in'.
evas-1.2.0/src/modules/engines/software_16_ddraw/evas_engine.c:519:19: style: Unused variable: ddraw_data [unusedVariable]
evas-1.2.0/src/modules/engines/software_16_ddraw/evas_engine.c:520:19: style: Unused variable: ddraw_width [unusedVariable]
evas-1.2.0/src/modules/engines/software_16_ddraw/evas_engine.c:521:19: style: Unused variable: ddraw_height [unusedVariable]
evas-1.2.0/src/modules/engines/software_16_ddraw/evas_engine.c:522:19: style: Unused variable: ddraw_pitch [unusedVariable]
evas-1.2.0/src/modules/engines/software_16_ddraw/evas_engine.c:523:19: style: Unused variable: ddraw_depth [unusedVariable]
evas-1.2.0/src/modules/engines/software_16_ddraw/evas_engine.c:508:40: error: Uninitialized variable: width [uninitvar]
evas-1.2.0/src/modules/engines/software_16_ddraw/evas_engine.c:508:52: error: Uninitialized variable: height [uninitvar]
evas-1.2.0/src/modules/engines/software_16_sdl/evas_engine.c:1223:4: style: Variable 'sdl' is reassigned a value before the old one has been used. [redundantAssignment]
evas-1.2.0/src/modules/engines/software_16_sdl/evas_engine.c:1217:0: note: Variable 'sdl' is reassigned a value before the old one has been used.
evas-1.2.0/src/modules/engines/software_16_sdl/evas_engine.c:1223:4: note: Variable 'sdl' is reassigned a value before the old one has been used.
evas-1.2.0/src/modules/engines/software_16_sdl/evas_engine.c:1162:61: style: Function '_sdl16_image_constructor' argument 2 names different: declaration 'data' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/modules/engines/software_16_sdl/evas_engine.c:18:90: note: Function '_sdl16_image_constructor' argument 2 names different: declaration 'data' definition '__UNUSED__'.
evas-1.2.0/src/modules/engines/software_16_sdl/evas_engine.c:1162:61: note: Function '_sdl16_image_constructor' argument 2 names different: declaration 'data' definition '__UNUSED__'.
evas-1.2.0/src/modules/engines/software_16_sdl/evas_engine.c:1214:75: style: Function '_sdl16_image_dirty' argument 2 names different: declaration 'src' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/modules/engines/software_16_sdl/evas_engine.c:23:111: note: Function '_sdl16_image_dirty' argument 2 names different: declaration 'src' definition '__UNUSED__'.
evas-1.2.0/src/modules/engines/software_16_sdl/evas_engine.c:1214:75: note: Function '_sdl16_image_dirty' argument 2 names different: declaration 'src' definition '__UNUSED__'.
evas-1.2.0/src/modules/engines/software_16_sdl/evas_engine.c:1234:78: style: Function '_sdl16_image_size_set' argument 2 names different: declaration 'src' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/modules/engines/software_16_sdl/evas_engine.c:25:111: note: Function '_sdl16_image_size_set' argument 2 names different: declaration 'src' definition '__UNUSED__'.
evas-1.2.0/src/modules/engines/software_16_sdl/evas_engine.c:1234:78: note: Function '_sdl16_image_size_set' argument 2 names different: declaration 'src' definition '__UNUSED__'.
evas-1.2.0/src/modules/engines/software_16_sdl/evas_engine.c:1300:63: style: Function '_sdl16_image_load' argument 2 names different: declaration 'im' definition 'ie_im'. [funcArgNamesDifferent]
evas-1.2.0/src/modules/engines/software_16_sdl/evas_engine.c:29:104: note: Function '_sdl16_image_load' argument 2 names different: declaration 'im' definition 'ie_im'.
evas-1.2.0/src/modules/engines/software_16_sdl/evas_engine.c:1300:63: note: Function '_sdl16_image_load' argument 2 names different: declaration 'im' definition 'ie_im'.
evas-1.2.0/src/modules/engines/software_16_sdl/evas_engine.c:904:34: style: Variable 'im' is assigned a value that is never used. [unreadVariable]
evas-1.2.0/src/modules/engines/software_16_wince/evas_engine.c:100:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
evas-1.2.0/src/modules/engines/software_16_wince/evas_engine.c:100:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/modules/engines/software_16_wince/evas_engine.c:146:26: style: Function 'eng_setup' argument 2 names different: declaration 'info' definition 'in'. [funcArgNamesDifferent]
evas-1.2.0/src/modules/engines/software_16_wince/evas_engine.c:52:37: note: Function 'eng_setup' argument 2 names different: declaration 'info' definition 'in'.
evas-1.2.0/src/modules/engines/software_16_wince/evas_engine.c:146:26: note: Function 'eng_setup' argument 2 names different: declaration 'info' definition 'in'.
evas-1.2.0/src/modules/engines/software_16_wince/evas_engine.c:654:40: error: Uninitialized variable: width [uninitvar]
evas-1.2.0/src/modules/engines/software_16_wince/evas_engine.c:654:52: error: Uninitialized variable: height [uninitvar]
evas-1.2.0/src/modules/engines/software_16_wince/evas_wince_ddraw_buffer.cpp:38:11: style: C-style pointer casting [cstyleCast]
evas-1.2.0/src/modules/engines/software_16_wince/evas_wince_ddraw_buffer.cpp:128:5: style: C-style pointer casting [cstyleCast]
evas-1.2.0/src/modules/engines/software_16_wince/evas_wince_ddraw_buffer.cpp:129:5: style: C-style pointer casting [cstyleCast]
evas-1.2.0/src/modules/engines/software_16_wince/evas_wince_ddraw_buffer.cpp:130:17: style: C-style pointer casting [cstyleCast]
evas-1.2.0/src/modules/engines/software_16_wince/evas_wince_ddraw_buffer.cpp:157:26: style: C-style pointer casting [cstyleCast]
evas-1.2.0/src/modules/engines/software_16_wince/evas_wince_ddraw_buffer.cpp:176:11: style: C-style pointer casting [cstyleCast]
evas-1.2.0/src/modules/engines/software_16_wince/evas_wince_fb_buffer.c:11:19: style: struct member 'GXDeviceInfo::cbStride' is never used. [unusedStructMember]
evas-1.2.0/src/modules/engines/software_16_wince/evas_wince_fb_buffer.c:14:19: style: struct member 'GXDeviceInfo::cBPP' is never used. [unusedStructMember]
evas-1.2.0/src/modules/engines/software_16_wince/evas_wince_fb_buffer.c:15:19: style: struct member 'GXDeviceInfo::ffFormat' is never used. [unusedStructMember]
evas-1.2.0/src/modules/engines/software_16_wince/evas_wince_fb_buffer.c:16:10: style: struct member 'GXDeviceInfo::Unused' is never used. [unusedStructMember]
evas-1.2.0/src/modules/engines/software_16_wince/evas_wince_fb_buffer.c:27:10: style: struct member '_RawFrameBufferInfo::cxStride' is never used. [unusedStructMember]
evas-1.2.0/src/modules/engines/software_16_wince/evas_wince_fb_buffer.c:28:10: style: struct member '_RawFrameBufferInfo::cyStride' is never used. [unusedStructMember]
evas-1.2.0/src/modules/engines/software_16_wince/evas_wince_gapi_buffer.c:16:19: style: struct member '_GXDeviceInfo::cbStride' is never used. [unusedStructMember]
evas-1.2.0/src/modules/engines/software_16_wince/evas_wince_gapi_buffer.c:21:10: style: struct member '_GXDeviceInfo::Unused' is never used. [unusedStructMember]
evas-1.2.0/src/modules/engines/software_16_x11/evas_engine.c:109:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
evas-1.2.0/src/modules/engines/software_16_x11/evas_engine.c:109:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/modules/engines/software_16_x11/evas_engine.c:113:23: style: Function 'eng_info_free' argument 1 names different: declaration 'e' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/modules/engines/software_16_x11/evas_engine.c:85:33: note: Function 'eng_info_free' argument 1 names different: declaration 'e' definition '__UNUSED__'.
evas-1.2.0/src/modules/engines/software_16_x11/evas_engine.c:113:23: note: Function 'eng_info_free' argument 1 names different: declaration 'e' definition '__UNUSED__'.
evas-1.2.0/src/modules/engines/software_16_x11/evas_engine.c:155:26: style: Function 'eng_setup' argument 2 names different: declaration 'info' definition 'in'. [funcArgNamesDifferent]
evas-1.2.0/src/modules/engines/software_16_x11/evas_engine.c:86:37: note: Function 'eng_setup' argument 2 names different: declaration 'info' definition 'in'.
evas-1.2.0/src/modules/engines/software_16_x11/evas_engine.c:155:26: note: Function 'eng_setup' argument 2 names different: declaration 'info' definition 'in'.
evas-1.2.0/src/modules/engines/software_16_x11/evas_engine.c:573:63: style: Function 'eng_output_redraws_next_update_push' argument 2 names different: declaration 'surface' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/modules/engines/software_16_x11/evas_engine.c:94:67: note: Function 'eng_output_redraws_next_update_push' argument 2 names different: declaration 'surface' definition '__UNUSED__'.
evas-1.2.0/src/modules/engines/software_16_x11/evas_engine.c:573:63: note: Function 'eng_output_redraws_next_update_push' argument 2 names different: declaration 'surface' definition '__UNUSED__'.
evas-1.2.0/src/modules/engines/software_8_x11/evas_engine.c:66:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
evas-1.2.0/src/modules/engines/software_8_x11/evas_engine.c:66:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/modules/engines/software_8_x11/evas_engine.c:70:24: style: Function 'eng_info_free' argument 1 names different: declaration 'e' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/modules/engines/software_8_x11/evas_engine.c:38:34: note: Function 'eng_info_free' argument 1 names different: declaration 'e' definition '__UNUSED__'.
evas-1.2.0/src/modules/engines/software_8_x11/evas_engine.c:70:24: note: Function 'eng_info_free' argument 1 names different: declaration 'e' definition '__UNUSED__'.
evas-1.2.0/src/modules/engines/software_8_x11/evas_engine.c:135:27: style: Function 'eng_setup' argument 2 names different: declaration 'info' definition 'in'. [funcArgNamesDifferent]
evas-1.2.0/src/modules/engines/software_8_x11/evas_engine.c:39:38: note: Function 'eng_setup' argument 2 names different: declaration 'info' definition 'in'.
evas-1.2.0/src/modules/engines/software_8_x11/evas_engine.c:135:27: note: Function 'eng_setup' argument 2 names different: declaration 'info' definition 'in'.
evas-1.2.0/src/modules/engines/software_8_x11/evas_engine.c:529:63: style: Function 'eng_output_redraws_next_update_push' argument 2 names different: declaration 'surface' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/modules/engines/software_8_x11/evas_engine.c:49:67: note: Function 'eng_output_redraws_next_update_push' argument 2 names different: declaration 'surface' definition '__UNUSED__'.
evas-1.2.0/src/modules/engines/software_8_x11/evas_engine.c:529:63: note: Function 'eng_output_redraws_next_update_push' argument 2 names different: declaration 'surface' definition '__UNUSED__'.
evas-1.2.0/src/modules/engines/software_8_x11/evas_x_buffer.c:191:19: style: The scope of the variable 'data' can be reduced. [variableScope]
evas-1.2.0/src/modules/engines/software_8_x11/evas_x_buffer.c:192:8: style: The scope of the variable 'i' can be reduced. [variableScope]
evas-1.2.0/src/modules/engines/software_8_x11/evas_x_buffer.c:192:11: style: The scope of the variable 'j' can be reduced. [variableScope]
evas-1.2.0/src/modules/engines/software_8_x11/evas_x_buffer.c:38:56: style: Function 'evas_software_8_x11_x_output_buffer_new' argument 2 names different: declaration 'screen' definition 's'. [funcArgNamesDifferent]
evas-1.2.0/src/modules/engines/software_8_x11/evas_engine.h:57:103: note: Function 'evas_software_8_x11_x_output_buffer_new' argument 2 names different: declaration 'screen' definition 's'.
evas-1.2.0/src/modules/engines/software_8_x11/evas_x_buffer.c:38:56: note: Function 'evas_software_8_x11_x_output_buffer_new' argument 2 names different: declaration 'screen' definition 's'.
evas-1.2.0/src/modules/engines/software_ddraw/evas_engine.c:101:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
evas-1.2.0/src/modules/engines/software_ddraw/evas_engine.c:101:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/modules/engines/software_ddraw/evas_engine.c:146:9: style: Variable 're' is assigned a value that is never used. [unreadVariable]
evas-1.2.0/src/modules/engines/software_gdi/evas_engine.c:152:9: style: Variable 're' is assigned a value that is never used. [unreadVariable]
evas-1.2.0/src/modules/engines/software_gdi/evas_gdi_main.c:9:49: style: Function 'evas_software_gdi_init' argument 4 names different: declaration 'fullscreen' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/modules/engines/software_gdi/evas_engine.h:124:42: note: Function 'evas_software_gdi_init' argument 4 names different: declaration 'fullscreen' definition '__UNUSED__'.
evas-1.2.0/src/modules/engines/software_gdi/evas_gdi_main.c:9:49: note: Function 'evas_software_gdi_init' argument 4 names different: declaration 'fullscreen' definition '__UNUSED__'.
evas-1.2.0/src/modules/engines/software_gdi/evas_outbuf.c:424:13: style: The scope of the variable 'i' can be reduced. [variableScope]
evas-1.2.0/src/modules/engines/software_gdi/evas_outbuf.c:564:65: style: Function 'evas_software_gdi_outbuf_free_region_for_update' argument 1 names different: declaration 'buf' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/modules/engines/software_gdi/evas_engine.h:193:66: note: Function 'evas_software_gdi_outbuf_free_region_for_update' argument 1 names different: declaration 'buf' definition '__UNUSED__'.
evas-1.2.0/src/modules/engines/software_gdi/evas_outbuf.c:564:65: note: Function 'evas_software_gdi_outbuf_free_region_for_update' argument 1 names different: declaration 'buf' definition '__UNUSED__'.
evas-1.2.0/src/modules/engines/software_gdi/evas_outbuf.c:565:68: style: Function 'evas_software_gdi_outbuf_free_region_for_update' argument 2 names different: declaration 'update' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/modules/engines/software_gdi/evas_engine.h:194:66: note: Function 'evas_software_gdi_outbuf_free_region_for_update' argument 2 names different: declaration 'update' definition '__UNUSED__'.
evas-1.2.0/src/modules/engines/software_gdi/evas_outbuf.c:565:68: note: Function 'evas_software_gdi_outbuf_free_region_for_update' argument 2 names different: declaration 'update' definition '__UNUSED__'.
evas-1.2.0/src/modules/engines/software_generic/evas_engine.c:2751:8: style: Condition '!gl_lib_init()' is always true [knownConditionTrueFalse]
evas-1.2.0/src/modules/engines/software_generic/evas_engine.c:633:23: warning: Either the condition '!ns' is redundant or there is possible null pointer dereference: ns. [nullPointerRedundantCheck]
evas-1.2.0/src/modules/engines/software_generic/evas_engine.c:633:14: note: Assuming that condition '!ns' is not redundant
evas-1.2.0/src/modules/engines/software_generic/evas_engine.c:633:23: note: Null pointer dereference
evas-1.2.0/src/modules/engines/software_generic/evas_engine.c:637:41: warning: Either the condition '!ns' is redundant or there is possible null pointer dereference: ns. [nullPointerRedundantCheck]
evas-1.2.0/src/modules/engines/software_generic/evas_engine.c:633:14: note: Assuming that condition '!ns' is not redundant
evas-1.2.0/src/modules/engines/software_generic/evas_engine.c:637:41: note: Null pointer dereference
evas-1.2.0/src/modules/engines/software_generic/evas_engine.c:64:12: style: struct member '_Render_Engine_GL_Surface::initialized' is never used. [unusedStructMember]
evas-1.2.0/src/modules/engines/software_generic/evas_engine.c:70:12: style: struct member '_Render_Engine_GL_Surface::internal_cpp' is never used. [unusedStructMember]
evas-1.2.0/src/modules/engines/software_generic/evas_engine.c:72:12: style: struct member '_Render_Engine_GL_Surface::depth_bits' is never used. [unusedStructMember]
evas-1.2.0/src/modules/engines/software_generic/evas_engine.c:73:12: style: struct member '_Render_Engine_GL_Surface::stencil_bits' is never used. [unusedStructMember]
evas-1.2.0/src/modules/engines/software_generic/evas_engine.c:76:12: style: struct member '_Render_Engine_GL_Surface::buffer' is never used. [unusedStructMember]
evas-1.2.0/src/modules/engines/software_generic/evas_engine.c:78:32: style: struct member '_Render_Engine_GL_Surface::current_ctx' is never used. [unusedStructMember]
evas-1.2.0/src/modules/engines/software_x11/evas_engine.c:412:18: style: Function 'eng_info' argument 1 names different: declaration 'e' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/modules/engines/software_x11/evas_engine.c:119:29: note: Function 'eng_info' argument 1 names different: declaration 'e' definition '__UNUSED__'.
evas-1.2.0/src/modules/engines/software_x11/evas_engine.c:412:18: note: Function 'eng_info' argument 1 names different: declaration 'e' definition '__UNUSED__'.
evas-1.2.0/src/modules/engines/software_x11/evas_engine.c:431:23: style: Function 'eng_info_free' argument 1 names different: declaration 'e' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/modules/engines/software_x11/evas_engine.c:120:33: note: Function 'eng_info_free' argument 1 names different: declaration 'e' definition '__UNUSED__'.
evas-1.2.0/src/modules/engines/software_x11/evas_engine.c:431:23: note: Function 'eng_info_free' argument 1 names different: declaration 'e' definition '__UNUSED__'.
evas-1.2.0/src/modules/engines/software_x11/evas_engine.c:440:26: style: Function 'eng_setup' argument 2 names different: declaration 'info' definition 'in'. [funcArgNamesDifferent]
evas-1.2.0/src/modules/engines/software_x11/evas_engine.c:121:37: note: Function 'eng_setup' argument 2 names different: declaration 'info' definition 'in'.
evas-1.2.0/src/modules/engines/software_x11/evas_engine.c:440:26: note: Function 'eng_setup' argument 2 names different: declaration 'info' definition 'in'.
evas-1.2.0/src/modules/engines/software_x11/evas_engine.c:445:44: style: Variable 'info' is assigned a value that is never used. [unreadVariable]
evas-1.2.0/src/modules/engines/software_x11/evas_xcb_buffer.c:239:9: style: Variable 'xcbob' is reassigned a value before the old one has been used. [redundantAssignment]
evas-1.2.0/src/modules/engines/software_x11/evas_xcb_buffer.c:236:0: note: Variable 'xcbob' is reassigned a value before the old one has been used.
evas-1.2.0/src/modules/engines/software_x11/evas_xcb_buffer.c:239:9: note: Variable 'xcbob' is reassigned a value before the old one has been used.
evas-1.2.0/src/modules/engines/software_x11/evas_xcb_color.c:113:19: style: The scope of the variable 'pixels' can be reduced. [variableScope]
evas-1.2.0/src/modules/engines/software_x11/evas_xcb_color.c:114:19: style: The scope of the variable 'j' can be reduced. [variableScope]
evas-1.2.0/src/modules/engines/software_x11/evas_xcb_color.c:180:16: style: The scope of the variable 'pixels' can be reduced. [variableScope]
evas-1.2.0/src/modules/engines/software_x11/evas_xcb_color.c:181:16: style: The scope of the variable 'j' can be reduced. [variableScope]
evas-1.2.0/src/modules/engines/software_x11/evas_xcb_color.c:409:13: style: The scope of the variable 'pixels' can be reduced. [variableScope]
evas-1.2.0/src/modules/engines/software_x11/evas_xcb_color.c:410:13: style: The scope of the variable 'j' can be reduced. [variableScope]
evas-1.2.0/src/modules/engines/software_x11/evas_xcb_color.c:50:13: style: Variable 'sig_mask' is assigned a value that is never used. [unreadVariable]
evas-1.2.0/src/modules/engines/software_x11/evas_xcb_outbuf.c:56:9: style: Variable 'im' is reassigned a value before the old one has been used. [redundantAssignment]
evas-1.2.0/src/modules/engines/software_x11/evas_xcb_outbuf.c:53:0: note: Variable 'im' is reassigned a value before the old one has been used.
evas-1.2.0/src/modules/engines/software_x11/evas_xcb_outbuf.c:56:9: note: Variable 'im' is reassigned a value before the old one has been used.
evas-1.2.0/src/modules/engines/software_x11/evas_xcb_outbuf.c:60:9: style: Variable 'obr' is reassigned a value before the old one has been used. [redundantAssignment]
evas-1.2.0/src/modules/engines/software_x11/evas_xcb_outbuf.c:54:0: note: Variable 'obr' is reassigned a value before the old one has been used.
evas-1.2.0/src/modules/engines/software_x11/evas_xcb_outbuf.c:60:9: note: Variable 'obr' is reassigned a value before the old one has been used.
evas-1.2.0/src/modules/engines/software_x11/evas_xcb_outbuf.c:688:4: style: Variable 'obr' is reassigned a value before the old one has been used. [redundantAssignment]
evas-1.2.0/src/modules/engines/software_x11/evas_xcb_outbuf.c:682:0: note: Variable 'obr' is reassigned a value before the old one has been used.
evas-1.2.0/src/modules/engines/software_x11/evas_xcb_outbuf.c:688:4: note: Variable 'obr' is reassigned a value before the old one has been used.
evas-1.2.0/src/modules/engines/software_x11/evas_xcb_outbuf.c:685:17: style: The scope of the variable 'yy' can be reduced. [variableScope]
evas-1.2.0/src/modules/engines/software_x11/evas_xcb_outbuf.c:482:61: style: Function 'evas_software_xcb_outbuf_free_region_for_update' argument 1 names different: declaration 'buf' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/modules/engines/software_x11/evas_xcb_outbuf.h:10:62: note: Function 'evas_software_xcb_outbuf_free_region_for_update' argument 1 names different: declaration 'buf' definition '__UNUSED__'.
evas-1.2.0/src/modules/engines/software_x11/evas_xcb_outbuf.c:482:61: note: Function 'evas_software_xcb_outbuf_free_region_for_update' argument 1 names different: declaration 'buf' definition '__UNUSED__'.
evas-1.2.0/src/modules/engines/software_x11/evas_xcb_outbuf.c:482:92: style: Function 'evas_software_xcb_outbuf_free_region_for_update' argument 2 names different: declaration 'update' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/modules/engines/software_x11/evas_xcb_outbuf.h:10:79: note: Function 'evas_software_xcb_outbuf_free_region_for_update' argument 2 names different: declaration 'update' definition '__UNUSED__'.
evas-1.2.0/src/modules/engines/software_x11/evas_xcb_outbuf.c:482:92: note: Function 'evas_software_xcb_outbuf_free_region_for_update' argument 2 names different: declaration 'update' definition '__UNUSED__'.
evas-1.2.0/src/modules/engines/software_x11/evas_xcb_outbuf.c:278:14: error: Memory leak: obr [memleak]
evas-1.2.0/src/modules/engines/software_x11/evas_xcb_xdefaults.c:54:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
evas-1.2.0/src/modules/engines/software_x11/evas_xlib_buffer.c:370:67: style: Function 'evas_software_xlib_x_output_buffer_free' argument 2 names different: declaration 'sync' definition 'psync'. [funcArgNamesDifferent]
evas-1.2.0/src/modules/engines/software_x11/evas_xlib_buffer.h:32:84: note: Function 'evas_software_xlib_x_output_buffer_free' argument 2 names different: declaration 'sync' definition 'psync'.
evas-1.2.0/src/modules/engines/software_x11/evas_xlib_buffer.c:370:67: note: Function 'evas_software_xlib_x_output_buffer_free' argument 2 names different: declaration 'sync' definition 'psync'.
evas-1.2.0/src/modules/engines/software_x11/evas_xlib_buffer.c:390:101: style: Function 'evas_software_xlib_x_output_buffer_paste' argument 6 names different: declaration 'sync' definition 'psync'. [funcArgNamesDifferent]
evas-1.2.0/src/modules/engines/software_x11/evas_xlib_buffer.h:34:117: note: Function 'evas_software_xlib_x_output_buffer_paste' argument 6 names different: declaration 'sync' definition 'psync'.
evas-1.2.0/src/modules/engines/software_x11/evas_xlib_buffer.c:390:101: note: Function 'evas_software_xlib_x_output_buffer_paste' argument 6 names different: declaration 'sync' definition 'psync'.
evas-1.2.0/src/modules/engines/software_x11/evas_xlib_color.c:98:24: style: The scope of the variable 'pixels' can be reduced. [variableScope]
evas-1.2.0/src/modules/engines/software_x11/evas_xlib_color.c:99:14: style: The scope of the variable 'j' can be reduced. [variableScope]
evas-1.2.0/src/modules/engines/software_x11/evas_xlib_color.c:149:21: style: The scope of the variable 'pixels' can be reduced. [variableScope]
evas-1.2.0/src/modules/engines/software_x11/evas_xlib_color.c:150:11: style: The scope of the variable 'j' can be reduced. [variableScope]
evas-1.2.0/src/modules/engines/software_x11/evas_xlib_color.c:353:18: style: The scope of the variable 'pixels' can be reduced. [variableScope]
evas-1.2.0/src/modules/engines/software_x11/evas_xlib_color.c:354:8: style: The scope of the variable 'j' can be reduced. [variableScope]
evas-1.2.0/src/modules/engines/software_x11/evas_xlib_color.c:47:13: style: Variable 'sig_mask' is assigned a value that is never used. [unreadVariable]
evas-1.2.0/src/modules/engines/software_x11/evas_xlib_outbuf.c:655:15: style: The scope of the variable 'l' can be reduced. [variableScope]
evas-1.2.0/src/modules/engines/software_x11/evas_xlib_outbuf.c:855:33: style: The scope of the variable 'yy' can be reduced. [variableScope]
evas-1.2.0/src/modules/engines/software_x11/evas_xlib_outbuf.c:647:62: style: Function 'evas_software_xlib_outbuf_free_region_for_update' argument 1 names different: declaration 'buf' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/modules/engines/software_x11/evas_xlib_outbuf.h:38:76: note: Function 'evas_software_xlib_outbuf_free_region_for_update' argument 1 names different: declaration 'buf' definition '__UNUSED__'.
evas-1.2.0/src/modules/engines/software_x11/evas_xlib_outbuf.c:647:62: note: Function 'evas_software_xlib_outbuf_free_region_for_update' argument 1 names different: declaration 'buf' definition '__UNUSED__'.
evas-1.2.0/src/modules/engines/software_x11/evas_xlib_outbuf.c:647:93: style: Function 'evas_software_xlib_outbuf_free_region_for_update' argument 2 names different: declaration 'update' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/modules/engines/software_x11/evas_xlib_outbuf.h:39:76: note: Function 'evas_software_xlib_outbuf_free_region_for_update' argument 2 names different: declaration 'update' definition '__UNUSED__'.
evas-1.2.0/src/modules/engines/software_x11/evas_xlib_outbuf.c:647:93: note: Function 'evas_software_xlib_outbuf_free_region_for_update' argument 2 names different: declaration 'update' definition '__UNUSED__'.
evas-1.2.0/src/modules/engines/software_x11/evas_xlib_outbuf.c:405:7: error: Memory leak: obr [memleak]
evas-1.2.0/src/modules/engines/wayland_egl/evas_engine.c:7:0: error: #error gl_x11 should not get compiled if dlsym is not found on the system! [preprocessorErrorDirective]
evas-1.2.0/src/modules/engines/wayland_egl/evas_wl_main.c:196:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
evas-1.2.0/src/modules/engines/wayland_egl/evas_wl_main.c:196:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evas-1.2.0/src/modules/engines/wayland_egl/evas_wl_main.c:20:0: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
evas-1.2.0/src/modules/engines/wayland_shm/evas_outbuf.c:81:22: style: The scope of the variable 'dst' can be reduced. [variableScope]
evas-1.2.0/src/modules/engines/wayland_shm/evas_outbuf.c:81:28: style: The scope of the variable 'src' can be reduced. [variableScope]
evas-1.2.0/src/modules/loaders/bmp/evas_image_load_bmp.c:357:17: style: Expression is always false because 'else if' condition matches previous condition at line 351. [multiCondition]
evas-1.2.0/src/modules/loaders/bmp/evas_image_load_bmp.c:1442:17: style: Expression is always false because 'else if' condition matches previous condition at line 1283. [multiCondition]
evas-1.2.0/src/modules/loaders/bmp/evas_image_load_bmp.c:357:14: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
evas-1.2.0/src/modules/loaders/bmp/evas_image_load_bmp.c:359:9: note: Found duplicate branches for 'if' and 'else'.
evas-1.2.0/src/modules/loaders/bmp/evas_image_load_bmp.c:357:14: note: Found duplicate branches for 'if' and 'else'.
evas-1.2.0/src/modules/loaders/bmp/evas_image_load_bmp.c:1442:14: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
evas-1.2.0/src/modules/loaders/bmp/evas_image_load_bmp.c:1446:9: note: Found duplicate branches for 'if' and 'else'.
evas-1.2.0/src/modules/loaders/bmp/evas_image_load_bmp.c:1442:14: note: Found duplicate branches for 'if' and 'else'.
evas-1.2.0/src/modules/loaders/bmp/evas_image_load_bmp.c:646:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
evas-1.2.0/src/modules/loaders/generic/evas_image_load_generic.c:126:4: style: Variable 'img_loader' is reassigned a value before the old one has been used. [redundantAssignment]
evas-1.2.0/src/modules/loaders/generic/evas_image_load_generic.c:114:0: note: Variable 'img_loader' is reassigned a value before the old one has been used.
evas-1.2.0/src/modules/loaders/generic/evas_image_load_generic.c:126:4: note: Variable 'img_loader' is reassigned a value before the old one has been used.
evas-1.2.0/src/modules/loaders/generic/evas_image_load_generic.c:126:17: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
evas-1.2.0/src/modules/loaders/generic/evas_image_load_generic.c:134:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
evas-1.2.0/src/modules/loaders/gif/evas_image_load_gif.c:588:4: style: Variable 'gif_frame' is reassigned a value before the old one has been used. [redundantAssignment]
evas-1.2.0/src/modules/loaders/gif/evas_image_load_gif.c:586:0: note: Variable 'gif_frame' is reassigned a value before the old one has been used.
evas-1.2.0/src/modules/loaders/gif/evas_image_load_gif.c:588:4: note: Variable 'gif_frame' is reassigned a value before the old one has been used.
evas-1.2.0/src/modules/loaders/gif/evas_image_load_gif.c:902:9: style: Variable 'hit' is reassigned a value before the old one has been used. [redundantAssignment]
evas-1.2.0/src/modules/loaders/gif/evas_image_load_gif.c:900:9: note: Variable 'hit' is reassigned a value before the old one has been used.
evas-1.2.0/src/modules/loaders/gif/evas_image_load_gif.c:902:9: note: Variable 'hit' is reassigned a value before the old one has been used.
evas-1.2.0/src/modules/loaders/gif/evas_image_load_gif.c:395:37: style: The scope of the variable 'j1' can be reduced. [variableScope]
evas-1.2.0/src/modules/loaders/gif/evas_image_load_gif.c:432:38: style: The scope of the variable 'j1' can be reduced. [variableScope]
evas-1.2.0/src/modules/loaders/gif/evas_image_load_gif.c:472:27: style: The scope of the variable 'j1' can be reduced. [variableScope]
evas-1.2.0/src/modules/loaders/gif/evas_image_load_gif.c:228:4: warning: Size of pointer 'rows' used instead of size of its data. [pointerSize]
evas-1.2.0/src/modules/loaders/gif/evas_image_load_gif.c:591:8: style: Variable 'w' is assigned a value that is never used. [unreadVariable]
evas-1.2.0/src/modules/loaders/gif/evas_image_load_gif.c:592:8: style: Variable 'h' is assigned a value that is never used. [unreadVariable]
evas-1.2.0/src/modules/loaders/gif/evas_image_load_gif.c:593:12: style: Variable 'dst_x' is assigned a value that is never used. [unreadVariable]
evas-1.2.0/src/modules/loaders/gif/evas_image_load_gif.c:594:12: style: Variable 'dst_y' is assigned a value that is never used. [unreadVariable]
evas-1.2.0/src/modules/loaders/gif/evas_image_load_gif.c:806:0: error: Memory leak: frame [memleak]
evas-1.2.0/src/modules/loaders/ico/evas_image_load_ico.c:294:8: style: Condition 'hasa' is always true [knownConditionTrueFalse]
evas-1.2.0/src/modules/loaders/ico/evas_image_load_ico.c:92:14: note: Assignment 'hasa=1', assigned value is 1
evas-1.2.0/src/modules/loaders/ico/evas_image_load_ico.c:294:8: note: Condition 'hasa' is always true
evas-1.2.0/src/modules/loaders/ico/evas_image_load_ico.c:601:18: style: Condition '!right_way_up' is always true [knownConditionTrueFalse]
evas-1.2.0/src/modules/loaders/ico/evas_image_load_ico.c:319:42: note: Assignment 'right_way_up=0', assigned value is 0
evas-1.2.0/src/modules/loaders/ico/evas_image_load_ico.c:601:18: note: Condition '!right_way_up' is always true
evas-1.2.0/src/modules/loaders/ico/evas_image_load_ico.c:651:18: style: Condition '!right_way_up' is always true [knownConditionTrueFalse]
evas-1.2.0/src/modules/loaders/ico/evas_image_load_ico.c:319:42: note: Assignment 'right_way_up=0', assigned value is 0
evas-1.2.0/src/modules/loaders/ico/evas_image_load_ico.c:651:18: note: Condition '!right_way_up' is always true
evas-1.2.0/src/modules/loaders/ico/evas_image_load_ico.c:677:18: style: Condition '!right_way_up' is always true [knownConditionTrueFalse]
evas-1.2.0/src/modules/loaders/ico/evas_image_load_ico.c:319:42: note: Assignment 'right_way_up=0', assigned value is 0
evas-1.2.0/src/modules/loaders/ico/evas_image_load_ico.c:677:18: note: Condition '!right_way_up' is always true
evas-1.2.0/src/modules/loaders/ico/evas_image_load_ico.c:696:18: style: Condition '!right_way_up' is always true [knownConditionTrueFalse]
evas-1.2.0/src/modules/loaders/ico/evas_image_load_ico.c:319:42: note: Assignment 'right_way_up=0', assigned value is 0
evas-1.2.0/src/modules/loaders/ico/evas_image_load_ico.c:696:18: note: Condition '!right_way_up' is always true
evas-1.2.0/src/modules/loaders/ico/evas_image_load_ico.c:721:18: style: Condition '!right_way_up' is always true [knownConditionTrueFalse]
evas-1.2.0/src/modules/loaders/ico/evas_image_load_ico.c:319:42: note: Assignment 'right_way_up=0', assigned value is 0
evas-1.2.0/src/modules/loaders/ico/evas_image_load_ico.c:721:18: note: Condition '!right_way_up' is always true
evas-1.2.0/src/modules/loaders/ico/evas_image_load_ico.c:751:18: style: Condition '!right_way_up' is always true [knownConditionTrueFalse]
evas-1.2.0/src/modules/loaders/ico/evas_image_load_ico.c:319:42: note: Assignment 'right_way_up=0', assigned value is 0
evas-1.2.0/src/modules/loaders/ico/evas_image_load_ico.c:751:18: note: Condition '!right_way_up' is always true
evas-1.2.0/src/modules/loaders/ico/evas_image_load_ico.c:191:21: style: Checking if unsigned variable 'bmsize' is less than zero. [unsignedLessThanZero]
evas-1.2.0/src/modules/loaders/ico/evas_image_load_ico.c:191:40: style: Checking if unsigned variable 'bmoffset' is less than zero. [unsignedLessThanZero]
evas-1.2.0/src/modules/loaders/ico/evas_image_load_ico.c:420:21: style: Checking if unsigned variable 'bmsize' is less than zero. [unsignedLessThanZero]
evas-1.2.0/src/modules/loaders/ico/evas_image_load_ico.c:420:40: style: Checking if unsigned variable 'bmoffset' is less than zero. [unsignedLessThanZero]
evas-1.2.0/src/modules/loaders/ico/evas_image_load_ico.c:580:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
evas-1.2.0/src/modules/loaders/ico/evas_image_load_ico.c:593:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
evas-1.2.0/src/modules/loaders/ico/evas_image_load_ico.c:594:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
evas-1.2.0/src/modules/loaders/jpeg/evas_image_load_jpeg.c:62:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
evas-1.2.0/src/modules/loaders/jpeg/evas_image_load_jpeg.c:252:23: style: The scope of the variable 'scalew' can be reduced. [variableScope]
evas-1.2.0/src/modules/loaders/jpeg/evas_image_load_jpeg.c:252:31: style: The scope of the variable 'scaleh' can be reduced. [variableScope]
evas-1.2.0/src/modules/loaders/jpeg/evas_image_load_jpeg.c:990:46: style: The scope of the variable 'to' can be reduced. [variableScope]
evas-1.2.0/src/modules/loaders/jpeg/evas_image_load_jpeg.c:990:51: style: The scope of the variable 'from' can be reduced. [variableScope]
evas-1.2.0/src/modules/loaders/jpeg/evas_image_load_jpeg.c:991:33: style: The scope of the variable 'ly' can be reduced. [variableScope]
evas-1.2.0/src/modules/loaders/jpeg/evas_image_load_jpeg.c:66:38: style: Function '_JPEGErrorHandler' argument 1 names different: declaration 'cinfo' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/modules/loaders/jpeg/evas_image_load_jpeg.c:26:44: note: Function '_JPEGErrorHandler' argument 1 names different: declaration 'cinfo' definition '__UNUSED__'.
evas-1.2.0/src/modules/loaders/jpeg/evas_image_load_jpeg.c:66:38: note: Function '_JPEGErrorHandler' argument 1 names different: declaration 'cinfo' definition '__UNUSED__'.
evas-1.2.0/src/modules/loaders/jpeg/evas_image_load_jpeg.c:77:39: style: Function '_JPEGErrorHandler2' argument 1 names different: declaration 'cinfo' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/modules/loaders/jpeg/evas_image_load_jpeg.c:27:45: note: Function '_JPEGErrorHandler2' argument 1 names different: declaration 'cinfo' definition '__UNUSED__'.
evas-1.2.0/src/modules/loaders/jpeg/evas_image_load_jpeg.c:77:39: note: Function '_JPEGErrorHandler2' argument 1 names different: declaration 'cinfo' definition '__UNUSED__'.
evas-1.2.0/src/modules/loaders/jpeg/evas_image_load_jpeg.c:77:65: style: Function '_JPEGErrorHandler2' argument 2 names different: declaration 'msg_level' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/modules/loaders/jpeg/evas_image_load_jpeg.c:27:56: note: Function '_JPEGErrorHandler2' argument 2 names different: declaration 'msg_level' definition '__UNUSED__'.
evas-1.2.0/src/modules/loaders/jpeg/evas_image_load_jpeg.c:77:65: note: Function '_JPEGErrorHandler2' argument 2 names different: declaration 'msg_level' definition '__UNUSED__'.
evas-1.2.0/src/modules/loaders/jpeg/evas_image_load_jpeg.c:212:14: portability: 'map' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
evas-1.2.0/src/modules/loaders/jpeg/evas_image_load_jpeg.c:684:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
evas-1.2.0/src/modules/loaders/pmaps/evas_image_load_pmaps.c:532:52: style: Function 'pmaps_buffer_plain_bw_get' argument 2 names different: declaration 'color' definition 'val'. [funcArgNamesDifferent]
evas-1.2.0/src/modules/loaders/pmaps/evas_image_load_pmaps.c:63:63: note: Function 'pmaps_buffer_plain_bw_get' argument 2 names different: declaration 'color' definition 'val'.
evas-1.2.0/src/modules/loaders/pmaps/evas_image_load_pmaps.c:532:52: note: Function 'pmaps_buffer_plain_bw_get' argument 2 names different: declaration 'color' definition 'val'.
evas-1.2.0/src/modules/loaders/pmaps/evas_image_load_pmaps.c:333:45: portability: 'b->map' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
evas-1.2.0/src/modules/loaders/pmaps/evas_image_load_pmaps.c:380:45: portability: 'b->map' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
evas-1.2.0/src/modules/loaders/png/evas_image_load_png.c:262:36: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
evas-1.2.0/src/modules/loaders/png/evas_image_load_png.c:270:38: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
evas-1.2.0/src/modules/loaders/psd/evas_image_load_psd.c:511:17: style: The scope of the variable 'i' can be reduced. [variableScope]
evas-1.2.0/src/modules/loaders/psd/evas_image_load_psd.c:943:17: style: The scope of the variable 'j' can be reduced. [variableScope]
evas-1.2.0/src/modules/loaders/psd/evas_image_load_psd.c:938:44: style: Function 'get_compressed_channels_length' argument 1 names different: declaration 'Head' definition 'head'. [funcArgNamesDifferent]
evas-1.2.0/src/modules/loaders/psd/evas_image_load_psd.c:63:61: note: Function 'get_compressed_channels_length' argument 1 names different: declaration 'Head' definition 'head'.
evas-1.2.0/src/modules/loaders/psd/evas_image_load_psd.c:938:44: note: Function 'get_compressed_channels_length' argument 1 names different: declaration 'Head' definition 'head'.
evas-1.2.0/src/modules/loaders/psd/evas_image_load_psd.c:396:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
evas-1.2.0/src/modules/loaders/psd/evas_image_load_psd.c:397:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
evas-1.2.0/src/modules/loaders/tga/evas_image_load_tga.c:368:13: style: The scope of the variable 'count' can be reduced. [variableScope]
evas-1.2.0/src/modules/loaders/tga/evas_image_load_tga.c:369:23: style: The scope of the variable 'val' can be reduced. [variableScope]
evas-1.2.0/src/modules/loaders/tiff/evas_image_load_tiff.c:252:22: style: The scope of the variable 'a' can be reduced. [variableScope]
evas-1.2.0/src/modules/loaders/tiff/evas_image_load_tiff.c:252:25: style: The scope of the variable 'r' can be reduced. [variableScope]
evas-1.2.0/src/modules/loaders/tiff/evas_image_load_tiff.c:252:28: style: The scope of the variable 'g' can be reduced. [variableScope]
evas-1.2.0/src/modules/loaders/tiff/evas_image_load_tiff.c:252:31: style: The scope of the variable 'b' can be reduced. [variableScope]
evas-1.2.0/src/modules/loaders/wbmp/evas_image_load_wbmp.c:31:18: style: The scope of the variable 'buf' can be reduced. [variableScope]
evas-1.2.0/src/modules/loaders/xpm/evas_image_load_xpm.c:57:14: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
evas-1.2.0/src/modules/loaders/xpm/evas_image_load_xpm.c:61:14: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
evas-1.2.0/src/modules/loaders/xpm/evas_image_load_xpm.c:65:14: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
evas-1.2.0/src/modules/loaders/xpm/evas_image_load_xpm.c:46:29: style: The scope of the variable 'val' can be reduced. [variableScope]
evas-1.2.0/src/modules/loaders/xpm/evas_image_load_xpm.c:74:22: warning: Shifting 32-bit value by 116 bits is undefined behaviour. See condition at line 49. [shiftTooManyBits]
evas-1.2.0/src/modules/loaders/xpm/evas_image_load_xpm.c:49:17: note: Assuming that condition 'len<96' is not redundant
evas-1.2.0/src/modules/loaders/xpm/evas_image_load_xpm.c:53:14: note: Compound assignment '/=', assigned value is 31
evas-1.2.0/src/modules/loaders/xpm/evas_image_load_xpm.c:74:22: note: Shift
evas-1.2.0/src/modules/loaders/xpm/evas_image_load_xpm.c:75:22: warning: Shifting 32-bit value by 116 bits is undefined behaviour. See condition at line 49. [shiftTooManyBits]
evas-1.2.0/src/modules/loaders/xpm/evas_image_load_xpm.c:49:17: note: Assuming that condition 'len<96' is not redundant
evas-1.2.0/src/modules/loaders/xpm/evas_image_load_xpm.c:53:14: note: Compound assignment '/=', assigned value is 31
evas-1.2.0/src/modules/loaders/xpm/evas_image_load_xpm.c:75:22: note: Shift
evas-1.2.0/src/modules/loaders/xpm/evas_image_load_xpm.c:76:22: warning: Shifting 32-bit value by 116 bits is undefined behaviour. See condition at line 49. [shiftTooManyBits]
evas-1.2.0/src/modules/loaders/xpm/evas_image_load_xpm.c:49:17: note: Assuming that condition 'len<96' is not redundant
evas-1.2.0/src/modules/loaders/xpm/evas_image_load_xpm.c:53:14: note: Compound assignment '/=', assigned value is 31
evas-1.2.0/src/modules/loaders/xpm/evas_image_load_xpm.c:76:22: note: Shift
evas-1.2.0/src/modules/loaders/xpm/evas_image_load_xpm.c:423:22: error: Array 'line[256]' accessed at index 9998, which is out of bounds. [arrayIndexOutOfBounds]
evas-1.2.0/src/modules/loaders/xpm/evas_image_load_xpm.c:451:22: error: Array 'line[256]' accessed at index 9998, which is out of bounds. [arrayIndexOutOfBounds]
evas-1.2.0/src/modules/loaders/xpm/evas_image_load_xpm.c:99:18: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
evas-1.2.0/src/modules/savers/jpeg/evas_image_save_jpeg.c:30:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
evas-1.2.0/src/modules/savers/jpeg/evas_image_save_jpeg.c:59:24: style: The scope of the variable 'jbuf' can be reduced. [variableScope]
evas-1.2.0/src/modules/savers/jpeg/evas_image_save_jpeg.c:123:88: style: Function 'evas_image_save_file_jpeg' argument 3 names different: declaration 'key' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/modules/savers/jpeg/evas_image_save_jpeg.c:8:84: note: Function 'evas_image_save_file_jpeg' argument 3 names different: declaration 'key' definition '__UNUSED__'.
evas-1.2.0/src/modules/savers/jpeg/evas_image_save_jpeg.c:123:88: note: Function 'evas_image_save_file_jpeg' argument 3 names different: declaration 'key' definition '__UNUSED__'.
evas-1.2.0/src/modules/savers/jpeg/evas_image_save_jpeg.c:123:126: style: Function 'evas_image_save_file_jpeg' argument 5 names different: declaration 'compress' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/modules/savers/jpeg/evas_image_save_jpeg.c:8:106: note: Function 'evas_image_save_file_jpeg' argument 5 names different: declaration 'compress' definition '__UNUSED__'.
evas-1.2.0/src/modules/savers/jpeg/evas_image_save_jpeg.c:123:126: note: Function 'evas_image_save_file_jpeg' argument 5 names different: declaration 'compress' definition '__UNUSED__'.
evas-1.2.0/src/modules/savers/jpeg/evas_image_save_jpeg.c:115:2: style: Variable 'y' is modified but its new value is never used. [unreadVariable]
evas-1.2.0/src/modules/savers/jpeg/evas_image_save_jpeg.c:65:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
evas-1.2.0/src/modules/savers/png/evas_image_save_png.c:66:4: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
evas-1.2.0/src/modules/savers/png/evas_image_save_png.c:74:4: note: Found duplicate branches for 'if' and 'else'.
evas-1.2.0/src/modules/savers/png/evas_image_save_png.c:66:4: note: Found duplicate branches for 'if' and 'else'.
evas-1.2.0/src/modules/savers/png/evas_image_save_png.c:159:76: style: Function 'evas_image_save_file_png' argument 3 names different: declaration 'key' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/modules/savers/png/evas_image_save_png.c:24:83: note: Function 'evas_image_save_file_png' argument 3 names different: declaration 'key' definition '__UNUSED__'.
evas-1.2.0/src/modules/savers/png/evas_image_save_png.c:159:76: note: Function 'evas_image_save_file_png' argument 3 names different: declaration 'key' definition '__UNUSED__'.
evas-1.2.0/src/modules/savers/png/evas_image_save_png.c:159:100: style: Function 'evas_image_save_file_png' argument 4 names different: declaration 'quality' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/modules/savers/png/evas_image_save_png.c:24:92: note: Function 'evas_image_save_file_png' argument 4 names different: declaration 'quality' definition '__UNUSED__'.
evas-1.2.0/src/modules/savers/png/evas_image_save_png.c:159:100: note: Function 'evas_image_save_file_png' argument 4 names different: declaration 'quality' definition '__UNUSED__'.
evas-1.2.0/src/modules/savers/png/evas_image_save_png.c:159:116: style: Function 'evas_image_save_file_png' argument 5 names different: declaration 'compress' definition 'do_compress'. [funcArgNamesDifferent]
evas-1.2.0/src/modules/savers/png/evas_image_save_png.c:24:105: note: Function 'evas_image_save_file_png' argument 5 names different: declaration 'compress' definition 'do_compress'.
evas-1.2.0/src/modules/savers/png/evas_image_save_png.c:159:116: note: Function 'evas_image_save_file_png' argument 5 names different: declaration 'compress' definition 'do_compress'.
evas-1.2.0/src/modules/savers/png/evas_image_save_png.c:105:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
evas-1.2.0/src/modules/savers/tiff/evas_image_save_tiff.c:22:24: style: The scope of the variable 'i' can be reduced. [variableScope]
evas-1.2.0/src/modules/savers/tiff/evas_image_save_tiff.c:105:88: style: Function 'evas_image_save_file_tiff' argument 3 names different: declaration 'key' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/modules/savers/tiff/evas_image_save_tiff.c:6:84: note: Function 'evas_image_save_file_tiff' argument 3 names different: declaration 'key' definition '__UNUSED__'.
evas-1.2.0/src/modules/savers/tiff/evas_image_save_tiff.c:105:88: note: Function 'evas_image_save_file_tiff' argument 3 names different: declaration 'key' definition '__UNUSED__'.
evas-1.2.0/src/modules/savers/tiff/evas_image_save_tiff.c:105:112: style: Function 'evas_image_save_file_tiff' argument 4 names different: declaration 'quality' definition '__UNUSED__'. [funcArgNamesDifferent]
evas-1.2.0/src/modules/savers/tiff/evas_image_save_tiff.c:6:93: note: Function 'evas_image_save_file_tiff' argument 4 names different: declaration 'quality' definition '__UNUSED__'.
evas-1.2.0/src/modules/savers/tiff/evas_image_save_tiff.c:105:112: note: Function 'evas_image_save_file_tiff' argument 4 names different: declaration 'quality' definition '__UNUSED__'.
evas-1.2.0/src/static_deps/liblinebreak/linebreak.c:275:34: style: The scope of the variable 'lbplIter' can be reduced. [variableScope]
evas-1.2.0/src/static_deps/liblinebreak/wordbreak.c:81:6: style: The scope of the variable 'mid' can be reduced. [variableScope]
evas-1.2.0/src/tests/evas_test_textblock.c:953:4: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
evas-1.2.0/src/tests/evas_test_textblock.c:950:0: note: Variable 'buf' is reassigned a value before the old one has been used.
evas-1.2.0/src/tests/evas_test_textblock.c:953:4: note: Variable 'buf' is reassigned a value before the old one has been used.
evas-1.2.0/src/tests/evas_test_textblock.c:1458:9: style: Variable 'content' is reassigned a value before the old one has been used. [redundantAssignment]
evas-1.2.0/src/tests/evas_test_textblock.c:1454:9: note: Variable 'content' is reassigned a value before the old one has been used.
evas-1.2.0/src/tests/evas_test_textblock.c:1458:9: note: Variable 'content' is reassigned a value before the old one has been used.
evas-1.2.0/src/tests/evas_test_textblock.c:1462:9: style: Variable 'content' is reassigned a value before the old one has been used. [redundantAssignment]
evas-1.2.0/src/tests/evas_test_textblock.c:1458:9: note: Variable 'content' is reassigned a value before the old one has been used.
evas-1.2.0/src/tests/evas_test_textblock.c:1462:9: note: Variable 'content' is reassigned a value before the old one has been used.
evas-1.2.0/src/tests/evas_test_textblock.c:1466:9: style: Variable 'content' is reassigned a value before the old one has been used. [redundantAssignment]
evas-1.2.0/src/tests/evas_test_textblock.c:1462:9: note: Variable 'content' is reassigned a value before the old one has been used.
evas-1.2.0/src/tests/evas_test_textblock.c:1466:9: note: Variable 'content' is reassigned a value before the old one has been used.
[19:03]

ftp://ftp.se.debian.org/debian/pool/main/e/evas-loaders/evas-loaders_1.8.1.orig.tar.gz
evas_generic_loaders-1.8.1/src/bin/gst/main.c:190:8: style: The scope of the variable 'page' can be reduced. [variableScope]
evas_generic_loaders-1.8.1/src/bin/gst/main.c:203:21: style: Variable 'page' is assigned a value that is never used. [unreadVariable]
evas_generic_loaders-1.8.1/src/bin/pdf/main.cpp:106:9: style: Variable 'w2' is reassigned a value before the old one has been used. [redundantAssignment]
evas_generic_loaders-1.8.1/src/bin/pdf/main.cpp:104:0: note: Variable 'w2' is reassigned a value before the old one has been used.
evas_generic_loaders-1.8.1/src/bin/pdf/main.cpp:106:9: note: Variable 'w2' is reassigned a value before the old one has been used.
evas_generic_loaders-1.8.1/src/bin/pdf/main.cpp:107:9: style: Variable 'h2' is reassigned a value before the old one has been used. [redundantAssignment]
evas_generic_loaders-1.8.1/src/bin/pdf/main.cpp:104:0: note: Variable 'h2' is reassigned a value before the old one has been used.
evas_generic_loaders-1.8.1/src/bin/pdf/main.cpp:107:9: note: Variable 'h2' is reassigned a value before the old one has been used.
evas_generic_loaders-1.8.1/src/bin/ps/main.c:104:9: style: Variable 'w2' is reassigned a value before the old one has been used. [redundantAssignment]
evas_generic_loaders-1.8.1/src/bin/ps/main.c:102:0: note: Variable 'w2' is reassigned a value before the old one has been used.
evas_generic_loaders-1.8.1/src/bin/ps/main.c:104:9: note: Variable 'w2' is reassigned a value before the old one has been used.
evas_generic_loaders-1.8.1/src/bin/ps/main.c:105:9: style: Variable 'h2' is reassigned a value before the old one has been used. [redundantAssignment]
evas_generic_loaders-1.8.1/src/bin/ps/main.c:102:0: note: Variable 'h2' is reassigned a value before the old one has been used.
evas_generic_loaders-1.8.1/src/bin/ps/main.c:105:9: note: Variable 'h2' is reassigned a value before the old one has been used.
evas_generic_loaders-1.8.1/src/bin/ps/main.c:171:26: style: The scope of the variable 'src' can be reduced. [variableScope]
evas_generic_loaders-1.8.1/src/bin/ps/main.c:172:26: style: The scope of the variable 'dst' can be reduced. [variableScope]
evas_generic_loaders-1.8.1/src/bin/ps/main.c:173:26: style: The scope of the variable 'yy' can be reduced. [variableScope]
evas_generic_loaders-1.8.1/src/bin/xcf/main.c:1294:9: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
evas_generic_loaders-1.8.1/src/bin/xcf/main.c:1356:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
evas_generic_loaders-1.8.1/src/bin/xcf/main.c:491:8: style: The scope of the variable 'bytes' can be reduced. [variableScope]
evas_generic_loaders-1.8.1/src/bin/xcf/main.c:617:23: style: The scope of the variable 'amount' can be reduced. [variableScope]
evas_generic_loaders-1.8.1/src/bin/xcf/main.c:731:23: style: The scope of the variable 'amount' can be reduced. [variableScope]
evas_generic_loaders-1.8.1/src/bin/xcf/main.c:824:8: style: The scope of the variable 'tile_x' can be reduced. [variableScope]
evas_generic_loaders-1.8.1/src/bin/xcf/main.c:824:16: style: The scope of the variable 'tile_y' can be reduced. [variableScope]
evas_generic_loaders-1.8.1/src/bin/xcf/main.c:824:24: style: The scope of the variable 'x' can be reduced. [variableScope]
evas_generic_loaders-1.8.1/src/bin/xcf/main.c:824:27: style: The scope of the variable 'y' can be reduced. [variableScope]
evas_generic_loaders-1.8.1/src/bin/xcf/main.c:824:30: style: The scope of the variable 'offset_x' can be reduced. [variableScope]
evas_generic_loaders-1.8.1/src/bin/xcf/main.c:824:40: style: The scope of the variable 'offset_y' can be reduced. [variableScope]
evas_generic_loaders-1.8.1/src/bin/xcf/main.c:826:11: style: The scope of the variable 'ptr' can be reduced. [variableScope]
evas_generic_loaders-1.8.1/src/bin/xcf/main.c:827:11: style: The scope of the variable 'ptr2' can be reduced. [variableScope]
evas_generic_loaders-1.8.1/src/bin/xcf/main.c:828:10: style: The scope of the variable 't' can be reduced. [variableScope]
evas_generic_loaders-1.8.1/src/bin/xcf/main.c:829:8: style: The scope of the variable 'warned' can be reduced. [variableScope]
evas_generic_loaders-1.8.1/src/bin/xcf/main.c:1000:23: style: The scope of the variable 'amount' can be reduced. [variableScope]
evas_generic_loaders-1.8.1/src/bin/xcf/main.c:1058:11: style: The scope of the variable 'saved_pos' can be reduced. [variableScope]
evas_generic_loaders-1.8.1/src/bin/xcf/main.c:1064:8: style: The scope of the variable 'fail' can be reduced. [variableScope]
evas_generic_loaders-1.8.1/src/bin/xcf/main.c:1066:10: style: The scope of the variable 'current_tile' can be reduced. [variableScope]
evas_generic_loaders-1.8.1/src/bin/xcf/main.c:1382:8: style: The scope of the variable 'i' can be reduced. [variableScope]
evas_generic_loaders-1.8.1/src/bin/xcf/main.c:1383:11: style: The scope of the variable 'ptr' can be reduced. [variableScope]
evas_generic_loaders-1.8.1/src/bin/xcf/main.c:1400:11: style: The scope of the variable 'ptr1' can be reduced. [variableScope]
evas_generic_loaders-1.8.1/src/bin/xcf/main.c:1401:11: style: The scope of the variable 'ptr2' can be reduced. [variableScope]
evas_generic_loaders-1.8.1/src/bin/xcf/main.c:1402:8: style: The scope of the variable 'i' can be reduced. [variableScope]
evas_generic_loaders-1.8.1/src/bin/xcf/main.c:1402:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
evas_generic_loaders-1.8.1/src/bin/xcf/main.c:822:37: style: Function 'read_tiles_into_data' argument 6 names different: declaration 'data' definition 'data_p'. [funcArgNamesDifferent]
evas_generic_loaders-1.8.1/src/bin/xcf/main.c:423:107: note: Function 'read_tiles_into_data' argument 6 names different: declaration 'data' definition 'data_p'.
evas_generic_loaders-1.8.1/src/bin/xcf/main.c:822:37: note: Function 'read_tiles_into_data' argument 6 names different: declaration 'data' definition 'data_p'.
evas_generic_loaders-1.8.1/src/bin/xcf/main.c:1055:23: style: Function 'xcf_load_level' argument 1 names different: declaration 'tiles' definition 'tiles_p'. [funcArgNamesDifferent]
evas_generic_loaders-1.8.1/src/bin/xcf/main.c:411:41: note: Function 'xcf_load_level' argument 1 names different: declaration 'tiles' definition 'tiles_p'.
evas_generic_loaders-1.8.1/src/bin/xcf/main.c:1055:23: note: Function 'xcf_load_level' argument 1 names different: declaration 'tiles' definition 'tiles_p'.
evas_generic_loaders-1.8.1/src/bin/xcf/pixelfuncs.c:221:19: warning: Redundant assignment of '*value' to itself. [selfAssignment]
evas_generic_loaders-1.8.1/src/bin/xcf/pixelfuncs.c:45:10: style: The scope of the variable 'delta' can be reduced. [variableScope]
evas_generic_loaders-1.8.1/src/bin/xcf/pixelfuncs.c:125:10: style: The scope of the variable 'm1' can be reduced. [variableScope]
evas_generic_loaders-1.8.1/src/bin/xcf/pixelfuncs.c:125:14: style: The scope of the variable 'm2' can be reduced. [variableScope]
evas_generic_loaders-1.8.1/src/bin/xcf/pixelfuncs.c:161:10: style: The scope of the variable 'delta' can be reduced. [variableScope]
evas_generic_loaders-1.8.1/src/bin/xcf/pixelfuncs.c:214:10: style: The scope of the variable 'h' can be reduced. [variableScope]
evas_generic_loaders-1.8.1/src/bin/xcf/pixelfuncs.c:214:13: style: The scope of the variable 's' can be reduced. [variableScope]
evas_generic_loaders-1.8.1/src/bin/xcf/pixelfuncs.c:214:16: style: The scope of the variable 'v' can be reduced. [variableScope]
evas_generic_loaders-1.8.1/src/bin/xcf/pixelfuncs.c:215:10: style: The scope of the variable 'f' can be reduced. [variableScope]
evas_generic_loaders-1.8.1/src/bin/xcf/pixelfuncs.c:215:13: style: The scope of the variable 'p' can be reduced. [variableScope]
evas_generic_loaders-1.8.1/src/bin/xcf/pixelfuncs.c:215:16: style: The scope of the variable 'q' can be reduced. [variableScope]
evas_generic_loaders-1.8.1/src/bin/xcf/pixelfuncs.c:215:19: style: The scope of the variable 't' can be reduced. [variableScope]
evas_generic_loaders-1.8.1/src/bin/xcf/pixelfuncs.c:724:10: style: The scope of the variable 'b' can be reduced. [variableScope]
evas_generic_loaders-1.8.1/src/bin/xcf/pixelfuncs.c:726:20: style: The scope of the variable 'new_alpha' can be reduced. [variableScope]
evas_generic_loaders-1.8.1/src/bin/xcf/pixelfuncs.c:727:12: style: The scope of the variable 'ratio' can be reduced. [variableScope]
evas_generic_loaders-1.8.1/src/bin/xcf/pixelfuncs.c:727:19: style: The scope of the variable 'compl_ratio' can be reduced. [variableScope]
evas_generic_loaders-1.8.1/src/bin/xcf/pixelfuncs.c:728:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
evas_generic_loaders-1.8.1/src/bin/xcf/pixelfuncs.c:514:16: error: Uninitialized variable: tmp [uninitvar]
evas_generic_loaders-1.8.1/src/bin/xcf/pixelfuncs.c:515:16: error: Uninitialized variable: tmp [uninitvar]
evas_generic_loaders-1.8.1/src/bin/xcf/pixelfuncs.c:516:16: error: Uninitialized variable: tmp [uninitvar]
evas_generic_loaders-1.8.1/src/bin/xcf/pixelfuncs.c:519:16: error: Uninitialized variable: tmp [uninitvar]
evas_generic_loaders-1.8.1/src/bin/xcf/pixelfuncs.c:520:16: error: Uninitialized variable: tmp [uninitvar]
evas_generic_loaders-1.8.1/src/bin/xcf/pixelfuncs.c:521:16: error: Uninitialized variable: tmp [uninitvar]
evas_generic_loaders-1.8.1/src/bin/xcf/pixelfuncs.c:524:16: error: Uninitialized variable: tmp [uninitvar]
evas_generic_loaders-1.8.1/src/bin/xcf/pixelfuncs.c:525:16: error: Uninitialized variable: tmp [uninitvar]
evas_generic_loaders-1.8.1/src/bin/xcf/pixelfuncs.c:526:16: error: Uninitialized variable: tmp [uninitvar]
[19:03]

ftp://ftp.se.debian.org/debian/pool/main/e/evemu/evemu_2.7.0.orig.tar.xz.asc

ftp://ftp.se.debian.org/debian/pool/main/e/evenement/evenement_3.0.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/event-dance/event-dance_0.2.0.orig.tar.gz
EventDance-0.2.0/evd/evd-error.h:27:0: error: #error "Only <evd.h> can be included directly." [preprocessorErrorDirective]
EventDance-0.2.0/evd/evd-connection-pool.h:27:0: error: #error "Only <evd.h> can be included directly." [preprocessorErrorDirective]
EventDance-0.2.0/evd/evd-connection.h:27:0: error: #error "Only <evd.h> can be included directly." [preprocessorErrorDirective]
EventDance-0.2.0/evd/evd-daemon.h:27:0: error: #error "Only <evd.h> can be included directly." [preprocessorErrorDirective]
EventDance-0.2.0/evd/evd-utils.h:27:0: error: #error "Only <evd.h> can be included directly." [preprocessorErrorDirective]
EventDance-0.2.0/evd/evd-dbus-bridge.h:27:0: error: #error "Only <evd.h> can be included directly." [preprocessorErrorDirective]
EventDance-0.2.0/evd/evd-dbus-daemon.h:27:0: error: #error "Only <evd.h> can be included directly." [preprocessorErrorDirective]
EventDance-0.2.0/evd/evd-http-chunked-decoder.c:115:8: style: The scope of the variable 'c' can be reduced. [variableScope]
EventDance-0.2.0/evd/evd-http-chunked-decoder.c:226:31: portability: 'outbuf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
EventDance-0.2.0/evd/evd-http-chunked-decoder.c:226:43: portability: 'inbuf' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
EventDance-0.2.0/evd/evd-http-connection.h:27:0: error: #error "Only <evd.h> can be included directly." [preprocessorErrorDirective]
EventDance-0.2.0/evd/evd-http-request.h:27:0: error: #error "Only <evd.h> can be included directly." [preprocessorErrorDirective]
EventDance-0.2.0/evd/evd-io-stream-group.h:27:0: error: #error "Only <evd.h> can be included directly." [preprocessorErrorDirective]
EventDance-0.2.0/evd/evd-stream-throttle.h:27:0: error: #error "Only <evd.h> can be included directly." [preprocessorErrorDirective]
EventDance-0.2.0/evd/evd-ipc-mechanism.h:27:0: error: #error "Only <evd.h> can be included directly." [preprocessorErrorDirective]
EventDance-0.2.0/evd/evd-jsonrpc-http-client.h:27:0: error: #error "Only <evd.h> can be included directly." [preprocessorErrorDirective]
EventDance-0.2.0/evd/evd-jsonrpc-http-server.h:27:0: error: #error "Only <evd.h> can be included directly." [preprocessorErrorDirective]
EventDance-0.2.0/evd/evd-jsonrpc.h:27:0: error: #error "Only <evd.h> can be included directly." [preprocessorErrorDirective]
EventDance-0.2.0/evd/evd-longpolling-server.h:27:0: error: #error "Only <evd.h> can be included directly." [preprocessorErrorDirective]
EventDance-0.2.0/evd/evd-peer-manager.h:27:0: error: #error "Only <evd.h> can be included directly." [preprocessorErrorDirective]
EventDance-0.2.0/evd/evd-peer.h:27:0: error: #error "Only <evd.h> can be included directly." [preprocessorErrorDirective]
EventDance-0.2.0/evd/evd-pki-privkey.h:27:0: error: #error "Only <evd.h> can be included directly." [preprocessorErrorDirective]
EventDance-0.2.0/evd/evd-pki-pubkey.h:27:0: error: #error "Only <evd.h> can be included directly." [preprocessorErrorDirective]
EventDance-0.2.0/evd/evd-promise.h:26:0: error: #error "Only <evd.h> can be included directly." [preprocessorErrorDirective]
EventDance-0.2.0/evd/evd-reproxy.h:27:0: error: #error "Only <evd.h> can be included directly." [preprocessorErrorDirective]
EventDance-0.2.0/evd/evd-resolver.c:119:21: style: The scope of the variable 'inet_addr' can be reduced. [variableScope]
EventDance-0.2.0/evd/evd-resolver.c:120:23: style: The scope of the variable 'addr' can be reduced. [variableScope]
EventDance-0.2.0/evd/evd-resolver.c:197:24: style: The scope of the variable 'net_addr' can be reduced. [variableScope]
EventDance-0.2.0/evd/evd-resolver.c:199:14: style: The scope of the variable 'domain' can be reduced. [variableScope]
EventDance-0.2.0/evd/evd-resolver.c:157:44: style: Function 'evd_resolver_resolve' argument 1 names different: declaration 'resolver' definition 'self'. [funcArgNamesDifferent]
EventDance-0.2.0/evd/evd-resolver.h:57:77: note: Function 'evd_resolver_resolve' argument 1 names different: declaration 'resolver' definition 'self'.
EventDance-0.2.0/evd/evd-resolver.c:157:44: note: Function 'evd_resolver_resolve' argument 1 names different: declaration 'resolver' definition 'self'.
EventDance-0.2.0/evd/evd-service.h:27:0: error: #error "Only <evd.h> can be included directly." [preprocessorErrorDirective]
EventDance-0.2.0/evd/evd-socket.h:27:0: error: #error "Only <evd.h> can be included directly." [preprocessorErrorDirective]
EventDance-0.2.0/evd/evd-throttled-input-stream.h:27:0: error: #error "Only <evd.h> can be included directly." [preprocessorErrorDirective]
EventDance-0.2.0/evd/evd-throttled-output-stream.h:27:0: error: #error "Only <evd.h> can be included directly." [preprocessorErrorDirective]
EventDance-0.2.0/evd/evd-tls-credentials.h:27:0: error: #error "Only <evd.h> can be included directly." [preprocessorErrorDirective]
EventDance-0.2.0/evd/evd-tls-session.h:27:0: error: #error "Only <evd.h> can be included directly." [preprocessorErrorDirective]
EventDance-0.2.0/evd/evd-buffered-output-stream.h:27:0: error: #error "Only <evd.h> can be included directly." [preprocessorErrorDirective]
EventDance-0.2.0/evd/evd-tls-privkey.h:27:0: error: #error "Only <evd.h> can be included directly." [preprocessorErrorDirective]
EventDance-0.2.0/evd/evd-transport.h:27:0: error: #error "Only <evd.h> can be included directly." [preprocessorErrorDirective]
EventDance-0.2.0/evd/evd-web-dir.h:27:0: error: #error "Only <evd.h> can be included directly." [preprocessorErrorDirective]
EventDance-0.2.0/evd/evd-web-selector.h:27:0: error: #error "Only <evd.h> can be included directly." [preprocessorErrorDirective]
EventDance-0.2.0/evd/evd-web-transport-server.h:27:0: error: #error "Only <evd.h> can be included directly." [preprocessorErrorDirective]
EventDance-0.2.0/evd/evd-websocket-client.h:27:0: error: #error "Only <evd.h> can be included directly." [preprocessorErrorDirective]
EventDance-0.2.0/evd/evd-websocket-server.h:27:0: error: #error "Only <evd.h> can be included directly." [preprocessorErrorDirective]
EventDance-0.2.0/tests/test-all-js.c:78:22: warning: Either the condition 'error==NULL' is redundant or there is possible null pointer dereference: error. [nullPointerRedundantCheck]
EventDance-0.2.0/tests/test-all-js.c:80:23: note: Assuming that condition 'error==NULL' is not redundant
EventDance-0.2.0/tests/test-all-js.c:78:22: note: Null pointer dereference
EventDance-0.2.0/tests/test-promise.c:204:20: warning: Either the condition 'f!=NULL' is redundant or there is possible null pointer dereference: f. [nullPointerRedundantCheck]
EventDance-0.2.0/tests/test-promise.c:206:15: note: Assuming that condition 'f!=NULL' is not redundant
EventDance-0.2.0/tests/test-promise.c:204:20: note: Null pointer dereference
EventDance-0.2.0/tests/test-socket-common.c:289:19: style: The scope of the variable 'address' can be reduced. [variableScope]
EventDance-0.2.0/tests/test-socket-context.c:96:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
EventDance-0.2.0/tests/test-socket-context.c:79:21: style: The scope of the variable 'context' can be reduced. [variableScope]
[19:03]

ftp://ftp.se.debian.org/debian/pool/main/e/eventlog/eventlog_0.2.12.orig.tar.gz
eventlog-0.2.12/src/evtstr.c:93:23: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eventlog-0.2.12/src/evtstr.c:128:23: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eventlog-0.2.12/src/evtstr.c:162:23: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
eventlog-0.2.12/src/evtsyslog.c:48:36: style: Function 'evt_openlog' argument 2 names different: declaration 'option' definition 'options'. [funcArgNamesDifferent]
eventlog-0.2.12/src/evtlog.h:175:41: note: Function 'evt_openlog' argument 2 names different: declaration 'option' definition 'options'.
eventlog-0.2.12/src/evtsyslog.c:48:36: note: Function 'evt_openlog' argument 2 names different: declaration 'option' definition 'options'.
[19:03]

ftp://ftp.se.debian.org/debian/pool/main/e/eventstat/eventstat_0.04.04.orig.tar.gz
eventstat-0.04.04/eventstat.c:1510:15: style: The scope of the variable 'ticks' can be reduced. [variableScope]
eventstat-0.04.04/eventstat.c:1698:8: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
[19:03]

ftp://ftp.se.debian.org/debian/pool/main/e/evernote-mode/evernote-mode_0.41.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/eviacam/eviacam_2.1.3.orig.tar.xz.asc

ftp://ftp.se.debian.org/debian/pool/main/e/evil-el/evil-el_1.2.12.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/e/evil-paredit-el/evil-paredit-el_0.0.2.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/e/evilvte/evilvte_0.5.1.orig.tar.xz
[19:03]

ftp://ftp.se.debian.org/debian/pool/main/e/evilwm/evilwm_1.1.1~git20140130.orig.tar.xz
evilwm-1.1.1~git20140130/client.c:221:6: style: The scope of the variable 'i' can be reduced. [variableScope]
evilwm-1.1.1~git20140130/events.c:573:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
evilwm-1.1.1~git20140130/ewmh.c:350:24: style: The scope of the variable 'i' can be reduced. [variableScope]
evilwm-1.1.1~git20140130/ewmh.c:395:2: error: Common realloc mistake: 'window_array' nulled but not freed upon failure [memleakOnRealloc]
evilwm-1.1.1~git20140130/main.c:314:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
evilwm-1.1.1~git20140130/main.c:302:22: style: The scope of the variable 'dot' can be reduced. [variableScope]
evilwm-1.1.1~git20140130/screen.c:231:10: style: The scope of the variable 'ci' can be reduced. [variableScope]
evilwm-1.1.1~git20140130/xconfig.c:138:25: style: The scope of the variable 'option' can be reduced. [variableScope]
evilwm-1.1.1~git20140130/xconfig.c:140:8: style: The scope of the variable 'optstr' can be reduced. [variableScope]
[19:03]

ftp://ftp.se.debian.org/debian/pool/main/e/evince/evince_3.4.0.orig.tar.xz
evince-3.4.0/backend/comics/comics-document.c:698:21: style: Condition 'bytes<=0' is always true [knownConditionTrueFalse]
evince-3.4.0/backend/comics/comics-document.c:248:23: style: The scope of the variable 'quoted_file_aux' can be reduced. [variableScope]
evince-3.4.0/backend/comics/comics-document.c:589:19: style: The scope of the variable 'loader' can be reduced. [variableScope]
evince-3.4.0/backend/comics/comics-document.c:590:9: style: The scope of the variable 'argv' can be reduced. [variableScope]
evince-3.4.0/backend/comics/comics-document.c:597:9: style: The scope of the variable 'filename' can be reduced. [variableScope]
evince-3.4.0/backend/comics/comics-document.c:664:19: style: The scope of the variable 'loader' can be reduced. [variableScope]
evince-3.4.0/backend/comics/comics-document.c:666:9: style: The scope of the variable 'argv' can be reduced. [variableScope]
evince-3.4.0/backend/comics/comics-document.c:673:9: style: The scope of the variable 'filename' can be reduced. [variableScope]
evince-3.4.0/backend/comics/comics-document.c:767:9: style: The scope of the variable 'content_dir' can be reduced. [variableScope]
evince-3.4.0/backend/comics/comics-document.c:768:15: style: The scope of the variable 'filename' can be reduced. [variableScope]
evince-3.4.0/backend/comics/comics-document.c:769:9: style: The scope of the variable 'filename_with_path' can be reduced. [variableScope]
evince-3.4.0/backend/djvu/djvu-document.c:639:3: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
evince-3.4.0/backend/djvu/djvu-document.c:634:3: note: Variable 'tmp' is reassigned a value before the old one has been used.
evince-3.4.0/backend/djvu/djvu-document.c:639:3: note: Variable 'tmp' is reassigned a value before the old one has been used.
evince-3.4.0/backend/djvu/djvu-links.c:102:2: style: Variable 'ev_dest' is reassigned a value before the old one has been used. [redundantAssignment]
evince-3.4.0/backend/djvu/djvu-links.c:99:0: note: Variable 'ev_dest' is reassigned a value before the old one has been used.
evince-3.4.0/backend/djvu/djvu-links.c:102:2: note: Variable 'ev_dest' is reassigned a value before the old one has been used.
evince-3.4.0/backend/djvu/djvu-links.c:307:2: style: Variable 'ev_link_mapping' is reassigned a value before the old one has been used. [redundantAssignment]
evince-3.4.0/backend/djvu/djvu-links.c:302:0: note: Variable 'ev_link_mapping' is reassigned a value before the old one has been used.
evince-3.4.0/backend/djvu/djvu-links.c:307:2: note: Variable 'ev_link_mapping' is reassigned a value before the old one has been used.
evince-3.4.0/backend/djvu/djvu-links.c:409:2: style: Variable 'ev_dest' is reassigned a value before the old one has been used. [redundantAssignment]
evince-3.4.0/backend/djvu/djvu-links.c:407:0: note: Variable 'ev_dest' is reassigned a value before the old one has been used.
evince-3.4.0/backend/djvu/djvu-links.c:409:2: note: Variable 'ev_dest' is reassigned a value before the old one has been used.
evince-3.4.0/backend/djvu/djvu-links.c:372:13: style: The scope of the variable 'ev_link_mapping' can be reduced. [variableScope]
evince-3.4.0/backend/djvu/djvu-text-page.c:378:15: style: The scope of the variable 'result' can be reduced. [variableScope]
evince-3.4.0/backend/djvu/djvu-text-page.c:46:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
evince-3.4.0/backend/djvu/djvu-text-page.c:47:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
evince-3.4.0/backend/dvi/cairo-device.c:204:10: style: The scope of the variable 'frac' can be reduced. [variableScope]
evince-3.4.0/backend/dvi/cairo-device.c:207:15: style: The scope of the variable 'alpha' can be reduced. [variableScope]
evince-3.4.0/backend/dvi/dvi-document.c:401:32: error: Uninitialized variable: r [uninitvar]
evince-3.4.0/backend/dvi/dvi-document.c:402:32: error: Uninitialized variable: g [uninitvar]
evince-3.4.0/backend/dvi/dvi-document.c:403:32: error: Uninitialized variable: b [uninitvar]
evince-3.4.0/backend/dvi/fonts.c:46:22: style: The scope of the variable 'type' can be reduced. [variableScope]
evince-3.4.0/backend/dvi/mdvi-lib/sysdeps.h:56:0: error: #error No appropriate 32bit native type found. Fix sysdeps.h [preprocessorErrorDirective]
evince-3.4.0/backend/pdf/ev-poppler.cc:2960:35: style: C-style pointer casting [cstyleCast]
evince-3.4.0/backend/pdf/ev-poppler.cc:773:4: warning: Variable 'info->layout' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch]
evince-3.4.0/backend/pdf/ev-poppler.cc:771:4: note: Variable 'info->layout' is reassigned a value before the old one has been used. 'break;' missing?
evince-3.4.0/backend/pdf/ev-poppler.cc:773:4: note: Variable 'info->layout' is reassigned a value before the old one has been used. 'break;' missing?
evince-3.4.0/backend/pdf/ev-poppler.cc:481:6: style: The scope of the variable 'i' can be reduced. [variableScope]
evince-3.4.0/backend/pdf/ev-poppler.cc:550:14: style: The scope of the variable 'language_string' can be reduced. [variableScope]
evince-3.4.0/backend/pdf/ev-poppler.cc:551:9: style: The scope of the variable 'aux' can be reduced. [variableScope]
evince-3.4.0/backend/pdf/ev-poppler.cc:552:10: style: The scope of the variable 'tags' can be reduced. [variableScope]
evince-3.4.0/backend/pdf/ev-poppler.cc:553:9: style: The scope of the variable 'tag' can be reduced. [variableScope]
evince-3.4.0/backend/pdf/ev-poppler.cc:554:6: style: The scope of the variable 'i' can be reduced. [variableScope]
evince-3.4.0/backend/pdf/ev-poppler.cc:554:9: style: The scope of the variable 'j' can be reduced. [variableScope]
evince-3.4.0/backend/pdf/ev-poppler.cc:3020:17: style: The scope of the variable 'ev_attachment' can be reduced. [variableScope]
evince-3.4.0/backend/pdf/ev-poppler.cc:1277:50: style: Checking if unsigned variable 'strlen(ev_link_get_title(link))' is less than zero. [unsignedLessThanZero]
evince-3.4.0/backend/tiff/tiff2ps.c:304:2: warning: fprintf format string requires 0 parameters but 1 is given. [wrongPrintfScanfArgNum]
evince-3.4.0/backend/tiff/tiff2ps.c:768:8: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
evince-3.4.0/backend/tiff/tiff2ps.c:769:8: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
evince-3.4.0/backend/tiff/tiff2ps.c:1547:16: warning: Either the condition 'tf_buf==NULL' is redundant or there is possible null pointer dereference: tf_buf. [nullPointerRedundantCheck]
evince-3.4.0/backend/tiff/tiff2ps.c:1548:13: note: Assuming that condition 'tf_buf==NULL' is not redundant
evince-3.4.0/backend/tiff/tiff2ps.c:1547:16: note: Null pointer dereference
evince-3.4.0/backend/tiff/tiff2ps.c:370:9: style: The scope of the variable 'xtran' can be reduced. [variableScope]
evince-3.4.0/backend/tiff/tiff2ps.c:453:9: style: The scope of the variable 'scale' can be reduced. [variableScope]
evince-3.4.0/backend/tiff/tiff2ps.c:457:6: style: The scope of the variable 'split' can be reduced. [variableScope]
evince-3.4.0/backend/tiff/tiff2ps.c:1197:8: style: The scope of the variable 'adjust' can be reduced. [variableScope]
evince-3.4.0/backend/tiff/tiff2ps.c:1377:17: style: The scope of the variable 'cp' can be reduced. [variableScope]
evince-3.4.0/backend/tiff/tiff2ps.c:1390:8: style: The scope of the variable 'adjust' can be reduced. [variableScope]
evince-3.4.0/backend/tiff/tiff2ps.c:1594:9: style: The scope of the variable 'adjust' can be reduced. [variableScope]
evince-3.4.0/backend/tiff/tiff2ps.c:1615:9: style: The scope of the variable 'adjust' can be reduced. [variableScope]
evince-3.4.0/backend/tiff/tiff2ps.c:1773:33: style: The scope of the variable 'ascii85' can be reduced. [variableScope]
evince-3.4.0/backend/tiff/tiff2ps.c:1775:33: style: The scope of the variable 'rc' can be reduced. [variableScope]
evince-3.4.0/backend/tiff/tiff2ps.c:447:61: style: Function 'tiff2ps_process_page' argument 3 names different: declaration 'pagewidth' definition 'pw'. [funcArgNamesDifferent]
evince-3.4.0/backend/tiff/tiff2ps.h:27:13: note: Function 'tiff2ps_process_page' argument 3 names different: declaration 'pagewidth' definition 'pw'.
evince-3.4.0/backend/tiff/tiff2ps.c:447:61: note: Function 'tiff2ps_process_page' argument 3 names different: declaration 'pagewidth' definition 'pw'.
evince-3.4.0/backend/tiff/tiff2ps.c:447:72: style: Function 'tiff2ps_process_page' argument 4 names different: declaration 'pageheight' definition 'ph'. [funcArgNamesDifferent]
evince-3.4.0/backend/tiff/tiff2ps.h:27:31: note: Function 'tiff2ps_process_page' argument 4 names different: declaration 'pageheight' definition 'ph'.
evince-3.4.0/backend/tiff/tiff2ps.c:447:72: note: Function 'tiff2ps_process_page' argument 4 names different: declaration 'pageheight' definition 'ph'.
evince-3.4.0/backend/tiff/tiff2ps.c:448:15: style: Function 'tiff2ps_process_page' argument 5 names different: declaration 'leftmargin' definition 'lm'. [funcArgNamesDifferent]
evince-3.4.0/backend/tiff/tiff2ps.h:28:13: note: Function 'tiff2ps_process_page' argument 5 names different: declaration 'leftmargin' definition 'lm'.
evince-3.4.0/backend/tiff/tiff2ps.c:448:15: note: Function 'tiff2ps_process_page' argument 5 names different: declaration 'leftmargin' definition 'lm'.
evince-3.4.0/backend/tiff/tiff2ps.c:448:26: style: Function 'tiff2ps_process_page' argument 6 names different: declaration 'bottommargin' definition 'bm'. [funcArgNamesDifferent]
evince-3.4.0/backend/tiff/tiff2ps.h:28:32: note: Function 'tiff2ps_process_page' argument 6 names different: declaration 'bottommargin' definition 'bm'.
evince-3.4.0/backend/tiff/tiff2ps.c:448:26: note: Function 'tiff2ps_process_page' argument 6 names different: declaration 'bottommargin' definition 'bm'.
evince-3.4.0/backend/tiff/tiff2ps.c:448:39: style: Function 'tiff2ps_process_page' argument 7 names different: declaration 'center' definition 'cnt'. [funcArgNamesDifferent]
evince-3.4.0/backend/tiff/tiff2ps.h:29:15: note: Function 'tiff2ps_process_page' argument 7 names different: declaration 'center' definition 'cnt'.
evince-3.4.0/backend/tiff/tiff2ps.c:448:39: note: Function 'tiff2ps_process_page' argument 7 names different: declaration 'center' definition 'cnt'.
evince-3.4.0/cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.c:211:57: style: Function 'gimp_cell_renderer_toggle_get_size' argument 3 names different: declaration 'rectangle' definition 'cell_area'. [funcArgNamesDifferent]
evince-3.4.0/cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.c:57:73: note: Function 'gimp_cell_renderer_toggle_get_size' argument 3 names different: declaration 'rectangle' definition 'cell_area'.
evince-3.4.0/cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.c:211:57: note: Function 'gimp_cell_renderer_toggle_get_size' argument 3 names different: declaration 'rectangle' definition 'cell_area'.
evince-3.4.0/cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.c:56:70: style: Function '_gimp_widgets_marshal_VOID__STRING_FLAGS' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
evince-3.4.0/cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.h:11:69: note: Function '_gimp_widgets_marshal_VOID__STRING_FLAGS' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
evince-3.4.0/cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.c:56:70: note: Function '_gimp_widgets_marshal_VOID__STRING_FLAGS' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
evince-3.4.0/cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.c:59:73: style: Function '_gimp_widgets_marshal_VOID__STRING_FLAGS' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
evince-3.4.0/cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.h:14:69: note: Function '_gimp_widgets_marshal_VOID__STRING_FLAGS' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
evince-3.4.0/cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.c:59:73: note: Function '_gimp_widgets_marshal_VOID__STRING_FLAGS' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
evince-3.4.0/cut-n-paste/smclient/eggdesktopfile.c:1255:11: style: Condition 'startup_id' is always false [knownConditionTrueFalse]
evince-3.4.0/cut-n-paste/smclient/eggdesktopfile.c:1238:20: note: Assignment 'startup_id=NULL', assigned value is 0
evince-3.4.0/cut-n-paste/smclient/eggdesktopfile.c:1255:11: note: Condition 'startup_id' is always false
evince-3.4.0/cut-n-paste/smclient/eggdesktopfile.c:498:9: style: The scope of the variable 'try_exec' can be reduced. [variableScope]
evince-3.4.0/cut-n-paste/smclient/eggdesktopfile.c:498:20: style: The scope of the variable 'found_program' can be reduced. [variableScope]
evince-3.4.0/cut-n-paste/smclient/eggdesktopfile.c:499:10: style: The scope of the variable 'only_show_in' can be reduced. [variableScope]
evince-3.4.0/cut-n-paste/smclient/eggdesktopfile.c:499:26: style: The scope of the variable 'not_show_in' can be reduced. [variableScope]
evince-3.4.0/cut-n-paste/smclient/eggdesktopfile.c:501:7: style: The scope of the variable 'i' can be reduced. [variableScope]
evince-3.4.0/cut-n-paste/smclient/eggdesktopfile.c:623:15: style: The scope of the variable 'p' can be reduced. [variableScope]
evince-3.4.0/cut-n-paste/smclient/eggsmclient-win32.c:217:23: style: Function 'got_message' argument 1 names different: declaration 'user_data' definition 'smclient'. [funcArgNamesDifferent]
evince-3.4.0/cut-n-paste/smclient/eggsmclient-win32.c:94:39: note: Function 'got_message' argument 1 names different: declaration 'user_data' definition 'smclient'.
evince-3.4.0/cut-n-paste/smclient/eggsmclient-win32.c:217:23: note: Function 'got_message' argument 1 names different: declaration 'user_data' definition 'smclient'.
evince-3.4.0/cut-n-paste/smclient/eggsmclient-win32.c:327:28: style: Function 'sm_client_thread' argument 1 names different: declaration 'data' definition 'smclient'. [funcArgNamesDifferent]
evince-3.4.0/cut-n-paste/smclient/eggsmclient-win32.c:95:40: note: Function 'sm_client_thread' argument 1 names different: declaration 'data' definition 'smclient'.
evince-3.4.0/cut-n-paste/smclient/eggsmclient-win32.c:327:28: note: Function 'sm_client_thread' argument 1 names different: declaration 'data' definition 'smclient'.
evince-3.4.0/cut-n-paste/smclient/eggsmclient-xsmp.c:341:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
evince-3.4.0/cut-n-paste/smclient/eggsmclient-xsmp.c:230:13: style: The scope of the variable 'cmdline' can be reduced. [variableScope]
evince-3.4.0/cut-n-paste/smclient/eggsmclient-xsmp.c:785:15: style: The scope of the variable 'fd' can be reduced. [variableScope]
evince-3.4.0/cut-n-paste/smclient/eggsmclient-xsmp.c:820:21: style: The scope of the variable 'keys' can be reduced. [variableScope]
evince-3.4.0/cut-n-paste/smclient/eggsmclient-xsmp.c:278:60: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
evince-3.4.0/cut-n-paste/smclient/eggsmclient-xsmp.c:286:85: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
evince-3.4.0/cut-n-paste/smclient/eggsmclient-xsmp.c:797:50: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
evince-3.4.0/cut-n-paste/smclient/eggsmclient-xsmp.c:800:48: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
evince-3.4.0/cut-n-paste/smclient/eggsmclient-xsmp.c:925:46: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
evince-3.4.0/cut-n-paste/smclient/eggsmclient-xsmp.c:933:40: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
evince-3.4.0/cut-n-paste/smclient/eggsmclient-xsmp.c:934:12: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
evince-3.4.0/cut-n-paste/smclient/eggsmclient-xsmp.c:624:17: style: Function 'xsmp_save_yourself' argument 3 names different: declaration 'save_style' definition 'save_type'. [funcArgNamesDifferent]
evince-3.4.0/cut-n-paste/smclient/eggsmclient-xsmp.c:129:20: note: Function 'xsmp_save_yourself' argument 3 names different: declaration 'save_style' definition 'save_type'.
evince-3.4.0/cut-n-paste/smclient/eggsmclient-xsmp.c:624:17: note: Function 'xsmp_save_yourself' argument 3 names different: declaration 'save_style' definition 'save_type'.
evince-3.4.0/cut-n-paste/smclient/eggsmclient-xsmp.c:1171:14: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
evince-3.4.0/cut-n-paste/smclient/eggsmclient.c:360:11: style: Condition '!global_client' is always true [knownConditionTrueFalse]
evince-3.4.0/cut-n-paste/smclient/eggsmclient.c:334:7: note: Assuming that condition '!global_client' is not redundant
evince-3.4.0/cut-n-paste/smclient/eggsmclient.c:360:11: note: Condition '!global_client' is always true
evince-3.4.0/cut-n-paste/synctex/synctex_parser.c:1711:12: style: Expression is always false because 'else if' condition matches previous condition at line 1707. [multiCondition]
evince-3.4.0/cut-n-paste/synctex/synctex_parser.c:1715:12: style: Expression is always false because 'else if' condition matches previous condition at line 1707. [multiCondition]
evince-3.4.0/cut-n-paste/synctex/synctex_parser.c:1719:13: style: Expression is always false because 'else if' condition matches previous condition at line 1707. [multiCondition]
evince-3.4.0/cut-n-paste/synctex/synctex_parser.c:1723:13: style: Expression is always false because 'else if' condition matches previous condition at line 1707. [multiCondition]
evince-3.4.0/cut-n-paste/synctex/synctex_parser.c:1727:13: style: Expression is always false because 'else if' condition matches previous condition at line 1707. [multiCondition]
evince-3.4.0/cut-n-paste/synctex/synctex_parser.c:1731:13: style: Expression is always false because 'else if' condition matches previous condition at line 1707. [multiCondition]
evince-3.4.0/cut-n-paste/synctex/synctex_parser.c:1735:12: style: Expression is always false because 'else if' condition matches previous condition at line 1707. [multiCondition]
evince-3.4.0/cut-n-paste/synctex/synctex_parser.c:1739:13: style: Expression is always false because 'else if' condition matches previous condition at line 1707. [multiCondition]
evince-3.4.0/cut-n-paste/synctex/synctex_parser.c:1743:12: style: Expression is always false because 'else if' condition matches previous condition at line 1707. [multiCondition]
evince-3.4.0/cut-n-paste/synctex/synctex_parser.c:1715:12: style: Expression is always false because 'else if' condition matches previous condition at line 1711. [multiCondition]
evince-3.4.0/cut-n-paste/synctex/synctex_parser.c:1719:13: style: Expression is always false because 'else if' condition matches previous condition at line 1711. [multiCondition]
evince-3.4.0/cut-n-paste/synctex/synctex_parser.c:1723:13: style: Expression is always false because 'else if' condition matches previous condition at line 1711. [multiCondition]
evince-3.4.0/cut-n-paste/synctex/synctex_parser.c:1727:13: style: Expression is always false because 'else if' condition matches previous condition at line 1711. [multiCondition]
evince-3.4.0/cut-n-paste/synctex/synctex_parser.c:1731:13: style: Expression is always false because 'else if' condition matches previous condition at line 1711. [multiCondition]
evince-3.4.0/cut-n-paste/synctex/synctex_parser.c:1735:12: style: Expression is always false because 'else if' condition matches previous condition at line 1711. [multiCondition]
evince-3.4.0/cut-n-paste/synctex/synctex_parser.c:1739:13: style: Expression is always false because 'else if' condition matches previous condition at line 1711. [multiCondition]
evince-3.4.0/cut-n-paste/synctex/synctex_parser.c:1743:12: style: Expression is always false because 'else if' condition matches previous condition at line 1711. [multiCondition]
evince-3.4.0/cut-n-paste/synctex/synctex_parser.c:1719:13: style: Expression is always false because 'else if' condition matches previous condition at line 1715. [multiCondition]
evince-3.4.0/cut-n-paste/synctex/synctex_parser.c:1723:13: style: Expression is always false because 'else if' condition matches previous condition at line 1715. [multiCondition]
evince-3.4.0/cut-n-paste/synctex/synctex_parser.c:1727:13: style: Expression is always false because 'else if' condition matches previous condition at line 1715. [multiCondition]
evince-3.4.0/cut-n-paste/synctex/synctex_parser.c:1731:13: style: Expression is always false because 'else if' condition matches previous condition at line 1715. [multiCondition]
evince-3.4.0/cut-n-paste/synctex/synctex_parser.c:1735:12: style: Expression is always false because 'else if' condition matches previous condition at line 1715. [multiCondition]
evince-3.4.0/cut-n-paste/synctex/synctex_parser.c:1739:13: style: Expression is always false because 'else if' condition matches previous condition at line 1715. [multiCondition]
evince-3.4.0/cut-n-paste/synctex/synctex_parser.c:1743:12: style: Expression is always false because 'else if' condition matches previous condition at line 1715. [multiCondition]
evince-3.4.0/cut-n-paste/synctex/synctex_parser.c:1723:13: style: Expression is always false because 'else if' condition matches previous condition at line 1719. [multiCondition]
evince-3.4.0/cut-n-paste/synctex/synctex_parser.c:1727:13: style: Expression is always false because 'else if' condition matches previous condition at line 1719. [multiCondition]
evince-3.4.0/cut-n-paste/synctex/synctex_parser.c:1731:13: style: Expression is always false because 'else if' condition matches previous condition at line 1719. [multiCondition]
evince-3.4.0/cut-n-paste/synctex/synctex_parser.c:1735:12: style: Expression is always false because 'else if' condition matches previous condition at line 1719. [multiCondition]
evince-3.4.0/cut-n-paste/synctex/synctex_parser.c:1739:13: style: Expression is always false because 'else if' condition matches previous condition at line 1719. [multiCondition]
evince-3.4.0/cut-n-paste/synctex/synctex_parser.c:1743:12: style: Expression is always false because 'else if' condition matches previous condition at line 1719. [multiCondition]
evince-3.4.0/cut-n-paste/synctex/synctex_parser.c:1727:13: style: Expression is always false because 'else if' condition matches previous condition at line 1723. [multiCondition]
evince-3.4.0/cut-n-paste/synctex/synctex_parser.c:1731:13: style: Expression is always false because 'else if' condition matches previous condition at line 1723. [multiCondition]
evince-3.4.0/cut-n-paste/synctex/synctex_parser.c:1735:12: style: Expression is always false because 'else if' condition matches previous condition at line 1723. [multiCondition]
evince-3.4.0/cut-n-paste/synctex/synctex_parser.c:1739:13: style: Expression is always false because 'else if' condition matches previous condition at line 1723. [multiCondition]
evince-3.4.0/cut-n-paste/synctex/synctex_parser.c:1743:12: style: Expression is always false because 'else if' condition matches previous condition at line 1723. [multiCondition]
evince-3.4.0/cut-n-paste/synctex/synctex_parser.c:1731:13: style: Expression is always false because 'else if' condition matches previous condition at line 1727. [multiCondition]
evince-3.4.0/cut-n-paste/synctex/synctex_parser.c:1735:12: style: Expression is always false because 'else if' condition matches previous condition at line 1727. [multiCondition]
evince-3.4.0/cut-n-paste/synctex/synctex_parser.c:1739:13: style: Expression is always false because 'else if' condition matches previous condition at line 1727. [multiCondition]
evince-3.4.0/cut-n-paste/synctex/synctex_parser.c:1743:12: style: Expression is always false because 'else if' condition matches previous condition at line 1727. [multiCondition]
evince-3.4.0/cut-n-paste/synctex/synctex_parser.c:1735:12: style: Expression is always false because 'else if' condition matches previous condition at line 1731. [multiCondition]
evince-3.4.0/cut-n-paste/synctex/synctex_parser.c:1739:13: style: Expression is always false because 'else if' condition matches previous condition at line 1731. [multiCondition]
evince-3.4.0/cut-n-paste/synctex/synctex_parser.c:1743:12: style: Expression is always false because 'else if' condition matches previous condition at line 1731. [multiCondition]
evince-3.4.0/cut-n-paste/synctex/synctex_parser.c:1739:13: style: Expression is always false because 'else if' condition matches previous condition at line 1735. [multiCondition]
evince-3.4.0/cut-n-paste/synctex/synctex_parser.c:1743:12: style: Expression is always false because 'else if' condition matches previous condition at line 1735. [multiCondition]
evince-3.4.0/cut-n-paste/synctex/synctex_parser.c:1743:12: style: Expression is always false because 'else if' condition matches previous condition at line 1739. [multiCondition]
evince-3.4.0/cut-n-paste/synctex/synctex_parser.c:2750:3: style: Variable 'synctex_name' is reassigned a value before the old one has been used. [redundantAssignment]
evince-3.4.0/cut-n-paste/synctex/synctex_parser.c:2742:0: note: Variable 'synctex_name' is reassigned a value before the old one has been used.
evince-3.4.0/cut-n-paste/synctex/synctex_parser.c:2750:3: note: Variable 'synctex_name' is reassigned a value before the old one has been used.
evince-3.4.0/cut-n-paste/synctex/synctex_parser.c:3544:21: style: Variable 'parent' is reassigned a value before the old one has been used. [redundantAssignment]
evince-3.4.0/cut-n-paste/synctex/synctex_parser.c:3542:0: note: Variable 'parent' is reassigned a value before the old one has been used.
evince-3.4.0/cut-n-paste/synctex/synctex_parser.c:3544:21: note: Variable 'parent' is reassigned a value before the old one has been used.
evince-3.4.0/cut-n-paste/synctex/synctex_parser.c:4349:2: style: Variable 'updater' is reassigned a value before the old one has been used. [redundantAssignment]
evince-3.4.0/cut-n-paste/synctex/synctex_parser.c:4344:0: note: Variable 'updater' is reassigned a value before the old one has been used.
evince-3.4.0/cut-n-paste/synctex/synctex_parser.c:4349:2: note: Variable 'updater' is reassigned a value before the old one has been used.
evince-3.4.0/cut-n-paste/synctex/synctex_parser.c:3391:37: style: Same value in both branches of ternary operator. [duplicateValueTernary]
evince-3.4.0/cut-n-paste/synctex/synctex_parser.c:3047:19: style: The scope of the variable 'node' can be reduced. [variableScope]
evince-3.4.0/cut-n-paste/synctex/synctex_parser.c:1988:80: style: Function '_synctex_scan_sheet' argument 2 names different: declaration 'parent' definition 'sheet'. [funcArgNamesDifferent]
evince-3.4.0/cut-n-paste/synctex/synctex_parser.c:1128:80: note: Function '_synctex_scan_sheet' argument 2 names different: declaration 'parent' definition 'sheet'.
evince-3.4.0/cut-n-paste/synctex/synctex_parser.c:1988:80: note: Function '_synctex_scan_sheet' argument 2 names different: declaration 'parent' definition 'sheet'.
evince-3.4.0/cut-n-paste/synctex/synctex_parser.c:2860:162: style: Function '_synctex_open' argument 6 names different: declaration 'io_modeRef' definition 'io_mode_ref'. [funcArgNamesDifferent]
evince-3.4.0/cut-n-paste/synctex/synctex_parser.c:2684:162: note: Function '_synctex_open' argument 6 names different: declaration 'io_modeRef' definition 'io_mode_ref'.
evince-3.4.0/cut-n-paste/synctex/synctex_parser.c:2860:162: note: Function '_synctex_open' argument 6 names different: declaration 'io_modeRef' definition 'io_mode_ref'.
evince-3.4.0/cut-n-paste/synctex/synctex_parser.c:4343:90: style: Function 'synctex_updater_new_with_output_file' argument 2 names different: declaration 'directory' definition 'build_directory'. [funcArgNamesDifferent]
evince-3.4.0/cut-n-paste/synctex/synctex_parser.h:345:90: note: Function 'synctex_updater_new_with_output_file' argument 2 names different: declaration 'directory' definition 'build_directory'.
evince-3.4.0/cut-n-paste/synctex/synctex_parser.c:4343:90: note: Function 'synctex_updater_new_with_output_file' argument 2 names different: declaration 'directory' definition 'build_directory'.
evince-3.4.0/cut-n-paste/synctex/synctex_parser.c:3710:12: warning: Size of pointer 'buffer_start' used instead of size of its data. [pointerSize]
evince-3.4.0/cut-n-paste/synctex/synctex_parser.c:3735:10: warning: Size of pointer 'buffer_start' used instead of size of its data. [pointerSize]
evince-3.4.0/cut-n-paste/synctex/synctex_parser.c:294:12: style: struct member 'Anonymous0::reserved' is never used. [unusedStructMember]
evince-3.4.0/cut-n-paste/synctex/synctex_parser.c:4336:22: style: struct member '_flags::reserved' is never used. [unusedStructMember]
evince-3.4.0/cut-n-paste/synctex/synctex_parser.c:2881:6: error: Memory leak: build_output [memleak]
evince-3.4.0/cut-n-paste/synctex/synctex_parser.c:2889:7: error: Memory leak: build_output [memleak]
evince-3.4.0/cut-n-paste/synctex/synctex_parser.c:2894:6: error: Memory leak: build_output [memleak]
evince-3.4.0/cut-n-paste/synctex/synctex_parser.c:2899:3: error: Memory leak: build_output [memleak]
evince-3.4.0/cut-n-paste/synctex/synctex_parser_utils.c:392:6: style: Variable 'dir_name' is reassigned a value before the old one has been used. [redundantAssignment]
evince-3.4.0/cut-n-paste/synctex/synctex_parser_utils.c:390:6: note: Variable 'dir_name' is reassigned a value before the old one has been used.
evince-3.4.0/cut-n-paste/synctex/synctex_parser_utils.c:392:6: note: Variable 'dir_name' is reassigned a value before the old one has been used.
evince-3.4.0/cut-n-paste/synctex/synctex_parser_utils.c:238:16: style: The scope of the variable 'lpc' can be reduced. [variableScope]
evince-3.4.0/cut-n-paste/synctex/synctex_parser_utils.c:334:10: style: The scope of the variable 'size' can be reduced. [variableScope]
evince-3.4.0/cut-n-paste/synctex/synctex_parser_utils.c:404:74: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
evince-3.4.0/cut-n-paste/synctex/synctex_parser_utils.c:406:83: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
evince-3.4.0/cut-n-paste/synctex/synctex_parser_utils.c:409:65: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
evince-3.4.0/cut-n-paste/synctex/synctex_parser_utils.c:411:74: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
evince-3.4.0/cut-n-paste/synctex/synctex_parser_utils.c:417:68: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
evince-3.4.0/cut-n-paste/synctex/synctex_parser_utils.c:419:77: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
evince-3.4.0/cut-n-paste/synctex/synctex_parser_utils.c:422:72: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
evince-3.4.0/cut-n-paste/synctex/synctex_parser_utils.c:424:81: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
evince-3.4.0/cut-n-paste/synctex/synctex_parser_utils.c:429:66: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
evince-3.4.0/cut-n-paste/synctex/synctex_parser_utils.c:432:74: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
evince-3.4.0/cut-n-paste/synctex/synctex_parser_utils.c:435:72: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
evince-3.4.0/cut-n-paste/synctex/synctex_parser_utils.c:438:86: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
evince-3.4.0/cut-n-paste/synctex/synctex_parser_utils.c:144:71: style: Function 'synctex_ignore_leading_dot_slash_in_path' argument 1 names different: declaration 'name' definition 'name_ref'. [funcArgNamesDifferent]
evince-3.4.0/cut-n-paste/synctex/synctex_parser_utils.h:149:71: note: Function 'synctex_ignore_leading_dot_slash_in_path' argument 1 names different: declaration 'name' definition 'name_ref'.
evince-3.4.0/cut-n-paste/synctex/synctex_parser_utils.c:144:71: note: Function 'synctex_ignore_leading_dot_slash_in_path' argument 1 names different: declaration 'name' definition 'name_ref'.
evince-3.4.0/cut-n-paste/synctex/synctex_parser_utils.c:464:4: style: Variable 'the_time' is assigned a value that is never used. [unreadVariable]
evince-3.4.0/cut-n-paste/synctex/synctex_parser_utils.c:362:6: error: Memory leak: core_name [memleak]
evince-3.4.0/cut-n-paste/synctex/synctex_parser_utils.c:384:6: error: Memory leak: dir_name [memleak]
evince-3.4.0/cut-n-paste/synctex/synctex_parser_utils.c:291:15: error: va_list 'arg' was opened but not closed by va_end(). [va_end_missing]
evince-3.4.0/cut-n-paste/toolbar-editor/egg-editable-toolbar.c:232:14: style: The scope of the variable 'action' can be reduced. [variableScope]
evince-3.4.0/cut-n-paste/toolbar-editor/egg-editable-toolbar.c:826:24: style: The scope of the variable 'type' can be reduced. [variableScope]
evince-3.4.0/cut-n-paste/toolbar-editor/egg-editable-toolbar.c:898:12: style: The scope of the variable 'string' can be reduced. [variableScope]
evince-3.4.0/cut-n-paste/toolbar-editor/egg-editable-toolbar.c:905:16: style: The scope of the variable 'toolbar_name' can be reduced. [variableScope]
evince-3.4.0/cut-n-paste/toolbar-editor/egg-editable-toolbar.c:1291:13: style: The scope of the variable 'n_items' can be reduced. [variableScope]
evince-3.4.0/cut-n-paste/toolbar-editor/egg-editable-toolbar.c:1436:10: style: The scope of the variable 'children' can be reduced. [variableScope]
evince-3.4.0/cut-n-paste/toolbar-editor/egg-editable-toolbar.c:1548:10: style: The scope of the variable 'l' can be reduced. [variableScope]
evince-3.4.0/cut-n-paste/toolbar-editor/egg-editable-toolbar.c:1548:13: style: The scope of the variable 'n_items' can be reduced. [variableScope]
evince-3.4.0/cut-n-paste/toolbar-editor/egg-editable-toolbar.c:1711:39: style: Function 'egg_editable_toolbar_new' argument 2 names different: declaration 'visibility_path' definition 'popup_path'. [funcArgNamesDifferent]
evince-3.4.0/cut-n-paste/toolbar-editor/egg-editable-toolbar.h:60:32: note: Function 'egg_editable_toolbar_new' argument 2 names different: declaration 'visibility_path' definition 'popup_path'.
evince-3.4.0/cut-n-paste/toolbar-editor/egg-editable-toolbar.c:1711:39: note: Function 'egg_editable_toolbar_new' argument 2 names different: declaration 'visibility_path' definition 'popup_path'.
evince-3.4.0/cut-n-paste/toolbar-editor/egg-editable-toolbar.c:1722:50: style: Function 'egg_editable_toolbar_new_with_model' argument 3 names different: declaration 'visibility_path' definition 'popup_path'. [funcArgNamesDifferent]
evince-3.4.0/cut-n-paste/toolbar-editor/egg-editable-toolbar.h:63:32: note: Function 'egg_editable_toolbar_new_with_model' argument 3 names different: declaration 'visibility_path' definition 'popup_path'.
evince-3.4.0/cut-n-paste/toolbar-editor/egg-editable-toolbar.c:1722:50: note: Function 'egg_editable_toolbar_new_with_model' argument 3 names different: declaration 'visibility_path' definition 'popup_path'.
evince-3.4.0/cut-n-paste/toolbar-editor/egg-editable-toolbar.c:1799:17: style: Function 'egg_editable_toolbar_set_fixed' argument 2 names different: declaration 'fixed_toolbar' definition 'toolbar'. [funcArgNamesDifferent]
evince-3.4.0/cut-n-paste/toolbar-editor/egg-editable-toolbar.h:76:32: note: Function 'egg_editable_toolbar_set_fixed' argument 2 names different: declaration 'fixed_toolbar' definition 'toolbar'.
evince-3.4.0/cut-n-paste/toolbar-editor/egg-editable-toolbar.c:1799:17: note: Function 'egg_editable_toolbar_set_fixed' argument 2 names different: declaration 'fixed_toolbar' definition 'toolbar'.
evince-3.4.0/cut-n-paste/toolbar-editor/egg-editable-toolbar.c:1928:54: style: Function 'egg_editable_toolbar_set_primary_class' argument 3 names different: declaration 'path' definition 'name'. [funcArgNamesDifferent]
evince-3.4.0/cut-n-paste/toolbar-editor/egg-editable-toolbar.h:87:79: note: Function 'egg_editable_toolbar_set_primary_class' argument 3 names different: declaration 'path' definition 'name'.
evince-3.4.0/cut-n-paste/toolbar-editor/egg-editable-toolbar.c:1928:54: note: Function 'egg_editable_toolbar_set_primary_class' argument 3 names different: declaration 'path' definition 'name'.
evince-3.4.0/cut-n-paste/toolbar-editor/egg-toolbars-model.c:761:10: style: The scope of the variable 'node' can be reduced. [variableScope]
evince-3.4.0/cut-n-paste/toolbar-editor/egg-toolbars-model.c:839:13: style: The scope of the variable 'ipos' can be reduced. [variableScope]
evince-3.4.0/cut-n-paste/toolbar-editor/egg-toolbars-model.c:681:16: style: Variable 'flags_type' is assigned a value that is never used. [unreadVariable]
evince-3.4.0/cut-n-paste/toolbar-editor/eggmarshalers.c:65:56: style: Function '_egg_marshal_VOID__INT_INT' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
evince-3.4.0/cut-n-paste/toolbar-editor/eggmarshalers.c:58:55: note: Function '_egg_marshal_VOID__INT_INT' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
evince-3.4.0/cut-n-paste/toolbar-editor/eggmarshalers.c:65:56: note: Function '_egg_marshal_VOID__INT_INT' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
evince-3.4.0/cut-n-paste/toolbar-editor/eggmarshalers.c:68:59: style: Function '_egg_marshal_VOID__INT_INT' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
evince-3.4.0/cut-n-paste/toolbar-editor/eggmarshalers.c:61:55: note: Function '_egg_marshal_VOID__INT_INT' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
evince-3.4.0/cut-n-paste/toolbar-editor/eggmarshalers.c:68:59: note: Function '_egg_marshal_VOID__INT_INT' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
evince-3.4.0/cut-n-paste/zoom-control/ephy-zoom.c:31:18: style: The scope of the variable 'current' can be reduced. [variableScope]
evince-3.4.0/cut-n-paste/zoom-control/ephy-zoom.c:31:27: style: The scope of the variable 'mean' can be reduced. [variableScope]
evince-3.4.0/libdocument/ev-annotation.h:23:0: error: #error "Only <evince-document.h> can be included directly." [preprocessorErrorDirective]
evince-3.4.0/libdocument/ev-async-renderer.h:22:0: error: #error "Only <evince-document.h> can be included directly." [preprocessorErrorDirective]
evince-3.4.0/libdocument/ev-file-helpers.h:21:0: error: #error "Only <evince-document.h> can be included directly." [preprocessorErrorDirective]
evince-3.4.0/libdocument/ev-module.h:42:0: error: #error "This is a private header." [preprocessorErrorDirective]
evince-3.4.0/libdocument/ev-debug.h:36:0: error: #error "This is a private header." [preprocessorErrorDirective]
evince-3.4.0/libdocument/ev-document-annotations.h:22:0: error: #error "Only <evince-document.h> can be included directly." [preprocessorErrorDirective]
evince-3.4.0/libdocument/ev-document-attachments.h:22:0: error: #error "Only <evince-document.h> can be included directly." [preprocessorErrorDirective]
evince-3.4.0/libdocument/ev-backends-manager.h:21:0: error: #error "Only <evince-document.h> can be included directly." [preprocessorErrorDirective]
evince-3.4.0/libdocument/ev-document-find.h:23:0: error: #error "Only <evince-document.h> can be included directly." [preprocessorErrorDirective]
evince-3.4.0/libdocument/ev-document-fonts.h:25:0: error: #error "Only <evince-document.h> can be included directly." [preprocessorErrorDirective]
evince-3.4.0/libdocument/ev-document-forms.h:22:0: error: #error "Only <evince-document.h> can be included directly." [preprocessorErrorDirective]
evince-3.4.0/libdocument/ev-document-images.h:22:0: error: #error "Only <evince-document.h> can be included directly." [preprocessorErrorDirective]
evince-3.4.0/libdocument/ev-document-layers.h:22:0: error: #error "Only <evince-document.h> can be included directly." [preprocessorErrorDirective]
evince-3.4.0/libdocument/ev-document-links.h:25:0: error: #error "Only <evince-document.h> can be included directly." [preprocessorErrorDirective]
evince-3.4.0/libdocument/ev-document-misc.h:23:0: error: #error "Only <evince-document.h> can be included directly." [preprocessorErrorDirective]
evince-3.4.0/libdocument/ev-document.h:24:0: error: #error "Only <evince-document.h> can be included directly." [preprocessorErrorDirective]
evince-3.4.0/libdocument/ev-document-security.h:25:0: error: #error "Only <evince-document.h> can be included directly." [preprocessorErrorDirective]
evince-3.4.0/libdocument/ev-document-text.h:23:0: error: #error "Only <evince-document.h> can be included directly." [preprocessorErrorDirective]
evince-3.4.0/libdocument/ev-document-transition.h:22:0: error: #error "Only <evince-document.h> can be included directly." [preprocessorErrorDirective]
evince-3.4.0/libdocument/ev-document-type-builtins.h:6:0: error: #error "Only <evince-document.h> can be included directly." [preprocessorErrorDirective]
evince-3.4.0/libdocument/ev-file-exporter.h:24:0: error: #error "Only <evince-document.h> can be included directly." [preprocessorErrorDirective]
evince-3.4.0/libdocument/ev-form-field.h:22:0: error: #error "Only <evince-document.h> can be included directly." [preprocessorErrorDirective]
evince-3.4.0/libdocument/ev-init.h:21:0: error: #error "Only <evince-document.h> can be included directly." [preprocessorErrorDirective]
evince-3.4.0/libdocument/ev-layer.h:21:0: error: #error "Only <evince-document.h> can be included directly." [preprocessorErrorDirective]
evince-3.4.0/libdocument/ev-link-action.h:22:0: error: #error "Only <evince-document.h> can be included directly." [preprocessorErrorDirective]
evince-3.4.0/libdocument/ev-link-dest.h:22:0: error: #error "Only <evince-document.h> can be included directly." [preprocessorErrorDirective]
evince-3.4.0/libdocument/ev-link.h:21:0: error: #error "Only <evince-document.h> can be included directly." [preprocessorErrorDirective]
evince-3.4.0/libdocument/ev-mapping-list.h:22:0: error: #error "Only <evince-document.h> can be included directly." [preprocessorErrorDirective]
evince-3.4.0/libdocument/ev-page.h:21:0: error: #error "Only <evince-document.h> can be included directly." [preprocessorErrorDirective]
evince-3.4.0/libdocument/ev-render-context.h:21:0: error: #error "Only <evince-document.h> can be included directly." [preprocessorErrorDirective]
evince-3.4.0/libdocument/ev-selection.h:22:0: error: #error "Only <evince-document.h> can be included directly." [preprocessorErrorDirective]
evince-3.4.0/libdocument/ev-transition-effect.h:22:0: error: #error "Only <evince-document.h> can be included directly." [preprocessorErrorDirective]
evince-3.4.0/libmisc/ev-page-action-widget.c:224:26: style: Function 'ev_page_action_widget_set_model' argument 2 names different: declaration 'doc_model' definition 'model'. [funcArgNamesDifferent]
evince-3.4.0/libmisc/ev-page-action-widget.h:45:33: note: Function 'ev_page_action_widget_set_model' argument 2 names different: declaration 'doc_model' definition 'model'.
evince-3.4.0/libmisc/ev-page-action-widget.c:224:26: note: Function 'ev_page_action_widget_set_model' argument 2 names different: declaration 'doc_model' definition 'model'.
evince-3.4.0/libmisc/ev-page-action-widget.c:264:60: style: Function 'ev_page_action_widget_class_init' argument 1 names different: declaration 'action_widget' definition 'class'. [funcArgNamesDifferent]
evince-3.4.0/libmisc/ev-page-action-widget.c:33:73: note: Function 'ev_page_action_widget_class_init' argument 1 names different: declaration 'action_widget' definition 'class'.
evince-3.4.0/libmisc/ev-page-action-widget.c:264:60: note: Function 'ev_page_action_widget_class_init' argument 1 names different: declaration 'action_widget' definition 'class'.
evince-3.4.0/libmisc/ev-page-action.c:156:44: style: Function 'ev_page_action_set_model' argument 1 names different: declaration 'page_action' definition 'page'. [funcArgNamesDifferent]
evince-3.4.0/libmisc/ev-page-action.h:60:56: note: Function 'ev_page_action_set_model' argument 1 names different: declaration 'page_action' definition 'page'.
evince-3.4.0/libmisc/ev-page-action.c:156:44: note: Function 'ev_page_action_set_model' argument 1 names different: declaration 'page_action' definition 'page'.
evince-3.4.0/libmisc/ev-page-action.c:169:47: style: Function 'ev_page_action_set_links_model' argument 1 names different: declaration 'page_action' definition 'page'. [funcArgNamesDifferent]
evince-3.4.0/libmisc/ev-page-action.h:62:56: note: Function 'ev_page_action_set_links_model' argument 1 names different: declaration 'page_action' definition 'page'.
evince-3.4.0/libmisc/ev-page-action.c:169:47: note: Function 'ev_page_action_set_links_model' argument 1 names different: declaration 'page_action' definition 'page'.
evince-3.4.0/libmisc/ev-page-action.c:202:36: style: Function 'ev_page_action_init' argument 1 names different: declaration 'action' definition 'page'. [funcArgNamesDifferent]
evince-3.4.0/libmisc/ev-page-action.c:41:54: note: Function 'ev_page_action_init' argument 1 names different: declaration 'action' definition 'page'.
evince-3.4.0/libmisc/ev-page-action.c:202:36: note: Function 'ev_page_action_init' argument 1 names different: declaration 'action' definition 'page'.
evince-3.4.0/libview/ev-stock-icons.h:25:0: error: #error "Only <evince-view.h> can be included directly." [preprocessorErrorDirective]
evince-3.4.0/libview/ev-document-model.h:21:0: error: #error "Only <evince-view.h> can be included directly." [preprocessorErrorDirective]
evince-3.4.0/libview/ev-job-scheduler.h:22:0: error: #error "Only <evince-view.h> can be included directly." [preprocessorErrorDirective]
evince-3.4.0/libview/ev-jobs.h:22:0: error: #error "Only <evince-view.h> can be included directly." [preprocessorErrorDirective]
evince-3.4.0/libview/ev-pixbuf-cache.h:25:0: error: #error "Only <evince-view.h> can be included directly." [preprocessorErrorDirective]
evince-3.4.0/libview/ev-print-operation.h:21:0: error: #error "Only <evince-view.h> can be included directly." [preprocessorErrorDirective]
evince-3.4.0/libview/ev-timeline.h:23:0: error: #error "This is a private header." [preprocessorErrorDirective]
evince-3.4.0/libview/ev-transition-animation.h:23:0: error: #error "This is a private header." [preprocessorErrorDirective]
evince-3.4.0/libview/ev-page-cache.h:21:0: error: #error "Only <evince-view.h> can be included directly." [preprocessorErrorDirective]
evince-3.4.0/libview/ev-view-cursor.h:21:0: error: #error "Only <evince-view.h> can be included directly." [preprocessorErrorDirective]
evince-3.4.0/libview/ev-view-marshal.c:66:64: style: Function 'ev_view_marshal_VOID__ENUM_BOOLEAN' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
evince-3.4.0/libview/ev-view-marshal.c:59:72: note: Function 'ev_view_marshal_VOID__ENUM_BOOLEAN' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
evince-3.4.0/libview/ev-view-marshal.c:66:64: note: Function 'ev_view_marshal_VOID__ENUM_BOOLEAN' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
evince-3.4.0/libview/ev-view-marshal.c:69:67: style: Function 'ev_view_marshal_VOID__ENUM_BOOLEAN' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
evince-3.4.0/libview/ev-view-marshal.c:62:72: note: Function 'ev_view_marshal_VOID__ENUM_BOOLEAN' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
evince-3.4.0/libview/ev-view-marshal.c:69:67: note: Function 'ev_view_marshal_VOID__ENUM_BOOLEAN' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
evince-3.4.0/libview/ev-view-marshal.c:109:59: style: Function 'ev_view_marshal_VOID__INT_INT' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
evince-3.4.0/libview/ev-view-marshal.c:102:67: note: Function 'ev_view_marshal_VOID__INT_INT' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
evince-3.4.0/libview/ev-view-marshal.c:109:59: note: Function 'ev_view_marshal_VOID__INT_INT' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
evince-3.4.0/libview/ev-view-marshal.c:112:62: style: Function 'ev_view_marshal_VOID__INT_INT' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
evince-3.4.0/libview/ev-view-marshal.c:105:67: note: Function 'ev_view_marshal_VOID__INT_INT' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
evince-3.4.0/libview/ev-view-marshal.c:112:62: note: Function 'ev_view_marshal_VOID__INT_INT' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
evince-3.4.0/libview/ev-view-presentation.h:22:0: error: #error "Only <evince-view.h> can be included directly." [preprocessorErrorDirective]
evince-3.4.0/libview/ev-view-type-builtins.h:6:0: error: #error "Only <evince-view.h> can be included directly." [preprocessorErrorDirective]
evince-3.4.0/properties/ev-properties-view.c:160:13: style: The scope of the variable 'valid_text' can be reduced. [variableScope]
evince-3.4.0/shell/ev-application.c:140:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evince-3.4.0/shell/ev-history.c:95:50: style: Function 'ev_history_add_link' argument 2 names different: declaration 'linkk' definition 'link'. [funcArgNamesDifferent]
evince-3.4.0/shell/ev-history.h:58:20: note: Function 'ev_history_add_link' argument 2 names different: declaration 'linkk' definition 'link'.
evince-3.4.0/shell/ev-history.c:95:50: note: Function 'ev_history_add_link' argument 2 names different: declaration 'linkk' definition 'link'.
evince-3.4.0/shell/ev-marshal.c:54:60: style: Function 'ev_marshal_VOID__STRING_STRING' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
evince-3.4.0/shell/ev-marshal.h:11:59: note: Function 'ev_marshal_VOID__STRING_STRING' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
evince-3.4.0/shell/ev-marshal.c:54:60: note: Function 'ev_marshal_VOID__STRING_STRING' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
evince-3.4.0/shell/ev-marshal.c:57:63: style: Function 'ev_marshal_VOID__STRING_STRING' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
evince-3.4.0/shell/ev-marshal.h:14:59: note: Function 'ev_marshal_VOID__STRING_STRING' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
evince-3.4.0/shell/ev-marshal.c:57:63: note: Function 'ev_marshal_VOID__STRING_STRING' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
evince-3.4.0/shell/ev-navigation-action-widget.c:61:72: style: Function 'ev_navigation_action_widget_class_init' argument 1 names different: declaration 'action_widget' definition 'klass'. [funcArgNamesDifferent]
evince-3.4.0/shell/ev-navigation-action-widget.c:27:85: note: Function 'ev_navigation_action_widget_class_init' argument 1 names different: declaration 'action_widget' definition 'klass'.
evince-3.4.0/shell/ev-navigation-action-widget.c:61:72: note: Function 'ev_navigation_action_widget_class_init' argument 1 names different: declaration 'action_widget' definition 'klass'.
evince-3.4.0/shell/ev-navigation-action-widget.c:95:64: style: Function 'ev_navigation_action_widget_set_menu' argument 1 names different: declaration 'widget' definition 'button'. [funcArgNamesDifferent]
evince-3.4.0/shell/ev-navigation-action-widget.h:46:64: note: Function 'ev_navigation_action_widget_set_menu' argument 1 names different: declaration 'widget' definition 'button'.
evince-3.4.0/shell/ev-navigation-action-widget.c:95:64: note: Function 'ev_navigation_action_widget_set_menu' argument 1 names different: declaration 'widget' definition 'button'.
evince-3.4.0/shell/ev-navigation-action.c:126:13: style: The scope of the variable 'item' can be reduced. [variableScope]
evince-3.4.0/shell/ev-navigation-action.c:127:10: style: The scope of the variable 'link' can be reduced. [variableScope]
evince-3.4.0/shell/ev-navigation-action.c:162:13: style: The scope of the variable 'menu' can be reduced. [variableScope]
evince-3.4.0/shell/ev-properties-license.c:77:13: style: The scope of the variable 'markup' can be reduced. [variableScope]
evince-3.4.0/shell/ev-properties-license.c:128:57: style: Function 'ev_properties_license_set_license' argument 1 names different: declaration 'properties_license' definition 'properties'. [funcArgNamesDifferent]
evince-3.4.0/shell/ev-properties-license.h:45:68: note: Function 'ev_properties_license_set_license' argument 1 names different: declaration 'properties_license' definition 'properties'.
evince-3.4.0/shell/ev-properties-license.c:128:57: note: Function 'ev_properties_license_set_license' argument 1 names different: declaration 'properties_license' definition 'properties'.
evince-3.4.0/shell/ev-sidebar-annotations.c:314:23: style: The scope of the variable 'toolbutton' can be reduced. [variableScope]
evince-3.4.0/shell/ev-sidebar-attachments.c:135:2: style: Variable 'pixbuf' is reassigned a value before the old one has been used. [redundantAssignment]
evince-3.4.0/shell/ev-sidebar-attachments.c:131:0: note: Variable 'pixbuf' is reassigned a value before the old one has been used.
evince-3.4.0/shell/ev-sidebar-attachments.c:135:2: note: Variable 'pixbuf' is reassigned a value before the old one has been used.
evince-3.4.0/shell/ev-sidebar-attachments.c:159:2: style: Variable 'pixbuf' is reassigned a value before the old one has been used. [redundantAssignment]
evince-3.4.0/shell/ev-sidebar-attachments.c:157:0: note: Variable 'pixbuf' is reassigned a value before the old one has been used.
evince-3.4.0/shell/ev-sidebar-attachments.c:159:2: note: Variable 'pixbuf' is reassigned a value before the old one has been used.
evince-3.4.0/shell/ev-sidebar-attachments.c:186:2: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
evince-3.4.0/shell/ev-sidebar-attachments.c:182:0: note: Variable 'path' is reassigned a value before the old one has been used.
evince-3.4.0/shell/ev-sidebar-attachments.c:186:2: note: Variable 'path' is reassigned a value before the old one has been used.
evince-3.4.0/shell/ev-sidebar-attachments.c:403:2: style: Variable 'selected' is reassigned a value before the old one has been used. [redundantAssignment]
evince-3.4.0/shell/ev-sidebar-attachments.c:399:0: note: Variable 'selected' is reassigned a value before the old one has been used.
evince-3.4.0/shell/ev-sidebar-attachments.c:403:2: note: Variable 'selected' is reassigned a value before the old one has been used.
evince-3.4.0/shell/ev-sidebar-attachments.c:623:3: style: Variable 'pixbuf' is reassigned a value before the old one has been used. [redundantAssignment]
evince-3.4.0/shell/ev-sidebar-attachments.c:617:0: note: Variable 'pixbuf' is reassigned a value before the old one has been used.
evince-3.4.0/shell/ev-sidebar-attachments.c:623:3: note: Variable 'pixbuf' is reassigned a value before the old one has been used.
evince-3.4.0/shell/ev-sidebar-links.c:274:13: style: The scope of the variable 'window' can be reduced. [variableScope]
evince-3.4.0/shell/ev-sidebar-links.c:558:25: style: Function 'update_page_callback' argument 3 names different: declaration 'current_page' definition 'new_page'. [funcArgNamesDifferent]
evince-3.4.0/shell/ev-sidebar-links.c:65:28: note: Function 'update_page_callback' argument 3 names different: declaration 'current_page' definition 'new_page'.
evince-3.4.0/shell/ev-sidebar-links.c:558:25: note: Function 'update_page_callback' argument 3 names different: declaration 'current_page' definition 'new_page'.
evince-3.4.0/shell/ev-sidebar-links.c:601:51: style: Function 'ev_sidebar_links_set_links_model' argument 1 names different: declaration 'links' definition 'sidebar_links'. [funcArgNamesDifferent]
evince-3.4.0/shell/ev-sidebar-links.c:70:74: note: Function 'ev_sidebar_links_set_links_model' argument 1 names different: declaration 'links' definition 'sidebar_links'.
evince-3.4.0/shell/ev-sidebar-links.c:601:51: note: Function 'ev_sidebar_links_set_links_model' argument 1 names different: declaration 'links' definition 'sidebar_links'.
evince-3.4.0/shell/ev-sidebar-page.c:64:43: style: Function 'ev_sidebar_page_get_label' argument 1 names different: declaration 'page' definition 'sidebar_page'. [funcArgNamesDifferent]
evince-3.4.0/shell/ev-sidebar-page.h:59:65: note: Function 'ev_sidebar_page_get_label' argument 1 names different: declaration 'page' definition 'sidebar_page'.
evince-3.4.0/shell/ev-sidebar-page.c:64:43: note: Function 'ev_sidebar_page_get_label' argument 1 names different: declaration 'page' definition 'sidebar_page'.
evince-3.4.0/shell/ev-sidebar-thumbnails.c:362:7: style: Condition '!loading_icon' is always true [knownConditionTrueFalse]
evince-3.4.0/shell/ev-sidebar-thumbnails.c:345:29: note: Assignment 'loading_icon=NULL', assigned value is 0
evince-3.4.0/shell/ev-sidebar-thumbnails.c:362:7: note: Condition '!loading_icon' is always true
evince-3.4.0/shell/ev-sidebar-thumbnails.c:548:7: style: Condition '!loading_icon' is always true [knownConditionTrueFalse]
evince-3.4.0/shell/ev-sidebar-thumbnails.c:540:29: note: Assignment 'loading_icon=NULL', assigned value is 0
evince-3.4.0/shell/ev-sidebar-thumbnails.c:548:7: note: Condition '!loading_icon' is always true
evince-3.4.0/shell/ev-sidebar-thumbnails.c:704:15: style: The scope of the variable 'tree_view' can be reduced. [variableScope]
evince-3.4.0/shell/ev-sidebar-thumbnails.c:915:57: style: Function 'ev_sidebar_thumbnails_clear_model' argument 1 names different: declaration 'sidebar' definition 'sidebar_thumbnails'. [funcArgNamesDifferent]
evince-3.4.0/shell/ev-sidebar-thumbnails.c:93:86: note: Function 'ev_sidebar_thumbnails_clear_model' argument 1 names different: declaration 'sidebar' definition 'sidebar_thumbnails'.
evince-3.4.0/shell/ev-sidebar-thumbnails.c:915:57: note: Function 'ev_sidebar_thumbnails_clear_model' argument 1 names different: declaration 'sidebar' definition 'sidebar_thumbnails'.
evince-3.4.0/shell/ev-utils.c:322:2: style: Variable 'pixbuf_formats' is reassigned a value before the old one has been used. [redundantAssignment]
evince-3.4.0/shell/ev-utils.c:312:0: note: Variable 'pixbuf_formats' is reassigned a value before the old one has been used.
evince-3.4.0/shell/ev-utils.c:322:2: note: Variable 'pixbuf_formats' is reassigned a value before the old one has been used.
evince-3.4.0/shell/ev-utils.c:365:2: style: Variable 'pixbuf_formats' is reassigned a value before the old one has been used. [redundantAssignment]
evince-3.4.0/shell/ev-utils.c:361:0: note: Variable 'pixbuf_formats' is reassigned a value before the old one has been used.
evince-3.4.0/shell/ev-utils.c:365:2: note: Variable 'pixbuf_formats' is reassigned a value before the old one has been used.
evince-3.4.0/shell/ev-window.c:6484:2: style: Variable 'ev_action' is reassigned a value before the old one has been used. [redundantAssignment]
evince-3.4.0/shell/ev-window.c:6481:0: note: Variable 'ev_action' is reassigned a value before the old one has been used.
evince-3.4.0/shell/ev-window.c:6484:2: note: Variable 'ev_action' is reassigned a value before the old one has been used.
evince-3.4.0/shell/ev-window.c:788:27: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
evince-3.4.0/shell/ev-window.c:820:27: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
evince-3.4.0/shell/ev-window.c:1876:30: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
evince-3.4.0/shell/ev-window.c:2255:30: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
evince-3.4.0/shell/ev-window.c:2737:30: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
evince-3.4.0/shell/ev-window.c:3387:31: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
evince-3.4.0/shell/ev-window.c:1738:15: style: Function 'ev_window_reload_job_cb' argument 2 names different: declaration 'window' definition 'ev_window'. [funcArgNamesDifferent]
evince-3.4.0/shell/ev-window.c:302:27: note: Function 'ev_window_reload_job_cb' argument 2 names different: declaration 'window' definition 'ev_window'.
evince-3.4.0/shell/ev-window.c:1738:15: note: Function 'ev_window_reload_job_cb' argument 2 names different: declaration 'window' definition 'ev_window'.
evince-3.4.0/shell/ev-window.c:2378:38: style: Function 'ev_window_reload_document' argument 1 names different: declaration 'window' definition 'ev_window'. [funcArgNamesDifferent]
evince-3.4.0/shell/ev-window.c:299:76: note: Function 'ev_window_reload_document' argument 1 names different: declaration 'window' definition 'ev_window'.
evince-3.4.0/shell/ev-window.c:2378:38: note: Function 'ev_window_reload_document' argument 1 names different: declaration 'window' definition 'ev_window'.
evince-3.4.0/shell/ev-window.c:2865:35: style: Function 'ev_window_save_job_cb' argument 1 names different: declaration 'save' definition 'job'. [funcArgNamesDifferent]
evince-3.4.0/shell/ev-window.c:305:76: note: Function 'ev_window_save_job_cb' argument 1 names different: declaration 'save' definition 'job'.
evince-3.4.0/shell/ev-window.c:2865:35: note: Function 'ev_window_save_job_cb' argument 1 names different: declaration 'save' definition 'job'.
evince-3.4.0/shell/main.c:127:6: style: Condition '!error' is always true [knownConditionTrueFalse]
evince-3.4.0/shell/main.c:98:19: note: Assignment 'error=NULL', assigned value is 0
evince-3.4.0/shell/main.c:127:6: note: Condition '!error' is always true
evince-3.4.0/thumbnailer/evince-thumbnailer.c:192:7: style: Condition 'overlaid_icon_name' is always false [knownConditionTrueFalse]
evince-3.4.0/thumbnailer/evince-thumbnailer.c:190:36: note: Assignment 'overlaid_icon_name=NULL', assigned value is 0
evince-3.4.0/thumbnailer/evince-thumbnailer.c:192:7: note: Condition 'overlaid_icon_name' is always false
[19:03]

ftp://ftp.se.debian.org/debian/pool/main/e/evince-hwp/evince-hwp_0.1.1.orig.tar.gz
[19:03]

ftp://ftp.se.debian.org/debian/pool/main/e/evolution/evolution_3.4.4.orig.tar.xz
evolution-3.4.4/addressbook/gui/contact-editor/e-contact-editor.c:3375:2: style: Variable 'filename' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/addressbook/gui/contact-editor/e-contact-editor.c:3370:0: note: Variable 'filename' is reassigned a value before the old one has been used.
evolution-3.4.4/addressbook/gui/contact-editor/e-contact-editor.c:3375:2: note: Variable 'filename' is reassigned a value before the old one has been used.
evolution-3.4.4/addressbook/gui/contact-editor/e-contact-editor.c:519:9: style: The scope of the variable 'trystring' can be reduced. [variableScope]
evolution-3.4.4/addressbook/gui/contact-editor/e-contact-editor.c:1862:20: style: The scope of the variable 'attr' can be reduced. [variableScope]
evolution-3.4.4/addressbook/gui/contact-editor/e-contact-editor.c:2742:25: style: The scope of the variable 'new' can be reduced. [variableScope]
evolution-3.4.4/addressbook/gui/contact-editor/e-contact-editor.c:3134:13: style: The scope of the variable 'fname_widget' can be reduced. [variableScope]
evolution-3.4.4/addressbook/gui/contact-editor/e-contact-editor.c:3219:9: style: The scope of the variable 'categories' can be reduced. [variableScope]
evolution-3.4.4/addressbook/gui/contact-editor/e-contact-editor.c:3403:12: style: The scope of the variable 'preview' can be reduced. [variableScope]
evolution-3.4.4/addressbook/gui/contact-editor/e-contact-editor.c:3613:9: style: The scope of the variable 'uid' can be reduced. [variableScope]
evolution-3.4.4/addressbook/gui/contact-editor/e-contact-quick-add.c:397:2: style: Variable 'enabled' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/addressbook/gui/contact-editor/e-contact-quick-add.c:392:0: note: Variable 'enabled' is reassigned a value before the old one has been used.
evolution-3.4.4/addressbook/gui/contact-editor/e-contact-quick-add.c:397:2: note: Variable 'enabled' is reassigned a value before the old one has been used.
evolution-3.4.4/addressbook/gui/contact-editor/e-contact-quick-add.c:535:35: style: Function 'e_contact_quick_add' argument 1 names different: declaration 'name' definition 'in_name'. [funcArgNamesDifferent]
evolution-3.4.4/addressbook/gui/contact-editor/e-contact-quick-add.h:31:42: note: Function 'e_contact_quick_add' argument 1 names different: declaration 'name' definition 'in_name'.
evolution-3.4.4/addressbook/gui/contact-editor/e-contact-quick-add.c:535:35: note: Function 'e_contact_quick_add' argument 1 names different: declaration 'name' definition 'in_name'.
evolution-3.4.4/addressbook/gui/contact-list-editor/e-contact-list-editor.c:426:9: style: The scope of the variable 'out' can be reduced. [variableScope]
evolution-3.4.4/addressbook/gui/contact-list-editor/e-contact-list-editor.c:985:15: style: The scope of the variable 'path' can be reduced. [variableScope]
evolution-3.4.4/addressbook/gui/contact-list-editor/e-contact-list-editor.c:1104:15: style: The scope of the variable 'path' can be reduced. [variableScope]
evolution-3.4.4/addressbook/gui/contact-list-editor/e-contact-list-model.c:146:53: style: Function 'e_contact_list_model_add_destination' argument 2 names different: declaration 'dest' definition 'destination'. [funcArgNamesDifferent]
evolution-3.4.4/addressbook/gui/contact-list-editor/e-contact-list-model.h:71:22: note: Function 'e_contact_list_model_add_destination' argument 2 names different: declaration 'dest' definition 'destination'.
evolution-3.4.4/addressbook/gui/contact-list-editor/e-contact-list-model.c:146:53: note: Function 'e_contact_list_model_add_destination' argument 2 names different: declaration 'dest' definition 'destination'.
evolution-3.4.4/addressbook/gui/merging/eab-contact-compare.c:683:16: style: The scope of the variable 'contact_name' can be reduced. [variableScope]
evolution-3.4.4/addressbook/gui/merging/eab-contact-compare.c:124:48: style: Function 'eab_contact_compare_name_to_string_full' argument 4 names different: declaration 'matched_parts' definition 'matched_parts_out'. [funcArgNamesDifferent]
evolution-3.4.4/addressbook/gui/merging/eab-contact-compare.h:63:14: note: Function 'eab_contact_compare_name_to_string_full' argument 4 names different: declaration 'matched_parts' definition 'matched_parts_out'.
evolution-3.4.4/addressbook/gui/merging/eab-contact-compare.c:124:48: note: Function 'eab_contact_compare_name_to_string_full' argument 4 names different: declaration 'matched_parts' definition 'matched_parts_out'.
evolution-3.4.4/addressbook/gui/merging/eab-contact-compare.c:125:63: style: Function 'eab_contact_compare_name_to_string_full' argument 5 names different: declaration 'first_matched_part' definition 'first_matched_part_out'. [funcArgNamesDifferent]
evolution-3.4.4/addressbook/gui/merging/eab-contact-compare.h:64:29: note: Function 'eab_contact_compare_name_to_string_full' argument 5 names different: declaration 'first_matched_part' definition 'first_matched_part_out'.
evolution-3.4.4/addressbook/gui/merging/eab-contact-compare.c:125:63: note: Function 'eab_contact_compare_name_to_string_full' argument 5 names different: declaration 'first_matched_part' definition 'first_matched_part_out'.
evolution-3.4.4/addressbook/gui/merging/eab-contact-compare.c:126:48: style: Function 'eab_contact_compare_name_to_string_full' argument 6 names different: declaration 'matched_character_count' definition 'matched_character_count_out'. [funcArgNamesDifferent]
evolution-3.4.4/addressbook/gui/merging/eab-contact-compare.h:65:14: note: Function 'eab_contact_compare_name_to_string_full' argument 6 names different: declaration 'matched_character_count' definition 'matched_character_count_out'.
evolution-3.4.4/addressbook/gui/merging/eab-contact-compare.c:126:48: note: Function 'eab_contact_compare_name_to_string_full' argument 6 names different: declaration 'matched_character_count' definition 'matched_character_count_out'.
evolution-3.4.4/addressbook/gui/merging/eab-contact-merging.c:618:14: style: The scope of the variable 'merge_button' can be reduced. [variableScope]
evolution-3.4.4/addressbook/gui/widgets/e-addressbook-reflow-adapter.c:240:12: style: The scope of the variable 'contact1' can be reduced. [variableScope]
evolution-3.4.4/addressbook/gui/widgets/e-addressbook-reflow-adapter.c:240:23: style: The scope of the variable 'contact2' can be reduced. [variableScope]
evolution-3.4.4/addressbook/gui/widgets/e-addressbook-view.c:1602:3: style: Variable 'contacts' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/addressbook/gui/widgets/e-addressbook-view.c:1593:0: note: Variable 'contacts' is reassigned a value before the old one has been used.
evolution-3.4.4/addressbook/gui/widgets/e-addressbook-view.c:1602:3: note: Variable 'contacts' is reassigned a value before the old one has been used.
evolution-3.4.4/addressbook/gui/widgets/e-addressbook-view.c:1090:34: style: Function 'folder_bar_message' argument 2 names different: declaration 'status' definition 'message'. [funcArgNamesDifferent]
evolution-3.4.4/addressbook/gui/widgets/e-addressbook-view.c:75:21: note: Function 'folder_bar_message' argument 2 names different: declaration 'status' definition 'message'.
evolution-3.4.4/addressbook/gui/widgets/e-addressbook-view.c:1090:34: note: Function 'folder_bar_message' argument 2 names different: declaration 'status' definition 'message'.
evolution-3.4.4/addressbook/gui/widgets/e-minicard.c:807:18: style: The scope of the variable 'minicard_field' can be reduced. [variableScope]
evolution-3.4.4/addressbook/gui/widgets/e-minicard.c:816:16: style: The scope of the variable 'tmp' can be reduced. [variableScope]
evolution-3.4.4/addressbook/gui/widgets/e-minicard.c:917:10: style: The scope of the variable 'file_as' can be reduced. [variableScope]
evolution-3.4.4/addressbook/gui/widgets/e-minicard.c:980:12: style: The scope of the variable 'string' can be reduced. [variableScope]
evolution-3.4.4/addressbook/gui/widgets/ea-addressbook-view.c:41:20: style: The scope of the variable 'factory' can be reduced. [variableScope]
evolution-3.4.4/addressbook/gui/widgets/ea-minicard-view.c:231:2: style: Variable 'state_set' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/addressbook/gui/widgets/ea-minicard-view.c:228:0: note: Variable 'state_set' is reassigned a value before the old one has been used.
evolution-3.4.4/addressbook/gui/widgets/ea-minicard-view.c:231:2: note: Variable 'state_set' is reassigned a value before the old one has been used.
evolution-3.4.4/addressbook/gui/widgets/ea-minicard-view.c:300:2: style: Variable 'atk_gobj' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/addressbook/gui/widgets/ea-minicard-view.c:297:0: note: Variable 'atk_gobj' is reassigned a value before the old one has been used.
evolution-3.4.4/addressbook/gui/widgets/ea-minicard-view.c:300:2: note: Variable 'atk_gobj' is reassigned a value before the old one has been used.
evolution-3.4.4/addressbook/gui/widgets/ea-minicard-view.c:301:2: style: Variable 'reflow' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/addressbook/gui/widgets/ea-minicard-view.c:298:0: note: Variable 'reflow' is reassigned a value before the old one has been used.
evolution-3.4.4/addressbook/gui/widgets/ea-minicard-view.c:301:2: note: Variable 'reflow' is reassigned a value before the old one has been used.
evolution-3.4.4/addressbook/gui/widgets/ea-minicard-view.c:318:2: style: Variable 'atk_gobj' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/addressbook/gui/widgets/ea-minicard-view.c:315:0: note: Variable 'atk_gobj' is reassigned a value before the old one has been used.
evolution-3.4.4/addressbook/gui/widgets/ea-minicard-view.c:318:2: note: Variable 'atk_gobj' is reassigned a value before the old one has been used.
evolution-3.4.4/addressbook/gui/widgets/ea-minicard-view.c:319:2: style: Variable 'reflow' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/addressbook/gui/widgets/ea-minicard-view.c:316:0: note: Variable 'reflow' is reassigned a value before the old one has been used.
evolution-3.4.4/addressbook/gui/widgets/ea-minicard-view.c:319:2: note: Variable 'reflow' is reassigned a value before the old one has been used.
evolution-3.4.4/addressbook/gui/widgets/ea-minicard-view.c:342:2: style: Variable 'atk_gobj' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/addressbook/gui/widgets/ea-minicard-view.c:339:0: note: Variable 'atk_gobj' is reassigned a value before the old one has been used.
evolution-3.4.4/addressbook/gui/widgets/ea-minicard-view.c:342:2: note: Variable 'atk_gobj' is reassigned a value before the old one has been used.
evolution-3.4.4/addressbook/gui/widgets/ea-minicard-view.c:343:2: style: Variable 'reflow' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/addressbook/gui/widgets/ea-minicard-view.c:340:0: note: Variable 'reflow' is reassigned a value before the old one has been used.
evolution-3.4.4/addressbook/gui/widgets/ea-minicard-view.c:343:2: note: Variable 'reflow' is reassigned a value before the old one has been used.
evolution-3.4.4/addressbook/gui/widgets/ea-minicard-view.c:358:2: style: Variable 'atk_gobj' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/addressbook/gui/widgets/ea-minicard-view.c:355:0: note: Variable 'atk_gobj' is reassigned a value before the old one has been used.
evolution-3.4.4/addressbook/gui/widgets/ea-minicard-view.c:358:2: note: Variable 'atk_gobj' is reassigned a value before the old one has been used.
evolution-3.4.4/addressbook/gui/widgets/ea-minicard-view.c:359:2: style: Variable 'reflow' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/addressbook/gui/widgets/ea-minicard-view.c:356:0: note: Variable 'reflow' is reassigned a value before the old one has been used.
evolution-3.4.4/addressbook/gui/widgets/ea-minicard-view.c:359:2: note: Variable 'reflow' is reassigned a value before the old one has been used.
evolution-3.4.4/addressbook/gui/widgets/ea-minicard-view.c:387:2: style: Variable 'atk_gobj' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/addressbook/gui/widgets/ea-minicard-view.c:384:0: note: Variable 'atk_gobj' is reassigned a value before the old one has been used.
evolution-3.4.4/addressbook/gui/widgets/ea-minicard-view.c:387:2: note: Variable 'atk_gobj' is reassigned a value before the old one has been used.
evolution-3.4.4/addressbook/gui/widgets/ea-minicard-view.c:388:2: style: Variable 'reflow' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/addressbook/gui/widgets/ea-minicard-view.c:385:0: note: Variable 'reflow' is reassigned a value before the old one has been used.
evolution-3.4.4/addressbook/gui/widgets/ea-minicard-view.c:388:2: note: Variable 'reflow' is reassigned a value before the old one has been used.
evolution-3.4.4/addressbook/gui/widgets/ea-minicard-view.c:77:20: style: The scope of the variable 'factory' can be reduced. [variableScope]
evolution-3.4.4/addressbook/gui/widgets/ea-minicard-view.c:207:45: style: Function 'ea_minicard_view_get_n_children' argument 1 names different: declaration 'obj' definition 'accessible'. [funcArgNamesDifferent]
evolution-3.4.4/addressbook/gui/widgets/ea-minicard-view.c:45:57: note: Function 'ea_minicard_view_get_n_children' argument 1 names different: declaration 'obj' definition 'accessible'.
evolution-3.4.4/addressbook/gui/widgets/ea-minicard-view.c:207:45: note: Function 'ea_minicard_view_get_n_children' argument 1 names different: declaration 'obj' definition 'accessible'.
evolution-3.4.4/addressbook/gui/widgets/ea-minicard-view.c:247:40: style: Function 'ea_minicard_view_ref_child' argument 1 names different: declaration 'obj' definition 'accessible'. [funcArgNamesDifferent]
evolution-3.4.4/addressbook/gui/widgets/ea-minicard-view.c:46:58: note: Function 'ea_minicard_view_ref_child' argument 1 names different: declaration 'obj' definition 'accessible'.
evolution-3.4.4/addressbook/gui/widgets/ea-minicard-view.c:247:40: note: Function 'ea_minicard_view_ref_child' argument 1 names different: declaration 'obj' definition 'accessible'.
evolution-3.4.4/addressbook/gui/widgets/ea-minicard-view.c:248:34: style: Function 'ea_minicard_view_ref_child' argument 2 names different: declaration 'i' definition 'index'. [funcArgNamesDifferent]
evolution-3.4.4/addressbook/gui/widgets/ea-minicard-view.c:46:68: note: Function 'ea_minicard_view_ref_child' argument 2 names different: declaration 'i' definition 'index'.
evolution-3.4.4/addressbook/gui/widgets/ea-minicard-view.c:248:34: note: Function 'ea_minicard_view_ref_child' argument 2 names different: declaration 'i' definition 'index'.
evolution-3.4.4/addressbook/gui/widgets/ea-minicard-view.c:378:44: style: Function 'atk_action_interface_do_action' argument 1 names different: declaration 'iface' definition 'action'. [funcArgNamesDifferent]
evolution-3.4.4/addressbook/gui/widgets/ea-minicard-view.c:61:60: note: Function 'atk_action_interface_do_action' argument 1 names different: declaration 'iface' definition 'action'.
evolution-3.4.4/addressbook/gui/widgets/ea-minicard-view.c:378:44: note: Function 'atk_action_interface_do_action' argument 1 names different: declaration 'iface' definition 'action'.
evolution-3.4.4/addressbook/gui/widgets/ea-minicard.c:209:2: style: Variable 'state_set' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/addressbook/gui/widgets/ea-minicard.c:206:0: note: Variable 'state_set' is reassigned a value before the old one has been used.
evolution-3.4.4/addressbook/gui/widgets/ea-minicard.c:209:2: note: Variable 'state_set' is reassigned a value before the old one has been used.
evolution-3.4.4/addressbook/gui/widgets/ea-minicard.c:255:2: style: Variable 'minicard' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/addressbook/gui/widgets/ea-minicard.c:253:0: note: Variable 'minicard' is reassigned a value before the old one has been used.
evolution-3.4.4/addressbook/gui/widgets/ea-minicard.c:255:2: note: Variable 'minicard' is reassigned a value before the old one has been used.
evolution-3.4.4/addressbook/gui/widgets/ea-minicard.c:71:20: style: The scope of the variable 'factory' can be reduced. [variableScope]
evolution-3.4.4/addressbook/gui/widgets/ea-minicard.c:226:40: style: Function 'ea_minicard_get_n_children' argument 1 names different: declaration 'obj' definition 'accessible'. [funcArgNamesDifferent]
evolution-3.4.4/addressbook/gui/widgets/ea-minicard.c:44:52: note: Function 'ea_minicard_get_n_children' argument 1 names different: declaration 'obj' definition 'accessible'.
evolution-3.4.4/addressbook/gui/widgets/ea-minicard.c:226:40: note: Function 'ea_minicard_get_n_children' argument 1 names different: declaration 'obj' definition 'accessible'.
evolution-3.4.4/addressbook/gui/widgets/ea-minicard.c:232:35: style: Function 'ea_minicard_ref_child' argument 1 names different: declaration 'obj' definition 'accessible'. [funcArgNamesDifferent]
evolution-3.4.4/addressbook/gui/widgets/ea-minicard.c:46:38: note: Function 'ea_minicard_ref_child' argument 1 names different: declaration 'obj' definition 'accessible'.
evolution-3.4.4/addressbook/gui/widgets/ea-minicard.c:232:35: note: Function 'ea_minicard_ref_child' argument 1 names different: declaration 'obj' definition 'accessible'.
evolution-3.4.4/addressbook/gui/widgets/ea-minicard.c:233:29: style: Function 'ea_minicard_ref_child' argument 2 names different: declaration 'i' definition 'index'. [funcArgNamesDifferent]
evolution-3.4.4/addressbook/gui/widgets/ea-minicard.c:47:13: note: Function 'ea_minicard_ref_child' argument 2 names different: declaration 'i' definition 'index'.
evolution-3.4.4/addressbook/gui/widgets/ea-minicard.c:233:29: note: Function 'ea_minicard_ref_child' argument 2 names different: declaration 'i' definition 'index'.
evolution-3.4.4/addressbook/gui/widgets/ea-minicard.c:165:3: warning: The buffer 'name' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
evolution-3.4.4/addressbook/gui/widgets/eab-contact-display.c:429:9: style: The scope of the variable 'html' can be reduced. [variableScope]
evolution-3.4.4/addressbook/gui/widgets/eab-contact-display.c:1658:45: style: Function 'eab_contact_display_set_show_maps' argument 2 names different: declaration 'display_maps' definition 'show_maps'. [funcArgNamesDifferent]
evolution-3.4.4/addressbook/gui/widgets/eab-contact-display.h:99:17: note: Function 'eab_contact_display_set_show_maps' argument 2 names different: declaration 'display_maps' definition 'show_maps'.
evolution-3.4.4/addressbook/gui/widgets/eab-contact-display.c:1658:45: note: Function 'eab_contact_display_set_show_maps' argument 2 names different: declaration 'display_maps' definition 'show_maps'.
evolution-3.4.4/addressbook/gui/widgets/eab-contact-display.c:1066:5: style: Variable 'comma' is assigned a value that is never used. [unreadVariable]
evolution-3.4.4/addressbook/gui/widgets/eab-gui-util.c:716:14: style: Redundant condition: loc[0]. '!loc[0] || (loc[0] && !loc[1])' is equivalent to '!loc[0] || !loc[1]' [redundantCondition]
evolution-3.4.4/addressbook/gui/widgets/eab-gui-util.c:687:6: style: Condition '!locale' is always true [knownConditionTrueFalse]
evolution-3.4.4/addressbook/gui/widgets/eab-gui-util.c:685:11: note: Assignment 'locale=NULL', assigned value is 0
evolution-3.4.4/addressbook/gui/widgets/eab-gui-util.c:687:6: note: Condition '!locale' is always true
evolution-3.4.4/addressbook/gui/widgets/eab-gui-util.c:289:2: style: Variable 'except_source' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/addressbook/gui/widgets/eab-gui-util.c:287:0: note: Variable 'except_source' is reassigned a value before the old one has been used.
evolution-3.4.4/addressbook/gui/widgets/eab-gui-util.c:289:2: note: Variable 'except_source' is reassigned a value before the old one has been used.
evolution-3.4.4/addressbook/gui/widgets/eab-gui-util.c:727:9: error: Uninitialized variable: ret [uninitvar]
evolution-3.4.4/addressbook/importers/evolution-csv-importer.c:331:22: warning: Either the condition 'pptr!=NULL' is redundant or there is possible null pointer dereference: pptr. [nullPointerRedundantCheck]
evolution-3.4.4/addressbook/importers/evolution-csv-importer.c:333:29: note: Assuming that condition 'pptr!=NULL' is not redundant
evolution-3.4.4/addressbook/importers/evolution-csv-importer.c:331:22: note: Null pointer dereference
evolution-3.4.4/addressbook/importers/evolution-csv-importer.c:439:2: style: Variable 'home_address' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/addressbook/importers/evolution-csv-importer.c:433:0: note: Variable 'home_address' is reassigned a value before the old one has been used.
evolution-3.4.4/addressbook/importers/evolution-csv-importer.c:439:2: note: Variable 'home_address' is reassigned a value before the old one has been used.
evolution-3.4.4/addressbook/importers/evolution-csv-importer.c:440:2: style: Variable 'work_address' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/addressbook/importers/evolution-csv-importer.c:433:0: note: Variable 'work_address' is reassigned a value before the old one has been used.
evolution-3.4.4/addressbook/importers/evolution-csv-importer.c:440:2: note: Variable 'work_address' is reassigned a value before the old one has been used.
evolution-3.4.4/addressbook/importers/evolution-csv-importer.c:441:2: style: Variable 'other_address' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/addressbook/importers/evolution-csv-importer.c:433:0: note: Variable 'other_address' is reassigned a value before the old one has been used.
evolution-3.4.4/addressbook/importers/evolution-csv-importer.c:441:2: note: Variable 'other_address' is reassigned a value before the old one has been used.
evolution-3.4.4/addressbook/importers/evolution-csv-importer.c:442:2: style: Variable 'bday' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/addressbook/importers/evolution-csv-importer.c:434:0: note: Variable 'bday' is reassigned a value before the old one has been used.
evolution-3.4.4/addressbook/importers/evolution-csv-importer.c:442:2: note: Variable 'bday' is reassigned a value before the old one has been used.
evolution-3.4.4/addressbook/importers/evolution-csv-importer.c:427:28: style: The scope of the variable 'field_text' can be reduced. [variableScope]
evolution-3.4.4/addressbook/importers/evolution-ldif-importer.c:209:33: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR != '\0'' is always true. [redundantCondition]
evolution-3.4.4/addressbook/importers/evolution-ldif-importer.c:236:11: style: The scope of the variable 'ldif_value' can be reduced. [variableScope]
evolution-3.4.4/addressbook/importers/evolution-vcard-importer.c:871:10: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
evolution-3.4.4/addressbook/importers/evolution-vcard-importer.c:884:5: note: Found duplicate branches for 'if' and 'else'.
evolution-3.4.4/addressbook/importers/evolution-vcard-importer.c:871:10: note: Found duplicate branches for 'if' and 'else'.
evolution-3.4.4/addressbook/importers/evolution-vcard-importer.c:821:5: style: Variable 'have' is assigned a value that is never used. [unreadVariable]
evolution-3.4.4/addressbook/tools/evolution-addressbook-export-list-cards.c:292:16: style: The scope of the variable 'date' can be reduced. [variableScope]
evolution-3.4.4/addressbook/tools/evolution-addressbook-export-list-cards.c:488:9: style: The scope of the variable 'str_temp' can be reduced. [variableScope]
evolution-3.4.4/addressbook/tools/evolution-addressbook-export-list-cards.c:488:20: style: The scope of the variable 'str_temp_a' can be reduced. [variableScope]
evolution-3.4.4/addressbook/tools/evolution-addressbook-export-list-cards.c:635:9: style: The scope of the variable 'file_series_name' can be reduced. [variableScope]
evolution-3.4.4/addressbook/tools/evolution-addressbook-export-list-cards.c:484:56: style: Function 'delivery_address_get_sub_field' argument 1 names different: declaration 'delivery_address' definition 'address'. [funcArgNamesDifferent]
evolution-3.4.4/addressbook/tools/evolution-addressbook-export-list-cards.c:244:64: note: Function 'delivery_address_get_sub_field' argument 1 names different: declaration 'delivery_address' definition 'address'.
evolution-3.4.4/addressbook/tools/evolution-addressbook-export-list-cards.c:484:56: note: Function 'delivery_address_get_sub_field' argument 1 names different: declaration 'delivery_address' definition 'address'.
evolution-3.4.4/calendar/alarm-notify/alarm-notify-dialog.c:186:5: warning: Possible null pointer dereference: funcinfo [nullPointer]
evolution-3.4.4/calendar/alarm-notify/alarm-notify-dialog.c:176:28: note: Assignment 'funcinfo=NULL', assigned value is 0
evolution-3.4.4/calendar/alarm-notify/alarm-notify-dialog.c:186:5: note: Null pointer dereference
evolution-3.4.4/calendar/alarm-notify/alarm-notify-dialog.c:204:5: warning: Possible null pointer dereference: funcinfo [nullPointer]
evolution-3.4.4/calendar/alarm-notify/alarm-notify-dialog.c:194:28: note: Assignment 'funcinfo=NULL', assigned value is 0
evolution-3.4.4/calendar/alarm-notify/alarm-notify-dialog.c:204:5: note: Null pointer dereference
evolution-3.4.4/calendar/alarm-notify/alarm-notify-dialog.c:232:5: warning: Possible null pointer dereference: funcinfo [nullPointer]
evolution-3.4.4/calendar/alarm-notify/alarm-notify-dialog.c:217:28: note: Assignment 'funcinfo=NULL', assigned value is 0
evolution-3.4.4/calendar/alarm-notify/alarm-notify-dialog.c:232:5: note: Null pointer dereference
evolution-3.4.4/calendar/alarm-notify/alarm-notify-dialog.c:256:6: warning: Possible null pointer dereference: funcinfo [nullPointer]
evolution-3.4.4/calendar/alarm-notify/alarm-notify-dialog.c:248:29: note: Assignment 'funcinfo=NULL', assigned value is 0
evolution-3.4.4/calendar/alarm-notify/alarm-notify-dialog.c:256:6: note: Null pointer dereference
evolution-3.4.4/calendar/alarm-notify/alarm-notify-dialog.c:452:2: style: Variable 'funcinfo' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/calendar/alarm-notify/alarm-notify-dialog.c:438:0: note: Variable 'funcinfo' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/alarm-notify/alarm-notify-dialog.c:452:2: note: Variable 'funcinfo' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/alarm-notify/alarm-notify-dialog.c:462:2: style: Variable 'to_display' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/calendar/alarm-notify/alarm-notify-dialog.c:439:0: note: Variable 'to_display' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/alarm-notify/alarm-notify-dialog.c:462:2: note: Variable 'to_display' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/alarm-notify/alarm-notify-dialog.c:483:37: style: Function 'tree_selection_changed_cb' argument 2 names different: declaration 'data' definition 'user_data'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/alarm-notify/alarm-notify-dialog.c:86:17: note: Function 'tree_selection_changed_cb' argument 2 names different: declaration 'data' definition 'user_data'.
evolution-3.4.4/calendar/alarm-notify/alarm-notify-dialog.c:483:37: note: Function 'tree_selection_changed_cb' argument 2 names different: declaration 'data' definition 'user_data'.
evolution-3.4.4/calendar/alarm-notify/alarm-queue.c:1845:6: style: Condition '!flag' is always true [knownConditionTrueFalse]
evolution-3.4.4/calendar/alarm-notify/alarm-queue.c:1804:14: note: Assignment 'flag=0', assigned value is 0
evolution-3.4.4/calendar/alarm-notify/alarm-queue.c:1845:6: note: Condition '!flag' is always true
evolution-3.4.4/calendar/alarm-notify/alarm-queue.c:1451:4: style: Variable 'selection' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/calendar/alarm-notify/alarm-queue.c:1449:0: note: Variable 'selection' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/alarm-notify/alarm-queue.c:1451:4: note: Variable 'selection' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/alarm-notify/alarm-queue.c:1191:17: style: The scope of the variable 'model' can be reduced. [variableScope]
evolution-3.4.4/calendar/alarm-notify/alarm-queue.c:2407:30: style: The scope of the variable 'al_inst' can be reduced. [variableScope]
evolution-3.4.4/calendar/alarm-notify/alarm-queue.c:2351:28: style: Function 'update_cqa' argument 2 names different: declaration 'comp' definition 'newcomp'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/alarm-notify/alarm-queue.c:156:23: note: Function 'update_cqa' argument 2 names different: declaration 'comp' definition 'newcomp'.
evolution-3.4.4/calendar/alarm-notify/alarm-queue.c:2351:28: note: Function 'update_cqa' argument 2 names different: declaration 'comp' definition 'newcomp'.
evolution-3.4.4/calendar/gui/comp-util.c:589:55: style: Function 'cal_comp_selection_get_string_list' argument 1 names different: declaration 'data' definition 'selection_data'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/comp-util.h:70:63: note: Function 'cal_comp_selection_get_string_list' argument 1 names different: declaration 'data' definition 'selection_data'.
evolution-3.4.4/calendar/gui/comp-util.c:589:55: note: Function 'cal_comp_selection_get_string_list' argument 1 names different: declaration 'data' definition 'selection_data'.
evolution-3.4.4/calendar/gui/dialogs/alarm-dialog.c:372:17: style: The scope of the variable 'text_buffer' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/dialogs/alarm-dialog.c:510:17: style: The scope of the variable 'text_buffer' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/dialogs/alarm-dialog.c:955:15: style: The scope of the variable 'dir' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/dialogs/alarm-list-dialog.c:95:2: style: Variable 'read_only' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/calendar/gui/dialogs/alarm-list-dialog.c:93:0: note: Variable 'read_only' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/dialogs/alarm-list-dialog.c:95:2: note: Variable 'read_only' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/dialogs/calendar-setup.c:72:2: style: Variable 'valid' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/calendar/gui/dialogs/calendar-setup.c:67:0: note: Variable 'valid' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/dialogs/calendar-setup.c:72:2: note: Variable 'valid' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/dialogs/calendar-setup.c:240:2: style: Variable 'is_birthdays' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/calendar/gui/dialogs/calendar-setup.c:230:0: note: Variable 'is_birthdays' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/dialogs/calendar-setup.c:240:2: note: Variable 'is_birthdays' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/dialogs/calendar-setup.c:161:9: style: The scope of the variable 'markup' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/dialogs/calendar-setup.c:543:9: style: The scope of the variable 'xml' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/dialogs/calendar-setup.c:604:9: style: The scope of the variable 'xml' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/dialogs/calendar-setup.c:664:9: style: The scope of the variable 'xml' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/dialogs/changed-comp.c:45:38: style: Function 'changed_component_dialog' argument 1 names different: declaration 'window' definition 'parent'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/dialogs/changed-comp.h:29:47: note: Function 'changed_component_dialog' argument 1 names different: declaration 'window' definition 'parent'.
evolution-3.4.4/calendar/gui/dialogs/changed-comp.c:45:38: note: Function 'changed_component_dialog' argument 1 names different: declaration 'window' definition 'parent'.
evolution-3.4.4/calendar/gui/dialogs/comp-editor-util.c:50:41: style: Function 'comp_editor_dates' argument 1 names different: declaration 'date' definition 'dates'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/dialogs/comp-editor-util.h:33:46: note: Function 'comp_editor_dates' argument 1 names different: declaration 'date' definition 'dates'.
evolution-3.4.4/calendar/gui/dialogs/comp-editor-util.c:50:41: note: Function 'comp_editor_dates' argument 1 names different: declaration 'date' definition 'dates'.
evolution-3.4.4/calendar/gui/dialogs/comp-editor.c:952:6: style: Condition '!response' is always false [knownConditionTrueFalse]
evolution-3.4.4/calendar/gui/dialogs/comp-editor.c:936:23: note: Assignment 'response=1', assigned value is 1
evolution-3.4.4/calendar/gui/dialogs/comp-editor.c:952:6: note: Condition '!response' is always false
evolution-3.4.4/calendar/gui/dialogs/comp-editor.c:2983:9: style: The scope of the variable 'new_name' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/dialogs/comp-editor.c:3144:17: style: The scope of the variable 'param' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/dialogs/comp-editor.c:3175:20: style: The scope of the variable 'iter' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/dialogs/comp-editor.c:2320:38: style: Function 'comp_editor_set_group_item' argument 2 names different: declaration 'is_group_item' definition 'group_item'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/dialogs/comp-editor.h:118:17: note: Function 'comp_editor_set_group_item' argument 2 names different: declaration 'is_group_item' definition 'group_item'.
evolution-3.4.4/calendar/gui/dialogs/comp-editor.c:2320:38: note: Function 'comp_editor_set_group_item' argument 2 names different: declaration 'is_group_item' definition 'group_item'.
evolution-3.4.4/calendar/gui/dialogs/comp-editor.c:3317:36: style: Function 'comp_editor_edit_comp' argument 1 names different: declaration 'ee' definition 'editor'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/dialogs/comp-editor.h:172:43: note: Function 'comp_editor_edit_comp' argument 1 names different: declaration 'ee' definition 'editor'.
evolution-3.4.4/calendar/gui/dialogs/comp-editor.c:3317:36: note: Function 'comp_editor_edit_comp' argument 1 names different: declaration 'ee' definition 'editor'.
evolution-3.4.4/calendar/gui/dialogs/comp-editor.c:3560:32: style: Function 'obj_modified_cb' argument 2 names different: declaration 'objs' definition 'objects'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/dialogs/comp-editor.c:216:22: note: Function 'obj_modified_cb' argument 2 names different: declaration 'objs' definition 'objects'.
evolution-3.4.4/calendar/gui/dialogs/comp-editor.c:3560:32: note: Function 'obj_modified_cb' argument 2 names different: declaration 'objs' definition 'objects'.
evolution-3.4.4/calendar/gui/dialogs/copy-source-dialog.c:235:42: style: Function 'copy_source_dialog' argument 3 names different: declaration 'type' definition 'obj_type'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/dialogs/copy-source-dialog.h:36:29: note: Function 'copy_source_dialog' argument 3 names different: declaration 'type' definition 'obj_type'.
evolution-3.4.4/calendar/gui/dialogs/copy-source-dialog.c:235:42: note: Function 'copy_source_dialog' argument 3 names different: declaration 'type' definition 'obj_type'.
evolution-3.4.4/calendar/gui/dialogs/delete-comp.c:169:2: style: Variable 'active' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/calendar/gui/dialogs/delete-comp.c:166:0: note: Variable 'active' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/dialogs/delete-comp.c:169:2: note: Variable 'active' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/dialogs/delete-comp.c:185:2: style: Variable 'type' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/calendar/gui/dialogs/delete-comp.c:180:0: note: Variable 'type' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/dialogs/delete-comp.c:185:2: note: Variable 'type' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/dialogs/e-delegate-dialog.c:103:47: style: Function 'e_delegate_dialog_construct' argument 1 names different: declaration 'etd' definition 'edd'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/dialogs/e-delegate-dialog.h:65:49: note: Function 'e_delegate_dialog_construct' argument 1 names different: declaration 'etd' definition 'edd'.
evolution-3.4.4/calendar/gui/dialogs/e-delegate-dialog.c:103:47: note: Function 'e_delegate_dialog_construct' argument 1 names different: declaration 'etd' definition 'edd'.
evolution-3.4.4/calendar/gui/dialogs/e-delegate-dialog.c:226:50: style: Function 'e_delegate_dialog_get_delegate' argument 1 names different: declaration 'etd' definition 'edd'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/dialogs/e-delegate-dialog.h:71:59: note: Function 'e_delegate_dialog_get_delegate' argument 1 names different: declaration 'etd' definition 'edd'.
evolution-3.4.4/calendar/gui/dialogs/e-delegate-dialog.c:226:50: note: Function 'e_delegate_dialog_get_delegate' argument 1 names different: declaration 'etd' definition 'edd'.
evolution-3.4.4/calendar/gui/dialogs/e-delegate-dialog.c:256:55: style: Function 'e_delegate_dialog_get_delegate_name' argument 1 names different: declaration 'etd' definition 'edd'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/dialogs/e-delegate-dialog.h:73:25: note: Function 'e_delegate_dialog_get_delegate_name' argument 1 names different: declaration 'etd' definition 'edd'.
evolution-3.4.4/calendar/gui/dialogs/e-delegate-dialog.c:256:55: note: Function 'e_delegate_dialog_get_delegate_name' argument 1 names different: declaration 'etd' definition 'edd'.
evolution-3.4.4/calendar/gui/dialogs/e-delegate-dialog.c:286:50: style: Function 'e_delegate_dialog_get_toplevel' argument 1 names different: declaration 'etd' definition 'edd'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/dialogs/e-delegate-dialog.h:76:62: note: Function 'e_delegate_dialog_get_toplevel' argument 1 names different: declaration 'etd' definition 'edd'.
evolution-3.4.4/calendar/gui/dialogs/e-delegate-dialog.c:286:50: note: Function 'e_delegate_dialog_get_toplevel' argument 1 names different: declaration 'etd' definition 'edd'.
evolution-3.4.4/calendar/gui/dialogs/e-send-options-utils.c:46:2: style: Variable 'gopts' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/calendar/gui/dialogs/e-send-options-utils.c:39:0: note: Variable 'gopts' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/dialogs/e-send-options-utils.c:46:2: note: Variable 'gopts' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/dialogs/event-editor.c:295:13: style: The scope of the variable 'alarm_page' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/dialogs/event-editor.c:296:13: style: The scope of the variable 'attendee_page' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/dialogs/event-page.c:838:68: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
evolution-3.4.4/calendar/gui/dialogs/event-page.c:2421:46: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
evolution-3.4.4/calendar/gui/dialogs/event-page.c:1368:18: style: Condition 'COMP_EDITOR_NEW_ITEM' is always true [knownConditionTrueFalse]
evolution-3.4.4/calendar/gui/dialogs/event-page.c:2196:2: style: Variable 'model' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/calendar/gui/dialogs/event-page.c:2189:0: note: Variable 'model' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/dialogs/event-page.c:2196:2: note: Variable 'model' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/dialogs/event-page.c:2184:20: style: The scope of the variable 'ia' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/dialogs/event-page.c:2746:16: style: The scope of the variable 'start_zone' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/dialogs/event-page.c:2913:11: style: The scope of the variable 'source' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/dialogs/event-page.c:3068:18: style: The scope of the variable 'icalcomp' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/dialogs/event-page.c:3069:17: style: The scope of the variable 'icalprop' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/dialogs/memo-page.c:609:17: style: Condition 'attendee==NULL' is always true [knownConditionTrueFalse]
evolution-3.4.4/calendar/gui/dialogs/memo-page.c:605:28: note: Assignment 'attendee=NULL', assigned value is 0
evolution-3.4.4/calendar/gui/dialogs/memo-page.c:609:17: note: Condition 'attendee==NULL' is always true
evolution-3.4.4/calendar/gui/dialogs/memo-page.c:686:2: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/calendar/gui/dialogs/memo-page.c:680:2: note: Variable 'str' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/dialogs/memo-page.c:686:2: note: Variable 'str' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/dialogs/memo-page.c:609:17: style: Same expression on both sides of '==' because the value of 'attendee' and 'NULL' are the same. [duplicateExpression]
evolution-3.4.4/calendar/gui/dialogs/memo-page.c:605:28: note: 'attendee' is assigned value 'NULL' here.
evolution-3.4.4/calendar/gui/dialogs/memo-page.c:609:17: note: Same expression on both sides of '==' because the value of 'attendee' and 'NULL' are the same.
evolution-3.4.4/calendar/gui/dialogs/memo-page.c:531:17: style: The scope of the variable 'icalcomp' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/dialogs/memo-page.c:532:16: style: The scope of the variable 'icalprop' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/dialogs/memo-page.c:1221:32: style: Function 'memo_page_construct' argument 1 names different: declaration 'epage' definition 'mpage'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/dialogs/memo-page.h:68:44: note: Function 'memo_page_construct' argument 1 names different: declaration 'epage' definition 'mpage'.
evolution-3.4.4/calendar/gui/dialogs/memo-page.c:1221:32: note: Function 'memo_page_construct' argument 1 names different: declaration 'epage' definition 'mpage'.
evolution-3.4.4/calendar/gui/dialogs/recurrence-page.c:552:13: style: The scope of the variable 'label' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/dialogs/recurrence-page.c:2050:3: style: Variable 'icaltime' is assigned a value that is never used. [unreadVariable]
evolution-3.4.4/calendar/gui/dialogs/schedule-page.c:378:40: style: Function 'schedule_page_construct' argument 1 names different: declaration 'mpage' definition 'spage'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/dialogs/schedule-page.h:68:56: note: Function 'schedule_page_construct' argument 1 names different: declaration 'mpage' definition 'spage'.
evolution-3.4.4/calendar/gui/dialogs/schedule-page.c:378:40: note: Function 'schedule_page_construct' argument 1 names different: declaration 'mpage' definition 'spage'.
evolution-3.4.4/calendar/gui/dialogs/select-source-dialog.c:39:44: style: Function 'select_source_dialog' argument 2 names different: declaration 'type' definition 'obj_type'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/dialogs/select-source-dialog.h:34:29: note: Function 'select_source_dialog' argument 2 names different: declaration 'type' definition 'obj_type'.
evolution-3.4.4/calendar/gui/dialogs/select-source-dialog.c:39:44: note: Function 'select_source_dialog' argument 2 names different: declaration 'type' definition 'obj_type'.
evolution-3.4.4/calendar/gui/dialogs/task-details-page.c:513:2: style: Variable 'completed_tt' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/calendar/gui/dialogs/task-details-page.c:509:0: note: Variable 'completed_tt' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/dialogs/task-details-page.c:513:2: note: Variable 'completed_tt' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/dialogs/task-page.c:1256:2: style: Variable 'model' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/calendar/gui/dialogs/task-page.c:1249:0: note: Variable 'model' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/dialogs/task-page.c:1256:2: note: Variable 'model' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/dialogs/task-page.c:1244:20: style: The scope of the variable 'ia' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/dialogs/task-page.c:1874:11: style: The scope of the variable 'source' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/dialogs/task-page.c:2121:32: style: Function 'task_page_construct' argument 1 names different: declaration 'epage' definition 'tpage'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/dialogs/task-page.h:73:44: note: Function 'task_page_construct' argument 1 names different: declaration 'epage' definition 'tpage'.
evolution-3.4.4/calendar/gui/dialogs/task-page.c:2121:32: note: Function 'task_page_construct' argument 1 names different: declaration 'epage' definition 'tpage'.
evolution-3.4.4/calendar/gui/dialogs/task-page.c:2122:37: style: Function 'task_page_construct' argument 2 names different: declaration 'model' definition 'meeting_store'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/dialogs/task-page.h:74:23: note: Function 'task_page_construct' argument 2 names different: declaration 'model' definition 'meeting_store'.
evolution-3.4.4/calendar/gui/dialogs/task-page.c:2122:37: note: Function 'task_page_construct' argument 2 names different: declaration 'model' definition 'meeting_store'.
evolution-3.4.4/calendar/gui/e-alarm-list.c:528:56: warning: Either the condition 'iter!=NULL' is redundant or there is possible null pointer dereference: iter. [nullPointerRedundantCheck]
evolution-3.4.4/calendar/gui/e-alarm-list.c:529:20: note: Assuming that condition 'iter!=NULL' is not redundant
evolution-3.4.4/calendar/gui/e-alarm-list.c:528:56: note: Null pointer dereference
evolution-3.4.4/calendar/gui/e-alarm-list.c:352:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/e-alarm-list.c:246:51: style: Function 'e_alarm_list_set_alarm' argument 3 names different: declaration 'datetime' definition 'alarm'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/e-alarm-list.h:74:34: note: Function 'e_alarm_list_set_alarm' argument 3 names different: declaration 'datetime' definition 'alarm'.
evolution-3.4.4/calendar/gui/e-alarm-list.c:246:51: note: Function 'e_alarm_list_set_alarm' argument 3 names different: declaration 'datetime' definition 'alarm'.
evolution-3.4.4/calendar/gui/e-alarm-list.c:261:48: style: Function 'e_alarm_list_append' argument 3 names different: declaration 'datetime' definition 'alarm'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/e-alarm-list.h:76:34: note: Function 'e_alarm_list_append' argument 3 names different: declaration 'datetime' definition 'alarm'.
evolution-3.4.4/calendar/gui/e-alarm-list.c:261:48: note: Function 'e_alarm_list_append' argument 3 names different: declaration 'datetime' definition 'alarm'.
evolution-3.4.4/calendar/gui/e-cal-list-view.c:416:16: style: The scope of the variable 'zone' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/e-cal-list-view.c:317:33: style: Function 'e_cal_list_view_new' argument 1 names different: declaration 'cal_model' definition 'model'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/e-cal-list-view.h:88:50: note: Function 'e_cal_list_view_new' argument 1 names different: declaration 'cal_model' definition 'model'.
evolution-3.4.4/calendar/gui/e-cal-list-view.c:317:33: note: Function 'e_cal_list_view_new' argument 1 names different: declaration 'cal_model' definition 'model'.
evolution-3.4.4/calendar/gui/e-cal-model-tasks.c:1413:22: style: The scope of the variable 'comp_data' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/e-cal-model.c:3829:5: style: Variable 'tzid' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/calendar/gui/e-cal-model.c:3826:0: note: Variable 'tzid' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/e-cal-model.c:3829:5: note: Variable 'tzid' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/e-cal-model.c:3854:5: style: Variable 'tzid' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/calendar/gui/e-cal-model.c:3851:0: note: Variable 'tzid' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/e-cal-model.c:3854:5: note: Variable 'tzid' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/e-cal-model.c:2348:23: style: The scope of the variable 'comp_data' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/e-cal-model.c:1807:48: style: Function 'e_cal_model_set_default_category' argument 2 names different: declaration 'default_cat' definition 'default_category'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/e-cal-model.h:199:21: note: Function 'e_cal_model_set_default_category' argument 2 names different: declaration 'default_cat' definition 'default_category'.
evolution-3.4.4/calendar/gui/e-cal-model.c:1807:48: note: Function 'e_cal_model_set_default_category' argument 2 names different: declaration 'default_cat' definition 'default_category'.
evolution-3.4.4/calendar/gui/e-cal-model.c:1825:49: style: Function 'e_cal_model_set_default_reminder_interval' argument 2 names different: declaration 'def_reminder_interval' definition 'default_reminder_interval'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/e-cal-model.h:204:13: note: Function 'e_cal_model_set_default_reminder_interval' argument 2 names different: declaration 'def_reminder_interval' definition 'default_reminder_interval'.
evolution-3.4.4/calendar/gui/e-cal-model.c:1825:49: note: Function 'e_cal_model_set_default_reminder_interval' argument 2 names different: declaration 'def_reminder_interval' definition 'default_reminder_interval'.
evolution-3.4.4/calendar/gui/e-cal-model.c:1844:55: style: Function 'e_cal_model_set_default_reminder_units' argument 2 names different: declaration 'def_reminder_units' definition 'default_reminder_units'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/e-cal-model.h:209:22: note: Function 'e_cal_model_set_default_reminder_units' argument 2 names different: declaration 'def_reminder_units' definition 'default_reminder_units'.
evolution-3.4.4/calendar/gui/e-cal-model.c:1844:55: note: Function 'e_cal_model_set_default_reminder_units' argument 2 names different: declaration 'def_reminder_units' definition 'default_reminder_units'.
evolution-3.4.4/calendar/gui/e-cal-model.c:1863:46: style: Function 'e_cal_model_set_use_24_hour_format' argument 2 names different: declaration 'use24' definition 'use_24_hour_format'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/e-cal-model.h:214:17: note: Function 'e_cal_model_set_use_24_hour_format' argument 2 names different: declaration 'use24' definition 'use_24_hour_format'.
evolution-3.4.4/calendar/gui/e-cal-model.c:1863:46: note: Function 'e_cal_model_set_use_24_hour_format' argument 2 names different: declaration 'use24' definition 'use_24_hour_format'.
evolution-3.4.4/calendar/gui/e-cal-model.c:1889:48: style: Function 'e_cal_model_set_use_default_reminder' argument 2 names different: declaration 'use_def_reminder' definition 'use_default_reminder'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/e-cal-model.h:219:17: note: Function 'e_cal_model_set_use_default_reminder' argument 2 names different: declaration 'use_def_reminder' definition 'use_default_reminder'.
evolution-3.4.4/calendar/gui/e-cal-model.c:1889:48: note: Function 'e_cal_model_set_use_default_reminder' argument 2 names different: declaration 'use_def_reminder' definition 'use_default_reminder'.
evolution-3.4.4/calendar/gui/e-cal-model.c:3039:37: style: Function 'e_cal_model_add_client' argument 2 names different: declaration 'cal_client' definition 'client'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/e-cal-model.h:250:20: note: Function 'e_cal_model_add_client' argument 2 names different: declaration 'cal_client' definition 'client'.
evolution-3.4.4/calendar/gui/e-cal-model.c:3039:37: note: Function 'e_cal_model_add_client' argument 2 names different: declaration 'cal_client' definition 'client'.
evolution-3.4.4/calendar/gui/e-cal-model.c:3116:40: style: Function 'e_cal_model_remove_client' argument 2 names different: declaration 'cal_client' definition 'client'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/e-cal-model.h:252:20: note: Function 'e_cal_model_remove_client' argument 2 names different: declaration 'cal_client' definition 'client'.
evolution-3.4.4/calendar/gui/e-cal-model.c:3116:40: note: Function 'e_cal_model_remove_client' argument 2 names different: declaration 'cal_client' definition 'client'.
evolution-3.4.4/calendar/gui/e-calendar-selector.c:189:11: style: Same expression on both sides of '!=' because the value of 'path' and 'NULL' are the same. [duplicateExpression]
evolution-3.4.4/calendar/gui/e-calendar-selector.c:161:22: note: 'path' is assigned value 'NULL' here.
evolution-3.4.4/calendar/gui/e-calendar-selector.c:189:11: note: Same expression on both sides of '!=' because the value of 'path' and 'NULL' are the same.
evolution-3.4.4/calendar/gui/e-calendar-view.c:122:2: style: Variable 'icalcomp' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/calendar/gui/e-calendar-view.c:119:0: note: Variable 'icalcomp' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/e-calendar-view.c:122:2: note: Variable 'icalcomp' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/e-calendar-view.c:200:4: style: Variable 'icalcomp' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/calendar/gui/e-calendar-view.c:196:0: note: Variable 'icalcomp' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/e-calendar-view.c:200:4: note: Variable 'icalcomp' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/e-calendar-view.c:743:5: style: Variable 'found' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/calendar/gui/e-calendar-view.c:740:0: note: Variable 'found' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/e-calendar-view.c:743:5: note: Variable 'found' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/e-calendar-view.c:768:6: style: Variable 'rid' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/calendar/gui/e-calendar-view.c:764:0: note: Variable 'rid' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/e-calendar-view.c:768:6: note: Variable 'rid' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/e-calendar-view.c:1364:4: style: Variable 'icalcomp' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/calendar/gui/e-calendar-view.c:1360:0: note: Variable 'icalcomp' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/e-calendar-view.c:1364:4: note: Variable 'icalcomp' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/e-calendar-view.c:1393:3: style: Variable 'is_instance' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/calendar/gui/e-calendar-view.c:1389:0: note: Variable 'is_instance' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/e-calendar-view.c:1393:3: note: Variable 'is_instance' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/e-calendar-view.c:1682:17: style: The scope of the variable 'comp' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/e-calendar-view.c:1000:45: style: Function 'e_calendar_view_popup_event' argument 1 names different: declaration 'cal_view' definition 'calendar_view'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/e-calendar-view.h:217:51: note: Function 'e_calendar_view_popup_event' argument 1 names different: declaration 'cal_view' definition 'calendar_view'.
evolution-3.4.4/calendar/gui/e-calendar-view.c:1000:45: note: Function 'e_calendar_view_popup_event' argument 1 names different: declaration 'cal_view' definition 'calendar_view'.
evolution-3.4.4/calendar/gui/e-calendar-view.c:2119:56: style: Function 'e_calendar_view_get_icalcomponent_summary' argument 1 names different: declaration 'ecal' definition 'client'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/e-calendar-view.h:258:20: note: Function 'e_calendar_view_get_icalcomponent_summary' argument 1 names different: declaration 'ecal' definition 'client'.
evolution-3.4.4/calendar/gui/e-calendar-view.c:2119:56: note: Function 'e_calendar_view_get_icalcomponent_summary' argument 1 names different: declaration 'ecal' definition 'client'.
evolution-3.4.4/calendar/gui/e-calendar-view.c:2227:38: style: Function 'get_today_background' argument 1 names different: declaration 'event_background' definition 'base_background'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/e-calendar-view.h:272:42: note: Function 'get_today_background' argument 1 names different: declaration 'event_background' definition 'base_background'.
evolution-3.4.4/calendar/gui/e-calendar-view.c:2227:38: note: Function 'get_today_background' argument 1 names different: declaration 'event_background' definition 'base_background'.
evolution-3.4.4/calendar/gui/e-date-time-list.c:310:60: warning: Either the condition 'iter!=NULL' is redundant or there is possible null pointer dereference: iter. [nullPointerRedundantCheck]
evolution-3.4.4/calendar/gui/e-date-time-list.c:311:20: note: Assuming that condition 'iter!=NULL' is not redundant
evolution-3.4.4/calendar/gui/e-date-time-list.c:310:60: note: Null pointer dereference
evolution-3.4.4/calendar/gui/e-day-view-layout.c:63:17: style: The scope of the variable 'event' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/e-day-view-layout.c:339:40: style: Function 'e_day_view_find_long_event_days' argument 4 names different: declaration 'start_day' definition 'start_day_return'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/e-day-view-layout.h:48:15: note: Function 'e_day_view_find_long_event_days' argument 4 names different: declaration 'start_day' definition 'start_day_return'.
evolution-3.4.4/calendar/gui/e-day-view-layout.c:339:40: note: Function 'e_day_view_find_long_event_days' argument 4 names different: declaration 'start_day' definition 'start_day_return'.
evolution-3.4.4/calendar/gui/e-day-view-layout.c:340:40: style: Function 'e_day_view_find_long_event_days' argument 5 names different: declaration 'end_day' definition 'end_day_return'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/e-day-view-layout.h:49:15: note: Function 'e_day_view_find_long_event_days' argument 5 names different: declaration 'end_day' definition 'end_day_return'.
evolution-3.4.4/calendar/gui/e-day-view-layout.c:340:40: note: Function 'e_day_view_find_long_event_days' argument 5 names different: declaration 'end_day' definition 'end_day_return'.
evolution-3.4.4/calendar/gui/e-day-view-main-item.c:208:9: style: The scope of the variable 'end_regsizeime' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/e-day-view-time-item.c:727:2: warning: Either the condition 'user_data!=NULL' is redundant or there is possible null pointer dereference: time_item. [nullPointerRedundantCheck]
evolution-3.4.4/calendar/gui/e-day-view-time-item.c:723:30: note: Assuming that condition 'user_data!=NULL' is not redundant
evolution-3.4.4/calendar/gui/e-day-view-time-item.c:719:32: note: Assignment 'time_item=user_data', assigned value is 0
evolution-3.4.4/calendar/gui/e-day-view-time-item.c:727:2: note: Null pointer dereference
evolution-3.4.4/calendar/gui/e-day-view-time-item.c:1005:9: warning: Either the condition 'user_data!=NULL' is redundant or there is possible null pointer dereference: time_item. [nullPointerRedundantCheck]
evolution-3.4.4/calendar/gui/e-day-view-time-item.c:723:30: note: Assuming that condition 'user_data!=NULL' is not redundant
evolution-3.4.4/calendar/gui/e-day-view-time-item.c:719:32: note: Assignment 'time_item=user_data', assigned value is 0
evolution-3.4.4/calendar/gui/e-day-view-time-item.c:731:48: note: Calling function 'e_day_view_time_item_get_day_view', 1st argument 'time_item' value is 0
evolution-3.4.4/calendar/gui/e-day-view-time-item.c:1005:9: note: Null pointer dereference
evolution-3.4.4/calendar/gui/e-day-view-time-item.c:1083:2: warning: Either the condition 'user_data!=NULL' is redundant or there is possible null pointer dereference: time_item. [nullPointerRedundantCheck]
evolution-3.4.4/calendar/gui/e-day-view-time-item.c:723:30: note: Assuming that condition 'user_data!=NULL' is not redundant
evolution-3.4.4/calendar/gui/e-day-view-time-item.c:719:32: note: Assignment 'time_item=user_data', assigned value is 0
evolution-3.4.4/calendar/gui/e-day-view-time-item.c:734:42: note: Calling function 'e_day_view_time_item_get_column_width', 1st argument 'time_item' value is 0
evolution-3.4.4/calendar/gui/e-day-view-time-item.c:1083:2: note: Null pointer dereference
evolution-3.4.4/calendar/gui/e-day-view-time-item.c:1086:6: warning: Either the condition 'user_data!=NULL' is redundant or there is possible null pointer dereference: time_item. [nullPointerRedundantCheck]
evolution-3.4.4/calendar/gui/e-day-view-time-item.c:723:30: note: Assuming that condition 'user_data!=NULL' is not redundant
evolution-3.4.4/calendar/gui/e-day-view-time-item.c:719:32: note: Assignment 'time_item=user_data', assigned value is 0
evolution-3.4.4/calendar/gui/e-day-view-time-item.c:734:42: note: Calling function 'e_day_view_time_item_get_column_width', 1st argument 'time_item' value is 0
evolution-3.4.4/calendar/gui/e-day-view-time-item.c:1086:6: note: Null pointer dereference
evolution-3.4.4/calendar/gui/e-day-view-time-item.c:1090:9: warning: Either the condition 'user_data!=NULL' is redundant or there is possible null pointer dereference: time_item. [nullPointerRedundantCheck]
evolution-3.4.4/calendar/gui/e-day-view-time-item.c:723:30: note: Assuming that condition 'user_data!=NULL' is not redundant
evolution-3.4.4/calendar/gui/e-day-view-time-item.c:719:32: note: Assignment 'time_item=user_data', assigned value is 0
evolution-3.4.4/calendar/gui/e-day-view-time-item.c:734:42: note: Calling function 'e_day_view_time_item_get_column_width', 1st argument 'time_item' value is 0
evolution-3.4.4/calendar/gui/e-day-view-time-item.c:1090:9: note: Null pointer dereference
evolution-3.4.4/calendar/gui/e-day-view-time-item.c:632:45: style: Function 'e_day_view_time_item_draw' argument 1 names different: declaration 'item' definition 'canvas_item'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/e-day-view-time-item.c:78:57: note: Function 'e_day_view_time_item_draw' argument 1 names different: declaration 'item' definition 'canvas_item'.
evolution-3.4.4/calendar/gui/e-day-view-time-item.c:632:45: note: Function 'e_day_view_time_item_draw' argument 1 names different: declaration 'item' definition 'canvas_item'.
evolution-3.4.4/calendar/gui/e-day-view-top-item.c:574:15: style: The scope of the variable 'layout' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/e-day-view.c:3547:41: warning: Either the condition 'if(event&&(!event->is_editable||e_client_is_readonly(E_CLIENT(event->comp_data->client))))' is redundant or there is possible null pointer dereference: event. [nullPointerRedundantCheck]
evolution-3.4.4/calendar/gui/e-day-view.c:3551:6: note: Assuming that condition 'if(event&&(!event->is_editable||e_client_is_readonly(E_CLIENT(event->comp_data->client))))' is not redundant
evolution-3.4.4/calendar/gui/e-day-view.c:3547:41: note: Null pointer dereference
evolution-3.4.4/calendar/gui/e-day-view.c:3548:46: warning: Either the condition 'if(event&&(!event->is_editable||e_client_is_readonly(E_CLIENT(event->comp_data->client))))' is redundant or there is possible null pointer dereference: event. [nullPointerRedundantCheck]
evolution-3.4.4/calendar/gui/e-day-view.c:3551:6: note: Assuming that condition 'if(event&&(!event->is_editable||e_client_is_readonly(E_CLIENT(event->comp_data->client))))' is not redundant
evolution-3.4.4/calendar/gui/e-day-view.c:3548:46: note: Null pointer dereference
evolution-3.4.4/calendar/gui/e-day-view.c:6276:14: warning: Either the condition 'event' is redundant or there is possible null pointer dereference: event. [nullPointerRedundantCheck]
evolution-3.4.4/calendar/gui/e-day-view.c:6265:38: note: Assuming that condition 'event' is not redundant
evolution-3.4.4/calendar/gui/e-day-view.c:6276:14: note: Null pointer dereference
evolution-3.4.4/calendar/gui/e-day-view.c:767:2: style: Variable 'uid' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/calendar/gui/e-day-view.c:758:0: note: Variable 'uid' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/e-day-view.c:767:2: note: Variable 'uid' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/e-day-view.c:879:3: style: Variable 'uid' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/calendar/gui/e-day-view.c:876:0: note: Variable 'uid' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/e-day-view.c:879:3: note: Variable 'uid' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/e-day-view.c:5368:2: style: Variable 'handled' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/calendar/gui/e-day-view.c:5367:0: note: Variable 'handled' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/e-day-view.c:5368:2: note: Variable 'handled' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/e-day-view.c:3440:13: style: The scope of the variable 'layout' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/e-day-view.c:3441:13: style: The scope of the variable 'window' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/e-day-view.c:3523:13: style: The scope of the variable 'layout' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/e-day-view.c:3524:13: style: The scope of the variable 'window' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/e-day-view.c:3863:18: style: The scope of the variable 'target_list' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/e-day-view.c:3985:18: style: The scope of the variable 'target_list' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/e-day-view.c:4530:17: style: The scope of the variable 'event' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/e-day-view.c:4732:17: style: The scope of the variable 'event' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/e-day-view.c:7304:17: style: The scope of the variable 'event' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/e-day-view.c:7519:9: style: The scope of the variable 'text' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/e-day-view.c:7592:16: style: The scope of the variable 'summary' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/e-day-view.c:7669:9: style: The scope of the variable 'text' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/e-day-view.c:7762:16: style: The scope of the variable 'summary' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/e-day-view.c:3516:44: style: Function 'e_day_view_on_event_click' argument 4 names different: declaration 'event' definition 'bevent'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/e-day-view.c:244:29: note: Function 'e_day_view_on_event_click' argument 4 names different: declaration 'event' definition 'bevent'.
evolution-3.4.4/calendar/gui/e-day-view.c:3516:44: note: Function 'e_day_view_on_event_click' argument 4 names different: declaration 'event' definition 'bevent'.
evolution-3.4.4/calendar/gui/e-day-view.c:3818:50: style: Function 'e_day_view_on_top_canvas_motion' argument 2 names different: declaration 'event' definition 'mevent'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/e-day-view.c:186:24: note: Function 'e_day_view_on_top_canvas_motion' argument 2 names different: declaration 'event' definition 'mevent'.
evolution-3.4.4/calendar/gui/e-day-view.c:3818:50: note: Function 'e_day_view_on_top_canvas_motion' argument 2 names different: declaration 'event' definition 'mevent'.
evolution-3.4.4/calendar/gui/e-day-view.c:3932:51: style: Function 'e_day_view_on_main_canvas_motion' argument 2 names different: declaration 'event' definition 'mevent'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/e-day-view.c:207:25: note: Function 'e_day_view_on_main_canvas_motion' argument 2 names different: declaration 'event' definition 'mevent'.
evolution-3.4.4/calendar/gui/e-day-view.c:3932:51: note: Function 'e_day_view_on_main_canvas_motion' argument 2 names different: declaration 'event' definition 'mevent'.
evolution-3.4.4/calendar/gui/e-day-view.c:5692:38: style: Function 'e_day_view_get_next_tab_event' argument 3 names different: declaration 'day' definition 'day_out'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/e-day-view.c:128:19: note: Function 'e_day_view_get_next_tab_event' argument 3 names different: declaration 'day' definition 'day_out'.
evolution-3.4.4/calendar/gui/e-day-view.c:5692:38: note: Function 'e_day_view_get_next_tab_event' argument 3 names different: declaration 'day' definition 'day_out'.
evolution-3.4.4/calendar/gui/e-day-view.c:5693:38: style: Function 'e_day_view_get_next_tab_event' argument 4 names different: declaration 'event_num' definition 'event_num_out'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/e-day-view.c:128:30: note: Function 'e_day_view_get_next_tab_event' argument 4 names different: declaration 'event_num' definition 'event_num_out'.
evolution-3.4.4/calendar/gui/e-day-view.c:5693:38: note: Function 'e_day_view_get_next_tab_event' argument 4 names different: declaration 'event_num' definition 'event_num_out'.
evolution-3.4.4/calendar/gui/e-day-view.c:7957:64: style: Function 'e_day_view_on_top_canvas_drag_data_received' argument 5 names different: declaration 'data' definition 'selection_data'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/e-day-view.c:394:27: note: Function 'e_day_view_on_top_canvas_drag_data_received' argument 5 names different: declaration 'data' definition 'selection_data'.
evolution-3.4.4/calendar/gui/e-day-view.c:7957:64: note: Function 'e_day_view_on_top_canvas_drag_data_received' argument 5 names different: declaration 'data' definition 'selection_data'.
evolution-3.4.4/calendar/gui/e-day-view.c:8205:65: style: Function 'e_day_view_on_main_canvas_drag_data_received' argument 5 names different: declaration 'data' definition 'selection_data'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/e-day-view.c:402:28: note: Function 'e_day_view_on_main_canvas_drag_data_received' argument 5 names different: declaration 'data' definition 'selection_data'.
evolution-3.4.4/calendar/gui/e-day-view.c:8205:65: note: Function 'e_day_view_on_main_canvas_drag_data_received' argument 5 names different: declaration 'data' definition 'selection_data'.
evolution-3.4.4/calendar/gui/e-day-view.c:8525:39: style: Function 'e_day_view_paste_text' argument 1 names different: declaration 'day_view' definition 'cal_view'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/e-day-view.c:146:51: note: Function 'e_day_view_paste_text' argument 1 names different: declaration 'day_view' definition 'cal_view'.
evolution-3.4.4/calendar/gui/e-day-view.c:8525:39: note: Function 'e_day_view_paste_text' argument 1 names different: declaration 'day_view' definition 'cal_view'.
evolution-3.4.4/calendar/gui/e-meeting-attendee.c:101:39: style: Function 'e_meeting_attendee_finalize' argument 1 names different: declaration 'obj' definition 'object'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/e-meeting-attendee.c:75:51: note: Function 'e_meeting_attendee_finalize' argument 1 names different: declaration 'obj' definition 'object'.
evolution-3.4.4/calendar/gui/e-meeting-attendee.c:101:39: note: Function 'e_meeting_attendee_finalize' argument 1 names different: declaration 'obj' definition 'object'.
evolution-3.4.4/calendar/gui/e-meeting-list-view.c:835:9: warning: Either the condition 'emlv!=NULL' is redundant or there is possible null pointer dereference: emlv. [nullPointerRedundantCheck]
evolution-3.4.4/calendar/gui/e-meeting-list-view.c:837:25: note: Assuming that condition 'emlv!=NULL' is not redundant
evolution-3.4.4/calendar/gui/e-meeting-list-view.c:835:9: note: Null pointer dereference
evolution-3.4.4/calendar/gui/e-meeting-list-view.c:270:2: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/calendar/gui/e-meeting-list-view.c:265:0: note: Variable 'i' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/e-meeting-list-view.c:270:2: note: Variable 'i' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/e-meeting-list-view.c:294:2: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/calendar/gui/e-meeting-list-view.c:289:0: note: Variable 'i' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/e-meeting-list-view.c:294:2: note: Variable 'i' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/e-meeting-list-view.c:298:2: style: Variable 'madd' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/calendar/gui/e-meeting-list-view.c:287:0: note: Variable 'madd' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/e-meeting-list-view.c:298:2: note: Variable 'madd' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/e-meeting-list-view.c:936:4: style: Variable 'attendee' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/calendar/gui/e-meeting-list-view.c:932:0: note: Variable 'attendee' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/e-meeting-list-view.c:936:4: note: Variable 'attendee' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/e-meeting-list-view.c:1023:3: style: Variable 'ma' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/calendar/gui/e-meeting-list-view.c:1019:0: note: Variable 'ma' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/e-meeting-list-view.c:1023:3: note: Variable 'ma' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/e-meeting-list-view.c:808:59: style: Function 'e_meeting_list_view_column_set_visible' argument 1 names different: declaration 'emlv' definition 'view'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/e-meeting-list-view.h:60:70: note: Function 'e_meeting_list_view_column_set_visible' argument 1 names different: declaration 'emlv' definition 'view'.
evolution-3.4.4/calendar/gui/e-meeting-list-view.c:808:59: note: Function 'e_meeting_list_view_column_set_visible' argument 1 names different: declaration 'emlv' definition 'view'.
evolution-3.4.4/calendar/gui/e-meeting-list-view.c:1038:61: style: Function 'e_meeting_list_view_invite_others_dialog' argument 1 names different: declaration 'emlv' definition 'view'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/e-meeting-list-view.h:64:72: note: Function 'e_meeting_list_view_invite_others_dialog' argument 1 names different: declaration 'emlv' definition 'view'.
evolution-3.4.4/calendar/gui/e-meeting-list-view.c:1038:61: note: Function 'e_meeting_list_view_invite_others_dialog' argument 1 names different: declaration 'emlv' definition 'view'.
evolution-3.4.4/calendar/gui/e-meeting-store.c:2034:2: warning: Either the condition 'data!=NULL' is redundant or there is possible null pointer dereference: qdata. [nullPointerRedundantCheck]
evolution-3.4.4/calendar/gui/e-meeting-store.c:2032:25: note: Assuming that condition 'data!=NULL' is not redundant
evolution-3.4.4/calendar/gui/e-meeting-store.c:2026:34: note: Assignment 'qdata=data', assigned value is 0
evolution-3.4.4/calendar/gui/e-meeting-store.c:2034:2: note: Null pointer dereference
evolution-3.4.4/calendar/gui/e-meeting-store.c:1310:3: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/calendar/gui/e-meeting-store.c:1307:0: note: Variable 'data' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/e-meeting-store.c:1310:3: note: Variable 'data' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/e-meeting-store.c:1086:15: style: The scope of the variable 'path' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/e-meeting-store.c:1182:20: style: The scope of the variable 'attendee' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/e-meeting-store.c:1275:18: style: The scope of the variable 'clone' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/e-meeting-store.c:530:43: style: Function 'e_meeting_store_set_value' argument 1 names different: declaration 'meeting_store' definition 'store'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/e-meeting-store.h:85:49: note: Function 'e_meeting_store_set_value' argument 1 names different: declaration 'meeting_store' definition 'store'.
evolution-3.4.4/calendar/gui/e-meeting-store.c:530:43: note: Function 'e_meeting_store_set_value' argument 1 names different: declaration 'meeting_store' definition 'store'.
evolution-3.4.4/calendar/gui/e-meeting-store.c:874:44: style: Function 'e_meeting_store_get_client' argument 1 names different: declaration 'meeting_store' definition 'store'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/e-meeting-store.h:89:57: note: Function 'e_meeting_store_get_client' argument 1 names different: declaration 'meeting_store' definition 'store'.
evolution-3.4.4/calendar/gui/e-meeting-store.c:874:44: note: Function 'e_meeting_store_get_client' argument 1 names different: declaration 'meeting_store' definition 'store'.
evolution-3.4.4/calendar/gui/e-meeting-store.c:882:44: style: Function 'e_meeting_store_set_client' argument 1 names different: declaration 'meeting_store' definition 'store'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/e-meeting-store.h:90:50: note: Function 'e_meeting_store_set_client' argument 1 names different: declaration 'meeting_store' definition 'store'.
evolution-3.4.4/calendar/gui/e-meeting-store.c:882:44: note: Function 'e_meeting_store_set_client' argument 1 names different: declaration 'meeting_store' definition 'store'.
evolution-3.4.4/calendar/gui/e-meeting-store.c:901:63: style: Function 'e_meeting_store_get_default_reminder_interval' argument 1 names different: declaration 'meeting_store' definition 'store'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/e-meeting-store.h:93:23: note: Function 'e_meeting_store_get_default_reminder_interval' argument 1 names different: declaration 'meeting_store' definition 'store'.
evolution-3.4.4/calendar/gui/e-meeting-store.c:901:63: note: Function 'e_meeting_store_get_default_reminder_interval' argument 1 names different: declaration 'meeting_store' definition 'store'.
evolution-3.4.4/calendar/gui/e-meeting-store.c:909:63: style: Function 'e_meeting_store_set_default_reminder_interval' argument 1 names different: declaration 'meeting_store' definition 'store'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/e-meeting-store.h:95:23: note: Function 'e_meeting_store_set_default_reminder_interval' argument 1 names different: declaration 'meeting_store' definition 'store'.
evolution-3.4.4/calendar/gui/e-meeting-store.c:909:63: note: Function 'e_meeting_store_set_default_reminder_interval' argument 1 names different: declaration 'meeting_store' definition 'store'.
evolution-3.4.4/calendar/gui/e-meeting-store.c:920:60: style: Function 'e_meeting_store_get_default_reminder_units' argument 1 names different: declaration 'meeting_store' definition 'store'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/e-meeting-store.h:98:23: note: Function 'e_meeting_store_get_default_reminder_units' argument 1 names different: declaration 'meeting_store' definition 'store'.
evolution-3.4.4/calendar/gui/e-meeting-store.c:920:60: note: Function 'e_meeting_store_get_default_reminder_units' argument 1 names different: declaration 'meeting_store' definition 'store'.
evolution-3.4.4/calendar/gui/e-meeting-store.c:928:60: style: Function 'e_meeting_store_set_default_reminder_units' argument 1 names different: declaration 'meeting_store' definition 'store'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/e-meeting-store.h:100:23: note: Function 'e_meeting_store_set_default_reminder_units' argument 1 names different: declaration 'meeting_store' definition 'store'.
evolution-3.4.4/calendar/gui/e-meeting-store.c:928:60: note: Function 'e_meeting_store_set_default_reminder_units' argument 1 names different: declaration 'meeting_store' definition 'store'.
evolution-3.4.4/calendar/gui/e-meeting-store.c:939:56: style: Function 'e_meeting_store_get_free_busy_template' argument 1 names different: declaration 'meeting_store' definition 'store'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/e-meeting-store.h:103:23: note: Function 'e_meeting_store_get_free_busy_template' argument 1 names different: declaration 'meeting_store' definition 'store'.
evolution-3.4.4/calendar/gui/e-meeting-store.c:939:56: note: Function 'e_meeting_store_get_free_busy_template' argument 1 names different: declaration 'meeting_store' definition 'store'.
evolution-3.4.4/calendar/gui/e-meeting-store.c:947:56: style: Function 'e_meeting_store_set_free_busy_template' argument 1 names different: declaration 'meeting_store' definition 'store'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/e-meeting-store.h:105:23: note: Function 'e_meeting_store_set_free_busy_template' argument 1 names different: declaration 'meeting_store' definition 'store'.
evolution-3.4.4/calendar/gui/e-meeting-store.c:947:56: note: Function 'e_meeting_store_set_free_busy_template' argument 1 names different: declaration 'meeting_store' definition 'store'.
evolution-3.4.4/calendar/gui/e-meeting-store.c:959:46: style: Function 'e_meeting_store_get_timezone' argument 1 names different: declaration 'meeting_store' definition 'store'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/e-meeting-store.h:107:61: note: Function 'e_meeting_store_get_timezone' argument 1 names different: declaration 'meeting_store' definition 'store'.
evolution-3.4.4/calendar/gui/e-meeting-store.c:959:46: note: Function 'e_meeting_store_get_timezone' argument 1 names different: declaration 'meeting_store' definition 'store'.
evolution-3.4.4/calendar/gui/e-meeting-store.c:967:46: style: Function 'e_meeting_store_set_timezone' argument 1 names different: declaration 'meeting_store' definition 'store'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/e-meeting-store.h:108:52: note: Function 'e_meeting_store_set_timezone' argument 1 names different: declaration 'meeting_store' definition 'store'.
evolution-3.4.4/calendar/gui/e-meeting-store.c:967:46: note: Function 'e_meeting_store_set_timezone' argument 1 names different: declaration 'meeting_store' definition 'store'.
evolution-3.4.4/calendar/gui/e-meeting-store.c:978:52: style: Function 'e_meeting_store_get_week_start_day' argument 1 names different: declaration 'meeting_store' definition 'store'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/e-meeting-store.h:111:23: note: Function 'e_meeting_store_get_week_start_day' argument 1 names different: declaration 'meeting_store' definition 'store'.
evolution-3.4.4/calendar/gui/e-meeting-store.c:978:52: note: Function 'e_meeting_store_get_week_start_day' argument 1 names different: declaration 'meeting_store' definition 'store'.
evolution-3.4.4/calendar/gui/e-meeting-store.c:986:52: style: Function 'e_meeting_store_set_week_start_day' argument 1 names different: declaration 'meeting_store' definition 'store'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/e-meeting-store.h:113:23: note: Function 'e_meeting_store_set_week_start_day' argument 1 names different: declaration 'meeting_store' definition 'store'.
evolution-3.4.4/calendar/gui/e-meeting-store.c:986:52: note: Function 'e_meeting_store_set_week_start_day' argument 1 names different: declaration 'meeting_store' definition 'store'.
evolution-3.4.4/calendar/gui/e-meeting-store.c:1023:46: style: Function 'e_meeting_store_add_attendee' argument 1 names different: declaration 'meeting_store' definition 'store'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/e-meeting-store.h:115:52: note: Function 'e_meeting_store_add_attendee' argument 1 names different: declaration 'meeting_store' definition 'store'.
evolution-3.4.4/calendar/gui/e-meeting-store.c:1023:46: note: Function 'e_meeting_store_add_attendee' argument 1 names different: declaration 'meeting_store' definition 'store'.
evolution-3.4.4/calendar/gui/e-meeting-store.c:1046:60: style: Function 'e_meeting_store_add_attendee_with_defaults' argument 1 names different: declaration 'meeting_store' definition 'store'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/e-meeting-store.h:119:23: note: Function 'e_meeting_store_add_attendee_with_defaults' argument 1 names different: declaration 'meeting_store' definition 'store'.
evolution-3.4.4/calendar/gui/e-meeting-store.c:1046:60: note: Function 'e_meeting_store_add_attendee_with_defaults' argument 1 names different: declaration 'meeting_store' definition 'store'.
evolution-3.4.4/calendar/gui/e-meeting-store.c:1082:49: style: Function 'e_meeting_store_remove_attendee' argument 1 names different: declaration 'meeting_store' definition 'store'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/e-meeting-store.h:120:55: note: Function 'e_meeting_store_remove_attendee' argument 1 names different: declaration 'meeting_store' definition 'store'.
evolution-3.4.4/calendar/gui/e-meeting-store.c:1082:49: note: Function 'e_meeting_store_remove_attendee' argument 1 names different: declaration 'meeting_store' definition 'store'.
evolution-3.4.4/calendar/gui/e-meeting-store.c:1107:54: style: Function 'e_meeting_store_remove_all_attendees' argument 1 names different: declaration 'meeting_store' definition 'store'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/e-meeting-store.h:123:23: note: Function 'e_meeting_store_remove_all_attendees' argument 1 names different: declaration 'meeting_store' definition 'store'.
evolution-3.4.4/calendar/gui/e-meeting-store.c:1107:54: note: Function 'e_meeting_store_remove_all_attendees' argument 1 names different: declaration 'meeting_store' definition 'store'.
evolution-3.4.4/calendar/gui/e-meeting-store.c:1144:43: style: Function 'e_meeting_store_find_self' argument 1 names different: declaration 'meeting_store' definition 'store'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/e-meeting-store.h:125:45: note: Function 'e_meeting_store_find_self' argument 1 names different: declaration 'meeting_store' definition 'store'.
evolution-3.4.4/calendar/gui/e-meeting-store.c:1144:43: note: Function 'e_meeting_store_find_self' argument 1 names different: declaration 'meeting_store' definition 'store'.
evolution-3.4.4/calendar/gui/e-meeting-store.c:1178:47: style: Function 'e_meeting_store_find_attendee' argument 1 names different: declaration 'meeting_store' definition 'store'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/e-meeting-store.h:128:49: note: Function 'e_meeting_store_find_attendee' argument 1 names different: declaration 'meeting_store' definition 'store'.
evolution-3.4.4/calendar/gui/e-meeting-store.c:1178:47: note: Function 'e_meeting_store_find_attendee' argument 1 names different: declaration 'meeting_store' definition 'store'.
evolution-3.4.4/calendar/gui/e-meeting-store.c:1208:54: style: Function 'e_meeting_store_find_attendee_at_row' argument 1 names different: declaration 'meeting_store' definition 'store'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/e-meeting-store.h:133:23: note: Function 'e_meeting_store_find_attendee_at_row' argument 1 names different: declaration 'meeting_store' definition 'store'.
evolution-3.4.4/calendar/gui/e-meeting-store.c:1208:54: note: Function 'e_meeting_store_find_attendee_at_row' argument 1 names different: declaration 'meeting_store' definition 'store'.
evolution-3.4.4/calendar/gui/e-meeting-store.c:1218:52: style: Function 'e_meeting_store_find_attendee_path' argument 1 names different: declaration 'meeting_store' definition 'store'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/e-meeting-store.h:136:23: note: Function 'e_meeting_store_find_attendee_path' argument 1 names different: declaration 'meeting_store' definition 'store'.
evolution-3.4.4/calendar/gui/e-meeting-store.c:1218:52: note: Function 'e_meeting_store_find_attendee_path' argument 1 names different: declaration 'meeting_store' definition 'store'.
evolution-3.4.4/calendar/gui/e-meeting-store.c:1241:56: style: Function 'e_meeting_store_count_actual_attendees' argument 1 names different: declaration 'meeting_store' definition 'store'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/e-meeting-store.h:139:23: note: Function 'e_meeting_store_count_actual_attendees' argument 1 names different: declaration 'meeting_store' definition 'store'.
evolution-3.4.4/calendar/gui/e-meeting-store.c:1241:56: note: Function 'e_meeting_store_count_actual_attendees' argument 1 names different: declaration 'meeting_store' definition 'store'.
evolution-3.4.4/calendar/gui/e-meeting-store.c:1249:47: style: Function 'e_meeting_store_get_attendees' argument 1 names different: declaration 'meeting_store' definition 'store'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/e-meeting-store.h:141:49: note: Function 'e_meeting_store_get_attendees' argument 1 names different: declaration 'meeting_store' definition 'store'.
evolution-3.4.4/calendar/gui/e-meeting-store.c:1249:47: note: Function 'e_meeting_store_get_attendees' argument 1 names different: declaration 'meeting_store' definition 'store'.
evolution-3.4.4/calendar/gui/e-meeting-store.c:2066:58: style: Function 'e_meeting_store_refresh_all_busy_periods' argument 1 names different: declaration 'meeting_store' definition 'store'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/e-meeting-store.h:143:23: note: Function 'e_meeting_store_refresh_all_busy_periods' argument 1 names different: declaration 'meeting_store' definition 'store'.
evolution-3.4.4/calendar/gui/e-meeting-store.c:2066:58: note: Function 'e_meeting_store_refresh_all_busy_periods' argument 1 names different: declaration 'meeting_store' definition 'store'.
evolution-3.4.4/calendar/gui/e-meeting-store.c:2081:54: style: Function 'e_meeting_store_refresh_busy_periods' argument 1 names different: declaration 'meeting_store' definition 'store'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/e-meeting-store.h:149:23: note: Function 'e_meeting_store_refresh_busy_periods' argument 1 names different: declaration 'meeting_store' definition 'store'.
evolution-3.4.4/calendar/gui/e-meeting-store.c:2081:54: note: Function 'e_meeting_store_refresh_busy_periods' argument 1 names different: declaration 'meeting_store' definition 'store'.
evolution-3.4.4/calendar/gui/e-meeting-store.c:2094:49: style: Function 'e_meeting_store_get_num_queries' argument 1 names different: declaration 'meeting_store' definition 'store'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/e-meeting-store.h:156:56: note: Function 'e_meeting_store_get_num_queries' argument 1 names different: declaration 'meeting_store' definition 'store'.
evolution-3.4.4/calendar/gui/e-meeting-store.c:2094:49: note: Function 'e_meeting_store_get_num_queries' argument 1 names different: declaration 'meeting_store' definition 'store'.
evolution-3.4.4/calendar/gui/e-meeting-store.c:1912:12: style: Variable 'tried' is assigned a value that is never used. [unreadVariable]
evolution-3.4.4/calendar/gui/e-meeting-time-sel-item.c:240:20: style: The scope of the variable 'ia' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/e-meeting-time-sel-item.c:504:69: style: Function 'e_meeting_time_selector_item_paint_all_attendees_busy_periods' argument 5 names different: declaration 'y' definition 'scroll_y'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/e-meeting-time-sel-item.c:75:151: note: Function 'e_meeting_time_selector_item_paint_all_attendees_busy_periods' argument 5 names different: declaration 'y' definition 'scroll_y'.
evolution-3.4.4/calendar/gui/e-meeting-time-sel-item.c:504:69: note: Function 'e_meeting_time_selector_item_paint_all_attendees_busy_periods' argument 5 names different: declaration 'y' definition 'scroll_y'.
evolution-3.4.4/calendar/gui/e-meeting-time-sel-item.c:698:85: warning: Function 'e_meeting_time_selector_item_paint_attendee_busy_periods' argument order different: declaration 'mts_item, cr, row, x, y, width, first_period, busy_type' definition 'mts_item, cr, x, y, width, row, first_period, busy_type' [funcArgOrderDifferent]
evolution-3.4.4/calendar/gui/e-meeting-time-sel-item.c:83:97: note: Function 'e_meeting_time_selector_item_paint_attendee_busy_periods' argument order different: declaration 'mts_item, cr, row, x, y, width, first_period, busy_type' definition 'mts_item, cr, x, y, width, row, first_period, busy_type'
evolution-3.4.4/calendar/gui/e-meeting-time-sel-item.c:698:85: note: Function 'e_meeting_time_selector_item_paint_attendee_busy_periods' argument order different: declaration 'mts_item, cr, row, x, y, width, first_period, busy_type' definition 'mts_item, cr, x, y, width, row, first_period, busy_type'
evolution-3.4.4/calendar/gui/e-meeting-time-sel.c:1839:38: style: The scope of the variable 'resource_free' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/e-meeting-time-sel.c:2216:66: style: Function 'e_meeting_time_selector_on_zoomed_out_toggled' argument 1 names different: declaration 'button' definition 'menuitem'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/e-meeting-time-sel.c:135:78: note: Function 'e_meeting_time_selector_on_zoomed_out_toggled' argument 1 names different: declaration 'button' definition 'menuitem'.
evolution-3.4.4/calendar/gui/e-meeting-time-sel.c:2216:66: note: Function 'e_meeting_time_selector_on_zoomed_out_toggled' argument 1 names different: declaration 'button' definition 'menuitem'.
evolution-3.4.4/calendar/gui/e-memo-list-selector.c:53:2: style: Variable 'uid' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/calendar/gui/e-memo-list-selector.c:50:0: note: Variable 'uid' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/e-memo-list-selector.c:53:2: note: Variable 'uid' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/e-memo-table.c:851:17: style: The scope of the variable 'comp' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/e-select-names-editable.c:83:16: style: The scope of the variable 'destination' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/e-select-names-editable.c:147:16: style: The scope of the variable 'destination' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/e-task-list-selector.c:53:2: style: Variable 'uid' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/calendar/gui/e-task-list-selector.c:50:0: note: Variable 'uid' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/e-task-list-selector.c:53:2: note: Variable 'uid' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/e-task-table.c:1317:2: style: Variable 'icalcomp' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/calendar/gui/e-task-table.c:1314:0: note: Variable 'icalcomp' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/e-task-table.c:1317:2: note: Variable 'icalcomp' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/e-task-table.c:1398:4: style: Variable 'icalcomp' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/calendar/gui/e-task-table.c:1395:0: note: Variable 'icalcomp' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/e-task-table.c:1398:4: note: Variable 'icalcomp' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/e-task-table.c:1134:17: style: The scope of the variable 'comp' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/e-task-table.c:1771:23: style: The scope of the variable 'comp_data' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/e-task-table.c:1846:51: style: Function 'e_task_table_process_completed_tasks' argument 1 names different: declaration 'table' definition 'task_table'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/e-task-table.h:107:20: note: Function 'e_task_table_process_completed_tasks' argument 1 names different: declaration 'table' definition 'task_table'.
evolution-3.4.4/calendar/gui/e-task-table.c:1846:51: note: Function 'e_task_table_process_completed_tasks' argument 1 names different: declaration 'table' definition 'task_table'.
evolution-3.4.4/calendar/gui/e-timezone-entry.c:118:13: style: The scope of the variable 'target' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/e-week-view-layout.c:60:18: style: The scope of the variable 'event' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/e-week-view-layout.c:61:22: style: The scope of the variable 'span' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/e-week-view-layout.c:288:44: style: Function 'e_week_view_layout_get_day_position' argument 6 names different: declaration 'cell_x' definition 'day_x'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/e-week-view-layout.h:51:14: note: Function 'e_week_view_layout_get_day_position' argument 6 names different: declaration 'cell_x' definition 'day_x'.
evolution-3.4.4/calendar/gui/e-week-view-layout.c:288:44: note: Function 'e_week_view_layout_get_day_position' argument 6 names different: declaration 'cell_x' definition 'day_x'.
evolution-3.4.4/calendar/gui/e-week-view-layout.c:289:44: style: Function 'e_week_view_layout_get_day_position' argument 7 names different: declaration 'cell_y' definition 'day_y'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/e-week-view-layout.h:52:14: note: Function 'e_week_view_layout_get_day_position' argument 7 names different: declaration 'cell_y' definition 'day_y'.
evolution-3.4.4/calendar/gui/e-week-view-layout.c:289:44: note: Function 'e_week_view_layout_get_day_position' argument 7 names different: declaration 'cell_y' definition 'day_y'.
evolution-3.4.4/calendar/gui/e-week-view-main-item.c:174:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
evolution-3.4.4/calendar/gui/e-week-view-main-item.c:177:5: note: Found duplicate branches for 'if' and 'else'.
evolution-3.4.4/calendar/gui/e-week-view-main-item.c:174:3: note: Found duplicate branches for 'if' and 'else'.
evolution-3.4.4/calendar/gui/e-week-view.c:4629:50: error: Array 'week_view->jump_buttons[42]' accessed at index 42, which is out of bounds. [arrayIndexOutOfBounds]
evolution-3.4.4/calendar/gui/e-week-view.c:4621:3: note: After for loop, day has value 42
evolution-3.4.4/calendar/gui/e-week-view.c:4629:50: note: Array index out of bounds
evolution-3.4.4/calendar/gui/e-week-view.c:3377:7: warning: Either the condition 'editing&&event' is redundant or there is possible null pointer dereference: event. [nullPointerRedundantCheck]
evolution-3.4.4/calendar/gui/e-week-view.c:3399:15: note: Assuming that condition 'editing&&event' is not redundant
evolution-3.4.4/calendar/gui/e-week-view.c:3377:7: note: Null pointer dereference
evolution-3.4.4/calendar/gui/e-week-view.c:3381:11: warning: Either the condition 'editing&&event' is redundant or there is possible null pointer dereference: event. [nullPointerRedundantCheck]
evolution-3.4.4/calendar/gui/e-week-view.c:3399:15: note: Assuming that condition 'editing&&event' is not redundant
evolution-3.4.4/calendar/gui/e-week-view.c:3381:11: note: Null pointer dereference
evolution-3.4.4/calendar/gui/e-week-view.c:3383:38: warning: Either the condition 'editing&&event' is redundant or there is possible null pointer dereference: event. [nullPointerRedundantCheck]
evolution-3.4.4/calendar/gui/e-week-view.c:3399:15: note: Assuming that condition 'editing&&event' is not redundant
evolution-3.4.4/calendar/gui/e-week-view.c:3383:38: note: Null pointer dereference
evolution-3.4.4/calendar/gui/e-week-view.c:3528:14: warning: Either the condition 'gdkevent' is redundant or there is possible null pointer dereference: gdkevent. [nullPointerRedundantCheck]
evolution-3.4.4/calendar/gui/e-week-view.c:3519:38: note: Assuming that condition 'gdkevent' is not redundant
evolution-3.4.4/calendar/gui/e-week-view.c:3528:14: note: Null pointer dereference
evolution-3.4.4/calendar/gui/e-week-view.c:3595:7: warning: Either the condition 'if(gdkevent)' is redundant or there is possible null pointer dereference: gdkevent. [nullPointerRedundantCheck]
evolution-3.4.4/calendar/gui/e-week-view.c:3604:7: note: Assuming that condition 'if(gdkevent)' is not redundant
evolution-3.4.4/calendar/gui/e-week-view.c:3595:7: note: Null pointer dereference
evolution-3.4.4/calendar/gui/e-week-view.c:4543:2: style: Variable 'handled' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/calendar/gui/e-week-view.c:4542:0: note: Variable 'handled' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/e-week-view.c:4543:2: note: Variable 'handled' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/e-week-view.c:1092:22: style: The scope of the variable 'span' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/e-week-view.c:1794:9: style: The scope of the variable 'start_time' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/e-week-view.c:1985:12: style: The scope of the variable 'range' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/e-week-view.c:1986:17: style: The scope of the variable 'adjustment' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/e-week-view.c:2171:18: style: The scope of the variable 'event' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/e-week-view.c:2199:22: style: The scope of the variable 'span' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/e-week-view.c:2683:18: style: The scope of the variable 'event' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/e-week-view.c:2684:22: style: The scope of the variable 'span' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/e-week-view.c:2876:18: style: The scope of the variable 'event' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/e-week-view.c:4148:18: style: The scope of the variable 'event' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/e-week-view.c:4187:18: style: The scope of the variable 'event' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/e-week-view.c:2555:40: style: Function 'e_week_view_on_motion' argument 2 names different: declaration 'event' definition 'mevent'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/e-week-view.c:125:28: note: Function 'e_week_view_on_motion' argument 2 names different: declaration 'event' definition 'mevent'.
evolution-3.4.4/calendar/gui/e-week-view.c:2555:40: note: Function 'e_week_view_on_motion' argument 2 names different: declaration 'event' definition 'mevent'.
evolution-3.4.4/calendar/gui/e-week-view.c:3502:43: style: Function 'e_week_view_on_text_item_event' argument 2 names different: declaration 'event' definition 'gdkevent'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/e-week-view.c:164:17: note: Function 'e_week_view_on_text_item_event' argument 2 names different: declaration 'event' definition 'gdkevent'.
evolution-3.4.4/calendar/gui/e-week-view.c:3502:43: note: Function 'e_week_view_on_text_item_event' argument 2 names different: declaration 'event' definition 'gdkevent'.
evolution-3.4.4/calendar/gui/e-week-view.c:4553:46: style: Function 'e_week_view_show_popup_menu' argument 2 names different: declaration 'event' definition 'bevent'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/e-week-view.h:441:24: note: Function 'e_week_view_show_popup_menu' argument 2 names different: declaration 'event' definition 'bevent'.
evolution-3.4.4/calendar/gui/e-week-view.c:4553:46: note: Function 'e_week_view_show_popup_menu' argument 2 names different: declaration 'event' definition 'bevent'.
evolution-3.4.4/calendar/gui/e-week-view.c:4756:40: style: Function 'e_week_view_paste_text' argument 1 names different: declaration 'week_view' definition 'cal_view'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/e-week-view.c:112:52: note: Function 'e_week_view_paste_text' argument 1 names different: declaration 'week_view' definition 'cal_view'.
evolution-3.4.4/calendar/gui/e-week-view.c:4756:40: note: Function 'e_week_view_paste_text' argument 1 names different: declaration 'week_view' definition 'cal_view'.
evolution-3.4.4/calendar/gui/e-week-view.c:4629:38: error: Array 'week_view.jump_buttons[42]' accessed at index 42, which is out of bounds. [arrayIndexOutOfBounds]
evolution-3.4.4/calendar/gui/ea-cal-view-event.c:301:39: warning: Either the condition 'event' is redundant or there is possible null pointer dereference: event. [nullPointerRedundantCheck]
evolution-3.4.4/calendar/gui/ea-cal-view-event.c:289:6: note: Assuming that condition 'event' is not redundant
evolution-3.4.4/calendar/gui/ea-cal-view-event.c:301:39: note: Null pointer dereference
evolution-3.4.4/calendar/gui/ea-cal-view-event.c:79:20: style: The scope of the variable 'factory' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/ea-cal-view-event.c:576:16: style: The scope of the variable 'atk_comp' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/ea-cal-view.c:71:20: style: The scope of the variable 'factory' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/ea-cal-view.c:341:34: style: Function 'action_interface_do_action' argument 2 names different: declaration 'i' definition 'index'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/ea-cal-view.c:50:69: note: Function 'action_interface_do_action' argument 2 names different: declaration 'i' definition 'index'.
evolution-3.4.4/calendar/gui/ea-cal-view.c:341:34: note: Function 'action_interface_do_action' argument 2 names different: declaration 'i' definition 'index'.
evolution-3.4.4/calendar/gui/ea-cal-view.c:403:40: style: Function 'action_interface_get_description' argument 2 names different: declaration 'i' definition 'index'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/ea-cal-view.c:55:13: note: Function 'action_interface_get_description' argument 2 names different: declaration 'i' definition 'index'.
evolution-3.4.4/calendar/gui/ea-cal-view.c:403:40: note: Function 'action_interface_get_description' argument 2 names different: declaration 'i' definition 'index'.
evolution-3.4.4/calendar/gui/ea-cal-view.c:410:39: style: Function 'action_interface_get_keybinding' argument 2 names different: declaration 'i' definition 'index'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/ea-cal-view.c:59:13: note: Function 'action_interface_get_keybinding' argument 2 names different: declaration 'i' definition 'index'.
evolution-3.4.4/calendar/gui/ea-cal-view.c:410:39: note: Function 'action_interface_get_keybinding' argument 2 names different: declaration 'i' definition 'index'.
evolution-3.4.4/calendar/gui/ea-calendar-helpers.c:57:2: style: Variable 'atk_obj' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/calendar/gui/ea-calendar-helpers.c:46:0: note: Variable 'atk_obj' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/ea-calendar-helpers.c:57:2: note: Variable 'atk_obj' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/ea-calendar-helpers.c:93:2: style: Variable 'view_widget' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/calendar/gui/ea-calendar-helpers.c:83:0: note: Variable 'view_widget' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/ea-calendar-helpers.c:93:2: note: Variable 'view_widget' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/ea-day-view-cell.c:208:24: style: The scope of the variable 'atk_gobj' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/ea-day-view-cell.c:209:11: style: The scope of the variable 'g_obj' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/ea-day-view-cell.c:154:50: style: Function 'ea_day_view_cell_class_init' argument 1 names different: declaration 'class' definition 'klass'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/ea-day-view-cell.c:96:62: note: Function 'ea_day_view_cell_class_init' argument 1 names different: declaration 'class' definition 'klass'.
evolution-3.4.4/calendar/gui/ea-day-view-cell.c:154:50: note: Function 'ea_day_view_cell_class_init' argument 1 names different: declaration 'class' definition 'klass'.
evolution-3.4.4/calendar/gui/ea-day-view-cell.c:174:32: style: Function 'ea_day_view_cell_new' argument 1 names different: declaration 'gobj' definition 'obj'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/ea-day-view-cell.h:81:56: note: Function 'ea_day_view_cell_new' argument 1 names different: declaration 'gobj' definition 'obj'.
evolution-3.4.4/calendar/gui/ea-day-view-cell.c:174:32: note: Function 'ea_day_view_cell_new' argument 1 names different: declaration 'gobj' definition 'obj'.
evolution-3.4.4/calendar/gui/ea-day-view-cell.c:373:47: style: Function 'component_interface_grab_focus' argument 1 names different: declaration 'component' definition 'comp'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/ea-day-view-cell.c:110:63: note: Function 'component_interface_grab_focus' argument 1 names different: declaration 'component' definition 'comp'.
evolution-3.4.4/calendar/gui/ea-day-view-cell.c:373:47: note: Function 'component_interface_grab_focus' argument 1 names different: declaration 'component' definition 'comp'.
evolution-3.4.4/calendar/gui/ea-day-view-main-item.c:464:2: style: Variable 'item_cell' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/calendar/gui/ea-day-view-main-item.c:452:0: note: Variable 'item_cell' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/ea-day-view-main-item.c:464:2: note: Variable 'item_cell' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/ea-day-view-main-item.c:162:20: style: The scope of the variable 'factory' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/ea-day-view-main-item.c:323:50: style: Function 'ea_day_view_main_item_get_n_children' argument 1 names different: declaration 'obj' definition 'accessible'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/ea-day-view-main-item.c:45:70: note: Function 'ea_day_view_main_item_get_n_children' argument 1 names different: declaration 'obj' definition 'accessible'.
evolution-3.4.4/calendar/gui/ea-day-view-main-item.c:323:50: note: Function 'ea_day_view_main_item_get_n_children' argument 1 names different: declaration 'obj' definition 'accessible'.
evolution-3.4.4/calendar/gui/ea-day-view-main-item.c:344:45: style: Function 'ea_day_view_main_item_ref_child' argument 1 names different: declaration 'obj' definition 'accessible'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/ea-day-view-main-item.c:46:66: note: Function 'ea_day_view_main_item_ref_child' argument 1 names different: declaration 'obj' definition 'accessible'.
evolution-3.4.4/calendar/gui/ea-day-view-main-item.c:344:45: note: Function 'ea_day_view_main_item_ref_child' argument 1 names different: declaration 'obj' definition 'accessible'.
evolution-3.4.4/calendar/gui/ea-day-view-main-item.c:345:39: style: Function 'ea_day_view_main_item_ref_child' argument 2 names different: declaration 'i' definition 'index'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/ea-day-view-main-item.c:47:17: note: Function 'ea_day_view_main_item_ref_child' argument 2 names different: declaration 'i' definition 'index'.
evolution-3.4.4/calendar/gui/ea-day-view-main-item.c:345:39: note: Function 'ea_day_view_main_item_ref_child' argument 2 names different: declaration 'i' definition 'index'.
evolution-3.4.4/calendar/gui/ea-day-view-main-item.c:885:42: style: Function 'table_interface_is_column_selected' argument 2 names different: declaration 'row' definition 'column'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/ea-day-view-main-item.c:85:20: note: Function 'table_interface_is_column_selected' argument 2 names different: declaration 'row' definition 'column'.
evolution-3.4.4/calendar/gui/ea-day-view-main-item.c:885:42: note: Function 'table_interface_is_column_selected' argument 2 names different: declaration 'row' definition 'column'.
evolution-3.4.4/calendar/gui/ea-day-view.c:47:20: style: The scope of the variable 'factory' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/ea-day-view.c:210:40: style: Function 'ea_day_view_get_n_children' argument 1 names different: declaration 'obj' definition 'accessible'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/ea-day-view.c:38:65: note: Function 'ea_day_view_get_n_children' argument 1 names different: declaration 'obj' definition 'accessible'.
evolution-3.4.4/calendar/gui/ea-day-view.c:210:40: note: Function 'ea_day_view_get_n_children' argument 1 names different: declaration 'obj' definition 'accessible'.
evolution-3.4.4/calendar/gui/ea-day-view.c:236:35: style: Function 'ea_day_view_ref_child' argument 1 names different: declaration 'obj' definition 'accessible'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/ea-day-view.c:39:66: note: Function 'ea_day_view_ref_child' argument 1 names different: declaration 'obj' definition 'accessible'.
evolution-3.4.4/calendar/gui/ea-day-view.c:236:35: note: Function 'ea_day_view_ref_child' argument 1 names different: declaration 'obj' definition 'accessible'.
evolution-3.4.4/calendar/gui/ea-day-view.c:237:29: style: Function 'ea_day_view_ref_child' argument 2 names different: declaration 'i' definition 'index'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/ea-day-view.c:40:59: note: Function 'ea_day_view_ref_child' argument 2 names different: declaration 'i' definition 'index'.
evolution-3.4.4/calendar/gui/ea-day-view.c:237:29: note: Function 'ea_day_view_ref_child' argument 2 names different: declaration 'i' definition 'index'.
evolution-3.4.4/calendar/gui/ea-gnome-calendar.c:65:20: style: The scope of the variable 'factory' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/ea-jump-button.c:125:2: style: Variable 'atk_obj' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/calendar/gui/ea-jump-button.c:119:0: note: Variable 'atk_obj' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/ea-jump-button.c:125:2: note: Variable 'atk_obj' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/ea-jump-button.c:54:20: style: The scope of the variable 'factory' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/ea-week-view-cell.c:208:24: style: The scope of the variable 'atk_gobj' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/ea-week-view-cell.c:209:11: style: The scope of the variable 'g_obj' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/ea-week-view-cell.c:175:33: style: Function 'ea_week_view_cell_new' argument 1 names different: declaration 'gobj' definition 'obj'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/ea-week-view-cell.h:81:57: note: Function 'ea_week_view_cell_new' argument 1 names different: declaration 'gobj' definition 'obj'.
evolution-3.4.4/calendar/gui/ea-week-view-cell.c:175:33: note: Function 'ea_week_view_cell_new' argument 1 names different: declaration 'gobj' definition 'obj'.
evolution-3.4.4/calendar/gui/ea-week-view-cell.c:461:47: style: Function 'component_interface_grab_focus' argument 1 names different: declaration 'component' definition 'comp'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/ea-week-view-cell.c:110:63: note: Function 'component_interface_grab_focus' argument 1 names different: declaration 'component' definition 'comp'.
evolution-3.4.4/calendar/gui/ea-week-view-cell.c:461:47: note: Function 'component_interface_grab_focus' argument 1 names different: declaration 'component' definition 'comp'.
evolution-3.4.4/calendar/gui/ea-week-view-main-item.c:493:2: style: Variable 'item_cell' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/calendar/gui/ea-week-view-main-item.c:481:0: note: Variable 'item_cell' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/ea-week-view-main-item.c:493:2: note: Variable 'item_cell' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/ea-week-view-main-item.c:191:20: style: The scope of the variable 'factory' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/ea-week-view-main-item.c:254:61: style: Function 'ea_week_view_main_item_class_init' argument 1 names different: declaration 'class' definition 'klass'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/ea-week-view-main-item.c:36:33: note: Function 'ea_week_view_main_item_class_init' argument 1 names different: declaration 'class' definition 'klass'.
evolution-3.4.4/calendar/gui/ea-week-view-main-item.c:254:61: note: Function 'ea_week_view_main_item_class_init' argument 1 names different: declaration 'class' definition 'klass'.
evolution-3.4.4/calendar/gui/ea-week-view-main-item.c:374:40: style: Function 'ea_week_view_main_item_ref_child' argument 2 names different: declaration 'i' definition 'index'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/ea-week-view-main-item.c:47:13: note: Function 'ea_week_view_main_item_ref_child' argument 2 names different: declaration 'i' definition 'index'.
evolution-3.4.4/calendar/gui/ea-week-view-main-item.c:374:40: note: Function 'ea_week_view_main_item_ref_child' argument 2 names different: declaration 'i' definition 'index'.
evolution-3.4.4/calendar/gui/ea-week-view-main-item.c:880:42: style: Function 'table_interface_is_column_selected' argument 2 names different: declaration 'row' definition 'column'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/ea-week-view-main-item.c:100:13: note: Function 'table_interface_is_column_selected' argument 2 names different: declaration 'row' definition 'column'.
evolution-3.4.4/calendar/gui/ea-week-view-main-item.c:880:42: note: Function 'table_interface_is_column_selected' argument 2 names different: declaration 'row' definition 'column'.
evolution-3.4.4/calendar/gui/ea-week-view.c:48:20: style: The scope of the variable 'factory' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/ea-week-view.c:204:41: style: Function 'ea_week_view_get_n_children' argument 1 names different: declaration 'obj' definition 'accessible'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/ea-week-view.c:38:66: note: Function 'ea_week_view_get_n_children' argument 1 names different: declaration 'obj' definition 'accessible'.
evolution-3.4.4/calendar/gui/ea-week-view.c:204:41: note: Function 'ea_week_view_get_n_children' argument 1 names different: declaration 'obj' definition 'accessible'.
evolution-3.4.4/calendar/gui/ea-week-view.c:259:36: style: Function 'ea_week_view_ref_child' argument 1 names different: declaration 'obj' definition 'accessible'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/ea-week-view.c:39:67: note: Function 'ea_week_view_ref_child' argument 1 names different: declaration 'obj' definition 'accessible'.
evolution-3.4.4/calendar/gui/ea-week-view.c:259:36: note: Function 'ea_week_view_ref_child' argument 1 names different: declaration 'obj' definition 'accessible'.
evolution-3.4.4/calendar/gui/ea-week-view.c:260:30: style: Function 'ea_week_view_ref_child' argument 2 names different: declaration 'i' definition 'index'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/ea-week-view.c:40:18: note: Function 'ea_week_view_ref_child' argument 2 names different: declaration 'i' definition 'index'.
evolution-3.4.4/calendar/gui/ea-week-view.c:260:30: note: Function 'ea_week_view_ref_child' argument 2 names different: declaration 'i' definition 'index'.
evolution-3.4.4/calendar/gui/gnome-cal.c:779:3: style: Variable 'comp' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/calendar/gui/gnome-cal.c:776:0: note: Variable 'comp' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/gnome-cal.c:779:3: note: Variable 'comp' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/gnome-cal.c:1371:9: style: The scope of the variable 'iso_start' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/gnome-cal.c:1371:21: style: The scope of the variable 'iso_end' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/itip-utils.c:1668:2: style: Variable 'comp' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/calendar/gui/itip-utils.c:1652:0: note: Variable 'comp' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/itip-utils.c:1668:2: note: Variable 'comp' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/itip-utils.c:1976:2: style: Variable 'toplevel' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/calendar/gui/itip-utils.c:1969:0: note: Variable 'toplevel' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/itip-utils.c:1976:2: note: Variable 'toplevel' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/itip-utils.c:1981:2: style: Variable 'icalcomp' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/calendar/gui/itip-utils.c:1969:0: note: Variable 'icalcomp' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/itip-utils.c:1981:2: note: Variable 'icalcomp' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/itip-utils.c:1983:2: style: Variable 'icomp' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/calendar/gui/itip-utils.c:1970:0: note: Variable 'icomp' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/itip-utils.c:1983:2: note: Variable 'icomp' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/itip-utils.c:176:15: style: The scope of the variable 'strip' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/itip-utils.c:214:15: style: The scope of the variable 'strip' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/itip-utils.c:1028:18: style: The scope of the variable 'param' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/itip-utils.c:1029:16: style: The scope of the variable 'attendee_sentby' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/itip-utils.c:1378:24: style: The scope of the variable 'mime_attach' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/itip-utils.c:1825:16: style: The scope of the variable 'prop' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/itip-utils.c:1489:32: style: Function 'itip_send_comp' argument 2 names different: declaration 'comp' definition 'send_comp'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/itip-utils.h:66:23: note: Function 'itip_send_comp' argument 2 names different: declaration 'comp' definition 'send_comp'.
evolution-3.4.4/calendar/gui/itip-utils.c:1489:32: note: Function 'itip_send_comp' argument 2 names different: declaration 'comp' definition 'send_comp'.
evolution-3.4.4/calendar/gui/misc.c:48:15: style: The scope of the variable 'p' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/misc.c:71:40: style: Function 'get_uri_without_password' argument 1 names different: declaration 'uri' definition 'full_uri'. [funcArgNamesDifferent]
evolution-3.4.4/calendar/gui/misc.h:33:50: note: Function 'get_uri_without_password' argument 1 names different: declaration 'uri' definition 'full_uri'.
evolution-3.4.4/calendar/gui/misc.c:71:40: note: Function 'get_uri_without_password' argument 1 names different: declaration 'uri' definition 'full_uri'.
evolution-3.4.4/calendar/gui/print.c:1561:8: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
evolution-3.4.4/calendar/gui/print.c:1556:7: note: outer condition: !pixbuf
evolution-3.4.4/calendar/gui/print.c:1561:8: note: opposite inner condition: pixbuf
evolution-3.4.4/calendar/gui/print.c:1899:9: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
evolution-3.4.4/calendar/gui/print.c:1894:8: note: outer condition: !pixbuf
evolution-3.4.4/calendar/gui/print.c:1899:9: note: opposite inner condition: pixbuf
evolution-3.4.4/calendar/gui/print.c:2698:8: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
evolution-3.4.4/calendar/gui/print.c:2693:7: note: outer condition: !pixbuf
evolution-3.4.4/calendar/gui/print.c:2698:8: note: opposite inner condition: pixbuf
evolution-3.4.4/calendar/gui/print.c:1561:8: style: Condition 'pixbuf' is always false [knownConditionTrueFalse]
evolution-3.4.4/calendar/gui/print.c:1556:7: note: Assuming that condition '!pixbuf' is not redundant
evolution-3.4.4/calendar/gui/print.c:1561:8: note: Condition 'pixbuf' is always false
evolution-3.4.4/calendar/gui/print.c:1899:9: style: Condition 'pixbuf' is always false [knownConditionTrueFalse]
evolution-3.4.4/calendar/gui/print.c:1894:8: note: Assuming that condition '!pixbuf' is not redundant
evolution-3.4.4/calendar/gui/print.c:1899:9: note: Condition 'pixbuf' is always false
evolution-3.4.4/calendar/gui/print.c:2698:8: style: Condition 'pixbuf' is always false [knownConditionTrueFalse]
evolution-3.4.4/calendar/gui/print.c:2693:7: note: Assuming that condition '!pixbuf' is not redundant
evolution-3.4.4/calendar/gui/print.c:2698:8: note: Condition 'pixbuf' is always false
evolution-3.4.4/calendar/gui/print.c:1440:3: style: Variable 't' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/calendar/gui/print.c:1421:0: note: Variable 't' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/print.c:1440:3: note: Variable 't' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/print.c:1139:17: style: The scope of the variable 'event' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/print.c:1796:22: style: The scope of the variable 'span' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/print.c:3101:16: style: The scope of the variable 'start_zone' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/print.c:3101:29: style: The scope of the variable 'end_zone' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/print.c:3101:40: style: The scope of the variable 'due_zone' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/print.c:3101:51: style: The scope of the variable 'completed_zone' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/print.c:3294:9: style: The scope of the variable 'categories_string' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/print.c:3294:29: style: The scope of the variable 'location_string' can be reduced. [variableScope]
evolution-3.4.4/calendar/gui/tag-calendar.c:198:2: style: Variable 'zone' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/calendar/gui/tag-calendar.c:195:0: note: Variable 'zone' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/gui/tag-calendar.c:198:2: note: Variable 'zone' is reassigned a value before the old one has been used.
evolution-3.4.4/calendar/importers/icalendar-importer.c:623:12: style: The scope of the variable 'vcal' can be reduced. [variableScope]
evolution-3.4.4/capplet/settings/mail-account-view.c:809:3: style: Variable 'host' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/capplet/settings/mail-account-view.c:806:0: note: Variable 'host' is reassigned a value before the old one has been used.
evolution-3.4.4/capplet/settings/mail-account-view.c:809:3: note: Variable 'host' is reassigned a value before the old one has been used.
evolution-3.4.4/capplet/settings/mail-account-view.c:1115:14: style: The scope of the variable 'label' can be reduced. [variableScope]
evolution-3.4.4/capplet/settings/mail-account-view.c:38:13: style: struct member '_MailAccountViewPrivate::tab_str' is never used. [unusedStructMember]
evolution-3.4.4/capplet/settings/mail-settings-view.c:185:12: style: The scope of the variable 'account' can be reduced. [variableScope]
evolution-3.4.4/capplet/settings/mail-settings-view.c:36:13: style: struct member '_MailSettingsViewPrivate::tab_str' is never used. [unusedStructMember]
evolution-3.4.4/capplet/settings/mail-view.c:630:33: style: Function 'mail_view_set_search' argument 1 names different: declaration 'view' definition 'mv'. [funcArgNamesDifferent]
evolution-3.4.4/capplet/settings/mail-view.h:84:38: note: Function 'mail_view_set_search' argument 1 names different: declaration 'view' definition 'mv'.
evolution-3.4.4/capplet/settings/mail-view.c:630:33: note: Function 'mail_view_set_search' argument 1 names different: declaration 'view' definition 'mv'.
evolution-3.4.4/composer/e-composer-header-table.c:110:10: style: The scope of the variable 'element' can be reduced. [variableScope]
evolution-3.4.4/composer/e-composer-header-table.c:148:10: style: The scope of the variable 'element' can be reduced. [variableScope]
evolution-3.4.4/composer/e-composer-header-table.c:1281:62: style: Function 'e_composer_header_table_add_destinations_bcc' argument 2 names different: declaration 'destination' definition 'destinations'. [funcArgNamesDifferent]
evolution-3.4.4/composer/e-composer-header-table.h:105:23: note: Function 'e_composer_header_table_add_destinations_bcc' argument 2 names different: declaration 'destination' definition 'destinations'.
evolution-3.4.4/composer/e-composer-header-table.c:1281:62: note: Function 'e_composer_header_table_add_destinations_bcc' argument 2 names different: declaration 'destination' definition 'destinations'.
evolution-3.4.4/composer/e-composer-header-table.c:1337:61: style: Function 'e_composer_header_table_add_destinations_cc' argument 2 names different: declaration 'destination' definition 'destinations'. [funcArgNamesDifferent]
evolution-3.4.4/composer/e-composer-header-table.h:113:23: note: Function 'e_composer_header_table_add_destinations_cc' argument 2 names different: declaration 'destination' definition 'destinations'.
evolution-3.4.4/composer/e-composer-header-table.c:1337:61: note: Function 'e_composer_header_table_add_destinations_cc' argument 2 names different: declaration 'destination' definition 'destinations'.
evolution-3.4.4/composer/e-composer-header-table.c:1444:56: style: Function 'e_composer_header_table_set_post_to_base' argument 3 names different: declaration 'post_to' definition 'folders'. [funcArgNamesDifferent]
evolution-3.4.4/composer/e-composer-header-table.h:130:21: note: Function 'e_composer_header_table_set_post_to_base' argument 3 names different: declaration 'post_to' definition 'folders'.
evolution-3.4.4/composer/e-composer-header-table.c:1444:56: note: Function 'e_composer_header_table_set_post_to_base' argument 3 names different: declaration 'post_to' definition 'folders'.
evolution-3.4.4/composer/e-composer-header-table.c:1461:50: style: Function 'e_composer_header_table_set_post_to_list' argument 2 names different: declaration 'folder_list' definition 'folders'. [funcArgNamesDifferent]
evolution-3.4.4/composer/e-composer-header-table.h:133:15: note: Function 'e_composer_header_table_set_post_to_list' argument 2 names different: declaration 'folder_list' definition 'folders'.
evolution-3.4.4/composer/e-composer-header-table.c:1461:50: note: Function 'e_composer_header_table_set_post_to_list' argument 2 names different: declaration 'folder_list' definition 'folders'.
evolution-3.4.4/composer/e-composer-name-header.c:325:57: style: Function 'e_composer_name_header_add_destinations' argument 2 names different: declaration 'destination' definition 'destinations'. [funcArgNamesDifferent]
evolution-3.4.4/composer/e-composer-name-header.h:69:23: note: Function 'e_composer_name_header_add_destinations' argument 2 names different: declaration 'destination' definition 'destinations'.
evolution-3.4.4/composer/e-composer-name-header.c:325:57: note: Function 'e_composer_name_header_add_destinations' argument 2 names different: declaration 'destination' definition 'destinations'.
evolution-3.4.4/composer/e-composer-private.c:731:2: style: Variable 'pixbuf' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/composer/e-composer-private.c:717:0: note: Variable 'pixbuf' is reassigned a value before the old one has been used.
evolution-3.4.4/composer/e-composer-private.c:731:2: note: Variable 'pixbuf' is reassigned a value before the old one has been used.
evolution-3.4.4/composer/e-composer-private.c:735:2: style: Variable 'filename' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/composer/e-composer-private.c:718:0: note: Variable 'filename' is reassigned a value before the old one has been used.
evolution-3.4.4/composer/e-composer-private.c:735:2: note: Variable 'filename' is reassigned a value before the old one has been used.
evolution-3.4.4/composer/e-composer-text-header.c:33:17: style: struct member '_EComposerTextHeaderPrivate::linkbtn' is never used. [unusedStructMember]
evolution-3.4.4/composer/e-msg-composer.c:2185:2: style: Variable 'composer' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/composer/e-msg-composer.c:2179:0: note: Variable 'composer' is reassigned a value before the old one has been used.
evolution-3.4.4/composer/e-msg-composer.c:2185:2: note: Variable 'composer' is reassigned a value before the old one has been used.
evolution-3.4.4/composer/e-msg-composer.c:1025:20: style: The scope of the variable 'html' can be reduced. [variableScope]
evolution-3.4.4/composer/e-msg-composer.c:1035:9: style: The scope of the variable 'charset' can be reduced. [variableScope]
evolution-3.4.4/composer/e-msg-composer.c:3050:24: style: The scope of the variable 'to' can be reduced. [variableScope]
evolution-3.4.4/composer/e-msg-composer.c:3050:29: style: The scope of the variable 'cc' can be reduced. [variableScope]
evolution-3.4.4/composer/e-msg-composer.c:3050:34: style: The scope of the variable 'bcc' can be reduced. [variableScope]
evolution-3.4.4/composer/e-msg-composer.c:3054:14: style: The scope of the variable 'auto_cc' can be reduced. [variableScope]
evolution-3.4.4/composer/e-msg-composer.c:3054:24: style: The scope of the variable 'auto_bcc' can be reduced. [variableScope]
evolution-3.4.4/composer/e-msg-composer.c:3071:10: style: The scope of the variable 'value' can be reduced. [variableScope]
evolution-3.4.4/composer/e-msg-composer.c:3999:9: style: The scope of the variable 'header' can be reduced. [variableScope]
evolution-3.4.4/composer/e-msg-composer.c:3047:52: style: Function 'e_msg_composer_new_with_message' argument 2 names different: declaration 'msg' definition 'message'. [funcArgNamesDifferent]
evolution-3.4.4/composer/e-msg-composer.h:91:26: note: Function 'e_msg_composer_new_with_message' argument 2 names different: declaration 'msg' definition 'message'.
evolution-3.4.4/composer/e-msg-composer.c:3047:52: note: Function 'e_msg_composer_new_with_message' argument 2 names different: declaration 'msg' definition 'message'.
evolution-3.4.4/e-util/e-bit-array.c:126:32: style: Function 'e_bit_array_delete' argument 1 names different: declaration 'esm' definition 'eba'. [funcArgNamesDifferent]
evolution-3.4.4/e-util/e-bit-array.h:81:59: note: Function 'e_bit_array_delete' argument 1 names different: declaration 'esm' definition 'eba'.
evolution-3.4.4/e-util/e-bit-array.c:126:32: note: Function 'e_bit_array_delete' argument 1 names different: declaration 'esm' definition 'eba'.
evolution-3.4.4/e-util/e-bit-array.c:137:44: style: Function 'e_bit_array_delete_single_mode' argument 1 names different: declaration 'esm' definition 'eba'. [funcArgNamesDifferent]
evolution-3.4.4/e-util/e-bit-array.h:84:59: note: Function 'e_bit_array_delete_single_mode' argument 1 names different: declaration 'esm' definition 'eba'.
evolution-3.4.4/e-util/e-bit-array.c:137:44: note: Function 'e_bit_array_delete_single_mode' argument 1 names different: declaration 'esm' definition 'eba'.
evolution-3.4.4/e-util/e-bit-array.c:148:32: style: Function 'e_bit_array_insert' argument 1 names different: declaration 'esm' definition 'eba'. [funcArgNamesDifferent]
evolution-3.4.4/e-util/e-bit-array.h:78:59: note: Function 'e_bit_array_insert' argument 1 names different: declaration 'esm' definition 'eba'.
evolution-3.4.4/e-util/e-bit-array.c:148:32: note: Function 'e_bit_array_insert' argument 1 names different: declaration 'esm' definition 'eba'.
evolution-3.4.4/e-util/e-bit-array.c:159:34: style: Function 'e_bit_array_move_row' argument 1 names different: declaration 'esm' definition 'eba'. [funcArgNamesDifferent]
evolution-3.4.4/e-util/e-bit-array.h:87:59: note: Function 'e_bit_array_move_row' argument 1 names different: declaration 'esm' definition 'eba'.
evolution-3.4.4/e-util/e-bit-array.c:159:34: note: Function 'e_bit_array_move_row' argument 1 names different: declaration 'esm' definition 'eba'.
evolution-3.4.4/e-util/e-bit-array.c:192:34: style: Function 'e_bit_array_value_at' argument 1 names different: declaration 'selection' definition 'eba'. [funcArgNamesDifferent]
evolution-3.4.4/e-util/e-bit-array.h:57:59: note: Function 'e_bit_array_value_at' argument 1 names different: declaration 'selection' definition 'eba'.
evolution-3.4.4/e-util/e-bit-array.c:192:34: note: Function 'e_bit_array_value_at' argument 1 names different: declaration 'selection' definition 'eba'.
evolution-3.4.4/e-util/e-bit-array.c:211:33: style: Function 'e_bit_array_foreach' argument 1 names different: declaration 'selection' definition 'eba'. [funcArgNamesDifferent]
evolution-3.4.4/e-util/e-bit-array.h:59:59: note: Function 'e_bit_array_foreach' argument 1 names different: declaration 'selection' definition 'eba'.
evolution-3.4.4/e-util/e-bit-array.c:211:33: note: Function 'e_bit_array_foreach' argument 1 names different: declaration 'selection' definition 'eba'.
evolution-3.4.4/e-util/e-bit-array.c:243:40: style: Function 'e_bit_array_selected_count' argument 1 names different: declaration 'selection' definition 'eba'. [funcArgNamesDifferent]
evolution-3.4.4/e-util/e-bit-array.h:62:59: note: Function 'e_bit_array_selected_count' argument 1 names different: declaration 'selection' definition 'eba'.
evolution-3.4.4/e-util/e-bit-array.c:243:40: note: Function 'e_bit_array_selected_count' argument 1 names different: declaration 'selection' definition 'eba'.
evolution-3.4.4/e-util/e-bit-array.c:276:36: style: Function 'e_bit_array_select_all' argument 1 names different: declaration 'selection' definition 'eba'. [funcArgNamesDifferent]
evolution-3.4.4/e-util/e-bit-array.h:63:59: note: Function 'e_bit_array_select_all' argument 1 names different: declaration 'selection' definition 'eba'.
evolution-3.4.4/e-util/e-bit-array.c:276:36: note: Function 'e_bit_array_select_all' argument 1 names different: declaration 'selection' definition 'eba'.
evolution-3.4.4/e-util/e-bit-array.c:308:42: style: Function 'e_bit_array_invert_selection' argument 1 names different: declaration 'selection' definition 'eba'. [funcArgNamesDifferent]
evolution-3.4.4/e-util/e-bit-array.h:64:59: note: Function 'e_bit_array_invert_selection' argument 1 names different: declaration 'selection' definition 'eba'.
evolution-3.4.4/e-util/e-bit-array.c:308:42: note: Function 'e_bit_array_invert_selection' argument 1 names different: declaration 'selection' definition 'eba'.
evolution-3.4.4/e-util/e-bit-array.c:321:35: style: Function 'e_bit_array_bit_count' argument 1 names different: declaration 'selection' definition 'eba'. [funcArgNamesDifferent]
evolution-3.4.4/e-util/e-bit-array.h:65:59: note: Function 'e_bit_array_bit_count' argument 1 names different: declaration 'selection' definition 'eba'.
evolution-3.4.4/e-util/e-bit-array.c:321:35: note: Function 'e_bit_array_bit_count' argument 1 names different: declaration 'selection' definition 'eba'.
evolution-3.4.4/e-util/e-bit-array.c:331:40: style: Function 'e_bit_array_change_one_row' argument 1 names different: declaration 'selection' definition 'eba'. [funcArgNamesDifferent]
evolution-3.4.4/e-util/e-bit-array.h:66:59: note: Function 'e_bit_array_change_one_row' argument 1 names different: declaration 'selection' definition 'eba'.
evolution-3.4.4/e-util/e-bit-array.c:331:40: note: Function 'e_bit_array_change_one_row' argument 1 names different: declaration 'selection' definition 'eba'.
evolution-3.4.4/e-util/e-bit-array.c:342:38: style: Function 'e_bit_array_change_range' argument 1 names different: declaration 'selection' definition 'eba'. [funcArgNamesDifferent]
evolution-3.4.4/e-util/e-bit-array.h:69:59: note: Function 'e_bit_array_change_range' argument 1 names different: declaration 'selection' definition 'eba'.
evolution-3.4.4/e-util/e-bit-array.c:342:38: note: Function 'e_bit_array_change_range' argument 1 names different: declaration 'selection' definition 'eba'.
evolution-3.4.4/e-util/e-config.c:587:2: style: Variable 'link' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/e-util/e-config.c:578:0: note: Variable 'link' is reassigned a value before the old one has been used.
evolution-3.4.4/e-util/e-config.c:587:2: note: Variable 'link' is reassigned a value before the old one has been used.
evolution-3.4.4/e-util/e-config.c:487:14: style: The scope of the variable 'nth_page' can be reduced. [variableScope]
evolution-3.4.4/e-util/e-config.c:258:30: style: Function 'e_config_construct' argument 1 names different: declaration 'config' definition 'ep'. [funcArgNamesDifferent]
evolution-3.4.4/e-util/e-config.h:271:41: note: Function 'e_config_construct' argument 1 names different: declaration 'config' definition 'ep'.
evolution-3.4.4/e-util/e-config.c:258:30: note: Function 'e_config_construct' argument 1 names different: declaration 'config' definition 'ep'.
evolution-3.4.4/e-util/e-config.c:285:30: style: Function 'e_config_add_items' argument 1 names different: declaration 'config' definition 'ec'. [funcArgNamesDifferent]
evolution-3.4.4/e-util/e-config.h:275:37: note: Function 'e_config_add_items' argument 1 names different: declaration 'config' definition 'ec'.
evolution-3.4.4/e-util/e-config.c:285:30: note: Function 'e_config_add_items' argument 1 names different: declaration 'config' definition 'ec'.
evolution-3.4.4/e-util/e-config.c:319:35: style: Function 'e_config_add_page_check' argument 1 names different: declaration 'config' definition 'ec'. [funcArgNamesDifferent]
evolution-3.4.4/e-util/e-config.h:279:42: note: Function 'e_config_add_page_check' argument 1 names different: declaration 'config' definition 'ec'.
evolution-3.4.4/e-util/e-config.c:319:35: note: Function 'e_config_add_page_check' argument 1 names different: declaration 'config' definition 'ec'.
evolution-3.4.4/e-util/e-config.c:396:39: style: Function 'e_config_set_page_is_finish' argument 1 names different: declaration 'config' definition 'ec'. [funcArgNamesDifferent]
evolution-3.4.4/e-util/e-config.h:283:45: note: Function 'e_config_set_page_is_finish' argument 1 names different: declaration 'config' definition 'ec'.
evolution-3.4.4/e-util/e-config.c:396:39: note: Function 'e_config_set_page_is_finish' argument 1 names different: declaration 'config' definition 'ec'.
evolution-3.4.4/e-util/e-config.c:1163:31: style: Function 'e_config_set_target' argument 1 names different: declaration 'config' definition 'emp'. [funcArgNamesDifferent]
evolution-3.4.4/e-util/e-config.h:291:38: note: Function 'e_config_set_target' argument 1 names different: declaration 'config' definition 'emp'.
evolution-3.4.4/e-util/e-config.c:1163:31: note: Function 'e_config_set_target' argument 1 names different: declaration 'config' definition 'emp'.
evolution-3.4.4/e-util/e-config.c:1200:34: style: Function 'e_config_create_widget' argument 1 names different: declaration 'config' definition 'emp'. [funcArgNamesDifferent]
evolution-3.4.4/e-util/e-config.h:293:47: note: Function 'e_config_create_widget' argument 1 names different: declaration 'config' definition 'emp'.
evolution-3.4.4/e-util/e-config.c:1200:34: note: Function 'e_config_create_widget' argument 1 names different: declaration 'config' definition 'emp'.
evolution-3.4.4/e-util/e-config.c:1284:34: style: Function 'e_config_create_window' argument 1 names different: declaration 'config' definition 'emp'. [funcArgNamesDifferent]
evolution-3.4.4/e-util/e-config.h:294:47: note: Function 'e_config_create_window' argument 1 names different: declaration 'config' definition 'emp'.
evolution-3.4.4/e-util/e-config.c:1284:34: note: Function 'e_config_create_window' argument 1 names different: declaration 'config' definition 'emp'.
evolution-3.4.4/e-util/e-config.c:1365:35: style: Function 'e_config_target_changed' argument 1 names different: declaration 'config' definition 'emp'. [funcArgNamesDifferent]
evolution-3.4.4/e-util/e-config.h:298:42: note: Function 'e_config_target_changed' argument 1 names different: declaration 'config' definition 'emp'.
evolution-3.4.4/e-util/e-config.c:1365:35: note: Function 'e_config_target_changed' argument 1 names different: declaration 'config' definition 'emp'.
evolution-3.4.4/e-util/e-config.c:1454:29: style: Function 'e_config_page_get' argument 1 names different: declaration 'config' definition 'ec'. [funcArgNamesDifferent]
evolution-3.4.4/e-util/e-config.h:304:42: note: Function 'e_config_page_get' argument 1 names different: declaration 'config' definition 'ec'.
evolution-3.4.4/e-util/e-config.c:1454:29: note: Function 'e_config_page_get' argument 1 names different: declaration 'config' definition 'ec'.
evolution-3.4.4/e-util/e-config.c:1490:30: style: Function 'e_config_page_next' argument 1 names different: declaration 'config' definition 'ec'. [funcArgNamesDifferent]
evolution-3.4.4/e-util/e-config.h:306:45: note: Function 'e_config_page_next' argument 1 names different: declaration 'config' definition 'ec'.
evolution-3.4.4/e-util/e-config.c:1490:30: note: Function 'e_config_page_next' argument 1 names different: declaration 'config' definition 'ec'.
evolution-3.4.4/e-util/e-config.c:1531:30: style: Function 'e_config_page_prev' argument 1 names different: declaration 'config' definition 'ec'. [funcArgNamesDifferent]
evolution-3.4.4/e-util/e-config.h:308:45: note: Function 'e_config_page_prev' argument 1 names different: declaration 'config' definition 'ec'.
evolution-3.4.4/e-util/e-config.c:1531:30: note: Function 'e_config_page_prev' argument 1 names different: declaration 'config' definition 'ec'.
evolution-3.4.4/e-util/e-config.c:1579:43: style: Function 'e_config_class_add_factory' argument 1 names different: declaration 'klass' definition 'class'. [funcArgNamesDifferent]
evolution-3.4.4/e-util/e-config.h:264:59: note: Function 'e_config_class_add_factory' argument 1 names different: declaration 'klass' definition 'class'.
evolution-3.4.4/e-util/e-config.c:1579:43: note: Function 'e_config_class_add_factory' argument 1 names different: declaration 'klass' definition 'class'.
evolution-3.4.4/e-util/e-config.c:1606:46: style: Function 'e_config_class_remove_factory' argument 1 names different: declaration 'klass' definition 'class'. [funcArgNamesDifferent]
evolution-3.4.4/e-util/e-config.h:268:52: note: Function 'e_config_class_remove_factory' argument 1 names different: declaration 'klass' definition 'class'.
evolution-3.4.4/e-util/e-config.c:1606:46: note: Function 'e_config_class_remove_factory' argument 1 names different: declaration 'klass' definition 'class'.
evolution-3.4.4/e-util/e-config.c:1607:48: style: Function 'e_config_class_remove_factory' argument 2 names different: declaration 'f' definition 'factory'. [funcArgNamesDifferent]
evolution-3.4.4/e-util/e-config.h:269:24: note: Function 'e_config_class_remove_factory' argument 2 names different: declaration 'f' definition 'factory'.
evolution-3.4.4/e-util/e-config.c:1607:48: note: Function 'e_config_class_remove_factory' argument 2 names different: declaration 'f' definition 'factory'.
evolution-3.4.4/e-util/e-config.c:1628:40: style: Function 'e_config_target_new' argument 1 names different: declaration 'config' definition 'ep'. [funcArgNamesDifferent]
evolution-3.4.4/e-util/e-config.h:314:41: note: Function 'e_config_target_new' argument 1 names different: declaration 'config' definition 'ep'.
evolution-3.4.4/e-util/e-config.c:1628:40: note: Function 'e_config_target_new' argument 1 names different: declaration 'config' definition 'ep'.
evolution-3.4.4/e-util/e-config.c:1654:32: style: Function 'e_config_target_free' argument 1 names different: declaration 'config' definition 'ep'. [funcArgNamesDifferent]
evolution-3.4.4/e-util/e-config.h:317:39: note: Function 'e_config_target_free' argument 1 names different: declaration 'config' definition 'ep'.
evolution-3.4.4/e-util/e-config.c:1654:32: note: Function 'e_config_target_free' argument 1 names different: declaration 'config' definition 'ep'.
evolution-3.4.4/e-util/e-config.c:2052:55: style: Function 'e_config_hook_class_add_target_map' argument 1 names different: declaration 'klass' definition 'class'. [funcArgNamesDifferent]
evolution-3.4.4/e-util/e-config.h:450:25: note: Function 'e_config_hook_class_add_target_map' argument 1 names different: declaration 'klass' definition 'class'.
evolution-3.4.4/e-util/e-config.c:2052:55: note: Function 'e_config_hook_class_add_target_map' argument 1 names different: declaration 'klass' definition 'class'.
evolution-3.4.4/e-util/e-event.c:130:36: style: Function 'e_event_construct' argument 1 names different: declaration 'event' definition 'ep'. [funcArgNamesDifferent]
evolution-3.4.4/e-util/e-event.h:173:38: note: Function 'e_event_construct' argument 1 names different: declaration 'event' definition 'ep'.
evolution-3.4.4/e-util/e-event.c:130:36: note: Function 'e_event_construct' argument 1 names different: declaration 'event' definition 'ep'.
evolution-3.4.4/e-util/e-event.c:524:58: style: Function 'e_event_hook_class_add_target_map' argument 1 names different: declaration 'klass' definition 'class'. [funcArgNamesDifferent]
evolution-3.4.4/e-util/e-event.h:271:24: note: Function 'e_event_hook_class_add_target_map' argument 1 names different: declaration 'klass' definition 'class'.
evolution-3.4.4/e-util/e-event.c:524:58: note: Function 'e_event_hook_class_add_target_map' argument 1 names different: declaration 'klass' definition 'class'.
evolution-3.4.4/e-util/e-html-utils.c:240:2: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/e-util/e-html-utils.c:233:0: note: Variable 'buffer' is reassigned a value before the old one has been used.
evolution-3.4.4/e-util/e-html-utils.c:240:2: note: Variable 'buffer' is reassigned a value before the old one has been used.
evolution-3.4.4/e-util/e-html-utils.c:242:2: style: Variable 'out' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/e-util/e-html-utils.c:234:0: note: Variable 'out' is reassigned a value before the old one has been used.
evolution-3.4.4/e-util/e-html-utils.c:242:2: note: Variable 'out' is reassigned a value before the old one has been used.
evolution-3.4.4/e-util/e-html-utils.c:329:18: style: The scope of the variable 'dispaddr' can be reduced. [variableScope]
evolution-3.4.4/e-util/e-html-utils.c:329:29: style: The scope of the variable 'outaddr' can be reduced. [variableScope]
evolution-3.4.4/e-util/e-import.c:111:39: style: Function 'e_import_construct' argument 1 names different: declaration 'import' definition 'ep'. [funcArgNamesDifferent]
evolution-3.4.4/e-util/e-import.h:205:41: note: Function 'e_import_construct' argument 1 names different: declaration 'import' definition 'ep'.
evolution-3.4.4/e-util/e-import.c:111:39: note: Function 'e_import_construct' argument 1 names different: declaration 'import' definition 'ep'.
evolution-3.4.4/e-util/e-import.c:146:33: style: Function 'e_import_import' argument 2 names different: declaration 'target' definition 't'. [funcArgNamesDifferent]
evolution-3.4.4/e-util/e-import.h:208:23: note: Function 'e_import_import' argument 2 names different: declaration 'target' definition 't'.
evolution-3.4.4/e-util/e-import.c:146:33: note: Function 'e_import_import' argument 2 names different: declaration 'target' definition 't'.
evolution-3.4.4/e-util/e-import.c:147:35: style: Function 'e_import_import' argument 3 names different: declaration 'importer' definition 'im'. [funcArgNamesDifferent]
evolution-3.4.4/e-util/e-import.h:209:25: note: Function 'e_import_import' argument 3 names different: declaration 'importer' definition 'im'.
evolution-3.4.4/e-util/e-import.c:147:35: note: Function 'e_import_import' argument 3 names different: declaration 'importer' definition 'im'.
evolution-3.4.4/e-util/e-import.c:163:33: style: Function 'e_import_cancel' argument 2 names different: declaration 'target' definition 't'. [funcArgNamesDifferent]
evolution-3.4.4/e-util/e-import.h:214:23: note: Function 'e_import_cancel' argument 2 names different: declaration 'target' definition 't'.
evolution-3.4.4/e-util/e-import.c:163:33: note: Function 'e_import_cancel' argument 2 names different: declaration 'target' definition 't'.
evolution-3.4.4/e-util/e-import.c:164:35: style: Function 'e_import_cancel' argument 3 names different: declaration 'importer' definition 'im'. [funcArgNamesDifferent]
evolution-3.4.4/e-util/e-import.h:215:25: note: Function 'e_import_cancel' argument 3 names different: declaration 'importer' definition 'im'.
evolution-3.4.4/e-util/e-import.c:164:35: note: Function 'e_import_cancel' argument 3 names different: declaration 'importer' definition 'im'.
evolution-3.4.4/e-util/e-import.c:186:39: style: Function 'e_import_get_widget' argument 3 names different: declaration 'importer' definition 'im'. [funcArgNamesDifferent]
evolution-3.4.4/e-util/e-import.h:218:25: note: Function 'e_import_get_widget' argument 3 names different: declaration 'importer' definition 'im'.
evolution-3.4.4/e-util/e-import.c:186:39: note: Function 'e_import_get_widget' argument 3 names different: declaration 'importer' definition 'im'.
evolution-3.4.4/e-util/e-import.c:260:34: style: Function 'e_import_get_importers' argument 1 names different: declaration 'import' definition 'emp'. [funcArgNamesDifferent]
evolution-3.4.4/e-util/e-import.h:203:44: note: Function 'e_import_get_importers' argument 1 names different: declaration 'import' definition 'emp'.
evolution-3.4.4/e-util/e-import.c:260:34: note: Function 'e_import_get_importers' argument 1 names different: declaration 'import' definition 'emp'.
evolution-3.4.4/e-util/e-import.c:305:44: style: Function 'e_import_class_add_importer' argument 1 names different: declaration 'klass' definition 'class'. [funcArgNamesDifferent]
evolution-3.4.4/e-util/e-import.h:199:50: note: Function 'e_import_class_add_importer' argument 1 names different: declaration 'klass' definition 'class'.
evolution-3.4.4/e-util/e-import.c:305:44: note: Function 'e_import_class_add_importer' argument 1 names different: declaration 'klass' definition 'class'.
evolution-3.4.4/e-util/e-import.c:332:31: style: Function 'e_import_target_new' argument 1 names different: declaration 'import' definition 'ep'. [funcArgNamesDifferent]
evolution-3.4.4/e-util/e-import.h:228:41: note: Function 'e_import_target_new' argument 1 names different: declaration 'import' definition 'ep'.
evolution-3.4.4/e-util/e-import.c:332:31: note: Function 'e_import_target_new' argument 1 names different: declaration 'import' definition 'ep'.
evolution-3.4.4/e-util/e-import.c:361:32: style: Function 'e_import_target_free' argument 1 names different: declaration 'import' definition 'ep'. [funcArgNamesDifferent]
evolution-3.4.4/e-util/e-import.h:231:39: note: Function 'e_import_target_free' argument 1 names different: declaration 'import' definition 'ep'.
evolution-3.4.4/e-util/e-import.c:361:32: note: Function 'e_import_target_free' argument 1 names different: declaration 'import' definition 'ep'.
evolution-3.4.4/e-util/e-import.c:362:32: style: Function 'e_import_target_free' argument 2 names different: declaration 'object' definition 'o'. [funcArgNamesDifferent]
evolution-3.4.4/e-util/e-import.h:232:17: note: Function 'e_import_target_free' argument 2 names different: declaration 'object' definition 'o'.
evolution-3.4.4/e-util/e-import.c:362:32: note: Function 'e_import_target_free' argument 2 names different: declaration 'object' definition 'o'.
evolution-3.4.4/e-util/e-import.c:616:55: style: Function 'e_import_hook_class_add_target_map' argument 1 names different: declaration 'klass' definition 'class'. [funcArgNamesDifferent]
evolution-3.4.4/e-util/e-import.h:324:25: note: Function 'e_import_hook_class_add_target_map' argument 1 names different: declaration 'klass' definition 'class'.
evolution-3.4.4/e-util/e-import.c:616:55: note: Function 'e_import_hook_class_add_target_map' argument 1 names different: declaration 'klass' definition 'class'.
evolution-3.4.4/e-util/e-plugin-ui.c:446:16: style: The scope of the variable 'temp' can be reduced. [variableScope]
evolution-3.4.4/e-util/e-plugin.c:415:4: style: Variable 'plugin_load_level' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/e-util/e-plugin.c:414:4: note: Variable 'plugin_load_level' is reassigned a value before the old one has been used.
evolution-3.4.4/e-util/e-plugin.c:415:4: note: Variable 'plugin_load_level' is reassigned a value before the old one has been used.
evolution-3.4.4/e-util/e-plugin.c:412:31: style: The scope of the variable 'is_system_plugin' can be reduced. [variableScope]
evolution-3.4.4/e-util/e-plugin.c:967:19: style: The scope of the variable 'start' can be reduced. [variableScope]
evolution-3.4.4/e-util/e-plugin.c:632:30: style: Function 'e_plugin_construct' argument 1 names different: declaration 'plugin' definition 'ep'. [funcArgNamesDifferent]
evolution-3.4.4/e-util/e-plugin.h:130:37: note: Function 'e_plugin_construct' argument 1 names different: declaration 'plugin' definition 'ep'.
evolution-3.4.4/e-util/e-plugin.c:632:30: note: Function 'e_plugin_construct' argument 1 names different: declaration 'plugin' definition 'ep'.
evolution-3.4.4/e-util/e-plugin.c:659:27: style: Function 'e_plugin_invoke' argument 1 names different: declaration 'plugin' definition 'ep'. [funcArgNamesDifferent]
evolution-3.4.4/e-util/e-plugin.h:137:38: note: Function 'e_plugin_invoke' argument 1 names different: declaration 'plugin' definition 'ep'.
evolution-3.4.4/e-util/e-plugin.c:659:27: note: Function 'e_plugin_invoke' argument 1 names different: declaration 'plugin' definition 'ep'.
evolution-3.4.4/e-util/e-plugin.c:688:31: style: Function 'e_plugin_get_symbol' argument 1 names different: declaration 'plugin' definition 'ep'. [funcArgNamesDifferent]
evolution-3.4.4/e-util/e-plugin.h:135:41: note: Function 'e_plugin_get_symbol' argument 1 names different: declaration 'plugin' definition 'ep'.
evolution-3.4.4/e-util/e-plugin.c:688:31: note: Function 'e_plugin_get_symbol' argument 1 names different: declaration 'plugin' definition 'ep'.
evolution-3.4.4/e-util/e-plugin.c:711:27: style: Function 'e_plugin_enable' argument 1 names different: declaration 'plugin' definition 'ep'. [funcArgNamesDifferent]
evolution-3.4.4/e-util/e-plugin.h:140:35: note: Function 'e_plugin_enable' argument 1 names different: declaration 'plugin' definition 'ep'.
evolution-3.4.4/e-util/e-plugin.c:711:27: note: Function 'e_plugin_enable' argument 1 names different: declaration 'plugin' definition 'ep'.
evolution-3.4.4/e-util/e-plugin.c:738:41: style: Function 'e_plugin_get_configure_widget' argument 1 names different: declaration 'plugin' definition 'ep'. [funcArgNamesDifferent]
evolution-3.4.4/e-util/e-plugin.h:142:53: note: Function 'e_plugin_get_configure_widget' argument 1 names different: declaration 'plugin' definition 'ep'.
evolution-3.4.4/e-util/e-plugin.c:738:41: note: Function 'e_plugin_get_configure_widget' argument 1 names different: declaration 'plugin' definition 'ep'.
evolution-3.4.4/e-util/e-plugin.c:934:36: style: Function 'e_plugin_hook_enable' argument 1 names different: declaration 'plugin_hook' definition 'eph'. [funcArgNamesDifferent]
evolution-3.4.4/e-util/e-plugin.h:264:43: note: Function 'e_plugin_hook_enable' argument 1 names different: declaration 'plugin_hook' definition 'eph'.
evolution-3.4.4/e-util/e-plugin.c:934:36: note: Function 'e_plugin_hook_enable' argument 1 names different: declaration 'plugin_hook' definition 'eph'.
evolution-3.4.4/e-util/e-selection.c:258:2: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/e-util/e-selection.c:250:0: note: Variable 'data' is reassigned a value before the old one has been used.
evolution-3.4.4/e-util/e-selection.c:258:2: note: Variable 'data' is reassigned a value before the old one has been used.
evolution-3.4.4/e-util/e-selection.c:281:2: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/e-util/e-selection.c:273:0: note: Variable 'data' is reassigned a value before the old one has been used.
evolution-3.4.4/e-util/e-selection.c:281:2: note: Variable 'data' is reassigned a value before the old one has been used.
evolution-3.4.4/e-util/e-selection.c:307:2: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/e-util/e-selection.c:296:0: note: Variable 'data' is reassigned a value before the old one has been used.
evolution-3.4.4/e-util/e-selection.c:307:2: note: Variable 'data' is reassigned a value before the old one has been used.
evolution-3.4.4/e-util/e-sorter-array.c:130:31: style: Function 'esa_model_to_sorted' argument 1 names different: declaration 'sorter' definition 'es'. [funcArgNamesDifferent]
evolution-3.4.4/e-util/e-sorter-array.c:45:44: note: Function 'esa_model_to_sorted' argument 1 names different: declaration 'sorter' definition 'es'.
evolution-3.4.4/e-util/e-sorter-array.c:130:31: note: Function 'esa_model_to_sorted' argument 1 names different: declaration 'sorter' definition 'es'.
evolution-3.4.4/e-util/e-sorter-array.c:148:31: style: Function 'esa_sorted_to_model' argument 1 names different: declaration 'sorter' definition 'es'. [funcArgNamesDifferent]
evolution-3.4.4/e-util/e-sorter-array.c:46:44: note: Function 'esa_sorted_to_model' argument 1 names different: declaration 'sorter' definition 'es'.
evolution-3.4.4/e-util/e-sorter-array.c:148:31: note: Function 'esa_sorted_to_model' argument 1 names different: declaration 'sorter' definition 'es'.
evolution-3.4.4/e-util/e-sorter-array.c:166:41: style: Function 'esa_get_model_to_sorted_array' argument 1 names different: declaration 'sorter' definition 'es'. [funcArgNamesDifferent]
evolution-3.4.4/e-util/e-sorter-array.c:47:53: note: Function 'esa_get_model_to_sorted_array' argument 1 names different: declaration 'sorter' definition 'es'.
evolution-3.4.4/e-util/e-sorter-array.c:166:41: note: Function 'esa_get_model_to_sorted_array' argument 1 names different: declaration 'sorter' definition 'es'.
evolution-3.4.4/e-util/e-sorter-array.c:182:41: style: Function 'esa_get_sorted_to_model_array' argument 1 names different: declaration 'sorter' definition 'es'. [funcArgNamesDifferent]
evolution-3.4.4/e-util/e-sorter-array.c:50:53: note: Function 'esa_get_sorted_to_model_array' argument 1 names different: declaration 'sorter' definition 'es'.
evolution-3.4.4/e-util/e-sorter-array.c:182:41: note: Function 'esa_get_sorted_to_model_array' argument 1 names different: declaration 'sorter' definition 'es'.
evolution-3.4.4/e-util/e-sorter-array.c:198:29: style: Function 'esa_needs_sorting' argument 1 names different: declaration 'esa' definition 'es'. [funcArgNamesDifferent]
evolution-3.4.4/e-util/e-sorter-array.c:53:46: note: Function 'esa_needs_sorting' argument 1 names different: declaration 'esa' definition 'es'.
evolution-3.4.4/e-util/e-sorter-array.c:198:29: note: Function 'esa_needs_sorting' argument 1 names different: declaration 'esa' definition 'es'.
evolution-3.4.4/e-util/e-sorter-array.c:264:41: style: Function 'e_sorter_array_construct' argument 1 names different: declaration 'sorter' definition 'esa'. [funcArgNamesDifferent]
evolution-3.4.4/e-util/e-sorter-array.h:66:60: note: Function 'e_sorter_array_construct' argument 1 names different: declaration 'sorter' definition 'esa'.
evolution-3.4.4/e-util/e-sorter-array.c:264:41: note: Function 'e_sorter_array_construct' argument 1 names different: declaration 'sorter' definition 'esa'.
evolution-3.4.4/e-util/e-sorter.c:106:36: style: Function 'e_sorter_model_to_sorted' argument 1 names different: declaration 'sorter' definition 'es'. [funcArgNamesDifferent]
evolution-3.4.4/e-util/e-sorter.h:62:58: note: Function 'e_sorter_model_to_sorted' argument 1 names different: declaration 'sorter' definition 'es'.
evolution-3.4.4/e-util/e-sorter.c:106:36: note: Function 'e_sorter_model_to_sorted' argument 1 names different: declaration 'sorter' definition 'es'.
evolution-3.4.4/e-util/e-sorter.c:119:36: style: Function 'e_sorter_sorted_to_model' argument 1 names different: declaration 'sorter' definition 'es'. [funcArgNamesDifferent]
evolution-3.4.4/e-util/e-sorter.h:64:58: note: Function 'e_sorter_sorted_to_model' argument 1 names different: declaration 'sorter' definition 'es'.
evolution-3.4.4/e-util/e-sorter.c:119:36: note: Function 'e_sorter_sorted_to_model' argument 1 names different: declaration 'sorter' definition 'es'.
evolution-3.4.4/e-util/e-sorter.c:132:46: style: Function 'e_sorter_get_model_to_sorted_array' argument 1 names different: declaration 'sorter' definition 'es'. [funcArgNamesDifferent]
evolution-3.4.4/e-util/e-sorter.h:67:58: note: Function 'e_sorter_get_model_to_sorted_array' argument 1 names different: declaration 'sorter' definition 'es'.
evolution-3.4.4/e-util/e-sorter.c:132:46: note: Function 'e_sorter_get_model_to_sorted_array' argument 1 names different: declaration 'sorter' definition 'es'.
evolution-3.4.4/e-util/e-sorter.c:143:46: style: Function 'e_sorter_get_sorted_to_model_array' argument 1 names different: declaration 'sorter' definition 'es'. [funcArgNamesDifferent]
evolution-3.4.4/e-util/e-sorter.h:70:58: note: Function 'e_sorter_get_sorted_to_model_array' argument 1 names different: declaration 'sorter' definition 'es'.
evolution-3.4.4/e-util/e-sorter.c:143:46: note: Function 'e_sorter_get_sorted_to_model_array' argument 1 names different: declaration 'sorter' definition 'es'.
evolution-3.4.4/e-util/e-sorter.c:154:34: style: Function 'e_sorter_needs_sorting' argument 1 names different: declaration 'sorter' definition 'es'. [funcArgNamesDifferent]
evolution-3.4.4/e-util/e-sorter.h:74:58: note: Function 'e_sorter_needs_sorting' argument 1 names different: declaration 'sorter' definition 'es'.
evolution-3.4.4/e-util/e-sorter.c:154:34: note: Function 'e_sorter_needs_sorting' argument 1 names different: declaration 'sorter' definition 'es'.
evolution-3.4.4/e-util/e-util.c:862:9: style: The scope of the variable 'value_iterator' can be reduced. [variableScope]
evolution-3.4.4/e-util/e-util.c:1011:9: style: The scope of the variable 'sp' can be reduced. [variableScope]
evolution-3.4.4/e-util/e-util.c:1387:9: style: The scope of the variable 'string' can be reduced. [variableScope]
evolution-3.4.4/e-util/e-util.c:1459:15: style: The scope of the variable 'string' can be reduced. [variableScope]
evolution-3.4.4/em-format/em-format-quote.c:338:19: style: The scope of the variable 'mailaddr' can be reduced. [variableScope]
evolution-3.4.4/em-format/em-format-quote.c:644:19: style: The scope of the variable 'sig_strip' can be reduced. [variableScope]
evolution-3.4.4/em-format/em-format.c:506:3: warning: Either the condition 'current' is redundant or there is possible null pointer dereference: current. [nullPointerRedundantCheck]
evolution-3.4.4/em-format/em-format.c:503:10: note: Assuming that condition 'current' is not redundant
evolution-3.4.4/em-format/em-format.c:506:3: note: Null pointer dereference
evolution-3.4.4/em-format/em-format.c:597:15: style: The scope of the variable 'tmp' can be reduced. [variableScope]
evolution-3.4.4/em-format/em-format.c:1866:16: style: The scope of the variable 'cid' can be reduced. [variableScope]
evolution-3.4.4/em-format/em-format.c:1922:17: style: The scope of the variable 'body_part' can be reduced. [variableScope]
evolution-3.4.4/em-format/em-format.c:592:34: style: Function 'em_format_add_puri' argument 3 names different: declaration 'uri' definition 'cid'. [funcArgNamesDifferent]
evolution-3.4.4/em-format/em-format.h:356:21: note: Function 'em_format_add_puri' argument 3 names different: declaration 'uri' definition 'cid'.
evolution-3.4.4/em-format/em-format.c:592:34: note: Function 'em_format_add_puri' argument 3 names different: declaration 'uri' definition 'cid'.
evolution-3.4.4/em-format/em-format.c:1209:36: style: Function 'em_format_set_inline' argument 2 names different: declaration 'partid' definition 'part_id'. [funcArgNamesDifferent]
evolution-3.4.4/em-format/em-format.h:333:21: note: Function 'em_format_set_inline' argument 2 names different: declaration 'partid' definition 'part_id'.
evolution-3.4.4/em-format/em-format.c:1209:36: note: Function 'em_format_set_inline' argument 2 names different: declaration 'partid' definition 'part_id'.
evolution-3.4.4/em-format/em-format.c:1361:42: style: Function 'em_format_format_text' argument 3 names different: declaration 'part' definition 'dw'. [funcArgNamesDifferent]
evolution-3.4.4/em-format/em-format.h:413:26: note: Function 'em_format_format_text' argument 3 names different: declaration 'part' definition 'dw'.
evolution-3.4.4/em-format/em-format.c:1361:42: note: Function 'em_format_format_text' argument 3 names different: declaration 'part' definition 'dw'.
evolution-3.4.4/em-format/em-inline-filter.c:428:41: style: Function 'em_inline_filter_new' argument 2 names different: declaration 'type' definition 'base_type'. [funcArgNamesDifferent]
evolution-3.4.4/em-format/em-inline-filter.h:74:26: note: Function 'em_inline_filter_new' argument 2 names different: declaration 'type' definition 'base_type'.
evolution-3.4.4/em-format/em-inline-filter.c:428:41: note: Function 'em_inline_filter_new' argument 2 names different: declaration 'type' definition 'base_type'.
evolution-3.4.4/filter/e-filter-element.c:37:21: style: struct member '_element_type::create' is never used. [unusedStructMember]
evolution-3.4.4/filter/e-filter-int.c:224:37: style: Function 'e_filter_int_set_value' argument 1 names different: declaration 'f_int' definition 'filter_int'. [funcArgNamesDifferent]
evolution-3.4.4/filter/e-filter-int.h:72:44: note: Function 'e_filter_int_set_value' argument 1 names different: declaration 'f_int' definition 'filter_int'.
evolution-3.4.4/filter/e-filter-int.c:224:37: note: Function 'e_filter_int_set_value' argument 1 names different: declaration 'f_int' definition 'filter_int'.
evolution-3.4.4/filter/e-filter-option.c:203:29: style: The scope of the variable 'op' can be reduced. [variableScope]
evolution-3.4.4/filter/e-filter-option.c:464:35: style: Function 'e_filter_option_add' argument 2 names different: declaration 'name' definition 'value'. [funcArgNamesDifferent]
evolution-3.4.4/filter/e-filter-option.h:84:21: note: Function 'e_filter_option_add' argument 2 names different: declaration 'name' definition 'value'.
evolution-3.4.4/filter/e-filter-option.c:464:35: note: Function 'e_filter_option_add' argument 2 names different: declaration 'name' definition 'value'.
evolution-3.4.4/filter/e-filter-part.c:146:41: style: Function 'e_filter_part_xml_create' argument 3 names different: declaration 'rc' definition 'context'. [funcArgNamesDifferent]
evolution-3.4.4/filter/e-filter-part.h:82:30: note: Function 'e_filter_part_xml_create' argument 3 names different: declaration 'rc' definition 'context'.
evolution-3.4.4/filter/e-filter-part.c:146:41: note: Function 'e_filter_part_xml_create' argument 3 names different: declaration 'rc' definition 'context'.
evolution-3.4.4/filter/e-filter-part.c:198:40: style: Function 'e_filter_part_xml_encode' argument 1 names different: declaration 'fe' definition 'part'. [funcArgNamesDifferent]
evolution-3.4.4/filter/e-filter-part.h:83:51: note: Function 'e_filter_part_xml_encode' argument 1 names different: declaration 'fe' definition 'part'.
evolution-3.4.4/filter/e-filter-part.c:198:40: note: Function 'e_filter_part_xml_encode' argument 1 names different: declaration 'fe' definition 'part'.
evolution-3.4.4/filter/e-filter-part.c:220:40: style: Function 'e_filter_part_xml_decode' argument 1 names different: declaration 'fe' definition 'part'. [funcArgNamesDifferent]
evolution-3.4.4/filter/e-filter-part.h:84:46: note: Function 'e_filter_part_xml_decode' argument 1 names different: declaration 'fe' definition 'part'.
evolution-3.4.4/filter/e-filter-part.c:220:40: note: Function 'e_filter_part_xml_decode' argument 1 names different: declaration 'fe' definition 'part'.
evolution-3.4.4/filter/e-filter-part.c:472:41: style: Function 'e_filter_part_expand_code' argument 2 names different: declaration 'str' definition 'source'. [funcArgNamesDifferent]
evolution-3.4.4/filter/e-filter-part.h:95:21: note: Function 'e_filter_part_expand_code' argument 2 names different: declaration 'str' definition 'source'.
evolution-3.4.4/filter/e-filter-part.c:472:41: note: Function 'e_filter_part_expand_code' argument 2 names different: declaration 'str' definition 'source'.
evolution-3.4.4/filter/e-filter-rule.c:672:34: style: The scope of the variable 'w' can be reduced. [variableScope]
evolution-3.4.4/filter/e-filter-rule.c:678:15: style: The scope of the variable 'part' can be reduced. [variableScope]
evolution-3.4.4/filter/e-rule-context.c:203:24: style: The scope of the variable 'part_map' can be reduced. [variableScope]
evolution-3.4.4/filter/e-rule-context.c:325:15: style: The scope of the variable 'rule' can be reduced. [variableScope]
evolution-3.4.4/filter/e-rule-context.c:361:24: style: The scope of the variable 'rule_map' can be reduced. [variableScope]
evolution-3.4.4/filter/e-rule-editor.c:146:20: style: The scope of the variable 'selection' can be reduced. [variableScope]
evolution-3.4.4/filter/e-rule-editor.c:147:15: style: The scope of the variable 'path' can be reduced. [variableScope]
evolution-3.4.4/filter/e-rule-editor.c:302:15: style: The scope of the variable 'rule' can be reduced. [variableScope]
evolution-3.4.4/filter/e-rule-editor.c:303:15: style: The scope of the variable 'path' can be reduced. [variableScope]
evolution-3.4.4/filter/e-rule-editor.c:394:20: style: The scope of the variable 'selection' can be reduced. [variableScope]
evolution-3.4.4/filter/e-rule-editor.c:395:15: style: The scope of the variable 'path' can be reduced. [variableScope]
evolution-3.4.4/libemail-engine/e-mail-folder-utils.c:369:20: style: The scope of the variable 'message' can be reduced. [variableScope]
evolution-3.4.4/libemail-engine/e-mail-folder-utils.c:413:17: style: The scope of the variable 'buffer' can be reduced. [variableScope]
evolution-3.4.4/libemail-engine/e-mail-folder-utils.c:618:20: style: The scope of the variable 'message' can be reduced. [variableScope]
evolution-3.4.4/libemail-engine/e-mail-session-utils.c:883:2: style: Variable 'success' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/libemail-engine/e-mail-session-utils.c:878:0: note: Variable 'success' is reassigned a value before the old one has been used.
evolution-3.4.4/libemail-engine/e-mail-session-utils.c:883:2: note: Variable 'success' is reassigned a value before the old one has been used.
evolution-3.4.4/libemail-engine/e-mail-session.c:979:24: style: Redundant condition: config_service. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
evolution-3.4.4/libemail-engine/e-mail-session.c:745:12: style: The scope of the variable 'account' can be reduced. [variableScope]
evolution-3.4.4/libemail-engine/e-mail-utils.c:661:3: warning: Either the condition 'user_data!=NULL' is redundant or there is possible null pointer dereference: photo. [nullPointerRedundantCheck]
evolution-3.4.4/libemail-engine/e-mail-utils.c:659:34: note: Assuming that condition 'user_data!=NULL' is not redundant
evolution-3.4.4/libemail-engine/e-mail-utils.c:656:26: note: Assignment 'photo=user_data', assigned value is 0
evolution-3.4.4/libemail-engine/e-mail-utils.c:661:3: note: Null pointer dereference
evolution-3.4.4/libemail-engine/e-mail-utils.c:662:8: warning: Either the condition 'user_data!=NULL' is redundant or there is possible null pointer dereference: photo. [nullPointerRedundantCheck]
evolution-3.4.4/libemail-engine/e-mail-utils.c:659:34: note: Assuming that condition 'user_data!=NULL' is not redundant
evolution-3.4.4/libemail-engine/e-mail-utils.c:656:26: note: Assignment 'photo=user_data', assigned value is 0
evolution-3.4.4/libemail-engine/e-mail-utils.c:662:8: note: Null pointer dereference
evolution-3.4.4/libemail-engine/e-mail-utils.c:640:48: style: Function 'em_utils_in_addressbook' argument 1 names different: declaration 'addr' definition 'iaddr'. [funcArgNamesDifferent]
evolution-3.4.4/libemail-engine/e-mail-utils.h:32:58: note: Function 'em_utils_in_addressbook' argument 1 names different: declaration 'addr' definition 'iaddr'.
evolution-3.4.4/libemail-engine/e-mail-utils.c:640:48: note: Function 'em_utils_in_addressbook' argument 1 names different: declaration 'addr' definition 'iaddr'.
evolution-3.4.4/libemail-engine/e-mail-utils.c:690:47: style: Function 'em_utils_contact_photo' argument 1 names different: declaration 'addr' definition 'cia'. [funcArgNamesDifferent]
evolution-3.4.4/libemail-engine/e-mail-utils.h:34:64: note: Function 'em_utils_contact_photo' argument 1 names different: declaration 'addr' definition 'cia'.
evolution-3.4.4/libemail-engine/e-mail-utils.c:690:47: note: Function 'em_utils_contact_photo' argument 1 names different: declaration 'addr' definition 'cia'.
evolution-3.4.4/libemail-engine/e-mail-utils.c:691:34: style: Function 'em_utils_contact_photo' argument 2 names different: declaration 'local' definition 'local_only'. [funcArgNamesDifferent]
evolution-3.4.4/libemail-engine/e-mail-utils.h:35:17: note: Function 'em_utils_contact_photo' argument 2 names different: declaration 'local' definition 'local_only'.
evolution-3.4.4/libemail-engine/e-mail-utils.c:691:34: note: Function 'em_utils_contact_photo' argument 2 names different: declaration 'local' definition 'local_only'.
evolution-3.4.4/libemail-engine/mail-config.c:173:2: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/libemail-engine/mail-config.c:171:0: note: Variable 'res' is reassigned a value before the old one has been used.
evolution-3.4.4/libemail-engine/mail-config.c:173:2: note: Variable 'res' is reassigned a value before the old one has been used.
evolution-3.4.4/libemail-engine/mail-folder-cache.c:210:23: style: The scope of the variable 'ud' can be reduced. [variableScope]
evolution-3.4.4/libemail-engine/mail-folder-cache.c:419:20: style: The scope of the variable 'info' can be reduced. [variableScope]
evolution-3.4.4/libemail-engine/mail-folder-cache.c:510:25: style: The scope of the variable 'up' can be reduced. [variableScope]
evolution-3.4.4/libemail-engine/mail-folder-cache.c:544:25: style: The scope of the variable 'up' can be reduced. [variableScope]
evolution-3.4.4/libemail-engine/mail-folder-cache.c:625:23: style: The scope of the variable 'mfi' can be reduced. [variableScope]
evolution-3.4.4/libemail-engine/mail-folder-cache.c:810:16: style: The scope of the variable 'folder' can be reduced. [variableScope]
evolution-3.4.4/libemail-engine/mail-folder-cache.c:1739:59: style: Function 'mail_folder_cache_get_local_folder_uris' argument 1 names different: declaration 'cache' definition 'self'. [funcArgNamesDifferent]
evolution-3.4.4/libemail-engine/mail-folder-cache.h:136:25: note: Function 'mail_folder_cache_get_local_folder_uris' argument 1 names different: declaration 'cache' definition 'self'.
evolution-3.4.4/libemail-engine/mail-folder-cache.c:1739:59: note: Function 'mail_folder_cache_get_local_folder_uris' argument 1 names different: declaration 'cache' definition 'self'.
evolution-3.4.4/libemail-engine/mail-folder-cache.c:1759:60: style: Function 'mail_folder_cache_get_remote_folder_uris' argument 1 names different: declaration 'cache' definition 'self'. [funcArgNamesDifferent]
evolution-3.4.4/libemail-engine/mail-folder-cache.h:139:25: note: Function 'mail_folder_cache_get_remote_folder_uris' argument 1 names different: declaration 'cache' definition 'self'.
evolution-3.4.4/libemail-engine/mail-folder-cache.c:1759:60: note: Function 'mail_folder_cache_get_remote_folder_uris' argument 1 names different: declaration 'cache' definition 'self'.
evolution-3.4.4/libemail-engine/mail-ops.c:812:10: style: The scope of the variable 'ap' can be reduced. [variableScope]
evolution-3.4.4/libemail-engine/mail-ops.c:813:9: style: The scope of the variable 'str' can be reduced. [variableScope]
evolution-3.4.4/libemail-engine/mail-ops.c:1365:12: style: The scope of the variable 'account' can be reduced. [variableScope]
evolution-3.4.4/libemail-engine/mail-tools.c:173:10: style: The scope of the variable 'fromstr' can be reduced. [variableScope]
evolution-3.4.4/libemail-engine/mail-vfolder.c:880:8: warning: Redundant assignment of 'store' to itself. [selfAssignment]
evolution-3.4.4/libemail-engine/mail-vfolder.c:87:15: style: The scope of the variable 'folder' can be reduced. [variableScope]
evolution-3.4.4/libemail-engine/mail-vfolder.c:582:15: style: The scope of the variable 'source' can be reduced. [variableScope]
evolution-3.4.4/libemail-engine/mail-vfolder.c:877:9: style: The scope of the variable 'user' can be reduced. [variableScope]
evolution-3.4.4/libemail-engine/mail-vfolder.c:921:15: style: The scope of the variable 'rule' can be reduced. [variableScope]
evolution-3.4.4/libemail-engine/mail-vfolder.c:922:9: style: The scope of the variable 'user' can be reduced. [variableScope]
evolution-3.4.4/libemail-utils/e-signature-list.c:490:3: style: Variable 'value' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/libemail-utils/e-signature-list.c:486:0: note: Variable 'value' is reassigned a value before the old one has been used.
evolution-3.4.4/libemail-utils/e-signature-list.c:490:3: note: Variable 'value' is reassigned a value before the old one has been used.
evolution-3.4.4/libemail-utils/e-signature-list.c:150:9: style: The scope of the variable 'uid' can be reduced. [variableScope]
evolution-3.4.4/libemail-utils/e-signature-list.c:337:14: style: The scope of the variable 'signature' can be reduced. [variableScope]
evolution-3.4.4/libemail-utils/e-signature-list.c:339:9: style: The scope of the variable 'xmlbuf' can be reduced. [variableScope]
evolution-3.4.4/libemail-utils/e-signature-list.c:299:42: style: Function 'e_signature_list_construct' argument 2 names different: declaration 'client' definition 'gconf'. [funcArgNamesDifferent]
evolution-3.4.4/libemail-utils/e-signature-list.h:76:21: note: Function 'e_signature_list_construct' argument 2 names different: declaration 'client' definition 'gconf'.
evolution-3.4.4/libemail-utils/e-signature-list.c:299:42: note: Function 'e_signature_list_construct' argument 2 names different: declaration 'client' definition 'gconf'.
evolution-3.4.4/libemail-utils/e-signature.c:558:12: style: Variable 'node' is assigned a value that is never used. [unreadVariable]
evolution-3.4.4/libemail-utils/em-vfolder-rule.c:359:27: style: Function 'get_widget' argument 2 names different: declaration 'f' definition 'rc'. [funcArgNamesDifferent]
evolution-3.4.4/libemail-utils/em-vfolder-rule.c:57:62: note: Function 'get_widget' argument 2 names different: declaration 'f' definition 'rc'.
evolution-3.4.4/libemail-utils/em-vfolder-rule.c:359:27: note: Function 'get_widget' argument 2 names different: declaration 'f' definition 'rc'.
evolution-3.4.4/libemail-utils/mail-mt.c:548:13: error: va_list 'ap' used before va_start() was called. [va_list_usedBeforeStarted]
evolution-3.4.4/libemail-utils/mail-mt.c:552:16: error: va_list 'ap' used before va_start() was called. [va_list_usedBeforeStarted]
evolution-3.4.4/libevolution-utils/e-alert.c:177:2: style: Variable 'doc' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/libevolution-utils/e-alert.c:168:0: note: Variable 'doc' is reassigned a value before the old one has been used.
evolution-3.4.4/libevolution-utils/e-alert.c:177:2: note: Variable 'doc' is reassigned a value before the old one has been used.
evolution-3.4.4/libevolution-utils/evolution-util.c:203:9: style: The scope of the variable 'p' can be reduced. [variableScope]
evolution-3.4.4/libgnomecanvas/gailcanvasitem.c:182:20: style: The scope of the variable 'item' can be reduced. [variableScope]
evolution-3.4.4/libgnomecanvas/gailcanvastext.c:442:16: style: The scope of the variable 'cursor_mark' can be reduced. [variableScope]
evolution-3.4.4/libgnomecanvas/gnome-canvas-rich-text.c:1591:53: style: Function 'gnome_canvas_rich_text_start_cursor_blink' argument 2 names different: declaration 'delay' definition 'with_delay'. [funcArgNamesDifferent]
evolution-3.4.4/libgnomecanvas/gnome-canvas-rich-text.c:141:22: note: Function 'gnome_canvas_rich_text_start_cursor_blink' argument 2 names different: declaration 'delay' definition 'with_delay'.
evolution-3.4.4/libgnomecanvas/gnome-canvas-rich-text.c:1591:53: note: Function 'gnome_canvas_rich_text_start_cursor_blink' argument 2 names different: declaration 'delay' definition 'with_delay'.
evolution-3.4.4/libgnomecanvas/gnome-canvas-rich-text.c:1957:53: style: Function 'gnome_canvas_rich_text_get_bounds' argument 1 names different: declaration 'text' definition 'item'. [funcArgNamesDifferent]
evolution-3.4.4/libgnomecanvas/gnome-canvas-rich-text.c:134:65: note: Function 'gnome_canvas_rich_text_get_bounds' argument 1 names different: declaration 'text' definition 'item'.
evolution-3.4.4/libgnomecanvas/gnome-canvas-rich-text.c:1957:53: note: Function 'gnome_canvas_rich_text_get_bounds' argument 1 names different: declaration 'text' definition 'item'.
evolution-3.4.4/libgnomecanvas/gnome-canvas-text.c:1064:53: style: Function 'gnome_canvas_text_apply_font_desc' argument 1 names different: declaration 'textitem' definition 'text'. [funcArgNamesDifferent]
evolution-3.4.4/libgnomecanvas/gnome-canvas-text.c:126:66: note: Function 'gnome_canvas_text_apply_font_desc' argument 1 names different: declaration 'textitem' definition 'text'.
evolution-3.4.4/libgnomecanvas/gnome-canvas-text.c:1064:53: note: Function 'gnome_canvas_text_apply_font_desc' argument 1 names different: declaration 'textitem' definition 'text'.
evolution-3.4.4/libgnomecanvas/gnome-canvas-text.c:1093:54: style: Function 'gnome_canvas_text_apply_attributes' argument 1 names different: declaration 'textitem' definition 'text'. [funcArgNamesDifferent]
evolution-3.4.4/libgnomecanvas/gnome-canvas-text.c:127:66: note: Function 'gnome_canvas_text_apply_attributes' argument 1 names different: declaration 'textitem' definition 'text'.
evolution-3.4.4/libgnomecanvas/gnome-canvas-text.c:1093:54: note: Function 'gnome_canvas_text_apply_attributes' argument 1 names different: declaration 'textitem' definition 'text'.
evolution-3.4.4/libgnomecanvas/gnome-canvas-text.c:1114:51: style: Function 'gnome_canvas_text_set_font_desc' argument 1 names different: declaration 'textitem' definition 'text'. [funcArgNamesDifferent]
evolution-3.4.4/libgnomecanvas/gnome-canvas-text.c:123:66: note: Function 'gnome_canvas_text_set_font_desc' argument 1 names different: declaration 'textitem' definition 'text'.
evolution-3.4.4/libgnomecanvas/gnome-canvas-text.c:1114:51: note: Function 'gnome_canvas_text_set_font_desc' argument 1 names different: declaration 'textitem' definition 'text'.
evolution-3.4.4/libgnomecanvas/gnome-canvas.c:1344:19: style: The scope of the variable 'i' can be reduced. [variableScope]
evolution-3.4.4/libgnomecanvas/gnome-canvas.c:1382:19: style: The scope of the variable 'i' can be reduced. [variableScope]
evolution-3.4.4/libgnomecanvas/gnome-canvas.c:1402:19: style: The scope of the variable 'i' can be reduced. [variableScope]
evolution-3.4.4/libgnomecanvas/gnome-canvas.c:1422:19: style: The scope of the variable 'i' can be reduced. [variableScope]
evolution-3.4.4/libgnomecanvas/gnome-canvas.c:1442:19: style: The scope of the variable 'i' can be reduced. [variableScope]
evolution-3.4.4/libgnomecanvas/gnome-canvas.c:1499:19: style: The scope of the variable 'child' can be reduced. [variableScope]
evolution-3.4.4/libgnomecanvas/gnome-canvas.c:1263:43: style: Function 'gnome_canvas_group_set_property' argument 1 names different: declaration 'object' definition 'gobject'. [funcArgNamesDifferent]
evolution-3.4.4/libgnomecanvas/gnome-canvas.c:1178:69: note: Function 'gnome_canvas_group_set_property' argument 1 names different: declaration 'object' definition 'gobject'.
evolution-3.4.4/libgnomecanvas/gnome-canvas.c:1263:43: note: Function 'gnome_canvas_group_set_property' argument 1 names different: declaration 'object' definition 'gobject'.
evolution-3.4.4/libgnomecanvas/gnome-canvas.c:1291:43: style: Function 'gnome_canvas_group_get_property' argument 1 names different: declaration 'object' definition 'gobject'. [funcArgNamesDifferent]
evolution-3.4.4/libgnomecanvas/gnome-canvas.c:1182:69: note: Function 'gnome_canvas_group_get_property' argument 1 names different: declaration 'object' definition 'gobject'.
evolution-3.4.4/libgnomecanvas/gnome-canvas.c:1291:43: note: Function 'gnome_canvas_group_get_property' argument 1 names different: declaration 'object' definition 'gobject'.
evolution-3.4.4/libgnomecanvas/gnome-canvas.c:1339:50: style: Function 'gnome_canvas_group_update' argument 2 names different: declaration 'matrix' definition 'i2c'. [funcArgNamesDifferent]
evolution-3.4.4/libgnomecanvas/gnome-canvas.c:1190:69: note: Function 'gnome_canvas_group_update' argument 2 names different: declaration 'matrix' definition 'i2c'.
evolution-3.4.4/libgnomecanvas/gnome-canvas.c:1339:50: note: Function 'gnome_canvas_group_update' argument 2 names different: declaration 'matrix' definition 'i2c'.
evolution-3.4.4/mail/e-mail-account-store.c:1210:6: error: Uninitialized variable: proceed [uninitvar]
evolution-3.4.4/mail/e-mail-account-store.c:1238:6: error: Uninitialized variable: proceed [uninitvar]
evolution-3.4.4/mail/e-mail-migrate.c:235:15: style: The scope of the variable 'd' can be reduced. [variableScope]
evolution-3.4.4/mail/e-mail-notebook-view.c:1518:2: style: Variable 'pos' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/mail/e-mail-notebook-view.c:1507:2: note: Variable 'pos' is reassigned a value before the old one has been used.
evolution-3.4.4/mail/e-mail-notebook-view.c:1518:2: note: Variable 'pos' is reassigned a value before the old one has been used.
evolution-3.4.4/mail/e-mail-reader-utils.c:811:51: style: Function 'e_mail_reader_reply_to_message' argument 2 names different: declaration 'message' definition 'src_message'. [funcArgNamesDifferent]
evolution-3.4.4/mail/e-mail-reader-utils.h:52:26: note: Function 'e_mail_reader_reply_to_message' argument 2 names different: declaration 'message' definition 'src_message'.
evolution-3.4.4/mail/e-mail-reader-utils.c:811:51: note: Function 'e_mail_reader_reply_to_message' argument 2 names different: declaration 'message' definition 'src_message'.
evolution-3.4.4/mail/e-mail-reader-utils.c:1252:50: style: Function 'e_mail_reader_create_vfolder_from_selected' argument 2 names different: declaration 'filter_type' definition 'vfolder_type'. [funcArgNamesDifferent]
evolution-3.4.4/mail/e-mail-reader-utils.h:63:13: note: Function 'e_mail_reader_create_vfolder_from_selected' argument 2 names different: declaration 'filter_type' definition 'vfolder_type'.
evolution-3.4.4/mail/e-mail-reader-utils.c:1252:50: note: Function 'e_mail_reader_create_vfolder_from_selected' argument 2 names different: declaration 'filter_type' definition 'vfolder_type'.
evolution-3.4.4/mail/e-mail-reader.c:2997:19: style: Condition 'error!=NULL' is always false [knownConditionTrueFalse]
evolution-3.4.4/mail/e-mail-reader.c:2950:18: note: Assignment 'error=NULL', assigned value is 0
evolution-3.4.4/mail/e-mail-reader.c:2997:19: note: Condition 'error!=NULL' is always false
evolution-3.4.4/mail/e-mail-reader.c:176:2: style: Variable 'info' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/mail/e-mail-reader.c:163:0: note: Variable 'info' is reassigned a value before the old one has been used.
evolution-3.4.4/mail/e-mail-reader.c:176:2: note: Variable 'info' is reassigned a value before the old one has been used.
evolution-3.4.4/mail/e-mail-sidebar.c:272:15: style: The scope of the variable 'key' can be reduced. [variableScope]
evolution-3.4.4/mail/e-mail-tab-picker.c:1148:41: style: Function 'e_mail_tab_picker_set_current_tab' argument 2 names different: declaration 'tab' definition 'tab_no'. [funcArgNamesDifferent]
evolution-3.4.4/mail/e-mail-tab-picker.h:81:13: note: Function 'e_mail_tab_picker_set_current_tab' argument 2 names different: declaration 'tab' definition 'tab_no'.
evolution-3.4.4/mail/e-mail-tab-picker.c:1148:41: note: Function 'e_mail_tab_picker_set_current_tab' argument 2 names different: declaration 'tab' definition 'tab_no'.
evolution-3.4.4/mail/e-mail-tab.c:1814:34: style: Function 'e_mail_tab_set_private' argument 2 names different: declaration 'private_' definition 'private'. [funcArgNamesDifferent]
evolution-3.4.4/mail/e-mail-tab.h:89:17: note: Function 'e_mail_tab_set_private' argument 2 names different: declaration 'private_' definition 'private'.
evolution-3.4.4/mail/e-mail-tab.c:1814:34: note: Function 'e_mail_tab_set_private' argument 2 names different: declaration 'private_' definition 'private'.
evolution-3.4.4/mail/e-mail-tab.c:527:22: error: Uninitialized variable: min_width [uninitvar]
evolution-3.4.4/mail/e-mail-tab.c:528:22: error: Uninitialized variable: nat_width [uninitvar]
evolution-3.4.4/mail/em-account-editor.c:4648:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
evolution-3.4.4/mail/em-account-editor.c:5578:12: style: Expression is always false because 'else if' condition matches previous condition at line 5573. [multiCondition]
evolution-3.4.4/mail/em-account-editor.c:1471:9: style: The scope of the variable 'value' can be reduced. [variableScope]
evolution-3.4.4/mail/em-account-editor.c:1494:33: style: The scope of the variable 'item' can be reduced. [variableScope]
evolution-3.4.4/mail/em-account-editor.c:1603:16: style: The scope of the variable 'model' can be reduced. [variableScope]
evolution-3.4.4/mail/em-account-editor.c:1722:16: style: The scope of the variable 'model' can be reduced. [variableScope]
evolution-3.4.4/mail/em-account-editor.c:3137:21: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
evolution-3.4.4/mail/em-account-editor.c:3209:21: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
evolution-3.4.4/mail/em-account-editor.c:3828:25: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
evolution-3.4.4/mail/em-account-editor.c:4147:29: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
evolution-3.4.4/mail/em-account-editor.c:5492:12: style: Variable 'abs_uri' is allocated memory that is never used. [unusedAllocatedMemory]
evolution-3.4.4/mail/em-composer-utils.c:2182:32: style: Same expression on both sides of '==' because the value of 'posthdr' and 'NULL' are the same. [duplicateExpression]
evolution-3.4.4/mail/em-composer-utils.c:2177:25: note: 'posthdr' is assigned value 'NULL' here.
evolution-3.4.4/mail/em-composer-utils.c:2182:32: note: Same expression on both sides of '==' because the value of 'posthdr' and 'NULL' are the same.
evolution-3.4.4/mail/em-composer-utils.c:2226:32: style: Same expression on both sides of '==' because the value of 'posthdr' and 'NULL' are the same. [duplicateExpression]
evolution-3.4.4/mail/em-composer-utils.c:2221:25: note: 'posthdr' is assigned value 'NULL' here.
evolution-3.4.4/mail/em-composer-utils.c:2226:32: note: Same expression on both sides of '==' because the value of 'posthdr' and 'NULL' are the same.
evolution-3.4.4/mail/em-composer-utils.c:2259:32: style: Same expression on both sides of '==' because the value of 'posthdr' and 'NULL' are the same. [duplicateExpression]
evolution-3.4.4/mail/em-composer-utils.c:2254:26: note: 'posthdr' is assigned value 'NULL' here.
evolution-3.4.4/mail/em-composer-utils.c:2259:32: note: Same expression on both sides of '==' because the value of 'posthdr' and 'NULL' are the same.
evolution-3.4.4/mail/em-composer-utils.c:2376:32: style: Same expression on both sides of '==' because the value of 'posthdr' and 'NULL' are the same. [duplicateExpression]
evolution-3.4.4/mail/em-composer-utils.c:2366:25: note: 'posthdr' is assigned value 'NULL' here.
evolution-3.4.4/mail/em-composer-utils.c:2376:32: note: Same expression on both sides of '==' because the value of 'posthdr' and 'NULL' are the same.
evolution-3.4.4/mail/em-composer-utils.c:1162:18: style: The scope of the variable 'part' can be reduced. [variableScope]
evolution-3.4.4/mail/em-composer-utils.c:2116:35: style: The scope of the variable 'list' can be reduced. [variableScope]
evolution-3.4.4/mail/em-composer-utils.c:2285:12: style: The scope of the variable 'account' can be reduced. [variableScope]
evolution-3.4.4/mail/em-composer-utils.c:165:34: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
evolution-3.4.4/mail/em-composer-utils.c:180:29: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
evolution-3.4.4/mail/em-composer-utils.c:198:27: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
evolution-3.4.4/mail/em-composer-utils.c:343:22: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
evolution-3.4.4/mail/em-composer-utils.c:399:56: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
evolution-3.4.4/mail/em-composer-utils.c:1703:45: style: Function 'em_utils_forward_message' argument 2 names different: declaration 'msg' definition 'message'. [funcArgNamesDifferent]
evolution-3.4.4/mail/em-composer-utils.h:50:26: note: Function 'em_utils_forward_message' argument 2 names different: declaration 'msg' definition 'message'.
evolution-3.4.4/mail/em-composer-utils.c:1703:45: note: Function 'em_utils_forward_message' argument 2 names different: declaration 'msg' definition 'message'.
evolution-3.4.4/mail/em-composer-utils.c:2728:45: style: Function 'em_utils_construct_composer_text' argument 2 names different: declaration 'source_formatter' definition 'source'. [funcArgNamesDifferent]
evolution-3.4.4/mail/em-composer-utils.h:63:18: note: Function 'em_utils_construct_composer_text' argument 2 names different: declaration 'source_formatter' definition 'source'.
evolution-3.4.4/mail/em-composer-utils.c:2728:45: note: Function 'em_utils_construct_composer_text' argument 2 names different: declaration 'source_formatter' definition 'source'.
evolution-3.4.4/mail/em-composer-utils.c:2765:38: style: Function 'em_utils_reply_to_message' argument 7 names different: declaration 'source' definition 'source_formatter'. [funcArgNamesDifferent]
evolution-3.4.4/mail/em-composer-utils.h:78:18: note: Function 'em_utils_reply_to_message' argument 7 names different: declaration 'source' definition 'source_formatter'.
evolution-3.4.4/mail/em-composer-utils.c:2765:38: note: Function 'em_utils_reply_to_message' argument 7 names different: declaration 'source' definition 'source_formatter'.
evolution-3.4.4/mail/em-event.c:111:38: style: Function 'em_event_target_new_folder' argument 1 names different: declaration 'emp' definition 'eme'. [funcArgNamesDifferent]
evolution-3.4.4/mail/em-event.h:156:40: note: Function 'em_event_target_new_folder' argument 1 names different: declaration 'emp' definition 'eme'.
evolution-3.4.4/mail/em-event.c:111:38: note: Function 'em_event_target_new_folder' argument 1 names different: declaration 'emp' definition 'eme'.
evolution-3.4.4/mail/em-event.c:114:35: style: Function 'em_event_target_new_folder' argument 4 names different: declaration 'count_new_msgs' definition 'new'. [funcArgNamesDifferent]
evolution-3.4.4/mail/em-event.h:159:16: note: Function 'em_event_target_new_folder' argument 4 names different: declaration 'count_new_msgs' definition 'new'.
evolution-3.4.4/mail/em-event.c:114:35: note: Function 'em_event_target_new_folder' argument 4 names different: declaration 'count_new_msgs' definition 'new'.
evolution-3.4.4/mail/em-event.c:140:40: style: Function 'em_event_target_new_composer' argument 1 names different: declaration 'emp' definition 'eme'. [funcArgNamesDifferent]
evolution-3.4.4/mail/em-event.h:164:42: note: Function 'em_event_target_new_composer' argument 1 names different: declaration 'emp' definition 'eme'.
evolution-3.4.4/mail/em-event.c:140:40: note: Function 'em_event_target_new_composer' argument 1 names different: declaration 'emp' definition 'eme'.
evolution-3.4.4/mail/em-event.c:156:39: style: Function 'em_event_target_new_message' argument 1 names different: declaration 'emp' definition 'eme'. [funcArgNamesDifferent]
evolution-3.4.4/mail/em-event.h:168:41: note: Function 'em_event_target_new_message' argument 1 names different: declaration 'emp' definition 'eme'.
evolution-3.4.4/mail/em-event.c:156:39: note: Function 'em_event_target_new_message' argument 1 names different: declaration 'emp' definition 'eme'.
evolution-3.4.4/mail/em-event.c:206:47: style: Function 'em_event_target_new_custom_icon' argument 4 names different: declaration 'uri' definition 'folder_name'. [funcArgNamesDifferent]
evolution-3.4.4/mail/em-event.h:185:21: note: Function 'em_event_target_new_custom_icon' argument 4 names different: declaration 'uri' definition 'folder_name'.
evolution-3.4.4/mail/em-event.c:206:47: note: Function 'em_event_target_new_custom_icon' argument 4 names different: declaration 'uri' definition 'folder_name'.
evolution-3.4.4/mail/em-filter-context.c:215:10: style: Condition '!recorded' is always true [knownConditionTrueFalse]
evolution-3.4.4/mail/em-filter-context.c:197:19: note: Assignment 'recorded=0', assigned value is 0
evolution-3.4.4/mail/em-filter-context.c:215:10: note: Condition '!recorded' is always true
evolution-3.4.4/mail/em-filter-editor.c:85:40: style: Function 'em_filter_editor_new' argument 1 names different: declaration 'f' definition 'fc'. [funcArgNamesDifferent]
evolution-3.4.4/mail/em-filter-editor.h:71:57: note: Function 'em_filter_editor_new' argument 1 names different: declaration 'f' definition 'fc'.
evolution-3.4.4/mail/em-filter-editor.c:85:40: note: Function 'em_filter_editor_new' argument 1 names different: declaration 'f' definition 'fc'.
evolution-3.4.4/mail/em-filter-rule.c:513:31: style: The scope of the variable 'w' can be reduced. [variableScope]
evolution-3.4.4/mail/em-filter-rule.c:517:15: style: The scope of the variable 'part' can be reduced. [variableScope]
evolution-3.4.4/mail/em-filter-source-element.c:111:18: style: The scope of the variable 'account' can be reduced. [variableScope]
evolution-3.4.4/mail/em-folder-tree-model.c:947:9: style: struct member 'RenameInfo::old_base' is never used. [unusedStructMember]
evolution-3.4.4/mail/em-folder-tree-model.c:948:19: style: struct member 'RenameInfo::new' is never used. [unusedStructMember]
evolution-3.4.4/mail/em-folder-tree.c:2956:15: style: The scope of the variable 'current_path' can be reduced. [variableScope]
evolution-3.4.4/mail/em-folder-tree.c:187:16: style: struct member '_folder_tree_selection_data::model' is never used. [unusedStructMember]
evolution-3.4.4/mail/em-folder-tree.c:188:15: style: struct member '_folder_tree_selection_data::iter' is never used. [unusedStructMember]
evolution-3.4.4/mail/em-format-hook.c:222:17: style: The scope of the variable 'class' can be reduced. [variableScope]
evolution-3.4.4/mail/em-format-html-display.c:1458:6: warning: Either the condition 'puri!=NULL' is redundant or there is possible null pointer dereference: info. [nullPointerRedundantCheck]
evolution-3.4.4/mail/em-format-html-display.c:1456:25: note: Assuming that condition 'puri!=NULL' is not redundant
evolution-3.4.4/mail/em-format-html-display.c:1454:30: note: Assignment 'info=(struct _attach_puri*)puri', assigned value is 0
evolution-3.4.4/mail/em-format-html-display.c:1458:6: note: Null pointer dereference
evolution-3.4.4/mail/em-format-html-display.c:1351:48: style: Function 'efhd_attachment_optional' argument 3 names different: declaration 'object' definition 'pobject'. [funcArgNamesDifferent]
evolution-3.4.4/mail/em-format-html-display.c:121:104: note: Function 'efhd_attachment_optional' argument 3 names different: declaration 'object' definition 'pobject'.
evolution-3.4.4/mail/em-format-html-display.c:1351:48: note: Function 'efhd_attachment_optional' argument 3 names different: declaration 'object' definition 'pobject'.
evolution-3.4.4/mail/em-format-html-print.c:213:44: style: Function 'em_format_html_print_message' argument 4 names different: declaration 'uid' definition 'message_uid'. [funcArgNamesDifferent]
evolution-3.4.4/mail/em-format-html-print.h:75:21: note: Function 'em_format_html_print_message' argument 4 names different: declaration 'uid' definition 'message_uid'.
evolution-3.4.4/mail/em-format-html-print.c:213:44: note: Function 'em_format_html_print_message' argument 4 names different: declaration 'uid' definition 'message_uid'.
evolution-3.4.4/mail/em-format-html.c:3047:5: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/mail/em-format-html.c:3046:0: note: Variable 'buf' is reassigned a value before the old one has been used.
evolution-3.4.4/mail/em-format-html.c:3047:5: note: Variable 'buf' is reassigned a value before the old one has been used.
evolution-3.4.4/mail/em-format-html.c:2471:16: style: The scope of the variable 'cid' can be reduced. [variableScope]
evolution-3.4.4/mail/em-format-html.c:2716:19: style: The scope of the variable 'mailaddr' can be reduced. [variableScope]
evolution-3.4.4/mail/em-format-html.c:3280:11: style: The scope of the variable 'classid' can be reduced. [variableScope]
evolution-3.4.4/mail/em-format-html.c:692:41: style: Function 'em_format_html_clone_sync' argument 2 names different: declaration 'message_uid' definition 'uid'. [funcArgNamesDifferent]
evolution-3.4.4/mail/em-format-html.h:295:21: note: Function 'em_format_html_clone_sync' argument 2 names different: declaration 'message_uid' definition 'uid'.
evolution-3.4.4/mail/em-format-html.c:692:41: note: Function 'em_format_html_clone_sync' argument 2 names different: declaration 'message_uid' definition 'uid'.
evolution-3.4.4/mail/em-format-html.c:693:46: style: Function 'em_format_html_clone_sync' argument 3 names different: declaration 'message' definition 'msg'. [funcArgNamesDifferent]
evolution-3.4.4/mail/em-format-html.h:296:26: note: Function 'em_format_html_clone_sync' argument 3 names different: declaration 'message' definition 'msg'.
evolution-3.4.4/mail/em-format-html.c:693:46: note: Function 'em_format_html_clone_sync' argument 3 names different: declaration 'message' definition 'msg'.
evolution-3.4.4/mail/em-format-html.c:1451:44: style: Function 'em_format_html_find_pobject' argument 1 names different: declaration 'efh' definition 'emf'. [funcArgNamesDifferent]
evolution-3.4.4/mail/em-format-html.h:278:46: note: Function 'em_format_html_find_pobject' argument 1 names different: declaration 'efh' definition 'emf'.
evolution-3.4.4/mail/em-format-html.c:1451:44: note: Function 'em_format_html_find_pobject' argument 1 names different: declaration 'efh' definition 'emf'.
evolution-3.4.4/mail/em-format-html.c:1474:49: style: Function 'em_format_html_find_pobject_func' argument 1 names different: declaration 'efh' definition 'emf'. [funcArgNamesDifferent]
evolution-3.4.4/mail/em-format-html.h:282:22: note: Function 'em_format_html_find_pobject_func' argument 1 names different: declaration 'efh' definition 'emf'.
evolution-3.4.4/mail/em-format-html.c:1474:49: note: Function 'em_format_html_find_pobject_func' argument 1 names different: declaration 'efh' definition 'emf'.
evolution-3.4.4/mail/em-format-html.c:1497:46: style: Function 'em_format_html_remove_pobject' argument 1 names different: declaration 'efh' definition 'emf'. [funcArgNamesDifferent]
evolution-3.4.4/mail/em-format-html.h:285:52: note: Function 'em_format_html_remove_pobject' argument 1 names different: declaration 'efh' definition 'emf'.
evolution-3.4.4/mail/em-format-html.c:1497:46: note: Function 'em_format_html_remove_pobject' argument 1 names different: declaration 'efh' definition 'emf'.
evolution-3.4.4/mail/em-format-html.c:1513:45: style: Function 'em_format_html_clear_pobject' argument 1 names different: declaration 'efh' definition 'emf'. [funcArgNamesDifferent]
evolution-3.4.4/mail/em-format-html.h:287:51: note: Function 'em_format_html_clear_pobject' argument 1 names different: declaration 'efh' definition 'emf'.
evolution-3.4.4/mail/em-format-html.c:1513:45: note: Function 'em_format_html_clear_pobject' argument 1 names different: declaration 'efh' definition 'emf'.
evolution-3.4.4/mail/em-format-html.c:1526:39: style: Function 'em_format_html_job_new' argument 1 names different: declaration 'efh' definition 'emfh'. [funcArgNamesDifferent]
evolution-3.4.4/mail/em-format-html.h:289:42: note: Function 'em_format_html_job_new' argument 1 names different: declaration 'efh' definition 'emfh'.
evolution-3.4.4/mail/em-format-html.c:1526:39: note: Function 'em_format_html_job_new' argument 1 names different: declaration 'efh' definition 'emfh'.
evolution-3.4.4/mail/em-format-html.c:1544:41: style: Function 'em_format_html_job_queue' argument 1 names different: declaration 'efh' definition 'emfh'. [funcArgNamesDifferent]
evolution-3.4.4/mail/em-format-html.h:292:47: note: Function 'em_format_html_job_queue' argument 1 names different: declaration 'efh' definition 'emfh'.
evolution-3.4.4/mail/em-format-html.c:1544:41: note: Function 'em_format_html_job_queue' argument 1 names different: declaration 'efh' definition 'emfh'.
evolution-3.4.4/mail/em-subscription-editor.c:203:35: warning: Either the condition '(folder_info)!=NULL' is redundant or there is possible null pointer dereference: folder_info. [nullPointerRedundantCheck]
evolution-3.4.4/mail/em-subscription-editor.c:225:7: note: Assuming that condition '(folder_info)!=NULL' is not redundant
evolution-3.4.4/mail/em-subscription-editor.c:203:35: note: Null pointer dereference
evolution-3.4.4/mail/em-subscription-editor.c:205:33: warning: Either the condition '(folder_info)!=NULL' is redundant or there is possible null pointer dereference: folder_info. [nullPointerRedundantCheck]
evolution-3.4.4/mail/em-subscription-editor.c:225:7: note: Assuming that condition '(folder_info)!=NULL' is not redundant
evolution-3.4.4/mail/em-subscription-editor.c:205:33: note: Null pointer dereference
evolution-3.4.4/mail/em-subscription-editor.c:213:21: warning: Either the condition '(folder_info)!=NULL' is redundant or there is possible null pointer dereference: folder_info. [nullPointerRedundantCheck]
evolution-3.4.4/mail/em-subscription-editor.c:225:7: note: Assuming that condition '(folder_info)!=NULL' is not redundant
evolution-3.4.4/mail/em-subscription-editor.c:213:21: note: Null pointer dereference
evolution-3.4.4/mail/em-subscription-editor.c:222:21: warning: Either the condition '(folder_info)!=NULL' is redundant or there is possible null pointer dereference: folder_info. [nullPointerRedundantCheck]
evolution-3.4.4/mail/em-subscription-editor.c:225:7: note: Assuming that condition '(folder_info)!=NULL' is not redundant
evolution-3.4.4/mail/em-subscription-editor.c:222:21: note: Null pointer dereference
evolution-3.4.4/mail/em-subscription-editor.c:235:7: warning: Either the condition '(folder_info)!=NULL' is redundant or there is possible null pointer dereference: folder_info. [nullPointerRedundantCheck]
evolution-3.4.4/mail/em-subscription-editor.c:225:7: note: Assuming that condition '(folder_info)!=NULL' is not redundant
evolution-3.4.4/mail/em-subscription-editor.c:235:7: note: Null pointer dereference
evolution-3.4.4/mail/em-sync-stream.c:237:47: style: Function 'em_sync_stream_set_buffer_size' argument 1 names different: declaration 'stream' definition 'emss'. [funcArgNamesDifferent]
evolution-3.4.4/mail/em-sync-stream.h:80:53: note: Function 'em_sync_stream_set_buffer_size' argument 1 names different: declaration 'stream' definition 'emss'.
evolution-3.4.4/mail/em-sync-stream.c:237:47: note: Function 'em_sync_stream_set_buffer_size' argument 1 names different: declaration 'stream' definition 'emss'.
evolution-3.4.4/mail/em-utils.c:237:19: style: The scope of the variable 'fc' can be reduced. [variableScope]
evolution-3.4.4/mail/em-utils.c:336:13: style: The scope of the variable 'ts' can be reduced. [variableScope]
evolution-3.4.4/mail/em-utils.c:546:16: style: The scope of the variable 'tag' can be reduced. [variableScope]
evolution-3.4.4/mail/em-utils.c:115:31: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
evolution-3.4.4/mail/em-utils.c:1226:25: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
evolution-3.4.4/mail/em-utils.c:727:51: style: Function 'em_utils_selection_get_mailbox' argument 1 names different: declaration 'data' definition 'selection_data'. [funcArgNamesDifferent]
evolution-3.4.4/mail/em-utils.h:61:56: note: Function 'em_utils_selection_get_mailbox' argument 1 names different: declaration 'data' definition 'selection_data'.
evolution-3.4.4/mail/em-utils.c:727:51: note: Function 'em_utils_selection_get_mailbox' argument 1 names different: declaration 'data' definition 'selection_data'.
evolution-3.4.4/mail/em-utils.c:756:51: style: Function 'em_utils_selection_get_message' argument 1 names different: declaration 'data' definition 'selection_data'. [funcArgNamesDifferent]
evolution-3.4.4/mail/em-utils.h:62:56: note: Function 'em_utils_selection_get_message' argument 1 names different: declaration 'data' definition 'selection_data'.
evolution-3.4.4/mail/em-utils.c:756:51: note: Function 'em_utils_selection_get_message' argument 1 names different: declaration 'data' definition 'selection_data'.
evolution-3.4.4/mail/em-utils.c:791:51: style: Function 'em_utils_selection_set_uidlist' argument 1 names different: declaration 'data' definition 'selection_data'. [funcArgNamesDifferent]
evolution-3.4.4/mail/em-utils.h:63:56: note: Function 'em_utils_selection_set_uidlist' argument 1 names different: declaration 'data' definition 'selection_data'.
evolution-3.4.4/mail/em-utils.c:791:51: note: Function 'em_utils_selection_set_uidlist' argument 1 names different: declaration 'data' definition 'selection_data'.
evolution-3.4.4/mail/em-utils.c:829:51: style: Function 'em_utils_selection_get_uidlist' argument 1 names different: declaration 'data' definition 'selection_data'. [funcArgNamesDifferent]
evolution-3.4.4/mail/em-utils.h:64:56: note: Function 'em_utils_selection_get_uidlist' argument 1 names different: declaration 'data' definition 'selection_data'.
evolution-3.4.4/mail/em-utils.c:829:51: note: Function 'em_utils_selection_get_uidlist' argument 1 names different: declaration 'data' definition 'selection_data'.
evolution-3.4.4/mail/em-utils.c:1077:51: style: Function 'em_utils_selection_get_urilist' argument 1 names different: declaration 'data' definition 'selection_data'. [funcArgNamesDifferent]
evolution-3.4.4/mail/em-utils.h:66:56: note: Function 'em_utils_selection_get_urilist' argument 1 names different: declaration 'data' definition 'selection_data'.
evolution-3.4.4/mail/em-utils.c:1077:51: note: Function 'em_utils_selection_get_urilist' argument 1 names different: declaration 'data' definition 'selection_data'.
evolution-3.4.4/mail/em-utils.c:1160:45: style: Function 'em_utils_message_to_html' argument 1 names different: declaration 'msg' definition 'message'. [funcArgNamesDifferent]
evolution-3.4.4/mail/em-utils.h:71:52: note: Function 'em_utils_message_to_html' argument 1 names different: declaration 'msg' definition 'message'.
evolution-3.4.4/mail/em-utils.c:1160:45: note: Function 'em_utils_message_to_html' argument 1 names different: declaration 'msg' definition 'message'.
evolution-3.4.4/mail/em-vfolder-editor-rule.c:360:15: style: The scope of the variable 'path' can be reduced. [variableScope]
evolution-3.4.4/mail/em-vfolder-editor-rule.c:414:27: style: Function 'get_widget' argument 2 names different: declaration 'f' definition 'rc'. [funcArgNamesDifferent]
evolution-3.4.4/mail/em-vfolder-editor-rule.c:64:62: note: Function 'get_widget' argument 2 names different: declaration 'f' definition 'rc'.
evolution-3.4.4/mail/em-vfolder-editor-rule.c:414:27: note: Function 'get_widget' argument 2 names different: declaration 'f' definition 'rc'.
evolution-3.4.4/mail/em-vfolder-editor.c:91:42: style: Function 'em_vfolder_editor_new' argument 1 names different: declaration 'vc' definition 'context'. [funcArgNamesDifferent]
evolution-3.4.4/mail/em-vfolder-editor.h:63:55: note: Function 'em_vfolder_editor_new' argument 1 names different: declaration 'vc' definition 'context'.
evolution-3.4.4/mail/em-vfolder-editor.c:91:42: note: Function 'em_vfolder_editor_new' argument 1 names different: declaration 'vc' definition 'context'.
evolution-3.4.4/mail/importers/elm-importer.c:129:9: style: The scope of the variable 'elmrc' can be reduced. [variableScope]
evolution-3.4.4/mail/importers/elm-importer.c:273:9: style: The scope of the variable 'what' can be reduced. [variableScope]
evolution-3.4.4/mail/importers/evolution-mbox-importer.c:222:9: style: The scope of the variable 'what' can be reduced. [variableScope]
evolution-3.4.4/mail/importers/pine-importer.c:106:20: style: The scope of the variable 'addr' can be reduced. [variableScope]
evolution-3.4.4/mail/importers/pine-importer.c:106:28: style: The scope of the variable 'addrs' can be reduced. [variableScope]
evolution-3.4.4/mail/importers/pine-importer.c:108:9: style: The scope of the variable 'list' can be reduced. [variableScope]
evolution-3.4.4/mail/importers/pine-importer.c:356:9: style: The scope of the variable 'what' can be reduced. [variableScope]
evolution-3.4.4/mail/mail-autoconfig/amethyst.broba.cc:8:0: error: The code contains unhandled character(s) (character code=227). Neither unicode nor extended ascii is supported. [syntaxError]
evolution-3.4.4/mail/mail-autofilter.c:58:15: style: The scope of the variable 'part' can be reduced. [variableScope]
evolution-3.4.4/mail/mail-autofilter.c:59:18: style: The scope of the variable 'element' can be reduced. [variableScope]
evolution-3.4.4/mail/mail-autofilter.c:62:9: style: The scope of the variable 'namestr' can be reduced. [variableScope]
evolution-3.4.4/mail/mail-autofilter.c:245:24: style: The scope of the variable 'addr' can be reduced. [variableScope]
evolution-3.4.4/mail/mail-autofilter.c:264:10: style: The scope of the variable 'namestr' can be reduced. [variableScope]
evolution-3.4.4/mail/mail-autofilter.c:290:10: style: The scope of the variable 'name' can be reduced. [variableScope]
evolution-3.4.4/mail/mail-guess-servers.c:97:15: style: The scope of the variable 'header' can be reduced. [variableScope]
evolution-3.4.4/mail/mail-send-recv.c:605:4: style: Variable 'type' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/mail/mail-send-recv.c:603:0: note: Variable 'type' is reassigned a value before the old one has been used.
evolution-3.4.4/mail/mail-send-recv.c:605:4: note: Variable 'type' is reassigned a value before the old one has been used.
evolution-3.4.4/mail/mail-send-recv.c:502:13: style: The scope of the variable 'send_icon' can be reduced. [variableScope]
evolution-3.4.4/mail/mail-send-recv.c:1034:15: style: The scope of the variable 'folder' can be reduced. [variableScope]
evolution-3.4.4/mail/message-list.c:4739:23: style: Redundant condition: is_deleted. '!is_deleted || (is_deleted && !m->hidedel)' is equivalent to '!is_deleted || !m->hidedel' [redundantCondition]
evolution-3.4.4/mail/message-list.c:4739:68: style: Redundant condition: is_junk. '!is_junk || (is_junk && !m->hidejunk)' is equivalent to '!is_junk || !m->hidejunk' [redundantCondition]
evolution-3.4.4/mail/message-list.c:1711:14: style: Condition 'colour==NULL' is always true [knownConditionTrueFalse]
evolution-3.4.4/mail/message-list.c:1707:12: note: Assignment 'colour=NULL', assigned value is 0
evolution-3.4.4/mail/message-list.c:1711:14: note: Condition 'colour==NULL' is always true
evolution-3.4.4/mail/message-list.c:1549:4: style: Variable 'found_re' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/mail/message-list.c:1547:4: note: Variable 'found_re' is reassigned a value before the old one has been used.
evolution-3.4.4/mail/message-list.c:1549:4: note: Variable 'found_re' is reassigned a value before the old one has been used.
evolution-3.4.4/mail/message-list.c:1972:2: style: Variable 'same_font' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/mail/message-list.c:1968:0: note: Variable 'same_font' is reassigned a value before the old one has been used.
evolution-3.4.4/mail/message-list.c:1972:2: note: Variable 'same_font' is reassigned a value before the old one has been used.
evolution-3.4.4/mail/message-list.c:466:24: style: The scope of the variable 'str' can be reduced. [variableScope]
evolution-3.4.4/mail/message-list.c:560:20: style: The scope of the variable 'info' can be reduced. [variableScope]
evolution-3.4.4/mail/message-list.c:585:20: style: The scope of the variable 'info' can be reduced. [variableScope]
evolution-3.4.4/mail/message-list.c:1491:9: style: The scope of the variable 'new_label' can be reduced. [variableScope]
evolution-3.4.4/mail/message-list.c:1633:10: style: The scope of the variable 'due_by' can be reduced. [variableScope]
evolution-3.4.4/mail/message-list.c:2837:13: style: The scope of the variable 'a11y' can be reduced. [variableScope]
evolution-3.4.4/mail/message-list.c:3733:20: style: The scope of the variable 'info' can be reduced. [variableScope]
evolution-3.4.4/mail/message-list.c:3848:13: style: The scope of the variable 'settings' can be reduced. [variableScope]
evolution-3.4.4/mail/message-list.c:4659:20: style: The scope of the variable 'info' can be reduced. [variableScope]
evolution-3.4.4/mail/message-list.c:3779:40: style: Function 'folder_changed' argument 2 names different: declaration 'info' definition 'changes'. [funcArgNamesDifferent]
evolution-3.4.4/mail/message-list.c:240:31: note: Function 'folder_changed' argument 2 names different: declaration 'info' definition 'changes'.
evolution-3.4.4/mail/message-list.c:3779:40: note: Function 'folder_changed' argument 2 names different: declaration 'info' definition 'changes'.
evolution-3.4.4/modules/addressbook/addressbook-config.c:1208:2: style: Variable 'valid' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/modules/addressbook/addressbook-config.c:1201:0: note: Variable 'valid' is reassigned a value before the old one has been used.
evolution-3.4.4/modules/addressbook/addressbook-config.c:1208:2: note: Variable 'valid' is reassigned a value before the old one has been used.
evolution-3.4.4/modules/addressbook/addressbook-config.c:473:12: style: The scope of the variable 'source' can be reduced. [variableScope]
evolution-3.4.4/modules/addressbook/addressbook-config.c:593:15: style: The scope of the variable 'uri' can be reduced. [variableScope]
evolution-3.4.4/modules/bogofilter/evolution-bogofilter.c:194:17: style: Condition 'handler_id>0' is always false [knownConditionTrueFalse]
evolution-3.4.4/modules/bogofilter/evolution-bogofilter.c:118:22: note: Assignment 'handler_id=0', assigned value is 0
evolution-3.4.4/modules/bogofilter/evolution-bogofilter.c:194:17: note: Condition 'handler_id>0' is always false
evolution-3.4.4/modules/bogofilter/evolution-bogofilter.c:194:17: style: Same expression on both sides of '>' because the value of 'handler_id' and '0' are the same. [duplicateExpression]
evolution-3.4.4/modules/bogofilter/evolution-bogofilter.c:118:22: note: 'handler_id' is assigned value '0' here.
evolution-3.4.4/modules/bogofilter/evolution-bogofilter.c:194:17: note: Same expression on both sides of '>' because the value of 'handler_id' and '0' are the same.
evolution-3.4.4/modules/calendar/e-cal-attachment-handler.c:46:14: style: struct member '_ImportContext::client' is never used. [unusedStructMember]
evolution-3.4.4/modules/calendar/e-cal-attachment-handler.c:47:17: style: struct member '_ImportContext::component' is never used. [unusedStructMember]
evolution-3.4.4/modules/calendar/e-cal-shell-content.c:326:17: style: The scope of the variable 'calendar_view' can be reduced. [variableScope]
evolution-3.4.4/modules/calendar/e-cal-shell-content.c:333:17: style: The scope of the variable 'foreign_content' can be reduced. [variableScope]
evolution-3.4.4/modules/calendar/e-cal-shell-content.c:334:14: style: The scope of the variable 'foreign_view' can be reduced. [variableScope]
evolution-3.4.4/modules/calendar/e-cal-shell-content.c:337:13: style: The scope of the variable 'settings' can be reduced. [variableScope]
evolution-3.4.4/modules/calendar/e-cal-shell-content.c:340:9: style: The scope of the variable 'markup' can be reduced. [variableScope]
evolution-3.4.4/modules/calendar/e-cal-shell-settings.c:77:16: style: The scope of the variable 'timezone' can be reduced. [variableScope]
evolution-3.4.4/modules/calendar/e-cal-shell-sidebar.c:531:11: style: The scope of the variable 'source' can be reduced. [variableScope]
evolution-3.4.4/modules/calendar/e-cal-shell-view-actions.c:1899:19: style: The scope of the variable 'combo_box' can be reduced. [variableScope]
evolution-3.4.4/modules/calendar/e-cal-shell-view-private.c:880:17: style: The scope of the variable 'icalcomp_clone' can be reduced. [variableScope]
evolution-3.4.4/modules/calendar/e-calendar-preferences.c:174:16: style: The scope of the variable 'zone' can be reduced. [variableScope]
evolution-3.4.4/modules/calendar/e-calendar-preferences.c:221:16: style: The scope of the variable 'zone' can be reduced. [variableScope]
evolution-3.4.4/modules/calendar/e-memo-shell-content.c:696:57: style: Function 'e_memo_shell_content_get_memo_model' argument 1 names different: declaration 'memo_shell_conent' definition 'memo_shell_content'. [funcArgNamesDifferent]
evolution-3.4.4/modules/calendar/e-memo-shell-content.h:81:26: note: Function 'e_memo_shell_content_get_memo_model' argument 1 names different: declaration 'memo_shell_conent' definition 'memo_shell_content'.
evolution-3.4.4/modules/calendar/e-memo-shell-content.c:696:57: note: Function 'e_memo_shell_content_get_memo_model' argument 1 names different: declaration 'memo_shell_conent' definition 'memo_shell_content'.
evolution-3.4.4/modules/calendar/e-memo-shell-migrate.c:185:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/modules/calendar/e-memo-shell-migrate.c:173:0: note: Variable 'retval' is reassigned a value before the old one has been used.
evolution-3.4.4/modules/calendar/e-memo-shell-migrate.c:185:2: note: Variable 'retval' is reassigned a value before the old one has been used.
evolution-3.4.4/modules/calendar/e-memo-shell-migrate.c:166:36: style: Function 'e_memo_shell_backend_migrate' argument 4 names different: declaration 'micro' definition 'revision'. [funcArgNamesDifferent]
evolution-3.4.4/modules/calendar/e-memo-shell-migrate.h:32:13: note: Function 'e_memo_shell_backend_migrate' argument 4 names different: declaration 'micro' definition 'revision'.
evolution-3.4.4/modules/calendar/e-memo-shell-migrate.c:166:36: note: Function 'e_memo_shell_backend_migrate' argument 4 names different: declaration 'micro' definition 'revision'.
evolution-3.4.4/modules/calendar/e-memo-shell-sidebar.c:526:11: style: The scope of the variable 'source' can be reduced. [variableScope]
evolution-3.4.4/modules/calendar/e-task-shell-sidebar.c:526:11: style: The scope of the variable 'source' can be reduced. [variableScope]
evolution-3.4.4/modules/composer-autosave/e-composer-autosave.c:99:4: style: Variable 'autosave->error_shown' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/modules/composer-autosave/e-composer-autosave.c:94:4: note: Variable 'autosave->error_shown' is reassigned a value before the old one has been used.
evolution-3.4.4/modules/composer-autosave/e-composer-autosave.c:99:4: note: Variable 'autosave->error_shown' is reassigned a value before the old one has been used.
evolution-3.4.4/modules/connman/evolution-connman.c:121:2: style: Variable 'message' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/modules/connman/evolution-connman.c:115:0: note: Variable 'message' is reassigned a value before the old one has been used.
evolution-3.4.4/modules/connman/evolution-connman.c:121:2: note: Variable 'message' is reassigned a value before the old one has been used.
evolution-3.4.4/modules/connman/evolution-connman.c:125:2: style: Variable 'response' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/modules/connman/evolution-connman.c:116:0: note: Variable 'response' is reassigned a value before the old one has been used.
evolution-3.4.4/modules/connman/evolution-connman.c:125:2: note: Variable 'response' is reassigned a value before the old one has been used.
evolution-3.4.4/modules/mail/e-mail-shell-backend.c:706:20: style: The scope of the variable 'emae' can be reduced. [variableScope]
evolution-3.4.4/modules/mail/em-mailer-prefs.c:189:9: style: The scope of the variable 'tok' can be reduced. [variableScope]
evolution-3.4.4/modules/mail/em-mailer-prefs.c:190:15: style: The scope of the variable 'name' can be reduced. [variableScope]
evolution-3.4.4/modules/mail/em-mailer-prefs.c:190:22: style: The scope of the variable 'value' can be reduced. [variableScope]
evolution-3.4.4/modules/mail/em-mailer-prefs.c:1018:26: style: The scope of the variable 'def' can be reduced. [variableScope]
evolution-3.4.4/modules/network-manager/evolution-network-manager.c:154:2: style: Variable 'message' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/modules/network-manager/evolution-network-manager.c:146:0: note: Variable 'message' is reassigned a value before the old one has been used.
evolution-3.4.4/modules/network-manager/evolution-network-manager.c:154:2: note: Variable 'message' is reassigned a value before the old one has been used.
evolution-3.4.4/modules/network-manager/evolution-network-manager.c:158:2: style: Variable 'response' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/modules/network-manager/evolution-network-manager.c:147:0: note: Variable 'response' is reassigned a value before the old one has been used.
evolution-3.4.4/modules/network-manager/evolution-network-manager.c:158:2: note: Variable 'response' is reassigned a value before the old one has been used.
evolution-3.4.4/modules/online-accounts/e-online-accounts-google.c:124:16: style: struct member '_ESourcePrivate::group' is never used. [unusedStructMember]
evolution-3.4.4/modules/online-accounts/evolution-online-accounts.c:70:9: style: struct member '_AccountNode::goa_id' is never used. [unusedStructMember]
evolution-3.4.4/modules/online-accounts/evolution-online-accounts.c:71:9: style: struct member '_AccountNode::evo_id' is never used. [unusedStructMember]
evolution-3.4.4/modules/plugin-lib/e-plugin-lib.c:52:23: style: Variable 'enable' is not assigned a value. [unassignedVariable]
evolution-3.4.4/modules/plugin-mono/e-plugin-mono.c:122:18: style: The scope of the variable 'd' can be reduced. [variableScope]
evolution-3.4.4/modules/plugin-python/e-plugin-python.c:109:12: style: The scope of the variable 'pModuleName' can be reduced. [variableScope]
evolution-3.4.4/modules/plugin-python/e-plugin-python.c:109:26: style: The scope of the variable 'pFunc' can be reduced. [variableScope]
evolution-3.4.4/modules/spamassassin/evolution-spamassassin.c:297:17: style: Condition 'handler_id>0' is always false [knownConditionTrueFalse]
evolution-3.4.4/modules/spamassassin/evolution-spamassassin.c:158:22: note: Assignment 'handler_id=0', assigned value is 0
evolution-3.4.4/modules/spamassassin/evolution-spamassassin.c:297:17: note: Condition 'handler_id>0' is always false
evolution-3.4.4/modules/spamassassin/evolution-spamassassin.c:297:17: style: Same expression on both sides of '>' because the value of 'handler_id' and '0' are the same. [duplicateExpression]
evolution-3.4.4/modules/spamassassin/evolution-spamassassin.c:158:22: note: 'handler_id' is assigned value '0' here.
evolution-3.4.4/modules/spamassassin/evolution-spamassassin.c:297:17: note: Same expression on both sides of '>' because the value of 'handler_id' and '0' are the same.
evolution-3.4.4/plugins/attachment-reminder/attachment-reminder.c:237:2: style: Variable 'model' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/plugins/attachment-reminder/attachment-reminder.c:231:0: note: Variable 'model' is reassigned a value before the old one has been used.
evolution-3.4.4/plugins/attachment-reminder/attachment-reminder.c:237:2: note: Variable 'model' is reassigned a value before the old one has been used.
evolution-3.4.4/plugins/attachment-reminder/attachment-reminder.c:121:40: style: Function 'ask_for_missing_attachment' argument 2 names different: declaration 'widget' definition 'window'. [funcArgNamesDifferent]
evolution-3.4.4/plugins/attachment-reminder/attachment-reminder.c:74:69: note: Function 'ask_for_missing_attachment' argument 2 names different: declaration 'widget' definition 'window'.
evolution-3.4.4/plugins/attachment-reminder/attachment-reminder.c:121:40: note: Function 'ask_for_missing_attachment' argument 2 names different: declaration 'widget' definition 'window'.
evolution-3.4.4/plugins/backup-restore/backup-restore.c:163:2: style: Variable 'alert' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/plugins/backup-restore/backup-restore.c:160:0: note: Variable 'alert' is reassigned a value before the old one has been used.
evolution-3.4.4/plugins/backup-restore/backup-restore.c:163:2: note: Variable 'alert' is reassigned a value before the old one has been used.
evolution-3.4.4/plugins/backup-restore/backup-restore.c:171:2: style: Variable 'check' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/plugins/backup-restore/backup-restore.c:155:0: note: Variable 'check' is reassigned a value before the old one has been used.
evolution-3.4.4/plugins/backup-restore/backup-restore.c:171:2: note: Variable 'check' is reassigned a value before the old one has been used.
evolution-3.4.4/plugins/backup-restore/backup-restore.c:341:2: style: Variable 'file' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/plugins/backup-restore/backup-restore.c:339:0: note: Variable 'file' is reassigned a value before the old one has been used.
evolution-3.4.4/plugins/backup-restore/backup-restore.c:341:2: note: Variable 'file' is reassigned a value before the old one has been used.
evolution-3.4.4/plugins/backup-restore/backup-restore.c:342:2: style: Variable 'prevfile' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/plugins/backup-restore/backup-restore.c:339:0: note: Variable 'prevfile' is reassigned a value before the old one has been used.
evolution-3.4.4/plugins/backup-restore/backup-restore.c:342:2: note: Variable 'prevfile' is reassigned a value before the old one has been used.
evolution-3.4.4/plugins/backup-restore/backup-restore.c:254:10: style: The scope of the variable 'path' can be reduced. [variableScope]
evolution-3.4.4/plugins/backup-restore/backup-restore.c:259:45: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
evolution-3.4.4/plugins/backup-restore/backup-restore.c:299:46: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
evolution-3.4.4/plugins/bbdb/bbdb.c:117:2: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/plugins/bbdb/bbdb.c:114:0: note: Variable 'res' is reassigned a value before the old one has been used.
evolution-3.4.4/plugins/bbdb/bbdb.c:117:2: note: Variable 'res' is reassigned a value before the old one has been used.
evolution-3.4.4/plugins/bbdb/bbdb.c:507:11: style: The scope of the variable 'selected_source' can be reduced. [variableScope]
evolution-3.4.4/plugins/bbdb/bbdb.c:541:11: style: The scope of the variable 'selected_source' can be reduced. [variableScope]
evolution-3.4.4/plugins/bbdb/gaimbuddies.c:571:2: style: Variable 'icon' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/plugins/bbdb/gaimbuddies.c:569:0: note: Variable 'icon' is reassigned a value before the old one has been used.
evolution-3.4.4/plugins/bbdb/gaimbuddies.c:571:2: note: Variable 'icon' is reassigned a value before the old one has been used.
evolution-3.4.4/plugins/bbdb/gaimbuddies.c:377:41: style: Function 'bbdb_merge_buddy_to_contact' argument 2 names different: declaration 'buddy' definition 'b'. [funcArgNamesDifferent]
evolution-3.4.4/plugins/bbdb/gaimbuddies.c:65:19: note: Function 'bbdb_merge_buddy_to_contact' argument 2 names different: declaration 'buddy' definition 'b'.
evolution-3.4.4/plugins/bbdb/gaimbuddies.c:377:41: note: Function 'bbdb_merge_buddy_to_contact' argument 2 names different: declaration 'buddy' definition 'b'.
evolution-3.4.4/plugins/bbdb/gaimbuddies.c:378:40: style: Function 'bbdb_merge_buddy_to_contact' argument 3 names different: declaration 'contact' definition 'c'. [funcArgNamesDifferent]
evolution-3.4.4/plugins/bbdb/gaimbuddies.c:66:18: note: Function 'bbdb_merge_buddy_to_contact' argument 3 names different: declaration 'contact' definition 'c'.
evolution-3.4.4/plugins/bbdb/gaimbuddies.c:378:40: note: Function 'bbdb_merge_buddy_to_contact' argument 3 names different: declaration 'contact' definition 'c'.
evolution-3.4.4/plugins/caldav/caldav-browse-server.c:1050:29: warning: Either the condition 'data!=NULL' is redundant or there is possible null pointer dereference: pd. [nullPointerRedundantCheck]
evolution-3.4.4/plugins/caldav/caldav-browse-server.c:1048:29: note: Assuming that condition 'data!=NULL' is not redundant
evolution-3.4.4/plugins/caldav/caldav-browse-server.c:1039:25: note: Assignment 'pd=data', assigned value is 0
evolution-3.4.4/plugins/caldav/caldav-browse-server.c:1050:29: note: Null pointer dereference
evolution-3.4.4/plugins/caldav/caldav-browse-server.c:1056:36: warning: Either the condition 'data!=NULL' is redundant or there is possible null pointer dereference: pd. [nullPointerRedundantCheck]
evolution-3.4.4/plugins/caldav/caldav-browse-server.c:1048:29: note: Assuming that condition 'data!=NULL' is not redundant
evolution-3.4.4/plugins/caldav/caldav-browse-server.c:1039:25: note: Assignment 'pd=data', assigned value is 0
evolution-3.4.4/plugins/caldav/caldav-browse-server.c:1056:36: note: Null pointer dereference
evolution-3.4.4/plugins/caldav/caldav-browse-server.c:1059:22: warning: Either the condition 'data!=NULL' is redundant or there is possible null pointer dereference: pd. [nullPointerRedundantCheck]
evolution-3.4.4/plugins/caldav/caldav-browse-server.c:1048:29: note: Assuming that condition 'data!=NULL' is not redundant
evolution-3.4.4/plugins/caldav/caldav-browse-server.c:1039:25: note: Assignment 'pd=data', assigned value is 0
evolution-3.4.4/plugins/caldav/caldav-browse-server.c:1059:22: note: Null pointer dereference
evolution-3.4.4/plugins/caldav/caldav-browse-server.c:682:29: style: The scope of the variable 'url' can be reduced. [variableScope]
evolution-3.4.4/plugins/dbx-import/dbx-importer.c:769:9: style: The scope of the variable 'what' can be reduced. [variableScope]
evolution-3.4.4/plugins/email-custom-header/email-custom-header.c:511:2: style: Variable 'new_email_custom_header_window' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/plugins/email-custom-header/email-custom-header.c:506:0: note: Variable 'new_email_custom_header_window' is reassigned a value before the old one has been used.
evolution-3.4.4/plugins/email-custom-header/email-custom-header.c:511:2: note: Variable 'new_email_custom_header_window' is reassigned a value before the old one has been used.
evolution-3.4.4/plugins/email-custom-header/email-custom-header.c:570:2: style: Variable 'model' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/plugins/email-custom-header/email-custom-header.c:565:0: note: Variable 'model' is reassigned a value before the old one has been used.
evolution-3.4.4/plugins/email-custom-header/email-custom-header.c:570:2: note: Variable 'model' is reassigned a value before the old one has been used.
evolution-3.4.4/plugins/email-custom-header/email-custom-header.c:909:2: style: Variable 'header_list' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/plugins/email-custom-header/email-custom-header.c:775:0: note: Variable 'header_list' is reassigned a value before the old one has been used.
evolution-3.4.4/plugins/email-custom-header/email-custom-header.c:909:2: note: Variable 'header_list' is reassigned a value before the old one has been used.
evolution-3.4.4/plugins/email-custom-header/email-custom-header.c:101:23: style: The scope of the variable 'sub_combo_box_get' can be reduced. [variableScope]
evolution-3.4.4/plugins/email-custom-header/email-custom-header.c:142:23: style: The scope of the variable 'sub_combo_box_fill' can be reduced. [variableScope]
evolution-3.4.4/plugins/email-custom-header/email-custom-header.c:253:9: style: The scope of the variable 'buffer' can be reduced. [variableScope]
evolution-3.4.4/plugins/email-custom-header/email-custom-header.c:293:28: style: The scope of the variable 'temp_header_ptr' can be reduced. [variableScope]
evolution-3.4.4/plugins/email-custom-header/email-custom-header.c:293:45: style: The scope of the variable 'temp' can be reduced. [variableScope]
evolution-3.4.4/plugins/email-custom-header/email-custom-header.c:296:23: style: The scope of the variable 'sub_combo_box_ptr' can be reduced. [variableScope]
evolution-3.4.4/plugins/email-custom-header/email-custom-header.c:420:28: style: The scope of the variable 'temp_header_ptr' can be reduced. [variableScope]
evolution-3.4.4/plugins/email-custom-header/email-custom-header.c:421:19: style: The scope of the variable 'temp_header_value_ptr' can be reduced. [variableScope]
evolution-3.4.4/plugins/email-custom-header/email-custom-header.c:777:9: style: The scope of the variable 'buffer' can be reduced. [variableScope]
evolution-3.4.4/plugins/email-custom-header/email-custom-header.c:476:53: style: Function 'epech_check_existing_composer_window' argument 1 names different: declaration 'a' definition 'compowindow'. [funcArgNamesDifferent]
evolution-3.4.4/plugins/email-custom-header/email-custom-header.c:78:65: note: Function 'epech_check_existing_composer_window' argument 1 names different: declaration 'a' definition 'compowindow'.
evolution-3.4.4/plugins/email-custom-header/email-custom-header.c:476:53: note: Function 'epech_check_existing_composer_window' argument 1 names different: declaration 'a' definition 'compowindow'.
evolution-3.4.4/plugins/email-custom-header/email-custom-header.c:477:53: style: Function 'epech_check_existing_composer_window' argument 2 names different: declaration 'b' definition 'other_compowindow'. [funcArgNamesDifferent]
evolution-3.4.4/plugins/email-custom-header/email-custom-header.c:78:82: note: Function 'epech_check_existing_composer_window' argument 2 names different: declaration 'b' definition 'other_compowindow'.
evolution-3.4.4/plugins/email-custom-header/email-custom-header.c:477:53: note: Function 'epech_check_existing_composer_window' argument 2 names different: declaration 'b' definition 'other_compowindow'.
evolution-3.4.4/plugins/google-account-setup/google-source.c:729:2: style: Variable 'google' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/plugins/google-account-setup/google-source.c:724:0: note: Variable 'google' is reassigned a value before the old one has been used.
evolution-3.4.4/plugins/google-account-setup/google-source.c:729:2: note: Variable 'google' is reassigned a value before the old one has been used.
evolution-3.4.4/plugins/google-account-setup/google-source.c:175:9: style: The scope of the variable 'uri' can be reduced. [variableScope]
evolution-3.4.4/plugins/imap-features/imap-headers.c:217:15: style: The scope of the variable 'path' can be reduced. [variableScope]
evolution-3.4.4/plugins/itip-formatter/itip-formatter.c:2369:7: style: Condition '!prop' is always true [knownConditionTrueFalse]
evolution-3.4.4/plugins/itip-formatter/itip-formatter.c:2362:10: note: Assignment 'prop=NULL', assigned value is 0
evolution-3.4.4/plugins/itip-formatter/itip-formatter.c:2369:7: note: Condition '!prop' is always true
evolution-3.4.4/plugins/itip-formatter/itip-formatter.c:754:4: style: Variable 'source' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/plugins/itip-formatter/itip-formatter.c:751:0: note: Variable 'source' is reassigned a value before the old one has been used.
evolution-3.4.4/plugins/itip-formatter/itip-formatter.c:754:4: note: Variable 'source' is reassigned a value before the old one has been used.
evolution-3.4.4/plugins/itip-formatter/itip-formatter.c:1071:2: style: Variable 'rid' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/plugins/itip-formatter/itip-formatter.c:1062:0: note: Variable 'rid' is reassigned a value before the old one has been used.
evolution-3.4.4/plugins/itip-formatter/itip-formatter.c:1071:2: note: Variable 'rid' is reassigned a value before the old one has been used.
evolution-3.4.4/plugins/itip-formatter/itip-formatter.c:1395:3: style: Variable 'comp' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/plugins/itip-formatter/itip-formatter.c:1386:0: note: Variable 'comp' is reassigned a value before the old one has been used.
evolution-3.4.4/plugins/itip-formatter/itip-formatter.c:1395:3: note: Variable 'comp' is reassigned a value before the old one has been used.
evolution-3.4.4/plugins/itip-formatter/itip-formatter.c:2387:3: style: Variable 'prop' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/plugins/itip-formatter/itip-formatter.c:2384:3: note: Variable 'prop' is reassigned a value before the old one has been used.
evolution-3.4.4/plugins/itip-formatter/itip-formatter.c:2387:3: note: Variable 'prop' is reassigned a value before the old one has been used.
evolution-3.4.4/plugins/itip-formatter/itip-formatter.c:1156:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
evolution-3.4.4/plugins/itip-formatter/itip-formatter.c:1158:3: note: Found duplicate branches for 'if' and 'else'.
evolution-3.4.4/plugins/itip-formatter/itip-formatter.c:1156:3: note: Found duplicate branches for 'if' and 'else'.
evolution-3.4.4/plugins/itip-formatter/itip-formatter.c:380:15: style: The scope of the variable 'organizer_sentby' can be reduced. [variableScope]
evolution-3.4.4/plugins/itip-formatter/itip-formatter.c:1389:14: style: The scope of the variable 'value' can be reduced. [variableScope]
evolution-3.4.4/plugins/itip-formatter/itip-formatter.c:1627:23: style: The scope of the variable 'alarm' can be reduced. [variableScope]
evolution-3.4.4/plugins/itip-formatter/itip-formatter.c:2231:17: style: The scope of the variable 'alarm_comp' can be reduced. [variableScope]
evolution-3.4.4/plugins/itip-formatter/itip-formatter.c:2233:17: style: The scope of the variable 'comp' can be reduced. [variableScope]
evolution-3.4.4/plugins/itip-formatter/itip-formatter.c:2375:18: style: The scope of the variable 'delfrom' can be reduced. [variableScope]
evolution-3.4.4/plugins/itip-formatter/itip-formatter.c:2715:24: style: The scope of the variable 'org' can be reduced. [variableScope]
evolution-3.4.4/plugins/itip-formatter/itip-view.c:615:2: style: Variable 'summary' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/plugins/itip-formatter/itip-view.c:611:0: note: Variable 'summary' is reassigned a value before the old one has been used.
evolution-3.4.4/plugins/itip-formatter/itip-view.c:615:2: note: Variable 'summary' is reassigned a value before the old one has been used.
evolution-3.4.4/plugins/itip-formatter/itip-view.c:844:2: style: Variable 'is_recur_set' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/plugins/itip-formatter/itip-view.c:840:0: note: Variable 'is_recur_set' is reassigned a value before the old one has been used.
evolution-3.4.4/plugins/itip-formatter/itip-view.c:844:2: note: Variable 'is_recur_set' is reassigned a value before the old one has been used.
evolution-3.4.4/plugins/mail-notification/mail-notification.c:90:2: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/plugins/mail-notification/mail-notification.c:85:0: note: Variable 'res' is reassigned a value before the old one has been used.
evolution-3.4.4/plugins/mail-notification/mail-notification.c:90:2: note: Variable 'res' is reassigned a value before the old one has been used.
evolution-3.4.4/plugins/mail-to-task/mail-to-task.c:1027:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
evolution-3.4.4/plugins/mail-to-task/mail-to-task.c:738:2: style: Variable 'source_type' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/plugins/mail-to-task/mail-to-task.c:733:0: note: Variable 'source_type' is reassigned a value before the old one has been used.
evolution-3.4.4/plugins/mail-to-task/mail-to-task.c:738:2: note: Variable 'source_type' is reassigned a value before the old one has been used.
evolution-3.4.4/plugins/mail-to-task/mail-to-task.c:1181:3: style: Variable 'client' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/plugins/mail-to-task/mail-to-task.c:1176:0: note: Variable 'client' is reassigned a value before the old one has been used.
evolution-3.4.4/plugins/mail-to-task/mail-to-task.c:1181:3: note: Variable 'client' is reassigned a value before the old one has been used.
evolution-3.4.4/plugins/prefer-plain/prefer-plain.c:121:17: style: The scope of the variable 'part' can be reduced. [variableScope]
evolution-3.4.4/plugins/prefer-plain/prefer-plain.c:365:9: style: The scope of the variable 'key' can be reduced. [variableScope]
evolution-3.4.4/plugins/pst-import/pst-importer.c:822:10: warning: Either the condition 'if(topitem)' is redundant or there is possible null pointer dereference: topitem. [nullPointerRedundantCheck]
evolution-3.4.4/plugins/pst-import/pst-importer.c:824:5: note: Assuming that condition 'if(topitem)' is not redundant
evolution-3.4.4/plugins/pst-import/pst-importer.c:822:10: note: Null pointer dereference
evolution-3.4.4/plugins/pst-import/pst-importer.c:234:15: style: The scope of the variable 'inbox' can be reduced. [variableScope]
evolution-3.4.4/plugins/pst-import/pst-importer.c:235:9: style: The scope of the variable 'delim' can be reduced. [variableScope]
evolution-3.4.4/plugins/pst-import/pst-importer.c:1461:19: style: The scope of the variable 'eaddress' can be reduced. [variableScope]
evolution-3.4.4/plugins/pst-import/pst-importer.c:2111:9: style: The scope of the variable 'what' can be reduced. [variableScope]
evolution-3.4.4/plugins/pst-import/pst-importer.c:890:27: style: Function 'pst_process_item' argument 3 names different: declaration 'previouss_folder' definition 'previous_folder'. [funcArgNamesDifferent]
evolution-3.4.4/plugins/pst-import/pst-importer.c:83:77: note: Function 'pst_process_item' argument 3 names different: declaration 'previouss_folder' definition 'previous_folder'.
evolution-3.4.4/plugins/pst-import/pst-importer.c:890:27: note: Function 'pst_process_item' argument 3 names different: declaration 'previouss_folder' definition 'previous_folder'.
evolution-3.4.4/plugins/publish-calendar/publish-calendar.c:286:63: warning: Either the condition 'if(ms)' is redundant or there is possible null pointer dereference: ms. [nullPointerRedundantCheck]
evolution-3.4.4/plugins/publish-calendar/publish-calendar.c:288:6: note: Assuming that condition 'if(ms)' is not redundant
evolution-3.4.4/plugins/publish-calendar/publish-calendar.c:286:63: note: Null pointer dereference
evolution-3.4.4/plugins/publish-calendar/publish-calendar.c:192:2: style: Variable 'thread' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/plugins/publish-calendar/publish-calendar.c:189:0: note: Variable 'thread' is reassigned a value before the old one has been used.
evolution-3.4.4/plugins/publish-calendar/publish-calendar.c:192:2: note: Variable 'thread' is reassigned a value before the old one has been used.
evolution-3.4.4/plugins/publish-calendar/publish-calendar.c:589:2: style: Variable 'url_list' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/plugins/publish-calendar/publish-calendar.c:584:0: note: Variable 'url_list' is reassigned a value before the old one has been used.
evolution-3.4.4/plugins/publish-calendar/publish-calendar.c:589:2: note: Variable 'url_list' is reassigned a value before the old one has been used.
evolution-3.4.4/plugins/publish-calendar/publish-calendar.c:591:2: style: Variable 'model' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/plugins/publish-calendar/publish-calendar.c:583:0: note: Variable 'model' is reassigned a value before the old one has been used.
evolution-3.4.4/plugins/publish-calendar/publish-calendar.c:591:2: note: Variable 'model' is reassigned a value before the old one has been used.
evolution-3.4.4/plugins/publish-calendar/publish-calendar.c:990:3: style: Variable 'thread' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/plugins/publish-calendar/publish-calendar.c:985:0: note: Variable 'thread' is reassigned a value before the old one has been used.
evolution-3.4.4/plugins/publish-calendar/publish-calendar.c:990:3: note: Variable 'thread' is reassigned a value before the old one has been used.
evolution-3.4.4/plugins/publish-calendar/publish-calendar.c:1094:2: style: Variable 'thread' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/plugins/publish-calendar/publish-calendar.c:1091:0: note: Variable 'thread' is reassigned a value before the old one has been used.
evolution-3.4.4/plugins/publish-calendar/publish-calendar.c:1094:2: note: Variable 'thread' is reassigned a value before the old one has been used.
evolution-3.4.4/plugins/publish-calendar/publish-calendar.c:677:15: style: The scope of the variable 'uri' can be reduced. [variableScope]
evolution-3.4.4/plugins/publish-calendar/publish-calendar.c:970:10: style: The scope of the variable 'uris' can be reduced. [variableScope]
evolution-3.4.4/plugins/publish-calendar/publish-calendar.c:971:15: style: The scope of the variable 'client' can be reduced. [variableScope]
evolution-3.4.4/plugins/publish-calendar/publish-calendar.c:1068:25: style: Function 'error_queue_add' argument 1 names different: declaration 'descriptions' definition 'description'. [funcArgNamesDifferent]
evolution-3.4.4/plugins/publish-calendar/publish-calendar.c:60:38: note: Function 'error_queue_add' argument 1 names different: declaration 'descriptions' definition 'description'.
evolution-3.4.4/plugins/publish-calendar/publish-calendar.c:1068:25: note: Function 'error_queue_add' argument 1 names different: declaration 'descriptions' definition 'description'.
evolution-3.4.4/plugins/publish-calendar/publish-format-ical.c:90:13: warning: Logical conjunction always evaluates to false: error && !(error). [incorrectLogicOperator]
evolution-3.4.4/plugins/publish-calendar/publish-format-ical.c:91:5: warning: Either the condition '!error' is redundant or there is possible null pointer dereference: error. [nullPointerRedundantCheck]
evolution-3.4.4/plugins/publish-calendar/publish-format-ical.c:90:16: note: Assuming that condition '!error' is not redundant
evolution-3.4.4/plugins/publish-calendar/publish-format-ical.c:91:5: note: Null pointer dereference
evolution-3.4.4/plugins/publish-calendar/publish-format-ical.c:90:13: style: Opposite expression on both sides of '&&'. [oppositeExpression]
evolution-3.4.4/plugins/publish-calendar/publish-format-ical.c:90:13: note: Opposite expression on both sides of '&&'.
evolution-3.4.4/plugins/publish-calendar/publish-format-ical.c:90:13: note: Opposite expression on both sides of '&&'.
evolution-3.4.4/plugins/publish-calendar/url-editor-dialog.c:305:2: style: Variable 'euri' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/plugins/publish-calendar/url-editor-dialog.c:301:0: note: Variable 'euri' is reassigned a value before the old one has been used.
evolution-3.4.4/plugins/publish-calendar/url-editor-dialog.c:305:2: note: Variable 'euri' is reassigned a value before the old one has been used.
evolution-3.4.4/plugins/publish-calendar/url-editor-dialog.c:436:12: style: The scope of the variable 'source' can be reduced. [variableScope]
evolution-3.4.4/plugins/save-calendar/csv-format.c:170:3: style: Variable 'needquotes' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/plugins/save-calendar/csv-format.c:161:0: note: Variable 'needquotes' is reassigned a value before the old one has been used.
evolution-3.4.4/plugins/save-calendar/csv-format.c:170:3: note: Variable 'needquotes' is reassigned a value before the old one has been used.
evolution-3.4.4/plugins/save-calendar/csv-format.c:590:2: style: Variable 'label' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/plugins/save-calendar/csv-format.c:571:0: note: Variable 'label' is reassigned a value before the old one has been used.
evolution-3.4.4/plugins/save-calendar/csv-format.c:590:2: note: Variable 'label' is reassigned a value before the old one has been used.
evolution-3.4.4/plugins/save-calendar/rdf-format.c:64:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/plugins/save-calendar/rdf-format.c:61:0: note: Variable 'retval' is reassigned a value before the old one has been used.
evolution-3.4.4/plugins/save-calendar/rdf-format.c:64:2: note: Variable 'retval' is reassigned a value before the old one has been used.
evolution-3.4.4/plugins/save-calendar/rdf-format.c:154:3: style: Variable 'cur_node' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/plugins/save-calendar/rdf-format.c:142:0: note: Variable 'cur_node' is reassigned a value before the old one has been used.
evolution-3.4.4/plugins/save-calendar/rdf-format.c:154:3: note: Variable 'cur_node' is reassigned a value before the old one has been used.
evolution-3.4.4/plugins/save-calendar/rdf-format.c:158:3: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/plugins/save-calendar/rdf-format.c:145:0: note: Variable 'tmp' is reassigned a value before the old one has been used.
evolution-3.4.4/plugins/save-calendar/rdf-format.c:158:3: note: Variable 'tmp' is reassigned a value before the old one has been used.
evolution-3.4.4/plugins/save-calendar/rdf-format.c:173:3: style: Variable 'cur_node' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/plugins/save-calendar/rdf-format.c:172:0: note: Variable 'cur_node' is reassigned a value before the old one has been used.
evolution-3.4.4/plugins/save-calendar/rdf-format.c:173:3: note: Variable 'cur_node' is reassigned a value before the old one has been used.
evolution-3.4.4/plugins/save-calendar/rdf-format.c:273:4: style: Variable 'tmp_str' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/plugins/save-calendar/rdf-format.c:262:0: note: Variable 'tmp_str' is reassigned a value before the old one has been used.
evolution-3.4.4/plugins/save-calendar/rdf-format.c:273:4: note: Variable 'tmp_str' is reassigned a value before the old one has been used.
evolution-3.4.4/plugins/save-calendar/save-calendar.c:157:2: style: Variable 'renderer' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/plugins/save-calendar/save-calendar.c:131:0: note: Variable 'renderer' is reassigned a value before the old one has been used.
evolution-3.4.4/plugins/save-calendar/save-calendar.c:157:2: note: Variable 'renderer' is reassigned a value before the old one has been used.
evolution-3.4.4/plugins/save-calendar/save-calendar.c:214:3: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/plugins/save-calendar/save-calendar.c:205:0: note: Variable 'tmp' is reassigned a value before the old one has been used.
evolution-3.4.4/plugins/save-calendar/save-calendar.c:214:3: note: Variable 'tmp' is reassigned a value before the old one has been used.
evolution-3.4.4/plugins/templates/templates.c:164:2: style: Variable 'model' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/plugins/templates/templates.c:158:0: note: Variable 'model' is reassigned a value before the old one has been used.
evolution-3.4.4/plugins/templates/templates.c:164:2: note: Variable 'model' is reassigned a value before the old one has been used.
evolution-3.4.4/plugins/templates/templates.c:306:2: style: Variable 'new_clue' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/plugins/templates/templates.c:295:0: note: Variable 'new_clue' is reassigned a value before the old one has been used.
evolution-3.4.4/plugins/templates/templates.c:306:2: note: Variable 'new_clue' is reassigned a value before the old one has been used.
evolution-3.4.4/plugins/templates/templates.c:170:10: style: The scope of the variable 'key' can be reduced. [variableScope]
evolution-3.4.4/plugins/templates/templates.c:394:45: style: Function 'e_plugin_lib_get_configure_widget' argument 1 names different: declaration 'plugin' definition 'epl'. [funcArgNamesDifferent]
evolution-3.4.4/plugins/templates/templates.c:80:17: note: Function 'e_plugin_lib_get_configure_widget' argument 1 names different: declaration 'plugin' definition 'epl'.
evolution-3.4.4/plugins/templates/templates.c:394:45: note: Function 'e_plugin_lib_get_configure_widget' argument 1 names different: declaration 'plugin' definition 'epl'.
evolution-3.4.4/plugins/templates/templates.c:844:23: style: Variable 'new_content_type' is assigned a value that is never used. [unreadVariable]
evolution-3.4.4/plugins/tnef-attachments/tnef-plugin.c:235:26: style: The scope of the variable 'file' can be reduced. [variableScope]
evolution-3.4.4/plugins/tnef-attachments/tnef-plugin.c:409:21: style: The scope of the variable 'pobox' can be reduced. [variableScope]
evolution-3.4.4/plugins/tnef-attachments/tnef-plugin.c:409:29: style: The scope of the variable 'street' can be reduced. [variableScope]
evolution-3.4.4/plugins/tnef-attachments/tnef-plugin.c:409:38: style: The scope of the variable 'city' can be reduced. [variableScope]
evolution-3.4.4/plugins/tnef-attachments/tnef-plugin.c:409:45: style: The scope of the variable 'state' can be reduced. [variableScope]
evolution-3.4.4/plugins/tnef-attachments/tnef-plugin.c:409:53: style: The scope of the variable 'zip' can be reduced. [variableScope]
evolution-3.4.4/plugins/tnef-attachments/tnef-plugin.c:409:59: style: The scope of the variable 'country' can be reduced. [variableScope]
evolution-3.4.4/plugins/tnef-attachments/tnef-plugin.c:806:21: style: The scope of the variable 'filename' can be reduced. [variableScope]
evolution-3.4.4/plugins/tnef-attachments/tnef-plugin.c:884:12: style: The scope of the variable 'dword_ptr' can be reduced. [variableScope]
evolution-3.4.4/plugins/tnef-attachments/tnef-plugin.c:1132:12: style: The scope of the variable 'charptr' can be reduced. [variableScope]
evolution-3.4.4/plugins/tnef-attachments/tnef-plugin.c:1135:12: style: The scope of the variable 'dword_ptr' can be reduced. [variableScope]
evolution-3.4.4/shell/e-shell-searchbar.c:109:15: style: The scope of the variable 'action_name' can be reduced. [variableScope]
evolution-3.4.4/shell/e-shell-searchbar.c:141:15: style: The scope of the variable 'action_name' can be reduced. [variableScope]
evolution-3.4.4/shell/e-shell-searchbar.c:199:15: style: The scope of the variable 'action_name' can be reduced. [variableScope]
evolution-3.4.4/shell/e-shell-searchbar.c:307:17: style: The scope of the variable 'shell_content' can be reduced. [variableScope]
evolution-3.4.4/shell/es-event.c:71:39: style: Function 'es_event_target_new_upgrade' argument 1 names different: declaration 'event' definition 'eme'. [funcArgNamesDifferent]
evolution-3.4.4/shell/es-event.h:65:41: note: Function 'es_event_target_new_upgrade' argument 1 names different: declaration 'event' definition 'eme'.
evolution-3.4.4/shell/es-event.c:71:39: note: Function 'es_event_target_new_upgrade' argument 1 names different: declaration 'event' definition 'eme'.
evolution-3.4.4/shell/main.c:386:13: style: Condition 'error==NULL' is always true [knownConditionTrueFalse]
evolution-3.4.4/shell/main.c:369:18: note: Assignment 'error=NULL', assigned value is 0
evolution-3.4.4/shell/main.c:386:13: note: Condition 'error==NULL' is always true
evolution-3.4.4/shell/main.c:390:12: style: Condition 'error!=NULL' is always false [knownConditionTrueFalse]
evolution-3.4.4/shell/main.c:369:18: note: Assignment 'error=NULL', assigned value is 0
evolution-3.4.4/shell/main.c:390:12: note: Condition 'error!=NULL' is always false
evolution-3.4.4/shell/main.c:406:12: style: Condition 'error!=NULL' is always false [knownConditionTrueFalse]
evolution-3.4.4/shell/main.c:369:18: note: Assignment 'error=NULL', assigned value is 0
evolution-3.4.4/shell/main.c:406:12: note: Condition 'error!=NULL' is always false
evolution-3.4.4/shell/main.c:390:12: style: Same expression on both sides of '!=' because the value of 'error' and 'NULL' are the same. [duplicateExpression]
evolution-3.4.4/shell/main.c:369:18: note: 'error' is assigned value 'NULL' here.
evolution-3.4.4/shell/main.c:390:12: note: Same expression on both sides of '!=' because the value of 'error' and 'NULL' are the same.
evolution-3.4.4/smclient/eggdesktopfile.c:483:10: style: The scope of the variable 'try_exec' can be reduced. [variableScope]
evolution-3.4.4/smclient/eggdesktopfile.c:483:21: style: The scope of the variable 'found_program' can be reduced. [variableScope]
evolution-3.4.4/smclient/eggdesktopfile.c:484:11: style: The scope of the variable 'only_show_in' can be reduced. [variableScope]
evolution-3.4.4/smclient/eggdesktopfile.c:484:27: style: The scope of the variable 'not_show_in' can be reduced. [variableScope]
evolution-3.4.4/smclient/eggdesktopfile.c:608:16: style: The scope of the variable 'p' can be reduced. [variableScope]
evolution-3.4.4/smclient/eggsmclient-win32.c:219:23: style: Function 'got_message' argument 1 names different: declaration 'user_data' definition 'smclient'. [funcArgNamesDifferent]
evolution-3.4.4/smclient/eggsmclient-win32.c:96:39: note: Function 'got_message' argument 1 names different: declaration 'user_data' definition 'smclient'.
evolution-3.4.4/smclient/eggsmclient-win32.c:219:23: note: Function 'got_message' argument 1 names different: declaration 'user_data' definition 'smclient'.
evolution-3.4.4/smclient/eggsmclient-win32.c:329:28: style: Function 'sm_client_thread' argument 1 names different: declaration 'data' definition 'smclient'. [funcArgNamesDifferent]
evolution-3.4.4/smclient/eggsmclient-win32.c:97:40: note: Function 'sm_client_thread' argument 1 names different: declaration 'data' definition 'smclient'.
evolution-3.4.4/smclient/eggsmclient-win32.c:329:28: note: Function 'sm_client_thread' argument 1 names different: declaration 'data' definition 'smclient'.
evolution-3.4.4/smclient/eggsmclient-xsmp.c:348:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
evolution-3.4.4/smclient/eggsmclient-xsmp.c:237:14: style: The scope of the variable 'cmdline' can be reduced. [variableScope]
evolution-3.4.4/smclient/eggsmclient-xsmp.c:829:22: style: The scope of the variable 'keys' can be reduced. [variableScope]
evolution-3.4.4/smclient/eggsmclient-xsmp.c:285:60: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
evolution-3.4.4/smclient/eggsmclient-xsmp.c:294:46: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
evolution-3.4.4/smclient/eggsmclient-xsmp.c:806:50: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
evolution-3.4.4/smclient/eggsmclient-xsmp.c:809:48: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
evolution-3.4.4/smclient/eggsmclient-xsmp.c:934:46: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
evolution-3.4.4/smclient/eggsmclient-xsmp.c:942:40: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
evolution-3.4.4/smclient/eggsmclient-xsmp.c:943:12: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
evolution-3.4.4/smclient/eggsmclient-xsmp.c:632:26: style: Function 'xsmp_save_yourself' argument 3 names different: declaration 'save_style' definition 'save_type'. [funcArgNamesDifferent]
evolution-3.4.4/smclient/eggsmclient-xsmp.c:141:21: note: Function 'xsmp_save_yourself' argument 3 names different: declaration 'save_style' definition 'save_type'.
evolution-3.4.4/smclient/eggsmclient-xsmp.c:632:26: note: Function 'xsmp_save_yourself' argument 3 names different: declaration 'save_style' definition 'save_type'.
evolution-3.4.4/smclient/eggsmclient-xsmp.c:1184:14: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
evolution-3.4.4/smclient/eggsmclient.c:349:11: style: Condition '!global_client' is always true [knownConditionTrueFalse]
evolution-3.4.4/smclient/eggsmclient.c:322:7: note: Assuming that condition '!global_client' is not redundant
evolution-3.4.4/smclient/eggsmclient.c:349:11: note: Condition '!global_client' is always true
evolution-3.4.4/smime/gui/certificate-manager.c:455:35: warning: Either the condition 'data!=NULL' is redundant or there is possible null pointer dereference: fcd. [nullPointerRedundantCheck]
evolution-3.4.4/smime/gui/certificate-manager.c:452:29: note: Assuming that condition 'data!=NULL' is not redundant
evolution-3.4.4/smime/gui/certificate-manager.c:447:31: note: Assignment 'fcd=data', assigned value is 0
evolution-3.4.4/smime/gui/certificate-manager.c:455:35: note: Null pointer dereference
evolution-3.4.4/smime/gui/certificate-manager.c:464:9: warning: Either the condition 'data!=NULL' is redundant or there is possible null pointer dereference: fcd. [nullPointerRedundantCheck]
evolution-3.4.4/smime/gui/certificate-manager.c:452:29: note: Assuming that condition 'data!=NULL' is not redundant
evolution-3.4.4/smime/gui/certificate-manager.c:447:31: note: Assignment 'fcd=data', assigned value is 0
evolution-3.4.4/smime/gui/certificate-manager.c:464:9: note: Null pointer dereference
evolution-3.4.4/smime/gui/certificate-manager.c:731:14: warning: Either the condition 'cp!=NULL' is redundant or there is possible null pointer dereference: cp. [nullPointerRedundantCheck]
evolution-3.4.4/smime/gui/certificate-manager.c:734:23: note: Assuming that condition 'cp!=NULL' is not redundant
evolution-3.4.4/smime/gui/certificate-manager.c:731:14: note: Null pointer dereference
evolution-3.4.4/smime/gui/certificate-manager.c:472:20: style: The scope of the variable 'selection' can be reduced. [variableScope]
evolution-3.4.4/smime/gui/component.c:70:9: style: The scope of the variable 'prompt' can be reduced. [variableScope]
evolution-3.4.4/smime/gui/e-cert-selector.c:156:20: style: The scope of the variable 'node' can be reduced. [variableScope]
evolution-3.4.4/smime/lib/e-cert-db.c:598:2: style: Variable 'cert' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/smime/lib/e-cert-db.c:595:0: note: Variable 'cert' is reassigned a value before the old one has been used.
evolution-3.4.4/smime/lib/e-cert-db.c:598:2: note: Variable 'cert' is reassigned a value before the old one has been used.
evolution-3.4.4/smime/lib/e-cert-db.c:1163:2: style: Variable 'username' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/smime/lib/e-cert-db.c:1151:0: note: Variable 'username' is reassigned a value before the old one has been used.
evolution-3.4.4/smime/lib/e-cert-db.c:1163:2: note: Variable 'username' is reassigned a value before the old one has been used.
evolution-3.4.4/smime/lib/e-cert-db.c:815:8: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
evolution-3.4.4/smime/lib/e-cert-db.c:819:5: note: Found duplicate branches for 'if' and 'else'.
evolution-3.4.4/smime/lib/e-cert-db.c:815:8: note: Found duplicate branches for 'if' and 'else'.
evolution-3.4.4/smime/lib/e-cert-db.c:681:52: style: Function 'e_cert_db_find_cert_by_email_address' argument 2 names different: declaration 'nickname' definition 'email'. [funcArgNamesDifferent]
evolution-3.4.4/smime/lib/e-cert-db.h:97:24: note: Function 'e_cert_db_find_cert_by_email_address' argument 2 names different: declaration 'nickname' definition 'email'.
evolution-3.4.4/smime/lib/e-cert-db.c:681:52: note: Function 'e_cert_db_find_cert_by_email_address' argument 2 names different: declaration 'nickname' definition 'email'.
evolution-3.4.4/smime/lib/e-cert-db.c:975:31: style: Function 'e_cert_db_delete_cert' argument 2 names different: declaration 'cert' definition 'ecert'. [funcArgNamesDifferent]
evolution-3.4.4/smime/lib/e-cert-db.h:102:19: note: Function 'e_cert_db_delete_cert' argument 2 names different: declaration 'cert' definition 'ecert'.
evolution-3.4.4/smime/lib/e-cert-db.c:975:31: note: Function 'e_cert_db_delete_cert' argument 2 names different: declaration 'cert' definition 'ecert'.
evolution-3.4.4/smime/lib/e-cert-trust.c:67:35: style: Function 'e_cert_trust_copy' argument 1 names different: declaration 'dst_trust' definition 'trust'. [funcArgNamesDifferent]
evolution-3.4.4/smime/lib/e-cert-trust.h:38:40: note: Function 'e_cert_trust_copy' argument 1 names different: declaration 'dst_trust' definition 'trust'.
evolution-3.4.4/smime/lib/e-cert-trust.c:67:35: note: Function 'e_cert_trust_copy' argument 1 names different: declaration 'dst_trust' definition 'trust'.
evolution-3.4.4/smime/lib/e-cert-trust.c:68:35: style: Function 'e_cert_trust_copy' argument 2 names different: declaration 'src_trust' definition 't'. [funcArgNamesDifferent]
evolution-3.4.4/smime/lib/e-cert-trust.h:38:66: note: Function 'e_cert_trust_copy' argument 2 names different: declaration 'src_trust' definition 't'.
evolution-3.4.4/smime/lib/e-cert-trust.c:68:35: note: Function 'e_cert_trust_copy' argument 2 names different: declaration 'src_trust' definition 't'.
evolution-3.4.4/smime/lib/e-cert.c:972:13: style: The scope of the variable 'avas' can be reduced. [variableScope]
evolution-3.4.4/smime/lib/e-cert.c:437:26: style: Function 'e_cert_get_chain' argument 1 names different: declaration 'cert' definition 'ecert'. [funcArgNamesDifferent]
evolution-3.4.4/smime/lib/e-cert.h:98:54: note: Function 'e_cert_get_chain' argument 1 names different: declaration 'cert' definition 'ecert'.
evolution-3.4.4/smime/lib/e-cert.c:437:26: note: Function 'e_cert_get_chain' argument 1 names different: declaration 'cert' definition 'ecert'.
evolution-3.4.4/smime/lib/e-cert.c:1265:30: style: Function 'e_cert_get_cert_type' argument 1 names different: declaration 'cert' definition 'ecert'. [funcArgNamesDifferent]
evolution-3.4.4/smime/lib/e-cert.h:104:51: note: Function 'e_cert_get_cert_type' argument 1 names different: declaration 'cert' definition 'ecert'.
evolution-3.4.4/smime/lib/e-cert.c:1265:30: note: Function 'e_cert_get_cert_type' argument 1 names different: declaration 'cert' definition 'ecert'.
evolution-3.4.4/widgets/e-timezone-dialog/e-timezone-dialog.c:753:32: style: Function 'on_combo_changed' argument 1 names different: declaration 'combo' definition 'combo_box'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/e-timezone-dialog/e-timezone-dialog.c:105:45: note: Function 'on_combo_changed' argument 1 names different: declaration 'combo' definition 'combo_box'.
evolution-3.4.4/widgets/e-timezone-dialog/e-timezone-dialog.c:753:32: note: Function 'on_combo_changed' argument 1 names different: declaration 'combo' definition 'combo_box'.
evolution-3.4.4/widgets/menus/gal-define-views-dialog.c:330:3: style: Variable 'title' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/widgets/menus/gal-define-views-dialog.c:329:0: note: Variable 'title' is reassigned a value before the old one has been used.
evolution-3.4.4/widgets/menus/gal-define-views-dialog.c:330:3: note: Variable 'title' is reassigned a value before the old one has been used.
evolution-3.4.4/widgets/menus/gal-define-views-dialog.c:91:11: style: The scope of the variable 'view' can be reduced. [variableScope]
evolution-3.4.4/widgets/menus/gal-define-views-dialog.c:92:25: style: The scope of the variable 'item' can be reduced. [variableScope]
evolution-3.4.4/widgets/menus/gal-define-views-dialog.c:163:15: style: The scope of the variable 'path' can be reduced. [variableScope]
evolution-3.4.4/widgets/menus/gal-define-views-dialog.c:58:24: style: struct member 'GalDefineViewsDialogChild::names' is never used. [unusedStructMember]
evolution-3.4.4/widgets/menus/gal-define-views-model.c:310:39: style: Function 'gal_define_views_model_get_view' argument 2 names different: declaration 'i' definition 'n'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/menus/gal-define-views-model.h:58:31: note: Function 'gal_define_views_model_get_view' argument 2 names different: declaration 'i' definition 'n'.
evolution-3.4.4/widgets/menus/gal-define-views-model.c:310:39: note: Function 'gal_define_views_model_get_view' argument 2 names different: declaration 'i' definition 'n'.
evolution-3.4.4/widgets/menus/gal-define-views-model.c:324:42: style: Function 'gal_define_views_model_delete_view' argument 2 names different: declaration 'i' definition 'n'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/menus/gal-define-views-model.h:60:31: note: Function 'gal_define_views_model_delete_view' argument 2 names different: declaration 'i' definition 'n'.
evolution-3.4.4/widgets/menus/gal-define-views-model.c:324:42: note: Function 'gal_define_views_model_delete_view' argument 2 names different: declaration 'i' definition 'n'.
evolution-3.4.4/widgets/menus/gal-define-views-model.c:340:40: style: Function 'gal_define_views_model_copy_view' argument 2 names different: declaration 'i' definition 'n'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/menus/gal-define-views-model.h:62:31: note: Function 'gal_define_views_model_copy_view' argument 2 names different: declaration 'i' definition 'n'.
evolution-3.4.4/widgets/menus/gal-define-views-model.c:340:40: note: Function 'gal_define_views_model_copy_view' argument 2 names different: declaration 'i' definition 'n'.
evolution-3.4.4/widgets/menus/gal-view-collection.c:525:12: style: The scope of the variable 'child' can be reduced. [variableScope]
evolution-3.4.4/widgets/menus/gal-view-instance-save-as-dialog.c:69:3: style: Variable 'title' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/widgets/menus/gal-view-instance-save-as-dialog.c:63:0: note: Variable 'title' is reassigned a value before the old one has been used.
evolution-3.4.4/widgets/menus/gal-view-instance-save-as-dialog.c:69:3: note: Variable 'title' is reassigned a value before the old one has been used.
evolution-3.4.4/widgets/menus/gal-view-instance-save-as-dialog.c:313:15: style: The scope of the variable 'title' can be reduced. [variableScope]
evolution-3.4.4/widgets/menus/gal-view-instance.c:387:11: style: The scope of the variable 'view' can be reduced. [variableScope]
evolution-3.4.4/widgets/menus/gal-view.c:94:2: style: Variable 'object_class' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/widgets/menus/gal-view.c:92:0: note: Variable 'object_class' is reassigned a value before the old one has been used.
evolution-3.4.4/widgets/menus/gal-view.c:94:2: note: Variable 'object_class' is reassigned a value before the old one has been used.
evolution-3.4.4/widgets/misc/e-alert-bar.c:289:14: style: Variable 'container' is assigned a value that is never used. [unreadVariable]
evolution-3.4.4/widgets/misc/e-attachment-store.c:1105:3: style: Variable 'source' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/widgets/misc/e-attachment-store.c:1100:0: note: Variable 'source' is reassigned a value before the old one has been used.
evolution-3.4.4/widgets/misc/e-attachment-store.c:1105:3: note: Variable 'source' is reassigned a value before the old one has been used.
evolution-3.4.4/widgets/misc/e-attachment-view.c:1773:55: style: Function 'e_attachment_view_drag_data_received' argument 2 names different: declaration 'context' definition 'drag_context'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/misc/e-attachment-view.h:210:24: note: Function 'e_attachment_view_drag_data_received' argument 2 names different: declaration 'context' definition 'drag_context'.
evolution-3.4.4/widgets/misc/e-attachment-view.c:1773:55: note: Function 'e_attachment_view_drag_data_received' argument 2 names different: declaration 'context' definition 'drag_context'.
evolution-3.4.4/widgets/misc/e-attachment-view.c:1776:57: style: Function 'e_attachment_view_drag_data_received' argument 5 names different: declaration 'selection' definition 'selection_data'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/misc/e-attachment-view.h:213:26: note: Function 'e_attachment_view_drag_data_received' argument 5 names different: declaration 'selection' definition 'selection_data'.
evolution-3.4.4/widgets/misc/e-attachment-view.c:1776:57: note: Function 'e_attachment_view_drag_data_received' argument 5 names different: declaration 'selection' definition 'selection_data'.
evolution-3.4.4/widgets/misc/e-buffer-tagger.c:53:15: style: struct member '_MagicInsertMatch::prefix' is never used. [unusedStructMember]
evolution-3.4.4/widgets/misc/e-calendar-item.c:3408:20: style: The scope of the variable 'submenu' can be reduced. [variableScope]
evolution-3.4.4/widgets/misc/e-calendar-item.c:3408:30: style: The scope of the variable 'menuitem' can be reduced. [variableScope]
evolution-3.4.4/widgets/misc/e-calendar-item.c:1043:40: style: Function 'e_calendar_item_draw' argument 1 names different: declaration 'item' definition 'canvas_item'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/misc/e-calendar-item.c:64:53: note: Function 'e_calendar_item_draw' argument 1 names different: declaration 'item' definition 'canvas_item'.
evolution-3.4.4/widgets/misc/e-calendar-item.c:1043:40: note: Function 'e_calendar_item_draw' argument 1 names different: declaration 'item' definition 'canvas_item'.
evolution-3.4.4/widgets/misc/e-calendar-item.c:1891:49: style: Function 'e_calendar_item_key_press_event' argument 1 names different: declaration 'item' definition 'calitem'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/misc/e-calendar-item.c:101:61: note: Function 'e_calendar_item_key_press_event' argument 1 names different: declaration 'item' definition 'calitem'.
evolution-3.4.4/widgets/misc/e-calendar-item.c:1891:49: note: Function 'e_calendar_item_key_press_event' argument 1 names different: declaration 'item' definition 'calitem'.
evolution-3.4.4/widgets/misc/e-calendar-item.c:2447:47: style: Function 'e_calendar_item_convert_position_to_day' argument 2 names different: declaration 'x' definition 'event_x'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/misc/e-calendar-item.c:120:13: note: Function 'e_calendar_item_convert_position_to_day' argument 2 names different: declaration 'x' definition 'event_x'.
evolution-3.4.4/widgets/misc/e-calendar-item.c:2447:47: note: Function 'e_calendar_item_convert_position_to_day' argument 2 names different: declaration 'x' definition 'event_x'.
evolution-3.4.4/widgets/misc/e-calendar-item.c:2448:47: style: Function 'e_calendar_item_convert_position_to_day' argument 3 names different: declaration 'y' definition 'event_y'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/misc/e-calendar-item.c:121:13: note: Function 'e_calendar_item_convert_position_to_day' argument 3 names different: declaration 'y' definition 'event_y'.
evolution-3.4.4/widgets/misc/e-calendar-item.c:2448:47: note: Function 'e_calendar_item_convert_position_to_day' argument 3 names different: declaration 'y' definition 'event_y'.
evolution-3.4.4/widgets/misc/e-calendar.c:643:13: style: The scope of the variable 'toplevel' can be reduced. [variableScope]
evolution-3.4.4/widgets/misc/e-calendar.c:291:39: style: Function 'e_calendar_get_preferred_width' argument 2 names different: declaration 'minimal_width' definition 'minimum'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/misc/e-calendar.c:73:21: note: Function 'e_calendar_get_preferred_width' argument 2 names different: declaration 'minimal_width' definition 'minimum'.
evolution-3.4.4/widgets/misc/e-calendar.c:291:39: note: Function 'e_calendar_get_preferred_width' argument 2 names different: declaration 'minimal_width' definition 'minimum'.
evolution-3.4.4/widgets/misc/e-calendar.c:292:39: style: Function 'e_calendar_get_preferred_width' argument 3 names different: declaration 'natural_width' definition 'natural'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/misc/e-calendar.c:74:21: note: Function 'e_calendar_get_preferred_width' argument 3 names different: declaration 'natural_width' definition 'natural'.
evolution-3.4.4/widgets/misc/e-calendar.c:292:39: note: Function 'e_calendar_get_preferred_width' argument 3 names different: declaration 'natural_width' definition 'natural'.
evolution-3.4.4/widgets/misc/e-calendar.c:308:40: style: Function 'e_calendar_get_preferred_height' argument 2 names different: declaration 'minimal_height' definition 'minimum'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/misc/e-calendar.c:76:22: note: Function 'e_calendar_get_preferred_height' argument 2 names different: declaration 'minimal_height' definition 'minimum'.
evolution-3.4.4/widgets/misc/e-calendar.c:308:40: note: Function 'e_calendar_get_preferred_height' argument 2 names different: declaration 'minimal_height' definition 'minimum'.
evolution-3.4.4/widgets/misc/e-calendar.c:309:40: style: Function 'e_calendar_get_preferred_height' argument 3 names different: declaration 'natural_height' definition 'natural'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/misc/e-calendar.c:77:22: note: Function 'e_calendar_get_preferred_height' argument 3 names different: declaration 'natural_height' definition 'natural'.
evolution-3.4.4/widgets/misc/e-calendar.c:309:40: note: Function 'e_calendar_get_preferred_height' argument 3 names different: declaration 'natural_height' definition 'natural'.
evolution-3.4.4/widgets/misc/e-canvas.c:308:3: style: Variable 'new_event' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/widgets/misc/e-canvas.c:306:0: note: Variable 'new_event' is reassigned a value before the old one has been used.
evolution-3.4.4/widgets/misc/e-canvas.c:308:3: note: Variable 'new_event' is reassigned a value before the old one has been used.
evolution-3.4.4/widgets/misc/e-canvas.c:334:3: style: Variable 'new_event' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/widgets/misc/e-canvas.c:332:0: note: Variable 'new_event' is reassigned a value before the old one has been used.
evolution-3.4.4/widgets/misc/e-canvas.c:334:3: note: Variable 'new_event' is reassigned a value before the old one has been used.
evolution-3.4.4/widgets/misc/e-canvas.c:690:19: style: The scope of the variable 'child' can be reduced. [variableScope]
evolution-3.4.4/widgets/misc/e-canvas.c:832:46: style: Function 'e_canvas_item_grab' argument 6 names different: declaration 'cancelled' definition 'cancelled_cb'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/misc/e-canvas.h:128:33: note: Function 'e_canvas_item_grab' argument 6 names different: declaration 'cancelled' definition 'cancelled_cb'.
evolution-3.4.4/widgets/misc/e-canvas.c:832:46: note: Function 'e_canvas_item_grab' argument 6 names different: declaration 'cancelled' definition 'cancelled_cb'.
evolution-3.4.4/widgets/misc/e-charset-combo-box.c:406:2: style: Variable 'combo_box->priv->block_dialog' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/widgets/misc/e-charset-combo-box.c:404:2: note: Variable 'combo_box->priv->block_dialog' is reassigned a value before the old one has been used.
evolution-3.4.4/widgets/misc/e-charset-combo-box.c:406:2: note: Variable 'combo_box->priv->block_dialog' is reassigned a value before the old one has been used.
evolution-3.4.4/widgets/misc/e-charset-combo-box.c:163:47: warning: Char literal compared with pointer 'charset'. Did you intend to dereference it? [charLiteralWithCharPtrCompare]
evolution-3.4.4/widgets/misc/e-dateedit.c:907:2: style: Variable 'date_changed' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/widgets/misc/e-dateedit.c:903:0: note: Variable 'date_changed' is reassigned a value before the old one has been used.
evolution-3.4.4/widgets/misc/e-dateedit.c:907:2: note: Variable 'date_changed' is reassigned a value before the old one has been used.
evolution-3.4.4/widgets/misc/e-dateedit.c:808:12: style: The scope of the variable 'tmp_tm' can be reduced. [variableScope]
evolution-3.4.4/widgets/misc/e-dateedit.c:1808:13: style: The scope of the variable 'msg_dialog' can be reduced. [variableScope]
evolution-3.4.4/widgets/misc/e-dateedit.c:1856:13: style: The scope of the variable 'msg_dialog' can be reduced. [variableScope]
evolution-3.4.4/widgets/misc/e-dateedit.c:1882:13: style: The scope of the variable 'target' can be reduced. [variableScope]
evolution-3.4.4/widgets/misc/e-dateedit.c:2050:15: style: The scope of the variable 'text' can be reduced. [variableScope]
evolution-3.4.4/widgets/misc/e-map.c:1210:13: style: The scope of the variable 'point' can be reduced. [variableScope]
evolution-3.4.4/widgets/misc/e-map.c:1387:24: style: Function 'set_scroll_area' argument 1 names different: declaration 'map' definition 'view'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/misc/e-map.c:129:36: note: Function 'set_scroll_area' argument 1 names different: declaration 'map' definition 'view'.
evolution-3.4.4/widgets/misc/e-map.c:1387:24: note: Function 'set_scroll_area' argument 1 names different: declaration 'map' definition 'view'.
evolution-3.4.4/widgets/misc/e-searching-tokenizer.c:665:30: style: The scope of the variable 'token' can be reduced. [variableScope]
evolution-3.4.4/widgets/misc/e-searching-tokenizer.c:852:16: style: The scope of the variable 'start' can be reduced. [variableScope]
evolution-3.4.4/widgets/misc/e-searching-tokenizer.c:574:11: style: Variable 'token' is assigned a value that is never used. [unreadVariable]
evolution-3.4.4/widgets/misc/e-selection-model-array.c:47:66: style: Function 'e_selection_model_array_confirm_row_count' argument 1 names different: declaration 'esm' definition 'esma'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/misc/e-selection-model-array.h:84:76: note: Function 'e_selection_model_array_confirm_row_count' argument 1 names different: declaration 'esm' definition 'esma'.
evolution-3.4.4/widgets/misc/e-selection-model-array.c:47:66: note: Function 'e_selection_model_array_confirm_row_count' argument 1 names different: declaration 'esm' definition 'esma'.
evolution-3.4.4/widgets/misc/e-selection-model-array.c:79:60: style: Function 'e_selection_model_array_delete_rows' argument 1 names different: declaration 'esm' definition 'esma'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/misc/e-selection-model-array.h:78:76: note: Function 'e_selection_model_array_delete_rows' argument 1 names different: declaration 'esm' definition 'esma'.
evolution-3.4.4/widgets/misc/e-selection-model-array.c:79:60: note: Function 'e_selection_model_array_delete_rows' argument 1 names different: declaration 'esm' definition 'esma'.
evolution-3.4.4/widgets/misc/e-selection-model-array.c:131:60: style: Function 'e_selection_model_array_insert_rows' argument 1 names different: declaration 'esm' definition 'esma'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/misc/e-selection-model-array.h:75:76: note: Function 'e_selection_model_array_insert_rows' argument 1 names different: declaration 'esm' definition 'esma'.
evolution-3.4.4/widgets/misc/e-selection-model-array.c:131:60: note: Function 'e_selection_model_array_insert_rows' argument 1 names different: declaration 'esm' definition 'esma'.
evolution-3.4.4/widgets/misc/e-selection-model-array.c:149:57: style: Function 'e_selection_model_array_move_row' argument 1 names different: declaration 'esm' definition 'esma'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/misc/e-selection-model-array.h:81:76: note: Function 'e_selection_model_array_move_row' argument 1 names different: declaration 'esm' definition 'esma'.
evolution-3.4.4/widgets/misc/e-selection-model-array.c:149:57: note: Function 'e_selection_model_array_move_row' argument 1 names different: declaration 'esm' definition 'esma'.
evolution-3.4.4/widgets/misc/e-selection-model-array.c:566:62: style: Function 'e_selection_model_array_get_row_count' argument 1 names different: declaration 'esm' definition 'esma'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/misc/e-selection-model-array.h:87:76: note: Function 'e_selection_model_array_get_row_count' argument 1 names different: declaration 'esm' definition 'esma'.
evolution-3.4.4/widgets/misc/e-selection-model-array.c:566:62: note: Function 'e_selection_model_array_get_row_count' argument 1 names different: declaration 'esm' definition 'esma'.
evolution-3.4.4/widgets/misc/e-selection-model-simple.c:69:64: style: Function 'e_selection_model_simple_set_row_count' argument 1 names different: declaration 'selection' definition 'esms'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/misc/e-selection-model-simple.h:60:88: note: Function 'e_selection_model_simple_set_row_count' argument 1 names different: declaration 'selection' definition 'esms'.
evolution-3.4.4/widgets/misc/e-selection-model-simple.c:69:64: note: Function 'e_selection_model_simple_set_row_count' argument 1 names different: declaration 'selection' definition 'esms'.
evolution-3.4.4/widgets/misc/e-selection-model.c:246:53: style: Function 'e_selection_model_is_row_selected' argument 1 names different: declaration 'esm' definition 'selection'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/misc/e-selection-model.h:151:25: note: Function 'e_selection_model_is_row_selected' argument 1 names different: declaration 'esm' definition 'selection'.
evolution-3.4.4/widgets/misc/e-selection-model.c:246:53: note: Function 'e_selection_model_is_row_selected' argument 1 names different: declaration 'esm' definition 'selection'.
evolution-3.4.4/widgets/misc/e-selection-model.c:269:45: style: Function 'e_selection_model_foreach' argument 1 names different: declaration 'esm' definition 'selection'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/misc/e-selection-model.h:153:51: note: Function 'e_selection_model_foreach' argument 1 names different: declaration 'esm' definition 'selection'.
evolution-3.4.4/widgets/misc/e-selection-model.c:269:45: note: Function 'e_selection_model_foreach' argument 1 names different: declaration 'esm' definition 'selection'.
evolution-3.4.4/widgets/misc/e-selection-model.c:291:43: style: Function 'e_selection_model_clear' argument 1 names different: declaration 'esm' definition 'selection'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/misc/e-selection-model.h:156:50: note: Function 'e_selection_model_clear' argument 1 names different: declaration 'esm' definition 'selection'.
evolution-3.4.4/widgets/misc/e-selection-model.c:291:43: note: Function 'e_selection_model_clear' argument 1 names different: declaration 'esm' definition 'selection'.
evolution-3.4.4/widgets/misc/e-selection-model.c:312:52: style: Function 'e_selection_model_selected_count' argument 1 names different: declaration 'esm' definition 'selection'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/misc/e-selection-model.h:158:25: note: Function 'e_selection_model_selected_count' argument 1 names different: declaration 'esm' definition 'selection'.
evolution-3.4.4/widgets/misc/e-selection-model.c:312:52: note: Function 'e_selection_model_selected_count' argument 1 names different: declaration 'esm' definition 'selection'.
evolution-3.4.4/widgets/misc/e-selection-model.c:332:48: style: Function 'e_selection_model_select_all' argument 1 names different: declaration 'esm' definition 'selection'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/misc/e-selection-model.h:159:54: note: Function 'e_selection_model_select_all' argument 1 names different: declaration 'esm' definition 'selection'.
evolution-3.4.4/widgets/misc/e-selection-model.c:332:48: note: Function 'e_selection_model_select_all' argument 1 names different: declaration 'esm' definition 'selection'.
evolution-3.4.4/widgets/misc/e-selection-model.c:352:54: style: Function 'e_selection_model_invert_selection' argument 1 names different: declaration 'esm' definition 'selection'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/misc/e-selection-model.h:161:25: note: Function 'e_selection_model_invert_selection' argument 1 names different: declaration 'esm' definition 'selection'.
evolution-3.4.4/widgets/misc/e-selection-model.c:352:54: note: Function 'e_selection_model_invert_selection' argument 1 names different: declaration 'esm' definition 'selection'.
evolution-3.4.4/widgets/misc/e-selection-model.c:365:47: style: Function 'e_selection_model_row_count' argument 1 names different: declaration 'esm' definition 'selection'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/misc/e-selection-model.h:162:53: note: Function 'e_selection_model_row_count' argument 1 names different: declaration 'esm' definition 'selection'.
evolution-3.4.4/widgets/misc/e-selection-model.c:365:47: note: Function 'e_selection_model_row_count' argument 1 names different: declaration 'esm' definition 'selection'.
evolution-3.4.4/widgets/misc/e-selection-model.c:378:52: style: Function 'e_selection_model_change_one_row' argument 1 names different: declaration 'esm' definition 'selection'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/misc/e-selection-model.h:166:25: note: Function 'e_selection_model_change_one_row' argument 1 names different: declaration 'esm' definition 'selection'.
evolution-3.4.4/widgets/misc/e-selection-model.c:378:52: note: Function 'e_selection_model_change_one_row' argument 1 names different: declaration 'esm' definition 'selection'.
evolution-3.4.4/widgets/misc/e-selection-model.c:380:44: style: Function 'e_selection_model_change_one_row' argument 3 names different: declaration 'on' definition 'grow'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/misc/e-selection-model.h:168:17: note: Function 'e_selection_model_change_one_row' argument 3 names different: declaration 'on' definition 'grow'.
evolution-3.4.4/widgets/misc/e-selection-model.c:380:44: note: Function 'e_selection_model_change_one_row' argument 3 names different: declaration 'on' definition 'grow'.
evolution-3.4.4/widgets/misc/e-selection-model.c:393:51: style: Function 'e_selection_model_change_cursor' argument 1 names different: declaration 'esm' definition 'selection'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/misc/e-selection-model.h:169:57: note: Function 'e_selection_model_change_cursor' argument 1 names different: declaration 'esm' definition 'selection'.
evolution-3.4.4/widgets/misc/e-selection-model.c:393:51: note: Function 'e_selection_model_change_cursor' argument 1 names different: declaration 'esm' definition 'selection'.
evolution-3.4.4/widgets/misc/e-selection-model.c:408:48: style: Function 'e_selection_model_cursor_row' argument 1 names different: declaration 'esm' definition 'selection'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/misc/e-selection-model.h:172:54: note: Function 'e_selection_model_cursor_row' argument 1 names different: declaration 'esm' definition 'selection'.
evolution-3.4.4/widgets/misc/e-selection-model.c:408:48: note: Function 'e_selection_model_cursor_row' argument 1 names different: declaration 'esm' definition 'selection'.
evolution-3.4.4/widgets/misc/e-selection-model.c:421:48: style: Function 'e_selection_model_cursor_col' argument 1 names different: declaration 'esm' definition 'selection'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/misc/e-selection-model.h:173:54: note: Function 'e_selection_model_cursor_col' argument 1 names different: declaration 'esm' definition 'selection'.
evolution-3.4.4/widgets/misc/e-selection-model.c:421:48: note: Function 'e_selection_model_cursor_col' argument 1 names different: declaration 'esm' definition 'selection'.
evolution-3.4.4/widgets/misc/e-selection-model.c:500:50: style: Function 'e_selection_model_do_something' argument 1 names different: declaration 'esm' definition 'selection'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/misc/e-selection-model.h:125:56: note: Function 'e_selection_model_do_something' argument 1 names different: declaration 'esm' definition 'selection'.
evolution-3.4.4/widgets/misc/e-selection-model.c:500:50: note: Function 'e_selection_model_do_something' argument 1 names different: declaration 'esm' definition 'selection'.
evolution-3.4.4/widgets/misc/e-selection-model.c:564:56: style: Function 'e_selection_model_maybe_do_something' argument 1 names different: declaration 'esm' definition 'selection'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/misc/e-selection-model.h:130:25: note: Function 'e_selection_model_maybe_do_something' argument 1 names different: declaration 'esm' definition 'selection'.
evolution-3.4.4/widgets/misc/e-selection-model.c:564:56: note: Function 'e_selection_model_maybe_do_something' argument 1 names different: declaration 'esm' definition 'selection'.
evolution-3.4.4/widgets/misc/e-selection-model.c:619:57: style: Function 'e_selection_model_select_as_key_press' argument 1 names different: declaration 'esm' definition 'selection'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/misc/e-selection-model.h:144:25: note: Function 'e_selection_model_select_as_key_press' argument 1 names different: declaration 'esm' definition 'selection'.
evolution-3.4.4/widgets/misc/e-selection-model.c:619:57: note: Function 'e_selection_model_select_as_key_press' argument 1 names different: declaration 'esm' definition 'selection'.
evolution-3.4.4/widgets/misc/e-selection-model.c:701:47: style: Function 'e_selection_model_key_press' argument 1 names different: declaration 'esm' definition 'selection'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/misc/e-selection-model.h:141:56: note: Function 'e_selection_model_key_press' argument 1 names different: declaration 'esm' definition 'selection'.
evolution-3.4.4/widgets/misc/e-selection-model.c:701:47: note: Function 'e_selection_model_key_press' argument 1 names different: declaration 'esm' definition 'selection'.
evolution-3.4.4/widgets/misc/e-send-options.c:201:66: warning: Comparison of a boolean expression with an integer other than 0 or 1. [compareBoolExpressionWithInt]
evolution-3.4.4/widgets/misc/e-web-view-preview.c:340:9: style: The scope of the variable 'utf8_valid' can be reduced. [variableScope]
evolution-3.4.4/widgets/misc/e-web-view.c:1316:2: style: Variable 'can_paste' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/widgets/misc/e-web-view.c:1293:0: note: Variable 'can_paste' is reassigned a value before the old one has been used.
evolution-3.4.4/widgets/misc/e-web-view.c:1316:2: note: Variable 'can_paste' is reassigned a value before the old one has been used.
evolution-3.4.4/widgets/misc/e-web-view.c:2048:50: style: Function 'e_web_view_set_cursor_image' argument 2 names different: declaration 'animation' definition 'image'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/misc/e-web-view.h:130:28: note: Function 'e_web_view_set_cursor_image' argument 2 names different: declaration 'animation' definition 'image'.
evolution-3.4.4/widgets/misc/e-web-view.c:2048:50: note: Function 'e_web_view_set_cursor_image' argument 2 names different: declaration 'animation' definition 'image'.
evolution-3.4.4/widgets/misc/ea-calendar-cell.c:188:32: style: Function 'ea_calendar_cell_new' argument 1 names different: declaration 'gobj' definition 'obj'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/misc/ea-calendar-cell.h:82:56: note: Function 'ea_calendar_cell_new' argument 1 names different: declaration 'gobj' definition 'obj'.
evolution-3.4.4/widgets/misc/ea-calendar-cell.c:188:32: note: Function 'ea_calendar_cell_new' argument 1 names different: declaration 'gobj' definition 'obj'.
evolution-3.4.4/widgets/misc/ea-calendar-item.c:149:20: style: The scope of the variable 'factory' can be reduced. [variableScope]
evolution-3.4.4/widgets/misc/ea-calendar-item.c:1335:27: style: The scope of the variable 'old_state_set' can be reduced. [variableScope]
evolution-3.4.4/widgets/misc/ea-calendar-item.c:203:51: style: Function 'ea_calendar_item_class_init' argument 1 names different: declaration 'class' definition 'klass'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/misc/ea-calendar-item.c:41:63: note: Function 'ea_calendar_item_class_init' argument 1 names different: declaration 'class' definition 'klass'.
evolution-3.4.4/widgets/misc/ea-calendar-item.c:203:51: note: Function 'ea_calendar_item_class_init' argument 1 names different: declaration 'class' definition 'klass'.
evolution-3.4.4/widgets/misc/ea-calendar-item.c:731:42: style: Function 'table_interface_is_column_selected' argument 2 names different: declaration 'row' definition 'column'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/misc/ea-calendar-item.c:74:20: note: Function 'table_interface_is_column_selected' argument 2 names different: declaration 'row' definition 'column'.
evolution-3.4.4/widgets/misc/ea-calendar-item.c:731:42: note: Function 'table_interface_is_column_selected' argument 2 names different: declaration 'row' definition 'column'.
evolution-3.4.4/widgets/misc/ea-calendar-item.c:897:41: style: Function 'selection_interface_add_selection' argument 2 names different: declaration 'i' definition 'index'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/misc/ea-calendar-item.c:107:57: note: Function 'selection_interface_add_selection' argument 2 names different: declaration 'i' definition 'index'.
evolution-3.4.4/widgets/misc/ea-calendar-item.c:897:41: note: Function 'selection_interface_add_selection' argument 2 names different: declaration 'i' definition 'index'.
evolution-3.4.4/widgets/misc/ea-calendar-item.c:994:45: style: Function 'selection_interface_is_child_selected' argument 2 names different: declaration 'i' definition 'index'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/misc/ea-calendar-item.c:113:61: note: Function 'selection_interface_is_child_selected' argument 2 names different: declaration 'i' definition 'index'.
evolution-3.4.4/widgets/misc/ea-calendar-item.c:994:45: note: Function 'selection_interface_is_child_selected' argument 2 names different: declaration 'i' definition 'index'.
evolution-3.4.4/widgets/table/e-cell-hbox.c:337:32: style: Function 'e_cell_hbox_append' argument 1 names different: declaration 'vbox' definition 'hbox'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-cell-hbox.h:79:39: note: Function 'e_cell_hbox_append' argument 1 names different: declaration 'vbox' definition 'hbox'.
evolution-3.4.4/widgets/table/e-cell-hbox.c:337:32: note: Function 'e_cell_hbox_append' argument 1 names different: declaration 'vbox' definition 'hbox'.
evolution-3.4.4/widgets/table/e-cell-percent.c:94:15: style: The scope of the variable 'p' can be reduced. [variableScope]
evolution-3.4.4/widgets/table/e-cell-popup.c:490:29: style: Function 'e_cell_popup_do_popup' argument 4 names different: declaration 'model_col' definition 'view_col'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-cell-popup.c:109:24: note: Function 'e_cell_popup_do_popup' argument 4 names different: declaration 'model_col' definition 'view_col'.
evolution-3.4.4/widgets/table/e-cell-popup.c:490:29: note: Function 'e_cell_popup_do_popup' argument 4 names different: declaration 'model_col' definition 'view_col'.
evolution-3.4.4/widgets/table/e-cell-text.c:542:3: style: Variable 'fixed_desc' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/widgets/table/e-cell-text.c:537:0: note: Variable 'fixed_desc' is reassigned a value before the old one has been used.
evolution-3.4.4/widgets/table/e-cell-text.c:542:3: note: Variable 'fixed_desc' is reassigned a value before the old one has been used.
evolution-3.4.4/widgets/table/e-cell-text.c:2757:15: style: The scope of the variable 'model_text' can be reduced. [variableScope]
evolution-3.4.4/widgets/table/e-cell-text.c:1747:48: style: Function 'e_cell_text_preedit_changed_cb' argument 2 names different: declaration 'text_view' definition 'tv'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-cell-text.c:202:83: note: Function 'e_cell_text_preedit_changed_cb' argument 2 names different: declaration 'text_view' definition 'tv'.
evolution-3.4.4/widgets/table/e-cell-text.c:1747:48: note: Function 'e_cell_text_preedit_changed_cb' argument 2 names different: declaration 'text_view' definition 'tv'.
evolution-3.4.4/widgets/table/e-cell-text.c:1766:39: style: Function 'e_cell_text_commit_cb' argument 3 names different: declaration 'text_view' definition 'tv'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-cell-text.c:203:93: note: Function 'e_cell_text_commit_cb' argument 3 names different: declaration 'text_view' definition 'tv'.
evolution-3.4.4/widgets/table/e-cell-text.c:1766:39: note: Function 'e_cell_text_commit_cb' argument 3 names different: declaration 'text_view' definition 'tv'.
evolution-3.4.4/widgets/table/e-cell-text.c:1783:53: style: Function 'e_cell_text_retrieve_surrounding_cb' argument 2 names different: declaration 'text_view' definition 'tv'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-cell-text.c:204:92: note: Function 'e_cell_text_retrieve_surrounding_cb' argument 2 names different: declaration 'text_view' definition 'tv'.
evolution-3.4.4/widgets/table/e-cell-text.c:1783:53: note: Function 'e_cell_text_retrieve_surrounding_cb' argument 2 names different: declaration 'text_view' definition 'tv'.
evolution-3.4.4/widgets/table/e-cell-text.c:1800:51: style: Function 'e_cell_text_delete_surrounding_cb' argument 4 names different: declaration 'text_view' definition 'tv'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-cell-text.c:205:144: note: Function 'e_cell_text_delete_surrounding_cb' argument 4 names different: declaration 'text_view' definition 'tv'.
evolution-3.4.4/widgets/table/e-cell-text.c:1800:51: note: Function 'e_cell_text_delete_surrounding_cb' argument 4 names different: declaration 'text_view' definition 'tv'.
evolution-3.4.4/widgets/table/e-cell-toggle.c:295:11: style: The scope of the variable 'cr' can be reduced. [variableScope]
evolution-3.4.4/widgets/table/e-cell-tree.c:296:13: error: Uninitialized variable: subcell_offset [uninitvar]
evolution-3.4.4/widgets/table/e-cell.c:548:29: style: Function 'e_cell_load_state' argument 6 names different: declaration 'state' definition 'save_state'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-cell.h:285:17: note: Function 'e_cell_load_state' argument 6 names different: declaration 'state' definition 'save_state'.
evolution-3.4.4/widgets/table/e-cell.c:548:29: note: Function 'e_cell_load_state' argument 6 names different: declaration 'state' definition 'save_state'.
evolution-3.4.4/widgets/table/e-cell.c:576:29: style: Function 'e_cell_free_state' argument 5 names different: declaration 'state' definition 'save_state'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-cell.h:290:17: note: Function 'e_cell_free_state' argument 5 names different: declaration 'state' definition 'save_state'.
evolution-3.4.4/widgets/table/e-cell.c:576:29: note: Function 'e_cell_free_state' argument 5 names different: declaration 'state' definition 'save_state'.
evolution-3.4.4/widgets/table/e-table-click-to-add.c:584:13: style: The scope of the variable 'a11y' can be reduced. [variableScope]
evolution-3.4.4/widgets/table/e-table-column-specification.c:104:73: style: Function 'e_table_column_specification_load_from_node' argument 1 names different: declaration 'state' definition 'etcs'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-table-column-specification.h:81:34: note: Function 'e_table_column_specification_load_from_node' argument 1 names different: declaration 'state' definition 'etcs'.
evolution-3.4.4/widgets/table/e-table-column-specification.c:104:73: note: Function 'e_table_column_specification_load_from_node' argument 1 names different: declaration 'state' definition 'etcs'.
evolution-3.4.4/widgets/table/e-table-column-specification.c:130:71: style: Function 'e_table_column_specification_save_to_node' argument 1 names different: declaration 'state' definition 'specification'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-table-column-specification.h:84:34: note: Function 'e_table_column_specification_save_to_node' argument 1 names different: declaration 'state' definition 'specification'.
evolution-3.4.4/widgets/table/e-table-column-specification.c:130:71: note: Function 'e_table_column_specification_save_to_node' argument 1 names different: declaration 'state' definition 'specification'.
evolution-3.4.4/widgets/table/e-table-config.c:660:2: style: Variable 'model' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/widgets/table/e-table-config.c:657:0: note: Variable 'model' is reassigned a value before the old one has been used.
evolution-3.4.4/widgets/table/e-table-config.c:660:2: note: Variable 'model' is reassigned a value before the old one has been used.
evolution-3.4.4/widgets/table/e-table-config.c:802:19: style: The scope of the variable 'toggle_button' can be reduced. [variableScope]
evolution-3.4.4/widgets/table/e-table-config.c:1371:41: style: Function 'e_table_config_construct' argument 1 names different: declaration 'etco' definition 'config'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-table-config.h:120:56: note: Function 'e_table_config_construct' argument 1 names different: declaration 'etco' definition 'config'.
evolution-3.4.4/widgets/table/e-table-config.c:1371:41: note: Function 'e_table_config_construct' argument 1 names different: declaration 'etco' definition 'config'.
evolution-3.4.4/widgets/table/e-table-group-container.c:88:33: style: The scope of the variable 'child_node' can be reduced. [variableScope]
evolution-3.4.4/widgets/table/e-table-group.c:440:43: style: Function 'e_table_group_cursor_change' argument 1 names different: declaration 'etg' definition 'e_table_group'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-table-group.h:205:49: note: Function 'e_table_group_cursor_change' argument 1 names different: declaration 'etg' definition 'e_table_group'.
evolution-3.4.4/widgets/table/e-table-group.c:440:43: note: Function 'e_table_group_cursor_change' argument 1 names different: declaration 'etg' definition 'e_table_group'.
evolution-3.4.4/widgets/table/e-table-group.c:459:46: style: Function 'e_table_group_cursor_activated' argument 1 names different: declaration 'etg' definition 'e_table_group'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-table-group.h:207:52: note: Function 'e_table_group_cursor_activated' argument 1 names different: declaration 'etg' definition 'e_table_group'.
evolution-3.4.4/widgets/table/e-table-group.c:459:46: note: Function 'e_table_group_cursor_activated' argument 1 names different: declaration 'etg' definition 'e_table_group'.
evolution-3.4.4/widgets/table/e-table-group.c:480:42: style: Function 'e_table_group_double_click' argument 1 names different: declaration 'etg' definition 'e_table_group'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-table-group.h:209:48: note: Function 'e_table_group_double_click' argument 1 names different: declaration 'etg' definition 'e_table_group'.
evolution-3.4.4/widgets/table/e-table-group.c:480:42: note: Function 'e_table_group_double_click' argument 1 names different: declaration 'etg' definition 'e_table_group'.
evolution-3.4.4/widgets/table/e-table-group.c:503:41: style: Function 'e_table_group_right_click' argument 1 names different: declaration 'etg' definition 'e_table_group'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-table-group.h:213:50: note: Function 'e_table_group_right_click' argument 1 names different: declaration 'etg' definition 'e_table_group'.
evolution-3.4.4/widgets/table/e-table-group.c:503:41: note: Function 'e_table_group_right_click' argument 1 names different: declaration 'etg' definition 'e_table_group'.
evolution-3.4.4/widgets/table/e-table-group.c:530:35: style: Function 'e_table_group_click' argument 1 names different: declaration 'etg' definition 'e_table_group'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-table-group.h:217:45: note: Function 'e_table_group_click' argument 1 names different: declaration 'etg' definition 'e_table_group'.
evolution-3.4.4/widgets/table/e-table-group.c:530:35: note: Function 'e_table_group_click' argument 1 names different: declaration 'etg' definition 'e_table_group'.
evolution-3.4.4/widgets/table/e-table-group.c:557:39: style: Function 'e_table_group_key_press' argument 1 names different: declaration 'etg' definition 'e_table_group'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-table-group.h:221:49: note: Function 'e_table_group_key_press' argument 1 names different: declaration 'etg' definition 'e_table_group'.
evolution-3.4.4/widgets/table/e-table-group.c:557:39: note: Function 'e_table_group_key_press' argument 1 names different: declaration 'etg' definition 'e_table_group'.
evolution-3.4.4/widgets/table/e-table-group.c:584:40: style: Function 'e_table_group_start_drag' argument 1 names different: declaration 'etg' definition 'e_table_group'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-table-group.h:225:46: note: Function 'e_table_group_start_drag' argument 1 names different: declaration 'etg' definition 'e_table_group'.
evolution-3.4.4/widgets/table/e-table-group.c:584:40: note: Function 'e_table_group_start_drag' argument 1 names different: declaration 'etg' definition 'e_table_group'.
evolution-3.4.4/widgets/table/e-table-header-item.c:604:23: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
evolution-3.4.4/widgets/table/e-table-header-item.c:602:22: note: outer condition: ethi->drag_col!=-1
evolution-3.4.4/widgets/table/e-table-header-item.c:604:23: note: identical inner condition: ethi->drag_col!=-1
evolution-3.4.4/widgets/table/e-table-header-item.c:1254:2: style: Variable 'widget' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/widgets/table/e-table-header-item.c:1239:0: note: Variable 'widget' is reassigned a value before the old one has been used.
evolution-3.4.4/widgets/table/e-table-header-item.c:1254:2: note: Variable 'widget' is reassigned a value before the old one has been used.
evolution-3.4.4/widgets/table/e-table-header-item.c:1558:15: style: The scope of the variable 'state' can be reduced. [variableScope]
evolution-3.4.4/widgets/table/e-table-header-item.c:1559:23: style: The scope of the variable 'spec' can be reduced. [variableScope]
evolution-3.4.4/widgets/table/e-table-header-item.c:1267:4: style: Variable 'group_indent' is modified but its new value is never used. [unreadVariable]
evolution-3.4.4/widgets/table/e-table-item.c:3775:41: style: Function 'e_table_item_get_printable' argument 1 names different: declaration 'eti' definition 'item'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-table-item.h:231:54: note: Function 'e_table_item_get_printable' argument 1 names different: declaration 'eti' definition 'item'.
evolution-3.4.4/widgets/table/e-table-item.c:3775:41: note: Function 'e_table_item_get_printable' argument 1 names different: declaration 'eti' definition 'item'.
evolution-3.4.4/widgets/table/e-table-memory-store.c:338:52: style: Function 'e_table_memory_store_construct' argument 1 names different: declaration 'store' definition 'etms'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-table-memory-store.h:96:66: note: Function 'e_table_memory_store_construct' argument 1 names different: declaration 'store' definition 'etms'.
evolution-3.4.4/widgets/table/e-table-memory-store.c:338:52: note: Function 'e_table_memory_store_construct' argument 1 names different: declaration 'store' definition 'etms'.
evolution-3.4.4/widgets/table/e-table-memory.c:119:40: style: Function 'e_table_memory_get_data' argument 1 names different: declaration 'etm' definition 'etmm'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-table-memory.h:78:50: note: Function 'e_table_memory_get_data' argument 1 names different: declaration 'etm' definition 'etmm'.
evolution-3.4.4/widgets/table/e-table-memory.c:119:40: note: Function 'e_table_memory_get_data' argument 1 names different: declaration 'etm' definition 'etmm'.
evolution-3.4.4/widgets/table/e-table-memory.c:137:40: style: Function 'e_table_memory_set_data' argument 1 names different: declaration 'etm' definition 'etmm'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-table-memory.h:80:47: note: Function 'e_table_memory_set_data' argument 1 names different: declaration 'etm' definition 'etmm'.
evolution-3.4.4/widgets/table/e-table-memory.c:137:40: note: Function 'e_table_memory_set_data' argument 1 names different: declaration 'etm' definition 'etmm'.
evolution-3.4.4/widgets/table/e-table-memory.c:159:38: style: Function 'e_table_memory_insert' argument 1 names different: declaration 'etable' definition 'etmm'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-table-memory.h:68:45: note: Function 'e_table_memory_insert' argument 1 names different: declaration 'etable' definition 'etmm'.
evolution-3.4.4/widgets/table/e-table-memory.c:159:38: note: Function 'e_table_memory_insert' argument 1 names different: declaration 'etable' definition 'etmm'.
evolution-3.4.4/widgets/table/e-table-memory.c:192:38: style: Function 'e_table_memory_remove' argument 1 names different: declaration 'etable' definition 'etmm'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-table-memory.h:71:48: note: Function 'e_table_memory_remove' argument 1 names different: declaration 'etable' definition 'etmm'.
evolution-3.4.4/widgets/table/e-table-memory.c:192:38: note: Function 'e_table_memory_remove' argument 1 names different: declaration 'etable' definition 'etmm'.
evolution-3.4.4/widgets/table/e-table-memory.c:223:37: style: Function 'e_table_memory_clear' argument 1 names different: declaration 'etable' definition 'etmm'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-table-memory.h:73:44: note: Function 'e_table_memory_clear' argument 1 names different: declaration 'etable' definition 'etmm'.
evolution-3.4.4/widgets/table/e-table-memory.c:223:37: note: Function 'e_table_memory_clear' argument 1 names different: declaration 'etable' definition 'etmm'.
evolution-3.4.4/widgets/table/e-table-memory.c:244:38: style: Function 'e_table_memory_freeze' argument 1 names different: declaration 'etable' definition 'etmm'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-table-memory.h:76:45: note: Function 'e_table_memory_freeze' argument 1 names different: declaration 'etable' definition 'etmm'.
evolution-3.4.4/widgets/table/e-table-memory.c:244:38: note: Function 'e_table_memory_freeze' argument 1 names different: declaration 'etable' definition 'etmm'.
evolution-3.4.4/widgets/table/e-table-memory.c:264:36: style: Function 'e_table_memory_thaw' argument 1 names different: declaration 'etable' definition 'etmm'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-table-memory.h:77:43: note: Function 'e_table_memory_thaw' argument 1 names different: declaration 'etable' definition 'etmm'.
evolution-3.4.4/widgets/table/e-table-memory.c:264:36: note: Function 'e_table_memory_thaw' argument 1 names different: declaration 'etable' definition 'etmm'.
evolution-3.4.4/widgets/table/e-table-model.c:237:41: style: Function 'e_table_model_has_save_id' argument 1 names different: declaration 'etm' definition 'e_table_model'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-table-model.h:160:50: note: Function 'e_table_model_has_save_id' argument 1 names different: declaration 'etm' definition 'e_table_model'.
evolution-3.4.4/widgets/table/e-table-model.c:237:41: note: Function 'e_table_model_has_save_id' argument 1 names different: declaration 'etm' definition 'e_table_model'.
evolution-3.4.4/widgets/table/e-table-model.c:252:41: style: Function 'e_table_model_get_save_id' argument 1 names different: declaration 'etm' definition 'e_table_model'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-table-model.h:161:50: note: Function 'e_table_model_get_save_id' argument 1 names different: declaration 'etm' definition 'e_table_model'.
evolution-3.4.4/widgets/table/e-table-model.c:252:41: note: Function 'e_table_model_get_save_id' argument 1 names different: declaration 'etm' definition 'e_table_model'.
evolution-3.4.4/widgets/table/e-table-model.c:268:48: style: Function 'e_table_model_has_change_pending' argument 1 names different: declaration 'etm' definition 'e_table_model'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-table-model.h:166:21: note: Function 'e_table_model_has_change_pending' argument 1 names different: declaration 'etm' definition 'e_table_model'.
evolution-3.4.4/widgets/table/e-table-model.c:268:48: note: Function 'e_table_model_has_change_pending' argument 1 names different: declaration 'etm' definition 'e_table_model'.
evolution-3.4.4/widgets/table/e-table-search.c:180:47: style: Function 'e_table_search_input_character' argument 1 names different: declaration 'e_table_search' definition 'ets'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-table-search.h:75:53: note: Function 'e_table_search_input_character' argument 1 names different: declaration 'e_table_search' definition 'ets'.
evolution-3.4.4/widgets/table/e-table-search.c:180:47: note: Function 'e_table_search_input_character' argument 1 names different: declaration 'e_table_search' definition 'ets'.
evolution-3.4.4/widgets/table/e-table-search.c:214:41: style: Function 'e_table_search_backspace' argument 1 names different: declaration 'e_table_search' definition 'ets'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-table-search.h:77:50: note: Function 'e_table_search_backspace' argument 1 names different: declaration 'e_table_search' definition 'ets'.
evolution-3.4.4/widgets/table/e-table-search.c:214:41: note: Function 'e_table_search_backspace' argument 1 names different: declaration 'e_table_search' definition 'ets'.
evolution-3.4.4/widgets/table/e-table-sorted-variable.c:190:43: style: Function 'e_table_sorted_variable_new' argument 1 names different: declaration 'etm' definition 'source'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-table-sorted-variable.h:75:57: note: Function 'e_table_sorted_variable_new' argument 1 names different: declaration 'etm' definition 'source'.
evolution-3.4.4/widgets/table/e-table-sorted-variable.c:190:43: note: Function 'e_table_sorted_variable_new' argument 1 names different: declaration 'etm' definition 'source'.
evolution-3.4.4/widgets/table/e-table-sorted-variable.c:191:44: style: Function 'e_table_sorted_variable_new' argument 2 names different: declaration 'header' definition 'full_header'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-table-sorted-variable.h:76:22: note: Function 'e_table_sorted_variable_new' argument 2 names different: declaration 'header' definition 'full_header'.
evolution-3.4.4/widgets/table/e-table-sorted-variable.c:191:44: note: Function 'e_table_sorted_variable_new' argument 2 names different: declaration 'header' definition 'full_header'.
evolution-3.4.4/widgets/table/e-table-sorted.c:128:34: style: Function 'e_table_sorted_new' argument 1 names different: declaration 'etm' definition 'source'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-table-sorted.h:74:49: note: Function 'e_table_sorted_new' argument 1 names different: declaration 'etm' definition 'source'.
evolution-3.4.4/widgets/table/e-table-sorted.c:128:34: note: Function 'e_table_sorted_new' argument 1 names different: declaration 'etm' definition 'source'.
evolution-3.4.4/widgets/table/e-table-sorted.c:129:35: style: Function 'e_table_sorted_new' argument 2 names different: declaration 'header' definition 'full_header'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-table-sorted.h:75:22: note: Function 'e_table_sorted_new' argument 2 names different: declaration 'header' definition 'full_header'.
evolution-3.4.4/widgets/table/e-table-sorted.c:129:35: note: Function 'e_table_sorted_new' argument 2 names different: declaration 'header' definition 'full_header'.
evolution-3.4.4/widgets/table/e-table-sorted.c:165:40: style: Function 'ets_proxy_model_changed' argument 1 names different: declaration 'etss' definition 'subset'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-table-sorted.c:48:57: note: Function 'ets_proxy_model_changed' argument 1 names different: declaration 'etss' definition 'subset'.
evolution-3.4.4/widgets/table/e-table-sorted.c:165:40: note: Function 'ets_proxy_model_changed' argument 1 names different: declaration 'etss' definition 'subset'.
evolution-3.4.4/widgets/table/e-table-sorted.c:187:44: style: Function 'ets_proxy_model_row_changed' argument 1 names different: declaration 'etss' definition 'subset'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-table-sorted.c:49:57: note: Function 'ets_proxy_model_row_changed' argument 1 names different: declaration 'etss' definition 'subset'.
evolution-3.4.4/widgets/table/e-table-sorted.c:187:44: note: Function 'ets_proxy_model_row_changed' argument 1 names different: declaration 'etss' definition 'subset'.
evolution-3.4.4/widgets/table/e-table-sorted.c:199:45: style: Function 'ets_proxy_model_cell_changed' argument 1 names different: declaration 'etss' definition 'subset'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-table-sorted.c:50:57: note: Function 'ets_proxy_model_cell_changed' argument 1 names different: declaration 'etss' definition 'subset'.
evolution-3.4.4/widgets/table/e-table-sorted.c:199:45: note: Function 'ets_proxy_model_cell_changed' argument 1 names different: declaration 'etss' definition 'subset'.
evolution-3.4.4/widgets/table/e-table-sorter.c:208:34: style: Function 'e_table_sorter_new' argument 1 names different: declaration 'etm' definition 'source'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-table-sorter.h:84:50: note: Function 'e_table_sorter_new' argument 1 names different: declaration 'etm' definition 'source'.
evolution-3.4.4/widgets/table/e-table-sorter.c:208:34: note: Function 'e_table_sorter_new' argument 1 names different: declaration 'etm' definition 'source'.
evolution-3.4.4/widgets/table/e-table-sorter.c:431:31: style: Function 'ets_model_to_sorted' argument 1 names different: declaration 'sorter' definition 'es'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-table-sorter.c:60:53: note: Function 'ets_model_to_sorted' argument 1 names different: declaration 'sorter' definition 'es'.
evolution-3.4.4/widgets/table/e-table-sorter.c:431:31: note: Function 'ets_model_to_sorted' argument 1 names different: declaration 'sorter' definition 'es'.
evolution-3.4.4/widgets/table/e-table-sorter.c:450:31: style: Function 'ets_sorted_to_model' argument 1 names different: declaration 'sorter' definition 'es'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-table-sorter.c:61:53: note: Function 'ets_sorted_to_model' argument 1 names different: declaration 'sorter' definition 'es'.
evolution-3.4.4/widgets/table/e-table-sorter.c:450:31: note: Function 'ets_sorted_to_model' argument 1 names different: declaration 'sorter' definition 'es'.
evolution-3.4.4/widgets/table/e-table-sorter.c:469:41: style: Function 'ets_get_model_to_sorted_array' argument 1 names different: declaration 'sorter' definition 'es'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-table-sorter.c:62:53: note: Function 'ets_get_model_to_sorted_array' argument 1 names different: declaration 'sorter' definition 'es'.
evolution-3.4.4/widgets/table/e-table-sorter.c:469:41: note: Function 'ets_get_model_to_sorted_array' argument 1 names different: declaration 'sorter' definition 'es'.
evolution-3.4.4/widgets/table/e-table-sorter.c:485:41: style: Function 'ets_get_sorted_to_model_array' argument 1 names different: declaration 'sorter' definition 'es'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-table-sorter.c:63:53: note: Function 'ets_get_sorted_to_model_array' argument 1 names different: declaration 'sorter' definition 'es'.
evolution-3.4.4/widgets/table/e-table-sorter.c:485:41: note: Function 'ets_get_sorted_to_model_array' argument 1 names different: declaration 'sorter' definition 'es'.
evolution-3.4.4/widgets/table/e-table-sorter.c:501:29: style: Function 'ets_needs_sorting' argument 1 names different: declaration 'ets' definition 'es'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-table-sorter.c:64:57: note: Function 'ets_needs_sorting' argument 1 names different: declaration 'ets' definition 'es'.
evolution-3.4.4/widgets/table/e-table-sorter.c:501:29: note: Function 'ets_needs_sorting' argument 1 names different: declaration 'ets' definition 'es'.
evolution-3.4.4/widgets/table/e-table-specification.c:418:55: style: Function 'e_table_specification_duplicate' argument 1 names different: declaration 'specification' definition 'spec'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-table-specification.h:107:57: note: Function 'e_table_specification_duplicate' argument 1 names different: declaration 'specification' definition 'spec'.
evolution-3.4.4/widgets/table/e-table-specification.c:418:55: note: Function 'e_table_specification_duplicate' argument 1 names different: declaration 'specification' definition 'spec'.
evolution-3.4.4/widgets/table/e-table-subset-variable.c:160:43: style: Function 'e_table_subset_variable_new' argument 1 names different: declaration 'etm' definition 'source'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-table-subset-variable.h:72:57: note: Function 'e_table_subset_variable_new' argument 1 names different: declaration 'etm' definition 'source'.
evolution-3.4.4/widgets/table/e-table-subset-variable.c:160:43: note: Function 'e_table_subset_variable_new' argument 1 names different: declaration 'etm' definition 'source'.
evolution-3.4.4/widgets/table/e-table-subset-variable.c:173:52: style: Function 'e_table_subset_variable_add' argument 1 names different: declaration 'ets' definition 'etssv'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-table-subset-variable.h:76:58: note: Function 'e_table_subset_variable_add' argument 1 names different: declaration 'ets' definition 'etssv'.
evolution-3.4.4/widgets/table/e-table-subset-variable.c:173:52: note: Function 'e_table_subset_variable_add' argument 1 names different: declaration 'ets' definition 'etssv'.
evolution-3.4.4/widgets/table/e-table-subset-variable.c:184:58: style: Function 'e_table_subset_variable_add_array' argument 1 names different: declaration 'ets' definition 'etssv'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-table-subset-variable.h:79:30: note: Function 'e_table_subset_variable_add_array' argument 1 names different: declaration 'ets' definition 'etssv'.
evolution-3.4.4/widgets/table/e-table-subset-variable.c:184:58: note: Function 'e_table_subset_variable_add_array' argument 1 names different: declaration 'ets' definition 'etssv'.
evolution-3.4.4/widgets/table/e-table-subset-variable.c:196:56: style: Function 'e_table_subset_variable_add_all' argument 1 names different: declaration 'ets' definition 'etssv'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-table-subset-variable.h:82:62: note: Function 'e_table_subset_variable_add_all' argument 1 names different: declaration 'ets' definition 'etssv'.
evolution-3.4.4/widgets/table/e-table-subset-variable.c:196:56: note: Function 'e_table_subset_variable_add_all' argument 1 names different: declaration 'ets' definition 'etssv'.
evolution-3.4.4/widgets/table/e-table-subset-variable.c:206:55: style: Function 'e_table_subset_variable_remove' argument 1 names different: declaration 'ets' definition 'etssv'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-table-subset-variable.h:83:64: note: Function 'e_table_subset_variable_remove' argument 1 names different: declaration 'ets' definition 'etssv'.
evolution-3.4.4/widgets/table/e-table-subset-variable.c:206:55: note: Function 'e_table_subset_variable_remove' argument 1 names different: declaration 'ets' definition 'etssv'.
evolution-3.4.4/widgets/table/e-table-subset-variable.c:219:54: style: Function 'e_table_subset_variable_clear' argument 1 names different: declaration 'ets' definition 'etssv'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-table-subset-variable.h:85:60: note: Function 'e_table_subset_variable_clear' argument 1 names different: declaration 'ets' definition 'etssv'.
evolution-3.4.4/widgets/table/e-table-subset-variable.c:219:54: note: Function 'e_table_subset_variable_clear' argument 1 names different: declaration 'ets' definition 'etssv'.
evolution-3.4.4/widgets/table/e-table-subset-variable.c:234:58: style: Function 'e_table_subset_variable_increment' argument 1 names different: declaration 'ets' definition 'etssv'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-table-subset-variable.h:87:30: note: Function 'e_table_subset_variable_increment' argument 1 names different: declaration 'ets' definition 'etssv'.
evolution-3.4.4/widgets/table/e-table-subset-variable.c:234:58: note: Function 'e_table_subset_variable_increment' argument 1 names different: declaration 'ets' definition 'etssv'.
evolution-3.4.4/widgets/table/e-table-subset-variable.c:247:58: style: Function 'e_table_subset_variable_decrement' argument 1 names different: declaration 'ets' definition 'etssv'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-table-subset-variable.h:91:30: note: Function 'e_table_subset_variable_decrement' argument 1 names different: declaration 'ets' definition 'etssv'.
evolution-3.4.4/widgets/table/e-table-subset-variable.c:247:58: note: Function 'e_table_subset_variable_decrement' argument 1 names different: declaration 'ets' definition 'etssv'.
evolution-3.4.4/widgets/table/e-table-subset-variable.c:260:63: style: Function 'e_table_subset_variable_set_allocation' argument 1 names different: declaration 'ets' definition 'etssv'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-table-subset-variable.h:95:30: note: Function 'e_table_subset_variable_set_allocation' argument 1 names different: declaration 'ets' definition 'etssv'.
evolution-3.4.4/widgets/table/e-table-subset-variable.c:260:63: note: Function 'e_table_subset_variable_set_allocation' argument 1 names different: declaration 'ets' definition 'etssv'.
evolution-3.4.4/widgets/table/e-table-subset.c:460:41: style: Function 'e_table_subset_construct' argument 1 names different: declaration 'ets' definition 'etss'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-table-subset.h:101:55: note: Function 'e_table_subset_construct' argument 1 names different: declaration 'ets' definition 'etss'.
evolution-3.4.4/widgets/table/e-table-subset.c:460:41: note: Function 'e_table_subset_construct' argument 1 names different: declaration 'ets' definition 'etss'.
evolution-3.4.4/widgets/table/e-table-subset.c:508:34: style: Function 'e_table_subset_new' argument 1 names different: declaration 'etm' definition 'source'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-table-subset.h:99:50: note: Function 'e_table_subset_new' argument 1 names different: declaration 'etm' definition 'source'.
evolution-3.4.4/widgets/table/e-table-subset.c:508:34: note: Function 'e_table_subset_new' argument 1 names different: declaration 'etm' definition 'source'.
evolution-3.4.4/widgets/table/e-table-subset.c:509:32: style: Function 'e_table_subset_new' argument 2 names different: declaration 'n_vals' definition 'nvals'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-table-subset.h:100:13: note: Function 'e_table_subset_new' argument 2 names different: declaration 'n_vals' definition 'nvals'.
evolution-3.4.4/widgets/table/e-table-subset.c:509:32: note: Function 'e_table_subset_new' argument 2 names different: declaration 'n_vals' definition 'nvals'.
evolution-3.4.4/widgets/table/e-table-subset.c:544:44: style: Function 'e_table_subset_get_toplevel' argument 1 names different: declaration 'table_model' definition 'table'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-table-subset.h:110:58: note: Function 'e_table_subset_get_toplevel' argument 1 names different: declaration 'table_model' definition 'table'.
evolution-3.4.4/widgets/table/e-table-subset.c:544:44: note: Function 'e_table_subset_get_toplevel' argument 1 names different: declaration 'table_model' definition 'table'.
evolution-3.4.4/widgets/table/e-table.c:2710:17: style: The scope of the variable 'adjustment' can be reduced. [variableScope]
evolution-3.4.4/widgets/table/e-table.c:2820:21: style: The scope of the variable 'info' can be reduced. [variableScope]
evolution-3.4.4/widgets/table/e-table.c:2821:18: style: The scope of the variable 'context' can be reduced. [variableScope]
evolution-3.4.4/widgets/table/e-table.c:2822:24: style: The scope of the variable 'site' can be reduced. [variableScope]
evolution-3.4.4/widgets/table/e-table.c:1582:33: style: Function 'e_table_set_state' argument 2 names different: declaration 'state' definition 'state_str'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-table.h:295:21: note: Function 'e_table_set_state' argument 2 names different: declaration 'state' definition 'state_str'.
evolution-3.4.4/widgets/table/e-table.c:1582:33: note: Function 'e_table_set_state' argument 2 names different: declaration 'state' definition 'state_str'.
evolution-3.4.4/widgets/table/e-table.c:1864:33: style: Function 'e_table_construct' argument 4 names different: declaration 'spec' definition 'spec_str'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-table.h:268:21: note: Function 'e_table_construct' argument 4 names different: declaration 'spec' definition 'spec_str'.
evolution-3.4.4/widgets/table/e-table.c:1864:33: note: Function 'e_table_construct' argument 4 names different: declaration 'spec' definition 'spec_str'.
evolution-3.4.4/widgets/table/e-table.c:1865:33: style: Function 'e_table_construct' argument 5 names different: declaration 'state' definition 'state_str'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-table.h:269:21: note: Function 'e_table_construct' argument 5 names different: declaration 'state' definition 'state_str'.
evolution-3.4.4/widgets/table/e-table.c:1865:33: note: Function 'e_table_construct' argument 5 names different: declaration 'state' definition 'state_str'.
evolution-3.4.4/widgets/table/e-table.c:2260:13: style: struct member 'bool_closure::arg' is never used. [unusedStructMember]
evolution-3.4.4/widgets/table/e-tree-memory.c:185:36: style: Function 'e_tree_memory_freeze' argument 1 names different: declaration 'etree' definition 'etmm'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-tree-memory.h:97:43: note: Function 'e_tree_memory_freeze' argument 1 names different: declaration 'etree' definition 'etmm'.
evolution-3.4.4/widgets/table/e-tree-memory.c:185:36: note: Function 'e_tree_memory_freeze' argument 1 names different: declaration 'etree' definition 'etmm'.
evolution-3.4.4/widgets/table/e-tree-memory.c:205:34: style: Function 'e_tree_memory_thaw' argument 1 names different: declaration 'etree' definition 'etmm'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-tree-memory.h:98:41: note: Function 'e_tree_memory_thaw' argument 1 names different: declaration 'etree' definition 'etmm'.
evolution-3.4.4/widgets/table/e-tree-memory.c:205:34: note: Function 'e_tree_memory_thaw' argument 1 names different: declaration 'etree' definition 'etmm'.
evolution-3.4.4/widgets/table/e-tree-memory.c:418:39: style: Function 'e_tree_memory_construct' argument 1 names different: declaration 'etree' definition 'etmm'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-tree-memory.h:75:46: note: Function 'e_tree_memory_construct' argument 1 names different: declaration 'etree' definition 'etmm'.
evolution-3.4.4/widgets/table/e-tree-memory.c:418:39: note: Function 'e_tree_memory_construct' argument 1 names different: declaration 'etree' definition 'etmm'.
evolution-3.4.4/widgets/table/e-tree-memory.c:461:43: style: Function 'e_tree_memory_node_get_data' argument 1 names different: declaration 'etm' definition 'etmm'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-tree-memory.h:102:52: note: Function 'e_tree_memory_node_get_data' argument 1 names different: declaration 'etm' definition 'etmm'.
evolution-3.4.4/widgets/table/e-tree-memory.c:461:43: note: Function 'e_tree_memory_node_get_data' argument 1 names different: declaration 'etm' definition 'etmm'.
evolution-3.4.4/widgets/table/e-tree-memory.c:480:43: style: Function 'e_tree_memory_node_set_data' argument 1 names different: declaration 'etm' definition 'etmm'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-tree-memory.h:104:49: note: Function 'e_tree_memory_node_set_data' argument 1 names different: declaration 'etm' definition 'etmm'.
evolution-3.4.4/widgets/table/e-tree-memory.c:480:43: note: Function 'e_tree_memory_node_set_data' argument 1 names different: declaration 'etm' definition 'etmm'.
evolution-3.4.4/widgets/table/e-tree-memory.c:503:41: style: Function 'e_tree_memory_node_insert' argument 1 names different: declaration 'etree' definition 'tree_model'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-tree-memory.h:79:51: note: Function 'e_tree_memory_node_insert' argument 1 names different: declaration 'etree' definition 'tree_model'.
evolution-3.4.4/widgets/table/e-tree-memory.c:503:41: note: Function 'e_tree_memory_node_insert' argument 1 names different: declaration 'etree' definition 'tree_model'.
evolution-3.4.4/widgets/table/e-tree-memory.c:504:38: style: Function 'e_tree_memory_node_insert' argument 2 names different: declaration 'parent' definition 'parent_node'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-tree-memory.h:80:18: note: Function 'e_tree_memory_node_insert' argument 2 names different: declaration 'parent' definition 'parent_node'.
evolution-3.4.4/widgets/table/e-tree-memory.c:504:38: note: Function 'e_tree_memory_node_insert' argument 2 names different: declaration 'parent' definition 'parent_node'.
evolution-3.4.4/widgets/table/e-tree-memory.c:621:38: style: Function 'e_tree_memory_node_remove' argument 2 names different: declaration 'path' definition 'node'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-tree-memory.h:94:18: note: Function 'e_tree_memory_node_remove' argument 2 names different: declaration 'path' definition 'node'.
evolution-3.4.4/widgets/table/e-tree-memory.c:621:38: note: Function 'e_tree_memory_node_remove' argument 2 names different: declaration 'path' definition 'node'.
evolution-3.4.4/widgets/table/e-tree-memory.c:677:39: style: Function 'e_tree_memory_sort_node' argument 1 names different: declaration 'etm' definition 'etmm'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-tree-memory.h:107:46: note: Function 'e_tree_memory_sort_node' argument 1 names different: declaration 'etm' definition 'etmm'.
evolution-3.4.4/widgets/table/e-tree-memory.c:677:39: note: Function 'e_tree_memory_sort_node' argument 1 names different: declaration 'etm' definition 'etmm'.
evolution-3.4.4/widgets/table/e-tree-model.c:386:47: style: Function 'e_tree_model_node_request_collapse' argument 2 names different: declaration 'deleted_node' definition 'collapsed_node'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-tree-model.h:290:18: note: Function 'e_tree_model_node_request_collapse' argument 2 names different: declaration 'deleted_node' definition 'collapsed_node'.
evolution-3.4.4/widgets/table/e-tree-model.c:386:47: note: Function 'e_tree_model_node_request_collapse' argument 2 names different: declaration 'deleted_node' definition 'collapsed_node'.
evolution-3.4.4/widgets/table/e-tree-model.c:436:41: style: Function 'e_tree_model_node_get_parent' argument 2 names different: declaration 'path' definition 'node'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-tree-model.h:187:18: note: Function 'e_tree_model_node_get_parent' argument 2 names different: declaration 'path' definition 'node'.
evolution-3.4.4/widgets/table/e-tree-model.c:436:41: note: Function 'e_tree_model_node_get_parent' argument 2 names different: declaration 'path' definition 'node'.
evolution-3.4.4/widgets/table/e-tree-model.c:457:46: style: Function 'e_tree_model_node_get_first_child' argument 2 names different: declaration 'path' definition 'node'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-tree-model.h:190:18: note: Function 'e_tree_model_node_get_first_child' argument 2 names different: declaration 'path' definition 'node'.
evolution-3.4.4/widgets/table/e-tree-model.c:457:46: note: Function 'e_tree_model_node_get_first_child' argument 2 names different: declaration 'path' definition 'node'.
evolution-3.4.4/widgets/table/e-tree-model.c:478:45: style: Function 'e_tree_model_node_get_last_child' argument 2 names different: declaration 'path' definition 'node'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-tree-model.h:193:18: note: Function 'e_tree_model_node_get_last_child' argument 2 names different: declaration 'path' definition 'node'.
evolution-3.4.4/widgets/table/e-tree-model.c:478:45: note: Function 'e_tree_model_node_get_last_child' argument 2 names different: declaration 'path' definition 'node'.
evolution-3.4.4/widgets/table/e-tree-model.c:499:39: style: Function 'e_tree_model_node_get_next' argument 2 names different: declaration 'path' definition 'node'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-tree-model.h:195:18: note: Function 'e_tree_model_node_get_next' argument 2 names different: declaration 'path' definition 'node'.
evolution-3.4.4/widgets/table/e-tree-model.c:499:39: note: Function 'e_tree_model_node_get_next' argument 2 names different: declaration 'path' definition 'node'.
evolution-3.4.4/widgets/table/e-tree-model.c:520:39: style: Function 'e_tree_model_node_get_prev' argument 2 names different: declaration 'path' definition 'node'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-tree-model.h:197:18: note: Function 'e_tree_model_node_get_prev' argument 2 names different: declaration 'path' definition 'node'.
evolution-3.4.4/widgets/table/e-tree-model.c:520:39: note: Function 'e_tree_model_node_get_prev' argument 2 names different: declaration 'path' definition 'node'.
evolution-3.4.4/widgets/table/e-tree-model.c:541:38: style: Function 'e_tree_model_node_is_root' argument 2 names different: declaration 'path' definition 'node'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-tree-model.h:201:18: note: Function 'e_tree_model_node_is_root' argument 2 names different: declaration 'path' definition 'node'.
evolution-3.4.4/widgets/table/e-tree-model.c:541:38: note: Function 'e_tree_model_node_is_root' argument 2 names different: declaration 'path' definition 'node'.
evolution-3.4.4/widgets/table/e-tree-model.c:562:44: style: Function 'e_tree_model_node_is_expandable' argument 2 names different: declaration 'path' definition 'node'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-tree-model.h:203:18: note: Function 'e_tree_model_node_is_expandable' argument 2 names different: declaration 'path' definition 'node'.
evolution-3.4.4/widgets/table/e-tree-model.c:562:44: note: Function 'e_tree_model_node_is_expandable' argument 2 names different: declaration 'path' definition 'node'.
evolution-3.4.4/widgets/table/e-tree-model.c:575:43: style: Function 'e_tree_model_node_get_children' argument 2 names different: declaration 'path' definition 'node'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-tree-model.h:205:18: note: Function 'e_tree_model_node_get_children' argument 2 names different: declaration 'path' definition 'node'.
evolution-3.4.4/widgets/table/e-tree-model.c:575:43: note: Function 'e_tree_model_node_get_children' argument 2 names different: declaration 'path' definition 'node'.
evolution-3.4.4/widgets/table/e-tree-model.c:576:45: style: Function 'e_tree_model_node_get_children' argument 3 names different: declaration 'paths' definition 'nodes'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-tree-model.h:206:20: note: Function 'e_tree_model_node_get_children' argument 3 names different: declaration 'paths' definition 'nodes'.
evolution-3.4.4/widgets/table/e-tree-model.c:576:45: note: Function 'e_tree_model_node_get_children' argument 3 names different: declaration 'paths' definition 'nodes'.
evolution-3.4.4/widgets/table/e-tree-model.c:596:36: style: Function 'e_tree_model_node_depth' argument 2 names different: declaration 'path' definition 'node'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-tree-model.h:208:18: note: Function 'e_tree_model_node_depth' argument 2 names different: declaration 'path' definition 'node'.
evolution-3.4.4/widgets/table/e-tree-model.c:596:36: note: Function 'e_tree_model_node_depth' argument 2 names different: declaration 'path' definition 'node'.
evolution-3.4.4/widgets/table/e-tree-model.c:617:33: style: Function 'e_tree_model_icon_at' argument 2 names different: declaration 'path' definition 'node'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-tree-model.h:210:18: note: Function 'e_tree_model_icon_at' argument 2 names different: declaration 'path' definition 'node'.
evolution-3.4.4/widgets/table/e-tree-model.c:617:33: note: Function 'e_tree_model_icon_at' argument 2 names different: declaration 'path' definition 'node'.
evolution-3.4.4/widgets/table/e-tree-model.c:636:48: style: Function 'e_tree_model_get_expanded_default' argument 1 names different: declaration 'model' definition 'etree'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-tree-model.h:212:20: note: Function 'e_tree_model_get_expanded_default' argument 1 names different: declaration 'model' definition 'etree'.
evolution-3.4.4/widgets/table/e-tree-model.c:636:48: note: Function 'e_tree_model_get_expanded_default' argument 1 names different: declaration 'model' definition 'etree'.
evolution-3.4.4/widgets/table/e-tree-model.c:655:40: style: Function 'e_tree_model_column_count' argument 1 names different: declaration 'model' definition 'etree'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-tree-model.h:213:46: note: Function 'e_tree_model_column_count' argument 1 names different: declaration 'model' definition 'etree'.
evolution-3.4.4/widgets/table/e-tree-model.c:655:40: note: Function 'e_tree_model_column_count' argument 1 names different: declaration 'model' definition 'etree'.
evolution-3.4.4/widgets/table/e-tree-model.c:674:39: style: Function 'e_tree_model_has_save_id' argument 1 names different: declaration 'model' definition 'etree'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-tree-model.h:214:48: note: Function 'e_tree_model_has_save_id' argument 1 names different: declaration 'model' definition 'etree'.
evolution-3.4.4/widgets/table/e-tree-model.c:674:39: note: Function 'e_tree_model_has_save_id' argument 1 names different: declaration 'model' definition 'etree'.
evolution-3.4.4/widgets/table/e-tree-model.c:694:39: style: Function 'e_tree_model_get_save_id' argument 1 names different: declaration 'model' definition 'etree'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-tree-model.h:215:48: note: Function 'e_tree_model_get_save_id' argument 1 names different: declaration 'model' definition 'etree'.
evolution-3.4.4/widgets/table/e-tree-model.c:694:39: note: Function 'e_tree_model_get_save_id' argument 1 names different: declaration 'model' definition 'etree'.
evolution-3.4.4/widgets/table/e-tree-model.c:714:46: style: Function 'e_tree_model_has_get_node_by_id' argument 1 names different: declaration 'model' definition 'etree'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-tree-model.h:217:55: note: Function 'e_tree_model_has_get_node_by_id' argument 1 names different: declaration 'model' definition 'etree'.
evolution-3.4.4/widgets/table/e-tree-model.c:714:46: note: Function 'e_tree_model_has_get_node_by_id' argument 1 names different: declaration 'model' definition 'etree'.
evolution-3.4.4/widgets/table/e-tree-model.c:737:42: style: Function 'e_tree_model_get_node_by_id' argument 1 names different: declaration 'model' definition 'etree'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-tree-model.h:218:52: note: Function 'e_tree_model_get_node_by_id' argument 1 names different: declaration 'model' definition 'etree'.
evolution-3.4.4/widgets/table/e-tree-model.c:737:42: note: Function 'e_tree_model_get_node_by_id' argument 1 names different: declaration 'model' definition 'etree'.
evolution-3.4.4/widgets/table/e-tree-model.c:757:46: style: Function 'e_tree_model_has_change_pending' argument 1 names different: declaration 'model' definition 'etree'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-tree-model.h:220:55: note: Function 'e_tree_model_has_change_pending' argument 1 names different: declaration 'model' definition 'etree'.
evolution-3.4.4/widgets/table/e-tree-model.c:757:46: note: Function 'e_tree_model_has_change_pending' argument 1 names different: declaration 'model' definition 'etree'.
evolution-3.4.4/widgets/table/e-tree-selection-model.c:443:18: warning: Either the condition 'etsm!=NULL' is redundant or there is possible null pointer dereference: etsm. [nullPointerRedundantCheck]
evolution-3.4.4/widgets/table/e-tree-selection-model.c:445:29: note: Assuming that condition 'etsm!=NULL' is not redundant
evolution-3.4.4/widgets/table/e-tree-selection-model.c:443:18: note: Null pointer dereference
evolution-3.4.4/widgets/table/e-tree-sorted.c:562:34: style: Function 'mark_path_needs_resort' argument 3 names different: declaration 'needs_rebuild' definition 'needs_regen'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-tree-sorted.c:120:87: note: Function 'mark_path_needs_resort' argument 3 names different: declaration 'needs_rebuild' definition 'needs_regen'.
evolution-3.4.4/widgets/table/e-tree-sorted.c:562:34: note: Function 'mark_path_needs_resort' argument 3 names different: declaration 'needs_rebuild' definition 'needs_regen'.
evolution-3.4.4/widgets/table/e-tree-sorted.c:1284:39: style: Function 'e_tree_sorted_construct' argument 1 names different: declaration 'etree' definition 'ets'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-tree-sorted.h:71:46: note: Function 'e_tree_sorted_construct' argument 1 names different: declaration 'etree' definition 'ets'.
evolution-3.4.4/widgets/table/e-tree-sorted.c:1284:39: note: Function 'e_tree_sorted_construct' argument 1 names different: declaration 'etree' definition 'ets'.
evolution-3.4.4/widgets/table/e-tree-sorted.c:1390:43: style: Function 'e_tree_sorted_node_resorted' argument 1 names different: declaration 'tree_model' definition 'sorted'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-tree-sorted.h:90:49: note: Function 'e_tree_sorted_node_resorted' argument 1 names different: declaration 'tree_model' definition 'sorted'.
evolution-3.4.4/widgets/table/e-tree-sorted.c:1390:43: note: Function 'e_tree_sorted_node_resorted' argument 1 names different: declaration 'tree_model' definition 'sorted'.
evolution-3.4.4/widgets/table/e-tree-sorted.c:1400:43: style: Function 'e_tree_sorted_set_sort_info' argument 1 names different: declaration 'tree_model' definition 'ets'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-tree-sorted.h:94:49: note: Function 'e_tree_sorted_set_sort_info' argument 1 names different: declaration 'tree_model' definition 'ets'.
evolution-3.4.4/widgets/table/e-tree-sorted.c:1400:43: note: Function 'e_tree_sorted_set_sort_info' argument 1 names different: declaration 'tree_model' definition 'ets'.
evolution-3.4.4/widgets/table/e-tree-sorted.c:1427:43: style: Function 'e_tree_sorted_get_sort_info' argument 1 names different: declaration 'tree_model' definition 'ets'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-tree-sorted.h:93:59: note: Function 'e_tree_sorted_get_sort_info' argument 1 names different: declaration 'tree_model' definition 'ets'.
evolution-3.4.4/widgets/table/e-tree-sorted.c:1427:43: note: Function 'e_tree_sorted_get_sort_info' argument 1 names different: declaration 'tree_model' definition 'ets'.
evolution-3.4.4/widgets/table/e-tree-table-adapter.c:1024:11: style: The scope of the variable 'xmlnode' can be reduced. [variableScope]
evolution-3.4.4/widgets/table/e-tree-table-adapter.c:938:52: style: Function 'e_tree_table_adapter_construct' argument 1 names different: declaration 'ets' definition 'etta'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-tree-table-adapter.h:74:66: note: Function 'e_tree_table_adapter_construct' argument 1 names different: declaration 'ets' definition 'etta'.
evolution-3.4.4/widgets/table/e-tree-table-adapter.c:938:52: note: Function 'e_tree_table_adapter_construct' argument 1 names different: declaration 'ets' definition 'etta'.
evolution-3.4.4/widgets/table/e-tree.c:1986:7: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
evolution-3.4.4/widgets/table/e-tree.c:1985:9: note: outer condition: child
evolution-3.4.4/widgets/table/e-tree.c:1986:7: note: identical inner condition: child
evolution-3.4.4/widgets/table/e-tree.c:1659:15: warning: Either the condition 'e_tree!=NULL' is redundant or there is possible null pointer dereference: e_tree. [nullPointerRedundantCheck]
evolution-3.4.4/widgets/table/e-tree.c:1667:16: note: Assuming that condition 'e_tree!=NULL' is not redundant
evolution-3.4.4/widgets/table/e-tree.c:1659:15: note: Null pointer dereference
evolution-3.4.4/widgets/table/e-tree.c:2649:17: style: The scope of the variable 'adjustment' can be reduced. [variableScope]
evolution-3.4.4/widgets/table/e-tree.c:2761:21: style: The scope of the variable 'info' can be reduced. [variableScope]
evolution-3.4.4/widgets/table/e-tree.c:2762:18: style: The scope of the variable 'context' can be reduced. [variableScope]
evolution-3.4.4/widgets/table/e-tree.c:2763:23: style: The scope of the variable 'site' can be reduced. [variableScope]
evolution-3.4.4/widgets/table/e-tree.c:1359:32: style: Function 'e_tree_set_state' argument 2 names different: declaration 'state' definition 'state_str'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-tree.h:211:21: note: Function 'e_tree_set_state' argument 2 names different: declaration 'state' definition 'state_str'.
evolution-3.4.4/widgets/table/e-tree.c:1359:32: note: Function 'e_tree_set_state' argument 2 names different: declaration 'state' definition 'state_str'.
evolution-3.4.4/widgets/table/e-tree.c:1687:32: style: Function 'e_tree_construct' argument 4 names different: declaration 'spec' definition 'spec_str'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-tree.h:181:21: note: Function 'e_tree_construct' argument 4 names different: declaration 'spec' definition 'spec_str'.
evolution-3.4.4/widgets/table/e-tree.c:1687:32: note: Function 'e_tree_construct' argument 4 names different: declaration 'spec' definition 'spec_str'.
evolution-3.4.4/widgets/table/e-tree.c:1688:32: style: Function 'e_tree_construct' argument 5 names different: declaration 'state' definition 'state_str'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-tree.h:182:21: note: Function 'e_tree_construct' argument 5 names different: declaration 'state' definition 'state_str'.
evolution-3.4.4/widgets/table/e-tree.c:1688:32: note: Function 'e_tree_construct' argument 5 names different: declaration 'state' definition 'state_str'.
evolution-3.4.4/widgets/table/e-tree.c:3871:36: style: Function 'e_tree_freeze_state_change' argument 1 names different: declaration 'table' definition 'tree'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-tree.h:366:42: note: Function 'e_tree_freeze_state_change' argument 1 names different: declaration 'table' definition 'tree'.
evolution-3.4.4/widgets/table/e-tree.c:3871:36: note: Function 'e_tree_freeze_state_change' argument 1 names different: declaration 'table' definition 'tree'.
evolution-3.4.4/widgets/table/e-tree.c:3883:34: style: Function 'e_tree_thaw_state_change' argument 1 names different: declaration 'table' definition 'tree'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/e-tree.h:367:40: note: Function 'e_tree_thaw_state_change' argument 1 names different: declaration 'table' definition 'tree'.
evolution-3.4.4/widgets/table/e-tree.c:3883:34: note: Function 'e_tree_thaw_state_change' argument 1 names different: declaration 'table' definition 'tree'.
evolution-3.4.4/widgets/table/e-tree.c:2083:13: style: struct member 'bool_closure::arg' is never used. [unusedStructMember]
evolution-3.4.4/widgets/table/gal-a11y-e-cell-tree.c:76:16: style: The scope of the variable 'subcell' can be reduced. [variableScope]
evolution-3.4.4/widgets/table/gal-a11y-e-cell-tree.c:197:14: style: The scope of the variable 'tree_model' can be reduced. [variableScope]
evolution-3.4.4/widgets/table/gal-a11y-e-cell-tree.c:198:21: style: The scope of the variable 'tree_table_adapter' can be reduced. [variableScope]
evolution-3.4.4/widgets/table/gal-a11y-e-cell.c:112:13: style: The scope of the variable 'ecol' can be reduced. [variableScope]
evolution-3.4.4/widgets/table/gal-a11y-e-cell.c:330:37: style: Function 'gal_a11y_e_cell_remove_action' argument 2 names different: declaration 'action_id' definition 'action_index'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/gal-a11y-e-cell.h:95:57: note: Function 'gal_a11y_e_cell_remove_action' argument 2 names different: declaration 'action_id' definition 'action_index'.
evolution-3.4.4/widgets/table/gal-a11y-e-cell.c:330:37: note: Function 'gal_a11y_e_cell_remove_action' argument 2 names different: declaration 'action_id' definition 'action_index'.
evolution-3.4.4/widgets/table/gal-a11y-e-table-click-to-add.c:186:2: style: Variable 'state_set' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/widgets/table/gal-a11y-e-table-click-to-add.c:184:0: note: Variable 'state_set' is reassigned a value before the old one has been used.
evolution-3.4.4/widgets/table/gal-a11y-e-table-click-to-add.c:186:2: note: Variable 'state_set' is reassigned a value before the old one has been used.
evolution-3.4.4/widgets/table/gal-a11y-e-table-column-header.c:216:48: style: Function 'gal_a11y_e_table_column_header_new' argument 1 names different: declaration 'etc' definition 'ecol'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/gal-a11y-e-table-column-header.h:49:65: note: Function 'gal_a11y_e_table_column_header_new' argument 1 names different: declaration 'etc' definition 'ecol'.
evolution-3.4.4/widgets/table/gal-a11y-e-table-column-header.c:216:48: note: Function 'gal_a11y_e_table_column_header_new' argument 1 names different: declaration 'etc' definition 'ecol'.
evolution-3.4.4/widgets/table/gal-a11y-e-table-item.c:1126:29: warning: Either the condition 'if(item)' is redundant or there is possible null pointer dereference: item. [nullPointerRedundantCheck]
evolution-3.4.4/widgets/table/gal-a11y-e-table-item.c:1133:5: note: Assuming that condition 'if(item)' is not redundant
evolution-3.4.4/widgets/table/gal-a11y-e-table-item.c:1126:29: note: Null pointer dereference
evolution-3.4.4/widgets/table/gal-a11y-e-table-item.c:1127:29: warning: Either the condition 'if(item)' is redundant or there is possible null pointer dereference: item. [nullPointerRedundantCheck]
evolution-3.4.4/widgets/table/gal-a11y-e-table-item.c:1133:5: note: Assuming that condition 'if(item)' is not redundant
evolution-3.4.4/widgets/table/gal-a11y-e-table-item.c:1127:29: note: Null pointer dereference
evolution-3.4.4/widgets/table/gal-a11y-e-table-item.c:1129:60: warning: Either the condition 'if(item)' is redundant or there is possible null pointer dereference: item. [nullPointerRedundantCheck]
evolution-3.4.4/widgets/table/gal-a11y-e-table-item.c:1133:5: note: Assuming that condition 'if(item)' is not redundant
evolution-3.4.4/widgets/table/gal-a11y-e-table-item.c:1129:60: note: Null pointer dereference
evolution-3.4.4/widgets/table/gal-a11y-e-table-item.c:1168:8: warning: Either the condition 'item' is redundant or there is possible null pointer dereference: item. [nullPointerRedundantCheck]
evolution-3.4.4/widgets/table/gal-a11y-e-table-item.c:1133:6: note: Assuming that condition 'item' is not redundant
evolution-3.4.4/widgets/table/gal-a11y-e-table-item.c:1168:8: note: Null pointer dereference
evolution-3.4.4/widgets/table/gal-a11y-e-table-item.c:866:2: style: Variable 'state' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/widgets/table/gal-a11y-e-table-item.c:848:0: note: Variable 'state' is reassigned a value before the old one has been used.
evolution-3.4.4/widgets/table/gal-a11y-e-table-item.c:866:2: note: Variable 'state' is reassigned a value before the old one has been used.
evolution-3.4.4/widgets/table/gal-a11y-e-table-item.c:867:2: style: Variable 'prev_state' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/widgets/table/gal-a11y-e-table-item.c:848:0: note: Variable 'prev_state' is reassigned a value before the old one has been used.
evolution-3.4.4/widgets/table/gal-a11y-e-table-item.c:867:2: note: Variable 'prev_state' is reassigned a value before the old one has been used.
evolution-3.4.4/widgets/table/gal-a11y-e-table-item.c:868:2: style: Variable 'reorder' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/widgets/table/gal-a11y-e-table-item.c:848:0: note: Variable 'reorder' is reassigned a value before the old one has been used.
evolution-3.4.4/widgets/table/gal-a11y-e-table-item.c:868:2: note: Variable 'reorder' is reassigned a value before the old one has been used.
evolution-3.4.4/widgets/table/gal-a11y-e-table-item.c:383:14: style: The scope of the variable 'ret' can be reduced. [variableScope]
evolution-3.4.4/widgets/table/gal-a11y-e-table-item.c:1106:13: style: The scope of the variable 'parent' can be reduced. [variableScope]
evolution-3.4.4/widgets/table/gal-a11y-e-table-item.c:1107:15: style: The scope of the variable 'name' can be reduced. [variableScope]
evolution-3.4.4/widgets/table/gal-a11y-e-table-item.c:1314:31: style: Function 'selection_add_selection' argument 2 names different: declaration 'i' definition 'index'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/gal-a11y-e-table-item.c:1015:13: note: Function 'selection_add_selection' argument 2 names different: declaration 'i' definition 'index'.
evolution-3.4.4/widgets/table/gal-a11y-e-table-item.c:1314:31: note: Function 'selection_add_selection' argument 2 names different: declaration 'i' definition 'index'.
evolution-3.4.4/widgets/table/gal-a11y-e-table-item.c:1375:31: style: Function 'selection_ref_selection' argument 2 names different: declaration 'i' definition 'index'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/gal-a11y-e-table-item.c:1019:13: note: Function 'selection_ref_selection' argument 2 names different: declaration 'i' definition 'index'.
evolution-3.4.4/widgets/table/gal-a11y-e-table-item.c:1375:31: note: Function 'selection_ref_selection' argument 2 names different: declaration 'i' definition 'index'.
evolution-3.4.4/widgets/table/gal-a11y-e-table.c:81:2: style: Variable 'a11y' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/widgets/table/gal-a11y-e-table.c:77:0: note: Variable 'a11y' is reassigned a value before the old one has been used.
evolution-3.4.4/widgets/table/gal-a11y-e-table.c:81:2: note: Variable 'a11y' is reassigned a value before the old one has been used.
evolution-3.4.4/widgets/table/gal-a11y-e-table.c:184:22: style: The scope of the variable 'etcta' can be reduced. [variableScope]
evolution-3.4.4/widgets/table/gal-a11y-e-table.c:280:32: style: Function 'gal_a11y_e_table_new' argument 1 names different: declaration 'table' definition 'widget'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/gal-a11y-e-table.h:54:49: note: Function 'gal_a11y_e_table_new' argument 1 names different: declaration 'table' definition 'widget'.
evolution-3.4.4/widgets/table/gal-a11y-e-table.c:280:32: note: Function 'gal_a11y_e_table_new' argument 1 names different: declaration 'table' definition 'widget'.
evolution-3.4.4/widgets/table/gal-a11y-e-tree.c:175:31: style: Function 'gal_a11y_e_tree_new' argument 1 names different: declaration 'tree' definition 'widget'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/table/gal-a11y-e-tree.h:53:48: note: Function 'gal_a11y_e_tree_new' argument 1 names different: declaration 'tree' definition 'widget'.
evolution-3.4.4/widgets/table/gal-a11y-e-tree.c:175:31: note: Function 'gal_a11y_e_tree_new' argument 1 names different: declaration 'tree' definition 'widget'.
evolution-3.4.4/widgets/text/e-text-model.c:565:2: style: Variable 'txt' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/widgets/text/e-text-model.c:560:0: note: Variable 'txt' is reassigned a value before the old one has been used.
evolution-3.4.4/widgets/text/e-text-model.c:565:2: note: Variable 'txt' is reassigned a value before the old one has been used.
evolution-3.4.4/widgets/text/e-text-model.c:566:2: style: Variable 'obj' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-3.4.4/widgets/text/e-text-model.c:560:0: note: Variable 'obj' is reassigned a value before the old one has been used.
evolution-3.4.4/widgets/text/e-text-model.c:566:2: note: Variable 'obj' is reassigned a value before the old one has been used.
evolution-3.4.4/widgets/text/e-text-model.c:225:32: style: Function 'e_text_model_real_insert' argument 2 names different: declaration 'postion' definition 'position'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/text/e-text-model.c:66:13: note: Function 'e_text_model_real_insert' argument 2 names different: declaration 'postion' definition 'position'.
evolution-3.4.4/widgets/text/e-text-model.c:225:32: note: Function 'e_text_model_real_insert' argument 2 names different: declaration 'postion' definition 'position'.
evolution-3.4.4/widgets/text/e-text-model.c:233:39: style: Function 'e_text_model_real_insert_length' argument 2 names different: declaration 'postion' definition 'position'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/text/e-text-model.c:69:13: note: Function 'e_text_model_real_insert_length' argument 2 names different: declaration 'postion' definition 'position'.
evolution-3.4.4/widgets/text/e-text-model.c:233:39: note: Function 'e_text_model_real_insert_length' argument 2 names different: declaration 'postion' definition 'position'.
evolution-3.4.4/widgets/text/e-text-model.c:269:32: style: Function 'e_text_model_real_delete' argument 2 names different: declaration 'postion' definition 'position'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/text/e-text-model.c:73:13: note: Function 'e_text_model_real_delete' argument 2 names different: declaration 'postion' definition 'position'.
evolution-3.4.4/widgets/text/e-text-model.c:269:32: note: Function 'e_text_model_real_delete' argument 2 names different: declaration 'postion' definition 'position'.
evolution-3.4.4/widgets/text/e-text-model.c:557:43: style: Function 'e_text_model_get_nth_object_bounds' argument 3 names different: declaration 'start_pos' definition 'start'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/text/e-text-model.h:101:83: note: Function 'e_text_model_get_nth_object_bounds' argument 3 names different: declaration 'start_pos' definition 'start'.
evolution-3.4.4/widgets/text/e-text-model.c:557:43: note: Function 'e_text_model_get_nth_object_bounds' argument 3 names different: declaration 'start_pos' definition 'start'.
evolution-3.4.4/widgets/text/e-text-model.c:558:43: style: Function 'e_text_model_get_nth_object_bounds' argument 4 names different: declaration 'end_pos' definition 'end'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/text/e-text-model.h:101:100: note: Function 'e_text_model_get_nth_object_bounds' argument 4 names different: declaration 'end_pos' definition 'end'.
evolution-3.4.4/widgets/text/e-text-model.c:558:43: note: Function 'e_text_model_get_nth_object_bounds' argument 4 names different: declaration 'end_pos' definition 'end'.
evolution-3.4.4/widgets/text/e-text-model.c:613:50: style: Function 'e_text_model_get_object_at_pointer' argument 2 names different: declaration 'c' definition 's'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/text/e-text-model.h:103:82: note: Function 'e_text_model_get_object_at_pointer' argument 2 names different: declaration 'c' definition 's'.
evolution-3.4.4/widgets/text/e-text-model.c:613:50: note: Function 'e_text_model_get_object_at_pointer' argument 2 names different: declaration 'c' definition 's'.
evolution-3.4.4/widgets/text/e-text.c:2299:24: style: The scope of the variable 'submenu' can be reduced. [variableScope]
evolution-3.4.4/widgets/text/e-text.c:491:40: style: Function 'e_text_text_model_reposition' argument 4 names different: declaration 'data' definition 'user_data'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/text/e-text.c:122:17: note: Function 'e_text_text_model_reposition' argument 4 names different: declaration 'data' definition 'user_data'.
evolution-3.4.4/widgets/text/e-text.c:491:40: note: Function 'e_text_text_model_reposition' argument 4 names different: declaration 'data' definition 'user_data'.
evolution-3.4.4/widgets/text/e-text.c:3540:35: style: Function 'e_text_preedit_changed_cb' argument 2 names different: declaration 'text' definition 'etext'. [funcArgNamesDifferent]
evolution-3.4.4/widgets/text/e-text.c:167:21: note: Function 'e_text_preedit_changed_cb' argument 2 names different: declaration 'text' definition 'etext'.
evolution-3.4.4/widgets/text/e-text.c:3540:35: note: Function 'e_text_preedit_changed_cb' argument 2 names different: declaration 'text' definition 'etext'.
evolution-3.4.4/widgets/text/gal-a11y-e-text.c:160:9: style: The scope of the variable 'at_offset' can be reduced. [variableScope]
evolution-3.4.4/widgets/text/gal-a11y-e-text.c:186:9: style: The scope of the variable 'at_offset' can be reduced. [variableScope]
evolution-3.4.4/widgets/text/gal-a11y-e-text.c:242:9: style: The scope of the variable 'at_offset' can be reduced. [variableScope]
evolution-3.4.4/widgets/text/gal-a11y-e-text.c:266:9: style: The scope of the variable 'at_offset' can be reduced. [variableScope]
evolution-3.4.4/widgets/text/gal-a11y-e-text.c:290:9: style: The scope of the variable 'at_offset' can be reduced. [variableScope]
evolution-3.4.4/widgets/text/gal-a11y-e-text.c:676:9: style: The scope of the variable 'etext' can be reduced. [variableScope]
[19:04]

ftp://ftp.se.debian.org/debian/pool/main/e/evolution-data-server/evolution-data-server_3.4.4.orig.tar.xz
evolution-data-server-3.4.4/addressbook/backends/file/e-book-backend-file.c:245:2: style: Variable 'old_photo' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/addressbook/backends/file/e-book-backend-file.c:242:0: note: Variable 'old_photo' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/addressbook/backends/file/e-book-backend-file.c:245:2: note: Variable 'old_photo' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/addressbook/backends/file/e-book-backend-file.c:382:3: style: Variable 'content_type' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/addressbook/backends/file/e-book-backend-file.c:380:0: note: Variable 'content_type' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/addressbook/backends/file/e-book-backend-file.c:382:3: note: Variable 'content_type' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/addressbook/backends/file/e-book-backend-file.c:657:2: style: Variable 'modified' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/addressbook/backends/file/e-book-backend-file.c:653:0: note: Variable 'modified' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/addressbook/backends/file/e-book-backend-file.c:657:2: note: Variable 'modified' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/addressbook/backends/file/e-book-backend-file.c:773:2: style: Variable 'tm' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/addressbook/backends/file/e-book-backend-file.c:769:0: note: Variable 'tm' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/addressbook/backends/file/e-book-backend-file.c:773:2: note: Variable 'tm' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/addressbook/backends/file/e-book-backend-file.c:838:2: style: Variable 'tm' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/addressbook/backends/file/e-book-backend-file.c:834:0: note: Variable 'tm' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/addressbook/backends/file/e-book-backend-file.c:838:2: note: Variable 'tm' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/addressbook/backends/file/e-book-backend-file.c:367:42: style: The scope of the variable 'str' can be reduced. [variableScope]
evolution-data-server-3.4.4/addressbook/backends/file/e-book-backend-file.c:427:34: style: The scope of the variable 'str' can be reduced. [variableScope]
evolution-data-server-3.4.4/addressbook/backends/file/e-book-backend-file.c:884:20: style: The scope of the variable 'vcard' can be reduced. [variableScope]
evolution-data-server-3.4.4/addressbook/backends/file/e-book-backend-file.c:2197:8: style: The scope of the variable 'dir' can be reduced. [variableScope]
evolution-data-server-3.4.4/addressbook/backends/file/e-book-backend-file.c:2359:14: style: The scope of the variable 'genv' can be reduced. [variableScope]
evolution-data-server-3.4.4/addressbook/backends/google/e-book-backend-google.c:902:14: style: The scope of the variable 'base' can be reduced. [variableScope]
evolution-data-server-3.4.4/addressbook/backends/google/e-book-backend-google.c:3171:9: style: The scope of the variable 'multi_name' can be reduced. [variableScope]
evolution-data-server-3.4.4/addressbook/backends/google/e-book-backend-google.c:3172:11: style: The scope of the variable 'str' can be reduced. [variableScope]
evolution-data-server-3.4.4/addressbook/backends/google/e-book-backend-google.c:3173:15: style: The scope of the variable 'p' can be reduced. [variableScope]
evolution-data-server-3.4.4/addressbook/backends/google/e-book-backend-google.c:3992:50: style: Function 'gdata_gd_email_address_from_attribute' argument 2 names different: declaration 'primary' definition 'have_primary'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/addressbook/backends/google/e-book-backend-google.c:2787:101: note: Function 'gdata_gd_email_address_from_attribute' argument 2 names different: declaration 'primary' definition 'have_primary'.
evolution-data-server-3.4.4/addressbook/backends/google/e-book-backend-google.c:3992:50: note: Function 'gdata_gd_email_address_from_attribute' argument 2 names different: declaration 'primary' definition 'have_primary'.
evolution-data-server-3.4.4/addressbook/backends/google/e-book-backend-google.c:4026:47: style: Function 'gdata_gd_im_address_from_attribute' argument 2 names different: declaration 'primary' definition 'have_primary'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/addressbook/backends/google/e-book-backend-google.c:2788:95: note: Function 'gdata_gd_im_address_from_attribute' argument 2 names different: declaration 'primary' definition 'have_primary'.
evolution-data-server-3.4.4/addressbook/backends/google/e-book-backend-google.c:4026:47: note: Function 'gdata_gd_im_address_from_attribute' argument 2 names different: declaration 'primary' definition 'have_primary'.
evolution-data-server-3.4.4/addressbook/backends/google/e-book-backend-google.c:4066:49: style: Function 'gdata_gd_phone_number_from_attribute' argument 2 names different: declaration 'primary' definition 'have_primary'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/addressbook/backends/google/e-book-backend-google.c:2789:99: note: Function 'gdata_gd_phone_number_from_attribute' argument 2 names different: declaration 'primary' definition 'have_primary'.
evolution-data-server-3.4.4/addressbook/backends/google/e-book-backend-google.c:4066:49: note: Function 'gdata_gd_phone_number_from_attribute' argument 2 names different: declaration 'primary' definition 'have_primary'.
evolution-data-server-3.4.4/addressbook/backends/google/e-book-backend-google.c:4100:51: style: Function 'gdata_gd_postal_address_from_attribute' argument 2 names different: declaration 'primary' definition 'have_primary'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/addressbook/backends/google/e-book-backend-google.c:2790:103: note: Function 'gdata_gd_postal_address_from_attribute' argument 2 names different: declaration 'primary' definition 'have_primary'.
evolution-data-server-3.4.4/addressbook/backends/google/e-book-backend-google.c:4100:51: note: Function 'gdata_gd_postal_address_from_attribute' argument 2 names different: declaration 'primary' definition 'have_primary'.
evolution-data-server-3.4.4/addressbook/backends/google/e-book-backend-google.c:4171:49: style: Function 'gdata_gd_organization_from_attribute' argument 2 names different: declaration 'primary' definition 'have_primary'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/addressbook/backends/google/e-book-backend-google.c:2791:100: note: Function 'gdata_gd_organization_from_attribute' argument 2 names different: declaration 'primary' definition 'have_primary'.
evolution-data-server-3.4.4/addressbook/backends/google/e-book-backend-google.c:4171:49: note: Function 'gdata_gd_organization_from_attribute' argument 2 names different: declaration 'primary' definition 'have_primary'.
evolution-data-server-3.4.4/addressbook/backends/google/e-book-backend-google.c:4209:52: style: Function 'gdata_gc_contact_website_from_attribute' argument 2 names different: declaration 'primary' definition 'have_primary'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/addressbook/backends/google/e-book-backend-google.c:2792:104: note: Function 'gdata_gc_contact_website_from_attribute' argument 2 names different: declaration 'primary' definition 'have_primary'.
evolution-data-server-3.4.4/addressbook/backends/google/e-book-backend-google.c:4209:52: note: Function 'gdata_gc_contact_website_from_attribute' argument 2 names different: declaration 'primary' definition 'have_primary'.
evolution-data-server-3.4.4/addressbook/backends/ldap/e-book-backend-ldap.c:4537:23: style: Condition 'view_limit==-1' is always true [knownConditionTrueFalse]
evolution-data-server-3.4.4/addressbook/backends/ldap/e-book-backend-ldap.c:4525:30: note: Assignment 'view_limit=-1', assigned value is -1
evolution-data-server-3.4.4/addressbook/backends/ldap/e-book-backend-ldap.c:4537:23: note: Condition 'view_limit==-1' is always true
evolution-data-server-3.4.4/addressbook/backends/ldap/e-book-backend-ldap.c:469:3: warning: Either the condition 'user_data!=NULL' is redundant or there is possible null pointer dereference: pick. [nullPointerRedundantCheck]
evolution-data-server-3.4.4/addressbook/backends/ldap/e-book-backend-ldap.c:466:34: note: Assuming that condition 'user_data!=NULL' is not redundant
evolution-data-server-3.4.4/addressbook/backends/ldap/e-book-backend-ldap.c:464:25: note: Assignment 'pick=user_data', assigned value is 0
evolution-data-server-3.4.4/addressbook/backends/ldap/e-book-backend-ldap.c:469:3: note: Null pointer dereference
evolution-data-server-3.4.4/addressbook/backends/ldap/e-book-backend-ldap.c:498:2: warning: Either the condition 'user_data!=NULL' is redundant or there is possible null pointer dereference: cd. [nullPointerRedundantCheck]
evolution-data-server-3.4.4/addressbook/backends/ldap/e-book-backend-ldap.c:496:34: note: Assuming that condition 'user_data!=NULL' is not redundant
evolution-data-server-3.4.4/addressbook/backends/ldap/e-book-backend-ldap.c:494:26: note: Assignment 'cd=user_data', assigned value is 0
evolution-data-server-3.4.4/addressbook/backends/ldap/e-book-backend-ldap.c:498:2: note: Null pointer dereference
evolution-data-server-3.4.4/addressbook/backends/ldap/e-book-backend-ldap.c:500:10: warning: Either the condition 'user_data!=NULL' is redundant or there is possible null pointer dereference: cd. [nullPointerRedundantCheck]
evolution-data-server-3.4.4/addressbook/backends/ldap/e-book-backend-ldap.c:496:34: note: Assuming that condition 'user_data!=NULL' is not redundant
evolution-data-server-3.4.4/addressbook/backends/ldap/e-book-backend-ldap.c:494:26: note: Assignment 'cd=user_data', assigned value is 0
evolution-data-server-3.4.4/addressbook/backends/ldap/e-book-backend-ldap.c:500:10: note: Null pointer dereference
evolution-data-server-3.4.4/addressbook/backends/ldap/e-book-backend-ldap.c:2121:12: style: The scope of the variable 'ldap_mods' can be reduced. [variableScope]
evolution-data-server-3.4.4/addressbook/backends/ldap/e-book-backend-ldap.c:2557:15: style: The scope of the variable 'e' can be reduced. [variableScope]
evolution-data-server-3.4.4/addressbook/backends/ldap/e-book-backend-ldap.c:2786:15: style: The scope of the variable 'e' can be reduced. [variableScope]
evolution-data-server-3.4.4/addressbook/backends/ldap/e-book-backend-ldap.c:3042:15: style: The scope of the variable 'email1' can be reduced. [variableScope]
evolution-data-server-3.4.4/addressbook/backends/ldap/e-book-backend-ldap.c:3042:24: style: The scope of the variable 'email2' can be reduced. [variableScope]
evolution-data-server-3.4.4/addressbook/backends/ldap/e-book-backend-ldap.c:3071:10: style: The scope of the variable 'member_info' can be reduced. [variableScope]
evolution-data-server-3.4.4/addressbook/backends/ldap/e-book-backend-ldap.c:3107:9: style: The scope of the variable 'dn' can be reduced. [variableScope]
evolution-data-server-3.4.4/addressbook/backends/ldap/e-book-backend-ldap.c:3287:15: style: The scope of the variable 'phone1' can be reduced. [variableScope]
evolution-data-server-3.4.4/addressbook/backends/ldap/e-book-backend-ldap.c:3287:24: style: The scope of the variable 'phone2' can be reduced. [variableScope]
evolution-data-server-3.4.4/addressbook/backends/ldap/e-book-backend-ldap.c:3357:15: style: The scope of the variable 'phone1' can be reduced. [variableScope]
evolution-data-server-3.4.4/addressbook/backends/ldap/e-book-backend-ldap.c:3357:24: style: The scope of the variable 'phone2' can be reduced. [variableScope]
evolution-data-server-3.4.4/addressbook/backends/ldap/e-book-backend-ldap.c:3705:19: style: The scope of the variable 'i' can be reduced. [variableScope]
evolution-data-server-3.4.4/addressbook/backends/ldap/e-book-backend-ldap.c:3950:11: style: The scope of the variable 'strings' can be reduced. [variableScope]
evolution-data-server-3.4.4/addressbook/backends/ldap/e-book-backend-ldap.c:3996:11: style: The scope of the variable 'strings' can be reduced. [variableScope]
evolution-data-server-3.4.4/addressbook/backends/ldap/e-book-backend-ldap.c:4339:10: style: The scope of the variable 'strings' can be reduced. [variableScope]
evolution-data-server-3.4.4/addressbook/backends/ldap/e-book-backend-ldap.c:4696:15: style: The scope of the variable 'e' can be reduced. [variableScope]
evolution-data-server-3.4.4/addressbook/backends/ldap/e-book-backend-ldap.c:4961:15: style: The scope of the variable 'e' can be reduced. [variableScope]
evolution-data-server-3.4.4/addressbook/backends/ldap/e-book-backend-ldap.c:5144:26: style: The scope of the variable 'e' can be reduced. [variableScope]
evolution-data-server-3.4.4/addressbook/backends/ldap/e-book-backend-ldap.c:3147:27: style: Function 'member_compare' argument 1 names different: declaration 'contact1' definition 'contact_new'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/addressbook/backends/ldap/e-book-backend-ldap.c:266:43: note: Function 'member_compare' argument 1 names different: declaration 'contact1' definition 'contact_new'.
evolution-data-server-3.4.4/addressbook/backends/ldap/e-book-backend-ldap.c:3147:27: note: Function 'member_compare' argument 1 names different: declaration 'contact1' definition 'contact_new'.
evolution-data-server-3.4.4/addressbook/backends/ldap/e-book-backend-ldap.c:3148:27: style: Function 'member_compare' argument 2 names different: declaration 'contact2' definition 'contact_current'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/addressbook/backends/ldap/e-book-backend-ldap.c:266:63: note: Function 'member_compare' argument 2 names different: declaration 'contact2' definition 'contact_current'.
evolution-data-server-3.4.4/addressbook/backends/ldap/e-book-backend-ldap.c:3148:27: note: Function 'member_compare' argument 2 names different: declaration 'contact2' definition 'contact_current'.
evolution-data-server-3.4.4/addressbook/backends/ldap/e-book-backend-ldap.c:2997:20: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
evolution-data-server-3.4.4/addressbook/backends/vcf/e-book-backend-vcf.c:232:2: style: Variable 'tm' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/addressbook/backends/vcf/e-book-backend-vcf.c:228:0: note: Variable 'tm' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/addressbook/backends/vcf/e-book-backend-vcf.c:232:2: note: Variable 'tm' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/addressbook/backends/webdav/e-book-backend-webdav.c:198:15: style: The scope of the variable 'etag' can be reduced. [variableScope]
evolution-data-server-3.4.4/addressbook/backends/webdav/e-book-backend-webdav.c:844:17: style: The scope of the variable 'GETCTAG_XPATH_VALUE' can be reduced. [variableScope]
evolution-data-server-3.4.4/addressbook/libebook/e-book-query.c:376:15: style: The scope of the variable 'qs' can be reduced. [variableScope]
evolution-data-server-3.4.4/addressbook/libebook/e-book-query.c:411:15: style: The scope of the variable 'qs' can be reduced. [variableScope]
evolution-data-server-3.4.4/addressbook/libebook/e-book.c:434:0: error: syntax error [syntaxError]
evolution-data-server-3.4.4/addressbook/libebook/e-contact.c:1512:2: style: Variable 'info' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/addressbook/libebook/e-contact.c:1507:0: note: Variable 'info' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/addressbook/libebook/e-contact.c:1512:2: note: Variable 'info' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/addressbook/libebook/e-contact.c:1598:3: style: Variable 'rv' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/addressbook/libebook/e-contact.c:1596:0: note: Variable 'rv' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/addressbook/libebook/e-contact.c:1598:3: note: Variable 'rv' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/addressbook/libebook/e-contact.c:1659:3: style: Variable 'cv' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/addressbook/libebook/e-contact.c:1653:0: note: Variable 'cv' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/addressbook/libebook/e-contact.c:1659:3: note: Variable 'cv' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/addressbook/libebook/e-contact.c:1715:2: style: Variable 'value' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/addressbook/libebook/e-contact.c:1709:0: note: Variable 'value' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/addressbook/libebook/e-contact.c:1715:2: note: Variable 'value' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/addressbook/libebook/e-contact.c:1775:2: style: Variable 'info' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/addressbook/libebook/e-contact.c:1770:0: note: Variable 'info' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/addressbook/libebook/e-contact.c:1775:2: note: Variable 'info' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/addressbook/libebook/e-contact.c:1813:2: style: Variable 'info' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/addressbook/libebook/e-contact.c:1807:0: note: Variable 'info' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/addressbook/libebook/e-contact.c:1813:2: note: Variable 'info' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/addressbook/libebook/e-contact.c:2407:2: style: Variable 'success' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/addressbook/libebook/e-contact.c:2403:0: note: Variable 'success' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/addressbook/libebook/e-contact.c:2407:2: note: Variable 'success' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/addressbook/libebook/e-contact.c:646:9: style: The scope of the variable 'name_str' can be reduced. [variableScope]
evolution-data-server-3.4.4/addressbook/libebook/e-contact.c:1057:22: style: The scope of the variable 's' can be reduced. [variableScope]
evolution-data-server-3.4.4/addressbook/libebook/e-contact.c:722:67: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
evolution-data-server-3.4.4/addressbook/libebook/e-contact.c:1003:59: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
evolution-data-server-3.4.4/addressbook/libebook/e-contact.c:1094:57: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
evolution-data-server-3.4.4/addressbook/libebook/e-destination.c:151:2: style: Variable 'object_class' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/addressbook/libebook/e-destination.c:147:0: note: Variable 'object_class' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/addressbook/libebook/e-destination.c:151:2: note: Variable 'object_class' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/addressbook/libebook/e-name-western.c:693:11: warning: Either the condition '(last)==NULL' is redundant or there is possible null pointer dereference: last. [nullPointerRedundantCheck]
evolution-data-server-3.4.4/addressbook/libebook/e-name-western.c:739:8: note: Assuming that condition '(last)==NULL' is not redundant
evolution-data-server-3.4.4/addressbook/libebook/e-name-western.c:693:11: note: Null pointer dereference
evolution-data-server-3.4.4/addressbook/libebook/e-name-western.c:461:2: style: Variable 'idx' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/addressbook/libebook/e-name-western.c:458:0: note: Variable 'idx' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/addressbook/libebook/e-name-western.c:461:2: note: Variable 'idx' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/addressbook/libebook/e-vcard.c:1184:4: style: Variable 'escaped_value' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/addressbook/libebook/e-vcard.c:1182:0: note: Variable 'escaped_value' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/addressbook/libebook/e-vcard.c:1184:4: note: Variable 'escaped_value' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/addressbook/libebook/e-vcard.c:1773:24: style: The scope of the variable 'param' can be reduced. [variableScope]
evolution-data-server-3.4.4/addressbook/libebook/e-vcard.c:2112:24: style: The scope of the variable 'param' can be reduced. [variableScope]
evolution-data-server-3.4.4/addressbook/libebook/e-vcard.c:2214:19: style: The scope of the variable 'attr' can be reduced. [variableScope]
evolution-data-server-3.4.4/addressbook/libedata-book/e-book-backend-cache.c:197:9: style: The scope of the variable 'vcard_str' can be reduced. [variableScope]
evolution-data-server-3.4.4/addressbook/libedata-book/e-book-backend-db-cache.c:98:9: style: The scope of the variable 'filename' can be reduced. [variableScope]
evolution-data-server-3.4.4/addressbook/libedata-book/e-book-backend-sexp.c:419:6: style: Variable 'prop' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/addressbook/libedata-book/e-book-backend-sexp.c:416:0: note: Variable 'prop' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/addressbook/libedata-book/e-book-backend-sexp.c:419:6: note: Variable 'prop' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/addressbook/libedata-book/e-book-backend-sexp.c:840:6: style: Variable 'prop' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/addressbook/libedata-book/e-book-backend-sexp.c:836:0: note: Variable 'prop' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/addressbook/libedata-book/e-book-backend-sexp.c:840:6: note: Variable 'prop' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/addressbook/libedata-book/e-book-backend-sexp.c:913:10: style: The scope of the variable 's' can be reduced. [variableScope]
evolution-data-server-3.4.4/addressbook/libedata-book/e-book-backend-sqlitedb.c:253:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/addressbook/libedata-book/e-book-backend-sqlitedb.c:251:0: note: Variable 'ret' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/addressbook/libedata-book/e-book-backend-sqlitedb.c:253:2: note: Variable 'ret' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/addressbook/libedata-book/e-book-backend-sqlitedb.c:399:9: style: The scope of the variable 'stmt' can be reduced. [variableScope]
evolution-data-server-3.4.4/addressbook/libedata-book/e-book-backend-sqlitedb.c:1050:16: style: The scope of the variable 'select_stmt' can be reduced. [variableScope]
evolution-data-server-3.4.4/addressbook/libedata-book/e-book-backend-sqlitedb.c:1202:19: style: The scope of the variable 'r1' can be reduced. [variableScope]
evolution-data-server-3.4.4/addressbook/libedata-book/e-book-backend-sqlitedb.c:1237:19: style: The scope of the variable 'r1' can be reduced. [variableScope]
evolution-data-server-3.4.4/addressbook/libedata-book/e-book-backend-sqlitedb.c:1535:17: style: The scope of the variable 'select_stmt' can be reduced. [variableScope]
evolution-data-server-3.4.4/addressbook/libedata-book/e-book-backend-sqlitedb.c:1590:39: style: The scope of the variable 'l' can be reduced. [variableScope]
evolution-data-server-3.4.4/addressbook/libedata-book/e-book-backend-summary.c:739:2: style: Variable 'id' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/addressbook/libedata-book/e-book-backend-summary.c:731:0: note: Variable 'id' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/addressbook/libedata-book/e-book-backend-summary.c:739:2: note: Variable 'id' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/addressbook/libedata-book/e-book-backend.c:819:17: style: The scope of the variable 'view' can be reduced. [variableScope]
evolution-data-server-3.4.4/addressbook/libedata-book/e-data-book-factory.c:393:9: style: Variable 'key' is not assigned a value. [unassignedVariable]
evolution-data-server-3.4.4/addressbook/libedata-book/e-data-book-view.c:289:9: style: The scope of the variable 'utf8_vcard' can be reduced. [variableScope]
evolution-data-server-3.4.4/addressbook/libedata-book/e-data-book-view.c:402:9: style: The scope of the variable 'vcard' can be reduced. [variableScope]
evolution-data-server-3.4.4/addressbook/libedata-book/e-data-book.c:1033:2: style: Variable 'array' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/addressbook/libedata-book/e-data-book.c:1027:0: note: Variable 'array' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/addressbook/libedata-book/e-data-book.c:1033:2: note: Variable 'array' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/addressbook/libedata-book/e-data-book.c:1249:47: style: Function 'e_data_book_register_gdbus_object' argument 1 names different: declaration 'cal' definition 'book'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/addressbook/libedata-book/e-data-book.h:132:55: note: Function 'e_data_book_register_gdbus_object' argument 1 names different: declaration 'cal' definition 'book'.
evolution-data-server-3.4.4/addressbook/libedata-book/e-data-book.c:1249:47: note: Function 'e_data_book_register_gdbus_object' argument 1 names different: declaration 'cal' definition 'book'.
evolution-data-server-3.4.4/addressbook/libegdbus/e-gdbus-book-view.c:185:56: style: Function 'e_gdbus_book_view_call_set_flags_finish' argument 2 names different: declaration 'res' definition 'result'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/addressbook/libegdbus/e-gdbus-book-view.h:137:29: note: Function 'e_gdbus_book_view_call_set_flags_finish' argument 2 names different: declaration 'res' definition 'result'.
evolution-data-server-3.4.4/addressbook/libegdbus/e-gdbus-book-view.c:185:56: note: Function 'e_gdbus_book_view_call_set_flags_finish' argument 2 names different: declaration 'res' definition 'result'.
evolution-data-server-3.4.4/addressbook/libegdbus/e-gdbus-book-view.c:227:69: style: Function 'e_gdbus_book_view_call_set_fields_of_interest' argument 2 names different: declaration 'in_only_fileds' definition 'in_only_fields'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/addressbook/libegdbus/e-gdbus-book-view.h:148:95: note: Function 'e_gdbus_book_view_call_set_fields_of_interest' argument 2 names different: declaration 'in_only_fileds' definition 'in_only_fields'.
evolution-data-server-3.4.4/addressbook/libegdbus/e-gdbus-book-view.c:227:69: note: Function 'e_gdbus_book_view_call_set_fields_of_interest' argument 2 names different: declaration 'in_only_fileds' definition 'in_only_fields'.
evolution-data-server-3.4.4/addressbook/libegdbus/e-gdbus-book-view.c:245:74: style: Function 'e_gdbus_book_view_call_set_fields_of_interest_sync' argument 2 names different: declaration 'in_only_fileds' definition 'in_only_fields'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/addressbook/libegdbus/e-gdbus-book-view.h:150:102: note: Function 'e_gdbus_book_view_call_set_fields_of_interest_sync' argument 2 names different: declaration 'in_only_fileds' definition 'in_only_fields'.
evolution-data-server-3.4.4/addressbook/libegdbus/e-gdbus-book-view.c:245:74: note: Function 'e_gdbus_book_view_call_set_fields_of_interest_sync' argument 2 names different: declaration 'in_only_fileds' definition 'in_only_fields'.
evolution-data-server-3.4.4/addressbook/libegdbus/e-gdbus-book.c:481:59: style: Function 'e_gdbus_book_call_get_backend_property_sync' argument 2 names different: declaration 'prop_name' definition 'in_prop_name'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/addressbook/libegdbus/e-gdbus-book.h:207:87: note: Function 'e_gdbus_book_call_get_backend_property_sync' argument 2 names different: declaration 'prop_name' definition 'in_prop_name'.
evolution-data-server-3.4.4/addressbook/libegdbus/e-gdbus-book.c:481:59: note: Function 'e_gdbus_book_call_get_backend_property_sync' argument 2 names different: declaration 'prop_name' definition 'in_prop_name'.
evolution-data-server-3.4.4/addressbook/libegdbus/e-gdbus-book.c:528:67: style: Function 'e_gdbus_book_call_set_backend_property_sync' argument 2 names different: declaration 'prop_name_value' definition 'in_prop_name_value'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/addressbook/libegdbus/e-gdbus-book.h:213:95: note: Function 'e_gdbus_book_call_set_backend_property_sync' argument 2 names different: declaration 'prop_name_value' definition 'in_prop_name_value'.
evolution-data-server-3.4.4/addressbook/libegdbus/e-gdbus-book.c:528:67: note: Function 'e_gdbus_book_call_set_backend_property_sync' argument 2 names different: declaration 'prop_name_value' definition 'in_prop_name_value'.
evolution-data-server-3.4.4/addressbook/libegdbus/e-gdbus-book.c:692:1: style: Function 'e_gdbus_book_emit_get_contact_done' argument 4 names different: declaration 'out_vcard' definition 'out_par'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/addressbook/libegdbus/e-gdbus-book.h:256:118: note: Function 'e_gdbus_book_emit_get_contact_done' argument 4 names different: declaration 'out_vcard' definition 'out_par'.
evolution-data-server-3.4.4/addressbook/libegdbus/e-gdbus-book.c:692:1: note: Function 'e_gdbus_book_emit_get_contact_done' argument 4 names different: declaration 'out_vcard' definition 'out_par'.
evolution-data-server-3.4.4/addressbook/libegdbus/e-gdbus-book.c:695:1: style: Function 'e_gdbus_book_emit_get_contact_list_done' argument 4 names different: declaration 'out_vcards' definition 'out_par'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/addressbook/libegdbus/e-gdbus-book.h:257:130: note: Function 'e_gdbus_book_emit_get_contact_list_done' argument 4 names different: declaration 'out_vcards' definition 'out_par'.
evolution-data-server-3.4.4/addressbook/libegdbus/e-gdbus-book.c:695:1: note: Function 'e_gdbus_book_emit_get_contact_list_done' argument 4 names different: declaration 'out_vcards' definition 'out_par'.
evolution-data-server-3.4.4/addressbook/libegdbus/e-gdbus-book.c:698:1: style: Function 'e_gdbus_book_emit_get_contact_list_uids_done' argument 4 names different: declaration 'out_uids' definition 'out_par'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/addressbook/libegdbus/e-gdbus-book.h:258:134: note: Function 'e_gdbus_book_emit_get_contact_list_uids_done' argument 4 names different: declaration 'out_uids' definition 'out_par'.
evolution-data-server-3.4.4/addressbook/libegdbus/e-gdbus-book.c:698:1: note: Function 'e_gdbus_book_emit_get_contact_list_uids_done' argument 4 names different: declaration 'out_uids' definition 'out_par'.
evolution-data-server-3.4.4/addressbook/libegdbus/e-gdbus-book.c:701:1: style: Function 'e_gdbus_book_emit_add_contacts_done' argument 4 names different: declaration 'out_uids' definition 'out_par'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/addressbook/libegdbus/e-gdbus-book.h:259:125: note: Function 'e_gdbus_book_emit_add_contacts_done' argument 4 names different: declaration 'out_uids' definition 'out_par'.
evolution-data-server-3.4.4/addressbook/libegdbus/e-gdbus-book.c:701:1: note: Function 'e_gdbus_book_emit_add_contacts_done' argument 4 names different: declaration 'out_uids' definition 'out_par'.
evolution-data-server-3.4.4/addressbook/libegdbus/e-gdbus-book.c:708:1: style: Function 'e_gdbus_book_emit_get_backend_property_done' argument 4 names different: declaration 'out_prop_value' definition 'out_par'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/addressbook/libegdbus/e-gdbus-book.h:262:125: note: Function 'e_gdbus_book_emit_get_backend_property_done' argument 4 names different: declaration 'out_prop_value' definition 'out_par'.
evolution-data-server-3.4.4/addressbook/libegdbus/e-gdbus-book.c:708:1: note: Function 'e_gdbus_book_emit_get_backend_property_done' argument 4 names different: declaration 'out_prop_value' definition 'out_par'.
evolution-data-server-3.4.4/addressbook/libegdbus/e-gdbus-book.c:713:1: style: Function 'e_gdbus_book_emit_get_view_done' argument 4 names different: declaration 'out_view' definition 'out_par'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/addressbook/libegdbus/e-gdbus-book.h:264:115: note: Function 'e_gdbus_book_emit_get_view_done' argument 4 names different: declaration 'out_view' definition 'out_par'.
evolution-data-server-3.4.4/addressbook/libegdbus/e-gdbus-book.c:713:1: note: Function 'e_gdbus_book_emit_get_view_done' argument 4 names different: declaration 'out_view' definition 'out_par'.
evolution-data-server-3.4.4/calendar/backends/caldav/e-cal-backend-caldav.c:411:2: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/calendar/backends/caldav/e-cal-backend-caldav.c:407:2: note: Variable 'str' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/calendar/backends/caldav/e-cal-backend-caldav.c:411:2: note: Variable 'str' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/calendar/backends/caldav/e-cal-backend-caldav.c:439:2: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/calendar/backends/caldav/e-cal-backend-caldav.c:435:2: note: Variable 'str' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/calendar/backends/caldav/e-cal-backend-caldav.c:439:2: note: Variable 'str' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/calendar/backends/caldav/e-cal-backend-caldav.c:4585:2: style: Variable 'dtvalue' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/calendar/backends/caldav/e-cal-backend-caldav.c:4582:2: note: Variable 'dtvalue' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/calendar/backends/caldav/e-cal-backend-caldav.c:4585:2: note: Variable 'dtvalue' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/calendar/backends/caldav/e-cal-backend-caldav.c:701:9: style: The scope of the variable 'str' can be reduced. [variableScope]
evolution-data-server-3.4.4/calendar/backends/caldav/e-cal-backend-caldav.c:2118:35: style: The scope of the variable 'old_comp' can be reduced. [variableScope]
evolution-data-server-3.4.4/calendar/backends/contacts/e-cal-backend-contacts.c:344:2: style: Variable 'br' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/calendar/backends/contacts/e-cal-backend-contacts.c:330:0: note: Variable 'br' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/calendar/backends/contacts/e-cal-backend-contacts.c:344:2: note: Variable 'br' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/calendar/backends/contacts/e-cal-backend-contacts.c:1412:47: style: Function 'e_cal_backend_contacts_add_timezone' argument 5 names different: declaration 'perror' definition 'error'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/calendar/backends/contacts/e-cal-backend-contacts.c:120:147: note: Function 'e_cal_backend_contacts_add_timezone' argument 5 names different: declaration 'perror' definition 'error'.
evolution-data-server-3.4.4/calendar/backends/contacts/e-cal-backend-contacts.c:1412:47: note: Function 'e_cal_backend_contacts_add_timezone' argument 5 names different: declaration 'perror' definition 'error'.
evolution-data-server-3.4.4/calendar/backends/file/e-cal-backend-file.c:1435:2: style: Variable 'str_uri' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/calendar/backends/file/e-cal-backend-file.c:1424:0: note: Variable 'str_uri' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/calendar/backends/file/e-cal-backend-file.c:1435:2: note: Variable 'str_uri' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/calendar/backends/file/e-cal-backend-file.c:3154:5: style: Variable 'new_uid' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/calendar/backends/file/e-cal-backend-file.c:3152:0: note: Variable 'new_uid' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/calendar/backends/file/e-cal-backend-file.c:3154:5: note: Variable 'new_uid' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/calendar/backends/file/e-cal-backend-file.c:792:17: style: The scope of the variable 'icalcomp' can be reduced. [variableScope]
evolution-data-server-3.4.4/calendar/backends/file/e-cal-backend-file.c:793:9: style: The scope of the variable 'l' can be reduced. [variableScope]
evolution-data-server-3.4.4/calendar/backends/file/e-cal-backend-file.c:2054:18: style: The scope of the variable 'param' can be reduced. [variableScope]
evolution-data-server-3.4.4/calendar/backends/file/e-cal-backend-file.c:3497:37: style: Function 'e_cal_backend_file_reload' argument 2 names different: declaration 'error' definition 'perror'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/calendar/backends/file/e-cal-backend-file.h:67:17: note: Function 'e_cal_backend_file_reload' argument 2 names different: declaration 'error' definition 'perror'.
evolution-data-server-3.4.4/calendar/backends/file/e-cal-backend-file.c:3497:37: note: Function 'e_cal_backend_file_reload' argument 2 names different: declaration 'error' definition 'perror'.
evolution-data-server-3.4.4/calendar/backends/http/e-cal-backend-http.c:288:3: style: Variable 'changed' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/calendar/backends/http/e-cal-backend-http.c:279:0: note: Variable 'changed' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/calendar/backends/http/e-cal-backend-http.c:288:3: note: Variable 'changed' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/calendar/backends/http/e-cal-backend-http.c:485:3: style: Variable 'prop' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/calendar/backends/http/e-cal-backend-http.c:482:0: note: Variable 'prop' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/calendar/backends/http/e-cal-backend-http.c:485:3: note: Variable 'prop' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/calendar/backends/http/e-cal-backend-http.c:857:2: style: Variable 'priv->reload_timeout_id' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/calendar/backends/http/e-cal-backend-http.c:854:2: note: Variable 'priv->reload_timeout_id' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/calendar/backends/http/e-cal-backend-http.c:857:2: note: Variable 'priv->reload_timeout_id' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/calendar/backends/http/e-cal-backend-http.c:347:15: style: The scope of the variable 'newuri' can be reduced. [variableScope]
evolution-data-server-3.4.4/calendar/backends/http/e-cal-backend-http.c:348:11: style: The scope of the variable 'uri_parsed' can be reduced. [variableScope]
evolution-data-server-3.4.4/calendar/backends/http/e-cal-backend-http.c:480:18: style: The scope of the variable 'comp' can be reduced. [variableScope]
evolution-data-server-3.4.4/calendar/backends/http/e-cal-backend-http.c:1145:18: style: The scope of the variable 'param' can be reduced. [variableScope]
evolution-data-server-3.4.4/calendar/backends/http/e-cal-backend-http.c:948:43: style: Function 'e_cal_backend_http_add_timezone' argument 5 names different: declaration 'perror' definition 'error'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/calendar/backends/http/e-cal-backend-http.c:82:143: note: Function 'e_cal_backend_http_add_timezone' argument 5 names different: declaration 'perror' definition 'error'.
evolution-data-server-3.4.4/calendar/backends/http/e-cal-backend-http.c:948:43: note: Function 'e_cal_backend_http_add_timezone' argument 5 names different: declaration 'perror' definition 'error'.
evolution-data-server-3.4.4/calendar/backends/weather/e-cal-backend-weather.c:563:2: style: Variable 'priv->reload_timeout_id' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/calendar/backends/weather/e-cal-backend-weather.c:560:2: note: Variable 'priv->reload_timeout_id' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/calendar/backends/weather/e-cal-backend-weather.c:563:2: note: Variable 'priv->reload_timeout_id' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/calendar/backends/weather/e-cal-backend-weather.c:667:46: style: Function 'e_cal_backend_weather_add_timezone' argument 5 names different: declaration 'perror' definition 'error'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/calendar/backends/weather/e-cal-backend-weather.c:49:146: note: Function 'e_cal_backend_weather_add_timezone' argument 5 names different: declaration 'perror' definition 'error'.
evolution-data-server-3.4.4/calendar/backends/weather/e-cal-backend-weather.c:667:46: note: Function 'e_cal_backend_weather_add_timezone' argument 5 names different: declaration 'perror' definition 'error'.
evolution-data-server-3.4.4/calendar/libecal/e-cal-client-view.c:95:15: style: The scope of the variable 'eol' can be reduced. [variableScope]
evolution-data-server-3.4.4/calendar/libecal/e-cal-client.c:1392:5: style: Variable 'i_rid' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/calendar/libecal/e-cal-client.c:1390:0: note: Variable 'i_rid' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/calendar/libecal/e-cal-client.c:1392:5: note: Variable 'i_rid' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/calendar/libecal/e-cal-client.c:1393:5: style: Variable 'd_rid' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/calendar/libecal/e-cal-client.c:1390:0: note: Variable 'd_rid' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/calendar/libecal/e-cal-client.c:1393:5: note: Variable 'd_rid' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/calendar/libecal/e-cal-client.c:1967:2: style: Variable 'objects' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/calendar/libecal/e-cal-client.c:1957:0: note: Variable 'objects' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/calendar/libecal/e-cal-client.c:1967:2: note: Variable 'objects' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/calendar/libecal/e-cal-client.c:4677:5: style: Variable 'icalcomp' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/calendar/libecal/e-cal-client.c:4674:0: note: Variable 'icalcomp' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/calendar/libecal/e-cal-client.c:4677:5: note: Variable 'icalcomp' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/calendar/libecal/e-cal-client.c:497:18: style: The scope of the variable 'comp' can be reduced. [variableScope]
evolution-data-server-3.4.4/calendar/libecal/e-cal-client.c:3286:18: style: The scope of the variable 'icalcomp' can be reduced. [variableScope]
evolution-data-server-3.4.4/calendar/libecal/e-cal-component.c:1456:2: style: Variable 'id' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/calendar/libecal/e-cal-component.c:1448:0: note: Variable 'id' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/calendar/libecal/e-cal-component.c:1456:2: note: Variable 'id' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/calendar/libecal/e-cal-component.c:505:17: style: The scope of the variable 'new_icalcomp' can be reduced. [variableScope]
evolution-data-server-3.4.4/calendar/libecal/e-cal-component.c:1815:23: style: The scope of the variable 'to_remove' can be reduced. [variableScope]
evolution-data-server-3.4.4/calendar/libecal/e-cal-component.c:1885:15: style: The scope of the variable 'cat_start' can be reduced. [variableScope]
evolution-data-server-3.4.4/calendar/libecal/e-cal-recur.c:1155:9: style: The scope of the variable 'start_time' can be reduced. [variableScope]
evolution-data-server-3.4.4/calendar/libecal/e-cal-recur.c:1759:17: style: The scope of the variable 'occs2' can be reduced. [variableScope]
evolution-data-server-3.4.4/calendar/libecal/e-cal-recur.c:2628:14: style: The scope of the variable 'occ' can be reduced. [variableScope]
evolution-data-server-3.4.4/calendar/libecal/e-cal-recur.c:2664:14: style: The scope of the variable 'occ' can be reduced. [variableScope]
evolution-data-server-3.4.4/calendar/libecal/e-cal-recur.c:2691:14: style: The scope of the variable 'occ' can be reduced. [variableScope]
evolution-data-server-3.4.4/calendar/libecal/e-cal-recur.c:2751:14: style: The scope of the variable 'occ' can be reduced. [variableScope]
evolution-data-server-3.4.4/calendar/libecal/e-cal-recur.c:2809:14: style: The scope of the variable 'occ' can be reduced. [variableScope]
evolution-data-server-3.4.4/calendar/libecal/e-cal-recur.c:2904:14: style: The scope of the variable 'occ' can be reduced. [variableScope]
evolution-data-server-3.4.4/calendar/libecal/e-cal-recur.c:3101:14: style: The scope of the variable 'occ' can be reduced. [variableScope]
evolution-data-server-3.4.4/calendar/libecal/e-cal-recur.c:3146:14: style: The scope of the variable 'occ' can be reduced. [variableScope]
evolution-data-server-3.4.4/calendar/libecal/e-cal-recur.c:3178:14: style: The scope of the variable 'occ' can be reduced. [variableScope]
evolution-data-server-3.4.4/calendar/libecal/e-cal-recur.c:3213:14: style: The scope of the variable 'occ' can be reduced. [variableScope]
evolution-data-server-3.4.4/calendar/libecal/e-cal-recur.c:3242:14: style: The scope of the variable 'occ' can be reduced. [variableScope]
evolution-data-server-3.4.4/calendar/libecal/e-cal-recur.c:3277:14: style: The scope of the variable 'occ' can be reduced. [variableScope]
evolution-data-server-3.4.4/calendar/libecal/e-cal-recur.c:3306:14: style: The scope of the variable 'occ' can be reduced. [variableScope]
evolution-data-server-3.4.4/calendar/libecal/e-cal-recur.c:3341:14: style: The scope of the variable 'occ' can be reduced. [variableScope]
evolution-data-server-3.4.4/calendar/libecal/e-cal-recur.c:3901:15: style: The scope of the variable 'xname' can be reduced. [variableScope]
evolution-data-server-3.4.4/calendar/libecal/e-cal-recur.c:3939:15: style: The scope of the variable 'xname' can be reduced. [variableScope]
evolution-data-server-3.4.4/calendar/libecal/e-cal-system-timezone.c:290:3: style: Variable 'dir' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/calendar/libecal/e-cal-system-timezone.c:285:0: note: Variable 'dir' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/calendar/libecal/e-cal-system-timezone.c:290:3: note: Variable 'dir' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/calendar/libecal/e-cal-util.c:42:18: style: The scope of the variable 'i' can be reduced. [variableScope]
evolution-data-server-3.4.4/calendar/libecal/e-cal-util.c:1075:22: style: The scope of the variable 'iter' can be reduced. [variableScope]
evolution-data-server-3.4.4/calendar/libecal/e-cal-view.c:398:24: style: Function '_e_cal_view_new' argument 1 names different: declaration 'client' definition 'ecal'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/calendar/libecal/e-cal-view-private.h:33:42: note: Function '_e_cal_view_new' argument 1 names different: declaration 'client' definition 'ecal'.
evolution-data-server-3.4.4/calendar/libecal/e-cal-view.c:398:24: note: Function '_e_cal_view_new' argument 1 names different: declaration 'client' definition 'ecal'.
evolution-data-server-3.4.4/calendar/libecal/e-cal.c:257:0: error: syntax error [syntaxError]
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend-cache.c:139:17: style: The scope of the variable 'icalcomp' can be reduced. [variableScope]
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend-cache.c:255:9: style: The scope of the variable 'comp_str' can be reduced. [variableScope]
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend-cache.c:305:9: style: The scope of the variable 'comp_str' can be reduced. [variableScope]
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend-cache.c:497:16: style: The scope of the variable 'zone' can be reduced. [variableScope]
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend-cache.c:711:10: style: The scope of the variable 'full_path' can be reduced. [variableScope]
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend-cache.c:712:16: style: The scope of the variable 'fname' can be reduced. [variableScope]
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend-file-store.c:89:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend-file-store.c:157:2: style: Variable 'obj' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend-file-store.c:151:0: note: Variable 'obj' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend-file-store.c:157:2: note: Variable 'obj' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend-file-store.c:191:2: style: Variable 'obj' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend-file-store.c:186:0: note: Variable 'obj' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend-file-store.c:191:2: note: Variable 'obj' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend-file-store.c:229:2: style: Variable 'obj' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend-file-store.c:225:0: note: Variable 'obj' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend-file-store.c:229:2: note: Variable 'obj' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend-file-store.c:254:2: style: Variable 'ret_val' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend-file-store.c:252:0: note: Variable 'ret_val' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend-file-store.c:254:2: note: Variable 'ret_val' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend-file-store.c:274:2: style: Variable 'ret_val' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend-file-store.c:272:0: note: Variable 'ret_val' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend-file-store.c:274:2: note: Variable 'ret_val' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend-file-store.c:294:2: style: Variable 'zone' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend-file-store.c:291:0: note: Variable 'zone' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend-file-store.c:294:2: note: Variable 'zone' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend-file-store.c:334:2: style: Variable 'ret_val' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend-file-store.c:331:0: note: Variable 'ret_val' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend-file-store.c:334:2: note: Variable 'ret_val' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend-file-store.c:478:2: style: Variable 'obj' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend-file-store.c:473:0: note: Variable 'obj' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend-file-store.c:478:2: note: Variable 'obj' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend-file-store.c:502:2: style: Variable 'obj' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend-file-store.c:500:0: note: Variable 'obj' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend-file-store.c:502:2: note: Variable 'obj' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend-file-store.c:546:2: style: Variable 'obj' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend-file-store.c:544:0: note: Variable 'obj' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend-file-store.c:546:2: note: Variable 'obj' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend-file-store.c:797:2: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend-file-store.c:784:0: note: Variable 'data' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend-file-store.c:797:2: note: Variable 'data' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend-file-store.c:758:17: style: The scope of the variable 'icalcomp' can be reduced. [variableScope]
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend-intervaltree.c:244:31: warning: Either the condition 'tree!=NULL' is redundant or there is possible null pointer dereference: tree. [nullPointerRedundantCheck]
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend-intervaltree.c:249:25: note: Assuming that condition 'tree!=NULL' is not redundant
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend-intervaltree.c:244:31: note: Null pointer dereference
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend-intervaltree.c:432:17: style: The scope of the variable 'node' can be reduced. [variableScope]
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend-intervaltree.c:558:17: style: The scope of the variable 'node' can be reduced. [variableScope]
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend-sexp.c:765:35: warning: Either the condition '!priority' is redundant or there is possible null pointer dereference: priority. [nullPointerRedundantCheck]
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend-sexp.c:771:45: note: Assuming that condition '!priority' is not redundant
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend-sexp.c:765:35: note: Null pointer dereference
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend-sexp.c:767:42: warning: Either the condition '!priority' is redundant or there is possible null pointer dereference: priority. [nullPointerRedundantCheck]
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend-sexp.c:771:45: note: Assuming that condition '!priority' is not redundant
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend-sexp.c:767:42: note: Null pointer dereference
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend-sexp.c:769:39: warning: Either the condition '!priority' is redundant or there is possible null pointer dereference: priority. [nullPointerRedundantCheck]
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend-sexp.c:771:45: note: Assuming that condition '!priority' is not redundant
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend-sexp.c:769:39: note: Null pointer dereference
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend-sexp.c:529:16: style: The scope of the variable 'zone' can be reduced. [variableScope]
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend-sexp.c:1251:16: style: The scope of the variable 'zone' can be reduced. [variableScope]
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend-sexp.c:1253:22: style: The scope of the variable 'completed_time' can be reduced. [variableScope]
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend-sexp.c:569:27: error: Uninitialized variable: due_t [uninitvar]
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend-store.c:491:17: style: The scope of the variable 'icalcomp' can be reduced. [variableScope]
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend-store.c:627:52: style: Function 'e_cal_backend_store_interval_tree_add_comp' argument 3 names different: declaration 'start' definition 'occurence_start'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend-store.h:170:15: note: Function 'e_cal_backend_store_interval_tree_add_comp' argument 3 names different: declaration 'start' definition 'occurence_start'.
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend-store.c:627:52: note: Function 'e_cal_backend_store_interval_tree_add_comp' argument 3 names different: declaration 'start' definition 'occurence_start'.
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend-store.c:628:52: style: Function 'e_cal_backend_store_interval_tree_add_comp' argument 4 names different: declaration 'end' definition 'occurence_end'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend-store.h:171:15: note: Function 'e_cal_backend_store_interval_tree_add_comp' argument 4 names different: declaration 'end' definition 'occurence_end'.
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend-store.c:628:52: note: Function 'e_cal_backend_store_interval_tree_add_comp' argument 4 names different: declaration 'end' definition 'occurence_end'.
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend.c:1460:41: warning: Either the condition 'user_data!=NULL' is redundant or there is possible null pointer dereference: cd. [nullPointerRedundantCheck]
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend.c:1458:34: note: Assuming that condition 'user_data!=NULL' is not redundant
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend.c:1456:35: note: Assignment 'cd=user_data', assigned value is 0
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend.c:1460:41: note: Null pointer dereference
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend.c:1510:6: warning: Either the condition 'user_data!=NULL' is redundant or there is possible null pointer dereference: cd. [nullPointerRedundantCheck]
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend.c:1508:34: note: Assuming that condition 'user_data!=NULL' is not redundant
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend.c:1506:35: note: Assignment 'cd=user_data', assigned value is 0
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend.c:1510:6: note: Null pointer dereference
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend.c:1662:38: warning: Either the condition 'user_data!=NULL' is redundant or there is possible null pointer dereference: cd. [nullPointerRedundantCheck]
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend.c:1660:34: note: Assuming that condition 'user_data!=NULL' is not redundant
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend.c:1658:32: note: Assignment 'cd=user_data', assigned value is 0
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend.c:1662:38: note: Null pointer dereference
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend.c:1726:6: warning: Either the condition 'user_data!=NULL' is redundant or there is possible null pointer dereference: cd. [nullPointerRedundantCheck]
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend.c:1724:34: note: Assuming that condition 'user_data!=NULL' is not redundant
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend.c:1722:32: note: Assignment 'cd=user_data', assigned value is 0
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend.c:1726:6: note: Null pointer dereference
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend.c:1636:3: style: Variable 'comp' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend.c:1634:0: note: Variable 'comp' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend.c:1636:3: note: Variable 'comp' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/calendar/libedata-cal/e-cal-backend.c:692:16: style: The scope of the variable 'view' can be reduced. [variableScope]
evolution-data-server-3.4.4/calendar/libedata-cal/e-data-cal-factory.c:373:9: style: Variable 'key' is not assigned a value. [unassignedVariable]
evolution-data-server-3.4.4/calendar/libedata-cal/e-data-cal.c:1491:38: style: Function 'e_data_cal_report_readonly' argument 2 names different: declaration 'is_readonly' definition 'readonly'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/calendar/libedata-cal/e-data-cal.h:151:61: note: Function 'e_data_cal_report_readonly' argument 2 names different: declaration 'is_readonly' definition 'readonly'.
evolution-data-server-3.4.4/calendar/libedata-cal/e-data-cal.c:1491:38: note: Function 'e_data_cal_report_readonly' argument 2 names different: declaration 'is_readonly' definition 'readonly'.
evolution-data-server-3.4.4/calendar/libegdbus/e-gdbus-cal-view.c:198:68: style: Function 'e_gdbus_cal_view_call_set_fields_of_interest' argument 2 names different: declaration 'in_only_fileds' definition 'in_only_fields'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/calendar/libegdbus/e-gdbus-cal-view.h:127:94: note: Function 'e_gdbus_cal_view_call_set_fields_of_interest' argument 2 names different: declaration 'in_only_fileds' definition 'in_only_fields'.
evolution-data-server-3.4.4/calendar/libegdbus/e-gdbus-cal-view.c:198:68: note: Function 'e_gdbus_cal_view_call_set_fields_of_interest' argument 2 names different: declaration 'in_only_fileds' definition 'in_only_fields'.
evolution-data-server-3.4.4/calendar/libegdbus/e-gdbus-cal-view.c:216:73: style: Function 'e_gdbus_cal_view_call_set_fields_of_interest_sync' argument 2 names different: declaration 'in_only_fileds' definition 'in_only_fields'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/calendar/libegdbus/e-gdbus-cal-view.h:129:101: note: Function 'e_gdbus_cal_view_call_set_fields_of_interest_sync' argument 2 names different: declaration 'in_only_fileds' definition 'in_only_fields'.
evolution-data-server-3.4.4/calendar/libegdbus/e-gdbus-cal-view.c:216:73: note: Function 'e_gdbus_cal_view_call_set_fields_of_interest_sync' argument 2 names different: declaration 'in_only_fileds' definition 'in_only_fields'.
evolution-data-server-3.4.4/calendar/libegdbus/e-gdbus-cal.c:1153:1: style: Function 'e_gdbus_cal_emit_get_backend_property_done' argument 4 names different: declaration 'out_prop_value' definition 'out_par'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/calendar/libegdbus/e-gdbus-cal.h:307:124: note: Function 'e_gdbus_cal_emit_get_backend_property_done' argument 4 names different: declaration 'out_prop_value' definition 'out_par'.
evolution-data-server-3.4.4/calendar/libegdbus/e-gdbus-cal.c:1153:1: note: Function 'e_gdbus_cal_emit_get_backend_property_done' argument 4 names different: declaration 'out_prop_value' definition 'out_par'.
evolution-data-server-3.4.4/calendar/libegdbus/e-gdbus-cal.c:1158:1: style: Function 'e_gdbus_cal_emit_get_object_done' argument 4 names different: declaration 'out_object' definition 'out_par'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/calendar/libegdbus/e-gdbus-cal.h:309:115: note: Function 'e_gdbus_cal_emit_get_object_done' argument 4 names different: declaration 'out_object' definition 'out_par'.
evolution-data-server-3.4.4/calendar/libegdbus/e-gdbus-cal.c:1158:1: note: Function 'e_gdbus_cal_emit_get_object_done' argument 4 names different: declaration 'out_object' definition 'out_par'.
evolution-data-server-3.4.4/calendar/libegdbus/e-gdbus-cal.c:1161:1: style: Function 'e_gdbus_cal_emit_get_object_list_done' argument 4 names different: declaration 'out_objects' definition 'out_par'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/calendar/libegdbus/e-gdbus-cal.h:310:127: note: Function 'e_gdbus_cal_emit_get_object_list_done' argument 4 names different: declaration 'out_objects' definition 'out_par'.
evolution-data-server-3.4.4/calendar/libegdbus/e-gdbus-cal.c:1161:1: note: Function 'e_gdbus_cal_emit_get_object_list_done' argument 4 names different: declaration 'out_objects' definition 'out_par'.
evolution-data-server-3.4.4/calendar/libegdbus/e-gdbus-cal.c:1166:1: style: Function 'e_gdbus_cal_emit_create_object_done' argument 4 names different: declaration 'out_uid' definition 'out_par'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/calendar/libegdbus/e-gdbus-cal.h:313:117: note: Function 'e_gdbus_cal_emit_create_object_done' argument 4 names different: declaration 'out_uid' definition 'out_par'.
evolution-data-server-3.4.4/calendar/libegdbus/e-gdbus-cal.c:1166:1: note: Function 'e_gdbus_cal_emit_create_object_done' argument 4 names different: declaration 'out_uid' definition 'out_par'.
evolution-data-server-3.4.4/calendar/libegdbus/e-gdbus-cal.c:1175:1: style: Function 'e_gdbus_cal_emit_send_objects_done' argument 4 names different: declaration 'out_calobj_users' definition 'out_par'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/calendar/libegdbus/e-gdbus-cal.h:317:125: note: Function 'e_gdbus_cal_emit_send_objects_done' argument 4 names different: declaration 'out_calobj_users' definition 'out_par'.
evolution-data-server-3.4.4/calendar/libegdbus/e-gdbus-cal.c:1175:1: note: Function 'e_gdbus_cal_emit_send_objects_done' argument 4 names different: declaration 'out_calobj_users' definition 'out_par'.
evolution-data-server-3.4.4/calendar/libegdbus/e-gdbus-cal.c:1178:1: style: Function 'e_gdbus_cal_emit_get_attachment_uris_done' argument 4 names different: declaration 'out_attachments' definition 'out_par'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/calendar/libegdbus/e-gdbus-cal.h:318:131: note: Function 'e_gdbus_cal_emit_get_attachment_uris_done' argument 4 names different: declaration 'out_attachments' definition 'out_par'.
evolution-data-server-3.4.4/calendar/libegdbus/e-gdbus-cal.c:1178:1: note: Function 'e_gdbus_cal_emit_get_attachment_uris_done' argument 4 names different: declaration 'out_attachments' definition 'out_par'.
evolution-data-server-3.4.4/calendar/libegdbus/e-gdbus-cal.c:1183:1: style: Function 'e_gdbus_cal_emit_get_view_done' argument 4 names different: declaration 'out_view_path' definition 'out_par'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/calendar/libegdbus/e-gdbus-cal.h:320:113: note: Function 'e_gdbus_cal_emit_get_view_done' argument 4 names different: declaration 'out_view_path' definition 'out_par'.
evolution-data-server-3.4.4/calendar/libegdbus/e-gdbus-cal.c:1183:1: note: Function 'e_gdbus_cal_emit_get_view_done' argument 4 names different: declaration 'out_view_path' definition 'out_par'.
evolution-data-server-3.4.4/calendar/libegdbus/e-gdbus-cal.c:1186:1: style: Function 'e_gdbus_cal_emit_get_timezone_done' argument 4 names different: declaration 'out_object' definition 'out_par'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/calendar/libegdbus/e-gdbus-cal.h:321:117: note: Function 'e_gdbus_cal_emit_get_timezone_done' argument 4 names different: declaration 'out_object' definition 'out_par'.
evolution-data-server-3.4.4/calendar/libegdbus/e-gdbus-cal.c:1186:1: note: Function 'e_gdbus_cal_emit_get_timezone_done' argument 4 names different: declaration 'out_object' definition 'out_par'.
evolution-data-server-3.4.4/camel/camel-address.h:23:0: error: #error "Only <camel/camel.h> can be included directly." [preprocessorErrorDirective]
evolution-data-server-3.4.4/camel/camel-block-file.h:22:0: error: #error "Only <camel/camel.h> can be included directly." [preprocessorErrorDirective]
evolution-data-server-3.4.4/camel/camel-certdb.h:24:0: error: #error "Only <camel/camel.h> can be included directly." [preprocessorErrorDirective]
evolution-data-server-3.4.4/camel/camel-iconv.h:24:0: error: #error "Only <camel/camel.h> can be included directly." [preprocessorErrorDirective]
evolution-data-server-3.4.4/camel/camel-cipher-context.h:24:0: error: #error "Only <camel/camel.h> can be included directly." [preprocessorErrorDirective]
evolution-data-server-3.4.4/camel/camel-data-cache.h:24:0: error: #error "Only <camel/camel.h> can be included directly." [preprocessorErrorDirective]
evolution-data-server-3.4.4/camel/camel-data-wrapper.h:26:0: error: #error "Only <camel/camel.h> can be included directly." [preprocessorErrorDirective]
evolution-data-server-3.4.4/camel/camel-db.h:4:0: error: #error "Only <camel/camel.h> can be included directly." [preprocessorErrorDirective]
evolution-data-server-3.4.4/camel/camel-debug.h:23:0: error: #error "Only <camel/camel.h> can be included directly." [preprocessorErrorDirective]
evolution-data-server-3.4.4/camel/camel-disco-diary.h:25:0: error: #error "Only <camel/camel.h> can be included directly." [preprocessorErrorDirective]
evolution-data-server-3.4.4/camel/camel-enums.h:20:0: error: #error "Only <camel/camel.h> can be included directly." [preprocessorErrorDirective]
evolution-data-server-3.4.4/camel/camel-file-utils.h:27:0: error: #error "Only <camel/camel.h> can be included directly." [preprocessorErrorDirective]
evolution-data-server-3.4.4/camel/camel-folder-search.h:23:0: error: #error "Only <camel/camel.h> can be included directly." [preprocessorErrorDirective]
evolution-data-server-3.4.4/camel/camel-folder-thread.h:23:0: error: #error "Only <camel/camel.h> can be included directly." [preprocessorErrorDirective]
evolution-data-server-3.4.4/camel/camel-html-parser.h:29:0: error: #error "Only <camel/camel.h> can be included directly." [preprocessorErrorDirective]
evolution-data-server-3.4.4/camel/camel-http-stream.h:26:0: error: #error "Only <camel/camel.h> can be included directly." [preprocessorErrorDirective]
evolution-data-server-3.4.4/camel/camel-object.h:26:0: error: #error "Only <camel/camel.h> can be included directly." [preprocessorErrorDirective]
evolution-data-server-3.4.4/camel/camel-index.h:22:0: error: #error "Only <camel/camel.h> can be included directly." [preprocessorErrorDirective]
evolution-data-server-3.4.4/camel/camel-internet-address.h:23:0: error: #error "Only <camel/camel.h> can be included directly." [preprocessorErrorDirective]
evolution-data-server-3.4.4/camel/camel-junk-filter.h:20:0: error: #error "Only <camel/camel.h> can be included directly." [preprocessorErrorDirective]
evolution-data-server-3.4.4/camel/camel-local-settings.h:20:0: error: #error "Only <camel/camel.h> can be included directly." [preprocessorErrorDirective]
evolution-data-server-3.4.4/camel/camel-lock-client.h:25:0: error: #error "Only <camel/camel.h> can be included directly." [preprocessorErrorDirective]
evolution-data-server-3.4.4/camel/camel-lock-helper.h:25:0: error: #error "Only <camel/camel.h> can be included directly." [preprocessorErrorDirective]
evolution-data-server-3.4.4/camel/camel-lock.h:23:0: error: #error "Only <camel/camel.h> can be included directly." [preprocessorErrorDirective]
evolution-data-server-3.4.4/camel/camel-marshal.c:56:60: style: Function 'camel_marshal_VOID__STRING_INT' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/camel/camel-marshal.h:11:59: note: Function 'camel_marshal_VOID__STRING_INT' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
evolution-data-server-3.4.4/camel/camel-marshal.c:56:60: note: Function 'camel_marshal_VOID__STRING_INT' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
evolution-data-server-3.4.4/camel/camel-marshal.c:59:63: style: Function 'camel_marshal_VOID__STRING_INT' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/camel/camel-marshal.h:14:59: note: Function 'camel_marshal_VOID__STRING_INT' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
evolution-data-server-3.4.4/camel/camel-marshal.c:59:63: note: Function 'camel_marshal_VOID__STRING_INT' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
evolution-data-server-3.4.4/camel/camel-marshal.c:93:64: style: Function 'camel_marshal_VOID__STRING_POINTER' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/camel/camel-marshal.h:20:63: note: Function 'camel_marshal_VOID__STRING_POINTER' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
evolution-data-server-3.4.4/camel/camel-marshal.c:93:64: note: Function 'camel_marshal_VOID__STRING_POINTER' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
evolution-data-server-3.4.4/camel/camel-marshal.c:96:67: style: Function 'camel_marshal_VOID__STRING_POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/camel/camel-marshal.h:23:63: note: Function 'camel_marshal_VOID__STRING_POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
evolution-data-server-3.4.4/camel/camel-marshal.c:96:67: note: Function 'camel_marshal_VOID__STRING_POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
evolution-data-server-3.4.4/camel/camel-marshal.c:130:64: style: Function 'camel_marshal_VOID__OBJECT_POINTER' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/camel/camel-marshal.h:29:63: note: Function 'camel_marshal_VOID__OBJECT_POINTER' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
evolution-data-server-3.4.4/camel/camel-marshal.c:130:64: note: Function 'camel_marshal_VOID__OBJECT_POINTER' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
evolution-data-server-3.4.4/camel/camel-marshal.c:133:67: style: Function 'camel_marshal_VOID__OBJECT_POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/camel/camel-marshal.h:32:63: note: Function 'camel_marshal_VOID__OBJECT_POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
evolution-data-server-3.4.4/camel/camel-marshal.c:133:67: note: Function 'camel_marshal_VOID__OBJECT_POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
evolution-data-server-3.4.4/camel/camel-medium.h:27:0: error: #error "Only <camel/camel.h> can be included directly." [preprocessorErrorDirective]
evolution-data-server-3.4.4/camel/camel-memchunk.h:23:0: error: #error "Only <camel/camel.h> can be included directly." [preprocessorErrorDirective]
evolution-data-server-3.4.4/camel/camel-mempool.h:22:0: error: #error "Only <camel/camel.h> can be included directly." [preprocessorErrorDirective]
evolution-data-server-3.4.4/camel/camel-mime-filter-basic.h:23:0: error: #error "Only <camel/camel.h> can be included directly." [preprocessorErrorDirective]
evolution-data-server-3.4.4/camel/camel-mime-filter-bestenc.h:23:0: error: #error "Only <camel/camel.h> can be included directly." [preprocessorErrorDirective]
evolution-data-server-3.4.4/camel/camel-mime-filter-canon.h:24:0: error: #error "Only <camel/camel.h> can be included directly." [preprocessorErrorDirective]
evolution-data-server-3.4.4/camel/camel-charset-map.h:23:0: error: #error "Only <camel/camel.h> can be included directly." [preprocessorErrorDirective]
evolution-data-server-3.4.4/camel/camel-mime-filter-crlf.h:24:0: error: #error "Only <camel/camel.h> can be included directly." [preprocessorErrorDirective]
evolution-data-server-3.4.4/camel/camel-mime-filter-enriched.h:24:0: error: #error "Only <camel/camel.h> can be included directly." [preprocessorErrorDirective]
evolution-data-server-3.4.4/camel/camel-mime-filter-from.h:23:0: error: #error "Only <camel/camel.h> can be included directly." [preprocessorErrorDirective]
evolution-data-server-3.4.4/camel/camel-mime-filter-gzip.h:24:0: error: #error "Only <camel/camel.h> can be included directly." [preprocessorErrorDirective]
evolution-data-server-3.4.4/camel/camel-mime-filter-index.h:23:0: error: #error "Only <camel/camel.h> can be included directly." [preprocessorErrorDirective]
evolution-data-server-3.4.4/camel/camel-mime-filter-linewrap.h:23:0: error: #error "Only <camel/camel.h> can be included directly." [preprocessorErrorDirective]
evolution-data-server-3.4.4/camel/camel-mime-filter-pgp.h:23:0: error: #error "Only <camel/camel.h> can be included directly." [preprocessorErrorDirective]
evolution-data-server-3.4.4/camel/camel-mime-filter-progress.h:24:0: error: #error "Only <camel/camel.h> can be included directly." [preprocessorErrorDirective]
evolution-data-server-3.4.4/camel/camel-mime-filter-save.h:24:0: error: #error "Only <camel/camel.h> can be included directly." [preprocessorErrorDirective]
evolution-data-server-3.4.4/camel/camel-mime-filter-tohtml.h:24:0: error: #error "Only <camel/camel.h> can be included directly." [preprocessorErrorDirective]
evolution-data-server-3.4.4/camel/camel-mime-filter-yenc.h:24:0: error: #error "Only <camel/camel.h> can be included directly." [preprocessorErrorDirective]
evolution-data-server-3.4.4/camel/camel-mime-filter.h:25:0: error: #error "Only <camel/camel.h> can be included directly." [preprocessorErrorDirective]
evolution-data-server-3.4.4/camel/camel-msgport.h:22:0: error: #error "Only <camel/camel.h> can be included directly." [preprocessorErrorDirective]
evolution-data-server-3.4.4/camel/camel-mime-part.h:27:0: error: #error "Only <camel/camel.h> can be included directly." [preprocessorErrorDirective]
evolution-data-server-3.4.4/camel/camel-network-service.h:20:0: error: #error "Only <camel/camel.h> can be included directly." [preprocessorErrorDirective]
evolution-data-server-3.4.4/camel/camel-network-settings.h:20:0: error: #error "Only <camel/camel.h> can be included directly." [preprocessorErrorDirective]
evolution-data-server-3.4.4/camel/camel-mime-utils.h:24:0: error: #error "Only <camel/camel.h> can be included directly." [preprocessorErrorDirective]
evolution-data-server-3.4.4/camel/camel-object-bag.h:23:0: error: #error "Only <camel/camel.h> can be included directly." [preprocessorErrorDirective]
evolution-data-server-3.4.4/camel/camel-offline-settings.h:20:0: error: #error "Only <camel/camel.h> can be included directly." [preprocessorErrorDirective]
evolution-data-server-3.4.4/camel/camel-folder.h:26:0: error: #error "Only <camel/camel.h> can be included directly." [preprocessorErrorDirective]
evolution-data-server-3.4.4/camel/camel-provider.h:28:0: error: #error "Only <camel/camel.h> can be included directly." [preprocessorErrorDirective]
evolution-data-server-3.4.4/camel/camel-net-utils.h:24:0: error: #error "Only <camel/camel.h> can be included directly." [preprocessorErrorDirective]
evolution-data-server-3.4.4/camel/camel-sasl-popb4smtp.h:24:0: error: #error "Only <camel/camel.h> can be included directly." [preprocessorErrorDirective]
evolution-data-server-3.4.4/camel/camel-mime-message.h:25:0: error: #error "Only <camel/camel.h> can be included directly." [preprocessorErrorDirective]
evolution-data-server-3.4.4/camel/camel-search-sql-sexp.h:23:0: error: #error "Only <camel/camel.h> can be included directly." [preprocessorErrorDirective]
evolution-data-server-3.4.4/camel/camel-search-sql.h:23:0: error: #error "Only <camel/camel.h> can be included directly." [preprocessorErrorDirective]
evolution-data-server-3.4.4/camel/camel-settings.h:20:0: error: #error "Only <camel/camel.h> can be included directly." [preprocessorErrorDirective]
evolution-data-server-3.4.4/camel/camel-sexp.h:6:0: error: #error "Only <camel/camel.h> can be included directly." [preprocessorErrorDirective]
evolution-data-server-3.4.4/camel/camel-store-settings.h:20:0: error: #error "Only <camel/camel.h> can be included directly." [preprocessorErrorDirective]
evolution-data-server-3.4.4/camel/camel-stream-buffer.h:27:0: error: #error "Only <camel/camel.h> can be included directly." [preprocessorErrorDirective]
evolution-data-server-3.4.4/camel/camel-stream-filter.h:23:0: error: #error "Only <camel/camel.h> can be included directly." [preprocessorErrorDirective]
evolution-data-server-3.4.4/camel/camel-stream-mem.h:26:0: error: #error "Only <camel/camel.h> can be included directly." [preprocessorErrorDirective]
evolution-data-server-3.4.4/camel/camel-stream-null.h:23:0: error: #error "Only <camel/camel.h> can be included directly." [preprocessorErrorDirective]
evolution-data-server-3.4.4/camel/camel-string-utils.h:24:0: error: #error "Only <camel/camel.h> can be included directly." [preprocessorErrorDirective]
evolution-data-server-3.4.4/camel/camel-subscribable.h:20:0: error: #error "Only <camel/camel.h> can be included directly." [preprocessorErrorDirective]
evolution-data-server-3.4.4/camel/camel-trie.h:22:0: error: #error "Only <camel/camel.h> can be included directly." [preprocessorErrorDirective]
evolution-data-server-3.4.4/camel/camel-utf8.h:24:0: error: #error "Only <camel/camel.h> can be included directly." [preprocessorErrorDirective]
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-command.c:95:10: style: The scope of the variable 'ap' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-command.c:692:9: style: The scope of the variable 'resp' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-command.c:832:9: style: The scope of the variable 'status' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-folder.c:4255:4: style: Variable 'custom_flags' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-folder.c:4247:0: note: Variable 'custom_flags' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-folder.c:4255:4: note: Variable 'custom_flags' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-folder.c:857:15: style: Same expression on both sides of '&&' because the value of 'msgs' and 'unseen' are the same. [duplicateExpression]
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-folder.c:831:26: note: 'msgs' is assigned value 'NULL' here.
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-folder.c:831:42: note: 'unseen' is assigned value 'NULL' here.
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-folder.c:857:15: note: Same expression on both sides of '&&' because the value of 'msgs' and 'unseen' are the same.
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-folder.c:1371:9: style: The scope of the variable 'uid' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-folder.c:1628:26: style: The scope of the variable 'uid' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-folder.c:1944:21: style: The scope of the variable 'response' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-folder.c:1946:9: style: The scope of the variable 'set' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-folder.c:2191:10: style: The scope of the variable 'uidset' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-folder.c:2215:10: style: The scope of the variable 'uidset' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-folder.c:2247:10: style: The scope of the variable 'uidset' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-folder.c:2592:20: style: The scope of the variable 'message' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-folder.c:2593:20: style: The scope of the variable 'mi' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-folder.c:2594:9: style: The scope of the variable 'uid' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-folder.c:2853:9: style: The scope of the variable 'uidset' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-folder.c:3922:14: style: The scope of the variable 'es' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-folder.c:4376:16: style: The scope of the variable 'uid' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-folder.c:4462:9: style: The scope of the variable 'found_uid' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-folder.c:2659:31: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-folder.c:4546:30: style: Function 'parse_fetch_response' argument 2 names different: declaration 'msg_att' definition 'response'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-folder.c:128:74: note: Function 'parse_fetch_response' argument 2 names different: declaration 'msg_att' definition 'response'.
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-folder.c:4546:30: note: Function 'parse_fetch_response' argument 2 names different: declaration 'msg_att' definition 'response'.
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-journal.c:299:10: style: The scope of the variable 'msg' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-journal.c:492:45: style: Function 'camel_imap_journal_uidmap_add' argument 3 names different: declaration 'n_uid' definition 'new_uid'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-journal.h:95:21: note: Function 'camel_imap_journal_uidmap_add' argument 3 names different: declaration 'n_uid' definition 'new_uid'.
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-journal.c:492:45: note: Function 'camel_imap_journal_uidmap_add' argument 3 names different: declaration 'n_uid' definition 'new_uid'.
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-message-cache.c:558:9: style: The scope of the variable 'key' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-message-cache.c:558:15: style: The scope of the variable 'path' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-message-cache.c:559:15: style: The scope of the variable 'stream' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-message-cache.c:632:9: style: The scope of the variable 'part' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-message-cache.c:686:22: style: The scope of the variable 'parts_list' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-settings.c:1021:49: style: Function 'camel_imap_settings_set_namespace' argument 2 names different: declaration 'namespace_' definition 'namespace'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-settings.h:105:20: note: Function 'camel_imap_settings_set_namespace' argument 2 names different: declaration 'namespace_' definition 'namespace'.
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-settings.c:1021:49: note: Function 'camel_imap_settings_set_namespace' argument 2 names different: declaration 'namespace_' definition 'namespace'.
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-store-summary.c:404:4: warning: Either the condition 'prev' is redundant or there is possible null pointer dereference: prev. [nullPointerRedundantCheck]
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-store-summary.c:398:11: note: Assuming that condition 'prev' is not redundant
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-store-summary.c:404:4: note: Null pointer dereference
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-store-summary.c:112:22: style: The scope of the variable 'info' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-store-summary.c:132:16: style: The scope of the variable 'p' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-store-summary.c:134:15: style: The scope of the variable 'f' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-store-summary.c:248:54: style: Function 'camel_imap_store_summary_add_from_full' argument 2 names different: declaration 'full_name' definition 'full'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-store-summary.h:102:100: note: Function 'camel_imap_store_summary_add_from_full' argument 2 names different: declaration 'full_name' definition 'full'.
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-store-summary.c:248:54: note: Function 'camel_imap_store_summary_add_from_full' argument 2 names different: declaration 'full_name' definition 'full'.
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-store-summary.c:480:60: style: Function 'camel_imap_store_summary_namespace_find_full' argument 2 names different: declaration 'full_name' definition 'full'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-store-summary.h:95:111: note: Function 'camel_imap_store_summary_namespace_find_full' argument 2 names different: declaration 'full_name' definition 'full'.
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-store-summary.c:480:60: note: Function 'camel_imap_store_summary_namespace_find_full' argument 2 names different: declaration 'full_name' definition 'full'.
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-store-summary.c:137:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-store-summary.c:178:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-store-summary.c:198:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-store-summary.c:260:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-store.c:3278:18: style: Condition 'local_error!=NULL' is always false [knownConditionTrueFalse]
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-store.c:3257:24: note: Assignment 'local_error=NULL', assigned value is 0
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-store.c:3278:18: note: Condition 'local_error!=NULL' is always false
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-store.c:909:12: style: The scope of the variable 'sep' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-store.c:1231:24: style: The scope of the variable 'authtype' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-store.c:1917:18: style: The scope of the variable 'name' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-store.c:2093:11: style: The scope of the variable 'resp' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-store.c:2327:18: style: The scope of the variable 'si' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-store.c:2358:18: style: The scope of the variable 'si' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-store.c:2514:21: style: The scope of the variable 'resp' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-store.c:2400:45: style: Function 'imap_store_rename_folder_sync' argument 3 names different: declaration 'new_name' definition 'new_name_in'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-store.c:78:103: note: Function 'imap_store_rename_folder_sync' argument 3 names different: declaration 'new_name' definition 'new_name_in'.
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-store.c:2400:45: note: Function 'imap_store_rename_folder_sync' argument 3 names different: declaration 'new_name' definition 'new_name_in'.
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-store.c:2778:32: style: Function 'get_folders_sync' argument 2 names different: declaration 'pattern' definition 'ppattern'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-store.c:83:76: note: Function 'get_folders_sync' argument 2 names different: declaration 'pattern' definition 'ppattern'.
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-store.c:2778:32: note: Function 'get_folders_sync' argument 2 names different: declaration 'pattern' definition 'ppattern'.
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-store.c:3163:36: error: Uninitialized variable: name [uninitvar]
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-summary.c:114:13: style: Same expression on both sides of '<'. [duplicateExpression]
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-summary.c:201:24: style: The scope of the variable 'iinfo' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-utils.c:59:15: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR' is always true. [redundantCondition]
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-utils.c:1439:2: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-utils.c:1435:0: note: Variable 'p' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-utils.c:1439:2: note: Variable 'p' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-utils.c:858:9: style: The scope of the variable 'name' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-utils.c:858:16: style: The scope of the variable 'value' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-utils.c:1123:27: style: The scope of the variable 'child' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-wrapper.c:182:2: style: Variable 'sync_offline' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-wrapper.c:175:0: note: Variable 'sync_offline' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/camel/providers/imap/camel-imap-wrapper.c:182:2: note: Variable 'sync_offline' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-command.c:65:10: style: The scope of the variable 'ap' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-command.c:225:10: style: The scope of the variable 'ap' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-conn-manager.c:534:3: style: Variable 'jinfo' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-conn-manager.c:532:0: note: Variable 'jinfo' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-conn-manager.c:534:3: note: Variable 'jinfo' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-conn-manager.c:709:61: style: Function 'camel_imapx_conn_manager_update_con_info' argument 2 names different: declaration 'server' definition 'is'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-conn-manager.h:75:26: note: Function 'camel_imapx_conn_manager_update_con_info' argument 2 names different: declaration 'server' definition 'is'.
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-conn-manager.c:709:61: note: Function 'camel_imapx_conn_manager_update_con_info' argument 2 names different: declaration 'server' definition 'is'.
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-folder.c:502:20: style: The scope of the variable 'server' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-folder.c:53:37: style: Function 'camel_imapx_folder_new' argument 1 names different: declaration 'parent' definition 'store'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-folder.h:80:52: note: Function 'camel_imapx_folder_new' argument 1 names different: declaration 'parent' definition 'store'.
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-folder.c:53:37: note: Function 'camel_imapx_folder_new' argument 1 names different: declaration 'parent' definition 'store'.
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-folder.c:54:38: style: Function 'camel_imapx_folder_new' argument 2 names different: declaration 'path' definition 'folder_dir'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-folder.h:81:21: note: Function 'camel_imapx_folder_new' argument 2 names different: declaration 'path' definition 'folder_dir'.
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-folder.c:54:38: note: Function 'camel_imapx_folder_new' argument 2 names different: declaration 'path' definition 'folder_dir'.
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-folder.c:55:38: style: Function 'camel_imapx_folder_new' argument 3 names different: declaration 'raw' definition 'folder_name'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-folder.h:82:21: note: Function 'camel_imapx_folder_new' argument 3 names different: declaration 'raw' definition 'folder_name'.
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-folder.c:55:38: note: Function 'camel_imapx_folder_new' argument 3 names different: declaration 'raw' definition 'folder_name'.
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-server.c:1224:3: style: Variable 'nsl' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-server.c:1222:0: note: Variable 'nsl' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-server.c:1224:3: note: Variable 'nsl' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-server.c:1159:4: style: Variable 'uid' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-server.c:1157:0: note: Variable 'uid' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-server.c:1159:4: note: Variable 'uid' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-server.c:2382:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-server.c:2378:0: note: Variable 'ret' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-server.c:2382:2: note: Variable 'ret' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-server.c:3212:3: style: Variable 'nsl' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-server.c:3207:0: note: Variable 'nsl' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-server.c:3212:3: note: Variable 'nsl' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-server.c:3213:3: style: Variable 'ns' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-server.c:3208:0: note: Variable 'ns' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-server.c:3213:3: note: Variable 'ns' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-server.c:4817:2: style: Variable 'encoded_fname' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-server.c:4812:0: note: Variable 'encoded_fname' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-server.c:4817:2: note: Variable 'encoded_fname' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-server.c:4874:2: style: Variable 'encoded_fname' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-server.c:4869:0: note: Variable 'encoded_fname' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-server.c:4874:2: note: Variable 'encoded_fname' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-server.c:4923:2: style: Variable 'encoded_fname' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-server.c:4918:0: note: Variable 'encoded_fname' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-server.c:4923:2: note: Variable 'encoded_fname' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-server.c:4980:2: style: Variable 'en_ofname' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-server.c:4972:0: note: Variable 'en_ofname' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-server.c:4980:2: note: Variable 'en_ofname' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-server.c:4981:2: style: Variable 'en_nfname' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-server.c:4972:0: note: Variable 'en_nfname' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-server.c:4981:2: note: Variable 'en_nfname' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-server.c:5802:2: style: Variable 'cache_file' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-server.c:5795:0: note: Variable 'cache_file' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-server.c:5802:2: note: Variable 'cache_file' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-server.c:5880:2: style: Variable 'uid' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-server.c:5864:0: note: Variable 'uid' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-server.c:5880:2: note: Variable 'uid' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-server.c:1743:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-server.c:2594:10: style: The scope of the variable 'firstuid' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-server.c:2594:21: style: The scope of the variable 'lastuid' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-server.c:3913:26: style: The scope of the variable 'info' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-server.c:2537:24: style: Function 'imapx_select' argument 3 names different: declaration 'force' definition 'forced'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-server.c:296:83: note: Function 'imapx_select' argument 3 names different: declaration 'force' definition 'forced'.
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-server.c:2537:24: note: Function 'imapx_select' argument 3 names different: declaration 'force' definition 'forced'.
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-server.c:4909:9: error: Uninitialized variable: success [uninitvar]
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-settings.c:1000:48: style: Function 'camel_imapx_settings_set_mobile_mode' argument 2 names different: declaration 'mobile' definition 'mobile_mode'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-settings.h:103:17: note: Function 'camel_imapx_settings_set_mobile_mode' argument 2 names different: declaration 'mobile' definition 'mobile_mode'.
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-settings.c:1000:48: note: Function 'camel_imapx_settings_set_mobile_mode' argument 2 names different: declaration 'mobile' definition 'mobile_mode'.
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-settings.c:1070:50: style: Function 'camel_imapx_settings_set_namespace' argument 2 names different: declaration 'namespace_' definition 'namespace'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-settings.h:110:21: note: Function 'camel_imapx_settings_set_namespace' argument 2 names different: declaration 'namespace_' definition 'namespace'.
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-settings.c:1070:50: note: Function 'camel_imapx_settings_set_namespace' argument 2 names different: declaration 'namespace_' definition 'namespace'.
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-store-summary.c:125:23: style: The scope of the variable 'info' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-store-summary.c:229:55: style: Function 'camel_imapx_store_summary_add_from_full' argument 2 names different: declaration 'full_name' definition 'full'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-store-summary.h:130:21: note: Function 'camel_imapx_store_summary_add_from_full' argument 2 names different: declaration 'full_name' definition 'full'.
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-store-summary.c:229:55: note: Function 'camel_imapx_store_summary_add_from_full' argument 2 names different: declaration 'full_name' definition 'full'.
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-store-summary.c:374:61: style: Function 'camel_imapx_store_summary_namespace_find_full' argument 2 names different: declaration 'full_name' definition 'full'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-store-summary.h:111:21: note: Function 'camel_imapx_store_summary_namespace_find_full' argument 2 names different: declaration 'full_name' definition 'full'.
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-store-summary.c:374:61: note: Function 'camel_imapx_store_summary_namespace_find_full' argument 2 names different: declaration 'full_name' definition 'full'.
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-store-summary.c:173:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-store-summary.c:241:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-store.c:176:2: style: Variable 'server' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-store.c:172:0: note: Variable 'server' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-store.c:176:2: note: Variable 'server' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-store.c:910:2: style: Variable 'nsl' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-store.c:907:0: note: Variable 'nsl' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-store.c:910:2: note: Variable 'nsl' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-store.c:267:24: style: The scope of the variable 'authtype' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-store.c:648:18: style: The scope of the variable 'si' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-store.c:812:25: style: The scope of the variable 'sfi' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-store.c:813:10: style: The scope of the variable 'path' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-store.c:1019:20: style: The scope of the variable 'fi' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-store.c:167:48: style: Function 'camel_imapx_store_get_server' argument 1 names different: declaration 'store' definition 'istore'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-store.h:90:50: note: Function 'camel_imapx_store_get_server' argument 1 names different: declaration 'store' definition 'istore'.
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-store.c:167:48: note: Function 'camel_imapx_store_get_server' argument 1 names different: declaration 'store' definition 'istore'.
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-stream.c:632:7: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-stream.c:314:35: style: Function 'camel_imapx_stream_atom' argument 2 names different: declaration 'start' definition 'data'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-stream.h:121:17: note: Function 'camel_imapx_stream_atom' argument 2 names different: declaration 'start' definition 'data'.
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-stream.c:314:35: note: Function 'camel_imapx_stream_atom' argument 2 names different: declaration 'start' definition 'data'.
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-stream.c:315:33: style: Function 'camel_imapx_stream_atom' argument 3 names different: declaration 'len' definition 'lenp'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-stream.h:122:15: note: Function 'camel_imapx_stream_atom' argument 3 names different: declaration 'len' definition 'lenp'.
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-stream.c:315:33: note: Function 'camel_imapx_stream_atom' argument 3 names different: declaration 'len' definition 'lenp'.
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-stream.c:347:38: style: Function 'camel_imapx_stream_astring' argument 2 names different: declaration 'start' definition 'data'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-stream.h:127:17: note: Function 'camel_imapx_stream_astring' argument 2 names different: declaration 'start' definition 'data'.
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-stream.c:347:38: note: Function 'camel_imapx_stream_astring' argument 2 names different: declaration 'start' definition 'data'.
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-stream.c:394:38: style: Function 'camel_imapx_stream_nstring' argument 2 names different: declaration 'start' definition 'data'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-stream.h:132:17: note: Function 'camel_imapx_stream_nstring' argument 2 names different: declaration 'start' definition 'data'.
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-stream.c:394:38: note: Function 'camel_imapx_stream_nstring' argument 2 names different: declaration 'start' definition 'data'.
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-stream.c:561:36: style: Function 'camel_imapx_stream_token' argument 2 names different: declaration 'start' definition 'data'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-stream.h:95:17: note: Function 'camel_imapx_stream_token' argument 2 names different: declaration 'start' definition 'data'.
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-stream.c:561:36: note: Function 'camel_imapx_stream_token' argument 2 names different: declaration 'start' definition 'data'.
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-summary.c:118:13: style: Same expression on both sides of '<'. [duplicateExpression]
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-summary.c:221:25: style: The scope of the variable 'iinfo' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-utils.c:2073:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-utils.c:453:2: style: Variable 'nsl' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-utils.c:447:0: note: Variable 'nsl' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-utils.c:453:2: note: Variable 'nsl' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-utils.c:907:4: style: Variable 'tok' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-utils.c:904:4: note: Variable 'tok' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-utils.c:907:4: note: Variable 'tok' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-utils.c:917:4: style: Variable 'tok' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-utils.c:907:4: note: Variable 'tok' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-utils.c:917:4: note: Variable 'tok' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-utils.c:919:4: style: Variable 'tok' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-utils.c:917:4: note: Variable 'tok' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-utils.c:919:4: note: Variable 'tok' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-utils.c:1056:2: style: Variable 'tok' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-utils.c:1051:2: note: Variable 'tok' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-utils.c:1056:2: note: Variable 'tok' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-utils.c:1058:2: style: Variable 'tok' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-utils.c:1056:2: note: Variable 'tok' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-utils.c:1058:2: note: Variable 'tok' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-utils.c:1165:4: style: Variable 'minfo' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-utils.c:1162:0: note: Variable 'minfo' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-utils.c:1165:4: note: Variable 'minfo' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-utils.c:2015:2: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-utils.c:2011:0: note: Variable 'p' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-utils.c:2015:2: note: Variable 'p' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-utils.c:135:9: warning: Redundant assignment of 'tok' to itself. [selfAssignment]
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-utils.c:696:9: style: The scope of the variable 'param' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-utils.c:1082:45: style: The scope of the variable 'last' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-utils.c:1434:18: style: The scope of the variable 'p' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-utils.c:1866:16: style: The scope of the variable 'p' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-utils.c:1868:15: style: The scope of the variable 'f' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-utils.c:710:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-utils.c:834:9: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-utils.c:1871:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
evolution-data-server-3.4.4/camel/providers/local/camel-local-folder.c:519:49: style: Function 'camel_local_folder_construct' argument 1 names different: declaration 'local_folder' definition 'lf'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/camel/providers/local/camel-local-folder.h:96:51: note: Function 'camel_local_folder_construct' argument 1 names different: declaration 'local_folder' definition 'lf'.
evolution-data-server-3.4.4/camel/providers/local/camel-local-folder.c:519:49: note: Function 'camel_local_folder_construct' argument 1 names different: declaration 'local_folder' definition 'lf'.
evolution-data-server-3.4.4/camel/providers/local/camel-local-folder.c:679:44: style: Function 'camel_local_folder_lock' argument 1 names different: declaration 'local_folder' definition 'lf'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/camel/providers/local/camel-local-folder.h:108:51: note: Function 'camel_local_folder_lock' argument 1 names different: declaration 'local_folder' definition 'lf'.
evolution-data-server-3.4.4/camel/providers/local/camel-local-folder.c:679:44: note: Function 'camel_local_folder_lock' argument 1 names different: declaration 'local_folder' definition 'lf'.
evolution-data-server-3.4.4/camel/providers/local/camel-local-folder.c:699:46: style: Function 'camel_local_folder_unlock' argument 1 names different: declaration 'local_folder' definition 'lf'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/camel/providers/local/camel-local-folder.h:111:52: note: Function 'camel_local_folder_unlock' argument 1 names different: declaration 'local_folder' definition 'lf'.
evolution-data-server-3.4.4/camel/providers/local/camel-local-folder.c:699:46: note: Function 'camel_local_folder_unlock' argument 1 names different: declaration 'local_folder' definition 'lf'.
evolution-data-server-3.4.4/camel/providers/local/camel-local-provider.c:143:7: style: Redundant condition: c=='/'. 'c!='/' || (c=='/' && last!='/')' is equivalent to 'c!='/' || last!='/'' [redundantCondition]
evolution-data-server-3.4.4/camel/providers/local/camel-local-store.c:440:2: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/camel/providers/local/camel-local-store.c:427:0: note: Variable 'str' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/camel/providers/local/camel-local-store.c:440:2: note: Variable 'str' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/camel/providers/local/camel-local-summary.c:482:9: style: The scope of the variable 'xev' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/local/camel-local-summary.c:631:12: style: The scope of the variable 'val' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/local/camel-maildir-store.c:1050:2: style: Variable 'new_name' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/camel/providers/local/camel-maildir-store.c:1045:0: note: Variable 'new_name' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/camel/providers/local/camel-maildir-store.c:1050:2: note: Variable 'new_name' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/camel/providers/local/camel-maildir-summary.c:280:27: style: The scope of the variable 'mdi' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/local/camel-maildir-summary.c:281:15: style: The scope of the variable 'uid' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/local/camel-maildir-summary.c:538:9: style: The scope of the variable 'p' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/local/camel-maildir-summary.c:735:20: style: The scope of the variable 'info' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/local/camel-maildir-summary.c:736:27: style: The scope of the variable 'mdi' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/local/camel-maildir-summary.c:770:11: style: The scope of the variable 'dest' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/local/camel-maildir-summary.c:532:47: style: Function 'maildir_summary_check' argument 2 names different: declaration 'changeinfo' definition 'changes'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/camel/providers/local/camel-maildir-summary.c:58:83: note: Function 'maildir_summary_check' argument 2 names different: declaration 'changeinfo' definition 'changes'.
evolution-data-server-3.4.4/camel/providers/local/camel-maildir-summary.c:532:47: note: Function 'maildir_summary_check' argument 2 names different: declaration 'changeinfo' definition 'changes'.
evolution-data-server-3.4.4/camel/providers/local/camel-maildir-summary.c:729:46: style: Function 'maildir_summary_sync' argument 3 names different: declaration 'changeinfo' definition 'changes'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/camel/providers/local/camel-maildir-summary.c:59:100: note: Function 'maildir_summary_sync' argument 3 names different: declaration 'changeinfo' definition 'changes'.
evolution-data-server-3.4.4/camel/providers/local/camel-maildir-summary.c:729:46: note: Function 'maildir_summary_sync' argument 3 names different: declaration 'changeinfo' definition 'changes'.
evolution-data-server-3.4.4/camel/providers/local/camel-mbox-store.c:547:2: style: Variable 'root_path' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/camel/providers/local/camel-mbox-store.c:536:0: note: Variable 'root_path' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/camel/providers/local/camel-mbox-store.c:547:2: note: Variable 'root_path' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/camel/providers/local/camel-mbox-store.c:441:17: style: The scope of the variable 'inode' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/local/camel-mbox-summary.c:797:2: style: Variable 'fd' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/camel/providers/local/camel-mbox-summary.c:785:0: note: Variable 'fd' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/camel/providers/local/camel-mbox-summary.c:797:2: note: Variable 'fd' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/camel/providers/local/camel-mbox-summary.c:248:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/local/camel-mbox-summary.c:271:22: style: The scope of the variable 'uid' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/local/camel-mbox-summary.c:362:46: style: Function 'message_info_from_db' argument 2 names different: declaration 'record' definition 'mir'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/camel/providers/local/camel-mbox-summary.c:48:87: note: Function 'message_info_from_db' argument 2 names different: declaration 'record' definition 'mir'.
evolution-data-server-3.4.4/camel/providers/local/camel-mbox-summary.c:362:46: note: Function 'message_info_from_db' argument 2 names different: declaration 'record' definition 'mir'.
evolution-data-server-3.4.4/camel/providers/local/camel-mbox-summary.c:554:44: style: Function 'mbox_summary_check' argument 2 names different: declaration 'changeinfo' definition 'changes'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/camel/providers/local/camel-mbox-summary.c:57:80: note: Function 'mbox_summary_check' argument 2 names different: declaration 'changeinfo' definition 'changes'.
evolution-data-server-3.4.4/camel/providers/local/camel-mbox-summary.c:554:44: note: Function 'mbox_summary_check' argument 2 names different: declaration 'changeinfo' definition 'changes'.
evolution-data-server-3.4.4/camel/providers/local/camel-mbox-summary.c:635:43: style: Function 'mbox_summary_sync_full' argument 1 names different: declaration 'cls' definition 'mbs'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/camel/providers/local/camel-mbox-summary.c:64:55: note: Function 'mbox_summary_sync_full' argument 1 names different: declaration 'cls' definition 'mbs'.
evolution-data-server-3.4.4/camel/providers/local/camel-mbox-summary.c:635:43: note: Function 'mbox_summary_sync_full' argument 1 names different: declaration 'cls' definition 'mbs'.
evolution-data-server-3.4.4/camel/providers/local/camel-mbox-summary.c:774:44: style: Function 'mbox_summary_sync_quick' argument 1 names different: declaration 'cls' definition 'mbs'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/camel/providers/local/camel-mbox-summary.c:63:56: note: Function 'mbox_summary_sync_quick' argument 1 names different: declaration 'cls' definition 'mbs'.
evolution-data-server-3.4.4/camel/providers/local/camel-mbox-summary.c:774:44: note: Function 'mbox_summary_sync_quick' argument 1 names different: declaration 'cls' definition 'mbs'.
evolution-data-server-3.4.4/camel/providers/local/camel-mh-store.c:69:2: style: Variable 'out' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/camel/providers/local/camel-mh-store.c:60:0: note: Variable 'out' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/camel/providers/local/camel-mh-store.c:69:2: note: Variable 'out' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/camel/providers/local/camel-mh-store.c:288:7: style: The scope of the variable 'dp' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/local/camel-mh-store.c:289:17: style: The scope of the variable 'd' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/local/camel-mh-store.c:296:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
evolution-data-server-3.4.4/camel/providers/local/camel-mh-summary.c:124:9: style: The scope of the variable 'name' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/local/camel-mh-summary.c:208:9: style: The scope of the variable 'p' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/local/camel-mh-summary.c:296:25: style: The scope of the variable 'info' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/local/camel-mh-summary.c:289:41: style: Function 'mh_summary_sync' argument 3 names different: declaration 'changeinfo' definition 'changes'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/camel/providers/local/camel-mh-summary.c:49:95: note: Function 'mh_summary_sync' argument 3 names different: declaration 'changeinfo' definition 'changes'.
evolution-data-server-3.4.4/camel/providers/local/camel-mh-summary.c:289:41: note: Function 'mh_summary_sync' argument 3 names different: declaration 'changeinfo' definition 'changes'.
evolution-data-server-3.4.4/camel/providers/local/camel-spool-store.c:457:9: style: The scope of the variable 'name' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/local/camel-spool-store.c:200:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
evolution-data-server-3.4.4/camel/providers/local/camel-spool-summary.c:85:39: style: Function 'camel_spool_summary_new' argument 2 names different: declaration 'filename' definition 'mbox_name'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/camel/providers/local/camel-spool-summary.h:65:81: note: Function 'camel_spool_summary_new' argument 2 names different: declaration 'filename' definition 'mbox_name'.
evolution-data-server-3.4.4/camel/providers/local/camel-spool-summary.c:85:39: note: Function 'camel_spool_summary_new' argument 2 names different: declaration 'filename' definition 'mbox_name'.
evolution-data-server-3.4.4/camel/providers/nntp/camel-nntp-folder.c:144:46: style: Function 'camel_nntp_folder_selected' argument 1 names different: declaration 'folder' definition 'nntp_folder'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/camel/providers/nntp/camel-nntp-folder.h:74:55: note: Function 'camel_nntp_folder_selected' argument 1 names different: declaration 'folder' definition 'nntp_folder'.
evolution-data-server-3.4.4/camel/providers/nntp/camel-nntp-folder.c:144:46: note: Function 'camel_nntp_folder_selected' argument 1 names different: declaration 'folder' definition 'nntp_folder'.
evolution-data-server-3.4.4/camel/providers/nntp/camel-nntp-folder.c:284:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
evolution-data-server-3.4.4/camel/providers/nntp/camel-nntp-folder.c:373:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
evolution-data-server-3.4.4/camel/providers/nntp/camel-nntp-folder.c:495:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
evolution-data-server-3.4.4/camel/providers/nntp/camel-nntp-store-summary.c:115:22: style: The scope of the variable 'info' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/nntp/camel-nntp-store-summary.c:135:16: style: The scope of the variable 'p' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/nntp/camel-nntp-store-summary.c:137:15: style: The scope of the variable 'f' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/nntp/camel-nntp-store-summary.c:243:54: style: Function 'camel_nntp_store_summary_add_from_full' argument 2 names different: declaration 'full_name' definition 'full'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/camel/providers/nntp/camel-nntp-store-summary.h:102:100: note: Function 'camel_nntp_store_summary_add_from_full' argument 2 names different: declaration 'full_name' definition 'full'.
evolution-data-server-3.4.4/camel/providers/nntp/camel-nntp-store-summary.c:243:54: note: Function 'camel_nntp_store_summary_add_from_full' argument 2 names different: declaration 'full_name' definition 'full'.
evolution-data-server-3.4.4/camel/providers/nntp/camel-nntp-store.c:198:13: style: The scope of the variable 'p' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/nntp/camel-nntp-store.c:663:9: style: The scope of the variable 'relpath' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/nntp/camel-nntp-store.c:726:18: style: The scope of the variable 'si' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/nntp/camel-nntp-store.c:995:9: style: The scope of the variable 'ptr' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/nntp/camel-nntp-summary.c:459:18: style: The scope of the variable 'msgid' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/pop3/camel-pop3-engine.c:234:20: style: The scope of the variable 'pc' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/providers/pop3/camel-pop3-engine.c:295:46: style: Function 'camel_pop3_engine_iterate' argument 2 names different: declaration 'pc' definition 'pcwait'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/camel/providers/pop3/camel-pop3-engine.h:147:26: note: Function 'camel_pop3_engine_iterate' argument 2 names different: declaration 'pc' definition 'pcwait'.
evolution-data-server-3.4.4/camel/providers/pop3/camel-pop3-engine.c:295:46: note: Function 'camel_pop3_engine_iterate' argument 2 names different: declaration 'pc' definition 'pcwait'.
evolution-data-server-3.4.4/camel/providers/pop3/camel-pop3-folder.c:81:8: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
evolution-data-server-3.4.4/camel/providers/pop3/camel-pop3-store.c:244:2: style: Variable 'sasl' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/camel/providers/pop3/camel-pop3-store.c:232:0: note: Variable 'sasl' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/camel/providers/pop3/camel-pop3-store.c:244:2: note: Variable 'sasl' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/camel/providers/pop3/camel-pop3-store.c:630:2: style: Variable 'types' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/camel/providers/pop3/camel-pop3-store.c:624:0: note: Variable 'types' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/camel/providers/pop3/camel-pop3-store.c:630:2: note: Variable 'types' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/camel/providers/smtp/camel-smtp-transport.c:594:24: style: The scope of the variable 'authtype' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/tests/folder/test1.c:22:9: style: The scope of the variable 'path' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/tests/folder/test10.c:31:14: style: The scope of the variable 'store' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/tests/folder/test10.c:32:16: style: The scope of the variable 'service' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/tests/folder/test10.c:33:15: style: The scope of the variable 'folder' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/tests/folder/test4.c:18:9: style: The scope of the variable 'path' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/tests/folder/test5.c:18:9: style: The scope of the variable 'path' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/tests/folder/test6.c:17:9: style: The scope of the variable 'path' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/tests/folder/test7.c:18:9: style: The scope of the variable 'path' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/tests/folder/test8.c:61:9: style: The scope of the variable 'sub' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/tests/folder/test8.c:61:15: style: The scope of the variable 'content' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/tests/folder/test8.c:62:13: style: The scope of the variable 'res' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/tests/folder/test8.c:63:20: style: The scope of the variable 'msg' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/tests/folder/test9.c:89:20: style: The scope of the variable 'msg' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/tests/lib/camel-test-provider.c:8:9: style: The scope of the variable 'name' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/tests/lib/camel-test-provider.c:8:16: style: The scope of the variable 'path' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/tests/lib/camel-test.c:269:40: style: Function 'camel_test_nonfatal' argument 1 names different: declaration 'why' definition 'what'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/camel/tests/lib/camel-test.h:63:40: note: Function 'camel_test_nonfatal' argument 1 names different: declaration 'why' definition 'what'.
evolution-data-server-3.4.4/camel/tests/lib/camel-test.c:269:40: note: Function 'camel_test_nonfatal' argument 1 names different: declaration 'why' definition 'what'.
evolution-data-server-3.4.4/camel/tests/lib/folders.c:345:14: style: The scope of the variable 'store' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/tests/lib/folders.c:346:16: style: The scope of the variable 'service' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/tests/lib/folders.c:347:15: style: The scope of the variable 'folder' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/tests/lib/folders.c:341:39: style: Function 'test_folder_message_ops' argument 2 names different: declaration 'storename' definition 'name'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/camel/tests/lib/folders.h:15:67: note: Function 'test_folder_message_ops' argument 2 names different: declaration 'storename' definition 'name'.
evolution-data-server-3.4.4/camel/tests/lib/folders.c:341:39: note: Function 'test_folder_message_ops' argument 2 names different: declaration 'storename' definition 'name'.
evolution-data-server-3.4.4/camel/tests/lib/folders.c:343:39: style: Function 'test_folder_message_ops' argument 4 names different: declaration 'foldername' definition 'mailbox'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/camel/tests/lib/folders.h:15:103: note: Function 'test_folder_message_ops' argument 4 names different: declaration 'foldername' definition 'mailbox'.
evolution-data-server-3.4.4/camel/tests/lib/folders.c:343:39: note: Function 'test_folder_message_ops' argument 4 names different: declaration 'foldername' definition 'mailbox'.
evolution-data-server-3.4.4/camel/tests/lib/messages.c:49:20: style: The scope of the variable 'dw' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/tests/lib/messages.c:210:29: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
evolution-data-server-3.4.4/camel/tests/lib/messages.c:237:13: style: Variable 'content' is assigned a value that is never used. [unreadVariable]
evolution-data-server-3.4.4/camel/tests/lib/messages.c:278:6: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
evolution-data-server-3.4.4/camel/tests/message/test2.c:105:9: style: The scope of the variable 'name' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/tests/message/test2.c:106:15: style: The scope of the variable 'charset' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/tests/message/test2.c:108:15: style: The scope of the variable 'enc2' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/tests/message/test2.c:108:31: style: The scope of the variable 'format2' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/tests/mime-filter/test-crlf.c:31:9: style: The scope of the variable 'work' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/tests/misc/split.c:57:38: style: The scope of the variable 'tmp' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/tests/misc/url-scan.c:87:9: style: The scope of the variable 'html' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/tests/misc/url-scan.c:87:16: style: The scope of the variable 'url' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/tests/misc/url.c:75:23: style: The scope of the variable 'url' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/tests/misc/utf7.c:47:9: style: The scope of the variable 'utf8' can be reduced. [variableScope]
evolution-data-server-3.4.4/camel/tests/misc/utf7.c:47:16: style: The scope of the variable 'utf7' can be reduced. [variableScope]
evolution-data-server-3.4.4/libebackend/e-file-cache.c:219:20: style: The scope of the variable 'full_path' can be reduced. [variableScope]
evolution-data-server-3.4.4/libebackend/e-file-cache.c:220:16: style: The scope of the variable 'fname' can be reduced. [variableScope]
evolution-data-server-3.4.4/libedataserver/e-account-list.c:271:12: style: The scope of the variable 'account' can be reduced. [variableScope]
evolution-data-server-3.4.4/libedataserver/e-account-list.c:273:9: style: The scope of the variable 'xmlbuf' can be reduced. [variableScope]
evolution-data-server-3.4.4/libedataserver/e-account-list.c:301:12: style: The scope of the variable 'account' can be reduced. [variableScope]
evolution-data-server-3.4.4/libedataserver/e-account-list.c:225:34: style: Function 'e_account_list_new' argument 1 names different: declaration 'client' definition 'gconf'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/libedataserver/e-account-list.h:85:50: note: Function 'e_account_list_new' argument 1 names different: declaration 'client' definition 'gconf'.
evolution-data-server-3.4.4/libedataserver/e-account-list.c:225:34: note: Function 'e_account_list_new' argument 1 names different: declaration 'client' definition 'gconf'.
evolution-data-server-3.4.4/libedataserver/e-account-list.c:239:40: style: Function 'e_account_list_construct' argument 2 names different: declaration 'client' definition 'gconf'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/libedataserver/e-account-list.h:87:21: note: Function 'e_account_list_construct' argument 2 names different: declaration 'client' definition 'gconf'.
evolution-data-server-3.4.4/libedataserver/e-account-list.c:239:40: note: Function 'e_account_list_construct' argument 2 names different: declaration 'client' definition 'gconf'.
evolution-data-server-3.4.4/libedataserver/e-account-list.c:317:54: style: Function 'e_account_list_remove_account_proxies' argument 1 names different: declaration 'account_list' definition 'accounts'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/libedataserver/e-account-list.h:103:22: note: Function 'e_account_list_remove_account_proxies' argument 1 names different: declaration 'account_list' definition 'accounts'.
evolution-data-server-3.4.4/libedataserver/e-account-list.c:317:54: note: Function 'e_account_list_remove_account_proxies' argument 1 names different: declaration 'account_list' definition 'accounts'.
evolution-data-server-3.4.4/libedataserver/e-account.c:970:14: style: The scope of the variable 'entry' can be reduced. [variableScope]
evolution-data-server-3.4.4/libedataserver/e-account.c:1053:10: style: The scope of the variable 'p' can be reduced. [variableScope]
evolution-data-server-3.4.4/libedataserver/e-account.c:1011:33: style: Function 'e_account_get_string' argument 1 names different: declaration 'account' definition 'ea'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/libedataserver/e-account.h:179:48: note: Function 'e_account_get_string' argument 1 names different: declaration 'account' definition 'ea'.
evolution-data-server-3.4.4/libedataserver/e-account.c:1011:33: note: Function 'e_account_get_string' argument 1 names different: declaration 'account' definition 'ea'.
evolution-data-server-3.4.4/libedataserver/e-account.c:1019:30: style: Function 'e_account_get_int' argument 1 names different: declaration 'account' definition 'ea'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/libedataserver/e-account.h:181:37: note: Function 'e_account_get_int' argument 1 names different: declaration 'account' definition 'ea'.
evolution-data-server-3.4.4/libedataserver/e-account.c:1019:30: note: Function 'e_account_get_int' argument 1 names different: declaration 'account' definition 'ea'.
evolution-data-server-3.4.4/libedataserver/e-account.c:1027:31: style: Function 'e_account_get_bool' argument 1 names different: declaration 'account' definition 'ea'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/libedataserver/e-account.h:183:41: note: Function 'e_account_get_bool' argument 1 names different: declaration 'account' definition 'ea'.
evolution-data-server-3.4.4/libedataserver/e-account.c:1027:31: note: Function 'e_account_get_bool' argument 1 names different: declaration 'account' definition 'ea'.
evolution-data-server-3.4.4/libedataserver/e-account.c:1049:33: style: Function 'e_account_set_string' argument 1 names different: declaration 'account' definition 'ea'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/libedataserver/e-account.h:185:40: note: Function 'e_account_set_string' argument 1 names different: declaration 'account' definition 'ea'.
evolution-data-server-3.4.4/libedataserver/e-account.c:1049:33: note: Function 'e_account_set_string' argument 1 names different: declaration 'account' definition 'ea'.
evolution-data-server-3.4.4/libedataserver/e-account.c:1051:36: style: Function 'e_account_set_string' argument 3 names different: declaration 'v_string' definition 'val'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/libedataserver/e-account.h:187:21: note: Function 'e_account_set_string' argument 3 names different: declaration 'v_string' definition 'val'.
evolution-data-server-3.4.4/libedataserver/e-account.c:1051:36: note: Function 'e_account_set_string' argument 3 names different: declaration 'v_string' definition 'val'.
evolution-data-server-3.4.4/libedataserver/e-account.c:1073:30: style: Function 'e_account_set_int' argument 1 names different: declaration 'account' definition 'ea'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/libedataserver/e-account.h:188:37: note: Function 'e_account_set_int' argument 1 names different: declaration 'account' definition 'ea'.
evolution-data-server-3.4.4/libedataserver/e-account.c:1073:30: note: Function 'e_account_set_int' argument 1 names different: declaration 'account' definition 'ea'.
evolution-data-server-3.4.4/libedataserver/e-account.c:1075:25: style: Function 'e_account_set_int' argument 3 names different: declaration 'v_int' definition 'val'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/libedataserver/e-account.h:190:13: note: Function 'e_account_set_int' argument 3 names different: declaration 'v_int' definition 'val'.
evolution-data-server-3.4.4/libedataserver/e-account.c:1075:25: note: Function 'e_account_set_int' argument 3 names different: declaration 'v_int' definition 'val'.
evolution-data-server-3.4.4/libedataserver/e-account.c:1093:31: style: Function 'e_account_set_bool' argument 1 names different: declaration 'account' definition 'ea'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/libedataserver/e-account.h:191:38: note: Function 'e_account_set_bool' argument 1 names different: declaration 'account' definition 'ea'.
evolution-data-server-3.4.4/libedataserver/e-account.c:1093:31: note: Function 'e_account_set_bool' argument 1 names different: declaration 'account' definition 'ea'.
evolution-data-server-3.4.4/libedataserver/e-account.c:1095:30: style: Function 'e_account_set_bool' argument 3 names different: declaration 'v_bool' definition 'val'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/libedataserver/e-account.h:193:17: note: Function 'e_account_set_bool' argument 3 names different: declaration 'v_bool' definition 'val'.
evolution-data-server-3.4.4/libedataserver/e-account.c:1095:30: note: Function 'e_account_set_bool' argument 3 names different: declaration 'v_bool' definition 'val'.
evolution-data-server-3.4.4/libedataserver/e-account.c:1113:38: style: Function 'e_account_writable_option' argument 1 names different: declaration 'account' definition 'ea'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/libedataserver/e-account.h:196:47: note: Function 'e_account_writable_option' argument 1 names different: declaration 'account' definition 'ea'.
evolution-data-server-3.4.4/libedataserver/e-account.c:1113:38: note: Function 'e_account_writable_option' argument 1 names different: declaration 'account' definition 'ea'.
evolution-data-server-3.4.4/libedataserver/e-account.c:1138:31: style: Function 'e_account_writable' argument 1 names different: declaration 'account' definition 'ea'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/libedataserver/e-account.h:194:41: note: Function 'e_account_writable' argument 1 names different: declaration 'account' definition 'ea'.
evolution-data-server-3.4.4/libedataserver/e-account.c:1138:31: note: Function 'e_account_writable' argument 1 names different: declaration 'account' definition 'ea'.
evolution-data-server-3.4.4/libedataserver/e-account.c:1122:8: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
evolution-data-server-3.4.4/libedataserver/e-categories.c:418:9: style: The scope of the variable 'basename' can be reduced. [variableScope]
evolution-data-server-3.4.4/libedataserver/e-client.c:775:3: warning: Either the condition 'ids_list!=NULL' is redundant or there is possible null pointer dereference: ids. [nullPointerRedundantCheck]
evolution-data-server-3.4.4/libedataserver/e-client.c:773:29: note: Assuming that condition 'ids_list!=NULL' is not redundant
evolution-data-server-3.4.4/libedataserver/e-client.c:771:17: note: Assignment 'ids=ids_list', assigned value is 0
evolution-data-server-3.4.4/libedataserver/e-client.c:775:3: note: Null pointer dereference
evolution-data-server-3.4.4/libedataserver/e-client.c:1889:36: warning: Either the condition 'data!=NULL' is redundant or there is possible null pointer dereference: csd. [nullPointerRedundantCheck]
evolution-data-server-3.4.4/libedataserver/e-client.c:1883:29: note: Assuming that condition 'data!=NULL' is not redundant
evolution-data-server-3.4.4/libedataserver/e-client.c:1880:34: note: Assignment 'csd=data', assigned value is 0
evolution-data-server-3.4.4/libedataserver/e-client.c:1889:36: note: Null pointer dereference
evolution-data-server-3.4.4/libedataserver/e-client.c:1176:2: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/libedataserver/e-client.c:1166:0: note: Variable 'res' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/libedataserver/e-client.c:1176:2: note: Variable 'res' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/libedataserver/e-client.c:1910:2: style: Variable 'system_source' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/libedataserver/e-client.c:1902:0: note: Variable 'system_source' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/libedataserver/e-client.c:1910:2: note: Variable 'system_source' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/libedataserver/e-client.c:964:37: style: Function 'e_client_emit_opened' argument 2 names different: declaration 'error' definition 'dbus_error'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/libedataserver/e-client-private.h:42:61: note: Function 'e_client_emit_opened' argument 2 names different: declaration 'error' definition 'dbus_error'.
evolution-data-server-3.4.4/libedataserver/e-client.c:964:37: note: Function 'e_client_emit_opened' argument 2 names different: declaration 'error' definition 'dbus_error'.
evolution-data-server-3.4.4/libedataserver/e-client.c:2003:46: style: Function 'e_client_finish_async_without_dbus' argument 5 names different: declaration 'soure_tag' definition 'source_tag'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/libedataserver/e-client-private.h:55:146: note: Function 'e_client_finish_async_without_dbus' argument 5 names different: declaration 'soure_tag' definition 'source_tag'.
evolution-data-server-3.4.4/libedataserver/e-client.c:2003:46: note: Function 'e_client_finish_async_without_dbus' argument 5 names different: declaration 'soure_tag' definition 'source_tag'.
evolution-data-server-3.4.4/libedataserver/e-credentials.c:553:3: warning: Either the condition 'pslist!=NULL' is redundant or there is possible null pointer dereference: slist. [nullPointerRedundantCheck]
evolution-data-server-3.4.4/libedataserver/e-credentials.c:550:27: note: Assuming that condition 'pslist!=NULL' is not redundant
evolution-data-server-3.4.4/libedataserver/e-credentials.c:548:19: note: Assignment 'slist=pslist', assigned value is 0
evolution-data-server-3.4.4/libedataserver/e-credentials.c:553:3: note: Null pointer dereference
evolution-data-server-3.4.4/libedataserver/e-credentials.c:80:46: style: Function 'e_credentials_new_strv' argument 1 names different: declaration 'strv' definition 'keys'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/libedataserver/e-credentials.h:148:61: note: Function 'e_credentials_new_strv' argument 1 names different: declaration 'strv' definition 'keys'.
evolution-data-server-3.4.4/libedataserver/e-credentials.c:80:46: note: Function 'e_credentials_new_strv' argument 1 names different: declaration 'strv' definition 'keys'.
evolution-data-server-3.4.4/libedataserver/e-data-server-util.c:715:13: style: The scope of the variable 'ts' can be reduced. [variableScope]
evolution-data-server-3.4.4/libedataserver/e-gdbus-marshallers.c:56:66: style: Function 'e_gdbus_marshallers_BOOLEAN__POINTER' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/libedataserver/e-gdbus-marshallers.h:11:65: note: Function 'e_gdbus_marshallers_BOOLEAN__POINTER' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
evolution-data-server-3.4.4/libedataserver/e-gdbus-marshallers.c:56:66: note: Function 'e_gdbus_marshallers_BOOLEAN__POINTER' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
evolution-data-server-3.4.4/libedataserver/e-gdbus-marshallers.c:59:69: style: Function 'e_gdbus_marshallers_BOOLEAN__POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/libedataserver/e-gdbus-marshallers.h:14:65: note: Function 'e_gdbus_marshallers_BOOLEAN__POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
evolution-data-server-3.4.4/libedataserver/e-gdbus-marshallers.c:59:69: note: Function 'e_gdbus_marshallers_BOOLEAN__POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
evolution-data-server-3.4.4/libedataserver/e-gdbus-marshallers.c:95:65: style: Function 'e_gdbus_marshallers_BOOLEAN__OBJECT' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/libedataserver/e-gdbus-marshallers.h:19:64: note: Function 'e_gdbus_marshallers_BOOLEAN__OBJECT' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
evolution-data-server-3.4.4/libedataserver/e-gdbus-marshallers.c:95:65: note: Function 'e_gdbus_marshallers_BOOLEAN__OBJECT' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
evolution-data-server-3.4.4/libedataserver/e-gdbus-marshallers.c:98:68: style: Function 'e_gdbus_marshallers_BOOLEAN__OBJECT' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/libedataserver/e-gdbus-marshallers.h:22:64: note: Function 'e_gdbus_marshallers_BOOLEAN__OBJECT' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
evolution-data-server-3.4.4/libedataserver/e-gdbus-marshallers.c:98:68: note: Function 'e_gdbus_marshallers_BOOLEAN__OBJECT' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
evolution-data-server-3.4.4/libedataserver/e-gdbus-marshallers.c:134:73: style: Function 'e_gdbus_marshallers_BOOLEAN__OBJECT_BOOLEAN' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/libedataserver/e-gdbus-marshallers.h:27:72: note: Function 'e_gdbus_marshallers_BOOLEAN__OBJECT_BOOLEAN' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
evolution-data-server-3.4.4/libedataserver/e-gdbus-marshallers.c:134:73: note: Function 'e_gdbus_marshallers_BOOLEAN__OBJECT_BOOLEAN' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
evolution-data-server-3.4.4/libedataserver/e-gdbus-marshallers.c:137:76: style: Function 'e_gdbus_marshallers_BOOLEAN__OBJECT_BOOLEAN' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/libedataserver/e-gdbus-marshallers.h:30:72: note: Function 'e_gdbus_marshallers_BOOLEAN__OBJECT_BOOLEAN' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
evolution-data-server-3.4.4/libedataserver/e-gdbus-marshallers.c:137:76: note: Function 'e_gdbus_marshallers_BOOLEAN__OBJECT_BOOLEAN' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
evolution-data-server-3.4.4/libedataserver/e-gdbus-marshallers.c:175:71: style: Function 'e_gdbus_marshallers_BOOLEAN__OBJECT_BOXED' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/libedataserver/e-gdbus-marshallers.h:35:70: note: Function 'e_gdbus_marshallers_BOOLEAN__OBJECT_BOXED' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
evolution-data-server-3.4.4/libedataserver/e-gdbus-marshallers.c:175:71: note: Function 'e_gdbus_marshallers_BOOLEAN__OBJECT_BOXED' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
evolution-data-server-3.4.4/libedataserver/e-gdbus-marshallers.c:178:74: style: Function 'e_gdbus_marshallers_BOOLEAN__OBJECT_BOXED' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/libedataserver/e-gdbus-marshallers.h:38:70: note: Function 'e_gdbus_marshallers_BOOLEAN__OBJECT_BOXED' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
evolution-data-server-3.4.4/libedataserver/e-gdbus-marshallers.c:178:74: note: Function 'e_gdbus_marshallers_BOOLEAN__OBJECT_BOXED' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
evolution-data-server-3.4.4/libedataserver/e-gdbus-marshallers.c:216:72: style: Function 'e_gdbus_marshallers_BOOLEAN__OBJECT_STRING' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/libedataserver/e-gdbus-marshallers.h:43:71: note: Function 'e_gdbus_marshallers_BOOLEAN__OBJECT_STRING' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
evolution-data-server-3.4.4/libedataserver/e-gdbus-marshallers.c:216:72: note: Function 'e_gdbus_marshallers_BOOLEAN__OBJECT_STRING' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
evolution-data-server-3.4.4/libedataserver/e-gdbus-marshallers.c:219:75: style: Function 'e_gdbus_marshallers_BOOLEAN__OBJECT_STRING' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/libedataserver/e-gdbus-marshallers.h:46:71: note: Function 'e_gdbus_marshallers_BOOLEAN__OBJECT_STRING' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
evolution-data-server-3.4.4/libedataserver/e-gdbus-marshallers.c:219:75: note: Function 'e_gdbus_marshallers_BOOLEAN__OBJECT_STRING' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
evolution-data-server-3.4.4/libedataserver/e-gdbus-marshallers.c:257:70: style: Function 'e_gdbus_marshallers_BOOLEAN__OBJECT_UINT' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/libedataserver/e-gdbus-marshallers.h:51:69: note: Function 'e_gdbus_marshallers_BOOLEAN__OBJECT_UINT' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
evolution-data-server-3.4.4/libedataserver/e-gdbus-marshallers.c:257:70: note: Function 'e_gdbus_marshallers_BOOLEAN__OBJECT_UINT' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
evolution-data-server-3.4.4/libedataserver/e-gdbus-marshallers.c:260:73: style: Function 'e_gdbus_marshallers_BOOLEAN__OBJECT_UINT' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/libedataserver/e-gdbus-marshallers.h:54:69: note: Function 'e_gdbus_marshallers_BOOLEAN__OBJECT_UINT' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
evolution-data-server-3.4.4/libedataserver/e-gdbus-marshallers.c:260:73: note: Function 'e_gdbus_marshallers_BOOLEAN__OBJECT_UINT' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
evolution-data-server-3.4.4/libedataserver/e-gdbus-marshallers.c:298:66: style: Function 'e_gdbus_marshallers_VOID__UINT_BOXED' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/libedataserver/e-gdbus-marshallers.h:59:65: note: Function 'e_gdbus_marshallers_VOID__UINT_BOXED' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
evolution-data-server-3.4.4/libedataserver/e-gdbus-marshallers.c:298:66: note: Function 'e_gdbus_marshallers_VOID__UINT_BOXED' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
evolution-data-server-3.4.4/libedataserver/e-gdbus-marshallers.c:301:69: style: Function 'e_gdbus_marshallers_VOID__UINT_BOXED' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/libedataserver/e-gdbus-marshallers.h:62:65: note: Function 'e_gdbus_marshallers_VOID__UINT_BOXED' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
evolution-data-server-3.4.4/libedataserver/e-gdbus-marshallers.c:301:69: note: Function 'e_gdbus_marshallers_VOID__UINT_BOXED' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
evolution-data-server-3.4.4/libedataserver/e-gdbus-marshallers.c:335:73: style: Function 'e_gdbus_marshallers_VOID__UINT_BOXED_STRING' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/libedataserver/e-gdbus-marshallers.h:67:72: note: Function 'e_gdbus_marshallers_VOID__UINT_BOXED_STRING' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
evolution-data-server-3.4.4/libedataserver/e-gdbus-marshallers.c:335:73: note: Function 'e_gdbus_marshallers_VOID__UINT_BOXED_STRING' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
evolution-data-server-3.4.4/libedataserver/e-gdbus-marshallers.c:338:76: style: Function 'e_gdbus_marshallers_VOID__UINT_BOXED_STRING' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/libedataserver/e-gdbus-marshallers.h:70:72: note: Function 'e_gdbus_marshallers_VOID__UINT_BOXED_STRING' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
evolution-data-server-3.4.4/libedataserver/e-gdbus-marshallers.c:338:76: note: Function 'e_gdbus_marshallers_VOID__UINT_BOXED_STRING' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
evolution-data-server-3.4.4/libedataserver/e-gdbus-marshallers.c:374:72: style: Function 'e_gdbus_marshallers_VOID__UINT_BOXED_BOXED' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/libedataserver/e-gdbus-marshallers.h:75:71: note: Function 'e_gdbus_marshallers_VOID__UINT_BOXED_BOXED' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
evolution-data-server-3.4.4/libedataserver/e-gdbus-marshallers.c:374:72: note: Function 'e_gdbus_marshallers_VOID__UINT_BOXED_BOXED' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
evolution-data-server-3.4.4/libedataserver/e-gdbus-marshallers.c:377:75: style: Function 'e_gdbus_marshallers_VOID__UINT_BOXED_BOXED' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/libedataserver/e-gdbus-marshallers.h:78:71: note: Function 'e_gdbus_marshallers_VOID__UINT_BOXED_BOXED' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
evolution-data-server-3.4.4/libedataserver/e-gdbus-marshallers.c:377:75: note: Function 'e_gdbus_marshallers_VOID__UINT_BOXED_BOXED' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
evolution-data-server-3.4.4/libedataserver/e-gdbus-marshallers.c:413:67: style: Function 'e_gdbus_marshallers_VOID__UINT_STRING' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/libedataserver/e-gdbus-marshallers.h:83:66: note: Function 'e_gdbus_marshallers_VOID__UINT_STRING' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
evolution-data-server-3.4.4/libedataserver/e-gdbus-marshallers.c:413:67: note: Function 'e_gdbus_marshallers_VOID__UINT_STRING' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
evolution-data-server-3.4.4/libedataserver/e-gdbus-marshallers.c:416:70: style: Function 'e_gdbus_marshallers_VOID__UINT_STRING' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/libedataserver/e-gdbus-marshallers.h:86:66: note: Function 'e_gdbus_marshallers_VOID__UINT_STRING' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
evolution-data-server-3.4.4/libedataserver/e-gdbus-marshallers.c:416:70: note: Function 'e_gdbus_marshallers_VOID__UINT_STRING' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
evolution-data-server-3.4.4/libedataserver/e-gdbus-marshallers.c:450:69: style: Function 'e_gdbus_marshallers_VOID__STRING_STRING' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/libedataserver/e-gdbus-marshallers.h:91:68: note: Function 'e_gdbus_marshallers_VOID__STRING_STRING' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
evolution-data-server-3.4.4/libedataserver/e-gdbus-marshallers.c:450:69: note: Function 'e_gdbus_marshallers_VOID__STRING_STRING' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
evolution-data-server-3.4.4/libedataserver/e-gdbus-marshallers.c:453:72: style: Function 'e_gdbus_marshallers_VOID__STRING_STRING' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/libedataserver/e-gdbus-marshallers.h:94:68: note: Function 'e_gdbus_marshallers_VOID__STRING_STRING' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
evolution-data-server-3.4.4/libedataserver/e-gdbus-marshallers.c:453:72: note: Function 'e_gdbus_marshallers_VOID__STRING_STRING' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
evolution-data-server-3.4.4/libedataserver/e-gdbus-templates.c:95:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
evolution-data-server-3.4.4/libedataserver/e-gdbus-templates.c:132:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
evolution-data-server-3.4.4/libedataserver/e-gdbus-templates.c:171:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
evolution-data-server-3.4.4/libedataserver/e-gdbus-templates.c:208:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
evolution-data-server-3.4.4/libedataserver/e-gdbus-templates.c:248:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
evolution-data-server-3.4.4/libedataserver/e-gdbus-templates.c:301:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
evolution-data-server-3.4.4/libedataserver/e-gdbus-templates.c:362:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
evolution-data-server-3.4.4/libedataserver/e-gdbus-templates.c:423:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
evolution-data-server-3.4.4/libedataserver/e-gdbus-templates.c:488:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
evolution-data-server-3.4.4/libedataserver/e-gdbus-templates.c:549:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
evolution-data-server-3.4.4/libedataserver/e-list-iterator.c:69:2: style: Variable 'iterator' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/libedataserver/e-list-iterator.c:64:0: note: Variable 'iterator' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/libedataserver/e-list-iterator.c:69:2: note: Variable 'iterator' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/libedataserver/e-list-iterator.c:94:33: style: Function 'e_list_iterator_get' argument 1 names different: declaration 'iterator' definition '_iterator'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/libedataserver/e-list-iterator.c:26:61: note: Function 'e_list_iterator_get' argument 1 names different: declaration 'iterator' definition '_iterator'.
evolution-data-server-3.4.4/libedataserver/e-list-iterator.c:94:33: note: Function 'e_list_iterator_get' argument 1 names different: declaration 'iterator' definition '_iterator'.
evolution-data-server-3.4.4/libedataserver/e-list-iterator.c:104:35: style: Function 'e_list_iterator_reset' argument 1 names different: declaration 'iterator' definition '_iterator'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/libedataserver/e-list-iterator.c:24:59: note: Function 'e_list_iterator_reset' argument 1 names different: declaration 'iterator' definition '_iterator'.
evolution-data-server-3.4.4/libedataserver/e-list-iterator.c:104:35: note: Function 'e_list_iterator_reset' argument 1 names different: declaration 'iterator' definition '_iterator'.
evolution-data-server-3.4.4/libedataserver/e-list-iterator.c:111:34: style: Function 'e_list_iterator_last' argument 1 names different: declaration 'iterator' definition '_iterator'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/libedataserver/e-list-iterator.c:25:59: note: Function 'e_list_iterator_last' argument 1 names different: declaration 'iterator' definition '_iterator'.
evolution-data-server-3.4.4/libedataserver/e-list-iterator.c:111:34: note: Function 'e_list_iterator_last' argument 1 names different: declaration 'iterator' definition '_iterator'.
evolution-data-server-3.4.4/libedataserver/e-list-iterator.c:118:34: style: Function 'e_list_iterator_next' argument 1 names different: declaration 'iterator' definition '_iterator'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/libedataserver/e-list-iterator.c:23:60: note: Function 'e_list_iterator_next' argument 1 names different: declaration 'iterator' definition '_iterator'.
evolution-data-server-3.4.4/libedataserver/e-list-iterator.c:118:34: note: Function 'e_list_iterator_next' argument 1 names different: declaration 'iterator' definition '_iterator'.
evolution-data-server-3.4.4/libedataserver/e-list-iterator.c:129:34: style: Function 'e_list_iterator_prev' argument 1 names different: declaration 'iterator' definition '_iterator'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/libedataserver/e-list-iterator.c:22:60: note: Function 'e_list_iterator_prev' argument 1 names different: declaration 'iterator' definition '_iterator'.
evolution-data-server-3.4.4/libedataserver/e-list-iterator.c:129:34: note: Function 'e_list_iterator_prev' argument 1 names different: declaration 'iterator' definition '_iterator'.
evolution-data-server-3.4.4/libedataserver/e-list-iterator.c:140:36: style: Function 'e_list_iterator_insert' argument 1 names different: declaration 'iterator' definition '_iterator'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/libedataserver/e-list-iterator.c:19:60: note: Function 'e_list_iterator_insert' argument 1 names different: declaration 'iterator' definition '_iterator'.
evolution-data-server-3.4.4/libedataserver/e-list-iterator.c:140:36: note: Function 'e_list_iterator_insert' argument 1 names different: declaration 'iterator' definition '_iterator'.
evolution-data-server-3.4.4/libedataserver/e-list-iterator.c:175:36: style: Function 'e_list_iterator_remove' argument 1 names different: declaration 'iterator' definition '_iterator'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/libedataserver/e-list-iterator.c:18:60: note: Function 'e_list_iterator_remove' argument 1 names different: declaration 'iterator' definition '_iterator'.
evolution-data-server-3.4.4/libedataserver/e-list-iterator.c:175:36: note: Function 'e_list_iterator_remove' argument 1 names different: declaration 'iterator' definition '_iterator'.
evolution-data-server-3.4.4/libedataserver/e-list-iterator.c:184:33: style: Function 'e_list_iterator_set' argument 1 names different: declaration 'iterator' definition '_iterator'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/libedataserver/e-list-iterator.c:16:60: note: Function 'e_list_iterator_set' argument 1 names different: declaration 'iterator' definition '_iterator'.
evolution-data-server-3.4.4/libedataserver/e-list-iterator.c:184:33: note: Function 'e_list_iterator_set' argument 1 names different: declaration 'iterator' definition '_iterator'.
evolution-data-server-3.4.4/libedataserver/e-list-iterator.c:199:38: style: Function 'e_list_iterator_is_valid' argument 1 names different: declaration 'iterator' definition '_iterator'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/libedataserver/e-list-iterator.c:15:59: note: Function 'e_list_iterator_is_valid' argument 1 names different: declaration 'iterator' definition '_iterator'.
evolution-data-server-3.4.4/libedataserver/e-list-iterator.c:199:38: note: Function 'e_list_iterator_is_valid' argument 1 names different: declaration 'iterator' definition '_iterator'.
evolution-data-server-3.4.4/libedataserver/e-list-iterator.c:206:40: style: Function 'e_list_iterator_invalidate' argument 1 names different: declaration 'iterator' definition '_iterator'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/libedataserver/e-list-iterator.c:14:59: note: Function 'e_list_iterator_invalidate' argument 1 names different: declaration 'iterator' definition '_iterator'.
evolution-data-server-3.4.4/libedataserver/e-list-iterator.c:206:40: note: Function 'e_list_iterator_invalidate' argument 1 names different: declaration 'iterator' definition '_iterator'.
evolution-data-server-3.4.4/libedataserver/e-list.c:119:2: style: Variable 'iterator' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/libedataserver/e-list.c:117:0: note: Variable 'iterator' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/libedataserver/e-list.c:119:2: note: Variable 'iterator' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/libedataserver/e-memory.c:263:8: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
evolution-data-server-3.4.4/libedataserver/e-proxy.c:356:3: style: Variable 'so_addr' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/libedataserver/e-proxy.c:354:0: note: Variable 'so_addr' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/libedataserver/e-proxy.c:356:3: note: Variable 'so_addr' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/libedataserver/e-proxy.c:571:3: style: Variable 'so_addr' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/libedataserver/e-proxy.c:567:0: note: Variable 'so_addr' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/libedataserver/e-proxy.c:571:3: note: Variable 'so_addr' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/libedataserver/e-proxy.c:464:28: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
evolution-data-server-3.4.4/libedataserver/e-proxy.c:464:28: warning: Shifting 32-bit value by 33 bits is undefined behaviour. See condition at line 461. [shiftTooManyBits]
evolution-data-server-3.4.4/libedataserver/e-proxy.c:461:45: note: Assuming that condition 'width>32' is not redundant
evolution-data-server-3.4.4/libedataserver/e-proxy.c:464:28: note: Shift
evolution-data-server-3.4.4/libedataserver/e-sexp.c:411:32: style: The scope of the variable 'r2' can be reduced. [variableScope]
evolution-data-server-3.4.4/libedataserver/e-sexp.c:446:32: style: The scope of the variable 'r2' can be reduced. [variableScope]
evolution-data-server-3.4.4/libedataserver/e-sexp.c:481:32: style: The scope of the variable 'r2' can be reduced. [variableScope]
evolution-data-server-3.4.4/libedataserver/e-sexp.c:1084:24: style: The scope of the variable 'argv' can be reduced. [variableScope]
evolution-data-server-3.4.4/libedataserver/e-sexp.c:1545:35: style: Function 'e_sexp_add_ifunction' argument 4 names different: declaration 'func' definition 'ifunc'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/libedataserver/e-sexp.h:149:82: note: Function 'e_sexp_add_ifunction' argument 4 names different: declaration 'func' definition 'ifunc'.
evolution-data-server-3.4.4/libedataserver/e-sexp.c:1545:35: note: Function 'e_sexp_add_ifunction' argument 4 names different: declaration 'func' definition 'ifunc'.
evolution-data-server-3.4.4/libedataserver/e-sexp.c:768:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
evolution-data-server-3.4.4/libedataserver/e-sexp.c:1112:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
evolution-data-server-3.4.4/libedataserver/e-source-group.c:701:49: style: Function 'e_source_group_peek_source_by_uid' argument 2 names different: declaration 'source_uid' definition 'uid'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/libedataserver/e-source-group.h:102:21: note: Function 'e_source_group_peek_source_by_uid' argument 2 names different: declaration 'source_uid' definition 'uid'.
evolution-data-server-3.4.4/libedataserver/e-source-group.c:701:49: note: Function 'e_source_group_peek_source_by_uid' argument 2 names different: declaration 'source_uid' definition 'uid'.
evolution-data-server-3.4.4/libedataserver/e-source-group.c:720:50: style: Function 'e_source_group_peek_source_by_name' argument 2 names different: declaration 'source_name' definition 'name'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/libedataserver/e-source-group.h:105:21: note: Function 'e_source_group_peek_source_by_name' argument 2 names different: declaration 'source_name' definition 'name'.
evolution-data-server-3.4.4/libedataserver/e-source-group.c:720:50: note: Function 'e_source_group_peek_source_by_name' argument 2 names different: declaration 'source_name' definition 'name'.
evolution-data-server-3.4.4/libedataserver/e-source-group.c:968:44: style: Function 'e_source_group_get_property' argument 1 names different: declaration 'source' definition 'source_group'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/libedataserver/e-source-group.h:114:53: note: Function 'e_source_group_get_property' argument 1 names different: declaration 'source' definition 'source_group'.
evolution-data-server-3.4.4/libedataserver/e-source-group.c:968:44: note: Function 'e_source_group_get_property' argument 1 names different: declaration 'source' definition 'source_group'.
evolution-data-server-3.4.4/libedataserver/e-source-group.c:985:44: style: Function 'e_source_group_set_property' argument 1 names different: declaration 'source' definition 'source_group'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/libedataserver/e-source-group.h:116:50: note: Function 'e_source_group_set_property' argument 1 names different: declaration 'source' definition 'source_group'.
evolution-data-server-3.4.4/libedataserver/e-source-group.c:985:44: note: Function 'e_source_group_set_property' argument 1 names different: declaration 'source' definition 'source_group'.
evolution-data-server-3.4.4/libedataserver/e-source-list.c:937:2: style: Variable 'conf_list' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/libedataserver/e-source-list.c:929:0: note: Variable 'conf_list' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/libedataserver/e-source-list.c:937:2: note: Variable 'conf_list' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/libedataserver/e-time-utils.c:1545:26: style: Redundant condition: If 'EXPR < -1800', the comparison 'EXPR < 0' is always true. [redundantCondition]
evolution-data-server-3.4.4/libedataserver/e-time-utils.c:2119:2: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/libedataserver/e-time-utils.c:2087:0: note: Variable 'res' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/libedataserver/e-time-utils.c:2119:2: note: Variable 'res' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/libedataserver/e-time-utils.c:1459:15: style: The scope of the variable 'p' can be reduced. [variableScope]
evolution-data-server-3.4.4/libedataserver/e-time-utils.c:1486:9: style: The scope of the variable 'format_str' can be reduced. [variableScope]
evolution-data-server-3.4.4/libedataserver/e-url.c:251:29: style: The scope of the variable 'eq' can be reduced. [variableScope]
evolution-data-server-3.4.4/libedataserverui/e-book-auth-util.c:170:2: style: Variable 'password' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/libedataserverui/e-book-auth-util.c:164:0: note: Variable 'password' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/libedataserverui/e-book-auth-util.c:170:2: note: Variable 'password' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/libedataserverui/e-categories-selector.c:377:65: style: Function 'e_categories_selector_set_items_checkable' argument 1 names different: declaration 'selectr' definition 'selector'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/libedataserverui/e-categories-selector.h:84:29: note: Function 'e_categories_selector_set_items_checkable' argument 1 names different: declaration 'selectr' definition 'selector'.
evolution-data-server-3.4.4/libedataserverui/e-categories-selector.c:377:65: note: Function 'e_categories_selector_set_items_checkable' argument 1 names different: declaration 'selectr' definition 'selector'.
evolution-data-server-3.4.4/libedataserverui/e-category-editor.c:96:2: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/libedataserverui/e-category-editor.c:93:0: note: Variable 'str' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/libedataserverui/e-category-editor.c:96:2: note: Variable 'str' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/libedataserverui/e-cell-renderer-color.c:73:31: style: Condition 'color_width>0' is always true [knownConditionTrueFalse]
evolution-data-server-3.4.4/libedataserverui/e-cell-renderer-color.c:57:22: note: Assignment 'color_width=16', assigned value is 16
evolution-data-server-3.4.4/libedataserverui/e-cell-renderer-color.c:73:31: note: Condition 'color_width>0' is always true
evolution-data-server-3.4.4/libedataserverui/e-cell-renderer-color.c:73:35: style: Same expression on both sides of '&&' because the value of 'color_height>0' and 'color_width>0' are the same. [duplicateExpression]
evolution-data-server-3.4.4/libedataserverui/e-cell-renderer-color.c:58:22: note: 'color_height' is assigned value '16' here.
evolution-data-server-3.4.4/libedataserverui/e-cell-renderer-color.c:57:22: note: 'color_width' is assigned value '16' here.
evolution-data-server-3.4.4/libedataserverui/e-cell-renderer-color.c:73:35: note: Same expression on both sides of '&&' because the value of 'color_height>0' and 'color_width>0' are the same.
evolution-data-server-3.4.4/libedataserverui/e-data-server-ui-marshal.c:56:76: style: Function 'e_data_server_ui_marshal_BOOLEAN__OBJECT_BOXED' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/libedataserverui/e-data-server-ui-marshal.h:11:75: note: Function 'e_data_server_ui_marshal_BOOLEAN__OBJECT_BOXED' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
evolution-data-server-3.4.4/libedataserverui/e-data-server-ui-marshal.c:56:76: note: Function 'e_data_server_ui_marshal_BOOLEAN__OBJECT_BOXED' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
evolution-data-server-3.4.4/libedataserverui/e-data-server-ui-marshal.c:59:79: style: Function 'e_data_server_ui_marshal_BOOLEAN__OBJECT_BOXED' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/libedataserverui/e-data-server-ui-marshal.h:14:75: note: Function 'e_data_server_ui_marshal_BOOLEAN__OBJECT_BOXED' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
evolution-data-server-3.4.4/libedataserverui/e-data-server-ui-marshal.c:59:79: note: Function 'e_data_server_ui_marshal_BOOLEAN__OBJECT_BOXED' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
evolution-data-server-3.4.4/libedataserverui/e-data-server-ui-marshal.c:97:87: style: Function 'e_data_server_ui_marshal_BOOLEAN__BOXED_OBJECT_FLAGS_UINT' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/libedataserverui/e-data-server-ui-marshal.h:19:86: note: Function 'e_data_server_ui_marshal_BOOLEAN__BOXED_OBJECT_FLAGS_UINT' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
evolution-data-server-3.4.4/libedataserverui/e-data-server-ui-marshal.c:97:87: note: Function 'e_data_server_ui_marshal_BOOLEAN__BOXED_OBJECT_FLAGS_UINT' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
evolution-data-server-3.4.4/libedataserverui/e-data-server-ui-marshal.c:100:90: style: Function 'e_data_server_ui_marshal_BOOLEAN__BOXED_OBJECT_FLAGS_UINT' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/libedataserverui/e-data-server-ui-marshal.h:22:86: note: Function 'e_data_server_ui_marshal_BOOLEAN__BOXED_OBJECT_FLAGS_UINT' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
evolution-data-server-3.4.4/libedataserverui/e-data-server-ui-marshal.c:100:90: note: Function 'e_data_server_ui_marshal_BOOLEAN__BOXED_OBJECT_FLAGS_UINT' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
evolution-data-server-3.4.4/libedataserverui/e-data-server-ui-marshal.c:142:75: style: Function 'e_data_server_ui_marshal_VOID__STRING_BOOLEAN' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/libedataserverui/e-data-server-ui-marshal.h:27:74: note: Function 'e_data_server_ui_marshal_VOID__STRING_BOOLEAN' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
evolution-data-server-3.4.4/libedataserverui/e-data-server-ui-marshal.c:142:75: note: Function 'e_data_server_ui_marshal_VOID__STRING_BOOLEAN' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
evolution-data-server-3.4.4/libedataserverui/e-data-server-ui-marshal.c:145:78: style: Function 'e_data_server_ui_marshal_VOID__STRING_BOOLEAN' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/libedataserverui/e-data-server-ui-marshal.h:30:74: note: Function 'e_data_server_ui_marshal_VOID__STRING_BOOLEAN' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
evolution-data-server-3.4.4/libedataserverui/e-data-server-ui-marshal.c:145:78: note: Function 'e_data_server_ui_marshal_VOID__STRING_BOOLEAN' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
evolution-data-server-3.4.4/libedataserverui/e-destination-store.c:675:11: style: The scope of the variable 'string_new' can be reduced. [variableScope]
evolution-data-server-3.4.4/libedataserverui/e-name-selector-dialog.c:982:31: style: Condition 'book_client!=NULL' is always false [knownConditionTrueFalse]
evolution-data-server-3.4.4/libedataserverui/e-name-selector-dialog.c:981:6: note: Assuming that condition '!book_client' is not redundant
evolution-data-server-3.4.4/libedataserverui/e-name-selector-dialog.c:982:31: note: Condition 'book_client!=NULL' is always false
evolution-data-server-3.4.4/libedataserverui/e-name-selector-dialog.c:1203:21: style: The scope of the variable 'destination' can be reduced. [variableScope]
evolution-data-server-3.4.4/libedataserverui/e-name-selector-dialog.c:1287:21: style: The scope of the variable 'contact' can be reduced. [variableScope]
evolution-data-server-3.4.4/libedataserverui/e-name-selector-entry.c:1672:3: style: Variable 'str_context' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/libedataserverui/e-name-selector-entry.c:1670:0: note: Variable 'str_context' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/libedataserverui/e-name-selector-entry.c:1672:3: note: Variable 'str_context' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/libedataserverui/e-name-selector-entry.c:2643:2: style: Variable 'pemail' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/libedataserverui/e-name-selector-entry.c:2633:0: note: Variable 'pemail' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/libedataserverui/e-name-selector-entry.c:2643:2: note: Variable 'pemail' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/libedataserverui/e-name-selector-entry.c:2374:17: style: Same expression on both sides of '&&'. [duplicateExpression]
evolution-data-server-3.4.4/libedataserverui/e-name-selector-entry.c:1428:10: style: The scope of the variable 'ttext' can be reduced. [variableScope]
evolution-data-server-3.4.4/libedataserverui/e-name-selector-entry.c:1502:11: style: The scope of the variable 'ttext' can be reduced. [variableScope]
evolution-data-server-3.4.4/libedataserverui/e-name-selector-entry.c:2411:10: style: The scope of the variable 'clients' can be reduced. [variableScope]
evolution-data-server-3.4.4/libedataserverui/e-name-selector-entry.c:2546:16: style: The scope of the variable 'clients' can be reduced. [variableScope]
evolution-data-server-3.4.4/libedataserverui/e-name-selector-entry.c:1558:30: style: Checking if unsigned variable 'strlen(text)' is less than zero. [unsignedLessThanZero]
evolution-data-server-3.4.4/libedataserverui/e-name-selector-list.c:64:2: style: Variable 'column' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/libedataserverui/e-name-selector-list.c:62:0: note: Variable 'column' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/libedataserverui/e-name-selector-list.c:64:2: note: Variable 'column' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/libedataserverui/e-name-selector-model.c:273:16: style: The scope of the variable 'path' can be reduced. [variableScope]
evolution-data-server-3.4.4/libedataserverui/e-passwords-win32.c:612:2: style: Variable 'markup' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/libedataserverui/e-passwords-win32.c:606:0: note: Variable 'markup' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/libedataserverui/e-passwords-win32.c:612:2: note: Variable 'markup' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/libedataserverui/e-passwords-win32.c:887:43: style: Function 'e_passwords_clear_passwords' argument 1 names different: declaration 'unused' definition 'component_name'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/libedataserverui/e-passwords.h:47:55: note: Function 'e_passwords_clear_passwords' argument 1 names different: declaration 'unused' definition 'component_name'.
evolution-data-server-3.4.4/libedataserverui/e-passwords-win32.c:887:43: note: Function 'e_passwords_clear_passwords' argument 1 names different: declaration 'unused' definition 'component_name'.
evolution-data-server-3.4.4/libedataserverui/e-passwords-win32.c:903:45: style: Function 'e_passwords_remember_password' argument 1 names different: declaration 'unused' definition 'component_name'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/libedataserverui/e-passwords.h:42:57: note: Function 'e_passwords_remember_password' argument 1 names different: declaration 'unused' definition 'component_name'.
evolution-data-server-3.4.4/libedataserverui/e-passwords-win32.c:903:45: note: Function 'e_passwords_remember_password' argument 1 names different: declaration 'unused' definition 'component_name'.
evolution-data-server-3.4.4/libedataserverui/e-passwords-win32.c:926:43: style: Function 'e_passwords_forget_password' argument 1 names different: declaration 'unused' definition 'component_name'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/libedataserverui/e-passwords.h:45:57: note: Function 'e_passwords_forget_password' argument 1 names different: declaration 'unused' definition 'component_name'.
evolution-data-server-3.4.4/libedataserverui/e-passwords-win32.c:926:43: note: Function 'e_passwords_forget_password' argument 1 names different: declaration 'unused' definition 'component_name'.
evolution-data-server-3.4.4/libedataserverui/e-passwords-win32.c:950:40: style: Function 'e_passwords_get_password' argument 1 names different: declaration 'unused' definition 'component_name'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/libedataserverui/e-passwords.h:44:58: note: Function 'e_passwords_get_password' argument 1 names different: declaration 'unused' definition 'component_name'.
evolution-data-server-3.4.4/libedataserverui/e-passwords-win32.c:950:40: note: Function 'e_passwords_get_password' argument 1 names different: declaration 'unused' definition 'component_name'.
evolution-data-server-3.4.4/libedataserverui/e-passwords-win32.c:1019:40: style: Function 'e_passwords_ask_password' argument 2 names different: declaration 'unused' definition 'component_name'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/libedataserverui/e-passwords.h:64:22: note: Function 'e_passwords_ask_password' argument 2 names different: declaration 'unused' definition 'component_name'.
evolution-data-server-3.4.4/libedataserverui/e-passwords-win32.c:1019:40: note: Function 'e_passwords_ask_password' argument 2 names different: declaration 'unused' definition 'component_name'.
evolution-data-server-3.4.4/libedataserverui/e-passwords-win32.c:1022:50: style: Function 'e_passwords_ask_password' argument 5 names different: declaration 'remember_type' definition 'type'. [funcArgNamesDifferent]
evolution-data-server-3.4.4/libedataserverui/e-passwords.h:67:32: note: Function 'e_passwords_ask_password' argument 5 names different: declaration 'remember_type' definition 'type'.
evolution-data-server-3.4.4/libedataserverui/e-passwords-win32.c:1022:50: note: Function 'e_passwords_ask_password' argument 5 names different: declaration 'remember_type' definition 'type'.
evolution-data-server-3.4.4/libedataserverui/e-passwords.c:699:2: style: Variable 'markup' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/libedataserverui/e-passwords.c:693:0: note: Variable 'markup' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/libedataserverui/e-passwords.c:699:2: note: Variable 'markup' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/libedataserverui/e-source-selector.c:715:11: style: The scope of the variable 'source' can be reduced. [variableScope]
evolution-data-server-3.4.4/tests/libebook/client/test-client-examine.c:160:15: style: The scope of the variable 'book_client' can be reduced. [variableScope]
evolution-data-server-3.4.4/tests/libebook/client/test-client-nonexistent-id.c:18:2: style: Variable 'book_client' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/tests/libebook/client/test-client-nonexistent-id.c:12:0: note: Variable 'book_client' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/tests/libebook/client/test-client-nonexistent-id.c:18:2: note: Variable 'book_client' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/tests/libebook/ebook-test-utils.c:13:10: style: The scope of the variable 'args' can be reduced. [variableScope]
evolution-data-server-3.4.4/tests/libebook/ebook-test-utils.c:14:15: style: The scope of the variable 'debug_string' can be reduced. [variableScope]
evolution-data-server-3.4.4/tests/libebook/test-bulk-methods.c:33:2: style: Variable 'query' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/tests/libebook/test-bulk-methods.c:29:0: note: Variable 'query' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/tests/libebook/test-bulk-methods.c:33:2: note: Variable 'query' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/tests/libebook/test-bulk-methods.c:34:2: style: Variable 'sexp' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/tests/libebook/test-bulk-methods.c:30:0: note: Variable 'sexp' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/tests/libebook/test-bulk-methods.c:34:2: note: Variable 'sexp' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/tests/libebook/test-bulk-methods.c:184:2: style: Variable 'client' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/tests/libebook/test-bulk-methods.c:171:0: note: Variable 'client' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/tests/libebook/test-bulk-methods.c:184:2: note: Variable 'client' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/tests/libebook/test-nonexistent-id.c:9:2: style: Variable 'book' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/tests/libebook/test-nonexistent-id.c:6:0: note: Variable 'book' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/tests/libebook/test-nonexistent-id.c:9:2: note: Variable 'book' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/tests/libebook/test-stress-bookviews.c:88:12: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
evolution-data-server-3.4.4/tests/libecal/client/client-test-utils.c:328:9: warning: Either the condition 'foreach_async_data!=NULL' is redundant or there is possible null pointer dereference: async_data. [nullPointerRedundantCheck]
evolution-data-server-3.4.4/tests/libecal/client/client-test-utils.c:326:43: note: Assuming that condition 'foreach_async_data!=NULL' is not redundant
evolution-data-server-3.4.4/tests/libecal/client/client-test-utils.c:324:45: note: Assignment 'async_data=foreach_async_data', assigned value is 0
evolution-data-server-3.4.4/tests/libecal/client/client-test-utils.c:328:9: note: Null pointer dereference
evolution-data-server-3.4.4/tests/libecal/client/test-client-examine.c:206:14: style: The scope of the variable 'cal_client' can be reduced. [variableScope]
evolution-data-server-3.4.4/tests/libecal/ecal-test-utils.c:32:10: style: The scope of the variable 'args' can be reduced. [variableScope]
evolution-data-server-3.4.4/tests/libecal/ecal-test-utils.c:33:15: style: The scope of the variable 'debug_string' can be reduced. [variableScope]
evolution-data-server-3.4.4/tests/libecal/test-ecal-get-query.c:170:2: style: Variable 'view' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/tests/libecal/test-ecal-get-query.c:163:0: note: Variable 'view' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/tests/libecal/test-ecal-get-query.c:170:2: note: Variable 'view' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/tests/libecal/test-ecal-receive-objects.c:28:2: style: Variable 'component' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/tests/libecal/test-ecal-receive-objects.c:16:0: note: Variable 'component' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/tests/libecal/test-ecal-receive-objects.c:28:2: note: Variable 'component' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/tests/libecal/test-ecal-send-objects.c:30:2: style: Variable 'component' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-data-server-3.4.4/tests/libecal/test-ecal-send-objects.c:17:0: note: Variable 'component' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/tests/libecal/test-ecal-send-objects.c:30:2: note: Variable 'component' is reassigned a value before the old one has been used.
evolution-data-server-3.4.4/tests/libecal/test-ecal.c:566:9: style: The scope of the variable 'ical_string' can be reduced. [variableScope]
[19:04]

ftp://ftp.se.debian.org/debian/pool/main/e/evolution-ews/evolution-ews_3.4.4.orig.tar.xz
evolution-ews-3.4.4/src/account-setup-eplugin/exchange-ews-account-listener.c:289:2: style: Variable 'ews_account' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-ews-3.4.4/src/account-setup-eplugin/exchange-ews-account-listener.c:286:0: note: Variable 'ews_account' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/account-setup-eplugin/exchange-ews-account-listener.c:289:2: note: Variable 'ews_account' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/account-setup-eplugin/exchange-ews-account-listener.c:337:2: style: Variable 'ews_account' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-ews-3.4.4/src/account-setup-eplugin/exchange-ews-account-listener.c:335:0: note: Variable 'ews_account' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/account-setup-eplugin/exchange-ews-account-listener.c:337:2: note: Variable 'ews_account' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/account-setup-eplugin/exchange-ews-account-out-of-office.c:233:2: style: Variable 'password' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-ews-3.4.4/src/account-setup-eplugin/exchange-ews-account-out-of-office.c:225:0: note: Variable 'password' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/account-setup-eplugin/exchange-ews-account-out-of-office.c:233:2: note: Variable 'password' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/account-setup-eplugin/exchange-ews-account-out-of-office.c:491:2: style: Variable 'cnc' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-ews-3.4.4/src/account-setup-eplugin/exchange-ews-account-out-of-office.c:489:0: note: Variable 'cnc' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/account-setup-eplugin/exchange-ews-account-out-of-office.c:491:2: note: Variable 'cnc' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/account-setup-eplugin/exchange-ews-account-out-of-office.c:507:2: style: Variable 'oof_settings' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-ews-3.4.4/src/account-setup-eplugin/exchange-ews-account-out-of-office.c:505:0: note: Variable 'oof_settings' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/account-setup-eplugin/exchange-ews-account-out-of-office.c:507:2: note: Variable 'oof_settings' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/account-setup-eplugin/exchange-ews-account-out-of-office.c:541:2: style: Variable 'cnc' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-ews-3.4.4/src/account-setup-eplugin/exchange-ews-account-out-of-office.c:537:0: note: Variable 'cnc' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/account-setup-eplugin/exchange-ews-account-out-of-office.c:541:2: note: Variable 'cnc' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/account-setup-eplugin/exchange-ews-account-setup.c:143:2: style: Variable 'password' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-ews-3.4.4/src/account-setup-eplugin/exchange-ews-account-setup.c:132:0: note: Variable 'password' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/account-setup-eplugin/exchange-ews-account-setup.c:143:2: note: Variable 'password' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/account-setup-eplugin/exchange-ews-account-setup.c:182:2: style: Variable 'password' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-ews-3.4.4/src/account-setup-eplugin/exchange-ews-account-setup.c:177:0: note: Variable 'password' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/account-setup-eplugin/exchange-ews-account-setup.c:182:2: note: Variable 'password' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/account-setup-eplugin/exchange-ews-account-setup.c:364:3: style: Variable 'url_str' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-ews-3.4.4/src/account-setup-eplugin/exchange-ews-account-setup.c:361:0: note: Variable 'url_str' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/account-setup-eplugin/exchange-ews-account-setup.c:364:3: note: Variable 'url_str' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/account-setup-eplugin/exchange-ews-account-setup.c:374:16: style: The scope of the variable 'oal_selected' can be reduced. [variableScope]
evolution-ews-3.4.4/src/account-setup-eplugin/exchange-ews-account-setup.c:279:10: style: Variable 'host' is assigned a value that is never used. [unreadVariable]
evolution-ews-3.4.4/src/account-setup-eplugin/exchange-ews-account-setup.c:692:2: style: Variable 'row' is modified but its new value is never used. [unreadVariable]
evolution-ews-3.4.4/src/addressbook/e-book-backend-ews.c:1384:3: style: Variable 'fid' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-ews-3.4.4/src/addressbook/e-book-backend-ews.c:1381:0: note: Variable 'fid' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/addressbook/e-book-backend-ews.c:1384:3: note: Variable 'fid' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/addressbook/e-book-backend-ews.c:1665:2: style: Variable 'comp_cache_file' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-ews-3.4.4/src/addressbook/e-book-backend-ews.c:1659:0: note: Variable 'comp_cache_file' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/addressbook/e-book-backend-ews.c:1665:2: note: Variable 'comp_cache_file' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/addressbook/e-book-backend-ews.c:1741:3: style: Variable 'status_message' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-ews-3.4.4/src/addressbook/e-book-backend-ews.c:1737:0: note: Variable 'status_message' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/addressbook/e-book-backend-ews.c:1741:3: note: Variable 'status_message' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/addressbook/e-book-backend-ews.c:2240:2: style: Variable 'status_message' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-ews-3.4.4/src/addressbook/e-book-backend-ews.c:2231:0: note: Variable 'status_message' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/addressbook/e-book-backend-ews.c:2240:2: note: Variable 'status_message' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/addressbook/e-book-backend-ews.c:174:10: style: The scope of the variable 'full_path' can be reduced. [variableScope]
evolution-ews-3.4.4/src/addressbook/e-book-backend-ews.c:668:9: style: The scope of the variable 'new_value' can be reduced. [variableScope]
evolution-ews-3.4.4/src/addressbook/e-book-backend-ews.c:668:21: style: The scope of the variable 'old_value' can be reduced. [variableScope]
evolution-ews-3.4.4/src/addressbook/e-book-backend-ews.c:895:15: style: The scope of the variable 'item_id' can be reduced. [variableScope]
evolution-ews-3.4.4/src/addressbook/e-book-backend-ews.c:1118:9: style: The scope of the variable 'id' can be reduced. [variableScope]
evolution-ews-3.4.4/src/addressbook/e-book-backend-ews.c:1119:15: style: The scope of the variable 'item_id' can be reduced. [variableScope]
evolution-ews-3.4.4/src/addressbook/e-book-backend-ews.c:2576:15: style: The scope of the variable 'folder_name' can be reduced. [variableScope]
evolution-ews-3.4.4/src/addressbook/e-book-backend-ews.c:2577:15: style: The scope of the variable 'offline' can be reduced. [variableScope]
evolution-ews-3.4.4/src/addressbook/e-book-backend-sqlitedb.c:768:6: style: Condition '!err' is always true [knownConditionTrueFalse]
evolution-ews-3.4.4/src/addressbook/e-book-backend-sqlitedb.c:742:16: note: Assignment 'err=NULL', assigned value is 0
evolution-ews-3.4.4/src/addressbook/e-book-backend-sqlitedb.c:768:6: note: Condition '!err' is always true
evolution-ews-3.4.4/src/addressbook/e-book-backend-sqlitedb.c:236:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-ews-3.4.4/src/addressbook/e-book-backend-sqlitedb.c:234:0: note: Variable 'ret' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/addressbook/e-book-backend-sqlitedb.c:236:2: note: Variable 'ret' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/addressbook/e-book-backend-sqlitedb.c:368:9: style: The scope of the variable 'stmt' can be reduced. [variableScope]
evolution-ews-3.4.4/src/addressbook/e-book-backend-sqlitedb.c:1002:16: style: The scope of the variable 'select_stmt' can be reduced. [variableScope]
evolution-ews-3.4.4/src/addressbook/e-book-backend-sqlitedb.c:1149:19: style: The scope of the variable 'r1' can be reduced. [variableScope]
evolution-ews-3.4.4/src/addressbook/e-book-backend-sqlitedb.c:1183:19: style: The scope of the variable 'r1' can be reduced. [variableScope]
evolution-ews-3.4.4/src/addressbook/e-book-backend-sqlitedb.c:1469:17: style: The scope of the variable 'select_stmt' can be reduced. [variableScope]
evolution-ews-3.4.4/src/addressbook/e-book-backend-sqlitedb.c:1524:39: style: The scope of the variable 'l' can be reduced. [variableScope]
evolution-ews-3.4.4/src/addressbook/e-book-backend-sqlitedb.c:519:43: style: Function 'e_book_backend_sqlitedb_new' argument 2 names different: declaration 'email_id' definition 'emailid'. [funcArgNamesDifferent]
evolution-ews-3.4.4/src/addressbook/e-book-backend-sqlitedb.h:90:22: note: Function 'e_book_backend_sqlitedb_new' argument 2 names different: declaration 'email_id' definition 'emailid'.
evolution-ews-3.4.4/src/addressbook/e-book-backend-sqlitedb.c:519:43: note: Function 'e_book_backend_sqlitedb_new' argument 2 names different: declaration 'email_id' definition 'emailid'.
evolution-ews-3.4.4/src/addressbook/e-book-backend-sqlitedb.c:2117:58: style: Function 'e_book_backend_sqlitedb_create_addressbook' argument 2 names different: declaration 'folder_id' definition 'folderid'. [funcArgNamesDifferent]
evolution-ews-3.4.4/src/addressbook/e-book-backend-sqlitedb.h:208:22: note: Function 'e_book_backend_sqlitedb_create_addressbook' argument 2 names different: declaration 'folder_id' definition 'folderid'.
evolution-ews-3.4.4/src/addressbook/e-book-backend-sqlitedb.c:2117:58: note: Function 'e_book_backend_sqlitedb_create_addressbook' argument 2 names different: declaration 'folder_id' definition 'folderid'.
evolution-ews-3.4.4/src/addressbook/ews-oab-decoder.c:158:2: style: Variable 'pic_name' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-ews-3.4.4/src/addressbook/ews-oab-decoder.c:151:0: note: Variable 'pic_name' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/addressbook/ews-oab-decoder.c:158:2: note: Variable 'pic_name' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/addressbook/ews-oab-decoder.c:159:2: style: Variable 'filename' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-ews-3.4.4/src/addressbook/ews-oab-decoder.c:151:0: note: Variable 'filename' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/addressbook/ews-oab-decoder.c:159:2: note: Variable 'filename' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/addressbook/ews-oab-decoder.c:285:2: style: Variable 'gf' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-ews-3.4.4/src/addressbook/ews-oab-decoder.c:280:0: note: Variable 'gf' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/addressbook/ews-oab-decoder.c:285:2: note: Variable 'gf' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/addressbook/ews-oab-decoder.c:485:11: style: Variable 'flags' is assigned a value that is never used. [unreadVariable]
evolution-ews-3.4.4/src/addressbook/ews-oab-decoder.c:508:9: style: Variable 'size' is assigned a value that is never used. [unreadVariable]
evolution-ews-3.4.4/src/addressbook/lzx/lzxd.c:266:35: warning: Either the condition 'window_bits>26' is redundant or the array 'pos_slots[9]' is accessed at index 9, which is out of bounds. [arrayIndexOutOfBoundsCond]
evolution-ews-3.4.4/src/addressbook/lzx/lzxd.c:227:39: note: Assuming that condition 'window_bits>26' is not redundant
evolution-ews-3.4.4/src/addressbook/lzx/lzxd.c:266:35: note: Array index out of bounds
evolution-ews-3.4.4/src/addressbook/lzx/lzxd.c:324:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
evolution-ews-3.4.4/src/addressbook/lzx/lzxd.c:465:8: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
evolution-ews-3.4.4/src/addressbook/lzx/lzxd.c:675:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
evolution-ews-3.4.4/src/addressbook/lzx/lzxd.c:685:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
evolution-ews-3.4.4/src/addressbook/lzx/lzxd.c:685:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
evolution-ews-3.4.4/src/addressbook/lzx/lzxd.c:696:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
evolution-ews-3.4.4/src/addressbook/lzx/lzxd.c:285:58: style: The scope of the variable 'bytes_todo' can be reduced. [variableScope]
evolution-ews-3.4.4/src/addressbook/lzx/lzxd.c:288:16: style: The scope of the variable 'frame_size' can be reduced. [variableScope]
evolution-ews-3.4.4/src/addressbook/lzx/lzxd.c:438:11: style: The scope of the variable 'bit' can be reduced. [variableScope]
evolution-ews-3.4.4/src/addressbook/lzx/lzxd.c:539:11: style: The scope of the variable 'bit' can be reduced. [variableScope]
evolution-ews-3.4.4/src/addressbook/lzx/lzxd.c:539:20: style: The scope of the variable 'extra_len' can be reduced. [variableScope]
evolution-ews-3.4.4/src/addressbook/lzx/lzxd.c:274:60: style: Function 'lzxd_set_output_length' argument 2 names different: declaration 'output_length' definition 'out_bytes'. [funcArgNamesDifferent]
evolution-ews-3.4.4/src/addressbook/lzx/lzx.h:176:14: note: Function 'lzxd_set_output_length' argument 2 names different: declaration 'output_length' definition 'out_bytes'.
evolution-ews-3.4.4/src/addressbook/lzx/lzxd.c:274:60: note: Function 'lzxd_set_output_length' argument 2 names different: declaration 'output_length' definition 'out_bytes'.
evolution-ews-3.4.4/src/calendar/e-cal-backend-ews-utils.c:58:2: style: Variable 'org_email_address' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-ews-3.4.4/src/calendar/e-cal-backend-ews-utils.c:55:0: note: Variable 'org_email_address' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/calendar/e-cal-backend-ews-utils.c:58:2: note: Variable 'org_email_address' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/calendar/e-cal-backend-ews-utils.c:713:2: style: Variable 'org_prop' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-ews-3.4.4/src/calendar/e-cal-backend-ews-utils.c:709:0: note: Variable 'org_prop' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/calendar/e-cal-backend-ews-utils.c:713:2: note: Variable 'org_prop' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/calendar/e-cal-backend-ews-utils.c:714:2: style: Variable 'org' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-ews-3.4.4/src/calendar/e-cal-backend-ews-utils.c:710:0: note: Variable 'org' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/calendar/e-cal-backend-ews-utils.c:714:2: note: Variable 'org' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/calendar/e-cal-backend-ews-utils.c:271:21: style: The scope of the variable 'offset' can be reduced. [variableScope]
evolution-ews-3.4.4/src/calendar/e-cal-backend-ews-utils.c:272:15: style: The scope of the variable 'tzname' can be reduced. [variableScope]
evolution-ews-3.4.4/src/calendar/e-cal-backend-ews-utils.c:311:16: style: The scope of the variable 'prop' can be reduced. [variableScope]
evolution-ews-3.4.4/src/calendar/e-cal-backend-ews-utils.c:623:17: style: The scope of the variable 'c' can be reduced. [variableScope]
evolution-ews-3.4.4/src/calendar/e-cal-backend-ews.c:570:3: style: Variable 'cnc' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-ews-3.4.4/src/calendar/e-cal-backend-ews.c:560:0: note: Variable 'cnc' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/calendar/e-cal-backend-ews.c:570:3: note: Variable 'cnc' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/calendar/e-cal-backend-ews.c:574:3: style: Variable 'fid' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-ews-3.4.4/src/calendar/e-cal-backend-ews.c:559:0: note: Variable 'fid' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/calendar/e-cal-backend-ews.c:574:3: note: Variable 'fid' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/calendar/e-cal-backend-ews.c:2735:3: style: Variable 'new_body_content' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-ews-3.4.4/src/calendar/e-cal-backend-ews.c:2728:0: note: Variable 'new_body_content' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/calendar/e-cal-backend-ews.c:2735:3: note: Variable 'new_body_content' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/calendar/e-cal-backend-ews.c:2736:3: style: Variable 'subject' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-ews-3.4.4/src/calendar/e-cal-backend-ews.c:2728:0: note: Variable 'subject' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/calendar/e-cal-backend-ews.c:2736:3: note: Variable 'subject' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/calendar/e-cal-backend-ews.c:2738:3: style: Variable 'org_prop' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-ews-3.4.4/src/calendar/e-cal-backend-ews.c:2730:0: note: Variable 'org_prop' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/calendar/e-cal-backend-ews.c:2738:3: note: Variable 'org_prop' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/calendar/e-cal-backend-ews.c:2739:3: style: Variable 'org' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-ews-3.4.4/src/calendar/e-cal-backend-ews.c:2729:0: note: Variable 'org' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/calendar/e-cal-backend-ews.c:2739:3: note: Variable 'org' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/calendar/e-cal-backend-ews.c:376:17: style: The scope of the variable 'icalcomp' can be reduced. [variableScope]
evolution-ews-3.4.4/src/calendar/e-cal-backend-ews.c:869:27: style: The scope of the variable 'l' can be reduced. [variableScope]
evolution-ews-3.4.4/src/calendar/e-cal-backend-ews.c:1373:17: style: The scope of the variable 'icalparam' can be reduced. [variableScope]
evolution-ews-3.4.4/src/calendar/e-cal-backend-ews.c:1854:9: style: The scope of the variable 'recid' can be reduced. [variableScope]
evolution-ews-3.4.4/src/calendar/e-cal-backend-ews.c:2472:24: style: The scope of the variable 'l' can be reduced. [variableScope]
evolution-ews-3.4.4/src/calendar/e-cal-backend-ews.c:2473:33: style: The scope of the variable 'transp' can be reduced. [variableScope]
evolution-ews-3.4.4/src/calendar/e-cal-backend-ews.c:2473:42: style: The scope of the variable 'summary' can be reduced. [variableScope]
evolution-ews-3.4.4/src/calendar/e-cal-backend-ews.c:2474:11: style: The scope of the variable 'split_subject' can be reduced. [variableScope]
evolution-ews-3.4.4/src/calendar/e-cal-backend-ews.c:2929:17: style: The scope of the variable 'vtimezone' can be reduced. [variableScope]
evolution-ews-3.4.4/src/calendar/e-cal-backend-ews.c:2930:15: style: The scope of the variable 'mime_content' can be reduced. [variableScope]
evolution-ews-3.4.4/src/calendar/e-cal-backend-ews.c:1499:12: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
evolution-ews-3.4.4/src/camel/camel-ews-folder.c:490:69: warning: Either the condition 'if(items_req)' is redundant or there is possible null pointer dereference: items_req. [nullPointerRedundantCheck]
evolution-ews-3.4.4/src/camel/camel-ews-folder.c:500:6: note: Assuming that condition 'if(items_req)' is not redundant
evolution-ews-3.4.4/src/camel/camel-ews-folder.c:490:69: note: Null pointer dereference
evolution-ews-3.4.4/src/camel/camel-ews-folder.c:223:4: style: Variable 'child_mimepart' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-ews-3.4.4/src/camel/camel-ews-folder.c:221:0: note: Variable 'child_mimepart' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/camel/camel-ews-folder.c:223:4: note: Variable 'child_mimepart' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/camel/camel-ews-folder.c:295:3: style: Variable 'tmpstream' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-ews-3.4.4/src/camel/camel-ews-folder.c:285:0: note: Variable 'tmpstream' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/camel/camel-ews-folder.c:295:3: note: Variable 'tmpstream' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/camel/camel-ews-folder.c:860:2: style: Variable 'ews_store' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-ews-3.4.4/src/camel/camel-ews-folder.c:856:2: note: Variable 'ews_store' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/camel/camel-ews-folder.c:860:2: note: Variable 'ews_store' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/camel/camel-ews-folder.c:1584:2: style: Variable 'deleted_head' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-ews-3.4.4/src/camel/camel-ews-folder.c:1579:0: note: Variable 'deleted_head' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/camel/camel-ews-folder.c:1584:2: note: Variable 'deleted_head' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/camel/camel-ews-folder.c:1650:23: style: The scope of the variable 'ews_info' can be reduced. [variableScope]
evolution-ews-3.4.4/src/camel/camel-ews-folder.c:1651:20: style: The scope of the variable 'info' can be reduced. [variableScope]
evolution-ews-3.4.4/src/camel/camel-ews-folder.c:1054:35: warning: Function 'camel_ews_folder_new' argument order different: declaration 'store, folder_dir, folder_name, cancellable, error' definition 'store, folder_name, folder_dir, cancellable, error' [funcArgOrderDifferent]
evolution-ews-3.4.4/src/camel/camel-ews-folder.h:74:49: note: Function 'camel_ews_folder_new' argument order different: declaration 'store, folder_dir, folder_name, cancellable, error' definition 'store, folder_name, folder_dir, cancellable, error'
evolution-ews-3.4.4/src/camel/camel-ews-folder.c:1054:35: note: Function 'camel_ews_folder_new' argument order different: declaration 'store, folder_dir, folder_name, cancellable, error' definition 'store, folder_name, folder_dir, cancellable, error'
evolution-ews-3.4.4/src/camel/camel-ews-store-summary.c:460:50: style: Function 'camel_ews_store_summary_set_folder_type' argument 3 names different: declaration 'folder_type' definition 'ews_folder_type'. [funcArgNamesDifferent]
evolution-ews-3.4.4/src/camel/camel-ews-store-summary.h:82:16: note: Function 'camel_ews_store_summary_set_folder_type' argument 3 names different: declaration 'folder_type' definition 'ews_folder_type'.
evolution-ews-3.4.4/src/camel/camel-ews-store-summary.c:460:50: note: Function 'camel_ews_store_summary_set_folder_type' argument 3 names different: declaration 'folder_type' definition 'ews_folder_type'.
evolution-ews-3.4.4/src/camel/camel-ews-store-summary.c:778:50: style: Function 'camel_ews_store_summary_has_folder' argument 2 names different: declaration 'id' definition 'folder_id'. [funcArgNamesDifferent]
evolution-ews-3.4.4/src/camel/camel-ews-store-summary.h:160:21: note: Function 'camel_ews_store_summary_has_folder' argument 2 names different: declaration 'id' definition 'folder_id'.
evolution-ews-3.4.4/src/camel/camel-ews-store-summary.c:778:50: note: Function 'camel_ews_store_summary_has_folder' argument 2 names different: declaration 'id' definition 'folder_id'.
evolution-ews-3.4.4/src/camel/camel-ews-store.c:380:2: style: Variable 'temp' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-ews-3.4.4/src/camel/camel-ews-store.c:375:0: note: Variable 'temp' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/camel/camel-ews-store.c:380:2: note: Variable 'temp' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/camel/camel-ews-store.c:422:2: style: Variable 'sync_state' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-ews-3.4.4/src/camel/camel-ews-store.c:408:0: note: Variable 'sync_state' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/camel/camel-ews-store.c:422:2: note: Variable 'sync_state' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/camel/camel-ews-store.c:451:4: style: Variable 'fid' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-ews-3.4.4/src/camel/camel-ews-store.c:449:0: note: Variable 'fid' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/camel/camel-ews-store.c:451:4: note: Variable 'fid' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/camel/camel-ews-store.c:1086:43: style: Function 'camel_ews_store_connected' argument 1 names different: declaration 'store' definition 'ews_store'. [funcArgNamesDifferent]
evolution-ews-3.4.4/src/camel/camel-ews-store.h:76:52: note: Function 'camel_ews_store_connected' argument 1 names different: declaration 'store' definition 'ews_store'.
evolution-ews-3.4.4/src/camel/camel-ews-store.c:1086:43: note: Function 'camel_ews_store_connected' argument 1 names different: declaration 'store' definition 'ews_store'.
evolution-ews-3.4.4/src/camel/camel-ews-store.c:779:15: style: Variable 'full_name' is allocated memory that is never used. [unusedAllocatedMemory]
evolution-ews-3.4.4/src/camel/camel-ews-summary.c:192:23: style: The scope of the variable 'iinfo' can be reduced. [variableScope]
evolution-ews-3.4.4/src/camel/camel-ews-summary.c:197:11: style: The scope of the variable 'values' can be reduced. [variableScope]
evolution-ews-3.4.4/src/camel/camel-ews-transport.c:115:3: style: Variable 'ews_email' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-ews-3.4.4/src/camel/camel-ews-transport.c:113:0: note: Variable 'ews_email' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/camel/camel-ews-transport.c:115:3: note: Variable 'ews_email' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/camel/camel-ews-utils.c:291:2: style: Variable 'temp' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-ews-3.4.4/src/camel/camel-ews-utils.c:288:0: note: Variable 'temp' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/camel/camel-ews-utils.c:291:2: note: Variable 'temp' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/camel/camel-ews-utils.c:1044:51: style: Same expression on both sides of '||'. [duplicateExpression]
evolution-ews-3.4.4/src/camel/camel-ews-utils.c:362:20: style: The scope of the variable 'fi' can be reduced. [variableScope]
evolution-ews-3.4.4/src/camel/camel-ews-utils.c:395:19: style: The scope of the variable 'fi' can be reduced. [variableScope]
evolution-ews-3.4.4/src/camel/camel-ews-utils.c:576:20: style: The scope of the variable 'fi' can be reduced. [variableScope]
evolution-ews-3.4.4/src/camel/camel-ews-utils.c:301:49: style: Function 'camel_ews_utils_build_folder_info' argument 2 names different: declaration 'fname' definition 'fid'. [funcArgNamesDifferent]
evolution-ews-3.4.4/src/camel/camel-ews-utils.h:84:21: note: Function 'camel_ews_utils_build_folder_info' argument 2 names different: declaration 'fname' definition 'fid'.
evolution-ews-3.4.4/src/camel/camel-ews-utils.c:301:49: note: Function 'camel_ews_utils_build_folder_info' argument 2 names different: declaration 'fname' definition 'fid'.
evolution-ews-3.4.4/src/camel/camel-ews-utils.c:357:10: style: Variable 'email' is assigned a value that is never used. [unreadVariable]
evolution-ews-3.4.4/src/server/e-ews-connection.c:5581:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
evolution-ews-3.4.4/src/server/e-ews-connection.c:253:3: style: Variable 'error_code' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-ews-3.4.4/src/server/e-ews-connection.c:245:0: note: Variable 'error_code' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/server/e-ews-connection.c:253:3: note: Variable 'error_code' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/server/e-ews-connection.c:639:2: style: Variable 'new_sync_state' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-ews-3.4.4/src/server/e-ews-connection.c:634:0: note: Variable 'new_sync_state' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/server/e-ews-connection.c:639:2: note: Variable 'new_sync_state' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/server/e-ews-connection.c:5469:2: style: Variable 'start_tm' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-ews-3.4.4/src/server/e-ews-connection.c:5452:0: note: Variable 'start_tm' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/server/e-ews-connection.c:5469:2: note: Variable 'start_tm' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/server/e-ews-connection.c:5472:2: style: Variable 'end_tm' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-ews-3.4.4/src/server/e-ews-connection.c:5452:0: note: Variable 'end_tm' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/server/e-ews-connection.c:5472:2: note: Variable 'end_tm' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/server/e-ews-connection.c:237:18: style: The scope of the variable 'subparam' can be reduced. [variableScope]
evolution-ews-3.4.4/src/server/e-ews-connection.c:415:11: style: The scope of the variable 'source' can be reduced. [variableScope]
evolution-ews-3.4.4/src/server/e-ews-connection.c:634:33: style: The scope of the variable 'value' can be reduced. [variableScope]
evolution-ews-3.4.4/src/server/e-ews-connection.c:731:14: style: The scope of the variable 'folder' can be reduced. [variableScope]
evolution-ews-3.4.4/src/server/e-ews-connection.c:756:12: style: The scope of the variable 'item' can be reduced. [variableScope]
evolution-ews-3.4.4/src/server/e-ews-connection.c:912:18: style: The scope of the variable 'node' can be reduced. [variableScope]
evolution-ews-3.4.4/src/server/e-ews-connection.c:1028:9: style: The scope of the variable 'hash_key' can be reduced. [variableScope]
evolution-ews-3.4.4/src/server/e-ews-connection.c:1272:18: style: The scope of the variable 'cnc' can be reduced. [variableScope]
evolution-ews-3.4.4/src/server/e-ews-connection.c:1273:9: style: The scope of the variable 'hash_key' can be reduced. [variableScope]
evolution-ews-3.4.4/src/server/e-ews-connection.c:4949:15: style: The scope of the variable 'name' can be reduced. [variableScope]
evolution-ews-3.4.4/src/server/e-ews-connection.c:2584:56: style: Function 'e_ews_connection_find_folder_items_start' argument 4 names different: declaration 'props' definition 'default_props'. [funcArgNamesDifferent]
evolution-ews-3.4.4/src/server/e-ews-connection.h:259:21: note: Function 'e_ews_connection_find_folder_items_start' argument 4 names different: declaration 'props' definition 'default_props'.
evolution-ews-3.4.4/src/server/e-ews-connection.c:2584:56: note: Function 'e_ews_connection_find_folder_items_start' argument 4 names different: declaration 'props' definition 'default_props'.
evolution-ews-3.4.4/src/server/e-ews-connection.c:3053:44: style: Function 'e_ews_connection_delete_item_start' argument 3 names different: declaration 'id' definition 'item_id'. [funcArgNamesDifferent]
evolution-ews-3.4.4/src/server/e-ews-connection.h:337:14: note: Function 'e_ews_connection_delete_item_start' argument 3 names different: declaration 'id' definition 'item_id'.
evolution-ews-3.4.4/src/server/e-ews-connection.c:3053:44: note: Function 'e_ews_connection_delete_item_start' argument 3 names different: declaration 'id' definition 'item_id'.
evolution-ews-3.4.4/src/server/e-ews-connection.c:4212:54: style: Function 'e_ews_connection_create_folder_finish' argument 3 names different: declaration 'folder_id' definition 'fid'. [funcArgNamesDifferent]
evolution-ews-3.4.4/src/server/e-ews-connection.h:533:22: note: Function 'e_ews_connection_create_folder_finish' argument 3 names different: declaration 'folder_id' definition 'fid'.
evolution-ews-3.4.4/src/server/e-ews-connection.c:4212:54: note: Function 'e_ews_connection_create_folder_finish' argument 3 names different: declaration 'folder_id' definition 'fid'.
evolution-ews-3.4.4/src/server/e-ews-connection.c:4366:39: style: Function 'e_ews_connection_move_items' argument 6 names different: declaration 'items_ret' definition 'items'. [funcArgNamesDifferent]
evolution-ews-3.4.4/src/server/e-ews-connection.h:660:17: note: Function 'e_ews_connection_move_items' argument 6 names different: declaration 'items_ret' definition 'items'.
evolution-ews-3.4.4/src/server/e-ews-connection.c:4366:39: note: Function 'e_ews_connection_move_items' argument 6 names different: declaration 'items_ret' definition 'items'.
evolution-ews-3.4.4/src/server/e-ews-connection.c:4822:54: style: Function 'e_ews_connection_get_attachments_start' argument 3 names different: declaration 'comp_uid' definition 'uid'. [funcArgNamesDifferent]
evolution-ews-3.4.4/src/server/e-ews-connection.h:714:21: note: Function 'e_ews_connection_get_attachments_start' argument 3 names different: declaration 'comp_uid' definition 'uid'.
evolution-ews-3.4.4/src/server/e-ews-connection.c:4822:54: note: Function 'e_ews_connection_get_attachments_start' argument 3 names different: declaration 'comp_uid' definition 'uid'.
evolution-ews-3.4.4/src/server/e-ews-connection.c:4904:48: style: Function 'e_ews_connection_get_attachments' argument 3 names different: declaration 'comp_uid' definition 'uid'. [funcArgNamesDifferent]
evolution-ews-3.4.4/src/server/e-ews-connection.h:733:21: note: Function 'e_ews_connection_get_attachments' argument 3 names different: declaration 'comp_uid' definition 'uid'.
evolution-ews-3.4.4/src/server/e-ews-connection.c:4904:48: note: Function 'e_ews_connection_get_attachments' argument 3 names different: declaration 'comp_uid' definition 'uid'.
evolution-ews-3.4.4/src/server/e-ews-connection.c:4941:46: style: Function 'get_attachments_response_cb' argument 1 names different: declaration 'subparam' definition 'param'. [funcArgNamesDifferent]
evolution-ews-3.4.4/src/server/e-ews-connection.c:4817:58: note: Function 'get_attachments_response_cb' argument 1 names different: declaration 'subparam' definition 'param'.
evolution-ews-3.4.4/src/server/e-ews-connection.c:4941:46: note: Function 'get_attachments_response_cb' argument 1 names different: declaration 'subparam' definition 'param'.
evolution-ews-3.4.4/src/server/e-ews-connection.c:5103:42: style: Function 'e_ews_connection_get_free_busy' argument 4 names different: declaration 'create_user_data' definition 'free_busy_user_data'. [funcArgNamesDifferent]
evolution-ews-3.4.4/src/server/e-ews-connection.h:791:17: note: Function 'e_ews_connection_get_free_busy' argument 4 names different: declaration 'create_user_data' definition 'free_busy_user_data'.
evolution-ews-3.4.4/src/server/e-ews-connection.c:5103:42: note: Function 'e_ews_connection_get_free_busy' argument 4 names different: declaration 'create_user_data' definition 'free_busy_user_data'.
evolution-ews-3.4.4/src/server/e-ews-connection.c:5522:15: style: Variable 'async_data' is assigned a value that is never used. [unreadVariable]
evolution-ews-3.4.4/src/server/e-ews-connection.c:4571:0: error: Memory leak: buffer [memleak]
evolution-ews-3.4.4/src/server/e-ews-connection.c:953:35: error: Uninitialized variable: includes_last_item [uninitvar]
evolution-ews-3.4.4/src/server/e-ews-connection.c:992:35: error: Uninitialized variable: includes_last_item [uninitvar]
evolution-ews-3.4.4/src/server/e-ews-folder.c:136:9: style: The scope of the variable 'value' can be reduced. [variableScope]
evolution-ews-3.4.4/src/server/e-ews-folder.c:262:42: style: Function 'e_ews_folder_set_parent_id' argument 2 names different: declaration 'fid' definition 'parent_fid'. [funcArgNamesDifferent]
evolution-ews-3.4.4/src/server/e-ews-folder.h:66:68: note: Function 'e_ews_folder_set_parent_id' argument 2 names different: declaration 'fid' definition 'parent_fid'.
evolution-ews-3.4.4/src/server/e-ews-folder.c:262:42: note: Function 'e_ews_folder_set_parent_id' argument 2 names different: declaration 'fid' definition 'parent_fid'.
evolution-ews-3.4.4/src/server/e-ews-item-change.c:95:2: style: Variable 'fielduri' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-ews-3.4.4/src/server/e-ews-item-change.c:94:0: note: Variable 'fielduri' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/server/e-ews-item-change.c:95:2: note: Variable 'fielduri' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/server/e-ews-item-change.c:113:2: style: Variable 'fielduri' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-ews-3.4.4/src/server/e-ews-item-change.c:112:0: note: Variable 'fielduri' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/server/e-ews-item-change.c:113:2: note: Variable 'fielduri' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/server/e-ews-item.c:616:3: style: Variable 'mailbox' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-ews-3.4.4/src/server/e-ews-item.c:613:0: note: Variable 'mailbox' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/server/e-ews-item.c:616:3: note: Variable 'mailbox' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/server/e-ews-item.c:530:9: style: The scope of the variable 'value' can be reduced. [variableScope]
evolution-ews-3.4.4/src/server/e-ews-item.c:572:29: style: The scope of the variable 'subparam1' can be reduced. [variableScope]
evolution-ews-3.4.4/src/server/e-ews-item.c:573:9: style: The scope of the variable 'modified_occurrence_id' can be reduced. [variableScope]
evolution-ews-3.4.4/src/server/e-ews-item.c:589:29: style: The scope of the variable 'subparam1' can be reduced. [variableScope]
evolution-ews-3.4.4/src/server/e-ews-item.c:609:29: style: The scope of the variable 'subparam1' can be reduced. [variableScope]
evolution-ews-3.4.4/src/server/e-ews-item.c:1473:15: style: The scope of the variable 'param_name' can be reduced. [variableScope]
evolution-ews-3.4.4/src/server/e-ews-item.c:1290:31: style: Function 'e_ews_item_is_read' argument 2 names different: declaration 'is_read' definition 'read'. [funcArgNamesDifferent]
evolution-ews-3.4.4/src/server/e-ews-item.h:145:18: note: Function 'e_ews_item_is_read' argument 2 names different: declaration 'is_read' definition 'read'.
evolution-ews-3.4.4/src/server/e-ews-item.c:1290:31: note: Function 'e_ews_item_is_read' argument 2 names different: declaration 'is_read' definition 'read'.
evolution-ews-3.4.4/src/server/e-ews-item.c:1301:36: style: Function 'e_ews_item_is_forwarded' argument 2 names different: declaration 'is_forwarded' definition 'forwarded'. [funcArgNamesDifferent]
evolution-ews-3.4.4/src/server/e-ews-item.h:147:18: note: Function 'e_ews_item_is_forwarded' argument 2 names different: declaration 'is_forwarded' definition 'forwarded'.
evolution-ews-3.4.4/src/server/e-ews-item.c:1301:36: note: Function 'e_ews_item_is_forwarded' argument 2 names different: declaration 'is_forwarded' definition 'forwarded'.
evolution-ews-3.4.4/src/server/e-ews-item.c:1312:35: style: Function 'e_ews_item_is_answered' argument 2 names different: declaration 'is_answered' definition 'answered'. [funcArgNamesDifferent]
evolution-ews-3.4.4/src/server/e-ews-item.h:149:18: note: Function 'e_ews_item_is_answered' argument 2 names different: declaration 'is_answered' definition 'answered'.
evolution-ews-3.4.4/src/server/e-ews-item.c:1312:35: note: Function 'e_ews_item_is_answered' argument 2 names different: declaration 'is_answered' definition 'answered'.
evolution-ews-3.4.4/src/server/e-ews-item.c:1608:44: style: Function 'e_ews_item_get_email_address' argument 2 names different: declaration 'type' definition 'field'. [funcArgNamesDifferent]
evolution-ews-3.4.4/src/server/e-ews-item.h:192:74: note: Function 'e_ews_item_get_email_address' argument 2 names different: declaration 'type' definition 'field'.
evolution-ews-3.4.4/src/server/e-ews-item.c:1608:44: note: Function 'e_ews_item_get_email_address' argument 2 names different: declaration 'type' definition 'field'.
evolution-ews-3.4.4/src/server/e-ews-item.c:1629:47: style: Function 'e_ews_item_get_physical_address' argument 2 names different: declaration 'type' definition 'field'. [funcArgNamesDifferent]
evolution-ews-3.4.4/src/server/e-ews-item.h:194:65: note: Function 'e_ews_item_get_physical_address' argument 2 names different: declaration 'type' definition 'field'.
evolution-ews-3.4.4/src/server/e-ews-item.c:1629:47: note: Function 'e_ews_item_get_physical_address' argument 2 names different: declaration 'type' definition 'field'.
evolution-ews-3.4.4/src/server/e-ews-item.c:1652:43: style: Function 'e_ews_item_get_phone_number' argument 2 names different: declaration 'type' definition 'field'. [funcArgNamesDifferent]
evolution-ews-3.4.4/src/server/e-ews-item.h:195:73: note: Function 'e_ews_item_get_phone_number' argument 2 names different: declaration 'type' definition 'field'.
evolution-ews-3.4.4/src/server/e-ews-item.c:1652:43: note: Function 'e_ews_item_get_phone_number' argument 2 names different: declaration 'type' definition 'field'.
evolution-ews-3.4.4/src/server/e-ews-item.c:1673:41: style: Function 'e_ews_item_get_im_address' argument 2 names different: declaration 'type' definition 'field'. [funcArgNamesDifferent]
evolution-ews-3.4.4/src/server/e-ews-item.h:196:71: note: Function 'e_ews_item_get_im_address' argument 2 names different: declaration 'type' definition 'field'.
evolution-ews-3.4.4/src/server/e-ews-item.c:1673:41: note: Function 'e_ews_item_get_im_address' argument 2 names different: declaration 'type' definition 'field'.
evolution-ews-3.4.4/src/server/e-ews-message.c:34:49: style: Function 'e_ews_message_new_with_header' argument 5 names different: declaration 'version' definition 'server_info'. [funcArgNamesDifferent]
evolution-ews-3.4.4/src/server/e-ews-message.h:40:25: note: Function 'e_ews_message_new_with_header' argument 5 names different: declaration 'version' definition 'server_info'.
evolution-ews-3.4.4/src/server/e-ews-message.c:34:49: note: Function 'e_ews_message_new_with_header' argument 5 names different: declaration 'version' definition 'server_info'.
evolution-ews-3.4.4/src/server/e-soap-message.c:1109:2: style: Variable 'ns' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-ews-3.4.4/src/server/e-soap-message.c:1103:0: note: Variable 'ns' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/server/e-soap-message.c:1109:2: note: Variable 'ns' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/server/ews-marshal.c:56:69: style: Function 'ews_marshal_VOID__OBJECT_OBJECT_BOOLEAN' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
evolution-ews-3.4.4/src/server/ews-marshal.h:11:68: note: Function 'ews_marshal_VOID__OBJECT_OBJECT_BOOLEAN' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
evolution-ews-3.4.4/src/server/ews-marshal.c:56:69: note: Function 'ews_marshal_VOID__OBJECT_OBJECT_BOOLEAN' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
evolution-ews-3.4.4/src/server/ews-marshal.c:59:72: style: Function 'ews_marshal_VOID__OBJECT_OBJECT_BOOLEAN' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
evolution-ews-3.4.4/src/server/ews-marshal.h:14:68: note: Function 'ews_marshal_VOID__OBJECT_OBJECT_BOOLEAN' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
evolution-ews-3.4.4/src/server/ews-marshal.c:59:72: note: Function 'ews_marshal_VOID__OBJECT_OBJECT_BOOLEAN' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
evolution-ews-3.4.4/src/utils/e-ews-query-to-restriction.c:236:5: style: Variable 'value' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-ews-3.4.4/src/utils/e-ews-query-to-restriction.c:235:0: note: Variable 'value' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/utils/e-ews-query-to-restriction.c:236:5: note: Variable 'value' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/utils/e-ews-query-to-restriction.c:250:5: style: Variable 'value' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-ews-3.4.4/src/utils/e-ews-query-to-restriction.c:249:0: note: Variable 'value' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/utils/e-ews-query-to-restriction.c:250:5: note: Variable 'value' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/utils/e-ews-query-to-restriction.c:269:5: style: Variable 'value' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-ews-3.4.4/src/utils/e-ews-query-to-restriction.c:267:0: note: Variable 'value' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/utils/e-ews-query-to-restriction.c:269:5: note: Variable 'value' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/utils/e-ews-query-to-restriction.c:280:5: style: Variable 'value' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-ews-3.4.4/src/utils/e-ews-query-to-restriction.c:278:0: note: Variable 'value' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/utils/e-ews-query-to-restriction.c:280:5: note: Variable 'value' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/utils/e-ews-query-to-restriction.c:353:5: style: Variable 'value' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-ews-3.4.4/src/utils/e-ews-query-to-restriction.c:352:0: note: Variable 'value' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/utils/e-ews-query-to-restriction.c:353:5: note: Variable 'value' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/utils/e-ews-query-to-restriction.c:358:5: style: Variable 'value' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-ews-3.4.4/src/utils/e-ews-query-to-restriction.c:357:0: note: Variable 'value' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/utils/e-ews-query-to-restriction.c:358:5: note: Variable 'value' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/utils/e-ews-query-to-restriction.c:363:5: style: Variable 'value' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-ews-3.4.4/src/utils/e-ews-query-to-restriction.c:362:0: note: Variable 'value' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/utils/e-ews-query-to-restriction.c:363:5: note: Variable 'value' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/utils/e-ews-query-to-restriction.c:368:5: style: Variable 'value' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-ews-3.4.4/src/utils/e-ews-query-to-restriction.c:367:0: note: Variable 'value' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/utils/e-ews-query-to-restriction.c:368:5: note: Variable 'value' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/utils/e-ews-query-to-restriction.c:376:5: style: Variable 'value' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-ews-3.4.4/src/utils/e-ews-query-to-restriction.c:375:0: note: Variable 'value' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/utils/e-ews-query-to-restriction.c:376:5: note: Variable 'value' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/utils/e-ews-query-to-restriction.c:381:5: style: Variable 'value' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-ews-3.4.4/src/utils/e-ews-query-to-restriction.c:380:0: note: Variable 'value' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/utils/e-ews-query-to-restriction.c:381:5: note: Variable 'value' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/utils/e-ews-query-to-restriction.c:386:5: style: Variable 'value' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-ews-3.4.4/src/utils/e-ews-query-to-restriction.c:385:0: note: Variable 'value' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/utils/e-ews-query-to-restriction.c:386:5: note: Variable 'value' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/utils/e-ews-query-to-restriction.c:393:5: style: Variable 'value' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-ews-3.4.4/src/utils/e-ews-query-to-restriction.c:390:0: note: Variable 'value' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/utils/e-ews-query-to-restriction.c:393:5: note: Variable 'value' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/utils/ews-esource-utils.c:79:2: style: Variable 'group' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-ews-3.4.4/src/utils/ews-esource-utils.c:73:0: note: Variable 'group' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/utils/ews-esource-utils.c:79:2: note: Variable 'group' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/utils/ews-esource-utils.c:27:47: style: Function 'ews_find_source_by_matched_prop' argument 3 names different: declaration 'val' definition 'value'. [funcArgNamesDifferent]
evolution-ews-3.4.4/src/utils/ews-esource-utils.h:58:83: note: Function 'ews_find_source_by_matched_prop' argument 3 names different: declaration 'val' definition 'value'.
evolution-ews-3.4.4/src/utils/ews-esource-utils.c:27:47: note: Function 'ews_find_source_by_matched_prop' argument 3 names different: declaration 'val' definition 'value'.
evolution-ews-3.4.4/src/utils/ews-test-finditem-query.c:120:2: style: Variable 'folder_name' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-ews-3.4.4/src/utils/ews-test-finditem-query.c:101:0: note: Variable 'folder_name' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/utils/ews-test-finditem-query.c:120:2: note: Variable 'folder_name' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/utils/ews-test-finditem-query.c:122:2: style: Variable 'fid' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-ews-3.4.4/src/utils/ews-test-finditem-query.c:104:0: note: Variable 'fid' is reassigned a value before the old one has been used.
evolution-ews-3.4.4/src/utils/ews-test-finditem-query.c:122:2: note: Variable 'fid' is reassigned a value before the old one has been used.
[19:04]

ftp://ftp.se.debian.org/debian/pool/main/e/evolution-exchange/evolution-exchange_3.4.4.orig.tar.xz
evolution-exchange-3.4.4/addressbook/e-book-backend-db-cache.c:99:9: style: The scope of the variable 'filename' can be reduced. [variableScope]
evolution-exchange-3.4.4/addressbook/e-book-backend-db-cache.c:138:9: style: The scope of the variable 't' can be reduced. [variableScope]
evolution-exchange-3.4.4/addressbook/e-book-backend-db-cache.c:119:48: style: Function 'e_book_backend_db_cache_set_time' argument 2 names different: declaration 'time' definition 't'. [funcArgNamesDifferent]
evolution-exchange-3.4.4/addressbook/e-book-backend-db-cache.h:33:61: note: Function 'e_book_backend_db_cache_set_time' argument 2 names different: declaration 'time' definition 't'.
evolution-exchange-3.4.4/addressbook/e-book-backend-db-cache.c:119:48: note: Function 'e_book_backend_db_cache_set_time' argument 2 names different: declaration 'time' definition 't'.
evolution-exchange-3.4.4/addressbook/e-book-backend-db-cache.c:36:10: warning: Size of pointer 'dbt' used instead of size of its data. [pointerSize]
evolution-exchange-3.4.4/addressbook/e-book-backend-exchange.c:2170:42: warning: Either the condition 'query?query:"[null]"' is redundant or there is possible null pointer dereference: query. [nullPointerRedundantCheck]
evolution-exchange-3.4.4/addressbook/e-book-backend-exchange.c:2180:78: note: Assuming that condition 'query?query:"[null]"' is not redundant
evolution-exchange-3.4.4/addressbook/e-book-backend-exchange.c:2170:42: note: Null pointer dereference
evolution-exchange-3.4.4/addressbook/e-book-backend-exchange.c:975:2: style: Variable 'categories_list' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-exchange-3.4.4/addressbook/e-book-backend-exchange.c:971:0: note: Variable 'categories_list' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/addressbook/e-book-backend-exchange.c:975:2: note: Variable 'categories_list' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/addressbook/e-book-backend-exchange.c:2670:2: style: Variable 'int_uri' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-exchange-3.4.4/addressbook/e-book-backend-exchange.c:2667:0: note: Variable 'int_uri' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/addressbook/e-book-backend-exchange.c:2670:2: note: Variable 'int_uri' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/addressbook/e-book-backend-exchange.c:2679:3: style: Variable 'account' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-exchange-3.4.4/addressbook/e-book-backend-exchange.c:2674:0: note: Variable 'account' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/addressbook/e-book-backend-exchange.c:2679:3: note: Variable 'account' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/addressbook/e-book-backend-exchange.c:429:15: style: The scope of the variable 'filename' can be reduced. [variableScope]
evolution-exchange-3.4.4/addressbook/e-book-backend-exchange.c:435:18: style: The scope of the variable 'multipart' can be reduced. [variableScope]
evolution-exchange-3.4.4/addressbook/e-book-backend-exchange.c:436:17: style: The scope of the variable 'part' can be reduced. [variableScope]
evolution-exchange-3.4.4/addressbook/e-book-backend-exchange.c:639:12: style: The scope of the variable 'contact' can be reduced. [variableScope]
evolution-exchange-3.4.4/addressbook/e-book-backend-exchange.c:670:12: style: The scope of the variable 'contact' can be reduced. [variableScope]
evolution-exchange-3.4.4/addressbook/e-book-backend-exchange.c:895:9: style: The scope of the variable 'new_email' can be reduced. [variableScope]
evolution-exchange-3.4.4/addressbook/e-book-backend-exchange.c:895:21: style: The scope of the variable 'cur_email' can be reduced. [variableScope]
evolution-exchange-3.4.4/addressbook/e-book-backend-exchange.c:1016:9: style: The scope of the variable 'tt' can be reduced. [variableScope]
evolution-exchange-3.4.4/addressbook/e-book-backend-exchange.c:1219:19: style: The scope of the variable 'attr' can be reduced. [variableScope]
evolution-exchange-3.4.4/addressbook/e-book-backend-exchange.c:1396:20: style: The scope of the variable 'type' can be reduced. [variableScope]
evolution-exchange-3.4.4/addressbook/e-book-backend-exchange.c:1400:29: style: The scope of the variable 'photo_part' can be reduced. [variableScope]
evolution-exchange-3.4.4/addressbook/e-book-backend-exchange.c:1954:15: style: The scope of the variable 'uri' can be reduced. [variableScope]
evolution-exchange-3.4.4/addressbook/e-book-backend-exchange.c:2221:12: style: The scope of the variable 'contact' can be reduced. [variableScope]
evolution-exchange-3.4.4/addressbook/e-book-backend-exchange.c:2272:18: style: The scope of the variable 'rn' can be reduced. [variableScope]
evolution-exchange-3.4.4/addressbook/e-book-backend-exchange.c:2273:17: style: The scope of the variable 'iter' can be reduced. [variableScope]
evolution-exchange-3.4.4/addressbook/e-book-backend-exchange.c:2274:13: style: The scope of the variable 'result' can be reduced. [variableScope]
evolution-exchange-3.4.4/addressbook/e-book-backend-exchange.c:2276:9: style: The scope of the variable 'vcard' can be reduced. [variableScope]
evolution-exchange-3.4.4/addressbook/e-book-backend-exchange.c:2277:9: style: The scope of the variable 'temp' can be reduced. [variableScope]
evolution-exchange-3.4.4/addressbook/e-book-backend-exchange.c:2359:18: style: The scope of the variable 'rn' can be reduced. [variableScope]
evolution-exchange-3.4.4/addressbook/e-book-backend-exchange.c:2360:17: style: The scope of the variable 'iter' can be reduced. [variableScope]
evolution-exchange-3.4.4/addressbook/e-book-backend-exchange.c:2361:13: style: The scope of the variable 'result' can be reduced. [variableScope]
evolution-exchange-3.4.4/addressbook/e-book-backend-exchange.c:2363:12: style: The scope of the variable 'contact' can be reduced. [variableScope]
evolution-exchange-3.4.4/addressbook/e-book-backend-exchange.c:2364:9: style: The scope of the variable 'temp_list' can be reduced. [variableScope]
evolution-exchange-3.4.4/addressbook/e-book-backend-exchange.c:2154:57: style: Function 'e_book_backend_exchange_build_restriction' argument 1 names different: declaration 'sexp' definition 'query'. [funcArgNamesDifferent]
evolution-exchange-3.4.4/addressbook/e-book-backend-exchange.c:108:80: note: Function 'e_book_backend_exchange_build_restriction' argument 1 names different: declaration 'sexp' definition 'query'.
evolution-exchange-3.4.4/addressbook/e-book-backend-exchange.c:2154:57: note: Function 'e_book_backend_exchange_build_restriction' argument 1 names different: declaration 'sexp' definition 'query'.
evolution-exchange-3.4.4/addressbook/e-book-backend-gal.c:2017:19: style: Condition 'view_limit==-1' is always true [knownConditionTrueFalse]
evolution-exchange-3.4.4/addressbook/e-book-backend-gal.c:2016:18: note: Assignment 'view_limit=-1', assigned value is -1
evolution-exchange-3.4.4/addressbook/e-book-backend-gal.c:2017:19: note: Condition 'view_limit==-1' is always true
evolution-exchange-3.4.4/addressbook/e-book-backend-gal.c:282:3: warning: Either the condition 'user_data!=NULL' is redundant or there is possible null pointer dereference: pick. [nullPointerRedundantCheck]
evolution-exchange-3.4.4/addressbook/e-book-backend-gal.c:279:34: note: Assuming that condition 'user_data!=NULL' is not redundant
evolution-exchange-3.4.4/addressbook/e-book-backend-gal.c:277:25: note: Assignment 'pick=user_data', assigned value is 0
evolution-exchange-3.4.4/addressbook/e-book-backend-gal.c:282:3: note: Null pointer dereference
evolution-exchange-3.4.4/addressbook/e-book-backend-gal.c:1467:2: style: Variable 'result_str' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-exchange-3.4.4/addressbook/e-book-backend-gal.c:1440:0: note: Variable 'result_str' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/addressbook/e-book-backend-gal.c:1467:2: note: Variable 'result_str' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/addressbook/e-book-backend-gal.c:670:20: style: The scope of the variable 'get_contact_op' can be reduced. [variableScope]
evolution-exchange-3.4.4/addressbook/e-book-backend-gal.c:673:17: style: The scope of the variable 'book_view' can be reduced. [variableScope]
evolution-exchange-3.4.4/addressbook/e-book-backend-gal.c:775:15: style: The scope of the variable 'e' can be reduced. [variableScope]
evolution-exchange-3.4.4/addressbook/e-book-backend-gal.c:874:24: style: The scope of the variable 'contact_list_op' can be reduced. [variableScope]
evolution-exchange-3.4.4/addressbook/e-book-backend-gal.c:877:17: style: The scope of the variable 'book_view' can be reduced. [variableScope]
evolution-exchange-3.4.4/addressbook/e-book-backend-gal.c:1236:10: style: The scope of the variable 'first' can be reduced. [variableScope]
evolution-exchange-3.4.4/addressbook/e-book-backend-gal.c:1236:18: style: The scope of the variable 'last' can be reduced. [variableScope]
evolution-exchange-3.4.4/addressbook/e-book-backend-gal.c:1404:10: style: The scope of the variable 'member_info' can be reduced. [variableScope]
evolution-exchange-3.4.4/addressbook/e-book-backend-gal.c:1774:15: style: The scope of the variable 'e' can be reduced. [variableScope]
evolution-exchange-3.4.4/addressbook/e-book-backend-gal.c:1456:9: style: Variable 'input_str' is modified but its new value is never used. [unreadVariable]
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange-calendar.c:387:6: style: Condition 'since' is always false [knownConditionTrueFalse]
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange-calendar.c:360:23: note: Assignment 'since=NULL', assigned value is 0
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange-calendar.c:387:6: note: Condition 'since' is always false
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange-calendar.c:1683:3: warning: Possible null pointer dereference: new_ecalcomp [nullPointer]
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange-calendar.c:1770:9: note: Calling function 'remove_object', 8th argument 'new_ecalcomp' value is 0
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange-calendar.c:1683:3: note: Null pointer dereference
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange-calendar.c:426:3: style: Variable 'receipts' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange-calendar.c:425:3: note: Variable 'receipts' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange-calendar.c:426:3: note: Variable 'receipts' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange-calendar.c:507:3: style: Variable 'receipts' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange-calendar.c:506:3: note: Variable 'receipts' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange-calendar.c:507:3: note: Variable 'receipts' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange-calendar.c:1755:3: style: Variable 'rid' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange-calendar.c:1741:0: note: Variable 'rid' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange-calendar.c:1755:3: note: Variable 'rid' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange-calendar.c:2539:2: style: Variable 'object_class' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange-calendar.c:2536:0: note: Variable 'object_class' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange-calendar.c:2539:2: note: Variable 'object_class' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange-calendar.c:2542:2: style: Variable 'sync_class' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange-calendar.c:2537:0: note: Variable 'sync_class' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange-calendar.c:2542:2: note: Variable 'sync_class' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange-calendar.c:692:15: style: The scope of the variable 'x_name' can be reduced. [variableScope]
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange-calendar.c:805:14: style: The scope of the variable 'e2kctx' can be reduced. [variableScope]
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange-calendar.c:1031:15: style: The scope of the variable 'x_name' can be reduced. [variableScope]
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange-calendar.c:1031:24: style: The scope of the variable 'x_val' can be reduced. [variableScope]
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange-calendar.c:1604:9: style: The scope of the variable 'calobj' can be reduced. [variableScope]
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange-calendar.c:2328:16: style: The scope of the variable 'prop' can be reduced. [variableScope]
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange-calendar.c:2358:9: style: The scope of the variable 'ecomp_str' can be reduced. [variableScope]
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange-tasks.c:619:6: style: Condition 'since' is always false [knownConditionTrueFalse]
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange-tasks.c:607:23: note: Assignment 'since=NULL', assigned value is 0
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange-tasks.c:619:6: note: Condition 'since' is always false
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange-tasks.c:857:4: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange-tasks.c:853:0: note: Variable 'status' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange-tasks.c:857:4: note: Variable 'status' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange-tasks.c:1435:3: style: Variable 'rid' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange-tasks.c:1421:0: note: Variable 'rid' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange-tasks.c:1435:3: note: Variable 'rid' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange-tasks.c:1397:17: style: The scope of the variable 'ecalcomp' can be reduced. [variableScope]
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange-tasks.c:1401:17: style: The scope of the variable 'subcomp' can be reduced. [variableScope]
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange-tasks.c:43:24: style: struct member 'ECalBackendExchangeTasksObject::full_object' is never used. [unusedStructMember]
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange-tasks.c:44:21: style: struct member 'ECalBackendExchangeTasksObject::recurrences' is never used. [unusedStructMember]
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange-tasks.c:50:9: style: struct member '_ECalBackendExchangeTasksPrivate::uri' is never used. [unusedStructMember]
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange-tasks.c:53:17: style: struct member '_ECalBackendExchangeTasksPrivate::icalcomp' is never used. [unusedStructMember]
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange-tasks.c:60:21: style: struct member '_ECalBackendExchangeTasksPrivate::comp_uid_hash' is never used. [unusedStructMember]
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange-tasks.c:62:9: style: struct member '_ECalBackendExchangeTasksPrivate::comp' is never used. [unusedStructMember]
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange-tasks.c:1079:26: style: struct member '_cb_data::be' is never used. [unusedStructMember]
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange-tasks.c:1080:24: style: struct member '_cb_data::vcal_comp' is never used. [unusedStructMember]
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange-tasks.c:1081:19: style: struct member '_cb_data::cal' is never used. [unusedStructMember]
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange-tasks.c:1444:51: error: Uninitialized variable: calobj [uninitvar]
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange.c:335:2: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange.c:325:0: note: Variable 'data' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange.c:335:2: note: Variable 'data' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange.c:398:3: style: Variable 'display_contents' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange.c:392:0: note: Variable 'display_contents' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange.c:398:3: note: Variable 'display_contents' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange.c:1586:2: style: Variable 'from_string' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange.c:1583:0: note: Variable 'from_string' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange.c:1586:2: note: Variable 'from_string' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange.c:1599:2: style: Variable 'sender_string' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange.c:1596:0: note: Variable 'sender_string' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange.c:1599:2: note: Variable 'sender_string' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange.c:1773:2: style: Variable 'prop' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange.c:1771:0: note: Variable 'prop' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange.c:1773:2: note: Variable 'prop' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange.c:164:35: style: The scope of the variable 'tmp_comp' can be reduced. [variableScope]
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange.c:167:16: style: The scope of the variable 'prop' can be reduced. [variableScope]
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange.c:168:9: style: The scope of the variable 'lastmod' can be reduced. [variableScope]
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange.c:1256:17: style: The scope of the variable 'comp' can be reduced. [variableScope]
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange.c:1678:18: style: The scope of the variable 'multipart' can be reduced. [variableScope]
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange.c:1679:17: style: The scope of the variable 'part' can be reduced. [variableScope]
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange.c:1681:9: style: The scope of the variable 'attach_file_url' can be reduced. [variableScope]
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange.c:1681:27: style: The scope of the variable 'attach_file' can be reduced. [variableScope]
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange.c:1684:10: style: The scope of the variable 'attach_data' can be reduced. [variableScope]
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange.c:893:48: style: Function 'e_cal_backend_exchange_modify_object' argument 4 names different: declaration 'remove_detached' definition 'discard_detached'. [funcArgNamesDifferent]
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange.h:74:19: note: Function 'e_cal_backend_exchange_modify_object' argument 4 names different: declaration 'remove_detached' definition 'discard_detached'.
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange.c:893:48: note: Function 'e_cal_backend_exchange_modify_object' argument 4 names different: declaration 'remove_detached' definition 'discard_detached'.
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange.c:1515:42: style: Function 'e_cal_backend_exchange_get_from' argument 3 names different: declaration 'from_name' definition 'name'. [funcArgNamesDifferent]
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange.h:102:14: note: Function 'e_cal_backend_exchange_get_from' argument 3 names different: declaration 'from_name' definition 'name'.
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange.c:1515:42: note: Function 'e_cal_backend_exchange_get_from' argument 3 names different: declaration 'from_name' definition 'name'.
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange.c:1516:42: style: Function 'e_cal_backend_exchange_get_from' argument 4 names different: declaration 'from_addr' definition 'email'. [funcArgNamesDifferent]
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange.h:102:33: note: Function 'e_cal_backend_exchange_get_from' argument 4 names different: declaration 'from_addr' definition 'email'.
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange.c:1516:42: note: Function 'e_cal_backend_exchange_get_from' argument 4 names different: declaration 'from_addr' definition 'email'.
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange.c:1535:44: style: Function 'e_cal_backend_exchange_get_sender' argument 3 names different: declaration 'from_name' definition 'name'. [funcArgNamesDifferent]
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange.h:105:14: note: Function 'e_cal_backend_exchange_get_sender' argument 3 names different: declaration 'from_name' definition 'name'.
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange.c:1535:44: note: Function 'e_cal_backend_exchange_get_sender' argument 3 names different: declaration 'from_name' definition 'name'.
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange.c:1536:44: style: Function 'e_cal_backend_exchange_get_sender' argument 4 names different: declaration 'from_addr' definition 'email'. [funcArgNamesDifferent]
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange.h:105:33: note: Function 'e_cal_backend_exchange_get_sender' argument 4 names different: declaration 'from_addr' definition 'email'.
evolution-exchange-3.4.4/calendar/e-cal-backend-exchange.c:1536:44: note: Function 'e_cal_backend_exchange_get_sender' argument 4 names different: declaration 'from_addr' definition 'email'.
evolution-exchange-3.4.4/camel/camel-exchange-folder.c:1209:7: style: Condition 'len' is always false [knownConditionTrueFalse]
evolution-exchange-3.4.4/camel/camel-exchange-folder.c:1098:16: note: Assignment 'len=0', assigned value is 0
evolution-exchange-3.4.4/camel/camel-exchange-folder.c:1209:7: note: Condition 'len' is always false
evolution-exchange-3.4.4/camel/camel-exchange-folder.c:458:2: style: Variable 'old_subject' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-exchange-3.4.4/camel/camel-exchange-folder.c:442:0: note: Variable 'old_subject' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/camel/camel-exchange-folder.c:458:2: note: Variable 'old_subject' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/camel/camel-exchange-folder.c:64:15: style: The scope of the variable 'stream_cache' can be reduced. [variableScope]
evolution-exchange-3.4.4/camel/camel-exchange-folder.c:110:24: style: The scope of the variable 'stream_mem' can be reduced. [variableScope]
evolution-exchange-3.4.4/camel/camel-exchange-folder.c:183:30: style: The scope of the variable 'new' can be reduced. [variableScope]
evolution-exchange-3.4.4/camel/camel-exchange-folder.c:241:20: style: The scope of the variable 'info' can be reduced. [variableScope]
evolution-exchange-3.4.4/camel/camel-exchange-folder.c:443:11: style: The scope of the variable 'new_subject' can be reduced. [variableScope]
evolution-exchange-3.4.4/camel/camel-exchange-folder.c:1052:25: style: The scope of the variable 'changes' can be reduced. [variableScope]
evolution-exchange-3.4.4/camel/camel-exchange-folder.c:1091:23: style: The scope of the variable 'uids' can be reduced. [variableScope]
evolution-exchange-3.4.4/camel/camel-exchange-folder.c:1091:30: style: The scope of the variable 'hrefs' can be reduced. [variableScope]
evolution-exchange-3.4.4/camel/camel-exchange-folder.c:1092:14: style: The scope of the variable 'flags' can be reduced. [variableScope]
evolution-exchange-3.4.4/camel/camel-exchange-journal.c:476:54: style: Function 'camel_exchange_journal_append' argument 1 names different: declaration 'journal' definition 'exchange_journal'. [funcArgNamesDifferent]
evolution-exchange-3.4.4/camel/camel-exchange-journal.h:89:63: note: Function 'camel_exchange_journal_append' argument 1 names different: declaration 'journal' definition 'exchange_journal'.
evolution-exchange-3.4.4/camel/camel-exchange-journal.c:476:54: note: Function 'camel_exchange_journal_append' argument 1 names different: declaration 'journal' definition 'exchange_journal'.
evolution-exchange-3.4.4/camel/camel-exchange-journal.c:545:56: style: Function 'camel_exchange_journal_transfer' argument 1 names different: declaration 'journal' definition 'exchange_journal'. [funcArgNamesDifferent]
evolution-exchange-3.4.4/camel/camel-exchange-journal.h:96:65: note: Function 'camel_exchange_journal_transfer' argument 1 names different: declaration 'journal' definition 'exchange_journal'.
evolution-exchange-3.4.4/camel/camel-exchange-journal.c:545:56: note: Function 'camel_exchange_journal_transfer' argument 1 names different: declaration 'journal' definition 'exchange_journal'.
evolution-exchange-3.4.4/camel/camel-exchange-journal.c:596:54: style: Function 'camel_exchange_journal_delete' argument 1 names different: declaration 'journal' definition 'exchange_journal'. [funcArgNamesDifferent]
evolution-exchange-3.4.4/camel/camel-exchange-journal.h:105:63: note: Function 'camel_exchange_journal_delete' argument 1 names different: declaration 'journal' definition 'exchange_journal'.
evolution-exchange-3.4.4/camel/camel-exchange-journal.c:596:54: note: Function 'camel_exchange_journal_delete' argument 1 names different: declaration 'journal' definition 'exchange_journal'.
evolution-exchange-3.4.4/camel/camel-exchange-provider.c:202:15: style: The scope of the variable 'p' can be reduced. [variableScope]
evolution-exchange-3.4.4/camel/camel-exchange-summary.c:195:28: style: The scope of the variable 'einfo' can be reduced. [variableScope]
evolution-exchange-3.4.4/camel/camel-exchange-summary.c:410:49: style: Function 'camel_exchange_summary_set_article_num' argument 2 names different: declaration 'high_article_num' definition 'article_num'. [funcArgNamesDifferent]
evolution-exchange-3.4.4/camel/camel-exchange-summary.h:74:16: note: Function 'camel_exchange_summary_set_article_num' argument 2 names different: declaration 'high_article_num' definition 'article_num'.
evolution-exchange-3.4.4/camel/camel-exchange-summary.c:410:49: note: Function 'camel_exchange_summary_set_article_num' argument 2 names different: declaration 'high_article_num' definition 'article_num'.
evolution-exchange-3.4.4/camel/camel-exchange-utils.c:192:12: warning: Either the condition 'edies_ptr!=NULL' is redundant or there is possible null pointer dereference: edies_lst_ptr. [nullPointerRedundantCheck]
evolution-exchange-3.4.4/camel/camel-exchange-utils.c:188:30: note: Assuming that condition 'edies_ptr!=NULL' is not redundant
evolution-exchange-3.4.4/camel/camel-exchange-utils.c:186:27: note: Assignment 'edies_lst_ptr=edies_ptr', assigned value is 0
evolution-exchange-3.4.4/camel/camel-exchange-utils.c:192:12: note: Null pointer dereference
evolution-exchange-3.4.4/camel/camel-exchange-utils.c:1013:2: style: Variable 'msgs_copy' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-exchange-3.4.4/camel/camel-exchange-utils.c:1009:0: note: Variable 'msgs_copy' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/camel/camel-exchange-utils.c:1013:2: note: Variable 'msgs_copy' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/camel/camel-exchange-utils.c:1016:2: style: Variable 'rm_idx_uid' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-exchange-3.4.4/camel/camel-exchange-utils.c:1010:0: note: Variable 'rm_idx_uid' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/camel/camel-exchange-utils.c:1016:2: note: Variable 'rm_idx_uid' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/camel/camel-exchange-utils.c:2070:2: style: Variable 'mode' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-exchange-3.4.4/camel/camel-exchange-utils.c:2062:0: note: Variable 'mode' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/camel/camel-exchange-utils.c:2070:2: note: Variable 'mode' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/camel/camel-exchange-utils.c:315:19: style: The scope of the variable 'mmsg' can be reduced. [variableScope]
evolution-exchange-3.4.4/camel/camel-exchange-utils.c:2057:11: style: The scope of the variable 'folder' can be reduced. [variableScope]
evolution-exchange-3.4.4/camel/camel-exchange-utils.c:2058:15: style: The scope of the variable 'type' can be reduced. [variableScope]
evolution-exchange-3.4.4/camel/camel-exchange-utils.c:2058:22: style: The scope of the variable 'name' can be reduced. [variableScope]
evolution-exchange-3.4.4/camel/camel-exchange-utils.c:2058:29: style: The scope of the variable 'uri' can be reduced. [variableScope]
evolution-exchange-3.4.4/camel/camel-exchange-utils.c:2063:9: style: The scope of the variable 'full_path' can be reduced. [variableScope]
evolution-exchange-3.4.4/camel/camel-exchange-utils.c:2369:19: style: The scope of the variable 'mmsg' can be reduced. [variableScope]
evolution-exchange-3.4.4/camel/camel-exchange-utils.c:2372:15: style: The scope of the variable 'outlook_class' can be reduced. [variableScope]
evolution-exchange-3.4.4/camel/camel-exchange-utils.c:2559:19: style: The scope of the variable 'mmsg' can be reduced. [variableScope]
evolution-exchange-3.4.4/camel/camel-exchange-utils.c:2953:22: style: The scope of the variable 'repl_uid' can be reduced. [variableScope]
evolution-exchange-3.4.4/camel/camel-exchange-utils.c:2554:50: style: Function 'camel_exchange_utils_expunge_uids' argument 4 names different: declaration 'cancelable' definition 'cancellable'. [funcArgNamesDifferent]
evolution-exchange-3.4.4/camel/camel-exchange-utils.h:49:22: note: Function 'camel_exchange_utils_expunge_uids' argument 4 names different: declaration 'cancelable' definition 'cancellable'.
evolution-exchange-3.4.4/camel/camel-exchange-utils.c:2554:50: note: Function 'camel_exchange_utils_expunge_uids' argument 4 names different: declaration 'cancelable' definition 'cancellable'.
evolution-exchange-3.4.4/camel/mail-utils.c:172:48: style: The scope of the variable 'ctend' can be reduced. [variableScope]
evolution-exchange-3.4.4/eplugin/exchange-account-setup.c:980:22: style: Condition 'auth_changed_id==0' is always true [knownConditionTrueFalse]
evolution-exchange-3.4.4/eplugin/exchange-account-setup.c:899:40: note: Assignment 'auth_changed_id=0', assigned value is 0
evolution-exchange-3.4.4/eplugin/exchange-account-setup.c:980:22: note: Condition 'auth_changed_id==0' is always true
evolution-exchange-3.4.4/eplugin/exchange-account-setup.c:441:15: style: The scope of the variable 'id_name' can be reduced. [variableScope]
evolution-exchange-3.4.4/eplugin/exchange-calendar.c:70:11: style: The scope of the variable 'folder' can be reduced. [variableScope]
evolution-exchange-3.4.4/eplugin/exchange-calendar.c:72:9: style: The scope of the variable 'type' can be reduced. [variableScope]
evolution-exchange-3.4.4/eplugin/exchange-calendar.c:152:68: style: The scope of the variable 'lbl_size' can be reduced. [variableScope]
evolution-exchange-3.4.4/eplugin/exchange-calendar.c:152:79: style: The scope of the variable 'lbl_size_val' can be reduced. [variableScope]
evolution-exchange-3.4.4/eplugin/exchange-calendar.c:158:16: style: The scope of the variable 'model' can be reduced. [variableScope]
evolution-exchange-3.4.4/eplugin/exchange-calendar.c:164:9: style: The scope of the variable 'ruri' can be reduced. [variableScope]
evolution-exchange-3.4.4/eplugin/exchange-calendar.c:167:9: style: The scope of the variable 'cal_name' can be reduced. [variableScope]
evolution-exchange-3.4.4/eplugin/exchange-calendar.c:168:9: style: The scope of the variable 'folder_size' can be reduced. [variableScope]
evolution-exchange-3.4.4/eplugin/exchange-calendar.c:172:9: style: The scope of the variable 'offline_msg' can be reduced. [variableScope]
evolution-exchange-3.4.4/eplugin/exchange-calendar.c:173:13: style: The scope of the variable 'lbl_offline_msg' can be reduced. [variableScope]
evolution-exchange-3.4.4/eplugin/exchange-config-listener.c:1499:24: style: Redundant condition: offline_mode. '!offline_mode || (offline_mode && strcmp(offline_mode,"1"))' is equivalent to '!offline_mode || strcmp(offline_mode,"1")' [redundantCondition]
evolution-exchange-3.4.4/eplugin/exchange-config-listener.c:1299:2: style: Variable 'c_source_list' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-exchange-3.4.4/eplugin/exchange-config-listener.c:1294:0: note: Variable 'c_source_list' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/eplugin/exchange-config-listener.c:1299:2: note: Variable 'c_source_list' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/eplugin/exchange-config-listener.c:1300:2: style: Variable 't_source_list' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-exchange-3.4.4/eplugin/exchange-config-listener.c:1294:0: note: Variable 't_source_list' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/eplugin/exchange-config-listener.c:1300:2: note: Variable 't_source_list' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/eplugin/exchange-config-listener.c:1301:2: style: Variable 'a_source_list' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-exchange-3.4.4/eplugin/exchange-config-listener.c:1295:0: note: Variable 'a_source_list' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/eplugin/exchange-config-listener.c:1301:2: note: Variable 'a_source_list' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/eplugin/exchange-config-listener.c:510:16: style: The scope of the variable 'group' can be reduced. [variableScope]
evolution-exchange-3.4.4/eplugin/exchange-config-listener.c:817:26: style: The scope of the variable 'title' can be reduced. [variableScope]
evolution-exchange-3.4.4/eplugin/exchange-config-listener.c:817:34: style: The scope of the variable 'url_string' can be reduced. [variableScope]
evolution-exchange-3.4.4/eplugin/exchange-config-listener.c:878:14: style: The scope of the variable 'widget' can be reduced. [variableScope]
evolution-exchange-3.4.4/eplugin/exchange-config-listener.c:1410:9: style: The scope of the variable 'param1' can be reduced. [variableScope]
evolution-exchange-3.4.4/eplugin/exchange-config-listener.c:1410:18: style: The scope of the variable 'param2' can be reduced. [variableScope]
evolution-exchange-3.4.4/eplugin/exchange-config-listener.c:1456:16: style: The scope of the variable 'group' can be reduced. [variableScope]
evolution-exchange-3.4.4/eplugin/exchange-config-listener.c:812:64: style: Function 'exchange_config_listener_authenticate' argument 1 names different: declaration 'excl' definition 'ex_conf_listener'. [funcArgNamesDifferent]
evolution-exchange-3.4.4/eplugin/exchange-config-listener.h:79:86: note: Function 'exchange_config_listener_authenticate' argument 1 names different: declaration 'excl' definition 'ex_conf_listener'.
evolution-exchange-3.4.4/eplugin/exchange-config-listener.c:812:64: note: Function 'exchange_config_listener_authenticate' argument 1 names different: declaration 'excl' definition 'ex_conf_listener'.
evolution-exchange-3.4.4/eplugin/exchange-config-listener.c:937:30: style: Function 'account_added' argument 1 names different: declaration 'account_listener' definition 'account_list'. [funcArgNamesDifferent]
evolution-exchange-3.4.4/eplugin/exchange-config-listener.c:84:44: note: Function 'account_added' argument 1 names different: declaration 'account_listener' definition 'account_list'.
evolution-exchange-3.4.4/eplugin/exchange-config-listener.c:937:30: note: Function 'account_added' argument 1 names different: declaration 'account_listener' definition 'account_list'.
evolution-exchange-3.4.4/eplugin/exchange-config-listener.c:1072:32: style: Function 'account_changed' argument 1 names different: declaration 'account_listener' definition 'account_list'. [funcArgNamesDifferent]
evolution-exchange-3.4.4/eplugin/exchange-config-listener.c:86:44: note: Function 'account_changed' argument 1 names different: declaration 'account_listener' definition 'account_list'.
evolution-exchange-3.4.4/eplugin/exchange-config-listener.c:1072:32: note: Function 'account_changed' argument 1 names different: declaration 'account_listener' definition 'account_list'.
evolution-exchange-3.4.4/eplugin/exchange-config-listener.c:1166:32: style: Function 'account_removed' argument 1 names different: declaration 'account_listener' definition 'account_list'. [funcArgNamesDifferent]
evolution-exchange-3.4.4/eplugin/exchange-config-listener.c:88:44: note: Function 'account_removed' argument 1 names different: declaration 'account_listener' definition 'account_list'.
evolution-exchange-3.4.4/eplugin/exchange-config-listener.c:1166:32: note: Function 'account_removed' argument 1 names different: declaration 'account_listener' definition 'account_list'.
evolution-exchange-3.4.4/eplugin/exchange-config-listener.c:66:15: style: struct member 'FolderInfo::uri' is never used. [unusedStructMember]
evolution-exchange-3.4.4/eplugin/exchange-contacts.c:358:3: style: Variable 'source_list' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-exchange-3.4.4/eplugin/exchange-contacts.c:352:0: note: Variable 'source_list' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/eplugin/exchange-contacts.c:358:3: note: Variable 'source_list' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/eplugin/exchange-contacts.c:73:11: style: The scope of the variable 'folder' can be reduced. [variableScope]
evolution-exchange-3.4.4/eplugin/exchange-contacts.c:90:17: style: The scope of the variable 'tmp' can be reduced. [variableScope]
evolution-exchange-3.4.4/eplugin/exchange-contacts.c:138:83: style: The scope of the variable 'lbl_size' can be reduced. [variableScope]
evolution-exchange-3.4.4/eplugin/exchange-contacts.c:138:94: style: The scope of the variable 'lbl_size_val' can be reduced. [variableScope]
evolution-exchange-3.4.4/eplugin/exchange-contacts.c:142:16: style: The scope of the variable 'model' can be reduced. [variableScope]
evolution-exchange-3.4.4/eplugin/exchange-contacts.c:144:9: style: The scope of the variable 'ruri' can be reduced. [variableScope]
evolution-exchange-3.4.4/eplugin/exchange-contacts.c:147:9: style: The scope of the variable 'folder_size' can be reduced. [variableScope]
evolution-exchange-3.4.4/eplugin/exchange-contacts.c:147:23: style: The scope of the variable 'abook_name' can be reduced. [variableScope]
evolution-exchange-3.4.4/eplugin/exchange-contacts.c:152:13: style: The scope of the variable 'lbl_offline_msg' can be reduced. [variableScope]
evolution-exchange-3.4.4/eplugin/exchange-contacts.c:152:31: style: The scope of the variable 'vb_offline_msg' can be reduced. [variableScope]
evolution-exchange-3.4.4/eplugin/exchange-contacts.c:153:9: style: The scope of the variable 'offline_msg' can be reduced. [variableScope]
evolution-exchange-3.4.4/eplugin/exchange-delegates-user.c:466:4: style: Variable 'msg_part1' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-exchange-3.4.4/eplugin/exchange-delegates-user.c:445:0: note: Variable 'msg_part1' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/eplugin/exchange-delegates-user.c:466:4: note: Variable 'msg_part1' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/eplugin/exchange-delegates-user.c:471:4: style: Variable 'msg_part2' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-exchange-3.4.4/eplugin/exchange-delegates-user.c:445:0: note: Variable 'msg_part2' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/eplugin/exchange-delegates-user.c:471:4: note: Variable 'msg_part2' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/eplugin/exchange-delegates.c:205:11: style: The scope of the variable 'xml_form' can be reduced. [variableScope]
evolution-exchange-3.4.4/eplugin/exchange-delegates.c:206:14: style: The scope of the variable 'binary_form' can be reduced. [variableScope]
evolution-exchange-3.4.4/eplugin/exchange-delegates.c:298:25: style: The scope of the variable 'user' can be reduced. [variableScope]
evolution-exchange-3.4.4/eplugin/exchange-delegates.c:360:25: style: The scope of the variable 'match' can be reduced. [variableScope]
evolution-exchange-3.4.4/eplugin/exchange-delegates.c:407:32: style: The scope of the variable 'match' can be reduced. [variableScope]
evolution-exchange-3.4.4/eplugin/exchange-delegates.c:930:25: style: The scope of the variable 'user' can be reduced. [variableScope]
evolution-exchange-3.4.4/eplugin/exchange-folder-permission.c:89:2: style: Variable 'account' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-exchange-3.4.4/eplugin/exchange-folder-permission.c:83:0: note: Variable 'account' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/eplugin/exchange-folder-permission.c:89:2: note: Variable 'account' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/eplugin/exchange-folder-permission.c:183:2: style: Variable 'model' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-exchange-3.4.4/eplugin/exchange-folder-permission.c:172:0: note: Variable 'model' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/eplugin/exchange-folder-permission.c:183:2: note: Variable 'model' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/eplugin/exchange-folder-permission.c:339:2: style: Variable 'source' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-exchange-3.4.4/eplugin/exchange-folder-permission.c:328:0: note: Variable 'source' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/eplugin/exchange-folder-permission.c:339:2: note: Variable 'source' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/eplugin/exchange-folder-permission.c:340:2: style: Variable 'uri' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-exchange-3.4.4/eplugin/exchange-folder-permission.c:329:0: note: Variable 'uri' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/eplugin/exchange-folder-permission.c:340:2: note: Variable 'uri' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/eplugin/exchange-folder-permission.c:272:13: style: The scope of the variable 'action' can be reduced. [variableScope]
evolution-exchange-3.4.4/eplugin/exchange-folder-permission.c:415:13: style: The scope of the variable 'action' can be reduced. [variableScope]
evolution-exchange-3.4.4/eplugin/exchange-folder.c:81:2: style: Variable 'folder' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-exchange-3.4.4/eplugin/exchange-folder.c:77:0: note: Variable 'folder' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/eplugin/exchange-folder.c:81:2: note: Variable 'folder' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/eplugin/exchange-folder.c:137:2: style: Variable 'account' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-exchange-3.4.4/eplugin/exchange-folder.c:127:0: note: Variable 'account' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/eplugin/exchange-folder.c:137:2: note: Variable 'account' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/eplugin/exchange-folder.c:225:3: style: Variable 'account' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-exchange-3.4.4/eplugin/exchange-folder.c:217:0: note: Variable 'account' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/eplugin/exchange-folder.c:225:3: note: Variable 'account' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/eplugin/exchange-folder.c:272:3: style: Variable 'account' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-exchange-3.4.4/eplugin/exchange-folder.c:261:0: note: Variable 'account' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/eplugin/exchange-folder.c:272:3: note: Variable 'account' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/eplugin/exchange-folder.c:330:2: style: Variable 'account' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-exchange-3.4.4/eplugin/exchange-folder.c:321:0: note: Variable 'account' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/eplugin/exchange-folder.c:330:2: note: Variable 'account' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/eplugin/exchange-folder.c:385:2: style: Variable 'account' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-exchange-3.4.4/eplugin/exchange-folder.c:376:0: note: Variable 'account' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/eplugin/exchange-folder.c:385:2: note: Variable 'account' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/eplugin/exchange-folder.c:435:2: style: Variable 'account' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-exchange-3.4.4/eplugin/exchange-folder.c:429:0: note: Variable 'account' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/eplugin/exchange-folder.c:435:2: note: Variable 'account' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/eplugin/exchange-folder.c:260:17: style: The scope of the variable 'node_to_be_deleted' can be reduced. [variableScope]
evolution-exchange-3.4.4/eplugin/exchange-mail-send-options.c:52:16: style: The scope of the variable 'sender_address' can be reduced. [variableScope]
evolution-exchange-3.4.4/eplugin/exchange-mail-send-options.c:53:15: style: The scope of the variable 'sender_id' can be reduced. [variableScope]
evolution-exchange-3.4.4/eplugin/exchange-mail-send-options.c:53:27: style: The scope of the variable 'recipient_id' can be reduced. [variableScope]
evolution-exchange-3.4.4/eplugin/exchange-mail-send-options.c:54:32: style: The scope of the variable 'addr' can be reduced. [variableScope]
evolution-exchange-3.4.4/eplugin/exchange-mail-send-options.c:55:32: style: The scope of the variable 'sender_addr' can be reduced. [variableScope]
evolution-exchange-3.4.4/eplugin/exchange-operations.c:310:21: style: The scope of the variable 'hier' can be reduced. [variableScope]
evolution-exchange-3.4.4/eplugin/exchange-operations.c:106:56: style: Function 'exchange_operations_cta_add_node_to_tree' argument 3 names different: declaration 'nuri' definition 'ruri'. [funcArgNamesDifferent]
evolution-exchange-3.4.4/eplugin/exchange-operations.h:45:107: note: Function 'exchange_operations_cta_add_node_to_tree' argument 3 names different: declaration 'nuri' definition 'ruri'.
evolution-exchange-3.4.4/eplugin/exchange-operations.c:106:56: note: Function 'exchange_operations_cta_add_node_to_tree' argument 3 names different: declaration 'nuri' definition 'ruri'.
evolution-exchange-3.4.4/eplugin/exchange-permissions-dialog.c:374:16: style: The scope of the variable 'bsid' can be reduced. [variableScope]
evolution-exchange-3.4.4/eplugin/exchange-permissions-dialog.c:66:13: style: struct member '_ExchangePermissionsDialogPrivate::separator' is never used. [unusedStructMember]
evolution-exchange-3.4.4/eplugin/exchange-permissions-dialog.c:66:25: style: struct member '_ExchangePermissionsDialogPrivate::custom' is never used. [unusedStructMember]
evolution-exchange-3.4.4/eplugin/exchange-permissions-dialog.c:877:26: style: Variable 'edit_none_radio_group' is assigned a value that is never used. [unreadVariable]
evolution-exchange-3.4.4/eplugin/exchange-permissions-dialog.c:920:28: style: Variable 'delete_none_radio_group' is assigned a value that is never used. [unreadVariable]
evolution-exchange-3.4.4/eplugin/exchange-send-options.c:92:22: style: The scope of the variable 'name_selector_entry' can be reduced. [variableScope]
evolution-exchange-3.4.4/eplugin/exchange-send-options.c:93:21: style: The scope of the variable 'destination_store' can be reduced. [variableScope]
evolution-exchange-3.4.4/eplugin/exchange-send-options.c:94:24: style: The scope of the variable 'tmp' can be reduced. [variableScope]
evolution-exchange-3.4.4/eplugin/exchange-send-options.c:318:16: style: The scope of the variable 'des' can be reduced. [variableScope]
evolution-exchange-3.4.4/eplugin/exchange-user-dialog.c:240:16: style: The scope of the variable 'destination' can be reduced. [variableScope]
evolution-exchange-3.4.4/eplugin/exchange-user-dialog.c:96:35: style: Function 'parent_window_destroyed' argument 1 names different: declaration 'dialog' definition 'user_data'. [funcArgNamesDifferent]
evolution-exchange-3.4.4/eplugin/exchange-user-dialog.c:37:47: note: Function 'parent_window_destroyed' argument 1 names different: declaration 'dialog' definition 'user_data'.
evolution-exchange-3.4.4/eplugin/exchange-user-dialog.c:96:35: note: Function 'parent_window_destroyed' argument 1 names different: declaration 'dialog' definition 'user_data'.
evolution-exchange-3.4.4/server/lib/e2k-autoconfig.c:1421:2: style: Variable 'fd' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-exchange-3.4.4/server/lib/e2k-autoconfig.c:1415:0: note: Variable 'fd' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/server/lib/e2k-autoconfig.c:1421:2: note: Variable 'fd' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/server/lib/e2k-autoconfig.c:249:15: style: The scope of the variable 'default_gal_limit' can be reduced. [variableScope]
evolution-exchange-3.4.4/server/lib/e2k-autoconfig.c:322:15: style: The scope of the variable 'challenge_hdr' can be reduced. [variableScope]
evolution-exchange-3.4.4/server/lib/e2k-autoconfig.c:1413:20: style: The scope of the variable 'value' can be reduced. [variableScope]
evolution-exchange-3.4.4/server/lib/e2k-autoconfig.c:1507:9: style: The scope of the variable 'path' can be reduced. [variableScope]
evolution-exchange-3.4.4/server/lib/e2k-autoconfig.c:1707:27: style: Function 'e2k_validate_user' argument 2 names different: declaration 'key' definition 'pkey'. [funcArgNamesDifferent]
evolution-exchange-3.4.4/server/lib/e2k-validate.h:40:15: note: Function 'e2k_validate_user' argument 2 names different: declaration 'key' definition 'pkey'.
evolution-exchange-3.4.4/server/lib/e2k-autoconfig.c:1707:27: note: Function 'e2k_validate_user' argument 2 names different: declaration 'key' definition 'pkey'.
evolution-exchange-3.4.4/server/lib/e2k-autoconfig.c:1378:3: warning: The buffer 'lang' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
evolution-exchange-3.4.4/server/lib/e2k-autoconfig.c:1381:4: warning: The buffer 'country' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
evolution-exchange-3.4.4/server/lib/e2k-context.c:1954:15: style: The scope of the variable 'msg' can be reduced. [variableScope]
evolution-exchange-3.4.4/server/lib/e2k-context.c:2016:15: style: The scope of the variable 'where' can be reduced. [variableScope]
evolution-exchange-3.4.4/server/lib/e2k-context.c:2324:15: style: The scope of the variable 'msg' can be reduced. [variableScope]
evolution-exchange-3.4.4/server/lib/e2k-context.c:2502:15: style: The scope of the variable 'msg' can be reduced. [variableScope]
evolution-exchange-3.4.4/server/lib/e2k-context.c:2672:37: style: The scope of the variable 'sub2' can be reduced. [variableScope]
evolution-exchange-3.4.4/server/lib/e2k-context.c:2711:19: style: The scope of the variable 'sub' can be reduced. [variableScope]
evolution-exchange-3.4.4/server/lib/e2k-context.c:2880:9: style: The scope of the variable 'sub_list' can be reduced. [variableScope]
evolution-exchange-3.4.4/server/lib/e2k-context.c:2947:19: style: The scope of the variable 'sub' can be reduced. [variableScope]
evolution-exchange-3.4.4/server/lib/e2k-context.c:2948:15: style: The scope of the variable 'msg' can be reduced. [variableScope]
evolution-exchange-3.4.4/server/lib/e2k-context.c:2942:36: style: Function 'unsubscribe_internal' argument 2 names different: declaration 'uri' definition 'puri'. [funcArgNamesDifferent]
evolution-exchange-3.4.4/server/lib/e2k-context.c:130:65: note: Function 'unsubscribe_internal' argument 2 names different: declaration 'uri' definition 'puri'.
evolution-exchange-3.4.4/server/lib/e2k-context.c:2942:36: note: Function 'unsubscribe_internal' argument 2 names different: declaration 'uri' definition 'puri'.
evolution-exchange-3.4.4/server/lib/e2k-freebusy.c:401:23: style: The scope of the variable 'busystatus' can be reduced. [variableScope]
evolution-exchange-3.4.4/server/lib/e2k-freebusy.c:467:16: style: The scope of the variable 'end' can be reduced. [variableScope]
evolution-exchange-3.4.4/server/lib/e2k-freebusy.c:469:14: style: The scope of the variable 'data' can be reduced. [variableScope]
evolution-exchange-3.4.4/server/lib/e2k-freebusy.c:421:32: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
evolution-exchange-3.4.4/server/lib/e2k-global-catalog.c:1073:2: style: Variable 'sub_domain' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-exchange-3.4.4/server/lib/e2k-global-catalog.c:1071:0: note: Variable 'sub_domain' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/server/lib/e2k-global-catalog.c:1073:2: note: Variable 'sub_domain' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/server/lib/e2k-global-catalog.c:1103:2: style: Variable 'filter' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-exchange-3.4.4/server/lib/e2k-global-catalog.c:1092:0: note: Variable 'filter' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/server/lib/e2k-global-catalog.c:1103:2: note: Variable 'filter' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/server/lib/e2k-global-catalog.c:1105:2: style: Variable 'dn' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-exchange-3.4.4/server/lib/e2k-global-catalog.c:1098:0: note: Variable 'dn' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/server/lib/e2k-global-catalog.c:1105:2: note: Variable 'dn' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/server/lib/e2k-http-utils.c:117:23: style: The scope of the variable 'sub' can be reduced. [variableScope]
evolution-exchange-3.4.4/server/lib/e2k-marshal.c:56:55: style: Function 'e2k_marshal_VOID__INT_INT' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
evolution-exchange-3.4.4/server/lib/e2k-marshal.h:11:54: note: Function 'e2k_marshal_VOID__INT_INT' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
evolution-exchange-3.4.4/server/lib/e2k-marshal.c:56:55: note: Function 'e2k_marshal_VOID__INT_INT' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
evolution-exchange-3.4.4/server/lib/e2k-marshal.c:59:58: style: Function 'e2k_marshal_VOID__INT_INT' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
evolution-exchange-3.4.4/server/lib/e2k-marshal.h:14:54: note: Function 'e2k_marshal_VOID__INT_INT' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
evolution-exchange-3.4.4/server/lib/e2k-marshal.c:59:58: note: Function 'e2k_marshal_VOID__INT_INT' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
evolution-exchange-3.4.4/server/lib/e2k-marshal.c:93:65: style: Function 'e2k_marshal_VOID__INT_STRING_STRING' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
evolution-exchange-3.4.4/server/lib/e2k-marshal.h:20:64: note: Function 'e2k_marshal_VOID__INT_STRING_STRING' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
evolution-exchange-3.4.4/server/lib/e2k-marshal.c:93:65: note: Function 'e2k_marshal_VOID__INT_STRING_STRING' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
evolution-exchange-3.4.4/server/lib/e2k-marshal.c:96:68: style: Function 'e2k_marshal_VOID__INT_STRING_STRING' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
evolution-exchange-3.4.4/server/lib/e2k-marshal.h:23:64: note: Function 'e2k_marshal_VOID__INT_STRING_STRING' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
evolution-exchange-3.4.4/server/lib/e2k-marshal.c:96:68: note: Function 'e2k_marshal_VOID__INT_STRING_STRING' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
evolution-exchange-3.4.4/server/lib/e2k-properties.c:87:15: style: The scope of the variable 'new' can be reduced. [variableScope]
evolution-exchange-3.4.4/server/lib/e2k-properties.c:87:21: style: The scope of the variable 'old' can be reduced. [variableScope]
evolution-exchange-3.4.4/server/lib/e2k-restriction.c:137:47: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
evolution-exchange-3.4.4/server/lib/e2k-restriction.c:157:46: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
evolution-exchange-3.4.4/server/lib/e2k-result.c:427:2: style: Variable 'results_array' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-exchange-3.4.4/server/lib/e2k-result.c:423:0: note: Variable 'results_array' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/server/lib/e2k-result.c:427:2: note: Variable 'results_array' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/server/lib/e2k-rule-xml.c:248:2: style: Variable 'value' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-exchange-3.4.4/server/lib/e2k-rule-xml.c:246:2: note: Variable 'value' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/server/lib/e2k-rule-xml.c:248:2: note: Variable 'value' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/server/lib/e2k-rule-xml.c:533:4: style: Variable 'value' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-exchange-3.4.4/server/lib/e2k-rule-xml.c:528:4: note: Variable 'value' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/server/lib/e2k-rule-xml.c:533:4: note: Variable 'value' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/server/lib/e2k-rule-xml.c:348:18: style: The scope of the variable 'value' can be reduced. [variableScope]
evolution-exchange-3.4.4/server/lib/e2k-rule-xml.c:348:26: style: The scope of the variable 'node' can be reduced. [variableScope]
evolution-exchange-3.4.4/server/lib/e2k-rule-xml.c:350:15: style: The scope of the variable 'match_type' can be reduced. [variableScope]
evolution-exchange-3.4.4/server/lib/e2k-rule-xml.c:779:16: style: The scope of the variable 'display_name' can be reduced. [variableScope]
evolution-exchange-3.4.4/server/lib/e2k-rule-xml.c:779:31: style: The scope of the variable 'email' can be reduced. [variableScope]
evolution-exchange-3.4.4/server/lib/e2k-rule.c:683:11: style: The scope of the variable 'rule' can be reduced. [variableScope]
evolution-exchange-3.4.4/server/lib/e2k-uri.c:144:27: style: The scope of the variable 'eq' can be reduced. [variableScope]
evolution-exchange-3.4.4/server/storage/e-folder-exchange.c:1008:15: style: The scope of the variable 'folder_type' can be reduced. [variableScope]
evolution-exchange-3.4.4/server/storage/e-folder-exchange.c:1008:29: style: The scope of the variable 'physical_uri' can be reduced. [variableScope]
evolution-exchange-3.4.4/server/storage/e-folder-exchange.c:153:37: style: Function 'e_folder_exchange_new' argument 5 names different: declaration 'phys_uri' definition 'physical_uri'. [funcArgNamesDifferent]
evolution-exchange-3.4.4/server/storage/e-folder-exchange.h:36:35: note: Function 'e_folder_exchange_new' argument 5 names different: declaration 'phys_uri' definition 'physical_uri'.
evolution-exchange-3.4.4/server/storage/e-folder-exchange.c:153:37: note: Function 'e_folder_exchange_new' argument 5 names different: declaration 'phys_uri' definition 'physical_uri'.
evolution-exchange-3.4.4/server/storage/e-folder-exchange.c:154:37: style: Function 'e_folder_exchange_new' argument 6 names different: declaration 'int_uri' definition 'internal_uri'. [funcArgNamesDifferent]
evolution-exchange-3.4.4/server/storage/e-folder-exchange.h:37:35: note: Function 'e_folder_exchange_new' argument 6 names different: declaration 'int_uri' definition 'internal_uri'.
evolution-exchange-3.4.4/server/storage/e-folder-exchange.c:154:37: note: Function 'e_folder_exchange_new' argument 6 names different: declaration 'int_uri' definition 'internal_uri'.
evolution-exchange-3.4.4/server/storage/e-folder-exchange.c:399:45: style: Function 'e_folder_exchange_set_rescan_tree' argument 2 names different: declaration 'has_subfolders' definition 'rescan_tree'. [funcArgNamesDifferent]
evolution-exchange-3.4.4/server/storage/e-folder-exchange.h:63:19: note: Function 'e_folder_exchange_set_rescan_tree' argument 2 names different: declaration 'has_subfolders' definition 'rescan_tree'.
evolution-exchange-3.4.4/server/storage/e-folder-exchange.c:399:45: note: Function 'e_folder_exchange_set_rescan_tree' argument 2 names different: declaration 'has_subfolders' definition 'rescan_tree'.
evolution-exchange-3.4.4/server/storage/e-storage.c:85:22: style: The scope of the variable 'p' can be reduced. [variableScope]
evolution-exchange-3.4.4/server/storage/e-storage.c:668:15: style: The scope of the variable 'folder_path' can be reduced. [variableScope]
evolution-exchange-3.4.4/server/storage/e-storage.c:687:32: style: Function 'e_storage_new_folder' argument 3 names different: declaration 'folder' definition 'e_folder'. [funcArgNamesDifferent]
evolution-exchange-3.4.4/server/storage/e-storage.h:196:21: note: Function 'e_storage_new_folder' argument 3 names different: declaration 'folder' definition 'e_folder'.
evolution-exchange-3.4.4/server/storage/e-storage.c:687:32: note: Function 'e_storage_new_folder' argument 3 names different: declaration 'folder' definition 'e_folder'.
evolution-exchange-3.4.4/server/storage/exchange-account.c:1954:2: style: Variable 'hier' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-exchange-3.4.4/server/storage/exchange-account.c:1949:0: note: Variable 'hier' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/server/storage/exchange-account.c:1954:2: note: Variable 'hier' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/server/storage/exchange-account.c:2173:2: style: Variable 'max_pwd_age_days' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-exchange-3.4.4/server/storage/exchange-account.c:2169:0: note: Variable 'max_pwd_age_days' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/server/storage/exchange-account.c:2173:2: note: Variable 'max_pwd_age_days' is reassigned a value before the old one has been used.
evolution-exchange-3.4.4/server/storage/exchange-account.c:327:11: style: The scope of the variable 'toplevel' can be reduced. [variableScope]
evolution-exchange-3.4.4/server/storage/exchange-account.c:577:15: style: The scope of the variable 'name' can be reduced. [variableScope]
evolution-exchange-3.4.4/server/storage/exchange-account.c:1948:9: style: The scope of the variable 'dir' can be reduced. [variableScope]
evolution-exchange-3.4.4/server/storage/exchange-account.c:757:62: style: Function 'exchange_account_cancel_discover_shared_folder' argument 3 names different: declaration 'folder' definition 'folder_name'. [funcArgNamesDifferent]
evolution-exchange-3.4.4/server/storage/exchange-account.h:179:21: note: Function 'exchange_account_cancel_discover_shared_folder' argument 3 names different: declaration 'folder' definition 'folder_name'.
evolution-exchange-3.4.4/server/storage/exchange-account.c:757:62: note: Function 'exchange_account_cancel_discover_shared_folder' argument 3 names different: declaration 'folder' definition 'folder_name'.
evolution-exchange-3.4.4/server/storage/exchange-account.c:1152:39: style: Function 'exchange_account_set_password' argument 2 names different: declaration 'old_password' definition 'old_pass'. [funcArgNamesDifferent]
evolution-exchange-3.4.4/server/storage/exchange-account.h:122:15: note: Function 'exchange_account_set_password' argument 2 names different: declaration 'old_password' definition 'old_pass'.
evolution-exchange-3.4.4/server/storage/exchange-account.c:1152:39: note: Function 'exchange_account_set_password' argument 2 names different: declaration 'old_password' definition 'old_pass'.
evolution-exchange-3.4.4/server/storage/exchange-account.c:1153:39: style: Function 'exchange_account_set_password' argument 3 names different: declaration 'new_password' definition 'new_pass'. [funcArgNamesDifferent]
evolution-exchange-3.4.4/server/storage/exchange-account.h:123:15: note: Function 'exchange_account_set_password' argument 3 names different: declaration 'new_password' definition 'new_pass'.
evolution-exchange-3.4.4/server/storage/exchange-account.c:1153:39: note: Function 'exchange_account_set_password' argument 3 names different: declaration 'new_password' definition 'new_pass'.
evolution-exchange-3.4.4/server/storage/exchange-account.c:1279:36: style: Function 'exchange_account_is_offline' argument 2 names different: declaration 'mode' definition 'state'. [funcArgNamesDifferent]
evolution-exchange-3.4.4/server/storage/exchange-account.h:136:14: note: Function 'exchange_account_is_offline' argument 2 names different: declaration 'mode' definition 'state'.
evolution-exchange-3.4.4/server/storage/exchange-account.c:1279:36: note: Function 'exchange_account_is_offline' argument 2 names different: declaration 'mode' definition 'state'.
evolution-exchange-3.4.4/server/storage/exchange-account.c:1425:50: style: Function 'exchange_account_connect' argument 3 names different: declaration 'result' definition 'info_result'. [funcArgNamesDifferent]
evolution-exchange-3.4.4/server/storage/exchange-account.h:106:31: note: Function 'exchange_account_connect' argument 3 names different: declaration 'result' definition 'info_result'.
evolution-exchange-3.4.4/server/storage/exchange-account.c:1425:50: note: Function 'exchange_account_connect' argument 3 names different: declaration 'result' definition 'info_result'.
evolution-exchange-3.4.4/server/storage/exchange-account.c:1782:42: style: Function 'exchange_account_fetch' argument 1 names different: declaration 'account' definition 'acct'. [funcArgNamesDifferent]
evolution-exchange-3.4.4/server/storage/exchange-account.h:85:54: note: Function 'exchange_account_fetch' argument 1 names different: declaration 'account' definition 'acct'.
evolution-exchange-3.4.4/server/storage/exchange-account.c:1782:42: note: Function 'exchange_account_fetch' argument 1 names different: declaration 'account' definition 'acct'.
evolution-exchange-3.4.4/server/storage/exchange-account.c:2467:58: style: Function 'exchange_account_get_hierarchy_by_type' argument 1 names different: declaration 'account' definition 'acct'. [funcArgNamesDifferent]
evolution-exchange-3.4.4/server/storage/exchange-account.h:116:25: note: Function 'exchange_account_get_hierarchy_by_type' argument 1 names different: declaration 'account' definition 'acct'.
evolution-exchange-3.4.4/server/storage/exchange-account.c:2467:58: note: Function 'exchange_account_get_hierarchy_by_type' argument 1 names different: declaration 'account' definition 'acct'.
evolution-exchange-3.4.4/server/storage/exchange-esource.c:80:10: style: The scope of the variable 'ids' can be reduced. [variableScope]
evolution-exchange-3.4.4/server/storage/exchange-esource.c:352:16: style: The scope of the variable 'group' can be reduced. [variableScope]
evolution-exchange-3.4.4/server/storage/exchange-folder-size.c:145:15: style: The scope of the variable 'f_info' can be reduced. [variableScope]
evolution-exchange-3.4.4/server/storage/exchange-folder-size.c:201:23: style: The scope of the variable 'row' can be reduced. [variableScope]
evolution-exchange-3.4.4/server/storage/exchange-folder-size.c:203:15: style: The scope of the variable 'path' can be reduced. [variableScope]
evolution-exchange-3.4.4/server/storage/exchange-hierarchy-favorites.c:122:14: style: The scope of the variable 'source_key' can be reduced. [variableScope]
evolution-exchange-3.4.4/server/storage/exchange-hierarchy-favorites.c:123:40: style: The scope of the variable 'shortcut_uri' can be reduced. [variableScope]
evolution-exchange-3.4.4/server/storage/exchange-hierarchy-favorites.c:206:15: style: The scope of the variable 'folder_type' can be reduced. [variableScope]
evolution-exchange-3.4.4/server/storage/exchange-hierarchy-favorites.c:206:29: style: The scope of the variable 'physical_uri' can be reduced. [variableScope]
evolution-exchange-3.4.4/server/storage/exchange-hierarchy-favorites.c:262:15: style: The scope of the variable 'folder_uri' can be reduced. [variableScope]
evolution-exchange-3.4.4/server/storage/exchange-hierarchy-foreign.c:129:14: style: The scope of the variable 'entryid' can be reduced. [variableScope]
evolution-exchange-3.4.4/server/storage/exchange-hierarchy-foreign.c:130:15: style: The scope of the variable 'my_dn' can be reduced. [variableScope]
evolution-exchange-3.4.4/server/storage/exchange-hierarchy-foreign.c:130:23: style: The scope of the variable 'delegate_dn' can be reduced. [variableScope]
evolution-exchange-3.4.4/server/storage/exchange-hierarchy-foreign.c:443:9: style: The scope of the variable 'new_folder_name' can be reduced. [variableScope]
evolution-exchange-3.4.4/server/storage/exchange-hierarchy-webdav.c:233:21: style: The scope of the variable 'http_uri' can be reduced. [variableScope]
evolution-exchange-3.4.4/server/storage/exchange-hierarchy-webdav.c:391:47: style: The scope of the variable 'source_parent' can be reduced. [variableScope]
evolution-exchange-3.4.4/server/storage/exchange-hierarchy-webdav.c:392:36: style: The scope of the variable 'source_folder_name' can be reduced. [variableScope]
evolution-exchange-3.4.4/server/storage/exchange-hierarchy-webdav.c:513:11: style: The scope of the variable 'folder' can be reduced. [variableScope]
evolution-exchange-3.4.4/server/storage/exchange-hierarchy-webdav.c:708:13: style: The scope of the variable 'folders' can be reduced. [variableScope]
evolution-exchange-3.4.4/server/storage/exchange-hierarchy-webdav.c:711:56: style: The scope of the variable 'int_uri' can be reduced. [variableScope]
evolution-exchange-3.4.4/server/storage/exchange-hierarchy-webdav.c:698:24: style: Function 'scan_subtree' argument 2 names different: declaration 'folder' definition 'parent'. [funcArgNamesDifferent]
evolution-exchange-3.4.4/server/storage/exchange-hierarchy-webdav.c:68:18: note: Function 'scan_subtree' argument 2 names different: declaration 'folder' definition 'parent'.
evolution-exchange-3.4.4/server/storage/exchange-hierarchy-webdav.c:698:24: note: Function 'scan_subtree' argument 2 names different: declaration 'folder' definition 'parent'.
evolution-exchange-3.4.4/server/storage/exchange-hierarchy-webdav.c:854:85: style: Function 'exchange_hierarchy_webdav_offline_scan_subtree' argument 2 names different: declaration 'cb' definition 'callback'. [funcArgNamesDifferent]
evolution-exchange-3.4.4/server/storage/exchange-hierarchy-webdav.h:62:44: note: Function 'exchange_hierarchy_webdav_offline_scan_subtree' argument 2 names different: declaration 'cb' definition 'callback'.
evolution-exchange-3.4.4/server/storage/exchange-hierarchy-webdav.c:854:85: note: Function 'exchange_hierarchy_webdav_offline_scan_subtree' argument 2 names different: declaration 'cb' definition 'callback'.
evolution-exchange-3.4.4/server/storage/exchange-oof.c:81:36: style: The scope of the variable 'ta_start' can be reduced. [variableScope]
evolution-exchange-3.4.4/server/storage/exchange-oof.c:77:27: style: Function 'exchange_oof_get' argument 3 names different: declaration 'mmsg' definition 'message'. [funcArgNamesDifferent]
evolution-exchange-3.4.4/server/storage/exchange-oof.h:14:30: note: Function 'exchange_oof_get' argument 3 names different: declaration 'mmsg' definition 'message'.
evolution-exchange-3.4.4/server/storage/exchange-oof.c:77:27: note: Function 'exchange_oof_get' argument 3 names different: declaration 'mmsg' definition 'message'.
evolution-exchange-3.4.4/server/storage/exchange-oof.c:175:32: style: Function 'exchange_oof_set' argument 3 names different: declaration 'msg' definition 'message'. [funcArgNamesDifferent]
evolution-exchange-3.4.4/server/storage/exchange-oof.h:17:30: note: Function 'exchange_oof_set' argument 3 names different: declaration 'msg' definition 'message'.
evolution-exchange-3.4.4/server/storage/exchange-oof.c:175:32: note: Function 'exchange_oof_set' argument 3 names different: declaration 'msg' definition 'message'.
evolution-exchange-3.4.4/server/xntlm/xntlm-des.c:309:28: style: Function 'xntlm_deskey' argument 1 names different: declaration 'ks' definition 'k'. [funcArgNamesDifferent]
evolution-exchange-3.4.4/server/xntlm/xntlm-des.h:16:33: note: Function 'xntlm_deskey' argument 1 names different: declaration 'ks' definition 'k'.
evolution-exchange-3.4.4/server/xntlm/xntlm-des.c:309:28: note: Function 'xntlm_deskey' argument 1 names different: declaration 'ks' definition 'k'.
evolution-exchange-3.4.4/tools/exchange-share-config-listener.c:211:19: error: Converting pointer arithmetic result to bool. The bool is always true unless there is undefined behaviour. [pointerArithBool]
evolution-exchange-3.4.4/tools/exchange-share-config-listener.c:266:19: error: Converting pointer arithmetic result to bool. The bool is always true unless there is undefined behaviour. [pointerArithBool]
evolution-exchange-3.4.4/tools/exchange-share-config-listener.c:694:16: warning: Either the condition 'data!=NULL' is redundant or there is possible null pointer dereference: ces. [nullPointerRedundantCheck]
evolution-exchange-3.4.4/tools/exchange-share-config-listener.c:692:29: note: Assuming that condition 'data!=NULL' is not redundant
evolution-exchange-3.4.4/tools/exchange-share-config-listener.c:690:35: note: Assignment 'ces=(struct create_excl_struct*)data', assigned value is 0
evolution-exchange-3.4.4/tools/exchange-share-config-listener.c:694:16: note: Null pointer dereference
evolution-exchange-3.4.4/tools/exchange-share-config-listener.c:696:3: warning: Either the condition 'data!=NULL' is redundant or there is possible null pointer dereference: ces. [nullPointerRedundantCheck]
evolution-exchange-3.4.4/tools/exchange-share-config-listener.c:692:29: note: Assuming that condition 'data!=NULL' is not redundant
evolution-exchange-3.4.4/tools/exchange-share-config-listener.c:690:35: note: Assignment 'ces=(struct create_excl_struct*)data', assigned value is 0
evolution-exchange-3.4.4/tools/exchange-share-config-listener.c:696:3: note: Null pointer dereference
evolution-exchange-3.4.4/tools/exchange-share-config-listener.c:697:17: warning: Either the condition 'data!=NULL' is redundant or there is possible null pointer dereference: ces. [nullPointerRedundantCheck]
evolution-exchange-3.4.4/tools/exchange-share-config-listener.c:692:29: note: Assuming that condition 'data!=NULL' is not redundant
evolution-exchange-3.4.4/tools/exchange-share-config-listener.c:690:35: note: Assignment 'ces=(struct create_excl_struct*)data', assigned value is 0
evolution-exchange-3.4.4/tools/exchange-share-config-listener.c:697:17: note: Null pointer dereference
evolution-exchange-3.4.4/tools/exchange-share-config-listener.c:699:18: warning: Either the condition 'data!=NULL' is redundant or there is possible null pointer dereference: ces. [nullPointerRedundantCheck]
evolution-exchange-3.4.4/tools/exchange-share-config-listener.c:692:29: note: Assuming that condition 'data!=NULL' is not redundant
evolution-exchange-3.4.4/tools/exchange-share-config-listener.c:690:35: note: Assignment 'ces=(struct create_excl_struct*)data', assigned value is 0
evolution-exchange-3.4.4/tools/exchange-share-config-listener.c:699:18: note: Null pointer dereference
evolution-exchange-3.4.4/tools/exchange-share-config-listener.c:234:15: style: The scope of the variable 'dentry' can be reduced. [variableScope]
evolution-exchange-3.4.4/tools/exchange-share-config-listener.c:235:9: style: The scope of the variable 'dir' can be reduced. [variableScope]
evolution-exchange-3.4.4/tools/exchange-share-config-listener.c:278:16: style: The scope of the variable 'group' can be reduced. [variableScope]
evolution-exchange-3.4.4/tools/exchange-share-config-listener.c:651:15: style: The scope of the variable 'param1' can be reduced. [variableScope]
evolution-exchange-3.4.4/tools/exchange-share-config-listener.c:651:24: style: The scope of the variable 'param2' can be reduced. [variableScope]
evolution-exchange-3.4.4/tools/exchange-share-config-listener.c:363:30: style: Function 'account_added' argument 1 names different: declaration 'account_listener' definition 'account_list'. [funcArgNamesDifferent]
evolution-exchange-3.4.4/tools/exchange-share-config-listener.c:81:44: note: Function 'account_added' argument 1 names different: declaration 'account_listener' definition 'account_list'.
evolution-exchange-3.4.4/tools/exchange-share-config-listener.c:363:30: note: Function 'account_added' argument 1 names different: declaration 'account_listener' definition 'account_list'.
evolution-exchange-3.4.4/tools/exchange-share-config-listener.c:480:32: style: Function 'account_changed' argument 1 names different: declaration 'account_listener' definition 'account_list'. [funcArgNamesDifferent]
evolution-exchange-3.4.4/tools/exchange-share-config-listener.c:83:44: note: Function 'account_changed' argument 1 names different: declaration 'account_listener' definition 'account_list'.
evolution-exchange-3.4.4/tools/exchange-share-config-listener.c:480:32: note: Function 'account_changed' argument 1 names different: declaration 'account_listener' definition 'account_list'.
evolution-exchange-3.4.4/tools/exchange-share-config-listener.c:565:32: style: Function 'account_removed' argument 1 names different: declaration 'account_listener' definition 'account_list'. [funcArgNamesDifferent]
evolution-exchange-3.4.4/tools/exchange-share-config-listener.c:85:44: note: Function 'account_removed' argument 1 names different: declaration 'account_listener' definition 'account_list'.
evolution-exchange-3.4.4/tools/exchange-share-config-listener.c:565:32: note: Function 'account_removed' argument 1 names different: declaration 'account_listener' definition 'account_list'.
evolution-exchange-3.4.4/tools/exchange-share-config-listener.c:61:15: style: struct member 'FolderInfo::uri' is never used. [unusedStructMember]
[19:04]

ftp://ftp.se.debian.org/debian/pool/main/e/evolution-mapi/evolution-mapi_3.4.4.orig.tar.xz
evolution-mapi-3.4.4/src/account-setup-eplugin/e-mapi-account-listener.c:826:29: style: Condition 'account!=NULL' is always false [knownConditionTrueFalse]
evolution-mapi-3.4.4/src/account-setup-eplugin/e-mapi-account-listener.c:824:6: note: Assuming that condition '!account' is not redundant
evolution-mapi-3.4.4/src/account-setup-eplugin/e-mapi-account-listener.c:826:29: note: Condition 'account!=NULL' is always false
evolution-mapi-3.4.4/src/account-setup-eplugin/e-mapi-account-listener.c:1070:3: style: Variable 'key' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-mapi-3.4.4/src/account-setup-eplugin/e-mapi-account-listener.c:1068:0: note: Variable 'key' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/account-setup-eplugin/e-mapi-account-listener.c:1070:3: note: Variable 'key' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/account-setup-eplugin/e-mapi-account-listener.c:1136:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-mapi-3.4.4/src/account-setup-eplugin/e-mapi-account-listener.c:1134:0: note: Variable 'retval' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/account-setup-eplugin/e-mapi-account-listener.c:1136:2: note: Variable 'retval' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/account-setup-eplugin/e-mapi-account-listener.c:1160:2: style: Variable 'isa_mapi_account' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-mapi-3.4.4/src/account-setup-eplugin/e-mapi-account-listener.c:1150:0: note: Variable 'isa_mapi_account' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/account-setup-eplugin/e-mapi-account-listener.c:1160:2: note: Variable 'isa_mapi_account' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/account-setup-eplugin/e-mapi-account-listener.c:1161:2: style: Variable 'existing_account_info' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-mapi-3.4.4/src/account-setup-eplugin/e-mapi-account-listener.c:1151:0: note: Variable 'existing_account_info' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/account-setup-eplugin/e-mapi-account-listener.c:1161:2: note: Variable 'existing_account_info' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/account-setup-eplugin/e-mapi-account-listener.c:1184:4: style: Variable 'profname' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-mapi-3.4.4/src/account-setup-eplugin/e-mapi-account-listener.c:1178:0: note: Variable 'profname' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/account-setup-eplugin/e-mapi-account-listener.c:1184:4: note: Variable 'profname' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/account-setup-eplugin/e-mapi-account-listener.c:1189:4: style: Variable 'uri' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-mapi-3.4.4/src/account-setup-eplugin/e-mapi-account-listener.c:1178:0: note: Variable 'uri' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/account-setup-eplugin/e-mapi-account-listener.c:1189:4: note: Variable 'uri' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/account-setup-eplugin/e-mapi-account-listener.c:1221:5: style: Variable 'profname' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-mapi-3.4.4/src/account-setup-eplugin/e-mapi-account-listener.c:1215:0: note: Variable 'profname' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/account-setup-eplugin/e-mapi-account-listener.c:1221:5: note: Variable 'profname' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/account-setup-eplugin/e-mapi-account-listener.c:1226:5: style: Variable 'uri' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-mapi-3.4.4/src/account-setup-eplugin/e-mapi-account-listener.c:1215:0: note: Variable 'uri' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/account-setup-eplugin/e-mapi-account-listener.c:1226:5: note: Variable 'uri' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/account-setup-eplugin/e-mapi-account-listener.c:725:16: style: The scope of the variable 'group' can be reduced. [variableScope]
evolution-mapi-3.4.4/src/account-setup-eplugin/e-mapi-account-listener.c:819:10: style: The scope of the variable 'folders_list' can be reduced. [variableScope]
evolution-mapi-3.4.4/src/account-setup-eplugin/e-mapi-account-settings.c:613:2: style: Variable 'uri' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-mapi-3.4.4/src/account-setup-eplugin/e-mapi-account-settings.c:600:0: note: Variable 'uri' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/account-setup-eplugin/e-mapi-account-settings.c:613:2: note: Variable 'uri' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/account-setup-eplugin/e-mapi-account-settings.c:315:21: style: The scope of the variable 'mapi_settings' can be reduced. [variableScope]
evolution-mapi-3.4.4/src/account-setup-eplugin/e-mapi-account-setup.c:404:3: style: Variable 'profname' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-mapi-3.4.4/src/account-setup-eplugin/e-mapi-account-setup.c:402:0: note: Variable 'profname' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/account-setup-eplugin/e-mapi-account-setup.c:404:3: note: Variable 'profname' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/account-setup-eplugin/e-mapi-account-setup.c:627:3: style: Variable 'profile' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-mapi-3.4.4/src/account-setup-eplugin/e-mapi-account-setup.c:624:0: note: Variable 'profile' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/account-setup-eplugin/e-mapi-account-setup.c:627:3: note: Variable 'profile' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/account-setup-eplugin/e-mapi-account-setup.c:1757:2: style: Variable 'conn' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-mapi-3.4.4/src/account-setup-eplugin/e-mapi-account-setup.c:1747:0: note: Variable 'conn' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/account-setup-eplugin/e-mapi-account-setup.c:1757:2: note: Variable 'conn' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/account-setup-eplugin/e-mapi-account-setup.c:950:29: style: The scope of the variable 'scroll' can be reduced. [variableScope]
evolution-mapi-3.4.4/src/account-setup-eplugin/e-mapi-account-setup.c:950:38: style: The scope of the variable 'tv' can be reduced. [variableScope]
evolution-mapi-3.4.4/src/account-setup-eplugin/e-mapi-account-setup.c:954:19: style: The scope of the variable 'rcell' can be reduced. [variableScope]
evolution-mapi-3.4.4/src/account-setup-eplugin/e-mapi-account-setup.c:956:21: style: The scope of the variable 'tvc' can be reduced. [variableScope]
evolution-mapi-3.4.4/src/account-setup-eplugin/e-mapi-edit-folder-permissions.c:660:3: style: Variable 'can_select' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-mapi-3.4.4/src/account-setup-eplugin/e-mapi-edit-folder-permissions.c:656:0: note: Variable 'can_select' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/account-setup-eplugin/e-mapi-edit-folder-permissions.c:660:3: note: Variable 'can_select' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/account-setup-eplugin/e-mapi-edit-folder-permissions.c:438:11: style: The scope of the variable 'rights' can be reduced. [variableScope]
evolution-mapi-3.4.4/src/account-setup-eplugin/e-mapi-edit-folder-permissions.c:1230:2: style: Variable 'row' is modified but its new value is never used. [unreadVariable]
evolution-mapi-3.4.4/src/account-setup-eplugin/e-mapi-search-gal-user.c:301:3: warning: Either the condition 'user_data!=NULL' is redundant or there is possible null pointer dereference: pmids. [nullPointerRedundantCheck]
evolution-mapi-3.4.4/src/account-setup-eplugin/e-mapi-search-gal-user.c:296:34: note: Assuming that condition 'user_data!=NULL' is not redundant
evolution-mapi-3.4.4/src/account-setup-eplugin/e-mapi-search-gal-user.c:292:19: note: Assignment 'pmids=user_data', assigned value is 0
evolution-mapi-3.4.4/src/account-setup-eplugin/e-mapi-search-gal-user.c:301:3: note: Null pointer dereference
evolution-mapi-3.4.4/src/account-setup-eplugin/e-mapi-search-gal-user.c:718:2: style: Variable 'row' is modified but its new value is never used. [unreadVariable]
evolution-mapi-3.4.4/src/account-setup-eplugin/e-mapi-subscribe-foreign-folder.c:289:20: warning: Either the condition 'user_data!=NULL' is redundant or there is possible null pointer dereference: cffd. [nullPointerRedundantCheck]
evolution-mapi-3.4.4/src/account-setup-eplugin/e-mapi-subscribe-foreign-folder.c:288:30: note: Assuming that condition 'user_data!=NULL' is not redundant
evolution-mapi-3.4.4/src/account-setup-eplugin/e-mapi-subscribe-foreign-folder.c:280:45: note: Assignment 'cffd=user_data', assigned value is 0
evolution-mapi-3.4.4/src/account-setup-eplugin/e-mapi-subscribe-foreign-folder.c:289:20: note: Null pointer dereference
evolution-mapi-3.4.4/src/account-setup-eplugin/e-mapi-subscribe-foreign-folder.c:300:6: warning: Either the condition 'user_data!=NULL' is redundant or there is possible null pointer dereference: cffd. [nullPointerRedundantCheck]
evolution-mapi-3.4.4/src/account-setup-eplugin/e-mapi-subscribe-foreign-folder.c:288:30: note: Assuming that condition 'user_data!=NULL' is not redundant
evolution-mapi-3.4.4/src/account-setup-eplugin/e-mapi-subscribe-foreign-folder.c:280:45: note: Assignment 'cffd=user_data', assigned value is 0
evolution-mapi-3.4.4/src/account-setup-eplugin/e-mapi-subscribe-foreign-folder.c:300:6: note: Null pointer dereference
evolution-mapi-3.4.4/src/account-setup-eplugin/e-mapi-subscribe-foreign-folder.c:380:20: warning: Either the condition 'user_data!=NULL' is redundant or there is possible null pointer dereference: cffd. [nullPointerRedundantCheck]
evolution-mapi-3.4.4/src/account-setup-eplugin/e-mapi-subscribe-foreign-folder.c:379:30: note: Assuming that condition 'user_data!=NULL' is not redundant
evolution-mapi-3.4.4/src/account-setup-eplugin/e-mapi-subscribe-foreign-folder.c:368:45: note: Assignment 'cffd=user_data', assigned value is 0
evolution-mapi-3.4.4/src/account-setup-eplugin/e-mapi-subscribe-foreign-folder.c:380:20: note: Null pointer dereference
evolution-mapi-3.4.4/src/account-setup-eplugin/e-mapi-subscribe-foreign-folder.c:381:20: warning: Either the condition 'user_data!=NULL' is redundant or there is possible null pointer dereference: cffd. [nullPointerRedundantCheck]
evolution-mapi-3.4.4/src/account-setup-eplugin/e-mapi-subscribe-foreign-folder.c:379:30: note: Assuming that condition 'user_data!=NULL' is not redundant
evolution-mapi-3.4.4/src/account-setup-eplugin/e-mapi-subscribe-foreign-folder.c:368:45: note: Assignment 'cffd=user_data', assigned value is 0
evolution-mapi-3.4.4/src/account-setup-eplugin/e-mapi-subscribe-foreign-folder.c:381:20: note: Null pointer dereference
evolution-mapi-3.4.4/src/account-setup-eplugin/e-mapi-subscribe-foreign-folder.c:383:7: warning: Either the condition 'user_data!=NULL' is redundant or there is possible null pointer dereference: cffd. [nullPointerRedundantCheck]
evolution-mapi-3.4.4/src/account-setup-eplugin/e-mapi-subscribe-foreign-folder.c:379:30: note: Assuming that condition 'user_data!=NULL' is not redundant
evolution-mapi-3.4.4/src/account-setup-eplugin/e-mapi-subscribe-foreign-folder.c:368:45: note: Assignment 'cffd=user_data', assigned value is 0
evolution-mapi-3.4.4/src/account-setup-eplugin/e-mapi-subscribe-foreign-folder.c:383:7: note: Null pointer dereference
evolution-mapi-3.4.4/src/addressbook/e-book-backend-mapi-contacts.c:110:2: style: Variable 'uid' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-mapi-3.4.4/src/addressbook/e-book-backend-mapi-contacts.c:98:0: note: Variable 'uid' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/addressbook/e-book-backend-mapi-contacts.c:110:2: note: Variable 'uid' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/addressbook/e-book-backend-mapi-contacts.c:915:12: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
evolution-mapi-3.4.4/src/addressbook/e-book-backend-mapi-gal.c:205:14: style: The scope of the variable 'pmid' can be reduced. [variableScope]
evolution-mapi-3.4.4/src/addressbook/e-book-backend-mapi.c:674:6: style: Condition '!error' is always true [knownConditionTrueFalse]
evolution-mapi-3.4.4/src/addressbook/e-book-backend-mapi.c:661:18: note: Assignment 'error=NULL', assigned value is 0
evolution-mapi-3.4.4/src/addressbook/e-book-backend-mapi.c:674:6: note: Condition '!error' is always true
evolution-mapi-3.4.4/src/addressbook/e-book-backend-mapi.c:92:3: warning: Either the condition 'user_data!=NULL' is redundant or there is possible null pointer dereference: pick. [nullPointerRedundantCheck]
evolution-mapi-3.4.4/src/addressbook/e-book-backend-mapi.c:89:34: note: Assuming that condition 'user_data!=NULL' is not redundant
evolution-mapi-3.4.4/src/addressbook/e-book-backend-mapi.c:87:25: note: Assignment 'pick=user_data', assigned value is 0
evolution-mapi-3.4.4/src/addressbook/e-book-backend-mapi.c:92:3: note: Null pointer dereference
evolution-mapi-3.4.4/src/addressbook/e-book-backend-mapi.c:1501:2: style: Variable 'query' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-mapi-3.4.4/src/addressbook/e-book-backend-mapi.c:1492:0: note: Variable 'query' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/addressbook/e-book-backend-mapi.c:1501:2: note: Variable 'query' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/addressbook/e-book-backend-mapi.c:330:19: style: The scope of the variable 'old_conn' can be reduced. [variableScope]
evolution-mapi-3.4.4/src/addressbook/e-book-backend-mapi.c:529:15: style: The scope of the variable 'password' can be reduced. [variableScope]
evolution-mapi-3.4.4/src/addressbook/e-book-backend-mapi.c:544:11: style: The scope of the variable 'esource' can be reduced. [variableScope]
evolution-mapi-3.4.4/src/addressbook/e-book-backend-mapi.c:1534:24: style: Function 'e_book_backend_mapi_notify_contact_update' argument 2 names different: declaration 'book_view' definition 'pbook_view'. [funcArgNamesDifferent]
evolution-mapi-3.4.4/src/addressbook/e-book-backend-mapi.h:111:92: note: Function 'e_book_backend_mapi_notify_contact_update' argument 2 names different: declaration 'book_view' definition 'pbook_view'.
evolution-mapi-3.4.4/src/addressbook/e-book-backend-mapi.c:1534:24: note: Function 'e_book_backend_mapi_notify_contact_update' argument 2 names different: declaration 'book_view' definition 'pbook_view'.
evolution-mapi-3.4.4/src/calendar/e-cal-backend-mapi.c:962:2: style: Variable 'time_interval_string' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-mapi-3.4.4/src/calendar/e-cal-backend-mapi.c:959:0: note: Variable 'time_interval_string' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/calendar/e-cal-backend-mapi.c:962:2: note: Variable 'time_interval_string' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/calendar/e-cal-backend-mapi.c:1262:3: style: Variable 'display_contents' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-mapi-3.4.4/src/calendar/e-cal-backend-mapi.c:1258:0: note: Variable 'display_contents' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/calendar/e-cal-backend-mapi.c:1262:3: note: Variable 'display_contents' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/calendar/e-cal-backend-mapi.c:1654:2: style: Variable 'att' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-mapi-3.4.4/src/calendar/e-cal-backend-mapi.c:1651:0: note: Variable 'att' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/calendar/e-cal-backend-mapi.c:1654:2: note: Variable 'att' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/calendar/e-cal-backend-mapi.c:1863:3: style: Variable 'new_calobj' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-mapi-3.4.4/src/calendar/e-cal-backend-mapi.c:1857:0: note: Variable 'new_calobj' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/calendar/e-cal-backend-mapi.c:1863:3: note: Variable 'new_calobj' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/calendar/e-cal-backend-mapi.c:2249:2: style: Variable 'zone' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-mapi-3.4.4/src/calendar/e-cal-backend-mapi.c:2239:0: note: Variable 'zone' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/calendar/e-cal-backend-mapi.c:2249:2: note: Variable 'zone' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/calendar/e-cal-backend-mapi.c:2398:2: style: Variable 'esource' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-mapi-3.4.4/src/calendar/e-cal-backend-mapi.c:2387:0: note: Variable 'esource' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/calendar/e-cal-backend-mapi.c:2398:2: note: Variable 'esource' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/calendar/e-cal-backend-mapi.c:2399:2: style: Variable 'krb_sso' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-mapi-3.4.4/src/calendar/e-cal-backend-mapi.c:2388:0: note: Variable 'krb_sso' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/calendar/e-cal-backend-mapi.c:2399:2: note: Variable 'krb_sso' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/camel/camel-mapi-folder-summary.c:261:20: style: The scope of the variable 'info' can be reduced. [variableScope]
evolution-mapi-3.4.4/src/camel/camel-mapi-folder.c:1733:7: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
evolution-mapi-3.4.4/src/camel/camel-mapi-folder.c:1728:20: note: outer condition: has_obj_folder
evolution-mapi-3.4.4/src/camel/camel-mapi-folder.c:1733:7: note: identical inner condition: has_obj_folder
evolution-mapi-3.4.4/src/camel/camel-mapi-folder.c:769:29: style: Condition 'msi!=NULL' is always false [knownConditionTrueFalse]
evolution-mapi-3.4.4/src/camel/camel-mapi-folder.c:764:6: note: Assuming that condition '!msi' is not redundant
evolution-mapi-3.4.4/src/camel/camel-mapi-folder.c:769:29: note: Condition 'msi!=NULL' is always false
evolution-mapi-3.4.4/src/camel/camel-mapi-folder.c:1340:5: style: Variable 'deleted_head' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-mapi-3.4.4/src/camel/camel-mapi-folder.c:1339:5: note: Variable 'deleted_head' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/camel/camel-mapi-folder.c:1340:5: note: Variable 'deleted_head' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/camel/camel-mapi-folder.c:1475:2: style: Variable 'mi' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-mapi-3.4.4/src/camel/camel-mapi-folder.c:1460:0: note: Variable 'mi' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/camel/camel-mapi-folder.c:1475:2: note: Variable 'mi' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/camel/camel-mapi-folder.c:639:27: warning: Redundant assignment of 'minfo->info.date_sent' to itself. [selfAssignment]
evolution-mapi-3.4.4/src/camel/camel-mapi-folder.c:641:31: warning: Redundant assignment of 'minfo->info.date_received' to itself. [selfAssignment]
evolution-mapi-3.4.4/src/camel/camel-mapi-folder.c:136:10: style: The scope of the variable 'digest' can be reduced. [variableScope]
evolution-mapi-3.4.4/src/camel/camel-mapi-folder.c:162:10: style: The scope of the variable 'digest' can be reduced. [variableScope]
evolution-mapi-3.4.4/src/camel/camel-mapi-folder.c:1249:24: style: The scope of the variable 'minfo' can be reduced. [variableScope]
evolution-mapi-3.4.4/src/camel/camel-mapi-folder.c:1250:20: style: The scope of the variable 'info' can be reduced. [variableScope]
evolution-mapi-3.4.4/src/camel/camel-mapi-folder.c:1526:13: style: Variable 'success' is assigned a value that is never used. [unreadVariable]
evolution-mapi-3.4.4/src/camel/camel-mapi-store-summary.c:175:2: style: Variable 'folder_id_str' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-mapi-3.4.4/src/camel/camel-mapi-store-summary.c:170:0: note: Variable 'folder_id_str' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/camel/camel-mapi-store-summary.c:175:2: note: Variable 'folder_id_str' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/camel/camel-mapi-store-summary.c:176:2: style: Variable 'parent_id_str' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-mapi-3.4.4/src/camel/camel-mapi-store-summary.c:170:0: note: Variable 'parent_id_str' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/camel/camel-mapi-store-summary.c:176:2: note: Variable 'parent_id_str' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/camel/camel-mapi-store-summary.c:166:67: style: Function 'store_info_save' argument 3 names different: declaration 'mi' definition 'si'. [funcArgNamesDifferent]
evolution-mapi-3.4.4/src/camel/camel-mapi-store-summary.c:48:79: note: Function 'store_info_save' argument 3 names different: declaration 'mi' definition 'si'.
evolution-mapi-3.4.4/src/camel/camel-mapi-store-summary.c:166:67: note: Function 'store_info_save' argument 3 names different: declaration 'mi' definition 'si'.
evolution-mapi-3.4.4/src/camel/camel-mapi-store-summary.c:195:56: style: Function 'store_info_free' argument 2 names different: declaration 'mi' definition 'si'. [funcArgNamesDifferent]
evolution-mapi-3.4.4/src/camel/camel-mapi-store-summary.c:49:68: note: Function 'store_info_free' argument 2 names different: declaration 'mi' definition 'si'.
evolution-mapi-3.4.4/src/camel/camel-mapi-store-summary.c:195:56: note: Function 'store_info_free' argument 2 names different: declaration 'mi' definition 'si'.
evolution-mapi-3.4.4/src/camel/camel-mapi-store-summary.c:205:64: style: Function 'store_info_string' argument 2 names different: declaration 'mi' definition 'si'. [funcArgNamesDifferent]
evolution-mapi-3.4.4/src/camel/camel-mapi-store-summary.c:51:84: note: Function 'store_info_string' argument 2 names different: declaration 'mi' definition 'si'.
evolution-mapi-3.4.4/src/camel/camel-mapi-store-summary.c:205:64: note: Function 'store_info_string' argument 2 names different: declaration 'mi' definition 'si'.
evolution-mapi-3.4.4/src/camel/camel-mapi-store-summary.c:216:62: style: Function 'store_info_set_string' argument 2 names different: declaration 'mi' definition 'si'. [funcArgNamesDifferent]
evolution-mapi-3.4.4/src/camel/camel-mapi-store-summary.c:50:74: note: Function 'store_info_set_string' argument 2 names different: declaration 'mi' definition 'si'.
evolution-mapi-3.4.4/src/camel/camel-mapi-store-summary.c:216:62: note: Function 'store_info_set_string' argument 2 names different: declaration 'mi' definition 'si'.
evolution-mapi-3.4.4/src/camel/camel-mapi-store.c:317:2: style: Variable 'id' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-mapi-3.4.4/src/camel/camel-mapi-store.c:309:0: note: Variable 'id' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/camel/camel-mapi-store.c:317:2: note: Variable 'id' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/camel/camel-mapi-store.c:522:3: style: Variable 'fid' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-mapi-3.4.4/src/camel/camel-mapi-store.c:519:0: note: Variable 'fid' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/camel/camel-mapi-store.c:522:3: note: Variable 'fid' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/camel/camel-mapi-store.c:523:3: style: Variable 'parent_id' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-mapi-3.4.4/src/camel/camel-mapi-store.c:519:0: note: Variable 'parent_id' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/camel/camel-mapi-store.c:523:3: note: Variable 'parent_id' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/camel/camel-mapi-store.c:524:3: style: Variable 'full_name' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-mapi-3.4.4/src/camel/camel-mapi-store.c:518:0: note: Variable 'full_name' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/camel/camel-mapi-store.c:524:3: note: Variable 'full_name' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/camel/camel-mapi-store.c:709:2: style: Variable 'subscription_list' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-mapi-3.4.4/src/camel/camel-mapi-store.c:706:0: note: Variable 'subscription_list' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/camel/camel-mapi-store.c:709:2: note: Variable 'subscription_list' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/camel/camel-mapi-store.c:2054:2: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-mapi-3.4.4/src/camel/camel-mapi-store.c:2043:0: note: Variable 'path' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/camel/camel-mapi-store.c:2054:2: note: Variable 'path' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/camel/camel-mapi-store.c:1731:19: style: The scope of the variable 'fi' can be reduced. [variableScope]
evolution-mapi-3.4.4/src/camel/camel-mapi-store.c:1872:19: style: The scope of the variable 'fi' can be reduced. [variableScope]
evolution-mapi-3.4.4/src/camel/camel-mapi-store.c:2682:45: style: Function 'camel_mapi_store_connected' argument 1 names different: declaration 'mapi_store' definition 'store'. [funcArgNamesDifferent]
evolution-mapi-3.4.4/src/camel/camel-mapi-store.h:74:55: note: Function 'camel_mapi_store_connected' argument 1 names different: declaration 'mapi_store' definition 'store'.
evolution-mapi-3.4.4/src/camel/camel-mapi-store.c:2682:45: note: Function 'camel_mapi_store_connected' argument 1 names different: declaration 'mapi_store' definition 'store'.
evolution-mapi-3.4.4/src/camel/camel-mapi-store.c:2699:69: style: Function 'mapi_update_folder_hash_tables' argument 2 names different: declaration 'name' definition 'full_name'. [funcArgNamesDifferent]
evolution-mapi-3.4.4/src/camel/camel-mapi-store.c:97:81: note: Function 'mapi_update_folder_hash_tables' argument 2 names different: declaration 'name' definition 'full_name'.
evolution-mapi-3.4.4/src/camel/camel-mapi-store.c:2699:69: note: Function 'mapi_update_folder_hash_tables' argument 2 names different: declaration 'name' definition 'full_name'.
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-book-utils.c:167:4: style: Variable 'buff' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-book-utils.c:165:0: note: Variable 'buff' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-book-utils.c:167:4: note: Variable 'buff' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-book-utils.c:267:6: style: Variable 'buff' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-book-utils.c:265:0: note: Variable 'buff' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-book-utils.c:267:6: note: Variable 'buff' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-book-utils.c:193:11: style: The scope of the variable 'str' can be reduced. [variableScope]
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-cal-recur-utils.c:509:6: style: The scope of the variable 'i' can be reduced. [variableScope]
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-cal-tz-utils.c:202:2: style: Variable 'array' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-cal-tz-utils.c:199:0: note: Variable 'array' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-cal-tz-utils.c:202:2: note: Variable 'array' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-cal-tz-utils.c:319:3: style: Variable 'tzid' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-cal-tz-utils.c:315:0: note: Variable 'tzid' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-cal-tz-utils.c:319:3: note: Variable 'tzid' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-cal-tz-utils.c:495:2: style: Variable 'flag16' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-cal-tz-utils.c:481:2: note: Variable 'flag16' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-cal-tz-utils.c:495:2: note: Variable 'flag16' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-cal-tz-utils.c:495:2: style: Variable 'flag16' is assigned a value that is never used. [unreadVariable]
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-cal-tz-utils.c:496:9: style: Variable 'ptr' is assigned a value that is never used. [unreadVariable]
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-cal-utils.c:1310:2: style: Variable 'org_prop' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-cal-utils.c:1303:0: note: Variable 'org_prop' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-cal-utils.c:1310:2: note: Variable 'org_prop' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-cal-utils.c:1311:2: style: Variable 'org' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-cal-utils.c:1304:0: note: Variable 'org' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-cal-utils.c:1311:2: note: Variable 'org' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-cal-utils.c:1395:3: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-cal-utils.c:1392:0: note: Variable 'str' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-cal-utils.c:1395:3: note: Variable 'str' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-cal-utils.c:1483:3: style: Variable 'sfname' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-cal-utils.c:1479:0: note: Variable 'sfname' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-cal-utils.c:1483:3: note: Variable 'sfname' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-cal-utils.c:1485:3: style: Variable 'filename' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-cal-utils.c:1479:0: note: Variable 'filename' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-cal-utils.c:1485:3: note: Variable 'filename' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-cal-utils.c:2111:55: style: Variable 'b' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-cal-utils.c:2111:3: note: Variable 'b' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-cal-utils.c:2111:55: note: Variable 'b' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-cal-utils.c:1888:4: style: Variable 'rt' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-cal-utils.c:1885:0: note: Variable 'rt' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-cal-utils.c:1888:4: note: Variable 'rt' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-cal-utils.c:454:11: style: The scope of the variable 'event_start' can be reduced. [variableScope]
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-cal-utils.c:455:11: style: The scope of the variable 'event_end' can be reduced. [variableScope]
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-cal-utils.c:546:20: style: The scope of the variable 'publish_start' can be reduced. [variableScope]
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-cal-utils.c:547:28: style: The scope of the variable 'busy_months' can be reduced. [variableScope]
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-cal-utils.c:549:28: style: The scope of the variable 'tentative_months' can be reduced. [variableScope]
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-cal-utils.c:551:28: style: The scope of the variable 'oof_months' can be reduced. [variableScope]
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-cal-utils.c:553:13: style: The scope of the variable 'year' can be reduced. [variableScope]
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-cal-utils.c:556:17: style: The scope of the variable 'comp' can be reduced. [variableScope]
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-cal-utils.c:707:19: style: The scope of the variable 'ui32' can be reduced. [variableScope]
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-cal-utils.c:850:30: style: The scope of the variable 'bin' can be reduced. [variableScope]
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-connection.c:2422:24: warning: Either the condition 'user_data!=NULL' is redundant or there is possible null pointer dereference: foa. [nullPointerRedundantCheck]
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-connection.c:2421:34: note: Assuming that condition 'user_data!=NULL' is not redundant
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-connection.c:2413:42: note: Assignment 'foa=user_data', assigned value is 0
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-connection.c:2422:24: note: Null pointer dereference
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-connection.c:2423:24: warning: Either the condition 'user_data!=NULL' is redundant or there is possible null pointer dereference: foa. [nullPointerRedundantCheck]
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-connection.c:2421:34: note: Assuming that condition 'user_data!=NULL' is not redundant
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-connection.c:2413:42: note: Assignment 'foa=user_data', assigned value is 0
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-connection.c:2423:24: note: Null pointer dereference
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-connection.c:2431:19: warning: Either the condition 'user_data!=NULL' is redundant or there is possible null pointer dereference: foa. [nullPointerRedundantCheck]
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-connection.c:2421:34: note: Assuming that condition 'user_data!=NULL' is not redundant
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-connection.c:2413:42: note: Assignment 'foa=user_data', assigned value is 0
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-connection.c:2431:19: note: Null pointer dereference
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-connection.c:2437:38: warning: Either the condition 'user_data!=NULL' is redundant or there is possible null pointer dereference: foa. [nullPointerRedundantCheck]
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-connection.c:2421:34: note: Assuming that condition 'user_data!=NULL' is not redundant
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-connection.c:2413:42: note: Assignment 'foa=user_data', assigned value is 0
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-connection.c:2437:38: note: Null pointer dereference
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-connection.c:6293:4: warning: Either the condition '!properties' is redundant or there is possible null pointer dereference: properties. [nullPointerRedundantCheck]
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-connection.c:6287:8: note: Assuming that condition '!properties' is not redundant
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-connection.c:6293:4: note: Null pointer dereference
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-connection.c:6294:4: warning: Either the condition '!properties' is redundant or there is possible null pointer dereference: properties. [nullPointerRedundantCheck]
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-connection.c:6287:8: note: Assuming that condition '!properties' is not redundant
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-connection.c:6294:4: note: Null pointer dereference
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-connection.c:5878:3: style: Variable 'folder' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-connection.c:5873:0: note: Variable 'folder' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-connection.c:5878:3: note: Variable 'folder' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-connection.c:5879:3: style: Variable 'key_fid' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-connection.c:5875:0: note: Variable 'key_fid' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-connection.c:5879:3: note: Variable 'key_fid' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-connection.c:6719:2: style: Variable 'ms' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-connection.c:6716:2: note: Variable 'ms' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-connection.c:6719:2: note: Variable 'ms' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-connection.c:5438:17: style: Function 'e_mapi_connection_set_flags' argument 3 names different: declaration 'mid_list' definition 'mids'. [funcArgNamesDifferent]
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-connection.h:441:18: note: Function 'e_mapi_connection_set_flags' argument 3 names different: declaration 'mid_list' definition 'mids'.
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-connection.c:5438:17: note: Function 'e_mapi_connection_set_flags' argument 3 names different: declaration 'mid_list' definition 'mids'.
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-connection.c:5491:15: style: Function 'e_mapi_connection_copymove_items' argument 5 names different: declaration 'mids' definition 'mid_list'. [funcArgNamesDifferent]
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-connection.h:454:18: note: Function 'e_mapi_connection_copymove_items' argument 5 names different: declaration 'mids' definition 'mid_list'.
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-connection.c:5491:15: note: Function 'e_mapi_connection_copymove_items' argument 5 names different: declaration 'mids' definition 'mid_list'.
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-connection.c:6804:28: style: Function 'e_mapi_create_profile' argument 2 names different: declaration 'profile' definition 'empd'. [funcArgNamesDifferent]
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-connection.h:533:28: note: Function 'e_mapi_create_profile' argument 2 names different: declaration 'profile' definition 'empd'.
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-connection.c:6804:28: note: Function 'e_mapi_create_profile' argument 2 names different: declaration 'profile' definition 'empd'.
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-connection.c:6805:34: style: Function 'e_mapi_create_profile' argument 3 names different: declaration 'cb' definition 'callback'. [funcArgNamesDifferent]
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-connection.h:534:34: note: Function 'e_mapi_create_profile' argument 3 names different: declaration 'cb' definition 'callback'.
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-connection.c:6805:34: note: Function 'e_mapi_create_profile' argument 3 names different: declaration 'cb' definition 'callback'.
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-connection.c:2168:22: style: Variable 'have_embedded' is assigned a value that is never used. [unreadVariable]
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-folder.c:413:2: style: Variable 'conf_key' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-folder.c:404:0: note: Variable 'conf_key' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-folder.c:413:2: note: Variable 'conf_key' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-folder.c:472:2: style: Variable 'conf_key' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-folder.c:462:0: note: Variable 'conf_key' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-folder.c:472:2: note: Variable 'conf_key' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-folder.c:84:26: style: Function 'e_mapi_folder_new' argument 3 names different: declaration 'catgory' definition 'category'. [funcArgNamesDifferent]
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-folder.h:89:29: note: Function 'e_mapi_folder_new' argument 3 names different: declaration 'catgory' definition 'category'.
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-folder.c:84:26: note: Function 'e_mapi_folder_new' argument 3 names different: declaration 'catgory' definition 'category'.
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-mail-utils.c:1614:3: style: Variable 'dw' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-mail-utils.c:1609:0: note: Variable 'dw' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-mail-utils.c:1614:3: note: Variable 'dw' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-mail-utils.c:295:17: style: The scope of the variable 'icalcomp' can be reduced. [variableScope]
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-mail-utils.c:296:39: style: The scope of the variable 'iter' can be reduced. [variableScope]
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-mail-utils.c:373:21: style: The scope of the variable 'content_type' can be reduced. [variableScope]
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-mail-utils.c:604:17: style: The scope of the variable 'part' can be reduced. [variableScope]
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-mail-utils.c:1342:17: style: The scope of the variable 'part' can be reduced. [variableScope]
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-mail-utils.c:1611:19: style: The scope of the variable 'multipart' can be reduced. [variableScope]
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-mail-utils.c:42:22: style: Function 'e_mapi_mail_utils_decode_email_address' argument 5 names different: declaration 'email_proptags' definition 'smtp_proptags'. [funcArgNamesDifferent]
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-mail-utils.h:52:26: note: Function 'e_mapi_mail_utils_decode_email_address' argument 5 names different: declaration 'email_proptags' definition 'smtp_proptags'.
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-mail-utils.c:42:22: note: Function 'e_mapi_mail_utils_decode_email_address' argument 5 names different: declaration 'email_proptags' definition 'smtp_proptags'.
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-mail-utils.c:43:12: style: Function 'e_mapi_mail_utils_decode_email_address' argument 6 names different: declaration 'email_proptags_len' definition 'smtp_proptags_len'. [funcArgNamesDifferent]
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-mail-utils.h:53:16: note: Function 'e_mapi_mail_utils_decode_email_address' argument 6 names different: declaration 'email_proptags_len' definition 'smtp_proptags_len'.
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-mail-utils.c:43:12: note: Function 'e_mapi_mail_utils_decode_email_address' argument 6 names different: declaration 'email_proptags_len' definition 'smtp_proptags_len'.
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-mail-utils.c:106:24: style: Function 'e_mapi_mail_utils_decode_recipients' argument 3 names different: declaration 'to' definition 'to_addr'. [funcArgNamesDifferent]
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-mail-utils.h:67:32: note: Function 'e_mapi_mail_utils_decode_recipients' argument 3 names different: declaration 'to' definition 'to_addr'.
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-mail-utils.c:106:24: note: Function 'e_mapi_mail_utils_decode_recipients' argument 3 names different: declaration 'to' definition 'to_addr'.
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-mail-utils.c:107:24: style: Function 'e_mapi_mail_utils_decode_recipients' argument 4 names different: declaration 'cc' definition 'cc_addr'. [funcArgNamesDifferent]
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-mail-utils.h:68:32: note: Function 'e_mapi_mail_utils_decode_recipients' argument 4 names different: declaration 'cc' definition 'cc_addr'.
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-mail-utils.c:107:24: note: Function 'e_mapi_mail_utils_decode_recipients' argument 4 names different: declaration 'cc' definition 'cc_addr'.
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-mail-utils.c:108:24: style: Function 'e_mapi_mail_utils_decode_recipients' argument 5 names different: declaration 'bcc' definition 'bcc_addr'. [funcArgNamesDifferent]
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-mail-utils.h:69:32: note: Function 'e_mapi_mail_utils_decode_recipients' argument 5 names different: declaration 'bcc' definition 'bcc_addr'.
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-mail-utils.c:108:24: note: Function 'e_mapi_mail_utils_decode_recipients' argument 5 names different: declaration 'bcc' definition 'bcc_addr'.
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-operation-queue.c:134:2: style: Variable 'worker_data' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-operation-queue.c:121:0: note: Variable 'worker_data' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-operation-queue.c:134:2: note: Variable 'worker_data' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-utils.c:90:3: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-utils.c:87:0: note: Variable 'str' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-utils.c:90:3: note: Variable 'str' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-utils.c:130:3: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-utils.c:127:0: note: Variable 'str' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-utils.c:130:3: note: Variable 'str' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-utils.c:170:3: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-utils.c:167:0: note: Variable 'str' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-utils.c:170:3: note: Variable 'str' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-utils.c:231:2: style: Variable 'ptr' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-utils.c:226:0: note: Variable 'ptr' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-utils.c:231:2: note: Variable 'ptr' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-utils.c:245:2: style: Variable 'ptr' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-utils.c:240:0: note: Variable 'ptr' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-utils.c:245:2: note: Variable 'ptr' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-utils.c:322:2: style: Variable 'ptr' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-utils.c:317:0: note: Variable 'ptr' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-utils.c:322:2: note: Variable 'ptr' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-utils.c:335:2: style: Variable 'ptr' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-utils.c:330:0: note: Variable 'ptr' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-utils.c:335:2: note: Variable 'ptr' is reassigned a value before the old one has been used.
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-utils.c:561:81: style: Function 'e_mapi_util_recip_entryid_decode' argument 2 names different: declaration 'entyrid' definition 'entryid'. [funcArgNamesDifferent]
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-utils.h:54:32: note: Function 'e_mapi_util_recip_entryid_decode' argument 2 names different: declaration 'entyrid' definition 'entryid'.
evolution-mapi-3.4.4/src/libexchangemapi/e-mapi-utils.c:561:81: note: Function 'e_mapi_util_recip_entryid_decode' argument 2 names different: declaration 'entyrid' definition 'entryid'.
[19:05]

ftp://ftp.se.debian.org/debian/pool/main/e/evolution-rss/evolution-rss_0.3.95~20140414.orig.tar.xz
evolution-rss-0.3.95~20140414/src/fetch.c:44:2: style: Variable 'scheme' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-rss-0.3.95~20140414/src/fetch.c:39:0: note: Variable 'scheme' is reassigned a value before the old one has been used.
evolution-rss-0.3.95~20140414/src/fetch.c:44:2: note: Variable 'scheme' is reassigned a value before the old one has been used.
evolution-rss-0.3.95~20140414/src/fetch.c:85:2: style: Variable 'scheme' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-rss-0.3.95~20140414/src/fetch.c:84:0: note: Variable 'scheme' is reassigned a value before the old one has been used.
evolution-rss-0.3.95~20140414/src/fetch.c:85:2: note: Variable 'scheme' is reassigned a value before the old one has been used.
evolution-rss-0.3.95~20140414/src/misc.c:461:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
evolution-rss-0.3.95~20140414/src/misc.c:563:28: style: The scope of the variable 'tp' can be reduced. [variableScope]
evolution-rss-0.3.95~20140414/src/misc.c:605:28: style: The scope of the variable 'tp' can be reduced. [variableScope]
evolution-rss-0.3.95~20140414/src/misc.c:671:15: style: The scope of the variable 'fraction' can be reduced. [variableScope]
evolution-rss-0.3.95~20140414/src/network-soup.c:431:17: warning: Either the condition 'if(su)' is redundant or there is possible null pointer dereference: su. [nullPointerRedundantCheck]
evolution-rss-0.3.95~20140414/src/network-soup.c:432:6: note: Assuming that condition 'if(su)' is not redundant
evolution-rss-0.3.95~20140414/src/network-soup.c:431:17: note: Null pointer dereference
evolution-rss-0.3.95~20140414/src/network-soup.c:743:13: warning: Either the condition 'if(req)' is redundant or there is possible null pointer dereference: req. [nullPointerRedundantCheck]
evolution-rss-0.3.95~20140414/src/network-soup.c:744:5: note: Assuming that condition 'if(req)' is not redundant
evolution-rss-0.3.95~20140414/src/network-soup.c:743:13: note: Null pointer dereference
evolution-rss-0.3.95~20140414/src/network-soup.c:183:2: style: Variable 'response' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-rss-0.3.95~20140414/src/network-soup.c:181:0: note: Variable 'response' is reassigned a value before the old one has been used.
evolution-rss-0.3.95~20140414/src/network-soup.c:183:2: note: Variable 'response' is reassigned a value before the old one has been used.
evolution-rss-0.3.95~20140414/src/network-soup.c:361:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evolution-rss-0.3.95~20140414/src/network-soup.c:388:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evolution-rss-0.3.95~20140414/src/network-soup.c:442:6: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evolution-rss-0.3.95~20140414/src/network-soup.c:110:14: style: The scope of the variable 'clen' can be reduced. [variableScope]
evolution-rss-0.3.95~20140414/src/network-soup.c:480:7: style: The scope of the variable 'rfeed' can be reduced. [variableScope]
evolution-rss-0.3.95~20140414/src/network-soup.c:519:32: style: The scope of the variable 'user' can be reduced. [variableScope]
evolution-rss-0.3.95~20140414/src/network-soup.c:519:39: style: The scope of the variable 'pass' can be reduced. [variableScope]
evolution-rss-0.3.95~20140414/src/network-soup.c:790:10: style: The scope of the variable 'res' can be reduced. [variableScope]
evolution-rss-0.3.95~20140414/src/network-soup.c:998:9: style: The scope of the variable '_stnet' can be reduced. [variableScope]
evolution-rss-0.3.95~20140414/src/network-soup.c:631:1: style: Label 'authpop' is not used. [unusedLabel]
evolution-rss-0.3.95~20140414/src/notification.c:254:13: style: The scope of the variable 'activity_key' can be reduced. [variableScope]
evolution-rss-0.3.95~20140414/src/notification.c:189:34: warning: Function 'taskbar_op_abort' argument order different: declaration 'key, ' definition 'cancellable, key' [funcArgOrderDifferent]
evolution-rss-0.3.95~20140414/src/notification.h:31:27: note: Function 'taskbar_op_abort' argument order different: declaration 'key, ' definition 'cancellable, key'
evolution-rss-0.3.95~20140414/src/notification.c:189:34: note: Function 'taskbar_op_abort' argument order different: declaration 'key, ' definition 'cancellable, key'
evolution-rss-0.3.95~20140414/src/parser.c:1399:12: style: Condition 'error!=NULL' is always false [knownConditionTrueFalse]
evolution-rss-0.3.95~20140414/src/parser.c:1394:18: note: Assignment 'error=NULL', assigned value is 0
evolution-rss-0.3.95~20140414/src/parser.c:1399:12: note: Condition 'error!=NULL' is always false
evolution-rss-0.3.95~20140414/src/parser.c:93:2: style: Variable 'src' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-rss-0.3.95~20140414/src/parser.c:88:0: note: Variable 'src' is reassigned a value before the old one has been used.
evolution-rss-0.3.95~20140414/src/parser.c:93:2: note: Variable 'src' is reassigned a value before the old one has been used.
evolution-rss-0.3.95~20140414/src/parser.c:322:2: style: Variable 'src' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-rss-0.3.95~20140414/src/parser.c:317:0: note: Variable 'src' is reassigned a value before the old one has been used.
evolution-rss-0.3.95~20140414/src/parser.c:322:2: note: Variable 'src' is reassigned a value before the old one has been used.
evolution-rss-0.3.95~20140414/src/parser.c:1399:12: style: Same expression on both sides of '!=' because the value of 'error' and 'NULL' are the same. [duplicateExpression]
evolution-rss-0.3.95~20140414/src/parser.c:1394:18: note: 'error' is assigned value 'NULL' here.
evolution-rss-0.3.95~20140414/src/parser.c:1399:12: note: Same expression on both sides of '!=' because the value of 'error' and 'NULL' are the same.
evolution-rss-0.3.95~20140414/src/parser.c:90:9: style: The scope of the variable 'url' can be reduced. [variableScope]
evolution-rss-0.3.95~20140414/src/parser.c:126:9: style: The scope of the variable 'url' can be reduced. [variableScope]
evolution-rss-0.3.95~20140414/src/parser.c:1368:1: style: Label 'done' is not used. [unusedLabel]
evolution-rss-0.3.95~20140414/src/parser.c:1268:39: style: Function 'display_channel_items_sync' argument 1 names different: declaration 'ayncr' definition 'asyncr'. [funcArgNamesDifferent]
evolution-rss-0.3.95~20140414/src/parser.c:74:47: note: Function 'display_channel_items_sync' argument 1 names different: declaration 'ayncr' definition 'asyncr'.
evolution-rss-0.3.95~20140414/src/parser.c:1268:39: note: Function 'display_channel_items_sync' argument 1 names different: declaration 'ayncr' definition 'asyncr'.
evolution-rss-0.3.95~20140414/src/parser.c:1453:29: style: Function 'encode_html_entities' argument 1 names different: declaration 'source' definition 'str'. [funcArgNamesDifferent]
evolution-rss-0.3.95~20140414/src/parser.h:93:36: note: Function 'encode_html_entities' argument 1 names different: declaration 'source' definition 'str'.
evolution-rss-0.3.95~20140414/src/parser.c:1453:29: note: Function 'encode_html_entities' argument 1 names different: declaration 'source' definition 'str'.
evolution-rss-0.3.95~20140414/src/rss-cache.c:92:2: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-rss-0.3.95~20140414/src/rss-cache.c:76:0: note: Variable 'tmp' is reassigned a value before the old one has been used.
evolution-rss-0.3.95~20140414/src/rss-cache.c:92:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
evolution-rss-0.3.95~20140414/src/rss-cache.c:117:2: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-rss-0.3.95~20140414/src/rss-cache.c:110:0: note: Variable 'tmp' is reassigned a value before the old one has been used.
evolution-rss-0.3.95~20140414/src/rss-cache.c:117:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
evolution-rss-0.3.95~20140414/src/rss-cache.c:73:44: style: Function 'rss_cache_get_path' argument 2 names different: declaration 'path' definition 'key'. [funcArgNamesDifferent]
evolution-rss-0.3.95~20140414/src/rss-cache.h:37:50: note: Function 'rss_cache_get_path' argument 2 names different: declaration 'path' definition 'key'.
evolution-rss-0.3.95~20140414/src/rss-cache.c:73:44: note: Function 'rss_cache_get_path' argument 2 names different: declaration 'path' definition 'key'.
evolution-rss-0.3.95~20140414/src/rss-cache.c:88:8: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
evolution-rss-0.3.95~20140414/src/rss-cache.c:115:8: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
evolution-rss-0.3.95~20140414/src/rss-config-factory.c:2188:23: warning: Either the condition 'prop' is redundant or there is possible null pointer dereference: prop. [nullPointerRedundantCheck]
evolution-rss-0.3.95~20140414/src/rss-config-factory.c:2166:10: note: Assuming that condition 'prop' is not redundant
evolution-rss-0.3.95~20140414/src/rss-config-factory.c:2188:23: note: Null pointer dereference
evolution-rss-0.3.95~20140414/src/rss-config-factory.c:1081:2: style: Variable 'feed' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-rss-0.3.95~20140414/src/rss-config-factory.c:1080:0: note: Variable 'feed' is reassigned a value before the old one has been used.
evolution-rss-0.3.95~20140414/src/rss-config-factory.c:1081:2: note: Variable 'feed' is reassigned a value before the old one has been used.
evolution-rss-0.3.95~20140414/src/rss-config-factory.c:3876:2: style: Variable 'fhtml' is reassigned a value before the old one has been used. [redundantAssignment]
evolution-rss-0.3.95~20140414/src/rss-config-factory.c:3874:2: note: Variable 'fhtml' is reassigned a value before the old one has been used.
evolution-rss-0.3.95~20140414/src/rss-config-factory.c:3876:2: note: Variable 'fhtml' is reassigned a value before the old one has been used.
evolution-rss-0.3.95~20140414/src/rss-config-factory.c:3443:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evolution-rss-0.3.95~20140414/src/rss-config-factory.c:663:9: style: The scope of the variable 'fname' can be reduced. [variableScope]
evolution-rss-0.3.95~20140414/src/rss-config-factory.c:676:13: style: The scope of the variable 'feed_name_label' can be reduced. [variableScope]
evolution-rss-0.3.95~20140414/src/rss-config-factory.c:677:4: style: The scope of the variable 'location_button' can be reduced. [variableScope]
evolution-rss-0.3.95~20140414/src/rss-config-factory.c:678:4: style: The scope of the variable 'location_label' can be reduced. [variableScope]
evolution-rss-0.3.95~20140414/src/rss-config-factory.c:1089:16: style: The scope of the variable 'model' can be reduced. [variableScope]
evolution-rss-0.3.95~20140414/src/rss-config-factory.c:1205:13: style: The scope of the variable 'uids' can be reduced. [variableScope]
evolution-rss-0.3.95~20140414/src/rss-config-factory.c:1484:20: style: The scope of the variable 'selection' can be reduced. [variableScope]
evolution-rss-0.3.95~20140414/src/rss-config-factory.c:1658:13: style: The scope of the variable 'rfd' can be reduced. [variableScope]
evolution-rss-0.3.95~20140414/src/rss-config-factory.c:1858:9: style: The scope of the variable 'name' can be reduced. [variableScope]
evolution-rss-0.3.95~20140414/src/rss-config-factory.c:1859:9: style: The scope of the variable 'tmp_feed_name' can be reduced. [variableScope]
evolution-rss-0.3.95~20140414/src/rss-config-factory.c:2680:9: style: The scope of the variable 'folder' can be reduced. [variableScope]
evolution-rss-0.3.95~20140414/src/rss-config-factory.c:2763:9: style: The scope of the variable 'names' can be reduced. [variableScope]
evolution-rss-0.3.95~20140414/src/rss-config-factory.c:158:12: style: struct member 'Anonymous1::key' is never used. [unusedStructMember]
evolution-rss-0.3.95~20140414/src/rss-config.c:619:10: warning: Either the condition 'f' is redundant or there is possible null pointer dereference: f. [nullPointerRedundantCheck]
evolution-rss-0.3.95~20140414/src/rss-config.c:613:7: note: Assuming that condition 'f' is not redundant
evolution-rss-0.3.95~20140414/src/rss-config.c:619:10: note: Null pointer dereference
evolution-rss-0.3.95~20140414/src/rss-config.c:386:8: style: The scope of the variable 'uid' can be reduced. [variableScope]
evolution-rss-0.3.95~20140414/src/rss-config.c:476:9: style: The scope of the variable 'str' can be reduced. [variableScope]
evolution-rss-0.3.95~20140414/src/rss-config.c:387:8: style: Unused variable: i [unusedVariable]
evolution-rss-0.3.95~20140414/src/rss-evo-common.c:265:6: style: Condition '!so_addr' is always true [knownConditionTrueFalse]
evolution-rss-0.3.95~20140414/src/rss-evo-common.c:259:30: note: Assignment 'so_addr=NULL', assigned value is 0
evolution-rss-0.3.95~20140414/src/rss-evo-common.c:265:6: note: Condition '!so_addr' is always true
evolution-rss-0.3.95~20140414/src/rss-evo-common.c:269:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evolution-rss-0.3.95~20140414/src/rss-evo-common.c:82:11: style: struct member '_EProxyPrivate::uri_http' is never used. [unusedStructMember]
evolution-rss-0.3.95~20140414/src/rss-evo-common.c:82:22: style: struct member '_EProxyPrivate::uri_https' is never used. [unusedStructMember]
evolution-rss-0.3.95~20140414/src/rss-evo-common.c:258:8: style: Unused variable: addr_len [unusedVariable]
evolution-rss-0.3.95~20140414/src/rss-image.c:169:11: style: The scope of the variable 'app' can be reduced. [variableScope]
evolution-rss-0.3.95~20140414/src/rss-image.c:532:35: style: Function 'display_folder_icon' argument 1 names different: declaration 'store' definition 'tree_store'. [funcArgNamesDifferent]
evolution-rss-0.3.95~20140414/src/rss-image.h:34:44: note: Function 'display_folder_icon' argument 1 names different: declaration 'store' definition 'tree_store'.
evolution-rss-0.3.95~20140414/src/rss-image.c:532:35: note: Function 'display_folder_icon' argument 1 names different: declaration 'store' definition 'tree_store'.
evolution-rss-0.3.95~20140414/src/rss-status-icon.c:46:9: style: The scope of the variable 'real_name' can be reduced. [variableScope]
evolution-rss-0.3.95~20140414/src/rss-status-icon.c:216:33: style: Function 'update_status_icon_text' argument 1 names different: declaration 'status_msg' definition 'status'. [funcArgNamesDifferent]
evolution-rss-0.3.95~20140414/src/rss-status-icon.h:32:38: note: Function 'update_status_icon_text' argument 1 names different: declaration 'status_msg' definition 'status'.
evolution-rss-0.3.95~20140414/src/rss-status-icon.c:216:33: note: Function 'update_status_icon_text' argument 1 names different: declaration 'status_msg' definition 'status'.
evolution-rss-0.3.95~20140414/src/rss.c:3097:0: error: failed to expand 'd', it is invalid to use a preprocessor directive as macro parameter [preprocessorErrorDirective]
[19:05]

ftp://ftp.se.debian.org/debian/pool/main/e/evolution-webcal/evolution-webcal_2.32.0.orig.tar.gz
evolution-webcal-2.32.0/src/evolution-webcal-main.c:110:17: style: The scope of the variable 'header' can be reduced. [variableScope]
evolution-webcal-2.32.0/src/evolution-webcal-notify.c:218:36: style: Function 'e_webcal_query_user' argument 4 names different: declaration 'has_event' definition 'has_events'. [funcArgNamesDifferent]
evolution-webcal-2.32.0/src/evolution-webcal-notify.h:35:36: note: Function 'e_webcal_query_user' argument 4 names different: declaration 'has_event' definition 'has_events'.
evolution-webcal-2.32.0/src/evolution-webcal-notify.c:218:36: note: Function 'e_webcal_query_user' argument 4 names different: declaration 'has_event' definition 'has_events'.
evolution-webcal-2.32.0/src/evolution-webcal-notify.c:218:57: style: Function 'e_webcal_query_user' argument 5 names different: declaration 'has_todo' definition 'has_tasks'. [funcArgNamesDifferent]
evolution-webcal-2.32.0/src/evolution-webcal-notify.h:35:56: note: Function 'e_webcal_query_user' argument 5 names different: declaration 'has_todo' definition 'has_tasks'.
evolution-webcal-2.32.0/src/evolution-webcal-notify.c:218:57: note: Function 'e_webcal_query_user' argument 5 names different: declaration 'has_todo' definition 'has_tasks'.
[19:05]

ftp://ftp.se.debian.org/debian/pool/main/e/evolver/evolver_2.70+ds.orig.tar.xz
evolver-2.70+ds.orig/src/alice.c:92:21: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/bk.c:98:10: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/bk.c:108:20: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/bk.c:112:16: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/bk.c:130:25: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/bk.c:133:26: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/bk.c:141:26: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/bk.c:144:26: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/bk.c:147:30: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/bk.c:148:29: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/bk.c:152:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/bk.c:152:52: portability: Casting from double ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/bk.c:155:27: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/bk.c:155:55: portability: Casting from double ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/bk.c:160:19: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/bk.c:222:17: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/bk.c:426:14: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/bk.c:483:15: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/bk.c:739:8: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/bk.c:745:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/bk.c:846:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/bk.c:847:8: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/bk.c:848:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/bk.c:850:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/bk.c:851:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/bk.c:857:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/bk.c:858:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/bk.c:995:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/bk.c:996:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/bk.c:997:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/bk.c:999:15: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/bk.c:1000:15: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/bk.c:1003:15: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/bk.c:1004:15: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/bk.c:1041:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/bk.c:1042:8: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/bk.c:1043:8: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/bk.c:1045:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/bk.c:1046:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/bk.c:1051:8: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/bk.c:1052:8: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/bk.c:1216:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/bk.c:1217:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/bk.c:1218:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/bk.c:1220:15: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/bk.c:1221:15: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/bk.c:1223:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/bk.c:1224:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/bk.c:1283:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/bk.c:1294:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/bk.c:1464:13: portability: Casting from double ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/bk.c:1465:13: portability: Casting from double ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/bk.c:1466:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/bk.c:1467:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/bk.c:1511:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/bk.c:1525:15: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/bk.c:1536:23: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/bk.c:1541:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/bk.c:1542:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/bk.c:1543:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/bk.c:1555:16: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/bk.c:1556:16: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/bk.c:1557:16: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/bk.c:1558:16: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/bk.c:1714:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/bk.c:1763:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/bk.c:1782:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/bk.c:1806:17: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/bk.c:1812:15: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/bk.c:1869:8: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/bk.c:1870:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/bk.c:1891:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/bk.c:1892:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/bk.c:1922:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/bk.c:1923:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/bk.c:1924:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/bk.c:1937:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/bk.c:1938:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/bk.c:1939:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/bk.c:846:3: style: Variable 'h' is reassigned a value before the old one has been used. [redundantAssignment]
evolver-2.70+ds.orig/src/bk.c:833:0: note: Variable 'h' is reassigned a value before the old one has been used.
evolver-2.70+ds.orig/src/bk.c:846:3: note: Variable 'h' is reassigned a value before the old one has been used.
evolver-2.70+ds.orig/src/bk.c:847:3: style: Variable 'ah' is reassigned a value before the old one has been used. [redundantAssignment]
evolver-2.70+ds.orig/src/bk.c:834:0: note: Variable 'ah' is reassigned a value before the old one has been used.
evolver-2.70+ds.orig/src/bk.c:847:3: note: Variable 'ah' is reassigned a value before the old one has been used.
evolver-2.70+ds.orig/src/bk.c:848:3: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
evolver-2.70+ds.orig/src/bk.c:835:0: note: Variable 'f' is reassigned a value before the old one has been used.
evolver-2.70+ds.orig/src/bk.c:848:3: note: Variable 'f' is reassigned a value before the old one has been used.
evolver-2.70+ds.orig/src/bk.c:68:9: style: The scope of the variable 'i' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/bk.c:841:7: style: The scope of the variable 'maxcount' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/bk.c:1035:7: style: The scope of the variable 'maxcount' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/bk.c:1258:7: style: The scope of the variable 'maxcount' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/bk.c:1331:12: style: The scope of the variable 'denom' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/bk.c:1496:11: style: The scope of the variable 'ii' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/bk.c:1496:14: style: The scope of the variable 'jj' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/bk.c:1497:9: style: The scope of the variable 'T1' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/bk.c:1497:13: style: The scope of the variable 'T2' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/bk.c:1497:17: style: The scope of the variable 'T3' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/bk.c:1498:11: style: The scope of the variable 'b_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/bk.c:1499:20: style: The scope of the variable 'q' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/bk.c:1829:9: style: The scope of the variable 'j' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/bk.c:1829:11: style: The scope of the variable 'end' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/bk.c:546:27: style: Array index 'k' is used before limits check. [arrayIndexThenCheck]
evolver-2.70+ds.orig/src/bk.c:561:27: style: Array index 'k' is used before limits check. [arrayIndexThenCheck]
evolver-2.70+ds.orig/src/boundary.c:243:15: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/boundary.c:256:15: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/boundary.c:272:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/boundary.c:279:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/boundary.c:285:17: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/boundary.c:289:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/boundary.c:293:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/boundary.c:297:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/boundary.c:339:15: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/boundary.c:344:15: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/boundary.c:375:28: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/boundary.c:425:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/boundary.c:426:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/boundary.c:428:21: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/boundary.c:429:17: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/boundary.c:433:15: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/boundary.c:434:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/boundary.c:470:9: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/boundary.c:471:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/boundary.c:554:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/boundary.c:555:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/boundary.c:628:9: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/boundary.c:629:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/boundary.c:630:9: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/boundary.c:631:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/boundary.c:145:24: style: The scope of the variable 'newsq' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/boundary.c:145:30: style: The scope of the variable 'newx' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/boundary.c:146:9: style: The scope of the variable 'iter' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/boundary.c:214:8: style: The scope of the variable 'norm' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/boundary.c:216:8: style: The scope of the variable 'qq' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/boundary.c:537:36: style: The scope of the variable 'prev' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/boundary.c:538:11: style: The scope of the variable 'x' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/boundary.c:538:14: style: The scope of the variable 'xx' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/calcforc.c:593:14: warning: Possible null pointer dereference: bdry [nullPointer]
evolver-2.70+ds.orig/src/calcforc.c:592:12: note: Assignment 'bdry=V_BOUNDARY_ATTR?web.boundaries+*((int*)((char*)((struct vertex*)(web.skel[0].ibase[(v_id)&((1U<<(27-0))-1)]))+((struct extra*)(dymem+web.skel[0].dy_extras))[V_BOUNDARY_ATTR].offset)):NULL', assigned value is 0
evolver-2.70+ds.orig/src/calcforc.c:593:14: note: Null pointer dereference
evolver-2.70+ds.orig/src/calcforc.c:286:15: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/calcforc.c:319:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/calcforc.c:482:29: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/calcforc.c:491:21: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/calcforc.c:585:15: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/calcforc.c:594:17: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/calcforc.c:171:16: style: The scope of the variable 'f_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/calcforc.c:476:7: style: The scope of the variable 'i' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/calcforc.c:476:9: style: The scope of the variable 'j' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/calcforc.c:492:12: style: The scope of the variable 'ff' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/calcforc.c:552:16: style: The scope of the variable 'ss' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/calcforc.c:552:19: style: The scope of the variable 'fs' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/calcforc.c:615:16: style: The scope of the variable 'bi_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/calcforc.c:618:21: style: The scope of the variable 'gq' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/calcforc.c:797:15: style: The scope of the variable 'e_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/check.c:1165:21: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/check.c:119:16: style: The scope of the variable 'backid' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/check.c:421:12: style: The scope of the variable 'orig' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/check.c:607:19: style: The scope of the variable 'v_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/check.c:912:23: style: The scope of the variable 'next_f' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/check.c:1196:11: style: The scope of the variable 'e_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/check.c:1200:7: style: The scope of the variable 'i' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/cnstrnt.c:820:11: warning: Either the condition 'i>=(6+1)' is redundant or the array 'constr[7]' is accessed at index 7, which is out of bounds. [arrayIndexOutOfBoundsCond]
evolver-2.70+ds.orig/src/cnstrnt.c:823:14: note: Assuming that condition 'i>=(6+1)' is not redundant
evolver-2.70+ds.orig/src/cnstrnt.c:820:11: note: Array index out of bounds
evolver-2.70+ds.orig/src/cnstrnt.c:821:16: warning: Either the condition 'i>=(6+1)' is redundant or the array 'constr[7]' is accessed at index 7, which is out of bounds. [arrayIndexOutOfBoundsCond]
evolver-2.70+ds.orig/src/cnstrnt.c:823:14: note: Assuming that condition 'i>=(6+1)' is not redundant
evolver-2.70+ds.orig/src/cnstrnt.c:821:16: note: Array index out of bounds
evolver-2.70+ds.orig/src/cnstrnt.c:927:11: warning: Either the condition 'i>=(6+1)' is redundant or the array 'constr[7]' is accessed at index 7, which is out of bounds. [arrayIndexOutOfBoundsCond]
evolver-2.70+ds.orig/src/cnstrnt.c:930:14: note: Assuming that condition 'i>=(6+1)' is not redundant
evolver-2.70+ds.orig/src/cnstrnt.c:927:11: note: Array index out of bounds
evolver-2.70+ds.orig/src/cnstrnt.c:928:16: warning: Either the condition 'i>=(6+1)' is redundant or the array 'constr[7]' is accessed at index 7, which is out of bounds. [arrayIndexOutOfBoundsCond]
evolver-2.70+ds.orig/src/cnstrnt.c:930:14: note: Assuming that condition 'i>=(6+1)' is not redundant
evolver-2.70+ds.orig/src/cnstrnt.c:928:16: note: Array index out of bounds
evolver-2.70+ds.orig/src/cnstrnt.c:208:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/cnstrnt.c:285:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/cnstrnt.c:344:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/cnstrnt.c:430:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/cnstrnt.c:431:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/cnstrnt.c:486:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/cnstrnt.c:487:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/cnstrnt.c:491:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/cnstrnt.c:492:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/cnstrnt.c:534:32: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/cnstrnt.c:579:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/cnstrnt.c:580:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/cnstrnt.c:645:36: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/cnstrnt.c:647:35: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/cnstrnt.c:732:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/cnstrnt.c:733:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/cnstrnt.c:842:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/cnstrnt.c:855:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/cnstrnt.c:944:8: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/cnstrnt.c:945:8: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/cnstrnt.c:953:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/cnstrnt.c:968:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/cnstrnt.c:1054:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/cnstrnt.c:1122:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/cnstrnt.c:1123:16: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/cnstrnt.c:1199:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/cnstrnt.c:1291:14: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/cnstrnt.c:1296:10: portability: Casting from double ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/cnstrnt.c:1397:30: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/cnstrnt.c:1447:42: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/cnstrnt.c:1457:31: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/cnstrnt.c:43:7: style: The scope of the variable 'j' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/cnstrnt.c:336:8: style: The scope of the variable 'maxdiff' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/cnstrnt.c:423:22: style: The scope of the variable 'constr' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/cnstrnt.c:459:22: style: The scope of the variable 'constr' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/cnstrnt.c:528:22: style: The scope of the variable 'constr' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/cnstrnt.c:553:22: style: The scope of the variable 'constr' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/cnstrnt.c:1184:11: style: The scope of the variable 'b_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/cnstrnt.c:1185:12: style: The scope of the variable 'f_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/cnstrnt.c:1275:12: style: The scope of the variable 'bodysign' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/cnstrnt.c:1278:12: style: The scope of the variable 'f_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/cnstrnt.c:1426:9: style: The scope of the variable 'j' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/cnstrnt.c:630:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
evolver-2.70+ds.orig/src/cnstrnt.c:738:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
evolver-2.70+ds.orig/src/cnstrnt.c:820:11: warning: Either the condition 'i>=7' is redundant or the array 'constr[7]' is accessed at index 7, which is out of bounds. [arrayIndexOutOfBoundsCond]
evolver-2.70+ds.orig/src/cnstrnt.c:823:14: note: Assuming that condition 'i>=7' is not redundant
evolver-2.70+ds.orig/src/cnstrnt.c:820:11: note: Array index out of bounds
evolver-2.70+ds.orig/src/cnstrnt.c:821:16: warning: Either the condition 'i>=7' is redundant or the array 'constr[7]' is accessed at index 7, which is out of bounds. [arrayIndexOutOfBoundsCond]
evolver-2.70+ds.orig/src/cnstrnt.c:823:14: note: Assuming that condition 'i>=7' is not redundant
evolver-2.70+ds.orig/src/cnstrnt.c:821:16: note: Array index out of bounds
evolver-2.70+ds.orig/src/cnstrnt.c:927:11: warning: Either the condition 'i>=7' is redundant or the array 'constr[7]' is accessed at index 7, which is out of bounds. [arrayIndexOutOfBoundsCond]
evolver-2.70+ds.orig/src/cnstrnt.c:930:14: note: Assuming that condition 'i>=7' is not redundant
evolver-2.70+ds.orig/src/cnstrnt.c:927:11: note: Array index out of bounds
evolver-2.70+ds.orig/src/cnstrnt.c:928:16: warning: Either the condition 'i>=7' is redundant or the array 'constr[7]' is accessed at index 7, which is out of bounds. [arrayIndexOutOfBoundsCond]
evolver-2.70+ds.orig/src/cnstrnt.c:930:14: note: Assuming that condition 'i>=7' is not redundant
evolver-2.70+ds.orig/src/cnstrnt.c:928:16: note: Array index out of bounds
evolver-2.70+ds.orig/src/command.c:107:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/command.c:928:23: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/command.c:929:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/command.c:1156:18: style: Same expression on both sides of '||'. [duplicateExpression]
evolver-2.70+ds.orig/src/command.c:83:7: style: The scope of the variable 'i' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/command.c:84:13: style: The scope of the variable 'v_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/command.c:149:11: style: The scope of the variable 'k' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/command.c:919:13: style: The scope of the variable 'v_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/command.c:1131:11: style: The scope of the variable 'b_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/command.c:1134:7: style: The scope of the variable 'headerflag' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/command.c:1278:8: style: The scope of the variable 'response' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/command.c:1420:21: style: The scope of the variable 'q' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/curtest.c:125:23: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/curtest.c:126:23: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/curtest.c:127:23: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/curtest.c:128:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/curtest.c:129:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/curtest.c:130:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/curtest.c:131:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/curtest.c:132:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/curtest.c:133:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/curtest.c:207:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/curtest.c:208:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/curtest.c:210:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/curtest.c:211:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/curtest.c:213:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/curtest.c:214:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/diffuse.c:54:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/diffuse.c:76:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/diffuse.c:26:11: style: The scope of the variable 'e_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/diffuse.c:27:12: style: The scope of the variable 'f_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/diffuse.c:28:16: style: The scope of the variable 'fe_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/display.c:789:9: portability: Casting from double * ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/display.c:504:11: style: The scope of the variable 'k' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/display.c:486:12: style: struct member 'stack::swapcolor' is never used. [unusedStructMember]
evolver-2.70+ds.orig/src/dodecGroup.c:372:15: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/dodecGroup.c:379:10: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/dodecGroup.c:224:0: style: The scope of the variable 'next' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/dodecGroup.c:308:8: style: The scope of the variable 'mat' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/dump.c:1066:12: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
evolver-2.70+ds.orig/src/dump.c:1219:12: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
evolver-2.70+ds.orig/src/dump.c:1345:16: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
evolver-2.70+ds.orig/src/dump.c:2383:14: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
evolver-2.70+ds.orig/src/dump.c:1206:37: warning: Possible null pointer dereference: bdry [nullPointer]
evolver-2.70+ds.orig/src/dump.c:1205:32: note: Assignment 'bdry=E_BOUNDARY_ATTR?web.boundaries+*((int*)((char*)((struct edge*)(web.skel[1].ibase[(e_id)&((1U<<(27-0))-1)]))+((struct extra*)(dymem+web.skel[1].dy_extras))[E_BOUNDARY_ATTR].offset)):NULL', assigned value is 0
evolver-2.70+ds.orig/src/dump.c:1206:37: note: Null pointer dereference
evolver-2.70+ds.orig/src/dump.c:1332:38: warning: Possible null pointer dereference: bdry [nullPointer]
evolver-2.70+ds.orig/src/dump.c:1331:33: note: Assignment 'bdry=F_BOUNDARY_ATTR?web.boundaries+*((int*)((char*)((struct facet*)(web.skel[2].ibase[(f_id)&((1U<<(27-0))-1)]))+((struct extra*)(dymem+web.skel[2].dy_extras))[F_BOUNDARY_ATTR].offset)):0', assigned value is 0
evolver-2.70+ds.orig/src/dump.c:1332:38: note: Null pointer dereference
evolver-2.70+ds.orig/src/dump.c:1016:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/dump.c:1020:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/dump.c:1372:35: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/dump.c:2344:9: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/dump.c:2390:9: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/dump.c:321:21: style: The scope of the variable 'q' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/dump.c:1058:24: style: The scope of the variable 'con' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/dump.c:1084:29: style: The scope of the variable 'mi' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/dump.c:1211:24: style: The scope of the variable 'con' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/dump.c:1239:29: style: The scope of the variable 'mi' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/dump.c:1287:7: style: The scope of the variable 'per_line' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/dump.c:1288:11: style: The scope of the variable 'e_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/dump.c:1289:16: style: The scope of the variable 'fe' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/dump.c:1337:28: style: The scope of the variable 'con' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/dump.c:1376:31: style: The scope of the variable 'mi' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/dump.c:1528:31: style: The scope of the variable 'mi' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/dump.c:1677:7: style: The scope of the variable 'pp' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/dump.c:1868:7: style: The scope of the variable 'forward_comment_flag' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/dump.c:2375:26: style: The scope of the variable 'con' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/dump.c:218:15: style: Array index 'depth' is used before limits check. [arrayIndexThenCheck]
evolver-2.70+ds.orig/src/dump.c:277:16: style: Array index 'depth' is used before limits check. [arrayIndexThenCheck]
evolver-2.70+ds.orig/src/eval_all.c:48:35: warning: Either the condition 'ex==NULL' is redundant or there is possible null pointer dereference: ex. [nullPointerRedundantCheck]
evolver-2.70+ds.orig/src/eval_all.c:53:11: note: Assuming that condition 'ex==NULL' is not redundant
evolver-2.70+ds.orig/src/eval_all.c:48:35: note: Null pointer dereference
evolver-2.70+ds.orig/src/eval_all.c:170:42: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/eval_all.c:288:31: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/eval_all.c:370:33: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/eval_all.c:393:36: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/eval_all.c:424:32: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/eval_all.c:1231:36: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/eval_all.c:1315:65: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/eval_all.c:1541:13: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/eval_all.c:1388:22: style: The scope of the variable 'id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/eval_all.c:827:30: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
evolver-2.70+ds.orig/src/eval_sec.c:70:35: warning: Either the condition 'if(ex)' is redundant or there is possible null pointer dereference: ex. [nullPointerRedundantCheck]
evolver-2.70+ds.orig/src/eval_sec.c:78:6: note: Assuming that condition 'if(ex)' is not redundant
evolver-2.70+ds.orig/src/eval_sec.c:70:35: note: Null pointer dereference
evolver-2.70+ds.orig/src/eval_sec.c:195:43: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/eval_sec.c:297:32: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/eval_sec.c:420:33: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/eval_sec.c:444:36: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/eval_sec.c:477:32: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/eval_sec.c:1449:40: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/eval_sec.c:1555:65: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/eval_sec.c:1766:13: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/eval_sec.c:65:8: style: The scope of the variable 'x' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/eval_sec.c:65:10: style: The scope of the variable 'y' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/eval_sec.c:69:14: style: The scope of the variable 'id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/eval_sec.c:262:20: style: The scope of the variable 'i' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/eval_sec.c:262:22: style: The scope of the variable 'j' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/eval_sec.c:342:16: style: The scope of the variable 'i' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/eval_sec.c:342:18: style: The scope of the variable 'j' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/eval_sec.c:1610:22: style: The scope of the variable 'id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/eval_sec.c:1611:15: style: The scope of the variable 'i' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/eval_sec.c:988:32: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
evolver-2.70+ds.orig/src/evalmore.c:1293:31: warning: Possible null pointer dereference: boundary [nullPointer]
evolver-2.70+ds.orig/src/evalmore.c:1289:47: note: Assignment 'boundary=V_BOUNDARY_ATTR?web.boundaries+*((int*)((char*)((struct vertex*)(web.skel[0].ibase[(id)&((1U<<(27-0))-1)]))+((struct extra*)(dymem+web.skel[0].dy_extras))[V_BOUNDARY_ATTR].offset)):NULL', assigned value is 0
evolver-2.70+ds.orig/src/evalmore.c:1293:31: note: Null pointer dereference
evolver-2.70+ds.orig/src/evalmore.c:1770:31: warning: Possible null pointer dereference: boundary [nullPointer]
evolver-2.70+ds.orig/src/evalmore.c:1763:46: note: Assignment 'boundary=V_BOUNDARY_ATTR?web.boundaries+*((int*)((char*)((struct vertex*)(web.skel[0].ibase[(id)&((1U<<(27-0))-1)]))+((struct extra*)(dymem+web.skel[0].dy_extras))[V_BOUNDARY_ATTR].offset)):NULL', assigned value is 0
evolver-2.70+ds.orig/src/evalmore.c:1770:31: note: Null pointer dereference
evolver-2.70+ds.orig/src/evalmore.c:903:21: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:918:24: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:947:35: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:987:23: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:1089:15: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:1164:31: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:1170:51: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:1268:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:1277:15: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:1290:33: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:1291:30: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:1308:32: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:1350:17: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:1368:22: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:1413:25: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:1415:25: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:1417:25: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:1419:25: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:1421:25: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:1478:29: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:1507:29: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:1719:32: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:1737:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:1747:32: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:1755:16: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:1764:33: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:1765:30: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:1793:34: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:1840:13: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:1841:13: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:1842:13: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:1846:13: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:1848:21: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:1851:13: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:1856:12: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:1858:21: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:1864:15: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:1865:15: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:1877:15: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:1878:15: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:1891:13: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:1892:13: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:1893:13: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:1897:13: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:1899:21: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:1903:15: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:1904:15: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:1907:15: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:1908:15: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:1913:13: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:1915:21: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:1928:15: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:1929:15: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:1932:15: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:1933:15: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:1945:13: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:1946:13: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:1947:13: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:1953:21: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:1956:11: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:1957:11: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:1958:11: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:1962:12: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:1964:21: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:1967:13: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:1968:13: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:1972:13: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:1974:21: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:1977:13: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:1978:13: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:1982:13: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:1984:21: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:1987:13: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:1988:13: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:1992:12: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:1994:21: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:1997:13: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:1998:13: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:2003:21: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:2005:13: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:2007:13: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:2008:13: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:2030:13: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:2031:13: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:2032:13: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:2037:21: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:2039:13: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:2040:13: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:2041:13: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:2059:13: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:2060:13: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:2061:13: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:2065:13: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:2355:17: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:4082:34: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:4094:34: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:4619:25: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evalmore.c:62:12: style: The scope of the variable 'h' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/evalmore.c:66:17: style: The scope of the variable 'fe' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/evalmore.c:206:20: style: The scope of the variable 'old_fe' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/evalmore.c:207:16: style: The scope of the variable 'e_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/evalmore.c:208:18: style: The scope of the variable 'tv' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/evalmore.c:208:21: style: The scope of the variable 'hv' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/evalmore.c:880:11: style: The scope of the variable 'spot' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/evalmore.c:3821:12: style: The scope of the variable 'formatcount' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/evalmore.c:3976:12: style: The scope of the variable 'formatcount' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/evalmore.c:4253:21: style: The scope of the variable 'b_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/evalmore.c:5847:13: style: The scope of the variable 'bb_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/evalmore.c:5902:22: style: The scope of the variable 'eefe' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/evalmore.c:5904:13: style: The scope of the variable 'bb_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/evalmore.c:3091:10: warning: The buffer 'pix_file_name' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
evolver-2.70+ds.orig/src/evalmore.c:3096:10: warning: The buffer 'pix_file_name' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
evolver-2.70+ds.orig/src/evalmore.c:3110:10: warning: The buffer 'ps_file_name' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
evolver-2.70+ds.orig/src/evalmore.c:763:67: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
evolver-2.70+ds.orig/src/evalmore.c:766:68: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
evolver-2.70+ds.orig/src/evalmore.c:769:66: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
evolver-2.70+ds.orig/src/evalmore.c:772:71: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
evolver-2.70+ds.orig/src/evaltree.c:1142:20: style: Condition 'n' is always true [knownConditionTrueFalse]
evolver-2.70+ds.orig/src/evaltree.c:1137:19: note: Assignment 'n=1', assigned value is 1
evolver-2.70+ds.orig/src/evaltree.c:1142:20: note: Condition 'n' is always true
evolver-2.70+ds.orig/src/evaltree.c:95:32: warning: Either the condition 'ex_original==NULL' is redundant or there is possible null pointer dereference: ex_original. [nullPointerRedundantCheck]
evolver-2.70+ds.orig/src/evaltree.c:129:20: note: Assuming that condition 'ex_original==NULL' is not redundant
evolver-2.70+ds.orig/src/evaltree.c:95:32: note: Null pointer dereference
evolver-2.70+ds.orig/src/evaltree.c:4334:40: warning: Possible null pointer dereference: boundary [nullPointer]
evolver-2.70+ds.orig/src/evaltree.c:4331:41: note: Assignment 'boundary=V_BOUNDARY_ATTR?web.boundaries+*((int*)((char*)((struct vertex*)(web.skel[0].ibase[(q_id)&((1U<<(27-0))-1)]))+((struct extra*)(dymem+web.skel[0].dy_extras))[V_BOUNDARY_ATTR].offset)):NULL', assigned value is 0
evolver-2.70+ds.orig/src/evaltree.c:4334:40: note: Null pointer dereference
evolver-2.70+ds.orig/src/evaltree.c:245:20: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:477:13: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:482:11: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:486:45: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:911:18: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:912:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:937:18: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:938:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:1016:46: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:1022:46: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:1028:11: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:1041:11: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:1046:11: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:1057:11: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:1955:18: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:1959:28: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:1983:18: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:1987:26: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:2014:20: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:2052:20: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:2063:18: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:2065:24: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:2071:18: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:2078:18: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:2085:18: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:2092:18: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:2099:18: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:2107:18: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:2116:18: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:2124:18: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:2147:18: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:2154:18: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:2162:18: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:2169:18: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:2176:18: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:2183:18: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:2190:18: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:2206:18: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:2221:18: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:2236:18: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:2253:18: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:2271:18: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:2287:18: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:2294:18: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:2303:18: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:2313:18: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:2320:18: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:2328:18: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:2339:18: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:2349:18: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:2359:18: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:2379:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:2399:18: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:2413:18: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:2421:18: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:2432:24: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:2434:33: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:2441:18: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:2448:18: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:2455:18: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:2462:18: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:2469:18: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:2476:18: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:2483:18: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:2490:18: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:2497:18: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:2504:18: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:2583:18: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:2636:43: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:2673:15: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:2688:18: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:2710:18: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:2719:61: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:2729:18: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:2750:18: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:2776:18: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:2797:18: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:2822:10: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:2829:12: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:2830:16: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:2834:12: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:2842:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:2844:12: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:2848:31: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:2859:11: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:2873:10: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:2886:10: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:2921:30: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:3015:19: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:3024:15: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:3031:11: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:3033:15: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:3048:19: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:3056:11: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:3074:27: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:3079:21: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:3085:27: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:3090:21: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:3105:22: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:3121:24: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:3125:11: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:3140:15: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:3147:11: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:3149:15: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:3163:18: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:3169:11: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:3170:15: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:3190:19: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:3196:11: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:3201:19: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:3205:21: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:3222:15: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:3228:11: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:3230:15: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:3243:19: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:3249:11: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:3266:19: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:3272:11: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:3290:18: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:3300:11: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:3301:18: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:3317:18: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:3323:11: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:3327:24: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:3343:15: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:3349:11: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:3351:15: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:3364:27: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:3365:21: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:3375:16: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:3381:17: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:3397:16: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:3404:11: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:3406:15: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:3421:18: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:3427:11: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:3441:18: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:3447:11: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:3469:19: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:3481:19: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:3696:25: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:3987:25: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:3994:45: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:4315:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:4332:28: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:4333:25: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:4352:28: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:4423:26: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:4423:33: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:4621:19: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:4635:21: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:4673:23: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:4684:33: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:4863:28: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:4865:28: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:4948:26: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:5073:12: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:5226:20: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:5233:60: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:5307:28: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:5309:28: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:5437:28: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:5439:28: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:5441:28: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:5596:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:5603:35: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:5631:24: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:5633:24: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:5635:24: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:5729:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:5746:35: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:5770:24: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:5772:24: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:5869:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:5876:35: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:5922:24: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:5934:39: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:5940:27: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:5946:27: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:6022:21: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:6027:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:6035:21: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:6038:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:6046:21: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:6049:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:6114:28: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:6115:28: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:6116:28: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:6123:33: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:6123:41: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:6177:23: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:6180:23: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:6182:23: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/evaltree.c:391:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
evolver-2.70+ds.orig/src/evaltree.c:5216:15: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evolver-2.70+ds.orig/src/evaltree.c:625:17: style: The scope of the variable 'spot' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/evaltree.c:2795:34: style: The scope of the variable 'mi' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/evaltree.c:3071:21: style: The scope of the variable 'f_ptr' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/evaltree.c:4630:22: style: The scope of the variable 'id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/evaltree.c:5541:26: style: The scope of the variable 'array_info' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/evaltree.c:5683:26: style: The scope of the variable 'array_info' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/evaltree.c:5815:26: style: The scope of the variable 'array_info' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/evaltree.c:6579:9: style: The scope of the variable 'i' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/evaltree.c:6580:16: style: The scope of the variable 'fe' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/evaltree.c:517:10: warning: The buffer 'loadfilename' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
evolver-2.70+ds.orig/src/evaltree.c:657:10: warning: The buffer 'loadfilename' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
evolver-2.70+ds.orig/src/evaltree.c:1884:22: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
evolver-2.70+ds.orig/src/evaltree.c:2080:47: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
evolver-2.70+ds.orig/src/evaltree.c:2087:56: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
evolver-2.70+ds.orig/src/evaltree.c:2171:62: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
evolver-2.70+ds.orig/src/evaltree.c:2178:50: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
evolver-2.70+ds.orig/src/evaltree.c:2424:48: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
evolver-2.70+ds.orig/src/exprint.c:502:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
evolver-2.70+ds.orig/src/exprint.c:1588:10: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
evolver-2.70+ds.orig/src/exprint.c:1590:10: note: Found duplicate branches for 'if' and 'else'.
evolver-2.70+ds.orig/src/exprint.c:1588:10: note: Found duplicate branches for 'if' and 'else'.
evolver-2.70+ds.orig/src/exprint.c:286:7: style: The scope of the variable 'count' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/exprint.c:801:31: style: The scope of the variable 'con' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/exprint.c:3296:35: style: The scope of the variable 'con' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/exprint.c:3311:33: style: The scope of the variable 'bdry' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/filgraph.c:77:11: style: The scope of the variable 'e_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/filgraph.c:246:15: style: Variable 'e_color' is assigned a value that is never used. [unreadVariable]
evolver-2.70+ds.orig/src/filml.c:165:10: portability: Casting from double ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/filml.c:301:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/filml.c:303:28: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/filml.c:346:23: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/filml.c:516:16: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/filml.c:544:23: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/filml.c:545:16: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/filml.c:644:14: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/filml.c:645:14: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/filml.c:299:10: style: The scope of the variable 'wforce' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/filml.c:328:16: style: The scope of the variable 'fe_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/filml.c:403:0: style: The scope of the variable 'wraps' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/filml.c:635:14: style: The scope of the variable 'f_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/filml.c:292:16: style: Variable 'vv_id' is assigned a value that is never used. [unreadVariable]
evolver-2.70+ds.orig/src/filmq.c:61:10: portability: Casting from double ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/filmq.c:128:8: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/filmq.c:130:28: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/filmq.c:265:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/filmq.c:314:14: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/filmq.c:207:7: style: Variable 'vv_id' is reassigned a value before the old one has been used. [redundantAssignment]
evolver-2.70+ds.orig/src/filmq.c:206:7: note: Variable 'vv_id' is reassigned a value before the old one has been used.
evolver-2.70+ds.orig/src/filmq.c:207:7: note: Variable 'vv_id' is reassigned a value before the old one has been used.
evolver-2.70+ds.orig/src/filmq.c:126:10: style: The scope of the variable 'wforce' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/filmq.c:499:8: style: The scope of the variable 'det' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/filmq.c:500:8: style: The scope of the variable 'st' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/filmq.c:500:11: style: The scope of the variable 'ss' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/filmq.c:500:14: style: The scope of the variable 'tt' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/filmq.c:501:10: style: The scope of the variable 'tang' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/filmq.c:540:8: style: The scope of the variable 'det' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/filmq.c:540:12: style: The scope of the variable 'norm' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/filmq.c:541:8: style: The scope of the variable 'st' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/filmq.c:541:11: style: The scope of the variable 'ss' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/filmq.c:541:14: style: The scope of the variable 'tt' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/filmq.c:542:16: style: The scope of the variable 'fudge' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/filmq.c:588:8: style: The scope of the variable 'det' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/filmq.c:589:8: style: The scope of the variable 'st' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/filmq.c:589:11: style: The scope of the variable 'ss' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/filmq.c:589:14: style: The scope of the variable 'tt' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/filmq.c:672:8: style: The scope of the variable 'det' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/filmq.c:673:8: style: The scope of the variable 'st' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/filmq.c:673:11: style: The scope of the variable 'ss' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/filmq.c:673:14: style: The scope of the variable 'tt' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/filmq.c:711:8: style: The scope of the variable 'det' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/filmq.c:713:8: style: The scope of the variable 'st' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/filmq.c:713:11: style: The scope of the variable 'ss' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/filmq.c:713:14: style: The scope of the variable 'tt' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/filmq.c:762:8: style: The scope of the variable 'det' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/filmq.c:763:8: style: The scope of the variable 'st' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/filmq.c:763:11: style: The scope of the variable 'ss' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/filmq.c:763:14: style: The scope of the variable 'tt' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/fixvol.c:264:14: warning: Possible null pointer dereference: bdry [nullPointer]
evolver-2.70+ds.orig/src/fixvol.c:263:12: note: Assignment 'bdry=V_BOUNDARY_ATTR?web.boundaries+*((int*)((char*)((struct vertex*)(web.skel[0].ibase[(v_id)&((1U<<(27-0))-1)]))+((struct extra*)(dymem+web.skel[0].dy_extras))[V_BOUNDARY_ATTR].offset)):NULL', assigned value is 0
evolver-2.70+ds.orig/src/fixvol.c:264:14: note: Null pointer dereference
evolver-2.70+ds.orig/src/fixvol.c:265:17: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/fixvol.c:314:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/fixvol.c:375:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/fixvol.c:401:9: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/fixvol.c:461:9: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/fixvol.c:463:9: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/fixvol.c:774:15: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/fixvol.c:775:16: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/fixvol.c:868:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/fixvol.c:894:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/fixvol.c:968:17: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/fixvol.c:984:9: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/fixvol.c:1016:26: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/fixvol.c:1064:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/fixvol.c:1075:22: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/fixvol.c:1103:25: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/fixvol.c:1136:17: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/fixvol.c:1137:17: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/fixvol.c:1205:32: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/fixvol.c:1206:32: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/fixvol.c:1234:9: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/fixvol.c:1236:17: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/fixvol.c:1333:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/fixvol.c:1407:23: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/fixvol.c:1434:15: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/fixvol.c:1447:30: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/fixvol.c:1448:31: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/fixvol.c:1509:24: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/fixvol.c:1600:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/fixvol.c:1608:24: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/fixvol.c:1612:21: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/fixvol.c:1618:16: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/fixvol.c:1649:15: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/fixvol.c:84:7: style: The scope of the variable 'i' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/fixvol.c:525:21: style: The scope of the variable 'q' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/fixvol.c:527:11: style: The scope of the variable 'b_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/fixvol.c:582:7: style: The scope of the variable 'i' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/fixvol.c:582:9: style: The scope of the variable 'j' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/fixvol.c:583:7: style: The scope of the variable 'bi' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/fixvol.c:583:10: style: The scope of the variable 'bj' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/fixvol.c:708:13: style: The scope of the variable 'v_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/fixvol.c:709:7: style: The scope of the variable 'bi' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/fixvol.c:709:10: style: The scope of the variable 'bj' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/fixvol.c:764:11: style: The scope of the variable 'b_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/fixvol.c:915:7: style: The scope of the variable 'i' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/fixvol.c:915:9: style: The scope of the variable 'k' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/fixvol.c:981:9: style: The scope of the variable 'bi' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/fixvol.c:1018:9: style: The scope of the variable 'bi' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/fixvol.c:1126:11: style: The scope of the variable 'bi_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/fixvol.c:1128:7: style: The scope of the variable 'i' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/fixvol.c:1285:9: style: The scope of the variable 'bi' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/fixvol.c:104:36: style: Variable 'qfixed' is modified but its new value is never used. [unreadVariable]
evolver-2.70+ds.orig/src/fixvol.c:319:11: error: Common realloc mistake: 'one_sided_fixcount_list' nulled but not freed upon failure [memleakOnRealloc]
evolver-2.70+ds.orig/src/gauss.c:118:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/gauss.c:260:27: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/gauss.c:381:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/gauss.c:396:15: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/gauss.c:404:15: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/gauss.c:1102:9: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/gauss.c:1105:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/gauss.c:1107:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/gauss.c:1214:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/gauss.c:65:13: style: The scope of the variable 'v_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/gauss.c:110:13: style: The scope of the variable 'v_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/gauss.c:241:22: style: The scope of the variable 'con' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/gauss.c:452:11: style: The scope of the variable 'e_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/gauss.c:815:9: style: The scope of the variable 'kk' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/gauss.c:815:14: style: The scope of the variable 'j' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/gauss.c:1059:21: style: The scope of the variable 'g' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/gauss.c:823:5: style: Variable 'pairs' is modified but its new value is never used. [unreadVariable]
evolver-2.70+ds.orig/src/glutgraph.c:1708:15: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/glutgraph.c:3124:36: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/glutgraph.c:871:5: style: Variable 'td->arraysflag' is reassigned a value before the old one has been used. [redundantAssignment]
evolver-2.70+ds.orig/src/glutgraph.c:869:5: note: Variable 'td->arraysflag' is reassigned a value before the old one has been used.
evolver-2.70+ds.orig/src/glutgraph.c:871:5: note: Variable 'td->arraysflag' is reassigned a value before the old one has been used.
evolver-2.70+ds.orig/src/glutgraph.c:1684:9: style: Variable 'td->newarraysflag' is reassigned a value before the old one has been used. [redundantAssignment]
evolver-2.70+ds.orig/src/glutgraph.c:1682:9: note: Variable 'td->newarraysflag' is reassigned a value before the old one has been used.
evolver-2.70+ds.orig/src/glutgraph.c:1684:9: note: Variable 'td->newarraysflag' is reassigned a value before the old one has been used.
evolver-2.70+ds.orig/src/glutgraph.c:2697:5: style: Variable 'xspot' is reassigned a value before the old one has been used. [redundantAssignment]
evolver-2.70+ds.orig/src/glutgraph.c:2692:0: note: Variable 'xspot' is reassigned a value before the old one has been used.
evolver-2.70+ds.orig/src/glutgraph.c:2697:5: note: Variable 'xspot' is reassigned a value before the old one has been used.
evolver-2.70+ds.orig/src/glutgraph.c:340:9: style: The scope of the variable 'lcount' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/glutgraph.c:1272:7: style: The scope of the variable 'i' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/glutgraph.c:1272:9: style: The scope of the variable 'j' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/glutgraph.c:1273:7: style: The scope of the variable 'update_global_view_flag' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/glutgraph.c:2086:8: style: The scope of the variable 'wintitle' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/glutgraph.c:2801:13: style: The scope of the variable 'tmat' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/glutgraph.c:3467:7: style: The scope of the variable 'bestway' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/glutgraph.c:3591:9: style: The scope of the variable 'nextf' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/glutgraph.c:3591:15: style: The scope of the variable 'va' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/glutgraph.c:3591:18: style: The scope of the variable 'vb' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/glutgraph.c:3591:24: style: The scope of the variable 'whichway' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/glutgraph.c:3592:9: style: The scope of the variable 'firstcount' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/glutgraph.c:3592:20: style: The scope of the variable 'secondcount' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/glutgraph.c:3184:20: style: Variable 'timeout' is assigned a value that is never used. [unreadVariable]
evolver-2.70+ds.orig/src/glutgraph.c:3847:19: style: Variable 'timeout' is assigned a value that is never used. [unreadVariable]
evolver-2.70+ds.orig/src/glutgraph.c:2276:3: warning: The buffer 'opengl_version' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
evolver-2.70+ds.orig/src/gnugraph.c:165:24: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
evolver-2.70+ds.orig/src/gnugraph.c:171:25: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
evolver-2.70+ds.orig/src/gnugraph.c:172:25: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
evolver-2.70+ds.orig/src/gnugraph.c:141:19: style: The scope of the variable 'icolor' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/gnugraph.c:31:7: style: Unused variable: k [unusedVariable]
evolver-2.70+ds.orig/src/gnugraph.c:139:0: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
evolver-2.70+ds.orig/src/gnugraph.c:141:9: style: Unused variable: j [unusedVariable]
evolver-2.70+ds.orig/src/grapher.c:720:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/grapher.c:722:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/grapher.c:757:17: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/grapher.c:497:7: style: The scope of the variable 'i' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/grapher.c:667:11: style: The scope of the variable 'k' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/grapher.c:688:16: style: The scope of the variable 'xx' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/grapher.c:700:16: style: The scope of the variable 'xx' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/grapher.c:763:16: style: The scope of the variable 'xx' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/graphgen.c:43:15: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/graphgen.c:56:15: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/graphgen.c:77:17: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/graphgen.c:400:27: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/graphgen.c:464:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/graphgen.c:709:13: portability: Casting from double ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/graphgen.c:765:27: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/graphgen.c:774:9: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/graphgen.c:808:17: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/graphgen.c:811:26: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/graphgen.c:816:26: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/graphgen.c:875:25: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/graphgen.c:877:20: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/graphgen.c:883:25: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/graphgen.c:885:20: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/graphgen.c:1053:32: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/graphgen.c:1074:30: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/graphgen.c:1412:20: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/graphgen.c:1413:20: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/graphgen.c:1467:20: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/graphgen.c:1468:20: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/graphgen.c:1469:20: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/graphgen.c:2478:21: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/graphgen.c:2565:36: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/graphgen.c:2575:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/graphgen.c:2585:34: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/graphgen.c:2589:24: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/graphgen.c:2599:21: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/graphgen.c:2615:23: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/graphgen.c:2847:9: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/graphgen.c:2892:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/graphgen.c:2896:15: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/graphgen.c:2917:15: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/graphgen.c:2989:17: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/graphgen.c:3004:17: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/graphgen.c:3019:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/graphgen.c:211:7: style: The scope of the variable 'b' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/graphgen.c:644:14: style: The scope of the variable 't' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/graphgen.c:1218:12: style: The scope of the variable 'w' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/graphgen.c:1218:24: style: The scope of the variable 'mag' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/graphgen.c:1506:8: style: The scope of the variable 't' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/graphgen.c:1506:10: style: The scope of the variable 'a' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/graphgen.c:1506:12: style: The scope of the variable 'b' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/graphgen.c:1992:8: style: The scope of the variable 't' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/graphgen.c:1992:12: style: The scope of the variable 'a' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/graphgen.c:1992:14: style: The scope of the variable 'b' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/graphgen.c:1994:7: style: The scope of the variable 'cut' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/graphgen.c:1996:8: style: The scope of the variable 'w' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/graphgen.c:2449:16: style: The scope of the variable 'f_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/graphgen.c:34:23: error: Array index -1 is out of bounds. [negativeIndex]
evolver-2.70+ds.orig/src/graphgen.c:431:55: note: Calling function 'INDEX_TO_RGBA', 1st argument 'c' value is -1
evolver-2.70+ds.orig/src/graphgen.c:34:23: note: Negative array index
evolver-2.70+ds.orig/src/graphgen.c:35:23: error: Array index -1 is out of bounds. [negativeIndex]
evolver-2.70+ds.orig/src/graphgen.c:431:55: note: Calling function 'INDEX_TO_RGBA', 1st argument 'c' value is -1
evolver-2.70+ds.orig/src/graphgen.c:35:23: note: Negative array index
evolver-2.70+ds.orig/src/graphgen.c:36:23: error: Array index -1 is out of bounds. [negativeIndex]
evolver-2.70+ds.orig/src/graphgen.c:431:55: note: Calling function 'INDEX_TO_RGBA', 1st argument 'c' value is -1
evolver-2.70+ds.orig/src/graphgen.c:36:23: note: Negative array index
evolver-2.70+ds.orig/src/graphgen.c:37:23: error: Array index -1 is out of bounds. [negativeIndex]
evolver-2.70+ds.orig/src/graphgen.c:431:55: note: Calling function 'INDEX_TO_RGBA', 1st argument 'c' value is -1
evolver-2.70+ds.orig/src/graphgen.c:37:23: note: Negative array index
evolver-2.70+ds.orig/src/graphgen.c:947:44: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
evolver-2.70+ds.orig/src/help.c:281:14: warning: Either the condition 'b' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
evolver-2.70+ds.orig/src/help.c:250:11: note: Assuming that condition 'b' is not redundant
evolver-2.70+ds.orig/src/help.c:281:14: note: Null pointer addition
evolver-2.70+ds.orig/src/help.c:165:15: style: The scope of the variable 's' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/help.c:184:12: style: The scope of the variable 'src' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/help.c:234:15: style: The scope of the variable 'c' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/help.c:536:3: error: Used file that is not opened. [useClosedFile]
evolver-2.70+ds.orig/src/hessian.c:1750:20: warning: Possible null pointer dereference: bdry [nullPointer]
evolver-2.70+ds.orig/src/hessian.c:1749:31: note: Assignment 'bdry=V_BOUNDARY_ATTR?web.boundaries+*((int*)((char*)((struct vertex*)(web.skel[0].ibase[(v_id)&((1U<<(27-0))-1)]))+((struct extra*)(dymem+web.skel[0].dy_extras))[V_BOUNDARY_ATTR].offset)):NULL', assigned value is 0
evolver-2.70+ds.orig/src/hessian.c:1750:20: note: Null pointer dereference
evolver-2.70+ds.orig/src/hessian.c:2262:21: warning: Possible null pointer dereference: boundary [nullPointer]
evolver-2.70+ds.orig/src/hessian.c:2261:36: note: Assignment 'boundary=V_BOUNDARY_ATTR?web.boundaries+*((int*)((char*)((struct vertex*)(web.skel[0].ibase[(v_id)&((1U<<(27-0))-1)]))+((struct extra*)(dymem+web.skel[0].dy_extras))[V_BOUNDARY_ATTR].offset)):NULL', assigned value is 0
evolver-2.70+ds.orig/src/hessian.c:2262:21: note: Null pointer dereference
evolver-2.70+ds.orig/src/hessian.c:2332:22: warning: Possible null pointer dereference: boundary [nullPointer]
evolver-2.70+ds.orig/src/hessian.c:2331:37: note: Assignment 'boundary=V_BOUNDARY_ATTR?web.boundaries+*((int*)((char*)((struct vertex*)(web.skel[0].ibase[(v_id)&((1U<<(27-0))-1)]))+((struct extra*)(dymem+web.skel[0].dy_extras))[V_BOUNDARY_ATTR].offset)):NULL', assigned value is 0
evolver-2.70+ds.orig/src/hessian.c:2332:22: note: Null pointer dereference
evolver-2.70+ds.orig/src/hessian.c:347:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian.c:348:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian.c:380:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian.c:381:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian.c:414:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian.c:460:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian.c:469:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian.c:470:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian.c:673:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian.c:713:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian.c:714:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian.c:798:22: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian.c:893:41: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian.c:894:39: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian.c:942:27: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian.c:1793:17: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian.c:1818:37: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian.c:1846:39: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian.c:2096:15: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian.c:2098:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian.c:2102:21: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian.c:2139:26: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian.c:2258:14: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian.c:2259:17: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian.c:2263:22: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian.c:2329:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian.c:2399:15: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian.c:2400:15: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian.c:2401:15: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian.c:2407:15: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian.c:2408:15: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian.c:2409:15: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian.c:2430:28: portability: Casting from double ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian.c:2431:29: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian.c:2434:30: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian.c:2435:27: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian.c:2481:15: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian.c:2555:14: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian.c:2556:14: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian.c:2573:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian.c:2574:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian.c:2654:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian.c:2655:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian.c:460:3: style: Variable 'X' is reassigned a value before the old one has been used. [redundantAssignment]
evolver-2.70+ds.orig/src/hessian.c:445:0: note: Variable 'X' is reassigned a value before the old one has been used.
evolver-2.70+ds.orig/src/hessian.c:460:3: note: Variable 'X' is reassigned a value before the old one has been used.
evolver-2.70+ds.orig/src/hessian.c:107:8: style: The scope of the variable 'g' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/hessian.c:108:7: style: The scope of the variable 'k' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/hessian.c:108:9: style: The scope of the variable 'a' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/hessian.c:108:11: style: The scope of the variable 'b' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/hessian.c:494:7: style: The scope of the variable 'seekcount' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/hessian.c:1586:7: style: The scope of the variable 'i' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/hessian.c:1587:11: style: The scope of the variable 'b_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/hessian.c:2316:7: style: The scope of the variable 'j' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/hessian.c:2317:24: style: The scope of the variable 'vc' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/hessian.c:2318:13: style: The scope of the variable 'v_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/hessian2.c:78:16: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian2.c:109:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian2.c:117:22: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian2.c:220:15: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian2.c:221:15: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian2.c:291:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian2.c:319:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian2.c:383:8: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian2.c:384:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian2.c:385:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian2.c:458:10: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian2.c:492:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian2.c:519:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian2.c:524:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian2.c:525:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian2.c:526:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian2.c:665:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian2.c:666:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian2.c:667:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian2.c:668:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian2.c:724:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian2.c:725:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian2.c:726:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian2.c:727:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian2.c:753:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian2.c:754:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian2.c:755:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian2.c:756:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian2.c:804:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian2.c:805:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian2.c:806:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian2.c:807:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian2.c:858:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian2.c:859:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian2.c:905:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian2.c:911:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian2.c:996:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian2.c:997:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian2.c:998:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian2.c:999:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian2.c:1000:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian2.c:1002:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian2.c:1046:9: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian2.c:1064:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian2.c:1065:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian2.c:1066:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian2.c:1067:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian2.c:1068:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian2.c:1069:23: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian2.c:1105:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian2.c:1106:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian2.c:1107:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian2.c:1108:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian2.c:1109:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian2.c:1111:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian2.c:1114:14: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian2.c:1173:18: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian2.c:1182:9: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian2.c:1191:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian2.c:1192:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian2.c:1193:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian2.c:1194:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian2.c:1195:23: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian2.c:1196:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian2.c:1197:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian2.c:1387:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian2.c:1459:16: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian2.c:1460:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian2.c:1500:16: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian2.c:1546:15: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian2.c:1604:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian2.c:1605:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian2.c:32:21: style: The scope of the variable 'q' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/hessian2.c:67:8: style: The scope of the variable 'e1' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/hessian2.c:67:11: style: The scope of the variable 'e2' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/hessian2.c:67:14: style: The scope of the variable 'e3' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/hessian2.c:67:17: style: The scope of the variable 'e4' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/hessian2.c:68:18: style: The scope of the variable 'vv_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/hessian2.c:360:13: style: The scope of the variable 'n' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/hessian2.c:585:13: style: The scope of the variable 't' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/hessian2.c:661:7: style: The scope of the variable 'maxk' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/hessian2.c:749:8: style: The scope of the variable 'coeffA' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/hessian2.c:749:15: style: The scope of the variable 'coeffc' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/hessian2.c:1100:8: style: The scope of the variable 'growth' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/hessian2.c:1218:11: style: The scope of the variable 'iter' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/hessian2.c:1457:3: error: Common realloc mistake: 'evalues' nulled but not freed upon failure [memleakOnRealloc]
evolver-2.70+ds.orig/src/hessian3.c:143:16: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian3.c:144:16: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian3.c:199:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian3.c:200:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian3.c:267:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian3.c:318:14: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian3.c:408:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian3.c:451:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian3.c:523:9: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian3.c:543:9: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian3.c:581:9: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian3.c:727:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian3.c:765:14: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian3.c:913:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian3.c:1194:14: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian3.c:1340:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian3.c:1922:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/hessian3.c:1787:14: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
evolver-2.70+ds.orig/src/hessian3.c:1789:9: note: Found duplicate branches for 'if' and 'else'.
evolver-2.70+ds.orig/src/hessian3.c:1787:14: note: Found duplicate branches for 'if' and 'else'.
evolver-2.70+ds.orig/src/hessian3.c:182:22: style: The scope of the variable 'constr' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/hessian3.c:220:19: style: The scope of the variable 'jj' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/hessian3.c:1242:21: style: The scope of the variable 'n' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/hessian3.c:1247:7: style: The scope of the variable 'hi' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/hessian3.c:1248:8: style: The scope of the variable 'len' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/hessian3.c:1254:13: style: The scope of the variable 'vv' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/hessian3.c:1255:7: style: The scope of the variable 'lo' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/hessian3.c:1628:11: style: The scope of the variable 'e_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/hessian3.c:1629:12: style: The scope of the variable 'f_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/hessian3.c:1596:14: style: Variable 'jj' is assigned a value that is never used. [unreadVariable]
evolver-2.70+ds.orig/src/hessian3.c:1219:23: style: Array index 'k' is used before limits check. [arrayIndexThenCheck]
evolver-2.70+ds.orig/src/hessian3.c:495:25: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
evolver-2.70+ds.orig/src/hidim.c:43:16: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/hidim.c:44:20: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/hidim.c:120:15: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:597:20: warning: Possible null pointer dereference: boundary [nullPointer]
evolver-2.70+ds.orig/src/iterate.c:596:35: note: Assignment 'boundary=V_BOUNDARY_ATTR?web.boundaries+*((int*)((char*)((struct vertex*)(web.skel[0].ibase[(v_id)&((1U<<(27-0))-1)]))+((struct extra*)(dymem+web.skel[0].dy_extras))[V_BOUNDARY_ATTR].offset)):NULL', assigned value is 0
evolver-2.70+ds.orig/src/iterate.c:597:20: note: Null pointer dereference
evolver-2.70+ds.orig/src/iterate.c:1271:20: warning: Possible null pointer dereference: boundary [nullPointer]
evolver-2.70+ds.orig/src/iterate.c:1270:35: note: Assignment 'boundary=V_BOUNDARY_ATTR?web.boundaries+*((int*)((char*)((struct vertex*)(web.skel[0].ibase[(v_id)&((1U<<(27-0))-1)]))+((struct extra*)(dymem+web.skel[0].dy_extras))[V_BOUNDARY_ATTR].offset)):NULL', assigned value is 0
evolver-2.70+ds.orig/src/iterate.c:1271:20: note: Null pointer dereference
evolver-2.70+ds.orig/src/iterate.c:2234:15: warning: Possible null pointer dereference: bdry [nullPointer]
evolver-2.70+ds.orig/src/iterate.c:2233:13: note: Assignment 'bdry=V_BOUNDARY_ATTR?web.boundaries+*((int*)((char*)((struct vertex*)(web.skel[0].ibase[(v_id)&((1U<<(27-0))-1)]))+((struct extra*)(dymem+web.skel[0].dy_extras))[V_BOUNDARY_ATTR].offset)):NULL', assigned value is 0
evolver-2.70+ds.orig/src/iterate.c:2234:15: note: Null pointer dereference
evolver-2.70+ds.orig/src/iterate.c:430:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:432:14: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:439:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:447:48: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:491:42: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:592:16: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:593:9: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:598:21: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:683:21: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:684:17: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:828:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:834:16: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:834:65: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:837:16: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:837:65: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:846:16: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:846:25: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:849:16: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:849:25: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:858:16: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:865:17: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:868:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:974:9: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:975:9: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:978:14: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:981:14: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:981:33: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:988:14: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:988:22: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:991:14: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:991:22: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:1029:18: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:1032:18: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:1035:18: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:1038:18: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:1068:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:1192:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:1265:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:1266:16: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:1272:21: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:1316:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:1388:15: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:1389:15: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:1390:15: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:1409:15: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:1410:15: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:1462:9: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:1515:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:1526:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:1537:15: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:1550:15: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:1557:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:1591:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:1592:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:1598:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:1614:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:1642:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:1655:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:1693:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:1694:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:1797:24: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:1801:28: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:1825:23: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:1829:27: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:1854:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:1855:16: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:1858:16: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:1869:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:2028:37: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:2069:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:2095:48: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:2164:34: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:2174:48: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:2193:49: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:2209:17: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:2225:16: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:2235:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:2260:39: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:2261:43: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:2263:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:2265:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/iterate.c:470:12: style: The scope of the variable 'perp' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/iterate.c:565:9: style: The scope of the variable 'velocity' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/iterate.c:566:9: style: The scope of the variable 'x' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/iterate.c:568:13: style: The scope of the variable 'v_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/iterate.c:664:13: style: The scope of the variable 'v_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/iterate.c:969:7: style: The scope of the variable 'i' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/iterate.c:970:9: style: The scope of the variable 'p' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/iterate.c:970:12: style: The scope of the variable 'x' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/iterate.c:971:20: style: The scope of the variable 'bdry' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/iterate.c:1297:11: style: The scope of the variable 'b_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/iterate.c:1299:8: style: The scope of the variable 'vol' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/iterate.c:1582:11: style: The scope of the variable 'e_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/iterate.c:1657:14: style: The scope of the variable 'h1' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/iterate.c:1657:19: style: The scope of the variable 'h2' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/iterate.c:1660:34: style: The scope of the variable 'next_fe' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/iterate.c:1661:17: style: The scope of the variable 'e1' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/iterate.c:1661:20: style: The scope of the variable 'e2' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/iterate.c:1738:13: style: The scope of the variable 'm' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/iterate.c:1762:14: style: The scope of the variable 'e_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/iterate.c:1763:15: style: The scope of the variable 'f_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/iterate.c:1870:14: style: The scope of the variable 'rr' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/iterate.c:1870:17: style: The scope of the variable 'rf' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/iterate.c:1920:18: style: The scope of the variable 'ff' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/iterate.c:1933:22: style: The scope of the variable 'ss' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/iterate.c:1933:25: style: The scope of the variable 'fs' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/iterate.c:1993:25: style: The scope of the variable 'e_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/iterate.c:1993:31: style: The scope of the variable 'start_e' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/iterate.c:2114:17: style: The scope of the variable 'h' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/iterate.c:2141:16: style: The scope of the variable 'perp' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/khyp.c:142:10: portability: Casting from double ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/khyp.c:310:15: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/khyp.c:324:10: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/khyp.c:221:13: error: Uninitialized variable: z [uninitvar]
evolver-2.70+ds.orig/src/klein.c:172:10: portability: Casting from double * ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/klein.c:318:10: portability: Casting from double * ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:198:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:206:9: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:227:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:232:9: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:236:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:238:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:243:9: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:266:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:274:9: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:296:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:306:9: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:309:9: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:330:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:334:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:336:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:362:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:372:9: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:375:9: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:396:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:426:22: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:443:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:445:8: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:447:8: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:453:9: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:499:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:507:9: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:530:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:544:9: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:556:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:576:9: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:601:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:608:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:611:15: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:615:21: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:638:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:645:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:648:15: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:652:17: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:673:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:683:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:692:15: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:696:17: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:744:38: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:745:25: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:752:17: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:758:21: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:782:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:801:14: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:815:16: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:872:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:883:15: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:906:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:923:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:925:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:928:15: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:1078:24: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:1079:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:1085:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:1087:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:1132:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:1153:15: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:1234:26: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:1235:14: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:1247:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:1248:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:1291:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:1318:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:1419:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:1440:15: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:1516:8: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:1517:8: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:1522:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:1523:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:1572:8: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:1573:8: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:1578:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:1579:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:1655:25: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:1656:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:1663:9: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:1669:17: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:1719:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:1741:15: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot1.c:986:11: style: The scope of the variable 'tj' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/knot1.c:1020:11: style: The scope of the variable 'tj' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/knot1.c:1139:16: style: The scope of the variable 'fe' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/knot1.c:1139:28: style: The scope of the variable 'next_fe' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/knot1.c:1140:13: style: The scope of the variable 'sumj' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/knot1.c:1140:18: style: The scope of the variable 'sumjj' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/knot1.c:1140:24: style: The scope of the variable 'area' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/knot1.c:1141:8: style: The scope of the variable 's11' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/knot1.c:1141:12: style: The scope of the variable 's12' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/knot1.c:1141:16: style: The scope of the variable 's22' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/knot1.c:1292:13: style: The scope of the variable 'v_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/knot1.c:1295:8: style: The scope of the variable 'rr' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/knot1.c:1295:11: style: The scope of the variable 'p' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/knot1.c:1297:11: style: The scope of the variable 'tj' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/knot1.c:1299:13: style: The scope of the variable 'sumj' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/knot1.c:1299:18: style: The scope of the variable 'sumjj' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/knot1.c:1299:24: style: The scope of the variable 'area' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/knot1.c:1300:8: style: The scope of the variable 's11' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/knot1.c:1300:12: style: The scope of the variable 's12' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/knot1.c:1300:16: style: The scope of the variable 's22' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/knot1.c:1426:16: style: The scope of the variable 'fe' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/knot1.c:1426:28: style: The scope of the variable 'next_fe' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/knot1.c:1427:13: style: The scope of the variable 'sumj' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/knot1.c:1427:18: style: The scope of the variable 'sumjj' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/knot1.c:1427:24: style: The scope of the variable 'area' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/knot1.c:1428:8: style: The scope of the variable 's11' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/knot1.c:1428:12: style: The scope of the variable 's12' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/knot1.c:1428:16: style: The scope of the variable 's22' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/knot1.c:1668:11: style: The scope of the variable 'vvattr' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/knot1.c:1724:16: style: The scope of the variable 'fe' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/knot1.c:1724:28: style: The scope of the variable 'next_fe' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/knot1.c:1725:13: style: The scope of the variable 'sumj' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/knot1.c:1725:18: style: The scope of the variable 'sumjj' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/knot1.c:1725:24: style: The scope of the variable 'area' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/knot1.c:1726:8: style: The scope of the variable 's11' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/knot1.c:1726:12: style: The scope of the variable 's12' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/knot1.c:1726:16: style: The scope of the variable 's22' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/knot2.c:48:8: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot2.c:49:8: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot2.c:55:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot2.c:56:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot2.c:104:8: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot2.c:105:8: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot2.c:111:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot2.c:112:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot2.c:309:8: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot2.c:310:8: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot2.c:315:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot2.c:316:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot2.c:599:8: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot2.c:600:8: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot2.c:607:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot2.c:608:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot2.c:647:8: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot2.c:648:8: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot2.c:657:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot2.c:658:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot2.c:732:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot2.c:733:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot2.c:740:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot2.c:741:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot2.c:458:3: style: Variable 'b' is reassigned a value before the old one has been used. [redundantAssignment]
evolver-2.70+ds.orig/src/knot2.c:449:0: note: Variable 'b' is reassigned a value before the old one has been used.
evolver-2.70+ds.orig/src/knot2.c:458:3: note: Variable 'b' is reassigned a value before the old one has been used.
evolver-2.70+ds.orig/src/knot2.c:455:13: style: The scope of the variable 'k1' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/knot2.c:454:32: style: Variable 'mi' is assigned a value that is never used. [unreadVariable]
evolver-2.70+ds.orig/src/knot2.c:462:39: style: Variable 'k1' is assigned a value that is never used. [unreadVariable]
evolver-2.70+ds.orig/src/knot3.c:50:8: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot3.c:51:8: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot3.c:57:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot3.c:58:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot3.c:98:8: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot3.c:99:8: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot3.c:105:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot3.c:106:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot3.c:201:8: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot3.c:202:8: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot3.c:209:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot3.c:210:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot3.c:356:8: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot3.c:357:8: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot3.c:363:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot3.c:364:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot3.c:409:8: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot3.c:410:8: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot3.c:416:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot3.c:417:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot3.c:485:8: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot3.c:486:8: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot3.c:492:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot3.c:493:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot3.c:539:8: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot3.c:540:8: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot3.c:546:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot3.c:547:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot3.c:657:14: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot3.c:675:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot3.c:742:14: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot3.c:764:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot3.c:916:8: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot3.c:917:8: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot3.c:921:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot3.c:922:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot3.c:956:8: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot3.c:957:8: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot3.c:962:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot3.c:963:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/knot3.c:300:8: style: The scope of the variable 'dist' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/kusner.c:108:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/kusner.c:109:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/kusner.c:110:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/kusner.c:111:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/kusner.c:224:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/kusner.c:229:8: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/kusner.c:307:14: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/kusner.c:318:24: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/kusner.c:320:15: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/kusner.c:327:14: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/kusner.c:334:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/kusner.c:336:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/kusner.c:442:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/kusner.c:688:16: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/kusner.c:791:16: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/kusner.c:796:9: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/kusner.c:821:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/kusner.c:852:8: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/kusner.c:863:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/kusner.c:980:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/kusner.c:981:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/kusner.c:982:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/kusner.c:983:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/kusner.c:387:12: style: The scope of the variable 'f_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/kusner.c:390:31: style: The scope of the variable 'cbh' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/kusner.c:390:36: style: The scope of the variable 'cbt' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/kusner.c:849:15: style: The scope of the variable 'newmag' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/lagrange.c:39:8: style: The scope of the variable 'det' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/lagrange.c:40:10: style: The scope of the variable 'tang' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/lagrange.c:80:8: style: The scope of the variable 'det' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/lagrange.c:81:16: style: The scope of the variable 'fudge' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/lagrange.c:125:8: style: The scope of the variable 'det' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/lagrange.c:126:16: style: The scope of the variable 'fudge' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/lagrange.c:132:8: style: The scope of the variable 'detinv' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/lagrange.c:167:14: style: The scope of the variable 'gp01' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/lagrange.c:168:14: style: The scope of the variable 'gp10' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/lagrange.c:250:8: style: The scope of the variable 'det' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/lagrange.c:251:10: style: The scope of the variable 'tang' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/lagrange.c:292:8: style: The scope of the variable 'det' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/lagrange.c:337:8: style: The scope of the variable 'det' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/lagrange.c:383:14: style: The scope of the variable 'gp01' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/lagrange.c:384:14: style: The scope of the variable 'gp10' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/lagrange.c:1047:8: style: The scope of the variable 'z' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/lagrange.c:1047:10: style: The scope of the variable 'det' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/lexinit.c:2358:32: warning: Possible null pointer dereference: bdry [nullPointer]
evolver-2.70+ds.orig/src/lexinit.c:2357:24: note: Assignment 'bdry=V_BOUNDARY_ATTR?web.boundaries+*((int*)((char*)((struct vertex*)(web.skel[0].ibase[(vlist[k])&((1U<<(27-0))-1)]))+((struct extra*)(dymem+web.skel[0].dy_extras))[V_BOUNDARY_ATTR].offset)):NULL', assigned value is 0
evolver-2.70+ds.orig/src/lexinit.c:2358:32: note: Null pointer dereference
evolver-2.70+ds.orig/src/lexinit.c:1103:29: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/lexinit.c:1875:21: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/lexinit.c:2366:25: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/lexinit.c:2367:21: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/lexinit.c:2436:20: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/lexinit.c:2441:46: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/lexinit.c:2936:20: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/lexinit.c:2937:20: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/lexinit.c:2939:22: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/lexinit.c:3387:21: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/lexinit.c:3393:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/lexinit.c:1107:14: style: Variable 'lists_flag' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
evolver-2.70+ds.orig/src/lexinit.c:1105:14: note: Variable 'lists_flag' is reassigned a value before the old one has been used if variable is no semaphore variable.
evolver-2.70+ds.orig/src/lexinit.c:1107:14: note: Variable 'lists_flag' is reassigned a value before the old one has been used if variable is no semaphore variable.
evolver-2.70+ds.orig/src/lexinit.c:2994:8: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
evolver-2.70+ds.orig/src/lexinit.c:2995:3: note: Found duplicate branches for 'if' and 'else'.
evolver-2.70+ds.orig/src/lexinit.c:2994:8: note: Found duplicate branches for 'if' and 'else'.
evolver-2.70+ds.orig/src/lexinit.c:2140:7: style: The scope of the variable 'k' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/lexinit.c:2459:9: style: The scope of the variable 'k' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/lexinit.c:2967:9: style: The scope of the variable 'k' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/lexinit.c:2969:16: style: The scope of the variable 'old_fe' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/lexinit.c:3004:9: style: The scope of the variable 'edge_count' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/lexinit.c:3564:7: style: The scope of the variable 'k' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/lexinit.c:3566:12: style: The scope of the variable 'f_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/lexinit.c:3567:7: style: The scope of the variable 'more_attr' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/lexinit2.c:655:32: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
evolver-2.70+ds.orig/src/lexinit2.c:656:26: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
evolver-2.70+ds.orig/src/lexinit2.c:3235:15: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
evolver-2.70+ds.orig/src/lexinit2.c:202:30: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/lexinit2.c:1458:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
evolver-2.70+ds.orig/src/lexinit2.c:1462:3: note: Found duplicate branches for 'if' and 'else'.
evolver-2.70+ds.orig/src/lexinit2.c:1458:3: note: Found duplicate branches for 'if' and 'else'.
evolver-2.70+ds.orig/src/lexinit2.c:3368:48: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
evolver-2.70+ds.orig/src/lexinit2.c:328:11: style: The scope of the variable 'moved_flag' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/lexinit2.c:1509:8: style: The scope of the variable 'c' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/lexinit2.c:1509:10: style: The scope of the variable 's' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/lexinit2.c:1509:12: style: The scope of the variable 'angle' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/lexinit2.c:1715:8: style: The scope of the variable 'c' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/lexinit2.c:1715:10: style: The scope of the variable 's' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/lexinit2.c:1715:12: style: The scope of the variable 'angle' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/lexinit2.c:2064:13: style: The scope of the variable 'e_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/lexinit2.c:2087:17: style: The scope of the variable 'v_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/lexinit2.c:2381:17: style: The scope of the variable 'v_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/lexinit2.c:2639:15: style: The scope of the variable 'v_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/lexinit2.c:2742:15: style: The scope of the variable 'v_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/lexinit2.c:2975:7: style: The scope of the variable 'k' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/lexinit2.c:3017:7: style: The scope of the variable 'k' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/lexinit2.c:3159:16: style: The scope of the variable 'name' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/lexinit2.c:2675:20: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
evolver-2.70+ds.orig/src/lexinit2.c:2712:26: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
evolver-2.70+ds.orig/src/lexinit2.c:3142:18: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
evolver-2.70+ds.orig/src/lexinit2.c:3202:21: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
evolver-2.70+ds.orig/src/lexinit2.c:915:3: warning: The buffer 'mname' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
evolver-2.70+ds.orig/src/lexinit2.c:1223:3: warning: The buffer 'qname' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
evolver-2.70+ds.orig/src/lexinit2.c:1272:11: warning: The buffer 'inst_name' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
evolver-2.70+ds.orig/src/lexyy.c:1915:3: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
evolver-2.70+ds.orig/src/lexyy.c:4486:12: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
evolver-2.70+ds.orig/src/lexyy.c:1837:23: style: The scope of the variable 'c' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/lexyy.c:3502:8: style: The scope of the variable 'k' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/lexyy.c:3508:13: style: The scope of the variable 'p' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/lexyy.c:4696:30: style: The scope of the variable 'c' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/lexyy.c:1872:49: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
evolver-2.70+ds.orig/src/lexyy.c:1885:47: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
evolver-2.70+ds.orig/src/lexyy.c:1896:44: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
evolver-2.70+ds.orig/src/lexyy.c:4578:38: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
evolver-2.70+ds.orig/src/lexyy.c:4625:36: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
evolver-2.70+ds.orig/src/lexyy.c:2414:4: style: Variable 'num_to_read' is assigned a value that is never used. [unreadVariable]
evolver-2.70+ds.orig/src/lexyy.c:3567:11: warning: The buffer 'idname' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
evolver-2.70+ds.orig/src/lexyy.c:3867:11: warning: The buffer 'idname' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
evolver-2.70+ds.orig/src/lexyy.c:3884:5: warning: The buffer 'idname' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
evolver-2.70+ds.orig/src/lexyy.c:3264:16: style: Array index 'place' is used before limits check. [arrayIndexThenCheck]
evolver-2.70+ds.orig/src/lexyy.c:4180:7: error: Common realloc mistake: 'unput_buff' nulled but not freed upon failure [memleakOnRealloc]
evolver-2.70+ds.orig/src/machine.c:41:17: style: The scope of the variable 'aa' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/machine.c:41:20: style: The scope of the variable 'bb' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/machine.c:64:17: style: The scope of the variable 'aa' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/machine.c:64:20: style: The scope of the variable 'bb' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/matrix.c:55:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/matrix.c:98:14: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/matrix.c:141:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/matrix.c:216:16: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/matrix.c:261:14: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/matrix.c:307:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/matrix.c:359:16: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/matrix.c:484:10: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/matrix.c:485:10: portability: Casting from double ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/matrix.c:491:10: portability: Casting from double ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/matrix.c:492:10: portability: Casting from double * ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/matrix.c:498:10: portability: Casting from double * ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/matrix.c:499:10: portability: Casting from double * * ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/matrix.c:506:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/matrix.c:507:13: portability: Casting from double ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/matrix.c:513:13: portability: Casting from double ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/matrix.c:514:13: portability: Casting from double * ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/matrix.c:520:13: portability: Casting from double * ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/matrix.c:521:13: portability: Casting from double * * ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/matrix.c:2144:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/matrix.c:3402:15: portability: Casting from double ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/matrix.c:755:10: style: The scope of the variable 'temp' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/matrix.c:790:10: style: The scope of the variable 'temp' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/matrix.c:847:8: style: The scope of the variable 'temp' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/matrix.c:968:16: style: The scope of the variable 'irow' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/matrix.c:969:8: style: The scope of the variable 'big' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/matrix.c:1310:7: style: The scope of the variable 'i' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/matrix.c:1310:9: style: The scope of the variable 'j' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/matrix.c:1691:8: style: The scope of the variable 'maxp' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/matrix.c:1922:8: style: The scope of the variable 'd' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/matrix.c:2120:11: style: The scope of the variable 'oldsum' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/meanint.c:98:8: style: The scope of the variable 'dsinq' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/meanint.c:98:14: style: The scope of the variable 'dcosq' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/meanint.c:100:8: style: The scope of the variable 'dtheta' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/meanint.c:101:12: style: The scope of the variable 'dlen' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/meanint.c:102:12: style: The scope of the variable 'dvol' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/meanint.c:104:8: style: The scope of the variable 'g' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/meanint.c:169:8: style: The scope of the variable 'dsinq' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/meanint.c:169:14: style: The scope of the variable 'dcosq' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/meanint.c:171:8: style: The scope of the variable 'dtheta' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/meanint.c:172:12: style: The scope of the variable 'dlen' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/meanint.c:173:12: style: The scope of the variable 'dvol' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/meanint.c:175:8: style: The scope of the variable 'g' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/method1.c:381:10: portability: Casting from double ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/method1.c:382:10: portability: Casting from double * * ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/method1.c:509:10: portability: Casting from double ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/method1.c:510:10: portability: Casting from double * * ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/method1.c:655:10: portability: Casting from double ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/method1.c:656:10: portability: Casting from double * * ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/method1.c:772:10: portability: Casting from double ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/method1.c:773:10: portability: Casting from double * * ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/method1.c:2081:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/method1.c:2099:21: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/method1.c:2121:17: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/method1.c:2158:17: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/method1.c:2274:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/method1.c:2295:14: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/method1.c:2325:14: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/method1.c:2363:14: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/method1.c:2786:40: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/method1.c:2787:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/method1.c:80:18: style: The scope of the variable 'bb_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/method1.c:84:14: style: The scope of the variable 'f_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/method1.c:329:8: style: The scope of the variable 'len' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/method1.c:370:8: style: The scope of the variable 'len' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/method1.c:606:8: style: The scope of the variable 'len' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/method1.c:646:8: style: The scope of the variable 'len' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/method1.c:729:8: style: The scope of the variable 'len' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/method1.c:731:9: style: The scope of the variable 'tang' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/method1.c:762:8: style: The scope of the variable 'len' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/method1.c:767:9: style: The scope of the variable 'tang' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/method1.c:1094:18: style: The scope of the variable 'bb_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/method1.c:1097:14: style: The scope of the variable 'f_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/method1.c:1958:15: style: The scope of the variable 'coeff' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/method1.c:2059:11: style: The scope of the variable 'e_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/method1.c:2150:15: style: The scope of the variable 'coeff' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/method1.c:2252:11: style: The scope of the variable 'e_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/method1.c:2357:15: style: The scope of the variable 'coeff' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/method1.c:3189:18: style: The scope of the variable 'bb_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/method1.c:3192:14: style: The scope of the variable 'f_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/method2.c:131:10: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/method2.c:242:10: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/method2.c:498:10: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/method2.c:523:10: portability: Casting from double ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/method2.c:524:10: portability: Casting from double * * ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/method2.c:196:7: style: The scope of the variable 'i' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/method2.c:196:9: style: The scope of the variable 'j' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/method2.c:196:11: style: The scope of the variable 'k' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/method2.c:196:13: style: The scope of the variable 'm' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/method2.c:197:8: style: The scope of the variable 'val' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/method2.c:198:8: style: The scope of the variable 'area' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/method2.c:199:8: style: The scope of the variable 'ssdet' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/method2.c:199:14: style: The scope of the variable 'fudge' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/method2.c:199:20: style: The scope of the variable 'energy' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/method2.c:576:8: style: The scope of the variable 'area' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/method2.c:577:8: style: The scope of the variable 'ss' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/method2.c:577:11: style: The scope of the variable 'st' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/method2.c:577:14: style: The scope of the variable 'tt' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/method2.c:608:13: style: The scope of the variable 'det' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/method2.c:609:8: style: The scope of the variable 'ss' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/method2.c:609:11: style: The scope of the variable 'st' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/method2.c:609:14: style: The scope of the variable 'tt' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/method2.c:660:13: style: The scope of the variable 'det' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/method2.c:660:17: style: The scope of the variable 'ss' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/method2.c:660:20: style: The scope of the variable 'st' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/method2.c:660:23: style: The scope of the variable 'tt' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/method2.c:738:8: style: The scope of the variable 'area' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/method2.c:739:8: style: The scope of the variable 'ss' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/method2.c:739:11: style: The scope of the variable 'st' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/method2.c:739:14: style: The scope of the variable 'tt' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/method2.c:771:13: style: The scope of the variable 'det' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/method2.c:772:8: style: The scope of the variable 'ss' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/method2.c:772:11: style: The scope of the variable 'st' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/method2.c:772:14: style: The scope of the variable 'tt' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/method2.c:819:13: style: The scope of the variable 'det' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/method2.c:819:17: style: The scope of the variable 'ss' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/method2.c:819:20: style: The scope of the variable 'st' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/method2.c:819:23: style: The scope of the variable 'tt' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/method3.c:2034:10: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/method3.c:594:8: style: The scope of the variable 'gdensity' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/method3.c:683:8: style: The scope of the variable 'jac' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/method3.c:687:11: style: The scope of the variable 'b_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/method3.c:776:11: style: The scope of the variable 'b_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/method3.c:779:8: style: The scope of the variable 'z' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/method3.c:780:8: style: The scope of the variable 'val' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/method4.c:31:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/method4.c:34:15: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/method4.c:55:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/method4.c:65:15: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/method4.c:803:14: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/method4.c:804:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/method4.c:1079:14: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/method4.c:1081:15: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/method4.c:1496:14: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/method4.c:1498:15: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/method4.c:2017:14: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/method4.c:2019:15: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/method4.c:2022:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/method4.c:228:17: style: The scope of the variable 'w' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/method4.c:228:19: style: The scope of the variable 'z' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/method4.c:229:8: style: The scope of the variable 'tang' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/method4.c:289:12: style: The scope of the variable 'y' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/method4.c:292:8: style: The scope of the variable 'val' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/method4.c:293:8: style: The scope of the variable 'tang' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/method4.c:1048:8: style: Variable 'q11' is not assigned a value. [unassignedVariable]
evolver-2.70+ds.orig/src/method4.c:1048:16: style: Variable 'q22' is not assigned a value. [unassignedVariable]
evolver-2.70+ds.orig/src/method4.c:1054:16: style: Variable 'f22' is not assigned a value. [unassignedVariable]
evolver-2.70+ds.orig/src/method4.c:1463:8: style: Variable 'q11' is not assigned a value. [unassignedVariable]
evolver-2.70+ds.orig/src/method4.c:1463:16: style: Variable 'q22' is not assigned a value. [unassignedVariable]
evolver-2.70+ds.orig/src/method4.c:1469:16: style: Variable 'f22' is not assigned a value. [unassignedVariable]
evolver-2.70+ds.orig/src/method4.c:1993:8: style: Variable 'q11' is not assigned a value. [unassignedVariable]
evolver-2.70+ds.orig/src/method4.c:1993:16: style: Variable 'q22' is not assigned a value. [unassignedVariable]
evolver-2.70+ds.orig/src/method4.c:577:17: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
evolver-2.70+ds.orig/src/method4.c:656:17: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
evolver-2.70+ds.orig/src/method5.c:124:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/method5.c:125:9: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/method5.c:126:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/method5.c:127:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/method5.c:129:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/method5.c:414:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/method5.c:415:9: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/method5.c:417:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/method5.c:963:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/method5.c:982:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/method5.c:1294:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/method5.c:708:3: style: Variable 's4' is reassigned a value before the old one has been used. [redundantAssignment]
evolver-2.70+ds.orig/src/method5.c:701:3: note: Variable 's4' is reassigned a value before the old one has been used.
evolver-2.70+ds.orig/src/method5.c:708:3: note: Variable 's4' is reassigned a value before the old one has been used.
evolver-2.70+ds.orig/src/method5.c:710:3: style: Variable 's3' is reassigned a value before the old one has been used. [redundantAssignment]
evolver-2.70+ds.orig/src/method5.c:700:3: note: Variable 's3' is reassigned a value before the old one has been used.
evolver-2.70+ds.orig/src/method5.c:710:3: note: Variable 's3' is reassigned a value before the old one has been used.
evolver-2.70+ds.orig/src/method5.c:772:10: style: The scope of the variable 'e' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/method5.c:772:12: style: The scope of the variable 't' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/metis.c:822:25: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/metis.c:1036:8: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/metis.c:1037:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/metis.c:1048:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/metis.c:1049:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/metis.c:685:10: style: The scope of the variable 'kk' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/metis.c:718:30: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
evolver-2.70+ds.orig/src/metis.c:728:33: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
evolver-2.70+ds.orig/src/metis.c:766:24: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
evolver-2.70+ds.orig/src/metis.c:779:24: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
evolver-2.70+ds.orig/src/metis.c:792:24: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
evolver-2.70+ds.orig/src/metric.c:34:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/metric.c:35:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/metric.c:57:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/metric.c:58:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/metric.c:91:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/metric.c:92:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/metric.c:145:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/metric.c:207:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/metric.c:208:16: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/metric.c:487:10: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/metric.c:88:9: style: The scope of the variable 'j' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/metric.c:94:8: style: The scope of the variable 'euclidean' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/metric.c:284:8: style: The scope of the variable 'new_area' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/metric.c:286:8: style: The scope of the variable 'det' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/metric.c:366:8: style: The scope of the variable 'area' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/metric.c:461:8: style: The scope of the variable 'rr' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/metric.c:461:11: style: The scope of the variable 'rf' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/metric.c:541:9: style: The scope of the variable 'gpt' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/metric.c:552:8: style: The scope of the variable 'det' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/mindeg.c:1331:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/mindeg.c:1331:18: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/mindeg.c:1334:10: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/mindeg.c:1338:8: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/mindeg.c:1386:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/mindeg.c:1569:14: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/mindeg.c:1712:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/mindeg.c:1712:18: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/mindeg.c:1763:8: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/mindeg.c:1764:9: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/mindeg.c:2037:15: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/mindeg.c:2037:23: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/mindeg.c:1210:3: style: Variable 'bounddegree' is reassigned a value before the old one has been used. [redundantAssignment]
evolver-2.70+ds.orig/src/mindeg.c:1209:3: note: Variable 'bounddegree' is reassigned a value before the old one has been used.
evolver-2.70+ds.orig/src/mindeg.c:1210:3: note: Variable 'bounddegree' is reassigned a value before the old one has been used.
evolver-2.70+ds.orig/src/mindeg.c:253:11: style: The scope of the variable 'b_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/mindeg.c:842:18: style: The scope of the variable 'r' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/mindeg.c:874:18: style: The scope of the variable 'r' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/mindeg.c:997:23: style: The scope of the variable 'ss' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/mindeg.c:1200:7: style: The scope of the variable 'spot' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/mindeg.c:1408:16: style: The scope of the variable 'ii_next' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/mindeg.c:1409:7: style: The scope of the variable 'end' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/mindeg.c:1973:32: style: The scope of the variable 'pa1' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/mindeg.c:1973:36: style: The scope of the variable 'pa2' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/model.c:363:15: warning: Possible null pointer dereference: bdry [nullPointer]
evolver-2.70+ds.orig/src/model.c:362:22: note: Assignment 'bdry=F_BOUNDARY_ATTR?web.boundaries+*((int*)((char*)((struct facet*)(web.skel[2].ibase[(f_id)&((1U<<(27-0))-1)]))+((struct extra*)(dymem+web.skel[2].dy_extras))[F_BOUNDARY_ATTR].offset)):0', assigned value is 0
evolver-2.70+ds.orig/src/model.c:363:15: note: Null pointer dereference
evolver-2.70+ds.orig/src/model.c:375:29: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/model.c:376:25: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/model.c:390:26: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/model.c:532:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/model.c:533:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/model.c:534:23: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/model.c:535:25: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/model.c:743:9: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/model.c:768:14: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/model.c:784:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/model.c:785:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/model.c:786:16: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/model.c:787:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/model.c:935:31: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/model.c:937:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/model.c:983:15: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/model.c:983:23: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/model.c:984:15: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/model.c:984:23: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/model.c:1021:17: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/model.c:1186:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/model.c:1188:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/model.c:1931:27: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/model.c:1932:20: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/model.c:1938:23: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/model.c:1946:27: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/model.c:2012:27: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/model.c:2473:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/model.c:2488:17: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/model.c:2525:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/model.c:2540:17: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/model.c:103:12: style: The scope of the variable 'f_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/model.c:104:16: style: The scope of the variable 'fe' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/model.c:105:14: style: The scope of the variable 'v' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/model.c:213:7: style: The scope of the variable 'i' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/model.c:213:13: style: The scope of the variable 'spot' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/model.c:1423:26: style: The scope of the variable 'd__1' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/model.c:2307:12: style: The scope of the variable 'fixed' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/model.c:2309:18: style: The scope of the variable 'conmap' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/model.c:2389:12: style: The scope of the variable 'fixed' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/model.c:2460:12: style: The scope of the variable 'f_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/model.c:2512:12: style: The scope of the variable 'f_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/model.c:770:13: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
evolver-2.70+ds.orig/src/modify.c:83:5: warning: Possible null pointer dereference: bdry [nullPointer]
evolver-2.70+ds.orig/src/modify.c:82:12: note: Assignment 'bdry=F_BOUNDARY_ATTR?web.boundaries+*((int*)((char*)((struct facet*)(web.skel[2].ibase[(f_id)&((1U<<(27-0))-1)]))+((struct extra*)(dymem+web.skel[2].dy_extras))[F_BOUNDARY_ATTR].offset)):0', assigned value is 0
evolver-2.70+ds.orig/src/modify.c:83:5: note: Null pointer dereference
evolver-2.70+ds.orig/src/modify.c:84:23: warning: Possible null pointer dereference: bdry [nullPointer]
evolver-2.70+ds.orig/src/modify.c:82:12: note: Assignment 'bdry=F_BOUNDARY_ATTR?web.boundaries+*((int*)((char*)((struct facet*)(web.skel[2].ibase[(f_id)&((1U<<(27-0))-1)]))+((struct extra*)(dymem+web.skel[2].dy_extras))[F_BOUNDARY_ATTR].offset)):0', assigned value is 0
evolver-2.70+ds.orig/src/modify.c:84:23: note: Null pointer dereference
evolver-2.70+ds.orig/src/modify.c:168:5: warning: Possible null pointer dereference: bdry [nullPointer]
evolver-2.70+ds.orig/src/modify.c:167:12: note: Assignment 'bdry=F_BOUNDARY_ATTR?web.boundaries+*((int*)((char*)((struct facet*)(web.skel[2].ibase[(f_id)&((1U<<(27-0))-1)]))+((struct extra*)(dymem+web.skel[2].dy_extras))[F_BOUNDARY_ATTR].offset)):0', assigned value is 0
evolver-2.70+ds.orig/src/modify.c:168:5: note: Null pointer dereference
evolver-2.70+ds.orig/src/modify.c:1206:5: warning: Possible null pointer dereference: bdry [nullPointer]
evolver-2.70+ds.orig/src/modify.c:1201:29: note: Assignment 'bdry=F_BOUNDARY_ATTR?web.boundaries+*((int*)((char*)((struct facet*)(web.skel[2].ibase[(old_f)&((1U<<(27-0))-1)]))+((struct extra*)(dymem+web.skel[2].dy_extras))[F_BOUNDARY_ATTR].offset)):0', assigned value is 0
evolver-2.70+ds.orig/src/modify.c:1206:5: note: Null pointer dereference
evolver-2.70+ds.orig/src/modify.c:1495:5: warning: Possible null pointer dereference: bdry [nullPointer]
evolver-2.70+ds.orig/src/modify.c:1490:29: note: Assignment 'bdry=F_BOUNDARY_ATTR?web.boundaries+*((int*)((char*)((struct facet*)(web.skel[2].ibase[(old_f)&((1U<<(27-0))-1)]))+((struct extra*)(dymem+web.skel[2].dy_extras))[F_BOUNDARY_ATTR].offset)):0', assigned value is 0
evolver-2.70+ds.orig/src/modify.c:1495:5: note: Null pointer dereference
evolver-2.70+ds.orig/src/modify.c:53:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/modify.c:59:9: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/modify.c:93:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/modify.c:99:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/modify.c:108:16: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/modify.c:109:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/modify.c:123:16: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/modify.c:623:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/modify.c:624:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/modify.c:630:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/modify.c:648:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/modify.c:712:47: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/modify.c:750:16: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/modify.c:787:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/modify.c:826:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/modify.c:834:20: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/modify.c:863:16: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/modify.c:867:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/modify.c:871:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/modify.c:874:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/modify.c:883:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/modify.c:884:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/modify.c:923:14: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/modify.c:924:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/modify.c:929:14: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/modify.c:930:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/modify.c:942:16: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/modify.c:946:20: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/modify.c:951:14: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/modify.c:955:20: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/modify.c:956:14: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/modify.c:961:20: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/modify.c:969:20: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/modify.c:970:14: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/modify.c:984:41: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/modify.c:985:52: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/modify.c:987:23: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/modify.c:995:22: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/modify.c:996:22: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/modify.c:997:16: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/modify.c:998:16: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/modify.c:1177:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/modify.c:1178:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/modify.c:1179:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/modify.c:1213:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/modify.c:1214:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/modify.c:1239:14: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/modify.c:1240:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/modify.c:1245:14: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/modify.c:1246:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/modify.c:1480:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/modify.c:1481:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/modify.c:1482:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/modify.c:1502:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/modify.c:1503:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/modify.c:1528:14: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/modify.c:1529:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/modify.c:1534:14: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/modify.c:1535:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/modify.c:2698:8: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/modify.c:2699:8: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/modify.c:2717:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/modify.c:2724:17: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/modify.c:2784:15: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/modify.c:2785:15: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/modify.c:2876:25: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/modify.c:2882:25: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/modify.c:31:9: style: The scope of the variable 'k' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/modify.c:36:29: style: The scope of the variable 'next_fe' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/modify.c:37:18: style: The scope of the variable 'x' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/modify.c:39:0: style: The scope of the variable 'wrap' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/modify.c:352:20: style: The scope of the variable 'aa' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/modify.c:352:23: style: The scope of the variable 'bb' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/modify.c:353:20: style: The scope of the variable 'a' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/modify.c:354:20: style: The scope of the variable 'b' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/modify.c:355:20: style: The scope of the variable 'a_next' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/modify.c:355:29: style: The scope of the variable 'b_next' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/modify.c:357:16: style: The scope of the variable 'a_edge' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/modify.c:358:16: style: The scope of the variable 'b_edge' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/modify.c:360:11: style: The scope of the variable 'retval' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/modify.c:435:17: style: The scope of the variable 'ab' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/modify.c:590:7: style: The scope of the variable 'wrap' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/modify.c:748:10: style: The scope of the variable 'front' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/modify.c:748:16: style: The scope of the variable 'rear' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/modify.c:832:12: style: The scope of the variable 'coeff' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/modify.c:1119:7: style: The scope of the variable 'i' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/modify.c:1119:9: style: The scope of the variable 'k' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/modify.c:1202:11: style: The scope of the variable 'paramb' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/modify.c:1202:19: style: The scope of the variable 'parammid' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/modify.c:1203:11: style: The scope of the variable 'mu' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/modify.c:1203:15: style: The scope of the variable 'mv' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/modify.c:1491:11: style: The scope of the variable 'paramb' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/modify.c:1491:19: style: The scope of the variable 'parammid' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/modify.c:1492:11: style: The scope of the variable 'mu' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/modify.c:1492:15: style: The scope of the variable 'mv' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/modify.c:1689:16: style: The scope of the variable 'old_b' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/modify.c:2232:43: style: The scope of the variable 'fffe' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/modify.c:2234:13: style: The scope of the variable 'b_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/modify.c:2235:28: style: The scope of the variable 'nnext' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/modify.c:2235:34: style: The scope of the variable 'pprev' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/modify.c:2372:16: style: The scope of the variable 'fe' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/modify.c:2372:19: style: The scope of the variable 'fe_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/modify.c:2373:11: style: The scope of the variable 'e_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/modify.c:2449:7: style: The scope of the variable 'i' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/modify.c:2449:9: style: The scope of the variable 'j' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/modify.c:2449:11: style: The scope of the variable 'k' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/modify.c:2562:9: style: The scope of the variable 'j' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/modify.c:2901:19: style: The scope of the variable 'next_fe' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/modify.c:2901:27: style: The scope of the variable 'next_ffe' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/modify.c:2902:10: style: The scope of the variable 'found' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/modify.c:2903:10: style: The scope of the variable 'fe_counter' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/modify.c:3001:32: style: The scope of the variable 'fep' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/modify.c:3001:36: style: The scope of the variable 'ffep' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/modify.c:3090:7: style: The scope of the variable 'wrap' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/modify.c:3093:8: style: The scope of the variable 'bestdist' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/modify.c:3095:9: style: The scope of the variable 'k' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/modify.c:3259:18: style: The scope of the variable 'fe_next' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/modify.c:3260:18: style: The scope of the variable 'next_fe2' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/modify.c:3260:27: style: The scope of the variable 'prev_fe1' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/modify.c:395:13: style: Variable 'unstar_count' is modified but its new value is never used. [unreadVariable]
evolver-2.70+ds.orig/src/modify.c:1473:8: error: Uninitialized variable: wrap [uninitvar]
evolver-2.70+ds.orig/src/oglgraph.c:679:9: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/oglgraph.c:1242:32: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/oglgraph.c:1243:20: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/oglgraph.c:350:13: style: The scope of the variable 'v_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/oglgraph.c:399:21: style: The scope of the variable 'ee_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/oglgraph.c:400:11: style: The scope of the variable 'ii' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/oglgraph.c:400:14: style: The scope of the variable 'nn' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/oglgraph.c:400:17: style: The scope of the variable 'ccount' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/oglgraph.c:933:8: style: The scope of the variable 'n' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/oglgraph.c:1355:13: style: The scope of the variable 'tmat' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/oglgraph.c:1501:7: style: The scope of the variable 'bestway' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/oglgraph.c:1603:9: style: The scope of the variable 'nextf' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/oglgraph.c:1603:15: style: The scope of the variable 'va' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/oglgraph.c:1603:18: style: The scope of the variable 'vb' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/oglgraph.c:1603:24: style: The scope of the variable 'whichway' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/oglgraph.c:1604:9: style: The scope of the variable 'firstcount' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/oglgraph.c:1604:20: style: The scope of the variable 'secondcount' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/oglgraph.c:916:3: warning: The buffer 'opengl_version' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
evolver-2.70+ds.orig/src/painter.c:2182:8: style: Condition 'badflag' is always false [knownConditionTrueFalse]
evolver-2.70+ds.orig/src/painter.c:2162:17: note: Assignment 'badflag=0', assigned value is 0
evolver-2.70+ds.orig/src/painter.c:2182:8: note: Condition 'badflag' is always false
evolver-2.70+ds.orig/src/painter.c:509:14: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/painter.c:131:8: style: The scope of the variable 'dx' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/painter.c:131:11: style: The scope of the variable 'dy' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/painter.c:131:14: style: The scope of the variable 'len' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/painter.c:136:53: style: The scope of the variable 'center' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/painter.c:136:63: style: The scope of the variable 'radius' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/painter.c:137:16: style: The scope of the variable 'angle1' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/painter.c:137:23: style: The scope of the variable 'angle2' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/painter.c:563:8: style: The scope of the variable 'normal' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/painter.c:563:25: style: The scope of the variable 'mag' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/painter.c:931:10: style: The scope of the variable 'k' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/painter.c:2108:31: style: The scope of the variable 'prev_ee' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/painter.c:2322:7: style: The scope of the variable 'result' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/painter.c:2584:8: style: The scope of the variable 'v' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/painter.c:2602:8: style: The scope of the variable 'v' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/painter.c:429:21: style: Variable 'allocsize' is assigned a value that is never used. [unreadVariable]
evolver-2.70+ds.orig/src/painter.c:1580:9: style: Variable 'same' is modified but its new value is never used. [unreadVariable]
evolver-2.70+ds.orig/src/painter.c:482:44: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
evolver-2.70+ds.orig/src/pixgraph.c:40:8: style: The scope of the variable 'response' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/pixgraph.c:41:9: style: The scope of the variable 'tptr' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/popfilm.c:358:14: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/popfilm.c:617:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/popfilm.c:850:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/popfilm.c:853:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/popfilm.c:1676:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/popfilm.c:1677:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/popfilm.c:1678:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/popfilm.c:1679:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/popfilm.c:1837:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/popfilm.c:1946:14: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/popfilm.c:1998:8: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/popfilm.c:2602:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/popfilm.c:2603:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/popfilm.c:2659:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/popfilm.c:2660:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/popfilm.c:2894:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/popfilm.c:2895:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/popfilm.c:3341:9: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/popfilm.c:3596:9: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/popfilm.c:4365:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/popfilm.c:4687:47: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/popfilm.c:4853:9: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/popfilm.c:4858:9: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/popfilm.c:4960:9: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/popfilm.c:4965:9: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/popfilm.c:4970:9: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/popfilm.c:5130:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/popfilm.c:5172:9: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/popfilm.c:5327:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/popfilm.c:5328:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/popfilm.c:194:22: style: The scope of the variable 'fe' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/popfilm.c:195:8: style: The scope of the variable 'side' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/popfilm.c:195:23: style: The scope of the variable 'sideA' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/popfilm.c:195:39: style: The scope of the variable 'sideB' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/popfilm.c:196:8: style: The scope of the variable 'normA' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/popfilm.c:196:14: style: The scope of the variable 'normB' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/popfilm.c:197:8: style: The scope of the variable 'maxcos' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/popfilm.c:197:15: style: The scope of the variable 'newcos' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/popfilm.c:204:7: style: The scope of the variable 'i' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/popfilm.c:204:9: style: The scope of the variable 'k' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/popfilm.c:205:8: style: The scope of the variable 'midnormal' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/popfilm.c:208:7: style: The scope of the variable 'fdegfree' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/popfilm.c:208:16: style: The scope of the variable 'next_fdegfree' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/popfilm.c:210:7: style: The scope of the variable 'kraynikwedge' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/popfilm.c:600:35: style: The scope of the variable 'e_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/popfilm.c:605:16: style: The scope of the variable 'fe_a_old' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/popfilm.c:605:25: style: The scope of the variable 'fe_a_new' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/popfilm.c:605:34: style: The scope of the variable 'fe_a_e' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/popfilm.c:606:16: style: The scope of the variable 'fe_b_old' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/popfilm.c:606:27: style: The scope of the variable 'fe_b_new' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/popfilm.c:606:38: style: The scope of the variable 'fe_b_e' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/popfilm.c:607:12: style: The scope of the variable 'new_fa' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/popfilm.c:607:19: style: The scope of the variable 'new_fb' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/popfilm.c:608:11: style: The scope of the variable 'b_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/popfilm.c:611:19: style: The scope of the variable 'first_fe' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/popfilm.c:613:13: style: The scope of the variable 'vmap' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/popfilm.c:1264:16: style: The scope of the variable 'fe' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/popfilm.c:1265:12: style: The scope of the variable 'f_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/popfilm.c:2023:18: style: The scope of the variable 'new_fe' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/popfilm.c:2023:25: style: The scope of the variable 'new_fe_next' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/popfilm.c:2023:37: style: The scope of the variable 'new_fe_prev' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/popfilm.c:2026:13: style: The scope of the variable 'new_e' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/popfilm.c:2077:22: style: The scope of the variable 'old_f' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/popfilm.c:2146:8: style: The scope of the variable 'mag' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/popfilm.c:2296:8: style: The scope of the variable 'facemag' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/popfilm.c:2903:18: style: The scope of the variable 'next_fe' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/popfilm.c:2912:17: style: The scope of the variable 'eg' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/popfilm.c:3178:28: style: The scope of the variable 'fa' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/popfilm.c:3178:31: style: The scope of the variable 'fb' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/popfilm.c:3178:34: style: The scope of the variable 'fc' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/popfilm.c:3179:11: style: The scope of the variable 'ea' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/popfilm.c:3179:14: style: The scope of the variable 'eb' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/popfilm.c:3207:18: style: The scope of the variable 'next_fe' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/popfilm.c:3217:20: style: The scope of the variable 'ee' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/popfilm.c:3282:18: style: The scope of the variable 'next_fe' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/popfilm.c:3426:28: style: The scope of the variable 'fa' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/popfilm.c:3426:31: style: The scope of the variable 'fb' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/popfilm.c:3426:34: style: The scope of the variable 'fc' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/popfilm.c:3427:11: style: The scope of the variable 'ea' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/popfilm.c:3427:14: style: The scope of the variable 'eb' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/popfilm.c:3460:18: style: The scope of the variable 'next_fe' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/popfilm.c:3470:20: style: The scope of the variable 'ee' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/popfilm.c:3536:18: style: The scope of the variable 'next_fe' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/popfilm.c:3685:23: style: The scope of the variable 'fc' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/popfilm.c:3774:9: style: The scope of the variable 'val' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/popfilm.c:4733:13: style: The scope of the variable 'newv' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/popfilm.c:4734:11: style: The scope of the variable 'newe' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/popfilm.c:4735:28: style: The scope of the variable 'newfe' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/popfilm.c:4736:18: style: The scope of the variable 'j' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/popfilm.c:4738:8: style: The scope of the variable 'mag' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/popfilm.c:4744:8: style: The scope of the variable 'pull' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/popfilm.c:5003:11: style: The scope of the variable 'e_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/popfilm.c:5008:8: style: The scope of the variable 'net' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/popfilm.c:5011:7: style: The scope of the variable 'j' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/popfilm.c:5070:26: style: The scope of the variable 'fe' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/popfilm.c:5070:29: style: The scope of the variable 'start_fe' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/popfilm.c:5142:18: style: The scope of the variable 'fe' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/popfilm.c:5142:21: style: The scope of the variable 'prevfe' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/psgraph.c:384:45: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/psgraph.c:390:44: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/psgraph.c:550:26: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/psgraph.c:60:7: style: The scope of the variable 'n' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/psgraph.c:321:51: style: The scope of the variable 'center' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/psgraph.c:321:61: style: The scope of the variable 'radius' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/psgraph.c:322:10: style: The scope of the variable 'angle1' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/psgraph.c:322:17: style: The scope of the variable 'angle2' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/psgraph.c:174:39: style: Obsolete function 'asctime' called. It is recommended to use 'strftime' instead. [asctimeCalled]
evolver-2.70+ds.orig/src/quantity.c:1132:12: portability: Casting from double ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/quantity.c:1133:12: portability: Casting from double ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/quantity.c:1136:12: portability: Casting from double * ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/quantity.c:1137:12: portability: Casting from double * * ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/quantity.c:1596:23: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/quantity.c:1618:23: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/quantity.c:1792:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/quantity.c:1812:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/quantity.c:1878:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/quantity.c:2259:29: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/quantity.c:2295:31: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/quantity.c:2329:25: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/quantity.c:2673:29: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/quantity.c:3419:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/quantity.c:3442:22: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/quantity.c:3478:26: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/quantity.c:3509:15: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/quantity.c:3609:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/quantity.c:3610:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/quantity.c:3634:22: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/quantity.c:3655:24: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/quantity.c:3682:24: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/quantity.c:3711:50: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/quantity.c:3749:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/quantity.c:3750:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/quantity.c:3751:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/quantity.c:3821:20: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/quantity.c:3826:20: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/quantity.c:4158:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/quantity.c:4159:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/quantity.c:581:13: style: The scope of the variable 'nb' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/quantity.c:886:19: style: The scope of the variable 'e_ptr' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/quantity.c:971:19: style: The scope of the variable 'e_ptr' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/quantity.c:972:7: style: The scope of the variable 'i' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/quantity.c:1055:9: style: The scope of the variable 'i' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/quantity.c:1632:9: style: The scope of the variable 'kk' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/quantity.c:2234:15: style: The scope of the variable 'mm' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/quantity.c:2636:15: style: The scope of the variable 'mm' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/quantity.c:3503:15: style: The scope of the variable 'y' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/quantity.c:3861:16: style: The scope of the variable 'fe_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/quantity.c:3997:9: style: The scope of the variable 'j' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/quantity.c:492:9: style: Variable 'g' is assigned a value that is never used. [unreadVariable]
evolver-2.70+ds.orig/src/query.c:339:11: style: The scope of the variable 'groups' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/quotient.c:142:11: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/quotient.c:151:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/quotient.c:162:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/quotient.c:242:11: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/quotient.c:254:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/quotient.c:265:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/quotient.c:325:11: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/quotient.c:585:11: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/quotient.c:852:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
evolver-2.70+ds.orig/src/quotient.c:709:9: style: The scope of the variable 'zper' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/simequi2.c:247:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/simequi2.c:249:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/simequi2.c:267:9: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/simequi2.c:332:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/simequi2.c:334:17: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/simequi2.c:360:14: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/simplex.c:39:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/simplex.c:41:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/simplex.c:84:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/simplex.c:85:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/simplex.c:87:17: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/simplex.c:88:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/simplex.c:143:17: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/simplex.c:185:14: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/simplex.c:542:8: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/simplex.c:603:24: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/simplex.c:704:14: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/simplex.c:710:23: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/simplex.c:736:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/simplex.c:741:15: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/simplex.c:750:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/simplex.c:792:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/simplex.c:794:17: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/simplex.c:857:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/simplex.c:859:17: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/simplex.c:866:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/simplex.c:887:24: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/simplex.c:893:21: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/simplex.c:948:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/simplex.c:950:17: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/simplex.c:1141:14: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/simplex.c:1234:23: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/simplex.c:1235:24: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/simplex.c:1338:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/simplex.c:1339:20: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/simplex.c:1392:16: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/simplex.c:1393:16: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/simplex.c:773:22: style: The scope of the variable 'constr' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/simplex.c:835:22: style: The scope of the variable 'constr' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/simplex.c:923:22: style: The scope of the variable 'constr' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/simplex.c:1137:18: style: The scope of the variable 'newf' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/simplex.c:1896:12: style: The scope of the variable 'f_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/simplex.c:1896:17: style: The scope of the variable 'startf' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/simplex.c:1898:9: style: The scope of the variable 'j' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/skeleton.c:182:32: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
evolver-2.70+ds.orig/src/skeleton.c:192:18: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
evolver-2.70+ds.orig/src/skeleton.c:203:18: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
evolver-2.70+ds.orig/src/skeleton.c:556:9: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/skeleton.c:618:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/skeleton.c:619:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/skeleton.c:620:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/skeleton.c:627:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/skeleton.c:628:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/skeleton.c:633:15: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/skeleton.c:706:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/skeleton.c:108:14: style: The scope of the variable 'next_f' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/skeleton.c:108:21: style: The scope of the variable 'prev_f' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/skeleton.c:158:16: style: The scope of the variable 'e_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/skeleton.c:186:16: style: The scope of the variable 'inst_num' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/skeleton.c:216:18: style: The scope of the variable 'first_v' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/skeleton.c:216:36: style: The scope of the variable 'last_v' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/skeleton.c:324:15: style: The scope of the variable 'f_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/skeleton.c:550:7: style: The scope of the variable 'i' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/skeleton.c:552:9: style: The scope of the variable 'y' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/skeleton.c:604:13: style: The scope of the variable 'v_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/skeleton.c:605:9: style: The scope of the variable 'x' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/skeleton.c:605:12: style: The scope of the variable 'h' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/skeleton.c:605:15: style: The scope of the variable 't' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/skeleton.c:606:7: style: The scope of the variable 'i' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/skeleton.c:606:9: style: The scope of the variable 'k' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/skeleton.c:652:13: style: The scope of the variable 'newmid' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/skeleton.c:720:11: style: The scope of the variable 'b_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/skeleton.c:882:25: style: The scope of the variable 'fe' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/skeleton.c:885:12: style: The scope of the variable 'f_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/skeleton.c:885:17: style: The scope of the variable 'ff_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/skeleton.c:886:11: style: The scope of the variable 'b_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/skeleton.c:886:16: style: The scope of the variable 'bb_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/skeleton.c:1324:7: style: The scope of the variable 'newsize' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/skeleton.c:1637:17: style: The scope of the variable 'ex' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/skeleton.c:1737:9: style: The scope of the variable 'j' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/skeleton.c:1785:16: style: The scope of the variable 'b_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/skeleton.c:1772:18: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
evolver-2.70+ds.orig/src/skeleton.c:2133:18: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
evolver-2.70+ds.orig/src/softimag.c:69:15: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/sqcurve.c:216:10: portability: Casting from double ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/sqcurve.c:279:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/sqcurve.c:280:29: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/sqcurve.c:388:34: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/sqcurve.c:404:38: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/sqcurve.c:409:40: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/sqcurve.c:433:17: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/sqcurve.c:487:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/sqcurve.c:495:36: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/sqcurve.c:517:40: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/sqcurve.c:523:42: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/sqcurve.c:601:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/sqcurve.c:626:21: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/sqcurve.c:627:21: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/sqcurve.c:674:39: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/sqcurve.c:695:39: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/sqcurve.c:996:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/sqcurve.c:997:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/sqcurve.c:998:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/sqcurve.c:1110:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/sqcurve.c:32:7: style: The scope of the variable 'k' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/sqcurve.c:75:7: style: The scope of the variable 'k' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/sqcurve.c:126:9: style: The scope of the variable 'j' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/sqcurve.c:313:8: style: The scope of the variable 'denom' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/sqcurve.c:314:12: style: The scope of the variable 'f_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/sqcurve.c:427:15: style: The scope of the variable 'sim' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/sqcurve.c:586:12: style: The scope of the variable 'net' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/sqcurve.c:586:16: style: The scope of the variable 'sim' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/sqcurve.c:587:25: style: The scope of the variable 'simd' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/sqcurve.c:798:44: style: The scope of the variable 'net' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/sqcurve.c:866:45: style: The scope of the variable 'net' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/sqcurve.c:1104:9: style: The scope of the variable 'nn' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/sqcurve.c:1105:12: style: The scope of the variable 'x1' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/sqcurve.c:1105:15: style: The scope of the variable 'y1' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/sqcurve.c:1105:18: style: The scope of the variable 'x2' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/sqcurve.c:1105:21: style: The scope of the variable 'y2' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/sqcurve.c:1105:24: style: The scope of the variable 'u1' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/sqcurve.c:1105:27: style: The scope of the variable 'u2' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/sqcurve.c:1105:30: style: The scope of the variable 'det' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/sqcurve.c:1111:16: style: The scope of the variable 'hinc' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/sqcurve.c:1117:42: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
evolver-2.70+ds.orig/src/sqcurve.c:1122:63: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
evolver-2.70+ds.orig/src/sqcurve2.c:205:40: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/sqcurve2.c:229:43: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/sqcurve2.c:234:43: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/sqcurve2.c:246:51: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/sqcurve2.c:307:30: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/sqcurve2.c:326:30: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/sqcurve2.c:384:10: portability: Casting from double ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/sqcurve2.c:449:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/sqcurve2.c:450:24: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/sqcurve2.c:548:38: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/sqcurve2.c:553:38: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/sqcurve2.c:565:32: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/sqcurve2.c:583:33: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/sqcurve2.c:594:39: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/sqcurve2.c:597:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/sqcurve2.c:671:35: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/sqcurve2.c:698:35: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/sqcurve2.c:768:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/sqcurve2.c:841:38: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/sqcurve2.c:855:38: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/sqcurve2.c:1235:10: portability: Casting from double * * ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/sqcurve2.c:1236:10: portability: Casting from double * * ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/sqcurve2.c:1520:10: portability: Casting from double * * ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/sqcurve2.c:1521:10: portability: Casting from double * * ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/sqcurve2.c:1633:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/sqcurve2.c:1673:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/sqcurve2.c:2095:34: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/sqcurve2.c:41:9: style: The scope of the variable 'n' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/sqcurve2.c:43:28: style: The scope of the variable 'gm' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/sqcurve2.c:45:13: style: The scope of the variable 'vv_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/sqcurve2.c:588:20: style: The scope of the variable 'sim' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/sqcurve2.c:627:11: style: The scope of the variable 'e_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/sqcurve2.c:628:9: style: The scope of the variable 'j' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/sqcurve2.c:629:10: style: The scope of the variable 'e1' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/sqcurve2.c:629:13: style: The scope of the variable 'e2' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/sqcurve2.c:632:8: style: The scope of the variable 'fudge11' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/sqcurve2.c:632:20: style: The scope of the variable 'fudge12' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/sqcurve2.c:632:32: style: The scope of the variable 'fudge13' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/sqcurve2.c:633:8: style: The scope of the variable 'fudge21' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/sqcurve2.c:633:20: style: The scope of the variable 'fudge22' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/sqcurve2.c:633:32: style: The scope of the variable 'fudge23' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/sqcurve2.c:715:12: style: The scope of the variable 'net' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/sqcurve2.c:757:12: style: The scope of the variable 'net' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/sqcurve2.c:757:16: style: The scope of the variable 'sim' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/sqcurve2.c:758:25: style: The scope of the variable 'simd' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/sqcurve2.c:947:31: style: The scope of the variable 'net' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/sqcurve2.c:1008:31: style: The scope of the variable 'net' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/sqcurve2.c:1323:9: style: The scope of the variable 'k1' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/sqcurve2.c:1584:7: style: The scope of the variable 'k' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/sqcurve2.c:1871:7: style: The scope of the variable 'k' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/sqcurve2.c:1330:43: style: Variable 'k1' is assigned a value that is never used. [unreadVariable]
evolver-2.70+ds.orig/src/sqcurve3.c:185:9: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/sqcurve3.c:188:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/sqcurve3.c:190:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/sqcurve3.c:259:48: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/sqcurve3.c:270:46: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/sqcurve3.c:294:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/sqcurve3.c:1050:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/sqcurve3.c:53:7: style: The scope of the variable 'k' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/sqcurve3.c:53:9: style: The scope of the variable 'n' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/sqcurve3.c:54:28: style: The scope of the variable 'gm' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/sqcurve3.c:428:16: style: The scope of the variable 'g1' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/sqcurve3.c:428:19: style: The scope of the variable 'g2' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/sqcurve3.c:428:22: style: The scope of the variable 'g3' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/storage.c:713:27: warning: Either the condition 'type>5' is redundant or the array 'web.skel[5]' is accessed at index 5, which is out of bounds. [arrayIndexOutOfBoundsCond]
evolver-2.70+ds.orig/src/storage.c:712:28: note: Assuming that condition 'type>5' is not redundant
evolver-2.70+ds.orig/src/storage.c:713:27: note: Array index out of bounds
evolver-2.70+ds.orig/src/storage.c:751:24: warning: Either the condition 'type>5' is redundant or the array 'web.skel[5]' is accessed at index 5, which is out of bounds. [arrayIndexOutOfBoundsCond]
evolver-2.70+ds.orig/src/storage.c:747:28: note: Assuming that condition 'type>5' is not redundant
evolver-2.70+ds.orig/src/storage.c:751:24: note: Array index out of bounds
evolver-2.70+ds.orig/src/storage.c:1305:9: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/storage.c:1306:9: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/storage.c:1734:29: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/storage.c:88:19: style: The scope of the variable 'oldblock' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/storage.c:401:27: style: The scope of the variable 'last' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/storage.c:567:15: style: The scope of the variable 'midv' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/storage.c:568:9: style: The scope of the variable 'i' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/storage.c:819:12: style: The scope of the variable 'mem' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/storage.c:1142:19: style: The scope of the variable 'next_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/storage.c:1209:31: style: The scope of the variable 'bptr' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/storage.c:1645:7: style: The scope of the variable 'i' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/stringl.c:401:10: warning: Possible null pointer dereference: bdry [nullPointer]
evolver-2.70+ds.orig/src/stringl.c:400:12: note: Assignment 'bdry=V_BOUNDARY_ATTR?web.boundaries+*((int*)((char*)((struct vertex*)(web.skel[0].ibase[(v_id)&((1U<<(27-0))-1)]))+((struct extra*)(dymem+web.skel[0].dy_extras))[V_BOUNDARY_ATTR].offset)):NULL', assigned value is 0
evolver-2.70+ds.orig/src/stringl.c:401:10: note: Null pointer dereference
evolver-2.70+ds.orig/src/stringl.c:37:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/stringl.c:38:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/stringl.c:74:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/stringl.c:75:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/stringl.c:108:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/stringl.c:109:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/stringl.c:117:10: portability: Casting from double ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/stringl.c:150:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/stringl.c:151:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/stringl.c:161:14: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/stringl.c:162:14: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/stringl.c:165:15: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/stringl.c:247:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/stringl.c:248:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/stringl.c:263:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/stringl.c:264:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/stringl.c:321:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/stringl.c:322:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/stringl.c:341:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/stringl.c:342:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/stringl.c:419:33: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/stringl.c:515:41: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/stringl.c:69:11: style: The scope of the variable 't' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/stringl.c:69:14: style: The scope of the variable 'h' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/stringl.c:70:10: style: The scope of the variable 'grav_e' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/stringl.c:101:0: style: The scope of the variable 'wraps' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/stringl.c:146:11: style: The scope of the variable 't' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/stringl.c:146:14: style: The scope of the variable 'h' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/stringl.c:191:12: style: The scope of the variable 'b_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/stringl.c:193:12: style: The scope of the variable 'f_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/stringl.c:394:13: style: The scope of the variable 'e_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/stringl.c:408:27: style: The scope of the variable 'fe_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/stringl.c:411:11: style: The scope of the variable 'sign' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/stringl.c:468:24: style: The scope of the variable 'fe_id0' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/stringl.c:489:20: style: The scope of the variable 'i' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/stringl.c:489:22: style: The scope of the variable 'j' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/stringl.c:491:18: style: The scope of the variable 'f_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/stringl.c:492:17: style: The scope of the variable 'bf' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/stringq.c:115:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/stringq.c:116:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/stringq.c:117:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/stringq.c:118:14: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/stringq.c:119:14: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/stringq.c:120:14: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/stringq.c:192:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/stringq.c:261:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/stringq.c:334:14: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/stringq.c:152:10: style: The scope of the variable 'z' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/symmetry.c:71:10: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/symtable.c:1042:33: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/symtable.c:1057:33: portability: Casting from double ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/symtable.c:1130:9: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/symtable.c:1148:9: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/symtable.c:1173:9: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/symtable.c:1191:9: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/symtable.c:1209:9: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/symtable.c:1229:9: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/symtable.c:723:7: style: The scope of the variable 'n' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/symtable.c:752:7: style: The scope of the variable 'n' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/teix.c:360:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/teix.c:369:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/teix.c:376:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/teix.c:396:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/teix.c:404:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/teix.c:420:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/teix.c:427:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/teix.c:433:15: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/teix.c:437:15: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/teix.c:481:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/teix.c:488:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/teix.c:489:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/teix.c:522:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/teix.c:530:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/teix.c:536:15: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/teix.c:540:15: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/teix.c:766:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/teix.c:798:20: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/teix.c:950:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/teix.c:1007:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/teix.c:1023:23: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/teix.c:1023:30: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/teix.c:1079:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/teix.c:1079:26: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/teix.c:1109:21: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/teix.c:1155:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/teix.c:1176:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/teix.c:1176:25: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/teix.c:1222:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/teix.c:1234:25: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/teix.c:1234:32: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/teix.c:1344:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/teix.c:1344:26: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/teix.c:1350:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/teix.c:1373:14: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/teix.c:1376:14: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/teix.c:1380:14: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/teix.c:168:10: style: The scope of the variable 'len' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/teix.c:244:10: style: The scope of the variable 'len' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/teix.c:355:13: style: The scope of the variable 'e_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/teix.c:364:15: style: The scope of the variable 'f_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/teix.c:393:10: style: The scope of the variable 'h1' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/teix.c:416:14: style: The scope of the variable 'f_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/teix.c:418:10: style: The scope of the variable 'mobility' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/teix.c:424:12: style: The scope of the variable 's11' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/teix.c:424:16: style: The scope of the variable 's12' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/teix.c:424:20: style: The scope of the variable 's22' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/teix.c:424:24: style: The scope of the variable 'det' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/teix.c:468:10: style: The scope of the variable 'len1' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/teix.c:469:15: style: The scope of the variable 'v1' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/teix.c:470:10: style: The scope of the variable 'h1' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/teix.c:474:10: style: The scope of the variable 'mobility' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/teix.c:512:14: style: The scope of the variable 'f_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/teix.c:514:10: style: The scope of the variable 'mobility' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/teix.c:527:12: style: The scope of the variable 's11' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/teix.c:527:16: style: The scope of the variable 's12' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/teix.c:527:20: style: The scope of the variable 's22' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/teix.c:527:24: style: The scope of the variable 'det' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/tmain.c:218:20: warning: The buffer 'cmdstring' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
evolver-2.70+ds.orig/src/tmain.c:220:20: warning: The buffer 'cmdstring' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
evolver-2.70+ds.orig/src/tordup.c:87:9: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/tordup.c:787:16: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/tordup.c:820:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/tordup.c:820:25: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/tordup.c:836:9: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/tordup.c:1018:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/tordup.c:1094:17: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/tordup.c:1116:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/tordup.c:1735:16: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/tordup.c:1752:15: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/tordup.c:1853:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/tordup.c:1891:16: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/tordup.c:1908:15: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/tordup.c:1944:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/tordup.c:442:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
evolver-2.70+ds.orig/src/tordup.c:446:3: note: Found duplicate branches for 'if' and 'else'.
evolver-2.70+ds.orig/src/tordup.c:442:3: note: Found duplicate branches for 'if' and 'else'.
evolver-2.70+ds.orig/src/tordup.c:184:30: style: The scope of the variable 'new_next_fe' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/tordup.c:184:42: style: The scope of the variable 'next_fe' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/tordup.c:893:12: style: The scope of the variable 'fe' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/tordup.c:1088:11: style: The scope of the variable 'z' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/tordup.c:1260:36: style: The scope of the variable 'new_start_fe' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/tordup.c:1260:56: style: The scope of the variable 'new_fe' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/tordup.c:1261:20: style: The scope of the variable 'f_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/tordup.c:1628:32: style: The scope of the variable 'ffe' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/tordup.c:1801:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
evolver-2.70+ds.orig/src/tordup.c:1929:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
evolver-2.70+ds.orig/src/torus.c:89:10: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/torus.c:160:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/torus.c:196:10: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/torus.c:58:7: style: The scope of the variable 'wrapnum' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/torus.c:183:7: style: The scope of the variable 'i' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/trirevis.c:706:8: error: Array 'fe[3]' accessed at index 3, which is out of bounds. [arrayIndexOutOfBounds]
evolver-2.70+ds.orig/src/trirevis.c:2747:18: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
evolver-2.70+ds.orig/src/trirevis.c:2854:18: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
evolver-2.70+ds.orig/src/trirevis.c:86:16: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/trirevis.c:86:25: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/trirevis.c:89:16: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/trirevis.c:89:25: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/trirevis.c:171:25: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/trirevis.c:176:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/trirevis.c:182:31: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/trirevis.c:183:35: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/trirevis.c:190:25: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/trirevis.c:196:34: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/trirevis.c:239:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/trirevis.c:420:20: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/trirevis.c:424:22: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/trirevis.c:429:29: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/trirevis.c:430:29: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/trirevis.c:433:27: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/trirevis.c:437:26: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/trirevis.c:442:26: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/trirevis.c:454:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/trirevis.c:464:27: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/trirevis.c:494:25: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/trirevis.c:957:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/trirevis.c:962:9: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/trirevis.c:1374:23: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/trirevis.c:1375:23: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/trirevis.c:2424:17: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/trirevis.c:125:9: style: The scope of the variable 'p' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/trirevis.c:125:11: style: The scope of the variable 'q' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/trirevis.c:125:13: style: The scope of the variable 'i' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/trirevis.c:125:15: style: The scope of the variable 'j' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/trirevis.c:125:17: style: The scope of the variable 'k' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/trirevis.c:125:19: style: The scope of the variable 'a' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/trirevis.c:125:21: style: The scope of the variable 'b' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/trirevis.c:125:23: style: The scope of the variable 'c' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/trirevis.c:153:18: style: The scope of the variable 'next_fe' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/trirevis.c:154:13: style: The scope of the variable 'k' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/trirevis.c:227:23: style: The scope of the variable 'midv' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/trirevis.c:228:15: style: The scope of the variable 'next_e' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/trirevis.c:448:17: style: The scope of the variable 'vx' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/trirevis.c:759:28: style: The scope of the variable 'next_fe' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/trirevis.c:760:11: style: The scope of the variable 'e_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/trirevis.c:1356:22: style: The scope of the variable 'ffe' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/trirevis.c:1357:17: style: The scope of the variable 'e1' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/trirevis.c:1357:20: style: The scope of the variable 'e2' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/trirevis.c:1386:13: style: The scope of the variable 'e_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/trirevis.c:1479:13: style: The scope of the variable 'ktcomp' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/trirevis.c:1727:9: style: The scope of the variable 'bailcount' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/trirevis.c:1754:11: style: The scope of the variable 'b_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/trirevis.c:1755:12: style: The scope of the variable 'bf_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/trirevis.c:1756:12: style: The scope of the variable 'f_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/trirevis.c:1809:16: style: The scope of the variable 'pre_fe' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/trirevis.c:1896:16: style: The scope of the variable 'fe' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/trirevis.c:2157:32: style: The scope of the variable 'next_fe' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/trirevis.c:2158:17: style: The scope of the variable 'other_v' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/trirevis.c:2464:8: style: The scope of the variable 'bb' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/trirevis.c:2708:9: style: The scope of the variable 'k' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/trirevis.c:2709:8: style: The scope of the variable 'name' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/trirevis.c:2782:9: style: The scope of the variable 'k' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/trirevis.c:2783:8: style: The scope of the variable 'name' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/trirevis.c:2789:14: style: The scope of the variable 'f_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/trirevis.c:2790:13: style: The scope of the variable 'b_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/trirevis.c:2790:18: style: The scope of the variable 'bb_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/userfunc.c:399:8: style: The scope of the variable 'c' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/userfunc.c:399:35: style: The scope of the variable 'lambda' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/userfunc.c:444:12: style: The scope of the variable 'anext' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/userfunc.c:463:12: style: The scope of the variable 'anext' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/userfunc.c:519:8: style: The scope of the variable 'anext' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/userfunc.c:519:14: style: The scope of the variable 'bnext' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/userfunc.c:519:20: style: The scope of the variable 'cnext' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/userfunc.c:561:8: style: The scope of the variable 'anext' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/userfunc.c:561:14: style: The scope of the variable 'bnext' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/userfunc.c:561:20: style: The scope of the variable 'cnext' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/userio.c:732:7: style: The scope of the variable 'i' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/userio.c:907:18: style: The scope of the variable 'c' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/userio.c:549:47: warning: Either the condition 'include_depth>0' is redundant, otherwise there is negative array index -1. [negativeIndex]
evolver-2.70+ds.orig/src/userio.c:548:22: note: Assuming that condition 'include_depth>0' is not redundant
evolver-2.70+ds.orig/src/userio.c:549:47: note: Negative array index
evolver-2.70+ds.orig/src/userio.c:550:45: warning: Either the condition 'include_depth>0' is redundant, otherwise there is negative array index -1. [negativeIndex]
evolver-2.70+ds.orig/src/userio.c:548:22: note: Assuming that condition 'include_depth>0' is not redundant
evolver-2.70+ds.orig/src/userio.c:549:34: note: include_depth is decremented', new value is 0
evolver-2.70+ds.orig/src/userio.c:550:45: note: Negative array index
evolver-2.70+ds.orig/src/userio.c:661:43: warning: Either the condition 'read_depth>0' is redundant, otherwise there is negative array index -1. [negativeIndex]
evolver-2.70+ds.orig/src/userio.c:660:19: note: Assuming that condition 'read_depth>0' is not redundant
evolver-2.70+ds.orig/src/userio.c:661:43: note: Negative array index
evolver-2.70+ds.orig/src/userio.c:662:39: warning: Either the condition 'read_depth>0' is redundant, otherwise there is negative array index -1. [negativeIndex]
evolver-2.70+ds.orig/src/userio.c:660:19: note: Assuming that condition 'read_depth>0' is not redundant
evolver-2.70+ds.orig/src/userio.c:661:33: note: read_depth is decremented', new value is 0
evolver-2.70+ds.orig/src/userio.c:662:39: note: Negative array index
evolver-2.70+ds.orig/src/userio.c:663:39: warning: Either the condition 'read_depth>0' is redundant, otherwise there is negative array index -1. [negativeIndex]
evolver-2.70+ds.orig/src/userio.c:660:19: note: Assuming that condition 'read_depth>0' is not redundant
evolver-2.70+ds.orig/src/userio.c:661:33: note: read_depth is decremented', new value is 0
evolver-2.70+ds.orig/src/userio.c:663:39: note: Negative array index
evolver-2.70+ds.orig/src/utility.c:696:5: portability: %lu in format string (no. 3) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
evolver-2.70+ds.orig/src/utility.c:826:5: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
evolver-2.70+ds.orig/src/utility.c:1307:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/utility.c:1405:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/utility.c:1406:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/utility.c:1440:9: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/utility.c:1441:9: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/utility.c:1458:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/utility.c:1459:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/utility.c:1460:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/utility.c:1510:15: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/utility.c:1834:51: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/utility.c:1965:51: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/utility.c:2288:15: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/utility.c:2614:32: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/utility.c:2784:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/utility.c:2796:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/utility.c:2801:14: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/utility.c:2803:14: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/utility.c:2815:14: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/utility.c:2820:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/utility.c:2822:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/utility.c:2825:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/utility.c:2862:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/utility.c:2878:25: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/utility.c:2882:23: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/utility.c:2891:26: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/utility.c:2899:26: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/utility.c:2904:23: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/utility.c:2913:26: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/utility.c:2921:26: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/utility.c:2934:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/utility.c:2946:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/utility.c:2956:9: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/utility.c:2987:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/utility.c:3000:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/utility.c:3017:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/utility.c:3028:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/utility.c:3037:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/utility.c:3077:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/utility.c:3081:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/utility.c:3100:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/utility.c:3103:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/utility.c:3491:8: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/utility.c:3492:8: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/utility.c:4391:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/utility.c:4409:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/utility.c:1139:19: style: The scope of the variable 'ptr' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/utility.c:1326:13: style: The scope of the variable 'sum' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/utility.c:1434:9: style: The scope of the variable 'n' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/utility.c:1770:23: style: The scope of the variable 'fe2' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/utility.c:1771:16: style: The scope of the variable 'f_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/utility.c:2303:14: style: The scope of the variable 'f_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/utility.c:2604:7: style: The scope of the variable 'i' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/utility.c:2604:9: style: The scope of the variable 'j' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/utility.c:2604:11: style: The scope of the variable 'n' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/utility.c:2669:16: style: The scope of the variable 'fe' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/utility.c:2769:9: style: The scope of the variable 'k' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/utility.c:2979:11: style: The scope of the variable 'ii' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/utility.c:2980:0: style: The scope of the variable 'wrap' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/utility.c:2980:0: style: The scope of the variable 'fewrap' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/utility.c:3012:12: style: The scope of the variable 'dd' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/utility.c:3061:9: style: The scope of the variable 'j' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/utility.c:3061:11: style: The scope of the variable 'ii' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/utility.c:3062:0: style: The scope of the variable 'wrap' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/utility.c:3062:0: style: The scope of the variable 'fewrap' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/utility.c:3379:7: style: The scope of the variable 'k' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/utility.c:3515:8: style: The scope of the variable 'pkm1' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/utility.c:3515:13: style: The scope of the variable 'pk' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/utility.c:3515:16: style: The scope of the variable 't' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/utility.c:3515:26: style: The scope of the variable 'den' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/utility.c:3515:30: style: The scope of the variable 'd1' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/utility.c:3515:33: style: The scope of the variable 'dpn' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/utility.c:3515:37: style: The scope of the variable 'd2pn' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/utility.c:3515:42: style: The scope of the variable 'd3pn' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/utility.c:3515:47: style: The scope of the variable 'd4pn' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/utility.c:3515:52: style: The scope of the variable 'u' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/utility.c:3515:54: style: The scope of the variable 'v' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/utility.c:3515:56: style: The scope of the variable 'h' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/utility.c:3515:58: style: The scope of the variable 'p' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/utility.c:3515:60: style: The scope of the variable 'dp' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/utility.c:3515:63: style: The scope of the variable 'fx' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/utility.c:3515:66: style: The scope of the variable 'x0' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/utility.c:3658:18: style: The scope of the variable 'ff_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/utility.c:3658:24: style: The scope of the variable 'fff_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/utility.c:4014:16: style: The scope of the variable 'fe_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/utility.c:4014:22: style: The scope of the variable 'start_fe' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/utility.c:4225:11: style: The scope of the variable 'bi_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/utility.c:4227:21: style: The scope of the variable 'gq' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/utility.c:4333:17: style: The scope of the variable 'y' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/utility.c:3279:3: warning: The buffer 'path' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
evolver-2.70+ds.orig/src/utility.c:3296:5: warning: The buffer 'path' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
evolver-2.70+ds.orig/src/veravg.c:412:30: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
evolver-2.70+ds.orig/src/veravg.c:449:30: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
evolver-2.70+ds.orig/src/veravg.c:63:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/veravg.c:66:54: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/veravg.c:139:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/veravg.c:164:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/veravg.c:185:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/veravg.c:240:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/veravg.c:502:15: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/veravg.c:545:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/veravg.c:548:50: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/veravg.c:549:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/veravg.c:589:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/veravg.c:605:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/veravg.c:828:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/veravg.c:830:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/veravg.c:834:9: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/veravg.c:841:15: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/veravg.c:888:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/veravg.c:890:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/veravg.c:894:9: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/veravg.c:901:15: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/veravg.c:160:15: style: The scope of the variable 'xm' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/veravg.c:161:17: style: The scope of the variable 'next_e' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/veravg.c:265:14: style: The scope of the variable 'found' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/veravg.c:265:20: style: The scope of the variable 'kk' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/veravg.c:265:23: style: The scope of the variable 'bad' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/veravg.c:539:7: style: The scope of the variable 'i' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/verpopst.c:190:9: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/verpopst.c:605:14: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/verpopst.c:606:14: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/verpopst.c:712:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/verpopst.c:757:24: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/verpopst.c:758:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/verpopst.c:1024:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/verpopst.c:1026:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/verpopst.c:1071:25: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
evolver-2.70+ds.orig/src/verpopst.c:407:29: style: The scope of the variable 'topcos' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/verpopst.c:407:36: style: The scope of the variable 'bottomcos' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/wulff.c:135:10: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
evolver-2.70+ds.orig/src/wulff.c:52:9: style: The scope of the variable 'row' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/wulff.c:124:9: style: The scope of the variable 'w' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/wulff.c:150:7: style: The scope of the variable 'i' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/wulff.c:212:8: style: The scope of the variable 'response' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/xgraph.c:203:19: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
evolver-2.70+ds.orig/src/xgraph.c:204:19: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
evolver-2.70+ds.orig/src/xgraph.c:270:23: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
evolver-2.70+ds.orig/src/xgraph.c:105:7: style: The scope of the variable 'g' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/xgraph.c:230:7: style: The scope of the variable 'n' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/yexparse.c:211:20: style: The scope of the variable 'node' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/yexparse.c:1912:14: style: The scope of the variable 'datastart' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/yexparse.c:2214:16: style: The scope of the variable 'i' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/yexparse.c:2214:18: style: The scope of the variable 'size' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/yexparse.c:2214:23: style: The scope of the variable 'pointercount' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/yexparse.c:2275:16: style: The scope of the variable 'i' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/yexparse.c:2275:18: style: The scope of the variable 'size' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/yexparse.c:2275:23: style: The scope of the variable 'pointercount' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/yexparse.c:2321:17: style: The scope of the variable 'tempname' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/yexparse.c:2322:20: style: The scope of the variable 'temp_id' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/yexparse.c:2323:27: style: The scope of the variable 'g' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/yexparse.c:2326:16: style: The scope of the variable 'i' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/yexparse.c:2326:18: style: The scope of the variable 'size' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/yexparse.c:2326:23: style: The scope of the variable 'pointercount' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/yexparse.c:2335:18: style: The scope of the variable 'j' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/yexparse.c:2979:7: style: The scope of the variable 'n' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/yexparse.c:2980:20: style: The scope of the variable 'temp' can be reduced. [variableScope]
evolver-2.70+ds.orig/src/yexparse.c:3424:38: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
[19:06]

ftp://ftp.se.debian.org/debian/pool/main/e/evolvotron/evolvotron_0.7.1.orig.tar.gz
evolvotron/evolvotron/evolvotron.cpp:253:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
evolvotron/evolvotron/evolvotron.cpp:83:34: error: Uninitialized variable: framerate [uninitvar]
evolvotron/evolvotron/evolvotron.cpp:81:34: error: Uninitialized variable: frames [uninitvar]
evolvotron/evolvotron/evolvotron.cpp:105:45: error: Uninitialized variable: niceness_enlargement [uninitvar]
evolvotron/evolvotron/evolvotron.cpp:103:45: error: Uninitialized variable: niceness_grid [uninitvar]
evolvotron/evolvotron/evolvotron.cpp:166:7: error: Uninitialized variable: frames [uninitvar]
evolvotron/evolvotron/evolvotron.cpp:172:7: error: Uninitialized variable: framerate [uninitvar]
evolvotron/evolvotron/evolvotron.cpp:188:8: error: Uninitialized variable: niceness_grid [uninitvar]
evolvotron/evolvotron/evolvotron.cpp:190:8: error: Uninitialized variable: niceness_enlargement [uninitvar]
evolvotron/evolvotron_render/evolvotron_render.cpp:50:29: error: Uninitialized variable: multisample [uninitvar]
evolvotron/experiment/program_options/pair.cpp:45:17: error: Uninitialized variable: number [uninitvar]
evolvotron/experiment/program_options/pair.cpp:58:22: error: Uninitialized variable: number [uninitvar]
evolvotron/libevolvotron/dialog_favourite.cpp:54:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
evolvotron/libevolvotron/dialog_favourite.h:72:3: style: Class 'DialogFavourite' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
evolvotron/libevolvotron/dialog_mutatable_image_display.h:55:3: style: Class 'DialogMutatableImageDisplay' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
evolvotron/libevolvotron/evolvotron_main.h:106:7: style: Class 'History' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
evolvotron/libevolvotron/transform_factory.h:66:45: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
evolvotron/libevolvotron/transform_factory.h:43:45: note: Virtual function in base class
evolvotron/libevolvotron/transform_factory.h:66:45: note: Function in derived class
evolvotron/libevolvotron/transform_factory.h:72:27: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
evolvotron/libevolvotron/transform_factory.h:47:27: note: Virtual function in base class
evolvotron/libevolvotron/transform_factory.h:72:27: note: Function in derived class
evolvotron/libevolvotron/transform_factory.h:87:45: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
evolvotron/libevolvotron/transform_factory.h:43:45: note: Virtual function in base class
evolvotron/libevolvotron/transform_factory.h:87:45: note: Function in derived class
evolvotron/libevolvotron/transform_factory.h:93:27: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
evolvotron/libevolvotron/transform_factory.h:47:27: note: Virtual function in base class
evolvotron/libevolvotron/transform_factory.h:93:27: note: Function in derived class
evolvotron/libevolvotron/transform_factory.h:111:45: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
evolvotron/libevolvotron/transform_factory.h:43:45: note: Virtual function in base class
evolvotron/libevolvotron/transform_factory.h:111:45: note: Function in derived class
evolvotron/libevolvotron/transform_factory.h:117:27: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
evolvotron/libevolvotron/transform_factory.h:47:27: note: Virtual function in base class
evolvotron/libevolvotron/transform_factory.h:117:27: note: Function in derived class
evolvotron/libevolvotron/transform_factory.h:132:45: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
evolvotron/libevolvotron/transform_factory.h:43:45: note: Virtual function in base class
evolvotron/libevolvotron/transform_factory.h:132:45: note: Function in derived class
evolvotron/libevolvotron/transform_factory.h:138:27: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
evolvotron/libevolvotron/transform_factory.h:47:27: note: Virtual function in base class
evolvotron/libevolvotron/transform_factory.h:138:27: note: Function in derived class
evolvotron/libevolvotron/dialog_functions.cpp:84:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
evolvotron/libevolvotron/dialog_functions.cpp:253:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
evolvotron/libevolvotron/evolvotron_main.cpp:380:82: style: Function 'spawn_normal' argument 1 names different: declaration 'image' definition 'image_function'. [funcArgNamesDifferent]
evolvotron/libevolvotron/evolvotron_main.h:290:68: note: Function 'spawn_normal' argument 1 names different: declaration 'image' definition 'image_function'.
evolvotron/libevolvotron/evolvotron_main.cpp:380:82: note: Function 'spawn_normal' argument 1 names different: declaration 'image' definition 'image_function'.
evolvotron/libevolvotron/evolvotron_main.cpp:394:86: style: Function 'spawn_recoloured' argument 1 names different: declaration 'image' definition 'image_function'. [funcArgNamesDifferent]
evolvotron/libevolvotron/evolvotron_main.h:291:72: note: Function 'spawn_recoloured' argument 1 names different: declaration 'image' definition 'image_function'.
evolvotron/libevolvotron/evolvotron_main.cpp:394:86: note: Function 'spawn_recoloured' argument 1 names different: declaration 'image' definition 'image_function'.
evolvotron/libevolvotron/evolvotron_main.cpp:404:82: style: Function 'spawn_warped' argument 1 names different: declaration 'image' definition 'image_function'. [funcArgNamesDifferent]
evolvotron/libevolvotron/evolvotron_main.h:292:68: note: Function 'spawn_warped' argument 1 names different: declaration 'image' definition 'image_function'.
evolvotron/libevolvotron/evolvotron_main.cpp:404:82: note: Function 'spawn_warped' argument 1 names different: declaration 'image' definition 'image_function'.
evolvotron/libevolvotron/evolvotron_main.cpp:422:61: style: Function 'set_undoable' argument 2 names different: declaration 'name' definition 'action_name'. [funcArgNamesDifferent]
evolvotron/libevolvotron/evolvotron_main.h:369:47: note: Function 'set_undoable' argument 2 names different: declaration 'name' definition 'action_name'.
evolvotron/libevolvotron/evolvotron_main.cpp:422:61: note: Function 'set_undoable' argument 2 names different: declaration 'name' definition 'action_name'.
evolvotron/libevolvotron/evolvotron_main.cpp:710:64: style: Function 'reset' argument 2 names different: declaration 'reset_locks' definition 'clear_locks'. [funcArgNamesDifferent]
evolvotron/libevolvotron/evolvotron_main.h:420:50: note: Function 'reset' argument 2 names different: declaration 'reset_locks' definition 'clear_locks'.
evolvotron/libevolvotron/evolvotron_main.cpp:710:64: note: Function 'reset' argument 2 names different: declaration 'reset_locks' definition 'clear_locks'.
evolvotron/libevolvotron/evolvotron_main.cpp:56:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
evolvotron/libevolvotron/evolvotron_main.cpp:64:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
evolvotron/libevolvotron/evolvotron_main.cpp:72:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
evolvotron/libevolvotron/evolvotron_main.cpp:156:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
evolvotron/libevolvotron/evolvotron_main.cpp:347:110: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
evolvotron/libevolvotron/evolvotron_main.cpp:464:97: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
evolvotron/libevolvotron/evolvotron_main.cpp:534:110: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
evolvotron/libevolvotron/evolvotron_main.cpp:698:95: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
evolvotron/libevolvotron/evolvotron_main.cpp:788:104: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
evolvotron/libevolvotron/mutatable_image_display_big.h:46:3: style: Class 'MutatableImageDisplayBig' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
evolvotron/libevolvotron/mutatable_image_computer_farm.cpp:51:103: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
evolvotron/libevolvotron/mutatable_image_computer_farm.cpp:169:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
evolvotron/libevolvotron/mutatable_image_computer_farm.cpp:175:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
evolvotron/libevolvotron/mutatable_image_computer_farm.cpp:186:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
evolvotron/libevolvotron/mutatable_image_computer_farm.cpp:192:103: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
evolvotron/libevolvotron/mutatable_image_computer_farm.cpp:197:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
evolvotron/libevolvotron/mutatable_image_computer_farm.cpp:200:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
evolvotron/libevolvotron/mutatable_image_computer_farm.cpp:212:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
evolvotron/libevolvotron/mutatable_image_computer_farm.cpp:221:103: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
evolvotron/libevolvotron/mutatable_image_computer_farm.cpp:232:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
evolvotron/libevolvotron/mutatable_image_computer_farm.cpp:247:109: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
evolvotron/libevolvotron/mutatable_image_computer_farm.cpp:259:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
evolvotron/libevolvotron/mutatable_image_computer_farm.cpp:217:15: error: Iterator 'it' used after element has been erased. [eraseDereference]
evolvotron/libevolvotron/mutatable_image_computer_farm.cpp:212:3: note: Iterator 'it' used after element has been erased.
evolvotron/libevolvotron/mutatable_image_computer_farm.cpp:217:15: note: Iterator 'it' used after element has been erased.
evolvotron/libevolvotron/mutatable_image_computer_farm.cpp:237:15: error: Iterator 'it1' used after element has been erased. [eraseDereference]
evolvotron/libevolvotron/mutatable_image_computer_farm.cpp:232:7: note: Iterator 'it1' used after element has been erased.
evolvotron/libevolvotron/mutatable_image_computer_farm.cpp:237:15: note: Iterator 'it1' used after element has been erased.
evolvotron/libevolvotron/mutatable_image_display.cpp:41:118: style: Function 'MutatableImageDisplay' argument 4 names different: declaration 'image_size' definition 'sz'. [funcArgNamesDifferent]
evolvotron/libevolvotron/mutatable_image_display.h:143:97: note: Function 'MutatableImageDisplay' argument 4 names different: declaration 'image_size' definition 'sz'.
evolvotron/libevolvotron/mutatable_image_display.cpp:41:118: note: Function 'MutatableImageDisplay' argument 4 names different: declaration 'image_size' definition 'sz'.
evolvotron/libevolvotron/mutatable_image_display.cpp:167:53: style: Function 'simplify_constants' argument 1 names different: declaration 'single' definition 'single_action'. [funcArgNamesDifferent]
evolvotron/libevolvotron/mutatable_image_display.h:211:32: note: Function 'simplify_constants' argument 1 names different: declaration 'single' definition 'single_action'.
evolvotron/libevolvotron/mutatable_image_display.cpp:167:53: note: Function 'simplify_constants' argument 1 names different: declaration 'single' definition 'single_action'.
evolvotron/libevolvotron/mutatable_image_display.cpp:228:91: style: Function 'image_function' argument 1 names different: declaration 'image_fn' definition 'i'. [funcArgNamesDifferent]
evolvotron/libevolvotron/mutatable_image_display.h:183:70: note: Function 'image_function' argument 1 names different: declaration 'image_fn' definition 'i'.
evolvotron/libevolvotron/mutatable_image_display.cpp:228:91: note: Function 'image_function' argument 1 names different: declaration 'image_fn' definition 'i'.
evolvotron/libevolvotron/mutatable_image_display.cpp:303:126: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
evolvotron/libevolvotron/obsolete/matrix.h:54:0: performance: Technically the member function 'MatrixBase < 3 , 3 , float >::rows' can be static. [functionStatic]
evolvotron/libevolvotron/obsolete/matrix.h:59:0: performance: Technically the member function 'MatrixBase < 3 , 3 , float >::cols' can be static. [functionStatic]
evolvotron/libevolvotron/obsolete/matrix.h:274:3: style: Class 'Matrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
evolvotron/libevolvotron/obsolete/matrix.h:456:3: style: Class 'Matrix33RotateX' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
evolvotron/libevolvotron/obsolete/matrix.h:469:3: style: Class 'Matrix33RotateY' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
evolvotron/libevolvotron/obsolete/matrix.h:482:3: style: Class 'Matrix33RotateZ' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
evolvotron/libevolvotron/obsolete/tuple.h:33:0: warning: The class 'Tuple < 3 , Tuple < 3 , float > >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
evolvotron/libevolvotron/obsolete/tuple.h:43:0: warning: Member variable 'Tuple < 2 , float >::_element' is not initialized in the constructor. [uninitMemberVar]
evolvotron/libevolvotron/obsolete/tuple.h:43:0: warning: Member variable 'Tuple < 3 , float >::_element' is not initialized in the constructor. [uninitMemberVar]
evolvotron/libevolvotron/obsolete/tuple.h:33:0: warning: The class 'Tuple < 2 , float >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
evolvotron/libevolvotron/obsolete/tuple.h:33:0: warning: The class 'Tuple < 3 , float >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
evolvotron/libevolvotron/obsolete/tuple.h:33:0: warning: The class 'Tuple < 2 , Tuple < 2 , float > >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
evolvotron/libevolvotron/render_parameters.cpp:28:41: style: Function 'RenderParameters' argument 1 names different: declaration 'jitter' definition 'j'. [funcArgNamesDifferent]
evolvotron/libevolvotron/render_parameters.h:42:25: note: Function 'RenderParameters' argument 1 names different: declaration 'jitter' definition 'j'.
evolvotron/libevolvotron/render_parameters.cpp:28:41: note: Function 'RenderParameters' argument 1 names different: declaration 'jitter' definition 'j'.
evolvotron/libevolvotron/render_parameters.cpp:28:48: style: Function 'RenderParameters' argument 2 names different: declaration 'multisample' definition 'm'. [funcArgNamesDifferent]
evolvotron/libevolvotron/render_parameters.h:42:37: note: Function 'RenderParameters' argument 2 names different: declaration 'multisample' definition 'm'.
evolvotron/libevolvotron/render_parameters.cpp:28:48: note: Function 'RenderParameters' argument 2 names different: declaration 'multisample' definition 'm'.
evolvotron/libevolvotron/transform_factory.cpp:31:68: style: Function 'operator()' argument 1 names different: declaration 'rng' definition 'r01'. [funcArgNamesDifferent]
evolvotron/libevolvotron/transform_factory.h:72:48: note: Function 'operator()' argument 1 names different: declaration 'rng' definition 'r01'.
evolvotron/libevolvotron/transform_factory.cpp:31:68: note: Function 'operator()' argument 1 names different: declaration 'rng' definition 'r01'.
evolvotron/libevolvotron/transform_factory.cpp:64:69: style: Function 'operator()' argument 1 names different: declaration 'rng' definition 'r01'. [funcArgNamesDifferent]
evolvotron/libevolvotron/transform_factory.h:117:48: note: Function 'operator()' argument 1 names different: declaration 'rng' definition 'r01'.
evolvotron/libevolvotron/transform_factory.cpp:64:69: note: Function 'operator()' argument 1 names different: declaration 'rng' definition 'r01'.
evolvotron/libevolvotron/transform_factory.cpp:79:74: style: Function 'operator()' argument 1 names different: declaration 'rng' definition 'r01'. [funcArgNamesDifferent]
evolvotron/libevolvotron/transform_factory.h:138:48: note: Function 'operator()' argument 1 names different: declaration 'rng' definition 'r01'.
evolvotron/libevolvotron/transform_factory.cpp:79:74: note: Function 'operator()' argument 1 names different: declaration 'rng' definition 'r01'.
evolvotron/libfunction/function_node.h:235:16: warning: Assert statement calls a function which may have desired side effects: 'args'. [assertWithSideEffect]
evolvotron/libfunction/xyz.h:297:3: style: Class 'RandomXYZInUnitCube' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
evolvotron/libfunction/xyz.h:321:3: style: Class 'RandomXYZSphereNormal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
evolvotron/libfunction/friezegroup.h:43:3: style: Struct 'ClampZ' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
evolvotron/libfunction/friezegroup.h:112:3: style: Struct 'Friezegroup' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
evolvotron/libfunction/friezegroup.h:164:3: style: Struct 'HopBlend' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
evolvotron/libfunction/friezegroup.h:220:3: style: Struct 'JumpBlend' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
evolvotron/libfunction/friezegroup.h:256:3: style: Struct 'Sidle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
evolvotron/libfunction/friezegroup.h:284:3: style: Struct 'Spinjump' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
evolvotron/libfunction/friezegroup.h:343:3: style: Struct 'SpinhopBlend' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
evolvotron/libfunction/xy.h:32:1: warning: The class 'XY' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
evolvotron/libfunction/xyz.h:36:1: warning: The class 'XYZ' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
evolvotron/libfunction/function_boilerplate.h:87:10: warning: Assert statement calls a function which may have desired side effects: 'params'. [assertWithSideEffect]
evolvotron/libfunction/function_boilerplate.h:88:10: warning: Assert statement calls a function which may have desired side effects: 'args'. [assertWithSideEffect]
evolvotron/libfunction/margin.h:37:3: style: Class 'Margin' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
evolvotron/libfunction/function_registration.h:52:1: warning: The class 'FunctionRegistration' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
evolvotron/libfunction/function_boilerplate.h:60:16: style: The function 'self_classification' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
evolvotron/libfunction/function_node.h:122:16: note: Virtual function in base class
evolvotron/libfunction/function_boilerplate.h:60:16: note: Function in derived class
evolvotron/libfunction/function_boilerplate.h:71:41: style: The function 'deepclone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
evolvotron/libfunction/function_node.h:202:41: note: Virtual function in base class
evolvotron/libfunction/function_boilerplate.h:71:41: note: Function in derived class
evolvotron/libfunction/function_boilerplate.h:77:16: style: The function 'ok' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
evolvotron/libfunction/function_node.h:119:16: note: Virtual function in base class
evolvotron/libfunction/function_boilerplate.h:77:16: note: Function in derived class
evolvotron/libfunction/function_boilerplate.h:80:25: style: The function 'save_function' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
evolvotron/libfunction/function_node.h:212:25: note: Virtual function in base class
evolvotron/libfunction/function_boilerplate.h:80:25: note: Function in derived class
evolvotron/libfunction/function_node.cpp:37:91: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
evolvotron/libfunction/function_node.cpp:59:91: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
evolvotron/libfunction/function_node.cpp:148:99: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
evolvotron/libfunction/function_node.cpp:158:105: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
evolvotron/libfunction/function_node.cpp:240:85: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
evolvotron/libfunction/function_node.cpp:254:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
evolvotron/libfunction/function_node.cpp:399:91: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
evolvotron/libfunction/function_node.cpp:426:81: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
evolvotron/libfunction/function_node.cpp:431:91: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
evolvotron/libfunction/random.h:54:3: style: Class 'Random01' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
evolvotron/libfunction/random.h:118:3: style: Class 'RandomInt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
evolvotron/libfunction/random.h:60:18: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
evolvotron/libfunction/random.h:45:18: note: Virtual function in base class
evolvotron/libfunction/random.h:60:18: note: Function in derived class
evolvotron/libfunction/random.h:97:18: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
evolvotron/libfunction/random.h:45:18: note: Virtual function in base class
evolvotron/libfunction/random.h:97:18: note: Function in derived class
evolvotron/libfunction/transform.h:142:3: style: Class 'TransformTranslate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
evolvotron/libfunction/transform.h:154:3: style: Class 'TransformScale' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
evolvotron/libfunction/transform.h:161:3: style: Class 'TransformScale' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
evolvotron/libfunction/transform.h:174:3: style: Class 'TransformRotateX' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
evolvotron/libfunction/transform.h:189:3: style: Class 'TransformRotateY' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
evolvotron/libfunction/transform.h:204:3: style: Class 'TransformRotateZ' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
evolvotron/libfunction/function_registry.cpp:61:95: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
evolvotron/libfunction/noise.h:36:3: style: Class 'Noise' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
evolvotron/libfunction/mutation_parameters.cpp:75:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
evolvotron/libfunction/mutation_parameters.cpp:192:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
evolvotron/libfunction/mutation_parameters.cpp:212:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
evolvotron/libfunction/mutation_parameters.cpp:240:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
evolvotron/libfunction/mutation_parameters.cpp:249:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
evolvotron/libfunction/mutation_parameters.h:413:16: warning: Virtual function 'report_change' is called from constructor 'MutationParameters(int seed,bool ac,bool debug_mode)' at line 41. Dynamic binding is not used. [virtualCallInConstructor]
evolvotron/libfunction/mutation_parameters.cpp:41:3: note: Calling reset
evolvotron/libfunction/mutation_parameters.cpp:106:3: note: Calling report_change
evolvotron/libfunction/mutation_parameters.h:413:16: note: report_change is a virtual method
evolvotron/libfunction/transform.cpp:45:54: style: Function 'Transform' argument 2 names different: declaration 'starting_element' definition 's'. [funcArgNamesDifferent]
evolvotron/libfunction/transform.h:47:45: note: Function 'Transform' argument 2 names different: declaration 'starting_element' definition 's'.
evolvotron/libfunction/transform.cpp:45:54: note: Function 'Transform' argument 2 names different: declaration 'starting_element' definition 's'.
evolvotron/libfunction/transform.h:34:1: warning: The class 'Transform' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
[19:06]

ftp://ftp.se.debian.org/debian/pool/main/e/evqueue-core/evqueue-core_2.0.orig.tar.xz
src/AuthHandler.cpp:98:3: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
src/Client.cpp:60:3: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
src/Configuration.cpp:187:7: style: Unused variable: buf [unusedVariable]
src/Configuration.cpp:165:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
src/Configuration.cpp:196:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
src/ConfigurationReader.cpp:34:6: style: The scope of the variable 'i' can be reduced. [variableScope]
src/ConfigurationReader.cpp:34:8: style: The scope of the variable 'len' can be reduced. [variableScope]
src/ConfigurationReader.cpp:34:12: style: The scope of the variable 'entry_len' can be reduced. [variableScope]
src/ConfigurationReader.cpp:34:22: style: The scope of the variable 'value_len' can be reduced. [variableScope]
src/ConfigurationReader.cpp:34:32: style: The scope of the variable 'lineno' can be reduced. [variableScope]
src/ConfigurationReader.cpp:35:6: style: The scope of the variable 'quoted' can be reduced. [variableScope]
src/ConfigurationReader.cpp:37:8: style: The scope of the variable 'entry' can be reduced. [variableScope]
src/ConfigurationReader.cpp:37:15: style: The scope of the variable 'value' can be reduced. [variableScope]
src/ConfigurationReader.cpp:166:3: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
src/DB.cpp:214:3: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
src/DB.cpp:325:3: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
src/DB.cpp:430:3: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
src/FileManager.cpp:66:5: error: Uninitialized variable: fd [uninitvar]
src/FileManager.cpp:86:6: error: Uninitialized variable: re [uninitvar]
src/Filesystem.cpp:45:17: style: The scope of the variable 'result' can be reduced. [variableScope]
src/GarbageCollector.cpp:37:26: style: Variable 'config' is assigned a value that is never used. [unreadVariable]
src/Logger.cpp:38:26: style: Variable 'config' is assigned a value that is never used. [unreadVariable]
src/ProcessManager.cpp:158:7: style: The scope of the variable 'retcode' can be reduced. [variableScope]
src/ProcessManager.cpp:393:7: style: The scope of the variable 'parameters_index' can be reduced. [variableScope]
src/ProcessManager.cpp:535:7: style: The scope of the variable 'log_size' can be reduced. [variableScope]
src/ProcessManager.cpp:536:7: style: The scope of the variable 'log_truncated' can be reduced. [variableScope]
src/ProcessManager.cpp:71:14: style: Unused variable: logs_delete_str [unusedVariable]
src/ProcessManager.cpp:283:7: style: Unused variable: buf [unusedVariable]
src/ProcessManager.cpp:284:8: style: Unused variable: task_name_c [unusedVariable]
src/ProcessManager.cpp:549:20: style: Variable 'log_truncated' is assigned a value that is never used. [unreadVariable]
src/Queue.cpp:130:25: error: Uninitialized variable: tmp [uninitvar]
src/Queue.cpp:131:12: error: Uninitialized variable: tmp [uninitvar]
src/Queue.cpp:133:9: error: Uninitialized variable: tmp [uninitvar]
src/QueuePool.cpp:59:22: style: Checking if unsigned variable 'fread(buf,1,10,f)' is less than zero. [unsignedLessThanZero]
src/QueuePool.cpp:139:6: style: Unused variable: i [unusedVariable]
src/QueuePool.cpp:140:15: style: Unused variable: task_instance_id [unusedVariable]
src/QueuePool.cpp:344:6: style: Unused variable: i [unusedVariable]
src/QueuePool.cpp:60:3: error: Resource leak: f [resourceLeak]
src/Random.cpp:49:3: error: Resource leak: f [resourceLeak]
src/Schedule.cpp:154:29: style: The scope of the variable 'current_level_offset' can be reduced. [variableScope]
src/Scheduler.cpp:47:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
src/Scheduler.cpp:158:9: style: The scope of the variable 'event' can be reduced. [variableScope]
src/SequenceGenerator.cpp:45:15: style: Unused variable: cur_seq [unusedVariable]
src/SocketSAX2Handler.cpp:176:4: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
src/SocketSAX2Handler.cpp:192:3: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
src/Sockets.cpp:53:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
src/Sockets.cpp:61:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
src/Task.cpp:216:3: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
src/Workflow.cpp:194:21: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
src/WorkflowInstance.cpp:940:0: style: Variable 'jobs_index' is assigned a value that is never used. [unreadVariable]
src/WorkflowInstance.cpp:968:9: style: Unused variable: task_status [unusedVariable]
src/WorkflowInstance.cpp:1261:15: style: Unused variable: task_instance_id [unusedVariable]
src/WorkflowInstance.cpp:1264:8: style: Unused variable: retry_schedule_c [unusedVariable]
src/WorkflowInstance.cpp:541:3: style: Exception should be caught by reference. [catchExceptionByValue]
src/WorkflowInstanceAPI.cpp:141:323: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
src/WorkflowInstanceAPI.cpp:92:4: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
src/WorkflowInstanceAPI.cpp:160:5: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
src/WorkflowInstanceAPI.cpp:201:5: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
src/WorkflowScheduler.cpp:264:110: warning: Either the condition 'if(workflow_schedule)' is redundant or there is possible null pointer dereference: workflow_schedule. [nullPointerRedundantCheck]
src/WorkflowScheduler.cpp:266:6: note: Assuming that condition 'if(workflow_schedule)' is not redundant
src/WorkflowScheduler.cpp:264:110: note: Null pointer dereference
src/WorkflowScheduler.cpp:362:12: style: The scope of the variable 'middle' can be reduced. [variableScope]
src/WorkflowSchedules.cpp:89:42: style: Variable 'workflow_schedules' is assigned a value that is never used. [unreadVariable]
src/XPathEval.cpp:217:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
src/XPathEval.cpp:384:4: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
src/XPathEval.cpp:560:3: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
src/XPathParser.cpp:255:9: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
src/XPathParser.cpp:288:3: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
src/XPathParser.cpp:609:3: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
src/XPathParser.cpp:160:8: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
src/XPathTokens.cpp:101:4: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
src/XPathTokens.cpp:128:4: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
src/XPathTokens.cpp:159:5: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
src/base64.cpp:133:15: style: The scope of the variable 'block' can be reduced. [variableScope]
src/base64.cpp:166:15: style: The scope of the variable 'block' can be reduced. [variableScope]
src/debug.cpp:28:42: style: Variable 'node' is assigned a value that is never used. [unreadVariable]
src/evqueue.cpp:577:7: style: Unused variable: len [unusedVariable]
src/evqueue.cpp:577:12: style: Unused variable: sp [unusedVariable]
src/evqueue.cpp:355:0: error: Resource leak: pidfile [resourceLeak]
src/evqueue.cpp:683:7: error: Uninitialized variable: s [uninitvar]
src/evqueue_agent.cpp:84:6: style: The scope of the variable 're' can be reduced. [variableScope]
src/evqueue_agent.cpp:75:0: error: Memory leak: child_argv [memleak]
src/evqueue_monitor.cpp:243:0: error: Memory leak: task_argv [memleak]
src/ping.cpp:34:50: style: Variable 'attrs' is assigned a value that is never used. [unreadVariable]
[19:06]

ftp://ftp.se.debian.org/debian/pool/main/e/evtest/evtest_1.33.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/e/ewipe/ewipe_1.2.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/exabgp/exabgp_4.0.8.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/e/exactimage/exactimage_1.0.1.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/e/exaile/exaile_3.4.0.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/exam/exam_0.10.5.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/examl/examl_3.0.21.orig.tar.gz
ExaML-3.0.21/examl/avxLikelihood.c:821:6: style: The scope of the variable 'uX2' can be reduced. [variableScope]
ExaML-3.0.21/examl/avxLikelihood.c:829:5: style: The scope of the variable 'j' can be reduced. [variableScope]
ExaML-3.0.21/examl/avxLikelihood.c:1319:6: style: The scope of the variable 'uX2' can be reduced. [variableScope]
ExaML-3.0.21/examl/avxLikelihood.c:1327:5: style: The scope of the variable 'j' can be reduced. [variableScope]
ExaML-3.0.21/examl/avxLikelihood.c:1828:6: style: The scope of the variable 'x1' can be reduced. [variableScope]
ExaML-3.0.21/examl/avxLikelihood.c:3139:6: style: The scope of the variable 'uX2' can be reduced. [variableScope]
ExaML-3.0.21/examl/avxLikelihood.c:3147:5: style: The scope of the variable 'j' can be reduced. [variableScope]
ExaML-3.0.21/examl/axml.c:951:5: style: The scope of the variable 'c' can be reduced. [variableScope]
ExaML-3.0.21/examl/axml.c:1744:5: style: The scope of the variable 'buf' can be reduced. [variableScope]
ExaML-3.0.21/examl/axml.c:1939:5: style: The scope of the variable 'i' can be reduced. [variableScope]
ExaML-3.0.21/examl/axml.c:1940:5: style: The scope of the variable 'len' can be reduced. [variableScope]
ExaML-3.0.21/examl/axml.c:2356:0: error: Memory leak: treeOffsets [memleak]
ExaML-3.0.21/examl/bipartitionList.c:333:5: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
ExaML-3.0.21/examl/bipartitionList.c:331:11: note: outer condition: !p->xBips
ExaML-3.0.21/examl/bipartitionList.c:333:5: note: identical inner condition: !p->xBips
ExaML-3.0.21/examl/bipartitionList.c:357:6: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
ExaML-3.0.21/examl/bipartitionList.c:355:12: note: outer condition: !r->xBips
ExaML-3.0.21/examl/bipartitionList.c:357:6: note: identical inner condition: !r->xBips
ExaML-3.0.21/examl/bipartitionList.c:150:11: style: The scope of the variable 'previous' can be reduced. [variableScope]
ExaML-3.0.21/examl/bipartitionList.c:119:18: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
ExaML-3.0.21/examl/communication.c:68:5: style: The scope of the variable 'i' can be reduced. [variableScope]
ExaML-3.0.21/examl/communication.c:120:46: style: Function 'gatherDistributedArray' argument 2 names different: declaration 'destination' definition 'destinationPtr'. [funcArgNamesDifferent]
ExaML-3.0.21/examl/axml.h:1411:46: note: Function 'gatherDistributedArray' argument 2 names different: declaration 'destination' definition 'destinationPtr'.
ExaML-3.0.21/examl/communication.c:120:46: note: Function 'gatherDistributedArray' argument 2 names different: declaration 'destination' definition 'destinationPtr'.
ExaML-3.0.21/examl/evaluateGenericSpecial.c:549:4: style: Variable 'diagptable' is reassigned a value before the old one has been used. [redundantAssignment]
ExaML-3.0.21/examl/evaluateGenericSpecial.c:510:0: note: Variable 'diagptable' is reassigned a value before the old one has been used.
ExaML-3.0.21/examl/evaluateGenericSpecial.c:549:4: note: Variable 'diagptable' is reassigned a value before the old one has been used.
ExaML-3.0.21/examl/evaluateGenericSpecial.c:550:4: style: Variable 'globalScaler' is reassigned a value before the old one has been used. [redundantAssignment]
ExaML-3.0.21/examl/evaluateGenericSpecial.c:514:0: note: Variable 'globalScaler' is reassigned a value before the old one has been used.
ExaML-3.0.21/examl/evaluateGenericSpecial.c:550:4: note: Variable 'globalScaler' is reassigned a value before the old one has been used.
ExaML-3.0.21/examl/evaluateGenericSpecial.c:551:4: style: Variable 'perPartitionLH' is reassigned a value before the old one has been used. [redundantAssignment]
ExaML-3.0.21/examl/evaluateGenericSpecial.c:511:0: note: Variable 'perPartitionLH' is reassigned a value before the old one has been used.
ExaML-3.0.21/examl/evaluateGenericSpecial.c:551:4: note: Variable 'perPartitionLH' is reassigned a value before the old one has been used.
ExaML-3.0.21/examl/evaluateGenericSpecial.c:493:7: style: The scope of the variable 'model' can be reduced. [variableScope]
ExaML-3.0.21/examl/evaluateGenericSpecial.c:910:5: style: The scope of the variable 'model' can be reduced. [variableScope]
ExaML-3.0.21/examl/evaluateGenericSpecial.c:590:22: style: Variable 'rateCategory' is assigned a value that is never used. [unreadVariable]
ExaML-3.0.21/examl/evaluateGenericSpecial.c:594:17: style: Variable 'weights' is assigned a value that is never used. [unreadVariable]
ExaML-3.0.21/examl/evaluateGenericSpecial.c:665:23: style: Variable 'x1_gapColumn' is assigned a value that is never used. [unreadVariable]
ExaML-3.0.21/examl/evaluateGenericSpecial.c:666:23: style: Variable 'x2_gapColumn' is assigned a value that is never used. [unreadVariable]
ExaML-3.0.21/examl/evaluateGenericSpecial.c:663:5: style: Variable 'x1_gap' is assigned a value that is never used. [unreadVariable]
ExaML-3.0.21/examl/evaluateGenericSpecial.c:664:5: style: Variable 'x2_gap' is assigned a value that is never used. [unreadVariable]
ExaML-3.0.21/examl/evaluatePartialGenericSpecial.c:100:5: style: The scope of the variable 'ump_x1' can be reduced. [variableScope]
ExaML-3.0.21/examl/evaluatePartialGenericSpecial.c:101:5: style: The scope of the variable 'ump_x2' can be reduced. [variableScope]
ExaML-3.0.21/examl/makenewzGenericSpecial.c:411:5: style: The scope of the variable 'inv_Li' can be reduced. [variableScope]
ExaML-3.0.21/examl/makenewzGenericSpecial.c:412:5: style: The scope of the variable 'dlnLidlz' can be reduced. [variableScope]
ExaML-3.0.21/examl/makenewzGenericSpecial.c:413:5: style: The scope of the variable 'd2lnLidlz2' can be reduced. [variableScope]
ExaML-3.0.21/examl/makenewzGenericSpecial.c:527:6: style: The scope of the variable 'sum' can be reduced. [variableScope]
ExaML-3.0.21/examl/makenewzGenericSpecial.c:531:5: style: The scope of the variable 'ki' can be reduced. [variableScope]
ExaML-3.0.21/examl/makenewzGenericSpecial.c:532:5: style: The scope of the variable 'kisqr' can be reduced. [variableScope]
ExaML-3.0.21/examl/makenewzGenericSpecial.c:534:5: style: The scope of the variable 'inv_Li' can be reduced. [variableScope]
ExaML-3.0.21/examl/makenewzGenericSpecial.c:535:5: style: The scope of the variable 'dlnLidlz' can be reduced. [variableScope]
ExaML-3.0.21/examl/makenewzGenericSpecial.c:536:5: style: The scope of the variable 'd2lnLidlz2' can be reduced. [variableScope]
ExaML-3.0.21/examl/makenewzGenericSpecial.c:646:7: style: The scope of the variable 'model' can be reduced. [variableScope]
ExaML-3.0.21/examl/makenewzGenericSpecial.c:857:7: style: The scope of the variable 'model' can be reduced. [variableScope]
ExaML-3.0.21/examl/makenewzGenericSpecial.c:849:42: style: Function 'execCore' argument 2 names different: declaration 'dlnLdlz' definition '_dlnLdlz'. [funcArgNamesDifferent]
ExaML-3.0.21/examl/axml.h:1252:47: note: Function 'execCore' argument 2 names different: declaration 'dlnLdlz' definition '_dlnLdlz'.
ExaML-3.0.21/examl/makenewzGenericSpecial.c:849:42: note: Function 'execCore' argument 2 names different: declaration 'dlnLdlz' definition '_dlnLdlz'.
ExaML-3.0.21/examl/makenewzGenericSpecial.c:849:69: style: Function 'execCore' argument 3 names different: declaration 'd2lnLdlz2' definition '_d2lnLdlz2'. [funcArgNamesDifferent]
ExaML-3.0.21/examl/axml.h:1252:73: note: Function 'execCore' argument 3 names different: declaration 'd2lnLdlz2' definition '_d2lnLdlz2'.
ExaML-3.0.21/examl/makenewzGenericSpecial.c:849:69: note: Function 'execCore' argument 3 names different: declaration 'd2lnLdlz2' definition '_d2lnLdlz2'.
ExaML-3.0.21/examl/makenewzGenericSpecial.c:973:25: style: Variable 'weights' is assigned a value that is never used. [unreadVariable]
ExaML-3.0.21/examl/mic_native_aa.c:218:34: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_aa.c:234:30: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_aa.c:258:34: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_aa.c:277:34: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_aa.c:317:30: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_aa.c:318:30: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_aa.c:345:34: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_aa.c:346:34: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_aa.c:366:34: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_aa.c:426:20: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_aa.c:427:20: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_aa.c:451:21: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_aa.c:452:21: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_aa.c:454:21: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_aa.c:455:21: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_aa.c:508:21: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_aa.c:509:21: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_aa.c:531:16: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_aa.c:532:16: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_aa.c:534:16: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_aa.c:535:16: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_aa.c:630:16: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_aa.c:631:16: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_aa.c:849:34: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_aa.c:865:30: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_aa.c:889:34: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_aa.c:908:34: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_aa.c:946:30: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_aa.c:947:30: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_aa.c:974:34: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_aa.c:975:34: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_aa.c:995:34: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_aa.c:1065:21: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_aa.c:1066:21: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_aa.c:1091:21: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_aa.c:1092:21: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_aa.c:1094:21: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_aa.c:1095:21: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_aa.c:1148:21: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_aa.c:1149:21: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_aa.c:1171:16: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_aa.c:1172:16: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_aa.c:1174:16: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_aa.c:1175:16: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_aa.c:1263:20: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_aa.c:1264:20: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_aa.c:139:9: style: Variable 't' is reassigned a value before the old one has been used. [redundantAssignment]
ExaML-3.0.21/examl/mic_native_aa.c:137:0: note: Variable 't' is reassigned a value before the old one has been used.
ExaML-3.0.21/examl/mic_native_aa.c:139:9: note: Variable 't' is reassigned a value before the old one has been used.
ExaML-3.0.21/examl/mic_native_aa.c:404:35: style: Function 'evaluateGAMMAPROT_MIC' argument 1 names different: declaration 'wptr' definition 'wgt'. [funcArgNamesDifferent]
ExaML-3.0.21/examl/mic_native.h:55:35: note: Function 'evaluateGAMMAPROT_MIC' argument 1 names different: declaration 'wptr' definition 'wgt'.
ExaML-3.0.21/examl/mic_native_aa.c:404:35: note: Function 'evaluateGAMMAPROT_MIC' argument 1 names different: declaration 'wptr' definition 'wgt'.
ExaML-3.0.21/examl/mic_native_aa.c:556:118: style: Function 'coreGTRGAMMAPROT_MIC' argument 8 names different: declaration 'wrptr' definition 'wgt'. [funcArgNamesDifferent]
ExaML-3.0.21/examl/mic_native.h:64:118: note: Function 'coreGTRGAMMAPROT_MIC' argument 8 names different: declaration 'wrptr' definition 'wgt'.
ExaML-3.0.21/examl/mic_native_aa.c:556:118: note: Function 'coreGTRGAMMAPROT_MIC' argument 8 names different: declaration 'wrptr' definition 'wgt'.
ExaML-3.0.21/examl/mic_native_aa.c:1034:39: style: Function 'evaluateGAMMAPROT_LG4_MIC' argument 1 names different: declaration 'wptr' definition 'wgt'. [funcArgNamesDifferent]
ExaML-3.0.21/examl/mic_native.h:83:39: note: Function 'evaluateGAMMAPROT_LG4_MIC' argument 1 names different: declaration 'wptr' definition 'wgt'.
ExaML-3.0.21/examl/mic_native_aa.c:1034:39: note: Function 'evaluateGAMMAPROT_LG4_MIC' argument 1 names different: declaration 'wptr' definition 'wgt'.
ExaML-3.0.21/examl/mic_native_aa.c:1197:21: style: Function 'coreGTRGAMMAPROT_LG4_MIC' argument 8 names different: declaration 'wrptr' definition 'wgt'. [funcArgNamesDifferent]
ExaML-3.0.21/examl/mic_native.h:92:121: note: Function 'coreGTRGAMMAPROT_LG4_MIC' argument 8 names different: declaration 'wrptr' definition 'wgt'.
ExaML-3.0.21/examl/mic_native_aa.c:1197:21: note: Function 'coreGTRGAMMAPROT_LG4_MIC' argument 8 names different: declaration 'wrptr' definition 'wgt'.
ExaML-3.0.21/examl/mic_native_aa.c:718:5: style: Unused variable: k [unusedVariable]
ExaML-3.0.21/examl/mic_native_aa.c:1238:20: style: Variable 'k1' is assigned a value that is never used. [unreadVariable]
ExaML-3.0.21/examl/mic_native_dna.c:222:26: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_dna.c:223:26: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_dna.c:225:26: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_dna.c:226:26: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_dna.c:251:26: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_dna.c:252:26: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_dna.c:253:26: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_dna.c:254:26: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_dna.c:256:26: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_dna.c:257:26: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_dna.c:258:26: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_dna.c:259:26: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_dna.c:308:26: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_dna.c:309:26: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_dna.c:310:26: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_dna.c:311:26: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_dna.c:312:26: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_dna.c:313:26: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_dna.c:315:26: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_dna.c:316:26: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_dna.c:317:26: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_dna.c:318:26: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_dna.c:319:26: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_dna.c:320:26: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_dna.c:410:26: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_dna.c:411:26: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_dna.c:412:26: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_dna.c:413:26: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_dna.c:415:26: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_dna.c:416:26: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_dna.c:417:26: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_dna.c:418:26: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_dna.c:468:24: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_dna.c:469:24: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_dna.c:471:24: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_dna.c:472:24: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_dna.c:490:26: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_dna.c:491:26: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_dna.c:492:26: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_dna.c:493:26: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_dna.c:495:26: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_dna.c:496:26: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_dna.c:497:26: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_dna.c:498:26: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_dna.c:567:22: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_dna.c:568:22: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_dna.c:588:26: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_dna.c:589:26: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_dna.c:591:26: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_dna.c:592:26: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ExaML-3.0.21/examl/mic_native_dna.c:375:31: style: Function 'evaluateGAMMA_MIC' argument 1 names different: declaration 'wptr' definition 'wgt'. [funcArgNamesDifferent]
ExaML-3.0.21/examl/mic_native.h:25:31: note: Function 'evaluateGAMMA_MIC' argument 1 names different: declaration 'wptr' definition 'wgt'.
ExaML-3.0.21/examl/mic_native_dna.c:375:31: note: Function 'evaluateGAMMA_MIC' argument 1 names different: declaration 'wptr' definition 'wgt'.
ExaML-3.0.21/examl/mic_native_dna.c:517:118: style: Function 'coreGTRGAMMA_MIC' argument 8 names different: declaration 'wrptr' definition 'wgt'. [funcArgNamesDifferent]
ExaML-3.0.21/examl/mic_native.h:34:118: note: Function 'coreGTRGAMMA_MIC' argument 8 names different: declaration 'wrptr' definition 'wgt'.
ExaML-3.0.21/examl/mic_native_dna.c:517:118: note: Function 'coreGTRGAMMA_MIC' argument 8 names different: declaration 'wrptr' definition 'wgt'.
ExaML-3.0.21/examl/mic_native_dna.c:29:5: style: Unused variable: k [unusedVariable]
ExaML-3.0.21/examl/mic_native_dna.c:563:20: style: Variable 'k1' is assigned a value that is never used. [unreadVariable]
ExaML-3.0.21/examl/models.c:3801:20: style: Same expression on both sides of '/'. [duplicateExpression]
ExaML-3.0.21/examl/models.c:3071:11: style: The scope of the variable 'scale' can be reduced. [variableScope]
ExaML-3.0.21/examl/models.c:3071:22: style: The scope of the variable 'h' can be reduced. [variableScope]
ExaML-3.0.21/examl/models.c:3153:17: style: The scope of the variable 'iter' can be reduced. [variableScope]
ExaML-3.0.21/examl/models.c:3802:5: style: The scope of the variable 'lnga1' can be reduced. [variableScope]
ExaML-3.0.21/examl/newviewGenericSpecial.c:1108:6: style: Variable 'left' is reassigned a value before the old one has been used. [redundantAssignment]
ExaML-3.0.21/examl/newviewGenericSpecial.c:1071:0: note: Variable 'left' is reassigned a value before the old one has been used.
ExaML-3.0.21/examl/newviewGenericSpecial.c:1108:6: note: Variable 'left' is reassigned a value before the old one has been used.
ExaML-3.0.21/examl/newviewGenericSpecial.c:1109:6: style: Variable 'right' is reassigned a value before the old one has been used. [redundantAssignment]
ExaML-3.0.21/examl/newviewGenericSpecial.c:1072:0: note: Variable 'right' is reassigned a value before the old one has been used.
ExaML-3.0.21/examl/newviewGenericSpecial.c:1109:6: note: Variable 'right' is reassigned a value before the old one has been used.
ExaML-3.0.21/examl/newviewGenericSpecial.c:1110:6: style: Variable 'globalScaler' is reassigned a value before the old one has been used. [redundantAssignment]
ExaML-3.0.21/examl/newviewGenericSpecial.c:1075:0: note: Variable 'globalScaler' is reassigned a value before the old one has been used.
ExaML-3.0.21/examl/newviewGenericSpecial.c:1110:6: note: Variable 'globalScaler' is reassigned a value before the old one has been used.
ExaML-3.0.21/examl/newviewGenericSpecial.c:1167:3: style: Variable 'x3_start' is reassigned a value before the old one has been used. [redundantAssignment]
ExaML-3.0.21/examl/newviewGenericSpecial.c:1119:0: note: Variable 'x3_start' is reassigned a value before the old one has been used.
ExaML-3.0.21/examl/newviewGenericSpecial.c:1167:3: note: Variable 'x3_start' is reassigned a value before the old one has been used.
ExaML-3.0.21/examl/newviewGenericSpecial.c:437:6: style: The scope of the variable 'uX2' can be reduced. [variableScope]
ExaML-3.0.21/examl/newviewGenericSpecial.c:1055:4: style: The scope of the variable 'model' can be reduced. [variableScope]
ExaML-3.0.21/examl/optimizeModel.c:2399:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
ExaML-3.0.21/examl/optimizeModel.c:400:3: style: Variable 'initialLH' is reassigned a value before the old one has been used. [redundantAssignment]
ExaML-3.0.21/examl/optimizeModel.c:395:0: note: Variable 'initialLH' is reassigned a value before the old one has been used.
ExaML-3.0.21/examl/optimizeModel.c:400:3: note: Variable 'initialLH' is reassigned a value before the old one has been used.
ExaML-3.0.21/examl/optimizeModel.c:1956:3: style: Variable 'weightedRates' is reassigned a value before the old one has been used. [redundantAssignment]
ExaML-3.0.21/examl/optimizeModel.c:1950:0: note: Variable 'weightedRates' is reassigned a value before the old one has been used.
ExaML-3.0.21/examl/optimizeModel.c:1956:3: note: Variable 'weightedRates' is reassigned a value before the old one has been used.
ExaML-3.0.21/examl/optimizeModel.c:1957:3: style: Variable 'weightPerPart' is reassigned a value before the old one has been used. [redundantAssignment]
ExaML-3.0.21/examl/optimizeModel.c:1947:0: note: Variable 'weightPerPart' is reassigned a value before the old one has been used.
ExaML-3.0.21/examl/optimizeModel.c:1957:3: note: Variable 'weightPerPart' is reassigned a value before the old one has been used.
ExaML-3.0.21/examl/optimizeModel.c:2735:8: style: Variable 'samples' is reassigned a value before the old one has been used. [redundantAssignment]
ExaML-3.0.21/examl/optimizeModel.c:2731:0: note: Variable 'samples' is reassigned a value before the old one has been used.
ExaML-3.0.21/examl/optimizeModel.c:2735:8: note: Variable 'samples' is reassigned a value before the old one has been used.
ExaML-3.0.21/examl/optimizeModel.c:2743:8: style: Variable 'freeParamsFixed' is reassigned a value before the old one has been used. [redundantAssignment]
ExaML-3.0.21/examl/optimizeModel.c:2732:0: note: Variable 'freeParamsFixed' is reassigned a value before the old one has been used.
ExaML-3.0.21/examl/optimizeModel.c:2743:8: note: Variable 'freeParamsFixed' is reassigned a value before the old one has been used.
ExaML-3.0.21/examl/optimizeModel.c:130:5: style: The scope of the variable 'partitions' can be reduced. [variableScope]
ExaML-3.0.21/examl/optimizeModel.c:185:6: style: The scope of the variable 'token' can be reduced. [variableScope]
ExaML-3.0.21/examl/optimizeModel.c:220:6: style: The scope of the variable 'token' can be reduced. [variableScope]
ExaML-3.0.21/examl/optimizeModel.c:607:11: style: The scope of the variable 'allConverged' can be reduced. [variableScope]
ExaML-3.0.21/examl/optimizeModel.c:819:11: style: The scope of the variable 'allConverged' can be reduced. [variableScope]
ExaML-3.0.21/examl/optimizeModel.c:1639:5: style: The scope of the variable 'aaPartitions' can be reduced. [variableScope]
ExaML-3.0.21/examl/optimizeModel.c:1800:7: style: The scope of the variable 'model' can be reduced. [variableScope]
ExaML-3.0.21/examl/optimizeModel.c:2181:2: style: The scope of the variable 'temp' can be reduced. [variableScope]
ExaML-3.0.21/examl/optimizeModel.c:2185:2: style: The scope of the variable 'found' can be reduced. [variableScope]
ExaML-3.0.21/examl/optimizeModel.c:1283:120: style: Function 'optParamGeneric' argument 6 names different: declaration 'lim_inf' definition '_lim_inf'. [funcArgNamesDifferent]
ExaML-3.0.21/examl/optimizeModel.c:68:120: note: Function 'optParamGeneric' argument 6 names different: declaration 'lim_inf' definition '_lim_inf'.
ExaML-3.0.21/examl/optimizeModel.c:1283:120: note: Function 'optParamGeneric' argument 6 names different: declaration 'lim_inf' definition '_lim_inf'.
ExaML-3.0.21/examl/optimizeModel.c:1283:137: style: Function 'optParamGeneric' argument 7 names different: declaration 'lim_sup' definition '_lim_sup'. [funcArgNamesDifferent]
ExaML-3.0.21/examl/optimizeModel.c:68:136: note: Function 'optParamGeneric' argument 7 names different: declaration 'lim_sup' definition '_lim_sup'.
ExaML-3.0.21/examl/optimizeModel.c:1283:137: note: Function 'optParamGeneric' argument 7 names different: declaration 'lim_sup' definition '_lim_sup'.
ExaML-3.0.21/examl/partitionAssignment.c:457:3: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
ExaML-3.0.21/examl/partitionAssignment.c:457:3: portability: %lu in format string (no. 3) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
ExaML-3.0.21/examl/partitionAssignment.c:470:4: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
ExaML-3.0.21/examl/partitionAssignment.c:470:4: portability: %lu in format string (no. 3) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
ExaML-3.0.21/examl/partitionAssignment.c:498:5: portability: %lu in format string (no. 3) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
ExaML-3.0.21/examl/partitionAssignment.c:402:5: style: The scope of the variable 'curType' can be reduced. [variableScope]
ExaML-3.0.21/examl/restartHashTable.c:292:5: style: The scope of the variable 'ch' can be reduced. [variableScope]
ExaML-3.0.21/examl/searchAlgo.c:1062:7: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
ExaML-3.0.21/examl/searchAlgo.c:1060:14: note: outer condition: !x->x
ExaML-3.0.21/examl/searchAlgo.c:1062:7: note: identical inner condition: !x->x
ExaML-3.0.21/examl/searchAlgo.c:1071:7: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
ExaML-3.0.21/examl/searchAlgo.c:1069:14: note: outer condition: !y->x
ExaML-3.0.21/examl/searchAlgo.c:1071:7: note: identical inner condition: !y->x
ExaML-3.0.21/examl/searchAlgo.c:2019:33: style: Redundant condition: adef->useCheckpoint. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
ExaML-3.0.21/examl/searchAlgo.c:966:10: warning: Possible null pointer dereference: perm [nullPointer]
ExaML-3.0.21/examl/searchAlgo.c:919:13: note: Assignment 'perm=(int*)NULL', assigned value is 0
ExaML-3.0.21/examl/searchAlgo.c:966:10: note: Null pointer dereference
ExaML-3.0.21/examl/searchAlgo.c:497:72: style: The scope of the variable 'lzqr' can be reduced. [variableScope]
ExaML-3.0.21/examl/searchAlgo.c:497:78: style: The scope of the variable 'lzqs' can be reduced. [variableScope]
ExaML-3.0.21/examl/searchAlgo.c:497:84: style: The scope of the variable 'lzrs' can be reduced. [variableScope]
ExaML-3.0.21/examl/searchAlgo.c:497:90: style: The scope of the variable 'lzsum' can be reduced. [variableScope]
ExaML-3.0.21/examl/searchAlgo.c:497:97: style: The scope of the variable 'lzq' can be reduced. [variableScope]
ExaML-3.0.21/examl/searchAlgo.c:497:102: style: The scope of the variable 'lzr' can be reduced. [variableScope]
ExaML-3.0.21/examl/searchAlgo.c:497:107: style: The scope of the variable 'lzs' can be reduced. [variableScope]
ExaML-3.0.21/examl/searchAlgo.c:497:112: style: The scope of the variable 'lzmax' can be reduced. [variableScope]
ExaML-3.0.21/examl/searchAlgo.c:806:12: style: The scope of the variable 'p1z' can be reduced. [variableScope]
ExaML-3.0.21/examl/searchAlgo.c:806:31: style: The scope of the variable 'p2z' can be reduced. [variableScope]
ExaML-3.0.21/examl/searchAlgo.c:806:50: style: The scope of the variable 'q1z' can be reduced. [variableScope]
ExaML-3.0.21/examl/searchAlgo.c:806:69: style: The scope of the variable 'q2z' can be reduced. [variableScope]
ExaML-3.0.21/examl/searchAlgo.c:808:12: style: The scope of the variable 'mintrav2' can be reduced. [variableScope]
ExaML-3.0.21/examl/searchAlgo.c:1848:7: style: Variable 'changes' is modified but its new value is never used. [unreadVariable]
ExaML-3.0.21/examl/topologies.c:55:7: style: The scope of the variable 'k' can be reduced. [variableScope]
ExaML-3.0.21/examl/topologies.c:241:12: style: The scope of the variable 't' can be reduced. [variableScope]
ExaML-3.0.21/examl/topologies.c:241:15: style: The scope of the variable 't0' can be reduced. [variableScope]
ExaML-3.0.21/examl/topologies.c:241:19: style: The scope of the variable 't1' can be reduced. [variableScope]
ExaML-3.0.21/examl/topologies.c:337:15: style: The scope of the variable 'p0' can be reduced. [variableScope]
ExaML-3.0.21/examl/topologies.c:459:8: style: The scope of the variable 'cmp' can be reduced. [variableScope]
ExaML-3.0.21/examl/topologies.c:213:7: error: Memory leak: tpl [memleak]
ExaML-3.0.21/examl/topologies.c:226:3: error: Memory leak: links [memleak]
ExaML-3.0.21/examl/trash.c:22:7: style: The scope of the variable 'i' can be reduced. [variableScope]
ExaML-3.0.21/examl/trash.c:22:10: style: The scope of the variable 'found' can be reduced. [variableScope]
ExaML-3.0.21/examl/treeIO.c:236:10: style: The scope of the variable 'nameptr' can be reduced. [variableScope]
ExaML-3.0.21/examl/treeIO.c:350:9: style: The scope of the variable 'treeFile' can be reduced. [variableScope]
ExaML-3.0.21/examl/treeIO.c:623:19: style: The scope of the variable 'fres' can be reduced. [variableScope]
ExaML-3.0.21/examl/treeIO.c:712:18: style: The scope of the variable 's' can be reduced. [variableScope]
ExaML-3.0.21/examl/treeIO.c:924:25: style: The scope of the variable 'rn' can be reduced. [variableScope]
ExaML-3.0.21/examl/treeIO.c:925:10: style: The scope of the variable 'randomResolution' can be reduced. [variableScope]
ExaML-3.0.21/examl/treeIO.c:926:7: style: The scope of the variable 'old' can be reduced. [variableScope]
ExaML-3.0.21/examl/treeIO.c:1036:19: style: The scope of the variable 'n' can be reduced. [variableScope]
ExaML-3.0.21/examl/treeIO.c:1036:22: style: The scope of the variable 'rn' can be reduced. [variableScope]
ExaML-3.0.21/examl/treeIO.c:1038:10: style: The scope of the variable 'randomResolution' can be reduced. [variableScope]
ExaML-3.0.21/examl/treeIO.c:90:18: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
ExaML-3.0.21/parser/axml.c:2105:12: style: Condition '!bad_opt' is always true [knownConditionTrueFalse]
ExaML-3.0.21/parser/axml.c:2061:17: note: Assignment 'bad_opt=0', assigned value is 0
ExaML-3.0.21/parser/axml.c:2105:12: note: Condition '!bad_opt' is always true
ExaML-3.0.21/parser/axml.c:1066:11: style: The scope of the variable 'ref' can be reduced. [variableScope]
ExaML-3.0.21/parser/axml.c:1423:8: style: The scope of the variable 'gap' can be reduced. [variableScope]
ExaML-3.0.21/parser/axml.c:1423:13: style: The scope of the variable 'i' can be reduced. [variableScope]
ExaML-3.0.21/parser/axml.c:1423:16: style: The scope of the variable 'j' can be reduced. [variableScope]
ExaML-3.0.21/parser/axml.c:1423:19: style: The scope of the variable 'jj' can be reduced. [variableScope]
ExaML-3.0.21/parser/axml.c:1423:23: style: The scope of the variable 'jg' can be reduced. [variableScope]
ExaML-3.0.21/parser/axml.c:1423:27: style: The scope of the variable 'k' can be reduced. [variableScope]
ExaML-3.0.21/parser/axml.c:1428:12: style: The scope of the variable 'flip' can be reduced. [variableScope]
ExaML-3.0.21/parser/axml.c:1428:18: style: The scope of the variable 'tied' can be reduced. [variableScope]
ExaML-3.0.21/parser/axml.c:1504:5: style: The scope of the variable 'sitei' can be reduced. [variableScope]
ExaML-3.0.21/parser/axml.c:1506:5: style: The scope of the variable 'sitej' can be reduced. [variableScope]
ExaML-3.0.21/parser/axml.c:1698:5: style: The scope of the variable 'model' can be reduced. [variableScope]
ExaML-3.0.21/parser/axml.c:1699:5: style: The scope of the variable 'modelCounter' can be reduced. [variableScope]
ExaML-3.0.21/parser/axml.c:1702:5: style: The scope of the variable 'j' can be reduced. [variableScope]
ExaML-3.0.21/parser/axml.c:2336:5: style: The scope of the variable 'loopCounter' can be reduced. [variableScope]
ExaML-3.0.21/parser/axml.c:2623:5: style: The scope of the variable 'lower' can be reduced. [variableScope]
ExaML-3.0.21/parser/axml.c:2624:5: style: The scope of the variable 'upper' can be reduced. [variableScope]
ExaML-3.0.21/parser/axml.c:2627:5: style: The scope of the variable 'states' can be reduced. [variableScope]
ExaML-3.0.21/parser/axml.c:2506:19: style: Unsigned variable '[' can't be negative so it is unnecessary to test it. [unsignedPositive]
ExaML-3.0.21/parser/axml.c:1012:18: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
ExaML-3.0.21/parser/axml.c:546:3: error: Memory leak: p0 [memleak]
ExaML-3.0.21/parser/parsePartitions.c:67:21: warning: Either the condition 'if(cc)' is redundant or there is possible null pointer dereference: line. [nullPointerRedundantCheck]
ExaML-3.0.21/parser/parsePartitions.c:408:9: note: Assuming that condition 'if(cc)' is not redundant
ExaML-3.0.21/parser/parsePartitions.c:404:38: note: Calling function 'lineContainsOnlyWhiteChars', 1st argument 'line' value is 0
ExaML-3.0.21/parser/parsePartitions.c:67:21: note: Null pointer dereference
ExaML-3.0.21/parser/parsePartitions.c:600:9: warning: Redundant assignment of 'i' to itself. [selfAssignment]
ExaML-3.0.21/parser/parsePartitions.c:100:8: style: The scope of the variable 'model' can be reduced. [variableScope]
ExaML-3.0.21/parser/parsePartitions.c:101:8: style: The scope of the variable 'thisModel' can be reduced. [variableScope]
ExaML-3.0.21/parser/parsePartitions.c:102:17: style: The scope of the variable 'j' can be reduced. [variableScope]
ExaML-3.0.21/parser/parsePartitions.c:1016:7: style: The scope of the variable 'result' can be reduced. [variableScope]
[19:06]

ftp://ftp.se.debian.org/debian/pool/main/e/excalibur-logger/excalibur-logger_2.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/excalibur-logkit/excalibur-logkit_2.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/excellent-bifurcation/excellent-bifurcation_0.0.20071015.orig.tar.gz
excellent-bifurcation-0.0.20071015/src/display.c:2680:9: style: Variable 'xb' is reassigned a value before the old one has been used. [redundantAssignment]
excellent-bifurcation-0.0.20071015/src/display.c:2679:9: note: Variable 'xb' is reassigned a value before the old one has been used.
excellent-bifurcation-0.0.20071015/src/display.c:2680:9: note: Variable 'xb' is reassigned a value before the old one has been used.
excellent-bifurcation-0.0.20071015/src/display.c:3963:6: style: Same expression on both sides of '||'. [duplicateExpression]
excellent-bifurcation-0.0.20071015/src/display.c:2879:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
excellent-bifurcation-0.0.20071015/src/display.c:3759:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
excellent-bifurcation-0.0.20071015/src/display.c:606:8: style: The scope of the variable 'which_explode' can be reduced. [variableScope]
excellent-bifurcation-0.0.20071015/src/display.c:2106:9: style: The scope of the variable 'ya' can be reduced. [variableScope]
excellent-bifurcation-0.0.20071015/src/display.c:2106:13: style: The scope of the variable 'yb' can be reduced. [variableScope]
excellent-bifurcation-0.0.20071015/src/display_init.c:764:6: style: The scope of the variable 'rad1' can be reduced. [variableScope]
excellent-bifurcation-0.0.20071015/src/display_init.c:764:12: style: The scope of the variable 'rad2' can be reduced. [variableScope]
excellent-bifurcation-0.0.20071015/src/display_init.c:764:18: style: The scope of the variable 'c1' can be reduced. [variableScope]
excellent-bifurcation-0.0.20071015/src/display_init.c:764:22: style: The scope of the variable 'c2' can be reduced. [variableScope]
excellent-bifurcation-0.0.20071015/src/display_init.c:834:6: style: The scope of the variable 'rad1' can be reduced. [variableScope]
excellent-bifurcation-0.0.20071015/src/display_init.c:834:12: style: The scope of the variable 'rad2' can be reduced. [variableScope]
excellent-bifurcation-0.0.20071015/src/display_init.c:834:18: style: The scope of the variable 'c1' can be reduced. [variableScope]
excellent-bifurcation-0.0.20071015/src/display_init.c:834:22: style: The scope of the variable 'c2' can be reduced. [variableScope]
excellent-bifurcation-0.0.20071015/src/display_init.c:1341:9: style: The scope of the variable 'rad' can be reduced. [variableScope]
excellent-bifurcation-0.0.20071015/src/display_init.c:1343:10: style: The scope of the variable 'temp_bitmap' can be reduced. [variableScope]
excellent-bifurcation-0.0.20071015/src/enemy.c:459:8: style: Variable 'b' is reassigned a value before the old one has been used. [redundantAssignment]
excellent-bifurcation-0.0.20071015/src/enemy.c:454:8: note: Variable 'b' is reassigned a value before the old one has been used.
excellent-bifurcation-0.0.20071015/src/enemy.c:459:8: note: Variable 'b' is reassigned a value before the old one has been used.
excellent-bifurcation-0.0.20071015/src/enemy.c:463:8: style: Variable 'b' is reassigned a value before the old one has been used. [redundantAssignment]
excellent-bifurcation-0.0.20071015/src/enemy.c:459:8: note: Variable 'b' is reassigned a value before the old one has been used.
excellent-bifurcation-0.0.20071015/src/enemy.c:463:8: note: Variable 'b' is reassigned a value before the old one has been used.
excellent-bifurcation-0.0.20071015/src/enemy.c:313:6: style: The scope of the variable 'i' can be reduced. [variableScope]
excellent-bifurcation-0.0.20071015/src/enemy.c:397:6: style: The scope of the variable 'b' can be reduced. [variableScope]
excellent-bifurcation-0.0.20071015/src/enemy.c:903:9: style: The scope of the variable 'xa' can be reduced. [variableScope]
excellent-bifurcation-0.0.20071015/src/enemy.c:903:13: style: The scope of the variable 'xb' can be reduced. [variableScope]
excellent-bifurcation-0.0.20071015/src/enemy.c:903:17: style: The scope of the variable 'i' can be reduced. [variableScope]
excellent-bifurcation-0.0.20071015/src/enemy.c:1083:6: style: The scope of the variable 'angle' can be reduced. [variableScope]
excellent-bifurcation-0.0.20071015/src/enemy.c:1084:6: style: The scope of the variable 'xa' can be reduced. [variableScope]
excellent-bifurcation-0.0.20071015/src/enemy.c:1475:13: style: The scope of the variable 'b' can be reduced. [variableScope]
excellent-bifurcation-0.0.20071015/src/enemy.c:1536:13: style: The scope of the variable 'b' can be reduced. [variableScope]
excellent-bifurcation-0.0.20071015/src/enemy.c:1541:6: style: The scope of the variable 'angle' can be reduced. [variableScope]
excellent-bifurcation-0.0.20071015/src/enemy.c:1592:13: style: The scope of the variable 'b' can be reduced. [variableScope]
excellent-bifurcation-0.0.20071015/src/enemy.c:1597:6: style: The scope of the variable 'angle' can be reduced. [variableScope]
excellent-bifurcation-0.0.20071015/src/enemy.c:1828:6: style: The scope of the variable 'b' can be reduced. [variableScope]
excellent-bifurcation-0.0.20071015/src/enemy.c:1866:6: style: The scope of the variable 'b' can be reduced. [variableScope]
excellent-bifurcation-0.0.20071015/src/enemy.c:2578:6: style: The scope of the variable 'b' can be reduced. [variableScope]
excellent-bifurcation-0.0.20071015/src/enemy.c:2743:6: style: The scope of the variable 'i' can be reduced. [variableScope]
excellent-bifurcation-0.0.20071015/src/enemy.c:2744:6: style: The scope of the variable 'angle' can be reduced. [variableScope]
excellent-bifurcation-0.0.20071015/src/enemy.c:2867:14: style: The scope of the variable 'angle2' can be reduced. [variableScope]
excellent-bifurcation-0.0.20071015/src/enemy.c:2868:14: style: The scope of the variable 'speed' can be reduced. [variableScope]
excellent-bifurcation-0.0.20071015/src/enemy.c:3105:6: style: The scope of the variable 'explode_b' can be reduced. [variableScope]
excellent-bifurcation-0.0.20071015/src/enemy.c:1046:15: style: Variable 'angle2' is assigned a value that is never used. [unreadVariable]
excellent-bifurcation-0.0.20071015/src/enemy.c:1904:13: error: Uninitialized variable: angle [uninitvar]
excellent-bifurcation-0.0.20071015/src/game.c:434:33: style: The scope of the variable 'angle2' can be reduced. [variableScope]
excellent-bifurcation-0.0.20071015/src/game.c:435:6: style: The scope of the variable 'distance' can be reduced. [variableScope]
excellent-bifurcation-0.0.20071015/src/game.c:435:16: style: The scope of the variable 'speed' can be reduced. [variableScope]
excellent-bifurcation-0.0.20071015/src/level.c:889:10: style: Condition 'a==1' is always false [knownConditionTrueFalse]
excellent-bifurcation-0.0.20071015/src/level.c:886:8: note: Assignment 'a=0', assigned value is 0
excellent-bifurcation-0.0.20071015/src/level.c:889:10: note: Condition 'a==1' is always false
excellent-bifurcation-0.0.20071015/src/level.c:897:11: style: Condition 'a==1' is always false [knownConditionTrueFalse]
excellent-bifurcation-0.0.20071015/src/level.c:886:8: note: Assignment 'a=0', assigned value is 0
excellent-bifurcation-0.0.20071015/src/level.c:897:11: note: Condition 'a==1' is always false
excellent-bifurcation-0.0.20071015/src/level.c:927:6: warning: Redundant assignment of 't' to itself. [selfAssignment]
excellent-bifurcation-0.0.20071015/src/level.c:1079:9: style: The scope of the variable 'e' can be reduced. [variableScope]
excellent-bifurcation-0.0.20071015/src/level.c:1091:7: style: Variable 'e' is assigned a value that is never used. [unreadVariable]
excellent-bifurcation-0.0.20071015/src/menu.c:40:0: style: Same expression used in consecutive assignments of 'y3' and 'y4'. [duplicateAssignExpression]
excellent-bifurcation-0.0.20071015/src/menu.c:41:0: note: Same expression used in consecutive assignments of 'y3' and 'y4'.
excellent-bifurcation-0.0.20071015/src/menu.c:40:0: note: Same expression used in consecutive assignments of 'y3' and 'y4'.
excellent-bifurcation-0.0.20071015/src/menu.c:38:6: style: The scope of the variable 'y1' can be reduced. [variableScope]
excellent-bifurcation-0.0.20071015/src/menu.c:43:6: style: The scope of the variable 'anykey' can be reduced. [variableScope]
excellent-bifurcation-0.0.20071015/src/menu.c:295:6: style: The scope of the variable 'anykey' can be reduced. [variableScope]
excellent-bifurcation-0.0.20071015/src/pbullet.c:328:6: style: The scope of the variable 'destroy_type' can be reduced. [variableScope]
excellent-bifurcation-0.0.20071015/src/pbullet.c:376:12: style: The scope of the variable 'y' can be reduced. [variableScope]
excellent-bifurcation-0.0.20071015/src/pbullet.c:496:28: style: The scope of the variable 'c' can be reduced. [variableScope]
excellent-bifurcation-0.0.20071015/src/pbullet.c:535:6: style: The scope of the variable 'xa' can be reduced. [variableScope]
excellent-bifurcation-0.0.20071015/src/pbullet.c:582:6: style: The scope of the variable 'destroy_type' can be reduced. [variableScope]
excellent-bifurcation-0.0.20071015/src/pbullet.c:348:24: style: Variable 'destroy_type' is assigned a value that is never used. [unreadVariable]
excellent-bifurcation-0.0.20071015/src/pbullet.c:596:24: style: Variable 'destroy_type' is assigned a value that is never used. [unreadVariable]
excellent-bifurcation-0.0.20071015/src/sound.c:674:10: style: The scope of the variable 't' can be reduced. [variableScope]
[19:06]

ftp://ftp.se.debian.org/debian/pool/main/e/exe-thumbnailer/exe-thumbnailer_0.10.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/exec-maven-plugin/exec-maven-plugin_1.6.0.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/e/execnet/execnet_1.4.1.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/e/exempi/exempi_2.4.5.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/e/exfat-utils/exfat-utils_1.2.8.orig.tar.gz
exfat-utils-1.2.8/libexfat/compiler.h:28:0: error: #error C99-compliant compiler is required [preprocessorErrorDirective]
[19:06]

ftp://ftp.se.debian.org/debian/pool/main/e/exif/exif_0.6.21.orig.tar.gz
exif-0.6.21/exif/actions.c:94:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
exif-0.6.21/exif/actions.c:94:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
exif-0.6.21/exif/actions.c:371:14: style: The scope of the variable 'name' can be reduced. [variableScope]
exif-0.6.21/exif/actions.c:622:25: style: The scope of the variable 't' can be reduced. [variableScope]
exif-0.6.21/exif/actions.c:437:15: style: Variable 'fieldwidth' is assigned a value that is never used. [unreadVariable]
exif-0.6.21/exif/actions.c:544:15: style: Variable 'fieldwidth' is assigned a value that is never used. [unreadVariable]
exif-0.6.21/exif/actions.c:629:3: warning: The buffer 't' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
exif-0.6.21/exif/main.c:242:12: style: The scope of the variable 'ed' can be reduced. [variableScope]
exif-0.6.21/exif/main.c:366:15: style: The scope of the variable 'l' can be reduced. [variableScope]
exif-0.6.21/exif/utils.c:44:6: warning: %n in format string (no. 2) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
exif-0.6.21/exif/utils.c:34:14: style: The scope of the variable 'name' can be reduced. [variableScope]
exif-0.6.21/libjpeg/jpeg-data.c:407:2: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
exif-0.6.21/libjpeg/jpeg-data.c:411:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
exif-0.6.21/libjpeg/jpeg-data.c:423:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
exif-0.6.21/libjpeg/jpeg-data.c:193:15: style: The scope of the variable 's' can be reduced. [variableScope]
exif-0.6.21/libjpeg/jpeg-data.c:359:15: style: The scope of the variable 'i' can be reduced. [variableScope]
exif-0.6.21/libjpeg/jpeg-data.c:118:71: style: Function 'jpeg_data_save_data' argument 3 names different: declaration 'size' definition 'ds'. [funcArgNamesDifferent]
exif-0.6.21/libjpeg/jpeg-data.h:78:22: note: Function 'jpeg_data_save_data' argument 3 names different: declaration 'size' definition 'ds'.
exif-0.6.21/libjpeg/jpeg-data.c:118:71: note: Function 'jpeg_data_save_data' argument 3 names different: declaration 'size' definition 'ds'.
exif-0.6.21/libjpeg/jpeg-data.c:178:47: style: Function 'jpeg_data_new_from_data' argument 1 names different: declaration 'data' definition 'd'. [funcArgNamesDifferent]
exif-0.6.21/libjpeg/jpeg-data.h:68:57: note: Function 'jpeg_data_new_from_data' argument 1 names different: declaration 'data' definition 'd'.
exif-0.6.21/libjpeg/jpeg-data.c:178:47: note: Function 'jpeg_data_new_from_data' argument 1 names different: declaration 'data' definition 'd'.
[19:06]

ftp://ftp.se.debian.org/debian/pool/main/e/exifprobe/exifprobe_2.0.1.orig.tar.gz
exifprobe-2.0.1/aux/dump_section.c:172:9: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
exifprobe-2.0.1/aux/dump_section.c:172:9: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
exifprobe-2.0.1/aux/dump_section.c:264:21: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/aux/dump_section.c:283:21: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/aux/dump_section.c:310:21: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/aux/dump_section.c:333:21: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/aux/dump_section.c:46:28: style: The scope of the variable 'colon' can be reduced. [variableScope]
exifprobe-2.0.1/aux/dump_section.c:47:19: style: The scope of the variable 'offset' can be reduced. [variableScope]
exifprobe-2.0.1/aux/dump_section.c:50:13: style: The scope of the variable 'i' can be reduced. [variableScope]
exifprobe-2.0.1/aux/dump_section.c:53:19: style: The scope of the variable 'lvalue' can be reduced. [variableScope]
exifprobe-2.0.1/aux/dump_section.c:54:20: style: The scope of the variable 'svalue' can be reduced. [variableScope]
exifprobe-2.0.1/aux/dump_section.c:56:20: style: The scope of the variable 'snumerator' can be reduced. [variableScope]
exifprobe-2.0.1/aux/dump_section.c:56:31: style: The scope of the variable 'sdenominator' can be reduced. [variableScope]
exifprobe-2.0.1/aux/dump_section.c:57:19: style: The scope of the variable 'lnumerator' can be reduced. [variableScope]
exifprobe-2.0.1/aux/dump_section.c:57:30: style: The scope of the variable 'ldenominator' can be reduced. [variableScope]
exifprobe-2.0.1/aux/dump_section.c:58:12: style: The scope of the variable 'rvalue' can be reduced. [variableScope]
exifprobe-2.0.1/aux/dump_section.c:357:19: style: The scope of the variable 'rbuf' can be reduced. [variableScope]
exifprobe-2.0.1/aux/dump_section.c:358:19: style: The scope of the variable 'curoffset' can be reduced. [variableScope]
exifprobe-2.0.1/aux/dump_section.c:360:9: style: The scope of the variable 'chpr' can be reduced. [variableScope]
exifprobe-2.0.1/aux/dump_section.c:399:19: style: The scope of the variable 'rbuf' can be reduced. [variableScope]
exifprobe-2.0.1/aux/dump_section.c:400:19: style: The scope of the variable 'curoffset' can be reduced. [variableScope]
exifprobe-2.0.1/aux/dump_section.c:402:9: style: The scope of the variable 'chpr' can be reduced. [variableScope]
exifprobe-2.0.1/aux/dump_section.c:390:20: style: Variable 'chpr' is assigned a value that is never used. [unreadVariable]
exifprobe-2.0.1/aux/dump_section.c:432:20: style: Variable 'chpr' is assigned a value that is never used. [unreadVariable]
exifprobe-2.0.1/aux/dump_section.c:166:30: error: Uninitialized variable: infilename [uninitvar]
exifprobe-2.0.1/aux/dump_section.c:175:21: error: Uninitialized variable: infilename [uninitvar]
exifprobe-2.0.1/aux/dump_section.c:308:24: error: Uninitialized variable: sdenominator [uninitvar]
exifprobe-2.0.1/aux/extract_section.c:75:27: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
exifprobe-2.0.1/aux/extract_section.c:77:27: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
exifprobe-2.0.1/aux/extract_section.c:77:27: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
exifprobe-2.0.1/aux/extract_section.c:97:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
exifprobe-2.0.1/aux/extract_section.c:121:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
exifprobe-2.0.1/aux/extract_section.c:121:9: warning: %d in format string (no. 3) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
exifprobe-2.0.1/aux/extract_section.c:36:10: style: The scope of the variable 'copybuf' can be reduced. [variableScope]
exifprobe-2.0.1/aux/extract_section.c:38:11: style: The scope of the variable 'arg' can be reduced. [variableScope]
exifprobe-2.0.1/aux/extract_section.c:38:28: style: The scope of the variable 'colon' can be reduced. [variableScope]
exifprobe-2.0.1/aux/extract_section.c:42:16: style: The scope of the variable 'ofp' can be reduced. [variableScope]
exifprobe-2.0.1/aux/extract_section.c:43:9: style: The scope of the variable 'readsize' can be reduced. [variableScope]
exifprobe-2.0.1/aux/extract_section.c:44:9: style: The scope of the variable 'bytesread' can be reduced. [variableScope]
exifprobe-2.0.1/aux/extract_section.c:45:9: style: The scope of the variable 'byteswritten' can be reduced. [variableScope]
exifprobe-2.0.1/aux/extract_section.c:46:9: style: The scope of the variable 'bytescopied' can be reduced. [variableScope]
exifprobe-2.0.1/aux/extract_section.c:48:9: style: The scope of the variable 'onamelength' can be reduced. [variableScope]
exifprobe-2.0.1/aux/extract_section.c:41:9: style: Unused variable: opt [unusedVariable]
exifprobe-2.0.1/aux/extract_section.c:72:8: error: Uninitialized variable: infilename [uninitvar]
exifprobe-2.0.1/aux/findjpeg.c:49:11: style: The scope of the variable 'arg' can be reduced. [variableScope]
exifprobe-2.0.1/aux/findjpeg.c:49:26: style: The scope of the variable 'colon' can be reduced. [variableScope]
exifprobe-2.0.1/aux/findjpeg.c:52:9: style: The scope of the variable 'soi_index' can be reduced. [variableScope]
exifprobe-2.0.1/aux/findjpeg.c:53:9: style: The scope of the variable 'eoi_index' can be reduced. [variableScope]
exifprobe-2.0.1/aux/findjpeg.c:54:9: style: The scope of the variable 'tagloc' can be reduced. [variableScope]
exifprobe-2.0.1/aux/findjpeg.c:56:9: style: The scope of the variable 'highbyte' can be reduced. [variableScope]
exifprobe-2.0.1/aux/findjpeg.c:56:18: style: The scope of the variable 'lobyte' can be reduced. [variableScope]
exifprobe-2.0.1/aux/findjpeg.c:57:9: style: The scope of the variable 'i' can be reduced. [variableScope]
exifprobe-2.0.1/aux/findjpeg.c:57:11: style: The scope of the variable 'j' can be reduced. [variableScope]
exifprobe-2.0.1/aux/findjpeg.c:58:9: style: The scope of the variable 'tabs' can be reduced. [variableScope]
exifprobe-2.0.1/aux/findjpeg.c:59:9: style: The scope of the variable 'hadsoi' can be reduced. [variableScope]
exifprobe-2.0.1/aux/findjpeg.c:61:5: warning: Array 'soi' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*soi)'? [incompleteArrayFill]
exifprobe-2.0.1/aux/findjpeg.c:62:5: warning: Array 'eoi' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*eoi)'? [incompleteArrayFill]
exifprobe-2.0.1/aux/findjpeg.c:84:28: error: Uninitialized variable: filename [uninitvar]
exifprobe-2.0.1/aux/findjpeg.c:91:20: error: Uninitialized variable: filename [uninitvar]
exifprobe-2.0.1/ciff.c:1328:27: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
exifprobe-2.0.1/ciff.c:1387:27: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
exifprobe-2.0.1/ciff.c:1082:33: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/ciff.c:1136:33: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/ciff.c:1154:32: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/ciff.c:1175:32: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/ciff.c:110:5: style: Variable 'max_dir_offset' is reassigned a value before the old one has been used. [redundantAssignment]
exifprobe-2.0.1/ciff.c:97:0: note: Variable 'max_dir_offset' is reassigned a value before the old one has been used.
exifprobe-2.0.1/ciff.c:110:5: note: Variable 'max_dir_offset' is reassigned a value before the old one has been used.
exifprobe-2.0.1/ciff.c:48:20: style: The scope of the variable 'byteorder' can be reduced. [variableScope]
exifprobe-2.0.1/ciff.c:49:19: style: The scope of the variable 'heap_start' can be reduced. [variableScope]
exifprobe-2.0.1/ciff.c:50:19: style: The scope of the variable 'offset_table_end' can be reduced. [variableScope]
exifprobe-2.0.1/ciff.c:99:37: style: The scope of the variable 'dir_offset' can be reduced. [variableScope]
exifprobe-2.0.1/ciff.c:261:9: style: The scope of the variable 'tagwidth' can be reduced. [variableScope]
exifprobe-2.0.1/ciff.c:262:20: style: The scope of the variable 'tag' can be reduced. [variableScope]
exifprobe-2.0.1/ciff.c:262:24: style: The scope of the variable 'format' can be reduced. [variableScope]
exifprobe-2.0.1/ciff.c:262:31: style: The scope of the variable 'location' can be reduced. [variableScope]
exifprobe-2.0.1/ciff.c:334:19: style: The scope of the variable 'max_dir_offset' can be reduced. [variableScope]
exifprobe-2.0.1/ciff.c:366:25: style: The scope of the variable 'value' can be reduced. [variableScope]
exifprobe-2.0.1/ciff.c:421:16: style: The scope of the variable 'ts_time' can be reduced. [variableScope]
exifprobe-2.0.1/ciff.c:473:19: style: The scope of the variable 'dumplength' can be reduced. [variableScope]
exifprobe-2.0.1/ciff.c:474:20: style: The scope of the variable 'count' can be reduced. [variableScope]
exifprobe-2.0.1/ciff.c:475:9: style: The scope of the variable 'chpr' can be reduced. [variableScope]
exifprobe-2.0.1/ciff.c:564:20: style: The scope of the variable 'count' can be reduced. [variableScope]
exifprobe-2.0.1/ciff.c:565:9: style: The scope of the variable 'chpr' can be reduced. [variableScope]
exifprobe-2.0.1/ciff.c:605:19: style: The scope of the variable 'endofdir' can be reduced. [variableScope]
exifprobe-2.0.1/ciff.c:606:20: style: The scope of the variable 'tag' can be reduced. [variableScope]
exifprobe-2.0.1/ciff.c:606:24: style: The scope of the variable 'marker' can be reduced. [variableScope]
exifprobe-2.0.1/ciff.c:606:31: style: The scope of the variable 'shvalue' can be reduced. [variableScope]
exifprobe-2.0.1/ciff.c:609:11: style: The scope of the variable 'tagname' can be reduced. [variableScope]
exifprobe-2.0.1/ciff.c:609:20: style: The scope of the variable 'makename' can be reduced. [variableScope]
exifprobe-2.0.1/ciff.c:610:9: style: The scope of the variable 'entrywidth' can be reduced. [variableScope]
exifprobe-2.0.1/ciff.c:611:9: style: The scope of the variable 'status' can be reduced. [variableScope]
exifprobe-2.0.1/ciff.c:612:9: style: The scope of the variable 'chpr' can be reduced. [variableScope]
exifprobe-2.0.1/ciff.c:613:9: style: The scope of the variable 'parindent' can be reduced. [variableScope]
exifprobe-2.0.1/ciff.c:614:9: style: The scope of the variable 'make' can be reduced. [variableScope]
exifprobe-2.0.1/ciff.c:614:14: style: The scope of the variable 'model' can be reduced. [variableScope]
exifprobe-2.0.1/ciff.c:614:20: style: The scope of the variable 'tagwidth' can be reduced. [variableScope]
exifprobe-2.0.1/ciff.c:615:9: style: The scope of the variable 'makelen' can be reduced. [variableScope]
exifprobe-2.0.1/ciff.c:616:11: style: The scope of the variable 'fvalue' can be reduced. [variableScope]
exifprobe-2.0.1/ciff.c:1546:9: style: The scope of the variable 'maxcheck' can be reduced. [variableScope]
exifprobe-2.0.1/ciff.c:1547:9: style: The scope of the variable 'count' can be reduced. [variableScope]
exifprobe-2.0.1/ciff.c:1548:9: style: The scope of the variable 'ch' can be reduced. [variableScope]
exifprobe-2.0.1/ciff.c:1548:12: style: The scope of the variable 'lastch' can be reduced. [variableScope]
exifprobe-2.0.1/ciff.c:1579:20: style: The scope of the variable 'byteorder' can be reduced. [variableScope]
exifprobe-2.0.1/ciff.c:1638:20: style: The scope of the variable 'string' can be reduced. [variableScope]
exifprobe-2.0.1/ciff.c:341:26: style: Variable 'max_dir_offset' is assigned a value that is never used. [unreadVariable]
exifprobe-2.0.1/interpret.c:364:19: style: The scope of the variable 'offset' can be reduced. [variableScope]
exifprobe-2.0.1/interpret.c:365:20: style: The scope of the variable 'p' can be reduced. [variableScope]
exifprobe-2.0.1/interpret.c:366:9: style: The scope of the variable 'i' can be reduced. [variableScope]
exifprobe-2.0.1/jp2000.c:228:21: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/jp2000.c:1849:21: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/jp2000.c:2079:21: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/jp2000.c:2170:17: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/jp2000.c:2274:29: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/jp2000.c:2292:29: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/jp2000.c:2343:21: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/jp2000.c:901:27: warning: Either the condition 'box' is redundant or there is possible null pointer dereference: box. [nullPointerRedundantCheck]
exifprobe-2.0.1/jp2000.c:895:12: note: Assuming that condition 'box' is not redundant
exifprobe-2.0.1/jp2000.c:901:27: note: Null pointer dereference
exifprobe-2.0.1/jp2000.c:2395:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
exifprobe-2.0.1/jp2000.c:131:19: style: The scope of the variable 'boxlength' can be reduced. [variableScope]
exifprobe-2.0.1/jp2000.c:158:19: style: The scope of the variable 'boxlength' can be reduced. [variableScope]
exifprobe-2.0.1/jp2000.c:348:27: style: The scope of the variable 'cl' can be reduced. [variableScope]
exifprobe-2.0.1/jp2000.c:439:19: style: The scope of the variable 'readsize' can be reduced. [variableScope]
exifprobe-2.0.1/jp2000.c:491:19: style: The scope of the variable 'readsize' can be reduced. [variableScope]
exifprobe-2.0.1/jp2000.c:492:29: style: The scope of the variable 'size' can be reduced. [variableScope]
exifprobe-2.0.1/jp2000.c:760:29: style: The scope of the variable 'dumplength' can be reduced. [variableScope]
exifprobe-2.0.1/jp2000.c:761:19: style: The scope of the variable 'ifd_offset' can be reduced. [variableScope]
exifprobe-2.0.1/jp2000.c:765:9: style: The scope of the variable 'i' can be reduced. [variableScope]
exifprobe-2.0.1/jp2000.c:1064:29: style: The scope of the variable 'proflength' can be reduced. [variableScope]
exifprobe-2.0.1/jp2000.c:1068:20: style: The scope of the variable 'csenum' can be reduced. [variableScope]
exifprobe-2.0.1/jp2000.c:1543:19: style: The scope of the variable 'start_of_tile' can be reduced. [variableScope]
exifprobe-2.0.1/jp2000.c:1544:19: style: The scope of the variable 'tile_length' can be reduced. [variableScope]
exifprobe-2.0.1/jp2000.c:1545:20: style: The scope of the variable 'seg_length' can be reduced. [variableScope]
exifprobe-2.0.1/jp2000.c:1545:31: style: The scope of the variable 'tmp' can be reduced. [variableScope]
exifprobe-2.0.1/jp2000.c:1546:20: style: The scope of the variable 'tilenum' can be reduced. [variableScope]
exifprobe-2.0.1/jp2000.c:1547:20: style: The scope of the variable 'part_index' can be reduced. [variableScope]
exifprobe-2.0.1/jp2000.c:1548:20: style: The scope of the variable 'nparts' can be reduced. [variableScope]
exifprobe-2.0.1/jp2000.c:1549:20: style: The scope of the variable 'regvalue' can be reduced. [variableScope]
exifprobe-2.0.1/jp2000.c:1550:20: style: The scope of the variable 'tag' can be reduced. [variableScope]
exifprobe-2.0.1/jp2000.c:1552:9: style: The scope of the variable 'tagindent' can be reduced. [variableScope]
exifprobe-2.0.1/jp2000.c:1552:19: style: The scope of the variable 'dataindent' can be reduced. [variableScope]
exifprobe-2.0.1/jp2000.c:1553:11: style: The scope of the variable 'name' can be reduced. [variableScope]
exifprobe-2.0.1/jp2000.c:1829:20: style: The scope of the variable 'precision' can be reduced. [variableScope]
exifprobe-2.0.1/jp2000.c:1830:20: style: The scope of the variable 'hsep' can be reduced. [variableScope]
exifprobe-2.0.1/jp2000.c:1831:20: style: The scope of the variable 'vsep' can be reduced. [variableScope]
exifprobe-2.0.1/jp2000.c:2062:20: style: The scope of the variable 'part_wh' can be reduced. [variableScope]
exifprobe-2.0.1/jp2000.c:2065:9: style: The scope of the variable 'i' can be reduced. [variableScope]
exifprobe-2.0.1/jp2000.c:2324:20: style: The scope of the variable 'guardbits' can be reduced. [variableScope]
exifprobe-2.0.1/jp2000.c:1570:50: style: Checking if unsigned variable 'summary_entry->length' is less than zero. [unsignedLessThanZero]
exifprobe-2.0.1/jp2000.c:1572:50: style: Checking if unsigned variable 'summary_entry->offset' is less than zero. [unsignedLessThanZero]
exifprobe-2.0.1/jp2000.c:1803:54: style: Checking if unsigned variable 'summary_entry->length' is less than zero. [unsignedLessThanZero]
exifprobe-2.0.1/jp2000.c:1907:53: style: Checking if unsigned variable 'summary_entry->pixel_width' is less than zero. [unsignedLessThanZero]
exifprobe-2.0.1/jp2000.c:1929:54: style: Checking if unsigned variable 'summary_entry->pixel_height' is less than zero. [unsignedLessThanZero]
exifprobe-2.0.1/jp2000.c:416:13: style: Variable 'compat' is modified but its new value is never used. [unreadVariable]
exifprobe-2.0.1/jp2000.c:878:12: style: Variable 'tbox' is assigned a value that is never used. [unreadVariable]
exifprobe-2.0.1/jp2000.c:1363:22: style: Variable 'boxlength' is assigned a value that is never used. [unreadVariable]
exifprobe-2.0.1/jp2000.c:1463:23: style: Variable 'hrc' is assigned a value that is never used. [unreadVariable]
exifprobe-2.0.1/lib/veclib.c:136:6: style: The scope of the variable 'i' can be reduced. [variableScope]
exifprobe-2.0.1/main.c:65:11: style: The scope of the variable 'inptr' can be reduced. [variableScope]
exifprobe-2.0.1/maker_agfa.c:202:27: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
exifprobe-2.0.1/maker_agfa.c:183:29: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
exifprobe-2.0.1/maker_agfa.c:151:19: style: The scope of the variable 'max_offset' can be reduced. [variableScope]
exifprobe-2.0.1/maker_agfa.c:152:19: style: The scope of the variable 'value_offset' can be reduced. [variableScope]
exifprobe-2.0.1/maker_agfa.c:153:19: style: The scope of the variable 'dumplength' can be reduced. [variableScope]
exifprobe-2.0.1/maker_agfa.c:153:30: style: The scope of the variable 'count' can be reduced. [variableScope]
exifprobe-2.0.1/maker_agfa.c:154:20: style: The scope of the variable 'marker' can be reduced. [variableScope]
exifprobe-2.0.1/maker_agfa.c:155:11: style: The scope of the variable 'nameoftag' can be reduced. [variableScope]
exifprobe-2.0.1/maker_agfa.c:157:9: style: The scope of the variable 'status' can be reduced. [variableScope]
exifprobe-2.0.1/maker_agfa.c:341:9: style: The scope of the variable 'chpr' can be reduced. [variableScope]
exifprobe-2.0.1/maker_agfa.c:383:19: style: The scope of the variable 'offset' can be reduced. [variableScope]
exifprobe-2.0.1/maker_agfa.c:383:26: style: The scope of the variable 'value' can be reduced. [variableScope]
exifprobe-2.0.1/maker_asahi.c:277:27: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
exifprobe-2.0.1/maker_asahi.c:383:27: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
exifprobe-2.0.1/maker_asahi.c:364:29: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
exifprobe-2.0.1/maker_asahi.c:85:9: style: The scope of the variable 'tagset' can be reduced. [variableScope]
exifprobe-2.0.1/maker_asahi.c:226:19: style: The scope of the variable 'value_offset' can be reduced. [variableScope]
exifprobe-2.0.1/maker_asahi.c:226:32: style: The scope of the variable 'max_offset' can be reduced. [variableScope]
exifprobe-2.0.1/maker_asahi.c:227:20: style: The scope of the variable 'marker' can be reduced. [variableScope]
exifprobe-2.0.1/maker_asahi.c:228:19: style: The scope of the variable 'count' can be reduced. [variableScope]
exifprobe-2.0.1/maker_asahi.c:229:11: style: The scope of the variable 'nameoftag' can be reduced. [variableScope]
exifprobe-2.0.1/maker_asahi.c:231:9: style: The scope of the variable 'status' can be reduced. [variableScope]
exifprobe-2.0.1/maker_asahi.c:332:26: style: The scope of the variable 'jpegthumbnaillength' can be reduced. [variableScope]
exifprobe-2.0.1/maker_asahi.c:333:19: style: The scope of the variable 'value_offset' can be reduced. [variableScope]
exifprobe-2.0.1/maker_asahi.c:333:32: style: The scope of the variable 'max_offset' can be reduced. [variableScope]
exifprobe-2.0.1/maker_asahi.c:334:20: style: The scope of the variable 'marker' can be reduced. [variableScope]
exifprobe-2.0.1/maker_asahi.c:335:19: style: The scope of the variable 'count' can be reduced. [variableScope]
exifprobe-2.0.1/maker_asahi.c:336:11: style: The scope of the variable 'nameoftag' can be reduced. [variableScope]
exifprobe-2.0.1/maker_asahi.c:338:9: style: The scope of the variable 'status' can be reduced. [variableScope]
exifprobe-2.0.1/maker_asahi.c:938:9: style: The scope of the variable 'year' can be reduced. [variableScope]
exifprobe-2.0.1/maker_asahi.c:938:14: style: The scope of the variable 'month' can be reduced. [variableScope]
exifprobe-2.0.1/maker_asahi.c:938:20: style: The scope of the variable 'day' can be reduced. [variableScope]
exifprobe-2.0.1/maker_asahi.c:1120:9: style: The scope of the variable 'noteversion' can be reduced. [variableScope]
exifprobe-2.0.1/maker_canon.c:1462:25: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/maker_canon.c:1464:25: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/maker_canon.c:1521:33: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/maker_canon.c:1537:33: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/maker_canon.c:1555:33: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/maker_canon.c:1571:33: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/maker_canon.c:1587:33: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/maker_canon.c:1603:33: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/maker_canon.c:1619:33: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/maker_canon.c:1637:33: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/maker_canon.c:1653:33: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/maker_canon.c:1670:33: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/maker_canon.c:1686:33: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/maker_canon.c:1703:33: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/maker_canon.c:1721:33: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/maker_canon.c:1737:33: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/maker_canon.c:1753:33: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/maker_canon.c:1768:33: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/maker_canon.c:1828:33: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/maker_canon.c:1847:33: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/maker_canon.c:1863:33: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/maker_canon.c:1879:33: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/maker_canon.c:1897:33: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/maker_canon.c:1915:33: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/maker_canon.c:1931:33: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/maker_canon.c:1953:33: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/maker_canon.c:1973:33: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/maker_canon.c:1991:33: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/maker_canon.c:2007:33: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/maker_canon.c:2024:33: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/maker_canon.c:2040:33: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/maker_canon.c:2059:33: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/maker_canon.c:2075:33: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/maker_canon.c:2091:33: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/maker_canon.c:2107:33: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/maker_canon.c:2123:33: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/maker_canon.c:2183:33: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/maker_canon.c:2202:33: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/maker_canon.c:2218:33: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/maker_canon.c:2234:33: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/maker_canon.c:2252:33: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/maker_canon.c:2269:33: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/maker_canon.c:2285:33: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/maker_canon.c:2301:33: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/maker_canon.c:2317:33: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/maker_canon.c:2335:33: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/maker_canon.c:2351:33: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/maker_canon.c:2368:33: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/maker_canon.c:2384:33: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/maker_canon.c:2401:33: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/maker_canon.c:2417:33: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/maker_canon.c:2433:33: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/maker_canon.c:2449:33: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/maker_canon.c:2466:33: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/maker_canon.c:2481:33: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/maker_canon.c:2540:33: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/maker_canon.c:2556:33: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/maker_canon.c:2572:33: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/maker_canon.c:2588:33: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/maker_canon.c:2604:33: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/maker_canon.c:2622:33: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/maker_canon.c:2640:33: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/maker_canon.c:2657:33: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/maker_canon.c:2674:33: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/maker_canon.c:2692:33: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/maker_canon.c:2710:33: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/maker_canon.c:2728:33: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/maker_canon.c:2746:33: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/maker_canon.c:2762:33: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/maker_canon.c:2780:33: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/maker_canon.c:2796:33: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/maker_canon.c:2812:33: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/maker_canon.c:2828:33: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/maker_canon.c:2845:33: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/maker_canon.c:2862:33: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/maker_canon.c:2882:33: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/maker_canon.c:2900:33: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/maker_canon.c:138:5: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
exifprobe-2.0.1/maker_canon.c:136:5: note: Variable 'tmp' is reassigned a value before the old one has been used.
exifprobe-2.0.1/maker_canon.c:138:5: note: Variable 'tmp' is reassigned a value before the old one has been used.
exifprobe-2.0.1/maker_canon.c:199:19: style: The scope of the variable 'value_offset' can be reduced. [variableScope]
exifprobe-2.0.1/maker_canon.c:200:19: style: The scope of the variable 'count' can be reduced. [variableScope]
exifprobe-2.0.1/maker_canon.c:201:19: style: The scope of the variable 'max_offset' can be reduced. [variableScope]
exifprobe-2.0.1/maker_canon.c:202:19: style: The scope of the variable 'filesize' can be reduced. [variableScope]
exifprobe-2.0.1/maker_canon.c:203:20: style: The scope of the variable 'marker' can be reduced. [variableScope]
exifprobe-2.0.1/maker_canon.c:204:22: style: The scope of the variable 'tagprefix' can be reduced. [variableScope]
exifprobe-2.0.1/maker_canon.c:206:9: style: The scope of the variable 'status' can be reduced. [variableScope]
exifprobe-2.0.1/maker_canon.c:565:27: style: The scope of the variable 'value' can be reduced. [variableScope]
exifprobe-2.0.1/maker_canon.c:566:11: style: The scope of the variable 'sep' can be reduced. [variableScope]
exifprobe-2.0.1/maker_canon.c:567:9: style: The scope of the variable 'i' can be reduced. [variableScope]
exifprobe-2.0.1/maker_canon.c:1123:19: style: The scope of the variable 'count' can be reduced. [variableScope]
exifprobe-2.0.1/maker_canon.c:1125:27: style: The scope of the variable 'value' can be reduced. [variableScope]
exifprobe-2.0.1/maker_canon.c:1126:9: style: The scope of the variable 'i' can be reduced. [variableScope]
exifprobe-2.0.1/maker_canon.c:1426:19: style: The scope of the variable 'count' can be reduced. [variableScope]
exifprobe-2.0.1/maker_canon.c:1428:27: style: The scope of the variable 'value' can be reduced. [variableScope]
exifprobe-2.0.1/maker_canon.c:1429:9: style: The scope of the variable 'i' can be reduced. [variableScope]
exifprobe-2.0.1/maker_canon.c:1429:11: style: The scope of the variable 'cfn' can be reduced. [variableScope]
exifprobe-2.0.1/maker_canon.c:1429:15: style: The scope of the variable 'cfv' can be reduced. [variableScope]
exifprobe-2.0.1/maker_canon.c:1478:19: style: The scope of the variable 'count' can be reduced. [variableScope]
exifprobe-2.0.1/maker_canon.c:1480:27: style: The scope of the variable 'value' can be reduced. [variableScope]
exifprobe-2.0.1/maker_canon.c:1481:9: style: The scope of the variable 'i' can be reduced. [variableScope]
exifprobe-2.0.1/maker_canon.c:1481:11: style: The scope of the variable 'cfn' can be reduced. [variableScope]
exifprobe-2.0.1/maker_canon.c:1481:15: style: The scope of the variable 'cfv' can be reduced. [variableScope]
exifprobe-2.0.1/maker_canon.c:1784:19: style: The scope of the variable 'count' can be reduced. [variableScope]
exifprobe-2.0.1/maker_canon.c:1786:27: style: The scope of the variable 'value' can be reduced. [variableScope]
exifprobe-2.0.1/maker_canon.c:1787:9: style: The scope of the variable 'i' can be reduced. [variableScope]
exifprobe-2.0.1/maker_canon.c:1787:11: style: The scope of the variable 'cfn' can be reduced. [variableScope]
exifprobe-2.0.1/maker_canon.c:1787:15: style: The scope of the variable 'cfv' can be reduced. [variableScope]
exifprobe-2.0.1/maker_canon.c:2139:19: style: The scope of the variable 'count' can be reduced. [variableScope]
exifprobe-2.0.1/maker_canon.c:2141:27: style: The scope of the variable 'value' can be reduced. [variableScope]
exifprobe-2.0.1/maker_canon.c:2142:9: style: The scope of the variable 'i' can be reduced. [variableScope]
exifprobe-2.0.1/maker_canon.c:2142:11: style: The scope of the variable 'cfn' can be reduced. [variableScope]
exifprobe-2.0.1/maker_canon.c:2142:15: style: The scope of the variable 'cfv' can be reduced. [variableScope]
exifprobe-2.0.1/maker_canon.c:2497:19: style: The scope of the variable 'count' can be reduced. [variableScope]
exifprobe-2.0.1/maker_canon.c:2499:27: style: The scope of the variable 'value' can be reduced. [variableScope]
exifprobe-2.0.1/maker_canon.c:2500:9: style: The scope of the variable 'i' can be reduced. [variableScope]
exifprobe-2.0.1/maker_canon.c:2500:11: style: The scope of the variable 'cfn' can be reduced. [variableScope]
exifprobe-2.0.1/maker_canon.c:2500:15: style: The scope of the variable 'cfv' can be reduced. [variableScope]
exifprobe-2.0.1/maker_canon.c:2914:19: style: The scope of the variable 'count' can be reduced. [variableScope]
exifprobe-2.0.1/maker_canon.c:2916:27: style: The scope of the variable 'value' can be reduced. [variableScope]
exifprobe-2.0.1/maker_canon.c:2917:9: style: The scope of the variable 'i' can be reduced. [variableScope]
exifprobe-2.0.1/maker_canon.c:3019:19: style: The scope of the variable 'count' can be reduced. [variableScope]
exifprobe-2.0.1/maker_canon.c:3022:20: style: The scope of the variable 'num' can be reduced. [variableScope]
exifprobe-2.0.1/maker_canon.c:3022:24: style: The scope of the variable 'denom' can be reduced. [variableScope]
exifprobe-2.0.1/maker_canon.c:3023:11: style: The scope of the variable 'value' can be reduced. [variableScope]
exifprobe-2.0.1/maker_canon.c:3024:9: style: The scope of the variable 'i' can be reduced. [variableScope]
exifprobe-2.0.1/maker_canon.c:3191:19: style: The scope of the variable 'count' can be reduced. [variableScope]
exifprobe-2.0.1/maker_canon.c:3193:20: style: The scope of the variable 'value' can be reduced. [variableScope]
exifprobe-2.0.1/maker_canon.c:3194:9: style: The scope of the variable 'i' can be reduced. [variableScope]
exifprobe-2.0.1/maker_canon.c:3285:25: style: The scope of the variable 'value' can be reduced. [variableScope]
exifprobe-2.0.1/maker_canon.c:3287:11: style: The scope of the variable 'fvalue' can be reduced. [variableScope]
exifprobe-2.0.1/maker_canon.c:3393:25: style: The scope of the variable 'value' can be reduced. [variableScope]
exifprobe-2.0.1/maker_canon.c:3465:20: style: The scope of the variable 'value' can be reduced. [variableScope]
exifprobe-2.0.1/maker_canon.c:3538:9: style: The scope of the variable 'noteversion' can be reduced. [variableScope]
exifprobe-2.0.1/maker_canon.c:138:11: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
exifprobe-2.0.1/maker_canon.c:1416:12: error: Uninitialized variable: max_offset [uninitvar]
exifprobe-2.0.1/maker_casio.c:343:27: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
exifprobe-2.0.1/maker_casio.c:324:29: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
exifprobe-2.0.1/maker_casio.c:73:9: style: The scope of the variable 'tagset' can be reduced. [variableScope]
exifprobe-2.0.1/maker_casio.c:203:11: style: The scope of the variable 'nameoftag' can be reduced. [variableScope]
exifprobe-2.0.1/maker_casio.c:204:19: style: The scope of the variable 'value_offset' can be reduced. [variableScope]
exifprobe-2.0.1/maker_casio.c:204:32: style: The scope of the variable 'current_offset' can be reduced. [variableScope]
exifprobe-2.0.1/maker_casio.c:205:19: style: The scope of the variable 'count' can be reduced. [variableScope]
exifprobe-2.0.1/maker_casio.c:289:19: style: The scope of the variable 'value_offset' can be reduced. [variableScope]
exifprobe-2.0.1/maker_casio.c:289:32: style: The scope of the variable 'current_offset' can be reduced. [variableScope]
exifprobe-2.0.1/maker_casio.c:290:19: style: The scope of the variable 'count' can be reduced. [variableScope]
exifprobe-2.0.1/maker_casio.c:291:20: style: The scope of the variable 'marker' can be reduced. [variableScope]
exifprobe-2.0.1/maker_casio.c:292:11: style: The scope of the variable 'nameoftag' can be reduced. [variableScope]
exifprobe-2.0.1/maker_casio.c:294:19: style: The scope of the variable 'max_offset' can be reduced. [variableScope]
exifprobe-2.0.1/maker_casio.c:295:9: style: The scope of the variable 'status' can be reduced. [variableScope]
exifprobe-2.0.1/maker_casio.c:914:9: style: The scope of the variable 'noteversion' can be reduced. [variableScope]
exifprobe-2.0.1/maker_epson.c:283:27: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
exifprobe-2.0.1/maker_epson.c:264:29: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
exifprobe-2.0.1/maker_epson.c:154:19: style: The scope of the variable 'value_offset' can be reduced. [variableScope]
exifprobe-2.0.1/maker_epson.c:154:32: style: The scope of the variable 'count' can be reduced. [variableScope]
exifprobe-2.0.1/maker_epson.c:155:19: style: The scope of the variable 'dumplength' can be reduced. [variableScope]
exifprobe-2.0.1/maker_epson.c:156:19: style: The scope of the variable 'max_offset' can be reduced. [variableScope]
exifprobe-2.0.1/maker_epson.c:157:20: style: The scope of the variable 'marker' can be reduced. [variableScope]
exifprobe-2.0.1/maker_epson.c:158:11: style: The scope of the variable 'nameoftag' can be reduced. [variableScope]
exifprobe-2.0.1/maker_epson.c:160:9: style: The scope of the variable 'status' can be reduced. [variableScope]
exifprobe-2.0.1/maker_epson.c:495:19: style: The scope of the variable 'offset' can be reduced. [variableScope]
exifprobe-2.0.1/maker_epson.c:495:26: style: The scope of the variable 'value' can be reduced. [variableScope]
exifprobe-2.0.1/maker_epson.c:181:34: error: Expression 'chpr+=chpr+=printf(" = ")' depends on order of evaluation of side effects [unknownEvaluationOrder]
exifprobe-2.0.1/maker_epson.c:194:30: error: Expression 'chpr+=chpr+=printf(" = ")' depends on order of evaluation of side effects [unknownEvaluationOrder]
exifprobe-2.0.1/maker_fujifilm.c:66:9: style: The scope of the variable 'noteversion' can be reduced. [variableScope]
exifprobe-2.0.1/maker_fujifilm.c:116:9: style: The scope of the variable 'noteversion' can be reduced. [variableScope]
exifprobe-2.0.1/maker_generic.c:1073:33: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/maker_generic.c:474:13: style: Variable 'chpr' is reassigned a value before the old one has been used. [redundantAssignment]
exifprobe-2.0.1/maker_generic.c:471:13: note: Variable 'chpr' is reassigned a value before the old one has been used.
exifprobe-2.0.1/maker_generic.c:474:13: note: Variable 'chpr' is reassigned a value before the old one has been used.
exifprobe-2.0.1/maker_generic.c:937:23: style: The scope of the variable 'ifdentry' can be reduced. [variableScope]
exifprobe-2.0.1/maker_generic.c:1424:23: style: The scope of the variable 'entry_ptr' can be reduced. [variableScope]
exifprobe-2.0.1/maker_generic.c:1165:19: style: Unsigned variable 'ifd_offset' can't be negative so it is unnecessary to test it. [unsignedPositive]
exifprobe-2.0.1/maker_konica.c:206:16: style: Condition 'tagname==NULL' is always true [knownConditionTrueFalse]
exifprobe-2.0.1/maker_konica.c:202:21: note: Assignment 'tagname=(char*)0', assigned value is 0
exifprobe-2.0.1/maker_konica.c:206:16: note: Condition 'tagname==NULL' is always true
exifprobe-2.0.1/maker_konica.c:68:9: style: The scope of the variable 'noteversion' can be reduced. [variableScope]
exifprobe-2.0.1/maker_konica.c:148:19: style: The scope of the variable 'value_offset' can be reduced. [variableScope]
exifprobe-2.0.1/maker_konica.c:149:19: style: The scope of the variable 'count' can be reduced. [variableScope]
exifprobe-2.0.1/maker_konica.c:150:11: style: The scope of the variable 'nameoftag' can be reduced. [variableScope]
exifprobe-2.0.1/maker_kyocera.c:198:16: style: Condition 'tagname==NULL' is always true [knownConditionTrueFalse]
exifprobe-2.0.1/maker_kyocera.c:186:21: note: Assignment 'tagname=(char*)0', assigned value is 0
exifprobe-2.0.1/maker_kyocera.c:198:16: note: Condition 'tagname==NULL' is always true
exifprobe-2.0.1/maker_kyocera.c:142:19: style: The scope of the variable 'value_offset' can be reduced. [variableScope]
exifprobe-2.0.1/maker_kyocera.c:142:32: style: The scope of the variable 'count' can be reduced. [variableScope]
exifprobe-2.0.1/maker_kyocera.c:143:11: style: The scope of the variable 'nameoftag' can be reduced. [variableScope]
exifprobe-2.0.1/maker_minolta.c:274:27: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
exifprobe-2.0.1/maker_minolta.c:418:16: style: Condition 'tagname==NULL' is always true [knownConditionTrueFalse]
exifprobe-2.0.1/maker_minolta.c:412:21: note: Assignment 'tagname=(char*)0', assigned value is 0
exifprobe-2.0.1/maker_minolta.c:418:16: note: Condition 'tagname==NULL' is always true
exifprobe-2.0.1/maker_minolta.c:738:42: warning: %hd in format string (no. 1) requires 'short' but the argument type is 'signed char'. [invalidPrintfArgType_sint]
exifprobe-2.0.1/maker_minolta.c:1046:33: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
exifprobe-2.0.1/maker_minolta.c:1058:33: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
exifprobe-2.0.1/maker_minolta.c:1164:37: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
exifprobe-2.0.1/maker_minolta.c:1166:37: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
exifprobe-2.0.1/maker_minolta.c:1179:37: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
exifprobe-2.0.1/maker_minolta.c:1181:37: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
exifprobe-2.0.1/maker_minolta.c:107:9: style: The scope of the variable 'chpr' can be reduced. [variableScope]
exifprobe-2.0.1/maker_minolta.c:136:9: style: The scope of the variable 'noteversion' can be reduced. [variableScope]
exifprobe-2.0.1/maker_minolta.c:171:26: style: The scope of the variable 'jpegthumbnailoffset' can be reduced. [variableScope]
exifprobe-2.0.1/maker_minolta.c:172:19: style: The scope of the variable 'value_offset' can be reduced. [variableScope]
exifprobe-2.0.1/maker_minolta.c:173:19: style: The scope of the variable 'dumplength' can be reduced. [variableScope]
exifprobe-2.0.1/maker_minolta.c:174:19: style: The scope of the variable 'count' can be reduced. [variableScope]
exifprobe-2.0.1/maker_minolta.c:175:19: style: The scope of the variable 'max_offset' can be reduced. [variableScope]
exifprobe-2.0.1/maker_minolta.c:176:20: style: The scope of the variable 'marker' can be reduced. [variableScope]
exifprobe-2.0.1/maker_minolta.c:177:22: style: The scope of the variable 'tagprefix' can be reduced. [variableScope]
exifprobe-2.0.1/maker_minolta.c:179:9: style: The scope of the variable 'status' can be reduced. [variableScope]
exifprobe-2.0.1/maker_minolta.c:585:19: style: The scope of the variable 'offset' can be reduced. [variableScope]
exifprobe-2.0.1/maker_minolta.c:585:26: style: The scope of the variable 'value' can be reduced. [variableScope]
exifprobe-2.0.1/maker_minolta.c:633:19: style: The scope of the variable 'value' can be reduced. [variableScope]
exifprobe-2.0.1/maker_minolta.c:634:12: style: The scope of the variable 'fvalue' can be reduced. [variableScope]
exifprobe-2.0.1/maker_minolta.c:635:9: style: The scope of the variable 'i' can be reduced. [variableScope]
exifprobe-2.0.1/maker_minolta.c:635:11: style: The scope of the variable 'corr_i' can be reduced. [variableScope]
exifprobe-2.0.1/maker_minolta.c:635:18: style: The scope of the variable 'entries' can be reduced. [variableScope]
exifprobe-2.0.1/maker_minolta.c:636:17: style: The scope of the variable 'wcorr' can be reduced. [variableScope]
exifprobe-2.0.1/maker_nikon.c:249:27: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
exifprobe-2.0.1/maker_nikon.c:433:27: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
exifprobe-2.0.1/maker_nikon.c:255:33: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
exifprobe-2.0.1/maker_nikon.c:100:9: style: The scope of the variable 'tagset' can be reduced. [variableScope]
exifprobe-2.0.1/maker_nikon.c:165:11: style: The scope of the variable 'nameoftag' can be reduced. [variableScope]
exifprobe-2.0.1/maker_nikon.c:204:19: style: The scope of the variable 'max_offset' can be reduced. [variableScope]
exifprobe-2.0.1/maker_nikon.c:205:19: style: The scope of the variable 'value_offset' can be reduced. [variableScope]
exifprobe-2.0.1/maker_nikon.c:206:19: style: The scope of the variable 'count' can be reduced. [variableScope]
exifprobe-2.0.1/maker_nikon.c:207:19: style: The scope of the variable 'dumplength' can be reduced. [variableScope]
exifprobe-2.0.1/maker_nikon.c:208:20: style: The scope of the variable 'marker' can be reduced. [variableScope]
exifprobe-2.0.1/maker_nikon.c:209:9: style: The scope of the variable 'status' can be reduced. [variableScope]
exifprobe-2.0.1/maker_nikon.c:211:11: style: The scope of the variable 'nameoftag' can be reduced. [variableScope]
exifprobe-2.0.1/maker_nikon.c:328:19: style: The scope of the variable 'max_offset' can be reduced. [variableScope]
exifprobe-2.0.1/maker_nikon.c:329:19: style: The scope of the variable 'value_offset' can be reduced. [variableScope]
exifprobe-2.0.1/maker_nikon.c:330:19: style: The scope of the variable 'count' can be reduced. [variableScope]
exifprobe-2.0.1/maker_nikon.c:331:19: style: The scope of the variable 'dumplength' can be reduced. [variableScope]
exifprobe-2.0.1/maker_nikon.c:332:19: style: The scope of the variable 'orig_print_options' can be reduced. [variableScope]
exifprobe-2.0.1/maker_nikon.c:333:20: style: The scope of the variable 'marker' can be reduced. [variableScope]
exifprobe-2.0.1/maker_nikon.c:334:11: style: The scope of the variable 'nameoftag' can be reduced. [variableScope]
exifprobe-2.0.1/maker_nikon.c:336:9: style: The scope of the variable 'status' can be reduced. [variableScope]
exifprobe-2.0.1/maker_nikon.c:338:9: style: The scope of the variable 'ifdnum' can be reduced. [variableScope]
exifprobe-2.0.1/maker_nikon.c:339:9: style: The scope of the variable 'subifdnum' can be reduced. [variableScope]
exifprobe-2.0.1/maker_nikon.c:1000:19: style: The scope of the variable 'offset' can be reduced. [variableScope]
exifprobe-2.0.1/maker_nikon.c:1003:9: style: The scope of the variable 'entrywidth' can be reduced. [variableScope]
exifprobe-2.0.1/maker_nikon.c:1004:12: style: The scope of the variable 'minfl' can be reduced. [variableScope]
exifprobe-2.0.1/maker_nikon.c:1004:18: style: The scope of the variable 'maxfl' can be reduced. [variableScope]
exifprobe-2.0.1/maker_nikon.c:1004:24: style: The scope of the variable 'minmaxap' can be reduced. [variableScope]
exifprobe-2.0.1/maker_nikon.c:1004:33: style: The scope of the variable 'maxmaxap' can be reduced. [variableScope]
exifprobe-2.0.1/maker_nikon.c:1005:19: style: The scope of the variable 'num' can be reduced. [variableScope]
exifprobe-2.0.1/maker_nikon.c:1005:23: style: The scope of the variable 'denom' can be reduced. [variableScope]
exifprobe-2.0.1/maker_nikon.c:1151:19: style: The scope of the variable 'offset' can be reduced. [variableScope]
exifprobe-2.0.1/maker_nikon.c:1152:20: style: The scope of the variable 'numerator' can be reduced. [variableScope]
exifprobe-2.0.1/maker_nikon.c:1152:30: style: The scope of the variable 'denominator' can be reduced. [variableScope]
exifprobe-2.0.1/maker_nikon.c:1153:12: style: The scope of the variable 'value' can be reduced. [variableScope]
exifprobe-2.0.1/maker_nikon.c:1155:9: style: The scope of the variable 'unknown' can be reduced. [variableScope]
exifprobe-2.0.1/maker_nikon.c:1156:11: style: The scope of the variable 'id' can be reduced. [variableScope]
exifprobe-2.0.1/maker_olympus.c:211:27: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
exifprobe-2.0.1/maker_olympus.c:1196:27: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
exifprobe-2.0.1/maker_olympus.c:1184:29: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
exifprobe-2.0.1/maker_olympus.c:153:19: style: The scope of the variable 'value_offset' can be reduced. [variableScope]
exifprobe-2.0.1/maker_olympus.c:153:32: style: The scope of the variable 'max_offset' can be reduced. [variableScope]
exifprobe-2.0.1/maker_olympus.c:154:19: style: The scope of the variable 'dumplength' can be reduced. [variableScope]
exifprobe-2.0.1/maker_olympus.c:155:19: style: The scope of the variable 'count' can be reduced. [variableScope]
exifprobe-2.0.1/maker_olympus.c:156:20: style: The scope of the variable 'marker' can be reduced. [variableScope]
exifprobe-2.0.1/maker_olympus.c:157:11: style: The scope of the variable 'nameoftag' can be reduced. [variableScope]
exifprobe-2.0.1/maker_olympus.c:159:9: style: The scope of the variable 'status' can be reduced. [variableScope]
exifprobe-2.0.1/maker_olympus.c:453:19: style: The scope of the variable 'offset' can be reduced. [variableScope]
exifprobe-2.0.1/maker_olympus.c:453:26: style: The scope of the variable 'value' can be reduced. [variableScope]
exifprobe-2.0.1/maker_olympus.c:1080:19: style: The scope of the variable 'value_offset' can be reduced. [variableScope]
exifprobe-2.0.1/maker_olympus.c:1081:19: style: The scope of the variable 'count' can be reduced. [variableScope]
exifprobe-2.0.1/maker_olympus.c:1082:11: style: The scope of the variable 'nameoftag' can be reduced. [variableScope]
exifprobe-2.0.1/maker_olympus.c:1126:26: style: The scope of the variable 'jpegthumbnailoffset' can be reduced. [variableScope]
exifprobe-2.0.1/maker_olympus.c:1127:26: style: The scope of the variable 'jpegthumbnailvalid' can be reduced. [variableScope]
exifprobe-2.0.1/maker_olympus.c:1128:19: style: The scope of the variable 'value_offset' can be reduced. [variableScope]
exifprobe-2.0.1/maker_olympus.c:1128:32: style: The scope of the variable 'max_offset' can be reduced. [variableScope]
exifprobe-2.0.1/maker_olympus.c:1129:19: style: The scope of the variable 'count' can be reduced. [variableScope]
exifprobe-2.0.1/maker_olympus.c:1130:20: style: The scope of the variable 'marker' can be reduced. [variableScope]
exifprobe-2.0.1/maker_olympus.c:1131:11: style: The scope of the variable 'nameoftag' can be reduced. [variableScope]
exifprobe-2.0.1/maker_olympus.c:1133:9: style: The scope of the variable 'status' can be reduced. [variableScope]
exifprobe-2.0.1/maker_olympus.c:1247:19: style: The scope of the variable 'value_offset' can be reduced. [variableScope]
exifprobe-2.0.1/maker_olympus.c:1248:19: style: The scope of the variable 'count' can be reduced. [variableScope]
exifprobe-2.0.1/maker_olympus.c:1249:11: style: The scope of the variable 'nameoftag' can be reduced. [variableScope]
exifprobe-2.0.1/maker_olympus.c:1286:19: style: The scope of the variable 'value_offset' can be reduced. [variableScope]
exifprobe-2.0.1/maker_olympus.c:1287:19: style: The scope of the variable 'count' can be reduced. [variableScope]
exifprobe-2.0.1/maker_olympus.c:1288:11: style: The scope of the variable 'nameoftag' can be reduced. [variableScope]
exifprobe-2.0.1/maker_olympus.c:1325:19: style: The scope of the variable 'value_offset' can be reduced. [variableScope]
exifprobe-2.0.1/maker_olympus.c:1326:19: style: The scope of the variable 'count' can be reduced. [variableScope]
exifprobe-2.0.1/maker_olympus.c:1327:11: style: The scope of the variable 'nameoftag' can be reduced. [variableScope]
exifprobe-2.0.1/maker_olympus.c:1390:19: style: The scope of the variable 'offset' can be reduced. [variableScope]
exifprobe-2.0.1/maker_olympus.c:1407:19: style: The scope of the variable 'offset' can be reduced. [variableScope]
exifprobe-2.0.1/maker_olympus.c:1424:19: style: The scope of the variable 'offset' can be reduced. [variableScope]
exifprobe-2.0.1/maker_olympus.c:1441:19: style: The scope of the variable 'offset' can be reduced. [variableScope]
exifprobe-2.0.1/maker_olympus.c:1458:19: style: The scope of the variable 'offset' can be reduced. [variableScope]
exifprobe-2.0.1/maker_panasonic.c:152:19: style: The scope of the variable 'value_offset' can be reduced. [variableScope]
exifprobe-2.0.1/maker_panasonic.c:152:32: style: The scope of the variable 'count' can be reduced. [variableScope]
exifprobe-2.0.1/maker_panasonic.c:153:11: style: The scope of the variable 'nameoftag' can be reduced. [variableScope]
exifprobe-2.0.1/maker_sanyo.c:199:27: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
exifprobe-2.0.1/maker_sanyo.c:178:29: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
exifprobe-2.0.1/maker_sanyo.c:154:19: style: The scope of the variable 'value_offset' can be reduced. [variableScope]
exifprobe-2.0.1/maker_sanyo.c:155:19: style: The scope of the variable 'dumplength' can be reduced. [variableScope]
exifprobe-2.0.1/maker_sanyo.c:156:19: style: The scope of the variable 'count' can be reduced. [variableScope]
exifprobe-2.0.1/maker_sanyo.c:157:20: style: The scope of the variable 'marker' can be reduced. [variableScope]
exifprobe-2.0.1/maker_sanyo.c:158:19: style: The scope of the variable 'max_offset' can be reduced. [variableScope]
exifprobe-2.0.1/maker_sanyo.c:159:11: style: The scope of the variable 'nameoftag' can be reduced. [variableScope]
exifprobe-2.0.1/maker_sanyo.c:161:9: style: The scope of the variable 'status' can be reduced. [variableScope]
exifprobe-2.0.1/maker_sanyo.c:594:19: style: The scope of the variable 'offset' can be reduced. [variableScope]
exifprobe-2.0.1/maker_sanyo.c:594:26: style: The scope of the variable 'value' can be reduced. [variableScope]
exifprobe-2.0.1/maker_sigma.c:63:9: style: The scope of the variable 'noteversion' can be reduced. [variableScope]
exifprobe-2.0.1/maker_sigma.c:111:9: style: The scope of the variable 'noteversion' can be reduced. [variableScope]
exifprobe-2.0.1/maker_sigma.c:142:8: style: The scope of the variable 'nameoftag' can be reduced. [variableScope]
exifprobe-2.0.1/maker_sony.c:120:9: style: The scope of the variable 'noteversion' can be reduced. [variableScope]
exifprobe-2.0.1/maker_sony.c:148:19: style: The scope of the variable 'value_offset' can be reduced. [variableScope]
exifprobe-2.0.1/maker_sony.c:148:32: style: The scope of the variable 'count' can be reduced. [variableScope]
exifprobe-2.0.1/maker_sony.c:149:11: style: The scope of the variable 'nameoftag' can be reduced. [variableScope]
exifprobe-2.0.1/maker_toshiba.c:214:16: style: Condition 'tagname==NULL' is always true [knownConditionTrueFalse]
exifprobe-2.0.1/maker_toshiba.c:193:21: note: Assignment 'tagname=(char*)0', assigned value is 0
exifprobe-2.0.1/maker_toshiba.c:214:16: note: Condition 'tagname==NULL' is always true
exifprobe-2.0.1/maker_toshiba.c:63:9: style: The scope of the variable 'noteversion' can be reduced. [variableScope]
exifprobe-2.0.1/maker_toshiba.c:109:9: style: The scope of the variable 'noteversion' can be reduced. [variableScope]
exifprobe-2.0.1/maker_toshiba.c:140:19: style: The scope of the variable 'value_offset' can be reduced. [variableScope]
exifprobe-2.0.1/maker_toshiba.c:140:32: style: The scope of the variable 'count' can be reduced. [variableScope]
exifprobe-2.0.1/maker_toshiba.c:141:11: style: The scope of the variable 'nameoftag' can be reduced. [variableScope]
exifprobe-2.0.1/misc.c:1139:17: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
exifprobe-2.0.1/misc.c:1139:17: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
exifprobe-2.0.1/misc.c:1145:25: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
exifprobe-2.0.1/misc.c:1145:25: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
exifprobe-2.0.1/misc.c:607:26: style: The scope of the variable 'scheme' can be reduced. [variableScope]
exifprobe-2.0.1/misc.c:608:11: style: The scope of the variable 'sep' can be reduced. [variableScope]
exifprobe-2.0.1/misc.c:608:16: style: The scope of the variable 'camera_name' can be reduced. [variableScope]
exifprobe-2.0.1/misc.c:610:9: style: The scope of the variable 'filesubformat_shown' can be reduced. [variableScope]
exifprobe-2.0.1/misc.c:611:9: style: The scope of the variable 'with_filesubformat' can be reduced. [variableScope]
exifprobe-2.0.1/misc.c:612:9: style: The scope of the variable 'vendor_filesubformat' can be reduced. [variableScope]
exifprobe-2.0.1/misc.c:613:9: style: The scope of the variable 'has_appn' can be reduced. [variableScope]
exifprobe-2.0.1/misc.c:614:9: style: The scope of the variable 'i' can be reduced. [variableScope]
exifprobe-2.0.1/misc.c:1049:19: style: The scope of the variable 'imagesubformat' can be reduced. [variableScope]
exifprobe-2.0.1/misc.c:1133:11: style: The scope of the variable 'maybeshort' can be reduced. [variableScope]
exifprobe-2.0.1/misc.c:1161:9: style: The scope of the variable 'chpr' can be reduced. [variableScope]
exifprobe-2.0.1/misc.c:1202:9: style: The scope of the variable 'i' can be reduced. [variableScope]
exifprobe-2.0.1/misc.c:128:5: style: Variable 'plural' is assigned a value that is never used. [unreadVariable]
exifprobe-2.0.1/misc.c:1190:21: style: Variable 'chpr' is assigned a value that is never used. [unreadVariable]
exifprobe-2.0.1/mrw.c:233:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
exifprobe-2.0.1/mrw.c:449:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
exifprobe-2.0.1/mrw.c:926:7: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
exifprobe-2.0.1/mrw.c:53:25: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/mrw.c:76:11: style: The scope of the variable 'blockname' can be reduced. [variableScope]
exifprobe-2.0.1/mrw.c:78:24: style: The scope of the variable 'header' can be reduced. [variableScope]
exifprobe-2.0.1/mrw.c:79:19: style: The scope of the variable 'blocklength' can be reduced. [variableScope]
exifprobe-2.0.1/mrw.c:79:31: style: The scope of the variable 'blockid' can be reduced. [variableScope]
exifprobe-2.0.1/mrw.c:80:19: style: The scope of the variable 'ifd_offset' can be reduced. [variableScope]
exifprobe-2.0.1/mrw.c:81:19: style: The scope of the variable 'max_offset' can be reduced. [variableScope]
exifprobe-2.0.1/mrw.c:82:9: style: The scope of the variable 'chpr' can be reduced. [variableScope]
exifprobe-2.0.1/mrw.c:83:9: style: The scope of the variable 'status' can be reduced. [variableScope]
exifprobe-2.0.1/mrw.c:446:12: style: The scope of the variable 'wbr' can be reduced. [variableScope]
exifprobe-2.0.1/mrw.c:446:16: style: The scope of the variable 'wbg1' can be reduced. [variableScope]
exifprobe-2.0.1/mrw.c:446:21: style: The scope of the variable 'wbg2' can be reduced. [variableScope]
exifprobe-2.0.1/mrw.c:446:26: style: The scope of the variable 'wbb' can be reduced. [variableScope]
exifprobe-2.0.1/mrw.c:765:12: style: The scope of the variable 'fvalue' can be reduced. [variableScope]
exifprobe-2.0.1/mrw.c:95:38: style: Checking if unsigned variable 'summary_entry->length' is less than zero. [unsignedLessThanZero]
exifprobe-2.0.1/mrw.c:97:38: style: Checking if unsigned variable 'summary_entry->offset' is less than zero. [unsignedLessThanZero]
exifprobe-2.0.1/mrw.c:405:16: style: Variable 'unknown2' is assigned a value that is never used. [unreadVariable]
exifprobe-2.0.1/mrw.c:420:16: style: Variable 'unknown3' is assigned a value that is never used. [unreadVariable]
exifprobe-2.0.1/options.c:244:11: style: The scope of the variable 'argv' can be reduced. [variableScope]
exifprobe-2.0.1/options.c:246:9: style: The scope of the variable 'argc' can be reduced. [variableScope]
exifprobe-2.0.1/print.c:471:21: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/print.c:496:21: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/print.c:498:21: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/print.c:638:37: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
exifprobe-2.0.1/print.c:3001:21: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/print.c:3003:21: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/print.c:3043:21: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/print.c:3137:15: warning: Either the condition 'inptr' is redundant or there is possible null pointer dereference: inptr. [nullPointerRedundantCheck]
exifprobe-2.0.1/print.c:3108:8: note: Assuming that condition 'inptr' is not redundant
exifprobe-2.0.1/print.c:3137:15: note: Null pointer dereference
exifprobe-2.0.1/print.c:40:9: style: The scope of the variable 'chpr' can be reduced. [variableScope]
exifprobe-2.0.1/print.c:259:9: style: The scope of the variable 'chpr' can be reduced. [variableScope]
exifprobe-2.0.1/print.c:309:9: style: The scope of the variable 'chpr' can be reduced. [variableScope]
exifprobe-2.0.1/print.c:444:11: style: The scope of the variable 'nameoftag' can be reduced. [variableScope]
exifprobe-2.0.1/print.c:488:11: style: The scope of the variable 'nameoftag' can be reduced. [variableScope]
exifprobe-2.0.1/print.c:489:11: style: The scope of the variable 'nameof_value_type' can be reduced. [variableScope]
exifprobe-2.0.1/print.c:490:9: style: The scope of the variable 'tagwidth' can be reduced. [variableScope]
exifprobe-2.0.1/print.c:543:19: style: The scope of the variable 'byte' can be reduced. [variableScope]
exifprobe-2.0.1/print.c:544:20: style: The scope of the variable 'ushort_val' can be reduced. [variableScope]
exifprobe-2.0.1/print.c:545:19: style: The scope of the variable 'i' can be reduced. [variableScope]
exifprobe-2.0.1/print.c:712:19: style: The scope of the variable 'value_offset' can be reduced. [variableScope]
exifprobe-2.0.1/print.c:712:32: style: The scope of the variable 'dumplength' can be reduced. [variableScope]
exifprobe-2.0.1/print.c:712:43: style: The scope of the variable 'total' can be reduced. [variableScope]
exifprobe-2.0.1/print.c:713:11: style: The scope of the variable 'nameoftag' can be reduced. [variableScope]
exifprobe-2.0.1/print.c:713:22: style: The scope of the variable 'data' can be reduced. [variableScope]
exifprobe-2.0.1/print.c:912:11: style: The scope of the variable 'j' can be reduced. [variableScope]
exifprobe-2.0.1/print.c:983:11: style: The scope of the variable 'j' can be reduced. [variableScope]
exifprobe-2.0.1/print.c:1055:11: style: The scope of the variable 'j' can be reduced. [variableScope]
exifprobe-2.0.1/print.c:1148:11: style: The scope of the variable 'j' can be reduced. [variableScope]
exifprobe-2.0.1/print.c:1221:11: style: The scope of the variable 'j' can be reduced. [variableScope]
exifprobe-2.0.1/print.c:1314:11: style: The scope of the variable 'j' can be reduced. [variableScope]
exifprobe-2.0.1/print.c:1387:11: style: The scope of the variable 'j' can be reduced. [variableScope]
exifprobe-2.0.1/print.c:1505:11: style: The scope of the variable 'j' can be reduced. [variableScope]
exifprobe-2.0.1/print.c:1622:11: style: The scope of the variable 'j' can be reduced. [variableScope]
exifprobe-2.0.1/print.c:1685:11: style: The scope of the variable 'j' can be reduced. [variableScope]
exifprobe-2.0.1/print.c:1755:9: style: The scope of the variable 'ch' can be reduced. [variableScope]
exifprobe-2.0.1/print.c:1755:12: style: The scope of the variable 'lastch' can be reduced. [variableScope]
exifprobe-2.0.1/print.c:1757:9: style: The scope of the variable 'indent' can be reduced. [variableScope]
exifprobe-2.0.1/print.c:1875:9: style: The scope of the variable 'lastch' can be reduced. [variableScope]
exifprobe-2.0.1/print.c:1877:9: style: The scope of the variable 'indent' can be reduced. [variableScope]
exifprobe-2.0.1/print.c:1879:11: style: The scope of the variable 'ch' can be reduced. [variableScope]
exifprobe-2.0.1/print.c:1945:11: style: The scope of the variable 'data' can be reduced. [variableScope]
exifprobe-2.0.1/print.c:1946:9: style: The scope of the variable 'i' can be reduced. [variableScope]
exifprobe-2.0.1/print.c:1947:9: style: The scope of the variable 'chpr' can be reduced. [variableScope]
exifprobe-2.0.1/print.c:2174:20: style: The scope of the variable 'vr' can be reduced. [variableScope]
exifprobe-2.0.1/print.c:2177:13: style: The scope of the variable 'show' can be reduced. [variableScope]
exifprobe-2.0.1/print.c:2179:9: style: The scope of the variable 'curindent' can be reduced. [variableScope]
exifprobe-2.0.1/print.c:2371:17: style: The scope of the variable 'next' can be reduced. [variableScope]
exifprobe-2.0.1/print.c:2372:9: style: The scope of the variable 'bytes' can be reduced. [variableScope]
exifprobe-2.0.1/print.c:2373:9: style: The scope of the variable 'printed' can be reduced. [variableScope]
exifprobe-2.0.1/print.c:2374:9: style: The scope of the variable 'etc' can be reduced. [variableScope]
exifprobe-2.0.1/print.c:2375:19: style: The scope of the variable 'remaining' can be reduced. [variableScope]
exifprobe-2.0.1/print.c:2375:29: style: The scope of the variable 'readlength' can be reduced. [variableScope]
exifprobe-2.0.1/print.c:2376:9: style: The scope of the variable 'i' can be reduced. [variableScope]
exifprobe-2.0.1/print.c:2629:19: style: The scope of the variable 'dumplength' can be reduced. [variableScope]
exifprobe-2.0.1/print.c:2903:9: style: The scope of the variable 'value_is_offset' can be reduced. [variableScope]
exifprobe-2.0.1/print.c:2905:9: style: The scope of the variable 'chpr' can be reduced. [variableScope]
exifprobe-2.0.1/print.c:2994:9: style: The scope of the variable 'tagwidth' can be reduced. [variableScope]
exifprobe-2.0.1/print.c:3029:11: style: The scope of the variable 'nameoftag' can be reduced. [variableScope]
exifprobe-2.0.1/print.c:3149:19: style: The scope of the variable 'value_offset' can be reduced. [variableScope]
exifprobe-2.0.1/print.c:3150:19: style: The scope of the variable 'dumplength' can be reduced. [variableScope]
exifprobe-2.0.1/print.c:969:25: style: Variable 'chpr' is assigned a value that is never used. [unreadVariable]
exifprobe-2.0.1/print_maker.c:137:20: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/print_maker.c:164:20: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/print_maker.c:168:20: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/print_maker.c:448:15: warning: Either the condition 'inptr' is redundant or there is possible null pointer dereference: inptr. [nullPointerRedundantCheck]
exifprobe-2.0.1/print_maker.c:300:8: note: Assuming that condition 'inptr' is not redundant
exifprobe-2.0.1/print_maker.c:448:15: note: Null pointer dereference
exifprobe-2.0.1/print_maker.c:716:36: warning: Either the condition 'if(pattern)' is redundant or there is possible null pointer dereference: pattern. [nullPointerRedundantCheck]
exifprobe-2.0.1/print_maker.c:724:15: note: Assuming that condition 'if(pattern)' is not redundant
exifprobe-2.0.1/print_maker.c:716:36: note: Null pointer dereference
exifprobe-2.0.1/print_maker.c:124:11: style: The scope of the variable 'nameoftag' can be reduced. [variableScope]
exifprobe-2.0.1/print_maker.c:157:11: style: The scope of the variable 'nameoftag' can be reduced. [variableScope]
exifprobe-2.0.1/print_maker.c:158:11: style: The scope of the variable 'nameof_value_type' can be reduced. [variableScope]
exifprobe-2.0.1/print_maker.c:466:19: style: The scope of the variable 'value_offset' can be reduced. [variableScope]
exifprobe-2.0.1/print_maker.c:467:19: style: The scope of the variable 'dumplength' can be reduced. [variableScope]
exifprobe-2.0.1/print_maker.c:705:25: style: The scope of the variable 'maker_id' can be reduced. [variableScope]
exifprobe-2.0.1/print_maker.c:706:11: style: The scope of the variable 'pattern' can be reduced. [variableScope]
exifprobe-2.0.1/print_maker.c:706:20: style: The scope of the variable 'model_pattern' can be reduced. [variableScope]
exifprobe-2.0.1/print_maker.c:788:9: style: The scope of the variable 'plen' can be reduced. [variableScope]
exifprobe-2.0.1/print_maker.c:788:14: style: The scope of the variable 'slen' can be reduced. [variableScope]
exifprobe-2.0.1/process.c:893:35: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
exifprobe-2.0.1/process.c:1097:23: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
exifprobe-2.0.1/process.c:1388:23: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
exifprobe-2.0.1/process.c:3594:31: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
exifprobe-2.0.1/process.c:561:29: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
exifprobe-2.0.1/process.c:1571:33: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
exifprobe-2.0.1/process.c:1584:37: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
exifprobe-2.0.1/process.c:1595:33: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
exifprobe-2.0.1/process.c:1607:33: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
exifprobe-2.0.1/process.c:2538:41: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
exifprobe-2.0.1/process.c:2654:33: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
exifprobe-2.0.1/process.c:2664:41: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
exifprobe-2.0.1/process.c:2708:41: warning: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/process.c:2765:37: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/process.c:2766:37: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/process.c:3341:9: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/process.c:3523:29: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/process.c:3523:29: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
exifprobe-2.0.1/process.c:3907:33: warning: Either the condition 'header' is redundant or there is possible null pointer dereference: header. [nullPointerRedundantCheck]
exifprobe-2.0.1/process.c:3878:20: note: Assuming that condition 'header' is not redundant
exifprobe-2.0.1/process.c:3907:33: note: Null pointer dereference
exifprobe-2.0.1/process.c:4092:33: warning: Either the condition 'header' is redundant or there is possible null pointer dereference: header. [nullPointerRedundantCheck]
exifprobe-2.0.1/process.c:4067:20: note: Assuming that condition 'header' is not redundant
exifprobe-2.0.1/process.c:4092:33: note: Null pointer dereference
exifprobe-2.0.1/process.c:3241:29: style: Variable 'chpr' is reassigned a value before the old one has been used. [redundantAssignment]
exifprobe-2.0.1/process.c:3238:29: note: Variable 'chpr' is reassigned a value before the old one has been used.
exifprobe-2.0.1/process.c:3241:29: note: Variable 'chpr' is reassigned a value before the old one has been used.
exifprobe-2.0.1/process.c:3771:17: style: Variable 'chpr' is reassigned a value before the old one has been used. [redundantAssignment]
exifprobe-2.0.1/process.c:3768:17: note: Variable 'chpr' is reassigned a value before the old one has been used.
exifprobe-2.0.1/process.c:3771:17: note: Variable 'chpr' is reassigned a value before the old one has been used.
exifprobe-2.0.1/process.c:3960:17: style: Variable 'chpr' is reassigned a value before the old one has been used. [redundantAssignment]
exifprobe-2.0.1/process.c:3957:17: note: Variable 'chpr' is reassigned a value before the old one has been used.
exifprobe-2.0.1/process.c:3960:17: note: Variable 'chpr' is reassigned a value before the old one has been used.
exifprobe-2.0.1/process.c:4145:17: style: Variable 'chpr' is reassigned a value before the old one has been used. [redundantAssignment]
exifprobe-2.0.1/process.c:4142:17: note: Variable 'chpr' is reassigned a value before the old one has been used.
exifprobe-2.0.1/process.c:4145:17: note: Variable 'chpr' is reassigned a value before the old one has been used.
exifprobe-2.0.1/process.c:4230:17: style: Variable 'chpr' is reassigned a value before the old one has been used. [redundantAssignment]
exifprobe-2.0.1/process.c:4227:17: note: Variable 'chpr' is reassigned a value before the old one has been used.
exifprobe-2.0.1/process.c:4230:17: note: Variable 'chpr' is reassigned a value before the old one has been used.
exifprobe-2.0.1/process.c:4322:13: style: Variable 'offset' is reassigned a value before the old one has been used. [redundantAssignment]
exifprobe-2.0.1/process.c:4320:13: note: Variable 'offset' is reassigned a value before the old one has been used.
exifprobe-2.0.1/process.c:4322:13: note: Variable 'offset' is reassigned a value before the old one has been used.
exifprobe-2.0.1/process.c:406:31: style: The scope of the variable 'makename' can be reduced. [variableScope]
exifprobe-2.0.1/process.c:406:41: style: The scope of the variable 'modelname' can be reduced. [variableScope]
exifprobe-2.0.1/process.c:406:52: style: The scope of the variable 'swname' can be reduced. [variableScope]
exifprobe-2.0.1/process.c:1007:32: style: The scope of the variable 'tmp_marker' can be reduced. [variableScope]
exifprobe-2.0.1/process.c:2383:26: style: The scope of the variable 'img_pixels' can be reduced. [variableScope]
exifprobe-2.0.1/process.c:2385:19: style: The scope of the variable 'dumplength' can be reduced. [variableScope]
exifprobe-2.0.1/process.c:2386:19: style: The scope of the variable 'start_of_jpeg_data' can be reduced. [variableScope]
exifprobe-2.0.1/process.c:2387:19: style: The scope of the variable 'found_eoi_offset' can be reduced. [variableScope]
exifprobe-2.0.1/process.c:2387:36: style: The scope of the variable 'after_sos' can be reduced. [variableScope]
exifprobe-2.0.1/process.c:2387:46: style: The scope of the variable 'end_of_section' can be reduced. [variableScope]
exifprobe-2.0.1/process.c:2387:61: style: The scope of the variable 'eof' can be reduced. [variableScope]
exifprobe-2.0.1/process.c:2388:20: style: The scope of the variable 'seg_length' can be reduced. [variableScope]
exifprobe-2.0.1/process.c:2388:31: style: The scope of the variable 'tmp' can be reduced. [variableScope]
exifprobe-2.0.1/process.c:2389:20: style: The scope of the variable 'img_height' can be reduced. [variableScope]
exifprobe-2.0.1/process.c:2390:20: style: The scope of the variable 'img_width' can be reduced. [variableScope]
exifprobe-2.0.1/process.c:2391:20: style: The scope of the variable 'bad_soi' can be reduced. [variableScope]
exifprobe-2.0.1/process.c:2393:9: style: The scope of the variable 'had_soi' can be reduced. [variableScope]
exifprobe-2.0.1/process.c:2394:9: style: The scope of the variable 'status' can be reduced. [variableScope]
exifprobe-2.0.1/process.c:2395:9: style: The scope of the variable 'i' can be reduced. [variableScope]
exifprobe-2.0.1/process.c:2396:11: style: The scope of the variable 'name' can be reduced. [variableScope]
exifprobe-2.0.1/process.c:2397:26: style: The scope of the variable 'max_eoi' can be reduced. [variableScope]
exifprobe-2.0.1/process.c:2441:42: style: The scope of the variable 'c' can be reduced. [variableScope]
exifprobe-2.0.1/process.c:2441:44: style: The scope of the variable 't' can be reduced. [variableScope]
exifprobe-2.0.1/process.c:2441:46: style: The scope of the variable 'td' can be reduced. [variableScope]
exifprobe-2.0.1/process.c:2441:49: style: The scope of the variable 'ta' can be reduced. [variableScope]
exifprobe-2.0.1/process.c:2441:52: style: The scope of the variable 'ss' can be reduced. [variableScope]
exifprobe-2.0.1/process.c:2441:55: style: The scope of the variable 'se' can be reduced. [variableScope]
exifprobe-2.0.1/process.c:2441:58: style: The scope of the variable 'a' can be reduced. [variableScope]
exifprobe-2.0.1/process.c:2441:60: style: The scope of the variable 'ah' can be reduced. [variableScope]
exifprobe-2.0.1/process.c:2441:63: style: The scope of the variable 'al' can be reduced. [variableScope]
exifprobe-2.0.1/process.c:2442:29: style: The scope of the variable 'i' can be reduced. [variableScope]
exifprobe-2.0.1/process.c:2526:33: style: The scope of the variable 'i' can be reduced. [variableScope]
exifprobe-2.0.1/process.c:2756:47: style: The scope of the variable 'l' can be reduced. [variableScope]
exifprobe-2.0.1/process.c:2757:29: style: The scope of the variable 'i' can be reduced. [variableScope]
exifprobe-2.0.1/process.c:2886:39: style: The scope of the variable 'c' can be reduced. [variableScope]
exifprobe-2.0.1/process.c:2886:41: style: The scope of the variable 'h' can be reduced. [variableScope]
exifprobe-2.0.1/process.c:2886:43: style: The scope of the variable 'v' can be reduced. [variableScope]
exifprobe-2.0.1/process.c:2886:45: style: The scope of the variable 't' can be reduced. [variableScope]
exifprobe-2.0.1/process.c:3306:9: style: The scope of the variable 'highbyte' can be reduced. [variableScope]
exifprobe-2.0.1/process.c:3306:18: style: The scope of the variable 'lobyte' can be reduced. [variableScope]
exifprobe-2.0.1/process.c:3308:19: style: The scope of the variable 'tagloc' can be reduced. [variableScope]
exifprobe-2.0.1/process.c:3309:9: style: The scope of the variable 'chpr' can be reduced. [variableScope]
exifprobe-2.0.1/process.c:4178:11: style: The scope of the variable 'app_string' can be reduced. [variableScope]
exifprobe-2.0.1/process.c:4178:23: style: The scope of the variable 'name' can be reduced. [variableScope]
exifprobe-2.0.1/process.c:4180:19: style: The scope of the variable 'dumplength' can be reduced. [variableScope]
exifprobe-2.0.1/process.c:4182:9: style: The scope of the variable 'tagwidth' can be reduced. [variableScope]
exifprobe-2.0.1/process.c:4260:11: style: The scope of the variable 'app_string' can be reduced. [variableScope]
exifprobe-2.0.1/process.c:4260:23: style: The scope of the variable 'name' can be reduced. [variableScope]
exifprobe-2.0.1/process.c:4262:19: style: The scope of the variable 'dumplength' can be reduced. [variableScope]
exifprobe-2.0.1/process.c:4263:19: style: The scope of the variable 'offset' can be reduced. [variableScope]
exifprobe-2.0.1/process.c:4264:19: style: The scope of the variable 'end_offset' can be reduced. [variableScope]
exifprobe-2.0.1/process.c:4265:19: style: The scope of the variable 'size' can be reduced. [variableScope]
exifprobe-2.0.1/process.c:4267:9: style: The scope of the variable 'nextch' can be reduced. [variableScope]
exifprobe-2.0.1/process.c:4681:17: style: The scope of the variable 'printlength' can be reduced. [variableScope]
exifprobe-2.0.1/process.c:2412:38: style: Checking if unsigned variable 'summary_entry->length' is less than zero. [unsignedLessThanZero]
exifprobe-2.0.1/process.c:2414:38: style: Checking if unsigned variable 'summary_entry->offset' is less than zero. [unsignedLessThanZero]
exifprobe-2.0.1/process.c:2691:66: style: Checking if unsigned variable 'summary_entry->length' is less than zero. [unsignedLessThanZero]
exifprobe-2.0.1/process.c:2716:82: style: Checking if unsigned variable 'summary_entry->length' is less than zero. [unsignedLessThanZero]
exifprobe-2.0.1/process.c:2723:82: style: Checking if unsigned variable 'summary_entry->length' is less than zero. [unsignedLessThanZero]
exifprobe-2.0.1/process.c:3049:66: style: Checking if unsigned variable 'summary_entry->length' is less than zero. [unsignedLessThanZero]
exifprobe-2.0.1/raf.c:76:45: style: The scope of the variable 'max_offset' can be reduced. [variableScope]
exifprobe-2.0.1/raf.c:80:19: style: The scope of the variable 'unknown2' can be reduced. [variableScope]
exifprobe-2.0.1/raf.c:80:50: style: The scope of the variable 'CFA_fullarraywidth' can be reduced. [variableScope]
exifprobe-2.0.1/raf.c:82:19: style: The scope of the variable 'unknown3' can be reduced. [variableScope]
exifprobe-2.0.1/raf.c:82:28: style: The scope of the variable 'Secondary_arraywidth' can be reduced. [variableScope]
exifprobe-2.0.1/raf.c:82:49: style: The scope of the variable 'Secondary_fullarraywidth' can be reduced. [variableScope]
exifprobe-2.0.1/raf.c:83:19: style: The scope of the variable 'unused_value' can be reduced. [variableScope]
exifprobe-2.0.1/raf.c:84:27: style: The scope of the variable 'tmp_summary_entry' can be reduced. [variableScope]
exifprobe-2.0.1/raf.c:85:9: style: The scope of the variable 'unused' can be reduced. [variableScope]
exifprobe-2.0.1/raf.c:403:34: style: Checking if unsigned variable 'summary_entry->length' is less than zero. [unsignedLessThanZero]
exifprobe-2.0.1/raf.c:405:34: style: Checking if unsigned variable 'summary_entry->offset' is less than zero. [unsignedLessThanZero]
exifprobe-2.0.1/raf.c:454:22: style: Variable 'max_offset' is assigned a value that is never used. [unreadVariable]
exifprobe-2.0.1/readfile.c:642:14: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
exifprobe-2.0.1/readfile.c:677:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
exifprobe-2.0.1/readfile.c:417:5: style: Variable 'value' is reassigned a value before the old one has been used. [redundantAssignment]
exifprobe-2.0.1/readfile.c:413:0: note: Variable 'value' is reassigned a value before the old one has been used.
exifprobe-2.0.1/readfile.c:417:5: note: Variable 'value' is reassigned a value before the old one has been used.
exifprobe-2.0.1/readfile.c:642:5: style: Variable 'value' is reassigned a value before the old one has been used. [redundantAssignment]
exifprobe-2.0.1/readfile.c:639:0: note: Variable 'value' is reassigned a value before the old one has been used.
exifprobe-2.0.1/readfile.c:642:5: note: Variable 'value' is reassigned a value before the old one has been used.
exifprobe-2.0.1/readfile.c:66:27: style: The scope of the variable 'magic' can be reduced. [variableScope]
exifprobe-2.0.1/readfile.c:67:20: style: The scope of the variable 'type' can be reduced. [variableScope]
exifprobe-2.0.1/readfile.c:68:19: style: The scope of the variable 'umagic' can be reduced. [variableScope]
exifprobe-2.0.1/readfile.c:68:26: style: The scope of the variable 'length' can be reduced. [variableScope]
exifprobe-2.0.1/readfile.c:69:11: style: The scope of the variable 'string' can be reduced. [variableScope]
exifprobe-2.0.1/readfile.c:210:20: style: The scope of the variable 'value' can be reduced. [variableScope]
exifprobe-2.0.1/readfile.c:268:19: style: The scope of the variable 'rbuf' can be reduced. [variableScope]
exifprobe-2.0.1/readfile.c:269:19: style: The scope of the variable 'curoffset' can be reduced. [variableScope]
exifprobe-2.0.1/readfile.c:317:19: style: The scope of the variable 'curoffset' can be reduced. [variableScope]
exifprobe-2.0.1/readfile.c:367:19: style: The scope of the variable 'rbuf' can be reduced. [variableScope]
exifprobe-2.0.1/readfile.c:368:19: style: The scope of the variable 'curoffset' can be reduced. [variableScope]
exifprobe-2.0.1/readfile.c:427:19: style: The scope of the variable 'rbuf' can be reduced. [variableScope]
exifprobe-2.0.1/readfile.c:428:19: style: The scope of the variable 'curoffset' can be reduced. [variableScope]
exifprobe-2.0.1/readfile.c:458:20: style: The scope of the variable 'p' can be reduced. [variableScope]
exifprobe-2.0.1/readfile.c:459:9: style: The scope of the variable 'i' can be reduced. [variableScope]
exifprobe-2.0.1/readfile.c:459:11: style: The scope of the variable 'size' can be reduced. [variableScope]
exifprobe-2.0.1/readfile.c:488:19: style: The scope of the variable 'rbuf' can be reduced. [variableScope]
exifprobe-2.0.1/readfile.c:489:19: style: The scope of the variable 'curoffset' can be reduced. [variableScope]
exifprobe-2.0.1/readfile.c:522:19: style: The scope of the variable 'curoffset' can be reduced. [variableScope]
exifprobe-2.0.1/readfile.c:524:9: style: The scope of the variable 'chpr' can be reduced. [variableScope]
exifprobe-2.0.1/readfile.c:660:20: style: The scope of the variable 'p' can be reduced. [variableScope]
exifprobe-2.0.1/readfile.c:661:9: style: The scope of the variable 'i' can be reduced. [variableScope]
exifprobe-2.0.1/readfile.c:661:11: style: The scope of the variable 'size' can be reduced. [variableScope]
exifprobe-2.0.1/readfile.c:688:19: style: The scope of the variable 'length' can be reduced. [variableScope]
exifprobe-2.0.1/readfile.c:721:19: style: The scope of the variable 'curoffset' can be reduced. [variableScope]
exifprobe-2.0.1/readfile.c:723:9: style: The scope of the variable 'nread' can be reduced. [variableScope]
exifprobe-2.0.1/readfile.c:800:10: style: The scope of the variable 'current_offset' can be reduced. [variableScope]
exifprobe-2.0.1/x3f.c:1196:21: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
exifprobe-2.0.1/x3f.c:1199:21: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
exifprobe-2.0.1/x3f.c:312:5: style: Variable 'directory_offset' is reassigned a value before the old one has been used. [redundantAssignment]
exifprobe-2.0.1/x3f.c:302:0: note: Variable 'directory_offset' is reassigned a value before the old one has been used.
exifprobe-2.0.1/x3f.c:312:5: note: Variable 'directory_offset' is reassigned a value before the old one has been used.
exifprobe-2.0.1/x3f.c:41:19: style: The scope of the variable 'xmagic' can be reduced. [variableScope]
exifprobe-2.0.1/x3f.c:42:20: style: The scope of the variable 'bytearray' can be reduced. [variableScope]
exifprobe-2.0.1/x3f.c:89:9: style: The scope of the variable 'i' can be reduced. [variableScope]
exifprobe-2.0.1/x3f.c:250:24: style: The scope of the variable 'x3fheader' can be reduced. [variableScope]
exifprobe-2.0.1/x3f.c:252:20: style: The scope of the variable 'byteorder' can be reduced. [variableScope]
exifprobe-2.0.1/x3f.c:253:19: style: The scope of the variable 'directory_pointer' can be reduced. [variableScope]
exifprobe-2.0.1/x3f.c:421:29: style: The scope of the variable 'prop_header' can be reduced. [variableScope]
exifprobe-2.0.1/x3f.c:422:29: style: The scope of the variable 'camf_header' can be reduced. [variableScope]
exifprobe-2.0.1/x3f.c:423:19: style: The scope of the variable 'data_offset' can be reduced. [variableScope]
exifprobe-2.0.1/x3f.c:424:19: style: The scope of the variable 'data_length' can be reduced. [variableScope]
exifprobe-2.0.1/x3f.c:426:9: style: The scope of the variable 'chpr' can be reduced. [variableScope]
exifprobe-2.0.1/x3f.c:698:9: style: The scope of the variable 'chpr' can be reduced. [variableScope]
exifprobe-2.0.1/x3f.c:1176:19: style: The scope of the variable 'name_offset' can be reduced. [variableScope]
exifprobe-2.0.1/x3f.c:1177:19: style: The scope of the variable 'value_offset' can be reduced. [variableScope]
exifprobe-2.0.1/x3f.c:1178:19: style: The scope of the variable 'offset' can be reduced. [variableScope]
exifprobe-2.0.1/x3f.c:1179:19: style: The scope of the variable 'property_offset' can be reduced. [variableScope]
exifprobe-2.0.1/x3f.c:1180:19: style: The scope of the variable 'index_length' can be reduced. [variableScope]
exifprobe-2.0.1/x3f.c:1181:19: style: The scope of the variable 'list_data_length' can be reduced. [variableScope]
exifprobe-2.0.1/x3f.c:1183:9: style: The scope of the variable 'i' can be reduced. [variableScope]
exifprobe-2.0.1/x3f.c:1361:9: style: The scope of the variable 'chpr' can be reduced. [variableScope]
exifprobe-2.0.1/x3f.c:1362:9: style: The scope of the variable 'i' can be reduced. [variableScope]
[19:07]

ftp://ftp.se.debian.org/debian/pool/main/e/exiftags/exiftags_1.01.orig.tar.gz
exiftags-1.01/canon.c:1169:14: style: The scope of the variable 'cn' can be reduced. [variableScope]
exiftags-1.01/canon.c:1244:17: style: The scope of the variable 'offset' can be reduced. [variableScope]
exiftags-1.01/exif.c:486:18: style: The scope of the variable 'len' can be reduced. [variableScope]
exiftags-1.01/exif.c:489:10: style: The scope of the variable 'sn' can be reduced. [variableScope]
exiftags-1.01/exif.c:489:14: style: The scope of the variable 'sd' can be reduced. [variableScope]
exiftags-1.01/exif.c:490:21: style: The scope of the variable 'd' can be reduced. [variableScope]
exiftags-1.01/exif.c:814:25: style: Function 'exifscan' argument 1 names different: declaration 'buf' definition 'b'. [funcArgNamesDifferent]
exiftags-1.01/exif.h:261:49: note: Function 'exifscan' argument 1 names different: declaration 'buf' definition 'b'.
exiftags-1.01/exif.c:814:25: note: Function 'exifscan' argument 1 names different: declaration 'buf' definition 'b'.
exiftags-1.01/exif.c:895:26: style: Function 'exifparse' argument 1 names different: declaration 'buf' definition 'b'. [funcArgNamesDifferent]
exiftags-1.01/exif.h:262:50: note: Function 'exifparse' argument 1 names different: declaration 'buf' definition 'b'.
exiftags-1.01/exif.c:895:26: note: Function 'exifparse' argument 1 names different: declaration 'buf' definition 'b'.
exiftags-1.01/exifcom.c:136:6: style: The scope of the variable 'ch' can be reduced. [variableScope]
exiftags-1.01/exifcom.c:136:10: style: The scope of the variable 'checkch' can be reduced. [variableScope]
exiftags-1.01/exifcom.c:346:8: style: The scope of the variable 'fp' can be reduced. [variableScope]
exiftags-1.01/exiftags.c:68:13: style: The scope of the variable 'prevf' can be reduced. [variableScope]
exiftags-1.01/exiftags.c:211:8: style: The scope of the variable 'fp' can be reduced. [variableScope]
exiftags-1.01/exiftime.c:219:6: style: The scope of the variable 'ch' can be reduced. [variableScope]
exiftags-1.01/exiftime.c:219:10: style: The scope of the variable 'checkch' can be reduced. [variableScope]
exiftags-1.01/exiftime.c:448:8: style: The scope of the variable 'fp' can be reduced. [variableScope]
exiftags-1.01/fuji.c:224:15: style: The scope of the variable 'fujioff' can be reduced. [variableScope]
exiftags-1.01/jpeg.c:297:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
exiftags-1.01/minolta.c:551:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
exiftags-1.01/minolta.c:679:19: style: The scope of the variable 'tmpprop' can be reduced. [variableScope]
exiftags-1.01/nikon.c:315:18: style: The scope of the variable 'c3' can be reduced. [variableScope]
exiftags-1.01/sanyo.c:268:19: style: The scope of the variable 'aprop' can be reduced. [variableScope]
exiftags-1.01/sanyo.c:351:46: style: Function 'sanyo_ifd' argument 2 names different: declaration 't' definition 'md'. [funcArgNamesDifferent]
exiftags-1.01/makers.h:98:65: note: Function 'sanyo_ifd' argument 2 names different: declaration 't' definition 'md'.
exiftags-1.01/sanyo.c:351:46: note: Function 'sanyo_ifd' argument 2 names different: declaration 't' definition 'md'.
exiftags-1.01/timevary.c:215:7: style: The scope of the variable 'lmdays' can be reduced. [variableScope]
exiftags-1.01/timevary.c:422:8: style: The scope of the variable 'type' can be reduced. [variableScope]
exiftags-1.01/timevary.c:425:10: style: The scope of the variable 'len' can be reduced. [variableScope]
[19:07]

ftp://ftp.se.debian.org/debian/pool/main/e/exim4/exim4_4.91.orig.tar.xz.asc

ftp://ftp.se.debian.org/debian/pool/main/e/eximdoc4/eximdoc4_4.91.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/e/exiv2/exiv2_0.26.orig.tar.gz
exiv2-0.26/contrib/organize/MD5.cpp:49:25: style: Function 'MD5Init' argument 1 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
exiv2-0.26/contrib/organize/MD5.h:45:37: note: Function 'MD5Init' argument 1 names different: declaration 'context' definition 'ctx'.
exiv2-0.26/contrib/organize/MD5.cpp:49:25: note: Function 'MD5Init' argument 1 names different: declaration 'context' definition 'ctx'.
exiv2-0.26/contrib/organize/MD5.cpp:65:27: style: Function 'MD5Update' argument 1 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
exiv2-0.26/contrib/organize/MD5.h:46:39: note: Function 'MD5Update' argument 1 names different: declaration 'context' definition 'ctx'.
exiv2-0.26/contrib/organize/MD5.cpp:65:27: note: Function 'MD5Update' argument 1 names different: declaration 'context' definition 'ctx'.
exiv2-0.26/contrib/organize/MD5.cpp:105:46: style: Function 'MD5Final' argument 2 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
exiv2-0.26/contrib/organize/MD5.h:47:64: note: Function 'MD5Final' argument 2 names different: declaration 'context' definition 'ctx'.
exiv2-0.26/contrib/organize/MD5.cpp:105:46: note: Function 'MD5Final' argument 2 names different: declaration 'context' definition 'ctx'.
exiv2-0.26/contrib/organize/MD5.cpp:133:9: warning: Size of pointer 'ctx' used instead of size of its data. [pointerSize]
exiv2-0.26/contrib/organize/organize.cpp:70:26: performance: Function parameter 'pre_' should be passed by const reference. [passedByValue]
exiv2-0.26/contrib/organize/organize.cpp:70:65: performance: Function parameter 'post_' should be passed by const reference. [passedByValue]
exiv2-0.26/msvc/tools/depends/src/depends.cpp:100:9: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
exiv2-0.26/msvc/tools/rm/rm.cpp:143:5: style: Variable 'hFind' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
exiv2-0.26/msvc/tools/rm/rm.cpp:126:0: note: Variable 'hFind' is reassigned a value before the old one has been used if variable is no semaphore variable.
exiv2-0.26/msvc/tools/rm/rm.cpp:143:5: note: Variable 'hFind' is reassigned a value before the old one has been used if variable is no semaphore variable.
exiv2-0.26/msvc2003/exivsimple/exivsimple.cpp:108:33: style: C-style pointer casting [cstyleCast]
exiv2-0.26/msvc2003/exivsimple/exivsimple.cpp:117:29: style: C-style pointer casting [cstyleCast]
exiv2-0.26/msvc2003/exivsimple/exivsimple.cpp:134:29: style: C-style pointer casting [cstyleCast]
exiv2-0.26/msvc2003/exivsimple/exivsimple.cpp:146:29: style: C-style pointer casting [cstyleCast]
exiv2-0.26/msvc2003/exivsimple/exivsimple.cpp:157:29: style: C-style pointer casting [cstyleCast]
exiv2-0.26/msvc2003/exivsimple/exivsimple.cpp:165:29: style: C-style pointer casting [cstyleCast]
exiv2-0.26/msvc2003/exivsimple/exivsimple.cpp:191:29: style: C-style pointer casting [cstyleCast]
exiv2-0.26/msvc2003/exivsimple/exivsimple.cpp:238:29: style: C-style pointer casting [cstyleCast]
exiv2-0.26/msvc2003/exivsimple/exivsimple.cpp:311:29: style: C-style pointer casting [cstyleCast]
exiv2-0.26/msvc2003/exivsimple/exivsimple.cpp:369:29: style: C-style pointer casting [cstyleCast]
exiv2-0.26/msvc2003/exivsimple/exivsimple.cpp:409:29: style: C-style pointer casting [cstyleCast]
exiv2-0.26/samples/Jzon.cpp:924:8: style: The scope of the variable 'c' can be reduced. [variableScope]
exiv2-0.26/samples/Jzon.cpp:1221:19: style: The scope of the variable 'c2' can be reduced. [variableScope]
exiv2-0.26/samples/Jzon.cpp:1242:19: style: The scope of the variable 'c2' can be reduced. [variableScope]
exiv2-0.26/samples/Jzon.cpp:806:59: style: Class 'Writer' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
exiv2-0.26/samples/Jzon.h:166:3: style: Class 'Value' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
exiv2-0.26/samples/Jzon.h:168:3: style: Class 'Value' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
exiv2-0.26/samples/Jzon.h:169:3: style: Class 'Value' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
exiv2-0.26/samples/Jzon.h:170:3: style: Class 'Value' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
exiv2-0.26/samples/Jzon.h:171:3: style: Class 'Value' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
exiv2-0.26/samples/Jzon.h:172:3: style: Class 'Value' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
exiv2-0.26/samples/Jzon.h:173:3: style: Class 'Value' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
exiv2-0.26/samples/Jzon.h:265:3: style: Class 'Object' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
exiv2-0.26/samples/Jzon.h:231:4: style: Class 'iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
exiv2-0.26/samples/Jzon.h:248:4: style: Class 'const_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
exiv2-0.26/samples/Jzon.h:333:3: style: Class 'Array' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
exiv2-0.26/samples/Jzon.h:299:4: style: Class 'iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
exiv2-0.26/samples/Jzon.h:316:4: style: Class 'const_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
exiv2-0.26/samples/Jzon.h:363:3: style: Class 'FileWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
exiv2-0.26/samples/Jzon.h:377:3: style: Class 'FileReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
exiv2-0.26/samples/Jzon.h:425:3: style: Class 'Parser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
exiv2-0.26/samples/Jzon.cpp:43:3: style: Class 'FormatInterpreter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
exiv2-0.26/samples/Jzon.h:225:2: warning: The class 'Object' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
exiv2-0.26/samples/Jzon.h:228:3: warning: The class 'iterator' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
exiv2-0.26/samples/Jzon.h:245:3: warning: The class 'const_iterator' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
exiv2-0.26/samples/Jzon.h:293:2: warning: The class 'Array' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
exiv2-0.26/samples/Jzon.h:296:3: warning: The class 'iterator' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
exiv2-0.26/samples/Jzon.h:48:0: warning: The struct 'Jzon :: Pair < std :: string , Node & >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
exiv2-0.26/samples/Jzon.h:48:0: warning: The struct 'Jzon :: Pair < std :: string , Node * >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
exiv2-0.26/samples/Jzon.h:176:16: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/samples/Jzon.h:118:16: note: Virtual function in base class
exiv2-0.26/samples/Jzon.h:176:16: note: Function in derived class
exiv2-0.26/samples/Jzon.h:179:23: style: The function 'IsNull' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/samples/Jzon.h:131:23: note: Virtual function in base class
exiv2-0.26/samples/Jzon.h:179:23: note: Function in derived class
exiv2-0.26/samples/Jzon.h:180:23: style: The function 'IsString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/samples/Jzon.h:132:23: note: Virtual function in base class
exiv2-0.26/samples/Jzon.h:180:23: note: Function in derived class
exiv2-0.26/samples/Jzon.h:181:23: style: The function 'IsNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/samples/Jzon.h:133:23: note: Virtual function in base class
exiv2-0.26/samples/Jzon.h:181:23: note: Function in derived class
exiv2-0.26/samples/Jzon.h:182:23: style: The function 'IsBool' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/samples/Jzon.h:134:23: note: Virtual function in base class
exiv2-0.26/samples/Jzon.h:182:23: note: Function in derived class
exiv2-0.26/samples/Jzon.h:184:23: style: The function 'ToString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/samples/Jzon.h:136:23: note: Virtual function in base class
exiv2-0.26/samples/Jzon.h:184:23: note: Function in derived class
exiv2-0.26/samples/Jzon.h:185:15: style: The function 'ToInt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/samples/Jzon.h:137:15: note: Virtual function in base class
exiv2-0.26/samples/Jzon.h:185:15: note: Function in derived class
exiv2-0.26/samples/Jzon.h:186:17: style: The function 'ToFloat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/samples/Jzon.h:138:17: note: Virtual function in base class
exiv2-0.26/samples/Jzon.h:186:17: note: Function in derived class
exiv2-0.26/samples/Jzon.h:187:18: style: The function 'ToDouble' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/samples/Jzon.h:139:18: note: Virtual function in base class
exiv2-0.26/samples/Jzon.h:187:18: note: Function in derived class
exiv2-0.26/samples/Jzon.h:188:16: style: The function 'ToBool' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/samples/Jzon.h:140:16: note: Virtual function in base class
exiv2-0.26/samples/Jzon.h:188:16: note: Function in derived class
exiv2-0.26/samples/Jzon.h:216:17: style: The function 'GetCopy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/samples/Jzon.h:150:17: note: Virtual function in base class
exiv2-0.26/samples/Jzon.h:216:17: note: Function in derived class
exiv2-0.26/samples/Jzon.h:268:16: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/samples/Jzon.h:118:16: note: Virtual function in base class
exiv2-0.26/samples/Jzon.h:268:16: note: Function in derived class
exiv2-0.26/samples/Jzon.h:280:16: style: The function 'Has' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/samples/Jzon.h:142:16: note: Virtual function in base class
exiv2-0.26/samples/Jzon.h:280:16: note: Function in derived class
exiv2-0.26/samples/Jzon.h:281:18: style: The function 'GetCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/samples/Jzon.h:143:18: note: Virtual function in base class
exiv2-0.26/samples/Jzon.h:281:18: note: Function in derived class
exiv2-0.26/samples/Jzon.h:282:17: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/samples/Jzon.h:144:17: note: Virtual function in base class
exiv2-0.26/samples/Jzon.h:282:17: note: Function in derived class
exiv2-0.26/samples/Jzon.h:286:17: style: The function 'GetCopy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/samples/Jzon.h:150:17: note: Virtual function in base class
exiv2-0.26/samples/Jzon.h:286:17: note: Function in derived class
exiv2-0.26/samples/Jzon.h:336:16: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/samples/Jzon.h:118:16: note: Virtual function in base class
exiv2-0.26/samples/Jzon.h:336:16: note: Function in derived class
exiv2-0.26/samples/Jzon.h:348:18: style: The function 'GetCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/samples/Jzon.h:143:18: note: Virtual function in base class
exiv2-0.26/samples/Jzon.h:348:18: note: Function in derived class
exiv2-0.26/samples/Jzon.h:349:17: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/samples/Jzon.h:145:17: note: Virtual function in base class
exiv2-0.26/samples/Jzon.h:349:17: note: Function in derived class
exiv2-0.26/samples/Jzon.h:353:17: style: The function 'GetCopy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/samples/Jzon.h:150:17: note: Virtual function in base class
exiv2-0.26/samples/Jzon.h:353:17: note: Function in derived class
exiv2-0.26/samples/Jzon.h:50:0: performance: Function parameter 'first' should be passed by const reference. [passedByValue]
exiv2-0.26/samples/Jzon.cpp:457:75: warning: Missing bounds check for extra iterator increment in loop. [StlMissingComparison]
exiv2-0.26/samples/Jzon.cpp:469:8: note: Missing bounds check for extra iterator increment in loop.
exiv2-0.26/samples/Jzon.cpp:457:75: note: Missing bounds check for extra iterator increment in loop.
exiv2-0.26/samples/conntest.cpp:143:13: style: Condition '!isOk' is always true [knownConditionTrueFalse]
exiv2-0.26/samples/conntest.cpp:126:17: note: Assignment 'isOk=false', assigned value is 0
exiv2-0.26/samples/conntest.cpp:143:13: note: Condition '!isOk' is always true
exiv2-0.26/samples/exifcomment.cpp:48:5: style: Variable 'exifData["Exif.Photo.UserComment"]' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
exiv2-0.26/samples/exifcomment.cpp:46:5: note: Variable 'exifData["Exif.Photo.UserComment"]' is reassigned a value before the old one has been used if variable is no semaphore variable.
exiv2-0.26/samples/exifcomment.cpp:48:5: note: Variable 'exifData["Exif.Photo.UserComment"]' is reassigned a value before the old one has been used if variable is no semaphore variable.
exiv2-0.26/samples/exifcomment.cpp:50:5: style: Variable 'exifData["Exif.Photo.UserComment"]' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
exiv2-0.26/samples/exifcomment.cpp:48:5: note: Variable 'exifData["Exif.Photo.UserComment"]' is reassigned a value before the old one has been used if variable is no semaphore variable.
exiv2-0.26/samples/exifcomment.cpp:50:5: note: Variable 'exifData["Exif.Photo.UserComment"]' is reassigned a value before the old one has been used if variable is no semaphore variable.
exiv2-0.26/samples/exifcomment.cpp:52:5: style: Variable 'exifData["Exif.Photo.UserComment"]' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
exiv2-0.26/samples/exifcomment.cpp:50:5: note: Variable 'exifData["Exif.Photo.UserComment"]' is reassigned a value before the old one has been used if variable is no semaphore variable.
exiv2-0.26/samples/exifcomment.cpp:52:5: note: Variable 'exifData["Exif.Photo.UserComment"]' is reassigned a value before the old one has been used if variable is no semaphore variable.
exiv2-0.26/samples/exifdata.cpp:21:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
exiv2-0.26/samples/exiv2json.cpp:194:20: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
exiv2-0.26/samples/exiv2json.cpp:104:44: performance: Function parameter 'Key' should be passed by const reference. [passedByValue]
exiv2-0.26/samples/geotag.cpp:288:20: style: C-style pointer casting [cstyleCast]
exiv2-0.26/samples/geotag.cpp:310:20: style: C-style pointer casting [cstyleCast]
exiv2-0.26/samples/geotag.cpp:332:20: style: C-style pointer casting [cstyleCast]
exiv2-0.26/samples/geotag.cpp:630:21: style: The scope of the variable 'docs' can be reduced. [variableScope]
exiv2-0.26/samples/geotag.cpp:631:21: style: The scope of the variable 'code' can be reduced. [variableScope]
exiv2-0.26/samples/geotag.cpp:817:83: style: Obsolete function 'asctime' called. It is recommended to use 'strftime' instead. [asctimeCalled]
exiv2-0.26/samples/geotag.cpp:146:14: warning: Member variable 'Position::delta_' is not initialized in the constructor. [uninitMemberVar]
exiv2-0.26/samples/geotag.cpp:147:14: warning: Member variable 'Position::delta_' is not initialized in the constructor. [uninitMemberVar]
exiv2-0.26/samples/geotag.cpp:150:5: warning: Member variable 'Position::times_' is not initialized in the constructor. [uninitMemberVar]
exiv2-0.26/samples/geotag.cpp:150:5: warning: Member variable 'Position::delta_' is not initialized in the constructor. [uninitMemberVar]
exiv2-0.26/samples/geotag.cpp:264:5: warning: Member variable 'UserData::ele' is not initialized in the constructor. [uninitMemberVar]
exiv2-0.26/samples/geotag.cpp:264:5: warning: Member variable 'UserData::lat' is not initialized in the constructor. [uninitMemberVar]
exiv2-0.26/samples/geotag.cpp:264:5: warning: Member variable 'UserData::lon' is not initialized in the constructor. [uninitMemberVar]
exiv2-0.26/samples/geotag.cpp:264:5: warning: Member variable 'UserData::time' is not initialized in the constructor. [uninitMemberVar]
exiv2-0.26/samples/geotag.cpp:147:27: performance: Variable 'time_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
exiv2-0.26/samples/geotag.cpp:153:10: style: Technically the member function 'Position::good' can be const. [functionConst]
exiv2-0.26/samples/geotag.cpp:155:17: style: Technically the member function 'Position::getTime' can be const. [functionConst]
exiv2-0.26/samples/geotag.cpp:159:12: style: Technically the member function 'Position::lat' can be const. [functionConst]
exiv2-0.26/samples/geotag.cpp:160:12: style: Technically the member function 'Position::lon' can be const. [functionConst]
exiv2-0.26/samples/geotag.cpp:161:12: style: Technically the member function 'Position::ele' can be const. [functionConst]
exiv2-0.26/samples/geotag.cpp:162:12: style: Technically the member function 'Position::delta' can be const. [functionConst]
exiv2-0.26/samples/geotag.cpp:264:5: style: Class 'UserData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
exiv2-0.26/samples/geotag.cpp:143:1: warning: The class 'Position' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
exiv2-0.26/samples/geotag.cpp:439:34: performance: Function parameter 'dir' should be passed by const reference. [passedByValue]
exiv2-0.26/samples/geotag.cpp:439:50: performance: Function parameter 'file' should be passed by const reference. [passedByValue]
exiv2-0.26/samples/geotag.cpp:727:25: performance: Function parameter 'a' should be passed by const reference. [passedByValue]
exiv2-0.26/samples/geotag.cpp:727:39: performance: Function parameter 'b' should be passed by const reference. [passedByValue]
exiv2-0.26/samples/prevtest.cpp:25:88: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
exiv2-0.26/samples/toexv.hpp:49:5: style: Class 'Params' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
exiv2-0.26/samples/xmpsample.cpp:29:5: style: Variable 'xmpData["Xmp.dc.subject"]' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
exiv2-0.26/samples/xmpsample.cpp:28:5: note: Variable 'xmpData["Xmp.dc.subject"]' is reassigned a value before the old one has been used if variable is no semaphore variable.
exiv2-0.26/samples/xmpsample.cpp:29:5: note: Variable 'xmpData["Xmp.dc.subject"]' is reassigned a value before the old one has been used if variable is no semaphore variable.
exiv2-0.26/samples/xmpsample.cpp:32:5: style: Variable 'xmpData["Xmp.dc.title"]' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
exiv2-0.26/samples/xmpsample.cpp:31:5: note: Variable 'xmpData["Xmp.dc.title"]' is reassigned a value before the old one has been used if variable is no semaphore variable.
exiv2-0.26/samples/xmpsample.cpp:32:5: note: Variable 'xmpData["Xmp.dc.title"]' is reassigned a value before the old one has been used if variable is no semaphore variable.
exiv2-0.26/samples/xmpsample.cpp:130:5: style: Variable 'xmpData["Xmp.tiff.ImageDescription"]' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
exiv2-0.26/samples/xmpsample.cpp:129:5: note: Variable 'xmpData["Xmp.tiff.ImageDescription"]' is reassigned a value before the old one has been used if variable is no semaphore variable.
exiv2-0.26/samples/xmpsample.cpp:130:5: note: Variable 'xmpData["Xmp.tiff.ImageDescription"]' is reassigned a value before the old one has been used if variable is no semaphore variable.
exiv2-0.26/src/actions.cpp:335:13: style: Condition '!done' is always true [knownConditionTrueFalse]
exiv2-0.26/src/actions.cpp:333:21: note: Assignment 'done=false', assigned value is 0
exiv2-0.26/src/actions.cpp:335:13: note: Condition '!done' is always true
exiv2-0.26/src/actions.cpp:348:17: style: Condition '!done' is always true [knownConditionTrueFalse]
exiv2-0.26/src/actions.cpp:347:25: note: Assignment 'done=false', assigned value is 0
exiv2-0.26/src/actions.cpp:348:17: note: Condition '!done' is always true
exiv2-0.26/src/actions.cpp:387:17: style: Condition '!done' is always true [knownConditionTrueFalse]
exiv2-0.26/src/actions.cpp:386:25: note: Assignment 'done=false', assigned value is 0
exiv2-0.26/src/actions.cpp:387:17: note: Condition '!done' is always true
exiv2-0.26/src/actions.cpp:1074:13: style: Condition '!rc' is always true [knownConditionTrueFalse]
exiv2-0.26/src/actions.cpp:1069:19: note: Assignment 'rc=0', assigned value is 0
exiv2-0.26/src/actions.cpp:1074:13: note: Condition '!rc' is always true
exiv2-0.26/src/actions.cpp:1380:15: style: Condition 'rc==0' is always true [knownConditionTrueFalse]
exiv2-0.26/src/actions.cpp:1378:18: note: Assignment 'rc=0', assigned value is 0
exiv2-0.26/src/actions.cpp:1380:15: note: Condition 'rc==0' is always true
exiv2-0.26/src/actions.cpp:392:17: style: Variable 'done' is reassigned a value before the old one has been used. [redundantAssignment]
exiv2-0.26/src/actions.cpp:391:17: note: Variable 'done' is reassigned a value before the old one has been used.
exiv2-0.26/src/actions.cpp:392:17: note: Variable 'done' is reassigned a value before the old one has been used.
exiv2-0.26/src/actions.cpp:393:17: style: Variable 'done' is reassigned a value before the old one has been used. [redundantAssignment]
exiv2-0.26/src/actions.cpp:392:17: note: Variable 'done' is reassigned a value before the old one has been used.
exiv2-0.26/src/actions.cpp:393:17: note: Variable 'done' is reassigned a value before the old one has been used.
exiv2-0.26/src/actions.cpp:1380:15: style: Same expression on both sides of '==' because the value of 'rc' and '0' are the same. [duplicateExpression]
exiv2-0.26/src/actions.cpp:1378:18: note: 'rc' is assigned value '0' here.
exiv2-0.26/src/actions.cpp:1380:15: note: Same expression on both sides of '==' because the value of 'rc' and '0' are the same.
exiv2-0.26/src/actions.cpp:626:80: style: Function 'printMetadatum' argument 2 names different: declaration 'image' definition 'pImage'. [funcArgNamesDifferent]
exiv2-0.26/src/actions.hpp:180:77: note: Function 'printMetadatum' argument 2 names different: declaration 'image' definition 'pImage'.
exiv2-0.26/src/actions.cpp:626:80: note: Function 'printMetadatum' argument 2 names different: declaration 'image' definition 'pImage'.
exiv2-0.26/src/actions.cpp:1183:53: style: Function 'writeIccProfile' argument 1 names different: declaration 'path' definition 'target'. [funcArgNamesDifferent]
exiv2-0.26/src/actions.hpp:324:48: note: Function 'writeIccProfile' argument 1 names different: declaration 'path' definition 'target'.
exiv2-0.26/src/actions.cpp:1183:53: note: Function 'writeIccProfile' argument 1 names different: declaration 'path' definition 'target'.
exiv2-0.26/src/actions.cpp:2359:17: error: Accessing an item in container 's' that is empty. [containerOutOfBounds]
exiv2-0.26/src/actions.cpp:339:13: style: Variable 'done' is assigned a value that is never used. [unreadVariable]
exiv2-0.26/src/actions.cpp:352:17: style: Variable 'done' is assigned a value that is never used. [unreadVariable]
exiv2-0.26/src/actions.cpp:393:17: style: Variable 'done' is assigned a value that is never used. [unreadVariable]
exiv2-0.26/src/actions.cpp:761:21: style: Variable 'first' is assigned a value that is never used. [unreadVariable]
exiv2-0.26/src/actions.hpp:158:5: style: The class 'Print' does not have a constructor although it has private member variables. [noConstructor]
exiv2-0.26/src/actions.hpp:227:5: style: The class 'Adjust' does not have a constructor although it has private member variables. [noConstructor]
exiv2-0.26/src/actions.hpp:174:14: performance: Technically the member function 'Action::Print::grepTag' can be static. [functionStatic]
exiv2-0.26/src/actions.cpp:588:17: note: Technically the member function 'Action::Print::grepTag' can be static.
exiv2-0.26/src/actions.hpp:174:14: note: Technically the member function 'Action::Print::grepTag' can be static.
exiv2-0.26/src/actions.hpp:176:14: performance: Technically the member function 'Action::Print::keyTag' can be static. [functionStatic]
exiv2-0.26/src/actions.cpp:615:17: note: Technically the member function 'Action::Print::keyTag' can be static.
exiv2-0.26/src/actions.hpp:176:14: note: Technically the member function 'Action::Print::keyTag' can be static.
exiv2-0.26/src/actions.hpp:260:13: performance: Technically the member function 'Action::Erase::eraseThumbnail' can be static. [functionStatic]
exiv2-0.26/src/actions.cpp:993:16: note: Technically the member function 'Action::Erase::eraseThumbnail' can be static.
exiv2-0.26/src/actions.hpp:260:13: note: Technically the member function 'Action::Erase::eraseThumbnail' can be static.
exiv2-0.26/src/actions.hpp:264:13: performance: Technically the member function 'Action::Erase::eraseExifData' can be static. [functionStatic]
exiv2-0.26/src/actions.cpp:1007:16: note: Technically the member function 'Action::Erase::eraseExifData' can be static.
exiv2-0.26/src/actions.hpp:264:13: note: Technically the member function 'Action::Erase::eraseExifData' can be static.
exiv2-0.26/src/actions.hpp:268:13: performance: Technically the member function 'Action::Erase::eraseIptcData' can be static. [functionStatic]
exiv2-0.26/src/actions.cpp:1016:16: note: Technically the member function 'Action::Erase::eraseIptcData' can be static.
exiv2-0.26/src/actions.hpp:268:13: note: Technically the member function 'Action::Erase::eraseIptcData' can be static.
exiv2-0.26/src/actions.hpp:272:13: performance: Technically the member function 'Action::Erase::eraseComment' can be static. [functionStatic]
exiv2-0.26/src/actions.cpp:1025:16: note: Technically the member function 'Action::Erase::eraseComment' can be static.
exiv2-0.26/src/actions.hpp:272:13: note: Technically the member function 'Action::Erase::eraseComment' can be static.
exiv2-0.26/src/actions.hpp:276:13: performance: Technically the member function 'Action::Erase::eraseXmpData' can be static. [functionStatic]
exiv2-0.26/src/actions.cpp:1034:16: note: Technically the member function 'Action::Erase::eraseXmpData' can be static.
exiv2-0.26/src/actions.hpp:276:13: note: Technically the member function 'Action::Erase::eraseXmpData' can be static.
exiv2-0.26/src/actions.hpp:280:13: performance: Technically the member function 'Action::Erase::eraseIccProfile' can be static. [functionStatic]
exiv2-0.26/src/actions.cpp:1043:16: note: Technically the member function 'Action::Erase::eraseIccProfile' can be static.
exiv2-0.26/src/actions.hpp:280:13: note: Technically the member function 'Action::Erase::eraseIccProfile' can be static.
exiv2-0.26/src/actions.hpp:347:13: performance: Technically the member function 'Action::Insert::insertThumbnail' can be static. [functionStatic]
exiv2-0.26/src/actions.cpp:1402:17: note: Technically the member function 'Action::Insert::insertThumbnail' can be static.
exiv2-0.26/src/actions.hpp:347:13: note: Technically the member function 'Action::Insert::insertThumbnail' can be static.
exiv2-0.26/src/actions.hpp:356:13: performance: Technically the member function 'Action::Insert::insertXmpPacket' can be static. [functionStatic]
exiv2-0.26/src/actions.cpp:1337:17: note: Technically the member function 'Action::Insert::insertXmpPacket' can be static.
exiv2-0.26/src/actions.hpp:356:13: note: Technically the member function 'Action::Insert::insertXmpPacket' can be static.
exiv2-0.26/src/actions.hpp:365:13: performance: Technically the member function 'Action::Insert::insertIccProfile' can be static. [functionStatic]
exiv2-0.26/src/actions.cpp:1376:17: note: Technically the member function 'Action::Insert::insertIccProfile' can be static.
exiv2-0.26/src/actions.hpp:365:13: note: Technically the member function 'Action::Insert::insertIccProfile' can be static.
exiv2-0.26/src/exiv2app.hpp:334:17: style: The function 'option' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/utils.hpp:102:17: note: Virtual function in base class
exiv2-0.26/src/exiv2app.hpp:334:17: note: Function in derived class
exiv2-0.26/src/exiv2app.hpp:337:17: style: The function 'nonoption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/utils.hpp:116:17: note: Virtual function in base class
exiv2-0.26/src/exiv2app.hpp:337:17: note: Function in derived class
exiv2-0.26/src/actions.hpp:161:21: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/actions.hpp:89:21: note: Virtual function in base class
exiv2-0.26/src/actions.hpp:161:21: note: Function in derived class
exiv2-0.26/src/actions.hpp:205:24: style: The function 'clone_' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/actions.hpp:93:23: note: Virtual function in base class
exiv2-0.26/src/actions.hpp:205:24: note: Function in derived class
exiv2-0.26/src/actions.hpp:218:21: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/actions.hpp:89:21: note: Virtual function in base class
exiv2-0.26/src/actions.hpp:218:21: note: Function in derived class
exiv2-0.26/src/actions.hpp:223:25: style: The function 'clone_' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/actions.hpp:93:23: note: Virtual function in base class
exiv2-0.26/src/actions.hpp:223:25: note: Function in derived class
exiv2-0.26/src/actions.hpp:230:21: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/actions.hpp:89:21: note: Virtual function in base class
exiv2-0.26/src/actions.hpp:230:21: note: Function in derived class
exiv2-0.26/src/actions.hpp:235:25: style: The function 'clone_' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/actions.hpp:93:23: note: Virtual function in base class
exiv2-0.26/src/actions.hpp:235:25: note: Function in derived class
exiv2-0.26/src/actions.hpp:253:21: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/actions.hpp:89:21: note: Virtual function in base class
exiv2-0.26/src/actions.hpp:253:21: note: Function in derived class
exiv2-0.26/src/actions.hpp:288:24: style: The function 'clone_' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/actions.hpp:93:23: note: Virtual function in base class
exiv2-0.26/src/actions.hpp:288:24: note: Function in derived class
exiv2-0.26/src/actions.hpp:299:21: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/actions.hpp:89:21: note: Virtual function in base class
exiv2-0.26/src/actions.hpp:299:21: note: Function in derived class
exiv2-0.26/src/actions.hpp:327:26: style: The function 'clone_' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/actions.hpp:93:23: note: Virtual function in base class
exiv2-0.26/src/actions.hpp:327:26: note: Function in derived class
exiv2-0.26/src/actions.hpp:338:21: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/actions.hpp:89:21: note: Virtual function in base class
exiv2-0.26/src/actions.hpp:338:21: note: Function in derived class
exiv2-0.26/src/actions.hpp:368:25: style: The function 'clone_' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/actions.hpp:93:23: note: Virtual function in base class
exiv2-0.26/src/actions.hpp:368:25: note: Function in derived class
exiv2-0.26/src/actions.hpp:379:21: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/actions.hpp:89:21: note: Virtual function in base class
exiv2-0.26/src/actions.hpp:379:21: note: Function in derived class
exiv2-0.26/src/actions.hpp:387:25: style: The function 'clone_' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/actions.hpp:93:23: note: Virtual function in base class
exiv2-0.26/src/actions.hpp:387:25: note: Function in derived class
exiv2-0.26/src/actions.hpp:412:21: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/actions.hpp:89:21: note: Virtual function in base class
exiv2-0.26/src/actions.hpp:412:21: note: Function in derived class
exiv2-0.26/src/actions.hpp:417:25: style: The function 'clone_' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/actions.hpp:93:23: note: Virtual function in base class
exiv2-0.26/src/actions.hpp:417:25: note: Function in derived class
exiv2-0.26/src/actions.hpp:430:21: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/actions.hpp:89:21: note: Virtual function in base class
exiv2-0.26/src/actions.hpp:430:21: note: Function in derived class
exiv2-0.26/src/actions.hpp:435:25: style: The function 'clone_' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/actions.hpp:93:23: note: Virtual function in base class
exiv2-0.26/src/actions.hpp:435:25: note: Function in derived class
exiv2-0.26/src/actions.cpp:1071:71: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
exiv2-0.26/src/basicio.cpp:214:34: warning: Either the condition 'fp_!=0' is redundant or there is possible null pointer dereference: fp_. [nullPointerRedundantCheck]
exiv2-0.26/src/basicio.cpp:217:17: note: Assuming that condition 'fp_!=0' is not redundant
exiv2-0.26/src/basicio.cpp:214:34: note: Null pointer dereference
exiv2-0.26/src/basicio.cpp:595:14: style: The scope of the variable 'writeCount' can be reduced. [variableScope]
exiv2-0.26/src/basicio.cpp:1843:16: style: The scope of the variable 'nRealData' can be reduced. [variableScope]
exiv2-0.26/src/basicio.cpp:1694:26: warning: Suspicious code: sign conversion of -1 in calculation because '-1' has a negative value [signConversion]
exiv2-0.26/src/basicio.cpp:91:9: style: Class 'Impl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
exiv2-0.26/src/makernote_int.hpp:196:22: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/makernote_int.hpp:148:22: note: Virtual function in base class
exiv2-0.26/src/makernote_int.hpp:196:22: note: Function in derived class
exiv2-0.26/src/makernote_int.hpp:202:26: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/makernote_int.hpp:159:26: note: Virtual function in base class
exiv2-0.26/src/makernote_int.hpp:202:26: note: Function in derived class
exiv2-0.26/src/makernote_int.hpp:203:26: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/makernote_int.hpp:161:26: note: Virtual function in base class
exiv2-0.26/src/makernote_int.hpp:203:26: note: Function in derived class
exiv2-0.26/src/makernote_int.hpp:204:26: style: The function 'ifdOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/makernote_int.hpp:167:26: note: Virtual function in base class
exiv2-0.26/src/makernote_int.hpp:204:26: note: Function in derived class
exiv2-0.26/src/makernote_int.hpp:227:22: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/makernote_int.hpp:148:22: note: Virtual function in base class
exiv2-0.26/src/makernote_int.hpp:227:22: note: Function in derived class
exiv2-0.26/src/makernote_int.hpp:233:26: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/makernote_int.hpp:159:26: note: Virtual function in base class
exiv2-0.26/src/makernote_int.hpp:233:26: note: Function in derived class
exiv2-0.26/src/makernote_int.hpp:234:26: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/makernote_int.hpp:161:26: note: Virtual function in base class
exiv2-0.26/src/makernote_int.hpp:234:26: note: Function in derived class
exiv2-0.26/src/makernote_int.hpp:235:26: style: The function 'ifdOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/makernote_int.hpp:167:26: note: Virtual function in base class
exiv2-0.26/src/makernote_int.hpp:235:26: note: Function in derived class
exiv2-0.26/src/makernote_int.hpp:236:26: style: The function 'baseOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/makernote_int.hpp:179:26: note: Virtual function in base class
exiv2-0.26/src/makernote_int.hpp:236:26: note: Function in derived class
exiv2-0.26/src/makernote_int.hpp:259:22: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/makernote_int.hpp:148:22: note: Virtual function in base class
exiv2-0.26/src/makernote_int.hpp:259:22: note: Function in derived class
exiv2-0.26/src/makernote_int.hpp:266:27: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/makernote_int.hpp:159:26: note: Virtual function in base class
exiv2-0.26/src/makernote_int.hpp:266:27: note: Function in derived class
exiv2-0.26/src/makernote_int.hpp:267:27: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/makernote_int.hpp:161:26: note: Virtual function in base class
exiv2-0.26/src/makernote_int.hpp:267:27: note: Function in derived class
exiv2-0.26/src/makernote_int.hpp:268:27: style: The function 'ifdOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/makernote_int.hpp:167:26: note: Virtual function in base class
exiv2-0.26/src/makernote_int.hpp:268:27: note: Function in derived class
exiv2-0.26/src/makernote_int.hpp:269:27: style: The function 'byteOrder' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/makernote_int.hpp:173:27: note: Virtual function in base class
exiv2-0.26/src/makernote_int.hpp:269:27: note: Function in derived class
exiv2-0.26/src/makernote_int.hpp:270:27: style: The function 'baseOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/makernote_int.hpp:179:26: note: Virtual function in base class
exiv2-0.26/src/makernote_int.hpp:270:27: note: Function in derived class
exiv2-0.26/src/makernote_int.hpp:295:22: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/makernote_int.hpp:148:22: note: Virtual function in base class
exiv2-0.26/src/makernote_int.hpp:295:22: note: Function in derived class
exiv2-0.26/src/makernote_int.hpp:301:26: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/makernote_int.hpp:159:26: note: Virtual function in base class
exiv2-0.26/src/makernote_int.hpp:301:26: note: Function in derived class
exiv2-0.26/src/makernote_int.hpp:302:26: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/makernote_int.hpp:161:26: note: Virtual function in base class
exiv2-0.26/src/makernote_int.hpp:302:26: note: Function in derived class
exiv2-0.26/src/makernote_int.hpp:303:26: style: The function 'ifdOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/makernote_int.hpp:167:26: note: Virtual function in base class
exiv2-0.26/src/makernote_int.hpp:303:26: note: Function in derived class
exiv2-0.26/src/makernote_int.hpp:327:22: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/makernote_int.hpp:148:22: note: Virtual function in base class
exiv2-0.26/src/makernote_int.hpp:327:22: note: Function in derived class
exiv2-0.26/src/makernote_int.hpp:330:22: style: The function 'setByteOrder' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/makernote_int.hpp:154:22: note: Virtual function in base class
exiv2-0.26/src/makernote_int.hpp:330:22: note: Function in derived class
exiv2-0.26/src/makernote_int.hpp:334:27: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/makernote_int.hpp:159:26: note: Virtual function in base class
exiv2-0.26/src/makernote_int.hpp:334:27: note: Function in derived class
exiv2-0.26/src/makernote_int.hpp:335:27: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/makernote_int.hpp:161:26: note: Virtual function in base class
exiv2-0.26/src/makernote_int.hpp:335:27: note: Function in derived class
exiv2-0.26/src/makernote_int.hpp:336:27: style: The function 'ifdOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/makernote_int.hpp:167:26: note: Virtual function in base class
exiv2-0.26/src/makernote_int.hpp:336:27: note: Function in derived class
exiv2-0.26/src/makernote_int.hpp:337:27: style: The function 'byteOrder' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/makernote_int.hpp:173:27: note: Virtual function in base class
exiv2-0.26/src/makernote_int.hpp:337:27: note: Function in derived class
exiv2-0.26/src/makernote_int.hpp:338:27: style: The function 'baseOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/makernote_int.hpp:179:26: note: Virtual function in base class
exiv2-0.26/src/makernote_int.hpp:338:27: note: Function in derived class
exiv2-0.26/src/makernote_int.hpp:363:22: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/makernote_int.hpp:148:22: note: Virtual function in base class
exiv2-0.26/src/makernote_int.hpp:363:22: note: Function in derived class
exiv2-0.26/src/makernote_int.hpp:369:26: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/makernote_int.hpp:159:26: note: Virtual function in base class
exiv2-0.26/src/makernote_int.hpp:369:26: note: Function in derived class
exiv2-0.26/src/makernote_int.hpp:370:26: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/makernote_int.hpp:161:26: note: Virtual function in base class
exiv2-0.26/src/makernote_int.hpp:370:26: note: Function in derived class
exiv2-0.26/src/makernote_int.hpp:371:26: style: The function 'ifdOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/makernote_int.hpp:167:26: note: Virtual function in base class
exiv2-0.26/src/makernote_int.hpp:371:26: note: Function in derived class
exiv2-0.26/src/makernote_int.hpp:395:22: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/makernote_int.hpp:148:22: note: Virtual function in base class
exiv2-0.26/src/makernote_int.hpp:395:22: note: Function in derived class
exiv2-0.26/src/makernote_int.hpp:401:26: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/makernote_int.hpp:159:26: note: Virtual function in base class
exiv2-0.26/src/makernote_int.hpp:401:26: note: Function in derived class
exiv2-0.26/src/makernote_int.hpp:402:26: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/makernote_int.hpp:161:26: note: Virtual function in base class
exiv2-0.26/src/makernote_int.hpp:402:26: note: Function in derived class
exiv2-0.26/src/makernote_int.hpp:403:26: style: The function 'ifdOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/makernote_int.hpp:167:26: note: Virtual function in base class
exiv2-0.26/src/makernote_int.hpp:403:26: note: Function in derived class
exiv2-0.26/src/makernote_int.hpp:404:26: style: The function 'baseOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/makernote_int.hpp:179:26: note: Virtual function in base class
exiv2-0.26/src/makernote_int.hpp:404:26: note: Function in derived class
exiv2-0.26/src/makernote_int.hpp:427:22: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/makernote_int.hpp:148:22: note: Virtual function in base class
exiv2-0.26/src/makernote_int.hpp:427:22: note: Function in derived class
exiv2-0.26/src/makernote_int.hpp:433:26: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/makernote_int.hpp:159:26: note: Virtual function in base class
exiv2-0.26/src/makernote_int.hpp:433:26: note: Function in derived class
exiv2-0.26/src/makernote_int.hpp:434:26: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/makernote_int.hpp:161:26: note: Virtual function in base class
exiv2-0.26/src/makernote_int.hpp:434:26: note: Function in derived class
exiv2-0.26/src/makernote_int.hpp:435:26: style: The function 'ifdOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/makernote_int.hpp:167:26: note: Virtual function in base class
exiv2-0.26/src/makernote_int.hpp:435:26: note: Function in derived class
exiv2-0.26/src/makernote_int.hpp:456:22: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/makernote_int.hpp:148:22: note: Virtual function in base class
exiv2-0.26/src/makernote_int.hpp:456:22: note: Function in derived class
exiv2-0.26/src/makernote_int.hpp:462:26: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/makernote_int.hpp:159:26: note: Virtual function in base class
exiv2-0.26/src/makernote_int.hpp:462:26: note: Function in derived class
exiv2-0.26/src/makernote_int.hpp:463:26: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/makernote_int.hpp:161:26: note: Virtual function in base class
exiv2-0.26/src/makernote_int.hpp:463:26: note: Function in derived class
exiv2-0.26/src/makernote_int.hpp:464:26: style: The function 'baseOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/makernote_int.hpp:179:26: note: Virtual function in base class
exiv2-0.26/src/makernote_int.hpp:464:26: note: Function in derived class
exiv2-0.26/src/makernote_int.hpp:481:22: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/makernote_int.hpp:148:22: note: Virtual function in base class
exiv2-0.26/src/makernote_int.hpp:481:22: note: Function in derived class
exiv2-0.26/src/makernote_int.hpp:487:26: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/makernote_int.hpp:159:26: note: Virtual function in base class
exiv2-0.26/src/makernote_int.hpp:487:26: note: Function in derived class
exiv2-0.26/src/makernote_int.hpp:488:26: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/makernote_int.hpp:161:26: note: Virtual function in base class
exiv2-0.26/src/makernote_int.hpp:488:26: note: Function in derived class
exiv2-0.26/src/makernote_int.hpp:489:26: style: The function 'ifdOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/makernote_int.hpp:167:26: note: Virtual function in base class
exiv2-0.26/src/makernote_int.hpp:489:26: note: Function in derived class
exiv2-0.26/src/makernote_int.hpp:514:22: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/makernote_int.hpp:148:22: note: Virtual function in base class
exiv2-0.26/src/makernote_int.hpp:514:22: note: Function in derived class
exiv2-0.26/src/makernote_int.hpp:520:26: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/makernote_int.hpp:159:26: note: Virtual function in base class
exiv2-0.26/src/makernote_int.hpp:520:26: note: Function in derived class
exiv2-0.26/src/makernote_int.hpp:521:26: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/makernote_int.hpp:161:26: note: Virtual function in base class
exiv2-0.26/src/makernote_int.hpp:521:26: note: Function in derived class
exiv2-0.26/src/makernote_int.hpp:522:26: style: The function 'ifdOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/makernote_int.hpp:167:26: note: Virtual function in base class
exiv2-0.26/src/makernote_int.hpp:522:26: note: Function in derived class
exiv2-0.26/src/makernote_int.hpp:546:22: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/makernote_int.hpp:148:22: note: Virtual function in base class
exiv2-0.26/src/makernote_int.hpp:546:22: note: Function in derived class
exiv2-0.26/src/makernote_int.hpp:552:26: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/makernote_int.hpp:159:26: note: Virtual function in base class
exiv2-0.26/src/makernote_int.hpp:552:26: note: Function in derived class
exiv2-0.26/src/makernote_int.hpp:553:26: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/makernote_int.hpp:161:26: note: Virtual function in base class
exiv2-0.26/src/makernote_int.hpp:553:26: note: Function in derived class
exiv2-0.26/src/makernote_int.hpp:554:26: style: The function 'ifdOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/makernote_int.hpp:167:26: note: Virtual function in base class
exiv2-0.26/src/makernote_int.hpp:554:26: note: Function in derived class
exiv2-0.26/src/makernote_int.hpp:555:27: style: The function 'byteOrder' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/makernote_int.hpp:173:27: note: Virtual function in base class
exiv2-0.26/src/makernote_int.hpp:555:27: note: Function in derived class
exiv2-0.26/src/casiomn.cpp:233:21: style: Unused variable: s [unusedVariable]
exiv2-0.26/src/casiomn.cpp:553:21: style: Unused variable: s [unusedVariable]
exiv2-0.26/src/convert.cpp:1073:9: style: Variable 'ref' is reassigned a value before the old one has been used. [redundantAssignment]
exiv2-0.26/src/convert.cpp:1069:0: note: Variable 'ref' is reassigned a value before the old one has been used.
exiv2-0.26/src/convert.cpp:1073:9: note: Variable 'ref' is reassigned a value before the old one has been used.
exiv2-0.26/src/convert.cpp:1366:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
exiv2-0.26/src/convert.cpp:302:21: style: Unused private function: 'Converter::computeIptcDigest' [unusedPrivateFunction]
exiv2-0.26/src/convert.cpp:155:14: performance: Technically the member function 'Exiv2::Converter::cnvNone' can be static. [functionStatic]
exiv2-0.26/src/convert.cpp:479:21: note: Technically the member function 'Exiv2::Converter::cnvNone' can be static.
exiv2-0.26/src/convert.cpp:155:14: note: Technically the member function 'Exiv2::Converter::cnvNone' can be static.
exiv2-0.26/src/convert.cpp:279:14: performance: Technically the member function 'Exiv2::Converter::writeExifDigest' can be static. [functionStatic]
exiv2-0.26/src/convert.cpp:1218:21: note: Technically the member function 'Exiv2::Converter::writeExifDigest' can be static.
exiv2-0.26/src/convert.cpp:279:14: note: Technically the member function 'Exiv2::Converter::writeExifDigest' can be static.
exiv2-0.26/src/convert.cpp:301:21: performance: Technically the member function 'Exiv2::Converter::computeExifDigest' can be static. [functionStatic]
exiv2-0.26/src/convert.cpp:1211:28: note: Technically the member function 'Exiv2::Converter::computeExifDigest' can be static.
exiv2-0.26/src/convert.cpp:301:21: note: Technically the member function 'Exiv2::Converter::computeExifDigest' can be static.
exiv2-0.26/src/convert.cpp:302:21: performance: Technically the member function 'Exiv2::Converter::computeIptcDigest' can be static. [functionStatic]
exiv2-0.26/src/convert.cpp:1264:28: note: Technically the member function 'Exiv2::Converter::computeIptcDigest' can be static.
exiv2-0.26/src/convert.cpp:302:21: note: Technically the member function 'Exiv2::Converter::computeIptcDigest' can be static.
exiv2-0.26/src/tiffimage_int.hpp:481:9: style: Class 'FindExifdatum' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
exiv2-0.26/src/cr2image_int.hpp:56:9: style: Class 'Cr2Header' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
exiv2-0.26/src/tiffcomposite_int.hpp:471:21: style: The function 'idx' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:316:21: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:471:21: note: Function in derived class
exiv2-0.26/src/tiffcomposite_int.hpp:501:26: style: The function 'doWrite' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:334:26: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:501:26: note: Function in derived class
exiv2-0.26/src/tiffcomposite_int.hpp:512:26: style: The function 'doCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:358:26: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:512:26: note: Function in derived class
exiv2-0.26/src/tiffcomposite_int.hpp:517:26: style: The function 'doWriteData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:347:26: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:517:26: note: Function in derived class
exiv2-0.26/src/tiffcomposite_int.hpp:526:26: style: The function 'doWriteImage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:353:26: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:526:26: note: Function in derived class
exiv2-0.26/src/tiffcomposite_int.hpp:529:26: style: The function 'doSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:356:26: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:529:26: note: Function in derived class
exiv2-0.26/src/tiffcomposite_int.hpp:531:26: style: The function 'doSizeData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:360:26: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:531:26: note: Function in derived class
exiv2-0.26/src/tiffcomposite_int.hpp:533:26: style: The function 'doSizeImage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:362:26: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:533:26: note: Function in derived class
exiv2-0.26/src/tiffcomposite_int.hpp:581:22: style: The function 'doAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:332:22: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:581:22: note: Function in derived class
exiv2-0.26/src/tiffcomposite_int.hpp:582:22: style: The function 'doEncode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:491:22: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:582:22: note: Function in derived class
exiv2-0.26/src/tiffcomposite_int.hpp:670:22: style: The function 'setStrips' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:623:22: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:670:22: note: Function in derived class
exiv2-0.26/src/tiffcomposite_int.hpp:679:22: style: The function 'doAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:332:22: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:679:22: note: Function in derived class
exiv2-0.26/src/tiffcomposite_int.hpp:680:22: style: The function 'doEncode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:491:22: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:680:22: note: Function in derived class
exiv2-0.26/src/tiffcomposite_int.hpp:692:26: style: The function 'doWrite' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:501:26: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:692:26: note: Function in derived class
exiv2-0.26/src/tiffcomposite_int.hpp:707:26: style: The function 'doWriteData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:517:26: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:707:26: note: Function in derived class
exiv2-0.26/src/tiffcomposite_int.hpp:715:26: style: The function 'doSizeData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:531:26: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:715:26: note: Function in derived class
exiv2-0.26/src/tiffcomposite_int.hpp:752:22: style: The function 'setStrips' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:623:22: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:752:22: note: Function in derived class
exiv2-0.26/src/tiffcomposite_int.hpp:761:22: style: The function 'doAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:332:22: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:761:22: note: Function in derived class
exiv2-0.26/src/tiffcomposite_int.hpp:762:22: style: The function 'doEncode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:491:22: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:762:22: note: Function in derived class
exiv2-0.26/src/tiffcomposite_int.hpp:768:26: style: The function 'doWrite' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:501:26: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:768:26: note: Function in derived class
exiv2-0.26/src/tiffcomposite_int.hpp:787:26: style: The function 'doWriteData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:517:26: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:787:26: note: Function in derived class
exiv2-0.26/src/tiffcomposite_int.hpp:796:26: style: The function 'doWriteImage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:526:26: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:796:26: note: Function in derived class
exiv2-0.26/src/tiffcomposite_int.hpp:799:26: style: The function 'doSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:529:26: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:799:26: note: Function in derived class
exiv2-0.26/src/tiffcomposite_int.hpp:801:26: style: The function 'doSizeData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:531:26: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:801:26: note: Function in derived class
exiv2-0.26/src/tiffcomposite_int.hpp:803:26: style: The function 'doSizeImage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:533:26: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:803:26: note: Function in derived class
exiv2-0.26/src/tiffcomposite_int.hpp:843:22: style: The function 'doAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:332:22: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:843:22: note: Function in derived class
exiv2-0.26/src/tiffcomposite_int.hpp:844:22: style: The function 'doEncode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:491:22: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:844:22: note: Function in derived class
exiv2-0.26/src/tiffcomposite_int.hpp:890:32: style: The function 'doAddPath' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:323:32: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:890:32: note: Function in derived class
exiv2-0.26/src/tiffcomposite_int.hpp:894:32: style: The function 'doAddChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:328:32: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:894:32: note: Function in derived class
exiv2-0.26/src/tiffcomposite_int.hpp:895:32: style: The function 'doAddNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:330:32: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:895:32: note: Function in derived class
exiv2-0.26/src/tiffcomposite_int.hpp:896:22: style: The function 'doAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:332:22: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:896:22: note: Function in derived class
exiv2-0.26/src/tiffcomposite_int.hpp:902:26: style: The function 'doWrite' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:334:26: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:902:26: note: Function in derived class
exiv2-0.26/src/tiffcomposite_int.hpp:912:32: style: The function 'doClone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:345:32: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:912:32: note: Function in derived class
exiv2-0.26/src/tiffcomposite_int.hpp:917:26: style: The function 'doWriteData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:347:26: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:917:26: note: Function in derived class
exiv2-0.26/src/tiffcomposite_int.hpp:928:26: style: The function 'doWriteImage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:353:26: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:928:26: note: Function in derived class
exiv2-0.26/src/tiffcomposite_int.hpp:934:26: style: The function 'doSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:356:26: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:934:26: note: Function in derived class
exiv2-0.26/src/tiffcomposite_int.hpp:939:26: style: The function 'doCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:358:26: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:939:26: note: Function in derived class
exiv2-0.26/src/tiffcomposite_int.hpp:944:26: style: The function 'doSizeData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:360:26: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:944:26: note: Function in derived class
exiv2-0.26/src/tiffcomposite_int.hpp:949:26: style: The function 'doSizeImage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:362:26: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:949:26: note: Function in derived class
exiv2-0.26/src/tiffcomposite_int.hpp:1006:32: style: The function 'doAddPath' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:323:32: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:1006:32: note: Function in derived class
exiv2-0.26/src/tiffcomposite_int.hpp:1010:32: style: The function 'doAddChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:328:32: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:1010:32: note: Function in derived class
exiv2-0.26/src/tiffcomposite_int.hpp:1011:22: style: The function 'doAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:332:22: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:1011:22: note: Function in derived class
exiv2-0.26/src/tiffcomposite_int.hpp:1012:22: style: The function 'doEncode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:491:22: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:1012:22: note: Function in derived class
exiv2-0.26/src/tiffcomposite_int.hpp:1018:26: style: The function 'doWrite' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:501:26: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:1018:26: note: Function in derived class
exiv2-0.26/src/tiffcomposite_int.hpp:1033:26: style: The function 'doWriteData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:517:26: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:1033:26: note: Function in derived class
exiv2-0.26/src/tiffcomposite_int.hpp:1042:26: style: The function 'doWriteImage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:526:26: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:1042:26: note: Function in derived class
exiv2-0.26/src/tiffcomposite_int.hpp:1045:18: style: The function 'doSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:529:26: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:1045:18: note: Function in derived class
exiv2-0.26/src/tiffcomposite_int.hpp:1047:26: style: The function 'doSizeData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:531:26: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:1047:26: note: Function in derived class
exiv2-0.26/src/tiffcomposite_int.hpp:1049:26: style: The function 'doSizeImage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:533:26: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:1049:26: note: Function in derived class
exiv2-0.26/src/tiffcomposite_int.hpp:1091:32: style: The function 'doAddPath' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:323:32: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:1091:32: note: Function in derived class
exiv2-0.26/src/tiffcomposite_int.hpp:1095:32: style: The function 'doAddChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:328:32: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:1095:32: note: Function in derived class
exiv2-0.26/src/tiffcomposite_int.hpp:1096:32: style: The function 'doAddNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:330:32: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:1096:32: note: Function in derived class
exiv2-0.26/src/tiffcomposite_int.hpp:1097:22: style: The function 'doAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:332:22: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:1097:22: note: Function in derived class
exiv2-0.26/src/tiffcomposite_int.hpp:1098:22: style: The function 'doEncode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:491:22: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:1098:22: note: Function in derived class
exiv2-0.26/src/tiffcomposite_int.hpp:1103:26: style: The function 'doWrite' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:501:26: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:1103:26: note: Function in derived class
exiv2-0.26/src/tiffcomposite_int.hpp:1115:26: style: The function 'doCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:512:26: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:1115:26: note: Function in derived class
exiv2-0.26/src/tiffcomposite_int.hpp:1122:26: style: The function 'doSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:529:26: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:1122:26: note: Function in derived class
exiv2-0.26/src/tiffcomposite_int.hpp:1223:32: style: The function 'doAddPath' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:323:32: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:1223:32: note: Function in derived class
exiv2-0.26/src/tiffcomposite_int.hpp:1227:32: style: The function 'doAddChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:328:32: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:1227:32: note: Function in derived class
exiv2-0.26/src/tiffcomposite_int.hpp:1228:32: style: The function 'doAddNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:330:32: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:1228:32: note: Function in derived class
exiv2-0.26/src/tiffcomposite_int.hpp:1229:22: style: The function 'doAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:332:22: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:1229:22: note: Function in derived class
exiv2-0.26/src/tiffcomposite_int.hpp:1235:26: style: The function 'doWrite' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:334:26: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:1235:26: note: Function in derived class
exiv2-0.26/src/tiffcomposite_int.hpp:1245:35: style: The function 'doClone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:345:32: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:1245:35: note: Function in derived class
exiv2-0.26/src/tiffcomposite_int.hpp:1250:26: style: The function 'doWriteData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:347:26: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:1250:26: note: Function in derived class
exiv2-0.26/src/tiffcomposite_int.hpp:1259:26: style: The function 'doWriteImage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:353:26: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:1259:26: note: Function in derived class
exiv2-0.26/src/tiffcomposite_int.hpp:1265:26: style: The function 'doSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:356:26: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:1265:26: note: Function in derived class
exiv2-0.26/src/tiffcomposite_int.hpp:1271:26: style: The function 'doCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:358:26: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:1271:26: note: Function in derived class
exiv2-0.26/src/tiffcomposite_int.hpp:1276:26: style: The function 'doSizeData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:360:26: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:1276:26: note: Function in derived class
exiv2-0.26/src/tiffcomposite_int.hpp:1281:26: style: The function 'doSizeImage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:362:26: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:1281:26: note: Function in derived class
exiv2-0.26/src/tiffcomposite_int.hpp:1437:32: style: The function 'doAddPath' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:323:32: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:1437:32: note: Function in derived class
exiv2-0.26/src/tiffcomposite_int.hpp:1444:32: style: The function 'doAddChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:328:32: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:1444:32: note: Function in derived class
exiv2-0.26/src/tiffcomposite_int.hpp:1445:22: style: The function 'doAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:332:22: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:1445:22: note: Function in derived class
exiv2-0.26/src/tiffcomposite_int.hpp:1446:22: style: The function 'doEncode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:491:22: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:1446:22: note: Function in derived class
exiv2-0.26/src/tiffcomposite_int.hpp:1450:26: style: The function 'doWrite' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:501:26: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:1450:26: note: Function in derived class
exiv2-0.26/src/tiffcomposite_int.hpp:1462:26: style: The function 'doCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:512:26: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:1462:26: note: Function in derived class
exiv2-0.26/src/tiffcomposite_int.hpp:1468:26: style: The function 'doSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:529:26: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:1468:26: note: Function in derived class
exiv2-0.26/src/tiffcomposite_int.hpp:1534:22: style: The function 'doAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:332:22: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:1534:22: note: Function in derived class
exiv2-0.26/src/tiffcomposite_int.hpp:1535:22: style: The function 'doEncode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:491:22: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:1535:22: note: Function in derived class
exiv2-0.26/src/tiffcomposite_int.hpp:1539:26: style: The function 'doWrite' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:501:26: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:1539:26: note: Function in derived class
exiv2-0.26/src/tiffcomposite_int.hpp:1553:26: style: The function 'doCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:512:26: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:1553:26: note: Function in derived class
exiv2-0.26/src/tiffcomposite_int.hpp:1560:26: style: The function 'doSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffcomposite_int.hpp:529:26: note: Virtual function in base class
exiv2-0.26/src/tiffcomposite_int.hpp:1560:26: note: Function in derived class
exiv2-0.26/src/tiffimage_int.hpp:164:14: style: The function 'isImageTag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffimage_int.hpp:131:22: note: Virtual function in base class
exiv2-0.26/src/tiffimage_int.hpp:164:14: note: Function in derived class
exiv2-0.26/src/cr2image_int.hpp:63:14: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffimage_int.hpp:86:22: note: Virtual function in base class
exiv2-0.26/src/cr2image_int.hpp:63:14: note: Function in derived class
exiv2-0.26/src/cr2image_int.hpp:68:17: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffimage_int.hpp:101:25: note: Virtual function in base class
exiv2-0.26/src/cr2image_int.hpp:68:17: note: Function in derived class
exiv2-0.26/src/cr2image_int.hpp:69:14: style: The function 'isImageTag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffimage_int.hpp:131:22: note: Virtual function in base class
exiv2-0.26/src/cr2image_int.hpp:69:14: note: Function in derived class
exiv2-0.26/src/crwimage_int.hpp:341:26: style: The function 'doWrite' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/crwimage_int.hpp:276:26: note: Virtual function in base class
exiv2-0.26/src/crwimage_int.hpp:341:26: note: Function in derived class
exiv2-0.26/src/crwimage_int.hpp:349:22: style: The function 'doDecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/crwimage_int.hpp:288:22: note: Virtual function in base class
exiv2-0.26/src/crwimage_int.hpp:349:22: note: Function in derived class
exiv2-0.26/src/crwimage_int.hpp:390:32: style: The function 'doAdd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/crwimage_int.hpp:267:32: note: Virtual function in base class
exiv2-0.26/src/crwimage_int.hpp:390:32: note: Function in derived class
exiv2-0.26/src/crwimage_int.hpp:392:22: style: The function 'doRemove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/crwimage_int.hpp:269:22: note: Virtual function in base class
exiv2-0.26/src/crwimage_int.hpp:392:22: note: Function in derived class
exiv2-0.26/src/crwimage_int.hpp:397:26: style: The function 'doWrite' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/crwimage_int.hpp:276:26: note: Virtual function in base class
exiv2-0.26/src/crwimage_int.hpp:397:26: note: Function in derived class
exiv2-0.26/src/crwimage_int.hpp:401:22: style: The function 'doRead' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/crwimage_int.hpp:271:22: note: Virtual function in base class
exiv2-0.26/src/crwimage_int.hpp:401:22: note: Function in derived class
exiv2-0.26/src/crwimage_int.hpp:410:22: style: The function 'doDecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/crwimage_int.hpp:288:22: note: Virtual function in base class
exiv2-0.26/src/crwimage_int.hpp:410:22: note: Function in derived class
exiv2-0.26/src/crwimage_int.hpp:414:22: style: The function 'doPrint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/crwimage_int.hpp:291:22: note: Virtual function in base class
exiv2-0.26/src/crwimage_int.hpp:414:22: note: Function in derived class
exiv2-0.26/src/crwimage_int.hpp:419:22: style: The function 'doEmpty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/crwimage_int.hpp:295:22: note: Virtual function in base class
exiv2-0.26/src/crwimage_int.hpp:419:22: note: Function in derived class
exiv2-0.26/src/crwimage_int.hpp:422:32: style: The function 'doFindComponent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/crwimage_int.hpp:297:32: note: Virtual function in base class
exiv2-0.26/src/crwimage_int.hpp:422:32: note: Function in derived class
exiv2-0.26/src/easyaccess.cpp:156:13: style: Variable 'md_st' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
exiv2-0.26/src/easyaccess.cpp:155:0: note: Variable 'md_st' is reassigned a value before the old one has been used if variable is no semaphore variable.
exiv2-0.26/src/easyaccess.cpp:156:13: note: Variable 'md_st' is reassigned a value before the old one has been used if variable is no semaphore variable.
exiv2-0.26/src/epsimage.cpp:179:17: style: Checking if unsigned variable 'pos' is less than zero. [unsignedLessThanZero]
exiv2-0.26/src/epsimage.cpp:182:21: style: Checking if unsigned variable 'pos' is less than zero. [unsignedLessThanZero]
exiv2-0.26/src/epsimage.cpp:185:25: style: Checking if unsigned variable 'pos' is less than zero. [unsignedLessThanZero]
exiv2-0.26/src/epsimage.cpp:711:143: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
exiv2-0.26/src/epsimage.cpp:841:139: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
exiv2-0.26/src/epsimage.cpp:855:99: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
exiv2-0.26/src/epsimage.cpp:958:147: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
exiv2-0.26/src/exif.cpp:63:9: style: Class 'FindExifdatumByKey' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
exiv2-0.26/src/exif.cpp:141:24: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/exif.cpp:105:32: note: Virtual function in base class
exiv2-0.26/src/exif.cpp:141:24: note: Function in derived class
exiv2-0.26/src/exif.cpp:142:21: style: The function 'mimeType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/exif.cpp:110:29: note: Virtual function in base class
exiv2-0.26/src/exif.cpp:142:21: note: Function in derived class
exiv2-0.26/src/exif.cpp:143:21: style: The function 'extension' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/exif.cpp:115:29: note: Virtual function in base class
exiv2-0.26/src/exif.cpp:143:21: note: Function in derived class
exiv2-0.26/src/exif.cpp:165:24: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/exif.cpp:105:32: note: Virtual function in base class
exiv2-0.26/src/exif.cpp:165:24: note: Function in derived class
exiv2-0.26/src/exif.cpp:166:21: style: The function 'mimeType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/exif.cpp:110:29: note: Virtual function in base class
exiv2-0.26/src/exif.cpp:166:21: note: Function in derived class
exiv2-0.26/src/exif.cpp:167:21: style: The function 'extension' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/exif.cpp:115:29: note: Virtual function in base class
exiv2-0.26/src/exif.cpp:167:21: note: Function in derived class
exiv2-0.26/src/exif.cpp:203:28: style: Copying 'auto_ptr' pointer to another does not create two equal objects since one has lost its ownership of the pointer. [useAutoPointerCopy]
exiv2-0.26/src/exiv2.cpp:240:89: style: Function 'printTarget' argument 4 names different: declaration 'os' definition 'out'. [funcArgNamesDifferent]
exiv2-0.26/src/exiv2app.hpp:349:98: note: Function 'printTarget' argument 4 names different: declaration 'os' definition 'out'.
exiv2-0.26/src/exiv2.cpp:240:89: note: Function 'printTarget' argument 4 names different: declaration 'os' definition 'out'.
exiv2-0.26/src/exiv2.cpp:965:42: style: Function 'getopt' argument 2 names different: declaration 'argv' definition 'Argv'. [funcArgNamesDifferent]
exiv2-0.26/src/exiv2app.hpp:331:38: note: Function 'getopt' argument 2 names different: declaration 'argv' definition 'Argv'.
exiv2-0.26/src/exiv2.cpp:965:42: note: Function 'getopt' argument 2 names different: declaration 'argv' definition 'Argv'.
exiv2-0.26/src/exiv2app.hpp:167:10: performance: Technically the member function 'Params::cleanup' can be static. [functionStatic]
exiv2-0.26/src/exiv2.cpp:200:14: note: Technically the member function 'Params::cleanup' can be static.
exiv2-0.26/src/exiv2app.hpp:167:10: note: Technically the member function 'Params::cleanup' can be static.
exiv2-0.26/src/exiv2app.hpp:306:9: style: Technically the member function 'Params::setLogLevel' can be const. [functionConst]
exiv2-0.26/src/exiv2.cpp:420:13: note: Technically the member function 'Params::setLogLevel' can be const.
exiv2-0.26/src/exiv2app.hpp:306:9: note: Technically the member function 'Params::setLogLevel' can be const.
exiv2-0.26/src/exiv2.cpp:897:0: error: Memory leak: bytes [memleak]
exiv2-0.26/src/exiv2.cpp:1014:0: error: Memory leak: argv [memleak]
exiv2-0.26/src/exiv2.cpp:245:76: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
exiv2-0.26/src/exiv2.cpp:240:45: performance: Function parameter 'before' should be passed by const reference. [passedByValue]
exiv2-0.26/src/futils.cpp:127:18: style: The scope of the variable 'n' can be reduced. [variableScope]
exiv2-0.26/src/futils.cpp:129:17: style: The scope of the variable 'n0' can be reduced. [variableScope]
exiv2-0.26/src/futils.cpp:129:21: style: The scope of the variable 'n1' can be reduced. [variableScope]
exiv2-0.26/src/futils.cpp:129:25: style: The scope of the variable 'n2' can be reduced. [variableScope]
exiv2-0.26/src/futils.cpp:129:29: style: The scope of the variable 'n3' can be reduced. [variableScope]
exiv2-0.26/src/futils.cpp:199:14: style: The scope of the variable 'len' can be reduced. [variableScope]
exiv2-0.26/src/futils.cpp:405:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
exiv2-0.26/src/futils.cpp:410:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
exiv2-0.26/src/futils.cpp:428:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
exiv2-0.26/src/futils.cpp:257:15: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
exiv2-0.26/src/getopt_win32.c:167:6: style: The scope of the variable 'cstart' can be reduced. [variableScope]
exiv2-0.26/src/getopt_win32.c:167:55: style: The scope of the variable 'pos' can be reduced. [variableScope]
exiv2-0.26/src/http.cpp:163:32: warning: Possible null pointer dereference: msg [nullPointer]
exiv2-0.26/src/http.cpp:275:67: note: Calling function 'error', 2nd argument 'msg' value is 0
exiv2-0.26/src/http.cpp:163:32: note: Null pointer dereference
exiv2-0.26/src/http.cpp:266:22: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
exiv2-0.26/src/image.cpp:819:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
exiv2-0.26/src/image.cpp:1053:32: style: Function 'indent' argument 1 names different: declaration 'depth' definition 'd'. [funcArgNamesDifferent]
exiv2-0.26/src/image_int.hpp:76:32: note: Function 'indent' argument 1 names different: declaration 'depth' definition 'd'.
exiv2-0.26/src/image.cpp:1053:32: note: Function 'indent' argument 1 names different: declaration 'depth' definition 'd'.
exiv2-0.26/src/tiffvisitor_int.hpp:180:22: style: The function 'visitEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffvisitor_int.hpp:114:22: note: Virtual function in base class
exiv2-0.26/src/tiffvisitor_int.hpp:180:22: note: Function in derived class
exiv2-0.26/src/tiffvisitor_int.hpp:182:22: style: The function 'visitDataEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffvisitor_int.hpp:116:22: note: Virtual function in base class
exiv2-0.26/src/tiffvisitor_int.hpp:182:22: note: Function in derived class
exiv2-0.26/src/tiffvisitor_int.hpp:184:22: style: The function 'visitImageEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffvisitor_int.hpp:118:22: note: Virtual function in base class
exiv2-0.26/src/tiffvisitor_int.hpp:184:22: note: Function in derived class
exiv2-0.26/src/tiffvisitor_int.hpp:186:22: style: The function 'visitSizeEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffvisitor_int.hpp:120:22: note: Virtual function in base class
exiv2-0.26/src/tiffvisitor_int.hpp:186:22: note: Function in derived class
exiv2-0.26/src/tiffvisitor_int.hpp:188:22: style: The function 'visitDirectory' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffvisitor_int.hpp:122:22: note: Virtual function in base class
exiv2-0.26/src/tiffvisitor_int.hpp:188:22: note: Function in derived class
exiv2-0.26/src/tiffvisitor_int.hpp:190:22: style: The function 'visitSubIfd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffvisitor_int.hpp:134:22: note: Virtual function in base class
exiv2-0.26/src/tiffvisitor_int.hpp:190:22: note: Function in derived class
exiv2-0.26/src/tiffvisitor_int.hpp:192:22: style: The function 'visitMnEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffvisitor_int.hpp:136:22: note: Virtual function in base class
exiv2-0.26/src/tiffvisitor_int.hpp:192:22: note: Function in derived class
exiv2-0.26/src/tiffvisitor_int.hpp:194:22: style: The function 'visitIfdMakernote' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffvisitor_int.hpp:138:22: note: Virtual function in base class
exiv2-0.26/src/tiffvisitor_int.hpp:194:22: note: Function in derived class
exiv2-0.26/src/tiffvisitor_int.hpp:196:22: style: The function 'visitBinaryArray' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffvisitor_int.hpp:142:22: note: Virtual function in base class
exiv2-0.26/src/tiffvisitor_int.hpp:196:22: note: Function in derived class
exiv2-0.26/src/tiffvisitor_int.hpp:198:22: style: The function 'visitBinaryElement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffvisitor_int.hpp:149:22: note: Virtual function in base class
exiv2-0.26/src/tiffvisitor_int.hpp:198:22: note: Function in derived class
exiv2-0.26/src/tiffvisitor_int.hpp:249:22: style: The function 'visitEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffvisitor_int.hpp:114:22: note: Virtual function in base class
exiv2-0.26/src/tiffvisitor_int.hpp:249:22: note: Function in derived class
exiv2-0.26/src/tiffvisitor_int.hpp:251:22: style: The function 'visitDataEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffvisitor_int.hpp:116:22: note: Virtual function in base class
exiv2-0.26/src/tiffvisitor_int.hpp:251:22: note: Function in derived class
exiv2-0.26/src/tiffvisitor_int.hpp:253:22: style: The function 'visitImageEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffvisitor_int.hpp:118:22: note: Virtual function in base class
exiv2-0.26/src/tiffvisitor_int.hpp:253:22: note: Function in derived class
exiv2-0.26/src/tiffvisitor_int.hpp:255:22: style: The function 'visitSizeEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffvisitor_int.hpp:120:22: note: Virtual function in base class
exiv2-0.26/src/tiffvisitor_int.hpp:255:22: note: Function in derived class
exiv2-0.26/src/tiffvisitor_int.hpp:257:22: style: The function 'visitDirectory' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffvisitor_int.hpp:122:22: note: Virtual function in base class
exiv2-0.26/src/tiffvisitor_int.hpp:257:22: note: Function in derived class
exiv2-0.26/src/tiffvisitor_int.hpp:259:22: style: The function 'visitSubIfd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffvisitor_int.hpp:134:22: note: Virtual function in base class
exiv2-0.26/src/tiffvisitor_int.hpp:259:22: note: Function in derived class
exiv2-0.26/src/tiffvisitor_int.hpp:261:22: style: The function 'visitMnEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffvisitor_int.hpp:136:22: note: Virtual function in base class
exiv2-0.26/src/tiffvisitor_int.hpp:261:22: note: Function in derived class
exiv2-0.26/src/tiffvisitor_int.hpp:263:22: style: The function 'visitIfdMakernote' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffvisitor_int.hpp:138:22: note: Virtual function in base class
exiv2-0.26/src/tiffvisitor_int.hpp:263:22: note: Function in derived class
exiv2-0.26/src/tiffvisitor_int.hpp:265:22: style: The function 'visitBinaryArray' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffvisitor_int.hpp:142:22: note: Virtual function in base class
exiv2-0.26/src/tiffvisitor_int.hpp:265:22: note: Function in derived class
exiv2-0.26/src/tiffvisitor_int.hpp:267:22: style: The function 'visitBinaryElement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffvisitor_int.hpp:149:22: note: Virtual function in base class
exiv2-0.26/src/tiffvisitor_int.hpp:267:22: note: Function in derived class
exiv2-0.26/src/tiffvisitor_int.hpp:309:22: style: The function 'visitEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffvisitor_int.hpp:114:22: note: Virtual function in base class
exiv2-0.26/src/tiffvisitor_int.hpp:309:22: note: Function in derived class
exiv2-0.26/src/tiffvisitor_int.hpp:311:22: style: The function 'visitDataEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffvisitor_int.hpp:116:22: note: Virtual function in base class
exiv2-0.26/src/tiffvisitor_int.hpp:311:22: note: Function in derived class
exiv2-0.26/src/tiffvisitor_int.hpp:313:22: style: The function 'visitImageEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffvisitor_int.hpp:118:22: note: Virtual function in base class
exiv2-0.26/src/tiffvisitor_int.hpp:313:22: note: Function in derived class
exiv2-0.26/src/tiffvisitor_int.hpp:315:22: style: The function 'visitSizeEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffvisitor_int.hpp:120:22: note: Virtual function in base class
exiv2-0.26/src/tiffvisitor_int.hpp:315:22: note: Function in derived class
exiv2-0.26/src/tiffvisitor_int.hpp:317:22: style: The function 'visitDirectory' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffvisitor_int.hpp:122:22: note: Virtual function in base class
exiv2-0.26/src/tiffvisitor_int.hpp:317:22: note: Function in derived class
exiv2-0.26/src/tiffvisitor_int.hpp:319:22: style: The function 'visitSubIfd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffvisitor_int.hpp:134:22: note: Virtual function in base class
exiv2-0.26/src/tiffvisitor_int.hpp:319:22: note: Function in derived class
exiv2-0.26/src/tiffvisitor_int.hpp:321:22: style: The function 'visitMnEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffvisitor_int.hpp:136:22: note: Virtual function in base class
exiv2-0.26/src/tiffvisitor_int.hpp:321:22: note: Function in derived class
exiv2-0.26/src/tiffvisitor_int.hpp:323:22: style: The function 'visitIfdMakernote' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffvisitor_int.hpp:138:22: note: Virtual function in base class
exiv2-0.26/src/tiffvisitor_int.hpp:323:22: note: Function in derived class
exiv2-0.26/src/tiffvisitor_int.hpp:325:22: style: The function 'visitBinaryArray' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffvisitor_int.hpp:142:22: note: Virtual function in base class
exiv2-0.26/src/tiffvisitor_int.hpp:325:22: note: Function in derived class
exiv2-0.26/src/tiffvisitor_int.hpp:327:22: style: The function 'visitBinaryElement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffvisitor_int.hpp:149:22: note: Virtual function in base class
exiv2-0.26/src/tiffvisitor_int.hpp:327:22: note: Function in derived class
exiv2-0.26/src/tiffvisitor_int.hpp:410:22: style: The function 'visitEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffvisitor_int.hpp:114:22: note: Virtual function in base class
exiv2-0.26/src/tiffvisitor_int.hpp:410:22: note: Function in derived class
exiv2-0.26/src/tiffvisitor_int.hpp:412:22: style: The function 'visitDataEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffvisitor_int.hpp:116:22: note: Virtual function in base class
exiv2-0.26/src/tiffvisitor_int.hpp:412:22: note: Function in derived class
exiv2-0.26/src/tiffvisitor_int.hpp:414:22: style: The function 'visitImageEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffvisitor_int.hpp:118:22: note: Virtual function in base class
exiv2-0.26/src/tiffvisitor_int.hpp:414:22: note: Function in derived class
exiv2-0.26/src/tiffvisitor_int.hpp:416:22: style: The function 'visitSizeEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffvisitor_int.hpp:120:22: note: Virtual function in base class
exiv2-0.26/src/tiffvisitor_int.hpp:416:22: note: Function in derived class
exiv2-0.26/src/tiffvisitor_int.hpp:418:22: style: The function 'visitDirectory' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffvisitor_int.hpp:122:22: note: Virtual function in base class
exiv2-0.26/src/tiffvisitor_int.hpp:418:22: note: Function in derived class
exiv2-0.26/src/tiffvisitor_int.hpp:420:22: style: The function 'visitDirectoryNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffvisitor_int.hpp:127:22: note: Virtual function in base class
exiv2-0.26/src/tiffvisitor_int.hpp:420:22: note: Function in derived class
exiv2-0.26/src/tiffvisitor_int.hpp:422:22: style: The function 'visitSubIfd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffvisitor_int.hpp:134:22: note: Virtual function in base class
exiv2-0.26/src/tiffvisitor_int.hpp:422:22: note: Function in derived class
exiv2-0.26/src/tiffvisitor_int.hpp:424:22: style: The function 'visitMnEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffvisitor_int.hpp:136:22: note: Virtual function in base class
exiv2-0.26/src/tiffvisitor_int.hpp:424:22: note: Function in derived class
exiv2-0.26/src/tiffvisitor_int.hpp:426:22: style: The function 'visitIfdMakernote' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffvisitor_int.hpp:138:22: note: Virtual function in base class
exiv2-0.26/src/tiffvisitor_int.hpp:426:22: note: Function in derived class
exiv2-0.26/src/tiffvisitor_int.hpp:428:22: style: The function 'visitIfdMakernoteEnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffvisitor_int.hpp:140:22: note: Virtual function in base class
exiv2-0.26/src/tiffvisitor_int.hpp:428:22: note: Function in derived class
exiv2-0.26/src/tiffvisitor_int.hpp:430:22: style: The function 'visitBinaryArray' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffvisitor_int.hpp:142:22: note: Virtual function in base class
exiv2-0.26/src/tiffvisitor_int.hpp:430:22: note: Function in derived class
exiv2-0.26/src/tiffvisitor_int.hpp:432:22: style: The function 'visitBinaryArrayEnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffvisitor_int.hpp:147:22: note: Virtual function in base class
exiv2-0.26/src/tiffvisitor_int.hpp:432:22: note: Function in derived class
exiv2-0.26/src/tiffvisitor_int.hpp:434:22: style: The function 'visitBinaryElement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffvisitor_int.hpp:149:22: note: Virtual function in base class
exiv2-0.26/src/tiffvisitor_int.hpp:434:22: note: Function in derived class
exiv2-0.26/src/tiffvisitor_int.hpp:655:22: style: The function 'visitEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffvisitor_int.hpp:114:22: note: Virtual function in base class
exiv2-0.26/src/tiffvisitor_int.hpp:655:22: note: Function in derived class
exiv2-0.26/src/tiffvisitor_int.hpp:657:22: style: The function 'visitDataEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffvisitor_int.hpp:116:22: note: Virtual function in base class
exiv2-0.26/src/tiffvisitor_int.hpp:657:22: note: Function in derived class
exiv2-0.26/src/tiffvisitor_int.hpp:659:22: style: The function 'visitImageEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffvisitor_int.hpp:118:22: note: Virtual function in base class
exiv2-0.26/src/tiffvisitor_int.hpp:659:22: note: Function in derived class
exiv2-0.26/src/tiffvisitor_int.hpp:661:22: style: The function 'visitSizeEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffvisitor_int.hpp:120:22: note: Virtual function in base class
exiv2-0.26/src/tiffvisitor_int.hpp:661:22: note: Function in derived class
exiv2-0.26/src/tiffvisitor_int.hpp:663:22: style: The function 'visitDirectory' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffvisitor_int.hpp:122:22: note: Virtual function in base class
exiv2-0.26/src/tiffvisitor_int.hpp:663:22: note: Function in derived class
exiv2-0.26/src/tiffvisitor_int.hpp:665:22: style: The function 'visitSubIfd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffvisitor_int.hpp:134:22: note: Virtual function in base class
exiv2-0.26/src/tiffvisitor_int.hpp:665:22: note: Function in derived class
exiv2-0.26/src/tiffvisitor_int.hpp:667:22: style: The function 'visitMnEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffvisitor_int.hpp:136:22: note: Virtual function in base class
exiv2-0.26/src/tiffvisitor_int.hpp:667:22: note: Function in derived class
exiv2-0.26/src/tiffvisitor_int.hpp:669:22: style: The function 'visitIfdMakernote' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffvisitor_int.hpp:138:22: note: Virtual function in base class
exiv2-0.26/src/tiffvisitor_int.hpp:669:22: note: Function in derived class
exiv2-0.26/src/tiffvisitor_int.hpp:671:22: style: The function 'visitIfdMakernoteEnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffvisitor_int.hpp:140:22: note: Virtual function in base class
exiv2-0.26/src/tiffvisitor_int.hpp:671:22: note: Function in derived class
exiv2-0.26/src/tiffvisitor_int.hpp:673:22: style: The function 'visitBinaryArray' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffvisitor_int.hpp:142:22: note: Virtual function in base class
exiv2-0.26/src/tiffvisitor_int.hpp:673:22: note: Function in derived class
exiv2-0.26/src/tiffvisitor_int.hpp:675:22: style: The function 'visitBinaryElement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffvisitor_int.hpp:149:22: note: Virtual function in base class
exiv2-0.26/src/tiffvisitor_int.hpp:675:22: note: Function in derived class
exiv2-0.26/src/ini.cpp:100:11: style: The scope of the variable 'start' can be reduced. [variableScope]
exiv2-0.26/src/iptc.cpp:362:16: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
exiv2-0.26/src/jp2image.cpp:612:32: style: C-style pointer casting [cstyleCast]
exiv2-0.26/src/jp2image.cpp:619:37: style: C-style pointer casting [cstyleCast]
exiv2-0.26/src/jp2image.cpp:671:18: style: C-style pointer casting [cstyleCast]
exiv2-0.26/src/jp2image.cpp:223:27: style: The scope of the variable 'position' can be reduced. [variableScope]
exiv2-0.26/src/jp2image.cpp:464:31: style: The scope of the variable 'position' can be reduced. [variableScope]
exiv2-0.26/src/jp2image.cpp:126:14: style: struct member 'Jp2ImageHeaderBox::bitsPerComponent' is never used. [unusedStructMember]
exiv2-0.26/src/jp2image.cpp:127:14: style: struct member 'Jp2ImageHeaderBox::compressionType' is never used. [unusedStructMember]
exiv2-0.26/src/jp2image.cpp:128:14: style: struct member 'Jp2ImageHeaderBox::colorspaceIsUnknown' is never used. [unusedStructMember]
exiv2-0.26/src/jp2image.cpp:129:14: style: struct member 'Jp2ImageHeaderBox::intellectualPropertyFlag' is never used. [unusedStructMember]
exiv2-0.26/src/jpgimage.cpp:355:14: style: The scope of the variable 'bufRead' can be reduced. [variableScope]
exiv2-0.26/src/jpgimage.cpp:614:25: style: The scope of the variable 'bufRead' can be reduced. [variableScope]
exiv2-0.26/src/localtime.c:830:10: style: Condition 'isdst' is always false [knownConditionTrueFalse]
exiv2-0.26/src/localtime.c:804:12: note: Assignment 'isdst=0', assigned value is 0
exiv2-0.26/src/localtime.c:830:10: note: Condition 'isdst' is always false
exiv2-0.26/src/localtime.c:243:16: style: The scope of the variable 'i' can be reduced. [variableScope]
exiv2-0.26/src/localtime.c:678:21: style: The scope of the variable 'atp' can be reduced. [variableScope]
exiv2-0.26/src/localtime.c:679:27: style: The scope of the variable 'typep' can be reduced. [variableScope]
exiv2-0.26/src/localtime.c:723:12: style: The scope of the variable 'starttime' can be reduced. [variableScope]
exiv2-0.26/src/localtime.c:724:12: style: The scope of the variable 'endtime' can be reduced. [variableScope]
exiv2-0.26/src/localtime.c:304:16: style: Checking if unsigned variable 'sp->charcnt' is less than zero. [unsignedLessThanZero]
exiv2-0.26/src/localtime.c:335:26: style: Checking if unsigned variable 'ttisp->tt_abbrind' is less than zero. [unsignedLessThanZero]
exiv2-0.26/src/localtime.c:283:19: style: Variable 'tzhp' is not assigned a value. [unassignedVariable]
exiv2-0.26/src/makernote.cpp:348:19: warning: Member variable 'FujiMnHeader::start_' is not initialized in the constructor. [uninitMemberVar]
exiv2-0.26/src/makernote.cpp:410:21: warning: Member variable 'Nikon2MnHeader::start_' is not initialized in the constructor. [uninitMemberVar]
exiv2-0.26/src/makernote.cpp:533:24: warning: Member variable 'PanasonicMnHeader::start_' is not initialized in the constructor. [uninitMemberVar]
exiv2-0.26/src/makernote.cpp:715:20: warning: Member variable 'SigmaMnHeader::start_' is not initialized in the constructor. [uninitMemberVar]
exiv2-0.26/src/makernote.cpp:763:19: warning: Member variable 'SonyMnHeader::start_' is not initialized in the constructor. [uninitMemberVar]
exiv2-0.26/src/makernote.cpp:811:21: warning: Member variable 'Casio2MnHeader::start_' is not initialized in the constructor. [uninitMemberVar]
exiv2-0.26/src/minoltamn.cpp:2058:18: style: The scope of the variable 'lensID' can be reduced. [variableScope]
exiv2-0.26/src/minoltamn.cpp:2075:18: style: The scope of the variable 'lensID' can be reduced. [variableScope]
exiv2-0.26/src/minoltamn.cpp:2092:18: style: The scope of the variable 'lensID' can be reduced. [variableScope]
exiv2-0.26/src/minoltamn.cpp:2112:18: style: The scope of the variable 'lensID' can be reduced. [variableScope]
exiv2-0.26/src/minoltamn.cpp:2131:18: style: The scope of the variable 'lensID' can be reduced. [variableScope]
exiv2-0.26/src/minoltamn.cpp:2150:18: style: The scope of the variable 'lensID' can be reduced. [variableScope]
exiv2-0.26/src/orfimage_int.hpp:54:9: style: Class 'OrfHeader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
exiv2-0.26/src/orfimage_int.hpp:61:14: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffimage_int.hpp:86:22: note: Virtual function in base class
exiv2-0.26/src/orfimage_int.hpp:61:14: note: Function in derived class
exiv2-0.26/src/orfimage_int.hpp:66:17: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffimage_int.hpp:101:25: note: Virtual function in base class
exiv2-0.26/src/orfimage_int.hpp:66:17: note: Function in derived class
exiv2-0.26/src/pentaxmn.cpp:1133:18: style: The scope of the variable 'type' can be reduced. [variableScope]
exiv2-0.26/src/pentaxmn.cpp:1134:18: style: The scope of the variable 'range' can be reduced. [variableScope]
exiv2-0.26/src/pentaxmn.cpp:1228:27: style: The scope of the variable 'lensID' can be reduced. [variableScope]
exiv2-0.26/src/pentaxmn.cpp:1254:27: style: The scope of the variable 'lensID' can be reduced. [variableScope]
exiv2-0.26/src/pentaxmn.cpp:1314:27: style: The scope of the variable 'lensID' can be reduced. [variableScope]
exiv2-0.26/src/pentaxmn.cpp:1342:27: style: The scope of the variable 'lensID' can be reduced. [variableScope]
exiv2-0.26/src/pentaxmn.cpp:1323:22: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
exiv2-0.26/src/pentaxmn.cpp:1351:22: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
exiv2-0.26/src/pentaxmn.cpp:1356:22: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
exiv2-0.26/src/pentaxmn.cpp:1358:22: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
exiv2-0.26/src/preview.cpp:164:25: warning: Virtual function 'getData' is called from constructor 'LoaderNative(PreviewId id,const Image&image,int parIdx)' at line 431. Dynamic binding is not used. [virtualCallInConstructor]
exiv2-0.26/src/preview.cpp:431:21: note: Calling getData
exiv2-0.26/src/preview.cpp:164:25: note: getData is a virtual method
exiv2-0.26/src/preview.cpp:161:35: style: The function 'getProperties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/preview.cpp:107:35: note: Virtual function in base class
exiv2-0.26/src/preview.cpp:161:35: note: Function in derived class
exiv2-0.26/src/preview.cpp:164:25: style: The function 'getData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/preview.cpp:110:25: note: Virtual function in base class
exiv2-0.26/src/preview.cpp:164:25: note: Function in derived class
exiv2-0.26/src/preview.cpp:167:22: style: The function 'readDimensions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/preview.cpp:113:22: note: Virtual function in base class
exiv2-0.26/src/preview.cpp:167:22: note: Function in derived class
exiv2-0.26/src/preview.cpp:185:35: style: The function 'getProperties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/preview.cpp:107:35: note: Virtual function in base class
exiv2-0.26/src/preview.cpp:185:35: note: Function in derived class
exiv2-0.26/src/preview.cpp:188:25: style: The function 'getData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/preview.cpp:110:25: note: Virtual function in base class
exiv2-0.26/src/preview.cpp:188:25: note: Function in derived class
exiv2-0.26/src/preview.cpp:191:22: style: The function 'readDimensions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/preview.cpp:113:22: note: Virtual function in base class
exiv2-0.26/src/preview.cpp:191:22: note: Function in derived class
exiv2-0.26/src/preview.cpp:218:35: style: The function 'getProperties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/preview.cpp:107:35: note: Virtual function in base class
exiv2-0.26/src/preview.cpp:218:35: note: Function in derived class
exiv2-0.26/src/preview.cpp:221:25: style: The function 'getData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/preview.cpp:110:25: note: Virtual function in base class
exiv2-0.26/src/preview.cpp:221:25: note: Function in derived class
exiv2-0.26/src/preview.cpp:224:22: style: The function 'readDimensions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/preview.cpp:113:22: note: Virtual function in base class
exiv2-0.26/src/preview.cpp:224:22: note: Function in derived class
exiv2-0.26/src/preview.cpp:251:35: style: The function 'getProperties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/preview.cpp:107:35: note: Virtual function in base class
exiv2-0.26/src/preview.cpp:251:35: note: Function in derived class
exiv2-0.26/src/preview.cpp:254:25: style: The function 'getData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/preview.cpp:110:25: note: Virtual function in base class
exiv2-0.26/src/preview.cpp:254:25: note: Function in derived class
exiv2-0.26/src/preview.cpp:288:35: style: The function 'getProperties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/preview.cpp:107:35: note: Virtual function in base class
exiv2-0.26/src/preview.cpp:288:35: note: Function in derived class
exiv2-0.26/src/preview.cpp:291:25: style: The function 'getData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/preview.cpp:110:25: note: Virtual function in base class
exiv2-0.26/src/preview.cpp:291:25: note: Function in derived class
exiv2-0.26/src/preview.cpp:294:22: style: The function 'readDimensions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/preview.cpp:113:22: note: Virtual function in base class
exiv2-0.26/src/preview.cpp:294:22: note: Function in derived class
exiv2-0.26/src/psdimage.cpp:56:19: style: struct member 'PhotoshopResourceBlock::resourceType' is never used. [unusedStructMember]
exiv2-0.26/src/psdimage.cpp:57:19: style: struct member 'PhotoshopResourceBlock::resourceId' is never used. [unusedStructMember]
exiv2-0.26/src/psdimage.cpp:58:19: style: struct member 'PhotoshopResourceBlock::resourceName' is never used. [unusedStructMember]
exiv2-0.26/src/psdimage.cpp:59:19: style: struct member 'PhotoshopResourceBlock::resourceDataSize' is never used. [unusedStructMember]
exiv2-0.26/src/psdimage.cpp:528:24: style: Variable 'iptcDone' is assigned a value that is never used. [unreadVariable]
exiv2-0.26/src/psdimage.cpp:534:24: style: Variable 'exifDone' is assigned a value that is never used. [unreadVariable]
exiv2-0.26/src/psdimage.cpp:540:23: style: Variable 'xmpDone' is assigned a value that is never used. [unreadVariable]
exiv2-0.26/src/rafimage.cpp:112:18: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
exiv2-0.26/src/rafimage.cpp:109:14: note: outer condition: bPrint
exiv2-0.26/src/rafimage.cpp:112:18: note: identical inner condition: bPrint
exiv2-0.26/src/rw2image_int.hpp:64:17: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
exiv2-0.26/src/tiffimage_int.hpp:101:25: note: Virtual function in base class
exiv2-0.26/src/rw2image_int.hpp:64:17: note: Function in derived class
exiv2-0.26/src/tiffcomposite.cpp:268:20: warning: Member variable 'TiffDirectory::components_' is not initialized in the constructor. [uninitMemberVar]
exiv2-0.26/src/tiffcomposite.cpp:275:17: warning: Member variable 'TiffSubIfd::ifds_' is not initialized in the constructor. [uninitMemberVar]
exiv2-0.26/src/tiffcomposite.cpp:281:22: warning: Member variable 'TiffBinaryArray::elements_' is not initialized in the constructor. [uninitMemberVar]
exiv2-0.26/src/tiffcomposite_int.hpp:962:18: performance: Technically the member function 'Exiv2::Internal::TiffDirectory::writeDirEntry' can be static. [functionStatic]
exiv2-0.26/src/tiffcomposite.cpp:1210:29: note: Technically the member function 'Exiv2::Internal::TiffDirectory::writeDirEntry' can be static.
exiv2-0.26/src/tiffcomposite_int.hpp:962:18: note: Technically the member function 'Exiv2::Internal::TiffDirectory::writeDirEntry' can be static.
exiv2-0.26/src/tiffvisitor.cpp:1501:64: style: Checking if unsigned variable 'static_cast<int32_t>(baseOffset())+offset' is less than zero. This might be a false warning. [unsignedLessThanZero]
exiv2-0.26/src/tiffvisitor_int.hpp:537:14: performance: Technically the member function 'Exiv2::Internal::TiffEncoder::encodeXmp' can be static. [functionStatic]
exiv2-0.26/src/tiffvisitor.cpp:610:23: note: Technically the member function 'Exiv2::Internal::TiffEncoder::encodeXmp' can be static.
exiv2-0.26/src/tiffvisitor_int.hpp:537:14: note: Technically the member function 'Exiv2::Internal::TiffEncoder::encodeXmp' can be static.
exiv2-0.26/src/tiffvisitor_int.hpp:547:18: performance: Technically the member function 'Exiv2::Internal::TiffEncoder::updateDirEntry' can be static. [functionStatic]
exiv2-0.26/src/tiffvisitor.cpp:691:27: note: Technically the member function 'Exiv2::Internal::TiffEncoder::updateDirEntry' can be static.
exiv2-0.26/src/tiffvisitor_int.hpp:547:18: note: Technically the member function 'Exiv2::Internal::TiffEncoder::updateDirEntry' can be static.
exiv2-0.26/src/webpimage.cpp:642:36: warning: Either the condition 'if(rawExifData)' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
exiv2-0.26/src/webpimage.cpp:664:20: note: Assuming that condition 'if(rawExifData)' is not redundant
exiv2-0.26/src/webpimage.cpp:642:36: note: Null pointer addition
exiv2-0.26/src/webpimage.cpp:599:17: style: Variable 'pos' is reassigned a value before the old one has been used. [redundantAssignment]
exiv2-0.26/src/webpimage.cpp:597:0: note: Variable 'pos' is reassigned a value before the old one has been used.
exiv2-0.26/src/webpimage.cpp:599:17: note: Variable 'pos' is reassigned a value before the old one has been used.
exiv2-0.26/src/xmp.cpp:59:9: style: Class 'FindXmpdatum' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
exiv2-0.26/xmpsdk/src/ExpatAdapter.cpp:295:24: style: C-style pointer casting [cstyleCast]
exiv2-0.26/xmpsdk/src/ExpatAdapter.cpp:352:24: style: C-style pointer casting [cstyleCast]
exiv2-0.26/xmpsdk/src/ExpatAdapter.cpp:372:24: style: C-style pointer casting [cstyleCast]
exiv2-0.26/xmpsdk/src/ExpatAdapter.cpp:438:24: style: C-style pointer casting [cstyleCast]
exiv2-0.26/xmpsdk/src/ExpatAdapter.cpp:300:14: style: Variable 'attrCount' is modified but its new value is never used. [unreadVariable]
exiv2-0.26/xmpsdk/src/XMLParserAdapter.hpp:99:2: warning: Member variable 'XML_Node::nsPrefixLen' is not initialized in the constructor. [uninitMemberVarPrivate]
exiv2-0.26/xmpsdk/src/XMLParserAdapter.hpp:111:2: warning: Member variable 'XMLParserAdapter::pendingInput' is not initialized in the constructor. [uninitMemberVar]
exiv2-0.26/xmpsdk/src/XMPMeta.hpp:410:7: warning: Member variable 'XMPMeta::clientRefs' is not assigned a value in 'XMPMeta::operator='. [operatorEqVarError]
exiv2-0.26/xmpsdk/src/XMPMeta.hpp:410:7: warning: Member variable 'XMPMeta::prevTkVer' is not assigned a value in 'XMPMeta::operator='. [operatorEqVarError]
exiv2-0.26/xmpsdk/src/XMPMeta.hpp:410:7: warning: Member variable 'XMPMeta::xmlParser' is not assigned a value in 'XMPMeta::operator='. [operatorEqVarError]
exiv2-0.26/xmpsdk/src/XMPCore_Impl.hpp:527:5: style: Class 'XMP_AutoNode' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
exiv2-0.26/xmpsdk/src/XMPCore_Impl.hpp:527:5: style: Class 'XMP_AutoNode' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
exiv2-0.26/xmpsdk/src/XMPCore_Impl.hpp:390:32: performance: Function parameter '_step' should be passed by const reference. [passedByValue]
exiv2-0.26/xmpsdk/src/ParseRDF.cpp:623:56: style: Function 'ProcessRDF' argument 2 names different: declaration 'xmlTree' definition 'rdfNode'. [funcArgNamesDifferent]
exiv2-0.26/xmpsdk/src/XMPCore_Impl.hpp:530:63: note: Function 'ProcessRDF' argument 2 names different: declaration 'xmlTree' definition 'rdfNode'.
exiv2-0.26/xmpsdk/src/ParseRDF.cpp:623:56: note: Function 'ProcessRDF' argument 2 names different: declaration 'xmlTree' definition 'rdfNode'.
exiv2-0.26/xmpsdk/src/ParseRDF.cpp:397:10: style: Boolean variable 'isArrayItem' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
exiv2-0.26/xmpsdk/src/ParseRDF.cpp:449:11: style: Boolean variable 'isLang' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
exiv2-0.26/xmpsdk/src/ParseRDF.cpp:1251:7: style: Boolean variable 'hasValueAttr' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
exiv2-0.26/xmpsdk/src/WXMPIterator.cpp:148:20: warning: Possible null pointer dereference: iter [nullPointer]
exiv2-0.26/xmpsdk/src/WXMPIterator.cpp:147:24: note: Assignment 'iter=((iterRef)==0)?0:(XMPIterator*)(iterRef)', assigned value is 0
exiv2-0.26/xmpsdk/src/WXMPIterator.cpp:148:20: note: Null pointer dereference
exiv2-0.26/xmpsdk/src/WXMPIterator.cpp:164:3: warning: Possible null pointer dereference: iter [nullPointer]
exiv2-0.26/xmpsdk/src/WXMPIterator.cpp:163:24: note: Assignment 'iter=((iterRef)==0)?0:(XMPIterator*)(iterRef)', assigned value is 0
exiv2-0.26/xmpsdk/src/WXMPIterator.cpp:164:3: note: Null pointer dereference
exiv2-0.26/xmpsdk/src/WXMPIterator.cpp:179:3: warning: Possible null pointer dereference: iter [nullPointer]
exiv2-0.26/xmpsdk/src/WXMPIterator.cpp:178:24: note: Assignment 'iter=((iterRef)==0)?0:(XMPIterator*)(iterRef)', assigned value is 0
exiv2-0.26/xmpsdk/src/WXMPIterator.cpp:179:3: note: Null pointer dereference
exiv2-0.26/xmpsdk/src/WXMPIterator.cpp:46:28: style: C-style pointer casting [cstyleCast]
exiv2-0.26/xmpsdk/src/WXMPIterator.cpp:84:24: style: C-style pointer casting [cstyleCast]
exiv2-0.26/xmpsdk/src/WXMPIterator.cpp:100:24: style: C-style pointer casting [cstyleCast]
exiv2-0.26/xmpsdk/src/WXMPIterator.cpp:147:24: style: C-style pointer casting [cstyleCast]
exiv2-0.26/xmpsdk/src/WXMPIterator.cpp:163:24: style: C-style pointer casting [cstyleCast]
exiv2-0.26/xmpsdk/src/WXMPIterator.cpp:178:24: style: C-style pointer casting [cstyleCast]
exiv2-0.26/xmpsdk/src/XMPIterator.hpp:141:7: warning: Member variable 'XMPIterator::clientRefs' is not assigned a value in 'XMPIterator::operator='. [operatorEqVarError]
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:529:3: warning: Possible null pointer dereference: meta [nullPointer]
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:528:20: note: Assignment 'meta=((xmpRef)==0)?0:(XMPMeta*)(xmpRef)', assigned value is 0
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:529:3: note: Null pointer dereference
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:551:3: warning: Possible null pointer dereference: meta [nullPointer]
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:550:20: note: Assignment 'meta=((xmpRef)==0)?0:(XMPMeta*)(xmpRef)', assigned value is 0
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:551:3: note: Null pointer dereference
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:573:3: warning: Possible null pointer dereference: meta [nullPointer]
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:572:20: note: Assignment 'meta=((xmpRef)==0)?0:(XMPMeta*)(xmpRef)', assigned value is 0
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:573:3: note: Null pointer dereference
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:598:3: warning: Possible null pointer dereference: meta [nullPointer]
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:597:20: note: Assignment 'meta=((xmpRef)==0)?0:(XMPMeta*)(xmpRef)', assigned value is 0
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:598:3: note: Null pointer dereference
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:623:3: warning: Possible null pointer dereference: meta [nullPointer]
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:622:20: note: Assignment 'meta=((xmpRef)==0)?0:(XMPMeta*)(xmpRef)', assigned value is 0
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:623:3: note: Null pointer dereference
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:642:3: warning: Possible null pointer dereference: meta [nullPointer]
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:641:20: note: Assignment 'meta=((xmpRef)==0)?0:(XMPMeta*)(xmpRef)', assigned value is 0
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:642:3: note: Null pointer dereference
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:662:3: warning: Possible null pointer dereference: meta [nullPointer]
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:661:20: note: Assignment 'meta=((xmpRef)==0)?0:(XMPMeta*)(xmpRef)', assigned value is 0
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:662:3: note: Null pointer dereference
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:685:3: warning: Possible null pointer dereference: meta [nullPointer]
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:684:20: note: Assignment 'meta=((xmpRef)==0)?0:(XMPMeta*)(xmpRef)', assigned value is 0
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:685:3: note: Null pointer dereference
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:708:3: warning: Possible null pointer dereference: meta [nullPointer]
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:707:20: note: Assignment 'meta=((xmpRef)==0)?0:(XMPMeta*)(xmpRef)', assigned value is 0
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:708:3: note: Null pointer dereference
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:859:3: warning: Possible null pointer dereference: meta [nullPointer]
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:858:20: note: Assignment 'meta=((xmpRef)==0)?0:(XMPMeta*)(xmpRef)', assigned value is 0
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:859:3: note: Null pointer dereference
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:1007:3: warning: Possible null pointer dereference: meta [nullPointer]
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:1006:20: note: Assignment 'meta=((xmpRef)==0)?0:(XMPMeta*)(xmpRef)', assigned value is 0
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:1007:3: note: Null pointer dereference
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:1028:3: warning: Possible null pointer dereference: meta [nullPointer]
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:1027:20: note: Assignment 'meta=((xmpRef)==0)?0:(XMPMeta*)(xmpRef)', assigned value is 0
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:1028:3: note: Null pointer dereference
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:1049:3: warning: Possible null pointer dereference: meta [nullPointer]
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:1048:20: note: Assignment 'meta=((xmpRef)==0)?0:(XMPMeta*)(xmpRef)', assigned value is 0
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:1049:3: note: Null pointer dereference
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:1070:3: warning: Possible null pointer dereference: meta [nullPointer]
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:1069:20: note: Assignment 'meta=((xmpRef)==0)?0:(XMPMeta*)(xmpRef)', assigned value is 0
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:1070:3: note: Null pointer dereference
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:1091:3: warning: Possible null pointer dereference: meta [nullPointer]
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:1090:20: note: Assignment 'meta=((xmpRef)==0)?0:(XMPMeta*)(xmpRef)', assigned value is 0
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:1091:3: note: Null pointer dereference
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:1124:3: warning: Possible null pointer dereference: meta [nullPointer]
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:1123:20: note: Assignment 'meta=((xmpRef)==0)?0:(XMPMeta*)(xmpRef)', assigned value is 0
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:1124:3: note: Null pointer dereference
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:1138:3: warning: Possible null pointer dereference: meta [nullPointer]
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:1137:20: note: Assignment 'meta=((xmpRef)==0)?0:(XMPMeta*)(xmpRef)', assigned value is 0
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:1138:3: note: Null pointer dereference
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:1227:3: warning: Possible null pointer dereference: meta [nullPointer]
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:1226:20: note: Assignment 'meta=((xmpRef)==0)?0:(XMPMeta*)(xmpRef)', assigned value is 0
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:1227:3: note: Null pointer dereference
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:1257:3: warning: Possible null pointer dereference: meta [nullPointer]
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:1256:20: note: Assignment 'meta=((xmpRef)==0)?0:(XMPMeta*)(xmpRef)', assigned value is 0
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:1257:3: note: Null pointer dereference
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:1274:3: warning: Possible null pointer dereference: meta [nullPointer]
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:1273:20: note: Assignment 'meta=((xmpRef)==0)?0:(XMPMeta*)(xmpRef)', assigned value is 0
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:1274:3: note: Null pointer dereference
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:96:20: style: C-style pointer casting [cstyleCast]
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:112:20: style: C-style pointer casting [cstyleCast]
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:416:26: style: C-style pointer casting [cstyleCast]
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:444:26: style: C-style pointer casting [cstyleCast]
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:475:26: style: C-style pointer casting [cstyleCast]
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:506:26: style: C-style pointer casting [cstyleCast]
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:528:20: style: C-style pointer casting [cstyleCast]
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:550:20: style: C-style pointer casting [cstyleCast]
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:572:20: style: C-style pointer casting [cstyleCast]
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:597:20: style: C-style pointer casting [cstyleCast]
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:622:20: style: C-style pointer casting [cstyleCast]
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:641:20: style: C-style pointer casting [cstyleCast]
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:661:20: style: C-style pointer casting [cstyleCast]
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:684:20: style: C-style pointer casting [cstyleCast]
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:707:20: style: C-style pointer casting [cstyleCast]
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:726:26: style: C-style pointer casting [cstyleCast]
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:747:26: style: C-style pointer casting [cstyleCast]
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:771:26: style: C-style pointer casting [cstyleCast]
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:795:26: style: C-style pointer casting [cstyleCast]
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:830:26: style: C-style pointer casting [cstyleCast]
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:858:20: style: C-style pointer casting [cstyleCast]
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:882:26: style: C-style pointer casting [cstyleCast]
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:909:26: style: C-style pointer casting [cstyleCast]
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:934:26: style: C-style pointer casting [cstyleCast]
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:959:26: style: C-style pointer casting [cstyleCast]
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:984:26: style: C-style pointer casting [cstyleCast]
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:1006:20: style: C-style pointer casting [cstyleCast]
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:1027:20: style: C-style pointer casting [cstyleCast]
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:1048:20: style: C-style pointer casting [cstyleCast]
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:1069:20: style: C-style pointer casting [cstyleCast]
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:1090:20: style: C-style pointer casting [cstyleCast]
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:1108:26: style: C-style pointer casting [cstyleCast]
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:1123:20: style: C-style pointer casting [cstyleCast]
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:1137:20: style: C-style pointer casting [cstyleCast]
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:1152:31: style: C-style pointer casting [cstyleCast]
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:1174:26: style: C-style pointer casting [cstyleCast]
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:1190:26: style: C-style pointer casting [cstyleCast]
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:1209:26: style: C-style pointer casting [cstyleCast]
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:1226:20: style: C-style pointer casting [cstyleCast]
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:1240:26: style: C-style pointer casting [cstyleCast]
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:1256:20: style: C-style pointer casting [cstyleCast]
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:1273:20: style: C-style pointer casting [cstyleCast]
exiv2-0.26/xmpsdk/src/WXMPMeta.cpp:1300:26: style: C-style pointer casting [cstyleCast]
exiv2-0.26/xmpsdk/src/WXMPUtils.cpp:478:28: style: C-style pointer casting [cstyleCast]
exiv2-0.26/xmpsdk/src/WXMPUtils.cpp:495:23: style: C-style pointer casting [cstyleCast]
exiv2-0.26/xmpsdk/src/WXMPUtils.cpp:496:33: style: C-style pointer casting [cstyleCast]
exiv2-0.26/xmpsdk/src/WXMPUtils.cpp:526:28: style: C-style pointer casting [cstyleCast]
exiv2-0.26/xmpsdk/src/WXMPUtils.cpp:549:22: style: C-style pointer casting [cstyleCast]
exiv2-0.26/xmpsdk/src/WXMPUtils.cpp:570:22: style: C-style pointer casting [cstyleCast]
exiv2-0.26/xmpsdk/src/WXMPUtils.cpp:588:28: style: C-style pointer casting [cstyleCast]
exiv2-0.26/xmpsdk/src/WXMPUtils.cpp:589:20: style: C-style pointer casting [cstyleCast]
exiv2-0.26/xmpsdk/src/WXMPUtils.cpp:615:28: style: C-style pointer casting [cstyleCast]
exiv2-0.26/xmpsdk/src/WXMPUtils.cpp:616:20: style: C-style pointer casting [cstyleCast]
exiv2-0.26/xmpsdk/src/XML_Node.cpp:326:9: style: The scope of the variable 'i' can be reduced. [variableScope]
exiv2-0.26/xmpsdk/src/XML_Node.cpp:326:12: style: The scope of the variable 'limit' can be reduced. [variableScope]
exiv2-0.26/xmpsdk/src/XML_Node.cpp:131:52: style: Function 'SetLeafContentValue' argument 1 names different: declaration 'value' definition 'newValue'. [funcArgNamesDifferent]
exiv2-0.26/xmpsdk/src/XMLParserAdapter.hpp:77:43: note: Function 'SetLeafContentValue' argument 1 names different: declaration 'value' definition 'newValue'.
exiv2-0.26/xmpsdk/src/XML_Node.cpp:131:52: note: Function 'SetLeafContentValue' argument 1 names different: declaration 'value' definition 'newValue'.
exiv2-0.26/xmpsdk/src/XMPIterator.cpp:692:36: style: Function 'Skip' argument 1 names different: declaration 'options' definition 'iterOptions'. [funcArgNamesDifferent]
exiv2-0.26/xmpsdk/src/XMPIterator.hpp:124:24: note: Function 'Skip' argument 1 names different: declaration 'options' definition 'iterOptions'.
exiv2-0.26/xmpsdk/src/XMPIterator.cpp:692:36: note: Function 'Skip' argument 1 names different: declaration 'options' definition 'iterOptions'.
exiv2-0.26/xmpsdk/src/XMPIterator.hpp:127:2: performance: Technically the member function 'XMPIterator::UnlockIter' can be static. [functionStatic]
exiv2-0.26/xmpsdk/src/XMPIterator.cpp:728:14: note: Technically the member function 'XMPIterator::UnlockIter' can be static.
exiv2-0.26/xmpsdk/src/XMPIterator.hpp:127:2: note: Technically the member function 'XMPIterator::UnlockIter' can be static.
exiv2-0.26/xmpsdk/src/XMPMeta-GetSet.cpp:787:23: style: Function 'GetLocalizedText' argument 2 names different: declaration 'altTextName' definition 'arrayName'. [funcArgNamesDifferent]
exiv2-0.26/xmpsdk/src/XMPMeta.hpp:240:23: note: Function 'GetLocalizedText' argument 2 names different: declaration 'altTextName' definition 'arrayName'.
exiv2-0.26/xmpsdk/src/XMPMeta-GetSet.cpp:787:23: note: Function 'GetLocalizedText' argument 2 names different: declaration 'altTextName' definition 'arrayName'.
exiv2-0.26/xmpsdk/src/XMPMeta-GetSet.cpp:788:23: style: Function 'GetLocalizedText' argument 3 names different: declaration 'genericLang' definition '_genericLang'. [funcArgNamesDifferent]
exiv2-0.26/xmpsdk/src/XMPMeta.hpp:241:23: note: Function 'GetLocalizedText' argument 3 names different: declaration 'genericLang' definition '_genericLang'.
exiv2-0.26/xmpsdk/src/XMPMeta-GetSet.cpp:788:23: note: Function 'GetLocalizedText' argument 3 names different: declaration 'genericLang' definition '_genericLang'.
exiv2-0.26/xmpsdk/src/XMPMeta-GetSet.cpp:789:23: style: Function 'GetLocalizedText' argument 4 names different: declaration 'specificLang' definition '_specificLang'. [funcArgNamesDifferent]
exiv2-0.26/xmpsdk/src/XMPMeta.hpp:242:23: note: Function 'GetLocalizedText' argument 4 names different: declaration 'specificLang' definition '_specificLang'.
exiv2-0.26/xmpsdk/src/XMPMeta-GetSet.cpp:789:23: note: Function 'GetLocalizedText' argument 4 names different: declaration 'specificLang' definition '_specificLang'.
exiv2-0.26/xmpsdk/src/XMPMeta-GetSet.cpp:837:23: style: Function 'SetLocalizedText' argument 2 names different: declaration 'altTextName' definition 'arrayName'. [funcArgNamesDifferent]
exiv2-0.26/xmpsdk/src/XMPMeta.hpp:251:24: note: Function 'SetLocalizedText' argument 2 names different: declaration 'altTextName' definition 'arrayName'.
exiv2-0.26/xmpsdk/src/XMPMeta-GetSet.cpp:837:23: note: Function 'SetLocalizedText' argument 2 names different: declaration 'altTextName' definition 'arrayName'.
exiv2-0.26/xmpsdk/src/XMPMeta-GetSet.cpp:838:23: style: Function 'SetLocalizedText' argument 3 names different: declaration 'genericLang' definition '_genericLang'. [funcArgNamesDifferent]
exiv2-0.26/xmpsdk/src/XMPMeta.hpp:252:24: note: Function 'SetLocalizedText' argument 3 names different: declaration 'genericLang' definition '_genericLang'.
exiv2-0.26/xmpsdk/src/XMPMeta-GetSet.cpp:838:23: note: Function 'SetLocalizedText' argument 3 names different: declaration 'genericLang' definition '_genericLang'.
exiv2-0.26/xmpsdk/src/XMPMeta-GetSet.cpp:839:23: style: Function 'SetLocalizedText' argument 4 names different: declaration 'specificLang' definition '_specificLang'. [funcArgNamesDifferent]
exiv2-0.26/xmpsdk/src/XMPMeta.hpp:253:24: note: Function 'SetLocalizedText' argument 4 names different: declaration 'specificLang' definition '_specificLang'.
exiv2-0.26/xmpsdk/src/XMPMeta-GetSet.cpp:839:23: note: Function 'SetLocalizedText' argument 4 names different: declaration 'specificLang' definition '_specificLang'.
exiv2-0.26/xmpsdk/src/XMPMeta-Parse.cpp:1079:25: style: Function 'ParseFromBuffer' argument 2 names different: declaration 'bufferSize' definition 'xmpSize'. [funcArgNamesDifferent]
exiv2-0.26/xmpsdk/src/XMPMeta.hpp:357:23: note: Function 'ParseFromBuffer' argument 2 names different: declaration 'bufferSize' definition 'xmpSize'.
exiv2-0.26/xmpsdk/src/XMPMeta-Parse.cpp:1079:25: note: Function 'ParseFromBuffer' argument 2 names different: declaration 'bufferSize' definition 'xmpSize'.
exiv2-0.26/xmpsdk/src/XMPMeta-Serialize.cpp:507:70: style: C-style pointer casting [cstyleCast]
exiv2-0.26/xmpsdk/src/XMPMeta-Serialize.cpp:858:71: style: C-style pointer casting [cstyleCast]
exiv2-0.26/xmpsdk/src/XMPMeta-Serialize.cpp:1163:24: style: Function 'SerializeToBuffer' argument 6 names different: declaration 'indent' definition 'indentStr'. [funcArgNamesDifferent]
exiv2-0.26/xmpsdk/src/XMPMeta.hpp:366:21: note: Function 'SerializeToBuffer' argument 6 names different: declaration 'indent' definition 'indentStr'.
exiv2-0.26/xmpsdk/src/XMPMeta-Serialize.cpp:1163:24: note: Function 'SerializeToBuffer' argument 6 names different: declaration 'indent' definition 'indentStr'.
exiv2-0.26/xmpsdk/src/XMPMeta-Serialize.cpp:360:36: performance: Function parameter 'qualName' should be passed by const reference. [passedByValue]
exiv2-0.26/xmpsdk/src/XMPMeta.hpp:115:2: performance: Technically the member function 'XMPMeta::UnlockObject' can be static. [functionStatic]
exiv2-0.26/xmpsdk/src/XMPMeta.cpp:858:10: note: Technically the member function 'XMPMeta::UnlockObject' can be static.
exiv2-0.26/xmpsdk/src/XMPMeta.hpp:115:2: note: Technically the member function 'XMPMeta::UnlockObject' can be static.
exiv2-0.26/xmpsdk/src/XMPMeta.hpp:331:2: performance: Technically the member function 'XMPMeta::GetObjectOptions' can be static. [functionStatic]
exiv2-0.26/xmpsdk/src/XMPMeta.cpp:1554:10: note: Technically the member function 'XMPMeta::GetObjectOptions' can be static.
exiv2-0.26/xmpsdk/src/XMPMeta.hpp:331:2: note: Technically the member function 'XMPMeta::GetObjectOptions' can be static.
exiv2-0.26/xmpsdk/src/XMPMeta.hpp:334:2: performance: Technically the member function 'XMPMeta::SetObjectOptions' can be static. [functionStatic]
exiv2-0.26/xmpsdk/src/XMPMeta.cpp:1568:10: note: Technically the member function 'XMPMeta::SetObjectOptions' can be static.
exiv2-0.26/xmpsdk/src/XMPMeta.hpp:334:2: note: Technically the member function 'XMPMeta::SetObjectOptions' can be static.
exiv2-0.26/xmpsdk/src/XMPUtils-FileInfo.cpp:309:15: style: The scope of the variable 'cpTemp' can be reduced. [variableScope]
exiv2-0.26/xmpsdk/src/XMPUtils-FileInfo.cpp:357:7: style: The scope of the variable 'prevSpace' can be reduced. [variableScope]
exiv2-0.26/xmpsdk/src/XMPUtils-FileInfo.cpp:653:7: style: Boolean variable 'deleteEmpty' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
exiv2-0.26/xmpsdk/src/XMPUtils-FileInfo.cpp:1225:29: style: Boolean variable 'fullSourceTree' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
exiv2-0.26/xmpsdk/src/XMPUtils-FileInfo.cpp:1229:7: style: Boolean variable 'fullSourceTree' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
exiv2-0.26/xmpsdk/src/XMPUtils.cpp:1440:24: style: The scope of the variable 'c3' can be reduced. [variableScope]
exiv2-0.26/xmpsdk/src/XMPUtils.cpp:812:23: style: Function 'ComposeLangSelector' argument 3 names different: declaration 'langName' definition '_langName'. [funcArgNamesDifferent]
exiv2-0.26/xmpsdk/src/XMPUtils.hpp:71:24: note: Function 'ComposeLangSelector' argument 3 names different: declaration 'langName' definition '_langName'.
exiv2-0.26/xmpsdk/src/XMPUtils.cpp:812:23: note: Function 'ComposeLangSelector' argument 3 names different: declaration 'langName' definition '_langName'.
exiv2-0.26/xmpsdk/src/XMPUtils.cpp:1654:44: style: Function 'PackageForJPEG' argument 1 names different: declaration 'xmpObj' definition 'origXMP'. [funcArgNamesDifferent]
exiv2-0.26/xmpsdk/src/XMPUtils.hpp:166:35: note: Function 'PackageForJPEG' argument 1 names different: declaration 'xmpObj' definition 'origXMP'.
exiv2-0.26/xmpsdk/src/XMPUtils.cpp:1654:44: note: Function 'PackageForJPEG' argument 1 names different: declaration 'xmpObj' definition 'origXMP'.
exiv2-0.26/xmpsdk/src/XMPUtils.cpp:1893:44: style: Function 'CurrentDateTime' argument 1 names different: declaration 'time' definition 'xmpTime'. [funcArgNamesDifferent]
exiv2-0.26/xmpsdk/src/XMPUtils.hpp:135:35: note: Function 'CurrentDateTime' argument 1 names different: declaration 'time' definition 'xmpTime'.
exiv2-0.26/xmpsdk/src/XMPUtils.cpp:1893:44: note: Function 'CurrentDateTime' argument 1 names different: declaration 'time' definition 'xmpTime'.
exiv2-0.26/xmpsdk/src/XMPUtils.cpp:1928:40: style: Function 'SetTimeZone' argument 1 names different: declaration 'time' definition 'xmpTime'. [funcArgNamesDifferent]
exiv2-0.26/xmpsdk/src/XMPUtils.hpp:138:31: note: Function 'SetTimeZone' argument 1 names different: declaration 'time' definition 'xmpTime'.
exiv2-0.26/xmpsdk/src/XMPUtils.cpp:1928:40: note: Function 'SetTimeZone' argument 1 names different: declaration 'time' definition 'xmpTime'.
exiv2-0.26/xmpsdk/src/XMPUtils.cpp:2086:50: style: Function 'CompareDateTime' argument 1 names different: declaration 'left' definition '_in_left'. [funcArgNamesDifferent]
exiv2-0.26/xmpsdk/src/XMPUtils.hpp:147:41: note: Function 'CompareDateTime' argument 1 names different: declaration 'left' definition '_in_left'.
exiv2-0.26/xmpsdk/src/XMPUtils.cpp:2086:50: note: Function 'CompareDateTime' argument 1 names different: declaration 'left' definition '_in_left'.
exiv2-0.26/xmpsdk/src/XMPUtils.cpp:2087:29: style: Function 'CompareDateTime' argument 2 names different: declaration 'right' definition '_in_right'. [funcArgNamesDifferent]
exiv2-0.26/xmpsdk/src/XMPUtils.hpp:148:29: note: Function 'CompareDateTime' argument 2 names different: declaration 'right' definition '_in_right'.
exiv2-0.26/xmpsdk/src/XMPUtils.cpp:2087:29: note: Function 'CompareDateTime' argument 2 names different: declaration 'right' definition '_in_right'.
[19:07]

ftp://ftp.se.debian.org/debian/pool/main/e/exmh/exmh_2.8.0~rc1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/exo/exo_0.6.2.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/e/exodusii/exodusii_6.02.dfsg.1.orig.tar.gz
exodusii-6.02.dfsg.1/exodus/cbind/parallel/ex_create_par.c:224:12: style: Condition 'mode&EX_MPIPOSIX' is always false [knownConditionTrueFalse]
exodusii-6.02.dfsg.1/exodus/cbind/parallel/ex_create_par.c:153:14: note: Assignment 'mode=0', assigned value is 0
exodusii-6.02.dfsg.1/exodus/cbind/parallel/ex_create_par.c:224:12: note: Condition 'mode&EX_MPIPOSIX' is always false
exodusii-6.02.dfsg.1/exodus/cbind/parallel/ex_create_par.c:226:17: style: Condition 'mode&EX_MPIIO' is always false [knownConditionTrueFalse]
exodusii-6.02.dfsg.1/exodus/cbind/parallel/ex_create_par.c:153:14: note: Assignment 'mode=0', assigned value is 0
exodusii-6.02.dfsg.1/exodus/cbind/parallel/ex_create_par.c:226:17: note: Condition 'mode&EX_MPIIO' is always false
exodusii-6.02.dfsg.1/exodus/cbind/parallel/ex_create_par.c:228:17: style: Condition 'mode&EX_PNETCDF' is always false [knownConditionTrueFalse]
exodusii-6.02.dfsg.1/exodus/cbind/parallel/ex_create_par.c:153:14: note: Assignment 'mode=0', assigned value is 0
exodusii-6.02.dfsg.1/exodus/cbind/parallel/ex_create_par.c:228:17: note: Condition 'mode&EX_PNETCDF' is always false
exodusii-6.02.dfsg.1/exodus/cbind/parallel/ex_create_par.c:163:18: style: Same expression on both sides of '==' because the value of 'my_mode' and 'cmode' are the same. [duplicateExpression]
exodusii-6.02.dfsg.1/exodus/cbind/parallel/ex_create_par.c:162:26: note: 'my_mode' is assigned value 'cmode' here.
exodusii-6.02.dfsg.1/exodus/cbind/parallel/ex_create_par.c:163:18: note: Same expression on both sides of '==' because the value of 'my_mode' and 'cmode' are the same.
exodusii-6.02.dfsg.1/exodus/cbind/parallel/ex_open_par.c:132:15: style: The scope of the variable 'stat_att' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/parallel/ex_open_par.c:132:25: style: The scope of the variable 'stat_dim' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_conv.c:225:8: style: The scope of the variable 'errmsg' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_copy.c:392:7: style: The scope of the variable 'status' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_copy.c:802:7: style: The scope of the variable 'i' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_copy.c:45:12: style: struct member 'ncdim::size' is never used. [unusedStructMember]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_copy.c:57:9: style: struct member 'ncatt::var' is never used. [unusedStructMember]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_copy.c:61:11: style: struct member 'ncatt::val' is never used. [unusedStructMember]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_copy.c:595:10: style: Variable 'dim_sz' is allocated memory that is never used. [unusedAllocatedMemory]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_create.c:156:18: style: Same expression on both sides of '==' because the value of 'my_mode' and 'cmode' are the same. [duplicateExpression]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_create.c:155:26: note: 'my_mode' is assigned value 'cmode' here.
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_create.c:156:18: note: Same expression on both sides of '==' because the value of 'my_mode' and 'cmode' are the same.
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_create_par.c:159:18: style: Same expression on both sides of '==' because the value of 'my_mode' and 'cmode' are the same. [duplicateExpression]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_create_par.c:158:26: note: 'my_mode' is assigned value 'cmode' here.
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_create_par.c:159:18: note: Same expression on both sides of '==' because the value of 'my_mode' and 'cmode' are the same.
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_create_par.c:171:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_get_attr_names.c:67:20: style: The scope of the variable 'i' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_get_block_param.c:69:15: style: The scope of the variable 'i' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_get_cmap_params.c:80:16: style: The scope of the variable 'num_n_comm_maps' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_get_cmap_params.c:80:33: style: The scope of the variable 'num_e_comm_maps' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_get_coord.c:104:28: style: The scope of the variable 'start' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_get_coord.c:104:38: style: The scope of the variable 'count' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_get_group_ids.c:48:8: style: The scope of the variable 'errmsg' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_get_id_map.c:62:10: style: The scope of the variable 'i' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_get_info.c:78:10: style: The scope of the variable 'i' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_get_info.c:80:20: style: The scope of the variable 'start' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_get_info.c:80:30: style: The scope of the variable 'count' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_get_init_ext.c:60:8: style: The scope of the variable 'errmsg' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_get_map.c:78:21: style: The scope of the variable 'i' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_get_name.c:66:14: style: The scope of the variable 'ent_ndx' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_get_names.c:65:22: style: The scope of the variable 'i' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_get_object_truth_vector.c:59:21: style: The scope of the variable 'i' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_get_object_truth_vector.c:61:10: style: The scope of the variable 'start' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_get_object_truth_vector.c:61:20: style: The scope of the variable 'count' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_get_partial_elem_num_map.c:68:10: style: The scope of the variable 'i' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_get_partial_id_map.c:51:10: style: The scope of the variable 'i' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_get_partial_node_num_map.c:68:11: style: The scope of the variable 'i' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_get_prop_names.c:106:7: style: The scope of the variable 'status' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_get_qa.c:86:10: style: The scope of the variable 'i' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_get_qa.c:86:13: style: The scope of the variable 'j' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_get_qa.c:87:26: style: The scope of the variable 'start' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_get_qa.c:87:36: style: The scope of the variable 'count' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_get_truth_table.c:67:28: style: The scope of the variable 'i' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_get_truth_table.c:67:31: style: The scope of the variable 'j' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_inquire.c:280:7: style: The scope of the variable 'i' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_inquire.c:282:9: style: The scope of the variable 'errmsg' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_inquire.c:374:8: style: The scope of the variable 'stat_vals' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_inquire.c:377:8: style: The scope of the variable 'tmp_title' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_ne_util.c:73:8: style: The scope of the variable 'errmsg' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_ne_util.c:136:26: style: The scope of the variable 'dimid' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_ne_util.c:217:17: style: The scope of the variable 'func_name' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_ne_util.c:223:11: style: The scope of the variable 'errmsg' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_ne_util.c:260:16: style: The scope of the variable 'func_name' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_ne_util.c:261:10: style: The scope of the variable 'status' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_ne_util.c:264:10: style: The scope of the variable 'errmsg' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_ne_util.c:348:16: style: The scope of the variable 'func_name' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_ne_util.c:352:12: style: The scope of the variable 'start' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_ne_util.c:352:22: style: The scope of the variable 'count' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_ne_util.c:358:10: style: The scope of the variable 'errmsg' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_open.c:127:15: style: The scope of the variable 'stat_att' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_open.c:127:25: style: The scope of the variable 'stat_dim' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_open_par.c:132:15: style: The scope of the variable 'stat_att' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_open_par.c:132:25: style: The scope of the variable 'stat_dim' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_put_all_var_param_ext.c:380:8: style: The scope of the variable 'errmsg' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_put_all_var_param_ext.c:401:8: style: The scope of the variable 'errmsg' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_put_all_var_param_ext.c:432:7: style: The scope of the variable 'status' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_put_all_var_param_ext.c:476:8: style: The scope of the variable 'errmsg' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_put_all_var_param_ext.c:428:45: style: Function 'get_status_array' argument 2 names different: declaration 'count' definition 'var_count'. [funcArgNamesDifferent]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_put_all_var_param_ext.c:57:45: note: Function 'get_status_array' argument 2 names different: declaration 'count' definition 'var_count'.
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_put_all_var_param_ext.c:428:45: note: Function 'get_status_array' argument 2 names different: declaration 'count' definition 'var_count'.
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_put_all_var_param_ext.c:491:29: style: Function 'define_truth_table' argument 6 names different: declaration 'status' definition 'status_tab'. [funcArgNamesDifferent]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_put_all_var_param_ext.c:60:50: note: Function 'define_truth_table' argument 6 names different: declaration 'status' definition 'status_tab'.
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_put_all_var_param_ext.c:491:29: note: Function 'define_truth_table' argument 6 names different: declaration 'status' definition 'status_tab'.
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_put_cmap_params.c:82:11: style: The scope of the variable 'ncnt_cmap' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_put_cmap_params.c:82:22: style: The scope of the variable 'ecnt_cmap' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_put_cmap_params_cc.c:87:10: style: The scope of the variable 'ecnt_cmap' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_put_cmap_params_cc.c:87:21: style: The scope of the variable 'ncnt_cmap' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_put_cmap_params_cc.c:193:7: error: Memory leak: n_var_idx [memleak]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_put_cmap_params_cc.c:250:7: error: Memory leak: e_var_idx [memleak]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_put_conn.c:162:3: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_put_conn.c:174:3: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_put_coord.c:122:28: style: The scope of the variable 'start' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_put_coord.c:122:38: style: The scope of the variable 'count' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_put_init_ext.c:85:7: style: The scope of the variable 'dim' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_put_init_ext.c:86:7: style: The scope of the variable 'status' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_put_init_ext.c:88:8: style: The scope of the variable 'errmsg' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_put_init_ext.c:109:7: style: The scope of the variable 'dim' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_put_init_ext.c:111:7: style: The scope of the variable 'status' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_put_init_ext.c:112:7: style: The scope of the variable 'int_type' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_put_init_ext.c:113:8: style: The scope of the variable 'errmsg' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_put_init_ext.c:165:7: style: The scope of the variable 'dim' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_put_init_ext.c:167:7: style: The scope of the variable 'status' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_put_init_ext.c:168:8: style: The scope of the variable 'errmsg' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_put_init_ext.c:213:7: style: The scope of the variable 'i' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_put_num_map.c:72:7: style: The scope of the variable 'map_int_type' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_put_partial_num_map.c:70:21: style: The scope of the variable 'map_ndx' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_put_sets.c:72:3: style: Variable 'sets_to_define' is reassigned a value before the old one has been used. [redundantAssignment]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_put_sets.c:59:0: note: Variable 'sets_to_define' is reassigned a value before the old one has been used.
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_put_sets.c:72:3: note: Variable 'sets_to_define' is reassigned a value before the old one has been used.
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_update.c:58:8: style: The scope of the variable 'errmsg' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_utils.c:232:7: style: The scope of the variable 'status' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_utils.c:233:10: style: The scope of the variable 'start' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_utils.c:233:20: style: The scope of the variable 'count' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_utils.c:234:8: style: The scope of the variable 'errmsg' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_utils.c:282:7: style: The scope of the variable 'status' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_utils.c:304:8: style: The scope of the variable 'errmsg' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_utils.c:578:14: style: The scope of the variable 'filled' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_utils.c:1295:7: style: The scope of the variable 'pivot' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_utils.c:1296:7: style: The scope of the variable 'i' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_utils.c:1296:10: style: The scope of the variable 'j' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_utils.c:1321:11: style: The scope of the variable 'pivot' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_utils.c:1322:11: style: The scope of the variable 'i' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_utils.c:1322:14: style: The scope of the variable 'j' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_utils.c:1350:7: style: The scope of the variable 'tmp' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_utils.c:1376:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_utils.c:1434:14: style: The scope of the variable 'message_output' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_utils.c:1533:9: style: The scope of the variable 'compress' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/src/ex_utils.c:240:12: warning: Char literal compared with pointer 'name'. Did you intend to dereference it? [charLiteralWithCharPtrCompare]
exodusii-6.02.dfsg.1/exodus/cbind/test/CreateEdgeFace.c:380:7: error: Memory leak: varParams.edge_var_tab [memleak]
exodusii-6.02.dfsg.1/exodus/cbind/test/CreateEdgeFace.c:380:7: error: Memory leak: varParams.face_var_tab [memleak]
exodusii-6.02.dfsg.1/exodus/cbind/test/CreateEdgeFace.c:380:7: error: Memory leak: varParams.elem_var_tab [memleak]
exodusii-6.02.dfsg.1/exodus/cbind/test/CreateEdgeFace.c:380:7: error: Memory leak: varParams.fset_var_tab [memleak]
exodusii-6.02.dfsg.1/exodus/cbind/test/MakeTestData.c:765:62: warning: Division by result of sizeof(). memcpy() expects a size in bytes, did you intend to multiply instead? [sizeofDivisionMemfunc]
exodusii-6.02.dfsg.1/exodus/cbind/test/MakeTestData.c:796:69: warning: Division by result of sizeof(). memcpy() expects a size in bytes, did you intend to multiply instead? [sizeofDivisionMemfunc]
exodusii-6.02.dfsg.1/exodus/cbind/test/MakeTestData.c:797:69: warning: Division by result of sizeof(). memcpy() expects a size in bytes, did you intend to multiply instead? [sizeofDivisionMemfunc]
exodusii-6.02.dfsg.1/exodus/cbind/test/MakeTestData.c:811:71: warning: Division by result of sizeof(). memcpy() expects a size in bytes, did you intend to multiply instead? [sizeofDivisionMemfunc]
exodusii-6.02.dfsg.1/exodus/cbind/test/MakeTestData.c:569:7: error: Memory leak: blockParams.edge_blk_id [memleak]
exodusii-6.02.dfsg.1/exodus/cbind/test/MakeTestData.c:569:7: error: Memory leak: blockParams.num_edge_this_blk [memleak]
exodusii-6.02.dfsg.1/exodus/cbind/test/MakeTestData.c:569:7: error: Memory leak: blockParams.num_nodes_per_edge [memleak]
exodusii-6.02.dfsg.1/exodus/cbind/test/MakeTestData.c:569:7: error: Memory leak: blockParams.num_attr_edge [memleak]
exodusii-6.02.dfsg.1/exodus/cbind/test/MakeTestData.c:569:7: error: Memory leak: blockParams.face_blk_id [memleak]
exodusii-6.02.dfsg.1/exodus/cbind/test/MakeTestData.c:569:7: error: Memory leak: blockParams.num_face_this_blk [memleak]
exodusii-6.02.dfsg.1/exodus/cbind/test/MakeTestData.c:569:7: error: Memory leak: blockParams.num_nodes_per_face [memleak]
exodusii-6.02.dfsg.1/exodus/cbind/test/MakeTestData.c:569:7: error: Memory leak: blockParams.num_attr_face [memleak]
exodusii-6.02.dfsg.1/exodus/cbind/test/MakeTestData.c:569:7: error: Memory leak: blockParams.elem_blk_id [memleak]
exodusii-6.02.dfsg.1/exodus/cbind/test/MakeTestData.c:569:7: error: Memory leak: blockParams.num_elem_this_blk [memleak]
exodusii-6.02.dfsg.1/exodus/cbind/test/MakeTestData.c:569:7: error: Memory leak: blockParams.num_nodes_per_elem [memleak]
exodusii-6.02.dfsg.1/exodus/cbind/test/MakeTestData.c:569:7: error: Memory leak: blockParams.num_edges_per_elem [memleak]
exodusii-6.02.dfsg.1/exodus/cbind/test/MakeTestData.c:569:7: error: Memory leak: blockParams.num_faces_per_elem [memleak]
exodusii-6.02.dfsg.1/exodus/cbind/test/MakeTestData.c:569:7: error: Memory leak: blockParams.num_attr_elem [memleak]
exodusii-6.02.dfsg.1/exodus/cbind/test/MakeTestData.c:569:7: error: Memory leak: blockParams.edge_type [memleak]
exodusii-6.02.dfsg.1/exodus/cbind/test/MakeTestData.c:569:7: error: Memory leak: blockParams.face_type [memleak]
exodusii-6.02.dfsg.1/exodus/cbind/test/MakeTestData.c:569:7: error: Memory leak: blockParams.elem_type [memleak]
exodusii-6.02.dfsg.1/exodus/cbind/test/MakeTestData.c:569:7: error: Memory leak: varParams.edge_var_tab [memleak]
exodusii-6.02.dfsg.1/exodus/cbind/test/MakeTestData.c:569:7: error: Memory leak: varParams.face_var_tab [memleak]
exodusii-6.02.dfsg.1/exodus/cbind/test/MakeTestData.c:569:7: error: Memory leak: varParams.fset_var_tab [memleak]
exodusii-6.02.dfsg.1/exodus/cbind/test/ReadEdgeFace.c:117:7: style: The scope of the variable 'have_var_names' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/ReadEdgeFace.c:185:12: style: The scope of the variable 'tp' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/ReadEdgeFace.c:328:14: style: The scope of the variable 'map' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/ReadEdgeFace.c:181:0: error: Memory leak: obj_names [memleak]
exodusii-6.02.dfsg.1/exodus/cbind/test/ReadEdgeFace.c:387:0: error: Memory leak: entry_vals [memleak]
exodusii-6.02.dfsg.1/exodus/cbind/test/ReadEdgeFace.c:273:0: error: Memory leak: attr [memleak]
exodusii-6.02.dfsg.1/exodus/cbind/test/create_mesh.c:93:16: style: The scope of the variable 'b' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/create_mesh.c:487:7: style: The scope of the variable 'exoid' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/create_mesh.c:487:14: style: The scope of the variable 'err' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/create_mesh.c:487:19: style: The scope of the variable 'num_dim' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/create_mesh.c:487:28: style: The scope of the variable 'num_elem_blk' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/create_mesh.c:487:42: style: The scope of the variable 'num_node_sets' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/create_mesh.c:487:57: style: The scope of the variable 'num_side_sets' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/create_mesh.c:939:10: style: The scope of the variable 'index' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/create_mesh.c:965:24: style: The scope of the variable 'middle' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/create_mesh.c:965:32: style: The scope of the variable 'g_mid' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/create_mesh.c:985:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/create_mesh.c:985:11: style: The scope of the variable 'iTemp1' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/create_mesh.c:986:7: style: The scope of the variable 'iMaxDigit' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/create_mesh.c:986:20: style: The scope of the variable 'iMyDigit' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/create_mesh.c:987:8: style: The scope of the variable 'cTemp' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/create_mesh.c:296:24: style: Function 'parse_input' argument 5 names different: declaration 'num_elements' definition 'num_elements_1d'. [funcArgNamesDifferent]
exodusii-6.02.dfsg.1/exodus/cbind/test/create_mesh.c:157:18: note: Function 'parse_input' argument 5 names different: declaration 'num_elements' definition 'num_elements_1d'.
exodusii-6.02.dfsg.1/exodus/cbind/test/create_mesh.c:296:24: note: Function 'parse_input' argument 5 names different: declaration 'num_elements' definition 'num_elements_1d'.
exodusii-6.02.dfsg.1/exodus/cbind/test/create_mesh.c:427:17: style: Function 'make_mesh' argument 6 names different: declaration 'num_elements' definition 'num_elements_1d'. [funcArgNamesDifferent]
exodusii-6.02.dfsg.1/exodus/cbind/test/create_mesh.c:149:17: note: Function 'make_mesh' argument 6 names different: declaration 'num_elements' definition 'num_elements_1d'.
exodusii-6.02.dfsg.1/exodus/cbind/test/create_mesh.c:427:17: note: Function 'make_mesh' argument 6 names different: declaration 'num_elements' definition 'num_elements_1d'.
exodusii-6.02.dfsg.1/exodus/cbind/test/create_mesh.c:843:13: style: Function 'create_elem_map' argument 2 names different: declaration 'start' definition 'elem_num'. [funcArgNamesDifferent]
exodusii-6.02.dfsg.1/exodus/cbind/test/create_mesh.c:120:13: note: Function 'create_elem_map' argument 2 names different: declaration 'start' definition 'elem_num'.
exodusii-6.02.dfsg.1/exodus/cbind/test/create_mesh.c:843:13: note: Function 'create_elem_map' argument 2 names different: declaration 'start' definition 'elem_num'.
exodusii-6.02.dfsg.1/exodus/cbind/test/oned.c:116:4: error: fprintf format string requires 1 parameter but only 0 are given. [wrongPrintfScanfArgNum]
exodusii-6.02.dfsg.1/exodus/cbind/test/oned.c:129:4: error: fprintf format string requires 1 parameter but only 0 are given. [wrongPrintfScanfArgNum]
exodusii-6.02.dfsg.1/exodus/cbind/test/oned.c:135:4: error: fprintf format string requires 1 parameter but only 0 are given. [wrongPrintfScanfArgNum]
exodusii-6.02.dfsg.1/exodus/cbind/test/oned.c:138:4: error: fprintf format string requires 1 parameter but only 0 are given. [wrongPrintfScanfArgNum]
exodusii-6.02.dfsg.1/exodus/cbind/test/oned.c:141:4: error: fprintf format string requires 1 parameter but only 0 are given. [wrongPrintfScanfArgNum]
exodusii-6.02.dfsg.1/exodus/cbind/test/oned.c:143:4: error: fprintf format string requires 1 parameter but only 0 are given. [wrongPrintfScanfArgNum]
exodusii-6.02.dfsg.1/exodus/cbind/test/oned.c:146:4: error: fprintf format string requires 1 parameter but only 0 are given. [wrongPrintfScanfArgNum]
exodusii-6.02.dfsg.1/exodus/cbind/test/oned.c:155:4: error: fprintf format string requires 1 parameter but only 0 are given. [wrongPrintfScanfArgNum]
exodusii-6.02.dfsg.1/exodus/cbind/test/oned.c:175:4: error: fprintf format string requires 1 parameter but only 0 are given. [wrongPrintfScanfArgNum]
exodusii-6.02.dfsg.1/exodus/cbind/test/oned.c:176:4: error: fprintf format string requires 1 parameter but only 0 are given. [wrongPrintfScanfArgNum]
exodusii-6.02.dfsg.1/exodus/cbind/test/oned.c:177:4: error: fprintf format string requires 1 parameter but only 0 are given. [wrongPrintfScanfArgNum]
exodusii-6.02.dfsg.1/exodus/cbind/test/oned.c:180:4: error: fprintf format string requires 1 parameter but only 0 are given. [wrongPrintfScanfArgNum]
exodusii-6.02.dfsg.1/exodus/cbind/test/oned.c:184:4: error: fprintf format string requires 1 parameter but only 0 are given. [wrongPrintfScanfArgNum]
exodusii-6.02.dfsg.1/exodus/cbind/test/oned.c:185:4: error: fprintf format string requires 1 parameter but only 0 are given. [wrongPrintfScanfArgNum]
exodusii-6.02.dfsg.1/exodus/cbind/test/oned.c:186:4: error: fprintf format string requires 1 parameter but only 0 are given. [wrongPrintfScanfArgNum]
exodusii-6.02.dfsg.1/exodus/cbind/test/oned.c:187:4: error: fprintf format string requires 1 parameter but only 0 are given. [wrongPrintfScanfArgNum]
exodusii-6.02.dfsg.1/exodus/cbind/test/oned.c:197:4: error: fprintf format string requires 1 parameter but only 0 are given. [wrongPrintfScanfArgNum]
exodusii-6.02.dfsg.1/exodus/cbind/test/oned.c:198:4: error: fprintf format string requires 1 parameter but only 0 are given. [wrongPrintfScanfArgNum]
exodusii-6.02.dfsg.1/exodus/cbind/test/oned.c:202:4: error: fprintf format string requires 1 parameter but only 0 are given. [wrongPrintfScanfArgNum]
exodusii-6.02.dfsg.1/exodus/cbind/test/oned.c:208:4: error: fprintf format string requires 1 parameter but only 0 are given. [wrongPrintfScanfArgNum]
exodusii-6.02.dfsg.1/exodus/cbind/test/oned.c:209:4: error: fprintf format string requires 1 parameter but only 0 are given. [wrongPrintfScanfArgNum]
exodusii-6.02.dfsg.1/exodus/cbind/test/oned.c:212:4: error: fprintf format string requires 1 parameter but only 0 are given. [wrongPrintfScanfArgNum]
exodusii-6.02.dfsg.1/exodus/cbind/test/oned.c:214:4: error: fprintf format string requires 1 parameter but only 0 are given. [wrongPrintfScanfArgNum]
exodusii-6.02.dfsg.1/exodus/cbind/test/oned.c:223:4: error: fprintf format string requires 1 parameter but only 0 are given. [wrongPrintfScanfArgNum]
exodusii-6.02.dfsg.1/exodus/cbind/test/oned.c:237:4: error: fprintf format string requires 1 parameter but only 0 are given. [wrongPrintfScanfArgNum]
exodusii-6.02.dfsg.1/exodus/cbind/test/oned.c:238:4: error: fprintf format string requires 1 parameter but only 0 are given. [wrongPrintfScanfArgNum]
exodusii-6.02.dfsg.1/exodus/cbind/test/oned.c:240:4: error: fprintf format string requires 1 parameter but only 0 are given. [wrongPrintfScanfArgNum]
exodusii-6.02.dfsg.1/exodus/cbind/test/oned.c:250:4: error: fprintf format string requires 1 parameter but only 0 are given. [wrongPrintfScanfArgNum]
exodusii-6.02.dfsg.1/exodus/cbind/test/oned.c:251:4: error: fprintf format string requires 1 parameter but only 0 are given. [wrongPrintfScanfArgNum]
exodusii-6.02.dfsg.1/exodus/cbind/test/oned.c:257:4: error: fprintf format string requires 1 parameter but only 0 are given. [wrongPrintfScanfArgNum]
exodusii-6.02.dfsg.1/exodus/cbind/test/oned.c:258:4: error: fprintf format string requires 1 parameter but only 0 are given. [wrongPrintfScanfArgNum]
exodusii-6.02.dfsg.1/exodus/cbind/test/oned.c:260:4: error: fprintf format string requires 1 parameter but only 0 are given. [wrongPrintfScanfArgNum]
exodusii-6.02.dfsg.1/exodus/cbind/test/oned.c:265:4: error: fprintf format string requires 1 parameter but only 0 are given. [wrongPrintfScanfArgNum]
exodusii-6.02.dfsg.1/exodus/cbind/test/oned.c:267:4: error: fprintf format string requires 1 parameter but only 0 are given. [wrongPrintfScanfArgNum]
exodusii-6.02.dfsg.1/exodus/cbind/test/oned.c:269:4: error: fprintf format string requires 1 parameter but only 0 are given. [wrongPrintfScanfArgNum]
exodusii-6.02.dfsg.1/exodus/cbind/test/oned.c:272:4: error: fprintf format string requires 1 parameter but only 0 are given. [wrongPrintfScanfArgNum]
exodusii-6.02.dfsg.1/exodus/cbind/test/oned.c:286:4: error: fprintf format string requires 1 parameter but only 0 are given. [wrongPrintfScanfArgNum]
exodusii-6.02.dfsg.1/exodus/cbind/test/oned.c:296:4: error: fprintf format string requires 1 parameter but only 0 are given. [wrongPrintfScanfArgNum]
exodusii-6.02.dfsg.1/exodus/cbind/test/oned.c:304:4: error: fprintf format string requires 1 parameter but only 0 are given. [wrongPrintfScanfArgNum]
exodusii-6.02.dfsg.1/exodus/cbind/test/oned.c:305:4: error: fprintf format string requires 1 parameter but only 0 are given. [wrongPrintfScanfArgNum]
exodusii-6.02.dfsg.1/exodus/cbind/test/oned.c:312:4: error: fprintf format string requires 1 parameter but only 0 are given. [wrongPrintfScanfArgNum]
exodusii-6.02.dfsg.1/exodus/cbind/test/oned.c:313:4: error: fprintf format string requires 1 parameter but only 0 are given. [wrongPrintfScanfArgNum]
exodusii-6.02.dfsg.1/exodus/cbind/test/oned.c:322:4: error: fprintf format string requires 1 parameter but only 0 are given. [wrongPrintfScanfArgNum]
exodusii-6.02.dfsg.1/exodus/cbind/test/oned.c:323:4: error: fprintf format string requires 1 parameter but only 0 are given. [wrongPrintfScanfArgNum]
exodusii-6.02.dfsg.1/exodus/cbind/test/oned.c:331:4: error: fprintf format string requires 1 parameter but only 0 are given. [wrongPrintfScanfArgNum]
exodusii-6.02.dfsg.1/exodus/cbind/test/oned.c:332:4: error: fprintf format string requires 1 parameter but only 0 are given. [wrongPrintfScanfArgNum]
exodusii-6.02.dfsg.1/exodus/cbind/test/oned.c:347:4: error: fprintf format string requires 1 parameter but only 0 are given. [wrongPrintfScanfArgNum]
exodusii-6.02.dfsg.1/exodus/cbind/test/oned.c:370:6: error: fprintf format string requires 1 parameter but only 0 are given. [wrongPrintfScanfArgNum]
exodusii-6.02.dfsg.1/exodus/cbind/test/oned.c:377:6: error: fprintf format string requires 1 parameter but only 0 are given. [wrongPrintfScanfArgNum]
exodusii-6.02.dfsg.1/exodus/cbind/test/oned.c:384:8: error: fprintf format string requires 1 parameter but only 0 are given. [wrongPrintfScanfArgNum]
exodusii-6.02.dfsg.1/exodus/cbind/test/oned.c:394:10: error: fprintf format string requires 1 parameter but only 0 are given. [wrongPrintfScanfArgNum]
exodusii-6.02.dfsg.1/exodus/cbind/test/oned.c:405:10: error: fprintf format string requires 1 parameter but only 0 are given. [wrongPrintfScanfArgNum]
exodusii-6.02.dfsg.1/exodus/cbind/test/oned.c:414:6: error: fprintf format string requires 1 parameter but only 0 are given. [wrongPrintfScanfArgNum]
exodusii-6.02.dfsg.1/exodus/cbind/test/oned.c:424:4: error: fprintf format string requires 1 parameter but only 0 are given. [wrongPrintfScanfArgNum]
exodusii-6.02.dfsg.1/exodus/cbind/test/rd_wt_mesh.c:210:13: style: Condition 'rank==0' is always true [knownConditionTrueFalse]
exodusii-6.02.dfsg.1/exodus/cbind/test/rd_wt_mesh.c:203:10: note: Assignment 'rank=0', assigned value is 0
exodusii-6.02.dfsg.1/exodus/cbind/test/rd_wt_mesh.c:210:13: note: Condition 'rank==0' is always true
exodusii-6.02.dfsg.1/exodus/cbind/test/rd_wt_mesh.c:273:12: style: Condition 'rank==0' is always true [knownConditionTrueFalse]
exodusii-6.02.dfsg.1/exodus/cbind/test/rd_wt_mesh.c:203:10: note: Assignment 'rank=0', assigned value is 0
exodusii-6.02.dfsg.1/exodus/cbind/test/rd_wt_mesh.c:273:12: note: Condition 'rank==0' is always true
exodusii-6.02.dfsg.1/exodus/cbind/test/rd_wt_mesh.c:122:3: style: Variable 't1' is reassigned a value before the old one has been used. [redundantAssignment]
exodusii-6.02.dfsg.1/exodus/cbind/test/rd_wt_mesh.c:115:0: note: Variable 't1' is reassigned a value before the old one has been used.
exodusii-6.02.dfsg.1/exodus/cbind/test/rd_wt_mesh.c:122:3: note: Variable 't1' is reassigned a value before the old one has been used.
exodusii-6.02.dfsg.1/exodus/cbind/test/rd_wt_mesh.c:551:5: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
exodusii-6.02.dfsg.1/exodus/cbind/test/rd_wt_mesh.c:545:5: note: Variable 'err' is reassigned a value before the old one has been used.
exodusii-6.02.dfsg.1/exodus/cbind/test/rd_wt_mesh.c:551:5: note: Variable 'err' is reassigned a value before the old one has been used.
exodusii-6.02.dfsg.1/exodus/cbind/test/rd_wt_mesh.c:558:5: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
exodusii-6.02.dfsg.1/exodus/cbind/test/rd_wt_mesh.c:551:5: note: Variable 'err' is reassigned a value before the old one has been used.
exodusii-6.02.dfsg.1/exodus/cbind/test/rd_wt_mesh.c:558:5: note: Variable 'err' is reassigned a value before the old one has been used.
exodusii-6.02.dfsg.1/exodus/cbind/test/rd_wt_mesh.c:793:3: style: Variable 'exoid' is reassigned a value before the old one has been used. [redundantAssignment]
exodusii-6.02.dfsg.1/exodus/cbind/test/rd_wt_mesh.c:792:0: note: Variable 'exoid' is reassigned a value before the old one has been used.
exodusii-6.02.dfsg.1/exodus/cbind/test/rd_wt_mesh.c:793:3: note: Variable 'exoid' is reassigned a value before the old one has been used.
exodusii-6.02.dfsg.1/exodus/cbind/test/rd_wt_mesh.c:795:3: style: Variable 'raw_open_close_time' is reassigned a value before the old one has been used. [redundantAssignment]
exodusii-6.02.dfsg.1/exodus/cbind/test/rd_wt_mesh.c:774:0: note: Variable 'raw_open_close_time' is reassigned a value before the old one has been used.
exodusii-6.02.dfsg.1/exodus/cbind/test/rd_wt_mesh.c:795:3: note: Variable 'raw_open_close_time' is reassigned a value before the old one has been used.
exodusii-6.02.dfsg.1/exodus/cbind/test/rd_wt_mesh.c:435:7: style: The scope of the variable 'exoid' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/rd_wt_mesh.c:435:14: style: The scope of the variable 'err' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/rd_wt_mesh.c:437:10: style: The scope of the variable 'len_connect' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/rd_wt_mesh.c:448:10: style: The scope of the variable 'tstart' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/rd_wt_mesh.c:448:18: style: The scope of the variable 'tend' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/rd_wt_mesh.c:448:24: style: The scope of the variable 't_tmp1' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/rd_wt_mesh.c:448:32: style: The scope of the variable 't_tmp2' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/rd_wt_mesh.c:449:10: style: The scope of the variable 'raw_read_time' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/rd_wt_mesh.c:451:10: style: The scope of the variable 'total_time' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/rd_wt_mesh.c:762:23: style: The scope of the variable 'num_elem_blk' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/rd_wt_mesh.c:762:37: style: The scope of the variable 'num_node_sets' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/rd_wt_mesh.c:762:52: style: The scope of the variable 'num_side_sets' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/rd_wt_mesh.c:778:10: style: The scope of the variable 'tstart' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/rd_wt_mesh.c:778:18: style: The scope of the variable 'tend' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/rd_wt_mesh.c:779:10: style: The scope of the variable 'raw_write_time' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/rd_wt_mesh.c:781:10: style: The scope of the variable 'total_time' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/rd_wt_mesh.c:1223:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/rd_wt_mesh.c:1223:11: style: The scope of the variable 'iTemp1' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/rd_wt_mesh.c:1224:7: style: The scope of the variable 'iMaxDigit' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/rd_wt_mesh.c:1224:20: style: The scope of the variable 'iMyDigit' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/rd_wt_mesh.c:1225:8: style: The scope of the variable 'cTemp' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/rd_wt_mesh.c:424:52: style: Function 'read_exo_mesh' argument 3 names different: declaration 'ndim' definition 'num_dim'. [funcArgNamesDifferent]
exodusii-6.02.dfsg.1/exodus/cbind/test/rd_wt_mesh.c:97:53: note: Function 'read_exo_mesh' argument 3 names different: declaration 'ndim' definition 'num_dim'.
exodusii-6.02.dfsg.1/exodus/cbind/test/rd_wt_mesh.c:424:52: note: Function 'read_exo_mesh' argument 3 names different: declaration 'ndim' definition 'num_dim'.
exodusii-6.02.dfsg.1/exodus/cbind/test/rd_wt_mesh.c:430:72: style: Function 'read_exo_mesh' argument 18 names different: declaration 'loc_connect' definition 'connect'. [funcArgNamesDifferent]
exodusii-6.02.dfsg.1/exodus/cbind/test/rd_wt_mesh.c:103:87: note: Function 'read_exo_mesh' argument 18 names different: declaration 'loc_connect' definition 'connect'.
exodusii-6.02.dfsg.1/exodus/cbind/test/rd_wt_mesh.c:430:72: note: Function 'read_exo_mesh' argument 18 names different: declaration 'loc_connect' definition 'connect'.
exodusii-6.02.dfsg.1/exodus/cbind/test/rd_wt_mesh.c:752:52: style: Function 'write_exo_mesh' argument 3 names different: declaration 'ndim' definition 'num_dim'. [funcArgNamesDifferent]
exodusii-6.02.dfsg.1/exodus/cbind/test/rd_wt_mesh.c:105:53: note: Function 'write_exo_mesh' argument 3 names different: declaration 'ndim' definition 'num_dim'.
exodusii-6.02.dfsg.1/exodus/cbind/test/rd_wt_mesh.c:752:52: note: Function 'write_exo_mesh' argument 3 names different: declaration 'ndim' definition 'num_dim'.
exodusii-6.02.dfsg.1/exodus/cbind/test/rd_wt_mesh.c:755:11: style: Function 'write_exo_mesh' argument 12 names different: declaration 'loc_num_nodes' definition 'num_nodes'. [funcArgNamesDifferent]
exodusii-6.02.dfsg.1/exodus/cbind/test/rd_wt_mesh.c:109:26: note: Function 'write_exo_mesh' argument 12 names different: declaration 'loc_num_nodes' definition 'num_nodes'.
exodusii-6.02.dfsg.1/exodus/cbind/test/rd_wt_mesh.c:755:11: note: Function 'write_exo_mesh' argument 12 names different: declaration 'loc_num_nodes' definition 'num_nodes'.
exodusii-6.02.dfsg.1/exodus/cbind/test/rd_wt_mesh.c:756:11: style: Function 'write_exo_mesh' argument 14 names different: declaration 'loc_num_elems' definition 'num_elems'. [funcArgNamesDifferent]
exodusii-6.02.dfsg.1/exodus/cbind/test/rd_wt_mesh.c:110:26: note: Function 'write_exo_mesh' argument 14 names different: declaration 'loc_num_elems' definition 'num_elems'.
exodusii-6.02.dfsg.1/exodus/cbind/test/rd_wt_mesh.c:756:11: note: Function 'write_exo_mesh' argument 14 names different: declaration 'loc_num_elems' definition 'num_elems'.
exodusii-6.02.dfsg.1/exodus/cbind/test/rd_wt_mesh.c:757:69: style: Function 'write_exo_mesh' argument 19 names different: declaration 'loc_connect' definition 'connect'. [funcArgNamesDifferent]
exodusii-6.02.dfsg.1/exodus/cbind/test/rd_wt_mesh.c:111:84: note: Function 'write_exo_mesh' argument 19 names different: declaration 'loc_connect' definition 'connect'.
exodusii-6.02.dfsg.1/exodus/cbind/test/rd_wt_mesh.c:757:69: note: Function 'write_exo_mesh' argument 19 names different: declaration 'loc_connect' definition 'connect'.
exodusii-6.02.dfsg.1/exodus/cbind/test/rd_wt_mesh.c:585:0: error: Memory leak: globals [memleak]
exodusii-6.02.dfsg.1/exodus/cbind/test/rd_wt_mesh.c:809:0: error: Memory leak: exoid [memleak]
exodusii-6.02.dfsg.1/exodus/cbind/test/test_nemesis.c:134:41: style: Same expression on both sides of '||'. [duplicateExpression]
exodusii-6.02.dfsg.1/exodus/cbind/test/test_nemesis.c:591:17: style: The scope of the variable 'error' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/test_nemesis.c:612:17: style: The scope of the variable 'error' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/test_nemesis.c:632:18: style: The scope of the variable 'error' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/test_nemesis.c:826:14: style: The scope of the variable 'error' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/test_nemesis.c:853:17: style: The scope of the variable 'error' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/test_nemesis.c:883:17: style: The scope of the variable 'error' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/test_nemesis.c:910:20: style: The scope of the variable 'error' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/test_nemesis.c:942:20: style: The scope of the variable 'error' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd-groups.c:69:8: style: The scope of the variable 'elem_map' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd-groups.c:88:17: style: The scope of the variable 'time_step' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd-groups.c:88:28: style: The scope of the variable 'var_index' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd-groups.c:88:39: style: The scope of the variable 'beg_time' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd-groups.c:88:49: style: The scope of the variable 'end_time' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd-groups.c:94:22: style: The scope of the variable 'time_values' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd-groups.c:94:36: style: The scope of the variable 'var_values' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd-groups.c:95:10: style: The scope of the variable 'x' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd-long-name.c:68:16: style: The scope of the variable 'node_ctr' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd-long-name.c:69:41: style: The scope of the variable 'node_ctr_list' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd-long-name.c:69:57: style: The scope of the variable 'elem_list' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd-long-name.c:69:69: style: The scope of the variable 'side_list' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd-long-name.c:85:25: style: The scope of the variable 'num_elem_in_set' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd-long-name.c:88:7: style: The scope of the variable 'node_num' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd-long-name.c:88:59: style: The scope of the variable 'elem_num' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd-long-name.c:90:31: style: The scope of the variable 'prop_values' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd-long-name.c:100:9: style: The scope of the variable 'block_names' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd-long-name.c:100:27: style: The scope of the variable 'nset_names' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd-long-name.c:100:44: style: The scope of the variable 'sset_names' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd-long-name.c:102:34: style: The scope of the variable 'elem_type' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd-nfaced.c:67:8: style: The scope of the variable 'name' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd-nsided.c:75:25: style: The scope of the variable 'num_elem_in_set' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd-nsided.c:78:7: style: The scope of the variable 'node_num' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd-nsided.c:78:59: style: The scope of the variable 'elem_num' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd-nsided.c:80:31: style: The scope of the variable 'prop_values' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd-nsided.c:89:9: style: The scope of the variable 'block_names' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd-nsided.c:89:27: style: The scope of the variable 'nset_names' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd-nsided.c:89:44: style: The scope of the variable 'sset_names' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd.c:68:16: style: The scope of the variable 'node_ctr' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd.c:69:41: style: The scope of the variable 'node_ctr_list' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd.c:69:57: style: The scope of the variable 'elem_list' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd.c:69:69: style: The scope of the variable 'side_list' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd.c:85:25: style: The scope of the variable 'num_elem_in_set' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd.c:88:7: style: The scope of the variable 'node_num' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd.c:88:59: style: The scope of the variable 'elem_num' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd.c:90:31: style: The scope of the variable 'prop_values' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd.c:99:9: style: The scope of the variable 'block_names' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd.c:99:27: style: The scope of the variable 'nset_names' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd.c:99:44: style: The scope of the variable 'sset_names' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd.c:102:34: style: The scope of the variable 'elem_type' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd1.c:66:17: style: The scope of the variable 'node_ctr' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd1.c:67:20: style: The scope of the variable 'connect' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd1.c:67:42: style: The scope of the variable 'node_ctr_list' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd1.c:76:26: style: The scope of the variable 'num_elem_in_set' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd1.c:89:11: style: The scope of the variable 'attrib' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd1.c:739:25: warning: Either the condition 'num_side_sets>0' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd1.c:718:22: note: Assuming that condition 'num_side_sets>0' is not redundant
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd1.c:739:25: note: Invalid argument
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd1.c:740:38: warning: Either the condition 'num_side_sets>0' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd1.c:718:22: note: Assuming that condition 'num_side_sets>0' is not redundant
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd1.c:740:38: note: Invalid argument
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd1.c:741:36: warning: Either the condition 'num_side_sets>0' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd1.c:718:22: note: Assuming that condition 'num_side_sets>0' is not redundant
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd1.c:741:36: note: Invalid argument
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd1.c:742:30: warning: Either the condition 'num_side_sets>0' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd1.c:718:22: note: Assuming that condition 'num_side_sets>0' is not redundant
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd1.c:742:30: note: Invalid argument
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd1.c:743:28: warning: Either the condition 'num_side_sets>0' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd1.c:718:22: note: Assuming that condition 'num_side_sets>0' is not redundant
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd1.c:743:28: note: Invalid argument
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd1.c:744:31: error: Invalid calloc() argument nr 1. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd1.c:79:24: note: Assignment 'elem_list_len=0', assigned value is 0
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd1.c:744:31: note: Invalid argument
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd1.c:745:31: error: Invalid calloc() argument nr 1. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd1.c:79:24: note: Assignment 'elem_list_len=0', assigned value is 0
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd1.c:745:31: note: Invalid argument
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd1.c:746:33: error: Invalid calloc() argument nr 1. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd1.c:81:22: note: Assignment 'df_list_len=0', assigned value is 0
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd1.c:746:33: note: Invalid argument
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd_nc.c:67:17: style: The scope of the variable 'node_ctr' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd_nc.c:68:20: style: The scope of the variable 'connect' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd_nc.c:68:42: style: The scope of the variable 'node_ctr_list' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd_nc.c:77:26: style: The scope of the variable 'num_elem_in_set' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd_nc.c:90:11: style: The scope of the variable 'attrib' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd_nc.c:589:25: warning: Either the condition 'num_side_sets>0' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd_nc.c:568:22: note: Assuming that condition 'num_side_sets>0' is not redundant
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd_nc.c:589:25: note: Invalid argument
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd_nc.c:590:38: warning: Either the condition 'num_side_sets>0' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd_nc.c:568:22: note: Assuming that condition 'num_side_sets>0' is not redundant
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd_nc.c:590:38: note: Invalid argument
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd_nc.c:591:36: warning: Either the condition 'num_side_sets>0' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd_nc.c:568:22: note: Assuming that condition 'num_side_sets>0' is not redundant
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd_nc.c:591:36: note: Invalid argument
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd_nc.c:592:30: warning: Either the condition 'num_side_sets>0' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd_nc.c:568:22: note: Assuming that condition 'num_side_sets>0' is not redundant
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd_nc.c:592:30: note: Invalid argument
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd_nc.c:593:28: warning: Either the condition 'num_side_sets>0' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd_nc.c:568:22: note: Assuming that condition 'num_side_sets>0' is not redundant
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd_nc.c:593:28: note: Invalid argument
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd_nc.c:594:31: error: Invalid calloc() argument nr 1. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd_nc.c:80:24: note: Assignment 'elem_list_len=0', assigned value is 0
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd_nc.c:594:31: note: Invalid argument
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd_nc.c:595:31: error: Invalid calloc() argument nr 1. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd_nc.c:80:24: note: Assignment 'elem_list_len=0', assigned value is 0
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd_nc.c:595:31: note: Invalid argument
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd_nc.c:596:33: error: Invalid calloc() argument nr 1. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd_nc.c:82:22: note: Assignment 'df_list_len=0', assigned value is 0
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd_nc.c:596:33: note: Invalid argument
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd_par.c:69:16: style: The scope of the variable 'node_ctr' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd_par.c:70:41: style: The scope of the variable 'node_ctr_list' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd_par.c:70:57: style: The scope of the variable 'elem_list' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd_par.c:70:69: style: The scope of the variable 'side_list' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd_par.c:86:25: style: The scope of the variable 'num_elem_in_set' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd_par.c:89:7: style: The scope of the variable 'node_num' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd_par.c:89:59: style: The scope of the variable 'elem_num' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd_par.c:91:31: style: The scope of the variable 'prop_values' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd_par.c:100:9: style: The scope of the variable 'block_names' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd_par.c:100:27: style: The scope of the variable 'nset_names' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd_par.c:100:44: style: The scope of the variable 'sset_names' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd_par.c:103:34: style: The scope of the variable 'elem_type' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd_ss.c:67:17: style: The scope of the variable 'node_ctr' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd_ss.c:68:9: style: The scope of the variable 'connect' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd_ss.c:68:19: style: The scope of the variable 'node_list' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd_ss.c:68:31: style: The scope of the variable 'node_ctr_list' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd_ss.c:74:8: style: The scope of the variable 'num_elem_in_set' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd_ss.c:285:25: warning: Either the condition 'num_side_sets>0' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd_ss.c:264:22: note: Assuming that condition 'num_side_sets>0' is not redundant
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd_ss.c:285:25: note: Invalid argument
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd_ss.c:286:38: warning: Either the condition 'num_side_sets>0' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd_ss.c:264:22: note: Assuming that condition 'num_side_sets>0' is not redundant
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd_ss.c:286:38: note: Invalid argument
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd_ss.c:287:36: warning: Either the condition 'num_side_sets>0' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd_ss.c:264:22: note: Assuming that condition 'num_side_sets>0' is not redundant
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd_ss.c:287:36: note: Invalid argument
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd_ss.c:288:30: warning: Either the condition 'num_side_sets>0' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd_ss.c:264:22: note: Assuming that condition 'num_side_sets>0' is not redundant
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd_ss.c:288:30: note: Invalid argument
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd_ss.c:289:28: warning: Either the condition 'num_side_sets>0' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd_ss.c:264:22: note: Assuming that condition 'num_side_sets>0' is not redundant
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd_ss.c:289:28: note: Invalid argument
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd_ss.c:290:31: error: Invalid calloc() argument nr 1. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd_ss.c:76:24: note: Assignment 'elem_list_len=0', assigned value is 0
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd_ss.c:290:31: note: Invalid argument
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd_ss.c:291:31: error: Invalid calloc() argument nr 1. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd_ss.c:76:24: note: Assignment 'elem_list_len=0', assigned value is 0
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd_ss.c:291:31: note: Invalid argument
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd_ss.c:292:33: error: Invalid calloc() argument nr 1. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd_ss.c:78:22: note: Assignment 'df_list_len=0', assigned value is 0
exodusii-6.02.dfsg.1/exodus/cbind/test/testrd_ss.c:292:33: note: Invalid argument
exodusii-6.02.dfsg.1/exodus/cbind/test/testrdd.c:67:17: style: The scope of the variable 'node_ctr' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrdd.c:68:20: style: The scope of the variable 'connect' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrdd.c:68:42: style: The scope of the variable 'node_ctr_list' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrdd.c:77:26: style: The scope of the variable 'num_elem_in_set' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrdd.c:590:25: warning: Either the condition 'num_side_sets>0' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrdd.c:569:22: note: Assuming that condition 'num_side_sets>0' is not redundant
exodusii-6.02.dfsg.1/exodus/cbind/test/testrdd.c:590:25: note: Invalid argument
exodusii-6.02.dfsg.1/exodus/cbind/test/testrdd.c:591:38: warning: Either the condition 'num_side_sets>0' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrdd.c:569:22: note: Assuming that condition 'num_side_sets>0' is not redundant
exodusii-6.02.dfsg.1/exodus/cbind/test/testrdd.c:591:38: note: Invalid argument
exodusii-6.02.dfsg.1/exodus/cbind/test/testrdd.c:592:36: warning: Either the condition 'num_side_sets>0' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrdd.c:569:22: note: Assuming that condition 'num_side_sets>0' is not redundant
exodusii-6.02.dfsg.1/exodus/cbind/test/testrdd.c:592:36: note: Invalid argument
exodusii-6.02.dfsg.1/exodus/cbind/test/testrdd.c:593:30: warning: Either the condition 'num_side_sets>0' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrdd.c:569:22: note: Assuming that condition 'num_side_sets>0' is not redundant
exodusii-6.02.dfsg.1/exodus/cbind/test/testrdd.c:593:30: note: Invalid argument
exodusii-6.02.dfsg.1/exodus/cbind/test/testrdd.c:594:28: warning: Either the condition 'num_side_sets>0' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrdd.c:569:22: note: Assuming that condition 'num_side_sets>0' is not redundant
exodusii-6.02.dfsg.1/exodus/cbind/test/testrdd.c:594:28: note: Invalid argument
exodusii-6.02.dfsg.1/exodus/cbind/test/testrdd.c:595:31: error: Invalid calloc() argument nr 1. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrdd.c:80:24: note: Assignment 'elem_list_len=0', assigned value is 0
exodusii-6.02.dfsg.1/exodus/cbind/test/testrdd.c:595:31: note: Invalid argument
exodusii-6.02.dfsg.1/exodus/cbind/test/testrdd.c:596:31: error: Invalid calloc() argument nr 1. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrdd.c:80:24: note: Assignment 'elem_list_len=0', assigned value is 0
exodusii-6.02.dfsg.1/exodus/cbind/test/testrdd.c:596:31: note: Invalid argument
exodusii-6.02.dfsg.1/exodus/cbind/test/testrdd.c:597:34: error: Invalid calloc() argument nr 1. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrdd.c:82:22: note: Assignment 'df_list_len=0', assigned value is 0
exodusii-6.02.dfsg.1/exodus/cbind/test/testrdd.c:597:34: note: Invalid argument
exodusii-6.02.dfsg.1/exodus/cbind/test/testrdwt.c:69:20: style: The scope of the variable 'connect' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrdwt.c:69:42: style: The scope of the variable 'node_ctr_list' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrdwt.c:69:58: style: The scope of the variable 'elem_list' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrdwt.c:69:70: style: The scope of the variable 'side_list' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testrdwt.c:71:26: style: The scope of the variable 'num_elem_in_set' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testwt-groups.c:66:22: style: The scope of the variable 'num_dim' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testwt-groups.c:66:31: style: The scope of the variable 'num_nodes' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testwt-groups.c:66:42: style: The scope of the variable 'num_elem' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testwt-groups.c:66:52: style: The scope of the variable 'num_elem_blk' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testwt-groups.c:69:7: style: The scope of the variable 'num_node_sets' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testwt-groups.c:69:22: style: The scope of the variable 'num_side_sets' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testwt-groups.c:70:13: style: The scope of the variable 'k' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testwt-groups.c:70:20: style: The scope of the variable 'elem_map' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testwt-groups.c:70:31: style: The scope of the variable 'connect' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testwt-groups.c:73:8: style: The scope of the variable 'num_qa_rec' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testwt-groups.c:73:20: style: The scope of the variable 'num_info' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testwt-groups.c:74:7: style: The scope of the variable 'num_glo_vars' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testwt-groups.c:74:21: style: The scope of the variable 'num_nod_vars' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testwt-groups.c:74:35: style: The scope of the variable 'num_ele_vars' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testwt-groups.c:75:8: style: The scope of the variable 'truth_tab' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testwt-groups.c:76:7: style: The scope of the variable 'whole_time_step' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testwt-groups.c:76:24: style: The scope of the variable 'num_time_steps' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testwt-groups.c:80:10: style: The scope of the variable 'glob_var_vals' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testwt-groups.c:80:26: style: The scope of the variable 'nodal_var_vals' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testwt-groups.c:80:43: style: The scope of the variable 'elem_var_vals' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testwt-groups.c:81:10: style: The scope of the variable 'sset_var_vals' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testwt-groups.c:81:26: style: The scope of the variable 'nset_var_vals' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testwt-groups.c:104:64: error: Uninitialized variable: exoid [uninitvar]
exodusii-6.02.dfsg.1/exodus/cbind/test/testwt-nface-nside.c:50:15: style: The scope of the variable 'num_dim' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testwt-nface-nside.c:50:35: style: The scope of the variable 'num_elem' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testwt-nface-nside.c:54:8: style: The scope of the variable 'num_node_sets' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testwt-nface-nside.c:73:10: style: The scope of the variable 'title' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testwt-nface-nside.c:265:4: style: Variable 'num_total_nodes_per_blk' is assigned a value that is never used. [unreadVariable]
exodusii-6.02.dfsg.1/exodus/cbind/test/testwt-nface-nside.c:53:8: style: Unused variable: num_face_in_sset [unusedVariable]
exodusii-6.02.dfsg.1/exodus/cbind/test/testwt-nface-nside.c:53:30: style: Unused variable: num_nodes_in_nset [unusedVariable]
exodusii-6.02.dfsg.1/exodus/cbind/test/testwt-nface-nside.c:54:23: style: Unused variable: num_side_sets [unusedVariable]
exodusii-6.02.dfsg.1/exodus/cbind/test/testwt-nface-nside.c:55:21: style: Unused variable: elem_map [unusedVariable]
exodusii-6.02.dfsg.1/exodus/cbind/test/testwt-nface-nside.c:56:8: style: Unused variable: node_list [unusedVariable]
exodusii-6.02.dfsg.1/exodus/cbind/test/testwt-nface-nside.c:56:23: style: Unused variable: elem_list [unusedVariable]
exodusii-6.02.dfsg.1/exodus/cbind/test/testwt-nface-nside.c:56:38: style: Unused variable: side_list [unusedVariable]
exodusii-6.02.dfsg.1/exodus/cbind/test/testwt-nface-nside.c:57:18: style: Unused variable: ssids [unusedVariable]
exodusii-6.02.dfsg.1/exodus/cbind/test/testwt-nface-nside.c:57:29: style: Unused variable: nsids [unusedVariable]
exodusii-6.02.dfsg.1/exodus/cbind/test/testwt-nface-nside.c:59:50: style: Unused variable: num_sset_vars [unusedVariable]
exodusii-6.02.dfsg.1/exodus/cbind/test/testwt-nface-nside.c:59:65: style: Unused variable: num_nset_vars [unusedVariable]
exodusii-6.02.dfsg.1/exodus/cbind/test/testwt-nface-nside.c:63:8: style: Unused variable: prop_array [unusedVariable]
exodusii-6.02.dfsg.1/exodus/cbind/test/testwt-nface-nside.c:66:11: style: Unused variable: sset_var_vals [unusedVariable]
exodusii-6.02.dfsg.1/exodus/cbind/test/testwt-nface-nside.c:66:27: style: Unused variable: nset_var_vals [unusedVariable]
exodusii-6.02.dfsg.1/exodus/cbind/test/testwt-nface-nside.c:69:10: style: Unused variable: dist_fact [unusedVariable]
exodusii-6.02.dfsg.1/exodus/cbind/test/testwt-nfaced.c:50:15: style: The scope of the variable 'num_dim' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testwt-nfaced.c:50:24: style: The scope of the variable 'num_nodes' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testwt-nfaced.c:50:35: style: The scope of the variable 'num_elem' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testwt-nfaced.c:50:45: style: The scope of the variable 'num_elem_blk' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testwt-nfaced.c:53:8: style: The scope of the variable 'num_node_sets' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testwt-nfaced.c:62:10: style: The scope of the variable 'title' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testwt-one-attrib.c:14:18: style: The scope of the variable 'ids' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testwt-one-attrib.c:16:34: style: The scope of the variable 'elem_type' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testwt.c:284:4: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
exodusii-6.02.dfsg.1/exodus/cbind/test/testwt.c:282:4: note: Variable 'error' is reassigned a value before the old one has been used.
exodusii-6.02.dfsg.1/exodus/cbind/test/testwt.c:284:4: note: Variable 'error' is reassigned a value before the old one has been used.
exodusii-6.02.dfsg.1/exodus/cbind/test/testwt_clb.c:68:16: style: The scope of the variable 'kk' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/cbind/test/testwtbig.c:131:6: error: printf format string requires 1 parameter but only 0 are given. [wrongPrintfScanfArgNum]
exodusii-6.02.dfsg.1/exodus/cbind/test/testwtbig.c:137:6: error: printf format string requires 1 parameter but only 0 are given. [wrongPrintfScanfArgNum]
exodusii-6.02.dfsg.1/exodus/cbind/test/testwtbig.c:143:6: error: printf format string requires 1 parameter but only 0 are given. [wrongPrintfScanfArgNum]
exodusii-6.02.dfsg.1/exodus/cbind/test/testwtbig.c:70:23: style: Unused variable: num_sides [unusedVariable]
exodusii-6.02.dfsg.1/exodus/cbind/test/testwtbig.c:73:19: style: Unused variable: ids [unusedVariable]
exodusii-6.02.dfsg.1/exodus/cbind/test/testwtbig.c:74:8: style: Unused variable: num_sides_per_set [unusedVariable]
exodusii-6.02.dfsg.1/exodus/cbind/test/testwtbig.c:74:31: style: Unused variable: num_nodes_per_set [unusedVariable]
exodusii-6.02.dfsg.1/exodus/cbind/test/testwtbig.c:74:54: style: Unused variable: num_elem_per_set [unusedVariable]
exodusii-6.02.dfsg.1/exodus/cbind/test/testwtbig.c:75:8: style: Unused variable: num_df_per_set [unusedVariable]
exodusii-6.02.dfsg.1/exodus/cbind/test/testwtbig.c:76:8: style: Unused variable: df_ind [unusedVariable]
exodusii-6.02.dfsg.1/exodus/cbind/test/testwtbig.c:76:20: style: Unused variable: node_ind [unusedVariable]
exodusii-6.02.dfsg.1/exodus/cbind/test/testwtbig.c:76:34: style: Unused variable: elem_ind [unusedVariable]
exodusii-6.02.dfsg.1/exodus/cbind/test/testwtbig.c:76:48: style: Unused variable: side_ind [unusedVariable]
exodusii-6.02.dfsg.1/exodus/cbind/test/testwtbig.c:81:8: style: Unused variable: ndims [unusedVariable]
exodusii-6.02.dfsg.1/exodus/cbind/test/testwtbig.c:81:15: style: Unused variable: nvars [unusedVariable]
exodusii-6.02.dfsg.1/exodus/cbind/test/testwtbig.c:81:22: style: Unused variable: ngatts [unusedVariable]
exodusii-6.02.dfsg.1/exodus/cbind/test/testwtbig.c:81:30: style: Unused variable: recdim [unusedVariable]
exodusii-6.02.dfsg.1/exodus/cbind/test/testwtbig.c:95:4: style: Variable 'dummy' is assigned a value that is never used. [unreadVariable]
exodusii-6.02.dfsg.1/exodus/cbind/test/testwtbig.c:90:9: style: Unused variable: tmpstr [unusedVariable]
exodusii-6.02.dfsg.1/exodus/cbind/test/testwtm.c:76:21: style: The scope of the variable 'connect2' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/forbind/src/exo_jack-windows.c:105:22: style: The scope of the variable 'len' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/forbind/src/exo_jack-windows.c:2500:19: style: The scope of the variable 'i' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/forbind/src/exo_jack-windows.c:2544:19: style: The scope of the variable 'i' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/forbind/src/exo_jack-windows.c:2941:8: style: The scope of the variable 'errmsg' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/forbind/src/exo_jack-windows.c:786:5: error: Memory leak: aptr [memleak]
exodusii-6.02.dfsg.1/exodus/forbind/src/exo_jack-windows.c:444:0: error: Memory leak: sptr [memleak]
exodusii-6.02.dfsg.1/exodus/forbind/src/exo_jack-windows.c:1028:0: error: Deallocating a deallocated pointer: aptr [deallocDealloc]
exodusii-6.02.dfsg.1/exodus/forbind/src/exo_jack-windows.c:1027:0: error: Deallocating a deallocated pointer: sptr [deallocDealloc]
exodusii-6.02.dfsg.1/exodus/forbind/src/exo_jack.c:115:22: style: The scope of the variable 'len' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/forbind/src/exo_jack.c:2503:19: style: The scope of the variable 'i' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/forbind/src/exo_jack.c:2547:19: style: The scope of the variable 'i' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/exodus/forbind/src/exo_jack.c:2943:8: style: The scope of the variable 'errmsg' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/nemesis/forbind/ne_jack.c:210:8: style: The scope of the variable 'errmsg' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/nemesis/ne_ctest_wrap.c:137:41: style: Same expression on both sides of '||'. [duplicateExpression]
exodusii-6.02.dfsg.1/nemesis/ne_ctest_wrap.c:598:17: style: The scope of the variable 'error' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/nemesis/ne_ctest_wrap.c:619:17: style: The scope of the variable 'error' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/nemesis/ne_ctest_wrap.c:639:18: style: The scope of the variable 'error' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/nemesis/ne_ctest_wrap.c:833:14: style: The scope of the variable 'error' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/nemesis/ne_ctest_wrap.c:860:17: style: The scope of the variable 'error' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/nemesis/ne_ctest_wrap.c:890:17: style: The scope of the variable 'error' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/nemesis/ne_ctest_wrap.c:917:20: style: The scope of the variable 'error' can be reduced. [variableScope]
exodusii-6.02.dfsg.1/nemesis/ne_ctest_wrap.c:949:20: style: The scope of the variable 'error' can be reduced. [variableScope]
[19:07]

ftp://ftp.se.debian.org/debian/pool/main/e/exonerate/exonerate_2.4.0.orig.tar.gz
exonerate-2.4.0/src/bsdp/bsdp.c:21:27: style: The scope of the variable 'as' can be reduced. [variableScope]
exonerate-2.4.0/src/bsdp/bsdp.c:273:30: style: The scope of the variable 'top' can be reduced. [variableScope]
exonerate-2.4.0/src/bsdp/bsdp.c:273:36: style: The scope of the variable 'prev' can be reduced. [variableScope]
exonerate-2.4.0/src/bsdp/bsdp.c:443:25: style: The scope of the variable 'bsdp_edge' can be reduced. [variableScope]
exonerate-2.4.0/src/bsdp/bsdp.c:508:25: style: The scope of the variable 'bsdp_node' can be reduced. [variableScope]
exonerate-2.4.0/src/bsdp/bsdp.c:509:32: style: The scope of the variable 'edge_filter' can be reduced. [variableScope]
exonerate-2.4.0/src/bsdp/bsdp.c:615:25: style: The scope of the variable 'bsdp_node' can be reduced. [variableScope]
exonerate-2.4.0/src/bsdp/bsdp.c:750:49: style: The scope of the variable 'bsdp_node' can be reduced. [variableScope]
exonerate-2.4.0/src/bsdp/heuristic.c:73:27: style: The scope of the variable 'as' can be reduced. [variableScope]
exonerate-2.4.0/src/bsdp/heuristic.c:160:23: style: The scope of the variable 'calc' can be reduced. [variableScope]
exonerate-2.4.0/src/bsdp/heuristic.c:706:23: style: The scope of the variable 'span' can be reduced. [variableScope]
exonerate-2.4.0/src/bsdp/heuristic.c:749:30: style: The scope of the variable 'heuristic_span' can be reduced. [variableScope]
exonerate-2.4.0/src/bsdp/heuristic.c:775:31: style: The scope of the variable 'src' can be reduced. [variableScope]
exonerate-2.4.0/src/bsdp/heuristic.c:865:34: style: The scope of the variable 'heuristic_terminal' can be reduced. [variableScope]
exonerate-2.4.0/src/bsdp/hpair.c:352:22: style: The scope of the variable 'hspset' can be reduced. [variableScope]
exonerate-2.4.0/src/bsdp/hpair.c:383:31: style: The scope of the variable 'match' can be reduced. [variableScope]
exonerate-2.4.0/src/bsdp/hpair.c:518:24: style: The scope of the variable 'sar_span' can be reduced. [variableScope]
exonerate-2.4.0/src/bsdp/hpair.c:521:30: style: The scope of the variable 'heuristic_span' can be reduced. [variableScope]
exonerate-2.4.0/src/bsdp/hpair.c:745:30: style: The scope of the variable 'hpair_edge_data' can be reduced. [variableScope]
exonerate-2.4.0/src/bsdp/hpair.c:747:30: style: The scope of the variable 'src_node_data' can be reduced. [variableScope]
exonerate-2.4.0/src/bsdp/hpair.c:747:46: style: The scope of the variable 'dst_node_data' can be reduced. [variableScope]
exonerate-2.4.0/src/bsdp/hpair.c:774:25: style: Variable 'src_node_data' is assigned a value that is never used. [unreadVariable]
exonerate-2.4.0/src/bsdp/sar.c:912:5: style: Variable 'score' is reassigned a value before the old one has been used. [redundantAssignment]
exonerate-2.4.0/src/bsdp/sar.c:906:5: note: Variable 'score' is reassigned a value before the old one has been used.
exonerate-2.4.0/src/bsdp/sar.c:912:5: note: Variable 'score' is reassigned a value before the old one has been used.
exonerate-2.4.0/src/bsdp/sar.c:915:5: style: Variable 'heuristic_data->heuristic_span' is reassigned a value before the old one has been used. [redundantAssignment]
exonerate-2.4.0/src/bsdp/sar.c:905:5: note: Variable 'heuristic_data->heuristic_span' is reassigned a value before the old one has been used.
exonerate-2.4.0/src/bsdp/sar.c:915:5: note: Variable 'heuristic_data->heuristic_span' is reassigned a value before the old one has been used.
exonerate-2.4.0/src/bsdp/sar.c:1078:5: style: Variable 'heuristic_data->heuristic_span' is reassigned a value before the old one has been used. [redundantAssignment]
exonerate-2.4.0/src/bsdp/sar.c:1034:5: note: Variable 'heuristic_data->heuristic_span' is reassigned a value before the old one has been used.
exonerate-2.4.0/src/bsdp/sar.c:1078:5: note: Variable 'heuristic_data->heuristic_span' is reassigned a value before the old one has been used.
exonerate-2.4.0/src/bsdp/sar.c:21:27: style: The scope of the variable 'as' can be reduced. [variableScope]
exonerate-2.4.0/src/bsdp/sar.c:277:21: style: A pointer can not be negative so it is either pointless or an error to check if it is not. [pointerPositive]
exonerate-2.4.0/src/c4/alignment.c:983:55: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
exonerate-2.4.0/src/c4/alignment.c:824:33: note: Assignment 'qy_aa_name=NULL', assigned value is 0
exonerate-2.4.0/src/c4/alignment.c:983:55: note: Null pointer addition
exonerate-2.4.0/src/c4/alignment.c:986:57: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
exonerate-2.4.0/src/c4/alignment.c:824:53: note: Assignment 'tg_aa_name=NULL', assigned value is 0
exonerate-2.4.0/src/c4/alignment.c:986:57: note: Null pointer addition
exonerate-2.4.0/src/c4/alignment.c:2430:41: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
exonerate-2.4.0/src/c4/alignment.c:2439:41: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
exonerate-2.4.0/src/c4/alignment.c:2448:41: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
exonerate-2.4.0/src/c4/alignment.c:2455:41: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
exonerate-2.4.0/src/c4/alignment.c:24:27: style: The scope of the variable 'as' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/alignment.c:76:56: style: The scope of the variable 'prev' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/alignment.c:165:34: style: The scope of the variable 'ao' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/alignment.c:378:33: style: The scope of the variable 'apos' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/alignment.c:482:21: style: The scope of the variable 'query_string' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/alignment.c:482:36: style: The scope of the variable 'target_string' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/alignment.c:545:31: style: The scope of the variable 'tr_codon_name' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/alignment.c:1386:34: style: The scope of the variable 'ao' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/alignment.c:1429:34: style: The scope of the variable 'ao' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/alignment.c:1473:34: style: The scope of the variable 'ao' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/alignment.c:1487:34: style: The scope of the variable 'ao' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/alignment.c:1537:34: style: The scope of the variable 'ao' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/alignment.c:1560:34: style: The scope of the variable 'ao' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/alignment.c:2173:42: style: The scope of the variable 'rct' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/alignment.c:2203:23: style: The scope of the variable 'calc' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/alignment.c:2230:23: style: The scope of the variable 'calc' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/alignment.c:2368:24: style: The scope of the variable 'seq' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/alignment.c:2700:21: style: The scope of the variable 'attribute' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/alignment.c:2859:34: style: The scope of the variable 'ao' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/alignment.c:3098:34: style: The scope of the variable 'ao' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/alignment.c:3327:56: style: The scope of the variable 'prev' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/alignment.c:3414:34: style: The scope of the variable 'alignment_operation' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/alignment.c:3415:29: style: The scope of the variable 'transition' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/alignment.c:3397:59: style: Function 'Alignment_is_valid' argument 2 names different: declaration 'region' definition 'seq_region'. [funcArgNamesDifferent]
exonerate-2.4.0/src/c4/alignment.h:91:59: note: Function 'Alignment_is_valid' argument 2 names different: declaration 'region' definition 'seq_region'.
exonerate-2.4.0/src/c4/alignment.c:3397:59: note: Function 'Alignment_is_valid' argument 2 names different: declaration 'region' definition 'seq_region'.
exonerate-2.4.0/src/c4/alignment.c:1066:13: warning: The buffer 'seq_string' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
exonerate-2.4.0/src/c4/c4.c:1045:17: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
exonerate-2.4.0/src/c4/c4.c:1044:13: note: outer condition: model->init_macro
exonerate-2.4.0/src/c4/c4.c:1045:17: note: identical inner condition: model->init_macro
exonerate-2.4.0/src/c4/c4.c:1051:17: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
exonerate-2.4.0/src/c4/c4.c:1050:13: note: outer condition: model->exit_macro
exonerate-2.4.0/src/c4/c4.c:1051:17: note: identical inner condition: model->exit_macro
exonerate-2.4.0/src/c4/c4.c:406:14: warning: Either the condition 'if(transition_list)' is redundant or there is possible null pointer dereference: transition_list. [nullPointerRedundantCheck]
exonerate-2.4.0/src/c4/c4.c:407:7: note: Assuming that condition 'if(transition_list)' is not redundant
exonerate-2.4.0/src/c4/c4.c:406:14: note: Null pointer dereference
exonerate-2.4.0/src/c4/c4.c:238:24: style: The scope of the variable 'state' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/c4.c:387:29: style: The scope of the variable 'transition' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/c4.c:623:24: style: The scope of the variable 'src_state' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/c4.c:653:29: style: The scope of the variable 'src_transition' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/c4.c:692:34: style: The scope of the variable 'new_shadow' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/c4.c:775:23: style: The scope of the variable 'insert_calc' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/c4.c:794:24: style: The scope of the variable 'insert_state' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/c4.c:812:29: style: The scope of the variable 'transition' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/c4.c:838:34: style: The scope of the variable 'new_shadow' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/c4.c:839:24: style: The scope of the variable 'state' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/c4.c:839:32: style: The scope of the variable 'src_state' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/c4.c:840:29: style: The scope of the variable 'transition' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/c4.c:840:42: style: The scope of the variable 'dst_transition' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/c4.c:925:23: style: The scope of the variable 'span' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/c4.c:1172:24: style: The scope of the variable 'state' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/c4.c:1173:29: style: The scope of the variable 'transition' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/c4.c:1174:23: style: The scope of the variable 'calc' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/c4.c:1175:25: style: The scope of the variable 'portal' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/c4.c:1176:23: style: The scope of the variable 'span' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/c4.c:1310:24: style: The scope of the variable 'next_state' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/c4.c:1351:24: style: The scope of the variable 'state' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/c4.c:1352:29: style: The scope of the variable 'transition' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/c4.c:1353:25: style: The scope of the variable 'shadow' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/c4.c:1354:23: style: The scope of the variable 'calc' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/c4.c:1355:25: style: The scope of the variable 'portal' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/c4.c:1356:23: style: The scope of the variable 'span' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/c4.c:1387:24: style: The scope of the variable 'state' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/c4.c:1496:29: style: The scope of the variable 'transition' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/c4.c:1515:25: style: The scope of the variable 'portal' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/c4.c:1571:29: style: The scope of the variable 'transition' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/c4.c:1639:30: style: The scope of the variable 'curr_des' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/c4.c:1642:25: style: The scope of the variable 'shadow' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/c4.c:1717:23: style: The scope of the variable 'calc' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/c4.c:1725:34: style: The scope of the variable 'new_shadow' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/c4.c:1726:25: style: The scope of the variable 'portal' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/c4.c:1727:23: style: The scope of the variable 'span' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/c4.c:1853:24: style: The scope of the variable 'state' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/c4.c:1854:29: style: The scope of the variable 'transition' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/c4.c:1881:25: style: The scope of the variable 'shadow' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/c4.c:1883:25: style: The scope of the variable 'portal' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/c4.c:1884:23: style: The scope of the variable 'span' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/c4.c:1976:25: style: The scope of the variable 'shadow' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/c4.c:2052:25: style: The scope of the variable 'shadow' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/c4.c:2080:25: style: The scope of the variable 'shadow' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/c4.c:2131:29: style: The scope of the variable 'transition' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/c4.c:2228:24: style: The scope of the variable 'state' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/c4.c:2232:25: style: The scope of the variable 'shadow' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/c4.c:2307:51: style: The scope of the variable 'derived_transition' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/c4.c:1713:35: style: Function 'C4_Model_copy' argument 1 names different: declaration 'model' definition 'old_model'. [funcArgNamesDifferent]
exonerate-2.4.0/src/c4/c4.h:324:35: note: Function 'C4_Model_copy' argument 1 names different: declaration 'model' definition 'old_model'.
exonerate-2.4.0/src/c4/c4.c:1713:35: note: Function 'C4_Model_copy' argument 1 names different: declaration 'model' definition 'old_model'.
exonerate-2.4.0/src/c4/cgutil.c:56:23: style: The scope of the variable 'calc' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/cgutil.c:58:21: style: The scope of the variable 'macro' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/codegen.c:26:27: style: The scope of the variable 'as' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/codegen.c:129:31: style: Function 'Codegen_destroy' argument 1 names different: declaration 'codegen' definition 'c'. [funcArgNamesDifferent]
exonerate-2.4.0/src/c4/codegen.h:51:35: note: Function 'Codegen_destroy' argument 1 names different: declaration 'codegen' definition 'c'.
exonerate-2.4.0/src/c4/codegen.c:129:31: note: Function 'Codegen_destroy' argument 1 names different: declaration 'codegen' definition 'c'.
exonerate-2.4.0/src/c4/codegen.c:159:30: style: Function 'Codegen_printf' argument 1 names different: declaration 'codegen' definition 'c'. [funcArgNamesDifferent]
exonerate-2.4.0/src/c4/codegen.h:56:31: note: Function 'Codegen_printf' argument 1 names different: declaration 'codegen' definition 'c'.
exonerate-2.4.0/src/c4/codegen.c:159:30: note: Function 'Codegen_printf' argument 1 names different: declaration 'codegen' definition 'c'.
exonerate-2.4.0/src/c4/codegen.c:173:30: style: Function 'Codegen_indent' argument 1 names different: declaration 'codegen' definition 'c'. [funcArgNamesDifferent]
exonerate-2.4.0/src/c4/codegen.h:55:31: note: Function 'Codegen_indent' argument 1 names different: declaration 'codegen' definition 'c'.
exonerate-2.4.0/src/c4/codegen.c:173:30: note: Function 'Codegen_indent' argument 1 names different: declaration 'codegen' definition 'c'.
exonerate-2.4.0/src/c4/layout.c:95:29: style: The scope of the variable 'transition' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/layout.c:215:29: style: The scope of the variable 'transition' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/layout.c:365:27: style: The scope of the variable 'cell' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/layout.c:393:27: style: The scope of the variable 'cell_a' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/layout.c:393:36: style: The scope of the variable 'cell_b' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/layout.c:421:26: style: The scope of the variable 'row' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/layout.c:455:29: style: The scope of the variable 'transition' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/opair.c:42:35: style: Function 'OPair_next_path' argument 1 names different: declaration 'hpair' definition 'opair'. [funcArgNamesDifferent]
exonerate-2.4.0/src/c4/opair.h:43:35: note: Function 'OPair_next_path' argument 1 names different: declaration 'hpair' definition 'opair'.
exonerate-2.4.0/src/c4/opair.c:42:35: note: Function 'OPair_next_path' argument 1 names different: declaration 'hpair' definition 'opair'.
exonerate-2.4.0/src/c4/optimal.c:174:5: style: Variable 'score' is reassigned a value before the old one has been used. [redundantAssignment]
exonerate-2.4.0/src/c4/optimal.c:165:0: note: Variable 'score' is reassigned a value before the old one has been used.
exonerate-2.4.0/src/c4/optimal.c:174:5: note: Variable 'score' is reassigned a value before the old one has been used.
exonerate-2.4.0/src/c4/optimal.c:103:23: style: The scope of the variable 'codegen' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/optimal.c:327:36: style: The scope of the variable 'vsa' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/optimal.c:372:22: style: The scope of the variable 'alignment_region' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/subopt.c:129:34: style: The scope of the variable 'ao' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/subopt.c:327:32: style: The scope of the variable 'soir' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/viterbi.c:28:27: style: The scope of the variable 'as' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/viterbi.c:237:27: style: The scope of the variable 'cp' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/viterbi.c:432:25: style: The scope of the variable 'shadow' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/viterbi.c:610:27: style: The scope of the variable 'checkpoint' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/viterbi.c:989:25: style: The scope of the variable 'shadow' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/viterbi.c:1004:23: style: The scope of the variable 'calc' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/viterbi.c:1018:23: style: The scope of the variable 'calc' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/viterbi.c:1033:25: style: The scope of the variable 'shadow' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/viterbi.c:1082:25: style: The scope of the variable 'shadow' can be reduced. [variableScope]
exonerate-2.4.0/src/c4/viterbi.c:310:44: style: Function 'Viterbi_Data_create' argument 1 names different: declaration 'Viterbi' definition 'viterbi'. [funcArgNamesDifferent]
exonerate-2.4.0/src/c4/viterbi.h:135:44: note: Function 'Viterbi_Data_create' argument 1 names different: declaration 'Viterbi' definition 'viterbi'.
exonerate-2.4.0/src/c4/viterbi.c:310:44: note: Function 'Viterbi_Data_create' argument 1 names different: declaration 'Viterbi' definition 'viterbi'.
exonerate-2.4.0/src/comparison/hspset.c:594:5: style: Variable 'query_valid' is reassigned a value before the old one has been used. [redundantAssignment]
exonerate-2.4.0/src/comparison/hspset.c:581:0: note: Variable 'query_valid' is reassigned a value before the old one has been used.
exonerate-2.4.0/src/comparison/hspset.c:594:5: note: Variable 'query_valid' is reassigned a value before the old one has been used.
exonerate-2.4.0/src/comparison/hspset.c:597:5: style: Variable 'target_valid' is reassigned a value before the old one has been used. [redundantAssignment]
exonerate-2.4.0/src/comparison/hspset.c:581:0: note: Variable 'target_valid' is reassigned a value before the old one has been used.
exonerate-2.4.0/src/comparison/hspset.c:597:5: note: Variable 'target_valid' is reassigned a value before the old one has been used.
exonerate-2.4.0/src/comparison/hspset.c:23:27: style: The scope of the variable 'as' can be reduced. [variableScope]
exonerate-2.4.0/src/comparison/hspset.c:147:22: style: The scope of the variable 'submat' can be reduced. [variableScope]
exonerate-2.4.0/src/comparison/hspset.c:359:19: style: The scope of the variable 'hsp' can be reduced. [variableScope]
exonerate-2.4.0/src/comparison/hspset.c:407:19: style: The scope of the variable 'hsp' can be reduced. [variableScope]
exonerate-2.4.0/src/comparison/hspset.c:709:21: style: The scope of the variable 'name' can be reduced. [variableScope]
exonerate-2.4.0/src/comparison/hspset.c:1097:22: style: The scope of the variable 'horizon' can be reduced. [variableScope]
exonerate-2.4.0/src/comparison/hspset.c:1129:22: style: The scope of the variable 'pq' can be reduced. [variableScope]
exonerate-2.4.0/src/comparison/hspset.c:1192:30: style: The scope of the variable 'prev_hsp' can be reduced. [variableScope]
exonerate-2.4.0/src/comparison/hspset.c:137:45: style: Function 'HSP_Param_set_codon_hsp_threshold' argument 2 names different: declaration 'protein_hsp_threshold' definition 'codon_hsp_threshold'. [funcArgNamesDifferent]
exonerate-2.4.0/src/comparison/hspset.h:170:51: note: Function 'HSP_Param_set_codon_hsp_threshold' argument 2 names different: declaration 'protein_hsp_threshold' definition 'codon_hsp_threshold'.
exonerate-2.4.0/src/comparison/hspset.c:137:45: note: Function 'HSP_Param_set_codon_hsp_threshold' argument 2 names different: declaration 'protein_hsp_threshold' definition 'codon_hsp_threshold'.
exonerate-2.4.0/src/comparison/hspset.c:208:45: style: Function 'HSP_Param_set_protein_hsp_dropoff' argument 2 names different: declaration 'dna_hsp_dropoff' definition 'protein_hsp_dropoff'. [funcArgNamesDifferent]
exonerate-2.4.0/src/comparison/hspset.h:182:51: note: Function 'HSP_Param_set_protein_hsp_dropoff' argument 2 names different: declaration 'dna_hsp_dropoff' definition 'protein_hsp_dropoff'.
exonerate-2.4.0/src/comparison/hspset.c:208:45: note: Function 'HSP_Param_set_protein_hsp_dropoff' argument 2 names different: declaration 'dna_hsp_dropoff' definition 'protein_hsp_dropoff'.
exonerate-2.4.0/src/comparison/hspset.c:217:43: style: Function 'HSP_Param_set_codon_hsp_dropoff' argument 2 names different: declaration 'dna_hsp_dropoff' definition 'codon_hsp_dropoff'. [funcArgNamesDifferent]
exonerate-2.4.0/src/comparison/hspset.h:184:49: note: Function 'HSP_Param_set_codon_hsp_dropoff' argument 2 names different: declaration 'dna_hsp_dropoff' definition 'codon_hsp_dropoff'.
exonerate-2.4.0/src/comparison/hspset.c:217:43: note: Function 'HSP_Param_set_codon_hsp_dropoff' argument 2 names different: declaration 'dna_hsp_dropoff' definition 'codon_hsp_dropoff'.
exonerate-2.4.0/src/comparison/hspset.c:1115:20: style: Variable 'qpos' is assigned a value that is never used. [unreadVariable]
exonerate-2.4.0/src/comparison/hspset.c:1116:20: style: Variable 'tpos' is assigned a value that is never used. [unreadVariable]
exonerate-2.4.0/src/comparison/match.c:38:27: style: The scope of the variable 'as' can be reduced. [variableScope]
exonerate-2.4.0/src/comparison/match.c:869:21: style: The scope of the variable 'match' can be reduced. [variableScope]
exonerate-2.4.0/src/comparison/pcr.c:165:25: style: The scope of the variable 'pcr_probe' can be reduced. [variableScope]
exonerate-2.4.0/src/comparison/pcr.c:309:25: style: The scope of the variable 'pcr_match' can be reduced. [variableScope]
exonerate-2.4.0/src/comparison/pcr.c:424:25: style: The scope of the variable 'pcr_probe' can be reduced. [variableScope]
exonerate-2.4.0/src/comparison/pcr.c:425:26: style: The scope of the variable 'borrowed_sensor' can be reduced. [variableScope]
exonerate-2.4.0/src/comparison/seeder.c:529:13: style: Variable 'word_info' is reassigned a value before the old one has been used. [redundantAssignment]
exonerate-2.4.0/src/comparison/seeder.c:528:13: note: Variable 'word_info' is reassigned a value before the old one has been used.
exonerate-2.4.0/src/comparison/seeder.c:529:13: note: Variable 'word_info' is reassigned a value before the old one has been used.
exonerate-2.4.0/src/comparison/seeder.c:33:27: style: The scope of the variable 'as' can be reduced. [variableScope]
exonerate-2.4.0/src/comparison/seeder.c:386:32: style: The scope of the variable 'query_info' can be reduced. [variableScope]
exonerate-2.4.0/src/comparison/seeder.c:575:24: style: The scope of the variable 'aa_seq' can be reduced. [variableScope]
exonerate-2.4.0/src/comparison/seeder.c:726:21: style: The scope of the variable 'ambig' can be reduced. [variableScope]
exonerate-2.4.0/src/comparison/seeder.c:795:21: style: The scope of the variable 'ambig' can be reduced. [variableScope]
exonerate-2.4.0/src/comparison/seeder.c:853:24: style: The scope of the variable 'aa_seq' can be reduced. [variableScope]
exonerate-2.4.0/src/comparison/seeder.c:855:32: style: The scope of the variable 'query_info' can be reduced. [variableScope]
exonerate-2.4.0/src/comparison/seeder.test.c:23:19: style: The scope of the variable 'hsp' can be reduced. [variableScope]
exonerate-2.4.0/src/database/dataset.c:221:21: style: The scope of the variable 'path' can be reduced. [variableScope]
exonerate-2.4.0/src/database/dataset.c:290:32: style: The scope of the variable 'ds' can be reduced. [variableScope]
exonerate-2.4.0/src/database/dataset.c:323:32: style: The scope of the variable 'seq' can be reduced. [variableScope]
exonerate-2.4.0/src/database/dataset.c:355:36: style: The scope of the variable 'cfe' can be reduced. [variableScope]
exonerate-2.4.0/src/database/dataset.c:386:32: style: The scope of the variable 'ds' can be reduced. [variableScope]
exonerate-2.4.0/src/database/dataset.c:399:32: style: The scope of the variable 'ds' can be reduced. [variableScope]
exonerate-2.4.0/src/database/dataset.c:433:32: style: The scope of the variable 'sequence' can be reduced. [variableScope]
exonerate-2.4.0/src/database/dataset.c:454:32: style: The scope of the variable 'ds' can be reduced. [variableScope]
exonerate-2.4.0/src/database/dataset.c:455:24: style: The scope of the variable 'ba' can be reduced. [variableScope]
exonerate-2.4.0/src/database/dataset.c:461:37: style: The scope of the variable 'location' can be reduced. [variableScope]
exonerate-2.4.0/src/database/dataset.c:491:0: error: Resource leak: fp [resourceLeak]
exonerate-2.4.0/src/database/dataset.test.c:19:23: style: The scope of the variable 'fdb' can be reduced. [variableScope]
exonerate-2.4.0/src/database/dataset.test.c:20:27: style: The scope of the variable 'fdbs' can be reduced. [variableScope]
exonerate-2.4.0/src/database/dataset.test.c:21:21: style: The scope of the variable 'path' can be reduced. [variableScope]
exonerate-2.4.0/src/database/dataset.test.c:22:24: style: The scope of the variable 'alphabet' can be reduced. [variableScope]
exonerate-2.4.0/src/database/fastadb.c:507:5: style: Variable 'fdbs' is reassigned a value before the old one has been used. [redundantAssignment]
exonerate-2.4.0/src/database/fastadb.c:502:0: note: Variable 'fdbs' is reassigned a value before the old one has been used.
exonerate-2.4.0/src/database/fastadb.c:507:5: note: Variable 'fdbs' is reassigned a value before the old one has been used.
exonerate-2.4.0/src/database/fastadb.c:35:27: style: The scope of the variable 'as' can be reduced. [variableScope]
exonerate-2.4.0/src/database/fastadb.c:71:21: style: The scope of the variable 'name' can be reduced. [variableScope]
exonerate-2.4.0/src/database/fastadb.c:71:28: style: The scope of the variable 'full_path' can be reduced. [variableScope]
exonerate-2.4.0/src/database/fastadb.c:101:21: style: The scope of the variable 'path' can be reduced. [variableScope]
exonerate-2.4.0/src/database/fastadb.c:123:21: style: The scope of the variable 'path' can be reduced. [variableScope]
exonerate-2.4.0/src/database/fastadb.c:149:37: style: The scope of the variable 'start_cfl' can be reduced. [variableScope]
exonerate-2.4.0/src/database/fastadb.c:149:49: style: The scope of the variable 'stop_cfl' can be reduced. [variableScope]
exonerate-2.4.0/src/database/fastadb.c:1013:14: style: Variable 'db_end' is assigned a value that is never used. [unreadVariable]
exonerate-2.4.0/src/database/fastadb.test.c:19:23: style: The scope of the variable 'fdb' can be reduced. [variableScope]
exonerate-2.4.0/src/database/fastadb.test.c:20:27: style: The scope of the variable 'fdbs' can be reduced. [variableScope]
exonerate-2.4.0/src/database/fastadb.test.c:21:21: style: The scope of the variable 'path' can be reduced. [variableScope]
exonerate-2.4.0/src/database/fastadb.test.c:22:24: style: The scope of the variable 'alphabet' can be reduced. [variableScope]
exonerate-2.4.0/src/database/fastapipe.c:66:34: style: The scope of the variable 'revcomp_fdbs' can be reduced. [variableScope]
exonerate-2.4.0/src/database/fastapipe.test.c:51:25: style: The scope of the variable 'fasta_pipe' can be reduced. [variableScope]
exonerate-2.4.0/src/database/fastapipe.test.c:52:21: style: The scope of the variable 'query_path' can be reduced. [variableScope]
exonerate-2.4.0/src/database/fastapipe.test.c:52:34: style: The scope of the variable 'target_path' can be reduced. [variableScope]
exonerate-2.4.0/src/database/fastapipe.test.c:55:24: style: The scope of the variable 'alphabet' can be reduced. [variableScope]
exonerate-2.4.0/src/database/fastapipe.test.c:56:23: style: The scope of the variable 'query_fdb' can be reduced. [variableScope]
exonerate-2.4.0/src/database/fastapipe.test.c:56:35: style: The scope of the variable 'target_fdb' can be reduced. [variableScope]
exonerate-2.4.0/src/database/index.c:1841:13: warning: Possible null pointer dereference: index_geneseed [nullPointer]
exonerate-2.4.0/src/database/index.c:1837:30: note: Assignment 'index_geneseed=NULL', assigned value is 0
exonerate-2.4.0/src/database/index.c:1841:13: note: Null pointer dereference
exonerate-2.4.0/src/database/index.c:304:32: style: The scope of the variable 'dataset_seq' can be reduced. [variableScope]
exonerate-2.4.0/src/database/index.c:305:24: style: The scope of the variable 'ds_seq' can be reduced. [variableScope]
exonerate-2.4.0/src/database/index.c:305:33: style: The scope of the variable 'seq' can be reduced. [variableScope]
exonerate-2.4.0/src/database/index.c:463:29: style: The scope of the variable 'address' can be reduced. [variableScope]
exonerate-2.4.0/src/database/index.c:502:26: style: The scope of the variable 'index_word' can be reduced. [variableScope]
exonerate-2.4.0/src/database/index.c:537:26: style: The scope of the variable 'index_word' can be reduced. [variableScope]
exonerate-2.4.0/src/database/index.c:564:26: style: The scope of the variable 'index_word' can be reduced. [variableScope]
exonerate-2.4.0/src/database/index.c:565:33: style: The scope of the variable 'address_list' can be reduced. [variableScope]
exonerate-2.4.0/src/database/index.c:609:33: style: The scope of the variable 'address_data' can be reduced. [variableScope]
exonerate-2.4.0/src/database/index.c:661:26: style: The scope of the variable 'index_word' can be reduced. [variableScope]
exonerate-2.4.0/src/database/index.c:754:24: style: The scope of the variable 'alphabet' can be reduced. [variableScope]
exonerate-2.4.0/src/database/index.c:894:26: style: The scope of the variable 'index_word' can be reduced. [variableScope]
exonerate-2.4.0/src/database/index.c:935:24: style: The scope of the variable 'alphabet' can be reduced. [variableScope]
exonerate-2.4.0/src/database/index.c:1294:33: style: The scope of the variable 'tmp_seq' can be reduced. [variableScope]
exonerate-2.4.0/src/database/index.c:1349:30: style: The scope of the variable 'seed' can be reduced. [variableScope]
exonerate-2.4.0/src/database/index.c:1351:26: style: The scope of the variable 'index_word' can be reduced. [variableScope]
exonerate-2.4.0/src/database/index.c:1352:33: style: The scope of the variable 'node' can be reduced. [variableScope]
exonerate-2.4.0/src/database/index.c:1358:22: style: The scope of the variable 'hsp_set' can be reduced. [variableScope]
exonerate-2.4.0/src/database/index.c:1417:24: style: The scope of the variable 'aa_seq' can be reduced. [variableScope]
exonerate-2.4.0/src/database/index.c:1516:19: style: The scope of the variable 'hsp' can be reduced. [variableScope]
exonerate-2.4.0/src/database/index.c:1540:22: style: The scope of the variable 'hspset' can be reduced. [variableScope]
exonerate-2.4.0/src/database/index.c:1709:28: style: The scope of the variable 'index_hsp_set' can be reduced. [variableScope]
exonerate-2.4.0/src/database/index.c:1710:30: style: The scope of the variable 'index_geneseed' can be reduced. [variableScope]
exonerate-2.4.0/src/database/index.c:1734:30: style: The scope of the variable 'index_geneseed' can be reduced. [variableScope]
exonerate-2.4.0/src/database/index.c:1900:30: style: The scope of the variable 'index_geneseed' can be reduced. [variableScope]
exonerate-2.4.0/src/database/index.c:1901:28: style: The scope of the variable 'index_hspset' can be reduced. [variableScope]
exonerate-2.4.0/src/database/index.c:1917:28: style: The scope of the variable 'index_hsp_set' can be reduced. [variableScope]
exonerate-2.4.0/src/database/index.c:1932:45: style: The scope of the variable 'subseed_hsp_list' can be reduced. [variableScope]
exonerate-2.4.0/src/database/index.c:1935:22: style: The scope of the variable 'interval_list' can be reduced. [variableScope]
exonerate-2.4.0/src/database/index.c:932:26: style: Function 'Index_open' argument 1 names different: declaration 'path' definition 'index_path'. [funcArgNamesDifferent]
exonerate-2.4.0/src/database/index.h:127:29: note: Function 'Index_open' argument 1 names different: declaration 'path' definition 'index_path'.
exonerate-2.4.0/src/database/index.c:932:26: note: Function 'Index_open' argument 1 names different: declaration 'path' definition 'index_path'.
exonerate-2.4.0/src/database/index.c:309:23: style: Variable 'dataset_seq' is assigned a value that is never used. [unreadVariable]
exonerate-2.4.0/src/database/index.c:591:19: style: Variable 'index_word' is assigned a value that is never used. [unreadVariable]
exonerate-2.4.0/src/database/index.test.c:43:28: style: The scope of the variable 'index_hsp_set' can be reduced. [variableScope]
exonerate-2.4.0/src/general/argument.c:174:23: style: Condition 'strlen(branch)>=10' is always false [knownConditionTrueFalse]
exonerate-2.4.0/src/general/argument.c:166:30: note: Assignment 'branch="$Name:  $"', assigned value is "$Name:  $"
exonerate-2.4.0/src/general/argument.c:174:23: note: Condition 'strlen(branch)>=10' is always false
exonerate-2.4.0/src/general/argument.c:295:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
exonerate-2.4.0/src/general/argument.c:63:30: style: The scope of the variable 'ao' can be reduced. [variableScope]
exonerate-2.4.0/src/general/argument.c:222:32: style: The scope of the variable 'cleanup' can be reduced. [variableScope]
exonerate-2.4.0/src/general/argument.c:251:27: style: The scope of the variable 'as' can be reduced. [variableScope]
exonerate-2.4.0/src/general/argument.c:319:30: style: The scope of the variable 'ao' can be reduced. [variableScope]
exonerate-2.4.0/src/general/argument.c:430:21: style: The scope of the variable 'err_msg' can be reduced. [variableScope]
exonerate-2.4.0/src/general/argument.c:430:31: style: The scope of the variable 'env_var' can be reduced. [variableScope]
exonerate-2.4.0/src/general/compoundfile.c:108:36: style: The scope of the variable 'cfe' can be reduced. [variableScope]
exonerate-2.4.0/src/general/compoundfile.c:111:21: style: The scope of the variable 'path' can be reduced. [variableScope]
exonerate-2.4.0/src/general/compoundfile.c:138:36: style: The scope of the variable 'cfe' can be reduced. [variableScope]
exonerate-2.4.0/src/general/compoundfile.c:165:21: style: The scope of the variable 'path' can be reduced. [variableScope]
exonerate-2.4.0/src/general/compoundfile.c:167:36: style: The scope of the variable 'element' can be reduced. [variableScope]
exonerate-2.4.0/src/general/compoundfile.c:180:21: style: The scope of the variable 'path' can be reduced. [variableScope]
exonerate-2.4.0/src/general/compoundfile.c:258:36: style: The scope of the variable 'cfe' can be reduced. [variableScope]
exonerate-2.4.0/src/general/compoundfile.c:363:36: style: The scope of the variable 'cfe' can be reduced. [variableScope]
exonerate-2.4.0/src/general/compoundfile.test.c:47:9: style: Variable 'total' is modified but its new value is never used. [unreadVariable]
exonerate-2.4.0/src/general/socket.c:215:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
exonerate-2.4.0/src/general/socket.c:110:21: style: The scope of the variable 'reply' can be reduced. [variableScope]
exonerate-2.4.0/src/general/socket.c:266:21: style: The scope of the variable 'msg' can be reduced. [variableScope]
exonerate-2.4.0/src/general/socket.test.c:38:21: style: The scope of the variable 'msg' can be reduced. [variableScope]
exonerate-2.4.0/src/hub/analysis.c:1194:5: style: Variable 'expanded_query_path_list' is reassigned a value before the old one has been used. [redundantAssignment]
exonerate-2.4.0/src/hub/analysis.c:1184:0: note: Variable 'expanded_query_path_list' is reassigned a value before the old one has been used.
exonerate-2.4.0/src/hub/analysis.c:1194:5: note: Variable 'expanded_query_path_list' is reassigned a value before the old one has been used.
exonerate-2.4.0/src/hub/analysis.c:1196:5: style: Variable 'expanded_target_path_list' is reassigned a value before the old one has been used. [redundantAssignment]
exonerate-2.4.0/src/hub/analysis.c:1185:0: note: Variable 'expanded_target_path_list' is reassigned a value before the old one has been used.
exonerate-2.4.0/src/hub/analysis.c:1196:5: note: Variable 'expanded_target_path_list' is reassigned a value before the old one has been used.
exonerate-2.4.0/src/hub/analysis.c:32:27: style: The scope of the variable 'as' can be reduced. [variableScope]
exonerate-2.4.0/src/hub/analysis.c:101:26: style: The scope of the variable 'gam_result' can be reduced. [variableScope]
exonerate-2.4.0/src/hub/analysis.c:102:37: style: The scope of the variable 'ahj' can be reduced. [variableScope]
exonerate-2.4.0/src/hub/analysis.c:230:38: style: The scope of the variable 'aej' can be reduced. [variableScope]
exonerate-2.4.0/src/hub/analysis.c:395:28: style: The scope of the variable 'sc' can be reduced. [variableScope]
exonerate-2.4.0/src/hub/analysis.c:397:21: style: The scope of the variable 'server' can be reduced. [variableScope]
exonerate-2.4.0/src/hub/analysis.c:423:21: style: The scope of the variable 'line' can be reduced. [variableScope]
exonerate-2.4.0/src/hub/analysis.c:636:24: style: The scope of the variable 'seq' can be reduced. [variableScope]
exonerate-2.4.0/src/hub/analysis.c:1034:31: style: The scope of the variable 'as' can be reduced. [variableScope]
exonerate-2.4.0/src/hub/analysis.c:1056:31: style: The scope of the variable 'as' can be reduced. [variableScope]
exonerate-2.4.0/src/hub/analysis.c:1087:31: style: The scope of the variable 'as' can be reduced. [variableScope]
exonerate-2.4.0/src/hub/analysis.c:1112:21: style: The scope of the variable 'path' can be reduced. [variableScope]
exonerate-2.4.0/src/hub/analysis.c:1123:21: style: The scope of the variable 'path' can be reduced. [variableScope]
exonerate-2.4.0/src/hub/analysis.c:1176:23: style: The scope of the variable 'seeder_query_fdb' can be reduced. [variableScope]
exonerate-2.4.0/src/hub/analysis.c:1176:42: style: The scope of the variable 'seeder_target_fdb' can be reduced. [variableScope]
exonerate-2.4.0/src/hub/analysis.c:1180:25: style: The scope of the variable 'dna_hsp_param' can be reduced. [variableScope]
exonerate-2.4.0/src/hub/analysis.c:1180:41: style: The scope of the variable 'protein_hsp_param' can be reduced. [variableScope]
exonerate-2.4.0/src/hub/analysis.c:1181:25: style: The scope of the variable 'codon_hsp_param' can be reduced. [variableScope]
exonerate-2.4.0/src/hub/analysis.c:796:16: style: Variable 'checksum' is assigned a value that is never used. [unreadVariable]
exonerate-2.4.0/src/hub/analysis.test.c:19:24: style: The scope of the variable 'analysis' can be reduced. [variableScope]
exonerate-2.4.0/src/hub/analysis.test.c:20:21: style: The scope of the variable 'query_path' can be reduced. [variableScope]
exonerate-2.4.0/src/hub/analysis.test.c:20:34: style: The scope of the variable 'target_path' can be reduced. [variableScope]
exonerate-2.4.0/src/hub/gam.c:90:27: style: The scope of the variable 'as' can be reduced. [variableScope]
exonerate-2.4.0/src/hub/gam.c:344:32: style: The scope of the variable 'gsr' can be reduced. [variableScope]
exonerate-2.4.0/src/hub/gam.c:487:21: style: The scope of the variable 'match' can be reduced. [variableScope]
exonerate-2.4.0/src/hub/gam.c:600:29: style: The scope of the variable 'transition' can be reduced. [variableScope]
exonerate-2.4.0/src/hub/gam.c:716:31: style: The scope of the variable 'gqr' can be reduced. [variableScope]
exonerate-2.4.0/src/hub/gam.c:717:32: style: The scope of the variable 'gsr' can be reduced. [variableScope]
exonerate-2.4.0/src/hub/gam.c:718:29: style: The scope of the variable 'gqi' can be reduced. [variableScope]
exonerate-2.4.0/src/hub/gam.c:754:19: style: The scope of the variable 'hsp' can be reduced. [variableScope]
exonerate-2.4.0/src/hub/gam.c:814:25: style: The scope of the variable 'penult' can be reduced. [variableScope]
exonerate-2.4.0/src/hub/gam.c:814:34: style: The scope of the variable 'last' can be reduced. [variableScope]
exonerate-2.4.0/src/hub/gam.c:834:25: style: The scope of the variable 'alignment' can be reduced. [variableScope]
exonerate-2.4.0/src/hub/gam.c:889:25: style: The scope of the variable 'alignment' can be reduced. [variableScope]
exonerate-2.4.0/src/hub/gam.c:977:19: style: The scope of the variable 'hsp' can be reduced. [variableScope]
exonerate-2.4.0/src/hub/gam.c:1015:19: style: The scope of the variable 'hsp' can be reduced. [variableScope]
exonerate-2.4.0/src/hub/gam.c:1057:19: style: The scope of the variable 'hsp' can be reduced. [variableScope]
exonerate-2.4.0/src/hub/gam.c:1081:19: style: The scope of the variable 'hsp' can be reduced. [variableScope]
exonerate-2.4.0/src/hub/gam.c:1178:25: style: The scope of the variable 'alignment' can be reduced. [variableScope]
exonerate-2.4.0/src/hub/gam.c:1276:25: style: The scope of the variable 'alignment' can be reduced. [variableScope]
exonerate-2.4.0/src/hub/gam.c:1288:31: style: The scope of the variable 'gqr' can be reduced. [variableScope]
exonerate-2.4.0/src/model/affine.c:20:27: style: The scope of the variable 'as' can be reduced. [variableScope]
exonerate-2.4.0/src/model/bootstrapper.c:108:21: style: The scope of the variable 'key' can be reduced. [variableScope]
exonerate-2.4.0/src/model/bootstrapper.c:216:23: style: The scope of the variable 'codegen' can be reduced. [variableScope]
exonerate-2.4.0/src/model/bootstrapper.c:240:25: style: The scope of the variable 'heuristic' can be reduced. [variableScope]
exonerate-2.4.0/src/model/bootstrapper.c:241:19: style: The scope of the variable 'sdp' can be reduced. [variableScope]
exonerate-2.4.0/src/model/bootstrapper.c:242:40: style: The scope of the variable 'optimal_list' can be reduced. [variableScope]
exonerate-2.4.0/src/model/bootstrapper.c:243:23: style: The scope of the variable 'codegen' can be reduced. [variableScope]
exonerate-2.4.0/src/model/coding2coding.c:54:5: style: Variable 'model' is reassigned a value before the old one has been used. [redundantAssignment]
exonerate-2.4.0/src/model/coding2coding.c:52:0: note: Variable 'model' is reassigned a value before the old one has been used.
exonerate-2.4.0/src/model/coding2coding.c:54:5: note: Variable 'model' is reassigned a value before the old one has been used.
exonerate-2.4.0/src/model/frameshift.c:20:27: style: The scope of the variable 'as' can be reduced. [variableScope]
exonerate-2.4.0/src/model/frameshift.c:66:23: style: The scope of the variable 'calc' can be reduced. [variableScope]
exonerate-2.4.0/src/model/genome2genome.c:61:9: style: Same expression on both sides of '&&'. [duplicateExpression]
exonerate-2.4.0/src/model/genome2genome.c:40:29: style: The scope of the variable 'transition' can be reduced. [variableScope]
exonerate-2.4.0/src/model/genome2genome.c:27:53: style: Function 'Genome2Genome_Data_destroy' argument 1 names different: declaration 'p2gd' definition 'g2gd'. [funcArgNamesDifferent]
exonerate-2.4.0/src/model/genome2genome.h:45:53: note: Function 'Genome2Genome_Data_destroy' argument 1 names different: declaration 'p2gd' definition 'g2gd'.
exonerate-2.4.0/src/model/genome2genome.c:27:53: note: Function 'Genome2Genome_Data_destroy' argument 1 names different: declaration 'p2gd' definition 'g2gd'.
exonerate-2.4.0/src/model/intron.c:20:27: style: The scope of the variable 'as' can be reduced. [variableScope]
exonerate-2.4.0/src/model/intron.c:230:25: style: The scope of the variable 'b' can be reduced. [variableScope]
exonerate-2.4.0/src/model/intron.c:299:21: style: The scope of the variable 'qy_macro' can be reduced. [variableScope]
exonerate-2.4.0/src/model/intron.c:299:32: style: The scope of the variable 'tg_macro' can be reduced. [variableScope]
exonerate-2.4.0/src/model/ner.c:21:27: style: The scope of the variable 'as' can be reduced. [variableScope]
exonerate-2.4.0/src/model/ner.c:46:33: style: Function 'NER_Data_destroy' argument 1 names different: declaration 'gnd' definition 'nd'. [funcArgNamesDifferent]
exonerate-2.4.0/src/model/ner.h:49:33: note: Function 'NER_Data_destroy' argument 1 names different: declaration 'gnd' definition 'nd'.
exonerate-2.4.0/src/model/ner.c:46:33: note: Function 'NER_Data_destroy' argument 1 names different: declaration 'gnd' definition 'nd'.
exonerate-2.4.0/src/model/phase.c:379:5: style: Variable 'full_suffix' is reassigned a value before the old one has been used. [redundantAssignment]
exonerate-2.4.0/src/model/phase.c:372:0: note: Variable 'full_suffix' is reassigned a value before the old one has been used.
exonerate-2.4.0/src/model/phase.c:379:5: note: Variable 'full_suffix' is reassigned a value before the old one has been used.
exonerate-2.4.0/src/model/phase.c:224:29: style: The scope of the variable 'codon_1' can be reduced. [variableScope]
exonerate-2.4.0/src/model/phase.c:224:39: style: The scope of the variable 'codon_2' can be reduced. [variableScope]
exonerate-2.4.0/src/model/phase.c:224:49: style: The scope of the variable 'codon_3' can be reduced. [variableScope]
exonerate-2.4.0/src/model/protein2dna.c:60:5: style: Variable 'model' is reassigned a value before the old one has been used. [redundantAssignment]
exonerate-2.4.0/src/model/protein2dna.c:58:0: note: Variable 'model' is reassigned a value before the old one has been used.
exonerate-2.4.0/src/model/protein2dna.c:60:5: note: Variable 'model' is reassigned a value before the old one has been used.
exonerate-2.4.0/src/program/exonerate-server.c:249:32: style: The scope of the variable 'ds' can be reduced. [variableScope]
exonerate-2.4.0/src/program/exonerate-server.c:250:24: style: The scope of the variable 'seq' can be reduced. [variableScope]
exonerate-2.4.0/src/program/exonerate-server.c:269:32: style: The scope of the variable 'ds' can be reduced. [variableScope]
exonerate-2.4.0/src/program/exonerate-server.c:270:24: style: The scope of the variable 'seq' can be reduced. [variableScope]
exonerate-2.4.0/src/program/exonerate-server.c:271:21: style: The scope of the variable 'str' can be reduced. [variableScope]
exonerate-2.4.0/src/program/exonerate-server.c:287:29: style: The scope of the variable 'str' can be reduced. [variableScope]
exonerate-2.4.0/src/program/exonerate-server.c:288:32: style: The scope of the variable 'ds' can be reduced. [variableScope]
exonerate-2.4.0/src/program/exonerate-server.c:289:24: style: The scope of the variable 'seq' can be reduced. [variableScope]
exonerate-2.4.0/src/program/exonerate-server.c:289:30: style: The scope of the variable 'subseq' can be reduced. [variableScope]
exonerate-2.4.0/src/program/exonerate-server.c:319:19: style: The scope of the variable 'hsp' can be reduced. [variableScope]
exonerate-2.4.0/src/program/exonerate-server.c:377:21: style: The scope of the variable 'match' can be reduced. [variableScope]
exonerate-2.4.0/src/program/exonerate-server.c:649:21: style: The scope of the variable 'word' can be reduced. [variableScope]
exonerate-2.4.0/src/program/exonerate-server.c:649:28: style: The scope of the variable 'id' can be reduced. [variableScope]
exonerate-2.4.0/src/program/exonerate-server.c:649:33: style: The scope of the variable 'item' can be reduced. [variableScope]
exonerate-2.4.0/src/program/exonerate-server.c:649:40: style: The scope of the variable 'query' can be reduced. [variableScope]
exonerate-2.4.0/src/program/exonerate-server.c:273:14: style: Variable 'ds' is assigned a value that is never used. [unreadVariable]
exonerate-2.4.0/src/program/ipcress.c:119:35: style: The scope of the variable 's' can be reduced. [variableScope]
exonerate-2.4.0/src/program/ipcress.c:120:24: style: The scope of the variable 'subseq' can be reduced. [variableScope]
exonerate-2.4.0/src/program/ipcress.c:291:27: style: The scope of the variable 'fdbs' can be reduced. [variableScope]
exonerate-2.4.0/src/sdp/boundary.c:58:33: style: The scope of the variable 'interval' can be reduced. [variableScope]
exonerate-2.4.0/src/sdp/boundary.c:71:33: style: The scope of the variable 'interval' can be reduced. [variableScope]
exonerate-2.4.0/src/sdp/boundary.c:87:33: style: The scope of the variable 'interval' can be reduced. [variableScope]
exonerate-2.4.0/src/sdp/boundary.c:122:33: style: The scope of the variable 'interval' can be reduced. [variableScope]
exonerate-2.4.0/src/sdp/boundary.c:416:28: style: The scope of the variable 'boundary_row' can be reduced. [variableScope]
exonerate-2.4.0/src/sdp/boundary.c:494:28: style: The scope of the variable 'boundary_row' can be reduced. [variableScope]
exonerate-2.4.0/src/sdp/boundary.c:630:28: style: The scope of the variable 'boundary_row' can be reduced. [variableScope]
exonerate-2.4.0/src/sdp/scheduler.c:35:24: style: The scope of the variable 'state' can be reduced. [variableScope]
exonerate-2.4.0/src/sdp/scheduler.c:622:34: style: The scope of the variable 'stored_seed' can be reduced. [variableScope]
exonerate-2.4.0/src/sdp/scheduler.c:654:23: style: The scope of the variable 'span' can be reduced. [variableScope]
exonerate-2.4.0/src/sdp/scheduler.c:669:34: style: The scope of the variable 'span_data' can be reduced. [variableScope]
exonerate-2.4.0/src/sdp/scheduler.c:754:25: style: The scope of the variable 'shadow' can be reduced. [variableScope]
exonerate-2.4.0/src/sdp/scheduler.c:1174:28: style: The scope of the variable 'boundary_row' can be reduced. [variableScope]
exonerate-2.4.0/src/sdp/scheduler.c:1256:30: style: The scope of the variable 'first_cell' can be reduced. [variableScope]
exonerate-2.4.0/src/sdp/scheduler.c:1334:30: style: The scope of the variable 'cell' can be reduced. [variableScope]
exonerate-2.4.0/src/sdp/scheduler.c:1376:30: style: The scope of the variable 'cell' can be reduced. [variableScope]
exonerate-2.4.0/src/sdp/scheduler.c:1434:29: style: The scope of the variable 'row' can be reduced. [variableScope]
exonerate-2.4.0/src/sdp/scheduler.c:1447:29: style: The scope of the variable 'row' can be reduced. [variableScope]
exonerate-2.4.0/src/sdp/scheduler.c:1577:41: style: The scope of the variable 'row' can be reduced. [variableScope]
exonerate-2.4.0/src/sdp/scheduler.c:1596:29: style: The scope of the variable 'row' can be reduced. [variableScope]
exonerate-2.4.0/src/sdp/sdp.c:24:27: style: The scope of the variable 'as' can be reduced. [variableScope]
exonerate-2.4.0/src/sdp/sdp.c:301:25: style: The scope of the variable 'portal' can be reduced. [variableScope]
exonerate-2.4.0/src/sdp/sdp.c:380:23: style: The scope of the variable 'codegen' can be reduced. [variableScope]
exonerate-2.4.0/src/sdp/sdp.c:519:24: style: The scope of the variable 'seed' can be reduced. [variableScope]
exonerate-2.4.0/src/sdp/sdp.c:604:24: style: The scope of the variable 'seed' can be reduced. [variableScope]
exonerate-2.4.0/src/sdp/sdp.c:622:24: style: The scope of the variable 'seed' can be reduced. [variableScope]
exonerate-2.4.0/src/sdp/sdp.c:646:34: style: The scope of the variable 'last' can be reduced. [variableScope]
exonerate-2.4.0/src/sdp/sdp.c:647:36: style: The scope of the variable 'first' can be reduced. [variableScope]
exonerate-2.4.0/src/sdp/sdp.c:268:12: style: Variable 'seed' is assigned a value that is never used. [unreadVariable]
exonerate-2.4.0/src/sdp/straceback.c:103:36: style: The scope of the variable 'operation' can be reduced. [variableScope]
exonerate-2.4.0/src/sdp/straceback.c:125:36: style: The scope of the variable 'operation' can be reduced. [variableScope]
exonerate-2.4.0/src/sdp/straceback.c:100:58: style: Function 'STraceback_List_create' argument 2 names different: declaration 'source' definition 'prev'. [funcArgNamesDifferent]
exonerate-2.4.0/src/sdp/straceback.h:66:58: note: Function 'STraceback_List_create' argument 2 names different: declaration 'source' definition 'prev'.
exonerate-2.4.0/src/sdp/straceback.c:100:58: note: Function 'STraceback_List_create' argument 2 names different: declaration 'source' definition 'prev'.
exonerate-2.4.0/src/sequence/alphabet.c:50:27: style: The scope of the variable 'as' can be reduced. [variableScope]
exonerate-2.4.0/src/sequence/alphabet.c:211:33: style: Function 'Alphabet_destroy' argument 1 names different: declaration 'alphabet' definition 'a'. [funcArgNamesDifferent]
exonerate-2.4.0/src/sequence/alphabet.h:66:38: note: Function 'Alphabet_destroy' argument 1 names different: declaration 'alphabet' definition 'a'.
exonerate-2.4.0/src/sequence/alphabet.c:211:33: note: Function 'Alphabet_destroy' argument 1 names different: declaration 'alphabet' definition 'a'.
exonerate-2.4.0/src/sequence/alphabet.c:219:36: style: Function 'Alphabet_share' argument 1 names different: declaration 'alphabet' definition 'a'. [funcArgNamesDifferent]
exonerate-2.4.0/src/sequence/alphabet.h:67:36: note: Function 'Alphabet_share' argument 1 names different: declaration 'alphabet' definition 'a'.
exonerate-2.4.0/src/sequence/alphabet.c:219:36: note: Function 'Alphabet_share' argument 1 names different: declaration 'alphabet' definition 'a'.
exonerate-2.4.0/src/sequence/sequence.c:113:27: style: The scope of the variable 'as' can be reduced. [variableScope]
exonerate-2.4.0/src/sequence/sequence.c:709:49: style: The scope of the variable 'prev_seq' can be reduced. [variableScope]
exonerate-2.4.0/src/sequence/sequence.c:810:31: style: Unused variable: subseq [unusedVariable]
exonerate-2.4.0/src/sequence/sequence.c:811:31: style: Unused variable: filter [unusedVariable]
exonerate-2.4.0/src/sequence/sequence.c:812:36: style: Unused variable: translation [unusedVariable]
exonerate-2.4.0/src/sequence/sequence.c:813:24: style: Unused variable: revcomp [unusedVariable]
exonerate-2.4.0/src/sequence/sequence.c:849:31: style: Unused variable: subseq [unusedVariable]
exonerate-2.4.0/src/sequence/sequence.c:850:31: style: Unused variable: filter [unusedVariable]
exonerate-2.4.0/src/sequence/sequence.c:851:36: style: Unused variable: translation [unusedVariable]
exonerate-2.4.0/src/sequence/sequence.c:852:24: style: Unused variable: revcomp [unusedVariable]
exonerate-2.4.0/src/sequence/splice.c:31:27: style: The scope of the variable 'as' can be reduced. [variableScope]
exonerate-2.4.0/src/sequence/splice.c:469:21: style: The scope of the variable 'seq' can be reduced. [variableScope]
exonerate-2.4.0/src/sequence/translate.c:45:27: style: The scope of the variable 'as' can be reduced. [variableScope]
exonerate-2.4.0/src/sequence/translate.c:262:39: style: The scope of the variable 'end' can be reduced. [variableScope]
exonerate-2.4.0/src/sequence/translate.c:150:12: style: struct member 'Translate_GeneticCode::name' is never used. [unusedStructMember]
exonerate-2.4.0/src/struct/bitarray.c:115:21: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
exonerate-2.4.0/src/struct/bitarray.c:116:30: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
exonerate-2.4.0/src/struct/bitarray.c:119:17: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
exonerate-2.4.0/src/struct/bitarray.c:120:26: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
exonerate-2.4.0/src/struct/bitarray.c:156:31: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
exonerate-2.4.0/src/struct/bitarray.c:159:27: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
exonerate-2.4.0/src/struct/fsm.c:206:16: warning: Either the condition 'dst' is redundant or there is possible null pointer dereference: dst. [nullPointerRedundantCheck]
exonerate-2.4.0/src/struct/fsm.c:202:8: note: Assuming that condition 'dst' is not redundant
exonerate-2.4.0/src/struct/fsm.c:206:16: note: Null pointer dereference
exonerate-2.4.0/src/struct/fsm.c:105:25: style: The scope of the variable 'ptp' can be reduced. [variableScope]
exonerate-2.4.0/src/struct/fsm.c:145:33: style: The scope of the variable 'prev' can be reduced. [variableScope]
exonerate-2.4.0/src/struct/matrix.c:166:24: style: The scope of the variable 'ptr' can be reduced. [variableScope]
exonerate-2.4.0/src/struct/noitree.c:176:5: style: Variable 'nttd->ntf' is reassigned a value before the old one has been used. [redundantAssignment]
exonerate-2.4.0/src/struct/noitree.c:174:5: note: Variable 'nttd->ntf' is reassigned a value before the old one has been used.
exonerate-2.4.0/src/struct/noitree.c:176:5: note: Variable 'nttd->ntf' is reassigned a value before the old one has been used.
exonerate-2.4.0/src/struct/pqueue.c:90:27: style: The scope of the variable 'tmp' can be reduced. [variableScope]
exonerate-2.4.0/src/struct/pqueue.c:207:27: style: The scope of the variable 'nb' can be reduced. [variableScope]
exonerate-2.4.0/src/struct/pqueue.test.c:48:20: style: The scope of the variable 'dn' can be reduced. [variableScope]
exonerate-2.4.0/src/struct/slist.c:85:24: style: The scope of the variable 'data' can be reduced. [variableScope]
exonerate-2.4.0/src/struct/slist.c:186:25: style: The scope of the variable 'sln' can be reduced. [variableScope]
exonerate-2.4.0/src/struct/sparsecache.c:48:32: style: The scope of the variable 'page' can be reduced. [variableScope]
exonerate-2.4.0/src/struct/sparsecache.c:106:32: style: The scope of the variable 'page' can be reduced. [variableScope]
exonerate-2.4.0/src/struct/splaytree.c:119:25: style: The scope of the variable 'n' can be reduced. [variableScope]
exonerate-2.4.0/src/util/fasta2esd.c:59:0: error: Resource leak: fp [resourceLeak]
exonerate-2.4.0/src/util/fastaannotatecdna.c:24:24: style: The scope of the variable 'trans_seq' can be reduced. [variableScope]
exonerate-2.4.0/src/util/fastaannotatecdna.c:52:24: style: The scope of the variable 'rc_seq' can be reduced. [variableScope]
exonerate-2.4.0/src/util/fastaannotatecdna.c:53:21: style: The scope of the variable 'protein_str' can be reduced. [variableScope]
exonerate-2.4.0/src/util/fastadiff.c:65:21: style: The scope of the variable 'seq_a' can be reduced. [variableScope]
exonerate-2.4.0/src/util/fastadiff.c:65:29: style: The scope of the variable 'seq_b' can be reduced. [variableScope]
exonerate-2.4.0/src/util/fastafetch.c:46:32: style: The scope of the variable 'pos' can be reduced. [variableScope]
exonerate-2.4.0/src/util/fastafetch.c:120:23: style: The scope of the variable 'id' can be reduced. [variableScope]
exonerate-2.4.0/src/util/fastafetch.c:146:27: style: The scope of the variable 'fdbs' can be reduced. [variableScope]
exonerate-2.4.0/src/util/fastanrdb.c:72:27: style: The scope of the variable 'revcomp_fdbs' can be reduced. [variableScope]
exonerate-2.4.0/src/util/fastanrdb.c:73:25: style: The scope of the variable 'revcomp_nd' can be reduced. [variableScope]
exonerate-2.4.0/src/util/fastanrdb.c:74:21: style: The scope of the variable 'seq' can be reduced. [variableScope]
exonerate-2.4.0/src/util/fastanrdb.c:74:27: style: The scope of the variable 'rseq' can be reduced. [variableScope]
exonerate-2.4.0/src/util/fastanrdb.c:142:25: style: The scope of the variable 'nd_a' can be reduced. [variableScope]
exonerate-2.4.0/src/util/fastasort.c:99:27: style: The scope of the variable 'fdbs_a' can be reduced. [variableScope]
exonerate-2.4.0/src/util/fastasort.c:99:36: style: The scope of the variable 'fdbs_b' can be reduced. [variableScope]
exonerate-2.4.0/src/util/fastasort.c:100:21: style: The scope of the variable 'seq_a' can be reduced. [variableScope]
exonerate-2.4.0/src/util/fastasort.c:100:29: style: The scope of the variable 'seq_b' can be reduced. [variableScope]
exonerate-2.4.0/src/util/fastasort.c:240:27: style: The scope of the variable 'fdbs' can be reduced. [variableScope]
exonerate-2.4.0/src/util/fastasplit.c:53:21: style: The scope of the variable 'chunk_path' can be reduced. [variableScope]
exonerate-2.4.0/src/util/fastatranslate.c:23:24: style: The scope of the variable 'rc_seq' can be reduced. [variableScope]
[19:07]

ftp://ftp.se.debian.org/debian/pool/main/e/expand-region-el/expand-region-el_0.11.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/expat/expat_2.2.6.orig.tar.gz
libexpat-R_2_2_6/expat/lib/xmlparse.c:92:0: error: #error You do not have support for any sources of high quality entropy \ [preprocessorErrorDirective]
libexpat-R_2_2_6/expat/lib/xmlrole.c:227:21: style: Function 'prolog2' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:130:0: note: Function 'prolog2' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:227:21: note: Function 'prolog2' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:228:21: style: Function 'prolog2' argument 4 names different: declaration 'end' definition 'UNUSED_end'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:130:0: note: Function 'prolog2' argument 4 names different: declaration 'end' definition 'UNUSED_end'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:228:21: note: Function 'prolog2' argument 4 names different: declaration 'end' definition 'UNUSED_end'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:229:25: style: Function 'prolog2' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:130:0: note: Function 'prolog2' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:229:25: note: Function 'prolog2' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:248:22: style: Function 'doctype0' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:131:0: note: Function 'doctype0' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:248:22: note: Function 'doctype0' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:249:22: style: Function 'doctype0' argument 4 names different: declaration 'end' definition 'UNUSED_end'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:131:0: note: Function 'doctype0' argument 4 names different: declaration 'end' definition 'UNUSED_end'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:249:22: note: Function 'doctype0' argument 4 names different: declaration 'end' definition 'UNUSED_end'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:250:26: style: Function 'doctype0' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:131:0: note: Function 'doctype0' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:250:26: note: Function 'doctype0' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:296:22: style: Function 'doctype2' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:131:0: note: Function 'doctype2' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:296:22: note: Function 'doctype2' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:297:22: style: Function 'doctype2' argument 4 names different: declaration 'end' definition 'UNUSED_end'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:131:0: note: Function 'doctype2' argument 4 names different: declaration 'end' definition 'UNUSED_end'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:297:22: note: Function 'doctype2' argument 4 names different: declaration 'end' definition 'UNUSED_end'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:298:26: style: Function 'doctype2' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:131:0: note: Function 'doctype2' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:298:26: note: Function 'doctype2' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:313:22: style: Function 'doctype3' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:131:0: note: Function 'doctype3' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:313:22: note: Function 'doctype3' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:314:22: style: Function 'doctype3' argument 4 names different: declaration 'end' definition 'UNUSED_end'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:131:0: note: Function 'doctype3' argument 4 names different: declaration 'end' definition 'UNUSED_end'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:314:22: note: Function 'doctype3' argument 4 names different: declaration 'end' definition 'UNUSED_end'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:315:26: style: Function 'doctype3' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:131:0: note: Function 'doctype3' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:315:26: note: Function 'doctype3' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:330:22: style: Function 'doctype4' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:131:0: note: Function 'doctype4' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:330:22: note: Function 'doctype4' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:331:22: style: Function 'doctype4' argument 4 names different: declaration 'end' definition 'UNUSED_end'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:131:0: note: Function 'doctype4' argument 4 names different: declaration 'end' definition 'UNUSED_end'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:331:22: note: Function 'doctype4' argument 4 names different: declaration 'end' definition 'UNUSED_end'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:332:26: style: Function 'doctype4' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:131:0: note: Function 'doctype4' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:332:26: note: Function 'doctype4' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:350:22: style: Function 'doctype5' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:131:0: note: Function 'doctype5' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:350:22: note: Function 'doctype5' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:351:22: style: Function 'doctype5' argument 4 names different: declaration 'end' definition 'UNUSED_end'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:131:0: note: Function 'doctype5' argument 4 names different: declaration 'end' definition 'UNUSED_end'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:351:22: note: Function 'doctype5' argument 4 names different: declaration 'end' definition 'UNUSED_end'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:352:26: style: Function 'doctype5' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:131:0: note: Function 'doctype5' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:352:26: note: Function 'doctype5' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:469:21: style: Function 'entity0' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:133:0: note: Function 'entity0' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:469:21: note: Function 'entity0' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:470:21: style: Function 'entity0' argument 4 names different: declaration 'end' definition 'UNUSED_end'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:133:0: note: Function 'entity0' argument 4 names different: declaration 'end' definition 'UNUSED_end'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:470:21: note: Function 'entity0' argument 4 names different: declaration 'end' definition 'UNUSED_end'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:471:25: style: Function 'entity0' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:133:0: note: Function 'entity0' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:471:25: note: Function 'entity0' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:489:21: style: Function 'entity1' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:133:0: note: Function 'entity1' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:489:21: note: Function 'entity1' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:490:21: style: Function 'entity1' argument 4 names different: declaration 'end' definition 'UNUSED_end'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:133:0: note: Function 'entity1' argument 4 names different: declaration 'end' definition 'UNUSED_end'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:490:21: note: Function 'entity1' argument 4 names different: declaration 'end' definition 'UNUSED_end'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:491:25: style: Function 'entity1' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:133:0: note: Function 'entity1' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:491:25: note: Function 'entity1' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:534:21: style: Function 'entity3' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:133:0: note: Function 'entity3' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:534:21: note: Function 'entity3' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:535:21: style: Function 'entity3' argument 4 names different: declaration 'end' definition 'UNUSED_end'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:133:0: note: Function 'entity3' argument 4 names different: declaration 'end' definition 'UNUSED_end'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:535:21: note: Function 'entity3' argument 4 names different: declaration 'end' definition 'UNUSED_end'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:536:25: style: Function 'entity3' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:133:0: note: Function 'entity3' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:536:25: note: Function 'entity3' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:551:21: style: Function 'entity4' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:133:0: note: Function 'entity4' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:551:21: note: Function 'entity4' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:552:21: style: Function 'entity4' argument 4 names different: declaration 'end' definition 'UNUSED_end'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:133:0: note: Function 'entity4' argument 4 names different: declaration 'end' definition 'UNUSED_end'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:552:21: note: Function 'entity4' argument 4 names different: declaration 'end' definition 'UNUSED_end'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:553:25: style: Function 'entity4' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:133:0: note: Function 'entity4' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:553:25: note: Function 'entity4' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:591:21: style: Function 'entity6' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:133:0: note: Function 'entity6' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:591:21: note: Function 'entity6' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:592:21: style: Function 'entity6' argument 4 names different: declaration 'end' definition 'UNUSED_end'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:133:0: note: Function 'entity6' argument 4 names different: declaration 'end' definition 'UNUSED_end'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:592:21: note: Function 'entity6' argument 4 names different: declaration 'end' definition 'UNUSED_end'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:593:25: style: Function 'entity6' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:133:0: note: Function 'entity6' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:593:25: note: Function 'entity6' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:637:21: style: Function 'entity8' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:134:0: note: Function 'entity8' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:637:21: note: Function 'entity8' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:638:21: style: Function 'entity8' argument 4 names different: declaration 'end' definition 'UNUSED_end'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:134:0: note: Function 'entity8' argument 4 names different: declaration 'end' definition 'UNUSED_end'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:638:21: note: Function 'entity8' argument 4 names different: declaration 'end' definition 'UNUSED_end'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:639:25: style: Function 'entity8' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:134:0: note: Function 'entity8' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:639:25: note: Function 'entity8' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:654:21: style: Function 'entity9' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:134:0: note: Function 'entity9' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:654:21: note: Function 'entity9' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:655:21: style: Function 'entity9' argument 4 names different: declaration 'end' definition 'UNUSED_end'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:134:0: note: Function 'entity9' argument 4 names different: declaration 'end' definition 'UNUSED_end'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:655:21: note: Function 'entity9' argument 4 names different: declaration 'end' definition 'UNUSED_end'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:656:25: style: Function 'entity9' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:134:0: note: Function 'entity9' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:656:25: note: Function 'entity9' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:671:22: style: Function 'entity10' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:134:0: note: Function 'entity10' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:671:22: note: Function 'entity10' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:672:22: style: Function 'entity10' argument 4 names different: declaration 'end' definition 'UNUSED_end'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:134:0: note: Function 'entity10' argument 4 names different: declaration 'end' definition 'UNUSED_end'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:672:22: note: Function 'entity10' argument 4 names different: declaration 'end' definition 'UNUSED_end'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:673:26: style: Function 'entity10' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:134:0: note: Function 'entity10' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:673:26: note: Function 'entity10' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:688:23: style: Function 'notation0' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:135:0: note: Function 'notation0' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:688:23: note: Function 'notation0' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:689:23: style: Function 'notation0' argument 4 names different: declaration 'end' definition 'UNUSED_end'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:135:0: note: Function 'notation0' argument 4 names different: declaration 'end' definition 'UNUSED_end'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:689:23: note: Function 'notation0' argument 4 names different: declaration 'end' definition 'UNUSED_end'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:690:27: style: Function 'notation0' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:135:0: note: Function 'notation0' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:690:27: note: Function 'notation0' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:729:23: style: Function 'notation2' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:135:0: note: Function 'notation2' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:729:23: note: Function 'notation2' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:730:23: style: Function 'notation2' argument 4 names different: declaration 'end' definition 'UNUSED_end'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:135:0: note: Function 'notation2' argument 4 names different: declaration 'end' definition 'UNUSED_end'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:730:23: note: Function 'notation2' argument 4 names different: declaration 'end' definition 'UNUSED_end'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:731:27: style: Function 'notation2' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:135:0: note: Function 'notation2' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:731:27: note: Function 'notation2' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:746:23: style: Function 'notation3' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:135:0: note: Function 'notation3' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:746:23: note: Function 'notation3' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:747:23: style: Function 'notation3' argument 4 names different: declaration 'end' definition 'UNUSED_end'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:135:0: note: Function 'notation3' argument 4 names different: declaration 'end' definition 'UNUSED_end'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:747:23: note: Function 'notation3' argument 4 names different: declaration 'end' definition 'UNUSED_end'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:748:27: style: Function 'notation3' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:135:0: note: Function 'notation3' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:748:27: note: Function 'notation3' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:764:23: style: Function 'notation4' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:135:0: note: Function 'notation4' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:764:23: note: Function 'notation4' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:765:23: style: Function 'notation4' argument 4 names different: declaration 'end' definition 'UNUSED_end'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:135:0: note: Function 'notation4' argument 4 names different: declaration 'end' definition 'UNUSED_end'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:765:23: note: Function 'notation4' argument 4 names different: declaration 'end' definition 'UNUSED_end'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:766:27: style: Function 'notation4' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:135:0: note: Function 'notation4' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:766:27: note: Function 'notation4' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:785:22: style: Function 'attlist0' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:136:0: note: Function 'attlist0' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:785:22: note: Function 'attlist0' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:786:22: style: Function 'attlist0' argument 4 names different: declaration 'end' definition 'UNUSED_end'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:136:0: note: Function 'attlist0' argument 4 names different: declaration 'end' definition 'UNUSED_end'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:786:22: note: Function 'attlist0' argument 4 names different: declaration 'end' definition 'UNUSED_end'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:787:26: style: Function 'attlist0' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:136:0: note: Function 'attlist0' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:787:26: note: Function 'attlist0' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:803:22: style: Function 'attlist1' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:136:0: note: Function 'attlist1' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:803:22: note: Function 'attlist1' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:804:22: style: Function 'attlist1' argument 4 names different: declaration 'end' definition 'UNUSED_end'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:136:0: note: Function 'attlist1' argument 4 names different: declaration 'end' definition 'UNUSED_end'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:804:22: note: Function 'attlist1' argument 4 names different: declaration 'end' definition 'UNUSED_end'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:805:26: style: Function 'attlist1' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:136:0: note: Function 'attlist1' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:805:26: note: Function 'attlist1' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:865:22: style: Function 'attlist3' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:136:0: note: Function 'attlist3' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:865:22: note: Function 'attlist3' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:866:22: style: Function 'attlist3' argument 4 names different: declaration 'end' definition 'UNUSED_end'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:136:0: note: Function 'attlist3' argument 4 names different: declaration 'end' definition 'UNUSED_end'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:866:22: note: Function 'attlist3' argument 4 names different: declaration 'end' definition 'UNUSED_end'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:867:26: style: Function 'attlist3' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:136:0: note: Function 'attlist3' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:867:26: note: Function 'attlist3' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:884:22: style: Function 'attlist4' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:136:0: note: Function 'attlist4' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:884:22: note: Function 'attlist4' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:885:22: style: Function 'attlist4' argument 4 names different: declaration 'end' definition 'UNUSED_end'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:136:0: note: Function 'attlist4' argument 4 names different: declaration 'end' definition 'UNUSED_end'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:885:22: note: Function 'attlist4' argument 4 names different: declaration 'end' definition 'UNUSED_end'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:886:26: style: Function 'attlist4' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:136:0: note: Function 'attlist4' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:886:26: note: Function 'attlist4' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:904:22: style: Function 'attlist5' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:136:0: note: Function 'attlist5' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:904:22: note: Function 'attlist5' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:905:22: style: Function 'attlist5' argument 4 names different: declaration 'end' definition 'UNUSED_end'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:136:0: note: Function 'attlist5' argument 4 names different: declaration 'end' definition 'UNUSED_end'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:905:22: note: Function 'attlist5' argument 4 names different: declaration 'end' definition 'UNUSED_end'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:906:26: style: Function 'attlist5' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:136:0: note: Function 'attlist5' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:906:26: note: Function 'attlist5' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:921:22: style: Function 'attlist6' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:136:0: note: Function 'attlist6' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:921:22: note: Function 'attlist6' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:922:22: style: Function 'attlist6' argument 4 names different: declaration 'end' definition 'UNUSED_end'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:136:0: note: Function 'attlist6' argument 4 names different: declaration 'end' definition 'UNUSED_end'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:922:22: note: Function 'attlist6' argument 4 names different: declaration 'end' definition 'UNUSED_end'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:923:26: style: Function 'attlist6' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:136:0: note: Function 'attlist6' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:923:26: note: Function 'attlist6' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:938:22: style: Function 'attlist7' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:137:0: note: Function 'attlist7' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:938:22: note: Function 'attlist7' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:939:22: style: Function 'attlist7' argument 4 names different: declaration 'end' definition 'UNUSED_end'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:137:0: note: Function 'attlist7' argument 4 names different: declaration 'end' definition 'UNUSED_end'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:939:22: note: Function 'attlist7' argument 4 names different: declaration 'end' definition 'UNUSED_end'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:940:26: style: Function 'attlist7' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:137:0: note: Function 'attlist7' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:940:26: note: Function 'attlist7' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:999:22: style: Function 'attlist9' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:137:0: note: Function 'attlist9' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:999:22: note: Function 'attlist9' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:1000:22: style: Function 'attlist9' argument 4 names different: declaration 'end' definition 'UNUSED_end'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:137:0: note: Function 'attlist9' argument 4 names different: declaration 'end' definition 'UNUSED_end'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:1000:22: note: Function 'attlist9' argument 4 names different: declaration 'end' definition 'UNUSED_end'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:1001:26: style: Function 'attlist9' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:137:0: note: Function 'attlist9' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:1001:26: note: Function 'attlist9' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:1016:22: style: Function 'element0' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:138:0: note: Function 'element0' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:1016:22: note: Function 'element0' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:1017:22: style: Function 'element0' argument 4 names different: declaration 'end' definition 'UNUSED_end'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:138:0: note: Function 'element0' argument 4 names different: declaration 'end' definition 'UNUSED_end'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:1017:22: note: Function 'element0' argument 4 names different: declaration 'end' definition 'UNUSED_end'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:1018:26: style: Function 'element0' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:138:0: note: Function 'element0' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:1018:26: note: Function 'element0' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:1104:22: style: Function 'element3' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:138:0: note: Function 'element3' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:1104:22: note: Function 'element3' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:1105:22: style: Function 'element3' argument 4 names different: declaration 'end' definition 'UNUSED_end'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:138:0: note: Function 'element3' argument 4 names different: declaration 'end' definition 'UNUSED_end'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:1105:22: note: Function 'element3' argument 4 names different: declaration 'end' definition 'UNUSED_end'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:1106:26: style: Function 'element3' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:138:0: note: Function 'element3' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:1106:26: note: Function 'element3' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:1129:22: style: Function 'element4' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:138:0: note: Function 'element4' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:1129:22: note: Function 'element4' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:1130:22: style: Function 'element4' argument 4 names different: declaration 'end' definition 'UNUSED_end'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:138:0: note: Function 'element4' argument 4 names different: declaration 'end' definition 'UNUSED_end'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:1130:22: note: Function 'element4' argument 4 names different: declaration 'end' definition 'UNUSED_end'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:1131:26: style: Function 'element4' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:138:0: note: Function 'element4' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:1131:26: note: Function 'element4' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:1147:22: style: Function 'element5' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:138:0: note: Function 'element5' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:1147:22: note: Function 'element5' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:1148:22: style: Function 'element5' argument 4 names different: declaration 'end' definition 'UNUSED_end'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:138:0: note: Function 'element5' argument 4 names different: declaration 'end' definition 'UNUSED_end'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:1148:22: note: Function 'element5' argument 4 names different: declaration 'end' definition 'UNUSED_end'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:1149:26: style: Function 'element5' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:138:0: note: Function 'element5' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:1149:26: note: Function 'element5' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:1168:22: style: Function 'element6' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:138:0: note: Function 'element6' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:1168:22: note: Function 'element6' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:1169:22: style: Function 'element6' argument 4 names different: declaration 'end' definition 'UNUSED_end'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:138:0: note: Function 'element6' argument 4 names different: declaration 'end' definition 'UNUSED_end'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:1169:22: note: Function 'element6' argument 4 names different: declaration 'end' definition 'UNUSED_end'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:1170:26: style: Function 'element6' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:138:0: note: Function 'element6' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:1170:26: note: Function 'element6' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:1198:22: style: Function 'element7' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:139:0: note: Function 'element7' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:1198:22: note: Function 'element7' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:1199:22: style: Function 'element7' argument 4 names different: declaration 'end' definition 'UNUSED_end'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:139:0: note: Function 'element7' argument 4 names different: declaration 'end' definition 'UNUSED_end'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:1199:22: note: Function 'element7' argument 4 names different: declaration 'end' definition 'UNUSED_end'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:1200:26: style: Function 'element7' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:139:0: note: Function 'element7' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:1200:26: note: Function 'element7' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:1309:23: style: Function 'declClose' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:144:0: note: Function 'declClose' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:1309:23: note: Function 'declClose' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:1310:23: style: Function 'declClose' argument 4 names different: declaration 'end' definition 'UNUSED_end'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:144:0: note: Function 'declClose' argument 4 names different: declaration 'end' definition 'UNUSED_end'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:1310:23: note: Function 'declClose' argument 4 names different: declaration 'end' definition 'UNUSED_end'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:1311:27: style: Function 'declClose' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:144:0: note: Function 'declClose' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:1311:27: note: Function 'declClose' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:1344:21: style: Function 'error' argument 1 names different: declaration 'state' definition 'UNUSED_state'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:145:0: note: Function 'error' argument 1 names different: declaration 'state' definition 'UNUSED_state'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:1344:21: note: Function 'error' argument 1 names different: declaration 'state' definition 'UNUSED_state'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:1345:11: style: Function 'error' argument 2 names different: declaration 'tok' definition 'UNUSED_tok'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:145:0: note: Function 'error' argument 2 names different: declaration 'tok' definition 'UNUSED_tok'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:1345:11: note: Function 'error' argument 2 names different: declaration 'tok' definition 'UNUSED_tok'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:1346:19: style: Function 'error' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:145:0: note: Function 'error' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:1346:19: note: Function 'error' argument 3 names different: declaration 'ptr' definition 'UNUSED_ptr'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:1347:19: style: Function 'error' argument 4 names different: declaration 'end' definition 'UNUSED_end'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:145:0: note: Function 'error' argument 4 names different: declaration 'end' definition 'UNUSED_end'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:1347:19: note: Function 'error' argument 4 names different: declaration 'end' definition 'UNUSED_end'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:1348:23: style: Function 'error' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmlrole.c:145:0: note: Function 'error' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'.
libexpat-R_2_2_6/expat/lib/xmlrole.c:1348:23: note: Function 'error' argument 5 names different: declaration 'enc' definition 'UNUSED_enc'.
libexpat-R_2_2_6/expat/lib/xmltok.c:1101:9: style: Same expression on both sides of '==' because the value of 'p' and 'buf' are the same. [duplicateExpression]
libexpat-R_2_2_6/expat/lib/xmltok.c:1099:13: note: 'p' is assigned value 'buf' here.
libexpat-R_2_2_6/expat/lib/xmltok.c:1101:9: note: Same expression on both sides of '==' because the value of 'p' and 'buf' are the same.
libexpat-R_2_2_6/expat/lib/xmltok.c:1341:19: style: Function 'XmlUtf8Encode' argument 1 names different: declaration 'charNumber' definition 'c'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmltok.h:309:32: note: Function 'XmlUtf8Encode' argument 1 names different: declaration 'charNumber' definition 'c'.
libexpat-R_2_2_6/expat/lib/xmltok.c:1341:19: note: Function 'XmlUtf8Encode' argument 1 names different: declaration 'charNumber' definition 'c'.
libexpat-R_2_2_6/expat/lib/xmltok.c:1378:20: style: Function 'XmlUtf16Encode' argument 1 names different: declaration 'charNumber' definition 'charNum'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmltok.h:310:33: note: Function 'XmlUtf16Encode' argument 1 names different: declaration 'charNumber' definition 'charNum'.
libexpat-R_2_2_6/expat/lib/xmltok.c:1378:20: note: Function 'XmlUtf16Encode' argument 1 names different: declaration 'charNumber' definition 'charNum'.
libexpat-R_2_2_6/expat/lib/xmltok_ns.c:125:34: style: Function 'XmlParseXmlDecl' argument 8 names different: declaration 'encodingNamePtr' definition 'encodingName'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmltok.h:302:34: note: Function 'XmlParseXmlDecl' argument 8 names different: declaration 'encodingNamePtr' definition 'encodingName'.
libexpat-R_2_2_6/expat/lib/xmltok_ns.c:125:34: note: Function 'XmlParseXmlDecl' argument 8 names different: declaration 'encodingNamePtr' definition 'encodingName'.
libexpat-R_2_2_6/expat/lib/xmltok_ns.c:126:38: style: Function 'XmlParseXmlDecl' argument 9 names different: declaration 'namedEncodingPtr' definition 'encoding'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmltok.h:303:38: note: Function 'XmlParseXmlDecl' argument 9 names different: declaration 'namedEncodingPtr' definition 'encoding'.
libexpat-R_2_2_6/expat/lib/xmltok_ns.c:126:38: note: Function 'XmlParseXmlDecl' argument 9 names different: declaration 'namedEncodingPtr' definition 'encoding'.
libexpat-R_2_2_6/expat/lib/xmltok_ns.c:127:26: style: Function 'XmlParseXmlDecl' argument 10 names different: declaration 'standalonePtr' definition 'standalone'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/lib/xmltok.h:304:26: note: Function 'XmlParseXmlDecl' argument 10 names different: declaration 'standalonePtr' definition 'standalone'.
libexpat-R_2_2_6/expat/lib/xmltok_ns.c:127:26: note: Function 'XmlParseXmlDecl' argument 10 names different: declaration 'standalonePtr' definition 'standalone'.
libexpat-R_2_2_6/expat/tests/benchmark/benchmark.c:62:37: style: The scope of the variable 'XMLBufPtr' can be reduced. [variableScope]
libexpat-R_2_2_6/expat/tests/benchmark/benchmark.c:65:51: style: The scope of the variable 'isFinal' can be reduced. [variableScope]
libexpat-R_2_2_6/expat/tests/benchmark/benchmark.c:67:15: style: The scope of the variable 'tstart' can be reduced. [variableScope]
libexpat-R_2_2_6/expat/tests/benchmark/benchmark.c:67:23: style: The scope of the variable 'tend' can be reduced. [variableScope]
libexpat-R_2_2_6/expat/tests/chardata.c:88:10: style: The scope of the variable 'buffer' can be reduced. [variableScope]
libexpat-R_2_2_6/expat/tests/chardata.c:86:59: style: Function 'CharData_CheckXMLChars' argument 2 names different: declaration 's' definition 'expected'. [funcArgNamesDifferent]
libexpat-R_2_2_6/expat/tests/chardata.h:56:63: note: Function 'CharData_CheckXMLChars' argument 2 names different: declaration 's' definition 'expected'.
libexpat-R_2_2_6/expat/tests/chardata.c:86:59: note: Function 'CharData_CheckXMLChars' argument 2 names different: declaration 's' definition 'expected'.
libexpat-R_2_2_6/expat/tests/runtests.c:3075:15: style: The scope of the variable 'attr' can be reduced. [variableScope]
libexpat-R_2_2_6/expat/tests/runtests.c:4272:17: style: The scope of the variable 'text1' can be reduced. [variableScope]
libexpat-R_2_2_6/expat/tests/runtests.c:4551:17: style: The scope of the variable 'text1' can be reduced. [variableScope]
libexpat-R_2_2_6/expat/tests/runtests.c:4692:17: style: The scope of the variable 'text1' can be reduced. [variableScope]
libexpat-R_2_2_6/expat/tests/runtests.c:4746:17: style: The scope of the variable 'text1' can be reduced. [variableScope]
libexpat-R_2_2_6/expat/tests/runtests.c:4751:17: style: The scope of the variable 'text2' can be reduced. [variableScope]
libexpat-R_2_2_6/expat/tests/runtests.c:8523:9: style: The scope of the variable 'i' can be reduced. [variableScope]
libexpat-R_2_2_6/expat/tests/runtests.c:8891:11: style: The scope of the variable 'buffer' can be reduced. [variableScope]
libexpat-R_2_2_6/expat/tests/runtests.c:647:5: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
libexpat-R_2_2_6/expat/xmlwf/xmlmime.c:139:3: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
libexpat-R_2_2_6/expat/xmlwf/xmlmime.c:134:3: note: Variable 'p' is reassigned a value before the old one has been used.
libexpat-R_2_2_6/expat/xmlwf/xmlmime.c:139:3: note: Variable 'p' is reassigned a value before the old one has been used.
libexpat-R_2_2_6/expat/xmlwf/xmlwin32url.cxx:285:11: style: C-style pointer casting [cstyleCast]
libexpat-R_2_2_6/expat/xmlwf/xmlwin32url.cxx:375:18: style: C-style pointer casting [cstyleCast]
[19:07]

ftp://ftp.se.debian.org/debian/pool/main/e/expect/expect_5.45.orig.tar.gz
expect5.45/Dbg.c:1340:3: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
expect5.45/Dbg.c:1339:3: note: Variable 'rc' is reassigned a value before the old one has been used.
expect5.45/Dbg.c:1340:3: note: Variable 'rc' is reassigned a value before the old one has been used.
expect5.45/Dbg.c:160:12: style: The scope of the variable 'start' can be reduced. [variableScope]
expect5.45/Dbg.c:1137:47: error: va_list 'args' used before va_start() was called. [va_list_usedBeforeStarted]
expect5.45/Dbg.c:1138:15: error: va_list 'args' used before va_start() was called. [va_list_usedBeforeStarted]
expect5.45/Dbg.c:1139:30: error: va_list 'args' used before va_start() was called. [va_list_usedBeforeStarted]
expect5.45/Dbg.c:1151:20: error: va_list 'args' used before va_start() was called. [va_list_usedBeforeStarted]
expect5.45/Dbg.c:1154:2: error: va_list 'args' used before va_start() was called. [va_list_usedBeforeStarted]
expect5.45/example/chesslib++.c:26:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
expect5.45/example/chesslib++.c:39:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
expect5.45/example/chesslib++.c:50:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
expect5.45/example/chesslib.c:22:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
expect5.45/example/chesslib.c:35:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
expect5.45/example/chesslib.c:46:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
expect5.45/example/chesslib2.c:57:6: style: Unused variable: ec [unusedVariable]
expect5.45/example/chesslib2.c:22:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
expect5.45/example/chesslib2.c:35:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
expect5.45/example/chesslib2.c:46:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
expect5.45/exp_chan.c:166:17: style: Variable 'curStatus' is assigned a value that is never used. [unreadVariable]
expect5.45/exp_clib.c:2866:2: warning: Return value of function freopen() is not used. [ignoredReturnValue]
expect5.45/exp_clib.c:2867:2: warning: Return value of function freopen() is not used. [ignoredReturnValue]
expect5.45/exp_clib.c:2868:2: warning: Return value of function freopen() is not used. [ignoredReturnValue]
expect5.45/exp_clib.c:370:15: style: The scope of the variable 'len' can be reduced. [variableScope]
expect5.45/exp_clib.c:1776:6: style: The scope of the variable 'i' can be reduced. [variableScope]
expect5.45/exp_clib.c:1776:9: style: The scope of the variable 'low' can be reduced. [variableScope]
expect5.45/exp_clib.c:2856:6: style: Unused variable: ttyfd [unusedVariable]
expect5.45/exp_clib.c:2499:3: error: Common realloc mistake: 'exp_buffer' nulled but not freed upon failure [memleakOnRealloc]
expect5.45/exp_command.c:1607:11: style: The scope of the variable 't' can be reduced. [variableScope]
expect5.45/exp_command.c:1651:9: style: The scope of the variable 'n' can be reduced. [variableScope]
expect5.45/exp_command.c:1679:9: style: The scope of the variable 'n' can be reduced. [variableScope]
expect5.45/exp_command.c:1867:11: style: The scope of the variable 'p' can be reduced. [variableScope]
expect5.45/exp_glob.c:43:9: style: The scope of the variable 'ssm' can be reduced. [variableScope]
expect5.45/exp_inter.c:421:30: error: Uninitialized variable: offsetBytes [uninitvar]
expect5.45/exp_inter.c:476:9: error: Uninitialized variable: cc [uninitvar]
expect5.45/exp_log.c:174:47: error: va_list 'args' used before va_start() was called. [va_list_usedBeforeStarted]
expect5.45/exp_log.c:175:18: error: va_list 'args' used before va_start() was called. [va_list_usedBeforeStarted]
expect5.45/exp_log.c:224:41: error: va_list 'args' used before va_start() was called. [va_list_usedBeforeStarted]
expect5.45/exp_log.c:225:32: error: va_list 'args' used before va_start() was called. [va_list_usedBeforeStarted]
expect5.45/exp_log.c:231:5: error: va_list 'args' used before va_start() was called. [va_list_usedBeforeStarted]
expect5.45/exp_log.c:309:39: error: va_list 'args' used before va_start() was called. [va_list_usedBeforeStarted]
expect5.45/exp_log.c:310:30: error: va_list 'args' used before va_start() was called. [va_list_usedBeforeStarted]
expect5.45/exp_main_sub.c:286:5: style: Variable 'commandPtr' is reassigned a value before the old one has been used. [redundantAssignment]
expect5.45/exp_main_sub.c:273:0: note: Variable 'commandPtr' is reassigned a value before the old one has been used.
expect5.45/exp_main_sub.c:286:5: note: Variable 'commandPtr' is reassigned a value before the old one has been used.
expect5.45/exp_main_sub.c:112:13: style: The scope of the variable 'did_app_exit' can be reduced. [variableScope]
expect5.45/exp_main_sub.c:920:11: style: The scope of the variable 'file' can be reduced. [variableScope]
expect5.45/exp_main_sub.c:922:10: style: The scope of the variable 'fd' can be reduced. [variableScope]
expect5.45/exp_noevent.c:134:2: style: Label 'restart' is not used. [unusedLabel]
expect5.45/exp_poll.c:460:14: style: The scope of the variable 'index' can be reduced. [variableScope]
expect5.45/exp_poll.c:460:21: style: The scope of the variable 'mask' can be reduced. [variableScope]
expect5.45/exp_poll.c:460:9: style: Unused variable: bit [unusedVariable]
expect5.45/exp_trap.c:91:6: style: The scope of the variable 'i' can be reduced. [variableScope]
expect5.45/exp_trap.c:445:11: style: The scope of the variable 'irp' can be reduced. [variableScope]
expect5.45/exp_tty.c:92:3: style: Variable 'is_raw' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
expect5.45/exp_tty.c:69:3: note: Variable 'is_raw' is reassigned a value before the old one has been used if variable is no semaphore variable.
expect5.45/exp_tty.c:92:3: note: Variable 'is_raw' is reassigned a value before the old one has been used if variable is no semaphore variable.
expect5.45/exp_tty.c:585:21: style: The scope of the variable 'arg_len' can be reduced. [variableScope]
expect5.45/exp_tty.c:751:21: style: The scope of the variable 'msg2' can be reduced. [variableScope]
expect5.45/exp_tty.c:350:7: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
expect5.45/expect.c:731:18: style: The scope of the variable 's' can be reduced. [variableScope]
expect5.45/expect.c:732:11: style: The scope of the variable 'p' can be reduced. [variableScope]
expect5.45/expect.c:766:18: style: The scope of the variable 's' can be reduced. [variableScope]
expect5.45/expect.c:767:11: style: The scope of the variable 'p' can be reduced. [variableScope]
expect5.45/expect.c:832:14: style: The scope of the variable 'buf' can be reduced. [variableScope]
expect5.45/expect.c:834:19: style: The scope of the variable 'flags' can be reduced. [variableScope]
expect5.45/expect.c:834:33: style: The scope of the variable 'globmatch' can be reduced. [variableScope]
expect5.45/expect.c:835:9: style: The scope of the variable 'result' can be reduced. [variableScope]
expect5.45/expect.c:912:6: style: The scope of the variable 'match' can be reduced. [variableScope]
expect5.45/expect.c:1596:20: style: The scope of the variable 'excess' can be reduced. [variableScope]
expect5.45/expect.c:1597:18: style: The scope of the variable 'string' can be reduced. [variableScope]
expect5.45/expect.c:2265:7: style: The scope of the variable 'name' can be reduced. [variableScope]
expect5.45/expect.c:2266:6: style: The scope of the variable 'i' can be reduced. [variableScope]
expect5.45/retoglob.c:558:5: style: Variable 'lastsz' is modified but its new value is never used. [unreadVariable]
expect5.45/expect.c:1769:12: style: Variable 'size' is assigned a value that is never used. [unreadVariable]
expect5.45/expect.c:2955:14: error: Uninitialized variable: esPtr [uninitvar]
expect5.45/pty_termios.c:638:13: style: Unused variable: slave2 [unusedVariable]
expect5.45/pty_termios.c:639:7: style: Unused variable: buf [unusedVariable]
expect5.45/pty_unicos.c:43:0: error: syntax error [syntaxError]
[19:07]

ftp://ftp.se.debian.org/debian/pool/main/e/expeyes/expeyes_4.4.4+dfsg.orig.tar.gz
expeyes-4.4.4+dfsg/ExpEYES17/Firmware/EJV2_15DEC/functions.c:1069:18: style: The scope of the variable 'dat1' can be reduced. [variableScope]
expeyes-4.4.4+dfsg/ExpEYES17/Firmware/EJV2_15DEC/functions.c:1069:24: style: The scope of the variable 'dat2' can be reduced. [variableScope]
expeyes-4.4.4+dfsg/ExpEYES17/Firmware/EJV2_15DEC/functions.c:1044:10: style: Variable 'p1' is assigned a value that is never used. [unreadVariable]
expeyes-4.4.4+dfsg/ExpEYES17/Firmware/EJV2_15DEC/functions.c:1046:10: style: Variable 'p2' is assigned a value that is never used. [unreadVariable]
expeyes-4.4.4+dfsg/ExpEYES17/Firmware/EJV2_15DEC/proto2_main.c:748:30: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress]
expeyes-4.4.4+dfsg/ExpEYES17/Firmware/EJV2_15DEC/proto2_main.c:755:30: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress]
expeyes-4.4.4+dfsg/ExpEYES17/Firmware/EJV2_15DEC/proto2_main.c:32:19: style: The scope of the variable 'main_command' can be reduced. [variableScope]
expeyes-4.4.4+dfsg/ExpEYES17/Firmware/EJV2_15DEC/proto2_main.c:32:32: style: The scope of the variable 'sub_command' can be reduced. [variableScope]
expeyes-4.4.4+dfsg/ExpEYES17/Firmware/EJV2_15DEC/proto2_main.c:32:44: style: The scope of the variable 'RESPONSE' can be reduced. [variableScope]
expeyes-4.4.4+dfsg/clib/expeyes-clib/ejlib.c:70:7: style: Variable 'br' is assigned a value that is never used. [unreadVariable]
expeyes-4.4.4+dfsg/clib/expeyes-clib/ejlib.c:71:7: style: Variable 'bal' is assigned a value that is never used. [unreadVariable]
expeyes-4.4.4+dfsg/clib/expeyes-clib/src/capdemo-hr.c:20:29: style: The scope of the variable 'fp' can be reduced. [variableScope]
expeyes-4.4.4+dfsg/clib/expeyes-clib/src/capdemo.c:52:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
expeyes-4.4.4+dfsg/clib/expeyes-clib/src/capdemo2.c:20:29: style: The scope of the variable 'fp' can be reduced. [variableScope]
expeyes-4.4.4+dfsg/clib/expeyes-clib/src/capdemo3.c:20:29: style: The scope of the variable 'fp' can be reduced. [variableScope]
expeyes-4.4.4+dfsg/clib/expeyes-clib/src/capdemo4.c:36:1: style: Variable 'ns' is reassigned a value before the old one has been used. [redundantAssignment]
expeyes-4.4.4+dfsg/clib/expeyes-clib/src/capdemo4.c:32:1: note: Variable 'ns' is reassigned a value before the old one has been used.
expeyes-4.4.4+dfsg/clib/expeyes-clib/src/capdemo4.c:36:1: note: Variable 'ns' is reassigned a value before the old one has been used.
expeyes-4.4.4+dfsg/clib/expeyes-clib/src/capdemo4.c:20:29: style: The scope of the variable 'fp' can be reduced. [variableScope]
expeyes-4.4.4+dfsg/clib/expeyes-clib/src/ejlib.c:657:10: style: Checking if unsigned variable 'ch' is less than zero. [unsignedLessThanZero]
expeyes-4.4.4+dfsg/clib/expeyes-clib/src/ejlib.c:672:10: style: Checking if unsigned variable 'ch' is less than zero. [unsignedLessThanZero]
expeyes-4.4.4+dfsg/clib/expeyes-clib/src/ejlib.c:968:14: style: Checking if unsigned variable 'action' is less than zero. [unsignedLessThanZero]
expeyes-4.4.4+dfsg/clib/expeyes-clib/src/ejlib.c:891:21: style: Function 'capture_hr' argument 1 names different: declaration 'ch1' definition 'ch'. [funcArgNamesDifferent]
expeyes-4.4.4+dfsg/clib/expeyes-clib/src/ejlib.h:162:22: note: Function 'capture_hr' argument 1 names different: declaration 'ch1' definition 'ch'.
expeyes-4.4.4+dfsg/clib/expeyes-clib/src/ejlib.c:891:21: note: Function 'capture_hr' argument 1 names different: declaration 'ch1' definition 'ch'.
expeyes-4.4.4+dfsg/clib/expeyes-clib/src/ejlib.c:50:7: style: Variable 'br' is assigned a value that is never used. [unreadVariable]
expeyes-4.4.4+dfsg/clib/expeyes-clib/src/ejlib.c:51:7: style: Variable 'bal' is assigned a value that is never used. [unreadVariable]
expeyes-4.4.4+dfsg/clib/expeyes-clib/src/ejlib.c:175:0: error: Resource leak: fp [resourceLeak]
expeyes-4.4.4+dfsg/expeyes/eyelib.c:95:8: style: The scope of the variable 'fd' can be reduced. [variableScope]
expeyes-4.4.4+dfsg/expeyes/eyelib.c:127:6: style: The scope of the variable 'c' can be reduced. [variableScope]
expeyes-4.4.4+dfsg/expeyes/eyelib.c:139:6: style: Variable 'c' is assigned a value that is never used. [unreadVariable]
expeyes-4.4.4+dfsg/expeyes/eyes.c:56:7: style: Unused variable: k [unusedVariable]
expeyes-4.4.4+dfsg/firmware/mca.c:226:18: error: Array 'dbuffer[1026]' accessed at index 1026, which is out of bounds. [arrayIndexOutOfBounds]
expeyes-4.4.4+dfsg/kuttyPy/firmware/kuttyPy.c:18:9: style: The scope of the variable 'cmd' can be reduced. [variableScope]
expeyes-4.4.4+dfsg/microhope/firmware/Bootloader.c:258:10: style: The scope of the variable 'ch' can be reduced. [variableScope]
expeyes-4.4.4+dfsg/microhope/microhope-doc/prog/adc_loop.c:8:10: style: The scope of the variable 'data' can be reduced. [variableScope]
expeyes-4.4.4+dfsg/microhope/microhope-doc/prog/copy.c:5:12: style: The scope of the variable 'val' can be reduced. [variableScope]
expeyes-4.4.4+dfsg/microhope/microhope-doc/prog/echo.c:6:9: style: The scope of the variable 'data' can be reduced. [variableScope]
expeyes-4.4.4+dfsg/microhope/microhope-doc/prog/pmdk_timer.c:57:17: warning: Either the condition 'if(ocr)' is redundant or there is division by zero at line 57. [zerodivcond]
expeyes-4.4.4+dfsg/microhope/microhope-doc/prog/pmdk_timer.c:58:11: note: Assuming that condition 'if(ocr)' is not redundant
expeyes-4.4.4+dfsg/microhope/microhope-doc/prog/pmdk_timer.c:57:17: note: Division by zero
expeyes-4.4.4+dfsg/microhope/src/microhope/mh-utils.c:16:21: style: The scope of the variable 'x' can be reduced. [variableScope]
expeyes-4.4.4+dfsg/microhope/src/microhope/mh-utils.c:23:23: style: The scope of the variable 'x' can be reduced. [variableScope]
expeyes-4.4.4+dfsg/microhope/src/microhope/adc-loop.c:9:10: style: The scope of the variable 'data' can be reduced. [variableScope]
expeyes-4.4.4+dfsg/microhope/src/microhope/adc-v3.c:24:1: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
expeyes-4.4.4+dfsg/microhope/src/microhope/adc-v3.c:23:1: note: Variable 'data' is reassigned a value before the old one has been used.
expeyes-4.4.4+dfsg/microhope/src/microhope/adc-v3.c:24:1: note: Variable 'data' is reassigned a value before the old one has been used.
expeyes-4.4.4+dfsg/microhope/src/microhope/adc-v3.c:19:7: style: Unused variable: ss [unusedVariable]
expeyes-4.4.4+dfsg/microhope/src/microhope/copy2.c:5:12: style: The scope of the variable 'val' can be reduced. [variableScope]
expeyes-4.4.4+dfsg/microhope/src/microhope/echo-v2.c:5:11: style: The scope of the variable 'data' can be reduced. [variableScope]
expeyes-4.4.4+dfsg/microhope/src/microhope/echo.c:6:9: style: The scope of the variable 'data' can be reduced. [variableScope]
expeyes-4.4.4+dfsg/microhope/src/microhope/eep-test.c:6:9: style: The scope of the variable 'x' can be reduced. [variableScope]
expeyes-4.4.4+dfsg/microhope/src/microhope/mh-timer.c:56:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
expeyes-4.4.4+dfsg/microhope/src/microhope/mh-timer.c:87:21: style: The scope of the variable 'x' can be reduced. [variableScope]
expeyes-4.4.4+dfsg/microhope/src/microhope/freq-counter.c:9:10: style: The scope of the variable 'f' can be reduced. [variableScope]
expeyes-4.4.4+dfsg/microhope/src/microhope/mh-timer.c:68:17: warning: Either the condition 'if(ocr)' is redundant or there is division by zero at line 68. [zerodivcond]
expeyes-4.4.4+dfsg/microhope/src/microhope/mh-timer.c:69:11: note: Assuming that condition 'if(ocr)' is not redundant
expeyes-4.4.4+dfsg/microhope/src/microhope/mh-timer.c:68:17: note: Division by zero
expeyes-4.4.4+dfsg/microhope/src/microhope/mh-timer.c:134:11: style: Unused variable: x [unusedVariable]
expeyes-4.4.4+dfsg/microhope/src/microhope/phoenix.c:1135:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
expeyes-4.4.4+dfsg/microhope/src/microhope/phoenix.c:1504:7: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
expeyes-4.4.4+dfsg/microhope/src/microhope/pymicro.c:17:9: style: The scope of the variable 'cmd' can be reduced. [variableScope]
expeyes-4.4.4+dfsg/microhope/src/microhope/ramp-wave.c:7:10: style: The scope of the variable 'k' can be reduced. [variableScope]
expeyes-4.4.4+dfsg/microhope/src/microhope/remote-adc.c:7:9: style: The scope of the variable 'chan' can be reduced. [variableScope]
expeyes-4.4.4+dfsg/microhope/src/microhope/soft-echo.c:6:11: style: The scope of the variable 'x' can be reduced. [variableScope]
expeyes-4.4.4+dfsg/microhope/src/microhope/temp-control.c:9:10: style: The scope of the variable 'data' can be reduced. [variableScope]
expeyes-4.4.4+dfsg/microhope/src/microhope/ultra-sound-echo.c:8:10: style: The scope of the variable 'x' can be reduced. [variableScope]
expeyes-4.4.4+dfsg/microhope/src/microhope/voltmeter.c:10:10: style: The scope of the variable 'data' can be reduced. [variableScope]
expeyes-4.4.4+dfsg/microhope/src/microhope/voltmeter.c:11:9: style: Unused variable: v [unusedVariable]
expeyes-4.4.4+dfsg/microhope/src/microhope/voltmeter.c:12:6: style: Unused variable: ss [unusedVariable]
expeyes-4.4.4+dfsg/microhope/uhope.c:187:7: style: The scope of the variable 'Fp' can be reduced. [variableScope]
expeyes-4.4.4+dfsg/microhope/uhope.c:189:8: style: The scope of the variable 'P' can be reduced. [variableScope]
expeyes-4.4.4+dfsg/microhope/uhope.c:245:7: style: The scope of the variable 'Fp' can be reduced. [variableScope]
expeyes-4.4.4+dfsg/microhope/uhope.c:400:20: style: The scope of the variable 'Pos' can be reduced. [variableScope]
expeyes-4.4.4+dfsg/microhope/uhope.c:455:20: style: The scope of the variable 'Pos' can be reduced. [variableScope]
expeyes-4.4.4+dfsg/microhope/uhope.c:563:8: style: The scope of the variable 'BufTxt' can be reduced. [variableScope]
expeyes-4.4.4+dfsg/microhope/uhope.c:314:8: style: Variable 'Status' is assigned a value that is never used. [unreadVariable]
expeyes-4.4.4+dfsg/microhope/uhope.c:335:8: style: Variable 'Status' is assigned a value that is never used. [unreadVariable]
expeyes-4.4.4+dfsg/microhope/uhope.c:898:28: style: Variable 'Str' is assigned a value that is never used. [unreadVariable]
expeyes-4.4.4+dfsg/microhope/uhope.c:697:2: warning: The buffer 'Txt' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
expeyes-4.4.4+dfsg/microhope/uhope.c:733:1: warning: The buffer 'Txt' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
[19:07]

ftp://ftp.se.debian.org/debian/pool/main/e/expeyes-doc/expeyes-doc_4.3.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/e/explorercanvas/explorercanvas_0.r3.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/exrtools/exrtools_0.4.orig.tar.gz
exrtools-0.4/src/exrblur.c:71:9: error: Memory leak: inputimg [memleak]
exrtools-0.4/src/exrblur.c:71:9: error: Memory leak: outputimg [memleak]
exrtools-0.4/src/exrchr.c:113:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
exrtools-0.4/src/exrchr.c:113:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
exrtools-0.4/src/exricamtm.c:116:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
exrtools-0.4/src/exricamtm.c:116:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
exrtools-0.4/src/exrnlm.c:83:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
exrtools-0.4/src/exrnlm.c:83:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
exrtools-0.4/src/exrnormalize.c:68:9: error: Memory leak: scanline [memleak]
exrtools-0.4/src/exrpptm.c:105:0: error: Memory leak: scanline [memleak]
exrtools-0.4/src/exrpptm.c:138:0: error: Uninitialized variable: llav [uninitvar]
exrtools-0.4/src/pnginput.c:87:14: style: Variable 'height' is assigned a value that is never used. [unreadVariable]
exrtools-0.4/src/pnginput.c:88:17: style: Variable 'bit_depth' is assigned a value that is never used. [unreadVariable]
exrtools-0.4/src/pnginput.c:91:16: style: Variable 'rowbytes' is assigned a value that is never used. [unreadVariable]
exrtools-0.4/src/ppmtoexr.c:85:5: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned short *'. [invalidScanfArgType_int]
exrtools-0.4/src/ppmtoexr.c:123:0: error: Resource leak: ppm [resourceLeak]
[19:07]

ftp://ftp.se.debian.org/debian/pool/main/e/ext3grep/ext3grep_0.10.2.orig.tar.gz
ext3grep-0.10.2/src/directories.h:64:1: style: The class 'DirectoryBlock' does not have a constructor although it has private member variables. [noConstructor]
ext3grep-0.10.2/src/inode.h:60:5: style: Class 'InodePointer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ext3grep-0.10.2/src/directories.h:90:5: style: Class 'Directory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ext3grep-0.10.2/src/backtrace.cc:26:0: error: #error : This source file shouldn't be included at all when DEBUG isn't set. [preprocessorErrorDirective]
ext3grep-0.10.2/src/blocknr_vector_type.cc:50:46: style: Function 'push_back' argument 1 names different: declaration 'blocknr' definition 'bnr'. [funcArgNamesDifferent]
ext3grep-0.10.2/src/blocknr_vector_type.h:41:27: note: Function 'push_back' argument 1 names different: declaration 'blocknr' definition 'bnr'.
ext3grep-0.10.2/src/blocknr_vector_type.cc:50:46: note: Function 'push_back' argument 1 names different: declaration 'blocknr' definition 'bnr'.
ext3grep-0.10.2/src/blocknr_vector_type.cc:78:43: style: Function 'remove' argument 1 names different: declaration 'blocknr' definition 'blknr'. [funcArgNamesDifferent]
ext3grep-0.10.2/src/blocknr_vector_type.h:42:24: note: Function 'remove' argument 1 names different: declaration 'blocknr' definition 'blknr'.
ext3grep-0.10.2/src/blocknr_vector_type.cc:78:43: note: Function 'remove' argument 1 names different: declaration 'blocknr' definition 'blknr'.
ext3grep-0.10.2/src/custom.cc:1518:22: warning: Either the condition 'group<=5598' is redundant or the array 'fib_table1[20]' is accessed at index 451, which is out of bounds. [arrayIndexOutOfBoundsCond]
ext3grep-0.10.2/src/custom.cc:1517:30: note: Assuming that condition 'group<=5598' is not redundant
ext3grep-0.10.2/src/custom.cc:1518:22: note: Array index out of bounds
ext3grep-0.10.2/src/custom.cc:1521:25: warning: Either the condition 'group<=2510' is redundant or the array 'fib_table2[29]' is accessed at index 2508, which is out of bounds. [arrayIndexOutOfBoundsCond]
ext3grep-0.10.2/src/custom.cc:1519:32: note: Assuming that condition 'group<=2510' is not redundant
ext3grep-0.10.2/src/custom.cc:1521:25: note: Array index out of bounds
ext3grep-0.10.2/src/custom.cc:1250:14: style: The scope of the variable 'last_file_block_nr' can be reduced. [variableScope]
ext3grep-0.10.2/src/custom.cc:1242:9: style: struct member 'data_st::sequence_number' is never used. [unusedStructMember]
ext3grep-0.10.2/src/custom.cc:1308:5: warning: Member variable 'Range::last_blocknr' is not initialized in the constructor. [uninitMemberVar]
ext3grep-0.10.2/src/custom.cc:1308:5: warning: Member variable 'Range::current_begin' is not initialized in the constructor. [uninitMemberVar]
ext3grep-0.10.2/src/custom.cc:1281:3: style: Struct 'block_color' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ext3grep-0.10.2/src/dir_inode_to_block.cc:396:5: performance: Possible inefficient checking for 'dirs' emptiness. [stlSize]
ext3grep-0.10.2/src/directories.cc:304:80: style: Function 'read_block' argument 2 names different: declaration 'iter' definition 'list_iter'. [funcArgNamesDifferent]
ext3grep-0.10.2/src/directories.h:69:68: note: Function 'read_block' argument 2 names different: declaration 'iter' definition 'list_iter'.
ext3grep-0.10.2/src/directories.cc:304:80: note: Function 'read_block' argument 2 names different: declaration 'iter' definition 'list_iter'.
ext3grep-0.10.2/src/directories.cc:60:3: warning: Member variable 'iterate_data_st::action' is not initialized in the constructor. [uninitMemberVar]
ext3grep-0.10.2/src/directories.cc:60:3: warning: Member variable 'iterate_data_st::parent' is not initialized in the constructor. [uninitMemberVar]
ext3grep-0.10.2/src/directories.cc:60:3: warning: Member variable 'iterate_data_st::data' is not initialized in the constructor. [uninitMemberVar]
ext3grep-0.10.2/src/init_files.cc:48:3: style: Struct 'JournalData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ext3grep-0.10.2/src/is_blockdetection.cc:290:24: style: Function 'is_inode_block' argument 1 names different: declaration 'blocknr' definition 'block'. [funcArgNamesDifferent]
ext3grep-0.10.2/src/forward_declarations.h:55:24: note: Function 'is_inode_block' argument 1 names different: declaration 'blocknr' definition 'block'.
ext3grep-0.10.2/src/is_blockdetection.cc:290:24: note: Function 'is_inode_block' argument 1 names different: declaration 'blocknr' definition 'block'.
ext3grep-0.10.2/src/journal.cc:100:13: style: Variable 'flags' is assigned a value that is never used. [unreadVariable]
ext3grep-0.10.2/src/journal.cc:149:1: style: The class 'Transaction' does not have a constructor although it has private member variables. [noConstructor]
ext3grep-0.10.2/src/journal.cc:77:32: style: The function 'descriptor_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ext3grep-0.10.2/src/journal.h:48:32: note: Virtual function in base class
ext3grep-0.10.2/src/journal.cc:77:32: note: Function in derived class
ext3grep-0.10.2/src/journal.cc:78:18: style: The function 'print_blocks' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ext3grep-0.10.2/src/journal.h:49:18: note: Virtual function in base class
ext3grep-0.10.2/src/journal.cc:78:18: note: Function in derived class
ext3grep-0.10.2/src/journal.cc:79:18: style: The function 'add_block_descriptors' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ext3grep-0.10.2/src/journal.h:50:18: note: Virtual function in base class
ext3grep-0.10.2/src/journal.cc:79:18: note: Function in derived class
ext3grep-0.10.2/src/journal.cc:111:32: style: The function 'descriptor_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ext3grep-0.10.2/src/journal.h:48:32: note: Virtual function in base class
ext3grep-0.10.2/src/journal.cc:111:32: note: Function in derived class
ext3grep-0.10.2/src/journal.cc:112:18: style: The function 'print_blocks' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ext3grep-0.10.2/src/journal.h:49:18: note: Virtual function in base class
ext3grep-0.10.2/src/journal.cc:112:18: note: Function in derived class
ext3grep-0.10.2/src/journal.cc:113:18: style: The function 'add_block_descriptors' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ext3grep-0.10.2/src/journal.h:50:18: note: Virtual function in base class
ext3grep-0.10.2/src/journal.cc:113:18: note: Function in derived class
ext3grep-0.10.2/src/journal.cc:144:32: style: The function 'descriptor_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ext3grep-0.10.2/src/journal.h:48:32: note: Virtual function in base class
ext3grep-0.10.2/src/journal.cc:144:32: note: Function in derived class
ext3grep-0.10.2/src/journal.cc:145:18: style: The function 'print_blocks' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ext3grep-0.10.2/src/journal.h:49:18: note: Virtual function in base class
ext3grep-0.10.2/src/journal.cc:145:18: note: Function in derived class
ext3grep-0.10.2/src/journal.cc:146:18: style: The function 'add_block_descriptors' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ext3grep-0.10.2/src/journal.h:50:18: note: Virtual function in base class
ext3grep-0.10.2/src/journal.cc:146:18: note: Function in derived class
ext3grep-0.10.2/src/locate.cc:76:55: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
ext3grep-0.10.2/src/ostream_operators.cc:44:5: style: Struct 'FileSystemState' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ext3grep-0.10.2/src/FileMode.h:37:5: style: Class 'FileMode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
[19:07]

ftp://ftp.se.debian.org/debian/pool/main/e/ext4magic/ext4magic_0.3.2.orig.tar.gz
ext4magic-0.3.2/src/block.c:90:33: style: The scope of the variable 'i' can be reduced. [variableScope]
ext4magic-0.3.2/src/block.c:196:27: style: The scope of the variable 'idx' can be reduced. [variableScope]
ext4magic-0.3.2/src/block.c:197:10: style: The scope of the variable 'i' can be reduced. [variableScope]
ext4magic-0.3.2/src/dir_list.c:102:6: style: Expression is always false because 'else if' condition matches previous condition at line 93. [multiCondition]
ext4magic-0.3.2/src/ext4magic.c:1094:5: style: Variable 'dir' is reassigned a value before the old one has been used. [redundantAssignment]
ext4magic-0.3.2/src/ext4magic.c:1092:0: note: Variable 'dir' is reassigned a value before the old one has been used.
ext4magic-0.3.2/src/ext4magic.c:1094:5: note: Variable 'dir' is reassigned a value before the old one has been used.
ext4magic-0.3.2/src/ext4magic.c:921:6: style: The scope of the variable 'allocated' can be reduced. [variableScope]
ext4magic-0.3.2/src/ext4magic.c:1073:22: style: The scope of the variable 'r_inode' can be reduced. [variableScope]
ext4magic-0.3.2/src/extent_db.c:164:14: warning: Either the condition 'if(db)' is redundant or there is possible null pointer dereference: db. [nullPointerRedundantCheck]
ext4magic-0.3.2/src/extent_db.c:165:4: note: Assuming that condition 'if(db)' is not redundant
ext4magic-0.3.2/src/extent_db.c:164:14: note: Null pointer dereference
ext4magic-0.3.2/src/extent_db.c:45:2: style: Variable 'this' is reassigned a value before the old one has been used. [redundantAssignment]
ext4magic-0.3.2/src/extent_db.c:44:0: note: Variable 'this' is reassigned a value before the old one has been used.
ext4magic-0.3.2/src/extent_db.c:45:2: note: Variable 'this' is reassigned a value before the old one has been used.
ext4magic-0.3.2/src/extent_db.c:60:2: style: Variable 'db' is reassigned a value before the old one has been used. [redundantAssignment]
ext4magic-0.3.2/src/extent_db.c:58:0: note: Variable 'db' is reassigned a value before the old one has been used.
ext4magic-0.3.2/src/extent_db.c:60:2: note: Variable 'db' is reassigned a value before the old one has been used.
ext4magic-0.3.2/src/extent_db.c:174:27: style: The scope of the variable 'idx' can be reduced. [variableScope]
ext4magic-0.3.2/src/extent_db.c:175:24: style: The scope of the variable 'extent' can be reduced. [variableScope]
ext4magic-0.3.2/src/extent_db.c:177:9: style: The scope of the variable 'entry' can be reduced. [variableScope]
ext4magic-0.3.2/src/extent_db.c:177:15: style: The scope of the variable 'i' can be reduced. [variableScope]
ext4magic-0.3.2/src/extent_db.c:186:3: error: Memory leak: buf_tmp [memleak]
ext4magic-0.3.2/src/file_type.c:2121:79: warning: Logical conjunction always evaluates to false: EXPR == 66 && EXPR == 82. [incorrectLogicOperator]
ext4magic-0.3.2/src/file_type.c:3702:18: style: Condition '*size<5' is always true [knownConditionTrueFalse]
ext4magic-0.3.2/src/file_type.c:7311:9: style: Condition 'ret' is always true [knownConditionTrueFalse]
ext4magic-0.3.2/src/file_type.c:7291:14: note: Assuming that condition 'ret==1' is not redundant
ext4magic-0.3.2/src/file_type.c:7311:9: note: Condition 'ret' is always true
ext4magic-0.3.2/src/file_type.c:715:14: warning: Possible null pointer dereference: offset [nullPointer]
ext4magic-0.3.2/src/file_type.c:854:26: note: Calling function 'follow_zlib', 3rd argument 'offset' value is 0
ext4magic-0.3.2/src/file_type.c:715:14: note: Null pointer dereference
ext4magic-0.3.2/src/file_type.c:759:3: warning: Possible null pointer dereference: offset [nullPointer]
ext4magic-0.3.2/src/file_type.c:854:26: note: Calling function 'follow_zlib', 3rd argument 'offset' value is 0
ext4magic-0.3.2/src/file_type.c:759:3: note: Null pointer dereference
ext4magic-0.3.2/src/file_type.c:788:14: warning: Possible null pointer dereference: offset [nullPointer]
ext4magic-0.3.2/src/file_type.c:929:34: note: Calling function 'follow_bz2lib', 3rd argument 'offset' value is 0
ext4magic-0.3.2/src/file_type.c:788:14: note: Null pointer dereference
ext4magic-0.3.2/src/file_type.c:811:3: warning: Possible null pointer dereference: offset [nullPointer]
ext4magic-0.3.2/src/file_type.c:929:34: note: Calling function 'follow_bz2lib', 3rd argument 'offset' value is 0
ext4magic-0.3.2/src/file_type.c:811:3: note: Null pointer dereference
ext4magic-0.3.2/src/file_type.c:717:29: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ext4magic-0.3.2/src/file_type.c:854:19: note: Calling function 'follow_zlib', 1st argument 'buf' value is 0
ext4magic-0.3.2/src/file_type.c:717:29: note: Null pointer addition
ext4magic-0.3.2/src/file_type.c:790:36: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ext4magic-0.3.2/src/file_type.c:929:25: note: Calling function 'follow_bz2lib', 1st argument 'buf' value is 0
ext4magic-0.3.2/src/file_type.c:790:36: note: Null pointer addition
ext4magic-0.3.2/src/file_type.c:654:2: style: Variable 'private' is reassigned a value before the old one has been used. [redundantAssignment]
ext4magic-0.3.2/src/file_type.c:652:0: note: Variable 'private' is reassigned a value before the old one has been used.
ext4magic-0.3.2/src/file_type.c:654:2: note: Variable 'private' is reassigned a value before the old one has been used.
ext4magic-0.3.2/src/file_type.c:670:2: style: Variable 'private' is reassigned a value before the old one has been used. [redundantAssignment]
ext4magic-0.3.2/src/file_type.c:668:0: note: Variable 'private' is reassigned a value before the old one has been used.
ext4magic-0.3.2/src/file_type.c:670:2: note: Variable 'private' is reassigned a value before the old one has been used.
ext4magic-0.3.2/src/file_type.c:1603:15: style: Same expression on both sides of '||'. [duplicateExpression]
ext4magic-0.3.2/src/file_type.c:2096:45: style: Same expression on both sides of '||'. [duplicateExpression]
ext4magic-0.3.2/src/file_type.c:7070:52: style: Same expression on both sides of '||'. [duplicateExpression]
ext4magic-0.3.2/src/file_type.c:1886:8: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ext4magic-0.3.2/src/file_type.c:467:7: style: The scope of the variable 'c' can be reduced. [variableScope]
ext4magic-0.3.2/src/file_type.c:468:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
ext4magic-0.3.2/src/file_type.c:469:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ext4magic-0.3.2/src/file_type.c:469:8: style: The scope of the variable 'j' can be reduced. [variableScope]
ext4magic-0.3.2/src/file_type.c:824:8: style: The scope of the variable 'z_flags' can be reduced. [variableScope]
ext4magic-0.3.2/src/file_type.c:824:17: style: The scope of the variable 'b_count' can be reduced. [variableScope]
ext4magic-0.3.2/src/file_type.c:957:8: style: The scope of the variable 'j' can be reduced. [variableScope]
ext4magic-0.3.2/src/file_type.c:957:10: style: The scope of the variable 'i' can be reduced. [variableScope]
ext4magic-0.3.2/src/file_type.c:1062:8: style: The scope of the variable 'i' can be reduced. [variableScope]
ext4magic-0.3.2/src/file_type.c:1062:11: style: The scope of the variable 'z_flags' can be reduced. [variableScope]
ext4magic-0.3.2/src/file_type.c:1192:10: style: The scope of the variable 'p' can be reduced. [variableScope]
ext4magic-0.3.2/src/file_type.c:1255:10: style: The scope of the variable 'p_32' can be reduced. [variableScope]
ext4magic-0.3.2/src/file_type.c:1256:10: style: The scope of the variable 'p_16' can be reduced. [variableScope]
ext4magic-0.3.2/src/file_type.c:1257:7: style: The scope of the variable 'ssize' can be reduced. [variableScope]
ext4magic-0.3.2/src/file_type.c:1259:8: style: The scope of the variable 'cd_str' can be reduced. [variableScope]
ext4magic-0.3.2/src/file_type.c:1544:28: style: The scope of the variable 'old_cpio' can be reduced. [variableScope]
ext4magic-0.3.2/src/file_type.c:1623:7: style: The scope of the variable 'i' can be reduced. [variableScope]
ext4magic-0.3.2/src/file_type.c:1623:9: style: The scope of the variable 'j' can be reduced. [variableScope]
ext4magic-0.3.2/src/file_type.c:1627:7: style: The scope of the variable 'token' can be reduced. [variableScope]
ext4magic-0.3.2/src/file_type.c:1793:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ext4magic-0.3.2/src/file_type.c:1793:8: style: The scope of the variable 'j' can be reduced. [variableScope]
ext4magic-0.3.2/src/file_type.c:2000:7: style: The scope of the variable 'i' can be reduced. [variableScope]
ext4magic-0.3.2/src/file_type.c:2000:9: style: The scope of the variable 'j' can be reduced. [variableScope]
ext4magic-0.3.2/src/file_type.c:2155:7: style: The scope of the variable 'i' can be reduced. [variableScope]
ext4magic-0.3.2/src/file_type.c:2183:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ext4magic-0.3.2/src/file_type.c:2183:8: style: The scope of the variable 'j' can be reduced. [variableScope]
ext4magic-0.3.2/src/file_type.c:2183:10: style: The scope of the variable 'slot' can be reduced. [variableScope]
ext4magic-0.3.2/src/file_type.c:2726:7: style: The scope of the variable 'i' can be reduced. [variableScope]
ext4magic-0.3.2/src/file_type.c:2730:7: style: The scope of the variable 'size' can be reduced. [variableScope]
ext4magic-0.3.2/src/file_type.c:3750:8: style: The scope of the variable 'i' can be reduced. [variableScope]
ext4magic-0.3.2/src/file_type.c:3752:9: style: The scope of the variable 'token' can be reduced. [variableScope]
ext4magic-0.3.2/src/file_type.c:3753:7: style: The scope of the variable 'type' can be reduced. [variableScope]
ext4magic-0.3.2/src/file_type.c:3787:8: style: The scope of the variable 'i' can be reduced. [variableScope]
ext4magic-0.3.2/src/file_type.c:3789:9: style: The scope of the variable 'token' can be reduced. [variableScope]
ext4magic-0.3.2/src/file_type.c:3790:7: style: The scope of the variable 'type' can be reduced. [variableScope]
ext4magic-0.3.2/src/file_type.c:4250:9: style: The scope of the variable 'i' can be reduced. [variableScope]
ext4magic-0.3.2/src/file_type.c:4263:12: style: The scope of the variable 'p1' can be reduced. [variableScope]
ext4magic-0.3.2/src/file_type.c:4329:4: style: The scope of the variable 'ico_dir' can be reduced. [variableScope]
ext4magic-0.3.2/src/file_type.c:4394:11: style: The scope of the variable 'x' can be reduced. [variableScope]
ext4magic-0.3.2/src/file_type.c:4394:13: style: The scope of the variable 'y' can be reduced. [variableScope]
ext4magic-0.3.2/src/file_type.c:4395:9: style: The scope of the variable 'p' can be reduced. [variableScope]
ext4magic-0.3.2/src/file_type.c:4689:17: style: The scope of the variable 'p_offset' can be reduced. [variableScope]
ext4magic-0.3.2/src/file_type.c:4884:8: style: The scope of the variable 'size' can be reduced. [variableScope]
ext4magic-0.3.2/src/file_type.c:5482:7: style: The scope of the variable 'x' can be reduced. [variableScope]
ext4magic-0.3.2/src/file_type.c:5482:9: style: The scope of the variable 'y' can be reduced. [variableScope]
ext4magic-0.3.2/src/file_type.c:5482:11: style: The scope of the variable 'd' can be reduced. [variableScope]
ext4magic-0.3.2/src/file_type.c:5482:13: style: The scope of the variable 's' can be reduced. [variableScope]
ext4magic-0.3.2/src/file_type.c:5483:12: style: The scope of the variable 'txt' can be reduced. [variableScope]
ext4magic-0.3.2/src/file_type.c:6156:7: style: The scope of the variable 'cdf_ext' can be reduced. [variableScope]
ext4magic-0.3.2/src/file_type.c:6269:7: style: The scope of the variable 'blkcount' can be reduced. [variableScope]
ext4magic-0.3.2/src/file_type.c:6411:11: style: The scope of the variable 'ms_pt' can be reduced. [variableScope]
ext4magic-0.3.2/src/file_type.c:7284:9: style: The scope of the variable 'i' can be reduced. [variableScope]
ext4magic-0.3.2/src/file_type.c:7286:18: style: The scope of the variable 'ogg_h' can be reduced. [variableScope]
ext4magic-0.3.2/src/file_type.c:7287:10: style: The scope of the variable 't_pointer' can be reduced. [variableScope]
ext4magic-0.3.2/src/file_type.c:6345:11: style: struct member 'Anonymous1::passwordSalt' is never used. [unusedStructMember]
ext4magic-0.3.2/src/file_type.c:2121:62: style: Expression '(X & 0x20) == 0x42' is always false. [comparisonError]
ext4magic-0.3.2/src/file_type.c:2121:93: style: Expression '(X & 0x20) == 0x52' is always false. [comparisonError]
ext4magic-0.3.2/src/file_type.c:6783:7: warning: Comparison of identical string variables. [stringCompare]
ext4magic-0.3.2/src/hard_link_stack.c:144:6: style: The scope of the variable 'd_count' can be reduced. [variableScope]
ext4magic-0.3.2/src/imap_search.c:86:2: style: Variable 'help_data' is reassigned a value before the old one has been used. [redundantAssignment]
ext4magic-0.3.2/src/imap_search.c:78:0: note: Variable 'help_data' is reassigned a value before the old one has been used.
ext4magic-0.3.2/src/imap_search.c:86:2: note: Variable 'help_data' is reassigned a value before the old one has been used.
ext4magic-0.3.2/src/imap_search.c:168:1: style: Variable 'pathname' is reassigned a value before the old one has been used. [redundantAssignment]
ext4magic-0.3.2/src/imap_search.c:157:0: note: Variable 'pathname' is reassigned a value before the old one has been used.
ext4magic-0.3.2/src/imap_search.c:168:1: note: Variable 'pathname' is reassigned a value before the old one has been used.
ext4magic-0.3.2/src/imap_search.c:173:1: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
ext4magic-0.3.2/src/imap_search.c:159:0: note: Variable 'buf' is reassigned a value before the old one has been used.
ext4magic-0.3.2/src/imap_search.c:173:1: note: Variable 'buf' is reassigned a value before the old one has been used.
ext4magic-0.3.2/src/imap_search.c:331:1: style: Variable 'recovername' is reassigned a value before the old one has been used. [redundantAssignment]
ext4magic-0.3.2/src/imap_search.c:326:0: note: Variable 'recovername' is reassigned a value before the old one has been used.
ext4magic-0.3.2/src/imap_search.c:331:1: note: Variable 'recovername' is reassigned a value before the old one has been used.
ext4magic-0.3.2/src/imap_search.c:332:1: style: Variable 'dirname' is reassigned a value before the old one has been used. [redundantAssignment]
ext4magic-0.3.2/src/imap_search.c:327:0: note: Variable 'dirname' is reassigned a value before the old one has been used.
ext4magic-0.3.2/src/imap_search.c:332:1: note: Variable 'dirname' is reassigned a value before the old one has been used.
ext4magic-0.3.2/src/imap_search.c:380:1: style: Variable 'pathname' is reassigned a value before the old one has been used. [redundantAssignment]
ext4magic-0.3.2/src/imap_search.c:371:0: note: Variable 'pathname' is reassigned a value before the old one has been used.
ext4magic-0.3.2/src/imap_search.c:380:1: note: Variable 'pathname' is reassigned a value before the old one has been used.
ext4magic-0.3.2/src/imap_search.c:387:1: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
ext4magic-0.3.2/src/imap_search.c:373:0: note: Variable 'buf' is reassigned a value before the old one has been used.
ext4magic-0.3.2/src/imap_search.c:387:1: note: Variable 'buf' is reassigned a value before the old one has been used.
ext4magic-0.3.2/src/imap_search.c:79:9: style: The scope of the variable 'str_len' can be reduced. [variableScope]
ext4magic-0.3.2/src/imap_search.c:82:9: style: The scope of the variable 'def_len' can be reduced. [variableScope]
ext4magic-0.3.2/src/imap_search.c:83:10: style: The scope of the variable 'name_str' can be reduced. [variableScope]
ext4magic-0.3.2/src/imap_search.c:129:7: style: The scope of the variable 'retval' can be reduced. [variableScope]
ext4magic-0.3.2/src/imap_search.c:329:5: style: The scope of the variable 'retval' can be reduced. [variableScope]
ext4magic-0.3.2/src/imap_search.c:137:12: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
ext4magic-0.3.2/src/inode.c:223:37: style: The scope of the variable 'entry' can be reduced. [variableScope]
ext4magic-0.3.2/src/inode.c:225:15: style: The scope of the variable 'start' can be reduced. [variableScope]
ext4magic-0.3.2/src/inode.c:225:23: style: The scope of the variable 'end' can be reduced. [variableScope]
ext4magic-0.3.2/src/inode.c:521:28: style: The scope of the variable 'inode_buf' can be reduced. [variableScope]
ext4magic-0.3.2/src/inode.c:871:10: style: The scope of the variable 'item' can be reduced. [variableScope]
ext4magic-0.3.2/src/inode.c:896:10: style: The scope of the variable 'item' can be reduced. [variableScope]
ext4magic-0.3.2/src/inode.c:918:30: style: The scope of the variable 'p_extent_header' can be reduced. [variableScope]
ext4magic-0.3.2/src/inode.c:945:27: style: The scope of the variable 'idx' can be reduced. [variableScope]
ext4magic-0.3.2/src/inode.c:947:24: style: The scope of the variable 'extent' can be reduced. [variableScope]
ext4magic-0.3.2/src/inode.c:948:24: style: The scope of the variable 'extent_new' can be reduced. [variableScope]
ext4magic-0.3.2/src/inode.c:1020:9: style: The scope of the variable 'i' can be reduced. [variableScope]
ext4magic-0.3.2/src/inode.c:1022:24: style: The scope of the variable 'extent' can be reduced. [variableScope]
ext4magic-0.3.2/src/inode.c:1023:29: style: The scope of the variable 'header' can be reduced. [variableScope]
ext4magic-0.3.2/src/inode.c:1062:10: style: The scope of the variable 'i' can be reduced. [variableScope]
ext4magic-0.3.2/src/inode.c:1064:10: style: The scope of the variable 'ret' can be reduced. [variableScope]
ext4magic-0.3.2/src/inode.c:182:75: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ext4magic-0.3.2/src/inode.c:194:75: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ext4magic-0.3.2/src/inode.c:203:75: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ext4magic-0.3.2/src/journal.c:378:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ext4magic-0.3.2/src/journal.c:859:3: portability: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
ext4magic-0.3.2/src/journal.c:328:2: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
ext4magic-0.3.2/src/journal.c:323:0: note: Variable 'buf' is reassigned a value before the old one has been used.
ext4magic-0.3.2/src/journal.c:328:2: note: Variable 'buf' is reassigned a value before the old one has been used.
ext4magic-0.3.2/src/journal.c:80:7: style: The scope of the variable 'i' can be reduced. [variableScope]
ext4magic-0.3.2/src/journal.c:83:11: style: The scope of the variable 'uu' can be reduced. [variableScope]
ext4magic-0.3.2/src/journal.c:406:22: style: The scope of the variable 'inode' can be reduced. [variableScope]
ext4magic-0.3.2/src/journal.c:443:26: style: The scope of the variable 'gdp' can be reduced. [variableScope]
ext4magic-0.3.2/src/journal.c:696:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ext4magic-0.3.2/src/journal.c:722:10: style: The scope of the variable 'tagp' can be reduced. [variableScope]
ext4magic-0.3.2/src/journal.c:723:23: style: The scope of the variable 'tag' can be reduced. [variableScope]
ext4magic-0.3.2/src/journal.c:939:26: style: The scope of the variable 'fill_pointer' can be reduced. [variableScope]
ext4magic-0.3.2/src/journal.c:1130:8: style: The scope of the variable 'retval' can be reduced. [variableScope]
ext4magic-0.3.2/src/journal.c:862:25: portability: 'pt_buff' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ext4magic-0.3.2/src/lookup_local.c:643:8: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ext4magic-0.3.2/src/lookup_local.c:543:5: style: Variable 'flags' is reassigned a value before the old one has been used. [redundantAssignment]
ext4magic-0.3.2/src/lookup_local.c:542:5: note: Variable 'flags' is reassigned a value before the old one has been used.
ext4magic-0.3.2/src/lookup_local.c:543:5: note: Variable 'flags' is reassigned a value before the old one has been used.
ext4magic-0.3.2/src/lookup_local.c:173:32: style: The scope of the variable 'dirent' can be reduced. [variableScope]
ext4magic-0.3.2/src/lookup_local.c:407:33: style: The scope of the variable 'name' can be reduced. [variableScope]
ext4magic-0.3.2/src/lookup_local.c:565:22: style: The scope of the variable 'lp' can be reduced. [variableScope]
ext4magic-0.3.2/src/lookup_local.c:569:9: style: The scope of the variable 'c' can be reduced. [variableScope]
ext4magic-0.3.2/src/lookup_local.c:570:6: style: The scope of the variable 'allocated' can be reduced. [variableScope]
ext4magic-0.3.2/src/lookup_local.c:571:6: style: The scope of the variable 'recursion' can be reduced. [variableScope]
ext4magic-0.3.2/src/lookup_local.c:123:24: style: Variable 'col' is assigned a value that is never used. [unreadVariable]
ext4magic-0.3.2/src/magic_block_scan.c:564:21: style: Redundant condition: If 'count > 60', the comparison 'count' is always true. [redundantCondition]
ext4magic-0.3.2/src/magic_block_scan.c:1048:13: warning: Either the condition '!v_buf' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
ext4magic-0.3.2/src/magic_block_scan.c:1051:6: note: Assuming that condition '!v_buf' is not redundant
ext4magic-0.3.2/src/magic_block_scan.c:1048:13: note: Null pointer addition
ext4magic-0.3.2/src/magic_block_scan.c:1376:13: warning: Either the condition '!v_buf' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
ext4magic-0.3.2/src/magic_block_scan.c:1379:6: note: Assuming that condition '!v_buf' is not redundant
ext4magic-0.3.2/src/magic_block_scan.c:1376:13: note: Null pointer addition
ext4magic-0.3.2/src/magic_block_scan.c:319:2: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
ext4magic-0.3.2/src/magic_block_scan.c:316:0: note: Variable 'buf' is reassigned a value before the old one has been used.
ext4magic-0.3.2/src/magic_block_scan.c:319:2: note: Variable 'buf' is reassigned a value before the old one has been used.
ext4magic-0.3.2/src/magic_block_scan.c:341:2: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
ext4magic-0.3.2/src/magic_block_scan.c:338:0: note: Variable 'buf' is reassigned a value before the old one has been used.
ext4magic-0.3.2/src/magic_block_scan.c:341:2: note: Variable 'buf' is reassigned a value before the old one has been used.
ext4magic-0.3.2/src/magic_block_scan.c:1067:2: style: Variable 'count' is reassigned a value before the old one has been used. [redundantAssignment]
ext4magic-0.3.2/src/magic_block_scan.c:1065:2: note: Variable 'count' is reassigned a value before the old one has been used.
ext4magic-0.3.2/src/magic_block_scan.c:1067:2: note: Variable 'count' is reassigned a value before the old one has been used.
ext4magic-0.3.2/src/magic_block_scan.c:1114:2: style: Variable 'count' is reassigned a value before the old one has been used. [redundantAssignment]
ext4magic-0.3.2/src/magic_block_scan.c:1110:2: note: Variable 'count' is reassigned a value before the old one has been used.
ext4magic-0.3.2/src/magic_block_scan.c:1114:2: note: Variable 'count' is reassigned a value before the old one has been used.
ext4magic-0.3.2/src/magic_block_scan.c:1397:2: style: Variable 'count' is reassigned a value before the old one has been used. [redundantAssignment]
ext4magic-0.3.2/src/magic_block_scan.c:1394:2: note: Variable 'count' is reassigned a value before the old one has been used.
ext4magic-0.3.2/src/magic_block_scan.c:1397:2: note: Variable 'count' is reassigned a value before the old one has been used.
ext4magic-0.3.2/src/magic_block_scan.c:1519:2: style: Variable 'count' is reassigned a value before the old one has been used. [redundantAssignment]
ext4magic-0.3.2/src/magic_block_scan.c:1516:2: note: Variable 'count' is reassigned a value before the old one has been used.
ext4magic-0.3.2/src/magic_block_scan.c:1519:2: note: Variable 'count' is reassigned a value before the old one has been used.
ext4magic-0.3.2/src/magic_block_scan.c:107:9: style: The scope of the variable 'str_len' can be reduced. [variableScope]
ext4magic-0.3.2/src/magic_block_scan.c:110:9: style: The scope of the variable 'def_len' can be reduced. [variableScope]
ext4magic-0.3.2/src/magic_block_scan.c:111:10: style: The scope of the variable 'name_str' can be reduced. [variableScope]
ext4magic-0.3.2/src/magic_block_scan.c:200:23: style: The scope of the variable 'i_size' can be reduced. [variableScope]
ext4magic-0.3.2/src/magic_block_scan.c:202:8: style: The scope of the variable 'i' can be reduced. [variableScope]
ext4magic-0.3.2/src/magic_block_scan.c:202:10: style: The scope of the variable 'ref' can be reduced. [variableScope]
ext4magic-0.3.2/src/magic_block_scan.c:254:18: style: The scope of the variable 'pb_block' can be reduced. [variableScope]
ext4magic-0.3.2/src/magic_block_scan.c:314:11: style: The scope of the variable 'p_blk' can be reduced. [variableScope]
ext4magic-0.3.2/src/magic_block_scan.c:336:11: style: The scope of the variable 'p_blk' can be reduced. [variableScope]
ext4magic-0.3.2/src/magic_block_scan.c:1247:27: style: The scope of the variable 'idx' can be reduced. [variableScope]
ext4magic-0.3.2/src/magic_block_scan.c:1248:24: style: The scope of the variable 'extent' can be reduced. [variableScope]
ext4magic-0.3.2/src/magic_block_scan.c:1249:9: style: The scope of the variable 'entry' can be reduced. [variableScope]
ext4magic-0.3.2/src/magic_block_scan.c:1249:15: style: The scope of the variable 'i' can be reduced. [variableScope]
ext4magic-0.3.2/src/magic_block_scan.c:402:62: portability: '(void*)dir_entry' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ext4magic-0.3.2/src/magic_block_scan.c:159:3: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
ext4magic-0.3.2/src/recover.c:613:8: style: The scope of the variable 'p1' can be reduced. [variableScope]
ext4magic-0.3.2/src/recover.c:614:7: style: The scope of the variable 'err_string' can be reduced. [variableScope]
ext4magic-0.3.2/src/recover.c:615:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
ext4magic-0.3.2/src/recover.c:615:14: style: The scope of the variable 'rec_error' can be reduced. [variableScope]
ext4magic-0.3.2/src/ring_buf.c:90:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
ext4magic-0.3.2/src/ring_buf.c:33:2: style: Variable 'this' is reassigned a value before the old one has been used. [redundantAssignment]
ext4magic-0.3.2/src/ring_buf.c:31:0: note: Variable 'this' is reassigned a value before the old one has been used.
ext4magic-0.3.2/src/ring_buf.c:33:2: note: Variable 'this' is reassigned a value before the old one has been used.
ext4magic-0.3.2/src/util.c:291:1: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
ext4magic-0.3.2/src/util.c:275:0: note: Variable 'buf' is reassigned a value before the old one has been used.
ext4magic-0.3.2/src/util.c:291:1: note: Variable 'buf' is reassigned a value before the old one has been used.
ext4magic-0.3.2/src/util.c:554:2: style: Variable 'priv_buf' is reassigned a value before the old one has been used. [redundantAssignment]
ext4magic-0.3.2/src/util.c:549:0: note: Variable 'priv_buf' is reassigned a value before the old one has been used.
ext4magic-0.3.2/src/util.c:554:2: note: Variable 'priv_buf' is reassigned a value before the old one has been used.
ext4magic-0.3.2/src/util.c:593:2: style: Variable 'priv_buf' is reassigned a value before the old one has been used. [redundantAssignment]
ext4magic-0.3.2/src/util.c:589:0: note: Variable 'priv_buf' is reassigned a value before the old one has been used.
ext4magic-0.3.2/src/util.c:593:2: note: Variable 'priv_buf' is reassigned a value before the old one has been used.
ext4magic-0.3.2/src/util.c:633:2: style: Variable 'priv_buf' is reassigned a value before the old one has been used. [redundantAssignment]
ext4magic-0.3.2/src/util.c:629:0: note: Variable 'priv_buf' is reassigned a value before the old one has been used.
ext4magic-0.3.2/src/util.c:633:2: note: Variable 'priv_buf' is reassigned a value before the old one has been used.
ext4magic-0.3.2/src/util.c:109:16: style: The scope of the variable 'zero_flag' can be reduced. [variableScope]
ext4magic-0.3.2/src/util.c:213:7: style: The scope of the variable 'j' can be reduced. [variableScope]
ext4magic-0.3.2/src/util.c:213:10: style: The scope of the variable 'cm' can be reduced. [variableScope]
ext4magic-0.3.2/src/util.c:217:15: style: The scope of the variable 'pointer' can be reduced. [variableScope]
ext4magic-0.3.2/src/util.c:453:26: style: The scope of the variable 'tz' can be reduced. [variableScope]
ext4magic-0.3.2/src/util.c:463:16: style: Obsolete function 'asctime' called. It is recommended to use 'strftime' instead. [asctimeCalled]
[19:08]

ftp://ftp.se.debian.org/debian/pool/main/e/extace/extace_1.9.9.orig.tar.gz
extace-1.9.9/src/2d_eq.c:107:4: style: Variable 'fragcount' is modified but its new value is never used. [unreadVariable]
extace-1.9.9/src/buttons.c:522:5: style: Variable 'pm' is reassigned a value before the old one has been used. [redundantAssignment]
extace-1.9.9/src/buttons.c:518:0: note: Variable 'pm' is reassigned a value before the old one has been used.
extace-1.9.9/src/buttons.c:522:5: note: Variable 'pm' is reassigned a value before the old one has been used.
extace-1.9.9/src/color_win.c:562:5: style: Condition '!grad_win' is always true [knownConditionTrueFalse]
extace-1.9.9/src/color_win.c:555:25: note: Assignment 'grad_win=NULL', assigned value is 0
extace-1.9.9/src/color_win.c:562:5: note: Condition '!grad_win' is always true
extace-1.9.9/src/color_win.c:155:10: style: The scope of the variable 'filename' can be reduced. [variableScope]
extace-1.9.9/src/color_win.c:156:14: style: The scope of the variable 'cfgfile' can be reduced. [variableScope]
extace-1.9.9/src/color_win.c:250:9: style: The scope of the variable 'val' can be reduced. [variableScope]
extace-1.9.9/src/color_win.c:319:9: style: The scope of the variable 'val' can be reduced. [variableScope]
extace-1.9.9/src/configfile.c:249:14: style: The scope of the variable 'line' can be reduced. [variableScope]
extace-1.9.9/src/configfile.c:267:24: style: The scope of the variable 'line_list' can be reduced. [variableScope]
extace-1.9.9/src/configfile.c:317:17: style: The scope of the variable 'section' can be reduced. [variableScope]
extace-1.9.9/src/configfile.c:333:14: style: The scope of the variable 'line' can be reduced. [variableScope]
extace-1.9.9/src/draw.c:212:15: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
extace-1.9.9/src/draw.c:210:14: note: outer condition: sum<(nsamp/2)*0.99
extace-1.9.9/src/draw.c:212:15: note: identical inner condition: sum<(nsamp/2)*0.99
extace-1.9.9/src/events.c:468:5: warning: Suspicious use of ; at the end of 'if' statement. [suspiciousSemicolon]
extace-1.9.9/src/init.c:646:2: style: Variable 'newval' is reassigned a value before the old one has been used. [redundantAssignment]
extace-1.9.9/src/init.c:623:2: note: Variable 'newval' is reassigned a value before the old one has been used.
extace-1.9.9/src/init.c:646:2: note: Variable 'newval' is reassigned a value before the old one has been used.
extace-1.9.9/src/init.c:172:6: style: The scope of the variable 'fd' can be reduced. [variableScope]
extace-1.9.9/src/init.c:646:12: style: Variable 'newval' is assigned a value that is never used. [unreadVariable]
extace-1.9.9/src/input.c:264:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
extace-1.9.9/src/input.c:54:6: style: The scope of the variable 'i' can be reduced. [variableScope]
extace-1.9.9/src/input.c:286:25: style: Variable 'input_arrival_last' is assigned a value that is never used. [unreadVariable]
extace-1.9.9/src/input.c:360:3: error: Common realloc mistake: 'ringbuffer' nulled but not freed upon failure [memleakOnRealloc]
extace-1.9.9/src/input_processing.c:62:2: style: Variable 'real_fft_out' is reassigned a value before the old one has been used. [redundantAssignment]
extace-1.9.9/src/input_processing.c:48:0: note: Variable 'real_fft_out' is reassigned a value before the old one has been used.
extace-1.9.9/src/input_processing.c:62:2: note: Variable 'real_fft_out' is reassigned a value before the old one has been used.
extace-1.9.9/src/input_processing.c:65:2: style: Variable 'imag_fft_out' is reassigned a value before the old one has been used. [redundantAssignment]
extace-1.9.9/src/input_processing.c:49:0: note: Variable 'imag_fft_out' is reassigned a value before the old one has been used.
extace-1.9.9/src/input_processing.c:65:2: note: Variable 'imag_fft_out' is reassigned a value before the old one has been used.
extace-1.9.9/src/input_processing.c:70:2: style: Variable 'fft_ptr' is reassigned a value before the old one has been used. [redundantAssignment]
extace-1.9.9/src/input_processing.c:47:0: note: Variable 'fft_ptr' is reassigned a value before the old one has been used.
extace-1.9.9/src/input_processing.c:70:2: note: Variable 'fft_ptr' is reassigned a value before the old one has been used.
extace-1.9.9/src/line_eq.c:142:21: style: Variable 'last_line_width' is assigned a value that is never used. [unreadVariable]
extace-1.9.9/src/line_eq.c:114:4: style: Variable 'fragcount' is modified but its new value is never used. [unreadVariable]
extace-1.9.9/src/reducer.c:68:2: style: Variable 'hertz_per_bin' is reassigned a value before the old one has been used. [redundantAssignment]
extace-1.9.9/src/reducer.c:62:0: note: Variable 'hertz_per_bin' is reassigned a value before the old one has been used.
extace-1.9.9/src/reducer.c:68:2: note: Variable 'hertz_per_bin' is reassigned a value before the old one has been used.
extace-1.9.9/src/reducer.c:72:2: style: Variable 'bins_per_pip' is reassigned a value before the old one has been used. [redundantAssignment]
extace-1.9.9/src/reducer.c:63:0: note: Variable 'bins_per_pip' is reassigned a value before the old one has been used.
extace-1.9.9/src/reducer.c:72:2: note: Variable 'bins_per_pip' is reassigned a value before the old one has been used.
extace-1.9.9/src/spike_3d.c:190:2: style: Variable 'start_x' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
extace-1.9.9/src/spike_3d.c:184:2: note: Variable 'start_x' is reassigned a value before the old one has been used if variable is no semaphore variable.
extace-1.9.9/src/spike_3d.c:190:2: note: Variable 'start_x' is reassigned a value before the old one has been used if variable is no semaphore variable.
extace-1.9.9/src/spike_3d.c:191:2: style: Variable 'end_x' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
extace-1.9.9/src/spike_3d.c:185:2: note: Variable 'end_x' is reassigned a value before the old one has been used if variable is no semaphore variable.
extace-1.9.9/src/spike_3d.c:191:2: note: Variable 'end_x' is reassigned a value before the old one has been used if variable is no semaphore variable.
extace-1.9.9/src/spike_3d.c:192:2: style: Variable 'start_y' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
extace-1.9.9/src/spike_3d.c:186:2: note: Variable 'start_y' is reassigned a value before the old one has been used if variable is no semaphore variable.
extace-1.9.9/src/spike_3d.c:192:2: note: Variable 'start_y' is reassigned a value before the old one has been used if variable is no semaphore variable.
extace-1.9.9/src/spike_3d.c:193:2: style: Variable 'end_y' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
extace-1.9.9/src/spike_3d.c:187:2: note: Variable 'end_y' is reassigned a value before the old one has been used if variable is no semaphore variable.
extace-1.9.9/src/spike_3d.c:193:2: note: Variable 'end_y' is reassigned a value before the old one has been used if variable is no semaphore variable.
extace-1.9.9/src/stars.c:74:19: style: The scope of the variable 'cmap' can be reduced. [variableScope]
[19:08]

ftp://ftp.se.debian.org/debian/pool/main/e/extlib/extlib_1.7.0.orig.tar.gz
[19:08]

ftp://ftp.se.debian.org/debian/pool/main/e/extplorer/extplorer_2.1.0b6+dfsg.3.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/extra-cmake-modules/extra-cmake-modules_5.49.0.orig.tar.xz.asc

ftp://ftp.se.debian.org/debian/pool/main/e/extra-xdg-menus/extra-xdg-menus_1.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/extrace/extrace_0.5.orig.tar.gz
extrace-0.5/extrace.c:249:20: style: The scope of the variable 'eq' can be reduced. [variableScope]
extrace-0.5/extrace.c:275:7: style: The scope of the variable 'exe' can be reduced. [variableScope]
extrace-0.5/extrace.c:276:7: style: The scope of the variable 'cwd' can be reduced. [variableScope]
extrace-0.5/extrace.c:277:8: style: The scope of the variable 'argvrest' can be reduced. [variableScope]
extrace-0.5/extrace.c:279:6: style: The scope of the variable 'r' can be reduced. [variableScope]
extrace-0.5/extrace.c:279:13: style: The scope of the variable 'r2' can be reduced. [variableScope]
extrace-0.5/extrace.c:279:21: style: The scope of the variable 'r3' can be reduced. [variableScope]
extrace-0.5/extrace.c:279:29: style: The scope of the variable 'fd' can be reduced. [variableScope]
extrace-0.5/extrace.c:279:33: style: The scope of the variable 'd' can be reduced. [variableScope]
[19:08]

ftp://ftp.se.debian.org/debian/pool/main/e/extractpdfmark/extractpdfmark_1.0.2.orig.tar.gz
extractpdfmark-1.0.2/src/output-pdfmark.hh:40:15: performance: Technically the member function 'output_pdfmark::encode_hexadecimal' can be static. [functionStatic]
extractpdfmark-1.0.2/src/encodename.cc:52:29: note: Technically the member function 'output_pdfmark::encode_hexadecimal' can be static.
extractpdfmark-1.0.2/src/output-pdfmark.hh:40:15: note: Technically the member function 'output_pdfmark::encode_hexadecimal' can be static.
[19:08]

ftp://ftp.se.debian.org/debian/pool/main/e/extrema/extrema_4.4.5.dfsg.orig.tar.gz
extrema-4.4.5/src/Commands/Command.h:91:3: warning: Member variable 'Command::writeStack_' is not initialized in the constructor. [uninitMemberVarPrivate]
extrema-4.4.5/src/Commands/Command.h:91:3: warning: Member variable 'Command::parseLine_' is not initialized in the constructor. [uninitMemberVarPrivate]
extrema-4.4.5/src/Commands/Command.h:94:3: warning: Member variable 'Command::qualifiers_' is not initialized in the constructor. [uninitMemberVarPrivate]
extrema-4.4.5/src/Commands/Command.h:94:3: warning: Member variable 'Command::writeStack_' is not initialized in the constructor. [uninitMemberVarPrivate]
extrema-4.4.5/src/Commands/Command.h:94:3: warning: Member variable 'Command::stackLine_' is not initialized in the constructor. [uninitMemberVarPrivate]
extrema-4.4.5/src/Commands/Command.h:94:3: warning: Member variable 'Command::names_' is not initialized in the constructor. [uninitMemberVarPrivate]
extrema-4.4.5/src/Commands/Command.h:94:3: warning: Member variable 'Command::parseLine_' is not initialized in the constructor. [uninitMemberVarPrivate]
extrema-4.4.5/src/Commands/Command.h:94:3: warning: Member variable 'Command::qualifierEntered_' is not initialized in the constructor. [uninitMemberVarPrivate]
extrema-4.4.5/src/Commands/Command.h:97:18: warning: Member variable 'Command::qualifiers_' is not assigned a value in 'Command::operator='. [operatorEqVarError]
extrema-4.4.5/src/Commands/Command.h:97:18: warning: Member variable 'Command::writeStack_' is not assigned a value in 'Command::operator='. [operatorEqVarError]
extrema-4.4.5/src/Commands/Command.h:97:18: warning: Member variable 'Command::stackLine_' is not assigned a value in 'Command::operator='. [operatorEqVarError]
extrema-4.4.5/src/Commands/Command.h:97:18: warning: Member variable 'Command::names_' is not assigned a value in 'Command::operator='. [operatorEqVarError]
extrema-4.4.5/src/Commands/Command.h:97:18: warning: Member variable 'Command::parseLine_' is not assigned a value in 'Command::operator='. [operatorEqVarError]
extrema-4.4.5/src/Commands/Command.h:97:18: warning: Member variable 'Command::qualifierEntered_' is not assigned a value in 'Command::operator='. [operatorEqVarError]
extrema-4.4.5/src/Commands/Command.h:55:8: style: Technically the member function 'Command::SetUp' can be const. [functionConst]
extrema-4.4.5/src/Commands/ECommandError.h:28:3: style: Class 'ECommandError' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
extrema-4.4.5/src/Commands/CMD_alias.h:34:8: style: The function 'Execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Commands/Command.h:45:16: note: Virtual function in base class
extrema-4.4.5/src/Commands/CMD_alias.h:34:8: note: Function in derived class
extrema-4.4.5/src/Commands/CMD_bestfit.h:51:8: performance: Technically the member function 'CMD_bestfit::FitDataInfo' can be static. [functionStatic]
extrema-4.4.5/src/Commands/CMD_bestfit.cpp:376:19: note: Technically the member function 'CMD_bestfit::FitDataInfo' can be static.
extrema-4.4.5/src/Commands/CMD_bestfit.h:51:8: note: Technically the member function 'CMD_bestfit::FitDataInfo' can be static.
extrema-4.4.5/src/Commands/CMD_bestfit.h:57:8: performance: Technically the member function 'CMD_bestfit::Simq' can be static. [functionStatic]
extrema-4.4.5/src/Commands/CMD_bestfit.cpp:407:19: note: Technically the member function 'CMD_bestfit::Simq' can be static.
extrema-4.4.5/src/Commands/CMD_bestfit.h:57:8: note: Technically the member function 'CMD_bestfit::Simq' can be static.
extrema-4.4.5/src/Commands/CMD_bestfit.h:36:8: style: The function 'Execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Commands/Command.h:45:16: note: Virtual function in base class
extrema-4.4.5/src/Commands/CMD_bestfit.h:36:8: note: Function in derived class
extrema-4.4.5/src/Commands/CMD_bin.cpp:285:23: style: Condition 'x[i]<b[j-1]' is always true [knownConditionTrueFalse]
extrema-4.4.5/src/Commands/CMD_bin.h:34:8: style: The function 'Execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Commands/Command.h:45:16: note: Virtual function in base class
extrema-4.4.5/src/Commands/CMD_bin.h:34:8: note: Function in derived class
extrema-4.4.5/src/Commands/CMD_bin2d.cpp:271:10: style: The scope of the variable 'dist' can be reduced. [variableScope]
extrema-4.4.5/src/Commands/CMD_bin2d.h:34:8: style: The function 'Execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Commands/Command.h:45:16: note: Virtual function in base class
extrema-4.4.5/src/Commands/CMD_bin2d.h:34:8: note: Function in derived class
extrema-4.4.5/src/Commands/CMD_clear.h:34:8: style: The function 'Execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Commands/Command.h:45:16: note: Virtual function in base class
extrema-4.4.5/src/Commands/CMD_clear.h:34:8: note: Function in derived class
extrema-4.4.5/src/Commands/CMD_contour.cpp:116:34: style: The scope of the variable 'zmin' can be reduced. [variableScope]
extrema-4.4.5/src/Commands/CMD_contour.cpp:116:40: style: The scope of the variable 'zmax' can be reduced. [variableScope]
extrema-4.4.5/src/Commands/CMD_contour.cpp:165:36: style: The scope of the variable 'xuaxis' can be reduced. [variableScope]
extrema-4.4.5/src/Commands/CMD_contour.cpp:165:48: style: The scope of the variable 'yuaxis' can be reduced. [variableScope]
extrema-4.4.5/src/Commands/CMD_contour.cpp:166:10: style: The scope of the variable 'xll' can be reduced. [variableScope]
extrema-4.4.5/src/Commands/CMD_contour.cpp:336:18: style: The scope of the variable 'dimSizes' can be reduced. [variableScope]
extrema-4.4.5/src/Commands/CMD_contour.cpp:437:17: style: The scope of the variable 'level' can be reduced. [variableScope]
extrema-4.4.5/src/Commands/CMD_contour.cpp:460:14: style: The scope of the variable 'angle' can be reduced. [variableScope]
extrema-4.4.5/src/Commands/CMD_contour.cpp:537:16: style: The scope of the variable 'dimSizes' can be reduced. [variableScope]
extrema-4.4.5/src/Commands/CMD_contour.cpp:187:39: style: Unused variable: xe1 [unusedVariable]
extrema-4.4.5/src/Commands/CMD_contour.cpp:187:44: style: Unused variable: ye1 [unusedVariable]
extrema-4.4.5/src/Commands/CMD_contour.cpp:187:49: style: Unused variable: xe2 [unusedVariable]
extrema-4.4.5/src/Commands/CMD_contour.cpp:187:54: style: Unused variable: ye2 [unusedVariable]
extrema-4.4.5/src/Commands/CMD_contour.h:34:8: style: The function 'Execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Commands/Command.h:45:16: note: Virtual function in base class
extrema-4.4.5/src/Commands/CMD_contour.h:34:8: note: Function in derived class
extrema-4.4.5/src/Commands/CMD_dealias.h:34:8: style: The function 'Execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Commands/Command.h:45:16: note: Virtual function in base class
extrema-4.4.5/src/Commands/CMD_dealias.h:34:8: note: Function in derived class
extrema-4.4.5/src/Commands/CMD_defaults.h:35:8: style: The function 'Execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Commands/Command.h:45:16: note: Virtual function in base class
extrema-4.4.5/src/Commands/CMD_defaults.h:35:8: note: Function in derived class
extrema-4.4.5/src/Commands/CMD_define.h:34:8: style: The function 'Execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Commands/Command.h:45:16: note: Virtual function in base class
extrema-4.4.5/src/Commands/CMD_define.h:34:8: note: Function in derived class
extrema-4.4.5/src/Commands/CMD_density.cpp:100:15: style: The scope of the variable 'nLevels' can be reduced. [variableScope]
extrema-4.4.5/src/Commands/CMD_density.cpp:347:51: style: Variable 'ifld' is modified but its new value is never used. [unreadVariable]
extrema-4.4.5/src/Commands/CMD_density.cpp:186:19: style: Variable 'nLevels' is assigned a value that is never used. [unreadVariable]
extrema-4.4.5/src/Commands/CMD_density.h:34:8: style: The function 'Execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Commands/Command.h:45:16: note: Virtual function in base class
extrema-4.4.5/src/Commands/CMD_density.h:34:8: note: Function in derived class
extrema-4.4.5/src/Commands/CMD_destroy.h:34:8: style: The function 'Execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Commands/Command.h:45:16: note: Virtual function in base class
extrema-4.4.5/src/Commands/CMD_destroy.h:34:8: note: Function in derived class
extrema-4.4.5/src/Commands/CMD_display.h:34:8: style: The function 'Execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Commands/Command.h:45:16: note: Virtual function in base class
extrema-4.4.5/src/Commands/CMD_display.h:34:8: note: Function in derived class
extrema-4.4.5/src/Commands/CMD_do.h:34:8: style: The function 'Execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Commands/Command.h:45:16: note: Virtual function in base class
extrema-4.4.5/src/Commands/CMD_do.h:34:8: note: Function in derived class
extrema-4.4.5/src/Commands/CMD_ellipse.h:34:8: style: The function 'Execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Commands/Command.h:45:16: note: Virtual function in base class
extrema-4.4.5/src/Commands/CMD_ellipse.h:34:8: note: Function in derived class
extrema-4.4.5/src/Commands/CMD_enddo.h:34:8: style: The function 'Execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Commands/Command.h:45:16: note: Virtual function in base class
extrema-4.4.5/src/Commands/CMD_enddo.h:34:8: note: Function in derived class
extrema-4.4.5/src/Commands/CMD_endif.h:34:8: style: The function 'Execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Commands/Command.h:45:16: note: Virtual function in base class
extrema-4.4.5/src/Commands/CMD_endif.h:34:8: note: Function in derived class
extrema-4.4.5/src/Commands/CMD_evaluateExpression.h:37:8: style: The function 'Execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Commands/Command.h:45:16: note: Virtual function in base class
extrema-4.4.5/src/Commands/CMD_evaluateExpression.h:37:8: note: Function in derived class
extrema-4.4.5/src/Commands/CMD_execute.h:38:8: style: The function 'Execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Commands/Command.h:45:16: note: Virtual function in base class
extrema-4.4.5/src/Commands/CMD_execute.h:38:8: note: Function in derived class
extrema-4.4.5/src/Commands/CMD_figure.h:34:8: style: The function 'Execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Commands/Command.h:45:16: note: Virtual function in base class
extrema-4.4.5/src/Commands/CMD_figure.h:34:8: note: Function in derived class
extrema-4.4.5/src/Commands/CMD_filter.h:40:10: performance: Technically the member function 'CMD_filter::Median' can be static. [functionStatic]
extrema-4.4.5/src/Commands/CMD_filter.cpp:360:21: note: Technically the member function 'CMD_filter::Median' can be static.
extrema-4.4.5/src/Commands/CMD_filter.h:40:10: note: Technically the member function 'CMD_filter::Median' can be static.
extrema-4.4.5/src/Commands/CMD_filter.h:34:8: style: The function 'Execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Commands/Command.h:45:16: note: Virtual function in base class
extrema-4.4.5/src/Commands/CMD_filter.h:34:8: note: Function in derived class
extrema-4.4.5/src/Commands/CMD_fit.h:36:8: style: The function 'Execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Commands/Command.h:45:16: note: Virtual function in base class
extrema-4.4.5/src/Commands/CMD_fit.h:36:8: note: Function in derived class
extrema-4.4.5/src/Commands/CMD_form.cpp:158:22: style: The scope of the variable 'errorVec' can be reduced. [variableScope]
extrema-4.4.5/src/Commands/CMD_form.h:34:8: style: The function 'Execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Commands/Command.h:45:16: note: Virtual function in base class
extrema-4.4.5/src/Commands/CMD_form.h:34:8: note: Function in derived class
extrema-4.4.5/src/Commands/CMD_generate.cpp:74:12: style: The scope of the variable 'd' can be reduced. [variableScope]
extrema-4.4.5/src/Commands/CMD_generate.h:34:8: style: The function 'Execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Commands/Command.h:45:16: note: Virtual function in base class
extrema-4.4.5/src/Commands/CMD_generate.h:34:8: note: Function in derived class
extrema-4.4.5/src/Commands/CMD_get.h:34:8: style: The function 'Execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Commands/Command.h:45:16: note: Virtual function in base class
extrema-4.4.5/src/Commands/CMD_get.h:34:8: note: Function in derived class
extrema-4.4.5/src/Commands/CMD_read.h:53:8: style: The function 'Execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Commands/Command.h:45:16: note: Virtual function in base class
extrema-4.4.5/src/Commands/CMD_read.h:53:8: note: Function in derived class
extrema-4.4.5/src/Commands/CMD_set.h:38:8: style: The function 'Execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Commands/Command.h:45:16: note: Virtual function in base class
extrema-4.4.5/src/Commands/CMD_set.h:38:8: note: Function in derived class
extrema-4.4.5/src/Commands/CMD_goto.h:34:8: style: The function 'Execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Commands/Command.h:45:16: note: Virtual function in base class
extrema-4.4.5/src/Commands/CMD_goto.h:34:8: note: Function in derived class
extrema-4.4.5/src/Commands/CMD_graph.cpp:89:16: style: Variable 'degToRad' is assigned a value that is never used. [unreadVariable]
extrema-4.4.5/src/Commands/CMD_graph.h:34:8: style: The function 'Execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Commands/Command.h:45:16: note: Virtual function in base class
extrema-4.4.5/src/Commands/CMD_graph.h:34:8: note: Function in derived class
extrema-4.4.5/src/Commands/CMD_grid.cpp:245:42: style: Variable 'yi' is assigned a value that is never used. [unreadVariable]
extrema-4.4.5/src/Commands/CMD_grid.cpp:259:44: style: Variable 'xi' is assigned a value that is never used. [unreadVariable]
extrema-4.4.5/src/Commands/CMD_grid.cpp:280:42: style: Variable 'xi' is assigned a value that is never used. [unreadVariable]
extrema-4.4.5/src/Commands/CMD_grid.cpp:294:44: style: Variable 'yi' is assigned a value that is never used. [unreadVariable]
extrema-4.4.5/src/Commands/CMD_grid.h:34:8: style: The function 'Execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Commands/Command.h:45:16: note: Virtual function in base class
extrema-4.4.5/src/Commands/CMD_grid.h:34:8: note: Function in derived class
extrema-4.4.5/src/Commands/CMD_hardcopy.h:34:8: style: The function 'Execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Commands/Command.h:45:16: note: Virtual function in base class
extrema-4.4.5/src/Commands/CMD_hardcopy.h:34:8: note: Function in derived class
extrema-4.4.5/src/Commands/CMD_help.h:34:8: style: The function 'Execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Commands/Command.h:45:16: note: Virtual function in base class
extrema-4.4.5/src/Commands/CMD_help.h:34:8: note: Function in derived class
extrema-4.4.5/src/Commands/CMD_if.h:34:8: style: The function 'Execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Commands/Command.h:45:16: note: Virtual function in base class
extrema-4.4.5/src/Commands/CMD_if.h:34:8: note: Function in derived class
extrema-4.4.5/src/Commands/CMD_inquire.h:37:8: style: Technically the member function 'CMD_inquire::ProcessString' can be const. [functionConst]
extrema-4.4.5/src/Commands/CMD_inquire.cpp:98:19: note: Technically the member function 'CMD_inquire::ProcessString' can be const.
extrema-4.4.5/src/Commands/CMD_inquire.h:37:8: note: Technically the member function 'CMD_inquire::ProcessString' can be const.
extrema-4.4.5/src/Commands/CMD_inquire.h:38:8: style: Technically the member function 'CMD_inquire::ProcessYN' can be const. [functionConst]
extrema-4.4.5/src/Commands/CMD_inquire.cpp:77:19: note: Technically the member function 'CMD_inquire::ProcessYN' can be const.
extrema-4.4.5/src/Commands/CMD_inquire.h:38:8: note: Technically the member function 'CMD_inquire::ProcessYN' can be const.
extrema-4.4.5/src/Commands/CMD_inquire.h:36:8: style: The function 'Execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Commands/Command.h:45:16: note: Virtual function in base class
extrema-4.4.5/src/Commands/CMD_inquire.h:36:8: note: Function in derived class
extrema-4.4.5/src/Commands/CMD_list.cpp:122:16: style: The scope of the variable 'value' can be reduced. [variableScope]
extrema-4.4.5/src/Commands/CMD_list.cpp:123:13: style: The scope of the variable 'dimSizes' can be reduced. [variableScope]
extrema-4.4.5/src/Commands/CMD_list.h:34:8: style: The function 'Execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Commands/Command.h:45:16: note: Virtual function in base class
extrema-4.4.5/src/Commands/CMD_list.h:34:8: note: Function in derived class
extrema-4.4.5/src/Commands/CMD_matrix.h:34:8: style: The function 'Execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Commands/Command.h:45:16: note: Virtual function in base class
extrema-4.4.5/src/Commands/CMD_matrix.h:34:8: note: Function in derived class
extrema-4.4.5/src/Commands/CMD_minuit.h:36:8: style: The function 'Execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Commands/Command.h:45:16: note: Virtual function in base class
extrema-4.4.5/src/Commands/CMD_minuit.h:36:8: note: Function in derived class
extrema-4.4.5/src/Commands/CMD_page.h:34:8: style: The function 'Execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Commands/Command.h:45:16: note: Virtual function in base class
extrema-4.4.5/src/Commands/CMD_page.h:34:8: note: Function in derived class
extrema-4.4.5/src/Commands/CMD_pause.h:34:8: style: The function 'Execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Commands/Command.h:45:16: note: Virtual function in base class
extrema-4.4.5/src/Commands/CMD_pause.h:34:8: note: Function in derived class
extrema-4.4.5/src/Commands/CMD_polygon.h:34:8: style: The function 'Execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Commands/Command.h:45:16: note: Virtual function in base class
extrema-4.4.5/src/Commands/CMD_polygon.h:34:8: note: Function in derived class
extrema-4.4.5/src/Commands/CMD_quit.h:34:8: style: The function 'Execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Commands/Command.h:45:16: note: Virtual function in base class
extrema-4.4.5/src/Commands/CMD_quit.h:34:8: note: Function in derived class
extrema-4.4.5/src/Commands/CMD_read.cpp:455:17: style: The scope of the variable 'dimSizes' can be reduced. [variableScope]
extrema-4.4.5/src/Commands/CMD_read.cpp:597:18: style: The scope of the variable 'currentState' can be reduced. [variableScope]
extrema-4.4.5/src/Commands/CMD_read.cpp:820:22: style: The scope of the variable 'currentState' can be reduced. [variableScope]
extrema-4.4.5/src/Commands/CMD_read.cpp:970:22: style: The scope of the variable 'currentState' can be reduced. [variableScope]
extrema-4.4.5/src/Commands/CMD_read.cpp:1192:11: style: The scope of the variable 'dimSizes' can be reduced. [variableScope]
extrema-4.4.5/src/Commands/CMD_read.cpp:1573:22: style: The scope of the variable 'currentState' can be reduced. [variableScope]
extrema-4.4.5/src/Commands/CMD_read.cpp:36:11: warning: Member variable 'CMD_read::startingLine_' is not initialized in the constructor. [uninitMemberVarPrivate]
extrema-4.4.5/src/Commands/CMD_read.cpp:36:11: warning: Member variable 'CMD_read::lineRangeFlag_' is not initialized in the constructor. [uninitMemberVarPrivate]
extrema-4.4.5/src/Commands/CMD_read.h:70:8: style: Technically the member function 'CMD_read::ReadTensor' can be const. [functionConst]
extrema-4.4.5/src/Commands/CMD_read.cpp:1739:16: note: Technically the member function 'CMD_read::ReadTensor' can be const.
extrema-4.4.5/src/Commands/CMD_read.h:70:8: note: Technically the member function 'CMD_read::ReadTensor' can be const.
extrema-4.4.5/src/Commands/CMD_rebin.cpp:43:10: style: The scope of the variable 'v1' can be reduced. [variableScope]
extrema-4.4.5/src/Commands/CMD_rebin.h:34:8: style: The function 'Execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Commands/Command.h:45:16: note: Virtual function in base class
extrema-4.4.5/src/Commands/CMD_rebin.h:34:8: note: Function in derived class
extrema-4.4.5/src/Commands/CMD_replot.h:34:8: style: The function 'Execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Commands/Command.h:45:16: note: Virtual function in base class
extrema-4.4.5/src/Commands/CMD_replot.h:34:8: note: Function in derived class
extrema-4.4.5/src/Commands/CMD_restore.cpp:64:46: style: Variable 'output' is assigned a value that is never used. [unreadVariable]
extrema-4.4.5/src/Commands/CMD_restore.h:40:8: style: Unused private function: 'CMD_restore::RestoreMUD' [unusedPrivateFunction]
extrema-4.4.5/src/Commands/CMD_restore.h:40:8: performance: Technically the member function 'CMD_restore::RestoreMUD' can be static. [functionStatic]
extrema-4.4.5/src/Commands/CMD_restore.cpp:128:19: note: Technically the member function 'CMD_restore::RestoreMUD' can be static.
extrema-4.4.5/src/Commands/CMD_restore.h:40:8: note: Technically the member function 'CMD_restore::RestoreMUD' can be static.
extrema-4.4.5/src/Commands/CMD_restore.h:34:8: style: The function 'Execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Commands/Command.h:45:16: note: Virtual function in base class
extrema-4.4.5/src/Commands/CMD_restore.h:34:8: note: Function in derived class
extrema-4.4.5/src/Commands/CMD_return.h:34:8: style: The function 'Execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Commands/Command.h:45:16: note: Virtual function in base class
extrema-4.4.5/src/Commands/CMD_return.h:34:8: note: Function in derived class
extrema-4.4.5/src/Commands/CMD_save.h:36:8: style: The function 'Execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Commands/Command.h:45:16: note: Virtual function in base class
extrema-4.4.5/src/Commands/CMD_save.h:36:8: note: Function in derived class
extrema-4.4.5/src/Commands/CMD_scalar.h:34:8: style: The function 'Execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Commands/Command.h:45:16: note: Virtual function in base class
extrema-4.4.5/src/Commands/CMD_scalar.h:34:8: note: Function in derived class
extrema-4.4.5/src/Commands/CMD_scales.h:34:8: style: The function 'Execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Commands/Command.h:45:16: note: Virtual function in base class
extrema-4.4.5/src/Commands/CMD_scales.h:34:8: note: Function in derived class
extrema-4.4.5/src/Commands/CMD_set.cpp:216:9: style: The scope of the variable 'dimSizes' can be reduced. [variableScope]
extrema-4.4.5/src/Commands/CMD_set.cpp:250:9: style: The scope of the variable 'dimSizes' can be reduced. [variableScope]
extrema-4.4.5/src/Commands/CMD_set.cpp:281:9: style: The scope of the variable 'dimSizes' can be reduced. [variableScope]
extrema-4.4.5/src/Commands/CMD_set.cpp:312:9: style: The scope of the variable 'dimSizes' can be reduced. [variableScope]
extrema-4.4.5/src/Commands/CMD_set.cpp:603:11: style: The scope of the variable 'dimSizes' can be reduced. [variableScope]
extrema-4.4.5/src/Commands/CMD_set.cpp:721:14: style: The scope of the variable 'dvalue1' can be reduced. [variableScope]
extrema-4.4.5/src/Commands/CMD_set.cpp:721:23: style: The scope of the variable 'dvalue2' can be reduced. [variableScope]
extrema-4.4.5/src/Commands/CMD_set.cpp:721:32: style: The scope of the variable 'dvalue3' can be reduced. [variableScope]
extrema-4.4.5/src/Commands/CMD_set.cpp:725:11: style: The scope of the variable 'dimSizes1' can be reduced. [variableScope]
extrema-4.4.5/src/Commands/CMD_set.cpp:726:11: style: The scope of the variable 'dimSizes2' can be reduced. [variableScope]
extrema-4.4.5/src/Commands/CMD_set.cpp:727:11: style: The scope of the variable 'dimSizes3' can be reduced. [variableScope]
extrema-4.4.5/src/Commands/CMD_set.cpp:56:10: warning: Member variable 'CMD_set::valueIndex_' is not initialized in the constructor. [uninitMemberVarPrivate]
extrema-4.4.5/src/Commands/CMD_show.cpp:428:5: style: Variable 'i2' is reassigned a value before the old one has been used. [redundantAssignment]
extrema-4.4.5/src/Commands/CMD_show.cpp:423:5: note: Variable 'i2' is reassigned a value before the old one has been used.
extrema-4.4.5/src/Commands/CMD_show.cpp:428:5: note: Variable 'i2' is reassigned a value before the old one has been used.
extrema-4.4.5/src/Commands/CMD_show.h:44:8: performance: Technically the member function 'CMD_show::GetWild' can be static. [functionStatic]
extrema-4.4.5/src/Commands/CMD_show.cpp:411:16: note: Technically the member function 'CMD_show::GetWild' can be static.
extrema-4.4.5/src/Commands/CMD_show.h:44:8: note: Technically the member function 'CMD_show::GetWild' can be static.
extrema-4.4.5/src/Commands/CMD_show.h:38:8: style: The function 'Execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Commands/Command.h:45:16: note: Virtual function in base class
extrema-4.4.5/src/Commands/CMD_show.h:38:8: note: Function in derived class
extrema-4.4.5/src/Commands/CMD_sort.h:34:8: style: The function 'Execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Commands/Command.h:45:16: note: Virtual function in base class
extrema-4.4.5/src/Commands/CMD_sort.h:34:8: note: Function in derived class
extrema-4.4.5/src/Commands/CMD_stack.h:34:8: style: The function 'Execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Commands/Command.h:45:16: note: Virtual function in base class
extrema-4.4.5/src/Commands/CMD_stack.h:34:8: note: Function in derived class
extrema-4.4.5/src/Commands/CMD_statistics.cpp:266:10: style: The scope of the variable 'value' can be reduced. [variableScope]
extrema-4.4.5/src/Commands/CMD_statistics.h:40:8: style: Technically the member function 'CMD_statistics::Pearson' can be const. [functionConst]
extrema-4.4.5/src/Commands/CMD_statistics.cpp:592:22: note: Technically the member function 'CMD_statistics::Pearson' can be const.
extrema-4.4.5/src/Commands/CMD_statistics.h:40:8: note: Technically the member function 'CMD_statistics::Pearson' can be const.
extrema-4.4.5/src/Commands/CMD_statistics.h:34:8: style: The function 'Execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Commands/Command.h:45:16: note: Virtual function in base class
extrema-4.4.5/src/Commands/CMD_statistics.h:34:8: note: Function in derived class
extrema-4.4.5/src/Commands/CMD_text.h:34:8: style: The function 'Execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Commands/Command.h:45:16: note: Virtual function in base class
extrema-4.4.5/src/Commands/CMD_text.h:34:8: note: Function in derived class
extrema-4.4.5/src/Commands/CMD_vector.h:34:8: style: The function 'Execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Commands/Command.h:45:16: note: Virtual function in base class
extrema-4.4.5/src/Commands/CMD_vector.h:34:8: note: Function in derived class
extrema-4.4.5/src/Commands/CMD_window.h:34:8: style: The function 'Execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Commands/Command.h:45:16: note: Virtual function in base class
extrema-4.4.5/src/Commands/CMD_window.h:34:8: note: Function in derived class
extrema-4.4.5/src/Commands/CMD_world.h:34:8: style: The function 'Execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Commands/Command.h:45:16: note: Virtual function in base class
extrema-4.4.5/src/Commands/CMD_world.h:34:8: note: Function in derived class
extrema-4.4.5/src/Commands/CMD_write.h:38:8: style: The function 'Execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Commands/Command.h:45:16: note: Virtual function in base class
extrema-4.4.5/src/Commands/CMD_write.h:38:8: note: Function in derived class
extrema-4.4.5/src/Commands/CMD_zerolines.h:34:8: style: The function 'Execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Commands/Command.h:45:16: note: Virtual function in base class
extrema-4.4.5/src/Commands/CMD_zerolines.h:34:8: note: Function in derived class
extrema-4.4.5/src/Commands/CommandTable.h:62:8: performance: Technically the member function 'CommandTable::CreateCommands' can be static. [functionStatic]
extrema-4.4.5/src/Commands/CommandTable.cpp:102:20: note: Technically the member function 'CommandTable::CreateCommands' can be static.
extrema-4.4.5/src/Commands/CommandTable.h:62:8: note: Technically the member function 'CommandTable::CreateCommands' can be static.
extrema-4.4.5/src/Commands/CommandTable.cpp:82:3: style: Class 'CommandTable' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
extrema-4.4.5/src/Commands/CommandTable.h:28:1: warning: The class 'CommandTable' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
extrema-4.4.5/src/Expression/ExprCodes.h:417:14: style: Member variable 'ExprCodes::workspacePtr_' is in the wrong place in the initializer list. [initializerList]
extrema-4.4.5/src/Expression/ExprCodes.h:46:9: note: Member variable 'ExprCodes::workspacePtr_' is in the wrong place in the initializer list.
extrema-4.4.5/src/Expression/ExprCodes.h:417:14: note: Member variable 'ExprCodes::workspacePtr_' is in the wrong place in the initializer list.
extrema-4.4.5/src/Expression/ExprCodes.h:420:7: style: Member variable 'ExprCodes::immediateValue_' is in the wrong place in the initializer list. [initializerList]
extrema-4.4.5/src/Expression/ExprCodes.h:48:42: note: Member variable 'ExprCodes::immediateValue_' is in the wrong place in the initializer list.
extrema-4.4.5/src/Expression/ExprCodes.h:420:7: note: Member variable 'ExprCodes::immediateValue_' is in the wrong place in the initializer list.
extrema-4.4.5/src/Expression/ExprCodes.h:421:10: style: Member variable 'ExprCodes::constantValue_' is in the wrong place in the initializer list. [initializerList]
extrema-4.4.5/src/Expression/ExprCodes.h:50:28: note: Member variable 'ExprCodes::constantValue_' is in the wrong place in the initializer list.
extrema-4.4.5/src/Expression/ExprCodes.h:421:10: note: Member variable 'ExprCodes::constantValue_' is in the wrong place in the initializer list.
extrema-4.4.5/src/Expression/ExprCodes.h:423:13: style: Member variable 'ExprCodes::tokenType_' is in the wrong place in the initializer list. [initializerList]
extrema-4.4.5/src/Expression/ExprCodes.h:51:9: note: Member variable 'ExprCodes::tokenType_' is in the wrong place in the initializer list.
extrema-4.4.5/src/Expression/ExprCodes.h:423:13: note: Member variable 'ExprCodes::tokenType_' is in the wrong place in the initializer list.
extrema-4.4.5/src/Expression/ListVector.h:126:15: style: Member variable 'ListVector::numberOfItems_' is in the wrong place in the initializer list. [initializerList]
extrema-4.4.5/src/Expression/ListVector.h:34:48: note: Member variable 'ListVector::numberOfItems_' is in the wrong place in the initializer list.
extrema-4.4.5/src/Expression/ListVector.h:126:15: note: Member variable 'ListVector::numberOfItems_' is in the wrong place in the initializer list.
extrema-4.4.5/src/Expression/ExprCodes.h:81:7: style: Technically the member function 'ExprCodes::GetTokenType' can be const. [functionConst]
extrema-4.4.5/src/Expression/ExprCodes.h:398:7: style: Technically the member function 'ExprCodes::GetFollowingTerm' can be const. [functionConst]
extrema-4.4.5/src/Expression/ListVector.h:91:26: style: Technically the member function 'ListVector::GetNVItem' can be const. [functionConst]
extrema-4.4.5/src/Expression/ListVector.h:94:20: style: Technically the member function 'ListVector::GetWSItem' can be const. [functionConst]
extrema-4.4.5/src/Expression/Expression.cpp:40:13: warning: Member variable 'Expression::type_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Expression/Expression.h:104:8: performance: Technically the member function 'Expression::CalcText' can be static. [functionStatic]
extrema-4.4.5/src/Expression/Expression.cpp:446:18: note: Technically the member function 'Expression::CalcText' can be static.
extrema-4.4.5/src/Expression/Expression.h:104:8: note: Technically the member function 'Expression::CalcText' can be static.
extrema-4.4.5/src/Expression/Expression.h:48:3: style: Class 'Expression' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
extrema-4.4.5/src/Expression/EExpressionError.h:28:3: style: Class 'EExpressionError' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
extrema-4.4.5/src/Expression/Workspace.h:39:3: style: Class 'Workspace' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
extrema-4.4.5/src/Expression/Workspace.h:40:3: style: Class 'Workspace' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
extrema-4.4.5/src/Expression/Workspace.h:41:3: style: Class 'Workspace' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
extrema-4.4.5/src/Expression/Workspace.cpp:3887:15: style: Variable 'i2' is reassigned a value before the old one has been used. [redundantAssignment]
extrema-4.4.5/src/Expression/Workspace.cpp:3886:15: note: Variable 'i2' is reassigned a value before the old one has been used.
extrema-4.4.5/src/Expression/Workspace.cpp:3887:15: note: Variable 'i2' is reassigned a value before the old one has been used.
extrema-4.4.5/src/Expression/Workspace.cpp:3978:15: style: Variable 'i2' is reassigned a value before the old one has been used. [redundantAssignment]
extrema-4.4.5/src/Expression/Workspace.cpp:3977:15: note: Variable 'i2' is reassigned a value before the old one has been used.
extrema-4.4.5/src/Expression/Workspace.cpp:3978:15: note: Variable 'i2' is reassigned a value before the old one has been used.
extrema-4.4.5/src/Expression/Workspace.cpp:1392:19: style: The scope of the variable 'jPair' can be reduced. [variableScope]
extrema-4.4.5/src/Expression/Workspace.cpp:1478:11: style: The scope of the variable 'indexCounter' can be reduced. [variableScope]
extrema-4.4.5/src/Expression/Workspace.cpp:1479:11: style: The scope of the variable 'argCounter' can be reduced. [variableScope]
extrema-4.4.5/src/Expression/Workspace.cpp:3299:17: style: The scope of the variable 'ndm' can be reduced. [variableScope]
extrema-4.4.5/src/Expression/Workspace.cpp:51:12: warning: Member variable 'Workspace::finalString_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Expression/Workspace.cpp:54:23: warning: Member variable 'Workspace::finalString_' is not assigned a value in 'Workspace::operator='. [operatorEqVarError]
extrema-4.4.5/src/Expression/Workspace.h:201:15: style: Member variable 'Workspace::expression_' is in the wrong place in the initializer list. [initializerList]
extrema-4.4.5/src/Expression/Workspace.cpp:36:18: note: Member variable 'Workspace::expression_' is in the wrong place in the initializer list.
extrema-4.4.5/src/Expression/Workspace.h:201:15: note: Member variable 'Workspace::expression_' is in the wrong place in the initializer list.
extrema-4.4.5/src/Expression/Workspace.h:201:15: style: Member variable 'Workspace::expression_' is in the wrong place in the initializer list. [initializerList]
extrema-4.4.5/src/Expression/Workspace.cpp:40:18: note: Member variable 'Workspace::expression_' is in the wrong place in the initializer list.
extrema-4.4.5/src/Expression/Workspace.h:201:15: note: Member variable 'Workspace::expression_' is in the wrong place in the initializer list.
extrema-4.4.5/src/Expression/Workspace.h:201:15: style: Member variable 'Workspace::expression_' is in the wrong place in the initializer list. [initializerList]
extrema-4.4.5/src/Expression/Workspace.cpp:44:19: note: Member variable 'Workspace::expression_' is in the wrong place in the initializer list.
extrema-4.4.5/src/Expression/Workspace.h:201:15: note: Member variable 'Workspace::expression_' is in the wrong place in the initializer list.
extrema-4.4.5/src/Expression/Workspace.h:201:15: style: Member variable 'Workspace::expression_' is in the wrong place in the initializer list. [initializerList]
extrema-4.4.5/src/Expression/Workspace.cpp:48:19: note: Member variable 'Workspace::expression_' is in the wrong place in the initializer list.
extrema-4.4.5/src/Expression/Workspace.h:201:15: note: Member variable 'Workspace::expression_' is in the wrong place in the initializer list.
extrema-4.4.5/src/Expression/Workspace.cpp:3989:19: error: Uninitialized variable: i3 [uninitvar]
extrema-4.4.5/src/Functions/FunctionDefinition.h:102:3: warning: Member variable 'FunctionDefinition::argumentCounter_' is not initialized in the constructor. [uninitMemberVarPrivate]
extrema-4.4.5/src/Functions/FunctionDefinition.h:102:3: warning: Member variable 'FunctionDefinition::minimumNumberOfArguments_' is not initialized in the constructor. [uninitMemberVarPrivate]
extrema-4.4.5/src/Functions/FunctionDefinition.h:102:3: warning: Member variable 'FunctionDefinition::maximumNumberOfArguments_' is not initialized in the constructor. [uninitMemberVarPrivate]
extrema-4.4.5/src/Functions/FunctionDefinition.h:102:3: warning: Member variable 'FunctionDefinition::type_' is not initialized in the constructor. [uninitMemberVarPrivate]
extrema-4.4.5/src/Functions/FunctionDefinition.h:102:3: warning: Member variable 'FunctionDefinition::argumentType_' is not initialized in the constructor. [uninitMemberVarPrivate]
extrema-4.4.5/src/Functions/FunctionDefinition.h:105:3: warning: Member variable 'FunctionDefinition::name_' is not initialized in the constructor. [uninitMemberVarPrivate]
extrema-4.4.5/src/Functions/FunctionDefinition.h:105:3: warning: Member variable 'FunctionDefinition::argumentCounter_' is not initialized in the constructor. [uninitMemberVarPrivate]
extrema-4.4.5/src/Functions/FunctionDefinition.h:105:3: warning: Member variable 'FunctionDefinition::minimumNumberOfArguments_' is not initialized in the constructor. [uninitMemberVarPrivate]
extrema-4.4.5/src/Functions/FunctionDefinition.h:105:3: warning: Member variable 'FunctionDefinition::maximumNumberOfArguments_' is not initialized in the constructor. [uninitMemberVarPrivate]
extrema-4.4.5/src/Functions/FunctionDefinition.h:105:3: warning: Member variable 'FunctionDefinition::type_' is not initialized in the constructor. [uninitMemberVarPrivate]
extrema-4.4.5/src/Functions/FunctionDefinition.h:105:3: warning: Member variable 'FunctionDefinition::argumentType_' is not initialized in the constructor. [uninitMemberVarPrivate]
extrema-4.4.5/src/Functions/FunctionDefinition.h:108:29: warning: Member variable 'FunctionDefinition::name_' is not assigned a value in 'FunctionDefinition::operator='. [operatorEqVarError]
extrema-4.4.5/src/Functions/FunctionDefinition.h:108:29: warning: Member variable 'FunctionDefinition::argumentCounter_' is not assigned a value in 'FunctionDefinition::operator='. [operatorEqVarError]
extrema-4.4.5/src/Functions/FunctionDefinition.h:108:29: warning: Member variable 'FunctionDefinition::minimumNumberOfArguments_' is not assigned a value in 'FunctionDefinition::operator='. [operatorEqVarError]
extrema-4.4.5/src/Functions/FunctionDefinition.h:108:29: warning: Member variable 'FunctionDefinition::maximumNumberOfArguments_' is not assigned a value in 'FunctionDefinition::operator='. [operatorEqVarError]
extrema-4.4.5/src/Functions/FunctionDefinition.h:108:29: warning: Member variable 'FunctionDefinition::type_' is not assigned a value in 'FunctionDefinition::operator='. [operatorEqVarError]
extrema-4.4.5/src/Functions/FunctionDefinition.h:108:29: warning: Member variable 'FunctionDefinition::argumentType_' is not assigned a value in 'FunctionDefinition::operator='. [operatorEqVarError]
extrema-4.4.5/src/Functions/ScalarFunction.h:35:16: style: The function 'CalcArgument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:95:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/ScalarFunction.h:35:16: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_abs.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_abs.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_acos.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_acos.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_acosd.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_acosd.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_acosh.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_acosh.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_acot.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_acot.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_acotd.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_acotd.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_acoth.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_acoth.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_acsc.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_acsc.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_acscd.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_acscd.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_acsch.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_acsch.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_adev.cpp:47:13: style: The scope of the variable 'ndm2' can be reduced. [variableScope]
extrema-4.4.5/src/Functions/ArrayFunction.h:42:3: warning: Member variable 'ArrayFunction::numberOfArguments_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Functions/ArrayFunction.h:35:16: style: The function 'ProcessArgument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:94:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/ArrayFunction.h:35:16: note: Function in derived class
extrema-4.4.5/src/Functions/ArrayFunction.h:38:16: style: The function 'ArrayEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:96:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/ArrayFunction.h:38:16: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_adev.h:36:8: style: The function 'ProcessArgument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:35:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_adev.h:36:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_adev.h:37:8: style: The function 'ArrayEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:38:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_adev.h:37:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_aerf.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_aerf.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_aerfc.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_aerfc.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_agauss.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_agauss.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_airy.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_airy.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_area.h:36:8: style: The function 'ProcessArgument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:35:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_area.h:36:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_area.h:37:8: style: The function 'ArrayEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:38:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_area.h:37:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_asec.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_asec.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_asecd.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_asecd.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_asech.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_asech.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_asin.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_asin.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_asind.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_asind.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_asinh.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_asinh.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_atan.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_atan.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_atan2.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_atan2.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_atan2d.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_atan2d.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_atand.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_atand.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_atanh.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_atanh.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_bei.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_bei.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_ber.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_ber.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_besi0.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_besi0.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_besi1.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_besi1.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_besj0.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_besj0.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_besj1.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_besj1.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_besk0.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_besk0.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_besk1.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_besk1.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_besy0.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_besy0.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_besy1.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_besy1.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_beta.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_beta.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_betain.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_betain.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_binom.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_binom.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_biry.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_biry.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_bivarnor.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_bivarnor.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_bivinterp.h:36:8: style: The function 'ProcessArgument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:35:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_bivinterp.h:36:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_bivinterp.h:37:8: style: The function 'ArrayEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:38:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_bivinterp.h:37:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_bivsmooth.h:36:8: style: The function 'ProcessArgument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:35:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_bivsmooth.h:36:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_bivsmooth.h:37:8: style: The function 'ArrayEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:38:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_bivsmooth.h:37:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_canopen.h:34:8: style: The function 'ProcessArgument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:35:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_canopen.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_canopen.h:35:8: style: The function 'ArrayEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:38:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_canopen.h:35:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_char.h:36:8: style: The function 'TextArrayEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:93:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_char.h:36:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_cheby.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_cheby.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_chisq.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_chisq.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_chisqi.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_chisqi.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_chlogu.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_chlogu.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_clebsg.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_clebsg.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_clen.h:36:8: style: The function 'ProcessArgument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:35:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_clen.h:36:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_clen.h:37:8: style: The function 'ArrayEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:38:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_clen.h:37:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_convolute.h:36:8: style: The function 'ProcessArgument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:35:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_convolute.h:36:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_convolute.h:37:8: style: The function 'ArrayEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:38:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_convolute.h:37:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_cos.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_cos.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_cosd.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_cosd.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_cosh.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_cosh.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_cosint.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_cosint.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_cot.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_cot.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_cotd.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_cotd.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_coth.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_coth.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_csc.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_csc.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_cscd.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_cscd.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_csch.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_csch.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_date.h:40:12: performance: Technically the member function 'FCN_date::ParseInputString' can be static. [functionStatic]
extrema-4.4.5/src/Functions/FCN_date.cpp:85:20: note: Technically the member function 'FCN_date::ParseInputString' can be static.
extrema-4.4.5/src/Functions/FCN_date.h:40:12: note: Technically the member function 'FCN_date::ParseInputString' can be static.
extrema-4.4.5/src/Functions/FCN_date.h:41:8: performance: Technically the member function 'FCN_date::AddToFormat' can be static. [functionStatic]
extrema-4.4.5/src/Functions/FCN_date.cpp:252:16: note: Technically the member function 'FCN_date::AddToFormat' can be static.
extrema-4.4.5/src/Functions/FCN_date.h:41:8: note: Technically the member function 'FCN_date::AddToFormat' can be static.
extrema-4.4.5/src/Functions/FCN_date.h:34:8: style: The function 'TextScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:92:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_date.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_dawson.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_dawson.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_deconvolute.cpp:87:5: style: Variable 'nonZeroB' is modified but its new value is never used. [unreadVariable]
extrema-4.4.5/src/Functions/FCN_deconvolute.h:36:8: style: The function 'ProcessArgument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:35:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_deconvolute.h:36:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_deconvolute.h:37:8: style: The function 'ArrayEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:38:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_deconvolute.h:37:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_deriv.h:36:8: style: The function 'ProcessArgument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:35:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_deriv.h:36:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_deriv.h:37:8: style: The function 'ArrayEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:38:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_deriv.h:37:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_det.h:36:8: style: The function 'ProcessArgument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:35:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_det.h:36:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_det.h:37:8: style: The function 'ArrayEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:38:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_det.h:37:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_digamma.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_digamma.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_dilog.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_dilog.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_ei.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_ei.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_eigen.h:36:8: style: The function 'ProcessArgument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:35:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_eigen.h:36:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_eigen.h:37:8: style: The function 'ArrayEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:38:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_eigen.h:37:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_einellic.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_einellic.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_ellice.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_ellice.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_ellick.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_ellick.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_eqs.h:36:8: style: The function 'ProcessArgument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:35:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_eqs.h:36:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_eqs.h:37:8: style: The function 'ArrayEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:38:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_eqs.h:37:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_erf.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_erf.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_erfc.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_erfc.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_evaluate.h:34:8: style: The function 'ProcessArgument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:35:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_evaluate.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_evaluate.h:35:8: style: The function 'ArrayEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:38:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_evaluate.h:35:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_exist.h:34:8: style: The function 'ProcessArgument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:35:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_exist.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_exist.h:35:8: style: The function 'ArrayEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:38:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_exist.h:35:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_exp.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_exp.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_expand.h:42:8: performance: Technically the member function 'FCN_expand::FillOut' can be static. [functionStatic]
extrema-4.4.5/src/Functions/FCN_expand.cpp:45:18: note: Technically the member function 'FCN_expand::FillOut' can be static.
extrema-4.4.5/src/Functions/FCN_expand.h:42:8: note: Technically the member function 'FCN_expand::FillOut' can be static.
extrema-4.4.5/src/Functions/FCN_expand.h:34:8: style: The function 'TextScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:92:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_expand.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_expint.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_expint.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_expn.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_expn.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_factorial.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_factorial.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_ferdirac.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_ferdirac.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_fft.cpp:93:16: style: The scope of the variable 'gamp' can be reduced. [variableScope]
extrema-4.4.5/src/Functions/FCN_fft.h:36:8: style: The function 'ProcessArgument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:35:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_fft.h:36:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_fft.h:37:8: style: The function 'ArrayEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:38:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_fft.h:37:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_finellic.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_finellic.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_fisher.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_fisher.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_fold.h:36:8: style: The function 'ProcessArgument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:35:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_fold.h:36:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_fold.h:37:8: style: The function 'ArrayEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:38:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_fold.h:37:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_frec1.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_frec1.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_frec2.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_frec2.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_fres1.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_fres1.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_fres2.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_fres2.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_gamma.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_gamma.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_gammacin.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_gammacin.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_gammain.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_gammain.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_gammatin.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_gammatin.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_gammln.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_gammln.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_gammq.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_gammq.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_gauss.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_gauss.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_gaussin.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_gaussin.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_gaussj.h:36:8: style: The function 'ProcessArgument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:35:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_gaussj.h:36:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_gaussj.h:37:8: style: The function 'ArrayEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:38:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_gaussj.h:37:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_gmean.cpp:47:13: style: The scope of the variable 'ndm2' can be reduced. [variableScope]
extrema-4.4.5/src/Functions/FCN_gmean.h:36:8: style: The function 'ProcessArgument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:35:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_gmean.h:36:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_gmean.h:37:8: style: The function 'ArrayEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:38:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_gmean.h:37:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_heaviside.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_heaviside.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_hermite.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_hermite.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_hypgeo.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_hypgeo.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_ichar.h:34:8: style: The function 'ProcessArgument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:35:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_ichar.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_ichar.h:35:8: style: The function 'ArrayEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:38:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_ichar.h:35:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_iclose.h:36:8: style: The function 'ProcessArgument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:35:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_iclose.h:36:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_iclose.h:37:8: style: The function 'ArrayEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:38:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_iclose.h:37:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_identity.h:36:8: style: The function 'ProcessArgument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:35:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_identity.h:36:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_identity.h:37:8: style: The function 'ArrayEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:38:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_identity.h:37:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_iequal.h:36:8: style: The function 'ProcessArgument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:35:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_iequal.h:36:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_iequal.h:37:8: style: The function 'ArrayEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:38:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_iequal.h:37:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_ifft.h:36:8: style: The function 'ProcessArgument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:35:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_ifft.h:36:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_ifft.h:37:8: style: The function 'ArrayEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:38:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_ifft.h:37:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_imax.h:36:8: style: The function 'ProcessArgument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:35:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_imax.h:36:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_imax.h:37:8: style: The function 'ArrayEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:38:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_imax.h:37:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_imin.h:36:8: style: The function 'ProcessArgument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:35:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_imin.h:36:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_imin.h:37:8: style: The function 'ArrayEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:38:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_imin.h:37:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_index.cpp:48:3: style: Variable 'idx' is reassigned a value before the old one has been used. [redundantAssignment]
extrema-4.4.5/src/Functions/FCN_index.cpp:47:0: note: Variable 'idx' is reassigned a value before the old one has been used.
extrema-4.4.5/src/Functions/FCN_index.cpp:48:3: note: Variable 'idx' is reassigned a value before the old one has been used.
extrema-4.4.5/src/Functions/FCN_index.h:36:8: style: The function 'ProcessArgument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:35:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_index.h:36:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_index.h:37:8: style: The function 'ArrayEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:38:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_index.h:37:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_int.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_int.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_integral.h:36:8: style: The function 'ProcessArgument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:35:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_integral.h:36:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_integral.h:37:8: style: The function 'ArrayEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:38:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_integral.h:37:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_interpolate.h:36:8: style: The function 'ProcessArgument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:35:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_interpolate.h:36:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_interpolate.h:37:8: style: The function 'ArrayEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:38:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_interpolate.h:37:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_inverse.h:36:8: style: The function 'ProcessArgument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:35:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_inverse.h:36:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_inverse.h:37:8: style: The function 'ArrayEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:38:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_inverse.h:37:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_jacobi.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_jacobi.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_jahnuf.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_jahnuf.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_join.h:36:8: style: The function 'ProcessArgument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:35:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_join.h:36:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_join.h:37:8: style: The function 'ArrayEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:38:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_join.h:37:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_kei.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_kei.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_ker.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_ker.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_kurt.cpp:45:13: style: The scope of the variable 'ndm2' can be reduced. [variableScope]
extrema-4.4.5/src/Functions/FCN_kurt.h:36:8: style: The function 'ProcessArgument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:35:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_kurt.h:36:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_kurt.h:37:8: style: The function 'ArrayEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:38:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_kurt.h:37:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_laguerre.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_laguerre.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_lcase.h:34:8: style: The function 'TextScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:92:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_lcase.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_legendre.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_legendre.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_len.h:36:8: style: The function 'ProcessArgument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:35:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_len.h:36:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_len.h:37:8: style: The function 'ArrayEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:38:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_len.h:37:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_ln.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_ln.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_lnagamma.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_lnagamma.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_lnbeta.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_lnbeta.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_log.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_log.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_log10.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_log10.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_logam.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_logam.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_max.h:36:8: style: The function 'ProcessArgument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:35:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_max.h:36:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_max.h:37:8: style: The function 'ArrayEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:38:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_max.h:37:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_mean.cpp:47:13: style: The scope of the variable 'ndm2' can be reduced. [variableScope]
extrema-4.4.5/src/Functions/FCN_mean.h:36:8: style: The function 'ProcessArgument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:35:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_mean.h:36:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_mean.h:37:8: style: The function 'ArrayEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:38:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_mean.h:37:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_median.cpp:58:12: style: Variable 'size' is assigned a value that is never used. [unreadVariable]
extrema-4.4.5/src/Functions/FCN_median.h:36:8: style: The function 'ProcessArgument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:35:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_median.h:36:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_median.h:37:8: style: The function 'ArrayEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:38:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_median.h:37:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_min.h:36:8: style: The function 'ProcessArgument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:35:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_min.h:36:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_min.h:37:8: style: The function 'ArrayEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:38:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_min.h:37:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_mod.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_mod.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_nes.h:36:8: style: The function 'ProcessArgument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:35:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_nes.h:36:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_nes.h:37:8: style: The function 'ArrayEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:38:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_nes.h:37:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_nint.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_nint.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_normal.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_normal.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_null.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_null.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_pdiff.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_pdiff.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_pfactors.h:36:8: style: The function 'ProcessArgument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:35:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_pfactors.h:36:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_pfactors.h:37:8: style: The function 'ArrayEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:38:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_pfactors.h:37:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_plmn.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_plmn.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_plmu.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_plmu.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_poica.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_poica.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_poisson.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_poisson.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_prob.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_prob.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_prod.h:36:8: style: The function 'ProcessArgument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:35:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_prod.h:36:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_prod.h:37:8: style: The function 'ArrayEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:38:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_prod.h:37:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_psi.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_psi.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_racah.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_racah.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_radmac.h:36:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_radmac.h:36:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_rchar.h:38:8: style: The function 'TextArrayEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:93:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_rchar.h:38:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_rms.cpp:47:13: style: The scope of the variable 'ndm2' can be reduced. [variableScope]
extrema-4.4.5/src/Functions/FCN_rms.h:36:8: style: The function 'ProcessArgument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:35:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_rms.h:36:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_rms.h:37:8: style: The function 'ArrayEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:38:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_rms.h:37:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_roll.h:36:8: style: The function 'ProcessArgument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:35:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_roll.h:36:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_roll.h:37:8: style: The function 'ArrayEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:38:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_roll.h:37:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_rprod.h:36:8: style: The function 'ProcessArgument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:35:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_rprod.h:36:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_rprod.h:37:8: style: The function 'ArrayEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:38:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_rprod.h:37:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_rsum.h:36:8: style: The function 'ProcessArgument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:35:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_rsum.h:36:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_rsum.h:37:8: style: The function 'ArrayEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:38:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_rsum.h:37:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_savgol.h:36:8: style: The function 'ProcessArgument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:35:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_savgol.h:36:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_savgol.h:37:8: style: The function 'ArrayEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:38:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_savgol.h:37:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_sec.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_sec.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_secd.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_secd.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_sech.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_sech.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_sign.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_sign.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_simpleran.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_simpleran.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_sin.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_sin.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_sind.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_sind.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_sinh.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_sinh.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_sinint.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_sinint.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_skew.cpp:47:13: style: The scope of the variable 'ndm2' can be reduced. [variableScope]
extrema-4.4.5/src/Functions/FCN_skew.h:36:8: style: The function 'ProcessArgument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:35:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_skew.h:36:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_skew.h:37:8: style: The function 'ArrayEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:38:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_skew.h:37:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_smooth.h:36:8: style: The function 'ProcessArgument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:35:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_smooth.h:36:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_smooth.h:37:8: style: The function 'ArrayEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:38:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_smooth.h:37:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_splinterp.h:36:8: style: The function 'ProcessArgument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:35:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_splinterp.h:36:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_splinterp.h:37:8: style: The function 'ArrayEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:38:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_splinterp.h:37:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_splsmooth.h:36:8: style: The function 'ProcessArgument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:35:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_splsmooth.h:36:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_splsmooth.h:37:8: style: The function 'ArrayEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:38:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_splsmooth.h:37:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_sqrt.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_sqrt.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_stdev.cpp:47:13: style: The scope of the variable 'ndm2' can be reduced. [variableScope]
extrema-4.4.5/src/Functions/FCN_stdev.h:36:8: style: The function 'ProcessArgument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:35:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_stdev.h:36:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_stdev.h:37:8: style: The function 'ArrayEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:38:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_stdev.h:37:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_step.h:36:8: style: The function 'ProcessArgument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:35:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_step.h:36:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_step.h:37:8: style: The function 'ArrayEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:38:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_step.h:37:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_string.h:34:8: style: The function 'TextScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:92:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_string.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_struve0.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_struve0.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_struve1.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_struve1.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_student.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_student.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_studenti.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_studenti.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_sub.h:36:8: style: The function 'ProcessArgument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:35:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_sub.h:36:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_sub.h:37:8: style: The function 'ArrayEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:38:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_sub.h:37:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_sum.h:36:8: style: The function 'ProcessArgument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:35:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_sum.h:36:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_sum.h:37:8: style: The function 'ArrayEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:38:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_sum.h:37:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_sup.h:36:8: style: The function 'ProcessArgument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:35:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_sup.h:36:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_sup.h:37:8: style: The function 'ArrayEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:38:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_sup.h:37:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_tan.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_tan.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_tand.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_tand.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_tanh.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_tanh.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_tcase.h:34:8: style: The function 'TextScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:92:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_tcase.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_tcase.cpp:27:37: error: Uninitialized variable: j [uninitvar]
extrema-4.4.5/src/Functions/FCN_time.h:40:12: performance: Technically the member function 'FCN_time::ParseInputString' can be static. [functionStatic]
extrema-4.4.5/src/Functions/FCN_time.cpp:79:20: note: Technically the member function 'FCN_time::ParseInputString' can be static.
extrema-4.4.5/src/Functions/FCN_time.h:40:12: note: Technically the member function 'FCN_time::ParseInputString' can be static.
extrema-4.4.5/src/Functions/FCN_time.h:43:8: performance: Technically the member function 'FCN_time::AddToFormat' can be static. [functionStatic]
extrema-4.4.5/src/Functions/FCN_time.cpp:261:16: note: Technically the member function 'FCN_time::AddToFormat' can be static.
extrema-4.4.5/src/Functions/FCN_time.h:43:8: note: Technically the member function 'FCN_time::AddToFormat' can be static.
extrema-4.4.5/src/Functions/FCN_time.h:34:8: style: The function 'TextScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:92:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_time.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_tina.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_tina.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_ucase.h:34:8: style: The function 'TextScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:92:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_ucase.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_var.cpp:45:13: style: The scope of the variable 'ndm2' can be reduced. [variableScope]
extrema-4.4.5/src/Functions/FCN_var.h:36:8: style: The function 'ProcessArgument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:35:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_var.h:36:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_var.h:37:8: style: The function 'ArrayEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:38:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_var.h:37:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_varname.h:36:8: style: The function 'TextArrayEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:93:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_varname.h:36:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_vartype.h:36:8: style: The function 'TextArrayEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:93:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_vartype.h:36:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_vlen.h:36:8: style: The function 'ProcessArgument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:35:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_vlen.h:36:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_vlen.h:37:8: style: The function 'ArrayEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:38:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_vlen.h:37:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_voigt.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_voigt.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_volume.h:36:8: style: The function 'ProcessArgument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:35:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_volume.h:36:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_volume.h:37:8: style: The function 'ArrayEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:38:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_volume.h:37:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_walsh.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_walsh.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_where.h:36:8: style: The function 'ProcessArgument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:35:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_where.h:36:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_where.h:37:8: style: The function 'ArrayEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:38:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_where.h:37:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_wign3j.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_wign3j.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_wign6j.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_wign6j.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_wign9j.h:34:8: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/FunctionDefinition.h:91:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_wign9j.h:34:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_wrap.h:36:8: style: The function 'ProcessArgument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:35:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_wrap.h:36:8: note: Function in derived class
extrema-4.4.5/src/Functions/FCN_wrap.h:37:8: style: The function 'ArrayEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Functions/ArrayFunction.h:38:16: note: Virtual function in base class
extrema-4.4.5/src/Functions/FCN_wrap.h:37:8: note: Function in derived class
extrema-4.4.5/src/Functions/FunctionTable.h:59:8: performance: Technically the member function 'FunctionTable::CreateFunctions' can be static. [functionStatic]
extrema-4.4.5/src/Functions/FunctionTable.cpp:285:21: note: Technically the member function 'FunctionTable::CreateFunctions' can be static.
extrema-4.4.5/src/Functions/FunctionTable.h:59:8: note: Technically the member function 'FunctionTable::CreateFunctions' can be static.
extrema-4.4.5/src/Functions/FunctionTable.cpp:231:3: style: Class 'FunctionTable' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
extrema-4.4.5/src/Functions/FunctionTable.h:27:1: warning: The class 'FunctionTable' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
extrema-4.4.5/src/Graphics/GRA_characteristic.h:35:3: warning: Member variable 'GRA_characteristic::type_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_characteristic.h:35:3: warning: Member variable 'GRA_characteristic::isAVector_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_shape.h:30:3: warning: Member variable 'GRA_shape::xc_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_shape.h:30:3: warning: Member variable 'GRA_shape::yc_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_shape.h:30:3: warning: Member variable 'GRA_shape::xmin_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_shape.h:30:3: warning: Member variable 'GRA_shape::ymin_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_shape.h:30:3: warning: Member variable 'GRA_shape::xmax_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_shape.h:30:3: warning: Member variable 'GRA_shape::ymax_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_shape.h:105:14: style: Member variable 'GRA_shape::lineColor_' is in the wrong place in the initializer list. [initializerList]
extrema-4.4.5/src/Graphics/GRA_shape.h:33:7: note: Member variable 'GRA_shape::lineColor_' is in the wrong place in the initializer list.
extrema-4.4.5/src/Graphics/GRA_shape.h:105:14: note: Member variable 'GRA_shape::lineColor_' is in the wrong place in the initializer list.
extrema-4.4.5/src/Graphics/GRA_color.h:70:7: style: Member variable 'GRA_color::r_' is in the wrong place in the initializer list. [initializerList]
extrema-4.4.5/src/Graphics/GRA_color.h:32:22: note: Member variable 'GRA_color::r_' is in the wrong place in the initializer list.
extrema-4.4.5/src/Graphics/GRA_color.h:70:7: note: Member variable 'GRA_color::r_' is in the wrong place in the initializer list.
extrema-4.4.5/src/Graphics/GRA_color.h:70:7: style: Member variable 'GRA_color::r_' is in the wrong place in the initializer list. [initializerList]
extrema-4.4.5/src/Graphics/GRA_color.h:36:22: note: Member variable 'GRA_color::r_' is in the wrong place in the initializer list.
extrema-4.4.5/src/Graphics/GRA_color.h:70:7: note: Member variable 'GRA_color::r_' is in the wrong place in the initializer list.
extrema-4.4.5/src/Graphics/GRA_shape.h:76:8: style: Technically the member function 'GRA_shape::GetCenter' can be const. [functionConst]
extrema-4.4.5/src/Graphics/GRA_shape.h:83:10: performance: Technically the member function 'GRA_shape::RotX' can be static. [functionStatic]
extrema-4.4.5/src/Graphics/GRA_shape.h:86:10: performance: Technically the member function 'GRA_shape::RotY' can be static. [functionStatic]
extrema-4.4.5/src/Graphics/GRA_drawableObject.h:25:1: warning: The class 'GRA_drawableObject' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
extrema-4.4.5/src/Graphics/GRA_polygon.h:81:16: style: The function 'Draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Graphics/GRA_drawableObject.h:107:16: note: Virtual function in base class
extrema-4.4.5/src/Graphics/GRA_polygon.h:81:16: note: Function in derived class
extrema-4.4.5/src/Graphics/GRA_multiLineFigure.h:37:3: warning: Member variable 'GRA_multiLineFigure::type_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_multiLineFigure.h:67:8: style: The function 'Draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Graphics/GRA_drawableObject.h:107:16: note: Virtual function in base class
extrema-4.4.5/src/Graphics/GRA_multiLineFigure.h:67:8: note: Function in derived class
extrema-4.4.5/src/Graphics/GRA_axis.cpp:202:27: style: Variable 'coslab' is assigned a value that is never used. [unreadVariable]
extrema-4.4.5/src/Graphics/GRA_axis.cpp:203:27: style: Variable 'sinlab' is assigned a value that is never used. [unreadVariable]
extrema-4.4.5/src/Graphics/GRA_axis.cpp:1010:9: style: Variable 'inc' is assigned a value that is never used. [unreadVariable]
extrema-4.4.5/src/Graphics/GRA_axis.h:130:29: style: Member variable 'GRA_axis::characteristics_' is in the wrong place in the initializer list. [initializerList]
extrema-4.4.5/src/Graphics/GRA_axis.cpp:47:7: note: Member variable 'GRA_axis::characteristics_' is in the wrong place in the initializer list.
extrema-4.4.5/src/Graphics/GRA_axis.h:130:29: note: Member variable 'GRA_axis::characteristics_' is in the wrong place in the initializer list.
extrema-4.4.5/src/Graphics/GRA_distanceCharacteristic.h:123:18: style: Member variable 'GRA_distanceCharacteristic::default_' is in the wrong place in the initializer list. [initializerList]
extrema-4.4.5/src/Graphics/GRA_distanceCharacteristic.h:31:70: note: Member variable 'GRA_distanceCharacteristic::default_' is in the wrong place in the initializer list.
extrema-4.4.5/src/Graphics/GRA_distanceCharacteristic.h:123:18: note: Member variable 'GRA_distanceCharacteristic::default_' is in the wrong place in the initializer list.
extrema-4.4.5/src/Graphics/GRA_sizeCharacteristic.h:123:18: style: Member variable 'GRA_sizeCharacteristic::default_' is in the wrong place in the initializer list. [initializerList]
extrema-4.4.5/src/Graphics/GRA_sizeCharacteristic.h:31:70: note: Member variable 'GRA_sizeCharacteristic::default_' is in the wrong place in the initializer list.
extrema-4.4.5/src/Graphics/GRA_sizeCharacteristic.h:123:18: note: Member variable 'GRA_sizeCharacteristic::default_' is in the wrong place in the initializer list.
extrema-4.4.5/src/Graphics/GRA_window.h:181:10: style: Member variable 'GRA_window::xLoP_' is in the wrong place in the initializer list. [initializerList]
extrema-4.4.5/src/Graphics/GRA_window.h:39:47: note: Member variable 'GRA_window::xLoP_' is in the wrong place in the initializer list.
extrema-4.4.5/src/Graphics/GRA_window.h:181:10: note: Member variable 'GRA_window::xLoP_' is in the wrong place in the initializer list.
extrema-4.4.5/src/Graphics/GRA_window.h:181:10: style: Member variable 'GRA_window::xLoP_' is in the wrong place in the initializer list. [initializerList]
extrema-4.4.5/src/Graphics/GRA_window.h:43:24: note: Member variable 'GRA_window::xLoP_' is in the wrong place in the initializer list.
extrema-4.4.5/src/Graphics/GRA_window.h:181:10: note: Member variable 'GRA_window::xLoP_' is in the wrong place in the initializer list.
extrema-4.4.5/src/Graphics/GRA_font.h:35:5: performance: Variable 'wxfont_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
extrema-4.4.5/src/Graphics/GRA_font.h:42:5: performance: Variable 'wxfont_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
extrema-4.4.5/src/Graphics/GRA_font.h:43:5: performance: Variable 'name_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
extrema-4.4.5/src/Graphics/GRA_axis.h:103:15: style: Technically the member function 'GRA_axis::GetNPoly' can be const. [functionConst]
extrema-4.4.5/src/Graphics/GRA_axis.h:119:12: performance: Technically the member function 'GRA_axis::DoubleToString' can be static. [functionStatic]
extrema-4.4.5/src/Graphics/GRA_axis.cpp:1092:20: note: Technically the member function 'GRA_axis::DoubleToString' can be static.
extrema-4.4.5/src/Graphics/GRA_axis.h:119:12: note: Technically the member function 'GRA_axis::DoubleToString' can be static.
extrema-4.4.5/src/Graphics/GRA_axis.h:124:8: performance: Technically the member function 'GRA_axis::NormalizeAngle' can be static. [functionStatic]
extrema-4.4.5/src/Graphics/GRA_window.h:67:8: style: Technically the member function 'GRA_window::GetDimensions' can be const. [functionConst]
extrema-4.4.5/src/Graphics/EGraphicsError.h:28:3: style: Class 'EGraphicsError' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
extrema-4.4.5/src/Graphics/GRA_font.h:32:3: style: Class 'GRA_font' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
extrema-4.4.5/src/Graphics/GRA_font.h:34:3: style: Class 'GRA_font' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
extrema-4.4.5/src/Graphics/GRA_window.h:39:3: style: Class 'GRA_window' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
extrema-4.4.5/src/Graphics/GRA_axis.h:72:8: style: The function 'Inside' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Graphics/GRA_drawableObject.h:112:16: note: Virtual function in base class
extrema-4.4.5/src/Graphics/GRA_axis.h:72:8: note: Function in derived class
extrema-4.4.5/src/Graphics/GRA_axis.h:74:8: style: The function 'Make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Graphics/GRA_drawableObject.h:109:16: note: Virtual function in base class
extrema-4.4.5/src/Graphics/GRA_axis.h:74:8: note: Function in derived class
extrema-4.4.5/src/Graphics/GRA_axis.h:75:8: style: The function 'Draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Graphics/GRA_drawableObject.h:107:16: note: Virtual function in base class
extrema-4.4.5/src/Graphics/GRA_axis.h:75:8: note: Function in derived class
extrema-4.4.5/src/Graphics/GRA_drawableText.h:119:8: style: The function 'Draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Graphics/GRA_drawableObject.h:107:16: note: Virtual function in base class
extrema-4.4.5/src/Graphics/GRA_drawableText.h:119:8: note: Function in derived class
extrema-4.4.5/src/Graphics/GRA_drawableText.h:122:8: style: The function 'Inside' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Graphics/GRA_drawableObject.h:112:16: note: Virtual function in base class
extrema-4.4.5/src/Graphics/GRA_drawableText.h:122:8: note: Function in derived class
extrema-4.4.5/src/Graphics/GRA_polyline.h:93:8: style: The function 'Draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Graphics/GRA_drawableObject.h:107:16: note: Virtual function in base class
extrema-4.4.5/src/Graphics/GRA_polyline.h:93:8: note: Function in derived class
extrema-4.4.5/src/Graphics/GRA_axis.cpp:1105:10: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
extrema-4.4.5/src/Graphics/GRA_bitmap.h:81:16: style: Member variable 'GRA_bitmap::xHi_' is in the wrong place in the initializer list. [initializerList]
extrema-4.4.5/src/Graphics/GRA_bitmap.cpp:29:27: note: Member variable 'GRA_bitmap::xHi_' is in the wrong place in the initializer list.
extrema-4.4.5/src/Graphics/GRA_bitmap.h:81:16: note: Member variable 'GRA_bitmap::xHi_' is in the wrong place in the initializer list.
extrema-4.4.5/src/Graphics/GRA_densityPlot.h:39:3: warning: Member variable 'GRA_densityPlot::dataXmin_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_densityPlot.h:39:3: warning: Member variable 'GRA_densityPlot::dataXmax_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_densityPlot.h:39:3: warning: Member variable 'GRA_densityPlot::dataYmin_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_densityPlot.h:39:3: warning: Member variable 'GRA_densityPlot::dataYmax_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_densityPlot.h:39:3: warning: Member variable 'GRA_densityPlot::alo_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_densityPlot.h:39:3: warning: Member variable 'GRA_densityPlot::ahi_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_densityPlot.h:39:3: warning: Member variable 'GRA_densityPlot::fmin_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_densityPlot.h:39:3: warning: Member variable 'GRA_densityPlot::fmax_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_densityPlot.h:39:3: warning: Member variable 'GRA_densityPlot::gmin_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_densityPlot.h:39:3: warning: Member variable 'GRA_densityPlot::gmax_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_densityPlot.h:39:3: warning: Member variable 'GRA_densityPlot::mlo_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_densityPlot.h:39:3: warning: Member variable 'GRA_densityPlot::mhi_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_densityPlot.h:39:3: warning: Member variable 'GRA_densityPlot::nlo_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_densityPlot.h:39:3: warning: Member variable 'GRA_densityPlot::nhi_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_densityPlot.h:39:3: warning: Member variable 'GRA_densityPlot::rmlo_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_densityPlot.h:39:3: warning: Member variable 'GRA_densityPlot::rmhi_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_densityPlot.h:39:3: warning: Member variable 'GRA_densityPlot::rnlo_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_densityPlot.h:39:3: warning: Member variable 'GRA_densityPlot::rnhi_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_densityPlot.h:39:3: warning: Member variable 'GRA_densityPlot::nrow_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_densityPlot.h:39:3: warning: Member variable 'GRA_densityPlot::xlo_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_densityPlot.h:39:3: warning: Member variable 'GRA_densityPlot::ylo_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_densityPlot.h:39:3: warning: Member variable 'GRA_densityPlot::xhi_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_densityPlot.h:39:3: warning: Member variable 'GRA_densityPlot::yhi_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_densityPlot.h:39:3: warning: Member variable 'GRA_densityPlot::xuaxisp_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_densityPlot.h:39:3: warning: Member variable 'GRA_densityPlot::yuaxisp_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_densityPlot.h:39:3: warning: Member variable 'GRA_densityPlot::border_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_densityPlot.h:39:3: warning: Member variable 'GRA_densityPlot::xProfile_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_densityPlot.h:39:3: warning: Member variable 'GRA_densityPlot::yProfile_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_densityPlot.h:39:3: warning: Member variable 'GRA_densityPlot::zoom_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_densityPlot.h:39:3: warning: Member variable 'GRA_densityPlot::drawAxes_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_densityPlot.h:39:3: warning: Member variable 'GRA_densityPlot::resetAxes_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_densityPlot.h:39:3: warning: Member variable 'GRA_densityPlot::legend_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_cartesianCurve.h:36:3: warning: Member variable 'GRA_cartesianCurve::histogramType_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_cartesianCurve.h:36:3: warning: Member variable 'GRA_cartesianCurve::lineType_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_cartesianCurve.h:36:3: warning: Member variable 'GRA_cartesianCurve::lineWidth_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_cartesianCurve.h:36:3: warning: Member variable 'GRA_cartesianCurve::color_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_cartesianCurve.h:36:3: warning: Member variable 'GRA_cartesianCurve::areaFillColor_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_cartesianCurve.h:36:3: warning: Member variable 'GRA_cartesianCurve::xlaxis_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_cartesianCurve.h:36:3: warning: Member variable 'GRA_cartesianCurve::ylaxis_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_cartesianCurve.h:36:3: warning: Member variable 'GRA_cartesianCurve::xuaxis_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_cartesianCurve.h:36:3: warning: Member variable 'GRA_cartesianCurve::yuaxis_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_cartesianCurve.h:36:3: warning: Member variable 'GRA_cartesianCurve::xmin_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_cartesianCurve.h:36:3: warning: Member variable 'GRA_cartesianCurve::xmax_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_cartesianCurve.h:36:3: warning: Member variable 'GRA_cartesianCurve::ymin_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_cartesianCurve.h:36:3: warning: Member variable 'GRA_cartesianCurve::ymax_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_cartesianAxes.h:36:3: warning: Member variable 'GRA_cartesianAxes::gridLineType_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_cartesianAxes.h:36:3: warning: Member variable 'GRA_cartesianAxes::xOnTop_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_cartesianAxes.h:36:3: warning: Member variable 'GRA_cartesianAxes::yOnRight_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_densityPlot.h:84:8: style: Technically the member function 'GRA_densityPlot::GetDataLimits' can be const. [functionConst]
extrema-4.4.5/src/Graphics/GRA_boxPlot.h:57:8: style: Technically the member function 'GRA_boxPlot::GetSides' can be const. [functionConst]
extrema-4.4.5/src/Graphics/GRA_cartesianCurve.h:95:8: style: Technically the member function 'GRA_cartesianCurve::GetClippingBoundary' can be const. [functionConst]
extrema-4.4.5/src/Graphics/GRA_boxPlot.h:54:8: style: The function 'Make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Graphics/GRA_drawableObject.h:109:16: note: Virtual function in base class
extrema-4.4.5/src/Graphics/GRA_boxPlot.h:54:8: note: Function in derived class
extrema-4.4.5/src/Graphics/GRA_boxPlot.h:55:8: style: The function 'Draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Graphics/GRA_drawableObject.h:107:16: note: Virtual function in base class
extrema-4.4.5/src/Graphics/GRA_boxPlot.h:55:8: note: Function in derived class
extrema-4.4.5/src/Graphics/GRA_cartesianCurve.h:73:8: style: The function 'Make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Graphics/GRA_drawableObject.h:109:16: note: Virtual function in base class
extrema-4.4.5/src/Graphics/GRA_cartesianCurve.h:73:8: note: Function in derived class
extrema-4.4.5/src/Graphics/GRA_cartesianCurve.h:74:8: style: The function 'Draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Graphics/GRA_drawableObject.h:107:16: note: Virtual function in base class
extrema-4.4.5/src/Graphics/GRA_cartesianCurve.h:74:8: note: Function in derived class
extrema-4.4.5/src/Graphics/GRA_cartesianCurve.h:76:8: style: The function 'Inside' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Graphics/GRA_drawableObject.h:112:16: note: Virtual function in base class
extrema-4.4.5/src/Graphics/GRA_cartesianCurve.h:76:8: note: Function in derived class
extrema-4.4.5/src/Graphics/GRA_cartesianAxes.h:59:8: style: The function 'Make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Graphics/GRA_drawableObject.h:109:16: note: Virtual function in base class
extrema-4.4.5/src/Graphics/GRA_cartesianAxes.h:59:8: note: Function in derived class
extrema-4.4.5/src/Graphics/GRA_cartesianAxes.h:60:8: style: The function 'Draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Graphics/GRA_drawableObject.h:107:16: note: Virtual function in base class
extrema-4.4.5/src/Graphics/GRA_cartesianAxes.h:60:8: note: Function in derived class
extrema-4.4.5/src/Graphics/GRA_cartesianAxes.cpp:284:38: style: Variable 'xAxisC' is assigned a value that is never used. [unreadVariable]
extrema-4.4.5/src/Graphics/GRA_cartesianAxes.h:90:8: performance: Technically the member function 'GRA_cartesianAxes::ResetLogValue' can be static. [functionStatic]
extrema-4.4.5/src/Graphics/GRA_cartesianAxes.cpp:746:25: note: Technically the member function 'GRA_cartesianAxes::ResetLogValue' can be static.
extrema-4.4.5/src/Graphics/GRA_cartesianAxes.h:90:8: note: Technically the member function 'GRA_cartesianAxes::ResetLogValue' can be static.
extrema-4.4.5/src/Graphics/GRA_cartesianAxes.h:91:8: performance: Technically the member function 'GRA_cartesianAxes::FixupScales' can be static. [functionStatic]
extrema-4.4.5/src/Graphics/GRA_cartesianAxes.cpp:763:25: note: Technically the member function 'GRA_cartesianAxes::FixupScales' can be static.
extrema-4.4.5/src/Graphics/GRA_cartesianAxes.h:91:8: note: Technically the member function 'GRA_cartesianAxes::FixupScales' can be static.
extrema-4.4.5/src/Graphics/GRA_cartesianAxes.h:93:7: performance: Technically the member function 'GRA_cartesianAxes::NumberOfDigits' can be static. [functionStatic]
extrema-4.4.5/src/Graphics/GRA_cartesianAxes.cpp:732:24: note: Technically the member function 'GRA_cartesianAxes::NumberOfDigits' can be static.
extrema-4.4.5/src/Graphics/GRA_cartesianAxes.h:93:7: note: Technically the member function 'GRA_cartesianAxes::NumberOfDigits' can be static.
extrema-4.4.5/src/Graphics/GRA_cartesianAxes.h:94:8: performance: Technically the member function 'GRA_cartesianAxes::SetNumberOfIncrements' can be static. [functionStatic]
extrema-4.4.5/src/Graphics/GRA_cartesianAxes.cpp:713:25: note: Technically the member function 'GRA_cartesianAxes::SetNumberOfIncrements' can be static.
extrema-4.4.5/src/Graphics/GRA_cartesianAxes.h:94:8: note: Technically the member function 'GRA_cartesianAxes::SetNumberOfIncrements' can be static.
extrema-4.4.5/src/Graphics/GRA_cartesianAxes.cpp:523:7: error: Uninitialized variable: autoX [uninitvar]
extrema-4.4.5/src/Graphics/GRA_cartesianCurve.cpp:811:12: style: The scope of the variable 'x' can be reduced. [variableScope]
extrema-4.4.5/src/Graphics/GRA_cartesianCurve.cpp:811:15: style: The scope of the variable 'y' can be reduced. [variableScope]
extrema-4.4.5/src/Graphics/GRA_cartesianCurve.cpp:811:18: style: The scope of the variable 'xLeft' can be reduced. [variableScope]
extrema-4.4.5/src/Graphics/GRA_cartesianCurve.cpp:811:25: style: The scope of the variable 'xRight' can be reduced. [variableScope]
extrema-4.4.5/src/Graphics/GRA_cartesianCurve.cpp:811:33: style: The scope of the variable 'yLower' can be reduced. [variableScope]
extrema-4.4.5/src/Graphics/GRA_cartesianCurve.cpp:811:41: style: The scope of the variable 'yUpper' can be reduced. [variableScope]
extrema-4.4.5/src/Graphics/GRA_cartesianCurve.cpp:779:25: style: Unused variable: xLoc [unusedVariable]
extrema-4.4.5/src/Graphics/GRA_cartesianCurve.cpp:779:31: style: Unused variable: yLoc [unusedVariable]
extrema-4.4.5/src/Graphics/GRA_cartesianCurve.cpp:780:22: style: Unused variable: pen [unusedVariable]
extrema-4.4.5/src/Graphics/GRA_cartesianCurve.h:84:8: style: Technically the member function 'GRA_cartesianCurve::GetXYMinMax' can be const. [functionConst]
extrema-4.4.5/src/Graphics/GRA_cartesianCurve.cpp:923:26: note: Technically the member function 'GRA_cartesianCurve::GetXYMinMax' can be const.
extrema-4.4.5/src/Graphics/GRA_cartesianCurve.h:84:8: note: Technically the member function 'GRA_cartesianCurve::GetXYMinMax' can be const.
extrema-4.4.5/src/Graphics/GRA_cartesianCurve.h:85:8: style: Technically the member function 'GRA_cartesianCurve::GetXMinMax' can be const. [functionConst]
extrema-4.4.5/src/Graphics/GRA_cartesianCurve.cpp:1039:26: note: Technically the member function 'GRA_cartesianCurve::GetXMinMax' can be const.
extrema-4.4.5/src/Graphics/GRA_cartesianCurve.h:85:8: note: Technically the member function 'GRA_cartesianCurve::GetXMinMax' can be const.
extrema-4.4.5/src/Graphics/GRA_cartesianCurve.h:86:8: style: Technically the member function 'GRA_cartesianCurve::GetYMinMax' can be const. [functionConst]
extrema-4.4.5/src/Graphics/GRA_cartesianCurve.cpp:986:26: note: Technically the member function 'GRA_cartesianCurve::GetYMinMax' can be const.
extrema-4.4.5/src/Graphics/GRA_cartesianCurve.h:86:8: note: Technically the member function 'GRA_cartesianCurve::GetYMinMax' can be const.
extrema-4.4.5/src/Graphics/GRA_plotSymbol.h:105:8: style: The function 'Draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Graphics/GRA_drawableObject.h:107:16: note: Virtual function in base class
extrema-4.4.5/src/Graphics/GRA_plotSymbol.h:105:8: note: Function in derived class
extrema-4.4.5/src/Graphics/GRA_colorMap.h:33:3: style: Class 'GRA_colorMap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
extrema-4.4.5/src/Graphics/GRA_contourLine.h:35:3: warning: Member variable 'GRA_contourLine::level_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_contourLine.h:35:3: warning: Member variable 'GRA_contourLine::lineType_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_contourLine.h:35:3: warning: Member variable 'GRA_contourLine::lineWidth_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_contourLine.h:35:3: warning: Member variable 'GRA_contourLine::color_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_contourLine.h:104:7: style: Member variable 'GRA_contourLine::lineType_' is in the wrong place in the initializer list. [initializerList]
extrema-4.4.5/src/Graphics/GRA_contourLine.h:42:39: note: Member variable 'GRA_contourLine::lineType_' is in the wrong place in the initializer list.
extrema-4.4.5/src/Graphics/GRA_contourLine.h:104:7: note: Member variable 'GRA_contourLine::lineType_' is in the wrong place in the initializer list.
extrema-4.4.5/src/Graphics/GRA_contourLine.h:67:16: style: Technically the member function 'GRA_contourLine::GetLevel' can be const. [functionConst]
extrema-4.4.5/src/Graphics/GRA_contourLine.h:64:8: style: The function 'Make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Graphics/GRA_drawableObject.h:109:16: note: Virtual function in base class
extrema-4.4.5/src/Graphics/GRA_contourLine.h:64:8: note: Function in derived class
extrema-4.4.5/src/Graphics/GRA_contourLine.h:65:8: style: The function 'Draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Graphics/GRA_drawableObject.h:107:16: note: Virtual function in base class
extrema-4.4.5/src/Graphics/GRA_contourLine.h:65:8: note: Function in derived class
extrema-4.4.5/src/Graphics/GRA_diffusionPlot.h:57:8: style: Technically the member function 'GRA_diffusionPlot::FillBitmap' can be const. [functionConst]
extrema-4.4.5/src/Graphics/GRA_diffusionPlot.cpp:71:25: note: Technically the member function 'GRA_diffusionPlot::FillBitmap' can be const.
extrema-4.4.5/src/Graphics/GRA_diffusionPlot.h:57:8: note: Technically the member function 'GRA_diffusionPlot::FillBitmap' can be const.
extrema-4.4.5/src/Graphics/GRA_diffusionPlot.h:56:8: style: The function 'Draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Graphics/GRA_drawableObject.h:107:16: note: Virtual function in base class
extrema-4.4.5/src/Graphics/GRA_diffusionPlot.h:56:8: note: Function in derived class
extrema-4.4.5/src/Graphics/GRA_ditheringPlot.cpp:341:24: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
extrema-4.4.5/src/Graphics/GRA_ditheringPlot.cpp:335:17: note: outer condition: ilv>0
extrema-4.4.5/src/Graphics/GRA_ditheringPlot.cpp:341:24: note: opposite inner condition: ilv<0
extrema-4.4.5/src/Graphics/GRA_ditheringPlot.cpp:352:24: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
extrema-4.4.5/src/Graphics/GRA_ditheringPlot.cpp:346:22: note: outer condition: ilv<0
extrema-4.4.5/src/Graphics/GRA_ditheringPlot.cpp:352:24: note: identical inner condition: ilv<0
extrema-4.4.5/src/Graphics/GRA_ditheringPlot.h:88:8: style: Technically the member function 'GRA_ditheringPlot::FillLegendBitmap' can be const. [functionConst]
extrema-4.4.5/src/Graphics/GRA_ditheringPlot.cpp:304:25: note: Technically the member function 'GRA_ditheringPlot::FillLegendBitmap' can be const.
extrema-4.4.5/src/Graphics/GRA_ditheringPlot.h:88:8: note: Technically the member function 'GRA_ditheringPlot::FillLegendBitmap' can be const.
extrema-4.4.5/src/Graphics/GRA_ditheringPlot.h:59:8: style: The function 'Draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Graphics/GRA_drawableObject.h:107:16: note: Virtual function in base class
extrema-4.4.5/src/Graphics/GRA_ditheringPlot.h:59:8: note: Function in derived class
extrema-4.4.5/src/Graphics/GRA_drawableText.cpp:347:7: style: The scope of the variable 'currentState' can be reduced. [variableScope]
extrema-4.4.5/src/Graphics/GRA_drawableText.cpp:138:13: style: Variable 'ppi' is assigned a value that is never used. [unreadVariable]
extrema-4.4.5/src/Graphics/GRA_drawableText.cpp:180:13: style: Variable 'ppi' is assigned a value that is never used. [unreadVariable]
extrema-4.4.5/src/Graphics/GRA_drawableText.cpp:214:13: style: Variable 'ppi' is assigned a value that is never used. [unreadVariable]
extrema-4.4.5/src/Graphics/GRA_simpleText.h:34:3: warning: Member variable 'GRA_simpleText::xLo_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_simpleText.h:34:3: warning: Member variable 'GRA_simpleText::yLo_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_simpleText.h:34:3: warning: Member variable 'GRA_simpleText::xHi_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_simpleText.h:34:3: warning: Member variable 'GRA_simpleText::yHi_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_drawableText.h:138:10: style: Member variable 'GRA_drawableText::x_' is in the wrong place in the initializer list. [initializerList]
extrema-4.4.5/src/Graphics/GRA_drawableText.cpp:47:22: note: Member variable 'GRA_drawableText::x_' is in the wrong place in the initializer list.
extrema-4.4.5/src/Graphics/GRA_drawableText.h:138:10: note: Member variable 'GRA_drawableText::x_' is in the wrong place in the initializer list.
extrema-4.4.5/src/Graphics/GRA_drawableText.h:140:13: style: Member variable 'GRA_drawableText::font_' is in the wrong place in the initializer list. [initializerList]
extrema-4.4.5/src/Graphics/GRA_drawableText.cpp:48:22: note: Member variable 'GRA_drawableText::font_' is in the wrong place in the initializer list.
extrema-4.4.5/src/Graphics/GRA_drawableText.h:140:13: note: Member variable 'GRA_drawableText::font_' is in the wrong place in the initializer list.
extrema-4.4.5/src/Graphics/GRA_drawableText.h:137:8: style: Member variable 'GRA_drawableText::graphUnits_' is in the wrong place in the initializer list. [initializerList]
extrema-4.4.5/src/Graphics/GRA_drawableText.cpp:48:35: note: Member variable 'GRA_drawableText::graphUnits_' is in the wrong place in the initializer list.
extrema-4.4.5/src/Graphics/GRA_drawableText.h:137:8: note: Member variable 'GRA_drawableText::graphUnits_' is in the wrong place in the initializer list.
extrema-4.4.5/src/Graphics/GRA_simpleText.h:82:10: style: Member variable 'GRA_simpleText::height_' is in the wrong place in the initializer list. [initializerList]
extrema-4.4.5/src/Graphics/GRA_simpleText.h:36:26: note: Member variable 'GRA_simpleText::height_' is in the wrong place in the initializer list.
extrema-4.4.5/src/Graphics/GRA_simpleText.h:82:10: note: Member variable 'GRA_simpleText::height_' is in the wrong place in the initializer list.
extrema-4.4.5/src/Graphics/GRA_drawableText.h:156:10: performance: Technically the member function 'GRA_drawableText::Special' can be static. [functionStatic]
extrema-4.4.5/src/Graphics/GRA_drawableText.cpp:520:26: note: Technically the member function 'GRA_drawableText::Special' can be static.
extrema-4.4.5/src/Graphics/GRA_drawableText.h:156:10: note: Technically the member function 'GRA_drawableText::Special' can be static.
extrema-4.4.5/src/Graphics/GRA_ellipse.h:63:8: style: The function 'Draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Graphics/GRA_drawableObject.h:107:16: note: Virtual function in base class
extrema-4.4.5/src/Graphics/GRA_ellipse.h:63:8: note: Function in derived class
extrema-4.4.5/src/Graphics/GRA_errorBar.h:35:25: style: Member variable 'GRA_errorBar::footSize_' is in the wrong place in the initializer list. [initializerList]
extrema-4.4.5/src/Graphics/GRA_errorBar.cpp:26:56: note: Member variable 'GRA_errorBar::footSize_' is in the wrong place in the initializer list.
extrema-4.4.5/src/Graphics/GRA_errorBar.h:35:25: note: Member variable 'GRA_errorBar::footSize_' is in the wrong place in the initializer list.
extrema-4.4.5/src/Graphics/GRA_gradientPlot.h:50:8: style: Technically the member function 'GRA_gradientPlot::FillBitmap' can be const. [functionConst]
extrema-4.4.5/src/Graphics/GRA_gradientPlot.cpp:94:24: note: Technically the member function 'GRA_gradientPlot::FillBitmap' can be const.
extrema-4.4.5/src/Graphics/GRA_gradientPlot.h:50:8: note: Technically the member function 'GRA_gradientPlot::FillBitmap' can be const.
extrema-4.4.5/src/Graphics/GRA_gradientPlot.h:51:8: performance: Technically the member function 'GRA_gradientPlot::FillLegendBitmap' can be static. [functionStatic]
extrema-4.4.5/src/Graphics/GRA_gradientPlot.cpp:187:24: note: Technically the member function 'GRA_gradientPlot::FillLegendBitmap' can be static.
extrema-4.4.5/src/Graphics/GRA_gradientPlot.h:51:8: note: Technically the member function 'GRA_gradientPlot::FillLegendBitmap' can be static.
extrema-4.4.5/src/Graphics/GRA_gradientPlot.h:48:8: style: The function 'Draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Graphics/GRA_drawableObject.h:107:16: note: Virtual function in base class
extrema-4.4.5/src/Graphics/GRA_gradientPlot.h:48:8: note: Function in derived class
extrema-4.4.5/src/Graphics/GRA_legend.h:184:8: style: Member variable 'GRA_legendEntry::drawLineSegment_' is in the wrong place in the initializer list. [initializerList]
extrema-4.4.5/src/Graphics/GRA_legend.cpp:260:43: note: Member variable 'GRA_legendEntry::drawLineSegment_' is in the wrong place in the initializer list.
extrema-4.4.5/src/Graphics/GRA_legend.h:184:8: note: Member variable 'GRA_legendEntry::drawLineSegment_' is in the wrong place in the initializer list.
extrema-4.4.5/src/Graphics/GRA_legend.h:185:10: style: Member variable 'GRA_legendEntry::labelHeight_' is in the wrong place in the initializer list. [initializerList]
extrema-4.4.5/src/Graphics/GRA_legend.cpp:261:51: note: Member variable 'GRA_legendEntry::labelHeight_' is in the wrong place in the initializer list.
extrema-4.4.5/src/Graphics/GRA_legend.h:185:10: note: Member variable 'GRA_legendEntry::labelHeight_' is in the wrong place in the initializer list.
extrema-4.4.5/src/Graphics/GRA_legend.h:187:27: style: Member variable 'GRA_legendEntry::labelColor_' is in the wrong place in the initializer list. [initializerList]
extrema-4.4.5/src/Graphics/GRA_legend.cpp:262:28: note: Member variable 'GRA_legendEntry::labelColor_' is in the wrong place in the initializer list.
extrema-4.4.5/src/Graphics/GRA_legend.h:187:27: note: Member variable 'GRA_legendEntry::labelColor_' is in the wrong place in the initializer list.
extrema-4.4.5/src/Graphics/GRA_legend.h:41:3: style: Class 'GRA_legend' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
extrema-4.4.5/src/Graphics/GRA_legend.h:74:8: style: The function 'Draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Graphics/GRA_drawableObject.h:107:16: note: Virtual function in base class
extrema-4.4.5/src/Graphics/GRA_legend.h:74:8: note: Function in derived class
extrema-4.4.5/src/Graphics/GRA_legend.h:75:8: style: The function 'Inside' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Graphics/GRA_drawableObject.h:112:16: note: Virtual function in base class
extrema-4.4.5/src/Graphics/GRA_legend.h:75:8: note: Function in derived class
extrema-4.4.5/src/Graphics/GRA_plotSymbol.h:38:3: warning: Member variable 'GRA_plotSymbol::code_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_plotSymbol.h:41:19: warning: Member variable 'GRA_plotSymbol::code_' is not assigned a value in 'GRA_plotSymbol::operator='. [operatorEqVarError]
extrema-4.4.5/src/Graphics/GRA_point.h:62:8: style: The function 'Draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Graphics/GRA_drawableObject.h:107:16: note: Virtual function in base class
extrema-4.4.5/src/Graphics/GRA_point.h:62:8: note: Function in derived class
extrema-4.4.5/src/Graphics/GRA_polarAxes.cpp:362:65: style: Variable 'imagTicAngle' is assigned a value that is never used. [unreadVariable]
extrema-4.4.5/src/Graphics/GRA_polarAxes.h:37:3: warning: Member variable 'GRA_polarAxes::r0_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_polarAxes.h:37:3: warning: Member variable 'GRA_polarAxes::theta0_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_polarAxes.h:37:3: warning: Member variable 'GRA_polarAxes::gridLineType_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_polarAxes.h:37:3: warning: Member variable 'GRA_polarAxes::clockwise_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_polarAxes.h:37:3: warning: Member variable 'GRA_polarAxes::compassLabels_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_polarAxes.h:87:7: performance: Technically the member function 'GRA_polarAxes::NumberOfDigits' can be static. [functionStatic]
extrema-4.4.5/src/Graphics/GRA_polarAxes.cpp:402:20: note: Technically the member function 'GRA_polarAxes::NumberOfDigits' can be static.
extrema-4.4.5/src/Graphics/GRA_polarAxes.h:87:7: note: Technically the member function 'GRA_polarAxes::NumberOfDigits' can be static.
extrema-4.4.5/src/Graphics/GRA_polarAxes.h:88:8: performance: Technically the member function 'GRA_polarAxes::DrawAngle' can be static. [functionStatic]
extrema-4.4.5/src/Graphics/GRA_polarAxes.cpp:317:21: note: Technically the member function 'GRA_polarAxes::DrawAngle' can be static.
extrema-4.4.5/src/Graphics/GRA_polarAxes.h:88:8: note: Technically the member function 'GRA_polarAxes::DrawAngle' can be static.
extrema-4.4.5/src/Graphics/GRA_polarAxes.h:60:8: style: The function 'Make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Graphics/GRA_drawableObject.h:109:16: note: Virtual function in base class
extrema-4.4.5/src/Graphics/GRA_polarAxes.h:60:8: note: Function in derived class
extrema-4.4.5/src/Graphics/GRA_polarAxes.h:61:8: style: The function 'Draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Graphics/GRA_drawableObject.h:107:16: note: Virtual function in base class
extrema-4.4.5/src/Graphics/GRA_polarAxes.h:61:8: note: Function in derived class
extrema-4.4.5/src/Graphics/GRA_polarCurve.h:34:3: warning: Member variable 'GRA_polarCurve::histogramType_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_polarCurve.h:34:3: warning: Member variable 'GRA_polarCurve::lineType_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_polarCurve.h:34:3: warning: Member variable 'GRA_polarCurve::lineWidth_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_polarCurve.h:34:3: warning: Member variable 'GRA_polarCurve::color_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_polarCurve.h:34:3: warning: Member variable 'GRA_polarCurve::areaFillColor_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_polarCurve.h:34:3: warning: Member variable 'GRA_polarCurve::xmax_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_polarCurve.h:62:8: style: The function 'Make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Graphics/GRA_drawableObject.h:109:16: note: Virtual function in base class
extrema-4.4.5/src/Graphics/GRA_polarCurve.h:62:8: note: Function in derived class
extrema-4.4.5/src/Graphics/GRA_polarCurve.h:63:8: style: The function 'Draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Graphics/GRA_drawableObject.h:107:16: note: Virtual function in base class
extrema-4.4.5/src/Graphics/GRA_polarCurve.h:63:8: note: Function in derived class
extrema-4.4.5/src/Graphics/GRA_polarCurve.h:64:8: style: The function 'Inside' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Graphics/GRA_drawableObject.h:112:16: note: Virtual function in base class
extrema-4.4.5/src/Graphics/GRA_polarCurve.h:64:8: note: Function in derived class
extrema-4.4.5/src/Graphics/GRA_polygon.h:118:7: performance: Technically the member function 'GRA_polygon::GetQuadrant' can be static. [functionStatic]
extrema-4.4.5/src/Graphics/GRA_polygon.cpp:84:18: note: Technically the member function 'GRA_polygon::GetQuadrant' can be static.
extrema-4.4.5/src/Graphics/GRA_polygon.h:118:7: note: Technically the member function 'GRA_polygon::GetQuadrant' can be static.
extrema-4.4.5/src/Graphics/GRA_polygon.h:119:7: performance: Technically the member function 'GRA_polygon::GetEdge' can be static. [functionStatic]
extrema-4.4.5/src/Graphics/GRA_polygon.cpp:112:18: note: Technically the member function 'GRA_polygon::GetEdge' can be static.
extrema-4.4.5/src/Graphics/GRA_polygon.h:119:7: note: Technically the member function 'GRA_polygon::GetEdge' can be static.
extrema-4.4.5/src/Graphics/GRA_postscript.cpp:499:9: style: Unused variable: ir [unusedVariable]
extrema-4.4.5/src/Graphics/GRA_postscript.cpp:499:13: style: Unused variable: ig [unusedVariable]
extrema-4.4.5/src/Graphics/GRA_postscript.cpp:499:17: style: Unused variable: ib [unusedVariable]
extrema-4.4.5/src/Graphics/GRA_postscript.cpp:500:12: style: Unused variable: dr [unusedVariable]
extrema-4.4.5/src/Graphics/GRA_postscript.cpp:500:16: style: Unused variable: dg [unusedVariable]
extrema-4.4.5/src/Graphics/GRA_postscript.cpp:500:20: style: Unused variable: db [unusedVariable]
extrema-4.4.5/src/Graphics/GRA_postscript.cpp:548:9: style: Unused variable: ir [unusedVariable]
extrema-4.4.5/src/Graphics/GRA_postscript.cpp:548:13: style: Unused variable: ig [unusedVariable]
extrema-4.4.5/src/Graphics/GRA_postscript.cpp:548:17: style: Unused variable: ib [unusedVariable]
extrema-4.4.5/src/Graphics/GRA_postscript.cpp:549:12: style: Unused variable: dr [unusedVariable]
extrema-4.4.5/src/Graphics/GRA_postscript.cpp:549:16: style: Unused variable: dg [unusedVariable]
extrema-4.4.5/src/Graphics/GRA_postscript.cpp:549:20: style: Unused variable: db [unusedVariable]
extrema-4.4.5/src/Graphics/GRA_postscript.h:53:3: warning: Member variable 'GRA_postscript::r_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_postscript.h:53:3: warning: Member variable 'GRA_postscript::g_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_postscript.h:53:3: warning: Member variable 'GRA_postscript::b_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_postscript.h:53:3: warning: Member variable 'GRA_postscript::lineWidth_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_postscript.h:53:3: warning: Member variable 'GRA_postscript::lineType_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_postscript.h:53:3: warning: Member variable 'GRA_postscript::xMin_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_postscript.h:53:3: warning: Member variable 'GRA_postscript::yMin_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_postscript.h:53:3: warning: Member variable 'GRA_postscript::xMax_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_postscript.h:53:3: warning: Member variable 'GRA_postscript::yMax_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_postscript.h:53:3: warning: Member variable 'GRA_postscript::w2oMatrix_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_postscript.h:53:3: warning: Member variable 'GRA_postscript::w2oShift_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_postscript.h:53:3: warning: Member variable 'GRA_postscript::o2wMatrix_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_postscript.h:53:3: warning: Member variable 'GRA_postscript::o2wShift_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_postscript.h:53:3: warning: Member variable 'GRA_postscript::xPrevious_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_postscript.h:53:3: warning: Member variable 'GRA_postscript::yPrevious_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_postscript.h:53:3: warning: Member variable 'GRA_postscript::penPrevious_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_postscript.h:53:3: warning: Member variable 'GRA_postscript::newLine_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_postscript.h:53:3: warning: Member variable 'GRA_postscript::drawLineTable_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_postscript.h:53:3: warning: Member variable 'GRA_postscript::counter_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_postscript.h:84:8: style: Technically the member function 'GRA_postscript::DrawLineGet' can be const. [functionConst]
extrema-4.4.5/src/Graphics/GRA_postscript.cpp:2620:22: note: Technically the member function 'GRA_postscript::DrawLineGet' can be const.
extrema-4.4.5/src/Graphics/GRA_postscript.h:84:8: note: Technically the member function 'GRA_postscript::DrawLineGet' can be const.
extrema-4.4.5/src/Graphics/GRA_simpleText.cpp:24:17: warning: Member variable 'GRA_simpleText::xLo_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_simpleText.cpp:24:17: warning: Member variable 'GRA_simpleText::yLo_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_simpleText.cpp:24:17: warning: Member variable 'GRA_simpleText::xHi_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_simpleText.cpp:24:17: warning: Member variable 'GRA_simpleText::yHi_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_simpleText.h:45:3: warning: Member variable 'GRA_simpleText::xLo_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_simpleText.h:45:3: warning: Member variable 'GRA_simpleText::yLo_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_simpleText.h:45:3: warning: Member variable 'GRA_simpleText::xHi_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_simpleText.h:45:3: warning: Member variable 'GRA_simpleText::yHi_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_simpleText.h:48:19: warning: Member variable 'GRA_simpleText::xLo_' is not assigned a value in 'GRA_simpleText::operator='. [operatorEqVarError]
extrema-4.4.5/src/Graphics/GRA_simpleText.h:48:19: warning: Member variable 'GRA_simpleText::yLo_' is not assigned a value in 'GRA_simpleText::operator='. [operatorEqVarError]
extrema-4.4.5/src/Graphics/GRA_simpleText.h:48:19: warning: Member variable 'GRA_simpleText::xHi_' is not assigned a value in 'GRA_simpleText::operator='. [operatorEqVarError]
extrema-4.4.5/src/Graphics/GRA_simpleText.h:48:19: warning: Member variable 'GRA_simpleText::yHi_' is not assigned a value in 'GRA_simpleText::operator='. [operatorEqVarError]
extrema-4.4.5/src/Graphics/GRA_simpleText.h:82:10: style: Member variable 'GRA_simpleText::height_' is in the wrong place in the initializer list. [initializerList]
extrema-4.4.5/src/Graphics/GRA_simpleText.cpp:26:24: note: Member variable 'GRA_simpleText::height_' is in the wrong place in the initializer list.
extrema-4.4.5/src/Graphics/GRA_simpleText.h:82:10: note: Member variable 'GRA_simpleText::height_' is in the wrong place in the initializer list.
extrema-4.4.5/src/Graphics/GRA_simpleText.h:85:13: style: Member variable 'GRA_simpleText::font_' is in the wrong place in the initializer list. [initializerList]
extrema-4.4.5/src/Graphics/GRA_simpleText.cpp:27:7: note: Member variable 'GRA_simpleText::font_' is in the wrong place in the initializer list.
extrema-4.4.5/src/Graphics/GRA_simpleText.h:85:13: note: Member variable 'GRA_simpleText::font_' is in the wrong place in the initializer list.
extrema-4.4.5/src/Graphics/GRA_simpleText.h:75:8: style: Technically the member function 'GRA_simpleText::GetBoundary' can be const. [functionConst]
extrema-4.4.5/src/Graphics/GRA_simpleText.cpp:56:22: note: Technically the member function 'GRA_simpleText::GetBoundary' can be const.
extrema-4.4.5/src/Graphics/GRA_simpleText.h:75:8: note: Technically the member function 'GRA_simpleText::GetBoundary' can be const.
extrema-4.4.5/src/Graphics/GRA_sizeCharacteristic.cpp:31:10: style: The scope of the variable 'result' can be reduced. [variableScope]
extrema-4.4.5/src/Graphics/GRA_sizeCharacteristic.cpp:51:10: style: The scope of the variable 'result' can be reduced. [variableScope]
extrema-4.4.5/src/Graphics/GRA_thiessenTriangulation.cpp:808:8: error: Array 'nft[3]' accessed at index 3, which is out of bounds. [arrayIndexOutOfBounds]
extrema-4.4.5/src/Graphics/GRA_thiessenTriangulation.cpp:105:15: style: Same expression on both sides of '-' because the value of 'i' and '1' are the same. [duplicateExpression]
extrema-4.4.5/src/Graphics/GRA_thiessenTriangulation.cpp:83:14: note: 'i' is assigned value '1' here.
extrema-4.4.5/src/Graphics/GRA_thiessenTriangulation.cpp:105:15: note: Same expression on both sides of '-' because the value of 'i' and '1' are the same.
extrema-4.4.5/src/Graphics/GRA_thiessenTriangulation.cpp:108:8: style: Same expression on both sides of '-' because the value of 'i' and '1' are the same. [duplicateExpression]
extrema-4.4.5/src/Graphics/GRA_thiessenTriangulation.cpp:83:14: note: 'i' is assigned value '1' here.
extrema-4.4.5/src/Graphics/GRA_thiessenTriangulation.cpp:108:8: note: Same expression on both sides of '-' because the value of 'i' and '1' are the same.
extrema-4.4.5/src/Graphics/GRA_thiessenTriangulation.cpp:125:15: style: Same expression on both sides of '-' because the value of 'i' and '1' are the same. [duplicateExpression]
extrema-4.4.5/src/Graphics/GRA_thiessenTriangulation.cpp:83:14: note: 'i' is assigned value '1' here.
extrema-4.4.5/src/Graphics/GRA_thiessenTriangulation.cpp:125:15: note: Same expression on both sides of '-' because the value of 'i' and '1' are the same.
extrema-4.4.5/src/Graphics/GRA_thiessenTriangulation.cpp:128:8: style: Same expression on both sides of '-' because the value of 'i' and '1' are the same. [duplicateExpression]
extrema-4.4.5/src/Graphics/GRA_thiessenTriangulation.cpp:83:14: note: 'i' is assigned value '1' here.
extrema-4.4.5/src/Graphics/GRA_thiessenTriangulation.cpp:128:8: note: Same expression on both sides of '-' because the value of 'i' and '1' are the same.
extrema-4.4.5/src/Graphics/GRA_thiessenTriangulation.cpp:210:13: style: Same expression on both sides of '-' because the value of 'k' and '1' are the same. [duplicateExpression]
extrema-4.4.5/src/Graphics/GRA_thiessenTriangulation.cpp:205:14: note: 'k' is assigned value '1' here.
extrema-4.4.5/src/Graphics/GRA_thiessenTriangulation.cpp:210:13: note: Same expression on both sides of '-' because the value of 'k' and '1' are the same.
extrema-4.4.5/src/Graphics/GRA_thiessenTriangulation.cpp:624:10: style: The scope of the variable 'ist' can be reduced. [variableScope]
extrema-4.4.5/src/Graphics/GRA_thiessenTriangulation.cpp:912:11: style: Checking if unsigned variable 'nsl' is less than zero. [unsignedLessThanZero]
extrema-4.4.5/src/Graphics/GRA_thiessenTriangulation.cpp:939:11: style: Checking if unsigned variable 'nsl' is less than zero. [unsignedLessThanZero]
extrema-4.4.5/src/Graphics/GRA_thiessenTriangulation.cpp:217:14: warning: Suspicious code: sign conversion of -1 in calculation because '-1' has a negative value [signConversion]
extrema-4.4.5/src/Graphics/GRA_thiessenTriangulation.cpp:50:28: warning: Member variable 'GRA_thiessenTriangulation::theX' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_thiessenTriangulation.cpp:50:28: warning: Member variable 'GRA_thiessenTriangulation::theY' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_thiessenTriangulation.cpp:50:28: warning: Member variable 'GRA_thiessenTriangulation::theZ' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_thiessenTriangulation.cpp:50:28: warning: Member variable 'GRA_thiessenTriangulation::theNumberOfNodes' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_thiessenTriangulation.cpp:50:28: warning: Member variable 'GRA_thiessenTriangulation::iadj' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_thiessenTriangulation.cpp:50:28: warning: Member variable 'GRA_thiessenTriangulation::iend' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_thiessenTriangulation.cpp:50:28: warning: Member variable 'GRA_thiessenTriangulation::xPartials' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_thiessenTriangulation.cpp:50:28: warning: Member variable 'GRA_thiessenTriangulation::yPartials' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_thiessenTriangulation.cpp:53:55: warning: Member variable 'GRA_thiessenTriangulation::theX' is not assigned a value in 'GRA_thiessenTriangulation::operator='. [operatorEqVarError]
extrema-4.4.5/src/Graphics/GRA_thiessenTriangulation.cpp:53:55: warning: Member variable 'GRA_thiessenTriangulation::theY' is not assigned a value in 'GRA_thiessenTriangulation::operator='. [operatorEqVarError]
extrema-4.4.5/src/Graphics/GRA_thiessenTriangulation.cpp:53:55: warning: Member variable 'GRA_thiessenTriangulation::theZ' is not assigned a value in 'GRA_thiessenTriangulation::operator='. [operatorEqVarError]
extrema-4.4.5/src/Graphics/GRA_thiessenTriangulation.cpp:53:55: warning: Member variable 'GRA_thiessenTriangulation::theNumberOfNodes' is not assigned a value in 'GRA_thiessenTriangulation::operator='. [operatorEqVarError]
extrema-4.4.5/src/Graphics/GRA_thiessenTriangulation.cpp:53:55: warning: Member variable 'GRA_thiessenTriangulation::iadj' is not assigned a value in 'GRA_thiessenTriangulation::operator='. [operatorEqVarError]
extrema-4.4.5/src/Graphics/GRA_thiessenTriangulation.cpp:53:55: warning: Member variable 'GRA_thiessenTriangulation::iend' is not assigned a value in 'GRA_thiessenTriangulation::operator='. [operatorEqVarError]
extrema-4.4.5/src/Graphics/GRA_thiessenTriangulation.cpp:53:55: warning: Member variable 'GRA_thiessenTriangulation::xPartials' is not assigned a value in 'GRA_thiessenTriangulation::operator='. [operatorEqVarError]
extrema-4.4.5/src/Graphics/GRA_thiessenTriangulation.cpp:53:55: warning: Member variable 'GRA_thiessenTriangulation::yPartials' is not assigned a value in 'GRA_thiessenTriangulation::operator='. [operatorEqVarError]
extrema-4.4.5/src/Graphics/GRA_thiessenTriangulation.h:36:8: style: Technically the member function 'GRA_thiessenTriangulation::QuickSort' can be const. [functionConst]
extrema-4.4.5/src/Graphics/GRA_thiessenTriangulation.cpp:56:33: note: Technically the member function 'GRA_thiessenTriangulation::QuickSort' can be const.
extrema-4.4.5/src/Graphics/GRA_thiessenTriangulation.h:36:8: note: Technically the member function 'GRA_thiessenTriangulation::QuickSort' can be const.
extrema-4.4.5/src/Graphics/GRA_thiessenTriangulation.h:37:8: performance: Technically the member function 'GRA_thiessenTriangulation::Permute' can be static. [functionStatic]
extrema-4.4.5/src/Graphics/GRA_thiessenTriangulation.cpp:200:33: note: Technically the member function 'GRA_thiessenTriangulation::Permute' can be static.
extrema-4.4.5/src/Graphics/GRA_thiessenTriangulation.h:37:8: note: Technically the member function 'GRA_thiessenTriangulation::Permute' can be static.
extrema-4.4.5/src/Graphics/GRA_thiessenTriangulation.h:41:10: style: Technically the member function 'GRA_thiessenTriangulation::Index' can be const. [functionConst]
extrema-4.4.5/src/Graphics/GRA_thiessenTriangulation.cpp:871:35: note: Technically the member function 'GRA_thiessenTriangulation::Index' can be const.
extrema-4.4.5/src/Graphics/GRA_thiessenTriangulation.h:41:10: note: Technically the member function 'GRA_thiessenTriangulation::Index' can be const.
extrema-4.4.5/src/Graphics/GRA_thiessenTriangulation.h:42:8: performance: Technically the member function 'GRA_thiessenTriangulation::Shift' can be static. [functionStatic]
extrema-4.4.5/src/Graphics/GRA_thiessenTriangulation.cpp:889:33: note: Technically the member function 'GRA_thiessenTriangulation::Shift' can be static.
extrema-4.4.5/src/Graphics/GRA_thiessenTriangulation.h:42:8: note: Technically the member function 'GRA_thiessenTriangulation::Shift' can be static.
extrema-4.4.5/src/Graphics/GRA_thiessenTriangulation.h:44:8: style: Technically the member function 'GRA_thiessenTriangulation::SwapTest' can be const. [functionConst]
extrema-4.4.5/src/Graphics/GRA_thiessenTriangulation.cpp:1075:33: note: Technically the member function 'GRA_thiessenTriangulation::SwapTest' can be const.
extrema-4.4.5/src/Graphics/GRA_thiessenTriangulation.h:44:8: note: Technically the member function 'GRA_thiessenTriangulation::SwapTest' can be const.
extrema-4.4.5/src/Graphics/GRA_thiessenTriangulation.h:45:8: style: Technically the member function 'GRA_thiessenTriangulation::Find' can be const. [functionConst]
extrema-4.4.5/src/Graphics/GRA_thiessenTriangulation.cpp:1123:33: note: Technically the member function 'GRA_thiessenTriangulation::Find' can be const.
extrema-4.4.5/src/Graphics/GRA_thiessenTriangulation.h:45:8: note: Technically the member function 'GRA_thiessenTriangulation::Find' can be const.
extrema-4.4.5/src/Graphics/GRA_thiessenTriangulation.h:47:10: performance: Technically the member function 'GRA_thiessenTriangulation::TriangleVolume' can be static. [functionStatic]
extrema-4.4.5/src/Graphics/GRA_thiessenTriangulation.cpp:1839:30: note: Technically the member function 'GRA_thiessenTriangulation::TriangleVolume' can be static.
extrema-4.4.5/src/Graphics/GRA_thiessenTriangulation.h:47:10: note: Technically the member function 'GRA_thiessenTriangulation::TriangleVolume' can be static.
extrema-4.4.5/src/Graphics/GRA_thiessenTriangulation.h:48:10: performance: Technically the member function 'GRA_thiessenTriangulation::tval' can be static. [functionStatic]
extrema-4.4.5/src/Graphics/GRA_thiessenTriangulation.cpp:1900:35: note: Technically the member function 'GRA_thiessenTriangulation::tval' can be static.
extrema-4.4.5/src/Graphics/GRA_thiessenTriangulation.h:48:10: note: Technically the member function 'GRA_thiessenTriangulation::tval' can be static.
extrema-4.4.5/src/Graphics/GRA_thiessenTriangulation.cpp:24:21: performance: Function parameter 'x' should be passed by const reference. [passedByValue]
extrema-4.4.5/src/Graphics/GRA_thiessenTriangulation.cpp:24:44: performance: Function parameter 'y' should be passed by const reference. [passedByValue]
extrema-4.4.5/src/Graphics/GRA_thiessenTriangulation.cpp:24:67: performance: Function parameter 'z' should be passed by const reference. [passedByValue]
extrema-4.4.5/src/Graphics/GRA_threeDPlot.cpp:219:6: style: Variable 'nn' is assigned a value that is never used. [unreadVariable]
extrema-4.4.5/src/Graphics/GRA_threeDPlot.cpp:382:22: style: Variable 'lineTypeSave' is assigned a value that is never used. [unreadVariable]
extrema-4.4.5/src/Graphics/GRA_threeDPlot.h:35:3: warning: Member variable 'GRA_threeDPlot::xmin_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_threeDPlot.h:35:3: warning: Member variable 'GRA_threeDPlot::xmax_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_threeDPlot.h:35:3: warning: Member variable 'GRA_threeDPlot::ymin_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_threeDPlot.h:35:3: warning: Member variable 'GRA_threeDPlot::ymax_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_threeDPlot.h:35:3: warning: Member variable 'GRA_threeDPlot::zmin_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_threeDPlot.h:35:3: warning: Member variable 'GRA_threeDPlot::zmax_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_threeDPlot.h:35:3: warning: Member variable 'GRA_threeDPlot::xmn_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_threeDPlot.h:35:3: warning: Member variable 'GRA_threeDPlot::xmx_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_threeDPlot.h:35:3: warning: Member variable 'GRA_threeDPlot::xinc_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_threeDPlot.h:35:3: warning: Member variable 'GRA_threeDPlot::ymn_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_threeDPlot.h:35:3: warning: Member variable 'GRA_threeDPlot::ymx_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_threeDPlot.h:35:3: warning: Member variable 'GRA_threeDPlot::yinc_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_threeDPlot.h:35:3: warning: Member variable 'GRA_threeDPlot::zmn_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_threeDPlot.h:35:3: warning: Member variable 'GRA_threeDPlot::zmx_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_threeDPlot.h:35:3: warning: Member variable 'GRA_threeDPlot::zinc_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_threeDPlot.h:35:3: warning: Member variable 'GRA_threeDPlot::nlxinc_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_threeDPlot.h:35:3: warning: Member variable 'GRA_threeDPlot::nlyinc_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_threeDPlot.h:35:3: warning: Member variable 'GRA_threeDPlot::nlzinc_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_threeDPlot.h:35:3: warning: Member variable 'GRA_threeDPlot::xc_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_threeDPlot.h:35:3: warning: Member variable 'GRA_threeDPlot::yc_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_threeDPlot.h:35:3: warning: Member variable 'GRA_threeDPlot::zc_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_threeDPlot.h:90:8: style: Technically the member function 'GRA_threeDPlot::ScaleXY' can be const. [functionConst]
extrema-4.4.5/src/Graphics/GRA_threeDPlot.cpp:366:22: note: Technically the member function 'GRA_threeDPlot::ScaleXY' can be const.
extrema-4.4.5/src/Graphics/GRA_threeDPlot.h:90:8: note: Technically the member function 'GRA_threeDPlot::ScaleXY' can be const.
extrema-4.4.5/src/Graphics/GRA_threeDPlot.h:35:3: style: Class 'GRA_threeDPlot' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
extrema-4.4.5/src/Graphics/GRA_threeDPlot.h:76:8: style: The function 'Draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Graphics/GRA_drawableObject.h:107:16: note: Virtual function in base class
extrema-4.4.5/src/Graphics/GRA_threeDPlot.h:76:8: note: Function in derived class
extrema-4.4.5/src/Graphics/GRA_window.cpp:1329:85: style: The scope of the variable 'xmin' can be reduced. [variableScope]
extrema-4.4.5/src/Graphics/GRA_window.cpp:1329:91: style: The scope of the variable 'ymin' can be reduced. [variableScope]
extrema-4.4.5/src/Graphics/GRA_window.cpp:1391:73: style: The scope of the variable 'bx' can be reduced. [variableScope]
extrema-4.4.5/src/Graphics/GRA_window.cpp:1391:81: style: The scope of the variable 'by' can be reduced. [variableScope]
extrema-4.4.5/src/Graphics/GRA_window.cpp:1495:10: style: The scope of the variable 'xdraw' can be reduced. [variableScope]
extrema-4.4.5/src/Graphics/GRA_window.cpp:1495:20: style: The scope of the variable 'ydraw' can be reduced. [variableScope]
extrema-4.4.5/src/Graphics/GRA_wxWidgets.cpp:25:16: warning: Member variable 'GRA_wxWidgets::xPrevious_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_wxWidgets.cpp:25:16: warning: Member variable 'GRA_wxWidgets::yPrevious_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_wxWidgets.cpp:25:16: warning: Member variable 'GRA_wxWidgets::penPrevious_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Graphics/GRA_wxWidgets.h:54:8: style: Technically the member function 'GRA_wxWidgets::DrawLineGet' can be const. [functionConst]
extrema-4.4.5/src/Graphics/GRA_wxWidgets.cpp:365:21: note: Technically the member function 'GRA_wxWidgets::DrawLineGet' can be const.
extrema-4.4.5/src/Graphics/GRA_wxWidgets.h:54:8: note: Technically the member function 'GRA_wxWidgets::DrawLineGet' can be const.
extrema-4.4.5/src/Operators/OperatorDefinition.h:101:3: warning: Member variable 'OperatorDefinition::unaryPriority_' is not initialized in the constructor. [uninitMemberVarPrivate]
extrema-4.4.5/src/Operators/OperatorDefinition.h:101:3: warning: Member variable 'OperatorDefinition::binaryPriority_' is not initialized in the constructor. [uninitMemberVarPrivate]
extrema-4.4.5/src/Operators/OperatorDefinition.h:101:3: warning: Member variable 'OperatorDefinition::operandCounter_' is not initialized in the constructor. [uninitMemberVarPrivate]
extrema-4.4.5/src/Operators/OperatorDefinition.h:101:3: warning: Member variable 'OperatorDefinition::type_' is not initialized in the constructor. [uninitMemberVarPrivate]
extrema-4.4.5/src/Operators/OperatorDefinition.h:104:3: warning: Member variable 'OperatorDefinition::name_' is not initialized in the constructor. [uninitMemberVarPrivate]
extrema-4.4.5/src/Operators/OperatorDefinition.h:104:3: warning: Member variable 'OperatorDefinition::unaryPriority_' is not initialized in the constructor. [uninitMemberVarPrivate]
extrema-4.4.5/src/Operators/OperatorDefinition.h:104:3: warning: Member variable 'OperatorDefinition::binaryPriority_' is not initialized in the constructor. [uninitMemberVarPrivate]
extrema-4.4.5/src/Operators/OperatorDefinition.h:104:3: warning: Member variable 'OperatorDefinition::operandCounter_' is not initialized in the constructor. [uninitMemberVarPrivate]
extrema-4.4.5/src/Operators/OperatorDefinition.h:104:3: warning: Member variable 'OperatorDefinition::type_' is not initialized in the constructor. [uninitMemberVarPrivate]
extrema-4.4.5/src/Operators/OperatorDefinition.h:107:29: warning: Member variable 'OperatorDefinition::name_' is not assigned a value in 'OperatorDefinition::operator='. [operatorEqVarError]
extrema-4.4.5/src/Operators/OperatorDefinition.h:107:29: warning: Member variable 'OperatorDefinition::unaryPriority_' is not assigned a value in 'OperatorDefinition::operator='. [operatorEqVarError]
extrema-4.4.5/src/Operators/OperatorDefinition.h:107:29: warning: Member variable 'OperatorDefinition::binaryPriority_' is not assigned a value in 'OperatorDefinition::operator='. [operatorEqVarError]
extrema-4.4.5/src/Operators/OperatorDefinition.h:107:29: warning: Member variable 'OperatorDefinition::operandCounter_' is not assigned a value in 'OperatorDefinition::operator='. [operatorEqVarError]
extrema-4.4.5/src/Operators/OperatorDefinition.h:107:29: warning: Member variable 'OperatorDefinition::type_' is not assigned a value in 'OperatorDefinition::operator='. [operatorEqVarError]
extrema-4.4.5/src/Operators/ScalarOperator.h:30:16: style: The function 'CalcOperand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Operators/OperatorDefinition.h:81:16: note: Virtual function in base class
extrema-4.4.5/src/Operators/ScalarOperator.h:30:16: note: Function in derived class
extrema-4.4.5/src/Operators/OPR_and.h:32:10: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Operators/OperatorDefinition.h:90:18: note: Virtual function in base class
extrema-4.4.5/src/Operators/OPR_and.h:32:10: note: Function in derived class
extrema-4.4.5/src/Operators/OPR_and.h:35:10: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Operators/OperatorDefinition.h:87:18: note: Virtual function in base class
extrema-4.4.5/src/Operators/OPR_and.h:35:10: note: Function in derived class
extrema-4.4.5/src/Operators/OPR_concatenation.h:41:3: warning: Member variable 'OPR_concatenation::firstOperandDimension_' is not initialized in the constructor. [uninitMemberVarPrivate]
extrema-4.4.5/src/Operators/OPR_concatenation.h:32:8: style: The function 'ProcessOperand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Operators/OperatorDefinition.h:76:16: note: Virtual function in base class
extrema-4.4.5/src/Operators/OPR_concatenation.h:32:8: note: Function in derived class
extrema-4.4.5/src/Operators/OPR_concatenation.h:34:8: style: The function 'CalcOperand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Operators/OperatorDefinition.h:81:16: note: Virtual function in base class
extrema-4.4.5/src/Operators/OPR_concatenation.h:34:8: note: Function in derived class
extrema-4.4.5/src/Operators/OPR_concatenation.h:35:8: style: The function 'ArrayEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Operators/OperatorDefinition.h:93:16: note: Virtual function in base class
extrema-4.4.5/src/Operators/OPR_concatenation.h:35:8: note: Function in derived class
extrema-4.4.5/src/Operators/OPR_concatenation.h:37:8: style: The function 'TextScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Operators/OperatorDefinition.h:84:16: note: Virtual function in base class
extrema-4.4.5/src/Operators/OPR_concatenation.h:37:8: note: Function in derived class
extrema-4.4.5/src/Operators/OPR_divide.h:32:10: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Operators/OperatorDefinition.h:90:18: note: Virtual function in base class
extrema-4.4.5/src/Operators/OPR_divide.h:32:10: note: Function in derived class
extrema-4.4.5/src/Operators/OPR_divide.h:35:10: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Operators/OperatorDefinition.h:87:18: note: Virtual function in base class
extrema-4.4.5/src/Operators/OPR_divide.h:35:10: note: Function in derived class
extrema-4.4.5/src/Operators/OPR_equals.h:32:10: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Operators/OperatorDefinition.h:90:18: note: Virtual function in base class
extrema-4.4.5/src/Operators/OPR_equals.h:32:10: note: Function in derived class
extrema-4.4.5/src/Operators/OPR_equals.h:35:10: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Operators/OperatorDefinition.h:87:18: note: Virtual function in base class
extrema-4.4.5/src/Operators/OPR_equals.h:35:10: note: Function in derived class
extrema-4.4.5/src/Operators/OPR_exclusiveOr.h:32:10: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Operators/OperatorDefinition.h:90:18: note: Virtual function in base class
extrema-4.4.5/src/Operators/OPR_exclusiveOr.h:32:10: note: Function in derived class
extrema-4.4.5/src/Operators/OPR_exclusiveOr.h:35:10: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Operators/OperatorDefinition.h:87:18: note: Virtual function in base class
extrema-4.4.5/src/Operators/OPR_exclusiveOr.h:35:10: note: Function in derived class
extrema-4.4.5/src/Operators/OPR_exponentiation.h:32:10: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Operators/OperatorDefinition.h:90:18: note: Virtual function in base class
extrema-4.4.5/src/Operators/OPR_exponentiation.h:32:10: note: Function in derived class
extrema-4.4.5/src/Operators/OPR_exponentiation.h:35:10: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Operators/OperatorDefinition.h:87:18: note: Virtual function in base class
extrema-4.4.5/src/Operators/OPR_exponentiation.h:35:10: note: Function in derived class
extrema-4.4.5/src/Operators/OPR_exponentiation2.h:32:10: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Operators/OperatorDefinition.h:90:18: note: Virtual function in base class
extrema-4.4.5/src/Operators/OPR_exponentiation2.h:32:10: note: Function in derived class
extrema-4.4.5/src/Operators/OPR_exponentiation2.h:35:10: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Operators/OperatorDefinition.h:87:18: note: Virtual function in base class
extrema-4.4.5/src/Operators/OPR_exponentiation2.h:35:10: note: Function in derived class
extrema-4.4.5/src/Operators/OPR_ge.h:32:10: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Operators/OperatorDefinition.h:90:18: note: Virtual function in base class
extrema-4.4.5/src/Operators/OPR_ge.h:32:10: note: Function in derived class
extrema-4.4.5/src/Operators/OPR_ge.h:35:10: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Operators/OperatorDefinition.h:87:18: note: Virtual function in base class
extrema-4.4.5/src/Operators/OPR_ge.h:35:10: note: Function in derived class
extrema-4.4.5/src/Operators/OPR_gt.h:32:10: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Operators/OperatorDefinition.h:90:18: note: Virtual function in base class
extrema-4.4.5/src/Operators/OPR_gt.h:32:10: note: Function in derived class
extrema-4.4.5/src/Operators/OPR_gt.h:35:10: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Operators/OperatorDefinition.h:87:18: note: Virtual function in base class
extrema-4.4.5/src/Operators/OPR_gt.h:35:10: note: Function in derived class
extrema-4.4.5/src/Operators/OPR_innerProduct.h:38:3: warning: Member variable 'OPR_innerProduct::firstOperandDimension_' is not initialized in the constructor. [uninitMemberVarPrivate]
extrema-4.4.5/src/Operators/OPR_innerProduct.h:32:8: style: The function 'ProcessOperand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Operators/OperatorDefinition.h:76:16: note: Virtual function in base class
extrema-4.4.5/src/Operators/OPR_innerProduct.h:32:8: note: Function in derived class
extrema-4.4.5/src/Operators/OPR_innerProduct.h:34:8: style: The function 'CalcOperand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Operators/OperatorDefinition.h:81:16: note: Virtual function in base class
extrema-4.4.5/src/Operators/OPR_innerProduct.h:34:8: note: Function in derived class
extrema-4.4.5/src/Operators/OPR_innerProduct.h:35:8: style: The function 'ArrayEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Operators/OperatorDefinition.h:93:16: note: Virtual function in base class
extrema-4.4.5/src/Operators/OPR_innerProduct.h:35:8: note: Function in derived class
extrema-4.4.5/src/Operators/OPR_intersection.h:32:8: style: The function 'ProcessOperand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Operators/OperatorDefinition.h:76:16: note: Virtual function in base class
extrema-4.4.5/src/Operators/OPR_intersection.h:32:8: note: Function in derived class
extrema-4.4.5/src/Operators/OPR_intersection.h:34:8: style: The function 'CalcOperand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Operators/OperatorDefinition.h:81:16: note: Virtual function in base class
extrema-4.4.5/src/Operators/OPR_intersection.h:34:8: note: Function in derived class
extrema-4.4.5/src/Operators/OPR_intersection.h:35:8: style: The function 'ArrayEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Operators/OperatorDefinition.h:93:16: note: Virtual function in base class
extrema-4.4.5/src/Operators/OPR_intersection.h:35:8: note: Function in derived class
extrema-4.4.5/src/Operators/OPR_le.h:32:10: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Operators/OperatorDefinition.h:90:18: note: Virtual function in base class
extrema-4.4.5/src/Operators/OPR_le.h:32:10: note: Function in derived class
extrema-4.4.5/src/Operators/OPR_le.h:35:10: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Operators/OperatorDefinition.h:87:18: note: Virtual function in base class
extrema-4.4.5/src/Operators/OPR_le.h:35:10: note: Function in derived class
extrema-4.4.5/src/Operators/OPR_lt.h:32:10: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Operators/OperatorDefinition.h:90:18: note: Virtual function in base class
extrema-4.4.5/src/Operators/OPR_lt.h:32:10: note: Function in derived class
extrema-4.4.5/src/Operators/OPR_lt.h:35:10: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Operators/OperatorDefinition.h:87:18: note: Virtual function in base class
extrema-4.4.5/src/Operators/OPR_lt.h:35:10: note: Function in derived class
extrema-4.4.5/src/Operators/OPR_minus.h:32:10: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Operators/OperatorDefinition.h:87:18: note: Virtual function in base class
extrema-4.4.5/src/Operators/OPR_minus.h:32:10: note: Function in derived class
extrema-4.4.5/src/Operators/OPR_minus.h:35:10: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Operators/OperatorDefinition.h:90:18: note: Virtual function in base class
extrema-4.4.5/src/Operators/OPR_minus.h:35:10: note: Function in derived class
extrema-4.4.5/src/Operators/OPR_multiply.h:32:10: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Operators/OperatorDefinition.h:90:18: note: Virtual function in base class
extrema-4.4.5/src/Operators/OPR_multiply.h:32:10: note: Function in derived class
extrema-4.4.5/src/Operators/OPR_multiply.h:35:10: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Operators/OperatorDefinition.h:87:18: note: Virtual function in base class
extrema-4.4.5/src/Operators/OPR_multiply.h:35:10: note: Function in derived class
extrema-4.4.5/src/Operators/OPR_ne.h:32:10: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Operators/OperatorDefinition.h:90:18: note: Virtual function in base class
extrema-4.4.5/src/Operators/OPR_ne.h:32:10: note: Function in derived class
extrema-4.4.5/src/Operators/OPR_ne.h:35:10: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Operators/OperatorDefinition.h:87:18: note: Virtual function in base class
extrema-4.4.5/src/Operators/OPR_ne.h:35:10: note: Function in derived class
extrema-4.4.5/src/Operators/OPR_not.h:32:10: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Operators/OperatorDefinition.h:87:18: note: Virtual function in base class
extrema-4.4.5/src/Operators/OPR_not.h:32:10: note: Function in derived class
extrema-4.4.5/src/Operators/OPR_not.h:35:10: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Operators/OperatorDefinition.h:90:18: note: Virtual function in base class
extrema-4.4.5/src/Operators/OPR_not.h:35:10: note: Function in derived class
extrema-4.4.5/src/Operators/OPR_or.h:32:10: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Operators/OperatorDefinition.h:90:18: note: Virtual function in base class
extrema-4.4.5/src/Operators/OPR_or.h:32:10: note: Function in derived class
extrema-4.4.5/src/Operators/OPR_or.h:35:10: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Operators/OperatorDefinition.h:87:18: note: Virtual function in base class
extrema-4.4.5/src/Operators/OPR_or.h:35:10: note: Function in derived class
extrema-4.4.5/src/Operators/OPR_outerProduct.cpp:128:40: style: Variable 'size2' is assigned a value that is never used. [unreadVariable]
extrema-4.4.5/src/Operators/OPR_outerProduct.h:38:3: warning: Member variable 'OPR_outerProduct::firstOperandDimension_' is not initialized in the constructor. [uninitMemberVarPrivate]
extrema-4.4.5/src/Operators/OPR_outerProduct.h:32:8: style: The function 'ProcessOperand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Operators/OperatorDefinition.h:76:16: note: Virtual function in base class
extrema-4.4.5/src/Operators/OPR_outerProduct.h:32:8: note: Function in derived class
extrema-4.4.5/src/Operators/OPR_outerProduct.h:34:8: style: The function 'CalcOperand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Operators/OperatorDefinition.h:81:16: note: Virtual function in base class
extrema-4.4.5/src/Operators/OPR_outerProduct.h:34:8: note: Function in derived class
extrema-4.4.5/src/Operators/OPR_outerProduct.h:35:8: style: The function 'ArrayEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Operators/OperatorDefinition.h:93:16: note: Virtual function in base class
extrema-4.4.5/src/Operators/OPR_outerProduct.h:35:8: note: Function in derived class
extrema-4.4.5/src/Operators/OPR_plus.h:32:10: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Operators/OperatorDefinition.h:87:18: note: Virtual function in base class
extrema-4.4.5/src/Operators/OPR_plus.h:32:10: note: Function in derived class
extrema-4.4.5/src/Operators/OPR_plus.h:35:10: style: The function 'ScalarEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Operators/OperatorDefinition.h:90:18: note: Virtual function in base class
extrema-4.4.5/src/Operators/OPR_plus.h:35:10: note: Function in derived class
extrema-4.4.5/src/Operators/OPR_reflect.h:32:8: style: The function 'ProcessOperand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Operators/OperatorDefinition.h:76:16: note: Virtual function in base class
extrema-4.4.5/src/Operators/OPR_reflect.h:32:8: note: Function in derived class
extrema-4.4.5/src/Operators/OPR_reflect.h:34:8: style: The function 'CalcOperand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Operators/OperatorDefinition.h:81:16: note: Virtual function in base class
extrema-4.4.5/src/Operators/OPR_reflect.h:34:8: note: Function in derived class
extrema-4.4.5/src/Operators/OPR_reflect.h:35:8: style: The function 'ArrayEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Operators/OperatorDefinition.h:93:16: note: Virtual function in base class
extrema-4.4.5/src/Operators/OPR_reflect.h:35:8: note: Function in derived class
extrema-4.4.5/src/Operators/OPR_transpose.h:32:8: style: The function 'ProcessOperand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Operators/OperatorDefinition.h:76:16: note: Virtual function in base class
extrema-4.4.5/src/Operators/OPR_transpose.h:32:8: note: Function in derived class
extrema-4.4.5/src/Operators/OPR_transpose.h:34:8: style: The function 'CalcOperand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Operators/OperatorDefinition.h:81:16: note: Virtual function in base class
extrema-4.4.5/src/Operators/OPR_transpose.h:34:8: note: Function in derived class
extrema-4.4.5/src/Operators/OPR_transpose.h:35:8: style: The function 'ArrayEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Operators/OperatorDefinition.h:93:16: note: Virtual function in base class
extrema-4.4.5/src/Operators/OPR_transpose.h:35:8: note: Function in derived class
extrema-4.4.5/src/Operators/OPR_union.h:32:8: style: The function 'ProcessOperand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Operators/OperatorDefinition.h:76:16: note: Virtual function in base class
extrema-4.4.5/src/Operators/OPR_union.h:32:8: note: Function in derived class
extrema-4.4.5/src/Operators/OPR_union.h:34:8: style: The function 'CalcOperand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Operators/OperatorDefinition.h:81:16: note: Virtual function in base class
extrema-4.4.5/src/Operators/OPR_union.h:34:8: note: Function in derived class
extrema-4.4.5/src/Operators/OPR_union.h:35:8: style: The function 'ArrayEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
extrema-4.4.5/src/Operators/OperatorDefinition.h:93:16: note: Virtual function in base class
extrema-4.4.5/src/Operators/OPR_union.h:35:8: note: Function in derived class
extrema-4.4.5/src/Operators/OperatorTable.h:62:8: performance: Technically the member function 'OperatorTable::CreateOperators' can be static. [functionStatic]
extrema-4.4.5/src/Operators/OperatorTable.cpp:98:21: note: Technically the member function 'OperatorTable::CreateOperators' can be static.
extrema-4.4.5/src/Operators/OperatorTable.h:62:8: note: Technically the member function 'OperatorTable::CreateOperators' can be static.
extrema-4.4.5/src/Operators/OperatorTable.cpp:50:3: style: Class 'OperatorTable' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
extrema-4.4.5/src/Operators/OperatorTable.h:27:1: warning: The class 'OperatorTable' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
extrema-4.4.5/src/Parsing/ParseLine.cpp:212:7: style: The scope of the variable 'currentState' can be reduced. [variableScope]
extrema-4.4.5/src/Parsing/ParseToken.h:116:12: style: Member variable 'ParseToken::stringToken_' is in the wrong place in the initializer list. [initializerList]
extrema-4.4.5/src/Parsing/ParseToken.h:33:41: note: Member variable 'ParseToken::stringToken_' is in the wrong place in the initializer list.
extrema-4.4.5/src/Parsing/ParseToken.h:116:12: note: Member variable 'ParseToken::stringToken_' is in the wrong place in the initializer list.
extrema-4.4.5/src/Parsing/ParseLine.h:30:3: style: Class 'ParseLine' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
extrema-4.4.5/src/Parsing/ESyntaxError.h:29:3: style: Class 'ESyntaxError' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
extrema-4.4.5/src/Parsing/Script.cpp:134:16: warning: Redundant assignment of 'currentLine_' to itself. [selfAssignment]
extrema-4.4.5/src/Parsing/Script.cpp:41:0: style: Variable 'script' is assigned a value that is never used. [unreadVariable]
extrema-4.4.5/src/Parsing/Script.h:126:15: style: Member variable 'Script::paramCount_' is in the wrong place in the initializer list. [initializerList]
extrema-4.4.5/src/Parsing/Script.h:31:31: note: Member variable 'Script::paramCount_' is in the wrong place in the initializer list.
extrema-4.4.5/src/Parsing/Script.h:126:15: note: Member variable 'Script::paramCount_' is in the wrong place in the initializer list.
extrema-4.4.5/src/Parsing/Script.h:124:8: style: Member variable 'Script::echo_' is in the wrong place in the initializer list. [initializerList]
extrema-4.4.5/src/Parsing/Script.h:32:9: note: Member variable 'Script::echo_' is in the wrong place in the initializer list.
extrema-4.4.5/src/Parsing/Script.h:124:8: note: Member variable 'Script::echo_' is in the wrong place in the initializer list.
extrema-4.4.5/src/Parsing/Script.h:50:8: style: Technically the member function 'Script::RemakeInputLine' can be const. [functionConst]
extrema-4.4.5/src/Parsing/Script.cpp:364:14: note: Technically the member function 'Script::RemakeInputLine' can be const.
extrema-4.4.5/src/Parsing/Script.h:50:8: note: Technically the member function 'Script::RemakeInputLine' can be const.
extrema-4.4.5/src/Parsing/Script.h:117:12: style: Technically the member function 'Script::CurrentLine' can be const. [functionConst]
extrema-4.4.5/src/Parsing/Script.cpp:107:18: note: Technically the member function 'Script::CurrentLine' can be const.
extrema-4.4.5/src/Parsing/Script.h:117:12: note: Technically the member function 'Script::CurrentLine' can be const.
extrema-4.4.5/src/Parsing/Script.h:30:3: style: Class 'Script' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
extrema-4.4.5/src/Utilities/ExGlobals.cpp:930:7: style: The scope of the variable 'currentState' can be reduced. [variableScope]
extrema-4.4.5/src/Utilities/ExGlobals.cpp:2247:39: style: Variable 'graphunits' is assigned a value that is never used. [unreadVariable]
extrema-4.4.5/src/Utilities/ExGlobals.cpp:2284:19: style: Variable 'xstart' is assigned a value that is never used. [unreadVariable]
extrema-4.4.5/src/Utilities/ExGlobals.cpp:2285:17: style: Variable 'xend' is assigned a value that is never used. [unreadVariable]
extrema-4.4.5/src/Utilities/ExGlobals.cpp:2286:19: style: Variable 'xlabel' is assigned a value that is never used. [unreadVariable]
extrema-4.4.5/src/Utilities/ExXML.h:31:3: warning: Member variable 'ExXML::rootNode_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Utilities/ExXML.h:31:3: warning: Member variable 'ExXML::currentNode_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:5610:11: style: Condition '1==1' is always true [knownConditionTrueFalse]
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:5634:11: style: Condition '1==1' is always true [knownConditionTrueFalse]
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:7820:12: style: Condition 'idig!=15' is always false [knownConditionTrueFalse]
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:7786:14: note: Assignment 'idig=15', assigned value is 15
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:7820:12: note: Condition 'idig!=15' is always false
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:5610:11: style: Same expression on both sides of '=='. [duplicateExpression]
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:5634:11: style: Same expression on both sides of '=='. [duplicateExpression]
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:7820:12: style: Same expression on both sides of '!=' because the value of 'idig' and '15' are the same. [duplicateExpression]
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:7786:14: note: 'idig' is assigned value '15' here.
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:7820:12: note: Same expression on both sides of '!=' because the value of 'idig' and '15' are the same.
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:10038:27: style: Same expression on both sides of '||'. [duplicateExpression]
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:10140:27: style: Same expression on both sides of '||'. [duplicateExpression]
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:10463:14: style: Same expression on both sides of '==' because the value of 'keyrac' and '1' are the same. [duplicateExpression]
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:10348:16: note: 'keyrac' is assigned value '1' here.
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:10463:14: note: Same expression on both sides of '==' because the value of 'keyrac' and '1' are the same.
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:11288:17: style: Same expression on both sides of '-' because the value of 'kk' and '1' are the same. [duplicateExpression]
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:11273:12: note: 'kk' is assigned value '1' here.
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:11288:17: note: Same expression on both sides of '-' because the value of 'kk' and '1' are the same.
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:11289:17: style: Same expression on both sides of '-' because the value of 'kk' and '1' are the same. [duplicateExpression]
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:11273:12: note: 'kk' is assigned value '1' here.
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:11289:17: note: Same expression on both sides of '-' because the value of 'kk' and '1' are the same.
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:11290:7: style: Same expression on both sides of '-' because the value of 'kk' and '1' are the same. [duplicateExpression]
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:11273:12: note: 'kk' is assigned value '1' here.
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:11290:7: note: Same expression on both sides of '-' because the value of 'kk' and '1' are the same.
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:11291:7: style: Same expression on both sides of '-' because the value of 'kk' and '1' are the same. [duplicateExpression]
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:11273:12: note: 'kk' is assigned value '1' here.
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:11291:7: note: Same expression on both sides of '-' because the value of 'kk' and '1' are the same.
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:5571:10: style: The scope of the variable 'l' can be reduced. [variableScope]
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:5571:21: style: The scope of the variable 'r1' can be reduced. [variableScope]
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:5571:25: style: The scope of the variable 's1' can be reduced. [variableScope]
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:5573:7: style: The scope of the variable 'm' can be reduced. [variableScope]
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:5573:10: style: The scope of the variable 'n' can be reduced. [variableScope]
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:5573:13: style: The scope of the variable 'lim' can be reduced. [variableScope]
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:6521:10: style: The scope of the variable 'xmin' can be reduced. [variableScope]
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:6521:16: style: The scope of the variable 'xmax' can be reduced. [variableScope]
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:6675:7: style: The scope of the variable 'n' can be reduced. [variableScope]
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:9330:10: style: The scope of the variable 'xs' can be reduced. [variableScope]
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:10857:12: style: The scope of the variable 'scale' can be reduced. [variableScope]
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:13297:18: style: The scope of the variable 'x1' can be reduced. [variableScope]
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:13297:22: style: The scope of the variable 'y1' can be reduced. [variableScope]
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:13297:26: style: The scope of the variable 'x2' can be reduced. [variableScope]
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:13297:30: style: The scope of the variable 'y2' can be reduced. [variableScope]
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:11930:15: warning: Suspicious code: sign conversion of -1 in calculation because '-1' has a negative value [signConversion]
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:9902:12: style: Variable 'b3' is assigned a value that is never used. [unreadVariable]
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:9921:11: style: Variable 's' is assigned a value that is never used. [unreadVariable]
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:9922:11: style: Variable 't' is assigned a value that is never used. [unreadVariable]
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:9970:12: style: Variable 'b4' is assigned a value that is never used. [unreadVariable]
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:9988:11: style: Variable 's' is assigned a value that is never used. [unreadVariable]
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:9989:11: style: Variable 't' is assigned a value that is never used. [unreadVariable]
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:3444:33: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:7627:30: style: Expression 'exp(x) - 1' can be replaced by 'expm1(x)' to avoid loss of precision. [unpreciseMathCall]
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:8076:27: style: Expression 'exp(x) - 1' can be replaced by 'expm1(x)' to avoid loss of precision. [unpreciseMathCall]
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:4006:25: error: Uninitialized variable: algap1 [uninitvar]
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:4006:32: error: Uninitialized variable: sgngam [uninitvar]
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:7078:10: error: Uninitialized variable: result [uninitvar]
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:10487:17: error: Uninitialized variable: rb [uninitvar]
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:12786:26: error: Uninitialized variable: y3 [uninitvar]
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:12787:13: error: Uninitialized variable: z33 [uninitvar]
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:12791:26: error: Uninitialized variable: x3 [uninitvar]
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:12944:14: error: Uninitialized variable: a4 [uninitvar]
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:12957:14: error: Uninitialized variable: a5 [uninitvar]
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:12950:14: error: Uninitialized variable: x5 [uninitvar]
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:12963:14: error: Uninitialized variable: x6 [uninitvar]
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:12942:15: error: Uninitialized variable: z43 [uninitvar]
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:12951:15: error: Uninitialized variable: z53 [uninitvar]
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:12964:15: error: Uninitialized variable: z63 [uninitvar]
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:12965:15: error: Uninitialized variable: z64 [uninitvar]
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:12952:17: error: Uninitialized variable: z5b1 [uninitvar]
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:12953:17: error: Uninitialized variable: z5b2 [uninitvar]
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:12954:17: error: Uninitialized variable: z5b3 [uninitvar]
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:12955:17: error: Uninitialized variable: z5b4 [uninitvar]
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:12956:17: error: Uninitialized variable: z5b5 [uninitvar]
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:12966:16: error: Uninitialized variable: z6b1 [uninitvar]
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:12967:16: error: Uninitialized variable: z6b2 [uninitvar]
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:12968:16: error: Uninitialized variable: z6b3 [uninitvar]
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:12969:16: error: Uninitialized variable: z6b4 [uninitvar]
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:12970:16: error: Uninitialized variable: z6b5 [uninitvar]
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:12960:18: error: Uninitialized variable: za5b2 [uninitvar]
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:12961:18: error: Uninitialized variable: za5b3 [uninitvar]
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:12962:18: error: Uninitialized variable: za5b4 [uninitvar]
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:10487:14: error: Uninitialized variable: ra [uninitvar]
extrema-4.4.5/src/Utilities/UsefulFunctions.cpp:13064:41: error: Uninitialized variable: z62 [uninitvar]
extrema-4.4.5/src/Variables/NumericData.h:30:3: warning: Member variable 'NumericData::scalarType_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Variables/NumericData.h:30:3: warning: Member variable 'NumericData::lowLimit_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Variables/NumericData.h:30:3: warning: Member variable 'NumericData::highLimit_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Variables/NumericData.h:38:3: warning: Member variable 'NumericData::scalarType_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Variables/NumericData.h:38:3: warning: Member variable 'NumericData::lowLimit_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Variables/NumericData.h:38:3: warning: Member variable 'NumericData::highLimit_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Variables/NumericData.h:177:16: style: Member variable 'NumericData::numberOfDimensions_' is in the wrong place in the initializer list. [initializerList]
extrema-4.4.5/src/Variables/NumericData.h:31:24: note: Member variable 'NumericData::numberOfDimensions_' is in the wrong place in the initializer list.
extrema-4.4.5/src/Variables/NumericData.h:177:16: note: Member variable 'NumericData::numberOfDimensions_' is in the wrong place in the initializer list.
extrema-4.4.5/src/Variables/NumericData.h:175:8: style: Member variable 'NumericData::lowLimitSet_' is in the wrong place in the initializer list. [initializerList]
extrema-4.4.5/src/Variables/NumericData.h:31:48: note: Member variable 'NumericData::lowLimitSet_' is in the wrong place in the initializer list.
extrema-4.4.5/src/Variables/NumericData.h:175:8: note: Member variable 'NumericData::lowLimitSet_' is in the wrong place in the initializer list.
extrema-4.4.5/src/Variables/NumericData.h:177:16: style: Member variable 'NumericData::numberOfDimensions_' is in the wrong place in the initializer list. [initializerList]
extrema-4.4.5/src/Variables/NumericData.h:39:24: note: Member variable 'NumericData::numberOfDimensions_' is in the wrong place in the initializer list.
extrema-4.4.5/src/Variables/NumericData.h:177:16: note: Member variable 'NumericData::numberOfDimensions_' is in the wrong place in the initializer list.
extrema-4.4.5/src/Variables/NumericData.h:175:8: style: Member variable 'NumericData::lowLimitSet_' is in the wrong place in the initializer list. [initializerList]
extrema-4.4.5/src/Variables/NumericData.h:39:48: note: Member variable 'NumericData::lowLimitSet_' is in the wrong place in the initializer list.
extrema-4.4.5/src/Variables/NumericData.h:175:8: note: Member variable 'NumericData::lowLimitSet_' is in the wrong place in the initializer list.
extrema-4.4.5/src/Variables/NVariableTable.h:97:5: performance: Variable 'vMap_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
extrema-4.4.5/src/Variables/EVariableError.h:28:3: style: Class 'EVariableError' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
extrema-4.4.5/src/Variables/Variable.h:29:3: style: Class 'Variable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
extrema-4.4.5/src/Variables/NumericData.h:38:3: style: Class 'NumericData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
extrema-4.4.5/src/Variables/NumericVariable.h:35:3: style: Class 'NumericVariable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
extrema-4.4.5/src/Variables/NVariableTable.h:28:1: warning: The class 'NVariableTable' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
extrema-4.4.5/src/Variables/NumericVariable.cpp:135:10: style: The scope of the variable 'scalarValue' can be reduced. [variableScope]
extrema-4.4.5/src/Variables/NumericVariable.cpp:169:7: style: The scope of the variable 'dimSizes' can be reduced. [variableScope]
extrema-4.4.5/src/Variables/NumericVariable.cpp:202:7: style: The scope of the variable 'dimSizes' can be reduced. [variableScope]
extrema-4.4.5/src/Variables/NumericVariable.cpp:233:7: style: The scope of the variable 'numberOfIndices' can be reduced. [variableScope]
extrema-4.4.5/src/Variables/TVariableTable.h:82:5: performance: Variable 'vMap_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
extrema-4.4.5/src/Variables/TextData.h:29:3: style: Class 'TextData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
extrema-4.4.5/src/Variables/TextVariable.h:35:3: style: Class 'TextVariable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
extrema-4.4.5/src/Variables/TVariableTable.h:27:1: warning: The class 'TVariableTable' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
extrema-4.4.5/src/Variables/TVariableTable.cpp:64:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
extrema-4.4.5/src/Variables/TextVariable.cpp:1009:11: style: Variable 'tv' is reassigned a value before the old one has been used. [redundantAssignment]
extrema-4.4.5/src/Variables/TextVariable.cpp:1007:11: note: Variable 'tv' is reassigned a value before the old one has been used.
extrema-4.4.5/src/Variables/TextVariable.cpp:1009:11: note: Variable 'tv' is reassigned a value before the old one has been used.
extrema-4.4.5/src/Variables/TextVariable.cpp:1018:11: style: Variable 'tv' is reassigned a value before the old one has been used. [redundantAssignment]
extrema-4.4.5/src/Variables/TextVariable.cpp:1016:11: note: Variable 'tv' is reassigned a value before the old one has been used.
extrema-4.4.5/src/Variables/TextVariable.cpp:1018:11: note: Variable 'tv' is reassigned a value before the old one has been used.
extrema-4.4.5/src/Variables/TextVariable.cpp:1017:25: style: Variable 'preExisting' is assigned a value that is never used. [unreadVariable]
extrema-4.4.5/src/Variables/TextVariable.cpp:34:3: performance: Variable 'data_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
extrema-4.4.5/src/Variables/Variable.cpp:31:11: warning: Member variable 'Variable::origin_' is not initialized in the constructor. [uninitMemberVar]
extrema-4.4.5/src/Variables/Variable.cpp:34:21: warning: Member variable 'Variable::origin_' is not assigned a value in 'Variable::operator='. [operatorEqVarError]
extrema-4.4.5/src/extrema.h:28:1: style: The class 'extrema' does not have a constructor although it has private member variables. [noConstructor]
extrema-4.4.5/src/wxForms/AnalysisCommandPanel.h:37:3: style: Class 'AnalysisCommandPanel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
extrema-4.4.5/src/wxForms/CommandTextCtrl.h:32:3: style: Class 'CommandTextCtrl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
extrema-4.4.5/src/wxForms/AnalysisWindow.h:50:3: style: Class 'AnalysisWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
extrema-4.4.5/src/wxForms/AnalysisMessagePanel.h:33:3: style: Class 'AnalysisMessagePanel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
extrema-4.4.5/src/wxForms/AnalysisMessagePanel.h:49:3: style: Class 'CommandHistoryWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
extrema-4.4.5/src/wxForms/AnalysisSpeedButtonPanel.h:39:3: style: Class 'AnalysisSpeedButtonPanel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
extrema-4.4.5/src/wxForms/VisualizationWindow.h:47:3: style: Class 'VisualizationWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
extrema-4.4.5/src/wxForms/VisualizationWindow.h:187:3: style: Class 'MyStatusBar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
extrema-4.4.5/src/wxForms/ExecuteDialog.h:29:3: style: Class 'ExecuteDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
extrema-4.4.5/src/wxForms/ReadVectorsForm.h:30:3: style: Class 'ReadVectorsForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
extrema-4.4.5/src/wxForms/ReadScalarsForm.h:30:3: style: Class 'ReadScalarsForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
extrema-4.4.5/src/wxForms/ReadMatrixForm.h:30:3: style: Class 'ReadMatrixForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
extrema-4.4.5/src/wxForms/ReadTextForm.h:30:3: style: Class 'ReadTextForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
extrema-4.4.5/src/wxForms/WriteVectorsForm.h:30:3: style: Class 'WriteVectorsForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
extrema-4.4.5/src/wxForms/WriteScalarsForm.h:30:3: style: Class 'WriteScalarsForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
extrema-4.4.5/src/wxForms/WriteMatrixForm.h:30:3: style: Class 'WriteMatrixForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
extrema-4.4.5/src/wxForms/WriteTextForm.h:30:3: style: Class 'WriteTextForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
extrema-4.4.5/src/wxForms/ShowVariablesForm.h:30:3: style: Class 'ShowVariablesForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
extrema-4.4.5/src/wxForms/GenerateVectorForm.h:30:3: style: Class 'GenerateVectorForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
extrema-4.4.5/src/wxForms/FitForm.h:31:3: style: Class 'FitForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
extrema-4.4.5/src/wxForms/StackDialog.h:29:3: style: Class 'StackDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
extrema-4.4.5/src/wxForms/BasicColors.h:27:3: style: Class 'BasicColors' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
extrema-4.4.5/src/wxForms/AxisPopup.h:36:3: style: Class 'AxisPopup' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
extrema-4.4.5/src/wxForms/GraphicsPage.h:39:3: style: Class 'GraphicsPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
extrema-4.4.5/src/wxForms/CurvePopup.h:36:3: style: Class 'CurvePopup' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
extrema-4.4.5/src/wxForms/FigureForm.h:32:3: style: Class 'FigureForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
extrema-4.4.5/src/wxForms/FitForm.cpp:0:0: error: Internal Error. MathLib::normalizeCharacterLiteral: Unhandled char constant '\%'. [cppcheckError]
extrema-4.4.5/src/wxForms/FitForm.cpp:0:0: note: Internal Error. MathLib::normalizeCharacterLiteral: Unhandled char constant '\%'.
extrema-4.4.5/src/wxForms/FitForm.cpp:0:0: note: Internal Error. MathLib::normalizeCharacterLiteral: Unhandled char constant '\%'.
extrema-4.4.5/src/wxForms/FontChooser.h:30:3: style: Class 'FontChooser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
extrema-4.4.5/src/wxForms/FontChooser.h:107:3: style: Class 'MySampleText' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
extrema-4.4.5/src/wxForms/GraphForm.h:30:3: style: Class 'GraphForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
extrema-4.4.5/src/wxForms/TextPopup.h:36:3: style: Class 'TextPopup' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
extrema-4.4.5/src/wxForms/LegendPopup.h:36:3: style: Class 'LegendPopup' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
extrema-4.4.5/src/wxForms/ImportWindow.h:96:3: style: Class 'DigitizeForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
extrema-4.4.5/src/wxForms/ImportWindow.h:136:3: style: Class 'DigitizeInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
extrema-4.4.5/src/wxForms/PeakFindForm.h:33:3: style: Class 'PeakFindForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
extrema-4.4.5/src/wxForms/ReadMatrixForm.cpp:486:22: style: The scope of the variable 'currentState' can be reduced. [variableScope]
extrema-4.4.5/src/wxForms/ReadMatrixForm.cpp:647:22: style: The scope of the variable 'currentState' can be reduced. [variableScope]
extrema-4.4.5/src/wxForms/ReadScalarsForm.cpp:462:18: style: The scope of the variable 'currentState' can be reduced. [variableScope]
extrema-4.4.5/src/wxForms/ReadVectorsForm.cpp:521:20: style: The scope of the variable 'currentState' can be reduced. [variableScope]
extrema-4.4.5/src/wxForms/SetAspectRatioForm.h:28:3: style: Class 'SetAspectRatioForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
extrema-4.4.5/src/wxForms/VarInfoForm.h:28:3: style: Class 'VarInfoForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
extrema-4.4.5/src/wxForms/TextForm.h:28:3: style: Class 'TextForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
extrema-4.4.5/src/wxForms/ThreeDPlotForm.h:46:3: style: Class 'ThreeDPlotForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
extrema-4.4.5/src/wxForms/VisualizationSpeedButtonPanel.cpp:155:0: style: Variable 'importForm' is assigned a value that is never used. [unreadVariable]
extrema-4.4.5/src/wxForms/VisualizationSpeedButtonPanel.h:31:3: style: Class 'VisualizationSpeedButtonPanel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
extrema-4.4.5/src/wxForms/VisualizationSpeedButtonPanel.h:82:3: style: Class 'MyPrintout' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
extrema-4.4.5/src/wxForms/VisualizationWindow.cpp:479:0: style: Variable 'importForm' is assigned a value that is never used. [unreadVariable]
extrema-4.4.5/src/wxForms/VisualizationWindow.cpp:497:0: style: Variable 'importForm' is assigned a value that is never used. [unreadVariable]
extrema-4.4.5/src/wxForms/WriteMatrixForm.cpp:169:9: style: The scope of the variable 'ndm' can be reduced. [variableScope]
extrema-4.4.5/src/wxForms/WriteMatrixForm.cpp:170:12: style: The scope of the variable 'value' can be reduced. [variableScope]
extrema-4.4.5/src/wxForms/WriteScalarsForm.cpp:168:9: style: The scope of the variable 'ndm' can be reduced. [variableScope]
extrema-4.4.5/src/wxForms/WriteScalarsForm.cpp:171:9: style: The scope of the variable 'dimSizes' can be reduced. [variableScope]
extrema-4.4.5/src/wxForms/WriteVectorsForm.cpp:172:9: style: The scope of the variable 'ndm' can be reduced. [variableScope]
extrema-4.4.5/src/wxForms/WriteVectorsForm.cpp:173:12: style: The scope of the variable 'value' can be reduced. [variableScope]
[19:08]

ftp://ftp.se.debian.org/debian/pool/main/e/extremetuxracer/extremetuxracer_0.7.5.orig.tar.xz
etr-0.7.5/src/matrices.h:26:0: warning: Member variable 'TMatrix < x , y >::_data' is not initialized in the constructor. [uninitMemberVar]
etr-0.7.5/src/common.cpp:84:34: style: Function 'PrintColor' argument 1 names different: declaration 'c' definition 'v'. [funcArgNamesDifferent]
etr-0.7.5/src/common.h:89:34: note: Function 'PrintColor' argument 1 names different: declaration 'c' definition 'v'.
etr-0.7.5/src/common.cpp:84:34: note: Function 'PrintColor' argument 1 names different: declaration 'c' definition 'v'.
etr-0.7.5/src/common.cpp:153:28: style: Function 'Message' argument 1 names different: declaration 'a' definition 'msg'. [funcArgNamesDifferent]
etr-0.7.5/src/common.h:111:28: note: Function 'Message' argument 1 names different: declaration 'a' definition 'msg'.
etr-0.7.5/src/common.cpp:153:28: note: Function 'Message' argument 1 names different: declaration 'a' definition 'msg'.
etr-0.7.5/src/matrices.h:26:0: warning: Member variable 'TMatrix < 4 , 4 >::_data' is not initialized in the constructor. [uninitMemberVar]
etr-0.7.5/src/matrices.h:26:0: warning: Member variable 'TMatrix < 3 , 3 >::_data' is not initialized in the constructor. [uninitMemberVar]
etr-0.7.5/src/config_screen.h:24:7: style: The function 'Enter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:58:15: note: Virtual function in base class
etr-0.7.5/src/config_screen.h:24:7: note: Function in derived class
etr-0.7.5/src/config_screen.h:25:7: style: The function 'Loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:59:15: note: Virtual function in base class
etr-0.7.5/src/config_screen.h:25:7: note: Function in derived class
etr-0.7.5/src/config_screen.h:26:7: style: The function 'Keyb' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:60:15: note: Virtual function in base class
etr-0.7.5/src/config_screen.h:26:7: note: Function in derived class
etr-0.7.5/src/config_screen.h:27:7: style: The function 'Mouse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:61:15: note: Virtual function in base class
etr-0.7.5/src/config_screen.h:27:7: note: Function in derived class
etr-0.7.5/src/config_screen.h:28:7: style: The function 'Motion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:62:15: note: Virtual function in base class
etr-0.7.5/src/config_screen.h:28:7: note: Function in derived class
etr-0.7.5/src/gui.h:77:7: style: The function 'Draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/gui.h:57:15: note: Virtual function in base class
etr-0.7.5/src/gui.h:77:7: note: Function in derived class
etr-0.7.5/src/gui.h:89:7: style: The function 'Activated' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/gui.h:63:15: note: Virtual function in base class
etr-0.7.5/src/gui.h:89:7: note: Function in derived class
etr-0.7.5/src/gui.h:90:7: style: The function 'Draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/gui.h:57:15: note: Virtual function in base class
etr-0.7.5/src/gui.h:90:7: note: Function in derived class
etr-0.7.5/src/gui.h:99:7: style: The function 'Focussed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/gui.h:62:15: note: Virtual function in base class
etr-0.7.5/src/gui.h:99:7: note: Function in derived class
etr-0.7.5/src/gui.h:100:7: style: The function 'Draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/gui.h:57:15: note: Virtual function in base class
etr-0.7.5/src/gui.h:100:7: note: Function in derived class
etr-0.7.5/src/gui.h:117:7: style: The function 'Draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/gui.h:57:15: note: Virtual function in base class
etr-0.7.5/src/gui.h:117:7: note: Function in derived class
etr-0.7.5/src/gui.h:118:7: style: The function 'TextEnter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/gui.h:59:15: note: Virtual function in base class
etr-0.7.5/src/gui.h:118:7: note: Function in derived class
etr-0.7.5/src/gui.h:119:7: style: The function 'Key' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/gui.h:60:15: note: Virtual function in base class
etr-0.7.5/src/gui.h:119:7: note: Function in derived class
etr-0.7.5/src/gui.h:120:7: style: The function 'Focussed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/gui.h:62:15: note: Virtual function in base class
etr-0.7.5/src/gui.h:120:7: note: Function in derived class
etr-0.7.5/src/gui.h:133:7: style: The function 'Draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/gui.h:57:15: note: Virtual function in base class
etr-0.7.5/src/gui.h:133:7: note: Function in derived class
etr-0.7.5/src/gui.h:136:7: style: The function 'Focussed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/gui.h:62:15: note: Virtual function in base class
etr-0.7.5/src/gui.h:136:7: note: Function in derived class
etr-0.7.5/src/gui.h:137:7: style: The function 'Click' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/gui.h:58:15: note: Virtual function in base class
etr-0.7.5/src/gui.h:137:7: note: Function in derived class
etr-0.7.5/src/gui.h:138:7: style: The function 'Key' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/gui.h:60:15: note: Virtual function in base class
etr-0.7.5/src/gui.h:138:7: note: Function in derived class
etr-0.7.5/src/gui.h:152:7: style: The function 'Draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/gui.h:57:15: note: Virtual function in base class
etr-0.7.5/src/gui.h:152:7: note: Function in derived class
etr-0.7.5/src/gui.h:153:7: style: The function 'Focussed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/gui.h:62:15: note: Virtual function in base class
etr-0.7.5/src/gui.h:153:7: note: Function in derived class
etr-0.7.5/src/gui.h:154:7: style: The function 'Click' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/gui.h:58:15: note: Virtual function in base class
etr-0.7.5/src/gui.h:154:7: note: Function in derived class
etr-0.7.5/src/gui.h:155:7: style: The function 'Key' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/gui.h:60:15: note: Virtual function in base class
etr-0.7.5/src/gui.h:155:7: note: Function in derived class
etr-0.7.5/src/gui.h:165:7: style: The function 'Activated' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/gui.h:63:15: note: Virtual function in base class
etr-0.7.5/src/gui.h:165:7: note: Function in derived class
etr-0.7.5/src/gui.h:166:7: style: The function 'Focussed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/gui.h:62:15: note: Virtual function in base class
etr-0.7.5/src/gui.h:166:7: note: Function in derived class
etr-0.7.5/src/gui.h:167:7: style: The function 'Draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/gui.h:57:15: note: Virtual function in base class
etr-0.7.5/src/gui.h:167:7: note: Function in derived class
etr-0.7.5/src/gui.h:183:7: style: The function 'Draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/gui.h:57:15: note: Virtual function in base class
etr-0.7.5/src/gui.h:183:7: note: Function in derived class
etr-0.7.5/src/gui.h:184:7: style: The function 'Click' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/gui.h:58:15: note: Virtual function in base class
etr-0.7.5/src/gui.h:184:7: note: Function in derived class
etr-0.7.5/src/gui.h:185:7: style: The function 'Key' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/gui.h:60:15: note: Virtual function in base class
etr-0.7.5/src/gui.h:185:7: note: Function in derived class
etr-0.7.5/src/gui.h:186:7: style: The function 'MouseMove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/gui.h:61:15: note: Virtual function in base class
etr-0.7.5/src/gui.h:186:7: note: Function in derived class
etr-0.7.5/src/course.cpp:65:10: warning: Member variable 'CCourse::nx' is not initialized in the constructor. [uninitMemberVar]
etr-0.7.5/src/course.cpp:65:10: warning: Member variable 'CCourse::ny' is not initialized in the constructor. [uninitMemberVar]
etr-0.7.5/src/course.cpp:65:10: warning: Member variable 'CCourse::base_height_value' is not initialized in the constructor. [uninitMemberVar]
etr-0.7.5/src/credits.h:38:7: style: The function 'Enter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:58:15: note: Virtual function in base class
etr-0.7.5/src/credits.h:38:7: note: Function in derived class
etr-0.7.5/src/credits.h:39:7: style: The function 'Exit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:66:15: note: Virtual function in base class
etr-0.7.5/src/credits.h:39:7: note: Function in derived class
etr-0.7.5/src/credits.h:40:7: style: The function 'Loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:59:15: note: Virtual function in base class
etr-0.7.5/src/credits.h:40:7: note: Function in derived class
etr-0.7.5/src/credits.h:41:7: style: The function 'Keyb' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:60:15: note: Virtual function in base class
etr-0.7.5/src/credits.h:41:7: note: Function in derived class
etr-0.7.5/src/credits.h:42:7: style: The function 'Mouse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:61:15: note: Virtual function in base class
etr-0.7.5/src/credits.h:42:7: note: Function in derived class
etr-0.7.5/src/credits.h:43:7: style: The function 'Motion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:62:15: note: Virtual function in base class
etr-0.7.5/src/credits.h:43:7: note: Function in derived class
etr-0.7.5/src/env.cpp:50:15: warning: Member variable 'CEnvironment::lights' is not initialized in the constructor. [uninitMemberVar]
etr-0.7.5/src/env.cpp:50:15: warning: Member variable 'CEnvironment::fog' is not initialized in the constructor. [uninitMemberVar]
etr-0.7.5/src/env.h:73:7: style: Unused private function: 'CEnvironment::Reset' [unusedPrivateFunction]
etr-0.7.5/src/env.h:82:7: style: Technically the member function 'CEnvironment::DrawFog' can be const. [functionConst]
etr-0.7.5/src/env.cpp:303:20: note: Technically the member function 'CEnvironment::DrawFog' can be const.
etr-0.7.5/src/env.h:82:7: note: Technically the member function 'CEnvironment::DrawFog' can be const.
etr-0.7.5/src/event.cpp:186:25: style: Function 'Loop' argument 1 names different: declaration 'time_step' definition 'timestep'. [funcArgNamesDifferent]
etr-0.7.5/src/event.h:26:18: note: Function 'Loop' argument 1 names different: declaration 'time_step' definition 'timestep'.
etr-0.7.5/src/event.cpp:186:25: note: Function 'Loop' argument 1 names different: declaration 'time_step' definition 'timestep'.
etr-0.7.5/src/event.h:25:7: style: The function 'Enter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:58:15: note: Virtual function in base class
etr-0.7.5/src/event.h:25:7: note: Function in derived class
etr-0.7.5/src/event.h:26:7: style: The function 'Loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:59:15: note: Virtual function in base class
etr-0.7.5/src/event.h:26:7: note: Function in derived class
etr-0.7.5/src/event.h:27:7: style: The function 'Keyb' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:60:15: note: Virtual function in base class
etr-0.7.5/src/event.h:27:7: note: Function in derived class
etr-0.7.5/src/event.h:28:7: style: The function 'Mouse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:61:15: note: Virtual function in base class
etr-0.7.5/src/event.h:28:7: note: Function in derived class
etr-0.7.5/src/event.h:29:7: style: The function 'Motion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:62:15: note: Virtual function in base class
etr-0.7.5/src/event.h:29:7: note: Function in derived class
etr-0.7.5/src/event_select.h:25:7: style: The function 'Enter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:58:15: note: Virtual function in base class
etr-0.7.5/src/event_select.h:25:7: note: Function in derived class
etr-0.7.5/src/event_select.h:26:7: style: The function 'Loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:59:15: note: Virtual function in base class
etr-0.7.5/src/event_select.h:26:7: note: Function in derived class
etr-0.7.5/src/event_select.h:27:7: style: The function 'Keyb' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:60:15: note: Virtual function in base class
etr-0.7.5/src/event_select.h:27:7: note: Function in derived class
etr-0.7.5/src/event_select.h:28:7: style: The function 'Mouse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:61:15: note: Virtual function in base class
etr-0.7.5/src/event_select.h:28:7: note: Function in derived class
etr-0.7.5/src/event_select.h:29:7: style: The function 'Motion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:62:15: note: Virtual function in base class
etr-0.7.5/src/event_select.h:29:7: note: Function in derived class
etr-0.7.5/src/game_over.h:25:7: style: The function 'Enter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:58:15: note: Virtual function in base class
etr-0.7.5/src/game_over.h:25:7: note: Function in derived class
etr-0.7.5/src/game_over.h:26:7: style: The function 'Loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:59:15: note: Virtual function in base class
etr-0.7.5/src/game_over.h:26:7: note: Function in derived class
etr-0.7.5/src/game_over.h:27:7: style: The function 'Keyb' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:60:15: note: Virtual function in base class
etr-0.7.5/src/game_over.h:27:7: note: Function in derived class
etr-0.7.5/src/game_over.h:28:7: style: The function 'Mouse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:61:15: note: Virtual function in base class
etr-0.7.5/src/game_over.h:28:7: note: Function in derived class
etr-0.7.5/src/loading.h:25:7: style: The function 'Enter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:58:15: note: Virtual function in base class
etr-0.7.5/src/loading.h:25:7: note: Function in derived class
etr-0.7.5/src/loading.h:26:7: style: The function 'Loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:59:15: note: Virtual function in base class
etr-0.7.5/src/loading.h:26:7: note: Function in derived class
etr-0.7.5/src/event_select.cpp:123:31: style: Function 'Loop' argument 1 names different: declaration 'time_step' definition 'timestep'. [funcArgNamesDifferent]
etr-0.7.5/src/event_select.h:26:18: note: Function 'Loop' argument 1 names different: declaration 'time_step' definition 'timestep'.
etr-0.7.5/src/event_select.cpp:123:31: note: Function 'Loop' argument 1 names different: declaration 'time_step' definition 'timestep'.
etr-0.7.5/src/game_type_select.h:25:7: style: The function 'Enter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:58:15: note: Virtual function in base class
etr-0.7.5/src/game_type_select.h:25:7: note: Function in derived class
etr-0.7.5/src/game_type_select.h:26:7: style: The function 'Loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:59:15: note: Virtual function in base class
etr-0.7.5/src/game_type_select.h:26:7: note: Function in derived class
etr-0.7.5/src/game_type_select.h:27:7: style: The function 'Keyb' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:60:15: note: Virtual function in base class
etr-0.7.5/src/game_type_select.h:27:7: note: Function in derived class
etr-0.7.5/src/game_type_select.h:28:7: style: The function 'Mouse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:61:15: note: Virtual function in base class
etr-0.7.5/src/game_type_select.h:28:7: note: Function in derived class
etr-0.7.5/src/game_type_select.h:29:7: style: The function 'Motion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:62:15: note: Virtual function in base class
etr-0.7.5/src/game_type_select.h:29:7: note: Function in derived class
etr-0.7.5/src/font.h:67:6: style: Technically the member function 'CFont::AutoDistanceN' can be const. [functionConst]
etr-0.7.5/src/font.cpp:190:12: note: Technically the member function 'CFont::AutoDistanceN' can be const.
etr-0.7.5/src/font.h:67:6: note: Technically the member function 'CFont::AutoDistanceN' can be const.
etr-0.7.5/src/font.h:79:17: performance: Technically the member function 'CFont::MakeLineList' can be static. [functionStatic]
etr-0.7.5/src/font.cpp:249:23: note: Technically the member function 'CFont::MakeLineList' can be static.
etr-0.7.5/src/font.h:79:17: note: Technically the member function 'CFont::MakeLineList' can be static.
etr-0.7.5/src/game_config.cpp:297:21: style: Unused variable: home [unusedVariable]
etr-0.7.5/src/game_ctrl.cpp:274:47: style: Function 'GetKeyframe' argument 1 names different: declaration 'type' definition 'type_'. [funcArgNamesDifferent]
etr-0.7.5/src/game_ctrl.h:160:36: note: Function 'GetKeyframe' argument 1 names different: declaration 'type' definition 'type_'.
etr-0.7.5/src/game_ctrl.cpp:274:47: note: Function 'GetKeyframe' argument 1 names different: declaration 'type' definition 'type_'.
etr-0.7.5/src/game_ctrl.h:132:7: performance: Technically the member function 'CPlayers::AddPassedCup' can be static. [functionStatic]
etr-0.7.5/src/game_ctrl.cpp:219:16: note: Technically the member function 'CPlayers::AddPassedCup' can be static.
etr-0.7.5/src/game_ctrl.h:132:7: note: Technically the member function 'CPlayers::AddPassedCup' can be static.
etr-0.7.5/src/score.h:48:7: style: The function 'Enter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:58:15: note: Virtual function in base class
etr-0.7.5/src/score.h:48:7: note: Function in derived class
etr-0.7.5/src/score.h:49:7: style: The function 'Loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:59:15: note: Virtual function in base class
etr-0.7.5/src/score.h:49:7: note: Function in derived class
etr-0.7.5/src/score.h:50:7: style: The function 'Keyb' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:60:15: note: Virtual function in base class
etr-0.7.5/src/score.h:50:7: note: Function in derived class
etr-0.7.5/src/score.h:51:7: style: The function 'Mouse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:61:15: note: Virtual function in base class
etr-0.7.5/src/score.h:51:7: note: Function in derived class
etr-0.7.5/src/score.h:52:7: style: The function 'Motion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:62:15: note: Virtual function in base class
etr-0.7.5/src/score.h:52:7: note: Function in derived class
etr-0.7.5/src/race_select.h:25:7: style: The function 'Enter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:58:15: note: Virtual function in base class
etr-0.7.5/src/race_select.h:25:7: note: Function in derived class
etr-0.7.5/src/race_select.h:26:7: style: The function 'Loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:59:15: note: Virtual function in base class
etr-0.7.5/src/race_select.h:26:7: note: Function in derived class
etr-0.7.5/src/race_select.h:27:7: style: The function 'Keyb' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:60:15: note: Virtual function in base class
etr-0.7.5/src/race_select.h:27:7: note: Function in derived class
etr-0.7.5/src/race_select.h:28:7: style: The function 'Mouse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:61:15: note: Virtual function in base class
etr-0.7.5/src/race_select.h:28:7: note: Function in derived class
etr-0.7.5/src/race_select.h:29:7: style: The function 'Motion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:62:15: note: Virtual function in base class
etr-0.7.5/src/race_select.h:29:7: note: Function in derived class
etr-0.7.5/src/help.h:25:7: style: The function 'Enter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:58:15: note: Virtual function in base class
etr-0.7.5/src/help.h:25:7: note: Function in derived class
etr-0.7.5/src/help.h:26:7: style: The function 'Loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:59:15: note: Virtual function in base class
etr-0.7.5/src/help.h:26:7: note: Function in derived class
etr-0.7.5/src/help.h:27:7: style: The function 'Keyb' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:60:15: note: Virtual function in base class
etr-0.7.5/src/help.h:27:7: note: Function in derived class
etr-0.7.5/src/help.h:28:7: style: The function 'Mouse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:61:15: note: Virtual function in base class
etr-0.7.5/src/help.h:28:7: note: Function in derived class
etr-0.7.5/src/help.h:29:7: style: The function 'Motion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:62:15: note: Virtual function in base class
etr-0.7.5/src/help.h:29:7: note: Function in derived class
etr-0.7.5/src/gui.cpp:218:33: style: Function 'TextEnter' argument 1 names different: declaration 'text' definition 'key'. [funcArgNamesDifferent]
etr-0.7.5/src/gui.h:118:22: note: Function 'TextEnter' argument 1 names different: declaration 'text' definition 'key'.
etr-0.7.5/src/gui.cpp:218:33: note: Function 'TextEnter' argument 1 names different: declaration 'text' definition 'key'.
etr-0.7.5/src/gui.cpp:293:40: style: Function 'TCheckbox' argument 3 names different: declaration 'width_' definition 'width'. [funcArgNamesDifferent]
etr-0.7.5/src/gui.h:132:30: note: Function 'TCheckbox' argument 3 names different: declaration 'width_' definition 'width'.
etr-0.7.5/src/gui.cpp:293:40: note: Function 'TCheckbox' argument 3 names different: declaration 'width_' definition 'width'.
etr-0.7.5/src/gui.cpp:617:30: style: Function 'DrawGUIBackground' argument 1 names different: declaration 'scale' definition 'logoScale'. [funcArgNamesDifferent]
etr-0.7.5/src/gui.h:207:30: note: Function 'DrawGUIBackground' argument 1 names different: declaration 'scale' definition 'logoScale'.
etr-0.7.5/src/gui.cpp:617:30: note: Function 'DrawGUIBackground' argument 1 names different: declaration 'scale' definition 'logoScale'.
etr-0.7.5/src/help.cpp:71:24: style: Function 'Loop' argument 1 names different: declaration 'time_step' definition 'timestep'. [funcArgNamesDifferent]
etr-0.7.5/src/help.h:26:18: note: Function 'Loop' argument 1 names different: declaration 'time_step' definition 'timestep'.
etr-0.7.5/src/help.cpp:71:24: note: Function 'Loop' argument 1 names different: declaration 'time_step' definition 'timestep'.
etr-0.7.5/src/intro.h:25:7: style: The function 'Enter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:58:15: note: Virtual function in base class
etr-0.7.5/src/intro.h:25:7: note: Function in derived class
etr-0.7.5/src/intro.h:26:7: style: The function 'Loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:59:15: note: Virtual function in base class
etr-0.7.5/src/intro.h:26:7: note: Function in derived class
etr-0.7.5/src/intro.h:27:7: style: The function 'Keyb' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:60:15: note: Virtual function in base class
etr-0.7.5/src/intro.h:27:7: note: Function in derived class
etr-0.7.5/src/racing.h:25:7: style: The function 'Enter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:58:15: note: Virtual function in base class
etr-0.7.5/src/racing.h:25:7: note: Function in derived class
etr-0.7.5/src/racing.h:26:7: style: The function 'Loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:59:15: note: Virtual function in base class
etr-0.7.5/src/racing.h:26:7: note: Function in derived class
etr-0.7.5/src/racing.h:27:7: style: The function 'Keyb' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:60:15: note: Virtual function in base class
etr-0.7.5/src/racing.h:27:7: note: Function in derived class
etr-0.7.5/src/racing.h:28:7: style: The function 'Jaxis' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:63:15: note: Virtual function in base class
etr-0.7.5/src/racing.h:28:7: note: Function in derived class
etr-0.7.5/src/racing.h:29:7: style: The function 'Jbutt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:64:15: note: Virtual function in base class
etr-0.7.5/src/racing.h:29:7: note: Function in derived class
etr-0.7.5/src/racing.h:30:7: style: The function 'Exit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:66:15: note: Virtual function in base class
etr-0.7.5/src/racing.h:30:7: note: Function in derived class
etr-0.7.5/src/keyframe.cpp:202:78: style: Function 'CalcKeyframe' argument 3 names different: declaration 'refpos' definition 'refpos_'. [funcArgNamesDifferent]
etr-0.7.5/src/keyframe.h:63:68: note: Function 'CalcKeyframe' argument 3 names different: declaration 'refpos' definition 'refpos_'.
etr-0.7.5/src/keyframe.cpp:202:78: note: Function 'CalcKeyframe' argument 3 names different: declaration 'refpos' definition 'refpos_'.
etr-0.7.5/src/keyframe.h:50:7: performance: Technically the member function 'CKeyframe::ResetFrame2' can be static. [functionStatic]
etr-0.7.5/src/keyframe.cpp:327:17: note: Technically the member function 'CKeyframe::ResetFrame2' can be static.
etr-0.7.5/src/keyframe.h:50:7: note: Technically the member function 'CKeyframe::ResetFrame2' can be static.
etr-0.7.5/src/keyframe.h:63:7: style: Technically the member function 'CKeyframe::CalcKeyframe' can be const. [functionConst]
etr-0.7.5/src/keyframe.cpp:202:17: note: Technically the member function 'CKeyframe::CalcKeyframe' can be const.
etr-0.7.5/src/keyframe.h:63:7: note: Technically the member function 'CKeyframe::CalcKeyframe' can be const.
etr-0.7.5/src/splash_screen.h:25:7: style: The function 'Enter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:58:15: note: Virtual function in base class
etr-0.7.5/src/splash_screen.h:25:7: note: Function in derived class
etr-0.7.5/src/splash_screen.h:26:7: style: The function 'Loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:59:15: note: Virtual function in base class
etr-0.7.5/src/splash_screen.h:26:7: note: Function in derived class
etr-0.7.5/src/tools.h:90:7: style: The function 'Loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:59:15: note: Virtual function in base class
etr-0.7.5/src/tools.h:90:7: note: Function in derived class
etr-0.7.5/src/tools.h:91:7: style: The function 'Keyb' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:60:15: note: Virtual function in base class
etr-0.7.5/src/tools.h:91:7: note: Function in derived class
etr-0.7.5/src/tools.h:92:7: style: The function 'Mouse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:61:15: note: Virtual function in base class
etr-0.7.5/src/tools.h:92:7: note: Function in derived class
etr-0.7.5/src/tools.h:93:7: style: The function 'Motion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:62:15: note: Virtual function in base class
etr-0.7.5/src/tools.h:93:7: note: Function in derived class
etr-0.7.5/src/tools.h:95:7: style: The function 'Enter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:58:15: note: Virtual function in base class
etr-0.7.5/src/tools.h:95:7: note: Function in derived class
etr-0.7.5/src/ogl_test.h:25:7: style: The function 'Loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:59:15: note: Virtual function in base class
etr-0.7.5/src/ogl_test.h:25:7: note: Function in derived class
etr-0.7.5/src/ogl_test.h:26:7: style: The function 'Keyb' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:60:15: note: Virtual function in base class
etr-0.7.5/src/ogl_test.h:26:7: note: Function in derived class
etr-0.7.5/src/mathlib.cpp:188:59: style: Function 'MakeQuaternionFromMatrix' argument 1 names different: declaration 'mat' definition 'm'. [funcArgNamesDifferent]
etr-0.7.5/src/mathlib.h:60:59: note: Function 'MakeQuaternionFromMatrix' argument 1 names different: declaration 'mat' definition 'm'.
etr-0.7.5/src/mathlib.cpp:188:59: note: Function 'MakeQuaternionFromMatrix' argument 1 names different: declaration 'mat' definition 'm'.
etr-0.7.5/src/matrices.h:26:2: warning: Member variable 'TMatrix::_data' is not initialized in the constructor. [uninitMemberVar]
etr-0.7.5/src/newplayer.cpp:112:29: style: Function 'Loop' argument 1 names different: declaration 'time_step' definition 'timestep'. [funcArgNamesDifferent]
etr-0.7.5/src/newplayer.h:26:18: note: Function 'Loop' argument 1 names different: declaration 'time_step' definition 'timestep'.
etr-0.7.5/src/newplayer.cpp:112:29: note: Function 'Loop' argument 1 names different: declaration 'time_step' definition 'timestep'.
etr-0.7.5/src/newplayer.h:25:7: style: The function 'Enter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:58:15: note: Virtual function in base class
etr-0.7.5/src/newplayer.h:25:7: note: Function in derived class
etr-0.7.5/src/newplayer.h:26:7: style: The function 'Loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:59:15: note: Virtual function in base class
etr-0.7.5/src/newplayer.h:26:7: note: Function in derived class
etr-0.7.5/src/newplayer.h:27:7: style: The function 'Keyb' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:60:15: note: Virtual function in base class
etr-0.7.5/src/newplayer.h:27:7: note: Function in derived class
etr-0.7.5/src/newplayer.h:28:7: style: The function 'TextEntered' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:65:15: note: Virtual function in base class
etr-0.7.5/src/newplayer.h:28:7: note: Function in derived class
etr-0.7.5/src/newplayer.h:29:7: style: The function 'Mouse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:61:15: note: Virtual function in base class
etr-0.7.5/src/newplayer.h:29:7: note: Function in derived class
etr-0.7.5/src/newplayer.h:30:7: style: The function 'Motion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:62:15: note: Virtual function in base class
etr-0.7.5/src/newplayer.h:30:7: note: Function in derived class
etr-0.7.5/src/regist.h:25:7: style: The function 'Enter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:58:15: note: Virtual function in base class
etr-0.7.5/src/regist.h:25:7: note: Function in derived class
etr-0.7.5/src/regist.h:26:7: style: The function 'Loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:59:15: note: Virtual function in base class
etr-0.7.5/src/regist.h:26:7: note: Function in derived class
etr-0.7.5/src/regist.h:27:7: style: The function 'Keyb' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:60:15: note: Virtual function in base class
etr-0.7.5/src/regist.h:27:7: note: Function in derived class
etr-0.7.5/src/regist.h:28:7: style: The function 'Mouse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:61:15: note: Virtual function in base class
etr-0.7.5/src/regist.h:28:7: note: Function in derived class
etr-0.7.5/src/regist.h:29:7: style: The function 'Motion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:62:15: note: Virtual function in base class
etr-0.7.5/src/regist.h:29:7: note: Function in derived class
etr-0.7.5/src/ogl.cpp:117:44: style: Function 'set_material_diffuse' argument 1 names different: declaration 'specular_colour' definition 'diffuse_colour'. [funcArgNamesDifferent]
etr-0.7.5/src/ogl.h:51:44: note: Function 'set_material_diffuse' argument 1 names different: declaration 'specular_colour' definition 'diffuse_colour'.
etr-0.7.5/src/ogl.cpp:117:44: note: Function 'set_material_diffuse' argument 1 names different: declaration 'specular_colour' definition 'diffuse_colour'.
etr-0.7.5/src/ogl_test.cpp:55:27: style: Function 'Loop' argument 1 names different: declaration 'time_step' definition 'timestep'. [funcArgNamesDifferent]
etr-0.7.5/src/ogl_test.h:25:18: note: Function 'Loop' argument 1 names different: declaration 'time_step' definition 'timestep'.
etr-0.7.5/src/ogl_test.cpp:55:27: note: Function 'Loop' argument 1 names different: declaration 'time_step' definition 'timestep'.
etr-0.7.5/src/particles.cpp:483:11: style: Function 'TFlakeArea' argument 2 names different: declaration 'xrange' definition '_xrange'. [funcArgNamesDifferent]
etr-0.7.5/src/particles.h:79:12: note: Function 'TFlakeArea' argument 2 names different: declaration 'xrange' definition '_xrange'.
etr-0.7.5/src/particles.cpp:483:11: note: Function 'TFlakeArea' argument 2 names different: declaration 'xrange' definition '_xrange'.
etr-0.7.5/src/particles.cpp:484:11: style: Function 'TFlakeArea' argument 3 names different: declaration 'ytop' definition '_ytop'. [funcArgNamesDifferent]
etr-0.7.5/src/particles.h:80:12: note: Function 'TFlakeArea' argument 3 names different: declaration 'ytop' definition '_ytop'.
etr-0.7.5/src/particles.cpp:484:11: note: Function 'TFlakeArea' argument 3 names different: declaration 'ytop' definition '_ytop'.
etr-0.7.5/src/particles.cpp:485:11: style: Function 'TFlakeArea' argument 4 names different: declaration 'yrange' definition '_yrange'. [funcArgNamesDifferent]
etr-0.7.5/src/particles.h:81:12: note: Function 'TFlakeArea' argument 4 names different: declaration 'yrange' definition '_yrange'.
etr-0.7.5/src/particles.cpp:485:11: note: Function 'TFlakeArea' argument 4 names different: declaration 'yrange' definition '_yrange'.
etr-0.7.5/src/particles.cpp:486:11: style: Function 'TFlakeArea' argument 5 names different: declaration 'zback' definition '_zback'. [funcArgNamesDifferent]
etr-0.7.5/src/particles.h:82:12: note: Function 'TFlakeArea' argument 5 names different: declaration 'zback' definition '_zback'.
etr-0.7.5/src/particles.cpp:486:11: note: Function 'TFlakeArea' argument 5 names different: declaration 'zback' definition '_zback'.
etr-0.7.5/src/particles.cpp:487:11: style: Function 'TFlakeArea' argument 6 names different: declaration 'zrange' definition '_zrange'. [funcArgNamesDifferent]
etr-0.7.5/src/particles.h:83:12: note: Function 'TFlakeArea' argument 6 names different: declaration 'zrange' definition '_zrange'.
etr-0.7.5/src/particles.cpp:487:11: note: Function 'TFlakeArea' argument 6 names different: declaration 'zrange' definition '_zrange'.
etr-0.7.5/src/particles.cpp:488:11: style: Function 'TFlakeArea' argument 7 names different: declaration 'minSize' definition '_minSize'. [funcArgNamesDifferent]
etr-0.7.5/src/particles.h:84:12: note: Function 'TFlakeArea' argument 7 names different: declaration 'minSize' definition '_minSize'.
etr-0.7.5/src/particles.cpp:488:11: note: Function 'TFlakeArea' argument 7 names different: declaration 'minSize' definition '_minSize'.
etr-0.7.5/src/particles.cpp:489:11: style: Function 'TFlakeArea' argument 8 names different: declaration 'maxSize' definition '_maxSize'. [funcArgNamesDifferent]
etr-0.7.5/src/particles.h:85:12: note: Function 'TFlakeArea' argument 8 names different: declaration 'maxSize' definition '_maxSize'.
etr-0.7.5/src/particles.cpp:489:11: note: Function 'TFlakeArea' argument 8 names different: declaration 'maxSize' definition '_maxSize'.
etr-0.7.5/src/particles.cpp:490:11: style: Function 'TFlakeArea' argument 9 names different: declaration 'speed' definition '_speed'. [funcArgNamesDifferent]
etr-0.7.5/src/particles.h:86:12: note: Function 'TFlakeArea' argument 9 names different: declaration 'speed' definition '_speed'.
etr-0.7.5/src/particles.cpp:490:11: note: Function 'TFlakeArea' argument 9 names different: declaration 'speed' definition '_speed'.
etr-0.7.5/src/particles.cpp:730:79: style: Function 'TCurtain' argument 7 names different: declaration 'curt_texture' definition 'dense'. [funcArgNamesDifferent]
etr-0.7.5/src/particles.h:147:10: note: Function 'TCurtain' argument 7 names different: declaration 'curt_texture' definition 'dense'.
etr-0.7.5/src/particles.cpp:730:79: note: Function 'TCurtain' argument 7 names different: declaration 'curt_texture' definition 'dense'.
etr-0.7.5/src/particles.cpp:481:13: warning: Member variable 'TFlakeArea::left' is not initialized in the constructor. [uninitMemberVar]
etr-0.7.5/src/particles.cpp:481:13: warning: Member variable 'TFlakeArea::right' is not initialized in the constructor. [uninitMemberVar]
etr-0.7.5/src/particles.cpp:481:13: warning: Member variable 'TFlakeArea::bottom' is not initialized in the constructor. [uninitMemberVar]
etr-0.7.5/src/particles.cpp:481:13: warning: Member variable 'TFlakeArea::top' is not initialized in the constructor. [uninitMemberVar]
etr-0.7.5/src/particles.cpp:481:13: warning: Member variable 'TFlakeArea::front' is not initialized in the constructor. [uninitMemberVar]
etr-0.7.5/src/particles.cpp:481:13: warning: Member variable 'TFlakeArea::back' is not initialized in the constructor. [uninitMemberVar]
etr-0.7.5/src/particles.cpp:729:11: warning: Member variable 'TCurtain::curtains' is not initialized in the constructor. [uninitMemberVar]
etr-0.7.5/src/particles.cpp:922:8: warning: Member variable 'CWind::params' is not initialized in the constructor. [uninitMemberVar]
etr-0.7.5/src/paused.h:25:7: style: The function 'Loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:59:15: note: Virtual function in base class
etr-0.7.5/src/paused.h:25:7: note: Function in derived class
etr-0.7.5/src/paused.h:26:7: style: The function 'Keyb' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:60:15: note: Virtual function in base class
etr-0.7.5/src/paused.h:26:7: note: Function in derived class
etr-0.7.5/src/paused.h:27:7: style: The function 'Mouse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:61:15: note: Virtual function in base class
etr-0.7.5/src/paused.h:27:7: note: Function in derived class
etr-0.7.5/src/physics.cpp:31:11: warning: Member variable 'CControl::ff' is not initialized in the constructor. [uninitMemberVar]
etr-0.7.5/src/physics.cpp:31:11: warning: Member variable 'CControl::viewmode' is not initialized in the constructor. [uninitMemberVar]
etr-0.7.5/src/physics.h:84:11: style: Technically the member function 'CControl::CheckTreeCollisions' can be const. [functionConst]
etr-0.7.5/src/physics.cpp:103:16: note: Technically the member function 'CControl::CheckTreeCollisions' can be const.
etr-0.7.5/src/physics.h:84:11: note: Technically the member function 'CControl::CheckTreeCollisions' can be const.
etr-0.7.5/src/physics.h:86:11: performance: Technically the member function 'CControl::CheckItemCollection' can be static. [functionStatic]
etr-0.7.5/src/physics.cpp:179:16: note: Technically the member function 'CControl::CheckItemCollection' can be static.
etr-0.7.5/src/physics.h:86:11: note: Technically the member function 'CControl::CheckItemCollection' can be static.
etr-0.7.5/src/physics.h:89:12: style: Technically the member function 'CControl::CalcAirForce' can be const. [functionConst]
etr-0.7.5/src/physics.cpp:270:21: note: Technically the member function 'CControl::CalcAirForce' can be const.
etr-0.7.5/src/physics.h:89:12: note: Technically the member function 'CControl::CalcAirForce' can be const.
etr-0.7.5/src/physics.h:96:12: style: Technically the member function 'CControl::CalcGravitationForce' can be const. [functionConst]
etr-0.7.5/src/physics.cpp:380:21: note: Technically the member function 'CControl::CalcGravitationForce' can be const.
etr-0.7.5/src/physics.h:96:12: note: Technically the member function 'CControl::CalcGravitationForce' can be const.
etr-0.7.5/src/physics.h:102:11: performance: Technically the member function 'CControl::AdjustTimeStep' can be static. [functionStatic]
etr-0.7.5/src/physics.cpp:433:18: note: Technically the member function 'CControl::AdjustTimeStep' can be static.
etr-0.7.5/src/physics.h:102:11: note: Technically the member function 'CControl::AdjustTimeStep' can be static.
etr-0.7.5/src/quadtree.cpp:510:57: style: Function 'EnableDescendant' argument 2 names different: declaration 'stack' definition 'path'. [funcArgNamesDifferent]
etr-0.7.5/src/quadtree.h:103:46: note: Function 'EnableDescendant' argument 2 names different: declaration 'stack' definition 'path'.
etr-0.7.5/src/quadtree.cpp:510:57: note: Function 'EnableDescendant' argument 2 names different: declaration 'stack' definition 'path'.
etr-0.7.5/src/quadtree.cpp:934:75: style: Function 'SetupCornerData' argument 2 names different: declaration 'pd' definition 'cd'. [funcArgNamesDifferent]
etr-0.7.5/src/quadtree.h:116:64: note: Function 'SetupCornerData' argument 2 names different: declaration 'pd' definition 'cd'.
etr-0.7.5/src/quadtree.cpp:934:75: note: Function 'SetupCornerData' argument 2 names different: declaration 'pd' definition 'cd'.
etr-0.7.5/src/quadtree.cpp:1053:42: style: Function 'SetFields' argument 1 names different: declaration 'fields' definition 't'. [funcArgNamesDifferent]
etr-0.7.5/src/quadtree.h:100:31: note: Function 'SetFields' argument 1 names different: declaration 'fields' definition 't'.
etr-0.7.5/src/quadtree.cpp:1053:42: note: Function 'SetFields' argument 1 names different: declaration 'fields' definition 't'.
etr-0.7.5/src/quadtree.h:99:7: performance: Technically the member function 'quadsquare::SetScale' can be static. [functionStatic]
etr-0.7.5/src/quadtree.cpp:1047:18: note: Technically the member function 'quadsquare::SetScale' can be static.
etr-0.7.5/src/quadtree.h:99:7: note: Technically the member function 'quadsquare::SetScale' can be static.
etr-0.7.5/src/quadtree.h:100:7: performance: Technically the member function 'quadsquare::SetFields' can be static. [functionStatic]
etr-0.7.5/src/quadtree.cpp:1053:18: note: Technically the member function 'quadsquare::SetFields' can be static.
etr-0.7.5/src/quadtree.h:100:7: note: Technically the member function 'quadsquare::SetFields' can be static.
etr-0.7.5/src/quadtree.h:116:7: style: Technically the member function 'quadsquare::SetupCornerData' can be const. [functionConst]
etr-0.7.5/src/quadtree.cpp:934:18: note: Technically the member function 'quadsquare::SetupCornerData' can be const.
etr-0.7.5/src/quadtree.h:116:7: note: Technically the member function 'quadsquare::SetupCornerData' can be const.
etr-0.7.5/src/quadtree.h:123:7: performance: Technically the member function 'quadsquare::InitVert' can be static. [functionStatic]
etr-0.7.5/src/quadtree.cpp:715:18: note: Technically the member function 'quadsquare::InitVert' can be static.
etr-0.7.5/src/quadtree.h:123:7: note: Technically the member function 'quadsquare::InitVert' can be static.
etr-0.7.5/src/race_select.cpp:186:30: style: Function 'Loop' argument 1 names different: declaration 'time_step' definition 'timestep'. [funcArgNamesDifferent]
etr-0.7.5/src/race_select.h:26:18: note: Function 'Loop' argument 1 names different: declaration 'time_step' definition 'timestep'.
etr-0.7.5/src/race_select.cpp:186:30: note: Function 'Loop' argument 1 names different: declaration 'time_step' definition 'timestep'.
etr-0.7.5/src/racing.cpp:224:2: style: Variable 'left_turn' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
etr-0.7.5/src/racing.cpp:213:2: note: Variable 'left_turn' is reassigned a value before the old one has been used if variable is no semaphore variable.
etr-0.7.5/src/racing.cpp:224:2: note: Variable 'left_turn' is reassigned a value before the old one has been used if variable is no semaphore variable.
etr-0.7.5/src/racing.cpp:225:2: style: Variable 'right_turn' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
etr-0.7.5/src/racing.cpp:213:14: note: Variable 'right_turn' is reassigned a value before the old one has been used if variable is no semaphore variable.
etr-0.7.5/src/racing.cpp:225:2: note: Variable 'right_turn' is reassigned a value before the old one has been used if variable is no semaphore variable.
etr-0.7.5/src/racing.cpp:227:2: style: Variable 'trick_modifier' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
etr-0.7.5/src/racing.cpp:213:27: note: Variable 'trick_modifier' is reassigned a value before the old one has been used if variable is no semaphore variable.
etr-0.7.5/src/racing.cpp:227:2: note: Variable 'trick_modifier' is reassigned a value before the old one has been used if variable is no semaphore variable.
etr-0.7.5/src/reset.h:25:7: style: The function 'Enter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:58:15: note: Virtual function in base class
etr-0.7.5/src/reset.h:25:7: note: Function in derived class
etr-0.7.5/src/reset.h:26:7: style: The function 'Loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
etr-0.7.5/src/states.h:59:15: note: Virtual function in base class
etr-0.7.5/src/reset.h:26:7: note: Function in derived class
etr-0.7.5/src/regist.cpp:121:26: style: Function 'Loop' argument 1 names different: declaration 'time_step' definition 'timestep'. [funcArgNamesDifferent]
etr-0.7.5/src/regist.h:26:18: note: Function 'Loop' argument 1 names different: declaration 'time_step' definition 'timestep'.
etr-0.7.5/src/regist.cpp:121:26: note: Function 'Loop' argument 1 names different: declaration 'time_step' definition 'timestep'.
etr-0.7.5/src/score.cpp:249:25: style: Function 'Loop' argument 1 names different: declaration 'time_step' definition 'timestep'. [funcArgNamesDifferent]
etr-0.7.5/src/score.h:49:18: note: Function 'Loop' argument 1 names different: declaration 'time_step' definition 'timestep'.
etr-0.7.5/src/score.cpp:249:25: note: Function 'Loop' argument 1 names different: declaration 'time_step' definition 'timestep'.
etr-0.7.5/src/splash_screen.cpp:47:32: style: Function 'Loop' argument 1 names different: declaration 'time_step' definition 'timestep'. [funcArgNamesDifferent]
etr-0.7.5/src/splash_screen.h:26:18: note: Function 'Loop' argument 1 names different: declaration 'time_step' definition 'timestep'.
etr-0.7.5/src/splash_screen.cpp:47:32: note: Function 'Loop' argument 1 names different: declaration 'time_step' definition 'timestep'.
etr-0.7.5/src/textures.h:83:7: performance: Technically the member function 'CTexture::DrawNumChr' can be static. [functionStatic]
etr-0.7.5/src/textures.cpp:248:16: note: Technically the member function 'CTexture::DrawNumChr' can be static.
etr-0.7.5/src/textures.h:83:7: note: Technically the member function 'CTexture::DrawNumChr' can be static.
etr-0.7.5/src/tools.cpp:282:25: style: Function 'Loop' argument 1 names different: declaration 'time_step' definition 'timestep'. [funcArgNamesDifferent]
etr-0.7.5/src/tools.h:90:18: note: Function 'Loop' argument 1 names different: declaration 'time_step' definition 'timestep'.
etr-0.7.5/src/tools.cpp:282:25: note: Function 'Loop' argument 1 names different: declaration 'time_step' definition 'timestep'.
etr-0.7.5/src/tools.cpp:37:2: performance: Variable 'xview' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
etr-0.7.5/src/tools.cpp:38:2: performance: Variable 'yview' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
etr-0.7.5/src/tools.cpp:39:2: performance: Variable 'zview' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
etr-0.7.5/src/tools.cpp:40:2: performance: Variable 'vhead' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
etr-0.7.5/src/tools.cpp:41:2: performance: Variable 'vpitch' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
etr-0.7.5/src/tux.cpp:488:79: style: Function 'AdjustRollvector' argument 2 names different: declaration 'vel' definition 'vel_'. [funcArgNamesDifferent]
etr-0.7.5/src/tux.h:100:68: note: Function 'AdjustRollvector' argument 2 names different: declaration 'vel' definition 'vel_'.
etr-0.7.5/src/tux.cpp:488:79: note: Function 'AdjustRollvector' argument 2 names different: declaration 'vel' definition 'vel_'.
etr-0.7.5/src/tux.h:98:7: performance: Technically the member function 'CCharShape::DrawCharSphere' can be static. [functionStatic]
etr-0.7.5/src/tux.cpp:366:18: note: Technically the member function 'CCharShape::DrawCharSphere' can be static.
etr-0.7.5/src/tux.h:98:7: note: Technically the member function 'CCharShape::DrawCharSphere' can be static.
etr-0.7.5/src/tux.h:100:12: performance: Technically the member function 'CCharShape::AdjustRollvector' can be static. [functionStatic]
etr-0.7.5/src/tux.cpp:488:23: note: Technically the member function 'CCharShape::AdjustRollvector' can be static.
etr-0.7.5/src/tux.h:100:12: note: Technically the member function 'CCharShape::AdjustRollvector' can be static.
etr-0.7.5/src/tux.h:108:7: performance: Technically the member function 'CCharShape::DrawShadowVertex' can be static. [functionStatic]
etr-0.7.5/src/tux.cpp:641:18: note: Technically the member function 'CCharShape::DrawShadowVertex' can be static.
etr-0.7.5/src/tux.h:108:7: note: Technically the member function 'CCharShape::DrawShadowVertex' can be static.
etr-0.7.5/src/tux.h:113:7: style: Technically the member function 'CCharShape::AddAction' can be const. [functionConst]
etr-0.7.5/src/tux.cpp:170:18: note: Technically the member function 'CCharShape::AddAction' can be const.
etr-0.7.5/src/tux.h:113:7: note: Technically the member function 'CCharShape::AddAction' can be const.
etr-0.7.5/src/winsys.cpp:76:48: style: Function 'SetupVideoMode' argument 1 names different: declaration 'resolution' definition 'resolution_'. [funcArgNamesDifferent]
etr-0.7.5/src/winsys.h:52:40: note: Function 'SetupVideoMode' argument 1 names different: declaration 'resolution' definition 'resolution_'.
etr-0.7.5/src/winsys.cpp:76:48: note: Function 'SetupVideoMode' argument 1 names different: declaration 'resolution' definition 'resolution_'.
etr-0.7.5/src/winsys.cpp:35:10: warning: Member variable 'CWinsys::numJoysticks' is not initialized in the constructor. [uninitMemberVar]
etr-0.7.5/src/winsys.cpp:35:10: warning: Member variable 'CWinsys::scale' is not initialized in the constructor. [uninitMemberVar]
[19:08]

ftp://ftp.se.debian.org/debian/pool/main/e/extsmail/extsmail_2.0.orig.tar.gz
extsmail-2.0/common.c:199:45: style: Same expression on both sides of '|'. [duplicateExpression]
[19:08]

ftp://ftp.se.debian.org/debian/pool/main/e/extundelete/extundelete_0.2.4.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/e/exuberant-ctags/exuberant-ctags_5.9~svn20110310.orig.tar.gz
ctags-5.9~svn20110310/argproc.c:337:7: style: The scope of the variable 'iosb' can be reduced. [variableScope]
ctags-5.9~svn20110310/argproc.c:364:29: style: struct member 'exit_control_block::flink' is never used. [unusedStructMember]
ctags-5.9~svn20110310/argproc.c:365:8: style: struct member 'exit_control_block::exit_routine' is never used. [unusedStructMember]
ctags-5.9~svn20110310/argproc.c:366:6: style: struct member 'exit_control_block::arg_count' is never used. [unusedStructMember]
ctags-5.9~svn20110310/argproc.c:367:7: style: struct member 'exit_control_block::status_address' is never used. [unusedStructMember]
ctags-5.9~svn20110310/argproc.c:267:5: style: Unused variable: status [unusedVariable]
ctags-5.9~svn20110310/argproc.c:385:6: style: Unused variable: status [unusedVariable]
ctags-5.9~svn20110310/argproc.c:257:1: error: Memory leak: head [memleak]
ctags-5.9~svn20110310/awk.c:63:0: style: Variable 'cp' is modified but its new value is never used. [unreadVariable]
ctags-5.9~svn20110310/beta.c:163:9: style: Array index 'pos' is used before limits check. [arrayIndexThenCheck]
ctags-5.9~svn20110310/beta.c:269:9: style: Array index 'pos' is used before limits check. [arrayIndexThenCheck]
ctags-5.9~svn20110310/c.c:2762:9: style: Condition 'TRUE' is always true [knownConditionTrueFalse]
ctags-5.9~svn20110310/eiffel.c:543:14: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
ctags-5.9~svn20110310/eiffel.c:538:13: note: outer condition: prev=='['
ctags-5.9~svn20110310/eiffel.c:543:14: note: opposite inner condition: prev=='{'
ctags-5.9~svn20110310/eiffel.c:543:14: style: Condition 'prev=='{'' is always false [knownConditionTrueFalse]
ctags-5.9~svn20110310/eiffel.c:538:13: note: Assuming that condition 'prev=='['' is not redundant
ctags-5.9~svn20110310/eiffel.c:543:14: note: Condition 'prev=='{'' is always false
ctags-5.9~svn20110310/eiffel.c:519:6: style: The scope of the variable 'c' can be reduced. [variableScope]
ctags-5.9~svn20110310/entry.c:723:13: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
ctags-5.9~svn20110310/entry.c:552:14: style: The scope of the variable 'line' can be reduced. [variableScope]
ctags-5.9~svn20110310/entry.c:263:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ctags-5.9~svn20110310/entry.c:284:25: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ctags-5.9~svn20110310/flex.c:554:17: style: Condition 'e=='-'' is always true [knownConditionTrueFalse]
ctags-5.9~svn20110310/flex.c:568:19: style: Condition 'f=='-'' is always true [knownConditionTrueFalse]
ctags-5.9~svn20110310/flex.c:2332:11: style: Condition 'TRUE' is always true [knownConditionTrueFalse]
ctags-5.9~svn20110310/flex.c:2378:11: style: Condition 'TRUE' is always true [knownConditionTrueFalse]
ctags-5.9~svn20110310/flex.c:274:12: style: The scope of the variable 'fulltag' can be reduced. [variableScope]
ctags-5.9~svn20110310/flex.c:310:12: style: The scope of the variable 'fulltag' can be reduced. [variableScope]
ctags-5.9~svn20110310/flex.c:337:12: style: The scope of the variable 'fulltag' can be reduced. [variableScope]
ctags-5.9~svn20110310/flex.c:360:12: style: The scope of the variable 'fulltag' can be reduced. [variableScope]
ctags-5.9~svn20110310/flex.c:766:6: style: The scope of the variable 'nest_level' can be reduced. [variableScope]
ctags-5.9~svn20110310/flex.c:799:6: style: The scope of the variable 'nest_level' can be reduced. [variableScope]
ctags-5.9~svn20110310/fortran.c:2138:11: style: Condition 'TRUE' is always true [knownConditionTrueFalse]
ctags-5.9~svn20110310/get.c:204:26: error: Expression 'c=fileGetc(),c!=EOF&&(isalnum(c)||(c)=='_'||(c)=='$')' depends on order of evaluation of side effects [unknownEvaluationOrder]
ctags-5.9~svn20110310/gnu_regex/regcomp.c:590:10: style: The scope of the variable 'j' can be reduced. [variableScope]
ctags-5.9~svn20110310/gnu_regex/regcomp.c:962:14: style: The scope of the variable 'i' can be reduced. [variableScope]
ctags-5.9~svn20110310/gnu_regex/regcomp.c:1646:7: style: The scope of the variable 'i' can be reduced. [variableScope]
ctags-5.9~svn20110310/gnu_regex/regcomp.c:2583:16: style: The scope of the variable 'start_ch' can be reduced. [variableScope]
ctags-5.9~svn20110310/gnu_regex/regcomp.c:2583:26: style: The scope of the variable 'end_ch' can be reduced. [variableScope]
ctags-5.9~svn20110310/gnu_regex/regcomp.c:3658:17: style: The scope of the variable 'c' can be reduced. [variableScope]
ctags-5.9~svn20110310/gnu_regex/regcomp.c:2434:27: style: Function 'parse_dup_op' argument 1 names different: declaration 'dup_elem' definition 'elem'. [funcArgNamesDifferent]
ctags-5.9~svn20110310/gnu_regex/regcomp.c:75:46: note: Function 'parse_dup_op' argument 1 names different: declaration 'dup_elem' definition 'elem'.
ctags-5.9~svn20110310/gnu_regex/regcomp.c:2434:27: note: Function 'parse_dup_op' argument 1 names different: declaration 'dup_elem' definition 'elem'.
ctags-5.9~svn20110310/gnu_regex/regcomp.c:3781:35: style: Function 'duplicate_tree' argument 1 names different: declaration 'src' definition 'root'. [funcArgNamesDifferent]
ctags-5.9~svn20110310/gnu_regex/regcomp.c:120:54: note: Function 'duplicate_tree' argument 1 names different: declaration 'src' definition 'root'.
ctags-5.9~svn20110310/gnu_regex/regcomp.c:3781:35: note: Function 'duplicate_tree' argument 1 names different: declaration 'src' definition 'root'.
ctags-5.9~svn20110310/gnu_regex/regcomp.c:3784:15: style: Variable 'dup_root' is not assigned a value. [unassignedVariable]
ctags-5.9~svn20110310/gnu_regex/regexec.c:1680:11: style: Condition '!naccepted' is always true [knownConditionTrueFalse]
ctags-5.9~svn20110310/gnu_regex/regexec.c:1664:23: note: Assignment 'naccepted=0', assigned value is 0
ctags-5.9~svn20110310/gnu_regex/regexec.c:1680:11: note: Condition '!naccepted' is always true
ctags-5.9~svn20110310/gnu_regex/regexec.c:3090:11: style: Condition 'naccepted' is always false [knownConditionTrueFalse]
ctags-5.9~svn20110310/gnu_regex/regexec.c:3045:23: note: Assignment 'naccepted=0', assigned value is 0
ctags-5.9~svn20110310/gnu_regex/regexec.c:3090:11: note: Condition 'naccepted' is always false
ctags-5.9~svn20110310/gnu_regex/regex_internal.c:912:7: style: The scope of the variable 'c' can be reduced. [variableScope]
ctags-5.9~svn20110310/gnu_regex/regex_internal.c:1362:28: style: The scope of the variable 'mid' can be reduced. [variableScope]
ctags-5.9~svn20110310/gnu_regex/regexec.c:1251:7: style: The scope of the variable 'i' can be reduced. [variableScope]
ctags-5.9~svn20110310/gnu_regex/regexec.c:1441:8: style: The scope of the variable 'reg_idx' can be reduced. [variableScope]
ctags-5.9~svn20110310/gnu_regex/regexec.c:1813:7: style: The scope of the variable 'i' can be reduced. [variableScope]
ctags-5.9~svn20110310/gnu_regex/regexec.c:1887:16: style: The scope of the variable 'src_pos' can be reduced. [variableScope]
ctags-5.9~svn20110310/gnu_regex/regexec.c:1887:25: style: The scope of the variable 'dst_pos' can be reduced. [variableScope]
ctags-5.9~svn20110310/gnu_regex/regexec.c:2251:19: style: The scope of the variable 'trtable' can be reduced. [variableScope]
ctags-5.9~svn20110310/gnu_regex/regexec.c:3117:12: style: The scope of the variable 'outside_node' can be reduced. [variableScope]
ctags-5.9~svn20110310/gnu_regex/regexec.c:4252:20: style: The scope of the variable 'mid' can be reduced. [variableScope]
ctags-5.9~svn20110310/gnu_regex/regcomp.c:469:25: style: Function 'regcomp' argument 1 names different: declaration '__preg' definition 'preg'. [funcArgNamesDifferent]
ctags-5.9~svn20110310/gnu_regex/regex.h:556:41: note: Function 'regcomp' argument 1 names different: declaration '__preg' definition 'preg'.
ctags-5.9~svn20110310/gnu_regex/regcomp.c:469:25: note: Function 'regcomp' argument 1 names different: declaration '__preg' definition 'preg'.
ctags-5.9~svn20110310/gnu_regex/regcomp.c:470:28: style: Function 'regcomp' argument 2 names different: declaration '__pattern' definition 'pattern'. [funcArgNamesDifferent]
ctags-5.9~svn20110310/gnu_regex/regex.h:557:30: note: Function 'regcomp' argument 2 names different: declaration '__pattern' definition 'pattern'.
ctags-5.9~svn20110310/gnu_regex/regcomp.c:470:28: note: Function 'regcomp' argument 2 names different: declaration '__pattern' definition 'pattern'.
ctags-5.9~svn20110310/gnu_regex/regcomp.c:471:9: style: Function 'regcomp' argument 3 names different: declaration '__cflags' definition 'cflags'. [funcArgNamesDifferent]
ctags-5.9~svn20110310/gnu_regex/regex.h:558:11: note: Function 'regcomp' argument 3 names different: declaration '__cflags' definition 'cflags'.
ctags-5.9~svn20110310/gnu_regex/regcomp.c:471:9: note: Function 'regcomp' argument 3 names different: declaration '__cflags' definition 'cflags'.
ctags-5.9~svn20110310/gnu_regex/regcomp.c:531:9: style: Function 'regerror' argument 1 names different: declaration '__errcode' definition 'errcode'. [funcArgNamesDifferent]
ctags-5.9~svn20110310/gnu_regex/regex.h:565:29: note: Function 'regerror' argument 1 names different: declaration '__errcode' definition 'errcode'.
ctags-5.9~svn20110310/gnu_regex/regcomp.c:531:9: note: Function 'regerror' argument 1 names different: declaration '__errcode' definition 'errcode'.
ctags-5.9~svn20110310/gnu_regex/regcomp.c:532:31: style: Function 'regerror' argument 2 names different: declaration '__preg' definition 'preg'. [funcArgNamesDifferent]
ctags-5.9~svn20110310/gnu_regex/regex.h:565:66: note: Function 'regerror' argument 2 names different: declaration '__preg' definition 'preg'.
ctags-5.9~svn20110310/gnu_regex/regcomp.c:532:31: note: Function 'regerror' argument 2 names different: declaration '__preg' definition 'preg'.
ctags-5.9~svn20110310/gnu_regex/regcomp.c:533:22: style: Function 'regerror' argument 3 names different: declaration '__errbuf' definition 'errbuf'. [funcArgNamesDifferent]
ctags-5.9~svn20110310/gnu_regex/regex.h:566:21: note: Function 'regerror' argument 3 names different: declaration '__errbuf' definition 'errbuf'.
ctags-5.9~svn20110310/gnu_regex/regcomp.c:533:22: note: Function 'regerror' argument 3 names different: declaration '__errbuf' definition 'errbuf'.
ctags-5.9~svn20110310/gnu_regex/regcomp.c:534:12: style: Function 'regerror' argument 4 names different: declaration '__errbuf_size' definition 'errbuf_size'. [funcArgNamesDifferent]
ctags-5.9~svn20110310/gnu_regex/regex.h:566:38: note: Function 'regerror' argument 4 names different: declaration '__errbuf_size' definition 'errbuf_size'.
ctags-5.9~svn20110310/gnu_regex/regcomp.c:534:12: note: Function 'regerror' argument 4 names different: declaration '__errbuf_size' definition 'errbuf_size'.
ctags-5.9~svn20110310/gnu_regex/regcomp.c:639:14: style: Function 'regfree' argument 1 names different: declaration '__preg' definition 'preg'. [funcArgNamesDifferent]
ctags-5.9~svn20110310/gnu_regex/regex.h:568:31: note: Function 'regfree' argument 1 names different: declaration '__preg' definition 'preg'.
ctags-5.9~svn20110310/gnu_regex/regcomp.c:639:14: note: Function 'regfree' argument 1 names different: declaration '__preg' definition 'preg'.
ctags-5.9~svn20110310/gnu_regex/regexec.c:222:31: style: Function 'regexec' argument 1 names different: declaration '__preg' definition 'preg'. [funcArgNamesDifferent]
ctags-5.9~svn20110310/gnu_regex/regex.h:560:47: note: Function 'regexec' argument 1 names different: declaration '__preg' definition 'preg'.
ctags-5.9~svn20110310/gnu_regex/regexec.c:222:31: note: Function 'regexec' argument 1 names different: declaration '__preg' definition 'preg'.
ctags-5.9~svn20110310/gnu_regex/regexec.c:223:28: style: Function 'regexec' argument 2 names different: declaration '__string' definition 'string'. [funcArgNamesDifferent]
ctags-5.9~svn20110310/gnu_regex/regex.h:561:30: note: Function 'regexec' argument 2 names different: declaration '__string' definition 'string'.
ctags-5.9~svn20110310/gnu_regex/regexec.c:223:28: note: Function 'regexec' argument 2 names different: declaration '__string' definition 'string'.
ctags-5.9~svn20110310/gnu_regex/regexec.c:224:12: style: Function 'regexec' argument 3 names different: declaration '__nmatch' definition 'nmatch'. [funcArgNamesDifferent]
ctags-5.9~svn20110310/gnu_regex/regex.h:561:47: note: Function 'regexec' argument 3 names different: declaration '__nmatch' definition 'nmatch'.
ctags-5.9~svn20110310/gnu_regex/regexec.c:224:12: note: Function 'regexec' argument 3 names different: declaration '__nmatch' definition 'nmatch'.
ctags-5.9~svn20110310/gnu_regex/regexec.c:225:16: style: Function 'regexec' argument 4 names different: declaration '__pmatch' definition 'pmatch'. [funcArgNamesDifferent]
ctags-5.9~svn20110310/gnu_regex/regex.h:562:18: note: Function 'regexec' argument 4 names different: declaration '__pmatch' definition 'pmatch'.
ctags-5.9~svn20110310/gnu_regex/regexec.c:225:16: note: Function 'regexec' argument 4 names different: declaration '__pmatch' definition 'pmatch'.
ctags-5.9~svn20110310/gnu_regex/regexec.c:226:9: style: Function 'regexec' argument 5 names different: declaration '__eflags' definition 'eflags'. [funcArgNamesDifferent]
ctags-5.9~svn20110310/gnu_regex/regex.h:563:11: note: Function 'regexec' argument 5 names different: declaration '__eflags' definition 'eflags'.
ctags-5.9~svn20110310/gnu_regex/regexec.c:226:9: note: Function 'regexec' argument 5 names different: declaration '__eflags' definition 'eflags'.
ctags-5.9~svn20110310/gnu_regex/regexec.c:2001:27: style: Function 'check_dst_limits_calc_pos' argument 4 names different: declaration 'node' definition 'from_node'. [funcArgNamesDifferent]
ctags-5.9~svn20110310/gnu_regex/regexec.c:109:15: note: Function 'check_dst_limits_calc_pos' argument 4 names different: declaration 'node' definition 'from_node'.
ctags-5.9~svn20110310/gnu_regex/regexec.c:2001:27: note: Function 'check_dst_limits_calc_pos' argument 4 names different: declaration 'node' definition 'from_node'.
ctags-5.9~svn20110310/gnu_regex/regexec.c:3527:21: style: Function 'group_nodes_into_DFAstates' argument 3 names different: declaration 'states_node' definition 'dests_node'. [funcArgNamesDifferent]
ctags-5.9~svn20110310/gnu_regex/regexec.c:196:25: note: Function 'group_nodes_into_DFAstates' argument 3 names different: declaration 'states_node' definition 'dests_node'.
ctags-5.9~svn20110310/gnu_regex/regexec.c:3527:21: note: Function 'group_nodes_into_DFAstates' argument 3 names different: declaration 'states_node' definition 'dests_node'.
ctags-5.9~svn20110310/gnu_regex/regexec.c:4128:37: style: Function 'match_ctx_init' argument 1 names different: declaration 'cache' definition 'mctx'. [funcArgNamesDifferent]
ctags-5.9~svn20110310/gnu_regex/regexec.c:21:58: note: Function 'match_ctx_init' argument 1 names different: declaration 'cache' definition 'mctx'.
ctags-5.9~svn20110310/gnu_regex/regexec.c:4128:37: note: Function 'match_ctx_init' argument 1 names different: declaration 'cache' definition 'mctx'.
ctags-5.9~svn20110310/gnu_regex/regexec.c:4186:37: style: Function 'match_ctx_free' argument 1 names different: declaration 'cache' definition 'mctx'. [funcArgNamesDifferent]
ctags-5.9~svn20110310/gnu_regex/regexec.c:24:49: note: Function 'match_ctx_free' argument 1 names different: declaration 'cache' definition 'mctx'.
ctags-5.9~svn20110310/gnu_regex/regexec.c:4186:37: note: Function 'match_ctx_free' argument 1 names different: declaration 'cache' definition 'mctx'.
ctags-5.9~svn20110310/gnu_regex/regexec.c:4201:42: style: Function 'match_ctx_add_entry' argument 1 names different: declaration 'cache' definition 'mctx'. [funcArgNamesDifferent]
ctags-5.9~svn20110310/gnu_regex/regexec.c:25:63: note: Function 'match_ctx_add_entry' argument 1 names different: declaration 'cache' definition 'mctx'.
ctags-5.9~svn20110310/gnu_regex/regexec.c:4201:42: note: Function 'match_ctx_add_entry' argument 1 names different: declaration 'cache' definition 'mctx'.
ctags-5.9~svn20110310/gnu_regex/regex_internal.c:678:25: style: Variable 'prev_valid_len' is assigned a value that is never used. [unreadVariable]
ctags-5.9~svn20110310/gnu_regex/regex_internal.c:1399:14: style: Variable 'type' is assigned a value that is never used. [unreadVariable]
ctags-5.9~svn20110310/gnu_regex/regexec.c:230:32: style: Variable 'dfa' is assigned a value that is never used. [unreadVariable]
ctags-5.9~svn20110310/gnu_regex/regexec.c:3040:23: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
ctags-5.9~svn20110310/gnu_regex/regexec.c:1422:37: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ctags-5.9~svn20110310/gnu_regex/regexec.c:3324:42: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ctags-5.9~svn20110310/gnu_regex/regexec.c:3362:7: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ctags-5.9~svn20110310/jscript.c:1590:11: style: Condition 'TRUE' is always true [knownConditionTrueFalse]
ctags-5.9~svn20110310/jscript.c:237:12: style: The scope of the variable 'fulltag' can be reduced. [variableScope]
ctags-5.9~svn20110310/jscript.c:261:12: style: The scope of the variable 'fulltag' can be reduced. [variableScope]
ctags-5.9~svn20110310/jscript.c:288:12: style: The scope of the variable 'fulltag' can be reduced. [variableScope]
ctags-5.9~svn20110310/jscript.c:472:6: style: The scope of the variable 'nest_level' can be reduced. [variableScope]
ctags-5.9~svn20110310/jscript.c:505:6: style: The scope of the variable 'nest_level' can be reduced. [variableScope]
ctags-5.9~svn20110310/lua.c:74:15: style: The scope of the variable 'cp' can be reduced. [variableScope]
ctags-5.9~svn20110310/main.c:489:2: style: Same value in both branches of ternary operator. [duplicateValueTernary]
ctags-5.9~svn20110310/main.c:509:2: style: Same value in both branches of ternary operator. [duplicateValueTernary]
ctags-5.9~svn20110310/main.c:514:2: style: Same value in both branches of ternary operator. [duplicateValueTernary]
ctags-5.9~svn20110310/ocaml.c:409:6: style: The scope of the variable 'retType' can be reduced. [variableScope]
ctags-5.9~svn20110310/options.c:1486:29: warning: Either the condition 'parameter==NULL' is redundant or there is possible null pointer dereference: parameter. [nullPointerRedundantCheck]
ctags-5.9~svn20110310/options.c:1486:16: note: Assuming that condition 'parameter==NULL' is not redundant
ctags-5.9~svn20110310/options.c:1486:29: note: Null pointer dereference
ctags-5.9~svn20110310/options.c:377:42: style: Function 'freeList' argument 1 names different: declaration 'pString' definition 'pList'. [funcArgNamesDifferent]
ctags-5.9~svn20110310/options.h:126:42: note: Function 'freeList' argument 1 names different: declaration 'pString' definition 'pList'.
ctags-5.9~svn20110310/options.c:377:42: note: Function 'freeList' argument 1 names different: declaration 'pString' definition 'pList'.
ctags-5.9~svn20110310/options.c:1612:44: style: Function 'parseOption' argument 1 names different: declaration 'cargs' definition 'args'. [funcArgNamesDifferent]
ctags-5.9~svn20110310/options.h:145:44: note: Function 'parseOption' argument 1 names different: declaration 'cargs' definition 'args'.
ctags-5.9~svn20110310/options.c:1612:44: note: Function 'parseOption' argument 1 names different: declaration 'cargs' definition 'args'.
ctags-5.9~svn20110310/options.c:1630:45: style: Function 'parseOptions' argument 1 names different: declaration 'cargs' definition 'args'. [funcArgNamesDifferent]
ctags-5.9~svn20110310/options.h:146:45: note: Function 'parseOptions' argument 1 names different: declaration 'cargs' definition 'args'.
ctags-5.9~svn20110310/options.c:1630:45: note: Function 'parseOptions' argument 1 names different: declaration 'cargs' definition 'args'.
ctags-5.9~svn20110310/options.c:1675:51: style: Function 'previewFirstOption' argument 1 names different: declaration 'cargs' definition 'args'. [funcArgNamesDifferent]
ctags-5.9~svn20110310/options.h:147:51: note: Function 'previewFirstOption' argument 1 names different: declaration 'cargs' definition 'args'.
ctags-5.9~svn20110310/options.c:1675:51: note: Function 'previewFirstOption' argument 1 names different: declaration 'cargs' definition 'args'.
ctags-5.9~svn20110310/python.c:492:34: style: Condition '!K_CLASS' is always true [knownConditionTrueFalse]
ctags-5.9~svn20110310/python.c:458:36: warning: Either the condition 'if(n&&indent<=n->indentation)' is redundant or there is possible null pointer dereference: n. [nullPointerRedundantCheck]
ctags-5.9~svn20110310/python.c:460:7: note: Assuming that condition 'if(n&&indent<=n->indentation)' is not redundant
ctags-5.9~svn20110310/python.c:458:36: note: Null pointer dereference
ctags-5.9~svn20110310/python.c:587:2: style: Variable 'ptr' is reassigned a value before the old one has been used. [redundantAssignment]
ctags-5.9~svn20110310/python.c:585:0: note: Variable 'ptr' is reassigned a value before the old one has been used.
ctags-5.9~svn20110310/python.c:587:2: note: Variable 'ptr' is reassigned a value before the old one has been used.
ctags-5.9~svn20110310/python.c:452:16: style: The scope of the variable 'n' can be reduced. [variableScope]
ctags-5.9~svn20110310/qdos.c:74:11: error: Common realloc mistake: 'filenamebuf' nulled but not freed upon failure [memleakOnRealloc]
ctags-5.9~svn20110310/routines.c:609:17: style: Condition 'pDelimiter==NULL' is always true [knownConditionTrueFalse]
ctags-5.9~svn20110310/routines.c:604:27: note: Assignment 'pDelimiter=NULL', assigned value is 0
ctags-5.9~svn20110310/routines.c:609:17: note: Condition 'pDelimiter==NULL' is always true
ctags-5.9~svn20110310/routines.c:641:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
ctags-5.9~svn20110310/routines.c:622:0: note: Variable 'result' is reassigned a value before the old one has been used.
ctags-5.9~svn20110310/routines.c:641:2: note: Variable 'result' is reassigned a value before the old one has been used.
ctags-5.9~svn20110310/routines.c:803:3: style: Variable 'slashp[1]' is reassigned a value before the old one has been used. [redundantAssignment]
ctags-5.9~svn20110310/routines.c:801:3: note: Variable 'slashp[1]' is reassigned a value before the old one has been used.
ctags-5.9~svn20110310/routines.c:803:3: note: Variable 'slashp[1]' is reassigned a value before the old one has been used.
ctags-5.9~svn20110310/routines.c:609:17: style: Same expression on both sides of '==' because the value of 'pDelimiter' and 'NULL' are the same. [duplicateExpression]
ctags-5.9~svn20110310/routines.c:604:27: note: 'pDelimiter' is assigned value 'NULL' here.
ctags-5.9~svn20110310/routines.c:609:17: note: Same expression on both sides of '==' because the value of 'pDelimiter' and 'NULL' are the same.
ctags-5.9~svn20110310/routines.c:794:7: style: The scope of the variable 'save' can be reduced. [variableScope]
ctags-5.9~svn20110310/routines.c:774:0: error: Memory leak: res [memleak]
ctags-5.9~svn20110310/scheme.c:83:19: style: Same expression on both sides of '||'. [duplicateExpression]
ctags-5.9~svn20110310/sort.c:168:14: style: The scope of the variable 'line' can be reduced. [variableScope]
ctags-5.9~svn20110310/sql.c:465:12: style: The scope of the variable 'fulltag' can be reduced. [variableScope]
ctags-5.9~svn20110310/sql.c:736:6: style: The scope of the variable 'nest_level' can be reduced. [variableScope]
ctags-5.9~svn20110310/strlist.c:194:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
ctags-5.9~svn20110310/strlist.c:192:0: note: Variable 'result' is reassigned a value before the old one has been used.
ctags-5.9~svn20110310/strlist.c:194:2: note: Variable 'result' is reassigned a value before the old one has been used.
ctags-5.9~svn20110310/strlist.c:204:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
ctags-5.9~svn20110310/strlist.c:201:0: note: Variable 'result' is reassigned a value before the old one has been used.
ctags-5.9~svn20110310/strlist.c:204:2: note: Variable 'result' is reassigned a value before the old one has been used.
ctags-5.9~svn20110310/strlist.c:82:68: style: Function 'stringListNewFromArgv' argument 1 names different: declaration 'list' definition 'argv'. [funcArgNamesDifferent]
ctags-5.9~svn20110310/strlist.h:37:68: note: Function 'stringListNewFromArgv' argument 1 names different: declaration 'list' definition 'argv'.
ctags-5.9~svn20110310/strlist.c:82:68: note: Function 'stringListNewFromArgv' argument 1 names different: declaration 'list' definition 'argv'.
ctags-5.9~svn20110310/strlist.c:241:27: style: Function 'stringListExtensionMatched' argument 1 names different: declaration 'list' definition 'current'. [funcArgNamesDifferent]
ctags-5.9~svn20110310/strlist.h:48:68: note: Function 'stringListExtensionMatched' argument 1 names different: declaration 'list' definition 'current'.
ctags-5.9~svn20110310/strlist.c:241:27: note: Function 'stringListExtensionMatched' argument 1 names different: declaration 'list' definition 'current'.
ctags-5.9~svn20110310/strlist.c:264:27: style: Function 'stringListFileMatched' argument 1 names different: declaration 'list' definition 'current'. [funcArgNamesDifferent]
ctags-5.9~svn20110310/strlist.h:49:63: note: Function 'stringListFileMatched' argument 1 names different: declaration 'list' definition 'current'.
ctags-5.9~svn20110310/strlist.c:264:27: note: Function 'stringListFileMatched' argument 1 names different: declaration 'list' definition 'current'.
ctags-5.9~svn20110310/strlist.c:264:54: style: Function 'stringListFileMatched' argument 2 names different: declaration 'str' definition 'fileName'. [funcArgNamesDifferent]
ctags-5.9~svn20110310/strlist.h:49:87: note: Function 'stringListFileMatched' argument 2 names different: declaration 'str' definition 'fileName'.
ctags-5.9~svn20110310/strlist.c:264:54: note: Function 'stringListFileMatched' argument 2 names different: declaration 'str' definition 'fileName'.
ctags-5.9~svn20110310/tex.c:477:11: style: Condition 'TRUE' is always true [knownConditionTrueFalse]
ctags-5.9~svn20110310/tex.c:204:12: style: The scope of the variable 'fulltag' can be reduced. [variableScope]
ctags-5.9~svn20110310/verilog.c:185:6: style: The scope of the variable 'c' can be reduced. [variableScope]
ctags-5.9~svn20110310/verilog.c:302:15: style: The scope of the variable 'c' can be reduced. [variableScope]
ctags-5.9~svn20110310/vhdl.c:494:6: style: The scope of the variable 'nest_level' can be reduced. [variableScope]
ctags-5.9~svn20110310/vim.c:347:17: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
ctags-5.9~svn20110310/vim.c:331:17: note: outer condition: (int)*cp=='\\'
ctags-5.9~svn20110310/vim.c:347:17: note: identical inner condition: (int)*cp=='\\'
[19:08]

ftp://ftp.se.debian.org/debian/pool/main/e/eyebrowse-el/eyebrowse-el_0.7.7.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/eyed3/eyed3_0.8.5.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/eyefiserver/eyefiserver_2.4+dfsg.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/eyes.js/eyes.js_0.1.8.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/e/ez-ipupdate/ez-ipupdate_3.0.11b8.orig.tar.gz
ez-ipupdate-3.0.11b8/conf_file.c:97:36: warning: Either the condition 'if(in)' is redundant or there is possible null pointer dereference: in. [nullPointerRedundantCheck]
ez-ipupdate-3.0.11b8/conf_file.c:196:7: note: Assuming that condition 'if(in)' is not redundant
ez-ipupdate-3.0.11b8/conf_file.c:97:36: note: Null pointer dereference
ez-ipupdate-3.0.11b8/conf_file.c:69:51: style: Function 'parse_conf_file' argument 2 names different: declaration 'conf_commands' definition 'commands'. [funcArgNamesDifferent]
ez-ipupdate-3.0.11b8/conf_file.h:46:51: note: Function 'parse_conf_file' argument 2 names different: declaration 'conf_commands' definition 'commands'.
ez-ipupdate-3.0.11b8/conf_file.c:69:51: note: Function 'parse_conf_file' argument 2 names different: declaration 'conf_commands' definition 'commands'.
ez-ipupdate-3.0.11b8/ez-ipupdate.c:183:0: error: #error "get gcc, fix this code, or find yourself a snprintf!" [preprocessorErrorDirective]
ez-ipupdate-3.0.11b8/getpass.c:103:11: style: Variable 'outfd' is assigned a value that is never used. [unreadVariable]
[19:08]

ftp://ftp.se.debian.org/debian/pool/main/e/ezmlm-browse/ezmlm-browse_0.10.orig.tar.gz
ezmlm-browse-0.10/wrapper.c:7:15: style: The scope of the variable 'args' can be reduced. [variableScope]
[19:08]

ftp://ftp.se.debian.org/debian/pool/main/e/ezmlm-idx/ezmlm-idx_7.1.1.orig.tar.gz
ezmlm-idx-7.1.1/alloc.c:10:22: style: union member 'aligned::irrelevant' is never used. [unusedStructMember]
ezmlm-idx-7.1.1/alloc.c:10:52: style: union member 'aligned::d' is never used. [unusedStructMember]
ezmlm-idx-7.1.1/altpath.c:14:45: style: Function 'altpath' argument 2 names different: declaration 'name' definition 'fn'. [funcArgNamesDifferent]
ezmlm-idx-7.1.1/altpath.h:6:52: note: Function 'altpath' argument 2 names different: declaration 'name' definition 'fn'.
ezmlm-idx-7.1.1/altpath.c:14:45: note: Function 'altpath' argument 2 names different: declaration 'name' definition 'fn'.
ezmlm-idx-7.1.1/altpath.c:23:52: style: Function 'altdefaultpath' argument 2 names different: declaration 'name' definition 'fn'. [funcArgNamesDifferent]
ezmlm-idx-7.1.1/altpath.h:7:59: note: Function 'altdefaultpath' argument 2 names different: declaration 'name' definition 'fn'.
ezmlm-idx-7.1.1/altpath.c:23:52: note: Function 'altdefaultpath' argument 2 names different: declaration 'name' definition 'fn'.
ezmlm-idx-7.1.1/author.c:17:8: style: The scope of the variable 'ch' can be reduced. [variableScope]
ezmlm-idx-7.1.1/case_diffb.c:8:17: style: The scope of the variable 'x' can be reduced. [variableScope]
ezmlm-idx-7.1.1/case_diffb.c:9:17: style: The scope of the variable 'y' can be reduced. [variableScope]
ezmlm-idx-7.1.1/case_lowerb.c:8:17: style: The scope of the variable 'x' can be reduced. [variableScope]
ezmlm-idx-7.1.1/case_startb.c:5:17: style: The scope of the variable 'x' can be reduced. [variableScope]
ezmlm-idx-7.1.1/case_startb.c:6:17: style: The scope of the variable 'y' can be reduced. [variableScope]
ezmlm-idx-7.1.1/case_starts.c:5:17: style: The scope of the variable 'x' can be reduced. [variableScope]
ezmlm-idx-7.1.1/case_starts.c:6:17: style: The scope of the variable 'y' can be reduced. [variableScope]
ezmlm-idx-7.1.1/constmap.c:7:17: style: The scope of the variable 'ch' can be reduced. [variableScope]
ezmlm-idx-7.1.1/constmap.c:67:7: style: The scope of the variable 'i' can be reduced. [variableScope]
ezmlm-idx-7.1.1/constmap.c:69:7: style: The scope of the variable 'k' can be reduced. [variableScope]
ezmlm-idx-7.1.1/constmap.c:70:7: style: The scope of the variable 'pos' can be reduced. [variableScope]
ezmlm-idx-7.1.1/constmap.c:40:11: style: Checking if unsigned variable 'idx' is less than zero. [unsignedLessThanZero]
ezmlm-idx-7.1.1/copy.c:107:19: style: Function 'copy_xlate' argument 2 names different: declaration 'in' definition 'line'. [funcArgNamesDifferent]
ezmlm-idx-7.1.1/copy.h:8:54: note: Function 'copy_xlate' argument 2 names different: declaration 'in' definition 'line'.
ezmlm-idx-7.1.1/copy.c:107:19: note: Function 'copy_xlate' argument 2 names different: declaration 'in' definition 'line'.
ezmlm-idx-7.1.1/date822fmt.c:27:47: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
ezmlm-idx-7.1.1/decodeHDR.c:18:16: style: The scope of the variable 'pos' can be reduced. [variableScope]
ezmlm-idx-7.1.1/encodeB.c:68:17: style: The scope of the variable 'ch' can be reduced. [variableScope]
ezmlm-idx-7.1.1/encodeQ.c:15:8: style: The scope of the variable 'ch' can be reduced. [variableScope]
ezmlm-idx-7.1.1/ezmlm-archive.c:94:29: style: The scope of the variable 'psubtlast' can be reduced. [variableScope]
ezmlm-idx-7.1.1/ezmlm-archive.c:396:12: style: Variable 'fdlock' is assigned a value that is never used. [unreadVariable]
ezmlm-idx-7.1.1/ezmlm-cgi.c:365:13: warning: Variable 'state' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch]
ezmlm-idx-7.1.1/ezmlm-cgi.c:364:14: note: Variable 'state' is reassigned a value before the old one has been used. 'break;' missing?
ezmlm-idx-7.1.1/ezmlm-cgi.c:365:13: note: Variable 'state' is reassigned a value before the old one has been used. 'break;' missing?
ezmlm-idx-7.1.1/ezmlm-cgi.c:430:23: style: The scope of the variable 'cpstart' can be reduced. [variableScope]
ezmlm-idx-7.1.1/ezmlm-cgi.c:948:16: style: The scope of the variable 'pos' can be reduced. [variableScope]
ezmlm-idx-7.1.1/ezmlm-cgi.c:948:20: style: The scope of the variable 'l' can be reduced. [variableScope]
ezmlm-idx-7.1.1/ezmlm-cgi.c:949:8: style: The scope of the variable 'ch' can be reduced. [variableScope]
ezmlm-idx-7.1.1/ezmlm-cgi.c:1041:16: style: The scope of the variable 'pos' can be reduced. [variableScope]
ezmlm-idx-7.1.1/ezmlm-cgi.c:1386:7: style: The scope of the variable 'btype' can be reduced. [variableScope]
ezmlm-idx-7.1.1/ezmlm-cgi.c:1388:8: style: The scope of the variable 'linetype' can be reduced. [variableScope]
ezmlm-idx-7.1.1/ezmlm-cgi.c:1515:2: style: Variable 'linetype' is assigned a value that is never used. [unreadVariable]
ezmlm-idx-7.1.1/ezmlm-checksub.c:32:15: style: The scope of the variable 'subdir' can be reduced. [variableScope]
ezmlm-idx-7.1.1/ezmlm-clean.c:245:12: style: Variable 'fdlock' is assigned a value that is never used. [unreadVariable]
ezmlm-idx-7.1.1/ezmlm-confirm.c:99:16: style: The scope of the variable 'x' can be reduced. [variableScope]
ezmlm-idx-7.1.1/ezmlm-confirm.c:99:19: style: The scope of the variable 'y' can be reduced. [variableScope]
ezmlm-idx-7.1.1/ezmlm-dispatch.c:125:16: style: The scope of the variable 'len' can be reduced. [variableScope]
ezmlm-idx-7.1.1/ezmlm-dispatch.c:126:7: style: The scope of the variable 'code' can be reduced. [variableScope]
ezmlm-idx-7.1.1/ezmlm-gate.c:90:16: style: The scope of the variable 'i' can be reduced. [variableScope]
ezmlm-idx-7.1.1/ezmlm-gate.c:90:18: style: The scope of the variable 'j' can be reduced. [variableScope]
ezmlm-idx-7.1.1/ezmlm-get.c:648:15: style: The scope of the variable 'cp' can be reduced. [variableScope]
ezmlm-idx-7.1.1/ezmlm-get.c:649:7: style: The scope of the variable 'ffirstmsg' can be reduced. [variableScope]
ezmlm-idx-7.1.1/ezmlm-get.c:650:16: style: The scope of the variable 'len' can be reduced. [variableScope]
ezmlm-idx-7.1.1/ezmlm-get.c:769:9: style: The scope of the variable 'psz' can be reduced. [variableScope]
ezmlm-idx-7.1.1/ezmlm-get.c:771:7: style: The scope of the variable 'fd' can be reduced. [variableScope]
ezmlm-idx-7.1.1/ezmlm-get.c:772:16: style: The scope of the variable 'i' can be reduced. [variableScope]
ezmlm-idx-7.1.1/ezmlm-get.c:772:18: style: The scope of the variable 'j' can be reduced. [variableScope]
ezmlm-idx-7.1.1/ezmlm-get.c:773:7: style: The scope of the variable 'flagremote' can be reduced. [variableScope]
ezmlm-idx-7.1.1/ezmlm-get.c:777:17: style: The scope of the variable 'from' can be reduced. [variableScope]
ezmlm-idx-7.1.1/ezmlm-get.c:782:16: style: The scope of the variable 'len' can be reduced. [variableScope]
ezmlm-idx-7.1.1/ezmlm-get.c:1122:11: style: Checking if unsigned variable 'u' is less than zero. [unsignedLessThanZero]
ezmlm-idx-7.1.1/ezmlm-issubn.c:27:15: style: The scope of the variable 'subdir' can be reduced. [variableScope]
ezmlm-idx-7.1.1/ezmlm-issubn.c:31:7: style: The scope of the variable 'i' can be reduced. [variableScope]
ezmlm-idx-7.1.1/ezmlm-limit.c:57:16: style: The scope of the variable 'pos' can be reduced. [variableScope]
ezmlm-idx-7.1.1/ezmlm-limit.c:73:12: style: Variable 'fdlock' is assigned a value that is never used. [unreadVariable]
ezmlm-idx-7.1.1/ezmlm-list.c:53:17: style: The scope of the variable 'n' can be reduced. [variableScope]
ezmlm-idx-7.1.1/ezmlm-make.c:285:17: style: The scope of the variable 'ch' can be reduced. [variableScope]
ezmlm-idx-7.1.1/ezmlm-make.c:362:12: style: The scope of the variable 'fdlock' can be reduced. [variableScope]
ezmlm-idx-7.1.1/ezmlm-make.c:538:16: style: Array index 'j' is used before limits check. [arrayIndexThenCheck]
ezmlm-idx-7.1.1/ezmlm-manage.c:239:16: style: The scope of the variable 'pos' can be reduced. [variableScope]
ezmlm-idx-7.1.1/ezmlm-manage.c:453:17: style: The scope of the variable 'ch' can be reduced. [variableScope]
ezmlm-idx-7.1.1/ezmlm-manage.c:1145:9: style: The scope of the variable 'r' can be reduced. [variableScope]
ezmlm-idx-7.1.1/ezmlm-moderate.c:151:16: style: The scope of the variable 'x' can be reduced. [variableScope]
ezmlm-idx-7.1.1/ezmlm-moderate.c:151:19: style: The scope of the variable 'y' can be reduced. [variableScope]
ezmlm-idx-7.1.1/ezmlm-moderate.c:171:7: style: The scope of the variable 'flaginheader' can be reduced. [variableScope]
ezmlm-idx-7.1.1/ezmlm-moderate.c:172:7: style: The scope of the variable 'flagcomment' can be reduced. [variableScope]
ezmlm-idx-7.1.1/ezmlm-moderate.c:173:7: style: The scope of the variable 'flaggoodfield' can be reduced. [variableScope]
ezmlm-idx-7.1.1/ezmlm-moderate.c:174:7: style: The scope of the variable 'flagdone' can be reduced. [variableScope]
ezmlm-idx-7.1.1/ezmlm-moderate.c:177:15: style: The scope of the variable 'err' can be reduced. [variableScope]
ezmlm-idx-7.1.1/ezmlm-moderate.c:178:8: style: The scope of the variable 'encin' can be reduced. [variableScope]
ezmlm-idx-7.1.1/ezmlm-moderate.c:180:16: style: The scope of the variable 'pos' can be reduced. [variableScope]
ezmlm-idx-7.1.1/ezmlm-moderate.c:180:20: style: The scope of the variable 'i' can be reduced. [variableScope]
ezmlm-idx-7.1.1/ezmlm-moderate.c:183:21: style: The scope of the variable 'cpfirst' can be reduced. [variableScope]
ezmlm-idx-7.1.1/ezmlm-moderate.c:183:38: style: The scope of the variable 'cpafter' can be reduced. [variableScope]
ezmlm-idx-7.1.1/ezmlm-reject.c:356:58: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
ezmlm-idx-7.1.1/ezmlm-reject.c:161:16: style: The scope of the variable 'pos1' can be reduced. [variableScope]
ezmlm-idx-7.1.1/ezmlm-reject.c:186:24: style: The scope of the variable 'cpafter' can be reduced. [variableScope]
ezmlm-idx-7.1.1/ezmlm-reject.c:188:15: style: The scope of the variable 'err' can be reduced. [variableScope]
ezmlm-idx-7.1.1/ezmlm-request.c:219:19: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR' is always true. [redundantCondition]
ezmlm-idx-7.1.1/ezmlm-request.c:225:19: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR' is always true. [redundantCondition]
ezmlm-idx-7.1.1/ezmlm-request.c:185:9: style: The scope of the variable 'cp3' can be reduced. [variableScope]
ezmlm-idx-7.1.1/ezmlm-request.c:272:7: style: The scope of the variable 'flagsub' can be reduced. [variableScope]
ezmlm-idx-7.1.1/ezmlm-request.c:273:7: style: The scope of the variable 'flagok' can be reduced. [variableScope]
ezmlm-idx-7.1.1/ezmlm-request.c:276:7: style: The scope of the variable 'flaginheader' can be reduced. [variableScope]
ezmlm-idx-7.1.1/ezmlm-request.c:277:7: style: The scope of the variable 'flagbadfield' can be reduced. [variableScope]
ezmlm-idx-7.1.1/ezmlm-request.c:278:7: style: The scope of the variable 'flagmultipart' can be reduced. [variableScope]
ezmlm-idx-7.1.1/ezmlm-request.c:280:20: style: The scope of the variable 'pos1' can be reduced. [variableScope]
ezmlm-idx-7.1.1/ezmlm-return.c:265:7: style: The scope of the variable 'fdlock' can be reduced. [variableScope]
ezmlm-idx-7.1.1/ezmlm-send.c:226:16: style: The scope of the variable 'pos' can be reduced. [variableScope]
ezmlm-idx-7.1.1/ezmlm-send.c:326:15: style: The scope of the variable 'ret' can be reduced. [variableScope]
ezmlm-idx-7.1.1/ezmlm-send.c:331:16: style: The scope of the variable 'i' can be reduced. [variableScope]
ezmlm-idx-7.1.1/ezmlm-split.c:73:20: style: The scope of the variable 'cp2' can be reduced. [variableScope]
ezmlm-idx-7.1.1/ezmlm-split.c:168:9: style: The scope of the variable 'action' can be reduced. [variableScope]
ezmlm-idx-7.1.1/ezmlm-split.c:169:9: style: The scope of the variable 'dtline' can be reduced. [variableScope]
ezmlm-idx-7.1.1/ezmlm-split.c:170:9: style: The scope of the variable 'nhost' can be reduced. [variableScope]
ezmlm-idx-7.1.1/ezmlm-split.c:171:15: style: The scope of the variable 'err' can be reduced. [variableScope]
ezmlm-idx-7.1.1/ezmlm-split.c:172:16: style: The scope of the variable 'i' can be reduced. [variableScope]
ezmlm-idx-7.1.1/ezmlm-subunsub.c:42:15: style: The scope of the variable 'addr' can be reduced. [variableScope]
ezmlm-idx-7.1.1/ezmlm-subunsub.c:43:15: style: The scope of the variable 'comment' can be reduced. [variableScope]
ezmlm-idx-7.1.1/ezmlm-subunsub.c:45:8: style: The scope of the variable 'ch' can be reduced. [variableScope]
ezmlm-idx-7.1.1/ezmlm-tstdig.c:52:9: style: The scope of the variable 'def' can be reduced. [variableScope]
ezmlm-idx-7.1.1/ezmlm-tstdig.c:53:16: style: The scope of the variable 'pos' can be reduced. [variableScope]
ezmlm-idx-7.1.1/ezmlm-tstdig.c:57:7: style: The scope of the variable 'fd' can be reduced. [variableScope]
ezmlm-idx-7.1.1/ezmlm-tstdig.c:57:10: style: The scope of the variable 'fdlock' can be reduced. [variableScope]
ezmlm-idx-7.1.1/ezmlm-tstdig.c:104:16: style: Variable 'fdlock' is assigned a value that is never used. [unreadVariable]
ezmlm-idx-7.1.1/ezmlm-warn.c:113:7: style: The scope of the variable 'fdhash' can be reduced. [variableScope]
ezmlm-idx-7.1.1/ezmlm-warn.c:270:11: style: Variable 'dfile' is assigned a value that is never used. [unreadVariable]
ezmlm-idx-7.1.1/ezmlm-warn.c:275:12: style: Variable 'fdlock' is assigned a value that is never used. [unreadVariable]
ezmlm-idx-7.1.1/ezmlm-weed.c:62:18: style: The scope of the variable 'j' can be reduced. [variableScope]
ezmlm-idx-7.1.1/fmt_str.c:6:8: style: The scope of the variable 'ch' can be reduced. [variableScope]
ezmlm-idx-7.1.1/getconf_ulong.c:8:34: style: Function 'getconf_ulong' argument 1 names different: declaration 'n' definition 'u'. [funcArgNamesDifferent]
ezmlm-idx-7.1.1/getconf.h:8:41: note: Function 'getconf_ulong' argument 1 names different: declaration 'n' definition 'u'.
ezmlm-idx-7.1.1/getconf_ulong.c:8:34: note: Function 'getconf_ulong' argument 1 names different: declaration 'n' definition 'u'.
ezmlm-idx-7.1.1/getconfopt_flag.c:13:47: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
ezmlm-idx-7.1.1/getln2.c:10:16: style: The scope of the variable 'i' can be reduced. [variableScope]
ezmlm-idx-7.1.1/getln2.c:11:7: style: The scope of the variable 'n' can be reduced. [variableScope]
ezmlm-idx-7.1.1/hdr_add.c:6:26: style: Function 'hdr_add' argument 1 names different: declaration 'value' definition 'line'. [funcArgNamesDifferent]
ezmlm-idx-7.1.1/hdr.h:23:33: note: Function 'hdr_add' argument 1 names different: declaration 'value' definition 'line'.
ezmlm-idx-7.1.1/hdr_add.c:6:26: note: Function 'hdr_add' argument 1 names different: declaration 'value' definition 'line'.
ezmlm-idx-7.1.1/idxthread.c:654:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
ezmlm-idx-7.1.1/idxthread.c:655:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
ezmlm-idx-7.1.1/idxthread.c:656:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
ezmlm-idx-7.1.1/idxthread.c:140:17: style: The scope of the variable 'msg' can be reduced. [variableScope]
ezmlm-idx-7.1.1/idxthread.c:141:17: style: The scope of the variable 'endmsg' can be reduced. [variableScope]
ezmlm-idx-7.1.1/idxthread.c:157:7: style: The scope of the variable 'fd' can be reduced. [variableScope]
ezmlm-idx-7.1.1/idxthread.c:158:7: style: The scope of the variable 'flagmissingindex' can be reduced. [variableScope]
ezmlm-idx-7.1.1/idxthread.c:414:41: style: Checking if unsigned variable 'ulmrange=msg_to-msg_from+1' is less than zero. [unsignedLessThanZero]
ezmlm-idx-7.1.1/idxthread.c:600:41: style: Checking if unsigned variable 'ulmrange=msg_to-msg_from+1' is less than zero. [unsignedLessThanZero]
ezmlm-idx-7.1.1/makehash.c:41:17: style: The scope of the variable 'ch' can be reduced. [variableScope]
ezmlm-idx-7.1.1/makehash.c:101:8: style: The scope of the variable 'ch' can be reduced. [variableScope]
ezmlm-idx-7.1.1/messages.c:121:39: style: Function 'messages_get0' argument 1 names different: declaration 'name' definition 'msg'. [funcArgNamesDifferent]
ezmlm-idx-7.1.1/messages.h:5:46: note: Function 'messages_get0' argument 1 names different: declaration 'name' definition 'msg'.
ezmlm-idx-7.1.1/messages.c:121:39: note: Function 'messages_get0' argument 1 names different: declaration 'name' definition 'msg'.
ezmlm-idx-7.1.1/messages.c:127:39: style: Function 'messages_get1' argument 1 names different: declaration 'name' definition 'msg'. [funcArgNamesDifferent]
ezmlm-idx-7.1.1/messages.h:6:46: note: Function 'messages_get1' argument 1 names different: declaration 'name' definition 'msg'.
ezmlm-idx-7.1.1/messages.c:127:39: note: Function 'messages_get1' argument 1 names different: declaration 'name' definition 'msg'.
ezmlm-idx-7.1.1/messages.c:133:39: style: Function 'messages_get2' argument 1 names different: declaration 'name' definition 'msg'. [funcArgNamesDifferent]
ezmlm-idx-7.1.1/messages.h:7:46: note: Function 'messages_get2' argument 1 names different: declaration 'name' definition 'msg'.
ezmlm-idx-7.1.1/messages.c:133:39: note: Function 'messages_get2' argument 1 names different: declaration 'name' definition 'msg'.
ezmlm-idx-7.1.1/qmail.c:28:12: style: The scope of the variable 'i' can be reduced. [variableScope]
ezmlm-idx-7.1.1/qmail.c:28:14: style: The scope of the variable 'j' can be reduced. [variableScope]
ezmlm-idx-7.1.1/qmail.c:30:16: style: The scope of the variable 'cpp' can be reduced. [variableScope]
ezmlm-idx-7.1.1/qmail_copy.c:6:7: style: The scope of the variable 'n' can be reduced. [variableScope]
ezmlm-idx-7.1.1/qmail_copy.c:8:9: style: The scope of the variable 'x' can be reduced. [variableScope]
ezmlm-idx-7.1.1/quote.c:21:7: style: The scope of the variable 'ch' can be reduced. [variableScope]
ezmlm-idx-7.1.1/quote.c:42:16: style: The scope of the variable 'uch' can be reduced. [variableScope]
ezmlm-idx-7.1.1/sender.c:102:7: style: The scope of the variable 'sep' can be reduced. [variableScope]
ezmlm-idx-7.1.1/sgetopt.c:44:15: style: Array index 'subgetoptind' is used before limits check. [arrayIndexThenCheck]
ezmlm-idx-7.1.1/slurpclose.c:9:7: style: The scope of the variable 'r' can be reduced. [variableScope]
ezmlm-idx-7.1.1/str_start.c:7:8: style: The scope of the variable 'x' can be reduced. [variableScope]
ezmlm-idx-7.1.1/sub-mysql.c:166:18: style: The scope of the variable 'lengths' can be reduced. [variableScope]
ezmlm-idx-7.1.1/sub-mysql.c:258:18: style: The scope of the variable 'lengths' can be reduced. [variableScope]
ezmlm-idx-7.1.1/sub-mysql.c:297:18: style: The scope of the variable 'lengths' can be reduced. [variableScope]
ezmlm-idx-7.1.1/sub-mysql.c:352:14: style: The scope of the variable 'result' can be reduced. [variableScope]
ezmlm-idx-7.1.1/sub-pgsql.c:212:13: style: The scope of the variable 'result2' can be reduced. [variableScope]
ezmlm-idx-7.1.1/sub-pgsql.c:277:7: style: The scope of the variable 'length' can be reduced. [variableScope]
ezmlm-idx-7.1.1/sub-pgsql.c:278:9: style: The scope of the variable 'row' can be reduced. [variableScope]
ezmlm-idx-7.1.1/sub-pgsql.c:320:7: style: The scope of the variable 'length' can be reduced. [variableScope]
ezmlm-idx-7.1.1/sub-pgsql.c:321:9: style: The scope of the variable 'row' can be reduced. [variableScope]
ezmlm-idx-7.1.1/sub-pgsql.c:521:13: style: The scope of the variable 'result2' can be reduced. [variableScope]
ezmlm-idx-7.1.1/sub-sqlite3.c:261:7: style: The scope of the variable 'length' can be reduced. [variableScope]
ezmlm-idx-7.1.1/sub-sqlite3.c:262:15: style: The scope of the variable 'row' can be reduced. [variableScope]
ezmlm-idx-7.1.1/sub-sqlite3.c:376:7: style: The scope of the variable 'res' can be reduced. [variableScope]
ezmlm-idx-7.1.1/sub-sqlite3.c:492:8: style: Variable 'j' is assigned a value that is never used. [unreadVariable]
ezmlm-idx-7.1.1/sub-std.c:216:7: style: The scope of the variable 'fd' can be reduced. [variableScope]
ezmlm-idx-7.1.1/subdb.c:108:16: style: The scope of the variable 'dir_len' can be reduced. [variableScope]
ezmlm-idx-7.1.1/subdb.c:173:34: style: Function 'logmsg' argument 1 names different: declaration 'msgnum' definition 'num'. [funcArgNamesDifferent]
ezmlm-idx-7.1.1/subdb.h:49:41: note: Function 'logmsg' argument 1 names different: declaration 'msgnum' definition 'num'.
ezmlm-idx-7.1.1/subdb.c:173:34: note: Function 'logmsg' argument 1 names different: declaration 'msgnum' definition 'num'.
ezmlm-idx-7.1.1/subdb.c:226:20: style: Function 'subscribe' argument 2 names different: declaration 'username' definition 'userhost'. [funcArgNamesDifferent]
ezmlm-idx-7.1.1/subdb.h:59:20: note: Function 'subscribe' argument 2 names different: declaration 'username' definition 'userhost'.
ezmlm-idx-7.1.1/subdb.c:226:20: note: Function 'subscribe' argument 2 names different: declaration 'username' definition 'userhost'.
ezmlm-idx-7.1.1/subdb.c:228:20: style: Function 'subscribe' argument 4 names different: declaration 'from' definition 'comment'. [funcArgNamesDifferent]
ezmlm-idx-7.1.1/subdb.h:61:20: note: Function 'subscribe' argument 4 names different: declaration 'from' definition 'comment'.
ezmlm-idx-7.1.1/subdb.c:228:20: note: Function 'subscribe' argument 4 names different: declaration 'from' definition 'comment'.
ezmlm-idx-7.1.1/substdi.c:7:7: style: The scope of the variable 'r' can be reduced. [variableScope]
ezmlm-idx-7.1.1/substdio_copy.c:5:7: style: The scope of the variable 'n' can be reduced. [variableScope]
ezmlm-idx-7.1.1/substdio_copy.c:6:9: style: The scope of the variable 'x' can be reduced. [variableScope]
ezmlm-idx-7.1.1/substdo.c:8:7: style: The scope of the variable 'w' can be reduced. [variableScope]
ezmlm-idx-7.1.1/test-getconfopt.c:79:7: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
ezmlm-idx-7.1.1/trydrent.c:8:8: style: Unused variable: dir [unusedVariable]
ezmlm-idx-7.1.1/trydrent.c:9:18: style: Unused variable: d [unusedVariable]
ezmlm-idx-7.1.1/unfoldHDR.c:145:7: style: The scope of the variable 'reg' can be reduced. [variableScope]
ezmlm-idx-7.1.1/unfoldHDR.c:145:11: style: The scope of the variable 'newreg' can be reduced. [variableScope]
ezmlm-idx-7.1.1/wrap_execv.c:20:30: style: Function 'wrap_execv' argument 1 names different: declaration 'argv' definition 'args'. [funcArgNamesDifferent]
ezmlm-idx-7.1.1/wrap.h:11:37: note: Function 'wrap_execv' argument 1 names different: declaration 'argv' definition 'args'.
ezmlm-idx-7.1.1/wrap_execv.c:20:30: note: Function 'wrap_execv' argument 1 names different: declaration 'argv' definition 'args'.
ezmlm-idx-7.1.1/wrap_execv.c:25:31: style: Function 'wrap_execvp' argument 1 names different: declaration 'argv' definition 'args'. [funcArgNamesDifferent]
ezmlm-idx-7.1.1/wrap.h:12:38: note: Function 'wrap_execvp' argument 1 names different: declaration 'argv' definition 'args'.
ezmlm-idx-7.1.1/wrap_execv.c:25:31: note: Function 'wrap_execvp' argument 1 names different: declaration 'argv' definition 'args'.
[19:08]

ftp://ftp.se.debian.org/debian/pool/main/e/ezquake/ezquake_2.2+git20150324.orig.tar.xz
q_shared.h:186:0: error: #error Unknown byte order type! [preprocessorErrorDirective]
unzip.c:603:25: style: Condition 'unz_copyright[0]!=' '' is always false [knownConditionTrueFalse]
unzip.c:421:9: style: Redundant pointer operation on 'pzlib_filefunc_def' - it's already a pointer. [redundantPointerOp]
unzip.c:425:17: style: Redundant pointer operation on 'pzlib_filefunc_def' - it's already a pointer. [redundantPointerOp]
unzip.c:448:13: style: Redundant pointer operation on 'pzlib_filefunc_def' - it's already a pointer. [redundantPointerOp]
unzip.c:489:9: style: Redundant pointer operation on 'pzlib_filefunc_def' - it's already a pointer. [redundantPointerOp]
unzip.c:493:17: style: Redundant pointer operation on 'pzlib_filefunc_def' - it's already a pointer. [redundantPointerOp]
unzip.c:516:13: style: Redundant pointer operation on 'pzlib_filefunc_def' - it's already a pointer. [redundantPointerOp]
unzip.c:538:9: style: Redundant pointer operation on 'pzlib_filefunc_def' - it's already a pointer. [redundantPointerOp]
unzip.c:562:9: style: Redundant pointer operation on 'pzlib_filefunc_def' - it's already a pointer. [redundantPointerOp]
unzip.c:1105:16: style: Variable 'lSeek' is assigned a value that is never used. [unreadVariable]
[19:08]

ftp://ftp.se.debian.org/debian/pool/main/e/ezstream/ezstream_0.5.6~dfsg.orig.tar.gz
ezstream-0.5.6/src/configfile.c:584:15: style: The scope of the variable 'i' can be reduced. [variableScope]
ezstream-0.5.6/src/ezstream.c:239:2: style: Variable 'decoder' is reassigned a value before the old one has been used. [redundantAssignment]
ezstream-0.5.6/src/ezstream.c:227:0: note: Variable 'decoder' is reassigned a value before the old one has been used.
ezstream-0.5.6/src/ezstream.c:239:2: note: Variable 'decoder' is reassigned a value before the old one has been used.
ezstream-0.5.6/src/ezstream.c:179:3: style: Redundant pointer operation on 'hostname' - it's already a pointer. [redundantPointerOp]
ezstream-0.5.6/src/ezstream.c:188:3: style: Redundant pointer operation on 'hostname' - it's already a pointer. [redundantPointerOp]
ezstream-0.5.6/src/ezstream.c:82:7: style: struct member 'tag_ID3Tag::tag' is never used. [unusedStructMember]
ezstream-0.5.6/src/ezstream.c:83:7: style: struct member 'tag_ID3Tag::trackName' is never used. [unusedStructMember]
ezstream-0.5.6/src/ezstream.c:84:7: style: struct member 'tag_ID3Tag::artistName' is never used. [unusedStructMember]
ezstream-0.5.6/src/ezstream.c:85:7: style: struct member 'tag_ID3Tag::albumName' is never used. [unusedStructMember]
ezstream-0.5.6/src/ezstream.c:86:7: style: struct member 'tag_ID3Tag::year' is never used. [unusedStructMember]
ezstream-0.5.6/src/ezstream.c:87:7: style: struct member 'tag_ID3Tag::comment' is never used. [unusedStructMember]
ezstream-0.5.6/src/ezstream.c:88:7: style: struct member 'tag_ID3Tag::genre' is never used. [unusedStructMember]
ezstream-0.5.6/src/getopt.c:123:6: style: The scope of the variable 'cstart' can be reduced. [variableScope]
ezstream-0.5.6/src/getopt.c:123:55: style: The scope of the variable 'pos' can be reduced. [variableScope]
ezstream-0.5.6/src/metadata.c:462:2: style: Redundant pointer operation on 'md_p' - it's already a pointer. [redundantPointerOp]
ezstream-0.5.6/src/playlist.c:249:11: style: The scope of the variable 'i' can be reduced. [variableScope]
ezstream-0.5.6/src/playlist.c:448:16: style: The scope of the variable 'range' can be reduced. [variableScope]
ezstream-0.5.6/src/playlist.c:279:2: style: Redundant pointer operation on 'pl_p' - it's already a pointer. [redundantPointerOp]
ezstream-0.5.6/src/util.c:405:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
ezstream-0.5.6/src/util.c:376:0: note: Variable 'ret' is reassigned a value before the old one has been used.
ezstream-0.5.6/src/util.c:405:2: note: Variable 'ret' is reassigned a value before the old one has been used.
ezstream-0.5.6/win32/tfile.cpp:48:3: style: Class 'FilePrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
[19:08]

ftp://ftp.se.debian.org/debian/pool/main/e/eztrace/eztrace_1.1-7.orig.tar.gz
eztrace-1.1-7/extlib/gtg/extlib/otf/otfauxlib/OTFAUX_Thumbnail.c:45:81: style: Function 'OTFAUX_Thumbnail_declareProcess' argument 2 names different: declaration 'process' definition 'process_token'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otfauxlib/OTFAUX_Thumbnail.h:76:43: note: Function 'OTFAUX_Thumbnail_declareProcess' argument 2 names different: declaration 'process' definition 'process_token'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otfauxlib/OTFAUX_Thumbnail.c:45:81: note: Function 'OTFAUX_Thumbnail_declareProcess' argument 2 names different: declaration 'process' definition 'process_token'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otfauxlib/OTFAUX_Thumbnail.c:56:40: style: Function 'OTFAUX_Thumbnail_handleEnter' argument 3 names different: declaration 'process' definition 'process_token'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otfauxlib/OTFAUX_Thumbnail.h:94:40: note: Function 'OTFAUX_Thumbnail_handleEnter' argument 3 names different: declaration 'process' definition 'process_token'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otfauxlib/OTFAUX_Thumbnail.c:56:40: note: Function 'OTFAUX_Thumbnail_handleEnter' argument 3 names different: declaration 'process' definition 'process_token'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otfauxlib/OTFAUX_Thumbnail.c:57:40: style: Function 'OTFAUX_Thumbnail_handleEnter' argument 4 names different: declaration 'function' definition 'function_token'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otfauxlib/OTFAUX_Thumbnail.h:95:40: note: Function 'OTFAUX_Thumbnail_handleEnter' argument 4 names different: declaration 'function' definition 'function_token'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otfauxlib/OTFAUX_Thumbnail.c:57:40: note: Function 'OTFAUX_Thumbnail_handleEnter' argument 4 names different: declaration 'function' definition 'function_token'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otfauxlib/OTFAUX_Thumbnail.c:71:40: style: Function 'OTFAUX_Thumbnail_handleLeave' argument 3 names different: declaration 'process' definition 'process_token'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otfauxlib/OTFAUX_Thumbnail.h:112:40: note: Function 'OTFAUX_Thumbnail_handleLeave' argument 3 names different: declaration 'process' definition 'process_token'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otfauxlib/OTFAUX_Thumbnail.c:71:40: note: Function 'OTFAUX_Thumbnail_handleLeave' argument 3 names different: declaration 'process' definition 'process_token'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otfauxlib/OTFAUX_Thumbnail.c:219:38: style: Function 'OTFAUX_ThumbnailReader_read' argument 2 names different: declaration 'process_handler' definition 'handler'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otfauxlib/OTFAUX_Thumbnail.h:175:38: note: Function 'OTFAUX_ThumbnailReader_read' argument 2 names different: declaration 'process_handler' definition 'handler'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otfauxlib/OTFAUX_Thumbnail.c:219:38: note: Function 'OTFAUX_ThumbnailReader_read' argument 2 names different: declaration 'process_handler' definition 'handler'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:36:75: style: Function 'OTF_CopyHandler_DefProcess' argument 3 names different: declaration 'process' definition 'deftoken'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.h:34:75: note: Function 'OTF_CopyHandler_DefProcess' argument 3 names different: declaration 'process' definition 'deftoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:36:75: note: Function 'OTF_CopyHandler_DefProcess' argument 3 names different: declaration 'process' definition 'deftoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:45:80: style: Function 'OTF_CopyHandler_DefProcessGroup' argument 3 names different: declaration 'procGroup' definition 'deftoken'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.h:38:11: note: Function 'OTF_CopyHandler_DefProcessGroup' argument 3 names different: declaration 'procGroup' definition 'deftoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:45:80: note: Function 'OTF_CopyHandler_DefProcessGroup' argument 3 names different: declaration 'procGroup' definition 'deftoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:46:29: style: Function 'OTF_CopyHandler_DefProcessGroup' argument 5 names different: declaration 'numberOfProcs' definition 'n'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.h:38:49: note: Function 'OTF_CopyHandler_DefProcessGroup' argument 5 names different: declaration 'numberOfProcs' definition 'n'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:46:29: note: Function 'OTF_CopyHandler_DefProcessGroup' argument 5 names different: declaration 'numberOfProcs' definition 'n'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:70:12: style: Function 'OTF_CopyHandler_DefFunction' argument 3 names different: declaration 'func' definition 'deftoken'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.h:47:76: note: Function 'OTF_CopyHandler_DefFunction' argument 3 names different: declaration 'func' definition 'deftoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:70:12: note: Function 'OTF_CopyHandler_DefFunction' argument 3 names different: declaration 'func' definition 'deftoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:71:12: style: Function 'OTF_CopyHandler_DefFunction' argument 5 names different: declaration 'funcGroup' definition 'group'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.h:48:29: note: Function 'OTF_CopyHandler_DefFunction' argument 5 names different: declaration 'funcGroup' definition 'group'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:71:12: note: Function 'OTF_CopyHandler_DefFunction' argument 5 names different: declaration 'funcGroup' definition 'group'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:71:28: style: Function 'OTF_CopyHandler_DefFunction' argument 6 names different: declaration 'source' definition 'scltoken'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.h:48:49: note: Function 'OTF_CopyHandler_DefFunction' argument 6 names different: declaration 'source' definition 'scltoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:71:28: note: Function 'OTF_CopyHandler_DefFunction' argument 6 names different: declaration 'source' definition 'scltoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:80:12: style: Function 'OTF_CopyHandler_DefFunctionGroup' argument 3 names different: declaration 'funcGroup' definition 'deftoken'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.h:51:11: note: Function 'OTF_CopyHandler_DefFunctionGroup' argument 3 names different: declaration 'funcGroup' definition 'deftoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:80:12: note: Function 'OTF_CopyHandler_DefFunctionGroup' argument 3 names different: declaration 'funcGroup' definition 'deftoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:98:12: style: Function 'OTF_CopyHandler_DefCounter' argument 3 names different: declaration 'counter' definition 'deftoken'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.h:56:75: note: Function 'OTF_CopyHandler_DefCounter' argument 3 names different: declaration 'counter' definition 'deftoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:98:12: note: Function 'OTF_CopyHandler_DefCounter' argument 3 names different: declaration 'counter' definition 'deftoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:99:12: style: Function 'OTF_CopyHandler_DefCounter' argument 6 names different: declaration 'counterGroup' definition 'countergroup'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.h:57:50: note: Function 'OTF_CopyHandler_DefCounter' argument 6 names different: declaration 'counterGroup' definition 'countergroup'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:99:12: note: Function 'OTF_CopyHandler_DefCounter' argument 6 names different: declaration 'counterGroup' definition 'countergroup'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:108:12: style: Function 'OTF_CopyHandler_DefCounterGroup' argument 3 names different: declaration 'counterGroup' definition 'deftoken'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.h:61:11: note: Function 'OTF_CopyHandler_DefCounterGroup' argument 3 names different: declaration 'counterGroup' definition 'deftoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:108:12: note: Function 'OTF_CopyHandler_DefCounterGroup' argument 3 names different: declaration 'counterGroup' definition 'deftoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:116:72: style: Function 'OTF_CopyHandler_DefScl' argument 3 names different: declaration 'source' definition 'deftoken'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.h:63:71: note: Function 'OTF_CopyHandler_DefScl' argument 3 names different: declaration 'source' definition 'deftoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:116:72: note: Function 'OTF_CopyHandler_DefScl' argument 3 names different: declaration 'source' definition 'deftoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:117:11: style: Function 'OTF_CopyHandler_DefScl' argument 4 names different: declaration 'sourceFile' definition 'sclfile'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.h:64:11: note: Function 'OTF_CopyHandler_DefScl' argument 4 names different: declaration 'sourceFile' definition 'sclfile'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:117:11: note: Function 'OTF_CopyHandler_DefScl' argument 4 names different: declaration 'sourceFile' definition 'sclfile'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:117:29: style: Function 'OTF_CopyHandler_DefScl' argument 5 names different: declaration 'line' definition 'sclline'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.h:64:32: note: Function 'OTF_CopyHandler_DefScl' argument 5 names different: declaration 'line' definition 'sclline'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:117:29: note: Function 'OTF_CopyHandler_DefScl' argument 5 names different: declaration 'line' definition 'sclline'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:126:12: style: Function 'OTF_CopyHandler_DefSclFile' argument 3 names different: declaration 'sourceFile' definition 'deftoken'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.h:67:11: note: Function 'OTF_CopyHandler_DefSclFile' argument 3 names different: declaration 'sourceFile' definition 'deftoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:126:12: note: Function 'OTF_CopyHandler_DefSclFile' argument 3 names different: declaration 'sourceFile' definition 'deftoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:126:34: style: Function 'OTF_CopyHandler_DefSclFile' argument 4 names different: declaration 'name' definition 'filename'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.h:67:35: note: Function 'OTF_CopyHandler_DefSclFile' argument 4 names different: declaration 'name' definition 'filename'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:126:34: note: Function 'OTF_CopyHandler_DefSclFile' argument 4 names different: declaration 'name' definition 'filename'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:250:12: style: Function 'OTF_CopyHandler_Counter' argument 4 names different: declaration 'counter' definition 'counter_token'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.h:122:11: note: Function 'OTF_CopyHandler_Counter' argument 4 names different: declaration 'counter' definition 'counter_token'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:250:12: note: Function 'OTF_CopyHandler_Counter' argument 4 names different: declaration 'counter' definition 'counter_token'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:258:68: style: Function 'OTF_CopyHandler_Enter' argument 3 names different: declaration 'function' definition 'statetoken'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.h:107:68: note: Function 'OTF_CopyHandler_Enter' argument 3 names different: declaration 'function' definition 'statetoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:258:68: note: Function 'OTF_CopyHandler_Enter' argument 3 names different: declaration 'function' definition 'statetoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:259:12: style: Function 'OTF_CopyHandler_Enter' argument 4 names different: declaration 'process' definition 'cpuid'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.h:108:11: note: Function 'OTF_CopyHandler_Enter' argument 4 names different: declaration 'process' definition 'cpuid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:259:12: note: Function 'OTF_CopyHandler_Enter' argument 4 names different: declaration 'process' definition 'cpuid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:259:28: style: Function 'OTF_CopyHandler_Enter' argument 5 names different: declaration 'source' definition 'scltoken'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.h:108:29: note: Function 'OTF_CopyHandler_Enter' argument 5 names different: declaration 'source' definition 'scltoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:259:28: note: Function 'OTF_CopyHandler_Enter' argument 5 names different: declaration 'source' definition 'scltoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:268:33: style: Function 'OTF_CopyHandler_CollectiveOperation' argument 4 names different: declaration 'collective' definition 'functionToken'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.h:125:29: note: Function 'OTF_CopyHandler_CollectiveOperation' argument 4 names different: declaration 'collective' definition 'functionToken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:268:33: note: Function 'OTF_CopyHandler_CollectiveOperation' argument 4 names different: declaration 'collective' definition 'functionToken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:268:57: style: Function 'OTF_CopyHandler_CollectiveOperation' argument 5 names different: declaration 'procGroup' definition 'communicator'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.h:125:50: note: Function 'OTF_CopyHandler_CollectiveOperation' argument 5 names different: declaration 'procGroup' definition 'communicator'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:268:57: note: Function 'OTF_CopyHandler_CollectiveOperation' argument 5 names different: declaration 'procGroup' definition 'communicator'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:269:15: style: Function 'OTF_CopyHandler_CollectiveOperation' argument 6 names different: declaration 'rootProc' definition 'rootprocess'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.h:126:11: note: Function 'OTF_CopyHandler_CollectiveOperation' argument 6 names different: declaration 'rootProc' definition 'rootprocess'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:269:15: note: Function 'OTF_CopyHandler_CollectiveOperation' argument 6 names different: declaration 'rootProc' definition 'rootprocess'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:270:34: style: Function 'OTF_CopyHandler_CollectiveOperation' argument 10 names different: declaration 'source' definition 'scltoken'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.h:127:11: note: Function 'OTF_CopyHandler_CollectiveOperation' argument 10 names different: declaration 'source' definition 'scltoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:270:34: note: Function 'OTF_CopyHandler_CollectiveOperation' argument 10 names different: declaration 'source' definition 'scltoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:303:12: style: Function 'OTF_CopyHandler_RecvMsg' argument 3 names different: declaration 'recvProc' definition 'receiver'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.h:117:70: note: Function 'OTF_CopyHandler_RecvMsg' argument 3 names different: declaration 'recvProc' definition 'receiver'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:303:12: note: Function 'OTF_CopyHandler_RecvMsg' argument 3 names different: declaration 'recvProc' definition 'receiver'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:303:31: style: Function 'OTF_CopyHandler_RecvMsg' argument 4 names different: declaration 'sendProc' definition 'sender'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.h:118:11: note: Function 'OTF_CopyHandler_RecvMsg' argument 4 names different: declaration 'sendProc' definition 'sender'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:303:31: note: Function 'OTF_CopyHandler_RecvMsg' argument 4 names different: declaration 'sendProc' definition 'sender'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:303:48: style: Function 'OTF_CopyHandler_RecvMsg' argument 5 names different: declaration 'group' definition 'communicator'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.h:118:30: note: Function 'OTF_CopyHandler_RecvMsg' argument 5 names different: declaration 'group' definition 'communicator'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:303:48: note: Function 'OTF_CopyHandler_RecvMsg' argument 5 names different: declaration 'group' definition 'communicator'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:304:12: style: Function 'OTF_CopyHandler_RecvMsg' argument 6 names different: declaration 'type' definition 'msgtype'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.h:118:46: note: Function 'OTF_CopyHandler_RecvMsg' argument 6 names different: declaration 'type' definition 'msgtype'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:304:12: note: Function 'OTF_CopyHandler_RecvMsg' argument 6 names different: declaration 'type' definition 'msgtype'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:304:30: style: Function 'OTF_CopyHandler_RecvMsg' argument 7 names different: declaration 'length' definition 'msglength'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.h:118:61: note: Function 'OTF_CopyHandler_RecvMsg' argument 7 names different: declaration 'length' definition 'msglength'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:304:30: note: Function 'OTF_CopyHandler_RecvMsg' argument 7 names different: declaration 'length' definition 'msglength'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:304:50: style: Function 'OTF_CopyHandler_RecvMsg' argument 8 names different: declaration 'source' definition 'scltoken'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.h:119:11: note: Function 'OTF_CopyHandler_RecvMsg' argument 8 names different: declaration 'source' definition 'scltoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:304:50: note: Function 'OTF_CopyHandler_RecvMsg' argument 8 names different: declaration 'source' definition 'scltoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:313:48: style: Function 'OTF_CopyHandler_SendMsg' argument 5 names different: declaration 'group' definition 'communicator'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.h:114:30: note: Function 'OTF_CopyHandler_SendMsg' argument 5 names different: declaration 'group' definition 'communicator'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:313:48: note: Function 'OTF_CopyHandler_SendMsg' argument 5 names different: declaration 'group' definition 'communicator'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:314:12: style: Function 'OTF_CopyHandler_SendMsg' argument 6 names different: declaration 'type' definition 'msgtype'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.h:114:46: note: Function 'OTF_CopyHandler_SendMsg' argument 6 names different: declaration 'type' definition 'msgtype'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:314:12: note: Function 'OTF_CopyHandler_SendMsg' argument 6 names different: declaration 'type' definition 'msgtype'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:314:30: style: Function 'OTF_CopyHandler_SendMsg' argument 7 names different: declaration 'length' definition 'msglength'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.h:114:61: note: Function 'OTF_CopyHandler_SendMsg' argument 7 names different: declaration 'length' definition 'msglength'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:314:30: note: Function 'OTF_CopyHandler_SendMsg' argument 7 names different: declaration 'length' definition 'msglength'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:314:50: style: Function 'OTF_CopyHandler_SendMsg' argument 8 names different: declaration 'source' definition 'scltoken'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.h:115:11: note: Function 'OTF_CopyHandler_SendMsg' argument 8 names different: declaration 'source' definition 'scltoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:314:50: note: Function 'OTF_CopyHandler_SendMsg' argument 8 names different: declaration 'source' definition 'scltoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:322:68: style: Function 'OTF_CopyHandler_Leave' argument 3 names different: declaration 'function' definition 'statetoken'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.h:110:68: note: Function 'OTF_CopyHandler_Leave' argument 3 names different: declaration 'function' definition 'statetoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:322:68: note: Function 'OTF_CopyHandler_Leave' argument 3 names different: declaration 'function' definition 'statetoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:323:12: style: Function 'OTF_CopyHandler_Leave' argument 4 names different: declaration 'process' definition 'cpuid'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.h:111:11: note: Function 'OTF_CopyHandler_Leave' argument 4 names different: declaration 'process' definition 'cpuid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:323:12: note: Function 'OTF_CopyHandler_Leave' argument 4 names different: declaration 'process' definition 'cpuid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:323:28: style: Function 'OTF_CopyHandler_Leave' argument 5 names different: declaration 'source' definition 'scltoken'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.h:111:29: note: Function 'OTF_CopyHandler_Leave' argument 5 names different: declaration 'source' definition 'scltoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:323:28: note: Function 'OTF_CopyHandler_Leave' argument 5 names different: declaration 'source' definition 'scltoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:542:12: style: Function 'OTF_CopyHandler_FunctionSummary' argument 5 names different: declaration 'invocations' definition 'count'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.h:215:48: note: Function 'OTF_CopyHandler_FunctionSummary' argument 5 names different: declaration 'invocations' definition 'count'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:542:12: note: Function 'OTF_CopyHandler_FunctionSummary' argument 5 names different: declaration 'invocations' definition 'count'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:542:28: style: Function 'OTF_CopyHandler_FunctionSummary' argument 6 names different: declaration 'exclTime' definition 'excltime'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.h:216:11: note: Function 'OTF_CopyHandler_FunctionSummary' argument 6 names different: declaration 'exclTime' definition 'excltime'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:542:28: note: Function 'OTF_CopyHandler_FunctionSummary' argument 6 names different: declaration 'exclTime' definition 'excltime'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:542:47: style: Function 'OTF_CopyHandler_FunctionSummary' argument 7 names different: declaration 'inclTime' definition 'incltime'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.h:216:30: note: Function 'OTF_CopyHandler_FunctionSummary' argument 7 names different: declaration 'inclTime' definition 'incltime'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:542:47: note: Function 'OTF_CopyHandler_FunctionSummary' argument 7 names different: declaration 'inclTime' definition 'incltime'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:553:28: style: Function 'OTF_CopyHandler_FunctionGroupSummary' argument 3 names different: declaration 'funcGroup' definition 'functiongroup'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.h:219:11: note: Function 'OTF_CopyHandler_FunctionGroupSummary' argument 3 names different: declaration 'funcGroup' definition 'functiongroup'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:553:28: note: Function 'OTF_CopyHandler_FunctionGroupSummary' argument 3 names different: declaration 'funcGroup' definition 'functiongroup'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:554:12: style: Function 'OTF_CopyHandler_FunctionGroupSummary' argument 5 names different: declaration 'invocations' definition 'count'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.h:219:49: note: Function 'OTF_CopyHandler_FunctionGroupSummary' argument 5 names different: declaration 'invocations' definition 'count'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:554:12: note: Function 'OTF_CopyHandler_FunctionGroupSummary' argument 5 names different: declaration 'invocations' definition 'count'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:554:29: style: Function 'OTF_CopyHandler_FunctionGroupSummary' argument 6 names different: declaration 'exclTime' definition 'excltime'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.h:220:11: note: Function 'OTF_CopyHandler_FunctionGroupSummary' argument 6 names different: declaration 'exclTime' definition 'excltime'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:554:29: note: Function 'OTF_CopyHandler_FunctionGroupSummary' argument 6 names different: declaration 'exclTime' definition 'excltime'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:554:49: style: Function 'OTF_CopyHandler_FunctionGroupSummary' argument 7 names different: declaration 'inclTime' definition 'incltime'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.h:220:30: note: Function 'OTF_CopyHandler_FunctionGroupSummary' argument 7 names different: declaration 'inclTime' definition 'incltime'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler.c:554:49: note: Function 'OTF_CopyHandler_FunctionGroupSummary' argument 7 names different: declaration 'inclTime' definition 'incltime'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:36:82: style: Function 'OTF_CopyHandler_stream_DefProcess' argument 3 names different: declaration 'process' definition 'deftoken'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.h:34:82: note: Function 'OTF_CopyHandler_stream_DefProcess' argument 3 names different: declaration 'process' definition 'deftoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:36:82: note: Function 'OTF_CopyHandler_stream_DefProcess' argument 3 names different: declaration 'process' definition 'deftoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:45:87: style: Function 'OTF_CopyHandler_stream_DefProcessGroup' argument 3 names different: declaration 'procGroup' definition 'deftoken'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.h:38:11: note: Function 'OTF_CopyHandler_stream_DefProcessGroup' argument 3 names different: declaration 'procGroup' definition 'deftoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:45:87: note: Function 'OTF_CopyHandler_stream_DefProcessGroup' argument 3 names different: declaration 'procGroup' definition 'deftoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:46:29: style: Function 'OTF_CopyHandler_stream_DefProcessGroup' argument 5 names different: declaration 'numberOfProcs' definition 'n'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.h:38:49: note: Function 'OTF_CopyHandler_stream_DefProcessGroup' argument 5 names different: declaration 'numberOfProcs' definition 'n'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:46:29: note: Function 'OTF_CopyHandler_stream_DefProcessGroup' argument 5 names different: declaration 'numberOfProcs' definition 'n'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:70:12: style: Function 'OTF_CopyHandler_stream_DefFunction' argument 3 names different: declaration 'func' definition 'deftoken'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.h:47:83: note: Function 'OTF_CopyHandler_stream_DefFunction' argument 3 names different: declaration 'func' definition 'deftoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:70:12: note: Function 'OTF_CopyHandler_stream_DefFunction' argument 3 names different: declaration 'func' definition 'deftoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:71:12: style: Function 'OTF_CopyHandler_stream_DefFunction' argument 5 names different: declaration 'funcGroup' definition 'group'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.h:48:29: note: Function 'OTF_CopyHandler_stream_DefFunction' argument 5 names different: declaration 'funcGroup' definition 'group'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:71:12: note: Function 'OTF_CopyHandler_stream_DefFunction' argument 5 names different: declaration 'funcGroup' definition 'group'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:71:28: style: Function 'OTF_CopyHandler_stream_DefFunction' argument 6 names different: declaration 'source' definition 'scltoken'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.h:48:49: note: Function 'OTF_CopyHandler_stream_DefFunction' argument 6 names different: declaration 'source' definition 'scltoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:71:28: note: Function 'OTF_CopyHandler_stream_DefFunction' argument 6 names different: declaration 'source' definition 'scltoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:80:12: style: Function 'OTF_CopyHandler_stream_DefFunctionGroup' argument 3 names different: declaration 'funcGroup' definition 'deftoken'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.h:51:11: note: Function 'OTF_CopyHandler_stream_DefFunctionGroup' argument 3 names different: declaration 'funcGroup' definition 'deftoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:80:12: note: Function 'OTF_CopyHandler_stream_DefFunctionGroup' argument 3 names different: declaration 'funcGroup' definition 'deftoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:98:12: style: Function 'OTF_CopyHandler_stream_DefCounter' argument 3 names different: declaration 'counter' definition 'deftoken'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.h:56:82: note: Function 'OTF_CopyHandler_stream_DefCounter' argument 3 names different: declaration 'counter' definition 'deftoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:98:12: note: Function 'OTF_CopyHandler_stream_DefCounter' argument 3 names different: declaration 'counter' definition 'deftoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:99:12: style: Function 'OTF_CopyHandler_stream_DefCounter' argument 6 names different: declaration 'counterGroup' definition 'countergroup'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.h:57:50: note: Function 'OTF_CopyHandler_stream_DefCounter' argument 6 names different: declaration 'counterGroup' definition 'countergroup'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:99:12: note: Function 'OTF_CopyHandler_stream_DefCounter' argument 6 names different: declaration 'counterGroup' definition 'countergroup'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:108:12: style: Function 'OTF_CopyHandler_stream_DefCounterGroup' argument 3 names different: declaration 'counterGroup' definition 'deftoken'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.h:61:11: note: Function 'OTF_CopyHandler_stream_DefCounterGroup' argument 3 names different: declaration 'counterGroup' definition 'deftoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:108:12: note: Function 'OTF_CopyHandler_stream_DefCounterGroup' argument 3 names different: declaration 'counterGroup' definition 'deftoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:116:79: style: Function 'OTF_CopyHandler_stream_DefScl' argument 3 names different: declaration 'source' definition 'deftoken'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.h:63:78: note: Function 'OTF_CopyHandler_stream_DefScl' argument 3 names different: declaration 'source' definition 'deftoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:116:79: note: Function 'OTF_CopyHandler_stream_DefScl' argument 3 names different: declaration 'source' definition 'deftoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:117:11: style: Function 'OTF_CopyHandler_stream_DefScl' argument 4 names different: declaration 'sourceFile' definition 'sclfile'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.h:64:11: note: Function 'OTF_CopyHandler_stream_DefScl' argument 4 names different: declaration 'sourceFile' definition 'sclfile'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:117:11: note: Function 'OTF_CopyHandler_stream_DefScl' argument 4 names different: declaration 'sourceFile' definition 'sclfile'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:117:29: style: Function 'OTF_CopyHandler_stream_DefScl' argument 5 names different: declaration 'line' definition 'sclline'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.h:64:32: note: Function 'OTF_CopyHandler_stream_DefScl' argument 5 names different: declaration 'line' definition 'sclline'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:117:29: note: Function 'OTF_CopyHandler_stream_DefScl' argument 5 names different: declaration 'line' definition 'sclline'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:126:12: style: Function 'OTF_CopyHandler_stream_DefSclFile' argument 3 names different: declaration 'sourceFile' definition 'deftoken'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.h:67:11: note: Function 'OTF_CopyHandler_stream_DefSclFile' argument 3 names different: declaration 'sourceFile' definition 'deftoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:126:12: note: Function 'OTF_CopyHandler_stream_DefSclFile' argument 3 names different: declaration 'sourceFile' definition 'deftoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:126:34: style: Function 'OTF_CopyHandler_stream_DefSclFile' argument 4 names different: declaration 'name' definition 'filename'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.h:67:35: note: Function 'OTF_CopyHandler_stream_DefSclFile' argument 4 names different: declaration 'name' definition 'filename'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:126:34: note: Function 'OTF_CopyHandler_stream_DefSclFile' argument 4 names different: declaration 'name' definition 'filename'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:249:12: style: Function 'OTF_CopyHandler_stream_Counter' argument 4 names different: declaration 'counter' definition 'counter_token'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.h:123:11: note: Function 'OTF_CopyHandler_stream_Counter' argument 4 names different: declaration 'counter' definition 'counter_token'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:249:12: note: Function 'OTF_CopyHandler_stream_Counter' argument 4 names different: declaration 'counter' definition 'counter_token'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:257:75: style: Function 'OTF_CopyHandler_stream_Enter' argument 3 names different: declaration 'function' definition 'statetoken'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.h:108:75: note: Function 'OTF_CopyHandler_stream_Enter' argument 3 names different: declaration 'function' definition 'statetoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:257:75: note: Function 'OTF_CopyHandler_stream_Enter' argument 3 names different: declaration 'function' definition 'statetoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:258:12: style: Function 'OTF_CopyHandler_stream_Enter' argument 4 names different: declaration 'process' definition 'cpuid'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.h:109:11: note: Function 'OTF_CopyHandler_stream_Enter' argument 4 names different: declaration 'process' definition 'cpuid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:258:12: note: Function 'OTF_CopyHandler_stream_Enter' argument 4 names different: declaration 'process' definition 'cpuid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:258:28: style: Function 'OTF_CopyHandler_stream_Enter' argument 5 names different: declaration 'source' definition 'scltoken'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.h:109:29: note: Function 'OTF_CopyHandler_stream_Enter' argument 5 names different: declaration 'source' definition 'scltoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:258:28: note: Function 'OTF_CopyHandler_stream_Enter' argument 5 names different: declaration 'source' definition 'scltoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:267:33: style: Function 'OTF_CopyHandler_stream_CollectiveOperation' argument 4 names different: declaration 'collective' definition 'functionToken'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.h:126:29: note: Function 'OTF_CopyHandler_stream_CollectiveOperation' argument 4 names different: declaration 'collective' definition 'functionToken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:267:33: note: Function 'OTF_CopyHandler_stream_CollectiveOperation' argument 4 names different: declaration 'collective' definition 'functionToken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:267:57: style: Function 'OTF_CopyHandler_stream_CollectiveOperation' argument 5 names different: declaration 'procGroup' definition 'communicator'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.h:126:50: note: Function 'OTF_CopyHandler_stream_CollectiveOperation' argument 5 names different: declaration 'procGroup' definition 'communicator'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:267:57: note: Function 'OTF_CopyHandler_stream_CollectiveOperation' argument 5 names different: declaration 'procGroup' definition 'communicator'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:268:15: style: Function 'OTF_CopyHandler_stream_CollectiveOperation' argument 6 names different: declaration 'rootProc' definition 'rootprocess'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.h:127:11: note: Function 'OTF_CopyHandler_stream_CollectiveOperation' argument 6 names different: declaration 'rootProc' definition 'rootprocess'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:268:15: note: Function 'OTF_CopyHandler_stream_CollectiveOperation' argument 6 names different: declaration 'rootProc' definition 'rootprocess'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:269:34: style: Function 'OTF_CopyHandler_stream_CollectiveOperation' argument 10 names different: declaration 'source' definition 'scltoken'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.h:128:11: note: Function 'OTF_CopyHandler_stream_CollectiveOperation' argument 10 names different: declaration 'source' definition 'scltoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:269:34: note: Function 'OTF_CopyHandler_stream_CollectiveOperation' argument 10 names different: declaration 'source' definition 'scltoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:302:12: style: Function 'OTF_CopyHandler_stream_RecvMsg' argument 3 names different: declaration 'recvProc' definition 'receiver'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.h:118:77: note: Function 'OTF_CopyHandler_stream_RecvMsg' argument 3 names different: declaration 'recvProc' definition 'receiver'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:302:12: note: Function 'OTF_CopyHandler_stream_RecvMsg' argument 3 names different: declaration 'recvProc' definition 'receiver'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:302:31: style: Function 'OTF_CopyHandler_stream_RecvMsg' argument 4 names different: declaration 'sendProc' definition 'sender'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.h:119:11: note: Function 'OTF_CopyHandler_stream_RecvMsg' argument 4 names different: declaration 'sendProc' definition 'sender'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:302:31: note: Function 'OTF_CopyHandler_stream_RecvMsg' argument 4 names different: declaration 'sendProc' definition 'sender'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:302:48: style: Function 'OTF_CopyHandler_stream_RecvMsg' argument 5 names different: declaration 'group' definition 'communicator'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.h:119:30: note: Function 'OTF_CopyHandler_stream_RecvMsg' argument 5 names different: declaration 'group' definition 'communicator'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:302:48: note: Function 'OTF_CopyHandler_stream_RecvMsg' argument 5 names different: declaration 'group' definition 'communicator'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:303:12: style: Function 'OTF_CopyHandler_stream_RecvMsg' argument 6 names different: declaration 'type' definition 'msgtype'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.h:119:46: note: Function 'OTF_CopyHandler_stream_RecvMsg' argument 6 names different: declaration 'type' definition 'msgtype'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:303:12: note: Function 'OTF_CopyHandler_stream_RecvMsg' argument 6 names different: declaration 'type' definition 'msgtype'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:303:30: style: Function 'OTF_CopyHandler_stream_RecvMsg' argument 7 names different: declaration 'length' definition 'msglength'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.h:119:61: note: Function 'OTF_CopyHandler_stream_RecvMsg' argument 7 names different: declaration 'length' definition 'msglength'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:303:30: note: Function 'OTF_CopyHandler_stream_RecvMsg' argument 7 names different: declaration 'length' definition 'msglength'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:303:50: style: Function 'OTF_CopyHandler_stream_RecvMsg' argument 8 names different: declaration 'source' definition 'scltoken'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.h:120:11: note: Function 'OTF_CopyHandler_stream_RecvMsg' argument 8 names different: declaration 'source' definition 'scltoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:303:50: note: Function 'OTF_CopyHandler_stream_RecvMsg' argument 8 names different: declaration 'source' definition 'scltoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:312:48: style: Function 'OTF_CopyHandler_stream_SendMsg' argument 5 names different: declaration 'group' definition 'communicator'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.h:115:30: note: Function 'OTF_CopyHandler_stream_SendMsg' argument 5 names different: declaration 'group' definition 'communicator'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:312:48: note: Function 'OTF_CopyHandler_stream_SendMsg' argument 5 names different: declaration 'group' definition 'communicator'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:313:12: style: Function 'OTF_CopyHandler_stream_SendMsg' argument 6 names different: declaration 'type' definition 'msgtype'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.h:115:46: note: Function 'OTF_CopyHandler_stream_SendMsg' argument 6 names different: declaration 'type' definition 'msgtype'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:313:12: note: Function 'OTF_CopyHandler_stream_SendMsg' argument 6 names different: declaration 'type' definition 'msgtype'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:313:30: style: Function 'OTF_CopyHandler_stream_SendMsg' argument 7 names different: declaration 'length' definition 'msglength'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.h:115:61: note: Function 'OTF_CopyHandler_stream_SendMsg' argument 7 names different: declaration 'length' definition 'msglength'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:313:30: note: Function 'OTF_CopyHandler_stream_SendMsg' argument 7 names different: declaration 'length' definition 'msglength'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:313:50: style: Function 'OTF_CopyHandler_stream_SendMsg' argument 8 names different: declaration 'source' definition 'scltoken'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.h:116:11: note: Function 'OTF_CopyHandler_stream_SendMsg' argument 8 names different: declaration 'source' definition 'scltoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:313:50: note: Function 'OTF_CopyHandler_stream_SendMsg' argument 8 names different: declaration 'source' definition 'scltoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:321:75: style: Function 'OTF_CopyHandler_stream_Leave' argument 3 names different: declaration 'function' definition 'statetoken'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.h:111:75: note: Function 'OTF_CopyHandler_stream_Leave' argument 3 names different: declaration 'function' definition 'statetoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:321:75: note: Function 'OTF_CopyHandler_stream_Leave' argument 3 names different: declaration 'function' definition 'statetoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:322:12: style: Function 'OTF_CopyHandler_stream_Leave' argument 4 names different: declaration 'process' definition 'cpuid'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.h:112:11: note: Function 'OTF_CopyHandler_stream_Leave' argument 4 names different: declaration 'process' definition 'cpuid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:322:12: note: Function 'OTF_CopyHandler_stream_Leave' argument 4 names different: declaration 'process' definition 'cpuid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:322:28: style: Function 'OTF_CopyHandler_stream_Leave' argument 5 names different: declaration 'source' definition 'scltoken'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.h:112:29: note: Function 'OTF_CopyHandler_stream_Leave' argument 5 names different: declaration 'source' definition 'scltoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:322:28: note: Function 'OTF_CopyHandler_stream_Leave' argument 5 names different: declaration 'source' definition 'scltoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:541:12: style: Function 'OTF_CopyHandler_stream_FunctionSummary' argument 5 names different: declaration 'invocations' definition 'count'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.h:217:48: note: Function 'OTF_CopyHandler_stream_FunctionSummary' argument 5 names different: declaration 'invocations' definition 'count'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:541:12: note: Function 'OTF_CopyHandler_stream_FunctionSummary' argument 5 names different: declaration 'invocations' definition 'count'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:541:28: style: Function 'OTF_CopyHandler_stream_FunctionSummary' argument 6 names different: declaration 'exclTime' definition 'excltime'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.h:218:11: note: Function 'OTF_CopyHandler_stream_FunctionSummary' argument 6 names different: declaration 'exclTime' definition 'excltime'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:541:28: note: Function 'OTF_CopyHandler_stream_FunctionSummary' argument 6 names different: declaration 'exclTime' definition 'excltime'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:541:47: style: Function 'OTF_CopyHandler_stream_FunctionSummary' argument 7 names different: declaration 'inclTime' definition 'incltime'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.h:218:30: note: Function 'OTF_CopyHandler_stream_FunctionSummary' argument 7 names different: declaration 'inclTime' definition 'incltime'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:541:47: note: Function 'OTF_CopyHandler_stream_FunctionSummary' argument 7 names different: declaration 'inclTime' definition 'incltime'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:552:28: style: Function 'OTF_CopyHandler_stream_FunctionGroupSummary' argument 3 names different: declaration 'funcGroup' definition 'functiongroup'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.h:221:11: note: Function 'OTF_CopyHandler_stream_FunctionGroupSummary' argument 3 names different: declaration 'funcGroup' definition 'functiongroup'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:552:28: note: Function 'OTF_CopyHandler_stream_FunctionGroupSummary' argument 3 names different: declaration 'funcGroup' definition 'functiongroup'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:553:12: style: Function 'OTF_CopyHandler_stream_FunctionGroupSummary' argument 5 names different: declaration 'invocations' definition 'count'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.h:221:49: note: Function 'OTF_CopyHandler_stream_FunctionGroupSummary' argument 5 names different: declaration 'invocations' definition 'count'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:553:12: note: Function 'OTF_CopyHandler_stream_FunctionGroupSummary' argument 5 names different: declaration 'invocations' definition 'count'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:553:29: style: Function 'OTF_CopyHandler_stream_FunctionGroupSummary' argument 6 names different: declaration 'exclTime' definition 'excltime'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.h:222:11: note: Function 'OTF_CopyHandler_stream_FunctionGroupSummary' argument 6 names different: declaration 'exclTime' definition 'excltime'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:553:29: note: Function 'OTF_CopyHandler_stream_FunctionGroupSummary' argument 6 names different: declaration 'exclTime' definition 'excltime'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:553:49: style: Function 'OTF_CopyHandler_stream_FunctionGroupSummary' argument 7 names different: declaration 'inclTime' definition 'incltime'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.h:222:30: note: Function 'OTF_CopyHandler_stream_FunctionGroupSummary' argument 7 names different: declaration 'inclTime' definition 'incltime'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_CopyHandler_stream.c:553:49: note: Function 'OTF_CopyHandler_stream_FunctionGroupSummary' argument 7 names different: declaration 'inclTime' definition 'incltime'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_File.c:685:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_File.c:81:31: style: Function 'OTF_File_init' argument 1 names different: declaration 'o' definition 'file'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_File.h:157:31: note: Function 'OTF_File_init' argument 1 names different: declaration 'o' definition 'file'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_File.c:81:31: note: Function 'OTF_File_init' argument 1 names different: declaration 'o' definition 'file'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_File.c:104:35: style: Function 'OTF_File_finalize' argument 1 names different: declaration 'o' definition 'file'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_File.h:160:35: note: Function 'OTF_File_finalize' argument 1 names different: declaration 'o' definition 'file'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_File.c:104:35: note: Function 'OTF_File_finalize' argument 1 names different: declaration 'o' definition 'file'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_File.c:1094:41: style: Function 'OTF_File_open_zlevel' argument 4 names different: declaration 'compression' definition 'zlevel'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_File.h:219:41: note: Function 'OTF_File_open_zlevel' argument 4 names different: declaration 'compression' definition 'zlevel'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_File.c:1094:41: note: Function 'OTF_File_open_zlevel' argument 4 names different: declaration 'compression' definition 'zlevel'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_FileManager.c:211:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_FileManager.c:506:2: warning: %u in format string (no. 4) requires 'unsigned int' but the argument type is 'int'. [invalidPrintfArgType_uint]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_FileManager.c:513:3: warning: %u in format string (no. 4) requires 'unsigned int' but the argument type is 'int'. [invalidPrintfArgType_uint]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_FileManager.c:163:11: style: The scope of the variable 'i' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_FileManager.c:90:49: style: Function 'OTF_FileManager_finalize' argument 1 names different: declaration 'fh' definition 'manager'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_FileManager.c:62:49: note: Function 'OTF_FileManager_finalize' argument 1 names different: declaration 'fh' definition 'manager'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_FileManager.c:90:49: note: Function 'OTF_FileManager_finalize' argument 1 names different: declaration 'fh' definition 'manager'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_FileManager.c:208:46: style: Function 'OTF_FileManager_close' argument 1 names different: declaration 'm' definition 'fh'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_FileManager.h:52:46: note: Function 'OTF_FileManager_close' argument 1 names different: declaration 'm' definition 'fh'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_FileManager.c:208:46: note: Function 'OTF_FileManager_close' argument 1 names different: declaration 'm' definition 'fh'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_FileManager.c:216:53: style: Function 'OTF_FileManager_getCount' argument 1 names different: declaration 'm' definition 'fh'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_FileManager.h:55:53: note: Function 'OTF_FileManager_getCount' argument 1 names different: declaration 'm' definition 'fh'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_FileManager.c:216:53: note: Function 'OTF_FileManager_getCount' argument 1 names different: declaration 'm' definition 'fh'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_FileManager.c:223:54: style: Function 'OTF_FileManager_getNumber' argument 1 names different: declaration 'm' definition 'fh'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_FileManager.h:58:54: note: Function 'OTF_FileManager_getNumber' argument 1 names different: declaration 'm' definition 'fh'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_FileManager.c:223:54: note: Function 'OTF_FileManager_getNumber' argument 1 names different: declaration 'm' definition 'fh'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_FileManager.c:230:54: style: Function 'OTF_FileManager_setNumber' argument 1 names different: declaration 'm' definition 'fh'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_FileManager.h:61:54: note: Function 'OTF_FileManager_setNumber' argument 1 names different: declaration 'm' definition 'fh'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_FileManager.c:230:54: note: Function 'OTF_FileManager_setNumber' argument 1 names different: declaration 'm' definition 'fh'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_FileManager.c:397:70: style: Function 'OTF_FileManager_listUnlinkAtHead' argument 2 names different: declaration 'entry' definition 'file'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_FileManager.c:65:70: note: Function 'OTF_FileManager_listUnlinkAtHead' argument 2 names different: declaration 'entry' definition 'file'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_FileManager.c:397:70: note: Function 'OTF_FileManager_listUnlinkAtHead' argument 2 names different: declaration 'entry' definition 'file'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_FileManager.c:444:70: style: Function 'OTF_FileManager_listUnlinkAtTail' argument 2 names different: declaration 'entry' definition 'file'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_FileManager.c:66:70: note: Function 'OTF_FileManager_listUnlinkAtTail' argument 2 names different: declaration 'entry' definition 'file'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_FileManager.c:444:70: note: Function 'OTF_FileManager_listUnlinkAtTail' argument 2 names different: declaration 'entry' definition 'file'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_File_iofsl.c:767:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_File_iofsl.c:601:25: style: Condition 'file->mode==OTF_FILEMODE_READ' is always true [knownConditionTrueFalse]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_File_iofsl.c:176:36: style: Function 'OTF_File_iofsl_init' argument 1 names different: declaration 'o' definition 'file'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_File_iofsl.h:26:36: note: Function 'OTF_File_iofsl_init' argument 1 names different: declaration 'o' definition 'file'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_File_iofsl.c:176:36: note: Function 'OTF_File_iofsl_init' argument 1 names different: declaration 'o' definition 'file'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_File_iofsl.c:224:41: style: Function 'OTF_File_iofsl_finalize' argument 1 names different: declaration 'o' definition 'file'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_File_iofsl.h:33:41: note: Function 'OTF_File_iofsl_finalize' argument 1 names different: declaration 'o' definition 'file'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_File_iofsl.c:224:41: note: Function 'OTF_File_iofsl_finalize' argument 1 names different: declaration 'o' definition 'file'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_File_iofsl.c:1003:42: style: Function 'OTF_File_iofsl_open_zlevel' argument 4 names different: declaration 'compression' definition 'zlevel'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_File_iofsl.h:91:41: note: Function 'OTF_File_iofsl_open_zlevel' argument 4 names different: declaration 'compression' definition 'zlevel'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_File_iofsl.c:1003:42: note: Function 'OTF_File_iofsl_open_zlevel' argument 4 names different: declaration 'compression' definition 'zlevel'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_File_iofsl.c:1321:60: style: Function 'OTF_File_iofsl_read_internal' argument 2 names different: declaration 'dest' definition 'vdest'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_File_iofsl.h:97:60: note: Function 'OTF_File_iofsl_read_internal' argument 2 names different: declaration 'dest' definition 'vdest'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_File_iofsl.c:1321:60: note: Function 'OTF_File_iofsl_read_internal' argument 2 names different: declaration 'dest' definition 'vdest'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_File_iofsl.c:344:9: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_HandlerArray.c:123:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_HandlerArray.c:520:16: style: Function 'OTF_HandlerArray_getCopyHandler_stream' argument 2 names different: declaration 'writer' definition 'wstream'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_HandlerArray.h:87:22: note: Function 'OTF_HandlerArray_getCopyHandler_stream' argument 2 names different: declaration 'writer' definition 'wstream'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_HandlerArray.c:520:16: note: Function 'OTF_HandlerArray_getCopyHandler_stream' argument 2 names different: declaration 'writer' definition 'wstream'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_KeyValue.c:442:14: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_KeyValue.c:448:16: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_KeyValue.c:454:13: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_KeyValue.c:460:16: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_MasterControl.c:126:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_MasterControl.c:691:2: style: Variable 'filename' is reassigned a value before the old one has been used. [redundantAssignment]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_MasterControl.c:683:0: note: Variable 'filename' is reassigned a value before the old one has been used.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_MasterControl.c:691:2: note: Variable 'filename' is reassigned a value before the old one has been used.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_MasterControl.c:351:15: style: The scope of the variable 'c' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_MasterControl.c:430:15: style: The scope of the variable 'middle' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_MasterControl.c:504:15: style: The scope of the variable 'middle' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_MasterControl.c:633:15: style: The scope of the variable 'c' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_MasterControl.c:687:16: style: The scope of the variable 'e' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_MasterControl.c:772:16: style: The scope of the variable 'e' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_MasterControl.c:831:16: style: The scope of the variable 'e' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_MasterControl.c:864:11: style: The scope of the variable 'middle' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_MasterControl.c:961:11: style: The scope of the variable 'middle' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_MasterControl.c:638:9: style: Checking if unsigned variable 'mc->rn' is less than zero. [unsignedLessThanZero]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_MasterControl.c:498:12: style: Function 'OTF_MasterControl_insertRMapEntry' argument 2 names different: declaration 'value' definition 'rargument'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_MasterControl.c:44:11: note: Function 'OTF_MasterControl_insertRMapEntry' argument 2 names different: declaration 'value' definition 'rargument'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_MasterControl.c:498:12: note: Function 'OTF_MasterControl_insertRMapEntry' argument 2 names different: declaration 'value' definition 'rargument'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_MasterControl.c:498:32: style: Function 'OTF_MasterControl_insertRMapEntry' argument 3 names different: declaration 'argument' definition 'rvalue'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_MasterControl.c:44:27: note: Function 'OTF_MasterControl_insertRMapEntry' argument 3 names different: declaration 'argument' definition 'rvalue'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_MasterControl.c:498:32: note: Function 'OTF_MasterControl_insertRMapEntry' argument 3 names different: declaration 'argument' definition 'rvalue'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Parse.c:1315:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Parse.c:1399:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Parse.c:1448:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Parse.c:5034:89: style: Function 'OTF_Reader_readDefMarker' argument 3 names different: declaration 'stream' definition 'streamid'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Parse.c:377:40: note: Function 'OTF_Reader_readDefMarker' argument 3 names different: declaration 'stream' definition 'streamid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Parse.c:5034:89: note: Function 'OTF_Reader_readDefMarker' argument 3 names different: declaration 'stream' definition 'streamid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Parse.c:5063:7: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Parse.c:5113:7: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Platform.c:302:3: error: Memory leak: c [memleak]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Platform.c:230:11: error: va_list 'ap2' used before va_start() was called. [va_list_usedBeforeStarted]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Platform.c:240:3: error: va_list 'ap2' used before va_start() was called. [va_list_usedBeforeStarted]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_RBuffer.c:324:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_RBuffer.c:559:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_RBuffer.c:553:0: note: Variable 'ret' is reassigned a value before the old one has been used.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_RBuffer.c:559:2: note: Variable 'ret' is reassigned a value before the old one has been used.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_RBuffer.c:477:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_RBuffer.c:860:7: style: The scope of the variable 'c' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_RBuffer.c:891:7: style: The scope of the variable 'c' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_RBuffer.c:1091:11: style: The scope of the variable 'posC' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_RBuffer.c:1098:8: style: The scope of the variable 'ret2' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_RBuffer.c:1352:7: style: The scope of the variable 'c' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_RBuffer.c:1039:8: style: Checking if unsigned variable 'searchRange' is less than zero. [unsignedLessThanZero]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_RBuffer.c:1199:11: style: Variable 'timeA' is assigned a value that is never used. [unreadVariable]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_RBuffer.c:1193:11: style: Variable 'timeB' is assigned a value that is never used. [unreadVariable]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_RBuffer.c:568:35: style: Array index 'c' is used before limits check. [arrayIndexThenCheck]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_RStream.c:197:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_RStream.c:206:8: style: The scope of the variable 'filename' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_RStream.c:285:8: style: The scope of the variable 'filename' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_RStream.c:351:8: style: The scope of the variable 'filename' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_RStream.c:411:8: style: The scope of the variable 'filename' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_RStream.c:472:8: style: The scope of the variable 'filename' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_RStream.c:640:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_RStream.c:642:7: style: The scope of the variable 'next_char' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_RStream.c:701:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_RStream.c:708:7: style: The scope of the variable 'next_char' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_RStream.c:787:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_RStream.c:794:7: style: The scope of the variable 'next_char' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_RStream.c:873:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_RStream.c:880:7: style: The scope of the variable 'next_char' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_RStream.c:961:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_RStream.c:963:7: style: The scope of the variable 'next_char' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_RStream.c:142:44: style: Function 'OTF_RStream_open' argument 1 names different: declaration 'nameStub' definition 'namestub'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_RStream.h:198:44: note: Function 'OTF_RStream_open' argument 1 names different: declaration 'nameStub' definition 'namestub'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_RStream.c:142:44: note: Function 'OTF_RStream_open' argument 1 names different: declaration 'nameStub' definition 'namestub'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Reader.c:1264:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Reader.c:302:11: style: The scope of the variable 'c' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Reader.c:415:11: style: The scope of the variable 'j' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Reader.c:416:10: style: The scope of the variable 'enabled' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Reader.c:417:16: style: The scope of the variable 'entry' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Reader.c:510:11: style: The scope of the variable 'j' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Reader.c:511:10: style: The scope of the variable 'enabled' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Reader.c:512:16: style: The scope of the variable 'entry' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Reader.c:603:11: style: The scope of the variable 'j' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Reader.c:604:10: style: The scope of the variable 'enabled' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Reader.c:605:16: style: The scope of the variable 'entry' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Reader.c:688:11: style: The scope of the variable 'j' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Reader.c:689:10: style: The scope of the variable 'enabled' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Reader.c:690:16: style: The scope of the variable 'entry' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Reader.c:773:11: style: The scope of the variable 'j' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Reader.c:774:10: style: The scope of the variable 'enabled' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Reader.c:775:16: style: The scope of the variable 'entry' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Reader.c:875:10: style: The scope of the variable 'v' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Reader.c:876:10: style: The scope of the variable 'w' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Reader.c:992:6: style: The scope of the variable 'j' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Reader.c:1371:11: style: The scope of the variable 'middle' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Reader.c:1637:11: style: The scope of the variable 'i' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Reader.c:1645:11: style: The scope of the variable 'p' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Reader.c:1967:11: style: The scope of the variable 'p' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Reader.c:1970:11: style: The scope of the variable 'i' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Reader.c:2277:11: style: The scope of the variable 'i' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Reader.c:2285:11: style: The scope of the variable 'p' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Reader.c:2611:11: style: The scope of the variable 'p' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Reader.c:2614:11: style: The scope of the variable 'i' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Reader.c:2919:11: style: The scope of the variable 'i' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Reader.c:2927:11: style: The scope of the variable 'p' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Reader.c:3256:11: style: The scope of the variable 'p' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Reader.c:3259:11: style: The scope of the variable 'i' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Reader.c:3859:11: style: The scope of the variable 'pos' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Reader.c:3884:11: style: The scope of the variable 'pos' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Reader.c:3909:11: style: The scope of the variable 'pos' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Reader.c:191:10: style: Checking if unsigned variable 'n' is less than zero. [unsignedLessThanZero]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_WBuffer.c:143:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_WBuffer.c:643:7: style: The scope of the variable 'v' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_WStream.c:234:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_WStream.c:282:8: style: The scope of the variable 'filename' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_WStream.c:358:8: style: The scope of the variable 'filename' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_WStream.c:434:8: style: The scope of the variable 'filename' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_WStream.c:513:8: style: The scope of the variable 'filename' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_WStream.c:584:8: style: The scope of the variable 'filename' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_WStream.c:2250:12: style: Function 'OTF_WStream_writeRecvMsgKV' argument 6 names different: declaration 'msgtype' definition 'msgtag'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_WStream.h:712:14: note: Function 'OTF_WStream_writeRecvMsgKV' argument 6 names different: declaration 'msgtype' definition 'msgtag'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_WStream.c:2250:12: note: Function 'OTF_WStream_writeRecvMsgKV' argument 6 names different: declaration 'msgtype' definition 'msgtag'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_WStream.c:2315:12: style: Function 'OTF_WStream_writeRecvMsg' argument 6 names different: declaration 'msgtype' definition 'msgtag'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_WStream.h:704:14: note: Function 'OTF_WStream_writeRecvMsg' argument 6 names different: declaration 'msgtype' definition 'msgtag'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_WStream.c:2315:12: note: Function 'OTF_WStream_writeRecvMsg' argument 6 names different: declaration 'msgtype' definition 'msgtag'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_WStream.c:2324:54: style: Function 'OTF_WStream_writeSendMsgKV' argument 6 names different: declaration 'msgtype' definition 'msgtag'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_WStream.h:728:14: note: Function 'OTF_WStream_writeSendMsgKV' argument 6 names different: declaration 'msgtype' definition 'msgtag'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_WStream.c:2324:54: note: Function 'OTF_WStream_writeSendMsgKV' argument 6 names different: declaration 'msgtype' definition 'msgtag'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_WStream.c:2388:54: style: Function 'OTF_WStream_writeSendMsg' argument 6 names different: declaration 'msgtype' definition 'msgtag'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_WStream.h:720:14: note: Function 'OTF_WStream_writeSendMsg' argument 6 names different: declaration 'msgtype' definition 'msgtag'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_WStream.c:2388:54: note: Function 'OTF_WStream_writeSendMsg' argument 6 names different: declaration 'msgtype' definition 'msgtag'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_WStream.c:3498:32: style: Function 'OTF_WStream_writeSendSnapshotKV' argument 7 names different: declaration 'type' definition 'tag'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_WStream.h:1012:32: note: Function 'OTF_WStream_writeSendSnapshotKV' argument 7 names different: declaration 'type' definition 'tag'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_WStream.c:3498:32: note: Function 'OTF_WStream_writeSendSnapshotKV' argument 7 names different: declaration 'type' definition 'tag'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_WStream.c:3575:32: style: Function 'OTF_WStream_writeSendSnapshot' argument 7 names different: declaration 'type' definition 'tag'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_WStream.h:1004:32: note: Function 'OTF_WStream_writeSendSnapshot' argument 7 names different: declaration 'type' definition 'tag'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_WStream.c:3575:32: note: Function 'OTF_WStream_writeSendSnapshot' argument 7 names different: declaration 'type' definition 'tag'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_WStream.c:4097:12: style: Function 'OTF_WStream_writeMessageSummaryKV' argument 8 names different: declaration 'number_recved' definition 'number_recvd'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_WStream.h:1157:63: note: Function 'OTF_WStream_writeMessageSummaryKV' argument 8 names different: declaration 'number_recved' definition 'number_recvd'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_WStream.c:4097:12: note: Function 'OTF_WStream_writeMessageSummaryKV' argument 8 names different: declaration 'number_recved' definition 'number_recvd'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_WStream.c:4161:12: style: Function 'OTF_WStream_writeMessageSummary' argument 8 names different: declaration 'number_recved' definition 'number_recvd'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_WStream.h:1148:63: note: Function 'OTF_WStream_writeMessageSummary' argument 8 names different: declaration 'number_recved' definition 'number_recvd'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_WStream.c:4161:12: note: Function 'OTF_WStream_writeMessageSummary' argument 8 names different: declaration 'number_recved' definition 'number_recvd'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:228:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:385:11: style: The scope of the variable 'c' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:507:11: style: The scope of the variable 'n' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:508:11: style: The scope of the variable 'i' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:538:10: style: Checking if unsigned variable 'n' is less than zero. [unsignedLessThanZero]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:153:42: style: Function 'OTF_Writer_open' argument 1 names different: declaration 'fileNamePrefix' definition 'namestub'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:125:42: note: Function 'OTF_Writer_open' argument 1 names different: declaration 'fileNamePrefix' definition 'namestub'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:153:42: note: Function 'OTF_Writer_open' argument 1 names different: declaration 'fileNamePrefix' definition 'namestub'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:153:61: style: Function 'OTF_Writer_open' argument 2 names different: declaration 'numberOfStreams' definition 'm'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:126:39: note: Function 'OTF_Writer_open' argument 2 names different: declaration 'numberOfStreams' definition 'm'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:153:61: note: Function 'OTF_Writer_open' argument 2 names different: declaration 'numberOfStreams' definition 'm'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:153:81: style: Function 'OTF_Writer_open' argument 3 names different: declaration 'fileManager' definition 'manager'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:127:47: note: Function 'OTF_Writer_open' argument 3 names different: declaration 'fileManager' definition 'manager'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:153:81: note: Function 'OTF_Writer_open' argument 3 names different: declaration 'fileManager' definition 'manager'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:380:65: style: Function 'OTF_Writer_getStream' argument 2 names different: declaration 'stream' definition 'streamId'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:328:65: note: Function 'OTF_Writer_getStream' argument 2 names different: declaration 'stream' definition 'streamId'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:380:65: note: Function 'OTF_Writer_getStream' argument 2 names different: declaration 'stream' definition 'streamId'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:502:62: style: Function 'OTF_Writer_mapProcess' argument 2 names different: declaration 'processId' definition 'process'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:323:62: note: Function 'OTF_Writer_mapProcess' argument 2 names different: declaration 'processId' definition 'process'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:502:62: note: Function 'OTF_Writer_mapProcess' argument 2 names different: declaration 'processId' definition 'process'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:606:69: style: Function 'OTF_Writer_writeDefinitionComment' argument 2 names different: declaration 'stream' definition 'streamid'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:348:49: note: Function 'OTF_Writer_writeDefinitionComment' argument 2 names different: declaration 'stream' definition 'streamid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:606:69: note: Function 'OTF_Writer_writeDefinitionComment' argument 2 names different: declaration 'stream' definition 'streamid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:621:71: style: Function 'OTF_Writer_writeDefinitionCommentKV' argument 2 names different: declaration 'stream' definition 'streamid'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:361:49: note: Function 'OTF_Writer_writeDefinitionCommentKV' argument 2 names different: declaration 'stream' definition 'streamid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:621:71: note: Function 'OTF_Writer_writeDefinitionCommentKV' argument 2 names different: declaration 'stream' definition 'streamid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:637:70: style: Function 'OTF_Writer_writeDefTimerResolution' argument 2 names different: declaration 'stream' definition 'streamid'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:383:50: note: Function 'OTF_Writer_writeDefTimerResolution' argument 2 names different: declaration 'stream' definition 'streamid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:637:70: note: Function 'OTF_Writer_writeDefTimerResolution' argument 2 names different: declaration 'stream' definition 'streamid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:652:72: style: Function 'OTF_Writer_writeDefTimerResolutionKV' argument 2 names different: declaration 'stream' definition 'streamid'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:396:50: note: Function 'OTF_Writer_writeDefTimerResolutionKV' argument 2 names different: declaration 'stream' definition 'streamid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:652:72: note: Function 'OTF_Writer_writeDefTimerResolutionKV' argument 2 names different: declaration 'stream' definition 'streamid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:668:62: style: Function 'OTF_Writer_writeDefProcess' argument 2 names different: declaration 'stream' definition 'streamid'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:419:42: note: Function 'OTF_Writer_writeDefProcess' argument 2 names different: declaration 'stream' definition 'streamid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:668:62: note: Function 'OTF_Writer_writeDefProcess' argument 2 names different: declaration 'stream' definition 'streamid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:669:12: style: Function 'OTF_Writer_writeDefProcess' argument 3 names different: declaration 'process' definition 'deftoken'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:420:42: note: Function 'OTF_Writer_writeDefProcess' argument 3 names different: declaration 'process' definition 'deftoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:669:12: note: Function 'OTF_Writer_writeDefProcess' argument 3 names different: declaration 'process' definition 'deftoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:683:64: style: Function 'OTF_Writer_writeDefProcessKV' argument 2 names different: declaration 'stream' definition 'streamid'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:434:42: note: Function 'OTF_Writer_writeDefProcessKV' argument 2 names different: declaration 'stream' definition 'streamid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:683:64: note: Function 'OTF_Writer_writeDefProcessKV' argument 2 names different: declaration 'stream' definition 'streamid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:684:12: style: Function 'OTF_Writer_writeDefProcessKV' argument 3 names different: declaration 'process' definition 'deftoken'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:435:42: note: Function 'OTF_Writer_writeDefProcessKV' argument 3 names different: declaration 'process' definition 'deftoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:684:12: note: Function 'OTF_Writer_writeDefProcessKV' argument 3 names different: declaration 'process' definition 'deftoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:699:67: style: Function 'OTF_Writer_writeDefProcessGroup' argument 2 names different: declaration 'stream' definition 'streamid'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:466:47: note: Function 'OTF_Writer_writeDefProcessGroup' argument 2 names different: declaration 'stream' definition 'streamid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:699:67: note: Function 'OTF_Writer_writeDefProcessGroup' argument 2 names different: declaration 'stream' definition 'streamid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:700:12: style: Function 'OTF_Writer_writeDefProcessGroup' argument 3 names different: declaration 'procGroup' definition 'deftoken'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:467:47: note: Function 'OTF_Writer_writeDefProcessGroup' argument 3 names different: declaration 'procGroup' definition 'deftoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:700:12: note: Function 'OTF_Writer_writeDefProcessGroup' argument 3 names different: declaration 'procGroup' definition 'deftoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:700:49: style: Function 'OTF_Writer_writeDefProcessGroup' argument 5 names different: declaration 'numberOfProcs' definition 'n'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:469:47: note: Function 'OTF_Writer_writeDefProcessGroup' argument 5 names different: declaration 'numberOfProcs' definition 'n'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:700:49: note: Function 'OTF_Writer_writeDefProcessGroup' argument 5 names different: declaration 'numberOfProcs' definition 'n'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:701:19: style: Function 'OTF_Writer_writeDefProcessGroup' argument 6 names different: declaration 'procs' definition 'array'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:470:54: note: Function 'OTF_Writer_writeDefProcessGroup' argument 6 names different: declaration 'procs' definition 'array'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:701:19: note: Function 'OTF_Writer_writeDefProcessGroup' argument 6 names different: declaration 'procs' definition 'array'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:716:69: style: Function 'OTF_Writer_writeDefProcessGroupKV' argument 2 names different: declaration 'stream' definition 'streamid'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:482:47: note: Function 'OTF_Writer_writeDefProcessGroupKV' argument 2 names different: declaration 'stream' definition 'streamid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:716:69: note: Function 'OTF_Writer_writeDefProcessGroupKV' argument 2 names different: declaration 'stream' definition 'streamid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:717:12: style: Function 'OTF_Writer_writeDefProcessGroupKV' argument 3 names different: declaration 'procGroup' definition 'deftoken'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:483:47: note: Function 'OTF_Writer_writeDefProcessGroupKV' argument 3 names different: declaration 'procGroup' definition 'deftoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:717:12: note: Function 'OTF_Writer_writeDefProcessGroupKV' argument 3 names different: declaration 'procGroup' definition 'deftoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:717:49: style: Function 'OTF_Writer_writeDefProcessGroupKV' argument 5 names different: declaration 'numberOfProcs' definition 'n'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:485:47: note: Function 'OTF_Writer_writeDefProcessGroupKV' argument 5 names different: declaration 'numberOfProcs' definition 'n'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:717:49: note: Function 'OTF_Writer_writeDefProcessGroupKV' argument 5 names different: declaration 'numberOfProcs' definition 'n'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:718:19: style: Function 'OTF_Writer_writeDefProcessGroupKV' argument 6 names different: declaration 'procs' definition 'array'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:486:54: note: Function 'OTF_Writer_writeDefProcessGroupKV' argument 6 names different: declaration 'procs' definition 'array'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:718:19: note: Function 'OTF_Writer_writeDefProcessGroupKV' argument 6 names different: declaration 'procs' definition 'array'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:734:69: style: Function 'OTF_Writer_writeDefAttributeList' argument 2 names different: declaration 'stream' definition 'streamid'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:509:20: note: Function 'OTF_Writer_writeDefAttributeList' argument 2 names different: declaration 'stream' definition 'streamid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:734:69: note: Function 'OTF_Writer_writeDefAttributeList' argument 2 names different: declaration 'stream' definition 'streamid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:749:71: style: Function 'OTF_Writer_writeDefAttributeListKV' argument 2 names different: declaration 'stream' definition 'streamid'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:524:20: note: Function 'OTF_Writer_writeDefAttributeListKV' argument 2 names different: declaration 'stream' definition 'streamid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:749:71: note: Function 'OTF_Writer_writeDefAttributeListKV' argument 2 names different: declaration 'stream' definition 'streamid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:765:79: style: Function 'OTF_Writer_writeDefProcessOrGroupAttributes' argument 2 names different: declaration 'stream' definition 'streamid'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:547:17: note: Function 'OTF_Writer_writeDefProcessOrGroupAttributes' argument 2 names different: declaration 'stream' definition 'streamid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:765:79: note: Function 'OTF_Writer_writeDefProcessOrGroupAttributes' argument 2 names different: declaration 'stream' definition 'streamid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:780:81: style: Function 'OTF_Writer_writeDefProcessOrGroupAttributesKV' argument 2 names different: declaration 'stream' definition 'streamid'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:561:17: note: Function 'OTF_Writer_writeDefProcessOrGroupAttributesKV' argument 2 names different: declaration 'stream' definition 'streamid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:780:81: note: Function 'OTF_Writer_writeDefProcessOrGroupAttributesKV' argument 2 names different: declaration 'stream' definition 'streamid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:796:63: style: Function 'OTF_Writer_writeDefFunction' argument 2 names different: declaration 'stream' definition 'streamid'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:594:43: note: Function 'OTF_Writer_writeDefFunction' argument 2 names different: declaration 'stream' definition 'streamid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:796:63: note: Function 'OTF_Writer_writeDefFunction' argument 2 names different: declaration 'stream' definition 'streamid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:797:11: style: Function 'OTF_Writer_writeDefFunction' argument 3 names different: declaration 'func' definition 'deftoken'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:595:43: note: Function 'OTF_Writer_writeDefFunction' argument 3 names different: declaration 'func' definition 'deftoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:797:11: note: Function 'OTF_Writer_writeDefFunction' argument 3 names different: declaration 'func' definition 'deftoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:797:48: style: Function 'OTF_Writer_writeDefFunction' argument 5 names different: declaration 'funcGroup' definition 'group'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:597:43: note: Function 'OTF_Writer_writeDefFunction' argument 5 names different: declaration 'funcGroup' definition 'group'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:797:48: note: Function 'OTF_Writer_writeDefFunction' argument 5 names different: declaration 'funcGroup' definition 'group'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:797:64: style: Function 'OTF_Writer_writeDefFunction' argument 6 names different: declaration 'source' definition 'scltoken'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:598:43: note: Function 'OTF_Writer_writeDefFunction' argument 6 names different: declaration 'source' definition 'scltoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:797:64: note: Function 'OTF_Writer_writeDefFunction' argument 6 names different: declaration 'source' definition 'scltoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:812:65: style: Function 'OTF_Writer_writeDefFunctionKV' argument 2 names different: declaration 'stream' definition 'streamid'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:610:43: note: Function 'OTF_Writer_writeDefFunctionKV' argument 2 names different: declaration 'stream' definition 'streamid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:812:65: note: Function 'OTF_Writer_writeDefFunctionKV' argument 2 names different: declaration 'stream' definition 'streamid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:813:11: style: Function 'OTF_Writer_writeDefFunctionKV' argument 3 names different: declaration 'func' definition 'deftoken'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:611:43: note: Function 'OTF_Writer_writeDefFunctionKV' argument 3 names different: declaration 'func' definition 'deftoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:813:11: note: Function 'OTF_Writer_writeDefFunctionKV' argument 3 names different: declaration 'func' definition 'deftoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:813:48: style: Function 'OTF_Writer_writeDefFunctionKV' argument 5 names different: declaration 'funcGroup' definition 'group'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:613:43: note: Function 'OTF_Writer_writeDefFunctionKV' argument 5 names different: declaration 'funcGroup' definition 'group'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:813:48: note: Function 'OTF_Writer_writeDefFunctionKV' argument 5 names different: declaration 'funcGroup' definition 'group'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:813:64: style: Function 'OTF_Writer_writeDefFunctionKV' argument 6 names different: declaration 'source' definition 'scltoken'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:614:43: note: Function 'OTF_Writer_writeDefFunctionKV' argument 6 names different: declaration 'source' definition 'scltoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:813:64: note: Function 'OTF_Writer_writeDefFunctionKV' argument 6 names different: declaration 'source' definition 'scltoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:829:68: style: Function 'OTF_Writer_writeDefFunctionGroup' argument 2 names different: declaration 'stream' definition 'streamid'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:634:48: note: Function 'OTF_Writer_writeDefFunctionGroup' argument 2 names different: declaration 'stream' definition 'streamid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:829:68: note: Function 'OTF_Writer_writeDefFunctionGroup' argument 2 names different: declaration 'stream' definition 'streamid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:830:12: style: Function 'OTF_Writer_writeDefFunctionGroup' argument 3 names different: declaration 'funcGroup' definition 'deftoken'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:635:48: note: Function 'OTF_Writer_writeDefFunctionGroup' argument 3 names different: declaration 'funcGroup' definition 'deftoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:830:12: note: Function 'OTF_Writer_writeDefFunctionGroup' argument 3 names different: declaration 'funcGroup' definition 'deftoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:844:70: style: Function 'OTF_Writer_writeDefFunctionGroupKV' argument 2 names different: declaration 'stream' definition 'streamid'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:648:48: note: Function 'OTF_Writer_writeDefFunctionGroupKV' argument 2 names different: declaration 'stream' definition 'streamid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:844:70: note: Function 'OTF_Writer_writeDefFunctionGroupKV' argument 2 names different: declaration 'stream' definition 'streamid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:845:12: style: Function 'OTF_Writer_writeDefFunctionGroupKV' argument 3 names different: declaration 'funcGroup' definition 'deftoken'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:649:48: note: Function 'OTF_Writer_writeDefFunctionGroupKV' argument 3 names different: declaration 'funcGroup' definition 'deftoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:845:12: note: Function 'OTF_Writer_writeDefFunctionGroupKV' argument 3 names different: declaration 'funcGroup' definition 'deftoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:860:74: style: Function 'OTF_Writer_writeDefCollectiveOperation' argument 2 names different: declaration 'stream' definition 'streamid'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:675:54: note: Function 'OTF_Writer_writeDefCollectiveOperation' argument 2 names different: declaration 'stream' definition 'streamid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:860:74: note: Function 'OTF_Writer_writeDefCollectiveOperation' argument 2 names different: declaration 'stream' definition 'streamid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:861:12: style: Function 'OTF_Writer_writeDefCollectiveOperation' argument 3 names different: declaration 'collOp' definition 'collective'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:676:54: note: Function 'OTF_Writer_writeDefCollectiveOperation' argument 3 names different: declaration 'collOp' definition 'collective'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:861:12: note: Function 'OTF_Writer_writeDefCollectiveOperation' argument 3 names different: declaration 'collOp' definition 'collective'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:875:76: style: Function 'OTF_Writer_writeDefCollectiveOperationKV' argument 2 names different: declaration 'stream' definition 'streamid'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:690:54: note: Function 'OTF_Writer_writeDefCollectiveOperationKV' argument 2 names different: declaration 'stream' definition 'streamid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:875:76: note: Function 'OTF_Writer_writeDefCollectiveOperationKV' argument 2 names different: declaration 'stream' definition 'streamid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:876:12: style: Function 'OTF_Writer_writeDefCollectiveOperationKV' argument 3 names different: declaration 'collOp' definition 'collective'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:691:54: note: Function 'OTF_Writer_writeDefCollectiveOperationKV' argument 3 names different: declaration 'collOp' definition 'collective'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:876:12: note: Function 'OTF_Writer_writeDefCollectiveOperationKV' argument 3 names different: declaration 'collOp' definition 'collective'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:891:62: style: Function 'OTF_Writer_writeDefCounter' argument 2 names different: declaration 'stream' definition 'streamid'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:735:42: note: Function 'OTF_Writer_writeDefCounter' argument 2 names different: declaration 'stream' definition 'streamid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:891:62: note: Function 'OTF_Writer_writeDefCounter' argument 2 names different: declaration 'stream' definition 'streamid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:892:12: style: Function 'OTF_Writer_writeDefCounter' argument 3 names different: declaration 'counter' definition 'deftoken'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:736:42: note: Function 'OTF_Writer_writeDefCounter' argument 3 names different: declaration 'counter' definition 'deftoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:892:12: note: Function 'OTF_Writer_writeDefCounter' argument 3 names different: declaration 'counter' definition 'deftoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:893:12: style: Function 'OTF_Writer_writeDefCounter' argument 6 names different: declaration 'counterGroup' definition 'countergroup'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:739:42: note: Function 'OTF_Writer_writeDefCounter' argument 6 names different: declaration 'counterGroup' definition 'countergroup'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:893:12: note: Function 'OTF_Writer_writeDefCounter' argument 6 names different: declaration 'counterGroup' definition 'countergroup'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:908:64: style: Function 'OTF_Writer_writeDefCounterKV' argument 2 names different: declaration 'stream' definition 'streamid'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:752:42: note: Function 'OTF_Writer_writeDefCounterKV' argument 2 names different: declaration 'stream' definition 'streamid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:908:64: note: Function 'OTF_Writer_writeDefCounterKV' argument 2 names different: declaration 'stream' definition 'streamid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:909:12: style: Function 'OTF_Writer_writeDefCounterKV' argument 3 names different: declaration 'counter' definition 'deftoken'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:753:42: note: Function 'OTF_Writer_writeDefCounterKV' argument 3 names different: declaration 'counter' definition 'deftoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:909:12: note: Function 'OTF_Writer_writeDefCounterKV' argument 3 names different: declaration 'counter' definition 'deftoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:910:12: style: Function 'OTF_Writer_writeDefCounterKV' argument 6 names different: declaration 'counterGroup' definition 'countergroup'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:756:42: note: Function 'OTF_Writer_writeDefCounterKV' argument 6 names different: declaration 'counterGroup' definition 'countergroup'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:910:12: note: Function 'OTF_Writer_writeDefCounterKV' argument 6 names different: declaration 'counterGroup' definition 'countergroup'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:926:67: style: Function 'OTF_Writer_writeDefCounterGroup' argument 2 names different: declaration 'stream' definition 'streamid'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:776:47: note: Function 'OTF_Writer_writeDefCounterGroup' argument 2 names different: declaration 'stream' definition 'streamid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:926:67: note: Function 'OTF_Writer_writeDefCounterGroup' argument 2 names different: declaration 'stream' definition 'streamid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:927:12: style: Function 'OTF_Writer_writeDefCounterGroup' argument 3 names different: declaration 'counterGroup' definition 'deftoken'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:777:47: note: Function 'OTF_Writer_writeDefCounterGroup' argument 3 names different: declaration 'counterGroup' definition 'deftoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:927:12: note: Function 'OTF_Writer_writeDefCounterGroup' argument 3 names different: declaration 'counterGroup' definition 'deftoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:941:69: style: Function 'OTF_Writer_writeDefCounterGroupKV' argument 2 names different: declaration 'stream' definition 'streamid'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:790:47: note: Function 'OTF_Writer_writeDefCounterGroupKV' argument 2 names different: declaration 'stream' definition 'streamid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:941:69: note: Function 'OTF_Writer_writeDefCounterGroupKV' argument 2 names different: declaration 'stream' definition 'streamid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:942:12: style: Function 'OTF_Writer_writeDefCounterGroupKV' argument 3 names different: declaration 'counterGroup' definition 'deftoken'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:791:47: note: Function 'OTF_Writer_writeDefCounterGroupKV' argument 3 names different: declaration 'counterGroup' definition 'deftoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:942:12: note: Function 'OTF_Writer_writeDefCounterGroupKV' argument 3 names different: declaration 'counterGroup' definition 'deftoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:957:58: style: Function 'OTF_Writer_writeDefScl' argument 2 names different: declaration 'stream' definition 'streamid'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:814:38: note: Function 'OTF_Writer_writeDefScl' argument 2 names different: declaration 'stream' definition 'streamid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:957:58: note: Function 'OTF_Writer_writeDefScl' argument 2 names different: declaration 'stream' definition 'streamid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:958:12: style: Function 'OTF_Writer_writeDefScl' argument 3 names different: declaration 'source' definition 'deftoken'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:815:38: note: Function 'OTF_Writer_writeDefScl' argument 3 names different: declaration 'source' definition 'deftoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:958:12: note: Function 'OTF_Writer_writeDefScl' argument 3 names different: declaration 'source' definition 'deftoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:958:31: style: Function 'OTF_Writer_writeDefScl' argument 4 names different: declaration 'sourceFile' definition 'sclfile'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:816:38: note: Function 'OTF_Writer_writeDefScl' argument 4 names different: declaration 'sourceFile' definition 'sclfile'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:958:31: note: Function 'OTF_Writer_writeDefScl' argument 4 names different: declaration 'sourceFile' definition 'sclfile'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:958:49: style: Function 'OTF_Writer_writeDefScl' argument 5 names different: declaration 'line' definition 'sclline'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:817:38: note: Function 'OTF_Writer_writeDefScl' argument 5 names different: declaration 'line' definition 'sclline'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:958:49: note: Function 'OTF_Writer_writeDefScl' argument 5 names different: declaration 'line' definition 'sclline'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:972:60: style: Function 'OTF_Writer_writeDefSclKV' argument 2 names different: declaration 'stream' definition 'streamid'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:829:38: note: Function 'OTF_Writer_writeDefSclKV' argument 2 names different: declaration 'stream' definition 'streamid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:972:60: note: Function 'OTF_Writer_writeDefSclKV' argument 2 names different: declaration 'stream' definition 'streamid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:973:12: style: Function 'OTF_Writer_writeDefSclKV' argument 3 names different: declaration 'source' definition 'deftoken'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:830:38: note: Function 'OTF_Writer_writeDefSclKV' argument 3 names different: declaration 'source' definition 'deftoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:973:12: note: Function 'OTF_Writer_writeDefSclKV' argument 3 names different: declaration 'source' definition 'deftoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:973:31: style: Function 'OTF_Writer_writeDefSclKV' argument 4 names different: declaration 'sourceFile' definition 'sclfile'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:831:38: note: Function 'OTF_Writer_writeDefSclKV' argument 4 names different: declaration 'sourceFile' definition 'sclfile'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:973:31: note: Function 'OTF_Writer_writeDefSclKV' argument 4 names different: declaration 'sourceFile' definition 'sclfile'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:973:49: style: Function 'OTF_Writer_writeDefSclKV' argument 5 names different: declaration 'line' definition 'sclline'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:832:38: note: Function 'OTF_Writer_writeDefSclKV' argument 5 names different: declaration 'line' definition 'sclline'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:973:49: note: Function 'OTF_Writer_writeDefSclKV' argument 5 names different: declaration 'line' definition 'sclline'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:988:62: style: Function 'OTF_Writer_writeDefSclFile' argument 2 names different: declaration 'stream' definition 'streamid'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:852:42: note: Function 'OTF_Writer_writeDefSclFile' argument 2 names different: declaration 'stream' definition 'streamid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:988:62: note: Function 'OTF_Writer_writeDefSclFile' argument 2 names different: declaration 'stream' definition 'streamid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:989:12: style: Function 'OTF_Writer_writeDefSclFile' argument 3 names different: declaration 'sourceFile' definition 'deftoken'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:853:42: note: Function 'OTF_Writer_writeDefSclFile' argument 3 names different: declaration 'sourceFile' definition 'deftoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:989:12: note: Function 'OTF_Writer_writeDefSclFile' argument 3 names different: declaration 'sourceFile' definition 'deftoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:989:34: style: Function 'OTF_Writer_writeDefSclFile' argument 4 names different: declaration 'name' definition 'filename'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:854:45: note: Function 'OTF_Writer_writeDefSclFile' argument 4 names different: declaration 'name' definition 'filename'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:989:34: note: Function 'OTF_Writer_writeDefSclFile' argument 4 names different: declaration 'name' definition 'filename'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1003:64: style: Function 'OTF_Writer_writeDefSclFileKV' argument 2 names different: declaration 'stream' definition 'streamid'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:866:42: note: Function 'OTF_Writer_writeDefSclFileKV' argument 2 names different: declaration 'stream' definition 'streamid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1003:64: note: Function 'OTF_Writer_writeDefSclFileKV' argument 2 names different: declaration 'stream' definition 'streamid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1004:12: style: Function 'OTF_Writer_writeDefSclFileKV' argument 3 names different: declaration 'sourceFile' definition 'deftoken'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:867:42: note: Function 'OTF_Writer_writeDefSclFileKV' argument 3 names different: declaration 'sourceFile' definition 'deftoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1004:12: note: Function 'OTF_Writer_writeDefSclFileKV' argument 3 names different: declaration 'sourceFile' definition 'deftoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1004:34: style: Function 'OTF_Writer_writeDefSclFileKV' argument 4 names different: declaration 'name' definition 'filename'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:868:45: note: Function 'OTF_Writer_writeDefSclFileKV' argument 4 names different: declaration 'name' definition 'filename'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1004:34: note: Function 'OTF_Writer_writeDefSclFileKV' argument 4 names different: declaration 'name' definition 'filename'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1020:62: style: Function 'OTF_Writer_writeOtfVersion' argument 2 names different: declaration 'stream' definition 'streamid'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:878:62: note: Function 'OTF_Writer_writeOtfVersion' argument 2 names different: declaration 'stream' definition 'streamid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1020:62: note: Function 'OTF_Writer_writeOtfVersion' argument 2 names different: declaration 'stream' definition 'streamid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1031:62: style: Function 'OTF_Writer_writeDefCreator' argument 2 names different: declaration 'stream' definition 'streamid'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:895:62: note: Function 'OTF_Writer_writeDefCreator' argument 2 names different: declaration 'stream' definition 'streamid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1031:62: note: Function 'OTF_Writer_writeDefCreator' argument 2 names different: declaration 'stream' definition 'streamid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1046:64: style: Function 'OTF_Writer_writeDefCreatorKV' argument 2 names different: declaration 'stream' definition 'streamid'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:907:64: note: Function 'OTF_Writer_writeDefCreatorKV' argument 2 names different: declaration 'stream' definition 'streamid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1046:64: note: Function 'OTF_Writer_writeDefCreatorKV' argument 2 names different: declaration 'stream' definition 'streamid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1062:59: style: Function 'OTF_Writer_writeDefFile' argument 2 names different: declaration 'stream' definition 'streamid'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:931:39: note: Function 'OTF_Writer_writeDefFile' argument 2 names different: declaration 'stream' definition 'streamid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1062:59: note: Function 'OTF_Writer_writeDefFile' argument 2 names different: declaration 'stream' definition 'streamid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1071:61: style: Function 'OTF_Writer_writeDefFileKV' argument 2 names different: declaration 'stream' definition 'streamid'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:946:39: note: Function 'OTF_Writer_writeDefFileKV' argument 2 names different: declaration 'stream' definition 'streamid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1071:61: note: Function 'OTF_Writer_writeDefFileKV' argument 2 names different: declaration 'stream' definition 'streamid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1081:64: style: Function 'OTF_Writer_writeDefFileGroup' argument 2 names different: declaration 'stream' definition 'streamid'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:969:44: note: Function 'OTF_Writer_writeDefFileGroup' argument 2 names different: declaration 'stream' definition 'streamid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1081:64: note: Function 'OTF_Writer_writeDefFileGroup' argument 2 names different: declaration 'stream' definition 'streamid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1090:66: style: Function 'OTF_Writer_writeDefFileGroupKV' argument 2 names different: declaration 'stream' definition 'streamid'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:983:44: note: Function 'OTF_Writer_writeDefFileGroupKV' argument 2 names different: declaration 'stream' definition 'streamid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1090:66: note: Function 'OTF_Writer_writeDefFileGroupKV' argument 2 names different: declaration 'stream' definition 'streamid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1100:63: style: Function 'OTF_Writer_writeDefKeyValue' argument 2 names different: declaration 'stream' definition 'streamid'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:1006:15: note: Function 'OTF_Writer_writeDefKeyValue' argument 2 names different: declaration 'stream' definition 'streamid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1100:63: note: Function 'OTF_Writer_writeDefKeyValue' argument 2 names different: declaration 'stream' definition 'streamid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1115:65: style: Function 'OTF_Writer_writeDefKeyValueKV' argument 2 names different: declaration 'stream' definition 'streamid'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:1022:15: note: Function 'OTF_Writer_writeDefKeyValueKV' argument 2 names different: declaration 'stream' definition 'streamid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1115:65: note: Function 'OTF_Writer_writeDefKeyValueKV' argument 2 names different: declaration 'stream' definition 'streamid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1229:12: style: Function 'OTF_Writer_writeEnter' argument 3 names different: declaration 'function' definition 'statetoken'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:1162:37: note: Function 'OTF_Writer_writeEnter' argument 3 names different: declaration 'function' definition 'statetoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1229:12: note: Function 'OTF_Writer_writeEnter' argument 3 names different: declaration 'function' definition 'statetoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1229:33: style: Function 'OTF_Writer_writeEnter' argument 4 names different: declaration 'process' definition 'cpuid'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:1163:37: note: Function 'OTF_Writer_writeEnter' argument 4 names different: declaration 'process' definition 'cpuid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1229:33: note: Function 'OTF_Writer_writeEnter' argument 4 names different: declaration 'process' definition 'cpuid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1229:49: style: Function 'OTF_Writer_writeEnter' argument 5 names different: declaration 'source' definition 'scltoken'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:1164:37: note: Function 'OTF_Writer_writeEnter' argument 5 names different: declaration 'source' definition 'scltoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1229:49: note: Function 'OTF_Writer_writeEnter' argument 5 names different: declaration 'source' definition 'scltoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1241:12: style: Function 'OTF_Writer_writeEnterKV' argument 3 names different: declaration 'function' definition 'statetoken'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:1177:37: note: Function 'OTF_Writer_writeEnterKV' argument 3 names different: declaration 'function' definition 'statetoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1241:12: note: Function 'OTF_Writer_writeEnterKV' argument 3 names different: declaration 'function' definition 'statetoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1241:33: style: Function 'OTF_Writer_writeEnterKV' argument 4 names different: declaration 'process' definition 'cpuid'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:1178:37: note: Function 'OTF_Writer_writeEnterKV' argument 4 names different: declaration 'process' definition 'cpuid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1241:33: note: Function 'OTF_Writer_writeEnterKV' argument 4 names different: declaration 'process' definition 'cpuid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1241:49: style: Function 'OTF_Writer_writeEnterKV' argument 5 names different: declaration 'source' definition 'scltoken'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:1179:37: note: Function 'OTF_Writer_writeEnterKV' argument 5 names different: declaration 'source' definition 'scltoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1241:49: note: Function 'OTF_Writer_writeEnterKV' argument 5 names different: declaration 'source' definition 'scltoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1255:48: style: Function 'OTF_Writer_writeRecvMsg' argument 5 names different: declaration 'procGroup' definition 'communicator'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:1241:39: note: Function 'OTF_Writer_writeRecvMsg' argument 5 names different: declaration 'procGroup' definition 'communicator'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1255:48: note: Function 'OTF_Writer_writeRecvMsg' argument 5 names different: declaration 'procGroup' definition 'communicator'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1256:12: style: Function 'OTF_Writer_writeRecvMsg' argument 6 names different: declaration 'tag' definition 'msgtag'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:1242:39: note: Function 'OTF_Writer_writeRecvMsg' argument 6 names different: declaration 'tag' definition 'msgtag'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1256:12: note: Function 'OTF_Writer_writeRecvMsg' argument 6 names different: declaration 'tag' definition 'msgtag'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1256:29: style: Function 'OTF_Writer_writeRecvMsg' argument 7 names different: declaration 'length' definition 'msglength'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:1243:39: note: Function 'OTF_Writer_writeRecvMsg' argument 7 names different: declaration 'length' definition 'msglength'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1256:29: note: Function 'OTF_Writer_writeRecvMsg' argument 7 names different: declaration 'length' definition 'msglength'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1256:49: style: Function 'OTF_Writer_writeRecvMsg' argument 8 names different: declaration 'source' definition 'scltoken'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:1244:39: note: Function 'OTF_Writer_writeRecvMsg' argument 8 names different: declaration 'source' definition 'scltoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1256:49: note: Function 'OTF_Writer_writeRecvMsg' argument 8 names different: declaration 'source' definition 'scltoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1268:48: style: Function 'OTF_Writer_writeRecvMsgKV' argument 5 names different: declaration 'procGroup' definition 'communicator'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:1259:39: note: Function 'OTF_Writer_writeRecvMsgKV' argument 5 names different: declaration 'procGroup' definition 'communicator'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1268:48: note: Function 'OTF_Writer_writeRecvMsgKV' argument 5 names different: declaration 'procGroup' definition 'communicator'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1269:12: style: Function 'OTF_Writer_writeRecvMsgKV' argument 6 names different: declaration 'tag' definition 'msgtag'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:1260:39: note: Function 'OTF_Writer_writeRecvMsgKV' argument 6 names different: declaration 'tag' definition 'msgtag'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1269:12: note: Function 'OTF_Writer_writeRecvMsgKV' argument 6 names different: declaration 'tag' definition 'msgtag'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1269:29: style: Function 'OTF_Writer_writeRecvMsgKV' argument 7 names different: declaration 'length' definition 'msglength'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:1261:39: note: Function 'OTF_Writer_writeRecvMsgKV' argument 7 names different: declaration 'length' definition 'msglength'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1269:29: note: Function 'OTF_Writer_writeRecvMsgKV' argument 7 names different: declaration 'length' definition 'msglength'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1269:49: style: Function 'OTF_Writer_writeRecvMsgKV' argument 8 names different: declaration 'source' definition 'scltoken'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:1262:39: note: Function 'OTF_Writer_writeRecvMsgKV' argument 8 names different: declaration 'source' definition 'scltoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1269:49: note: Function 'OTF_Writer_writeRecvMsgKV' argument 8 names different: declaration 'source' definition 'scltoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1283:48: style: Function 'OTF_Writer_writeSendMsg' argument 5 names different: declaration 'procGroup' definition 'communicator'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:1287:39: note: Function 'OTF_Writer_writeSendMsg' argument 5 names different: declaration 'procGroup' definition 'communicator'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1283:48: note: Function 'OTF_Writer_writeSendMsg' argument 5 names different: declaration 'procGroup' definition 'communicator'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1284:12: style: Function 'OTF_Writer_writeSendMsg' argument 6 names different: declaration 'tag' definition 'msgtag'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:1288:39: note: Function 'OTF_Writer_writeSendMsg' argument 6 names different: declaration 'tag' definition 'msgtag'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1284:12: note: Function 'OTF_Writer_writeSendMsg' argument 6 names different: declaration 'tag' definition 'msgtag'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1284:29: style: Function 'OTF_Writer_writeSendMsg' argument 7 names different: declaration 'length' definition 'msglength'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:1289:39: note: Function 'OTF_Writer_writeSendMsg' argument 7 names different: declaration 'length' definition 'msglength'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1284:29: note: Function 'OTF_Writer_writeSendMsg' argument 7 names different: declaration 'length' definition 'msglength'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1284:49: style: Function 'OTF_Writer_writeSendMsg' argument 8 names different: declaration 'source' definition 'scltoken'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:1290:39: note: Function 'OTF_Writer_writeSendMsg' argument 8 names different: declaration 'source' definition 'scltoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1284:49: note: Function 'OTF_Writer_writeSendMsg' argument 8 names different: declaration 'source' definition 'scltoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1296:48: style: Function 'OTF_Writer_writeSendMsgKV' argument 5 names different: declaration 'procGroup' definition 'communicator'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:1305:39: note: Function 'OTF_Writer_writeSendMsgKV' argument 5 names different: declaration 'procGroup' definition 'communicator'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1296:48: note: Function 'OTF_Writer_writeSendMsgKV' argument 5 names different: declaration 'procGroup' definition 'communicator'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1297:12: style: Function 'OTF_Writer_writeSendMsgKV' argument 6 names different: declaration 'tag' definition 'msgtag'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:1306:39: note: Function 'OTF_Writer_writeSendMsgKV' argument 6 names different: declaration 'tag' definition 'msgtag'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1297:12: note: Function 'OTF_Writer_writeSendMsgKV' argument 6 names different: declaration 'tag' definition 'msgtag'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1297:29: style: Function 'OTF_Writer_writeSendMsgKV' argument 7 names different: declaration 'length' definition 'msglength'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:1307:39: note: Function 'OTF_Writer_writeSendMsgKV' argument 7 names different: declaration 'length' definition 'msglength'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1297:29: note: Function 'OTF_Writer_writeSendMsgKV' argument 7 names different: declaration 'length' definition 'msglength'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1297:49: style: Function 'OTF_Writer_writeSendMsgKV' argument 8 names different: declaration 'source' definition 'scltoken'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:1308:39: note: Function 'OTF_Writer_writeSendMsgKV' argument 8 names different: declaration 'source' definition 'scltoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1297:49: note: Function 'OTF_Writer_writeSendMsgKV' argument 8 names different: declaration 'source' definition 'scltoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1310:12: style: Function 'OTF_Writer_writeLeave' argument 3 names different: declaration 'function' definition 'statetoken'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:1199:37: note: Function 'OTF_Writer_writeLeave' argument 3 names different: declaration 'function' definition 'statetoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1310:12: note: Function 'OTF_Writer_writeLeave' argument 3 names different: declaration 'function' definition 'statetoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1310:33: style: Function 'OTF_Writer_writeLeave' argument 4 names different: declaration 'process' definition 'cpuid'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:1200:37: note: Function 'OTF_Writer_writeLeave' argument 4 names different: declaration 'process' definition 'cpuid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1310:33: note: Function 'OTF_Writer_writeLeave' argument 4 names different: declaration 'process' definition 'cpuid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1310:49: style: Function 'OTF_Writer_writeLeave' argument 5 names different: declaration 'source' definition 'scltoken'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:1201:37: note: Function 'OTF_Writer_writeLeave' argument 5 names different: declaration 'source' definition 'scltoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1310:49: note: Function 'OTF_Writer_writeLeave' argument 5 names different: declaration 'source' definition 'scltoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1321:12: style: Function 'OTF_Writer_writeLeaveKV' argument 3 names different: declaration 'function' definition 'statetoken'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:1214:37: note: Function 'OTF_Writer_writeLeaveKV' argument 3 names different: declaration 'function' definition 'statetoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1321:12: note: Function 'OTF_Writer_writeLeaveKV' argument 3 names different: declaration 'function' definition 'statetoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1321:33: style: Function 'OTF_Writer_writeLeaveKV' argument 4 names different: declaration 'process' definition 'cpuid'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:1215:37: note: Function 'OTF_Writer_writeLeaveKV' argument 4 names different: declaration 'process' definition 'cpuid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1321:33: note: Function 'OTF_Writer_writeLeaveKV' argument 4 names different: declaration 'process' definition 'cpuid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1321:49: style: Function 'OTF_Writer_writeLeaveKV' argument 5 names different: declaration 'source' definition 'scltoken'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:1216:37: note: Function 'OTF_Writer_writeLeaveKV' argument 5 names different: declaration 'source' definition 'scltoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1321:49: note: Function 'OTF_Writer_writeLeaveKV' argument 5 names different: declaration 'source' definition 'scltoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1333:30: style: Function 'OTF_Writer_writeCounter' argument 4 names different: declaration 'counter' definition 'counter_token'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:1328:39: note: Function 'OTF_Writer_writeCounter' argument 4 names different: declaration 'counter' definition 'counter_token'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1333:30: note: Function 'OTF_Writer_writeCounter' argument 4 names different: declaration 'counter' definition 'counter_token'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1344:30: style: Function 'OTF_Writer_writeCounterKV' argument 4 names different: declaration 'counter' definition 'counter_token'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:1343:39: note: Function 'OTF_Writer_writeCounterKV' argument 4 names different: declaration 'counter' definition 'counter_token'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1344:30: note: Function 'OTF_Writer_writeCounterKV' argument 4 names different: declaration 'counter' definition 'counter_token'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1356:36: style: Function 'OTF_Writer_writeCollectiveOperation' argument 4 names different: declaration 'collective' definition 'collOp'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:1373:51: note: Function 'OTF_Writer_writeCollectiveOperation' argument 4 names different: declaration 'collective' definition 'collOp'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1356:36: note: Function 'OTF_Writer_writeCollectiveOperation' argument 4 names different: declaration 'collective' definition 'collOp'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1356:53: style: Function 'OTF_Writer_writeCollectiveOperation' argument 5 names different: declaration 'procGroup' definition 'communicator'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:1374:51: note: Function 'OTF_Writer_writeCollectiveOperation' argument 5 names different: declaration 'procGroup' definition 'communicator'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1356:53: note: Function 'OTF_Writer_writeCollectiveOperation' argument 5 names different: declaration 'procGroup' definition 'communicator'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1357:15: style: Function 'OTF_Writer_writeCollectiveOperation' argument 6 names different: declaration 'rootProc' definition 'rootprocess'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:1375:51: note: Function 'OTF_Writer_writeCollectiveOperation' argument 6 names different: declaration 'rootProc' definition 'rootprocess'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1357:15: note: Function 'OTF_Writer_writeCollectiveOperation' argument 6 names different: declaration 'rootProc' definition 'rootprocess'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1358:37: style: Function 'OTF_Writer_writeCollectiveOperation' argument 10 names different: declaration 'source' definition 'scltoken'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:1379:51: note: Function 'OTF_Writer_writeCollectiveOperation' argument 10 names different: declaration 'source' definition 'scltoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1358:37: note: Function 'OTF_Writer_writeCollectiveOperation' argument 10 names different: declaration 'source' definition 'scltoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1371:36: style: Function 'OTF_Writer_writeCollectiveOperationKV' argument 4 names different: declaration 'collective' definition 'collOp'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:1396:51: note: Function 'OTF_Writer_writeCollectiveOperationKV' argument 4 names different: declaration 'collective' definition 'collOp'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1371:36: note: Function 'OTF_Writer_writeCollectiveOperationKV' argument 4 names different: declaration 'collective' definition 'collOp'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1371:53: style: Function 'OTF_Writer_writeCollectiveOperationKV' argument 5 names different: declaration 'procGroup' definition 'communicator'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:1397:51: note: Function 'OTF_Writer_writeCollectiveOperationKV' argument 5 names different: declaration 'procGroup' definition 'communicator'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1371:53: note: Function 'OTF_Writer_writeCollectiveOperationKV' argument 5 names different: declaration 'procGroup' definition 'communicator'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1372:15: style: Function 'OTF_Writer_writeCollectiveOperationKV' argument 6 names different: declaration 'rootProc' definition 'rootprocess'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:1398:51: note: Function 'OTF_Writer_writeCollectiveOperationKV' argument 6 names different: declaration 'rootProc' definition 'rootprocess'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1372:15: note: Function 'OTF_Writer_writeCollectiveOperationKV' argument 6 names different: declaration 'rootProc' definition 'rootprocess'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1373:37: style: Function 'OTF_Writer_writeCollectiveOperationKV' argument 10 names different: declaration 'source' definition 'scltoken'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:1402:51: note: Function 'OTF_Writer_writeCollectiveOperationKV' argument 10 names different: declaration 'source' definition 'scltoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1373:37: note: Function 'OTF_Writer_writeCollectiveOperationKV' argument 10 names different: declaration 'source' definition 'scltoken'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1729:32: style: Function 'OTF_Writer_writeSendSnapshot' argument 7 names different: declaration 'tag' definition 'type'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:2046:44: note: Function 'OTF_Writer_writeSendSnapshot' argument 7 names different: declaration 'tag' definition 'type'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1729:32: note: Function 'OTF_Writer_writeSendSnapshot' argument 7 names different: declaration 'tag' definition 'type'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1741:32: style: Function 'OTF_Writer_writeSendSnapshotKV' argument 7 names different: declaration 'tag' definition 'type'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.h:2065:44: note: Function 'OTF_Writer_writeSendSnapshotKV' argument 7 names different: declaration 'tag' definition 'type'.
eztrace-1.1-7/extlib/gtg/extlib/otf/otflib/OTF_Writer.c:1741:32: note: Function 'OTF_Writer_writeSendSnapshotKV' argument 7 names different: declaration 'tag' definition 'type'.
eztrace-1.1-7/extlib/gtg/extlib/otf/tests/generic_streams-mpi/generic_streams_mpi.c:65:5: warning: %li in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
eztrace-1.1-7/extlib/gtg/extlib/otf/tests/generic_streams/generic_streams.c:56:5: warning: %li in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
eztrace-1.1-7/extlib/gtg/extlib/otf/tests/hello/hello.c:60:12: style: Condition '0<compression' is always false [knownConditionTrueFalse]
eztrace-1.1-7/extlib/gtg/extlib/otf/tests/hello/hello.c:40:22: note: Assignment 'compression=0', assigned value is 0
eztrace-1.1-7/extlib/gtg/extlib/otf/tests/hello/hello.c:60:12: note: Condition '0<compression' is always false
eztrace-1.1-7/extlib/gtg/extlib/otf/tests/hello/hello.c:60:12: style: Same expression on both sides of '<' because the value of '0' and 'compression' are the same. [duplicateExpression]
eztrace-1.1-7/extlib/gtg/extlib/otf/tests/hello/hello.c:40:22: note: 'compression' is assigned value '0' here.
eztrace-1.1-7/extlib/gtg/extlib/otf/tests/hello/hello.c:60:12: note: Same expression on both sides of '<' because the value of '0' and 'compression' are the same.
eztrace-1.1-7/extlib/gtg/extlib/otf/tests/hello/hello.c:42:14: style: The scope of the variable 'timestamp' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/tests/hello/hello.c:45:14: style: The scope of the variable 'countervalue' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/tests/read_from_buffer/read_from_buffer.c:7:14: style: struct member 'HandlerArgument::count' is never used. [unusedStructMember]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otf2vtf/Handler.c:445:6: style: The scope of the variable 'vtf3bytes' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otf2vtf/Handler.c:446:19: style: The scope of the variable 'fier' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otf2vtf/Handler.c:238:12: style: Function 'handleCounter' argument 4 names different: declaration 'counter_token' definition 'token'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otf2vtf/Handler.h:63:11: note: Function 'handleCounter' argument 4 names different: declaration 'counter_token' definition 'token'.
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otf2vtf/Handler.c:238:12: note: Function 'handleCounter' argument 4 names different: declaration 'counter_token' definition 'token'.
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otf2vtf/Handler.c:440:11: style: Function 'handleFileOperation' argument 4 names different: declaration 'process' definition 'cpuid'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otf2vtf/Handler.h:91:11: note: Function 'handleFileOperation' argument 4 names different: declaration 'process' definition 'cpuid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otf2vtf/Handler.c:440:11: note: Function 'handleFileOperation' argument 4 names different: declaration 'process' definition 'cpuid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otf2vtf/Handler.c:467:52: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otf2vtf/Handler.c:468:26: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otf2vtf/Treehash.c:299:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfaux/Control.cpp:162:23: style: C-style pointer casting [cstyleCast]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfaux/Control.cpp:196:23: style: C-style pointer casting [cstyleCast]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfaux/Control.cpp:244:23: style: C-style pointer casting [cstyleCast]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfaux/Control.cpp:278:23: style: C-style pointer casting [cstyleCast]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfaux/Control.cpp:310:23: style: C-style pointer casting [cstyleCast]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfaux/Control.cpp:336:23: style: C-style pointer casting [cstyleCast]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfaux/Control.cpp:357:23: style: C-style pointer casting [cstyleCast]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfaux/Control.cpp:16:31: style: Function 'Control' argument 1 names different: declaration 'writer' definition 'w'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfaux/Control.h:58:23: note: Function 'Control' argument 1 names different: declaration 'writer' definition 'w'.
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfaux/Control.cpp:16:31: note: Function 'Control' argument 1 names different: declaration 'writer' definition 'w'.
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfaux/Control.cpp:16:47: style: Function 'Control' argument 2 names different: declaration 'def_wstream' definition 'def_w'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfaux/Control.h:58:50: note: Function 'Control' argument 2 names different: declaration 'def_wstream' definition 'def_w'.
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfaux/Control.cpp:16:47: note: Function 'Control' argument 2 names different: declaration 'def_wstream' definition 'def_w'.
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfaux/Stats.h:47:5: style: 'FunctionCall::operator=' should return 'FunctionCall &'. [operatorEq]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfaux/Stats.h:132:5: style: 'BeginCollOperation::operator=' should return 'BeginCollOperation &'. [operatorEq]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfaux/Control.cpp:59:3: style: Struct 'Control' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfaux/Control.cpp:59:3: style: Struct 'Control' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfaux/Stats.h:51:1: warning: The struct 'FunctionStatistics' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfaux/Stats.h:74:1: warning: The struct 'SendStatistics' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfaux/Stats.h:136:1: warning: The struct 'FileOperationStatistics' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfaux/Handler.cpp:23:20: style: C-style pointer casting [cstyleCast]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfaux/Handler.cpp:40:20: style: C-style pointer casting [cstyleCast]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfaux/Handler.cpp:59:20: style: C-style pointer casting [cstyleCast]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfaux/Handler.cpp:76:20: style: C-style pointer casting [cstyleCast]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfaux/Handler.cpp:90:20: style: C-style pointer casting [cstyleCast]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfaux/Handler.cpp:104:23: style: C-style pointer casting [cstyleCast]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfaux/Handler.cpp:119:23: style: C-style pointer casting [cstyleCast]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfaux/Handler.cpp:159:23: style: C-style pointer casting [cstyleCast]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfaux/Handler.cpp:192:20: style: C-style pointer casting [cstyleCast]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfaux/Handler.cpp:224:20: style: C-style pointer casting [cstyleCast]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfaux/Handler.cpp:254:20: style: C-style pointer casting [cstyleCast]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfaux/Handler.cpp:300:20: style: C-style pointer casting [cstyleCast]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfaux/Handler.cpp:356:20: style: C-style pointer casting [cstyleCast]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfaux/Handler.cpp:425:20: style: C-style pointer casting [cstyleCast]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfaux/Handler.cpp:447:23: style: C-style pointer casting [cstyleCast]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfaux/Handler.cpp:486:23: style: C-style pointer casting [cstyleCast]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfaux/Handler.cpp:514:23: style: C-style pointer casting [cstyleCast]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfaux/Handler.cpp:541:23: style: C-style pointer casting [cstyleCast]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfaux/Handler.cpp:570:23: style: C-style pointer casting [cstyleCast]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfaux/Handler.cpp:587:23: style: C-style pointer casting [cstyleCast]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfaux/Handler.cpp:604:23: style: C-style pointer casting [cstyleCast]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfaux/Handler.cpp:621:23: style: C-style pointer casting [cstyleCast]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfaux/Handler.cpp:639:23: style: C-style pointer casting [cstyleCast]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfaux/Handler.cpp:658:23: style: C-style pointer casting [cstyleCast]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfaux/Handler.cpp:677:23: style: C-style pointer casting [cstyleCast]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfaux/Handler.cpp:695:23: style: C-style pointer casting [cstyleCast]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfaux/Handler.cpp:70:26: style: Function 'handleDefFile' argument 1 names different: declaration 'userData' definition 'firsthandlerarg'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfaux/Handler.h:33:26: note: Function 'handleDefFile' argument 1 names different: declaration 'userData' definition 'firsthandlerarg'.
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfaux/Handler.cpp:70:26: note: Function 'handleDefFile' argument 1 names different: declaration 'userData' definition 'firsthandlerarg'.
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfaux/Handler.cpp:101:31: style: Function 'handleDefTimeRange' argument 1 names different: declaration 'userData' definition 'firsthandlerarg'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfaux/Handler.h:40:31: note: Function 'handleDefTimeRange' argument 1 names different: declaration 'userData' definition 'firsthandlerarg'.
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfaux/Handler.cpp:101:31: note: Function 'handleDefTimeRange' argument 1 names different: declaration 'userData' definition 'firsthandlerarg'.
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfaux/Handler.cpp:115:31: style: Function 'handlerDefKeyValue' argument 1 names different: declaration 'userData' definition 'firsthandlerarg'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfaux/Handler.h:43:31: note: Function 'handlerDefKeyValue' argument 1 names different: declaration 'userData' definition 'firsthandlerarg'.
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfaux/Handler.cpp:115:31: note: Function 'handlerDefKeyValue' argument 1 names different: declaration 'userData' definition 'firsthandlerarg'.
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfaux/Handler.cpp:349:32: style: Function 'handleCollectiveOperation' argument 4 names different: declaration 'functionToken' definition 'collective'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfaux/Handler.h:72:32: note: Function 'handleCollectiveOperation' argument 4 names different: declaration 'functionToken' definition 'collective'.
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfaux/Handler.cpp:349:32: note: Function 'handleCollectiveOperation' argument 4 names different: declaration 'functionToken' definition 'collective'.
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfaux/Stats.cpp:413:23: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfaux/Stats.cpp:581:23: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfaux/Stats.h:260:7: performance: Technically the member function 'Stats::defProcess' can be static. [functionStatic]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfaux/Stats.cpp:679:13: note: Technically the member function 'Stats::defProcess' can be static.
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfaux/Stats.h:260:7: note: Technically the member function 'Stats::defProcess' can be static.
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfdump/Handler.cpp:13:11: style: The scope of the variable 'type' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfdump/Handler.cpp:218:13: style: The scope of the variable 'i' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfdump/Handler.cpp:277:11: style: The scope of the variable 'i' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfdump/Handler.cpp:781:11: style: The scope of the variable 'i' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfdump/Handler.cpp:816:11: style: The scope of the variable 'i' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfdump/Handler.cpp:214:11: style: Function 'handleDefProcessGroup' argument 3 names different: declaration 'procGroup' definition 'group'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfdump/Handler.h:58:11: note: Function 'handleDefProcessGroup' argument 3 names different: declaration 'procGroup' definition 'group'.
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfdump/Handler.cpp:214:11: note: Function 'handleDefProcessGroup' argument 3 names different: declaration 'procGroup' definition 'group'.
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfdump/Handler.cpp:273:52: style: Function 'handleDefAttributeList' argument 5 names different: declaration 'list' definition 'array'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfdump/Handler.h:62:52: note: Function 'handleDefAttributeList' argument 5 names different: declaration 'list' definition 'array'.
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfdump/Handler.cpp:273:52: note: Function 'handleDefAttributeList' argument 5 names different: declaration 'list' definition 'array'.
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfdump/Handler.cpp:1127:32: style: Function 'handleBeginCollectiveOperation' argument 7 names different: declaration 'rootprocess' definition 'rootProc'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfdump/Handler.h:145:32: note: Function 'handleBeginCollectiveOperation' argument 7 names different: declaration 'rootprocess' definition 'rootProc'.
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfdump/Handler.cpp:1127:32: note: Function 'handleBeginCollectiveOperation' argument 7 names different: declaration 'rootprocess' definition 'rootProc'.
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfdump/Handler.cpp:1366:23: style: Function 'handleBeginCollopSnapshot' argument 12 names different: declaration 'list' definition 'kvlist'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfdump/Handler.h:180:23: note: Function 'handleBeginCollopSnapshot' argument 12 names different: declaration 'list' definition 'kvlist'.
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfdump/Handler.cpp:1366:23: note: Function 'handleBeginCollopSnapshot' argument 12 names different: declaration 'list' definition 'kvlist'.
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfdump/Handler.cpp:1395:42: style: Function 'handleBeginFileOpSnapshot' argument 7 names different: declaration 'list' definition 'kvlist'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfdump/Handler.h:183:81: note: Function 'handleBeginFileOpSnapshot' argument 7 names different: declaration 'list' definition 'kvlist'.
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfdump/Handler.cpp:1395:42: note: Function 'handleBeginFileOpSnapshot' argument 7 names different: declaration 'list' definition 'kvlist'.
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfdump/Handler.cpp:1774:34: style: Function 'handleRMAPut' argument 9 names different: declaration 'scltoken' definition 'source'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfdump/Handler.h:243:34: note: Function 'handleRMAPut' argument 9 names different: declaration 'scltoken' definition 'source'.
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfdump/Handler.cpp:1774:34: note: Function 'handleRMAPut' argument 9 names different: declaration 'scltoken' definition 'source'.
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfdump/Handler.cpp:1813:11: style: Function 'handleRMAPutRemoteEnd' argument 9 names different: declaration 'scltoken' definition 'source'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfdump/Handler.h:248:18: note: Function 'handleRMAPutRemoteEnd' argument 9 names different: declaration 'scltoken' definition 'source'.
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfdump/Handler.cpp:1813:11: note: Function 'handleRMAPutRemoteEnd' argument 9 names different: declaration 'scltoken' definition 'source'.
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfdump/Handler.cpp:1851:34: style: Function 'handleRMAGet' argument 9 names different: declaration 'scltoken' definition 'source'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfdump/Handler.h:252:34: note: Function 'handleRMAGet' argument 9 names different: declaration 'scltoken' definition 'source'.
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfdump/Handler.cpp:1851:34: note: Function 'handleRMAGet' argument 9 names different: declaration 'scltoken' definition 'source'.
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfdump/Handler.cpp:1889:11: style: Function 'handleRMAEnd' argument 7 names different: declaration 'scltoken' definition 'source'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfdump/Handler.h:256:11: note: Function 'handleRMAEnd' argument 7 names different: declaration 'scltoken' definition 'source'.
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfdump/Handler.cpp:1889:11: note: Function 'handleRMAEnd' argument 7 names different: declaration 'scltoken' definition 'source'.
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfdump/Handler.cpp:1924:26: style: Function 'handleUnknown' argument 1 names different: declaration 'fcb' definition 'userData'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfdump/Handler.h:258:26: note: Function 'handleUnknown' argument 1 names different: declaration 'fcb' definition 'userData'.
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfdump/Handler.cpp:1924:26: note: Function 'handleUnknown' argument 1 names different: declaration 'fcb' definition 'userData'.
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfinfo/handler.c:365:10: style: The scope of the variable 'valueDif' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfinfo/handler.c:366:10: style: The scope of the variable 'timeDif' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfinfo/handler.c:367:10: style: The scope of the variable 'rate' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfinfo/handler.c:129:28: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfinfo/otfinfo.c:411:3: warning: %lli in format string (no. 1) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfinfo/otfinfo_error.c:11:38: style: Function 'otfinfo_assert_impl' argument 1 names different: declaration 'f' definition 'file'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfinfo/otfinfo_error.h:10:38: note: Function 'otfinfo_assert_impl' argument 1 names different: declaration 'f' definition 'file'.
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfinfo/otfinfo_error.c:11:38: note: Function 'otfinfo_assert_impl' argument 1 names different: declaration 'f' definition 'file'.
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfinfo/otfinfo_error.c:11:48: style: Function 'otfinfo_assert_impl' argument 2 names different: declaration 'l' definition 'line'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfinfo/otfinfo_error.h:10:45: note: Function 'otfinfo_assert_impl' argument 2 names different: declaration 'l' definition 'line'.
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfinfo/otfinfo_error.c:11:48: note: Function 'otfinfo_assert_impl' argument 2 names different: declaration 'l' definition 'line'.
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfmerge/handler.c:720:53: style: Function 'handleDefAuxSamplePoint' argument 1 names different: declaration 'fcbx' definition 'userData'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfmerge/handler.h:165:36: note: Function 'handleDefAuxSamplePoint' argument 1 names different: declaration 'fcbx' definition 'userData'.
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfmerge/handler.c:720:53: note: Function 'handleDefAuxSamplePoint' argument 1 names different: declaration 'fcbx' definition 'userData'.
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfmerge/otfmerge.c:127:41: style: Same expression on both sides of '-' because the value of 'num_ranks' and '1' are the same. [duplicateExpression]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfmerge/otfmerge.c:63:21: note: 'num_ranks' is assigned value '1' here.
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfmerge/otfmerge.c:127:41: note: Same expression on both sides of '-' because the value of 'num_ranks' and '1' are the same.
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfmerge/otfmerge.c:275:17: style: Same expression on both sides of '==' because the value of 'my_rank' and '0' are the same. [duplicateExpression]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfmerge/otfmerge.c:62:19: note: 'my_rank' is assigned value '0' here.
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfmerge/otfmerge.c:275:17: note: Same expression on both sides of '==' because the value of 'my_rank' and '0' are the same.
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfmerge/otfmerge.c:395:29: style: Same expression on both sides of '-' because the value of 'num_ranks' and '1' are the same. [duplicateExpression]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfmerge/otfmerge.c:63:21: note: 'num_ranks' is assigned value '1' here.
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfmerge/otfmerge.c:395:29: note: Same expression on both sides of '-' because the value of 'num_ranks' and '1' are the same.
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfmerge/otfmerge.c:574:17: style: Same expression on both sides of '==' because the value of 'my_rank' and '0' are the same. [duplicateExpression]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfmerge/otfmerge.c:62:19: note: 'my_rank' is assigned value '0' here.
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfmerge/otfmerge.c:574:17: note: Same expression on both sides of '==' because the value of 'my_rank' and '0' are the same.
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfmerge/otfmerge.c:860:66: style: Same expression on both sides of '==' because the value of 'my_rank' and '0' are the same. [duplicateExpression]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfmerge/otfmerge.c:62:19: note: 'my_rank' is assigned value '0' here.
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfmerge/otfmerge.c:860:66: note: Same expression on both sides of '==' because the value of 'my_rank' and '0' are the same.
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfmerge/otfmerge.c:995:21: style: Same expression on both sides of '==' because the value of 'my_rank' and '0' are the same. [duplicateExpression]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfmerge/otfmerge.c:62:19: note: 'my_rank' is assigned value '0' here.
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfmerge/otfmerge.c:995:21: note: Same expression on both sides of '==' because the value of 'my_rank' and '0' are the same.
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfmerge/otfmerge.c:64:14: style: The scope of the variable 'ret_read' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfmerge/otfmerge.c:80:9: style: The scope of the variable 'num_cpus' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfmerge/otfmerge.c:82:9: style: The scope of the variable 'offset' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfmerge/otfmerge.c:83:10: style: The scope of the variable 'p' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfmerge/otfmerge.c:90:14: style: The scope of the variable 'total_bytes' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfmerge/otfmerge.c:91:14: style: The scope of the variable 'cur_bytes' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfmerge/otfmerge.c:92:14: style: The scope of the variable 'cur_bytes_ges' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfmerge/otfmerge.c:1067:19: style: The scope of the variable 'progress' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfmerge/otfmerge.c:1068:16: style: The scope of the variable 'tmp' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfmerge/otfmerge.c:1069:10: style: The scope of the variable 'signs' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfmerge/otfmerge.c:1184:9: style: The scope of the variable 'i' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfmerge/otfmerge.c:1182:19: style: Function 'finish_everything' argument 4 names different: declaration 'rank_data' definition 'data'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfmerge/handler.h:82:19: note: Function 'finish_everything' argument 4 names different: declaration 'rank_data' definition 'data'.
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfmerge/otfmerge.c:1182:19: note: Function 'finish_everything' argument 4 names different: declaration 'rank_data' definition 'data'.
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfmerge/otfmerge.c:914:58: warning: Suspicious usage of 'sizeof' with a numeric constant as parameter. [sizeofwithnumericparameter]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfmerge/otfmerge.c:569:9: error: Memory leak: rank_data.ostreams [memleak]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/datastructs.h:195:9: style: Struct 'Scope' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/datastructs.h:279:39: performance: Function parameter 'bb' should be passed by const reference. [passedByValue]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/datastructs.h:349:41: performance: Function parameter 'bb' should be passed by const reference. [passedByValue]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/datastructs.h:447:49: performance: Function parameter 'cc' should be passed by const reference. [passedByValue]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/datastructs.h:745:53: performance: Function parameter 'call' should be passed by const reference. [passedByValue]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/collect_data.cpp:274:23: style: C-style pointer casting [cstyleCast]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/collect_data.cpp:287:23: style: C-style pointer casting [cstyleCast]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/collect_data.cpp:308:23: style: C-style pointer casting [cstyleCast]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/collect_data.cpp:352:23: style: C-style pointer casting [cstyleCast]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/collect_data.cpp:364:23: style: C-style pointer casting [cstyleCast]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/collect_data.cpp:378:23: style: C-style pointer casting [cstyleCast]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/collect_data.cpp:390:23: style: C-style pointer casting [cstyleCast]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/collect_data.cpp:403:23: style: C-style pointer casting [cstyleCast]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/collect_data.cpp:422:23: style: C-style pointer casting [cstyleCast]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/collect_data.cpp:440:23: style: C-style pointer casting [cstyleCast]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/collect_data.cpp:464:23: style: C-style pointer casting [cstyleCast]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/collect_data.cpp:533:23: style: C-style pointer casting [cstyleCast]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/collect_data.cpp:579:23: style: C-style pointer casting [cstyleCast]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/collect_data.cpp:630:23: style: C-style pointer casting [cstyleCast]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/collect_data.cpp:648:23: style: C-style pointer casting [cstyleCast]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/collect_data.cpp:660:23: style: C-style pointer casting [cstyleCast]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/collect_data.cpp:719:23: style: C-style pointer casting [cstyleCast]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/collect_data.cpp:748:23: style: C-style pointer casting [cstyleCast]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/collect_data.cpp:794:23: style: C-style pointer casting [cstyleCast]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/collect_data.cpp:486:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/collect_dispersion.cpp:278:23: style: C-style pointer casting [cstyleCast]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/collect_dispersion.cpp:300:23: style: C-style pointer casting [cstyleCast]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/comparison_clinkage.cpp:37:37: style: Function 'operator==' argument 1 names different: declaration 'r' definition 'p'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/comparison_clinkage.cpp:30:38: note: Function 'operator==' argument 1 names different: declaration 'r' definition 'p'.
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/comparison_clinkage.cpp:37:37: note: Function 'operator==' argument 1 names different: declaration 'r' definition 'p'.
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/comparison_clinkage.cpp:431:37: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/comparison_clinkage.cpp:435:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/comparison_clinkage.cpp:683:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/comparison_clinkage.cpp:687:33: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/create_csv.cpp:132:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/create_csv.cpp:205:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/create_csv.cpp:257:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/create_csv.cpp:324:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/create_filter.cpp:270:3: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/create_filter.cpp:269:0: note: Variable 'path' is reassigned a value before the old one has been used.
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/create_filter.cpp:270:3: note: Variable 'path' is reassigned a value before the old one has been used.
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/create_filter.cpp:302:4: style: Variable 'child' is reassigned a value before the old one has been used. [redundantAssignment]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/create_filter.cpp:301:4: note: Variable 'child' is reassigned a value before the old one has been used.
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/create_filter.cpp:302:4: note: Variable 'child' is reassigned a value before the old one has been used.
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/create_filter.cpp:329:4: style: Variable 'child' is reassigned a value before the old one has been used. [redundantAssignment]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/create_filter.cpp:328:4: note: Variable 'child' is reassigned a value before the old one has been used.
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/create_filter.cpp:329:4: note: Variable 'child' is reassigned a value before the old one has been used.
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/create_filter.cpp:129:12: warning: Redundant assignment of 'children' to itself. [selfAssignment]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/create_filter.cpp:248:27: style: Variable 'func' is assigned a value that is never used. [unreadVariable]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/create_filter.cpp:84:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/create_filter.cpp:94:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/create_filter.cpp:116:33: performance: Function parameter 'parent' should be passed by const reference. [passedByValue]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/create_filter.cpp:116:62: performance: Function parameter 'child' should be passed by const reference. [passedByValue]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/create_latex.cpp:3516:9: style: Condition '!error' is always true [knownConditionTrueFalse]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/create_latex.cpp:3455:18: note: Assignment 'error=false', assigned value is 0
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/create_latex.cpp:3516:9: note: Condition '!error' is always true
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/create_latex.cpp:2643:16: style: The scope of the variable 'tmp' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/create_latex.cpp:1590:20: style: Unused variable: tmp [unusedVariable]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/create_latex.cpp:790:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/create_latex.cpp:825:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/create_latex.cpp:899:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/create_latex.cpp:1048:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/create_latex.cpp:1115:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/create_latex.cpp:1389:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/create_latex.cpp:1540:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/create_latex.cpp:1614:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/create_latex.cpp:1768:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/create_latex.cpp:1770:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/create_latex.cpp:1798:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/create_latex.cpp:1854:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/create_latex.cpp:1883:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/create_latex.cpp:1936:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/create_latex.cpp:2265:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/create_latex.cpp:2344:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/create_latex.cpp:2472:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/create_latex.cpp:2545:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/create_latex.cpp:2561:81: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/create_latex.cpp:2687:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/create_latex.cpp:2768:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/create_latex.cpp:3054:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/create_latex.cpp:3304:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/create_latex.cpp:3357:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/create_latex.cpp:656:0: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/create_latex.cpp:614:0: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/create_latex.cpp:575:4: style: Technically the member function 'ExclTimeExtract_t::operator()' can be const. [functionConst]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/create_latex.cpp:588:4: style: Technically the member function 'InvocExtract_t::operator()' can be const. [functionConst]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/create_latex.cpp:56:5: style: Class 'SpaceSeparator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/create_latex.cpp:2164:63: performance: Function parameter 'xLabels' should be passed by const reference. [passedByValue]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/create_latex.cpp:2979:17: performance: Function parameter 'xLabels' should be passed by const reference. [passedByValue]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/create_latex.cpp:3019:60: performance: Function parameter 'xLabels' should be passed by const reference. [passedByValue]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/create_marker.cpp:355:13: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/create_marker.cpp:350:13: note: Variable 'error' is reassigned a value before the old one has been used.
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/create_marker.cpp:355:13: note: Variable 'error' is reassigned a value before the old one has been used.
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/create_marker.cpp:304:29: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/create_marker.cpp:225:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/create_marker.cpp:313:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/otfprofile.cpp:1456:25: style: The scope of the variable 'scope' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/otfprofile.cpp:677:19: style: Checking if unsigned variable 'tmp' is less than zero. This might be a false warning. [unsignedLessThanZero]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/otfprofile.cpp:1548:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/process_dispersion.cpp:506:10: style: Condition '!error' is always true [knownConditionTrueFalse]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/process_dispersion.cpp:28:17: note: Assignment 'error=false', assigned value is 0
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/process_dispersion.cpp:506:10: note: Condition '!error' is always true
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/process_dispersion.cpp:227:17: style: Variable 'count' is modified but its new value is never used. [unreadVariable]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/process_dispersion.cpp:368:21: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/reduce_data.cpp:1113:10: style: Condition '!error' is always true [knownConditionTrueFalse]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/reduce_data.cpp:1012:17: note: Assignment 'error=false', assigned value is 0
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/reduce_data.cpp:1113:10: note: Condition '!error' is always true
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/reduce_data.cpp:1232:10: style: Condition '!error' is always true [knownConditionTrueFalse]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/reduce_data.cpp:1125:17: note: Assignment 'error=false', assigned value is 0
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/reduce_data.cpp:1232:10: note: Condition '!error' is always true
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/reduce_data.cpp:1006:16: error: Mismatching allocation and deallocation: callpath [mismatchAllocDealloc]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/summarize_data.cpp:392:10: style: Condition '!error' is always true [knownConditionTrueFalse]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/summarize_data.cpp:171:17: note: Assignment 'error=false', assigned value is 0
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/summarize_data.cpp:392:10: note: Condition '!error' is always true
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/summarize_data.cpp:453:10: style: Condition '!error' is always true [knownConditionTrueFalse]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/summarize_data.cpp:403:17: note: Assignment 'error=false', assigned value is 0
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/summarize_data.cpp:453:10: note: Condition '!error' is always true
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/summarize_data.cpp:34:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/summarize_data.cpp:216:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/summarize_data.cpp:237:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/summarize_data.cpp:260:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/summarize_data.cpp:303:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/summarize_data.cpp:336:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/summarize_data.cpp:376:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/summarize_data.cpp:420:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfprofile/summarize_data.cpp:434:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfshrink/otfshrink.cpp:974:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfshrink/otfshrink.cpp:979:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfshrink/otfshrink.cpp:983:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfshrink/otfshrink.cpp:989:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfshrink/otfshrink.cpp:995:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfshrink/otfshrink.cpp:1001:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfshrink/otfshrink.cpp:1006:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfshrink/otfshrink.cpp:1011:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfshrink/otfshrink.cpp:1016:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfshrink/otfshrink.cpp:697:2: style: Variable 'manager' is reassigned a value before the old one has been used. [redundantAssignment]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfshrink/otfshrink.cpp:693:0: note: Variable 'manager' is reassigned a value before the old one has been used.
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfshrink/otfshrink.cpp:697:2: note: Variable 'manager' is reassigned a value before the old one has been used.
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfshrink/otfshrink.cpp:698:2: style: Variable 'master' is reassigned a value before the old one has been used. [redundantAssignment]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfshrink/otfshrink.cpp:694:0: note: Variable 'master' is reassigned a value before the old one has been used.
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfshrink/otfshrink.cpp:698:2: note: Variable 'master' is reassigned a value before the old one has been used.
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfshrink/procList.h:35:0: style: Same expression used in consecutive assignments of 'fid' and 'lid'. [duplicateAssignExpression]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfshrink/procList.h:36:0: note: Same expression used in consecutive assignments of 'fid' and 'lid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfshrink/procList.h:35:0: note: Same expression used in consecutive assignments of 'fid' and 'lid'.
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfshrink/otfshrink.cpp:679:7: style: The scope of the variable 'append' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfshrink/otfshrink.cpp:154:19: style: Unused variable: s [unusedVariable]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfshrink/procList.h:39:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfshrink/procList.h:70:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfshrink/otfshrink.cpp:156:0: error: Resource leak: f [resourceLeak]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfshrink/otfshrink.cpp:897:0: error: Memory leak: entries [memleak]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/otfshrink/otfshrink.cpp:317:20: performance: Function parameter 'line' should be passed by const reference. [passedByValue]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/vtf2otf/Stack.c:24:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/vtf2otf/Stack.c:21:0: note: Variable 'ret' is reassigned a value before the old one has been used.
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/vtf2otf/Stack.c:24:2: note: Variable 'ret' is reassigned a value before the old one has been used.
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/vtf2otf/Stack.c:96:1: error: Resource leak: pf [resourceLeak]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/vtf2otf/vtf2otf.c:164:12: style: Condition 'NULL==outputFile' is always true [knownConditionTrueFalse]
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/vtf2otf/vtf2otf.c:64:21: note: Assignment 'outputFile=NULL', assigned value is 0
eztrace-1.1-7/extlib/gtg/extlib/otf/tools/vtf2otf/vtf2otf.c:164:12: note: Condition 'NULL==outputFile' is always true
eztrace-1.1-7/extlib/gtg/src/C/GTGMemory.c:17:3: style: Variable 'temp_mem' is reassigned a value before the old one has been used. [redundantAssignment]
eztrace-1.1-7/extlib/gtg/src/C/GTGMemory.c:15:0: note: Variable 'temp_mem' is reassigned a value before the old one has been used.
eztrace-1.1-7/extlib/gtg/src/C/GTGMemory.c:17:3: note: Variable 'temp_mem' is reassigned a value before the old one has been used.
eztrace-1.1-7/extlib/gtg/src/C/GTGReplay.c:127:9: style: The scope of the variable 'ptr' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/src/C/gtg_compress_core.c:62:7: style: The scope of the variable 'status' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/src/C/gtg_compress_core.c:65:7: style: The scope of the variable 'offset_out' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/src/C/gtg_compress_core.c:67:7: style: The scope of the variable 'cur_input_size' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/src/C/gtg_compress_core.c:69:7: style: The scope of the variable 'written' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/src/C/gtg_compress_core.c:110:7: style: The scope of the variable 'status' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/src/C/gtg_compress_core.c:113:7: style: The scope of the variable 'in_len' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/src/C/gtg_compress_core.c:141:7: style: The scope of the variable 'status' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/src/C/gtg_compress_core.c:142:7: style: The scope of the variable 'offset' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/src/C/gtg_compress_core.c:145:7: style: The scope of the variable 'in_len' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/src/C/gtg_compress_core.c:147:7: style: The scope of the variable 'written' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/src/C/gtg_compress_core.c:220:7: style: The scope of the variable 'status' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/src/C/gtg_compress_core.c:222:7: style: The scope of the variable 'offset_out' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/src/C/gtg_compress_core.c:225:7: style: The scope of the variable 'written' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/src/C/gtg_compress_core.c:259:7: style: The scope of the variable 'status' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/src/C/gtg_compress_core.c:261:12: style: The scope of the variable 'in_len' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/src/C/gtg_compress_core.c:289:7: style: The scope of the variable 'status' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/src/C/gtg_compress_core.c:290:7: style: The scope of the variable 'offset' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/src/C/gtg_compress_core.c:293:7: style: The scope of the variable 'in_len' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/src/C/gtg_compress_core.c:295:7: style: The scope of the variable 'written' can be reduced. [variableScope]
eztrace-1.1-7/extlib/gtg/src/C/gtg_compress_core.c:73:5: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
eztrace-1.1-7/extlib/gtg/src/C/gtg_compress_core.c:120:5: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
eztrace-1.1-7/extlib/gtg/src/C/gtg_compress_core.c:154:5: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
eztrace-1.1-7/extlib/gtg/src/C/gtg_compress_core.c:157:5: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
eztrace-1.1-7/extlib/gtg/src/C/gtg_compress_core.c:232:5: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
eztrace-1.1-7/extlib/gtg/src/C/gtg_compress_core.c:268:5: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
eztrace-1.1-7/extlib/gtg/src/C/gtg_compress_core.c:301:5: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
eztrace-1.1-7/extlib/gtg/src/C/gtg_compress_core.c:304:5: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
eztrace-1.1-7/extlib/litl/src/litl_merge.c:23:7: style: The scope of the variable 'res' can be reduced. [variableScope]
eztrace-1.1-7/extlib/litl/src/litl_merge.c:43:7: style: The scope of the variable 'trace_in' can be reduced. [variableScope]
eztrace-1.1-7/extlib/litl/src/litl_merge.c:45:48: style: The scope of the variable 'nb_processes' can be reduced. [variableScope]
eztrace-1.1-7/extlib/litl/src/litl_merge.c:46:17: style: The scope of the variable 'header_buffer' can be reduced. [variableScope]
eztrace-1.1-7/extlib/litl/src/litl_merge.c:164:7: style: The scope of the variable 'trace_in' can be reduced. [variableScope]
eztrace-1.1-7/extlib/litl/src/litl_merge.c:166:47: style: The scope of the variable 'nb_processes' can be reduced. [variableScope]
eztrace-1.1-7/extlib/litl/src/litl_merge.c:167:21: style: The scope of the variable 'header_offset' can be reduced. [variableScope]
eztrace-1.1-7/extlib/litl/src/litl_read.c:481:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
eztrace-1.1-7/extlib/litl/src/litl_split.c:113:5: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
eztrace-1.1-7/extlib/litl/src/litl_split.c:108:5: note: Variable 'res' is reassigned a value before the old one has been used.
eztrace-1.1-7/extlib/litl/src/litl_split.c:113:5: note: Variable 'res' is reassigned a value before the old one has been used.
eztrace-1.1-7/extlib/litl/src/litl_split.c:126:7: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
eztrace-1.1-7/extlib/litl/src/litl_split.c:124:7: note: Variable 'res' is reassigned a value before the old one has been used.
eztrace-1.1-7/extlib/litl/src/litl_split.c:126:7: note: Variable 'res' is reassigned a value before the old one has been used.
eztrace-1.1-7/extlib/litl/src/litl_split.c:84:7: style: The scope of the variable 'trace_out' can be reduced. [variableScope]
eztrace-1.1-7/extlib/litl/src/litl_split.c:84:18: style: The scope of the variable 'res' can be reduced. [variableScope]
eztrace-1.1-7/extlib/litl/src/litl_split.c:86:15: style: The scope of the variable 'buffer_size' can be reduced. [variableScope]
eztrace-1.1-7/extlib/litl/src/litl_timer.c:60:0: style: Variable 'best_score' is assigned a value that is never used. [unreadVariable]
eztrace-1.1-7/extlib/litl/src/litl_timer.c:61:12: style: Unused variable: cur_score [unusedVariable]
eztrace-1.1-7/extlib/litl/src/litl_write.c:581:33: style: Function '__litl_write_get_event' argument 4 names different: declaration 'size' definition 'param_size'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/litl/src/litl_write.h:331:54: note: Function '__litl_write_get_event' argument 4 names different: declaration 'size' definition 'param_size'.
eztrace-1.1-7/extlib/litl/src/litl_write.c:581:33: note: Function '__litl_write_get_event' argument 4 names different: declaration 'size' definition 'param_size'.
eztrace-1.1-7/extlib/litl/tests/test_litl_buffer_size.c:32:23: style: The scope of the variable 'trace' can be reduced. [variableScope]
eztrace-1.1-7/extlib/litl/tests/test_litl_mapping_to_fxt.c:88:3: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
eztrace-1.1-7/extlib/litl/tests/test_litl_pause.c:88:22: style: The scope of the variable 'event' can be reduced. [variableScope]
eztrace-1.1-7/extlib/litl/tests/test_litl_read.c:23:22: style: The scope of the variable 'event' can be reduced. [variableScope]
eztrace-1.1-7/extlib/litl/tests/test_litl_write_concurent.c:110:22: style: The scope of the variable 'event' can be reduced. [variableScope]
eztrace-1.1-7/extlib/litl/tests/test_litl_write_multiple_threads.c:102:22: style: The scope of the variable 'event' can be reduced. [variableScope]
eztrace-1.1-7/extlib/litl/utils/litl_merge.c:39:10: style: The scope of the variable 'res' can be reduced. [variableScope]
eztrace-1.1-7/extlib/litl/utils/litl_print.c:55:22: style: The scope of the variable 'event' can be reduced. [variableScope]
eztrace-1.1-7/extlib/opari2/src/opari/handler.cc:1843:27: style: Function 'init_handler' argument 1 names different: declaration 'infile' definition 'inf'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/opari2/src/opari/handler.h:49:27: note: Function 'init_handler' argument 1 names different: declaration 'infile' definition 'inf'.
eztrace-1.1-7/extlib/opari2/src/opari/handler.cc:1843:27: note: Function 'init_handler' argument 1 names different: declaration 'infile' definition 'inf'.
eztrace-1.1-7/extlib/opari2/src/opari/handler.cc:1845:27: style: Function 'init_handler' argument 3 names different: declaration 'genLineStmts' definition 'g'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/opari2/src/opari/handler.h:51:27: note: Function 'init_handler' argument 3 names different: declaration 'genLineStmts' definition 'g'.
eztrace-1.1-7/extlib/opari2/src/opari/handler.cc:1845:27: note: Function 'init_handler' argument 3 names different: declaration 'genLineStmts' definition 'g'.
eztrace-1.1-7/extlib/opari2/src/opari/ompragma.h:192:5: style: The function 'find_arguments' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eztrace-1.1-7/extlib/opari2/src/opari/ompragma.h:74:5: note: Virtual function in base class
eztrace-1.1-7/extlib/opari2/src/opari/ompragma.h:192:5: note: Function in derived class
eztrace-1.1-7/extlib/opari2/src/opari/ompragma.h:197:5: style: The function 'add_nowait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eztrace-1.1-7/extlib/opari2/src/opari/ompragma.h:93:5: note: Virtual function in base class
eztrace-1.1-7/extlib/opari2/src/opari/ompragma.h:197:5: note: Function in derived class
eztrace-1.1-7/extlib/opari2/src/opari/ompragma.h:199:5: style: The function 'add_descr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eztrace-1.1-7/extlib/opari2/src/opari/ompragma.h:129:5: note: Virtual function in base class
eztrace-1.1-7/extlib/opari2/src/opari/ompragma.h:199:5: note: Function in derived class
eztrace-1.1-7/extlib/opari2/src/opari/ompragma.h:201:5: style: The function 'split_combined' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eztrace-1.1-7/extlib/opari2/src/opari/ompragma.h:133:5: note: Virtual function in base class
eztrace-1.1-7/extlib/opari2/src/opari/ompragma.h:201:5: note: Function in derived class
eztrace-1.1-7/extlib/opari2/src/opari/ompragma.h:205:5: style: The function 'find_next_word' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eztrace-1.1-7/extlib/opari2/src/opari/ompragma.h:168:5: note: Virtual function in base class
eztrace-1.1-7/extlib/opari2/src/opari/ompragma.h:205:5: note: Function in derived class
eztrace-1.1-7/extlib/opari2/src/opari/ompragma.h:207:5: style: The function 'find_word' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eztrace-1.1-7/extlib/opari2/src/opari/ompragma.h:170:5: note: Virtual function in base class
eztrace-1.1-7/extlib/opari2/src/opari/ompragma.h:207:5: note: Function in derived class
eztrace-1.1-7/extlib/opari2/src/opari/ompragma.h:232:5: style: The function 'find_arguments' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eztrace-1.1-7/extlib/opari2/src/opari/ompragma.h:74:5: note: Virtual function in base class
eztrace-1.1-7/extlib/opari2/src/opari/ompragma.h:232:5: note: Function in derived class
eztrace-1.1-7/extlib/opari2/src/opari/ompragma.h:237:5: style: The function 'add_nowait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eztrace-1.1-7/extlib/opari2/src/opari/ompragma.h:93:5: note: Virtual function in base class
eztrace-1.1-7/extlib/opari2/src/opari/ompragma.h:237:5: note: Function in derived class
eztrace-1.1-7/extlib/opari2/src/opari/ompragma.h:239:5: style: The function 'add_descr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eztrace-1.1-7/extlib/opari2/src/opari/ompragma.h:129:5: note: Virtual function in base class
eztrace-1.1-7/extlib/opari2/src/opari/ompragma.h:239:5: note: Function in derived class
eztrace-1.1-7/extlib/opari2/src/opari/ompragma.h:241:5: style: The function 'split_combined' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eztrace-1.1-7/extlib/opari2/src/opari/ompragma.h:133:5: note: Virtual function in base class
eztrace-1.1-7/extlib/opari2/src/opari/ompragma.h:241:5: note: Function in derived class
eztrace-1.1-7/extlib/opari2/src/opari/ompragma.h:245:5: style: The function 'find_next_word' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eztrace-1.1-7/extlib/opari2/src/opari/ompragma.h:168:5: note: Virtual function in base class
eztrace-1.1-7/extlib/opari2/src/opari/ompragma.h:245:5: note: Function in derived class
eztrace-1.1-7/extlib/opari2/src/opari/ompragma.h:247:5: style: The function 'find_word' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
eztrace-1.1-7/extlib/opari2/src/opari/ompragma.h:170:5: note: Virtual function in base class
eztrace-1.1-7/extlib/opari2/src/opari/ompragma.h:247:5: note: Function in derived class
eztrace-1.1-7/extlib/opari2/src/opari/ompragma.cc:241:29: style: Function 'find_untied' argument 1 names different: declaration 'disableUntied' definition 'keep_untied'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/opari2/src/opari/ompragma.h:121:23: note: Function 'find_untied' argument 1 names different: declaration 'disableUntied' definition 'keep_untied'.
eztrace-1.1-7/extlib/opari2/src/opari/ompragma.cc:241:29: note: Function 'find_untied' argument 1 names different: declaration 'disableUntied' definition 'keep_untied'.
eztrace-1.1-7/extlib/opari2/src/opari/ompragma_f.cc:94:37: style: Redundant condition: c!=string::npos. 'c==string::npos || (c!=string::npos && w<c)' is equivalent to 'c==string::npos || w<c' [redundantCondition]
eztrace-1.1-7/extlib/opari2/src/opari/ompregion.cc:235:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
eztrace-1.1-7/extlib/opari2/src/opari/ompregion.h:104:5: style: Technically the member function 'OMPRegion::generate_lineno_hint' can be const. [functionConst]
eztrace-1.1-7/extlib/opari2/src/opari/ompregion.cc:114:12: note: Technically the member function 'OMPRegion::generate_lineno_hint' can be const.
eztrace-1.1-7/extlib/opari2/src/opari/ompregion.h:104:5: note: Technically the member function 'OMPRegion::generate_lineno_hint' can be const.
eztrace-1.1-7/extlib/opari2/src/opari/ompregion.h:126:5: style: Technically the member function 'OMPRegion::finish' can be const. [functionConst]
eztrace-1.1-7/extlib/opari2/src/opari/ompregion.cc:404:12: note: Technically the member function 'OMPRegion::finish' can be const.
eztrace-1.1-7/extlib/opari2/src/opari/ompregion.h:126:5: note: Technically the member function 'OMPRegion::finish' can be const.
eztrace-1.1-7/extlib/opari2/src/opari/opari2.cc:194:13: style: Variable 'token' is reassigned a value before the old one has been used. [redundantAssignment]
eztrace-1.1-7/extlib/opari2/src/opari/opari2.cc:193:0: note: Variable 'token' is reassigned a value before the old one has been used.
eztrace-1.1-7/extlib/opari2/src/opari/opari2.cc:194:13: note: Variable 'token' is reassigned a value before the old one has been used.
eztrace-1.1-7/extlib/opari2/src/opari/opari2.cc:220:13: style: Variable 'token' is reassigned a value before the old one has been used. [redundantAssignment]
eztrace-1.1-7/extlib/opari2/src/opari/opari2.cc:219:0: note: Variable 'token' is reassigned a value before the old one has been used.
eztrace-1.1-7/extlib/opari2/src/opari/opari2.cc:220:13: note: Variable 'token' is reassigned a value before the old one has been used.
eztrace-1.1-7/extlib/opari2/src/opari/opari2_config.cc:114:17: style: The scope of the variable 'j' can be reduced. [variableScope]
eztrace-1.1-7/extlib/opari2/src/opari/opari2_config.cc:248:43: style: Function 'ReadConfigFile' argument 1 names different: declaration 'arg0' definition 'config_file'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/opari2/src/opari/opari2_config.h:53:33: note: Function 'ReadConfigFile' argument 1 names different: declaration 'arg0' definition 'config_file'.
eztrace-1.1-7/extlib/opari2/src/opari/opari2_config.cc:248:43: note: Function 'ReadConfigFile' argument 1 names different: declaration 'arg0' definition 'config_file'.
eztrace-1.1-7/extlib/opari2/src/opari/opari2_config.cc:234:5: performance: Variable 'nm' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eztrace-1.1-7/extlib/opari2/src/opari/opari2_config.cc:235:5: performance: Variable 'awk' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eztrace-1.1-7/extlib/opari2/src/opari/opari2_config.cc:236:5: performance: Variable 'egrep' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eztrace-1.1-7/extlib/opari2/src/opari/opari2_config.cc:237:5: performance: Variable 'version' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eztrace-1.1-7/extlib/opari2/src/opari/opari2_config.cc:238:5: performance: Variable 'pomp2_api_version' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eztrace-1.1-7/extlib/opari2/src/opari/opari2_config.cc:239:5: performance: Variable 'script' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eztrace-1.1-7/extlib/opari2/src/opari/opari2_config.cc:240:5: performance: Variable 'cflags' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
eztrace-1.1-7/extlib/opari2/src/opari/opari2_config.cc:230:0: error: Memory leak: obj_files [memleak]
eztrace-1.1-7/extlib/opari2/src/pomp-lib-dummy/pomp2_lib.c:201:18: style: The scope of the variable 'i' can be reduced. [variableScope]
eztrace-1.1-7/extlib/opari2/src/pomp-lib-dummy/pomp2_region_info.c:734:5: style: Variable 'token' is reassigned a value before the old one has been used. [redundantAssignment]
eztrace-1.1-7/extlib/opari2/src/pomp-lib-dummy/pomp2_region_info.c:732:0: note: Variable 'token' is reassigned a value before the old one has been used.
eztrace-1.1-7/extlib/opari2/src/pomp-lib-dummy/pomp2_region_info.c:734:5: note: Variable 'token' is reassigned a value before the old one has been used.
eztrace-1.1-7/extlib/opari2/src/pomp-lib-dummy/pomp2_region_info.c:792:44: style: Checking if unsigned variable 'obj->mRegionInfo->mNumSections' is less than zero. [unsignedLessThanZero]
eztrace-1.1-7/extlib/opari2/src/pomp-lib-dummy/pomp2_region_info.c:181:42: style: Function 'ctcString2RegionInfo' argument 1 names different: declaration 'ctcString' definition 'string'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/opari2/src/pomp-lib-dummy/pomp2_region_info.h:204:42: note: Function 'ctcString2RegionInfo' argument 1 names different: declaration 'ctcString' definition 'string'.
eztrace-1.1-7/extlib/opari2/src/pomp-lib-dummy/pomp2_region_info.c:181:42: note: Function 'ctcString2RegionInfo' argument 1 names different: declaration 'ctcString' definition 'string'.
eztrace-1.1-7/extlib/opari2/src/pomp-lib-dummy/pomp2_region_info.c:663:37: style: Function 'assignSourceCodeLocation' argument 2 names different: declaration 'fileName' definition 'filename'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/opari2/src/pomp-lib-dummy/pomp2_region_info.c:318:37: note: Function 'assignSourceCodeLocation' argument 2 names different: declaration 'fileName' definition 'filename'.
eztrace-1.1-7/extlib/opari2/src/pomp-lib-dummy/pomp2_region_info.c:663:37: note: Function 'assignSourceCodeLocation' argument 2 names different: declaration 'fileName' definition 'filename'.
eztrace-1.1-7/extlib/opari2/test/data/jacobi/C/jacobi.c:37:13: style: The scope of the variable 'i' can be reduced. [variableScope]
eztrace-1.1-7/extlib/opari2/test/data/jacobi/C/jacobi.c:37:16: style: The scope of the variable 'j' can be reduced. [variableScope]
eztrace-1.1-7/extlib/opari2/test/data/jacobi/C/jacobi.c:38:13: style: The scope of the variable 'fLRes' can be reduced. [variableScope]
eztrace-1.1-7/extlib/opari2/test/data/jacobi/C/jacobi.c:40:13: style: The scope of the variable 'ax' can be reduced. [variableScope]
eztrace-1.1-7/extlib/opari2/test/data/jacobi/C/jacobi.c:40:17: style: The scope of the variable 'ay' can be reduced. [variableScope]
eztrace-1.1-7/extlib/opari2/test/data/jacobi/C/jacobi.c:40:21: style: The scope of the variable 'b' can be reduced. [variableScope]
eztrace-1.1-7/extlib/opari2/test/data/jacobi/C/jacobi.c:40:24: style: The scope of the variable 'residual' can be reduced. [variableScope]
eztrace-1.1-7/extlib/opari2/test/data/jacobi/C/jacobi.c:40:34: style: Unused variable: tmpResd [unusedVariable]
eztrace-1.1-7/extlib/opari2/test/data/jacobi/C/main.c:39:11: style: Unused variable: i [unusedVariable]
eztrace-1.1-7/extlib/opari2/test/data/jacobi/C/main.c:40:11: style: Unused variable: block_lengths [unusedVariable]
eztrace-1.1-7/extlib/opari2/test/data/test1.c:69:0: error: No pair for character ("). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
eztrace-1.1-7/extlib/opari2/test/data/test2.c:31:7: style: The scope of the variable 'i' can be reduced. [variableScope]
eztrace-1.1-7/extlib/opari2/test/data/test2.c:32:7: style: The scope of the variable 'k' can be reduced. [variableScope]
eztrace-1.1-7/extlib/opari2/test/data/test2.c:82:6: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
eztrace-1.1-7/extlib/opari2/test/data/test2.c:41:6: style: Variable 'k' is modified but its new value is never used. [unreadVariable]
eztrace-1.1-7/extlib/opari2/test/data/test3.c:29:10: style: The scope of the variable 'j' can be reduced. [variableScope]
eztrace-1.1-7/extlib/opari2/test/data/test4.c:28:7: style: The scope of the variable 'i' can be reduced. [variableScope]
eztrace-1.1-7/extlib/opari2/test/data/test5.c:28:10: style: Unused variable: j [unusedVariable]
eztrace-1.1-7/extlib/opari2/test/data/test5.c:30:3: style: Variable 'l' is assigned a value that is never used. [unreadVariable]
eztrace-1.1-7/extlib/opari2/test/data/test5.c:42:0: error: Uninitialized variable: k [uninitvar]
eztrace-1.1-7/extlib/opari2/test/data/test7.c:45:7: style: Condition 'b' is always true [knownConditionTrueFalse]
eztrace-1.1-7/extlib/opari2/test/data/test7.c:24:11: note: Assignment 'b=1', assigned value is 1
eztrace-1.1-7/extlib/opari2/test/data/test7.c:45:7: note: Condition 'b' is always true
eztrace-1.1-7/extlib/opari2/test/data/test7.c:39:3: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
eztrace-1.1-7/extlib/opari2/test/data/test7.c:33:3: note: Variable 'i' is reassigned a value before the old one has been used.
eztrace-1.1-7/extlib/opari2/test/data/test7.c:39:3: note: Variable 'i' is reassigned a value before the old one has been used.
eztrace-1.1-7/extlib/opari2/test/data/test7.c:43:3: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
eztrace-1.1-7/extlib/opari2/test/data/test7.c:39:3: note: Variable 'i' is reassigned a value before the old one has been used.
eztrace-1.1-7/extlib/opari2/test/data/test7.c:43:3: note: Variable 'i' is reassigned a value before the old one has been used.
eztrace-1.1-7/extlib/opari2/test/data/test7.c:55:5: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
eztrace-1.1-7/extlib/opari2/test/data/test7.c:53:5: note: Variable 'i' is reassigned a value before the old one has been used.
eztrace-1.1-7/extlib/opari2/test/data/test7.c:55:5: note: Variable 'i' is reassigned a value before the old one has been used.
eztrace-1.1-7/extlib/opari2/test/data/test7.c:55:5: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
eztrace-1.1-7/extlib/opari2/test/data/test8.c:33:9: style: The scope of the variable 'i' can be reduced. [variableScope]
eztrace-1.1-7/extlib/opari2/test/data/test8.c:34:9: style: The scope of the variable 'k' can be reduced. [variableScope]
eztrace-1.1-7/extlib/opari2/test/data/test8.c:44:13: style: Variable 'k' is modified but its new value is never used. [unreadVariable]
eztrace-1.1-7/extlib/opari2/vendor/common/cutest/CuTest.c:474:17: style: The scope of the variable 'runCount' can be reduced. [variableScope]
eztrace-1.1-7/extlib/opari2/vendor/common/cutest/CuTest.c:472:27: style: Function 'CuSuiteSummary' argument 2 names different: declaration 'summary' definition 'details'. [funcArgNamesDifferent]
eztrace-1.1-7/extlib/opari2/vendor/common/cutest/CuTest.h:192:27: note: Function 'CuSuiteSummary' argument 2 names different: declaration 'summary' definition 'details'.
eztrace-1.1-7/extlib/opari2/vendor/common/cutest/CuTest.c:472:27: note: Function 'CuSuiteSummary' argument 2 names different: declaration 'summary' definition 'details'.
eztrace-1.1-7/extlib/opari2/vendor/common/cutest/CuTest.c:201:5: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
eztrace-1.1-7/src/core/ezt_demangle.c:26:0: warning: Size of pointer 'res_str' used instead of size of its data. [pointerSize]
eztrace-1.1-7/src/core/eztrace.c:141:0: error: Memory leak: libdir [memleak]
eztrace-1.1-7/src/core/eztrace_array.c:48:10: portability: 'p_array->values' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eztrace-1.1-7/src/core/eztrace_hook.h:113:73: style: Function 'ezt_hook_list_retrieve_data' argument 1 names different: declaration 'p_hook_list' definition 'p_list'. [funcArgNamesDifferent]
eztrace-1.1-7/src/core/eztrace_hook.h:51:29: note: Function 'ezt_hook_list_retrieve_data' argument 1 names different: declaration 'p_hook_list' definition 'p_list'.
eztrace-1.1-7/src/core/eztrace_hook.h:113:73: note: Function 'ezt_hook_list_retrieve_data' argument 1 names different: declaration 'p_hook_list' definition 'p_list'.
eztrace-1.1-7/src/core/eztrace_hook.h:119:5: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
eztrace-1.1-7/src/core/eztrace_convert.c:198:3: style: Variable 'h_info' is reassigned a value before the old one has been used. [redundantAssignment]
eztrace-1.1-7/src/core/eztrace_convert.c:197:0: note: Variable 'h_info' is reassigned a value before the old one has been used.
eztrace-1.1-7/src/core/eztrace_convert.c:198:3: note: Variable 'h_info' is reassigned a value before the old one has been used.
eztrace-1.1-7/src/core/eztrace_convert_core.c:366:3: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
eztrace-1.1-7/src/core/eztrace_convert_core.c:365:3: note: Variable 'res' is reassigned a value before the old one has been used.
eztrace-1.1-7/src/core/eztrace_convert_core.c:366:3: note: Variable 'res' is reassigned a value before the old one has been used.
eztrace-1.1-7/src/core/eztrace_convert_core.c:389:3: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
eztrace-1.1-7/src/core/eztrace_convert_core.c:388:3: note: Variable 'res' is reassigned a value before the old one has been used.
eztrace-1.1-7/src/core/eztrace_convert_core.c:389:3: note: Variable 'res' is reassigned a value before the old one has been used.
eztrace-1.1-7/src/core/eztrace_convert_core.c:1202:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
eztrace-1.1-7/src/core/eztrace_convert_core.c:83:36: style: Function 'eztrace_convert_init' argument 1 names different: declaration 'nb_traces' definition '__nb_traces'. [funcArgNamesDifferent]
eztrace-1.1-7/src/core/eztrace_convert_core.h:51:36: note: Function 'eztrace_convert_init' argument 1 names different: declaration 'nb_traces' definition '__nb_traces'.
eztrace-1.1-7/src/core/eztrace_convert_core.c:83:36: note: Function 'eztrace_convert_init' argument 1 names different: declaration 'nb_traces' definition '__nb_traces'.
eztrace-1.1-7/src/core/eztrace_convert_core.c:921:23: style: Function 'load_modules' argument 1 names different: declaration 'verbose' definition 'mod_verb'. [funcArgNamesDifferent]
eztrace-1.1-7/src/core/eztrace_convert_core.h:58:23: note: Function 'load_modules' argument 1 names different: declaration 'verbose' definition 'mod_verb'.
eztrace-1.1-7/src/core/eztrace_convert_core.c:921:23: note: Function 'load_modules' argument 1 names different: declaration 'verbose' definition 'mod_verb'.
eztrace-1.1-7/src/core/eztrace_hierarchical_array.h:44:38: portability: 'p_data->values' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eztrace-1.1-7/src/core/eztrace_convert_core.c:225:21: style: Variable 'cur_time' is assigned a value that is never used. [unreadVariable]
eztrace-1.1-7/src/core/eztrace_convert_core.c:240:21: style: Variable 'cur_time' is assigned a value that is never used. [unreadVariable]
eztrace-1.1-7/src/core/eztrace_convert_core.c:570:10: style: Variable 'name' is assigned a value that is never used. [unreadVariable]
eztrace-1.1-7/src/core/eztrace_core.c:491:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
eztrace-1.1-7/src/core/eztrace_core.c:490:0: note: Variable 'ret' is reassigned a value before the old one has been used.
eztrace-1.1-7/src/core/eztrace_core.c:491:3: note: Variable 'ret' is reassigned a value before the old one has been used.
eztrace-1.1-7/src/core/eztrace_core.c:161:7: style: Unused variable: i [unusedVariable]
eztrace-1.1-7/src/core/eztrace_core.c:569:18: style: Variable 'nb_calls' is assigned a value that is never used. [unreadVariable]
eztrace-1.1-7/src/core/eztrace_core.c:444:1: error: va_list 'args' was opened but not closed by va_end(). [va_end_missing]
eztrace-1.1-7/src/core/eztrace_hierarchical_array.c:81:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
eztrace-1.1-7/src/core/eztrace_sampling.c:49:3: style: Variable 'ptr' is reassigned a value before the old one has been used. [redundantAssignment]
eztrace-1.1-7/src/core/eztrace_sampling.c:47:0: note: Variable 'ptr' is reassigned a value before the old one has been used.
eztrace-1.1-7/src/core/eztrace_sampling.c:49:3: note: Variable 'ptr' is reassigned a value before the old one has been used.
eztrace-1.1-7/src/core/eztrace_stats_core.c:71:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
eztrace-1.1-7/src/modules/cuda/eztrace_convert_cuda.c:398:0: error: syntax error [syntaxError]
eztrace-1.1-7/src/modules/memory/eztrace_convert_memory.c:126:5: portability: %ld in format string (no. 3) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
eztrace-1.1-7/src/modules/memory/eztrace_convert_memory.c:126:5: warning: %ld in format string (no. 4) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
eztrace-1.1-7/src/modules/memory/eztrace_convert_memory.c:228:3: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
eztrace-1.1-7/src/modules/memory/eztrace_convert_memory.c:227:3: note: Variable 'res' is reassigned a value before the old one has been used.
eztrace-1.1-7/src/modules/memory/eztrace_convert_memory.c:228:3: note: Variable 'res' is reassigned a value before the old one has been used.
eztrace-1.1-7/src/modules/memory/memory.c:223:23: warning: Either the condition '!p_block' is redundant or there is possible null pointer dereference: p_block. [nullPointerRedundantCheck]
eztrace-1.1-7/src/modules/memory/memory.c:234:9: note: Assuming that condition '!p_block' is not redundant
eztrace-1.1-7/src/modules/memory/memory.c:223:23: note: Null pointer dereference
eztrace-1.1-7/src/modules/memory/memory.c:224:26: warning: Either the condition '!p_block' is redundant or there is possible null pointer dereference: p_block. [nullPointerRedundantCheck]
eztrace-1.1-7/src/modules/memory/memory.c:234:9: note: Assuming that condition '!p_block' is not redundant
eztrace-1.1-7/src/modules/memory/memory.c:224:26: note: Null pointer dereference
eztrace-1.1-7/src/modules/memory/memory.c:226:9: warning: Either the condition '!p_block' is redundant or there is possible null pointer dereference: p_block. [nullPointerRedundantCheck]
eztrace-1.1-7/src/modules/memory/memory.c:234:9: note: Assuming that condition '!p_block' is not redundant
eztrace-1.1-7/src/modules/memory/memory.c:226:9: note: Null pointer dereference
eztrace-1.1-7/src/modules/memory/memory.c:232:29: warning: Either the condition '!p_block' is redundant or there is possible null pointer dereference: p_block. [nullPointerRedundantCheck]
eztrace-1.1-7/src/modules/memory/memory.c:234:9: note: Assuming that condition '!p_block' is not redundant
eztrace-1.1-7/src/modules/memory/memory.c:232:29: note: Null pointer dereference
eztrace-1.1-7/src/modules/memory/memory.c:215:8: warning: Either the condition 'ptr' is redundant or there is overflow in pointer subtraction. [nullPointerArithmeticRedundantCheck]
eztrace-1.1-7/src/modules/memory/memory.c:199:16: note: Assuming that condition 'ptr' is not redundant
eztrace-1.1-7/src/modules/memory/memory.c:215:8: note: Null pointer subtraction
eztrace-1.1-7/src/modules/memory/memory.c:133:3: portability: 'u_ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eztrace-1.1-7/src/modules/memory/memory.c:174:5: portability: 'pptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eztrace-1.1-7/src/modules/memory/memory.c:174:5: portability: 'u_ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eztrace-1.1-7/src/modules/memory/memory.c:215:8: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eztrace-1.1-7/src/modules/memory/memory.c:222:5: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eztrace-1.1-7/src/modules/memory/memory.c:238:5: portability: 'pptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eztrace-1.1-7/src/modules/memory/memory.c:238:5: portability: 'u_ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eztrace-1.1-7/src/modules/memory/memory.c:270:5: portability: 'p_ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eztrace-1.1-7/src/modules/memory/memory.c:270:5: portability: 'u_ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eztrace-1.1-7/src/modules/memory/memory.c:307:8: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eztrace-1.1-7/src/modules/memory/memory.c:316:5: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eztrace-1.1-7/src/modules/mpi/eztrace_convert_mpi_coll.c:64:30: style: The scope of the variable 'token' can be reduced. [variableScope]
eztrace-1.1-7/src/modules/mpi/eztrace_convert_mpi_p2p.c:229:55: warning: Either the condition 'if(request&&(msg->src==rank)&&(msg->sender_request==request))' is redundant or there is possible null pointer dereference: request. [nullPointerRedundantCheck]
eztrace-1.1-7/src/modules/mpi/eztrace_convert_mpi_p2p.c:245:10: note: Assuming that condition 'if(request&&(msg->src==rank)&&(msg->sender_request==request))' is not redundant
eztrace-1.1-7/src/modules/mpi/eztrace_convert_mpi_p2p.c:229:55: note: Null pointer dereference
eztrace-1.1-7/src/modules/mpi/eztrace_convert_mpi_p2p.c:244:9: warning: Either the condition 'if(request&&(msg->src==rank)&&(msg->sender_request==request))' is redundant or there is possible null pointer dereference: request. [nullPointerRedundantCheck]
eztrace-1.1-7/src/modules/mpi/eztrace_convert_mpi_p2p.c:245:10: note: Assuming that condition 'if(request&&(msg->src==rank)&&(msg->sender_request==request))' is not redundant
eztrace-1.1-7/src/modules/mpi/eztrace_convert_mpi_p2p.c:244:9: note: Null pointer dereference
eztrace-1.1-7/src/modules/mpi/eztrace_convert_mpi_p2p.c:65:5: style: Variable 'req' is reassigned a value before the old one has been used. [redundantAssignment]
eztrace-1.1-7/src/modules/mpi/eztrace_convert_mpi_p2p.c:64:0: note: Variable 'req' is reassigned a value before the old one has been used.
eztrace-1.1-7/src/modules/mpi/eztrace_convert_mpi_p2p.c:65:5: note: Variable 'req' is reassigned a value before the old one has been used.
eztrace-1.1-7/src/modules/mpi/eztrace_convert_mpi_p2p.c:113:5: style: Variable 'msg' is reassigned a value before the old one has been used. [redundantAssignment]
eztrace-1.1-7/src/modules/mpi/eztrace_convert_mpi_p2p.c:112:0: note: Variable 'msg' is reassigned a value before the old one has been used.
eztrace-1.1-7/src/modules/mpi/eztrace_convert_mpi_p2p.c:113:5: note: Variable 'msg' is reassigned a value before the old one has been used.
eztrace-1.1-7/src/modules/mpi/eztrace_convert_mpi_p2p.c:213:3: style: Variable 'req' is reassigned a value before the old one has been used. [redundantAssignment]
eztrace-1.1-7/src/modules/mpi/eztrace_convert_mpi_p2p.c:211:0: note: Variable 'req' is reassigned a value before the old one has been used.
eztrace-1.1-7/src/modules/mpi/eztrace_convert_mpi_p2p.c:213:3: note: Variable 'req' is reassigned a value before the old one has been used.
eztrace-1.1-7/src/modules/mpi/eztrace_convert_mpi_p2p.c:229:3: style: Variable 'array' is reassigned a value before the old one has been used. [redundantAssignment]
eztrace-1.1-7/src/modules/mpi/eztrace_convert_mpi_p2p.c:228:0: note: Variable 'array' is reassigned a value before the old one has been used.
eztrace-1.1-7/src/modules/mpi/eztrace_convert_mpi_p2p.c:229:3: note: Variable 'array' is reassigned a value before the old one has been used.
eztrace-1.1-7/src/modules/mpi/eztrace_convert_mpi_p2p.c:634:5: style: Variable 'msg' is reassigned a value before the old one has been used. [redundantAssignment]
eztrace-1.1-7/src/modules/mpi/eztrace_convert_mpi_p2p.c:627:0: note: Variable 'msg' is reassigned a value before the old one has been used.
eztrace-1.1-7/src/modules/mpi/eztrace_convert_mpi_p2p.c:634:5: note: Variable 'msg' is reassigned a value before the old one has been used.
eztrace-1.1-7/src/modules/mpi/eztrace_convert_mpi_p2p.c:637:5: style: Variable 'pending_comm_incoming' is reassigned a value before the old one has been used. [redundantAssignment]
eztrace-1.1-7/src/modules/mpi/eztrace_convert_mpi_p2p.c:630:0: note: Variable 'pending_comm_incoming' is reassigned a value before the old one has been used.
eztrace-1.1-7/src/modules/mpi/eztrace_convert_mpi_p2p.c:637:5: note: Variable 'pending_comm_incoming' is reassigned a value before the old one has been used.
eztrace-1.1-7/src/modules/mpi/eztrace_convert_mpi_pers.c:23:108: style: Function '__print_pers_req' argument 2 names different: declaration 'req' definition 'msg'. [funcArgNamesDifferent]
eztrace-1.1-7/src/modules/mpi/eztrace_convert_mpi_pers.h:28:59: note: Function '__print_pers_req' argument 2 names different: declaration 'req' definition 'msg'.
eztrace-1.1-7/src/modules/mpi/eztrace_convert_mpi_pers.c:23:108: note: Function '__print_pers_req' argument 2 names different: declaration 'req' definition 'msg'.
eztrace-1.1-7/src/modules/mpi/eztrace_stats_mpi.c:397:9: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
eztrace-1.1-7/src/modules/mpi/eztrace_stats_mpi.c:452:9: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
eztrace-1.1-7/src/modules/mpi/eztrace_stats_mpi.c:508:9: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
eztrace-1.1-7/src/modules/mpi/eztrace_stats_mpi.c:191:5: style: Variable 'msg' is reassigned a value before the old one has been used. [redundantAssignment]
eztrace-1.1-7/src/modules/mpi/eztrace_stats_mpi.c:190:0: note: Variable 'msg' is reassigned a value before the old one has been used.
eztrace-1.1-7/src/modules/mpi/eztrace_stats_mpi.c:191:5: note: Variable 'msg' is reassigned a value before the old one has been used.
eztrace-1.1-7/src/modules/mpi/eztrace_stats_mpi.c:224:5: style: Variable 'msg' is reassigned a value before the old one has been used. [redundantAssignment]
eztrace-1.1-7/src/modules/mpi/eztrace_stats_mpi.c:223:0: note: Variable 'msg' is reassigned a value before the old one has been used.
eztrace-1.1-7/src/modules/mpi/eztrace_stats_mpi.c:224:5: note: Variable 'msg' is reassigned a value before the old one has been used.
eztrace-1.1-7/src/modules/mpi/eztrace_stats_mpi.c:560:5: style: Variable 'msg' is reassigned a value before the old one has been used. [redundantAssignment]
eztrace-1.1-7/src/modules/mpi/eztrace_stats_mpi.c:559:0: note: Variable 'msg' is reassigned a value before the old one has been used.
eztrace-1.1-7/src/modules/mpi/eztrace_stats_mpi.c:560:5: note: Variable 'msg' is reassigned a value before the old one has been used.
eztrace-1.1-7/src/modules/mpi/eztrace_stats_mpi.c:738:3: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
eztrace-1.1-7/src/modules/mpi/eztrace_stats_mpi.c:737:3: note: Variable 'res' is reassigned a value before the old one has been used.
eztrace-1.1-7/src/modules/mpi/eztrace_stats_mpi.c:738:3: note: Variable 'res' is reassigned a value before the old one has been used.
eztrace-1.1-7/src/modules/mpi/eztrace_stats_mpi.c:260:12: style: The scope of the variable 'i' can be reduced. [variableScope]
eztrace-1.1-7/src/modules/mpi/eztrace_stats_mpi.c:357:7: style: The scope of the variable 'src' can be reduced. [variableScope]
eztrace-1.1-7/src/modules/mpi/eztrace_stats_mpi.c:357:12: style: The scope of the variable 'dest' can be reduced. [variableScope]
eztrace-1.1-7/src/modules/mpi/eztrace_stats_mpi.c:384:7: style: The scope of the variable 'src' can be reduced. [variableScope]
eztrace-1.1-7/src/modules/mpi/eztrace_stats_mpi.c:384:12: style: The scope of the variable 'dest' can be reduced. [variableScope]
eztrace-1.1-7/src/modules/mpi/eztrace_stats_mpi.c:412:7: style: The scope of the variable 'src' can be reduced. [variableScope]
eztrace-1.1-7/src/modules/mpi/eztrace_stats_mpi.c:412:12: style: The scope of the variable 'dest' can be reduced. [variableScope]
eztrace-1.1-7/src/modules/mpi/eztrace_stats_mpi.c:439:7: style: The scope of the variable 'src' can be reduced. [variableScope]
eztrace-1.1-7/src/modules/mpi/eztrace_stats_mpi.c:439:12: style: The scope of the variable 'dest' can be reduced. [variableScope]
eztrace-1.1-7/src/modules/mpi/eztrace_stats_mpi.c:468:7: style: The scope of the variable 'src' can be reduced. [variableScope]
eztrace-1.1-7/src/modules/mpi/eztrace_stats_mpi.c:468:12: style: The scope of the variable 'dest' can be reduced. [variableScope]
eztrace-1.1-7/src/modules/mpi/eztrace_stats_mpi.c:495:7: style: The scope of the variable 'src' can be reduced. [variableScope]
eztrace-1.1-7/src/modules/mpi/eztrace_stats_mpi.c:495:12: style: The scope of the variable 'dest' can be reduced. [variableScope]
eztrace-1.1-7/src/modules/mpi/eztrace_stats_mpi.c:591:12: style: The scope of the variable 'i' can be reduced. [variableScope]
eztrace-1.1-7/src/modules/mpi/eztrace_stats_mpi.c:314:17: style: Variable 'mpi_time' is assigned a value that is never used. [unreadVariable]
eztrace-1.1-7/src/modules/mpi/eztrace_stats_mpi.c:593:0: style: Variable 'mpi_time' is assigned a value that is never used. [unreadVariable]
eztrace-1.1-7/src/modules/mpi/mpi.c:498:14: style: The scope of the variable 'mpi_trace_initialized' can be reduced. [variableScope]
eztrace-1.1-7/src/modules/mpi/mpi_funcs/mpi_recv.c:43:57: error: Uninitialized variable: size [uninitvar]
eztrace-1.1-7/src/modules/mpi/mpi_funcs/mpi_startall.c:30:72: portability: '(void*)req' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eztrace-1.1-7/src/modules/mpi/mpi_funcs/mpi_testall.c:35:78: portability: '(void*)reqs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eztrace-1.1-7/src/modules/mpi/mpi_funcs/mpi_testany.c:34:76: portability: '(void*)reqs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eztrace-1.1-7/src/modules/mpi/mpi_funcs/mpi_testsome.c:37:79: portability: '(void*)reqs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eztrace-1.1-7/src/modules/mpi/mpi_funcs/mpi_waitall.c:37:65: portability: '(void*)req' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eztrace-1.1-7/src/modules/mpi/mpi_funcs/mpi_waitall.c:54:66: portability: '(void*)req' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eztrace-1.1-7/src/modules/mpi/mpi_funcs/mpi_waitany.c:34:70: portability: '(void*)reqs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eztrace-1.1-7/src/modules/mpi/mpi_funcs/mpi_waitany.c:53:67: portability: '(void*)reqs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eztrace-1.1-7/src/modules/mpi/mpi_funcs/mpi_waitsome.c:36:79: portability: '(void*)reqs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eztrace-1.1-7/src/modules/mpi/mpi_funcs/mpi_waitsome.c:68:78: portability: '(void*)reqs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eztrace-1.1-7/src/modules/mpi/mpi_funcs/mpi_waitsome.c:70:78: portability: '(void*)reqs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
eztrace-1.1-7/src/modules/omp/eztrace_convert_gomp.c:633:0: error: syntax error [syntaxError]
eztrace-1.1-7/src/modules/omp/gomp.c:633:23: style: Function 'POMP2_Untied_task_begin' argument 2 names different: declaration 'pomp2_task' definition 'pomp2_parent_task'. [funcArgNamesDifferent]
eztrace-1.1-7/src/modules/omp/pomp-lib-dummy/pomp2_lib.h:521:45: note: Function 'POMP2_Untied_task_begin' argument 2 names different: declaration 'pomp2_task' definition 'pomp2_parent_task'.
eztrace-1.1-7/src/modules/omp/gomp.c:633:23: note: Function 'POMP2_Untied_task_begin' argument 2 names different: declaration 'pomp2_task' definition 'pomp2_parent_task'.
eztrace-1.1-7/src/modules/omp/pomp-lib-dummy/pomp2_lib.c:253:23: style: Function 'POMP2_Untied_task_begin' argument 2 names different: declaration 'pomp2_task' definition 'pomp2_parent_task'. [funcArgNamesDifferent]
eztrace-1.1-7/src/modules/omp/pomp-lib-dummy/pomp2_lib.h:521:45: note: Function 'POMP2_Untied_task_begin' argument 2 names different: declaration 'pomp2_task' definition 'pomp2_parent_task'.
eztrace-1.1-7/src/modules/omp/pomp-lib-dummy/pomp2_lib.c:253:23: note: Function 'POMP2_Untied_task_begin' argument 2 names different: declaration 'pomp2_task' definition 'pomp2_parent_task'.
eztrace-1.1-7/src/modules/omp/pomp-lib-dummy/pomp2_region_info.c:745:5: style: Variable 'token' is reassigned a value before the old one has been used. [redundantAssignment]
eztrace-1.1-7/src/modules/omp/pomp-lib-dummy/pomp2_region_info.c:743:0: note: Variable 'token' is reassigned a value before the old one has been used.
eztrace-1.1-7/src/modules/omp/pomp-lib-dummy/pomp2_region_info.c:745:5: note: Variable 'token' is reassigned a value before the old one has been used.
eztrace-1.1-7/src/modules/omp/pomp-lib-dummy/pomp2_region_info.c:803:37: style: Checking if unsigned variable 'obj->mRegionInfo->mNumSections' is less than zero. [unsignedLessThanZero]
eztrace-1.1-7/src/modules/omp/pomp-lib-dummy/pomp2_region_info.c:192:42: style: Function 'ctcString2RegionInfo' argument 1 names different: declaration 'ctcString' definition 'string'. [funcArgNamesDifferent]
eztrace-1.1-7/src/modules/omp/pomp-lib-dummy/pomp2_region_info.h:216:42: note: Function 'ctcString2RegionInfo' argument 1 names different: declaration 'ctcString' definition 'string'.
eztrace-1.1-7/src/modules/omp/pomp-lib-dummy/pomp2_region_info.c:192:42: note: Function 'ctcString2RegionInfo' argument 1 names different: declaration 'ctcString' definition 'string'.
eztrace-1.1-7/src/modules/omp/pomp-lib-dummy/pomp2_region_info.c:674:16: style: Function 'assignSourceCodeLocation' argument 2 names different: declaration 'fileName' definition 'filename'. [funcArgNamesDifferent]
eztrace-1.1-7/src/modules/omp/pomp-lib-dummy/pomp2_region_info.c:329:16: note: Function 'assignSourceCodeLocation' argument 2 names different: declaration 'fileName' definition 'filename'.
eztrace-1.1-7/src/modules/omp/pomp-lib-dummy/pomp2_region_info.c:674:16: note: Function 'assignSourceCodeLocation' argument 2 names different: declaration 'fileName' definition 'filename'.
eztrace-1.1-7/src/modules/papi/eztrace_convert_papi.c:113:0: error: Memory leak: units [memleak]
eztrace-1.1-7/src/modules/papi/papi.c:132:13: style: The scope of the variable 'ret' can be reduced. [variableScope]
eztrace-1.1-7/src/modules/papi/papi.c:195:3: error: Common realloc mistake: 'Event_codes' nulled but not freed upon failure [memleakOnRealloc]
eztrace-1.1-7/src/modules/papi/papi.c:196:3: error: Common realloc mistake: 'Event_names' nulled but not freed upon failure [memleakOnRealloc]
eztrace-1.1-7/src/modules/papi/papi.c:197:3: error: Common realloc mistake: 'units_names' nulled but not freed upon failure [memleakOnRealloc]
eztrace-1.1-7/src/modules/papi/papi.c:262:0: error: Memory leak: env [memleak]
eztrace-1.1-7/src/modules/pthread/eztrace_convert_pthread.c:620:7: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
eztrace-1.1-7/src/modules/pthread/eztrace_convert_pthread.c:631:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
eztrace-1.1-7/src/modules/pthread/eztrace_convert_pthread.c:631:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
eztrace-1.1-7/src/modules/pthread/eztrace_convert_pthread.c:717:3: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
eztrace-1.1-7/src/modules/pthread/eztrace_convert_pthread.c:716:3: note: Variable 'res' is reassigned a value before the old one has been used.
eztrace-1.1-7/src/modules/pthread/eztrace_convert_pthread.c:717:3: note: Variable 'res' is reassigned a value before the old one has been used.
eztrace-1.1-7/src/modules/pthread/eztrace_convert_pthread.h:256:31: style: The scope of the variable 'p' can be reduced. [variableScope]
eztrace-1.1-7/src/modules/starpu/eztrace_convert_starpu.c:67:30: style: The scope of the variable 'r' can be reduced. [variableScope]
eztrace-1.1-7/src/modules/starpu/eztrace_convert_starpu.c:79:32: style: The scope of the variable 'r' can be reduced. [variableScope]
eztrace-1.1-7/src/modules/starpu/eztrace_convert_starpu.c:91:34: style: The scope of the variable 'r' can be reduced. [variableScope]
eztrace-1.1-7/src/modules/stdio/eztrace_convert_stdio.c:184:3: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
eztrace-1.1-7/src/modules/stdio/eztrace_convert_stdio.c:183:3: note: Variable 'res' is reassigned a value before the old one has been used.
eztrace-1.1-7/src/modules/stdio/eztrace_convert_stdio.c:184:3: note: Variable 'res' is reassigned a value before the old one has been used.
eztrace-1.1-7/src/pptrace/arch/bfd.c:229:13: style: struct member '_get_section_struct::result' is never used. [unusedStructMember]
eztrace-1.1-7/src/pptrace/arch/bfd.c:90:16: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
eztrace-1.1-7/src/pptrace/errors.c:57:7: style: Condition 'emsg' is always false [knownConditionTrueFalse]
eztrace-1.1-7/src/pptrace/errors.c:56:39: note: Assignment 'emsg=pptrace_get_error()', assigned value is 0
eztrace-1.1-7/src/pptrace/errors.c:57:7: note: Condition 'emsg' is always false
eztrace-1.1-7/src/pptrace/errors.c:85:10: style: The scope of the variable 'i' can be reduced. [variableScope]
eztrace-1.1-7/src/pptrace/pptrace.c:583:3: warning: %lx in format string (no. 1) requires 'unsigned long *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
eztrace-1.1-7/src/pptrace/pptrace.c:557:7: style: The scope of the variable 'i' can be reduced. [variableScope]
eztrace-1.1-7/src/pptrace/pptrace.c:582:12: style: Unused variable: ptr [unusedVariable]
eztrace-1.1-7/src/pptrace/pptrace.c:462:7: error: Common realloc mistake: 'result' nulled but not freed upon failure [memleakOnRealloc]
eztrace-1.1-7/src/pptrace/pptrace.c:474:7: error: Common realloc mistake: 'result' nulled but not freed upon failure [memleakOnRealloc]
eztrace-1.1-7/test/automake/testmpiring.c:402:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
eztrace-1.1-7/test/memory/memory.c:22:22: style: union member 'tick_t::tick' is never used. [unusedStructMember]
eztrace-1.1-7/test/memory/memory.c:24:14: style: union member 'tick_t::low' is never used. [unusedStructMember]
eztrace-1.1-7/test/memory/memory.c:25:14: style: union member 'tick_t::high' is never used. [unusedStructMember]
eztrace-1.1-7/test/memory/memory.c:134:7: style: Unused variable: i [unusedVariable]
eztrace-1.1-7/test/memory/memory.c:134:10: style: Unused variable: j [unusedVariable]
eztrace-1.1-7/test/mpi/allgather.c:32:7: style: Condition 'errors' is always false [knownConditionTrueFalse]
eztrace-1.1-7/test/mpi/allgather.c:13:16: note: Assignment 'errors=0', assigned value is 0
eztrace-1.1-7/test/mpi/allgather.c:32:7: note: Condition 'errors' is always false
eztrace-1.1-7/test/mpi/mpi_spawn.c:23:7: style: The scope of the variable 'np' can be reduced. [variableScope]
eztrace-1.1-7/test/mpi/mpi_spawn.c:24:7: style: The scope of the variable 'errcodes' can be reduced. [variableScope]
eztrace-1.1-7/test/mpi/waitall.c:12:7: style: The scope of the variable 'i' can be reduced. [variableScope]
eztrace-1.1-7/test/mpi/waitany.c:12:7: style: The scope of the variable 'i' can be reduced. [variableScope]
eztrace-1.1-7/test/openmp/openmp_nowait_c.c:37:10: style: The scope of the variable 'j' can be reduced. [variableScope]
eztrace-1.1-7/test/openmp/openmp_nowait_c.c:39:10: style: The scope of the variable 'r' can be reduced. [variableScope]
eztrace-1.1-7/test/openmp/openmp_simple.c:91:0: error: Memory leak: A [memleak]
eztrace-1.1-7/test/openmp/openmp_simple.c:91:0: error: Memory leak: B [memleak]
eztrace-1.1-7/test/openmp/openmp_simple.c:91:0: error: Memory leak: C [memleak]
eztrace-1.1-7/test/openmp/test_lock.c:69:0: error: Memory leak: A [memleak]
eztrace-1.1-7/test/openmp/test_lock.c:69:0: error: Memory leak: B [memleak]
eztrace-1.1-7/test/openmp/test_lock.c:69:0: error: Memory leak: C [memleak]
eztrace-1.1-7/test/openmp/test_nest_lock.c:86:0: error: Memory leak: A [memleak]
eztrace-1.1-7/test/openmp/test_nest_lock.c:86:0: error: Memory leak: B [memleak]
eztrace-1.1-7/test/openmp/test_nest_lock.c:86:0: error: Memory leak: C [memleak]
eztrace-1.1-7/test/openmp/test_task.c:58:7: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
eztrace-1.1-7/test/openmp/test_task.c:61:9: note: Found duplicate branches for 'if' and 'else'.
eztrace-1.1-7/test/openmp/test_task.c:58:7: note: Found duplicate branches for 'if' and 'else'.
eztrace-1.1-7/test/pptrace/automatic/binary.c:120:10: warning: Either the condition 'frombin!=NULL' is redundant or there is possible null pointer dereference: frombin. [nullPointerRedundantCheck]
eztrace-1.1-7/test/pptrace/automatic/binary.c:116:32: note: Assuming that condition 'frombin!=NULL' is not redundant
eztrace-1.1-7/test/pptrace/automatic/binary.c:120:10: note: Null pointer dereference
eztrace-1.1-7/test/pptrace/automatic/binary.c:145:16: style: Variable 's' is assigned a value that is never used. [unreadVariable]
eztrace-1.1-7/test/pptrace/automatic/binary.c:143:20: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
eztrace-1.1-7/test/pptrace/automatic/binary.c:37:7: error: Common realloc mistake: 'buffer' nulled but not freed upon failure [memleakOnRealloc]
eztrace-1.1-7/test/pptrace/automatic/errors.c:36:3: warning: Return value of function malloc() is not used. [ignoredReturnValue]
eztrace-1.1-7/test/pptrace/automatic/errors.c:36:11: error: Invalid malloc() argument nr 1. The value is -1 but the valid values are '0:'. [invalidFunctionArg]
eztrace-1.1-7/test/pptrace/automatic/errors.c:36:3: error: Return value of allocation function 'malloc' is not stored. [leakReturnValNotUsed]
eztrace-1.1-7/test/pptrace/automatic/hijack.c:67:9: style: The scope of the variable '__method__' can be reduced. [variableScope]
eztrace-1.1-7/test/pptrace/automatic/hijack.c:74:9: style: The scope of the variable '__method__' can be reduced. [variableScope]
eztrace-1.1-7/test/pptrace/automatic/tracing.c:80:9: style: The scope of the variable 'r' can be reduced. [variableScope]
eztrace-1.1-7/test/pptrace/automatic/tracing.c:183:9: style: The scope of the variable 'r' can be reduced. [variableScope]
eztrace-1.1-7/test/pptrace/automatic/tracing.c:98:5: style: Label 'test_getset_ip_lbl1' is not used. [unusedLabel]
eztrace-1.1-7/test/pptrace/automatic/tracing.c:100:5: style: Label 'test_getset_ip_lbl2' is not used. [unusedLabel]
eztrace-1.1-7/test/pptrace/automatic/tracing.c:198:5: style: Label 'test_singlestep_lbl1' is not used. [unusedLabel]
eztrace-1.1-7/test/pptrace/automatic/tracing.c:211:5: style: Label 'test_singlestep_lbl2' is not used. [unusedLabel]
eztrace-1.1-7/test/pptrace/automatic/wait_open.c:44:0: error: Memory leak: env [memleak]
eztrace-1.1-7/test/pthread/dummy_thread.c:42:22: style: union member 'tick_t::tick' is never used. [unusedStructMember]
eztrace-1.1-7/test/pthread/dummy_thread.c:44:14: style: union member 'tick_t::low' is never used. [unusedStructMember]
eztrace-1.1-7/test/pthread/dummy_thread.c:45:14: style: union member 'tick_t::high' is never used. [unusedStructMember]
eztrace-1.1-7/test/pthread/race_cond.c:55:17: style: Variable 'ptr' is allocated memory that is never used. [unusedAllocatedMemory]
eztrace-1.1-7/test/pthread/test_pthread.c:42:22: style: union member 'tick_t::tick' is never used. [unusedStructMember]
eztrace-1.1-7/test/pthread/test_pthread.c:44:14: style: union member 'tick_t::low' is never used. [unusedStructMember]
eztrace-1.1-7/test/pthread/test_pthread.c:45:14: style: union member 'tick_t::high' is never used. [unusedStructMember]
eztrace-1.1-7/test/pthread/test_sigsegv.c:41:22: style: union member 'tick_t::tick' is never used. [unusedStructMember]
eztrace-1.1-7/test/pthread/test_sigsegv.c:43:14: style: union member 'tick_t::low' is never used. [unusedStructMember]
eztrace-1.1-7/test/pthread/test_sigsegv.c:44:14: style: union member 'tick_t::high' is never used. [unusedStructMember]
eztrace-1.1-7/test/stdio/stdio.c:60:22: style: union member 'tick_t::tick' is never used. [unusedStructMember]
eztrace-1.1-7/test/stdio/stdio.c:62:14: style: union member 'tick_t::low' is never used. [unusedStructMember]
eztrace-1.1-7/test/stdio/stdio.c:63:14: style: union member 'tick_t::high' is never used. [unusedStructMember]
[19:09]

DATE 2018-08-22
TIME 19:09:09